]> git.saurik.com Git - bison.git/blame - ChangeLog
doc: cite publication for LAC.
[bison.git] / ChangeLog
CommitLineData
121c4982
JD
12011-03-06 Joel E. Denny <joeldenny@joeldenny.org>
2
3 doc: cite publication for LAC.
4 * doc/bison.texinfo (LAC): Here.
5
5da0355a
JD
62011-03-06 Joel E. Denny <joeldenny@joeldenny.org>
7
8 doc: clean up terminology for mysterious conflicts.
9 * doc/bison.texinfo (Mystery Conflicts): Rename node to...
10 (Mysterious Conflicts): ... this, which is already the section
11 title and the name used in the index. Update all cross-references
12 to this node. Also, don't imply that R/R conflicts are the only
13 kind of mysterious conflict.
14
d815ec4a
JD
152011-03-06 Joel E. Denny <joeldenny@joeldenny.org>
16
17 lr.default-reductions: rename "all" value to "full".
18 States that shift the error token do not have default reductions,
19 and GLR disables some default reductions, so "all" was a misnomer.
20 * doc/bison.texinfo (%define Summary): Update.
21 (Default Reductions): Update.
22 * src/print.c (print_reductions): Update.
23 * src/reader.c (prepare_percent_define_front_end_variables):
24 Update.
25 * src/tables.c (action_row): Update.
26 * tests/input.at (%define enum variables): Update.
27 * tests/reduce.at (%define lr.default-reductions): Update.
28
6f04ee6c
JD
292011-03-06 Joel E. Denny <joeldenny@joeldenny.org>
30
31 doc: create a new Tuning LR section in the manual.
32 And clean up all other documentation of the features described
33 there.
34 * NEWS (2.5): Tweak wording of lr.type and parse.lac entries a
35 bit, update the cross-references to the manual, and point out that
36 LAC has caveats. Don't be so adamant that IELR+LAC=canonical LR.
37 That is, as the referenced section in the manual documents, LAC
38 does not fix infinite parsing loops on syntax errors.
39 * doc/bison.texinfo: Consistently drop the "(1)" suffix from LALR,
40 IELR, and LR in @cindex.
41 (%define Summary): Condense the entries for lr.default-reductions,
42 lr.keep-unreachable-states, lr.type, and parse.lac into brief
43 summaries, and cross-reference the appropriate subsections of
44 Tuning LR. For parse.lac, mention that it's only implemented for
45 deterministic parsers in C.
46 (Error Reporting): When mentioning %error-verbose, mention LAC,
47 and add cross-reference to the LAC section.
48 (Tuning LR): New section with an extended version of the
49 documentation removed from %define Summary. Change all
50 cross-references in the manual to point here instead of there.
51 (Calc++ Parser): When mentioning %error-verbose, mention LAC, and
52 add cross-reference to the LAC section.
53 (Table of Symbols): In %error-verbose and YYERROR_VERBOSE entries,
54 add cross-references to Error Reporting.
55 (Glossary): Capitalize entry titles consistently. Add definitions
56 for "defaulted state" and "unreachable state". Expand IELR
57 acronym in IELR's entry.
58
71caec06
JD
592011-02-20 Joel E. Denny <joeldenny@joeldenny.org>
60
61 doc: add bibliography to manual.
62 * doc/bison.texinfo (Mystery Conflicts): Cross-reference
63 bibliography instead of citing publications directly.
64 (Generalized LR Parsing): Likewise.
65 (Bibliography): New section. Not all entries are cross-referenced
66 yet, but that will come in future patches.
67
77768165
JD
682011-02-19 Joel E. Denny <joeldenny@joeldenny.org>
69
70 java: test and document previous bug fix.
71 * NEWS (2.5): Document it.
72 * tests/java.at (_AT_DATA_JAVA_CALC_Y): To one of the yyerror
73 invocations, pass a location that spans multiple tokens. Change
74 yyerror to report all of a location rather than just the begin
75 position. Extend yylex and Position to count tokens on a line.
76 Remove getHashCode as it's unused. Update all expected output.
77
8db68289
BK
782011-02-19 Bernd Kiefer <kiefer@dfki.de> (tiny change)
79
80 java: fix location handling bug.
81 Reported at
82 <http://lists.gnu.org/archive/html/bison-patches/2011-02/msg00005.html>.
83 * data/lalr1.java (YYParser::yylloc): For non-empty RHS, fix
84 reversed access to location stack.
85 * THANKS (Bernd Kiefer): Add.
86
f3103c5b
AD
872010-05-11 Akim Demaille <demaille@gostai.com>
88
89 doc: please Emacs.
90 * doc/bison.texinfo (Local Variables): Move this after the
91 LocalWords, since the latter are looked for in the whole document,
92 while the former are looked for only at its end.
93 Require american spell checking.
94
406dec82
JD
952011-02-06 Joel E. Denny <joeldenny@joeldenny.org>
96
97 doc: clean up new subsections in manual.
98 * doc/bison.texinfo (%define Summary): Reword so it reads well as
99 a separate section. For example, add an intro, and move most of
100 the text outside of the @deffn so it is not indented so far.
101 (%code Summary): Likewise.
102 (Table of Symbols): Reword %code entry to match the %code entry in
103 Decl Summary.
104
2f4518a1
JD
1052011-02-06 Joel E. Denny <joeldenny@joeldenny.org>
106
107 doc: finish splitting apart the manual's Decl Summary section.
108 Suggested by Akim Demaille at
109 <http://lists.gnu.org/archive/html/bison-patches/2009-05/msg00013.html>.
110 * doc/bison.texinfo (Decl Summary): Extract most of the %define
111 entry into...
112 (%define Summary): ... this new subsection, and update all
113 cross-references. For readability of the patches, rewriting of
114 the text so it makes sense as a separate subsection will come in a
115 later patch. Moreover, the majority of the text describing the
116 various new LR features should likely move to another new section
117 somewhere.
118
8e6f2266
JD
1192011-02-06 Joel E. Denny <joeldenny@joeldenny.org>
120
121 doc: begin to split apart the manual's Decl Summary section.
122 Discussed in thread starting at
123 <http://lists.gnu.org/archive/html/bison-patches/2009-05/msg00013.html>.
124 * doc/bison.texinfo (Decl Summary): Extract most of the %code
125 entry into...
126 (%code Summary): ... this new subsection, and update all
127 cross-references. For readability of the patches, rewriting of
128 the text so it makes sense as a separate subsection will come in a
129 later patch.
130
9913d6e4
JD
1312011-02-06 Joel E. Denny <joeldenny@joeldenny.org>
132
133 doc: clean up naming of various Bison files.
134 The Bison manual's names for various files associated with a Bison
135 parser has devolved into inconsistency. This patch makes the
136 naming consistent for the most important files. First, it chooses
137 "grammar file" over "input file". The former appears to be more
138 traditional in the Bison manual, and Bison has other input
139 files (skeletons). Second, it chooses "parser implementation
140 file" over names like "parser file", "parser source file", "parser
141 source code file", and "parser output file". The new name makes
142 it clearer where Bison generates the main parser implementation,
143 and it is easily distinguishable from "parser header file".
144 * doc/bison.texinfo: Implement throughout.
145
840341d6
JD
1462011-02-06 Joel E. Denny <joeldenny@joeldenny.org>
147
148 doc: give credit to more of Bison's developers.
149 * doc/bison.texinfo (Introduction): Don't imply that only Robert
150 Corbett, Richard Stallman, and Wilfred Hansen have contributed to
151 Bison. However, I don't have time to write a full history, so
152 just point readers to THANKS and ChangeLog.
153
d89e48b3
JD
1542011-02-06 Joel E. Denny <joeldenny@joeldenny.org>
155
156 doc: document experimental features better.
157 * doc/bison.texinfo (Introduction): Say that IELR(1) and canonical
158 LR(1) are experimental. Mention Java. Normally experimental
159 features probably shouldn't be mentioned in the introduction.
160 However, if Bison's limitations to LALR(1), C, and C++ are so
161 important that they should be mentioned here, then it's important
162 to point out that Bison is beginning to escape those limitations.
163 Moreover, these particular experimental features have very little
164 chance of being removed.
165 * src/getargs.c (usage): Say that IELR(1) and canonical LR(1) are
166 experimental.
167
eb8c66bb
JD
1682011-01-29 Joel E. Denny <joeldenny@joeldenny.org>
169
170 Do not allow identifiers that start with a dash.
171 This cleans up our previous fixes for a bug whereby Bison
172 discarded `.field' in `$-1.field'. The previous fixes were less
173 restrictive about where a dash could appear in an identifier, but
174 the restrictions were hard to explain. That bug was reported and
175 this final fix was originally suggested by Paul Hilfinger. This
176 also fixes a remaining bug reported by Paul Eggert whereby Bison
177 parses `%token ID -123' as `%token ID - 123' and handles `-' as an
178 identifier. Now, `-' cannot be an identifier. Discussed in
179 threads beginning at
180 <http://lists.gnu.org/archive/html/bug-bison/2011-01/msg00000.html>,
181 <http://lists.gnu.org/archive/html/bug-bison/2011-01/msg00004.html>.
182 * NEWS (2.5): Update entry describing the dash extension to
183 grammar symbol names. Also, move that entry before the named
184 references entry because the latter mentions the former.
185 * doc/bison.texinfo (Symbol): Update documentation for symbol
186 names. As suggested by Paul Eggert, mention the effect of periods
187 and dashes on named references.
188 (Decl Summary): Update documentation for unquoted %define values,
189 which, as a side effect, can no longer start with dashes either.
190 * src/scan-code.l (id): Implement.
191 * src/scan-gram.l (id): Implement.
192 * tests/actions.at (Exotic Dollars): Extend test group to exercise
193 bug reported by Paul Hilfinger.
194 * tests/input.at (Symbols): Update test group, and extend to
195 exercise bug reported by Paul Eggert.
196 * tests/named-refs.at (Stray symbols in brackets): Update test
197 group.
198 ($ or @ followed by . or -): Likewise.
199 * tests/regression.at (Invalid inputs): Likewise.
200
448dc38b
JD
2012011-01-24 Joel E. Denny <joeldenny@joeldenny.org>
202
203 * data/yacc.c: Fix last apostrophe warning from xgettext.
204
7e5ef706
PE
2052011-01-09 Paul Eggert <eggert@cs.ucla.edu>
206
207 Fix minor problems encountered by a fresh bootstrap.
208 * data/glr.c, data/yacc.c: Do not use apostrophes in '#' comments,
209 as they confuse xgettext, which tries to parse them as C character
210 constants in a preprocessor directive.
211 * data/yacc.c (yy_lac): Don't use printf %d format on *yyesp, as
212 that expression might not promote to int on some platforms.
213 * src/parse-gram.c, src/parse-gram.h: Regenerate.
214
8cbbf178
JD
2152011-01-09 Joel E. Denny <joeldenny@joeldenny.org>
216
217 Improve error messages for `$' or `@' followed by `.' or `-'.
218 Previously, for this special case of an invalid reference, the
219 usual "symbol not found in production:" was printed. However,
220 because the symbol name was parsed as the empty string, that
221 message was followed immediately by a newline instead of a symbol
222 name. In reality, this is a syntax error, so the reference is
223 invalid regardless of the symbols actually appearing in the
224 production. Discussed at
225 <http://lists.gnu.org/archive/html/bison-patches/2011-01/msg00012.html>.
226 * src/scan-code.l (parse_ref): Report the above case as a syntax
227 error. Other than that, continue to handle this case like any
228 other invalid reference that Bison manages to parse because
229 "possibly meant" messages can still be helpful to the user.
230 * tests/named-refs.at ($ or @ followed by . or -): New test group.
231
35430378
JD
2322011-01-08 Joel E. Denny <joeldenny@joeldenny.org>
233
234 doc: don't use @acronym.
235 Lately, many GNU packages are dropping it. See
236 <http://lists.gnu.org/archive/html/bison-patches/2011-01/msg00003.html>.
237 * doc/bison.texinfo: Remove all uses.
238
d236ad94
AR
2392011-01-05 Alex Rozenman <rozenman@gmail.com>
240
241 Do not allow identifiers that start with a negative number.
242 Reported by Paul Hilfinger as a side effect of named references
243 support at
244 <http://lists.gnu.org/archive/html/bug-bison/2011-01/msg00000.html>.
245 Suggested by Paul Eggert.
246 * src/scan-code.l ({letter}, {id}): Adjust lexical definitions.
247 * src/scan-gram.l ({letter}, {id}): Likewise.
248
9a4292e5
JD
2492011-01-03 Joel E. Denny <joeldenny@joeldenny.org>
250
251 * ChangeLog (2011-01-02): improve description.
252
17300e83
JD
2532011-01-03 Joel E. Denny <joeldenny@joeldenny.org>
254
255 maint: don't update copyright years in bootstrap.
256 * .x-update-copyright: Add entry for bootstrap.
257 * bootstrap: Remove 2011 from copyright years. The bootstrap
258 version we're currently using comes from an older version of
259 gnulib.
260 * bootstrap.conf (bootstrap_sync): Add comments explaining this
261 issue.
262
ea0a7676
JD
2632011-01-02 Joel E. Denny <joeldenny@joeldenny.org>
264
265 maint: run "make update-copyright".
266
f52e1e5e
JD
2672011-01-02 Joel E. Denny <joeldenny@joeldenny.org>
268
9a4292e5 269 maint: prepare to use year ranges in copyright notices.
f52e1e5e 270 * README (Copyright statements): New section explaining the range
9a4292e5
JD
271 notation. The GNU maintainers document requires this explanation:
272 <http://www.gnu.org/prep/maintain/maintain.html#Copyright-Notices>.
273 I copied our explanation from coreutils.
f52e1e5e
JD
274 * build-aux/update-b4-copyright: Revert 2010-06-17 changes that
275 disabled Bison's automated use of ranges.
276 * cfg.mk (update-copyright-env): Likewise.
277
210c1eef
JD
2782011-01-02 Joel E. Denny <joeldenny@joeldenny.org>
279
280 Correct my email address.
281 * ChangeLog: In all recent entries.
282 * THANKS (Joel E. Denny): Here.
283
2842010-12-19 Joel E. Denny <joeldenny@joeldenny.org>
6ee881f6
JD
285
286 doc: cleanup.
287 * NEWS (2.5): Try to sort entries according to how interesting
288 users might find them.
289
210c1eef 2902010-12-19 Joel E. Denny <joeldenny@joeldenny.org>
3b1977ea
JD
291
292 doc: cleanup.
293 * NEWS (2.5): Make some minor improvements to wording, and format
294 entries more consistently.
295 * doc/bison.texinfo (Language and Grammar): Point out that IELR
296 and canonical LR are experimental features.
297 (Decl Summary): In list of %define variables, make wording more
298 consistent. Improve discussion of using LALR for GLR.
299
210c1eef 3002010-12-19 Joel E. Denny <joeldenny@joeldenny.org>
4c38b19e
JD
301
302 parse.lac: document.
303 * NEWS (2.5): Add entry for LAC, and mention LAC in entry for
304 other corrections to verbose syntax error messages.
305 * doc/bison.texinfo (Decl Summary): Rewrite entries for
306 lr.default-reductions and lr.type to be clearer, to mention
307 %nonassoc's effect on canonical LR, and to mention LAC. Add entry
308 for parse.lac.
309 (Glossary): Add entry for LAC.
310
210c1eef 3112010-12-11 Joel E. Denny <joeldenny@joeldenny.org>
723fe7d1
JD
312
313 parse.lac: implement exploratory stack reallocations.
314 * data/yacc.c: Rename %define variable parse.lac.es-capacity to
315 parse.lac.es-capacity-initial. Accept parse.lac.memory-trace
316 with values of "failures" (default) or "full".
317 (b4_declare_parser_state_variables): Add yyesa, yyes, and
318 yyes_capacity variables.
319 (YYSTACK_USE_ALLOCA): Ignore it if LAC requested.
320 (YYSTACK_ALLOC, YYSTACK_FREE, YYSTACK_ALLOC_MAXIMUM): Define if
321 LAC requested.
322 (YYCOPY_NEEDED): New cpp macro.
323 (YYCOPY): Define if LAC requested.
324 (yy_lac_stack_realloc): New function implementing stack
325 reallocations. Use YYMAXDEPTH for maximum stack size given that
326 the stack should never need to grow larger than the main state
327 stack needs to grow without LAC.
328 (YY_LAC_ESTABLISH): Update yy_lac invocation.
329 (yy_lac): Add arguments for exploratory stack memory data
330 recorded in the main parser. Invoke yy_lac_stack_realloc when
331 reallocation is necessary.
332 (yysyntax_error): Add the same new arguments and pass them to
333 yy_lac.
334 (yypstate_delete): Free yyes if necessary.
335 (yyesa, yyes, yyes_capacity): #define these to yypstate members
336 in the case of push parsing.
337 (yyparse, yypush_parse): Initialize yyes and yyes_capacity.
338 Update yysyntax_error invocations. At yyreturn, free yyes if
339 necessary.
340 * src/parse-gram.y: %define parse.lac full.
341 * tests/input.at (LAC: errors for %define): Extend for
342 parse.lac-memory-trace.
343 * tests/regression.at (LAC: Exploratory stack): Extend to check
344 that stack reallocs happen when expected.
345 (LAC: Memory exhaustion): Update to use YYMAXDEPTH and
346 parse.lac.es-capacity-initial.
347
210c1eef 3482010-12-11 Joel E. Denny <joeldenny@joeldenny.org>
ea13bea8
JD
349
350 parse.lac: implement as %define variable.
351 LAC = lookahead correction. See discussion at
352 <http://lists.gnu.org/archive/html/bison-patches/2009-09/msg00034.html>.
353 However, one point there must be corrected: because of %nonassoc,
354 LAC is *not* always redundant for lr.type=canonical-lr.
355 * data/yacc.c: Accept values of "none" (default) or "full" for
356 parse.lac. Accept %define parse.lac.es-capacity to specify
357 capacity of LAC's temporary exploratory stack. It defaults to 20
358 and, for now, will not grow dynamically.
359 (b4_lac_flag, b4_lac_if): New m4 macros. Evaluate as true for
360 parse.lac!=none.
361 (YYBACKUP): Invoke YY_LAC_DISCARD.
362 (YY_LAC_ESTABLISH, YY_LAC_DISCARD): New cpp macros that invoke
363 yy_lac and track when it needs to be invoked
364 (yy_lac): New function that, given the current stack, determines
365 whether a token can eventually be shifted. Return status mimics
366 yyparse return status.
367 (yysyntax_error): Change yystate argument to yyssp so stack top
368 can be passed to yy_lac. If LAC is requested, build expected
369 token list by invoking yy_lac for every token instead of just
370 checking the current state for lookaheads. Return 2 if yy_lac
371 exhausts memory.
372 (yyparse, yypush_parse): Use local variable yy_lac_established and
373 cpp macros YY_LAC_ESTABLISH and YY_LAC_DISCARD to implement LAC.
374 Update yysyntax_error invocation. Add yyexhaustedlab code if LAC
375 is requested.
376 * tests/conflicts.at (%nonassoc and eof): Extend to check the
377 effect of each of -Dlr.type=canonical-lr and -Dparse.lac=full.
378 (%error-verbose and consistent errors): Likewise.
379 (LAC: %nonassoc requires splitting canonical LR states): New test
380 group demonstrating how LAC can fix canonical LR.
381 * tests/input.at (LAC: Errors for %define): New test group.
382 * tests/regression.at (LAC: Exploratory stack): New test group.
383 (LAC: Memory exhaustion): New test group.
384
210c1eef 3852010-11-21 Joel E. Denny <joeldenny@joeldenny.org>
dcd39f1d
JD
386
387 build: use gnulib's new bootstrap_sync option.
388 Now, whenever we update bison's copy of gnulib, bootstrap will
389 update itself the next time it's run.
390 * bootstrap: Copy from latest gnulib for bootstrap_sync support.
391 * bootstrap.conf (bootstrap_sync): Set to true.
392 * gnulib: Update to latest so bootstrap is in sync now.
393
210c1eef 3942010-11-07 Joel E. Denny <joeldenny@joeldenny.org>
3b837882
JD
395
396 yysyntax_error: adjust prior fixes for branch-2.5's lalr1.cc.
397 On master, there is no yychar in lalr1.cc, but there is on
398 branch-2.5, and the prior cherry-pick of "Fix handling of yychar
399 manipulation in user semantic actions" wasn't adjusted for that
400 difference.
401 * data/lalr1.cc (yy::parser::parse): Translate yychar before
402 every use of yytoken, and add comments explaining this approach.
403 * tests/conflicts.at (%error-verbose and consistent errors):
404 Extend to test yychar manipulation with lalr1.cc.
405
210c1eef 4062010-11-07 Joel E. Denny <joeldenny@joeldenny.org>
095a1d11
JD
407
408 yysyntax_error: fix for consistent error with lookahead.
409 * NEWS (2.5): Document.
410 * data/yacc.c (yysyntax_error): In a verbose syntax error
411 message while in a consistent state with a default action (which
412 must be an error action given that yysyntax_error is being
413 invoked), continue to drop the expected token list, but don't
414 drop the unexpected token unless there actually is no lookahead.
415 Moreover, handle that internally instead of returning 1 to tell
416 the caller to do it. With that meaning of 1 gone, renumber
417 return codes more usefully.
418 (yyparse, yypush_parse): Update yysyntax_error usage. Most
419 importantly, set yytoken to YYEMPTY when there's no lookahead.
420 * data/glr.c (yyreportSyntaxError): As in yacc.c, don't drop the
421 unexpected token unless there actually is no lookahead.
422 * data/lalr1.cc (yy::parser::parse): If there's no lookahead,
423 set yytoken to yyempty_ before invoking yysyntax_error_.
424 (yy::parser::yysyntax_error_): Again, don't drop the unexpected
425 token unless there actually is no lookahead.
426 * data/lalr1.java (YYParser::parse): If there's no lookahead,
427 set yytoken to yyempty_ before invoking yysyntax_error.
428 (YYParser::yysyntax_error): Again, don't drop the unexpected
429 token unless there actually is no lookahead.
430 * tests/conflicts.at (%error-verbose and consistent
431 errors): Extend test group to further reveal how the previous
432 use of the simple "syntax error" message was too general. Test
433 yacc.c, glr.c, lalr1.cc, and lalr1.java. No longer an expected
434 failure.
435 * tests/java.at (AT_JAVA_COMPILE, AT_JAVA_PARSER_CHECK): Move
436 to...
437 * tests/local.at: ... here.
438 (_AT_BISON_OPTION_PUSHDEFS): Push AT_SKEL_JAVA_IF definition.
439 (AT_BISON_OPTION_POPDEFS): Pop it.
440 (AT_FULL_COMPILE): Extend to handle Java.
441
210c1eef 4422010-11-07 Joel E. Denny <joeldenny@joeldenny.org>
678094a2
JD
443
444 yysyntax_error: more preparation for readability of next patch.
445 There are no behavioral changes here.
446 * data/glr.c (yyreportSyntaxError): Reorganize.
447 * data/lalr1.cc (yy::parser::yysyntax_error_): Reorganize.
448 * tests/conflicts.at (%error-verbose and consistent errors):
449 Reorganize.
450
210c1eef 4512010-11-07 Joel E. Denny <joeldenny@joeldenny.org>
f953cb20
JD
452
453 yysyntax_error: prepare for readability of next patches.
454 These are purely whitespace changes that result in ugly code
455 but that make the next couple of patches much easier to read.
456 * data/glr.c (yyreportSyntaxError): Reindent.
457 * data/lalr1.cc (yy::parser::yysyntax_error_): Reindent.
458 * data/lalr1.java (YYParser::yysyntax_error): Reindent.
459 * data/yacc.c (yysyntax_error): Reindent.
460
0e0f066b
JD
4612010-10-31 Joel E. Denny <joeldenny@joeldenny.org>
462
463 yysyntax_error: improve invocation readability.
464 * data/yacc.c (yyparse, yypush_parse): For yysyntax_error
465 invocation, get rid of the while loop, which is misleading
466 because there are really at most two iterations.
467
5f1485d8
JD
4682010-10-31 Joel E. Denny <joeldenny@joeldenny.org>
469
470 * ChangeLog: Correct some errors in previous entries.
471
2f3fd8f9
JD
4722010-10-17 Joel E. Denny <joeldenny@joeldenny.org>
473
474 maint: re-anchor all .gitignore entries.
475 * bootstrap: Copy from gnulib's latest for the fix to
476 automatically anchor entries it constructs.
477 * gnulib: Update to latest just so it has the same bootstrap.
478 * .gitignore, build-aux/.gitignore, doc/.gitignore:
479 * lib/.gitignore, m4/.gitignore, po/.gitignore:
480 * runtime-po/.gitignore: Re-anchor all entries.
481
86996fca
PE
4822010-10-08 Paul Eggert <eggert@cs.ucla.edu>
483
ea6046b9
PE
484 Fix portability problem on OpenBSD 4.7.
485
486 Jim Meyering reported this in
487 <http://lists.gnu.org/archive/html/bug-bison/2010-10/msg00007.html>.
488 * data/yacc.c: Use EXIT_SUCCESS as a witness for stdlib.h,
489 not _STDLIB_H. EXIT_SUCCESS has been defined by the standard
490 for quite some time.
491 * src/parse-gram.c, src/parse-gram.h: Regenerate.
492 * tests/regression.at: Tamper with the renamed witness.
493
86996fca
PE
494 Adjust to recent changes to gnulib bootstrap.
495
496 * .cvsignore, build-aux/.cvsignore, doc/.cvsignore, etc/.cvsignore:
497 * examples/calc++/.cvsignore, lib/.cvsignore, m4/.cvsignore:
498 * po/.cvsignore, runtime-po/.cvsignore, src/.cvsignore:
499 * tests/.cvsignore: Remove; I don't use CVS to maintain Bison
500 anymore and don't know of anybody else who does. If someone needs
501 these files, they can resurrect them.
502 * .gitignore, build-aux/.gitignore, doc/.gitignore, lib/.gitignore:
503 * m4/.gitignore, po/.gitignore, runtime-po/.gitignore:
504 Omit leading '/', since bootstrap omits it.
505 Adjust file names to match current contents better.
506 * bootstrap: Sync from gnulib: this contains the new gnulib_mk_hook
507 installed just for us.
508 * bootstrap.conf (excluded_files): Don't exclude codeset.m4,
509 glibc21.m4, inttypes_h.m4, size_max.m4, xsize.m4, as they are now
510 needed somehow. Don't have time to look into why.
511 (gnulib_modules): Change malloc to malloc-gnu. Do we really assume
512 the GNU malloc behavior, where malloc (0) != NULL unless we're
513 out of storage? If not, we can omit malloc-gnu; but for now I left
514 it in to be safe.
515 (vc_ignore): Remove.
516 * README-hacking: Renamed from HACKING, since gnulib bootstrap now
517 uses that convention.
518
7527c744
JD
5192010-08-05 Joel E. Denny <joeldenny@joeldenny.org>
520
521 Version 2.4.3.
522 * NEWS (2.4.3): Set date.
523
d034d520
JD
5242010-08-04 Joel E. Denny <joeldenny@joeldenny.org>
525
526 maint: add gettext version to release announcements.
527 Suggested by Paul Hilfinger at
528 <http://lists.gnu.org/archive/html/bison-patches/2010-07/msg00019.html>
529 <http://lists.gnu.org/archive/html/bison-patches/2010-08/msg00002.html>.
530 * cfg.mk (bootstrap-tools): Add gettext.
531
cf22447c
JD
5322010-08-04 Joel E. Denny <joeldenny@joeldenny.org>
533
534 doc: fix -W and %expect documentation some.
535 * NEWS (2.4.3): Mention that there are documentation fixes.
536 * doc/bison.texinfo (Expect Decl): Make it clear that %expect
537 turns conflicts into errors not warnings.
538 (Shift/Reduce): Likewise.
539 (Bison Options): Don't mention -Wsyntax. It doesn't exist.
540
4631c34f
JD
5412010-08-01 Joel E. Denny <joeldenny@joeldenny.org>
542
543 -Werror: fix for rules useless in parser after conflicts.
544 * NEWS (2.4.3): Document fix.
545 * src/complain.c (error_message): Extend to handle incomplete
546 error messages so warn and warn_at can be used in more cases.
547 * src/gram.c (grammar_rules_useless_report): Use warn_at so that
548 -Werror is always obeyed.
549 * src/reduce.c (reduce_print): Use warn so that the "warnings
550 being treated as errors" message is printed consistently before
551 the first warning message. This makes testing easier.
552 * tests/local.at (AT_BISON_WERROR_MSG): New macro.
553 (AT_BISON_CHECK_NO_XML): Extend to check -Werror and
554 --warnings=error when warnings appear in bison's stderr.
555
3e948170
JD
5562010-07-29 Joel E. Denny <joeldenny@joeldenny.org>
557
558 maint: enable gnits only at stable releases.
559 * configure.ac (AM_INIT_AUTOMAKE): Underscore or dash in a
560 version string should disable gnits. Explain in comments.
561
82df2d6d
JD
5622010-07-28 Joel E. Denny <joeldenny@joeldenny.org>
563
564 i18n: update.
565 * po/POTFILES.in: Add src/graphviz.c.
566
6e0ecb9a
JD
5672010-07-28 Joel E. Denny <joeldenny@joeldenny.org>
568
569 i18n: fix for gnulib.
570 * po/POTFILES.in: Add remaining gnulib files that have
571 translatable strings.
572
83e34842
JD
5732010-07-25 Joel E. Denny <joeldenny@joeldenny.org>
574
575 maint: use announce-gen's new --mail-headers.
576 * HACKING (Announce): Update instructions.
577 * cfg.mk (announcement_Cc_): Define.
578 * configure.ac (AM_GNU_GETTEXT_VERSION): Update to 0.18 as
579 required by latest gnulib.
580 * gnulib: Update to latest.
581
0162a44c
JD
5822010-07-24 Joel E. Denny <joeldenny@joeldenny.org>
583
584 tests: handle Valgrind that complains about >&-.
585 * tests/output.at (AT_CHECK_OUTPUT): Extend to accept pre-tests.
586 (Output files: -dv >&-): Skip test group if running
587 maintainer-check-valgrind.
588
241ac701
AD
5892010-06-17 Paul Eggert <eggert@cs.ucla.edu>
590
591 Update from GFDL GFDL 1.2 to 1.3.
592 * doc/bison.texinfo: Update GFDL version number.
593 * doc/fdl.texi: Update to version 1.3, taken from:
594 http://www.gnu.org/licenses/fdl.texi
595
6e30ede8
PE
5962010-06-17 Paul Eggert <eggert@cs.ucla.edu>
597
598 Do not use date ranges in copyright notices.
599 See http://www.gnu.org/prep/maintain/maintain.html#Copyright-Notices
600
601 * HACKING, Makefile.am, NEWS, PACKAGING, README, README-alpha:
602 * TODO, bootstrap, bootstrap.conf:
603 * build-aux/update-b4-copyright, cfg.mk, configure.ac:
604 * data/README, data/bison.m4, data/c++-skel.m4, data/c++.m4:
605 * data/c-skel.m4, data/c.m4, data/glr.c, data/glr.cc:
606 * data/java-skel.m4, data/java.m4, data/lalr1.cc:
607 * data/lalr1.java, data/location.cc:
608 * data/xslt/bison.xsl:
609 * data/xslt/xml2dot.xsl, data/xslt/xml2text.xsl:
610 * data/xslt/xml2xhtml.xsl, data/yacc.c, djgpp/Makefile.maint:
611 * djgpp/README.in, djgpp/config.bat, djgpp/config.sed:
612 * djgpp/config.site, djgpp/config_h.sed, djgpp/djunpack.bat:
613 * djgpp/subpipe.c, djgpp/subpipe.h:
614 * djgpp/testsuite.sed, doc/bison.texinfo:
615 * doc/refcard.tex, etc/README, etc/bench.pl.in:
616 * examples/calc++/Makefile.am, examples/extexi:
617 * lib/abitset.c, lib/abitset.h:
618 * lib/bbitset.h, lib/bitset.c, lib/bitset.h:
619 * lib/bitset_stats.c, lib/bitset_stats.h, lib/bitsetv-print.c:
620 * lib/bitsetv-print.h, lib/bitsetv.c, lib/bitsetv.h:
621 * lib/ebitset.c, lib/ebitset.h, lib/get-errno.c:
622 * lib/get-errno.h, lib/lbitset.c, lib/lbitset.h:
623 * lib/libiberty.h, lib/main.c, lib/timevar.c:
624 * lib/timevar.def, lib/timevar.h, lib/vbitset.c:
625 * lib/vbitset.h, lib/yyerror.c, m4/bison-i18n.m4:
626 * m4/c-working.m4, m4/cxx.m4, m4/subpipe.m4, m4/timevar.m4:
627 * src/AnnotationList.c, src/AnnotationList.h:
628 * src/InadequacyList.c, src/InadequacyList.h, src/LR0.c:
629 * src/LR0.h, src/Sbitset.c, src/Sbitset.h, src/assoc.c:
630 * src/assoc.h, src/closure.c, src/closure.h, src/complain.c:
631 * src/complain.h, src/conflicts.c, src/conflicts.h:
632 * src/derives.c, src/derives.h, src/files.c, src/files.h:
633 * src/flex-scanner.h, src/getargs.c, src/getargs.h:
634 * src/gram.c, src/gram.h, src/graphviz.c, src/ielr.c:
635 * src/ielr.h, src/lalr.c, src/lalr.h:
636 * src/location.c, src/location.h, src/main.c:
637 * src/muscle-tab.c, src/muscle-tab.h, src/named-ref.c:
638 * src/named-ref.h, src/nullable.c, src/nullable.h:
639 * src/output.c, src/output.h, src/parse-gram.y:
640 * src/print-xml.c, src/print-xml.h, src/print.c, src/print.h:
641 * src/print_graph.c, src/print_graph.h, src/reader.c:
642 * src/reader.h, src/reduce.c, src/reduce.h, src/relation.c:
643 * src/relation.h, src/scan-code.h, src/scan-code.l:
644 * src/scan-gram.h, src/scan-gram.l, src/scan-skel.h:
645 * src/scan-skel.l, src/state.c, src/state.h, src/symlist.c:
646 * src/symlist.h, src/symtab.c, src/symtab.h, src/system.h:
647 * src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h:
648 * tests/actions.at, tests/atlocal.in, tests/c++.at:
649 * tests/calc.at, tests/conflicts.at, tests/cxx-type.at:
650 * tests/existing.at, tests/glr-regression.at:
651 * tests/headers.at, tests/input.at, tests/java.at:
652 * tests/local.at, tests/named-refs.at:
653 * tests/output.at, tests/push.at, tests/reduce.at:
654 * tests/regression.at, tests/sets.at, tests/skeletons.at:
655 * tests/synclines.at, tests/testsuite.at, tests/torture.at:
656 * data/Makefile.am, data/location.cc, doc/Makefile.am, src/Makefile.am:
657 * tests/Makefile.am, lib/Makefile.am, examples/Makefile.am:
658 * etc/Makefile.am:
659 Don't use date ranges in copyright notices.
660
3d4a0cad
AD
6612010-05-11 Akim Demaille <demaille@gostai.com>
662
663 lalrl1.cc: give a chance to user defined YYLLOC_DEFAULT.
664 * data/lalr1.cc (YYLLOC_DEFAULT): Move its definition from the
665 header file to the implementation file, after the user %code
666 sections.
667 * NEWS (2.5): Document this.
668
e7bab2df
AD
6692010-05-07 Akim Demaille <demaille@gostai.com>
670
671 c++: use YYRHSLOC.
672 * data/lalr1.cc (YYRHSLOC): New.
673 (YYLLOC_DEFAULT): Use it.
674 * data/glr.cc: If location_type was user defined, do not include
675 location.hh, and do not produce location.hh and position.hh.
676 * tests/calc.at (YYLLOC_DEFAULT): Use YYRHSLOC.
677 Check that glr.cc supports user defined location_type.
678 * NEWS: Document this.
679
baacae49
AD
6802010-05-10 Akim Demaille <demaille@gostai.com>
681
682 doc: fix lalr1.cc documentation.
683 * doc/bison.texinfo (C++ Scanner Interface): Fix yylex signature.
684 (C++ Bison Interface): Fix lalr1.cc skeleton name.
685 (C++ Parser Interface): Fix semantic_type and location_type names.
686 Document yy::parser::token.
687 Reported by Jerry Quinn.
688
95a2de56
AD
6892010-05-04 Akim Demaille <demaille@gostai.com>
690
691 lalr1.cc: don't generate location.hh when location_type is defined
692 * data/bison.m4 (b4_percent_define_use): New.
693 (b4_percent_define_get): Use it.
694 Accept a default value.
695 * data/c++.m4: Do not provide a default value for the %define
696 variable location_type, rather, use b4_percent_define_get with a
697 default argument where its value is needed.
698 * data/lalr1.cc: Do not load location.cc (which outputs both
699 location.hh and position.hh) if the user defined location_type.
700 Do not include location.hh either.
701 * data/glr.cc: Likewise.
702
0f404a0a
AD
7032010-05-04 Akim Demaille <demaille@gostai.com>
704
705 lalr1.cc: location_type: make sure we don't depend on loc.(begin|end).
706 * tests/calc.at (Span): Instead of begin/end, as in the built-in
707 location class, use first and last.
708 Define YYLLOC_DEFAULT to adjust to these changes.
709 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Adjust to the
710 location_type changes.
711
bdc360ae
AD
7122010-05-04 Akim Demaille <demaille@gostai.com>
713
714 tests: enhance AT_SYNCLINES_COMPILE.
715 * tests/synclines.at (AT_TEST_SYNCLINE): Move GCC 4.5 protection
716 into...
717 (AT_SYNCLINES_COMPILE): here.
718 Add more distcc patterns.
719
ca7a59e8
JD
7202010-05-01 Joel E. Denny <joeldenny@joeldenny.org>
721
722 tests: fix maintainer-xml-check.
723 * data/xslt/xml2dot.xsl (xsl:template match="bison-xml-report"):
724 Update output to include comments now produced by --graph.
725 (xsl:template match="automaton"): As for --graph, name the
726 digraph after the grammar file.
727 * src/print-xml.c (escape_bufs): Enlarge array.
728 (print_xml): Add bug-report and url attributes to
729 bison-xml-report element.
730
ad6f84e5
JD
7312010-05-01 Joel E. Denny <joeldenny@joeldenny.org>
732
733 In DOT output, convert from "/*" comments to "//" comments.
734 This handles the possibility that a "*/" might appear in
735 variable portions of those comments at some point in the future.
736 * src/graphviz.c (start_graph): Implement.
737
43fdc9fd
JD
7382010-04-30 Joel E. Denny <joeldenny@joeldenny.org>
739
740 Document that undefined %prec identifier warnings will remain.
741 * NEWS (2.4.3): Here.
742 (2.4.2): Here.
743
e02df72c
JD
7442010-04-30 Joel E. Denny <joeldenny@joeldenny.org>
745
746 Revert 2009-12-30 change for undefined %prec token complaints.
747 That is, keep them as warnings because that should be sufficient
748 to satisfy POSIX without creating backward compatibility issues.
749 Suggested by Richard Stallman at
750 <http://lists.gnu.org/archive/html/bison-patches/2010-03/msg00033.html>.
751 * NEWS (2.5): Remove mention of complaint.
21279295
JD
752 * src/reader.c (grammar_rule_check): Convert complaint back to
753 warning.
e02df72c
JD
754 * tests/input.at (%prec's token must be defined): Update.
755
ba3063f6
JD
7562010-04-25 Joel E. Denny <joeldenny@joeldenny.org>
757
758 build: don't require src/bison during bootstrap.
759 Suggested by Eric Blake at
760 <http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00003.html>.
761 * bootstrap.conf (bootstrap_epilogue): New function to make sure
762 src/parse-gram.[ch] are stamped later than src/parse-gram.y.
763
e0fda26c
JD
7642010-04-25 Joel E. Denny <joeldenny@joeldenny.org>
765
766 i18n: fix untranslatable string.
767 Reported by Goran Uddeborg at
768 <http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00000.html>.
769 * src/muscle-tab.c (muscle_percent_define_insert): Here.
770
ecbca7db
AD
7712010-04-13 Akim Demaille <demaille@gostai.com>
772
773 tests: calc: minor refactoring.
774 * tests/calc.at (_AT_DATA_CALC_Y): Simplify yylex.
775
ed228e60
AD
7762010-04-13 Akim Demaille <demaille@gostai.com>
777
778 tests: calc: simplify location management.
779 * tests/local.at (AT_LOC_PUSHDEF, AT_LOC_POPDEF): New.
780 (_AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS): Use them to
781 define the appropriate AT_LOC accessors.
782 * tests/calc.at: Use AT_LOC accessors.
783
cacfdef7
AD
7842010-04-13 Akim Demaille <demaille@gostai.com>
785
786 test location_type.
787 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS):
788 Define AT_LOCATION_TYPE_IF.
789 (_AT_BISON_OPTION_POPDEFS): Undefine AT_LOCATION_TYPE_IF.
790 * tests/calc.at (_AT_DATA_CALC_Y): When %define location_type is
791 used, provide a user location type and use it.
792 (Simple LALR1 C++ Calculator): Add a test case for location_type.
793
2f61c4a2
AD
7942010-04-13 Akim Demaille <demaille@gostai.com>
795
796 tests: check fclose's return value.
797 * tests/calc.at (_AT_DATA_CALC_Y): Check fclose's return status.
798
16d9244d
AD
7992010-04-13 Akim Demaille <demaille@gostai.com>
800
801 tests: don't depend on the actual location type.
802 * tests/calc.at: Use yy::parser::location_type rather than
803 yy::location, since the former is always right, and might point to
804 another type than the latter.
805
3e4a253b
AD
8062010-04-13 Akim Demaille <demaille@gostai.com>
807
808 formatting changes.
809 * tests/calc.at: Formatting changes.
810
df5df58d
AD
8112010-04-13 Akim Demaille <demaille@gostai.com>
812
813 lalr1.cc: remove useless forward declaration.
814 * data/lalr1.cc: Include location.hh before stack.hh.
815 Remove the useless forward declarations of position and location.
816 Reported by Chris Morley.
817 * data/glr.cc: Likewise.
818
88bb35d6
JD
8192010-04-11 Joel E. Denny <joeldenny@joeldenny.org>
820
821 * NEWS (2.4.3): Mention fix for Sun Studio C++.
822
585ef2eb
JD
8232010-04-10 Joel E. Denny <joeldenny@joeldenny.org>
824
825 tests: fix for newer Sun Studio C++.
826 Reported by Dagobert Michelsen at
827 <http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00023.html>.
828 * THANKS (Dagobert Michelsen): Add.
829 * configure.ac (AC_PREREQ): Set to 2.64 so we get the latest
830 Autoconf macro for handling the restrict keyword.
831 * gnulib: Update to latest, which no longer overrides that macro
832 from Autoconf.
833
a005dbcb
JD
8342010-04-03 Joel E. Denny <jdenny@ces.clemson.edu>
835
836 portability: fix pointer arithmetic to conform to C standard.
837 Reported by Tys Lefering at
838 <http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00035.html>.
839 This fix is already implemented in glr.c and does not apply to
840 lalr1.java.
841 * data/lalr1.cc (yy::parser::parse): Increase size of
842 yyerror_range and adjust subscripting so you don't have to
843 subtract one from the beginning of the array.
844 * data/yacc.c (b4_declare_parser_state_variables,
845 yyparse, yypush_parse): Likewise.
846
8a8b33e8
AD
8472010-04-05 Akim Demaille <demaille@gostai.com>
848
849 remove useless include.
850 * src/graphviz.h: Don't include stdbool.h.
851
a0279765
AD
8522010-04-05 Akim Demaille <demaille@gostai.com>
853
854 graph: sign the output file.
855 * src/graphviz.c (start_graph): Issue comments about Bison.
856 Suggested by Tys Lefering.
857
132247cd
JD
8582010-03-31 Joel E. Denny <jdenny@ces.clemson.edu>
859
860 portability: fix test suite for GCC 4.5's new #error message.
861 Reported by Tys Lefering at
862 <http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00030.html>.
863 * NEWS (2.4.3): Mention.
864 * tests/synclines.at (AT_TEST_SYNCLINE): Implement.
865
c0259969
AD
8662010-03-30 Akim Demaille <demaille@gostai.com>
867
868 fix comments.
869 * src/graphviz.h: Add missing license notice.
870 Document.
871
23761f42
AD
8722010-03-25 Akim Demaille <demaille@gostai.com>
873
874 tests: fix 250: parse.error=verbose overflow.
875 * tests/regression.at (parse.error=verbose overflow): Avoid the
876 double inclusion of stdlib.h as it triggers hard errors.
877
9097fda0
JD
8782010-03-23 Joel E. Denny <jdenny@ces.clemson.edu>
879
880 portability: fix for BSD make.
881 Reported by Johan van Selst at
882 <http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00016.html>.
883 * tests/Makefile.am ($(TESTSUITE)): Qualify package.m4 in
884 this dependency list as in package.m4's target rule.
885
7a9c3cb3
JD
8862010-03-23 Joel E. Denny <jdenny@ces.clemson.edu>
887
888 portability: fix spawning on at least FreeBSD 8 and FreeBSD 9.
889 Reported by Johan van Selst at
890 <http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00014.html>.
891 * NEWS (2.4.3): New.
892 * THANKS (Johan van Selst): Add.
893 * gnulib: Update to latest.
894
5a3c69f1
JD
8952010-03-20 Joel E. Denny <jdenny@ces.clemson.edu>
896
897 maint: update for changes to gnulib's announce-gen.
898 * HACKING (Announce): RELEASE_TYPE=major must now be written
899 RELEASE_TYPE=stable.
900
ea66d039
JD
9012010-03-20 Joel E. Denny <jdenny@ces.clemson.edu>
902
903 Version 2.4.2.
904 * NEWS (2.4.2): Set version and date. For the recent test suite
905 portability fixes, don't be so optimistic about their success
906 given the lack of feedback on the affected platforms.
907
c50befe6
JD
9082010-02-22 Joel E. Denny <jdenny@ces.clemson.edu>
909
910 tests: fix maintainer-xml-check for recent changes.
911 * tests/output.at (AT_CHECK_CONFLICTING_OUTPUT): Use
912 AT_BISON_CHECK_NO_XML rather than AT_BISON_CHECK because an
913 output file whose name conflicts with a previous output file
914 is now never generated.
915
47fa5747
JD
9162010-02-22 Joel E. Denny <jdenny@ces.clemson.edu>
917
918 portability: fix several issues with M4 subprocess.
919
920 M4's output pipe was not being drained upon fatal errors during
921 scan_skel. As a result, broken-pipe messages from M4 were seen
922 on at least AIX, HP-UX, Solaris, and RHEL4, and this caused a
923 failure in the test suite. The problem was that, on platforms
924 where the default disposition for SIGPIPE is ignore instead of
925 terminate, M4 sometimes saw fwrite fail with errno=EPIPE and
926 then reported it. However, there's some sort of race condition,
927 because the new test group occasionally succeeded.
928 Reported by Albert Chin at
929 <http://lists.gnu.org/archive/html/bug-bison/2010-02/msg00004.html>.
930
931 There were also problems with the test suite livelocking on
932 Tru64 5.1b. Reported by Didier Godefroy at
933 <http://lists.gnu.org/archive/html/bug-bison/2009-05/msg00005.html>.
934 Switching to create_pipe_bidi suggested by Akim Demaille.
935
936 To attempt to solve both of these problems, switch to gnulib's
937 create_pipe_bidi and register M4 process as a slave. Along the
938 way, clean up file name conflict handling, which was affected by
939 the broken-pipe problem before the switch.
940 * NEWS (2.4.2): Document.
941 * THANKS (Didier Godefroy): Add.
942 * bootstrap.conf (gnulib_modules): Add pipe.
943 * gnulib: Update to latest to make sure we have all the latest
944 fixes.
945 * lib/Makefile.am (libbison_a_SOURCES): Remove subpipe.h and
946 subpipe.c.
947 * po/POTFILES.in (lib/subpipe.c): Remove.
948 * src/files.c (compute_output_file_names): Update invocations
949 of output_file_name_check.
950 (output_file_name_check): In the case that the grammar file
951 would be overwritten, use complain instead of fatal, but replace
952 the output file name with /dev/null. Use the /dev/null solution
953 for the case of two conflicting output files as well because it
954 seems safer in case Bison one day tries to open both files at
955 the same time.
956 * src/files.h (output_file_name_check): Update prototype.
957 * src/output.c (output_skeleton): Use create_pipe_bidi and
958 wait_subprocess. Assert that scan_skel completely drains the
959 pipe.
960 * src/scan-skel.l (at_directive_perform): Update
961 output_file_name_check invocation.
962 * tests/output.at (AT_CHECK_CONFLICTING_OUTPUT): Check that the
963 grammar file actually isn't overwritten.
964 (Conflicting output files: -o foo.y): Update expected output.
965 * tests/skeletons.at (Fatal errors but M4 continues producing
966 output): New test group.
967
d67e37a7
JD
9682010-02-04 Joel E. Denny <jdenny@ces.clemson.edu>
969
970 Update POTFILES.
971 * HACKING (Release Procedure): Add reminder about keeping
972 POTFILES files up-to-date.
973 * po/POTFILES.in (src/muscle-tab.c, src/scan-skel.l): Add.
974
0ee1af2e
JD
9752010-02-01 Joel E. Denny <jdenny@clemson.edu>
976
977 Code cleanup.
978 * tests/atlocal.in (abs_top_srcdir): Remove shell variable,
979 which is already defined in atconfig.
980
2655c7cd
JD
9812010-01-21 Joel E. Denny <jdenny@clemson.edu>
982
983 * cfg.mk (gnulib_dir): Assume gnulib is a subdirectory.
984
8ebc7dca
JD
9852010-01-21 Joel E. Denny <jdenny@clemson.edu>
986
987 maint: automate PACKAGE_COPYRIGHT_YEAR update, and update it.
988 * HACKING (Release Procedure): Update notes on copyright years.
989 * Makefile.am (update-package-copyright-year): New target rule.
990 * build-aux/update-package-copyright-year: New file.
991 * cfg.mk (update-copyright): Add update-package-copyright-year
992 as a dependency.
993
f0a43dd1
JD
9942010-01-19 Joel E. Denny <jdenny@clemson.edu>
995
996 * bootstrap: Import improvements from latest gnulib.
997
e4ca7a85
JD
9982010-01-19 Joel E. Denny <jdenny@clemson.edu>
999
1000 build: require Automake 1.11.1 to avoid a security flaw.
1001 * HACKING (Release Procedure): Don't document Automake security
1002 flaw here.
1003 * configure.ac (AM_INIT_AUTOMAKE): Require 1.11.1, and explain
1004 why here.
1005
8d830047
JD
10062010-01-19 Joel E. Denny <jdenny@clemson.edu>
1007
1008 gnulib: update to latest.
1009
e5926647
JD
10102010-01-19 Joel E. Denny <jdenny@clemson.edu>
1011
1012 ChangeLog (2006-09-15): add Odd Arild Olsen's role for push.c.
1013
5a2f6eb4
JD
10142010-01-15 Joel E. Denny <jdenny@clemson.edu>
1015
1016 Thank the developer of the initial push parser implementation.
1017 This unfortunate oversight is several years old.
1018 * THANKS (Odd Arild Olsen): Add.
1019
1c4ad777
JD
10202010-01-04 Joel E. Denny <jdenny@clemson.edu>
1021
1022 Fix some comments concerning LR(0) versus LALR(1).
1023
1024 Stop equating LR(0) with nondeterminism and LALR(1) with
1025 determinism. That is, if all states are consistent, then LR(0)
1026 tables are deterministic. On the other hand, LALR(1) tables
1027 might be nondeterministic before conflict resolution, and GLR
1028 permits LALR(1) tables to remain nondeterministic.
1029 * src/LR0.c, src/LR0.h: Here.
1030 * src/lalr.c, src/lalr.h: Here.
1031 * src/main.c (main): Here.
1032 * src/state.c, src/state.h: Here.
1033
1034 * src/ielr.h (ielr): In preconditions, expect LR(0) not LALR(1)
1035 parser tables.
1036
1462fcee
JD
10372010-01-04 Joel E. Denny <jdenny@clemson.edu>
1038
1039 maint: run "make update-copyright"
1040
510df951
JD
10412009-12-30 Joel E. Denny <jdenny@clemson.edu>
1042
1043 POSIX: complain if %prec's token was not defined.
1044 * NEWS (2.5): Document.
1045 * src/reader.c (grammar_rule_check): Convert warning to
1046 complaint.
1047 * tests/input.at (%prec's token must be defined): Update.
1048
2c203528
JD
10492009-12-30 Joel E. Denny <jdenny@clemson.edu>
1050
1051 POSIX: warn if %prec's token was not defined.
1052 Reported by Florian Krohm at
1053 <http://lists.gnu.org/archive/html/bug-bison/2009-12/msg00005.html>.
1054 * NEWS (2.4.2): Document.
1055 * src/reader.c (grammar_rule_check): Implement.
1056 (grammar_current_rule_prec_set): Add comments explaining that we
1057 here assume a %prec identifier is a token, but we still manage
1058 to support POSIX.
1059 * tests/input.at (%prec's token must be defined): New test
1060 group.
1061
a93cdd3d
JD
10622009-12-31 Joel E. Denny <jdenny@clemson.edu>
1063
1064 * HACKING (Release Procedure): Recommend a secure automake.
1065
bb57985c
AD
10662008-12-11 Akim Demaille <demaille@gostai.com>
1067
1068 Propagate i18n changes into glr.c.
1069 * data/glr.c (yyreportSyntaxError): Use "switch" instead of
1070 building the error message format dynamically.
1071 * data/lalr1.java: Formatting changes.
1072
70afaf26
JD
10732009-12-22 Joel E. Denny <jdenny@clemson.edu>
1074
1075 Port small part of master's 11707b2b so future ports are easier.
1076 * data/lalr1.java (YYParser::yysyntax_error): Untabify.
1077
8200219a
AD
10782008-12-11 Akim Demaille <demaille@gostai.com>
1079
1080 Simplify the i18n of the error messages.
1081 * data/lalr1.cc: Comment changes.
1082
39f6a8d1
AD
10832008-11-11 Akim Demaille <demaille@gostai.com>
1084
1085 Prefer M4 to CPP.
1086 * data/lalr1.cc: Use b4_error_verbose_if instead of #if
1087 YYERROR_VERBOSE.
1088
e657f369
AD
10892008-11-11 Akim Demaille <demaille@gostai.com>
1090
1091 Support i18n of the parse error messages.
1092 * TODO (lalr1.cc/I18n): Remove.
1093 * data/lalr1.cc (yysyntax_error_): Support the translation of the
1094 error messages, as done in yacc.c.
1095 Stay within the yy* pseudo namespace.
1096
1e05521d
JD
10972009-12-22 Joel E. Denny <jdenny@clemson.edu>
1098
1099 Port small part of master's 8901f32e so future ports are easier.
1100 * data/lalr1.cc (yy::parser::yysyntax_error_): Always add second
1101 argument, but name it in the function definition only when
1102 verbose error messages are enabled and it'll thus be used.
1103 (yy::parser::parse): Update use of yysyntax_error_.
1104
2728ac7e
JD
11052009-12-29 Joel E. Denny <jdenny@clemson.edu>
1106
1107 portability: `<' and `>' are not always defined on addresses.
1108 Specifically, don't sort objects by their memory addresses when
1109 they're not allocated in the same array or other object. Though
1110 I haven't found a test case where that fails on my platform, C
1111 says the behavior is undefined.
1112 * src/AnnotationList.c (AnnotationList__insertInto): Remove
1113 FIXME. Use new id field of InadequacyList nodes rather than
1114 their memory addresses when sorting.
1115 (AnnotationList__compute_from_inadequacies): Add
1116 inadequacy_list_node_count argument to pass to
1117 InadequacyList__new_conflict.
1118 * src/AnnotationList.h
1119 (AnnotationList__compute_from_inadequacies): Update prototype
1120 and documentation for new argument.
1121 * src/InadequacyList.c (InadequacyList__new_conflict): Add
1122 node_count argument and use it to assign a unique ID.
1123 * src/InadequacyList.h (InadequacyListNodeCount): New typedef.
1124 (InadequacyList): Add id field.
1125 (InadequacyList__new_conflict): Update prototype and
1126 documentation for new argument.
1127 * src/ielr.c (ielr_compute_annotation_lists): Update
1128 AnnotationList__compute_from_inadequacies invocation.
1129
abcc7c03
JD
11302009-12-20 Joel E. Denny <jdenny@clemson.edu>
1131
1132 Fix handling of yychar manipulation in user semantic actions.
1133 The problem was that yacc.c didn't always update the yychar
1134 translation afterwards. However, other skeletons appear to be
1135 fine. glr.c appears to already translate yychar before every
1136 use. lalr1.cc does not define yychar and does not document its
1137 replacement, yyla, for users. It does provide yyclearin, but
1138 that does not manipulate yyla and thus requires no translation
1139 update. In lalr1.java, yychar is out of scope during semantic
1140 actions.
1141 * NEWS (2.5): Document.
1142 * data/yacc.c (YYBACKUP): Don't bother translating yychar into
1143 yytoken here.
1144 (yyparse, yypush_parse): Instead, translate before every use of
1145 yytoken, and add comments explaining this approach.
1146 * tests/actions.at (Destroying lookahead assigned by semantic
1147 action): New test group checking that translation happens before
1148 lookahead destructor calls at parser return. Previously,
1149 incorrect destructors were called.
1150 * tests/conflicts.at (%error-verbose and consistent
1151 errors): New test group checking that translation happens at
1152 syntax error detection before the associated verbose error
1153 message and the associated lookahead destructor calls. While
1154 the destructor call is fixed by this patch, the verbose error
1155 message is currently incorrect due to another bug (see
1156 comments in test group), so this is an expected failure for now.
1157
62efdd2a
JD
11582009-12-21 Joel E. Denny <jdenny@clemson.edu>
1159
1160 YYFAIL: warn about uses and remove from lalr1.java.
1161 * NEWS (2.5): Document.
5f1485d8 1162 * data/lalr1.java (YYParser::YYFAIL): Rename to YYERRLAB,
62efdd2a
JD
1163 and make it private. Update all uses.
1164 * src/scan-code.l (SC_RULE_ACTION): Implement warning.
1165
41d35e54
JD
11662009-12-21 Joel E. Denny <jdenny@clemson.edu>
1167
1168 YYFAIL: deprecate.
1169 * NEWS (2.4.2): Document deprecation and the phase-out plan.
5f1485d8 1170 * data/lalr1.java (YYParser::YYFAIL): Add comment about
41d35e54
JD
1171 deprecation.
1172 * data/yacc.c (YYFAIL): Likewise, and suppress warnings about
1173 YYFAIL from GCC cpp's -Wunused-macros.
1174 * doc/bison.texinfo (Java Action Features): Remove YYFAIL
1175 documentation.
1176 (LocalWords): Remove YYFAIL.
1177
692d04cb
JD
11782009-12-17 Joel E. Denny <jdenny@clemson.edu>
1179
1180 Code cleanup.
1181 * src/symtab.c, src/symtab.h (symbol_class_get_string): Remove
1182 function, which is no longer used.
1183
34731471
JD
11842009-12-16 Joel E. Denny <jdenny@clemson.edu>
1185
1186 Add gcc's -Wundef to test suite and fix another warning from it.
1187 * NEWS (2.4.2): Update description of -Wundef fix.
1188 * configure.ac (WARN_CXXFLAGS_TEST): New substitution.
1189 (WARN_CFLAGS_TEST): New substitution.
1190 * data/glr.c: Avoid warning about __STRICT_ANSI__.
1191 * tests/atlocal.in (CFLAGS): Use WARN_CFLAGS_TEST instead of
1192 WARN_CFLAGS.
1193 (NO_WERROR_CFLAGS): Likewise.
1194 (CXXFLAGS): Use WARN_CXXFLAGS_TEST instead of WARN_CXXFLAGS.
1195
3bba2dad
JD
11962009-12-16 Joel E. Denny <jdenny@clemson.edu>
1197
1198 * data/yacc.c: Reformat m4 a little.
1199
af2ffe5c
JD
12002009-12-16 Joel E. Denny <jdenny@clemson.edu>
1201
1202 Document gcc -Wundef fix.
1203 * NEWS (2.4.2): Here.
1204 * THANKS (Jonathan Nieder): Add.
1205
874ac415
JN
12062009-12-15 Jonathan Nieder <jrnieder@gmail.com> (tiny change)
1207
1208 Simplify y.tab.c when location tracking is disabled.
1209 * data/yacc.c: Do not check YYLTYPE_IS_TRIVIAL if location
1210 tracking is not enabled. Instead, unconditionally define
1211 YY_LOCATION_PRINT as a no-op for backward compatibility.
1212
06caf0e1
JN
12132009-12-15 Jonathan Nieder <jrnieder@gmail.com> (tiny change)
1214
1215 Avoid warnings from gcc -Wundef y.tab.c.
1216 * data/glr.c: Check if YYENABLE_NLS and YYLTYPE_IS_TRIVIAL are
1217 defined before using them.
1218 * data/lalr1.cc: Likewise.
1219 * data/yacc.c: Likewise.
1220
687f011a
JD
12212009-12-15 Joel E. Denny <jdenny@clemson.edu>
1222
1223 autoconf: update to latest for fix of M4 detection.
1224 Reported by Eric Blake.
1225 * submodules/autoconf: Update.
1226
fb9a3976
JD
12272009-12-15 Joel E. Denny <jdenny@clemson.edu>
1228
1229 portability: use -DGNULIB_POSIXCHECK.
1230 Reported by Eric Blake. See discussions at
1231 <http://lists.gnu.org/archive/html/bug-bison/2009-09/msg00008.html>
1232 and
1233 <http://lists.gnu.org/archive/html/bug-gnulib/2009-10/msg00108.html>.
1234 * HACKING (Release checks): Suggest -DGNULIB_POSIXCHECK.
1235 * bootstrap.conf (gnulib_modules): Add all the printf modules
1236 suggested by -DGNULIB_POSIXCHECK. Add realloc-posix as
1237 suggested by -DGNULIB_POSIXCHECK for gnulib's own vasnprintf.c.
1238 (excluded_files): Remove m4/printf-posix.m4.
1239 * tests/atlocal.in (LIBS): As for LDADD in src/local.mk, add
1240 lib/libbison.a so gnulib libraries can be linked.
1241
f1fb412c
JD
12422009-12-14 Joel E. Denny <jdenny@clemson.edu>
1243
1244 Enable assertion output and --disable-assert for configure.
1245 * bootstrap.conf (gnulib_modules): Add assert module.
1246 * src/system.h (aver): Define as assert, and summarize the
1247 discussion on this issue.
1248
51c7ca01
JD
12492009-12-14 Joel E. Denny <jdenny@clemson.edu>
1250
1251 Expand GLR acronym in summary of Bison.
1252 Based on discussion with Akim Demaille starting at
1253 <http://lists.gnu.org/archive/html/bison-patches/2009-04/msg00087.html>.
1254 * doc/bison.texinfo (Introduction): Here.
1255 * src/getargs.c (usage): Here.
1256
1f68dca5
AR
12572009-10-03 Alex Rozenman <rozenman@gmail.com>
1258
1259 Document named references.
1260 * doc/bison.texinfo (Actions): Add new example and xref to
1261 Using Named References node.
1262 (Using Named References): New node.
1263
aa01d193
JD
12642009-10-16 Joel E. Denny <jdenny@clemson.edu>
1265
1266 cleanup.
1267 * src/Sbitset.c (Sbitset__new_on_obstack): Use Sbitset instead
1268 of char*.
1269 (Sbitset__isEmpty): Use Sbitset instead of char*.
1270 * src/Sbitset.h (Sbitset): Make it a pointer to unsigned char
1271 instead of char. This helps to avoid casting errors.
1272 (Sbitset__or): Use Sbitset instead of char*.
1273
61747047
JD
12742009-10-16 Joel E. Denny <jdenny@clemson.edu>
1275
1276 portability: don't assume 8-bit bytes.
1277 That is, use CHAR_BIT and UCHAR_MAX instead of 8 and 0xff.
1278 * src/Sbitset.h (Sbitset__nbytes): Here.
1279 (Sbitset__byteAddress): Here.
1280 (Sbitset__bit_mask): Here.
1281 (Sbitset__last_byte_mask): Here.
1282 (Sbitset__ones): Here.
1283 (SBITSET__FOR_EACH): Here.
1284
a70596de
JD
12852009-10-11 Joel E. Denny <jdenny@clemson.edu>
1286
1287 portability: use va_start and va_end in the same function.
1288 * src/complain.c (error_message): Move va_end from here...
1289 (ERROR_MESSAGE): ... to here.
1290
51f255a5
JD
12912009-10-08 Joel E. Denny <jdenny@clemson.edu>
1292
1293 * data/bison.m4: Update comments for rename to muscle-tab.h.
1294
23ec25b7
JD
12952009-10-08 Joel E. Denny <jdenny@clemson.edu>
1296
1297 Rename muscle_tab.* to muscle-tab.* for consistency with master.
1298 * src/Makefile.am (bison_SOURCES): Update.
1299 * src/getargs.c, src/ielr.c, src/lalr.c, src/main.c,
1300 src/output.c, src/parse-gram.y, src/print.c, src/reader.c,
1301 src/tables.c: Update include.
1302 * src/muscle_tab.c, src/muscle_tab.h: Rename to...
1303 * src/muscle-tab.c, src/muscle-tab.h: ... these and update
1304 include.
1305
0ab402b4
JD
13062009-10-07 Joel E. Denny <jdenny@clemson.edu>
1307
1308 Minor code cleanup.
1309 * src/muscle_tab.c (MUSCLE_USER_NAME_CONVERT): Remove macro and
1310 replace all uses with UNIQSTR_CONCAT.
1311 * src/uniqstr.c (uniqstr_vsprintf): New function.
1312 * src/uniqstr.h (uniqstr_vsprintf): Add prototype.
1313 (UNIQSTR_CONCAT, UNIQSTR_GEN_FORMAT, UNIQSTR_GEN_FORMAT_): New
1314 macros.
1315
42ec0ae1
JD
13162009-10-04 Joel E. Denny <jdenny@clemson.edu>
1317
1318 Minor code cleanup.
1319 * src/parse-gram.y: Clean up sorting of declarations.
1320 Use types to simplify %printer declarations where possible.
1321 Provide %printer for BRACKETED_ID and symbol.prec.
1322 * src/symtab.c: Whitespace change.
1323
9637e0ed
JD
13242009-10-04 Joel E. Denny <jdenny@clemson.edu>
1325
1326 tests: skip tests of file names that platform does not support.
1327 Reported by Michael Raskin at
1328 <http://lists.gnu.org/archive/html/bug-bison/2009-09/msg00001.html>.
1329 * THANKS (Michael Raskin): Add.
1330 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): Fix. Cygwin used
1331 to fail at least for file names containing ":" or "\".
1332
69a2ab11
JD
13332009-09-23 Joel E. Denny <jdenny@clemson.edu>
1334
1335 yysyntax_error: avoid duplicate lookahead collection.
1336 Except when memory reallocation is required, this change
1337 eliminates the need to invoke yysyntax_error twice and thus to
1338 repeat the collection of lookaheads. It also prepares for
1339 future extensions that will make those repetitions more
1340 expensive and that will require additional memory management in
1341 yysyntax_error. Finally, it fixes an obscure bug already
1342 exercised in the test suite.
1343 * data/yacc.c (yysyntax_error): Add arguments for message
1344 buffer variables stored in the parser. Instead of size, return
1345 status similar to yyparse status but indicating success of
1346 message creation. Other than the actual reallocation of the
1347 message buffer, import and clean up memory management code
1348 from...
1349 (yyparse, yypush_parse): ... here.
1350 * tests/regression.at (%error-verbose overflow): No longer an
1351 expected failure.
1352
d88cf117
JD
13532009-09-23 Joel E. Denny <jdenny@clemson.edu>
1354
1355 yysyntax_error: test memory management more.
1356 * tests/atlocal.in (NO_WERROR_CFLAGS): New cpp macro.
1357 * tests/regression.at (%error-verbose and YYSTACK_USE_ALLOCA):
1358 New test group.
1359 (%error-verbose overflow): New test group that reveals an
1360 obscure bug. Expected fail for now.
1361
9da640ea
AD
13622008-12-11 Akim Demaille <demaille@gostai.com>
1363
1364 Pass the token type to yysyntax_error.
1365 * data/yacc.c (yysyntax_error): Take the transated token instead
1366 of the raw number.
1367 Adjust callers.
1368
d3d3628b
AD
13692008-12-11 Akim Demaille <demaille@gostai.com>
1370
1371 Simplify the i18n of the error messages.
1372 * data/yacc.c (yysyntax_error): Rewrite, using a switch instead
1373 of building dynamically the format string.
1374
4c6b13f3
JD
13752009-10-03 Joel E. Denny <jdenny@clemson.edu>
1376
1377 Remove dead code.
1378 * src/symtab.c (symbol_pack): Here because every symbol's number
1379 is always defined by this time.
1380
f840c05a
AR
13812009-10-03 Alex Rozenman <rozenman@gmail.com>
1382
1383 Add additional space after periods in NEWS.
1384 * NEWS (2.5): here.
1385
17a407dc
JD
13862009-09-29 Joel E. Denny <jdenny@clemson.edu>
1387
1388 Use the correct conversion specifier for size_t.
1389 Reported by Jim Meyering.
1390 * src/Sbitset.h (SBITSET__INDEX__CONVERSION_SPEC): New, "zu"
1391 because Sbitset__Index is size_t.
1392 * src/Sbitset.c (Sbitset__fprint): Use it instead of %d.
1393
4b7a4c1b
JD
13942009-09-27 Joel E. Denny <jdenny@clemson.edu>
1395
1396 tests: don't abuse AT_BISON_CHECK.
1397 * tests/regression.at (parse-gram.y: LALR = IELR): Move
1398 additional shell commands outside of AT_BISON_CHECK.
1399
873ac263
JD
14002009-09-26 Joel E. Denny <jdenny@clemson.edu>
1401
1402 tests: check that parse-gram.y's IELR and LALR are identical.
1403 * tests/atlocal.in (abs_top_srcdir): New shell variable.
1404 * tests/regression.at (parse-gram.y: LALR = IELR): New test
1405 group.
1406
232be91a
AD
14072009-09-16 Akim Demaille <demaille@gostai.com>
1408
1409 doc: comment changes.
1410 * doc/bison.texinfo: Comment changes.
1411
c781580d
AD
14122009-09-16 Akim Demaille <demaille@gostai.com>
1413
1414 doc: spell checking.
1415 * doc/bison.texinfo: here.
1416
348f5608
AR
14172009-09-19 Alex Rozenman <rozenman@gmail.com>
1418
1419 Keep sub-messages aligned. Fix strings for translation.
f840c05a
AR
1420 * src/location.h (location_print): Add return value.
1421 * src/location.c (location_print): Return number of printed
348f5608 1422 characters.
f840c05a
AR
1423 * src/complain.h (complain_at_indent, warn_at_indent): Prototype
1424 new functions.
1425 * src/complain.cpp (indent_ptr): New static variable.
1426 (error_message, complain_at_indent, warn_at_indent): Implement
1427 the alignment mechanism.
1428 * src/scan-code.l (parse_ref, show_sub_messages): Fix strings
1429 for translations. Use new alignment mechanism.
1430 * tests/named-ref.at: Adjust test-cases.
348f5608
AR
1431 * NEWS (2.5): Add an announcement about named references.
1432
d93b5f50
JD
14332009-09-13 Joel E. Denny <jdenny@clemson.edu>
1434
1435 tests: clean up push.at test group titles.
1436 * tests/push.at: Remove "Push Parsing: " from test group titles
1437 because these are already under the banner "Push Parsing Tests".
1438
4c56b131
AR
14392009-09-12 Alex Rozenman <rozenman@gmail.com>
1440
1441 Provide an additional sub-message for clarity.
1442 Add "symbol not found in production" error message when
1443 an "invalid reference" is detected in named references
1444 resolution.
1445 * src/scan-code.l: Update "invalid reference" case.
1446 * tests/named-ref.at: Adjust test-cases.
1447
93d0103d
JD
14482009-09-10 Joel E. Denny <jdenny@clemson.edu>
1449
1450 Clean up yacc.c a little.
1451 * data/yacc.c: Clean up M4 for readability, and make output
1452 whitespace more consistent. For the main parse function
1453 comment, instead of saying "yyparse or yypush_parse", say either
1454 "yyparse" or "yypush_parse" depending on which it actually is.
1455
628be6c9
JD
14562009-09-03 Joel E. Denny <jdenny@clemson.edu>
1457
1458 Complain about unused %define variables and %code qualifiers.
1459 * NEWS (2.5): Document.
1460 * data/bison.m4 (b4_check_user_names): Complain instead of warn.
1461 * doc/bison.texinfo (Decl Summary): Document complaint, and
1462 improve %define documentation a little otherwise.
1463 * tests/input.at (Reject unused %code qualifiers): Update.
1464 (%define errors): Update.
1465 (%define, --define, --force-define): Update.
1466 (%define backward compatibility): Update.
1467 (Unused %define api.pure): Update.
1468 * tests/push.at (Push Parsing: Unsupported Skeletons): Update.
1469
c842365a
JD
14702009-09-03 Joel E. Denny <jdenny@clemson.edu>
1471
1472 Use aver not assert.
1473 * src/output.c: Don't include assert.h.
1474 (output_skeleton): Use aver not assert.
1475 * src/system.h (aver): In documentation of why, add links to
1476 Paul Eggert's explanations in the mailing lists.
1477
14e568d7
AR
14782009-09-05 Alex Rozenman <rozenman@gmail.com>
1479
1480 Use "Unresolved reference" error message when no symbols were found
1481 in a symbolic reference resolution. Remove .expr and -expr from
1482 the shown reference when the reference is unresolved.
1483 * src/scan-code.l: Change the error message, adjust location columns,
1484 rename variable "exact_mode" to "explicit_bracketing".
1485 * tests/named-ref.at: Adjust existing tests and add a new one.
1486
dac8cc0d
AD
14872009-09-03 Akim Demaille <demaille@gostai.com>
1488
1489 * NEWS (2.4.2): Add "Internationalization" item.
1490
3710dd02
AD
14912009-09-03 Akim Demaille <demaille@gostai.com>
1492
1493 bootstrap: fix/improve find_tool.
1494 * bootstrap (find_tool): Improve error messages.
1495 Fix typo about find_tool_names.
1496
9852b61c
JD
14972009-08-29 Joel E. Denny <jdenny@clemson.edu>
1498
1499 Fix gcc 3.4.4 shadowing warning reported by Eric Blake.
1500 See
1501 <http://lists.gnu.org/archive/html/bison-patches/2009-08/msg00093.html>.
1502 * src/scan-code.h (code_props_rule_action_init): Rename
1503 named_ref arg to name so it doesn't shadow named_ref type. This
1504 makes it consistent with the function definition in scan-code.l
1505 anyway.
1506
f37495f6
JD
15072009-08-28 Joel E. Denny <jdenny@clemson.edu>
1508
1509 %define: accept unquoted values.
1510 * NEWS (2.5): Group all %define changes together, and document
1511 this one. Remove quotes in IELR and canonical LR entry.
1512 * doc/bison.texinfo: Remove quotes in most examples throughout.
1513 (Decl Summary): Update %define documentation.
1514 (Table of Symbols): Likewise.
1515 * src/ielr.c (LrType): Update documentation.
1516 * src/parse-gram.y (content.opt): Add production for ID.
5bf2bf7a 1517 * tests/calc.at: Remove quotes in most tests.
f37495f6
JD
1518 * tests/existing.at: Likewise.
1519 * tests/input.at: Likewise.
1520 * tests/local.at: Likewise.
1521 * tests/push.at: Likewise.
1522 * tests/reduce.at: Likewise.
1523 * tests/torture.at: Likewise.
1524
3a414bbf
JD
15252009-08-28 Joel E. Denny <jdenny@clemson.edu>
1526
1527 %define lr.type: make values lowercase IDs.
1528 That is, "LALR" => "lalr", "IELR" => "ielr", and
1529 "canonical LR" => "canonical-lr".
1530 * NEWS (2.5): Update documentation.
1531 * doc/bison.texinfo (Decl Summary): Likewise.
1532 * src/ielr.c (ielr): Use new values.
1533 * src/ielr.h (ielr): Update documentation.
1534 * src/reader.c (prepare_percent_define_front_end_variables): Use
1535 and validate new values.
1536 * tests/existing.at (AT_TEST_EXISTING_GRAMMAR): Update test
1537 grammars.
1538 * tests/reduce.at (AT_TEST_LR_TYPE): Likewise.
1539
4bb975e1
EB
15402009-08-27 Eric Blake <ebb9@byu.net>
1541
1542 scan-gram: avoid portability trap with ctype usage.
1543 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>):
1544 Avoid compiler warning.
1545
74baf5c9
JD
15462009-08-27 Joel E. Denny <jdenny@clemson.edu>
1547
1548 tests: use perl for printing special sequences to files.
1549 And skip tests if perl is not available. This is better than
1550 playing tricks with shell portability. Suggested by Akim
1551 Demaille.
1552 * tests/input.at (Bad character literals): Use it here for
1553 omitting final newlines.
1554 (Bad escapes in literals): Use it here for special characters.
1555
d63e1279
JD
15562009-08-26 Joel E. Denny <jdenny@clemson.edu>
1557
1558 tests: show a use of %define lr.default-reductions "consistent"
1559 * tests/conflicts.at (%nonassoc and eof): Extend to test that it
1560 prevents the omission of expected tokens for %error-verbose.
1561
833d1720
AD
15622009-08-26 Akim Demaille <demaille@gostai.com>
1563
1564 tests: portability fix.
1565 * tests/input.at (Bad escapes in literals): Don't expect "echo
1566 '\0'" to output \ then 0.
1567
e4bcae3c
JD
15682009-08-26 Joel E. Denny <jdenny@clemson.edu>
1569
1570 Actually handle the yytable zero value correctly this time.
1571 * data/glr.c, data/lalr1.cc, data/lalr1.java, data/yacc.c: Don't
1572 mention zero values in the YYTABLE comments.
1573 * data/glr.c (yytable_value_is_error): Don't check for zero
1574 value.
1575 * data/lalr1.cc (yy_table_value_is_error_): Likewise.
1576 * data/yacc.c (yytable_value_is_error): Likewise.
1577 * data/lalr1.java (yy_table_value_is_error_): Likewise.
1578 (yysyntax_error): Fix typo in code: use yytable_ not yycheck_.
1579 * src/tables.h: In header comments, explain why it's useless to
1580 check for a zero value in yytable.
1581
d5eb0826
JD
15822009-08-25 Joel E. Denny <jdenny@clemson.edu>
1583
1584 More fixes related to last two patches.
1585 * data/c.m4 (b4_table_value_equals): Comment that YYID must be
1586 defined.
1587 * data/glr.c, data/lalr1.cc, data/lalr1.java, data/yacc.c: Fix
1588 yytable comments: zero indicates syntax error not default
1589 action.
1590 * data/glr.c (yyis_pact_ninf): Rename to...
1591 (yypact_value_is_default): ... this.
1592 (yyisDefaultedState): Update for rename.
1593 (yyis_table_ninf): Rename to...
1594 (yytable_value_is_error): ... this, and check for value zero
1595 besides just YYTABLE_NINF.
1596 (yygetLRActions): Check for default value from yypact. It
1597 appears that this check is always performed before this function
1598 is invoked, and so adding the check here is probably redundant.
1599 However, the code may evolve after this subtlety is forgotten.
1600 Also, update for rename to yytable_value_is_error. Because that
1601 macro now checks for zero, a different but equivalent branch of
1602 the if-then-else here is evaluated.
1603 (yyreportSyntaxError): Update for rename to
1604 yytable_value_is_error. The zero condition was mishandled
1605 before.
1606 (yyrecoverSyntaxError): Update for renames. No behavioral
1607 changes.
1608 * data/lalr1.cc, data/lalr1.java (yy_pact_value_is_default_):
1609 New function.
1610 (yy_table_value_is_error_): New function.
1611 (parse): Use new functions where possible. No behavioral
1612 changes.
1613 (yysyntax_error_, yysyntax_error): Use yy_table_value_is_error_.
1614 The zero condition was mishandled before.
1615 * data/yacc.c (yyis_pact_ninf): Rename to...
1616 (yypact_value_is_default): ... this.
1617 (yyis_table_ninf): Rename to...
1618 (yytable_value_is_error): ... this, and check for value zero
1619 besides just YYTABLE_NINF.
1620 (yysyntax_error): Update for rename to yytable_value_is_error.
1621 The zero condition was mishandled before.
1622 (yyparse): Update for renames. No behavioral changes.
1623 * src/tables.h: Improve comments about yypact, yytable, etc.
1624 more. Most importantly, say yytable value of zero means syntax
1625 error not default action.
1626
1fa30307
JD
16272009-08-25 Joel E. Denny <jdenny@clemson.edu>
1628
1629 Fix %error-verbose for conflicts resolved by %nonassoc.
1630 * NEWS (2.5): Document.
1631 * data/glr.c (yyreportSyntaxError): Fix this by checking
1632 yyis_table_ninf.
1633 * data/yacc.c (yysyntax_error): Likewise.
1634 * data/lalr1.cc (yysyntax_error_): Fix this by checking
1635 yytable_ninf_.
1636 * data/lalr1.java (yysyntax_error): Likewise.
1637 * tests/conflicts.at (%nonassoc and eof): Update expected output
1638 and remove FIXME.
1639
77373efa
JD
16402009-08-25 Joel E. Denny <jdenny@clemson.edu>
1641
1642 Some code and documentation improvements.
1643 * data/c.m4 (b4_table_value_equals): New macro to capture
1644 some repeated code.
1645 * data/glr.c (yyis_pact_ninf): Use it here.
1646 (yyis_table_ninf): Likewise.
1647 (yyreportSyntaxError): Improve internal comments.
1648 * data/yacc.c (yyis_pact_ninf): New macro copied from glr.c.
1649 Use it everywhere possible.
1650 (yyis_table_ninf): Likewise.
1651 (yysyntax_error): Improve internal comments.
1652 * data/lalr1.cc (yysyntax_error_): Likewise.
1653 * data/lalr1.java (yysyntax_error): Likewise.
1654 * src/tables.h: Improve comments about yypact, yytable, etc.
1655
890ab17c
JD
16562009-08-21 Joel E. Denny <jdenny@clemson.edu>
1657
1658 Use locale when quoting.
1659 * src/scan-gram.l (SC_ESCAPED_STRING, SC_ESCAPED_CHARACTER): Use
1660 quote rather than implementing quoting here.
1661
c5196098
EB
16622009-08-20 Eric Blake <ebb9@byu.net>
1663
aa50ba7b
EB
1664 Make previous patch more robust.
1665 * src/output.c (ARRAY_CARDINALITY): New macro, copied from
1666 argmatch.h.
1667 (output_skeleton): Use it.
1668 Suggested by Akim Demaille.
1669
c5196098
EB
1670 Import latest m4/m4.m4.
1671 * submodules/autoconf: Update to autoconf 2.64.
1672 * configure.ac (M4_GNU_OPTION): New define.
1673 * src/output.c (output_skeleton): Use it to resolve FIXME.
1674 * NEWS: Mention this.
1675
39fb7e62
JD
16762009-08-19 Joel E. Denny <jdenny@clemson.edu>
1677
1678 Fix complaints about escape sequences.
1679 Discussed starting at
1680 <http://lists.gnu.org/archive/html/bison-patches/2009-08/msg00036.html>.
1681 * src/scan-gram.l (SC_ESCAPED_STRING, SC_ESCAPED_CHARACTER):
1682 For a \0 and similar escape sequences meaning the null
1683 character, report an invalid escape sequence instead of an
1684 invalid null character because the latter does not actually
1685 appear in the user's input.
1686 In all escape sequence complaints, don't escape the initial
1687 backslash, and don't quote when the sequence appears at the end
1688 of the complaint line unless there's whitespace that quotearg
1689 won't escape.
1690 Consistently say "invalid" not "unrecognized".
1691 Consistently prefer "empty character literal" over "extra
1692 characters in character literal" warning for invalid escape
1693 sequences; that is, consistently discard those sequences.
1694 * tests/input.at (Bad escapes in literals): New.
1695
c33bc800
AD
16962009-08-19 Akim Demaille <demaille@gostai.com>
1697
1698 doc: fixes.
1699 * doc/bison.texinfo: Fix minor Texinfo errors.
1700
8fbbeba2
AD
17012009-08-19 Akim Demaille <demaille@gostai.com>
1702
1703 doc: %initial-action to initialize yylloc.
1704 Reported by Bill Allombert.
1705 * doc/bison.texinfo: Set fill-column to 76.
1706 (Location Type): Document the use of %initial-action to initialize
1707 yylloc.
1708
1874a474
JD
17092009-08-18 Joel E. Denny <jdenny@clemson.edu>
1710
1711 maint: update for gnulib's recent update-copyright changes
1712 * gnulib: Update.
1713 * .x-update-copyright (COPYING): Add as it's no longer implied
1714 when .x-update-copyright is present.
1715 * cfg.mk (update-copyright-local): Remove, now ignored.
1716 (update-copyright): Declare update-b4-copyright as a dependency.
1717
f4bfd5a9
AD
17182009-08-17 Akim Demaille <demaille@gostai.com>
1719
1720 build: require gettext 0.17.
1721
1722 Suggested by Bruno Haible.
1723 http://lists.gnu.org/archive/html/bug-bison/2009-08/msg00009.html
1724 * configure.ac: require gettext 0.17 to ensure compatibility with
1725 gnulib.
1726
2509eba6
AD
17272009-08-17 Akim Demaille <demaille@gostai.com>
1728
1729 build: lower gettext requirements.
1730
1731 Bison was uselessly requiring the formatstring macros from
1732 gettext, which resulted in mo files not being installed on systems
1733 that perfectly supported Bison mo files. Lower the requirement.
1734 http://lists.gnu.org/archive/html/bug-bison/2009-08/msg00006.html
1735
aa50ba7b
EB
1736 * configure.ac: Require need-ngettext instead of
1737 need-formatstring-macros.
1738 Reported by Martin Jabocs.
1739 Suggested by Bruno Haible.
1740 * INSTALL: Restructure.
1741 (Internationalization): New.
2509eba6 1742
314542f9
JD
17432009-08-14 Joel E. Denny <jdenny@clemson.edu>
1744
1745 maint: fix use of copyright year intervals.
1746 * gnulib: Update.
1747 * bootstrap.conf (gnulib_modules): Update getopt to getopt-gnu
1748 as now recommended in gnulib/NEWS.
1749 * build-aux/update-b4-copyright: Fix.
1750 * cfg.mk (update-copyright-env): Configure update-copyright.
1751
24985964
JD
17522009-08-13 Joel E. Denny <jdenny@clemson.edu>
1753
1754 Make it easier to write deterministic tests.
1755 Continues Akim's work from his 2009-06-10 commits.
1756 * src/reader.c (check_and_convert_grammar): Don't add any
1757 symbols after the first symbols_do invocation.
1758 * src/symtab.c (symbols_sorted): New static global.
1759 (user_token_number_redeclaration): Update comments.
1760 (symbol_from_uniqstr): If a new symbol is being created, assert
1761 that symbols_sorted hasn't been allocated yet.
1762 (symbols_free): Free symbols_sorted.
1763 (symbols_cmp, symbols_cmp_qsort): New functions.
1764 (symbols_do): Sort symbol_table into symbols_sorted on first
1765 invocation.
1766 * tests/input.at (Numbered tokens): Recombine tests now that the
1767 output should be deterministic across multiple numbers.
1768
47076da5
AD
17692009-08-12 Akim Demaille <demaille@gostai.com>
1770
1771 distcheck: fix.
1772
aa50ba7b 1773 * examples/calc++/Makefile.am: (EXTRA_DIST): Ship calc.stamp.
47076da5 1774
36dfe466
JD
17752009-08-10 Joel E. Denny <jdenny@clemson.edu>
1776
1777 * tests/Makefile.am (TESTSUITE_AT): Add named-refs.at.
1778
07c0db18
JD
17792009-08-10 Joel E. Denny <jdenny@clemson.edu>
1780
1781 Miscellaneous code readability improvements.
1782
1783 * src/reader.c (reader): Move %define front-end variable
1784 defaults and checking into...
1785 (prepare_percent_define_front_end_variables): ... this new
1786 function.
1787
1788 * src/scan-gram.l (INITIAL): For consistency with string
1789 literals, don't store open quote on character literal. It's
1790 discarded before returning anyway.
1791 (SC_ESCAPED_CHARACTER): Similarly, don't store close quote.
1792 Make length test more readable, and make the character stored
1793 for an empty literal more obvious while consistent with the
1794 previous behavior.
1795
1796 * src/symtab.c, src/symtab.h: Rename USER_NUMBER_ALIAS to
1797 USER_NUMBER_HAS_STRING_ALIAS throughout.
1798 * src/symtab.c (symbol_make_alias): Remove comment from symtab.c
1799 that is repeated in symtab.h. Improve argument names to make it
1800 clear which side of the symbol-string alias pair is which.
1801 (symbol_check_alias_consistency): Improve local variable names
1802 for the same purpose.
1803 * src/symtab.h (struct symbol): Make comments about aliases
1804 clearer.
1805 (symbol_make_alias): Improve comments and argument name.
1806 * src/output.c (token_definitions_output): Update for rename to
1807 USER_NUMBER_HAS_STRING_ALIAS and improve comments about aliases.
1808
1a323c2f
AR
18092009-08-08 Alex Rozenman <rozenman@gmail.com>
1810
1811 Convert "misleading reference" messages to warnings.
1812 * src/scan-code.l: New function 'show_sub_messages', more
1813 factoring.
1814 * tests/named-ref.at: Adjust tests.
1815
38609c34
JD
18162009-08-06 Joel E. Denny <jdenny@clemson.edu>
1817
1818 maint: run "make update-copyright"
1819
642f240e
JD
18202009-08-06 Joel E. Denny <jdenny@clemson.edu>
1821
1822 maint: make update-b4-copyright easier to use
1823 * build-aux/update-b4-copyright: In warnings, report line
1824 numbers rather than character positions.
1825 * cfg.mk (update-copyright-local): Set to update-b4-copyright so
1826 that update-copyright runs it.
1827 * gnulib: Update.
1828
d0caad01
JD
18292009-08-05 Joel E. Denny <jdenny@clemson.edu>
1830
1831 maint: clean up update-b4-copyright code
1832 * build-aux/update-b4-copyright: Do not accept 2-digit
1833 UPDATE_COPYRIGHT_YEAR, which was not handled correctly.
1834 Don't accept a `[' in a b4_copyright argument.
1835 Format code more consistently.
1836 Don't assume b4*copyright never occurs.
1837
ac2def56
JD
18382009-08-04 Joel E. Denny <jdenny@clemson.edu>
1839
1840 maint: automate b4_copyright updates.
1841 * Makefile.am (update-b4-copyright): New target rule.
1842 * build-aux/Makefile.am (EXTRA_DIST): Add update-b4-copyright.
1843 * build-aux/update-b4-copyright: New.
1844 * data/yacc.c: Remove stray characters around b4_copyright
1845 invocations.
1846
dbbb64f0
JD
18472009-08-04 Joel E. Denny <jdenny@clemson.edu>
1848
1849 maint: automate annual package-wide copyright-year update.
1850 * .x-update-copyright: New.
1851 * Makefile.am (EXTRA_DIST): Remove maint.mk.
1852 * bootstrap.conf (gnulib_modules): Add maintainer-makefile and
1853 update-copyright. Remove gnumakefile, which is implied by
1854 maintainer-makefile.
1855 * cfg.mk (bootstrap-tools): Copy from old maint.mk.
1856 * gnulib: Update.
1857 * maint.mk: Remove, now copied from gnulib.
1858 * examples/extexi: Add missing "(C)" in copyright statement so
1859 update-copyright can recognize it.
1860 * src/LR0.h: Likewise.
1861 * src/print.h: Likewise.
1862 * src/print_graph.h: Likewise.
1863 * src/gram.c: Add missing comma in copyright statement.
1864 * src/gram.h: Likewise.
1865
bfa018d4
JD
18662009-08-04 Joel E. Denny <jdenny@clemson.edu>
1867
1868 Fix "make distcheck".
1869 * examples/calc++/Makefile.am: Say $(srcdir)/calc.stamp instead
1870 of just calc.stamp.
1871
4521fcdf
JD
18722009-08-01 Joel E. Denny <jdenny@clemson.edu>
1873
1874 Pacify "gcc -Wunused" for the input function from Flex.
1875 Reported by Alex Rozenman. This warning shows up with gcc-4.3.0
1876 and later.
1877 * src/scan-code.l: Add "%option noinput", which I cannot find in
1878 the Flex manual, but which Flex has supported since at least as
1879 far back as 2.5.4. However, if any of our developers still use
1880 Flex 2.5.4, they'll need to stop configuring with
1881 --enable-gcc-warnings because "%option noinput" didn't work
1882 correctly until Flex 2.5.6.
1883 * src/scan-gram.l: Likewise.
1884 * src/scan-skel.l: Likewise.
1885
992e874a
AR
18862009-07-31 Alex Rozenman <rozenman@gmail.com>
1887
1888 Fix --enable-gcc-warnings problems.
1889 * src/reader.c: Adjust variable names.
1890 * src/scan-code.l: Fix prototypes and adjust names.
1891 * src/named-ref.c: Remove redundant "if".
1892
a1ed2b71
JD
18932009-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
1894
1895 Fix a --enable-gcc-warnings problem.
1896 * src/scan-gram.l (SC_ESCAPED_CHARACTER): Actually use length
1897 variable.
1898
cbc6a70e 18992009-07-24 Alex Rozenman <rozenman@gmail.com>
1e20ad11
AR
1900
1901 Fix some memory leaks.
1902 * src/named-ref.c: Add a pointer check (named_ref_free).
1903 * src/scan-code.l: New function (variant_table_free). Called in
1904 code_scanner_free.
1905 * src/symlist.c: Call to named_ref_free (symbol_list_free).
1906
ac9b0e95
JD
19072009-07-24 Joel E. Denny <jdenny@ces.clemson.edu>
1908
1909 Warn about character literals not of length one.
1910 * NEWS (2.5): Document.
1911 * src/scan-gram.l (INITIAL): Remove comment that we don't check
1912 the length.
1913 (SC_ESCAPED_CHARACTER): Warn if length is wrong.
1914 * tests/input.at (Bad character literals): New test group.
1915
2de160e1
JD
19162009-07-24 Joel E. Denny <jdenny@ces.clemson.edu>
1917
1918 * src/lalr.c (state_lookahead_tokens_count): Correct comment.
1919
cba97506
JD
19202009-07-22 Joel E. Denny <jdenny@ces.clemson.edu>
1921
1922 Some M4 cleanup in the testsuite.
1923 Suggested by Eric Blake at
1924 <http://lists.gnu.org/archive/html/bison-patches/2009-04/msg00083.html>.
1925 * tests/existing.at (_AT_TEST_EXISTING_GRAMMAR): Do not
1926 complicate the code by distinguishing between a missing value
1927 and an empty string value for an optional argument. This fix is
1928 allowed by the similar fix in AT_TEST_TABLES_AND_PARSE below.
1929 * tests/local.at (_AT_TEST_TABLES_AND_PARSE): Merge into...
1930 (AT_TEST_TABLES_AND_PARSE): ... this now that the special
1931 arguments are not needed because of the following changes.
1932 Fix stale comments.
1933 Bison developers should use GNU M4 and should not use
1934 POSIXLY_CORRECT when building the test suite, so do not
1935 complicate the code by avoiding $10 and above.
1936 Do not quote an empty string value for an optional argument, and
1937 do not distinguish between a missing value and an empty string
1938 value.
1939
62eb2d1b
JD
19402009-07-21 Joel E. Denny <jdenny@ces.clemson.edu>
1941
1942 * m4/m4.m4: Make it a sym link to submodules/autoconf/m4/m4.m4.
1943
620b2e36
JD
19442009-07-15 Joel E. Denny <jdenny@ces.clemson.edu>
1945
1946 Revert unnecessary column realignment in --help output.
1947 Reported by Akim Demaille at
1948 <http://lists.gnu.org/archive/html/bison-patches/2009-06/msg00010.html>.
1949 * src/getargs.c (usage): Here.
1950
cbc6a70e 19512009-07-04 Alex Rozenman <rozenman@gmail.com>
dad6544d
AR
1952
1953 Alphabetical order in src/Makefile.am.
1954 * src/Makefile.am: Adjust.
1955
cbc6a70e 19562009-07-04 Alex Rozenman <rozenman@gmail.com>
d5e8574b
AR
1957
1958 Style changes and factoring.
1959 * src/named-ref.h: Add comments.
1960 * src/parse-gram.y: Readability and style changes.
1961 * src/reader.c: Factoring: assign_named_ref function.
1962 * src/scan-code.l: Factoring and style changes. Rename
1963 parse_named_ref to parse_ref. Use "c-ctype.h" from gnulib.
1964 Use "unsigned" type for variant index. Improve readablity.
1965 * src/scan-gram.l: Change error messages and add comments.
1966 * src/symlist.h: symbol_list_null: New function decl.
1967 * src/symlist.c: symbol_list_null: Implement here.
1968 * tests/named-refs.at: Adjust for new error messages.
1969
ae09ec85
EB
19702009-06-29 Eric Blake <ebb9@byu.net>
1971
1972 scan-code: avoid compiler warnings
1973 * src/scan-code.l (parse_named_ref): Use correct specifiers.
1974
80d653fd
AD
19752009-06-29 Akim Demaille <demaille@gostai.com>
1976
1977 build: avoid concurrent extraction of calc++.
1978 * examples/calc++/Makefile.am (calc.stamp): New.
1979 Depend on it to create the sources of calc++ so that concurrent
1980 builds don't launch several "extexi" in parallel.
1981 Not only this is inefficient, this also builds incorrect sources
1982 with several extractions mixed together.
1983
7685e2f7
AR
19842009-06-27 Alex Rozenman <rozenman@gmail.com>
1985
1986 Implement support for named symbol references.
1987 * src/parse-gram.y: Add new syntax (named_ref.opt).
1988 * src/reader.c: Store named refs in symbol lists.
1989 * src/reader.h: New argument for symbol_append and
1990 action_append functions.
1991 * src/scan-code.h: Add new field (named_ref) into
1992 code_props data structure. Keeps named ref of midrule
1993 actions.
1994 * src/scan-code.l: Support for named refs in semantic
1995 action code. New function 'parse_named_ref'.
1996 * src/scan-gram.l: Support bracketed id.
1997 * src/symlist.c: Store named refs in symbol lists.
1998 * src/symlist.h: New field in symbol list: named_ref.
1999 * src/named-ref.h: New file, a struct for named_ref.
2000 * src/named-ref.cp: New file, named_ref_new function.
2001 * src/local.mk: Add two new files.
2002 * tests/testsuite.at: Include new test group:
2003 * tests/named-refs.at: this new file.
2004
67f8cf51
AD
20052009-06-25 Akim Demaille <demaille@gostai.com>
2006
2007 hash: check insertion for memory exhaustion.
2008 * src/uniqstr.c (uniqstr_new): New.
2009
83b66ddd
AD
20102009-06-11 Akim Demaille <demaille@gostai.com>
2011
2012 style changes.
2013 * data/xslt/xml2dot.xsl, data/xslt/xml2xhtml.xsl: Space changes.
2014 * src/print-xml.c: Style changes.
2015 * tests/conflicts.at: Comment changes.
2016
517cb0ad
AD
20172009-06-11 Akim Demaille <demaille@gostai.com>
2018
2019 xml: beware of user strings used to give a %prec to rules.
2020 * tests/conflicts.at (%prec with user strings): New.
2021 * src/gram.c (grammar_rules_print_xml): Escape the precedence for
2022 XML output.
2023
75c7a52a
AD
20242009-06-11 Akim Demaille <demaille@gostai.com>
2025
2026 hash: check insertion for memory exhaustion.
2027 * src/muscle-tab.c (muscle_insert, muscle_grow)
2028 * src/state.c (state_hash_insert): Check the return value of
2029 hash_insert.
2030
66ed9753
AD
20312009-06-10 Akim Demaille <demaille@gostai.com>
2032
2033 deterministic test suite.
2034 Some consistency checks on symbols are performed after all the
2035 symbols were read, by an iteration over the symbol table. This
2036 traversal is nondeterministic, which can be a problem for test
2037 cases.
2038 Avoid this.
2039 Addresses another form of nondeterminism reported by Joel E. Denny.
2040 http://lists.gnu.org/archive/html/bison-patches/2009-05/msg00023.html
2041
2042 * tests/input.at (Numbered tokens): Split the hexadecimal/decimal
2043 test in two.
2044 Use different file names for the three tests to make the
2045 maintenance easier.
2046
ed15d907
AD
20472009-06-10 Akim Demaille <demaille@gostai.com>
2048
95d176ff
AD
2049 deterministic user-token-number redeclaration errors.
2050 Address nondeterminism reported by Joel E. Denny.
2051 http://lists.gnu.org/archive/html/bison-patches/2009-05/msg00023.html
2052
2053 * src/uniqstr.h: Comment changes.
2054 * src/location.h (boundary_cmp, location_cmp): New.
2055 * src/symtab.c (user_token_number_redeclaration): New.
2056 (symbol_translation): Use it.
2057 * tests/input.at (Numbered tokens): Adjust the expected output.
2058
20592009-05-25 Akim Demaille <demaille@gostai.com>
2060
ed15d907 2061 gnulib: update.
aa50ba7b
EB
2062 * gnulib: Update to latest.
2063 * lib/.cvsignore, lib/.gitignore, m4/.cvsignore,
2064 * m4/.gitignore: Regen.
2065 * src/symtab.c (symbol_from_uniqstr, semantic_type_from_uniqstr):
2066 Call xalloc_die on hash_insert failures.
2067 Requested by the new __warn_unused_result__ attribute of
2068 hash_insert.
ed15d907 2069
e3a33f7c
JD
20702009-05-22 Joel E. Denny <jdenny@ces.clemson.edu>
2071
2072 Convert multiple variable definition warnings to complaints.
2073 * NEWS (2.5): Add a new entry for that change.
2074 * doc/bison.texinfo (Decl Summary): Update %define entry.
2075 (Bison Options): Update -D/--define/-F/--force-define entry.
2076 * src/muscle_tab.c (muscle_percent_define_insert): Implement.
2077 * src/muscle_tab.h (muscle_percent_define_insert): Update
2078 comments.
2079 * tests/input.at (`%define errors'): Update.
2080 (`%define, --define, --force-define'): Update.
2081
34d41938
JD
20822009-05-22 Joel E. Denny <jdenny@ces.clemson.edu>
2083
2084 -F/--force-define and relative %define/-D/--define priorities.
2085 * NEWS (2.5): Add documentation to -D/--define entry.
2086 * build-aux/cross-options.pl: Hard-code association of
2087 --force-define with %define.
2088 * doc/bison.texinfo (Decl Summary): In %define entry,
2089 cross-reference command-line options.
2090 (Bison Options): Add documentation to -D/--define entry.
2091 (Option Cross Key): Widen column for --force-define row.
2092 * src/getargs.c (usage): Document -F/--force-define. Realign
2093 options in output.
2094 (short_options, long_options, getargs): Parse -F/--force-define,
2095 and update muscle_percent_define_insert invocation.
2096 * src/muscle_tab.h (muscle_percent_define_how): New enum type.
2097 (muscle_percent_define_insert): Add argument with that type.
2098 * src/muscle_tab.c (muscle_percent_define_insert): Implement
2099 -F/--force-define behavior and priorities.
2100 * src/parse-gram.y (prologue_declaration): Update
2101 muscle_percent_define_insert invocations.
2102 * tests/input.at (`%define, --define'): Rename to...
2103 (`%define, --define, --force-define'): ... this and extend.
2104
246c4efa
JD
21052009-05-22 Joel E. Denny <jdenny@ces.clemson.edu>
2106
2107 Update some comments to make sense for -D.
2108 * data/bison.m4 (b4_check_user_names): In header comments, say
2109 "user occurrence" instead of "grammar occurrence".
2110 * src/muscle_tab.h (muscle_percent_define_insert): Likewise.
2111 (muscle_percent_code_grow): Likewise just for consistency.
2112
531683e7
JD
21132009-05-22 Joel E. Denny <jdenny@ces.clemson.edu>
2114
2115 * data/c++.m4: Update copyright year.
2116
e7bfa8b7
JD
21172009-05-20 Joel E. Denny <jdenny@ces.clemson.edu>
2118
2119 * data/c++.m4 (b4_namespace_close): Simplify slightly.
2120
8c221795
JD
21212009-05-19 Joel E. Denny <jdenny@ces.clemson.edu>
2122
2123 Handle a trailing `:' in a user-supplied C++ namespace better.
2124 * data/c++.m4 (b4_namespace_close): Don't let it be printed
2125 among the closing braces here. This fix might make the
2126 generated code easier to debug, but otherwise it should be
2127 insignificant because a trailing `:' is a C++ error already.
2128
c8bf65f0
AD
21292009-05-19 Akim Demaille <demaille@gostai.com>
2130
2131 remove useless variable.
2132 * src/getargs.c (skeleton_arg): Remove now useless variable.
2133 Should help the compiler see that this printf-like call is sane.
2134
7ac45a46
AD
21352009-05-11 Akim Demaille <demaille@gostai.com>
2136
2137 doc: use C++ headers.
2138 * doc/bison.texinfo (Calc++ Scanner): Prefer C++ headers to C
2139 headers.
2140
601bdfab
AD
21412009-05-05 Akim Demaille <demaille@gostai.com>
2142
2143 fix hexadecimal token number support.
2144 * src/scan-gram.l: Catch incorrect ids after hexadecimal numbers.
2145
d19123e6
AD
21462009-05-05 Akim Demaille <demaille@gostai.com>
2147
2148 tests: check token numbers.
2149 * tests/input.at (Numbered tokens): New.
2150
ecdfea9a
AD
21512009-05-04 Akim Demaille <demaille@gostai.com>
2152
2153 bison: catch bad symbol names.
2154 * src/scan-gram.l({int}{id}): Report as an invalid identifier.
2155 * tests/input.at: Adjust.
2156
43e6aea5
AD
21572009-05-04 Akim Demaille <demaille@gostai.com>
2158
2159 space changes.
2160 * src/scan-gram.l: Untabify to be robust to zealous editors.
2161
c046698e
AD
21622009-05-04 Akim Demaille <demaille@gostai.com>
2163
2164 identifiers: dashes are letters.
2165 Dashes can now start identifiers (symbols and directives).
b10dd689 2166
c046698e
AD
2167 * src/scan-gram.l ({letter}): Add dash.
2168 ({id}): Remove it.
2169 * tests/input.at (Symbols): Adjust.
2170 Remove stray comment.
2171 * tests/regression.at (Invalid inputs): Adjust error message.
2172 * doc/bison.texinfo (Symbols): Update.
2173
966aba65
JD
21742009-05-01 Joel E. Denny <jdenny@ces.clemson.edu>
2175
2176 Declare %code to be a permanent feature.
2177 * NEWS (2.4.2): Here.
2178 * doc/bison.texinfo (Prologue Alternatives): Don't say it's
2179 experimental.
2180 (Decl Summary): Likewise.
2181
812775a0
JD
21822009-04-30 Joel E. Denny <jdenny@ces.clemson.edu>
2183
2184 Convert underscores to dashes in some %define variable names.
2185 For now, just api.push-pull and lr.keep-unreachable-states.
2186 Maintain old names for backward compatibility.
2187 * NEWS (2.5): Document.
2188 * data/c.m4 (b4_identification): Update comment.
2189 * data/yacc.c: Update access.
2190 * doc/bison.texinfo: Update.
2191 * etc/bench.pl.in (bench_grammar): Update use.
2192 * src/files.c (tr): Move to...
2193 * src/getargs.c, src/getargs.h (tr): ... here because I can't
2194 think of a better place to expose it. My logic is that, for all
2195 uses of tr so far, command-line arguments can be involved, and
2196 getargs.h is already included.
2197 * src/main.c (main): Update access.
2198 * src/muscle_tab.c (muscle_percent_define_insert): Convert old
2199 variable names to new variable names before assigning value.
2200 * src/reader.c (reader): Update setting default.
2201 * tests/calc.at: Update uses.
2202 * tests/conflicts.at (Unreachable States After Conflict
2203 Resolution): Update use.
2204 * tests/input.at (%define enum variables): Update use.
2205 (%define backward compatibility): New test group.
2206 * tests/push.at: Update uses.
2207 * tests/reduce.at: Update uses.
2208 * tests/torture.at: Update uses.
2209
1c4aa81d
JD
22102009-04-30 Joel E. Denny <jdenny@ces.clemson.edu>
2211
2212 Set all front-end %define defaults in one place.
2213 * src/main.c (main): Move lr.keep_unreachable_states default...
2214 * src/reader.c (reader): ... to here.
2215
1d0f55cc
JD
22162009-04-29 Joel E. Denny <jdenny@ces.clemson.edu>
2217
2218 Rename lr.default_reductions to lr.default-reductions.
2219 * NEWS (2.5): Here.
2220 * doc/bison.texinfo: Here.
2221 * src/lalr.c (initialize_LA): Here.
2222 * src/print.c (print_reductions): Here.
2223 * src/reader.c (reader): Here.
2224 * src/tables.c (action_row): Here.
2225 * tests/input.at (%define enum variables): Here.
2226 * tests/reduce.at (AT_TEST_LR_DEFAULT_REDUCTIONS): Here.
2227
0b593457
JD
22282009-04-29 Joel E. Denny <jdenny@ces.clemson.edu>
2229
2230 Pacify ./configure --enable-gcc-warnings.
2231 * tests/input.at (Symbols): Prototype yyerror and yylex.
2232
0939aa2d
AD
22332009-04-21 Akim Demaille <demaille@gostai.com>
2234
2235 tests: check the use of dashes and periods in symbols.
2236 * tests/input.at (Symbol): New test group.
2237
0b593457 22382009-04-29 Joel E. Denny <jdenny@ces.clemson.edu>
ae618dcc
JD
2239
2240 Document how `%define "var" "value"' is not M4-friendly.
2241 * src/parse-gram.y (variable): In comments here.
2242
0b593457 22432009-04-29 Joel E. Denny <jdenny@ces.clemson.edu>
6789b8bd
JD
2244
2245 Add copyright updates missed during previous cherry pick.
2246 * src/output.c: Here.
2247 * src/parse-gram.y: Here.
2248 * src/scan-gram.l: Here.
2249
663ce7bb
AD
22502009-04-20 Akim Demaille <demaille@gostai.com>
2251
2252 variables: accept dashes.
2253 * src/scan-gram.l ({id}): Also accept dashes after the initial
2254 letter.
2255 ({directive}): Use {id}.
2256 * src/parse-gram.y: Comment and formatting changes.
2257 * doc/bison.texinfo (Symbols): Adjust the lexical definitions of
2258 symbols.
2259 * src/complain.h, src/complain.c (yacc_at): New.
2260 * src/symtab.c (symbol_new): Use yacc_at to report inappropriate
2261 symbol names.
2262 * src/output.c (token_definitions_output): Do not #define token
2263 names with dashes.
2264
379261b3
JD
22652009-04-24 Joel E. Denny <jdenny@ces.clemson.edu>
2266
2267 Clean up recent patches a little.
2268 Reported by Akim Demaille.
2269 * doc/bison.texinfo (Understanding): Fix typos.
2270 * src/print.c (print_reductions): Don't use negated variable.
2271
25029e16
JD
22722009-04-24 Joel E. Denny <jdenny@ces.clemson.edu>
2273
2274 List accepted values for a %define enum variable with an invalid value.
2275 Suggested by Akim Demaille at
2276 <http://lists.gnu.org/archive/html/bison-patches/2009-04/msg00082.html>.
2277 * data/bison.m4 (_b4_percent_define_check_values): Implement.
2278 * src/muscle_tab.c (muscle_percent_define_check_values): Implement.
2279 * tests/input.at (%define lr.default_reductions invalid values): Merge
2280 into...
2281 (%define enum variables): ... here, and update output.
2282
620b5727
JD
22832009-04-23 Joel E. Denny <jdenny@ces.clemson.edu>
2284
2285 Rename "default rule" to "default reduction".
2286 This includes changing variable names in code, changing
2287 comments, and renaming %define lr.default_rules to %define
2288 lr.default_reductions.
2289 * NEWS (2.5): Update IELR documentation.
2290 * data/glr.c, data/lalr1.cc, data/lalr1.java, data/yacc.c:
2291 Adjust YYDEFACT and yydefact_ documentation.
2292 * doc/bison.texinfo (Decl Summary): Adjust lr.default_reductions
2293 and lr.type documentation. Make some other wording
2294 improvements.
2295 (Glossary): Adjust cross-references and Default Reduction
2296 definition.
2297 * src/lalr.c (state_lookahead_tokens_count): Adjust code.
2298 Remove a confusing comment pointed out by Akim Demaille.
2299 (initialize_LA): Adjust code.
2300 * src/print-xml.c (print_reductions): Adjust code.
2301 * src/print.c (print_reductions): Adjust code.
2302 * src/reader.c (reader): Adjust code.
2303 * src/tables.c (action_row): Adjust code.
2304 (token_actions): Adjust code.
2305 * src/tables.h: Adjust YYDEFACT documentation.
2306 * tests/input.at (%define lr.default_rules invalid values):
2307 Rename test group to...
2308 (%define lr.default_reductions invalid values): ... this, and
2309 update grammar file and expected output.
2310 * tests/reduce.at (AT_TEST_LR_DEFAULT_RULES): Rename to...
2311 (AT_TEST_LR_DEFAULT_REDUCTIONS): ... this, and update.
2312
34a6c2d1
JD
23132009-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
2314
2315 Document %define lr.type and lr.default_rules.
2316 * NEWS (2.5): Add an entry.
2317 * src/getargs.c (usage): Mention IELR(1) and canonical LR(1)
2318 besides just LALR(1) and GLR(1).
2319 * doc/bison.texinfo (Introduction): Likewise.
2320 (Language and Grammar): Bison is no longer limited to LALR(1)
2321 restrictions.
2322 (GLR parsing): Say deterministic or LR(1) rather than LALR(1)
2323 when trying to distinguish from GLR. Talk about LR(1) grammars
2324 rather than LALR(1) grammars.
2325 (Decl Summary): In %define api.push_pull entry, say it applies
2326 to deterministic parsers in C rather than LALR(1) parsers in C.
2327 Add lr.default_rules entry.
2328 Add lr.type entry.
2329 (Mystery Conflicts): Bison is no longer limited to LALR(1)
2330 restrictions.
2331 (Generalized LR Parsing): Same changes as for the previous GLR
2332 section.
2333 (Memory Management): Say deterministic rather than LALR(1).
2334 (Understanding): Correct some bison output.
2335 Index discussion of "accepting state".
2336 Say deterministic rather than LALR(1).
2337 (Bison Options): In --yacc entry, say deterministic rather than
2338 LALR(1).
2339 In --report, --graph, and --xml entries, just don't mention
2340 LALR(1).
2341 (C++ Parsers): Say deterministic rather than LALR(1).
2342 (Table of Symbols): Likewise in YYSTACK_USE_ALLOCA entry.
2343 (Glossary): Add Accepting State, Consistent State, Default Rule,
2344 and IELR(1) definitions.
2345 In Generalized LR (GLR) definition, make same changes as in
2346 previous GLR sections.
2347 In LALR(1) definition, say Bison uses LALR(1) by default rather
2348 than implying Bison is limited to LALR(1).
2349 (LocalWords): Add IELR.
2350
f805dfcb
JD
23512009-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
2352
2353 Finish implementing %define lr.type.
2354 Its value can be "LALR", "IELR", or "canonical LR".
2355 * lib/timevar.def (TV_IELR_PHASE1): New var.
2356 (TV_IELR_PHASE2): New var.
2357 (TV_IELR_PHASE3): New var.
2358 (TV_IELR_PHASE4): New var.
2359 * src/Makefile.am (bison_SOURCES): Add AnnotationList.c,
2360 AnnotationList.h, InadequacyList.c, InadequacyList.h, Sbitset.c,
2361 Sbitset.h, ielr.h, and ielr.c.
2362 * src/getargs.h, src/getargs.c (enum trace, trace_args,
2363 trace_types): Add trace_ielr.
2364 * src/lalr.h, src/lalr.c (ngotos): Export it.
2365 (F): Rename to...
2366 (goto_follows): ... this, update all uses, and export it.
2367 (set_goto_map): Export it.
2368 (map_goto): Export it.
2369 (compute_lookahead_tokens): Don't free goto_follows yet. Now
2370 handled in ielr.
2371 (initialize_LA): Export it. Move lookback allocation to...
2372 (lalr): ... here because, for canonical LR, initialize_LA must
2373 be invoked but lookback and much of the rest of LALR isn't
2374 needed.
2375 * main.c (main): Instead of lalr, invoke ielr, which invokes
2376 lalr.
2377 * src/reader.c (reader): Default lr.type to "LALR".
2378 Default lr.default_rules to "accepting" if lr.type is "canonical
2379 LR". Leave the default as "all" otherwise.
2380 Check for a valid lr.type value.
2381 * src/state.h, src/state.c (struct state_list): Add state_list
2382 member.
2383 (state_new): Initialize state_list member to NULL.
2384 (state_new_isocore): New function, exported.
2385 * tests/existing.at (AT_TEST_EXISTING_GRAMMAR): New macro that
2386 exercises all values of lr.type.
2387 (GNU AWK Grammar): Rename test group to...
2388 (GNU AWK 3.1.0 Grammar): ... this, and extend to use
2389 AT_TEST_EXISTING_GRAMMAR.
2390 (GNU Cim Grammar): Extend to use AT_TEST_EXISTING_GRAMMAR.
2391 (GNU pic Grammar): Rename test group to...
2392 (GNU pic (Groff 1.18.1) Grammar): ... this, and extend to use
2393 AT_TEST_EXISTING_GRAMMAR.
2394 * tests/reduce.at (AT_TEST_LR_TYPE): New macro that exercises
2395 all values of lr.type.
2396 (Single State Split): New test groups using AT_TEST_LR_TYPE.
2397 (Lane Split): Likewise.
2398 (Complex Lane Split): Likewise.
2399 (Split During Added Lookahead Propagation): Likewise.
2400
166366b2
JD
24012009-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
2402
2403 Add new files for IELR and canonical LR implementation.
2404 * src/AnnotationList.c: New.
2405 * src/AnnotationList.h: New.
2406 * src/InadequacyList.c: New.
2407 * src/InadequacyList.h: New.
2408 * src/Sbitset.c: New.
2409 * src/Sbitset.h: New.
2410 * src/ielr.c: New.
2411 * src/ielr.h: New.
2412
03c07b03
JD
24132009-04-20 Joel E. Denny <jdenny@ces.clemson.edu>
2414
2415 Implement %define lr.default_rules.
2416 Its value describes the states that are permitted to contain
2417 default rules: "all", "consistent", or "accepting".
2418 * src/reader.c (reader): Default lr.default_rules to "all".
2419 Check for a valid lr.default_rules value.
2420 * src/lalr.c (state_lookahead_tokens_count): If lr.default_rules
2421 is "accepting", then only mark the accepting state as
2422 consistent.
2423 (initialize_LA): Tell state_lookahead_tokens_count whether
2424 lr.default_rules is "accepting".
2425 * src/tables.c (action_row): If lr.default_rules is not "all",
2426 then disable default rules in inconsistent states.
2427 * src/print.c (print_reductions): Use this opportunity to
2428 perform some assertions about whether lr.default_rules was
2429 obeyed correctly.
2430 * tests/local.at (AT_TEST_TABLES_AND_PARSE): New macro that
2431 helps with checking the parser tables for a grammar.
2432 * tests/input.at (%define lr.default_rules invalid values): New
2433 test group.
2434 * tests/reduce.at (AT_TEST_LR_DEFAULT_RULES): New macro using
2435 AT_TEST_TABLES_AND_PARSE.
2436 (`no %define lr.default_rules'): New test group generated by
2437 AT_TEST_LR_DEFAULT_RULES.
2438 (`%define lr.default_rules "all"'): Likewise.
2439 (`%define lr.default_rules "consistent"'): Likewise.
2440 (`%define lr.default_rules "accepting"'): Likewise.
2441
44c124a3
AD
24422009-04-20 Akim Demaille <demaille@gostai.com>
2443
2444 Consistently refer to Yacc, not YACC.
2445 * src/getargs.c (usage, warnings_args): s/YACC/Yacc/.
2446
42660736
JD
24472009-04-17 Joel E. Denny <jdenny@ces.clemson.edu>
2448
2449 Pacify make maintainer-check-posix.
2450 * tests/input.at (%define, --define): Move bison command-line
2451 options before grammar file name.
2452
a2d05674
JD
24532009-04-04 Joel E. Denny <jdenny@ces.clemson.edu>
2454
2455 Document semicolon warnings.
2456 * NEWS (2.5): Here.
2457
c4fae1ef
AD
24582008-12-08 Akim Demaille <demaille@gostai.com>
2459
2460 Fix portability issue in the test suite.
2461 * tests/local.at (AT_MATCHES_CHECK): New.
2462 Based on Perl instead of Sed. Sed has too many portability
2463 pitfalls, not ever Sed is GNU Sed.
2464 * tests/actions.at (Fix user actions without a trailing semicolon):
2465 Use it.
2466
42f4393a
DJ
24672008-12-07 Di-an Jan <dianj@freeshell.org>
2468
2469 Implement the FIXME that ends an user action with a semicolon
2470 if it seems necessary.
2471 * src/scan-code.l (flex rules section): Flag cpp directive from
2472 any `#' to the first unescaped end-of-line. Semicolon is not
2473 needed after `;', `{', '}', or cpp directives and is needed after
2474 any other token (whitespaces and comments have no effect).
2475 * tests/actions.at (Fix user actions without a trailing semicolon):
2476 New test.
2477 * tests/input.at (AT_CHECK_UNUSED_VALUES): Add semicolons to
2478 to make user actions complete statements.
2479 Adjust column numbers in error messages.
2480 * tests/regression.at (Fix user actions without a trailing semicolon):
2481 Remove. Covered by new test.
2482
bd5df716
AD
24832009-04-14 Akim Demaille <demaille@gostai.com>
2484
2485 doc: minor fixes.
2486 * doc/bison.texinfo (Decl Summary): Fix entry about %debug.
2487 (Table of Symbols): Remove duplicate entry for %debug.
2488
7ba0d59d
EB
24892009-04-10 Eric Blake <ebb9@byu.net>
2490
2491 submodules: update to latest
2492 * submodules/autoconf: Use latest upstream Autoconf.
2493
b4d71a96
EB
24942009-04-06 Eric Blake <ebb9@byu.net>
2495
2496 Work around autoconf 2.63b bug in testsuite.
2497 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): Avoid tripping
2498 autoconf bug related to # in test.
2499
4ecd3681
JD
25002009-04-06 Joel E. Denny <jdenny@ces.clemson.edu>
2501
2502 * NEWS (2.5): Describe new -D/--define feature.
2503
c65e5292
AD
25042008-11-10 Akim Demaille <demaille@gostai.com>
2505
2506 --trace=muscles
2507 * src/getargs.h, src/getargs.c (trace_muscle): New.
2508 (trace_types, trace_args): Support it.
2509 * src/output.c (output_skeleton): Use it.
2510
96002de2
AD
25112008-11-10 Akim Demaille <demaille@gostai.com>
2512
2513 muscles_output.
2514 * src/output.c (muscles_output): New, extracted from...
2515 (output_skeleton): here.
2516 Adjust.
2517
fadb13b5
AD
25182008-11-21 Akim Demaille <demaille@gostai.com>
2519
2520 Display the changes in cross-options.texi.
2521 * build-aux/cross-options.pl ($sep): New, to separate items.
2522 * doc/Makefile.am ($(srcdir)/cross-options.texi): Use diff to display
2523 the changes.
2524
72183df4
DJ
25252008-11-20 Di-an Jan <dianj@freeshell.org>
2526
2527 Improves options in the manual.
2528 * doc/bison.texinfo (-g, -x): Add space before argument.
2529 (Option Cross Key): Implement FIXME: listing directives also.
2530 * build-aux/cross-options.pl: Read from <STDIN> rather than <>.
2531 (Short Option): Special case -d. Put arguments inside @option.
fadb13b5 2532 (Bison Directive): Add column, automatically extracted from
72183df4
DJ
2533 src/scan-gram.l (actual name passed as the first argument)
2534 with special case for %define.
2535 * doc/Makefile.am (doc/cross-options.texi): Pass src/scan-gram.l
2536 to build-aux/cross-options.pl.
2537 * src/getargs.c (usage): Document limitations of cross-options.pl.
2538 * src/scan-gram.l: Likewise.
2539
e80b068c
AD
25402009-02-25 Akim Demaille <demaille@gostai.com>
2541
2542 Copyright years.
2543 * data/glr.c: Add 2007 and 2008 here, consistenly with the comments.
2544
e3ee30b8
AD
25452008-12-08 Akim Demaille <demaille@gostai.com>
2546
2547 Install autoconf as a submodule to get m4sugar.
2548 * .gitmodules: Add submodules/autoconf.
2549 * data/m4sugar/foreach.m4, data/m4sugar/m4sugar.m4: Now links into
2550 submodules/autoconf.
2551
c4eb1e84
JD
25522008-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
2553
2554 Simplify last patch slightly.
2555 * src/getargs.c (getargs): Here.
2556
10fa0146
JD
25572008-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
2558
2559 Fix last warning from --enable-gcc-warnings.
2560 * src/getargs.c (getargs): Don't assign const address to non-const
2561 pointer.
2562
6f5be1ab
DJ
25632008-11-17 Di-an Jan <dianj@freeshell.org>
2564
2565 Handle --enable-gcc-warnings.
2566 * src/getargs.c (command_line_location): Set parameters to void.
2567
11c4e57d
AD
25682008-11-11 Akim Demaille <demaille@gostai.com>
2569
2570 AT_FULL_COMPILE.
2571 * tests/actions.at, tests/regression.at: Use it.
2572
e186a284
AD
25732008-11-07 Akim Demaille <demaille@gostai.com>
2574
2575 Pass command line location to skeleton_arg and language_argmatch.
2576 * src/getargs.h, src/getargs.c (skeleton_arg, language_argmatch):
2577 The location argument is now mandatory.
2578 Adjust all dependencies.
2579 (getargs): Use command_line_location.
2580
e14c6831
AD
25812008-11-07 Akim Demaille <demaille@gostai.com>
2582
2583 -D, --define.
2584 * src/getargs.c (usage): Document -D.
2585 Fix help string for --locations.
2586 (command_line_location): New.
2587 (short_options, long_options, getargs): Support -D, --define.
2588 (getargs): Move -d support at the right place.
2589 * doc/bison.texinfo (Bison Options): Update.
2590 * tests/input.at (%define, --define): New.
2591
75c21b61
AD
25922008-11-07 Akim Demaille <demaille@gostai.com>
2593
2594 Initialize the muscle table before parsing the command line.
2595 * src/getargs.c (quotearg.h, muscle_tab.h): Include.
2596 (getargs): Define file_name.
2597 * src/main.c (main): Initialize muscle_tab before calling
2598 getargs.
2599 * src/muscle_tab.c (muscle_init): No longer define file_name, as
2600 its value is not available yet.
2601
33d2a860
AD
26022008-11-09 Akim Demaille <demaille@gostai.com>
2603
2604 Require the generation of parse-gram.output.
2605 * src/Makefile.am (YACC): Pass --report=all.
2606
006faedf
JD
26072009-04-06 Joel E. Denny <jdenny@ces.clemson.edu>
2608
2609 * NEWS (2.5): New stub.
2610
ecd1b61c
JD
26112009-04-06 Joel E. Denny <jdenny@ces.clemson.edu>
2612
2613 Fix options documentation.
2614 * build-aux/cross-options.pl: As in --help output, write optional
2615 arguments as [=ARG] not =[ARG].
2616 * doc/bison.texinfo (Bison Options): Add -W/--warnings argument.
2617
f67c4037
AD
26182008-11-07 Akim Demaille <demaille@gostai.com>
2619
2620 Fix --help.
2621 * src/getargs.c (usage): Fix help string for -W.
2622
0213d651
AD
26232008-11-07 Akim Demaille <demaille@gostai.com>
2624
2625 Handle more general types of option arguments.
2626 * build-aux/cross-options.pl: The argument ends at the first
2627 space, not the first non-symbol character.
2628 Use @var for each word appearing the argument description.
2629
c19178bf
JD
26302009-04-04 Joel E. Denny <jdenny@ces.clemson.edu>
2631
2632 Remove spurious initial empty lines.
2633 * data/location.cc: End the @output lines with an @.
2634
0d2b2ab0
AD
26352008-11-04 Akim Demaille <demaille@gostai.com>
2636
2637 Remove spurious initial empty lines.
2638 * data/glr.c, data/glr.cc, data/lalr1.cc, data/lalr1.java,
2639 * data/yacc.c: End the @output lines with an @.
2640
8ba62e3e
JD
26412009-04-04 Joel E. Denny <jdenny@ces.clemson.edu>
2642
2643 Replace BISON_PROG_GNU_M4 with Autoconf's AC_PROG_GNU_M4.
2644 If the first m4 in $PATH is wrong, it keeps looking. Moreover, its
2645 requirements for a correct m4 are stricter.
2646 * m4/m4.m4: Replace with Autoconf 2.63's m4/m4.m4.
2647 * configure.ac: Update to use AC_PROG_GNU_M4.
2648 Reported by Eric Blake.
2649
5bc993d9
JD
26502009-04-03 Joel E. Denny <jdenny@ces.clemson.edu>
2651
2652 Help with updating web manual.
2653 * HACKING: Incorporate instructions from gnulib/doc/README.
2654 * bootstrap.conf (gnulib_modules): Add gendocs.
2655
580c075d
JD
26562009-04-03 Joel E. Denny <jdenny@ces.clemson.edu>
2657
2658 Fix strange %define locations for default values.
2659 Reported by Akim Demaille at
2660 <http://lists.gnu.org/archive/html/bug-bison/2007-12/msg00001.html>
2661 and discussed again starting at
2662 <http://lists.gnu.org/archive/html/bison-patches/2008-11/msg00102.html>.
2663 * data/bison.m4 (b4_percent_define_default): Leave syncline blank
2664 because location information is bogus.
2665 Use angle brackets to delimit fake file name because square brackets
2666 look like underexpanded m4. Choose a better fake file name.
2667 Use negative line numbers.
2668 * src/muscle_tab.c (muscle_percent_define_default): Likewise.
2669 * src/location.c (location_print): If line for a boundary is negative,
2670 only print that boundary's file name.
2671 * src/location.h: Document that.
2672 * tests/skeletons.at (%define Boolean variables: invalid skeleton
2673 defaults): Update output.
2674
5d3a1ecb
AD
26752008-11-07 Akim Demaille <demaille@gostai.com>
2676
2677 Locations without columns for command line arguments.
2678 * src/location.c (location_print): Don't display negative columns.
2679 * src/location.h: Document this.
2680
015e86a7
JD
26812009-02-03 Joel E. Denny <jdenny@ces.clemson.edu>
2682
2683 Add reminder about uploading public key to keys.gnupg.net.
2684 * HACKING (Release Procedure): Here.
2685
c1455bab
AD
26862009-03-31 Akim Demaille <demaille@gostai.com>
2687
2688 bootstrap: --help to stdout.
2689 * bootstrap (usage): Don't send --help to stderr.
2690 Use a here doc instead of a long string.
2691
2075a82a
AD
26922009-03-31 Akim Demaille <demaille@gostai.com>
2693
2694 bootstrap: README-hacking no longer exists
2695 * bootstrap (checkout_only_file): Set to HACKING.
2696
26fccd4d
AD
26972009-03-26 Akim Demaille <demaille@gostai.com>
2698
2699 doc: merge HACKING and README-hacking.
2700 Two files is confusing.
2701 Reported by Alexandre Duret-Lutz.
5bc993d9 2702
26fccd4d
AD
2703 * README-hacking: Merge into...
2704 * HACKING (Working from the repository): here.
2705
6469c4d7
AD
27062009-03-26 Akim Demaille <demaille@gostai.com>
2707
2708 doc: update README-hacking.
2709 * README-hacking: We now use git and git submodules.
2710 Reported by Ralf Wildenhues and Alexandre Duret-Lutz.
2711
b328890a
AD
27122009-03-26 Akim Demaille <demaille@gostai.com>
2713
2714 lalr1.cc: avoid GCC 4.3 warnings.
2715 GCC 4.3 now warns about "a || b && c" and asks for explicit
2716 parentheses.
2717 Reported by Alexandre Duret-Lutz.
2718 * data/location.cc: Update copyright years.
2719 (Position::operator==): Use parens to make precedence explicit.
2720 Compare lines and columns first, as they are more likely to be
2721 different, and they are faster to compare.
2722
f3079439
AD
27232009-03-26 Akim Demaille <demaille@gostai.com>
2724
2725 gnulib: update.
2726 * gnulib: Update to latest.
2727 * lib/Makefile.am (AM_CPPFLAGS): It is now defined by gnulib, so
2728 use +=.
2729
8defe11b
AD
27302009-01-08 Akim Demaille <demaille@gostai.com>
2731
2732 Fix grep portability issues.
2733 Grep on Solaris does not support -q.
2734 Reported by Summum Bonum.
5bc993d9 2735
8defe11b
AD
2736 * NEWS: Add a stub for 2.4.2.
2737 * THANKS: Add Summum Bonum.
2738 * tests/atlocal.in (EGREP): New.
2739 (CC, CXX, XSLTPROC): Make it possible to override them via
2740 envvars.
2741 * tests/java.at: Use $EGREP instead of egrep.
2742 Use AT_CHECK's ignore instead of grep's -q.
2743
41930e7a
JD
27442008-12-11 Joel E. Denny <jdenny@ces.clemson.edu>
2745
2746 Version 2.4.1.
2747 * NEWS: Set version and date.
2748 * lib/Makefile.am: Update copyright year.
2749 * tests/atlocal.in: Update copyright year.
2750
d07932ef
JD
27512008-12-11 Joel E. Denny <jdenny@ces.clemson.edu>
2752
2753 Semicolon feature removal is not about future language support.
2754 * NEWS: The semicolon feature is no longer active for newer languages,
2755 so don't claim that it causes trouble for them.
2756
0364b334
JD
27572008-12-11 Joel E. Denny <jdenny@ces.clemson.edu>
2758
2759 * gnulib: Update submodule to HEAD.
2760
876fd835
AD
27612008-12-09 Akim Demaille <demaille@gostai.com>
2762
2763 Update data/README.
2764 * data/README: Document glr.cc, lalr1.java, m4sugar and xslt.
2765
bee1df15
EB
27662008-12-05 Eric Blake <ebb9@byu.net>
2767
2768 Build testsuite with newer autoconf.
2769 * tests/output.at (m4_expand): Don't override in newer autoconf,
2770 where the underlying implementation changed.
2771 * tests/cxx-type.at (_AT_RESOLVED_GLR_OUTPUT)
2772 (_AT_RESOLVED_GLR_OUTPUT_WITH_LOC, _AT_AMBIG_GLR_OUTPUT)
2773 (_AT_AMBIG_GLR_OUTPUT_WITH_LOC, _AT_GLR_STDERR)
2774 (_AT_VERBOSE_GLR_STDERR): Expand to double-quoted strings,
2775 since some of them contain unbalanced ')'.
2776
7e6d1e22
JD
27772008-11-19 Joel E. Denny <jdenny@ces.clemson.edu>
2778
2779 * NEWS: Clarify a little.
2780
a957d06c
JD
27812008-11-19 Joel E. Denny <jdenny@ces.clemson.edu>
2782
2783 * NEWS: Update for recent changes.
2784
462503f8
JD
27852008-11-18 Joel E. Denny <jdenny@ces.clemson.edu>
2786
2787 Fix unexpanded macros in GLR defines file.
2788 Reported by Csaba Raduly at
2789 <http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00048.html>.
2790 * THANKS (Csaba Raduly): Add.
2791 * data/glr.c: Fix overquoting on b4_prefix for yylval and yylloc.
2792 * tests/calc.at (_AT_DATA_CALC_Y): If %defines is specified, generate
2793 lexer in a separate module that includes the defines file.
2794 (AT_CHECK_CALC): Use AT_FULL_COMPILE and request compilation of lexer
2795 source.
2796 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Push AT_DEFINES_IF.
2797 Adjust AT_LOC and AT_VAL to use AT_NAME_PREFIX.
2798 (AT_BISON_OPTION_POPDEFS): Pop AT_DEFINES_IF.
2799 (AT_DATA_SOURCE_PROLOGUE): New.
2800 (AT_DATA_GRAMMAR_PROLOGUE): Use AT_DATA_SOURCE_PROLOGUE.
2801 (AT_DATA_SOURCE): New.
2802 (AT_FULL_COMPILE): New, copied from master branch and extended to
2803 support an additional source file.
2804
bf151b75
JD
28052008-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
2806
2807 Don't let maintainer-*-check targets force a version update.
2808 * cfg.mk (_is-dist-target): Implement. maintainer-check* was already
2809 handled.
2810
f56274a8
DJ
28112008-11-17 Di-an Jan <dianj@freeshell.org>
2812
2813 * doc/bison.texinfo: Synchronize ``Detail Node Listing''.
2814 Align menus. Adjust word wrapping. Use node names for menu names.
2815 (Examples): Don't abbreviate node names.
2816 (LocalWords): Remove abbreviations.
2817 (Copying): Make description a sentence.
bf151b75 2818 (Java Action Features): Remove period to match the rest of menu.
f56274a8 2819
b5775a81
PB
28202008-11-11 Paolo Bonzini <bonzini@gnu.org>
2821
2822 * bootstrap.conf: Replace m4/warning.m4 with warnings module.
2823 * configure.ac: Adjust usage.
2824 * lib/Makefile.am: Replace $(WARNING_CFLAGS) with $(WARN_CFLAGS).
2825 * src/Makefile.am: Replace $(WARNING_CFLAGS) with $(WARN_CFLAGS).
2826 * tests/atlocal.in: Replace $(WARNING_*FLAGS) with $(WARN_*FLAGS).
2827
7ed73f82
JD
28282008-11-07 Joel E. Denny <jdenny@ces.clemson.edu>
2829
2830 Don't add a semicolon to actions for %skeleton or %language.
2831 It breaks Java test cases as reported by Akim Demaille.
2832 * src/scan-code.l: Implement.
2833
4b1ebc49
JD
28342008-11-07 Joel E. Denny <jdenny@ces.clemson.edu>
2835
2836 Clean up %skeleton and %language priority implementation.
2837 * src/getargs.c (skeleton_prio): Use default_prio rather than 2, and
2838 remove static qualifier because others will soon need to see it.
2839 (language_prio): Likewise.
2840 (getargs): Use command_line_prio rather than 0.
2841 * src/getargs.h (command_line_prio, grammar_prio, default_prio): New
2842 enum fields.
2843 (skeleton_prio): Extern it.
2844 (language_prio): Extern it.
2845 * src/parse-gram.y: Use grammar_prio rather than 1.
2846
738cde3e
AD
28472008-11-04 Akim Demaille <demaille@gostai.com>
2848
2849 * NEWS: Mention the trailing semicolon in action.
2850
d6fb461d
AD
28512008-11-04 Akim Demaille <demaille@gostai.com>
2852
2853 Reformat NEWS.
2854 * NEWS: Use more outline-mode markup.
2855 Suggested by Jim Meyering.
2856
14da0cdd
JD
28572008-11-04 Joel E. Denny <jdenny@ces.clemson.edu>
2858
2859 Fix user actions without a trailing semicolon.
2860 Reported by Sergei Steshenko at
2861 <http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00001.html>.
2862 * THANKS (Sergei Steshenko): Add.
2863 * src/scan-code.l (SC_RULE_ACTION): Fix it.
2864 * tests/regression.at (Fix user actions without a trailing semicolon):
2865 New test case.
2866
c9ba9e59
JD
28672008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
2868
2869 Initiate further development.
2870 * NEWS: Create an empty section for new entries.
2871 * gnulib: Update submodule to HEAD.
2872
bfb40910
JD
28732008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
2874
2875 * NEWS: Version 2.4.
2876
241fda7a
JD
28772008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
2878
2879 Prepare for next release.
2880 * NEWS: Briefly mention changes since 2.3b.
2881 * README: Say GNU m4 1.4.6, which we've been requiring in release
2882 announcements already, not 1.4.3, which breaks the build.
2883
ed4d67dc
JD
28842008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
2885
2886 Say %language is experimental.
2887 We're thinking of extending it's effect on output file naming. See the
2888 thread at
2889 <http://lists.gnu.org/archive/html/bison-patches/2008-10/msg00003.html>.
2890 * NEWS: Say it's experimental.
2891 * doc/bison.texinfo (Decl Summary): Say it's experimental, and so don't
2892 recommend it over %skeleton for now.
2893 (Bison Options): Likewise.
2894 (C++ Bison Interface): Use %skeleton not %language.
2895 (Calc++ Parser): Use %skeleton not %language.
2896 * src/getargs.c (usage): Say it's experimental.
2897
e254a580
DJ
28982008-11-01 Di-an Jan <dianj@freeshell.org>
2899 Paolo Bonzini <bonzini@gnu.org>
2900
2901 Support all Java parser class modifiers.
2902 * data/java.m4 (b4_percent_define_get3): New.
2903 (b4_final_if, b4_strictfp_if): New.
2904 * data/lalr1.java (final, strictfp, extends, implements): Support.
2905 * doc/bison.texinfo (final, strictfp, extends, implements): Add
2906 documentation.
2907 * tests/java.at (AT_CHECK_JAVA_MINIMAL): New.
2908 (AT_CHECK_JAVA_MINIMAL_W_LEXER): New.
2909 (AT_CHECK_JAVA_GREP): New.
2910 (Java parser class modifiers): New test.
2911 (Java parser class extends and implements): New test.
2912
2913 Model exception propagation better with throws and lex_throws.
2914 * data/java.m4 (b4_list2): New.
2915 (throws): Change default.
2916 * data/lalr1.java (yyaction): Add throws.
2917 (parse): Add lex_throws in addition to throws.
2918 * doc/bison.texinfo (throws, lex_throws): Add documentation.
2919 * tests/java.at (Java throws specifications): New test.
2920
2921 Improve documentation for Java parsers.
2922 * doc/bison.texinfo (Java Parsers): Add subsections.
2923 Don't quote first argument of %define.
2924 (Java Bison Interface): Document output files. Move documentation
2925 of parser class and merge into Java Parser Interface. Document
2926 features that error out. Document directives with no effect.
2927 Move note about Javadoc higher.
2928 (Java Semantic Values): Explicitly mention stype.
2929 Document that generic types cannot be used.
2930 (Java Location Values): Use @deftypeivar. Document constructors.
2931 Correct return value for toString.
2932 (Java Parser Interface): List undocumented constants/fields.
2933 Move documentation of fields added by %parse-param closer to list
2934 of members. Document that token names are added as fields.
2935 Document constructors accurately. Remove error method.
2936 (Java Scanner Interface): Move note on %pure-parser to Java Bison
2937 Interface. Describe %code lexer and yylex accutately.
2938 Remove documentation that does not match the code.
2939 (Java Action Features): New.
2940 (Java Differences): Add reference. Add item on semantic values.
2941 Add note about @{ ... @}. Clarify %% epilogue placement.
2942 (Java Declarations Summary): New.
2943
2944 Fix Java skeleton.
2945 * data/java.m4 (b4_prefix): Correct quoting for m4_define_default.
2946 (b4_remove_comma): Quote test argument.
2947 (b4_identification): Remove "bison" field.
2948 * tests/java.at (Java parser class and package names): New test.
2949 (Java %parse-param and %lex-param): New test.
2950 (Java stype, position_class and location_class): New test.
2951
f259e4e6
PB
29522008-10-31 Di-an Jan <dianj@freeshell.org>
2953
2954 * data/lalr1.jave: Update copyright years.
2955 (YYParser): Correct name of "generated from" file in Javadoc:
2956 use b4_file_name instead of @ofile@.
2957 (Location constructor): Correct Javadoc parameter name.
2958 (yylloc): Add missing opening m4 quote after b4_location_if.
2959 This removes a stray [ in the Javadoc of Lexer.getStartPos.
2960 (Lexer.yyerror): Fix incorrect m4 and Javadoc.
2961 (YYParser constructor): Correct Javadoc parameter name.
2962
cae5057f
JD
29632008-10-30 Joel E. Denny <jdenny@ces.clemson.edu>
2964
2965 Always put auxiliary code files in the same dir as other output files.
2966 * src/files.c (compute_file_name_parts): When the user specifies
2967 --output but not --file-prefix, extract the directory prefix from the
2968 file prefix not from the grammar file name. This affects the location
2969 of files like location.hh generated by the C++ skeleton. The includes
2970 in the other output files require this fix.
2971 * tests/output.at (AT_CHECK_OUTPUT): Automatically create directories
2972 for expected output files.
2973 (Output files): Add a test for the above.
2974
4af432ba
JD
29752008-10-29 Joel E. Denny <jdenny@ces.clemson.edu>
2976
2977 * gnulib: Update submodule to HEAD.
2978
e26d4e43
JD
29792008-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
2980
2981 Update copyright year.
2982 * src/files.c: Here.
2983
c0ee9e21
DJ
29842008-10-28 Di-an Jan <dianj@freeshell.org> (tiny change)
2985
2986 Don't overwrite the input file.
2987 * src/files.c (output_file_name_check): Fatal error if using input file
2988 for output.
2989 * tests/output.at: (AT_CHECK_CONFLICTING_OUTPUT): Add return status
2990 argument.
2991 (Conflicting output files): Add test.
2992
482dc52f
AD
29932008-10-28 Akim Demaille <demaille@gostai.com>
2994
2995 Space changes.
2996 * data/lalr1.cc: Formatting changes.
2997
52cbbe84
AD
29982008-10-28 Akim Demaille <demaille@gostai.com>
2999
3000 Don't define debugging functions when !YYDEBUG.
3001 * data/lalr1.cc (debug_stream, set_debug_stream)
3002 (debug_level_type, debug_level, set_debug_level): Don't
3003 declare them when YYDEBUG is not defined.
3004 The implementation are already YYDEBUG-aware.
3005
0925d5bf
AD
30062008-10-28 Akim Demaille <demaille@gostai.com>
3007
3008 Prefer "continue" for empty loop bodies.
3009 * etc/bench.pl.in: Use "continue" instead of {}.
3010
cf98343c
AD
30112008-10-28 Akim Demaille <demaille@gostai.com>
3012
3013 Space and comments changes.
3014 * data/c++.m4, data/glr.c, data/lalr1.cc: Copyright year changes.
3015 * data/c.m4, data/lalr1.cc: Space changes.
3016
9f467b7d
AD
30172008-10-28 Akim Demaille <demaille@gostai.com>
3018
3019 Make gnulib a submodule.
3020 * gnulib: New.
3021 * .gitmodules (gnulib): New.
3022
0f0e1ace
JD
30232008-10-18 Joel E. Denny <jdenny@ces.clemson.edu>
3024
3025 Fix yyerror_range for user-defined location type in C++. Reported by
3026 Georg Sauthoff at
3027 <http://lists.gnu.org/archive/html/bug-bison/2008-08/msg00008.html>.
3028 * data/lalr1.cc (parse): Change type of yyerror_range to location_type.
3029 * THANKS (Georg Sauthoff): Add.
3030
548e2104
JD
30312008-10-18 Joel E. Denny <jdenny@ces.clemson.edu>
3032
3033 Update several administrative files mainly to facilitate releasing.
3034 * HACKING (Administrivia): Make the git-merge-changelog notes more
3035 helpful.
3036 (Test suite): Don't say lalr1.cc is not exercised in the test suite.
3037 (Release Procedure): Update for git and add numerous details that were
3038 previously missing.
3039 * Makefile.am (EXTRA_DIST): Remove Makefile.cfg and Makefile.maint.
3040 * maint.mk (announcement): Don't list bison as a bootstrap tool so
3041 that announcements don't claim we bootstrapped with whatever bison
3042 happened to be in PATH. Add flex as a bootstrap tool.
3043 * Makefile.maint: Remove, previously replaced by maint.mk.
3044 * Makefile.cfg: Remove, and migrate settings to...
3045 * cfg.mk: ... here for the sake of `make announcement'.
3046 * bootstrap.conf (gnulib_modules): Add announce-gen.
3047 * README: Say GNU Bison instead of just Bison. Suggested by Karl
3048 Berry.
3049
ddf17a6e
PB
30502008-10-08 Di-an Jan <dianj@freeshell.org> (tiny change)
3051
3052 Small but important bugfixes for the Java skeleton.
3053 * data/lalr1.java (yyerror): Change Location to b4_location_type.
3054 (yy_symbol_print): Call toString on yyvaluep.
3055
e1145ad8
AD
30562008-08-29 Akim Demaille <demaille@gostai.com>
3057
3058 Clarify UPDATED use.
bee1df15 3059 * doc/bison.texinfo: It refers to the last edition of this file,
e1145ad8 3060 not to the release date of Bison.
bee1df15 3061 Reported by Joel E. Denny.
e1145ad8 3062
0df72d78
AD
30632008-08-29 Akim Demaille <demaille@gostai.com>
3064
3065 * README: Update FAQ pointer.
3066 Reported by Joel E. Denny.
3067
9a90b6bb
EB
30682008-08-27 Eric Blake <ebb9@byu.net>
3069
3070 Resync m4sugar from autoconf.
3071 * data/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine)
3072 (m4_init): Adjust to latest m4.git changes.
3073 (m4_mapall_sep, _m4_list_cmp, m4_version_compare): Reduce side
3074 effects.
3075 * data/m4sugar/foreach.m4 (_m4_shiftn): Fix off-by-one bug.
3076 (_m4_list_cmp): Reduce side effects.
3077
65015668
AD
30782008-08-27 Akim Demaille <demaille@gostai.com>
3079
3080 Check yyerrok in calc.at.
bee1df15
EB
3081 * tests/calc.at (calc.y): Use yyerrok on "( error )".
3082 (AT_CHECK_CALC): Add a check that ensures that yyerrok works as
3083 expected.
65015668 3084
98e26a92
AD
30852008-08-27 Akim Demaille <demaille@gostai.com>
3086
3087 Support yyerrok in lalr1.cc.
3088 YYBACKUP is still to import back into lalr1.cc.
bee1df15 3089 * data/lalr1.cc (yyerrork, yyclearin, YYRECOVERING): Define.
98e26a92 3090
86c0e784
JD
30912008-08-26 Joel E. Denny <jdenny@ces.clemson.edu>
3092
3093 For maintainer-check*, don't recompile for a $(VERSION) update.
3094 * cfg.mk: New file.
3095 (_is-dist-target): Override the one in GNUmakefile.
3096 * Makefile.am (EXTRA_DIST): Add cfg.mk.
3097
88511166
JD
30982008-08-26 Joel E. Denny <jdenny@ces.clemson.edu>
3099
3100 Update for recent change to gnulib.
3101 * src/parse-gram.y: Don't include strverscmp.h. It comes from
3102 string.h now.
3103
6bbb2ed5
EB
31042008-08-15 Eric Blake <ebb9@byu.net>
3105
d67c52e8
EB
3106 Remaining m4sugar merge from autoconf.
3107 * data/m4sugar/m4sugar.m4: Copy entire file from autoconf.
3108 * data/m4sugar/foreach.m4: New file, copied from autoconf.
3109 * data/Makefile.am (dist_m4sugar_DATA): Distribute it.
3110 * src/output.c (output_skeleton): Tell m4 how to find it.
3111
6bbb2ed5
EB
3112 Partial m4sugar merge from autoconf: m4_map.
3113 * data/m4sugar/m4sugar.m4 (m4_fst): Delete.
3114 (m4_map, m4_map_sep, _m4_map): Rewrite more efficiently.
3115 (m4_apply, _m4_apply, m4_mapall, m4_mapall_sep): New macros.
3116 * data/java.m4 (b4_token_enums): Use more efficient short-circuit
3117 for empty list.
3118 * data/c.m4 (b4_token_defines, b4_token_enums, b4_c_ansi_formals):
3119 Likewise.
3120 (b4_parse_param_for): Avoid m4_fst, now that autoconf no longer
3121 declares it.
3122
8dce3875
JD
31232008-08-07 Joel E. Denny <jdenny@ces.clemson.edu>
3124
3125 Keep .version and PACKAGE_VERSION in sync.
3126 * Makefile.am ($(top_srcdir)/.version): Declare configure as a
3127 dependency, and add comments justifying this in more detail. Discussed
3128 starting at
3129 <http://lists.gnu.org/archive/html/bison-patches/2008-07/msg00022.html>.
3130
882a1fbf
EB
31312008-08-06 Eric Blake <ebb9@byu.net>
3132
a3764451
EB
3133 Partial m4sugar merge from autoconf: m4_shiftn.
3134 * data/m4sugar/m4sugar.m4 (m4_shiftn): Faster implementation.
3135 (m4_shift2, m4_shift3): New macros.
3136 (m4_case, m4_bmatch, m4_bpatsubsts, m4_join): Adjust clients.
3137 * data/c.m4 (b4_c_function_def, b4_c_ansi_function_def)
3138 (b4_c_ansi_function_decl, b4_c_function_call): Likewise.
3139 * data/java.m4 (b4_remove_comma): Likewise.
3140
882a1fbf
EB
3141 Partial m4sugar merge from autoconf: m4_wrap vs. m4 1.6.
3142 * data/m4sugar/m4sugar.m4 (m4_unquote, m4_wrap_lifo): New macros.
3143 (m4_wrap): Guarantee FIFO order, in spite of m4 1.6.
3144 (m4_init): Consolidate wrapped text into single m4_wrap.
3145 * data/bison.m4 (b4_check_user_names_wrap): Stick with LIFO order
3146 in wrapped text.
3147
a30e920d
EB
31482008-08-05 Eric Blake <ebb9@byu.net>
3149
dfcc5959
EB
3150 Partial m4sugar merge from autoconf: builtins, version.m4.
3151 * data/m4sugar/m4sugar.m4 (changeword): Nuke.
3152 (m4_prepend): Remove, as it is unused and inherently quadratic,
3153 whereas m4_append is linear in newer m4.
3154 (m4_mkstemp): New builtin.
3155 (m4_symbols): Make rename conditional.
3156 (m4_version_prereq): Ensure fatal error if used in bison, which
3157 intentionally lacks version.m4.
3158
a30e920d
EB
3159 Fix comments in m4sugar.
3160 * data/m4sugar/m4sugar.m4: Comment changes, borrowed from autoconf.
3161
445b7470
JD
31622008-08-02 Joel E. Denny <jdenny@ces.clemson.edu>
3163
3164 Update for recent .gitignore fix in Gnulib.
3165 * bootstrap: Back out 2008-07-18 hack now that gnulib-tool creates
3166 anchored .gitignore entries.
3167
a1e50014
JD
31682008-08-02 Joel E. Denny <jdenny@ces.clemson.edu>
3169
3170 Set gnu or gnits strictness.
3171 * configure.ac (AM_INIT_AUTOMAKE): Set gnu strictness during
3172 development and gnits strictness for releases. Based on Eric Blake's
3173 suggestion at
3174 <http://lists.gnu.org/archive/html/bug-bison/2008-07/msg00019.html>.
3175
d43f77e7
PB
31762008-07-31 Paolo Bonzini <bonzini@gnu.org>
3177
3178 * NEWS: Clarify documentation of %language.
3179
fee2ed87
PB
31802008-07-31 Paolo Bonzini <bonzini@gnu.org>
3181
3182 Support usage of git-merge-changelog.
3183 * .gitattributes: New.
3184 * HACKING: Document usage of git-merge-changelog.
3185 * bootstrap: Install git-merge-changelog entries in .git/config
3186 if appropriate.
3187
78029cd5
JD
31882008-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
3189
3190 Remove remaining dependence on CVS Id keyword.
3191 * ChangeLog: For the sake of people still using CVS, don't use dollars
3192 when mentioning Id.
3193 * data/xslt/bison.xsl: Remove Id from header comments, where it was
3194 unusual anyway.
3195 * data/xslt/xml2dot.xsl: Likewise.
3196 * data/xslt/xml2text.xsl: Likewise.
3197 * data/xslt/xml2xhtml.xsl: Likewise.
3198 * doc/Doxyfile.in (PROJECT_NUMBER): Don't use ID.
3199 * doc/Makefile.am (neutralize): Remove, no longer needed.
3200 (.x.1): Don't use neutralize.
3201 (edit): Don't substitute for ID.
3202 (Doxyfile): Don't define Id, and thus don't depend on ChangeLog.
3203
c53d18b1
JD
32042008-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
3205
3206 Fix dependence on computed configure variables.
3207 * doc/Makefile.am (common_dep): Depend on $(top_srcdir)/configure not
3208 $(top_srcdir)/configure.ac so that changes to computed variables, such
3209 as PACKAGE_VERSION, are seen.
3210 * tests/Makefile.am ($(srcdir)/package.m4): Likewise.
3211
5523ac79
JD
32122008-07-20 Joel E. Denny <jdenny@ces.clemson.edu>
3213
3214 Update copyright dates for recent changes.
3215 * Makefile.am: Here.
3216 * src/Makefile.am: Here.
3217 * src/reduce.c: Here.
3218 * tests/reduce.at: Here.
3219
8fa36911
JD
32202008-07-18 Joel E. Denny <jdenny@ces.clemson.edu>
3221
3222 Use git-version-gen for version names between releases.
3223 * .cvsignore (.tarball-version, GNUmakefile, *~): Add.
3224 * .gitignore (/.tarball-version, /GNUmakefile, /*~): Add.
3225 * .prev-version: New.
3226 * .version.in: Remove.
78029cd5 3227 * ChangeLog: Remove the Id previously used for capturing the CVS
8fa36911
JD
3228 revision.
3229 * GNUmakefile: Remove, now copied from Gnulib.
3230 * Makefile.am: Add code suggested by comments in
3231 build-aux/git-version-gen.
3232 (EXTRA_DIST): Remove GNUmakefile, handled by Gnulib. Add maint.mk,
3233 .prev-version, and .version.
3234 * NEWS (2.3b+): Rename to...
3235 (?.?): ... this because we're dropping the "+" version naming scheme,
3236 but, in general, we still can't be sure of our next release name.
3237 * bootstrap: Add a quick hack to remove from .gitignore the
3238 GNUmakefile entry that gnulib adds. We already have a /GNUmakefile
3239 entry. This should really be fixed in gnulib instead.
3240 * bootstrap.conf (gnulib_modules): Add gnumakefile.
3241 * configure.ac (AC_INIT): Set version name by invoking
3242 build-aux/git-version-gen.
3243 (AC_CONFIG_FILES): Remove .version, now generated by
3244 build-aux/git-version-gen.
3245 * maint.mk: New, copied from coreutils.
3246 * doc/.cvsignore (bison.1): Add.
3247 * doc/.gitignore (/bison.1): Add.
3248 * doc/bison.1: Remove, generated.
3249 * src/.cvsignore (revision.c): Remove.
3250 * src/.gitignore (/revision.c): Remove.
3251 * src/Makefile.am (bison_SOURCES): Remove revision.c and revision.h.
3252 (BUILT_SOURCES): Remove revision.c.
3253 (revision.c): Remove.
3254 * src/getargs.c (version): Don't print revision after the VERSION.
3255 * src/revision.h: Remove.
3256
bcf07cb7
JD
32572008-07-16 Joel E. Denny <jdenny@ces.clemson.edu>
3258
3259 Fix untranslatable composition of sentences. Reported by Goran
3260 Uddeborg at
3261 <http://lists.gnu.org/archive/html/bug-bison/2008-06/msg00000.html>.
3262 * THANKS (Goran Uddeborg): Add.
3263 * src/reduce.c (reduce_print): Report the number of nonterminals and
3264 rules useless in the grammar in separate sentences.
3265 * tests/reduce.at (Useless Rules): Update output.
3266 (Reduced Automaton): Likewise.
3267 (Underivable Rules): Likewise.
3268 (Empty Language): Likewise.
3269
9aacab9a
JD
32702008-07-15 Joel E. Denny <jdenny@ces.clemson.edu>
3271
3272 Fix some .gitignore and .cvsignore problems.
3273 * bootstrap (insert_sorted_if_absent): Replace all uses with...
3274 (insert_vc_ignore): ... this new function, which prepends `/' to all
3275 .gitignore entries before passing them to insert_sorted_if_absent.
3276 * bootstrap.conf (vc_ignore): Set to '.cvsignore .gitignore' so that
3277 .cvsignore files are maintained even though Bison developers run
3278 bootstrap while using Git.
3279 * .cvsignore (*.patch *.log log patches applied): Remove, apparently
3280 unneeded by Bison.
3281 (gnulib): Add.
3282 * .gitignore (/*.patch *.log log patches applied): Remove, broken and
3283 unneeded. Reported by Eric Blake.
3284 * lib/.gitignore (/*~): Add.
3285 * po/.cvsignore, runtime-po/.cvsignore: Sync with .gitignore.
3286 * examples/calc++/.gitignore (/calc++.exe): Add. Reported by Eric
3287 Blake.
3288 * src/.gitignore (/bison.exe): Add. Reported by Eric Blake.
3289
a9fc7990
JD
32902008-07-15 Joel E. Denny <jdenny@ces.clemson.edu>
3291
3292 Improve forward-compatibility with GNU M4. Reported by Eric Blake at
3293 <http://lists.gnu.org/archive/html/bug-bison/2008-07/msg00000.html>.
3294 * bootstrap.conf (gnulib_modules): Add unsetenv.
3295 * lib/.gitignore, lib/.cvsignore (/unsetenv.c): Add.
3296 * m4/.gitignore, m4/.cvsignore (/environ.m4): Add.
3297 (/setenv.m4): Add.
3298 * src/output.c (output_skeleton): For the m4 invocation, pass -dV as
3299 the first argument because it may become position-dependent, and unset
3300 POSIXLY_CORRECT so Bison's skeletons have access to GNU M4 extensions.
3301 Add comments explaining these issues in more detail.
3302
0f1d6f10
JD
33032008-07-14 Joel E. Denny <jdenny@ces.clemson.edu>
3304
3305 Add .gitignore everywhere based on .cvsignore.
3306 * .gitignore: New.
3307 * build-aux/.gitignore: New.
3308 * data/.gitignore: New.
3309 * doc/.gitignore: New.
3310 * etc/.gitignore: New.
3311 * examples/.gitignore: New.
3312 * examples/calc++/.gitignore: New.
3313 * lib/.gitignore: New.
3314 * m4/.gitignore: New.
3315 * po/.gitignore: New.
3316 * runtime-po/.gitignore: New.
3317 * src/.gitignore: New.
3318 * tests/.gitignore: New.
3319
7bd1665a
JD
33202008-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
3321
3322 * NEWS (2.3b+): New section, empty for now.
3323 * configure.ac (AC_INIT): 2.3b -> 2.3b+.
3324
72c5b982
JD
33252008-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
3326
3327 * NEWS (2.3b): Update release date since there has been a delay in
3328 getting the announcements and tarballs out.
3329
bd02cd5d
JD
33302008-05-23 Joel E. Denny <jdenny@ces.clemson.edu>
3331
3332 * NEWS: Version 2.3b.
3333 * configure.ac (AC_INIT): Likewise.
3334 (PACKAGE_COPYRIGHT_YEAR): Update to 2008.
3335
9126263e
JD
33362008-05-23 Joel E. Denny <jdenny@ces.clemson.edu>
3337
3338 * HACKING: Don't say don't mention HACKING in the ChangeLog. We've
3339 been doing it for years.
3340 (Test suite): Mention maintainer-push-check and maintainer-xml-check.
3341 (Release Procedure): Add FIXME about make alpha being unmaintained.
3342
fa6aa7b3
JD
33432008-05-13 Joel E. Denny <jdenny@ces.clemson.edu>
3344
3345 * data/yacc.c: Reformat m4 a little for readability.
3346 * src/lalr.c (build_relations): Correct comment.
3347
d30b312d
JMG
33482008-05-12 Juan Manuel Guerrero <juan.guerrero@gmx.de>
3349
3350 DJGPP specific issue.
3351 * djgpp/config.sed: Fixes required to run configure scripts generated
3352 by autoconf 2.62.
3353
138d4cd9
JD
33542008-05-07 Joel E. Denny <jdenny@ces.clemson.edu>
3355
3356 * HACKING (Release Procedure): translation@iro.umontreal.ca is now
3357 coordinator@translationproject.org.
3358
8f7e2e1f
JD
33592008-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
3360
3361 * THANKS: Add Eric Blake.
3362
f55efa38
JD
33632008-04-23 Eric Blake <ebb9@byu.net>
3364
3365 Revert prior patch, by working around autoconf regression.
3366 * tests/output.at (m4_expand): Add workaround for autoconf 2.62.
3367 ("Output file name: ("): Uncomment test.
3368 ("Output file name: )"): Likewise.
3369 Based on an idea from Noah Misch.
3370
096c9f9d
JD
33712008-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
3372
3373 Work-around an Autoconf 2.62 AT_SETUP bug that was not present in
3374 2.61. Reported by Juan Manuel Guerrero at
3375 <http://lists.gnu.org/archive/html/bug-bison/2008-04/msg00011.html>.
3376 * tests/output.at ("Output file name: ("): Comment out test case for
3377 now.
3378 ("Output file name: )"): Likewise.
3379
0f664b89
JD
33802008-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
3381
3382 * GNUmakefile: Update git-version-gen invocation so make dist
3383 succeeds.
3384
1cfe6375
JD
33852008-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
3386
3387 Update to the current gnulib CVS repository, and fix trigraph handling
3388 in Bison.
3389 * bootstrap: Update gnulib CVS repository URL.
3390 (symlink_to_dir): Encapsulate the code that guarantees the destination
3391 directory exists into...
3392 (check_dst_dir): ... this new function, and...
3393 (cp_mark_as_generated): ... reuse it here so that bootstrap doesn't
3394 fail when copying files into lib/uniwidth/.
3395 * src/output.c (prepare_symbols): When writing yytname muscles, where
3396 symbol names will be encoded in C-string literals, tell quotearg to
3397 escape trigraphs. This used to be the default in gnulib.
3398 * tests/regression.at (Token definitions): Because of the change in
3399 gnulib's quotearg behavior, string_as_id in parse-gram.y no longer
3400 escapes trigraphs in symbol names. Thus, yytname no longer has
3401 trigraphs unnecessarily doubly escaped. Update test case output.
3402 Extend test case to be sure Bison's own error messages will no longer
3403 have trigraphs in symbol names unnecessarily escaped once.
3404
74c52fc8
JD
34052008-04-20 Joel E. Denny <jdenny@ces.clemson.edu>
3406
3407 Fix make dist infinite loop reported by Juan Manuel Guerrero at
3408 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00009.html>.
3409 * .cvsignore: Add .version.
3410 * .version.in: New.
3411 * bootstrap.conf (gnulib_modules): Add git-version-gen.
3412 * configure.ac (AC_CONFIG_FILES): Add .version.
3413 * build-aux/.cvsignore: Add git-version-gen.
3414
8e55b3aa
JD
34152008-03-08 Joel E. Denny <jdenny@ces.clemson.edu>
3416
3417 * NEWS (2.3a+): Mention that -g now takes an argument.
3418 * doc/bison.texinfo (Bison Options): Reword -W entry a little for
3419 consistency. Update the -g and -x entries now that they take
3420 arguments. Use brackets to indicate optional arguments.
3421 * src/getargs.c (usage): Explain the relationship between arguments of
3422 long and short options more completely. Document --defines and -d
3423 separately since the former takes an argument but, for POSIX Yacc, the
3424 latter does not.
3425 (short_options): Let -W take an optional argument like --warnings.
8452fdd9 3426 (getargs): Sort cases.
8e55b3aa 3427
59c5ac72
AD
34282008-02-28 Akim Demaille <demaille@gostai.com>
3429
3430 * doc/bison.texinfo: Fix a few typos.
3431
118d4978
AD
34322008-02-28 Akim Demaille <akim@epita.fr>
3433
3434 * doc/bison.texinfo (Bison Options): Document -W.
3435 Based on Joel E. Denny's NEWS entry, and Automake's documentation.
3436
7020f1e9
AD
34372008-02-28 Akim Demaille <akim@epita.fr>
3438
3439 * src/getargs.c (short_options): Split and sort for readability.
3440 -g and -x take optional arguments, just like their long options.
3441 * build-aux/cross-options.pl: Use /x to make the regexp easier to
3442 understand.
3443 Fix the handling of $opt which resulted in all the argument to be
3444 considered as optional.
3445
59da312b
JD
34462008-02-22 Joel E. Denny <jdenny@ces.clemson.edu>
3447
3448 * NEWS (2.3a+): Don't say %language is experimental. Mention Java and
3449 say its interface is experimental.
3450 * doc/bison.texinfo (Decl Summary): In the %language entry, mention
3451 Java.
3452 (Bison Options): In the -L and --language entry, mention Java.
3453 (Java Bison Interface): Say the interface is experimental.
3454 * src/getargs.c (usage): Mention -L and --language.
3455
3456 * NEWS (2.3a+): Say the push parsing interface is experimental.
3457 * doc/bison.texinfo (Push Decl): Likewise.
3458 (Decl Summary): Likewise in the "%define api.push_pull" entry.
3459 (Push Parser Function): Likewise.
3460 (Pull Parser Function): Likewise.
3461 (Parser Create Function): Likewise.
3462 (Parser Delete Function): Likewise.
3463 (Table of Symbols): Likewise in the yypstate_delete, yypstate_new,
3464 yypull_parse, and yypush_parse entries.
3465
3466 * NEWS (2.3a+): Mention XML support, and say the schema is
3467 experimental.
3468 * doc/bison.texinfo (Bison Options): Mention -x and --xml.
3469 * src/getargs.c (usage): Say the XML schema is experimental.
3470
3471 * NEWS (2.3a+): Say option instead of flag.
3472
2bb3ebec
WP
34732008-02-21 Wojciech Polak <polak@gnu.org>
3474
3475 * data/xslt/xml2xhtml.xsl (xsl:template match="/"): Change footer
3476 text.
3477
333e670c
JD
34782008-02-20 Joel E. Denny <jdenny@ces.clemson.edu>
3479
3480 Fix impure push parser compile error reported by Bob Rossi at
3481 <http://lists.gnu.org/archive/html/help-bison/2008-02/msg00023.html>.
3482 * data/yacc.c: Clean up whitespace in the output a little.
3483 (yypstate_allocated): Define for impure push parsers regardless of
3484 whether the pull interface is also requested.
3485 * tests/push.at (Push Parsing: Multiple impure instances): Extend to
3486 check impure push parsers without the pull interface.
3487
3488 * data/yacc.c (yypstate_new): Don't try to invoke yyerror since
3489 yyerror takes arguments specified by %parse-param while yypstate_new
3490 does not.
3491 * doc/bison.texinfo (Parser Create Function): Document that
3492 yypstate_new returns 0 for multiple impure parser instances.
3493 * tests/push.at (Push Parsing: Multiple impure instances): Update
3494 expected stderr output.
3495
798096e1
JD
34962008-02-19 Joel E. Denny <jdenny@ces.clemson.edu>
3497
3498 * runtime-po/POTFILES.in (push.c): Remove.
3499
9ca7f077
JD
35002008-02-17 Joel E. Denny <jdenny@ces.clemson.edu>
3501
3502 * data/Makefile.am (dist_pkgdata_DATA): Remove push.c.
3503 * data/push.c: Rename to...
3504 * data/yacc.c: ... this, overwriting it.
3505 * etc/bench.pl.in (bench_grammar): `%pure-parser'-> `%define api.pure'.
3506 `%push-pull-parser' -> `%define api.push_pull "both"'.
3507 Remove old yacc.c tests, and update push.c tests to yacc.c.
3508
42ee26bb
JD
35092008-02-17 Joel E. Denny <jdenny@ces.clemson.edu>
3510
3511 * data/bison.m4 (b4_percent_code_get): Output %code block comments like
3512 `"%code top" blocks' instead of `%code "top" blocks'.
3513 * data/push.c: Import yacc.c changes from 2008-01-09 and 2007-08-03.
3514 Clean up whitespace in the output a little.
3515
b1cc23c4
JD
35162008-02-16 Joel E. Denny <jdenny@ces.clemson.edu>
3517
3518 Fix documentation problems reported by Tim Josling at
3519 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00013.html>.
3520 * NEWS (2.3a+): Mention removal of --no-parser, -n, and %no-parser.
3521 * doc/bison.texinfo (Token Decl): Token numbers are *nonnegative*
3522 integers. Explain the effect of literal string aliases on error
3523 messages. Copy token 0 documentation from the C++ skeleton
3524 documentation.
3525
ab7f29f8
JD
35262008-02-16 Joel E. Denny <jdenny@ces.clemson.edu>
3527
3528 Accept a token number in a %left, %right, or %nonassoc for POSIX
3529 conformance. Reported by Tim Josling at
3530 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00010.html>.
3531 * NEWS (2.3a+): Mention.
3532 * doc/bison.texinfo (Precedence Decl): Describe how literal strings
3533 and code numbers are treated by precedence declarations.
3534 * src/parse-gram.y (precedence_declaration): Use symbols.prec instead
3535 of symbols.1.
3536 (symbols.prec): New, just like symbols.1 but uses symbol.prec instead
3537 of symbol.
3538 (symbol.prec): New, just like symbol but allows INT.
3539 * src/symtab.c (symbol_user_token_number_set): Remove an aver that no
3540 longer holds.
3541 * tests/regression.at (Token number in precedence declaration): New
3542 test case.
3543
a924ef36
JMG
35442008-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
3545
3546 DJGPP specific issues.
3547 * djgpp/config.bat: Add filenames that are not 8.3 clean and that must
3548 be changed. Copyright timestamp adjusted.
3549 * djgpp/config.sed: Add filenames that are not 8.3 clean and that must
3550 be changed. Copyright timestamp adjusted.
3551 * djgpp/config.site: Copyright timestamp adjusted.
3552 * djgpp/config_h.sed: Copyright timestamp adjusted.
3553 * djgpp/djunpack.bat: Copyright timestamp adjusted.
3554 * djgpp/fnchnage.lst: Add filenames that are not 8.3 clean to the
3555 filename translation list.
3556 * djgpp/subpipe.c (init_subpipe): Check the environment variables
3557 TMPDIR, TMP and TEMP, in that order, to determinate where the temp
3558 files shall be created. Before trying to use the temp dir where the
3559 environment variable points to check that the dir really exists. If
3560 not default to the cwd as temp dir. Copyright timestamp adjusted.
3561 * djgpp/subpipe.h: Copyright timestamp adjusted.
3562 * djgpp/testsuite.sed: Copyright timestamp adjusted.
3563
389c8cfd
PE
35642008-01-30 Paul Eggert <eggert@cs.ucla.edu>
3565
3566 * doc/bison.texinfo: Update Back-Cover text to reflect new GNU wording.
3567
5d1cfef4
PE
35682008-01-09 Paul Eggert <eggert@cs.ucla.edu>
3569
3570 * data/yacc.c (yyparse): Correct the comment when locations aren't used.
3571 Problem reported by Claudio Saavedra in
3572 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00003.html>.
3573
e2dcf996
WP
35742008-01-05 Wojciech Polak <polak@gnu.org>
3575
3576 * data/xslt/xml2xhtml.xsl (xsl:template match="/"): Precede an XHTML
3577 document's title with the input grammar file name.
3578
da730230
JD
35792007-12-22 Joel E. Denny <jdenny@ces.clemson.edu>
3580
3581 Automate regression testing of the XML/XSLT implementation. Discussed
3582 starting at
3583 <http://lists.gnu.org/archive/html/bison-patches/2007-11/msg00021.html>.
3584 * configure.ac (XSLTPROC): New substitution.
3585 * Makefile.am (maintainer-xml-check): New phony target invoking...
3586 * tests/Makefile.am (maintainer-xml-check): ... this new phony target
3587 invoking make maintainer-check with BISON_TEST_XML=1.
3588 * tests/atlocal.in (XSLTPROC): New.
3589 * tests/local.at (AT_BISON_CHECK): New macro to (1) instruct Valgrind
3590 not to report reachable memory when Bison is expected to have a
3591 non-zero exit status and (2) to compare XML/XSLT output with --graph
3592 and --report=all output for every working grammar when
3593 BISON_TEST_XML=1.
3594 (AT_BISON_CHECK_NO_XML): Likewise, but skip XML checks.
3595 (AT_BISON_CHECK_XML): New.
3596 (AT_QUELL_VALGRIND): New.
3597 * tests/testsuite.at (ORIGINAL_AT_CHECK): Remove this and...
3598 (AT_CHECK): ... don't redefine this since this was the old way to
3599 quell Valgrind.
3600 * tests/actions.at: Rewrite all AT_CHECK invocations for bison as
3601 AT_BISON_CHECK invocations.
3602 * tests/c++.at: Likewise.
3603 * tests/calc.at: Likewise.
3604 * tests/conflicts.at: Likewise.
3605 * tests/cxx-type.at: Likewise.
3606 * tests/existing.at: Likewise.
3607 * tests/glr-regression.at: Likewise.
3608 * tests/headers.at: Likewise.
3609 * tests/input.at: Likewise.
3610 * tests/java.at: Likewise.
3611 * tests/output.at: Likewise.
3612 * tests/push.at: Likewise.
3613 * tests/reduce.at: Likewise.
3614 * tests/regression.at: Likewise.
3615 * tests/sets.at: Likewise.
3616 * tests/skeletons.at: Likewise.
3617 * tests/synclines.at: Likewise.
3618 * tests/torture.at: Likewise.
3619 (Big triangle): Use AT_BISON_CHECK_NO_XML instead since this grammar
3620 tends to hang xsltproc.
3621 (Big horizontal): Likewise.
3622
408476bc
JD
36232007-12-08 Joel E. Denny <jdenny@ces.clemson.edu>
3624
3625 In XML output, remove redundant class attribute on symbol element.
3626 * data/xslt/bison.xsl (xsl:key name="bison:symbolByName"): New.
3627 * data/xslt/xml2xhtml.xsl (xsl:template match="symbol"): Use it to
3628 look up a symbol to determine whether it's a nonterminal or terminal.
3629 * src/gram.c (rule_rhs_print_xml): Remove class attribute.
3630 * src/state.c (state_rule_lookahead_tokens_print_xml): Likewise.
3631
3632 Add prec/assoc information to XML output.
3633 * src/gram.c (grammar_rules_print_xml): For each rule that has a
3634 %prec, add a percent_prec attribute.
3635 * src/print-xml.c (print_grammar): For each terminal that has a
3636 precedence or associativity, add a prec or assoc attribute.
3637 (xml_indent): New.
3638 (xml_puts): Use xml_indent.
3639 (xml_printf): Use xml_indent.
3640 * src/print-xml.h (xml_indent): Prototype.
3641
3642 * tests/existing.at (GNU pic Grammar): Fix a rule miscopied from
3643 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
3644
d4a26c48
JD
36452007-12-08 Joel E. Denny <jdenny@ces.clemson.edu>
3646
3647 * data/xslt/bison.xsl (bison:ruleNumber): Rename to...
3648 (bison:ruleByNumber): ... this for clarity.
3649 * data/xslt/xml2dot.xsl (xsl:template match="item"): Update.
3650 * data/xslt/xml2text.xsl (xsl:template match="item"): Update.
3651 (xsl:template match="reduction"): Update.
3652 (xsl:template match="item"): Update.
3653 (xsl:template match="reduction"): Update.
3654
3655 In the XML output, don't print the list of rules where symbols appear.
3656 Compute it in XSLT instead. Discussed at
3657 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00024.html>.
3658 * data/xslt/bison.xsl (bison:ruleByLhs): New.
3659 (bison:ruleByRhs): New.
3660 * data/xslt/xml2text.xsl (xsl:template match="terminal"): Use
3661 bison:ruleByRhs.
3662 (xsl:template match="terminal/rule"): Remove.
3663 (xsl:template match="nonterminal"): Use bison:ruleByLhs and
3664 bison:ruleByRhs.
3665 (xsl:template match="nonterminal/left/rule|nonterminal/right/rule"):
3666 Remove.
3667 * data/xslt/xml2xhtml.xsl (xsl:template match="terminal"): Use
3668 bison:ruleByRhs and mode="number-link" for rule template.
3669 (xsl:template match="terminal/rule"): Remove.
3670 (xsl:template match="nonterminal"): Use bison:ruleByLhs and
3671 bison:ruleByRhs and mode="number-link" for rule template.
3672 (xsl:template match="nonterminal/left/rule|nonterminal/right/rule"):
3673 Rewrite as...
3674 (xsl:template match="rule" mode="number-link"): ... this.
3675 * src/print-xml.c (print_grammar): Don't print the list of rules.
3676
ef1b4273
JD
36772007-12-01 Joel E. Denny <jdenny@ces.clemson.edu>
3678
3679 Don't let --report affect XML output; always print all information.
3680 Discussed at
3681 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00020.html>.
3682 * src/conflicts.c (log_resolution): Implement.
3683 * src/print-xml.c (print_core): Implement.
3684 (print_state): Implement.
3685 (print_xml): Implement.
3686
3687 * NEWS (2.3a+): Fix quotes.
3688 * src/parse-gram.y (prologue_declaration): For consistency with -v,
3689 don't let %verbose clear the list specified by --report.
3690
0f6cd9e3
AD
36912007-11-26 Akim Demaille <akim@epita.fr>
3692
3693 * data/Makefile.am (dist_pkgdata_DATA): Ship and install bison.xsl.
3694
d80fb37a
JD
36952007-11-24 Joel E. Denny <jdenny@ces.clemson.edu>
3696
3697 In the XML output, list useless and unused symbols and rules with the
3698 useful ones and add a "usefulness" attribute. Discussed starting at
3699 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00017.html>.
3700 * src/gram.c (grammar_rules_partial_print_xml): Remove.
3701 (grammar_rules_print_xml): Print all rules instead of just those
3702 useful in the grammar, and add a "usefulness" attribute.
3703 * src/gram.h (grammar_rules_partial_print_xml): Remove prototype.
3704 * src/print-xml.c (print_rules_useless_in_parser): Remove.
3705 (print_grammar): Print all nonterminals instead of just useful ones,
3706 and add a "usefulness" attribute to nonterminals and terminals.
3707 (print_xml): Don't print a separate "reductions" or
3708 "rules-useless-in-parser" element.
3709 * src/reduce.c (reduce_output): Use reduce_token_unused_in_grammar.
3710 (reduce_xml): Remove.
3711 (reduce_token_unused_in_grammar): New.
3712 (reduce_nonterminal_useless_in_grammar): New.
3713 * src/reduce.h (reduce_xml): Remove prototype.
3714 (reduce_token_unused_in_grammar): Add prototype.
3715 (reduce_nonterminal_useless_in_grammar): Add prototype.
3716 * data/xslt/xml2text.xsl: Update for XML changes.
3717 * data/xslt/xml2xhtml.xsl: Update for XML changes.
3718 * tests/reduce.at (Useless Terminals): Update output.
3719 (Useless Rules): Update output.
3720 (Reduced Automaton): Update output.
3721
3722 Say "Terminals unused in grammar" instead of "Unused terminals".
3723 * NEWS (2.3a+): Update.
3724 * doc/bison.texinfo (Understanding): Update example output.
3725 * src/reduce.c (reduce_output): Implement.
3726 * data/xslt/xml2text.xsl: Implement.
3727 * data/xslt/xml2xhtml.xsl: Implement.
3728
1bb2bd75
JD
37292007-11-18 Joel E. Denny <jdenny@ces.clemson.edu>
3730
3731 Accept --report-file=FILE to override the default `.output' filename.
3732 * NEWS (2.3a+): Mention.
3733 * doc/bison.texinfo (Bison Options): Add an entry.
3734 * src/files.c (compute_output_file_names): Don't override
3735 spec_verbose_file if already set.
3736 * src/getargs.c (usage): Document --report-file.
3737 (REPORT_FILE_OPTION): New anonymous enum member.
3738 (long_options): Add entry for it.
3739 (getargs): Add case for it setting spec_verbose_file.
3740
3741 * build-aux/cross-options.pl: Don't record a short option just because
3742 there's an arg.
3743 * doc/.cvsignore: Add yacc.1.
3744
a005a9c4
AD
37452007-11-14 Akim Demaille <akim@epita.fr>
3746
3747 * doc/yacc.1.in: New.
3748 * configure.ac, doc/Makefile.am: Adjust.
3749 * configure.ac (PACKAGE_COPYRIGHT_YEAR): New substitution, and new
3750 config.h symbol.
3751 Use AC_SUBST for assignments too.
3752 * src/getargs.c (version): Use PACKAGE_COPYRIGHT_YEAR.
3753
cff03fb2
JD
37542007-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
3755
3756 * src/gram.c: Remove comments that duplicate comments in gram.h.
3757
3758 When reporting useless rules and nonterminals, say "useless in grammar"
3759 instead of "useless", and say "useless in parser" instead of "never
3760 reduced". Discussed starting at
3761 <http://lists.gnu.org/archive/html/bison-patches/2007-10/msg00033.html>.
3762 * NEWS (2.3a+): Mention this change.
3763 * data/xslt/xml2text.xsl: Update output text and expected input XML
3764 element names to match changes below.
3765 * data/xslt/xml2xhtml.xsl: Likewise.
3766 (xsl:template match="bison-xml-report"): Add missing entry in Table of
3767 Contents: "Rules useless in parser due to conflicts".
3768 * doc/bison.texinfo (Decl Summary): Reword a little.
3769 (Understanding): Update example output for changes below.
3770 * src/gram.c: (rule_useful_p): Rename to...
3771 (rule_useful_in_grammar_p): ... this.
3772 (rule_useless_p): Rename to...
3773 (rule_useless_in_grammar_p): ... this.
3774 (rule_never_reduced_p): Rename to...
3775 (rule_useless_in_parser_p): ... this.
3776 (grammar_rules_print): Update for renames.
3777 (grammar_rules_print_xml): Update for renames.
3778 (grammar_rules_never_reduced_report): Rename to...
3779 (grammar_rules_useless_report): ... this since it is used for either
3780 kind of useless rule.
3781 * src/gram.h: Reword comments and update function names in prototypes.
3782 * src/main.c (main): Say "rule useless in parser due to conflicts".
3783 * src/print-xml.c (print_rules_never_reduced): Rename to...
3784 (print_rules_useless_in_parser): ... this, and rename output XML
3785 element "rules-never-reduced" to "rules-useless-in-parser".
3786 (print_xml): Update for rename.
3787 * src/print.c (print_results): Say "Rules useless in parser due to
3788 conflicts".
3789 * src/reduce.c (reduce_grammar_tables): Say "rule useless in grammar".
3790 (nonterminals_reduce): Say "nonterminal useless in grammar".
3791 (reduce_output): Say "Nonterminals useless in grammar".
3792 Say "Rules useless in grammar".
3793 (reduce_xml): Rename output XML element "useless" to
3794 "useless-in-grammar".
3795 (reduce_print): Don't report the count of grammatically useless rules
3796 as "rules never reduced" just because %yacc is specified.
3797 In the correct report of this count, say nonterminal(s) and rule(s)
3798 "useless in grammar".
3799 * tests/conflicts.at (S/R in initial): Update expected output.
3800 (Defaulted Conflicted Reduction): Likewise.
3801 (Unreachable States After Conflict Resolution): Likewise.
3802 * tests/existing.at (GNU pic Grammar): Likewise.
3803 * tests/reduce.at (Useless Nonterminals): Likewise.
3804 (Useless Rules): Likewise.
3805 (Reduced Automaton): Likewise.
3806 (Underivable Rules): Likewise.
3807 (Empty Language): Likewise.
3808
66f0441d
JD
38092007-11-09 Joel E. Denny <jdenny@ces.clemson.edu>
3810
3811 * data/bison.m4 (b4_cat): Put a newline after the end delimiter of the
3812 here document and before the EOF so that BSD's implementation of Bourne
3813 shell doesn't parse the delimiter as part of the here document.
3814 * doc/.cvsignore: Add cross-options.texi.
3815 * src/getargs.c (usage): Add a blank line after the warning categories.
3816
d0ee4105
PB
38172007-11-08 Paolo Bonzini <bonzini@gnu.org>
3818
3819 * data/lalr1.java (Lexer): Remove usage of b4_pure_if.
3820
e8b1fb9b
AD
38212007-11-05 Akim Demaille <akim@epita.fr>
3822
3823 Remove Id: from bison.1.
3824 * doc/Makefile.am (remove_time_stamp): Include the sed invocation.
3825 (perl -0777 -pi -e 's/\.PP\nId): New.
3826 (.x.1): Use it to ignore the version control revision.
3827
2f7a96b5
AD
38282007-11-05 Akim Demaille <demaille@gostai.com>
3829
3830 * build-aux/Makefile.am: Ship cross-options.pl.
3831 * doc/Makefile.am: Always refer to cross-options.texi with
3832 $(srcdir).
3833 (MAINTAINERCLEANFILES): Add it.
3834
f4101aa6
AD
38352007-11-04 Akim Demaille <demaille@gostai.com>
3836
3837 Generate the long/short option cross-table.
3838 * build-aux/cross-options.pl: New.
3839 * doc/Makefile.am (cross-options.texi): New.
3840 * doc/bison.texinfo: Use it.
3841
727a1401
AD
38422007-11-04 Akim Demaille <demaille@gostai.com>
3843
3844 Generate bison.1 using help2man.
3845 * doc/common.x, doc/bison.x: New.
3846 * doc/Makefile.am (bison.1, .x.1): New.
3847 The code is taken from autoconf-2.61/man/Makefile.am.
3848 * configure.ac: Look for help2man.
3849
6aeb9c57
AD
38502007-11-04 Akim Demaille <demaille@gostai.com>
3851
3852 Complete --help.
3853 * src/getargs.c (usage): Document -W, make it clear that -d,
3854 -g and -x have optional arguments.
3855
d7be4085
AD
38562007-11-04 Akim Demaille <demaille@gostai.com>
3857
3858 Find sha1sum when named gsha1sum.
3859 * bootstrap (find_tool): New.
3860 ($SHA1SUM): New.
3861
d9df47b6
JD
38622007-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
3863
3864 Deprecate %pure-parser and add `%define api.pure'. Discussed starting
3865 at
3866 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00006.html>.
3867 * NEWS (2.3a+): Mention.
3868 * data/bison.m4 (b4_pure_if): Don't define it here.
3869 * data/c.m4 (b4_identification): Depend on individual skeletons to
3870 define b4_pure_flag, b4_push_flag, or b4_pull_flag if they use the
3871 values of the %define variables api.pure or api.push_pull. Define
3872 YYPURE, YYPUSH, and YYPULL accordingly.
3873 * data/glr.c: Define b4_pure_if based on `%define api.pure' unless
3874 glr.cc has already defined b4_pure_flag.
3875 * data/push.c: Define b4_pure_if based on `%define api.pure'.
3876 Remove YYPUSH and YYPULL since they're back in b4_identification again.
42ee26bb 3877 * data/yacc.c: Define b4_pure_if based on `%define api.pure'.
d9df47b6
JD
3878 * doc/bison.texinfo (Pure Decl): Update.
3879 (Push Decl): Update.
3880 (Decl Summary): Add api.pure to %define entry.
3881 In %pure-parser entry, say it's deprecated and reference %define.
3882 (Pure Calling): Update.
3883 (Error Reporting): Update.
3884 (C++ Scanner Interface): Update.
3885 (How Can I Reset the Parser): Update.
3886 (Table of Symbols): In %pure-parser entry, say it's deprecated and
3887 reference %define.
3888 * src/getargs.c (pure_parser): Remove global variable.
3889 * src/getargs.h (pure_parser): Remove extern.
3890 * src/output.c (prepare): Don't define pure_flag muscle.
3891 * src/parse-gram.y (prologue_declaration): Implement %pure-parser as a
3892 wrapper around `%define api.pure'.
3893 * tests/calc.at (Simple LALR Calculator): Update.
3894 (Simple GLR Calculator): Update.
3895 * tests/cxx-type.at (GLR: Resolve ambiguity, pure, no locations):
3896 Update.
3897 (GLR: Resolve ambiguity, pure, locations): Update.
3898 (GLR: Merge conflicting parses, pure, no locations): Update.
3899 (GLR: Merge conflicting parses, pure, locations): Update.
3900 * tests/glr-regression.at (Uninitialized location when reporting
3901 ambiguity): Update
3902 * tests/input.at (Unused %define api.pure): New test case.
3903 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Update definition for
3904 AT_PURE_IF and AT_PURE_AND_LOC_IF.
3905 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update.
3906
c373bf8b
JD
39072007-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
3908
3909 %define push_pull -> %define api.push_pull. Discussed starting at
3910 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00005.html>.
3911 * data/push.c: Expect the new name.
3912 * data/yacc.c: Likewise.
3913 * doc/bison.texinfo (Push Decl): Update.
3914 (Decl Summary): Update %define entry.
3915 (Push Parser Function): Update.
3916 (Pull Parser Function): Update.
3917 (Parser Create Function): Update.
3918 (Parser Delete Function): Update.
3919 * tests/calc.at (Simple LALR Calculator): Update.
3920 * tests/input.at (%define enum variables): Update.
3921 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update.
3922 (Push Parsing: Multiple impure instances): Update.
3923 (Push Parsing: Unsupported Skeletons): Update.
3924 * tests/torture.at (Exploding the Stack Size with Alloca): Update.
3925 (Exploding the Stack Size with Malloc): Update.
3926
3927 * NEWS (2.3a+): Add an entry for the push parser, and clean up the
3928 other entries some.
3929
32f19b6b
JD
39302007-10-27 Joel E. Denny <jdenny@ces.clemson.edu>
3931
3932 For the XML output's terminal element, rename @number to @token-number,
3933 and add @symbol-number. In the nonterminal element, rename @number to
3934 @symbol-number. Discussed starting at
3935 <http://lists.gnu.org/archive/html/bison-patches/2007-10/msg00040.html>.
3936 * data/xslt/xml2text.xsl (xsl:template match="terminal"): Update for
3937 renames.
3938 (xsl:template match="nonterminal"): Likewise.
3939 * data/xslt/xml2xhtml.xsl (xsl:template match="terminal"): Likewise.
3940 (xsl:template match="nonterminal"): Likewise.
3941 * src/print-xml.c (print_grammar): Implement.
3942
255a6b90
JD
39432007-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
3944
3945 * data/xslt/xml2dot.xsl (xsl:template match="automaton/state"): After
3946 2007-10-11 change, the child elements here are items not rules.
408476bc 3947 (xsl:template match="item"): New.
255a6b90
JD
3948 (xsl:template match="rule"): Update for new reduced itemset.
3949 (xsl:template match="point"): Remove.
3950 (xsl:template match="empty"): For consistency with --graph, don't
3951 output "/* empty */".
3952 * data/xslt/xml2text.xsl (xsl:template match="terminal"): When invoking
3953 line-wrap, don't pass a negative value as first-line-length since this
3954 won't work with the following changes.
3955 (xsl:template name="line-wrap"): Simplify slightly.
3956 (xsl:template name="ws-search"): Eliminate recursion.
3957 * src/print_graph.c (print_core): Don't print a reduction's lookahead
3958 set next to an item whose dot is not at the end of the RHS even if it
3959 happens to be associated with the same rule.
3960
88c78747
JD
39612007-10-19 Joel E. Denny <jdenny@ces.clemson.edu>
3962
31984206
JD
3963 Add %define lr.keep_unreachable_states.
3964 * NEWS (2.3a+): Mention it in the entry for unreachable state removal.
3965 * doc/bison.texinfo (Decl Summary): Mention it in the %define entry.
3966 * src/main.c (main): Implement it.
3967 * tests/conflicts.at (Unreachable States After Conflict Resolution):
3968 Extend to test it, and fix a typo.
3969
39702007-10-19 Joel E. Denny <jdenny@ces.clemson.edu>
3971
3972 * NEWS (2.3a+): Add entry for recent .output file lookahead set fix.
88c78747
JD
3973 * doc/bison.texinfo (Understanding): Remove a bogus lookahead set in
3974 the example .output text.
3975 * tests/regression.at (Extra lookahead sets in report): Improve wording
3976 of comments.
3977
b7a70162
WP
39782007-10-17 Wojciech Polak <polak@gnu.org>
3979
3980 * src/print-xml.c (print_grammar): Renamed
3981 <terminal> and <nonterminal> attributes:
3982 "type" to "number" and "symbol" to "name".
3983 * data/xslt/xml2text.xsl (xsl:template match="terminal"):
3984 Use new attribute names.
3985 (xsl:template match="nonterminal"): Likewise.
3986 * data/xslt/xml2xhtml.xsl: Likewise.
3987
a0de5091
JD
39882007-10-17 Joel E. Denny <jdenny@ces.clemson.edu>
3989
3990 * doc/bison.texinfo (Bison Options): Add entry for --print-datadir.
3991 (Option Cross Key): Likewise.
3992
3993 * src/print-xml.c (print_core): Don't print a reduction's lookahead set
3994 next to an item whose dot is not at the end of the RHS even if it
3995 happens to be associated with the same rule.
3996 * src/print.c (print_core): Likewise.
3997 * tests/conflicts.at (Unresolved SR Conflicts): Update output.
3998 (Resolved SR Conflicts): Update output.
3999 * tests/regression.at (Extra lookahead sets in report): New test case.
4000
4c20d18d
WP
40012007-10-11 Wojciech Polak <polak@gnu.org>
4002
4003 * src/print-xml.c (print_core): Remove item set
4004 redundancy.
4005 * data/xslt/bison.xsl (bison:ruleNumber): New key.
4006 Improve processing time. Suggested by Joel E. Denny.
4007 * data/xslt/xml2dot.xsl (xsl:template name="escape"):
4008 Write xsl:param "required" attribute as comment.
4009 * data/xslt/xml2text.xsl (xsl:template match="item"): New.
4010 (xsl:template match="rule"): Support new reduced itemset.
4011 (xsl:template match="point"): Remove.
4012 * data/xslt/xml2xhtml.xsl: Likewise.
4013
f506ad1c
JD
40142007-10-09 Joel E. Denny <jdenny@ces.clemson.edu>
4015
4016 * src/getargs.c (version): Update copyright year.
4017
21f1b063
JD
40182007-10-09 Joel E. Denny <jdenny@ces.clemson.edu>
4019
4020 Make xml2dot.xsl and --graph produce the same output.
4021 * data/xslt/xml2dot.xsl (xsl:template match="rule"): Use a `&#10;'
4022 instead of a `\n'. That is, don't add escapes yet or they'll be doubly
4023 escaped later.
4024 (xsl:template name="output-node"): Use the new escape template instead
4025 of the string-replace template directly.
4026 (xsl:template name="output-edge"): Likewise.
4027 (xsl:template name="escape"): New, escapes backslashes and newlines in
4028 addition to quotation marks.
4029 * src/graphviz.c (start_graph, output_node, output_edge): Add
4030 whitespace to output for legibility.
4031
4032 Make xml2text.xsl and --report produce the same output, and remove the
4033 XML "conflicts" element since a conflict summary is easily extracted
4034 from the automaton.
4035 * data/xslt/bison.xsl: New.
4036 (xsl:template match="state" mode="bison:count-conflicts): New.
4037 * data/xslt/xml2text.xsl: Import bison.xsl.
4038 (xsl:template match="bison-xml-report"): Instead of styling the
4039 "conflicts" element, style the "automaton" element with mode
4040 "conflicts". Unlike the former, the latter lists S/R and R/R
4041 conflicts for a state on the same line.
4042 (xsl:template match="conflicts"): Remove.
4043 (xsl:template match="conflict"): Remove.
4044 (xsl:template match="terminal"): Line-wrap the list of rules in which
4045 the terminal is used.
4046 (xsl:template match="nonterminal"): Likewise for nonterminals.
4047 (xsl:template match="automaton" mode="conflicts"): New.
4048 (xsl:template match="state" mode="conflicts"): New.
4049 (xsl:template name="line-wrap"): New.
4050 (xsl:template name="ws-search"): New.
4051 * data/xslt/xml2xhtml.xsl: Import bison.xsl.
4052 (xsl:template match="bison-xml-report"): Instead of styling the
4053 "conflicts" element, style the "automaton" element with mode
4054 "conflicts."
4055 (xsl:template match="conflicts"): Remove.
4056 (xsl:template match="conflict"): Remove.
4057 (xsl:template match="automaton" mode="conflicts"): New.
4058 (xsl:template match="state" mode="conflicts): New.
4059 * src/conflicts.c (conflicts_output_xml): Remove.
4060 * src/conflicts.h (conflicts_output_xml): Remove prototype.
4061 * src/print-xml.c (print_xml): Don't invoke conflicts_output_xml.
4062 * src/print.c (print_grammar): Consistently wrap at the 66th column so
4063 the corresponding XSLT is easier. Also, never wrap between a word and
4064 the comma that follows it.
4065
793fbca5
JD
40662007-10-08 Joel E. Denny <jdenny@ces.clemson.edu>
4067
4068 Improve C++ namespace support. Discussed starting at
4069 <http://lists.gnu.org/archive/html/help-bison/2007-09/msg00016.html>.
4070 * data/c++.m4: (b4_namespace_ref, b4_namespace_open,
4071 b4_namespace_close): New macros that interpret the %define variable
4072 "namespace" so its value can contain "::" to indicate nested
4073 namespaces.
4074 * data/glr.cc (b4_namespace): Don't define, and replace all uses with
4075 the above macros.
4076 * data/lalr1.cc (b4_namespace): Likewise.
4077 * data/location.cc (b4_namespace): Likewise.
4078 * doc/bison.texinfo (Decl Summary): Move `%define push_pull' entry
4079 inside a new table in the general %define entry. Document `%define
4080 namespace' there as well. Point the %name-prefix entry to it since it
4081 explains it more completely in the case of C++.
4082 (C++ Bison Interface): Mention `%define namespace' instead of
4083 %name-prefix.
4084 (Table of Symbols): Remove the `%define push_pull' entry. The %define
4085 entry suffices.
4086 * tests/c++.at (Relative namespace references): New test case.
4087 (Absolute namespace references): New test case.
4088 (Syntactically invalid namespace references): New test case.
4089 * tests/input.at (C++ namespace reference errors): New test case.
4090
35b8730d
JD
40912007-10-08 Joel E. Denny <jdenny@ces.clemson.edu>
4092
4093 Add syncline support and location accessor to internal %define
4094 interfaces.
4095 * data/bison.m4 (b4_percent_define_get_loc): New.
4096 (b4_percent_define_get_syncline): New.
4097 (b4_percent_define_flag_if): Use b4_percent_define_get_loc.
4098 (b4_percent_define_default): Record defining location as line 1 rather
4099 than 0 for the sake of synchronizing #line's, and define
4100 b4_percent_define_syncline(VARIABLE).
4101 (b4_percent_define_check_values): Use b4_percent_define_get_loc.
4102 * src/muscle_tab.c (muscle_syncline_grow): New.
4103 (muscle_code_grow): Use muscle_syncline_grow.
4104 (muscle_percent_define_insert): Use muscle_percent_define_get_loc, and
4105 define b4_percent_define_syncline(VARIABLE).
4106 (muscle_percent_define_get_loc): New.
4107 (muscle_percent_define_get_syncline): New.
4108 (muscle_percent_define_flag_if): Use muscle_percent_define_get_loc, and
4109 remove some unused variables.
4110 (muscle_percent_define_default): Record defining location as line 1
4111 rather than 0 for the sake of synchronizing #line's, and define
4112 b4_percent_define_syncline(VARIABLE).
4113 (muscle_percent_define_check_values): Use
4114 muscle_percent_define_get_loc.
4115 * src/muscle_tab.h (muscle_percent_define_get_loc): Prototype.
4116 (muscle_percent_define_get_syncline): Prototype.
4117 * tests/skeletons.at (%define Boolean variables: invalid skeleton
4118 defaults): Update output for location change.
4119 (Complaining during macro argument expansion): Extend to test
4120 b4_percent_define_get_loc and b4_percent_define_get_syncline errors.
4121
7dc4a694
JD
41222007-10-07 Joel E. Denny <jdenny@ces.clemson.edu>
4123
4124 Fix some error-reporting macro bugs.
4125 * data/bison.m4 (b4_cat): New.
4126 (b4_error, b4_error_at): Use b4_cat to send error directives directly
4127 to stdout so they don't become arguments to other macros. Update
4128 comments and add examples.
4129 (b4_warn, b4_warn_at, b4_complain, b4_complain_at): Update comments and
4130 add examples.
4131 (b4_fatal, b4_fatal_at): Likewise, and invoke m4_exit(1) immediately
4132 after printing the error directive so that M4 doesn't report subsequent
4133 problems that are induced by this problem.
4134 * src/scan-skel.l: Recognize @` digraph outside of directive arguments
4135 instead of just in them. Recognize @\n in both places. Both expand to
4136 the empty string. Needed by b4_cat.
4137 * tests/skeletons.at (Complaining during macro argument expansion):
4138 New test case.
4139 (Fatal errors make M4 exit immediately): New test case.
4140
d4bd2295
JD
41412007-10-04 Joel E. Denny <jdenny@ces.clemson.edu>
4142
4143 Implement --print-datadir.
4144 * src/getargs.c (usage): Mention.
4145 (PRINT_DATADIR_OPTION): New anonymous enum member.
4146 (long_options): Add entry for it.
4147 (getargs): Add case for it calling compute_pkgdatadir.
4148 * src/output.c (output_skeleton): Encapsulate data directory
4149 computation from here...
4150 (prepare): ... and from here...
4151 (compute_pkgdatadir): ... into this new function.
4152 * src/output.h (compute_pkgdatadir): Prototype.
4153
34cdeddf
JD
41542007-09-29 Joel E. Denny <jdenny@ces.clemson.edu>
4155
4156 * src/print-xml.c (escape_bufs): New static global variable
4157 replacing...
4158 (xml_escape_n): ... the static local variable buf here.
4159 (print_xml): Free memory for escape_bufs.
4160 * src/reduce.c (reduce_xml): XML-escape terminal symbol tags.
4161
d782395d
JD
41622007-09-25 Joel E. Denny <jdenny@ces.clemson.edu>
4163
4164 Replace `%push-parser' and `%push-pull-parser' with
4165 `%define push_pull "push"' and `%define push_pull "both"'.
4166 `%define push_pull "pull"' is the default.
4167 * doc/bison.texinfo (Push Decl, Push Parser Function,
4168 Pull Parser Function, Parser Create Function, Parser Delete Function):
4169 Update declarations.
4170 (Decl Summary, Table of Symbols): Replace %push-parser and
4171 %push-pull-parser entries with a %define push_pull entry.
4172 * data/bison.m4 (b4_percent_define_check_values): New macro.
4173 (b4_pull_if, b4_push_if, b4_use_push_for_pull_if): Move these
4174 definitions...
4175 * data/c.m4 (b4_identification): ... and the YYPUSH and YYPULL cpp
4176 definitions...
4177 * data/push.c: ... to here and compute them from the value of the
4178 %define variable push_pull.
4179 * data/c-skel.m4: Instead of choosing the push.c skeleton for push
4180 parsing requests here...
4181 * data/yacc.c: ... hack this to switch to push.c any time
4182 b4_use_push_pull_flag or the %define variable push_pull is set. This
4183 will go away when we mv push.c yacc.c.
4184 * data/c++-skel.m4, data/glr.c, data/java-skel.m4: Don't report that
4185 push parsing is not supported since unused %define variables are
4186 reported anyway.
4187 * src/getargs.c, src/getargs.h (pull_parser, push_parser): Remove.
4188 * src/muscle_tab.h (muscle_percent_define_check_values): Update
4189 comments for consistency with b4_percent_define_check_values.
4190 * src/output.c (prepare): Don't insert b4_pull_flag and b4_push_flag
4191 muscles.
4192 * src/parse-gram.y (PERCENT_PUSH_PARSER, PERCENT_PUSH_PULL_PARSER):
4193 Remove.
4194 (prologue_declaration): Remove %push-parser and %push-pull-parser
4195 rules.
4196 * src/scan-gram.l (%push-parser, %push-pull-parser): Remove rules.
4197 * tests/calc.at: Update declarations.
4198 * tests/input.at (%define enum variables): New test case.
4199 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update
4200 declaration.
4201 (Push Parsing: Multiple impure instances): Update declaration.
4202 (Push Parsing: Unsupported Skeletons): New test case.
4203 * tests/torture.at (Exploding the Stack Size with Alloca): Update
4204 declaration.
4205 (Exploding the Stack Size with Malloc): Update declaration.
4206
3f999f78
WP
42072007-09-24 Wojciech Polak <polak@gnu.org>
4208
4209 Add XSLT transformations.
4210
4211 * data/xslt/xml2dot.xsl: Transform XML into DOT.
4212 * data/xslt/xml2text.xsl: Transform XML into plain text.
4213 * data/xslt/xml2xhtml.xsl: Transform XML into XHTML.
4214 * data/Makefile.am (xsltdir): New variable.
4215 (dist_xslt_DATA): Add xslt/*.xsl files.
4216
a4f75309
PE
42172007-09-23 Paul Eggert <eggert@cs.ucla.edu>
4218
4219 * src/conflicts.c (log_resolution): Fix indenting bugs I introduced.
4220 Problem reported by Wojciech Polak.
4221 * src/print-xml.c (xml_puts): Work even if LEVEL exceeds INT_MAX/2.
4222 (xml_printf): Undo change I made on 21 September; that is,
4223 indent 2 spaces, not 1.
4224
ad5feac4
JD
42252007-09-23 Joel E. Denny <jdenny@ces.clemson.edu>
4226
4227 Pacify ./configure --enable-gcc-warnings.
4228 * src/print-xml.c, src/print-xml.h (xml_puts): Make third argument
4229 `char const *' instead of `char *'.
4230 * src/state.c (state_rule_lookahead_tokens_print_xml): Remove unused
4231 local variable `sep'.
4232
41d7a5f2
PE
42332007-09-21 Paul Eggert <eggert@cs.ucla.edu>
4234
4235 * src/gram.c (rule_rhs_print_xml): Now static, since it isn't used
4236 elsewhere.
4237 * src/print-xml.c: Prefer "const" after types; that's more consistent.
4238 (xml_printf): Indent just 1 space for level.
4239 (e_char, xlate_char): Remove.
4240 (xml_escape_string): Rewrite to avoid undefined behavior (used
4241 storage that was freed from the stack).
4242 (xml_escape_n): Don't bother checking for subscript error.
4243
3f999f78
WP
42442007-09-21 Wojciech Polak <polak@gnu.org>
4245
4246 Add Bison XML Automaton Report.
41d7a5f2
PE
4247
4248 Add support for an -x option to generate an XML report.
4249 It is not documented yet.
4250 * src/print-xml.c: New file.
4251 * src/print-xml.h: Likewise.
4252 * lib/timevar.def (TV_XML): New var.
4253 * src/Makefile.am (bison_SOURCES): Add print-xml.c, print-xml.h.
4254 * src/conflicts.c: Include print-xml.h.
4255 (solved_conflicts_xml_obstack): New var.
4256 (log_resolution, conflicts_solve, conflicts_free):
4257 Add support for XML report.
4258 (conflicts_output_val): New function.
4259 * src/conflicts.h (conflicts_output_val): New decl.
4260 * src/files.c (spec_xml_file): New var.
4261 (compute_output_file_names, output_file_names_free): Add XML support.
4262 * src/files.h (spec_xml_file): New decl.
4263 * src/getargs.c (xml_flag): New var.
4264 (usage, short_options, long_options, getargs): Add XML support.
4265 * src/getargs.h (xml_flag): New decl.
4266 * src/gram.c: Include print-xml.h.
4267 (rule_lhs_print_xml, rule_rhs_print_xml):
4268 (grammar_rules_partial_print_xml, grammar_rules_print_xml):
4269 New functions.
4270 * src/gram.h: Declare external ones.
4271 * src/main.c: Include print-xml.h.
4272 (main): Add XML support.
4273 * src/reduce.c: Include print-xml.h.
4274 (reduce_xml): New function.
4275 * src/reduce.h: Declare it.
4276 * src/state.c: Include print-xml.h.
4277 (state_new): Add XML support.
4278 (state_rule_lookahead_tokens_print_xml): New function.
4279 * src/state.h: Declare it.
4280 (struct state): New member solved_conflicts_xml.
4281 * src/symtab.c (symbol_class_get_string): New function.
4282 * src/symtab.h: Declare it.
4283
6d8e724d
PE
42842007-09-21 Paul Eggert <eggert@cs.ucla.edu>
4285
4286 * GNUmakefile: Switch to coreutils's version.
4287 * bootstrap: Likewise.
4288 * Makefile.cfg: Adjust to new GNUmakefile.
4289 * README-hacking: Likewise.
4290
4291 Import from gnulib:
4292
4293 2006-08-18 Paul Eggert <eggert@cs.ucla.edu>
4294 Bruno Haible <bruno@clisp.org>
4295
4296 * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
4297 and is a script that invokes bison. Tighten the code. Add comments.
4298
922bdd7f
JD
42992007-08-28 Joel E. Denny <jdenny@ces.clemson.edu>
4300
4301 Spell "boolean" as "Boolean". Reported by Akim Demaille.
4302 * data/bison.m4 (b4_percent_define_flag_if): Fix complaint.
4303 * doc/bison.texinfo (Decl Summary): Fix.
4304 * src/muscle_tab.c (muscle_percent_define_flag_if): Fix complaint.
4305 * tests/input.at (Boolean %define variables): Update output.
4306 * tests/skeletons.at (%define boolean variables: invalid skeleton
4307 defaults): Rename to...
4308 (%define Boolean variables: invalid skeleton defaults): ... this and
4309 update output.
4310
1b17b01d
JD
43112007-08-17 Joel E. Denny <jdenny@ces.clemson.edu>
4312
4313 In impure push mode, don't allow more than one yypstate to be allocated
4314 since multiple impure parsers would corrupt yynerrs.
4315 * data/push.c (yypstate_allocated): New static global variable
4316 initialized to 0.
4317 (yypull_parse): If yypstate_new returns 0, don't report it as memory
4318 exhaustion if yypstate_allocated is 1, but still return 2.
4319 (yypstate_new): Invoke yyerror and return 0 if yypstate_allocated is
4320 already 1. Otherwise, set it to 1.
4321 (yypstate_delete): Set it to 0.
4322 * tests/push.at (Push Parsing: Multiple impure instances): New test
4323 case.
4324
9987d1b3
JD
43252007-08-17 Bob Rossi <bob@brasko.net>
4326
4327 * doc/bison.texinfo (Push Decl): Document the push parser.
4328 (Table of Symbols): Ditto.
4329 (Pure Decl): Ditto.
4330 (Decl Summary): Ditto.
4331 (Multiple Parsers, Push Parser Function, Pull Parser Function,
4332 Parser Create Function, Parser Delete Function):
4333 Add new push parser symbols.
4334 (Table of Symbols): Document push-parser, push-pull-parser,
4335 yypush_parse, yypull_parse, yypstate_new and yypstate_delete.
4336
f16b0819
PE
43372007-08-15 Paul Eggert <eggert@cs.ucla.edu>
4338
4339 Update to GPLv3.
4340 * doc/gpl-3.0.texi: New file.
4341 * doc/gpl.texi: Remove.
4342 * COPYING, GNUmakefile, HACKING, Makefile.am, Makefile.cfg:
4343 * Makefile.maint, NEWS, PACKAGING, README, README-alpha:
4344 * README-hacking, TODO, bootstrap, bootstrap.conf:
4345 * configure.ac, data/Makefile.am, data/README, data/bison.m4:
4346 * data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4:
4347 * data/glr.c, data/glr.cc, data/java-skel.m4, data/java.m4:
4348 * data/lalr1.cc, data/lalr1.java, data/location.cc:
4349 * data/push.c, data/yacc.c, data/m4sugar/m4sugar.m4:
4350 * djgpp/Makefile.maint, djgpp/README.in, djgpp/config.bat:
4351 * djgpp/config.sed, djgpp/config.site, djgpp/config_h.sed:
4352 * djgpp/djunpack.bat, djgpp/subpipe.c, djgpp/subpipe.h:
4353 * djgpp/testsuite.sed, doc/Makefile.am, doc/bison.texinfo:
4354 * doc/fdl.texi, doc/refcard.tex, etc/Makefile.am, etc/README:
4355 * etc/bench.pl.in, examples/Makefile.am, examples/extexi:
4356 * examples/calc++/Makefile.am, lib/Makefile.am, lib/abitset.c:
4357 * lib/abitset.h, lib/bbitset.h, lib/bitset.c, lib/bitset.h:
4358 * lib/bitset_stats.c, lib/bitset_stats.h, lib/bitsetv-print.c:
4359 * lib/bitsetv-print.h, lib/bitsetv.c, lib/bitsetv.h:
4360 * lib/ebitset.c, lib/ebitset.h, lib/get-errno.c:
4361 * lib/get-errno.h, lib/lbitset.c, lib/lbitset.h:
4362 * lib/libiberty.h, lib/main.c, lib/subpipe.c, lib/subpipe.h:
4363 * lib/timevar.c, lib/timevar.def, lib/timevar.h:
4364 * lib/vbitset.c, lib/vbitset.h, lib/yyerror.c:
4365 * m4/c-working.m4, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4:
4366 * m4/timevar.m4, src/LR0.c, src/LR0.h, src/Makefile.am:
4367 * src/assoc.c, src/assoc.h, src/closure.c, src/closure.h:
4368 * src/complain.c, src/complain.h, src/conflicts.c:
4369 * src/conflicts.h, src/derives.c, src/derives.h, src/files.c:
4370 * src/files.h, src/flex-scanner.h, src/getargs.c:
4371 * src/getargs.h, src/gram.c, src/gram.h, src/graphviz.c:
4372 * src/lalr.c, src/lalr.h, src/location.c, src/location.h:
4373 * src/main.c, src/muscle_tab.c, src/muscle_tab.h:
4374 * src/nullable.c, src/nullable.h, src/output.c, src/output.h:
4375 * src/parse-gram.c, src/parse-gram.h, src/parse-gram.y:
4376 * src/print.c, src/print.h, src/print_graph.c:
4377 * src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c:
4378 * src/reduce.h, src/relation.c, src/relation.h:
4379 * src/revision.h, src/scan-code.h, src/scan-code.l:
4380 * src/scan-gram.h, src/scan-gram.l, src/scan-skel.h:
4381 * src/scan-skel.l, src/state.c, src/state.h, src/symlist.c:
4382 * src/symlist.h, src/symtab.c, src/symtab.h, src/system.h:
4383 * src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h:
4384 * tests/Makefile.am, tests/actions.at, tests/c++.at:
4385 * tests/calc.at, tests/conflicts.at, tests/cxx-type.at:
4386 * tests/existing.at, tests/glr-regression.at:
4387 * tests/headers.at, tests/input.at, tests/java.at:
4388 * tests/local.at, tests/output.at, tests/push.at:
4389 * tests/reduce.at, tests/regression.at, tests/sets.at:
4390 * tests/skeletons.at, tests/synclines.at, tests/testsuite.at:
4391 * tests/torture.at:
4392 Update to GPLv3.
4393
728c4be2
JD
43942007-08-11 Joel E. Denny <jdenny@ces.clemson.edu>
4395
4396 Get rid of broken %no-parser, -n, and --no-parser implementation and
4397 documentation.
4398 * TODO: Don't mention them.
4399 * doc/bison.1: Likewise.
4400 * doc/bison.texinfo (Decl Summary): Likewise.
4401 (Bison Options): Likewise.
4402 (Option Cross Key): Likewise.
4403 * src/getargs.c (no_parser_flag): Remove global variable.
4404 (usage): Don't print description of -n and --no-parser.
4405 (long_options): Remove --no-parser entry here.
4406 (getargs): Remove -n case in the switch here.
4407 * src/getargs.h (no_parser_flag): Remove extern.
4408 * tests/regression.at (Web2c Actions): Remove comment that mentions
4409 --no-parser.
4410
5d31a216
JD
44112007-08-11 Joel E. Denny <jdenny@ces.clemson.edu>
4412
4413 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Do not
4414 name user variables starting with `yy'. Just pass NULL instead of a
4415 dummy local &yylval to yypush_parse.
4416 * tests/torture.at (AT_DATA_STACK_TORTURE): Do not name user variables
4417 starting with `yy'.
4418
a2ea208d
JD
44192007-08-03 Joel E. Denny <jdenny@ces.clemson.edu>
4420
4421 * data/yacc.c (yyexhaustedlab): Define it when YYERROR_VERBOSE is
4422 true since it's then always used regardless of whether yyoverflow is
4423 defined. Reported by Christian Burger at
4424 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00031.html>.
4425 * THANKS: Add Christian Burger.
4426
91661ebb
JD
4427 * ChangeLog: For changes in doc/bison.texinfo, consistently reference
4428 node names: say "Decl Summary" not "Bison Declaration Summary".
4429
cbd50549
JD
44302007-07-28 Joel E. Denny <jdenny@ces.clemson.edu>
4431
4432 * src/muscle_tab.c (muscle_percent_define_flag_if): In order to
4433 determine whether this function has already complained about an invalid
4434 value for a %define boolean variable, don't check whether Bison has
4435 ever examined the value. As written, the check was a tautology.
4436 Instead, record and check for this complaint using a separate muscle.
4437
eb1b0740
JD
44382007-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
4439
4440 Fix push parsing memory leak reported by Brandon Lucia at
4441 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00032.html>.
4442 * THANKS: Add Brandon Lucia.
4443 * data/push.c (yypstate_delete): Free the stack if it was reallocated
4444 but the parse never completed and thus freed it.
4445 * tests/Makefile.am (TESTSUITE_AT): Add push.at.
4446 * tests/testsuite.at: Include push.at.
4447 * test/push.at: New.
4448 (Push Parsing: Memory Leak for Early Deletion): New test case.
4449
9d774aff
JD
44502007-07-17 Joel E. Denny <jdenny@ces.clemson.edu>
4451
4452 Improve handling of multiple S/R conflicts in the same state and of S/R
4453 conflicts involving multiple reductions.
4454 * src/conflicts.c (resolve_sr_conflict): Don't assign the error action
4455 set for a state here or Bison will abort if it is reassigned on a
4456 later conflicted reduction in the same state.
4457 Similarly, don't finalize and assign the solved conflicts report here
4458 or it will be lost if it is reassigned on a later conflicted reduction
4459 in the same state.
4460 (set_conflicts): Instead, assign them both here after all S/R conflicts
4461 in the state have been fully examined.
4462 * src/print.c (shift_set): Rename to...
4463 (no_reduce_set): ... this.
4464 (print_reductions): Update for rename, and add %nonassoc error action
4465 tokens to no_reduce_set so that, when printing the first remaining
4466 reduction on an error action token, the reduction is enclosed in
4467 brackets.
4468 (print_results): Update for rename.
4469 * tests/conflicts.at (Solved conflicts report for multiple reductions
4470 in a state): New test case.
4471 (%nonassoc error actions for multiple reductions in a state): New test
4472 case.
4473
4474 * src/main.c (main): Don't depend on C99 features.
4475
10159d2a
JD
44762007-07-16 Joel E. Denny <jdenny@ces.clemson.edu>
4477
4478 * build-aux/.cvsignore: Add compile.
b541ffdf
JD
4479 * lib/.cvsignore: Add charset.alias, ref-add.sed, ref-del.sed, and
4480 uniwidth.
10159d2a 4481
953b3935
JD
44822007-07-10 Joel E. Denny <jdenny@ces.clemson.edu>
4483
4484 * bootstrap (slurp): Create target directories that don't exist.
4485 Specifically, we need lib/uniwidth/ because of recent Gnulib changes.
4486
6ce2d93a
JD
44872007-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
4488
4489 * LR0.c (new_itemsets): Fix wording in comments: say item index rather
4490 than item number.
4491 * closure.c (closure): Likewise.
4492 * state.h (reductions): Comment sorting of rules.
4493 (state): Comment sorting of items.
4494
ce3448d5
JD
44952007-07-02 Joel E. Denny <jdenny@ces.clemson.edu>
4496
4497 Fix C++ test cases after recent Gnulib changes. Discussed starting at
4498 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00000.html>.
4499 * examples/calc++/Makefile.am (DEFAULT_INCLUDES): Override Automake's
4500 definition in order to avoid Gnulib headers since we don't use config.h
4501 here.
4502 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): Use AT_DATA_GRAMMAR
4503 rather than AT_DATA so that config.h is included.
4504
8a86eef0
JD
45052007-07-01 Joel E. Denny <jdenny@ces.clemson.edu>
4506
4507 * data/glr.c (yy_yypstack, yypstates, yypdumpstack): Use YYFPRINTF
4508 instead of fprintf. Guard these functions with #if YYDEBUG instead of
4509 #ifdef YYDEBUG for consistency with all other uses of YYDEBUG in Bison
4510 and so that YYFPRINTF is guaranteed to be defined here.
4511
b1a81613
JD
45122007-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
4513
4514 * src/muscle_tab.c (muscle_percent_define_invalid_value): Replace
4515 with...
4516 (muscle_percent_define_check_values): ... this more helpful function.
4517 Again, it's not used yet, but it will be.
4518 * src/muscle_tab.h: Likewise.
4519
71b61d4d
JD
4520 Improve some comments in parser table construction.
4521 * src/LR0.c (new_itemsets): Explain sorting of itemset and kernel_base.
4522 (generate_states): Don't mention ruleset, which is internal to closure.
4523 * src/closure.c (closure): Explain sorting of core and itemset, which
4524 is required for this function to behave correctly.
4525 * src/closure.h (closure): Mention sorting.
4526
2a6b783d
JD
45272007-05-28 Joel E. Denny <jdenny@ces.clemson.edu>
4528
4529 * src/lalr.c (state_lookahead_tokens_count): For code readability,
4530 move the check for disabled transitions to an aver since conflict
4531 resolution hasn't happened yet.
4532
4533 * src/lalr.c (state_lookahead_tokens_count): Remove the check that
4534 labels a state as inconsistent just because it has error transitions.
4535 The original form of this check appeared in revision 1.1 of lalr.c,
4536 which was committed on 1991-12-21. Now (at least), changing the
4537 consistency label on such a state appears to have no useful effect in
4538 any of the places it is examined, which I enumerate below. The key
4539 point to understanding each item in this enumeration is that a state
4540 with an error transition is labelled consistent in the first place only
4541 if it has no rules, so the check cannot matter for states that have
4542 rules. (1) Labelling a state as inconsistent will cause set_conflicts
4543 to try to identify its conflicts, and a state must have *rules* to have
4544 conflicts. (2) Labelling a state as inconsistent will affect how
4545 action_row sets the default *rule* for the state. (3) Labelling a
4546 state as inconsistent will cause build_relations to add lookback edges
4547 to *rules* in that state.
4548 * src/state.h (struct state): Word the comment for member consistent
4549 more carefully.
4550
14462c2b
JD
45512007-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
4552
4553 Don't depend on C99 features.
4554 * src/conflicts.c (conflicts_update_state_numbers): Fix for-loop.
4555 * src/lalr.c (lalr_update_state_numbers): Fix for-loop.
4556 * src/reader.c (check_and_convert_grammar): Fix for-loop.
4557 * src/state.c (state_mark_reachable_states): Fix for-loop.
4558 (state_remove_unreachable_states): Fix for-loop.
4559
4560 Don't widen struct state with member reachable just to temporarily
4561 record reachability. Instead, use a local bitset.
4562 * src/state.h (struct state): Remove member.
4563 * src/state.c (state_new): Don't initialize it.
4564 (state_mark_reachable_states): Rename to...
4565 (state_record_reachable_states): ... this, and use bitset.
4566 (state_remove_unreachable_states): Use bitset.
4567
5a43d418
JD
45682007-05-26 Joel E. Denny <jdenny@ces.clemson.edu>
4569
4570 * src/Makefile.am (yacc): Quote target action commands properly so
4571 that the yacc script isn't corrupt. Reported by Hans Aberg at
4572 <http://lists.gnu.org/archive/html/bug-bison/2007-05/msg00003.html>.
4573
0c650a20
JD
4574 * data/glr.c (yylval): As in yacc.c, don't extern in the header for
4575 the case of pure parsers. Reported by Frans Englich at
4576 <http://lists.gnu.org/archive/html/help-bison/2007-05/msg00018.html>.
4577 * THANKS: Add Frans Englich.
4578
61fee93e
JD
4579 * NEWS (2.3a+): In the %code entry, reference section `Bison
4580 Declaration Summary' from the manual now since the %code summary has
4581 moved there.
4582 * doc/bison.texinfo (Prologue Alternatives): Mention that directives
4583 in the rules section must be terminated by semicolons.
4584
f124d423
JD
45852007-05-20 Joel E. Denny <jdenny@ces.clemson.edu>
4586
4587 Extend the front-end API for %define variables to more completely
4588 mirror the back-end. This will be useful in the future.
4589 * data/bison.m4 (b4_percent_define_get, b4_percent_define_ifdef):
4590 Update comments to mention the new front-end counterparts of these
4591 macros.
4592 * src/muscle_tab.c (MUSCLE_COMMON_DECODE): New macro with common code
4593 for muscle_string_decode and muscle_location_decode.
4594 (muscle_string_decode): New static function.
4595 (muscle_location_decode): Use MUSCLE_COMMON_DECODE.
4596 (muscle_percent_define_get, muscle_percent_define_ifdef): New
4597 functions.
4598 (muscle_percent_define_flag_if): Use muscle_percent_define_ifdef and
4599 muscle_percent_define_get to mimic the b4_percent_define_flag_if
4600 implementation more closely.
4601 (muscle_percent_define_invalid_value): New function.
4602 * src/muscle_tab.h (muscle_percent_define_get,
4603 muscle_percent_define_ifdef, muscle_percent_define_invalid_value):
4604 Prototype.
4605
75ad86ee
JD
46062007-05-07 Joel E. Denny <jdenny@ces.clemson.edu>
4607
4608 * NEWS (2.3a+): Mention yesterday's state-removal change.
4609 (2.3a): Remove the %language entry, which was added after 2.3a.
4610 * src/LR0.c, src/closure.c, src/closure.h, src/conflicts.c,
4611 src/conflicts.h, src/lalr.c, src/lalr.h, src/print.c,
4612 src/print_graph.c, src/state.c, src/state.h, tests/conflicts.at,
4613 tests/existing.at: Update copyright date.
4614
5967f0cf
JD
46152007-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
4616
4617 If conflict resolution makes states unreachable, remove those states,
4618 report rules that are then unused, and don't report conflicts in those
4619 states.
4620 * src/conflicts.c, src/conflicts.h (conflicts_update_state_numbers):
4621 New global function.
4622 * src/lalr.c, src/lalr.h (lalr_update_state_numbers): New global
4623 function.
4624 * src/main.c (main): After conflict resolution, remove the unreachable
4625 states and update all data structures that reference states by number.
4626 * src/state.c (state_new): Initialize each state's reachable member to
4627 false.
4628 (state_mark_reachable_states): New static function.
4629 (state_remove_unreachable_states): New global function.
4630 * src/state.h (struct state): Add member bool reachable.
4631 (state_remove_unreachable_states): Prototype.
4632 * tests/conflicts.at (Unreachable States After Conflict Resolution):
4633 New test case.
4634 * tests/existing.at (GNU pic Grammar): Update test case output now that
4635 an unused rule is discovered.
4636
b09f4f48
JD
46372007-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
4638
4639 Minor code cleanup in parser table construction.
4640 * src/LR0.c (new_itemsets): Use item_number_is_symbol_number.
4641 (new_itemsets, save_reductions): Update for rename to nitemset.
4642 * src/closure.c (nritemset): Rename to...
4643 (nitemset): ... this since the "r" appears to meaningless and isn't
4644 used in the comments.
4645 (closure): Update for rename.
4646 * src/closure.h (nritemset): Update extern to...
4647 (nitemset): ... this.
4648 * src/lalr.c (LA): Fix a typo in comments.
4649 * src/print.c (print_core): Update for rename to nitemset.
4650 * src/print_graph.c (print_graph): Likewise.
4651 * src/state.h: Fix some typos in header comments.
4652
bbb44d83
PE
46532007-04-04 Paul Eggert <eggert@cs.ucla.edu>
4654
9b33de72
PE
4655 * THANKS: Use ASCII for Sebastien Fricker's name. Bison source
4656 still sticks to ASCII. Sorry!
4657
bbb44d83
PE
4658 * README-hacking: New file, taken mostly from coreutils, with changes
4659 for Bison. Contains much of the contents of:
4660 * README-cvs: Remove.
4661 * bootstrap: Sync from gnulib.
4662 * build-aux/.cvsignore: Remove *.t, mkinstalldirs.
4663 * lib/.cvsignore: Add wchar.h, wctype.h. Remove exit.h.
4664
29553547
JD
46652007-03-10 Joel E. Denny <jdenny@ces.clemson.edu>
4666
4667 * doc/bison.texinfo (Destructor Decl): Fix typo reported by Sebastian
4668 Setzer.
4669 (Java Differences): Fix some typos.
4670 * THANKS: Add Sebastian Setzer.
4671
01b477c6
PB
46722007-03-07 Paolo Bonzini <bonzini@gnu.org>
4673
730739e4
AD
4674 * data/java.m4 (b4_single_class_if): Remove.
4675 (b4_abstract_if): Look at "%define abstract".
4676 (b4_lexer_if): New.
4677 (b4_union_name): Rename...
4678 (b4_yystype): ... to this. Map to "%define stype".
4679 (b4_rhs_value, b4_parse_param_decl, b4_lex_param_decl,
4680 b4_maybe_throws): Fix quoting.
4681 (b4_lex_param_call): Move below to keep b4_*_param_decl close.
4682 * data/lalr1.java (Lexer interface): Always define.
4683 (Lexer interface within parser class): Remove.
4684 (YYLexer class): New, used when "%code lexer" is present.
4685 (constructor): When "%code lexer" is used, pass %lex-param
4686 to the lexer constructor.
4687 (yylex, yyparse): Remove %lex-param from method invocations
4688 (YYStack, yyaction, yyparse): Rename b4_union_name to b4_yystype.
4689
4690 * doc/bison.texinfo (Java Bison Interface): Mention "%define
4691 abstract". Rename "%define union_name" to "%define stype".
4692 Rename method names according to previous patch.
4693 (Java Scanner Interface): Describe "%code lexer" instead of
4694 "%pure-parser" and "%define single_class".
4695 (Java Differences): Mention "%code lexer".
4696
4697 * tests/java.at (_AT_DATA_JAVA_CALC_Y): Remove final argument.
4698 Include scanner here, using macros from tests/local.at.
4699 (AT_DATA_CALC_Y): Remove final argument.
4700 (_AT_CHECK_JAVA_CALC): Likewise.
4701 (AT_CHECK_JAVA_CALC): Likewise. Test all four combinations
4702 of %locations and %error-verbose.
4703 (main): Test with and without %lex-param.
4704 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Push AT_LEXPARAM_IF.
4705 (AT_BISON_OPTION_POPDEFS): Pop it.
01b477c6 4706
122bea3a
JMG
47072007-03-07 Juan Manuel Guerrero <juan.guerrero@gmx.de>
4708
4709 DJGPP spefic issue. Inhibit the use of disallowed characters for
4710 file name genertion on Win98, WinXP, etc. These are |<>":?*\
4711 and concern testsuite case 46.
4712 * Makefile.am: djgpp/testsuite.sed added to EXTRA_DIST
4713 * djgpp/testsuite.sed: Inhibit the use of disallowed characters.
4714 * djgpp/config.bat: Inhibit the use of disallowed characters.
4715
9611cfa2
JD
47162007-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
4717
4718 Miscellaneous %define and %code cleanup.
4719 * data/bison.m4 (b4_percent_define_flag_if): Correct comments on how
4720 values are interpreted.
4721 * doc/bison.texinfo (Decl Summary): Clean up and extend %define
4722 documentation a little more.
4723 * src/muscle_tab.c (MUSCLE_USER_NAME_CONVERT,
4724 muscle_percent_define_insert, muscle_percent_code_grow): New
4725 functions/macros.
4726 * src/muscle_tab.h (muscle_percent_define_insert,
4727 muscle_percent_code_grow): Prototype.
4728 * src/parse-gram.y (prologue_declaration): Use
4729 muscle_percent_define_insert and muscle_percent_code_grow when parsing
4730 %define and %code directives.
4731
4732 Make it easy to share %define boolean variables between the front-end
4733 and back-end. Though not used yet, this will be useful in the future.
4734 * data/bison.m4 (b4_check_user_names): Rewrite comments to talk about
4735 Bison uses of names rather than just skeleton uses of names.
4736 (b4_percent_define_get, b4_percent_define_ifdef): Rename
4737 b4_percent_define_skeleton_variables(VARIABLE) to
4738 b4_percent_define_bison_variables(VARIABLE).
4739 (b4_percent_code_get, b4_percent_code_ifdef): Rename
4740 b4_percent_code_skeleton_qualifiers(QUALIFIER) to
4741 b4_percent_code_bison_qualifiers(QUALIFIER).
4742 (b4_check_user_names_wrap): Update for renames.
4743 * src/muscle_tab.c, src/muscle_tab.h (muscle_percent_define_flag_if,
4744 muscle_percent_define_default): New functions mimicking
4745 b4_percent_define_flag_if and b4_percent_define_default.
4746
4747 For %define variables, report locations for invalid values and
bbb44d83 4748 redefinitions.
9611cfa2
JD
4749 * data/bison.m4 (b4_percent_define_flag_if): Read
4750 b4_percent_define_loc(VARIABLE) to report the location of an invalid
4751 value for VARIABLE.
4752 (b4_percent_define_default): Save a special location in
4753 b4_percent_define_loc(VARIABLE) in case the default value for VARIABLE
4754 must later be reported as invalid.
4755 * src/muscle_tab.c (muscle_location_grow, muscle_location_decode): New
4756 functions.
4757 (muscle_percent_define_insert): Record the location of VARIABLE in
4758 muscle percent_define_loc(VARIABLE), and use it to report the previous
4759 location for a redefinition.
4760 (muscle_percent_define_flag_if): Update like b4_percent_define_flag_if.
4761 (muscle_percent_define_default): Update like b4_percent_define_default.
4762 (muscle_grow_user_name_list): Rename to...
4763 (muscle_user_name_list_grow): ... this for consistency and use
4764 muscle_location_grow.
4765 * src/muscle_tab.h (muscle_location_grow): Prototype.
4766 * tests/input.at (%define errors): Update expected output.
4767 * tests/skeletons.at (%define boolean variables: invalid skeleton
4768 defaults): New test case.
4769
0bf92491
JD
47702007-02-28 Joel E. Denny <jdenny@ces.clemson.edu>
4771
4772 * src/print.c (lookahead_set, state_default_rule): Remove.
4773 (print_reductions): Replace state_default_rule invocation with
4774 equivalent use of yydefact, which was computed in token_actions in
4775 tables.c.
4776 (print_results): Don't allocate lookahead_set.
4777
d3b12988
PB
47782007-02-27 Paolo Bonzini <bonzini@gnu.org>
4779
4780 * data/lalr1.java: Prefix all private members with yy.
4781
f57a7536
JD
47822007-02-24 Joel E. Denny <jdenny@ces.clemson.edu>
4783
4784 Use YYFPRINTF instead of fprintf where appropriate. Reported by
9b33de72 4785 Sebastien Fricker at
f57a7536 4786 <http://lists.gnu.org/archive/html/bug-bison/2007-02/msg00035.html>.
9b33de72 4787 * THANKS: Add Sebastien Fricker.
f57a7536
JD
4788 * data/glr.c, data/push.c, data/yacc.c (yy_reduce_print): Implement.
4789 * doc/bison.texinfo (Tracing): Make it clearer that YYFPRINTF must
4790 accept a variable number of arguments.
4791
6404a5bf
JD
47922007-02-19 Joel E. Denny <jdenny@ces.clemson.edu>
4793
4794 * bootstrap: Remove occurrences of .#bootmp from lib/Makefile.
4795
e4e09639
JMG
47962007-02-13 Juan Manuel Guerrero <juan.guerrero@gmx.de>
4797
4798 * djgpp/config.bat: Adjustments concerning the use of autoconf 2.61.
4799 * djgpp/config.sed: Adjustments concerning the use of autoconf 2.61.
4800 * djgpp/config.site: Adjustments concerning the use of autoconf 2.61.
4801
d7e0a1a7
PE
48022007-02-11 Paul Eggert <eggert@cs.ucla.edu>
4803
4804 Undo my 2007-02-07 change, switching back to the c-strcase module
4805 introduced in the 2007-02-03 change. Bruno Haible reported that
4806 the 2007-02-07 change would be dangerous in Turkish if we add a
4807 language whose name contains "i", since "i" is not lowercase "I"
4808 in Turkish.
4809 * bootstrap.conf (gnulib_modules): Add c-strcase. Remove strcase.
4810 * lib/.cvsignore: Add c-ctype.c, c-ctype.h, c-strcase.h,
4811 c-strcasecomp.c, c-strncasecmp.c. Remove strcasecmp.c, strncasecmp.c.
4812 * m4/.cvsignore: Remove strcase.m4.
4813 * src/getargs.c: Revert 2007-02-07 change, as follows.
4814 Include c-strcase.h.
4815 (language_argmatch): Use c_strcasecmp rather than strcasecmp.
4816
deee93a1
JD
48172007-02-11 Bruno Haible <bruno@clisp.org>
4818
4819 Enable the Java related testsuite tests when the only Java compiler
4820 found is a gcj < 4.3. Discussed at
4821 <http://lists.gnu.org/archive/html/bug-bison/2007-02/msg00016.html>.
4822 * configure.ac (gt_JAVACOMP): Don't specify a target_version.
4823
574add85
JD
48242007-02-11 Joel E. Denny <jdenny@ces.clemson.edu>
4825
4826 * data/Makefile.am: Update copyright date.
4827 * data/push.c (yypull_parse): Report memory exhaustion and return 2 if
4828 yypstate_new returns NULL.
4829 (yypstate_new): Return NULL if malloc does.
4830 * src/reader.c (packgram): Move translation of rule actions from the
4831 beginning of packgram to...
4832 (check_and_convert_grammar): ... here right before packgram is invoked
4833 so it's easier to write more complete comments, and remove redundant
4834 code.
4835
e785ccf7
JD
48362007-02-10 Joel E. Denny <jdenny@ces.clemson.edu>
4837
4838 As in semantic actions, make @$ in %initial-action, %destructor, and
4839 %printer imply %locations.
4840 * src/scan-code.l (SC_SYMBOL_ACTION): Set locations_flag = true when
4841 scanning @$.
4842 * tests/actions.at (AT_CHECK_ACTION_LOCATIONS): New macro supporting...
4843 (@$ in %initial-action implies %locations,
4844 @$ in %destructor implies %locations,
4845 @$ in %printer implies %locations): ... these new test cases.
4846
1cfe1ed7
PE
48472007-02-07 Paul Eggert <eggert@cs.ucla.edu>
4848
4849 Undo most of the 2007-02-03 change, switching to the strcase module
4850 now that gnulib strcase has been fixed.
4851 * bootstrap.conf (gnulib_modules): Remove c-strcase. Add strcase.
4852 * lib/.cvsignore: Remove c-ctype.c, c-ctype.h, c-strcase.h,
4853 c-strcasecomp.c, c-strncasecmp.c. Add strcasecmp.c, strncasecmp.c
4854 * m4/.cvsignore: Add strcase.m4.
4855 * src/getargs.c: Revert 2007-02-03 change, as follows.
4856 Don't include c-strcase.h.
4857 (language_argmatch): Use strcasecmp rather than c_strcasecmp.
4858 strcasecmp has "unspecified behavior" outside the POSIX locale,
4859 but it works fine in practice if at least one argument is ASCII,
4860 as is the case in Bison.
4861
0049ec86
PB
48622007-02-07 Paolo Bonzini <bonzini@gnu.org>
4863
4864 * tests/java.at: Skip tests if only one of javac/java is present.
4865 Reported by Joel E. Denny.
4866 * tests/atlocal.in: Adjust copyright years.
4867
48682007-02-05 Paolo Bonzini <bonzini@gnu.org>
4869
4870 * data/lalr1.java (Stack): Work around old verifiers that disallow
4871 access to the private fields of an inner class, from the outer class.
4872 We can make Stack's fields public because user code doesn't have access
4873 to the instance of Stack used by parse(). Reported by Paul Eggert.
4874
2c2b7220
PE
48752007-02-03 Paul Eggert <eggert@cs.ucla.edu>
4876
4877 * .cvsignore: Add javacomp.sh, javaexec.sh. Is this really
4878 the right spot for these files?
4879 * bootstrap.conf (gnulib_modules): Add c-strcase.
4880 * lib/.cvsignore: Add c-ctype.c c-ctype.h, c-strcasecomp.c,
4881 c-strncasecmp.c.
4882 * src/getargs.c: Include c-strcase.h.
4883 (language_argmatch): Use c_strcasecmp rather than strcasecmp,
4884 to avoid unspecified behavior.
4885
b2b81dae
JD
48862007-02-01 Joel E. Denny <jdenny@ces.clemson.edu>
4887
4888 * doc/bison.texinfo (Decl Summary): Correct typo.
4889
c1d19e10
PB
48902007-01-30 Paolo Bonzini <bonzini@gnu.org>
4891
4892 * data/bison.m4 (b4_percent_define_flag_if): Don't treat 0 as false.
4893 Complain if the value does not match empty, "true" or "false".
4894 * data/c++.m4: Adjust default definitions of %define variables.
4895 * data/java.m4: Adjust default definitions of %define variables.
4896 * doc/bison.texinfo (Decl Summary): Adjust the %define entry according
4897 to above behavior.
4898 * tests/input.at (Boolean %define variables): Test new behavior.
4899
8405b70c
PB
49002007-01-29 Paolo Bonzini <bonzini@gnu.org>
4901
4902 * NEWS: Mention java.
4903 * TODO: Remove things that are done.
4904 * bootstrap.conf: Add javacomp-script and javaexec-script.
4905 * configure.ac: Invoke gt_JAVACOMP and gt_JAVAEXEC.
4906
4907 * data/Makefile.am: Add new files.
4908 * data/java-skel.m4: New.
4909 * data/java.m4: New.
4910 * data/lalr1.java: New.
4911
4912 * doc/bison.texinfo: Put "A Complete C++ Example" under
4913 C++ Parsers. Add Java Parsers. Put C++ Parsers and Java Parsers
4914 under Other Languages.
4915
4916 * src/getargs.c (valid_languages): Add Java.
4917 * src/getargs.h (struct bison_language): Update size of string fields.
4918
4919 * tests/Makefile.am: Add java.at.
4920 * tests/atlocal.in: Add CONF_JAVA and CONF_JAVAC.
4921 * tests/java.at: New.
4922 * tests/testsuite.at: Include it.
4923
3eb82471
JD
49242007-01-28 Joel E. Denny <jdenny@ces.clemson.edu>
4925
4926 Clean up.
4927 * src/scan-skel.l (at_directive_perform): Add at_directive_argc and
4928 at_directive_argv arguments so these no longer have to be global
4929 variables. Also, update the implementation for the following changes.
4930 (fail_for_at_directive_too_many_args,
4931 fail_for_at_directive_too_few_args): Add at_directive_name argument.
4932 (at_directive_name): Remove as at_directive_argv[0] will be used for
4933 this now.
4934 (AT_DIRECTIVE_ARGC_MAX): Increment to make space in at_directive_argv
4935 for the directive name.
4936 (at_directive_argc, at_directive_argv): Make these local within
4937 skel_lex instead of global.
4938 (INITIAL): Update directive start action for above changes.
4939 (SC_AT_DIRECTIVE_ARG): Rename to...
4940 (SC_AT_DIRECTIVE_ARGS): ... this, and update for above changes.
4941 (SC_AT_DIRECTIVE_SKIP_WS): Update.
4942 (scan_skel): Move yylex_destroy to...
4943 (skel_scanner_free): ... here.
4944 * tests/skeletons.at (installed skeleton file name): Rename to...
4945 (installed skeleton file names): ... this.
4946
148d66d8
JD
49472007-01-27 Joel E. Denny <jdenny@ces.clemson.edu>
4948
4949 * ChangeLog: For changes in doc/bison.texinfo, consistently reference
4950 node names: say "Table of Symbols" not "Bison Symbols", and say "Decl
4951 Summary" not "Directives".
4952 * doc/bison.texinfo (Decl Summary, Calc++ Parser): Cross-reference the
4953 %code entry in "Decl Summary" rather than the one in "Table of Symbols"
4954 since the former is now the more complete one.
4955 (Prologue Alternatives): Likewise and do the same for %defines.
4956 (Table of Symbols): Add summary of %code, add summary of %define, and
4957 move full %code documentation to...
4958 (Decl Summary): ... here for consistency with other entries in these
4959 sections.
4960 Move %define entry in order to keep this list alphabetized.
4961 Reword %define entry a little to put less emphasis on the skeleton
4962 concept, which most users shouldn't have to think about.
4963
665f0c24
PE
49642007-01-26 Paul Eggert <eggert@cs.ucla.edu>
4965
4966 Adjust to recent gnulib changes.
4967 * lib/.cvsignore: Remove stpcpy.h, strndup.h, strnlen.h.
4968 Add string.h, string_.h, unistd_.h, wchar_.h.
4969 * m4/.cvsignore: Add gnulib-common.m4, string_h.m4, wchar.m4.
4970 * src/system.h: Don't include <stpcpy.h>; this is now done by
4971 <string.h>.
4972
592d0b1e
PB
49732007-01-23 Paolo Bonzini <bonzini@gnu.org>
4974
4975 Simplify implementation of unqualified %code, implement macros for
4976 uniform treatment of boolean %define flags. Document %define.
4977 * data/bison.m4 (b4_percent_define_ifdef, b4_percent_define_flag_if,
4978 b4_percent_code_ifdef): New.
4979 (b4_percent_code_get): Map unqualified %code to b4_percent_code().
4980 * data/c++.m4: Define default value for global_tokens_and_yystype.
4981 * data/glr.cc: Likewise.
4982 * data/location.cc: Use b4_percent_define_flag_if.
4983
148d66d8 4984 * doc/bison.texinfo (Decl Summary): Document %define.
592d0b1e
PB
4985
4986 * src/parse-gram.y (Unqualified %code): Change muscle name to
4987 b4_percent_code().
4988 (content.opt): Default to empty.
4989
a7867f53
JD
49902007-01-17 Joel E. Denny <jdenny@ces.clemson.edu>
4991
4992 Implement support for relative and absolute skeleton file names.
4993 Discussed starting at
4994 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00071.html>.
4995 * doc/bison.texinfo (Decl Summary): Document in %skeleton entry.
4996 (Bison Options): Document in --skeleton entry.
4997 * src/output.c (output_skeleton): Use strncpy rather than strcpy since
4998 full_skeleton can't necessarily hold all of pkgdatadir.
4999 If the specified skeleton file name contains a `/', don't prepend
5000 pkgdatadir.
5001 * src/parse-gram.y (prologue_declaration): If the specified skeleton
5002 file name contains a `/', prepend the grammar file directory.
5003 * tests/Makefile.am (TESTSUITE_AT): Add skeletons.at.
5004 * skeletons.at: New file.
5005 (relative skeleton file names): New test case.
5006 (installed skeleton file names): New test case.
5007 * tests/testsuite.at: Include skeletons.at.
5008
5009 * bootstrap: Update copyright to 2007.
5010
830c9b18
PB
50112007-01-17 Paolo Bonzini <bonzini@gnu.org>
5012
5013 * bootstrap: Remove occurrences of .#bootmp from the files.
5014
a8c2e813
AD
50152007-01-17 Akim Demaille <akim@epita.fr>
5016
5017 * doc/bison.texinfo (Calc++ Parser): Don't try to alias
5018 nonterminals.
5019 Use per-type %printer.
5020
279cabb6
JD
50212007-01-17 Joel E. Denny <jdenny@ces.clemson.edu>
5022
5023 * NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4,
5024 data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
5025 djgpp/config.site, src/files.c, src/files.h, src/main.c,
5026 src/muscle_tab.c, src/muscle_tab.h, src/parse-gram.y, src/reader.h,
5027 src/scan-skel.h, src/scan-skel.l, tests/actions.at, tests/calc.at,
5028 tests/glr-regression.at, tests/input.at, tests/local.at,
5029 tests/output.at, tests/torture.at: Update copyright to 2007.
5030
bb32f4f2
AD
50312007-01-16 Akim Demaille <akim@epita.fr>
5032
5033 * doc/bison.texinfo (Calc++ Parsing Driver): Let "parse" return an
5034 error code.
5035 (Calc++ Scanner): Exit with failure if we can't open the input
5036 file.
5037 Accept "-" standing for stdin.
5038 (Calc++ Top Level): Print the result only if the parsing was
5039 successful.
5040
7cff04b5
AD
50412007-01-16 Akim Demaille <akim@epita.fr>
5042
5043 * data/lalr1.cc (yy_reduce_print_): Add a missing end-of-line.
5044
a4e25e1d
JD
50452007-01-15 Paolo Bonzini <bonzini@gnu.org>
5046 and Joel E. Denny <jdenny@ces.clemson.edu>
5047
5048 Clean up %define and %code implementation in M4 some. Most
5049 importantly, rename all related macros to be in the b4_percent_define
5050 and b4_percent_code namespaces. Also, complete support for `.' in
5051 %define variable names and %code qualifiers.
5052 * data/bison.m4 (b4_check_user_names): Check for special
5053 "SKELETON-NAMESPACE(name)" macros instead of using two nested
5054 m4_foreach loops.
5055 (b4_get_percent_define, b4_get_percent_code): Rename to...
5056 (b4_percent_define_get, b4_percent_code_get): ... these.
5057 Extend documentation with examples.
5058 For SKELETON-NAMESPACE (as documented for b4_check_user_names), use
5059 b4_percent_define_skeleton_variables and
5060 b4_percent_code_skeleton_qualifiers.
5061 Expect any value for the %define variable `foo' to be stored in the
5062 macro named `b4_percent_define(foo)'; expect any %code blocks for the
5063 qualifier `foo' to be stored in a macro named `b4_percent_code(foo)';
5064 expect any unqualified %code blocks to be stored in a macro named
5065 `b4_percent_code_unqualified'.
5066 Use m4_indir so that %define variable names and %code qualifiers can
5067 contain `.', which is allowed by the grammar parser.
5068 (b4_percent_define_default): New macro to set a default value for a
5069 %define variable.
5070 (m4_wrap): Update wrapped code, and fix some underquoting.
5071 (b4_check_user_names_wrap): Update and define outside the m4_wrap.
5072 Expect grammar uses of %define variables and %code qualifiers to be
5073 defined in b4_percent_define_user_variables and
5074 b4_percent_code_user_qualifiers.
5075 * data/c++.m4: Use b4_percent_define_default rather than
5076 m4_define_default. Fix some underquoting. Skeleton usage of %define
5077 variable define_location_comparison now implies skeleton usage of
5078 %define variable filename_type.
5079 * data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
5080 data/push.c, data/yacc.c: Update macro names.
5081 * src/parse-gram.y (prologue_declaration, grammar_declaration): Update
5082 muscle names.
5083
e37c665c
JMG
50842007-01-14 Juan Manuel Guerrero <juan.guerrero@gmx.de>
5085
5086 DJGPP specific issues.
5087
5088 * djgpp/config.site: Set ac_cv_path_mkdir to a sane DJGPP specific
5089 default. Set gl_cv_absolute_wctype_h to a sane DJGPP specific default.
5090
7d2d521f
JD
50912007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
5092
5093 * tests/glr-regression.at: Use AT_PARSER_CHECK rather than AT_CHECK to
5094 run parsers in all tests so that Valgrind is invoked during
5095 maintainer-check-valgrind.
5096 (Duplicate representation of merged trees): Free all semantic values.
5097 (Duplicated user destructor for lookahead): Likewise.
5098
e0ac9b4b
JD
50992007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
5100
5101 * tests/local.at (AT_PARSER_CHECK): Add a PRE argument to specify a
5102 command-line prefix.
5103 * tests/torture.at (Exploding the Stack Size with Alloca): Stderr is
5104 ignored, so use that PRE to set --log-fd=1 in VALGRIND_OPTS so we don't
5105 miss Valgrind messages.
5106 (Exploding the Stack Size with Malloc): Likewise.
5107
78143faa
JD
51082007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
5109
5110 Ignore YYSTACK_USE_ALLOCA for push parsers since the stacks can't be
5111 locals. Reported by Juan Manuel Guerrero at
5112 <http://lists.gnu.org/archive/html/bug-bison/2007-01/msg00000.html>.
5113 * data/push.c: Enclose the #ifdef YYSTACK_USE_ALLOCA in b4_push_if.
5114 Fix some indentation also.
5115 * tests/torture.at (Exploding the Stack Size with Alloca): Add comment
5116 explaining this issue.
5117
7ecec4dd
JD
51182007-01-09 Paolo Bonzini <bonzini@gnu.org>
5119 and Joel E. Denny <jdenny@ces.clemson.edu>
5120
5121 Simplify union and prologue handling, and escape union and lex/parse
5122 params with digraphs.
5123 * data/bison.m4 (b4_pre_prologue, b4_post_prologue): Set their default
5124 values to the empty string since these are no longer guaranteed
5125 initialized by the front-end.
5126 * data/glr.c, data/glr.cc, data/lalr1.cc, data/push.c, data/yacc.c: Add
5127 braces around b4_user_stype since this is no longer done by the
5128 front-end.
5129 * src/files.c, src/files.h (pre_prologue_obstack,
5130 post_prologue_obstack): Remove.
5131 * src/muscle_tab.c (muscle_pair_list_grow): Don't duplicate header
5132 comments here. Use MUSCLE_OBSTACK_SGROW so that values are escaped
5133 with digraphs. This fixes lex params and parse params.
5134 * src/muscle_tab.h (muscle_pair_list_grow): Update comments.
5135 * src/output.c (prepare): Remove muscle insertion of the prologues.
5136 (output): Remove freeing of pre_prologue_obstack and
5137 post_prologue_obstack.
5138 * src/parse-gram.y (prologue_declaration): Use muscle_code_grow rather
5139 than prologue_augment for prologue parsing so you don't need prologue
5140 obstacks.
5c80250c
JD
5141 (grammar_declaration): For %union RHS, use `braceless' instead of
5142 "{...}" so that braces are already stripped and code is escaped with
5143 digraphs.
7ecec4dd
JD
5144 * src/reader.c (prologue_augment): Remove.
5145 (reader): Remove initialization of pre_prologue_obstack and
5146 post_prologue_obstack.
5147 * src/reader.h (prologue_augment): Remove.
5148
5149 * data/c.m4: Remove stray parenthesis.
5150
16dc6a9e
JD
51512007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
5152
5153 Remove quotes from variables names in %define directives and from
5154 qualifiers in %code directives, and restrict the characters that are
5155 allowed in them to M4-friendly ones. For %define, continue to support
5156 the quoted form as a deprecated feature. Discussed starting at
5157 <http://lists.gnu.org/archive/html/bison-patches/2007-01/msg00023.html>.
5158 * NEWS (2.3a+): Add entry for the change to %define. Update entry for
5159 %code.
5160 * doc/bison.texinfo (Prologue Alternatives): Update.
91661ebb
JD
5161 (Decl Summary): In %defines entry, update mention of `%code requires'
5162 and `%code provides'.
16dc6a9e
JD
5163 (C++ Location Values): Update %define uses.
5164 (Calc++ Parser Interface): Likewise.
5165 (Calc++ Parser): Likewise, and update `%code requires' uses.
148d66d8 5166 (Table of Symbols): Update %code documentation.
16dc6a9e
JD
5167 * src/parse-gram.y (prologue_declaration): For %define variables, use
5168 `variable' instead of `STRING'.
5169 (grammar_declaration): For %code qualifiers, use `ID' instead of
5170 `STRING'.
5171 (variable): New nonterminal that takes an `ID' or a `STRING'.
5172 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Update %code
5173 and %define uses.
5174 * tests/calc.at (_AT_DATA_CALC_Y): Update %define use.
5175 * tests/input.at (Reject unused %code qualifiers): Update %code uses.
5176 (%define errors): Update %define uses.
5177
e9813cd4
JD
51782007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
5179
5180 * src/parse-gram.y (prologue_declaration): Use MUSCLE_INSERT_STRING
5181 instead of muscle_insert for %define values so that M4-special
5182 characters are replaced with digraphs.
5183 * tests/input.at (%define errors): Extend to check weird values.
5184
6afc30cc
JD
51852007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
5186
5187 Instead of having skeletons declare all valid %define variables and
5188 %code qualifiers, provide macros that retrieve the associated values
5189 and build these lists automatically. Thus Bison will now warn when a
5190 variable or qualifier is not used by the skeleton in the current
5191 invocation regardless of whether it might sometimes be used by that
5192 skeleton in other invocations. Also, move all %define value macros to
5193 the b4_percent_define_ namespace, and remove the %define "NAME" {CODE}
5194 form, which is replaced by %code.
5195 * data/bison.m4 (b4_check_for_unrecognized_names): Rename to...
5196 (b4_check_user_names): ... this, and change the series of valid name
5197 arguments to a single list argument for names used in the skeleton
5198 similar to the existing list argument for names used in the grammar.
5199 Warn instead of complaining.
5200 (b4_get_percent_define, b4_get_percent_code): New to retrieve %define
5201 values and %code code, to format %code code properly, and to build
5202 lists of all %define variables and %code qualifiers used in the
5203 skeleton: b4_skeleton_percent_define_variables and
5204 b4_skeleton_percent_code_qualifiers.
5205 (b4_check_percent_define_variables, b4_check_percent_code_qualifiers):
5206 Remove, and...
5207 (m4_wrap): ... m4_wrap b4_check_user_names invocations instead so that
5208 the skeleton names lists can finish building first. In place of
5209 b4_used_percent_define_variables and b4_used_percent_code_qualifiers,
5210 expect the lists b4_user_percent_define_variables and
5211 b4_user_percent_code_qualifiers.
5212 * data/c++.m4: Where setting default values for b4_parser_class_name,
5213 b4_location_type, b4_filename_type, b4_namespace, and
5214 b4_define_location_comparison, update their names to the
5215 b4_percent_define_ namespace.
5216 * data/glr.c: Don't use b4_check_percent_define_variables and
5217 b4_check_percent_code_qualifiers. Use b4_get_percent_code.
5218 * data/glr.cc, data/lalr1.cc: Likewise, and use b4_get_percent_define.
5219 (b4_parser_class_name, b4_namespace): Define these using
a4e25e1d 5220 b4_get_percent_define for parser_class_name and namespace.
6afc30cc
JD
5221 * data/location.cc: Use b4_get_percent_define.
5222 * data/push.c: Don't use b4_check_percent_define_variables and
5223 b4_check_percent_code_qualifiers. Use b4_get_percent_code.
5224 * data/yacc.c: Likewise, and don't call m4_exit in
5225 b4_use_push_for_pull_if or m4_wrap code will never execute.
5226 * src/muscle_tab.c, src/muscle_tab.h (muscle_grow_used_name_list):
5227 Rename to...
5228 (muscle_grow_user_name_list): ... this for consistency with the
5229 terminology used in bison.m4.
5230 * src/parse-gram.y (prologue_declaration): Prepend "percent_define_" to
5231 %define variable names, and rename muscle used_percent_define_variables
5232 to user_percent_define_variables.
5233 (grammar_declaration): Rename muscle used_percent_code_qualifiers to
5234 user_percent_code_qualifiers.
5235 (content): Remove.
5236 (content.opt): Replace content RHS with STRING RHS so %define "NAME"
5237 {CODE} form is no longer accepted.
5238 * tests/input.at (Reject bad %code qualifiers): Rename to...
5239 (Reject unused %code qualifiers): ... this, and update test output.
5240 (%define error): Update test output.
5241
7eb8a0bc
JD
52422007-01-07 Joel E. Denny <jdenny@ces.clemson.edu>
5243
5244 Check for unrecognized %define variables similar to checking for
5245 unrecognized %code qualifiers. Check for redefined %define variables.
5246 * data/bison.m4 (b4_check_for_unrecognized_names): New macro that
5247 generalizes...
5248 (b4_check_percent_code_qualifiers): ... this, which now wraps it.
5249 (b4_check_percent_define_variables): New, also wraps it.
5250 * data/glr.c: Unless glr.cc is wrapping glr.c, declare no valid %define
5251 variables using b4_check_percent_define_variables.
5252 * data/glr.cc, data/lalr1.cc: Declare the valid %define variables as
5253 all those exercised in the test suite and all those listed in the
5254 `Default values' section of c++.m4. Are there others?
5255 * data/push.c, data/yacc.c: Declare no valid %define variables.
5256 * src/muscle_tab.c, src/muscle_tab.h (muscle_find_const): New function,
5257 similar to muscle_find, but it works even when the muscle stores a
5258 const value.
5259 (muscle_grow_used_name_list): New function for constructing the used
5260 name list muscles that b4_check_for_unrecognized_names requires.
5261 * src/parse-gram.y (prologue_declaration): Warn if a variable is
5262 %define'd more than once. Define the b4_used_percent_define_variables
5263 muscle with muscle_grow_used_name_list.
5264 (grammar_declaration): Abbreviate %code code with
5265 muscle_grow_used_name_list.
5266 * tests/input.at (%define errors): New.
5267
3fc65ead
JD
52682007-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
5269
5270 Provide warn_at, complain_at, and fatal_at function callbacks to the
5271 skeletons, and use this for %code qualifier complaints.
5272 * data/bison.m4 (b4_error_at): New, invoked by...
5273 (b4_warn_at, b4_complain_at, b4_fatal_at): ... these new macros to wrap
5274 the skeleton scanner's new @warn_at(...@), @complain_at(...@), and
5275 @fatal_at(...@) directives.
5276 (b4_check_percent_code_qualifiers): Rewrite to expect locations for
5277 qualifiers in b4_used_percent_code_qualifiers and to use
5278 b4_complain_at.
5279 * src/location.c, src/location.h (boundary_set_from_string): New global
5280 function.
5281 * src/muscle_tab.c, src/muscle_tab.h (muscle_boundary_grow): New global
5282 function.
5283 * src/parse-gram.y (grammar_declaration): Add locations for qualifiers
5284 to b4_used_percent_code_qualifiers.
5285 * src/scan-skel.l (fail_for_at_directive_too_few_args): New static
5286 function.
5287 (AT_DIRECTIVE_ARGC_MAX): Increase for boundary arguments.
5288 (lineno): Rename to...
5289 (out_lineno): ... this so I don't misunderstand it again.
5290 (SC_AT_DIRECTIVE_SKIP_WS): Don't increment out_lineno for newlines
5291 here; these newlines are in the input but not the output file.
5292 (SC_AT_DIRECTIVE_ARG): Likewise. Extract directive execution to...
5293 (at_directive_perform): ... this new static function, and add handling
5294 of new @warn_at(...@), @complain_at(...@), and @fatal_at(...@)
5295 directives.
5296 * tests/input.at (Reject bad %code qualifiers): Update test output with
5297 locations and extend.
5298
5299 * tests/output.at (Output file name: [, Output file name: ]): Remove
5300 bogus comment about these tests failing.
5301
1c7b7e1d
JD
53022007-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
5303
5304 Clean up b4_check_percent_code_qualifiers a little.
5305 * data/bison.m4 (b4_check_percent_code_qualifiers): Expect qualifiers
5306 in b4_used_percent_code_qualifiers to be double-M4-quoted. Rewrite
5307 documentation and add examples.
5308 * src/parse-gram.y (grammar_declaration): Double-M4-quote those
5309 qualifiers here.
5310
08af01c2
JD
53112007-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
5312
5313 Don't use m4_divert since it makes m4_divert_push and m4_divert_pop
5314 unreliable -- especially when they're hidden inside another macro.
5315 * data/bison.m4, data/c++-skel.m4, data/c++.m4, data/c-skel.m4,
5316 data/c.m4: Remove m4_divert(-1).
5317 * data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
5318 data/push.c, data/yacc.c: Likewise, and replace m4_divert(0) with
5319 m4_divert_push(0) and m4_divert_pop(0).
279cabb6 5320 * src/output.c (output_skeleton): Don't add an m4_divert_push(0) and
08af01c2
JD
5321 an m4_wrap([m4_divert_pop(0)]) to the M4. Diversion -1, which is
5322 pushed and popped by m4sugar, should be first on the stack.
5323
5324 Provide warn, complain, and fatal function callbacks to the skeletons.
5325 This provides more flexibility than m4_fatal, improves the error
5326 message format, and captures messages for translation. Discussed
5327 starting at
5328 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00063.html>.
5329 * data/bison.m4 (b4_error): New, invoked by...
5330 (b4_warn, b4_complain, b4_fatal): ... these new macros to wrap the
5331 skeleton scanner's new @warn(...@), @complain(...@), and @fatal(...@)
5332 directives. Because these M4 macros might be called when the current
5333 diversion is -1 or 0, m4_divert_push and m4_divert_pop is used; thus
5334 the previous removal of uses of m4_divert, which caused trouble.
5335 (b4_check_percent_code_qualifiers): Use b4_complain instead of
5336 m4_fatal to report unrecognized %code qualifiers.
5337 * data/c++-skel.m4: Use b4_complain instead of m4_fatal to report C++
5338 push parser requests.
5339 * data/glr.c: Use b4_complain instead of m4_fatal to report
5340 non-deterministic push parser requests.
5341 Update @output usage to @output(...@) form.
5342 * data/glr.cc, data/lalr1.cc: Use b4_fatal instead of m4_fatal to
5343 report missing %defines. Update @output usage to @output(...@) form.
5344 * data/location.cc, data/push.c, data/yacc.c: Update @output usage to
5345 @output(...@) form.
5346 * src/main.c (main): Invoke skel_scanner_free.
5347 * src/scan-skel.h (skel_scanner_free): Prototype new function.
5348 * src/scan-skel.l (FLEX_NO_OBSTACK): Don't define; we now need the
5349 obstack_for_string from flex-scanner.h.
5350 (YY_DECL): Use to declare skel_lex static.
5351 (decode_at_digraphs): Remove; now handled in the new
5352 SC_AT_DIRECTIVE_ARG start condition.
5353 (fail_for_at_directive_too_many_args, fail_for_invalid_at): New static
5354 functions.
5355 (at_directive_name, AT_DIRECTIVE_ARGC_MAX, at_directive_argc,
5356 at_directive_argv): New static globals.
5357 (INITIAL): Use fail_for_invalid_at.
5358 Don't parse `@output file_name\n' or `@basename(...@)'. Instead,
5359 recognize the start of a generalized `@directive(...@)' form and
5360 start...
5361 (SC_AT_DIRECTIVE_ARG): ... this new start condition to parse the
5362 directive args (using the new obstack_for_string), to decode the
5363 contained @ diagraphs, and to perform the directive. It recognizes
5364 @basename(...@), @warn(...@), @complain(...@), @fatal(...@), and
5365 @output(...@).
5366 (SC_AT_DIRECTIVE_SKIP_WS): New start condition started by
5367 SC_AT_DIRECTIVE_ARG to skip whitespace after the argument delimiter,
5368 `@,'.
5369 (scan_skel): Initialize obstack_for_string on the first call.
5370 (skel_scanner_free): New function to free obstack_for_string.
5371 * tests/input.at (Reject bad %code qualifiers): Update test output.
5372
8e0a5e9e
JD
53732007-01-04 Joel E. Denny <jdenny@ces.clemson.edu>
5374
5375 Consolidate the 4 prologue alternative directives (%code, %requires,
5376 %provides, and %code-top) into a single %code directive with an
5377 optional qualifier field. Discussed at
5378 <http://lists.gnu.org/archive/html/bison-patches/2007-01/msg00012.html>.
5379 * NEWS (2.3a+): Rewrite the existing entry for the prologue
5380 alternatives.
5381 * doc/bison.texinfo (Prologue Alternatives): Update.
5382 (Decl Summary): Update to %code "requires" and %code "provides".
5383 (Calc++ Parser): Update to %code "requires".
148d66d8 5384 (Table of Symbols): Remove entries for %requires, %provides, and
8e0a5e9e
JD
5385 %code-top. Rewrite %code entry, and add a %code "QUALIFIER" entry.
5386 * data/bison.m4 (b4_user_provides, b4_user_requires): Remove as these
5387 are replaced by b4_percent_code_provides and b4_percent_code_requires,
5388 which are skeleton-specific.
5389 (b4_check_percent_code_qualifiers): New. A skeleton can use this to
5390 declare what %code qualifiers it supports and to complain if any other
5391 qualifiers were used in the grammar.
5392 * data/glr.cc: Update to use b4_user_code([b4_percent_code_requires])
5393 and b4_user_code([b4_percent_code_provides]) in place of
5394 b4_user_requires and b4_user_provides.
5395 * data/glr.c, data/lalr1.cc, data/push.c, data/yacc.c: Likewise.
5396 Add b4_user_code([b4_percent_code_top]) and
5397 b4_user_code([b4_percent_code]).
5398 Invoke b4_check_percent_code_qualifiers.
5399 * src/parse-gram.y (PERCENT_CODE_TOP, PERCENT_PROVIDES,
5400 PERCENT_REQUIRES): Remove.
5401 (grammar_declaration): Remove RHS's for %code-top, %provides, and
5402 %requires. Rewrite the %code RHS as the unqualified form defining the
5403 muscle b4_percent_code. Add another RHS for the qualified %code form,
5404 which defines muscles of the form b4_percent_code_QUALIFIER and the
5405 b4_used_percent_code_qualifiers muscle.
5406 * src/scan-gram.l (PERCENT_CODE_TOP, PERCENT_PROVIDES,
5407 PERCENT_REQUIRES): Remove.
5408 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Update to use
5409 %code "requires" and %code "provides".
5410 * tests/input.at (Reject bad %code qualifiers): New.
5411
95021767
JD
54122007-01-03 Joel E. Denny <jdenny@ces.clemson.edu>
5413
5414 Use the new code_props interface for destructors and printers.
5415 * src/symtab.h (symbol, semantic_type): Remove destructor_location and
5416 printer_location members, and change the type of the destructor and
5417 printer members to code_props.
5418 (symbol_destructor_set, symbol_destructor_get, symbol_printer_set,
5419 symbol_printer_get, semantic_type_destructor_set,
5420 semantic_type_printer_set, default_tagged_destructor_set,
5421 default_tagless_destructor_set, default_tagged_printer_set,
5422 default_tagless_printer_set): Use code_props in arguments and return
5423 types in place of char const * and location.
5424 (symbol_destructor_location_get, symbol_printer_location_get): Remove
5425 since the locations are now contained in the return of
5426 symbol_destructor_get and symbol_printer_get.
5427 * src/output.c (symbol_destructors_output, symbol_printers_output):
5428 Replace with...
5429 (symbol_code_props_output): ... this to eliminate duplicate code.
5430 (output_skeleton): Update to use symbol_code_props_output.
5431 * src/reader.c (symbol_should_be_used): Update use of
5432 symbol_destructor_get.
5433 * src/symlist.c (symbol_list_destructor_set, symbol_list_printer_set):
5434 Update uses of the various _destructor_set and _printer_set functions.
5435 * src/symtab.c: (default_tagged_destructor_location,
5436 default_tagless_destructor_location, default_tagged_printer_location,
5437 default_tagless_printer_location): Remove since we...
5438 (default_tagged_destructor, default_tagless_destructor,
5439 default_tagged_printer, default_tagless_printer): ... change the type
5440 of these to code_props.
5441 (symbol_new, semantic_type_new, symbol_destructor_set,
5442 semantic_type_destructor_set, symbol_destructor_get,
5443 symbol_printer_set, semantic_type_printer_set, symbol_printer_get,
5444 symbol_check_alias_consistency, default_tagged_destructor_set,
5445 default_tagless_destructor_set, default_tagged_printer_set,
5446 default_tagless_printer_set): Update.
5447 (symbol_destructor_location_get, symbol_printer_location_get): Remove.
5448 (SYMBOL_CODE_PRINT): New similar to SYMBOL_ATTR_PRINT but for
5449 code_props members.
5450 (symbol_print): Use SYMBOL_CODE_PRINT.
5451
f6857bbf
JD
54522007-01-03 Joel E. Denny <jdenny@ces.clemson.edu>
5453
5454 Use the new code_props interface for rule actions.
5455 * src/symlist.h (symbol_list): Replace action, action_location, and
5456 used members with a code_props action_props member.
5457 * src/reader.c (symbol_should_be_used, grammar_rule_check,
5458 grammar_midrule_action, grammar_current_rule_merge_set,
5459 grammar_current_rule_symbol_append, packgram): Update.
5460 * src/scan-code.h (translate_rule_action): Remove, no longer used.
5461 * src/scan-code.l (handle_action_dollar): Update.
5462 (translate_rule_action): Remove, no longer used.
5463 * src/symlist.c (symbol_list_sym_new, symbol_list_syms_print): Update.
5464
7c0c6181
JD
54652007-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
5466
5467 Use the new code_props interface in parse-gram.y.
5468 * src/parse-gram.y (prologue_declaration, braceless, epilogue.opt):
5469 Update all uses of translate_* functions to use the new code_props
5470 interface and to use gram_scanner_last_string_free and
5471 code_scanner_last_string_free where possible.
5472 (grammar_declaration): symbol_list_destructor_set and
5473 symbol_list_printer_set now perform the translation, so don't do it
5474 here. Use gram_scanner_last_string_free where possible.
5475 * src/scan-code.h, src/scan-code.l (translate_symbol_action,
5476 translate_code): Remove, no longer used.
5477 * src/symlist.h, src/symlist.c (symbol_list_destructor_set,
5478 symbol_list_printer_set): Perform code translation here rather than
5479 depending on the caller to do so.
5480
5481 * src/symlist.h (struct symbol_list): Correct some documentation typos.
5482 * src/scan-gram.h (gram_last_string): Remove declaration.
5483 * src/scan-gram.l (last_string): Declare it static.
5484
28e52c0d
JD
54852007-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
5486
5487 Encapsulate code properties and related functionality for the various
5488 destructors, printers, and actions into a code_props structure and
5489 interface. This patch merely implements code_props in scan-code.h and
5490 scan-code.l. Future patches will rewrite other modules to use it.
5491 Discussed starting at
5492 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00020.html>.
5493 * src/location.h (EMPTY_LOCATION_INIT): Define so that it's easier to
5494 consistently initialize const structs that have an empty location
5495 field.
5496 * src/location.c (empty_location): Initialize with EMPTY_LOCATION_INIT
5497 to ensure consistency.
5498 * src/scan-code.h (code_props): New structure.
5499 (code_props_none_init, CODE_PROPS_NONE_INIT, code_props_none): New
5500 function, macro, and const global variable for initializing a
5501 code_props with no code.
5502 (code_props_plain_init, code_props_symbol_action_init,
5503 code_props_rule_action_init, code_props_translate_code): The rest of
5504 the new code_props functional interface. Among other things, the init
5505 functions set the code_props kind field so that
5506 code_props_translate_code will know whether to behave like
5507 translate_symbol_action, translate_rule_action, or translate_code.
5508 These old translate functions must remain until all other modules are
5509 updated to use the new code_props interface.
5510 (code_scanner_last_string_free): New function similar to
5511 gram_scanner_last_string_free.
5512 (code_scanner_free): Add documentation.
5513 * src/scan-code.l: Implement the new interface.
5514 (code_lex): Make it static, add a code_props* argument, and remove the
5515 rule argument.
5516 (last_string): New static global similar to the one in scan-gram.l.
5517 (SC_RULE_ACTION): Update to use the code_props* argument to code_lex
5518 instead of rule.
5519 (SC_SYMBOL_ACTION): For $$, set the is_value_used member of the
5520 code_props since Bison may one day use this information for destructors
5521 and printers.
5522 (<*><<EOF>>): Use STRING_FINISH so that last_string is set.
5523 (handle_action_dollar): Use symbol_list_n_get and set used flag
5524 directly since symbol_list_n_used_set is removed.
5525 (translate_action): Add a code_props* argument and remove the rule,
5526 action, and location arguments. Pass the code_props* on to code_lex.
5527 (translate_rule_action, translate_symbol_action, translate_code):
5528 Rewrite as wrappers around the new code_props interface.
5529 * src/symlist.h, src/symlist.c (symbol_list_n_used_set): Remove since
5530 it would eventually need to break the encapsulation of code_props.
5531
96034983
JD
55322007-01-01 Joel E. Denny <jdenny@ces.clemson.edu>
5533
5534 * etc/.cvsignore: New.
5535
945e396c
JD
55362007-01-01 Joel E. Denny <jdenny@ces.clemson.edu>
5537
5538 Add maintainer-push-check to run maintainer-check using push parsing in
5539 place of pull parsing where available.
5540 * Makefile.am (maintainer-push-check): New.
5541 * data/bison.m4 (b4_use_push_for_pull_if): New.
5542 * data/push.c: Redefine b4_push_if and b4_use_push_for_pull_if
5543 appropriately based on their existing values.
5544 (yypush_parse): Don't print push-parser-specific diagnostics if push
5545 parsing is being used in place of pull parsing.
5546 * data/yacc.c: If push parsing should replace pull parsing, redirect to
5547 push.c.
5548 * src/output.c (prepare): Check BISON_USE_PUSH_FOR_PULL environment
5549 variable, and insert b4_use_push_for_pull_flag into muscles.
5550 * tests/Makefile.am (maintainer-push-check): New.
5551
7d596384
JD
55522006-12-31 Joel E. Denny <jdenny@ces.clemson.edu>
5553
5554 * data/push.c (yypush_parse): Set yynew = 1 at the end of a parse
5555 (whether successful or failed) so that yypush_parse can be invoked
5556 again to start a new parse using the same yypstate.
5557 * tests/torture.at (AT_DATA_STACK_TORTURE): For push mode, extend to
5558 check multiple yypull_parse invocations on the same yypstate. For pull
5559 mode, extend to check multiple yyparse invocations.
5560 (Exploding the Stack Size with Alloca): Extend to try with
5561 %push-pull-parser.
5562 (Exploding the Stack Size with Malloc): Likewise.
5563
5564 * tests/calc.at (Simple LALR Calculator): Don't specify
5565 %skeleton "push.c" since %push-pull-parser implies that now.
5566 * tests/headers.at (export YYLTYPE): Don't check for the push
5567 declarations. Otherwise, this test case can't be used to see if push
5568 mode can truly emulate pull mode.
5569 * tests/input.at (Torturing the Scanner): Likewise.
5570 * tests/local.at (AT_YACC_OR_PUSH_IF, AT_PUSH_IF): Remove.
5571 (AT_YYERROR_SEES_LOC_IF): Rather than AT_YACC_OR_PUSH_IF, use
5572 AT_YACC_IF, which now includes the case of push mode since %skeleton
5573 need not be used for push mode. This will be more intuitive once
5574 push.c is renamed to yacc.c.
5575
7172e23e
JD
55762006-12-31 Joel E. Denny <jdenny@ces.clemson.edu>
5577
5578 For push mode, convert yyparse from a macro to a function, invoke yylex
5579 instead of passing a yylexp argument to yypull_parse, and don't
5580 generate yypull_parse or yyparse unless %push-pull-parser is declared.
5581 Discussed starting at
5582 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00163.html>.
5583 * data/bison.m4 (b4_pull_if): New.
5584 * data/c.m4 (b4_identification): Define YYPULL similar to YYPUSH.
5585 * data/push.c: Improve M4 quoting a little.
5586 (b4_generate_macro_args, b4_parenthesize): Remove.
5587 (yyparse): If there's a b4_prefix, #define this to b4_prefix[parse]
5588 any time a pull parser is requested.
5589 Don't #define this as a wrapper around yypull_parse. Instead, when
5590 both push and pull are requested, make it a function that does that
5591 same thing.
5592 (yypull_parse): If there's a b4_prefix, #define this to
5593 b4_prefix[pull_parse] when both push and pull are requested.
5594 Don't define this as a function unless both push and pull are
5595 requested.
5596 Remove the yylexp argument and hard-code yylex invocation instead.
5597 * etc/bench.pl.in (bench_grammar): Use %push-pull-parser instead of
5598 %push-parser.
5599 * src/getargs.c (pull_parser): New global initialized to true.
5600 * getargs.h (pull_parser): extern it.
5601 * src/output.c (prepare): Insert pull_flag muscle.
5602 * src/parse-gram.y (PERCENT_PUSH_PULL_PARSER): New token.
5603 (prologue_declaration): Set both push_parser and pull_parser = true for
5604 %push-pull-parser. Set push_parser = true and pull_parser = false for
5605 %push-parser.
5606 * src/scan-gram.l: Don't accept %push_parser as an alternative to
5607 %push-parser since there's no backward-compatibility concern here.
5608 Scan %push-pull-parser.
5609 * tests/calc.at (Simple LALR(1) Calculator): Use %push-pull-parser
5610 instead of %push-parser.
5611 * tests/headers.at (export YYLTYPE): Make yylex static, and don't
5612 prototype it in the module that calls yyparse.
5613 * tests/input.at (Torturing the Scanner): Likewise.
5614 * tests/local.at (AT_PUSH_IF): Check for %push-pull-parser as well.
5615
2e7944cb
JD
56162006-12-26 Joel E. Denny <jdenny@ces.clemson.edu>
5617
5618 Update etc/bench.pl. Optimize push mode a little (the yyn change
5619 deserves most of the credit).
5620 * Makefile.am (SUBDIRS): Add etc subdirectory.
5621 * configure.ac (AC_CONFIG_FILES): Add etc/bench.pl and etc/Makefile.
5622 * data/push.c (b4_declare_parser_state_variables): Move yyn, yyresult,
5623 yytoken, yyval, and yyloc declarations to...
5624 (yyparse or yypush_parse): ... here to improve performance. For
5625 yypush_parse invocations after the first, be sure to assign yyn its old
5626 value again.
5627 (yypstate_new): Don't bother initializing the yyresult field since the
5628 initial value isn't used.
5629 (yyn, yyresult, yytoken, yyval, yyloc): For each NAME in this list,
5630 remove the #define that, in push mode, set it to yyps->NAME.
5631 * etc/Makefile.am: New.
5632 * etc/bench.pl: Remove and build it instead from...
5633 * etc/bench.pl.in: ... this new file. Use @abs_top_builddir@ to invoke
5634 "tests/bison" from the build directory by default rather than just
5635 invoking "bison" from $PATH.
5636 (calc_grammar): Update push parser code: don't declare yylval globally,
5637 don't define yyparse_wrapper, and don't #define yyparse.
5638 (bench_grammar): Update to check all working combinations of yacc.c,
5639 push.c, impure, pure, pull, and push.
5640
c3d50342
JD
56412006-12-25 Joel E. Denny <jdenny@ces.clemson.edu>
5642
5643 For push mode, add pull wrappers around yypush_parse.
5644 * data/push.c: (b4_generate_macro_args, b4_parenthesize): New macros.
5645 (yypull_parse): New function wrapping yypush_parse.
5646 (yyparse): New #define wrapping yypull_parse.
5647 * tests/calc.at (_AT_DATA_CALC_Y): Call yyparse even when %push-parser
5648 is declared.
5649 * tests/headers.at (export YYLTYPE): Make yylex global. For push mode,
5650 prototype yylex in the module that calls yyparse, and don't prototype
5651 yyparse there. Otherwise, the yyparse expansion won't compile.
5652 * tests/input.at (Torturing the Scanner): Likewise.
5653
94ebeba5
JD
56542006-12-25 Joel E. Denny <jdenny@ces.clemson.edu>
5655
5656 Enable push parsers to operate in impure mode. Thus, %push-parser no
5657 longer implies %pure-parser. The point of this change is to move
5658 towards being able to test the push parser code by running the entire
5659 test suite as if %push-parser had been declared.
5660 * data/push.c (yypush_parse): For impure mode, remove the
5661 yypushed_char, yypushed_val, and yypushed_loc arguments.
5662 Instead, declare these as local variables initialized to the global
5663 yychar, yylval, and yylloc.
5664 For the first yypush_parse invocation only, restore the initial values
5665 of these global variables when it's time to read a token since they
5666 have been overwritten.
5667 * src/parse-gram.y (prologue_declaration): Don't set pure_parser for
5668 %push-parser.
5669 * tests/calc.at (Simple LALR(1) Calculator): Always declare
5670 %pure-parser along with %push-parser since this test case was designed
5671 for pure push parsers.
5672 * tests/local.at (AT_PURE_OR_PUSH_IF): Remove unused.
5673 (AT_YACC_OR_PUSH_IF): New.
5674 (AT_YYERROR_SEES_LOC_IF): Fix enough that the test suite passes, but
5675 add a note that it's still wrong for some cases (as it has been for a
5676 while).
5677 (AT_PURE_LEX_IF): Use AT_PURE_IF instead of AT_PURE_OR_PUSH_IF since
5678 %push-parser no longer implies %pure-parser.
5679
a0633178
JD
56802006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
5681
5682 Remove some unnecessary differences between the pull parser code and
5683 the push parser code. This patch enables yynerrs in push mode.
5684 * data/push.c: Reformat M4 a little.
5685 (b4_yyerror_range): Remove and convert all uses to just yyerror_range.
5686 (b4_declare_scanner_communication_variables): Don't omit yynerrs just
5687 because push mode is on. Instead, if pure mode is on, move yynerrs
5688 to...
5689 (b4_declare_parser_state_variables): ... here.
5690 (yynerrs, yyerror_range): For push mode, #define each NAME in this list
5691 to yyps->NAME so it can be used in yypush_parse.
5692 (yypush_parse): Don't omit uses of yynerrs in push mode.
5693
8646b6a3
JD
56942006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
5695
5696 Fix bug such that the first pushed token's value and location are
5697 sometimes overwritten (sometimes by %initial-action) before being used.
5698 * data/push.c (yypush_parse): Rename arguments yynchar, yynlval, and
5699 yynlloc to yypushed_char, yypushed_val, and yypushed_loc for clarity.
5700 For the first yypush_parse invocation, initialize yychar to YYEMPTY to
5701 more closely mimic the pull parser logic.
5702 Don't copy the pushed token to yychar, yylval, and yylloc until it's
5703 time to read a token, which is after any initialization of yylval and
5704 yylloc.
5705 (gottoken): Rename label to...
5706 (yyread_pushed_token): ... for clarity and to avoid infringing on the
5707 user namespace.
5708
9baf4d74
JD
57092006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
5710
5711 Rearrange initialization of the parser state variables so that the
5712 skeleton doesn't have to have a copy for pull mode and another for push
5713 mode. This patch also fixes at least a bug such that yylloc was not
5714 initialized (with b4_location_initial_line and
5715 b4_location_initial_column) upon calling yypush_parse. However, that
5716 initialization now overwrites the first token's location;
5717 %initial-action assigning @$ already did the same thing, and both bugs
5718 will be fixed in a later patch.
5719 * data/push.c (b4_yyssa): Remove and convert all uses to just yyssa.
5720 (b4_declare_parser_state_variables): Remove initialization of yytoken,
5721 yyss, yyvs, yyls, and yystacksize.
5722 (yypstate_new): Remove initialization of some yypstate fields: yystate,
5723 yyerrstatus, yytoken, yyss, yyvs, yyls, yystacksize, yyssp, yyvsp, and
5724 yylsp.
5725 (yyssa, yyvsa, yylsa): For push mode, #define each NAME in this list to
5726 yyps->NAME so it can be used in yypush_parse.
5727 (yyparse or yypush_parse): For yypush_parse, don't print the
5728 "Starting parse" diagnostic for invocations after the first.
5729 Add initialization of yytoken, yyss, yyvs, yyls, and yystacksize; for
5730 yypush_parse, only do it for the first invocation.
5731 Allow yystate, yyerrstatus, yyssp, yyvsp, yylsp, and yylloc
5732 initialization to occur in yypush_parse but only on the first
5733 invocation.
5734
23522164
JD
57352006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
5736
5737 * data/push.c: Add CPP guards around push parser declarations in both
5738 the header and the code file.
5739 In the code file, move the push parser declarations to the same place
5740 they appear in the header file.
5741 Clean up the M4 some, especially the inconsistent underquoting in
5742 some b4_c_function_def and b4_c_function_decl uses.
5743
bb010fe5
JD
57442006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
5745
5746 Encapsulate the push parser state variables into an M4 macro so the
5747 push skeleton doesn't have to list them again for pull mode's yyparse.
5748 For push mode, remove yypush_parse's local equivalents of these
5749 variables to eliminate unnecessary copying between the two sets at
5750 run-time. This patch also fixes at least a bug related to multiple
5751 %initial-action invocations in push mode.
5752 * data/push.c (b4_declare_parser_variables): Rename to...
5753 (b4_declare_scanner_communication_variables): ... this for clarity and
5754 update both uses.
5755 (b4_declare_yyparse_variables): Remove and move its contents to the one
5756 spot where it was invoked.
5757 (b4_declare_parser_state_variables): New macro containing the parser
5758 state variables required by push mode.
5759 (struct yypstate): Replace all fields but yynew with
5760 b4_declare_parser_state_variables.
5761 (yystate, yyn, yyresult, yyerrstatus, yytoken, yyss, yyssp, yyvs,
5762 yyvsp, yyls, yylsp, yystacksize, yyval, yyloc): For push mode, #define
5763 each NAME in this list to yyps->NAME so it can be used in yypush_parse.
5764 (yyparse or yypush_parse): For yyparse in pull mode, replace local
5765 parser state variable declarations with
5766 b4_declare_parser_state_variables.
5767 Don't initialize parser state variables when calling yypush_parse since
5768 yypstate_new already does that.
5769 Invoke the user's initial action only upon the first yypush_parse
5770 invocation.
5771 Remove all code that copies between the local parser state variables
5772 and the yypstate.
5773
2d212f8c
JD
57742006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
5775
5776 * data/push.c (union yyalloc): Rename yyss, yyvs, and yyls fields to
5777 prevent a name collision in a future patch where these names will
5778 sometimes be #define'd.
5779 (YYSTACK_RELOCATE): Add an argument to select a union yyalloc field
5780 since it no longer has the same name as the existing argument.
5781 (yyparse or yypush_parse): Update all uses of YYSTACK_RELOCATE.
5782
e6e704dc
JD
57832006-12-19 Paolo Bonzini <bonzini@gnu.org>
5784 and Joel E. Denny <jdenny@ces.clemson.edu>
5785
5786 * doc/bison.texinfo (Decl Summary): In the %language entry, mention
5787 that the argument is case-insensitive, and there's no `=' here.
5788 For the %skeleton entry, mention that %language is better.
5789 (Bison Options): Likewise for --language and --skeleton. Move the
5790 --skeleton entry so that the `Tuning the parser' section is sorted
5791 alphabetically on long options.
5792 (C++ Bison Interface): Don't use the word skeleton. Don't explain the
5793 %language directive in detail here; cross-reference the %language
5794 documentation instead.
5795 (Calc++ Parser): Use `%require "@value{VERSION}"' rather than
5796 `%require "2.3b"' so that the example is always up-to-date.
148d66d8 5797 (Table of Symbols): Add entries for %language and %skeleton.
e6e704dc
JD
5798 * examples/extexi (normalize): Instead of replacing every %require
5799 argument with the current Bison version, just substitute for
5800 `@value{VERSION}'. This guarantees that we're testing what actually
5801 appears in the documentation.
5802 * examples/calc++/Makefile.am ($(calc_extracted)): Use `$(VERSION)'
5803 rather than `@VERSION@'.
5804
0e021770
PE
58052006-12-18 Paul Eggert <eggert@cs.ucla.edu>
5806
fd575f05
PE
5807 * NEWS: Reword the %language news a bit, and put it earlier.
5808
0e021770
PE
5809 * src/getargs.c (skeleton_arg): Last arg is now location const *.
5810 Rewrite to simplify the logic.
5811 (language_argmatch): Likewise.
fd575f05
PE
5812 (program_name): We now own this var.
5813 * src/getargs.h (struct bison_language): Use char[] rather than
5814 const char *.
0e021770
PE
5815
5816 * doc/bison.texinfo (Decl Summary, Bison Options): Don't claim
5817 Java is supported.
5818 * src/complain.c (program_name): Remove decl; no longer needed.
5819 * src/main.c (program_name): Remove; now belongs to getargs.
5820
58212006-12-18 Paolo Bonzini <bonzini@gnu.org>
5822
5823 * NEWS: Document %language.
5824
5825 * data/Makefile.am (dist_pkgdata_DATA): Add c-skel.m4, c++-skel.m4.
5826
5827 * data/c-skel.m4, data/c++-skel.m4: New files.
5828 * data/glr.c: Complain on push parsers.
5829
5830 * doc/bison.texinfo (C++ Parser Interface): Prefer %language
5831 over %skeleton.
148d66d8 5832 (Decl Summary): Document %language and %skeleton.
0e021770
PE
5833 (Command line): Document -L.
5834
5835 * examples/extexi: Rewrite %require directive.
5836 * examples/calc++/Makefile.am: Pass VERSION to extexi.
5837
5838 * src/files.c (compute_exts_from_gc): Look in language structure
5839 for .y extension.
5840 (compute_file_name_parts): Check whether .tab should be added.
5841 * src/getargs.c (valid_languages, skeleton_prio, language_prio):
5842 (language, skeleton_arg, language_argmatch): New.
5843 (long_options): Add --language.
5844 (getargs): Use skeleton_arg, add -L/--language.
5845 * src/getargs.h: Include location.h.
5846 (struct bison_language, language, skeleton_arg, language_argmatch): New.
5847 * src/output.c (prepare): Pick default skeleton from struct language.
5848 Don't dispatch C skeletons here.
5849 * src/parse-gram.y (PERCENT_LANGUAGE): New.
5850 (prologue_declaration): Add "%language" rule, use skeleton_arg.
5851 * src/scan-gram.l ("%language"): New rule.
5852
5853 * tests/calc.at: Test %skeleton and %language.
5854 * tests/local.at (AT_SKEL_CC_IF): Look for %language.
5855 (AT_GLR_IF): Look for %skeleton "glr.cc".
5856 (AT_LALR1_CC_IF, AT_GLR_CC_IF): Rewrite.
5857 (AT_YACC_IF): Reject %language.
5858
5691bf57
PE
58592006-12-18 Paul Eggert <eggert@cs.ucla.edu>
5860
db06f0ce
PE
5861 * src/symtab.h (struct semantic_type): Remove the tag 'semantic_type',
5862 since it wasn't used; only the typedef name 'semantic_type' is needed.
5863 Also, omit trailing white space.
5864
5691bf57
PE
5865 * bootstrap: Sync from coreutils.
5866 (gnulib_extra_files): Add build-aux/announce.gen.
5867 (slurp): Adjust .gitignore files like .cvsignore files.
5868 * build-aux/announce-gen: Remove from CVS, since bootstrap
5869 now creates this.
5870
791934e4
JD
58712006-12-16 Joel E. Denny <jdenny@ces.clemson.edu>
5872
5873 Make %push-parser imply %pure-parser. This fixes several bugs; see
5874 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00148.html>.
5875 * src/parse-gram.y (prologue_declaration): For %push-parser, also set
5876 pure_parser = true.
5877 * data/push.c: Don't bother testing b4_push_if when deciding whether
5878 to expand b4_declare_parser_variables globally.
5879 (yypush_parse): Likewise in here.
5880
5881 * data/push.c (yypush_parse): Add b4_parse_param to arguments.
5882 (yy_reduce_print): Reformat M4 for readability.
5883
ee5abb37
JD
58842006-12-15 Bob Rossi <bob@brasko.net>
5885 and Joel Denny <jdenny@ces.clemson.edu>
5886
5887 * data/push.c (yypstate): Add typedef, and update all uses of
5888 struct yypstate to just yypstate.
5889 * tests/calc.at (_AT_DATA_CALC_Y): Update here as well.
5890
16ca01f9
JD
58912006-12-14 Bob Rossi <bob@brasko.net>
5892
5893 * data/push.c (yypush_parse): Declare prototype regardless of
5894 %locations option.
5895
ab8e7e1a
JD
58962006-12-14 Bob Rossi <bob@brasko.net>
5897
5898 * data/push.c (yyparse): Remove the prototype and the #define when in
5899 push-parser mode.
5900
9bf32be3
JD
59012006-12-13 Bob Rossi <bob@brasko.net>
5902
5903 * data/push.c (yypstate_init): Rename to...
5904 (yypstate_new): ... this and use b4_c_function_def.
5905 (yypstate_delete): New.
5906 (yypush_parse): Change parameters yynval and yynlloc to be const.
5907 * tests/calc.at (_AT_DATA_CALC_Y): Use new yypstate_new and
5908 yypstate_delete functions.
5909
f02e2948
JD
59102006-12-13 Joel E. Denny <jdenny@ces.clemson.edu>
5911
5912 * configure.ac (AC_PREREQ): Require Autoconf 2.61 because of our
5913 strange test case titles. Reported by Bob Rossi.
5914
38eb7751
PE
59152006-12-13 Paul Eggert <eggert@cs.ucla.edu>
5916
5917 * TODO: Add pointer to Sylvain Schmitz's work on static detection
5918 of potential ambiguities in GLR grammers.
5919
bd9d212b
JD
59202006-12-12 Joel E. Denny <jdenny@ces.clemson.edu>
5921
5922 * tests/testsuite.at (AT_CHECK): When checking if $1 starts with
5923 `bison ', use m4_index instead of m4_substr since chopping up a string
5924 containing M4-special characters causes problems here.
5925
5926 Fix a couple of bugs related to special characters in user-specified
5927 file names, and make it easier for skeletons to compute output file
5928 names with the same file name prefix as Bison-computed output file
5929 names.
5930 * data/glr.cc, data/push.c, data/yacc.c: In @output, use
5931 b4_parser_file_name and b4_spec_defines_file instead of
5932 @output_parser_name@ and @output_header_name@, which are now redundant.
5933 * data/glr.c, data/lalr1.cc: Likewise. Also, in header #include's, use
5934 b4_parser_file_name, b4_spec_defines_file, and the new
5935 @basename(FILENAME@) instead of @output_parser_name@ and
5936 @output_header_name@, which inappropriately escaped the file names as
5937 C string literals.
5938 * src/files.c (all_but_ext): Remove static qualifier.
5939 (compute_output_file_names): Move `free (all_but_ext)' to...
5940 (output_file_names_free): ... here since all_but_ext is needed later.
5941 * src/files.h (all_but_ext): Extern.
5942 * src/muscle_tab.h (MUSCLE_INSERT_STRING_RAW): New macro that does
5943 exactly what MUSCLE_INSERT_STRING used to do.
5944 (MUSCLE_INSERT_STRING): Use MUSCLE_OBSTACK_SGROW so that M4-special
5945 characters are escaped properly.
5946 * src/output.c (prepare): Define muscle file_name_all_but_ext as
5947 all_but_ext.
5948 For pkgdatadir muscle, maintain previous functionality by using
5949 MUSCLE_INSERT_STRING_RAW instead of MUSCLE_INSERT_STRING. The problem
5950 is that b4_pkgdatadir is used inside m4_include in the skeletons, so
5951 digraphs would never be expanded. Hopefully no one has M4-special
5952 characters in his Bison installation path.
5953 * src/scan-skel.l: Don't parse @output_header_name@ and
5954 @output_parser_name@ anymore since they're now redundant.
5955 In @output, use decode_at_digraphs.
5956 Parse a new @basename command that invokes last_component.
5957 (decode_at_digraphs): New.
5958 (BASE_QPUTS): Remove unused.
5959 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): New macro.
5960 (Output file name): New tests.
5961
3f7ca628
JD
59622006-12-09 Joel E. Denny <jdenny@ces.clemson.edu>
5963
5964 Warn about output files that are generated by the skeletons and that
5965 conflict with other output files.
5966 * data/glr.c: Don't generate the header file here when glr.cc does.
5967 * src/files.c (file_names, file_names_count): New static globals.
5968 (compute_output_file_names): Invoke output_file_name_check for files
5969 not generated by the skeletons and remove existing checks.
5970 (output_file_name_check): New function that warns about conflicting
5971 output file names.
5972 (output_file_names_free): Free file_names.
5973 * src/files.h (output_file_name_check): Declare.
5974 * src/scan-skel.l: Invoke output_file_name_check for files generated by
5975 the skeletons.
5976 * tests/output.at (AT_CHECK_CONFLICTING_OUTPUT): New.
5977 (Conflicting output files): New tests.
5978
178e123e
PE
59792006-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5980
5981 * doc/bison.texinfo: Fix a couple of typos.
5982
59832006-12-08 Bob Rossi <bob@brasko.net>
8def5cd0
JD
5984
5985 * data/push.c: (yypvarsinit, yypvars, struct yypvars, yypushparse):
5986 Rename to...
5987 (yypstate_init, yypstate, struct yypstate, yypush_parse): ... these and
5988 update all uses.
5989 (b4_yyssa, b4_yyerror_range, yypstate_init): Rename pv to yyps.
5990 (yypush_parse): Rename yypvars argument to yyps and remove redundant
5991 local pv.
5992 (yypstate_init, yypush_parse): Declare in Bison-generated header file.
5993 * tests/calc.at (_AT_DATA_CALC_Y): Use newly named functions.
5994
ea17f233
JD
59952006-12-07 Bob Rossi <bob@brasko.net>
5996 and Joel Denny <jdenny@ces.clemson.edu>
5997
5998 * data/push.c (yypvarsinit): Change return type from void* to struct
5999 yypvars*. No longer cast to void* on return.
6000 (struct yypvars): Remove yylen since it need not be remembered between
6001 yypushparse invocations.
6002 (yypushparse): Don't copy between yylen and pv->yylen.
6003
55a30bda
JD
60042006-12-05 Bob Rossi <bob@brasko.net>
6005
6006 * data/push.c (yychar_set, yylval_set, yylloc_set): Delete.
6007 (yypushparse): Add yynchar, yynlval, yynlloc parameters.
6008 (b4_declare_parser_variables): Do not declare yynerrs for push mode.
6009 (struct yypvars): Remove b4_declare_parser_variables.
6010 (yypvarsinit): Remove init code for removed variables.
6011 (global scope): Do not declare b4_declare_parser_variables if
6012 push or pure mode.
6013 (yypushparse): Add b4_declare_parser_variables.
6014 Init new local variables, and remove init code for removed
6015 yypvars variables.
6016 (yyparse): Delete.
6017 * tests/calc.at (_AT_DATA_CALC_Y): Call yypushparse for push mode
6018 and yyparse for other modes.
6019 (AT_CHECK_CALC_LALR): Added '%skeleton "push.c"' for push tests.
6020 * tests/local.at (AT_PUSH_IF, AT_PURE_OR_PUSH_IF): Added.
6021 (AT_YYERROR_SEES_LOC_IF): push-parser makes this false.
6022 (AT_PURE_LEX_IF): True if pure or push parser.
6023
85894313
JD
60242006-12-05 Joel E. Denny <jdenny@ces.clemson.edu>
6025
6026 Document Yacc prologue alternatives and default %destructor's and
6027 %printer's as experimental. Don't mention Java yet. Discussed at
6028 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00002.html>.
6029 * NEWS (2.3a+): Say they're experimental. Remove any mention of Java.
6030 (2.3a): Annotate this entry to say the old forms of these features were
6031 also experimental.
6032 * doc/bison.texinfo (Prologue Alternatives, Freeing Discarded Symbols,
148d66d8 6033 Table of Symbols): Say they're experimental. Comment out any mention
85894313
JD
6034 of Java (we'll want this back eventually).
6035
02975b9a
JD
60362006-12-01 Joel E. Denny <jdenny@ces.clemson.edu>
6037
6038 Support a file name argument to %defines. Deprecate `=' in
6039 %file-prefix, %name-prefix, and %output. Discussed at
6040 <http://lists.gnu.org/archive/html/help-bison/2006-09/msg00001.html>.
6041 * NEWS (2.3a+): Mention.
148d66d8 6042 * doc/bison.texinfo (Decl Summary, Table of Symbols): Add entry for new
02975b9a
JD
6043 form of %defines, and remove `=' from entries for %file-prefix,
6044 %name-prefix, and %output.
6045 * src/parse-gram.y (prologue_declaration): Implement.
6046 * tests/calc.at (Simple LALR Calculator, Simple GLR Calculator, Simple
6047 LALR1 C++ Calculator, Simple GLR C++ Calculator): Remove the `=' from
6048 all but one occurrence of %name-prefix.
6049 * tests/headers.at (export YYLTYPE): Remove the `=' from %name-prefix.
6050 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Likewise.
6051 * tests/output.at (AT_CHECK_OUTPUT): Remove the `=' from all but one
6052 occurrence of each of %file-prefix and %output. Add check for %defines
6053 with argument.
6054 * tests/reduce.at (Useless Terminals, Useless Nonterminals,
6055 Useless Rules, Reduced Automaton, Underivable Rules, Empty Language):
6056 Remove the `=' from %output.
6057
287b314e
JD
60582006-11-21 Joel E. Denny <jdenny@ces.clemson.edu>
6059
6060 Don't escape $ in test case titles since Autoconf 2.61 now does that
6061 correctly.
6062 * tests/actions.at (Default %printer and %destructor are not for error
6063 or $undefined): Here.
6064 (Default %printer and %destructor are not for $accept): Here.
6065 * tests/input.at (Invalid $n and @n): Here.
6066
3ebecc24
JD
60672006-11-20 Joel E. Denny <jdenny@ces.clemson.edu>
6068
6069 Rename <!> to <>. Discussed starting at
6070 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00039.html>.
6071 * NEWS (2.3a+): Update.
148d66d8 6072 * doc/bison.texinfo (Freeing Discarded Symbols, Table of Symbols):
3ebecc24
JD
6073 Update.
6074 * src/parse-gram.y (TYPE_TAG_NONE, generic_symlist_item): Implement.
6075 * src/scan-gram.l (INITIAL): Implement.
6076 * src/symlist.c (symbol_list_default_tagless_new): Update comment.
6077 * src/symlist.h (symbol_list, symbol_list_default_tagless_new): Update
6078 comment.
6079 * tests/actions.at (Default tagless %printer and %destructor,
6080 Default tagged and per-type %printer and %destructor,
6081 Default %printer and %destructor are not for error or $undefined,
6082 Default %printer and %destructor are not for $accept,
6083 Default %printer and %destructor for mid-rule values): Update.
6084 * tests/input.at (Default %printer and %destructor redeclared,
6085 Unused values with default %destructor): Update.
6086
26b8a438
JD
60872006-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
6088
6089 Don't let %prec take a nonterminal.
6090 * src/reader.c (grammar_current_rule_prec_set): Make the %prec symbol a
6091 token.
6092 * tests/input.at (%prec takes a token): New test checking that %prec
6093 won't take a nonterminal.
6094
07c39ae9
JD
60952006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
6096
405d53b7
JD
6097 * tests/testsuite.at (AT_CHECK): Don't miss an exit value of 0 because
6098 it was double-quoted.
07c39ae9
JD
6099 * src/Makefile.am (YACC): Use --warnings=all,error so that Bison's own
6100 grammar is maintained with Bison's highest standards.
6101 * src/getargs.c: Fix some typos in Doxygen comments.
6102
580b8926
JD
61032006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
6104
6105 Fix memory leaks in scanners generated by at least Flex 2.5.9 and
6106 later. Reported by Paul Eggert in
6107 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00014.html>.
6108 * src/flex-scanner.h (yylex_destroy): Define for Flex before 2.5.9.
6109 * src/scan-code.l (translate_action): Don't bother invoking
6110 yy_delete_buffer (YY_CURRENT_BUFFER) before creating the first buffer.
6111 (code_scanner_free): Instead of invoking
6112 yy_delete_buffer (YY_CURRENT_BUFFER) directly, invoke yylex_destroy,
6113 which frees more.
6114 * src/scan-gram.l (gram_scanner_free): Likewise.
6115 * src/scan-skel.l (scan_skel): Likewise.
6116
4502eadc
JD
61172006-11-09 Joel E. Denny <jdenny@ces.clemson.edu>
6118
6119 * src/files.c (tr): Change return type to void.
6120 * src/muscle_tab.c (muscle_insert): Free storage in case muscle_grow
6121 has been called previously for the same key.
6122 (muscle_find): Return storage instead of value so that
6123 --enable-gcc-warnings doesn't produce warnings that the return discards
6124 const. aver that the value and storage are the same since storage
6125 could potentially be NULL when value is not.
6126 * tests/testsuite.at (AT_CHECK): Treat an unspecified exit value the
6127 same as 0.
6128
7746c8f6
PE
61292006-11-08 Paul Eggert <eggert@cs.ucla.edu>
6130
6131 * bootstrap.conf (excluded_files): Exclude m4/codeset.m4 (undoing
6132 the earlier change today), m4/intl.m4, m4/intldir.m4. This gives
6133 us a slightly cleaner distribution, and also works.
6134 * m4/.cvsignore: Add inline.m4, wint_t.m4 to accommodate recent
6135 gnulib changes.
6136
eb095650
PE
61372006-11-08 Joel E. Denny <jdenny@ces.clemson.edu>
6138 and Paul Eggert <eggert@cs.ucla.edu>
6139
6140 Don't let Bison leak memory except when it complains.
6141 * src/files.h (parser_file_name, spec_verbose_file, spec_graph_file):
6142 (spec_defines_file, dir_prefix): Now char *, not const char *,
6143 since they are freed.
6144 * src/files.c: Likewise.
6145 (all_but_ext, all_but_tab_ext, src_extension, header_extension):
6146 Likewise.
6147 (tr): Now operates in-place. All uses changed.
6148 (compute_exts_from_gf, compute_exts_from_src): Don't leak temporary
6149 values.
6150 (compute_file_name_parts, compute_output_file_names): Don't store
6151 read-only data in variables that will be freed.
6152 (compute_output_file_names): Free all_but_ext, all_but_tab_ext,
6153 src_extension, and header_extension.
6154 (output_file_names_free): New public function to free
6155 spec_verbose_file, spec_graph_file, spec_defines_file,
6156 parser_file_name, and dir_prefix.
6157 * src/getargs.c (getargs): Don't store read-only data in variables that
6158 will be freed.
6159 * src/main.c (main): Invoke output_file_names_free, code_scanner_free
6160 (which previously existed but was unused), and quotearg_free.
6161 * src/muscle_tab.h (muscle_insert): value arg is now a `char const *'.
6162 * src/muscle_tab.c: Likewise.
6163 (muscle_entry): Make the value char const *,
6164 and add a new storage member that is char * and can be freed.
6165 (muscle_entry_free): New private function.
6166 (muscle_init): Use it instead of free.
6167 (muscle_insert, muscle_grow): Update and use new storage member.
6168 (muscle_code_grow): Free the string passed to muscle_grow
6169 since it's not needed anymore.
6170 * src/parse-gram.y (%union): Make `chars' member a `char const *', and
6171 add a new `char *code' member.
6172 ("{...}"): Declare semantic type as code.
6173 * src/scan-code.h (translate_rule_action):
6174 (translate_symbol_action, translate_code, translate_action): Return
6175 `char const *' rather than `char *' since external code should not free
6176 these strings.
6177 * src/scan-code.l: Likewise.
6178 * src/scan-gram.l (<SC_BRACED_CODE>): Use val->code for BRACED_CODE,
6179 which is "{...}" in the parser.
6180 * tests/Makefile.am (maintainer-check-valgrind): Set
6181 VALGRIND_OPTS='--leak-check=full --show-reacheable=yes' before invoking
6182 Valgrind.
6183 * tests/calc.at (_AT_DATA_CALC_Y): fclose the FILE* so Valgrind doesn't
6184 complain.
6185 * tests/testsuite.at (AT_CHECK): Redefine so that running Bison and
6186 expecting a non-zero exit status sets --leak-check=summary and
6187 --show-reachable=no for Valgrind. Bison unabashedly leaks memory in
6188 this case, and we don't want to hear about it.
6189
ac564be4
PE
61902006-11-08 Paul Eggert <eggert@cs.ucla.edu>
6191
6192 * bootstrap (runtime-po/Makevars): Derive from po/Makevars
6193 instead of from the template, to simplify configuration a bit.
6194 * bootstrap.conf (excluded_files): Don't exclude m4/codeset.m4
6195 and m4/wint_t.m4, as they are needed with the latest gnulib.
6196
17bd8a73
JD
61972006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
6198
6199 Disable unset/unused mid-rule value warnings by default, and recognize
6200 --warnings=midrule-values to enable them. Discussed starting at
6201 <http://lists.gnu.org/archive/html/help-bison/2006-10/msg00030.html>.
6202 * NEWS (2.3a+): Mention.
6203 * src/getargs.c, src/getargs.h (warnings_args, warnings_types, enum
6204 warnings): Add entry for midrule-values subargument.
6205 * src/reader.c (symbol_should_be_used): Don't return true just because
6206 the value is a set/used mid-rule value unless
6207 --warnings=midrule-values was specified.
6208 * tests/input.at (Unused values, Unused values before symbol
6209 declarations): Run tests with and without --warnings=midrule-values.
6210
6211 * src/reader.c (check_and_convert_grammar): Use symbol_list_free rather
6212 than LIST_FREE directly.
6213
89eb3c76
JD
62142006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
6215
6216 Finish implementing --warnings=error, which should not be implied by
6217 --warnings=all (or by its synonyms -W and --warnings without
6218 subarguments).
6219 * src/complain.c (set_warning_issued): New function to report that
6220 warnings are being treated as errors and to record an error if so.
6221 Invoke...
6222 (warn_at, warn): ... here.
6223 * src/getargs.c (warnings_args, warnings_types): Reorder so that
6224 "error - warnings are errors" does not appear above "all - all of the
6225 above".
6226 (getargs): For -W and --warnings without subarguments, don't let
6227 FLAGS_ARGMATCH set warnings_error in warnings_flag.
6228 * src/getargs.h (enum warnings): Unset warnings_error in warnings_all.
6229
ba7560e2
JD
62302006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
6231
6232 * src/getargs.c (flags_argmatch): Don't cause segmentation fault for
6233 empty subargument list. For example: `bison --warnings= parser.y'.
6234
31283fc3
JD
62352006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
6236
6237 * data/push.c, data/yacc.c: Make sure there's a newline at the end of
6238 the parser header file so that gcc doesn't warn.
6239
12e35840
JD
62402006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
6241
6242 Split the default %destructor/%printer into two kinds: <*> and <!>.
6243 Discussed starting at
6244 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00060.html>.
6245 * NEWS (2.3a+): Mention.
6246 * doc/bison.texinfo (Freeing Discarded Symbols): Document this and the
6247 previous change today related to mid-rules.
148d66d8 6248 (Table of Symbols): Remove %symbol-default and add <*> and <!>.
3ebecc24 6249 * src/parse-gram.y (PERCENT_SYMBOL_DEFAULT): Remove.
12e35840
JD
6250 (TYPE_TAG_ANY): Add as <*>.
6251 (TYPE_TAG_NONE): Add as <!>.
6252 (generic_symlist_item): Remove RHS for %symbol-default and add RHS's
6253 for <*> and <!>.
6254 * src/scan-gram.l (PERCENT_SYMBOL_DEFAULT): Remove.
6255 (TYPE_TAG_ANY, TYPE_TAG_NONE): Add.
6256 * src/symlist.c (symbol_list_default_new): Split into tagged and
6257 tagless versions.
6258 (symbol_list_destructor_set, symbol_list_printer_set): Split
6259 SYMLIST_DEFAULT case into SYMLIST_DEFAULT_TAGGED and
6260 SYMLIST_DEFAULT_TAGLESS.
6261 * src/symlist.h: Update symbol_list_default*_new prototypes.
6262 (symbol_list.content_type): Split enum value SYMLIST_DEFAULT into
6263 SYMLIST_DEFAULT_TAGGED and SYMLIST_DEFAULT_TAGLESS.
6264 * src/symtab.c (default_destructor, default_destructor_location,
6265 default_printer, default_printer_location): Split each into tagged and
6266 tagless versions.
6267 (symbol_destructor_get, symbol_destructor_location_get,
6268 symbol_printer_get, symbol_printer_location_get): Implement tagged
6269 default and tagless default cases.
6270 (default_destructor_set, default_printer_set): Split each into tagged
6271 and tagless versions.
6272 * src/symtab.h: Update prototypes.
6273 * tests/actions.at (Default %printer and %destructor): Rename to...
6274 (Default tagless %printer and %destructor): ... this, and extend.
6275 (Per-type %printer and %destructor): Rename to...
6276 (Default tagged and per-type %printer and %destructor): ... this, and
6277 extend.
6278 (Default %printer and %destructor for user-defined end token): Extend.
6279 (Default %printer and %destructor are not for error or $undefined):
6280 Update.
6281 (Default %printer and %destructor are not for $accept): Update.
6282 (Default %printer and %destructor for mid-rule values): Extend.
6283 * tests/input.at (Default %printer and %destructor redeclared): Extend.
6284 (Unused values with default %destructor): Extend.
6285
f91b1629
JD
62862006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
6287
6288 Don't apply the default %destructor/%printer to an unreferenced midrule
6289 value. Mentioned at
6290 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00104.html>.
6291 * src/symtab.c (dummy_symbol_get): Name all dummy symbols initially
6292 like $@n instead of just @n so that the default %destructor/%printer
6293 logic doesn't see them as user-defined symbols.
6294 (symbol_is_dummy): Check for both forms of the name.
6295 * src/reader.c (packgram): Remove the `$' from each midrule symbol
6296 name for which the midrule value is referenced in any action.
6297 * tests/actions.at (Default %printer and %destructor for mid-rule
6298 values): New test.
6299 * tests/regression.at (Rule Line Numbers, Web2c Report): Update output
6300 for change to dummy symbol names.
6301
519d0004
JD
63022006-10-20 Joel E. Denny <jdenny@ces.clemson.edu>
6303
6304 Warn about unset midrule $$ if the corresponding $n is used.
6305 * src/reader.c (symbol_should_be_used): Check midrule parent rule for
6306 $n usage.
6307 (packgram): Before invoking grammar_rule_check on any rule, make sure
6308 all actions have already been scanned in order to set `used' flags.
6309 Otherwise, checking that a midrule's $$ is set will not always work
6310 properly because the midrule check must forward-reference the midrule's
6311 parent rule.
6312 * tests/input.at (AT_CHECK_UNUSED_VALUES): Extend to check the new
6313 warning.
6314
a501eca9
JD
63152006-10-20 Joel E. Denny <jdenny@ces.clemson.edu>
6316
6317 More improvements to the documentation of the prologue alternatives:
6318 * NEWS (2.3a+): Mention the new `Prologue Alternatives' section in the
6319 Bison manual.
6320 * doc/bison.texinfo (Prologue Alternatives): Correct some errors. Add
6321 some text to clarify the relative importance of the new directives and
6322 to show how these directives may be viewed as code labels.
6323
2cbe6b7f
JD
63242006-10-16 Joel E. Denny <jdenny@ces.clemson.edu>
6325
6326 Similar to the recently removed %before-header, add %code-top as the
6327 alternative to the pre-prologue. Mentioned at
6328 <http://lists.gnu.org/archive/html/bison-patches/2006-10/msg00063.html>.
6329 Also, let the prologue alternatives appear in the grammar section.
6330 * src/parse-gram.y (PERCENT_CODE_TOP): New token.
6331 (prologue_declaration): Move the existing prologue alternatives to...
6332 (grammar_declaration): ... here and add %code-top.
6333 * src/scan-gram.l (PERCENT_CODE_TOP): New token.
6334
6335 Clean up and extend documentation for the prologue alternatives.
6336 * NEWS (2.3a+): Describe prologue alternatives.
6337 * doc/bison.texinfo (Prologue): Move discussion of prologue
6338 alternatives to...
6339 (Prologue Alternatives): ... this new section, and extend it to discuss
6340 all 4 directives in detail.
148d66d8
JD
6341 (Table of Symbols): Clean up discussion of prologue alternatives and
6342 add %code-top.
2cbe6b7f 6343
e557d3ea
JMG
63442006-10-16 Juan Manuel Guerrero <juan.guerrero@gmx.de>
6345
6346 DJGPP specific issues.
6347
6348 * djgpp/config.bat: config.hin has been moved to lib. Adjust
6349 config.bat accordingly.
6350 * djgpp/config.sed: Adjust config.sed for the use of autoconf 2.60.
6351 * djgpp/config.site: Likewise.
6352
136a0f76
PB
63532006-10-16 Paolo Bonzini <bonzini@gnu.org>
6354
27bd5d67
PB
6355 Replace %*-header with %provides, %requires, %code. See discussion at
6356 http://lists.gnu.org/archive/html/bison-patches/2006-10/msg00002.html
6357
136a0f76
PB
6358 * data/bison.m4 (b4_user_requires, b4_user_provides): New.
6359 (b4_user_start_header): Remove.
6360 * data/glr.c: Use new macros instead of b4_*start_header
6361 and b4_*end_header.
6362 * data/glr.cc: Likewise.
6363 * data/lalr1.cc: Likewise.
6364 * data/push.c: Likewise.
6365 * data/yacc.c: Likewise.
6366
6367 * doc/bison.texinfo: Remove %before-header, rename
6368 %{start,end,after}-header to %requires, %provides, %code.
6369
6370 * src/parse-gram.y: Likewise (also rename token names accordingly).
6371 * src/scan-gram.l: Likewise.
6372 * tests/actions.at: Likewise.
6373
10f429ef
PE
63742006-10-14 Paul Eggert <eggert@cs.ucla.edu>
6375
6376 * lib/Makefile.am (AM_CFLAGS): Remove $(WERROR_CFLAGS).
6377 Problem reported by Joel E. Denny.
6378
63792006-10-14 Jim Meyering <jim@meyering.net>
6380
6381 (Sync from coreutils.)
6382 Work also when the working directory (with e.g. coreutils sources)
6383 is version controlled with git, rather than CVS.
6384 * bootstrap (CVS_only_file): Test for the existence of README-cvs,
6385 rather than CVS.
6386 In messages and comments, say e.g., "checked-out sources",
6387 rather than "CVS sources".
6388 (version_controlled_file): New function. Work for git as well as
6389 for CVS. Don't use grep's -q option.
6390 (slurp): Call it here, in place of CVS-specific code.
6391
c4bd5bf7
JD
63922006-10-14 Joel E. Denny <jdenny@ces.clemson.edu>
6393
6394 Fix testsuite for ./configure --enable-gcc-warnings:
6395 * configure.ac (gcc-warnings): Move -Wall before -Wno-sign-compare.
6396 Otherwise, gcc 4.1.0 (at least) warns about sign comparisons in
6397 __AT_CHECK_PRINTER_AND_DESTRUCTOR in tests/actions.at.
6398 * test/input.at (Torturing the Scanner): #include <stdlib.h> for abort.
6399 * test/regression.at (Diagnostic that expects two alternatives):
6400 Likewise.
6401
46356ea4
PE
64022006-10-12 Paul Eggert <eggert@cs.ucla.edu>
6403
231ed89a
PE
6404 * bootstrap.conf (gnulib_modules): Add config-h.
6405 * djgpp/subpipe.c: Include <config.h> unconditionally; don't
6406 worry about HAVE_CONFIG_H.
6407 * lib/abitset.c: Likewise.
6408 * lib/bitset.c: Likewise.
6409 * lib/bitset_stats.c: Likewise.
6410 * lib/bitsetv-print.c: Likewise.
6411 * lib/bitsetv.c: Likewise.
6412 * lib/ebitset.c: Likewise.
6413 * lib/get-errno.c: Likewise.
6414 * lib/lbitset.c: Likewise.
6415 * lib/subpipe.c: Likewise.
6416 * lib/timevar.c: Likewise.
6417 * lib/vbitset.c: Likewise.
6418 * lib/bitset.c: Include "bitset.h" first, to test interface.
6419 * lib/bitset_stats.c: Include "bitset_stats.h" first.
6420 * lib/bitsetv-print.c: Include "bitsetv-print.h" first.
6421 * lib/bitsetv.c: Include "bitsetv.h" first.
6422 * lib/get-errno.c: Include "get-errno.h" first.
6423 * m4/.cvsignore: Add config-h.m4.
6424 * tests/actions.at (Default %printer and %destructor for ...):
6425 Adjust expected line numbers in output to reflect removal of #if
6426 HAVE_CONFIG_H lines.
6427 * tests/glr-regression.at (Missed %merge type warnings when ...):
6428 Likewise.
6429 * tests/regression.at (Braced code in declaration in rules section):
6430 Likewise.
6431 * tests/atlocal.in (CPPFLAGS): Don't define HAVE_CONFIG_H.
6432 * tests/local.at (AT_DATA_GRAMMAR_PROLOGUE):
6433 Include <config.h> unconditionally.
6434
46356ea4
PE
6435 * bootstrap: Sync from coreutils, as follows:
6436
6437 2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
6438
6439 * bootstrap (symlink_to_gnulib): Fix bug: the dot_dots shell
6440 variable was sometimes used without being initialized. This
6441 messed up the installation of the INSTALL file in some cases.
6442
6443 2006-10-09 Paul Eggert <eggert@cs.ucla.edu>
6444
6445 * bootstrap (usage, main program, symlink_to_gnulib): Add option
6446 --copy. Inspired by a suggestion from Bruno Haible.
6447
6448 2006-10-03 Jim Meyering <jim@meyering.net>
6449
6450 * bootstrap: Undo last change to this file, since now gnulib-tool
6451 sticks with the automake default in generating dependencies.
6452
dd4bf078
PE
64532006-10-12 Paul Eggert <eggert@cs.ucla.edu>
6454
cf2a5f7c
PE
6455 * configure.ac: Use AC_PROG_CC_STDC; this is more modern than
6456 the old AC_PROG_CC / AM_PROG_CC_STDC combination.
6457
6458 * doc/bison.1: Add copyright notice.
6459
6460 * data/glr.c: Don't include <stdarg.h>; not used.
6461
35fe0834
PE
6462 * NEWS: The -g and --graph options now output graphs in Graphviz
6463 DOT format, not VCG format.
6464 * doc/bison.1: Likewise.
6465 * doc/bison.texinfo (Understanding, Bison Options): Likewise.
fcab4a2e
PE
6466 * THANKS: Add Satya Kiran Popuri, who proposed the initial version
6467 of this change in
6468 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00158.html>.
35fe0834
PE
6469 * TODO: Remove Graphviz entry.
6470 * src/Makefile.am (bison_SOURCES): Add graphviz.c and graphviz.h;
6471 remove vcg.c, vcg.h, vcg_defaults.h.
6472 * src/vcg.c, src/vcg.h, src/vcg_defaults.h: Remove.
6473 * src/graphviz.c, src/graphviz.h: New files.
6474 * src/files.c (compute_output_file_names): Output .dot, not .vcg.
6475 * src/files.h: Make comment more generic.
6476 * src/main.c (main): Likewise.
6477 * src/print_graph.h: Likewise.
6478 * src/getargs.c (usage): Make usage description more generic.
6479 * src/print_graph.c: Include graphviz.h rather than vcg.h.
6480 (static_graph, fgraph): Remove. All uses changed to pass
6481 arguments instead of sharing a static var.
6482 (print_core, print_actions, print_state, print_graph):
6483 Output graphviz format rather than VCG format.
6484 * tests/.cvsignore: Remove *.vcg; add *.dot.
6485 * tests/output.at: Expect *.dot files, not *.vcg files.
6486
dd4bf078
PE
6487 * data/Makefile.am (dist_pkgdata_DATA): Add bison.m4; this
6488 accommodates the 2006-10-08 change.
6489
efdd7421
PE
64902006-10-11 Bob Rossi <bob@brasko.net>
6491
6492 * data/push.c (yypushparse, yypvarsinit, yypvars): Wrap in b4_push_if.
6493 (b4_yyssa, b4_yyerror_range): New macros.
6494 (struct yypvars): Remove yyssa_ptr and yyerror_range_ptr fields.
6495 (yypvarsinit): Remove init of removed fields.
6496 (yypushparse): Remove use of removed fields; use new macros instead.
6497
96a1981a
PE
64982006-10-11 Paul Eggert <eggert@cs.ucla.edu>
6499
6500 * data/push.c (yypushparse): Fix memory leak if yymsg is malloced
6501 in a push parser. Reindent slightly to match yacc.c better.
6502
65032006-10-11 Bob Rossi <bob@brasko.net>
6504
46356ea4
PE
6505 * data/push.c (struct yypvars): Remove yymsgbuf, yymsgbuf_ptr, yymsg,
6506 yymsg_alloc fields.
6507 (yypvarsinit, yypushparse): Remove init of removed fields.
6508 (yypushparse): Use yymsgbuf instead of yymsgbuf_ptr.
96a1981a 6509
c1630a8b
PE
65102006-10-09 Paul Eggert <eggert@cs.ucla.edu>
6511
6512 * THANKS: Add Paolo Bonzini and Bob Rossi.
6513
90b9908d
PB
65142006-10-08 Paolo Bonzini <bonzini@gnu.org>
6515
6516 * data/c.m4 (b4_copyright, b4_epilogue, b4_location_initial_column,
6517 b4_location_initial_line, p4_parse_param, b4_ints_in, b4_flag_if,
6518 b4_define_flag_if and uses, b4_basename, b4_syncline, b4_user_code,
6519 b4_define_user_cde and uses): Remove.
6520 (b4_comment, b4_prefix, b4_sync_start): New.
6521 * data/bison.m4: New file, with most of the content removed from c.m4.
6522 * src/muscle_tab.h: Use "do {...} while(0)" throughout.
6523 * src/output.c (output_skeleton): Pass bison.m4.
6524 (prepare): Pass glr_flag and nondeterministic_flag. Pass prefix
6525 only if specified.
6526
cf806753
PE
65272006-10-05 Paul Eggert <eggert@cs.ucla.edu>
6528
6529 Fix test failure reported by Tom Lane in
6530 <http://lists.gnu.org/archive/html/bug-bison/2006-10/msg00000.html>
6531 and try to make such failures easier to catch in the future.
6532 * data/glr.c (YYTRANSLATE): Don't check for nonpositive arg;
6533 that's now the caller's responsibility.
6534 (yyprocessOneStack, yyrecoverSyntaxError, yyparse):
6535 Set yychar = YYEOF if it's negative.
6536 * tests/actions.at (yylex): Abort if asked to read past EOF.
6537 * tests/conflicts.at (yylex): Likewise.
6538 * tests/cxx-type.at (yylex): Likewise.
6539 * tests/glr-regression.at (yylex): Likewise.
6540 * tests/input.at (yylex): Likewise.
6541 * tests/regression.at (yylex): Likewise.
6542 * tests/torture.at (yylex): Likewise.
6543
0e2f006a
PE
65442006-10-01 Paul Eggert <eggert@cs.ucla.edu>
6545
6546 Fix problems with translating English-language diagnostics.
6547 * bootstrap: Fix bug introduced in recent bootstrap changes, with
6548 respect to bison-runtime pot generation. The YY_ stuff
6549 wasn't being captured.
6550 * bootstrap.conf (XGETTEXT_OPTIONS_RUNTIME): New var.
6551 * po/POTFILES.in: Add src/location.c, src/scan-code.l.
6552 * runtime-po/POTFILES.in: Add data/push.c.
6553
e3ddc1e3
PE
65542006-09-29 Paul Eggert <eggert@cs.ucla.edu>
6555
6556 Merge bootstrap changes from coreutils.
6557
6558 2006-09-28 Jim Meyering <jim@meyering.net>
6559
6560 Automatically generated dependencies are important even
6561 when all of the sources in a directory come from gnulib.
6562 * bootstrap (gnulib_tool): Remove the "no-dependencies" automake
6563 option that gnulib-tool adds to what becomes our lib/gnulib.mk.
6564
6565 2006-09-23 Jim Meyering <jim@meyering.net>
6566
6567 * bootstrap (gnulib_tool_options): Add "--local-dir gl".
6568
6569 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
6570
6571 * bootstrap: Add support for --force.
6572 (usage): New function. Describe usage less tersely.
6573 (CVS_only_file): New var.
6574
01e972b3
PE
65752006-09-21 Paul Eggert <eggert@cs.ucla.edu>
6576
6577 * data/push.c (YYPUSH_MORE): Make it an enum instead.
6578 (yypushparse): Use YYPUSH_MORE instead of the mystery constant.
6579 Adjust white space and comments to match GNU style better.
6580
c63d3e90
PE
65812006-09-20 Bob Rossi <bob@brasko.net>
6582
6583 * data/push.c (yyresult_get): Remove function.
6584 (YYPUSH_MORE): Add #define.
6585 (yypushparse): Modify return value.
6586
e70f46d1
PE
65872006-09-20 Paul Eggert <eggert@cs.ucla.edu>
6588
6589 * stamp-h.in: Remove; no longer needed.
6590 * .cvsignore: Replace autom4te.cache and config.cache with *.cache.
6591 Remove config.h, config.hin, intl (no longer created).
6592 * lib/.cvsignore: Add config.h, config.hin, configmake.h, inttypes.h,
6593 stamp-h1.
6594
6595 Sync bootstrap from coreutils, as follows:
6596
6597 2006-09-18 Paul Eggert <eggert@cs.ucla.edu>
6598
6599 * bootstrap (symlink_to_gnulib): New function.
6600 (cp_mark_as_generated): Use it, to prefer symlinks-to-gnulib
6601 to copies-of-gnulib.
6602 (cp_mark_as_generated, slurp, gnulib_files):
6603 Avoid making a copy if it's the same as the old version.
6604 (gnulib_files): Add support for this variable (used by Bison).
6605
a92be413
PE
66062006-09-20 Paul Eggert <eggert@cs.ucla.edu>
6607
6608 * src/getargs.c (usage): Rework to use conventions similar to
6609 coreutils, to make translation a bit easier and the code a bit
6610 smaller. Problem reported by Tim Van Holder.
6611
4f82b42a
PE
66122006-09-15 Paul Eggert <eggert@cs.ucla.edu>
6613
3b2942e6
PE
6614 Use some of gnulib's new modules, taken from coreutils.
6615
6616 * bootstrap: Sync from coreutils, except add support for gnulib_files.
6617 * bootstrap.conf: New file.
6618 (gnulib_modules): Add configmake, inttypes, unistd.
6619 (XGETTEXT_OPTIONS): Add complain, complain_at,
6620 fatal, fatal_at, warn, warn_at, unexpected_end.
6621 * configure.ac (AC_CONFIG_HEADERS): config.h is now in lib, not here.
6622 (gl_USE_SYSTEM_EXTENSIONS): Remove; gl_EARLY now does this.
6623 (gl_EARLY): Add.
6624 (AM_STDBOOL_H): Remove; gl_INIT now dows this.
6625 (gl_INIT): Add
6626 (GNULIB_AUTOCONF_SNIPPET): Remove.
6627 (AM_GNU_GETTEXT): Add; require formatstring macros since that's
6628 the pickiest.
6629 * lib/.cvsignore: Add inttypes_.h.
6630 * lib/Makefile.am: Include gnulib.mk first so we can append to it.
6631 (AM_CFLAGS): Add WERROR_CFLAGS, to be more like coreutils.
6632 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES): Remove
6633 no-longer-necessary initializations.
6634 (lib_SOURCES): Remove, replacing by libbison_a_SOURCES.
6635 * lib/subpipe.c: Include <unistd.h> unconditionally, now that we
6636 use the unistd module.
6637 * src/system.h: Likewise.
6638 * m4/.cvsignore: Remove *_gl.m4, gnulib.m4, inttypes_h.m4, uintmax_t.m4,
6639 ulonglong.m4. Add gettext.m4, gnulib-cache.m4, gnulib-comp.m4,
6640 gnulib-tool.m4, inttypes-h.m4, inttypes-pri.m4, inttypes.m4.
6641 * src/Makefile.am (DEFS): Remove, since configmake does this for us.
6642 (AM_CPPFLAGS): Remove -I../lib, since Automake does that for us.
6643 * src/system.h: Include inttypes.h unconditionally, now that we
6644 use the inttypes module. Don't bother to include stdint.h, since
6645 inttypes.h now does that for us.
6646 (LOCALEDIR): Remove, now that we use the configmake module.
6647 * src/getargs.c: Include configmake.h.
6648 * src/main.c: Likewise.
6649 * src/output.c: Likewise.
6650 * tests/atlocal.in (CPPFLAGS): Include from $abs_top_builddir/lib,
6651 not from $abs_top_builddir, since config.h moved.
6652
6653
4f82b42a
PE
6654 Port to GCC 2.95. First two problems reported by Michael Deutschmann in
6655 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00018.html>.
6656
6657 * src/parse-gram.y (symbol_declaration): Don't put statements
6658 before declarations; it's not portable to C89.
6659 * src/scan-code.l (handle_action_at): Likewise.
6660
6661 * src/scan-code.l: Always initialize braces_level; the old code
6662 left it uninitialized and therefore had undefined behavior.
6663
6664 Don't attempt to redefine 'assert', since it runs afoul of
6665 systems where standard headers (mistakenly) include <assert.h>.
6666 Instead, define and use our own alternative, called 'aver'.
6667 * src/reader.c: Don't include assert.h, since we no longer
6668 use assert.
6669 * src/scan-code.l: Likewise.
6670 * src/system.h (assert): Remove, replacing with....
6671 (aver): New function, taking a bool arg. All uses changed.
6672 * src/tables.c (pack_vector): Ensure that aver arg is bool,
6673 not merely an integer.
6674
31c10e38
PE
66752006-09-15 Bob Rossi <bob@brasko.net>
6676
e5926647
JD
6677 Add support for push parsing. Based on the original work of
6678 Odd Arild Olsen <oao@fibula.no>.
31c10e38
PE
6679 * data/Makefile.am (dist_pkgdata_DATA): Add push.c.
6680 * data/c.m4 (YYPUSH): New.
6681 (b4_push_if): New macro. Use it instead of #ifdef YYPUSH.
e5926647 6682 * data/push.c: New file.
31c10e38
PE
6683 * src/getargs.c (push_parser): New var.
6684 * src/getargs.h (push_parser): New declaration.
6685 * src/output.c (prepare): Add macro insertion of `push_flag'.
6686 * src/parse-gram.y (PERCENT_PUSH_PARSER): New token.
6687 (prologue_declaration): Parse %push-parser.
6688 * src/scan-gram.l: Scan new PERCENT_PUSH_PARSER token.
6689 * tests/calc.at (_AT_CHECK_CALC_ERROR): Add "Return" and "Now" to
6690 list of removed lines from the traces observed.
6691 (AT_CHECK_CALC_LALR): Added push parser tests.
6692
fa7b79c0
PE
66932006-09-13 Paul Eggert <eggert@cs.ucla.edu>
6694
21fe08ca
PE
6695 * NEWS: Version 2.3a.
6696 * configure.ac (AC_INIT): Likewise.
6697
e8ec4d9b
PE
6698 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Remove
6699 "#define YYSTYPE int" that caused "make maintainer-check" to fail
6700 due to header ordering dependencies. I don't know why the #define
6701 was there.
6702
fa7b79c0
PE
6703 Fix glr.cc and lalr1.cc's use of YYDEBUG so that there's zero
6704 runtime cost when YYDEBUG is not defined, and so that some tests
6705 that used to fail now work. Problem and initial suggestion by
6706 Paolo Bonzini.
6707 * data/c++.m4 (b4_parse_param_cons): Omit leading ','.
6708 * data/glr.cc (b4_parser_class_name):
6709 Initialize yycdebug_ only if YYDEBUG. Also, initialize yydebug_.
6710 (debug_level, set_debug_level): Affect yydebug_, not ::yydebug.
6711 (yydebug_) [YYDEBUG]: New member.
6712 (yycdebug_): Now defined only if YYDEBUG.
6713 * data/lalr1.cc (yydebug_, yycdebug_): Now defined only if YYDEBUG.
6714 (YYCDEBUG) [!YYDEBUG]: Don't use yydebug_ and yycdebug_.
6715 (b4_parser_class_name): Initialize yydebug_ and yycdebug_ only
6716 if YYYDEBUG.
6717 (debug_stream, set_debug_stream, debug_level, set_debug_level):
6718 Define only if YYDEBUG.
6719 * tests/calc.at (_AT_DATA_CALC_Y) [!YYDEBUG]: Omit call to
6720 set_debug_level.
6721 * tests/regression.at (_AT_DATA_DANCER_Y) [!YYDEBUG]: Likewise.
6722 * tests/calc.at (AT_CHECK_CALC_GLR_CC): Uncomment calls to
6723 AT_CHECK_CALC_GLR_CC that are working now.
6724
4ec13d60
PE
67252006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6726
6727 * data/glr.cc (YYERROR_VERBOSE, YYTOKEN_TABLE): Remove.
6728 We don't need them in glr.cc, and glr.c defines them.
6729 Defining YYERROR_VERBOSE to 0 here breaks glr.c, since glr.c
6730 assumes that defining it to anything is the same as defining
6731 it to 1. Problem reported by Paolo Bonzini.
6732
8e1687ae
PE
67332006-09-12 Paolo Bonzini <bonzini@gnu.org> (tiny change)
6734
6735 * data/c.m4 (b4_null, b4_case): Define.
6736 * src/output.c (prepare_symbols): Use b4_null.
6737 (user_actions_output): Use b4_case.
6738
3dc5e96b
PE
67392006-09-11 Paul Eggert <eggert@cs.ucla.edu>
6740
aef3da86
PE
6741 * data/glr.c (b4_shared_declarations): Put start-header first,
6742 before any #includes that we generate, so that feature-test
6743 macros work. Problem reported by Michael Deutschmann in
6744 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00004.html>.
6745 * data/lalr1.cc: Likewise.
6746 * doc/bison.texinfo (Prologue): Document that feature-test macros
6747 should be defined before any Bison declarations.
6748 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Put defns
6749 that depend on location.hh after, not before, Bison decls, since
6750 we now include location.hh after the first user prologue.
6751
3dc5e96b
PE
6752 * doc/bison.texinfo (Calc++ Parser): Fix memory leak reported by
6753 Sander Brandenburg in
6754 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00002.html>.
6755 Also, fix minor white space and comment issues.
aef3da86
PE
6756 (Prologue): Mention that it's better to define feature-test macros
6757 before Bison declarations. Problem reported by Michael Deutschmann.
6758
6759 * README-cvs: Fix typo: "&" should be "&&". Problem reported
6760 by Jim Meyering.
6761 * m4/.cvsignore: Add argmatch.m4. Remove obstack.m4, strerror_r.m4.
6762 This adjusts to recent gnulib changes.
3dc5e96b 6763
b2a0b7ca
JD
67642006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
6765
6766 Finish implementation of per-type %destructor/%printer. Discussed
6767 starting at
6768 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>
6769 and
6770 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>.
6771 * NEWS (2.3+): Add a description of this feature to the default
6772 %destructor/%printer description.
6773 * doc/bison.texinfo (Freeing Discarded Symbols): Likewise.
6774 * src/symlist.c (symbol_list_destructor_set, symbol_list_printer_set):
6775 Invoke semantic_type_destructor_set or semantic_type_printer_set when a
6776 list node contains a semantic type.
6777 * src/symtab.c, src/symtab.h: Extend with a table that associates
6778 semantic types with their %destructor's and %printer's.
6779 (semantic_type_from_uniqstr, semantic_type_get,
6780 semantic_type_destructor_set, semantic_type_printer_set): New functions
6781 composing the public interface of that table.
6782 (symbol_destructor_get, symbol_destructor_location_get,
6783 symbol_printer_get, symbol_printer_location_get): If there's no
6784 per-symbol %destructor/%printer, look up the per-type before trying
6785 the default.
6786 * tests/actions.at (Per-type %printer and %destructor): New test case.
6787 * tests/input.at (Default %printer and %destructor redeclared):
6788 Extend to check that multiple occurrences of %symbol-default in a
6789 single %destructor/%printer declaration is an error.
6790 (Per-type %printer and %destructor redeclared, Unused values with
6791 per-type %destructor): New test cases.
6792
3be03b13
JD
67932006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
6794
6795 Require default %destructor/%printer to be declared using
6796 %symbol-default instead of an empty symbol list, and start working on
6797 new per-type %destructor/%printer. Discussed at
6798 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00007.html>.
6799 * NEWS (2.3+): Add %symbol-default to example.
6800 * bison.texinfo (Freeing Discarded Symbols): Likewise.
148d66d8 6801 (Table of Symbols): Add entry for %symbol-default.
3be03b13
JD
6802 * src/parse-gram.y (PERCENT_SYMBOL_DEFAULT): New token.
6803 (generic_symlist, generic_symlist_item): New nonterminals for creating
6804 a list in which each item is a symbol, semantic type, or
6805 %symbol-default.
6806 (grammar_declaration): Use generic_symlist in %destructor and %printer
6807 declarations instead of symbols.1 or an empty list.
6808 (symbol_declaration, precedence_declaration, symbols.1): Update actions
6809 for changes to symbol_list.
6810 * src/reader.c: Update for changes to symbol_list.
6811 * src/scan-code.l: Likewise.
6812 * src/scan-gram.l: Scan new PERCENT_SYMBOL_DEFAULT token.
6813 * src/symlist.c, src/symlist.h: Extend such that a list node may
6814 represent a semantic type or a %symbol-default in addition to just an
6815 ordinary symbol. Add switched functions for setting %destructor's and
6816 %printer's.
6817 * tests/actions.at, tests/input.at: Add %symbol-default to all default
6818 %destructor/%printer declarations.
6819
3508ce36
JD
68202006-08-23 Joel E. Denny <jdenny@ces.clemson.edu>
6821
6822 Whether the default %destructor/%printer applies to a particular symbol
6823 isn't a question of whether the user *declares* that symbol (in %token,
6824 for example). It's a question of whether the user by any means
6825 *defines* the symbol at all (by simply using a char token, for
6826 example). $end is defined by Bison whereas any other token with token
6827 number 0 is defined by the user. The error token is always defined by
6828 Bison regardless of whether the user declares it with %token, but we
6829 may one day let the user define error as a nonterminal instead.
6830 * NEWS (2.3+): Say "user-defined" instead of "user-declared".
6831 * doc/bison.texinfo (Freeing Discarded Symbols): Likewise, and document
6832 the meaning of "user-defined".
6833 * tests/actions.at (Default %printer and %destructor for user-declared
6834 end token): Rename to...
6835 (Default %printer and %destructor for user-defined end token): ...
6836 this.
6837
6838 * src/symtab.c (symbol_destructor_get, symbol_printer_get): In the
6839 computation of whether to apply the default, don't maintain a list of
6840 every Bison-defined symbol. Instead, just check for a first character
6841 of '$', which a user symbol cannot have, and check for the error token.
6842
9350499c
JD
68432006-08-21 Joel E. Denny <jdenny@ces.clemson.edu>
6844
6845 Don't apply the default %destructor or %printer to the error token,
6846 $undefined, or $accept. This change fits the general rule that the
6847 default %destructor and %printer are only for user-declared symbols,
6848 and it solves several difficulties that are described in the new test
6849 cases listed below.
6850 * src/symtab.c (symbol_destructor_get, symbol_printer_get): Implement.
6851 * tests/actions.at (Default %printer and %destructor are not for error
6852 or $undefined, Default %printer and %destructor are not for $accept):
6853 New test cases.
6854
4d7370cb
JD
68552006-08-19 Joel E. Denny <jdenny@ces.clemson.edu>
6856
6857 Allow %start after the first rule.
6858 * src/reader.c (grammar_current_rule_begin): Don't set the start symbol
6859 when parsing the first rule.
6860 (check_and_convert_grammar): Search for it here after all grammar
6861 declarations have been parsed. Skip midrules, which have dummy LHS
6862 nonterminals.
6863 * src/symtab.c (symbol_is_dummy): New function.
6864 * src/symtab.h (symbol_is_dummy): Declare it.
6865 * tests/input.at (%start after first rule): New test.
6866
6d0ef4ec
JD
68672006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
6868
6869 Redo some of the previous commit: add back the ability to use
6870 non-aliased/undeclared string literals since it might be useful to
6871 those declaring %token-table.
6872 * src/reader.c (check_and_convert_grammar): Undo changes in previous
6873 commit: don't worry about complaints from symbols_pack.
6874 * src/symtab.c (symbol_new, symbol_class_set,
6875 symbol_check_alias_consistency): Undo changes in previous commit: count
6876 each string literal as a new symbol and token, assign it a symbol
6877 number, and don't complain about non-aliased string literals.
6878 (symbols_pack): Since symbol_make_alias still does not decrement symbol
6879 and token counts but does still set aliased tokens to the same number,
6880 symbol_pack_processor now leaves empty slots in the symbols array.
6881 Remove those slots.
6882 * tests/regression.at (Undeclared string literal): Remove test case
6883 added in previous commit since non-aliased string literals are allowed
6884 again.
6885 (Characters Escapes, Web2c Actions): Undo changes in previous commit:
6886 remove unnecessary string literal declarations.
6887 * tests/sets.at (Firsts): Likewise.
6888
965537bc
JD
68892006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
6890
6891 Don't allow an undeclared string literal, but allow a string literal to
6892 be used before its declaration.
6893 * src/reader.c (check_and_convert_grammar): Don't invoke packgram if
6894 symbols_pack complained.
6895 * src/symtab.c (symbol_new): Don't count a string literal as a new
6896 symbol.
6897 (symbol_class_set): Don't count a string literal as a new token, and
6898 don't assign it a symbol number since symbol_make_alias does that.
6899 (symbol_make_alias): It's not necessary to decrement the symbol and
6900 token counts anymore. Don't assume that an alias declaration occurs
6901 before any uses of the identifier or string, and thus don't assert that
6902 one of them has the highest symbol number so far.
6903 (symbol_check_alias_consistency): Complain if there's a string literal
6904 that wasn't declared as an alias.
6905 (symbols_pack): Bail if symbol_check_alias_consistency failed since
6906 symbol_pack asserts that every token has been assigned a symbol number
6907 although undeclared string literals have not.
6908 * tests/regression.at (String alias declared after use, Undeclared
6d0ef4ec 6909 string literal): New test cases.
965537bc
JD
6910 (Characters Escapes, Web2c Actions): Declare string literals as
6911 aliases.
6912 * tests/sets.at (Firsts): Likewise.
6913
47aee066
JD
69142006-08-14 Joel E. Denny <jdenny@ces.clemson.edu>
6915
6916 In the grammar scanner, STRING_FINISH unclosed constructs and return
6917 them to the parser in order to improve error messages.
6918 * src/scan-gram.l (SC_ESCAPED_STRING, SC_ESCAPED_CHARACTER,
6919 SC_BRACED_CODE, SC_PROLOGUE): Implement.
6920 * tests/input.at (Unclosed constructs): New test case.
6921 * tests/regression.at (Invalid inputs): Update now that unclosed %{ is
6922 seen.
6923
6924 * src/scan-gram.h, src/scan-gram.l (gram_last_braced_code_loc): Remove
6925 unused global.
6926
1f6b3679
JD
69272006-08-13 Joel E. Denny <jdenny@ces.clemson.edu>
6928
6929 Handle string aliases for character tokens correctly.
6930 * src/symtab.c (symbol_user_token_number_set): If the token has an
6931 alias, check and set its alias's user token number instead of its own,
6932 which is set to indicate the alias. Previously, every occurrence of
6933 the character token in the grammar overwrote that alias indicator with
6934 the character code.
6935 * tests/input.at (String aliases for character tokens): New test.
6936
219741d8
JD
69372006-08-12 Joel E. Denny <jdenny@ces.clemson.edu>
6938
6939 * src/parse-gram.y: Add `%expect 0' so we don't overlook conflicts.
6940
11daa4e7
PE
69412006-08-11 Paul Eggert <eggert@cs.ucla.edu>
6942
6943 * bootstrap: Put in need-ngettext argument to AM_GNU_GETTEXT,
6944 to prevent failures when building on older platforms.
6945 Check for autopoint failure.
6946 Set XGETTEXT_OPTIONS to values that check for C format strings,
6947 so that translators are warned about them (this also helps
6948 prevent core dumps).
6949
6950 * lib/subpipe.c (create_subpipe): Use new gnulib pipe_safer
6951 function, since it simplifies our code a bit.
6952
6953 * configure.ac (AC_ARG_ENABLE): Use -Wextra -Wno-sign-compare
6954 rather than -W, so we don't get bogus warnings about sign comparisons.
6955 Add -Wpointer-arith, since that warning is useful (it reports code
6956 that does not conform to C89 and that some compilers reject).
6957 * data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c: Undo latest change,
6958 since it's no longer needed.
6959
f9bfc42a
JD
69602006-08-10 Joel E. Denny <jdenny@ces.clemson.edu>
6961
6962 Clean up scanners a bit.
6963 * src/flex-scanner.h (FLEX_NO_OBSTACK): New macro that blocks obstack
6964 definitions so gcc won't warn when obstack_for_string is unused.
6965 * src/scan-code.l: config.h and system.h are already #include'd by
6966 scan-code-c.c, so get rid of them here.
6967 * src/scan-gram.l: Likewise.
6968 * src/scan-skel.l: Likewise, and use flex-scanner.h without obstack
6969 definitions rather than duplicating the rest of it.
6970 * src/scan-gram-c.c, scan-skel-c.c: #include "system.h".
6971
06e8700a
JD
69722006-08-09 Joel E. Denny <jdenny@ces.clemson.edu>
6973
6974 Suppress signed/unsigned comparison warnings for yycheck.
6975 * data/c.m4 (b4_safest_int_type): New macro.
6976 * data/glr.c, data/lalr1.cc: Wherever you compare yycheck[i] against
6977 a signed int type, cast it to b4_safest_int_type first.
6978 * data/yacc.c: Likewise.
6979 (b4_safest_int_type): Overwrite the one from c.m4 since b4_int_type is
6980 also overwritten.
6981
9c437126
PE
69822006-08-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6983
6984 * doc/bison.texinfo: Fix some typos.
6985
284d8a13
PE
69862006-08-02 Paul Eggert <eggert@cs.ucla.edu>
6987
6988 * m4/.cvsignore: Add inttypes_h.m4,lib-ld.m4, lib-prefix.m4,
6989 po.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4, warning.m4.
6990
6991 * bootstrap (gnulib_tool): Stop using --assume-autoconf;
6992 the latest gnulib does this a different way.
6993 (get_translations): Sharuzzaman Ahmat Raslan reported that the ms
6994 translation was patched, so stop omitting it.
6995
ec5479ce
JD
69962006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
6997
6998 Enable declaration of default %printer/%destructor. Make the parser
6999 use these for all user-declared grammar symbols for which the user does
7000 not declare a specific %printer/%destructor. Thus, the parser uses it
7001 for token 0 if the user declares it but not if Bison generates it as
7002 $end. Discussed starting at
7003 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>,
7004 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>,
7005 and
7006 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>.
7007 * NEWS (2.3+): Mention.
7008 * doc/bison.texinfo (Actions in Mid-Rule): It's no longer impossible to
7009 declare a %destructor for a mid-rule's semantic value. It's just
7010 impossible to declare one specific to it.
7011 (Freeing Discarded Symbols): Mention that @$ can be used in %destructor
7012 code. Describe default %destructor form.
7013 * src/parse-gram.y (grammar_declaration): Parse default
7014 %printer/%destructor declarations.
7015 * src/output.c (symbol_destructors_output): Use symbol_destructor_get
7016 and symbol_destructor_location_get rather than accessing the destructor
7017 and destructor_location members of struct symbol.
7018 (symbol_printers_output): Likewise but for %printer's.
7019 * src/reader.c (symbol_should_be_used): Likewise but for %destructor's
7020 again.
7021 * src/symtab.c (default_destructor, default_destructor_location,
7022 default_printer, default_printer_location): New static global
7023 variables to record the default %destructor and %printer.
7024 (symbol_destructor_get, symbol_destructor_location_get,
7025 symbol_printer_get, symbol_printer_location_get): New functions to
7026 compute the appropriate %destructor and %printer for a symbol.
7027 (default_destructor_set, default_printer_set): New functions to set the
7028 default %destructor and %printer.
7029 * src/symtab.h: Prototype all those new functions.
7030 * tests/actions.at (Default %printer and %destructor): New test to
7031 check that the right %printer and %destructor are called, that they're
7032 not called for $end, and that $$ and @$ work correctly.
7033 (Default %printer and %destructor for user-declared end token): New
7034 test to check that the default %printer and %destructor are called for
7035 a user-declared end token.
7036 * tests/input.at (Default %printer and %destructor redeclared, Unused
7037 values with default %destructor): New tests to check related grammar
7038 warnings and errors.
7039
868d2d96
JD
70402006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
7041
7042 Clean up handling of %destructor for the end token (token 0).
7043 Discussed starting at
7044 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>
7045 and
7046 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00013.html>.
7047
7048 Make the skeletons consistent in how they pop the end token and invoke
7049 its %destructor.
7050 * data/glr.c (yyrecoverSyntaxError, yyparse): Don't pop the start
7051 state, which has token number 0, since this would invoke the
7052 %destructor for the end token.
7053 * data/lalr1.cc (yy::parser::parse): Don't check for the final state
7054 until after shifting the end token, or else it won't be popped.
7055 * data/yacc.c (yyparse): Likewise.
7056
7057 * data/glr.c (yyparse): Clear the lookahead after shifting it even when
7058 it's the end token. Upon termination, destroy an unshifted lookahead
7059 even when it's the end token.
7060 * data/lalr1.cc (yy::parser::parse): Likewise.
7061 * data/yacc.c (yyparse): Likewise.
7062
7063 * src/reader.c (packgram): Don't check rule 0. This suppresses unused
7064 value warnings for the end token when the user gives the end token a
7065 %destructor.
7066
7067 * tests/actions.at (Printers and Destructors): Test all the above.
7068
62a9592d
PE
70692006-07-24 Paul Eggert <eggert@cs.ucla.edu>
7070
7071 Update to latest gnulib and gettext versions.
7072 * bootstrap (gnulib-modules): Remove hard-locale, stdio-safer.
7073 Add fopen-safer.
7074 (gnulib_files): Add m4/warning.m4. Don't worry about files
7075 overwritten by autopoint.
7076 Replace gt_INTL_SUBDIR_CORE with an empty body in m4/gettext_gl.m4.
7077 Suppress "id", "ms", "tr" translations for now, since gettext 0.15
7078 rejects them.
7079 Don't use autoreconf; instead, invoke autopoint etc. by hand,
7080 so that we can remove the intl files at a better time.
7081 (intl_files_to_remove): Remove aclocal.m4, since it gets
7082 rebuilt anyway. Remove m4/inttypes_h.m4, m4/inttypes.m4,
7083 m4/isc-posix.m4, m4/lib-ld.m4, m4/lib-prefix.m4, m4/po.m4,
7084 m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
7085 Add m4/inttypes-h.m4, m4/lock.m4, m4/visibility.m4.
7086 Remove datarootdir hack; no longer needed.
7087 * configure.ac: Use gl_WARNING_CFLAGS rather than BISON_WARNING.
7088 (AM_GNU_GETTEXT_VERSION): Bump from 0.12 to 0.15.
7089 * lib/.cvsignore: Remove hard-locale.c, hard-locale.h, strdup.c,
7090 strdup.h.
7091 * m4/.cvsignore: Remove hard-locale.m4, strdup.m4.
7092 * m4/warning.m4: Remove from CVS, since we now use gnulib's version.
7093
10d6970f
PE
70942006-07-20 Paul Eggert <eggert@cs.ucla.edu>
7095
7096 * bootstrap: Adjust to today's change to gnulib-tool by invoking
7097 it with --assume-autoconf='latest-stable'.
7098
50a33993
JD
70992006-07-13 Joel E. Denny <jdenny@ces.clemson.edu>
7100
7101 * src/parse-gram.y (grammar_declaration): Don't confuse Doxygen (at
7102 least 1.4.7 and 1.4.4) by putting a #line between `typedef union
7103 YYSTYPE' and `{'.
7104 * src/muscle_tab.h (muscle_grow): Replace the header comments with
7105 those from muscle_tab.c since the old ones are misleading.
7106
2ce4ed68
AD
71072006-07-13 Akim Demaille <akim@epita.fr>
7108
7109 Support %define "KEY" {VALUE}.
7110 * src/scan-code.h, src/scan-code.l (translate_action)
7111 (translate_rule_action, translate_symbol_action, translate_code):
7112 Return char *, not const char *.
7113 * src/parse-gram.y (declaration): Rename as...
7114 (prologue_declaration): this.
7115 (string_content): Remove this nonterminal, use STRING.
7116 (braceless, content, content.opt): New nonterminal.
7117 Use them.
7118 (%define): Now accept content.opt, i.e., accept also BRACED_CODE
7119 as value.
7120 * src/scan-gram.l (getargs.h): Don't include it.
7121
db7e5eb5
PE
71222006-07-12 Paul Eggert <eggert@cs.ucla.edu>
7123
7124 * data/lalr1.cc (YYCDEBUG): Use 'if (yydebug_) (*yycdebug_)'
7125 rather than a for-loop that declares a local bool variable. This
7126 should work around a compatibility problem with a Cray x1e C++
7127 compiler reported by Hung Nguyen in
7128 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00022.html>.
7129 The for-loop was introduced in the 2004-11-17 change but I don't
7130 know why it was needed.
7131
a5d80ba5
AD
71322006-07-12 Akim Demaille <akim@epita.fr>
7133
7134 * data/c.m4: Comment changes.
7135
23eb2a69
AD
71362006-07-10 Akim Demaille <akim@lrde.epita.fr>
7137
7138 * src/complain.c (error_message, ERROR_MESSAGE): New.
7139 To factor...
7140 (fatal_at, fatal, warn_at, warn, complain_at, complain): these.
7141 * src/complain.h, src/complain.c (warning_issued): Remove, unused.
7142
ddc8ede1
PE
71432006-07-09 Paul Eggert <eggert@cs.ucla.edu>
7144
7145 * NEWS: Instead of %union, you can define and use your own union type
7146 YYSTYPE if your grammar contains at least one <type> tag.
7147 Your YYSTYPE need not be a macro; it can be a typedef.
7148 * doc/bison.texinfo (Value Type, Multiple Types, Location Type):
7149 (Union Decl, Decl Summary): Document this.
7150 * data/glr.c (YYSTYPE): Implement this.
7151 * data/glr.cc (YYSTYPE): Likewise.
7152 * data/lalr1.cc (YYSTYPE): Likewise.
7153 * data/yacc.c (YYSTYPE): Likewise.
7154 * src/output.c (prepare): Output tag_seen_flag.
7155 * src/parse-gram.y (declaration, grammar_declaration):
7156 Use 'union_seen' rather than 'typed' to determine whether
7157 %union has been seen, since grammars can now be typed without
7158 %union.
7159 (symbol_declaration, type.opt, symbol_def):
7160 Keep track of whether a tag has been seen.
7161 * src/reader.c (union_seen, tag_seen): New vars.
7162 (typed): remove.
7163 * src/reader.h (union_seen, tag_seen, typed): Likewise.
7164 * src/scan-code.l (untyped_var_seen): New variable.
7165 (handle_action_dollar): Adjust to above changes.
7166 (handle_action_dollar, handle_action_at):
7167 Improve overflow checking for outlandish numbers.
7168 * tests/input.at (AT_CHECK_UNUSED_VALUES): Redo test to
7169 avoid new diagnostics generated by above changes.
7170 * tests/regression.at (YYSTYPE typedef): Add test to check
7171 for type tags without %union.
7172
7173 * src/symlist.c (symbol_list_length): Return int, not unsigned
7174 int, since callers expect int. This may need to get revisited
7175 once we have proper integer overflow checking.
7176
7177 * src/scan-gram.h (gram_scanner_cursor): Remove decl, since this
7178 object is now static.
7179
7180 * src/getargs.c (flags_argmatch): Return void, not int,
7181 to pacify ./configure --enable-gcc-warnings.
7182
7183 * src/flex-scanner.h (STRING_FREE): Don't use FLEX_PREFIX (last_string)
7184 since last_string is already defined to FLEX_PREFIX (last_string).
7185
7b42569e
AD
71862006-07-09 Akim Demaille <akim@lrde.epita.fr>
7187
7188 Implement --warnings/-W.
7189 * src/getargs.c (report_argmatch, trace_argmatch): Remove,
7190 replaced by...
7191 (flags_argmatch, FLAGS_ARGMATCH): this new function and macro.
7192 Adjust callers.
7193 * src/getargs.h, src/getargs.c (warnings, warnings_flags)
7194 (warnings_args, warnings_types): New.
7195 (getargs, short_options, long_options): Accept -W/--warnings.
7196 Sort the options by alphabetical order, upper case letter right
7197 before its lower case.
7198
3b452f4e
JD
71992006-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
7200
7201 Change %merge result type clash warnings to errors. Discussed at
7202 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00026.html>.
7203 * src/reader.c (record_merge_function_type): Use complain_at.
7204 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
7205 declared later): Update test case results.
7206
b8a41559
AD
72072006-07-09 Akim Demaille <akim@lrde.epita.fr>
7208
7209 * src/getargs.h, src/getargs.c: Swap --report and --trace handling
7210 to be in alphabetical order.
7211 (trace_args): Spelling fixes.
7212
cd9e1ba2
PE
72132006-07-09 Paul Eggert <eggert@cs.ucla.edu>
7214
7215 * data/yacc.c (YYID, yy_stack_print): Prefix local vars with "yy"
7216 so they don't collide with user-defined macros.
7217 (yy_stack_print): Don't assume that yytype_int16 promotes to int;
7218 this was never guaranteed, and now that we're using gnulib stdint,
7219 which defines int_fast16_t to long int, the problem is exposed.
7220
cb48f191
PE
72212006-07-08 Paul Eggert <eggert@cs.ucla.edu>
7222
b8445a15
PE
7223 * data/c.m4 (b4_basename): Simplify a bit, since we don't
7224 need the full POSIX semantics (and weren't implementing them
7225 anyway).
7226
cb48f191
PE
7227 Adjust to Autoconf 2.60 and today's gnulib.
7228 * bootstrap (gnulib_modules): Add stdint.
7229 Remove special case for m4/onceonly_2_57.m4, since gnulib-tool
7230 no longer copies it.
7231 (intl_files_to_remove): Remove m4/longlong.m4 and m4/wchar_t.m4,
7232 since stdint needs the former and wcwidth (which is now required
7233 by mbswidth) needs the latter.
7234 Append 'datarootdir = @datarootdir@' to po/Makefile.in.in, to
7235 work around a compatibility glitch between gettext 0.14.6 and
7236 Autoconf 2.60.
7237 * configure.ac (AC_PREREQ): Require Autoconf 2.60.
7238 Do not check for uintptr_t, since new stdint module does the right
7239 thing.
7240 * lib/.cvsignore: Remove alloca.c, alloca.h, alloca_.h.
7241 Add stdint.h, stdint_.h, wcwidth.h.
7242 * m4/.cvsignore: Remove alloca.m4, onceonly.m4.
7243 Add absolute-header.m4, double-slash-root.m4, longlong.m4,
7244 stdint.m4, wchar_t.m4, wcwidth.m4.
7245 * src/files.c: Include <dirname.h> and <stdio-safer.h> in the
7246 usual order for ../lib/*.h files.
7247 (file_name_split): Use last_component, not base_name, to adjust
7248 to gnulib changes.
7249 * src/parse-gram.h: Include <strverscmp.h> in the usual order
7250 for ../lib/*.h files.
7251 (YYTYPE_INT16, YYTYPE_INT8, YYTYPE_UINT16, YYTYPE_UINT8):
7252 Define unconditionally, since we now assume the stdint module.
7253 * src/scan-skel.l: Include <dirname.h>.
7254 (BASE_QPUTS): Use last_component, not base_name.
7255 * src/system.h: Include <unlocked-io.h> in the usual order
7256 for ../lib/*.h files. Include <stdint.h> unconditionally,
7257 since we now use the stdint module.
7258 (uintptr_t): Declare if UINTPTR_MAX is not defined, not
7259 HAVE_UINTPTR_T, since we now use the stdint module.
7260 (base_name): Remove decl, since files now include <dirname.h>
7261 to get the decl.
7262
cd48d21d
AD
72632006-07-08 Akim Demaille <akim@lrde.epita.fr>
7264
7265 * data/c.m4 (b4_location_initial_column, b4_location_initial_line):
7266 New, default to 1.
7267 * data/yacc.c, data/glr.c, data/location.cc: Use them.
7268 * NEWS, doc/bison.texinfo: The initial column and line are 1 by
7269 default.
7270 * tests/calc.at: Adjust.
7271
8ec0a172
AD
72722006-07-08 Akim Demaille <akim@lrde.epita.fr>
7273
b8445a15 7274 * data/c.m4 (b4_basename): New.
8ec0a172
AD
7275 (b4_syncline): Also output the location of its invocation (from
7276 the skeleton).
7277 (b4_user_action, b4_define_user_action, b4_user_actions)
7278 (b4_user_initial_action, b4_user_post_prologue, b4_user_start_header)
7279 (b4_user_stype): New.
7280 * data/yacc.c, data/glr.c, data/lalr1.cc, data/glr.cc: Use them.
7281
4a678af8
JD
72822006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
7283
7284 In the grammar file, the first column is 1 not 0 on the first line as
7285 on every other line.
7286 * src/parse-gram.y (%initial-action): Initialize @$ correctly.
7287 * tests/input.at (Torturing the Scanner): Update output.
7288
7289 * src/scan-gram.l (scanner_cursor): Declare it static.
7290
dd60572a
JD
72912006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
7292
7293 In warnings, say "previous declaration" rather than "first
7294 declaration".
7295 * src/symtab.c (redeclaration): Do that here.
7296 * src/reader.c (record_merge_function_type): In the case of a result
7297 type clash, report the previous declaration rather than the very first
7298 one in the grammar file.
7299 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
7300 declared later): Add a third declaration to check this behavior.
7301 * tests/input.at (Incompatible Aliases): Update output.
7302
2073e1b6
AD
73032006-06-27 Akim Demaille <akim@epita.fr>
7304
7305 * doc/Doxyfile.in: New.
7306 * doc/Makefile.am: Use it.
7307 * src/lalr.h, src/symtab.h: Initial doxygenation.
7308
8ee5b538
JD
73092006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
7310
7311 Don't miss %merge result type warnings just because the LHS types are
fab044e6
JD
7312 declared after the %merge. This continues the effort of the previous
7313 patch.
8ee5b538
JD
7314 * src/reader.c (get_merge_function): Don't set the merger type yet.
7315 (record_merge_function_type): New function for setting the merger type
7316 and checking for clashes.
7317 (grammar_current_rule_merge_set): Set the location of the %merge for
7318 the current rule.
7319 (packgram): Invoke record_merge_function_type for each rule now that
7320 all symbol type declarations have been parsed.
7321 * src/reader.h (merger_list.type_declaration_location): New member
7322 storing the location of the first %merge from which the type for this
7323 merging function was derived.
7324 * src/symlist.h (symbol_list.merger_declaration_location): New member
7325 storing the location of a rule's %merge, if any.
7326 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
7327 declared later): New test to catch the error fixed by the above patch.
7328
ffa4ba3a
JD
73292006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
7330
7331 Get action warnings (grammar_rule_check) right even when symbol
fab044e6
JD
7332 declarations appear after the rules. Discussed at
7333 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00108.html>
7334 and
7335 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00151.html>.
7336 Don't mistake the type of $$ in a midrule to be that of its parent
7337 rule's $$.
ffa4ba3a
JD
7338 * src/reader.c (grammar_current_rule_end): Don't invoke
7339 grammar_rule_check yet since not all symbol declarations may have been
7340 parsed yet.
7341 (grammar_midrule_action): Likewise.
7342 Don't record whether the midrule's $$ has been used yet since actions
7343 haven't been translated yet.
7344 Record the midrule's parent rule and its RHS index within the parent
7345 rule.
7346 (grammar_current_rule_action_append): Don't translate the action yet
7347 since not all symbol declarations may have been parsed yet and, thus,
7348 warnings about types for $$, $n, @$, and @n can't be reported yet.
7349 (packgram): Translate the action and invoke grammar_rule_check now that
7350 all symbol declarations have been parsed.
7351 * src/scan-code.l (handle_action_dollar): Now that this is invoked
7352 after parsing the entire grammar file, the symbol list here in the case
7353 of a midrule is actually the midrule's empty RHS, so reference its
7354 parent rule's RHS where necessary.
7355 On the other hand, now that you can already know it's a midrule, you
7356 aren't forced to think $$ has the same type as its parent rule's $$.
7357 (handle_action_at): In the case of a midrule, reference the parent rule
7358 where necessary.
7359 * src/symlist.c (symbol_list_new): Initialize new midrule-related
7360 members.
7361 (symbol_list_length): Now that this is invoked after all rules have
7362 been parsed, a NULL symbol (rather than a NULL symbol list node)
7363 terminates a rule. symbol_list_print already does this correctly.
7364 * src/symlist.h (symbol_list.midrule_parent_rule,
7365 symbol_list.midrule_parent_rhs_index): New members so that midrules can
7366 remember their relationships with their parents.
7367 * tests/input.at (Type Clashes): Extend to catch the midrule $$ error
7368 fixed by the above patch.
7369 (_AT_UNUSED_VALUES_DECLARATIONS, AT_CHECK_UNUSED_VALUES): New m4 macros
7370 implementing...
7371 (Unused values): ... this old test case and...
7372 (Unused values before symbol declarations): ... this new test case.
7373 This one is the same as `Unused values' except that all symbol
7374 declarations appear after the rules in order to catch the rest of the
7375 errors fixed by the above patch.
7376
e256e17f
JD
73772006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
7378
300a1930
JD
7379 More cleanup.
7380 * src/reader.c (current_rule): Declare it static since it's no longer
7381 used outside this file.
7382 (grammar_current_rule_action_append): Remove redundant arguments from
7383 translate_rule_action invocation.
7384 * src/reader.h (current_rule): Remove this unused extern.
7385 * src/scan-code.h (translate_rule_action): Remove redundant arguments.
7386 * src/scan-code.l (translate_rule_action): Likewise.
e256e17f 7387
381ecb06
JD
73882006-06-25 Joel E. Denny <jdenny@ces.clemson.edu>
7389
7390 Clean up yesterday's patch.
7391 * parse-gram.y (rhs): Move grammar_midrule_action invocation from here
7392 to...
7393 * src/reader.c (grammar_current_rule_action_append): ... here for
7394 consistency with grammar_current_rule_symbol_append.
7395 * tests/regression.at (Braced code in declaration in rules section):
7396 Make yyerror and yylex static as usual.
7397
4210cd0b
JD
73982006-06-24 Joel E. Denny <jdenny@ces.clemson.edu>
7399
7400 Fix bug that mistakes braced code in a declaration in the rules section
7401 to be a rule action. Mentioned at
7402 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00105.html>.
7403 * src/scan-gram.l: Move midrule action detection from the start of the
7404 scanning of any braced code to...
7405 * src/parse-gram.y (rhs): ... the parsing of braced code as a rule
7406 action. For readability, use $2 and @2 rather than the equivalent
7407 global variables.
7408 * tests/regression.at (Braced code in declaration in rules section):
7409 New test to catch the error fixed by the above patch.
7410
7411 Work on code readability some.
7412 * src/scan-code.l (current_rule): Get rid of this misleading and
7413 redundant declaration: it's actually extern'ed in reader.h.
7414 (YY_DECL, code_lex, handle_action_dollar, handle_action_at,
7415 translate_action): Add a rule argument and use it instead of the global
7416 current_rule.
7417 (translate_rule_action): This already receives current_rule through an
7418 argument, so pass it on to translate_action instead of assigning
7419 current_rule to current_rule.
7420 (translate_symbol_action, translate_code): Pass rule = NULL to
7421 translate_action.
7422
34f98f46
JD
74232006-06-23 Joel E. Denny <jdenny@ces.clemson.edu>
7424
7425 Rename %before-definitions to %start-header and %after-definitions to
7426 %end-header. Don't use these declarations to separate pre-prologue
7427 blocks from post-prologue blocks. Add new order-independent
7428 declarations %before-header and %after-header as alternatives to the
7429 traditional Yacc pre-prologue and post-prologue blocks. Discussed at
7430 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00110.html>.
7431 * NEWS (2.3+): Update for these changes.
7432 * data/glr.c (b4_before_definitions): Update to...
7433 (b4_start_header): ... this.
7434 (b4_after_definitions): Update to...
7435 (b4_end_header): ... this.
7436 * data/glr.cc: Likewise.
7437 * data/lalr1.cc: Likewise.
7438 * data/yacc.c: Likewise.
7439 * doc/bison.texinfo (The prologue): Update names, and replace remaining
7440 prologue blocks with %*-header declarations.
7441 (Calc++ Parser): Likewise.
91661ebb 7442 (Decl Summary): Update names.
148d66d8 7443 (Table of Symbols): Update description.
34f98f46
JD
7444 * src/parse-gram.y (PERCENT_AFTER_DEFINITIONS): Update to...
7445 (PERCENT_END_HEADER): ... this.
7446 (PERCENT_BEFORE_DEFINITIONS): Update to...
7447 (PERCENT_START_HEADER): ... this.
7448 (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
7449 (declaration): Update token names and m4 macro names.
7450 When parsing %end-header and %start-header, invoke translate_code
7451 before muscle_code_grow, and no longer set global booleans to remember
7452 whether these declarations have been seen.
7453 Parse new %after-header and %before-header.
7454 * src/reader.c (before_definitions, after_definitions): Remove.
7455 (prologue_augment): Accept a new bool argument to specify whether to
7456 augment the pre-prologue or post-prologue.
7457 * src/reader.h (before_definitions, after_definitions): Remove these
7458 extern's.
7459 (prologue_augment): Add new bool argument.
7460 * src/scan-gram.l (PERCENT_AFTER_DEFINITIONS): Update to...
7461 (PERCENT_END_HEADER): ... this.
7462 (PERCENT_BEFORE_DEFINITIONS): Update to...
7463 (PERCENT_START_HEADER): ... this.
7464 (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
7465 * tests/actions.at (Printers and Destructors): Update names.
7466
31b2b07e
JD
74672006-06-22 Joel E. Denny <jdenny@ces.clemson.edu>
7468
7469 Add comparison operators for C++ location classes. Discussed at
7470 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00092.html>.
7471 * data/c++.m4 (b4_define_location_comparison): New boolean %define
7472 declaration indicating whether filename_type has an operator==. If
7473 filename_type is `std::string', it defaults to `1', `0' otherwise.
7474 * data/location.cc: Iff b4_define_location_comparison is `1', add
7475 operator== and operator!= for class position and for class location.
7476
7477 Some minor fixes.
7478 * src/scan-action.l: Remove unused file.
7479 * src/symtab.c (symbol_printer_set): Use printer_location not
7480 destructor_location.
7481 * src/symtab.h (struct symbol): Replace incorrect source comment for
7482 printer members.
7483 * tests/input.at (Incompatible Aliases): Update output with correct
7484 printer location.
7485
9bc0dd67
JD
74862006-06-20 Joel E. Denny <jdenny@ces.clemson.edu>
7487
7488 Don't put the pre-prologue in the header file. For the yacc.c code
7489 file and the glr.c header and code files, move the pre-prologue before
7490 the token definitions. Add new %before-definitions and
7491 %after-definitions to declare code that will go in both the header file
7492 and code file. Discussed at
7493 <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00000.html>,
7494 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00016.html>,
7495 and
7496 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00055.html>.
7497 * NEWS (2.3+): Describe these changes.
7498 * data/glr.c (b4_pre_prologue): Move from within to before...
7499 (b4_shared_declarations): ... this.
7500 Add new b4_before_definitions before b4_token_enums.
7501 Add new b4_after_definitions at the end.
7502 * data/glr.cc (b4_pre_prologue): Replace with...
7503 (b4_before_definitions): ... this in the header file.
7504 (b4_after_definitions): New near the end of the header file.
7505 * data/lalr1.cc (b4_pre_prologue): Move from the header file to the
7506 code file right before including the header file.
7507 (b4_before_definitions): New in the previous position of
7508 b4_pre_prologue in the header file.
7509 (b4_after_definitions): New near the end of the header file.
7510 * data/yacc.c: Clean up some m4 quoting especially in the header file.
7511 (b4_token_enums_defines): In the code file, move to right before
7512 YYSTYPE for consistency with the header file.
7513 (b4_before_definitions): New right before b4_token_enums_defines in
7514 both the header and code file.
7515 (b4_after_definitions): New right after YYLTYPE and yylloc in both the
7516 header and code file.
7517 * doc/bison.texinfo (Prologue): Show use of %before-definitions instead
7518 of prologues for %union dependencies.
91661ebb
JD
7519 (Decl Summary): In %defines description, mention the effect of
7520 %before-definitions and %after-definitions on the header file.
9bc0dd67
JD
7521 (Calc++ Parser): Forward declare driver in a %before-definitions rather
7522 than in the pre-prologue so that make check succeeds.
148d66d8 7523 (Table of Symbols): Add entries for %before-definitions and
9bc0dd67
JD
7524 %after-definitions.
7525 * src/parse-gram.y (PERCENT_BEFORE_DEFINITIONS): New token for
7526 %before-definitions.
7527 (PERCENT_AFTER_DEFINITIONS): New token for %after-definitions.
7528 (declaration): Parse those declarations and append to
7529 b4_before_definitions and b4_after_definitions, respectively.
7530 * src/reader.c (before_definitions, after_definitions): New bools to
7531 track whether those declarations have been seen.
7532 (prologue_augment): Add to the post-prologue if %union,
7533 %before-definitions, or %after-definitions has been seen.
7534 * src/reader.h (before_definitions, after_definitions): New extern's.
7535 * src/scan-gram.l: Scan the new declarations.
7536 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Place the second
7537 prologue block in a %before-definitions or a %after-definitions based
7538 on whether the %union is declared.
7539 * tests/regression.at (Early token definitions with --yacc, Early token
7540 definitions without --yacc): Move tests for token definitions into the
7541 post-prologue since token names are no longer defined in the
7542 pre-prologue.
7543
203b9274
AD
75442006-06-20 Akim Demaille <akim@epita.fr>
7545
7546 * src/symtab.h, src/symtab.c (symbol_from_uniqstr): New.
7547 (symbol_get): Use it.
7548 * src/parse-gram.y: Use it.
7549
a7ee59cf
JD
75502006-06-19 Joel E. Denny <jdenny@ces.clemson.edu>
7551
7552 * src/scan-gram.l: Remove unused declaration of last_string_1 so the
7553 build succeeds when configured with --enable-gcc-warnings.
7554
5a2baae7
PE
75552006-06-19 Paul Eggert <eggert@cs.ucla.edu>
7556
33ad1a9c
PE
7557 * src/parse-gram.y (char_name): New function.
7558 (CHAR, STRING, string_content): For %printer, properly escape.
7559 (ID): Prefer fputs to fprintf.
7560 (id): Reindent to be consistent with other rules.
7561 Properly quote char.
7562
5a2baae7
PE
7563 The Translation Project changed its way of publishing translations
7564 to maintainers. I haven't received any responses to my request
7565 for supporting the old way, or for documenting the new way. I
7566 have modified 'bootstrap' to use screen scraping
7567 (in this case, HTML scraping). This is unreliable and inelegant,
7568 but I don't see any better way. Yuck.
7569 * bootstrap (TP_URL, WGET_COMMAND): New vars.
7570 (get_translations): New function, which uses HTML scraping to
7571 deduce locations of latest translations.
7572 Use this function to grab both bison and bison-runtime .po files.
7573 Don't bother priming the pump for the runtime-po domain any more,
7574 as it's now translated better than bison is.
7575
58d7a1a1
AD
75762006-06-19 Akim Demaille <akim@epita.fr>
7577
7578 * src/scan-gram.l: No longer "parse" things after `%union' until
7579 `{'. Rather, return a single "%union" token.
7580 No longer make symbols: return strings, and leave the conversion
7581 to symbols to the parser.
7582 (SC_PRE_CODE, token_type): Remove.
7583 * src/parse-gram.y (%union): New field `character'.
7584 Sort tokens.
7585 (CHAR): New token.
7586 (ID, ID_COLON): Now that the scanner no longer makes them
7587 identifiers, adjust all uses to invoke symbol_get.
7588 (id_colon): New, wraps the conversion from string to symbol.
7589 (%union): Accept a possible union_name.
7590 (symbol): Now can be a char.
7591 * data/c.m4 (b4_union_name): Leave a default value.
7592 * data/glr.c, data/yacc.c: Use it.
7593
b931235e
JD
75942006-06-11 Joel E. Denny <jdenny@ces.clemson.edu>
7595
7596 For associating token numbers with token names for "yacc.c", don't use
7597 #define statements unless `--yacc' is specified; always use enum
7598 yytokentype. Most important discussions start at:
7599 <http://lists.gnu.org/archive/html/bison-patches/2005-09/msg00053.html>,
7600 <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00052.html>,
7601 and
7602 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00043.html>.
7603 * NEWS (2.3+): Mention.
7604 * data/c.m4 (b4_yacc_if): New.
7605 (b4_token_enums_defines): Use b4_yacc_if to decide whether to add the
7606 token #define's.
7607 * doc/bison.texinfo (Bison Options): Describe the effect of `--yacc'
7608 on token name definitions.
7609 * src/getargs.c (usage): Capitalize `Yacc' in English.
7610 * src/output.c (prepare): Define b4_yacc_flag.
7611 * tests/regression.at (Early token definitions): Test that tokens names
7612 are defined before the pre-prologue not just before the post-prologue.
7613 Remove this test case and copy to...
7614 (Early token definitions with --yacc): ... this to test #define's.
7615 (Early token definitions without --yacc): ... and this to test enums.
7616
9e6e7ed2
PE
76172006-06-11 Paul Eggert <eggert@cs.ucla.edu>
7618
7619 * NEWS: Reword the post-2.3 change to not be so optimistic about
7620 removing the old "look-ahead" spelling.
7621 Update previous look-ahead/lookahead change reports.
7622 * REFERENCES: look-ahead -> lookahead (since that's
7623 what he actually wrote).
7624 * doc/refcard.tex: look ahead -> lookahead,
7625 look-ahead -> lookahead
7626
742e4900
JD
76272006-06-09 Joel E. Denny <jdenny@ces.clemson.edu>
7628
7629 For consistency, use `lookahead' instead of `look-ahead' or
7630 `look_ahead'. Discussed starting at
7631 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00049.html>
7632 and then at
7633 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00017.html>.
7634 * NEWS: For the next release, note the change to `--report'.
7635 * TODO, doc/bison.1: Update English.
7636 * doc/bison.texinfo: Update English.
7637 (Understanding Your Parser, Bison Options): Document as
7638 `--report=lookahead' rather than `--report=look-ahead'.
7639 * src/conflicts.c: Update English in comments.
7640 (lookahead_set): Rename from look_ahead_set.
7641 (flush_reduce): Rename argument look_ahead_tokens to lookahead_tokens.
7642 (resolve_sr_conflict): Rename local look_ahead_tokens to
7643 lookahead_tokens, and update other uses.
7644 (flush_shift, set_conflicts, conflicts_solve, count_sr_conflicts,
7645 count_rr_conflicts, conflicts_free): Update uses.
7646 * src/getargs.c (report_args): Move "lookahead" before alternate
7647 spellings.
7648 (report_types): Update uses.
7649 (usage): For `--report' usage description, state `lookahead' spelling
7650 rather than `look-ahead'.
7651 * src/getargs.h (report.report_lookahead_tokens): Rename from
7652 report_look_ahead_tokens.
7653 * src/lalr.c: Update English in comments.
7654 (compute_lookahead_tokens): Rename from compute_look_ahead_tokens.
7655 (state_lookahead_tokens_count): Rename from
7656 state_look_ahead_tokens_count.
7657 Rename local n_look_ahead_tokens to n_lookahead_tokens.
7658 (lookahead_tokens_print): Rename from look_ahead_tokens_print.
7659 Rename local n_look_ahead_tokens to n_lookahead_tokens.
7660 Update other uses.
7661 Update English in output.
7662 (add_lookback_edge, initialize_LA, lalr, lalr_free): Update uses.
7663 * src/print.c: Update English in comments.
7664 (lookahead_set): Rename from look_ahead_set.
7665 (print_reduction): Rename argument lookahead_token from
7666 look_ahead_token.
7667 (print_core, state_default_rule, print_reductions, print_results):
7668 Update uses.
7669 * src/print_graph.c: Update English in comments.
7670 (print_core): Update uses.
7671 * src/state.c: Update English in comments.
7672 (reductions_new): Update uses.
7673 (state_rule_lookahead_tokens_print): Rename from
7674 state_rule_look_ahead_tokens_print, and update other uses.
7675 * src/state.h: Update English in comments.
7676 (reductions.lookahead_tokens): Rename from look_ahead_tokens.
7677 (state_rule_lookahead_tokens_print): Rename from
7678 state_rule_look_ahead_tokens_print.
7679 * src/tables.c: Update English in comments.
7680 (conflict_row, action_row): Update uses.
7681 * tests/glr-regression.at
7682 (Incorrect lookahead during deterministic GLR,
7683 Incorrect lookahead during nondeterministic GLR): Rename
7684 print_look_ahead to print_lookahead.
7685 * tests/torture.at: Update English in comments.
7686 (AT_DATA_LOOKAHEAD_TOKENS_GRAMMAR): Rename from
7687 AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR.
7688 (Many lookahead tokens): Update uses.
7689 * data/glr.c: Update English in comments.
7690 * lalr1.cc: Likewise.
7691 * yacc.c: Likewise.
7692 * src/conflicts.h: Likewise.
7693 * src/lalr.h: Likewise.
7694 * src/main.c: Likewise.
7695 * src/output.c: Likewise.
7696 * src/parse-gram.c: Likewise.
7697 * src/tables.h: Likewise.
7698 * tests/calc.at: Likewise.
7699
3c40d0b5
JD
77002006-06-08 Joel E. Denny <jdenny@ces.clemson.edu>
7701
7702 * src/flex-scanner.h (yytext): Remove stray `*/' in #define.
7703
5d278082
PE
77042006-06-07 Paul Eggert <eggert@cs.ucla.edu>
7705
7706 * TODO: Add request from Nelson H. F. Beebe to be able to install
7707 Bison without installing the yacc script.
7708
9e668899
JD
77092006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
7710
7711 * src/flex-scanner.h: For the sake of Flex 2.5.4, don't #define yyleng
7712 and yytext if they're already #define'd.
7713 * src/flex-scanner.h, src/location.h: Move #include "system.h" to...
7714 * src/scan-code-c.c: ... here.
7715 * src/scan-code.l, src/scan-gram.l: ... and here. Also #include
7716 <config.h>.
7717
0c8e079f
JD
77182006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
7719
7720 Get Bison to build again when configured with --enable-gcc-warnings.
7721 * src/location.c, src/location.h, src/main.c, src/scan-code.l: Add some
7722 missing #include's.
7723 * src/scan-code.l (handle_action_dollar, handle_action_at): Rename
7724 loc argument as it shadows a global.
7725 * src/scan-gram.l: Remove stray comma that prevents boundary_set
7726 invocation.
7727
7728 * src/.cvsignore: Add scan-code.c.
7729
2346344a
AD
77302006-06-07 Akim Demaille <akim@epita.fr>
7731
7732 * src/scan-gram.l: Move the "add a trailing ; to actions" code
7733 to...
7734 * src/scan-code.l: here.
7735 * tests/input.at (Torturing the Scanner): Fix another location
7736 error.
7737
4862bdfd
AD
77382006-06-07 Akim Demaille <akim@epita.fr>
7739
7740 * src/Makefile.am (BUILT_SOURCES): Fix the trailing backslash.
7741
e9071366
AD
77422006-06-06 Akim Demaille <akim@epita.fr>
7743
7744 Extract the parsing of user actions from the grammar scanner.
7745 As a consequence, the relation between the grammar scanner and
7746 parser is much simpler. We can also split "composite tokens" back
7747 into simple tokens.
7748 * src/gram.h (ITEM_NUMBER_MAX, RULE_NUMBER_MAX): New.
7749 * src/scan-gram.l (add_column_width, adjust_location): Move to and
7750 rename as...
7751 * src/location.h, src/location.c (add_column_width)
7752 (location_compute): these.
7753 Fix the column count: the initial column is 0.
7754 (location_print): Be robust to ending column being 0.
7755 * src/location.h (boundary_set): New.
7756 * src/main.c: Adjust to scanner_free being renamed as
7757 gram_scanner_free.
7758 * src/output.c: Include scan-code.h.
7759 * src/parse-gram.y: Include scan-gram.h and scan-code.h.
7760 Use boundary_set.
7761 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_INITIAL_ACTION)
7762 (PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Remove the {...} part,
7763 which is now, again, a separate token.
7764 Adjust all dependencies.
7765 Whereever actions with $ and @ are used, use translate_code.
7766 (action): Remove this nonterminal which is now useless.
7767 * src/reader.c: Include assert.h, scan-gram.h and scan-code.h.
7768 (grammar_current_rule_action_append): Use translate_code.
7769 (packgram): Bound check ruleno, itemno, and rule_length.
7770 * src/reader.h (gram_in, gram__flex_debug, scanner_cursor)
7771 (last_string, last_braced_code_loc, max_left_semantic_context)
7772 (scanner_initialize, scanner_free, scanner_last_string_free)
7773 (gram_out, gram_lineno, YY_DECL_): Move to...
7774 * src/scan-gram.h: this new file.
7775 (YY_DECL): Rename as...
7776 (GRAM_DECL): this.
7777 * src/scan-code.h, src/scan-code.l, src/scan-code-c.c: New.
7778 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
7779 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
7780 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
7781 Move these declarations, and...
7782 (obstack_for_string, STRING_GROW, STRING_FINISH, STRING_FREE):
7783 these to...
7784 * src/flex-scanner.h: this new file.
7785 * src/scan-gram.l (rule_length, rule_length_overflow)
7786 (increment_rule_length): Remove.
7787 (last_braced_code_loc): Rename as...
7788 (gram_last_braced_code_loc): this.
7789 Adjust to the changes of the parser.
7790 Move all the handling of $ and @ into...
7791 * src/scan-code.l: here.
7792 * src/scan-gram.l (handle_dollar, handle_at): Remove.
7793 (handle_action_dollar, handle_action_at): Move to...
7794 * src/scan-code.l: here.
7795 * src/Makefile.am (bison_SOURCES): Add flex-scanner.h,
7796 scan-code.h, scan-code-c.c, scan-gram.h.
7797 (EXTRA_bison_SOURCES): Add scan-code.l.
7798 (BUILT_SOURCES): Add scan-code.c.
7799 (yacc): Be robust to white spaces.
7800
7801 * tests/conflicts.at, tests/input.at, tests/reduce.at,
7802 * tests/regression.at: Adjust the column numbers.
7803 * tests/regression.at: Adjust the error message.
7891a7c4 7804
184e42f0
JD
78052006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
7806
7807 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
7808 Use Akim's wording from
7809 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00056.html>.
7810
7891a7c4
JD
78112006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
7812
7813 Between Bison releases, manually append `+' to the previous Bison
7814 release number, and use that as a signal to automatically print the
7815 ChangeLog's CVS Id keyword from --version. Discussed starting at
7816 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00028.html>.
7817 * ChangeLog: Add Id header.
7818 * configure.ac (AC_INIT): Append `+' to `2.3'.
7819 * src/.cvsignore: Add revision.c.
7820 * src/Makefile.am (bison_SOURCES): Add revision.c and revision.h.
7821 (BUILT_SOURCES): Add revision.c.
7822 (revision.c): New target rule. This file defines a new global variable
7823 named revision. It initializes it with either the Id from ChangeLog
7824 or, if VERSION doesn't contain `+', with the empty string.
7825 * src/getargs.c (version): Print the value of revision.
7826 * src/revision.h: Extern revision.
7827
4ad3ed84
PE
78282006-06-05 Paul Eggert <eggert@cs.ucla.edu>
7829
7830 * NEWS: Version 2.3.
7831 * configure.ac (AC_INIT): Likewise.
7832
02103984
PE
78332006-05-30 Paul Eggert <eggert@cs.ucla.edu>
7834
7835 * data/glr.c (YYRECOVERING): Define to be a function-like macro
7836 with no arguments, not as an object-like macro. This is for
7837 compatibility with data/yacc.c. Problem reported by John P. Hartmann in
7838 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00059.html>.
7839 * doc/bison.texinfo (Action Features, Error Recovery, Table of Symbols):
7840 Document this.
7841
2c08afa5
JD
78422006-05-30 Joel E. Denny <jdenny@ces.clemson.edu>
7843
7844 * src/getargs.c (usage): Back out yesterday's modification of the
7845 --help output so that we don't have to wait for translation before
7846 releasing 2.3.
7847
6077da58
PE
78482006-05-29 Paul Eggert <eggert@cs.ucla.edu>
7849
7850 * doc/bison.texinfo (Introduction): Don't say "GLR grammar".
7851 Problem reported by Akim Demaille.
7852
2a26b6c2
JD
78532006-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
7854
7855 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
7856
aefef0d6
PE
78572006-05-26 Paul Eggert <eggert@cs.ucla.edu>
7858
7859 * data/yacc.c (yy_reduce_print): Omit trailing white space in
7860 generated source code. Problem reported by Frans Englich in
7861 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00049.html>.
7862
fcd8e201
PE
78632006-05-22 Paul Eggert <eggert@cs.ucla.edu>
7864
7865 * Makefile.maint (gzip_rsyncable, GZIP_ENV): Compute within the
7866 shell, not within 'make', so that 'make' by an ordinary builder
7867 (using GNU make) does not worry about configuring gzip. This also
7868 works around a bug reported independently by Keith Thompson and by
7869 Georg Schwarz, whereby gzip 1.2.4 --help would output usage on
7870 stderr rather than stdout, messing up the build logs.
7871
7b5cdcbd
JD
78722006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
7873
7874 * data/yacc.c (yyparse): Wrap the final return from yyparse inside YYID
7875 to make sure that YYID will never be unused. This fixes a 'make
7876 maintainer-check' failure caused by the recent changes to the 'Trivial
7877 grammars' test case, which caused g++ 4.1.0 to complain that YYID was
7878 not used.
7879 * data/glr.c (yyparse): Wrap yyparse's return inside YYID just in case.
7880
5ad0a449
JD
78812006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
7882
7883 * data/glr.c (yyresolveLocations): Remove bogus YYASSERT that the
7884 state before an empty RHS is always resolved here. Only the location
7885 of that state is guaranteed to be resolved, and that's enough. This
7886 fixes the remaining bug reported by Derek M. Jones in
7887 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
7888 * tests/glr-regression.at (Uninitialized location when reporting
7889 ambiguity): Test the above case.
7890 Also, the embedded comments in this test case claim it checks the case
7891 of an empty RHS that has inherited the initial location. However, the
7892 corresponding LHS was already resolved, so yyresolveLocations didn't
7893 actually have reason to modify it. Fix this by forcing
7894 nondeterministic operation at the beginning of the parse.
7895
50cce58e
PE
78962006-05-20 Paul Eggert <eggert@cs.ucla.edu>
7897
7898 * data/c.m4 (b4_yy_symbol_print_generate):
7899 (b4_yy_symbol_print_generate): Use 'YYSTYPE const' rather than
7900 'const YYSTYPE', and similarly for YYLTYPE. This fixes one
7901 of the bugs reported today by Derek M Jones in
7902 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
7903 * doc/bison.texinfo (Value Type): Document that YYSTYPE must be
7904 defined to be a type name without parens or brackets.
7905 (Location Type): Similarly for YYLTYPE.
7906 * tests/regression.at (Trivial grammars): Put in a test for this
7907 bug that will be caught by 'make maintainer-check' (though not,
7908 alas, by 'make check' unless your compiler is picky).
7909
ab8d9dc5
PE
79102006-05-19 Paul Eggert <eggert@cs.ucla.edu>
7911
0d2c8934 7912 * NEWS: Version 2.2.
ab8d9dc5
PE
7913 * configure.ac (AC_INIT): Likewise.
7914
9138c575
JD
79152006-05-17 Joel E. Denny <jdenny@ces.clemson.edu>
7916
7917 * data/glr.c (yyreportTree): Make room in yystates for the state
7918 preceding the RHS. This fixes the segmentation fault reported by Derek
7919 M. Jones in
7920 <http://lists.gnu.org/archive/html/help-bison/2006-05/msg00035.html>.
7921 (yyreportTree, yypdumpstack): Subtract 1 from yyrule before printing
7922 to the user. Reported for yyreportTree by Derek M. Jones later in the
7923 same thread.
7924 * THANKS: Add Derek M. Jones.
7925 Update my email address.
7926 Fix typo in Steve Murphy's name.
7927
276f48df
PE
79282006-05-14 Paul Eggert <eggert@cs.ucla.edu>
7929
d6645148
PE
7930 * data/glr.c (yyreportSyntaxError): Fix off-by-one error in
7931 checking against YYLAST that caused the parser to miss a potential
7932 alternative in its diagnostic.
7933 Problem reported by Maria Jose Moron Fernandez in
7934 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00024.html>.
7935 * data/lalr1.cc (yysyntax_error_): Likewise.
7936 * data/yacc.c (yysyntax_error): Likewise.
7937 * tests/regression.at (_AT_DATA_DANCER_Y): Use static array for
7938 tokens, in case we run into an older C compiler.
7939 (_AT_DATA_EXPECT2_Y, AT_CHECK_EXPECT2): New macros.
7940 Use them to check for the off-by-one error fixed above.
7941
276f48df
PE
7942 * data/yacc.c (yytnamerr): Fix typo: local var should be of type
7943 YYSIZE_T, not size_t.
7944 * tests/regression.at (Trivial grammars): New test, to catch
7945 the error fixed by the above patch.
7946
cd8b5791
AD
79472006-05-14 Akim Demaille <akim@lrde.epita.fr>
7948
7949 * doc/bison.texinfo (C++ Bison Interface): Clarify the naming
7950 scheme.
7951 Reported by Steve Murphy.
7952
34376418
AD
79532006-05-14 Akim Demaille <akim@lrde.epita.fr>
7954
7955 * data/glr.cc, data/lalr1.cc: Using %defines is mandatory.
7956 * data/glr.cc: b4_location_flag is now b4_locations_flag.
7957
327afc7c
AD
79582006-05-14 Akim Demaille <akim@lrde.epita.fr>
7959
7960 Implement --trace=m4.
7961 * src/getargs.c (trace_types, trace_args): Accept trace_m4.
7962 * src/output.c (output_skeleton): When set, pass -dV to m4.
7963
7964 Factor the handling of flags in m4.
7965 * src/output.c (prepare): Rename the muscle names debug, defines,
7966 error_verbose to debug_flag, defines_flag, error_verbose_flag.
7967 * data/c.m4: Adjust.
7968 (_b4_define_flag_if, b4_define_flag_if, b4_defines_if): New.
7969 Use b4_define_flag_if to define other b4_FLAG_if macros.
7970 (b4_location_if): As a consequence, rename as...
7971 (b4_locations_if): this, for consistency.
7972 Adjust all the skeletons.
7973
ba9ecd19
AD
79742006-05-14 Akim Demaille <akim@lrde.epita.fr>
7975
7976 * etc/bench.pm: Shorten bench names.
7977
4e83ea15
AD
79782006-05-14 Akim Demaille <akim@lrde.epita.fr>
7979
7980 * src/output.h, src/output.c (error_verbose): Move to...
7981 * src/getargs.h, src/getargs.c: here.
7982 Sort the flags.
7983 Adjust dependencies.
7984
6e93d810
PE
79852006-05-13 Paul Eggert <eggert@cs.ucla.edu>
7986
7987 * data/c.m4 (b4_copyright): Put the special exception for Bison
7988 skeletons here, so we don't have to put it in each skeleton. All
b15296ff
PE
7989 uses changed. Suggested by Akim Demaille. Also, wrap the
7990 copyright notice, in case it is longer than 80 columns. Replace
7991 comma by newline after title.
6e93d810 7992
eaea13f5
PE
79932006-05-11 Paul Eggert <eggert@cs.ucla.edu>
7994
7995 * doc/bison.texinfo (Calc++ Scanner): The flex behavior is an
7996 incompatibility, not a bug. Mention that it wasn't fixed as of
7997 flex 2.5.33.
7998
3cf084ec
AD
79992006-05-11 Akim Demaille <akim@lrde.epita.fr>
8000
8001 * examples/extexi: Enforce the precedence of concatenation over
8002 >>.
0a9f1c7d 8003 Reported by Tommy Nordgren.
3cf084ec 8004
32c96bd7
AD
80052006-05-11 Akim Demaille <akim@lrde.epita.fr>
8006
8007 * data/lalr1.cc (yytranslate_): Rename token as t to avoid clashes
8008 with the member "token".
f94705b2 8009 Reported by Martin Nylin.
32c96bd7 8010
eaea13f5
PE
80112006-05-08 Paul Eggert <eggert@cs.ucla.edu>
8012
8013 * data/glr.c: Switch to Bison 2.2 special-exception language in
8014 the copyright notice. Use more-regular format for titles and
8015 copyright notices.
8016 * data/glr.cc: Likewise.
8017 * data/location.cc: Likewise.
8018 * data/yacc.cc: Likewise.
8019 * doc/bison.texinfo (Conditions): Document this.
8020 * NEWS: likewise. Upgrade version to 2.2.
8021
6e2d1146
AD
80222006-04-27 Akim Demaille <akim@lrde.epita.fr>
8023
8024 * data/glr.cc: Remove dead code.
8025
47671055
PE
80262006-04-25 Paul Eggert <eggert@cs.ucla.edu>
8027
8028 * bootstrap: Comment out the AM_CPPFLAGS line, since we don't use
8029 that variable and the line breaks the bootstrap. Problem reported
8030 by Juan M. Guerrero.
8031
ed2e6384
AD
80322006-04-24 Akim Demaille <akim@lrde.epita.fr>
8033
8034 * doc/bison.texinfo (Multiple start-symbols): New.
8035
3cedc2dc
AD
80362006-04-24 Akim Demaille <akim@lrde.epita.fr>
8037
8038 * etc/README, etc/bench.pl: New.
8039
b2ddc3f3
AD
80402006-04-03 Akim Demaille <akim@lrde.epita.fr>
8041
8042 * src/scan-gram.l: Be robust to BRACED_CODE appearing before any
8043 rule.
8044 Reported by Mickael Labau.
8045 * tests/input.at (Torturing the Scanner): Test it.
8046
91e3ac9a
PE
80472006-03-16 Paul Eggert <eggert@cs.ucla.edu>
8048
8049 * doc/bison.texinfo (Decl Summary): Don't mention yylloc twice.
8050 Problem reported by Bob Rossi.
8051
80522006-03-13 Paul Eggert <eggert@cs.ucla.edu>
8053
8054 * doc/bison.texinfo: Remove @shorttitlepage stuff; it wasn't used
8055 and didn't really work.
8056 For the index, use @ifnotinfo, not @iftex.
8057 Minor cleanups of spacing and terminology.
8058
5cf61e93
AD
80592006-03-12 Akim Demaille <akim@lrde.epita.fr>
8060
8061 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Fix the definition
8062 of AT_NAME_PREFIX when %name-prefix is not used.
8063
aa08666d
AD
80642006-03-12 Akim Demaille <akim@lrde.epita.fr>
8065
8066 Apply --prefix to C++ skeletons too: they change the namespace.
8067 The test suite already exercize these cases.
8068 * data/c++.m4 (b4_namespace): New.
8069 * data/lalr1.cc, data/glr.cc, data/location.cc: Use it instead of `yy'.
8070 * data/lalr1.cc (yytnameerr_): Move its definition into the namespace.
8071 * data/yacc.c, data/glr.c: Remove a useless `[]'.
8072 * doc/bison.texinfo: Document it.
8073 (Option Cross Key): Use @multitable in all formats. It looks
8074 nicer, even in TeX outputs.
8075 (Rules): Use the same code whatever the output type is.
8076 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS)
8077 (_AT_BISON_OPTION_POPDEFS): Support AT_NAME_PREFIX.
8078 * tests/calc.at: Use it, instead of hard coding `yy'.
91e3ac9a 8079
45567173
AD
80802006-03-10 Akim Demaille <akim@lrde.epita.fr>
8081
8082 * TODO: Remove dead items.
8083
e9d8f881 80842006-03-10 Akim Demaille <akim@lrde.epita.fr>
55ba27be
AD
8085
8086 * doc/FAQ: Remove, merged into...
8087 * doc/bison.texinfo (FAQ): this.
8088 * doc/Makefile.am (EXTRA_DIST): Adjust.
8089
c095d689
AD
80902006-03-10 Akim Demaille <akim@lrde.epita.fr>
8091
8092 * data/c.m4 (b4_token_enum): Always define the enum of tokens,
8093 even if empty.
8094 * data/lalrl1.cc, data/glr.cc (parser::token_type): New.
8095 * doc/bison.texinfo (Calc++ Scanner): Use it.
8096
6e0f8287
PE
80972006-03-09 Paul Eggert <eggert@cs.ucla.edu>
8098
8099 Fix two nits reported by twlevo, plus one more that I discovered.
8100
8101 * src/assoc.h (assoc_to_string): Give a name to the arg, as
8102 this is the usual Bison style.
8103 * src/location.h (location_print): Likewise.
8104
8105 * src/reader.h (token_name): Likewise.
8106
d6b771c3
PE
81072006-03-08 Paul Eggert <eggert@cs.ucla.edu>
8108
8109 Fix some nits reported by twlevo.
8110 * doc/FAQ: Remove ancient Y2K FAQ, replacing it with "secure"
8111 and "POSIX". Use more-modern syntax for URLs. Mention C++
8112 and ask for Java. Don't hardwire OS version numbers. Add
8113 copyright notice.
8114 * m4/.cvsignore: Add unistd_h.m4, for latest gnulib.
8115 * src/conflicts.c (solved_conflicts_obstack): Now static.
8116
1e137b71
JD
81172006-03-08 Joel E. Denny <jdenny@ces.clemson.edu>
8118
8119 * doc/bison.texinfo (Introduction): Mention GLR and C++ as on the web
8120 page. Say "you can use it" not "you may use it" as on the web page;
8121 we're describing capabilities not granting permission.
8122
73f2e47e
PE
81232006-03-06 Paul Eggert <eggert@cs.ucla.edu>
8124
6d05403d
PE
8125 * data/glr.c (yyresolveLocations): Rename local variables to avoid
8126 shadowing warnings. Use usual patter for iterating through RHS.
8127 * tests/glr-regression.at
8128 (Uninitialized location when reporting ambiguity):
8129 Modify yylex so that it uses its argument, rather than trying
8130 to rely on ARGSUSED (which doesn't work for gcc with warnings).
8131 const char -> char const.
8132
73f2e47e
PE
8133 * tests/Makefile.am ($(srcdir)/package.m4, maintainer-check-valgrind):
8134 Don't use tabs inside commands; it messes up 'ps'.
8135 Problem reported by twlevo.
8136
8710fc41
JD
81372006-03-06 Joel E. Denny <jdenny@ces.clemson.edu>
8138
8139 * tests/glr-regression.at (Uninitialized location when reporting
8140 ambiguity): New test case.
8141 * data/glr.c (yyresolveLocations): New function, which uses
8142 YYLLOC_DEFAULT.
8143 (yyresolveValue): Invoke yyresolveLocations before reporting an
8144 ambiguity.
8145 * doc/bison.texinfo (Default Action for Locations): Note
8146 YYLLOC_DEFAULT's usage for ambiguity locations.
8147 (GLR Semantic Actions): Cross-reference those notes.
8148
ae952af2
JD
81492006-03-04 Joel E. Denny <jdenny@ces.clemson.edu>
8150
8151 * tests/glr-regression.at (Leaked semantic values when reporting
8152 ambiguity): Remove unnecessary union and type declarations.
8153 (Leaked lookahead after nondeterministic parse syntax error): New test
8154 case.
8155 * data/glr.c (yyparse): Check for zero stacks remaining before
8156 attempting to shift the lookahead so that you don't lose it.
8157
35ee866a
JD
81582006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
8159
8160 Avoid memory leaks by not invoking longjmp in yyreportAmbiguity.
8161 * tests/glr-regression.at (Leaked semantic values when reporting
8162 ambiguity): New test case.
8163 * data/glr.c (yyreportAmbiguity): Invoke yyyerror directly and return
8164 yyabort rather than invoking yyFail, which invokes longjmp. Remove the
8165 now unnecessary yystackp parameter.
8166 (yyresolveValue): Return yyreportAmbiguity's result. Now the necessary
8167 destructors can be called.
8168
8169 * tests/glr-regression.at: Don't invoke bison with `-t' unnecessarily
8170 in existing testcases.
8171
520181ab
JD
81722006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
8173
8174 Don't leak semantic values for parent RHS when a user action cuts the
8175 parser, and clean up related code a bit.
8176 * tests/glr-regression.at (Leaked merged semantic value if user action
35ee866a
JD
8177 cuts parse): Rename to...
8178 (Leaked semantic values if user action cuts parse): ... this. Add check
520181ab
JD
8179 for leaked parent RHS values.
8180 * data/glr.c (yydestroyGLRState): In debugging output, distinguish
8181 between an unresolved state (non-empty chain of semantic options) and
8182 an incomplete one (signaled by an empty chain).
ae952af2 8183 (yyresolveStates): Document the interface. Move all manipulation of a
520181ab
JD
8184 successfully or unsuccessfully resolved yyGLRState to...
8185 (yyresolveValue): ... here so that yyresolveValue always leaves a
8186 yyGLRState with consistent data and thus is easier to understand.
8187 Remove the yyvalp and yylocp parameters since they are always just
8188 taken from the yys parameter. When reporting a discarded merged value
8189 in debugging output, note that it is incompletely merged. Document the
8190 interface.
8191 (yyresolveAction): If resolving any of the RHS states fails, destroy
8192 them all rather than leaking them. Thus, as long as user actions are
8193 written to clean up the RHS correctly, yyresolveAction always cleans up
8194 the RHS of a semantic option. Document the interface.
8195
18d9185c
PE
81962006-02-27 Paul Eggert <eggert@cs.ucla.edu>
8197
8198 * data/glr.c (yyexpandGLRStack): Catch an off-by-one error that
8199 led to a segmentation fault in GNU Pascal. Problem reported
8200 by Waldek Hebisch.
8201
841a7737
JD
82022006-02-21 Joel E. Denny <jdenny@ces.clemson.edu>
8203
8204 * doc/bison.texinfo (Mid-Rule Actions): Explain how to bury a
8205 mid-rule action inside a nonterminal symbol in order to declare a
8206 destructor for its semantic value.
8207
fc3f467f
PE
82082006-02-16 Paul Eggert <eggert@cs.ucla.edu>
8209
8210 * data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE) && !
8211 YYSTACK_USE_ALLOCA && ! defined YYSTACK_ALLOC && defined
8212 __cplusplus && ! defined _STDLIB_H && !
8213 ((defined YYMALLOC || defined malloc) && (defined YYFREE ||
8214 defined free))]: Include <stdlib.h> rather than rolling our own
8215 declarations of malloc and free, to avoid problems with
8216 incompatible declarations (using 'throw') C++'s stdlib.h. This
8217 should fix Debian bug 340012
8218 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=340012>,
8219 reported by Guillaume Melquiond.
8220
a3af26dd
PE
82212006-02-13 Paul Eggert <eggert@cs.ucla.edu>
8222
4d7bc38c
PE
8223 * NEWS: Clarify symbols versus types in unused-value warnings.
8224
a3af26dd
PE
8225 * configure.ac (AC_INIT): Bump version number.
8226
4e26c69e
PE
82272006-02-13 Paul Eggert <eggert@cs.ucla.edu>
8228
8229 * NEWS: Version 2.1a.
8230 * tests/headers.at (AT_TEST_CPP_GUARD_H): Declare yyerror and yylex,
8231 since C99 requires this.
8232
498e897c
PE
82332006-02-11 Paul Eggert <eggert@cs.ucla.edu>
8234
8235 * m4/c-working.m4: New file.
8236 * configure.ac (BISON_TEST_FOR_WORKING_C_COMPILER): Use it.
8237
57bb17ca
PE
82382006-02-10 Paul Eggert <eggert@cs.ucla.edu>
8239
8240 * Makefile.maint: Merge from coreutils.
8241
0be105dc
PE
82422006-02-09 Paul Eggert <eggert@cs.ucla.edu>
8243
8244 More portability fixes for problems summarized by Nelson H. F. Beebe.
8245
8246 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Catch a
8247 configuration screwup "./configure CC=/opt/SUNWspro/bin/c89
8248 CFLAGS="-xarch=generic64" CXX=/opt/SUNWspro/bin/CC
8249 LDFLAGS="-xarch=generic64" with Sun C 5.7 on Solaris 10; this
8250 messes up because C++ code is compiled in 32-bit mode but linked
8251 in 64-bit mode.
8252
6fc0c024
PE
82532006-02-08 Paul Eggert <eggert@cs.ucla.edu>
8254
8255 More portability fixes for problems summarized by Nelson H. F. Beebe.
8256
7870f699
PE
8257 * doc/bison.texinfo (Calc++ Scanner): Work around a bug in flex
8258 2.5.31. This resembles the 2005-10-10 patch to src/scan-skel.l.
8259
6fc0c024
PE
8260 * examples/calc++/Makefile.am (check_PROGRAMS): Renamed from
8261 nodist_PROGRAMS, since we don't need to actually compile the
8262 example if we're just doing a plain 'make'. This avoids bothering
8263 the installer unnecessarily about problems due to weird C++
8264 compilers.
8265
fe6c2fde
PE
82662006-02-06 Paul Eggert <eggert@cs.ucla.edu>
8267
8268 More portability fixes for problems summarized by Nelson H. F. Beebe.
8269
8270 * tests/headers.at (AT_TEST_CPP_GUARD_H): Use #include <...> rather
8271 than #include "...", and compile with -I'.'. The old method was
8272 not portable, according to Posix and the C standard, and it does
8273 not work with Sun C 5.7, where previous #line directives affect
8274 the working directory used in later #include "..." directives.
8275
927b425b
JMG
82762006-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
8277
8278 Various DJGGP specific issues in /djgpp
8279
d9735e9e
PE
82802006-02-02 Paul Eggert <eggert@cs.ucla.edu>
8281
8282 More portability fixes for problems summarized by Nelson H. F. Beebe.
8283
8284 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check that
8285 '#include <map>' works and that you can apply ++ to iterators.
8286
5a6755af
PE
82872006-02-01 Paul Eggert <eggert@cs.ucla.edu>
8288
67a0dc4f
PE
8289 Work around portability problems summarized by Nelson H. F. Beebe in
8290 <http://lists.gnu.org/archive/html/bug-bison/2005-09/msg00021.html>.
8291
8c86f0ef
PE
8292 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
8293 that '#include <string>' works.
8294
de35dd59
PE
8295 * data/lalr1.cc (yytranslate_): No longer inline, to work around a
8296 porting problem to g++ 3.4.3 on Darwin 7.9.0, where g++ complained
8297 "warning: sorry: semantics of inline function static data `const
8298 unsigned char translate_table[262]' are wrong (you'll wind up with
8299 multiple copies)".
8300
67a0dc4f
PE
8301 * lib/bbitset.h (struct bitset_vtable): Rename members not, and,
8302 or, xor to not_, and_, or_, and xor_, respectively. This works
8303 around a bug in GCC 3.4.3 on Irix 6.5, which apparently has a
8304 random system header somewhere that includes the equivalent of
8305 <iso646.h>.
8306
5a6755af
PE
8307 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that "$CC
8308 -E" works; it apparently doesn't work with PathScale EKO Compiler
67a0dc4f 8309 Suite Version 2.0.
5a6755af 8310
3f001415
JD
83112006-01-30 Joel E. Denny <jdenny@ces.clemson.edu>
8312
8313 During deterministic GLR operation, user actions should be able to
8314 influence the parse by changing yychar. To make this easier to fix and
8315 to make glr.c easier to evolve in general, don't maintain yytoken in
8316 parallel with yychar; just compute yytoken when needed.
8317 * tests/glr-regression.at (Incorrect lookahead during deterministic
8318 GLR): Check that setting yychar in a user action has the intended
8319 effect.
8320 * data/glr.c (yyGLRStack): Remove yytokenp member.
8321 (yyclearin): Don't set *yytokenp.
8322 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Examine
8323 yychar rather than *yytokenp to determine the current lookahead.
8324 Compute yytoken locally when needed.
8325 (yyparse): Likewise. Remove the local yytoken that yytokenp used to
8326 point to.
8327
8328 * doc/bison.texinfo (Bison Options): Remove stray sentence fragment
8329 after `--report' documentation.
8330
e2a8c0f5
PE
83312006-01-30 Paul Eggert <eggert@cs.ucla.edu>
8332
8333 * src/parse-gram.y (grammar_declaration): Location of printer
8334 symbol is @1, not list->location. Bug reported by twlevo.
8335 * tests/input.at (Incompatible Aliases): Adjust to above change.
8336
6b702268
PE
83372006-01-29 Paul Eggert <eggert@cs.ucla.edu>
8338
27622431
PE
8339 * tests/input.at (AT_CHECK_UNUSED_VALUES): Remove. Instead, do
8340 all the test at once. This makes the output easier to read in the
8341 normal case.
8342
6b702268
PE
8343 Fix a longstanding bug uncovered by bro-0.9a9/src/parse.y, which I
8344 got from <http://bro-ids.org/download.html>. The bug is that
8345 when two actions appeared in succession, the second one was
8346 scanned before the first one was added to the grammar rule
8347 as a midrule action. Bison then output the incorrect warning
8348 "parse.y:905.17-906.36: warning: unused value: $3".
8349 * src/parse-gram.y (BRACED_CODE, action): These are no longer
8350 associated with a value.
8351 (rhs): Don't invoke grammar_current_rule_action_append.
8352 (action): Invoke it here instead.
8353 * src/reader.c (grammar_midrule_action): Now extern.
8354 (grammar_current_rule_action_append): Don't invoke
8355 grammar_midrule_action; that is now the scanner's job.
8356 * src/reader.h (last_string, last_braced_code_loc):
8357 (grammar_midrule_action): New decls.
8358 * src/scan-gram.l (last_string): Now extern, sigh.
8359 (last_braced_code_loc): New extern variable.
8360 (<INITIAL>"{"): Invoke grammar_midrule_action if the current
8361 rule already has an action.
8362 (<SC_BRACED_CODE>"}"): Set last_braced_code_loc before returning.
8363 * tests/input.at (AT_CHECK_UNUSED_VALUES):
8364 Add some tests to check that the above changes fixed the bug.
8365
d40ba6c2
PE
83662006-01-27 Paul Eggert <eggert@cs.ucla.edu>
8367
8368 * src/reader.c (symbol_should_be_used): Renamed from symbol_typed_p.
8369 All used changed. Check whether the symbol has a destructor,
8370 not whether it is typed.
8371 * tests/input.at (AT_CHECK_UNUSED_VALUES): Add a destructor, so
8372 that the values are still reported as unused. All line numbers
8373 adjusted.
8374
401aace6
PE
83752006-01-23 Paul Eggert <eggert@cs.ucla.edu>
8376
8377 Work around a bug in bro 0.8, which underparenthesizes its
8378 definition of YYLLOC_DEFAULT.
8379 * data/glr.c: Change all uses of YYLLOC_DEFAULT to parenthesize
8380 their arguments.
8381 * data/lalr1.cc: Likewise.
8382 * data/yacc.cc: Likewise.
8383
06f01bc4
PE
83842006-01-22 Paul Eggert <eggert@cs.ucla.edu>
8385
401aace6
PE
8386 Work around a bug in Pike 7.0, and give the Pike folks a
8387 better way to override the usual int widths.
8388 * data/yacc.c (b4_int_type): Use yytype_uint8, etc., so that the
8389 user can override the types.
8390 (short): #undef, to work around a bug in Pike 7.0.
8391 (yytype_uint8, yytype_int8, yytype_uint16, yytype_int16): New types.
8392 (union yyalloc.yyss): Use yytype_int16 rather than short.
8393 All uses changed.
8394 (yysigned_char): Remove.
8395 * src/parse-gram.y (YYTYPE_UINT8, YYTYPE_INT8, YYTYPE_UINT16):
8396 (YYTYPE_INT16): New macros, to test the new facility in yacc.c.
8397 * tests/regression.at (Web2c Actions): Adjust to above changes.
8398
8399 * src/reader.c (check_and_convert_grammar): New function.
8400 (reader): Close the input file even if something went wrong during
8401 parsing. Minor file descriptor leak reported by twlevo.
8402
06f01bc4
PE
8403 * src/assoc.c (assoc_to_string): Use a default: abort (); case
8404 to pacify gcc -Wswitch-default.
8405 * src/scan-gram.l (adjust_location): Use a default: break; case
8406 to pacify gcc -Wswitch-default.
8407 * src/scan-skel.h (skel_get_lineno, skel_get_in, skel_get_out):
8408 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
8409 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
8410 Move these decls to scan-skel.l, since they don't need to be
8411 visible elsewhere.
8412 * src/scan-skel.l: Accept the above decls.
8413 (skel_lex): New decl, to pacify GCC when unpatched flex 2.5.31
8414 is used.
8415
02650b7f
PE
84162006-01-21 Paul Eggert <eggert@cs.ucla.edu>
8417
8418 * Makefile.cfg (local-checks-to-skip): Add changelog-check,
8419 since we don't want to insist on a version number at the start
8420 of the changelog every time.
8421 * Makefile.maint: Sync from coreutils a bit better.
8422 (sc_trailing_blank): Renamed from sc_trailing_space.
8423 All uses changed.
8424 (sc_no_if_have_config_h, sc_require_config_h):
8425 (sc_prohibit_assert_without_use): New rules.
8426 (sc_obsolete_symbols): Don't catch Makefile.maint itself.
8427 (sc_dd_max_sym_length): Fix leading spaces in rule.
8428 (sc_system_h_headers): Prefix with @.
8429 (sc_useless_cpp_parens, m4-check): Output line numbers.
8430 (changelog-check): Allow version only in head.
8431 * data/c.m4: Use "defined FOO" instead of "defined (FOO)", to
8432 satisfy new Makefile.maint rule.
8433 * data/glr.c: Likewise.
8434 * data/glr.cc: Likewise.
8435 * data/lalr1.cc: Likewise.
8436 * data/yacc.c: Likewise.
8437 * lib/ebitsetv.c: Likewise.
8438 * lib/lbitset.c: Likewise.
8439 * lib/subpipe.c: Likewise.
8440 * lib/timevar.c: Likewise.
8441 * src/system.h: Likewise.
8442 * data/yacc.c (YYSTYPE): Don't generate trailing spaces in output.
8443 * djgpp/Makefile.maint: Add copyright notice.
8444 * djgpp/README.in: Likewise.
8445 * djgpp/config.bat: Likewise.
8446 * djgpp/config.site: Likewise.
8447 * djgpp/config_h.sed: Likewise.
8448 * djgpp/djunpack.bat: Likewise.
8449 * djgpp/config.sed: Fix copyright notice to match standard format.
8450 * djgpp/subpipe.h: Likewise.
8451 * lib/bitsetv-print.c: Likewise.
8452 * lib/bitsetv.c: Likewise.
8453 * lib/subpipe.h: Likewise.
8454 * lib/timevar.c: Likewise.
8455 * lib/timevar.h: Likewise.
8456 * djgpp/subpipe.c: Use standard recipe for config.h.
8457 * lib/abitset.c: Likewise.
8458 * lib/bitset.c: Likewise.
8459 * lib/bitset_stats.c: Likewise.
8460 * lib/bitsetv-print.c: Likewise.
8461 * lib/bitsetv.c: Likewise.
8462 * lib/ebitsetv.c: Likewise.
8463 * lib/get-errno.c: Likewise.
8464 * lib/lbitset.c: Likewise.
8465 * lib/subpipe.c: Likewise.
8466 * lib/timevar.c: Likewise.
8467 * lib/vbitset.c: Likewise.
8468 * tests/local.at: Likewise.
8469 * src/scan-gram.l: Don't include verify.h, since system.h does
8470 that for us.
8471 * .x-sc_require_config_h: New file.
8472 * .x-sc_unmarked_diagnostics: New file.
8473
287c78f6
PE
84742006-01-20 Paul Eggert <eggert@cs.ucla.edu>
8475
287c78f6
PE
8476 Be a bit more systematic about using 'abort'.
8477 * lib/abitset.c (abitset_test): Remove ATTRIBUTE_UNUSED; not needed.
8478 * lib/bitset.c (bitset_bytes, bitset_init, bitset_op4_cmp):
8479 Put 'default: abort ();' before some other case, to satisfy older
8480 pedantic compilers.
8481 * lib/bitset_stats.c (bitset_stats_init): Likewise.
8482 * lib/ebitset.c (ebitset_elt_find, ebitset_op3_cmp): Likewise.
8483 * lib/lbitset.c (lbitset_elt_find, lbitset_op3_cmp): Likewise.
8484 * src/conflicts.c (resolve_sr_conflict): Likewise.
68cae94e
PE
8485 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str):
8486 (get_decision_str, get_orientation_str, get_node_alignment_str):
8487 (get_arrow_mode_str, get_crossing_type_str, get_view_str):
8488 (get_linestyle_str, get_arrowstyle_str): Likewise.
8489 * src/conflicts.c (resolve_sr_conflict):
8490 Use a default case rather than one for the one remaining enum
8491 value, to catch invalid enum values as well.
8492 * src/lalr.c (set_goto_map, map_goto):
8493 Prefer "assert (FOO);" to "if (!FOO) abort ();".
8494 * src/nullable.c (nullable_compute, token_definitions_output):
8495 Likewise.
8496 * src/reader.c (packgram, reader): Likewise.
8497 * src/state.c (transitions_to, state_new, state_reduction_find):
8498 Likewise.
8499 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias):
8500 (symbol_pack): Likewise.
8501 * src/tables.c (conflict_row, pack_vector): Likewise.
287c78f6
PE
8502 * src/scan-skel.l (QPUTS): Remove unnecessary parens.
8503 (BASE_QPUTS, "@output ".*\n): Remove unnecessary asserts.
68cae94e
PE
8504 * src/system.h: Don't include <assert.h>.
8505 (assert): New macro.
8506
8507 * doc/bison.texinfo (Prologue, Rules, Actions, Union Decl, Action Decl):
8508 (Destructor Decl, Parser Function, Pure Calling):
8509 Describe rules for braces inside C code more carefully.
287c78f6 8510
c66dfadd
PE
85112006-01-19 Paul Eggert <eggert@cs.ucla.edu>
8512
c21493b8
PE
8513 Fix some porting glitches found by Nelson H. F. Beebe.
8514 * lib/abitset.c (abitset_resize): Rewrite to avoid warnings from
8515 compilers that don't understand that abort () does not return.
8516 * src/state.c (transitions_to): Likewise.
8517 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
8518 that '#include <cstdlib>' works.
8519 * src/system.h (INT8_MIN, INT16_MIN, INT32_MIN, INT8_MAX):
8520 (INT16_MAX, UINT8_MAX, INT32_MAX, UINT16_MAX, UINT32_MAX):
8521 #undef if ! defined __STDC_VERSION__ || __STDC_VERSION__ < 199901,
8522 for the benefit of some pre-C99 compilers.
8523
b6e3facf
PE
8524 * bootstrap: Undo changes to gnulib files that autoreconf made.
8525
c66dfadd
PE
8526 Minor fixups to get 'make maintainer-check' to work.
8527 * configure.ac: Don't use -Wnested-externs, as it's incompatible
8528 with the new verify.h implementation.
8529 * data/c.m4 (b4_yy_symbol_print_generate): YYUSE (yyoutput).
8530 * data/glr.c (YYUSE): Depend on __GNUC__ as well.
8531 * data/yacc.c (YYUSE): Likewise.
8532 * data/lalr1.cc (yysyntax_error_): YYUSE (yystate).
8533 * lib/subpipe.c (end_of_output_subpipe): The args are unused.
8534 * src/parse-gram.y (declaration): Don't pass a string constant
8535 to a function that expects char *, since GCC might complain
8536 about the constant value.
8537 * src/reader.c (symbol_typed_p): Add parens to pacify GCC.
8538 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): #undef yylloc and yylval
8539 before #defining them.
8540 * tests/glr-regression.at
8541 (Incorrectly initialized location for empty right-hand side in GLR):
8542 In yyerror, use the msg arg.
8543 (Corrupted semantic options if user action cuts parse):
8544 (Incorrect lookahead during deterministic GLR):
8545 (Incorrect lookahead during nondeterministic GLR):
8546 Don't name a local var 'index'; it shadows string.h's 'index'.
8547
ed94ef2a
AD
85482006-01-19 Akim Demaille <akim@epita.fr>
8549
8550 * tests/calc.at (_AT_DATA_CALC_Y): Initialize the whole initial
8551 location, not just parts of it.
8552
e9ad4aec
PE
85532006-01-18 Paul Eggert <eggert@cs.ucla.edu>
8554
d6ca7905
PE
8555 * NEWS: Document the fact that multiple %unions are now allowed.
8556 * doc/bison.texinfo (Union Decl): Likewise.
51cbef6f
PE
8557 * TODO: This feature is now implemented, so remove it from
8558 the wishlist.
d6ca7905 8559
ef1b70e0
PE
8560 * Makefile.maint: Merge with coreutils Makefile.maint.
8561 (CVS_LIST): Use build-aux version if available.
8562 (VERSION_REGEXP): New macro.
8563 (syntax-check-rules): Add sc_no_if_have_config_h,
8564 sc_prohibit_assert_without_use, sc_require_config_h,
8565 sc_useless_cpp_parens.
8566 (sc_obsolete_symbols): Check for O_NDELAY.
8567 (sc_dd_max_sym_length): Track coreutils.
8568 (sc_unmarked_diagnostics): Look in all files, not just *.c.
8569 (sc_useless_cpp_parens): New rule.
8570 (news-date-check): Look for version or today's date.
8571 (changelog-check): Don't require version number near head.
8572 (copyright-check): Use current year instead of hardwiring 2005.
8573 (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
8574 (announcement): Add --gpg-key-ID.
8575
8576 * djgpp/config.sed: Add copyright notice, and replace "filesystem"
8577 with "file system".
8578
2073ce56 8579 Avoid undefined behavior that addressed just before the start of an
e9ad4aec
PE
8580 array. Problem reported by twlevo.
8581 * src/reader.c (packgram): Prepend a new sentinel before ritem.
8582 * src/lalr.c (build_relations): Rely on new sentinel.
8583 * src/gram.c (gram_free): Adjust to new sentinel.
8584
b7691f15
JD
85852006-01-12 Joel E. Denny <jdenny@ces.clemson.edu>
8586
8587 * data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses to
8588 yylookaheadNeeds. All uses updated.
8589 (yysplitStack): Rename local yynewLookaheadStatuses to
8590 yynewLookaheadNeeds.
8591 * data/glr-regression.at (Incorrect lookahead during nondeterministic
8592 GLR): In comments, change `lookahead status' to `lookahead need'.
8593
ddee1b06
PH
85942006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
8595
8596 * data/glr.c (yysplitStack): A little stylistic rewrite.
8597
12f4614d
PH
85982006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
8599
8600 * data/glr.c (yyaddDeferredAction): Flesh out the comment.
8601
32c29292
JD
86022006-01-11 Joel E. Denny <jdenny@ces.clemson.edu>
8603
8604 * doc/bison.texinfo: Fix some typos.
8605 (GLR Semantic Actions): New subsection discussing special
8606 considerations because GLR semantic actions might be deferred.
8607 (Actions): Mention look-ahead usage of yylval.
8608 (Actions and Locations): Mention look-ahead usage of yylloc.
8609 (Special Features for Use in Actions): Add YYEOF entry and mention it
8610 in the yychar entry.
8611 In the yychar entry, remove mention of the local yychar case (pure
8612 parser) since this is irrelevant information when writing semantic
148d66d8 8613 actions and since it's already discussed in `Table of Symbols' where
32c29292
JD
8614 yychar is otherwise described as an external variable.
8615 In the yychar entry, don't call it the `current' look-ahead since it
8616 isn't when semantic actions are deferred.
8617 In the yychar and yyclearin entries, add note about deferred semantic
8618 actions.
8619 Add yylloc and yylval entries discussing look-ahead usage.
8620 (Look-Ahead Tokens): When discussing yychar, don't call it the
8621 `current' look-ahead, and do mention yylval and yylloc.
8622 (Error Recovery): Cross-reference `Action Features' when mentioning
8623 yyclearin.
148d66d8 8624 (Table of Symbols): In the yychar entry, don't call it the `current'
32c29292
JD
8625 look-ahead.
8626 In the yylloc and yylval entries, mention look-ahead usage.
8627
de366a2f 86282006-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
2781dbd1
JD
8629
8630 * tests/glr-regression.at: Update copyright year to 2006.
8631
bf70fa87
JD
86322006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
8633
8634 * data/glr.c (yyGLRStateSet): Add yybool* yylookaheadStatuses member to
8635 use during nondeterministic operation to track which stacks have
8636 actually needed the current lookahead.
8637 (yyinitStateSet, yyfreeStateSet, yyremoveDeletes, yysplitStack):
8638 Allocate, deallocate, resize, and otherwise shuffle space for
8639 yylookaheadStatuses in parallel with yystates member of yyGLRStateSet.
8640 (yysplitStack, yyprocessOneStack, yyparse): Set lookahead status
8641 appropriately during nondeterministic operation.
8642 (yySemanticOption): Add int yyrawchar, YYSTYPE yyval, and YYLTYPE yyloc
8643 members to store the current lookahead to be used by the deferred
8644 user action.
8645 (yyaddDeferredAction): Add size_t yyk parameter specifying the stack
8646 from which the RHS is taken. Set the lookahead members of the new
8647 yySemanticOption according to the lookahead status for stack yyk.
8648 (yyglrShiftDefer, yyglrReduce): Pass yyk parameter on to
8649 yyaddDeferredAction.
8650 (yyresolveAction): Set yychar, yylval, and yylloc to the lookahead
8651 members of yySemanticOption before invoking yyuserAction, and then set
8652 them back to their current values afterward.
8653 (yyparse): Set yychar = YYEMPTY where yytoken = YYEMPTY.
8654 (yyreportAmbiguity): Add /*ARGSUSED*/ to pacify lint.
8655 * tests/glr-regression.at: Remove `.' from the ends of recent test case
8656 titles for consistency.
8657 (Leaked merged semantic value if user action cuts parse): In order to
8658 suppress lint warnings, use arguments in merge function, and assign
8659 char value < 128 in main.
8660 (Incorrect lookahead during deterministic GLR): New test case.
8661 (Incorrect lookahead during nondeterministic GLR): New test case.
8662
05449a2c
JD
86632006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
8664
de366a2f 8665 * data/c.m4 (b4_yy_symbol_print_generate): In yy_symbol_print, accept
05449a2c
JD
8666 !yyvaluep as signal that no semantic value is available to print.
8667 * data/glr.c (yydestroyGLRState): If state is not resolved, don't try
8668 to print a semantic value.
8669
4158e0a1 86702006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
fd2493f7 8671
4158e0a1
JD
8672 * tests/glr-regression.at: For consistency with my newer test cases,
8673 don't thank myself.
8674
d659304d
JD
86752006-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
8676
8677 * data/glr.c (yyresolveValue): When merging semantic options, if at
8678 least one user action succeeds but a later one cuts the parse, then
8679 destroy the semantic value before returning rather than leaking it.
8680 (yyresolveStates): If a user action cuts the parse and thus
8681 yyresolveValue fails, ignore the (unset) semantic value rather than
8682 corrupting the yyGLRState, and empty the semantic options list since
8683 the user actions should have called all necessary destructors.
8684 Simplify code with YYCHK.
8685 * tests/glr-regression.at (Corrupted semantic options if user action
8686 cuts parse): New test case.
8687 (Undesirable destructors if user action cuts parse): New test case.
8688 Before applying any of this patch, this test case never actually failed
8689 for me... but only because the corrupted semantic options usually
8690 masked this bug.
8691 (Leaked merged semantic value if user action cuts parse): New test
8692 case.
8693
6ec2c0f2
AD
86942006-01-05 Akim Demaille <akim@epita.fr>
8695
8696 * src/reader.c, src/symlist.h, src/symlist.c: s/mid_rule/midrule/.
8697
1b9c21fb
PE
86982006-01-04 Paul Eggert <eggert@cs.ucla.edu>
8699
8700 * data/c.m4 (b4_c_modern): New macro, with a new provision for
8701 _MSC_VER. Problem reported by Cenzato Marco.
8702 (b4_c_function_def): Use it.
8703 * data/yacc.c (YYMODERN_C): Remove. All uses replaced by
8704 b4_c_modern.
8705 (yystrlen, yystpcpy, yyparse): Use b4_c_function... macros rather
8706 than rolling our own.
8707
84866159
AD
87082006-01-04 Akim Demaille <akim@epita.fr>
8709
8710 Also warn about non-used mid-rule values.
8711 * src/symlist.h, src/symlist.c (symbol_list): Add a mid_rule
8712 member.
8713 (symbol_list_new): Adjust.
8714 * src/reader.c (symbol_typed_p): New.
8715 (grammar_rule_check): Use it.
8716 (grammar_midrule_action): Bind a mid-rule LHS to its rule.
8717 Check its rule.
8718 * tests/input.at (AT_CHECK_UNUSED_VALUES): New.
8719 Use it.
8720 * tests/actions.at (Exotic Dollars): Adjust.
8721
378f4bd8
AD
87222006-01-04 Akim Demaille <akim@epita.fr>
8723
8724 * src/reader.c (grammar_midrule_action): If $$ is set in a
8725 mid-rule, move the `used' bit to its lhs.
8726 * tests/input.at (Unused values): New.
8727 * tests/actions.at (Exotic Dollars): Adjust: exp is not typed.
8728
e2a21b6f
PE
87292006-01-03 Paul Eggert <eggert@cs.ucla.edu>
8730
54662697
PE
8731 * doc/bison.texinfo (Bison Options): Say more accurately what
8732 --yacc does.
8733 * src/parse-gram.y (rules_or_grammar_declaration): Don't complain
8734 about declarations in the grammar when in Yacc mode, as POSIX does
8735 not require a diagnostic when the grammar uses extensions.
8736
8737 * src/reduce.c (reduce_grammar): Remove unnecessary cast to bool.
8738
073f9288
PE
8739 Warn about dubious constructions like "%token T T".
8740 Reported by twlevo.
8741 * src/symtab.h (struct symbol.declared): New member.
8742 * src/symtab.c (symbol_new): Initialize it to false.
8743 (symbol_class_set): New arg DECLARING, specifying whether
8744 this is a declaration that we want to warn about, if there
8745 is more than one of them. All uses changed.
8746
1221b78a
PE
8747 * data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c:
8748 Allow multiple %union directives, whose contents concatenate.
8749 * src/parse-gram.y (grammar_declaration): Likewise.
8750 Use muscle_code_grow, so that we don't need stype_line any more.
8751 All uses changed.
8752
8753 * src/muscle_tab.c (muscle_grow): Fix comment.
8754
e2a21b6f
PE
8755 * ChangeLog, data/c.m4, data/glr.c, data/glr.cc, data/location.cc:
8756 * data/yacc.c, src/getargs.c, src/output.c, tests/cxx-type.at:
8757 Update copyright year to 2006.
8758
8f7e3cf9
AD
87592006-01-03 Akim Demaille <akim@epita.fr>
8760
8761 Have glr.cc pass (some of) the calc.at tests.
8762 * data/glr.cc (b4_parse_param_orig): New.
8763 (b4_parse_param): Improve its definition, and bound it more
8764 clearly in the skeleton.
8765 (b4_epilogue): Append, instead of prepending, in order to keep
8766 #line consistency.
8767 Simplify the generation of auxiliary functions: locations and
8768 purity are mandated.
8769 (b4_global_tokens_and_yystype): Honor it.
8770 * data/location.cc (c++.m4): Don't include it.
8771 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Define AT_GLR_CC_IF
8772 and AT_SKEL_CC_IF.
8773 * tests/calc.at (AT_CHECK_CALC): Rely on AT_SKEL_CC_IF instead of
8774 AT_LALR1_CC_IF.
8775 Be sure to initialize the first position's filename.
8776 (AT_CHECK_CALC_LALR1_CC): Add %location and %defines, they are
8777 mandated anyway.
8778 (AT_CHECK_CALC_GLR_CC): New.
8779 Use it to exercise glr.cc as a lalr1.cc drop-in replacement.
8780
3953ed88
AD
87812006-01-02 Akim Demaille <akim@epita.fr>
8782
8783 * src/output.c (output_skeleton): Don't hard wire the inclusion of
8784 c.m4.
0a96ba81 8785 * data/c++.m4, data/glr.c, data/yacc.c: Include c.m4.
3953ed88
AD
8786 * data/glr.cc: Do not include stack.hh.
8787
9ecafbbf
AD
87882006-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
8789
8790 * data/glr.c: Reformat whitespace with tabs.
8791 (b4_lpure_formals): Remove this unused m4 macro.
8792 * tests/cxx-type.at: Reformat whitespace with tabs.
8793 (_AT_TEST_GLR_CXXTYPES): In union Node, rename node_info to nodeInfo
8794 since it's a member. Rename type to isNterm for clarity.
8795
c4d497a0
AD
87962005-12-29 Akim <akim@sulaco.local>
8797
8798 Let glr.cc catch up with symbol_value_print.
8799 * data/glr.cc (b4_yysymprint_generate): Replace by...
8800 (b4_yy_symbol_print_generate): this.
8801 (yy_symbol_print, yy_symbol_value_print): Declare them.
8802
4517da37
PE
88032005-12-28 Paul Eggert <eggert@cs.ucla.edu>
8804
8805 * src/location.h (boundary): Note that a line or column equal
8806 to INT_MAX indicates an overflow.
8807 * src/scan-gram.l: Include verify.h. Don't include get-errno.h.
8808 (rule_length_overflow, increment_rule_length, add_column_width):
8809 New functions.
8810 (<INITIAL>{id}, <SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'"):
8811 (<SC_BRACED_CODE>"}"):
8812 Use increment_rule_length rather than incrementing it by hand.
8813 (adjust_location, handle_syncline): Diagnose overflow.
8814 (handle_action_dollar, handle_action_at):
8815 Fix bug with monstrosities like $-2147483648.
8816 Remove now-unnecessary checks.
8817 (scan_integer): Verify assumptions and remove now-unnecessary checks.
8818 (convert_ucn_to_byte): Verify assumptions.
8819 (handle_syncline): New arg LOC. All callers changed.
8820 Don't store through a value derived from char const * pointer.
8821
8822 * src/reader.c (grammar_rule_check): Rewrite slightly to avoid
8823 GCC warnings.
8824
e3233bf6
PE
88252005-12-27 Paul Eggert <eggert@cs.ucla.edu>
8826
8827 * src/reader.c (grammar_midrule_action, grammar_symbol_append):
8828 Remove unnecessary forward static decls.
8829
8f3596a6
AD
88302005-12-27 Akim Demaille <akim@epita.fr>
8831
8832 * src/reader.c (grammar_current_rule_check): Also check that $$
8833 is used.
8834 Take the rule to check as argument, hence rename as...
8835 (grammar_rule_check): this.
8836 * src/reader.h, src/reader.c (grammar_rule_begin, grammar_rule_end):
8837 Rename as...
8838 (grammar_rule_begin, grammar_rule_end): these, for consistency.
8839 (grammar_midrule_action, grammar_symbol_append): Now static.
8840 * tests/torture.at (input): Don't rely on the default action
8841 being always performed.
8842 * tests/calc.at: "Set" $$ even when the action is "cut" with
8843 YYERROR or other.
8844 * tests/actions.at (Exotic Dollars): Instead of using unused
8845 values, check that the warning is issued.
8846
721be13c
PE
88472005-12-22 Paul Eggert <eggert@cs.ucla.edu>
8848
8849 * NEWS: Improve wording for unused-value warnings.
8850
a0af42fc
AD
88512005-12-22 Akim Demaille <akim@epita.fr>
8852
8853 * data/lalr1.cc, data/yacc.c, data/glr.c, data/c.m4
8854 (b4_yysymprint_generate): Rename as...
8855 (b4_yy_symbol_print_generate): this.
8856 Generate yy_symbol_print instead of yysymprint.
8857 Generate also yy_symbol_value_print, and use it.
8858
affac613
AD
88592005-12-22 Akim Demaille <akim@epita.fr>
8860
721be13c 8861 * NEWS: Warn about unused values.
affac613
AD
8862 * src/symlist.h, src/symlist.c (symbol_list, symbol_list_new): Add
8863 a `used' member.
8864 (symbol_list_n_get, symbol_list_n_used_set): New.
8865 (symbol_list_n_type_name_get): Use symbol_list_n_get.
8866 * src/scan-gram.l (handle_action_dollar): Flag used symbols.
8867 * src/reader.c (grammar_current_rule_check): Check that values are
8868 used.
8869 * src/symtab.c (symbol_print): Accept 0.
8870 * tests/existing.at: Remove the type information.
8871 Empty the actions.
8872 Remove useless actions (beware of mid-rule actions: perl -000
8873 -pi -e 's/\s*\{\}(?=[\n\s]*[|;])//g').
8874 * tests/actions.at (Exotic Dollars): Use unused values.
8875 * tests/calc.at: Likewise.
8876 * tests/glr-regression.at (No users destructors if stack 0 deleted):
8877 Likewise.
8878
8879 * src/gram.c (rule_useful_p, rule_never_reduced_p): Use
8880 rule_useful_p.
8881
9d9b8b70
PE
88822005-12-21 Paul Eggert <eggert@cs.ucla.edu>
8883
8bb4c753
PE
8884 Undo 2005-12-01 tentative license wording change. The wording is
8885 still being reviewed by the lawyers, and we don't want to wait for
8886 them before publishing a test release. For now, revert to the
8887 previous wording.
8888 * NEWS: Undo 2005-12-01 change.
8889 * data/glr.c: Revert to previous license wording.
8890 * data/glr.cc: Likewise.
8891 * data/lalr1.cc: Likewise.
8892 * data/location.cc: Likewise.
8893 * data/yacc.c: Likewise.
8894
9d9b8b70
PE
8895 * NEWS: Reword %destructor vs YYABORT etc.
8896 * data/glr.c: Use American spacing, for consistency.
8897 * data/glr.cc: Likewise.
8898 * data/lalr1.cc: Likewise.
8899 * data/yacc.c: Likewise.
8900 * data/yacc.c: Reformat comments slightly.
8901 * doc/bison.texinfo: Replace "non-" with "non" when that makes sense,
8902 for consistency. Fix some spelling errors and reword recently-included
8903 text slightly.
8904 * tests/cxx-type.at: Cast results of malloc, for C++.
8905
2c3b392a
AD
89062005-12-21 Joel E. Denny <address@hidden>
8907
8908 * tests/cxx-type.at: Construct a tree, count the parents of shared
8909 nodes, and free each node once and only once. Previously, the memory
8910 for semantic values was leaked instead.
8911
d6cff4dc
AD
89122005-12-21 Joel E. Denny <address@hidden>
8913
8914 * data/glr.c (struct yyGLRStack): If pure, add yyval and yyloc members.
8915 (yylval, yylloc): If pure, #define to yystackp->yyval and
8916 yystackp->yyloc similar to yychar and yynerrs.
8917 (yyparse): If pure, remove local yylval and yylloc. Add local
8918 yystackp to accommodate pure definitions of yylval and yylloc.
8919 (b4_lex_param, b4_lyyerror_args, b4_lpure_args): If pure, change
8920 yylvalp and yyllocp to &yylval and &yylloc.
8921 (nerrs, char, lval, lloc): If pure, add #define's for b4_prefix[]
8922 namespace. Previously, nerrs and char were missing, but lval and lloc
8923 weren't necessary.
8924 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Remove
8925 yylvalp and yyllocp parameters since, if pure, these are now always
8926 accessible through yystackp. If not pure, they are still accessible
8927 globally.
8928 * data/glr.c, data/yacc.c (YYLLOC_DEFAULT): Change `if (N)' to
8929 `if (YYID (N))' to pacify lint.
8930
a85284cf
AD
89312005-12-21 Akim Demaille <akim@epita.fr>
8932
8933 YYACCEPT, YYERROR, and YYABORT, as user actions, should not
8934 destroy the RHS symbols of a rule.
8935 * data/yacc.c (yylen): Initialize to 0.
8936 Keep its value to the number of items to possibly shift.
8937 In particular, a regular successful parse that ends on YYFINAL by
8938 a (internal) YYACCEPT must not have yylen != 0.
8939 (yyerrorlab, yyreturn): Pop the RHS.
8940 Reorder a bit to emphasize the `shifting' bits of code.
8941 (YYPOPSTACK): Now accept a number of items to pop.
8942 * data/lalr1.cc: Likewise.
8943 * data/glr.c: Formatting changes.
8944 Use goto instead of fall through.
8945 * doc/bison.texinfo (Destructor Decl): Complete.
8946
d508c281
JMG
89472005-12-20 Juan Manuel Guerrero <juan.guerrero@gmx.de>
8948
8949 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
8950 * djgpp/Makefile.maint: Fix PACKAGE variable computation.
8951 * djgpp/config.bat: Replace every occurence of the file name
8952 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
8953 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
8954 * djgpp/config.sed: Replace every occurence of the file name
8955 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
8956 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
8957 * djgpp/djunpack.bat: DJGPP specific file.
8958 * djgpp/fnchange.lst: DJGPP specific file.
8959 * djgpp/README.in: Add new information about how to unpack the bison
8960 source on MSDOS and other systems which have 8.3 file name restrictions
8961 using djunpack.bat and fnchange.lst.
8962
3e7a2cd9
PE
89632005-12-12 Paul Eggert <eggert@cs.ucla.edu>
8964
8965 * bootstrap (build_cvs_prefix): Remove; unused.
8966 (CVS_PREFIX): Adjust to yesterday's Savannah reorganization
8967 when getting gnulib.
8968
89692005-12-12 "Joel E. Denny" <jdenny@ces.clemson.edu>
8970
8971 * data/glr.c: Reorder typedef declarations for structs to match order
8972 of struct declarations.
8973 Rename yystack everywhere to yystackp except in yyparse where it's not
8974 a pointer.
8975 (yyglrShift): Change parameter YYSTYPE yysval to YYSTYPE* yyvalp for
8976 consistency.
8977 (yyis_table_ninf): Change 0 to YYID (0) to pacify lint.
8978 (yyreportSyntaxError): Add /*ARGSUSED*/ to pacify lint.
8979 (yyparse): Change while (yytrue) to while ( YYID (yytrue)) to pacify
8980 lint.
8981
877519f8
PE
89822005-12-09 Paul Eggert <eggert@cs.ucla.edu>
8983
0eca5a39
PE
8984 * tests/sets.at (Accept): Fix typos in regular expression used to
8985 sed out the final state number.
8986
2cec9080
PE
8987 Work around portability problem on Solaris 10: flex-generated
8988 files include <stdio.h> before <config.h>, which messes up
8989 because the latter defines __EXTENSIONS__. Address the problem
8990 by creating two new little files that include <config.h> first,
8991 then include the flex-generated files. Rewrite everyone else
8992 to include <config.h> first, as well.
8993 * lib/timevar.c: Always include "config.h".
8994 * src/Makefile.am (bison_SOURCES): Replace scan-gram.l with
8995 scan-gram-c.c, and scan-skel.l with scan-skel-c.c.
8996 (EXTRA_bison_SOURCES): New macro.
8997 * src/scan-gram-c.c, src/scan-skel-c.c: New files.
8998 * src/system.h: Don't include config.h.
8999 * src/LR0.c: Include <config.h> first.
9000 * src/assoc.c: Likewise.
9001 * src/closure.c: Likewise.
9002 * src/complain.c: Likewise.
9003 * src/conflicts.c: Likewise.
9004 * src/derives.c: Likewise.
9005 * src/files.c: Likewise.
9006 * src/getargs.c: Likewise.
9007 * src/gram.c: Likewise.
9008 * src/lalr.c: Likewise.
9009 * src/location.c: Likewise.
9010 * src/main.c: Likewise.
9011 * src/muscle_tab.c: Likewise.
9012 * src/nullable.c: Likewise.
9013 * src/output.c: Likewise.
9014 * src/parse-gram.y: Likewise.
9015 * src/print.c: Likewise.
9016 * src/print_graph.c: Likewise.
9017 * src/reader.c: Likewise.
9018 * src/reduce.c: Likewise.
9019 * src/relation.c: Likewise.
9020 * src/state.c: Likewise.
9021 * src/symlist.c: Likewise.
9022 * src/symtab.c: Likewise.
9023 * src/tables.c: Likewise.
9024 * src/uniqstr.c: Likewise.
9025 * src/vcg.c: Likewise.
9026
877519f8
PE
9027 * src/parse-gram.y: Fix minor problems uncovered by lint.
9028 (current_lhs, current_lhs_location): Now static.
9029 (current_assoc): Remove unused variable.
9030
9031 Cleanups so that Bison-generated parsers have less lint.
9032 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate):
9033 Prepend /*ARGSUSED*/, for lint's sake.
9034 * data/glr.c (YYUSE): Properly parenthesize, and use an alternate
9035 definition if 'lint' is defined.
9036 (YYID): New macro (or function, if lint).
9037 All uses of /*CONSTCOND*/0 replaced by YYID(0).
9038 * data/yacc.c: Likewise.
9039 * data/glr.c (yyuserAction, yyuserMerge, yy_reduce_print):
9040 (yyrecoverSyntaxError): Prepend /*ARGSUSED*/.
9041 * data/glr.cc (YYLLOC_DEFAULT): Omit /*CONSTCOND*/ since this code
9042 is C++ only.
9043 * data/lalr1.cc (YYUSE): Just use a cast, since this code is C++ only.
9044 * data/yacc.c (YYSTACK_FREE) [defined YYSTACK_ALLOC]:
9045 Use YYID(0) rather than 0, for lint.
9046 (yystrlen): Rewrite to avoid lint warning about ptrdiff_t overflow.
9047 (yysyntax_error): Rewrite to avoid lint warnings about parenthesization.
9048
f5228370
PE
90492005-12-07 Paul Eggert <eggert@cs.ucla.edu>
9050
9051 * tests/glr-regression.at
9052 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
9053 Close memory leak reported by twlevo.
9054
69ce078b
PE
90552005-12-06 "Joel E. Denny" <jdenny@ces.clemson.edu>
9056
6ff99711
PE
9057 * data/glr.c (yyprocessOneStack, yyparse): Synchronize the shift for
9058 all stacks.
9059 (yyparse): Iterate another stack in order to call user destructors.
69ce078b
PE
9060 * tests/glr-regression.at (No users destructors if stack 0 deleted):
9061 New test case.
9062 (Duplicated user destructor for lookahead): This test now is expected
9063 to succeed.
9064
af3412cd
PE
90652005-12-01 Paul Eggert <eggert@cs.ucla.edu>
9066
32b5b719 9067 * NEWS: Document the following change.
af3412cd
PE
9068 * data/yacc.c: Say "parser skeleton" rather than "file", since
9069 it's no longer just a file.
9070 * data/glr.c: Grant a special exception for C GLR parsers, that
9071 reads like the already-existing exception for C LALR(1) parsers.
9072 * data/glr.cc: Likewise.
9073 * data/lalr1.cc: Likewise.
9074 * data/location.cc: Likewise.
9075 * data/yacc.c: Reword the "written by" statement to clarify that
9076 it was the parser skeleton, not the entire output file.
9077 * data/glr.c: Written by Paul Hilfinger.
9078 * data/glr.cc: Written by Akim Demaille.
9079 * data/lalr1.cc: Likewise.
9080
035aa4a0
PE
90812005-11-18 Paul Eggert <eggert@cs.ucla.edu>
9082
d9963c85
PE
9083 * data/yacc.c (yy_reduce_print, YY_REDUCE_PRINT):
9084 Fix typos in previous change that broke 'make check'.
9085 YY_REDUCE_PRINT cannot be a pseudo-varargs macro; that isn't
9086 supported in C.
9087 * tests/calc.at (_AT_CHECK_CALC,_AT_CHECK_CALC_ERROR):
9088 Don't check NUM-STDERR-LINES, since the output format is fluctuating.
9089 We can revert this once things settle down.
9090
035aa4a0
PE
9091 * src/conflicts.c (conflicts_print): Don't print file name twice
9092 when %expect fails because there were no conflicts.
9093 * doc/bison.texinfo (Expect Decl): Tighten up wording in previous
9094 change.
9095 * tests/conflicts.at (%expect not enough, %expect too much):
9096 (%expect with reduce conflicts): Adjust to new behavior.
9097
90982005-11-18 Akim Demaille <akim@epita.fr>
9099
9100 * src/conflicts.c (conflicts_print): Unsatisfied %expectation are
9101 errors.
9102 * NEWS: Document this.
9103 * doc/bison.texinfo (Expect Decl): Likewise.
9104
d1ff7a7c
AD
91052005-11-16 Akim Demaille <akim@epita.fr>
9106
9107 Generalize the display of semantic values and locations in traces.
9108 * data/glr.c (yy_reduce_print): Fix indices (again).
9109 * data/c++.m4 (b4_rhs_value, b4_rhs_location): Don't expect
9110 literal integers.
9111 * data/lalr1.cc (yyreduce_print): Rename as...
9112 (yy_reduce_print): this.
9113 Display values and locations.
9114 * data/yacc.c (yy_reduce_print): Likewise.
9115 (YY_REDUCE_PRINT): Adjust to pass the required arguments.
9116 (yysymprint): Move higher to be visible from yy_reduce_print).
9117 (yyparse): Adjust.
9118 * tests/calc.at: Adjust the expected length of the traces.
9119
6de5398d
AD
91202005-11-14 Akim Demaille <akim@epita.fr>
9121
9122 * data/glr.c (yy_reduce_print): The loop was quite wrong: type are
9123 from 1 to N, while values and location start at 0.
9124 (b4_rhs_location, b4_rhs_value): Add parens around $1 and $2.
9125
a1373f55
AD
91262005-11-14 Akim Demaille <akim@epita.fr>
9127
9128 * data/glr.c (yy_reduce_print): Fix the $ number.
9129
613d8952
AD
91302005-11-14 Akim Demaille <akim@epita.fr>
9131
9132 "Use" parse parameters.
9133 * data/c.m4 (b4_parse_param_for, b4_parse_param_use): New.
9134 * data/glr.c, data/glr.cc: Use them.
9135 * data/glr.c (YYUSE): Have a C++ definition that supports
9136 non-pointer types.
9137
b2741627
AD
91382005-11-14 Akim Demaille <akim@epita.fr>
9139
9140 * data/glr.c (yyexpandGLRStack): Declare only if defined.
9141
5059b5c8
AD
91422005-11-14 Akim Demaille <akim@epita.fr>
9143
42249483
AD
9144 * data/glr.cc: New.
9145 * data/m4sugar/m4sugar.m4 (m4_prepend): New.
5059b5c8 9146
4626a15d
AD
91472005-11-12 Akim Demaille <akim@epita.fr>
9148
9149 Let position and location be PODs.
9150 * data/location.cc (position::initialize, location::initialize): New.
9151 (position::position, location::location): Define only if
9152 b4_location_constructors is defined.
9153 * data/lalr1.cc (b4_location_constructors): Define it for backward
9154 compatibility.
9155 * doc/bison.texinfo (Initial Action Decl): Use initialize.
9156
91572005-11-12 Akim Demaille <akim@epita.fr>
98ae9643
AD
9158
9159 * data/lalr1.cc: Move the body of the ctor and dtor into the
9160 parser file (instead of the header).
9161 Wrap the implementations in a "namespace yy".
9162
91632005-11-12 Akim Demaille <akim@epita.fr>
9164
9165 Have glr.c include its header file when created.
9166 * data/glr.c (b4_shared_declarations): New.
9167 Output them verbatim in the parser if !%defines, otherwise
9168 output then in the header file, and include it instead.
9169
1989d947
AD
91702005-11-11 Akim Demaille <akim@epita.fr>
9171
9172 * data/glr.c: Comment changes.
9173
91742005-11-11 Akim Demaille <akim@epita.fr>
62b08cfc
AD
9175
9176 When yydebug, report semantic and location values for reductions.
9177 * data/glr.c (yy_reduce_print): Report the semantic values and the
9178 locations.
9179 (YY_REDUCE_PRINT): Adjust.
9180 (yyglrReduce): Use them.
9181 (b4_rhs_value, b4_rhs_location): Remove m4_eval invocations.
9182 * data/c.m4 (b4_yysymprint_generate): Specify the const arguments.
9183 * tests/calc.at (_AT_CHECK_CALC_ERROR): Remove the reduction
9184 traces.
9185
02998094
AD
91862005-11-10 Akim Demaille <akim@epita.fr>
9187
9188 * data/glr.c (yynewGLRStackItem, YY_RESERVE_GLRSTACK): New.
9189 (yyaddDeferredAction, yyglrShift, yyglrShiftDefer): Use them.
9190 (yyexpandGLRStack, YYRELOC): Define only when YYSTACKEXPANDABLE.
9191
5210672f
PE
91922005-11-09 Albert Chin-A-Young <china@thewrittenword.com>
9193
9194 * m4/cxx.m4, examples/Makefile.am: Don't build
9195 examples/calc++ if no C++ compiler is available. (trivial change)
9196
a8991a1d
AD
91972005-11-09 Akim Demaille <akim@epita.fr>
9198
9199 * src/scan-skel.l: Use a couple of asserts.
9200
36b5e963
AD
92012005-11-03 Akim Demaille <akim@epita.fr>
9202
9203 In some (weird) cases, the final state number is incorrect.
9204 Reported by Alexandre Duret-Lutz.
9205 * src/LR0.c (state_list_append): Remove the computation of
9206 final_state.
9207 (save_reductions): Do it here.
9208 (get_state): Alpha conversion.
9209 (generate_states): Use a for loop.
9210 * src/gram.h (item_number_is_rule_number)
9211 (item_number_is_symbol_number): New.
9212 * src/state.c: Use assert.
9213 * src/system.h: Include assert.h.
9214 * tests/sets.at (Accept): New.
9215
44e7ead1
PH
92162005-10-30 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
9217
9218 * data/glr.c (yyfill): Adjust comment.
36b5e963 9219 (yyresolveAction): Initialize default location properly
44e7ead1
PH
9220 for empty right-hand sides.
9221 (yydoAction): Ditto.
9222 Add comment explaining apparently dead code.
36b5e963
AD
9223 * tests/glr-regression.at
9224 (Incorrectly initialized location for empty right-hand side in GLR):
44e7ead1 9225 New test.
36b5e963 9226
e10a80ee
PE
92272005-10-30 Paul Eggert <eggert@cs.ucla.edu>
9228
9229 * bootstrap (cleanup_gnulib): New function. Use it to clean up
9230 gnulib when interrupted. This fixes some race conditions and
9231 works around some portability problems (one noted by Paul
9232 Hilfinger).
9233
067b32ee
AD
92342005-10-22 Akim <akim@epita.fr>
9235
9236 * Makefile.cfg: Adjust to config -> build-aux.
9237 Reported by twledo.
9238
4b367315
AD
92392005-10-21 Akim Demaille <akim@epita.fr>
9240
9241 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Pass
9242 the %parse-params.
9243 * data/glr.c (YY_SYMBOL_PRINT, yydestroyGLRState): Adjust.
9244 * data/yacc.c (b4_Pure_if): Rename as...
9245 (b4_yacc_pure_if): this.
9246 (YY_SYMBOL_PRINT, yyparse): Adjust.
9247 * doc/bison.texinfo: Formatting changes.
9248
24cc23d9
AD
92492005-10-21 Akim Demaille <akim@epita.fr>
9250
9251 Finish the transition config -> build-aux.
9252 * configure.ac, Makefile.am: Use build-aux.
9253 * config/prev-version, config/announce-gen, config/Makefile.am:
9254 Move to...
9255 * build-aux/prev-version, build-aux/announce-gen,
9256 * build-aux/Makefile.am: here.
9257
d4476375
AD
92582005-10-14 Akim Demaille <akim@epita.fr>
9259
9260 * examples/calc++/test: Use set -x only when VERBOSE.
9261
302c0aee
PE
92622005-10-13 Paul Eggert <eggert@cs.ucla.edu>
9263
9264 * NEWS: Bison now warns if it finds a stray `$' or `@' in an action.
9265 * src/scan-gram.l (<SC_BRACED_CODE>[$@]): Implement this.
9266
7625ec2c
AD
92672005-10-13 Akim Demaille <akim@epita.fr>
9268
9269 * src/scan-skel.l: Output the base name parts of the parser and
9270 header file names.
302c0aee 9271 * tests/output.at (AT_CHECK_OUTPUT): Support subdirectories, and
7625ec2c
AD
9272 additional checks.
9273 Use this to exercise C++ outputs in subdirs.
9274 Reported by Oleg Smolsky.
9275
ba0fe3c7
PE
92762005-10-12 Paul Eggert <eggert@cs.ucla.edu>
9277
9278 * data/c.m4 (b4_c_function_def): Look at __C99_FUNC__, not at
9279 __STDC_VERSION__, as IBM cc 7.0 doesn't define the latter either.
9280 Problem reported by John P. Hartmann.
9281 * data/yacc.c (YYMODERN_C): Likewise. Don't define if the user has
9282 already defined it.
9283
9b8a5ce0
AD
92842005-10-12 Akim Demaille <akim@epita.fr>
9285
9286 * src/parse-gram.y (version_check): Exit 63 to please missing
9287 (stands for "version mismatch).
9288 * tests/input.at, doc/bison.texinfo: Adjust.
9289
4f6e011e
PE
92902005-10-10 Paul Eggert <eggert@cs.ucla.edu>
9291
9292 Work around portability problems with Visual Age C compiler
9293 (xlc and xlC_r) reported by John P. Hartmann.
9294 * data/location.cc (initial_column, initial_line): Remove.
9295 All uses replaced by 0 and 1.
9296 * src/scan-gram.l (gram_wrap): Redefine to avoid bug in flex 2.5.31
9297 that xlc complains about.
9298 * src/scan-skel.l (skel_wrap): Likewise.
4d7aa45e 9299 * data/c.m4 (b4_c_function_def): Look at __STDC_VERSION__ as well
ba0fe3c7 9300 as __STDC__.
4d7aa45e
PE
9301 * data/yacc.c (YYMODERN_C): New macro, which also looks at
9302 __STDC_VERSION__. Use it everywhere instead of looking at
9303 __STDC__ and __cplusplus.
4f6e011e 9304
a1b3bf8c
AD
93052005-10-10 Akim Demaille <akim@epita.fr>
9306
9307 * examples/calc++/test: Be quiet unless VERBOSE.
9308
412e44aa
PE
93092005-10-05 Paul Eggert <eggert@cs.ucla.edu>
9310
2a4647a3
PE
9311 * data/c.m4 (yydestruct, yysymprint):
9312 Use YYUSE instead of casting to void.
9313 * data/glr.c (YYUSE): New macro.
9314 (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
9315 Use it instead of rolling our own.
9316 (YYLLOC_DEFAULT, YYCHK, YYDPRINTF, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
9317 (YYCHK1):
9318 Use /*CONSTCOND*/ to suppress lint warnings.
9319 * data/lalr1.cc (YYLLOC_DEFAULT, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
9320 (YY_STACK_PRINT): Use 'false' not '0'.
9321 (YYUSE): New macro.
9322 (yysymprint_, yydestruct_): Use it instead of rolling our own.
9323 * data/yacc.c (YYUSE): New macro.
9324 (YYCOPY, YYSTACK_RELOCATE, YYBACKUP, YYLLOC_DEFAULT):
9325 (YYDPRINTF, YY_SYMBOL_PRINT, YY_STACK_PRINT, YY_REDUCE_PRINT):
9326 (yyerrorlab): Use /*CONSTCOND*/ to suppress lint warnings.
9327
9328
412e44aa
PE
9329 * data/m4sugar/m4sugar.m4 (_m4_map): New macro.
9330 (m4_map, m4_map_sep): Use it. Handle the empty list correctly.
9331
88c6637f
PE
93322005-10-04 Paul Eggert <eggert@cs.ucla.edu>
9333
2f4f028d
PE
9334 Undo the parts of the unlocked-I/O change that substituted
9335 putc or puts for printf. This might hurt performance a bit,
9336 but some people prefer the printf style.
9337 * data/c.m4 (yysymprint): Prefer printf to puts and putc.
9338 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): Remove.
9339 All uses replaced by YYFPRINTF and YYDPRINTF.
9340 * data/yacc.c: Likewise.
9341 * lib/bitset.c (bitset_print): Likewise.
9342 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer printf to
9343 putc and puts.
9344 * lib/lbitset.c (debug_lbitset): Likewise.
9345 * src/closure.c (print_firsts, print_fderives): Likewise.
9346 * src/gram.c (grammar_dump): Likewise.
9347 * src/lalr.c (look_ahead_tokens_print): Likewise.
9348 * src/output.c (escaped_output): Likewise.
9349 (user_actions_output): Break apart two printfs.
9350 * src/parse-gram.y (%printer): Prefer printf to putc and puts.
9351 * src/reduce.c (reduce_print): Likewise.
9352 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
9353 * src/system.h: Include unlocked-io.h rathe than stdio.h.
9354
88c6637f
PE
9355 * data/glr.c (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
9356 Use assignments rather than casts-to-void to suppress
9357 unused-variable warnings. This pacifies 'lint'.
9358 * data/lalr1.cc (yysymprint_, yydestruct_): Use a call to suppress
9359 unused-variable warnings.
9360
fb32e373
JMG
93612005-10-03 Juan Manuel Guerrero <juan.guerrero@gmx.de>
9362
9363 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
9364
edb8f44f
PE
93652005-10-02 Paul Eggert <eggert@cs.ucla.edu>
9366
fb9c0b33
PE
9367 Use unlocked I/O for a minor performance improvement on hosts like
9368 GNU/Linux and Solaris that support unlocked I/O. The basic idea
9369 is to use the gnlib unlocked-io module, and to prefer putc and
9370 puts to printf when either will work (since the latter doesn't
9371 come in an unlocked flavor).
9372 * bootstrap (gnulib_modules): Add unlocked-io.
9373 * data/c.m4 (yysymprint): Prefer puts and putc to printf.
9374 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): New macros.
9375 Prefer them to YYFPRINTF and YYDPRINTF if either will do,
9376 and similarly for puts and putc and printf.
9377 * data/yacc.c: Likewise.
9378 * lib/bitset.c (bitset_print): Likewise.
9379 * lib/bitset.h [USE_UNLOCKED_IO]: Include unlocked-io.h.
9380 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer putc and puts
9381 to printf.
9382 * lib/lbitset.c (debug_lbitset): Likewise.
9383 * src/closure.c (print_firsts, print_fderives): Likewise.
9384 * src/gram.c (grammar_dump): Likewise.
9385 * src/lalr.c (look_ahead_tokens_print): Likewise.
9386 * src/output.c (escaped_output): Likewise.
9387 (user_actions_output): Coalesce two printfs.
2f4f028d 9388 * src/parse-gram.y (%printer): Prefer putc and puts to printf.
fb9c0b33
PE
9389 * src/reduce.c (reduce_print): Likewise.
9390 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
2f4f028d 9391 * src/system.h: Include unlocked-io.h rather than stdio.h.
fb9c0b33 9392
edb8f44f
PE
9393 * data/lalr1.cc: Don't put an unmatched ' in a dnl comment, as
9394 this confuses xgettext.
9395
b50d2359
AD
93962005-10-02 Akim Demaille <akim@epita.fr>
9397
9398 * bootstrap (gnulib_modules): Add strverscmp.
9399 * lib/.cvsignore: Add strverscmp.c, strverscmp.h.
9400 * m4/.cvsignore: Add strverscmp.m4.
9401 * src/parse-gram.y (%require): New token, new rule.
9402 (version_check): New.
9403 * src/scan-gram.l (%require): Adjust.
9404 * tests/input.at (AT_REQUIRE): New.
9405 Use it.
9406 * doc/bison.texinfo (Require Decl): New.
9407 (Calc++ Parser): Use %require.
9408
21667f64
AD
94092005-10-02 Akim Demaille <akim@epita.fr>
9410
9411 * data/location.cc: New.
9412
2b81e969
AD
94132005-10-02 Paul Eggert <eggert@cs.ucla.edu>,
9414 Akim Demaille <akim@epita.fr>
9415
9416 Make sure -odir/foo.cc creates dir/location.hh etc.
9417 * src/files.h (spec_outfile, parser_file_name, spec_name_prefix)
9418 (spec_file_prefix, spec_verbose_file, spec_graph_file)
9419 (spec_defines_file): Now const.
9420 (dir_prefix): New.
9421 (short_base_name): Remove.
9422 * src/files.c: Adjust.
9423 (dirname.h): Include.
9424 (base_name): Don't prototype it.
9425 (finput): Remove, duplicates gram_in.
9426 (full_base_name, short_base_name): Replace by...
9427 (all_but_ext, all_but_tab_ext): these.
9428 (compute_base_names): Rename as...
9429 (compute_file_name_parts): this.
9430 Update to compute the new variables, including dir_prefix.
9431 Adjust dependencies.
9432 * src/output.c (prepare): Output them.
9433 * src/reader.c: Adjust to use gram_in, not finput.
9434 * src/scan-skel.l (@dir_prefix@): New.
9435
ad6a9b97
JMG
94362005-10-02 Juan Manuel Guerrero <juan.guerrero@gmx.de>
9437
9438 * lib/subpipe.c: New function end_of_output_subpipe() added
9439 to allow support for non-posix systems. This is a no-op function
9440 for posix systems.
9441
9442 * lib/subpipe.h: New function end_of_output_subpipe() added
9443 to allow support for non-posix systems. This is a no-op function
9444 for posix systems.
9445
9446 * src/output.c (output_skeleton): Use end_of_output_subpipe() to
9447 handle the lack of pipe/fork functionality on non-posix systems.
9448
9449 * djgpp/Makefile.maint: DJGPP specific file.
9450
9451 * djgpp/README.in: DJGPP specific file.
9452
9453 * djgpp/config.bat: DJGPP specific configuration file.
9454
9455 * djgpp/config.sed: DJGPP specific configuration file.
9456
9457 * djgpp/config.site: DJGPP specific configuration file.
9458
9459 * djgpp/config_h.sed: DJGPP specific configuration file.
9460
9461 * djgpp/subpipe.c: DJGPP specific replacement file for lib/subpipe.c.
9462
9463 * djgpp/subpipe.h: DJGPP specific replacement file for lib/subpipe.h.
9464
fc695704
AD
94652005-10-02 Akim Demaille <akim@epita.fr>
9466
9467 * data/location.cc: New, extract from...
9468 * data/lalr1.cc: here.
9469 (location.hh): Include it after the user prologue, in case the
9470 filename type is defined by the user.
9471 Forward declation location and position before the pre-prologue.
9472 (yyresult_): Rename as...
9473 (yyresult): this, it's a local variable, not an attribute.
9474 * data/Makefile.am (dist_pkgdata_DATA): Adjust.
9475
94762005-10-01 Akim Demaille <akim@epita.fr>
5215c87f
AD
9477
9478 * examples/extexi: Restore the #line generation.
9479
fb9712a9
AD
94802005-09-30 Akim Demaille <akim@epita.fr>,
9481 Alexandre Duret-Lutz <adl@gnu.org>
9482
9483 Move the token type and YYSTYPE in the parser class.
9484 * data/lalr1.cc (stack.hh, location.hh): Include earlier.
9485 (parser::token): New, from the moved free definition of tokens.
9486 (parser::semantic_value): Now a full definition instead of an
9487 indirection to YYSTYPE.
9488 (b4_post_prologue): No longer included in the header file, but
9489 in the implementation file.
9490 * doc/bison.texi (C+ Language Interface): Update.
9491 * src/parse-gram.y: Support unary %define.
9492 * tests/actions.at: Define global_tokens_and_yystype for backward
9493 compatibility until we update the tests.
9494 * tests/calc.at: Idem.
9495 (first_line, first_column, last_line, last_column): Define for lalr1.cc
9496 to simplify the code.
9497
55f0c7b1
PE
94982005-09-29 Paul Eggert <eggert@cs.ucla.edu>
9499
9500 Port to SunOS 4.1.4, which lacks strtoul and strerror.
9501 Ah, the good old days! Problem reported by Peter Klein.
9502 * bootstrap (gnulib_modules): Add strerror, strtoul.
9503 * lib/.cvsignore: Add strerror.c, strtol.c, strtoul.c
9504 * m4/.cvsignore: Add strerror.m4, strtol.m4, strtoul.m4.
9505
fb9712a9 95062005-09-29 Akim Demaille <akim@epita.fr>
d4fb5e3c
AD
9507
9508 * data/c.m4 (b4_error_verbose_if): New.
9509 * data/lalr1.cc: Use it.
9510 (YYERROR_VERBOSE_IF): Remove.
9511 (yyn_, yylen_, yystate_, yynerrs_, yyerrstatus_): Remove as
9512 parser members, replaced by...
9513 (yyn, yylen, yystate, yynerss, yyerrstatus): these parser::parse
9514 local variables.
9515 (yysyntax_error_): Takes the state number as argument.
9516 (yyreduce_print_): Use the argument yyrule, not the former
9517 attribute yyn_.
9518
8a6f72f3
PE
95192005-09-26 Paul Eggert <eggert@cs.ucla.edu>
9520
9521 * bootstrap (gnulib_modules): Add verify.
9522 * lib/.cvsignore: Add verify.h.
9523 * src/getargs.c: Use ARGMATCH_VERIFY rather than verify.
9524 * src/system.h (verify): Remove.
9525 Include verify.h instead.
9526 * src/tables.c (tables_generate): Use new API for 'verify'.
9527
0d50976f
PE
95282005-09-21 Paul Eggert <eggert@cs.ucla.edu>
9529
ebc3737e
PE
9530 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Do not use
9531 local variables whose names begin with 'yy'.
9532 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
9533 Trivial changes from Joel E. Denny.
9534
0d50976f
PE
9535 * bootstrap (gnulib_modules): Remove alloca. Bison doesn't need
9536 it itself.
9537 * src/main.c (main) [C_ALLOCA]: Don't flush alloca'ed memory; we
9538 don't use alloca any more.
9539
9540 * data/yacc.c [YYSTACK_USE_ALLOCA && !defined __GNUC__ && ! defined
9541 __BUILTIN_VA_ARG_INCR && ! defined _AIX && ! defined _MSC_VER &&
62c4328e 9542 defined _ALLOCA_H]: Don't include <stdlib.h>; not needed in this case.
0d50976f
PE
9543 * tests/torture.at (Exploding the Stack Size with Alloca): Adjust
9544 to match yacc.c, to test more hosts.
9545
a05b79df
PE
95462005-09-20 Paul Eggert <eggert@cs.ucla.edu>
9547
55289366
PE
9548 * data/yacc.c (YYSIZE_T): Reindent to make it clearer. This
9549 doesn't affect behavior.
9550 (YYSTACK_ALLOC) [YYSTACK_USE_ALLOCA]: Improve support for
9551 Solaris, AIX, MSC.
9552 (_STDLIB_H): Renamed from YYINCLUDED_STDLIB_H. All uses changed.
9553 This works a bit better with glibc, if user code has already included
9554 stdlib.h.
9555 * doc/bison.texinfo (Bison Parser): Document that users can't
9556 arbitrarily use malloc and free for other purposes. Document
9557 that <alloca.h> and <malloc.h> might be included.
9558 (Table of Symbols): Under YYSTACK_USE_ALLOCA, Don't claim that the
9559 user must declare alloca.
9560
a05b79df
PE
9561 * HACKING (release): Forwarn the Translation Project about
9562 stable releses.
9563
3ab2ca22
AD
95642005-09-20 Akim Demaille <akim@epita.fr>
9565
9566 * data/glr.c: Use b4_token_enums, not b4_token_enums_defines.
9567
a9739e7c
PE
95682005-09-19 Paul Eggert <eggert@cs.ucla.edu>
9569
a702593e
PE
9570 * data/yacc.c (YYSIZE_MAXIMUM): New macro.
9571 (YYSTACK_ALLOC_MAXIMUM): Use it.
9572 (yysyntax_error): New function.
9573 (yyparse) [YYERROR_VERBOSE]: Don't leak memory indefinitely if
9574 multiple syntax errors are reported, and alloca is being used.
9575 Instead, reallocate buffers twice as big each time, so that
9576 we waste at most half the allocated memory. Start with a small
9577 (128-byte) buffer that will suffice in most cases anyway.
9578 Use yysyntax_error to do most of the work.
9579
9580 * doc/bison.texinfo (Error Reporting, Table of Symbols):
9581 yynerrs is the number of errors reported, not the number of
9582 errors encountered.
9583
a9739e7c
PE
9584 * tests/glr-regression.at (Duplicated user destructor for lookahead):
9585 Mark it as expected to fail.
9586 Cast result of malloc; problem reported by twlevo@xs4all.nl.
9587 * tests/actions.at, tests/calc.at, tests/glr-regression.at:
9588 Don't start user-code symbols with "yy", to avoid name space problems.
9589
f479c6c6
AD
95902005-09-19 Akim Demaille <akim@epita.fr>
9591
9592 Remove the traits, failed experiment.
9593 It never proved useful, and anyway because of the current
9594 definition, it was not possible to have several specialization of
9595 this traits, making it useless.
9596 * data/lalr1.cc (yy:traits): Remove.
9597 Inline its definitions in the parser class.
9598
e2586f82
AD
95992005-09-19 Akim Demaille <akim@epita.fr>
9600
9601 * tests/atlocal.in (LIBS): Pass INTLLIBS to address failures on at
9602 least Mac OSX with a /usr/local install of gettext.
9603
2e8cf949
AD
96042005-09-19 Akim Demaille <akim@epita.fr>
9605
9606 * data/lalr1.cc (yyparse): Rename yylooka and yyilooka as yychar
9607 and yytoken for similarity with the other skeletons.
9608
c7fb0b90
AD
96092005-09-19 Akim Demaille <akim@epita.fr>
9610
4e26c69e 9611 * NEWS, configure.ac: update version number to 2.1a.
c7fb0b90 9612
1bd0deda
PE
96132005-09-16 Paul Eggert <eggert@cs.ucla.edu>
9614
9615 * NEWS: Version 2.1.
9616
9617 * NEWS: Remove notice of yytname change, since it was never in an
9618 official release.
9619 * data/glr.c (yydestroyGLRState): Rename local var to avoid shadowing
9620 diagnostic.
9621 * src/output.c (prepare): Likewise.
9622 * data/lalr1.cc (YYERROR_VERBOSE_IF): New macro.
9623 (yysyntax_error_): Use it to avoid GCC warning when YYERROR_VERBOSE
9624 is not defined. This is an awful hack, but it's enough for now.
9625 All callers changed.
9626 * tests/glr-regression-at (make_value): Args are const pointers now,
9627 to avoid GCC warning.
9628 (Duplicated user destructor for lookahead): New test. Currently
9629 skipped. It fails on my host but I'm not sure it'll always fail.
9630
96312005-09-16 Akim Demaille <akim@epita.fr>
c1432f65
AD
9632
9633 * src/symtab.h (struct symbol): Declare the printer and destructor
9634 as const, to avoid accidental calls to free.
9635 (symbol_destructor_set, symbol_printer_set): Adjust.
9636 * src/symtab.c: Adjust.
9637
1bd0deda 96382005-09-16 Akim Demaille <akim@epita.fr>
cf147260
AD
9639
9640 * data/c.m4 (b4_token_enums): New.
9641 (b4_token_defines): Rename as...
9642 (b4_token_enums_defines): this.
9643 (b4_token_defines): New, output only the #defines.
9644 * data/yacc.c, data/glr.c: Adjust.
9645 * data/lalr1.cc: Use b4_token_enums instead of b4_token_enums_defines.
9646 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Define
9647 as default values.
9648
dbcdae2d
AD
96492005-09-16 Akim Demaille <akim@epita.fr>
9650
9651 * data/lalr1.cc (yylex_): Remove, inline its code.
9652 (yyreport_syntax_error_): Remove, replaced by...
9653 (yysyntax_error_): this which returns a string and leaves to the
9654 caller the call to the users' error function.
9655 (yylooka_, yyilooka_, yylval, yylloc, yyerror_range_, yyval, yyloc):
9656 Move from members of the parser object...
9657 (yylooka, yyilooka, yylval, yylloc, yyerror_range, yyval, yyloc):
9658 to local variables of the parse function.
9659
70d8f291
AD
96602005-09-16 Akim Demaille <akim@epita.fr>
9661
9662 * doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF
9663 since it's in Bison's name space.
9664
b47dbebe
PE
96652005-09-15 Paul Eggert <eggert@cs.ucla.edu>
9666
ae199bf1
PE
9667 * data/glr.c (yyresolveValue): Add default case to pacify
9668 gcc -Wswitch-default. Problem reported by twlevo@xs4all.nl.
9669
b47dbebe
PE
9670 * NEWS: Document when yyparse started to return 2.
9671 * doc/bison.texinfo (Parser Function): Document when yyparse
9672 returns 2.
9673
9674 * data/lalr1.cc: Revert part of previous change, as it's incompatible.
9675 (b4_filename_type): Renamed back from b4_file_name_type. All uses
9676 changed.
9677 (class position): file_name -> filename (reverting). All uses changed.
9678
96792005-09-14 Paul Eggert <eggert@cs.ucla.edu>
9680
9681 * examples/calc++/Makefile.am ($(calc_sources_generated)): Don't
9682 do anything if $@ exists. This reverts part of the 2005-07-07
9683 patch.
9684
00292f66
PE
96852005-09-11 Paul Eggert <eggert@cs.ucla.edu>
9686
9687 * Makefile.am (EXTRA_DIST): Do not distribute REFERENCES; it
9688 contains obsolete information and isn't worth distributing as a
9689 separate file anyway.
9690 * data/glr.c [defined YYSETJMP]: Don't include <setjmp.h>.
9691 (YYJMP_BUF, YYSETJMP, YYLONGJMP) [!defined YYSETJMP]: New macros.
9692 All uses of jmp_buf, setjmp, longjmp changed to use these instead.
9693 (yyparse): Abort if user code uses longjmp to throw an unexpected
9694 value.
9695
a420f962
PE
96962005-09-09 Paul Eggert <eggert@cs.ucla.edu>
9697
00292f66
PE
9698 * data/c.m4 (b4_identification): Define YYBISON_VERSION.
9699 Suggested by twlevo@xs4all.nl.
9700
127287e9
PE
9701 * data/glr.c (YYCHK1): Do not assume YYE is in range.
9702 This avoids a diagnostic from gcc -Wswitch-enum.
9703 Problem reported by twlevo@xs4all.nl.
9704
a420f962
PE
9705 * doc/bison.texinfo: Don't use "filename", as per GNU coding
9706 standards. Use "file name" or "file" or "name", depending on
9707 the context.
9708 (Invocation): The output of "bison hack/foo.y" goes to foo.tab.c,
9709 not to hack/foo.tab.c.
9710 (Calc++ Top Level): 2nd arg of main is not const.
48b16bbc
PE
9711 * data/glr.c: b4_filename -> b4_file_name.
9712 * data/lalr1.cc: Likewise. Also, b4_filename_type -> b4_file_name_type.
9713 All uses changed.
9714 (class position): filename -> file_name. All uses changed.
9715 * data/yacc.c: b4_filename -> b4_file_name.
9716 * lib/bitset.h: filename -> file_name in local vars.
9717 * lib/bitset_stats.c: Likewise.
9718 * src/files.c: Likewise.
9719 * src/scan-skel.l ("@output ".*\n): Likewise.
9720 * src/files.c (file_name_split): Renamed from filename_split.
9721 * src/muscle_tab.c (muscle_init): Output b4_file_name, not b4_filename.
a420f962
PE
9722
97232005-09-08 Paul Eggert <eggert@cs.ucla.edu>
9724
9725 * lib/.cvsignore: Add pipe-safer.c, stdio--.h, unistd--.h,
9726 to accommodate latest gnulib.
9727
9728 * tests/glr-regression.at (Duplicate representation of merged trees):
9729 Add casts to pacify g++. Problem reported by twlevo@xs4all.nl.
9730
9731 * bootstrap: Add comment as to why the AM_LANGINFO_CODESET hack is
9732 needed.
9733
42a6501d
PE
97342005-08-26 Paul Eggert <eggert@cs.ucla.edu>
9735
9736 * data/glr.c (yydestroyGLRState): Renamed from yydestroyStackItem.
9737 All uses changed. Invoke user destructor after an error during a
9738 split parse (trivial change from Joel E. Denny).
9739
9740 * tests/glr-regression.at
9741 (User destructor after an error during a split parse): New test case.
9742 Problem reported by Joel E. Denny in:
9743 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00029.html
9744
ef9a1faf
PE
97452005-08-25 Paul Eggert <eggert@cs.ucla.edu>
9746
5b4aaf78
PE
9747 * README-cvs: Give URLs for recommended tools.
9748 Mention Gzip version problem, and bootstrapping issues.
9749 Remove troubleshooting section, as it's somewhat obsolete.
9750
b5240ba5
PE
9751 * bootstrap (no_cache): New var, to accommodate different wget
9752 variants. Use it instead of '-C off'. Problem reported by
9753 twlevo@xs4all.nl.
9754
ef9a1faf
PE
9755 * data/glr.c (yydestroyStackItem): New function.
9756 (yyrecoverSyntaxError, yyreturn): Use it to improve quality of
9757 debugging information. Problem reported by Joel E. Denny.
9758
e6efa9da
AD
97592005-08-25 Akim Demaille <akim@epita.fr>
9760
9761 * tests/local.at (AT_COMPILE_CXX): Pass $LINKS too.
9762
adc90f13
PE
97632005-08-24 Paul Eggert <eggert@cs.ucla.edu>
9764
9765 * data/glr.c (yyrecoverSyntaxError, yyreturn):
9766 Don't invoke destructor on unresolved entries.
9767 * tests/glr-regression.at
9768 (User destructor for unresolved GLR semantic value): New test case.
9769 Problem reported by Joel E. Denny in:
9770 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00016.html
9771
f9315de5
PE
97722005-08-21 Paul Eggert <eggert@cs.ucla.edu>
9773
15d29c1f
PE
9774 * lib/.cvsignore: Remove realloc.c, strncasecmp.c, xstrdup.c.
9775 Add strnlen.c.
9776 * m4/.cvsignore: Remove codeset.m4, gettext.m4, lib-ld.m4,
9777 lib-prefix.m4, po.m4.
9778
dd5f2af2
PE
9779 * data/glr.c (yyreturn): Use "Cleanup:" rather than "Error:"
9780 in yydestruct diagnostic, since it might not be an error.
9781 Problem reported by Joel Denny near end of
9782 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
6250acbd 9783 * data/lalr1.cc (yyerturn): Likewise.
dd5f2af2
PE
9784 * data/yacc.c (yyreturn): Likewise.
9785 * tests/calc.at (_AT_CHECK_CALC_ERROR): Adjust to the above change.
9786
9787 * src/files.c: Remove obsolete FIXME comment.
9788
9789 * data/glr.c (YY_SYMBOL_PRINT): Append a newline, for consistency
9790 with the other templates, and to fix bogus run-on messages such
9791 as the one reported at the end of
9792 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
9793 All callers changed to avoid the newline.
9794 (yyprocessOneStack): Output two lines rather than one, to accommodate
9795 the above change. This changes the debug output format slightly.
9796
f9315de5
PE
9797 * data/glr.c (yyresolveValue): Fix redundant parse tree problem
9798 reported by Joel E. Denny in
9799 <http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00004.html>
9800 (trivial change).
9801 * tests/glr-regression.at (Duplicate representation of merged trees):
9802 New test, from Joel E. Denny in:
9803 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00013.html>.
9804 * THANKS: Add Joel E. Denny.
9805
9806 * configure.ac (AC_INIT): Bump to 2.0c.
9807
04098407
PE
98082005-07-24 Paul Eggert <eggert@cs.ucla.edu>
9809
9810 * NEWS: Version 2.0b.
9811
ca5d2013
PE
9812 * Makefile.am (SUBDIRS): Put examples before tests, so that
9813 "make check" doesn't finish with "All 1 tests passed".
9814
3d54b576
PE
9815 * tests/regression.at (Token definitions): Don't rely on
9816 AT_PARSER_CHECK for data that contains backslashes. It currently
9817 uses 'echo', and 'echo' isn't portable if its argument contains
9818 backslashes. Problem found on OpenBSD 3.4. Also, do not assume
9819 that the byte '\0xff' is not printable in the C locale; it is,
9820 under OpenBSD 3.4 (!). Luckily, '\0x80' through '\0x9e' are
9821 not printable, so use '\0x81' to test.
9822
d53ae497
PE
9823 * data/glr.c (YYOPTIONAL_LOC): Define even if it's not a recent
9824 version of GCC, since the macro is used with non-GCC compilers.
9825
fc01665e
PE
9826 Fix core dump reported by Pablo De Napoli in
9827 <http://lists.gnu.org/archive/html/bug-bison/2005-07/msg00053.html>.
9828 * tests/regression.at (Invalid inputs with {}): New test.
9829 * src/parse-gram.y (token_name): Translate type before using
9830 it as an index.
9831
04098407
PE
9832 * data/glr.c (ATTRIBUTE_UNUSED): Remove, since it infringes on
9833 the user's name space. All uses changed to __attribute__
9834 ((__unused__)).
9835 (yyFail, yyMemoryExhausted, yyreportAmbiguity):
9836 Add __attribute__ ((__noreturn__)).
9837
9838 * etc/clcommit: Remove. We weren't using it, and it failed
9839 "make maintainer-distcheck".
9840 * Makefile.maint: Merge from coreutils.
9841 (CVS_LIST, CVS_LIST_EXCEPT): New macros.
9842 (syntax-check-rules): Change list of rules as described below.
9843 (sc_cast_of_alloca_return_value, sc_dd_max_sym_length):
9844 (sc_file_system, sc_obsolete_symbols, sc_prohibit_atoi_atof):
9845 (sc_prohibit_jm_in_m4, sc_root_tests, sc_tight_scope):
9846 (sc_trailing_space): New rules.
9847 (sc_xalloc_h_in_src): Remove.
9848 (sc_cast_of_argument_to_free, sc_cast_of_x_alloc_return_value):
9849 (sc_space_tab, sc_error_exit_success, sc_changelog):
9850 (sc_system_h_headers, sc_sun_os_names, sc_unmarked_diagnostics):
9851 (makefile-check, po-check, author_mark_check):
9852 (makefile_path_separator_check, copyright-check):
9853 Use grep -n, to make it easier to find violations.
9854 Use CVS_LIST and CVS_LIST_EXCEPT.
9855 (header_regexp, h_re): Remove.
9856 (dd_c): New macro.
9857 (sc_dd_max_sym_length, .re-list, news-date-check): New rules.
9858 (my-distcheck): Use more-modern GCC flags.
9859 (signatures, %.asc): Remove.
9860 (rel-files, announcement): Remove signatures.
9861 Restore old updating code, even though we don't use it, so
9862 that we're the same as coreutils.
9863 (alpha, beta, major): Depend on news-date-check.
9864 Make the upload commands.
9865
9866 * data/c.m4, data/lalr1.cc, data/yacc.c: Normalize white space.
9867 * lib/abitset.h, lib/bbitset.h, lib/bitset.h: Likewise.
9868 * lib/bitset_stats.c, lib/ebitset.h, lib/lbitset.c: Likewise.
9869 * lib/libitset.h, lib/timevar.c, lib/vbitset.h: Likewise.
9870 * src/Makefile.am, src/gram.c, src/muscle_tab.h: Likewise.
9871 * src/parse-gram.y, src/system.h, src/tables.c, src/vcg.c: Likewise.
9872 * src/vcg_defaults.h, tests/cxx-type.at, tests/existing.at: Likewise.
9873 * tests/sets.at: Likewise.
9874
9875 * data/m4sugar/m4sugar.m4: Sync from Autoconf, except that
9876 we comment out the Autoconf version number.
9877 * doc/bison.texinfo (Calc++ Scanner): Don't use atoi, as
9878 it's error-prone and "make maintainer-distcheck" rejects it.
9879
9880 * lib/subpipe.c: Include <fcntl.h> without checking for HAVE_FCNTL_H.
9881 Indent calls to "error" to pacify "make maintainer-distcheck",
9882 when the calls are not intended to be translated.
9883 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't check for fcntl.h.
9884
9885 * src/Makefile.am (DEFS): Use +=, to pacify
9886 "make maintainer-distcheck".
9887 (bison_SOURCES): Add scan-skel.h.
9888 (sc_tight_scope): New rule, from coreutils.
9889
9890 * src/files.c (src_extension, header_extension):
9891 Now static, not extern.
9892 * src/getargs.c (short_options): Likewise.
9893 * src/muscle_tab.c (muscle_table): Likewise.
9894 * src/parse-gram.y (current_class, current_type, current_prec):
9895 Likewise.
9896 * src/reader.c (grammar_end, previous_rule_end): Likewise.
9897 * src/getargs.h: Redo comments to pacify "make maintainer-distcheck".
9898 * src/main.c (main): Cast bindtextdomain and textdomain calls to
9899 void, to avoid warning when NLS is disabled.
9900 * src/output.c: Include scan-skel.h.
9901 (scan_skel): Remove decl, since scan-skel.h does this.
9902 (output_skeleton):
9903 Indent calls to "error" to pacify "make maintainer-distcheck".
9904 * src/print_graph.c: Don't include <obstack.h>, as system.h does this.
9905 * src/reader.h (gram_end, gram_lineno): New decls to pacify
9906 "make maintainer-distcheck".
9907 * src/scan-skel.l (skel_lex, skel_get_lineno, skel_get_in):
9908 (skel_get_out, skel_get_leng, skel_get_text, skel_set_lineno):
9909 (skel_set_in, skel_set_out, skel_get_debug, skel_set_debug):
9910 (skel_lex_destroy, scan_skel): Move these decls to...
9911 * src/scan-skel.h: New file.
9912 * src/uniqstr.c (uniqstr_assert):
9913 Indent calls to "error" to pacify "make maintainer-distcheck".
9914
9915 * tests/Makefile.am ($(srcdir)/package.m4): Use $(VAR),
9916 not @VAR@.
9917
9918 * tests/torture.at: Revamp to avoid misuse of atoi that
9919 "make maintainer-distcheck" complained about.
9920
9921 * examples/extexi (message): Don't print a message more than once,
9922 and omit line-number decoration that makes Emacs compile think
9923 that informative messages are worth worrying about.
9924
99252005-07-22 Paul Eggert <eggert@cs.ucla.edu>
9926
9927 * configure.ac: Update version number.
9928
9929 * Makefile.am (SUBDIRS): Add examples; somehow this got removed
9930 accidentally.
9931 * examples/calc++/calc++-parser.yy: Remove from CVS, as it's
9932 autogenerated by the maintainer.
9933 * examples/calc++/.cvsignore: Add *.yy.
9934
9935 * lib/bitset.c (bitset_alloc): Don't cast xcalloc result.
9936 * lib/bitset_stats.c (bitset_stats_init): Likewise.
9937 * lib/bitsetv.c (bitsetv_alloc): Likewise.
9938
9939 * po/POTFILES.in: Add lib/xalloc-die.c; remove lib/xmalloc.c.
9940
9941 * src/relation.c (relation_transpose): Rewrite to avoid bogus complaint
9942 from maintainer-distcheck about casting the argument of 'free'.
9943
9944 * NEWS: Mention recent yytname changes.
9945 * THANKS: Add Anthony Heading, twlevo@xs4all.nl.
9946
9947 * bootstrap: For translations that have not yet been upgraded to
9948 the new runtime-po domain, prime the pump by extracting the
9949 relevant strings from the obsolete translations. This code can be
9950 removed once the bison-runtime domain has been translated by each
9951 team.
9952
9953 * src/scan-gram.l (<SC_PRE_CODE>.): Don't double-quote token names,
9954 now that token names are already quoted.
9955
9956 Fix problem reported by Anthony Heading.
9957 * data/glr.c (YYTOKEN_TABLE): New macro.
9958 (yytname): Define if YYTOKEN_TABLE.
9959 * data/yacc.c (YYTOKEN_TABLE, yytname): Likewise.
9960 * data/lalr1.cc (YYTOKEN_TABLE, yytname_): Likewise.
9961 (YYERROR_VERBOSE): Define the same way the other skeletons do.
9962 * src/output.c (prepare_symbols): Output token_table_flag.
9963
0ffda363
PE
99642005-07-21 Paul Eggert <eggert@cs.ucla.edu>
9965
9966 * data/glr.c (yyinitGLRStack, yyreturn): Don't call malloc
9967 again if the first call fails.
9968
9969 * data/glr.c (yytnamerr): New function.
9970 (yyreportSyntaxError): Use it to dequote most string literals.
9971 * data/lalr1.c (yytname_): Renamed from yyname_, for compatibility
9972 with other skeletons. All uses changed.
9973 (yytnameerr_): New function.
9974 (yyreport_syntax_error): Use it to dequote most string literals.
9975 * data/yacc.c (yytnamerr): New function.
9976 (yyerrlab): Use it to decode most string literals.
9977 * doc/bison.texinfo (Decl Summary, Calling Convention):
9978 Clarify quoting convention of yytname.
9979 * src/output.c (prepare_symbols): Quote all names. This undoes
9980 the 2005-04-17 change, which is now accomplished (mostly) via
9981 changes in the parsers as described above.
9982 * tests/regression.at (Token definitions, Web2c Actions):
9983 Undo most 2005-04-17 change here, too.
9984
99852005-07-20 Paul Eggert <eggert@cs.ucla.edu>
9986
9987 Fix more problems reported by twlevo@xs4all.nl.
9988 * tests/cxx-type.at: Don't pipe output of ./types through sed to
9989 remove trailing spaces. This loses the exit status of ./types,
9990 and isn't needed since ./types shouldn't be emitting trailing
9991 spaces.
9992 * data/glr.c (yyreturn): Don't pop stack if yyinitStateSet failed,
9993 as the stack isn't valid in that case.
9994
9995 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
9996 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
9997 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
9998 Add declarations to pacify "gcc -Wmissing-prototypes" when flex 2.5.31
9999 is used.
10000 * src/scan-skel.l (skel_get_lineno, skel_get_in, skel_get_out):
10001 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
10002 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
10003 Likewise.
10004
10005 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Work even with
10006 overly-picky compilers that reject 'char *foo = "bar";'.
10007
10008 * src/symtab.c (SYMBOL_ATTR_PRINT, symbol_print): Direct output
10009 to FILE * parameter, not to stderr. This fixes a typo introduced
10010 in the 2005-07-12 change.
10011
10012 * lib/subpipe.c (create_subpipe): Rewrite slightly to avoid
10013 warnings from GCC 4.
10014
10015 * data/glr.c (yyexpandGLRStack, yyaddDeferredAction, yyexpandGLRStack):
10016 (yyglrShiftDefer, yysplitStack):
10017 Remove unused parameters b4_pure_formals. All uses changed.
10018 (yyglrShift): Remove unused parameters b4_user_formals.
10019 All uses changed.
10020 (yyglrReduce): Removed unused parameter yylocp. All uses changed.
10021
6100a9aa
PE
100222005-07-18 Paul Eggert <eggert@cs.ucla.edu>
10023
258b75ca
PE
10024 Destructor cleanups and regularization among the three skeletons.
10025 * NEWS: Document the behavior changes.
10026 * data/glr.c (yyrecoverSyntaxError): Don't bother to pop the
10027 stack before failing, as the cleanup code will do it for us now.
10028 * data/lalr1.cc (yyerrlab): Likewise.
10029 * data/glr.c (yyparse): Pop everything off the stack before
10030 freeing it, so that destructors get called properly.
10031 * data/lalr1.cc (yyreturn): Likewise.
10032 * data/yacc.c (yyreturn): Pop and destroy the start symbol, too.
10033 This is more consistent.
10034 * doc/bison.texinfo (Destructor Decl): Mention more reasons
10035 why destructors might be called. 1.875 -> 2.1.
10036 (Destructor Decl, Decl Summary, Table of Symbols):
10037 Some English-language cleanups for %destructor.
10038 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
10039 Add output line for destructor of start symbol.
10040 * tests/calc.at (AT_CHECK_CALC): Add one to line counts,
10041 because of that same extra output line.
10042
1a059451
PE
10043 * NEWS: Document minor wording changes in diagnostics of
10044 Bison-generated parsers.
10045 * data/glr.c (yyMemoryExhausted): Renamed from yyStackOverflow.
10046 Remove unused formals. All uses changed.
10047 (yyreportAmbiguity): "ambiguity detected" -> "syntax is ambiguous".
10048 (yyparse): Rename yyoverflowlab to yyexhaustedlab.
10049 * data/yacc.c (yyparse): "parser stack overflow" -> "memory exhausted".
10050 Rename yyoverflowab to yyexhaustedlab.
10051 When memory exhaustion occurs during syntax-error reporting,
10052 report it separately rather than in a single diagnostic; this
10053 eases translation.
10054 * doc/bison.texinfo (Memory Management): Renamed from Stack Overflow.
10055 (Memory Exhausted): Renamed from Parser Stack Overflow.
10056 Revamp wording slightly to prefer "memory exhaustion".
10057 * tests/actions.at: "parser stack overflow" -> "memory exhausted".
10058
97460c78
PE
10059 * data/c.m4 (b4_yysymprint_generate): Use YYFPRINTF, not fprintf.
10060
30757c8c
PE
10061 Add i18n support to the GLR skeleton. Partially fix the C++
10062 skeleton; a C++ expert needs to finish this. Remove debugging
10063 msgids; there's little point to having them translated, since they
10064 can be understood only by someone who can read the
10065 (English-language) source code.
10066
10067 Generate runtime-po/bison-runtime.pot automatically, so that we
10068 don't have to worry about garbage getting in that file. We'll
10069 make sure after the next official release that old msgids don't
10070 get lost. See
10071 <http://lists.gnu.org/archive/html/bison-patches/2005-07/msg00119.html>.
10072
10073 * runtime-po/Makefile.in.in, runtime-po/bison-runtime.pot: Remove.
10074 Now auto-generated.
10075 * PACKAGING: Don't claim that Gawk, GCC, Perl use this method yet.
10076 Fix typos in explanations of the runtime file.
10077 * bootstrap: Change gettext keyword from YYI18N to YY_.
10078 Use standard Makefile.in.in in runtime-po, since we'll arrange
10079 for backward-compatible bison-runtime.po files in a different way.
10080 * data/glr.c (YY_): New macro, from yacc.c.
10081 (yyuserAction, yyreportAmbiguity, yyreportSyntaxError, yyparse):
10082 Translate messages intended for users.
10083 (yyreportSyntaxError): Change "virtual memory" to "memory" to match
10084 the wording in the other skeletons. We don't know that the memory
10085 is virtual.
10086 * data/lalr1.cc (YY_): Renamed from _. All uses changed.
10087 Use same method that yacc.c uses.
10088 Don't translate debugging messages.
10089 (yy::yyreport_syntax_error): Put in a FIXME for the i18n stuff;
10090 it doesn't work (yet), and requires C++ expertise to fix.
10091 * data/yacc.c (YY_): Renamed from YY18N. All uses changed.
10092 Move defn to a more logical place, to be consistent with other
10093 skeletons.
10094 Don't translate debugging messages.
10095 Don't assume line numbers fit in unsigned int; use unsigned long fmts.
10096 * doc/bison.texinfo: Mention <libintl.h>. Change glibc cross reference
10097 to gettext cross reference. Add indexing terms. Mention YYENABLE_NLS.
10098 * runtime-po/POTFILES.in: Add data/glr.c, data/lalr1.cc.
10099
ac8c5689
PE
10100 Fix yyerror / yylex test glitches noted by twlevo@xs4all.nl.
10101 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Have yyerror return
10102 void, not int.
10103 * tests/glr-regression.at (Badly Collapsed GLR States):
10104 Likewise.
10105 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
10106 yylex should return 0 at EOF rather than aborting.
10107
6100a9aa
PE
10108 Improve tests for stack overflow in GLR parser.
10109 Problem reported by twlevo@xs4all.nl.
10110 * data/glr.c (struct yyGLRStack): Remove yyerrflag member.
10111 All uses removed.
10112 (yyStackOverflow): Just longjmp, but with value 2 so that caller
10113 can handle the problem.
10114 (YYCHK1): Use goto (a la yacc.c) rather than setting a flag.
10115 (yyparse): New local variable yyresult to record the result.
10116 Use result of setjmp to set it, rather than storing itinto
10117 struct.
10118 (yyDone): Remove label.
10119 (yyacceptlab, yyabortlab, yyoverflowlab, yyreturn): New labels,
10120 to mimic yacc.c. Do not discard lookahead if it's EOF (possible
10121 if YYABORT is used).
10122 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Exit with
10123 yyparse status; put status > 1 into diagnostic.
10124 Check that status==2 works.
10125 * tests/calc.at, tests/cxx-type.at, tests/glr-regression.at:
10126 Use exit status 3 for failure to open (which shouldn't happen).
10127
15f40952
PE
101282005-07-17 Paul Eggert <eggert@cs.ucla.edu>
10129
67fd79c4
PE
10130 * tests/conflicts.at (%nonassoc and eof): Don't exit with status
10131 1 on syntax error; just let yyparse do its thing.
10132 * tests/glr-regression.at (Badly Collapsed GLR States): Likewise.
10133 * tests/torture.at (AT_DATA_STACK_TORTURE): Likewise.
10134 (Exploding the Stack Size with Alloca):
10135 (Exploding the Stack Size with Malloc):
10136 Expect exit status 2, not 1, since the parser is supposed to blow
10137 its stack. Problem reported by twlevo@xs4all.nl.
10138
15f40952
PE
10139 * data/glr.c (yyparse): Don't assume that the initial calls
10140 to YYMALLOC succeed; in that case, yyparse incorrectly returned 0.
10141 Print a stack-overflow message and fail instead.
10142 Initialize the line-number information before creating the stack,
10143 so that the stack-overflow message can report line zero safely.
10144
f32c66b5
PE
101452005-07-14 Paul Eggert <eggert@cs.ucla.edu>
10146
a22ff96f 10147 Fix problems reported by twlevo@xs4all.nl.
e2688cd9
PE
10148 * data/glr.c (YYSTACKEXPANDABLE): Don't define if already defined.
10149 (yyuserMerge): Provide a default case if b4_mergers is empty.
10150 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Define YYSTACKEXPANDABLE.
10151 * tests/glr-regression.at
10152 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
c70fdfcd 10153 Add casts to pacify C++ compilers.
1beb0b24
PE
10154 * tests/glr-regression.at (Improper merging of GLR delayed action
10155 sets): Declare yylex before using it.
f32c66b5 10156 * tests/Makefile.am (maintainer-check-g++): Fix a stray
a22ff96f
PE
10157 $(GXX) that escaped the renaming of GXX to CXX. Remove bogus
10158 test for valgrind; valgrind is independent of g++.
10159 (maintainer-check-posix): Add _POSIX2_VERSION=200112, to check
10160 for compatibility with POSIX 1003.1-2001 (if running coreutils).
10161 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Port to stricter C++.
10162 Use a destructor, so that we can expand the stack. Change
10163 YYSTYPE to char * so that we can free it. Cast result of malloc.
f32c66b5 10164
d741bd1b
PE
101652005-07-13 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
10166
10167 * data/glr.c (yyuserAction): Fix uninitialized variable that caused
10168 a valgrind failure. Problem reported by twlevo@xs4all.nl.
10169
0410a6e0
PE
101702005-07-13 Paul Eggert <eggert@cs.ucla.edu>
10171
10172 * PACKAGING: New file, suggested by Bruno Haible and taken from
10173 similar wording in gettext's PACKAGING file.
10174 * NEWS: Mention PACKAGING.
10175 * Makefile.am (EXTRA_DIST): Add PACKAGING.
10176
f7ab6a50
PE
101772005-07-12 Paul Eggert <eggert@cs.ucla.edu>
10178
baf785db 10179 * NEWS: Document recent i18n improvements.
f7ab6a50
PE
10180 * bootstrap: Get runtime translations into runtime-po.
10181 Create runtime-po files automatically, if possible.
10182 * configure.ac: Invoke BISON_I18N, so that we eat our own dog food.
10183 * data/yacc.c: Rewrite inclusion of <libintl.h> so that ENABLE_NLS
10184 does not infringe on the user's name space.
10185 (YYENABLE_NLS): Renamed from ENABLE_BISON_NLS.
10186 * doc/bison.texinfo (Internationalization): Revamp the English
10187 and Texinfo syntax a bit, to try to make it clearer.
10188 (Bison Options, Option Cross Key): Mention --print-localedir.
10189 * m4/bison-i18n.m4 (BISON_I18N): Rename ENABLE_BISON_NLS to
10190 YYENABLE_NLS. Quote a bit more.
10191 * runtime-po/.cvsignore: New file.
10192 * runtime-po/Makefile.in.in (mostlyclean): Remove *.old.pot.
10193 * runtime-po/Rules-quot: Remove; now created by bootstrap.
10194 * runtime-po/quot.sed: Likewise.
10195 * runtime-po/boldquot.sed: Likewise.
10196 * runtime-po/en@quot.header: Likewise.
10197 * runtime-po/en@boldquot.header: Likewise.
10198 * runtime-po/insert-header.sin: Likewise.
10199 * runtime-po/remove-potcdate.sin: Likewise.
10200 * runtime-po/Makevars: Likewise.
10201 * runtime-po/LINGUAS: Likewise.
10202 * runtime-po/de.po: Likewise; we will rely on the translation project
10203 to maintain this, so "bootstrap" should get it.
0410a6e0 10204 * src/getarg.c (PRINT_LOCALEDIR_OPTION): Let the C compiler determine
f7ab6a50
PE
10205 its value.
10206 * src/main.c (main): Bind the bison-runtime domain, too.
10207
102082005-07-12 Bruno Haible <bruno@clisp.org>
10209
10210 * data/yacc.c: Include <libintl.h> when NLS is enabled.
10211 (YYI18N): Renamed from _. Use dgettext when NLS is enabled.
10212 * po/POTFILES.in: Remove autogenerated file src/parse-gram.c.
10213 * runtime-po: New directory.
10214 * runtime-po/Makefile.in.in: New file, copied from po/, with modified
10215 $(DOMAIN).pot-update rule, so that old messages are never dropped.
10216 * runtime-po/Rules-quot: New file, copied from po/.
10217 * runtime-po/quot.sed: Likewise.
10218 * runtime-po/boldquot.sed: Likewise.
10219 * runtime-po/en@quot.header: Likewise.
10220 * runtime-po/en@boldquot.header: Likewise.
10221 * runtime-po/insert-header.sin: Likewise.
10222 * runtime-po/remove-potcdate.sin: Likewise.
10223 * runtime-po/Makevars: New file.
10224 * runtime-po/POTFILES.in: New file.
10225 * runtime-po/LINGUAS: New file.
10226 * runtime-po/bison-runtime.pot: New file.
10227 * runtime-po/de.po: New file.
10228 * m4/bison.m4: New file.
10229 * Makefile.am (SUBDIRS): Add runtime-po.
10230 (aclocaldir, aclocal_DATA): New variables.
10231 * configure.ac: Add AC_CONFIG_FILES of runtime-po/Makefile.in.
10232 Define aclocaldir.
10233 * src/getargs.c (usage): Document --print-localedir option.
10234 (PRINT_LOCALEDIR_OPTION): New enum item.
10235 (long_options): Add --print-localedir option.
10236 (getargs): Handle --print-localedir option.
10237 * doc/bison.texinfo (Bison Parser): Remove paragraph about _().
10238 (Internationalization): New section.
10239
22dda0f0
AD
102402005-07-12 Akim Demaille <akim@epita.fr>
10241
10242 * src/symtab.h, src/symtab.c (symbol_print): Swap the arguments,
10243 for consistency with the rest of the code.
10244 * src/symlist.h, src/symlist.c (symbol_list_print): Ditto.
10245 Add separators.
10246
82b248ad
AD
102472005-07-12 Akim Demaille <akim@epita.fr>
10248
10249 * src/parse-gram.y: Use %printer instead of YYPRINT.
10250
fa0e9314
AD
102512005-07-12 Akim Demaille <akim@epita.fr>
10252
867a3e00
AD
10253 * src/symtab.h, src/symtab.c (symbol_print): New.
10254 * src/symlist.h, src/symlist.c (symbol_list_print): New.
10255 * src/symlist.c (symbol_list_n_type_name_get): Report the culprit.
10256
102572005-07-12 Akim Demaille <akim@epita.fr>
10258
10259 * data/glr.c (b4_syncline): Fix (swap) the definitions of
fa0e9314
AD
10260 b4_at_dollar and b4_dollar_dollar.
10261
e054b190
PE
102622005-07-11 Paul Eggert <eggert@cs.ucla.edu>
10263
10264 * doc/bison.texinfo (Mystery Conflicts): Add reference to DeRemer
10265 and Pennello's paper.
10266
34160ec4
PE
102672005-07-09 Paul Eggert <eggert@cs.ucla.edu>
10268
407d4a75
PE
10269 * data/yacc.c (yyparse): Undo previous patch. Instead,
10270 set yylsp[0] and yyvsp[0] only if the initial action
10271 sets yylloc and yylval, respectively.
10272
34160ec4
PE
10273 * data/yacc.c (yyparse): In the initial action, set
10274 yylsp[0] and yyvsp[0] rather than yylloc and yylval.
10275 This avoids the use of undefined variables if the initial
10276 action does not set yylloc and/or yylval.
10277
c3d5a4a7
PE
102782005-07-07 Paul Eggert <eggert@cs.ucla.edu>
10279
b34d96c1
PE
10280 * examples/calc++/calc++-driver.cc, examples/calc++/calc++-driver.hh:
10281 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc:
10282 Remove from CVS. These files are automatically generated.
10283 * examples/extexi: Clarify that this file is now part of Bison,
10284 not GNU M4, and that it works with any POSIX-compatible Awk.
10285 * examples/calc++/Makefile.am (run_extexi): Remove; not used.
10286 ($(calc_extracted)): Renamed from $(calc_sources_extracted),
10287 so that we also get calc++-parser.yy. Geneate it.
10288 Use $(AWK), not gawk, since any conforming Awk will do.
10289 Put comment before action, since older 'make' can't handle comment
10290 in action.
10291 $(BUILT_SOURCES): List all built sources, not just some of them.
10292 $(MAINTAINERCLEANFILES): Remove *.stamp, and all built sources.
10293 $($(srcdir)/calc++-parser.stamp): Work even if POSIXLY_CORRECT.
10294 $($(calc_sources_generated)): Remove unnecessary test for existence
10295 of target. (This had a shell syntax error anyway; a stray "x".)
10296 (calc_extracted): List $(srcdir)/calc++-parser.yy, not
10297 calc++-parser.yy.
10298 * examples/.cvsignore, examples/calc++/.cvsignore: New files.
10299
c3d5a4a7
PE
10300 * bootstrap (gnulib_modules): Add gettext, now that it's no longer
10301 implied by the other modules.
10302
828c373b
AD
103032005-07-06 Akim Demaille <akim@epita.fr>
10304
10305 Bind examples/calc++ to the package.
10306 * examples/calc++/Makefile: Remove, replaced by...
10307 * examples/calc++/Makefile.am: ... this new file.
10308 * examples/calc++/test: Remove input.
10309 * examples/calc++/compile: Remove.
10310 * examples/Makefile.am: New.
10311 * configure.ac, Makefile.am: Adjust.
10312 * doc/Makefile.am (clean-local): New, for more recent texi2dvis.
10313
63cb01d6
PE
103142005-07-05 Paul Eggert <eggert@cs.ucla.edu>
10315
fd2df2ed
PE
10316 * data/glr.c (yyFail): Drastically simplify; since the format argument
10317 never had any % directives, we can simply pass it to yyerror.
10318 (yyparse): Use "t a; a=b;" rather than "t a = b;" when a will
10319 be modified later, as that is the usual style in glr.c.
10320 Problems reported by Paul Hilfinger.
10321
63cb01d6
PE
10322 Rewrite GLR parser to catch more buffer overrun, storage exhaustion,
10323 and size overflow errors.
10324 * data/glr.c: Include <stdio.h> etc. after user prolog, not before,
10325 in case the user prolog sets feature-test macros like _GNU_SOURCE.
10326 (YYSIZEMAX): New macro.
10327 (yystpcpy): New function, taken from yacc.c.
10328 (struct yyGLRStack.yyspaceLeft): Now size_t, not int.
10329 (yyinitGLRStack, yyfreeGLRstack): Remove unnecessary forward decls,
10330 so that we don't have to maintain their signatures.
10331 (yyFail): Check for buffer overflow, by using vsnprintf rather
10332 than vsprintf. Allocate a bigger buffer if possible.
10333 Report an error if buffer allocation fails.
10334 (yyStackOverflow): New function.
10335 (yyinitStateSet, yyinitGLRStack): Return a boolean indicating whether
10336 the initialization was successful. It might fail if storage was
10337 exhausted.
10338 (yyexpandGLRStack): Add more checks for storage allocation failure.
10339 Use yyStackOverflow to report failures.
10340 (yymarkStackDeleted, yyglrShift, yyglrShiftDefer, yydoAction):
10341 (yysplitStack, yyprocessOneStack, yyparse, yypstack):
10342 Don't assume stack number fits in int.
10343 (yysplitStack): Check for storage allocation failure.
10344 (yysplitStack, yyprocessOneStack): Add pure_formals, so that we
10345 can print diagnostics on storage allocation failure. All callers
10346 changed.
10347 (yyresolveValue): Use yybool for boolean.
10348 (yyreportSyntaxError): Check for size-calculation overflow.
10349 This code is taken from yacc.c.
10350 (yyparse): Check for storage allocation errors when allocating
10351 the initial stack.
10352
1c59e0a1
AD
103532005-07-05 Akim Demaille <akim@epita.fr>
10354
10355 Extract calc++ from the documentation.
10356 * doc/bison.texinfo (Calc++): Add the extraction marks.
10357 * examples/extexi: New, from the aborted GNU Programming 2E.
10358 Separate the different paragraph of a file with empty lines.
10359 * examples/Makefile: Use it to extract the whole calc++ example.
10360
8a0adb01
AD
103612005-06-24 Akim Demaille <akim@epita.fr>
10362
10363 * doc/bison.texinfo (C++ Parser Interface): Use defcv to define
10364 class typedefs.
10365
12545799
AD
103662005-06-22 Akim Demaille <akim@epita.fr>
10367
10368 * doc/bison.texinfo (C++ Language Interface): First stab.
10369 (C++ Parsers): Remove.
10370
99be0235
AD
103712005-06-22 Akim Demaille <akim@epita.fr>
10372
10373 * data/lalr1.cc (yylex_): Honor %lex-param.
10374
0ffd4fd1
AD
103752005-06-22 Akim Demaille <akim@epita.fr>
10376
10377 Start a set of simple examples.
10378 * examples/calc++/Makefile, examples/calc++/calc++-driver.cc,
10379 * examples/calc++/calc++-driver.hh,
10380 * examples/calc++/calc++-parser.yy,
10381 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc,
10382 * examples/calc++/compile, examples/calc++/test: New.
10383
0925ebb4
PE
103842005-06-09 Paul Eggert <eggert@cs.ucla.edu>
10385
10386 * data/yacc.c (malloc, free) [defined __cplusplus]: Wrap inside
10387 extern "C" {}. This fixes a problem reported by Paul Hilfinger,
10388 which stems from the 2005-05-27 patch.
10389
43d3b664
PH
103902005-06-06 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
10391
10392 * data/glr.c: Modify treatment of unused parameters to permit use
10393 of g++ (which doesn't allow __attribute__ ((unused)) for parameters).
10394
3062864d
PE
103952005-05-30 Paul Eggert <eggert@cs.ucla.edu>
10396
10397 Fix infringement on user name space reported by Janos Zoltan Szabo.
10398 * data/yacc.c (yyparse): strlen -> yystrlen.
10399
989b5b8e
AD
104002005-05-30 Akim Demaille <akim@epita.fr>
10401
10402 * data/lalr1.cc (_): New.
10403 Translate the various messages.
10404
bedf57f5
PE
104052005-05-27 Paul Eggert <eggert@cs.ucla.edu>
10406
10407 Fix infringement on user name space reported by Bruno Haible.
10408 * data/yacc.c (YYSIZE_T): Define first, so that later decls can use it.
10409 Prefer GCC's __SIZE_TYPE__ if available, so that we don't infringe on
10410 the user's name space.
10411 (alloca): Include <stdlib.h> to get it, if it's not built in.
10412 (YYMALLOC, YYFREE): Define only if needed.
10413 (malloc, free): Declare, but only if needed, as this infringes on
10414 the user name space.
10415
4d1801f1
PE
104162005-05-25 Paul Eggert <eggert@cs.ucla.edu>
10417
10418 Fix BeOS, FreeBSD, MacOS porting problems reported by Bruno Haible.
10419 * lib/bitset.c (bitset_print): Don't assume size_t can be printed
10420 with %d format.
10421 * lib/ebitset.c (min, max): Undef before defining.
10422 * lib/vbitset.c (min, max): Likewise.
10423 * lib/subpipe.c (create_subpipe): Save local variables in case
10424 vfork clobbers them.
10425
104262005-05-24 Bruno Haible <bruno@clisp.org>
10427
10428 * tests/synclines.at (AT_SYNCLINES_COMPILE): Add support for the
10429 error message syntax used by gcc-4.0.
10430
b94a9e1e
PE
104312005-05-23 Paul Eggert <eggert@cs.ucla.edu>
10432
85ac3861
PE
10433 * README: Mention m4 1.4.3. Remove obsolete advice about
10434 Sun Forte Developer 6 update 2, VMS, and MS-DOS.
10435
b94a9e1e
PE
10436 * bootstrap: Remove workaround for problem I encountered with
10437 gettext 0.14.1; it seems to be fixed now.
10438
51c30d21
PE
104392005-05-22 Paul Eggert <eggert@cs.ucla.edu>
10440
009ce67d
PE
10441 * NEWS: Version 2.0a.
10442
f2a97c62
PE
10443 * src/files.c: Include "stdio-safer.h"; this fixes a typo in
10444 the previous change.
10445
c8775f93
PE
10446 Various maintainer cleanups.
10447 * .cvsignore: Add a.exe, a.out, b.out,, conf[0-9]*, confdefs*,
10448 conftest*, for benefit of CVS commands run at the same time as
10449 "configure". Add build-aux, since "bootstrap" now creates it and
10450 its subfiles.
10451 * Makefile.cfg (move_if_change): Remove.
10452 * Makefile.maint: Remove the update stuff; we now use "bootstrap".
10453 (ftp-gnu, www-gnu, move_if_change, local_updates, update):
10454 (po_repo, do-po-update, po-update, wget_files, get-targets):
10455 (config.guess-url_prefix, config.sub-url_prefix):
10456 (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
10457 (standards.texi-url_prefix, make-stds.texi-url_prefix, taget, url):
10458 ($(get-targets), cvs-files, automake_repo, wget-update, cvs-update):
10459 Remove.
10460 * configure.ac (AC_CONFIG_AUX_DIR): Change from config to build-aux;
10461 this is now the recommended name.
10462 * config/.cvsignore: Remove config.guess, config.rpath, config.sub,
10463 depcomp, install-sh, mdate-sh, missing, mkinstalldirs, texinfo.tex,
10464 ylwrap. These files now go into build-aux.
10465 * config/move-if-change: Remove.
10466 * config/prev-version.txt: Bump from 1.75 to 2.0.
10467
3ea5f0ec
PE
10468 * bootstrap: Add stdio-safer, unistd-safer modules.
10469 Remove m4/glibc2.m4 (introduced by latest gnulib, but
10470 we don't need it).
10471 * lib/.cvsignore: Add dup-safer.c, fd-safer.c,
10472 fopen-safer.c, stdio-safer.h, unistd-safer.h.
10473 * lib/subpipe.c: Include "unistd-safer.h".
10474 (create_subpipe): Make sure all the newly-created
10475 file descriptors are > 2, so that diagnostics don't
10476 get sent down them (which might cause Bison to hang, in theory).
10477 * m4/.cvsignore: Add stdio-safer.m4, unistd-safer.m4.
10478 * src/files.c (xfopen): Use fopen_safer, not fopen.
10479
51c30d21
PE
10480 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Port
10481 yesterday's yacc.c fix.
10482
cea1469d
PE
104832005-05-21 Paul Eggert <eggert@cs.ucla.edu>
10484
3ea5f0ec
PE
10485 * data/glr.c, data/lalr1.cc: Update copyright date.
10486
cea1469d
PE
10487 Fix a destructor bug reported by Wolfgang Spraul in
10488 <http://lists.gnu.org/archive/html/bug-bison/2005-05/msg00042.html>.
10489 * data/yacc.c (yyabortlab): Don't call destructor, and
10490 don't set yychar to EMPTY.
10491 (yyoverflowlab): Don't call destructor.
10492 (yyreturn): Call destructor, if yychar is neither YYEOF nor YYEMPTY.
10493 * tests/calc.at (AT_CHECK_CALC): Expect one fewer output lines,
10494 since we no longer output the message "discarding lookahead token
10495 end of input ()".
10496
5e6f62f2
PH
104972005-05-20 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
10498
10499 * data/glr.c (YY_SYMBOL_PRINT): Don't print newline at end to
10500 fix a small glitch in debugging output.
10501 (yyprocessOneStack, yyrecoverSyntaxError, yyparse): Print newline
10502 after YY_SYMBOL_PRINT where needed.
10503
10504 (struct yyGLRState): Add some comments.
10505 (struct yySemanticOption): Add some comments.
10506 (union yyGLRStackItem): Add comment.
10507
10508 (yymergeOptionSets): Correct this to properly perform the union,
10509 avoiding infinite reported by Michael Rosien.
10510 Update comment.
10511
10512 * tests/glr-regression.at: Add test for GLR merging error reported
10513 by M. Rosien.
cea1469d 10514
0fb669f9
PE
105152005-05-13 Paul Eggert <eggert@cs.ucla.edu>
10516
10517 * COPYING, ChangeLog, GNUmakefile, HACKING, Makefile.am,
10518 Makefile.cfg, Makefile.maint, NEWS, README, README-alpha,
10519 README-cvs, TODO, bootstrap, configure.ac, data/Makefile.am,
10520 data/README, data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c,
10521 data/m4sugar/m4sugar.m4, doc/Makefile.am, doc/bison.texinfo,
10522 doc/fdl.texi, doc/gpl.texi, doc/refcard.tex, lib/Makefile.am,
10523 lib/abitset.c, lib/abitset.h, lib/bbitset.h, lib/bitset.c,
10524 lib/bitset.h, lib/bitset_stats.c, lib/bitset_stats.h,
10525 lib/bitsetv-print.c, lib/bitsetv-print.h, lib/bitsetv.c,
10526 lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/get-errno.c,
10527 lib/get-errno.h, lib/lbitset.c, lib/lbitset.h, lib/libiberty.h,
10528 lib/main.c, lib/subpipe.c, lib/subpipe.h, lib/timevar.c,
10529 lib/timevar.def, lib/timevar.h, lib/vbitset.c, lib/vbitset.h,
10530 lib/yyerror.c, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4, m4/timevar.m4,
10531 m4/warning.m4, src/LR0.c, src/LR0.h, src/Makefile.am, src/assoc.c,
10532 src/assoc.h, src/closure.c, src/closure.h, src/complain.c,
10533 src/complain.h, src/conflicts.c, src/conflicts.h, src/derives.c,
10534 src/derives.h, src/files.c, src/files.h, src/getargs.c,
10535 src/getargs.h, src/gram.c, src/gram.h, src/lalr.c, src/lalr.h,
10536 src/location.c, src/location.h, src/main.c, src/muscle_tab.c,
10537 src/muscle_tab.h, src/nullable.c, src/nullable.h, src/output.c,
10538 src/output.h, src/parse-gram.c, src/parse-gram.h,
10539 src/parse-gram.y, src/print.c, src/print.h, src/print_graph.c,
10540 src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c,
10541 src/reduce.h, src/relation.c, src/relation.h, src/scan-gram.l,
10542 src/scan-skel.l, src/state.c, src/state.h, src/symlist.c,
10543 src/symlist.h, src/symtab.c, src/symtab.h, src/system.h,
10544 src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h,
10545 src/vcg.c, src/vcg.h, src/vcg_defaults.h, tests/Makefile.am,
10546 tests/actions.at, tests/c++.at, tests/calc.at, tests/conflicts.at,
10547 tests/cxx-type.at, tests/existing.at, tests/glr-regression.at,
10548 tests/headers.at, tests/input.at, tests/local.at, tests/output.at,
10549 tests/reduce.at, tests/regression.at, tests/sets.at,
10550 tests/synclines.at, tests/testsuite.at, tests/torture.at:
10551 Update FSF postal mail address.
10552
51f4735e
PE
105532005-05-11 Paul Eggert <eggert@cs.ucla.edu>
10554
10555 * tests/local.at (AT_COMPILE_CXX): Treat LDFLAGS like AT_COMPILE does.
10556 Problem reported by Ralf Menzel.
10557
80ce3401
PE
105582005-05-01 Paul Eggert <eggert@cs.ucla.edu>
10559
10560 * tests/actions.at: Test that stack overflow invokes destructors.
10561 From Marcus Holland-Moritz.
10562 * data/yacc.c (yyerrlab): Move the code that destroys the stack
10563 from here....
10564 (yyreturn): to here. That way, destructors are called properly
10565 even if the stack overflows, or the user calls YYACCEPT or
10566 YYABORT. Stack-overflow problem reported by Marcus Holland-Moritz.
10567 (yyoverflowlab): Destroy the lookahead.
10568
105692005-04-24 Paul Eggert <eggert@cs.ucla.edu>
10570
10571 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): Add more-descriptive comment.
10572
72f000b0
PE
105732005-04-17 Paul Eggert <eggert@cs.ucla.edu>
10574
10575 * NEWS: Bison-generated C parsers no longer quote literal strings
10576 associated with tokens.
10577 * src/output.c (prepare_symbols): Don't escape strings,
10578 since users don't want to see C escapes.
10579 * tests/calc.at (AT_CHECK_CALC): Adjust to lack of quotes
10580 in diagnostics.
c19683bb 10581 * tests/input.at (Torturing the Scanner): Likewise.
72f000b0
PE
10582 * tests/regression.at (Token definitions, Web2c Actions): Likewise.
10583
1094323f
PE
105842005-04-16 Paul Eggert <eggert@cs.ucla.edu>
10585
10586 * tests/torture.at (AT_INCREASE_DATA_SIZE): Skip the test if
10587 the data size is known to be too small and we can't increase it.
10588 This works around an HP-UX 11.00 glitch reported by Andrew Benham.
10589
ca407bdf
PE
105902005-04-15 Paul Eggert <eggert@cs.ucla.edu>
10591
10592 * src/parse-gram.y: Include quotearg.h.
10593 (string_as_id): Quote $1 before using it as a key, since the
10594 lexer no longer quotes it for us.
10595 (string_content): Don't strip quotes, since lexer no longer
10596 quotes it for us.
10597 * src/scan-gram.l: Include quotearg.h.
10598 ("\""): Omit quote.
10599 ("'"<SC_ESCAPED_CHARACTER>): Quote symbol before using it as
10600 a key, since the rest of the lexer doesn't quote it.
10601 * src/symtab.c (symbol_get): Don't quote symbol; caller does it now.
10602 * tests/regression.at (Token definitions): Check for backslashes
10603 in token strings.
10604
10605 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): New macro.
10606 (YYSIZE_T): Define to unsigned long int when using an older compiler.
10607 (yyparse): Revamp code to generate long syntax error message, to
10608 make it easier to translate, and to avoid problems with arithmetic
10609 overflow. Change "virtual memory" to "memory" in diagnostic, since
10610 we don't know whether the memory is virtual.
10611
1ce59070
PE
106122005-04-13 Paul Eggert <eggert@cs.ucla.edu>
10613
10614 * NEWS: Bison-generated C parsers now use the _ macro to
10615 translate strings.
10616 * data/yacc.c (_) [!defined _]: New macro.
10617 All English strings wrapped inside this macro.
10618 * doc/bison.texinfo (Bison Parser): Document _.
10619 * po/POTFILES.in: Include src/parse-gram.c, since it now
10620 includes translateable strings that parse-gram.y doesn't.
10621
a749a695
PE
106222005-04-12 Paul Eggert <eggert@cs.ucla.edu>
10623
10624 * src/symtab.c (symbol_make_alias): Call symbol_type_set,
10625 reverting the 2004-10-11 change to this function.
10626 (symbol_check_alias_consistency): Don't call symbol_type_set
10627 if the type name is already correct.
10628 * tests/input.at (Typed symbol aliases): New test, from Tim Van Holder.
10629
8fb1053b
PE
106302005-03-25 Paul Eggert <eggert@cs.ucla.edu>
10631
10632 * tests/regression.at (Token definitions): Don't use a token named
10633 c, as that generates a "#define c ..." that runs afoul of buggy
10634 stdlib.h that uses the identifier c as a member of struct
10635 drand48_data. Problem reported by Horst Wente.
10636
ff498c4a
PE
106372005-03-21 Paul Eggert <eggert@cs.ucla.edu>
10638
10639 * bootstrap: Change translation URL from
10640 http://www2.iro.umontreal.ca/~gnutra/po/maint/bison/ to
10641 http://www.iro.umontreal.ca/translation/maint/bison/ to avoid
10642 redirection glitches. Problem reported by twlevo@xs4all.nl.
10643
65211d70
PE
106442005-03-20 Paul Eggert <eggert@cs.ucla.edu>
10645
10646 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Don't put options
10647 after operands; POSIX says this isn't portable for the c99 command.
10648
9577fb1f
PE
106492005-03-18 Paul Eggert <eggert@cs.ucla.edu>
10650
10651 * tests/glr-regression.at (glr-regr2a.y): Try to dump core
10652 immediately if a data overrun has occurred; this may help us track
10653 down what may be a spurious failure on MacOS.
10654
78b178f7
PE
106552005-03-17 Paul Eggert <eggert@cs.ucla.edu>
10656
a2599d0f
PE
10657 Respond to problems reported by twlevo@xs4all.nl.
10658
10659 * bootstrap: Use "trap - 0" rather than the unportable "trap 0".
10660
78b178f7
PE
10661 * src/vcg.h: Comment fix.
10662 * src/vcg_defaults.h: Parenthesize macro bodies to make them safe.
10663 (G_CMAX): Change to -1 instead of INT_MAX.
10664
10665 * data/yacc.c (yyparse): Omit spaces before #line.
78b178f7 10666
7296e729
PE
106672005-03-15 Paul Eggert <eggert@cs.ucla.edu>
10668
10669 * src/tables.c (state_number_to_vector_number): Put it inside an
10670 "#if 0", since it's not currently used. Problem reported by
10671 Roland McGrath.
10672
05ac60f3
PE
106732005-03-06 Paul Eggert <eggert@cs.ucla.edu>
10674
10675 * src/output.c (escaped_output): Renamed from
10676 escaped_file_name_output, since we now use it for symbol tags as
10677 well. All uses changed.
10678 (symbol_destructors_output, symbol_printers_output):
10679 Escape symbol tags too.
10680 Problem reported by Matyas Forstner in
10681 <http://lists.gnu.org/archive/html/bug-bison/2005-03/msg00009.html>.
10682
10683 * src/muscle_tab.c (muscle_code_grow): Don't quote numbers; it's
10684 not needed.
10685 * src/output.c (user_actions_output, token_definitions_output,
10686 symbol_destructors_output, symbol_printers_output): Likewise.
10687 * src/reader.c (prologue_augment): Likewise.
10688 * src/scan-gram.l (handle_action_dollar, handle_action_at): Likewise.
10689
10690 * src/vcg.c (output_edge): Don't quote linestyle arg.
10691 Problem reported by twlevo@xs4all.nl.
10692
7eb453ac
PE
106932005-02-28 Paul Eggert <eggert@cs.ucla.edu>
10694
10695 * doc/bison.texinfo (Semantic Tokens): Fix scoping problem in
10696 example, reported by Derek M Jones. Also, make the example even
10697 more outrageous, to better illustrate how bad the problem is.
10698
4c04c52a
PE
106992005-02-24 Paul Eggert <eggert@cs.ucla.edu>
10700
10701 * doc/bison.texinfo (Mfcalc Symtab): Correct the prototype for
10702 putsym. Typo reported by Sebastian Piping.
10703
a61e1620
PE
107042005-02-23 Paul Eggert <eggert@cs.ucla.edu>
10705
10706 * doc/bison.texinfo (Language and Grammar): some -> same
10707 (Epilogue): int he -> in the
10708 Typos reported by Sebastian Piping via Justin Pence.
10709
9ec93868
PE
107102005-02-07 Paul Eggert <eggert@cs.ucla.edu>
10711
10712 * tests/glr-regression.at (Improper handling of embedded actions
10713 and dollar(-N) in GLR parsers): Renamed from "Improper handling of
10714 embedded actions and $-N in GLR parsers", work around an Autoconf bug
10715 with dollar signs in test names.
10716 * tests/input.at (Invalid dollar-n): Renamed from "Invalid \$n",
10717 for a similar reason.
10718
73ce7e7e
PE
107192005-01-28 Paul Eggert <eggert@cs.ucla.edu>
10720
10721 * src/vcg.c (output_graph): G_VIEW -> normal_view in case someone
10722 wants to redefine G_VIEW.
10723
2e72b98e
PE
107242005-01-27 Paul Eggert <eggert@cs.ucla.edu>
10725
10726 * src/vcg.c (get_view_str): Remove case for normal_view.
10727 Problem reported by twlevo@xs4all.nl.
10728
e0d634e5
PE
107292005-01-24 Paul Eggert <eggert@cs.ucla.edu>
10730
ccf830a4
PE
10731 * configure.ac (O0CFLAGS, O0CXXFLAGS): Fix quoting bug.
10732 Problem reported by twlevo@xs4all.nl.
10733
e0d634e5
PE
10734 * doc/bison.texinfo: Change @dircategory from "GNU programming
10735 tools" to "Software development". Requested by Richard Stallman
10736 via Karl Berry.
10737
7bbc8cb0
PE
107382005-01-23 Paul Eggert <eggert@cs.ucla.edu>
10739
10740 * tests/c++.at (AT_CHECK_DOXYGEN): Don't use options after operands.
10741 Problem reported by twlevo@xs4all.nl.
10742
08b770bc
PE
107432005-01-21 Paul Eggert <eggert@cs.ucla.edu>
10744
10745 * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register"
10746 keyword; it's not needed with modern compilers, and it doesn't
10747 affect correctness with older compilers. Suggested by
10748 twlevo@xs4all.nl.
10749
95f22ad2
PE
107502005-01-17 Paul Eggert <eggert@cs.ucla.edu>
10751
10752 * data/glr.c (yyuserAction): Add "default: break;" case to pacify
10753 gcc -Wswitch-default.
10754 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
10755 * data/yacc.c (yyparse): Likewise.
10756
d229d15c
PE
107572005-01-12 Paul Eggert <eggert@cs.ucla.edu>
10758
10759 * src/system.h (OUTPUT_EXT, TAB_EXT): Define only if not defined
10760 already. Let config.h define any nonstandard values.
10761
ecadd90f
PE
107622005-01-10 Paul Eggert <eggert@cs.ucla.edu>
10763
10764 * tests/calc.at (_AT_DATA_CALC_Y): Use alarm (100), not alarm (10),
10765 for the benefit of slower hosts. Problem reported by
10766 Nelson H. F. Beebe.
10767
213744b5
PE
107682005-01-07 Paul Eggert <eggert@cs.ucla.edu>
10769
10770 * data/yacc.c (yyparse): Pacify non-GCC compilers about yyerrorlab
10771 being defined and not used.
10772 * data/lalr1.cc (yyparse): Likewise.
10773 Use "if (false)" rather than "if (0)".
10774
249d3236
PE
107752005-01-05 Paul Eggert <eggert@cs.ucla.edu>
10776
10777 * TODO: Mention that we should allow NUL bytes in tokens.
10778
987cc1fb
PE
107792005-01-02 Paul Eggert <eggert@cs.ucla.edu>
10780
10781 * src/scan-skel.l (<<EOF>>): Don't close standard output.
10782 Problem reported by Hans Aberg.
10783
08fe02d9
PE
107842005-01-01 Paul Eggert <eggert@cs.ucla.edu>
10785
10786 * src/getargs.c (version): Happy new year; update overall
10787 program copyright date from 2004 to 2005.
10788
10789 * src/scan-skel.l ("@output ".*\n): Don't close standard output.
10790 Problem reported by Hans Aberg.
10791 * tests/output.at (AT_CHECK_OUTPUT): New arg SHELLIO.
10792 (Output file names.): Add a test for the case when standard output
10793 is closed.
10794
010c0266
PE
107952004-12-26 Paul Eggert <eggert@cs.ucla.edu>
10796
10797 * doc/bison.texinfo (@copying): Update FDL version number to 1.2,
10798 to fix an oversight in the Bison 2.0 manual.
10799
da12206a
PE
108002004-12-25 Paul Eggert <eggert@cs.ucla.edu>
10801
10802 * NEWS: Version 2.0. Reformat the existing news items since
10803 1.875, so that related items are grouped together.
3a4734aa 10804 * configure.ac (AC_INIT): Bump version to 2.0.
da12206a
PE
10805 * src/parse-gram.c, src/parse-gram.h: Regenerate with 2.0.
10806
c935d934
PE
10807 * tests/torture.at (Exploding the Stack Size with Alloca): Set
10808 YYSTACK_USE_ALLOCA to 1 if __GNUC__ or alloca are defined;
10809 otherwise, we're not testing alloca. Unfortunately there's no
10810 simple way to consult HAVE_ALLOCA here.
10811
da12206a
PE
10812 * data/lalr1.cc (yydestruct_): Pacify unused variable warning
10813 for yymsg, too.
10814
10815 * src/LR0.c (new_itemsets): Use memset rather than zeroing by
10816 hand. This avoids a warning about comparing int to size_t when
10817 GCC warnings are enabled.
10818
0a2c5137
PE
108192004-12-22 Paul Eggert <eggert@cs.ucla.edu>
10820
d7e14fc0
PE
10821 * NEWS: Bison-generated parsers no longer default to using the
10822 alloca function (when available) to extend the parser stack, due
10823 to widespread problems in unchecked stack-overflow detection.
10824 * data/glr.c (YYMAXDEPTH): Remove undef when zero. It's the user's
10825 responsibility to set it to a positive value. This lets the user
10826 specify a value that is not a preprocessor constant.
10827 * data/yacc.c (YYMAXDEPTH): Likewise.
10828 (YYSTACK_ALLOC): Define only if YYSTACK_USE_ALLOCA is nonzero.
10829 * doc/bison.texinfo (Stack Overflow): YYMAXDEPTH no longer needs
10830 to be a compile-time constant. However, explain the constraints on it.
10831 Also, explain the constraints on YYINITDEPTH.
10832 (Table of Symbols): Explain that alloca is no longer the default.
10833 Explain the user's responsibility if they define YYSTACK_USE_ALLOCA
10834 to 1.
10835
0a2c5137
PE
10836 * doc/bison.texinfo (Location Default Action): Mention that n must
10837 be zero when k is zero. Suggested by Frank Heckenbach.
10838
e019c247
AD
108392004-12-22 Akim Demaille <akim@epita.fr>
10840
10841 * data/lalr1.cc (parser::token_number_type, parser::rhs_number_type)
10842 (parser::state_type, parser::semantic_type, parser::location_type):
10843 Private, not public.
10844 (parser::parse): Return ints, not bool.
10845 Returning a bool introduces a problem: 0 corresponds to false, and
10846 it seems weird to return false on success. Returning true changes
10847 the conventions for yyparse.
10848 Alternatively we could return void and send an exception.
10849 There is no clear consensus (yet?).
10850 (state_stack, semantic_stack, location_stack): Rename as...
10851 (state_stack_type, semantic_stack_type, location_stack_type): these.
10852 Private, not public.
10853 * tests/c++.at: New.
10854 * tests/testsuite.at, tests/Makefile.am: Adjust.
10855
72731bb7
AD
108562004-12-21 Akim Demaille <akim@epita.fr>
10857
10858 * data/lalr1.cc (parser::parse): Return a bool instead of an int.
10859
9a0d8bec
AD
108602004-12-21 Akim Demaille <akim@epita.fr>
10861
10862 Don't impose std::string for filenames.
10863
10864 * data/lalr1.cc (b4_filename_type): New.
10865 (position::filename): Use it.
10866 (parser.hh): Move the inclusion of stack.hh and location.hh below
10867 the user code, so that needed headers for the filename type can be
10868 included first.
72731bb7
AD
10869 Forward declare them before the user code.
10870 * tests/Makefile.am (check-local, installcheck-local): Pass
10871 TESTSUITEFLAGS to the TESTSUITE.
9a0d8bec 10872
99880de5
AD
108732004-12-20 Akim Demaille <akim@epita.fr>
10874
10875 Use more STL like names: my_class instead of MyClass.
10876
10877 * data/lalr1.cc (LocationStack, LocationType, RhsNumberType)
10878 (SemanticStack, SemanticType, StateStack, StateType)
10879 (TokenNumberType, Stack, Slice, Traits, Parser::location)
10880 (Parser::value): Rename as...
10881 (location_stack, location_type, rhs_number_type, semantic_stack)
10882 (semantic_type, state_stack, state_type, token_number_type, stack)
10883 (slice, traits, parser::yylloc, parser::yylval): these.
10884
10885 * tests/calc.at, tests/regression.at, tests/actions.at: Adjust.
10886
9bec482e
PE
108872004-12-19 Paul Eggert <eggert@cs.ucla.edu>
10888
10889 * data/glr.c (YYLLOC_DEFAULT): Use GNU spacing conventions.
10890 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
10891
f6fbd3da
PE
108922004-12-17 Paul Eggert <eggert@cs.ucla.edu>
10893
10894 Remove uses of 'short int' and 'unsigned short int'. This raises
10895 some arbitrary limits. It uses more memory but nowadays that's
10896 not much of an issue.
10897
10898 This change does not affect the generated parsers; that's a different
10899 task, as some users will want to conserve memory there.
10900
10901 Ideally we should use size_t to represent all object counts, and
10902 something like ptrdiff_t to represent signed differences of object
10903 counts; but that will require more code-cleanup than I have the
10904 time to do right now.
10905
10906 * src/LR0.c (allocate_itemsets, new_itemsets, save_reductions):
10907 Use size_t, not int or short int, to count objects.
10908 * src/closure.c (nritemset, closure): Likewise.
10909 * src/closure.h (nritemset, closure): Likewise.
10910 * src/nullable.c (nullable_compute): Likewise.
10911 * src/print.c (print_core): Likewise.
10912 * src/print_graph.c (print_core): Likewise.
10913 * src/state.c (state_compare, state_hash): Likewise.
10914 * src/state.h (struct state): Likewise.
10915 * src/tables.c (default_goto, goto_actions): Likewise.
10916
10917 * src/gram.h (rule_number, rule): Use int, not short int.
10918 * src/output.c (prepare_rules): Likewise.
10919 * src/state.h (state_number, STATE_NUMBER_MAXIMUM, transitions,
10920 errs, reductions): Likewise.
10921 * src/symtab.h (symbol_number, SYMBOL_NUMBER_MAXIMUM, struct symbol):
10922 Likewise.
10923 * src/tables.c (vector_number, tally, action_number,
10924 ACTION_NUMBER_MINIMUM): Likewise.
10925 * src/output.c (muscle_insert_short_int_table): Remove.
10926
efeed023
AD
109272004-12-17 Akim Demaille <akim@epita.fr>
10928
10929 * data/lalr1.cc: Extensive Doxygenation.
10930 (error_): Rename as...
10931 (error): this, since it is visible to the user.
10932 Adjust callers.
10933 (Parser::message): Now an automatic variable from...
10934 (Parser::yyreport_syntax_error_): here.
10935 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust to
10936 Parser::error.
10937 * tests/input.at: Escape $.
10938
bc82c5a5
PE
109392004-12-16 Paul Eggert <eggert@cs.ucla.edu>
10940
10941 * data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location):
10942 Parenthesize rhs to avoid obscure problems with mistakes like
10943 "foo$$bar = foo$1bar;". Problem reported by twlevo at xs4all.
10944 * data/lalr1.cc (b4_lhs_value, b4_rhs_value, b4_lhs_location,
10945 b4_rhs_location): Likewise.
10946 * data/yacc.c (b4_lhs_value, b4_rhs_value, b4_lhs_location,
10947 b4_rhs_location): Likewise.
10948
fd19f271
AD
109492004-12-16 Akim Demaille <akim@epita.fr>
10950
10951 * data/lalr1.cc (yyreport_syntax_error_): Catch up with glr.c and
10952 yacc.c: be sure to stay within yycheck_.
10953 * tests/actions.at: Re-enable C++ tests.
10954
10454ea4
AD
109552004-12-16 Akim Demaille <akim@epita.fr>
10956
10957 * src/print_graph.c (print_graph): Remove layoutalgorithm uses for
10958 real.
10959
c5b95ccf
AD
109602004-12-16 Akim Demaille <akim@epita.fr>
10961
10962 Use #define to handle the %name-prefix.
10963
10964 * data/glr.c, data/yacc.c: Comment changes.
10965 * data/lalr1.cc (yylex): Use #define to select the name of yylex,
10966 so that one can refer to yylex in the parser file, and have it
10967 renamed, as is the case with other skeletons.
10968
617a8f12
AD
109692004-12-16 Akim Demaille <akim@epita.fr>
10970
10971 Move lalr1.cc internals into yy*.
10972
10973 * data/lalr1.cc (semantic_stack_, location_stack_, state_stack_)
10974 (semantic_stack_, location_stack_, pact_, pact_ninf_, defact_)
10975 (pgoto_, defgoto_, table_, table_ninf_, check_, stos_, r1_, r2_)
10976 (name_, rhs_, prhs_, rline_, token_number_, eof_, last_, nnts_)
10977 (empty_, final_, terror_, errcode_, ntokens_)
10978 (user_token_number_max_, undef_token_, n_, len_, state_, nerrs_)
10979 (looka_, ilooka_, error_range_, nerrs_):
10980 Rename as...
10981 (yysemantic_stack_, yylocation_stack_, yystate_stack_)
10982 (yysemantic_stack_, yylocation_stack_, yypact_, yypact_ninf_)
10983 (yydefact_, yypgoto_, yydefgoto_, yytable_, yytable_ninf_)
10984 (yycheck_, yystos_, yyr1_, yyr2_, yyname_, yyrhs_, yyprhs_)
10985 (yyrline_, yytoken_number_, yyeof_, yylast_, yynnts_, yyempty_)
10986 (yyfinal_, yyterror_, yyerrcode_, yyntokens_)
10987 (yyuser_token_number_max_, yyundef_token_, yyn_, yylen_, yystate_)
10988 (yynerrs_, yylooka_, yyilooka_, yyerror_range_, yynerrs_):
10989 these.
10990
1e547e6e
PE
109912004-12-15 Paul Eggert <eggert@cs.ucla.edu>
10992
10993 Fix some problems reported by twlevo at xs4all.
10994 * src/symtab.c (symbol_new): Report an error if the input grammar
10995 contains too many symbols. This is better than calling abort() later.
10996 * src/vcg.h (enum layoutalgorithm): Remove. All uses removed.
10997 (struct node, struct graph):
10998 Rename member expand to stretch. All uses changed.
10999 (struct graph): Remove member layoutalgorithm. All uses removed.
11000 * src/vcg.c (get_layoutalgorithm_str): Remove. All uses removed.
11001 * src/vcg_defaults.h (G_STRETCH): Renamed from G_EXPAND.
11002 All uses changed.
11003 (N_STRETCH): Rename from N_EXPAND. All uses changed.
11004
735d6bd4
AD
110052004-12-15 Akim Demaille <akim@epita.fr>
11006
11007 * data/lalr1.cc: Normalize /** \brief ... */ to ///.
11008 Add more Doxygen comments.
11009 (symprint_, stack_print_, reduce_print_, destruct_, pop)
11010 (report_syntax_error_, translate_): Rename as...
11011 (yysymprint_, yystack_print_, yyreduce_print_, yydestruct_)
11012 (yypop_, yyreport_syntax_error_, yytranslate_): this.
11013
2e1f5829
AD
110142004-12-15 Akim Demaille <akim@epita.fr>
11015
11016 * data/lalr1.cc (lex_): Rename as...
11017 (yylex_): this.
11018 Move the trace here.
11019 Take the %name-prefix into account.
11020 Reported by Alexandre Duret-Lutz.
11021
a3cb6248
AD
110222004-12-15 Akim Demaille <akim@epita.fr>
11023
11024 Simplify the C++ parser constructor.
11025
11026 * data/lalr1.cc (debug_): Rename as...
11027 (yydebug_): so that the parser's internals are always in the yy*
11028 pseudo namespace.
11029 Adjust uses.
11030 (b4_parse_param_decl): Remove the leading comma as it is now only
11031 called as unique argument list.
11032 (Parser::Parser): Remove the constructor accepting a location and
11033 an initial debugging level.
11034 Remove from the other ctor the argument for the debugging level.
11035 (debug_level_type, debug_level, set_debug_level): New.
11036
11037 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust
11038 constructor calls.
11039
07fed891
AD
110402004-12-15 Akim Demaille <akim@epita.fr>
11041
11042 Remove b4_root related material: failure experiment
a3cb6248 11043 (which goal was to allow to derive from a class).
07fed891
AD
11044
11045 * data/lalr1.cc (b4_root, b4_param, b4_constructor): Remove
11046 definitions and uses.
11047
e603eaa5
PE
110482004-12-14 Paul Eggert <eggert@cs.ucla.edu>
11049
11050 * data/glr.c (struct yyGLRStack): yyerror_range now has 3 items,
11051 not 2, since it's not portable to subtract 1 from the start of an
11052 array. The new item 0 is never set or used. All uses changed.
11053
11054 (yyrecoverSyntaxError): Use YYLLOC_DEFAULT instead of assuming
11055 the default definition of YYLLOC_DEFAULT. Problem reported
11056 by Frank Heckenbach.
11057
fafb007d
PE
110582004-12-12 Paul Eggert <eggert@cs.ucla.edu>
11059
11060 * data/glr.c (YYRHSLOC): Don't have two definitions, one for
11061 the normal case and one for the error case. Just use the
11062 first one uniformly. Problem reported by Frank Heckenbach.
11063 (YYLLOC_DEFAULT): Use the conventions of yacc.c, so we can
11064 use exactly the same macro in both places.
11065 (yyerror_range): Now of type yyGLRStackItem, not YYLTYPE,
11066 so that the normal-case YYRHSLOC works for the error case too.
11067 All uses changed.
11068 * data/yacc.c (YYRHSLOC): New macro, taken from glr.c.
11069 (YYLLOC_DEFAULT): Use the same macro as glr.c.
11070 * doc/bison.texinfo (Location Default Action): Don't claim that
11071 we have an array of locations. Use the same macro for both glr
11072 and lalr parsers. Mention YYRHSLOC. Mention what happens when
11073 the index is 0.
11074
48814dcd
PE
110752004-12-10 Paul Eggert <eggert@cs.ucla.edu>
11076
a4e1a53b
PE
11077 * HACKING: Update email addresses to send announcements to.
11078
48814dcd
PE
11079 * configure.ac (AC_INIT): Bump version to 1.875f.
11080
337116ba
PE
110812004-12-10 Paul Eggert <eggert@cs.ucla.edu>
11082
11083 * NEWS: Version 1.875e.
11084 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875e.
11085
11086 * src/scan-skel.l: Include "complain.h", for "fatal".
11087
11088 * src/relation.h (relation_print, relation_digraph):
11089 Relation sizes are of type relation_node, not size_t (this is
11090 merely a doc fix, since the two types are equivalent).
11091 (relation_transpose): Relation sizes are of type relation_node,
11092 not int.
11093 * src/relation.c: Likewise.
11094 (top, infinity): Now of type relation_node, not int.
11095 (traverse, relation_transpose): Use relation_node, not int.
11096
11097 * data/glr.c (yyuserAction, yyrecoverSyntaxError): Mark args
11098 with ATTRIBUTE_UNUSED if they're not used, to avoid GCC warning.
11099 (yyparse): Remove unused local introduced in 2004-10-25 patch.
11100
11101 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): New arg
68b082af 11102 specifying whether the test should be skipped. Use it tp
337116ba 11103 specify that the [%defines %skeleton "lalr1.cc"] tests currently
68b082af 11104 fail on some hosts, and should be skipped.
337116ba 11105
da2a7671
PE
111062004-12-08 Paul Eggert <eggert@cs.ucla.edu>
11107
11108 * src/system.h (CALLOC, MALLOC, REALLOC): Remove. All callers
11109 changed to use xcalloc, xnmalloc, xnrealloc, respectively,
11110 unless otherwise specified below.
11111
11112 * src/LR0.c (allocate_itemsets): Use xnmalloc, not xcalloc,
11113 to allocate kernel_base, kernel_items, kernel_size, since
11114 they needn't be initialized to 0.
11115 (allocate_storgae): Likewise, for shiftset, redset, shift_symbol.
11116 * src/closure.c (new_closure): Likewise, for itemset.
11117 * src/derives.c (derives_compute): Likewise, for delts, derives, q.
11118 * src/lalr.c (set_goto_map): Likewise, for temp_map.
11119 (initialize_F): Likewise, for reads, edge, reads[i], includes[i].
11120 (build_relations): Likewise for edge, states1, includes.
11121 * src/nullable.c (nullable_compute): Likewise, for squeue, relts.
11122 * src/reader.c (packgram): Likewise, for ritem, rules.
11123 * src/reduce.c (nonterminals_reduce): Likewise for nontermmap.
11124 * src/relation.c (relation_digraph): Likewise for VERTICES.
11125 (relation_transpose): Likewise for new_R, end_R.
11126 * src/symtab.c (symbols_token_translations_init): Likewise for
11127 token_translations.
11128 * src/tables.c (save_row): Likewise for froms, tos, conflict_tos.
11129 (token_actions): Likewise for yydefact, actrow, conflrow,
11130 conflict_list.
11131 (save_column): Likewise for froms[symno], tos[symno].
11132 (goto_actions): Likewise for state_count.
11133 (pack_table): Likewise for base, pos, check.
11134 (tables_generate): Likewise for width.
11135
11136 * src/LR0.c (set_states): Don't reuse kernel_size and kernel_base
11137 for initial core. Just have a separate core, so we needn't worry
11138 about whether kernel_size and kernel_base are initialized.
11139
11140 * src/LR0.c (shift_symbol, redset, shiftset, kernel_base,
11141 kernel_size, kernel_items): Remove unnecessary initialization.
11142 * src/conflicts.c (conflicts): Likewise.
11143 * src/derives.c (derives): Likewise.
11144 * src/muscle_tablc (muscle_insert): Likewise.
11145 * src/relation.c (relation_digraph): Likewise.
11146 * src/tables.c (froms, tos, conflict_tos, tally, width, actrow, order,
11147 conflrow, conflict_table, conflict_list, table, check):
11148 Likewise.
11149
11150 * src/closure.c (new_closure): Arg is of type unsigned int, not int.
11151 This is because all callers pass unsigned int.
11152 * src/closure.h (new_closure): Likewise.
11153
11154 * src/lalr.c (initialize_F): Initialize reads[i] in all cases.
11155 (build_relations): Initialize includes[i] in all cases.
11156 * src/reader.c (packgram): Always initialize rules[ruleno].prec
11157 and rules[ruleno].precsym. Initialize members in order.
11158 * src/relation.c (relation_transpose): Always initialize new_R[i]
11159 and end_R[i].
11160 * src/table.c (conflict_row): Initialize 0 at end of conflict_list.
11161
11162 * src/output.c (prepare_actions): Pass 0 instead of conflict_list[0];
11163 conflict_list[0] was always 0, but now it isn't initialized.
11164
11165 * src/table.c (table_grow): When conflict_table grew, the grown
11166 area wasn't cleared. Fix this.
11167
11168 * lib/.cvsignore: Add strdup.c, strdup.h.
11169 * m4/.cvsignore: Add strdup.m4.
11170
00baeeac
PE
111712004-12-07 Paul Eggert <eggert@cs.ucla.edu>
11172
11173 * src/lalr.h (GOTO_NUMBER_MAXIMUM): New macro.
11174 * src/lalr.c (set_goto_map): Don't allow ngotos to equal
11175 GOTO_NUMBER_MAXIMUM, since we occasionally compute
11176 ngotos + 1 without checking for overflow.
11177 (build_relations): Use END_NODE, not -1, to denote end of edges.
11178 * src/lalr.c (set_goto_map, map_goto, initialize_F, add_loopback_edge,
11179 build_relations): Use goto_number, not int, for goto numbers.
11180 * src/tables.c (save_column, default_goto): Likewise.
11181
be3d9d42
AD
111822004-11-23 Akim Demaille <akim@epita.fr>
11183
11184 * data/lalr1.cc (YYSTYPE): Define it as is done for C, instead
11185 of #defining from yystype.
11186 Don't typedef yystype, C++ does not need it.
11187 This lets it possible to forward declare it as union.
11188
78e526d5
PE
111892004-11-23 Paul Eggert <eggert@cs.ucla.edu>
11190
11191 * bootstrap (gnulib_modules): Add extensions.
11192 Problem reported by Jim Meyering.
11193
afbb696d
PE
111942004-11-22 Paul Eggert <eggert@cs.ucla.edu>
11195
11196 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c,
11197 src/lalr.c, src/nullable.c, src/relation.c, src/scan-skel.l,
11198 src/system.h, src/tables.c: XFREE -> free, to accommodate
11199 recent change to gnulib xalloc.h.
78e526d5 11200 Problem reported by Jim Meyering.
afbb696d 11201
c1f8f16a
AD
112022004-11-17 Akim Demaille <akim@epita.fr>
11203
11204 * data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings.
11205
db7e5eb5 112062004-11-17 Akim Demaille <akim@epita.fr>,
9a1e9989
AD
11207 Alexandre Duret-Lutz <adl@gnu.org>
11208
11209 * data/lalr1.cc (Parser::yycdebug_): New, a pointer, to allow
11210 changes.
11211 (YYCDEBUG): Adjust.
11212 Use it instead of cdebug_.
11213 (Parser::debug_stream, Parser::set_debug_stream): New.
11214 (Parser::symprint_): Define cdebug_ for temporary backward
11215 compatibility.
11216 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use
11217 debug_stream ().
11218
68e11668
AD
112192004-11-17 Akim Demaille <akim@epita.fr>
11220
11221 * data/lalr1.cc (Parser:print_): Remove, use %printer instead.
11222 * tests/regression.at (_AT_DATA_DANCER_Y): Adjust.
11223 * tests/calc.at (_AT_DATA_CALC_Y): Ditto.
11224 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
11225
97cbc73e
PE
112262004-10-27 Paul Eggert <eggert@cs.ucla.edu>
11227
11228 * data/glr.c (yyloc_default): Remove; not used.
11229 Problem reported by Frank Heckenbach.
11230
e342c3be
AD
112312004-10-25 Akim Demaille <akim@epita.fr>
11232
11233 * data/glr.c (YYRHSLOC): Move its definition next to its uses.
11234 Introduce another definition to address simple location arrays.
11235 (yyGLRStack): New member: yyerror_range.
11236 (yyrecoverSyntaxError, yyparse): Update it.
11237 (yyrecoverSyntaxError): Use it when shifting the error token to
11238 have an accurate range, equivalent to the one computed by both
11239 yacc.c and lalr1.cc.
11240 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Change its yylex so
11241 that column numbers start at column 0, as per GNU Coding
11242 Standards, the others tests, and the doc.
11243 (_AT_RESOLVED_GLR_OUTPUT_WITH_LOC, _AT_AMBIG_GLR_OUTPUT_WITH_LOC):
11244 Adjust to the above change (first column is 0).
11245 And adjust the location of the "<error>", now covering the whole
11246 line.
11247
93602feb 112482004-10-22 Akim Demaille <akim@epita.fr>
04098407 11249 and Paul Eggert <eggert@cs.ucla.edu>
93602feb
PE
11250
11251 Remove some arbitrary limits on goto numbers and relations.
11252 * src/lalr.c (goto_map, ngotos, from_state, to_state): Omit
11253 initial values, since they're never used.
11254 (set_goto_map): ngotos is now unsigned, so test for overflow
11255 by seeing whether it wraps around to zero.
11256 * src/lalr.h (goto_number): Now size_t, not short int.
11257 (GOTO_NUMBER_MAXIMUM): Remove.
11258 * src/relation.c (relation_print, traverse, relation_transpose):
11259 Check for END_NODE rather than looking at sign.
11260 * src/relation.h (END_NODE): New macro.
11261 (relation_node): Now size_t, not short int.
11262
dba08b04
PE
112632004-10-22 Paul Eggert <eggert@cs.ucla.edu>
11264
11265 * doc/bison.texinfo (Language and Grammar): In example, "int" is a
11266 keyword, not an identifier. Problem reported by Baron Schwartz in
11267 <http://lists.gnu.org/archive/html/bug-bison/2004-10/msg00017.html>.
11268
df09ef2e
AD
112692004-10-11 Akim Demaille <akim@epita.fr>
11270
11271 * src/symtab.c (symbol_check_alias_consistency): Also check
11272 type names, destructors, and printers.
11273 Reported by Alexandre Duret-Lutz.
11274 Recode the handling of associativity and precedence in terms
11275 of symbol_precedence_set.
11276 Accept no redeclaration at all, not even equal to the previous
11277 value.
11278 (redeclaration): New.
11279 Use it to factor redeclaration complaints.
11280 (symbol_make_alias): Don't set the type of the alias, let
11281 symbol_check_alias_consistency do it as for other features.
11282 * src/symtab.h (symbol): Add new member prec_location, and
11283 type_location.
11284 * src/symtab.c (symbol_precedence_set, symbol_type_set): Set them.
11285 * tests/input.at (Incompatible Aliases): New.
11286
146bc99d
PE
112872004-10-09 Paul Eggert <eggert@cs.ucla.edu>
11288
11289 .cvsignore fixes to accommodate gnulib changes,
11290 and the practice of naming build directories "_build".
11291 * .cvsignore: Add "_*". Sort.
11292 * lib/.cvsignore: Add getopt_.h, xalloc-die.c.
11293 * m4/.cvsignore: Add "*_gl.m4".
11294
e503aa60
AD
112952004-10-06 Akim Demaille <akim@epita.fr>
11296
11297 * src/parse-gram.y (add_param): Fix the truncation of trailing
11298 spaces.
11299
b4a20338
AD
113002004-10-05 Akim Demaille <akim@epita.fr>
11301
11302 In Bison 1.875's yacc.c, YYLLOC_DEFAULT was called regardless
11303 whether the reducion was empty or not. This leaves room to
11304 improve the use of YYLLOC_DEFAULT in such a case.
11305 lalr1.cc is still experimental, so changing this is acceptable.
11306 And finally, there are probably not many users who changed the
11307 handling of locations in GLR, so changing is admissible too.
11308
11309 * data/glr.c, data/lalr1.cc, data/yacc.c (YYLLOC_DEFAULT): On an
11310 empty reduction, set @$ to an empty location ending the previously
11311 stacked symbol.
11312 Adjust uses to make sure the code is triggered on empty
11313 reductions.
11314 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust the
11315 expected output: empty reductions have empty locations.
11316
f85a5e6f
AD
113172004-09-29 Akim Demaille <akim@epita.fr>
11318
11319 * data/lalr1.cc: Move towards a more standard C++ coding style
11320 for templates: Class < T > -> Class<T>.
11321
b203fc2c
AD
113222004-09-29 Akim Demaille <akim@epita.fr>
11323
11324 * data/lalr1.cc: Reinstall the former ctor, for sake of
11325 compatibility, but warn it will be removed.
11326 Move towards a more standard C++ coding style (i.e., type *var ->
11327 type* var).
11328
5b7e1e73
PE
113292004-09-27 Paul Eggert <eggert@cs.ucla.edu>
11330
3fee967f
PE
11331 * src/parse-gram.y (add_param): Rewrite to avoid strchr,
11332 since it's less likely to work if NULs are involved in the future.
5b7e1e73 11333
0dcca5c2
AD
113342004-09-27 Akim Demaille <akim@epita.fr>
11335
11336 * data/yacc.c (YY_LOCATION_PRINT): Fix its default declaration.
11337
6dde1c82
AD
113382004-09-27 Akim Demaille <akim@epita.fr>
11339
11340 * data/lalr1.cc (b4_parse_param_decl_1): New.
b203fc2c 11341 (b4_parse_param_decl): Use it to have different names between attribute
6dde1c82
AD
11342 and argument names.
11343 (b4_cc_constructor_call): Likewise.
11344
b233d555
AD
113452004-09-24 Akim Demaille <akim@epita.fr>
11346
11347 * src/parse-gram.y (add_param): Strip the leading and trailing
11348 blanks from a formal argument declaration.
11349 (YY_LOCATION_PRINT): New.
11350
619404e3
AD
113512004-09-24 Akim Demaille <akim@epita.fr>
11352
11353 * data/c.m4 (b4_yysymprint_generate): Move the YYINPUT invocation
11354 after the location.
11355
dd8d9022
AD
113562004-09-24 Akim Demaille <akim@epita.fr>
11357
11358 * doc/bison.texinfo (Table of Symbols): Sort.
11359
0092f063
AD
113602004-09-21 Akim Demaille <akim@epita.fr>
11361
11362 * data/yacc.c, data/glr.c (b4_at_dollar, b4_dollar_dollar): Remove
11363 the useless parentheses.
11364 Suggested by Paul Eggert.
11365
451364ed
AD
113662004-09-20 Akim Demaille <akim@epita.fr>
11367
11368 Let the initial-action act on the look-ahead, and use it for the
11369 "initial push" (corresponding to an hypothetical beginning-of-file).
11370 And let lalr1.cc honor %initial-action.
11371
11372 * doc/bison.texinfo (Initial Action Decl): Clarify, and add an
11373 example.
11374 * data/lalr1.cc (Parser::initlocation_): Remove, bad experiment.
11375 (Parser::Parser): Remove the ctor that used to initialize it.
11376 (Parser::parse): Like in the other skeletons, issue the "starting
11377 parse" message before any action.
11378 Honor %initial-action.
11379 Initialize the stacks with the lookahead.
11380 * data/yacc.c: Let $$ and @$ in %initial-action designate the
11381 look-ahead.
11382 Push them in the stacks.
11383 * tests/actions.at, tests/calc.at: Adjust the C++ ctor invocations.
11384
18d192f0
AD
113852004-09-20 Akim Demaille <akim@epita.fr>
11386
11387 * doc/bison.texinfo (Initial Action Decl): New.
11388
b8458aa5
AD
113892004-09-20 Akim Demaille <akim@epita.fr>
11390
11391 * data/yacc.c (YY_LOCATION_PRINT): Use YYLTYPE_IS_TRIVIAL as a
11392 clearer criterion to define it.
11393 (parse): Initialize the initial location when YYLTYPE_IS_TRIVIAL.
11394 When reducing on an empty RHS, use the latest stacked location as
11395 location.
11396 yylloc is not always available.
11397 * data/glr.c: Likewise.
11398 Also, honor initial-actions.
11399
3fc16193
AD
114002004-09-20 Akim Demaille <akim@epita.fr>
11401
11402 * data/yacc.c (YY_LOCATION_PRINT): New.
11403 Define when we know YYLTYPE's structure, i.e., when the default
11404 YYLLOC_DEFAULT is used.
11405 * data/c.m4 (b4_yysymprint_generate): Use it.
11406 * data/lalr1.cc (YYLLOC_DEFAULT): Stop relying on the initial
11407 value of the result.
11408 (error_start_): Replace with...
11409 (error_range_): this location array.
11410 This allows to replace code relying on the implementation of
11411 locations by portable code.
11412 * data/yacc.c (yylerrsp): Replace with...
11413 (yyerror_range): this.
11414 Every time a token is popped, update yyerror_range[0], to have an
11415 accurate location for the error token.
11416 * data/glr.c (YY_LOCATION_PRINT): New.
11417 (yyprocessOneStack): Fix an invocation of YY_SYMBOL_PRINT:
11418 deference a pointer.
11419 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): No longer
11420 report the location in %printers.
11421
11422 * src/scan-skel.l: Instead of abort, report error messages to ease
11423 understanding skeleton scanning failures.
11424
ecfe33e7
AD
114252004-09-16 Akim Demaille <akim@epita.fr>
11426
11427 * data/lalr1.cc (Stack::Iterator, Stack::ConstIterator): Rename as...
11428 (iterator, const_iterator): these, to be more in the C++ spirit.
11429 Also, return reverse iterators so that when displaying the stack
11430 we display its bottom first.
11431 (Parser::stack_print_, Parser::reduce_print_): Match the messages
11432 from yacc.c.
11433 We should probably use vector here though.
11434
1576d44d
AD
114352004-09-16 Akim Demaille <akim@epita.fr>
11436
11437 Have more complete shift traces.
11438
11439 * data/yacc.c, data/lalr1.c, data/glr.c: Use YY_SYMBOL_PRINT
11440 to report Shifts instead of ad hoc YYDPRINTF invocations,
11441 including for the error token.
11442 * data/lalr1.cc (symprint_): Output the location.
11443 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): In C++, don't
11444 output the location within the %printer.
11445 Activate GLR tests, at least to make sure they compile properly.
11446 They still don't pass though.
11447 * tests/calc.at: Adjust expect verbose output, since now "Entering
11448 state..." is on a different line than the "Shifting" message.
11449
9c66f418
AD
114502004-09-08 Akim Demaille <akim@epita.fr>
11451
11452 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Move the
11453 Bison directive from the Bison file to the invocation of this
11454 macro, so that these directives are passed to
11455 AT_BISON_OPTION_PUSHDEFS to get correct help macros.
11456 Use these helping macros (e.g., AT_LOC, AT_VAL and so forth).
11457 Move the AT_SETUP/AT_CLEANUP outside, to report as test title
11458 the extra Bison directives instead of the whole series.
11459 Change the grammar so that there are recoverable errors, and
11460 unrecoverable errors. Now we can have the parser give up before
11461 consuming the whole input. As a result we now can observe that
11462 the lookahead is freed when needed.
11463 Change the parser source to parse argv[1] instead of a hard coded
11464 string.
11465 Simplify yylex, and give a value and location to EOF.
11466 Simplify some invocations of AT_CHECK_PRINTER_AND_DESTRUCTOR that
11467 passed directives already coded in the file.
11468 Add some tests to check the location of "error".
11469 For some tests, the C++ parser is correct, and not yacc.c.
11470 For other tests, they provide different, but unsatisfying, values,
11471 so keep the C++ value so that at least one parser is "correct"
11472 according to the test suite.
11473 (Actions after errors): Remove, this is subsumed by the
11474 AT_CHECK_PRINTER_AND_DESTRUCTOR series.
11475
52d5733f
AD
114762004-09-06 Akim Demaille <akim@epita.fr>
11477
11478 * data/lalr1.cc: Adjust the indentation of the labels.
04098407 11479 (Parser::pop): New.
52d5733f
AD
11480 Use it.
11481
a0e68930
AD
114822004-09-06 Akim Demaille <akim@epita.fr>
11483
11484 * data/yacc.cc, data/glr.cc (yydestruct): Accept an additional
11485 argument, an informative message.
11486 Call YY_SYMBOL_PRINT.
11487 Adjust all callers: integrate the associated YY_SYMBOL_PRINT.
11488 * data/lalr1.cc (destruct_): Likewise.
11489 In addition, no longer depend on b4_yysymprint_generate and
11490 b4_yydestruct_generate to generate these functions, do it "by
11491 hand".
11492
e757bb10
AD
114932004-09-03 Akim Demaille <akim@epita.fr>
11494
11495 * data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was
11496 invoked, yydestruct the lookahead.
11497 * tests/calc.at (Calculator $1): Update the expected lengths of
11498 traces: there is an added line for the discarded lookahead.
11499 * doc/bison.texinfo (Destructor Decl): Some rewording.
11500 Define "discarded" symbols.
11501
0fe1f06d
AD
115022004-09-02 Akim Demaille <akim@epita.fr>
11503
11504 * data/lalr1.cc (translate_, destruct_): No reason to be static.
11505
284acc8b
AD
115062004-09-02 Akim Demaille <akim@epita.fr>
11507
11508 * data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used.
11509 (YYDSYMPRINTF): Rename as...
11510 (YY_SYMBOL_PRINT): this.
11511 * data/lalr1.cc (YY_SYMBOL_PRINT): New, modeled after the previous
11512 two.
11513 Use it instead of direct symprint_ calls.
11514 (yybackup): Tweak the "Now at end of input" case to match yacc.c's
11515 one.
11516
a5eb1ed2
AD
115172004-09-02 Akim Demaille <akim@epita.fr>
11518
b7c72fe1
AD
11519 * data/lalr1.cc (b4_yysymprint_generate): New.
11520 (symprint_): New member function, defined when YYDEBUG.
11521 Use it consistently instead of token/nterm debugging output by
11522 hand.
a5eb1ed2
AD
11523 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust
11524 %printer calls to use cdebug_ when using lalr1.cc.
11525
417141dd
AD
115262004-08-30 Florian Krohm <florian@edamail.fishkill.ibm.com>
11527
11528 * data/glr.c: Guard the declarations of yypstack and yypdumpstack
11529 with #ifdef YYDEBUG.
11530
2fa09258
AD
115312004-08-26 Akim Demaille <akim@epita.fr>
11532
11533 * doc/bison.texinfo (Implementing Loops): Rename as...
11534 (Implementing Gotos/Loops): this.
11535
9378b508
PE
115362004-08-13 Paul Eggert <eggert@cs.ucla.edu>
11537
11538 Adjust to latest gnulib.
11539 * bootstrap (gnulib_modules): Add xalloc-die.
11540 Set LC_ALL=C so that file names sort consistently.
11541 Prefer the gnulib copies of gettext.m4, glibc21.m4,
11542 inttypes_h.m4, lib-ld.m4, lib-prefix.m4, po.m4, stdint_h.m4,
11543 uintmax_t.m4, ulonglong.m4.
11544 (intl_files_to_remove): Add gettext.m4, lib-ld.m4, lib-prefix.m4,
11545 po.m4 since we are now using _gl.m4 instead.
11546
87a8ad5c
PE
115472004-08-10 Florian Krohm <florian@edamail.fishkill.ibm.com>
11548
11549 * src/scan-action.l: Remove. Scanning of semantic actions is
11550 handled in scan-gram.l.
11551
dca81a78
PE
115522004-08-07 Florian Krohm <florian@edamail.fishkill.ibm.com>
11553
11554 * src/scan-gram.l (handle_syncline): Use uniqstr_new not xstrdup.
11555
11556 * src/location.h (struct): The file member is a uniqstr.
11557 (equal_boundaries): Use UNIQSTR_EQ for comparison.
11558
c9cbf7c5
PE
115592004-07-22 Paul Eggert <eggert@cs.ucla.edu>
11560
11561 Fix bug with non-%union parsers that have printers or destructors,
11562 which led to a Bison core dump. Reported by Peter Fales in
11563 <http://lists.gnu.org/archive/html/bug-bison/2004-07/msg00014.html>.
2fa09258 11564
c9cbf7c5
PE
11565 * data/c.m4 (b4_symbol_actions): Don't assume %union was used.
11566 * data/lalr1.cc (yystype) [defined YYSTYPE]: Define to YYSTYPE,
11567 not to our own type.
11568 * src/output.c (symbol_destructors_output, symbol_printers_output):
11569 Don't assume %union.
11570 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR,
11571 AT_CHECK_PRINTER_AND_DESTRUCTOR): New argument
11572 UNION-FLAG. All callers changed.
11573 (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't assume %union.
11574 Use type char, not unsigned int, when declaring an array of char;
11575 this lets us remove a cast.
11576 (Printers and Destructors): Add non-%union test cases.
11577
fa7e68c3
PE
115782004-06-21 Paul Eggert <eggert@cs.ucla.edu>
11579
11580 * doc/bison.texinfo: Minor editorial changes, mostly to the new
11581 GLR writeups. E.g., avoid frenchspacing and the future tense,
11582 change "lookahead" to "look-ahead", and change "wrt" to "with
11583 respect to".
2fa09258 11584
fa7e68c3
PE
115852004-06-21 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
11586
11587 * doc/bison.texinfo (Merging GLR Parses, Compiler Requirements):
11588 New sections, split off from the GLR Parsers section. Put the new
11589 Simple GLR Parser near the start of the GLR section, for clarity.
11590 Rewrite connective text.
11591
99a9344e
PE
115922004-06-21 Frank Heckenbach <frank@g-n-u.de>
11593
11594 * doc/bison.texinfo (Simple GLR Parsers): New section.
11595
8dd162d3
PE
115962004-06-21 Paul Eggert <eggert@cs.ucla.edu>
11597
11598 * NEWS, TODO, doc/bison.texinfo:
11599 Use "look-ahead" instead of "lookahead", to be consistent.
11600 * REFERENCES: Fix incorrect reference to DeRemer and Pennello,
11601 while we're fixing "look-ahead".
11602 * src/conflicts.c (shift_set): Renamed from shiftset.
11603 (look_ahead_set): Renamed from lookaheadset.
11604 * src/print.c: Likewise.
11605 * src/getargs.c (report_args): Add "look-ahead" as the new canonical
11606 name for "lookahead".
11607 (report_types, usage): Likewise.
11608 * src/getargs.h (report_look_ahead_tokens): Renamed from
11609 report_lookaheads.
11610 * src/lalr.c (compute_look_ahead_tokens): Renamed from
11611 compute_lookaheads.
11612 (state_look_ahead_tokens_count): Renamed from state_lookaheads_count.
11613 (look_ahead_tokens_print): Renamed from lookaheads_print.
11614 * src/state.c (state_rule_look_ahead_tokens_print): Renamed from
11615 state_rule_lookaheads_print.
11616 * src/state.h: Likewise.
11617 (reductions.look_ahead_tokens): Renamed from lookaheads.
11618 * tests/torture.at (AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR): Renamed from
11619 AT_DATA_LOOKAHEADS_GRAMMAR.
11620
57a90331
PE
116212004-06-03 Paul Eggert <eggert@cs.ucla.edu>
11622
11623 * README: Update location of patched M4 distribution.
11624
8ed3234a
PE
116252004-05-30 Albert Chin-A-Young <china@thewrittenword.com>
11626
11627 Don't assume the C++ compiler takes the same arguments as the C compiler
11628 (trivial change).
11629 * configure.ac (O0CXXFLAGS): New var.
11630 * tests/atlocal.in (CXXFLAGS): Use it.
11631
07971983
PE
116322004-05-29 Paul Eggert <eggert@cs.ucla.edu>
11633
11634 Fix some "make check" problems with C++ reported by
11635 Albert Chin-A-Young for Tru64 C++ in this thread:
11636 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00049.html
11637
11638 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check for std::cerr.
11639 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
11640 Output to a .cc file for C++, not to a .c file.
11641 * tests/calc.at (AT_CHECK_CALC): Likewise.
11642 * tests/regression.at (AT_CHECK_DANCER): Likewise.
11643 * tests/local.at (AT_COMPILE_CXX): Default to OUTPUT.cc, not OUTPUT.c.
11644
29058652
PE
116452004-05-28 Albert Chin-A-Young <china@thewrittenword.com>
11646
11647 * tests/calc.at, tests/actions.at: Workaround for SGI
11648 C++ compiler. (trivial change)
11649
62cb8a99
PE
116502004-05-27 Paul Eggert <eggert@cs.ucla.edu>
11651
fd418816
PE
11652 Spent a few hours checking out which prerequisite versions the
11653 current sources actually require. I went all the way back to
11654 Gettext 0.10.40, Automake 1.4, and Autoconf 2.57 and investigated
11655 a seemingly endless set of combinations of versions more recent
11656 than that. The bottom line is that the current sources require
11657 fairly recent versions of the build tools, and it'll be some work
11658 to change this.
11659 * configure.ac (AC_PREREQ): Increase from 2.58 to 2.59.
11660 (AM_INIT_AUTOMAKE): Increase from 1.7 to 1.8.
11661 (AM_GNU_GETTEXT_VERSION): Increase from 0.11.5 to 0.12.
11662 Add comments explaining why those particular versions are
11663 currently needed.
2fa09258 11664
62cb8a99
PE
11665 * src/parse-gram.y (lloc_default): Rewrite to avoid compiler bug
11666 in SGI MIPSpro 7.4.1m. Problem reported by Albert Chin-A-Young in
161a71f3 11667 <http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00037.html>.
62cb8a99
PE
11668
11669 * configure.ac (AC_PREREQ): Bump to 2.58, since 2.57 doesn't work
11670 (it fails with a Autoconf-without-aclocal-m4 diagnostic).
11671
caa52c10
PE
116722004-05-26 Paul Eggert <eggert@cs.ucla.edu>
11673
11674 * configure.ac (AM_GNU_GETTEXT_VERSION): Lower it from 0.14.1 to
11675 0.11.5. Suggested by Bruno Haible.
11676 * bootstrap: Remove gettext version checking.
11677
11678 * doc/bison.texinfo (Decl Summary): Also mention that %union
11679 can depend on prerequisite types. Problem reported by Tim
11680 Van Holder.
11681
4bfd5e4e
PE
116822004-05-25 Paul Eggert <eggert@cs.ucla.edu>
11683
2cef3017
PE
11684 * README: Mention GNU m4 1.4 bugs and Akim's patched version.
11685 * README-alpha: Don't tell people not to package this.
11686
b9c85d5c
PE
11687 * bootstrap: Don't assume $(...) works; use `...` instead.
11688 Problem reported by Paul Hilfinger. Also, diagnose non-GNU
11689 gettext better.
11690
4bfd5e4e
PE
11691 * doc/bison.texinfo (Decl Summary, Bison Options): Clarify what's
11692 put into the -d output file, and mention what to do if YYSTYPE is
11693 defined as a macro.
11694
6a36ff94
PE
116952004-05-24 Paul Eggert <eggert@cs.ucla.edu>
11696
6712933e
PE
11697 Undo change made earlier today: it caused autopoint to not bring
11698 in ABOUT-NLS. Ouch. Instead, substitute our own diagnostic for
11699 autopoint's.
11700
11701 * bootstrap: Check that gettext version matches what's in
11702 configure.ac. Warn users to ignore robots.txt ERROR 404.
11703 * bootstrap: Undo today's earlier change (logged below).
11704 * configure.ac (AM_GNU_GETTEXT_VERSION): Likewise.
b9c85d5c 11705
6a36ff94
PE
11706 The gettext version checking is causing more trouble than it's
11707 curing; remove it. Problem reported by Paul Hilfinger.
11708
11709 * bootstrap: Issue a warning that one can expect a message
11710 'AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION'.
11711 * configure.ac (AM_GNU_GETTEXT_VERSION): Remove.
11712
209ea708
PE
117132004-05-23 Paul Eggert <eggert@cs.ucla.edu>
11714
11715 Ensure that the C++ compiler used for testing actually works on a
11716 simple test program; if not, skip the C++-related tests. Problem
11717 reported by Vin Shelton in:
161a71f3 11718 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00026.html
209ea708
PE
11719
11720 * m4/cxx.m4: New file.
11721 * configure.ac (BISON_TEST_FOR_WORKING_CXX_COMPILER): Add.
11722 * tests/atlocal.in (BISON_CXX_WORKS): Add.
11723 * tests/local.at (AT_COMPILE_CXX): Use it.
11724
41ca2549
PE
117252004-05-21 Paul Eggert <eggert@cs.ucla.edu>
11726
383e69dc
PE
11727 * data/glr.c (yylloc): Output this macro even if locations are not
11728 being generated, as the GLR parser needs it even in that case.
11729 Problem reported by Troy A. Johnson
11730 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=195946>.
11731
41ca2549
PE
11732 * configure.ac (AC_INIT): Update to 1.875e.
11733
e476c87d
PE
117342004-05-21 Paul Eggert <eggert@cs.ucla.edu>
11735
11736 * NEWS: Version 1.875d.
11737 * configure.ac (AC_INIT): Likewise.
11738 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875d.
11739
11740 * configure.ac (--enable-gcc-warnings): Do not enable -Wshadow,
11741 -Wmissing-prototypes, or -Wstrict-prototypes for C++. The current
11742 lalr1.cc runs afoul of the first, and the last two are no longer
11743 supported by GCC 3.4.0.
11744 * README: Mention GNU m4 1.4 or later; mention m4 patches.
11745 * HACKING: Use ./bootstrap, not "make update" to import foreign files.
11746
233a88ad
PE
117472004-05-06 Paul Eggert <eggert@cs.ucla.edu>
11748
11749 * src/muscle_tab.c (hash_muscle): Accept and return size_t, not
11750 unsigned int, for compatibility with latest gnulib hash module.
11751 * src/state.c (state_hash, state_hasher): Likewise.
11752 * src/symtab.c (hash_symbol, hash_symbol_hasher): Likewise.
11753 * src/uniqstr.c (hash_uniqstr): Likewise.
e476c87d 11754
12ffdd28
PE
117552004-05-03 Paul Eggert <eggert@cs.ucla.edu>
11756
11757 * NEWS: Unescaped newlines are no longer allowed in char & strings.
11758
11759 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER,
11760 SC_CHARACTER,SC_STRING>): Reject unescaped newlines in
11761 character and string literals.
11762 (unexpected_end): New function.
11763 (unexpected_eof): Use it.
11764 (unexpected_newline): New function.
11765 (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>): Coalesce duplicate
11766 actions.
e476c87d 11767
12ffdd28
PE
11768 * NEWS: Document %expect-rr.
11769
11770 * bootstrap (--gnulib-srcdir=*, --cvs-user=*):
11771 Fix typo by replacing $1 with $option.
11772 Remove more 'intl'-related files.
9668e2be 11773 Don't DEFUN AM_INTL_SUBDIR twice.
12ffdd28
PE
11774
11775 * lib/.cvsignore: Add strndup.h. Remove memchr.c, memcmp.c,
11776 memrchr.c, strcasecmp.c, strchr.c, strrchr.c, strspn.c, strtol.c,
11777 strtoul.c.
11778 * m4/.cvsignore: Add exitfail.m4, extensions.m4, gnulib.m4,
11779 hard-locale.m4, mbstate_t.m4, strerror_r.m4, strndup.m4,
11780 xstrndup.m4. Remove glibc21.m4, intdiv0.m4, inttypes-pri.m4,
11781 inttypes.m4, inttypes_h.m4, isc-posix.m4, lcmessage.m4,
11782 stdint_h.m4, uintmax_t.m4, ulonglong.m4.
11783 * src/.cvsignore: Add *.output.
11784
11785 * src/parse-gram.y: Put copyright notice inside %{ %} so it
11786 gets copied to the output file.
e476c87d 11787
1f65350a
PE
117882004-04-28 Paul Eggert <eggert@twinsun.com>
11789
11790 Get files from the gnulib and po repositories, instead of relying
11791 on them being in our CVS. Upgrade to latest versions of gnulib
11792 and Automake.
11793
11794 * Makefile.am (SUBDIRS): Remove m4; Automake now does m4.
11795 * bootstrap: Bootstrap from gnulib and po repositories.
11796 Much of this code was stolen from GNU diff and GNU tar's bootstrap.
11797 * README-cvs: Document these changes. Remove version numbers from
11798 mentions of build tools, since they change so often. Mention Flex.
11799
11800 * configure.ac (AC_CONFIG_MACRO_DIR): Add, with m4 as arg.
11801 (gl_USE_SYSTEM_EXTENSIONS): Add.
12ffdd28
PE
11802 (AC_GNU_SOURCE, AC_AIX, AC_MINIX):
11803 Remove; no longer needed, as gl_USE_SYSTEM_EXTENSIONS
1f65350a 11804 does this for us.
12ffdd28
PE
11805 (AC_ISC_POSIX): Remove; we no longer support this
11806 ancient OS, as it gets in the way of latest Autoconf & gnulib.
1f65350a
PE
11807 (AC_HEADER_STDC): Remove: we now assume C89 or better.
11808 (AC_CHECK_HEADERS_ONCE): Use instead of AC_CHECK_HEADERS.
11809 Do not check for C89 headers, except for locale.h which is used
11810 by the Yacc library and must port to K&R hosts.
11811 (AC_CHECK_FUNCS_ONCE): Use instead of AC_CHECK_FUNCS.
11812 Do not check for C89 functions, except for setlocale which is
11813 used by the Yacc library.
11814 (AC_CHECK_DECLS, AC_REPLACE_FUNCS): Remove; no longer needed.
11815 (gl_DIRNAME, gl_ERROR, gl_FUNC_ALLOCA, gl_FUNC_MEMCHR,
11816 gl_FUNC_MEMRCHR, gl_FUNC_STPCPY, gl_FUNC_STRNLEN, gl_FUNC_STRTOL,
11817 gl_GETOPT, gl_HASH, gl_MBSWIDTH, gl_OBSTACK, gl_QUOTE,
11818 gl_QUOTEARG, gl_XALLOC, jm_FUNC_GLIBC_UNLOCKED_IO, jm_FUNC_MALLOC,
11819 AM_GNU_GETTEXT): Remove; now done by:
11820 (GNULIB_AUTOCONF_SNIPPET): Add. "bootstrap" builds this for us.
11821 (AC_CONFIG_FILES): Remove m4/Makefile, as Automake now does this
11822 for us.
11823
11824 * lib/Makefile.am: Include gnulib.mk, built for us by "bootstrap".
11825 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES):
11826 Define to empty, as gnulib.mk will do the rest for us.
11827 ($(libbison_a_OBJECTS), stdbool.h): Remove, as gnulib.mk does this
11828 for us.
11829 (libbison_a_SOURCES): Define to $(lib_SOURCES) now.
11830 (lib_SOURCES): New symbol, containing only the non-gnulib libs.
11831
11832 * src/files.c: Include gnulib's xstrndup.h.
11833
11834 * src/system.h (MALLOC): Use xnmalloc, for better overflow checking.
11835 (REALLOC): Use xnrealloc, for likewise.
11836 (xstrndup, stpcpy): Remove decls, as gnulib does this for us now.
11837 (strnlen, memrchr): Remove decls; functions no longer used.
11838 Include <stpcpy.h>.
11839
11840 * config/depcomp, config/install-sh, lib/alloca.c, lib/argmatch.c,
11841 lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
11842 lib/error.c, lib/error.h, lib/getopt.c, lib/getopt.h,
11843 lib/getopt1.c, lib/gettext.h, lib/hash.c, lib/hash.h,
11844 lib/malloc.c, lib/mbswidth.c, lib/mbswidth.h, lib/memchr.c,
11845 lib/memcmp.c, lib/memrchr.c, lib/obstack.c, lib/obstack.h,
11846 lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h,
11847 lib/realloc.c, lib/stdbool_.h, lib/stpcpy.c, lib/strcasecmp.c,
11848 lib/strchr.c, lib/strncasecmp.c, lib/strnlen.c, lib/strrchr.c,
11849 lib/strspn.c, lib/strtol.c, lib/strtoul.c, lib/unlocked-io.h,
11850 lib/xalloc.h, lib/xmalloc.c, lib/xstrdup.c, lib/xstrndup.c,
11851 m4/Makefile.am, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
11852 m4/error.m4, m4/getopt.m4, m4/hash.m4, m4/malloc.m4,
11853 m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4, m4/memcmp.m4,
11854 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/prereq.m4,
11855 m4/quote.m4, m4/quotearg.m4, m4/realloc.m4, m4/stdbool.m4,
11856 m4/stpcpy.m4, m4/strnlen.m4, m4/strtol.m4, m4/strtoul.m4,
11857 m4/unlocked-io.m4, m4/xalloc.m4, po/LINGUAS, po/Makefile.in.in,
11858 po/Makevars, po/da.po, po/de.po, po/es.po, po/et.po, po/fr.po,
11859 po/hr.po, po/id.po, po/it.po, po/ja.po, po/ms.po, po/nl.po,
11860 po/pt_BR.po, po/ro.po, po/ru.po, po/sv.po, po/tr.po:
11861 Remove, as these files are now generated automatically
11862 by bootstrap or automake.
11863
11864 * po/ChangeLog: Remove: all but one entry was a duplicate
11865 of this file, and I moved that 2000-11-02 entry here.
11866
11867 * config/.cvsignore: Add Makefile, depcomp, install-sh.
11868 * lib/.cvsignore: Add alloca.c, alloca.h, alloca_.h, argmatch.c,
11869 argmatch.h, basename.c, dirname.c, dirname.h, error.c, error.h,
11870 exit.h, exitfail.c, exitfail.h, getopt.c, getopt.h, getopt1.c,
11871 getopt_int.h, gettext.h, gnulib.mk, hard-locale.c, hard-locale.h,
11872 hash.c, hash.h, malloc.c, mbswidth.c, mbswidth.h, memchr.c,
11873 memcmp.c, memrchr.c, obstack.c, obstack.h, quote.c, quote.h,
11874 quotearg.c, quotearg.h, realloc.c, stdbool_.h, stpcpy.c, stpcpy.h,
11875 strcasecmp.c, strchr.c, stripslash.c, strncasecmp.c, strndup.c,
11876 strnlen.c, strrchr.c, strspn.c, strtol.c, strtoul.c,
11877 unlocked-io.h, xalloc.h, xmalloc.c, xstrdup.c, xstrndup.c,
11878 xstrndup.h.
11879 * m4/.cvsignore: Remove Makefile, Makefile.in. Add alloca.m4,
11880 dirname.m4, dos.m4, error.m4, getopt.m4, hash.m4, mbrtowc.m4,
11881 mbswidth.m4, obstack.m4, onceonly.m4, quote.m4, quotearg.m4,
11882 stdbool.m4, stpcpy.m4, strnlen.m4, unlocked-io.m4, xalloc.m4.
11883 * po/.cvsignore: Add *.po, LINGUAS, Makefile.in.in, Makevars.
11884 * src/.cvsignore: Remove *_.c.
11885
11886
11887 * Makefile.maint (GZIP_ENV): Don't use --rsyncable if gzip doesn't
11888 support it. (The latest stable gzip doesn't.)
11889
118902004-04-27 Paul Eggert <eggert@twinsun.com>
11891
11892 * data/lalr1.cc (Parser::stos_) [! YYDEBUG]: Define even in this
11893 case, as stos_ is now used by destructors due to the 2004-02-09
11894 change.
11895
11896 Remove more K&R C support.
11897 * lib/libiberty.y (PARAMS): Remove. All uses removed.
11898 * lib/subpipe.c (errno): Remove decl.
11899 Include <stdlib.h> unconditionally.
11900 (EXIT_FAILURE): Remove macro.
11901 * src/complain.c (vfprintf, strerror): Remove.
11902 * src/system.h: Include limits.h, stdlib.h, string.h, locale.h
11903 unconditionally.
11904 (EXIT_FAILURE, EXIT_SUCCESS, setlocale): Remove defns.
11905 Use latest Autoconf recommendations for including inttypes.h, stdint.h.
11906 (strchr, strspn, memchr): Remove decls.
11907 * tests/calc.at (_AT_DATA_CALC_Y): Include stdlib.h, string.h
11908 unconditionally. Do not declare perror.
11909 * tests/conflicts.at (%nonassoc and eof): Include stdlib.h
11910 unconditionally.
11911
11912 * src/complain.c (_): Remove useless defn, as system.h defines this.
11913
11914 * lib/bitset.h (__INT_TO_PTR): Remove; workaround no longer needed
11915 with latest obstack.h.
11916 * lib/ebitset.c (ebitset_elt_alloc): Don't bother to cast args
11917 to procedure types, as obstack.h now does that for us.
11918 * lib/lbitset.c (lbitset_elt_alloc): Likewise.
11919
11920 * lib/subpipe.h [HAVE_SYS_TYPES_H]: Include <sys/types.h>,
11921 so that this include file can stand alone.
11922 * lib/subpipe.c: Do not include <sys/types.h>, as subpipe.h
11923 does this now. Include subpipe.h first after config.h, to
11924 test whether it can stand alone.
11925
11926 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't
11927 declare yyerror when using lalr.cc, as GCC 3.4.0 warns about the
11928 unused declaration.
11929
11930 * tests/synclines.at (%union synch line): Put a dummy member in
11931 the union, because empty unions aren't allowed in C. Caught
11932 by GCC 3.4.0.
11933
4f16766c
PE
119342004-04-13 Jim Meyering <jim@meyering.net>
11935
11936 * src/conflicts.c (conflicts_print): Correct format string typo:
11937 use `%%' to produce literal `%'. (trivial change)
11938
779e7ceb
PE
119392004-03-30 Paul Eggert <eggert@twinsun.com>
11940
11941 * src/getargs.c (version): Update copyright year to 2004.
11942
11943 * data/c.m4 (b4_int_type): Use 'short int' rather than
11944 'short', and similarly for 'long', 'unsigned', etc.
11945 * data/glr.c (YYTRANSLATE, yyconfl, yySymbol, yyItemNum,
11946 yygetLRActions, yyprocessOneStack, yyrecoverSyntaxError,
11947 yy_yypstack, yydumpstack): Likewise.
11948 * data/lalr1.cc (user_token_number_max_, user_token_number_max_,
11949 translate_, seq_, [], pop, Slice, range_, operator+, operator+=):
11950 Likewise.
11951 * data/yacc.c (b4_int_type, yyss, YYSTACK_BYTES, yysigned_char,
11952 yy_stack_print, yyparse): Likewise.
11953 * doc/bison.texinfo (Prologue, Multiple Types): Likewise.
11954 * lib/bbitset.h (bitset_word, BITSET_WORD_BITS): Likewise.
11955 * lib/bitset.c (bitset_print): Likewise.
11956 * lib/bitset_stats.c (bitste_log_histogram_print): Likewise.
11957 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
11958 * lib/bitsetv.c (bitsetv_dump): Likewise.
11959 * lib/ebitset.c (EBITSET_ELT_BITS, ebitset_elt_alloc): Likewise.
11960 * lib/lbitset.c (LBITSET_ELT_BITS, lbitset_elt_alloc, debug_lbitset):
11961 Likewise.
11962 * src/LR0.c (allocate_itemsets): Likewise.
11963 * src/gram.h (rule_number, rule): Likewise.
11964 * src/lalr.h (goto_number): Likewise.
11965 * src/nullable.c (nullable_compute): Likewise.
11966 * src/output.c (prepare_rules): Likewise.
11967 * src/relation.c (relation_print, relation_digraph): Likewise.
11968 * src/relation.h (relation_node): Likewise.
11969 * src/state.h (state_number, transitions, errs, reductions,
11970 struct state): Likewise.
11971 * src/symtab.h (symbol_number, struct symbol): Likewise.
11972 * src/tables.c (vector_number, tally, action_number,
11973 default_goto, goto_actions): Likewise.
11974 * tests/existing.at (GNU Cim Grammar): Likewise.
11975 * tests/regression.at (Web2c Actions): Likewise.
11976
11977 * src/output.c (muscle_insert_short_int_table): Renamed from
11978 muscle_insert_short_table. All uses changed.
11979
d6328241
PH
119802004-03-25 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
11981
11982 * src/parse-gram.y: Define PERCENT_EXPECT_RR.
11983 (declaration): Replace expected_conflicts with expected_sr_conflicts.
11984 Add %expect-rr rule.
4f16766c 11985
d6328241
PH
11986 * src/scan-gram.l: Recognize %expect-rr.
11987
4f16766c 11988 * src/conflicts.h (expected_sr_conflicts): Rename from
d6328241 11989 expected_conflicts.
4f16766c 11990 (expected_rr_conflicts): Declare.
d6328241
PH
11991
11992 * src/conflicts.c (expected_sr_conflicts): Rename from
11993 expected_conflicts.
11994 (expected_rr_conflicts): Define.
11995 (conflicts_print): Check r/r conflicts against expected_rr_conflicts
11996 for GLR parsers.
11997 Use expected_sr_conflicts in place of expected_conflicts.
11998 Warn if expected_rr_conflicts used in non-GLR parser.
4f16766c 11999
d6328241 12000 * doc/bison.texinfo: Add documentation for %expect-rr.
4f16766c 12001
1452af69
PE
120022004-03-08 Paul Eggert <eggert@gnu.org>
12003
12004 Add support for hex token numbers. Suggested by Odd Arild Olsen in
161a71f3 12005 <http://lists.gnu.org/archive/html/bison-patches/2004-03/msg00000.html>.
1452af69
PE
12006
12007 * NEWS: Document hexadecimal tokens, no NUL bytes, %destructor
12008 in lalr1.cc.
12009 * doc/bison.texinfo (Token Decl): Add hexadecimal token numbers.
12010 * src/scan-gram.l (scan_integer): New function.
12011 ({int}): Use it.
12012 (0[xX][0-9abcdefABCDEF]+): New pattern, to support hex numbers.
12013 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>, \\x[0-9abcdefABCDEF]+,
12014 handle_action_dollar, handle_action_at, convert_ucn_to_byte):
12015 Say "long int", not "long", for uniformity with GNU style.
12016
006d217d
PE
120172004-02-25 Paul Eggert <eggert@twinsun.com>
12018
12019 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Ignore stdout from
12020 compilers. This fixes a problem with Intel's C++ compiler being
12021 chatty, reported by Guido Trentalancia in
161a71f3 12022 <http://lists.gnu.org/archive/html/bug-bison/2004-02/msg00030.html>.
006d217d 12023
c2729758
ADL
120242004-02-09 Alexandre Duret-Lutz <adl@gnu.org>
12025
12026 Support %destructor and merge error locations in lalr1.cc.
12027
12028 * data/lalr1.cc (b4_cxx_destruct_def): New macro.
12029 (Parser::stos_): Define unconditionally.
12030 (Parser::destruct_): New method. Generate its body with
12031 b4_yydestruct_generate.
12032 (Parser::error_start_): New attribute.
12033 (Parser::parse) <yyerrlab, yyerrlab1>: Call destruct_ on erroneous
12034 token which are discarded.
12035 (Parser::parse) <yyerrlab, yyerrorlab, yyerrlab1>: Update
12036 error_start_ when erroneous token are discarded.
12037 (Parser::parse) <yyerrlab1>: Compute the location of the error
12038 token so that it covers all the discarded tokens.
12039 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust so
12040 it can be called with `%skeleton "lalr1.cc"', and do that.
12041
dd0e0635
PE
120422004-02-02 Paul Eggert <eggert@twinsun.com>
12043
12044 * src/Makefile.am (AM_CPPFLAGS): New macro. It mentions
12045 $(top_srcdir)/lib and ../lib. This fixes a bug reported
12046 by Paul Hilfinger; the old INCLUDES value didn't mention ../lib.
12047 There's no need to mention top_builddir since Automake does that
12048 for us.
12049 (INCLUDES): Remove, as Automake says it's obsolescent.
12050 Contents migrated into AM_CPPFLAGS as described above.
12051 * lib/Makefile.am (INCLUDES): Remove; obsolescent.
12052
120532004-01-14 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
12054
12055 * data/glr.c (yytokenName): Bullet-proof against YYEMPTY token.
12056 (yyreportSyntaxError): Handle case where lookahead token is
12057 YYEMPTY.
12058
be16239b
PH
120592004-01-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
12060
12061 * data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC so that
12062 resulting parsers are compilable with C++.
12063
5fa90832
PE
120642003-12-23 Paul Eggert <eggert@twinsun.com>
12065
12066 * config/depcomp, config/install-sh: Sync with Automake 1.8.
12067 * src/output.c (output_skeleton): Rename local var.
12068 * tests/input.at (Torturing the Scanner): Don't use \x0 or \0 in
12069 Bison tokens, as this runs afoul of the 2003-10-07 change that
12070 disallowed NUL bytes in character constants or string literals.
12071
12072 * tests/local.at: Require Autoconf 2.59's Autotest.
12073 * tests/testsuite.at: Don't include local.at, since we now assume
12074 Autoconf 2.59 or later. Autoconf 2.59 had some problems with
12075 including it.
12076 * tests/Makefile.am ($(TESTSUITE)): Remove warning about ignoring
12077 multiple inclusion warnings.
dd0e0635 12078
b165c324
AD
120792003-12-02 Akim Demaille <akim@epita.fr>
12080
12081 * doc/bison.texinfo (How Can I Reset the Parser): More about start
12082 conditions.
12083 From Bruno Haible.
12084
26e06a21
ADL
120852003-11-18 Alexandre Duret-Lutz <adl@gnu.org>
12086
12087 * doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
12088
92ac3705
PE
120892003-10-07 Paul Eggert <eggert@twinsun.com>
12090
6a5ecb38
PE
12091 * tests/Makefile.am (clean-local): Don't run 'testsuite --clean'
12092 if testsuite doesn't exist.
12093
92ac3705
PE
12094 * doc/bison.texinfo (Symbols): NUL bytes are not allowed in string
12095 literals, unfortunately.
12096 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>):
12097 Complain about NUL bytes in character constants or string literals.
12098
91d2c560
PE
120992003-10-05 Paul Eggert <eggert@twinsun.com>
12100
12101 * NEWS: Don't document %no-default-prec, as it's still
12102 too experimental.
12103 * doc/bison.texinfo: Document %no-default-prec only if
12104 the defaultprec flag is set. Normally it's not.
12105
0cc3da3a
PE
121062003-10-04 Paul Eggert <eggert@twinsun.com>
12107
12108 * data/glr.c (b4_rhs_value, b4_rhs_location): Yield a
12109 non-modifiable lvalue, instead of a modifiable one.
12110 * doc/bison.texinfo (Actions): Document that $$ can
12111 be assigned to. Do not claim that $$ and $N are
12112 array element references: user code should not rely on this.
12113
22fccf95
PE
121142003-10-01 Paul Eggert <eggert@twinsun.com>
12115
12116 * src/parse-gram.h (PERCENT_NO_DEFAULT_PREC): New token.
12117 (grammar_declaration): Use it.
12118 * src/scan-gram.l: New token %no-default-prec.
12119 * tests/conflicts.at: Revamp tests to use %no-default-prec.
12120 * NEWS, doc/bison.texinfo: Document the above.
12121
fc8f2965
AD
121222003-10-01 Akim Demaille <akim@epita.fr>
12123
12124 VCG no longer supports long_straight_phase.
12125
12126 * src/vcg.c, src/vcg.h: Remove the handling of long_straight_phase.
12127 * src/print_graph.c (print_graph): Adjust.
12128
39a06c25
PE
121292003-09-30 Frank Heckenbach <frank@g-n-u.de>
12130 and Paul Eggert <eggert@twinsun.com>
12131
12132 * doc/bison.texinfo (Decl Summary, Contextual Precedence,
12133 Table of Symbols): Document %default-prec.
12134 * src/parse-gram.y (PERCENT_DEFAULT_PREC): New token.
12135 (grammar_declaration): Set default_prec on %default-prec.
12136 * src/scan-gram.l (%default-prec): New token.
12137 * src/reader.h (default_prec): New flag.
12138 * src/reader.c: Likewise.
12139 (packgram): Handle it.
12140 * tests/conflicts.at (%default-prec without %prec,
12141 %default-prec with %prec, %default-prec 1): New tests.
fc8f2965 12142
39a06c25
PE
121432003-09-30 Paul Eggert <eggert@twinsun.com>
12144
12145 * tests/testsuite.at: Include local.at, not input.at, fixing
12146 a typo in the 2003-08-25 patch.
12147
62b6aef9
AD
121482003-08-27 Akim Demaille <akim@epita.fr>
12149
12150 * data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab to pacify
12151 GCC warnings.
12152
89e1cc61
AD
121532003-08-26 Akim Demaille <akim@epita.fr>
12154
12155 * config/announce-gen (print_changelog_deltas): Neutralize "<#" as
12156 "<\#" to avoid magic from Gnus when posting parts of this script.
12157
a08460b0
AD
121582003-08-26 Akim Demaille <akim@epita.fr>
12159
12160 * data/lalr1.cc (Parser::report_syntax_error_): New, extracted from
12161 (Parser::parse): here.
12162 Adjust: nerrs and errstatus is now replaced by...
12163 (Parser::nerrs_, Parser::errstatus_): New.
12164
603f1cfd
AD
121652003-08-25 Akim Demaille <akim@epita.fr>
12166
12167 * config/announce-gen, Makefile.cfg: New.
12168 * Makefile.am: Adjust.
12169 * GNUmakefile, Makefile.maint: Update from CVS Autoconf, but
12170 keeping local WGET and WGETFLAGS modifications from Paul Eggert.
12171
cd3684cf
AD
121722003-08-25 Akim Demaille <akim@epita.fr>
12173
12174 When reducing initial empty rules, Bison parser read an initial
12175 location that is not defined. This results in garbage, and that
12176 affects Bison's own parser. Therefore we need (i) to extend Bison
12177 to support a means to initialize this location, and (ii) to use
12178 this CVS Bison to fix CVS Bison's parser.
12179
12180 * src/reader.h, reader.c (epilogue_augment): Remove, replace
12181 with...
12182 * src/muscle_tab.h, src/muscle_tab.c (muscle_code_grow): this.
12183 * src/parse-gram.y: Adjust.
12184 (%initial-action): New.
12185 (%error-verbose): Since we require CVS Bison, there is no reason
12186 not to use it.
12187 * src/scan-gram.l: Adjust.
12188 * src/Makefile.am (YACC): New, to make sure we use our own parser.
12189 * data/yacc.c (yyparse): Use b4_initial_action.
12190
4e03e201
AD
121912003-08-25 Akim Demaille <akim@epita.fr>
12192
12193 * doc/bison.texinfo: Don't promote stdout for error messages.
12194
8c182d05
AD
121952003-08-25 Akim Demaille <akim@epita.fr>
12196
12197 * data/lalr1.cc (Parser::reduce_print_): Remove unused yyi.
12198 From Alexandre Duret-Lutz.
12199
6a60c4cf
PE
122002003-08-25 Akim Demaille <akim@epita.fr>
12201
12202 Version 1.875c.
12203
25f66e1a
AD
122042003-08-25 Akim Demaille <akim@epita.fr>
12205
12206 * data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT): New.
12207 Use them.
12208
5348bfbe
AD
122092003-08-25 Akim Demaille <akim@epita.fr>
12210
12211 * data/lalr1.cc (Parser::reduce_print_): New.
12212 Use it.
12213
47301314
AD
122142003-08-25 Akim Demaille <akim@epita.fr>
12215
12216 Have lalr1.cc catch with Paul Eggert's patch to fix the infinite
12217 error recovery loops. This patch is based on
161a71f3 12218 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00000.html>.
47301314
AD
12219 Also, augment the similarity between lalr1.cc and yacc.c.
12220 Note: the locations of error recovery rules are not correct yet.
12221
12222 * data/lalr1.cc: Comment changes to augment the similarity between
12223 lalr1.cc and yacc.c.
12224 (YYERROR): Goto to yyerrorlab, not yyerrlab1.
12225 (yyerrlab1): Remove, but where it used to be (now the bottom part of
12226 yyerrlab), when hitting EOF, pop the whole stack here instead of
12227 merely falling thru the default error handling mechanism.
12228 (yyerrorlab): New label, with the old contents of YYERROR,
12229 plus the following change: pop the stack of rhs corresponding
12230 to the production that invoked YYERROR. That is how Yacc
12231 behaves (required by POSIX).
12232 * tests/calc.at (AT_CHECK_CALC_LALR1_CC): No longer expected to
12233 fail.
12234
1f7a61ff
AD
122352003-08-25 Akim Demaille <akim@epita.fr>
12236
12237 Tune local.at so that people can "autom4te -l autotest calc.at -o
12238 calc" for instance, to extract a sub test suite.
12239
12240 * tests/testsuite.at: Move the initialization, Autotest version
12241 requirement, and AT_TESTED invocation into...
12242 * tests/local.at: here.
12243 * tests/testsuite.at: Include it for compatibility with Autoconf
12244 2.57.
12245 * tests/Makefile.am ($(TESTSUITE)): Report that the warning should
12246 be ignore.
12247
327b5b56
PE
122482003-08-04 Paul Eggert <eggert@twinsun.com>
12249
12250 Rework code slightly to avoid gcc -Wtraditional warnings.
12251 * data/glr.c (yyuserMerge): Return void, not YYSTYPE.
12252 The returned value is now stored in *YY0. All callers changed.
12253 * src/output.c (merge_output): Adjust to the above change.
12254
0051e3ed
PE
122552003-07-26 Paul Eggert <eggert@twinsun.com>
12256
12257 * data/glr.c (YYASSERT): New macro.
12258 (yyfillin, yydoAction, yyglrReduce, yysplitStack,
12259 yyresolveStates, yyprocessOneStack):
12260 Use `YYASSERT (FOO);' rather than `if (! (FOO)) abort ();'.
12261 Derived from a suggestion by Frank Heckenbach.
1f7a61ff 12262
137437c6
PE
122632003-07-25 Paul Eggert <eggert@twinsun.com>
12264
5b620e06
PE
12265 * data/glr.c (yyglrReduce): Don't use C89 string concatenation,
12266 for portability to K&R C (after ansi2knr, presumably). See
161a71f3 12267 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>
5b620e06
PE
12268 by Frank Heckenbach, though I have omitted the structure-initialization
12269 part of his glr-knr.diff patch since I recall that the Portable
12270 C Compiler didn't require that change.
12271
137437c6
PE
12272 Let the user specify how to allocate and free memory.
12273 Derived from a suggestion by Frank Heckenbach in
161a71f3 12274 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>.
137437c6
PE
12275 * data/glr.c (YYFREE, YYMALLOC, YYREALLOC): New macros.
12276 All uses of free, malloc, realloc changed to use these macros,
12277 and unnecessary casts removed.
12278 * data/yacc.c (YYFREE, YYMALLOC): Likewise.
12279
ddb85ca5
PE
122802003-07-06 Matthias Mann <MatthiasMann@gmx.de>
12281
12282 * data/lalr1.cc (operator<<(std::ostream&, const Position&)):
12283 use s.empty() rather than s == "" to test for empty string; see
161a71f3 12284 <http://lists.gnu.org/archive/html/bison-patches/2003-07/msg00003.html>
ddb85ca5
PE
12285 (trivial change)
12286
39910e09
AD
122872003-06-25 Akim Demaille <akim@epita.fr>
12288
12289 * config/depcomp, config/install-sh: Update from masters.
12290
0ae99356
PE
122912003-06-20 Paul Eggert <eggert@twinsun.com>
12292
12293 * data/glr.c (YYLLOC_DEFAULT): Parenthesize arguments as needed,
12294 and return properly parenthesized result.
12295 * data/lalar1.cc (YYLLOC_DEFAULT): Likewise.
12296 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
12297 Remove unnecessary parentheses from uses.
12298 * doc/bison.texinfo (Location Default Action): Describe the
12299 conventions for parentheses.
12300
cd05d13c
PE
123012003-06-19 Paul Eggert <eggert@twinsun.com>
12302
81fd08ca
PE
12303 * data/glr.c (yyremoveDeletes, yy_reduce_print, yyglrReduce,
12304 yyreportTree): Do not assume that size_t is the same width as int,
12305 when printing sizes. Print sizes using an unsigned format.
12306 Problem reported by Frank Heckenbach in
161a71f3 12307 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00035.html>.
4dcf140b 12308
cd05d13c
PE
12309 Port to Forte Developer 7 C compiler.
12310 * data/glr.c (struct YYLTYPE): If locations are not being used,
12311 declare a single dummy member, as empty structs do not conform
12312 to the C standard.
12313 (YYERROR, YYBACKUP): Do not use "do { ...; return foo; } while (0)";
12314 the Forte Developer 7 C compiler complains that end-of-loop
12315 code is not reached.
12316
4dcf140b
PE
123172003-06-17 Paul Eggert <eggert@twinsun.com>
12318
12319 * lib/libiberty.h (PARAMS): Spell argument as Args, not as X, to
12320 avoid warnings from picky compilers about redefinition of PARAMS.
12321
8dd76bee
PE
123222003-06-17 Paul Eggert <eggert@twinsun.com>
12323
12324 Version 1.875b.
12325
12326 * NEWS: Document 1.875b.
12327
12328 * lib/bbitset.h: Do not include config.h; that's the includer's job.
12329 Do not include <sys/types.h>; shouldn't be needed on a C89 host.
12330 * lib/bitset.h (bitset_compatible_p): Indent as per GNU standard.
12331 Don't use 'index' in comments, as it's a builtin fn on some hosts.
12332 * lib/bitset_stats.c: Include gettext.h unconditionally, as
12333 per recent gettext manual's suggestion.
12334 * lib/ebitset.c (ebitset_resize, ebitset_unused_clear):
12335 Use prototypes, not old-style definitions.
12336 * lib/lbitset.c (lbitset_unused_clear): Likewise.
12337 * lib/vbitset.c (vbitset_resize, vbitset_ones, vbitset_zero,
12338 vbitset_empty_p, vbitset_copy1, vbitset_not, vbitset_equal_p,
12339 vbitset_subset_p, vbitset_disjoint_p, vbitset_and, vbitset_and_cmp,
12340 vbitset_andn, vbitset_andn_cmp, vbitset_or, vbitset_or_cmp,
12341 vbitset_xor, vbitset_xor_cmp, vbitset_and_or, vbitset_and_or_cmp,
12342 vbitset_andn_or, vbitset_andn_or_cmp, vbitset_or_and,
12343 vbitset_or_and_cmp, vbitset_copy): Likewise.
12344
12345 * lib/libiberty.h: Do not include config.h; that's the includer's job.
12346 Do not include <stdlib.h>.
12347 (PARAMS): Define unconditionally for C89.
12348 (ATTRIBUTE_NORETURN): Remove.
12349 (ATTRIBUTE_UNUSED): Define unconditionally.
12350
12351 Upgrade to 2003-06-08 libbitset, submitted by Michael Hayes in:
161a71f3 12352 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00005.html>
8dd76bee
PE
12353 * lib/Makefile.am (bitsets_sources): Add vbitset.c, vbitset.h.
12354 * lib/vbitset.c, lib/vbitset.h: New files.
12355 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
12356 lib/bitset_stats.c, lib/ebitset.c, lib/lbitset.c: Import
12357 from libbitset.
12358
12359 * doc/bison.texinfo (How Can I Reset the Parser): Renamed from
12360 `How Can I Reset @code{yyparse}', since texinfo does not allow
12361 arbitrary @ in node names.
12362
12363 * m4/Makefile.am (EXTRA_DIST): Add the following files, which
12364 shouldn't be needed according to the gettext 0.12.1 documentation
12365 but which seem to be needed anyway: codeset.m4 glibc21.m4
f8e8262e 12366 intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 isc-posix.m4
8dd76bee 12367 lcmessage.m4 nls.m4 po.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4.
f8e8262e 12368 * po/Makefile.in.in: Upgrade to gettext 0.12.1 version.
cd05d13c 12369
8dd76bee
PE
12370 * lib/.cvsignore: Add stdbool.h.
12371 * m4/.cvsignore: Add nls.m4, po.m4.
12372
12373 Upgrade to CVS gnulib.
12374 * stdbool_.h: File renamed from stdbool.h.in.
12375 * configure.ac (AM_STDBOOL_H): Invoke this instead of
12376 AC_HEADER_STDBOOL.
12377 (AM_GNU_GETTEXT): Put brackets around args, as latest manual suggests.
12378 (AM_GNU_GETTEXT_VERSION): Update to 0.12.1.
12379 * lib/Makefile.am (EXTRA_DIST): Add stdbool_.h.
12380 (MOSTLYCLEANFILES): New var.
12381 ($(libbison_a_OBJECTS)): Depend on $(STDBOOL_H).
12382 (stdbool.h): New rule.
12383 * lib/dirname.c, lib/dirname.h, lib/hash.c, lib/hash.h,
12384 lib/malloc.c, lib/obstack.h, lib/quote.c, lib/realloc.c,
12385 lib/strcasecmp.c, lib/xalloc.h, m4/alloca.m4, m4/onceonly.m4,
12386 m4/quote.m4: Upgrade to today's gnulib.
12387
12388 * tests/calc.at (AT_CHECK_CALC): New option EXPECTED-TO-FAIL.
12389 (AT_CHECK_CALC_LALR1_CC): Use it, since the C++ LALR parser fails
12390 the tests right now.
12391 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Ensure yylex and
12392 yyerror are declared before use; C99 requires this.
12393
25005f6a
PH
123942003-06-09 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
12395
12396 * data/glr.c (YYERROR): Update definition to reset yyerrState to 0
12397 first.
12398 (yyrecoverSyntaxError): Correct the logic for setting and testing
12399 yyerrState.
12400 Correct comment on handling EOF.
12401 Allow states with only a default reduction, rather than failing
8dd76bee 12402 (I can't quite reconstruct why these were not allowed before).
25005f6a 12403
137437c6 12404 Fixes to avoid problem that $-N rules in GLR parsers can cause
25005f6a 12405 buffer overruns, corrupting state.
8dd76bee
PE
12406
12407 * src/output.c (prepare_rules): Output max_left_semantic_context
25005f6a
PH
12408 definition.
12409 * src/reader.h (max_left_semantic_context): New variable declaration.
12410 * src/scan-gram.l (max_left_semantic_context): Define.
12411 (handle_action_dollar): Update max_left_semantic_context.
12412 * data/glr.c (YYMAXLEFT): New definition.
12413 (yydoAction): Increase size of yyrhsVals by YYMAXLEFT.
12414 (yyresolveAction): Ditto.
12415
12416 Fixes to problems with location handling in GLR parsers reported by
12417 Frank Heckenbach (2003/06/05).
12418
12419 * data/glr.c (YYLTYPE): Make trivial if locations not used.
12420 (YYRHSLOC): Add parentheses, and define only if locations used.
12421 (YYLLOC_DEFAULT): Add parentheses, and give trivial definition if
12422 locations not used.
12423 (yyuserAction): Use YYLLOC_DEFAULT to set *yylocp.
12424 (yydoAction): Remove redundant initialization of *yyvalp and *yylocp.
8dd76bee 12425
25005f6a
PH
12426 * tests/cxx-type.at: Exercise location information; update tests
12427 to differentiate output with and without locations.
8dd76bee 12428 Remove forward declarations of yylex and yyerror---caused errors
25005f6a
PH
12429 because default YYLTYPE not yet defined.
12430 Change semantic actions to compute strings, rather than printing
12431 them directly (to test proper passing of semantics values). Change
12432 output to prefix notation and update test data and expected results.
12433 (yylex): Track locations.
12434 (stmtMerge): Return value rather than printing, and include arguments
12435 in value.
8dd76bee 12436
711f40b7
PE
124372003-06-03 Paul Eggert <eggert@twinsun.com>
12438
12439 Avoid warnings generated by GCC 2.95.4 when Bison is
12440 configured with --enable-gcc-warnings.
12441 * data/lalr1.cc (yy::]b4_parser_class_name[::parse,
12442 yy::]b4_parser_class_name[::translate_,
12443 yy::Stack::operator[] (unsigned),
12444 yy::Stack::operator[] (unsigned) const,
12445 yy::Slice::operator[] (unsigned),
12446 yy::Slice::operator[] (unsigned) const):
12447 Rename local vars to avoid warnings.
12448 * tests/glr-regression.at (Improper handling of embedded actions
12449 and $-N in GLR parsers): Remove unused local variable from yylex.
12450 * tests/regression.at (_AT_DATA_DANCER_Y): Declare yylex to take
12451 (void) as arg when not pure, since we now assume C89 when building
12452 Bison. Pacify GCC by using parameter.
12453
ac695f7d
PE
124542003-06-02 Paul Eggert <eggert@twinsun.com>
12455
12456 * data/lalr1.cc (yy::Position::lines, yy::Position::columns,
12457 yy::Location::lines, yy::Location::columns): Rename arguments
12458 to avoid shadowing; this removes a warning generated by GCC 3.3.
12459
26ec81e0
PE
124602003-06-01 Paul Eggert <eggert@twinsun.com>
12461
12462 Don't pass C-only warning optins (e.g., -Wmissing-declarations)
12463 to g++, as GCC 3.3 complains if you do it.
12464 * configure.ac (WARNING_CXXFLAGS): New subst. Set it to
12465 everything that WARNING_CFLAGS has, except omit warnings
12466 not suitable for C++.
12467 (AC_PROG_CXX): Use this instead of AC_CHECK_PROGS([CXX], [g++]).
12468 * tests/atlocal.in (CXXFLAGS): New var.
12469 * tests/local.at (AT_COMPILE_CXX): Use it instead of CFLAGS.
12470
12471 Fix a GLR parser bug I reported in February; see
161a71f3 12472 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00008.html>.
26ec81e0
PE
12473 The problem was that GLR parsers did not conform to the C standard,
12474 because actions like { $1 = $2 + $3; } expanded to expressions
12475 that invoked YYFILL in separate subexpressions, and YYFILL assigned
12476 to a local variable. The C standard says that expressions
12477 like (var = f ()) + (var = f ()) have undefined behavior.
12478 Another problem was that GCC sometimes issues warnings that
12479 yyfill and its parameters are unused.
12480
12481 * data/glr.c (yyfillin): Renamed from the old yyfill. Mark
12482 as possibly unused.
12483 (yyfill): New function.
12484 (YYFILL): Use it.
12485 (yyuserAction): Change type of yynormal to bool, so that it matches
12486 the new yyfill signature. Mark it as possibly unused.
12487
12488
12489 Follow up on a bug I reported in February, where a Bison-generated
12490 parser can loop. Provide a test case and a fix for yacc.c. I
12491 don't have a fix for lalr1.cc or for glr.c, unfortunately.
12492 The original bug report is in:
161a71f3 12493 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00044.html>
26ec81e0
PE
12494
12495 * data/yacc.c (YYERROR): Now just 'goto yyerrorlab', since the
12496 macro's size was becoming unwieldy.
12497 (yyerrlab): Do not discard an empty lookahead symbol, as this
12498 might destroy garbage.
12499 (yyerrorlab): New label, with the old contents of YYERROR,
12500 plus the following change: pop the stack of rhs corresponding
12501 to the production that invoked YYERROR. That is how Yacc
12502 behaves, and POSIX requires this behavior.
12503 (yyerrlab1): Use YYPOPSTACK instead of its definiens.
12504 * tests/calc.at (_AT_DATA_CALC_Y): Include unistd.h if available.
12505 Define 'alarm' to do nothing if unistd.h is not available.
12506 Add a new rule "exp: '-' error;" to test the above change to
12507 data/yacc.c. Use 'alarm' to abort any test taking longer than
12508 10 seconds, as it's probably looping.
12509 (AT_CHECK_CALC): Test recovery from error in new grammar rule.
12510 Also, the new yacc.c generates two fewer diagnostics for an
12511 existing test.
12512
d0829076
PE
125132003-05-24 Paul Eggert <eggert@twinsun.com>
12514
c6ae27df
PE
12515 * data/glr.c (YYSTACKEXPANDABLE): Do not evaluate
12516 YYSTYPE_IS_TRIVIAL or YYSTYPE_IS_TRIVIAL unless they are defined.
12517 This fixes a problem reported by John Bowman when the Compaq/HP
12518 Alpha cxx compiler happy (e.g. using cxx -D__USE_STD_IOSTREAM
12519 -ansi -Wall -gall).
12520 * data/yacc.c (union yyalloc): Likewise.
12521 (YYCOPY): Do not evaluate __GNUC__ unless it is defined.
26ec81e0 12522
d0829076
PE
12523 Switch from 'int' to 'bool' where that makes sense.
12524
12525 * lib/abitset.c (abitset_test, abitset_empty_p, abitset_equal_p,
12526 abitset_subset_p, abitset_disjoint_p, abitset_and_cmp,
12527 abitset_andn_cmp, abitset_or_cmp, abitset_xor_cmp, abitset_and_or,
12528 abitset_and_or_cmp, abitset_andn_or_cmp, abitset_or_and_cmp):
12529 Return or accept bool, not int. All callers changed.
12530 * lib/bbitset.h: (bitset_toggle_, bitset_copy_, bitset_and_or_cmp_,
12531 bitset_andn_or_cmp_, bitset_or_and_cmp_): Likewise.
12532 * lib/bitset.c (bitset_only_set_p, bitset_print, bitset_toggle_,
12533 bitset_copy_, bitset_op4_cmp, bitset_and_or_cmp_, bitset_andn_or_cmp_,
12534 bitset_or_and_cmp_): Likewise.
12535 * lib/bitset.h (bitset_test, bitset_only_set_p): Likewise.
12536 * lib/bitset_stats.c (bitset_stats_print, bitset_stats_toggle,
12537 bitset_stats_test, bitset_stats_empty_p, bitset_stats_disjoint_p,
12538 bitset_stats_equal_p, bitset_stats_subset_p, bitset_stats_and_cmp,
12539 bitset_stats_andn_cmp, bitset_stats_or_cmp, bitset_stats_xor_cmp,
12540 bitset_stats_and_or_cmp, bitset_stats_andn_or_cmp,
12541 bitset_stats_or_and_cmp): Likewise.
12542 * lib/ebitset.c (ebitset_elt_zero_p, ebitset_equal_p, ebitset_copy_cmp,
12543 ebitset_test, ebitset_empty_p, ebitset_subset_p, ebitset_disjoint_p,
12544 ebitset_op3_cmp, ebitset_and_cmp, ebitset_andn_cmp, ebitset_or_cmp,
12545 ebitset_xor_cmp): Likewise.
12546 * lib/lbitset.c (lbitset_elt_zero_p, lbitset_equal_p, lbitset_copy_cmp,
12547 lbitset_test, lbitset_empty_p, lbitset_subset_p, lbitset_disjoint_p,
12548 lbitset_op3_cmp, lbitset_and_cmp, lbitset_andn_cmp, lbitset_or_cmp,
12549 lbitset_xor_cmp): Likewise.
12550 * lib/bbitset.h: Include <stdbool.h>.
12551 (struct bitset_vtable): The following members now return bool, not
12552 int: toggle, test, empty_p, disjoint_p, equal_p, subset_p,
12553 and_cmp, andn_cmp, or_cmp, xor_cmp, and_or_cmp, andn_or_cmp,
12554 or_and_cmp).
12555 * src/conflicts.c (count_rr_conflicts): Likewise.
12556 * lib/bitset_stats.h (bitset_stats_enabled): Now bool, not int.
12557 All uses changed.
12558 * lib/ebitset.c (ebitset_obstack_init): Likewise.
12559 * lib/lbitset.c (lbitset_obstack_init): Likewise.
12560 * src/getargs.c (debug_flag, defines_flag, locations_flag,
12561 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
12562 graph_flag): Likewise.
12563 * src/getargs.h (debug_flag, defines_flag, locations_flag,
12564 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
12565 graph_flag): Likewise.
12566 * src/output.c (error_verbose): Likewise.
12567 * src/output.h (error_verbose): Likewise.
12568 * src/reader.c (start_flag, typed): Likewise.
12569 * src/reader.h (typed): Likewise.
12570 * src/getargs.c (LOCATIONS_OPTION): New constant.
12571 (long_options, getargs): Use it.
12572 * src/lalr.c (build_relations): Use bool, not int.
12573 * src/nullable.c (nullable_compute): Likewise.
12574 * src/print.c (print_reductions): Likewise.
12575 * src/tables.c (action_row, pack_vector): Likewise.
12576 * src/muscle_tab.h (MUSCLE_INSERT_BOOL): New macro.
12577 * src/output.c (prepare): Use it.
12578 * src/output.c (token_definitions_output,
12579 symbol_destructors_output, symbol_destructors_output): Use string,
12580 not boolean integer, to keep track of whether to output separator.
12581 * src/print_graph.c (print_core): Likewise.
12582 * src/state.c (state_rule_lookaheads_print): Likewise.
12583
12584 * config/install-sh: Sync from automake 1.7.5.
12585
6b2584b7
PE
125862003-05-14 Paul Eggert <eggert@twinsun.com>
12587
12588 * src/parse-gram.y (rules_or_grammar_declaration): Require a
12589 semicolon after a grammar declaration, in the interest of possible
12590 future changes to the Bison input language.
12591 Do not allow a stray semicolon at the start of the grammar.
12592 (rhses.1): Allow one or more semicolons after any rule, including
12593 just before "|" as required by POSIX.
12594 * tests/input.at (Torturing the Scanner): Add tests for ";|" in a
12595 grammar.
12596
caf37a36
ADL
125972003-05-14 Alexandre Duret-Lutz <adl@gnu.org>
12598
12599 %parse-param support for lalr1.cc.
12600
12601 * data/lalr1.cc (b4_parse_param_decl, b4_parse_param_cons,
12602 b4_cc_constructor_calls, b4_cc_constructor_call,
12603 b4_parse_param_vars, b4_cc_var_decls, b4_cc_var_decl): New m4
12604 definitions.
12605 (yy::b4_parser_class_name::b4_parser_class_name): Take extra
12606 parse-param arguments.
12607 (yy::b4_parser_class_name): Declare instance variables to
12608 hold parse-param arguments.
12609 * tests/calc.at: s/value/semantic_value/ because value clashes
12610 with a member of yy::b4_parser_class_name. Adjust C++ code
12611 to handle %parse-param. Enable %parse-param test in C++.
12612
3ab37077
PE
126132003-05-12 Paul Eggert <eggert@twinsun.com>
12614
12615 * doc/bison.texinfo (How Can I Reset @code{yyparse}): Reword the
12616 English a bit. Fix fclose typo. Change "const char" to "char
12617 const", and use ANSI C rather than K&R for "main". Suggest
12618 YY_FLUSH_BUFFER over yyrestart (as that is what Flex recommends)
12619 and suggest yy_switch_to_buffer.
12620
126212003-05-05 Paul Eggert <eggert@twinsun.com>
163ab321
PE
12622
12623 * lib/bitset.h (__INT_TO_PTR): Define to a value that presumes
12624 C89. This avoids a diagnostic on compilers that define __STDC__
12625 to 0, fixing a problem with Tru64 cc reported by Martin Mokrejs in
161a71f3 12626 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
163ab321 12627
e743727f
PE
126282003-05-03 Paul Eggert <eggert@twinsun.com>
12629
12630 * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):
12631 Do not overrun array bounds.
12632 This should fix a bug reported today by Olatunji Oluwabukunmi in
161a71f3 12633 <http://lists.gnu.org/archive/html/bug-bison/2003-05/msg00004.html>.
e743727f 12634
916708d5
AD
126352003-04-29 Akim Demaille <akim@epita.fr>
12636
12637 * src/gram.h, src/gram.c (pure_parser, glr_parser): Move to...
12638 * src/getargs.c, src/getargs.h: here, as bool, not int.
12639 (nondeterministic_parser): New.
12640 * src/parse-gram.y, src/scan-gram.l: Support
12641 %nondeterministic-parser.
12642 * src/output.c (prepare): Use nondeterministic_parser instead
12643 of glr_parser where appropriate.
12644 * src/tables.c (conflict_row, action_row, save_row)
12645 (token_actions, token_actions, pack_vector): Ditto.
12646
a06ea4aa
AD
126472003-04-29 Akim Demaille <akim@epita.fr>
12648
12649 * doc/bison.texinfo (C++ Parsers, Implementing Loops): New.
12650
211074ca
AD
126512003-04-29 Akim Demaille <akim@epita.fr>
12652
12653 * tests/calc.at: Also test yacc.c and glr.c (but not lalr1.cc yet)
12654 with %pure-parser and %locations to exercise the patch from Yakov
12655 Markovitch below.
12656
6175ffe3
PE
126572003-04-28 Tim Van Holder <tim.van.holder@pandora.be>
12658
12659 * data/yacc.c: (b4_lex_param): Corrected for the case where
12660 %lex-param is provided and %pure-parser isn't.
12661
b1e95857
PE
126622003-04-27 Paul Eggert <eggert@twinsun.com>
12663
12664 Avoid gcc -Wundef warnings reported by Gerald Pfeifer in
161a71f3 12665 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00044.html>.
b1e95857
PE
12666 * data/yacc.c (YYSTACK_ALLOC): Don't evaluate YYSTACK_USE_ALLOCA
12667 if it is not defined.
12668 (YYMAXDEPTH): Don't evaluate YYMAXDEPTH if it is not defined.
12669
acda9df6
PE
126702003-04-26 Paul Eggert <eggert@twinsun.com>
12671
3470c57b
PE
12672 * data/lalr1.cc (yy::Parser::pact_ninf_, yy::Parser::table_ninf_):
12673 Declare to be of type suitable for the ninf value itself, not of
12674 type suitable for the corresponding table, since the latter might
12675 be unsigned but the ninf value might be negative. This fixes a
12676 bug reported by Alexandre Duret-Lutz in
161a71f3 12677 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00017.html>.
3470c57b 12678
acda9df6
PE
12679 * configure.ac (AC_FUNC_ERROR_AT_LINE): Remove, since gl_ERROR
12680 invokes it. We shouldn't invoke it twice because it will attempt
12681 to put error.o in the archive twice. This fixes a glitch reported
12682 by Martin Mokrejs in
161a71f3 12683 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
acda9df6 12684
b5250f26
PE
126852003-04-21 Paul Eggert <eggert@twinsun.com>
12686
12687 * m4/error.m4: Update from Bruno Haible's 2003-04-14 patch
12688 to gnulib.
12689
089ac0f1
PE
126902003-04-21 Yakov Markovitch <Markovitch@iso.ru>
12691
12692 * data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
12693 Fix obvious typo that results in uncompilable GLR parsers
12694 when both %pure-parser and %locations are used. (trivial change)
12695
5ededac6
PE
126962003-04-17 Paul Eggert <eggert@twinsun.com>
12697
1b8f2fff
PE
12698 * src/scan-gram.l: Add %option nounput, since we no longer use unput.
12699 (unexpected_eof): Renamed from unexpected_end_of_file, for brevity.
12700 Do not insert the expected token via unput, as this runs afoul
12701 of a POSIX-compatibility bug in flex 2.5.31.
12702 All uses changed to BEGIN the parent state,
12703 since we no longer insert the expected token via unput.
12704 * tests/regression.at (Invalid inputs): Remove cascaded diagnostic
12705 that is no longer emitted after the above change.
12706
5ededac6
PE
12707 * src/conflicts.c (set_conflicts): Resolve all conflicts, not just
12708 the first one. This change is from Paul Hilfinger, and it fixes
12709 regression reported by Werner Lemberg in
161a71f3 12710 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
5ededac6
PE
12711
12712 (resolve_sr_conflict): Don't invoke state_errs_set
12713 unless one or more tokens have been explicitly made errors.
12714 Otherwise, the above change causes Bison to abort.
12715
12716 * tests/existing.at (GNU pic Grammar): New test case, taken from
12717 Lemberg's email.
12718
b8be9132
AD
127192003-03-31 Akim Demaille <akim@epita.fr>
12720
12721 * doc/Makefile.am (AM_MAKEINFOFLAGS): Don't split the info file.
12722
d423d460
AD
127232003-03-31 Akim Demaille <akim@epita.fr>
12724
12725 * src/output.c (prepare_symbols): Avoid trailing spaces in the
12726 output.
12727
c7e441b4
AD
127282003-03-31 Akim Demaille <akim@epita.fr>
12729
12730 * doc/bison.texinfo (Strings are Destroyed): s/losses/loses/.
12731 From Paul Hilfinger.
12732
231897ad
AD
127332003-03-29 Akim Demaille <akim@epita.fr>
12734
12735 * m4/error.m4: Do not put under dynamic conditions some code which
12736 expansion is under static control.
12737
5b066063
AD
127382003-03-29 Akim Demaille <akim@epita.fr>
12739
12740 * doc/bison.texinfo (How Can I Reset @code{yyparse}): New.
12741
22a74fec
AD
127422003-03-29 Akim Demaille <akim@epita.fr>
12743
12744 * doc/bison.texinfo (Strings are Destroyed): New.
12745
0eee27e7
PE
127462003-03-13 Paul Eggert <eggert@twinsun.com>
12747
12748 * .cvsignore: Add configure.lineno.
12749 * src/.cvsignore: Add yacc.
12750 * tests/.cvsignore: Add testsuite.log.
12751 * doc/fdl.texi: Sync with latest FSF version.
12752
f61aad93
PE
127532003-03-12 Paul Eggert <eggert@twinsun.com>
12754
537636c7
PE
12755 * scan-gram.l (YY_USER_INIT): Initialize code_start, too.
12756 (<INITIAL><<EOF>>, <SC_PRE_CODE><<EOF>>): Set *loc to the scanner
12757 cursor, instead of leaving it undefined. This fixes a bug
12758 reported by Tim Van Holder in
161a71f3 12759 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00023.html>.
537636c7
PE
12760 * tests/input.at (Torturing the Scanner): Test the scanner on
12761 an empty input file, which was Tim Van Holder's test case.
12762
12763 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): When checking whether
12764 <sys/resource.h> can be included, include sys/time.h and
12765 sys/times.h first, if available. This works around the SunOS
12766 4.1.4 porting bug reported by Bruce Becker in
161a71f3 12767 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00018.html>.
537636c7
PE
12768
12769 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't
12770 AC_CHECK_HEADERS([sys/wait.h]), as this interferes with
12771 AC_HEADER_SYS_WAIT.
12772
f61aad93
PE
12773 Merge changes from gnulib. This was prompted because the CVS
12774 snapshot didn't build on Solaris 7 due to strnlen problems.
12775
12776 These changes need to be merged back into gnulib:
12777 * lib/hash.c: Include <stdbool.h> unconditionally.
12778 * m4/onceonly.m4 (m4_quote): New macro.
12779 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
12780 Quote AC_FOREACH variable-expansions properly.
12781 The 2003-01-03 obstack.h change also needs merging.
12782 {end of changes requiring merging}
5b066063 12783
f61aad93
PE
12784 * lib/stdbool.h.in, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
12785 m4/getopt.m4, m4/hash.m4, m4/malloc.m4, m4/memchr.m4,
12786 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/quote.m4,
12787 m4/quotearg.m4, m4/realloc.m4, m4/stpcpy.m4, m4/strnlen.m4,
12788 m4/strtol.m4, m4/strtoul.m4, m4/unlocked-io.m4, m4/xalloc.m4:
12789 New files, imported from gnulib.
12790 * m4/Makefile.am (EXTRA_DIST): Add the new m4/*.m4 files mentioned
12791 above.
12792
12793 * lib/mbswidth.c, m4/error.m4, m4/mbrtowc.m4, m4/mbswidth.m4,
12794 m4/memcmp.m4, m4/prereq.m4, m4/stdbool.m4: Update to current
12795 gnulib sources.
12796
12797 * configure.ac (gl_DIRNAME, gl_GETOPT, gl_HASH, gl_QUOTE, gl_XALLOC):
12798 Add.
12799 (gl_ERROR): New, replacing jm_PREREQ_ERROR.
12800 (gl_FUNC_ALLOCA): New, replacing AC_FUNC_ALLOCA.
12801 (gl_FUNC_STPCPY): New, replacing AC_REPLACE_FUNCS(stpcpy).
12802 (gl_FUNC_STRNLEN): New, replacing AC_FUNC_STRNLEN.
12803 (gl_MBSWIDTH): New, replacing jm_PREREQ_MBSWIDTH.
12804 (gl_OBSTACK): New, replacing AC_FUNC_OBSTACK.
12805 (gl_QUOTEARG): New, replacing jm_PREREQ_QUOTEARG.
12806 (jm_FUNC_GLIBC_UNLOCKED_IO, gl_FUNC_STPCPY, gl_FUNC_STRTOL): New.
12807 (jm_FUNC_MALLOC): New, replacing AC_FUNC_MALLOC.
12808 (jm_FUNC_REALLOC): New, replacing AC_FUNC_REALLOC.
12809 (jm_PREREQ_ARGMATCH): Remove.
12810 (AC_REPLACE_FUNCS): Remove memchr, memrchr, stpcpy, strtol, strtoul.
12811 * lib/Makefile.am (libbison_a_SOURCES): Add argmatch.c, argmatch.h.
12812
12813 * src/system.h: Include <stdbool.h> unconditionally.
12814
12815 * lib/bbitset.h: Include <limits.h> unconditionally. We have been
12816 assuming at least C89 in the bitset code for some time now.
12817
d2ffe116
AD
128182003-03-03 Akim Demaille <akim@epita.fr>
12819
12820 * ro.po: New.
12821
052826fd
AD
128222003-03-02 Akim Demaille <akim@epita.fr>
12823
12824 * doc/bison.texinfo (Table of Symbols): Reactivate the
12825 documentation for %lex-param, and %parse-param.
12826
c4749565
AD
128272003-03-02 Akim Demaille <akim@epita.fr>
12828
12829 * data/yacc.c, data/glr.c, data/lal1.cc: Use similar code to
12830 generate verbose error messages.
12831 Use the number of tokens as an upper bound in yytname, as it
12832 cannot be a non terminal.
12833
d5286af1
AD
128342003-03-02 Akim Demaille <akim@epita.fr>
12835
12836 * tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected error
12837 message.
12838
22e304a6
AD
128392003-03-02 Akim Demaille <akim@epita.fr>
12840
22e304a6
AD
12841 * tests/regression.at (_AT_DATA_DANCER_Y, AT_CHECK_DANCER): New.
12842 Use them to exercise yycheck overrun.
12843 Based on Andrew Suffield's grammar.
12844
67a25fed
AD
128452003-03-02 Akim Demaille <akim@epita.fr>
12846
12847 Create tests/local.at for Bison generic testing macros.
12848
12849 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Move to...
12850 * tests/local.at (AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS):
12851 This new file.
12852 * tests/calc.at (AT_CHECK_CALC): Adjust.
12853 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR)
12854 (AT_COMPILE, AT_COMPILE_CXX, AT_PARSER_CHECK): Move to...
12855 * tests/local.at: here.
12856 (AT_COMPILE_CXX): Tags the tests using it as c++.
12857 Ignore the test if CXX is not functional.
12858
9c2b381f
PE
128592003-03-01 Paul Eggert <eggert@twinsun.com>
12860
12861 * src/scan-gram.l (code_start): Initialize it to scanner_cursor,
12862 not loc->end, since loc->end might contain garbage and this leads
12863 to undefined behavior on some platforms.
12864 (id_loc, token_start): Use (IF_LINTed) initial values that do not
12865 depend on *loc, so that the reader doesn't give the the false
12866 impression that *loc is initialized.
12867 (<INITIAL>"%%"): Do not bother setting code_start, since its value
12868 does not survive the return.
12869
0433ba88
AD
128702003-03-01 Akim Demaille <akim@epita.fr>
12871
12872 * src/scan-gram.l (code_start): Always initialize it when entering
12873 into yylex, as SC_EPILOGUE is activated *before* the corresponding
12874 yylex invocation. An alternative would be making it static, but
12875 then it starts with the second %%'s beginning, instead of its end.
12876
b305ea69
PE
128772003-02-28 Paul Eggert <eggert@twinsun.com>
12878
12879 * lib/mbswidth.c: Include <wchar.h> before "mbswidth.h", to work
12880 around a UnixWare 7.1.1 porting bug reported by John Hughes in
161a71f3 12881 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00030.html>.
b305ea69 12882
c3d25e01
PE
128832003-02-26 Paul Eggert <eggert@twinsun.com>
12884
12885 * README: Mention compiler bug in Sun Forte Developer 6 update 2.
12886 Remove Sequent/Pyramid discussion (nobody uses them any more).
12887 Merge VMS and MS-DOS discussion; these ports may well be dead
12888 but let's keep mentioning them for now. Put <> around email
12889 addresses. Add copyright notice.
12890
c267ffbc
PE
128912003-02-24 Paul Eggert <eggert@twinsun.com>
12892
12893 * data/glr.c (yy_reduce_print): yylineno -> yylno,
12894 to avoid collision with flex use of yylineno.
12895 Problem reported by Bruce Lilly in
161a71f3 12896 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00016.html>.
c267ffbc
PE
12897 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
12898 * data/yacc.c (yy_reduce_print): Likewise.
12899
12900 * config/depcomp: Sync with Automake 1.7.3.
12901
f939fc12
AD
129022003-02-21 Akim Demaille <akim@epita.fr>
12903
12904 * data/lalr1.cc: Use temporary variables instead of casts to
12905 change integer types.
12906 Suggested by Paul Eggert.
12907
95923bd6
AD
129082003-02-21 Akim Demaille <akim@epita.fr>
12909
12910 * doc/bison.texinfo: Use "location" consistently to refer to @n,
12911 to avoid confusions with lalr1.cc's notion of Position.
12912 Suggested by Paul Eggert.
12913
2cdc240e
AD
129142003-02-20 Akim Demaille <akim@epita.fr>
12915
12916 * data/lalr1.cc (position.hh): Make sure "columns" never pushes
12917 before initial_columns.
12918 (location.hh): Use consistent variable names when defining the
12919 operator<<.
12920 Use "last" so that we subtract from Positions, not from unsigned.
12921
5d003116
AD
129222003-02-20 Akim Demaille <akim@epita.fr>
12923
12924 * data/lalr1.cc (position.hh): New subfile, including the extended
12925 and Doxygen'ed documentation of class Position.
12926 (location.hh): Use it.
12927 Document a` la Doxygen.
ba1ecc07 12928 With the help of Benoit Perrot.
5d003116 12929
d02b25f9
AD
129302003-02-20 Akim Demaille <akim@epita.fr>
12931
12932 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Define
12933 AT_YACC_IF.
12934 Redefine AT_YYERROR_SEES_LOC_IF using it.
12935 (_AT_DATA_CALC_Y): Don't declare yyerror when lalr1.cc, as it is
12936 not defined.
12937 Don't use the location in yy::Parser::error_ and
12938 yy::Parser::print_ when not %locations.
12939 Activate more lalr1.cc tests.
12940
0d1c3a04
AD
129412003-02-19 Akim Demaille <akim@epita.fr>
12942
12943 * data/lalr1.cc: When displaying a line number, be sure to make it
12944 an int.
12945
60a777aa
AD
129462003-02-19 Akim Demaille <akim@epita.fr>
12947
12948 * data/lalr1.cc (b4_stack_depth_init, yy::Parser::initdepth_):
12949 Remove, useless.
12950 (YYABORT, YYACCEPT, YYERROR): New.
12951 * tests/calc.at: Renable the lalr1.cc test.
12952
0b86fc41
AD
129532003-02-19 Akim Demaille <akim@epita.fr>
12954
12955 * tests/calc.at (AT_CHECK_CALC): Check different scenarios of
12956 error recovery, mixing with/without pops and discarding of the
12957 lookahead.
12958 Exercise YYERROR.
12959 Disable the lalr1.cc tests as currently it doesn't support YYERROR.
12960
da99a5dc
PE
129612003-02-17 Paul Eggert <eggert@twinsun.com>
12962
12963 * tests/atlocal.in (LDFLAGS, LIBS): New vars.
12964 * tests/testsuite.at (AT_COMPILE): Use them.
12965 This fixes the testsuite problem reported by Robert Lentz in
161a71f3 12966 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00011.html>.
da99a5dc 12967
93b8c255
PE
129682003-02-12 Paul Eggert <eggert@twinsun.com>
12969
12970 * data/yacc.c (yyerrlab) [YYERROR_VERBOSE]:
12971 Avoid subscript error in yycheck. Bug reported by Andrew Suffield in
161a71f3 12972 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00003.html>.
93b8c255
PE
12973 * data/glr.c (yyreportSyntaxError) [YYERROR_VERBOSE]: Likewise.
12974 Check for malloc failure, for consistency with yacc.c.
12975 (yytname_size): Remove, for consistency with yacc.c.
12976
12977 The bug still remains in data/lalr1.cc, as I didn't have time
12978 to fix it there.
12979
7548fed2
AD
129802003-02-06 Akim Demaille <akim@epita.fr>
12981
12982 * configure.ac (GXX): Rename as...
12983 (CXX): this, to keep the original Autoconf semantics.
12984 Require 2.57.
12985 * data/lalr1.cc: Fix b4_copyright invocations.
12986 If YYDEBUG is not defined, don't depend upon name_ being defined.
12987 (location.hh): Include string and iostream.
12988 (Position::filename): New member.
12989 (Position::Position ()): New.
12990 (operator<< (Position)): New.
12991 (operator- (Position, int)): New.
12992 (Location::first, Location::last): Rename as...
12993 (Location::begin, Location::end): these, to mock the conventional
12994 iterator names.
12995 (operator<< (Location)): New.
12996 * tests/atlocal.in (CXX): New.
12997 * tests/testsuite.at (AT_COMPILE_CXX): New.
12998 * tests/calc.at (_AT_DATA_CALC_Y): Adjust yyerror to report the
12999 locations in a more synthetic way.
13000 (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF is positive if
13001 lalr1.cc is used.
13002 Adjust the C locations to match those from Emacs: first column is
13003 column 0.
13004 Change all the expected results.
13005 Conform to the GCS: simplify the locations when applicable.
13006 (LOC, VAL, YYLLOC_FORMAL, YYLLOC_ARG, USE_YYLLOC, LEX_FORMALS)
13007 (LEX_ARGS, USE_LEX_ARGS, LEX_PRE_FORMALS, LEX_PRE_ARGS): Replace
13008 these CPP macros with the m4 macros new defined by...
13009 (AT_CHECK_PUSHDEFS): this, i.e.:
13010 (AT_LALR1_CC_IF, AT_PURE_LEX_IF, AT_LOC, AT_VAL, AT_LEX_FORMALS)
d02b25f9 13011 (AT_LEX_ARGS, AT_USE_LEX_ARGS, AT_LEX_PRE_FORMALS, AT_LEX_PRE_ARGS)
7548fed2
AD
13012 New macros.
13013 (AT_CHECK_POPDEFS): Undefine them.
13014 (AT_CHECK_CALC_LALR1_CC): New.
13015 Use it for the first lalr1.cc test.
13016
43a176ef
AD
130172003-02-04 Akim Demaille <akim@epita.fr>
13018
13019 * data/lalr1.cc (YYLLOC_DEFAULT): Fix its definition: be based on
13020 Location as is defined.
13021
fc049e9c
AD
130222003-02-04 Akim Demaille <akim@epita.fr>
13023
13024 * data/lalr1.cc: If YYDEBUG is not defined, don't depend upon
13025 name_ being defined.
13026
a737b216
PE
130272003-02-03 Paul Eggert <eggert@twinsun.com>
13028
13029 * src/gram.h (start_symbol): Remove unused decl.
13030
13031 Use more-consistent naming conventions for local vars.
13032
13033 * src/derives.c (derives_compute): Change type of local var from
13034 int to rule_number.
13035 * src/gram.c (grammar_rules_partial_print): Likewise.
13036 * src/print.c (print_core): Likewise.
13037 * src/reduce.c (reduce_grammar_tables): Likewise.
13038
13039 * src/gram.c (grammar_dump): Change name of item_number *
13040 local var from r to rp.
13041 * src/nullable.c (nullable_compute): Likewise.
13042
13043 * src/gram.h (ISTOKEN, ISVAR): Use i, not s, for int var.
13044
13045 * src/gram.h (symbol_number_as_item_number): Use sym, not s,
13046 for symbol or symbol_number var.
13047 * src/reader.c (grammar_start_symbol_set): Likewise.
13048 * src/reader.h (grammar_start_symbol_set, grammar_symbol_append):
13049 Likewise.
13050 * src/state.c (transitions_to): Likewise.
13051 * src/state.h: Likewise.
13052 * src/tables.c (symbol_number_to_vector_number): Likewise.
13053
13054 * src/muscle_tab.h (MUSCLE_OBSTACK_SGROW): Use p, not s, for
13055 char * var.
13056
13057 * src/parse-gram.y (lloc_default): Use loc, not r, for YYLTYPE
13058 var.
13059
13060 * src/scan-gram.l (no_cr_read): Use bytes_read, not s, for size
13061 var.
13062
13063 * src/system.h (xstrndup, strchr, strspn, strnlen, memchr, memrchr):
13064 Use str, not s, for char * var. Use ch, not c, for character var.
13065 Use size for size var.
13066
13067 * src/uniqstr.c (uniqstr_new, uniqstr_assert): Use str, not s, for
13068 char * var.
13069 (uniqstr_print, uniqst_print_processor): Use ustr, not s, for
13070 uniqstr var.
13071 * src/uniqstr.h: Likewise.
13072
13073 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
13074 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
13075 get_node_alignment_str, get_arrow_mode_str, get_crossing_type_str,
13076 get_view_str, get_linestyle_str, get_arrowstyle_str): Rename
13077 param to have same name as that of enum, so that we don't use
13078 "s" to stand for a non-state.
13079
68e93ad5
AD
130802003-02-02 Akim Demaille <akim@epita.fr>
13081
13082 * src/scan-skel.l: Scan more than one inert character per yylex
13083 invocation.
13084
92898986
PE
130852003-02-01 Paul Eggert <eggert@twinsun.com>
13086
13087 Version 1.875a.
13088
1d9d5d71
PE
13089 * po/LINGUAS: Add ms.
13090
0435d061
AD
130912003-01-30 Akim Demaille <akim@epita.fr>
13092
13093 * doc/Makefile.am (CLEANFILES): Add bison.fns for distcheck.
13094
6029a57f
PH
130952003-01-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13096
13097 * tests/cxx-type.at: Correct apparent typo in Bison input: $$ instead
13098 of $1.
0435d061
AD
13099
13100 Changes in response to error report by S. Eken: GLR mode does not
6029a57f 13101 handle negative $ indices or $ indices in embedded rules correctly.
161a71f3 13102 See <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00076.html>.
0435d061 13103
6029a57f
PH
13104 * data/glr.c (b4_rhs_value): Change to use YYFILL macro.
13105 (b4_rhs_location): Ditto.
0435d061 13106 (yyfill): New function to copy from stack tree into array
6029a57f 13107 incrementally.
0435d061
AD
13108 (yyuserAction): Modify to allow incremental move of semantic values
13109 to rhs array when in GLR mode.
13110 Define YYFILL to use in user-defined actions to fill semantic array
6029a57f
PH
13111 as needed.
13112 Remove dummy use of yystack, as there is now a guaranteed use.
13113 (yydoAction): Modify to allow incremental move of semantic values
13114 to rhs array when in GLR mode.
13115 (yyresolveAction): Ditto.
13116 (yyglrShiftDefer): Update comment.
0435d061 13117 (yyresolveStates): Use X == NULL for pointers, not !X.
6029a57f
PH
13118 (yyglrReduce): Ditto.
13119 (yydoAction): Ditto
0435d061 13120
6029a57f
PH
13121 * tests/glr-regr1.at: Rename to ...
13122 * tests/glr-regression.at: Add new regression test for the problems
13123 described above (adapted from S. Eken).
13124 Update copyright notice.
13125 * tests/testsuite.at: Rename glr-regr1.at to glr-regression.at.
13126 * tests/Makefile.am: Ditto.
13127
6cee6297
PE
131282003-01-28 Paul Eggert <eggert@twinsun.com>
13129
13130 * data/lalr1.cc: Do not use @output_header_name@ unless
13131 b4_defines_flag is set. This fixes two bugs reported by
13132 Tim Van Holder in
161a71f3
PE
13133 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00071.html>
13134 and <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00073.html>.
6cee6297 13135
b2a836b5
PE
131362003-01-21 Paul Eggert <eggert@twinsun.com>
13137
13138 * data/yacc.c (YYERROR): Move code from yyerrlab1 to here, so that
13139 we don't need to worry about yyerrlab1 being reported as an
13140 "unused label" by non-GCC C compilers. The downside is that if
13141 locations are used then a couple of statements are duplicated each
13142 time YYERROR is invoked, but the upside is that the warnings
13143 should vanish.
13144 (yyerrlab1): Move code to YERROR.
13145 (yyerrlab2): Remove. Change uses back to yyerrlab1.
13146 This reverts some of the 2002-12-27 change.
13147
4196b931
PE
131482003-01-17 Paul Eggert <eggert@twinsun.com>
13149
13150 * src/output.c (symbol_printers_output): Fix typo that led
13151 to core dump. Problem reported by Antonio Rus in
161a71f3 13152 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00058.html>.
4196b931 13153
3ae831b4
AD
131542003-01-13 Akim Demaille <akim@epita.fr>,
13155 Quoc Peyrot <chojin@lrde.epita.fr>,
13156 Robert Anisko <anisko_r@lrde.epita.fr>
13157
13158 * data/lalr1.cc (parse::yyerrlab1): When popping the stack, stop
13159 when the stacks contain one element, as the loop would otherwise
13160 free the last state, and then use the top state (the one we just
13161 popped). This means that the initial elements will not be freed
13162 explicitly, as is the case in yacc.c; it is not a problem, as
13163 these elements have fake values.
13164
e3aa65c5
PE
131652003-01-11 Paul Eggert <eggert@twinsun.com>
13166
13167 * NEWS: %expect-violations are now just warnings, reverting
13168 to Bison 1.30 and 1.75 behavior. This fixes the GCC 3.2
13169 bootstrapping problem reported by Matthias Klose; see
161a71f3 13170 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00053.html>.
e3aa65c5
PE
13171 * src/conflicts.c (conflicts_print): Likewise.
13172 * tests/conflicts.at (%expect not enough, %expect too much,
13173 %expect with reduce conflicts): Likewise.
13174 * doc/bison.texinfo (Expect Decl): Document this. Also mention
13175 that the warning is enabled if the number of conflicts changes
13176 (not necessarily increases).
13177
13178 * src/getargs.c (version): Update copyright year.
13179
f0057011
AD
131802003-01-09 Akim Demaille <akim@epita.fr>
13181
13182 * src/Makefile.am, lib/Makefile.am: Use $(VAR) instead of @VAR@.
13183
1ee6d2a0
PE
131842003-01-08 Paul Eggert <eggert@twinsun.com>
13185
13186 * Makefile.maint (WGETFLAGS):
13187 New macro, containing "-C off" to disable proxy caches.
13188 All uses of $(WGET) changed to $(WGET) $(WGETFLAGS).
13189 (rel-check): Use $(WGET) instead of wget.
13190
d4fd77c4
PE
131912003-01-06 Paul Eggert <eggert@twinsun.com>
13192
13193 * doc/bison.texinfo (Generalized LR Parsing): Add a reference to
13194 the GLR paper of Scott, Johnstone and Hussain.
13195
464c6927
PE
131962003-01-04 Paul Eggert <eggert@twinsun.com>
13197
d600ee67
PE
13198 * configure.ac (AC_ARG_ENABLE): Add --disable-yacc.
13199 (YACC_SCRIPT, YACC_LIBRARY): New vars to AC_SUBST.
13200 * lib/Makefile.am (lib_LIBRARIES): liby.a -> @YACC_LIBRARY@.
13201 (EXTRA_LIBRARIES): New var, for liby.a.
13202 * src/Makefile.am (bin_SCRIPTS): yacc -> @YACC_SCRIPT@.
13203 (EXTRA_SCRIPTS): New var, for yacc.
13204
464c6927
PE
13205 * data/yacc.c (yyerrlab1): Omit attribute if __cplusplus is defined,
13206 since GNU C++ (as of 3.2.1) does not allow attributes on labels.
13207 Problem reported by Nelson H. F. Beebe.
13208
132092003-01-03 Paul Eggert <eggert@twinsun.com>
13210
13211 * lib/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
13212 (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
13213 when compiling Bison 1.875's `bitset bset = obstack_alloc
13214 (bobstack, bytes);'. Problem reported by Nelson H. F. Beebe.
13215
13216 * src/scan-skel.l (QPUTS): Omit redundant `;' from macro definition.
13217 ([^@\n]): Renamed from [^@\n]+ so that the token buffer does not
13218 grow to a huge size with typical invocation.
d600ee67 13219
464c6927
PE
13220 * lib/hash.c (_Bool, bool, false, true, __bool_true_false_are_defined):
13221 Use the pattern recommended by Autoconf 2.57, except also protect
13222 against double-definition.
13223 * src/system.h: Likewise.
13224 Portability issues reported by Nelson H. F. Beebe.
d600ee67 13225
464c6927
PE
13226 * data/glr.c (yybool): Renamed from bool, to avoid collisions in C.
13227 All uses changed. Provide a definition in both C and C++.
13228 (yytrue, yyfalse): Define even if defined (__cplusplus).
13229
13230 * lib/bitset_stats.c (bitset_stats_list): Remove unused var.
13231 Reported by Nelson H. F. Beebe.
d600ee67 13232
464c6927
PE
13233 * src/scan-skel.l ("@oline@"): Output lineno+1, not lineno.
13234
0f42c7d5
PE
132352003-01-02 Paul Eggert <eggert@twinsun.com>
13236
13237 * data/yacc.c (yyerrlab1): Append `;' after attribute, to
13238 pacify the buggy "smart preprocessor" in MacOS 10.2.3.
13239 Bug reported by Nelson H. F. Beebe.
13240
dc546b0f
PE
132412003-01-01 Paul Eggert <eggert@twinsun.com>
13242
13243 * Version 1.875.
13244
2c09b6a7
PE
132452002-12-30 Paul Eggert <eggert@twinsun.com>
13246
13247 * src/scan-gram.l (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","):
13248 Moved here from...
13249 (<INITIAL>","): Here. This causes stray "," to be treated
13250 more uniformly.
13251
dc546b0f 13252 * src/scan-gram.l (<SC_BRACED_CODE>"}"): Output ";" before the
2c09b6a7
PE
13253 last brace in braced code when not in Yacc mode, for compatibility
13254 with Bison 1.35. This resurrects the 2001-12-15 patch to
13255 src/reader.c.
13256
13257 * src/reader.h (YYDECL): Use YYSTYPE, not its deprecated alias
13258 yystype. This follows up the 2002-12-24 YYSTYPE bug fix.
13259
535c0f63
PE
132602002-12-28 Paul Eggert <eggert@twinsun.com>
13261
13262 * src/symtab.c (symbol_make_alias): Set type of SYMVAL to be
13263 that of SYM's type. This fixes Debian bug 168069, reported by
13264 Thomas Olsson.
d600ee67 13265
963fcc17
PE
132662002-12-28 Paul Eggert <eggert@twinsun.com>
13267
13268 Version 1.75f.
13269
13270 Switch back to the Yacc style of conflict reports, undoing some
13271 of the 2002-07-30 change.
13272 * doc/bison.texinfo (Understanding): Use Yacc style for
13273 conflict reports. Also, use new way of locating rules.
13274 * src/conflicts.c (conflict_report):
13275 Renamed from conflict_report_yacc, removing the old
13276 'conflict_report'. Translate the entire conflict report at once,
13277 so that we don't assume that "," has the same interpretation in
13278 all languages.
13279 (conflicts_output): Use Yacc-style conflict report for each state,
13280 instead of our more-complicated style.
13281 (conflicts_print): Use Yacc-style conflict report, except print
13282 the input file name when not emulating Yacc.
13283 * tests/conflicts.at (Unresolved SR Conflicts, Defaulted
13284 Conflicted Reduction, %expect not enough, %expect too much,
13285 %expect with reduce conflicts): Switch to Yacc-style conflict reports.
13286 * tests/existing.at (GNU Cim Grammar): Likewise.
13287 * tests/glr-regr1.at (Badly Collapsed GLR States): Likewise.
13288
13289 * src/complain.c (warn_at, warn, complain_at, complain, fatal_at,
13290 fatal): Don't invoke fflush; it's not needed and it might even be
13291 harmful for stdout, as stdout might not be open.
13292 * src/reduce.c (reduce_print): Likewise.
13293
b1efe548
PE
132942002-12-27 Paul Eggert <eggert@twinsun.com>
13295
13296 Fix a bug where error locations were not being recorded correctly.
13297 This problem was originally reported by Paul Hilfinger in
161a71f3 13298 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00086.html>.
b1efe548
PE
13299
13300 * data/yacc.c (yyparse): New local var yylerrsp, to record the
13301 top of the location stack's error locations.
13302 (yyerrlab): Set it. When discarding a token, push its location
13303 onto yylerrsp so that we don't lose track of the error's end.
13304 (yyerrlab1): Now is only the target of YYERROR, so that we can
13305 properly record the location of the action that failed. For GCC
13306 2.93 and later, insert an __attribute__ ((__unused__)) to avoid
13307 GCC warning about yyerrlab1 being unused if YYERROR is unused.
13308 (yyerrlab2): New label, which yyerrlab now falls through to.
13309 Compute the error's location by applying YYLLOC_DEFAULT to
13310 the locations of all the symbols that went into the error.
13311 * doc/bison.texinfo (Location Default Action): Mention that
13312 YYLLOC_DEFAULT is also invoked for syntax errors.
13313 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
13314 Error locations include the locations of all the tokens that were
13315 discarded, not just the last token.
d600ee67 13316
983c5c2c
PE
133172002-12-26 Paul Eggert <eggert@twinsun.com>
13318
b1efe548
PE
13319 * src/files.c: Include quote.h.
13320 (compute_output_file_names): Warn if we detect conflicting
13321 outputs to the same file. This should catch the misunderstanding
13322 exemplified by Debian Bug 165349, reported by Bruce Stephens..
13323
13324 * src/conflicts.c (conflicts_print): If the user specifies
13325 "%expect N", report an error if there are any reduce/reduce
13326 conflicts. This is what the manual says should happen.
13327 This fixes Debian bug 130890, reported by Anthony DeRobertis.
13328 * tests/conflicts.at (%expect with reduce conflicts): New test.
13329
983c5c2c
PE
13330 Don't use m4_include on relative file names, as it doesn't work as
13331 desired if there happens to be a file with that name under ".".
d600ee67 13332
983c5c2c
PE
13333 * m4sugar/version.m4: Remove; it was included but it wasn't used.
13334 * data/Makefile.am (dist_m4sugar_DATA): Remove m4sugar/version.m4.
13335 * data/m4sugar/m4sugar.m4: Don't include m4sugar/version.m4.
13336 * data/glr.c, data/lalr1.cc, data/yacc.c: Don't include c.m4.
13337 * src/output.c (output_skeleton): Use full path names when
13338 specifying a file to include; don't rely on include path, as
13339 it's unreliable when the working file contains a file with
13340 that name.
d600ee67 13341
983c5c2c
PE
133422002-12-25 Paul Eggert <eggert@twinsun.com>
13343
13344 Remove obsolete references to bison.simple and bison.hairy.
13345 Problem mentioned by Aubin Mahe in
161a71f3 13346 <http://lists.gnu.org/archive/html/help-bison/2002-12/msg00010.html>.
983c5c2c
PE
13347 * data/glr.c: Comment fix.
13348 * doc/bison.1: Remove references. Also, mention "yacc".
13349
13350 * src/getargs.c (getargs) [MSDOS]: Don't assume optarg != NULL
13351 with -g option.
13352
13353 * src/parse-gram.y (declaration): Use enum "report_states" rather
13354 than its numeric value 1.
13355
13356 * src/scan-skel.l ("@output ".*\n): Close any old yyout before
13357 opening a new one. This fixes Debian bug 165349, reported by
13358 Bruce Stephens.
13359
23f2d9dc
PE
133602002-12-24 Paul Eggert <eggert@twinsun.com>
13361
13362 Version 1.75e.
13363
13364 * Makefile.maint (cvs-update): Don't assume that the shell
13365 supports $(...), as Solaris sh doesn't.
13366
13367 * src/parse-gram.y (lloc_default): Remove test for empty
13368 nonterminals at the end, since it didn't change the result.
13369
133702002-12-24 Paul Eggert <eggert@twinsun.com>
33167b8b
PE
13371
13372 If the user does not define YYSTYPE as a macro, Bison now declares it
13373 using typedef instead of defining it as a macro. POSIX requires this.
13374 For consistency, YYLTYPE is also declared instead of defined.
13375
13376 %union directives can now have a tag before the `{', e.g., the
13377 directive `%union foo {...}' now generates the C code
13378 `typedef union foo { ... } YYSTYPE;'; this is for Yacc compatibility.
13379 The default union tag is `YYSTYPE', for compatibility with Solaris 9
13380 Yacc. For consistency, YYLTYPE's struct tag is now `YYLTYPE'
13381 instead of `yyltype'.
13382
13383 `yystype' and `yyltype' are now obsolescent macros instead of being
13384 typedefs or tags; they are no longer documented and will be
13385 withdrawn in a future release.
13386
13387 * data/glr.c (b4_location_type): Remove.
13388 (YYSTYPE): Renamed from yystype.
13389 (YYSTYPE_IS_DECLARED): New macro, used to prevent double-typedef.
13390 (struct YYLTYPE): Renamed from struct yyltype.
13391 (YYLTYPE): Renamed from yyltype.
13392 (yyltype, yystype): New (and obsolescent) macros,
13393 for backward compatibility.
13394 * data/yacc.c: Likewise.
13395
13396 * data/yacc.c (YYSTYPE): Declare as union YYSTYPE if the user
13397 does not specify a union tag. This is for compatibility with
13398 Solaris 9 yacc.
13399
13400 * src/parse-gram.y (add_param): 2nd arg is now char * not char
13401 const *, since it is now modified by stripping surrounding { }.
13402 (current_braced_code): Remove.
13403 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_UNION,
13404 PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Change names to include
13405 trailing " {...}". Now of type <chars>.
13406 (grammar_declaration): Adjust to bundled tokens.
13407 (code_content): Remove; stripping is now done by add_param.
13408 (print_token_value): Print contents of bundled tokens.
13409 (token_name): New function.
13410
13411 * src/reader.h (braced_code, current_braced_code): Remove.
13412 (token_name): New decl.
13413
13414 * src/scan-gram.l (handle_dollar, handle_at): Now takes int
13415 token_type, not braced_code code_kind. All uses changed.
13416 (SC_PRE_CODE): New state, for scanning after a keyword that
13417 has (or usually has) an immediately-following braced code.
13418 (token_type): New local var, to keep track of which token type
13419 to return when scanning braced code.
13420 (<INITIAL>"%destructor", <INITIAL>"%lex-param",
dc546b0f 13421 <INITIAL>"%parse-param", <INITIAL>"%printer",
33167b8b
PE
13422 <INITIAL>"%union"): Set token type and BEGIN SC_PRE_CODE
13423 instead of returning a token type immediately.
13424 (<INITIAL>"{"): Set token type.
13425 (<SC_BRACED_CODE>"}"): Use it.
13426 (handle_action_dollar, handle_action_at): Now returns bool
13427 indicating success. Fail if ! current_rule; this prevents a core dump.
13428 (handle_symbol_code_dollar, handle_symbol_code_at):
13429 Remove; merge body into caller.
13430 (handle_dollar, handle_at): Complain in invalid contexts.
13431
13432 * NEWS, doc/bison.texinfo: Document the above.
13433 * NEWS: Fix years and program names in copyright notice.
13434
879ca4f8
PE
134352002-12-17 Paul Eggert <eggert@twinsun.com>
13436
13437 * NEWS, doc/bison.texinfo (Parser Function, Pure Calling, Error
13438 Reporting, Table of Symbols): Omit mentions of %lex-param and
13439 %parse-param from the documentation for now.
13440
1c5fe69d
PE
134412002-12-15 Paul Eggert <eggert@twinsun.com>
13442
13443 Undo most of the 2002-11-12 yychar -> yytoken patch, as it broke
13444 GCC 3.2.1 (which depends on yychar == YYEMPTY when there is no
13445 lookahead symbol, and which sets yychar in parser actions) and it
7ea9026a
PE
13446 disagreed with the Bison documentation. Bug
13447 reported by Andrew Walrond.
d600ee67 13448
1c5fe69d
PE
13449 * data/yacc.c (YYTRANSLATE): Don't check for negative argument,
13450 as the caller now does that.
13451 (yyclearin, YYBACKUP, yyparse): Use yychar, not yytoken.
13452 (YYEMPTY): Parenthesize right hand side, since others use it.
13453 (yyparse): Don't assume that our generated code is the only code
13454 that sets yychar.
13455
d1de5372
PE
134562002-12-13 Paul Eggert <eggert@twinsun.com>
13457
13458 Version 1.75d.
13459
13460 POSIX requires a "yacc" command.
13461 * src/Makefile.am (bin_SCRIPTS): New macro, for yacc.
13462 (MOSTLYCLEANFILES): Add yacc.
13463 (yacc): New rule.
1c5fe69d 13464 * doc/bison.texinfo (Invocation, Bison Options): Mention yacc
d1de5372
PE
13465 as an alias for bison y.
13466
13467 * po/LINGUAS: Add da.
d600ee67 13468
d1de5372
PE
13469 * src/getargs.c (__GNU_LIBRARY__) [lint]: Define to work around
13470 problem with latest <getopt.h>.
13471 (HACK_FOR___GNU_LIBRARY___PROTOTYPE): New macro.
13472
13473 * doc/fdl.texi: Upgrade to 1.2.
13474 * lib/alloca.c, lib/error.c, lib/getopt.c, lib/getopt.h
13475 lib/getopt1.c, lib/gettext.h, lib/memrchr.c, lib/obstack.c,
13476 lib/obstack.h, lib/strnlen.c, lib/unlocked-io.h: Sync with
13477 gnulib.
13478 * config/install-sh: Sync with autotools.
13479
13480 Fix a bad interaction with flex 2.5.23 reported by Bruce Lilly in
161a71f3 13481 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
d1de5372
PE
13482 * data/yacc.c (YYLTYPE, struct yyltype): Do not define unless
13483 locations are requested.
13484 (union yyalloc): Do not depend on YYLTYPE_IS_TRIVIAL unless
13485 locations are requested.
13486
d0f3fe23
PE
134872002-12-12 Paul Eggert <eggert@twinsun.com>
13488
13489 Remove unportable casts and storage allocation tricks.
13490 While we're at it, remove almost all casts, since they
13491 usually aren't needed and are a sign of trouble.
13492
13493 * configure.ac (AC_CHECK_TYPES): Check for uintptr_t.
13494
13495 * src/derives.c (derives_compute): Do not subtract NTOKENS from
13496 the pointer DSET returned by malloc; this isn't portable.
13497 Instead, always use DSET[i - NTOKENS] rather than DSET[i].
13498 Similarly for DERIVES.
13499 * src/lalr.c (set_goto_map): Likewise, for GOTO_MAP and TEMP_MAP.
13500 * src/nullable.c (nullable_compute): Likewise, for RSETS and NULLABLE.
13501 * src/reduce.c (reduce_grammar_tables): Likewise, for nontermmap
13502
13503 * src/derives.c (derives_compute): Do not bother invoking
13504 int_of_rule_number, since rule numbers are integers.
13505
13506 * src/files.c (concat2, tr, compute_base_name): Use xmalloc (N)
13507 rather than XMALLOC (char, N).
13508
13509 * src/files.c (filename_split): Rewrite to avoid cast.
13510
13511 * src/gram.h (symbol_number_as_item_number,
13512 item_number_as_symbol_number, rule_number_as_item_number,
13513 item_number_as_rule_number):
13514 Now inline functions rather than macros, to avoid casts.
13515 * src/state.h (state_number_as_int): Likewise.
13516 * src/tables.c (state_number_to_vector_number,
13517 symbol_number_to_vector_number): Likewise.
13518
13519 * src/gram.h (int_of_rule_number): Remove; no longer used.
13520
13521 * src/lalr.c (add_lookback_edge): Use malloc rather than calloc,
13522 since the resulting storage is always stored into.
13523
13524 * src/main.c (alloca) [C_ALLOCA]: Add decl here, the only place
13525 where it's needed.
13526
13527 * src/muscle_tab.c (muscle_m4_output):
13528 Now inline. Return bool, not int.
13529 * src/state.c (state_compare): Likewise.
13530 * src/symtab.c (symbol_check_defined,
13531 symbol_check_alias_consistency, symbol_pack, symbol_translation,
13532 hash_compare_symbol, hash_symbol):
13533 Likewise.
13534 * src/uniqstr.c (uniqstr_print): Likewise.
13535 * src/muscle_tab.c (muscle_m4_output_processor):
13536 New function, to avoid casts.
13537 * src/state.c (state_comparator, stage_hasher): Likewise.
13538 * src/symtab.c (symbol_check_defined_processor,
13539 symbol_check_alias_consistency_processor, symbol_pack_processor,
13540 symbol_translation_processor, hash_symbol_comparator,
13541 hash_symbol_hasher): Likewise.
13542 * src/uniqstr.c (uniqstr_print_processor): Likewise.
13543 * src/muscle_tab.c (muscles_m4_output):
13544 Use new functions instead of casting old functions unportably.
13545 * src/state.c (state_hash_new): Likewise.
13546 * src/symtab.c (symbols_new, symbols_do, symbols_check_defined,
13547 symbols_token_translations_init):
13548 Likewise.
13549 * src/uniqstr.c (uniqstrs_new, hash_initialize, uniqstrs_do): Likewise.
13550
13551 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): Use long local
13552 var instead of casting to long, to avoid casts.
13553 (prepare_states): Use MALLOC rather than alloca, so that we don't
13554 have to worry about alloca.
13555 * src/state.c (state_hash_lookup): Likewise.
13556
13557 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>"'"): Use unsigned char
13558 local var instead of casting to unsigned char, to avoid casts.
13559
13560 * src/state.c (TRANSITIONS_ALLOC, ERRS_ALLOC, REDUCTIONS_ALLOC,
13561 STATE_ALLOC): Remove.
13562 (transitions_new, errs_new, reductions_new, state_new): Use malloc
13563 rather than calloc, and use offsetof to avoid allocating slightly
13564 too much storage.
13565 (state_new): Initialize all members.
13566
13567 * src/state.c (state_hash): Use unsigned accumulator, not signed.
13568
13569 * src/symtab.c (symbol_free): Remove; unused.
13570 (symbol_get): Remove cast in lhs of assignment.
13571 (symbols_do): Now static. Accept generic arguments, not
13572 hashing-related ones.
13573
13574 * src/symtab.h: (NUMBER_UNDEFINED): Remove unnecessary cast.
13575 (symbol_processor): Remove.
13576 (symbols_do): Remove decl; now static.
13577
13578 * src/system.h (alloca): Remove; decl no longer needed.
13579 (<stddef.h>): Include, for offsetof.
13580 (<inttypes.>, <stdint.h>): Include if available.
13581 (uintptr_t): New type, if system lacks it.
13582 (CALLOC, MALLOC, REALLOC): New macros.
13583 All uses of XCALLOC, XMALLOC, and XREALLOC changed to use these
13584 new macros.
13585
13586 * src/tables.c (table_size): Now int, to pacify GCC.
13587 (table_grow, table_ninf_remap): Use signed table size.
13588 (save_row): Don't bother initializing locals when not needed.
13589 (default_goto, goto_actions, pack_vector): Remove unnecessary casts.
13590 * src/uniqstr.c (hash_compare_uniqstr): Likewise.
13591
13592 * src/vcg.h: Correct misspellings.
13593
13594 * src/vcg_defaults.h (G_CMAX): Now INT_MAX.
13595
13596
13597 * src/getargs.c (getargs): Don't assume EOF == -1.
13598
26b4a969
PE
135992002-12-09 Paul Eggert <eggert@twinsun.com>
13600
13601 Change identifier spellings to avoid collisions with names
13602 that are reserved by POSIX.
13603
13604 Don't use names ending in _t, since POSIX reserves them.
13605 For consistency, remove _e and _s endings -- they're weren't
13606 needed to remove ambiguity. All uses changed.
13607 * src/uniqstr.h (uniqstr): Renamed from uniqstr_t, which in
13608 turn was just renamed from struniq_t.
13609 * src/uniqstr.c (uniqstr_processor): Renamed from struniq_processor,
13610 which in turn was just renamed from struniq_processor_t.
13611 (hash_compare_uniqstr): Renamed from hash_compare_struniq, which
13612 in turn was renamed from hash_compare_struniq_t.
13613 * src/LR0.c (struct state_list): Renamed from struct state_list_s.
13614 (state_list): Renamed from state_list_t.
13615 * src/assoc.h (assoc): Renamed from assoc_t.
13616 * src/conflicts.c (enum conflict_resolution): Renamed from
13617 enum conflict_resolution_e.
13618 * src/derives.c (struct rule_list): Renamed from struct rule_list_s.
13619 (rule_list): Renamed from rule_list_t.
13620 * src/getargs.h (enum trace): Renamed from enum trace_e.
13621 (enum report): Renamed from enum report_e.
13622 * src/gram.h (item_number): Renamed from item_number_t.
13623 (rule_number): Renamed from rule_number_t.
13624 (struct rule_s): Remove the "rule_s" part; not used.
13625 (rule): Renamed from rule_t.
13626 (rule_filter): Renamed from rule_filter_t.
13627 * src/lalr.c (struct goto_list): Renamed from struct goto_list_s.
13628 (goto_list): Renamed from goto_list_t.
13629 * src/lalr.h (goto_number): Renamed from goto_number_t.
13630 * src/location.h (location): Renamed from location_t.
13631 * src/muscle_tab.c (muscle_entry): Renamed from muscle_entry_t,
13632 and moved here from:
13633 * src/muscle_tab.h (muscle_entry_t): here.
13634 * src/nullable.c (struct rule_list): Renamed from struct rule_list_s.
13635 (rule_list): Renamed from rule_list_t.
13636 * src/print_graph.c (static_graph): Renamed from graph.
13637 * src/reader.h (braced_code): Renamed from braced_code_t.
13638 Remove brace_code_e tag.
13639 * src/relation.h (relation_node): Renamed from relation_node_t.
13640 (relation_nodes): Renamed from relation_nodes_t.
13641 (relation): Renamed from relation_t.
13642 * src/state.h (state_number): Renamed from state_number_t.
13643 (struct state): Renamed from struct state_s.
13644 (state): Renamed from state_t.
13645 (transitions): Renamed from transitions_t. Unused (and
13646 misspelled) transtion_s tag removed.
13647 (errs): Renamed from errs_t. Unused errs_s tag removed.
13648 (reductions): Renamed from reductions_t. Unused tag
13649 reductions_s removed.
13650 * src/symlist.h (symbol_list): Renamed from symbol_list_t.
13651 (struct symbol_list): Renamed from struct symbol_list_s.
13652 * src/symtab.h (symbol_number): Renamed from symbol_number_t.
13653 (struct symbol): Renamed from struct symbol_s.
13654 (symbol): Renamed from symbol_t.
13655 * src/tables.c (vector_number): Renamed from vector_number_t.
13656 (action_number): Renamed from action_t.
13657 * src/tables.h (base_number): Renamed from base_t.
13658 * src/vcg.h (enum color): Renamed from enum color_e.
13659 (enum textmode): Renamed from enum textmode_e.
13660 (enum shape): Renamed from enum shape_e.
13661 (struct colorentry): Renamed from struct colorentry_s.
13662 (struct classname): Renamed from struct classname_s.
13663 (struct infoname): Renamed from struct infoname_s.
13664 (enum layoutalgorithm): Renamed from enum layoutalgorithm_e.
13665 (enum decision): Renamed from enum decision_e.
13666 (enum orientation): Renamed from enum orientation_e.
13667 (enum alignment): Renamed from enum alignment_e.
13668 (enum arrow_mode): Renamed from enum arrow_mode_e.
13669 (enum crossing_type): Renamed from enum crossing_type_e.
13670 (enum view): Renamed from enum view_e.
13671 (struct node): Renamed from struct node_s.
13672 (node): Renamed from node_t.
13673 (enum linestyle): Renamed from enum linestyle_e.
13674 (enum arrowstyle): Renamed from enum arrowstyle_e.
13675 (struct edge): Renamed from struct edge.
13676 (edge): Renamed from edge_t.
13677 (struct graph): Renamed from struct graph_s.
13678 (graph): Renamed from graph_t.
13679 * tests/calc.at (_AT_DATA_CALC_Y, Simple LALR Calculator):
13680 Rename value_t -> value.
13681 * tests/input.at (Torturing the Scanner): Rename value_t -> value,
13682 value_t_as_yystype -> value_as_yystype.
13683
13684 Don't include <errno.h> in the mainstream code, since it
13685 reserves E[A-Z0-9]* and we want to use symbols like 'EQUALS'.
13686 * lib/get-errno.c, lib/get-errno.h: New files.
13687 * lib/Makefile.am (libbison_a_SOURCES): Add get-errno.h,
13688 get-errno.c.
13689 * src/files.c (xfopen, xfclose): Use get_errno instead of errno.
13690 * src/output.c (output_skeleton): Likewise.
13691 * src/scan-gram.l (<INITIAL>{int}): Use set_errno and get_errno
13692 instead of errno.
13693 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>\\x[0-9abcdefABCDEF]+):
13694 Likewise.
13695 (handle_action_dollar, handle_action_at): Likewise.
13696 * src/system.h: Do not include <errno.h>.
13697 (TAB_EXT): Renamed from EXT_TAB.
13698 (OUTPUT_EXT): Renamed from EXT_OUTPUT.
13699
13700 Avoid str[a-z]*, since <string.h> reserves that name space.
13701 Change all instances of "struniq" in names to "uniqstr", and
13702 likewise for "STRUNIQ" and "UNIQSTR".
13703 * src/uniqstr.c: Renamed from src/struniq.c.
13704 * src/uniqstr.h: Renamed from src/struniq.h.
13705 * src/Makefile.am (bison_SOURCES): Adjust to these renamings.
13706 * src/files.c (strsuffix): Remove; unused.
13707 (concat2): Renamed from stringappend. Now static.
13708 * src/files.h (strsuffix, stringappend): Remove; unused.
13709 * src/parse-gram.y (<chars>): Renamed from <string>.
13710 (<uniqstr>): Renamed from <struniq>.
13711 * src/scan-gram.l (obstack_for_string): Renamed from string_obstack.
13712 * src/vcg.h (struct node_s.expand): Renamed from struct node_s.stretch.
13713 (struct graph_s.expand): Renamed from struct graph_s.stretch.
13714 * src/vcg_defaults.h (G_EXPAND): Renamed from G_STRETCH.
13715 (G_LONG_STRAIGHT_PHASE): Renamed from G_STRAIGHT_PHASE.
13716 (N_EXPAND): Renamed from N_STRETCH.
13717
13718 Avoid *_MAX and *_MIN, since <limits.h> reserves that name space.
13719 * data/yacc.c (YYSTACK_GAP_MAXIMUM): Renamed from YYSTACK_GAP_MAX.
13720 * src/gram.h (ITEM_NUMBER_MAX, ITEM_NUMBER_MIN, RULE_NUMBER_MAX):
13721 Remove; unused.
13722 * src/lalr.h (GOTO_NUMBER_MAXIMUM): Renamed from GOTO_NUMBER_MAX.
13723 * src/state.h (STATE_NUMBER_MAXIMUM): Renamed from STATE_NUMBER_MAX.
13724 * src/symtab.h (SYMBOL_NUMBER_MAXIMUM): Renamed from SYMBOL_NUMBER_MAX.
13725 * src/tables.c (VECTOR_NUMBER_MAX, VECTOR_NUMBER_MIN): Remove; unused.
13726 (BASE_MAXIMUM): Renamed from BASE_MAX.
13727 (BASE_MINIMUM): Renamed from BASE_MIN.
13728 (ACTION_MAX): Remove; unused.
13729 (ACTION_NUMBER_MINIMUM): Renamed from ACTION_MIN.
13730 Unnecessary casts removed from above defines.
13731
13732
13733 Fix misspelling in names.
13734 * src/vcg.h (enum_alignment_e): Renamed from enum_alignement_e.
13735 * src/vcg_defaults.h (G_NODE_ALIGNMENT): Renamed from
13736 G_NODE_ALIGNEMENT.
13737
13738
13739 * lib/timevar.c (timevar_report): Renamed from time_report,
13740 for consistency with other names.
13741 * lib/timevar.h (timevar_report): New decl.
13742 * src/system.h (time_report): Remove; decl is now in lib/timevar.h.
13743
13744
13745 Sort include-file uses.
13746
13747 Reorder all include files under src to be in the order "system.h".
13748 then the ../lib include files in angle brackets (alphabetized),
13749 then the . include files in double-quotes (alphabetized). Fix
13750 dependency breakages encountered in this process, as follows:
13751 * src/closure.h, src/derives.h, src/state.h: Include "gram.h".
13752 * src/complain.c: Don't include stdlib.h, string.h _LIBC stuff.
13753 * src/state.h: Include "symtab.h".
13754
996b1c7e
PE
137552002-12-08 Paul Eggert <eggert@twinsun.com>
13756
13757 * data/glr.c, data/lalr1.cc, data/yacc.c: Do not use __file__,
13758 since this causes problems when __file__ contains character
13759 sequences like "@" that are treated specially by src/scan-skel.l.
13760 Instead, just use the file's basename. This fixes the bug
13761 reported by Martin Mokrejs in
161a71f3 13762 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00007.html>.
996b1c7e 13763
e19c4e5d
PE
137642002-12-06 Paul Eggert <eggert@twinsun.com>
13765
13766 Add support for rules that do not have trailing semicolons, as
13767 POSIX requires. Improve the quality of locations in Bison
13768 diagnostics.
26b4a969 13769
e19c4e5d
PE
13770 * src/location.c: Include <quotearg.h>.
13771 (empty_location): Now const.
13772 (location_print): New function. Follow the recommendation of the
13773 GNU Coding Standards for locations that span file boundaries.
13774 * src/location.h: Do not include <quotearg.h>; no longer needed.
13775 (boundary): New type.
13776 (location_t): Use it. This allows locations to span file boundaries.
13777 All member uses changed: file -> start.file or end.file (as needed),
13778 first_line -> start.line, first_column -> start.column,
13779 last_line -> end.line, last_column -> end.column.
13780 (equal_boundaries): New function.
13781 (LOCATION_RESET, LOCATION_STEP): Remove.
13782 (LOCATION_PRINT): Remove. All callers changed to use location_print.
13783 (empty_location): Now const.
13784 (location_print): New decl.
13785 * src/parse-gram.y (lloc_default): New function, which handles
13786 empty locations more accurately.
13787 (YYLLOC_DEFAULT): Use it.
13788 (%token COLON): Remove.
13789 (%token ID_COLON): New token.
26b4a969 13790 (rules): Use it.
e19c4e5d
PE
13791 (declarations, rules): Remove trailing semicolon.
13792 (declaration, rules_or_grammar_declaration):
13793 Allow empty (";") declaration.
13794 (symbol_def): Remove empty actions; no longer needed.
13795 (rules_or_grammar_declaration): Remove trailing semicolon.
13796 (semi_colon.opt): Remove.
13797 * src/reader.h: Include location.h.
13798 (scanner_cursor): New decl.
13799 * src/reduce.c (nonterminals_reduce): Use warn_at rather than
13800 rolling our own.
13801 * src/scan-gram.l (YY_USER_INIT): Initialize scanner_cursor instead
13802 of *loc.
13803 (STEP): Remove. No longer needed, now that adjust_location does
13804 the work. All uses removed.
13805 (scanner_cursor): New var.
13806 (adjust_location): Renamed from extend_location. It now sets
13807 *loc and adjusts the scanner cursor. All uses changed.
13808 Don't bother testing for CR.
13809 (handle_syncline): Remove location arg; now updates scanner cursor.
13810 All callers changed.
13811 (unexpected_end_of_file): Now accepts start boundary of token or
13812 comment, not location. All callers changed. Update scanner cursor,
13813 not the location.
13814 (SC_AFTER_IDENTIFIER): New state.
13815 (context_state): Renamed from c_context. All uses changed.
13816 (id_loc, code_start, token_start): New local vars.
13817 (<INITIAL,SC_AFTER_IDENTIFIER>): New initial context. Move all
13818 processing of Yacc white space and equivalents here.
13819 (<INITIAL>{id}): Save id_loc. Begin state SC_AFTER_IDENTIFIER
13820 instead of returning ID immediately, since we need to search for
13821 a subsequent colon.
13822 (<INITIAL>"'", "\""): Save token_start.
13823 (<INITIAL>"%{", "{", "%%"): Save code_start.
13824 (<SC_AFTER_IDENTIFIER>): New state, looking for a colon.
13825 (<SC_YACC_COMMENT>, <SC_COMMENT>, <SC_LINE_COMMENT>):
13826 BEGIN context_state at end, not INITIAL.
13827 (<SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'",
13828 <SC_BRACED_CODE>"}", <SC_PROLOGUE>"%}", <SC_EPILOGUE><<EOF>>):
13829 Return correct token start.
13830 (<SC_BRACED_CODE,SC_PROLOGUE,SC_EPILOGUE>): Save start boundary when
13831 the start of a character, string or multiline comment is found.
13832 * tests/conflicts.at (S/R in initial, Defaulted Conflicted
13833 Reduction): Adjust reported locations to match the more-precise
13834 results now expected.
13835 * tests/input.at (Invalid $n, Invalid @n, Type Clashes): Likewise.
13836 * tests/reduce.at (Useless Rules, Reduced Automaton,
13837 Underivable Rules): Likewise.
13838 * tests/regression.at (Invalid inputs): No longer `expecting ";"
13839 or "|"' now that so many other tokens are allowed by the new grammar.
13840
13841 * src/complain.h (current_file): Remove duplicate decl;
13842 current_file is now owned by files.h.
13843 * src/complain.c, src/scan-gram.l: Include files.h.
13844
138452002-12-06 Paul Eggert <eggert@twinsun.com>
26b4a969 13846
e19c4e5d
PE
13847 * data/glr.c (yy_reduce_print): Don't assume that yyrline[yyrule]
13848 promotes to int; it might be unsigned int.
13849 * data/yacc.c (yy_reduce_print): Likewise.
13850
13851 * doc/bison.texinfo (Table of Symbols): YYERROR_VERBOSE should
13852 be #defined in the prologue, not in the Bison declarations.
13853 This fixes Debian Bug 102878, reported by Shaul Karl.
26b4a969 13854
b64755e3
PE
138552002-12-02 Paul Eggert <eggert@twinsun.com>
13856
13857 * configure.ac (AC_REPLACE_FUNCS): Add strtoul.
13858 * lib/strtoul.c: New file, from gnulib.
13859 This fixes a porting bug reported by Peter Klein in
161a71f3 13860 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00000.html>.
b64755e3 13861
6e746484
PE
138622002-11-30 Paul Eggert <eggert@twinsun.com>
13863
b64755e3
PE
13864 * src/scan-gram.l (no_cr_read, extend_location): Move to epilogue,
13865 and put only a forward declaration in the prologue. This is for
13866 consistency with the other scanner helper functions.
13867
6ba55592
PE
13868 Type clashes now generate warnings, not errors, since it
13869 appears that POSIX may allow some grammars with type clashes.
13870 * src/reader.c (grammar_current_rule_check): Warn about
13871 type clashes instead of complaining.
13872 * tests/input.at (Type Clashes): Expect warnings, not complaints.
13873
6e746484
PE
13874 Add Yacc library, since POSIX requires it.
13875 * doc/bison.texinfo (Yacc Library): New node. Regenerate top menu.
13876 * lib/Makefile.am (lib_LIBRARIES, liby_a_SOURCES): New macros.
13877 * lib/main.c, lib/yyerror.c: New files.
13878
13879 gram_error can be static; it need not be extern.
13880 * src/reader.h (gram_error): Remove decl.
13881 * src/parse-gram.y (gram_error): Now static. Add static decl.
13882 (print_token_value): Omit parameter names from forward decl,
13883 for consistency.
13884
88510f9c
PE
138852002-11-29 Paul Eggert <eggert@twinsun.com>
13886
6e746484
PE
13887 * doc/bison.texinfo: Emphasize that yylex and yyerror must
13888 be declared before being used. E.g., one should typically
13889 declare them in the prologue. Use GNU coding style in examples.
13890 Put "const" consistently after the type it modifies. Mention
13891 that C99 supports "inline". Mention that yyerror traditionally
13892 returns "int".
13893
88510f9c
PE
13894 %parse-param and %lex-param now take just one argument, the
13895 declaration; the argument name is deduced from the declaration.
13896
13897 * doc/bison.texinfo (Parser Function, Pure Calling, Error
13898 Reporting, Table of Symbols): Document this.
13899 * src/parse-gram.y (add_param): New function.
13900 (COMMA): Remove.
13901 (declaration): Implement new rule for %parse-param and %lex-param.
13902 * src/scan-gram.l: "," now elicits a warning, rather than being
13903 a token; this is more compatible with byacc.
13904 * tests/calc.at (Simple LALR Calculator): Adopt new convention.
13905
bb92250c
PE
139062002-11-27 Paul Eggert <eggert@twinsun.com>
13907
13908 Rename identifiers to avoid real and potential collisions.
13909
13910 * data/c.m4 (b4_yysymprint_generate): yyout -> yyoutput,
13911 to avoid collision with lex macro described by Bruce Lilly in
161a71f3 13912 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
bb92250c
PE
13913 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
13914 * doc/bison.texinfo (Prologue, Tracing): yyprint -> print_token_value.
13915 * src/parse-gram.y (print_token_value): Renamed from yyprint.
13916 All uses changed.
13917 (YYPARSE_PARAM, YYLEX_PARAM, yycontrol): Remove. All uses changed.
13918 The name "yycontrol" violates the name space rules, and this stuff
13919 wasn't being used anyway.
13920 (input): Remove action; this stuff wasn't being used.
13921 (gram_error): Rename local variable yylloc -> loc.
13922 * src/reader.h (struct gram_control_s, gram_control_t): Remove.
13923 (YY_DECL): Don't use "yy" at start of local variables.
13924 All uses changed, e.g., yylloc -> loc.
13925 * src/scan-gram.l (STEP): Renamed from YY_STEP. All uses changed.
13926 (STRING_GROW): Renamed from YY_OBS_GROW. All uses changed.
13927 (STRING_FINISH): Renamed from YY_OBS_FINISH. All uses changed.
13928 (STRING_FREE): Renamed from YY_OBS_FREE. All uses changed.
13929
13930 * src/parse-gram.y (gram_error): loc is now const *.
13931 * src/reader.h (gram_error): Likewise.
13932
3af4feb2
PE
139332002-11-24 Paul Eggert <eggert@twinsun.com>
13934
13935 Version 1.75c.
13936
13937 * tests/actions.at (Actions after errors): Use an output format
13938 more similar to that of the Printers and Destructors test.
13939 Test the position of the ';' token too.
13940 (Printers and Destructors): Likewise.
13941 (Printers and Destructors: %glr-parser): Remove for now, to avoid
13942 unnecessarily alarming people when the test fails.
13943
13944 * data/yacc.c (yyerrlab1): Move this label down, so that the
13945 parser does not discard the lookahead token if the user code
13946 invokes YYERROR. This change is required for POSIX conformance.
13947
13948 * lib/error.c: Sync with gnulib.
13949
139502002-11-22 Paul Eggert <eggert@twinsun.com>
13951
13952 * lib/quotearg.c, lib/quotearg.h: Sync with gnulib.
13953 * lib/mbswidth.c, lib/mbswidth.h: Likewise.
13954 * lib/xmalloc.c: Likewise.
26b4a969 13955
58004308
PE
139562002-11-20 Paul Eggert <eggert@twinsun.com>
13957
13958 * lib/argmatch.c, lib/argmatch.h: Sync with gnulib.
13959
139602002-11-20 Paul Eggert <eggert@twinsun.com>
26b4a969 13961
58004308
PE
13962 Avoid use of <assert.h>, as the GNU Coding Standards hint that one
13963 should use `if (! x) abort ();' rather than `assert (x);', and
13964 anyway it's one less thing to worry about configuring.
13965
13966 * data/glr.c, lib/hash.c, src/system.h: Do not include <assert.h>.
13967 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise,
13968 and replace all instances of assert with abort.
13969 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
13970 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Likewise.
13971
13972 * data/glr.c (yydoAction, yyglrReduce, yysplitStack, yyresolveStates,
13973 yyresolveAction, yyprocessOneStack): Use abort rather than assert.
13974 * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
13975 hash_find_entry, hash_rehash, hash_insert): Likewise.
13976 * src/conflicts.c (resolve_sr_conflict): Likewise.
13977 * src/lalr.c (set_goto_map, map_goto): Likewise.
13978 * src/nullable.c (nullable_compute): Likewise.
13979 * src/output.c (prepare_rules, token_definitions_output): Likewise.
13980 * src/reader.c (packgram, reader): Likewise.
13981 * src/state.c (state_new, state_free, state_transitions_set,
13982 state_reduction_find): Likewise.
13983 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias,
13984 symbol_pack): Likewise.
13985 * src/tables.c (conflict_row, pack_vector): Likewise.
13986 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
13987 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
13988 get_node_alignement_str, get_arrow_mode_str, get_crossing_type_str,
13989 get_view_str, get_linestyle_str, get_arrowstyle_str): Likewise.
13990
13991 * lib/argmatch.h (ARRAY_CARDINALITY): Do not bother to #undef.
13992 (ARGMATCH_CONSTRAINT): New macro.
13993 (ARGMATCH_ASSERT): Use it.
13994
13995 * src/system.h (verify): New macro.
13996 * src/getargs.c (trace_argmatch, report_argmatch): Use verify
13997 rather than assert.
13998 * src/tables.c (tables_generate): Likewise.
13999
14000 * src/struniq.c (struniq_assert): Now returns void, and aborts
14001 if the assertion is false.
14002 (struniq_assert_p): Remove.
14003 * src/struniq.h: Likewise.
14004
76ae8198
PE
140052002-11-18 Paul Eggert <eggert@twinsun.com>
14006
14007 * data/glr.c (yygetLRActions): Replace `yyindex' with
14008 `yytable[yyindex]' to fix typo introduced in my 2002-11-09 patch.
14009 This fixes the regression with Sun ONE Studio 7 cc that I reported in
161a71f3 14010 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00077.html>.
76ae8198 14011
d3c4e709
AD
140122002-11-18 Akim Demaille <akim@epita.fr>
14013
14014 * doc/bison.texinfo (Tracing): `yyprint' shouldn't prepend a
14015 space.
14016 From Tim Van Holder.
14017
8d8a7238
PE
140182002-11-17 Paul Eggert <eggert@twinsun.com>
14019
14020 Pacify Sun ONE Studio 7 lint. Also, rename "ParseError"
14021 to "SyntaxError" for consistency with my 2002-11-15 change.
14022
14023 * data/glr.c (YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]: Do
14024 not define to {}, since this breaks the common use of `YYDPRINTF
14025 ((...));' if a single statement is desired (e.g. before `else').
14026 Work around GCC warnings by surrounding corresponding calls with
14027 {} if needed.
14028 (yyhasResolvedValue): Remove unused function.
14029 (yymergeOptionSets, yyresolvStack): Use `continue;' for empty
14030 loop body.
14031 (yyreportSyntaxError): Renamed from yyreportParseError.
14032 (yyrecoverSyntaxError): Renamed from yyrecoverParseError.
14033 All uses changed.
14034 * tests/calc.at (_AT_DATA_CALC_Y): Make vars static instead of
14035 extern when possible. Remove unused initializations.
14036
b0937b22
AD
140372002-11-16 Akim Demaille <akim@epita.fr>
14038
14039 Augment the similarity between GLR and LALR traces.
14040
14041 * data/yacc.c (yy_stack_print, YY_STACK_PRINT, yy_reduce_print)
14042 (YY_REDUCE_PRINT): New.
14043 (yyparse): Use them.
14044 * data/glr.c (yy_reduce_print): Use YYFPRINTF, no need for
14045 YYDPRINT here.
14046 (yyglrReduce, yyrecoverParseError, yyparse): Don't report the
14047 state reached after the reduction/recovery, since...
14048 (yyparse, yyprocessOneStack): Report the state we are entering in.
14049
c5e3e510
AD
140502002-11-16 Akim Demaille <akim@epita.fr>
14051
14052 * src/getargs.h, src/getargs.c (trace_e, trace_args, trace_types):
14053 Add support for --trace=skeleton.
14054 * src/scan-skel.l: %option debug.
14055 Scan strings of non-@ or \n instead of character by character.
14056 (scan_skel): Handle trace_skeleton.
14057 (QPUTS): New.
14058 (@output_parser_name@, @output_header_name@): ``Restore'' their
14059 support (used to be M4 macros).
14060 * data/yacc.c: Quote larger chunks, a la glr.c.
14061 * data/lalr1.cc: Likewise.
14062 The header guards are no longer available, so use some other
14063 string than `YYLSP_NEEDED'.
14064
4c6cc1db
AD
140652002-11-16 Akim Demaille <akim@epita.fr>
14066
14067 Make the ``Printers and Destructors'' test more verbose, taking
14068 `yacc.c''s behavior as (possibly wrong) reference.
14069
14070 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use printf
14071 instead of fprint on stdout.
14072 Set and report the last_line of the symbols.
14073 Consistently display values and locations.
14074
6d9e8019
PE
140752002-11-16 Paul Eggert <eggert@twinsun.com>
14076
14077 * data/yacc.c: Avoid over-quoting of __line__ and __file__.
14078
6e649e65
PE
140792002-11-15 Paul Eggert <eggert@twinsun.com>
14080
b25d88f6
PE
14081 * tests/actions.at (Actions after errors): New test case.
14082
6e649e65
PE
14083 * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison.texinfo,
14084 src/conflicts.c, src/parse-gram.y, src/tables.c, src/tables.h,
14085 tests/action.at, tests/calc.at, tests/conflicts.at,
14086 tests/cxx-type.at, tests/regression.at:
14087 "parse error" -> "syntax error" for POSIX compatibility.
14088 "parsing stack overflow..." -> "parser stack overflow" so
14089 that code matches Bison documentation.
14090
0f39aab9
AD
140912002-11-15 Akim Demaille <akim@epita.fr>
14092
14093 * src/parse-gram.y (declaration): Have %parse-param and %lex-param
14094 take two BRACED_CODE, not two string_content.
14095 Free the scanner's obstack when we are done.
14096 (code_content): New.
14097 * tests/calc.at: Adjust.
14098 * doc/bison.texinfo: Adjust.
14099 Also, make sure to include the `,' for these declarations.
14100
761c1926
AD
141012002-11-15 Tim Van Holder <tim.van.holder@pandora.be>
14102
14103 * m4/prereq.m4: Removed the commented jm_PREREQ_HASH
14104 definition; avoids potential autoreconf problems.
14105
b0f98b10
AD
141062002-11-15 Akim Demaille <akim@epita.fr>
14107
14108 Always check the value returned by yyparse.
14109
14110 * tests/calc.at (_AT_DATA_CALC_Y): Have `main' exit with the value
14111 returned by yyparse.
14112 (_AT_CHECK_CALC_ERROR): Take the expected exit value as argument.
14113 Adjust calls.
14114 * tests/glr-regr1.at (glr-regr1.y): Have `main' exit with the value
14115 returned by yyparse.
14116
970785f1
PH
141172002-11-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
14118
14119 * data/glr.c (yyFail): Always set yyerrflag. Corrects regression
14120 on input.at test.
14121
8fcc7db1
PE
141222002-11-14 Paul Eggert <eggert@twinsun.com>
14123
7ec1b48e
PE
14124 * src/output.c (output_skeleton): Call xfopen instead of
14125 duplicating xfopen's body.
14126
cfff7583 14127 Fix bugs reported by Nelson H. F. Beebe in
161a71f3 14128 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00078.html>.
cfff7583 14129
8fcc7db1
PE
14130 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that
14131 "$CC -E foo.h" is allowed, as this doesn't work with the Portland
14132 Group compiler. Instead, use "$CC -E bar.c". Include the .h
14133 file twice in the grammar, as an extra check.
14134
14135 * tests/input.at (Torturing the Scanner): Surround the
14136 backslash-newline tests with "#if 0", to make it less likely that
14137 we'll run into compiler bugs. Bring back solitary \ inside
14138 comment, but add a closing comment to work around HP C bug. Don't
e3aa65c5 14139 test backslash-newline in C character constant.
8fcc7db1 14140
4e8d992c
AD
141412002-11-14 Akim Demaille <akim@epita.fr>
14142
14143 * tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore the exit
14144 status of the compiler.
f32b346d 14145 Calling `exit 1' is no longer needed.
4e8d992c
AD
14146 Reported by Nelson H. F. Beebe.
14147
9501dc6e
AD
141482002-11-14 Akim Demaille <akim@epita.fr>
14149
14150 * tests/atlocal.in (CPPFLAGS): We have config.h.
14151 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR):
14152 New.
14153 * tests/actions.at, tests/calc.at, tests/conflicts.at,
14154 * tests/cxx-type.at, tests/glr-regr1.at, tests/headers.at,
14155 * tests/regression.at, tests/torture.at: Use them for all the
14156 grammars that are to be compiled.
14157 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Rename as...
14158 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): this.
14159 * doc/bison.texinfo (GLR Parsers): Document `inline'.
14160
18b519c0
AD
141612002-11-14 Akim Demaille <akim@epita.fr>
14162
14163 * doc/bison.texinfo: Various formatting changes (alignments in
14164 samples, additional @group/@end group, GCS in samples.
14165 Use @deffn instead of simple @table to define the directives,
14166 macros, variables etc.
14167
9a86cdb9
PE
141682002-11-13 Paul Eggert <eggert@twinsun.com>
14169
daa33def 14170 Fix some bugs reported by Albert Chin-A-Young in
161a71f3 14171 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00066.html>.
18b519c0 14172
daa33def 14173 * tests/input.at (Torturing the Scanner): Don't invoke "cc a.c b.c
8fcc7db1 14174 -o c"; the HP C compiler chatters during compilation.
daa33def
PE
14175 Instead, invoke "cc -c a.c -o a.o; cc -c b.c -o b.o; cc a.o b.o -o c".
14176 * tests/headers.at (export YYLTYPE): Likewise.
14177
14178 * tests/input.at (Torturing the Scanner): Remove lines containing
8fcc7db1 14179 solitary backslashes, as they tickle a bug in the HP C compiler.
daa33def 14180
9a86cdb9
PE
14181 * tests/glr-regr1.at (Badly Collapsed GLR States): Avoid //
14182 comments, since they're not portable. Use GNU coding style.
14183
9c1e26bd
AD
141842002-11-13 Akim Demaille <akim@epita.fr>
14185
14186 * data/yacc.c: Leave bigger chunks of quoted text.
14187 (YYDSYMPRINTF): New.
14188 Use it to report symbol activities.
14189 * data/glr.c (YYDSYMPRINTF): New.
14190 Use it.
14191
87f721cc
PE
141922002-11-12 Paul Eggert <eggert@twinsun.com>
14193
14194 Version 1.75b.
14195
14196 * data/glr.c (yydoAction): Return YYRESULTTAG, not int.
14197 (yyglrReduce): Return yyok, not 0.
14198 This should avoid the enumerated-type warnings reported
464c6927 14199 by Nelson H. F. Beebe in
161a71f3 14200 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00057.html>.
87f721cc
PE
14201
14202 * lib/bbitset.h (BITSET_INLINE): Remove.
14203 * lib/bitset.h [! BITSET_INLINE]: Remove.
14204 (bitset_set, bitset_reset, bitset_test): Rename local vars
14205 to avoid shadowing warnings by GCC.
14206
14207 * data/glr.c (inline): Remove #define. It's the user's
14208 responsibility to #define it away, just like 'const'.
464c6927 14209 This fixes one of the bugs reported by Nelson H. F. Beebe in
161a71f3 14210 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00058.html>.
18b519c0 14211
87f721cc
PE
14212 * Makefile.maint (po-check): Scan .l and .y files instead of the
14213 .c and the .h files that they generate. This fixes the bug
14214 reported by Tim Van Holder in:
161a71f3 14215 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00062.html>
87f721cc
PE
14216 Look for N_ as well as for _. Try to avoid matching #define for
14217 N_ and _.
14218 * po/POTFILES.in: Remove src/parse-gram.c, src/scan-gram.c,
14219 src/system.h. Add src/parse-gram.y, src/scan-gram.l.
14220 * src/scan-gram.l: Revamp regular expressions so that " and '
14221 do not confuse xgettext.
14222
14223 * src/struniq.h (struniq_new): Do not declare the return type
14224 to be 'const'; this violates the C standard.
14225 * src/struniq.c (struniq_new): Likewise.
14226
be14ade5
AD
142272002-11-12 Albert Chin-A-Young <china@thewrittenword.com>
14228
14229 * src/Makefile.am (LDADD): Link $(LIBINTL) last to avoid the
14230 duplicate definition of optind on Tru64 UNIX 4.0D with the Compaq
14231 linker.
14232
05291fbc
AD
142332002-11-12 Akim Demaille <akim@epita.fr>
14234
14235 * Makefile.maint: Sync with Autoconf:
14236 (local_updates): New.
14237
1f5fd52e
AD
142382002-11-12 Akim Demaille <akim@epita.fr>
14239
14240 * po/POTFILES.in (src/lalr.c, src/state.c): Remove
14241
283f1e64
AD
142422002-11-12 Akim Demaille <akim@epita.fr>
14243
14244 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Display the
14245 locations.
14246
886b69d1
AD
142472002-11-12 Akim Demaille <akim@epita.fr>
14248
14249 * data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep to YYPRINT,
14250 not yyvalue.
14251
3df37415
AD
142522002-11-12 Akim Demaille <akim@epita.fr>
14253
14254 * tests/actions.at (AT_CHECK_PRINTER_AND_DESTRUCTOR): New.
14255 Use it to test the GLR parser.
14256
7bd6c77e
AD
142572002-11-12 Akim Demaille <akim@epita.fr>
14258
14259 * tests/regression.at (input.y): s/YYEOF/MYEOF/, as the skeleton
14260 defines it.
14261 * data/glr.c (yystos): New.
14262 (b4_yysymprint_generate, b4_yydestruct_generate): Invoke.
14263 (YYDSYMPRINT): New.
14264 (yyval): Don't define it, it is handled via M4.
14265 (yyrecoverParseError): Free verbosely the discarded symbols.
14266 * data/yacc.c (yysymprint): Remove, rather...
14267 (b4_yysymprint_generate): invoke.
14268 * data/c.m4 (b4_yysymprint_generate): New.
14269 Accept pointers as arguments, as opposed to the version from
14270 yacc.c.
14271 (b4_yydestruct_generate): Likewise.
14272 * tests/cations.at (Printers and Destructors): Use Bison directives
14273 instead of CPP macros.
14274 Don't rely on internal details.
14275
b0400cc6
AD
142762002-11-12 Akim Demaille <akim@epita.fr>
14277
14278 * data/c.m4 (b4_yydestruct_generate, b4_symbol_actions): New.
14279 * data/yacc.c: Rename yychar1 as yytoken, as in glr.c.
14280 Don't work on yychar (i.e., do set it to YYEMPTY, don't match
14281 it against YYEMPTY and so forth), work on yytoken (i.e., set
14282 it to YYEMPTY etc.).
14283 (yydestruct): Replace with a b4_yydestruct_generate invocation.
14284 (b4_symbol_actions): Remove.
14285 * data/glr.c (YYTRANSLATE): As for yacc.c, if negative, it stands
14286 for 0, end-of-input.
14287
72f889cc
AD
142882002-11-12 Akim Demaille <akim@epita.fr>
14289
14290 * doc/bison.texinfo (Destructor Decl): New.
14291
b1ae9233
AD
142922002-11-12 Akim Demaille <akim@epita.fr>
14293
14294 * src/tables.c (tables_generate): Use free for pointers that
14295 cannot be NULL, not XFREE.
14296 (pack_vector): Use assert, not fatal, for bound violations.
14297 * src/state.c (state_new): Likewise.
14298 * src/reader.c (reader): Likewise.
14299 * src/lalr.c (set_goto_map): Likewise.
72f889cc 14300 * src/location.h (LOCATION_PRINT): If first_line is 0, just issue
b1ae9233
AD
14301 the file name.
14302
7ec2d4cd
AD
143032002-11-12 Akim Demaille <akim@epita.fr>
14304
14305 * src/scan-gram.l, src/reader.h (scanner_last_string_free):
14306 Restore.
14307 * src/scan-gram.l (last_string): Is global to the file, not to
14308 yylex.
14309 * src/parse-gram.y (input): Don't append the epilogue here,
14310 (epilogue.opt): do it here, and free the scanner's obstack.
14311 * src/reader.c (epilogue_set): Rename as...
14312 (epilogue_augment): this.
14313 * data/c.m4 (b4_epilogue): Defaults to empty.
14314
573a6cd3
AD
143152002-11-12 Akim Demaille <akim@epita.fr>
14316
14317 * src/getargs.c (long_options): Remove duplicates.
14318 * src/vmsgetargs.c, src/build.com, src/bison.cld, src/vmshlp.mar:
14319 Remove.
14320 * doc/bison.rnh: Remove.
14321 * doc/bison.texinfo (VMS Invocation): Remove.
14322
95612cfa
AD
143232002-11-12 Akim Demaille <akim@epita.fr>
14324
14325 * src/struniq.h, src/struniq.c (struniq_t): Is const.
14326 (STRUNIQ_EQ, struniq_assert, struniq_assert_p): New.
14327
14328 Use struniq for symbols.
14329
14330 * src/symtab.h (symbol_t): The tag member is a struniq.
14331 (symbol_type_set): Adjust.
14332 * src/symtab.c (symbol_new): Takes a struniq.
14333 (symbol_free): Don't free the tag member.
14334 (hash_compare_symbol_t, hash_symbol_t): Rename as...
14335 (hash_compare_symbol, hash_symbol): these.
14336 Use the fact that tags as struniqs.
14337 (symbol_get): Use struniq_new.
14338 * src/symlist.h, src/symlist.c (symbol_list_n_type_name_get):
14339 Returns a strniq.
14340 * src/reader.h (merger_list, grammar_currentmerge_set): The name
14341 and type members are struniqs.
14342 * src/reader.c (get_merge_function)
14343 (grammar_current_rule_merge_set): Adjust.
14344 (TYPE, current_type): Are struniq.
14345
14346 Use struniq for file names.
14347
14348 * src/files.h, src/files.c (infile): Split into...
14349 (grammar_file, current_file): these.
14350 * src/scan-gram.c (YY_USER_INIT, handle_syncline): Adjust.
14351 * src/reduce.c (reduce_print): Likewise.
14352 * src/getargs.c (getargs): Likewise.
14353 * src/complain.h, src/complain.c: Likewise.
14354 * src/main.c (main): Call struniqs_new early enough to use it for
14355 file names.
14356 Don't free the input file name.
14357
3e6656f9
AD
143582002-11-12 Akim Demaille <akim@epita.fr>
14359
14360 * src/symtab.c (symbol_free): Remove dead deactivated code:
14361 type_name are properly removed.
14362 Don't use XFREE to free items that cannot be NULL.
14363 * src/struniq.h, src/struniq.c: New.
14364 * src/main.c (main): Initialize/free struniqs.
14365 * src/parse-gram.y (%union): Add astruniq member.
14366 (yyprint): Adjust.
14367 * src/scan-gram.l (<{tag}>): Return a struniq.
14368 Free the obstack bit that used to store it.
14369 * src/symtab.h (symbol_t): The 'type_name' member is a struniq.
14370
7672019c
PE
143712002-11-11 Paul Eggert <eggert@twinsun.com>
14372
14373 Revamp to fix many (but not all) of the C- and M4-related quoting
14374 problems. Among other things, this fixes the Bison bug reported
14375 by Jan Hubicka when processing the Bash grammar; see:
161a71f3 14376 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00039.html>
7672019c
PE
14377
14378 Use new @ escapes consistently. Represent brackets with @{ and @}
14379 rather than @<:@ and @:>@, since this works a bit better with dumb
14380 editors like vi. Represent @ with @@, since @ is now consistently
14381 an escape. Use @oline@ and @ofile@ rather than __oline__ and
14382 __ofile__, to avoid unexpected expansions. Similarly, use @output
14383 rather than #output.
14384
14385 * data/c.m4 (b4_copyright): Omit file name from comment, since
14386 the file name could contain "*/".
14387 (b4_synclines_flag): Don't quote the 2nd argument; it should already
14388 be quoted. All uses changed.
14389
14390 * data/glr.c: Use new @ escapes consistently.
14391 (b4_input_suffix, b4_output_parser_suffix, b4_output_parser_name,
14392 b4_output_header_suffix, b4_output_header_name, b4_header_guard):
14393 Remove, since they couldn't handle arbitrary characters in file
14394 names.
14395 * data/lalr1.cc: Likewise.
14396 * data/yacc.c: Likewise.
14397
14398 * src/files.c (output_infix): Remove; all uses removed.
14399 * src/files.h: Likewise.
14400
14401 * data/glr.c: Remove use of "#ifdef b4_header_guard", since it
14402 mishandled funny characters in file names, and anyway it isn't
14403 needed any more.
14404 * data/yacc.c: Likewise.
14405 * data/lalr1.cc: Use YYSLP_NEEDED instead of b4_header_guard.
14406
14407 * data/glr.c (YYSTYPE_IS_TRIVIAL): Define when the .h file would.
14408 * data/yacc.c: Likewise.
14409
14410 * src/muscle_tab.c: Include quotearg.h, since we need to quote C
14411 strings now.
14412 (muscle_init): Quote filename as a C string.
14413 * src/muscle_tab.h (MUSCLE_GROW_STRING_PAIR): Remove; unused.
14414 (MUSCLE_OBSTACK_SGROW, MUSCLE_INSERT_C_STRING): New macros.
14415 * src/output.c (escaped_file_name_output): New function.
14416 (prepare_symbols): Quote tokens for M4.
14417 (prepare): Don't insert output_infix, output_prefix,
14418 output_parser_name, output_header_name; this is now down by scan-skel.
14419 Insert skeleton as a C string.
14420
14421 * src/output.c (user_actions_output, symbol_destructors_output,
14422 symbol_printers_output): Quote filenames for C and M4.
14423 * src/reader.c (prologue_augment, epilogue_set): Likewise.
14424
14425 * src/scan-gram.l (<SC_CHARACTER>): Don't worry about any backslash
14426 escapes other than \\ and \'; this simplifies the code.
14427 (<SC_STRING>): Likewise, for \\ and \".
14428 (<SC_COMMENT,SC_LINE_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,
14429 SC_PROLOGUE,SC_EPILOGUE>): Escape $ and @, too.
14430 Use new escapes @{ and @} for [ and ].
14431
14432 * src/scan-skel.l (yylineno, yyoutname): Remove static vars, replacing
14433 them with auto vars.
14434 Switch to new escape scheme, where @ is the escape character uniformly.
14435 Abort if a stray escape character is found. Avoid unbounded input
14436 buffer when parsing non-escaped text.
14437
14438 * tests/input.at (Torturing the Scanner): Add tests that @oline@,
14439 __oline__, #output, $@, and @{ do not have unintended meanings.
14440
acea4f3b
PE
144412002-11-09 Paul Eggert <eggert@twinsun.com>
14442
14443 Fix the test failure due to GCC warnings described in
161a71f3 14444 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00000.html>.
acea4f3b
PE
14445 * data/glr.c (yyis_pact_ninf, yyis_table_ninf): New macros, which
14446 evaluate to 0 if it's impossible for NINF to be in the respective
14447 table.
14448 (yygetLRActions, yyrecoverParseError): Use them.
14449
14450 * src/scan-gram.l (unexpected_end_of_file): Fix bug: columns were
14451 counted in the token inserted at end of file. Now takes
14452 location_t *, not location_t, so that the location can be
14453 adjusted. All uses changed.
14454
14455 * tests/regression.at (Invalid inputs): Adjust wording in
14456 diagnostic to match the new behavior.
14457
14458 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR,
14459 AT_DATA_HORIZONTAL_GRAMMAR, AT_DATA_LOOKAHEADS_GRAMMAR,
14460 AT_DATA_STACK_TORTURE): Replace `assert (x);' with `if (! (x))
14461 abort ();'. This reduces the runtime of the "Many lookaheads"
14462 test from 27.6 to 2.7 minutes on a 440 MHz Ultrasparc III running
14463 GCC 3.2.
14464
20ef1ad5
PE
144652002-11-07 Paul Eggert <eggert@twinsun.com>
14466
14467 * src/parse-gram.y (CHARACTER): Remove unused token.
14468 All uses removed.
14469
14470 * src/scan-gram.l: Remove stack option. We no longer use the
14471 stack, since the stack was never deeper than 1; instead, use the
14472 new auto var c_context to record the stacked value.
14473
14474 Remove nounput option. At an unexpected end of file, we now unput
14475 the minimal input necessary to end cleanly; this simplifies the
14476 code.
14477
14478 Avoid unbounded token sizes where this is easy.
14479
14480 (unexpected_end_of_file): New function.
14481 Use it to systematize the error message on unexpected EOF.
14482 (last-string): Now auto, not static.
14483 (YY_OBS_FREE): Remove unnecessary do while (0) wrapper.
14484 (scanner_last_string_free): Remove; not used.
14485 (percent_percent_count): Move decl to just before use.
14486 (SC_ESCAPED_CHARACTER): Return ID at unexpected end of file,
14487 not the (never otherwised-used) CHARACTER.
14488
93724f13
AD
144892002-11-07 Akim Demaille <akim@epita.fr>
14490
14491 Let yyerror always receive the msg as last argument, so that
14492 yyerror can be variadic.
14493
14494 * data/yacc.c (b4_yyerror_args): New.
14495 Use it when calling yyerror.
14496 * data/glr.c (b4_yyerror_args, b4_lyyerror_args): New.
14497 Use it when calling yyerror.
14498 * doc/bison.texinfo (Error Reporting): Adjust.
14499 * tests/calc.at (_AT_DATA_CALC_Y): Adjust.
14500 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Adjust.
14501
6e40b4eb
AD
145022002-11-06 Akim Demaille <akim@epita.fr>
14503
14504 #line should have quoted strings.
14505 Ideally, this should be done by m4_quotearg.
14506
14507 * src/scan-skel.l: Include quotearg.h.
14508 Quote __ofile__.
14509 * src/output.c (symbol_printers_output)
14510 (symbol_destructors_output): Quote the file name.
14511
2dfbfc12
AD
145122002-11-06 Akim Demaille <akim@epita.fr>
14513
14514 * tests/regression.at (Invalid inputs): Adjust to the recent
14515 messages.
14516
437c2d80
AD
145172002-11-06 Akim Demaille <akim@epita.fr>
14518
14519 Restore --no-lines.
14520 Reported by Jim Kent.
14521
14522 * data/c.m4 (b4_syncline): New.
14523 * data/glr.c, data/yacc.c, data/lalr1.cc: Use it.
14524 * src/reader.c (prologue_augment, epilogue_set): Use b4_syncline.
14525 * src/output.c (user_actions_output): Likewise.
14526 (prepare): Define 'b4_synclines_flag'.
2dfbfc12 14527 * src/muscle_tab.c (muscle_init): Don't define b4_linef.
437c2d80 14528
900c5db5
AD
145292002-11-06 Akim Demaille <akim@epita.fr>
14530
14531 * src/main.c (main): Free `infile'.
14532 * src/scan-gram.l (handle_syncline): New.
14533 Recognize `#line'.
14534 * src/output.c (user_actions_output, symbol_destructors_output)
14535 (symbol_printers_output): Use the location's file name, not
14536 infile.
14537 * src/reader.c (prologue_augment, epilogue_set): Likewise.
14538
e183b123 145392002-11-05 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
51b4a04c 14540
e183b123 14541 * src/tables.c (matching_state): Don't allow states to match if
51b4a04c 14542 either has GLR conflict entries.
e183b123 14543
193eb6b7
PE
145442002-11-05 Paul Eggert <eggert@twinsun.com>
14545
e183b123
PE
14546 * src/scan-gram.l: Use more accurate diagnostics, e.g.
14547 "integer out of range" rather than "invalid value".
14548 * tests/input.at (Invalid $n, Invalid @n): Change expected wording
14549 accordingly.
14550
193eb6b7
PE
14551 Scan <% and %> digraphs in C code as POSIX 1003.1-2001 requires.
14552 Also, remove one static variable in the scanner.
14553
14554 * src/scan-gram.l (braces_level): Now auto, not static.
14555 Initialize to zero if the compiler is being picky.
14556 (INITIAL): Clear braces_level instead of incrementing it.
14557 (SC_BRACED_CODE): Treat <% and %> as { and } when inside C code,
14558 as POSIX 1003.1-2001 requires.
14559 * src/system.h (IF_LINT): New macro, taken from coreutils.
14560 * configure.ac: Define "lint" if --enable-gcc-warnings.
14561
29c01725
AD
145622002-11-05 Akim Demaille <akim@epita.fr>
14563
14564 * src/scan-gram.l: When it starts with `%', complain about the
14565 whole directive, not just that `invalid character: %'.
14566
8aeac3ca
AD
145672002-11-04 Akim Demaille <akim@epita.fr>
14568
14569 * Makefile.maint: Update from Autoconf.
14570 (update, cvs-update, po-update, do-po-update): New.
14571
793a58bb
AD
145722002-11-04 Akim Demaille <akim@epita.fr>
14573
14574 * tests/glr-regr1.at (Badly Collapsed GLR States): Prototype yylex
14575 and yyerror.
14576 Have yyerror `use' its arguments.
14577 * tests/calc.at (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF
14578 returns true when location & yacc & pure & parse-param.
14579 (_AT_DATA_CALC_Y): Let yyerror ``use'' its arguments.
14580
c4d720cd
AD
145812002-11-04 Akim Demaille <akim@epita.fr>
14582
14583 * src/location.h (LOCATION_PRINT): Use quotearg slot 3 to avoid
14584 clashes.
14585 * src/scan-gram.l: Use [\'] instead of ['] to pacify
14586 font-lock-mode.
14587 Use complain_at.
14588 Use quote, not quote_n since LOCATION_PRINT no longer uses the
14589 slot 0.
14590
613a0dc5
PE
145912002-11-03 Paul Eggert <eggert@twinsun.com>
14592
14593 * src/reader.c (get_merge_function, grammar_current_rule_check):
14594 Use consistent diagnostics for reporting type name clashes.
14595 Quote the types with <>, for consistency with Yacc.
14596 * tests/input.at (Type Clashes): Adjust to diagnostic changes.
14597
2a8d363a
AD
145982002-11-03 Akim Demaille <akim@epita.fr>
14599
14600 * data/c.m4 (b4_identification, b4_user_args, b4_parse_param):
14601 New.
14602 * data/yacc.m4 (b4_pure_args, b4_Pure_args): New.
14603 (b4_parse_param): Remove.
14604 Use b4_identification.
14605 Propagate b4_pure_args where needed to pass them to yyerror.
14606 * data/glr.m4 (b4_parse_param): Remove.
14607 (b4_user_formals, b4_pure_args, b4_pure_formals, b4_lpure_args)
14608 (b4_lpure_formals): New.
14609 Use b4_identification.
14610 (YY_USER_FORMALS, YY_USER_ARGS): Remove, replaced by
14611 b4_user_formals and b4_user_args.
14612 (yyexpandGLRStack, yyFail, yyaddDeferredAction, yyglrShiftDefer)
14613 (yyreportAmbiguity): When using a pure parser, also need
14614 the location, and the parse-params.
14615 Adjust callers.
14616 (yyuserAction, yyglrShift, yyreportParseError, yyrecoverParseError):
14617 When using a pure parser, also need the parse-params.
14618 Adjust callers.
14619 * tests/calc.at: Test pure (%pure-parser) and absolutely pure
14620 (%pure-parser + %parse-param) LALR and GLR parsers.
14621 (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): New, define AT_PARAM_IF,
14622 AT_LOCATION_IF, AT_PURE_IF, AT_GLR_IF, AAT_PURE_AND_LOC_IF,
14623 AT_GLR_OR_PARAM_IF, AT_YYERROR_ARG_LOC_IF, AT_YYERROR_SEES_LOC_IF.
14624 (_AT_DATA_CALC_Y): Equip for purity of yyerror.
14625 (_AT_CHECK_CALC_ERROR): Use AT_YYERROR_SEES_LOC_IF.
14626 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Equip for yyerror purity.
14627 * doc/bison.texinfo: Untabify the whole file.
14628 (Parser Function): Document %parse-param, deprecate YYPARSE_PARAM.
14629 (Pure Calling): Document %lex-param, deprecate YYLEX_PARAM.
14630 (Error Reporting): Adjust to these new directives.
14631 Document %error-verbose, deprecate YYERROR_VERBOSE.
14632
9e32add8
AD
146332002-11-03 Akim Demaille <akim@epita.fr>
14634
14635 * tests/calc.at: Change all the AT_CHECK_CALC_LALR and
14636 AT_CHECK_CALC_GLR invocations to use % directives, instead of
14637 command line options.
14638 * tests/cxx-type.at: Formatting changes.
14639
b02d90a5
PE
146402002-11-03 Paul Eggert <eggert@twinsun.com>
14641
14642 * src/scan-gram.l: Revamp to fix POSIX incompatibilities,
14643 to count columns correctly, and to check for invalid inputs.
9e32add8 14644
b02d90a5
PE
14645 Use mbsnwidth to count columns correctly. Account for tabs, too.
14646 Include mbswidth.h.
14647 (YY_USER_ACTION): Invoke extend_location rather than LOCATION_COLUMNS.
14648 (extend_location): New function.
14649 (YY_LINES): Remove.
14650
14651 Handle CRLF in C code rather than in Lex code.
14652 (YY_INPUT): New macro.
14653 (no_cr_read): New function.
14654
14655 Scan UCNs, even though we don't fully handle them yet.
14656 (convert_ucn_to_byte): New function.
14657
14658 Handle backslash-newline correctly in C code.
14659 (SC_LINE_COMMENT, SC_YACC_COMMENT): New states.
14660 (eols, blanks): Remove. YY_USER_ACTION now counts newlines etc.;
14661 all uses changed.
14662 (tag, splice): New EREs. Do not allow NUL or newline in tags.
14663 Use {splice} wherever C allows backslash-newline.
14664 YY_STEP after space, newline, vertical-tab.
14665 ("/*"): BEGIN SC_YACC_COMMENT, not yy_push_state (SC_COMMENT).
9e32add8 14666
b02d90a5
PE
14667 (letter, id): Don't assume ASCII; e.g., spell out a-z.
14668
14669 ({int}, handle_action_dollar, handle_action_at): Check for integer
14670 overflow.
9e32add8 14671
b02d90a5
PE
14672 (YY_STEP): Omit trailing semicolon, so that it's more like C.
14673
14674 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>): Allow \0 and \00
14675 as well as \000. Check for UCHAR_MAX, not 255.
14676 Allow \x with an arbitrary positive number of digits, as in C.
14677 Check for overflow here.
14678 Allow \? and UCNs, for compatibility with C.
14679
14680 (handle_symbol_code_dollar): Use quote_n slot 1 to avoid collision
14681 with quote slot used by complain_at.
14682
14683 * tests/input.at: Add tests for backslash-newline, m4 quotes
14684 in symbols, long literals, and funny escapes in strings.
14685
14686 * configure.ac (jm_PREREQ_MBSWIDTH): Add.
14687 * lib/Makefile.am (libbison_a_SOURCES): Add mbswidth.h, mbswidth.c.
14688 * lib/mbswidth.h, lib/mbswidth.c: New files, from GNU gettext.
14689 * m4/Makefile.am (EXTRA_DIST): Add mbswidth.m4.
14690 * m4/mbswidth.m4: New file, from GNU coreutils.
14691
14692 * doc/bison.texinfo (Grammar Outline): Document // comments.
14693 (Symbols): Document that trigraphs have no special meaning in Bison,
14694 nor is backslash-newline allowed.
14695 (Actions): Document that trigraphs have no special meaning.
14696
14697 * src/location.h (LOCATION_COLUMNS, LOCATION_LINES): Remove;
14698 no longer used.
14699
147002002-11-02 Paul Eggert <eggert@twinsun.com>
14701
14702 * src/reader.c: Don't include quote.h; not needed.
14703 (get_merge_function): Reword warning to be consistent with
14704 type clash diagnostic in grammar_current_rule_check.
14705
14706 * lib/quotearg.c (quotearg_buffer_restyled): Fix off-by-two
14707 bug in trigraph handling.
14708
14709 * src/output.c (prepare_symbols): When printing token names,
14710 escape "[" as "@<:@" and likewise for "]".
14711
14712 * src/system.h (errno): Remove declaration, as we are now
14713 assuming C89 or better, and C89 guarantees errno.
14714
762b212b
PE
147152002-10-30 Paul Eggert <eggert@twinsun.com>
14716
14717 * lib/bitset_stats.c (bitset_stats_read, bitset_stats_write):
14718 Check for close failures.
14719 * src/files.h (xfclose): Return void, not int, since it always
14720 returned zero.
14721 * src/files.c (xfclose): Likewise. Report I/O error if ferror
14722 indicates one.
14723 * src/output.c (output_skeleton): Use xfclose rather than fclose
14724 and ferror. xfclose now checks ferror.
14725
14726 * data/glr.c (YYLEFTMOST_STATE): Remove.
14727 (yyreportTree): Use a stack-based leftmost state. This avoids
14728 our continuing battles with bogus warnings about initializers.
14729
56100c60
AD
147302002-10-30 Akim Demaille <akim@epita.fr>
14731
14732 * src/system.h: Don't use #ifdef/#ifndef on HAVE_ values, only
14733 #if.
14734
51b4a04c
PH
147352002-10-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
14736
14737 * tests/glr-regr1.at: New test for reported regressions.
14738 * tests/testsuite.at: Add glr-regr1.at test.
14739 * tests/Makefile.am: Add glr-regr1.at test.
e183b123 14740
bf1ebda2
PE
147412002-10-24 Paul Eggert <eggert@twinsun.com>
14742
5c16c6b1
PE
14743 Version 1.75a.
14744
bf1ebda2
PE
14745 * tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat declaration.
14746 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Include stdlib.h, since
14747 we use malloc. Don't assume 'A' through 'Z' are contiguous.
14748 Don't assume strdup exists; POSIX says its an XSI extension.
14749 Check for buffer overflow on input.
14750
b526ee61
AD
147512002-10-24 Akim Demaille <akim@epita.fr>
14752
14753 * src/output.c (output_skeleton): Don't disable M4sugar comments
14754 too soon: it results in comments being expanded.
14755 * data/yacc.c, data/glr.c, data/lalr1.cc: Do it right before the
14756 first output.
14757
f1886bb2
AD
147582002-10-24 Akim Demaille <akim@epita.fr>
14759
14760 * data/yacc.c (m4_int_type): New.
14761 * data/c.m4 (m4_int_type): Don't use yysigned_char, but `signed
14762 char' as only yacc.c wants K&R portability.
14763 * data/glr.c (yysigned_char): Remove.
14764 * data/lalr1.cc: Rename the trailing b4_name as b4_parser_class_name.
14765 Reported by Quoc Peyrot.
14766
c5576256
PE
147672002-10-23 Paul Eggert <eggert@twinsun.com>
14768
14769 * src/main.c (main): With --trace=time, report times even if a
14770 non-fatal error occurs. Formerly, the times were reported in some
14771 such cases but not in others.
14772 * src/reader.c (reader): Just return if a complaint has been issued,
14773 instead of exiting, so that 'main' can report times.
14774
27b0ffea
AD
147752002-10-22 Akim Demaille <akim@epita.fr>
14776
14777 * src/system.h: Include sys/types.
14778 Reported by Bert Deknuydt.
14779
223a7883
PE
147802002-10-23 Paul Eggert <eggert@twinsun.com>
14781
14782 * configure.ac (AC_PROG_LEX): Use instead of AM_PROG_LEX.
14783 Suggested by Art Haas.
14784
147852002-10-22 Paul Eggert <eggert@twinsun.com>
14786
14787 * src/complain.c (exit) [! (STDC_HEADERS || _LIBC)]: Remove exit
14788 decl; not needed any more.
14789 * src/main.c (main): Use return to exit, undoing yesterday's change.
14790 The last OS that we could find where this wouldn't work is
14791 SunOS 3.5, and that's too old to worry about now.
14792
14793 * data/glr.c (struct yyltype): Define members even when not
14794 doing locations. This is more consistent with yacc.c, and it
14795 works around the following bug reports:
161a71f3
PE
14796 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00106.html
14797 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00111.html
27b0ffea 14798
223a7883
PE
14799 * doc/bison.texinfo: Minor spelling and typographical fixes. Use
14800 @acronym consistently. Standardize on "Yacc" instead of "YACC",
14801 "Algol" instead of "ALGOL". Give a bit more history about BNF.
14802
8b76775a
AD
148032002-10-22 Akim Demaille <akim@epita.fr>
14804
14805 * data/README: New.
14806
6db10d14
PE
148072002-10-21 Paul Eggert <eggert@twinsun.com>
14808
14809 Be consistent about 'bool'; the old code used an enum in one
14810 module and an int in another, and this violates the C standard.
14811 * m4/stdbool.m4: New file, from coreutils 4.5.3.
14812 * configure.ac (AC_HEADER_STDBOOL): Add.
14813 * m4/Makefile.am (EXTRA_DIST): Add stdbool.m4.
14814 * src/muscle_tab.c (hash_compare_muscles): (a ? FALSE : TRUE) -> (! a)
14815 * src/symtab.c (hash_compare_symbol_t): Likewise.
14816 * src/system.h (bool, false, true): Use a definition consistent
14817 with ../lib/hash.c. All uses changed.
14818
14819 * src/complain.c (warning_issued): Renamed from warn_message_count,
14820 so that we needn't worry about integer overflow (!).
14821 Now of type bool. All uses changed.
14822 (complaint_issued): Renamed from complain_message_count; likewise.
14823
14824 * src/main.c (main): Use exit to exit with failure.
27b0ffea 14825
6db10d14
PE
14826 * src/complain.c (fatal_at, fatal): Use EXIT_FAILURE and EXIT_SUCCESS
14827 rather than 1 and 0.
14828 * src/main.c (main): Likewise.
14829 * src/getargs.c (getargs): Likewise.
14830 * src/reader.c (reader): Likewise.
14831
14832 * src/getarg.c (getargs): Remove duplicate code for
14833 "Try `bison --help'".
14834
14835 * src/files.c (xfopen, xfclose): Use EXIT_FAILURE rather than 2.
14836 What was that "2" for?
14837
14838 * src/complain.h (fatal, fatal_at): Add __attribute__((__noreturn__)).
14839 * src/getargs.c (usage): Likewise.
14840
14841 * src/getargs.c (getargs): When there are too few operands, report
14842 the last one. When there are too many, report the first extra
14843 one. This is how diffutils does it.
14844
92a060fd
PE
148452002-10-20 Paul Eggert <eggert@twinsun.com>
14846
14847 Remove K&R vestiges.
14848 * configure.ac (AC_C_CONST, AM_C_PROTOTYPES): Remove.
14849 * src/complain.c (VA_START): Remove. Assume prototypes.
14850 (vfprintf) [! (HAVE_VPRINTF || defined vfprintf)]: New macro.
14851 (private_strerror, warn_at, warn, complain_at, complain, fatal_at,
14852 fatal): Assume prototypes.
14853 * src/complain.h: Assume prototypes.
14854 * src/system.h (PARAMS): Remove.
14855 Include <limits.h> unconditionally, since it's guaranteeed even
14856 for a freestanding C89 compiler.
14857 (SHRT_MIN, SHRT_MAX): Remove, since C89 guarantees them.
14858 * src/vmsgetargs.c (getargs, cli_present, cli_get_value): Prototype.
8b76775a 14859
e7cb57c0
AD
148602002-10-20 Akim Demaille <akim@epita.fr>
14861
14862 * src/muscle_tab.c (muscle_grow): Remove trailing debugging code.
14863 * data/glr.c (YY_USER_FORMALS, YY_USER_ARGS): New.
14864 (yyuserAction, yydoAction, yyglrReduce, yyresolveValue)
14865 (yyresolveStates, yyresolveAction, yyresolveStack)
14866 (yyprocessOneStack): Use them.
14867 (yy_reduce_print): New.
14868 * tests/calc.at (_AT_DATA_CALC_Y): Exercise %parse-param.
14869
0245f82d
AD
148702002-10-20 Akim Demaille <akim@epita.fr>
14871
14872 * data/c.m4 (b4_c_ansi_args): Recognize functions with no
14873 arguments and output `void'.
14874 (b4_c_function): Rename as...
14875 (b4_c_function_def): this.
14876 (b4_c_function_decl, b4_c_ansi_function_def)
14877 (b4_c_ansi_function_decl): New.
14878 Change the interpretation of the arguments: before `int, foo', now
14879 `int foo, foo'.
14880 * data/yacc.c (yyparse): Prototype and define thanks to these.
14881 Adjust b4_c_function_def uses.
14882 * data/glr.c (yyparse): Likewise, but ANSI only.
14883
39912f52
AD
148842002-10-20 Akim Demaille <akim@epita.fr>
14885
14886 * src/output.c (prepare): Move the definition of `tokens_number',
14887 `nterms_number', `undef_token_number', `user_token_number_max'
14888 to...
14889 (prepare_tokens): Here.
14890 (prepare_tokens): Rename as...
14891 (prepare_symbols): this.
14892 (prepare): Move the definition of `rules_number' to...
14893 (prepare_rules): here.
14894 (prepare): Move the definition of `last', `final_state_number',
14895 `states_number' to...
14896 (prepare_states): here.
14897 * data/yacc.c, data/lalr1.cc, data/glr.c: Normalize `>' into `<'.
14898
20c1e2ad
AD
148992002-10-20 Akim Demaille <akim@epita.fr>
14900
14901 * src/tables.h, src/tables.c, src/output.c: Comment changes.
14902
21964f43
AD
149032002-10-20 Akim Demaille <akim@epita.fr>
14904
14905 * data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if): Move to...
14906 * data/c.m4: here.
14907
66d30cd4
AD
149082002-10-20 Akim Demaille <akim@epita.fr>
14909
14910 * src/output.c (prepare): Use MUSCLE_INSERT_STRING.
14911 * src/muscle_tab.c (muscle_pair_list_grow): Rename `val as
14912 `pair'.
14913 (muscle_init): Move the `b4_ltype', `b4_maxdepth', `b4_initdepth',
14914 `name' to...
14915 * data/glr.c, data/lalr1.cc, data/yacc.c (b4_location_type)
14916 (b4_stack_depth_init, b4_stack_depth_max, b4_parser_class_name):
14917 These.
14918
95f2c9fe
PE
149192002-10-19 Paul Eggert <eggert@twinsun.com>
14920
14921 Do not create a temporary file, as that involves security and
14922 cleanup headaches. Instead, use a pair of pipes.
14923 Derived from a suggestion by Florian Krohm.
14924 * lib/subpipe.c, lib/subpipe.h, m4/subpipe.m4: New files.
14925 * lib/mkstemp.c, lib/readpipe.c, lib/tempname.c, m4/mkstemp.m4: Remove.
14926 * configure.ac (UTILS_FUNC_MKSTEMP, jm_PREREQ_TEMPNAME): Remove.
14927 (BISON_PREREQ_SUBPIPE): Add.
14928 * lib/Makefile.am (libbison_a_SOURCES): Remove readpipe.c.
14929 Add subpipe.h, subpipe.c.
14930 * m4/Makefile.am (EXTRA_DIST): Remove mkstemp.m4. Add subpipe.m4.
14931 * po/POTFILES.in: Add lib/subpipe.c.
14932 * src/output.c: Include "subpipe.h".
14933 (m4_invoke): Remove decl.
14934 (scan_skel): New decl.
14935 (output_skeleton): Use pipe rather than temporary file for m4 input.
14936 Check that m4sugar.m4 is readable, to avoid deadlock.
14937 Check for pipe I/O error.
14938 * src/scan-skel.l (readpipe): Remove decl.
14939 (scan_skel): New function, to be used in place of m4_invoke.
14940 Read from stream rather than file.
66d30cd4 14941
95f2c9fe
PE
14942 * lib/timevar.c (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Do not cast to
14943 float, as this generates a warning on Solaris 8 + GCC 3.2 with
14944 --enable-gcc-warnings. Instead, divide into 1.0 rather than 1;
14945 this generates a more-accurate value anyway.
14946
14947 * lib/timevar.c (timervar_accumulate): Rename locals to
14948 avoid confusion with similarly-named more-global.
14949 * src/muscle_tab.c (muscle_pair_list_grow): Likewise.
14950
14951 * src/output.c (prepare): Use xstrdup to convert char const *
14952 to char *, to avoid GCC warning.
14953
c19988b7
AD
149542002-10-19 Akim Demaille <akim@epita.fr>
14955
14956 * tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC, LEX_FORMALS,
14957 LEX_PRE_FORMALS, LEX_ARGS, LEX_PRE_ARGS, USE_LEX_ARGS.
14958 Use them to have `calc.y' ready for %pure-parser.
14959 * data/yacc.c (YYLEX): Pass a yylex return type to
14960 b4_c_function_call.
14961
ae7453f2
AD
149622002-10-19 Akim Demaille <akim@epita.fr>
14963
14964 Prototype support of %lex-param and %parse-param.
14965
14966 * src/parse-gram.y: Add the definition of the %lex-param and
14967 %parse-param tokens, plus their rules.
14968 Drop the `_' version of %glr-parser.
14969 Add the "," token.
14970 * src/scan-gram.l (INITIAL): Scan them.
14971 * src/muscle_tab.c: Comment changes.
14972 (muscle_insert, muscle_find): Rename `pair' as `probe'.
14973 * src/muscle_tab.h (MUSCLE_INSERT_PREFIX): Remove unused.
14974 (muscle_entry_s): The `value' member is no longer const.
14975 Adjust all dependencies.
14976 * src/muscle_tab.c (muscle_init): Adjust: use
14977 MUSCLE_INSERT_STRING.
14978 Initialize the obstack earlier.
14979 * src/muscle_tab.h, src/muscle_tab.c (muscle_grow)
14980 (muscle_pair_list_grow): New.
14981 * data/c.m4 (b4_c_function_call, b4_c_args): New.
14982 * data/yacc.c (YYLEX): Use b4_c_function_call to honor %lex-param.
14983 * tests/calc.at: Use %locations, not --locations.
14984 (AT_CHECK_CALC_GLR): Use %glr-parser, not %glr_parser.
14985
0e575721
AD
149862002-10-19 Akim Demaille <akim@epita.fr>
14987
14988 * src/getargs.c (usage): Take status as argument and exit
14989 accordingly.
14990 Report the traditional `Try ... --help' message when status != 0.
14991 (usage, version): Don't take a FILE * as arg, it is pointless.
14992 (getargs): When there is an incorrect number of arguments, make it
14993 an error, and report it GNUlically thanks to `usage ()'.
14994
724ce7f5
PE
149952002-10-18 Paul Eggert <eggert@twinsun.com>
14996
3a781eb2
PE
14997 * data/glr.c (yyreportParseError): Don't assume that sprintf
14998 yields the length of the printed string, as this is not true
14999 on SunOS 4.1.4. Reported by Peter Klein.
15000
724ce7f5
PE
15001 * tests/calc.at (_AT_DATA_CALC_Y): #undef memcmp and realloc.
15002 * tests/conflicts.at (%nonassoc and eof): Likewise.
15003 Fixes SunOS 4.1.4 test failure reported by Peter Klein.
15004
473d0a75
AD
150052002-10-17 Akim Demaille <akim@epita.fr>
15006
15007 * src/getargs.h (trace_e): Add trace_scan, and trace_parse.
15008 * src/getargs.c (trace_types, trace_args): Adjust.
15009 * src/reader.c (grammar_current_rule_prec_set)
15010 (grammar_current_rule_dprec_set, grammar_current_rule_merge_set):
15011 Standardize error messages.
15012 And s/@prec/%prec/!
15013 (reader): Use trace_flag to enable scanner/parser debugging,
15014 instead of an adhoc scheme.
15015 * src/scan-gram.l: Remove trailing debugging code.
15016
e76d2469
PE
150172002-10-16 Paul Eggert <eggert@twinsun.com>
15018
93e2236a
PE
15019 * src/muscle_tab.h (MUSCLE_TAB_H_): Was misspelled as
15020 MUSCLE_TAB_H.
15021
e76d2469
PE
15022 * NEWS: Officially drop support for building Bison with K&R C,
15023 since it didn't work anyway and it's not worth worrying about.
15024 * Makefile.maint (wget_files): Remove ansi2knr.c.
15025 (ansi2knr.c-url_prefix): Remove.
15026 * lib/.cvsignore: Remove ansi2knr, ansi2knr.*.
15027 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
15028 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
15029
5bd1c419
PE
150302002-10-15 Paul Eggert <eggert@twinsun.com>
15031
15032 Stop using the "enum_" trick for K&R-style function definitions;
15033 it confused me, and I was the author! Instead, assume that people
15034 who want to use K&R C compilers (when using these modules in GCC,
15035 perhaps?) will run ansi2knr.
15036
15037 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): Remove.
15038 All uses of "enum_" changed to "enum ".
15039 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
15040 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
e76d2469 15041
5bd1c419
PE
15042 * lib/abitset.c (abitset_and, abitset_and_cmp, abitset_and_or,
15043 abitset_and_or_cmp, abitset_andn, abitset_andn_cmp,
15044 abitset_andn_or, abitset_andn_or_cmp, abitset_bytes, abitset_copy,
15045 abitset_copy1, abitset_disjoint_p, abitset_empty_p,
15046 abitset_equal_p, abitset_init, abitset_list, abitset_list_reverse,
15047 abitset_not, abitset_ones, abitset_or, abitset_or_and,
15048 abitset_or_and_cmp, abitset_or_cmp, abitset_reset, abitset_set,
15049 abitset_size, abitset_small_list, abitset_subset_p, abitset_test,
15050 abitset_unused_clear, abitset_xor, abitset_xor_cmp, abitset_zero):
15051 Use function prototypes; this removes the need for declaring
15052 static functions simply to provide their prototypes.
15053 * lib/bitset.c (bitset_alloc, bitset_and_or_, bitset_and_or_cmp_,
15054 bitset_andn_or_, bitset_andn_or_cmp_, bitset_bytes, bitset_copy_,
15055 bitset_count_, bitset_create, bitset_dump, bitset_first,
15056 bitset_free, bitset_init, bitset_last, bitset_next,
15057 bitset_obstack_alloc, bitset_obstack_free, bitset_only_set_p,
15058 bitset_op4_cmp, bitset_or_and_, bitset_or_and_cmp_, bitset_prev,
15059 bitset_print, bitset_release_memory, bitset_toggle_,
15060 bitset_type_choose, bitset_type_get, bitset_type_name_get,
15061 debug_bitset): Likewise.
15062 * lib/bitset.h (bitset_set, bitset_reset, bitset_test): Likewise.
15063 * lib/bitset_stats.c (bitset_log_histogram_print,
15064 bitset_percent_histogram_print, bitset_stats_and,
15065 bitset_stats_and_cmp, bitset_stats_and_or,
15066 bitset_stats_and_or_cmp, bitset_stats_andn, bitset_stats_andn_cmp,
15067 bitset_stats_andn_or, bitset_stats_andn_or_cmp, bitset_stats_copy,
15068 bitset_stats_count, bitset_stats_disable, bitset_stats_disjoint_p,
15069 bitset_stats_dump, bitset_stats_empty_p, bitset_stats_enable,
15070 bitset_stats_equal_p, bitset_stats_free, bitset_stats_init,
15071 bitset_stats_list, bitset_stats_list_reverse, bitset_stats_not,
15072 bitset_stats_ones, bitset_stats_or, bitset_stats_or_and,
15073 bitset_stats_or_and_cmp, bitset_stats_or_cmp, bitset_stats_print,
15074 bitset_stats_print_1, bitset_stats_read, bitset_stats_reset,
15075 bitset_stats_set, bitset_stats_size, bitset_stats_subset_p,
15076 bitset_stats_test, bitset_stats_toggle, bitset_stats_type_get,
15077 bitset_stats_write, bitset_stats_xor, bitset_stats_xor_cmp,
15078 bitset_stats_zero): Likewise.
15079 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
15080 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
15081 bitsetv_dump, debug_bitsetv): Likewise.
15082 * lib/ebitset.c (ebitset_and, ebitset_and_cmp, ebitset_andn,
15083 ebitset_andn_cmp, ebitset_bytes, ebitset_copy, ebitset_copy_,
15084 ebitset_copy_cmp, ebitset_disjoint_p, ebitset_elt_add,
15085 ebitset_elt_alloc, ebitset_elt_calloc, ebitset_elt_find,
15086 ebitset_elt_free, ebitset_elt_last, ebitset_elt_remove,
15087 ebitset_elt_zero_p, ebitset_elts_grow, ebitset_empty_p,
15088 ebitset_equal_p, ebitset_free, ebitset_init, ebitset_list,
15089 ebitset_list_reverse, ebitset_not, ebitset_ones, ebitset_op3_cmp,
15090 ebitset_or, ebitset_or_cmp, ebitset_release_memory, ebitset_reset,
15091 ebitset_set, ebitset_size, ebitset_subset_p, ebitset_test,
15092 ebitset_weed, ebitset_xor, ebitset_xor_cmp, ebitset_zero):
15093 Likewise.
15094 * lib/lbitset.c (debug_lbitset, lbitset_and, lbitset_and_cmp,
15095 lbitset_andn, lbitset_andn_cmp, lbitset_bytes, lbitset_copy,
15096 lbitset_copy_cmp, lbitset_disjoint_p, lbitset_elt_alloc,
15097 lbitset_elt_calloc, lbitset_elt_find, lbitset_elt_free,
15098 lbitset_elt_link, lbitset_elt_unlink, lbitset_elt_zero_p,
15099 lbitset_empty_p, lbitset_equal_p, lbitset_free, lbitset_init,
15100 lbitset_list, lbitset_list_reverse, lbitset_not, lbitset_ones,
15101 lbitset_op3_cmp, lbitset_or, lbitset_or_cmp, lbitset_prune,
15102 lbitset_release_memory, lbitset_reset, lbitset_set, lbitset_size,
15103 lbitset_subset_p, lbitset_test, lbitset_weed, lbitset_xor,
15104 lbitset_xor_cmp, lbitset_zero): Likewise.
e76d2469 15105
ae26e1f0
AD
151062002-10-14 Akim Demaille <akim@epita.fr>
15107
15108 Version 1.75.
15109
d43baf71
AD
151102002-10-14 Akim Demaille <akim@epita.fr>
15111
15112 * tests/Makefile.am (maintainer-check-posix): New.
15113
7ebc83e3
AD
151142002-10-14 Akim Demaille <akim@epita.fr>
15115
15116 * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize the yyloc
15117 member.
15118
05846dae
AD
151192002-10-14 Akim Demaille <akim@epita.fr>
15120
15121 * src/tables.c (table_ninf_remap): base -> tab.
15122 Reported by Matt Rosing.
15123
1318e37d
PE
151242002-10-14 Paul Eggert <eggert@twinsun.com>
15125
447fbb17
PE
15126 * tests/action.at, tests/calc.at, tests/conflicts.at,
15127 tests/cxx-type.at, tests/headers.at, tests/input.at,
15128 tests/regression.at, tests/synclines.at, tests/torture.at:
15129 Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
15130 so that the tests still work even if POSIXLY_CORRECT is set.
15131 * doc/bison.texinfo (Rpcalc Compile, Invocation): Likewise.
05846dae 15132
1318e37d
PE
15133 * data/c.m4 (b4_int_type): Use yysigned_char instead of signed char,
15134 for portability to K&R hosts. Fix typo: signed char is guaranteed
15135 only to 127, not to 128.
15136 * data/glr.c (yysigned_char): New type.
15137 * data/yacc.c (yysigned_char): Likewise.
15138 * tests/regression.at (Web2c Actions): signed char -> yysigned_char.
15139
cc0f0794
PE
151402002-10-13 Paul Eggert <eggert@twinsun.com>
15141
5038f418
PE
15142 * data/yacc.c (yyparse): Rewrite to avoid "comparison is always
15143 true due to limited range of data type" warning from GCC.
15144
cc0f0794
PE
15145 * data/c.m4 (b4_token_defines): Protect against double-inclusion
15146 by wrapping enum yytokentype's definition inside #ifndef
15147 YYTOKENTYPE. This undoes a bug I introduced on 2002-10-12.
15148
6fed0802
AD
151492002-10-13 Akim Demaille <akim@epita.fr>
15150
15151 * data/glr.c (yyglrShiftDefer, yyaddDeferredAction, yydoAction):
15152 Un yy- yyrhs to avoid the name clash with the global YYRHS.
15153
32f0598d
AD
151542002-10-13 Akim Demaille <akim@epita.fr>
15155
15156 * Makefile.maint: Update from Autoconf 2.54.
15157 * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Remove, shipped with 2.54.
15158
7ea9a33f
AD
151592002-10-13 Akim Demaille <akim@epita.fr>
15160
15161 * src/print.c (print_state): Separate the list of solved conflicts
15162 from the other items.
15163 * tests/conflicts.at (Resolved SR Conflicts): Adjust.
15164
ea99527d
AD
151652002-10-13 Akim Demaille <akim@epita.fr>
15166
15167 Let nondeterministic skeletons be usable with deterministic
15168 tables.
15169
15170 With the patch, GAWK compiled by GCC without -O2 passes its test
15171 suite using a GLR parser driven by LALR tables. It fails with -O2
15172 because `struct stat' gives two different answers on my machine:
15173 88 (definition of an auto var) and later 96 (memset on this var).
15174 Hence the stack is badly corrumpted. The headers inclusion is to
15175 blame: if I move the awk.h inclusion before GLR's system header
15176 inclusion, the two struct stat have the same size.
15177
15178 * src/tables.c (pack_table): Always create conflict_table.
15179 (token_actions): Always create conflict_list.
15180 * data/glr.c (YYFLAG): Remove, unused.
15181
f377f69f
AD
151822002-10-13 Akim Demaille <akim@epita.fr>
15183
15184 * configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.
15185 (O0FLAGS): New.
15186 (VALGRIND, GXX): New.
15187 * tests/atlocal.in (CFLAGS): Use O0FLAGS.
15188 * tests/bison.in: Run $PREBISON a pre-command.
15189 * tests/Makefile.am (maintainer-check, maintainer-check-valgrind)
15190 (maintainer-check-g++): New.
15191 * Makefile.am (maintainer-check): New.
15192
2a1fe6ed
AD
151932002-10-13 Akim Demaille <akim@epita.fr>
15194
15195 * data/glr.c: Formatting changes.
15196 Tweak some trace messages to match yacc.c's.
15197
f50adbbd
AD
151982002-10-13 Akim Demaille <akim@epita.fr>
15199
15200 GLR parsers sometimes raise parse errors instead of performing the
15201 default reduction.
15202 Reported by Charles-Henry de Boysson.
15203
15204 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Don't
ba0fe3c7 15205 check the length of the traces when %glr.
f50adbbd
AD
15206 (_AT_CHECK_CALC_ERROR): Also skip `^Stack' lines, coming from
15207 GLR's traces.
15208 (AT_CHECK_CALC_LALR, AT_CHECK_CALC_GLR): New.
15209 Test GLR parsers.
15210 * data/glr.c (YYLEFTMOST_STATE): Fix its value.
15211 (yyltype): Remove the yy prefix from the member names.
15212 (yytable): Complete its comment.
15213 (yygetLRActions): Map error action number from YYTABLE from
15214 YYTABLE_NINF to 0.
15215 (yyisErrorAction): No longer compare YYACTION to YYPACT_NINF
15216 (which was a bug: it should have been YYTABEL_NINF, and yet it was
15217 not satisfying as we could compare an YYACTION computed from
15218 YYDEFACT to YYTABLE_NINF although they are unrelated): 0 is the
15219 only value for error actions.
15220 (yyreportParseError): In verbose parse error messages, don't issue
15221 `error' in the list of expected tokens.
15222 * data/yacc.c (yyparse) <yybackup>: Rewrite the decoding of the
15223 next action to perform to match glr.c's decoding.
15224 (yytable): Complete its comment.
15225
bcbad5b9
PE
152262002-10-13 Paul Eggert <eggert@twinsun.com>
15227
15228 Fix problem reported by Henrik Grubbstroem in
161a71f3 15229 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00098.html>:
bcbad5b9
PE
15230 "nonterm: { $$ = 123; } { $$ = $1; };" was wrongly rejected,
15231 because the Bison parser reads the second action before reducing
15232 the first one.
15233 * src/scan-gram.l (rule_length): New static var.
15234 Use it to keep track of the rule length in the scanner, since
15235 we can't expect the parser to be in lock-step sync with the scanner.
15236 (handle_action_dollar, handle_action_at): Use this var.
15237 * tests/actions.at (Exotic Dollars): Test for the problem.
05846dae 15238
14904b89
PE
152392002-10-12 Paul Eggert <eggert@twinsun.com>
15240
1fe611e5
PE
15241 * lib/timevar.c [! IN_GCC && HAVE_SYS_TIME_H]: Include <sys/time.h>.
15242 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): Check for <sys/time.h>.
15243 Include <sys/time.h> when checking for clock_t and struct tms.
15244 Use same include order as source.
15245 This is for the SunOS 4.1.4 porting bug reported by Peter Klein in
161a71f3 15246 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00016.html>.
05846dae 15247
1fe611e5
PE
15248 * lib/timevar.c: Update copyright date and clarify comments.
15249 (get_time) [IN_GCC]: Keep the GCC version for reference.
05846dae 15250
1fe611e5
PE
15251 * lib/timevar.c, lib/timevar.h, lib/timevar.def: Import
15252 GCC version as of today, then merge Bison's changes.
15253 Change "GCC" to "Bison" in copyright notice. timevar.def's
15254 author is Akim, so change that too.
15255
98194095
PE
15256 * src/reader.c (grammar_current_rule_check):
15257 Don't worry about the default action if $$ is untyped.
15258 Prevents bogus warnings reported by Jim Gifford in
161a71f3 15259 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00015.html>.
98194095 15260
14904b89
PE
15261 * data/c.m4 (b4_token_enum): Do not define YYTOKENTYPE.
15262 * data/glr.c, data/lalr1.cc, data/yacc.c:
15263 Output token definitions before the first part of user declarations.
15264 Fixes compatibility problem reported by Jim Gifford for kbd in
161a71f3 15265 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00014.html>.
14904b89 15266
ff6dca18
PE
152672002-10-11 Paul Eggert <eggert@twinsun.com>
15268
15269 * data/yacc.c (yyreport_parse_error): Remove, putting its body into...
15270 (yyparse): here. This undoes some of the 2002-07-25 change.
15271 Compatibility problem reported by Ralf S. Engelschall with
15272 OSSP cfg <http://www.ossp.org/pkg/lib/cfg/>.
15273
eb714592
AD
152742002-10-11 Akim Demaille <akim@epita.fr>
15275
15276 * tests/regression.at Characters Escapes): New.
15277 * src/scan-gram.l (SC_ESCAPED_CHARACTER): Accept \' in strings and
15278 characters.
15279 Reported by Jan Nieuwenhuizen.
15280
b7195100
AD
152812002-10-11 Akim Demaille <akim@epita.fr>
15282
15283 * po/id.po: New.
15284
f28a0f2d
PE
152852002-10-10 Paul Eggert <eggert@twinsun.com>
15286
15287 Portability fixes for bitsets; this also avoids several GCC
15288 warnings.
15289
15290 * lib/abitset.c: Include <stddef.h>, for offsetof.
15291 * lib/lbitset.c: Likewise.
15292
15293 * lib/abitset.c (abitset_bytes): Return a size that is aligned
15294 properly for vectors of objects. Do not assume that adding a
15295 header size to a multiple of a word size yields a value that is
15296 properly aligned for the whole union.
15297 * lib/bitsetv.c (bitsetv_alloc): Likewise.
15298
15299 * lib/bitset_stats.c (bitset_stats_bytes): Adjust to new,
15300 unique names for structures.
15301 * lib/ebitset.c (ebitset_bytes): Likewise.
15302 * lib/lbitset.c (lbitset_bytes): Likewise.
15303
15304 * lib/abitset.c (abitset_ones, abitset_zero, abitset_empty_p,
15305 abitset_copy1, abitset_not, abitset_equal_p, abitset_subset_p,
15306 abitset_disjoint_p, abitset_and, abitset_and_cmp, abitset_andn,
15307 abitset_andn_cmp, abitset_or, abitset_or_cmp, abitset_xor,
15308 abitset_xor_cmp, abitset_and_or, abitset_and_or_cmp,
15309 abitset_andn_or, abitset_andn_or_cmp, abitset_or_and,
15310 abitset_or_and_cmp, abitset_copy): Supply prototype decls,
15311 to improve the type-checking that GCC can do.
15312 * lib/bitset.c (bitset_op4_cmp): Likewise.
15313 * lib/bitset_stats.c (bitset_stats_count,
15314 bitset_stats_empty_p, bitset_stats_ones, bitset_stats_zero,
15315 bitset_stats_copy, bitset_stats_disjoint_p,
15316 bitset_stats_equal_p, bitset_stats_not, bitset_stats_subset_p,
15317 bitset_stats_and, bitset_stats_and_cmp, bitset_stats_andn,
15318 bitset_stats_andn_cmp, bitset_stats_or, bitset_stats_or_cmp,
15319 bitset_stats_xor, bitset_stats_xor_cmp, bitset_stats_and_or,
15320 bitset_stats_and_or_cmp, bitset_stats_andn_or,
15321 bitset_stats_andn_or_cmp, bitset_stats_or_and,
15322 bitset_stats_or_and_cmp): Likewise.
15323 * lib/lbitset.c (lbitset_and, lbitset_and_cmp, lbitset_andn,
15324 lbitset_andn_cmp, lbitset_or, lbitset_or_cmp, lbitset_xor,
15325 lbitset_xor_cmp, lbitset_empty_p, lbitset_ones, lbitset_not,
15326 lbitset_subset_p, lbitset_disjoint_p, debug_lbitset): Likewise.
15327
15328 * lib/abitset.h: Include bitset.h, not bbitset.h.
15329 * lib/ebitset.h: Likewise.
15330 * lib/lbitset.h: Likewise.
15331
15332 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): New types.
15333 All instances of parameters of type enum bitset_opts are now of
15334 type enum_bitset_opts, to conform to the C Standard, and similarly
15335 for enum_bitset_type.
15336 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
15337 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
15338
15339 Do not use "struct bitset_struct" to mean different things in
15340 different modules. Not only is this confusing, it violates
15341 the C Standard, which requires that structure types in different
15342 modules must be compatible if one is to be passed to the other.
15343 * lib/bbitset.h (bitset): Now points to a union, not to a struct.
15344 All instances of "struct bitset_struct *" replaced with "bitset".
15345 * lib/bitset.h (struct bitset_struct): Remove, replacing with....
15346 (union bitset_union, struct abitset_struct, struct ebitset_struct,
15347 struct lbitset_struct, struct bitset_stats_struct): New types.
15348 All uses of struct bitset_struct changed to union bitset_union,
15349 etc.
ba0fe3c7 15350 * lib/abitset.c (struct abitset_struct, abitset,
f28a0f2d
PE
15351 struct bitset_struct): Remove.
15352 * lib/bitset_stats.c (struct bitset_stats_struct, bitset_stats,
15353 struct bitset_struct): Remove.
15354 * lib/ebitset.c (struct ebitset_struct, ebitset, struct
15355 bitset_struct): Remove.
15356 * lib/lbitset.c (struct lbitset_struct, lbitset, bitset_struct):
15357 Likewise.
15358
15359 Do not call a function of type T using a call that assumes the
15360 function is of a different type U. Standard C requires that a
15361 function must be called with a type that is compatible with its
15362 definition.
15363 * lib/bbitset.h (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
15364 New decls.
15365 * lib/bitset.c (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
15366 New functions.
15367 * lib/ebitset.c (PFV): Remove.
15368 * lib/lbitset.c (PFV): Likewise.
15369 * lib/ebitset.c (ebitset_and, ebitset_andn, ebitset_or,
15370 ebitset_xor, ebitset_copy, ebitset_ones, ebitset_empty_p): New
15371 decls.
15372 (ebitset_and, ebitset_andn, ebitset_or, ebitset_xor): New functions.
15373 (ebitset_vtable): Use them.
15374 * lib/lbitset.c (lbitset_and, lbitset_andn, lbitset_or,
15375 lbitset_xor): New functions.
15376 (lbitset_vtable): Use them.
15377
15378 * lib/bitset.h (bitset_next, bitset_prev, bitset_only_set_p):
15379 Declare.
15380
15381 * lib/bitsetv.c (bitsetv_alloc): Add a cast to (void *) to avoid a
15382 GCC warning.
15383 * lib/lbitset.c (LBITSET_CURRENT1): Likewise.
15384 Use offsetof, for simplicity.
15385
6fbe4984
PE
153862002-10-06 Paul Eggert <eggert@twinsun.com>
15387
15388 * lib/bitset.h (bitset_reset): Do not assume that bitset_word is
15389 the same width as int. This reapplies a hunk of the 2002-08-12 patch
161a71f3 15390 <http://lists.gnu.org/archive/html/bison-patches/2002-08/msg00007.html>,
6fbe4984
PE
15391 which was inadvertently undone by the 2002-09-30 patch.
15392 * lib/lbitset.c (debug_lbitset): Do not assume that bitset_word is
15393 the same width as int.
15394
420f93c8
PE
153952002-10-04 Paul Eggert <eggert@twinsun.com>
15396
15397 Version 1.50.
15398
15399 * configure.ac (AC_INIT), NEWS: Increment version number.
15400
15401 * doc/bison.texinfo: Minor spelling, grammar, and white space
15402 fixes.
15403 (Symbols): Mention that any negative value returned from yylex
15404 signifies end-of-input. Warn about negative chars. Mention
15405 the portable Standard C character set.
15406
15407 The GNU coding standard says CFLAGS and YFLAGS are reserved
15408 for the installer to set.
15409 * lib/Makefile.am (AM_CFLAGS): Renamed from CFLAGS.
15410 * src/Makefile.am (AM_CFLAGS): Likewise.
15411 (AM_YFLAGS): Renamed from YFLAGS.
15412
15413 Fix some MAX and MIN problems.
15414 * src/gram.h (ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.
15415 * src/lalr.h (GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.
15416 * src/symtab.h (SYMBOL_NUMBER_MAX): New macro.
15417 * src/reader.c (reader): Use it.
15418
15419 * tests/regression.at (Braces parsing): Use grep, not fgrep, as
15420 POSIX 1003.1-2001 has removed fgrep.
15421
154222002-10-04 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15423
15424 * lib/bbitset.h (BITSET_WINDEX_MAX): Redefine so that it cannot be
15425 interpreted as signed.
15426 * lib/ebitset.c (ebitset_list): Fix bug.
15427
ff68026d
PE
154282002-10-01 Paul Eggert <eggert@twinsun.com>
15429
15430 More fixes for 64-bit hosts and large bitsets.
15431
15432 * lib/abitset.c (struct abitset_struct.n_bits, abitset_small_list,
15433 abitset_size, abitset_list, abitset_list_reverse, abitset_list):
15434 Use bitset_bindex, not int or unsigned int or size_t, to count bits.
15435 * lib/bbitset.h (struct bitset_vtable.size, struct bitset_vtable.count,
15436 struct bitset_vtable.list, struct bitset_vtable.list_reverse,
15437 bitset_count_, bitset_next, bitset_prev, bitset_first, bitset_last,
15438 bitset_count_): Likewise.
15439 * lib/bitset.h (bitset_iterator.num, bitset_iterator.i,
15440 bitset_first, bitset_last): Likewise.
15441 * lib/bitset_stats.c (bitset_stats_size, bitset_stats_list,
15442 bitset_stats_list_reverse, bitset_stats_size,
15443 bitset_stats_count, bitset_stats_list, bitset_stat_list_reverse):
15444 Likewise.
15445 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
15446 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
15447 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
15448 bitsetv_reflexive_transitive_closure): Likewise.
15449 * lib/bitsetv.h (bitsetv_alloc, bitsetv_create): Likewise.
15450 * lib/ebitset.c (ebitset_size, ebitset_list, ebitset_list_reverse):
15451 Likewise.
15452 * lib/lbitset.c (lbitset_size, lbitset_list, lbitset_list_merge):
15453 Likewise.
420f93c8 15454
ff68026d
PE
15455 * lib/abitset.c (abitset_ones, abitset_zero, abitset_bytes):
15456 Use size_t, not unsigned int, to count bytes.
15457 * lib/abitset.h (abitset_bytes): Likewise.
15458 * lib/bitset.c (bitset_bytes, bitset_alloc, bitset_obstack_alloc):
15459 Likewise.
15460 * lib/bitset.h (bitset_bytes): Likewise.
15461 * lib/bitset_stats.c (bitset_stats_bytes, bitset_stats_init): Likewise.
15462 * lib/bitset_stats.h (bitset_stats_bytes): Likewise.
15463 * lib/bitsetv.c (bitsetv_alloc): Likewise.
15464 * lib/ebitset.c (ebitset_bytes): Likewise.
15465 * lib/ebitset.h (ebitset_bytes): Likewise.
15466 * lib/lbitset.c (lbitset_bytes): Likewise.
15467 * lib/lbitset.h (lbitset_bytes): Likewise.
420f93c8 15468
ff68026d
PE
15469 * lib/abitset.c (abitset_empty_p, abitset_not, abitset_equal_p,
15470 abitset_subset_p, abitset_disjoint_p, abitset_and,
15471 abitset_and_cmp, abitset_andn, abitset_andn_cmp, abitset_or,
15472 abitset_or_cmp, abitset_xor, abitset_xor_cmp, abitset_and_or,
15473 abitset_and_or_cmp, abitset_andn_or, abitset_andn_or_cmp,
15474 abitset_or_and, abitset_or_and_cmp):
15475 Use bitset_windex instead of unsigned int.
15476 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
15477 * lib/ebitset.c (struct ebitset_struct.size, ebitset_elts_grow,
15478 ebitset_elt_add, ebitset_elt_remove, ebitset_weed,
15479 ebitset_elt_find, ebitset_list_reverse, ebitset_list, ebitset_init):
15480 Likewise.
15481 * lib/lbitset.c (lbitset_ones, lbitset_not): Likewise.
420f93c8 15482
ff68026d
PE
15483 * lib/bitset.c (bitset_print):
15484 Use proper printf formats for widths of integer types.
15485 * lib/bitset_stats.c (bitset_percent_histogram_print,
15486 bitset_log_histogram_print, bitset_stats_print_1): Likewise.
15487 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
15488 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
15489 * lib/lbitset.c (lbitset_bytes): Likewise.
420f93c8 15490
ff68026d
PE
15491 * lib/bbitset.h (BITSET_BINDEX_MAX, BITSET_WINDEX_MAX,
15492 BITSET_SIZE_MAX): New macros.
15493 (BITSET_INDEX_MAX): Remove. It wasn't right, since it assumed that
15494 sizeof (bitset_word) == sizeof (bitset_windex). All uses changed
15495 to BITSET_WINDEX_MAX.
15496
15497 * lib/bitset.c (bitset_next, bitset_prev, bitset_first,
15498 bitset_last): Return BITSET_BINDEX_MAX (not -1) for no value,
15499 since we now return the bitset_bindex type (not int).
15500
15501 * lib/bitsetv.c (bitsetv_alloc): Check for arithmetic overflow
15502 when computing sizes.
15503 * lib/ebitset.c (ebitset_elts_grow): Likewise.
15504
15505 * lib/lbitset.c (lbitset_elt_find): Simplify windex calculation
15506 and avoid cast to unsigned.
15507
6aa452a6
AD
155082002-09-30 Akim Demaille <akim@epita.fr>
15509
15510 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
15511 * lib/bitset_stats.c, lib/bitsetv.c, lib/ebitset.c, lib/lbitset.c:
15512 Updates from Michael Hayes.
15513
927f7817
AD
155142002-09-30 Art Haas <ahaas@neosoft.com>
15515
15516 * configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
15517 invocations.
15518 * tests/cxx-type.at (declarator): Don't rely on NDEBUG being not
15519 defined.
15520
9738f41e
AD
155212002-09-27 Akim Demaille <akim@epita.fr>
15522
15523 Version 1.49c.
15524
a5c75d7f
AD
155252002-09-27 Akim Demaille <akim@epita.fr>
15526
15527 * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.
15528 (Because of AC_LIBSOURCE).
15529
8280e179
AD
155302002-09-27 Akim Demaille <akim@epita.fr>
15531
15532 Playing with Autoscan.
15533
15534 * configure.ac: Remove the old LIBOBJ tweaks.
15535 (AC_REPLACE_FUNCS): Add strrchr and strtol.
15536 * lib/strrchr.c: New.
15537 * lib/strtol.c: New, from the Coreutils 4.5.1.
15538
ae64af35
AD
155392002-09-27 Akim Demaille <akim@epita.fr>
15540
15541 Playing with Autoscan.
15542
15543 * m4/prereq.m4 (jm_PREREQ_ARGMATCH, jm_FUNC_ARGMATCH): New.
15544 * lib/Makefile.am (libbison_a_SOURCES): No longer include
15545 argmatch.c and argmatch.h, since they are AC_LIBSOURCE'd.
15546 * lib/strcasecmp.c, lib/strncasecmp.c, lib/memcmp.c: New, from the
15547 Coreutils 4.5.1.
15548
d1a1114f
AD
155492002-09-24 Akim Demaille <akim@epita.fr>
15550
15551 * doc/bison.texinfo (Stack Overflow): xref to Recursion.
15552 (Frequently Asked Questions, Parser Stack Overflow): New.
15553
b906441c
AD
155542002-09-13 Akim Demaille <akim@epita.fr>
15555
15556 Playing with autoscan.
15557
15558 * src/reader.c (get_merge_function): Use xstrdup, not strdup.
15559 * src/files.c (skeleton_find): Remove, unused.
15560 * m4/memcmp.m4: New, from the Coreutils 4.5.1.
15561 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Run jm_FUNC_MEMCMP.
15562
bd701811
AD
155632002-09-13 Akim Demaille <akim@epita.fr>
15564
15565 * configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.6.3.
15566 * Makefile.am (AUTOMAKE_OPTIONS): Don't.
15567
e0a13e7b
AD
155682002-09-13 Akim Demaille <akim@epita.fr>
15569
15570 * configure.ac: Require 2.54.
15571 s/jm_FUNC_MALLOC/AC_FUNC_MALLOC/.
15572 s/jm_FUNC_REALLOC/AC_FUNC_REALLOC/.
15573 * m4/c-bs-a.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/realloc.m4:
15574 Remove, provided by Autoconf macros.
15575
c97011bf
AD
155762002-09-12 Akim Demaille <akim@epita.fr>
15577
15578 * m4/prereq.m4: Update, from Coreutils 4.5.1.
15579
d862b1be
AD
155802002-09-12 Akim Demaille <akim@epita.fr>
15581
15582 * m4/prereq.m4: Update, from Fileutils 4.1.5.
15583 * configure.ac (jm_PREREQ_TEMPNAME): Invoke it.
15584 Reported by Martin Mokrejs.
15585
3d38c03a
AD
155862002-09-10 Akim Demaille <akim@epita.fr>
15587
15588 * src/parse-gram.y: Associate a human readable string to each
15589 token type.
15590 * tests/regression.at (Invalid inputs): Adjust.
15591
b6347355
AD
155922002-09-10 Gary V. Vaughan <gary@gnu.org>
15593
15594 * tests/Makefile.am ($(srcdir)/package.m4): Bison now ships
15595 with an Autoconf-2.5x style configure.ac.
15596
09ba4ab2
PE
155972002-09-06 Paul Eggert <eggert@twinsun.com>
15598
15599 * doc/bison.texinfo (Conditions): Make explicit that the GPL
15600 exception applies only to yacc.c. This is a modification of a
15601 patch originally suggested by Akim Demaille.
15602
21846f69
AD
156032002-09-06 Akim Demaille <akim@epita.fr>
15604
09ba4ab2
PE
15605 * data/c.m4 (b4_copyright): Move the GPL exception comment from
15606 here to...
15607 * data/yacc.c: here.
15608
21846f69
AD
15609 * data/lalr1.cc (struct yyltype): Don't define it, since we use
15610 LocationType.
15611 (b4_ltype): Default to yy::Location from location.hh.
15612
c0ad8bf3
AD
156132002-09-04 Jim Meyering <jim@meyering.net>
15614
15615 * data/yacc.c: Guard the declaration of yytoknum also with
15616 `#ifdef YYPRINT', so it is declared only when used.
15617
3a93251e
AD
156182002-09-04 Akim Demaille <akim@epita.fr>
15619
15620 * configure.in: Rename as...
15621 * configure.ac: this.
15622 Bump to 1.49c.
15623
427c0dda
AD
156242002-09-04 Akim Demaille <akim@epita.fr>
15625
15626 * src/assoc.c, src/closure.c, src/gram.c, src/injections.c,
15627 * src/lalr.c, src/LR0.c, src/relation.c, src/tables.c: Don't
15628 translate maintainer only messages.
15629
6a254321
PE
156302002-08-12 Paul Eggert <eggert@twinsun.com>
15631
645e30d1
PE
15632 Version 1.49b.
15633
6a254321
PE
15634 * Makefile.am (SUBDIRS): Remove intl.
15635 (DISTCLEANFILES): Remove.
15636 * NEWS: Mention that GNU M4 is now required. Clarify what is
15637 meant by "larger grammars". Mention the pt_BR translation.
15638 * configure.in (AC_CHECK_DECLS): Add getenv, getopt.
15639 (AM_GNU_GETTEXT_VERSION): New macro, replacing GETTEXT_VERSION var.
15640 Bump version from 0.11.2 to 0.11.5.
15641 (BISON_PREREQ_STAGE): Remove.
15642 (AM_GNU_GETTEXT): Use external gettext.
15643 (AC_OUTPUT): Remove intl/Makefile.
15644
15645 * config/depcomp, config/install-sh: Sync with Automake 1.6.3.
15646
15647 * data/glr.c: Include string.h, for strlen.
15648 (yyreportParseError): Use size_t for yysize.
15649 (yy_yypstack): No longer nested inside yypstates, as nested
15650 functions are not portable. Do not assume size_t is the
15651 same width as int.
15652 (yypstates): Do not assume that ptrdiff_t is the same width
15653 as int, and similarly for yyposn and YYINDEX.
15654
15655 * data/yacc.c: Fix comment about `$$ = $1': it can copy garbage.
15656
15657 * lib/Makefile.am (INCLUDES): Do not include from the intl
15658 directory, which has been removed.
15659 * src/Makefile.am (INCLUDES): Likewise.
15660
15661 * lib/Makefile.am (libbison_a_SOURCES): Add unlocked-io.h.
15662 (bitsets_sources, additional_bitsets_sources, timevars_sources):
15663 New vars.
15664
15665 * lib/Makefile.am (libbison_a_SOURCES): Avoid +=, a GNU make extension.
15666 * tests/Makefile.am (EXTRA_DIST): Likewise.
15667
15668 * lib/abitset.c (abitset_reverse_list, ebitset_reverse_list):
15669 Do not assume that bitset_windex is the same width as unsigned.
15670
15671 * lib/abitset.c (abitset_unused_clear): Do not assume that
15672 bitset_word is the same width as int.
15673 * lib/bbitset.h (BITSET_INDEX_MAX, BITSET_MSB): Likewise.
15674 * lib/bitset.h (bitset_set, bitset_reset): Likewise.
15675 * lib/bitset_stats.c (bitset_stats_set, bitset_stats_reset): Likewise.
15676 * lib/ebitset.c (ebitset_set, ebitset_reset): Likewise.
15677 * lib/lbitset.c (lbitset_set, lbitset_reset): Likewise.
15678
15679 * lib/abitset.c (abitset_op1): Use -1, not ~0, as memset arg (for
15680 portability to one's complement hosts!).
15681 * lib/ebitset.c (ebitset_op1): Likewise.
15682 * lib/lbitset.c (lbitset_op1): Likewise.
15683
15684 * lib/argmatch.c, lib/quotearg.c, quotearg.h: Sync with GNU tar.
15685 * lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
15686 lib/hash.c, lib/hash.h, lib/strnlen.c, lib/xmalloc.c:
15687 Sync with fileutils.
15688 * lib/error.c, lib/getopt.c, lib/getopt.h, lib/getopt1.c,
15689 lib/gettext.h: Sync with diffutils.
15690
15691 * lib/memrchr.c, lib/mkstemp.c, lib/strchr.c, lib/strnlen.c,
15692 lib/strspn.c, lib/tempname.c: Use GPL, not LGPL.
15693
15694 * lib/obstack.c, lib/obstack.h: Sync with fileutils, except use
15695 PROTOTYPES to check for prototypes, and "defined __STDC__" to
15696 check for void *.
15697
15698 * lib/bbitset.h (BITSET_WORD_BITS): Now of type unsigned, not
15699 size_t; the old version tried to do this but casted improperly.
15700 (bitset_bindex, bitset_windex): Now size_t, not unsigned long.
15701 (bitset_test): Now returns int, not unsigned long.
15702
15703 * lib/bitset_stats.c: Include "gettext.h".
15704 (_): New macro.
15705 (bitset_stats_set, bitset_stats_reset, bitset_stats_test): Don't
15706 name locals "index", as it generates unnecessary warnings on some
15707 hosts that have an "index" function.
15708
15709 * lib/bitset_stats.c (bitset_stats_print_1, bitset_stats_print,
15710 bitset_stats_read, bitset_stats_write): Wrap strings in _() if
15711 they need translation.
15712 * src/LR0.c (state_list_append, new_itemsets, get_state,
15713 append_states, generate_states): Likewise.
15714 * src/assoc.c (assoc_to_string): Likewise.
15715 * src/closure.c (print_closure, set_firsts, closure): Likewise.
15716 * src/gram.c (grammar_dump): Likewise.
15717 * src/injections.c (injections_compute): Likewise.
15718 * src/lalr.c (lookaheads_print): Likewise.
15719 * src/relation.c (relation_transpose): Likewise.
15720 * src/scan-gram.l: Likewise.
15721 * src/tables.c (table_grow, pack_vector): Likewise.
15722
15723 * m4/Makefile.am (EXTRA_DIST): Remove codeset.m4,
15724 glibc21.m4, isc-posix.m4 lcmessage.m4, stage.m4.
15725 * m4/malloc.m4, m4/realloc.m4: Sync with diffutils.
15726 * m4/mbstate_t.m4: Sync with fileutils.
15727 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): AC_MBSTATE_T -> AC_TYPE_MBSTATE_T.
15728
15729 * po/LINGUAS: Add pt_BR.
15730 * po/POTFILES.in: Add src/assoc.c, src/closure.c, src/gram.c,
15731 src/main.c, src/relation.c, src/state.c, lib/bitset_stats.c,
15732 lib/timevar.c.
15733 Use src/parse-gram.y instead of src/parse-gram.c, as the gettext
15734 manual recommends.
15735 Similarly, use src/scan-gram.l instead of src/scan-gram.c.
15736
15737 * src/complain.c (strerror_r): Remove decl; not needed.
15738 (strerror): Use same pattern as ../lib/error.c.
15739
15740 * src/files.c, src/files.h (compute_header_macro): Remove; unused.
15741
15742 * src/gram.c (grammar_dump): Do not assume ptrdiff_t fits in int.
15743
15744 * src/main.c (main): Cast result of bindtextdomain and textdomain
15745 to void, to avoid a GCC warning when --disable-nls is in effect.
15746
15747 * src/scan-gram.l: Use strings rather than escapes when possible,
15748 to minimize the number of warnings from xgettext.
15749 (handle_action_dollar, handle_action_at): Don't use isdigit,
15750 as it mishandles negative chars and it may not work as expected
15751 outside the C locale.
15752
15753 * src/symtab.c (symbol_get): Don't cast LHS of an assignment;
15754 this is a GCC extension and is not portable to other compilers.
15755
15756 * src/system.h (alloca): Use same pattern as ../lib/error.c.
15757 Do not include <ctype.h>; no longer needed.
15758 Do not include <malloc.h>; no longer needed (and generates
15759 warnings on OpenBSD 3.0).
15760
15761 * tests/cxx-type.at (yylex): Do not pass signed char to isupper;
15762 it's not portable.
15763
15764 * tests/regression.at: Do not use 'cc -c input.c -o input';
15765 Sun C rejects this. Instead, use 'cc -c input.c -o input.o'.
15766
15767 * tests/synclines.at (AC_SYNCLINES_COMPILE): Accept any nonzero
15768 exit status as failure, not just exit status 1. Sun C exits
15769 with status 2 sometimes.
15770
15771 * tests/torture.at (AT_INCREASE_DATA_SIZE): New macro.
15772 Use it for the two large tests.
15773
c8f002c7
AD
157742002-08-02 Akim Demaille <akim@epita.fr>
15775
15776 * src/conflicts.c (conflicts_output): Don't output rules never
15777 reduced here, since anyway that computation doesn't work.
15778 * src/gram.h, src/gram.h (rule_filter_t, rule_useful_p)
15779 (rule_useless_p, rule_never_reduced_p): New.
15780 (grammar_rules_partial_print): Use a filter instead of a range.
15781 Display the title only if needed.
15782 (grammar_rules_print): Adjust.
15783 (grammar_rules_never_reduced_report): New.
15784 * src/tables.c (action_row): Move the computation of rules never
15785 reduced to...
15786 (token_actions): here.
15787 * src/main.c (main): Make the parser before making the report, so
15788 that rules never reduced are computed.
15789 Call grammar_rules_never_reduced_report.
15790 * src/print.c (print_results): Report rules never reduced.
15791 * tests/conflicts.at, tests/reduce.at: Adjust.
15792
cd08e51e
AD
157932002-08-01 Akim Demaille <akim@epita.fr>
15794
15795 Instead of attaching lookaheads and duplicating the rules being
15796 reduced by a state, attach the lookaheads to the reductions.
15797
15798 * src/state.h (state_t): Remove the `lookaheads',
15799 `lookaheads_rule' member.
15800 (reductions_t): Add a `lookaheads' member.
15801 Use a regular array for the `rules'.
15802 * src/state.c (reductions_new): Initialize the lookaheads member
15803 to 0.
15804 (state_rule_lookaheads_print): Adjust.
15805 * src/state.h, src/state.c (state_reductions_find): New.
15806 * src/conflicts.c (resolve_sr_conflict, set_conflicts)
15807 (count_rr_conflicts): Adjust.
15808 * src/lalr.c (LArule): Remove.
15809 (add_lookback_edge): Adjust.
15810 (state_lookaheads_count): New.
15811 (states_lookaheads_initialize): Merge into...
15812 (initialize_LA): this.
15813 (lalr_free): Adjust.
15814 * src/main.c (main): Don't free nullable and derives too early: it
15815 is used by --verbose.
15816 * src/print.c, src/print_graph.c, src/tables.c: Adjust.
15817
bb0027a9
AD
158182002-08-01 Akim Demaille <akim@epita.fr>
15819
15820 * src/derives.h, src/derives.c (derives): A `rule_t***' instead of
15821 `rule_number_t**'.
15822 (set_derives, free_derives): Rename as...
15823 (derives_compute, derives_free): this.
15824 Adjust all dependencies.
15825 * src/nullable.c (set_nullable, free_nullable): Rename as...
15826 (nullable_compute, nullable_free): these.
15827 (rule_list_t): Store rule_t *, not rule_number_t.
15828 * src/state.c (state_rule_lookaheads_print): Directly compare rule
15829 pointers, instead of their numbers.
15830 * src/main.c (main): Call nullable_free, and derives_free earlier,
15831 as they were lo longer used.
15832
3325ddc4
AD
158332002-08-01 Akim Demaille <akim@epita.fr>
15834
15835 * lib/timevar.c (get_time): Include children time.
15836 * src/lalr.h (LA, LArule): Don't export them: used with the
15837 state_t.
15838 * src/lalr.c (LA, LArule): Static.
15839 * src/lalr.h, src/lalr.c (lalr_free): New.
15840 * src/main.c (main): Call it.
15841 * src/tables.c (pack_vector): Check whether loc is >= to the
15842 table_size, not >.
15843 (pack_tables): Don't free froms, tos, conflict_tos, and pos...
15844 (tables_generate): do it, since that's also it which allocates
15845 them.
15846 Don't free LA and LArule, main does.
15847
c6f1a33c
AD
158482002-07-31 Akim Demaille <akim@epita.fr>
15849
15850 Separate parser tables computation and output.
15851
15852 * src/output.c (nvectors, base_t, base, base_ninf, conflict_table)
15853 (conflict_list, conflict_list_cnt, table, check, table_ninf)
15854 (yydefgoto, yydefact, high): Move to...
15855 * src/tables.h, src/tables.c: here.
15856 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
15857 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
15858 (symbol_number_to_vector_number, nvectors, BASE_MAX, BASE_MIN)
15859 (froms, tos, conflict_tos, tally, width, action_t, ACTION_MAX)
15860 (ACTION_MIN, actrow, order, nentries, pos, conflrow)
15861 (conflict_list_free, table_size, lowzero, table_grow, conflict_row)
15862 (action_row, save_row, token_actions, save_column, default_goto)
15863 (goto_actions, sort_actions, matching_state, pack_vector)
15864 (table_ninf_remap, pack_table, prepare_actions): Move to...
15865 * src/tables.c: here.
15866 * src/tables.h, src/tables.c(tables_generate, tables_free): New.
15867 * src/output.c (token_actions, output_base, output_conflicts)
15868 (output_check): Merge into...
15869 (prepare_actions): this.
15870 (actions_output): Rename as...
15871 (user_actions_output): this.
15872 * src/main.c (main): Call tables_generate and tables_free.
15873
1509d42f
AD
158742002-07-31 Akim Demaille <akim@epita.fr>
15875
15876 Steal GCC's --time-report support.
15877
15878 * lib/timevar.c, lib/timevar.h, lib/timevar.def: New,
15879 stolen/adjusted from GCC.
15880 * m4/stage.m4: Remove time related checks.
15881 * m4/timevar.m4: New.
15882 * configure.in: Adjust.
15883 * src/system.h: Adjust to using timevar.h.
15884 * src/getargs.h, src/getargs.c: Support trace_time for
15885 --trace=time.
15886 * src/main.c (stage): Remove.
15887 (main): Replace `stage' invocations with timevar calls.
15888 * src/output.c: Insert pertinent timevar calls.
15889
273a74fa
AD
158902002-07-31 Akim Demaille <akim@epita.fr>
15891
15892 Let --trace have arguments.
15893
15894 * src/getargs.h (enum trace_e): New.
15895 * src/getargs.c (trace_args, trace_types, trace_argmatch): New.
15896 (long_options, short_options): --trace/-T takes an optional
15897 argument.
15898 Change all the uses of trace_flag to reflect the new flags.
15899 * tests/sets.at (Firsts, Nullable, Broken Closure): Use --trace=sets.
15900
15901 Strengthen `stage' portability.
15902
15903 * m4/stage.m4 (BISON_PREREQ_STAGE): New.
15904 * configure.in: Use it.
15905 Don't check for malloc.h and sys/times.h.
15906 * src/system.h: Include them when appropriate.
15907 * src/main.c (stage): Compile only when mallinfo, struct mallinfo,
15908 times and struct tms are available.
15909
217598da
AD
159102002-07-30 Akim Demaille <akim@epita.fr>
15911
15912 In verbose parse error message, don't report `error' as an
15913 expected token.
15914 * tests/actions.at (Printers and Destructors): Adjust.
15915 * tests/calc.at (Calculator $1): Adjust.
15916 * data/yacc.c, data/glr.c, data/lalr1.c: When making the verbose
15917 error message, do not report the parser accepts the error token in
15918 that state.
15919
52489d44
AD
159202002-07-30 Akim Demaille <akim@epita.fr>
15921
15922 Normalize conflict related messages.
15923
15924 * src/complain.h, src/complain.c (warn, complain): New.
15925 * src/conflicts.c (conflicts_print): Use them.
15926 (conflict_report_yacc): New, extracted from...
15927 (conflicts_print): here.
15928 * tests/conflicts.at, tests/existing.at: Adjust.
15929
e8832397
AD
159302002-07-30 Akim Demaille <akim@epita.fr>
15931
15932 Report rules which are never reduced by the parser: those hidden
15933 by conflicts.
15934
15935 * src/LR0.c (save_reductions): Don't make the final state too
15936 different: save its reduction (accept) instead of having a state
15937 without any action (no shift or goto, no reduce).
15938 Note: the final state is now a ``regular'' state, i.e., the
15939 parsers now contain `reduce 0' as default reduction.
15940 Nevertheless, since they decide to `accept' when yystate =
15941 final_state, they still will not reduce rule 0.
15942 * src/print.c (print_actions, print_reduction): Adjust.
15943 * src/output.c (action_row): Track reduced rules.
15944 (token_actions): Report rules never reduced.
15945 * tests/conflicts.at, tests/regression.at: Adjust.
15946
caf23d24
AD
159472002-07-30 Akim Demaille <akim@epita.fr>
15948
15949 `stage' was accidently included in a previous patch.
15950 Initiate its autoconfiscation.
15951
15952 * configure.in: Look for malloc.h and sys/times.h.
15953 * src/main.c (stage): Adjust.
15954 Report only when trace_flag.
15955
640748ee
AD
159562002-07-29 Akim Demaille <akim@epita.fr>
15957
15958 * src/state.h, src/state.c (transitions_t): Holds state_t*'s, not
15959 state_number_t.
15960 (errs_t): symbol_t*, not symbol_number_t.
15961 (reductions_t): rule_t*, not rule_number_t.
15962 (FOR_EACH_SHIFT): New.
15963 * src/LR0.c, src/conflicts.c, src/lalr.c, src/output.c
15964 * src/print.c, src/print_graph.c: Adjust.
15965
88bce5a2
AD
159662002-07-29 Akim Demaille <akim@epita.fr>
15967
15968 Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
15969
15970 * src/symtab.h, src/symtab.c (eoftoken, axiom): Rename as...
15971 (endtoken, accept): these.
15972 * src/reader.c (reader): Set endtoken's default tag to "$end".
15973 Set undeftoken's tag to "$undefined" instead of "$undefined.".
15974 * doc/bison.texinfo (Table of Symbols): Mention $accept and $end.
15975 Adjust.
15976
1bfb97db
AD
159772002-07-29 Akim Demaille <akim@epita.fr>
15978
15979 * src/reduce.c (reduce_grammar): When the language is empty,
15980 complain about the start symbol, not the axiom.
15981 Use its location.
15982 * tests/reduce.at (Empty Language): New.
15983
fc5734fe
AD
159842002-07-26 Akim Demaille <akim@epita.fr>
15985
15986 * src/reader.h, src/reader.c (gram_error): ... can't get
15987 yycontrol without making too strong assumptions on the parser
15988 itself.
15989 * src/output.c (prepare_tokens): Use the real 0th value of
15990 token_translations instead of `0'.
15991 * src/parse-gram.y (yyerror): Don't rely on yycontrol being
15992 visible here.
15993 * data/yacc.c (yyreport_parse_error): Rename yylocation as yylloc
15994 for the time being: %locations ought to provide it to yyerror.
15995
3650b4b8
AD
159962002-07-25 Akim Demaille <akim@epita.fr>
15997
15998 * src/output.c (prepare_tokens): Go up to ntokens, not ntokens + 1.
15999 * doc/bison.texinfo (Decl Summary): s/$illegal/$undefined./.
16000 * tests/regression.at (Web2c Actions): Adjust.
16001
4b3d3a8e
AD
160022002-07-25 Akim Demaille <akim@epita.fr>
16003
16004 Stop storing rules from 1 to nrules + 1.
16005
16006 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c, src/lalr.c
16007 * src/nullable.c, src/output.c, src/print.c, src/reader.c
16008 * src/reduce.c: Allocate and free from &rules[0], not &rules[1].
16009 Iterate from 0 to nrules.
16010 Use rule_number_as_item_number and item_number_as_rule_number.
16011 Adjust to `derive' now containing possibly 0.
16012 * src/gram.h (rule_number_as_item_number, item_number_as_rule_number):
16013 Handle the `- 1' part in rule numbers from/to item numbers.
16014 * src/conflicts.c (log_resolution): Fix the message which reversed
16015 shift and reduce.
16016 * src/output.c (action_row): Initialize default_rule to -1.
16017 (token_actions): Adjust.
16018 * tests/sets.at (Nullable, Firsts): Fix the previously bogus
16019 expected output.
16020 * tests/conflicts.at (Resolved SR Conflicts): Likewise.
16021
4a2a22f4
AD
160222002-07-25 Akim Demaille <akim@epita.fr>
16023
16024 * data/c.m4 (b4_c_function, b4_c_ansi_args, b4_c_ansi_arg)
16025 (b4_c_knr_arg_names, b4_c_knr_arg_name, b4_c_knr_arg_decls)
16026 (b4_c_knr_arg_decl): New.
16027 * data/yacc.c: Use it to define yysymprint, yydestruct, and
16028 yyreport_parse_error.
16029
b8df3223
AD
160302002-07-25 Akim Demaille <akim@epita.fr>
16031
16032 * data/yacc.c (yyreport_parse_error): New, extracted from...
16033 (yyparse): here.
16034 (yydestruct, yysymprint): Move above yyparse.
16035 Be K&R compliant.
16036
a762e609
AD
160372002-07-25 Akim Demaille <akim@epita.fr>
16038
16039 * data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for): New,
16040 replace...
16041 (b4_sint_type, b4_uint_type): these.
16042 * data/yacc.c, data/glr.c, data/lalr1.cc: Use b4_int_type_for.
16043 * tests/regression.at (Web2c Actions): Adjust.
16044
12b0043a
AD
160452002-07-25 Akim Demaille <akim@epita.fr>
16046
16047 * src/gram.h (TIEM_NUMBER_MAX): New.
16048 (item_number_of_rule_number, rule_number_of_item_number): Rename
16049 as...
16050 (rule_number_as_item_number, item_number_as_rule_number): these.
16051 Adjust dependencies.
16052 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
16053 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
16054 (symbol_number_to_vector_number): New.
16055 (order): Of vector_number_t* type.
16056 (base_t, BASE_MAX, BASE_MIN): New.
16057 (froms, tos, width, pos, check): Of base_t type.
16058 (action_number_t, ACTION_MIN, ACTION_MAX): New.
16059 (actrow): Of action_number_t type.
16060 (conflrow): Of unsigned int type.
16061 (table_ninf, base_ninf): New.
16062 (GENERATE_MUSCLE_INSERT_TABLE): Also output the `*_min' value.
16063 (muscle_insert_int_table, muscle_insert_base_table)
16064 (muscle_insert_rule_number_table): New.
16065 (prepare_tokens): Output `toknum' as int_table.
16066 (action_row): Returns a rule_number_t.
16067 Use ACTION_MIN, not SHRT_MIN.
16068 (token_actions): yydefact is rule_number_t*.
16069 (table_ninf_remap): New.
16070 (pack_table): Use it for `base' and `table'.
16071 * data/yacc.c, data/glr.c, data/lalr1.cc (YYFLAG): Remove,
16072 replaced with...
16073 (YYPACT_NINF, YYTABLE_NINF): these.
16074 (yypact, yytable): Compute their types instead of hard-coded
16075 `short'.
16076 * tests/regression.at (Web2c Actions): Adjust.
16077
5dde258a
AD
160782002-07-19 Akim Demaille <akim@epita.fr>
16079
16080 * src/scan-gram.l (id): Can start with an underscore.
16081
a945ec39
AD
160822002-07-16 Akim Demaille <akim@epita.fr>
16083
16084 * src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string): New.
16085 Adjust all former `associativity' dependencies.
16086 * src/symtab.c (symbol_new): Default associativity is `undef', not
16087 `right'.
16088 (symbol_check_alias_consistence): Adjust.
16089
fae437e8
AD
160902002-07-09 Akim Demaille <akim@epita.fr>
16091
16092 * doc/bison.texinfo: Properly set the ``header'' part.
16093 Use @dircategory ``GNU programming tools'' as per Texinfo's
16094 documentation.
16095 Use @copying.
16096
1a715ef2
AD
160972002-07-09 Akim Demaille <akim@epita.fr>
16098
16099 * lib/quotearg.h: Protect against multiple inclusions.
16100 * src/location.h (location_t): Add a `file' member.
16101 (LOCATION_RESET, LOCATION_PRINT): Adjust.
16102 * src/complain.c (warn_at, complain_at, fatal_at): Drop
16103 `error_one_per_line' support.
16104
a5d50994
AD
161052002-07-09 Akim Demaille <akim@epita.fr>
16106
16107 * src/complain.h, src/complain.c (warn, complain): Remove, unused.
16108 * src/reader.c (lineno): Remove.
16109 Adjust all dependencies.
16110 (get_merge_function): Take a location and use complain_at.
16111 * src/symtab.h, src/symtab.c (symbol_make_alias): Likewise.
16112 * tests/regression.at (Invalid inputs, Mixing %token styles):
16113 Adjust.
16114
b275314e
AD
161152002-07-09 Akim Demaille <akim@epita.fr>
16116
16117 * src/parse-gram.y (rules_or_grammar_declaration): Add an error
16118 recovery rule, and forbid extensions when --yacc.
16119 (gram_error): Use complain_at.
16120 * src/reader.c (reader): Exit if there were parse errors.
16121
865b9df1
AD
161222002-07-09 Akim Demaille <akim@epita.fr>
16123
16124 * tests/synclines.at (AT_SYNCLINES_COMPILE): New.
16125 (AT_TEST_SYNCLINE): Adjust to unusual GCC outputs.
16126 Reported by R Blake <blakers@mac.com>.
16127
c76e14da
AD
161282002-07-09 Akim Demaille <akim@epita.fr>
16129
16130 * data/yacc.c: Output the copyright notive in the header.
16131
7db2ed2d
AD
161322002-07-03 Akim Demaille <akim@epita.fr>
16133
16134 * src/output.c (froms, tos): Are state_number_t.
16135 (save_column): sp, sp1, and sp2 are state_number_t.
16136 (prepare): Rename `final' as `final_state_number', `nnts' as
16137 `nterms_number', `nrules' as `rules_number', `nstates' as
16138 `states_number', and `ntokens' as `tokens_number'. Remove `nsym',
16139 unused.
16140 * data/yacc.c, data/glr.c, data/lalr1.cc: Adjust.
16141 * data/lalr1.cc (nsym_): Remove, unused.
16142
e68e0410
AD
161432002-07-03 Akim Demaille <akim@epita.fr>
16144
16145 * src/lalr.h, src/lalr.c (goto_number_t): New.
16146 * src/lalr.c (goto_list_t): New.
16147 Propagate them.
16148 * src/nullable.c (rule_list_t): New.
16149 Propagate.
16150 * src/types.h: Remove.
16151
e1a4f3a4
AD
161522002-07-03 Akim Demaille <akim@epita.fr>
16153
16154 * src/closure.c (print_fderives): Use rule_rhs_print.
16155 * src/derives.c (print_derives): Use rule_rhs_print.
16156 (rule_list_t): New, replaces `shorts'.
16157 (set_derives): Add comments.
16158 * tests/sets.at (Nullable, Firsts): Adjust.
16159
536545f3
AD
161602002-07-03 Akim Demaille <akim@epita.fr>
16161
16162 * src/output.c (prepare_actions): Free `tally' and `width'.
16163 (prepare_actions): Allocate and free `order'.
16164 * src/symtab.c (symbols_free): Free `symbols'.
16165 * src/scan-gram.l (scanner_free): Clear Flex's scanners memory.
16166 * src/output.c (m4_invoke): Move to...
16167 * src/scan-skel.l: here.
16168 (<<EOF>>): Close yyout, and free its name.
16169
8b752b00
AD
161702002-07-03 Akim Demaille <akim@epita.fr>
16171
16172 Fix some memory leaks, and fix a bug: state 0 was examined twice.
16173
16174 * src/LR0.c (new_state): Merge into...
16175 (state_list_append): this.
16176 (new_states): Merge into...
16177 (generate_states): here.
16178 (set_states): Don't ensure a proper `errs' state member here, do it...
16179 * src/conflicts.c (conflicts_solve): here.
16180 * src/state.h, src/state.c: Comment changes.
16181 (state_t): Rename member `shifts' as `transitions'.
16182 Adjust all dependencies.
16183 (errs_new): For consistency, also take the values as argument.
16184 (errs_dup): Remove.
16185 (state_errs_set): New.
16186 (state_reductions_set, state_transitions_set): Assert that no
16187 previous value was assigned.
16188 (state_free): New.
16189 (states_free): Use it.
16190 * src/conflicts.c (resolve_sr_conflict): Don't use an `errs_t' as
16191 temporary storage: use `errs' and `nerrs' as elsewhere.
16192 (set_conflicts): Allocate and free this `errs'.
16193
613f5e1a
AD
161942002-07-02 Akim Demaille <akim@epita.fr>
16195
16196 * lib/libiberty.h: New.
16197 * lib: Update the bitset implementation from upstream.
16198 * src/closure.c, src/lalr.c, src/output.c, src/print_graph.c,
16199 * src/state.c: Use BITSET_FOR_EACH, not BITSET_EXECUTE.
16200 * src/main.c: Adjust bitset stats calls.
16201
26e0cadc
PE
162022002-07-01 Paul Eggert <eggert@twinsun.com>
16203
16204 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>): Convert to unsigned
16205 char, so that negative chars don't collide with $.
16206
1154cced
AD
162072002-06-30 Akim Demaille <akim@epita.fr>
16208
16209 Have the GLR tests be `warning' checked, and fix the warnings.
16210
16211 * data/glr.c (YYFPRINTF): Always define it, not only when YYDEBUG
16212 (yyuserAction, yyreportAmbiguity): `Use' all the arguments.
16213 (yyremoveDeletes): `yyi' and `yyj' are size_t.
16214 Use YYFPRINTF when under if (YYDEBUG) to avoid empty `if' bodies.
16215 (yyaddDeferredAction): static.
16216 (yyglrReduce): yyi, yyk, amd yyposn are size_t.
16217 (yyreportParseError): yyprefix is const.
16218 yytokenp is used only when verbose.
16219 (yy__GNUC__): Replace with __GNUC__.
16220 (yypdumpstack): yyi is size_t.
16221 (yypreference): Un-yy local variables and arguments, to avoid
16222 clashes with `yyr1'. Anyway, we are not in the user name space.
16223 (yytname_size): be an int, as is compared with ints.
16224 * tests/testsuite.at (AT_COMPILE, AT_PARSER_CHECK): New.
16225 Use them.
16226 * tests/cxx-gram.at: Use quotation to protect $1.
16227 Use AT_COMPILE to enable warnings hunts.
16228 Prototype yylex and yyerror.
16229 `Use' argc.
16230 Include `string.h', not `strings.h'.
16231 Produce and prototype stmtMerge only when used.
16232 yylex takes a location.
16233
97650f4e
AD
162342002-06-30 Akim Demaille <akim@epita.fr>
16235
16236 We spend a lot of time in quotearg, in particular when --verbose.
16237
16238 * src/symtab.c (symbol_get): Store a quoted version of the key.
16239 (symbol_tag_get, symbol_tag_get_n, symbol_tag_print): Remove.
16240 Adjust all callers.
16241
d2576365
AD
162422002-06-30 Akim Demaille <akim@epita.fr>
16243
16244 * src/state.h (reductions_t): Rename member `nreds' as num.
16245 (errs_t): Rename members `nerrs' and `errs' as `num' and `symbols'.
16246 * src/state.c (ERRS_ALLOC, REDUCTIONS_ALLOC): Use the correct types.
16247
ccaf65bc
AD
162482002-06-30 Akim Demaille <akim@epita.fr>
16249
16250 * src/state.h, src/state.c (shift_t, SHIFT_SYMBOL, SHIFT_IS_SHIFT)
16251 (SHIFT_IS_GOTO, SHIFT_IS_ERROR, SHIFT_DISABLE, SHIFT_IS_DISABLED)
16252 (shifts_to): Rename as...
16253 (transition_t, TRANSITION_SYMBOL, TRANSITION_IS_TRANSITION)
16254 (TRANSITION_IS_GOTO, TRANSITION_IS_ERROR, TRANSITION_DISABLE)
16255 (TRANSITION_IS_DISABLED, transitions_to): these.
16256
87675353
AD
162572002-06-30 Akim Demaille <akim@epita.fr>
16258
16259 * src/print.c (print_shifts, print_gotos): Merge into...
16260 (print_transitions): this.
16261 (print_transitions, print_errs, print_reductions): Align the
16262 lookaheads columns.
16263 (print_core, print_transitions, print_errs, print_state,
16264 print_grammar): Output empty lines separator before, not after.
16265 (state_default_rule_compute): Rename as...
16266 (state_default_rule): this.
16267 * tests/conflicts.at (Defaulted Conflicted Reduction),
16268 (Unresolved SR Conflicts, Resolved SR Conflicts): Adjust.
16269 * tests/regression.at (Rule Line Numbers, Web2c Report): Adjust.
16270
ce4ccb4b
AD
162712002-06-30 Akim Demaille <akim@epita.fr>
16272
16273 Display items as we display rules.
16274
16275 * src/gram.h, src/gram.c (rule_lhs_print): New.
16276 * src/gram.c (grammar_rules_partial_print): Use it.
16277 * src/print.c (print_core): Likewise.
16278 * tests/conflicts.at (Defaulted Conflicted Reduction),
16279 (Unresolved SR Conflicts): Adjust.
16280 (Unresolved SR Conflicts): Adjust and rename as...
16281 (Resolved SR Conflicts): this, as was meant.
16282 * tests/regression.at (Web2c Report): Adjust.
16283
bc933ef1
AD
162842002-06-30 Akim Demaille <akim@epita.fr>
16285
16286 * src/print.c (state_default_rule_compute): New, extracted from...
16287 (print_reductions): here.
16288 Pessimize, but clarify the code.
16289 * tests/conflicts.at (Defaulted Conflicted Reduction): New.
16290
53d4308d
AD
162912002-06-30 Akim Demaille <akim@epita.fr>
16292
16293 * src/output.c (action_row): Let default_rule be always a rule
16294 number.
16295
574fb2d5
AD
162962002-06-30 Akim Demaille <akim@epita.fr>
16297
16298 * src/closure.c (print_firsts, print_fderives, closure):
16299 Use BITSET_EXECUTE.
16300 * src/lalr.c (lookaheads_print): Likewise.
16301 * src/state.c (state_rule_lookaheads_print): Likewise.
16302 * src/print_graph.c (print_core): Likewise.
16303 * src/print.c (print_reductions): Likewise.
16304 * src/output.c (action_row): Likewise.
16305 Use SHIFT_IS_DISABLED, SHIFT_IS_SHIFT and SHIFT_SYMBOL.
16306
05811fd7
AD
163072002-06-30 Akim Demaille <akim@epita.fr>
16308
16309 * src/print_graph.c: Use report_flag.
16310
0e4d5753
AD
163112002-06-30 Akim Demaille <akim@epita.fr>
16312
16313 * src/lalr.c (traverse, digraph, matrix_print, transpose): Move
16314 to...
16315 * src/relation.h, src/relation.c (traverse, relation_digraph)
16316 (relation_print, relation_transpose): New.
16317
24c7d800
AD
163182002-06-30 Akim Demaille <akim@epita.fr>
16319
16320 * src/state.h, src/state.c (shifts_to): New.
16321 * src/lalr.c (build_relations): Use it.
16322
9222837b
AD
163232002-06-30 Akim Demaille <akim@epita.fr>
16324
16325 * src/gram.h (rule_number_t, RULE_NUMBER_MAX, int_of_rule_number)
16326 (item_number_of_rule_number, rule_number_of_item_number): New.
16327 * src/LR0.c, src/closure.c, src/derives.c, src/derives.h,
16328 * src/gram.c, src/lalr.c, src/nullable.c, src/output.c, src/print.c,
16329 * src/print_graph.c, src/reader.c, src/reduce.c, src/reduce.h:
16330 Propagate their use.
16331 Much remains to be done, in particular wrt `shorts' from types.h.
16332
260008e5
AD
163332002-06-30 Akim Demaille <akim@epita.fr>
16334
16335 * src/symtab.c (symbol_new): Initialize the `printer' member.
16336
8a731ca8
AD
163372002-06-30 Akim Demaille <akim@epita.fr>
16338
16339 * src/LR0.c (save_reductions): Remove, replaced by...
16340 * src/state.h, src/state.c (state_reductions_set): New.
16341 (reductions, errs): Rename as...
16342 (reductions_t, errs_t): these.
16343 Adjust all dependencies.
16344
32e1e0a4
AD
163452002-06-30 Akim Demaille <akim@epita.fr>
16346
16347 * src/LR0.c (state_list_t, state_list_append): New.
16348 (first_state, last_state): Now symbol_list_t.
16349 (this_state): Remove.
16350 (new_itemsets, append_states, save_reductions): Take a state_t as
16351 argument.
16352 (set_states, generate_states): Adjust.
16353 (save_shifts): Remove, replaced by...
16354 * src/state.h, src/state.c (state_shifts_set): New.
16355 (shifts): Rename as...
16356 (shifts_t): this.
16357 Adjust all dependencies.
16358 * src/state.h (state_t): Remove the `next' member.
16359
e5fb6710
AD
163602002-06-30 Akim Demaille <akim@epita.fr>
16361
16362 * src/vcg.c (quote): Use slot 2, since we often pass symbol tag
16363 escaped in slot 0.
16364
c7ca99d4
AD
163652002-06-30 Akim Demaille <akim@epita.fr>
16366
16367 Use hash.h for the state hash table.
16368
16369 * src/LR0.c (STATE_HASH_SIZE, state_hash): Remove.
16370 (allocate_storage): Use state_hash_new.
16371 (free_storage): Use state_hash_free.
16372 (new_state, get_state): Adjust.
16373 * src/lalr.h, src/lalr.c (states): Move to...
16374 * src/states.h (state_t): Remove the `link' member, no longer
16375 used.
16376 * src/states.h, src/states.c: here.
16377 (state_hash_new, state_hash_free, state_hash_lookup)
16378 (state_hash_insert, states_free): New.
16379 * src/states.c (state_table, state_compare, state_hash): New.
16380 * src/output.c (output_actions): Do not free states now, since we
16381 still need to know the final_state number in `prepare', called
16382 afterwards. Do it...
16383 * src/main.c (main): here: call states_free after `output'.
16384
df0e7316
AD
163852002-06-30 Akim Demaille <akim@epita.fr>
16386
16387 * src/state.h, src/state.c (state_new): New, extracted from...
16388 * src/LR0.c (new_state): here.
16389 * src/state.h (STATE_ALLOC): Move to...
16390 * src/state.c: here.
16391 * src/LR0.h, src/LR0.c (nstates, final_state): Move to...
16392 * src/state.h, src/state.c: here.
16393
39f41916
AD
163942002-06-30 Akim Demaille <akim@epita.fr>
16395
16396 * src/reader.c (gensym): Rename as...
16397 * src/symtab.h, src/symtab.c (dummy_symbol_get): this.
16398 (getsym): Rename as...
16399 (symbol_get): this.
16400
d57650a5
AD
164012002-06-30 Akim Demaille <akim@epita.fr>
16402
16403 * src/state.h (state_number_t, STATE_NUMBER_MAX): New.
16404 * src/LR0.c, src/LR0.h, src/conflicts.c, src/lalr.c, src/lalr.h,
16405 * src/output.c, src/print.c, src/print_graph.c: Propagate.
16406 * src/LR0.h, src/LR0.h (final_state): Is a state_t*.
16407
5a08f1ce
AD
164082002-06-30 Akim Demaille <akim@epita.fr>
16409
16410 Make the test suite pass with warnings checked.
16411
16412 * tests/actions.at (Printers and Destructors): Improve.
16413 Avoid unsigned vs. signed issues.
16414 * tests/calc.at: Don't exercise the scanner here, do it...
16415 * tests/input.at (Torturing the Scanner): here.
16416
720623af
PH
164172002-06-28 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
16418
88e7e941 16419 * data/glr.c: Correct typo in Emacs-mode directive. Slightly
720623af
PH
16420 reorganize first lines parallel to yacc.c.
16421
fb8135fa
AD
164222002-06-28 Akim Demaille <akim@epita.fr>
16423
16424 * data/c.m4 (b4_copyright, b4_sint_type, b4_uint_type, b4_token_define)
16425 (b4_token_enum, b4_token_defines): New, factored from...
16426 * data/lalr1.cc, data/yacc.c, glr.c: here.
16427
41442480
AD
164282002-06-28 Akim Demaille <akim@epita.fr>
16429
16430 * data/yacc.c (yydestruct, yysymprint): Pacify GCC warnings for
16431 unused variables.
16432 * src/output.c (merger_output): static.
16433
e0e5bf84
AD
164342002-06-28 Akim Demaille <akim@epita.fr>
16435
ba0fe3c7 16436 * src/reader.h: s/grammer_current_rule_merge_set/grammar_.../.
e0e5bf84
AD
16437 * src/conflicts.c (conflicts_total_count): `i' is unsigned, to
16438 pacify GCC.
16439 * src/output.c (save_row): Initialize all the variables to pacify GCC.
e0e5bf84 16440
676385e2
PH
164412002-06-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
16442
16443 Accumulated changelog for new GLR parsing features.
16444
6a254321 16445 * src/conflicts.c (count_total_conflicts): Change name to
676385e2
PH
16446 conflicts_total_count.
16447 * src/conflicts.h: Ditto.
16448 * src/output.c (token_actions): Use the new name.
16449 (output_conflicts): Change conflp => conflict_list_heads, and
16450 confl => conflict_list for better readability.
16451 * data/glr.c: Use the new names.
16452 * NEWS: Add self to GLR announcement.
e0e5bf84 16453
676385e2
PH
16454 * src/reader.c (free_merger_functions): Cleanup: XFREE->free.
16455
16456 * doc/bison.texinfo (GLR Parsers): Make corrections suggested by
16457 Akim Demaille.
16458
16459 * data/bison.glr: Change name to glr.c
16460 * data/glr.c: Renamed from bison.glr.
16461 * data/Makefile.am: Add glr.c
e0e5bf84
AD
16462
16463 * src/getargs.c:
16464
676385e2 16465 * src/symlist.h: Add dprec and merger fields to symbol_list_s.
ba0fe3c7 16466 * src/symlist.c (symbol_list_new): Initialize dprec and merger fields.
e0e5bf84 16467
676385e2
PH
16468 Originally 2002-06-16 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
16469
16470 * data/bison.glr: Be sure to restore the
16471 current #line when returning to the skeleton contents after having
16472 exposed the input file's #line.
16473
16474 Originally 2002-06-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
16475
16476 * data/bison.glr: Bring up to date with changes to bison.simple.
16477
16478 Originally 2002-06-03 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
16479
16480 * data/bison.glr: Correct definitions that use b4_prefix.
16481 Various reformatting.
16482 (GLRStack): Make yychar (in YYPURE case) and yytokenp as part of stack.
16483 (yyreportParseError, yyrecoverParseError, yyprocessOneStack): remove
16484 yytokenp argument; now part of stack.
16485 (yychar): Define to behave as documented.
16486 (yyclearin): Ditto.
e0e5bf84 16487
676385e2
PH
16488 Originally 2002-05-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
16489
16490 * src/reader.h: Add declaration for free_merger_functions.
16491
16492 * src/reader.c (merge_functions): New variable.
16493 (get_merge_function): New function.
16494 (free_merger_functions): New function.
16495 (readgram): Check for %prec that is not followed by a symbol.
16496 Handle %dprec and %merge declarations.
16497 (packgram): Initialize dprec and merger fields in rules array.
16498
16499 * src/output.c (conflict_tos, conflrow, conflict_table, conflict_list,
16500 conflict_list_cnt, conflict_list_free): New variables.
16501 (table_grow): Also grow conflict_table.
e0e5bf84 16502 (prepare_rules): Output dprec and merger tables.
676385e2 16503 (conflict_row): New function.
e0e5bf84 16504 (action_row): Output conflict lists for GLR parser. Don't use
676385e2
PH
16505 default reduction in conflicted states for GLR parser so that there
16506 are spaces for the conflict lists.
16507 (save_row): Also save conflict information.
16508 (token_actions): Allocate conflict list.
16509 (merger_output): New function.
16510 (pack_vector): Pack conflict table, too.
16511 (output_conflicts): New function to output yyconflp and yyconfl.
16512 (output_check): Allocate conflict_tos.
16513 (output_actions): Output conflict tables, also.
16514 (output_skeleton): Output b4_mergers definition.
16515 (prepare): Output b4_max_rhs_length definition.
16516 Use 'bison.glr' as default skeleton for GLR parsers.
16517
16518 * src/gram.c (glr_parser): New flag.
16519 (grammar_free): Call free_merger_functions.
16520
16521 * src/conflicts.c (count_rr_conflicts): Augment to optionally count
16522 all pairs of conflicting reductions, rather than just all tokens
16523 causing conflicts. Needed to size conflict tables.
e0e5bf84 16524 (conflicts_output): Modify call to count_rr_conflicts for new
676385e2
PH
16525 interface.
16526 (conflicts_print): Ditto.
16527 (count_total_conflicts): New function.
16528
16529 * src/reader.h (merger_list): New type.
16530 (merge_functions): New variable.
16531
16532 * src/lex.h (tok_dprec, tok_merge): New token types.
16533
16534 * src/gram.h (rule_s): Add dprec and merger fields.
16535 (glr_parser): New flag.
16536
16537 * src/conflicts.h (count_total_conflicts): New function.
16538
16539 * src/options.c (option_table): Add %dprec, %merge, and %glr-parser.
16540
16541 * doc/bison.texinfo (Generalized LR Parsing): New section.
16542 (GLR Parsers): New section.
16543 (Language and Grammar): Mention GLR parsing.
16544 (Table of Symbols): Add %dprec, %glr-parser, %merge, GLR
16545 Correct typo ("tge" -> "the").
16546
16547 * data/bison.glr: New skeleton for GLR parsing.
16548
16549 * tests/cxx-gram.at: New tests for GLR parsing.
16550
16551 * tests/testsuite.at: Include cxx-gram.at.
16552
16553 * tests/Makefile.am: Add cxx-gram.at.
e0e5bf84 16554
676385e2
PH
16555 * src/parse-gram.y:
16556
16557 * src/scan-gram.l: Add %dprec, %glr-parser, %merge.
16558
16559 * src/parse-gram.y: Grammar for %dprec, %merge, %glr-parser.
e0e5bf84 16560
b5480d74 165612002-06-27 Akim Demaille <akim@epita.fr>
e2aaf4c4
AD
16562
16563 * src/options.h, src/options.c: Remove.
16564 * src/getargs.c (short_options, long_options): New.
16565
60491a94
AD
165662002-06-27 Akim Demaille <akim@epita.fr>
16567
16568 * data/bison.simple, data/bison.c++: Rename as...
16569 * data/yacc.c, data/lalr1.cc: these.
16570 * doc/bison.texinfo (Environment Variables): Remove.
16571
9be0c25b
AD
165722002-06-25 Raja R Harinath <harinath@cs.umn.edu>
16573
16574 * src/getargs.c (report_argmatch): Initialize strtok().
16575
1ae72863
AD
165762002-06-20 Akim Demaille <akim@epita.fr>
16577
16578 * data/bison.simple (b4_symbol_actions): New, replaces...
16579 (b4_symbol_destructor, b4_symbol_printer): these.
16580 (yysymprint): Be sure to call YYPRINT only for tokens, and using
16581 user token numbers.
16582
87542d29
AD
165832002-06-20 Akim Demaille <akim@epita.fr>
16584
16585 * data/bison.simple (yydestructor): Rename as...
16586 (yydestruct): this.
16587
1a31ed21
AD
165882002-06-20 Akim Demaille <akim@epita.fr>
16589
16590 * src/symtab.h, src/symtab.c (symbol_type_set)
16591 (symbol_destructor_set, symbol_precedence_set): The location is
16592 the last argument.
16593 Adjust all callers.
16594
e776192e
AD
165952002-06-20 Akim Demaille <akim@epita.fr>
16596
16597 * src/parse-gram.y (YYPRINT, yyprint): Don't mess with the parser
16598 internals.
16599 * src/reader.h, src/reader.c (grammar_current_rule_prec_set):
16600 Takes a location.
16601 * src/symtab.h, src/symtab.c (symbol_class_set)
16602 (symbol_user_token_number_set): Likewise.
16603 Adjust all callers.
16604 Promote complain_at.
16605 * tests/input.at (Type Clashes): Adjust.
16606
5c1180b3
AD
166072002-06-20 Akim Demaille <akim@epita.fr>
16608
16609 * data/bison.simple (YYLEX): Fix the declaration when
16610 %pure-parser.
16611
e3170060
AD
166122002-06-20 Akim Demaille <akim@epita.fr>
16613
16614 * data/bison.simple (yysymprint): Don't print the token number,
16615 just its name.
16616 * tests/actions.at (Destructors): Rename as...
16617 (Printers and Destructors): this.
16618 Also exercise %printer.
16619
253862fd
AD
166202002-06-20 Akim Demaille <akim@epita.fr>
16621
16622 * data/bison.simple (YYDSYMPRINT): New.
16623 Use it to remove many of the #if YYDEBUG/if (yydebug).
16624
366eea36
AD
166252002-06-20 Akim Demaille <akim@epita.fr>
16626
16627 * src/symtab.h, src/symtab.c (symbol_t): printer and
16628 printer_location are new members.
16629 (symbol_printer_set): New.
16630 * src/parse-gram.y (PERCENT_PRINTER): New token.
16631 Handle its associated rule.
16632 * src/scan-gram.l: Adjust.
16633 (handle_destructor_at, handle_destructor_dollar): Rename as...
16634 (handle_symbol_code_at, handle_symbol_code_dollar): these.
16635 * src/output.c (symbol_printers_output): New.
16636 (output_skeleton): Call it.
16637 * data/bison.simple (yysymprint): New. Cannot be named yyprint
16638 since there are already many grammar files with a user `yyprint'.
16639 Replace the calls to YYPRINT to calls to yysymprint.
16640 * tests/calc.at: Adjust.
16641 * tests/torture.at (AT_DATA_STACK_TORTURE): Remove YYPRINT: it was
16642 taking advantage of parser very internal details (stack size!).
16643
4f25ebb0
AD
166442002-06-20 Akim Demaille <akim@epita.fr>
16645
16646 * src/scan-gram.l: Complete the scanner with the missing patterns
16647 to pacify Flex.
16648 Use `quote' and `symbol_tag_get' where appropriate.
16649
93b68a0e
AD
166502002-06-19 Akim Demaille <akim@epita.fr>
16651
16652 * tests/actions.at (Destructors): Augment to test locations.
16653 * data/bison.simple (yydestructor): Pass it the current location
16654 if locations are enabled.
16655 Prototype only when __STDC__ or C++.
16656 Change the argument names to move into the yy name space: there is
16657 user code here.
16658
58612f1d
AD
166592002-06-19 Akim Demaille <akim@epita.fr>
16660
74310291
AD
16661 * data/bison.simple (b4_pure_if): New.
16662 Use it instead of #ifdef YYPURE.
16663
166642002-06-19 Akim Demaille <akim@epita.fr>
16665
16666 * data/bison.simple (b4_location_if): New.
58612f1d
AD
16667 Use it instead of #ifdef YYLSP_NEEDED.
16668
f25bfb75
AD
166692002-06-19 Akim Demaille <akim@epita.fr>
16670
16671 Prepare @$ in %destructor, but currently don't bind it in the
16672 skeleton, as %location use is not cleaned up yet.
16673
16674 * src/scan-gram.l (handle_dollar, handle_destructor_at)
16675 (handle_action_at): New.
16676 (handle_at, handle_action_dollar, handle_destructor_dollar): Take
16677 a braced_code_t and a location as additional arguments.
16678 (handle_destructor_dollar): Instead of requiring `b4_eval', just
16679 unquote one when outputting `b4_dollar_dollar'.
16680 Adjust callers.
16681 * data/bison.simple (b4_eval): Remove.
16682 (b4_symbol_destructor): Adjust.
16683 * tests/input.at (Invalid @n): Adjust.
16684
c732d2c6
AD
166852002-06-19 Zack Weinberg <zack@codesourcery.com>
16686
16687 * doc/bison.texinfo: Document ability to have multiple
16688 prologue sections.
16689
8c165d89
AD
166902002-06-18 Akim Demaille <akim@epita.fr>
16691
16692 * src/files.c (compute_base_names): When computing the output file
16693 names from the input file name, strip the directory part.
16694
ca98bf57
AD
166952002-06-18 Akim Demaille <akim@epita.fr>
16696
16697 * data/bison.simple.new: Comment changes.
16698 Reported by Andreas Schwab.
16699
0bfb02ff
AD
167002002-06-18 Matt Kraai <kraai@alumni.cmu.edu>
16701
16702 * data/bison.simple (yyoverflowlab): #ifndef yyoverflow, so that
16703 there are no `label `yyoverflowlab' defined but not used' warnings
16704 when yyoverflow is defined.
16705
24c0aad7
AD
167062002-06-18 Akim Demaille <akim@epita.fr>
16707
16708 * src/symtab.h, src/symtab.c (symbol_t): destructor_location is a
16709 new member.
16710 (symbol_destructor_set): Adjust.
16711 * src/output.c (symbol_destructors_output): Output the destructor
16712 locations.
16713 Output the symbol name.
16714 * data/bison.simple (b4_symbol_destructor): Adjust.
16715
5719c109
AD
167162002-06-18 Cris Bailiff <c.bailiff@awayweb.com>
16717 and Akim Demaille <akim@epita.fr>
16718
16719 * data/bison.simple.new (yyerrlab1): Be sure to pop and destroy
16720 what's left on the stack when the error recovery hits EOF.
16721 * tests/actions.at (Destructors): Complete to exercise this case.
16722
9280d3ef
AD
167232002-06-17 Akim Demaille <akim@epita.fr>
16724
16725 * data/m4sugar/m4sugar.m4 (m4_map): Recognize when the list of
16726 arguments is really empty, not only equal to `[]'.
16727 * src/symtab.h, src/symtab.c (symbol_t): `destructor' is a new
16728 member.
16729 (symbol_destructor_set): New.
16730 * src/output.c (symbol_destructors_output): New.
16731 * src/reader.h (brace_code_t, current_braced_code): New.
16732 * src/scan-gram.l (BRACED_CODE): Use it to branch on...
16733 (handle_dollar): Rename as...
16734 (handle_action_dollar): this.
16735 (handle_destructor_dollar): New.
16736 * src/parse-gram.y (PERCENT_DESTRUCTOR): New.
16737 (grammar_declaration): Use it.
16738 * data/bison.simple (yystos): Is always defined.
16739 (yydestructor): New.
16740 * tests/actions.at (Destructors): New.
16741 * tests/calc.at (_AT_CHECK_CALC_ERROR): Don't rely on egrep.
16742
dafdc66f
AD
167432002-06-17 Akim Demaille <akim@epita.fr>
16744
16745 * src/symlist.h, src/symlist.c (symbol_list_length): New.
16746 * src/scan-gram.l (handle_dollar, handle_at): Compute the
16747 rule_length only when needed.
16748 * src/output.c (actions_output, token_definitions_output): Output
16749 the full M4 block.
16750 * src/symtab.c: Don't access directly to the symbol tag, use
16751 symbol_tag_get.
16752 * src/parse-gram.y: Use symbol_list_free.
16753
56c47203
AD
167542002-06-17 Akim Demaille <akim@epita.fr>
16755
16756 * src/reader.h, src/reader.c (symbol_list, symbol_list_new)
16757 (symbol_list_prepend, get_type_name): Move to...
16758 * src/symlist.h, src/symlist.c (symbol_list_t, symbol_list_new)
16759 (symbol_list_prepend, symbol_list_n_type_name_get): here.
16760 Adjust all callers.
16761 (symbol_list_free): New.
16762 * src/scan-gram.l (handle_dollar): Takes a location.
16763 * tests/input.at (Invalid $n): Adjust.
16764
1e0bab92
AD
167652002-06-17 Akim Demaille <akim@epita.fr>
16766
16767 * src/reader.h, src/reader.c (symbol_list_new): Export it.
16768 (symbol_list_prepend): New.
16769 * src/parse-gram.y (%union): `list' is a new member.
16770 (symbols.1): New, replaces...
16771 (terms_to_prec.1, nterms_to_type.1): these.
16772 * src/symtab.h, src/symtab.c (symbol_type_set, symbol_precedence_set)
16773 Take a location as additional argument.
16774 Adjust all callers.
16775
04e60654
AD
167762002-06-15 Akim Demaille <akim@epita.fr>
16777
16778 * src/parse-gram.y: Move %token in the declaration section so that
16779 we don't depend upon CVS Bison.
16780
10e5b8bd
AD
167812002-06-15 Akim Demaille <akim@epita.fr>
16782
16783 * src/state.h, src/state.c (state_rule_lookaheads_print): New.
16784 * src/print.c (print_core): Use it.
16785
9801d40c
AD
167862002-06-15 Akim Demaille <akim@epita.fr>
16787
16788 * src/conflicts.c (log_resolution): Accept the rule involved in
16789 the sr conflicts instead of the lookahead number that points to
16790 that rule.
16791 (flush_reduce): Accept the current lookahead vector as argument,
16792 instead of the index in LA.
16793 (resolve_sr_conflict): Accept the current number of lookahead
16794 bitset to consider for the STATE, instead of the index in LA.
16795 (set_conflicts): Adjust.
16796 * src/lalr.c, src/lalr.h, src/state.h: Comment changes.
16797
c0263492
AD
167982002-06-15 Akim Demaille <akim@epita.fr>
16799
16800 * src/state.h (state_t): Replace the `lookaheadsp' member, a
16801 short, with `lookaheads' (bitsetv), `lookaheads_rule' (rule_t**).
16802 Adjust all dependencies.
16803 * src/lalr.c (initialize_lookaheads): Split into...
16804 (states_lookaheads_count, states_lookaheads_initialize): these.
16805 (lalr): Adjust.
16806
9757c359
AD
168072002-06-15 Akim Demaille <akim@epita.fr>
16808
16809 * src/gram.h, src/gram.c (grammar_rules_partial_print): New, eved
16810 out of...
16811 (grammar_rules_print): here.
16812 * src/reduce.c (reduce_output): Use it.
16813 * tests/reduce.at (Useless Rules, Reduced Automaton)
16814 (Underivable Rules): Adjust.
16815
6b98e4b5
AD
168162002-06-15 Akim Demaille <akim@epita.fr>
16817
16818 Copy BYacc's nice way to report the grammar.
16819
16820 * src/gram.h, src/gram.c (grammar_rhs_print, grammar_rules_print):
16821 New.
16822 Don't print the rules' location, it is confusing and useless.
16823 (rule_print): Use grammar_rhs_print.
16824 * src/print.c (print_grammar): Use grammar_rules_print.
16825
6b98e4b5
AD
168262002-06-15 Akim Demaille <akim@epita.fr>
16827
16828 Complete and rationalize `useless thing' warnings.
16829
16830 * src/symtab.h, src/symtab.c (symbol_tag_get, symbol_tag_get_n)
16831 (symbol_tag_print): New.
16832 Use them everywhere in place of accessing directly the tag member.
16833 * src/gram.h, src/gram.c (rule_print): New.
16834 Use it where a rule used to be printed `by hand'.
16835 * src/reduce.c (nonterminals_reduce): Report the use nonterminals.
16836 (reduce_grammar_tables): Report the useless rules.
16837 (reduce_print): Useless things are a warning, not an error.
16838 Report it as such.
16839 * tests/reduce.at (Useless Nonterminals, Useless Rules):
16840 (Reduced Automaton, Underivable Rules): Adjust.
16841 * tests/regression.at (Web2c Report, Web2c Report): Adjust.
16842 * tests/conflicts.at (Unresolved SR Conflicts)
16843 (Solved SR Conflicts): Adjust.
16844
ee000ba4
AD
168452002-06-15 Akim Demaille <akim@epita.fr>
16846
16847 Let symbols have a location.
16848
16849 * src/symtab.h, src/symtab.c (symbol_t): Location is a new member.
16850 (getsym): Adjust.
16851 Adjust all callers.
16852 * src/complain.h, src/complain.c (complain_at, fatal_at, warn_at):
16853 Use location_t, not int.
16854 * src/symtab.c (symbol_check_defined): Take advantage of the
16855 location.
16856 * tests/regression.at (Invalid inputs): Adjust.
16857
8efe435c
AD
168582002-06-15 Akim Demaille <akim@epita.fr>
16859
16860 * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.
16861 (input): Don't try to initialize yylloc here, do it in the
16862 scanner.
16863 * src/scan-gram.l (YY_USER_INIT): Initialize yylloc.
16864 * src/gram.h (rule_t): Change line and action_line into location
16865 and action_location, of location_t type.
16866 Adjust all dependencies.
16867 * src/location.h, src/location.c (empty_location): New.
16868 * src/reader.h, src/reader.c (grammar_start_symbol_set)
16869 (grammar_symbol_append, grammar_rule_begin, grammar_rule_end)
16870 (grammar_current_rule_symbol_append)
16871 (grammar_current_rule_action_append): Expect a location as argument.
16872 * src/reader.c (grammar_midrule_action): Adjust to attach an
16873 action's location as dummy symbol location.
16874 * src/symtab.h, src/symtab.c (startsymbol_location): New.
16875 * tests/regression.at (Web2c Report, Rule Line Numbers): Adjust
16876 the line numbers.
16877
1921f1d7
AD
168782002-06-14 Akim Demaille <akim@epita.fr>
16879
16880 Grammar declarations may be found in the grammar section.
16881
16882 * src/parse-gram.y (rules_or_grammar_declaration): New.
16883 (declarations): Each declaration may end with a semicolon, not
16884 just...
16885 (grammar_declaration): `"%union"'.
16886 (grammar): Branch to rules_or_grammar_declaration.
16887
4515534c
AD
168882002-06-14 Akim Demaille <akim@epita.fr>
16889
16890 * src/main.c (main): Invoke scanner_free.
16891
f958596b
AD
168922002-06-14 Akim Demaille <akim@epita.fr>
16893
16894 * src/output.c (m4_invoke): Extracted from...
16895 (output_skeleton): here.
16896 Free tempfile.
16897
2c569025
AD
168982002-06-14 Akim Demaille <akim@epita.fr>
16899
16900 * src/parse-gram.y (directives, directive, gram)
16901 (grammar_directives, precedence_directives, precedence_directive):
16902 Rename as...
16903 (declarations, declaration, grammar, grammar_declaration)
16904 (precedence_declaration, precedence_declarator): these.
16905 (symbol_declaration): New.
16906
592e8d4d
AD
169072002-06-14 Akim Demaille <akim@epita.fr>
16908
16909 * src/files.c (action_obstack): Remove, unused.
16910 (output_obstack): Remove it, and all its dependencies, as it is no
16911 longer needed.
16912 * src/reader.c (epilogue_set): Build the epilogue in the
16913 muscle_obstack.
16914 * src/output.h, src/output.c (muscle_obstack): Move to...
16915 * src/muscle_tab.h, src/muscle_tab.h: here.
16916 (muscle_init): Initialize muscle_obstack.
16917 (muscle_free): New.
16918 * src/main.c (main): Call it.
16919
0c15323d
AD
169202002-06-14 Akim Demaille <akim@epita.fr>
16921
16922 * src/location.h: New, extracted from...
16923 * src/reader.h: here.
16924 * src/Makefile.am (noinst_HEADERS): Merge into
16925 (bison_SOURCES): this.
16926 Add location.h.
16927 * src/parse-gram.y: Use location_t instead of Bison's.
16928 * src/reader.h, src/reader.c (prologue_augment, epilogue_set):
16929 Use location_t instead of ints.
16930
e96c9728
AD
169312002-06-14 Akim Demaille <akim@epita.fr>
16932
16933 * data/bison.simple, data/bison.c++: Be sure to restore the
16934 current #line when returning to the skeleton contents after having
16935 exposed the input file's #line.
16936
75d1fe16
AD
169372002-06-12 Akim Demaille <akim@epita.fr>
16938
16939 * src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*>', it is too
16940 eager.
16941 * tests/actions.at (Exotic Dollars): New.
16942
6c35d22c
AD
169432002-06-12 Akim Demaille <akim@epita.fr>
16944
16945 * src/scan-gram.l (SC_PROLOGUE): Don't eat characters amongst
16946 ['"/] too eagerly.
16947 * tests/input.at (Torturing the Scanner): New.
16948
1d6412ad
AD
169492002-06-11 Akim Demaille <akim@epita.fr>
16950
16951 * src/scan-gram.l (YY_OBS_INIT): Remove, replace with...
16952 [SC_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,SC_PROLOGUE]
16953 [SC_EPILOGUE]: Output the quadrigraphs only when not in a comment.
16954 * src/reader.h, src/scan-gram.l (scanner_initialize): this.
16955 * src/reader.c (reader): Use it.
16956
4cdb01db
AD
169572002-06-11 Akim Demaille <akim@epita.fr>
16958
16959 * src/scan-gram.l (YY_OBS_FINISH): Don't set yylval.
16960 Adjust all callers.
16961 (scanner_last_string_free): New.
16962
44995b2e
AD
169632002-06-11 Akim Demaille <akim@epita.fr>
16964
16965 * src/scan-gram.l (YY_INIT, YY_GROW, YY_FINISH): Rename as...
16966 (YY_OBS_INIT, YY_OBS_GROW, YY_OBS_FINISH): these.
16967 (last_string, YY_OBS_FREE): New.
16968 Use them when returning an ID.
16969
e9955c83
AD
169702002-06-11 Akim Demaille <akim@epita.fr>
16971
16972 Have Bison grammars parsed by a Bison grammar.
16973
16974 * src/reader.c, src/reader.h (prologue_augment): New.
16975 * src/reader.c (copy_definition): Remove.
16976
16977 * src/reader.h, src/reader.c (gram_start_symbol_set, prologue_augment)
16978 (grammar_symbol_append, grammar_rule_begin, grammar_midrule_action)
16979 (grammar_current_rule_prec_set, grammar_current_rule_check)
16980 (grammar_current_rule_symbol_append)
16981 (grammar_current_rule_action_append): Export.
16982 * src/parse-gram.y (symbol_list_new, symbol_list_symbol_append_
16983 (symbol_list_action_append): Remove.
16984 Hook the routines from reader.
16985 * src/scan-gram.l: In INITIAL, characters and strings are tokens.
16986 * src/system.h (ATTRIBUTE_NORETURN, ATTRIBUTE_UNUSED): Now.
16987
16988 * src/reader.c (read_declarations): Remove, unused.
16989
16990 * src/parse-gram.y: Handle the epilogue.
16991 * src/reader.h, src/reader.c (gram_start_symbol_set): Rename as...
16992 (grammar_start_symbol_set): this.
16993 * src/scan-gram.l: Be sure to ``use'' yycontrol to keep GCC quiet.
16994 * src/reader.c (readgram): Remove, unused.
16995 (reader): Adjust to insert eoftoken and axiom where appropriate.
16996
16997 * src/reader.c (copy_dollar): Replace with...
16998 * src/scan-gram.h (handle_dollar): this.
16999 * src/parse-gram.y: Remove `%thong'.
17000
17001 * src/reader.c (copy_at): Replace with...
17002 * src/scan-gram.h (handle_at): this.
17003
17004 * src/complain.h, src/complain.c (warn_at, complain_at, fatal_at):
17005 New.
17006
17007 * src/scan-gram.l (YY_LINES): Keep lineno synchronized for the
17008 time being.
17009
17010 * src/reader.h, src/reader.c (grammar_rule_end): New.
17011
17012 * src/parse.y (current_type, current_class): New.
17013 Implement `%nterm', `%token' support.
17014 Merge `%term' into `%token'.
17015 (string_as_id): New.
17016 * src/symtab.h, src/symtab.c (symbol_make_alias): Don't pass the
17017 type name.
17018
17019 * src/parse-gram.y: Be sure to handle properly the beginning of
17020 rules.
17021
17022 * src/parse-gram.y: Handle %type.
17023 * src/reader.c (grammar_rule_end): Call grammar_current_rule_check.
17024
17025 * src/parse-gram.y: More directives support.
17026 * src/options.c: No longer handle source directives.
17027
17028 * src/parse-gram.y: Fix %output.
17029
17030 * src/parse-gram.y: Handle %union.
17031 Use the prologue locations.
17032 * src/reader.c (parse_union_decl): Remove.
17033
17034 * src/reader.h, src/reader.c (epilogue_set): New.
17035 * src/parse-gram.y: Use it.
17036
17037 * data/bison.simple, data/bison.c++: b4_stype is now either not
17038 defined, then default to int, or to the contents of %union,
17039 without `union' itself.
17040 Adjust.
17041 * src/muscle_tab.c (muscle_init): Don't predefine `stype'.
17042
17043 * src/output.c (actions_output): Don't output braces, as they are
17044 already handled by the scanner.
17045
17046 * src/scan-gram.l (SC_CHARACTER): Set the user_token_number of
17047 characters to themselves.
17048
17049 * tests/reduce.at (Reduced Automaton): End the grammars with %% so
17050 that the epilogue has a proper #line.
17051
17052 * src/parse-gram.y: Handle precedence/associativity.
17053
17054 * src/symtab.c (symbol_precedence_set): Requires the symbol to be
17055 a terminal.
17056 * src/scan-gram.l (SC_BRACED_CODE): Catch strings and characters.
17057 * tests/calc.at: Do not use `%token "foo"' as it makes not sense
17058 at all to define terminals that cannot be emitted.
17059
17060 * src/scan-gram.l: Escape M4 characters.
17061
17062 * src/scan-gram.l: Working properly with escapes in user
17063 strings/characters.
17064
17065 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR)
17066 (AT_DATA_HORIZONTAL_GRAMMAR): Respect the `%token ID NUM STRING'
17067 grammar.
17068 Use more modest sizes, as for the time being the parser does not
17069 release memory, and therefore the process swallows a huge amount
17070 of memory.
17071
17072 * tests/torture.at (AT_DATA_LOOKAHEADS_GRAMMAR): Adjust to the
17073 stricter %token grammar.
17074
17075 * src/symtab.h (associativity): Add `undef_assoc'.
17076 (symbol_precedence_set): Do nothing when passed an undef_assoc.
17077 * src/symtab.c (symbol_check_alias_consistence): Adjust.
17078
17079 * tests/regression.at (Invalid %directive): Remove, as it is now
17080 meaningless.
17081 (Invalid inputs): Adjust to the new error messages.
17082 (Token definitions): The new grammar doesn't allow too many
17083 eccentricities.
17084
17085 * src/lex.h, src/lex.c: Remove.
17086 * src/reader.c (lastprec, skip_to_char, read_signed_integer)
17087 (copy_character, copy_string2, copy_string, copy_identifier)
17088 (copy_comment, parse_token_decl, parse_type_decl, parse_assoc_decl)
17089 (parse_muscle_decl, parse_dquoted_param, parse_skel_decl)
17090 (parse_action): Remove.
17091 * po/POTFILES.in: Adjust.
17092
2e047461
AD
170932002-06-11 Akim Demaille <akim@epita.fr>
17094
cd05d13c 17095 * src/reader.c (parse_action): Don't store directly into the
2e047461
AD
17096 rule's action member: return the action as a string.
17097 Don't require `rule_length' as an argument: compute it.
17098 (grammar_current_rule_symbol_append)
17099 (grammar_current_rule_action_append): New, eved out from
17100 (readgram): here.
17101 Remove `action_flag', `rulelength', unused now.
17102
9af3fbce
AD
171032002-06-11 Akim Demaille <akim@epita.fr>
17104
17105 * src/reader.c (grammar_current_rule_prec_set).
17106 (grammar_current_rule_check): New, eved out from...
17107 (readgram): here.
17108 Remove `xaction', `first_rhs': useless.
17109 * tests/input.at (Type clashes): New.
17110 * tests/existing.at (GNU Cim Grammar): Adjust.
17111
1485e106
AD
171122002-06-11 Akim Demaille <akim@epita.fr>
17113
17114 * src/reader.c (grammar_midrule_action): New, Eved out from
17115 (readgram): here.
17116
da4160c3
AD
171172002-06-11 Akim Demaille <akim@epita.fr>
17118
17119 * src/reader.c (grammar_rule_begin, previous_rule, current_rule):
17120 New.
17121 (readgram): Use them as replacement of inlined code, crule and
17122 crule1.
17123
f6d0f937
AD
171242002-06-11 Akim Demaille <akim@epita.fr>
17125
17126 * src/reader.c (grammar_end, grammar_symbol_append): New.
17127 (readgram): Use them.
17128 Make the use of `p' as local as possible.
17129
69078d4b
AD
171302002-06-10 Akim Demaille <akim@epita.fr>
17131
17132 GCJ's parser requires the tokens to be defined before the prologue.
17133
17134 * data/bison.simple: Output the token definition before the user's
17135 prologue.
17136 * tests/regression.at (Braces parsing, Duplicate string)
17137 (Mixing %token styles): Check the output from bison.
17138 (Early token definitions): New.
17139
5e424082
AD
171402002-06-10 Akim Demaille <akim@epita.fr>
17141
17142 * src/symtab.c (symbol_user_token_number_set): Don't complain when
17143 assigning twice the same user number to a token, so that we can
17144 use it in...
17145 * src/lex.c (lex): here.
17146 Also use `symbol_class_set' instead of hand written code.
17147 * src/reader.c (parse_assoc_decl): Likewise.
17148
44536b35
AD
171492002-06-10 Akim Demaille <akim@epita.fr>
17150
17151 * src/symtab.c, src/symtab.c (symbol_class_set)
17152 (symbol_user_token_number_set): New.
17153 * src/reader.c (parse_token_decl): Use them.
17154 Use a switch instead of ifs.
17155 Use a single argument.
17156
8b9f2372
AD
171572002-06-10 Akim Demaille <akim@epita.fr>
17158
17159 Remove `%thong' support as it is undocumented, unused, duplicates
17160 `%token's job, and creates useless e-mail traffic with people who
17161 want to know what it is, why it is undocumented, unused, and
17162 duplicates `%token's job.
17163
17164 * src/reader.c (parse_thong_decl): Remove.
17165 * src/options.c (option_table): Remove "thong".
17166 * src/lex.h (tok_thong): Remove.
17167
3ae2b51f
AD
171682002-06-10 Akim Demaille <akim@epita.fr>
17169
17170 * src/symtab.c, src/symtab.c (symbol_type_set)
17171 (symbol_precedence_set): New.
17172 * src/reader.c (parse_type_decl, parse_assoc_decl): Use them.
17173 (value_components_used): Remove, unused.
17174
2f1afb73
AD
171752002-06-09 Akim Demaille <akim@epita.fr>
17176
17177 Move symbols handling code out of the reader.
17178
17179 * src/reader.h, src/reader.c (errtoken, undeftoken, eoftoken)
17180 (axiom): Move to...
17181 * src/symtab.h, src/symtab.c: here.
17182
17183 * src/gram.c (start_symbol): Remove: use startsymbol->number.
17184 * src/reader.c (startval): Rename as...
17185 * src/symtab.h, src/symtab.c (startsymbol): this.
17186 * src/reader.c: Adjust.
17187
17188 * src/reader.c (symbol_check_defined, symbol_make_alias)
17189 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
17190 (token_translations_init)
17191 Move to...
17192 * src/symtab.c: here.
17193 * src/reader.c (packsymbols): Move to...
17194 * src/symtab.h, src/symtab.c (symbols_pack): here.
17195 * src/symtab.h, src/symtab.c (symbol_make_alias): Takes SYMVAL as
17196 argument.
17197
e9bca3ad
AD
171982002-06-03 Akim Demaille <akim@epita.fr>
17199
17200 * src/muscle_tab.c (muscle_insert, muscle_find): Declarations,
17201 then statements.
17202
86eff183
AD
172032002-06-03 Akim Demaille <akim@epita.fr>
17204
17205 * src/muscle_tab.c (muscle_find, muscle_insert): Don't initialize
17206 structs with non literals.
17207 * src/scan-skel.l: never-interactive.
17208 * src/conflicts.c (enum conflict_resolution_e): No trailing
17209 comma.
17210 * src/getargs.c (usage): Split long literal strings.
17211 Reported by Hans Aberg.
17212
717be197
AD
172132002-05-28 Akim Demaille <akim@epita.fr>
17214
17215 * data/bison.c++: Use C++ ostreams.
17216 (cdebug_): New member.
17217
670ddffd
AD
172182002-05-28 Akim Demaille <akim@epita.fr>
17219
17220 * src/output.c (output_skeleton): Be sure to allocate enough room
17221 for `/' _and_ for `\0' in full_skeleton.
17222
769b430f
AD
172232002-05-28 Akim Demaille <akim@epita.fr>
17224
17225 * data/bison.c++: Catch up with bison.simple:
17226 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
17227 and Paul Eggert <eggert@twinsun.com>: `error' handing.
17228 2002-05-26 Akim Demaille <akim@epita.fr>: stos_, token_number_,
17229 and popping traces.
17230
7067cb36
PH
172312002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
17232
17233 * src/output.c (output_skeleton): Put an explicit path in front of
17234 the skeleton file name, rather than relying on the -I directory,
17235 to partially alleviate effects of having a skeleton file lying around
17236 in the current directory.
769b430f 17237
4a713ec2
PH
172382002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
17239
769b430f 17240 * src/conflicts.c (log_resolution): Correct typo:
4a713ec2
PH
17241 obstack_printf should be obstack_fgrow1.
17242
b408954b
AD
172432002-05-26 Akim Demaille <akim@epita.fr>
17244
17245 * src/state.h (state_t): `solved_conflicts' is a new member.
17246 * src/LR0.c (new_state): Set it to 0.
17247 * src/conflicts.h, src/conflicts.c (print_conflicts)
17248 (free_conflicts, solve_conflicts): Rename as...
17249 (conflicts_print, conflicts_free, conflicts_solve): these.
17250 Adjust callers.
17251 * src/conflicts.c (enum conflict_resolution_e)
17252 (solved_conflicts_obstack): New, used by...
17253 (log_resolution): this.
17254 Adjust to attach the conflict resolution to each state.
17255 Complete the description with the precedence/associativity
17256 information.
17257 (resolve_sr_conflict): Adjust.
17258 * src/print.c (print_state): Output its solved_conflicts.
17259 * tests/conflicts.at (Unresolved SR Conflicts)
17260 (Solved SR Conflicts): Exercise --report=all.
17261
a49aecd5
AD
172622002-05-26 Akim Demaille <akim@epita.fr>
17263
17264 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
17265 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
17266 * src/reader.c, src/reduce.c, src/state.h, src/symtab.h
17267 (token_number_t, item_number_as_token_number)
17268 (token_number_as_item_number, muscle_insert_token_number_table):
17269 Rename as...
17270 (symbol_number_t, item_number_as_symbol_number)
17271 (symbol_number_as_item_number, muscle_insert_symbol_number_table):
17272 these, since it is more appropriate.
17273
5504898e
AD
172742002-05-26 Akim Demaille <akim@epita.fr>
17275
17276 * tests/calc.at (AT_CHECK_CALC): Adjust: there are now additional
17277 `Error:' lines.
17278 * data/bison.simple (yystos) [YYDEBUG]: New.
17279 (yyparse) [YYDEBUG]: Display the symbols which are popped during
17280 error recovery.
17281 * tests/regression.at (Web2c Actions): Adjust: yystos is output now.
17282
ec3bc396
AD
172832002-05-25 Akim Demaille <akim@epita.fr>
17284
17285 * doc/bison.texinfo (Debugging): Split into...
17286 (Tracing): this new section, its former contents, and...
17287 (Understanding): this new section.
17288 * src/getargs.h, src/getargs.c (verbose_flag): Remove, replaced
17289 by...
17290 (report_flag): this.
17291 Adjust all dependencies.
17292 (report_args, report_types, report_argmatch): New.
17293 (usage, getargs): Report/support -r, --report.
17294 * src/options.h
17295 (struct option_table_struct): Rename as..,
17296 (struct option_table_s): this.
17297 Rename the `set_flag' member to `flag' to match with getopt_long's
17298 struct.
17299 * src/options.c (option_table): Split verbose into an entry for
17300 %verbose, and another for --verbose.
17301 Support --report/-r, so remove -r from the obsolete --raw.
17302 * src/print.c: Attach full item sets and lookaheads reports to
17303 report_flag instead of trace_flag.
17304 * lib/argmatch.h, lib/argmatch.c: New, from Fileutils 4.1.
17305
78df8250
PE
173062002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
17307 and Paul Eggert <eggert@twinsun.com>
769b430f 17308
78df8250
PE
17309 * data/bison.simple (yyparse): Correct error handling to conform to
17310 POSIX and yacc. Specifically, after syntax error is discovered,
17311 do not reduce further before shifting the error token.
17312 Clean up the code a bit by removing the labels yyerrdefault,
17313 yyerrhandle, yyerrpop.
17314 * NEWS: Document the above.
17315
c0c9ea05
PH
173162002-05-20 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
17317
17318 * data/bison.simple (yyr1): Don't use yy_token_number_type as element
17319 type; it isn't always big enough, since it doesn't necessarily
17320 include non-terminals.
769b430f 17321 (yytranslate): Expand definition of yy_token_number_type, so that
c0c9ea05
PH
17322 the latter can be removed.
17323 (yy_token_number_type): Remove, only one use.
17324 * data/bison.c++ (r1_): Parallel change to yyr1 in bison.simple---
17325 don't use TokenNumberType as element type.
769b430f 17326
c0c9ea05
PH
17327 * tests/regression.at: Modify expected output to agree with change
17328 to yyr1 and yytranslate.
769b430f 17329
6390a83f
FK
173302002-05-13 Florian Krohm <florian@edamail.fishkill.ibm.com>
17331
17332 * src/reader.c (parse_action): Use copy_character instead of
17333 obstack_1grow.
17334
db7c8e9a
AD
173352002-05-13 Akim Demaille <akim@epita.fr>
17336
17337 * tests/regression.at (Token definitions): Prototype yylex and
17338 yyerror.
17339
fcc61800
PH
173402002-05-12 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
17341
158c687b 17342 * src/scan-skel.l: Correct off-by-one error in handling of __oline__.
fcc61800
PH
17343 * data/bison.simple (b4_sint_type, b4_uint_type): Correct to reflect
17344 32-bit arithmetic.
17345 * data/bison.c++ (b4_sint_type, b4_uint_type): Ditto.
17346
5683e9b2
AD
173472002-05-07 Akim Demaille <akim@epita.fr>
17348
17349 * tests/synclines.at: Be sure to prototype yylex and yyerror to
17350 avoid GCC warnings.
17351
0c2d3f4c
AD
173522002-05-07 Akim Demaille <akim@epita.fr>
17353
17354 Kill GCC warnings.
17355
17356 * src/reduce.c (nonterminals_reduce): Don't loop over RITEM: loop
17357 over the RHS of each rule.
17358 * src/gram.h, src/gram.c (nritems): Is `unsigned int', not int.
17359 * src/state.h (state_t): Member `nitems' is unsigned short.
17360 * src/LR0.c (get_state): Adjust.
17361 * src/reader.c (packgram): Likewise.
17362 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): `max' is of type
17363 `Type'.
17364 (muscle_insert_int_table): Remove, unused.
17365 (prepare_rules): Remove `max'.
17366
1565b720
AD
173672002-05-06 Akim Demaille <akim@epita.fr>
17368
17369 * src/closure.c (print_firsts): Display of the symbol tags.
17370 (bitmatrix_print): Move to...
17371 * lib/bitsetv-print.h, lib/bitsetv-print.c (bitsetv_matrix_dump):
17372 here.
17373 * tests/sets.at (Nullable, Broken Closure, Firsts): Adjust.
17374
cfaee611
AD
173752002-05-06 Akim Demaille <akim@epita.fr>
17376
17377 * src/muscle_tab.c (muscle_m4_output): Must return TRUE for
17378 hash_do_for_each.
17379
458be8e0
AD
173802002-05-06 Akim Demaille <akim@epita.fr>
17381
17382 * src/LR0.c (new_state, get_state): Instead of using the global
17383 `kernel_size' and `kernel_base', have two new arguments:
17384 `core_size' and `core'.
17385 Adjust callers.
17386
a900a624
AD
173872002-05-06 Akim Demaille <akim@epita.fr>
17388
17389 * src/reader.c (packgram): No longer end `ritem' with a 0
17390 sentinel: it is not used.
17391
d4e7d3a1
AD
173922002-05-05 Akim Demaille <akim@epita.fr>
17393
17394 New experimental feature: display the lookaheads in the report and
17395 graph.
17396
17397 * src/print (print_core): When --trace-flag, display the rules
17398 lookaheads.
17399 * src/print_graph.c (print_core): Likewise.
17400 Swap the arguments.
17401 Adjust caller.
17402
39ceb25b
AD
174032002-05-05 Akim Demaille <akim@epita.fr>
17404
17405 * tests/torture.at (Many lookaheads): New test.
17406
5372019f
AD
174072002-05-05 Akim Demaille <akim@epita.fr>
17408
17409 * src/output.c (GENERATE_OUTPUT_TABLE): Replace with...
17410 (GENERATE_MUSCLE_INSERT_TABLE): this.
17411 (output_int_table, output_unsigned_int_table, output_short_table)
17412 (output_token_number_table, output_item_number_table): Replace with...
17413 (muscle_insert_int_table, muscle_insert_unsigned_int_table)
17414 (muscle_insert_short_table, muscle_insert_token_number_table)
17415 (muscle_insert_item_number_table): these.
17416 Adjust all callers.
17417 (prepare_tokens): Don't free `translations', since...
17418 * src/reader.h, src/reader.c (grammar_free): do it.
17419 Move to...
17420 * src/gram.h, src/gram.c (grammar_free): here.
17421 * data/bison.simple, data/bison.c++: b4_token_number_max is now
17422 b4_translate_max.
17423
5df5f6d5
AD
174242002-05-05 Akim Demaille <akim@epita.fr>
17425
17426 * src/output.c (output_unsigned_int_table): New.
17427 (prepare_rules): `i' is unsigned.
17428 `prhs', `rline', `r2' are unsigned int.
17429 Rename muscle `rhs_number_max' as `rhs_max'.
17430 Output muscles `prhs_max', `rline_max', and `r2_max'.
17431 Free rline and r1.
17432 * data/bison.simple, data/bison.c++: Adjust to use these muscles
17433 to compute types instead of constant types.
17434 * tests/regression.at (Web2c Actions): Adjust.
17435
b87f8b21
AD
174362002-05-04 Akim Demaille <akim@epita.fr>
17437
17438 * src/symtab.h (SALIAS, SUNDEF): Rename as...
17439 (USER_NUMBER_ALIAS, USER_NUMBER_UNDEFINED): these.
17440 Adjust dependencies.
17441 * src/output.c (token_definitions_output): Be sure not to output a
17442 `#define 'a'' when fed with `%token 'a' "a"'.
17443 * tests/regression.at (Token definitions): New.
17444
8bb936e4
PE
174452002-05-03 Paul Eggert <eggert@twinsun.com>
17446
17447 * data/bison.simple (b4_token_defines): Also define YYTOKENTYPE
17448 for K&R C.
17449
174502002-05-03 gettextize <bug-gnu-gettext@gnu.org>
17451
17452 * Makefile.am (SUBDIRS): Remove intl.
17453 (EXTRA_DIST): Add config/config.rpath.
17454
53c71a12
AD
174552002-05-03 Akim Demaille <akim@epita.fr>
17456
17457 * data/bison.simple (m4_if): Don't output empty enums.
17458 And actually, output valid enum definitions :(.
17459
289dd0cf
AD
174602002-05-03 Akim Demaille <akim@epita.fr>
17461
17462 * configure.bat: Remove, completely obsolete.
17463 * Makefile.am (EXTRA_DIST): Adjust.
17464 Don't distribute config.rpath...
17465 * config/Makefile.am (EXTRA_DIST): Do it.
17466
db85e524
AD
174672002-05-03 Akim Demaille <akim@epita.fr>
17468
17469 * configure.in (GETTEXT_VERSION): New.
17470 Suggested by Bruno Haible for the forthcoming Gettext 0.10.3.
17471
83ccf991
AD
174722002-05-03 Akim Demaille <akim@epita.fr>
17473
17474 * data/bison.simple (b4_token_enum): New.
17475 (b4_token_defines): Use it to output tokens both as #define and
17476 enums.
17477 Suggested by Paul Eggert.
17478 * src/output.c (token_definitions_output): Don't output spurious
17479 white spaces.
17480
1f418995
AD
174812002-05-03 Akim Demaille <akim@epita.fr>
17482
17483 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
17484
45119f04
RA
174852002-05-02 Robert Anisko <robert@lrde.epita.fr>
17486
17487 * data/bison.c++: Adapt expansion of $s and @s to the C++ parser.
17488 Update the stack class, give a try to deque as the default container.
17489
b2d52318
AD
174902002-05-02 Akim Demaille <akim@epita.fr>
17491
17492 * data/bison.simple (yyparse): Do not implement @$ = @1.
17493 (YYLLOC_DEFAULT): Adjust to do it.
17494 * doc/bison.texinfo (Location Default Action): Fix.
17495
3a8b4109
AD
174962002-05-02 Akim Demaille <akim@epita.fr>
17497
17498 * src/reader.c (parse_braces): Merge into...
17499 (parse_action): this.
17500
84614e13
AD
175012002-05-02 Akim Demaille <akim@epita.fr>
17502
17503 * configure.in (ALL_LINGUAS): Remove.
17504 * po/LINGUAS, hr.po: New.
17505
fdbcd8e2
AD
175062002-05-02 Akim Demaille <akim@epita.fr>
17507
17508 Remove the so called hairy (semantic) parsers.
17509
17510 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove.
17511 * src/gram.h, src/gram.c (semantic_parser): Remove.
17512 (rule_t): Remove the guard and guard_line members.
17513 * src/lex.h (token_t): remove tok_guard.
17514 * src/options.c (option_table): Remove %guard and %semantic_parser
17515 support.
17516 * src/output.c, src/output.h (guards_output): Remove.
17517 (prepare): Adjust.
17518 (token_definitions_output): Don't output the `T'
17519 tokens (???).
17520 (output_skeleton): Don't output the guards.
17521 * src/files.c, src/files.c (attrsfile): Remove.
17522 * src/reader.c (symbol_list): Remove the guard and guard_line
17523 members.
17524 Adjust dependencies.
17525 (parse_guard): Remove.
17526 * data/bison.hairy: Remove.
17527 * doc/bison.texinfo (Environment Variables): Remove occurrences of
17528 BISON_HAIRY.
17529
82b6cb3f
AD
175302002-05-02 Akim Demaille <akim@epita.fr>
17531
17532 * src/reader.c (copy_at, copy_dollarm parse_braces, parse_action)
17533 (parse_guard): Rename the formal argument `stack_offset' as
17534 `rule_length', which is more readable.
17535 Adjust callers.
17536 (copy_at, copy_dollar): Instead of outputting the hard coded
17537 values of $$, $n and so forth, output invocation to b4_lhs_value,
17538 b4_lhs_location, b4_rhs_value, and b4_rhs_location.
900c877b
AD
17539 Note: this patch partially drops `semantic-parser' support: it
17540 always does `rule_length - n', where semantic parsers ought to
17541 always use `-n'.
82b6cb3f
AD
17542 * data/bison.simple, data/bison.c++ (b4_lhs_value)
17543 (b4_lhs_location, b4_rhs_value, and b4_rhs_location: New.
17544
6cbfbcc5
AD
175452002-05-02 Akim Demaille <akim@epita.fr>
17546
17547 * configure.in (AC_INIT): Bump to 1.49b.
17548 (AM_INIT_AUTOMAKE): Short invocation.
17549
b8548114
AD
175502002-05-02 Akim Demaille <akim@epita.fr>
17551
17552 Version 1.49a.
17553
c20cd1fa
AD
175542002-05-01 Akim Demaille <akim@epita.fr>
17555
17556 * src/skeleton.h: Remove.
17557
8a9566d4
AD
175582002-05-01 Akim Demaille <akim@epita.fr>
17559
17560 * src/skeleton.h: Fix the #endif.
17561 Reported by Magnus Fromreide.
17562
8c6d399a
PE
175632002-04-26 Paul Eggert <eggert@twinsun.com>
17564
17565 * data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
17566 Define if we define YYSTYPE and YYLTYPE, respectively.
b756bb75 17567 (YYCOPY): Fix [] quoting problem in the non-GCC case.
8a9566d4 17568
2b7ed18a
RA
175692002-04-25 Robert Anisko <robert@lrde.epita.fr>
17570
17571 * src/scan-skel.l: Postprocess quadrigraphs.
17572
17573 * src/reader.c (copy_character): New function, used to output
17574 single characters while replacing `[' and `]' with quadrigraphs, to
17575 avoid troubles with M4 quotes.
17576 (copy_comment): Output characters with copy_character.
17577 (read_additionnal_code): Likewise.
17578 (copy_string2): Likewise.
17579 (copy_definition): Likewise.
17580
17581 * tests/calc.at: Exercise M4 quoting.
17582
34a89c50
AD
175832002-04-25 Akim Demaille <akim@epita.fr>
17584
17585 * tests/sets.at (AT_EXTRACT_SETS): Sed portability issue: no space
17586 between `!' and the command.
17587 Reported by Paul Eggert.
17588
0dd1580a
RA
175892002-04-24 Robert Anisko <robert@lrde.epita.fr>
17590
17591 * tests/calc.at: Exercise prologue splitting.
17592
17593 * data/bison.simple, data/bison.c++: Use `b4_pre_prologue' and
17594 `b4_post_prologue' instead of `b4_prologue'.
17595
17596 * src/output.c (prepare): Add the `pre_prologue' and `post_prologue'
17597 muscles.
17598 (output): Free pre_prologue_obstack and post_prologue_obstack.
17599 * src/files.h, src/files.c (attrs_obstack): Remove.
17600 (pre_prologue_obstack, post_prologue_obstack): New.
17601 * src/reader.c (copy_definition): Add a parameter to specify the
17602 obstack to fill, instead of using attrs_obstack unconditionally.
17603 (read_declarations): Pass pre_prologue_obstack to copy_definition if
17604 `%union' has not yet been seen, pass post_prologue_obstack otherwise.
17605
83c1796f
PE
176062002-04-23 Paul Eggert <eggert@twinsun.com>
17607
17608 * data/bison.simple: Remove unnecessary commentary and white
17609 space differences from 1_29-branch.
17610 Depend on YYERROR_VERBOSE, not defined (YYERROR_VERBOSE).
17611
17612 (union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY,
17613 YYSTACK_RELOCATE): Do not define if yyoverflow is defined, or
17614 if this is a C++ parser and YYSTYPE or YYLTYPE has nontrivial
17615 constructors or destructors.
17616
17617 (yyparse) [! defined YYSTACK_RELOCATE]: Do not relocate the stack.
17618
1207eeac
AD
176192002-04-23 Akim Demaille <akim@epita.fr>
17620
17621 * tests/sets.at (AT_EXTRACT_SETS): Don't use 8 char long sed labels.
17622 * tests/synclines.at (AT_TEST_SYNCLINE): Be robust to GCC's
17623 location with columns.
17624 * tests/conflicts.at (%nonassoc and eof): Don't use `error.h'.
17625 All reported by Paul Eggert.
17626
78ab8f67
AD
176272002-04-22 Akim Demaille <akim@epita.fr>
17628
17629 * src/reduce.c (dump_grammar): Move to...
17630 * src/gram.h, src/gram.c (grammar_dump): here.
17631 Be sure to separate long item numbers.
17632 Don't read the members of a rule's prec if its nil.
17633
133c20e2
AD
176342002-04-22 Akim Demaille <akim@epita.fr>
17635
17636 * src/output.c (table_size, table_grow): New.
17637 (MAXTABLE): Remove, replace uses with table_size.
17638 (pack_vector): Instead of dying when the table is too big, grow it.
17639
9515e8a7
AD
176402002-04-22 Akim Demaille <akim@epita.fr>
17641
17642 * data/bison.simple (yyr1): Its type is that of a token number.
17643 * data/bison.c++ (r1_): Likewise.
17644 * tests/regression.at (Web2c Actions): Adjust.
17645
23c5a174
AD
176462002-04-22 Akim Demaille <akim@epita.fr>
17647
17648 * src/reader.c (token_translations_init): 256 is now the default
17649 value for the error token, i.e., it will be assigned another
17650 number if the user assigned 256 to one of her tokens.
17651 (reader): Don't force 256 to error.
17652 * doc/bison.texinfo (Symbols): Adjust.
17653 * tests/torture.at (AT_DATA_HORIZONTAL_GRAMMAR)
17654 (AT_DATA_TRIANGULAR_GRAMMAR): Number the tokens as 1, 2, 3
17655 etc. instead of 10, 20, 30 (which was used to `jump' over error
17656 (256) and undefined (2)).
17657
5fbb0954
AD
176582002-04-22 Akim Demaille <akim@epita.fr>
17659
17660 Propagate more token_number_t.
17661
17662 * src/gram.h (token_number_as_item_number)
17663 (item_number_as_token_number): New.
17664 * src/output.c (GENERATE_OUTPUT_TABLE): New.
17665 Use it to create output_item_number_table and
17666 output_token_number_table.
17667 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
17668 * src/lex.c, src/nullable.c, src/output.c, src/print.c,
17669 * src/print_graph.c, src/reader.c, src/reduce.c, src/state.h,
17670 * src/symtab.c, src/symtab.h: Use token_number_t instead of shorts.
17671
4f940944
AD
176722002-04-22 Akim Demaille <akim@epita.fr>
17673
17674 * src/output.h, src/output.c (get_lines_number): Remove.
17675
3ded9a63
AD
176762002-04-19 Akim Demaille <akim@epita.fr>
17677
17678 * doc/bison.texinfo (Actions): Make clear that `|' is not the same
17679 as Lex/Flex'.
17680 (Debugging): More details about enabling the debugging features.
17681 (Table of Symbols): Describe $$, $n, @$, and @n.
17682 Suggested by Tim Josling.
17683
e0c471a9
AD
176842002-04-19 Akim Demaille <akim@epita.fr>
17685
17686 * doc/bison.texinfo: Remove the uses of the obsolete @refill.
17687
fecc10cd
AD
176882002-04-10 Akim Demaille <akim@epita.fr>
17689
17690 * src/system.h: Rely on HAVE_LIMITS_H.
17691 Suggested by Paul Eggert.
17692
51dec47b
AD
176932002-04-09 Akim Demaille <akim@epita.fr>
17694
17695 * tests/calc.at (_AT_CHECK_CALC_ERROR): Receive as argument the
17696 full stderr, and strip it according to the bison options, instead
17697 of composing the error message from different bits.
17698 This makes it easier to check for several error messages.
17699 Adjust all the invocations.
17700 Add an invocation exercising the error token.
17701 Add an invocation demonstrating a stupid error message.
17702 (_AT_DATA_CALC_Y): Follow the GCS: initial column is 1, not 0.
17703 Adjust the tests.
17704 Error message are for stderr, not stdout.
17705
007a50a4
AD
177062002-04-09 Akim Demaille <akim@epita.fr>
17707
17708 * src/gram.h, src/gram.c (error_token_number): Remove, use
17709 errtoken->number.
17710 * src/reader.c (reader): Don't specify the user token number (2)
17711 for $undefined, as it uselessly prevents using it.
17712 * src/gram.h (token_number_t): Move to...
17713 * src/symtab.h: here.
17714 (state_t.number): Is a token_number_t.
17715 * src/print.c, src/reader.c: Use undeftoken->number instead of
17716 hard coded 2.
17717 (Even though this 2 is not the same as above: the number of the
17718 undeftoken remains being 2, it is its user token number which
17719 might not be 2).
17720 * src/output.c (prepare_tokens): Rename the `maxtok' muscle with
17721 `user_token_number_max'.
17722 Output `undef_token_number'.
17723 * data/bison.simple, data/bison.c++: Use them.
17724 Be sure to map invalid yylex return values to
17725 `undef_token_number'. This saves us from gratuitous SEGV.
17726
17727 * tests/conflicts.at (Solved SR Conflicts)
17728 (Unresolved SR Conflicts): Adjust.
17729 * tests/regression.at (Web2c Actions): Adjust.
17730
06446ccf
AD
177312002-04-08 Akim Demaille <akim@epita.fr>
17732
17733 * data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.
17734 Adding #line.
17735 Remove the duplicate `typedefs'.
17736 (RhsNumberType): Fix the declaration and various other typos.
17737 Use __ofile__.
17738 * data/bison.simple: Use __ofile__.
17739 * src/scan-skel.l: Handle __ofile__.
17740
62a3e4f0
AD
177412002-04-08 Akim Demaille <akim@epita.fr>
17742
17743 * src/gram.h (item_number_t): New, the type of item numbers in
17744 RITEM. Note that it must be able to code symbol numbers as
17745 positive number, and the negation of rule numbers as negative
17746 numbers.
17747 Adjust all dependencies (pretty many).
17748 * src/reduce.c (rule): Remove this `short *' pointer: use
17749 item_number_t.
17750 * src/system.h (MINSHORT, MAXSHORT): Remove.
17751 Include `limits.h'.
17752 Adjust dependencies to using SHRT_MAX and SHRT_MIN.
17753 (shortcpy): Remove.
17754 (MAXTABLE): Move to...
17755 * src/output.c (MAXTABLE): here.
17756 (prepare_rules): Use output_int_table to output rhs.
17757 * data/bison.simple, data/bison.c++: Adjust.
17758 * tests/torture.at (Big triangle): Move the limit from 254 to
17759 500.
17760 * tests/regression.at (Web2c Actions): Ajust.
17761
17762 Trying with bigger grammars shows various phenomena: at 3000 (28Mb
17763 of grammar file) bison is killed by my system, at 2000 (12Mb) bison
17764 passes, but produces negative #line number, once fixed, GCC is
17765 killed while compiling 14Mb, at 1500 (6.7 Mb of grammar, 8.2Mb of
17766 C), it passes.
17767 * src/state.h (state_h): Code input lines on ints, not shorts.
17768
bb88b0fc
AD
177692002-04-08 Akim Demaille <akim@epita.fr>
17770
17771 * src/reduce.c (reduce_grammar): First reduce the nonterminals,
17772 and then the grammar.
17773
9a636f47
AD
177742002-04-08 Akim Demaille <akim@epita.fr>
17775
17776 * src/system.h: No longer using strndup.
17777
680e8701
AD
177782002-04-07 Akim Demaille <akim@epita.fr>
17779
17780 * src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
17781 * src/output.c (output_table_data): Return the longest number.
17782 (prepare_tokens): Output `token_number_max').
17783 * data/bison.simple, data/bison.c++ (b4_sint_type, b4_uint_type):
17784 New.
17785 Use them to define yy_token_number_type/TokenNumberType.
17786 Use this type for yytranslate.
17787 * tests/torture.at (Big triangle): Push the limit from 124 to
17788 253.
17789 * tests/regression.at (Web2c Actions): Adjust.
17790
817e9f41
AD
177912002-04-07 Akim Demaille <akim@epita.fr>
17792
17793 * tests/torture.at (Big triangle): New.
17794 (GNU AWK Grammar, GNU Cim Grammar): Move to...
17795 * tests/existing.at: here.
17796
5123689b
AD
177972002-04-07 Akim Demaille <akim@epita.fr>
17798
17799 * src/gram.h, src/gram.c (nitems): Remove, it is an alias of
17800 nritems.
17801 Adjust dependencies.
17802
f3849179
AD
178032002-04-07 Akim Demaille <akim@epita.fr>
17804
17805 * src/reader.c: Normalize increments to prefix form.
17806
bd02036a
AD
178072002-04-07 Akim Demaille <akim@epita.fr>
17808
17809 * src/reader.c, symtab.c: Remove debugging code.
17810
db8837cb
AD
178112002-04-07 Akim Demaille <akim@epita.fr>
17812
17813 Rename all the `bucket's as `symbol_t'.
17814
17815 * src/gram.c, src/gram.h, src/lex.c, src/lex.h, src/output.c,
17816 * src/reader.c, src/reader.h, src/reduce.c, src/state.h,
17817 * src/symtab.c, src/symtab.h (bucket): Rename as...
17818 (symbol_t): this.
17819 (symbol_list_new, bucket_check_defined, bucket_make_alias)
17820 (bucket_check_alias_consistence, bucket_pack, bucket_translation)
17821 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
17822 (buckets_new, buckets_free, buckets_do): Rename as...
17823 (symbol_list_new, symbol_check_defined, symbol_make_alias)
17824 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
17825 (symbol_new, symbol_free, hash_compare_symbol_t, hash_symbol_t)
17826 (symbols_new, symbols_free, symbols_do): these.
17827
72a23c97
AD
178282002-04-07 Akim Demaille <akim@epita.fr>
17829
17830 Use lib/hash for the symbol table.
17831
17832 * src/gram.c (ntokens): Initialize to 1, to reserve a slot for
17833 EOF.
17834 * src/lex.c (lex): Set the `number' member of new terminals.
17835 * src/reader.c (bucket_check_defined, bucket_make_alias)
17836 (bucket_check_alias_consistence, bucket_translation): New.
17837 (reader, grammar_free, readgram, token_translations_init)
17838 (packsymbols): Adjust.
17839 (reader): Number the predefined tokens.
17840 * src/reduce.c (inaccessable_symbols): Just use hard coded numbers
17841 for predefined tokens.
17842 * src/symtab.h (bucket): Remove all the hash table related
17843 members.
17844 * src/symtab.c (symtab): Replace by...
17845 (bucket_table): this.
17846 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
17847 (buckets_new, buckets_do): New.
17848
280a38c3
AD
178492002-04-07 Akim Demaille <akim@epita.fr>
17850
17851 * src/gram.c (nitems, nrules, nsyms, ntokens, nvars, nritems)
17852 (start_symbol, max_user_token_number, semantic_parser)
17853 (error_token_number): Initialize.
17854 * src/reader.c (grammar, start_flag, startval, typed, lastprec):
17855 Initialize.
17856 (reader): Don't.
17857 (errtoken, eoftoken, undeftoken, axiom): Extern.
17858
03b31c0c
AD
178592002-04-07 Akim Demaille <akim@epita.fr>
17860
17861 * src/gram.h (rule_s): prec and precsym are now pointers
17862 to the bucket giving the priority/associativity.
17863 Member `associativity' removed: useless.
17864 * src/reduce.c, src/conflicts.c: Adjust.
17865
8b3df748
AD
178662002-04-07 Akim Demaille <akim@epita.fr>
17867
17868 * src/lalr.c, src/LR0.c, src/closure.c, src/gram.c, src/reduce.c:
17869 Properly escape the symbols' TAG when outputting them.
17870
e601aa1d
AD
178712002-04-07 Akim Demaille <akim@epita.fr>
17872
17873 * src/lalr.h (LA): Is a bitsetv, not bitset*.
17874
b0299a2e
AD
178752002-04-07 Akim Demaille <akim@epita.fr>
17876
17877 * src/lalr.h, src/lalr.c (LAruleno): Replace with...
17878 (LArule): this, which is an array to rule_t*.
17879 * src/print.c, src/conflicts.c: Adjust.
17880
d7e1f00c
AD
178812002-04-07 Akim Demaille <akim@epita.fr>
17882
17883 * src/gram.h (rule_t): Rename `number' as `user_number'.
17884 `number' is a new member.
17885 Adjust dependencies.
17886 * src/reduce.c (reduce_grammar_tables): Renumber rule_t.number.
17887
cc9305dd
AD
178882002-04-07 Akim Demaille <akim@epita.fr>
17889
17890 As a result of the previous patch, it is no longer needed
17891 to reorder ritem itself.
17892
17893 * src/reduce.c (reduce_grammar_tables): Don't sort RITEM.
17894
b0940840
AD
178952002-04-07 Akim Demaille <akim@epita.fr>
17896
17897 Be sure never to walk through RITEMS, but use only data related to
17898 the rules themselves. RITEMS should be banished.
17899
17900 * src/output.c (output_token_translations): Rename as...
17901 (prepare_tokens): this.
17902 In addition to `translate', prepare the muscles `tname' and
17903 `toknum', which were handled by...
17904 (output_rule_data): this.
17905 Remove, and move the remainder of its outputs into...
17906 (prepare_rules): this new routines, which also merges content from
17907 (output_gram): this.
17908 (prepare_rules): Be sure never to walk through RITEMS.
17909 (output_stos): Rename as...
17910 (prepare_stos): this.
17911 (output): Always invoke prepare_states, after all, just don't use it
17912 in the output if you don't need it.
17913
643a5994
AD
179142002-04-07 Akim Demaille <akim@epita.fr>
17915
17916 * src/LR0.c (new_state): Display `nstates' as the name of the
17917 newly created state.
17918 Adjust to initialize first_state and last_state if needed.
17919 Be sure to distinguish the initial from the final state.
17920 (new_states): Create the itemset of the initial state, and use
17921 new_state.
17922 * src/closure.c (closure): Now that the initial state has its
17923 items properly set, there is no need for a special case when
17924 creating `ruleset'.
17925
17926 As a result, now the rule 0, reducing to $axiom, is visible in the
17927 outputs. Adjust the test suite.
17928
17929 * tests/conflicts.at (Solved SR Conflicts)
17930 (Unresolved SR Conflicts): Adjust.
17931 * tests/regression.at (Web2c Report, Rule Line Numbers): Idem.
17932 * tests/conflicts.at (S/R in initial): New.
17933
b4c4ccc2
AD
179342002-04-07 Akim Demaille <akim@epita.fr>
17935
17936 * src/LR0.c (allocate_itemsets): Don't loop over ritem: loop over
17937 the RHS of the rules.
17938 * src/output.c (output_gram): Likewise.
17939
bba97eb2
AD
179402002-04-07 Akim Demaille <akim@epita.fr>
17941
17942 * src/gram.h (rule_t): `lhs' is now a pointer to the symbol's
17943 bucket.
17944 Adjust all dependencies.
17945 * src/reduce.c (nonterminals_reduce): Don't forget to renumber the
17946 `number' of the buckets too.
17947 * src/gram.h: Include `symtab.h'.
17948 (associativity): Move to...
17949 * src/symtab.h: here.
17950 No longer include `gram.h'.
17951
c3b407f4
AD
179522002-04-07 Akim Demaille <akim@epita.fr>
17953
17954 * src/gram.h, src/gram.c (rules_rhs_length): New.
17955 (ritem_longest_rhs): Use it.
17956 * src/gram.h (rule_t): `number' is a new member.
17957 * src/reader.c (packgram): Set it.
17958 * src/reduce.c (reduce_grammar_tables): Move the useless rules at
17959 the end of `rules', and count them out of `nrules'.
17960 (reduce_output, dump_grammar): Adjust.
17961 * src/print.c (print_grammar): It is no longer needed to check for
17962 the usefulness of a rule, as useless rules are beyond `nrules + 1'.
17963 * tests/reduce.at (Reduced Automaton): New test.
17964
11652ab3
AD
179652002-04-07 Akim Demaille <akim@epita.fr>
17966
17967 * src/reduce.c (inaccessable_symbols): Fix a buglet: because of a
17968 lacking `+ 1' to nrules, Bison reported as useless a token if it
17969 was used solely to set the precedence of the last rule...
17970
26b23c1a
AD
179712002-04-07 Akim Demaille <akim@epita.fr>
17972
17973 * data/bison.c++, data/bison.simple: Don't output the current file
17974 name in #line, to avoid useless diffs between two identical
17975 outputs under different names.
17976
18bcecb0
AD
179772002-04-07 Akim Demaille <akim@epita.fr>
17978
17979 * src/closure.c, src/print.c, src/reader.c, src/reduce.c:
17980 Normalize loops to using `< nrules + 1', not `<= nrules'.
17981
fa770c86
AD
179822002-04-07 Akim Demaille <akim@epita.fr>
17983
17984 * TODO: Update.
17985
d9b739c3
AD
179862002-04-07 Akim Demaille <akim@epita.fr>
17987
17988 * src/output.c, src/reader.c, src/symtab.c, src/symtab.h: Rename
17989 bucket.value as bucket.number.
17990
99013900
AD
179912002-04-07 Akim Demaille <akim@epita.fr>
17992
17993 * src/closure.c, src/derives.c, src/gram.h, src/lalr.c,
17994 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
17995 * src/reader.c, src/reduce.c: Let rule_t.rhs point directly to the
17996 RHS, instead of being an index in RITEMS.
17997
e966383b
PE
179982002-04-04 Paul Eggert <eggert@twinsun.com>
17999
18000 * doc/bison.texinfo: Update copyright date.
18001 (Rpcalc Lexer, Symbols, Token Decl): Don't assume ASCII.
18002 (Symbols): Warn about running Bison in one character set,
18003 but compiling and/or running in an incompatible one.
18004 Warn about character code 256, too.
18005
180062002-04-03 Paul Eggert <eggert@twinsun.com>
18007
18008 * src/bison.data (YYSTACK_ALLOC): Depend on whether
18009 YYERROR_VERBOSE is nonzero, not whether it is defined.
18010
18011 Merge changes from bison-1_29-branch.
c307773e 18012
8d6c48b9
PE
180132002-03-20 Paul Eggert <eggert@twinsun.com>
18014
18015 Merge fixes from Debian bison_1.34-1.diff.
18016
18017 * configure.in (AC_PREREQ): 2.53.
18018
e53c6322
AD
180192002-03-20 Akim Demaille <akim@epita.fr>
18020
18021 * src/conflicts.c (log_resolution): Argument `resolution' is const.
18022
9ffbeca7
PE
180232002-03-19 Paul Eggert <eggert@twinsun.com>
18024
21db0b2a
PE
18025 * src/bison.simple (YYCOPY): New macro.
18026 (YYSTACK_RELOCATE): Use it.
18027 Remove Type arg; no longer needed. All callers changed.
18028 (yymemcpy): Remove; no longer needed.
18029
9ffbeca7
PE
18030 * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
18031 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
18032
642cb8f8
AD
180332002-03-19 Akim Demaille <akim@epita.fr>
18034
18035 Test and fix the #line outputs.
18036
18037 * tests/atlocal.at (GCC): New.
18038 * tests/synclines.at (AT_TEST_SYNCLINE): New macro.
0ffd4fd1 18039 (Prologue synch line, %union synch line, Postprologue synch line)
642cb8f8
AD
18040 (Action synch line, Epilogue synch line): New tests.
18041 * src/reader.c (parse_union_decl): Define the muscle stype_line.
18042 * data/bison.simple, data/bison.c++: Use it.
18043
3c31a486
AD
180442002-03-19 Akim Demaille <akim@epita.fr>
18045
18046 * tests/regression.at (%nonassoc and eof, Unresolved SR Conflicts)
18047 (Solved SR Conflicts, %expect not enough, %expect right)
18048 (%expect too much): Move to...
18049 * tests/conflicts.at: this new file.
18050
0d8bed56
AD
180512002-03-19 Akim Demaille <akim@epita.fr>
18052
18053 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
18054 * data/bison.simple, data/bison.c++: Handle the `#define' part, so
18055 that we can move to enums for instance.
18056 * src/output.c (token_definitions_output): Output a list of
18057 `token-name, token-number' instead of the #define.
18058 (output_skeleton): Name this list `b4_tokens', not `b4_tokendefs'.
18059
9208d17f
AD
180602002-03-14 Akim Demaille <akim@epita.fr>
18061
18062 Use Gettext 0.11.1.
18063
af27eacb
RA
180642002-03-09 Robert Anisko <robert@lrde.epita.fr>
18065
18066 * data/bison.c++: Make the user able to add members to the generated
18067 parser by subclassing.
18068
9101a310
RA
180692002-03-05 Robert Anisko <robert@lrde.epita.fr>
18070
18071 * src/reader.c (read_additionnal_code): `c' should be an integer, not
18072 a character.
18073 Reported by Nicolas Tisserand and Nicolas Burrus.
18074
fff9bf0b
RA
180752002-03-04 Robert Anisko <robert@lrde.epita.fr>
18076
18077 * src/reader.c: Warn about lacking semi-colons, do not complain.
18078
64dba31e
RA
180792002-03-04 Robert Anisko <robert@lrde.epita.fr>
18080
18081 * data/bison.c++: Remove a debug line.
18082
374f5a14
RA
180832002-03-04 Robert Anisko <robert@lrde.epita.fr>
18084
18085 * data/bison.c++: Unmerge value as yylval and value as yyval. Unmerge
18086 location as yylloc and location as yyloc. Use YYLLOC_DEFAULT, and
18087 provide a default implementation.
18088
bfcf1f3a
AD
180892002-03-04 Akim Demaille <akim@epita.fr>
18090
18091 * tests/input.at (Invalid $n, Invalid @n): Add the ending `;'.
18092 * tests/output.at (AT_CHECK_OUTPUT): Likewise.
18093 * tests/headers.at (AT_TEST_CPP_GUARD_H): Ditto.
18094 * tests/semantic.at (Parsing Guards): Similarly.
18095 * src/reader.at (readgram): Complain if the last rule is not ended
18096 with a semi-colon.
18097
65ccf9fc
AD
180982002-03-04 Akim Demaille <akim@epita.fr>
18099
18100 * src/warshall.h, src/warshall.c (bitmatrix_print): Move to...
18101 * src/closure.c: here.
18102 (set_firsts): Use bitsetv_reflexive_transitive_closure instead of
18103 RTC.
18104 * src/warshall.h, src/warshall.c: Remove.
18105 * tests/sets.at (Broken Closure): Adjust.
18106
d0039cbc
AD
181072002-03-04 Akim Demaille <akim@epita.fr>
18108
18109 * src/output.c (output_skeleton): tempdir is const.
18110 bytes_read is unused.
18111
345cea78
AD
181122002-03-04 Akim Demaille <akim@epita.fr>
18113
18114 * lib/bbitset.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
18115 * lib/bitsetv.h, lib/ebitset.c, lib/lbitset.c, lib/sbitset.c:
18116 Update.
18117 From Michael Hayes.
18118
564801f7
AD
181192002-03-04 Akim Demaille <akim@epita.fr>
18120
18121 * src/closure.c (closure): `r' is unused.
18122
e5352bc7
AD
181232002-03-04 Akim Demaille <akim@epita.fr>
18124
18125 * tests/sets.at (Broken Closure): Add the ending `;'.
18126 * src/reader.at (readgram): Complain if a rule is not ended with a
18127 semi-colon.
18128
914feea9
AD
181292002-03-04 Akim Demaille <akim@epita.fr>
18130
18131 * src/conflicts.c (set_conflicts): Use bitset_disjoint_p.
18132 (count_sr_conflicts): Use bitset_count.
18133 * src/reduce.c (inaccessable_symbols): Ditto.
18134 (bits_size): Remove.
18135 * src/warshall.h, src/warshall.c: Convert to bitsetv.
18136
f0250de6
AD
181372002-03-04 Akim Demaille <akim@epita.fr>
18138
18139 * src/closure.c, src/conflicts.c, src/lalr.c, src/print.c,
18140 * src/reduce.c: Remove the `bitset_zero's following the
18141 `bitset_create's, as now it is performed by the latter.
18142
ef017502
AD
181432002-03-04 Akim Demaille <akim@epita.fr>
18144
18145 * lib/bitset.c, lib/bitset.h, lib/bitsetv.c, lib/bitsetv.h,
18146 * lib/ebitset.c, lib/ebitset.h, lib/lbitset.c, lib/lbitset.h,
18147 * lib/sbitset.c, lib/sbitset.h, lib/bbitset.h: Update from the
18148 latest sources from Michael.
18149
76514394
AD
181502002-03-04 Akim Demaille <akim@epita.fr>
18151
18152 * src/output.c (output): Don't free the grammar.
18153 * src/reader.c (grammar_free): New.
18154 * src/main.c (main): Call it and don't free symtab here.
18155
55024580
AD
181562002-03-04 Akim Demaille <akim@epita.fr>
18157
18158 * src/lex.c (parse_percent_token): Be sure to 0-end token_buffer
18159 before returning.
18160 Reported by Benoit Perrot.
18161
f9abaa2c
AD
181622002-03-04 Akim Demaille <akim@epita.fr>
18163
18164 Use bitset operations when possible, not loops over bits.
18165
18166 * src/conflicts.c (set_conflicts, count_sr_conflicts): Use
18167 bitset_or.
18168 * src/print.c (print_reductions): Use bitset_and, bitset_andn.
18169 * src/reduce.c (useless_nonterminals): Formatting changes.
18170 * src/warshall.c (TC): Use bitset_or.
18171
0e721e75
AD
181722002-03-04 Akim Demaille <akim@epita.fr>
18173
18174 * src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
18175 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):
18176 Ditto.
18177
0fb1ffb1
AD
181782002-03-04 Akim Demaille <akim@epita.fr>
18179
18180 * src/lalr.c (F): Now a bitset*.
18181 Adjust all dependencies.
18182
b86796bf
AD
181832002-03-04 Akim Demaille <akim@epita.fr>
18184
18185 * src/conflicts.c (shiftset, lookaheadset): Now bitset.
18186 Adjust all dependencies.
18187
602bbf31
AD
181882002-03-04 Akim Demaille <akim@epita.fr>
18189
18190 * src/L0.c, src/LR0.h (nstates): Be size_t.
18191 Adjust comparisons (signed vs unsigned).
18192 * src/conflics.c, src/lalr.c, src/lalr.h, src/output.c (LA): Now a
18193 bitset*.
18194 Adjust all dependencies.
18195
d8a0245c
AD
181962002-03-04 Akim Demaille <akim@epita.fr>
18197
18198 * src/closure.c (firsts): Now, also a bitset.
18199 Adjust all dependencies.
18200 (varsetsize): Remove, now unused.
18201 * src/warshall.h, src/warshall.c: Now work on arrays of bitsets.
18202
34ba9743
AD
182032002-03-04 Akim Demaille <akim@epita.fr>
18204
18205 * src/print.c: Convert to use bitset.h, not hand coded iterations
18206 over ints.
18207
ed86e78c
AD
182082002-03-04 Akim Demaille <akim@epita.fr>
18209
18210 * src/reduce.c: Convert to use bitset.h, not hand coded BSet.
18211
dfdb1797
AD
182122002-03-04 Akim Demaille <akim@epita.fr>
18213
18214 * src/closure.c (ruleset): Be a bitset.
18215 (rulesetsize): Remove.
18216
7086e707
AD
182172002-03-04 Akim Demaille <akim@epita.fr>
18218
18219 * lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
18220 * lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/lbitset.c,
18221 * lib/lbitset.h, lib/sbitset.c, lib/sbitset.h: New.
18222 * src/closure.c (fderives): Be an array of bitsets.
18223
98254360
RA
182242002-02-28 Robert Anisko <robert@lrde.epita.fr>
18225
18226 * data/bison.c++: Merge the two generated headers. Insert a copyright
18227 notice in each output file.
18228
a75c057f
AD
182292002-02-28 Akim Demaille <akim@epita.fr>
18230
18231 * data/bison.c++: Copy the prologue of bison.simple to fetch
18232 useful M4 definitions, such as b4_header_guard.
18233
06b00abc
AD
182342002-02-25 Akim Demaille <akim@epita.fr>
18235
18236 * src/getargs.c (version): Give the name of the authors, and use a
a75c057f
AD
18237 translator friendly scheme for the bgr
18238 copyright notice.
06b00abc 18239
70e7d534
AD
182402002-02-25 Akim Demaille <akim@epita.fr>
18241
18242 * src/output.c (header_output): Remove, now handled completely via
18243 M4.
18244
abe017f6
AD
182452002-02-25 Akim Demaille <akim@epita.fr>
18246
18247 * m4/m4.m4: New, from CVS Autoconf.
18248 * configure.in: Invoke it.
18249 * src/output.c (output_skeleton): Use its result instead of the
18250 hard coded name.
18251
381fb12e
AD
182522002-02-25 Akim Demaille <akim@epita.fr>
18253
18254 * lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
18255 Fileutils 4.1.5.
18256 * configure.in: Invoke UTILS_FUNC_MKSTEMP.
18257 * src/output.c (output_skeleton): Use mkstemp to create a real
18258 temporary file.
18259 Move the filling of `skeleton' and its muscle to...
18260 (prepare): here.
18261 (output): Move the definition of the prologue muscle to...
18262 (prepare): here.
18263 * src/system.h (DEFAULT_TMPDIR): New.
18264
6f38107f
PE
182652002-02-14 Paul Eggert <eggert@twinsun.com>
18266
18267 Remove the support for C++ namespace cleanliness; it was
18268 causing more problems than it was curing, since it didn't work
18269 properly on some nonstandard C++ compilers. This can wait
18270 for a proper C++ parser.
18271
18272 * NEWS: Document this.
18273 * doc/bison.texinfo (Bison Parser, Debugging): Remove special mention
18274 of C++, as it's treated like C now.
18275 * src/bison.simple (YYSTD): Remove.
18276 (YYSIZE_T, YYFPRINTF, YYPARSE_PARAM_ARG, YYPARSE_PARAM_DECL):
18277 Treat C++ just like Standard C instead of trying to support
18278 namespace cleanliness.
18279
80cce3da
AD
182802002-02-14 Akim Demaille <akim@epita.fr>
18281
18282 * tests/regression.at (else): Adjust to Andreas' change.
18283
842e8679
AD
182842002-02-14 Akim Demaille <akim@epita.fr>
18285
18286 * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
18287
4bda3f10
AD
182882002-02-13 Andreas Schwab <schwab@suse.de>
18289
18290 * src/output.c (output_rule_data): Don't output NULL, it might
18291 not be defined yet.
18292
4162fa07 182932002-02-11 Robert Anisko <robert@lrde.epita.fr>
b418ecd8 18294
4162fa07
RA
18295 * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue.
18296 (Copyright notice): Update.
b418ecd8 18297
bd16a5dc
AD
182982002-02-11 Akim Demaille <akim@epita.fr>
18299
18300 * tests/regression.at (%nonassoc and eof): Don't include
18301 nonportable headers.
18302
8d69a1a3
RA
183032002-02-08 Robert Anisko <robert@lrde.epita.fr>
18304
18305 * data/bison.c++: Correct error recovery. Make the user able to
18306 initialize the starting location.
18307
9b2d0677
AD
183082002-02-07 Akim Demaille <akim@epita.fr>
18309
18310 * tests/input.at: New.
18311
69e2658b
RA
183122002-02-07 Robert Anisko <robert@lrde.epita.fr>
18313
18314 * data/bison.c++: Replace some direct m4 expansions by constants. Be
9b2d0677 18315 more consistent when naming methods and variables. Put preprocessor
69e2658b
RA
18316 directives around tables only needed for debugging.
18317
4aacc3a7
RA
183182002-02-07 Robert Anisko <robert@lrde.epita.fr>
18319
18320 * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
18321 C++ parsers.
18322 (yy::b4_name::parse): Use print_.
18323
762a801e
RA
183242002-02-07 Robert Anisko <robert@lrde.epita.fr>
18325
18326 * data/bison.c++ (yy::b4_name::parse): Error recovery is back.
18327
4bb2bc3f
RA
183282002-02-07 Robert Anisko <robert@lrde.epita.fr>
18329
18330 * data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in
18331 C++ parsers.
18332 (yy::b4_name::parse): Build verbose error messages, and use error_.
18333
6b45a3ca
RA
183342002-02-06 Robert Anisko <robert@lrde.epita.fr>
18335
18336 * data/bison.c++: Fix m4 quoting in comments.
18337
50997c6e
RA
183382002-02-06 Robert Anisko <robert@lrde.epita.fr>
18339
18340 * data/bison.c++: Adjust the parser code. Fix some muscles that were
18341 not expanded by m4.
18342
3f3eed27
AD
183432002-02-05 Akim Demaille <akim@epita.fr>
18344
18345 * data/bison.c++: Adjust to the M4 back end.
18346 More is certainly needed.
18347
be2a1a68
AD
183482002-02-05 Akim Demaille <akim@epita.fr>
18349
18350 Give a try to M4 as a back end.
18351
18352 * lib/readpipe.c: New, from wdiff.
18353 * src/Makefile.am (DEFS): Define PKGDATADIR, not BISON_SIMPLE and
18354 BISON_HAIRY.
18355 * src/system.h (BISON_HAIRY, BISON_SIMPLE): Remove the DOS and VMS
18356 specific values. Now it is m4 that performs the lookup.
18357 * src/parse-skel.y: Remove.
18358 * src/muscle_tab.c, src/muscle_tab.h (muscles_m4_output): New.
18359 * src/output.c (actions_output, guards_output)
18360 (token_definitions_output): No longer keeps track of the output
18361 line number, hence remove the second argument.
18362 (guards_output): Check against the guard member of a rule, not the
18363 action member.
18364 Adjust callers.
18365 (output_skeleton): Don't look for the skeleton location, let m4 do
18366 that.
18367 Create `/tmp/muscles.m4'. This is temporary, a proper temporary
18368 file will be used.
18369 Invoke `m4' on m4sugar.m4, muscles.m4, and the skeleton.
18370 (prepare): Given that for the time being changesyntax is not
18371 usable in M4, rename the muscles using `-' to `_'.
18372 Define `defines_flag', `output_parser_name' and `output_header_name'.
18373 * src/output.h (actions_output, guards_output)
18374 (token_definitions_output): Adjust prototypes.
18375 * src/scan-skel.l: Instead of scanning the skeletons, it now
18376 processes the output of m4: `__oline__' and `#output'.
18377 * data/bison.simple: Adjust to be used by M4(sugar).
18378 * tests/Makefile.am: Use check_SCRIPTS to make sure `bison' is up
18379 to date.
18380 * tests/bison.in: Use the secrete envvar `BISON_PKGDATADIR'
18381 instead of the dead `BISON_SIMPLE' and `BISON_HAIRY'.
18382 * data/m4sugar/m4sugar.m4, data/m4sugar/version.m4: New,
18383 shamelessly stolen from CVS Autoconf.
18384
beda758b
AD
183852002-02-05 Akim Demaille <akim@epita.fr>
18386
18387 * lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version.
18388 * configure.in: Check for the declarations of free and malloc.
18389 * src/muscle_tab.c: Adjust.
18390
5ece6d43
AD
183912002-02-05 Akim Demaille <akim@epita.fr>
18392
18393 * src/muscle_tab.c (muscle_init): Don't default to NULL muscle
18394 which have no values.
18395
5bb18f9a
AD
183962002-02-05 Akim Demaille <akim@epita.fr>
18397
18398 * src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
18399 * data/: here.
18400
894dd62e
PE
184012002-01-29 Paul Eggert <eggert@twinsun.com>
18402
18403 * src/bison.simple (YYSIZE_T): Do not define merely because
18404 YYSTACK_USE_ALLOCA is nonzero or alloca or _ALLOCA_H are defined.
18405 On some platforms, <alloca.h> does not declare YYSTD (size_t).
18406
82841af7
AD
184072002-01-27 Akim Demaille <akim@epita.fr>
18408
18409 Fix `%nonassoc and eof'.
18410
18411 * src/state.c (errs_dup): Aaaah! The failure was due to bytes
18412 which were not properly copied! Replace
18413 memcpy (res->errs, src->errs, src->nerrs);
18414 with
18415 memcpy (res->errs, src->errs, src->nerrs * sizeof (src->errs[0]));
18416 !!!
18417 * tests/regression.at (%nonassoc and eof): Adjust to newest
18418 Autotest: `.' is not in the PATH.
18419
318b76e9
AD
184202002-01-27 Akim Demaille <akim@epita.fr>
18421
18422 * tests/sets.at (AT_EXTRACT_SETS): New.
18423 (Nullable): Use it.
18424 (Firsts): New.
18425
30d2f3d5
AD
184262002-01-26 Akim Demaille <akim@epita.fr>
18427
18428 * tests/actions.at, tests/calc.at, tests/headers.at,
18429 * tests/torture.at: Adjust to the newest Autotest which no longer
18430 forces `.' in the PATH.
18431
30f8c395
AD
184322002-01-25 Akim Demaille <akim@epita.fr>
18433
18434 * tests/regression.at (%nonassoc and eof): New.
18435 Suggested by Robert Anisko.
18436
29ae55f1
AD
184372002-01-24 Akim Demaille <akim@epita.fr>
18438
18439 Bison dumps core when trying to complain about broken input files.
18440 Reported by Cris van Pelt.
18441
18442 * src/lex.c (parse_percent_token): Be sure to set token_buffer.
18443 * tests/regression.at (Invalid input: 1, Invalid input: 2): Merge
18444 into...
18445 (Invalid inputs): Strengthen: exercise parse_percent_token.
18446
2b548aa6
RA
184472002-01-24 Robert Anisko <robert.anisko@epita.fr>
18448
18449 * src/Makefile.am: Add bison.c++.
18450 * src/bison.c++: New skeleton.
18451
bb0146c2
AD
184522002-01-21 Paolo Bonzini <bonzini@gnu.org>
18453
18454 * po/it.po: New.
18455
bec30531
AD
184562002-01-21 Kees Zeelenberg <kzlg@users.sourceforge.net>
18457
18458 * src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
18459
fc6edc45
MA
184602002-01-20 Marc Autret <marc@gnu.org>
18461
18462 * src/files.c (compute_output_file_names): Fix
18463
5e5d5415
MA
184642002-01-20 Marc Autret <marc@gnu.org>
18465
18466 * tests/output.at: New test.
18467 * src/files.c (compute_base_names): Don't map extensions when
18468 the YACC flag is set, use defaults.
18469 Reported by Evgeny Stambulchik.
18470
44ea3fbd
MA
184712002-01-20 Marc Autret <marc@gnu.org>
18472
ba0fe3c7
PE
18473 * src/system.h: Need to define __attribute__ away for non-GCC
18474 compilers as well (i.e., the vendor C compiler).
44ea3fbd
MA
18475 Suggested by Albert Chin-A-Young.
18476
338963d1
TVH
184772002-01-11 Tim Van Holder <tim.van.holder@pandora.be>
18478
18479 * lib/hash.h, lib/hash.c: Renamed __P to PARAMS and used the
18480 canonical definition.
18481 * src/system.h: Use the canonical definition for PARAMS (avoids
18482 a conflict with the macro from lib/hash.h).
18483
c57b2479
AD
184842002-01-11 Akim Demaille <akim@epita.fr>
18485
18486 * configure.in: Use AC_FUNC_STRNLEN.
d9e9746c 18487 Fixes the failures observed on AIX 4.3 by H.Merijn Brand.
c57b2479 18488
b85810ae
AD
184892002-01-09 Akim Demaille <akim@epita.fr>
18490
18491 * src/files.c, src/files.h (output_infix): New.
18492 (tab_extension): Remove.
18493 (compute_base_names): Compute the former, drop the latter.
18494 * src/output.c (prepare): Insert the muscles `output-infix', and
18495 `output-suffix'.
18496 * src/parse-skel.y (string, string.1): New.
18497 (section.header): Use it.
18498 (section.yacc): Remove.
18499 (prefix): Remove too.
18500 * src/scan-skel.l: Adjust.
18501 * src/bison.simple, src/bison.hairy: Adjust.
18502
cae60122
AD
185032002-01-09 Akim Demaille <akim@epita.fr>
18504
18505 * configure.in (WERROR_CFLAGS): Compute it.
18506 * src/Makefile.am (CFLAGS): Pass it.
18507 * tests/atlocal.in (CFLAGS): Idem.
18508 * src/files.c: Fix a few warnings.
18509 (get_extension_index): Remove, unused.
18510
ae404801
AD
185112002-01-08 Akim Demaille <akim@epita.fr>
18512
18513 * src/getargs.c (AS_FILE_NAME): New.
18514 (getargs): Use it to convert DOSish file names.
18515 * src/files.c (base_name): Rename as full_base_name to avoid
18516 clashes with `base_name ()'.
18517 (filename_split): New.
18518 (compute_base_names): N-th rewrite, using filename_split.
18519
22312b71
AD
185202002-01-08 Akim Demaille <akim@epita.fr>
18521
18522 * lib/basename.c, lib/dirname.h, lib/dirname.c, lib/memrchr.c:
18523 New, stolen from the Fileutils 4.1.
18524 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
18525 * configure.in: Check for the presence of memrchr, and of its
18526 prototype.
18527
a67cef01
TVH
185282002-01-07 Tim Van Holder <tim.van.holder@pandora.be>
18529
18530 * lib/hash.h (__P): Added definition for this macro.
18531 * src/Makefile.am: Add parse-skel.c and scan-skel.c to
18532 BUILT_SOURCES, to ensure they are generated first.
18533 * src/parse-skel.y: Use YYERROR_VERBOSE instead of
18534 %error-verbose to allow bootstrapping with bison 1.30x.
18535
2b25d624
AD
185362002-01-06 Akim Demaille <akim@epita.fr>
18537
18538 * src/reader.c (parse_braces): Don't fetch the next char, the
18539 convention is to fetch on entry.
18540 * tests/torture.at (GNU Cim Grammar): Reintroduce their weird
18541 'switch' without a following semicolon.
18542 * tests/regression.at (braces parsing): New.
18543
3460813b
AD
185442002-01-06 Akim Demaille <akim@epita.fr>
18545
18546 Bison is dead wrong in its RR conflict reports.
18547
18548 * tests/torture.at (GNU Cim Grammar): New.
18549 * src/conflicts.c (count_rr_conflicts): Fix.
18550
73784c64
AD
185512002-01-06 Akim Demaille <akim@epita.fr>
18552
18553 Creating package.m4 from configure.ac causes too many problems.
18554
18555 * tests/Makefile.am (package.m4): Create it by hand,
18556 AC_CONFIG_TESTDIR no longer does in the most recent CVS Autoconf.
18557
25d81090
AD
185582002-01-06 Akim Demaille <akim@epita.fr>
18559
18560 * src/Makefile.am (bison_SOURCES): Add parse-skel.h and
18561 skeleton.h.
18562
a9b8959e
PE
185632002-01-04 Paul Eggert <eggert@twinsun.com>
18564
18565 * doc/bison.texinfo (Debugging):
18566 Remove YYSTDERR; it's no longer defined or used.
18567 Also, s/cstdio.h/cstdio/.
18568
25d81090
AD
185692002-01-03 Akim Demaille <akim@epita.fr>
18570
18571 * tests/bison.in, tests/atlocal.in: Adjust to CVS Autoconf.
18572
1109455c
AD
185732002-01-03 Akim Demaille <akim@epita.fr>
18574
18575 * src/parse-skel.y (process_skeleton): Don't bind the parser's
18576 tracing code to --trace, wait for a better --trace option, with
18577 args.
18578
7ea5e977
AD
185792002-01-03 Akim Demaille <akim@epita.fr>
18580
18581 * src/bison.simple (YYSTDERR): Remove, replace `stderr'.
18582 The ISO C++ standard is extremely clear about it: stderr is
18583 considered a macro, not a regular symbol (see table 94 `Header
18584 <cstdio> synopsis', [lib.c.files] 27.8.2 C Library files).
18585 Therefore std:: does not apply to it. It still does with fprintf.
18586 Also, s/cstdio.h/cstdio/.
18587
fab5b110
AD
185882002-01-03 Akim Demaille <akim@epita.fr>
18589
18590 * lib/quotearg.c: Use `#include "..."' instead of `#include <...>'
18591 for non system headers.
18592
aed7fd9b
AD
185932002-01-02 Akim Demaille <akim@epita.fr>
18594
18595 Equip the skeleton chain with location tracking, runtime trace,
18596 pure parser and scanner.
18597
18598 * src/parse-skel.y: Request a pure parser, locations, and prefix
18599 renaming.
18600 (%union): Having several members with the same type does not help
18601 type mismatches, simplify.
18602 (YYPRINT, yyprint): New.
18603 (yyerror): ``Rename'' (there is a #define yyerror skel_error) as...
18604 (skel_error): this.
18605 Handle locations.
18606 * src/scan-skel.l: Adjust to these changes.
18607 * src/skeleton.h (LOCATION_RESET, LOCATION_LINES, LOCATION_STEP)
18608 (LOCATION_PRINT, skel_control_t): New.
18609
24fad99e
AD
186102001-12-30 Akim Demaille <akim@epita.fr>
18611
18612 * src/parse-skel.y: Get rid of the shift/reduce conflict:
18613 replace `gb' with BLANKS.
18614 * src/scan-skel.l: Adjust.
18615
a4b36db4
AD
186162001-12-30 Akim Demaille <akim@epita.fr>
18617
18618 * src/system.h: We don't need nor want bcopy.
18619 Throw away MS-DOS crap: we don't need getpid.
18620 * configure.in: We don't need strndup. It was even causing
18621 problems: because Flex includes the headers *before* us,
18622 _GNU_SOURCE is not defined by config.h, and therefore strndup was
18623 not visible.
18624 * lib/xstrndup.c: New.
18625 * src/scan-skel.l: Use it.
18626 Be sure to initialize yylval.muscle member when scanning a MUSCLE.
18627 * src/parse-skel.y: Use %directives instead of #defines.
18628
1239777d
AD
186292001-12-30 Akim Demaille <akim@epita.fr>
18630
18631 * src/skeleton.h: New.
18632 * src/output.c (output_parser, output_master_parser): Remove, dead
18633 code.
18634 * src/output.h (get_lines_number, actions_output, guards_output)
18635 (token_definitions_output): Prototype them.
18636 * src/parse-skel.y: Add the license notice.
18637 Include output.h and skeleton.h.
18638 (process_skeleton): Returns void, and takes a single parameter.
18639 * src/scan-skel.l: Add the license notice.
18640 Include skeleton.h.
18641 Don't use %option yylineno: it seems that then Flex imagines
18642 REJECT has been used, and therefore it won't reallocate its
18643 buffers (which makes no other sense to me than a bug). It results
18644 in warnings for `unused: yy_flex_realloc'.
18645
9b3add5b
RA
186462001-12-30 Robert Anisko <robert.anisko@epita.fr>
18647
18648 * src/muscle_tab.h (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
18649 (MUSCLE_INSERT_PREFIX): ...to there.
18650 * src/output.c (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
18651 (MUSCLE_INSERT_PREFIX): Move from here...
18652
18653 * src/bison.hairy: Add a section directive. Put braces around muscle
18654 names. This parser skeleton is still broken, but Bison should not
18655 choke on a bad muscle 'syntax'.
18656 * src/bison.simple: Add a section directive. Put braces around muscle
18657 names.
18658
18659 * src/files.h (strsuffix, stringappend): Add declarations.
18660 (tab_extension): Add declaration.
18661 (short_base_name): Add declaration.
18662
18663 * src/files.c (strsuffix, stringappend): No longer static. These
18664 functions are used in the skeleton parser.
18665 (tab_extension): New.
18666 (compute_base_names): Use the computations done in this function
fab5b110 18667 to guess if the generated parsers should have '.tab' in their
9b3add5b
RA
18668 names.
18669 (short_base_name): No longer static.
18670
18671 * src/output.c (output_skeleton): New.
18672 (output): Disable call to output_master_parser, and give a try to
18673 a new skeleton handling system.
18674 (guards_output, actions_output): No longer static.
18675 (token_definitions_output, get_lines_number): No longer static.
18676
18677 * configure.in: Use AM_PROG_LEX and AC_PROG_YACC.
18678
fab5b110 18679 * src/Makefile.am (bison_SOURCES): Add scan-skel.l and
9b3add5b
RA
18680 parse-skel.y.
18681
18682 * src/parse-skel.y: New file.
18683 * src/scan-skel.l: New file.
18684
b5b61c61
AD
186852001-12-29 Akim Demaille <akim@epita.fr>
18686
18687 %name-prefix is broken.
18688
18689 * src/files.c (spec_name_prefix): Initialize to NULL, not to "yy".
18690 Adjust all dependencies.
18691 * tests/headers.at (export YYLTYPE): Strengthen this test: use
18692 %name-prefix.
18693
18694 Renaming yylval but not yylloc is not consistent. Now we do.
18695
18696 * src/bison.simple: Prefix yylloc if used.
18697 * doc/bison.texinfo (Decl Summary): Document that.
18698
8c9a50be
AD
186992001-12-29 Akim Demaille <akim@epita.fr>
18700
18701 * doc/bison.texinfo: Promote `%long-directive' over
18702 `%long_directive'.
18703 Remove all references to fixed-output-files, yacc is enough.
18704
d99361e6
AD
187052001-12-29 Akim Demaille <akim@epita.fr>
18706
18707 * src/bison.simple: Define YYDEBUG and YYERROR_VERBOSE *after* the
18708 user prologue. These are defaults.
18709 * tests/actions.at (Mid-rule actions): Make sure the user can
18710 define YYDEBUG and YYERROR_VERBOSE.
18711
b9cecb91
AD
187122001-12-29 Akim Demaille <akim@epita.fr>
18713
18714 * src/output.c (header_output): Don't forget to export YYLTYPE and
18715 yylloc.
18716 * tests/headers.at (export YYLTYPE): New, make sure it does.
18717 * tests/regression.at (%union and --defines, Invalid CPP headers):
18718 Move to...
18719 * tests/headers.at: here.
18720
aea13e97
AD
187212001-12-29 Akim Demaille <akim@epita.fr>
18722
18723 * src/gram.h (rule_s): Member `assoc' is of type `associativity'.
18724
931394cb
AD
187252001-12-29 Akim Demaille <akim@epita.fr>
18726
18727 * tests/actions.at (Mid-rule actions): Output on a single line
18728 instead of several.
18729
704a47c4
AD
187302001-12-29 Akim Demaille <akim@epita.fr>
18731
18732 * doc/bison.texinfo: Formatting changes.
18733
091e20bb
AD
187342001-12-29 Akim Demaille <akim@epita.fr>
18735
18736 Don't store the token defs in a muscle, just be ready to output it
18737 on command. Now possible via `symbols'. Fixes a memory leak.
18738
18739 * src/output.c (token_definitions_output): New.
18740 (output_parser, header_output): Use it.
18741 * src/reader.c (symbols_save): Remove.
18742
cce71710
AD
187432001-12-29 Akim Demaille <akim@epita.fr>
18744
18745 * src/bison.simple: Do not provide a default for YYSTYPE and
18746 YYLTYPE before the user's prologue. Otherwise it's hardly... a
18747 default.
18748
82c035a8
AD
187492001-12-29 Akim Demaille <akim@epita.fr>
18750
18751 Mid-rule actions are simply... ignored!
18752
18753 * src/reader.c (readgram): Be sure to attach mid-rule actions to
18754 the empty-rule associated to the dummy symbol, not to the host
18755 rule.
18756 * tests/actions.at (Mid-rule actions): New.
18757
8419d367
AD
187582001-12-29 Akim Demaille <akim@epita.fr>
18759
18760 Memory leak.
18761
18762 * src/reader.c (reader): Free grammar.
18763
375d5806
AD
187642001-12-29 Akim Demaille <akim@epita.fr>
18765
18766 Memory leak.
18767
18768 * src/LR0.c (new_itemsets): Don't allocate `shift_symbol' here,
18769 since it allocates it for each state, although only one is needed.
18770 (allocate_storage): Do it here.
18771
f51cb8ff
AD
187722001-12-29 Akim Demaille <akim@epita.fr>
18773
18774 * src/options.h, src/options.c (create_long_option_table): Rename
18775 as...
18776 (long_option_table_new): this, with a clearer prototype.
18777 (percent_table): Remove, unused,
18778 * src/getargs.c (getargs): Adjust.
18779
29e88316
AD
187802001-12-29 Akim Demaille <akim@epita.fr>
18781
18782 * src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.c
18783 * src/print.c, src/print_graph.c, src/state.h: Rename state_table
18784 as states.
18785
b9f71f19
AD
187862001-12-29 Akim Demaille <akim@epita.fr>
18787
18788 * src/lalr.c (build_relations): Rename `states' as `states1'.
18789 Sorry, I don't understand exactly what it is, no better name...
18790
1a2b5d37
AD
187912001-12-29 Akim Demaille <akim@epita.fr>
18792
18793 * src/closure.c, src/conflicts.c, src/derives.c, src/gram.c
18794 * src/gram.h, src/lalr.c, src/nullable.c, src/output.c, src/print.c
18795 * src/print_graph.c, src/reader.c, src/reduce.c: Rename rule_table
18796 as rules.
18797
1cca533e
AD
187982001-12-29 Akim Demaille <akim@epita.fr>
18799
18800 * src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long
18801 ago.
18802
c03ae966
AD
188032001-12-29 Akim Demaille <akim@epita.fr>
18804
18805 * src/reader.c, src/reader.h (user_toknums): Remove.
18806 Adjust all users to use symbols[i]->user_token_number.
18807
5a670b1e
AD
188082001-12-29 Akim Demaille <akim@epita.fr>
18809
18810 * src/gram.c, src/gram.h (sprec, sassoc): Remove.
18811 Adjust all users to use symbols[i]->prec or ->assoc.
18812
ad949da9
AD
188132001-12-29 Akim Demaille <akim@epita.fr>
18814
18815 * src/reader.c, src/reader.h (tags): Remove.
18816 Adjust all users to use symbols[i]->tag.
18817
0e78e603
AD
188182001-12-29 Akim Demaille <akim@epita.fr>
18819
18820 * src/gram.h, src/gram.c (symbols): New, similar to state_table
18821 and rule_table.
18822 * src/reader.c (packsymbols): Fill this table.
18823 Drop sprec.
18824 * src/conflicts.c (resolve_sr_conflict): Adjust.
18825 * src/reduce.c (reduce_grammar): Adjust: just sort symbols, a
18826 single table.
18827 Use symbols[i]->tag instead of tags[i].
18828
213e640e
AD
188292001-12-29 Akim Demaille <akim@epita.fr>
18830
18831 * tests/calc.at (_AT_DATA_CALC_Y): Also use %union.
18832 In addition, put a comment in there, to replace...
18833 * tests/regression.at (%union and C comments): Remove.
18834
e7b8bef1
AD
188352001-12-29 Akim Demaille <akim@epita.fr>
18836
18837 * tests/regression.at (Web2c Actions): Blindly move the actual
18838 output as expected output. The contents *seem* right to me, but I
18839 can't pretend reading perfectly parser tables... Nonetheless, all
18840 the other tests pass correctly, the table look OK, even though the
18841 presence of `$axiom' is to be noted: AFAICS it is useless (but
18842 harmless).
18843
b68e7744
AD
188442001-12-29 Akim Demaille <akim@epita.fr>
18845
18846 * src/reader.c (readgram): Don't add the rule 0 if there were no
18847 rules read. In other words, add it _after_ having performed
18848 grammar sanity checks.
18849 Fixes the `tests/regression.at (Invalid input: 1)' Failure.
18850
78d5bae9
AD
188512001-12-29 Akim Demaille <akim@epita.fr>
18852
18853 * tests/regression.at (Web2c Report): Catch up: the rule 0 is now
18854 visible, and some states have now a different number.
18855
ff442794
AD
188562001-12-29 Akim Demaille <akim@epita.fr>
18857
18858 * src/reader.c (readgram): Bind the initial rule's lineno to that
18859 of the first rule.
18860 * tests/regression.at (Rule Line Numbers, Unresolved SR Conflicts):
18861 (Solved SR Conflicts): Adjust rule 0's line number.
18862
610ab194
AD
188632001-12-29 Akim Demaille <akim@epita.fr>
18864
18865 Fix the `GAWK Grammar' failure.
18866
18867 * src/LR0.c (final_state): Initialize to -1 so that we do compute
18868 the reductions of the first state which was mistakenly confused
18869 with the final state because precisely final_state was initialized
18870 to 0.
18871 * tests/sets.at (Nullable): Adjust: state 0 does have lookaheads,
18872 now noticed by Bison.
18873 * tests/regression.at (Rule Line Numbers): Adjust: state 0 does
18874 have a reduction on $default.
18875
29d29c8f
AD
188762001-12-29 Akim Demaille <akim@epita.fr>
18877
18878 * src/gram.c (ritem_print): Be sure to subtract 1 when displaying
18879 rule line numbers.
18880 * src/closure.c (print_closure): Likewise.
18881 * src/derives.c (print_derives): Likewise.
18882 * tests/sets.at (Nullable): Adjust: the rule numbers are correct
18883 now.
18884
7c6b64d0
AD
188852001-12-29 Akim Demaille <akim@epita.fr>
18886
18887 * src/lalr.c (lookaheads_print): New.
18888 (lalr): Call it when --trace-flag.
18889 * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads
18890 are dumped.
18891
3d4daee3
AD
188922001-12-29 Akim Demaille <akim@epita.fr>
18893
18894 * src/derives.c (print_derives): Be sure to use `>= 0', not `> 0',
18895 when walking through ritem, even via rule->rhs.
18896 * src/reduce.c (dump_grammar, useful_production, reduce_output)
18897 (useful_production, useless_nonterminals): Likewise.
18898 (reduce_grammar_tables): Likewise, plus update nritems.
18899 * src/nullable.c (set_nullable): Likewise.
18900 * src/lalr.c (build_relations): Likewise.
18901 * tests/sets.at (Nullable): Adjust.
18902 Fortunately, now, the $axiom is no longer nullable.
18903
9e7f6bbd
AD
189042001-12-29 Akim Demaille <akim@epita.fr>
18905
18906 * src/LR0.c (generate_states): Use nritems, not nitems, nor using
18907 the 0-sentinel.
18908 * src/gram.c (ritem_longest_rhs): Likewise.
18909 * src/reduce.c (nonterminals_reduce): Likewise.
18910 * src/print_graph.c (print_graph): Likewise.
18911 * src/output.c (output_rule_data): Likewise.
18912 * src/nullable.c (set_nullable): Likewise.
18913
255ef638
AD
189142001-12-29 Akim Demaille <akim@epita.fr>
18915
18916 * src/output.c: Comment changes.
18917
0d8a7363
AD
189182001-12-27 Paul Eggert <eggert@twinsun.com>
18919
18920 * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
18921 cases for non-GNU systems like AIX, HP-UX, SGI, Sun, and
18922 Sparc, as they were causing more porting problems than the
18923 (minor) performance improvement was worth.
18924
18925 Also, catch up with 1.31's YYSTD.
18926
3db472b9
AD
189272001-12-27 Akim Demaille <akim@epita.fr>
18928
18929 * src/output.c (output_gram): Rely on nritems, not the
18930 0-sentinel. See below.
18931 Use -1 as separator, not 0.
18932 * src/bison.simple (yyparse): Subtract 1 to the rule numbers.
18933 Rely on -1 as separator in yyrhs, instead of 0.
18934 * tests/calc.at (AT_CHECK_CALC): Now, the parsers no longer issue
18935 twice `Now at end of input', therefore there are two lines less to
18936 expect.
18937
b365aa05
AD
189382001-12-27 Akim Demaille <akim@epita.fr>
18939
18940 * tests/regression.at (Unresolved SR Conflicts):
18941 (Solved SR Conflicts, Rule Line Numbers): Adjust to the changes
18942 below.
18943
30171f79
AD
189442001-12-27 Akim Demaille <akim@epita.fr>
18945
18946 * src/LR0.c (new_state): Recognize the final state by the fact it
18947 is reached by eoftoken.
18948 (insert_start_shifting_state, insert_eof_shifting_state)
18949 (insert_accepting_state, augment_automaton): Remove, since now
18950 these states are automatically computed from the initial state.
18951 (generate_states): Adjust.
18952 * src/print.c: When reporting a rule number to the user, substract
18953 1, so that the axiom rule is rule 0, and the first user rule is 1.
18954 * src/reduce.c: Likewise.
18955 * src/print_graph.c (print_core): For the time being, just as for
18956 the report, depend upon --trace-flags to dump the full set of
18957 items.
18958 * src/reader.c (readgram): Once the grammar read, insert the rule
18959 0: `$axiom: START-SYMBOL $'.
18960 * tests/set.at: Adjust: rule 0 is now displayed, and since the
18961 number of the states has changed (the final state is no longer
18962 necessarily the last), catch up.
18963
75142d45
AD
189642001-12-27 Akim Demaille <akim@epita.fr>
18965
18966 Try to make the use of the eoftoken valid. Given that its value
18967 is 0 which was also used as a sentinel in ritem, (i) make sure >= 0
18968 is used instead of > 0 where appropriate, (ii), depend upon nritems
18969 instead of the 0-sentinel.
18970
18971 * src/gram.h, src/gram.c (nritems): New.
18972 Expected to be duplication of nitems, but for the time being...
18973 * src/reader.c (packgram): Assert nritems and nitems are equal.
18974 * src/LR0.c (allocate_itemsets, new_itemsets): Adjust.
18975 * src/closure.c (print_closure, print_fderives): Likewise.
18976 * src/gram.c (ritem_print): Likewise.
18977 * src/print.c (print_core, print_grammar): Likewise.
18978 * src/print_graph.c: Likewise.
18979
b7c49edf
AD
189802001-12-27 Akim Demaille <akim@epita.fr>
18981
18982 * src/main.c (main): If there are complains after grammar
18983 reductions, then output the report anyway if requested, then die.
18984 * src/symtab.c (bucket_new): Initialize `value' to -1, not 0.
18985 * src/reader.c (eoftoken): New.
18986 (parse_token_decl): If the token being defined has value `0', it
18987 is the eoftoken.
18988 (packsymbols): No longer hack `tags' to insert `$' by hand.
18989 Be sure to preserve the value of the eoftoken.
18990 (reader): Make sure eoftoken is defined.
18991 Initialize nsyms to 0: now eoftoken is created just like the others.
18992 * src/print.c (print_grammar): Don't special case the eof token.
18993 * src/regression.at: Adjust: `$' has value 0, not -1, which was a
18994 lie anyway, albeit pleasant.
18995 * tests/calc.at: Exercise error messages with eoftoken.
18996 Change the grammar so that empty input is invalid.
18997 Adjust expectations.
18998 When yyungeting, be sure to use a valid yylloc: use last_yylloc.
18999
ec2da99f
AD
190002001-12-27 Akim Demaille <akim@epita.fr>
19001
19002 * configure.in: Check the protos of strchr ans strspn.
19003 Replace strchr if needed.
19004 * src/system.h: Provide the protos of strchr, strspn and memchr if
19005 missing.
19006 * lib/strchr.c: New.
19007 * src/reader.c (symbols_save): Use strchr.
19008
8adfa272
AD
190092001-12-27 Akim Demaille <akim@epita.fr>
19010
19011 * src/print.c, src/print_graph.c (escape): New.
19012 Use it to quote the TAGS outputs.
19013 * src/print_graph.c (print_state): Now errors are in red, and
19014 reductions in green.
19015 Prefer high to wide: output the state number on a line of its own.
19016
80dac38c
AD
190172001-12-27 Akim Demaille <akim@epita.fr>
19018
19019 * src/state.h, src/state.c (reductions_new): New.
19020 * src/LR0.c (set_state_table): Let all the states have a
19021 `reductions', even if reduced to 0.
19022 (save_reductions): Adjust.
19023 * src/lalr.c (initialize_LA, initialize_lookaheads): Adjust.
19024 * src/print.c (print_reductions, print_actions): Adjust.
19025 * src/output.c (action_row): Adjust.
19026
2cec70b9
AD
190272001-12-27 Akim Demaille <akim@epita.fr>
19028
19029 * src/state.h, src/state.c (errs_new, errs_dup): New.
19030 * src/LR0.c (set_state_table): Let all the states have an errs,
19031 even if reduced to 0.
19032 * src/print.c (print_errs, print_reductions): Adjust.
19033 * src/output.c (output_actions, action_row): Adjust.
19034 * src/conflicts.c (resolve_sr_conflict): Adjust.
19035
13ca549a
AD
190362001-12-27 Akim Demaille <akim@epita.fr>
19037
19038 * src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SYMBOL.
19039
5092aba5
AD
190402001-12-27 Akim Demaille <akim@epita.fr>
19041
19042 * src/conflicts.c, src/conflicts.h (print_reductions): Move to...
19043 * src/print.c: here.
19044 (lookaheadset, shiftset): New, used as additional storage by
19045 print_reductions.
19046 (print_results): Adjust.
19047 (print_shifts, print_gotos, print_errs): New, extracted from...
19048 (print_actions): here.
19049 * src/print_graph.c (print_actions): Remove dead code.
19050
11e2beca
AD
190512001-12-27 Akim Demaille <akim@epita.fr>
19052
19053 * src/reader.c (copy_dollar, copy_at): Better checking of `n' in
19054 `$n' and `@n'.
19055
dac3c910
AD
190562001-12-27 Akim Demaille <akim@epita.fr>
19057
19058 * src/lalr.c (add_lookback_edge): Use state_t instead of ints.
19059 (build_relations): Adjust.
19060
d0b0fefa
AD
190612001-12-27 Akim Demaille <akim@epita.fr>
19062
19063 * src/lalr.c (set_goto_map): Remove a wrong but benign loop
19064 duplication.
19065
adc8c848
AD
190662001-12-27 Akim Demaille <akim@epita.fr>
19067
19068 * src/reader.c (packgram): Catch nitems overflows.
19069
14d293ac
AD
190702001-12-27 Akim Demaille <akim@epita.fr>
19071
19072 * src/files.c, src/files.h (guard_obstack): Remove.
19073 * src/output.c (output): Adjust.
19074 * src/reader.c (parse_braces): New, factoring...
19075 (copy_action, copy_guard): these two which are renamed as...
19076 (parse_action, parse_guard): these.
19077 As a voluntary consequence, using braces around guards is now
19078 mandatory.
19079
f499b062
AD
190802001-12-27 Akim Demaille <akim@epita.fr>
19081
19082 * src/gram.h (rule_t): `guard' and `guard_line' are new members.
19083 * src/reader.c (symbol_list): `guard' and `guard_line' are new
19084 members.
19085 (symbol_list_new): Adjust.
19086 (copy_action): action_line is the first line, not the last.
19087 (copy_guard): Just as for actions, store the `action' only, not
19088 the switch/case/break flesh.
19089 Don't parse the user action that might follow the guard, let...
19090 (readgram): do it, i.e., now, there can be an action after a
19091 guard.
19092 In other words the guard is just explicitly optional.
19093 (packgram): Adjust.
19094 * src/output.c (guards_output): New.
19095 (output_parser): Call it when needed.
19096 (output): Also free the guard and attrs obstacks.
19097 * src/files.c, src/files.h (obstack_save): Remove.
19098 (output_files): Remove.
19099 As a result, if one needs the former `.act' file, using an
19100 appropriate skeleton which requires actions and guards is now
19101 required.
19102 * src/main.c (main): Adjust.
19103 * tests/semantic.at: New.
19104 * tests/regression.at: Use `input.y' as input file name.
19105 Avoid 8+3 problems by requiring input.c when the test needs the
19106 parser.
19107
d945f5cd
AD
191082001-12-27 Akim Demaille <akim@epita.fr>
19109
19110 * src/reader.c (symbol_list_new): Be sure to initialize all the
19111 fields.
19112
d200e455
AD
191132001-12-27 Akim Demaille <akim@epita.fr>
19114
19115 All the hacks using a final pseudo state are now useless.
19116
19117 * src/LR0.c (set_state_table): state_table holds exactly nstates.
19118 * src/lalr.c (nLA): New.
19119 (initialize_LA, compute_lookaheads, initialize_lookaheads): Use it
19120 instead of lookaheadsp from the pseudo state (nstate + 1).
19121
f9507c28
AD
191222001-12-27 Akim Demaille <akim@epita.fr>
19123
19124 * src/output.c (action_row, token_actions): Use a state_t instead
19125 of a integer, and nlookaheads instead of the following state's
19126 lookaheadsp.
19127
065fbd27
AD
191282001-12-27 Akim Demaille <akim@epita.fr>
19129
19130 * src/conflicts.c (log_resolution, flush_shift)
19131 (resolve_sr_conflict, set_conflicts, solve_conflicts)
19132 (count_sr_conflicts, count_rr_conflicts, conflicts_output)
19133 (conflicts_print, print_reductions): Use a state_t instead of an
19134 integer when referring to a state.
19135 As much as possible, depend upon nlookaheads, instead of the
19136 `lookaheadsp' member of the following state (since lookaheads of
19137 successive states are successive, the difference between state n + 1
19138 and n served as the number of lookaheads for state n).
19139 * src/lalr.c (add_lookback_edge): Likewise.
19140 * src/print.c (print_core, print_actions, print_state)
19141 (print_results): Likewise.
19142 * src/print_graph.c (print_core, print_actions, print_state)
19143 (print_graph): Likewise.
19144 * src/conflicts.h: Adjust.
19145
1b177bd7
AD
191462001-12-27 Akim Demaille <akim@epita.fr>
19147
19148 * src/bison.hairy: Formatting/comment changes.
19149 ANSIfy.
19150 Remove `register' indications.
19151 Add plenty of `static'.
19152
7742ddeb
AD
191532001-12-27 Akim Demaille <akim@epita.fr>
19154
19155 * src/output.c (prepare): Drop the muscle `ntbase' which
19156 duplicates ntokens.
19157 * src/bison.simple: Formatting/comment changes.
19158 Use YYNTOKENS only, which is documented, but not YYNTBASE, which
19159 is an undocumented synonym.
19160
1fa14068
AD
191612001-12-22 Akim Demaille <akim@epita.fr>
19162
19163 * src/output.c (output_table_data): Change the prototype to use
19164 `int' for array ranges: some invocations do pass an int, not a
19165 short.
19166 Reported by Wayne Green.
19167
b9752825
AD
191682001-12-22 Akim Demaille <akim@epita.fr>
19169
19170 Some actions of web2c.y are improperly triggered.
19171 Reported by Mike Castle.
19172
19173 * src/lalr.c (traverse): s/F (i)[k] = F (j)[k]/F (j)[k] = F (i)[k]/.
19174 * tests/regression.at (Web2c): Rename as...
19175 (Web2c Report): this.
19176 (Web2c Actions): New.
19177
776209d6
AD
191782001-12-22 Akim Demaille <akim@epita.fr>
19179
19180 Reductions in web2c.y are improperly reported.
19181 Reported by Mike Castle.
19182
19183 * src/conflicts.c (print_reductions): Fix.
19184 * tests/regression.at (Web2c): New.
19185
275fc3ad
AD
191862001-12-18 Akim Demaille <akim@epita.fr>
19187
19188 Some host fail on `assert (!"foo")', which expands to
19189 ((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
19190 Reported by Nelson Beebee.
19191
19192 * src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
19193 `#define it_succeeded 0' and `assert (it_succeeded)'.
19194
897668ee
MA
191952001-12-17 Marc Autret <autret_m@epita.fr>
19196
19197 * src/bison.simple: Don't hard code the skeleton line and filename.
19198 * src/output.c (output_parser): Rename 'line' as 'output_line'.
19199 New line counter 'skeleton_line' (skeleton-line muscle).
19200
ab3399e0
PE
192012001-12-17 Paul Eggert <eggert@twinsun.com>
19202
19203 * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that
19204 YYDEBUG must be defined to a nonzero value.
19205
19206 * src/bison.simple (yytname): Do not assume that the user defines
19207 YYDEBUG to a properly parenthesized expression.
19208
3877f72b
AD
192092001-12-17 Akim Demaille <akim@epita.fr>
19210
19211 * src/state.h (state_t): Rename lookaheads as lookaheadsp.
19212 nlookaheads is a new member.
19213 Adjust all users.
19214 * src/lalr.h (nlookaheads): Remove this orphan declaration.
19215 * src/lalr.c (initialize_lookaheads): Set nlookaheads for each
19216 state.
776209d6 19217
331dbc1b
AD
192182001-12-17 Akim Demaille <akim@epita.fr>
19219
19220 * src/files.h, src/files.c (open_files, close_files): Remove.
19221 * src/main.c (main): Don't open/close files, nor invoke lex_free,
19222 let...
19223 * src/reader.c (reader): Do it.
776209d6 19224
be750e4c
AD
192252001-12-17 Akim Demaille <akim@epita.fr>
19226
19227 * src/conflicts.c (print_reductions): Formatting changes.
776209d6 19228
709ae8c6
AD
192292001-12-17 Akim Demaille <akim@epita.fr>
19230
19231 * src/conflicts.c (flush_shift): Also adjust lookaheadset.
19232 (flush_reduce): New.
19233 (resolve_sr_conflict): Adjust.
776209d6 19234
f87685c3
AD
192352001-12-17 Akim Demaille <akim@epita.fr>
19236
19237 * src/output.c (output_obstack): Be static and rename as...
19238 (format_obstack): this, to avoid any confusion with files.c's
19239 output_obstack.
19240 * src/reader.h (muscle_obstack): Move to...
19241 * src/output.h: here, since it's defined in output.c.
19242
837491d8
AD
192432001-12-17 Akim Demaille <akim@epita.fr>
19244
19245 * src/output.c (action_row, save_column, default_goto)
19246 (sort_actions, matching_state, pack_vector): Better variable
19247 locality.
19248
796d61fb
AD
192492001-12-17 Akim Demaille <akim@epita.fr>
19250
19251 * src/output.c: Various formatting changes.
776209d6 19252
64d15509
AD
192532001-12-17 Akim Demaille <akim@epita.fr>
19254
19255 * src/files.c (output_files): Free the output_obstack.
19256 * src/main.c (main): Call print and print_graph conditionally.
19257 * src/print.c (print): Work unconditionally.
19258 * src/print_graph.c (print_graph): Work unconditionally.
19259 * src/conflicts.c (log_resolution): Output only if verbose_flag.
19260
fbc8ecb7
MA
192612001-12-16 Marc Autret <autret_m@epita.fr>
19262
19263 * src/output.c (actions_output): Fix. When we use %no-lines,
19264 there is one less line per action.
19265
f0440388
MA
192662001-12-16 Marc Autret <autret_m@epita.fr>
19267
19268 * src/bison.simple: Remove a useless #line directive.
19269 s/#line %%line %%skeleton/#line %%line "%%parser-file-name"/'.
19270 * src/output.c (get_lines_number): New.
776209d6 19271 (output_parser): Adjust, now takes care about the lines of a
f0440388
MA
19272 output muscles.
19273 Fix line numbering.
19274 (actions_output): Computes the number of lines taken by actions.
19275 (output_master_parser): Insert new skeleton which is the name of
19276 the output parser file name.
19277
a79986b8
MA
192782001-12-15 Marc Autret <autret_m@epita.fr>
19279
19280 * src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
19281
4ec8e00f
MA
192822001-12-15 Marc Autret <autret_m@epita.fr>
19283
19284 * src/output.c (output_gram): Keep track of the hairy one.
19285
1a4648ff
AD
192862001-12-15 Akim Demaille <akim@epita.fr>
19287
19288 Make `make distcheck' work.
19289
19290 * lib/Makefile.am (INCLUDES): Add top_srcdir/intl, since hash uses
19291 system.h which uses libgettext.h.
19292
9c2c67e6
AD
192932001-12-15 Akim Demaille <akim@epita.fr>
19294
19295 * src/nullable.c (set_nullable): Useless rules must be skipped,
19296 otherwise, since we range over their symbols, we might look at a
19297 nonterminal which no longer ``exists'', i.e., it is not counted in
19298 `nvars', hence we overflow our arrays.
19299
93ede233
AD
193002001-12-15 Akim Demaille <akim@epita.fr>
19301
19302 The header can also be produced directly, without any obstack!
19303 Yahoo!
19304
19305 * src/files.c, src/files.h (defines_obstack): Remove.
19306 (compute_header_macro): Global.
19307 (defines_obstack_save): Remove.
19308 * src/reader.c (parse_union_decl): No longer output to
19309 defines_obstack: its content can be found in the `stype' muscle
19310 anyway.
19311 (output_token_translations): Merge into...
19312 (symbols_output): this.
19313 Rename as...
19314 (symbols_save): this.
19315 (reader): Adjust.
19316 * src/output.c (header_output): New.
19317 (output): Call it.
19318
2666f928
AD
193192001-12-15 Akim Demaille <akim@epita.fr>
19320
19321 * src/reader.c (parse_union_decl): Instead of handling two obstack
19322 simultaneously, use one to define the `stype' muscle, and use the
19323 value of the latter to fill defines_obstack.
19324 (copy_comment): Remove.
19325 (copy_comment2): Work for a single obstack.
19326 Rename as...
19327 (copy_comment): this.
19328
428046f8
AD
193292001-12-15 Akim Demaille <akim@epita.fr>
19330
19331 * src/lex.c, src/lex.h (xgetc): No longer static.
19332 * src/reader.c (parse_union_decl): Revamp.
19333
ea52d706
AD
193342001-12-15 Akim Demaille <akim@epita.fr>
19335
19336 Still making progress in separating Bison into (i) input, (ii)
19337 process, (iii) output: now we can directly output the parser file
19338 without using table_obstack at all.
19339
19340 * src/files.c, src/files.h (table_obstack): Bye bye.
19341 (parser_file_name): New.
19342 * src/files.c (compute_output_file_names): Compute it.
19343 * src/output.c (actions_output, output_parser)
19344 (output_master_parser): To a file instead of an obstack.
19345
3f96f4dc
AD
193462001-12-15 Akim Demaille <akim@epita.fr>
19347
19348 Attach actions to rules, instead of pre-outputting them to
19349 actions_obstack.
19350
19351 * src/gram.h (rule_t): action and action_line are new members.
19352 * src/reader.c (symbol_list): Likewise.
19353 (copy_action): Save the actions within the rule.
19354 (packgram): Save them in rule_table.
19355 * src/output.c (actions_output): New.
19356 (output_parser): Use it on `%%actions'.
19357 (output_rule_data): Don't free rule_table.
19358 (output): Do it.
19359 (prepare): Don't save the `action' muscle.
19360 * src/bison.simple: s/%%action/%%actions/.
19361
51576fb3
AD
193622001-12-15 Akim Demaille <akim@epita.fr>
19363
19364 * src/reader.c (copy_action): When --yacc, don't append a `;'
19365 to the user action: let it fail if lacking.
dee049eb 19366 Suggested by Arnold Robbins and Tom Tromey.
51576fb3 19367
2648a72d
AD
193682001-12-14 Akim Demaille <akim@epita.fr>
19369
19370 * src/lex.c (literalchar): Simply return the char you decoded, non
19371 longer mess around with obstacks and int pointers.
19372 Adjust all callers.
19373
92790e5b
AD
193742001-12-14 Akim Demaille <akim@epita.fr>
19375
19376 * src/lex.c (literalchar): Don't escape the special characters,
19377 just decode them, and keep them as char (before, eol was output as
19378 the 2 char string `\n' etc.).
19379 * src/output.c (output_rule_data): Use quotearg to output the
19380 token strings.
19381
927c1557
PE
193822001-12-13 Paul Eggert <eggert@twinsun.com>
19383
19384 * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
19385 Do not infringe on the global user namespace when using C++.
19386 (YYFPRINTF, YYSTDERR): New macros, needed for the above.
19387 All uses of `fprintf' and `stderr' changed.
19388
19389 * doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
19390
ed8e1f68
AD
193912001-12-13 Akim Demaille <akim@epita.fr>
19392
19393 The computation of nullable is broken: it doesn't handle empty
19394 RHS's properly.
19395
19396 * tests/torture.at (GNU AWK Grammar): New.
19397 * tests/sets.at (Nullable): New.
19398 * src/nullable.c (set_nullable): Instead of blindly looping over
19399 `ritems', loop over the rules, and then over their rhs's.
19400
19401 Work around Autotest bugs.
19402
19403 * src/warshall.c (bitmatrix_print): Don't use `+--+' as table
19404 frame, because Autotest understand lines starting with a `+' as
19405 traces from the shell. Then, they are not processed properly.
19406 Admittedly an Autotest bug, but we don't have time to wait for
19407 Autotest to catch up.
19408 * tests/regression.at (Broken Closure): Adjust to the new table
19409 frames.
19410 Move to...
19411 * tests/sets.at: here.
19412
cb581495
AD
194132001-12-13 Akim Demaille <akim@epita.fr>
19414
19415 * src/closure.c (closure): Use nrules instead of playing tricks
19416 with BITS_PER_WORD.
19417
2e729273
AD
194182001-12-13 Akim Demaille <akim@epita.fr>
19419
19420 * src/print.c (print_actions): Output the handling of `$' as the
19421 traces do: shifting the token EOF. Before EOF was treated as a
19422 nonterminal.
19423 * tests/regression.at: Adjust some tests.
19424 * src/print_graph.c (print_core): Complete the set of items via
19425 closure. The next-to-final and final states are still unsatisfying,
19426 but that's to be addressed elsewhere.
19427 No longer output the rule numbers, but do output the state number.
19428 A single loop for the shifts + gotos is enough, but picked a
19429 distinct color for each.
19430 (print_graph): Initialize and finalize closure.
19431
107f7dfb
AD
194322001-12-13 Akim Demaille <akim@epita.fr>
19433
19434 * src/reader.c (readgram): Remove dead code, an strip useless
19435 braces.
19436 (get_type): Remove, unused.
19437
9b53a24f
AD
194382001-12-12 Akim Demaille <akim@epita.fr>
19439
19440 * src/complain.h, src/complain.c: Remove error_one_per_line, rely
19441 on that of lib/error.c.
19442
dbfb6dcd
AD
194432001-12-12 Akim Demaille <akim@epita.fr>
19444
19445 Some hosts don't like `/' in includes.
19446
19447 * src/system.h: Include libgettext.h without qualifying the path.
19448 * src/Makefile.am (INCLUDES): Add $(top_srcdir)/intl, remove
19449 $(top_srcdir).
19450
c25fb648
MA
194512001-12-11 Marc Autret <autret_m@epita.fr>
19452
19453 * src/output.c (output_parser): Remove useless muscle.
19454
710ddc4f
MA
194552001-12-11 Marc Autret <autret_m@epita.fr>
19456
19457 * src/bison.simple: Remove #line just before %%epilogue. It
19458 is now handled in ...
19459 * src/reader.c (read_additionnal_code): Add the output of a
19460 #line for the epilogue.
19461
e83d80b8
MA
194622001-12-10 Marc Autret <autret_m@epita.fr>
19463
927c1557 19464 * src/reader.c (copy_definition): Re-use CPP-outed code which
e83d80b8
MA
19465 replace precedent remove.
19466 * src/bison.simple: Remove #line before %%prologue because
19467 %%input-line is wrong at this time.
19468
971d5158
MA
194692001-12-10 Marc Autret <autret_m@epita.fr>
19470
19471 * src/reader.c (symbols_output): Clean up.
927c1557 19472 * src/output.c (output_gram, output): Clean up.
971d5158 19473
5edafffd
AD
194742001-12-10 Akim Demaille <akim@epita.fr>
19475
19476 * src/lalr.c (initialize_lookaheads): New. Extracted from...
19477 * src/LR0.c (set_state_table): here.
19478 * src/lalr.c (lalr): Call it.
19479
0279f8e9
AD
194802001-12-10 Akim Demaille <akim@epita.fr>
19481
19482 * src/state.h (shifts): Remove the `number' member: shifts are
19483 attached to state, hence no longer need to be labelled with a
19484 state number.
19485
190c4f5f
AD
194862001-12-10 Akim Demaille <akim@epita.fr>
19487
19488 Now that states have a complete set of members, the linked list of
19489 shifts is useless: just fill directly the state's shifts member.
19490
19491 * src/state.h (shifts): Remove the `next' member.
19492 * src/LR0.c (first_state, last_state): Remove.
19493 Adjust the callers.
19494 (augment_automaton): Don't look for the shifts that must be added
19495 a shift on EOF: it is those of the state we looked for! But now,
19496 since shifts are attached, it is no longer needed to looking
19497 merely by its id: its number.
19498
2a73b93d
AD
194992001-12-10 Akim Demaille <akim@epita.fr>
19500
19501 * src/LR0.c (augment_automaton): Better variable locality.
19502 Remove an impossible branch: if there is a state corresponding to
19503 the start symbol being shifted, then there is shift for the start
19504 symbol from the initial state.
19505
74392f6a
AD
195062001-12-10 Akim Demaille <akim@epita.fr>
19507
19508 * src/LR0.c (augment_automaton): Call `insert_eof_shifting_state'
19509 only when appropriate: when insert_start_shifting_state' is not
19510 invoked.
19511 * tests/regression.at (Rule Line Numbers): Adjust.
19512
37c82725
AD
195132001-12-10 Akim Demaille <akim@epita.fr>
19514
19515 * src/LR0.c (augment_automaton): Now that all states have shifts,
19516 merge the two cases addition shifts to the initial state.
19517
6a164e0c
AD
195182001-12-10 Akim Demaille <akim@epita.fr>
19519
19520 * src/lalr.c (set_state_table): Move to...
19521 * src/LR0.c: here.
19522 * src/lalr.c (lalr): Don't call it...
19523 * src/LR0.c (generate_states): do it.
19524 * src/LR0.h (first_state): Remove, only the table is used.
19525
7215de24
AD
195262001-12-10 Akim Demaille <akim@epita.fr>
19527
19528 * src/LR0.h (first_shift, first_reduction): Remove.
19529 * src/lalr.c: Don't use first_shift: find shifts through the
19530 states.
19531
80e25d4d
AD
195322001-12-10 Akim Demaille <akim@epita.fr>
19533
19534 * src/LR0.c: Attach shifts to states as soon as they are
19535 computed.
19536 * src/lalr.c (set_state_table): Instead of assigning shifts to
19537 state, just assert that the mapping was properly done.
19538
0ab3728b
AD
195392001-12-10 Akim Demaille <akim@epita.fr>
19540
19541 * src/LR0.c (insert_start_shift): Rename as...
19542 (insert_start_shifting_state): this.
19543 (insert_eof_shifting_state, insert_accepting_state): New.
19544 (augment_automaton): Adjust.
19545 Better locality of the variables.
19546 When looking if the start_symbol is shifted from the initial
19547 state, using `while (... symbol != start_symbol ...)' sounds
19548 better than `while (... symbol < start_symbol ...)': If fail
19549 to see how the order between symbols could be relevant!
19550
78af9bbc
AD
195512001-12-10 Akim Demaille <akim@epita.fr>
19552
19553 * src/getargs.h: Don't declare `spec_name_prefix' and
19554 `spec_file_prefix', declared by src/files.h.
19555 * src/files.c, src/files.h: Default for spec_name_prefix is "yy".
19556 * src/muscle_tab.c (muscle_init): Default prefix to NULL.
19557 * src/output.c (prepare): Adjust.
19558 * src/reader.c (symbols_output): Likewise.
19559 * src/vmsgetargs.c: Vaguely adjust, but who cares?
19560
bdef2a41
AD
195612001-12-10 Akim Demaille <akim@epita.fr>
19562
19563 * src/muscle_tab.c (muscle_init): NULL is a better default than
19564 `"0"'.
19565
3735969c
AD
195662001-12-10 Akim Demaille <akim@epita.fr>
19567
19568 * src/reader.c (reader): Calling symbols_output once is enough.
19569
49701457
AD
195702001-12-10 Akim Demaille <akim@epita.fr>
19571
19572 Now that states have a complete set of members, the linked list of
19573 reductions is useless: just fill directly the state's reductions
19574 member.
19575
19576 * src/state.h (struct reductions): Remove member `number' and
19577 `next'.
19578 * src/LR0.c (first_reduction, last_reduction): Remove.
19579 (save_reductions): Don't link the new reductions, store them in
19580 this_state.
19581 * src/lalr.c (set_state_table): No need to attach reductions to
19582 states, it's already done.
19583 * src/output.c (output_actions): No longer free the shifts, then
19584 the reductions, then the states: free all the states and their
19585 members.
19586
0edad749
AD
195872001-12-10 Akim Demaille <akim@epita.fr>
19588
19589 * src/options.c (OPTN, DRTV, BOTH): New.
19590 (option_table): Use them.
19591
0edad749
AD
19592 * src/muscle_tab.c: Don't include xalloc.h and string.h: that's
19593 the job of system.h.
19594 * src/options.c: Don't include stdio.h and xalloc.h for the same
19595 reasons.
19596
5449dd0f
AD
195972001-12-10 Akim Demaille <akim@epita.fr>
19598
19599 * src/output.c (output, prepare): Make sure the values of the
19600 muscles `action' and `prologue' are 0-terminated.
19601
a870c567
AD
196022001-12-10 Akim Demaille <akim@epita.fr>
19603
19604 Clean up GCC warnings.
19605
19606 * src/reader.c (copy_action): `buf' is not used.
19607 (parse_skel_decl): Be static.
19608 * src/muscle_tab.c (mhash1, mhash2, muscle_insert): Preserve `const'.
19609 * src/options.h (create_long_option_table): Have a real prototype.
19610 * lib/hash.c, lib/hash.h (hash_insert, hash_insert_at, hash_delete)
19611 (hash_delete_at): Return const void *.
19612 Adjust casts to preserve the const.
19613
80df8768
AD
196142001-12-10 Akim Demaille <akim@epita.fr>
19615
19616 * configure.in: Require 2.52g.
19617 M4 is not needed, but AUTOM4TE is.
19618 * m4/m4.m4: Remove.
19619 * tests/Makefile.am: Adjust.
19620
f693ad14
AD
196212001-12-10 Akim Demaille <akim@epita.fr>
19622
19623 One structure for states is enough, even though theoretically
19624 there are LR(0) states and LALR(1) states.
19625
19626 * src/lalr.h (state_t): Remove.
19627 (state_table): Be state_t **, not state_t *.
19628 * src/state.h (core, CORE_ALLOC): Rename as...
19629 (state_t, STATE_ALLOC): this.
19630 Add the LALR(1) members: shifts, reductions, errs.
19631 * src/LR0.c (state_table): Rename as...
19632 (state_hash): this, to avoid name clashes with the global
19633 `state_table'.
19634 * src/print_graph.c, src/LR0.c, src/LR0.h, src/conflicts.c
19635 * src/lalr.c, src/lalr.h, src/output.c, src/print.c: Adjust.
19636
74ffbcb6
AD
196372001-12-10 Akim Demaille <akim@epita.fr>
19638
19639 Bison dumps core on bash.y.
19640 Reported by Pascal Bart.
19641
19642 * src/warshall.c (bitmatrix_print): New.
19643 (TC): Use it.
ba0fe3c7 19644 When performing a transitive closure R(i, j) && R(j, k) => R(i, k),
74ffbcb6
AD
19645 j must be the outer loop.
19646 * tests/regression.at (Broken Closure): New.
19647
07708e19
AD
196482001-12-05 Akim Demaille <akim@epita.fr>
19649
19650 * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
19651 its argument.
ba1ecc07 19652 Reported by Peter Hamorsky.
07708e19 19653
92b16366
AD
196542001-12-05 Akim Demaille <akim@epita.fr>
19655
19656 * src/conflicts.c (err_table): Remove.
19657 (resolve_sr_conflict): Adjust.
19658 * src/lalr.h (state_t.reduction_table, state_t.shift_table):
19659 Rename as...
19660 (state_t.reductions, state_t.shifts): this.
19661
076ab033
AD
196622001-12-05 Akim Demaille <akim@epita.fr>
19663
19664 * src/reduce.c (reduce_grammar_tables): No longer disable the
19665 removal of useless rules via CPP but via `if (0)', so that the
19666 compiler still check the code is valid.
19667 For instance, it should have noticed `rline' no longer exists: use
19668 the `line' member of rule_t.
19669 * src/gram.c (dummy, rline): Remove, unused.
19670
3843c413
AD
196712001-12-05 Akim Demaille <akim@epita.fr>
19672
19673 * src/output.c (pack_vector): Use assert, not berror.
19674 * src/main.c (berror): Remove, unused.
19675
43168960
AD
196762001-12-05 Akim Demaille <akim@epita.fr>
19677
19678 New experimental feature: if --verbose --trace output all the
19679 items of a state, not only its kernel.
19680
19681 * src/print.c (print_core): If `trace_flag', then invoke closure
19682 before outputting the items of the state (print_core is no longer
19683 a correct name them).
19684 (print_results): Invoke new_closure/free_closure if needed.
19685
b2872512
AD
196862001-12-05 Akim Demaille <akim@epita.fr>
19687
19688 * src/LR0.c (new_itemsets): Use nshifts only, not shiftcount.
19689 * src/closure.c, src/closure.h (itemsetsize): Rename as...
19690 (nitemset): for consistency with the rest of the project.
19691
23cbcc6c
AD
196922001-12-05 Akim Demaille <akim@epita.fr>
19693
19694 * src/closure.c (print_closure): Improve.
19695 (closure): Use it for printing input and output.
19696
03ec521c
AD
196972001-12-05 Akim Demaille <akim@epita.fr>
19698
19699 * src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are
19700 indexed by nonterminals.
19701
3a7456dd
AD
197022001-12-05 Akim Demaille <akim@epita.fr>
19703
19704 * src/warshall.c (TC, RTC): De-obsfucate (source reduced to 22% of
19705 what it was!).
19706 * src/warshall.h: Remove accidental duplication of the content.
19707
1cbcf2e7
AD
197082001-12-05 Akim Demaille <akim@epita.fr>
19709
19710 * src/closure.c (set_fderives): De-obfuscate.
19711
84182270
AD
197122001-12-05 Akim Demaille <akim@epita.fr>
19713
19714 * src/closure.c (print_firsts, print_fderives): De-obfuscate.
19715
3f6f053c
AD
197162001-12-05 Akim Demaille <akim@epita.fr>
19717
19718 * src/closure.c (set_firsts): De-obfuscate.
19719
7a5350ba
AD
197202001-12-05 Akim Demaille <akim@epita.fr>
19721
19722 * src/output.c (action_row): De-obfuscate
19723 using the good o' techniques: arrays not pointers, variable
19724 locality, BITISSET, RESETBIT etc.
19725
d954473d
AD
197262001-12-05 Akim Demaille <akim@epita.fr>
19727
19728 Pessimize the code to simplify it: from now on, all the states
19729 have a valid SHIFTS, which NSHIFTS is possibly 0.
19730
19731 * src/LR0.c (shifts_new): Be global and move to..
19732 * src/state.c, src/state.h: here.
19733 * src/conflicts, src/lalr.c, src/output.c, src/print.c,
19734 * src/print_graph: Adjust.
19735
9839bbe5
AD
197362001-12-05 Akim Demaille <akim@epita.fr>
19737
19738 * src/state.h (SHIFT_DISABLE, SHIFT_IS_DISABLED): New.
19739 * src/conflicts.c: Use it.
19740 Restore a few missing `if (!SHIFT_IS_DISABLED)' which were
19741 incorrectly ``simplified''.
19742
9f136c07
AD
197432001-12-05 Akim Demaille <akim@epita.fr>
19744
19745 * src/conflicts.c (flush_shift, resolve_sr_conflict): De-obfuscate
19746 using the good o' techniques: arrays not pointers, variable
19747 locality, BITISSET, RESETBIT etc.
19748
b608206e
AD
197492001-12-05 Akim Demaille <akim@epita.fr>
19750
19751 * src/state.h (SHIFT_SYMBOL): New.
19752 * src/conflicts.c: Use it to deobfuscate.
19753
52afa962
AD
197542001-12-05 Akim Demaille <akim@epita.fr>
19755
19756 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts)
19757 (print_reductions): De-obfuscate using the good o' techniques:
19758 arrays not pointers, variable locality, BITISSET.
19759
e74dc321
AD
197602001-12-05 Akim Demaille <akim@epita.fr>
19761
19762 * src/conflicts.c (print_reductions): Arrays, not pointers.
19763 Use BITISSET.
19764
768fca83
AD
197652001-12-05 Akim Demaille <akim@epita.fr>
19766
19767 * src/conflicts.c (print_reductions): Pessimize, but clarify.
19768
a17e599f
AD
197692001-12-05 Akim Demaille <akim@epita.fr>
19770
19771 * src/conflicts.c (print_reductions): Improve variable locality.
19772
a04bc341
AD
197732001-12-05 Akim Demaille <akim@epita.fr>
19774
19775 * src/conflicts.c (print_reductions): Pessimize, but clarify.
19776
c8ea038e
AD
197772001-12-05 Akim Demaille <akim@epita.fr>
19778
19779 * src/conflicts.c (print_reductions): Improve variable locality.
19780
aa2aab3c
AD
197812001-12-05 Akim Demaille <akim@epita.fr>
19782
19783 * src/state.h (SHIFT_IS_ERROR, SHIFT_IS_GOTO, SHIFT_IS_SHIFT): New.
19784 * src/lalr.c: Use them.
19785
b178c8cc
AD
197862001-12-05 Akim Demaille <akim@epita.fr>
19787
19788 * src/LR0.c (augment_automaton): Formatting changes.
19789 Better variable locality.
19790
f67d13aa
AD
197912001-12-05 Akim Demaille <akim@epita.fr>
19792
19793 * src/lalr.c (matrix_print): New.
19794 (transpose): Use it.
19795 Use arrays instead of pointers.
19796
c2713865
AD
197972001-12-05 Akim Demaille <akim@epita.fr>
19798
19799 * src/lalr.c (maxrhs): Move to...
19800 * src/gram.c, src/gram.h (ritem_longest_rhs): here.
19801 * src/lalr.c (build_relations): Adjust.
19802
9887c18a
AD
198032001-12-05 Akim Demaille <akim@epita.fr>
19804
19805 * src/lalr.c (transpose): Free the memory allocated to the
19806 argument, as it is replaced by the results by the unique caller.
19807 (build_relations): Merely invoke transpose: it handles the memory
19808 deallocation.
19809 Improve variable locality.
19810 Avoid variables used as mere abbreviations.
19811 (compute_lookaheads): Use arrays instead of pointers.
19812
4d4f699c
AD
198132001-12-05 Akim Demaille <akim@epita.fr>
19814
19815 * src/lalr.c (initialize_F): Improve variable locality.
19816 Avoid variables used as mere abbreviations.
19817
80a69750
AD
198182001-12-05 Akim Demaille <akim@epita.fr>
19819
19820 * src/derives.c (print_derives): Display the ruleno.
19821 * src/lalr.c (initialize_F, transpose): Better variable locality
19822 to improve readability.
19823 Avoid variables used as mere abbreviations.
19824
fe961097
AD
198252001-12-05 Akim Demaille <akim@epita.fr>
19826
19827 * src/lalr.c (traverse): Use arrays instead of pointers.
19828
e3e4e814
AD
198292001-12-05 Akim Demaille <akim@epita.fr>
19830
19831 * src/nullable.c (set_nullable): Use a for loop to de-obfuscate
19832 the handling of squeue.
19833 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
19834
630e182b
AD
198352001-12-05 Akim Demaille <akim@epita.fr>
19836
19837 Because useless nonterminals are now kept alive (instead of being
19838 `destroyed'), we now sometimes examine them, and store information
19839 related to them. Hence we need to know their number, and adjust
19840 memory allocations.
19841
19842 * src/reduce.c, src/reduce.h (nuseless_nonterminals): No longer
19843 static.
19844 * src/LR0.c (allocate_itemsets): The memory allocated to
19845 `symbol_count' was used for two different purpose: once to count
19846 the number of occurrences of each symbol, and later reassigned to
19847 `shift_symbol', containing the symbol that can be shifted from a
19848 given state.
19849 Deobfuscate, i.e., allocate, use and free `symbol_count' here
19850 only, and...
19851 (new_itemsets): Allocate `shift_symbol' here.
19852 (allocate_itemsets): symbol_count includes useless nonterminals.
19853 Make room for them.
19854 (free_storage): Use `free', not `XFREE', for pointers that cannot
19855 be null.
19856
81b51460
AD
198572001-12-05 Akim Demaille <akim@epita.fr>
19858
19859 * src/nullable.c (set_nullable): Deobfuscate the handling of
19860 ritem.
19861 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
19862
3067fbef
AD
198632001-12-05 Akim Demaille <akim@epita.fr>
19864
19865 * src/gram.c, src/gram.h (ritem_print): New.
19866 * src/gram.c (dummy): Remove, now there is actual code in gram.c.
19867 (This useless function was defined only to work around VMS linkers
19868 that can't handle compilation units with variables only).
19869 * src/reduce.c (dump_grammar): Use it to trace the construction of
19870 ritem.
19871
c2bea5f9
PE
198722001-12-04 Paul Eggert <eggert@twinsun.com>
19873
7d27c823
PE
19874 * src/bison.simple (union yyalloc): Change member names
19875 to be the same as the stack names.
19876 (yyparse): yyptr is now union yyalloc *, not char *.
19877 (YYSTACK_RELOCATE): Likewise. This avoids a GCC warning,
19878 and may generate better code on some machines.
c2bea5f9
PE
19879 (yystpcpy): Use prototype if __STDC__ is defined, not just
19880 if __cplusplus is defined.
35687a9d 19881
2c8a9dfa
AD
198822001-11-30 Akim Demaille <akim@epita.fr>
19883
19884 * configure.in (WARNING_CFLAGS): Add -Werror when possible.
19885 (CFLAGS): Do not include the WARNING_CFLAGS here, since GNU
19886 Gettext doesn't compile cleanly, and dies with -Werror.
19887 * src/Makefile.am, lib/Makefile.am, tests/atlocal.in (CFLAGS):
19888 Include WARNING_CFLAGS here.
19889 * lib/xstrdup.c: Include xalloc.h, so that xstrdup be declared
19890 before being defined.
19891
f4e421e6
AD
198922001-11-27 Paul Eggert <eggert@twinsun.com>
19893
19894 * lib/quotearg.h (quotearg_n, quotearg_n_style):
19895 First arg is int, not unsigned.
19896 * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
19897 (SIZE_MAX, UINT_MAX): New macros.
19898 (quotearg_n_options): Abort if N is negative.
19899 Avoid overflow check on hosts where size_t is 64 bits and int
19900 is 32 bits, as overflow is impossible there.
19901 Fix off-by-one typo that caused unnecessary reallocation.
19902
7093d0f5
AD
199032001-11-29 Paul Eggert <eggert@twinsun.com>
19904
19905 Name space cleanup in generated parser.
19906
19907 * doc/bison.texinfo (Bison Parser): Discuss system headers
19908 and their effect on the user name space.
19909
19910 * src/bison.simple:
19911 (YYSTACK_ALLOC, YYSTACK_FREE, union yyalloc, YYSTACK_GAP_MAX,
19912 YYSTACK_BYTES, YYSTACK_RELOCATE): Do not define unless necessary,
19913 i.e. unless ! defined (yyoverflow) || defined (YYERROR_VERBOSE).
19914
19915 (YYSIZE_T): New macro. Use it instead of size_t, to avoid infringing
19916 on user names when possible.
19917
19918 (YYSTACK_USE_ALLOCA): Do not define; just use any existing defn.
19919 Simplify test for whather <alloca.h> exists.
19920
19921 (<stdlib.h>): Include if we will use malloc, and if standard C or C++.
19922
19923 (<stdio.h>): Include if YYDEBUG.
19924
19925 (yymemcpy): Renamed from __yy_memcpy. Do not define unless
19926 ! defined (yyoverflow) && ! defined (yymemcpy).
19927
19928 (yymemcpy, yyparse): Rename local variables as needed so that
19929 they all begin with 'yy'.
19930
19931 (yystrlen, yystpcpy): New functions.
19932
19933 (YY_DECL_NON_LSP_VARIABLES): Renamed from _YY_DECL_VARIABLES.
19934 All uses changed.
19935
19936 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy
19937 instead of relying on string.h functions. Use YYSTACK_ALLOC
19938 and YYSTACK_FREE instead of malloc and free.
19939
fd51e5ff
AD
199402001-11-30 Akim Demaille <akim@epita.fr>
19941
19942 * src/bison.simple (YYSTYPE, YYLTYPE): Move their definitions
19943 before their first uses.
19944 (YYBISON, YYPURE): Move to the top of the output.
19945
7d13ff5f
AD
199462001-11-30 Akim Demaille <akim@epita.fr>
19947
19948 * tests/reduce.at (Useless Nonterminals): Fix.
19949
892a3995
AD
199502001-11-30 Akim Demaille <akim@epita.fr>
19951
19952 * src/bison.simple (YYSTACK_FREE): Use `do {;} while (0)' as empty
19953 if body instead of `;' to pacify GCC's warnings.
19954
68f1e3ed
AD
199552001-11-30 Akim Demaille <akim@epita.fr>
19956
19957 Instead of mapping the LHS of unused rules to -1, keep the LHS
19958 valid, but flag the rules as invalid.
19959
19960 * src/gram.h (rule_t): `useful' is a new member.
19961 * src/print.c (print_grammar): Adjust.
19962 * src/derives.c (set_derives): Likewise.
19963 * src/reader.c (packgram, reduce_output): Likewise.
19964 * src/reduce.c (reduce_grammar_tables): Likewise.
19965 * tests/reduce.at (Underivable Rules, Useless Rules): New.
19966
d2d1b42b
AD
199672001-11-30 Akim Demaille <akim@epita.fr>
19968
19969 * src/reduce.c (reduce_output): Formatting changes.
19970 * src/print.c (print_results, print_grammar): Likewise.
19971 * tests/regression.at (Rule Line Numbers)
19972 (Solved SR Conflicts, Unresolved SR Conflicts): Adjust.
19973
760b53a8
AD
199742001-11-30 Akim Demaille <akim@epita.fr>
19975
19976 * src/reduce.c (nonterminals_reduce): Instead of throwing away
19977 useless nonterminals, move them at the end of the symbol arrays.
19978 (reduce_output): Adjust.
19979 * tests/reduce.at (Useless Nonterminals): Adjust.
19980
00238958
AD
199812001-11-30 Akim Demaille <akim@epita.fr>
19982
19983 * src/reduce.c: Various comment/formatting changes.
19984 (nonterminals_reduce): New, extracted from...
19985 (reduce_grammar_tables): here.
19986 (reduce_grammar): Call nonterminals_reduce.
19987
396452de
PE
199882001-11-29 Paul Eggert <eggert@twinsun.com>
19989
19990 * src/bison.simple (YYSTACK_REALLOC): Remove.
19991 (YYSTACK_ALLOC): Resurrect this macro, with its old meaning.
19992 (YYSTACK_FREE, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYSTACK_RELOCATE):
19993 New macros.
19994 (union yyalloc): New type.
19995 (__yy_memcpy): Last arg is size_t, not unsigned int, to remove
19996 an arbitrary restriction on hosts where size_t is wider than int.
19997
19998 (yyparse): Don't dump core if alloca or malloc fails; instead, report
19999 a parser stack overflow. Allocate just one block of memory for all
20000 three stacks, instead of allocating three blocks; this typically is
20001 faster and reduces fragmentation.
20002
20003 Do not limit the number of items in the stack to a value that fits
20004 in 'int', as this is an arbitrary limit on hosts with 64-bit
20005 size_t and 32-bit int.
20006
147e184c
MA
200072001-11-29 Marc Autret <autret_m@epita.fr>
20008
20009 * tests/calc.at [AT_DATA_CALC_Y]: Use %error-verbose instead
20010 of defining YYERROR_VERBOSE.
20011 [AT_DATA]: $4 is now out of C declarations in the prologue.
20012
426cf563
MA
200132001-11-28 Marc Autret <autret_m@epita.fr>
20014
20015 * src/reader.c (parse_dquoted_param): New.
20016 (parse_skel_decl): Use it.
20017 * src/lex.h: Add its prototype.
20018 * src/lex.c (literalchar): Become not static.
20019
c7925b99
MA
200202001-11-28 Marc Autret <autret_m@epita.fr>
20021
20022 * src/output.h: And put its extern declaration here.
20023 * src/output.c (error_verbose): Define here.
20024 (prepare): Echo name modification.
20025 * src/getargs.h: Clean its extern declaration.
20026 * src/getargs.c (error_verbose_flag): Remove.
20027 (getargs): Remove case 'e'.
20028 * src/options.c (option_table): 'error-verbose' is now seen as simple
20029 percent option.
20030 Include output.h.
20031
20032 * src/reader.c (read_declarations): Remove case tok_include.
20033 (parse_include_decl): Remove.
20034 * src/lex.h (token_t): Remove tok_include.
20035 * src/options.c (option_table): 'include' is now a simple command line
20036 option.
20037
5b5d1929
MA
200382001-11-28 Marc Autret <autret_m@epita.fr>
20039
20040 * src/bison.simple: Adjust muscle names.
20041 * src/muscle_tab.c (muscle_init): Also rename the muscles.
20042 * src/output.c (prepare): s/_/-/ for the muscles names.
20043 (output_parser): When scanning for a muscle, allow '-' instead of '_'.
20044
8850be4b
MA
200452001-11-28 Marc Autret <autret_m@epita.fr>
20046
20047 * src/bison.simple: Fix debug.
20048 [YYERROR_VERBOSE]: Re-integrate as an internal macro.
20049
4a38e613
AD
200502001-11-28 Akim Demaille <akim@epita.fr>
20051
20052 * src/LR0.c (shifts_new): New.
20053 (save_shifts, insert_start_shift, augment_automaton): Use it.
20054
4b35e1c1
AD
200552001-11-28 Akim Demaille <akim@epita.fr>
20056
20057 * src/closure.c (closure): `b' and `ruleno' denote the same value:
20058 keep ruleno only.
20059
d2b04478
AD
200602001-11-28 Akim Demaille <akim@epita.fr>
20061
20062 * src/closure.c (closure): Instead of looping over word in array
20063 then bits in words, loop over bits in array.
20064
2c4c30aa
AD
200652001-11-28 Akim Demaille <akim@epita.fr>
20066
20067 * src/closure.c (closure): No longer optimize the special case
20068 where all the bits of `ruleset[r]' are set to 0, to make the code
20069 clearer.
20070
576890b7
AD
200712001-11-28 Akim Demaille <akim@epita.fr>
20072
20073 * src/closure.c (closure): `r' and `c' are new variables, used to
20074 de-obfuscate accesses to RULESET and CORE.
20075
cb487d7d
AD
200762001-11-28 Akim Demaille <akim@epita.fr>
20077
20078 * src/reduce.c (reduce_print): Use ngettext.
20079 (dump_grammar): Improve the trace accuracy.
20080
6013d43f
AD
200812001-11-28 Akim Demaille <akim@epita.fr>
20082
20083 * src/reduce.c (dump_grammar): Don't translate trace messages.
20084
cb4956ee
AD
200852001-11-28 Akim Demaille <akim@epita.fr>
20086
20087 * tests/reduce.at (Useless Terminals, Useless Nonterminals): New.
20088 * src/reduce.c (reduce_grammar_tables): Do not free useless tags,
20089 as all tags are free'ed afterwards.
20090 From Enrico Scholz.
20091
648185ab
PE
200922001-11-27 Paul Eggert <eggert@twinsun.com>
20093
20094 * src/bison.simple (YYSTACK_REALLOC): Fix typo that caused us to
20095 use alloca when we didn't want to, and vice versa.
20096
68254a03
MA
200972001-11-27 Marc Autret <autret_m@epita.fr>
20098
9113b58f
AD
20099 * src/muscle_tab.c (muscle_init): Remove 'verbose' muscle
20100 initialization.
68254a03
MA
20101 * src/output.c (prepare): Remove its update.
20102
04d843a2
MA
201032001-11-27 Marc Autret <autret_m@epita.fr>
20104
20105 * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
20106 Use %error-verbose.
20107
d2079671 201082001-11-27 Marc Autret <autret_m@epita.fr>
eeeb962b
MA
20109
20110 * src/bison.simple: Remove YYERROR_VERBOSE using.
20111 Use %%error_verbose.
20112 (yyparse): Likewise.
20113 * src/output.c (prepare): Give its final value.
20114 * src/muscle_tab.c (muscle_init): Init new muscle 'error_verbose'.
20115 * src/getargs.h: Add its extern declaration.
20116 * src/getargs.c (error_verbose_flag): New int.
20117 (getargs): Update to catch new case.
20118 * src/options.c (option_table): 'error-verbose' is a new option.
20119 (shortopts): Update.
20120
e0327bc8
AD
201212001-11-27 Akim Demaille <akim@epita.fr>
20122
20123 * src/system.h: Use intl/libgettext.h.
20124 * src/Makefile.am (INCLUDES): Add -I $(top_srcdir).
20125
000f1a3c
AD
201262001-11-27 Akim Demaille <akim@epita.fr>
20127
20128 * tests/torture.at (Exploding the Stack Size with Malloc):
20129 s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
20130
26cfe0be
AD
201312001-11-27 Akim Demaille <akim@epita.fr>
20132
20133 * src/files.c: Include error.h.
20134 Reported by Hans Aberg.
20135
f6bd5427
MA
201362001-11-26 Marc Autret <autret_m@epita.fr>
20137
d2079671 20138 * src/reader.c (parse_include_decl): New, not yet implemented.
f6bd5427
MA
20139 (read_declarations): Add case tok_include.
20140 * src/getargs.h (include): Add its extern definition.
20141 * src/getargs.c (include): New const char *.
20142 (getargs): Add case '-I'.
20143 * src/options.c (option_table): Add include as command line and
20144 percent option.
20145 * src/lex.h (token_t): Add tok_include.
20146
2ca209c1
AD
201472001-11-26 Akim Demaille <akim@epita.fr>
20148
20149 * src/reader.c (readgram): Make sure rules for mid-rule actions
20150 have a lineno equal to that of their host rule.
20151 Reported by Hans Aberg.
20152 * tests/regression.at (Rule Line Numbers): New.
20153
0e41b407
AD
201542001-11-26 Akim Demaille <akim@epita.fr>
20155
20156 * src/LR0.c (allocate_itemsets): kernel_size contains ints, not
20157 size_ts.
20158
201592001-11-26 Akim Demaille <akim@epita.fr>
20160
20161 * src/complain.c, src/complain.h (error): Remove, provided by
20162 lib/error.[ch].
20163
e0c40012
AD
201642001-11-26 Akim Demaille <akim@epita.fr>
20165
20166 * src/reader.c (read_declarations): Don't abort on tok_illegal,
20167 issue an error message.
20168 * tests/regression.at (Invalid %directive): New.
20169 Reported by Hans Aberg.
20170
5e147124
AD
201712001-11-26 Akim Demaille <akim@epita.fr>
20172
20173 * configure.in: Invoke AC_FUNC_OBSTACK and AC_FUNC_ERROR_AT_LINE.
20174 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
20175
a034c8b8
AD
201762001-11-26 Akim Demaille <akim@epita.fr>
20177
20178 * src/conflicts.c (conflicts_print): Don't complain at all when
20179 there are no reduce/reduce conflicts, and as many shift/reduce
20180 conflicts as expected.
20181 * tests/regression.at (%expect right): Adjust.
20182
c64a20f3
AD
201832001-11-23 Akim Demaille <akim@epita.fr>
20184
20185 * lib/alloca.c: Update, from fileutils.
20186
5b0d29bb
AD
201872001-11-23 Akim Demaille <akim@epita.fr>
20188
20189 * lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@.
20190
722c4bfe
AD
201912001-11-23 Akim Demaille <akim@epita.fr>
20192
20193 * src/system.h: Include alloca.h.
20194 * src/main.c (main) [C_ALLOCA]: Call alloca (0).
20195
6255b435
AD
201962001-11-23 Akim Demaille <akim@epita.fr>
20197
20198 * src/print_graph.c (print_actions): Remove `rule', unused.
20199 * src/LR0.c (kernel_size): Contain `int' instead of `size_t' to
20200 pacify GCC's signed < unsigned warnings.
20201 * src/closure.c (itemsetsize): Likewise.
20202 * src/reader.c (symbol_list_new): Static.
20203
b29b2ed5
AD
202042001-11-23 Akim Demaille <akim@epita.fr>
20205
20206 Attaching lineno to buckets is stupid, since only one copy of each
20207 symbol is kept, only the line of the first occurrence is kept too.
20208
20209 * src/symtab.h, src/symtab.c (bucket): Remove the line member.
20210 * src/reader.c (rline_allocated): Remove, unused.
20211 (symbol_list): Have a `line' member.
20212 (symbol_list_new): New.
20213 (readgram): Use it.
20214 * src/print.c (print_grammar): Output the rule line numbers.
20215 * tests/regression.at (Solved SR Conflicts)
20216 (Unresolved SR Conflicts): Adjust.
20217 Reported by Hans Aberg.
20218
a81b1d4a
MA
202192001-11-22 Marc Autret <autret_m@epita.fr>
20220
20221 * src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
20222
c1ecb3c1
MA
202232001-11-22 Marc Autret <autret_m@epita.fr>
20224
20225 * src/muscle_tab.c (muscle_init): Remove initialization of
20226 skeleton muscle.
20227 * src/output.c (output_master_parser): Do it here.
20228
fbe01355
AD
202292001-11-20 Akim Demaille <akim@epita.fr>
20230
20231 * po/sv.po: New.
20232 * configure.in (ALL_LINGUAS): Adjust.
20233 * po/POTFILE.in: Remove `nullable.c' and `derives.c' which no
20234 longer contains strings to translate.
20235
81e895c0
AD
202362001-11-19 Akim Demaille <akim@epita.fr>
20237
20238 * src/conflicts.c (conflicts_print): Add a missing \n.
20239
6bb1878b
AD
202402001-11-19 Akim Demaille <akim@epita.fr>
20241
20242 * src/nullable.c (nullable_print): New.
20243 (set_nullable): Call it when tracing.
20244 Better locality of variables.
20245
d9ec2d07
AD
202462001-11-19 Akim Demaille <akim@epita.fr>
20247
20248 * src/print.c (print_actions): Better locality of variables.
20249
720e5c1b
AD
202502001-11-19 Akim Demaille <akim@epita.fr>
20251
20252 * src/derives.c (print_derives): Fix and enrich.
20253 * src/closure.c (print_fderives): Likewise.
20254
fb908786
AD
202552001-11-19 Akim Demaille <akim@epita.fr>
20256
20257 * src/closure.c (itemsetend): Remove, replaced with...
20258 (itemsetsize): new.
20259
125ecb56
AD
202602001-11-19 Akim Demaille <akim@epita.fr>
20261
20262 * src/LR0.c (kernel_end): Remove, replaced with...
20263 (kernel_size): new.
20264
d8cf039f
AD
202652001-11-19 Akim Demaille <akim@epita.fr>
20266
20267 * src/conflicts.c (set_conflicts): Use arrays instead of pointers
20268 to clarify.
20269
7bec0760
AD
202702001-11-19 Akim Demaille <akim@epita.fr>
20271
20272 * src/closure.c (closure): Use arrays instead of pointers to clarify.
20273
c87d4863
AD
202742001-11-19 Akim Demaille <akim@epita.fr>
20275
20276 * src/closure.c, src/derives.c, src/nullable.c: Adjust various
20277 trace messages.
20278 * src/LR0.c: Likewise.
20279 (allocate_itemsets): Use arrays instead of pointers to clarify.
20280
9bfe901c
AD
202812001-11-19 Akim Demaille <akim@epita.fr>
20282
20283 * src/getargs.c (statistics_flag): Replace with...
20284 (trace_flag): New.
20285 (longopts): Accept --trace instead of --statistics.
20286 * src/getargs.h, src/options.c: Adjust.
20287 * src/LR0.c, src/closure.c, src/derives.c, src/nullable.c,
20288 * src/reduce.c: Use trace_flags instead of the CPP conditional TRACE.
20289
97db7bd4
AD
202902001-11-19 Akim Demaille <akim@epita.fr>
20291
cc72668c 20292 * src/LR0.c (new_itemsets, get_state): Use more arrays and fewer
97db7bd4
AD
20293 pointers to clarify the code.
20294 (save_reductions, save_shifts): Factor common parts of alternatives.
20295
2c5f66ed
AD
202962001-11-19 Akim Demaille <akim@epita.fr>
20297
20298 * src/LR0.c (new_state, get_state): Complete TRACE code.
20299 * src/closure.c: Include `reader.h' to get `tags', needed by the
20300 trace code.
20301 Rename the conditional DEBUG as TRACE.
20302 Output consistently TRACEs to stderr, not stdout.
20303 * src/derives.c: Likewise.
20304 * src/reduce.c: (inaccessable_symbols): Using if is better style
20305 than goto.
20306 Use `#if TRACE' instead of `#if 0' for tracing code.
20307
300f275f
AD
203082001-11-19 Akim Demaille <akim@epita.fr>
20309
20310 * src/system.h (LIST_FREE, shortcpy): New.
20311 * src/LR0.c: Use them.
20312 * src/output.c (free_itemsets, free_reductions, free_shifts):
20313 Remove, replaced by LIST_FREE.
20314
f59c437a
AD
203152001-11-19 Akim Demaille <akim@epita.fr>
20316
20317 * src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)
20318 (REDUCTIONS_ALLOC): New.
20319 * src/LR0.c, src/conflicts.c: Use them to de-obfuscate memory
20320 allocation.
20321
6986fd9e
AD
203222001-11-19 Akim Demaille <akim@epita.fr>
20323
20324 * src/LR0.c (new_state): Complete trace code.
20325 * src/nullable.c (set_nullable): Don't translate traces.
20326
4bc30f78
AD
203272001-11-19 Akim Demaille <akim@epita.fr>
20328
20329 * src/print_graph.c (print_core): Better locality of variables.
20330 * src/print.c (print_core): Likewise.
20331
08a946e0
AD
203322001-11-19 Akim Demaille <akim@epita.fr>
20333
20334 * src/vcg.c: You do the output, so you are responsible of the
20335 handling of VCG syntax, in particular: use quotearg.
20336 * src/print_graph.c: Don't.
20337 (print_actions): Don't output the actions as part of the nodes,
20338 since that's the job of the edges.
20339 (print_state): Don't output by hand: fill the node description,
9bfe901c 20340 and ask for its output.
08a946e0 20341
f0473484
AD
203422001-11-19 Akim Demaille <akim@epita.fr>
20343
cc72668c
AD
20344 * src/bison.simple (yyparse): When verbosely reporting an error,
20345 no longer put additional quotes around token names.
f0473484
AD
20346 * tests/calc.at: Adjust.
20347
e41dc700
AD
203482001-11-19 Akim Demaille <akim@epita.fr>
20349
20350 * src/symtab.h, src/symtab.c: `line' is a new member of `bucket'.
20351 * src/reader.c (record_rule_lines, rline, rline_allocated): Remove.
20352 * src/output.c: Adjust.
20353
652a871c
AD
203542001-11-19 Akim Demaille <akim@epita.fr>
20355
20356 * src/gram.h (rprec, rprecsym, rassoc): Remove, now part of...
20357 (rule_t): this.
20358 * src/conflicts.c, src/reader.c, src/reduce.c: Adjust.
20359
b2ed6e58
AD
203602001-11-19 Akim Demaille <akim@epita.fr>
20361
20362 * src/gram.h (rule_t): New.
20363 (rule_table): New.
20364 (rrhs, rlhs): Remove, part of state_t.
20365 * src/print_graph.c, src/closure.c, src/conflicts.c, src/derives.c,
20366 * src/lalr.c, src/nullable.c, src/output.c, src/print.c,
20367 * src/reader.c, src/reduce.c: Adjust.
20368
edad7067
AD
203692001-11-19 Akim Demaille <akim@epita.fr>
20370
20371 * src/reader.c (symbols_output): New, extracted from...
20372 (packsymbols): Here.
20373 (reader): Call it.
20374
3feec034
AD
203752001-11-19 Akim Demaille <akim@epita.fr>
20376
20377 * src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...
20378 (maxrhs): this new function.
20379
ddcd5fdf
AD
203802001-11-19 Akim Demaille <akim@epita.fr>
20381
cc72668c 20382 * src/lalr.c (F): New macro to access the variable F.
ddcd5fdf
AD
20383 Adjust.
20384
bb527fc2
AD
203852001-11-19 Akim Demaille <akim@epita.fr>
20386
cc72668c 20387 * src/lalr.h (LA): New macro to access the variable LA.
bb527fc2
AD
20388 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
20389 * src/lalr.c: Adjust.
20390
a845a697
AD
203912001-11-19 Akim Demaille <akim@epita.fr>
20392
20393 * src/lalr.c (initialize_LA): Only initialize LA. Let...
20394 (set_state_table): handle the `lookaheads' members.
20395
f004bf6a
AD
203962001-11-19 Akim Demaille <akim@epita.fr>
20397
cc72668c
AD
20398 * src/lalr.h (lookaheads): Removed array, whose contents is now
20399 a member of...
f004bf6a
AD
20400 (state_t): this structure.
20401 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
20402 Adjust.
20403
de326cc0
AD
204042001-11-19 Akim Demaille <akim@epita.fr>
20405
cc72668c
AD
20406 * src/lalr.h (consistent): Removed array, whose contents is now
20407 a member of...
de326cc0
AD
20408 (state_t): this structure.
20409 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
20410 Adjust.
20411
90b4416b
AD
204122001-11-19 Akim Demaille <akim@epita.fr>
20413
cc72668c
AD
20414 * src/lalr.h (reduction_table, shift_table): Removed arrays, whose
20415 contents are now members of...
90b4416b
AD
20416 (state_t): this structure.
20417 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
20418 Adjust.
20419
9703cc49
AD
204202001-11-19 Akim Demaille <akim@epita.fr>
20421
20422 * src/lalr.h (state_t): New.
20423 (state_table): Be a state_t * instead of a core **.
20424 (accessing_symbol): Remove, part of state_t.
20425 * src/lalr.c: Adjust.
20426 (set_accessing_symbol): Merge into...
20427 (set_state_table): this.
20428 * src/print_graph.c, src/conflicts.c: Adjust.
20429
d803322e
AD
204302001-11-14 Akim Demaille <akim@epita.fr>
20431
20432 * tests/calc.at, tests/output.at, tests/regression.at,
20433 * tests/testsuite.at, tests/torture.at: Rely on Autotest 2.52g:
20434 now the tests are run in private dirs, therefore AC_CLEANUP and
20435 family can be simplified to 0-ary.
20436 * tests/atlocal.in: Now that we run `elsewhere' than in tests/,
20437 use abs. path to find config.h.
20438 * tests/calc.at (AT_CHECK_CALC): Don't try to check the compiler's
20439 stderr, there can be way too much random noise.
20440 Instead pass -Werror to GCC and rely on the exit status.
20441 Reported by Wolfram Wagner.
20442
3d76b07d
AD
204432001-11-14 Akim Demaille <akim@epita.fr>
20444
20445 * src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
20446 defined only if yyoverflow is defined, to avoid `warning: unused
20447 variable `yyvs1''.
20448 Reported by The Test Suite.
20449
09b503c8
AD
204502001-11-14 Akim Demaille <akim@epita.fr>
20451
20452 * src/print.c: Include reduce.h.
20453 Reported by Hans Aberg.
20454
204552001-11-14 Akim Demaille <akim@epita.fr>
20456
20457 * src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
20458 Revert a previous patch: these are really const.
20459 * src/conflicts.c (conflict_report): Additional useless pair of
20460 braces to pacify GCC's warnings for `if () if () {} else {}'.
20461 * src/lex.c (parse_percent_token): Replace equal_offset with
20462 arg_offset.
20463 arg is const.
20464 Be sure to strdup `arg' when used, since there is no reason for
20465 token_buffer not to change.
20466
0f37a994
AD
204672001-11-14 Akim Demaille <akim@epita.fr>
20468
20469 * src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure a proper
20470 definition.
20471 * src/main.c (main): Use them.
20472 Suggested by Hans Aberg.
20473
d39d93b8
AD
204742001-11-12 Akim Demaille <akim@epita.fr>
20475
20476 * src/system.h (ngettext): Now that we use ngettext, be sure to
20477 provide a default definition when NLS are not used.
20478
9edcd895
AD
204792001-11-12 Akim Demaille <akim@epita.fr>
20480
20481 * doc/bison.texinfo: Use `$' as shell prompt, not `%'.
20482 Use @kbd to denote user input.
20483 (Language and Grammar): ANSIfy the example.
20484 Adjust its layout for info/notinfo.
20485 (Location Tracking Calc): Output error messages to stderr.
20486 Output locations in a more GNUtically correct way.
20487 Fix a couple of Englishos.
20488 Adjust @group/@end group pairs.
20489
7da99ede
AD
204902001-11-12 Akim Demaille <akim@epita.fr>
20491
e3aa65c5 20492 %expect was not functioning at all.
7da99ede
AD
20493
20494 * src/conflicts.c (expected_conflicts): Set to -1.
20495 (conflict_report): Use ngettext.
20496 (conflicts_print): Check %expect and make its violation an error.
20497 * doc/bison.texinfo (Expect Decl): Adjust.
20498 * configure.in (AM_GNU_GETTEXT): Ask for ngettext.
20499 * tests/regression.at (%expect not enough, %expect right)
20500 (%expect too much): New.
20501
ba9dda1a
AD
205022001-11-12 Akim Demaille <akim@epita.fr>
20503
20504 * tests/regression.at (Conflicts): Rename as...
20505 (Unresolved SR Conflicts): this.
20506 (Solved SR Conflicts): New.
20507
337c5bd1
AD
205082001-11-12 Akim Demaille <akim@epita.fr>
20509
20510 * src/reduce.c (print_results): Rename as...
20511 (reduce_output): This.
20512 Output to OUT, passed as argument, instead of output_obstack.
20513 (dump_grammar): Likewise.
20514 (reduce_free): New.
20515 Also free V1.
20516 (reduce_grammar): No longer call reduce_output, since...
20517 * src/print.c (print_results): do it.
20518 * src/main.c (main): Call reduce_free;
20519
c73a41af
AD
205202001-11-12 Akim Demaille <akim@epita.fr>
20521
20522 * src/conflicts.c (print_reductions): Accept OUT as argument.
20523 Output to it, not to output_obstack.
20524 * src/print.c (print_actions): Adjust.
20525
0df87bb6
AD
205262001-11-12 Akim Demaille <akim@epita.fr>
20527
20528 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts): Return
20529 the result instead of using...
20530 (src_total, rrc_total, src_count, rrc_count): Remove.
20531 (any_conflicts): Remove.
20532 (print_conflicts): Split into...
20533 (conflicts_print, conflicts_output): New.
20534 * src/conflicts.h: Adjust.
20535 * src/main.c (main): Invoke both conflicts_output and conflicts_print.
0f37a994 20536 * src/print.c (print_grammar): Issue `\n' between two rules.
0df87bb6
AD
20537 * tests/regression.at (Conflicts): New.
20538 Reported by Tom Lane.
20539
e4d3d4de
AD
205402001-11-12 Akim Demaille <akim@epita.fr>
20541
20542 * tests/regression.at (Invalid input): Remove, duplicate with
20543 ``Invalid input: 1''.
20544
6d7d248e
AD
205452001-11-12 Akim Demaille <akim@epita.fr>
20546
20547 * tests/torture.at (AT_DATA_STACK_TORTURE)
20548 (Exploding the Stack Size with Alloca)
20549 (Exploding the Stack Size with Malloc): New.
20550
e9e4c321
AD
205512001-11-12 Akim Demaille <akim@epita.fr>
20552
20553 * src/bison.simple (YYSTACK_REALLOC): New.
20554 (yyparse) [!yyoverflow]: Use it and free the old stack.
0f37a994 20555 Reported by Per Allansson.
e9e4c321 20556
5f7e0832
AD
205572001-11-12 Pascal Bart <pascal.bart@epita.fr>
20558
20559 * src/bison.simple: Define type yystype instead of YYSTYPE, and
20560 define CPP macro, which substitute YYSTYPE by yystype.
20561 * src/reader.c (parse_union_decl): Output yystype/YYSTYPE as we do
20562 with yyltype/YYLTYPE. This allows inclusion of the generated
20563 header within the parser if the compiler, such as GGC, accepts
20564 multiple equivalent #defines.
20565 From Akim.
20566
e3f1699f
AD
205672001-11-05 Akim Demaille <akim@epita.fr>
20568
20569 * src/reader.c (symbols_output): New, extracted from...
20570 (packsymbols): here.
20571 (reader): Adjust.
20572
65be0866
AD
205732001-11-05 Akim Demaille <akim@epita.fr>
20574
20575 * src/lex.c (parse_percent_token): s/quotearg/quote/.
20576
e4d910bf
AD
205772001-11-05 Akim Demaille <akim@epita.fr>
20578
20579 * tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
20580 pattern.
20581
951366c1
AD
205822001-11-05 Akim Demaille <akim@epita.fr>
20583
20584 * src/options.h (struct option_table_struct): set_flags is void*.
20585 * src/options.c (longopts): Support `--output' and `%output'.
20586 (usage): Adjust.
20587 * src/lex.h (tok_setopt): Remove, replaced with...
20588 (tok_intopt, tok_stropt): these new guys.
20589 * src/lex.c (getopt.h): Not needed.
20590 (token_buffer, unlexed_token_buffer): Not const.
20591 (percent_table): Promote `-' over `_' in directive names.
20592 Active `%name-prefix', `file-prefix', and `output'.
20593 (parse_percent_token): Accept possible arguments to directives.
20594 Promote `-' over `_' in directive names.
20595
d8988b2f
AD
205962001-11-04 Akim Demaille <akim@epita.fr>
20597
20598 * doc/bison.texinfo (Decl Summary): Split the list into
20599 `directives for grammars' and `directives for bison'.
20600 Sort'em.
20601 Add description of `%name-prefix', `file-prefix', and `output'.
20602 Promote `-' over `_' in directive names.
20603 (Bison Options): s/%locactions/%locations/. Nice Freudian slip.
20604 Simplify the description of `--name-prefix'.
20605 Promote `-' over `_' in directive names.
20606 Promote `--output' over `--output-file'.
20607 Fix the description of `--defines'.
20608 * tests/output.at: Exercise %file-prefix and %output.
20609
6468d18e
AD
206102001-11-02 Akim Demaille <akim@epita.fr>
20611
20612 * doc/refcard.tex: Update.
20613
6b7e85b9
AD
206142001-11-02 Akim Demaille <akim@epita.fr>
20615
20616 * src/symtab.h (SUNDEF): New.
20617 * src/symtab.c (bucket_new): Init user_token_number to SUNDEF to
20618 stand for `uninitialized', instead of 0.
20619 * src/reader.c (packsymbols, parse_thong_decl): Adjust.
20620 * src/lex.c (lex): Adjust.
20621
20622 * tests/calc.at (_AT_DATA_CALC_Y): Declare a token for EOF.
20623 Number it 0.
20624 Let yylex return it instead of a plain 0.
20625 Reported by Dick Streefland.
20626
cd5aafcf
AD
206272001-11-02 Akim Demaille <akim@epita.fr>
20628
20629 * tests/regression.at (Mixing %token styles): New test.
20630
037ca2f1
AD
206312001-11-02 Akim Demaille <akim@epita.fr>
20632
20633 * src/reader.c (parse_thong_decl): Formatting changes.
20634 (token_translations_init): New, extracted from...
20635 (packsymbols): Here.
20636 Adjust.
20637
270a173c
AD
206382001-11-01 Akim Demaille <akim@epita.fr>
20639
20640 * tests/regression.at (AT_TEST_CPP_GUARD_H): New.
20641 Check that `9foo.y' produces correct cpp guards.
20642 * src/files.c (compute_header_macro): Prepend `BISON_' to CPP
20643 guards.
20644 Reported by Wwp.
20645
561f9a30
AD
206462001-11-01 Akim Demaille <akim@epita.fr>
20647
20648 * tests/regression.at (Invalid input: 2): New.
20649 * src/lex.c (unlexed_token_buffer): New.
20650 (lex, unlex): Adjust: when unlexing, be sure to save token_buffer
20651 too.
20652 Reported by Wwp.
20653
f987e9d2
AD
206542001-11-01 Akim Demaille <akim@epita.fr>
20655
20656 * tests/calc.at: Catch up with 1.30.
20657 * configure.in: Bump to 1.49a.
20658 Adjust to newer Autotest.
20659
0846f581
PB
206602001-10-19 Pascal Bart <pascal.bart@epita.fr>
20661
20662 * src/conflicts.c: Move global variables rrc_total and src_total ...
20663 (print_conflicts): here.
20664 * src/output.c (output): Free global variable user_toknums.
20665 * src/lex.c (token_obstack): Become static.
20666
3c1a79b3
AD
206672001-10-18 Akim Demaille <akim@epita.fr>
20668
20669 * tests/atlocal.in (GCC): Add.
20670 * tests/calc.at: s/m4_match/m4_bmatch/.
20671 s/m4_patsubst/m4_bpatsubst/.
20672 (AT_CHECK_CALC): Check the compiler's stderr only if it's GCC.
20673 * configure.in: AC_SUBST(GCC).
20674
5d52e7d0
MA
206752001-10-14 Marc Autret <autret_m@epita.fr>
20676
20677 * src/options.c (create_long_option_table): Fix.
20678
631aa1d3
AD
206792001-10-10 Akim Demaille <akim@epita.fr>
20680
20681 * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
20682
f6ec6d13
AD
206832001-10-04 Akim Demaille <akim@epita.fr>
20684
20685 * src/reader.c (parse_union_decl): Push the caracters in
20686 union_obstack, not attrs_obstack.
20687
342b8b6e
AD
206882001-10-04 Akim Demaille <akim@epita.fr>
20689
20690 Merge in the branch 1.29.
20691
20692 * src/reader.c (packsymbols): Use a temporary obstack for
20693 `%%tokendef', since output_stack is already used elsewhere.
20694
20695 2001-10-02 Akim Demaille <akim@epita.fr>
20696
20697 Bump 1.29d.
20698
20699 2001-10-02 Akim Demaille <akim@epita.fr>
20700
20701 Version 1.29c.
20702
20703 2001-10-02 Akim Demaille <akim@epita.fr>
20704
20705 * tests/regression.at (Invalid CPP headers): New.
20706 From Alexander Belopolsky.
20707 * src/files.c (compute_header_macro): Map non alnum chars to `_'.
20708
20709 2001-10-02 Akim Demaille <akim@epita.fr>
20710
20711 * tests/regression.at (Invalid input): New.
20712 * src/lex.c (lex): Be sure to set `token_buffer' in any case.
20713 Reported by Shura.
20714
20715 2001-10-02 Akim Demaille <akim@epita.fr>
20716
20717 * tests/calc.at: Now that --debug works, the tests must be adjusted.
20718
20719 2001-10-02 Akim Demaille <akim@epita.fr>
20720
20721 * src/output.c (output_parser): Assert `skeleton'.
20722 * src/files.c (skeleton_find): Look harder for skeletons on DOSish
20723 systems.
20724 From Shura.
20725
20726 2001-10-01 Marc Autret <autret_m@epita.fr>
20727
20728 * src/lex.h: Echo modifications.
20729 * src/lex.c (unlex): Parameter is now token_t.
20730 From Hans Aberg.
20731
20732 2001-10-01 Marc Autret <autret_m@epita.fr>
20733
20734 * src/main.c: Include lex.h.
20735 From Hans Aberg.
20736
20737 2001-09-29 Akim Demaille <akim@epita.fr>
20738
20739 * src/getargs.c (longopts): `--debug' is `-t', not `-d'.
20740
20741 2001-09-28 Akim Demaille <akim@epita.fr>
20742
20743 * tests/testsuite.at: Update to newer Autotest.
20744 * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
20745
20746 2001-09-27 Akim Demaille <akim@epita.fr>
20747
20748 Position independent wrapper.
20749
20750 * tests/bison: Remove.
20751 * tests/bison.in: New.
20752 * configure.in: Adjust.
20753
20754 2001-09-27 Paul Eggert <eggert@twinsun.com>
20755
20756 Port quotearg fixes from tar 1.13.24.
20757
20758 * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
20759 tm to be declared.
20760 (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
20761 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
20762
20763 * m4/Makefile.am (EXTRA_DIST): Add mbrtowc.m4.
20764 * m4/mbrtowc.m4: New file.
20765 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit and stddef.h.
20766 Use jm_FUNC_MBRTOWC instead of AC_CHECK_FUNCS(mbrtowc).
20767
20768 2001-09-27 Akim Demaille <akim@epita.fr>
20769
20770 Bump to 1.29c.
20771
20772 2001-09-27 Akim Demaille <akim@epita.fr>
20773
20774 Version 1.29b.
20775
20776 2001-09-25 Akim Demaille <akim@epita.fr>
20777
20778 * src/system.h: Include `xalloc.h'.
20779 Remove it from the C files.
20780 * src/files.c (output_files): Free the obstacks.
20781 * src/lex.c (init_lex): Rename as...
20782 (lex_init): this.
20783 (lex_free): New.
20784 * src/main.c (main): Use it.
20785
20786 2001-09-24 Marc Autret <autret_m@epita.fr>
20787
20788 * src/vcg.c (open_edge, close_edge, open_node, close_node): Change
20789 to output informations in fout (FILE*).
20790 (open_graph, close_graph): Likewise.
20791 (output_graph, output_edge, output_node): Likewise.
20792 * src/vcg.h: Update function prototypes.
20793 * src/print_graph.c (print_graph): Open output graph file.
20794 (print_actions): Adjust.
20795 * src/files.h: Remove extern declaration.
20796 * src/files.c: Remove graph_obstack declaration.
20797 (open_files): Remove graph_obstack initialization.
20798 (output_files): Remove graph_obstack saving.
20799
20800 2001-09-24 Marc Autret <autret_m@epita.fr>
20801
20802 * src/files.c (compute_output_file_names): Fix.
20803
20804 2001-09-24 Marc Autret <autret_m@epita.fr>,
20805 Akim Demaille <akim@epita.fr>
20806
20807 * src/reader.c (reader): Remove call to free_symtab ().
20808 * src/main.c (main): Call it here.
20809 Include symtab.h.
20810 * src/conflicts.c (initialize_conflicts): Rename as...
20811 (solve_conflicts): this.
20812 * src/print.c (print_core, print_actions, print_state)
20813 (print_grammar): Dump to a file instead a `output_obstack'.
20814 (print_results): Dump `output_obstack', and then proceed with the
20815 FILE *.
20816 * src/files.c (compute_output_file_names, close_files): New.
20817 (output_files): Adjust.
20818 * src/main.c (main): Adjust.
20819
20820 2001-09-23 Marc Autret <autret_m@epita.fr>
20821
20822 * src/files.c (compute_header_macro): Computes header macro name
20823 from spec_defines_file when given.
20824
20825 2001-09-23 Marc Autret <autret_m@epita.fr>
20826
20827 * src/files.c (output_files): Add default extensions.
20828
20829 2001-09-22 Akim Demaille <akim@epita.fr>
20830
20831 * src/conflicts.c (finalize_conflicts): Rename as...
20832 (free_conflicts): this.
20833
20834 2001-09-22 Akim Demaille <akim@epita.fr>
20835
20836 * src/gram.c (gram_free): Rename back as...
20837 (dummy): this.
20838 (output_token_translations): Free `token_translations'.
20839 * src/symtab.c (free_symtab): Free the tag field.
20840
20841 2001-09-22 Akim Demaille <akim@epita.fr>
20842
20843 Remove `translations' as it is always set to true.
20844
20845 * src/gram.h: Adjust.
20846 * src/reader.c (packsymbols, parse_token_decl): Adjust
20847 * src/print.c (print_grammar): Adjust.
20848 * src/output.c (output_token_translations): Adjust.
20849 * src/lex.c (lex): Adjust.
20850 * src/gram.c: Be sure the set pointers to NULL.
20851 (dummy): Rename as...
20852 (gram_free): this.
20853
20854 2001-09-22 Akim Demaille <akim@epita.fr>
20855
20856 * configure.in: Invoke AM_LIB_DMALLOC.
20857 * src/system.h: Use dmalloc.
20858 * src/LR0.c: Be sure to have pointers initialized to NULL.
20859 (allocate_itemsets): Allocate kernel_items only if needed.
20860
20861 2001-09-22 Akim Demaille <akim@epita.fr>
20862
20863 * configure.in: Bump to 1.29b.
20864 * tests/Makefile.am (DISTCLEANFILES): Add package.m4.
20865 * tests/calc.at (_AT_DATA_CALC_Y): #undef malloc so that we don't
20866 need xmalloc.c in calc.y.
20867 From Pascal Bart.
20868
20869 2001-09-21 Akim Demaille <akim@epita.fr>
20870
20871 Version 1.29a.
20872 * Makefile.maint, config/config.guess, config/config.sub,
20873 * config/missing: Update from masters.
20874 * tests/Makefile.am ($(srcdir)/$(TESTSUITE)): No longer depend
20875 upon package.m4.
20876 * configure.in (ALL_LINGUAS): Add `tr'.
20877
20878 2001-09-21 Akim Demaille <akim@epita.fr>
20879
20880 * tests/Makefile.am (package.m4): Move to...
20881 ($(srcdir)/$(TESTSUITE)): here.
20882
20883 2001-09-20 Akim Demaille <akim@epita.fr>
20884
20885 * src/complain.c: No longer try to be standalone: use system.h.
20886 Don't assume __STDC__ is defined to 1. Just test if it is defined.
20887 * src/complain.h: Likewise.
20888 * src/reduce.c (useless_nonterminals, inaccessable_symbols):
20889 Remove the unused variable `n'.
20890 From Albert Chin-A-Young.
20891
20892 2001-09-18 Marc Autret <autret_m@epita.fr>
20893
20894 * doc/bison.1: Update.
20895 * doc/bison.texinfo (Bison Options): Update --defines and --graph
20896 descriptions.
20897 (Option Cross Key): Update.
20898 Add --graph.
20899
20900 2001-09-18 Marc Autret <autret_m@epita.fr>
20901
20902 * tests/regression.at: New test (comment in %union).
20903
20904 2001-09-18 Marc Autret <autret_m@epita.fr>
20905
20906 * src/reader.c (parse_union_decl): Do not output '/'. Let copy_comment
20907 do that.
20908 Reported by Keith Browne.
20909
20910 2001-09-18 Marc Autret <autret_m@epita.fr>
20911
20912 * tests/output.at: Add tests for --defines and --graph.
20913
20914 2001-09-18 Marc Autret <autret_m@epita.fr>
20915
20916 * tests/output.at: Removes tests of %{header,src}_extension features.
20917
20918 2001-09-18 Akim Demaille <akim@epita.fr>
20919
20920 * tests/Makefile.am (package.m4): New.
20921 * tests/calc.at (_AT_CHECK_CALC): Just run `calc input'.
20922 (_AT_CHECK_CALC_ERROR): Likewise.
20923 Factor the `, ' part of verbose error messages.
20924
20925 2001-09-18 Marc Autret <autret_m@epita.fr>
20926
20927 * src/getargs.c (longopts): Declare --defines and --graph as options
20928 with optional arguments.
20929 * src/files.h: Add extern declarations.
20930 * src/files.c (spec_graph_file, spec_defines_file): New.
20931 (output_files): Update.
20932 Remove CPP-outed code.
20933
20934 2001-09-18 Marc Autret <autret_m@epita.fr>
20935
20936 Turn off %{source,header}_extension feature.
20937
20938 * src/files.c (compute_exts_from_gf): Update.
20939 (compute_exts_from_src): Update.
20940 (output_files): CPP-out useless code.
20941 * src/files.h: Remove {header,source}_extension extern declarations.
20942 * src/reader.c (parse_dquoted_param): CPP-out.
20943 (parse_header_extension_decl): Remove.
20944 (parse_source_extension_decl): Remove.
20945 (read_declarations): Remove cases tok_{hdrext,srcext}.
20946 * src/lex.c (percent_table): Remove {header,source}_extension entries.
20947 * src/lex.h (token_t): Remove tok_hdrext and tok_srcext.
20948
20949 2001-09-10 Akim Demaille <akim@epita.fr>
20950
20951 * tests/output.at (AT_CHECK_BISON_FLAGS, AT_CHECK_BISON_PERCENT):
20952 (AT_CHECK_BISON_PERCENT_FLAGS): Merge into...
20953 (AT_CHECK_OUTPUT): this.
20954 Merely check ls' exit status, its output is useless.
20955
20956 2001-09-10 Akim Demaille <akim@epita.fr>
20957
20958 * tests/calc.at: Use m4_match.
20959 (_AT_DATA_CALC_Y): Check `yyin != NULL', not `stdin != NULL'.
20960
20961 2001-09-10 Marc Autret <autret_m@epita.fr>,
20962 Akim Demaille <akim@epita.fr>
20963
20964 * src/vcg.h (graph_s): color, textcolor, bordercolor are now
20965 enum color_e.
20966 * src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
20967 to `normal'.
20968 * src/reader.c (parse_token_decl): Initialize token with tok_eof.
20969 * src/lex.h: Adjust prototype.
20970 (token_t): Add `tok_undef'.
20971 * src/lex.c (struct percent_table_struct): Retval is now a token_t.
20972 (parse_percent_token): Now returns token_t.
20973 Add default statement in switch.
20974 (lex): Separate `c' as an input variable, from the token_t result
20975 part.
20976 (unlexed): Is a token_t.
20977
20978 2001-09-10 Akim Demaille <akim@epita.fr>
20979
20980 * configure.in: Bump to 1.29a.
20981
20982 2001-09-07 Akim Demaille <akim@epita.fr>
20983
20984 Version 1.29.
20985
20986 2001-08-30 Akim Demaille <akim@epita.fr>
20987
20988 * tests/atgeneral.m4, tests/atconfig.in, tests/suite.at: Remove.
20989 * m4/atconfig.m4: Remove.
20990 * tests/testsuite.at, tests/atlocal.in, tests/output.at,
20991 * tests/bison: New.
20992 * tests/regression.at, tests/calc.at: Use m4_define, AT_BANNER,
20993 m4_if, m4_patsubst, and m4_regexp.
20994 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Use an
20995 `input' file instead of echo.
20996
20997 2001-08-29 Akim Demaille <akim@epita.fr>
20998
20999 Bump to 1.28e.
21000
21001 2001-08-29 Akim Demaille <akim@epita.fr>
21002
21003 Version 1.28d.
21004
21005 2001-08-29 Paul Eggert <eggert@twinsun.com>
21006
21007 * src/bison.simple (yyparse): Don't take the address of an
21008 item before the start of an array, as that doesn't conform to
21009 the C Standard.
21010
21011 2001-08-29 Robert Anisko <anisko_r@epita.fr>
21012
21013 * doc/bison.texinfo (Location Tracking Calc): New node.
21014
21015 2001-08-29 Paul Eggert <eggert@twinsun.com>
21016
21017 * src/output.c (output): Do not define const, as this now
21018 causes more problems than it cures.
21019
21020 2001-08-29 Akim Demaille <akim@epita.fr>
21021
21022 * doc/bison.texinfo: Modernize `@node' and `@top' use: just name
21023 the nodes.
21024 Be sure to tag the `detailmenu'.
21025
21026 2001-08-29 Akim Demaille <akim@epita.fr>
21027
21028 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
21029 download in a tmp dir.
21030
21031 2001-08-28 Marc Autret <autret_m@epita.fr>
21032
21033 * config/depcomp: New file.
21034
21035 2001-08-28 Marc Autret <autret_m@epita.fr>
21036
21037 * doc/bison.1 (mandoc): Adjust.
21038 From Juan Manuel Guerrero.
21039
21040 2001-08-28 Marc Autret <autret_m@epita.fr>
21041
21042 * src/print_graph.c (print_state): Fix.
21043
21044 2001-08-27 Marc Autret <autret_m@epita.fr>
21045
21046 * src/vcg.h (classname_s, infoname_s, node_s): Constify the
21047 char * members.
21048 Echo modifications to the functions prototypes.
21049 * src/vcg.c (add_classname, add_infoname): Adjust arguments.
21050
21051 2001-08-27 Marc Autret <autret_m@epita.fr>
21052
21053 * src/vcg.c: Include `xalloc.h'.
21054 (add_colorentry): New.
21055 (add_classname): New.
21056 (add_infoname): New.
21057 * src/vcg.h: Add new prototypes.
21058
21059 2001-08-27 Akim Demaille <akim@epita.fr>
21060
21061 * Makefile.maint: Sync. again with CVS Autoconf.
21062
21063 2001-08-27 Akim Demaille <akim@epita.fr>
21064
21065 * Makefile.maint: Formatting changes.
21066 (po-update, cvs-update, update): New targets.
21067 (AMTAR): Remove.
21068
21069 2001-08-27 Akim Demaille <akim@epita.fr>
21070
21071 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
21072 * Makefile.maint: Sync. with CVS Autoconf.
21073
21074 2001-08-27 Marc Autret <autret_m@epita.fr>
21075
21076 * src/vcg.h (struct infoname_s): New.
21077 (struct colorentry_s): New.
21078 (graph_s): New fields {vertical,horizontal}_order in structure.
21079 Add `infoname' field.
21080 Add `colorentry' field;
21081 * src/vcg_defaults.h (G_VERTICAL_ORDER): New.
21082 (G_HORIZONTAL_ORDER): New.
21083 (G_INFONAME): New.
21084 (G_COLORENTRY): New.
21085 * src/vcg.c (output_graph): Add output of {vertical,horizontal}_order.
21086 Add output of `infoname'.
21087 Add output of `colorentry'.
21088
21089 2001-08-27 Marc Autret <autret_m@epita.fr>
21090
21091 * src/reader.c (parse_dquoted_param): Rename variable `index' to `i'.
21092 This one shadowed a global parameter.
21093
21094 2001-08-24 Marc Autret <autret_m@epita.fr>
21095
21096 * src/print_graph.c (node_output_size): Declared POSIX `size_t' type,
21097 instead of `unsigned'.
21098 (print_state): Do not call obstack_object_size () in obstack_grow ()
21099 to avoid macro variables shadowing.
21100
21101 2001-08-23 Marc Autret <autret_m@epita.fr>
21102
21103 * src/lex.c (percent_table): Typo: s/naem/name/.
21104 Add graph option.
21105 Normalize new options declarations.
21106
21107 2001-08-20 Pascal Bart <pascal.bart@epita.fr>
21108
21109 * tests/suite.at: Exercise %header_extension and %source_extension.
21110
21111 2001-08-16 Marc Autret <autret_m@epita.fr>
21112
21113 * src/reader.c (parse_dquoted_param): New.
21114 (parse_header_extension_decl): Use it.
21115 (parse_source_extension_decl): Likewise.
21116
21117 2001-08-16 Marc Autret <autret_m@epita.fr>
21118
21119 * src/vcg.c: Remove includes of `complain.h' and `xalloc.h'.
21120 (get_xxxx_str): Use assert () instead of complain ().
21121 Remove return invokations in default cases.
21122 (get_decision_str): Modify default behaviour. Remove second argument.
21123 Echo modifications on calls.
21124 (output_graph): Fix.
21125
21126 2001-08-16 Marc Autret <autret_m@epita.fr>
21127
21128 * src/getargs.c (usage): Update with ``-g, --graph''.
21129
21130 2001-08-16 Marc Autret <autret_m@epita.fr>
21131
21132 * doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
21133 (Option Cross Key): Likewise.
21134 * doc/bison.1: Update.
21135
1c8c2190
PB
211362001-09-25 Pascal Bart <pascal.bart@epita.fr>
21137
21138 * src/output.c (output_master_parser): Don't finish action_obstack.
21139 (output_parser): Don't care about the muscle action, here.
21140 (prepare): Copy the action_obstack in the action muscle.
21141 (output): Free action_obstack.
21142
180d45ba
PB
211432001-09-23 Pascal Bart <pascal.bart@epita.fr>
21144
21145 * src/reader.c (parse_union_decl): Add new obstack union_obstack. Which
21146 will contain `%union' declaration.
21147 (parse_union_decl): Delete #line directive output.
21148 (parse_union_decl): Substitute /attrs_obstack/union_obstack for all
21149 informations about %union.
21150 (parse_union_decl): Copy the union_obstack in the muscle stype.
21151 * src/bison.simple: Add new #line directive.
21152 Add typdef %%stype YYSTYPE.
21153
c51d1a19
PB
211542001-09-23 Pascal Bart <pascal.bart@epita.fr>
21155
21156 * src/bison.simple: Add new `#line' directive.
21157
6f9344da
PB
211582001-09-22 Pascal Bart <pascal.bart@epita.fr>
21159
21160 * src/bison.simple: New `#line' directive.
21161 * src/output.c (output_parser): Support new dynamic muscle input_line.
21162
652def80
MA
211632001-09-22 Marc Autret <autret_m@epita.fr>
21164
21165 * src/output.c (output_master_parser): New.
21166 (output_parser): Be more re-entrant.
21167
25b222fa
MA
211682001-09-21 Marc Autret <autret_m@epita.fr>
21169
21170 * src/reader.c (copy_definition, parse_union_decl): Update and use
21171 `linef' muscle.
21172 (copy_action): Likewise.
21173 Use obstack_1grow ().
21174 * src/muscle_tab.c (muscle_init): Add muscle `linef'.
21175
6bc35ae5
MA
211762001-09-21 Marc Autret <autret_m@epita.fr>
21177
21178 * src/options.c (option_table): Adjust.
21179 * src/lex.c (parse_percent_token): Fix.
21180
c0629aa1
PB
211812001-09-20 Pascal Bart <pascal.bart@epita.fr>
21182
21183 * src/options.c (symtab.h): Include it, need by lex.h.
342b8b6e 21184
82b6d266
PB
211852001-09-20 Pascal Bart <pascal.bart@epita.fr>
21186
21187 * src/lex.c (parse_percent_token): Change type of variable `tx', which
21188 is now an option_table_struct*.
21189 (option_strcmp): New function option_strcmp.
21190 (parse_percent_token): Call option_strcmp.
21191 * src/getargs.c (xalloc.h, options.h): Include it.
21192 (getargs): Call create_long_option_table.
21193 (getargs): Free longopts at the end of the function.
21194 (shortopts): Move in options.c.
21195 * src/options.c (create_long_option_table): New function. Convert
21196 information from option_table to option structure.
21197 * src/reader.c (options.h): Include it.
21198
21199 * src/Makefile.am: Adjust.
21200 * src/options.c (option_table): Create from longopts and percent_table.
21201 * src/getargs.c (longopts): Delete.
21202 * src/lex.c (struct percent_table_struct): Delete.
21203 (percent_table): Delete.
21204 (options.h): Include it.
21205 * src/options.c: Create.
21206 * src/options.h: Create.
21207 Declare enum opt_access_e.
21208 Define struct option_table_struct.
21209
75f5aaea
MA
212102001-09-20 Marc Autret <autret_m@epita.fr>
21211
21212 * doc/bison.texinfo: Adjust terminologies about prologue and epilogue
21213 sections of Bison.
21214
f508cb0a
PB
212152001-09-19 Pascal Bart <pascal.bart@epita.fr>
21216
21217 * src/bison.simple: s/%%filename/%%skeleton.
21218 * src/muscle_tab.c (getargs.h): Include it.
21219 (muscle_init): Insert new muscle skeleton.
21220
13105fc1
PB
212212001-09-18 Pascal Bart <pascal.bart@epita.fr>
21222
21223 * src/output.c (output_parser): Delete unused variable actions_dumped.
21224
b0c4483e
PB
212252001-09-07 Pascal Bart <pascal.bart@epita.fr>
21226
21227 * src/output.c (output): Delete call to reader_output_yylsp.
21228 * src/reader.c (reader): Likewise.
ba0fe3c7 21229 * src/reader.h: Delete declaration of reader_output_yylsp.
342b8b6e 21230
11d82f03
MA
212312001-09-02 Marc Autret <autret_m@epita.fr>
21232
21233 * src/reader.c: Include muscle_tab.h.
21234 (parse_union_decl): Update.
21235 (parse_macro_decl): Rename parse_muscle_decl.
21236 Update to use renamed functions and variable.
21237 (read_declarations, copy_action, read_additionnal_code, : Updated
21238 with correct variables and functions names.
21239 (packsymbols, reader): Likewise.
342b8b6e 21240
11d82f03 21241 * src/reader.h (muscle_obstack): Extern declaration update.
342b8b6e 21242
11d82f03
MA
21243 * src/output.c: Include muscle_tab.h
21244 In all functions using macro_insert, change by using muscle_insert ().
21245 (macro_obstack): Rename muscle_obstack.
21246 Echo modifications in the whole file.
21247 (MACRO_INSERT_INT): Rename MUSCLE_INSERT_INT.
21248 (MACRO_INSERT_STRING): Rename MUSCLE_INSERT_STRING.
21249 (MACRO_INSERT_PREFIX): Rename MUSCLE_INSERT_PREFIX.
21250
21251 * src/muscle_tab.h: Update double inclusion macros.
21252 (macro_entry_s): Rename muscle_entry_s.
21253 Update prototypes.
342b8b6e 21254
11d82f03
MA
21255 * src/muscle_tab.c: Include muscle_tab.h.
21256 Rename macro_tabble to muscle_table.
21257 (mhash1, mhash2, mcmp): Use muscle_entry.
21258 (macro_init): Rename muscle_init. Update.
21259 (macro_insert): Rename muscle_insert. Update.
21260 (macro_find): Rename muscle_find. Update.
21261
21262 * src/main.c: Include muscle_tab.h.
21263 (main): Call muscle_init ().
21264 * src/Makefile.am (bison_SOURCES): Echo modifications.
21265
93a37297
MA
212662001-09-02 Marc Autret <autret_m@epita.fr>
21267
f753cd62 21268 Now the files macro_tab.[ch] are named muscle_tab.[ch].
342b8b6e 21269
f753cd62
MA
21270 * src/muscle_tab.c, src/muscle_tab.h: Add files.
21271
212722001-09-02 Marc Autret <autret_m@epita.fr>
21273
21274 * src/macrotab.c, src/macrotab.h: Remove.
93a37297 21275
682d48cd
PB
212762001-09-01 Pascal Bart <pascal.bart@epita.fr>
21277
342b8b6e 21278 * src/reader.c (copy_guard): Use muscle to specify the `#line'
682d48cd
PB
21279 filename.
21280
087c8fda
MA
212812001-09-01 Marc Autret <autret_m@epita.fr>
21282
21283 * tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set
21284 to an explicit value to activate the feature. We do it here.
21285
dda680cb
PB
212862001-08-31 Pascal Bart <pascal.bart@epita.fr>
21287
21288 * src/output.c (prepare): Delete the `filename' muscule insertion.
21289 * src/reader.c (copy_action): Use `filename' muscule with `#line'.
21290 (parse_union_decl): Likewise.
21291 * src/macrotab.c (macro_init): Initialize filename by infile.
21292
9e644e64
MA
212932001-08-31 Marc Autret <autret_m@epita.fr>
21294
21295 * src/bison.simple (YYLSP_NEEDED): New definition.
21296 * src/output.c (prepare): Add macro insertion of `locations_flag'
21297
17da6427
PB
212982001-08-31 Pascal Bart <pascal.bart@epita.fr>
21299
21300 * src/output.c (prepare): Delete insertion of previous muscles,
21301 and insert the `prefix' muscles.
21302 * src/macrotab.c (macro_init): Likewise.
21303 (macro_init): Initialization prefix directive by `yy'.
342b8b6e 21304 * src/bison.simple: Substitute all %%yylex, %%yychar, %%yylval,
17da6427
PB
21305 %%yydebug, %%yyerror, %%yynerrs and %%yyparse by yylex, yychar,
21306 yylval, yydebug, yyerror, yynerrs and yyparse.
342b8b6e 21307 New directive `#define' to substitute yydebug, ... with option
17da6427
PB
21308 name_prefix.
21309
e8cb70b9
PB
213102001-08-31 Pascal Bart <pascal.bart@epita.fr>
21311
21312 * src/main.c (main): Standardize.
21313 * src/output.c (output_table_data, output_parser): Likewise.
21314 * src/macrotab.h, src/macrotab.c, src/bison.simple: Likewise.
21315
63c2d5de
MA
213162001-08-31 Pascal Bart <pascal.bart@epita.fr>, Marc Autret <autret_m@epita.fr>
21317
342b8b6e 21318 * src/reader.c (read_additionnal_code): Rename %%user_code to
63c2d5de
MA
21319 %%epilogue.
21320 * src/output.c (output): Rename %%declarations to %%prologue.
21321 * src/bison.simple: Echo modifications.
342b8b6e 21322
d8cb5183
MA
213232001-08-31 Marc Autret <autret_m@epita.fr>
21324
21325 * src/reader.c (readgram): CleanUp.
21326 (output_token_defines): Likewise.
21327 (packsymbols): Likewise.
21328 (reader): Likewise.
21329 * src/output.c (output): CPP-out useless code.
21330
6c686258
PB
213312001-08-31 Pascal Bart <pascal.bart@epita.fr>
21332
342b8b6e 21333 * src/reader.c (reader): Delete obsolete call to function
6c686258
PB
21334 output_trailers and output_headers.
21335 * src/output.h: Remove obsolete functions prototypes of output_headers
21336 and output_trailers.
21337
8f451ef7
PB
213382001-08-30 Pascal Bart <pascal.bart@epita.fr>
21339
21340 * src/main.c: Include macrotab.h.
342b8b6e 21341 * src/macrotab.h (macro_entry_s): Constify fields.
8f451ef7
PB
21342 Adjust functions prototypes.
21343 * src/macrotab.c (macro_insert): Constify key and value.
21344 (macro_find): Constify key.
21345 (macro_insert): Include 'xalloc.h'
21346 (macro_insert): Use XMALLOC.
21347 (macro_find): Constify return value.
21348 * src/output.c (output_table_data): Rename table to table_data.
21349 (output_parser): Constify macro_key, macro_value.
21350
997b6fd0 213512001-08-30 Marc Autret <autret_m@epita.fr>
2ba3b73c
MA
21352
21353 * src/reader.c (parse_skel_decl): New.
342b8b6e 21354 (read_declarations): Add case `tok_skel', call parse_skel_decl ().
2ba3b73c
MA
21355 * src/lex.h (token_t): New token `tok_skel'.
21356 * src/lex.c (percent_table): Add skeleton option entry.
21357 Standardize.
21358
ff48177d
MA
213592001-08-29 Marc Autret <autret_m@epita.fr>
21360
21361 * src/bison.simple: Add %%user_code directive at the end.
21362 * src/reader.c (read_additionnal_code): New.
21363 (reader): Use it.
21364 * src/output.c (output_program): Remove.
21365 (output): Update.
21366
b33160bf
MA
213672001-08-28 Marc Autret <autret_m@epita.fr>
21368
21369 * src/output.c (output_actions): Clean up.
4e5caae2 21370 (output_gram): CPP-out useless code.
b33160bf
MA
21371 * src/reader.c (reader): Clean up, CPP-out useless code.
21372
d1a2daf7
PB
213732001-08-28 Pascal Bart <pascal.bart@epita.fr>
21374
342b8b6e 21375 * src/output.c (output): Copy attrs_obstack in the '%%definitions'
535c0e75 21376 directive.
d1a2daf7
PB
21377 * src/bison.simple: Add `%%definitions'.
21378
2b763dfe
MA
213792001-08-28 Marc Autret <autret_m@epita.fr>
21380
21381 * config/depcomp: New file.
21382
f1a87ef6
PE
213832001-08-27 Paul Eggert <eggert@twinsun.com>
21384
21385 * src/bison.simple (yyparse): Don't take the address of an
21386 item before the start of an array, as that doesn't conform to
21387 the C Standard.
21388
82e236e2
RA
213892001-08-27 Robert Anisko <robert.anisko@epita.fr>
21390
f1a87ef6 21391 * src/output.c (output): Remove the initialization of the macro
82e236e2
RA
21392 obstack. It was done too late here.
21393
21394 * src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was
21395 completely wrong.
21396 (reader): Initialize the macro obstack here, since we need it to grow
21397 '%define' directives.
21398
21399 * src/reader.h: Declare the macro obstack as extern.
21400
b0cfa28a
RA
214012001-08-27 Robert Anisko <robert.anisko@epita.fr>
21402
21403 * src/output.c (output_parser): Fix. Store single '%' characters in
21404 the output obstack instead of throwing them away.
21405
6fc74234
AD
214062001-08-27 Akim Demaille <akim@epita.fr>
21407
21408 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
21409
9c76d118
RA
214102001-08-25 Robert Anisko <robert.anisko@epita.fr>
21411
21412 * lib/Makefile.am: Adjust.
21413
a8289c62
RA
214142001-08-25 Robert Anisko <robert.anisko@epita.fr>
21415
21416 * src/bison.simple: Update and add '%%' directives.
21417
b6610515
RA
214182001-08-25 Robert Anisko <robert.anisko@epita.fr>
21419
21420 * src/reader.c (reader): Remove calls to 'output_headers' and
21421 'output_trailers'. Remove some C output.
21422 (readgram): Disable a piece of code that was writing a default
21423 definition for 'YYSTYPE'.
21424 (reader_output_yylsp): Remove.
21425 (packsymbols): Output token defintions to a macro.
21426 (copy_definition): Disable C output.
6fc74234 21427
b6610515
RA
21428 * src/reader.c (parse_macro_decl): New function used to parse macro
21429 declarations.
21430 (copy_string2): Put the body of copy_string into this new function.
21431 Add a parameter to let the caller choose whether he wants to copy the
21432 string delimiters or not.
21433 (copy_string): Be a simple call to copy_string2 with the last argument
21434 bound to true.
21435 (read_declarations): Add case for macro definition.
21436 (copy_identifier): New.
6fc74234 21437 (parse_macro_decl): Read macro identifiers using copy_identifier
b6610515
RA
21438 rather than lex.
21439
26f609ff
RA
214402001-08-25 Robert Anisko <robert.anisko@epita.fr>
21441
21442 * src/output.c (prepare): Add prefixed names.
21443 (output_parser): Output semantic actions.
21444 (output_parser): Fix bug on '%%line' directives.
6fc74234 21445
26f609ff
RA
21446 * src/output.c (output_headers): Remove. The C code printed by this
21447 function should now be in the skeletons.
21448 (output_trailers): Remove.
21449 (output): Disable call to 'reader_output_yylsp'.
21450 (output_rule_data): Do not output tables to the table obstack.
21451
21452 * src/output.c: Remove some C dedicated output.
21453 Improve the use of macro and output obstacks.
21454 (output_defines): Remove.
6fc74234 21455
26f609ff
RA
21456 * src/output.c (output_token_translations): Associate 'translate'
21457 table with a macro. No output to the table obstack.
21458 (output_gram): Same for 'rhs' and 'prhs'.
21459 (output_stos): Same for 'stos'.
21460 (output_rule_data): Same for 'r1' and 'r2'.
21461 (token_actions): Same for 'defact'.
21462 (goto_actions): Same for 'defgoto'.
21463 (output_base): Same for 'pact' and 'pgoto'.
21464 (output_table): Same for 'table'.
21465 (output_check): Same for 'check'.
6fc74234 21466
26f609ff
RA
21467 * src/output.c (output_table_data): New function.
21468 (output_short_table): Remove.
21469 (output_short_or_char_table): Remove.
6fc74234 21470
26f609ff
RA
21471 * src/output.c (output_parser): Replace most of the skeleton copy code
21472 with something new. Skeletons are now processed character by character
21473 rather than line by line, and Bison looks for '%%' macros. This is the
21474 first step in making Bison's output process (a lot) more flexible.
21475 (output_parser): Use the macro table.
21476
6f43b113
RA
214772001-08-25 Robert Anisko <robert.anisko@epita.fr>
21478
21479 * src/main.c (main): Initialize the macro table.
21480
dd3127cf
RA
214812001-08-25 Robert Anisko <robert.anisko@epita.fr>
21482
21483 * src/lex.c (percent_table): Add tok_define.
21484 * src/lex.h: Add tok_define.
21485
aa321494
RA
214862001-08-25 Robert Anisko <robert.anisko@epita.fr>
21487
21488 * src/macrotab.c: New file.
21489 * src/macrotab.h: New file.
21490 * src/Makefile.am: Update.
21491
68bd3b6b
RA
214922001-08-25 Robert Anisko <robert.anisko@epita.fr>
21493
21494 * lib/hash.c: New file.
21495 * lib/hash.h: New file.
21496 * lib/Makefile.am: Update.
21497
45f8dd1e
AD
214982001-08-15 Akim Demaille <akim@epita.fr>
21499
21500 Version 1.28c.
21501
40a64a7a 215022001-08-15 Marc Autret <autret_m@epita.fr>
0b8afb77
AD
21503
21504 * src/reader.c (readgram): Indent output macro YYSTYPE.
21505 (packsymbols): Likewise.
21506 (output_token_defines): Likewise.
21507 * src/files.c: Standardize.
21508 (compute_header_macro): New.
21509 (defines_obstack_save): New. Use compute_header_macro.
21510 (output_files): Update. Use defines_obstack_save.
21511
f9a8293a
AD
215122001-08-15 Akim Demaille <akim@epita.fr>
21513
21514 * doc/bison.texinfo (Table of Symbols): Document
21515 YYSTACK_USE_ALLOCA.
21516
150ca7a7
AD
215172001-08-15 Akim Demaille <akim@epita.fr>
21518
21519 * missing: Update from CVS Automake.
21520 * config/config.guess, config/config.sub, config/texinfo.tex:
21521 Update from gnu.org.
21522
69b5cec4
AD
215232001-08-15 Akim Demaille <akim@epita.fr>
21524
21525 * Makefile.maint: Sync with CVS Autoconf.
21526
f2b5126e
PB
215272001-08-14 Pascal Bart <pascal.bart@epita.fr>
21528
69b5cec4 21529 * doc/bison.texinfo: Include GNU Free Documentation License from
f2b5126e
PB
21530 `fdl.texi'.
21531 * doc/fdl.texi: Add to package.
21532
4ecbf796
MA
215332001-08-14 Marc Autret <autret_m@epita.fr>
21534
21535 Turn on %{source,header}_extension features.
21536
69b5cec4 21537 * src/lex.c (percent_table): Un-CPP out header_extension and
4ecbf796
MA
21538 source_extension.
21539 * src/files.c (compute_exts_from_gf): Compare pointers with NULL.
69b5cec4 21540 (compute_exts_from_src): Remove conditions. It restores priorities
4ecbf796
MA
21541 between options.
21542
95fb5662
MA
215432001-08-14 Marc Autret <autret_m@epita.fr>
21544
21545 * src/files.c (compute_base_names): Add extensions computing when
21546 `--file-prefix' used.
21547 Standardize function calls.
21548
78d09da9
MA
215492001-08-13 Marc Autret <autret_m@epita.fr>
21550
69b5cec4 21551 * src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
78d09da9
MA
21552 defining it (defined but null disables alloca).
21553
5a009f2c
MA
215542001-08-13 Marc Autret <autret_m@epita.fr>
21555
21556 * src/bison.simple (_yy_memcpy): CPP reformat.
21557
1e41465a
PB
215582001-08-13 Pascal Bart <pascal.bart@epita.fr>
21559
21560 * tests/atconfig.in (CPPFLAGS): Fix.
21561
c67a198d
PB
215622001-08-10 Pascal Bart <pascal.bart@epita.fr>
21563
79282c6c 21564 * doc/bison.texinfo: Include GNU General Public License from
c67a198d
PB
21565 `gpl.texi'.
21566 * doc/gpl.texi: Add to package.
21567
09a6de7e
MA
215682001-08-10 Marc Autret <autret_m@epita.fr>
21569
21570 * src/print_graph.h: Fix.
21571 * src/reader.c (read_declarations): Use parse_header_extension_decl ().
21572
b77b9ee0
AD
215732001-08-10 Akim Demaille <akim@epita.fr>
21574
21575 * src/system.h: Provide default declarations for stpcpy, strndup,
21576 and strnlen.
21577
3e259915
MA
215782001-08-10 Robert Anisko <anisko_r@epita.fr>
21579
21580 * doc/bison.texinfo (Locations): Update @$ stuff.
21581
ca96bc2d
MA
215822001-08-09 Robert Anisko <anisko_r@epita.fr>
21583
21584 * src/bison.simple (YYLLOC_DEFAULT): Update.
21585 (yyparse): Adjust.
21586
fdc6758b
MA
215872001-08-08 Marc Autret <autret_m@epita.fr>
21588
b77b9ee0 21589 * doc/bison.texinfo: Change @samp{$<@dots{}>} to
fdc6758b
MA
21590 @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.
21591 Reported by Fabrice Bauzac.
957d4dbf 21592
600cad3b
MA
215932001-08-08 Marc Autret <autret_m@epita.fr>
21594
21595 * src/vcg_default.h: Use NULL instead of 0 to initialize pointers.
21596 * src/vcg.c (output_node): Fix.
21597 * src/vcg.h: Cleanup.
21598 * src/print_graph.c: Add comments.
b77b9ee0 21599 (node_output_size): New global variable. Simplify the formatting of
600cad3b 21600 the VCG graph output.
b77b9ee0 21601 (print_actions): Unused code is now used. It notifies the final state
600cad3b 21602 and no action states in the VCG graph. It also give the reduce actions.
b77b9ee0 21603 The `shift and goto' edges are red and the `go to state' edges are
600cad3b
MA
21604 blue.
21605 Get the current node name and node_obstack by argument.
21606 (node_obstack): New variable.
21607 (print_state): Manage node_obstack.
21608 (print_core): Use node_obstack given by argument.
21609 A node is not only computed here but in print_actions also.
21610 (print_graph): CPP out useless code instead of commenting it.
21611
976e528f
AD
216122001-08-07 Pascal Bart <pascal.bart@epita.fr>
21613
21614 * tests/atconfig.in (CPPFLAGS): Fix.
21615
20e8e5ca
AD
216162001-08-07 Akim Demaille <akim@epita.fr>
21617
21618 * src/print_graph.c (quote): New.
21619 (print_core): Use it.
21620
957d4dbf 216212001-08-06 Akim Demaille <akim@epita.fr>, Marc Autret <autret_m@epita.fr>
3e3da797 21622
3e3da797
AD
21623 * src/vcg.c (complain.h): Include it.
21624 Unepitaize `return' invocations.
c4b66126 21625 [NDEBUG] (main): Remove.
79282c6c 21626 * src/vcg.h (node_t, edge_t, graph_t): Constify the char * members.
c4b66126
AD
21627 * src/files.c (open_files): Initialize graph_obstack.
21628 * src/print_graph.c (print_actions): CPP out useless code.
21629 (print_core): Don't output the last `\n' in labels.
21630 Use `quote'.
21631 * src/files.c (output_files): Output the VCG file.
21632 * src/main.c (main): Invoke print_graph ();
3e3da797 21633
957d4dbf 216342001-08-06 Marc Autret <autret_m@epita.fr>
22c2cbc0
AD
21635
21636 Automaton VCG graph output.
21637 Using option ``-g'' or long option ``--graph'', you can generate
21638 a gram_filename.vcg file containing a VCG description of the LALR (1)
21639 automaton of your grammar.
21640
21641 * src/main.c: Call to print_graph() function.
21642 * src/getargs.h: Update.
21643 * src/getargs.c (options): Update to catch `-g' and `--graph' options.
21644 (graph_flag): New flag.
21645 (longopts): Update.
21646 (getargs): Add case `g'.
21647 * src/files.c (graph_obstack): New obstack struct.
21648 (open_files): Initialize new obstack.
21649 (output_files): Saves graph_obstack if required.
21650 * src/files.h (graph_obstack): New extern declaration.
21651 * src/Makefile.am: Add new source files.
21652
927c1557 216532001-08-06 Marc Autret <autret_m@epita.fr>
ce4d5ce0
AD
21654
21655 * src/print_graph.c, src/print_graph.h (graph): New.
21656 * src/vcg.h: New file.
21657 * src/vcg.c: New file, VCG graph handling.
21658
7333d403
AD
216592001-08-06 Marc Autret <autret_m@epita.fr>
21660
21661 Add of %source_extension and %header_extension which specify
21662 the source or/and the header output file extension.
21663
21664 * src/files.c (compute_base_names): Remove initialisation of
21665 src_extension and header_extension.
21666 (compute_exts_from_gf): Update.
21667 (compute_exts_from_src): Update.
21668 (output_files): Update.
21669 * src/reader.c (parse_header_extension_decl): New.
21670 (parse_source_extension_decl): New.
21671 (read_declarations): New case statements for the new tokens.
21672 * src/lex.c (percent_table): Add entries for %source_extension
21673 and %header_extension.
21674 * src/lex.h (token_e): New tokens tok_hdrext and tok_srcext.
21675
84163231
AD
216762001-08-06 Marc Autret <autret_m@epita.fr>
21677
21678 * configure.in: Bump to 1.28c.
21679 * doc/bison.texinfo: Texinfo thingies.
21680
8303fc42
AD
216812001-08-04 Pascal Bart <pascal.bart@epita.fr>
21682
21683 * tests/atconfig.in (CPPFLAGS): Add.
21684 * tests/calc.at (AT_CHECK): Use CPPFLAGS.
21685
70a84437
AD
216862001-08-03 Akim Demaille <akim@epita.fr>
21687
21688 Version 1.28b.
21689
2ce10144
AD
216902001-08-03 Akim Demaille <akim@epita.fr>
21691
21692 * tests/Makefile.am (check-local): Ship testsuite.
21693 * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
21694 Include `string.h'.
21695
1e3e4bc1
AD
216962001-08-03 Akim Demaille <akim@epita.fr>
21697
21698 * configure.in: Try using -Wformat when compiling.
21699
42b45b7f
AD
217002001-08-03 Akim Demaille <akim@epita.fr>
21701
21702 * configure.in: Bump to 1.28b.
21703
8f13fe33
AD
217042001-08-03 Akim Demaille <akim@epita.fr>
21705
21706 * src/complain.c: Adjust strerror_r portability issues.
21707
b37ba92c
AD
217082001-08-03 Akim Demaille <akim@epita.fr>
21709
21710 Version 1.28a.
21711
b0ce6046
AD
217122001-08-03 Akim Demaille <akim@epita.fr>
21713
21714 * src/getargs.c, src/getarg.h (skeleton)): Constify.
21715 * src/lex.c (literalchar): Avoid name clashes on `buf'.
21716 * src/getargs.c: Include complain.h.
21717 * src/files.c, src/files.h (skeleton_find): Avoid name clashes.
21718 * lib/quotearg.c, lib/quotearg.h: Update from fileutils 4.1.
21719
d01c415b
AD
217202001-08-03 Akim Demaille <akim@epita.fr>
21721
21722 * src/reader.c (readgram): Display hidden chars in error messages.
21723
459dd1a6
AD
217242001-08-03 Akim Demaille <akim@epita.fr>
21725
21726 Update to gettext 0.10.39.
21727
53b74c0c
AD
217282001-08-03 Akim Demaille <akim@epita.fr>
21729
21730 * lib/strspn.c: New.
21731
234a3be3
AD
217322001-08-01 Marc Autret <autret_m@epita.fr>
21733
21734 * doc/bison.texinfo: Update.
21735 * doc/bison.1 (mandoc): Update.
21736 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove .c and .h.
21737 * src/files.c: Support output files extensions computing.
21738 (src_extension): New static variable.
21739 (header_extension): New static variable.
21740 (tr): New function.
21741 (get_extension_index): New function, gets the index of an extension
21742 filename in a string.
21743 (compute_exts_from_gf): New function, computes extensions from the
21744 grammar file extension.
21745 (compute_exts_from_src): New functions, computes extensions from the
21746 C source file extension, file given by ``-o'' option.
21747 (compute_base_names): Update.
21748 (output_files): Update.
21749
847bf1f5
AD
217502001-08-01 Robert Anisko <anisko_r@epita.fr>
21751
d995fee7 21752 * doc/bison.texi: Document @$.
847bf1f5
AD
21753 (Locations): New section.
21754
d074a105
AD
217552001-07-18 Akim Demaille <akim@epita.fr>
21756
21757 * Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
21758 * config/prev-version.txt, config/move-if-change: New.
21759 * Makefile.am: Adjust.
21760
3419715d
AD
217612001-07-08 Pascal Bart <pascal.bart@epita.fr>
21762
21763 * src/bison.simple (yyparse): Suppress warning `comparaison
21764 between signed and unsigned'.
21765
62ab6972
AD
217662001-07-05 Pascal Bart <pascal.bart@epita.fr>
21767
21768 * src/getargs.h (raw_flag): Remove.
21769 * src/getargs.c: Die on `-r'/`--raw'.
21770 * src/lex.c (parse_percent_token): Die on `%raw'.
21771 * src/reader.c (output_token_defines): Suppress call to `raw_flag'.
21772 * tests/calc.at: Suppress test with option `--raw'.
21773
1e24cc5b
AD
217742001-07-14 Akim Demaille <akim@epita.fr>
21775
21776 * config/: New.
21777 * configure.in: Require Autoconf 2.50.
21778 Update to gettext 0.10.38.
21779
32dfccf8
AD
217802001-03-16 Akim Demaille <akim@epita.fr>
21781
21782 * doc/bison.texinfo: ANSIfy the examples.
21783
cd5bd6ac
AD
217842001-03-16 Akim Demaille <akim@epita.fr>
21785
21786 * getargs.c (skeleton): New variable.
21787 (longopts): --skeleton is a new option.
21788 (shortopts, getargs): -S is a new option.
21789 * getargs.h: Declare skeleton.
21790 * output.c (output_parser): Use it.
21791
5141b016
AD
217922001-03-16 Akim Demaille <akim@epita.fr>
21793
21794 * m4/strerror_r.m4: New.
21795 * m4/error.m4: Run AC_FUNC_STRERROR_R.
21796 * lib/error.h, lib/error.c: Update.
21797
447992b9
AD
217982001-03-16 Akim Demaille <akim@epita.fr>
21799
21800 * src/getargs.c (longopts): Clean up.
21801
274d42ce
AD
218022001-02-21 Akim Demaille <akim@epita.fr>
21803
21804 * src/reader.c (gensym): `gensym_count' is your own.
21805 Use a static buf to create the symbol name, as token_buffer is no
21806 longer a buffer.
21807
22c821f3
AD
218082001-02-08 Akim Demaille <akim@epita.fr>
21809
21810 * src/conflicts.c (conflict_report): Be sure not to append to res
21811 between two calls, which could happen if both first sprintf were
21812 skipped, but not the first cp += strlen.
21813
18569462
AD
218142001-02-08 Akim Demaille <akim@epita.fr>
21815
21816 * lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
21817 New, from fileutils 4.0.37.
21818 * configure.in: Require Autoconf 2.49c. I took some time before
21819 making this decision. This is the only way out for portability
21820 issues in Bison, it would mean way too much duplicate effort to
21821 import in Bison features implemented in 2.49c since 2.13.
21822 AC_REPLACE_FUNCS and AC_CHECK_DECLS the functions above.
21823
0d8f3c8a
AD
218242001-02-02 Akim Demaille <akim@epita.fr>
21825
21826 * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
66075dcf 21827 * lib/xalloc.h, lib/xmalloc.c: Update.
0d8f3c8a 21828
f17bcd1f
AD
218292001-01-19 Akim Demaille <akim@epita.fr>
21830
21831 Get rid of the ad hoc handling of token_buffer in the scanner: use
21832 the obstacks.
21833
21834 * src/lex.c (token_obstack): New.
21835 (init_lex): Initialize it. No longer call...
21836 (grow_token_buffer): this. Remove it.
21837 Adjust all the places which used it to use the obstack.
21838
511e79b3
AD
218392001-01-19 Akim Demaille <akim@epita.fr>
21840
21841 * src/lex.h: Rename all the tokens:
21842 s/\bENDFILE\b/tok_eof/g;
21843 s/\bIDENTIFIER\b/tok_identifier/g;
21844 etc.
21845 Let them be enums, not #define, to ease debugging.
21846 Adjust all the code.
21847
0d6508ef
AD
218482001-01-18 Akim Demaille <akim@epita.fr>
21849
21850 * src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
21851 * src/lex.c (maxtoken, grow_token_buffer): Static.
21852
6deb4447
AD
218532001-01-18 Akim Demaille <akim@epita.fr>
21854
21855 Since we now use obstacks, more % directives can be enabled.
21856
21857 * src/lex.c (percent_table): Also accept `%yacc',
21858 `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
21859 `%debug'.
21860 Handle the actions for `%semantic_parser' and `%pure_parser' here,
21861 instead of returning a token.
21862 * src/lex.h (SEMANTIC_PARSER, PURE_PARSER): Remove, unused.
21863 * src/reader.c (read_declarations): Adjust.
21864 * src/files.c (open_files): Don't call `compute_base_names', don't
21865 compute `attrsfile' since they depend upon data which might be
21866 *in* the input file now.
21867 (output_files): Do it here.
21868 * src/output.c (output_headers): Document the fact that this patch
21869 introduces a guaranteed SEGV for semantic parsers.
21870 * doc/bison.texinfo: Document them.
21871 * tests/suite.at: Exercise these %options.
21872
ff4423cc
AD
218732000-12-20 Akim Demaille <akim@epita.fr>
21874
21875 Also handle the output file (--verbose) with obstacks.
21876
21877 * files.c (foutput): Remove.
21878 (output_obstack): New.
21879 Adjust all dependencies.
21880 * src/conflicts.c: Return a string.
21881 * src/system.h (obstack_grow_string): Rename as...
21882 (obstack_sgrow): this. Be ready to work with non literals.
21883 (obstack_fgrow4): New.
21884
956dba3a
AD
218852000-12-20 Akim Demaille <akim@epita.fr>
21886
21887 * src/files.c (open_files): Fix the computation of short_base_name
21888 in the case of `-o foo.tab.c'.
21889
337bab46
AD
218902000-12-20 Akim Demaille <akim@epita.fr>
21891
21892 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
21893 (copy_dollar): Now that everything uses obstacks, get rid of the
21894 FILE * parameters.
21895
5d3214b8
AD
218962000-12-20 Akim Demaille <akim@epita.fr>
21897
21898 * src/files.c (open_files): Actually the `.output' file is based
21899 on the short_base_name, not base_name.
21900 * tests/suite.at (Checking output file names): Adjust.
21901
29092a57
AD
219022000-12-20 Akim Demaille <akim@epita.fr>
21903
21904 * src/bison.s1: Remove, we now use directly...
21905 * src/bison.simple: this.
21906 * src/Makefile.am: Use pkgdata instead of data.
21907
ea5607fd
AD
219082000-12-20 Akim Demaille <akim@epita.fr>
21909
21910 * src/files.c (guard_obstack): New.
21911 (open_files): Initialize it.
21912 (output_files): Dump it...
21913 * src/files.h: Export it.
21914 * src/reader.c (copy_guard): Use it.
21915
27110317
AD
219162000-12-19 Akim Demaille <akim@epita.fr>
21917
21918 * src/files.c (outfile, defsfile, actfile): Removed as global
21919 vars.
21920 (open_files): Don't compute them.
21921 (output_files): Adjust.
21922 (base_name, short_base_name): Be global.
21923 Adjust dependencies.
21924
19c50364
AD
219252000-12-19 Akim Demaille <akim@epita.fr>
21926
21927 * src/files.c (strsuffix): New.
21928 (stringappend): Be just like strcat but allocate.
21929 (base_names): Eve out from open_files.
21930 Try to simplify the rather hairy computation of base_name and
21931 short_base_name.
21932 (open_files): Use it.
21933 * tests/suite.at (Checking output file names): New test.
21934
573c1d9f
AD
219352000-12-19 Akim Demaille <akim@epita.fr>
21936
21937 * src/system.h (obstack_grow_literal_string): Rename as...
21938 (obstack_grow_string): this.
21939 * src/output.c (output_parser): Recognize `%% actions' instead of
21940 `$'.
21941 * src/bison.s1: s/$/%% actions/.
21942 * src/bison.hairy: Likewise.
21943
ef7ddedd
AD
219442000-12-19 Akim Demaille <akim@epita.fr>
21945
21946 * src/output.c (output_parser): Compute the `#line' lines when
21947 there are.
21948 * src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
21949 Suggested by Hans Aberg.
21950
ff61dabd
AD
219512000-12-19 Akim Demaille <akim@epita.fr>
21952
21953 Let the handling of the skeleton files be local to the procedures
21954 that use it.
21955
21956 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
21957 longer static.
21958 (fparser, open_extra_files): Remove.
21959 (open_files, output_files): Don't take care of fparser.
21960 * src/files.h: Adjust.
21961 * src/output.c (output_parser): Open and close the file to the
21962 skeleton.
21963 * src/reader.c (read_declarations): When %semantic_parser, open
21964 fguard.
21965
55b96341
AD
219662000-12-19 Akim Demaille <akim@epita.fr>
21967
21968 * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
21969 * src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
21970
358c15b7
AD
219712000-12-19 Akim Demaille <akim@epita.fr>
21972
21973 * src/files.c (open_files): Yipee! We no longer need all the code
21974 looking for `/tmp' since we have no tmp file.
21975
7de3329e
AD
219762000-12-19 Akim Demaille <akim@epita.fr>
21977
21978 * src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_GUARD_C):
21979 New macros.
21980 * src/files.c (open_files): Less dependency on MSDOS etc.
21981
3abcd459
AD
219822000-12-14 Akim Demaille <akim@epita.fr>
21983
21984 * src/bison.s1 (YYLLOC_DEFAULT): New macro.
21985 Provide a default definition.
21986 Use it when executing the default @ action.
21987 * src/reader.c (reader_output_yylsp): No longer include
21988 `timestamp' and `text' in the default YYLTYPE.
21989
2a91a95e
AD
219902000-12-12 Akim Demaille <akim@epita.fr>
21991
21992 * src/reader.c (copy_definition, parse_union_decl, copy_action)
21993 (copy_guard): Quote the file names.
21994 Reported by Laurent Mascherpa.
21995
14d3eb9b
AD
219962000-12-12 Akim Demaille <akim@epita.fr>
21997
21998 * src/output.c (output_headers, output_program, output): Be sure
21999 to escape special characters when outputting filenames.
22000 (ACTSTR_PROLOGUE, ACTSTR_EPILOGUE): Remove.
22001 (output_headers): Don't depend on them, Use ACTSTR.
22002
d7045ec6
AD
220032000-11-17 Akim Demaille <akim@epita.fr>
22004
22005 * lib/obstack.h: Formatting changes.
22006 (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
22007 prevents type checking.
22008 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
22009 cast the value to (void *): assigning a `foo *' to a `void *'
22010 variable is valid.
22011 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
22012 * src/reader.c (parse_union_decl): Typo: use obstack_1grow to
22013 append characters.
22014
6fd54b73
AD
220152000-11-17 Akim Demaille <akim@epita.fr>
22016
22017 * tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
22018 as...
22019 (suite.m4, regression.m4, calc.m4): these.
22020 * tests/atgeneral.m4: Update from CVS Autoconf.
22021
4c50eae6
AD
220222000-11-17 Akim Demaille <akim@epita.fr>
22023
22024 * tests/regression.m4 (%union and --defines): New test,
22025 demonstrating a current bug in the obstack implementation.
22026
a35f64ea
AD
220272000-11-17 Akim Demaille <akim@epita.fr>
22028
22029 * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
22030 macros.
22031 Use them to declare the variables which are global or local to
22032 `yyparse'.
22033
7de23534
AD
220342000-11-17 Akim Demaille <akim@epita.fr>
22035
22036 * acconfig.h: Remove, no longer used.
22037
aa7815f5
AD
220382000-11-07 Akim Demaille <akim@epita.fr>
22039
22040 * src: s/Copyright (C)/Copyright/g.
22041
5af1f549
AD
220422000-11-07 Akim Demaille <akim@epita.fr>
22043
22044 * src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
22045 defining.
22046 * src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
22047
553e2b22
AD
220482000-11-07 Akim Demaille <akim@epita.fr>
22049
22050 * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
22051 Merge in a single CPP if/else.
22052
8a4f41d6
AD
220532000-11-07 Akim Demaille <akim@epita.fr>
22054
22055 * src/output.c (output): Remove useless variables.
22056 * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
22057 argument `data' for consistency with the prototypes.
22058 Qualify it `const'.
22059 (obstack_copy, obstack_copy0): Rename the second argument as
22060 `address' for consistency. Qualify it `const'.
22061 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
22062 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
22063 `const' their input argument (`data' or `address').
22064 Adjust the corresponding macros to include `const' in casts.
22065
095a3fb5
AD
220662000-11-03 Akim Demaille <akim@epita.fr>
22067
22068 * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
22069 s/PFILE1/BISON_HAIRY/.
22070 Adjust dependencies.
22071
d1cdce7c
AD
220722000-11-03 Akim Demaille <akim@epita.fr>
22073
090c5ebf 22074 For some reason, this was not applied.
d1cdce7c
AD
22075
22076 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
22077 `unlink': it's no longer used.
22078
9311529b
AD
220792000-11-03 Akim Demaille <akim@epita.fr>
22080
22081 * src/files.c (skeleton_find): New function, eved out of...
22082 (open_files, open_extra_files): here.
22083
d8880f69
AD
220842000-11-03 Akim Demaille <akim@epita.fr>
22085
22086 Don't use `atexit'.
22087
22088 * src/files.c (obstack_save): New function.
22089 (done): Rename as...
22090 (output_files): this.
22091 Use `obstack_save'.
22092 * src/main.c (main): Don't use `atexit' to register `done', since
22093 it no longer has to remove tmp files, just call `output_files'
22094 when there are no errors.
22095
0dbb648e
AD
220962000-11-02 Akim Demaille <akim@epita.fr>
22097
22098 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
22099 `unlink': it's no longer used.
22100 * src/files.h: Formatting changes.
22101
896fe5c1
AD
221022000-11-02 Akim Demaille <akim@epita.fr>
22103
22104 Remove the last uses of mktemp and unlink/delete.
22105
22106 * src/files.c (fdefines, ftable): Removed.
22107 (defines_ostack, table_obstack): New.
22108 Adjust dependencies of the former into uses of the latter.
22109 * src/output.c (output_short_or_char_table, output_short_table):
22110 Convert to using obstacks.
22111 * src/reader.c (copy_comment2): Accept one FILE * and two
22112 obstacks.
22113 (output_token_defines, reader_output_yylsp): Use obstacks.
22114 * src/system.h (obstack_fgrow3): New.
1f65350a 22115 * po/POTFILES.in: Adjust.
896fe5c1 22116
dd60faec
AD
221172000-11-01 Akim Demaille <akim@epita.fr>
22118
22119 Change each use of `fattrs' into a use of `attrs_obstack'.
22120
22121 * src/reader.c (copy_at): Typo: s/yylloc/yyloc/.
22122 * src/files.c (fattrs): Remove.
22123 (attrs_obstack): New.
22124 Adjust all dependencies.
22125 (done): If SEMANTIC_PARSER, dump attrs_obstack into attrsfile.
22126
8c7ebe49
AD
221272000-11-01 Akim Demaille <akim@epita.fr>
22128
22129 Introduce obstacks.
22130 Change each use of `faction' into a use of `action_obstack'.
22131
22132 * lib/obstack.h, lib/obstack.c: New files.
22133 * src/files.c (faction): Remove.
22134 (action_obstack): New.
22135 Adjust all dependencies.
22136
77aee789
AD
221372000-10-20 Akim Demaille <akim@epita.fr>
22138
22139 * lib/quote.h (PARAMS): New macro. Use it.
22140
43591cec
AD
221412000-10-16 Akim Demaille <akim@epita.fr>
22142
22143 * src/output.c (output_short_or_char_table): New function.
22144 (output_short_table, output_token_translations): Use it.
22145 (goto_actions): Use output_short_table.
22146
1e9798d5
AD
221472000-10-16 Akim Demaille <akim@epita.fr>
22148
22149 * src/symtab.c (bucket_new): New function.
22150 (getsym): Use it.
22151
22152 * src/output.c (output_short_table): New argument to display the
22153 comment associated with the table.
22154 Adjust dependencies.
22155 (output_gram): Use it.
22156 (output_rule_data): Nicer output layout for YYTNAME.
22157
f282676b
AD
221582000-10-16 Akim Demaille <akim@epita.fr>
22159
22160 * src/lex.c (read_typename): New function.
22161 (lex): Use it.
22162 * src/reader.c (copy_dollar): Likewise.
22163
550a72a3
AD
221642000-10-16 Akim Demaille <akim@epita.fr>
22165
22166 * src/reader.c (copy_comment2): Expect the input stream to be on
22167 the `/' which is suspected to open a comment, instead of being
22168 called after `//' or `/*' was read.
22169 (copy_comment, copy_definition, parse_union_decl, copy_action)
22170 (copy_guard): Adjust.
22171
131e2fef
AD
221722000-10-16 Akim Demaille <akim@epita.fr>
22173
22174 * src/reader.c (parse_expect_decl): Use `skip_white_space' and
22175 `read_signed_integer'.
22176
79282c5a
AD
221772000-10-16 Akim Demaille <akim@epita.fr>
22178
22179 * src/reader.c (copy_dollar): New function.
22180 (copy_guard, copy_action): Use it.
22181
ff4a34be
AD
221822000-10-16 Akim Demaille <akim@epita.fr>
22183
22184 * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
22185 * m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
22186 New files, from Fileutils 4.0.27.
22187 * src/main.c (printable_version): Remove.
22188 * src/lex.c, src/reader.c: Use `quote'.
22189
221902000-10-04 Akim Demaille <akim@epita.fr>
22191
22192 * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
22193
14ded682
AD
221942000-10-04 Akim Demaille <akim@epita.fr>
22195
22196 * doc/bison.texinfo: Various typos spotted by Neil Booth.
22197
8e03724b
AD
221982000-10-04 Akim Demaille <akim@epita.fr>
22199
22200 When a literal string is used to define two different tokens,
22201 `bison -v' segfaults.
22202 Reported by Piotr Gackiewicz, and fixed by Neil Booth.
22203
22204 * tests/regression.m4: New file.
22205 Include the core of the sample provided by Piotr Gackiewicz.
22206 * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
22207 properly.
22208
a9e64249
AD
222092000-10-04 Akim Demaille <akim@epita.fr>
22210
22211 * src/reader.c (parse_expect_decl): Keep `count' within the size
22212 of `buffer'.
22213 From Neil Booth.
22214
da9abf43
AD
222152000-10-02 Paul Eggert <eggert@twinsun.com>
22216
22217 * bison.s1 (yyparse): Assign the default value
22218 unconditionally, to avoid a GCC warning and make the parser a
22219 tad smaller.
22220
c33638bb
AD
222212000-10-02 Akim Demaille <akim@epita.fr>
22222
22223 * src/getargs.c (getargs): Don't dump `--help' on unrecognized
22224 options.
22225
444c570a
AD
222262000-10-02 Akim Demaille <akim@epita.fr>
22227
22228 * src/derives.c, src/print.c, src/reduce.c: To ease the
22229 translation, move some `\n' out of the translated strings.
22230
89cab50d
AD
222312000-10-02 Akim Demaille <akim@epita.fr>
22232
22233 The location tracking mechanism is precious for parse error
22234 messages. Nevertheless, it is enabled only when `@n' is used in
22235 the grammar, which is a different issue (you can use it in error
22236 message, but not in the grammar per se). Therefore, there should
22237 be another means to enable it.
22238
22239 * src/getargs.c (getargs): Support `--locations'.
22240 (usage): Report it.
22241 * src/getargs.h (locationsflag): Export it.
22242 * src/lex.c (percent_table): Support `%locations'.
22243 * src/reader.c (yylsp_needed): Remove this variable, now replaced
22244 with `locationsflag'.
22245 * doc/bison.texinfo: Document `--locations' and `%locations'.
22246 Sort the options.
22247 * tests/calc.m4: Test it.
22248
22249 For regularity of the names, replace each
22250 (nolineflag, toknumflag, rawtokenumflag, noparserflag): with...
22251 (no_lineflag, token_tableflag, rawflag, no_parserflag): this.
22252 In addition replace each `flag' with `_flag'.
22253
d6c2cba0
AD
222542000-10-02 Akim Demaille <akim@epita.fr>
22255
22256 Also test parse error messages, including with YYERROR_VERBOSE.
22257
22258 * tests/calc.m4 (calc.y): Add support for `exp = exp' (non
22259 associative).
22260 Use it to check the computations.
22261 Use it to check `nonassoc' is honored.
22262 (AT_DATA_CALC_Y): Equip `calc.y' with YYERROR_VERBOSE when passed
22263 `--yyerror-verbose'.
22264 (_AT_CHECK_CALC): Adjust to this option.
22265 (_AT_CHECK_CALC_ERROR): New macro to check parse error messages.
22266
5a35a6cb
AD
222672000-10-02 Akim Demaille <akim@epita.fr>
22268
22269 Test also `--verbose', `--defines' and `--name-prefix'. Testing
22270 the latter demonstrates a flaw in the handling of non debugging
22271 parsers introduced by myself on 2000-03-16: `#define yydebug 0'
22272 was used in order to simplify:
22273
22274 #if YYDEBUG
22275 if (yydebug)
22276 {
22277 ...
22278 }
22279 #endif
22280
22281 into
22282
22283 if (yydebug)
22284 {
22285 ...
22286 }
22287
22288 unfortunately this leads to a CPP conflict when
22289 `--name-prefix=foo' is used since it produces `#define yydebug
22290 foodebug'.
22291
22292 * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
22293 (YYDPRINTF): New macro.
22294 Spread its use.
22295 * tests/calc.m4 (AT_CHECK_CALC): Do require a title, build it from
22296 the bison options.
22297 Also test `--verbose', `--defines' and `--name-prefix'.
22298
71da9eea
AD
222992000-10-02 Akim Demaille <akim@epita.fr>
22300
22301 Improve the readability of the produced parsers.
22302
22303 * src/bison.s1: Formatting changes.
22304 Improve the comment related to the `$' mark.
22305 (yydefault): Don't fall through to `yyresume': `goto' there.
22306 * src/output.c (output_parser): When the `$' is met, skip the end
22307 of its line.
22308 New variable, `number_of_dollar_signs', to check there's exactly
22309 one `$' in the parser skeleton.
22310
95e36146
AD
223112000-10-02 Akim Demaille <akim@epita.fr>
22312
22313 * lib/xstrdup.c: New file, from the fileutils.
22314 * src/reader.c (parse_token_decl, get_type_name, parse_type_decl)
22315 (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
22316 instead of strlen + xmalloc + strcpy.
22317 * src/symtab.c (copys): Remove, use xstrdup instead.
22318
d7020c20
AD
223192000-10-02 Akim Demaille <akim@epita.fr>
22320
22321 * src/gram.h (associativity): New enum type which replaces the
22322 former CPP macros `RIGHT_ASSOC', `LEFT_ASSOC' and `NON_ASSOC' with
22323 `right_assoc', `left_assoc' and `non_assoc'.
22324 Adjust all dependencies.
22325 * src/reader.c: Formatting changes.
22326 (LTYPESTR): Don't define it, use it as a literal in
22327 `reader_output_yylsp'.
22328 * src/symtab.h (symbol_class): New enum type which replaces the
22329 former CPP macros `SUNKNOWN', `STOKEN and `SNTERM' with
22330 `sunknown', `stoken and `snterm'.
22331
1916f98e
AD
223322000-10-02 Akim Demaille <akim@epita.fr>
22333
22334 * src/getargs.c (fixed_outfiles): Rename as...
22335 (yaccflag): for consistency and accuracy.
22336 Adjust dependencies.
22337
d7913476
AD
223382000-10-02 Akim Demaille <akim@epita.fr>
22339
22340 Use the more standard files `xalloc.h' and `xmalloc.c' instead of
22341 Bison's `allocate.c' and `alloc.h'. This patch was surprisingly
22342 difficult and introduced a lot of core dump. It turns out that
22343 Bison used an implementation of `xmalloc' based on `calloc', and
22344 at various places it does depend upon the initialization to 0. I
22345 have not tried to isolate the pertinent places, and all the former
22346 calls to Bison's `xmalloc' are now using `XCALLOC'. Someday,
22347 someone should address this issue.
22348
22349 * src/allocate.c, src/alloc.h, m4/bison-decl.m4: Remove.
22350 * lib/xmalloc.c, lib/xalloc.h, m4/malloc.m4, m4/realloc.m4: New
22351 files.
22352 Adjust dependencies.
22353 * src/warshall.h: New file.
22354 Propagate.
22355
340ef489
AD
223562000-10-02 Akim Demaille <akim@epita.fr>
22357
22358 Various anti-`extern in *.c' changes.
22359
22360 * src/system.h: Include `assert.h'.
22361
b2ca4022
AD
223622000-10-02 Akim Demaille <akim@epita.fr>
22363
22364 * src/state.h (nstates, final_state, first_state, first_shift)
22365 (first_reduction): Move their exportation from here...
22366 * src/LR0.h: to here.
22367 Adjust dependencies.
22368 * src/getargs.c (statisticsflag): New variable.
22369 Add support for `--statistics'.
22370 Adjust dependencies.
22371
22372 Remove a lot of now useless `extern' statements in most files.
22373
403b315b
AD
223742000-10-02 Akim Demaille <akim@epita.fr>
22375
22376 * src/LR0.h: New file.
22377 Propagate its use.
22378
07a58c13
AD
223792000-10-02 Akim Demaille <akim@epita.fr>
22380
22381 * src/print.h: New file.
22382 Propagate its use.
22383 * src/print.c: Formatting and ordering changes.
22384 (verbose, terse): Replace with...
22385 (print_results): this new function.
22386 Adjust dependencies.
22387
0619caf0
AD
223882000-10-02 Akim Demaille <akim@epita.fr>
22389
22390 * src/conflicts.c (conflict_report): New function.
22391 (conflict_log, verbose_conflict_log): Replace with...
22392 (print_conflicts): this function.
22393 Adjust dependencies.
22394 * src/conflicts.h: New file.
22395 Propagate its inclusion.
22396
3519ec76
AD
223972000-10-02 Akim Demaille <akim@epita.fr>
22398
22399 * src/nullable.h: New file.
22400 Propagate its inclusion.
22401 * src/nullable.c: Formatting changes.
22402
015acc48
AD
224032000-10-02 Akim Demaille <akim@epita.fr>
22404
22405 * src/reduce.h: New file.
22406 Propagate its inclusion.
22407 * src/reduce.c: Topological sort and other formatting changes.
22408 (bool, TRUE, FALSE): Move their definition to...
22409 * src/system.h: here.
22410
8963a27b
AD
224112000-10-02 Akim Demaille <akim@epita.fr>
22412
22413 * src/files.c: Formatting changes.
22414 (tryopen, tryclose, openfiles): Rename as...
22415 (xfopen, xfclose, open_files): this.
22416 (stringappend): static.
22417 * src/files.h: Complete the list of exported symbols.
22418 Propagate its use.
22419
a70083a3
AD
224202000-10-02 Akim Demaille <akim@epita.fr>
22421
22422 * src/reader.h: New file.
22423 Propagate its use instead of tedious list of `extern' and
22424 prototypes.
22425 * src/reader.c: Formatting changes, topological sort,
22426 s/register//.
22427
abadc117
AD
224282000-10-02 Akim Demaille <akim@epita.fr>
22429
22430 * src/lex.h: Prototype `lex.c' exported functions.
22431 * src/reader.c: Adjust.
22432 * src/lex.c: Formatting changes.
22433 (safegetc): Rename as...
22434 (xgetc): this.
22435
720d742f
AD
224362000-10-02 Akim Demaille <akim@epita.fr>
22437
22438 * src/lalr.h: New file.
22439 Propagate its inclusion instead of prototypes and `extern'.
22440 * src/lalr.c: Formatting changes, topological sorting etc.
22441
f2acea59
AD
224422000-10-02 Akim Demaille <akim@epita.fr>
22443
22444 * src/output.c (token_actions): Introduce a temporary array,
22445 YYDEFACT, that makes it possible for this function to use
22446 output_short_table.
22447
d019d655
AD
224482000-10-02 Akim Demaille <akim@epita.fr>
22449
22450 `user_toknums' is output as a `short[]' in `output.c', while it is
22451 defined as a `int[]' in `reader.c'. For consistency with the
22452 other output tables, `user_toknums' is now defined as a table of
22453 shorts.
22454
22455 * src/reader.c (user_toknums): Be a short table instead of an int
22456 table.
22457 Adjust dependencies.
22458
22459 Factor the short table outputs.
22460
22461 * src/output.c (output_short_table): New function.
22462 * src/output.c (output_gram, output_stos, output_rule_data)
22463 (output_base, output_table, output_check): Use it.
22464
6c89f1c1
AD
224652000-10-02 Akim Demaille <akim@epita.fr>
22466
22467 * src/output.c (output): Topological sort of the functions, in
22468 order to get rid of the `static' prototypes.
22469 No longer use `register'.
22470 * src/output.h: New file.
22471 Propagate its inclusion in files explicitly prototyping functions
22472 from output.c.
22473
d9efd181
AD
224742000-09-21 Akim Demaille <akim@epita.fr>
22475
22476 * src/atgeneral.m4: Update from Autoconf.
22477
c29240e7 224782000-09-21 Akim Demaille <akim@epita.fr>
2fa6973e
AD
22479
22480 * src/closure.h: New file.
22481 * src/closure.c: Formatting changes, topological sort over the
22482 functions, use of closure.h.
22483 (initialize_closure, finalize_closure): Rename as...
22484 (new_closure, free_closure): these. Adjust dependencies.
22485 * src/LR0.c: Formatting changes, topological sort, use of
22486 cloture.h.
22487 (initialize_states): Rename as...
22488 (new_states): this.
22489 * src/Makefile.am (noinst_HEADERS): Adjust.
22490
499daa50
AD
224912000-09-20 Akim Demaille <akim@epita.fr>
22492
22493 * src/acconfig.h: Don't protect config.h against multiple
22494 inclusion.
22495 Don't define PARAMS.
22496 * src/system.h: Define PARAMS.
22497 Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the
22498 purpose of config.h. system.h must not try to fix wrong
22499 definitions in config.h.
22500
cc84fd5d
AD
225012000-09-20 Akim Demaille <akim@epita.fr>
22502
22503 * src/derives.h: New file.
22504 * src/main.c, src/derives.h: Use it.
22505 Formatting changes.
22506 * src/Makefile.am (noinst_HEADERS): Adjust.
22507
db5b3a89
AD
225082000-09-20 Akim Demaille <akim@epita.fr>
22509
22510 * tests/atgeneral.m4: Update from Autoconf.
22511 * tests/calc.m4 (_AT_DATA_CALC_Y, AT_DATA_CALC_Y, _AT_CHECK_CALC)
22512 (AT_CHECK_CALC): New macros.
22513 Use these macros to test bison with options `', `--raw',
22514 `--debug', `--yacc', `--yacc --debug'.
22515
ceed8467
AD
225162000-09-19 Akim Demaille <akim@epita.fr>
22517
22518 * src/output.c: Formatting changes.
22519 * src/machine.h: Remove, leaving its contents in...
22520 * src/system.h: here.
22521 Include stdio.h.
22522 Adjust all dependencies on stdio.h and machine.h.
22523 * src/getargs.h: New file.
22524 Let all `extern' declarations about getargs.c be replaced with
22525 inclusion of `getargs.h'.
22526 * src/Makefile.am (noinst_HEADERS): Adjust.
22527
22528 * tests/calc.m4 (yyin): Be initialized in main, not on the global
22529 scope.
22530 (yyerror): Returns void, not int.
22531 * doc/bison.texinfo: Formatting changes.
22532
05a1d24b
AD
225332000-09-19 Akim Demaille <akim@epita.fr>
22534
22535 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
22536 portable.
22537
cbd25751
AD
225382000-09-18 Akim Demaille <akim@epita.fr>
22539
22540 * configure.in: Append WARNING_CFLAGS to CFLAGS.
22541 * src/Makefile.am (INCLUDES): Don't.
22542 Be ready to fetch headers in lib/.
22543
13863333
AD
225442000-09-18 Akim Demaille <akim@epita.fr>
22545
22546 * doc/bison.texinfo: Update the copyright.
22547 ANSIfy and GNUify the examples.
22548 Remove the old menu.
22549
0d533154
AD
225502000-09-18 Akim Demaille <akim@epita.fr>
22551
22552 First set of tests: use the `calc' example from the documentation.
22553
22554 * src/bison.s1 (yyparse): Condition the code using `yytname' which
22555 is defined only when YYDEBUG is.
22556 * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
22557 * src/files.c (tryopen, tryclose): Formatting changes.
22558 Move to the top and be static.
22559 * src/reader.c (read_signed_integer): Likewise.
22560 * tests/calc.m4: New file.
22561 * Makefile.am, suite.m4: Adjust.
22562 * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
22563
e79137ac
AD
225642000-09-18 Akim Demaille <akim@epita.fr>
22565
22566 Add support for an Autotest test suite for Bison.
22567
22568 * m4/m4.m4, m4/atconfig.m4: New files.
22569 * m4/Makefile.am (EXTRA_DIST): Adjust.
22570 * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
22571 files.
22572 * src/getargs.c: Display a more standard --version message.
22573 * src/reader.c (reader): Formatting changes.
22574 No longer depend upon VERSION_STRING.
22575 * configure.in: No longer use `dnl'.
22576 Set up the test suite and the new directory `tests/.
22577 (VERSION_STRING): Remove.
22578
27821bff
AD
225792000-04-14 Akim Demaille <akim@epita.fr>
22580
22581 * src/reader.c (copy_comment2): New function, same as former
22582 `copy_comment', but outputs into two FILE *.
22583 (copy_comment): Use it.
22584 (parse_union_decl): Use it.
22585 (get_type, parse_start_decl): Use the same `invalid' message.
22586 (parse_start_decl, parse_union_decl): Use the same `multiple'
22587 message.
22588 (parse_union_decl, copy_guard, copy_action): Use the same
22589 `unmatched' message.
22590 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
22591
cfe5fbc0
AD
225922000-03-31 Akim Demaille <akim@epita.fr>
22593
22594 * src/files.c (tryopen, tryclose): Move to the top.
22595 Be static.
22596
cb7db13e
AD
225972000-03-31 Akim Demaille <akim@epita.fr>
22598
22599 * src/main.c (main): Don't call `done', exit does it.
22600
a0f6b076
AD
226012000-03-31 Akim Demaille <akim@epita.fr>
22602
36281465
AD
22603 * allocate.c: s/return (foo)/return foo/.
22604 * lalr.c: Likewise.
22605 * LR0.c: Likewise.
22606 * output.c: Likewise.
22607 * reader.c: Likewise.
22608 * symtab.c: Likewise.
22609 * vmsgetargs.c: Likewise.
22610
226112000-03-31 Akim Demaille <akim@epita.fr>
22612
22613 Clean up the error reporting functions.
a0f6b076
AD
22614
22615 * src/report.c: New file.
22616 * src/report.h: Likewise.
22617 * src/Makefile.am: Adjust.
22618 * m4/error.m4: New file.
22619 * m4/Makefile.am: Adjust.
22620 * configure.in (jm_PREREQ_ERROR): Call it.
22621 * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
22622 Remove.
22623 (fatal, fatals): Remove. All callers use complain.c::fatal.
22624 (warn, warni, warns, warnss, warnss): Remove. All callers use
22625 complain.c::complain.
22626 (toomany): Remove, use fatal instead.
22627 * src/files.c (done): No argument, use complain_message_count.
22628 * src/main.c (main): Register `done' to `atexit'.
22629
22630 * src/getargs.c (usage): More `fputs', less `fprintf'.
22631
18539825
AD
226322000-03-28 Akim Demaille <akim@epita.fr>
22633
22634 * lib/: New directory.
22635 * Makefile.am (SUBDIRS): Adjust.
22636 * configure.in: Adjust.
22637 (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
22638 useless.
22639 * src/alloca.c: Moved to lib/.
22640 * src/getopt.c: Likewise.
22641 * src/getopt1.c: Likewise.
22642 * src/getopt.h: Likewise.
22643 * src/ansi2knr.c: Likewise.
22644 * src/ansi2knr.1: Likewise.
22645 * src/Makefile.am: Adjust.
22646 * lib/Makefile.am: New file.
22647
9f306f2a
AD
226482000-03-28 Akim Demaille <akim@epita.fr>
22649
22650 * src/getargs.c (usage): Refresh the help message.
22651
0ba347b6
AD
226522000-03-17 Akim Demaille <akim@epita.fr>
22653
22654 * src/getopt1.c: Updated from textutils 2.0e
22655 * src/getopt.c: Likewise.
22656 * src/getopt.h: Likewise.
22657
dbe7f271
AD
226582000-03-17 Akim Demaille <akim@epita.fr>
22659
22660 * src/Makefile.am (bison.simple): Fix the awk program: quote only
22661 the file name, not the whole `#line LINE FILE'.
22662
75bbe78d
AD
226632000-03-17 Akim Demaille <akim@epita.fr>
22664
22665 On syntax errors, report the token on which we choked.
22666
aa5fd0ee
AD
22667 * src/bison.s1 (yyparse): In the label yyerrlab, when
22668 YYERROR_VERBOSE, add yychar in msg.
75bbe78d 22669
7b306f52
AD
226702000-03-17 Akim Demaille <akim@epita.fr>
22671
aa5fd0ee 22672 * src/reader.c (copy_at): New function.
7b306f52
AD
22673 (copy_guard): Use it.
22674 (copy_action): Use it.
22675
e87b5700
AD
226762000-03-17 Akim Demaille <akim@epita.fr>
22677
22678 Be kind to translators, save some useless translations.
22679
aa5fd0ee 22680 * src/main.c (banner): New function.
e87b5700
AD
22681 (fatal_banner): Use it.
22682 (warn_banner): Use it.
22683
ae3c3164
AD
226842000-03-17 Akim Demaille <akim@epita.fr>
22685
aa5fd0ee
AD
22686 * src/reader.c (copy_definition): Use copy_string and
22687 copy_comment. Removed now unused `match', `ended',
22688 `cplus_comment'.
ae3c3164
AD
22689 (copy_comment, copy_string): Moved, to be visible from
22690 copy_definition.
22691
4dc58e7c
AD
226922000-03-17 Akim Demaille <akim@epita.fr>
22693
aa5fd0ee
AD
22694 * src/reader.c (copy_string): Declare `static inline'. No
22695 problems with inline, since it is checked by configure.
4dc58e7c
AD
22696 (copy_comment): Likewise.
22697
0a6384c4
AD
226982000-03-17 Akim Demaille <akim@epita.fr>
22699
aa5fd0ee 22700 * src/reader.c (packsymbols): Formatting changes.
0a6384c4 22701
3cef001a
AD
227022000-03-17 Akim Demaille <akim@epita.fr>
22703
aa5fd0ee 22704 * src/reader.c (copy_comment): New function, factored out from:
3cef001a
AD
22705 (copy_action): Use it. Removed now unused `match', `ended',
22706 `cplus_comment'.
22707 (copy_guard): Likewise.
22708
ca36d2ef
AD
227092000-03-17 Akim Demaille <akim@epita.fr>
22710
aa5fd0ee 22711 * src/reader.c (copy_string): New function, factored out from:
ca36d2ef
AD
22712 (copy_action): Use it.
22713 (copy_guard): Likewise.
22714
6666f98f
AD
227152000-03-17 Akim Demaille <akim@epita.fr>
22716
22717 Change the handling of @s so that they behave exactly like $s.
22718 There is now a pseudo variable @$ (readble and writable), location
22719 of the lhs of the rule (by default ranging from the location of
22720 the first symbol of the rhs, to the location of the last symbol,
22721 or, if the rhs is empty, YYLLOC).
22722
22723 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
22724 yyval.
22725 (yyparse): When providing a default semantic action, provide a
22726 default location action.
22727 (after the $): No longer change `*YYLSP', just stack YYLOC the
22728 same way you stack YYVAL.
22729 * src/reader.c (read_declarations): Use warns.
22730 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
22731 (copy_action, case '@'): Likewise.
22732 Use a standard error message, to save useless work from
22733 translators.
22734
41aca2e0
AD
227352000-03-17 Akim Demaille <akim@epita.fr>
22736
aa5fd0ee
AD
22737 * src/bison.s1: Formatting and cosmetics changes.
22738 * src/reader.c: Likewise.
41aca2e0
AD
22739 Update the Copyright notice.
22740
dc08c1d5
AD
227412000-03-17 Akim Demaille <akim@epita.fr>
22742
aa5fd0ee
AD
22743 * src/bison.s1 (#line): All set to `#line' only, since the
22744 Makefile now handles them.
dc08c1d5 22745
9ee3c97b
AD
227462000-03-16 Akim Demaille <akim@epita.fr>
22747
22748 * src/output.c (output_rule_data): Output the documentation of
22749 some of the tables.
22750 (Copyright notice): Update.
22751 Formatting changes.
22752
0de741ca
AD
227532000-03-16 Akim Demaille <akim@epita.fr>
22754
22755 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
22756 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
22757 One `#if YYDEBUG' remains, since it uses variables which are
22758 defined only if `YYDEBUG != 0'.
22759
bb10be54
AD
227602000-03-16 Akim Demaille <akim@epita.fr>
22761
22762 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
22763 and related variables so that the similarities are highlighted.
22764
b07b484a
AD
227652000-03-16 Akim Demaille <akim@epita.fr>
22766
22767 * src/bison.s1: Properly indent CPP directives.
22768
361f60b3
AD
227692000-03-16 Akim Demaille <akim@epita.fr>
22770
22771 * src/bison.s1: Properly indent the `alloca' CPP section.
22772
8c44d3ec
AD
227732000-03-16 Akim Demaille <akim@epita.fr>
22774
22775 Do not hard code values of directories in `configure.in'.
22776 Update the `configure' tool chain.
22777
22778 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
22779 src/makefile.am.
22780 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
22781 (AC_OUTPUT): Add m4/Makefile.
22782 Bump to bison 1.28a, 1.29 has never been released.
22783 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
22784 handled via src/Makefile.am.
22785 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
22786 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
22787 autoheader.
22788 * Makefile.am (SUBDIRS): Add m4.
22789 (ACLOCAL_AM_FLAGS): New variable.
22790 (AUTOMAKE_OPTIONS): Add check-news.
22791 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
22792 the proper line number and file name.
22793 (DEFS): Propagate the location of bison library files and of the
22794 locale files.
22795 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
22796 builddir.
22797 * acinclude.m4: Remove, replaced by the directory m4.
22798 * m4/Makefile.am (EXTRA_DIST): New variable.
22799 * m4/gettext.m4: New file, from the fileutils.
22800 * m4/lcmessage.m4: Likewise
22801 * m4/progtest.m4: Likewise.
22802 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
22803
f95997e7
AD
228042000-03-10 Akim Demaille <akim@epita.fr>
22805
22806 * src/closure.c:
22807 Formatting changes of various comments.
22808 Respect the GNU coding standards at various places.
22809 Don't use `_()' when no translation is needed.
22810
228111999-12-13 Jesse Thilo <jthilo@gnu.org>
22812
22813 * src/files.c:
22814 OS/2 honors TMPDIR environment variable.
22815
228161999-12-13 Jesse Thilo <jthilo@gnu.org>
22817
22818 * doc/bison.texinfo: Tweaked spelling and grammar.
22819 Updated ISBN.
22820 Removed reference to price of printed copy.
22821 Mention BISON_SIMPLE and BISON_HAIRY.
22822
228231999-12-13 Jesse Thilo <jthilo@gnu.org>
22824
22825 * configure.in, NEWS:
22826 Bison 1.29 released.
22827
228281999-10-27 Jesse Thilo <jthilo@gnu.org>
22829
22830 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
22831 Added reference card.
22832
228331999-07-26 Jesse Thilo <jthilo@gnu.org>
22834
22835 * po/ru.po: Added Russian translation.
22836
228371999-07-26 Jesse Thilo <jthilo@gnu.org>
22838
22839 * configure.in: Added Russian translation.
22840
228411999-07-06 Jesse Thilo <jthilo@gnu.org>
22842
22843 * configure.in, NEWS, README:
22844 Released version 1.28.
22845
228461999-06-14 Jesse Thilo <jthilo@gnu.org>
22847
22848 * src/system.h:
22849 Squashed redefinition warning on some systems.
22850
22851 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
22852 Have configure build version string instead of relying on ANSI string
22853 concatentation.
22854
228551999-06-14 Jesse Thilo <jthilo@gnu.org>
22856
22857 * po/POTFILES.in: Got rid of version.c.
22858
228591999-06-14 Jesse Thilo <jthilo@gnu.org>
22860
22861 * acconfig.h, configure.in:
22862 Have configure build version string instead of relying on ANSI string
22863 concatentation.
22864
228651999-06-08 Jesse Thilo <jthilo@gnu.org>
22866
22867 * doc/bison.1:
22868 Dropped mention of `+' for long-named options.
22869
228701999-05-30 Jesse Thilo <jthilo@gnu.org>
22871
22872 * src/files.c: Added <unistd.h> for unlink().
22873
22874 * src/Makefile.am, src/system.h:
22875 I18n fixes.
22876
228771999-05-30 Jesse Thilo <jthilo@gnu.org>
22878
22879 * README: Added a FAQ list.
22880
22881 * configure.in, acconfig.h:
22882 I18n fixes.
22883
228841999-05-30 Jesse Thilo <jthilo@gnu.org>
22885
22886 * doc/FAQ, doc/Makefile.am:
22887 Added a FAQ list.
22888
228891999-05-19 Jesse Thilo <jthilo@gnu.org>
22890
22891 * src/alloc.h, src/symtab.h, src/version.c:
22892 Protected inclusion of "config.h" with HAVE_CONFIG_H.
22893
228941999-04-18 Jesse Thilo <jthilo@gnu.org>
22895
22896 * src/.cvsignore, src/Makefile.am:
22897 Reorganized: sources in `src', documentation in `doc'.
22898
22899 * src/lex.c (literalchar):
22900 fixed the code for escaping double quotes (thanks
22901 Jonathan Czisny.)
22902
229031999-04-18 Jesse Thilo <jthilo@gnu.org>
22904
22905 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
22906 Adjusted paths to reflect directory reorganization.
22907
229081999-04-18 Jesse Thilo <jthilo@gnu.org>
22909
22910 * doc/.cvsignore, doc/Makefile.am:
22911 Reorganized: sources in `src', documentation in `doc'.
22912
229131999-04-18 Jesse Thilo <jthilo@gnu.org>
22914
22915 * configure.in:
22916 Updated AC_INIT file to reflect directory reorganization.
22917
22918 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
22919 Reorganized: sources in `src', documentation in `doc'.
22920
229211999-04-13 Jesse Thilo <jthilo@gnu.org>
22922
22923 * src/allocate.c:
22924 Don't declare calloc() and realloc() if not necessary.
22925
229261999-04-13 Jesse Thilo <jthilo@gnu.org>
22927
22928 * configure.in, acconfig.h, acinclude.m4:
22929 Don't declare calloc() and realloc() if not necessary.
22930
229311999-03-23 Jesse Thilo <jthilo@gnu.org>
22932
22933 * po/.cvsignore: Added i18n support.
22934
229351999-03-23 Jesse Thilo <jthilo@gnu.org>
22936
22937 * acconfig.h, configure.in, Makefile.am:
22938 Added i18n support.
22939
229401999-03-22 Jesse Thilo <jthilo@gnu.org>
22941
22942 * src/bison.s1: Fixed #line numbers.
22943
229441999-03-15 Jesse Thilo <jthilo@gnu.org>
22945
22946 * po/es.po, po/fr.po, po/nl.po, po/de.po:
22947 Added PO files from Translation Project.
22948
229491999-03-03 Jesse Thilo <jthilo@gnu.org>
22950
22951 * Makefile.am:
22952 Added support for non-ANSI compilers (ansi2knr).
22953
229541999-02-16 Jesse Thilo <jthilo@gnu.org>
22955
22956 * configure.in: Bumped version number to 1.27.
22957
22958 * Makefile.am:
22959 Added `bison.simple' to list of files removed by `make distclean'.
22960
229611999-02-12 Jesse Thilo <jthilo@gnu.org>
22962
22963 * src/files.c, src/files.h:
22964 Defined locations of parser files in config.h instead of Makefile.
22965
229661999-02-12 Jesse Thilo <jthilo@gnu.org>
22967
22968 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
22969 Defined locations of parser files in config.h instead of Makefile.
22970
229711999-02-09 Jesse Thilo <jthilo@gnu.org>
22972
22973 * Makefile.am:
22974 Removed inappropriate use of $< macro.
22975
229761999-02-05 Jesse Thilo <jthilo@gnu.org>
22977
22978 * po/Makefile.in.in, po/POTFILES.in:
22979 Add `po' directory skeleton.
22980
229811999-01-27 Jesse Thilo <jthilo@gnu.org>
22982
22983 * README: Document help-bison list.
22984
22985 * configure.in: Add check for mkstemp().
22986
229871999-01-20 Jesse Thilo <jthilo@gnu.org>
22988
22989 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
22990 Hush a few compiler warnings.
22991
22992 * src/files.c:
22993 Add tryclose(), which verifies that fclose was successful.
22994 Hush a couple of compiler warnings.
22995
229961999-01-20 Jesse Thilo <jthilo@gnu.org>
22997
22998 * Makefile.am, OChangeLog:
22999 ChangeLog is now automatically generated. Include the old version as
23000 OChangeLog.
23001
230021999-01-14 Jesse Thilo <jthilo@gnu.org>
23003
23004 * 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:
23005 Update FSF address.
23006
230071999-01-14 Jesse Thilo <jthilo@gnu.org>
23008
23009 * doc/bison.texinfo: Fix formatting glitch.
23010
23011 * doc/bison.texinfo: Update FSF address.
23012
230131999-01-14 Jesse Thilo <jthilo@gnu.org>
23014
23015 * acconfig.h: Update FSF address.
23016
230171999-01-08 Jesse Thilo <jthilo@gnu.org>
23018
23019 * src/system.h:
23020 Don't define PACKAGE here, since config.h defines it.
23021
230221998-12-30 Jesse Thilo <jthilo@gnu.org>
23023
23024 * src/reader.c: Update copyright date.
23025
23026 * src/main.c:
23027 Ditch sprintf to statically-sized buffers in fatal/warn functions in
23028 favor of output directly to stderr (avoids buffer overruns).
23029
23030 * src/reader.c: Some checks for premature EOF.
23031
23032 * 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:
23033 Use prototypes if the compiler understands them.
23034
23035 * src/files.c: Honor TMPDIR on Unix hosts.
23036 Use prototypes if the compiler understands them.
23037
23038 * src/reader.c:
23039 Fix a couple of buffer overrun bugs.
23040 Use prototypes if the compiler understands them.
23041
23042 * src/system.h: Include unistd.h and ctype.h.
23043 Use #ifdef instead of #if for NLS symbols.
23044
230451998-12-30 Jesse Thilo <jthilo@gnu.org>
23046
23047 * doc/bison.texinfo:
23048 Delete comment "consider using @set for edition number, etc..." since
23049 we now are doing so.
23050
230511998-12-30 Jesse Thilo <jthilo@gnu.org>
23052
23053 * configure.in:
23054 Use prototypes if the compiler understands them.
23055
23056 * NEWS: Document 1.26 highlights.
23057
23058 * Makefile.am: Require Automake 1.3 or later.
23059
23060 * acconfig.h:
23061 Use prototypes if the compiler understands them.
23062
230631998-12-29 Jesse Thilo <jthilo@gnu.org>
23064
23065 * src/version.c:
23066 Use VERSION symbol from automake for version number.
23067
230681998-12-29 Jesse Thilo <jthilo@gnu.org>
23069
23070 * acconfig.h, configure.in, version.cin:
23071 Use VERSION symbol from automake for version number.
23072
230731998-11-28 Jesse Thilo <jthilo@gnu.org>
23074
23075 * Makefile.am:
23076 Distribute original version of simple parser (bison.s1), not built
23077 version (bison.simple).
23078
230791998-11-28 Jesse Thilo <jthilo@gnu.org>
23080
23081 * doc/bison.texinfo: Add info dir entry.
23082
23083 * doc/bison.texinfo:
23084 Let automake put version number into documentation.
23085
230861998-11-26 Jesse Thilo <jthilo@gnu.org>
23087
23088 * src/bison.cld, src/build.com, src/vmshlp.mar:
23089 Add non-RCS files from /gd/gnu/bison.
23090
230911998-11-26 Jesse Thilo <jthilo@gnu.org>
23092
23093 * doc/bison.1:
23094 Document the BISON_HAIRY and BISON_SIMPLE variables.
23095
230961998-11-25 Jesse Thilo <jthilo@gnu.org>
23097
23098 * src/version.c: Build version.c automatically.
23099
23100 * src/reader.c:
23101 Fix token numbering (used to start at 258, not 257).
23102
23103 * src/system.h: Include config.h.
23104
23105 * src/getargs.c: Update bug report address.
23106
23107 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
23108 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
23109
231101998-11-25 Jesse Thilo <jthilo@gnu.org>
23111
23112 * Makefile.am:
23113 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
23114
23115 * configure.in, version.cin:
23116 Build version.c automatically.
23117
23118 * AUTHORS: Add AUTHORS file.
23119
23120 * README: Update bug report address.
23121
23122 * bison.simple:
23123 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
23124
23125 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
23126 Add automake stuff.
23127
231281998-11-25 Jesse Thilo <jthilo@gnu.org>
23129
23130 * doc/bison.texinfo: Clean up some formatting.
23131
231321998-05-05 Richard Stallman <rms@gnu.org>
23133
23134 * doc/bison.texinfo:
23135 Explain better why to make a pure parser.
23136
231371998-01-05 Richard Stallman <rms@gnu.org>
23138
23139 * src/files.c (openfiles):
23140 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
23141 find a temporary directory, if possible. Do not unlink files while
23142 they are open.
23143
231441997-08-25 Richard Stallman <rms@gnu.org>
23145
23146 * src/reader.c (stack_offset;):
23147 Change some warni to warns.
23148
23149 * src/lex.c (literalchar): Use warns, not warni.
23150
231511997-06-28 Richard Stallman <rms@gnu.org>
23152
23153 * src/bison.s1: Add a Bison version comment.
23154
23155 * src/main.c (fatal, warn, berror):
23156 Use program_name.
23157
231581997-06-28 Richard Stallman <rms@gnu.org>
23159
23160 * Makefile.in (bison_version): New variable.
23161 (dist): Use that variable.
23162 (bison.s1): Substitute the Bison version into bison.simple.
23163
23164 * bison.simple: Add a Bison version comment.
23165
231661997-06-18 Richard Stallman <rms@gnu.org>
23167
23168 * src/main.c (fatal, warn, berror):
23169 Make error messages standard.
23170 (toomany): Improve error message text.
23171
23172 * 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:
23173 new.h renamed to alloc.h.
23174
231751997-06-18 Richard Stallman <rms@gnu.org>
23176
23177 * Makefile.in: new.h renamed to alloc.h.
23178
231791997-05-24 Richard Stallman <rms@gnu.org>
23180
23181 * src/lex.c (literalchar):
23182 Fix the code for escaping \, " and '.
23183
23184 (lex): Avoid trouble when there are many chars
23185 to discard in a char literal with just several chars in it.
23186
231871997-05-17 Richard Stallman <rms@gnu.org>
23188
23189 * src/bison.s1:
23190 Use malloc, if using alloca is troublesome.
23191 (YYSTACK_USE_ALLOCA): New flag macro.
23192 Define it for some systems and compilers.
23193 (YYSTACK_ALLOC): New macro.
23194 (yyparse): Use YYSTACK_ALLOC to allocate stack.
23195 If it was malloc'd, free it.
23196
231971997-05-17 Richard Stallman <rms@gnu.org>
23198
23199 * bison.simple:
23200 Use malloc, if using alloca is troublesome.
23201 (YYSTACK_USE_ALLOCA): New flag macro.
23202 Define it for some systems and compilers.
23203 (YYSTACK_ALLOC): New macro.
23204 (yyparse): Use YYSTACK_ALLOC to allocate stack.
23205 If it was malloc'd, free it.
23206
232071997-04-23 Richard Stallman <rms@gnu.org>
23208
23209 * src/bison.s1:
23210 (alloca) [__hpux]: Always define as __builtin_alloca.
23211
232121997-04-23 Richard Stallman <rms@gnu.org>
23213
23214 * bison.simple:
23215 (alloca) [__hpux]: Always define as __builtin_alloca.
23216
232171997-04-22 Richard Stallman <rms@gnu.org>
23218
23219 * src/bison.s1:
23220 [__hpux]: Include alloca.h (right for HPUX 10)
23221 instead of declaring alloca (right for HPUX 9).
23222
23223 * src/bison.s1 (__yy_memcpy):
23224 Declare arg `count' as unsigned int.
23225 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
23226
232271997-04-22 Richard Stallman <rms@gnu.org>
23228
23229 * bison.simple:
23230 [__hpux]: Include alloca.h (right for HPUX 10)
23231 instead of declaring alloca (right for HPUX 9).
23232
23233 * bison.simple (__yy_memcpy):
23234 Declare arg `count' as unsigned int.
23235 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
23236
232371997-01-03 Richard Stallman <rms@gnu.org>
23238
23239 * src/allocate.c: [__STDC__ or _MSC_VER]:
23240 Declare calloc and realloc to return void *.
23241
232421997-01-02 Richard Stallman <rms@gnu.org>
23243
23244 * src/system.h:
23245 [_MSC_VER]: Include stdlib.h and process.h.
23246 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
23247
23248 * src/main.c (main): Return FAILURE as a value.
23249 (printable_version): Declare arg as int, not char.
23250
232511997-01-02 Richard Stallman <rms@gnu.org>
23252
23253 * Makefile.in (dist):
23254 Explicitly check for symlinks, and copy them.
23255
232561996-12-19 Richard Stallman <rms@gnu.org>
23257
23258 * src/files.c:
23259 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
23260
232611996-12-18 Paul Eggert <eggert@gnu.org>
23262
23263 * src/bison.s1 (yyparse):
23264 If __GNUC__ and YYPARSE_PARAM are both defined,
23265 declare yyparse to have a void * argument.
23266
232671996-12-18 Paul Eggert <eggert@gnu.org>
23268
23269 * bison.simple (yyparse):
23270 If __GNUC__ and YYPARSE_PARAM are both defined,
23271 declare yyparse to have a void * argument.
23272
232731996-12-17 Richard Stallman <rms@gnu.org>
23274
23275 * src/reduce.c (nbits): Add some casts.
23276
232771996-08-12 Richard Stallman <rms@gnu.org>
23278
23279 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
23280
232811996-08-12 Richard Stallman <rms@gnu.org>
23282
23283 * bison.simple: Test _MSDOS as well as _MSDOS_.
23284
232851996-07-31 Richard Stallman <rms@gnu.org>
23286
23287 * src/bison.s1:
23288 [__sun && __i386]: Include alloca.h.
23289
232901996-07-31 Richard Stallman <rms@gnu.org>
23291
23292 * bison.simple:
23293 [__sun && __i386]: Include alloca.h.
23294
232951996-07-30 Richard Stallman <rms@gnu.org>
23296
23297 * src/bison.s1: Comment change.
23298
23299 * src/bison.s1: Test _MSDOS_, not MSDOS.
23300
233011996-07-30 Richard Stallman <rms@gnu.org>
23302
23303 * bison.simple: Comment change.
23304
23305 * bison.simple: Test _MSDOS_, not MSDOS.
23306
233071996-06-01 Richard Stallman <rms@gnu.org>
23308
23309 * 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:
23310 Insert `_' macro around many string constants.
23311
23312 * src/main.c:
23313 Insert `_' macro around many string constants.
23314
23315 (main): Call setlocale, bindtextdomain and textdomain.
23316
23317 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
23318 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
23319 [ENABLE_NLS]: Include libintl.h.
23320 [ENABLE_NLS] (gettext): Define.
23321 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
23322 (N_, PACKAGE, LOCALEDIR): New macros.
23323
233241996-06-01 Richard Stallman <rms@gnu.org>
23325
23326 * POTFILES.in: New file.
23327
23328 * Makefile.in (allocate.o):
23329 Define target explicitly.
23330
23331 * Makefile.in (CFLAGS): Set to @CFLAGS@.
23332 (LDFLAGS): Set to @LDFLAGS@.
23333 (configure): Run autoconf only if preceding `cd' succeeds.
23334 (bison.s1): Redirect output to temporary file then move the
23335 temporary to the target, rather than redirecting directly to bison.s1.
23336 (clean): Remove config.status and config.log.
23337 (distclean): Don't remove config.status here.
23338
233391996-05-12 Richard Stallman <rms@gnu.org>
23340
23341 * src/bison.s1:
23342 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
23343
233441996-05-12 Richard Stallman <rms@gnu.org>
23345
23346 * bison.simple:
23347 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
23348
233491996-05-11 Richard Stallman <rms@gnu.org>
23350
23351 * src/bison.s1 (__yy_memcpy):
23352 Really reorder the args, as was supposedly done on Feb 14 1995.
23353 (yyparse): Calls changed accordingly.
23354
233551996-05-11 Richard Stallman <rms@gnu.org>
23356
23357 * Makefile.in (dist): Don't use $(srcdir).
23358
23359 * bison.simple (__yy_memcpy):
23360 Really reorder the args, as was supposedly done on Feb 14 1995.
23361 (yyparse): Calls changed accordingly.
23362
233631996-01-27 Richard Stallman <rms@gnu.org>
23364
23365 * src/output.c (output_rule_data):
23366 Test YYERROR_VERBOSE in the conditional
23367 around the definition of ttyname.
23368
233691995-12-29 Richard Stallman <rms@gnu.org>
23370
23371 * src/bison.s1:
23372 Fix line numbers in #line commands.
23373
233741995-12-29 Richard Stallman <rms@gnu.org>
23375
23376 * bison.simple:
23377 Fix line numbers in #line commands.
23378
233791995-12-27 Richard Stallman <rms@gnu.org>
23380
23381 * src/bison.s1 (YYPARSE_PARAM_DECL):
23382 In C++, make it always null.
23383 (YYPARSE_PARAM_ARG): New macro.
23384 (yyparse): Use YYPARSE_PARAM_ARG.
23385
233861995-12-27 Richard Stallman <rms@gnu.org>
23387
23388 * bison.simple (YYPARSE_PARAM_DECL):
23389 In C++, make it always null.
23390 (YYPARSE_PARAM_ARG): New macro.
23391 (yyparse): Use YYPARSE_PARAM_ARG.
23392
233931995-11-29 Richard Stallman <rms@gnu.org>
23394
23395 * doc/bison.texinfo:
23396 Describe literal string tokens, %raw, %no_lines, %token_table.
23397
233981995-11-29 Daniel Hagerty <hag@gnu.org>
23399
23400 * doc/bison.texinfo: Fixed update date
23401
234021995-10-16 Richard Stallman <rms@gnu.org>
23403
23404 * src/version.c: Version 1.25.
23405
234061995-10-16 Richard Stallman <rms@gnu.org>
23407
23408 * NEWS: *** empty log message ***
23409
234101995-10-16 Richard Stallman <rms@gnu.org>
23411
23412 * doc/bison.1, doc/bison.rnh:
23413 Add new options.
23414
234151995-10-15 Richard Stallman <rms@gnu.org>
23416
23417 * src/vmsgetargs.c, src/getargs.c:
23418 Added -n, -k, and -raw switches.
23419 (noparserflag, toknumflag, rawtoknumflag): New variables.
23420
23421 * src/symtab.h (SALIAS):
23422 New #define for adding aliases to %token.
23423 (struct bucket): Added `alias' field.
23424
23425 * src/reduce.c (reduce_grammar):
23426 Revise error message.
23427 (print_notices): Remove final `.' from error message.
23428
23429 * src/reader.c (reader_output_yylsp):
23430 New function.
23431 (readgram): Use `#if 0' around code that accepted %command
23432 inside grammar rules: The documentation doesn't allow it,
23433 and it will fail since the %command processors scan for the next %.
23434 (parse_token_decl): Extended the %token
23435 declaration to allow a multi-character symbol as an alias.
23436 (parse_thong_decl): New function.
23437 (read_declarations): Added %thong declarations.
23438 (read_declarations): Handle NOOP to deal with allowing
23439 % declarations as another means to specify the flags.
23440 (readgram): Allow %prec prior to semantics embedded in a rule.
23441 (skip_to_char, read_declarations, copy_definition)
23442 (parse_token_decl, parse_start_decl, parse_type_decl)
23443 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
23444 (get_type_name, copy_guard, copy_action, readgram)
23445 (get_type, packsymbols): Revised most error messages.
23446 Changed `fatal' to `warnxxx' to avoid aborting for error.
23447 Revised and use multiple warnxxx functions to avoid using VARARGS1.
23448 (read_declarations): Improve the error message for
23449 an invalid character. Do not abort.
23450 (read_declarations, copy_guard, copy_action): Use
23451 printable_version to avoid unprintable characters in printed output.
23452 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
23453 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
23454 Allow the type of a non-terminal can be given
23455 more than once, as long as all specifications give the same type.
23456
23457 * src/output.c:
23458 (output_headers, output_trailers, output, output_gram)
23459 (output_rule_data): Implement noparserflag variable.
23460 Implement toknumflag variable.
23461 (output): Call reader_output_yylsp to output LTYPESTR.
23462
23463 * src/main.c (main):
23464 If reader sees an error, don't process the grammar.
23465 (fatals): Updated to not use VARARGS1.
23466 (printable_version, int_to_string, warn, warni, warns, warnss)
23467 (warnsss): New error reporting functions. Avoid abort for error.
23468
23469 * src/lex.h:
23470 Added THONG and NOOP for alias processing.
23471 Added SETOPT for the new code that allows setting options with %flags.
23472
23473 * src/lex.c:
23474 Include getopt.h. Add some extern decls.
23475 (safegetc): New function to deal with EOF gracefully.
23476 (literalchar); new function to deal with reading \ escapes.
23477 (lex): Use literalchar.
23478 (lex): Implemented "..." tokens.
23479 (literalchar, lex, parse_percent_token): Made tokenbuffer
23480 always contain the token. This includes growing the token
23481 buffer while reading an integer.
23482 (parse_percent_token): Replaced if-else statement with percent_table.
23483 (parse_percent_token): Added % declarations as another
23484 way to specify the flags -n, -l, and -r. Also added hooks for
23485 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
23486 major changes to files.c.
23487 (lex) Retain in the incoming stream a character following
23488 an incorrect '/'.
23489 (skip_white_space, lex): Revised most error messages
23490 and changed fatal to warn to avoid aborting.
23491 (percent_table): Added %thong declarations.
23492
23493 * src/gram.h: Comment changes.
23494
23495 * src/files.c (openfiles, open_extra_files, done):
23496 Add faction flag
23497 and actfile file. Handle noparserflag. Both for -n switch.
23498
23499 * src/conflicts.c (resolve_sr_conflict):
23500 Remove use of alloca.
23501
235021995-06-01 Jim Meyering <meyering@gnu.org>
23503
23504 * doc/bison.texinfo: *** empty log message ***
23505
235061995-05-06 Richard Stallman <rms@gnu.org>
23507
23508 * src/bison.s1: Comment change.
23509
235101995-05-06 Richard Stallman <rms@gnu.org>
23511
23512 * bison.simple: Comment change.
23513
235141995-05-03 Richard Stallman <rms@gnu.org>
23515
23516 * src/version.c: Version now 1.24.
23517
23518 * src/bison.s1: Change distribution terms.
23519
23520 * src/version.c: Version now 1.23.
23521
235221995-05-03 Richard Stallman <rms@gnu.org>
23523
23524 * doc/bison.texinfo:
23525 Rewrite "Conditions for Using Bison".
23526 Update version to 1.24.
23527
235281995-05-03 Richard Stallman <rms@gnu.org>
23529
23530 * bison.simple: Change distribution terms.
23531
235321995-02-23 Richard Stallman <rms@gnu.org>
23533
23534 * src/files.c: Test __VMS_POSIX as well as VMS.
23535
235361995-02-14 Jim Meyering <meyering@gnu.org>
23537
23538 * src/bison.s1 (__yy_memcpy):
23539 Renamed from __yy_bcopy to avoid
23540 confusion. Reverse FROM and TO arguments to be consistent with
23541 those of memcpy.
23542
235431995-02-14 Jim Meyering <meyering@gnu.org>
23544
23545 * bison.simple (__yy_memcpy):
23546 Renamed from __yy_bcopy to avoid
23547 confusion. Reverse FROM and TO arguments to be consistent with
23548 those of memcpy.
23549
235501994-11-10 David J. MacKenzie <djm@gnu.org>
23551
23552 * NEWS: reformat
23553
23554 * NEWS: New file.
23555
23556 * Makefile.in (DISTFILES): Include NEWS.
23557
23558 * Makefile.in (DISTFILES):
23559 Include install-sh, not install.sh.
23560
23561 * configure.in: Update to Autoconf v2 macro names.
23562
235631994-10-05 David J. MacKenzie <djm@gnu.org>
23564
23565 * Makefile.in: fix typo
23566
23567 * Makefile.in (prefix, exec_prefix):
23568 Let configure set them.
23569
235701994-09-28 David J. MacKenzie <djm@gnu.org>
23571
23572 * Makefile.in: Set datadir to $(prefix)/share.
23573
235741994-09-15 Richard Stallman <rms@gnu.org>
23575
23576 * src/bison.s1:
23577 Update copyright notice and GPL version.
23578
235791994-09-15 Richard Stallman <rms@gnu.org>
23580
23581 * bison.simple:
23582 Update copyright notice and GPL version.
23583
235841994-07-12 Richard Stallman <rms@gnu.org>
23585
23586 * src/reduce.c, src/reader.c:
23587 entered into RCS
23588
235891994-05-05 David J. MacKenzie <djm@gnu.org>
23590
23591 * Makefile.in: entered into RCS
23592
235931994-03-26 Richard Stallman <rms@gnu.org>
23594
23595 * src/bison.s1: entered into RCS
23596
235971994-03-26 Richard Stallman <rms@gnu.org>
23598
23599 * bison.simple: entered into RCS
23600
236011994-03-25 Richard Stallman <rms@gnu.org>
23602
23603 * src/main.c: entered into RCS
23604
236051994-03-24 Richard Stallman <rms@gnu.org>
23606
23607 * src/conflicts.c: entered into RCS
23608
236091994-01-02 Richard Stallman <rms@gnu.org>
23610
23611 * Makefile.in: *** empty log message ***
23612
236131993-11-21 Richard Stallman <rms@gnu.org>
23614
23615 * src/bison.s1: *** empty log message ***
23616
236171993-11-21 Richard Stallman <rms@gnu.org>
23618
23619 * doc/bison.texinfo: entered into RCS
23620
23621 * doc/bison.texinfo: *** empty log message ***
23622
236231993-11-21 Richard Stallman <rms@gnu.org>
23624
23625 * bison.simple: *** empty log message ***
23626
236271993-10-25 David J. MacKenzie <djm@gnu.org>
23628
23629 * doc/bison.texinfo: *** empty log message ***
23630
236311993-10-19 Richard Stallman <rms@gnu.org>
23632
23633 * src/bison.s1: *** empty log message ***
23634
236351993-10-19 Richard Stallman <rms@gnu.org>
23636
23637 * bison.simple: *** empty log message ***
23638
236391993-10-14 Richard Stallman <rms@gnu.org>
23640
23641 * src/bison.s1: *** empty log message ***
23642
236431993-10-14 Richard Stallman <rms@gnu.org>
23644
23645 * bison.simple: *** empty log message ***
23646
236471993-09-14 David J. MacKenzie <djm@gnu.org>
23648
23649 * doc/bison.texinfo: *** empty log message ***
23650
236511993-09-13 Noah Friedman <friedman@gnu.org>
23652
23653 * Makefile.in: *** empty log message ***
23654
236551993-09-10 Richard Stallman <rms@gnu.org>
23656
23657 * src/conflicts.c: *** empty log message ***
23658
23659 * src/system.h: entered into RCS
23660
236611993-09-10 Richard Stallman <rms@gnu.org>
23662
23663 * doc/bison.1: entered into RCS
23664
236651993-09-06 Noah Friedman <friedman@gnu.org>
23666
23667 * src/version.c: entered into RCS
23668
236691993-09-06 Noah Friedman <friedman@gnu.org>
23670
23671 * Makefile.in: *** empty log message ***
23672
236731993-07-30 David J. MacKenzie <djm@gnu.org>
23674
23675 * Makefile.in: *** empty log message ***
23676
236771993-07-24 Richard Stallman <rms@gnu.org>
23678
23679 * src/bison.s1: *** empty log message ***
23680
236811993-07-24 Richard Stallman <rms@gnu.org>
23682
23683 * bison.simple: *** empty log message ***
23684
236851993-07-08 David J. MacKenzie <djm@gnu.org>
23686
23687 * Makefile.in: *** empty log message ***
23688
236891993-07-04 Richard Stallman <rms@gnu.org>
23690
23691 * src/bison.s1: *** empty log message ***
23692
236931993-07-04 Richard Stallman <rms@gnu.org>
23694
23695 * bison.simple: *** empty log message ***
23696
236971993-06-26 David J. MacKenzie <djm@gnu.org>
23698
23699 * src/getargs.c: entered into RCS
23700
237011993-06-26 David J. MacKenzie <djm@gnu.org>
23702
23703 * doc/bison.texinfo: *** empty log message ***
23704
23705 * doc/bison.1: New file.
23706
237071993-06-25 Richard Stallman <rms@gnu.org>
23708
23709 * src/getargs.c: New file.
23710
237111993-06-16 Richard Stallman <rms@gnu.org>
23712
23713 * src/bison.s1: *** empty log message ***
23714
237151993-06-16 Richard Stallman <rms@gnu.org>
23716
23717 * bison.simple: *** empty log message ***
23718
237191993-06-03 Richard Stallman <rms@gnu.org>
23720
23721 * src/bison.s1: New file.
23722
237231993-06-03 Richard Stallman <rms@gnu.org>
23724
23725 * doc/bison.texinfo: *** empty log message ***
23726
237271993-06-03 Richard Stallman <rms@gnu.org>
23728
23729 * bison.simple: New file.
23730
237311993-05-19 Richard Stallman <rms@gnu.org>
23732
23733 * doc/bison.texinfo: New file.
23734
237351993-05-07 Noah Friedman <friedman@gnu.org>
23736
23737 * Makefile.in: *** empty log message ***
23738
237391993-04-28 Noah Friedman <friedman@gnu.org>
23740
23741 * src/reader.c: *** empty log message ***
23742
237431993-04-23 Noah Friedman <friedman@gnu.org>
23744
23745 * src/alloc.h: entered into RCS
23746
237471993-04-20 David J. MacKenzie <djm@gnu.org>
23748
23749 * src/version.c: *** empty log message ***
23750
23751 * src/files.c, src/allocate.c:
23752 entered into RCS
23753
23754 * src/reader.c: *** empty log message ***
23755
23756 * src/lex.c: entered into RCS
23757
23758 * src/conflicts.c: New file.
23759
23760 * src/symtab.c: entered into RCS
23761
23762 * src/alloc.h: New file.
23763
23764 * src/LR0.c: entered into RCS
23765
237661993-04-18 Noah Friedman <friedman@gnu.org>
23767
23768 * src/reader.c: New file.
23769
23770 * src/version.c: *** empty log message ***
23771
237721993-04-18 Noah Friedman <friedman@gnu.org>
23773
23774 * Makefile.in: *** empty log message ***
23775
237761993-04-17 Noah Friedman <friedman@gnu.org>
23777
23778 * Makefile.in: *** empty log message ***
23779
237801993-04-15 Richard Stallman <rms@gnu.org>
23781
23782 * src/main.c, src/files.c:
23783 New file.
23784
237851993-04-15 Noah Friedman <friedman@gnu.org>
23786
23787 * configure.in: entered into RCS
23788
23789 * configure.in: *** empty log message ***
23790
23791 * configure.in: New file.
23792
237931993-04-14 Richard Stallman <rms@gnu.org>
23794
23795 * Makefile.in: New file.
23796
237971993-04-13 Richard Stallman <rms@gnu.org>
23798
23799 * src/version.c: New file.
23800
238011993-03-25 Richard Stallman <rms@gnu.org>
23802
23803 * src/output.c: entered into RCS
23804
238051992-09-25 Richard Stallman <rms@gnu.org>
23806
23807 * configure.bat: entered into RCS
23808
238091992-06-22 Richard Stallman <rms@gnu.org>
23810
23811 * src/vmsgetargs.c: entered into RCS
23812
238131992-06-22 Richard Stallman <rms@gnu.org>
23814
23815 * doc/bison.rnh: entered into RCS
23816
238171992-04-20 David J. MacKenzie <djm@gnu.org>
23818
23819 * README: entered into RCS
23820
238211992-01-22 Richard Stallman <rms@gnu.org>
23822
23823 * src/machine.h: entered into RCS
23824
238251991-12-21 Richard Stallman <rms@gnu.org>
23826
23827 * src/lalr.c, src/closure.c:
23828 entered into RCS
23829
238301991-12-20 Richard Stallman <rms@gnu.org>
23831
23832 * src/state.h: entered into RCS
23833
238341991-12-18 Richard Stallman <rms@gnu.org>
23835
23836 * src/print.c, src/nullable.c, src/derives.c:
23837 entered into RCS
23838
238391991-11-03 David J. MacKenzie <djm@gnu.org>
23840
23841 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
23842 entered into RCS
23843
238441988-09-09 Richard Stallman <rms@gnu.org>
23845
23846 * src/bison.hairy: entered into RCS
23847
238481987-12-16 Richard Stallman <rms@gnu.org>
23849
23850 * REFERENCES: entered into RCS
dc546b0f 23851
f294a2c2 23852
04098407 23853 -----
f294a2c2 23854
ea0a7676
JD
23855 Copyright (C) 1987-1988, 1991-2011 Free Software Foundation,
23856 Inc.
f294a2c2 23857
04098407
PE
23858 Copying and distribution of this file, with or without
23859 modification, are permitted provided the copyright notice and this
23860 notice are preserved.