]> git.saurik.com Git - bison.git/blob - ChangeLog
tests: check that parse-gram.y's IELR and LALR are identical.
[bison.git] / ChangeLog
1 2009-09-26 Joel E. Denny <jdenny@clemson.edu>
2
3 tests: check that parse-gram.y's IELR and LALR are identical.
4 * tests/atlocal.in (abs_top_srcdir): New shell variable.
5 * tests/regression.at (parse-gram.y: LALR = IELR): New test
6 group.
7
8 2009-09-16 Akim Demaille <demaille@gostai.com>
9
10 doc: comment changes.
11 * doc/bison.texinfo: Comment changes.
12
13 2009-09-16 Akim Demaille <demaille@gostai.com>
14
15 doc: spell checking.
16 * doc/bison.texinfo: here.
17
18 2009-09-19 Alex Rozenman <rozenman@gmail.com>
19
20 Keep sub-messages aligned. Fix strings for translation.
21 * src/location.h: (location_print): Add return value.
22 * src/location.c: (location_print): Return number of printed
23 characters.
24 * src/complain.h: Two new functions (complain_at_indent,
25 warn_at_indent).
26 * src/complain.cpp: Implement the alignment mechanism. Add new
27 static variable (indent_ptr). Use and update it (error_message,
28 complain_at_indent, warn_at_indent).
29 * src/scan-code.l: Fix strings for translations. Use new *_indent
30 functions (parse_ref, show_sub_messages).
31 * tests/named-ref.at: Adjust testcases.
32 * NEWS (2.5): Add an announcement about named references.
33
34 2009-09-13 Joel E. Denny <jdenny@clemson.edu>
35
36 tests: clean up push.at test group titles.
37 * tests/push.at: Remove "Push Parsing: " from test group titles
38 because these are already under the banner "Push Parsing Tests".
39
40 2009-09-12 Alex Rozenman <rozenman@gmail.com>
41
42 Provide an additional sub-message for clarity.
43 Add "symbol not found in production" error message when
44 an "invalid reference" is detected in named references
45 resolution.
46 * src/scan-code.l: Update "invalid reference" case.
47 * tests/named-ref.at: Adjust test-cases.
48
49 2009-09-10 Joel E. Denny <jdenny@clemson.edu>
50
51 Clean up yacc.c a little.
52 * data/yacc.c: Clean up M4 for readability, and make output
53 whitespace more consistent. For the main parse function
54 comment, instead of saying "yyparse or yypush_parse", say either
55 "yyparse" or "yypush_parse" depending on which it actually is.
56
57 2009-09-03 Joel E. Denny <jdenny@clemson.edu>
58
59 Complain about unused %define variables and %code qualifiers.
60 * NEWS (2.5): Document.
61 * data/bison.m4 (b4_check_user_names): Complain instead of warn.
62 * doc/bison.texinfo (Decl Summary): Document complaint, and
63 improve %define documentation a little otherwise.
64 * tests/input.at (Reject unused %code qualifiers): Update.
65 (%define errors): Update.
66 (%define, --define, --force-define): Update.
67 (%define backward compatibility): Update.
68 (Unused %define api.pure): Update.
69 * tests/push.at (Push Parsing: Unsupported Skeletons): Update.
70
71 2009-09-03 Joel E. Denny <jdenny@clemson.edu>
72
73 Use aver not assert.
74 * src/output.c: Don't include assert.h.
75 (output_skeleton): Use aver not assert.
76 * src/system.h (aver): In documentation of why, add links to
77 Paul Eggert's explanations in the mailing lists.
78
79 2009-09-05 Alex Rozenman <rozenman@gmail.com>
80
81 Use "Unresolved reference" error message when no symbols were found
82 in a symbolic reference resolution. Remove .expr and -expr from
83 the shown reference when the reference is unresolved.
84 * src/scan-code.l: Change the error message, adjust location columns,
85 rename variable "exact_mode" to "explicit_bracketing".
86 * tests/named-ref.at: Adjust existing tests and add a new one.
87
88 2009-09-03 Akim Demaille <demaille@gostai.com>
89
90 * NEWS (2.4.2): Add "Internationalization" item.
91
92 2009-09-03 Akim Demaille <demaille@gostai.com>
93
94 bootstrap: fix/improve find_tool.
95 * bootstrap (find_tool): Improve error messages.
96 Fix typo about find_tool_names.
97
98 2009-08-29 Joel E. Denny <jdenny@clemson.edu>
99
100 Fix gcc 3.4.4 shadowing warning reported by Eric Blake.
101 See
102 <http://lists.gnu.org/archive/html/bison-patches/2009-08/msg00093.html>.
103 * src/scan-code.h (code_props_rule_action_init): Rename
104 named_ref arg to name so it doesn't shadow named_ref type. This
105 makes it consistent with the function definition in scan-code.l
106 anyway.
107
108 2009-08-28 Joel E. Denny <jdenny@clemson.edu>
109
110 %define: accept unquoted values.
111 * NEWS (2.5): Group all %define changes together, and document
112 this one. Remove quotes in IELR and canonical LR entry.
113 * doc/bison.texinfo: Remove quotes in most examples throughout.
114 (Decl Summary): Update %define documentation.
115 (Table of Symbols): Likewise.
116 * src/ielr.c (LrType): Update documentation.
117 * src/parse-gram.y (content.opt): Add production for ID.
118 * tests/calc.at: Remove quotes in most tests.
119 * tests/existing.at: Likewise.
120 * tests/input.at: Likewise.
121 * tests/local.at: Likewise.
122 * tests/push.at: Likewise.
123 * tests/reduce.at: Likewise.
124 * tests/torture.at: Likewise.
125
126 2009-08-28 Joel E. Denny <jdenny@clemson.edu>
127
128 %define lr.type: make values lowercase IDs.
129 That is, "LALR" => "lalr", "IELR" => "ielr", and
130 "canonical LR" => "canonical-lr".
131 * NEWS (2.5): Update documentation.
132 * doc/bison.texinfo (Decl Summary): Likewise.
133 * src/ielr.c (ielr): Use new values.
134 * src/ielr.h (ielr): Update documentation.
135 * src/reader.c (prepare_percent_define_front_end_variables): Use
136 and validate new values.
137 * tests/existing.at (AT_TEST_EXISTING_GRAMMAR): Update test
138 grammars.
139 * tests/reduce.at (AT_TEST_LR_TYPE): Likewise.
140
141 2009-08-27 Eric Blake <ebb9@byu.net>
142
143 scan-gram: avoid portability trap with ctype usage.
144 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>):
145 Avoid compiler warning.
146
147 2009-08-27 Joel E. Denny <jdenny@clemson.edu>
148
149 tests: use perl for printing special sequences to files.
150 And skip tests if perl is not available. This is better than
151 playing tricks with shell portability. Suggested by Akim
152 Demaille.
153 * tests/input.at (Bad character literals): Use it here for
154 omitting final newlines.
155 (Bad escapes in literals): Use it here for special characters.
156
157 2009-08-26 Joel E. Denny <jdenny@clemson.edu>
158
159 tests: show a use of %define lr.default-reductions "consistent"
160 * tests/conflicts.at (%nonassoc and eof): Extend to test that it
161 prevents the omission of expected tokens for %error-verbose.
162
163 2009-08-26 Akim Demaille <demaille@gostai.com>
164
165 tests: portability fix.
166 * tests/input.at (Bad escapes in literals): Don't expect "echo
167 '\0'" to output \ then 0.
168
169 2009-08-26 Joel E. Denny <jdenny@clemson.edu>
170
171 Actually handle the yytable zero value correctly this time.
172 * data/glr.c, data/lalr1.cc, data/lalr1.java, data/yacc.c: Don't
173 mention zero values in the YYTABLE comments.
174 * data/glr.c (yytable_value_is_error): Don't check for zero
175 value.
176 * data/lalr1.cc (yy_table_value_is_error_): Likewise.
177 * data/yacc.c (yytable_value_is_error): Likewise.
178 * data/lalr1.java (yy_table_value_is_error_): Likewise.
179 (yysyntax_error): Fix typo in code: use yytable_ not yycheck_.
180 * src/tables.h: In header comments, explain why it's useless to
181 check for a zero value in yytable.
182
183 2009-08-25 Joel E. Denny <jdenny@clemson.edu>
184
185 More fixes related to last two patches.
186 * data/c.m4 (b4_table_value_equals): Comment that YYID must be
187 defined.
188 * data/glr.c, data/lalr1.cc, data/lalr1.java, data/yacc.c: Fix
189 yytable comments: zero indicates syntax error not default
190 action.
191 * data/glr.c (yyis_pact_ninf): Rename to...
192 (yypact_value_is_default): ... this.
193 (yyisDefaultedState): Update for rename.
194 (yyis_table_ninf): Rename to...
195 (yytable_value_is_error): ... this, and check for value zero
196 besides just YYTABLE_NINF.
197 (yygetLRActions): Check for default value from yypact. It
198 appears that this check is always performed before this function
199 is invoked, and so adding the check here is probably redundant.
200 However, the code may evolve after this subtlety is forgotten.
201 Also, update for rename to yytable_value_is_error. Because that
202 macro now checks for zero, a different but equivalent branch of
203 the if-then-else here is evaluated.
204 (yyreportSyntaxError): Update for rename to
205 yytable_value_is_error. The zero condition was mishandled
206 before.
207 (yyrecoverSyntaxError): Update for renames. No behavioral
208 changes.
209 * data/lalr1.cc, data/lalr1.java (yy_pact_value_is_default_):
210 New function.
211 (yy_table_value_is_error_): New function.
212 (parse): Use new functions where possible. No behavioral
213 changes.
214 (yysyntax_error_, yysyntax_error): Use yy_table_value_is_error_.
215 The zero condition was mishandled before.
216 * data/yacc.c (yyis_pact_ninf): Rename to...
217 (yypact_value_is_default): ... this.
218 (yyis_table_ninf): Rename to...
219 (yytable_value_is_error): ... this, and check for value zero
220 besides just YYTABLE_NINF.
221 (yysyntax_error): Update for rename to yytable_value_is_error.
222 The zero condition was mishandled before.
223 (yyparse): Update for renames. No behavioral changes.
224 * src/tables.h: Improve comments about yypact, yytable, etc.
225 more. Most importantly, say yytable value of zero means syntax
226 error not default action.
227
228 2009-08-25 Joel E. Denny <jdenny@clemson.edu>
229
230 Fix %error-verbose for conflicts resolved by %nonassoc.
231 * NEWS (2.5): Document.
232 * data/glr.c (yyreportSyntaxError): Fix this by checking
233 yyis_table_ninf.
234 * data/yacc.c (yysyntax_error): Likewise.
235 * data/lalr1.cc (yysyntax_error_): Fix this by checking
236 yytable_ninf_.
237 * data/lalr1.java (yysyntax_error): Likewise.
238 * tests/conflicts.at (%nonassoc and eof): Update expected output
239 and remove FIXME.
240
241 2009-08-25 Joel E. Denny <jdenny@clemson.edu>
242
243 Some code and documentation improvements.
244 * data/c.m4 (b4_table_value_equals): New macro to capture
245 some repeated code.
246 * data/glr.c (yyis_pact_ninf): Use it here.
247 (yyis_table_ninf): Likewise.
248 (yyreportSyntaxError): Improve internal comments.
249 * data/yacc.c (yyis_pact_ninf): New macro copied from glr.c.
250 Use it everywhere possible.
251 (yyis_table_ninf): Likewise.
252 (yysyntax_error): Improve internal comments.
253 * data/lalr1.cc (yysyntax_error_): Likewise.
254 * data/lalr1.java (yysyntax_error): Likewise.
255 * src/tables.h: Improve comments about yypact, yytable, etc.
256
257 2009-08-21 Joel E. Denny <jdenny@clemson.edu>
258
259 Use locale when quoting.
260 * src/scan-gram.l (SC_ESCAPED_STRING, SC_ESCAPED_CHARACTER): Use
261 quote rather than implementing quoting here.
262
263 2009-08-20 Eric Blake <ebb9@byu.net>
264
265 Make previous patch more robust.
266 * src/output.c (ARRAY_CARDINALITY): New macro, copied from
267 argmatch.h.
268 (output_skeleton): Use it.
269 Suggested by Akim Demaille.
270
271 Import latest m4/m4.m4.
272 * submodules/autoconf: Update to autoconf 2.64.
273 * configure.ac (M4_GNU_OPTION): New define.
274 * src/output.c (output_skeleton): Use it to resolve FIXME.
275 * NEWS: Mention this.
276
277 2009-08-19 Joel E. Denny <jdenny@clemson.edu>
278
279 Fix complaints about escape sequences.
280 Discussed starting at
281 <http://lists.gnu.org/archive/html/bison-patches/2009-08/msg00036.html>.
282 * src/scan-gram.l (SC_ESCAPED_STRING, SC_ESCAPED_CHARACTER):
283 For a \0 and similar escape sequences meaning the null
284 character, report an invalid escape sequence instead of an
285 invalid null character because the latter does not actually
286 appear in the user's input.
287 In all escape sequence complaints, don't escape the initial
288 backslash, and don't quote when the sequence appears at the end
289 of the complaint line unless there's whitespace that quotearg
290 won't escape.
291 Consistently say "invalid" not "unrecognized".
292 Consistently prefer "empty character literal" over "extra
293 characters in character literal" warning for invalid escape
294 sequences; that is, consistently discard those sequences.
295 * tests/input.at (Bad escapes in literals): New.
296
297 2009-08-19 Akim Demaille <demaille@gostai.com>
298
299 doc: fixes.
300 * doc/bison.texinfo: Fix minor Texinfo errors.
301
302 2009-08-19 Akim Demaille <demaille@gostai.com>
303
304 doc: %initial-action to initialize yylloc.
305 Reported by Bill Allombert.
306 * doc/bison.texinfo: Set fill-column to 76.
307 (Location Type): Document the use of %initial-action to initialize
308 yylloc.
309
310 2009-08-18 Joel E. Denny <jdenny@clemson.edu>
311
312 maint: update for gnulib's recent update-copyright changes
313 * gnulib: Update.
314 * .x-update-copyright (COPYING): Add as it's no longer implied
315 when .x-update-copyright is present.
316 * cfg.mk (update-copyright-local): Remove, now ignored.
317 (update-copyright): Declare update-b4-copyright as a dependency.
318
319 2009-08-17 Akim Demaille <demaille@gostai.com>
320
321 build: require gettext 0.17.
322
323 Suggested by Bruno Haible.
324 http://lists.gnu.org/archive/html/bug-bison/2009-08/msg00009.html
325 * configure.ac: require gettext 0.17 to ensure compatibility with
326 gnulib.
327
328 2009-08-17 Akim Demaille <demaille@gostai.com>
329
330 build: lower gettext requirements.
331
332 Bison was uselessly requiring the formatstring macros from
333 gettext, which resulted in mo files not being installed on systems
334 that perfectly supported Bison mo files. Lower the requirement.
335 http://lists.gnu.org/archive/html/bug-bison/2009-08/msg00006.html
336
337 * configure.ac: Require need-ngettext instead of
338 need-formatstring-macros.
339 Reported by Martin Jabocs.
340 Suggested by Bruno Haible.
341 * INSTALL: Restructure.
342 (Internationalization): New.
343
344 2009-08-14 Joel E. Denny <jdenny@clemson.edu>
345
346 maint: fix use of copyright year intervals.
347 * gnulib: Update.
348 * bootstrap.conf (gnulib_modules): Update getopt to getopt-gnu
349 as now recommended in gnulib/NEWS.
350 * build-aux/update-b4-copyright: Fix.
351 * cfg.mk (update-copyright-env): Configure update-copyright.
352
353 2009-08-13 Joel E. Denny <jdenny@clemson.edu>
354
355 Make it easier to write deterministic tests.
356 Continues Akim's work from his 2009-06-10 commits.
357 * src/reader.c (check_and_convert_grammar): Don't add any
358 symbols after the first symbols_do invocation.
359 * src/symtab.c (symbols_sorted): New static global.
360 (user_token_number_redeclaration): Update comments.
361 (symbol_from_uniqstr): If a new symbol is being created, assert
362 that symbols_sorted hasn't been allocated yet.
363 (symbols_free): Free symbols_sorted.
364 (symbols_cmp, symbols_cmp_qsort): New functions.
365 (symbols_do): Sort symbol_table into symbols_sorted on first
366 invocation.
367 * tests/input.at (Numbered tokens): Recombine tests now that the
368 output should be deterministic across multiple numbers.
369
370 2009-08-12 Akim Demaille <demaille@gostai.com>
371
372 distcheck: fix.
373
374 * examples/calc++/Makefile.am: (EXTRA_DIST): Ship calc.stamp.
375
376 2009-08-10 Joel E. Denny <jdenny@clemson.edu>
377
378 * tests/Makefile.am (TESTSUITE_AT): Add named-refs.at.
379
380 2009-08-10 Joel E. Denny <jdenny@clemson.edu>
381
382 Miscellaneous code readability improvements.
383
384 * src/reader.c (reader): Move %define front-end variable
385 defaults and checking into...
386 (prepare_percent_define_front_end_variables): ... this new
387 function.
388
389 * src/scan-gram.l (INITIAL): For consistency with string
390 literals, don't store open quote on character literal. It's
391 discarded before returning anyway.
392 (SC_ESCAPED_CHARACTER): Similarly, don't store close quote.
393 Make length test more readable, and make the character stored
394 for an empty literal more obvious while consistent with the
395 previous behavior.
396
397 * src/symtab.c, src/symtab.h: Rename USER_NUMBER_ALIAS to
398 USER_NUMBER_HAS_STRING_ALIAS throughout.
399 * src/symtab.c (symbol_make_alias): Remove comment from symtab.c
400 that is repeated in symtab.h. Improve argument names to make it
401 clear which side of the symbol-string alias pair is which.
402 (symbol_check_alias_consistency): Improve local variable names
403 for the same purpose.
404 * src/symtab.h (struct symbol): Make comments about aliases
405 clearer.
406 (symbol_make_alias): Improve comments and argument name.
407 * src/output.c (token_definitions_output): Update for rename to
408 USER_NUMBER_HAS_STRING_ALIAS and improve comments about aliases.
409
410 2009-08-08 Alex Rozenman <rozenman@gmail.com>
411
412 Convert "misleading reference" messages to warnings.
413 * src/scan-code.l: New function 'show_sub_messages', more
414 factoring.
415 * tests/named-ref.at: Adjust tests.
416
417 2009-08-06 Joel E. Denny <jdenny@clemson.edu>
418
419 maint: run "make update-copyright"
420
421 2009-08-06 Joel E. Denny <jdenny@clemson.edu>
422
423 maint: make update-b4-copyright easier to use
424 * build-aux/update-b4-copyright: In warnings, report line
425 numbers rather than character positions.
426 * cfg.mk (update-copyright-local): Set to update-b4-copyright so
427 that update-copyright runs it.
428 * gnulib: Update.
429
430 2009-08-05 Joel E. Denny <jdenny@clemson.edu>
431
432 maint: clean up update-b4-copyright code
433 * build-aux/update-b4-copyright: Do not accept 2-digit
434 UPDATE_COPYRIGHT_YEAR, which was not handled correctly.
435 Don't accept a `[' in a b4_copyright argument.
436 Format code more consistently.
437 Don't assume b4*copyright never occurs.
438
439 2009-08-04 Joel E. Denny <jdenny@clemson.edu>
440
441 maint: automate b4_copyright updates.
442 * Makefile.am (update-b4-copyright): New target rule.
443 * build-aux/Makefile.am (EXTRA_DIST): Add update-b4-copyright.
444 * build-aux/update-b4-copyright: New.
445 * data/yacc.c: Remove stray characters around b4_copyright
446 invocations.
447
448 2009-08-04 Joel E. Denny <jdenny@clemson.edu>
449
450 maint: automate annual package-wide copyright-year update.
451 * .x-update-copyright: New.
452 * Makefile.am (EXTRA_DIST): Remove maint.mk.
453 * bootstrap.conf (gnulib_modules): Add maintainer-makefile and
454 update-copyright. Remove gnumakefile, which is implied by
455 maintainer-makefile.
456 * cfg.mk (bootstrap-tools): Copy from old maint.mk.
457 * gnulib: Update.
458 * maint.mk: Remove, now copied from gnulib.
459 * examples/extexi: Add missing "(C)" in copyright statement so
460 update-copyright can recognize it.
461 * src/LR0.h: Likewise.
462 * src/print.h: Likewise.
463 * src/print_graph.h: Likewise.
464 * src/gram.c: Add missing comma in copyright statement.
465 * src/gram.h: Likewise.
466
467 2009-08-04 Joel E. Denny <jdenny@clemson.edu>
468
469 Fix "make distcheck".
470 * examples/calc++/Makefile.am: Say $(srcdir)/calc.stamp instead
471 of just calc.stamp.
472
473 2009-08-01 Joel E. Denny <jdenny@clemson.edu>
474
475 Pacify "gcc -Wunused" for the input function from Flex.
476 Reported by Alex Rozenman. This warning shows up with gcc-4.3.0
477 and later.
478 * src/scan-code.l: Add "%option noinput", which I cannot find in
479 the Flex manual, but which Flex has supported since at least as
480 far back as 2.5.4. However, if any of our developers still use
481 Flex 2.5.4, they'll need to stop configuring with
482 --enable-gcc-warnings because "%option noinput" didn't work
483 correctly until Flex 2.5.6.
484 * src/scan-gram.l: Likewise.
485 * src/scan-skel.l: Likewise.
486
487 2009-07-31 Alex Rozenman <rozenman@gmail.com>
488
489 Fix --enable-gcc-warnings problems.
490 * src/reader.c: Adjust variable names.
491 * src/scan-code.l: Fix prototypes and adjust names.
492 * src/named-ref.c: Remove redundant "if".
493
494 2009-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
495
496 Fix a --enable-gcc-warnings problem.
497 * src/scan-gram.l (SC_ESCAPED_CHARACTER): Actually use length
498 variable.
499
500 2009-07-24 Alex Rozenman <rozenman@gmail.com>
501
502 Fix some memory leaks.
503 * src/named-ref.c: Add a pointer check (named_ref_free).
504 * src/scan-code.l: New function (variant_table_free). Called in
505 code_scanner_free.
506 * src/symlist.c: Call to named_ref_free (symbol_list_free).
507
508 2009-07-24 Joel E. Denny <jdenny@ces.clemson.edu>
509
510 Warn about character literals not of length one.
511 * NEWS (2.5): Document.
512 * src/scan-gram.l (INITIAL): Remove comment that we don't check
513 the length.
514 (SC_ESCAPED_CHARACTER): Warn if length is wrong.
515 * tests/input.at (Bad character literals): New test group.
516
517 2009-07-24 Joel E. Denny <jdenny@ces.clemson.edu>
518
519 * src/lalr.c (state_lookahead_tokens_count): Correct comment.
520
521 2009-07-22 Joel E. Denny <jdenny@ces.clemson.edu>
522
523 Some M4 cleanup in the testsuite.
524 Suggested by Eric Blake at
525 <http://lists.gnu.org/archive/html/bison-patches/2009-04/msg00083.html>.
526 * tests/existing.at (_AT_TEST_EXISTING_GRAMMAR): Do not
527 complicate the code by distinguishing between a missing value
528 and an empty string value for an optional argument. This fix is
529 allowed by the similar fix in AT_TEST_TABLES_AND_PARSE below.
530 * tests/local.at (_AT_TEST_TABLES_AND_PARSE): Merge into...
531 (AT_TEST_TABLES_AND_PARSE): ... this now that the special
532 arguments are not needed because of the following changes.
533 Fix stale comments.
534 Bison developers should use GNU M4 and should not use
535 POSIXLY_CORRECT when building the test suite, so do not
536 complicate the code by avoiding $10 and above.
537 Do not quote an empty string value for an optional argument, and
538 do not distinguish between a missing value and an empty string
539 value.
540
541 2009-07-21 Joel E. Denny <jdenny@ces.clemson.edu>
542
543 * m4/m4.m4: Make it a sym link to submodules/autoconf/m4/m4.m4.
544
545 2009-07-15 Joel E. Denny <jdenny@ces.clemson.edu>
546
547 Revert unnecessary column realignment in --help output.
548 Reported by Akim Demaille at
549 <http://lists.gnu.org/archive/html/bison-patches/2009-06/msg00010.html>.
550 * src/getargs.c (usage): Here.
551
552 2009-07-04 Alex Rozenman <rozenman@gmail.com>
553
554 Alphabetical order in src/Makefile.am.
555 * src/Makefile.am: Adjust.
556
557 2009-07-04 Alex Rozenman <rozenman@gmail.com>
558
559 Style changes and factoring.
560 * src/named-ref.h: Add comments.
561 * src/parse-gram.y: Readability and style changes.
562 * src/reader.c: Factoring: assign_named_ref function.
563 * src/scan-code.l: Factoring and style changes. Rename
564 parse_named_ref to parse_ref. Use "c-ctype.h" from gnulib.
565 Use "unsigned" type for variant index. Improve readablity.
566 * src/scan-gram.l: Change error messages and add comments.
567 * src/symlist.h: symbol_list_null: New function decl.
568 * src/symlist.c: symbol_list_null: Implement here.
569 * tests/named-refs.at: Adjust for new error messages.
570
571 2009-06-29 Eric Blake <ebb9@byu.net>
572
573 scan-code: avoid compiler warnings
574 * src/scan-code.l (parse_named_ref): Use correct specifiers.
575
576 2009-06-29 Akim Demaille <demaille@gostai.com>
577
578 build: avoid concurrent extraction of calc++.
579 * examples/calc++/Makefile.am (calc.stamp): New.
580 Depend on it to create the sources of calc++ so that concurrent
581 builds don't launch several "extexi" in parallel.
582 Not only this is inefficient, this also builds incorrect sources
583 with several extractions mixed together.
584
585 2009-06-27 Alex Rozenman <rozenman@gmail.com>
586
587 Implement support for named symbol references.
588 * src/parse-gram.y: Add new syntax (named_ref.opt).
589 * src/reader.c: Store named refs in symbol lists.
590 * src/reader.h: New argument for symbol_append and
591 action_append functions.
592 * src/scan-code.h: Add new field (named_ref) into
593 code_props data structure. Keeps named ref of midrule
594 actions.
595 * src/scan-code.l: Support for named refs in semantic
596 action code. New function 'parse_named_ref'.
597 * src/scan-gram.l: Support bracketed id.
598 * src/symlist.c: Store named refs in symbol lists.
599 * src/symlist.h: New field in symbol list: named_ref.
600 * src/named-ref.h: New file, a struct for named_ref.
601 * src/named-ref.cp: New file, named_ref_new function.
602 * src/local.mk: Add two new files.
603 * tests/testsuite.at: Include new test group:
604 * tests/named-refs.at: this new file.
605
606 2009-06-25 Akim Demaille <demaille@gostai.com>
607
608 hash: check insertion for memory exhaustion.
609 * src/uniqstr.c (uniqstr_new): New.
610
611 2009-06-11 Akim Demaille <demaille@gostai.com>
612
613 style changes.
614 * data/xslt/xml2dot.xsl, data/xslt/xml2xhtml.xsl: Space changes.
615 * src/print-xml.c: Style changes.
616 * tests/conflicts.at: Comment changes.
617
618 2009-06-11 Akim Demaille <demaille@gostai.com>
619
620 xml: beware of user strings used to give a %prec to rules.
621 * tests/conflicts.at (%prec with user strings): New.
622 * src/gram.c (grammar_rules_print_xml): Escape the precedence for
623 XML output.
624
625 2009-06-11 Akim Demaille <demaille@gostai.com>
626
627 hash: check insertion for memory exhaustion.
628 * src/muscle-tab.c (muscle_insert, muscle_grow)
629 * src/state.c (state_hash_insert): Check the return value of
630 hash_insert.
631
632 2009-06-10 Akim Demaille <demaille@gostai.com>
633
634 deterministic test suite.
635 Some consistency checks on symbols are performed after all the
636 symbols were read, by an iteration over the symbol table. This
637 traversal is nondeterministic, which can be a problem for test
638 cases.
639 Avoid this.
640 Addresses another form of nondeterminism reported by Joel E. Denny.
641 http://lists.gnu.org/archive/html/bison-patches/2009-05/msg00023.html
642
643 * tests/input.at (Numbered tokens): Split the hexadecimal/decimal
644 test in two.
645 Use different file names for the three tests to make the
646 maintenance easier.
647
648 2009-06-10 Akim Demaille <demaille@gostai.com>
649
650 deterministic user-token-number redeclaration errors.
651 Address nondeterminism reported by Joel E. Denny.
652 http://lists.gnu.org/archive/html/bison-patches/2009-05/msg00023.html
653
654 * src/uniqstr.h: Comment changes.
655 * src/location.h (boundary_cmp, location_cmp): New.
656 * src/symtab.c (user_token_number_redeclaration): New.
657 (symbol_translation): Use it.
658 * tests/input.at (Numbered tokens): Adjust the expected output.
659
660 2009-05-25 Akim Demaille <demaille@gostai.com>
661
662 gnulib: update.
663 * gnulib: Update to latest.
664 * lib/.cvsignore, lib/.gitignore, m4/.cvsignore,
665 * m4/.gitignore: Regen.
666 * src/symtab.c (symbol_from_uniqstr, semantic_type_from_uniqstr):
667 Call xalloc_die on hash_insert failures.
668 Requested by the new __warn_unused_result__ attribute of
669 hash_insert.
670
671 2009-05-22 Joel E. Denny <jdenny@ces.clemson.edu>
672
673 Convert multiple variable definition warnings to complaints.
674 * NEWS (2.5): Add a new entry for that change.
675 * doc/bison.texinfo (Decl Summary): Update %define entry.
676 (Bison Options): Update -D/--define/-F/--force-define entry.
677 * src/muscle_tab.c (muscle_percent_define_insert): Implement.
678 * src/muscle_tab.h (muscle_percent_define_insert): Update
679 comments.
680 * tests/input.at (`%define errors'): Update.
681 (`%define, --define, --force-define'): Update.
682
683 2009-05-22 Joel E. Denny <jdenny@ces.clemson.edu>
684
685 -F/--force-define and relative %define/-D/--define priorities.
686 * NEWS (2.5): Add documentation to -D/--define entry.
687 * build-aux/cross-options.pl: Hard-code association of
688 --force-define with %define.
689 * doc/bison.texinfo (Decl Summary): In %define entry,
690 cross-reference command-line options.
691 (Bison Options): Add documentation to -D/--define entry.
692 (Option Cross Key): Widen column for --force-define row.
693 * src/getargs.c (usage): Document -F/--force-define. Realign
694 options in output.
695 (short_options, long_options, getargs): Parse -F/--force-define,
696 and update muscle_percent_define_insert invocation.
697 * src/muscle_tab.h (muscle_percent_define_how): New enum type.
698 (muscle_percent_define_insert): Add argument with that type.
699 * src/muscle_tab.c (muscle_percent_define_insert): Implement
700 -F/--force-define behavior and priorities.
701 * src/parse-gram.y (prologue_declaration): Update
702 muscle_percent_define_insert invocations.
703 * tests/input.at (`%define, --define'): Rename to...
704 (`%define, --define, --force-define'): ... this and extend.
705
706 2009-05-22 Joel E. Denny <jdenny@ces.clemson.edu>
707
708 Update some comments to make sense for -D.
709 * data/bison.m4 (b4_check_user_names): In header comments, say
710 "user occurrence" instead of "grammar occurrence".
711 * src/muscle_tab.h (muscle_percent_define_insert): Likewise.
712 (muscle_percent_code_grow): Likewise just for consistency.
713
714 2009-05-22 Joel E. Denny <jdenny@ces.clemson.edu>
715
716 * data/c++.m4: Update copyright year.
717
718 2009-05-20 Joel E. Denny <jdenny@ces.clemson.edu>
719
720 * data/c++.m4 (b4_namespace_close): Simplify slightly.
721
722 2009-05-19 Joel E. Denny <jdenny@ces.clemson.edu>
723
724 Handle a trailing `:' in a user-supplied C++ namespace better.
725 * data/c++.m4 (b4_namespace_close): Don't let it be printed
726 among the closing braces here. This fix might make the
727 generated code easier to debug, but otherwise it should be
728 insignificant because a trailing `:' is a C++ error already.
729
730 2009-05-19 Akim Demaille <demaille@gostai.com>
731
732 remove useless variable.
733 * src/getargs.c (skeleton_arg): Remove now useless variable.
734 Should help the compiler see that this printf-like call is sane.
735
736 2009-05-11 Akim Demaille <demaille@gostai.com>
737
738 doc: use C++ headers.
739 * doc/bison.texinfo (Calc++ Scanner): Prefer C++ headers to C
740 headers.
741
742 2009-05-05 Akim Demaille <demaille@gostai.com>
743
744 fix hexadecimal token number support.
745 * src/scan-gram.l: Catch incorrect ids after hexadecimal numbers.
746
747 2009-05-05 Akim Demaille <demaille@gostai.com>
748
749 tests: check token numbers.
750 * tests/input.at (Numbered tokens): New.
751
752 2009-05-04 Akim Demaille <demaille@gostai.com>
753
754 bison: catch bad symbol names.
755 * src/scan-gram.l({int}{id}): Report as an invalid identifier.
756 * tests/input.at: Adjust.
757
758 2009-05-04 Akim Demaille <demaille@gostai.com>
759
760 space changes.
761 * src/scan-gram.l: Untabify to be robust to zealous editors.
762
763 2009-05-04 Akim Demaille <demaille@gostai.com>
764
765 identifiers: dashes are letters.
766 Dashes can now start identifiers (symbols and directives).
767
768 * src/scan-gram.l ({letter}): Add dash.
769 ({id}): Remove it.
770 * tests/input.at (Symbols): Adjust.
771 Remove stray comment.
772 * tests/regression.at (Invalid inputs): Adjust error message.
773 * doc/bison.texinfo (Symbols): Update.
774
775 2009-05-01 Joel E. Denny <jdenny@ces.clemson.edu>
776
777 Declare %code to be a permanent feature.
778 * NEWS (2.4.2): Here.
779 * doc/bison.texinfo (Prologue Alternatives): Don't say it's
780 experimental.
781 (Decl Summary): Likewise.
782
783 2009-04-30 Joel E. Denny <jdenny@ces.clemson.edu>
784
785 Convert underscores to dashes in some %define variable names.
786 For now, just api.push-pull and lr.keep-unreachable-states.
787 Maintain old names for backward compatibility.
788 * NEWS (2.5): Document.
789 * data/c.m4 (b4_identification): Update comment.
790 * data/yacc.c: Update access.
791 * doc/bison.texinfo: Update.
792 * etc/bench.pl.in (bench_grammar): Update use.
793 * src/files.c (tr): Move to...
794 * src/getargs.c, src/getargs.h (tr): ... here because I can't
795 think of a better place to expose it. My logic is that, for all
796 uses of tr so far, command-line arguments can be involved, and
797 getargs.h is already included.
798 * src/main.c (main): Update access.
799 * src/muscle_tab.c (muscle_percent_define_insert): Convert old
800 variable names to new variable names before assigning value.
801 * src/reader.c (reader): Update setting default.
802 * tests/calc.at: Update uses.
803 * tests/conflicts.at (Unreachable States After Conflict
804 Resolution): Update use.
805 * tests/input.at (%define enum variables): Update use.
806 (%define backward compatibility): New test group.
807 * tests/push.at: Update uses.
808 * tests/reduce.at: Update uses.
809 * tests/torture.at: Update uses.
810
811 2009-04-30 Joel E. Denny <jdenny@ces.clemson.edu>
812
813 Set all front-end %define defaults in one place.
814 * src/main.c (main): Move lr.keep_unreachable_states default...
815 * src/reader.c (reader): ... to here.
816
817 2009-04-29 Joel E. Denny <jdenny@ces.clemson.edu>
818
819 Rename lr.default_reductions to lr.default-reductions.
820 * NEWS (2.5): Here.
821 * doc/bison.texinfo: Here.
822 * src/lalr.c (initialize_LA): Here.
823 * src/print.c (print_reductions): Here.
824 * src/reader.c (reader): Here.
825 * src/tables.c (action_row): Here.
826 * tests/input.at (%define enum variables): Here.
827 * tests/reduce.at (AT_TEST_LR_DEFAULT_REDUCTIONS): Here.
828
829 2009-04-29 Joel E. Denny <jdenny@ces.clemson.edu>
830
831 Pacify ./configure --enable-gcc-warnings.
832 * tests/input.at (Symbols): Prototype yyerror and yylex.
833
834 2009-04-21 Akim Demaille <demaille@gostai.com>
835
836 tests: check the use of dashes and periods in symbols.
837 * tests/input.at (Symbol): New test group.
838
839 2009-04-29 Joel E. Denny <jdenny@ces.clemson.edu>
840
841 Document how `%define "var" "value"' is not M4-friendly.
842 * src/parse-gram.y (variable): In comments here.
843
844 2009-04-29 Joel E. Denny <jdenny@ces.clemson.edu>
845
846 Add copyright updates missed during previous cherry pick.
847 * src/output.c: Here.
848 * src/parse-gram.y: Here.
849 * src/scan-gram.l: Here.
850
851 2009-04-20 Akim Demaille <demaille@gostai.com>
852
853 variables: accept dashes.
854 * src/scan-gram.l ({id}): Also accept dashes after the initial
855 letter.
856 ({directive}): Use {id}.
857 * src/parse-gram.y: Comment and formatting changes.
858 * doc/bison.texinfo (Symbols): Adjust the lexical definitions of
859 symbols.
860 * src/complain.h, src/complain.c (yacc_at): New.
861 * src/symtab.c (symbol_new): Use yacc_at to report inappropriate
862 symbol names.
863 * src/output.c (token_definitions_output): Do not #define token
864 names with dashes.
865
866 2009-04-24 Joel E. Denny <jdenny@ces.clemson.edu>
867
868 Clean up recent patches a little.
869 Reported by Akim Demaille.
870 * doc/bison.texinfo (Understanding): Fix typos.
871 * src/print.c (print_reductions): Don't use negated variable.
872
873 2009-04-24 Joel E. Denny <jdenny@ces.clemson.edu>
874
875 List accepted values for a %define enum variable with an invalid value.
876 Suggested by Akim Demaille at
877 <http://lists.gnu.org/archive/html/bison-patches/2009-04/msg00082.html>.
878 * data/bison.m4 (_b4_percent_define_check_values): Implement.
879 * src/muscle_tab.c (muscle_percent_define_check_values): Implement.
880 * tests/input.at (%define lr.default_reductions invalid values): Merge
881 into...
882 (%define enum variables): ... here, and update output.
883
884 2009-04-23 Joel E. Denny <jdenny@ces.clemson.edu>
885
886 Rename "default rule" to "default reduction".
887 This includes changing variable names in code, changing
888 comments, and renaming %define lr.default_rules to %define
889 lr.default_reductions.
890 * NEWS (2.5): Update IELR documentation.
891 * data/glr.c, data/lalr1.cc, data/lalr1.java, data/yacc.c:
892 Adjust YYDEFACT and yydefact_ documentation.
893 * doc/bison.texinfo (Decl Summary): Adjust lr.default_reductions
894 and lr.type documentation. Make some other wording
895 improvements.
896 (Glossary): Adjust cross-references and Default Reduction
897 definition.
898 * src/lalr.c (state_lookahead_tokens_count): Adjust code.
899 Remove a confusing comment pointed out by Akim Demaille.
900 (initialize_LA): Adjust code.
901 * src/print-xml.c (print_reductions): Adjust code.
902 * src/print.c (print_reductions): Adjust code.
903 * src/reader.c (reader): Adjust code.
904 * src/tables.c (action_row): Adjust code.
905 (token_actions): Adjust code.
906 * src/tables.h: Adjust YYDEFACT documentation.
907 * tests/input.at (%define lr.default_rules invalid values):
908 Rename test group to...
909 (%define lr.default_reductions invalid values): ... this, and
910 update grammar file and expected output.
911 * tests/reduce.at (AT_TEST_LR_DEFAULT_RULES): Rename to...
912 (AT_TEST_LR_DEFAULT_REDUCTIONS): ... this, and update.
913
914 2009-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
915
916 Document %define lr.type and lr.default_rules.
917 * NEWS (2.5): Add an entry.
918 * src/getargs.c (usage): Mention IELR(1) and canonical LR(1)
919 besides just LALR(1) and GLR(1).
920 * doc/bison.texinfo (Introduction): Likewise.
921 (Language and Grammar): Bison is no longer limited to LALR(1)
922 restrictions.
923 (GLR parsing): Say deterministic or LR(1) rather than LALR(1)
924 when trying to distinguish from GLR. Talk about LR(1) grammars
925 rather than LALR(1) grammars.
926 (Decl Summary): In %define api.push_pull entry, say it applies
927 to deterministic parsers in C rather than LALR(1) parsers in C.
928 Add lr.default_rules entry.
929 Add lr.type entry.
930 (Mystery Conflicts): Bison is no longer limited to LALR(1)
931 restrictions.
932 (Generalized LR Parsing): Same changes as for the previous GLR
933 section.
934 (Memory Management): Say deterministic rather than LALR(1).
935 (Understanding): Correct some bison output.
936 Index discussion of "accepting state".
937 Say deterministic rather than LALR(1).
938 (Bison Options): In --yacc entry, say deterministic rather than
939 LALR(1).
940 In --report, --graph, and --xml entries, just don't mention
941 LALR(1).
942 (C++ Parsers): Say deterministic rather than LALR(1).
943 (Table of Symbols): Likewise in YYSTACK_USE_ALLOCA entry.
944 (Glossary): Add Accepting State, Consistent State, Default Rule,
945 and IELR(1) definitions.
946 In Generalized LR (GLR) definition, make same changes as in
947 previous GLR sections.
948 In LALR(1) definition, say Bison uses LALR(1) by default rather
949 than implying Bison is limited to LALR(1).
950 (LocalWords): Add IELR.
951
952 2009-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
953
954 Finish implementing %define lr.type.
955 Its value can be "LALR", "IELR", or "canonical LR".
956 * lib/timevar.def (TV_IELR_PHASE1): New var.
957 (TV_IELR_PHASE2): New var.
958 (TV_IELR_PHASE3): New var.
959 (TV_IELR_PHASE4): New var.
960 * src/Makefile.am (bison_SOURCES): Add AnnotationList.c,
961 AnnotationList.h, InadequacyList.c, InadequacyList.h, Sbitset.c,
962 Sbitset.h, ielr.h, and ielr.c.
963 * src/getargs.h, src/getargs.c (enum trace, trace_args,
964 trace_types): Add trace_ielr.
965 * src/lalr.h, src/lalr.c (ngotos): Export it.
966 (F): Rename to...
967 (goto_follows): ... this, update all uses, and export it.
968 (set_goto_map): Export it.
969 (map_goto): Export it.
970 (compute_lookahead_tokens): Don't free goto_follows yet. Now
971 handled in ielr.
972 (initialize_LA): Export it. Move lookback allocation to...
973 (lalr): ... here because, for canonical LR, initialize_LA must
974 be invoked but lookback and much of the rest of LALR isn't
975 needed.
976 * main.c (main): Instead of lalr, invoke ielr, which invokes
977 lalr.
978 * src/reader.c (reader): Default lr.type to "LALR".
979 Default lr.default_rules to "accepting" if lr.type is "canonical
980 LR". Leave the default as "all" otherwise.
981 Check for a valid lr.type value.
982 * src/state.h, src/state.c (struct state_list): Add state_list
983 member.
984 (state_new): Initialize state_list member to NULL.
985 (state_new_isocore): New function, exported.
986 * tests/existing.at (AT_TEST_EXISTING_GRAMMAR): New macro that
987 exercises all values of lr.type.
988 (GNU AWK Grammar): Rename test group to...
989 (GNU AWK 3.1.0 Grammar): ... this, and extend to use
990 AT_TEST_EXISTING_GRAMMAR.
991 (GNU Cim Grammar): Extend to use AT_TEST_EXISTING_GRAMMAR.
992 (GNU pic Grammar): Rename test group to...
993 (GNU pic (Groff 1.18.1) Grammar): ... this, and extend to use
994 AT_TEST_EXISTING_GRAMMAR.
995 * tests/reduce.at (AT_TEST_LR_TYPE): New macro that exercises
996 all values of lr.type.
997 (Single State Split): New test groups using AT_TEST_LR_TYPE.
998 (Lane Split): Likewise.
999 (Complex Lane Split): Likewise.
1000 (Split During Added Lookahead Propagation): Likewise.
1001
1002 2009-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
1003
1004 Add new files for IELR and canonical LR implementation.
1005 * src/AnnotationList.c: New.
1006 * src/AnnotationList.h: New.
1007 * src/InadequacyList.c: New.
1008 * src/InadequacyList.h: New.
1009 * src/Sbitset.c: New.
1010 * src/Sbitset.h: New.
1011 * src/ielr.c: New.
1012 * src/ielr.h: New.
1013
1014 2009-04-20 Joel E. Denny <jdenny@ces.clemson.edu>
1015
1016 Implement %define lr.default_rules.
1017 Its value describes the states that are permitted to contain
1018 default rules: "all", "consistent", or "accepting".
1019 * src/reader.c (reader): Default lr.default_rules to "all".
1020 Check for a valid lr.default_rules value.
1021 * src/lalr.c (state_lookahead_tokens_count): If lr.default_rules
1022 is "accepting", then only mark the accepting state as
1023 consistent.
1024 (initialize_LA): Tell state_lookahead_tokens_count whether
1025 lr.default_rules is "accepting".
1026 * src/tables.c (action_row): If lr.default_rules is not "all",
1027 then disable default rules in inconsistent states.
1028 * src/print.c (print_reductions): Use this opportunity to
1029 perform some assertions about whether lr.default_rules was
1030 obeyed correctly.
1031 * tests/local.at (AT_TEST_TABLES_AND_PARSE): New macro that
1032 helps with checking the parser tables for a grammar.
1033 * tests/input.at (%define lr.default_rules invalid values): New
1034 test group.
1035 * tests/reduce.at (AT_TEST_LR_DEFAULT_RULES): New macro using
1036 AT_TEST_TABLES_AND_PARSE.
1037 (`no %define lr.default_rules'): New test group generated by
1038 AT_TEST_LR_DEFAULT_RULES.
1039 (`%define lr.default_rules "all"'): Likewise.
1040 (`%define lr.default_rules "consistent"'): Likewise.
1041 (`%define lr.default_rules "accepting"'): Likewise.
1042
1043 2009-04-20 Akim Demaille <demaille@gostai.com>
1044
1045 Consistently refer to Yacc, not YACC.
1046 * src/getargs.c (usage, warnings_args): s/YACC/Yacc/.
1047
1048 2009-04-17 Joel E. Denny <jdenny@ces.clemson.edu>
1049
1050 Pacify make maintainer-check-posix.
1051 * tests/input.at (%define, --define): Move bison command-line
1052 options before grammar file name.
1053
1054 2009-04-04 Joel E. Denny <jdenny@ces.clemson.edu>
1055
1056 Document semicolon warnings.
1057 * NEWS (2.5): Here.
1058
1059 2008-12-08 Akim Demaille <demaille@gostai.com>
1060
1061 Fix portability issue in the test suite.
1062 * tests/local.at (AT_MATCHES_CHECK): New.
1063 Based on Perl instead of Sed. Sed has too many portability
1064 pitfalls, not ever Sed is GNU Sed.
1065 * tests/actions.at (Fix user actions without a trailing semicolon):
1066 Use it.
1067
1068 2008-12-07 Di-an Jan <dianj@freeshell.org>
1069
1070 Implement the FIXME that ends an user action with a semicolon
1071 if it seems necessary.
1072 * src/scan-code.l (flex rules section): Flag cpp directive from
1073 any `#' to the first unescaped end-of-line. Semicolon is not
1074 needed after `;', `{', '}', or cpp directives and is needed after
1075 any other token (whitespaces and comments have no effect).
1076 * tests/actions.at (Fix user actions without a trailing semicolon):
1077 New test.
1078 * tests/input.at (AT_CHECK_UNUSED_VALUES): Add semicolons to
1079 to make user actions complete statements.
1080 Adjust column numbers in error messages.
1081 * tests/regression.at (Fix user actions without a trailing semicolon):
1082 Remove. Covered by new test.
1083
1084 2009-04-14 Akim Demaille <demaille@gostai.com>
1085
1086 doc: minor fixes.
1087 * doc/bison.texinfo (Decl Summary): Fix entry about %debug.
1088 (Table of Symbols): Remove duplicate entry for %debug.
1089
1090 2009-04-10 Eric Blake <ebb9@byu.net>
1091
1092 submodules: update to latest
1093 * submodules/autoconf: Use latest upstream Autoconf.
1094
1095 2009-04-06 Eric Blake <ebb9@byu.net>
1096
1097 Work around autoconf 2.63b bug in testsuite.
1098 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): Avoid tripping
1099 autoconf bug related to # in test.
1100
1101 2009-04-06 Joel E. Denny <jdenny@ces.clemson.edu>
1102
1103 * NEWS (2.5): Describe new -D/--define feature.
1104
1105 2008-11-10 Akim Demaille <demaille@gostai.com>
1106
1107 --trace=muscles
1108 * src/getargs.h, src/getargs.c (trace_muscle): New.
1109 (trace_types, trace_args): Support it.
1110 * src/output.c (output_skeleton): Use it.
1111
1112 2008-11-10 Akim Demaille <demaille@gostai.com>
1113
1114 muscles_output.
1115 * src/output.c (muscles_output): New, extracted from...
1116 (output_skeleton): here.
1117 Adjust.
1118
1119 2008-11-21 Akim Demaille <demaille@gostai.com>
1120
1121 Display the changes in cross-options.texi.
1122 * build-aux/cross-options.pl ($sep): New, to separate items.
1123 * doc/Makefile.am ($(srcdir)/cross-options.texi): Use diff to display
1124 the changes.
1125
1126 2008-11-20 Di-an Jan <dianj@freeshell.org>
1127
1128 Improves options in the manual.
1129 * doc/bison.texinfo (-g, -x): Add space before argument.
1130 (Option Cross Key): Implement FIXME: listing directives also.
1131 * build-aux/cross-options.pl: Read from <STDIN> rather than <>.
1132 (Short Option): Special case -d. Put arguments inside @option.
1133 (Bison Directive): Add column, automatically extracted from
1134 src/scan-gram.l (actual name passed as the first argument)
1135 with special case for %define.
1136 * doc/Makefile.am (doc/cross-options.texi): Pass src/scan-gram.l
1137 to build-aux/cross-options.pl.
1138 * src/getargs.c (usage): Document limitations of cross-options.pl.
1139 * src/scan-gram.l: Likewise.
1140
1141 2009-02-25 Akim Demaille <demaille@gostai.com>
1142
1143 Copyright years.
1144 * data/glr.c: Add 2007 and 2008 here, consistenly with the comments.
1145
1146 2008-12-08 Akim Demaille <demaille@gostai.com>
1147
1148 Install autoconf as a submodule to get m4sugar.
1149 * .gitmodules: Add submodules/autoconf.
1150 * data/m4sugar/foreach.m4, data/m4sugar/m4sugar.m4: Now links into
1151 submodules/autoconf.
1152
1153 2008-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
1154
1155 Simplify last patch slightly.
1156 * src/getargs.c (getargs): Here.
1157
1158 2008-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
1159
1160 Fix last warning from --enable-gcc-warnings.
1161 * src/getargs.c (getargs): Don't assign const address to non-const
1162 pointer.
1163
1164 2008-11-17 Di-an Jan <dianj@freeshell.org>
1165
1166 Handle --enable-gcc-warnings.
1167 * src/getargs.c (command_line_location): Set parameters to void.
1168
1169 2008-11-11 Akim Demaille <demaille@gostai.com>
1170
1171 AT_FULL_COMPILE.
1172 * tests/actions.at, tests/regression.at: Use it.
1173
1174 2008-11-07 Akim Demaille <demaille@gostai.com>
1175
1176 Pass command line location to skeleton_arg and language_argmatch.
1177 * src/getargs.h, src/getargs.c (skeleton_arg, language_argmatch):
1178 The location argument is now mandatory.
1179 Adjust all dependencies.
1180 (getargs): Use command_line_location.
1181
1182 2008-11-07 Akim Demaille <demaille@gostai.com>
1183
1184 -D, --define.
1185 * src/getargs.c (usage): Document -D.
1186 Fix help string for --locations.
1187 (command_line_location): New.
1188 (short_options, long_options, getargs): Support -D, --define.
1189 (getargs): Move -d support at the right place.
1190 * doc/bison.texinfo (Bison Options): Update.
1191 * tests/input.at (%define, --define): New.
1192
1193 2008-11-07 Akim Demaille <demaille@gostai.com>
1194
1195 Initialize the muscle table before parsing the command line.
1196 * src/getargs.c (quotearg.h, muscle_tab.h): Include.
1197 (getargs): Define file_name.
1198 * src/main.c (main): Initialize muscle_tab before calling
1199 getargs.
1200 * src/muscle_tab.c (muscle_init): No longer define file_name, as
1201 its value is not available yet.
1202
1203 2008-11-09 Akim Demaille <demaille@gostai.com>
1204
1205 Require the generation of parse-gram.output.
1206 * src/Makefile.am (YACC): Pass --report=all.
1207
1208 2009-04-06 Joel E. Denny <jdenny@ces.clemson.edu>
1209
1210 * NEWS (2.5): New stub.
1211
1212 2009-04-06 Joel E. Denny <jdenny@ces.clemson.edu>
1213
1214 Fix options documentation.
1215 * build-aux/cross-options.pl: As in --help output, write optional
1216 arguments as [=ARG] not =[ARG].
1217 * doc/bison.texinfo (Bison Options): Add -W/--warnings argument.
1218
1219 2008-11-07 Akim Demaille <demaille@gostai.com>
1220
1221 Fix --help.
1222 * src/getargs.c (usage): Fix help string for -W.
1223
1224 2008-11-07 Akim Demaille <demaille@gostai.com>
1225
1226 Handle more general types of option arguments.
1227 * build-aux/cross-options.pl: The argument ends at the first
1228 space, not the first non-symbol character.
1229 Use @var for each word appearing the argument description.
1230
1231 2009-04-04 Joel E. Denny <jdenny@ces.clemson.edu>
1232
1233 Remove spurious initial empty lines.
1234 * data/location.cc: End the @output lines with an @.
1235
1236 2008-11-04 Akim Demaille <demaille@gostai.com>
1237
1238 Remove spurious initial empty lines.
1239 * data/glr.c, data/glr.cc, data/lalr1.cc, data/lalr1.java,
1240 * data/yacc.c: End the @output lines with an @.
1241
1242 2009-04-04 Joel E. Denny <jdenny@ces.clemson.edu>
1243
1244 Replace BISON_PROG_GNU_M4 with Autoconf's AC_PROG_GNU_M4.
1245 If the first m4 in $PATH is wrong, it keeps looking. Moreover, its
1246 requirements for a correct m4 are stricter.
1247 * m4/m4.m4: Replace with Autoconf 2.63's m4/m4.m4.
1248 * configure.ac: Update to use AC_PROG_GNU_M4.
1249 Reported by Eric Blake.
1250
1251 2009-04-03 Joel E. Denny <jdenny@ces.clemson.edu>
1252
1253 Help with updating web manual.
1254 * HACKING: Incorporate instructions from gnulib/doc/README.
1255 * bootstrap.conf (gnulib_modules): Add gendocs.
1256
1257 2009-04-03 Joel E. Denny <jdenny@ces.clemson.edu>
1258
1259 Fix strange %define locations for default values.
1260 Reported by Akim Demaille at
1261 <http://lists.gnu.org/archive/html/bug-bison/2007-12/msg00001.html>
1262 and discussed again starting at
1263 <http://lists.gnu.org/archive/html/bison-patches/2008-11/msg00102.html>.
1264 * data/bison.m4 (b4_percent_define_default): Leave syncline blank
1265 because location information is bogus.
1266 Use angle brackets to delimit fake file name because square brackets
1267 look like underexpanded m4. Choose a better fake file name.
1268 Use negative line numbers.
1269 * src/muscle_tab.c (muscle_percent_define_default): Likewise.
1270 * src/location.c (location_print): If line for a boundary is negative,
1271 only print that boundary's file name.
1272 * src/location.h: Document that.
1273 * tests/skeletons.at (%define Boolean variables: invalid skeleton
1274 defaults): Update output.
1275
1276 2008-11-07 Akim Demaille <demaille@gostai.com>
1277
1278 Locations without columns for command line arguments.
1279 * src/location.c (location_print): Don't display negative columns.
1280 * src/location.h: Document this.
1281
1282 2009-02-03 Joel E. Denny <jdenny@ces.clemson.edu>
1283
1284 Add reminder about uploading public key to keys.gnupg.net.
1285 * HACKING (Release Procedure): Here.
1286
1287 2009-03-31 Akim Demaille <demaille@gostai.com>
1288
1289 bootstrap: --help to stdout.
1290 * bootstrap (usage): Don't send --help to stderr.
1291 Use a here doc instead of a long string.
1292
1293 2009-03-31 Akim Demaille <demaille@gostai.com>
1294
1295 bootstrap: README-hacking no longer exists
1296 * bootstrap (checkout_only_file): Set to HACKING.
1297
1298 2009-03-26 Akim Demaille <demaille@gostai.com>
1299
1300 doc: merge HACKING and README-hacking.
1301 Two files is confusing.
1302 Reported by Alexandre Duret-Lutz.
1303
1304 * README-hacking: Merge into...
1305 * HACKING (Working from the repository): here.
1306
1307 2009-03-26 Akim Demaille <demaille@gostai.com>
1308
1309 doc: update README-hacking.
1310 * README-hacking: We now use git and git submodules.
1311 Reported by Ralf Wildenhues and Alexandre Duret-Lutz.
1312
1313 2009-03-26 Akim Demaille <demaille@gostai.com>
1314
1315 lalr1.cc: avoid GCC 4.3 warnings.
1316 GCC 4.3 now warns about "a || b && c" and asks for explicit
1317 parentheses.
1318 Reported by Alexandre Duret-Lutz.
1319 * data/location.cc: Update copyright years.
1320 (Position::operator==): Use parens to make precedence explicit.
1321 Compare lines and columns first, as they are more likely to be
1322 different, and they are faster to compare.
1323
1324 2009-03-26 Akim Demaille <demaille@gostai.com>
1325
1326 gnulib: update.
1327 * gnulib: Update to latest.
1328 * lib/Makefile.am (AM_CPPFLAGS): It is now defined by gnulib, so
1329 use +=.
1330
1331 2009-01-08 Akim Demaille <demaille@gostai.com>
1332
1333 Fix grep portability issues.
1334 Grep on Solaris does not support -q.
1335 Reported by Summum Bonum.
1336
1337 * NEWS: Add a stub for 2.4.2.
1338 * THANKS: Add Summum Bonum.
1339 * tests/atlocal.in (EGREP): New.
1340 (CC, CXX, XSLTPROC): Make it possible to override them via
1341 envvars.
1342 * tests/java.at: Use $EGREP instead of egrep.
1343 Use AT_CHECK's ignore instead of grep's -q.
1344
1345 2008-12-11 Joel E. Denny <jdenny@ces.clemson.edu>
1346
1347 Version 2.4.1.
1348 * NEWS: Set version and date.
1349 * lib/Makefile.am: Update copyright year.
1350 * tests/atlocal.in: Update copyright year.
1351
1352 2008-12-11 Joel E. Denny <jdenny@ces.clemson.edu>
1353
1354 Semicolon feature removal is not about future language support.
1355 * NEWS: The semicolon feature is no longer active for newer languages,
1356 so don't claim that it causes trouble for them.
1357
1358 2008-12-11 Joel E. Denny <jdenny@ces.clemson.edu>
1359
1360 * gnulib: Update submodule to HEAD.
1361
1362 2008-12-09 Akim Demaille <demaille@gostai.com>
1363
1364 Update data/README.
1365 * data/README: Document glr.cc, lalr1.java, m4sugar and xslt.
1366
1367 2008-12-05 Eric Blake <ebb9@byu.net>
1368
1369 Build testsuite with newer autoconf.
1370 * tests/output.at (m4_expand): Don't override in newer autoconf,
1371 where the underlying implementation changed.
1372 * tests/cxx-type.at (_AT_RESOLVED_GLR_OUTPUT)
1373 (_AT_RESOLVED_GLR_OUTPUT_WITH_LOC, _AT_AMBIG_GLR_OUTPUT)
1374 (_AT_AMBIG_GLR_OUTPUT_WITH_LOC, _AT_GLR_STDERR)
1375 (_AT_VERBOSE_GLR_STDERR): Expand to double-quoted strings,
1376 since some of them contain unbalanced ')'.
1377
1378 2008-11-19 Joel E. Denny <jdenny@ces.clemson.edu>
1379
1380 * NEWS: Clarify a little.
1381
1382 2008-11-19 Joel E. Denny <jdenny@ces.clemson.edu>
1383
1384 * NEWS: Update for recent changes.
1385
1386 2008-11-18 Joel E. Denny <jdenny@ces.clemson.edu>
1387
1388 Fix unexpanded macros in GLR defines file.
1389 Reported by Csaba Raduly at
1390 <http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00048.html>.
1391 * THANKS (Csaba Raduly): Add.
1392 * data/glr.c: Fix overquoting on b4_prefix for yylval and yylloc.
1393 * tests/calc.at (_AT_DATA_CALC_Y): If %defines is specified, generate
1394 lexer in a separate module that includes the defines file.
1395 (AT_CHECK_CALC): Use AT_FULL_COMPILE and request compilation of lexer
1396 source.
1397 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Push AT_DEFINES_IF.
1398 Adjust AT_LOC and AT_VAL to use AT_NAME_PREFIX.
1399 (AT_BISON_OPTION_POPDEFS): Pop AT_DEFINES_IF.
1400 (AT_DATA_SOURCE_PROLOGUE): New.
1401 (AT_DATA_GRAMMAR_PROLOGUE): Use AT_DATA_SOURCE_PROLOGUE.
1402 (AT_DATA_SOURCE): New.
1403 (AT_FULL_COMPILE): New, copied from master branch and extended to
1404 support an additional source file.
1405
1406 2008-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
1407
1408 Don't let maintainer-*-check targets force a version update.
1409 * cfg.mk (_is-dist-target): Implement. maintainer-check* was already
1410 handled.
1411
1412 2008-11-17 Di-an Jan <dianj@freeshell.org>
1413
1414 * doc/bison.texinfo: Synchronize ``Detail Node Listing''.
1415 Align menus. Adjust word wrapping. Use node names for menu names.
1416 (Examples): Don't abbreviate node names.
1417 (LocalWords): Remove abbreviations.
1418 (Copying): Make description a sentence.
1419 (Java Action Features): Remove period to match the rest of menu.
1420
1421 2008-11-11 Paolo Bonzini <bonzini@gnu.org>
1422
1423 * bootstrap.conf: Replace m4/warning.m4 with warnings module.
1424 * configure.ac: Adjust usage.
1425 * lib/Makefile.am: Replace $(WARNING_CFLAGS) with $(WARN_CFLAGS).
1426 * src/Makefile.am: Replace $(WARNING_CFLAGS) with $(WARN_CFLAGS).
1427 * tests/atlocal.in: Replace $(WARNING_*FLAGS) with $(WARN_*FLAGS).
1428
1429 2008-11-07 Joel E. Denny <jdenny@ces.clemson.edu>
1430
1431 Don't add a semicolon to actions for %skeleton or %language.
1432 It breaks Java test cases as reported by Akim Demaille.
1433 * src/scan-code.l: Implement.
1434
1435 2008-11-07 Joel E. Denny <jdenny@ces.clemson.edu>
1436
1437 Clean up %skeleton and %language priority implementation.
1438 * src/getargs.c (skeleton_prio): Use default_prio rather than 2, and
1439 remove static qualifier because others will soon need to see it.
1440 (language_prio): Likewise.
1441 (getargs): Use command_line_prio rather than 0.
1442 * src/getargs.h (command_line_prio, grammar_prio, default_prio): New
1443 enum fields.
1444 (skeleton_prio): Extern it.
1445 (language_prio): Extern it.
1446 * src/parse-gram.y: Use grammar_prio rather than 1.
1447
1448 2008-11-04 Akim Demaille <demaille@gostai.com>
1449
1450 * NEWS: Mention the trailing semicolon in action.
1451
1452 2008-11-04 Akim Demaille <demaille@gostai.com>
1453
1454 Reformat NEWS.
1455 * NEWS: Use more outline-mode markup.
1456 Suggested by Jim Meyering.
1457
1458 2008-11-04 Joel E. Denny <jdenny@ces.clemson.edu>
1459
1460 Fix user actions without a trailing semicolon.
1461 Reported by Sergei Steshenko at
1462 <http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00001.html>.
1463 * THANKS (Sergei Steshenko): Add.
1464 * src/scan-code.l (SC_RULE_ACTION): Fix it.
1465 * tests/regression.at (Fix user actions without a trailing semicolon):
1466 New test case.
1467
1468 2008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
1469
1470 Initiate further development.
1471 * NEWS: Create an empty section for new entries.
1472 * gnulib: Update submodule to HEAD.
1473
1474 2008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
1475
1476 * NEWS: Version 2.4.
1477
1478 2008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
1479
1480 Prepare for next release.
1481 * NEWS: Briefly mention changes since 2.3b.
1482 * README: Say GNU m4 1.4.6, which we've been requiring in release
1483 announcements already, not 1.4.3, which breaks the build.
1484
1485 2008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
1486
1487 Say %language is experimental.
1488 We're thinking of extending it's effect on output file naming. See the
1489 thread at
1490 <http://lists.gnu.org/archive/html/bison-patches/2008-10/msg00003.html>.
1491 * NEWS: Say it's experimental.
1492 * doc/bison.texinfo (Decl Summary): Say it's experimental, and so don't
1493 recommend it over %skeleton for now.
1494 (Bison Options): Likewise.
1495 (C++ Bison Interface): Use %skeleton not %language.
1496 (Calc++ Parser): Use %skeleton not %language.
1497 * src/getargs.c (usage): Say it's experimental.
1498
1499 2008-11-01 Di-an Jan <dianj@freeshell.org>
1500 Paolo Bonzini <bonzini@gnu.org>
1501
1502 Support all Java parser class modifiers.
1503 * data/java.m4 (b4_percent_define_get3): New.
1504 (b4_final_if, b4_strictfp_if): New.
1505 * data/lalr1.java (final, strictfp, extends, implements): Support.
1506 * doc/bison.texinfo (final, strictfp, extends, implements): Add
1507 documentation.
1508 * tests/java.at (AT_CHECK_JAVA_MINIMAL): New.
1509 (AT_CHECK_JAVA_MINIMAL_W_LEXER): New.
1510 (AT_CHECK_JAVA_GREP): New.
1511 (Java parser class modifiers): New test.
1512 (Java parser class extends and implements): New test.
1513
1514 Model exception propagation better with throws and lex_throws.
1515 * data/java.m4 (b4_list2): New.
1516 (throws): Change default.
1517 * data/lalr1.java (yyaction): Add throws.
1518 (parse): Add lex_throws in addition to throws.
1519 * doc/bison.texinfo (throws, lex_throws): Add documentation.
1520 * tests/java.at (Java throws specifications): New test.
1521
1522 Improve documentation for Java parsers.
1523 * doc/bison.texinfo (Java Parsers): Add subsections.
1524 Don't quote first argument of %define.
1525 (Java Bison Interface): Document output files. Move documentation
1526 of parser class and merge into Java Parser Interface. Document
1527 features that error out. Document directives with no effect.
1528 Move note about Javadoc higher.
1529 (Java Semantic Values): Explicitly mention stype.
1530 Document that generic types cannot be used.
1531 (Java Location Values): Use @deftypeivar. Document constructors.
1532 Correct return value for toString.
1533 (Java Parser Interface): List undocumented constants/fields.
1534 Move documentation of fields added by %parse-param closer to list
1535 of members. Document that token names are added as fields.
1536 Document constructors accurately. Remove error method.
1537 (Java Scanner Interface): Move note on %pure-parser to Java Bison
1538 Interface. Describe %code lexer and yylex accutately.
1539 Remove documentation that does not match the code.
1540 (Java Action Features): New.
1541 (Java Differences): Add reference. Add item on semantic values.
1542 Add note about @{ ... @}. Clarify %% epilogue placement.
1543 (Java Declarations Summary): New.
1544
1545 Fix Java skeleton.
1546 * data/java.m4 (b4_prefix): Correct quoting for m4_define_default.
1547 (b4_remove_comma): Quote test argument.
1548 (b4_identification): Remove "bison" field.
1549 * tests/java.at (Java parser class and package names): New test.
1550 (Java %parse-param and %lex-param): New test.
1551 (Java stype, position_class and location_class): New test.
1552
1553 2008-10-31 Di-an Jan <dianj@freeshell.org>
1554
1555 * data/lalr1.jave: Update copyright years.
1556 (YYParser): Correct name of "generated from" file in Javadoc:
1557 use b4_file_name instead of @ofile@.
1558 (Location constructor): Correct Javadoc parameter name.
1559 (yylloc): Add missing opening m4 quote after b4_location_if.
1560 This removes a stray [ in the Javadoc of Lexer.getStartPos.
1561 (Lexer.yyerror): Fix incorrect m4 and Javadoc.
1562 (YYParser constructor): Correct Javadoc parameter name.
1563
1564 2008-10-30 Joel E. Denny <jdenny@ces.clemson.edu>
1565
1566 Always put auxiliary code files in the same dir as other output files.
1567 * src/files.c (compute_file_name_parts): When the user specifies
1568 --output but not --file-prefix, extract the directory prefix from the
1569 file prefix not from the grammar file name. This affects the location
1570 of files like location.hh generated by the C++ skeleton. The includes
1571 in the other output files require this fix.
1572 * tests/output.at (AT_CHECK_OUTPUT): Automatically create directories
1573 for expected output files.
1574 (Output files): Add a test for the above.
1575
1576 2008-10-29 Joel E. Denny <jdenny@ces.clemson.edu>
1577
1578 * gnulib: Update submodule to HEAD.
1579
1580 2008-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
1581
1582 Update copyright year.
1583 * src/files.c: Here.
1584
1585 2008-10-28 Di-an Jan <dianj@freeshell.org> (tiny change)
1586
1587 Don't overwrite the input file.
1588 * src/files.c (output_file_name_check): Fatal error if using input file
1589 for output.
1590 * tests/output.at: (AT_CHECK_CONFLICTING_OUTPUT): Add return status
1591 argument.
1592 (Conflicting output files): Add test.
1593
1594 2008-10-28 Akim Demaille <demaille@gostai.com>
1595
1596 Space changes.
1597 * data/lalr1.cc: Formatting changes.
1598
1599 2008-10-28 Akim Demaille <demaille@gostai.com>
1600
1601 Don't define debugging functions when !YYDEBUG.
1602 * data/lalr1.cc (debug_stream, set_debug_stream)
1603 (debug_level_type, debug_level, set_debug_level): Don't
1604 declare them when YYDEBUG is not defined.
1605 The implementation are already YYDEBUG-aware.
1606
1607 2008-10-28 Akim Demaille <demaille@gostai.com>
1608
1609 Prefer "continue" for empty loop bodies.
1610 * etc/bench.pl.in: Use "continue" instead of {}.
1611
1612 2008-10-28 Akim Demaille <demaille@gostai.com>
1613
1614 Space and comments changes.
1615 * data/c++.m4, data/glr.c, data/lalr1.cc: Copyright year changes.
1616 * data/c.m4, data/lalr1.cc: Space changes.
1617
1618 2008-10-28 Akim Demaille <demaille@gostai.com>
1619
1620 Make gnulib a submodule.
1621 * gnulib: New.
1622 * .gitmodules (gnulib): New.
1623
1624 2008-10-18 Joel E. Denny <jdenny@ces.clemson.edu>
1625
1626 Fix yyerror_range for user-defined location type in C++. Reported by
1627 Georg Sauthoff at
1628 <http://lists.gnu.org/archive/html/bug-bison/2008-08/msg00008.html>.
1629 * data/lalr1.cc (parse): Change type of yyerror_range to location_type.
1630 * THANKS (Georg Sauthoff): Add.
1631
1632 2008-10-18 Joel E. Denny <jdenny@ces.clemson.edu>
1633
1634 Update several administrative files mainly to facilitate releasing.
1635 * HACKING (Administrivia): Make the git-merge-changelog notes more
1636 helpful.
1637 (Test suite): Don't say lalr1.cc is not exercised in the test suite.
1638 (Release Procedure): Update for git and add numerous details that were
1639 previously missing.
1640 * Makefile.am (EXTRA_DIST): Remove Makefile.cfg and Makefile.maint.
1641 * maint.mk (announcement): Don't list bison as a bootstrap tool so
1642 that announcements don't claim we bootstrapped with whatever bison
1643 happened to be in PATH. Add flex as a bootstrap tool.
1644 * Makefile.maint: Remove, previously replaced by maint.mk.
1645 * Makefile.cfg: Remove, and migrate settings to...
1646 * cfg.mk: ... here for the sake of `make announcement'.
1647 * bootstrap.conf (gnulib_modules): Add announce-gen.
1648 * README: Say GNU Bison instead of just Bison. Suggested by Karl
1649 Berry.
1650
1651 2008-10-08 Di-an Jan <dianj@freeshell.org> (tiny change)
1652
1653 Small but important bugfixes for the Java skeleton.
1654 * data/lalr1.java (yyerror): Change Location to b4_location_type.
1655 (yy_symbol_print): Call toString on yyvaluep.
1656
1657 2008-08-29 Akim Demaille <demaille@gostai.com>
1658
1659 Clarify UPDATED use.
1660 * doc/bison.texinfo: It refers to the last edition of this file,
1661 not to the release date of Bison.
1662 Reported by Joel E. Denny.
1663
1664 2008-08-29 Akim Demaille <demaille@gostai.com>
1665
1666 * README: Update FAQ pointer.
1667 Reported by Joel E. Denny.
1668
1669 2008-08-27 Eric Blake <ebb9@byu.net>
1670
1671 Resync m4sugar from autoconf.
1672 * data/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine)
1673 (m4_init): Adjust to latest m4.git changes.
1674 (m4_mapall_sep, _m4_list_cmp, m4_version_compare): Reduce side
1675 effects.
1676 * data/m4sugar/foreach.m4 (_m4_shiftn): Fix off-by-one bug.
1677 (_m4_list_cmp): Reduce side effects.
1678
1679 2008-08-27 Akim Demaille <demaille@gostai.com>
1680
1681 Check yyerrok in calc.at.
1682 * tests/calc.at (calc.y): Use yyerrok on "( error )".
1683 (AT_CHECK_CALC): Add a check that ensures that yyerrok works as
1684 expected.
1685
1686 2008-08-27 Akim Demaille <demaille@gostai.com>
1687
1688 Support yyerrok in lalr1.cc.
1689 YYBACKUP is still to import back into lalr1.cc.
1690 * data/lalr1.cc (yyerrork, yyclearin, YYRECOVERING): Define.
1691
1692 2008-08-26 Joel E. Denny <jdenny@ces.clemson.edu>
1693
1694 For maintainer-check*, don't recompile for a $(VERSION) update.
1695 * cfg.mk: New file.
1696 (_is-dist-target): Override the one in GNUmakefile.
1697 * Makefile.am (EXTRA_DIST): Add cfg.mk.
1698
1699 2008-08-26 Joel E. Denny <jdenny@ces.clemson.edu>
1700
1701 Update for recent change to gnulib.
1702 * src/parse-gram.y: Don't include strverscmp.h. It comes from
1703 string.h now.
1704
1705 2008-08-15 Eric Blake <ebb9@byu.net>
1706
1707 Remaining m4sugar merge from autoconf.
1708 * data/m4sugar/m4sugar.m4: Copy entire file from autoconf.
1709 * data/m4sugar/foreach.m4: New file, copied from autoconf.
1710 * data/Makefile.am (dist_m4sugar_DATA): Distribute it.
1711 * src/output.c (output_skeleton): Tell m4 how to find it.
1712
1713 Partial m4sugar merge from autoconf: m4_map.
1714 * data/m4sugar/m4sugar.m4 (m4_fst): Delete.
1715 (m4_map, m4_map_sep, _m4_map): Rewrite more efficiently.
1716 (m4_apply, _m4_apply, m4_mapall, m4_mapall_sep): New macros.
1717 * data/java.m4 (b4_token_enums): Use more efficient short-circuit
1718 for empty list.
1719 * data/c.m4 (b4_token_defines, b4_token_enums, b4_c_ansi_formals):
1720 Likewise.
1721 (b4_parse_param_for): Avoid m4_fst, now that autoconf no longer
1722 declares it.
1723
1724 2008-08-07 Joel E. Denny <jdenny@ces.clemson.edu>
1725
1726 Keep .version and PACKAGE_VERSION in sync.
1727 * Makefile.am ($(top_srcdir)/.version): Declare configure as a
1728 dependency, and add comments justifying this in more detail. Discussed
1729 starting at
1730 <http://lists.gnu.org/archive/html/bison-patches/2008-07/msg00022.html>.
1731
1732 2008-08-06 Eric Blake <ebb9@byu.net>
1733
1734 Partial m4sugar merge from autoconf: m4_shiftn.
1735 * data/m4sugar/m4sugar.m4 (m4_shiftn): Faster implementation.
1736 (m4_shift2, m4_shift3): New macros.
1737 (m4_case, m4_bmatch, m4_bpatsubsts, m4_join): Adjust clients.
1738 * data/c.m4 (b4_c_function_def, b4_c_ansi_function_def)
1739 (b4_c_ansi_function_decl, b4_c_function_call): Likewise.
1740 * data/java.m4 (b4_remove_comma): Likewise.
1741
1742 Partial m4sugar merge from autoconf: m4_wrap vs. m4 1.6.
1743 * data/m4sugar/m4sugar.m4 (m4_unquote, m4_wrap_lifo): New macros.
1744 (m4_wrap): Guarantee FIFO order, in spite of m4 1.6.
1745 (m4_init): Consolidate wrapped text into single m4_wrap.
1746 * data/bison.m4 (b4_check_user_names_wrap): Stick with LIFO order
1747 in wrapped text.
1748
1749 2008-08-05 Eric Blake <ebb9@byu.net>
1750
1751 Partial m4sugar merge from autoconf: builtins, version.m4.
1752 * data/m4sugar/m4sugar.m4 (changeword): Nuke.
1753 (m4_prepend): Remove, as it is unused and inherently quadratic,
1754 whereas m4_append is linear in newer m4.
1755 (m4_mkstemp): New builtin.
1756 (m4_symbols): Make rename conditional.
1757 (m4_version_prereq): Ensure fatal error if used in bison, which
1758 intentionally lacks version.m4.
1759
1760 Fix comments in m4sugar.
1761 * data/m4sugar/m4sugar.m4: Comment changes, borrowed from autoconf.
1762
1763 2008-08-02 Joel E. Denny <jdenny@ces.clemson.edu>
1764
1765 Update for recent .gitignore fix in Gnulib.
1766 * bootstrap: Back out 2008-07-18 hack now that gnulib-tool creates
1767 anchored .gitignore entries.
1768
1769 2008-08-02 Joel E. Denny <jdenny@ces.clemson.edu>
1770
1771 Set gnu or gnits strictness.
1772 * configure.ac (AM_INIT_AUTOMAKE): Set gnu strictness during
1773 development and gnits strictness for releases. Based on Eric Blake's
1774 suggestion at
1775 <http://lists.gnu.org/archive/html/bug-bison/2008-07/msg00019.html>.
1776
1777 2008-07-31 Paolo Bonzini <bonzini@gnu.org>
1778
1779 * NEWS: Clarify documentation of %language.
1780
1781 2008-07-31 Paolo Bonzini <bonzini@gnu.org>
1782
1783 Support usage of git-merge-changelog.
1784 * .gitattributes: New.
1785 * HACKING: Document usage of git-merge-changelog.
1786 * bootstrap: Install git-merge-changelog entries in .git/config
1787 if appropriate.
1788
1789 2008-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
1790
1791 Remove remaining dependence on CVS Id keyword.
1792 * ChangeLog: For the sake of people still using CVS, don't use dollars
1793 when mentioning Id.
1794 * data/xslt/bison.xsl: Remove Id from header comments, where it was
1795 unusual anyway.
1796 * data/xslt/xml2dot.xsl: Likewise.
1797 * data/xslt/xml2text.xsl: Likewise.
1798 * data/xslt/xml2xhtml.xsl: Likewise.
1799 * doc/Doxyfile.in (PROJECT_NUMBER): Don't use ID.
1800 * doc/Makefile.am (neutralize): Remove, no longer needed.
1801 (.x.1): Don't use neutralize.
1802 (edit): Don't substitute for ID.
1803 (Doxyfile): Don't define Id, and thus don't depend on ChangeLog.
1804
1805 2008-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
1806
1807 Fix dependence on computed configure variables.
1808 * doc/Makefile.am (common_dep): Depend on $(top_srcdir)/configure not
1809 $(top_srcdir)/configure.ac so that changes to computed variables, such
1810 as PACKAGE_VERSION, are seen.
1811 * tests/Makefile.am ($(srcdir)/package.m4): Likewise.
1812
1813 2008-07-20 Joel E. Denny <jdenny@ces.clemson.edu>
1814
1815 Update copyright dates for recent changes.
1816 * Makefile.am: Here.
1817 * src/Makefile.am: Here.
1818 * src/reduce.c: Here.
1819 * tests/reduce.at: Here.
1820
1821 2008-07-18 Joel E. Denny <jdenny@ces.clemson.edu>
1822
1823 Use git-version-gen for version names between releases.
1824 * .cvsignore (.tarball-version, GNUmakefile, *~): Add.
1825 * .gitignore (/.tarball-version, /GNUmakefile, /*~): Add.
1826 * .prev-version: New.
1827 * .version.in: Remove.
1828 * ChangeLog: Remove the Id previously used for capturing the CVS
1829 revision.
1830 * GNUmakefile: Remove, now copied from Gnulib.
1831 * Makefile.am: Add code suggested by comments in
1832 build-aux/git-version-gen.
1833 (EXTRA_DIST): Remove GNUmakefile, handled by Gnulib. Add maint.mk,
1834 .prev-version, and .version.
1835 * NEWS (2.3b+): Rename to...
1836 (?.?): ... this because we're dropping the "+" version naming scheme,
1837 but, in general, we still can't be sure of our next release name.
1838 * bootstrap: Add a quick hack to remove from .gitignore the
1839 GNUmakefile entry that gnulib adds. We already have a /GNUmakefile
1840 entry. This should really be fixed in gnulib instead.
1841 * bootstrap.conf (gnulib_modules): Add gnumakefile.
1842 * configure.ac (AC_INIT): Set version name by invoking
1843 build-aux/git-version-gen.
1844 (AC_CONFIG_FILES): Remove .version, now generated by
1845 build-aux/git-version-gen.
1846 * maint.mk: New, copied from coreutils.
1847 * doc/.cvsignore (bison.1): Add.
1848 * doc/.gitignore (/bison.1): Add.
1849 * doc/bison.1: Remove, generated.
1850 * src/.cvsignore (revision.c): Remove.
1851 * src/.gitignore (/revision.c): Remove.
1852 * src/Makefile.am (bison_SOURCES): Remove revision.c and revision.h.
1853 (BUILT_SOURCES): Remove revision.c.
1854 (revision.c): Remove.
1855 * src/getargs.c (version): Don't print revision after the VERSION.
1856 * src/revision.h: Remove.
1857
1858 2008-07-16 Joel E. Denny <jdenny@ces.clemson.edu>
1859
1860 Fix untranslatable composition of sentences. Reported by Goran
1861 Uddeborg at
1862 <http://lists.gnu.org/archive/html/bug-bison/2008-06/msg00000.html>.
1863 * THANKS (Goran Uddeborg): Add.
1864 * src/reduce.c (reduce_print): Report the number of nonterminals and
1865 rules useless in the grammar in separate sentences.
1866 * tests/reduce.at (Useless Rules): Update output.
1867 (Reduced Automaton): Likewise.
1868 (Underivable Rules): Likewise.
1869 (Empty Language): Likewise.
1870
1871 2008-07-15 Joel E. Denny <jdenny@ces.clemson.edu>
1872
1873 Fix some .gitignore and .cvsignore problems.
1874 * bootstrap (insert_sorted_if_absent): Replace all uses with...
1875 (insert_vc_ignore): ... this new function, which prepends `/' to all
1876 .gitignore entries before passing them to insert_sorted_if_absent.
1877 * bootstrap.conf (vc_ignore): Set to '.cvsignore .gitignore' so that
1878 .cvsignore files are maintained even though Bison developers run
1879 bootstrap while using Git.
1880 * .cvsignore (*.patch *.log log patches applied): Remove, apparently
1881 unneeded by Bison.
1882 (gnulib): Add.
1883 * .gitignore (/*.patch *.log log patches applied): Remove, broken and
1884 unneeded. Reported by Eric Blake.
1885 * lib/.gitignore (/*~): Add.
1886 * po/.cvsignore, runtime-po/.cvsignore: Sync with .gitignore.
1887 * examples/calc++/.gitignore (/calc++.exe): Add. Reported by Eric
1888 Blake.
1889 * src/.gitignore (/bison.exe): Add. Reported by Eric Blake.
1890
1891 2008-07-15 Joel E. Denny <jdenny@ces.clemson.edu>
1892
1893 Improve forward-compatibility with GNU M4. Reported by Eric Blake at
1894 <http://lists.gnu.org/archive/html/bug-bison/2008-07/msg00000.html>.
1895 * bootstrap.conf (gnulib_modules): Add unsetenv.
1896 * lib/.gitignore, lib/.cvsignore (/unsetenv.c): Add.
1897 * m4/.gitignore, m4/.cvsignore (/environ.m4): Add.
1898 (/setenv.m4): Add.
1899 * src/output.c (output_skeleton): For the m4 invocation, pass -dV as
1900 the first argument because it may become position-dependent, and unset
1901 POSIXLY_CORRECT so Bison's skeletons have access to GNU M4 extensions.
1902 Add comments explaining these issues in more detail.
1903
1904 2008-07-14 Joel E. Denny <jdenny@ces.clemson.edu>
1905
1906 Add .gitignore everywhere based on .cvsignore.
1907 * .gitignore: New.
1908 * build-aux/.gitignore: New.
1909 * data/.gitignore: New.
1910 * doc/.gitignore: New.
1911 * etc/.gitignore: New.
1912 * examples/.gitignore: New.
1913 * examples/calc++/.gitignore: New.
1914 * lib/.gitignore: New.
1915 * m4/.gitignore: New.
1916 * po/.gitignore: New.
1917 * runtime-po/.gitignore: New.
1918 * src/.gitignore: New.
1919 * tests/.gitignore: New.
1920
1921 2008-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
1922
1923 * NEWS (2.3b+): New section, empty for now.
1924 * configure.ac (AC_INIT): 2.3b -> 2.3b+.
1925
1926 2008-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
1927
1928 * NEWS (2.3b): Update release date since there has been a delay in
1929 getting the announcements and tarballs out.
1930
1931 2008-05-23 Joel E. Denny <jdenny@ces.clemson.edu>
1932
1933 * NEWS: Version 2.3b.
1934 * configure.ac (AC_INIT): Likewise.
1935 (PACKAGE_COPYRIGHT_YEAR): Update to 2008.
1936
1937 2008-05-23 Joel E. Denny <jdenny@ces.clemson.edu>
1938
1939 * HACKING: Don't say don't mention HACKING in the ChangeLog. We've
1940 been doing it for years.
1941 (Test suite): Mention maintainer-push-check and maintainer-xml-check.
1942 (Release Procedure): Add FIXME about make alpha being unmaintained.
1943
1944 2008-05-13 Joel E. Denny <jdenny@ces.clemson.edu>
1945
1946 * data/yacc.c: Reformat m4 a little for readability.
1947 * src/lalr.c (build_relations): Correct comment.
1948
1949 2008-05-12 Juan Manuel Guerrero <juan.guerrero@gmx.de>
1950
1951 DJGPP specific issue.
1952 * djgpp/config.sed: Fixes required to run configure scripts generated
1953 by autoconf 2.62.
1954
1955 2008-05-07 Joel E. Denny <jdenny@ces.clemson.edu>
1956
1957 * HACKING (Release Procedure): translation@iro.umontreal.ca is now
1958 coordinator@translationproject.org.
1959
1960 2008-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
1961
1962 * THANKS: Add Eric Blake.
1963
1964 2008-04-23 Eric Blake <ebb9@byu.net>
1965
1966 Revert prior patch, by working around autoconf regression.
1967 * tests/output.at (m4_expand): Add workaround for autoconf 2.62.
1968 ("Output file name: ("): Uncomment test.
1969 ("Output file name: )"): Likewise.
1970 Based on an idea from Noah Misch.
1971
1972 2008-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
1973
1974 Work-around an Autoconf 2.62 AT_SETUP bug that was not present in
1975 2.61. Reported by Juan Manuel Guerrero at
1976 <http://lists.gnu.org/archive/html/bug-bison/2008-04/msg00011.html>.
1977 * tests/output.at ("Output file name: ("): Comment out test case for
1978 now.
1979 ("Output file name: )"): Likewise.
1980
1981 2008-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
1982
1983 * GNUmakefile: Update git-version-gen invocation so make dist
1984 succeeds.
1985
1986 2008-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
1987
1988 Update to the current gnulib CVS repository, and fix trigraph handling
1989 in Bison.
1990 * bootstrap: Update gnulib CVS repository URL.
1991 (symlink_to_dir): Encapsulate the code that guarantees the destination
1992 directory exists into...
1993 (check_dst_dir): ... this new function, and...
1994 (cp_mark_as_generated): ... reuse it here so that bootstrap doesn't
1995 fail when copying files into lib/uniwidth/.
1996 * src/output.c (prepare_symbols): When writing yytname muscles, where
1997 symbol names will be encoded in C-string literals, tell quotearg to
1998 escape trigraphs. This used to be the default in gnulib.
1999 * tests/regression.at (Token definitions): Because of the change in
2000 gnulib's quotearg behavior, string_as_id in parse-gram.y no longer
2001 escapes trigraphs in symbol names. Thus, yytname no longer has
2002 trigraphs unnecessarily doubly escaped. Update test case output.
2003 Extend test case to be sure Bison's own error messages will no longer
2004 have trigraphs in symbol names unnecessarily escaped once.
2005
2006 2008-04-20 Joel E. Denny <jdenny@ces.clemson.edu>
2007
2008 Fix make dist infinite loop reported by Juan Manuel Guerrero at
2009 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00009.html>.
2010 * .cvsignore: Add .version.
2011 * .version.in: New.
2012 * bootstrap.conf (gnulib_modules): Add git-version-gen.
2013 * configure.ac (AC_CONFIG_FILES): Add .version.
2014 * build-aux/.cvsignore: Add git-version-gen.
2015
2016 2008-03-08 Joel E. Denny <jdenny@ces.clemson.edu>
2017
2018 * NEWS (2.3a+): Mention that -g now takes an argument.
2019 * doc/bison.texinfo (Bison Options): Reword -W entry a little for
2020 consistency. Update the -g and -x entries now that they take
2021 arguments. Use brackets to indicate optional arguments.
2022 * src/getargs.c (usage): Explain the relationship between arguments of
2023 long and short options more completely. Document --defines and -d
2024 separately since the former takes an argument but, for POSIX Yacc, the
2025 latter does not.
2026 (short_options): Let -W take an optional argument like --warnings.
2027 (getargs): Sort cases.
2028
2029 2008-02-28 Akim Demaille <demaille@gostai.com>
2030
2031 * doc/bison.texinfo: Fix a few typos.
2032
2033 2008-02-28 Akim Demaille <akim@epita.fr>
2034
2035 * doc/bison.texinfo (Bison Options): Document -W.
2036 Based on Joel E. Denny's NEWS entry, and Automake's documentation.
2037
2038 2008-02-28 Akim Demaille <akim@epita.fr>
2039
2040 * src/getargs.c (short_options): Split and sort for readability.
2041 -g and -x take optional arguments, just like their long options.
2042 * build-aux/cross-options.pl: Use /x to make the regexp easier to
2043 understand.
2044 Fix the handling of $opt which resulted in all the argument to be
2045 considered as optional.
2046
2047 2008-02-22 Joel E. Denny <jdenny@ces.clemson.edu>
2048
2049 * NEWS (2.3a+): Don't say %language is experimental. Mention Java and
2050 say its interface is experimental.
2051 * doc/bison.texinfo (Decl Summary): In the %language entry, mention
2052 Java.
2053 (Bison Options): In the -L and --language entry, mention Java.
2054 (Java Bison Interface): Say the interface is experimental.
2055 * src/getargs.c (usage): Mention -L and --language.
2056
2057 * NEWS (2.3a+): Say the push parsing interface is experimental.
2058 * doc/bison.texinfo (Push Decl): Likewise.
2059 (Decl Summary): Likewise in the "%define api.push_pull" entry.
2060 (Push Parser Function): Likewise.
2061 (Pull Parser Function): Likewise.
2062 (Parser Create Function): Likewise.
2063 (Parser Delete Function): Likewise.
2064 (Table of Symbols): Likewise in the yypstate_delete, yypstate_new,
2065 yypull_parse, and yypush_parse entries.
2066
2067 * NEWS (2.3a+): Mention XML support, and say the schema is
2068 experimental.
2069 * doc/bison.texinfo (Bison Options): Mention -x and --xml.
2070 * src/getargs.c (usage): Say the XML schema is experimental.
2071
2072 * NEWS (2.3a+): Say option instead of flag.
2073
2074 2008-02-21 Wojciech Polak <polak@gnu.org>
2075
2076 * data/xslt/xml2xhtml.xsl (xsl:template match="/"): Change footer
2077 text.
2078
2079 2008-02-20 Joel E. Denny <jdenny@ces.clemson.edu>
2080
2081 Fix impure push parser compile error reported by Bob Rossi at
2082 <http://lists.gnu.org/archive/html/help-bison/2008-02/msg00023.html>.
2083 * data/yacc.c: Clean up whitespace in the output a little.
2084 (yypstate_allocated): Define for impure push parsers regardless of
2085 whether the pull interface is also requested.
2086 * tests/push.at (Push Parsing: Multiple impure instances): Extend to
2087 check impure push parsers without the pull interface.
2088
2089 * data/yacc.c (yypstate_new): Don't try to invoke yyerror since
2090 yyerror takes arguments specified by %parse-param while yypstate_new
2091 does not.
2092 * doc/bison.texinfo (Parser Create Function): Document that
2093 yypstate_new returns 0 for multiple impure parser instances.
2094 * tests/push.at (Push Parsing: Multiple impure instances): Update
2095 expected stderr output.
2096
2097 2008-02-19 Joel E. Denny <jdenny@ces.clemson.edu>
2098
2099 * runtime-po/POTFILES.in (push.c): Remove.
2100
2101 2008-02-17 Joel E. Denny <jdenny@ces.clemson.edu>
2102
2103 * data/Makefile.am (dist_pkgdata_DATA): Remove push.c.
2104 * data/push.c: Rename to...
2105 * data/yacc.c: ... this, overwriting it.
2106 * etc/bench.pl.in (bench_grammar): `%pure-parser'-> `%define api.pure'.
2107 `%push-pull-parser' -> `%define api.push_pull "both"'.
2108 Remove old yacc.c tests, and update push.c tests to yacc.c.
2109
2110 2008-02-17 Joel E. Denny <jdenny@ces.clemson.edu>
2111
2112 * data/bison.m4 (b4_percent_code_get): Output %code block comments like
2113 `"%code top" blocks' instead of `%code "top" blocks'.
2114 * data/push.c: Import yacc.c changes from 2008-01-09 and 2007-08-03.
2115 Clean up whitespace in the output a little.
2116
2117 2008-02-16 Joel E. Denny <jdenny@ces.clemson.edu>
2118
2119 Fix documentation problems reported by Tim Josling at
2120 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00013.html>.
2121 * NEWS (2.3a+): Mention removal of --no-parser, -n, and %no-parser.
2122 * doc/bison.texinfo (Token Decl): Token numbers are *nonnegative*
2123 integers. Explain the effect of literal string aliases on error
2124 messages. Copy token 0 documentation from the C++ skeleton
2125 documentation.
2126
2127 2008-02-16 Joel E. Denny <jdenny@ces.clemson.edu>
2128
2129 Accept a token number in a %left, %right, or %nonassoc for POSIX
2130 conformance. Reported by Tim Josling at
2131 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00010.html>.
2132 * NEWS (2.3a+): Mention.
2133 * doc/bison.texinfo (Precedence Decl): Describe how literal strings
2134 and code numbers are treated by precedence declarations.
2135 * src/parse-gram.y (precedence_declaration): Use symbols.prec instead
2136 of symbols.1.
2137 (symbols.prec): New, just like symbols.1 but uses symbol.prec instead
2138 of symbol.
2139 (symbol.prec): New, just like symbol but allows INT.
2140 * src/symtab.c (symbol_user_token_number_set): Remove an aver that no
2141 longer holds.
2142 * tests/regression.at (Token number in precedence declaration): New
2143 test case.
2144
2145 2008-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
2146
2147 DJGPP specific issues.
2148 * djgpp/config.bat: Add filenames that are not 8.3 clean and that must
2149 be changed. Copyright timestamp adjusted.
2150 * djgpp/config.sed: Add filenames that are not 8.3 clean and that must
2151 be changed. Copyright timestamp adjusted.
2152 * djgpp/config.site: Copyright timestamp adjusted.
2153 * djgpp/config_h.sed: Copyright timestamp adjusted.
2154 * djgpp/djunpack.bat: Copyright timestamp adjusted.
2155 * djgpp/fnchnage.lst: Add filenames that are not 8.3 clean to the
2156 filename translation list.
2157 * djgpp/subpipe.c (init_subpipe): Check the environment variables
2158 TMPDIR, TMP and TEMP, in that order, to determinate where the temp
2159 files shall be created. Before trying to use the temp dir where the
2160 environment variable points to check that the dir really exists. If
2161 not default to the cwd as temp dir. Copyright timestamp adjusted.
2162 * djgpp/subpipe.h: Copyright timestamp adjusted.
2163 * djgpp/testsuite.sed: Copyright timestamp adjusted.
2164
2165 2008-01-30 Paul Eggert <eggert@cs.ucla.edu>
2166
2167 * doc/bison.texinfo: Update Back-Cover text to reflect new GNU wording.
2168
2169 2008-01-09 Paul Eggert <eggert@cs.ucla.edu>
2170
2171 * data/yacc.c (yyparse): Correct the comment when locations aren't used.
2172 Problem reported by Claudio Saavedra in
2173 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00003.html>.
2174
2175 2008-01-05 Wojciech Polak <polak@gnu.org>
2176
2177 * data/xslt/xml2xhtml.xsl (xsl:template match="/"): Precede an XHTML
2178 document's title with the input grammar file name.
2179
2180 2007-12-22 Joel E. Denny <jdenny@ces.clemson.edu>
2181
2182 Automate regression testing of the XML/XSLT implementation. Discussed
2183 starting at
2184 <http://lists.gnu.org/archive/html/bison-patches/2007-11/msg00021.html>.
2185 * configure.ac (XSLTPROC): New substitution.
2186 * Makefile.am (maintainer-xml-check): New phony target invoking...
2187 * tests/Makefile.am (maintainer-xml-check): ... this new phony target
2188 invoking make maintainer-check with BISON_TEST_XML=1.
2189 * tests/atlocal.in (XSLTPROC): New.
2190 * tests/local.at (AT_BISON_CHECK): New macro to (1) instruct Valgrind
2191 not to report reachable memory when Bison is expected to have a
2192 non-zero exit status and (2) to compare XML/XSLT output with --graph
2193 and --report=all output for every working grammar when
2194 BISON_TEST_XML=1.
2195 (AT_BISON_CHECK_NO_XML): Likewise, but skip XML checks.
2196 (AT_BISON_CHECK_XML): New.
2197 (AT_QUELL_VALGRIND): New.
2198 * tests/testsuite.at (ORIGINAL_AT_CHECK): Remove this and...
2199 (AT_CHECK): ... don't redefine this since this was the old way to
2200 quell Valgrind.
2201 * tests/actions.at: Rewrite all AT_CHECK invocations for bison as
2202 AT_BISON_CHECK invocations.
2203 * tests/c++.at: Likewise.
2204 * tests/calc.at: Likewise.
2205 * tests/conflicts.at: Likewise.
2206 * tests/cxx-type.at: Likewise.
2207 * tests/existing.at: Likewise.
2208 * tests/glr-regression.at: Likewise.
2209 * tests/headers.at: Likewise.
2210 * tests/input.at: Likewise.
2211 * tests/java.at: Likewise.
2212 * tests/output.at: Likewise.
2213 * tests/push.at: Likewise.
2214 * tests/reduce.at: Likewise.
2215 * tests/regression.at: Likewise.
2216 * tests/sets.at: Likewise.
2217 * tests/skeletons.at: Likewise.
2218 * tests/synclines.at: Likewise.
2219 * tests/torture.at: Likewise.
2220 (Big triangle): Use AT_BISON_CHECK_NO_XML instead since this grammar
2221 tends to hang xsltproc.
2222 (Big horizontal): Likewise.
2223
2224 2007-12-08 Joel E. Denny <jdenny@ces.clemson.edu>
2225
2226 In XML output, remove redundant class attribute on symbol element.
2227 * data/xslt/bison.xsl (xsl:key name="bison:symbolByName"): New.
2228 * data/xslt/xml2xhtml.xsl (xsl:template match="symbol"): Use it to
2229 look up a symbol to determine whether it's a nonterminal or terminal.
2230 * src/gram.c (rule_rhs_print_xml): Remove class attribute.
2231 * src/state.c (state_rule_lookahead_tokens_print_xml): Likewise.
2232
2233 Add prec/assoc information to XML output.
2234 * src/gram.c (grammar_rules_print_xml): For each rule that has a
2235 %prec, add a percent_prec attribute.
2236 * src/print-xml.c (print_grammar): For each terminal that has a
2237 precedence or associativity, add a prec or assoc attribute.
2238 (xml_indent): New.
2239 (xml_puts): Use xml_indent.
2240 (xml_printf): Use xml_indent.
2241 * src/print-xml.h (xml_indent): Prototype.
2242
2243 * tests/existing.at (GNU pic Grammar): Fix a rule miscopied from
2244 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
2245
2246 2007-12-08 Joel E. Denny <jdenny@ces.clemson.edu>
2247
2248 * data/xslt/bison.xsl (bison:ruleNumber): Rename to...
2249 (bison:ruleByNumber): ... this for clarity.
2250 * data/xslt/xml2dot.xsl (xsl:template match="item"): Update.
2251 * data/xslt/xml2text.xsl (xsl:template match="item"): Update.
2252 (xsl:template match="reduction"): Update.
2253 (xsl:template match="item"): Update.
2254 (xsl:template match="reduction"): Update.
2255
2256 In the XML output, don't print the list of rules where symbols appear.
2257 Compute it in XSLT instead. Discussed at
2258 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00024.html>.
2259 * data/xslt/bison.xsl (bison:ruleByLhs): New.
2260 (bison:ruleByRhs): New.
2261 * data/xslt/xml2text.xsl (xsl:template match="terminal"): Use
2262 bison:ruleByRhs.
2263 (xsl:template match="terminal/rule"): Remove.
2264 (xsl:template match="nonterminal"): Use bison:ruleByLhs and
2265 bison:ruleByRhs.
2266 (xsl:template match="nonterminal/left/rule|nonterminal/right/rule"):
2267 Remove.
2268 * data/xslt/xml2xhtml.xsl (xsl:template match="terminal"): Use
2269 bison:ruleByRhs and mode="number-link" for rule template.
2270 (xsl:template match="terminal/rule"): Remove.
2271 (xsl:template match="nonterminal"): Use bison:ruleByLhs and
2272 bison:ruleByRhs and mode="number-link" for rule template.
2273 (xsl:template match="nonterminal/left/rule|nonterminal/right/rule"):
2274 Rewrite as...
2275 (xsl:template match="rule" mode="number-link"): ... this.
2276 * src/print-xml.c (print_grammar): Don't print the list of rules.
2277
2278 2007-12-01 Joel E. Denny <jdenny@ces.clemson.edu>
2279
2280 Don't let --report affect XML output; always print all information.
2281 Discussed at
2282 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00020.html>.
2283 * src/conflicts.c (log_resolution): Implement.
2284 * src/print-xml.c (print_core): Implement.
2285 (print_state): Implement.
2286 (print_xml): Implement.
2287
2288 * NEWS (2.3a+): Fix quotes.
2289 * src/parse-gram.y (prologue_declaration): For consistency with -v,
2290 don't let %verbose clear the list specified by --report.
2291
2292 2007-11-26 Akim Demaille <akim@epita.fr>
2293
2294 * data/Makefile.am (dist_pkgdata_DATA): Ship and install bison.xsl.
2295
2296 2007-11-24 Joel E. Denny <jdenny@ces.clemson.edu>
2297
2298 In the XML output, list useless and unused symbols and rules with the
2299 useful ones and add a "usefulness" attribute. Discussed starting at
2300 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00017.html>.
2301 * src/gram.c (grammar_rules_partial_print_xml): Remove.
2302 (grammar_rules_print_xml): Print all rules instead of just those
2303 useful in the grammar, and add a "usefulness" attribute.
2304 * src/gram.h (grammar_rules_partial_print_xml): Remove prototype.
2305 * src/print-xml.c (print_rules_useless_in_parser): Remove.
2306 (print_grammar): Print all nonterminals instead of just useful ones,
2307 and add a "usefulness" attribute to nonterminals and terminals.
2308 (print_xml): Don't print a separate "reductions" or
2309 "rules-useless-in-parser" element.
2310 * src/reduce.c (reduce_output): Use reduce_token_unused_in_grammar.
2311 (reduce_xml): Remove.
2312 (reduce_token_unused_in_grammar): New.
2313 (reduce_nonterminal_useless_in_grammar): New.
2314 * src/reduce.h (reduce_xml): Remove prototype.
2315 (reduce_token_unused_in_grammar): Add prototype.
2316 (reduce_nonterminal_useless_in_grammar): Add prototype.
2317 * data/xslt/xml2text.xsl: Update for XML changes.
2318 * data/xslt/xml2xhtml.xsl: Update for XML changes.
2319 * tests/reduce.at (Useless Terminals): Update output.
2320 (Useless Rules): Update output.
2321 (Reduced Automaton): Update output.
2322
2323 Say "Terminals unused in grammar" instead of "Unused terminals".
2324 * NEWS (2.3a+): Update.
2325 * doc/bison.texinfo (Understanding): Update example output.
2326 * src/reduce.c (reduce_output): Implement.
2327 * data/xslt/xml2text.xsl: Implement.
2328 * data/xslt/xml2xhtml.xsl: Implement.
2329
2330 2007-11-18 Joel E. Denny <jdenny@ces.clemson.edu>
2331
2332 Accept --report-file=FILE to override the default `.output' filename.
2333 * NEWS (2.3a+): Mention.
2334 * doc/bison.texinfo (Bison Options): Add an entry.
2335 * src/files.c (compute_output_file_names): Don't override
2336 spec_verbose_file if already set.
2337 * src/getargs.c (usage): Document --report-file.
2338 (REPORT_FILE_OPTION): New anonymous enum member.
2339 (long_options): Add entry for it.
2340 (getargs): Add case for it setting spec_verbose_file.
2341
2342 * build-aux/cross-options.pl: Don't record a short option just because
2343 there's an arg.
2344 * doc/.cvsignore: Add yacc.1.
2345
2346 2007-11-14 Akim Demaille <akim@epita.fr>
2347
2348 * doc/yacc.1.in: New.
2349 * configure.ac, doc/Makefile.am: Adjust.
2350 * configure.ac (PACKAGE_COPYRIGHT_YEAR): New substitution, and new
2351 config.h symbol.
2352 Use AC_SUBST for assignments too.
2353 * src/getargs.c (version): Use PACKAGE_COPYRIGHT_YEAR.
2354
2355 2007-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
2356
2357 * src/gram.c: Remove comments that duplicate comments in gram.h.
2358
2359 When reporting useless rules and nonterminals, say "useless in grammar"
2360 instead of "useless", and say "useless in parser" instead of "never
2361 reduced". Discussed starting at
2362 <http://lists.gnu.org/archive/html/bison-patches/2007-10/msg00033.html>.
2363 * NEWS (2.3a+): Mention this change.
2364 * data/xslt/xml2text.xsl: Update output text and expected input XML
2365 element names to match changes below.
2366 * data/xslt/xml2xhtml.xsl: Likewise.
2367 (xsl:template match="bison-xml-report"): Add missing entry in Table of
2368 Contents: "Rules useless in parser due to conflicts".
2369 * doc/bison.texinfo (Decl Summary): Reword a little.
2370 (Understanding): Update example output for changes below.
2371 * src/gram.c: (rule_useful_p): Rename to...
2372 (rule_useful_in_grammar_p): ... this.
2373 (rule_useless_p): Rename to...
2374 (rule_useless_in_grammar_p): ... this.
2375 (rule_never_reduced_p): Rename to...
2376 (rule_useless_in_parser_p): ... this.
2377 (grammar_rules_print): Update for renames.
2378 (grammar_rules_print_xml): Update for renames.
2379 (grammar_rules_never_reduced_report): Rename to...
2380 (grammar_rules_useless_report): ... this since it is used for either
2381 kind of useless rule.
2382 * src/gram.h: Reword comments and update function names in prototypes.
2383 * src/main.c (main): Say "rule useless in parser due to conflicts".
2384 * src/print-xml.c (print_rules_never_reduced): Rename to...
2385 (print_rules_useless_in_parser): ... this, and rename output XML
2386 element "rules-never-reduced" to "rules-useless-in-parser".
2387 (print_xml): Update for rename.
2388 * src/print.c (print_results): Say "Rules useless in parser due to
2389 conflicts".
2390 * src/reduce.c (reduce_grammar_tables): Say "rule useless in grammar".
2391 (nonterminals_reduce): Say "nonterminal useless in grammar".
2392 (reduce_output): Say "Nonterminals useless in grammar".
2393 Say "Rules useless in grammar".
2394 (reduce_xml): Rename output XML element "useless" to
2395 "useless-in-grammar".
2396 (reduce_print): Don't report the count of grammatically useless rules
2397 as "rules never reduced" just because %yacc is specified.
2398 In the correct report of this count, say nonterminal(s) and rule(s)
2399 "useless in grammar".
2400 * tests/conflicts.at (S/R in initial): Update expected output.
2401 (Defaulted Conflicted Reduction): Likewise.
2402 (Unreachable States After Conflict Resolution): Likewise.
2403 * tests/existing.at (GNU pic Grammar): Likewise.
2404 * tests/reduce.at (Useless Nonterminals): Likewise.
2405 (Useless Rules): Likewise.
2406 (Reduced Automaton): Likewise.
2407 (Underivable Rules): Likewise.
2408 (Empty Language): Likewise.
2409
2410 2007-11-09 Joel E. Denny <jdenny@ces.clemson.edu>
2411
2412 * data/bison.m4 (b4_cat): Put a newline after the end delimiter of the
2413 here document and before the EOF so that BSD's implementation of Bourne
2414 shell doesn't parse the delimiter as part of the here document.
2415 * doc/.cvsignore: Add cross-options.texi.
2416 * src/getargs.c (usage): Add a blank line after the warning categories.
2417
2418 2007-11-08 Paolo Bonzini <bonzini@gnu.org>
2419
2420 * data/lalr1.java (Lexer): Remove usage of b4_pure_if.
2421
2422 2007-11-05 Akim Demaille <akim@epita.fr>
2423
2424 Remove Id: from bison.1.
2425 * doc/Makefile.am (remove_time_stamp): Include the sed invocation.
2426 (perl -0777 -pi -e 's/\.PP\nId): New.
2427 (.x.1): Use it to ignore the version control revision.
2428
2429 2007-11-05 Akim Demaille <demaille@gostai.com>
2430
2431 * build-aux/Makefile.am: Ship cross-options.pl.
2432 * doc/Makefile.am: Always refer to cross-options.texi with
2433 $(srcdir).
2434 (MAINTAINERCLEANFILES): Add it.
2435
2436 2007-11-04 Akim Demaille <demaille@gostai.com>
2437
2438 Generate the long/short option cross-table.
2439 * build-aux/cross-options.pl: New.
2440 * doc/Makefile.am (cross-options.texi): New.
2441 * doc/bison.texinfo: Use it.
2442
2443 2007-11-04 Akim Demaille <demaille@gostai.com>
2444
2445 Generate bison.1 using help2man.
2446 * doc/common.x, doc/bison.x: New.
2447 * doc/Makefile.am (bison.1, .x.1): New.
2448 The code is taken from autoconf-2.61/man/Makefile.am.
2449 * configure.ac: Look for help2man.
2450
2451 2007-11-04 Akim Demaille <demaille@gostai.com>
2452
2453 Complete --help.
2454 * src/getargs.c (usage): Document -W, make it clear that -d,
2455 -g and -x have optional arguments.
2456
2457 2007-11-04 Akim Demaille <demaille@gostai.com>
2458
2459 Find sha1sum when named gsha1sum.
2460 * bootstrap (find_tool): New.
2461 ($SHA1SUM): New.
2462
2463 2007-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
2464
2465 Deprecate %pure-parser and add `%define api.pure'. Discussed starting
2466 at
2467 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00006.html>.
2468 * NEWS (2.3a+): Mention.
2469 * data/bison.m4 (b4_pure_if): Don't define it here.
2470 * data/c.m4 (b4_identification): Depend on individual skeletons to
2471 define b4_pure_flag, b4_push_flag, or b4_pull_flag if they use the
2472 values of the %define variables api.pure or api.push_pull. Define
2473 YYPURE, YYPUSH, and YYPULL accordingly.
2474 * data/glr.c: Define b4_pure_if based on `%define api.pure' unless
2475 glr.cc has already defined b4_pure_flag.
2476 * data/push.c: Define b4_pure_if based on `%define api.pure'.
2477 Remove YYPUSH and YYPULL since they're back in b4_identification again.
2478 * data/yacc.c: Define b4_pure_if based on `%define api.pure'.
2479 * doc/bison.texinfo (Pure Decl): Update.
2480 (Push Decl): Update.
2481 (Decl Summary): Add api.pure to %define entry.
2482 In %pure-parser entry, say it's deprecated and reference %define.
2483 (Pure Calling): Update.
2484 (Error Reporting): Update.
2485 (C++ Scanner Interface): Update.
2486 (How Can I Reset the Parser): Update.
2487 (Table of Symbols): In %pure-parser entry, say it's deprecated and
2488 reference %define.
2489 * src/getargs.c (pure_parser): Remove global variable.
2490 * src/getargs.h (pure_parser): Remove extern.
2491 * src/output.c (prepare): Don't define pure_flag muscle.
2492 * src/parse-gram.y (prologue_declaration): Implement %pure-parser as a
2493 wrapper around `%define api.pure'.
2494 * tests/calc.at (Simple LALR Calculator): Update.
2495 (Simple GLR Calculator): Update.
2496 * tests/cxx-type.at (GLR: Resolve ambiguity, pure, no locations):
2497 Update.
2498 (GLR: Resolve ambiguity, pure, locations): Update.
2499 (GLR: Merge conflicting parses, pure, no locations): Update.
2500 (GLR: Merge conflicting parses, pure, locations): Update.
2501 * tests/glr-regression.at (Uninitialized location when reporting
2502 ambiguity): Update
2503 * tests/input.at (Unused %define api.pure): New test case.
2504 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Update definition for
2505 AT_PURE_IF and AT_PURE_AND_LOC_IF.
2506 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update.
2507
2508 2007-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
2509
2510 %define push_pull -> %define api.push_pull. Discussed starting at
2511 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00005.html>.
2512 * data/push.c: Expect the new name.
2513 * data/yacc.c: Likewise.
2514 * doc/bison.texinfo (Push Decl): Update.
2515 (Decl Summary): Update %define entry.
2516 (Push Parser Function): Update.
2517 (Pull Parser Function): Update.
2518 (Parser Create Function): Update.
2519 (Parser Delete Function): Update.
2520 * tests/calc.at (Simple LALR Calculator): Update.
2521 * tests/input.at (%define enum variables): Update.
2522 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update.
2523 (Push Parsing: Multiple impure instances): Update.
2524 (Push Parsing: Unsupported Skeletons): Update.
2525 * tests/torture.at (Exploding the Stack Size with Alloca): Update.
2526 (Exploding the Stack Size with Malloc): Update.
2527
2528 * NEWS (2.3a+): Add an entry for the push parser, and clean up the
2529 other entries some.
2530
2531 2007-10-27 Joel E. Denny <jdenny@ces.clemson.edu>
2532
2533 For the XML output's terminal element, rename @number to @token-number,
2534 and add @symbol-number. In the nonterminal element, rename @number to
2535 @symbol-number. Discussed starting at
2536 <http://lists.gnu.org/archive/html/bison-patches/2007-10/msg00040.html>.
2537 * data/xslt/xml2text.xsl (xsl:template match="terminal"): Update for
2538 renames.
2539 (xsl:template match="nonterminal"): Likewise.
2540 * data/xslt/xml2xhtml.xsl (xsl:template match="terminal"): Likewise.
2541 (xsl:template match="nonterminal"): Likewise.
2542 * src/print-xml.c (print_grammar): Implement.
2543
2544 2007-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
2545
2546 * data/xslt/xml2dot.xsl (xsl:template match="automaton/state"): After
2547 2007-10-11 change, the child elements here are items not rules.
2548 (xsl:template match="item"): New.
2549 (xsl:template match="rule"): Update for new reduced itemset.
2550 (xsl:template match="point"): Remove.
2551 (xsl:template match="empty"): For consistency with --graph, don't
2552 output "/* empty */".
2553 * data/xslt/xml2text.xsl (xsl:template match="terminal"): When invoking
2554 line-wrap, don't pass a negative value as first-line-length since this
2555 won't work with the following changes.
2556 (xsl:template name="line-wrap"): Simplify slightly.
2557 (xsl:template name="ws-search"): Eliminate recursion.
2558 * src/print_graph.c (print_core): Don't print a reduction's lookahead
2559 set next to an item whose dot is not at the end of the RHS even if it
2560 happens to be associated with the same rule.
2561
2562 2007-10-19 Joel E. Denny <jdenny@ces.clemson.edu>
2563
2564 Add %define lr.keep_unreachable_states.
2565 * NEWS (2.3a+): Mention it in the entry for unreachable state removal.
2566 * doc/bison.texinfo (Decl Summary): Mention it in the %define entry.
2567 * src/main.c (main): Implement it.
2568 * tests/conflicts.at (Unreachable States After Conflict Resolution):
2569 Extend to test it, and fix a typo.
2570
2571 2007-10-19 Joel E. Denny <jdenny@ces.clemson.edu>
2572
2573 * NEWS (2.3a+): Add entry for recent .output file lookahead set fix.
2574 * doc/bison.texinfo (Understanding): Remove a bogus lookahead set in
2575 the example .output text.
2576 * tests/regression.at (Extra lookahead sets in report): Improve wording
2577 of comments.
2578
2579 2007-10-17 Wojciech Polak <polak@gnu.org>
2580
2581 * src/print-xml.c (print_grammar): Renamed
2582 <terminal> and <nonterminal> attributes:
2583 "type" to "number" and "symbol" to "name".
2584 * data/xslt/xml2text.xsl (xsl:template match="terminal"):
2585 Use new attribute names.
2586 (xsl:template match="nonterminal"): Likewise.
2587 * data/xslt/xml2xhtml.xsl: Likewise.
2588
2589 2007-10-17 Joel E. Denny <jdenny@ces.clemson.edu>
2590
2591 * doc/bison.texinfo (Bison Options): Add entry for --print-datadir.
2592 (Option Cross Key): Likewise.
2593
2594 * src/print-xml.c (print_core): Don't print a reduction's lookahead set
2595 next to an item whose dot is not at the end of the RHS even if it
2596 happens to be associated with the same rule.
2597 * src/print.c (print_core): Likewise.
2598 * tests/conflicts.at (Unresolved SR Conflicts): Update output.
2599 (Resolved SR Conflicts): Update output.
2600 * tests/regression.at (Extra lookahead sets in report): New test case.
2601
2602 2007-10-11 Wojciech Polak <polak@gnu.org>
2603
2604 * src/print-xml.c (print_core): Remove item set
2605 redundancy.
2606 * data/xslt/bison.xsl (bison:ruleNumber): New key.
2607 Improve processing time. Suggested by Joel E. Denny.
2608 * data/xslt/xml2dot.xsl (xsl:template name="escape"):
2609 Write xsl:param "required" attribute as comment.
2610 * data/xslt/xml2text.xsl (xsl:template match="item"): New.
2611 (xsl:template match="rule"): Support new reduced itemset.
2612 (xsl:template match="point"): Remove.
2613 * data/xslt/xml2xhtml.xsl: Likewise.
2614
2615 2007-10-09 Joel E. Denny <jdenny@ces.clemson.edu>
2616
2617 * src/getargs.c (version): Update copyright year.
2618
2619 2007-10-09 Joel E. Denny <jdenny@ces.clemson.edu>
2620
2621 Make xml2dot.xsl and --graph produce the same output.
2622 * data/xslt/xml2dot.xsl (xsl:template match="rule"): Use a `&#10;'
2623 instead of a `\n'. That is, don't add escapes yet or they'll be doubly
2624 escaped later.
2625 (xsl:template name="output-node"): Use the new escape template instead
2626 of the string-replace template directly.
2627 (xsl:template name="output-edge"): Likewise.
2628 (xsl:template name="escape"): New, escapes backslashes and newlines in
2629 addition to quotation marks.
2630 * src/graphviz.c (start_graph, output_node, output_edge): Add
2631 whitespace to output for legibility.
2632
2633 Make xml2text.xsl and --report produce the same output, and remove the
2634 XML "conflicts" element since a conflict summary is easily extracted
2635 from the automaton.
2636 * data/xslt/bison.xsl: New.
2637 (xsl:template match="state" mode="bison:count-conflicts): New.
2638 * data/xslt/xml2text.xsl: Import bison.xsl.
2639 (xsl:template match="bison-xml-report"): Instead of styling the
2640 "conflicts" element, style the "automaton" element with mode
2641 "conflicts". Unlike the former, the latter lists S/R and R/R
2642 conflicts for a state on the same line.
2643 (xsl:template match="conflicts"): Remove.
2644 (xsl:template match="conflict"): Remove.
2645 (xsl:template match="terminal"): Line-wrap the list of rules in which
2646 the terminal is used.
2647 (xsl:template match="nonterminal"): Likewise for nonterminals.
2648 (xsl:template match="automaton" mode="conflicts"): New.
2649 (xsl:template match="state" mode="conflicts"): New.
2650 (xsl:template name="line-wrap"): New.
2651 (xsl:template name="ws-search"): New.
2652 * data/xslt/xml2xhtml.xsl: Import bison.xsl.
2653 (xsl:template match="bison-xml-report"): Instead of styling the
2654 "conflicts" element, style the "automaton" element with mode
2655 "conflicts."
2656 (xsl:template match="conflicts"): Remove.
2657 (xsl:template match="conflict"): Remove.
2658 (xsl:template match="automaton" mode="conflicts"): New.
2659 (xsl:template match="state" mode="conflicts): New.
2660 * src/conflicts.c (conflicts_output_xml): Remove.
2661 * src/conflicts.h (conflicts_output_xml): Remove prototype.
2662 * src/print-xml.c (print_xml): Don't invoke conflicts_output_xml.
2663 * src/print.c (print_grammar): Consistently wrap at the 66th column so
2664 the corresponding XSLT is easier. Also, never wrap between a word and
2665 the comma that follows it.
2666
2667 2007-10-08 Joel E. Denny <jdenny@ces.clemson.edu>
2668
2669 Improve C++ namespace support. Discussed starting at
2670 <http://lists.gnu.org/archive/html/help-bison/2007-09/msg00016.html>.
2671 * data/c++.m4: (b4_namespace_ref, b4_namespace_open,
2672 b4_namespace_close): New macros that interpret the %define variable
2673 "namespace" so its value can contain "::" to indicate nested
2674 namespaces.
2675 * data/glr.cc (b4_namespace): Don't define, and replace all uses with
2676 the above macros.
2677 * data/lalr1.cc (b4_namespace): Likewise.
2678 * data/location.cc (b4_namespace): Likewise.
2679 * doc/bison.texinfo (Decl Summary): Move `%define push_pull' entry
2680 inside a new table in the general %define entry. Document `%define
2681 namespace' there as well. Point the %name-prefix entry to it since it
2682 explains it more completely in the case of C++.
2683 (C++ Bison Interface): Mention `%define namespace' instead of
2684 %name-prefix.
2685 (Table of Symbols): Remove the `%define push_pull' entry. The %define
2686 entry suffices.
2687 * tests/c++.at (Relative namespace references): New test case.
2688 (Absolute namespace references): New test case.
2689 (Syntactically invalid namespace references): New test case.
2690 * tests/input.at (C++ namespace reference errors): New test case.
2691
2692 2007-10-08 Joel E. Denny <jdenny@ces.clemson.edu>
2693
2694 Add syncline support and location accessor to internal %define
2695 interfaces.
2696 * data/bison.m4 (b4_percent_define_get_loc): New.
2697 (b4_percent_define_get_syncline): New.
2698 (b4_percent_define_flag_if): Use b4_percent_define_get_loc.
2699 (b4_percent_define_default): Record defining location as line 1 rather
2700 than 0 for the sake of synchronizing #line's, and define
2701 b4_percent_define_syncline(VARIABLE).
2702 (b4_percent_define_check_values): Use b4_percent_define_get_loc.
2703 * src/muscle_tab.c (muscle_syncline_grow): New.
2704 (muscle_code_grow): Use muscle_syncline_grow.
2705 (muscle_percent_define_insert): Use muscle_percent_define_get_loc, and
2706 define b4_percent_define_syncline(VARIABLE).
2707 (muscle_percent_define_get_loc): New.
2708 (muscle_percent_define_get_syncline): New.
2709 (muscle_percent_define_flag_if): Use muscle_percent_define_get_loc, and
2710 remove some unused variables.
2711 (muscle_percent_define_default): Record defining location as line 1
2712 rather than 0 for the sake of synchronizing #line's, and define
2713 b4_percent_define_syncline(VARIABLE).
2714 (muscle_percent_define_check_values): Use
2715 muscle_percent_define_get_loc.
2716 * src/muscle_tab.h (muscle_percent_define_get_loc): Prototype.
2717 (muscle_percent_define_get_syncline): Prototype.
2718 * tests/skeletons.at (%define Boolean variables: invalid skeleton
2719 defaults): Update output for location change.
2720 (Complaining during macro argument expansion): Extend to test
2721 b4_percent_define_get_loc and b4_percent_define_get_syncline errors.
2722
2723 2007-10-07 Joel E. Denny <jdenny@ces.clemson.edu>
2724
2725 Fix some error-reporting macro bugs.
2726 * data/bison.m4 (b4_cat): New.
2727 (b4_error, b4_error_at): Use b4_cat to send error directives directly
2728 to stdout so they don't become arguments to other macros. Update
2729 comments and add examples.
2730 (b4_warn, b4_warn_at, b4_complain, b4_complain_at): Update comments and
2731 add examples.
2732 (b4_fatal, b4_fatal_at): Likewise, and invoke m4_exit(1) immediately
2733 after printing the error directive so that M4 doesn't report subsequent
2734 problems that are induced by this problem.
2735 * src/scan-skel.l: Recognize @` digraph outside of directive arguments
2736 instead of just in them. Recognize @\n in both places. Both expand to
2737 the empty string. Needed by b4_cat.
2738 * tests/skeletons.at (Complaining during macro argument expansion):
2739 New test case.
2740 (Fatal errors make M4 exit immediately): New test case.
2741
2742 2007-10-04 Joel E. Denny <jdenny@ces.clemson.edu>
2743
2744 Implement --print-datadir.
2745 * src/getargs.c (usage): Mention.
2746 (PRINT_DATADIR_OPTION): New anonymous enum member.
2747 (long_options): Add entry for it.
2748 (getargs): Add case for it calling compute_pkgdatadir.
2749 * src/output.c (output_skeleton): Encapsulate data directory
2750 computation from here...
2751 (prepare): ... and from here...
2752 (compute_pkgdatadir): ... into this new function.
2753 * src/output.h (compute_pkgdatadir): Prototype.
2754
2755 2007-09-29 Joel E. Denny <jdenny@ces.clemson.edu>
2756
2757 * src/print-xml.c (escape_bufs): New static global variable
2758 replacing...
2759 (xml_escape_n): ... the static local variable buf here.
2760 (print_xml): Free memory for escape_bufs.
2761 * src/reduce.c (reduce_xml): XML-escape terminal symbol tags.
2762
2763 2007-09-25 Joel E. Denny <jdenny@ces.clemson.edu>
2764
2765 Replace `%push-parser' and `%push-pull-parser' with
2766 `%define push_pull "push"' and `%define push_pull "both"'.
2767 `%define push_pull "pull"' is the default.
2768 * doc/bison.texinfo (Push Decl, Push Parser Function,
2769 Pull Parser Function, Parser Create Function, Parser Delete Function):
2770 Update declarations.
2771 (Decl Summary, Table of Symbols): Replace %push-parser and
2772 %push-pull-parser entries with a %define push_pull entry.
2773 * data/bison.m4 (b4_percent_define_check_values): New macro.
2774 (b4_pull_if, b4_push_if, b4_use_push_for_pull_if): Move these
2775 definitions...
2776 * data/c.m4 (b4_identification): ... and the YYPUSH and YYPULL cpp
2777 definitions...
2778 * data/push.c: ... to here and compute them from the value of the
2779 %define variable push_pull.
2780 * data/c-skel.m4: Instead of choosing the push.c skeleton for push
2781 parsing requests here...
2782 * data/yacc.c: ... hack this to switch to push.c any time
2783 b4_use_push_pull_flag or the %define variable push_pull is set. This
2784 will go away when we mv push.c yacc.c.
2785 * data/c++-skel.m4, data/glr.c, data/java-skel.m4: Don't report that
2786 push parsing is not supported since unused %define variables are
2787 reported anyway.
2788 * src/getargs.c, src/getargs.h (pull_parser, push_parser): Remove.
2789 * src/muscle_tab.h (muscle_percent_define_check_values): Update
2790 comments for consistency with b4_percent_define_check_values.
2791 * src/output.c (prepare): Don't insert b4_pull_flag and b4_push_flag
2792 muscles.
2793 * src/parse-gram.y (PERCENT_PUSH_PARSER, PERCENT_PUSH_PULL_PARSER):
2794 Remove.
2795 (prologue_declaration): Remove %push-parser and %push-pull-parser
2796 rules.
2797 * src/scan-gram.l (%push-parser, %push-pull-parser): Remove rules.
2798 * tests/calc.at: Update declarations.
2799 * tests/input.at (%define enum variables): New test case.
2800 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update
2801 declaration.
2802 (Push Parsing: Multiple impure instances): Update declaration.
2803 (Push Parsing: Unsupported Skeletons): New test case.
2804 * tests/torture.at (Exploding the Stack Size with Alloca): Update
2805 declaration.
2806 (Exploding the Stack Size with Malloc): Update declaration.
2807
2808 2007-09-24 Wojciech Polak <polak@gnu.org>
2809
2810 Add XSLT transformations.
2811
2812 * data/xslt/xml2dot.xsl: Transform XML into DOT.
2813 * data/xslt/xml2text.xsl: Transform XML into plain text.
2814 * data/xslt/xml2xhtml.xsl: Transform XML into XHTML.
2815 * data/Makefile.am (xsltdir): New variable.
2816 (dist_xslt_DATA): Add xslt/*.xsl files.
2817
2818 2007-09-23 Paul Eggert <eggert@cs.ucla.edu>
2819
2820 * src/conflicts.c (log_resolution): Fix indenting bugs I introduced.
2821 Problem reported by Wojciech Polak.
2822 * src/print-xml.c (xml_puts): Work even if LEVEL exceeds INT_MAX/2.
2823 (xml_printf): Undo change I made on 21 September; that is,
2824 indent 2 spaces, not 1.
2825
2826 2007-09-23 Joel E. Denny <jdenny@ces.clemson.edu>
2827
2828 Pacify ./configure --enable-gcc-warnings.
2829 * src/print-xml.c, src/print-xml.h (xml_puts): Make third argument
2830 `char const *' instead of `char *'.
2831 * src/state.c (state_rule_lookahead_tokens_print_xml): Remove unused
2832 local variable `sep'.
2833
2834 2007-09-21 Paul Eggert <eggert@cs.ucla.edu>
2835
2836 * src/gram.c (rule_rhs_print_xml): Now static, since it isn't used
2837 elsewhere.
2838 * src/print-xml.c: Prefer "const" after types; that's more consistent.
2839 (xml_printf): Indent just 1 space for level.
2840 (e_char, xlate_char): Remove.
2841 (xml_escape_string): Rewrite to avoid undefined behavior (used
2842 storage that was freed from the stack).
2843 (xml_escape_n): Don't bother checking for subscript error.
2844
2845 2007-09-21 Wojciech Polak <polak@gnu.org>
2846
2847 Add Bison XML Automaton Report.
2848
2849 Add support for an -x option to generate an XML report.
2850 It is not documented yet.
2851 * src/print-xml.c: New file.
2852 * src/print-xml.h: Likewise.
2853 * lib/timevar.def (TV_XML): New var.
2854 * src/Makefile.am (bison_SOURCES): Add print-xml.c, print-xml.h.
2855 * src/conflicts.c: Include print-xml.h.
2856 (solved_conflicts_xml_obstack): New var.
2857 (log_resolution, conflicts_solve, conflicts_free):
2858 Add support for XML report.
2859 (conflicts_output_val): New function.
2860 * src/conflicts.h (conflicts_output_val): New decl.
2861 * src/files.c (spec_xml_file): New var.
2862 (compute_output_file_names, output_file_names_free): Add XML support.
2863 * src/files.h (spec_xml_file): New decl.
2864 * src/getargs.c (xml_flag): New var.
2865 (usage, short_options, long_options, getargs): Add XML support.
2866 * src/getargs.h (xml_flag): New decl.
2867 * src/gram.c: Include print-xml.h.
2868 (rule_lhs_print_xml, rule_rhs_print_xml):
2869 (grammar_rules_partial_print_xml, grammar_rules_print_xml):
2870 New functions.
2871 * src/gram.h: Declare external ones.
2872 * src/main.c: Include print-xml.h.
2873 (main): Add XML support.
2874 * src/reduce.c: Include print-xml.h.
2875 (reduce_xml): New function.
2876 * src/reduce.h: Declare it.
2877 * src/state.c: Include print-xml.h.
2878 (state_new): Add XML support.
2879 (state_rule_lookahead_tokens_print_xml): New function.
2880 * src/state.h: Declare it.
2881 (struct state): New member solved_conflicts_xml.
2882 * src/symtab.c (symbol_class_get_string): New function.
2883 * src/symtab.h: Declare it.
2884
2885 2007-09-21 Paul Eggert <eggert@cs.ucla.edu>
2886
2887 * GNUmakefile: Switch to coreutils's version.
2888 * bootstrap: Likewise.
2889 * Makefile.cfg: Adjust to new GNUmakefile.
2890 * README-hacking: Likewise.
2891
2892 Import from gnulib:
2893
2894 2006-08-18 Paul Eggert <eggert@cs.ucla.edu>
2895 Bruno Haible <bruno@clisp.org>
2896
2897 * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
2898 and is a script that invokes bison. Tighten the code. Add comments.
2899
2900 2007-08-28 Joel E. Denny <jdenny@ces.clemson.edu>
2901
2902 Spell "boolean" as "Boolean". Reported by Akim Demaille.
2903 * data/bison.m4 (b4_percent_define_flag_if): Fix complaint.
2904 * doc/bison.texinfo (Decl Summary): Fix.
2905 * src/muscle_tab.c (muscle_percent_define_flag_if): Fix complaint.
2906 * tests/input.at (Boolean %define variables): Update output.
2907 * tests/skeletons.at (%define boolean variables: invalid skeleton
2908 defaults): Rename to...
2909 (%define Boolean variables: invalid skeleton defaults): ... this and
2910 update output.
2911
2912 2007-08-17 Joel E. Denny <jdenny@ces.clemson.edu>
2913
2914 In impure push mode, don't allow more than one yypstate to be allocated
2915 since multiple impure parsers would corrupt yynerrs.
2916 * data/push.c (yypstate_allocated): New static global variable
2917 initialized to 0.
2918 (yypull_parse): If yypstate_new returns 0, don't report it as memory
2919 exhaustion if yypstate_allocated is 1, but still return 2.
2920 (yypstate_new): Invoke yyerror and return 0 if yypstate_allocated is
2921 already 1. Otherwise, set it to 1.
2922 (yypstate_delete): Set it to 0.
2923 * tests/push.at (Push Parsing: Multiple impure instances): New test
2924 case.
2925
2926 2007-08-17 Bob Rossi <bob@brasko.net>
2927
2928 * doc/bison.texinfo (Push Decl): Document the push parser.
2929 (Table of Symbols): Ditto.
2930 (Pure Decl): Ditto.
2931 (Decl Summary): Ditto.
2932 (Multiple Parsers, Push Parser Function, Pull Parser Function,
2933 Parser Create Function, Parser Delete Function):
2934 Add new push parser symbols.
2935 (Table of Symbols): Document push-parser, push-pull-parser,
2936 yypush_parse, yypull_parse, yypstate_new and yypstate_delete.
2937
2938 2007-08-15 Paul Eggert <eggert@cs.ucla.edu>
2939
2940 Update to GPLv3.
2941 * doc/gpl-3.0.texi: New file.
2942 * doc/gpl.texi: Remove.
2943 * COPYING, GNUmakefile, HACKING, Makefile.am, Makefile.cfg:
2944 * Makefile.maint, NEWS, PACKAGING, README, README-alpha:
2945 * README-hacking, TODO, bootstrap, bootstrap.conf:
2946 * configure.ac, data/Makefile.am, data/README, data/bison.m4:
2947 * data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4:
2948 * data/glr.c, data/glr.cc, data/java-skel.m4, data/java.m4:
2949 * data/lalr1.cc, data/lalr1.java, data/location.cc:
2950 * data/push.c, data/yacc.c, data/m4sugar/m4sugar.m4:
2951 * djgpp/Makefile.maint, djgpp/README.in, djgpp/config.bat:
2952 * djgpp/config.sed, djgpp/config.site, djgpp/config_h.sed:
2953 * djgpp/djunpack.bat, djgpp/subpipe.c, djgpp/subpipe.h:
2954 * djgpp/testsuite.sed, doc/Makefile.am, doc/bison.texinfo:
2955 * doc/fdl.texi, doc/refcard.tex, etc/Makefile.am, etc/README:
2956 * etc/bench.pl.in, examples/Makefile.am, examples/extexi:
2957 * examples/calc++/Makefile.am, lib/Makefile.am, lib/abitset.c:
2958 * lib/abitset.h, lib/bbitset.h, lib/bitset.c, lib/bitset.h:
2959 * lib/bitset_stats.c, lib/bitset_stats.h, lib/bitsetv-print.c:
2960 * lib/bitsetv-print.h, lib/bitsetv.c, lib/bitsetv.h:
2961 * lib/ebitset.c, lib/ebitset.h, lib/get-errno.c:
2962 * lib/get-errno.h, lib/lbitset.c, lib/lbitset.h:
2963 * lib/libiberty.h, lib/main.c, lib/subpipe.c, lib/subpipe.h:
2964 * lib/timevar.c, lib/timevar.def, lib/timevar.h:
2965 * lib/vbitset.c, lib/vbitset.h, lib/yyerror.c:
2966 * m4/c-working.m4, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4:
2967 * m4/timevar.m4, src/LR0.c, src/LR0.h, src/Makefile.am:
2968 * src/assoc.c, src/assoc.h, src/closure.c, src/closure.h:
2969 * src/complain.c, src/complain.h, src/conflicts.c:
2970 * src/conflicts.h, src/derives.c, src/derives.h, src/files.c:
2971 * src/files.h, src/flex-scanner.h, src/getargs.c:
2972 * src/getargs.h, src/gram.c, src/gram.h, src/graphviz.c:
2973 * src/lalr.c, src/lalr.h, src/location.c, src/location.h:
2974 * src/main.c, src/muscle_tab.c, src/muscle_tab.h:
2975 * src/nullable.c, src/nullable.h, src/output.c, src/output.h:
2976 * src/parse-gram.c, src/parse-gram.h, src/parse-gram.y:
2977 * src/print.c, src/print.h, src/print_graph.c:
2978 * src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c:
2979 * src/reduce.h, src/relation.c, src/relation.h:
2980 * src/revision.h, src/scan-code.h, src/scan-code.l:
2981 * src/scan-gram.h, src/scan-gram.l, src/scan-skel.h:
2982 * src/scan-skel.l, src/state.c, src/state.h, src/symlist.c:
2983 * src/symlist.h, src/symtab.c, src/symtab.h, src/system.h:
2984 * src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h:
2985 * tests/Makefile.am, tests/actions.at, tests/c++.at:
2986 * tests/calc.at, tests/conflicts.at, tests/cxx-type.at:
2987 * tests/existing.at, tests/glr-regression.at:
2988 * tests/headers.at, tests/input.at, tests/java.at:
2989 * tests/local.at, tests/output.at, tests/push.at:
2990 * tests/reduce.at, tests/regression.at, tests/sets.at:
2991 * tests/skeletons.at, tests/synclines.at, tests/testsuite.at:
2992 * tests/torture.at:
2993 Update to GPLv3.
2994
2995 2007-08-11 Joel E. Denny <jdenny@ces.clemson.edu>
2996
2997 Get rid of broken %no-parser, -n, and --no-parser implementation and
2998 documentation.
2999 * TODO: Don't mention them.
3000 * doc/bison.1: Likewise.
3001 * doc/bison.texinfo (Decl Summary): Likewise.
3002 (Bison Options): Likewise.
3003 (Option Cross Key): Likewise.
3004 * src/getargs.c (no_parser_flag): Remove global variable.
3005 (usage): Don't print description of -n and --no-parser.
3006 (long_options): Remove --no-parser entry here.
3007 (getargs): Remove -n case in the switch here.
3008 * src/getargs.h (no_parser_flag): Remove extern.
3009 * tests/regression.at (Web2c Actions): Remove comment that mentions
3010 --no-parser.
3011
3012 2007-08-11 Joel E. Denny <jdenny@ces.clemson.edu>
3013
3014 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Do not
3015 name user variables starting with `yy'. Just pass NULL instead of a
3016 dummy local &yylval to yypush_parse.
3017 * tests/torture.at (AT_DATA_STACK_TORTURE): Do not name user variables
3018 starting with `yy'.
3019
3020 2007-08-03 Joel E. Denny <jdenny@ces.clemson.edu>
3021
3022 * data/yacc.c (yyexhaustedlab): Define it when YYERROR_VERBOSE is
3023 true since it's then always used regardless of whether yyoverflow is
3024 defined. Reported by Christian Burger at
3025 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00031.html>.
3026 * THANKS: Add Christian Burger.
3027
3028 * ChangeLog: For changes in doc/bison.texinfo, consistently reference
3029 node names: say "Decl Summary" not "Bison Declaration Summary".
3030
3031 2007-07-28 Joel E. Denny <jdenny@ces.clemson.edu>
3032
3033 * src/muscle_tab.c (muscle_percent_define_flag_if): In order to
3034 determine whether this function has already complained about an invalid
3035 value for a %define boolean variable, don't check whether Bison has
3036 ever examined the value. As written, the check was a tautology.
3037 Instead, record and check for this complaint using a separate muscle.
3038
3039 2007-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
3040
3041 Fix push parsing memory leak reported by Brandon Lucia at
3042 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00032.html>.
3043 * THANKS: Add Brandon Lucia.
3044 * data/push.c (yypstate_delete): Free the stack if it was reallocated
3045 but the parse never completed and thus freed it.
3046 * tests/Makefile.am (TESTSUITE_AT): Add push.at.
3047 * tests/testsuite.at: Include push.at.
3048 * test/push.at: New.
3049 (Push Parsing: Memory Leak for Early Deletion): New test case.
3050
3051 2007-07-17 Joel E. Denny <jdenny@ces.clemson.edu>
3052
3053 Improve handling of multiple S/R conflicts in the same state and of S/R
3054 conflicts involving multiple reductions.
3055 * src/conflicts.c (resolve_sr_conflict): Don't assign the error action
3056 set for a state here or Bison will abort if it is reassigned on a
3057 later conflicted reduction in the same state.
3058 Similarly, don't finalize and assign the solved conflicts report here
3059 or it will be lost if it is reassigned on a later conflicted reduction
3060 in the same state.
3061 (set_conflicts): Instead, assign them both here after all S/R conflicts
3062 in the state have been fully examined.
3063 * src/print.c (shift_set): Rename to...
3064 (no_reduce_set): ... this.
3065 (print_reductions): Update for rename, and add %nonassoc error action
3066 tokens to no_reduce_set so that, when printing the first remaining
3067 reduction on an error action token, the reduction is enclosed in
3068 brackets.
3069 (print_results): Update for rename.
3070 * tests/conflicts.at (Solved conflicts report for multiple reductions
3071 in a state): New test case.
3072 (%nonassoc error actions for multiple reductions in a state): New test
3073 case.
3074
3075 * src/main.c (main): Don't depend on C99 features.
3076
3077 2007-07-16 Joel E. Denny <jdenny@ces.clemson.edu>
3078
3079 * build-aux/.cvsignore: Add compile.
3080 * lib/.cvsignore: Add charset.alias, ref-add.sed, ref-del.sed, and
3081 uniwidth.
3082
3083 2007-07-10 Joel E. Denny <jdenny@ces.clemson.edu>
3084
3085 * bootstrap (slurp): Create target directories that don't exist.
3086 Specifically, we need lib/uniwidth/ because of recent Gnulib changes.
3087
3088 2007-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
3089
3090 * LR0.c (new_itemsets): Fix wording in comments: say item index rather
3091 than item number.
3092 * closure.c (closure): Likewise.
3093 * state.h (reductions): Comment sorting of rules.
3094 (state): Comment sorting of items.
3095
3096 2007-07-02 Joel E. Denny <jdenny@ces.clemson.edu>
3097
3098 Fix C++ test cases after recent Gnulib changes. Discussed starting at
3099 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00000.html>.
3100 * examples/calc++/Makefile.am (DEFAULT_INCLUDES): Override Automake's
3101 definition in order to avoid Gnulib headers since we don't use config.h
3102 here.
3103 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): Use AT_DATA_GRAMMAR
3104 rather than AT_DATA so that config.h is included.
3105
3106 2007-07-01 Joel E. Denny <jdenny@ces.clemson.edu>
3107
3108 * data/glr.c (yy_yypstack, yypstates, yypdumpstack): Use YYFPRINTF
3109 instead of fprintf. Guard these functions with #if YYDEBUG instead of
3110 #ifdef YYDEBUG for consistency with all other uses of YYDEBUG in Bison
3111 and so that YYFPRINTF is guaranteed to be defined here.
3112
3113 2007-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
3114
3115 * src/muscle_tab.c (muscle_percent_define_invalid_value): Replace
3116 with...
3117 (muscle_percent_define_check_values): ... this more helpful function.
3118 Again, it's not used yet, but it will be.
3119 * src/muscle_tab.h: Likewise.
3120
3121 Improve some comments in parser table construction.
3122 * src/LR0.c (new_itemsets): Explain sorting of itemset and kernel_base.
3123 (generate_states): Don't mention ruleset, which is internal to closure.
3124 * src/closure.c (closure): Explain sorting of core and itemset, which
3125 is required for this function to behave correctly.
3126 * src/closure.h (closure): Mention sorting.
3127
3128 2007-05-28 Joel E. Denny <jdenny@ces.clemson.edu>
3129
3130 * src/lalr.c (state_lookahead_tokens_count): For code readability,
3131 move the check for disabled transitions to an aver since conflict
3132 resolution hasn't happened yet.
3133
3134 * src/lalr.c (state_lookahead_tokens_count): Remove the check that
3135 labels a state as inconsistent just because it has error transitions.
3136 The original form of this check appeared in revision 1.1 of lalr.c,
3137 which was committed on 1991-12-21. Now (at least), changing the
3138 consistency label on such a state appears to have no useful effect in
3139 any of the places it is examined, which I enumerate below. The key
3140 point to understanding each item in this enumeration is that a state
3141 with an error transition is labelled consistent in the first place only
3142 if it has no rules, so the check cannot matter for states that have
3143 rules. (1) Labelling a state as inconsistent will cause set_conflicts
3144 to try to identify its conflicts, and a state must have *rules* to have
3145 conflicts. (2) Labelling a state as inconsistent will affect how
3146 action_row sets the default *rule* for the state. (3) Labelling a
3147 state as inconsistent will cause build_relations to add lookback edges
3148 to *rules* in that state.
3149 * src/state.h (struct state): Word the comment for member consistent
3150 more carefully.
3151
3152 2007-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
3153
3154 Don't depend on C99 features.
3155 * src/conflicts.c (conflicts_update_state_numbers): Fix for-loop.
3156 * src/lalr.c (lalr_update_state_numbers): Fix for-loop.
3157 * src/reader.c (check_and_convert_grammar): Fix for-loop.
3158 * src/state.c (state_mark_reachable_states): Fix for-loop.
3159 (state_remove_unreachable_states): Fix for-loop.
3160
3161 Don't widen struct state with member reachable just to temporarily
3162 record reachability. Instead, use a local bitset.
3163 * src/state.h (struct state): Remove member.
3164 * src/state.c (state_new): Don't initialize it.
3165 (state_mark_reachable_states): Rename to...
3166 (state_record_reachable_states): ... this, and use bitset.
3167 (state_remove_unreachable_states): Use bitset.
3168
3169 2007-05-26 Joel E. Denny <jdenny@ces.clemson.edu>
3170
3171 * src/Makefile.am (yacc): Quote target action commands properly so
3172 that the yacc script isn't corrupt. Reported by Hans Aberg at
3173 <http://lists.gnu.org/archive/html/bug-bison/2007-05/msg00003.html>.
3174
3175 * data/glr.c (yylval): As in yacc.c, don't extern in the header for
3176 the case of pure parsers. Reported by Frans Englich at
3177 <http://lists.gnu.org/archive/html/help-bison/2007-05/msg00018.html>.
3178 * THANKS: Add Frans Englich.
3179
3180 * NEWS (2.3a+): In the %code entry, reference section `Bison
3181 Declaration Summary' from the manual now since the %code summary has
3182 moved there.
3183 * doc/bison.texinfo (Prologue Alternatives): Mention that directives
3184 in the rules section must be terminated by semicolons.
3185
3186 2007-05-20 Joel E. Denny <jdenny@ces.clemson.edu>
3187
3188 Extend the front-end API for %define variables to more completely
3189 mirror the back-end. This will be useful in the future.
3190 * data/bison.m4 (b4_percent_define_get, b4_percent_define_ifdef):
3191 Update comments to mention the new front-end counterparts of these
3192 macros.
3193 * src/muscle_tab.c (MUSCLE_COMMON_DECODE): New macro with common code
3194 for muscle_string_decode and muscle_location_decode.
3195 (muscle_string_decode): New static function.
3196 (muscle_location_decode): Use MUSCLE_COMMON_DECODE.
3197 (muscle_percent_define_get, muscle_percent_define_ifdef): New
3198 functions.
3199 (muscle_percent_define_flag_if): Use muscle_percent_define_ifdef and
3200 muscle_percent_define_get to mimic the b4_percent_define_flag_if
3201 implementation more closely.
3202 (muscle_percent_define_invalid_value): New function.
3203 * src/muscle_tab.h (muscle_percent_define_get,
3204 muscle_percent_define_ifdef, muscle_percent_define_invalid_value):
3205 Prototype.
3206
3207 2007-05-07 Joel E. Denny <jdenny@ces.clemson.edu>
3208
3209 * NEWS (2.3a+): Mention yesterday's state-removal change.
3210 (2.3a): Remove the %language entry, which was added after 2.3a.
3211 * src/LR0.c, src/closure.c, src/closure.h, src/conflicts.c,
3212 src/conflicts.h, src/lalr.c, src/lalr.h, src/print.c,
3213 src/print_graph.c, src/state.c, src/state.h, tests/conflicts.at,
3214 tests/existing.at: Update copyright date.
3215
3216 2007-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
3217
3218 If conflict resolution makes states unreachable, remove those states,
3219 report rules that are then unused, and don't report conflicts in those
3220 states.
3221 * src/conflicts.c, src/conflicts.h (conflicts_update_state_numbers):
3222 New global function.
3223 * src/lalr.c, src/lalr.h (lalr_update_state_numbers): New global
3224 function.
3225 * src/main.c (main): After conflict resolution, remove the unreachable
3226 states and update all data structures that reference states by number.
3227 * src/state.c (state_new): Initialize each state's reachable member to
3228 false.
3229 (state_mark_reachable_states): New static function.
3230 (state_remove_unreachable_states): New global function.
3231 * src/state.h (struct state): Add member bool reachable.
3232 (state_remove_unreachable_states): Prototype.
3233 * tests/conflicts.at (Unreachable States After Conflict Resolution):
3234 New test case.
3235 * tests/existing.at (GNU pic Grammar): Update test case output now that
3236 an unused rule is discovered.
3237
3238 2007-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
3239
3240 Minor code cleanup in parser table construction.
3241 * src/LR0.c (new_itemsets): Use item_number_is_symbol_number.
3242 (new_itemsets, save_reductions): Update for rename to nitemset.
3243 * src/closure.c (nritemset): Rename to...
3244 (nitemset): ... this since the "r" appears to meaningless and isn't
3245 used in the comments.
3246 (closure): Update for rename.
3247 * src/closure.h (nritemset): Update extern to...
3248 (nitemset): ... this.
3249 * src/lalr.c (LA): Fix a typo in comments.
3250 * src/print.c (print_core): Update for rename to nitemset.
3251 * src/print_graph.c (print_graph): Likewise.
3252 * src/state.h: Fix some typos in header comments.
3253
3254 2007-04-04 Paul Eggert <eggert@cs.ucla.edu>
3255
3256 * THANKS: Use ASCII for Sebastien Fricker's name. Bison source
3257 still sticks to ASCII. Sorry!
3258
3259 * README-hacking: New file, taken mostly from coreutils, with changes
3260 for Bison. Contains much of the contents of:
3261 * README-cvs: Remove.
3262 * bootstrap: Sync from gnulib.
3263 * build-aux/.cvsignore: Remove *.t, mkinstalldirs.
3264 * lib/.cvsignore: Add wchar.h, wctype.h. Remove exit.h.
3265
3266 2007-03-10 Joel E. Denny <jdenny@ces.clemson.edu>
3267
3268 * doc/bison.texinfo (Destructor Decl): Fix typo reported by Sebastian
3269 Setzer.
3270 (Java Differences): Fix some typos.
3271 * THANKS: Add Sebastian Setzer.
3272
3273 2007-03-07 Paolo Bonzini <bonzini@gnu.org>
3274
3275 * data/java.m4 (b4_single_class_if): Remove.
3276 (b4_abstract_if): Look at "%define abstract".
3277 (b4_lexer_if): New.
3278 (b4_union_name): Rename...
3279 (b4_yystype): ... to this. Map to "%define stype".
3280 (b4_rhs_value, b4_parse_param_decl, b4_lex_param_decl,
3281 b4_maybe_throws): Fix quoting.
3282 (b4_lex_param_call): Move below to keep b4_*_param_decl close.
3283 * data/lalr1.java (Lexer interface): Always define.
3284 (Lexer interface within parser class): Remove.
3285 (YYLexer class): New, used when "%code lexer" is present.
3286 (constructor): When "%code lexer" is used, pass %lex-param
3287 to the lexer constructor.
3288 (yylex, yyparse): Remove %lex-param from method invocations
3289 (YYStack, yyaction, yyparse): Rename b4_union_name to b4_yystype.
3290
3291 * doc/bison.texinfo (Java Bison Interface): Mention "%define
3292 abstract". Rename "%define union_name" to "%define stype".
3293 Rename method names according to previous patch.
3294 (Java Scanner Interface): Describe "%code lexer" instead of
3295 "%pure-parser" and "%define single_class".
3296 (Java Differences): Mention "%code lexer".
3297
3298 * tests/java.at (_AT_DATA_JAVA_CALC_Y): Remove final argument.
3299 Include scanner here, using macros from tests/local.at.
3300 (AT_DATA_CALC_Y): Remove final argument.
3301 (_AT_CHECK_JAVA_CALC): Likewise.
3302 (AT_CHECK_JAVA_CALC): Likewise. Test all four combinations
3303 of %locations and %error-verbose.
3304 (main): Test with and without %lex-param.
3305 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Push AT_LEXPARAM_IF.
3306 (AT_BISON_OPTION_POPDEFS): Pop it.
3307
3308 2007-03-07 Juan Manuel Guerrero <juan.guerrero@gmx.de>
3309
3310 DJGPP spefic issue. Inhibit the use of disallowed characters for
3311 file name genertion on Win98, WinXP, etc. These are |<>":?*\
3312 and concern testsuite case 46.
3313 * Makefile.am: djgpp/testsuite.sed added to EXTRA_DIST
3314 * djgpp/testsuite.sed: Inhibit the use of disallowed characters.
3315 * djgpp/config.bat: Inhibit the use of disallowed characters.
3316
3317 2007-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
3318
3319 Miscellaneous %define and %code cleanup.
3320 * data/bison.m4 (b4_percent_define_flag_if): Correct comments on how
3321 values are interpreted.
3322 * doc/bison.texinfo (Decl Summary): Clean up and extend %define
3323 documentation a little more.
3324 * src/muscle_tab.c (MUSCLE_USER_NAME_CONVERT,
3325 muscle_percent_define_insert, muscle_percent_code_grow): New
3326 functions/macros.
3327 * src/muscle_tab.h (muscle_percent_define_insert,
3328 muscle_percent_code_grow): Prototype.
3329 * src/parse-gram.y (prologue_declaration): Use
3330 muscle_percent_define_insert and muscle_percent_code_grow when parsing
3331 %define and %code directives.
3332
3333 Make it easy to share %define boolean variables between the front-end
3334 and back-end. Though not used yet, this will be useful in the future.
3335 * data/bison.m4 (b4_check_user_names): Rewrite comments to talk about
3336 Bison uses of names rather than just skeleton uses of names.
3337 (b4_percent_define_get, b4_percent_define_ifdef): Rename
3338 b4_percent_define_skeleton_variables(VARIABLE) to
3339 b4_percent_define_bison_variables(VARIABLE).
3340 (b4_percent_code_get, b4_percent_code_ifdef): Rename
3341 b4_percent_code_skeleton_qualifiers(QUALIFIER) to
3342 b4_percent_code_bison_qualifiers(QUALIFIER).
3343 (b4_check_user_names_wrap): Update for renames.
3344 * src/muscle_tab.c, src/muscle_tab.h (muscle_percent_define_flag_if,
3345 muscle_percent_define_default): New functions mimicking
3346 b4_percent_define_flag_if and b4_percent_define_default.
3347
3348 For %define variables, report locations for invalid values and
3349 redefinitions.
3350 * data/bison.m4 (b4_percent_define_flag_if): Read
3351 b4_percent_define_loc(VARIABLE) to report the location of an invalid
3352 value for VARIABLE.
3353 (b4_percent_define_default): Save a special location in
3354 b4_percent_define_loc(VARIABLE) in case the default value for VARIABLE
3355 must later be reported as invalid.
3356 * src/muscle_tab.c (muscle_location_grow, muscle_location_decode): New
3357 functions.
3358 (muscle_percent_define_insert): Record the location of VARIABLE in
3359 muscle percent_define_loc(VARIABLE), and use it to report the previous
3360 location for a redefinition.
3361 (muscle_percent_define_flag_if): Update like b4_percent_define_flag_if.
3362 (muscle_percent_define_default): Update like b4_percent_define_default.
3363 (muscle_grow_user_name_list): Rename to...
3364 (muscle_user_name_list_grow): ... this for consistency and use
3365 muscle_location_grow.
3366 * src/muscle_tab.h (muscle_location_grow): Prototype.
3367 * tests/input.at (%define errors): Update expected output.
3368 * tests/skeletons.at (%define boolean variables: invalid skeleton
3369 defaults): New test case.
3370
3371 2007-02-28 Joel E. Denny <jdenny@ces.clemson.edu>
3372
3373 * src/print.c (lookahead_set, state_default_rule): Remove.
3374 (print_reductions): Replace state_default_rule invocation with
3375 equivalent use of yydefact, which was computed in token_actions in
3376 tables.c.
3377 (print_results): Don't allocate lookahead_set.
3378
3379 2007-02-27 Paolo Bonzini <bonzini@gnu.org>
3380
3381 * data/lalr1.java: Prefix all private members with yy.
3382
3383 2007-02-24 Joel E. Denny <jdenny@ces.clemson.edu>
3384
3385 Use YYFPRINTF instead of fprintf where appropriate. Reported by
3386 Sebastien Fricker at
3387 <http://lists.gnu.org/archive/html/bug-bison/2007-02/msg00035.html>.
3388 * THANKS: Add Sebastien Fricker.
3389 * data/glr.c, data/push.c, data/yacc.c (yy_reduce_print): Implement.
3390 * doc/bison.texinfo (Tracing): Make it clearer that YYFPRINTF must
3391 accept a variable number of arguments.
3392
3393 2007-02-19 Joel E. Denny <jdenny@ces.clemson.edu>
3394
3395 * bootstrap: Remove occurrences of .#bootmp from lib/Makefile.
3396
3397 2007-02-13 Juan Manuel Guerrero <juan.guerrero@gmx.de>
3398
3399 * djgpp/config.bat: Adjustments concerning the use of autoconf 2.61.
3400 * djgpp/config.sed: Adjustments concerning the use of autoconf 2.61.
3401 * djgpp/config.site: Adjustments concerning the use of autoconf 2.61.
3402
3403 2007-02-11 Paul Eggert <eggert@cs.ucla.edu>
3404
3405 Undo my 2007-02-07 change, switching back to the c-strcase module
3406 introduced in the 2007-02-03 change. Bruno Haible reported that
3407 the 2007-02-07 change would be dangerous in Turkish if we add a
3408 language whose name contains "i", since "i" is not lowercase "I"
3409 in Turkish.
3410 * bootstrap.conf (gnulib_modules): Add c-strcase. Remove strcase.
3411 * lib/.cvsignore: Add c-ctype.c, c-ctype.h, c-strcase.h,
3412 c-strcasecomp.c, c-strncasecmp.c. Remove strcasecmp.c, strncasecmp.c.
3413 * m4/.cvsignore: Remove strcase.m4.
3414 * src/getargs.c: Revert 2007-02-07 change, as follows.
3415 Include c-strcase.h.
3416 (language_argmatch): Use c_strcasecmp rather than strcasecmp.
3417
3418 2007-02-11 Bruno Haible <bruno@clisp.org>
3419
3420 Enable the Java related testsuite tests when the only Java compiler
3421 found is a gcj < 4.3. Discussed at
3422 <http://lists.gnu.org/archive/html/bug-bison/2007-02/msg00016.html>.
3423 * configure.ac (gt_JAVACOMP): Don't specify a target_version.
3424
3425 2007-02-11 Joel E. Denny <jdenny@ces.clemson.edu>
3426
3427 * data/Makefile.am: Update copyright date.
3428 * data/push.c (yypull_parse): Report memory exhaustion and return 2 if
3429 yypstate_new returns NULL.
3430 (yypstate_new): Return NULL if malloc does.
3431 * src/reader.c (packgram): Move translation of rule actions from the
3432 beginning of packgram to...
3433 (check_and_convert_grammar): ... here right before packgram is invoked
3434 so it's easier to write more complete comments, and remove redundant
3435 code.
3436
3437 2007-02-10 Joel E. Denny <jdenny@ces.clemson.edu>
3438
3439 As in semantic actions, make @$ in %initial-action, %destructor, and
3440 %printer imply %locations.
3441 * src/scan-code.l (SC_SYMBOL_ACTION): Set locations_flag = true when
3442 scanning @$.
3443 * tests/actions.at (AT_CHECK_ACTION_LOCATIONS): New macro supporting...
3444 (@$ in %initial-action implies %locations,
3445 @$ in %destructor implies %locations,
3446 @$ in %printer implies %locations): ... these new test cases.
3447
3448 2007-02-07 Paul Eggert <eggert@cs.ucla.edu>
3449
3450 Undo most of the 2007-02-03 change, switching to the strcase module
3451 now that gnulib strcase has been fixed.
3452 * bootstrap.conf (gnulib_modules): Remove c-strcase. Add strcase.
3453 * lib/.cvsignore: Remove c-ctype.c, c-ctype.h, c-strcase.h,
3454 c-strcasecomp.c, c-strncasecmp.c. Add strcasecmp.c, strncasecmp.c
3455 * m4/.cvsignore: Add strcase.m4.
3456 * src/getargs.c: Revert 2007-02-03 change, as follows.
3457 Don't include c-strcase.h.
3458 (language_argmatch): Use strcasecmp rather than c_strcasecmp.
3459 strcasecmp has "unspecified behavior" outside the POSIX locale,
3460 but it works fine in practice if at least one argument is ASCII,
3461 as is the case in Bison.
3462
3463 2007-02-07 Paolo Bonzini <bonzini@gnu.org>
3464
3465 * tests/java.at: Skip tests if only one of javac/java is present.
3466 Reported by Joel E. Denny.
3467 * tests/atlocal.in: Adjust copyright years.
3468
3469 2007-02-05 Paolo Bonzini <bonzini@gnu.org>
3470
3471 * data/lalr1.java (Stack): Work around old verifiers that disallow
3472 access to the private fields of an inner class, from the outer class.
3473 We can make Stack's fields public because user code doesn't have access
3474 to the instance of Stack used by parse(). Reported by Paul Eggert.
3475
3476 2007-02-03 Paul Eggert <eggert@cs.ucla.edu>
3477
3478 * .cvsignore: Add javacomp.sh, javaexec.sh. Is this really
3479 the right spot for these files?
3480 * bootstrap.conf (gnulib_modules): Add c-strcase.
3481 * lib/.cvsignore: Add c-ctype.c c-ctype.h, c-strcasecomp.c,
3482 c-strncasecmp.c.
3483 * src/getargs.c: Include c-strcase.h.
3484 (language_argmatch): Use c_strcasecmp rather than strcasecmp,
3485 to avoid unspecified behavior.
3486
3487 2007-02-01 Joel E. Denny <jdenny@ces.clemson.edu>
3488
3489 * doc/bison.texinfo (Decl Summary): Correct typo.
3490
3491 2007-01-30 Paolo Bonzini <bonzini@gnu.org>
3492
3493 * data/bison.m4 (b4_percent_define_flag_if): Don't treat 0 as false.
3494 Complain if the value does not match empty, "true" or "false".
3495 * data/c++.m4: Adjust default definitions of %define variables.
3496 * data/java.m4: Adjust default definitions of %define variables.
3497 * doc/bison.texinfo (Decl Summary): Adjust the %define entry according
3498 to above behavior.
3499 * tests/input.at (Boolean %define variables): Test new behavior.
3500
3501 2007-01-29 Paolo Bonzini <bonzini@gnu.org>
3502
3503 * NEWS: Mention java.
3504 * TODO: Remove things that are done.
3505 * bootstrap.conf: Add javacomp-script and javaexec-script.
3506 * configure.ac: Invoke gt_JAVACOMP and gt_JAVAEXEC.
3507
3508 * data/Makefile.am: Add new files.
3509 * data/java-skel.m4: New.
3510 * data/java.m4: New.
3511 * data/lalr1.java: New.
3512
3513 * doc/bison.texinfo: Put "A Complete C++ Example" under
3514 C++ Parsers. Add Java Parsers. Put C++ Parsers and Java Parsers
3515 under Other Languages.
3516
3517 * src/getargs.c (valid_languages): Add Java.
3518 * src/getargs.h (struct bison_language): Update size of string fields.
3519
3520 * tests/Makefile.am: Add java.at.
3521 * tests/atlocal.in: Add CONF_JAVA and CONF_JAVAC.
3522 * tests/java.at: New.
3523 * tests/testsuite.at: Include it.
3524
3525 2007-01-28 Joel E. Denny <jdenny@ces.clemson.edu>
3526
3527 Clean up.
3528 * src/scan-skel.l (at_directive_perform): Add at_directive_argc and
3529 at_directive_argv arguments so these no longer have to be global
3530 variables. Also, update the implementation for the following changes.
3531 (fail_for_at_directive_too_many_args,
3532 fail_for_at_directive_too_few_args): Add at_directive_name argument.
3533 (at_directive_name): Remove as at_directive_argv[0] will be used for
3534 this now.
3535 (AT_DIRECTIVE_ARGC_MAX): Increment to make space in at_directive_argv
3536 for the directive name.
3537 (at_directive_argc, at_directive_argv): Make these local within
3538 skel_lex instead of global.
3539 (INITIAL): Update directive start action for above changes.
3540 (SC_AT_DIRECTIVE_ARG): Rename to...
3541 (SC_AT_DIRECTIVE_ARGS): ... this, and update for above changes.
3542 (SC_AT_DIRECTIVE_SKIP_WS): Update.
3543 (scan_skel): Move yylex_destroy to...
3544 (skel_scanner_free): ... here.
3545 * tests/skeletons.at (installed skeleton file name): Rename to...
3546 (installed skeleton file names): ... this.
3547
3548 2007-01-27 Joel E. Denny <jdenny@ces.clemson.edu>
3549
3550 * ChangeLog: For changes in doc/bison.texinfo, consistently reference
3551 node names: say "Table of Symbols" not "Bison Symbols", and say "Decl
3552 Summary" not "Directives".
3553 * doc/bison.texinfo (Decl Summary, Calc++ Parser): Cross-reference the
3554 %code entry in "Decl Summary" rather than the one in "Table of Symbols"
3555 since the former is now the more complete one.
3556 (Prologue Alternatives): Likewise and do the same for %defines.
3557 (Table of Symbols): Add summary of %code, add summary of %define, and
3558 move full %code documentation to...
3559 (Decl Summary): ... here for consistency with other entries in these
3560 sections.
3561 Move %define entry in order to keep this list alphabetized.
3562 Reword %define entry a little to put less emphasis on the skeleton
3563 concept, which most users shouldn't have to think about.
3564
3565 2007-01-26 Paul Eggert <eggert@cs.ucla.edu>
3566
3567 Adjust to recent gnulib changes.
3568 * lib/.cvsignore: Remove stpcpy.h, strndup.h, strnlen.h.
3569 Add string.h, string_.h, unistd_.h, wchar_.h.
3570 * m4/.cvsignore: Add gnulib-common.m4, string_h.m4, wchar.m4.
3571 * src/system.h: Don't include <stpcpy.h>; this is now done by
3572 <string.h>.
3573
3574 2007-01-23 Paolo Bonzini <bonzini@gnu.org>
3575
3576 Simplify implementation of unqualified %code, implement macros for
3577 uniform treatment of boolean %define flags. Document %define.
3578 * data/bison.m4 (b4_percent_define_ifdef, b4_percent_define_flag_if,
3579 b4_percent_code_ifdef): New.
3580 (b4_percent_code_get): Map unqualified %code to b4_percent_code().
3581 * data/c++.m4: Define default value for global_tokens_and_yystype.
3582 * data/glr.cc: Likewise.
3583 * data/location.cc: Use b4_percent_define_flag_if.
3584
3585 * doc/bison.texinfo (Decl Summary): Document %define.
3586
3587 * src/parse-gram.y (Unqualified %code): Change muscle name to
3588 b4_percent_code().
3589 (content.opt): Default to empty.
3590
3591 2007-01-17 Joel E. Denny <jdenny@ces.clemson.edu>
3592
3593 Implement support for relative and absolute skeleton file names.
3594 Discussed starting at
3595 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00071.html>.
3596 * doc/bison.texinfo (Decl Summary): Document in %skeleton entry.
3597 (Bison Options): Document in --skeleton entry.
3598 * src/output.c (output_skeleton): Use strncpy rather than strcpy since
3599 full_skeleton can't necessarily hold all of pkgdatadir.
3600 If the specified skeleton file name contains a `/', don't prepend
3601 pkgdatadir.
3602 * src/parse-gram.y (prologue_declaration): If the specified skeleton
3603 file name contains a `/', prepend the grammar file directory.
3604 * tests/Makefile.am (TESTSUITE_AT): Add skeletons.at.
3605 * skeletons.at: New file.
3606 (relative skeleton file names): New test case.
3607 (installed skeleton file names): New test case.
3608 * tests/testsuite.at: Include skeletons.at.
3609
3610 * bootstrap: Update copyright to 2007.
3611
3612 2007-01-17 Paolo Bonzini <bonzini@gnu.org>
3613
3614 * bootstrap: Remove occurrences of .#bootmp from the files.
3615
3616 2007-01-17 Akim Demaille <akim@epita.fr>
3617
3618 * doc/bison.texinfo (Calc++ Parser): Don't try to alias
3619 nonterminals.
3620 Use per-type %printer.
3621
3622 2007-01-17 Joel E. Denny <jdenny@ces.clemson.edu>
3623
3624 * NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4,
3625 data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
3626 djgpp/config.site, src/files.c, src/files.h, src/main.c,
3627 src/muscle_tab.c, src/muscle_tab.h, src/parse-gram.y, src/reader.h,
3628 src/scan-skel.h, src/scan-skel.l, tests/actions.at, tests/calc.at,
3629 tests/glr-regression.at, tests/input.at, tests/local.at,
3630 tests/output.at, tests/torture.at: Update copyright to 2007.
3631
3632 2007-01-16 Akim Demaille <akim@epita.fr>
3633
3634 * doc/bison.texinfo (Calc++ Parsing Driver): Let "parse" return an
3635 error code.
3636 (Calc++ Scanner): Exit with failure if we can't open the input
3637 file.
3638 Accept "-" standing for stdin.
3639 (Calc++ Top Level): Print the result only if the parsing was
3640 successful.
3641
3642 2007-01-16 Akim Demaille <akim@epita.fr>
3643
3644 * data/lalr1.cc (yy_reduce_print_): Add a missing end-of-line.
3645
3646 2007-01-15 Paolo Bonzini <bonzini@gnu.org>
3647 and Joel E. Denny <jdenny@ces.clemson.edu>
3648
3649 Clean up %define and %code implementation in M4 some. Most
3650 importantly, rename all related macros to be in the b4_percent_define
3651 and b4_percent_code namespaces. Also, complete support for `.' in
3652 %define variable names and %code qualifiers.
3653 * data/bison.m4 (b4_check_user_names): Check for special
3654 "SKELETON-NAMESPACE(name)" macros instead of using two nested
3655 m4_foreach loops.
3656 (b4_get_percent_define, b4_get_percent_code): Rename to...
3657 (b4_percent_define_get, b4_percent_code_get): ... these.
3658 Extend documentation with examples.
3659 For SKELETON-NAMESPACE (as documented for b4_check_user_names), use
3660 b4_percent_define_skeleton_variables and
3661 b4_percent_code_skeleton_qualifiers.
3662 Expect any value for the %define variable `foo' to be stored in the
3663 macro named `b4_percent_define(foo)'; expect any %code blocks for the
3664 qualifier `foo' to be stored in a macro named `b4_percent_code(foo)';
3665 expect any unqualified %code blocks to be stored in a macro named
3666 `b4_percent_code_unqualified'.
3667 Use m4_indir so that %define variable names and %code qualifiers can
3668 contain `.', which is allowed by the grammar parser.
3669 (b4_percent_define_default): New macro to set a default value for a
3670 %define variable.
3671 (m4_wrap): Update wrapped code, and fix some underquoting.
3672 (b4_check_user_names_wrap): Update and define outside the m4_wrap.
3673 Expect grammar uses of %define variables and %code qualifiers to be
3674 defined in b4_percent_define_user_variables and
3675 b4_percent_code_user_qualifiers.
3676 * data/c++.m4: Use b4_percent_define_default rather than
3677 m4_define_default. Fix some underquoting. Skeleton usage of %define
3678 variable define_location_comparison now implies skeleton usage of
3679 %define variable filename_type.
3680 * data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
3681 data/push.c, data/yacc.c: Update macro names.
3682 * src/parse-gram.y (prologue_declaration, grammar_declaration): Update
3683 muscle names.
3684
3685 2007-01-14 Juan Manuel Guerrero <juan.guerrero@gmx.de>
3686
3687 DJGPP specific issues.
3688
3689 * djgpp/config.site: Set ac_cv_path_mkdir to a sane DJGPP specific
3690 default. Set gl_cv_absolute_wctype_h to a sane DJGPP specific default.
3691
3692 2007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
3693
3694 * tests/glr-regression.at: Use AT_PARSER_CHECK rather than AT_CHECK to
3695 run parsers in all tests so that Valgrind is invoked during
3696 maintainer-check-valgrind.
3697 (Duplicate representation of merged trees): Free all semantic values.
3698 (Duplicated user destructor for lookahead): Likewise.
3699
3700 2007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
3701
3702 * tests/local.at (AT_PARSER_CHECK): Add a PRE argument to specify a
3703 command-line prefix.
3704 * tests/torture.at (Exploding the Stack Size with Alloca): Stderr is
3705 ignored, so use that PRE to set --log-fd=1 in VALGRIND_OPTS so we don't
3706 miss Valgrind messages.
3707 (Exploding the Stack Size with Malloc): Likewise.
3708
3709 2007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
3710
3711 Ignore YYSTACK_USE_ALLOCA for push parsers since the stacks can't be
3712 locals. Reported by Juan Manuel Guerrero at
3713 <http://lists.gnu.org/archive/html/bug-bison/2007-01/msg00000.html>.
3714 * data/push.c: Enclose the #ifdef YYSTACK_USE_ALLOCA in b4_push_if.
3715 Fix some indentation also.
3716 * tests/torture.at (Exploding the Stack Size with Alloca): Add comment
3717 explaining this issue.
3718
3719 2007-01-09 Paolo Bonzini <bonzini@gnu.org>
3720 and Joel E. Denny <jdenny@ces.clemson.edu>
3721
3722 Simplify union and prologue handling, and escape union and lex/parse
3723 params with digraphs.
3724 * data/bison.m4 (b4_pre_prologue, b4_post_prologue): Set their default
3725 values to the empty string since these are no longer guaranteed
3726 initialized by the front-end.
3727 * data/glr.c, data/glr.cc, data/lalr1.cc, data/push.c, data/yacc.c: Add
3728 braces around b4_user_stype since this is no longer done by the
3729 front-end.
3730 * src/files.c, src/files.h (pre_prologue_obstack,
3731 post_prologue_obstack): Remove.
3732 * src/muscle_tab.c (muscle_pair_list_grow): Don't duplicate header
3733 comments here. Use MUSCLE_OBSTACK_SGROW so that values are escaped
3734 with digraphs. This fixes lex params and parse params.
3735 * src/muscle_tab.h (muscle_pair_list_grow): Update comments.
3736 * src/output.c (prepare): Remove muscle insertion of the prologues.
3737 (output): Remove freeing of pre_prologue_obstack and
3738 post_prologue_obstack.
3739 * src/parse-gram.y (prologue_declaration): Use muscle_code_grow rather
3740 than prologue_augment for prologue parsing so you don't need prologue
3741 obstacks.
3742 (grammar_declaration): For %union RHS, use `braceless' instead of
3743 "{...}" so that braces are already stripped and code is escaped with
3744 digraphs.
3745 * src/reader.c (prologue_augment): Remove.
3746 (reader): Remove initialization of pre_prologue_obstack and
3747 post_prologue_obstack.
3748 * src/reader.h (prologue_augment): Remove.
3749
3750 * data/c.m4: Remove stray parenthesis.
3751
3752 2007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
3753
3754 Remove quotes from variables names in %define directives and from
3755 qualifiers in %code directives, and restrict the characters that are
3756 allowed in them to M4-friendly ones. For %define, continue to support
3757 the quoted form as a deprecated feature. Discussed starting at
3758 <http://lists.gnu.org/archive/html/bison-patches/2007-01/msg00023.html>.
3759 * NEWS (2.3a+): Add entry for the change to %define. Update entry for
3760 %code.
3761 * doc/bison.texinfo (Prologue Alternatives): Update.
3762 (Decl Summary): In %defines entry, update mention of `%code requires'
3763 and `%code provides'.
3764 (C++ Location Values): Update %define uses.
3765 (Calc++ Parser Interface): Likewise.
3766 (Calc++ Parser): Likewise, and update `%code requires' uses.
3767 (Table of Symbols): Update %code documentation.
3768 * src/parse-gram.y (prologue_declaration): For %define variables, use
3769 `variable' instead of `STRING'.
3770 (grammar_declaration): For %code qualifiers, use `ID' instead of
3771 `STRING'.
3772 (variable): New nonterminal that takes an `ID' or a `STRING'.
3773 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Update %code
3774 and %define uses.
3775 * tests/calc.at (_AT_DATA_CALC_Y): Update %define use.
3776 * tests/input.at (Reject unused %code qualifiers): Update %code uses.
3777 (%define errors): Update %define uses.
3778
3779 2007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
3780
3781 * src/parse-gram.y (prologue_declaration): Use MUSCLE_INSERT_STRING
3782 instead of muscle_insert for %define values so that M4-special
3783 characters are replaced with digraphs.
3784 * tests/input.at (%define errors): Extend to check weird values.
3785
3786 2007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
3787
3788 Instead of having skeletons declare all valid %define variables and
3789 %code qualifiers, provide macros that retrieve the associated values
3790 and build these lists automatically. Thus Bison will now warn when a
3791 variable or qualifier is not used by the skeleton in the current
3792 invocation regardless of whether it might sometimes be used by that
3793 skeleton in other invocations. Also, move all %define value macros to
3794 the b4_percent_define_ namespace, and remove the %define "NAME" {CODE}
3795 form, which is replaced by %code.
3796 * data/bison.m4 (b4_check_for_unrecognized_names): Rename to...
3797 (b4_check_user_names): ... this, and change the series of valid name
3798 arguments to a single list argument for names used in the skeleton
3799 similar to the existing list argument for names used in the grammar.
3800 Warn instead of complaining.
3801 (b4_get_percent_define, b4_get_percent_code): New to retrieve %define
3802 values and %code code, to format %code code properly, and to build
3803 lists of all %define variables and %code qualifiers used in the
3804 skeleton: b4_skeleton_percent_define_variables and
3805 b4_skeleton_percent_code_qualifiers.
3806 (b4_check_percent_define_variables, b4_check_percent_code_qualifiers):
3807 Remove, and...
3808 (m4_wrap): ... m4_wrap b4_check_user_names invocations instead so that
3809 the skeleton names lists can finish building first. In place of
3810 b4_used_percent_define_variables and b4_used_percent_code_qualifiers,
3811 expect the lists b4_user_percent_define_variables and
3812 b4_user_percent_code_qualifiers.
3813 * data/c++.m4: Where setting default values for b4_parser_class_name,
3814 b4_location_type, b4_filename_type, b4_namespace, and
3815 b4_define_location_comparison, update their names to the
3816 b4_percent_define_ namespace.
3817 * data/glr.c: Don't use b4_check_percent_define_variables and
3818 b4_check_percent_code_qualifiers. Use b4_get_percent_code.
3819 * data/glr.cc, data/lalr1.cc: Likewise, and use b4_get_percent_define.
3820 (b4_parser_class_name, b4_namespace): Define these using
3821 b4_get_percent_define for parser_class_name and namespace.
3822 * data/location.cc: Use b4_get_percent_define.
3823 * data/push.c: Don't use b4_check_percent_define_variables and
3824 b4_check_percent_code_qualifiers. Use b4_get_percent_code.
3825 * data/yacc.c: Likewise, and don't call m4_exit in
3826 b4_use_push_for_pull_if or m4_wrap code will never execute.
3827 * src/muscle_tab.c, src/muscle_tab.h (muscle_grow_used_name_list):
3828 Rename to...
3829 (muscle_grow_user_name_list): ... this for consistency with the
3830 terminology used in bison.m4.
3831 * src/parse-gram.y (prologue_declaration): Prepend "percent_define_" to
3832 %define variable names, and rename muscle used_percent_define_variables
3833 to user_percent_define_variables.
3834 (grammar_declaration): Rename muscle used_percent_code_qualifiers to
3835 user_percent_code_qualifiers.
3836 (content): Remove.
3837 (content.opt): Replace content RHS with STRING RHS so %define "NAME"
3838 {CODE} form is no longer accepted.
3839 * tests/input.at (Reject bad %code qualifiers): Rename to...
3840 (Reject unused %code qualifiers): ... this, and update test output.
3841 (%define error): Update test output.
3842
3843 2007-01-07 Joel E. Denny <jdenny@ces.clemson.edu>
3844
3845 Check for unrecognized %define variables similar to checking for
3846 unrecognized %code qualifiers. Check for redefined %define variables.
3847 * data/bison.m4 (b4_check_for_unrecognized_names): New macro that
3848 generalizes...
3849 (b4_check_percent_code_qualifiers): ... this, which now wraps it.
3850 (b4_check_percent_define_variables): New, also wraps it.
3851 * data/glr.c: Unless glr.cc is wrapping glr.c, declare no valid %define
3852 variables using b4_check_percent_define_variables.
3853 * data/glr.cc, data/lalr1.cc: Declare the valid %define variables as
3854 all those exercised in the test suite and all those listed in the
3855 `Default values' section of c++.m4. Are there others?
3856 * data/push.c, data/yacc.c: Declare no valid %define variables.
3857 * src/muscle_tab.c, src/muscle_tab.h (muscle_find_const): New function,
3858 similar to muscle_find, but it works even when the muscle stores a
3859 const value.
3860 (muscle_grow_used_name_list): New function for constructing the used
3861 name list muscles that b4_check_for_unrecognized_names requires.
3862 * src/parse-gram.y (prologue_declaration): Warn if a variable is
3863 %define'd more than once. Define the b4_used_percent_define_variables
3864 muscle with muscle_grow_used_name_list.
3865 (grammar_declaration): Abbreviate %code code with
3866 muscle_grow_used_name_list.
3867 * tests/input.at (%define errors): New.
3868
3869 2007-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
3870
3871 Provide warn_at, complain_at, and fatal_at function callbacks to the
3872 skeletons, and use this for %code qualifier complaints.
3873 * data/bison.m4 (b4_error_at): New, invoked by...
3874 (b4_warn_at, b4_complain_at, b4_fatal_at): ... these new macros to wrap
3875 the skeleton scanner's new @warn_at(...@), @complain_at(...@), and
3876 @fatal_at(...@) directives.
3877 (b4_check_percent_code_qualifiers): Rewrite to expect locations for
3878 qualifiers in b4_used_percent_code_qualifiers and to use
3879 b4_complain_at.
3880 * src/location.c, src/location.h (boundary_set_from_string): New global
3881 function.
3882 * src/muscle_tab.c, src/muscle_tab.h (muscle_boundary_grow): New global
3883 function.
3884 * src/parse-gram.y (grammar_declaration): Add locations for qualifiers
3885 to b4_used_percent_code_qualifiers.
3886 * src/scan-skel.l (fail_for_at_directive_too_few_args): New static
3887 function.
3888 (AT_DIRECTIVE_ARGC_MAX): Increase for boundary arguments.
3889 (lineno): Rename to...
3890 (out_lineno): ... this so I don't misunderstand it again.
3891 (SC_AT_DIRECTIVE_SKIP_WS): Don't increment out_lineno for newlines
3892 here; these newlines are in the input but not the output file.
3893 (SC_AT_DIRECTIVE_ARG): Likewise. Extract directive execution to...
3894 (at_directive_perform): ... this new static function, and add handling
3895 of new @warn_at(...@), @complain_at(...@), and @fatal_at(...@)
3896 directives.
3897 * tests/input.at (Reject bad %code qualifiers): Update test output with
3898 locations and extend.
3899
3900 * tests/output.at (Output file name: [, Output file name: ]): Remove
3901 bogus comment about these tests failing.
3902
3903 2007-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
3904
3905 Clean up b4_check_percent_code_qualifiers a little.
3906 * data/bison.m4 (b4_check_percent_code_qualifiers): Expect qualifiers
3907 in b4_used_percent_code_qualifiers to be double-M4-quoted. Rewrite
3908 documentation and add examples.
3909 * src/parse-gram.y (grammar_declaration): Double-M4-quote those
3910 qualifiers here.
3911
3912 2007-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
3913
3914 Don't use m4_divert since it makes m4_divert_push and m4_divert_pop
3915 unreliable -- especially when they're hidden inside another macro.
3916 * data/bison.m4, data/c++-skel.m4, data/c++.m4, data/c-skel.m4,
3917 data/c.m4: Remove m4_divert(-1).
3918 * data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
3919 data/push.c, data/yacc.c: Likewise, and replace m4_divert(0) with
3920 m4_divert_push(0) and m4_divert_pop(0).
3921 * src/output.c (output_skeleton): Don't add an m4_divert_push(0) and
3922 an m4_wrap([m4_divert_pop(0)]) to the M4. Diversion -1, which is
3923 pushed and popped by m4sugar, should be first on the stack.
3924
3925 Provide warn, complain, and fatal function callbacks to the skeletons.
3926 This provides more flexibility than m4_fatal, improves the error
3927 message format, and captures messages for translation. Discussed
3928 starting at
3929 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00063.html>.
3930 * data/bison.m4 (b4_error): New, invoked by...
3931 (b4_warn, b4_complain, b4_fatal): ... these new macros to wrap the
3932 skeleton scanner's new @warn(...@), @complain(...@), and @fatal(...@)
3933 directives. Because these M4 macros might be called when the current
3934 diversion is -1 or 0, m4_divert_push and m4_divert_pop is used; thus
3935 the previous removal of uses of m4_divert, which caused trouble.
3936 (b4_check_percent_code_qualifiers): Use b4_complain instead of
3937 m4_fatal to report unrecognized %code qualifiers.
3938 * data/c++-skel.m4: Use b4_complain instead of m4_fatal to report C++
3939 push parser requests.
3940 * data/glr.c: Use b4_complain instead of m4_fatal to report
3941 non-deterministic push parser requests.
3942 Update @output usage to @output(...@) form.
3943 * data/glr.cc, data/lalr1.cc: Use b4_fatal instead of m4_fatal to
3944 report missing %defines. Update @output usage to @output(...@) form.
3945 * data/location.cc, data/push.c, data/yacc.c: Update @output usage to
3946 @output(...@) form.
3947 * src/main.c (main): Invoke skel_scanner_free.
3948 * src/scan-skel.h (skel_scanner_free): Prototype new function.
3949 * src/scan-skel.l (FLEX_NO_OBSTACK): Don't define; we now need the
3950 obstack_for_string from flex-scanner.h.
3951 (YY_DECL): Use to declare skel_lex static.
3952 (decode_at_digraphs): Remove; now handled in the new
3953 SC_AT_DIRECTIVE_ARG start condition.
3954 (fail_for_at_directive_too_many_args, fail_for_invalid_at): New static
3955 functions.
3956 (at_directive_name, AT_DIRECTIVE_ARGC_MAX, at_directive_argc,
3957 at_directive_argv): New static globals.
3958 (INITIAL): Use fail_for_invalid_at.
3959 Don't parse `@output file_name\n' or `@basename(...@)'. Instead,
3960 recognize the start of a generalized `@directive(...@)' form and
3961 start...
3962 (SC_AT_DIRECTIVE_ARG): ... this new start condition to parse the
3963 directive args (using the new obstack_for_string), to decode the
3964 contained @ diagraphs, and to perform the directive. It recognizes
3965 @basename(...@), @warn(...@), @complain(...@), @fatal(...@), and
3966 @output(...@).
3967 (SC_AT_DIRECTIVE_SKIP_WS): New start condition started by
3968 SC_AT_DIRECTIVE_ARG to skip whitespace after the argument delimiter,
3969 `@,'.
3970 (scan_skel): Initialize obstack_for_string on the first call.
3971 (skel_scanner_free): New function to free obstack_for_string.
3972 * tests/input.at (Reject bad %code qualifiers): Update test output.
3973
3974 2007-01-04 Joel E. Denny <jdenny@ces.clemson.edu>
3975
3976 Consolidate the 4 prologue alternative directives (%code, %requires,
3977 %provides, and %code-top) into a single %code directive with an
3978 optional qualifier field. Discussed at
3979 <http://lists.gnu.org/archive/html/bison-patches/2007-01/msg00012.html>.
3980 * NEWS (2.3a+): Rewrite the existing entry for the prologue
3981 alternatives.
3982 * doc/bison.texinfo (Prologue Alternatives): Update.
3983 (Decl Summary): Update to %code "requires" and %code "provides".
3984 (Calc++ Parser): Update to %code "requires".
3985 (Table of Symbols): Remove entries for %requires, %provides, and
3986 %code-top. Rewrite %code entry, and add a %code "QUALIFIER" entry.
3987 * data/bison.m4 (b4_user_provides, b4_user_requires): Remove as these
3988 are replaced by b4_percent_code_provides and b4_percent_code_requires,
3989 which are skeleton-specific.
3990 (b4_check_percent_code_qualifiers): New. A skeleton can use this to
3991 declare what %code qualifiers it supports and to complain if any other
3992 qualifiers were used in the grammar.
3993 * data/glr.cc: Update to use b4_user_code([b4_percent_code_requires])
3994 and b4_user_code([b4_percent_code_provides]) in place of
3995 b4_user_requires and b4_user_provides.
3996 * data/glr.c, data/lalr1.cc, data/push.c, data/yacc.c: Likewise.
3997 Add b4_user_code([b4_percent_code_top]) and
3998 b4_user_code([b4_percent_code]).
3999 Invoke b4_check_percent_code_qualifiers.
4000 * src/parse-gram.y (PERCENT_CODE_TOP, PERCENT_PROVIDES,
4001 PERCENT_REQUIRES): Remove.
4002 (grammar_declaration): Remove RHS's for %code-top, %provides, and
4003 %requires. Rewrite the %code RHS as the unqualified form defining the
4004 muscle b4_percent_code. Add another RHS for the qualified %code form,
4005 which defines muscles of the form b4_percent_code_QUALIFIER and the
4006 b4_used_percent_code_qualifiers muscle.
4007 * src/scan-gram.l (PERCENT_CODE_TOP, PERCENT_PROVIDES,
4008 PERCENT_REQUIRES): Remove.
4009 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Update to use
4010 %code "requires" and %code "provides".
4011 * tests/input.at (Reject bad %code qualifiers): New.
4012
4013 2007-01-03 Joel E. Denny <jdenny@ces.clemson.edu>
4014
4015 Use the new code_props interface for destructors and printers.
4016 * src/symtab.h (symbol, semantic_type): Remove destructor_location and
4017 printer_location members, and change the type of the destructor and
4018 printer members to code_props.
4019 (symbol_destructor_set, symbol_destructor_get, symbol_printer_set,
4020 symbol_printer_get, semantic_type_destructor_set,
4021 semantic_type_printer_set, default_tagged_destructor_set,
4022 default_tagless_destructor_set, default_tagged_printer_set,
4023 default_tagless_printer_set): Use code_props in arguments and return
4024 types in place of char const * and location.
4025 (symbol_destructor_location_get, symbol_printer_location_get): Remove
4026 since the locations are now contained in the return of
4027 symbol_destructor_get and symbol_printer_get.
4028 * src/output.c (symbol_destructors_output, symbol_printers_output):
4029 Replace with...
4030 (symbol_code_props_output): ... this to eliminate duplicate code.
4031 (output_skeleton): Update to use symbol_code_props_output.
4032 * src/reader.c (symbol_should_be_used): Update use of
4033 symbol_destructor_get.
4034 * src/symlist.c (symbol_list_destructor_set, symbol_list_printer_set):
4035 Update uses of the various _destructor_set and _printer_set functions.
4036 * src/symtab.c: (default_tagged_destructor_location,
4037 default_tagless_destructor_location, default_tagged_printer_location,
4038 default_tagless_printer_location): Remove since we...
4039 (default_tagged_destructor, default_tagless_destructor,
4040 default_tagged_printer, default_tagless_printer): ... change the type
4041 of these to code_props.
4042 (symbol_new, semantic_type_new, symbol_destructor_set,
4043 semantic_type_destructor_set, symbol_destructor_get,
4044 symbol_printer_set, semantic_type_printer_set, symbol_printer_get,
4045 symbol_check_alias_consistency, default_tagged_destructor_set,
4046 default_tagless_destructor_set, default_tagged_printer_set,
4047 default_tagless_printer_set): Update.
4048 (symbol_destructor_location_get, symbol_printer_location_get): Remove.
4049 (SYMBOL_CODE_PRINT): New similar to SYMBOL_ATTR_PRINT but for
4050 code_props members.
4051 (symbol_print): Use SYMBOL_CODE_PRINT.
4052
4053 2007-01-03 Joel E. Denny <jdenny@ces.clemson.edu>
4054
4055 Use the new code_props interface for rule actions.
4056 * src/symlist.h (symbol_list): Replace action, action_location, and
4057 used members with a code_props action_props member.
4058 * src/reader.c (symbol_should_be_used, grammar_rule_check,
4059 grammar_midrule_action, grammar_current_rule_merge_set,
4060 grammar_current_rule_symbol_append, packgram): Update.
4061 * src/scan-code.h (translate_rule_action): Remove, no longer used.
4062 * src/scan-code.l (handle_action_dollar): Update.
4063 (translate_rule_action): Remove, no longer used.
4064 * src/symlist.c (symbol_list_sym_new, symbol_list_syms_print): Update.
4065
4066 2007-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
4067
4068 Use the new code_props interface in parse-gram.y.
4069 * src/parse-gram.y (prologue_declaration, braceless, epilogue.opt):
4070 Update all uses of translate_* functions to use the new code_props
4071 interface and to use gram_scanner_last_string_free and
4072 code_scanner_last_string_free where possible.
4073 (grammar_declaration): symbol_list_destructor_set and
4074 symbol_list_printer_set now perform the translation, so don't do it
4075 here. Use gram_scanner_last_string_free where possible.
4076 * src/scan-code.h, src/scan-code.l (translate_symbol_action,
4077 translate_code): Remove, no longer used.
4078 * src/symlist.h, src/symlist.c (symbol_list_destructor_set,
4079 symbol_list_printer_set): Perform code translation here rather than
4080 depending on the caller to do so.
4081
4082 * src/symlist.h (struct symbol_list): Correct some documentation typos.
4083 * src/scan-gram.h (gram_last_string): Remove declaration.
4084 * src/scan-gram.l (last_string): Declare it static.
4085
4086 2007-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
4087
4088 Encapsulate code properties and related functionality for the various
4089 destructors, printers, and actions into a code_props structure and
4090 interface. This patch merely implements code_props in scan-code.h and
4091 scan-code.l. Future patches will rewrite other modules to use it.
4092 Discussed starting at
4093 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00020.html>.
4094 * src/location.h (EMPTY_LOCATION_INIT): Define so that it's easier to
4095 consistently initialize const structs that have an empty location
4096 field.
4097 * src/location.c (empty_location): Initialize with EMPTY_LOCATION_INIT
4098 to ensure consistency.
4099 * src/scan-code.h (code_props): New structure.
4100 (code_props_none_init, CODE_PROPS_NONE_INIT, code_props_none): New
4101 function, macro, and const global variable for initializing a
4102 code_props with no code.
4103 (code_props_plain_init, code_props_symbol_action_init,
4104 code_props_rule_action_init, code_props_translate_code): The rest of
4105 the new code_props functional interface. Among other things, the init
4106 functions set the code_props kind field so that
4107 code_props_translate_code will know whether to behave like
4108 translate_symbol_action, translate_rule_action, or translate_code.
4109 These old translate functions must remain until all other modules are
4110 updated to use the new code_props interface.
4111 (code_scanner_last_string_free): New function similar to
4112 gram_scanner_last_string_free.
4113 (code_scanner_free): Add documentation.
4114 * src/scan-code.l: Implement the new interface.
4115 (code_lex): Make it static, add a code_props* argument, and remove the
4116 rule argument.
4117 (last_string): New static global similar to the one in scan-gram.l.
4118 (SC_RULE_ACTION): Update to use the code_props* argument to code_lex
4119 instead of rule.
4120 (SC_SYMBOL_ACTION): For $$, set the is_value_used member of the
4121 code_props since Bison may one day use this information for destructors
4122 and printers.
4123 (<*><<EOF>>): Use STRING_FINISH so that last_string is set.
4124 (handle_action_dollar): Use symbol_list_n_get and set used flag
4125 directly since symbol_list_n_used_set is removed.
4126 (translate_action): Add a code_props* argument and remove the rule,
4127 action, and location arguments. Pass the code_props* on to code_lex.
4128 (translate_rule_action, translate_symbol_action, translate_code):
4129 Rewrite as wrappers around the new code_props interface.
4130 * src/symlist.h, src/symlist.c (symbol_list_n_used_set): Remove since
4131 it would eventually need to break the encapsulation of code_props.
4132
4133 2007-01-01 Joel E. Denny <jdenny@ces.clemson.edu>
4134
4135 * etc/.cvsignore: New.
4136
4137 2007-01-01 Joel E. Denny <jdenny@ces.clemson.edu>
4138
4139 Add maintainer-push-check to run maintainer-check using push parsing in
4140 place of pull parsing where available.
4141 * Makefile.am (maintainer-push-check): New.
4142 * data/bison.m4 (b4_use_push_for_pull_if): New.
4143 * data/push.c: Redefine b4_push_if and b4_use_push_for_pull_if
4144 appropriately based on their existing values.
4145 (yypush_parse): Don't print push-parser-specific diagnostics if push
4146 parsing is being used in place of pull parsing.
4147 * data/yacc.c: If push parsing should replace pull parsing, redirect to
4148 push.c.
4149 * src/output.c (prepare): Check BISON_USE_PUSH_FOR_PULL environment
4150 variable, and insert b4_use_push_for_pull_flag into muscles.
4151 * tests/Makefile.am (maintainer-push-check): New.
4152
4153 2006-12-31 Joel E. Denny <jdenny@ces.clemson.edu>
4154
4155 * data/push.c (yypush_parse): Set yynew = 1 at the end of a parse
4156 (whether successful or failed) so that yypush_parse can be invoked
4157 again to start a new parse using the same yypstate.
4158 * tests/torture.at (AT_DATA_STACK_TORTURE): For push mode, extend to
4159 check multiple yypull_parse invocations on the same yypstate. For pull
4160 mode, extend to check multiple yyparse invocations.
4161 (Exploding the Stack Size with Alloca): Extend to try with
4162 %push-pull-parser.
4163 (Exploding the Stack Size with Malloc): Likewise.
4164
4165 * tests/calc.at (Simple LALR Calculator): Don't specify
4166 %skeleton "push.c" since %push-pull-parser implies that now.
4167 * tests/headers.at (export YYLTYPE): Don't check for the push
4168 declarations. Otherwise, this test case can't be used to see if push
4169 mode can truly emulate pull mode.
4170 * tests/input.at (Torturing the Scanner): Likewise.
4171 * tests/local.at (AT_YACC_OR_PUSH_IF, AT_PUSH_IF): Remove.
4172 (AT_YYERROR_SEES_LOC_IF): Rather than AT_YACC_OR_PUSH_IF, use
4173 AT_YACC_IF, which now includes the case of push mode since %skeleton
4174 need not be used for push mode. This will be more intuitive once
4175 push.c is renamed to yacc.c.
4176
4177 2006-12-31 Joel E. Denny <jdenny@ces.clemson.edu>
4178
4179 For push mode, convert yyparse from a macro to a function, invoke yylex
4180 instead of passing a yylexp argument to yypull_parse, and don't
4181 generate yypull_parse or yyparse unless %push-pull-parser is declared.
4182 Discussed starting at
4183 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00163.html>.
4184 * data/bison.m4 (b4_pull_if): New.
4185 * data/c.m4 (b4_identification): Define YYPULL similar to YYPUSH.
4186 * data/push.c: Improve M4 quoting a little.
4187 (b4_generate_macro_args, b4_parenthesize): Remove.
4188 (yyparse): If there's a b4_prefix, #define this to b4_prefix[parse]
4189 any time a pull parser is requested.
4190 Don't #define this as a wrapper around yypull_parse. Instead, when
4191 both push and pull are requested, make it a function that does that
4192 same thing.
4193 (yypull_parse): If there's a b4_prefix, #define this to
4194 b4_prefix[pull_parse] when both push and pull are requested.
4195 Don't define this as a function unless both push and pull are
4196 requested.
4197 Remove the yylexp argument and hard-code yylex invocation instead.
4198 * etc/bench.pl.in (bench_grammar): Use %push-pull-parser instead of
4199 %push-parser.
4200 * src/getargs.c (pull_parser): New global initialized to true.
4201 * getargs.h (pull_parser): extern it.
4202 * src/output.c (prepare): Insert pull_flag muscle.
4203 * src/parse-gram.y (PERCENT_PUSH_PULL_PARSER): New token.
4204 (prologue_declaration): Set both push_parser and pull_parser = true for
4205 %push-pull-parser. Set push_parser = true and pull_parser = false for
4206 %push-parser.
4207 * src/scan-gram.l: Don't accept %push_parser as an alternative to
4208 %push-parser since there's no backward-compatibility concern here.
4209 Scan %push-pull-parser.
4210 * tests/calc.at (Simple LALR(1) Calculator): Use %push-pull-parser
4211 instead of %push-parser.
4212 * tests/headers.at (export YYLTYPE): Make yylex static, and don't
4213 prototype it in the module that calls yyparse.
4214 * tests/input.at (Torturing the Scanner): Likewise.
4215 * tests/local.at (AT_PUSH_IF): Check for %push-pull-parser as well.
4216
4217 2006-12-26 Joel E. Denny <jdenny@ces.clemson.edu>
4218
4219 Update etc/bench.pl. Optimize push mode a little (the yyn change
4220 deserves most of the credit).
4221 * Makefile.am (SUBDIRS): Add etc subdirectory.
4222 * configure.ac (AC_CONFIG_FILES): Add etc/bench.pl and etc/Makefile.
4223 * data/push.c (b4_declare_parser_state_variables): Move yyn, yyresult,
4224 yytoken, yyval, and yyloc declarations to...
4225 (yyparse or yypush_parse): ... here to improve performance. For
4226 yypush_parse invocations after the first, be sure to assign yyn its old
4227 value again.
4228 (yypstate_new): Don't bother initializing the yyresult field since the
4229 initial value isn't used.
4230 (yyn, yyresult, yytoken, yyval, yyloc): For each NAME in this list,
4231 remove the #define that, in push mode, set it to yyps->NAME.
4232 * etc/Makefile.am: New.
4233 * etc/bench.pl: Remove and build it instead from...
4234 * etc/bench.pl.in: ... this new file. Use @abs_top_builddir@ to invoke
4235 "tests/bison" from the build directory by default rather than just
4236 invoking "bison" from $PATH.
4237 (calc_grammar): Update push parser code: don't declare yylval globally,
4238 don't define yyparse_wrapper, and don't #define yyparse.
4239 (bench_grammar): Update to check all working combinations of yacc.c,
4240 push.c, impure, pure, pull, and push.
4241
4242 2006-12-25 Joel E. Denny <jdenny@ces.clemson.edu>
4243
4244 For push mode, add pull wrappers around yypush_parse.
4245 * data/push.c: (b4_generate_macro_args, b4_parenthesize): New macros.
4246 (yypull_parse): New function wrapping yypush_parse.
4247 (yyparse): New #define wrapping yypull_parse.
4248 * tests/calc.at (_AT_DATA_CALC_Y): Call yyparse even when %push-parser
4249 is declared.
4250 * tests/headers.at (export YYLTYPE): Make yylex global. For push mode,
4251 prototype yylex in the module that calls yyparse, and don't prototype
4252 yyparse there. Otherwise, the yyparse expansion won't compile.
4253 * tests/input.at (Torturing the Scanner): Likewise.
4254
4255 2006-12-25 Joel E. Denny <jdenny@ces.clemson.edu>
4256
4257 Enable push parsers to operate in impure mode. Thus, %push-parser no
4258 longer implies %pure-parser. The point of this change is to move
4259 towards being able to test the push parser code by running the entire
4260 test suite as if %push-parser had been declared.
4261 * data/push.c (yypush_parse): For impure mode, remove the
4262 yypushed_char, yypushed_val, and yypushed_loc arguments.
4263 Instead, declare these as local variables initialized to the global
4264 yychar, yylval, and yylloc.
4265 For the first yypush_parse invocation only, restore the initial values
4266 of these global variables when it's time to read a token since they
4267 have been overwritten.
4268 * src/parse-gram.y (prologue_declaration): Don't set pure_parser for
4269 %push-parser.
4270 * tests/calc.at (Simple LALR(1) Calculator): Always declare
4271 %pure-parser along with %push-parser since this test case was designed
4272 for pure push parsers.
4273 * tests/local.at (AT_PURE_OR_PUSH_IF): Remove unused.
4274 (AT_YACC_OR_PUSH_IF): New.
4275 (AT_YYERROR_SEES_LOC_IF): Fix enough that the test suite passes, but
4276 add a note that it's still wrong for some cases (as it has been for a
4277 while).
4278 (AT_PURE_LEX_IF): Use AT_PURE_IF instead of AT_PURE_OR_PUSH_IF since
4279 %push-parser no longer implies %pure-parser.
4280
4281 2006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
4282
4283 Remove some unnecessary differences between the pull parser code and
4284 the push parser code. This patch enables yynerrs in push mode.
4285 * data/push.c: Reformat M4 a little.
4286 (b4_yyerror_range): Remove and convert all uses to just yyerror_range.
4287 (b4_declare_scanner_communication_variables): Don't omit yynerrs just
4288 because push mode is on. Instead, if pure mode is on, move yynerrs
4289 to...
4290 (b4_declare_parser_state_variables): ... here.
4291 (yynerrs, yyerror_range): For push mode, #define each NAME in this list
4292 to yyps->NAME so it can be used in yypush_parse.
4293 (yypush_parse): Don't omit uses of yynerrs in push mode.
4294
4295 2006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
4296
4297 Fix bug such that the first pushed token's value and location are
4298 sometimes overwritten (sometimes by %initial-action) before being used.
4299 * data/push.c (yypush_parse): Rename arguments yynchar, yynlval, and
4300 yynlloc to yypushed_char, yypushed_val, and yypushed_loc for clarity.
4301 For the first yypush_parse invocation, initialize yychar to YYEMPTY to
4302 more closely mimic the pull parser logic.
4303 Don't copy the pushed token to yychar, yylval, and yylloc until it's
4304 time to read a token, which is after any initialization of yylval and
4305 yylloc.
4306 (gottoken): Rename label to...
4307 (yyread_pushed_token): ... for clarity and to avoid infringing on the
4308 user namespace.
4309
4310 2006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
4311
4312 Rearrange initialization of the parser state variables so that the
4313 skeleton doesn't have to have a copy for pull mode and another for push
4314 mode. This patch also fixes at least a bug such that yylloc was not
4315 initialized (with b4_location_initial_line and
4316 b4_location_initial_column) upon calling yypush_parse. However, that
4317 initialization now overwrites the first token's location;
4318 %initial-action assigning @$ already did the same thing, and both bugs
4319 will be fixed in a later patch.
4320 * data/push.c (b4_yyssa): Remove and convert all uses to just yyssa.
4321 (b4_declare_parser_state_variables): Remove initialization of yytoken,
4322 yyss, yyvs, yyls, and yystacksize.
4323 (yypstate_new): Remove initialization of some yypstate fields: yystate,
4324 yyerrstatus, yytoken, yyss, yyvs, yyls, yystacksize, yyssp, yyvsp, and
4325 yylsp.
4326 (yyssa, yyvsa, yylsa): For push mode, #define each NAME in this list to
4327 yyps->NAME so it can be used in yypush_parse.
4328 (yyparse or yypush_parse): For yypush_parse, don't print the
4329 "Starting parse" diagnostic for invocations after the first.
4330 Add initialization of yytoken, yyss, yyvs, yyls, and yystacksize; for
4331 yypush_parse, only do it for the first invocation.
4332 Allow yystate, yyerrstatus, yyssp, yyvsp, yylsp, and yylloc
4333 initialization to occur in yypush_parse but only on the first
4334 invocation.
4335
4336 2006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
4337
4338 * data/push.c: Add CPP guards around push parser declarations in both
4339 the header and the code file.
4340 In the code file, move the push parser declarations to the same place
4341 they appear in the header file.
4342 Clean up the M4 some, especially the inconsistent underquoting in
4343 some b4_c_function_def and b4_c_function_decl uses.
4344
4345 2006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
4346
4347 Encapsulate the push parser state variables into an M4 macro so the
4348 push skeleton doesn't have to list them again for pull mode's yyparse.
4349 For push mode, remove yypush_parse's local equivalents of these
4350 variables to eliminate unnecessary copying between the two sets at
4351 run-time. This patch also fixes at least a bug related to multiple
4352 %initial-action invocations in push mode.
4353 * data/push.c (b4_declare_parser_variables): Rename to...
4354 (b4_declare_scanner_communication_variables): ... this for clarity and
4355 update both uses.
4356 (b4_declare_yyparse_variables): Remove and move its contents to the one
4357 spot where it was invoked.
4358 (b4_declare_parser_state_variables): New macro containing the parser
4359 state variables required by push mode.
4360 (struct yypstate): Replace all fields but yynew with
4361 b4_declare_parser_state_variables.
4362 (yystate, yyn, yyresult, yyerrstatus, yytoken, yyss, yyssp, yyvs,
4363 yyvsp, yyls, yylsp, yystacksize, yyval, yyloc): For push mode, #define
4364 each NAME in this list to yyps->NAME so it can be used in yypush_parse.
4365 (yyparse or yypush_parse): For yyparse in pull mode, replace local
4366 parser state variable declarations with
4367 b4_declare_parser_state_variables.
4368 Don't initialize parser state variables when calling yypush_parse since
4369 yypstate_new already does that.
4370 Invoke the user's initial action only upon the first yypush_parse
4371 invocation.
4372 Remove all code that copies between the local parser state variables
4373 and the yypstate.
4374
4375 2006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
4376
4377 * data/push.c (union yyalloc): Rename yyss, yyvs, and yyls fields to
4378 prevent a name collision in a future patch where these names will
4379 sometimes be #define'd.
4380 (YYSTACK_RELOCATE): Add an argument to select a union yyalloc field
4381 since it no longer has the same name as the existing argument.
4382 (yyparse or yypush_parse): Update all uses of YYSTACK_RELOCATE.
4383
4384 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4385 and Joel E. Denny <jdenny@ces.clemson.edu>
4386
4387 * doc/bison.texinfo (Decl Summary): In the %language entry, mention
4388 that the argument is case-insensitive, and there's no `=' here.
4389 For the %skeleton entry, mention that %language is better.
4390 (Bison Options): Likewise for --language and --skeleton. Move the
4391 --skeleton entry so that the `Tuning the parser' section is sorted
4392 alphabetically on long options.
4393 (C++ Bison Interface): Don't use the word skeleton. Don't explain the
4394 %language directive in detail here; cross-reference the %language
4395 documentation instead.
4396 (Calc++ Parser): Use `%require "@value{VERSION}"' rather than
4397 `%require "2.3b"' so that the example is always up-to-date.
4398 (Table of Symbols): Add entries for %language and %skeleton.
4399 * examples/extexi (normalize): Instead of replacing every %require
4400 argument with the current Bison version, just substitute for
4401 `@value{VERSION}'. This guarantees that we're testing what actually
4402 appears in the documentation.
4403 * examples/calc++/Makefile.am ($(calc_extracted)): Use `$(VERSION)'
4404 rather than `@VERSION@'.
4405
4406 2006-12-18 Paul Eggert <eggert@cs.ucla.edu>
4407
4408 * NEWS: Reword the %language news a bit, and put it earlier.
4409
4410 * src/getargs.c (skeleton_arg): Last arg is now location const *.
4411 Rewrite to simplify the logic.
4412 (language_argmatch): Likewise.
4413 (program_name): We now own this var.
4414 * src/getargs.h (struct bison_language): Use char[] rather than
4415 const char *.
4416
4417 * doc/bison.texinfo (Decl Summary, Bison Options): Don't claim
4418 Java is supported.
4419 * src/complain.c (program_name): Remove decl; no longer needed.
4420 * src/main.c (program_name): Remove; now belongs to getargs.
4421
4422 2006-12-18 Paolo Bonzini <bonzini@gnu.org>
4423
4424 * NEWS: Document %language.
4425
4426 * data/Makefile.am (dist_pkgdata_DATA): Add c-skel.m4, c++-skel.m4.
4427
4428 * data/c-skel.m4, data/c++-skel.m4: New files.
4429 * data/glr.c: Complain on push parsers.
4430
4431 * doc/bison.texinfo (C++ Parser Interface): Prefer %language
4432 over %skeleton.
4433 (Decl Summary): Document %language and %skeleton.
4434 (Command line): Document -L.
4435
4436 * examples/extexi: Rewrite %require directive.
4437 * examples/calc++/Makefile.am: Pass VERSION to extexi.
4438
4439 * src/files.c (compute_exts_from_gc): Look in language structure
4440 for .y extension.
4441 (compute_file_name_parts): Check whether .tab should be added.
4442 * src/getargs.c (valid_languages, skeleton_prio, language_prio):
4443 (language, skeleton_arg, language_argmatch): New.
4444 (long_options): Add --language.
4445 (getargs): Use skeleton_arg, add -L/--language.
4446 * src/getargs.h: Include location.h.
4447 (struct bison_language, language, skeleton_arg, language_argmatch): New.
4448 * src/output.c (prepare): Pick default skeleton from struct language.
4449 Don't dispatch C skeletons here.
4450 * src/parse-gram.y (PERCENT_LANGUAGE): New.
4451 (prologue_declaration): Add "%language" rule, use skeleton_arg.
4452 * src/scan-gram.l ("%language"): New rule.
4453
4454 * tests/calc.at: Test %skeleton and %language.
4455 * tests/local.at (AT_SKEL_CC_IF): Look for %language.
4456 (AT_GLR_IF): Look for %skeleton "glr.cc".
4457 (AT_LALR1_CC_IF, AT_GLR_CC_IF): Rewrite.
4458 (AT_YACC_IF): Reject %language.
4459
4460 2006-12-18 Paul Eggert <eggert@cs.ucla.edu>
4461
4462 * src/symtab.h (struct semantic_type): Remove the tag 'semantic_type',
4463 since it wasn't used; only the typedef name 'semantic_type' is needed.
4464 Also, omit trailing white space.
4465
4466 * bootstrap: Sync from coreutils.
4467 (gnulib_extra_files): Add build-aux/announce.gen.
4468 (slurp): Adjust .gitignore files like .cvsignore files.
4469 * build-aux/announce-gen: Remove from CVS, since bootstrap
4470 now creates this.
4471
4472 2006-12-16 Joel E. Denny <jdenny@ces.clemson.edu>
4473
4474 Make %push-parser imply %pure-parser. This fixes several bugs; see
4475 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00148.html>.
4476 * src/parse-gram.y (prologue_declaration): For %push-parser, also set
4477 pure_parser = true.
4478 * data/push.c: Don't bother testing b4_push_if when deciding whether
4479 to expand b4_declare_parser_variables globally.
4480 (yypush_parse): Likewise in here.
4481
4482 * data/push.c (yypush_parse): Add b4_parse_param to arguments.
4483 (yy_reduce_print): Reformat M4 for readability.
4484
4485 2006-12-15 Bob Rossi <bob@brasko.net>
4486 and Joel Denny <jdenny@ces.clemson.edu>
4487
4488 * data/push.c (yypstate): Add typedef, and update all uses of
4489 struct yypstate to just yypstate.
4490 * tests/calc.at (_AT_DATA_CALC_Y): Update here as well.
4491
4492 2006-12-14 Bob Rossi <bob@brasko.net>
4493
4494 * data/push.c (yypush_parse): Declare prototype regardless of
4495 %locations option.
4496
4497 2006-12-14 Bob Rossi <bob@brasko.net>
4498
4499 * data/push.c (yyparse): Remove the prototype and the #define when in
4500 push-parser mode.
4501
4502 2006-12-13 Bob Rossi <bob@brasko.net>
4503
4504 * data/push.c (yypstate_init): Rename to...
4505 (yypstate_new): ... this and use b4_c_function_def.
4506 (yypstate_delete): New.
4507 (yypush_parse): Change parameters yynval and yynlloc to be const.
4508 * tests/calc.at (_AT_DATA_CALC_Y): Use new yypstate_new and
4509 yypstate_delete functions.
4510
4511 2006-12-13 Joel E. Denny <jdenny@ces.clemson.edu>
4512
4513 * configure.ac (AC_PREREQ): Require Autoconf 2.61 because of our
4514 strange test case titles. Reported by Bob Rossi.
4515
4516 2006-12-13 Paul Eggert <eggert@cs.ucla.edu>
4517
4518 * TODO: Add pointer to Sylvain Schmitz's work on static detection
4519 of potential ambiguities in GLR grammers.
4520
4521 2006-12-12 Joel E. Denny <jdenny@ces.clemson.edu>
4522
4523 * tests/testsuite.at (AT_CHECK): When checking if $1 starts with
4524 `bison ', use m4_index instead of m4_substr since chopping up a string
4525 containing M4-special characters causes problems here.
4526
4527 Fix a couple of bugs related to special characters in user-specified
4528 file names, and make it easier for skeletons to compute output file
4529 names with the same file name prefix as Bison-computed output file
4530 names.
4531 * data/glr.cc, data/push.c, data/yacc.c: In @output, use
4532 b4_parser_file_name and b4_spec_defines_file instead of
4533 @output_parser_name@ and @output_header_name@, which are now redundant.
4534 * data/glr.c, data/lalr1.cc: Likewise. Also, in header #include's, use
4535 b4_parser_file_name, b4_spec_defines_file, and the new
4536 @basename(FILENAME@) instead of @output_parser_name@ and
4537 @output_header_name@, which inappropriately escaped the file names as
4538 C string literals.
4539 * src/files.c (all_but_ext): Remove static qualifier.
4540 (compute_output_file_names): Move `free (all_but_ext)' to...
4541 (output_file_names_free): ... here since all_but_ext is needed later.
4542 * src/files.h (all_but_ext): Extern.
4543 * src/muscle_tab.h (MUSCLE_INSERT_STRING_RAW): New macro that does
4544 exactly what MUSCLE_INSERT_STRING used to do.
4545 (MUSCLE_INSERT_STRING): Use MUSCLE_OBSTACK_SGROW so that M4-special
4546 characters are escaped properly.
4547 * src/output.c (prepare): Define muscle file_name_all_but_ext as
4548 all_but_ext.
4549 For pkgdatadir muscle, maintain previous functionality by using
4550 MUSCLE_INSERT_STRING_RAW instead of MUSCLE_INSERT_STRING. The problem
4551 is that b4_pkgdatadir is used inside m4_include in the skeletons, so
4552 digraphs would never be expanded. Hopefully no one has M4-special
4553 characters in his Bison installation path.
4554 * src/scan-skel.l: Don't parse @output_header_name@ and
4555 @output_parser_name@ anymore since they're now redundant.
4556 In @output, use decode_at_digraphs.
4557 Parse a new @basename command that invokes last_component.
4558 (decode_at_digraphs): New.
4559 (BASE_QPUTS): Remove unused.
4560 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): New macro.
4561 (Output file name): New tests.
4562
4563 2006-12-09 Joel E. Denny <jdenny@ces.clemson.edu>
4564
4565 Warn about output files that are generated by the skeletons and that
4566 conflict with other output files.
4567 * data/glr.c: Don't generate the header file here when glr.cc does.
4568 * src/files.c (file_names, file_names_count): New static globals.
4569 (compute_output_file_names): Invoke output_file_name_check for files
4570 not generated by the skeletons and remove existing checks.
4571 (output_file_name_check): New function that warns about conflicting
4572 output file names.
4573 (output_file_names_free): Free file_names.
4574 * src/files.h (output_file_name_check): Declare.
4575 * src/scan-skel.l: Invoke output_file_name_check for files generated by
4576 the skeletons.
4577 * tests/output.at (AT_CHECK_CONFLICTING_OUTPUT): New.
4578 (Conflicting output files): New tests.
4579
4580 2006-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4581
4582 * doc/bison.texinfo: Fix a couple of typos.
4583
4584 2006-12-08 Bob Rossi <bob@brasko.net>
4585
4586 * data/push.c: (yypvarsinit, yypvars, struct yypvars, yypushparse):
4587 Rename to...
4588 (yypstate_init, yypstate, struct yypstate, yypush_parse): ... these and
4589 update all uses.
4590 (b4_yyssa, b4_yyerror_range, yypstate_init): Rename pv to yyps.
4591 (yypush_parse): Rename yypvars argument to yyps and remove redundant
4592 local pv.
4593 (yypstate_init, yypush_parse): Declare in Bison-generated header file.
4594 * tests/calc.at (_AT_DATA_CALC_Y): Use newly named functions.
4595
4596 2006-12-07 Bob Rossi <bob@brasko.net>
4597 and Joel Denny <jdenny@ces.clemson.edu>
4598
4599 * data/push.c (yypvarsinit): Change return type from void* to struct
4600 yypvars*. No longer cast to void* on return.
4601 (struct yypvars): Remove yylen since it need not be remembered between
4602 yypushparse invocations.
4603 (yypushparse): Don't copy between yylen and pv->yylen.
4604
4605 2006-12-05 Bob Rossi <bob@brasko.net>
4606
4607 * data/push.c (yychar_set, yylval_set, yylloc_set): Delete.
4608 (yypushparse): Add yynchar, yynlval, yynlloc parameters.
4609 (b4_declare_parser_variables): Do not declare yynerrs for push mode.
4610 (struct yypvars): Remove b4_declare_parser_variables.
4611 (yypvarsinit): Remove init code for removed variables.
4612 (global scope): Do not declare b4_declare_parser_variables if
4613 push or pure mode.
4614 (yypushparse): Add b4_declare_parser_variables.
4615 Init new local variables, and remove init code for removed
4616 yypvars variables.
4617 (yyparse): Delete.
4618 * tests/calc.at (_AT_DATA_CALC_Y): Call yypushparse for push mode
4619 and yyparse for other modes.
4620 (AT_CHECK_CALC_LALR): Added '%skeleton "push.c"' for push tests.
4621 * tests/local.at (AT_PUSH_IF, AT_PURE_OR_PUSH_IF): Added.
4622 (AT_YYERROR_SEES_LOC_IF): push-parser makes this false.
4623 (AT_PURE_LEX_IF): True if pure or push parser.
4624
4625 2006-12-05 Joel E. Denny <jdenny@ces.clemson.edu>
4626
4627 Document Yacc prologue alternatives and default %destructor's and
4628 %printer's as experimental. Don't mention Java yet. Discussed at
4629 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00002.html>.
4630 * NEWS (2.3a+): Say they're experimental. Remove any mention of Java.
4631 (2.3a): Annotate this entry to say the old forms of these features were
4632 also experimental.
4633 * doc/bison.texinfo (Prologue Alternatives, Freeing Discarded Symbols,
4634 Table of Symbols): Say they're experimental. Comment out any mention
4635 of Java (we'll want this back eventually).
4636
4637 2006-12-01 Joel E. Denny <jdenny@ces.clemson.edu>
4638
4639 Support a file name argument to %defines. Deprecate `=' in
4640 %file-prefix, %name-prefix, and %output. Discussed at
4641 <http://lists.gnu.org/archive/html/help-bison/2006-09/msg00001.html>.
4642 * NEWS (2.3a+): Mention.
4643 * doc/bison.texinfo (Decl Summary, Table of Symbols): Add entry for new
4644 form of %defines, and remove `=' from entries for %file-prefix,
4645 %name-prefix, and %output.
4646 * src/parse-gram.y (prologue_declaration): Implement.
4647 * tests/calc.at (Simple LALR Calculator, Simple GLR Calculator, Simple
4648 LALR1 C++ Calculator, Simple GLR C++ Calculator): Remove the `=' from
4649 all but one occurrence of %name-prefix.
4650 * tests/headers.at (export YYLTYPE): Remove the `=' from %name-prefix.
4651 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Likewise.
4652 * tests/output.at (AT_CHECK_OUTPUT): Remove the `=' from all but one
4653 occurrence of each of %file-prefix and %output. Add check for %defines
4654 with argument.
4655 * tests/reduce.at (Useless Terminals, Useless Nonterminals,
4656 Useless Rules, Reduced Automaton, Underivable Rules, Empty Language):
4657 Remove the `=' from %output.
4658
4659 2006-11-21 Joel E. Denny <jdenny@ces.clemson.edu>
4660
4661 Don't escape $ in test case titles since Autoconf 2.61 now does that
4662 correctly.
4663 * tests/actions.at (Default %printer and %destructor are not for error
4664 or $undefined): Here.
4665 (Default %printer and %destructor are not for $accept): Here.
4666 * tests/input.at (Invalid $n and @n): Here.
4667
4668 2006-11-20 Joel E. Denny <jdenny@ces.clemson.edu>
4669
4670 Rename <!> to <>. Discussed starting at
4671 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00039.html>.
4672 * NEWS (2.3a+): Update.
4673 * doc/bison.texinfo (Freeing Discarded Symbols, Table of Symbols):
4674 Update.
4675 * src/parse-gram.y (TYPE_TAG_NONE, generic_symlist_item): Implement.
4676 * src/scan-gram.l (INITIAL): Implement.
4677 * src/symlist.c (symbol_list_default_tagless_new): Update comment.
4678 * src/symlist.h (symbol_list, symbol_list_default_tagless_new): Update
4679 comment.
4680 * tests/actions.at (Default tagless %printer and %destructor,
4681 Default tagged and per-type %printer and %destructor,
4682 Default %printer and %destructor are not for error or $undefined,
4683 Default %printer and %destructor are not for $accept,
4684 Default %printer and %destructor for mid-rule values): Update.
4685 * tests/input.at (Default %printer and %destructor redeclared,
4686 Unused values with default %destructor): Update.
4687
4688 2006-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
4689
4690 Don't let %prec take a nonterminal.
4691 * src/reader.c (grammar_current_rule_prec_set): Make the %prec symbol a
4692 token.
4693 * tests/input.at (%prec takes a token): New test checking that %prec
4694 won't take a nonterminal.
4695
4696 2006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
4697
4698 * tests/testsuite.at (AT_CHECK): Don't miss an exit value of 0 because
4699 it was double-quoted.
4700 * src/Makefile.am (YACC): Use --warnings=all,error so that Bison's own
4701 grammar is maintained with Bison's highest standards.
4702 * src/getargs.c: Fix some typos in Doxygen comments.
4703
4704 2006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
4705
4706 Fix memory leaks in scanners generated by at least Flex 2.5.9 and
4707 later. Reported by Paul Eggert in
4708 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00014.html>.
4709 * src/flex-scanner.h (yylex_destroy): Define for Flex before 2.5.9.
4710 * src/scan-code.l (translate_action): Don't bother invoking
4711 yy_delete_buffer (YY_CURRENT_BUFFER) before creating the first buffer.
4712 (code_scanner_free): Instead of invoking
4713 yy_delete_buffer (YY_CURRENT_BUFFER) directly, invoke yylex_destroy,
4714 which frees more.
4715 * src/scan-gram.l (gram_scanner_free): Likewise.
4716 * src/scan-skel.l (scan_skel): Likewise.
4717
4718 2006-11-09 Joel E. Denny <jdenny@ces.clemson.edu>
4719
4720 * src/files.c (tr): Change return type to void.
4721 * src/muscle_tab.c (muscle_insert): Free storage in case muscle_grow
4722 has been called previously for the same key.
4723 (muscle_find): Return storage instead of value so that
4724 --enable-gcc-warnings doesn't produce warnings that the return discards
4725 const. aver that the value and storage are the same since storage
4726 could potentially be NULL when value is not.
4727 * tests/testsuite.at (AT_CHECK): Treat an unspecified exit value the
4728 same as 0.
4729
4730 2006-11-08 Paul Eggert <eggert@cs.ucla.edu>
4731
4732 * bootstrap.conf (excluded_files): Exclude m4/codeset.m4 (undoing
4733 the earlier change today), m4/intl.m4, m4/intldir.m4. This gives
4734 us a slightly cleaner distribution, and also works.
4735 * m4/.cvsignore: Add inline.m4, wint_t.m4 to accommodate recent
4736 gnulib changes.
4737
4738 2006-11-08 Joel E. Denny <jdenny@ces.clemson.edu>
4739 and Paul Eggert <eggert@cs.ucla.edu>
4740
4741 Don't let Bison leak memory except when it complains.
4742 * src/files.h (parser_file_name, spec_verbose_file, spec_graph_file):
4743 (spec_defines_file, dir_prefix): Now char *, not const char *,
4744 since they are freed.
4745 * src/files.c: Likewise.
4746 (all_but_ext, all_but_tab_ext, src_extension, header_extension):
4747 Likewise.
4748 (tr): Now operates in-place. All uses changed.
4749 (compute_exts_from_gf, compute_exts_from_src): Don't leak temporary
4750 values.
4751 (compute_file_name_parts, compute_output_file_names): Don't store
4752 read-only data in variables that will be freed.
4753 (compute_output_file_names): Free all_but_ext, all_but_tab_ext,
4754 src_extension, and header_extension.
4755 (output_file_names_free): New public function to free
4756 spec_verbose_file, spec_graph_file, spec_defines_file,
4757 parser_file_name, and dir_prefix.
4758 * src/getargs.c (getargs): Don't store read-only data in variables that
4759 will be freed.
4760 * src/main.c (main): Invoke output_file_names_free, code_scanner_free
4761 (which previously existed but was unused), and quotearg_free.
4762 * src/muscle_tab.h (muscle_insert): value arg is now a `char const *'.
4763 * src/muscle_tab.c: Likewise.
4764 (muscle_entry): Make the value char const *,
4765 and add a new storage member that is char * and can be freed.
4766 (muscle_entry_free): New private function.
4767 (muscle_init): Use it instead of free.
4768 (muscle_insert, muscle_grow): Update and use new storage member.
4769 (muscle_code_grow): Free the string passed to muscle_grow
4770 since it's not needed anymore.
4771 * src/parse-gram.y (%union): Make `chars' member a `char const *', and
4772 add a new `char *code' member.
4773 ("{...}"): Declare semantic type as code.
4774 * src/scan-code.h (translate_rule_action):
4775 (translate_symbol_action, translate_code, translate_action): Return
4776 `char const *' rather than `char *' since external code should not free
4777 these strings.
4778 * src/scan-code.l: Likewise.
4779 * src/scan-gram.l (<SC_BRACED_CODE>): Use val->code for BRACED_CODE,
4780 which is "{...}" in the parser.
4781 * tests/Makefile.am (maintainer-check-valgrind): Set
4782 VALGRIND_OPTS='--leak-check=full --show-reacheable=yes' before invoking
4783 Valgrind.
4784 * tests/calc.at (_AT_DATA_CALC_Y): fclose the FILE* so Valgrind doesn't
4785 complain.
4786 * tests/testsuite.at (AT_CHECK): Redefine so that running Bison and
4787 expecting a non-zero exit status sets --leak-check=summary and
4788 --show-reachable=no for Valgrind. Bison unabashedly leaks memory in
4789 this case, and we don't want to hear about it.
4790
4791 2006-11-08 Paul Eggert <eggert@cs.ucla.edu>
4792
4793 * bootstrap (runtime-po/Makevars): Derive from po/Makevars
4794 instead of from the template, to simplify configuration a bit.
4795 * bootstrap.conf (excluded_files): Don't exclude m4/codeset.m4
4796 and m4/wint_t.m4, as they are needed with the latest gnulib.
4797
4798 2006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
4799
4800 Disable unset/unused mid-rule value warnings by default, and recognize
4801 --warnings=midrule-values to enable them. Discussed starting at
4802 <http://lists.gnu.org/archive/html/help-bison/2006-10/msg00030.html>.
4803 * NEWS (2.3a+): Mention.
4804 * src/getargs.c, src/getargs.h (warnings_args, warnings_types, enum
4805 warnings): Add entry for midrule-values subargument.
4806 * src/reader.c (symbol_should_be_used): Don't return true just because
4807 the value is a set/used mid-rule value unless
4808 --warnings=midrule-values was specified.
4809 * tests/input.at (Unused values, Unused values before symbol
4810 declarations): Run tests with and without --warnings=midrule-values.
4811
4812 * src/reader.c (check_and_convert_grammar): Use symbol_list_free rather
4813 than LIST_FREE directly.
4814
4815 2006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
4816
4817 Finish implementing --warnings=error, which should not be implied by
4818 --warnings=all (or by its synonyms -W and --warnings without
4819 subarguments).
4820 * src/complain.c (set_warning_issued): New function to report that
4821 warnings are being treated as errors and to record an error if so.
4822 Invoke...
4823 (warn_at, warn): ... here.
4824 * src/getargs.c (warnings_args, warnings_types): Reorder so that
4825 "error - warnings are errors" does not appear above "all - all of the
4826 above".
4827 (getargs): For -W and --warnings without subarguments, don't let
4828 FLAGS_ARGMATCH set warnings_error in warnings_flag.
4829 * src/getargs.h (enum warnings): Unset warnings_error in warnings_all.
4830
4831 2006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
4832
4833 * src/getargs.c (flags_argmatch): Don't cause segmentation fault for
4834 empty subargument list. For example: `bison --warnings= parser.y'.
4835
4836 2006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
4837
4838 * data/push.c, data/yacc.c: Make sure there's a newline at the end of
4839 the parser header file so that gcc doesn't warn.
4840
4841 2006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
4842
4843 Split the default %destructor/%printer into two kinds: <*> and <!>.
4844 Discussed starting at
4845 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00060.html>.
4846 * NEWS (2.3a+): Mention.
4847 * doc/bison.texinfo (Freeing Discarded Symbols): Document this and the
4848 previous change today related to mid-rules.
4849 (Table of Symbols): Remove %symbol-default and add <*> and <!>.
4850 * src/parse-gram.y (PERCENT_SYMBOL_DEFAULT): Remove.
4851 (TYPE_TAG_ANY): Add as <*>.
4852 (TYPE_TAG_NONE): Add as <!>.
4853 (generic_symlist_item): Remove RHS for %symbol-default and add RHS's
4854 for <*> and <!>.
4855 * src/scan-gram.l (PERCENT_SYMBOL_DEFAULT): Remove.
4856 (TYPE_TAG_ANY, TYPE_TAG_NONE): Add.
4857 * src/symlist.c (symbol_list_default_new): Split into tagged and
4858 tagless versions.
4859 (symbol_list_destructor_set, symbol_list_printer_set): Split
4860 SYMLIST_DEFAULT case into SYMLIST_DEFAULT_TAGGED and
4861 SYMLIST_DEFAULT_TAGLESS.
4862 * src/symlist.h: Update symbol_list_default*_new prototypes.
4863 (symbol_list.content_type): Split enum value SYMLIST_DEFAULT into
4864 SYMLIST_DEFAULT_TAGGED and SYMLIST_DEFAULT_TAGLESS.
4865 * src/symtab.c (default_destructor, default_destructor_location,
4866 default_printer, default_printer_location): Split each into tagged and
4867 tagless versions.
4868 (symbol_destructor_get, symbol_destructor_location_get,
4869 symbol_printer_get, symbol_printer_location_get): Implement tagged
4870 default and tagless default cases.
4871 (default_destructor_set, default_printer_set): Split each into tagged
4872 and tagless versions.
4873 * src/symtab.h: Update prototypes.
4874 * tests/actions.at (Default %printer and %destructor): Rename to...
4875 (Default tagless %printer and %destructor): ... this, and extend.
4876 (Per-type %printer and %destructor): Rename to...
4877 (Default tagged and per-type %printer and %destructor): ... this, and
4878 extend.
4879 (Default %printer and %destructor for user-defined end token): Extend.
4880 (Default %printer and %destructor are not for error or $undefined):
4881 Update.
4882 (Default %printer and %destructor are not for $accept): Update.
4883 (Default %printer and %destructor for mid-rule values): Extend.
4884 * tests/input.at (Default %printer and %destructor redeclared): Extend.
4885 (Unused values with default %destructor): Extend.
4886
4887 2006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
4888
4889 Don't apply the default %destructor/%printer to an unreferenced midrule
4890 value. Mentioned at
4891 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00104.html>.
4892 * src/symtab.c (dummy_symbol_get): Name all dummy symbols initially
4893 like $@n instead of just @n so that the default %destructor/%printer
4894 logic doesn't see them as user-defined symbols.
4895 (symbol_is_dummy): Check for both forms of the name.
4896 * src/reader.c (packgram): Remove the `$' from each midrule symbol
4897 name for which the midrule value is referenced in any action.
4898 * tests/actions.at (Default %printer and %destructor for mid-rule
4899 values): New test.
4900 * tests/regression.at (Rule Line Numbers, Web2c Report): Update output
4901 for change to dummy symbol names.
4902
4903 2006-10-20 Joel E. Denny <jdenny@ces.clemson.edu>
4904
4905 Warn about unset midrule $$ if the corresponding $n is used.
4906 * src/reader.c (symbol_should_be_used): Check midrule parent rule for
4907 $n usage.
4908 (packgram): Before invoking grammar_rule_check on any rule, make sure
4909 all actions have already been scanned in order to set `used' flags.
4910 Otherwise, checking that a midrule's $$ is set will not always work
4911 properly because the midrule check must forward-reference the midrule's
4912 parent rule.
4913 * tests/input.at (AT_CHECK_UNUSED_VALUES): Extend to check the new
4914 warning.
4915
4916 2006-10-20 Joel E. Denny <jdenny@ces.clemson.edu>
4917
4918 More improvements to the documentation of the prologue alternatives:
4919 * NEWS (2.3a+): Mention the new `Prologue Alternatives' section in the
4920 Bison manual.
4921 * doc/bison.texinfo (Prologue Alternatives): Correct some errors. Add
4922 some text to clarify the relative importance of the new directives and
4923 to show how these directives may be viewed as code labels.
4924
4925 2006-10-16 Joel E. Denny <jdenny@ces.clemson.edu>
4926
4927 Similar to the recently removed %before-header, add %code-top as the
4928 alternative to the pre-prologue. Mentioned at
4929 <http://lists.gnu.org/archive/html/bison-patches/2006-10/msg00063.html>.
4930 Also, let the prologue alternatives appear in the grammar section.
4931 * src/parse-gram.y (PERCENT_CODE_TOP): New token.
4932 (prologue_declaration): Move the existing prologue alternatives to...
4933 (grammar_declaration): ... here and add %code-top.
4934 * src/scan-gram.l (PERCENT_CODE_TOP): New token.
4935
4936 Clean up and extend documentation for the prologue alternatives.
4937 * NEWS (2.3a+): Describe prologue alternatives.
4938 * doc/bison.texinfo (Prologue): Move discussion of prologue
4939 alternatives to...
4940 (Prologue Alternatives): ... this new section, and extend it to discuss
4941 all 4 directives in detail.
4942 (Table of Symbols): Clean up discussion of prologue alternatives and
4943 add %code-top.
4944
4945 2006-10-16 Juan Manuel Guerrero <juan.guerrero@gmx.de>
4946
4947 DJGPP specific issues.
4948
4949 * djgpp/config.bat: config.hin has been moved to lib. Adjust
4950 config.bat accordingly.
4951 * djgpp/config.sed: Adjust config.sed for the use of autoconf 2.60.
4952 * djgpp/config.site: Likewise.
4953
4954 2006-10-16 Paolo Bonzini <bonzini@gnu.org>
4955
4956 Replace %*-header with %provides, %requires, %code. See discussion at
4957 http://lists.gnu.org/archive/html/bison-patches/2006-10/msg00002.html
4958
4959 * data/bison.m4 (b4_user_requires, b4_user_provides): New.
4960 (b4_user_start_header): Remove.
4961 * data/glr.c: Use new macros instead of b4_*start_header
4962 and b4_*end_header.
4963 * data/glr.cc: Likewise.
4964 * data/lalr1.cc: Likewise.
4965 * data/push.c: Likewise.
4966 * data/yacc.c: Likewise.
4967
4968 * doc/bison.texinfo: Remove %before-header, rename
4969 %{start,end,after}-header to %requires, %provides, %code.
4970
4971 * src/parse-gram.y: Likewise (also rename token names accordingly).
4972 * src/scan-gram.l: Likewise.
4973 * tests/actions.at: Likewise.
4974
4975 2006-10-14 Paul Eggert <eggert@cs.ucla.edu>
4976
4977 * lib/Makefile.am (AM_CFLAGS): Remove $(WERROR_CFLAGS).
4978 Problem reported by Joel E. Denny.
4979
4980 2006-10-14 Jim Meyering <jim@meyering.net>
4981
4982 (Sync from coreutils.)
4983 Work also when the working directory (with e.g. coreutils sources)
4984 is version controlled with git, rather than CVS.
4985 * bootstrap (CVS_only_file): Test for the existence of README-cvs,
4986 rather than CVS.
4987 In messages and comments, say e.g., "checked-out sources",
4988 rather than "CVS sources".
4989 (version_controlled_file): New function. Work for git as well as
4990 for CVS. Don't use grep's -q option.
4991 (slurp): Call it here, in place of CVS-specific code.
4992
4993 2006-10-14 Joel E. Denny <jdenny@ces.clemson.edu>
4994
4995 Fix testsuite for ./configure --enable-gcc-warnings:
4996 * configure.ac (gcc-warnings): Move -Wall before -Wno-sign-compare.
4997 Otherwise, gcc 4.1.0 (at least) warns about sign comparisons in
4998 __AT_CHECK_PRINTER_AND_DESTRUCTOR in tests/actions.at.
4999 * test/input.at (Torturing the Scanner): #include <stdlib.h> for abort.
5000 * test/regression.at (Diagnostic that expects two alternatives):
5001 Likewise.
5002
5003 2006-10-12 Paul Eggert <eggert@cs.ucla.edu>
5004
5005 * bootstrap.conf (gnulib_modules): Add config-h.
5006 * djgpp/subpipe.c: Include <config.h> unconditionally; don't
5007 worry about HAVE_CONFIG_H.
5008 * lib/abitset.c: Likewise.
5009 * lib/bitset.c: Likewise.
5010 * lib/bitset_stats.c: Likewise.
5011 * lib/bitsetv-print.c: Likewise.
5012 * lib/bitsetv.c: Likewise.
5013 * lib/ebitset.c: Likewise.
5014 * lib/get-errno.c: Likewise.
5015 * lib/lbitset.c: Likewise.
5016 * lib/subpipe.c: Likewise.
5017 * lib/timevar.c: Likewise.
5018 * lib/vbitset.c: Likewise.
5019 * lib/bitset.c: Include "bitset.h" first, to test interface.
5020 * lib/bitset_stats.c: Include "bitset_stats.h" first.
5021 * lib/bitsetv-print.c: Include "bitsetv-print.h" first.
5022 * lib/bitsetv.c: Include "bitsetv.h" first.
5023 * lib/get-errno.c: Include "get-errno.h" first.
5024 * m4/.cvsignore: Add config-h.m4.
5025 * tests/actions.at (Default %printer and %destructor for ...):
5026 Adjust expected line numbers in output to reflect removal of #if
5027 HAVE_CONFIG_H lines.
5028 * tests/glr-regression.at (Missed %merge type warnings when ...):
5029 Likewise.
5030 * tests/regression.at (Braced code in declaration in rules section):
5031 Likewise.
5032 * tests/atlocal.in (CPPFLAGS): Don't define HAVE_CONFIG_H.
5033 * tests/local.at (AT_DATA_GRAMMAR_PROLOGUE):
5034 Include <config.h> unconditionally.
5035
5036 * bootstrap: Sync from coreutils, as follows:
5037
5038 2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
5039
5040 * bootstrap (symlink_to_gnulib): Fix bug: the dot_dots shell
5041 variable was sometimes used without being initialized. This
5042 messed up the installation of the INSTALL file in some cases.
5043
5044 2006-10-09 Paul Eggert <eggert@cs.ucla.edu>
5045
5046 * bootstrap (usage, main program, symlink_to_gnulib): Add option
5047 --copy. Inspired by a suggestion from Bruno Haible.
5048
5049 2006-10-03 Jim Meyering <jim@meyering.net>
5050
5051 * bootstrap: Undo last change to this file, since now gnulib-tool
5052 sticks with the automake default in generating dependencies.
5053
5054 2006-10-12 Paul Eggert <eggert@cs.ucla.edu>
5055
5056 * configure.ac: Use AC_PROG_CC_STDC; this is more modern than
5057 the old AC_PROG_CC / AM_PROG_CC_STDC combination.
5058
5059 * doc/bison.1: Add copyright notice.
5060
5061 * data/glr.c: Don't include <stdarg.h>; not used.
5062
5063 * NEWS: The -g and --graph options now output graphs in Graphviz
5064 DOT format, not VCG format.
5065 * doc/bison.1: Likewise.
5066 * doc/bison.texinfo (Understanding, Bison Options): Likewise.
5067 * THANKS: Add Satya Kiran Popuri, who proposed the initial version
5068 of this change in
5069 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00158.html>.
5070 * TODO: Remove Graphviz entry.
5071 * src/Makefile.am (bison_SOURCES): Add graphviz.c and graphviz.h;
5072 remove vcg.c, vcg.h, vcg_defaults.h.
5073 * src/vcg.c, src/vcg.h, src/vcg_defaults.h: Remove.
5074 * src/graphviz.c, src/graphviz.h: New files.
5075 * src/files.c (compute_output_file_names): Output .dot, not .vcg.
5076 * src/files.h: Make comment more generic.
5077 * src/main.c (main): Likewise.
5078 * src/print_graph.h: Likewise.
5079 * src/getargs.c (usage): Make usage description more generic.
5080 * src/print_graph.c: Include graphviz.h rather than vcg.h.
5081 (static_graph, fgraph): Remove. All uses changed to pass
5082 arguments instead of sharing a static var.
5083 (print_core, print_actions, print_state, print_graph):
5084 Output graphviz format rather than VCG format.
5085 * tests/.cvsignore: Remove *.vcg; add *.dot.
5086 * tests/output.at: Expect *.dot files, not *.vcg files.
5087
5088 * data/Makefile.am (dist_pkgdata_DATA): Add bison.m4; this
5089 accommodates the 2006-10-08 change.
5090
5091 2006-10-11 Bob Rossi <bob@brasko.net>
5092
5093 * data/push.c (yypushparse, yypvarsinit, yypvars): Wrap in b4_push_if.
5094 (b4_yyssa, b4_yyerror_range): New macros.
5095 (struct yypvars): Remove yyssa_ptr and yyerror_range_ptr fields.
5096 (yypvarsinit): Remove init of removed fields.
5097 (yypushparse): Remove use of removed fields; use new macros instead.
5098
5099 2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
5100
5101 * data/push.c (yypushparse): Fix memory leak if yymsg is malloced
5102 in a push parser. Reindent slightly to match yacc.c better.
5103
5104 2006-10-11 Bob Rossi <bob@brasko.net>
5105
5106 * data/push.c (struct yypvars): Remove yymsgbuf, yymsgbuf_ptr, yymsg,
5107 yymsg_alloc fields.
5108 (yypvarsinit, yypushparse): Remove init of removed fields.
5109 (yypushparse): Use yymsgbuf instead of yymsgbuf_ptr.
5110
5111 2006-10-09 Paul Eggert <eggert@cs.ucla.edu>
5112
5113 * THANKS: Add Paolo Bonzini and Bob Rossi.
5114
5115 2006-10-08 Paolo Bonzini <bonzini@gnu.org>
5116
5117 * data/c.m4 (b4_copyright, b4_epilogue, b4_location_initial_column,
5118 b4_location_initial_line, p4_parse_param, b4_ints_in, b4_flag_if,
5119 b4_define_flag_if and uses, b4_basename, b4_syncline, b4_user_code,
5120 b4_define_user_cde and uses): Remove.
5121 (b4_comment, b4_prefix, b4_sync_start): New.
5122 * data/bison.m4: New file, with most of the content removed from c.m4.
5123 * src/muscle_tab.h: Use "do {...} while(0)" throughout.
5124 * src/output.c (output_skeleton): Pass bison.m4.
5125 (prepare): Pass glr_flag and nondeterministic_flag. Pass prefix
5126 only if specified.
5127
5128 2006-10-05 Paul Eggert <eggert@cs.ucla.edu>
5129
5130 Fix test failure reported by Tom Lane in
5131 <http://lists.gnu.org/archive/html/bug-bison/2006-10/msg00000.html>
5132 and try to make such failures easier to catch in the future.
5133 * data/glr.c (YYTRANSLATE): Don't check for nonpositive arg;
5134 that's now the caller's responsibility.
5135 (yyprocessOneStack, yyrecoverSyntaxError, yyparse):
5136 Set yychar = YYEOF if it's negative.
5137 * tests/actions.at (yylex): Abort if asked to read past EOF.
5138 * tests/conflicts.at (yylex): Likewise.
5139 * tests/cxx-type.at (yylex): Likewise.
5140 * tests/glr-regression.at (yylex): Likewise.
5141 * tests/input.at (yylex): Likewise.
5142 * tests/regression.at (yylex): Likewise.
5143 * tests/torture.at (yylex): Likewise.
5144
5145 2006-10-01 Paul Eggert <eggert@cs.ucla.edu>
5146
5147 Fix problems with translating English-language diagnostics.
5148 * bootstrap: Fix bug introduced in recent bootstrap changes, with
5149 respect to bison-runtime pot generation. The YY_ stuff
5150 wasn't being captured.
5151 * bootstrap.conf (XGETTEXT_OPTIONS_RUNTIME): New var.
5152 * po/POTFILES.in: Add src/location.c, src/scan-code.l.
5153 * runtime-po/POTFILES.in: Add data/push.c.
5154
5155 2006-09-29 Paul Eggert <eggert@cs.ucla.edu>
5156
5157 Merge bootstrap changes from coreutils.
5158
5159 2006-09-28 Jim Meyering <jim@meyering.net>
5160
5161 Automatically generated dependencies are important even
5162 when all of the sources in a directory come from gnulib.
5163 * bootstrap (gnulib_tool): Remove the "no-dependencies" automake
5164 option that gnulib-tool adds to what becomes our lib/gnulib.mk.
5165
5166 2006-09-23 Jim Meyering <jim@meyering.net>
5167
5168 * bootstrap (gnulib_tool_options): Add "--local-dir gl".
5169
5170 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
5171
5172 * bootstrap: Add support for --force.
5173 (usage): New function. Describe usage less tersely.
5174 (CVS_only_file): New var.
5175
5176 2006-09-21 Paul Eggert <eggert@cs.ucla.edu>
5177
5178 * data/push.c (YYPUSH_MORE): Make it an enum instead.
5179 (yypushparse): Use YYPUSH_MORE instead of the mystery constant.
5180 Adjust white space and comments to match GNU style better.
5181
5182 2006-09-20 Bob Rossi <bob@brasko.net>
5183
5184 * data/push.c (yyresult_get): Remove function.
5185 (YYPUSH_MORE): Add #define.
5186 (yypushparse): Modify return value.
5187
5188 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
5189
5190 * stamp-h.in: Remove; no longer needed.
5191 * .cvsignore: Replace autom4te.cache and config.cache with *.cache.
5192 Remove config.h, config.hin, intl (no longer created).
5193 * lib/.cvsignore: Add config.h, config.hin, configmake.h, inttypes.h,
5194 stamp-h1.
5195
5196 Sync bootstrap from coreutils, as follows:
5197
5198 2006-09-18 Paul Eggert <eggert@cs.ucla.edu>
5199
5200 * bootstrap (symlink_to_gnulib): New function.
5201 (cp_mark_as_generated): Use it, to prefer symlinks-to-gnulib
5202 to copies-of-gnulib.
5203 (cp_mark_as_generated, slurp, gnulib_files):
5204 Avoid making a copy if it's the same as the old version.
5205 (gnulib_files): Add support for this variable (used by Bison).
5206
5207 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
5208
5209 * src/getargs.c (usage): Rework to use conventions similar to
5210 coreutils, to make translation a bit easier and the code a bit
5211 smaller. Problem reported by Tim Van Holder.
5212
5213 2006-09-15 Paul Eggert <eggert@cs.ucla.edu>
5214
5215 Use some of gnulib's new modules, taken from coreutils.
5216
5217 * bootstrap: Sync from coreutils, except add support for gnulib_files.
5218 * bootstrap.conf: New file.
5219 (gnulib_modules): Add configmake, inttypes, unistd.
5220 (XGETTEXT_OPTIONS): Add complain, complain_at,
5221 fatal, fatal_at, warn, warn_at, unexpected_end.
5222 * configure.ac (AC_CONFIG_HEADERS): config.h is now in lib, not here.
5223 (gl_USE_SYSTEM_EXTENSIONS): Remove; gl_EARLY now does this.
5224 (gl_EARLY): Add.
5225 (AM_STDBOOL_H): Remove; gl_INIT now dows this.
5226 (gl_INIT): Add
5227 (GNULIB_AUTOCONF_SNIPPET): Remove.
5228 (AM_GNU_GETTEXT): Add; require formatstring macros since that's
5229 the pickiest.
5230 * lib/.cvsignore: Add inttypes_.h.
5231 * lib/Makefile.am: Include gnulib.mk first so we can append to it.
5232 (AM_CFLAGS): Add WERROR_CFLAGS, to be more like coreutils.
5233 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES): Remove
5234 no-longer-necessary initializations.
5235 (lib_SOURCES): Remove, replacing by libbison_a_SOURCES.
5236 * lib/subpipe.c: Include <unistd.h> unconditionally, now that we
5237 use the unistd module.
5238 * src/system.h: Likewise.
5239 * m4/.cvsignore: Remove *_gl.m4, gnulib.m4, inttypes_h.m4, uintmax_t.m4,
5240 ulonglong.m4. Add gettext.m4, gnulib-cache.m4, gnulib-comp.m4,
5241 gnulib-tool.m4, inttypes-h.m4, inttypes-pri.m4, inttypes.m4.
5242 * src/Makefile.am (DEFS): Remove, since configmake does this for us.
5243 (AM_CPPFLAGS): Remove -I../lib, since Automake does that for us.
5244 * src/system.h: Include inttypes.h unconditionally, now that we
5245 use the inttypes module. Don't bother to include stdint.h, since
5246 inttypes.h now does that for us.
5247 (LOCALEDIR): Remove, now that we use the configmake module.
5248 * src/getargs.c: Include configmake.h.
5249 * src/main.c: Likewise.
5250 * src/output.c: Likewise.
5251 * tests/atlocal.in (CPPFLAGS): Include from $abs_top_builddir/lib,
5252 not from $abs_top_builddir, since config.h moved.
5253
5254
5255 Port to GCC 2.95. First two problems reported by Michael Deutschmann in
5256 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00018.html>.
5257
5258 * src/parse-gram.y (symbol_declaration): Don't put statements
5259 before declarations; it's not portable to C89.
5260 * src/scan-code.l (handle_action_at): Likewise.
5261
5262 * src/scan-code.l: Always initialize braces_level; the old code
5263 left it uninitialized and therefore had undefined behavior.
5264
5265 Don't attempt to redefine 'assert', since it runs afoul of
5266 systems where standard headers (mistakenly) include <assert.h>.
5267 Instead, define and use our own alternative, called 'aver'.
5268 * src/reader.c: Don't include assert.h, since we no longer
5269 use assert.
5270 * src/scan-code.l: Likewise.
5271 * src/system.h (assert): Remove, replacing with....
5272 (aver): New function, taking a bool arg. All uses changed.
5273 * src/tables.c (pack_vector): Ensure that aver arg is bool,
5274 not merely an integer.
5275
5276 2006-09-15 Bob Rossi <bob@brasko.net>
5277
5278 * data/Makefile.am (dist_pkgdata_DATA): Add push.c.
5279 * data/c.m4 (YYPUSH): New.
5280 (b4_push_if): New macro. Use it instead of #ifdef YYPUSH.
5281 * src/getargs.c (push_parser): New var.
5282 * src/getargs.h (push_parser): New declaration.
5283 * src/output.c (prepare): Add macro insertion of `push_flag'.
5284 * src/parse-gram.y (PERCENT_PUSH_PARSER): New token.
5285 (prologue_declaration): Parse %push-parser.
5286 * src/scan-gram.l: Scan new PERCENT_PUSH_PARSER token.
5287 * tests/calc.at (_AT_CHECK_CALC_ERROR): Add "Return" and "Now" to
5288 list of removed lines from the traces observed.
5289 (AT_CHECK_CALC_LALR): Added push parser tests.
5290
5291 2006-09-13 Paul Eggert <eggert@cs.ucla.edu>
5292
5293 * NEWS: Version 2.3a.
5294 * configure.ac (AC_INIT): Likewise.
5295
5296 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Remove
5297 "#define YYSTYPE int" that caused "make maintainer-check" to fail
5298 due to header ordering dependencies. I don't know why the #define
5299 was there.
5300
5301 Fix glr.cc and lalr1.cc's use of YYDEBUG so that there's zero
5302 runtime cost when YYDEBUG is not defined, and so that some tests
5303 that used to fail now work. Problem and initial suggestion by
5304 Paolo Bonzini.
5305 * data/c++.m4 (b4_parse_param_cons): Omit leading ','.
5306 * data/glr.cc (b4_parser_class_name):
5307 Initialize yycdebug_ only if YYDEBUG. Also, initialize yydebug_.
5308 (debug_level, set_debug_level): Affect yydebug_, not ::yydebug.
5309 (yydebug_) [YYDEBUG]: New member.
5310 (yycdebug_): Now defined only if YYDEBUG.
5311 * data/lalr1.cc (yydebug_, yycdebug_): Now defined only if YYDEBUG.
5312 (YYCDEBUG) [!YYDEBUG]: Don't use yydebug_ and yycdebug_.
5313 (b4_parser_class_name): Initialize yydebug_ and yycdebug_ only
5314 if YYYDEBUG.
5315 (debug_stream, set_debug_stream, debug_level, set_debug_level):
5316 Define only if YYDEBUG.
5317 * tests/calc.at (_AT_DATA_CALC_Y) [!YYDEBUG]: Omit call to
5318 set_debug_level.
5319 * tests/regression.at (_AT_DATA_DANCER_Y) [!YYDEBUG]: Likewise.
5320 * tests/calc.at (AT_CHECK_CALC_GLR_CC): Uncomment calls to
5321 AT_CHECK_CALC_GLR_CC that are working now.
5322
5323 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
5324
5325 * data/glr.cc (YYERROR_VERBOSE, YYTOKEN_TABLE): Remove.
5326 We don't need them in glr.cc, and glr.c defines them.
5327 Defining YYERROR_VERBOSE to 0 here breaks glr.c, since glr.c
5328 assumes that defining it to anything is the same as defining
5329 it to 1. Problem reported by Paolo Bonzini.
5330
5331 2006-09-12 Paolo Bonzini <bonzini@gnu.org> (tiny change)
5332
5333 * data/c.m4 (b4_null, b4_case): Define.
5334 * src/output.c (prepare_symbols): Use b4_null.
5335 (user_actions_output): Use b4_case.
5336
5337 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
5338
5339 * data/glr.c (b4_shared_declarations): Put start-header first,
5340 before any #includes that we generate, so that feature-test
5341 macros work. Problem reported by Michael Deutschmann in
5342 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00004.html>.
5343 * data/lalr1.cc: Likewise.
5344 * doc/bison.texinfo (Prologue): Document that feature-test macros
5345 should be defined before any Bison declarations.
5346 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Put defns
5347 that depend on location.hh after, not before, Bison decls, since
5348 we now include location.hh after the first user prologue.
5349
5350 * doc/bison.texinfo (Calc++ Parser): Fix memory leak reported by
5351 Sander Brandenburg in
5352 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00002.html>.
5353 Also, fix minor white space and comment issues.
5354 (Prologue): Mention that it's better to define feature-test macros
5355 before Bison declarations. Problem reported by Michael Deutschmann.
5356
5357 * README-cvs: Fix typo: "&" should be "&&". Problem reported
5358 by Jim Meyering.
5359 * m4/.cvsignore: Add argmatch.m4. Remove obstack.m4, strerror_r.m4.
5360 This adjusts to recent gnulib changes.
5361
5362 2006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
5363
5364 Finish implementation of per-type %destructor/%printer. Discussed
5365 starting at
5366 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>
5367 and
5368 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>.
5369 * NEWS (2.3+): Add a description of this feature to the default
5370 %destructor/%printer description.
5371 * doc/bison.texinfo (Freeing Discarded Symbols): Likewise.
5372 * src/symlist.c (symbol_list_destructor_set, symbol_list_printer_set):
5373 Invoke semantic_type_destructor_set or semantic_type_printer_set when a
5374 list node contains a semantic type.
5375 * src/symtab.c, src/symtab.h: Extend with a table that associates
5376 semantic types with their %destructor's and %printer's.
5377 (semantic_type_from_uniqstr, semantic_type_get,
5378 semantic_type_destructor_set, semantic_type_printer_set): New functions
5379 composing the public interface of that table.
5380 (symbol_destructor_get, symbol_destructor_location_get,
5381 symbol_printer_get, symbol_printer_location_get): If there's no
5382 per-symbol %destructor/%printer, look up the per-type before trying
5383 the default.
5384 * tests/actions.at (Per-type %printer and %destructor): New test case.
5385 * tests/input.at (Default %printer and %destructor redeclared):
5386 Extend to check that multiple occurrences of %symbol-default in a
5387 single %destructor/%printer declaration is an error.
5388 (Per-type %printer and %destructor redeclared, Unused values with
5389 per-type %destructor): New test cases.
5390
5391 2006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
5392
5393 Require default %destructor/%printer to be declared using
5394 %symbol-default instead of an empty symbol list, and start working on
5395 new per-type %destructor/%printer. Discussed at
5396 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00007.html>.
5397 * NEWS (2.3+): Add %symbol-default to example.
5398 * bison.texinfo (Freeing Discarded Symbols): Likewise.
5399 (Table of Symbols): Add entry for %symbol-default.
5400 * src/parse-gram.y (PERCENT_SYMBOL_DEFAULT): New token.
5401 (generic_symlist, generic_symlist_item): New nonterminals for creating
5402 a list in which each item is a symbol, semantic type, or
5403 %symbol-default.
5404 (grammar_declaration): Use generic_symlist in %destructor and %printer
5405 declarations instead of symbols.1 or an empty list.
5406 (symbol_declaration, precedence_declaration, symbols.1): Update actions
5407 for changes to symbol_list.
5408 * src/reader.c: Update for changes to symbol_list.
5409 * src/scan-code.l: Likewise.
5410 * src/scan-gram.l: Scan new PERCENT_SYMBOL_DEFAULT token.
5411 * src/symlist.c, src/symlist.h: Extend such that a list node may
5412 represent a semantic type or a %symbol-default in addition to just an
5413 ordinary symbol. Add switched functions for setting %destructor's and
5414 %printer's.
5415 * tests/actions.at, tests/input.at: Add %symbol-default to all default
5416 %destructor/%printer declarations.
5417
5418 2006-08-23 Joel E. Denny <jdenny@ces.clemson.edu>
5419
5420 Whether the default %destructor/%printer applies to a particular symbol
5421 isn't a question of whether the user *declares* that symbol (in %token,
5422 for example). It's a question of whether the user by any means
5423 *defines* the symbol at all (by simply using a char token, for
5424 example). $end is defined by Bison whereas any other token with token
5425 number 0 is defined by the user. The error token is always defined by
5426 Bison regardless of whether the user declares it with %token, but we
5427 may one day let the user define error as a nonterminal instead.
5428 * NEWS (2.3+): Say "user-defined" instead of "user-declared".
5429 * doc/bison.texinfo (Freeing Discarded Symbols): Likewise, and document
5430 the meaning of "user-defined".
5431 * tests/actions.at (Default %printer and %destructor for user-declared
5432 end token): Rename to...
5433 (Default %printer and %destructor for user-defined end token): ...
5434 this.
5435
5436 * src/symtab.c (symbol_destructor_get, symbol_printer_get): In the
5437 computation of whether to apply the default, don't maintain a list of
5438 every Bison-defined symbol. Instead, just check for a first character
5439 of '$', which a user symbol cannot have, and check for the error token.
5440
5441 2006-08-21 Joel E. Denny <jdenny@ces.clemson.edu>
5442
5443 Don't apply the default %destructor or %printer to the error token,
5444 $undefined, or $accept. This change fits the general rule that the
5445 default %destructor and %printer are only for user-declared symbols,
5446 and it solves several difficulties that are described in the new test
5447 cases listed below.
5448 * src/symtab.c (symbol_destructor_get, symbol_printer_get): Implement.
5449 * tests/actions.at (Default %printer and %destructor are not for error
5450 or $undefined, Default %printer and %destructor are not for $accept):
5451 New test cases.
5452
5453 2006-08-19 Joel E. Denny <jdenny@ces.clemson.edu>
5454
5455 Allow %start after the first rule.
5456 * src/reader.c (grammar_current_rule_begin): Don't set the start symbol
5457 when parsing the first rule.
5458 (check_and_convert_grammar): Search for it here after all grammar
5459 declarations have been parsed. Skip midrules, which have dummy LHS
5460 nonterminals.
5461 * src/symtab.c (symbol_is_dummy): New function.
5462 * src/symtab.h (symbol_is_dummy): Declare it.
5463 * tests/input.at (%start after first rule): New test.
5464
5465 2006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
5466
5467 Redo some of the previous commit: add back the ability to use
5468 non-aliased/undeclared string literals since it might be useful to
5469 those declaring %token-table.
5470 * src/reader.c (check_and_convert_grammar): Undo changes in previous
5471 commit: don't worry about complaints from symbols_pack.
5472 * src/symtab.c (symbol_new, symbol_class_set,
5473 symbol_check_alias_consistency): Undo changes in previous commit: count
5474 each string literal as a new symbol and token, assign it a symbol
5475 number, and don't complain about non-aliased string literals.
5476 (symbols_pack): Since symbol_make_alias still does not decrement symbol
5477 and token counts but does still set aliased tokens to the same number,
5478 symbol_pack_processor now leaves empty slots in the symbols array.
5479 Remove those slots.
5480 * tests/regression.at (Undeclared string literal): Remove test case
5481 added in previous commit since non-aliased string literals are allowed
5482 again.
5483 (Characters Escapes, Web2c Actions): Undo changes in previous commit:
5484 remove unnecessary string literal declarations.
5485 * tests/sets.at (Firsts): Likewise.
5486
5487 2006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
5488
5489 Don't allow an undeclared string literal, but allow a string literal to
5490 be used before its declaration.
5491 * src/reader.c (check_and_convert_grammar): Don't invoke packgram if
5492 symbols_pack complained.
5493 * src/symtab.c (symbol_new): Don't count a string literal as a new
5494 symbol.
5495 (symbol_class_set): Don't count a string literal as a new token, and
5496 don't assign it a symbol number since symbol_make_alias does that.
5497 (symbol_make_alias): It's not necessary to decrement the symbol and
5498 token counts anymore. Don't assume that an alias declaration occurs
5499 before any uses of the identifier or string, and thus don't assert that
5500 one of them has the highest symbol number so far.
5501 (symbol_check_alias_consistency): Complain if there's a string literal
5502 that wasn't declared as an alias.
5503 (symbols_pack): Bail if symbol_check_alias_consistency failed since
5504 symbol_pack asserts that every token has been assigned a symbol number
5505 although undeclared string literals have not.
5506 * tests/regression.at (String alias declared after use, Undeclared
5507 string literal): New test cases.
5508 (Characters Escapes, Web2c Actions): Declare string literals as
5509 aliases.
5510 * tests/sets.at (Firsts): Likewise.
5511
5512 2006-08-14 Joel E. Denny <jdenny@ces.clemson.edu>
5513
5514 In the grammar scanner, STRING_FINISH unclosed constructs and return
5515 them to the parser in order to improve error messages.
5516 * src/scan-gram.l (SC_ESCAPED_STRING, SC_ESCAPED_CHARACTER,
5517 SC_BRACED_CODE, SC_PROLOGUE): Implement.
5518 * tests/input.at (Unclosed constructs): New test case.
5519 * tests/regression.at (Invalid inputs): Update now that unclosed %{ is
5520 seen.
5521
5522 * src/scan-gram.h, src/scan-gram.l (gram_last_braced_code_loc): Remove
5523 unused global.
5524
5525 2006-08-13 Joel E. Denny <jdenny@ces.clemson.edu>
5526
5527 Handle string aliases for character tokens correctly.
5528 * src/symtab.c (symbol_user_token_number_set): If the token has an
5529 alias, check and set its alias's user token number instead of its own,
5530 which is set to indicate the alias. Previously, every occurrence of
5531 the character token in the grammar overwrote that alias indicator with
5532 the character code.
5533 * tests/input.at (String aliases for character tokens): New test.
5534
5535 2006-08-12 Joel E. Denny <jdenny@ces.clemson.edu>
5536
5537 * src/parse-gram.y: Add `%expect 0' so we don't overlook conflicts.
5538
5539 2006-08-11 Paul Eggert <eggert@cs.ucla.edu>
5540
5541 * bootstrap: Put in need-ngettext argument to AM_GNU_GETTEXT,
5542 to prevent failures when building on older platforms.
5543 Check for autopoint failure.
5544 Set XGETTEXT_OPTIONS to values that check for C format strings,
5545 so that translators are warned about them (this also helps
5546 prevent core dumps).
5547
5548 * lib/subpipe.c (create_subpipe): Use new gnulib pipe_safer
5549 function, since it simplifies our code a bit.
5550
5551 * configure.ac (AC_ARG_ENABLE): Use -Wextra -Wno-sign-compare
5552 rather than -W, so we don't get bogus warnings about sign comparisons.
5553 Add -Wpointer-arith, since that warning is useful (it reports code
5554 that does not conform to C89 and that some compilers reject).
5555 * data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c: Undo latest change,
5556 since it's no longer needed.
5557
5558 2006-08-10 Joel E. Denny <jdenny@ces.clemson.edu>
5559
5560 Clean up scanners a bit.
5561 * src/flex-scanner.h (FLEX_NO_OBSTACK): New macro that blocks obstack
5562 definitions so gcc won't warn when obstack_for_string is unused.
5563 * src/scan-code.l: config.h and system.h are already #include'd by
5564 scan-code-c.c, so get rid of them here.
5565 * src/scan-gram.l: Likewise.
5566 * src/scan-skel.l: Likewise, and use flex-scanner.h without obstack
5567 definitions rather than duplicating the rest of it.
5568 * src/scan-gram-c.c, scan-skel-c.c: #include "system.h".
5569
5570 2006-08-09 Joel E. Denny <jdenny@ces.clemson.edu>
5571
5572 Suppress signed/unsigned comparison warnings for yycheck.
5573 * data/c.m4 (b4_safest_int_type): New macro.
5574 * data/glr.c, data/lalr1.cc: Wherever you compare yycheck[i] against
5575 a signed int type, cast it to b4_safest_int_type first.
5576 * data/yacc.c: Likewise.
5577 (b4_safest_int_type): Overwrite the one from c.m4 since b4_int_type is
5578 also overwritten.
5579
5580 2006-08-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
5581
5582 * doc/bison.texinfo: Fix some typos.
5583
5584 2006-08-02 Paul Eggert <eggert@cs.ucla.edu>
5585
5586 * m4/.cvsignore: Add inttypes_h.m4,lib-ld.m4, lib-prefix.m4,
5587 po.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4, warning.m4.
5588
5589 * bootstrap (gnulib_tool): Stop using --assume-autoconf;
5590 the latest gnulib does this a different way.
5591 (get_translations): Sharuzzaman Ahmat Raslan reported that the ms
5592 translation was patched, so stop omitting it.
5593
5594 2006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
5595
5596 Enable declaration of default %printer/%destructor. Make the parser
5597 use these for all user-declared grammar symbols for which the user does
5598 not declare a specific %printer/%destructor. Thus, the parser uses it
5599 for token 0 if the user declares it but not if Bison generates it as
5600 $end. Discussed starting at
5601 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>,
5602 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>,
5603 and
5604 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>.
5605 * NEWS (2.3+): Mention.
5606 * doc/bison.texinfo (Actions in Mid-Rule): It's no longer impossible to
5607 declare a %destructor for a mid-rule's semantic value. It's just
5608 impossible to declare one specific to it.
5609 (Freeing Discarded Symbols): Mention that @$ can be used in %destructor
5610 code. Describe default %destructor form.
5611 * src/parse-gram.y (grammar_declaration): Parse default
5612 %printer/%destructor declarations.
5613 * src/output.c (symbol_destructors_output): Use symbol_destructor_get
5614 and symbol_destructor_location_get rather than accessing the destructor
5615 and destructor_location members of struct symbol.
5616 (symbol_printers_output): Likewise but for %printer's.
5617 * src/reader.c (symbol_should_be_used): Likewise but for %destructor's
5618 again.
5619 * src/symtab.c (default_destructor, default_destructor_location,
5620 default_printer, default_printer_location): New static global
5621 variables to record the default %destructor and %printer.
5622 (symbol_destructor_get, symbol_destructor_location_get,
5623 symbol_printer_get, symbol_printer_location_get): New functions to
5624 compute the appropriate %destructor and %printer for a symbol.
5625 (default_destructor_set, default_printer_set): New functions to set the
5626 default %destructor and %printer.
5627 * src/symtab.h: Prototype all those new functions.
5628 * tests/actions.at (Default %printer and %destructor): New test to
5629 check that the right %printer and %destructor are called, that they're
5630 not called for $end, and that $$ and @$ work correctly.
5631 (Default %printer and %destructor for user-declared end token): New
5632 test to check that the default %printer and %destructor are called for
5633 a user-declared end token.
5634 * tests/input.at (Default %printer and %destructor redeclared, Unused
5635 values with default %destructor): New tests to check related grammar
5636 warnings and errors.
5637
5638 2006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
5639
5640 Clean up handling of %destructor for the end token (token 0).
5641 Discussed starting at
5642 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>
5643 and
5644 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00013.html>.
5645
5646 Make the skeletons consistent in how they pop the end token and invoke
5647 its %destructor.
5648 * data/glr.c (yyrecoverSyntaxError, yyparse): Don't pop the start
5649 state, which has token number 0, since this would invoke the
5650 %destructor for the end token.
5651 * data/lalr1.cc (yy::parser::parse): Don't check for the final state
5652 until after shifting the end token, or else it won't be popped.
5653 * data/yacc.c (yyparse): Likewise.
5654
5655 * data/glr.c (yyparse): Clear the lookahead after shifting it even when
5656 it's the end token. Upon termination, destroy an unshifted lookahead
5657 even when it's the end token.
5658 * data/lalr1.cc (yy::parser::parse): Likewise.
5659 * data/yacc.c (yyparse): Likewise.
5660
5661 * src/reader.c (packgram): Don't check rule 0. This suppresses unused
5662 value warnings for the end token when the user gives the end token a
5663 %destructor.
5664
5665 * tests/actions.at (Printers and Destructors): Test all the above.
5666
5667 2006-07-24 Paul Eggert <eggert@cs.ucla.edu>
5668
5669 Update to latest gnulib and gettext versions.
5670 * bootstrap (gnulib-modules): Remove hard-locale, stdio-safer.
5671 Add fopen-safer.
5672 (gnulib_files): Add m4/warning.m4. Don't worry about files
5673 overwritten by autopoint.
5674 Replace gt_INTL_SUBDIR_CORE with an empty body in m4/gettext_gl.m4.
5675 Suppress "id", "ms", "tr" translations for now, since gettext 0.15
5676 rejects them.
5677 Don't use autoreconf; instead, invoke autopoint etc. by hand,
5678 so that we can remove the intl files at a better time.
5679 (intl_files_to_remove): Remove aclocal.m4, since it gets
5680 rebuilt anyway. Remove m4/inttypes_h.m4, m4/inttypes.m4,
5681 m4/isc-posix.m4, m4/lib-ld.m4, m4/lib-prefix.m4, m4/po.m4,
5682 m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
5683 Add m4/inttypes-h.m4, m4/lock.m4, m4/visibility.m4.
5684 Remove datarootdir hack; no longer needed.
5685 * configure.ac: Use gl_WARNING_CFLAGS rather than BISON_WARNING.
5686 (AM_GNU_GETTEXT_VERSION): Bump from 0.12 to 0.15.
5687 * lib/.cvsignore: Remove hard-locale.c, hard-locale.h, strdup.c,
5688 strdup.h.
5689 * m4/.cvsignore: Remove hard-locale.m4, strdup.m4.
5690 * m4/warning.m4: Remove from CVS, since we now use gnulib's version.
5691
5692 2006-07-20 Paul Eggert <eggert@cs.ucla.edu>
5693
5694 * bootstrap: Adjust to today's change to gnulib-tool by invoking
5695 it with --assume-autoconf='latest-stable'.
5696
5697 2006-07-13 Joel E. Denny <jdenny@ces.clemson.edu>
5698
5699 * src/parse-gram.y (grammar_declaration): Don't confuse Doxygen (at
5700 least 1.4.7 and 1.4.4) by putting a #line between `typedef union
5701 YYSTYPE' and `{'.
5702 * src/muscle_tab.h (muscle_grow): Replace the header comments with
5703 those from muscle_tab.c since the old ones are misleading.
5704
5705 2006-07-13 Akim Demaille <akim@epita.fr>
5706
5707 Support %define "KEY" {VALUE}.
5708 * src/scan-code.h, src/scan-code.l (translate_action)
5709 (translate_rule_action, translate_symbol_action, translate_code):
5710 Return char *, not const char *.
5711 * src/parse-gram.y (declaration): Rename as...
5712 (prologue_declaration): this.
5713 (string_content): Remove this nonterminal, use STRING.
5714 (braceless, content, content.opt): New nonterminal.
5715 Use them.
5716 (%define): Now accept content.opt, i.e., accept also BRACED_CODE
5717 as value.
5718 * src/scan-gram.l (getargs.h): Don't include it.
5719
5720 2006-07-12 Paul Eggert <eggert@cs.ucla.edu>
5721
5722 * data/lalr1.cc (YYCDEBUG): Use 'if (yydebug_) (*yycdebug_)'
5723 rather than a for-loop that declares a local bool variable. This
5724 should work around a compatibility problem with a Cray x1e C++
5725 compiler reported by Hung Nguyen in
5726 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00022.html>.
5727 The for-loop was introduced in the 2004-11-17 change but I don't
5728 know why it was needed.
5729
5730 2006-07-12 Akim Demaille <akim@epita.fr>
5731
5732 * data/c.m4: Comment changes.
5733
5734 2006-07-10 Akim Demaille <akim@lrde.epita.fr>
5735
5736 * src/complain.c (error_message, ERROR_MESSAGE): New.
5737 To factor...
5738 (fatal_at, fatal, warn_at, warn, complain_at, complain): these.
5739 * src/complain.h, src/complain.c (warning_issued): Remove, unused.
5740
5741 2006-07-09 Paul Eggert <eggert@cs.ucla.edu>
5742
5743 * NEWS: Instead of %union, you can define and use your own union type
5744 YYSTYPE if your grammar contains at least one <type> tag.
5745 Your YYSTYPE need not be a macro; it can be a typedef.
5746 * doc/bison.texinfo (Value Type, Multiple Types, Location Type):
5747 (Union Decl, Decl Summary): Document this.
5748 * data/glr.c (YYSTYPE): Implement this.
5749 * data/glr.cc (YYSTYPE): Likewise.
5750 * data/lalr1.cc (YYSTYPE): Likewise.
5751 * data/yacc.c (YYSTYPE): Likewise.
5752 * src/output.c (prepare): Output tag_seen_flag.
5753 * src/parse-gram.y (declaration, grammar_declaration):
5754 Use 'union_seen' rather than 'typed' to determine whether
5755 %union has been seen, since grammars can now be typed without
5756 %union.
5757 (symbol_declaration, type.opt, symbol_def):
5758 Keep track of whether a tag has been seen.
5759 * src/reader.c (union_seen, tag_seen): New vars.
5760 (typed): remove.
5761 * src/reader.h (union_seen, tag_seen, typed): Likewise.
5762 * src/scan-code.l (untyped_var_seen): New variable.
5763 (handle_action_dollar): Adjust to above changes.
5764 (handle_action_dollar, handle_action_at):
5765 Improve overflow checking for outlandish numbers.
5766 * tests/input.at (AT_CHECK_UNUSED_VALUES): Redo test to
5767 avoid new diagnostics generated by above changes.
5768 * tests/regression.at (YYSTYPE typedef): Add test to check
5769 for type tags without %union.
5770
5771 * src/symlist.c (symbol_list_length): Return int, not unsigned
5772 int, since callers expect int. This may need to get revisited
5773 once we have proper integer overflow checking.
5774
5775 * src/scan-gram.h (gram_scanner_cursor): Remove decl, since this
5776 object is now static.
5777
5778 * src/getargs.c (flags_argmatch): Return void, not int,
5779 to pacify ./configure --enable-gcc-warnings.
5780
5781 * src/flex-scanner.h (STRING_FREE): Don't use FLEX_PREFIX (last_string)
5782 since last_string is already defined to FLEX_PREFIX (last_string).
5783
5784 2006-07-09 Akim Demaille <akim@lrde.epita.fr>
5785
5786 Implement --warnings/-W.
5787 * src/getargs.c (report_argmatch, trace_argmatch): Remove,
5788 replaced by...
5789 (flags_argmatch, FLAGS_ARGMATCH): this new function and macro.
5790 Adjust callers.
5791 * src/getargs.h, src/getargs.c (warnings, warnings_flags)
5792 (warnings_args, warnings_types): New.
5793 (getargs, short_options, long_options): Accept -W/--warnings.
5794 Sort the options by alphabetical order, upper case letter right
5795 before its lower case.
5796
5797 2006-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
5798
5799 Change %merge result type clash warnings to errors. Discussed at
5800 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00026.html>.
5801 * src/reader.c (record_merge_function_type): Use complain_at.
5802 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
5803 declared later): Update test case results.
5804
5805 2006-07-09 Akim Demaille <akim@lrde.epita.fr>
5806
5807 * src/getargs.h, src/getargs.c: Swap --report and --trace handling
5808 to be in alphabetical order.
5809 (trace_args): Spelling fixes.
5810
5811 2006-07-09 Paul Eggert <eggert@cs.ucla.edu>
5812
5813 * data/yacc.c (YYID, yy_stack_print): Prefix local vars with "yy"
5814 so they don't collide with user-defined macros.
5815 (yy_stack_print): Don't assume that yytype_int16 promotes to int;
5816 this was never guaranteed, and now that we're using gnulib stdint,
5817 which defines int_fast16_t to long int, the problem is exposed.
5818
5819 2006-07-08 Paul Eggert <eggert@cs.ucla.edu>
5820
5821 * data/c.m4 (b4_basename): Simplify a bit, since we don't
5822 need the full POSIX semantics (and weren't implementing them
5823 anyway).
5824
5825 Adjust to Autoconf 2.60 and today's gnulib.
5826 * bootstrap (gnulib_modules): Add stdint.
5827 Remove special case for m4/onceonly_2_57.m4, since gnulib-tool
5828 no longer copies it.
5829 (intl_files_to_remove): Remove m4/longlong.m4 and m4/wchar_t.m4,
5830 since stdint needs the former and wcwidth (which is now required
5831 by mbswidth) needs the latter.
5832 Append 'datarootdir = @datarootdir@' to po/Makefile.in.in, to
5833 work around a compatibility glitch between gettext 0.14.6 and
5834 Autoconf 2.60.
5835 * configure.ac (AC_PREREQ): Require Autoconf 2.60.
5836 Do not check for uintptr_t, since new stdint module does the right
5837 thing.
5838 * lib/.cvsignore: Remove alloca.c, alloca.h, alloca_.h.
5839 Add stdint.h, stdint_.h, wcwidth.h.
5840 * m4/.cvsignore: Remove alloca.m4, onceonly.m4.
5841 Add absolute-header.m4, double-slash-root.m4, longlong.m4,
5842 stdint.m4, wchar_t.m4, wcwidth.m4.
5843 * src/files.c: Include <dirname.h> and <stdio-safer.h> in the
5844 usual order for ../lib/*.h files.
5845 (file_name_split): Use last_component, not base_name, to adjust
5846 to gnulib changes.
5847 * src/parse-gram.h: Include <strverscmp.h> in the usual order
5848 for ../lib/*.h files.
5849 (YYTYPE_INT16, YYTYPE_INT8, YYTYPE_UINT16, YYTYPE_UINT8):
5850 Define unconditionally, since we now assume the stdint module.
5851 * src/scan-skel.l: Include <dirname.h>.
5852 (BASE_QPUTS): Use last_component, not base_name.
5853 * src/system.h: Include <unlocked-io.h> in the usual order
5854 for ../lib/*.h files. Include <stdint.h> unconditionally,
5855 since we now use the stdint module.
5856 (uintptr_t): Declare if UINTPTR_MAX is not defined, not
5857 HAVE_UINTPTR_T, since we now use the stdint module.
5858 (base_name): Remove decl, since files now include <dirname.h>
5859 to get the decl.
5860
5861 2006-07-08 Akim Demaille <akim@lrde.epita.fr>
5862
5863 * data/c.m4 (b4_location_initial_column, b4_location_initial_line):
5864 New, default to 1.
5865 * data/yacc.c, data/glr.c, data/location.cc: Use them.
5866 * NEWS, doc/bison.texinfo: The initial column and line are 1 by
5867 default.
5868 * tests/calc.at: Adjust.
5869
5870 2006-07-08 Akim Demaille <akim@lrde.epita.fr>
5871
5872 * data/c.m4 (b4_basename): New.
5873 (b4_syncline): Also output the location of its invocation (from
5874 the skeleton).
5875 (b4_user_action, b4_define_user_action, b4_user_actions)
5876 (b4_user_initial_action, b4_user_post_prologue, b4_user_start_header)
5877 (b4_user_stype): New.
5878 * data/yacc.c, data/glr.c, data/lalr1.cc, data/glr.cc: Use them.
5879
5880 2006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
5881
5882 In the grammar file, the first column is 1 not 0 on the first line as
5883 on every other line.
5884 * src/parse-gram.y (%initial-action): Initialize @$ correctly.
5885 * tests/input.at (Torturing the Scanner): Update output.
5886
5887 * src/scan-gram.l (scanner_cursor): Declare it static.
5888
5889 2006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
5890
5891 In warnings, say "previous declaration" rather than "first
5892 declaration".
5893 * src/symtab.c (redeclaration): Do that here.
5894 * src/reader.c (record_merge_function_type): In the case of a result
5895 type clash, report the previous declaration rather than the very first
5896 one in the grammar file.
5897 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
5898 declared later): Add a third declaration to check this behavior.
5899 * tests/input.at (Incompatible Aliases): Update output.
5900
5901 2006-06-27 Akim Demaille <akim@epita.fr>
5902
5903 * doc/Doxyfile.in: New.
5904 * doc/Makefile.am: Use it.
5905 * src/lalr.h, src/symtab.h: Initial doxygenation.
5906
5907 2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
5908
5909 Don't miss %merge result type warnings just because the LHS types are
5910 declared after the %merge. This continues the effort of the previous
5911 patch.
5912 * src/reader.c (get_merge_function): Don't set the merger type yet.
5913 (record_merge_function_type): New function for setting the merger type
5914 and checking for clashes.
5915 (grammar_current_rule_merge_set): Set the location of the %merge for
5916 the current rule.
5917 (packgram): Invoke record_merge_function_type for each rule now that
5918 all symbol type declarations have been parsed.
5919 * src/reader.h (merger_list.type_declaration_location): New member
5920 storing the location of the first %merge from which the type for this
5921 merging function was derived.
5922 * src/symlist.h (symbol_list.merger_declaration_location): New member
5923 storing the location of a rule's %merge, if any.
5924 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
5925 declared later): New test to catch the error fixed by the above patch.
5926
5927 2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
5928
5929 Get action warnings (grammar_rule_check) right even when symbol
5930 declarations appear after the rules. Discussed at
5931 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00108.html>
5932 and
5933 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00151.html>.
5934 Don't mistake the type of $$ in a midrule to be that of its parent
5935 rule's $$.
5936 * src/reader.c (grammar_current_rule_end): Don't invoke
5937 grammar_rule_check yet since not all symbol declarations may have been
5938 parsed yet.
5939 (grammar_midrule_action): Likewise.
5940 Don't record whether the midrule's $$ has been used yet since actions
5941 haven't been translated yet.
5942 Record the midrule's parent rule and its RHS index within the parent
5943 rule.
5944 (grammar_current_rule_action_append): Don't translate the action yet
5945 since not all symbol declarations may have been parsed yet and, thus,
5946 warnings about types for $$, $n, @$, and @n can't be reported yet.
5947 (packgram): Translate the action and invoke grammar_rule_check now that
5948 all symbol declarations have been parsed.
5949 * src/scan-code.l (handle_action_dollar): Now that this is invoked
5950 after parsing the entire grammar file, the symbol list here in the case
5951 of a midrule is actually the midrule's empty RHS, so reference its
5952 parent rule's RHS where necessary.
5953 On the other hand, now that you can already know it's a midrule, you
5954 aren't forced to think $$ has the same type as its parent rule's $$.
5955 (handle_action_at): In the case of a midrule, reference the parent rule
5956 where necessary.
5957 * src/symlist.c (symbol_list_new): Initialize new midrule-related
5958 members.
5959 (symbol_list_length): Now that this is invoked after all rules have
5960 been parsed, a NULL symbol (rather than a NULL symbol list node)
5961 terminates a rule. symbol_list_print already does this correctly.
5962 * src/symlist.h (symbol_list.midrule_parent_rule,
5963 symbol_list.midrule_parent_rhs_index): New members so that midrules can
5964 remember their relationships with their parents.
5965 * tests/input.at (Type Clashes): Extend to catch the midrule $$ error
5966 fixed by the above patch.
5967 (_AT_UNUSED_VALUES_DECLARATIONS, AT_CHECK_UNUSED_VALUES): New m4 macros
5968 implementing...
5969 (Unused values): ... this old test case and...
5970 (Unused values before symbol declarations): ... this new test case.
5971 This one is the same as `Unused values' except that all symbol
5972 declarations appear after the rules in order to catch the rest of the
5973 errors fixed by the above patch.
5974
5975 2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
5976
5977 More cleanup.
5978 * src/reader.c (current_rule): Declare it static since it's no longer
5979 used outside this file.
5980 (grammar_current_rule_action_append): Remove redundant arguments from
5981 translate_rule_action invocation.
5982 * src/reader.h (current_rule): Remove this unused extern.
5983 * src/scan-code.h (translate_rule_action): Remove redundant arguments.
5984 * src/scan-code.l (translate_rule_action): Likewise.
5985
5986 2006-06-25 Joel E. Denny <jdenny@ces.clemson.edu>
5987
5988 Clean up yesterday's patch.
5989 * parse-gram.y (rhs): Move grammar_midrule_action invocation from here
5990 to...
5991 * src/reader.c (grammar_current_rule_action_append): ... here for
5992 consistency with grammar_current_rule_symbol_append.
5993 * tests/regression.at (Braced code in declaration in rules section):
5994 Make yyerror and yylex static as usual.
5995
5996 2006-06-24 Joel E. Denny <jdenny@ces.clemson.edu>
5997
5998 Fix bug that mistakes braced code in a declaration in the rules section
5999 to be a rule action. Mentioned at
6000 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00105.html>.
6001 * src/scan-gram.l: Move midrule action detection from the start of the
6002 scanning of any braced code to...
6003 * src/parse-gram.y (rhs): ... the parsing of braced code as a rule
6004 action. For readability, use $2 and @2 rather than the equivalent
6005 global variables.
6006 * tests/regression.at (Braced code in declaration in rules section):
6007 New test to catch the error fixed by the above patch.
6008
6009 Work on code readability some.
6010 * src/scan-code.l (current_rule): Get rid of this misleading and
6011 redundant declaration: it's actually extern'ed in reader.h.
6012 (YY_DECL, code_lex, handle_action_dollar, handle_action_at,
6013 translate_action): Add a rule argument and use it instead of the global
6014 current_rule.
6015 (translate_rule_action): This already receives current_rule through an
6016 argument, so pass it on to translate_action instead of assigning
6017 current_rule to current_rule.
6018 (translate_symbol_action, translate_code): Pass rule = NULL to
6019 translate_action.
6020
6021 2006-06-23 Joel E. Denny <jdenny@ces.clemson.edu>
6022
6023 Rename %before-definitions to %start-header and %after-definitions to
6024 %end-header. Don't use these declarations to separate pre-prologue
6025 blocks from post-prologue blocks. Add new order-independent
6026 declarations %before-header and %after-header as alternatives to the
6027 traditional Yacc pre-prologue and post-prologue blocks. Discussed at
6028 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00110.html>.
6029 * NEWS (2.3+): Update for these changes.
6030 * data/glr.c (b4_before_definitions): Update to...
6031 (b4_start_header): ... this.
6032 (b4_after_definitions): Update to...
6033 (b4_end_header): ... this.
6034 * data/glr.cc: Likewise.
6035 * data/lalr1.cc: Likewise.
6036 * data/yacc.c: Likewise.
6037 * doc/bison.texinfo (The prologue): Update names, and replace remaining
6038 prologue blocks with %*-header declarations.
6039 (Calc++ Parser): Likewise.
6040 (Decl Summary): Update names.
6041 (Table of Symbols): Update description.
6042 * src/parse-gram.y (PERCENT_AFTER_DEFINITIONS): Update to...
6043 (PERCENT_END_HEADER): ... this.
6044 (PERCENT_BEFORE_DEFINITIONS): Update to...
6045 (PERCENT_START_HEADER): ... this.
6046 (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
6047 (declaration): Update token names and m4 macro names.
6048 When parsing %end-header and %start-header, invoke translate_code
6049 before muscle_code_grow, and no longer set global booleans to remember
6050 whether these declarations have been seen.
6051 Parse new %after-header and %before-header.
6052 * src/reader.c (before_definitions, after_definitions): Remove.
6053 (prologue_augment): Accept a new bool argument to specify whether to
6054 augment the pre-prologue or post-prologue.
6055 * src/reader.h (before_definitions, after_definitions): Remove these
6056 extern's.
6057 (prologue_augment): Add new bool argument.
6058 * src/scan-gram.l (PERCENT_AFTER_DEFINITIONS): Update to...
6059 (PERCENT_END_HEADER): ... this.
6060 (PERCENT_BEFORE_DEFINITIONS): Update to...
6061 (PERCENT_START_HEADER): ... this.
6062 (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
6063 * tests/actions.at (Printers and Destructors): Update names.
6064
6065 2006-06-22 Joel E. Denny <jdenny@ces.clemson.edu>
6066
6067 Add comparison operators for C++ location classes. Discussed at
6068 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00092.html>.
6069 * data/c++.m4 (b4_define_location_comparison): New boolean %define
6070 declaration indicating whether filename_type has an operator==. If
6071 filename_type is `std::string', it defaults to `1', `0' otherwise.
6072 * data/location.cc: Iff b4_define_location_comparison is `1', add
6073 operator== and operator!= for class position and for class location.
6074
6075 Some minor fixes.
6076 * src/scan-action.l: Remove unused file.
6077 * src/symtab.c (symbol_printer_set): Use printer_location not
6078 destructor_location.
6079 * src/symtab.h (struct symbol): Replace incorrect source comment for
6080 printer members.
6081 * tests/input.at (Incompatible Aliases): Update output with correct
6082 printer location.
6083
6084 2006-06-20 Joel E. Denny <jdenny@ces.clemson.edu>
6085
6086 Don't put the pre-prologue in the header file. For the yacc.c code
6087 file and the glr.c header and code files, move the pre-prologue before
6088 the token definitions. Add new %before-definitions and
6089 %after-definitions to declare code that will go in both the header file
6090 and code file. Discussed at
6091 <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00000.html>,
6092 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00016.html>,
6093 and
6094 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00055.html>.
6095 * NEWS (2.3+): Describe these changes.
6096 * data/glr.c (b4_pre_prologue): Move from within to before...
6097 (b4_shared_declarations): ... this.
6098 Add new b4_before_definitions before b4_token_enums.
6099 Add new b4_after_definitions at the end.
6100 * data/glr.cc (b4_pre_prologue): Replace with...
6101 (b4_before_definitions): ... this in the header file.
6102 (b4_after_definitions): New near the end of the header file.
6103 * data/lalr1.cc (b4_pre_prologue): Move from the header file to the
6104 code file right before including the header file.
6105 (b4_before_definitions): New in the previous position of
6106 b4_pre_prologue in the header file.
6107 (b4_after_definitions): New near the end of the header file.
6108 * data/yacc.c: Clean up some m4 quoting especially in the header file.
6109 (b4_token_enums_defines): In the code file, move to right before
6110 YYSTYPE for consistency with the header file.
6111 (b4_before_definitions): New right before b4_token_enums_defines in
6112 both the header and code file.
6113 (b4_after_definitions): New right after YYLTYPE and yylloc in both the
6114 header and code file.
6115 * doc/bison.texinfo (Prologue): Show use of %before-definitions instead
6116 of prologues for %union dependencies.
6117 (Decl Summary): In %defines description, mention the effect of
6118 %before-definitions and %after-definitions on the header file.
6119 (Calc++ Parser): Forward declare driver in a %before-definitions rather
6120 than in the pre-prologue so that make check succeeds.
6121 (Table of Symbols): Add entries for %before-definitions and
6122 %after-definitions.
6123 * src/parse-gram.y (PERCENT_BEFORE_DEFINITIONS): New token for
6124 %before-definitions.
6125 (PERCENT_AFTER_DEFINITIONS): New token for %after-definitions.
6126 (declaration): Parse those declarations and append to
6127 b4_before_definitions and b4_after_definitions, respectively.
6128 * src/reader.c (before_definitions, after_definitions): New bools to
6129 track whether those declarations have been seen.
6130 (prologue_augment): Add to the post-prologue if %union,
6131 %before-definitions, or %after-definitions has been seen.
6132 * src/reader.h (before_definitions, after_definitions): New extern's.
6133 * src/scan-gram.l: Scan the new declarations.
6134 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Place the second
6135 prologue block in a %before-definitions or a %after-definitions based
6136 on whether the %union is declared.
6137 * tests/regression.at (Early token definitions with --yacc, Early token
6138 definitions without --yacc): Move tests for token definitions into the
6139 post-prologue since token names are no longer defined in the
6140 pre-prologue.
6141
6142 2006-06-20 Akim Demaille <akim@epita.fr>
6143
6144 * src/symtab.h, src/symtab.c (symbol_from_uniqstr): New.
6145 (symbol_get): Use it.
6146 * src/parse-gram.y: Use it.
6147
6148 2006-06-19 Joel E. Denny <jdenny@ces.clemson.edu>
6149
6150 * src/scan-gram.l: Remove unused declaration of last_string_1 so the
6151 build succeeds when configured with --enable-gcc-warnings.
6152
6153 2006-06-19 Paul Eggert <eggert@cs.ucla.edu>
6154
6155 * src/parse-gram.y (char_name): New function.
6156 (CHAR, STRING, string_content): For %printer, properly escape.
6157 (ID): Prefer fputs to fprintf.
6158 (id): Reindent to be consistent with other rules.
6159 Properly quote char.
6160
6161 The Translation Project changed its way of publishing translations
6162 to maintainers. I haven't received any responses to my request
6163 for supporting the old way, or for documenting the new way. I
6164 have modified 'bootstrap' to use screen scraping
6165 (in this case, HTML scraping). This is unreliable and inelegant,
6166 but I don't see any better way. Yuck.
6167 * bootstrap (TP_URL, WGET_COMMAND): New vars.
6168 (get_translations): New function, which uses HTML scraping to
6169 deduce locations of latest translations.
6170 Use this function to grab both bison and bison-runtime .po files.
6171 Don't bother priming the pump for the runtime-po domain any more,
6172 as it's now translated better than bison is.
6173
6174 2006-06-19 Akim Demaille <akim@epita.fr>
6175
6176 * src/scan-gram.l: No longer "parse" things after `%union' until
6177 `{'. Rather, return a single "%union" token.
6178 No longer make symbols: return strings, and leave the conversion
6179 to symbols to the parser.
6180 (SC_PRE_CODE, token_type): Remove.
6181 * src/parse-gram.y (%union): New field `character'.
6182 Sort tokens.
6183 (CHAR): New token.
6184 (ID, ID_COLON): Now that the scanner no longer makes them
6185 identifiers, adjust all uses to invoke symbol_get.
6186 (id_colon): New, wraps the conversion from string to symbol.
6187 (%union): Accept a possible union_name.
6188 (symbol): Now can be a char.
6189 * data/c.m4 (b4_union_name): Leave a default value.
6190 * data/glr.c, data/yacc.c: Use it.
6191
6192 2006-06-11 Joel E. Denny <jdenny@ces.clemson.edu>
6193
6194 For associating token numbers with token names for "yacc.c", don't use
6195 #define statements unless `--yacc' is specified; always use enum
6196 yytokentype. Most important discussions start at:
6197 <http://lists.gnu.org/archive/html/bison-patches/2005-09/msg00053.html>,
6198 <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00052.html>,
6199 and
6200 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00043.html>.
6201 * NEWS (2.3+): Mention.
6202 * data/c.m4 (b4_yacc_if): New.
6203 (b4_token_enums_defines): Use b4_yacc_if to decide whether to add the
6204 token #define's.
6205 * doc/bison.texinfo (Bison Options): Describe the effect of `--yacc'
6206 on token name definitions.
6207 * src/getargs.c (usage): Capitalize `Yacc' in English.
6208 * src/output.c (prepare): Define b4_yacc_flag.
6209 * tests/regression.at (Early token definitions): Test that tokens names
6210 are defined before the pre-prologue not just before the post-prologue.
6211 Remove this test case and copy to...
6212 (Early token definitions with --yacc): ... this to test #define's.
6213 (Early token definitions without --yacc): ... and this to test enums.
6214
6215 2006-06-11 Paul Eggert <eggert@cs.ucla.edu>
6216
6217 * NEWS: Reword the post-2.3 change to not be so optimistic about
6218 removing the old "look-ahead" spelling.
6219 Update previous look-ahead/lookahead change reports.
6220 * REFERENCES: look-ahead -> lookahead (since that's
6221 what he actually wrote).
6222 * doc/refcard.tex: look ahead -> lookahead,
6223 look-ahead -> lookahead
6224
6225 2006-06-09 Joel E. Denny <jdenny@ces.clemson.edu>
6226
6227 For consistency, use `lookahead' instead of `look-ahead' or
6228 `look_ahead'. Discussed starting at
6229 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00049.html>
6230 and then at
6231 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00017.html>.
6232 * NEWS: For the next release, note the change to `--report'.
6233 * TODO, doc/bison.1: Update English.
6234 * doc/bison.texinfo: Update English.
6235 (Understanding Your Parser, Bison Options): Document as
6236 `--report=lookahead' rather than `--report=look-ahead'.
6237 * src/conflicts.c: Update English in comments.
6238 (lookahead_set): Rename from look_ahead_set.
6239 (flush_reduce): Rename argument look_ahead_tokens to lookahead_tokens.
6240 (resolve_sr_conflict): Rename local look_ahead_tokens to
6241 lookahead_tokens, and update other uses.
6242 (flush_shift, set_conflicts, conflicts_solve, count_sr_conflicts,
6243 count_rr_conflicts, conflicts_free): Update uses.
6244 * src/getargs.c (report_args): Move "lookahead" before alternate
6245 spellings.
6246 (report_types): Update uses.
6247 (usage): For `--report' usage description, state `lookahead' spelling
6248 rather than `look-ahead'.
6249 * src/getargs.h (report.report_lookahead_tokens): Rename from
6250 report_look_ahead_tokens.
6251 * src/lalr.c: Update English in comments.
6252 (compute_lookahead_tokens): Rename from compute_look_ahead_tokens.
6253 (state_lookahead_tokens_count): Rename from
6254 state_look_ahead_tokens_count.
6255 Rename local n_look_ahead_tokens to n_lookahead_tokens.
6256 (lookahead_tokens_print): Rename from look_ahead_tokens_print.
6257 Rename local n_look_ahead_tokens to n_lookahead_tokens.
6258 Update other uses.
6259 Update English in output.
6260 (add_lookback_edge, initialize_LA, lalr, lalr_free): Update uses.
6261 * src/print.c: Update English in comments.
6262 (lookahead_set): Rename from look_ahead_set.
6263 (print_reduction): Rename argument lookahead_token from
6264 look_ahead_token.
6265 (print_core, state_default_rule, print_reductions, print_results):
6266 Update uses.
6267 * src/print_graph.c: Update English in comments.
6268 (print_core): Update uses.
6269 * src/state.c: Update English in comments.
6270 (reductions_new): Update uses.
6271 (state_rule_lookahead_tokens_print): Rename from
6272 state_rule_look_ahead_tokens_print, and update other uses.
6273 * src/state.h: Update English in comments.
6274 (reductions.lookahead_tokens): Rename from look_ahead_tokens.
6275 (state_rule_lookahead_tokens_print): Rename from
6276 state_rule_look_ahead_tokens_print.
6277 * src/tables.c: Update English in comments.
6278 (conflict_row, action_row): Update uses.
6279 * tests/glr-regression.at
6280 (Incorrect lookahead during deterministic GLR,
6281 Incorrect lookahead during nondeterministic GLR): Rename
6282 print_look_ahead to print_lookahead.
6283 * tests/torture.at: Update English in comments.
6284 (AT_DATA_LOOKAHEAD_TOKENS_GRAMMAR): Rename from
6285 AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR.
6286 (Many lookahead tokens): Update uses.
6287 * data/glr.c: Update English in comments.
6288 * lalr1.cc: Likewise.
6289 * yacc.c: Likewise.
6290 * src/conflicts.h: Likewise.
6291 * src/lalr.h: Likewise.
6292 * src/main.c: Likewise.
6293 * src/output.c: Likewise.
6294 * src/parse-gram.c: Likewise.
6295 * src/tables.h: Likewise.
6296 * tests/calc.at: Likewise.
6297
6298 2006-06-08 Joel E. Denny <jdenny@ces.clemson.edu>
6299
6300 * src/flex-scanner.h (yytext): Remove stray `*/' in #define.
6301
6302 2006-06-07 Paul Eggert <eggert@cs.ucla.edu>
6303
6304 * TODO: Add request from Nelson H. F. Beebe to be able to install
6305 Bison without installing the yacc script.
6306
6307 2006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
6308
6309 * src/flex-scanner.h: For the sake of Flex 2.5.4, don't #define yyleng
6310 and yytext if they're already #define'd.
6311 * src/flex-scanner.h, src/location.h: Move #include "system.h" to...
6312 * src/scan-code-c.c: ... here.
6313 * src/scan-code.l, src/scan-gram.l: ... and here. Also #include
6314 <config.h>.
6315
6316 2006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
6317
6318 Get Bison to build again when configured with --enable-gcc-warnings.
6319 * src/location.c, src/location.h, src/main.c, src/scan-code.l: Add some
6320 missing #include's.
6321 * src/scan-code.l (handle_action_dollar, handle_action_at): Rename
6322 loc argument as it shadows a global.
6323 * src/scan-gram.l: Remove stray comma that prevents boundary_set
6324 invocation.
6325
6326 * src/.cvsignore: Add scan-code.c.
6327
6328 2006-06-07 Akim Demaille <akim@epita.fr>
6329
6330 * src/scan-gram.l: Move the "add a trailing ; to actions" code
6331 to...
6332 * src/scan-code.l: here.
6333 * tests/input.at (Torturing the Scanner): Fix another location
6334 error.
6335
6336 2006-06-07 Akim Demaille <akim@epita.fr>
6337
6338 * src/Makefile.am (BUILT_SOURCES): Fix the trailing backslash.
6339
6340 2006-06-06 Akim Demaille <akim@epita.fr>
6341
6342 Extract the parsing of user actions from the grammar scanner.
6343 As a consequence, the relation between the grammar scanner and
6344 parser is much simpler. We can also split "composite tokens" back
6345 into simple tokens.
6346 * src/gram.h (ITEM_NUMBER_MAX, RULE_NUMBER_MAX): New.
6347 * src/scan-gram.l (add_column_width, adjust_location): Move to and
6348 rename as...
6349 * src/location.h, src/location.c (add_column_width)
6350 (location_compute): these.
6351 Fix the column count: the initial column is 0.
6352 (location_print): Be robust to ending column being 0.
6353 * src/location.h (boundary_set): New.
6354 * src/main.c: Adjust to scanner_free being renamed as
6355 gram_scanner_free.
6356 * src/output.c: Include scan-code.h.
6357 * src/parse-gram.y: Include scan-gram.h and scan-code.h.
6358 Use boundary_set.
6359 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_INITIAL_ACTION)
6360 (PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Remove the {...} part,
6361 which is now, again, a separate token.
6362 Adjust all dependencies.
6363 Whereever actions with $ and @ are used, use translate_code.
6364 (action): Remove this nonterminal which is now useless.
6365 * src/reader.c: Include assert.h, scan-gram.h and scan-code.h.
6366 (grammar_current_rule_action_append): Use translate_code.
6367 (packgram): Bound check ruleno, itemno, and rule_length.
6368 * src/reader.h (gram_in, gram__flex_debug, scanner_cursor)
6369 (last_string, last_braced_code_loc, max_left_semantic_context)
6370 (scanner_initialize, scanner_free, scanner_last_string_free)
6371 (gram_out, gram_lineno, YY_DECL_): Move to...
6372 * src/scan-gram.h: this new file.
6373 (YY_DECL): Rename as...
6374 (GRAM_DECL): this.
6375 * src/scan-code.h, src/scan-code.l, src/scan-code-c.c: New.
6376 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
6377 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
6378 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
6379 Move these declarations, and...
6380 (obstack_for_string, STRING_GROW, STRING_FINISH, STRING_FREE):
6381 these to...
6382 * src/flex-scanner.h: this new file.
6383 * src/scan-gram.l (rule_length, rule_length_overflow)
6384 (increment_rule_length): Remove.
6385 (last_braced_code_loc): Rename as...
6386 (gram_last_braced_code_loc): this.
6387 Adjust to the changes of the parser.
6388 Move all the handling of $ and @ into...
6389 * src/scan-code.l: here.
6390 * src/scan-gram.l (handle_dollar, handle_at): Remove.
6391 (handle_action_dollar, handle_action_at): Move to...
6392 * src/scan-code.l: here.
6393 * src/Makefile.am (bison_SOURCES): Add flex-scanner.h,
6394 scan-code.h, scan-code-c.c, scan-gram.h.
6395 (EXTRA_bison_SOURCES): Add scan-code.l.
6396 (BUILT_SOURCES): Add scan-code.c.
6397 (yacc): Be robust to white spaces.
6398
6399 * tests/conflicts.at, tests/input.at, tests/reduce.at,
6400 * tests/regression.at: Adjust the column numbers.
6401 * tests/regression.at: Adjust the error message.
6402
6403 2006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
6404
6405 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
6406 Use Akim's wording from
6407 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00056.html>.
6408
6409 2006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
6410
6411 Between Bison releases, manually append `+' to the previous Bison
6412 release number, and use that as a signal to automatically print the
6413 ChangeLog's CVS Id keyword from --version. Discussed starting at
6414 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00028.html>.
6415 * ChangeLog: Add Id header.
6416 * configure.ac (AC_INIT): Append `+' to `2.3'.
6417 * src/.cvsignore: Add revision.c.
6418 * src/Makefile.am (bison_SOURCES): Add revision.c and revision.h.
6419 (BUILT_SOURCES): Add revision.c.
6420 (revision.c): New target rule. This file defines a new global variable
6421 named revision. It initializes it with either the Id from ChangeLog
6422 or, if VERSION doesn't contain `+', with the empty string.
6423 * src/getargs.c (version): Print the value of revision.
6424 * src/revision.h: Extern revision.
6425
6426 2006-06-05 Paul Eggert <eggert@cs.ucla.edu>
6427
6428 * NEWS: Version 2.3.
6429 * configure.ac (AC_INIT): Likewise.
6430
6431 2006-05-30 Paul Eggert <eggert@cs.ucla.edu>
6432
6433 * data/glr.c (YYRECOVERING): Define to be a function-like macro
6434 with no arguments, not as an object-like macro. This is for
6435 compatibility with data/yacc.c. Problem reported by John P. Hartmann in
6436 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00059.html>.
6437 * doc/bison.texinfo (Action Features, Error Recovery, Table of Symbols):
6438 Document this.
6439
6440 2006-05-30 Joel E. Denny <jdenny@ces.clemson.edu>
6441
6442 * src/getargs.c (usage): Back out yesterday's modification of the
6443 --help output so that we don't have to wait for translation before
6444 releasing 2.3.
6445
6446 2006-05-29 Paul Eggert <eggert@cs.ucla.edu>
6447
6448 * doc/bison.texinfo (Introduction): Don't say "GLR grammar".
6449 Problem reported by Akim Demaille.
6450
6451 2006-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
6452
6453 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
6454
6455 2006-05-26 Paul Eggert <eggert@cs.ucla.edu>
6456
6457 * data/yacc.c (yy_reduce_print): Omit trailing white space in
6458 generated source code. Problem reported by Frans Englich in
6459 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00049.html>.
6460
6461 2006-05-22 Paul Eggert <eggert@cs.ucla.edu>
6462
6463 * Makefile.maint (gzip_rsyncable, GZIP_ENV): Compute within the
6464 shell, not within 'make', so that 'make' by an ordinary builder
6465 (using GNU make) does not worry about configuring gzip. This also
6466 works around a bug reported independently by Keith Thompson and by
6467 Georg Schwarz, whereby gzip 1.2.4 --help would output usage on
6468 stderr rather than stdout, messing up the build logs.
6469
6470 2006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
6471
6472 * data/yacc.c (yyparse): Wrap the final return from yyparse inside YYID
6473 to make sure that YYID will never be unused. This fixes a 'make
6474 maintainer-check' failure caused by the recent changes to the 'Trivial
6475 grammars' test case, which caused g++ 4.1.0 to complain that YYID was
6476 not used.
6477 * data/glr.c (yyparse): Wrap yyparse's return inside YYID just in case.
6478
6479 2006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
6480
6481 * data/glr.c (yyresolveLocations): Remove bogus YYASSERT that the
6482 state before an empty RHS is always resolved here. Only the location
6483 of that state is guaranteed to be resolved, and that's enough. This
6484 fixes the remaining bug reported by Derek M. Jones in
6485 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
6486 * tests/glr-regression.at (Uninitialized location when reporting
6487 ambiguity): Test the above case.
6488 Also, the embedded comments in this test case claim it checks the case
6489 of an empty RHS that has inherited the initial location. However, the
6490 corresponding LHS was already resolved, so yyresolveLocations didn't
6491 actually have reason to modify it. Fix this by forcing
6492 nondeterministic operation at the beginning of the parse.
6493
6494 2006-05-20 Paul Eggert <eggert@cs.ucla.edu>
6495
6496 * data/c.m4 (b4_yy_symbol_print_generate):
6497 (b4_yy_symbol_print_generate): Use 'YYSTYPE const' rather than
6498 'const YYSTYPE', and similarly for YYLTYPE. This fixes one
6499 of the bugs reported today by Derek M Jones in
6500 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
6501 * doc/bison.texinfo (Value Type): Document that YYSTYPE must be
6502 defined to be a type name without parens or brackets.
6503 (Location Type): Similarly for YYLTYPE.
6504 * tests/regression.at (Trivial grammars): Put in a test for this
6505 bug that will be caught by 'make maintainer-check' (though not,
6506 alas, by 'make check' unless your compiler is picky).
6507
6508 2006-05-19 Paul Eggert <eggert@cs.ucla.edu>
6509
6510 * NEWS: Version 2.2.
6511 * configure.ac (AC_INIT): Likewise.
6512
6513 2006-05-17 Joel E. Denny <jdenny@ces.clemson.edu>
6514
6515 * data/glr.c (yyreportTree): Make room in yystates for the state
6516 preceding the RHS. This fixes the segmentation fault reported by Derek
6517 M. Jones in
6518 <http://lists.gnu.org/archive/html/help-bison/2006-05/msg00035.html>.
6519 (yyreportTree, yypdumpstack): Subtract 1 from yyrule before printing
6520 to the user. Reported for yyreportTree by Derek M. Jones later in the
6521 same thread.
6522 * THANKS: Add Derek M. Jones.
6523 Update my email address.
6524 Fix typo in Steve Murphy's name.
6525
6526 2006-05-14 Paul Eggert <eggert@cs.ucla.edu>
6527
6528 * data/glr.c (yyreportSyntaxError): Fix off-by-one error in
6529 checking against YYLAST that caused the parser to miss a potential
6530 alternative in its diagnostic.
6531 Problem reported by Maria Jose Moron Fernandez in
6532 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00024.html>.
6533 * data/lalr1.cc (yysyntax_error_): Likewise.
6534 * data/yacc.c (yysyntax_error): Likewise.
6535 * tests/regression.at (_AT_DATA_DANCER_Y): Use static array for
6536 tokens, in case we run into an older C compiler.
6537 (_AT_DATA_EXPECT2_Y, AT_CHECK_EXPECT2): New macros.
6538 Use them to check for the off-by-one error fixed above.
6539
6540 * data/yacc.c (yytnamerr): Fix typo: local var should be of type
6541 YYSIZE_T, not size_t.
6542 * tests/regression.at (Trivial grammars): New test, to catch
6543 the error fixed by the above patch.
6544
6545 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
6546
6547 * doc/bison.texinfo (C++ Bison Interface): Clarify the naming
6548 scheme.
6549 Reported by Steve Murphy.
6550
6551 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
6552
6553 * data/glr.cc, data/lalr1.cc: Using %defines is mandatory.
6554 * data/glr.cc: b4_location_flag is now b4_locations_flag.
6555
6556 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
6557
6558 Implement --trace=m4.
6559 * src/getargs.c (trace_types, trace_args): Accept trace_m4.
6560 * src/output.c (output_skeleton): When set, pass -dV to m4.
6561
6562 Factor the handling of flags in m4.
6563 * src/output.c (prepare): Rename the muscle names debug, defines,
6564 error_verbose to debug_flag, defines_flag, error_verbose_flag.
6565 * data/c.m4: Adjust.
6566 (_b4_define_flag_if, b4_define_flag_if, b4_defines_if): New.
6567 Use b4_define_flag_if to define other b4_FLAG_if macros.
6568 (b4_location_if): As a consequence, rename as...
6569 (b4_locations_if): this, for consistency.
6570 Adjust all the skeletons.
6571
6572 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
6573
6574 * etc/bench.pm: Shorten bench names.
6575
6576 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
6577
6578 * src/output.h, src/output.c (error_verbose): Move to...
6579 * src/getargs.h, src/getargs.c: here.
6580 Sort the flags.
6581 Adjust dependencies.
6582
6583 2006-05-13 Paul Eggert <eggert@cs.ucla.edu>
6584
6585 * data/c.m4 (b4_copyright): Put the special exception for Bison
6586 skeletons here, so we don't have to put it in each skeleton. All
6587 uses changed. Suggested by Akim Demaille. Also, wrap the
6588 copyright notice, in case it is longer than 80 columns. Replace
6589 comma by newline after title.
6590
6591 2006-05-11 Paul Eggert <eggert@cs.ucla.edu>
6592
6593 * doc/bison.texinfo (Calc++ Scanner): The flex behavior is an
6594 incompatibility, not a bug. Mention that it wasn't fixed as of
6595 flex 2.5.33.
6596
6597 2006-05-11 Akim Demaille <akim@lrde.epita.fr>
6598
6599 * examples/extexi: Enforce the precedence of concatenation over
6600 >>.
6601 Reported by Tommy Nordgren.
6602
6603 2006-05-11 Akim Demaille <akim@lrde.epita.fr>
6604
6605 * data/lalr1.cc (yytranslate_): Rename token as t to avoid clashes
6606 with the member "token".
6607 Reported by Martin Nylin.
6608
6609 2006-05-08 Paul Eggert <eggert@cs.ucla.edu>
6610
6611 * data/glr.c: Switch to Bison 2.2 special-exception language in
6612 the copyright notice. Use more-regular format for titles and
6613 copyright notices.
6614 * data/glr.cc: Likewise.
6615 * data/location.cc: Likewise.
6616 * data/yacc.cc: Likewise.
6617 * doc/bison.texinfo (Conditions): Document this.
6618 * NEWS: likewise. Upgrade version to 2.2.
6619
6620 2006-04-27 Akim Demaille <akim@lrde.epita.fr>
6621
6622 * data/glr.cc: Remove dead code.
6623
6624 2006-04-25 Paul Eggert <eggert@cs.ucla.edu>
6625
6626 * bootstrap: Comment out the AM_CPPFLAGS line, since we don't use
6627 that variable and the line breaks the bootstrap. Problem reported
6628 by Juan M. Guerrero.
6629
6630 2006-04-24 Akim Demaille <akim@lrde.epita.fr>
6631
6632 * doc/bison.texinfo (Multiple start-symbols): New.
6633
6634 2006-04-24 Akim Demaille <akim@lrde.epita.fr>
6635
6636 * etc/README, etc/bench.pl: New.
6637
6638 2006-04-03 Akim Demaille <akim@lrde.epita.fr>
6639
6640 * src/scan-gram.l: Be robust to BRACED_CODE appearing before any
6641 rule.
6642 Reported by Mickael Labau.
6643 * tests/input.at (Torturing the Scanner): Test it.
6644
6645 2006-03-16 Paul Eggert <eggert@cs.ucla.edu>
6646
6647 * doc/bison.texinfo (Decl Summary): Don't mention yylloc twice.
6648 Problem reported by Bob Rossi.
6649
6650 2006-03-13 Paul Eggert <eggert@cs.ucla.edu>
6651
6652 * doc/bison.texinfo: Remove @shorttitlepage stuff; it wasn't used
6653 and didn't really work.
6654 For the index, use @ifnotinfo, not @iftex.
6655 Minor cleanups of spacing and terminology.
6656
6657 2006-03-12 Akim Demaille <akim@lrde.epita.fr>
6658
6659 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Fix the definition
6660 of AT_NAME_PREFIX when %name-prefix is not used.
6661
6662 2006-03-12 Akim Demaille <akim@lrde.epita.fr>
6663
6664 Apply --prefix to C++ skeletons too: they change the namespace.
6665 The test suite already exercize these cases.
6666 * data/c++.m4 (b4_namespace): New.
6667 * data/lalr1.cc, data/glr.cc, data/location.cc: Use it instead of `yy'.
6668 * data/lalr1.cc (yytnameerr_): Move its definition into the namespace.
6669 * data/yacc.c, data/glr.c: Remove a useless `[]'.
6670 * doc/bison.texinfo: Document it.
6671 (Option Cross Key): Use @multitable in all formats. It looks
6672 nicer, even in TeX outputs.
6673 (Rules): Use the same code whatever the output type is.
6674 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS)
6675 (_AT_BISON_OPTION_POPDEFS): Support AT_NAME_PREFIX.
6676 * tests/calc.at: Use it, instead of hard coding `yy'.
6677
6678 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
6679
6680 * TODO: Remove dead items.
6681
6682 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
6683
6684 * doc/FAQ: Remove, merged into...
6685 * doc/bison.texinfo (FAQ): this.
6686 * doc/Makefile.am (EXTRA_DIST): Adjust.
6687
6688 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
6689
6690 * data/c.m4 (b4_token_enum): Always define the enum of tokens,
6691 even if empty.
6692 * data/lalrl1.cc, data/glr.cc (parser::token_type): New.
6693 * doc/bison.texinfo (Calc++ Scanner): Use it.
6694
6695 2006-03-09 Paul Eggert <eggert@cs.ucla.edu>
6696
6697 Fix two nits reported by twlevo, plus one more that I discovered.
6698
6699 * src/assoc.h (assoc_to_string): Give a name to the arg, as
6700 this is the usual Bison style.
6701 * src/location.h (location_print): Likewise.
6702
6703 * src/reader.h (token_name): Likewise.
6704
6705 2006-03-08 Paul Eggert <eggert@cs.ucla.edu>
6706
6707 Fix some nits reported by twlevo.
6708 * doc/FAQ: Remove ancient Y2K FAQ, replacing it with "secure"
6709 and "POSIX". Use more-modern syntax for URLs. Mention C++
6710 and ask for Java. Don't hardwire OS version numbers. Add
6711 copyright notice.
6712 * m4/.cvsignore: Add unistd_h.m4, for latest gnulib.
6713 * src/conflicts.c (solved_conflicts_obstack): Now static.
6714
6715 2006-03-08 Joel E. Denny <jdenny@ces.clemson.edu>
6716
6717 * doc/bison.texinfo (Introduction): Mention GLR and C++ as on the web
6718 page. Say "you can use it" not "you may use it" as on the web page;
6719 we're describing capabilities not granting permission.
6720
6721 2006-03-06 Paul Eggert <eggert@cs.ucla.edu>
6722
6723 * data/glr.c (yyresolveLocations): Rename local variables to avoid
6724 shadowing warnings. Use usual patter for iterating through RHS.
6725 * tests/glr-regression.at
6726 (Uninitialized location when reporting ambiguity):
6727 Modify yylex so that it uses its argument, rather than trying
6728 to rely on ARGSUSED (which doesn't work for gcc with warnings).
6729 const char -> char const.
6730
6731 * tests/Makefile.am ($(srcdir)/package.m4, maintainer-check-valgrind):
6732 Don't use tabs inside commands; it messes up 'ps'.
6733 Problem reported by twlevo.
6734
6735 2006-03-06 Joel E. Denny <jdenny@ces.clemson.edu>
6736
6737 * tests/glr-regression.at (Uninitialized location when reporting
6738 ambiguity): New test case.
6739 * data/glr.c (yyresolveLocations): New function, which uses
6740 YYLLOC_DEFAULT.
6741 (yyresolveValue): Invoke yyresolveLocations before reporting an
6742 ambiguity.
6743 * doc/bison.texinfo (Default Action for Locations): Note
6744 YYLLOC_DEFAULT's usage for ambiguity locations.
6745 (GLR Semantic Actions): Cross-reference those notes.
6746
6747 2006-03-04 Joel E. Denny <jdenny@ces.clemson.edu>
6748
6749 * tests/glr-regression.at (Leaked semantic values when reporting
6750 ambiguity): Remove unnecessary union and type declarations.
6751 (Leaked lookahead after nondeterministic parse syntax error): New test
6752 case.
6753 * data/glr.c (yyparse): Check for zero stacks remaining before
6754 attempting to shift the lookahead so that you don't lose it.
6755
6756 2006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
6757
6758 Avoid memory leaks by not invoking longjmp in yyreportAmbiguity.
6759 * tests/glr-regression.at (Leaked semantic values when reporting
6760 ambiguity): New test case.
6761 * data/glr.c (yyreportAmbiguity): Invoke yyyerror directly and return
6762 yyabort rather than invoking yyFail, which invokes longjmp. Remove the
6763 now unnecessary yystackp parameter.
6764 (yyresolveValue): Return yyreportAmbiguity's result. Now the necessary
6765 destructors can be called.
6766
6767 * tests/glr-regression.at: Don't invoke bison with `-t' unnecessarily
6768 in existing testcases.
6769
6770 2006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
6771
6772 Don't leak semantic values for parent RHS when a user action cuts the
6773 parser, and clean up related code a bit.
6774 * tests/glr-regression.at (Leaked merged semantic value if user action
6775 cuts parse): Rename to...
6776 (Leaked semantic values if user action cuts parse): ... this. Add check
6777 for leaked parent RHS values.
6778 * data/glr.c (yydestroyGLRState): In debugging output, distinguish
6779 between an unresolved state (non-empty chain of semantic options) and
6780 an incomplete one (signaled by an empty chain).
6781 (yyresolveStates): Document the interface. Move all manipulation of a
6782 successfully or unsuccessfully resolved yyGLRState to...
6783 (yyresolveValue): ... here so that yyresolveValue always leaves a
6784 yyGLRState with consistent data and thus is easier to understand.
6785 Remove the yyvalp and yylocp parameters since they are always just
6786 taken from the yys parameter. When reporting a discarded merged value
6787 in debugging output, note that it is incompletely merged. Document the
6788 interface.
6789 (yyresolveAction): If resolving any of the RHS states fails, destroy
6790 them all rather than leaking them. Thus, as long as user actions are
6791 written to clean up the RHS correctly, yyresolveAction always cleans up
6792 the RHS of a semantic option. Document the interface.
6793
6794 2006-02-27 Paul Eggert <eggert@cs.ucla.edu>
6795
6796 * data/glr.c (yyexpandGLRStack): Catch an off-by-one error that
6797 led to a segmentation fault in GNU Pascal. Problem reported
6798 by Waldek Hebisch.
6799
6800 2006-02-21 Joel E. Denny <jdenny@ces.clemson.edu>
6801
6802 * doc/bison.texinfo (Mid-Rule Actions): Explain how to bury a
6803 mid-rule action inside a nonterminal symbol in order to declare a
6804 destructor for its semantic value.
6805
6806 2006-02-16 Paul Eggert <eggert@cs.ucla.edu>
6807
6808 * data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE) && !
6809 YYSTACK_USE_ALLOCA && ! defined YYSTACK_ALLOC && defined
6810 __cplusplus && ! defined _STDLIB_H && !
6811 ((defined YYMALLOC || defined malloc) && (defined YYFREE ||
6812 defined free))]: Include <stdlib.h> rather than rolling our own
6813 declarations of malloc and free, to avoid problems with
6814 incompatible declarations (using 'throw') C++'s stdlib.h. This
6815 should fix Debian bug 340012
6816 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=340012>,
6817 reported by Guillaume Melquiond.
6818
6819 2006-02-13 Paul Eggert <eggert@cs.ucla.edu>
6820
6821 * NEWS: Clarify symbols versus types in unused-value warnings.
6822
6823 * configure.ac (AC_INIT): Bump version number.
6824
6825 2006-02-13 Paul Eggert <eggert@cs.ucla.edu>
6826
6827 * NEWS: Version 2.1a.
6828 * tests/headers.at (AT_TEST_CPP_GUARD_H): Declare yyerror and yylex,
6829 since C99 requires this.
6830
6831 2006-02-11 Paul Eggert <eggert@cs.ucla.edu>
6832
6833 * m4/c-working.m4: New file.
6834 * configure.ac (BISON_TEST_FOR_WORKING_C_COMPILER): Use it.
6835
6836 2006-02-10 Paul Eggert <eggert@cs.ucla.edu>
6837
6838 * Makefile.maint: Merge from coreutils.
6839
6840 2006-02-09 Paul Eggert <eggert@cs.ucla.edu>
6841
6842 More portability fixes for problems summarized by Nelson H. F. Beebe.
6843
6844 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Catch a
6845 configuration screwup "./configure CC=/opt/SUNWspro/bin/c89
6846 CFLAGS="-xarch=generic64" CXX=/opt/SUNWspro/bin/CC
6847 LDFLAGS="-xarch=generic64" with Sun C 5.7 on Solaris 10; this
6848 messes up because C++ code is compiled in 32-bit mode but linked
6849 in 64-bit mode.
6850
6851 2006-02-08 Paul Eggert <eggert@cs.ucla.edu>
6852
6853 More portability fixes for problems summarized by Nelson H. F. Beebe.
6854
6855 * doc/bison.texinfo (Calc++ Scanner): Work around a bug in flex
6856 2.5.31. This resembles the 2005-10-10 patch to src/scan-skel.l.
6857
6858 * examples/calc++/Makefile.am (check_PROGRAMS): Renamed from
6859 nodist_PROGRAMS, since we don't need to actually compile the
6860 example if we're just doing a plain 'make'. This avoids bothering
6861 the installer unnecessarily about problems due to weird C++
6862 compilers.
6863
6864 2006-02-06 Paul Eggert <eggert@cs.ucla.edu>
6865
6866 More portability fixes for problems summarized by Nelson H. F. Beebe.
6867
6868 * tests/headers.at (AT_TEST_CPP_GUARD_H): Use #include <...> rather
6869 than #include "...", and compile with -I'.'. The old method was
6870 not portable, according to Posix and the C standard, and it does
6871 not work with Sun C 5.7, where previous #line directives affect
6872 the working directory used in later #include "..." directives.
6873
6874 2006-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
6875
6876 Various DJGGP specific issues in /djgpp
6877
6878 2006-02-02 Paul Eggert <eggert@cs.ucla.edu>
6879
6880 More portability fixes for problems summarized by Nelson H. F. Beebe.
6881
6882 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check that
6883 '#include <map>' works and that you can apply ++ to iterators.
6884
6885 2006-02-01 Paul Eggert <eggert@cs.ucla.edu>
6886
6887 Work around portability problems summarized by Nelson H. F. Beebe in
6888 <http://lists.gnu.org/archive/html/bug-bison/2005-09/msg00021.html>.
6889
6890 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
6891 that '#include <string>' works.
6892
6893 * data/lalr1.cc (yytranslate_): No longer inline, to work around a
6894 porting problem to g++ 3.4.3 on Darwin 7.9.0, where g++ complained
6895 "warning: sorry: semantics of inline function static data `const
6896 unsigned char translate_table[262]' are wrong (you'll wind up with
6897 multiple copies)".
6898
6899 * lib/bbitset.h (struct bitset_vtable): Rename members not, and,
6900 or, xor to not_, and_, or_, and xor_, respectively. This works
6901 around a bug in GCC 3.4.3 on Irix 6.5, which apparently has a
6902 random system header somewhere that includes the equivalent of
6903 <iso646.h>.
6904
6905 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that "$CC
6906 -E" works; it apparently doesn't work with PathScale EKO Compiler
6907 Suite Version 2.0.
6908
6909 2006-01-30 Joel E. Denny <jdenny@ces.clemson.edu>
6910
6911 During deterministic GLR operation, user actions should be able to
6912 influence the parse by changing yychar. To make this easier to fix and
6913 to make glr.c easier to evolve in general, don't maintain yytoken in
6914 parallel with yychar; just compute yytoken when needed.
6915 * tests/glr-regression.at (Incorrect lookahead during deterministic
6916 GLR): Check that setting yychar in a user action has the intended
6917 effect.
6918 * data/glr.c (yyGLRStack): Remove yytokenp member.
6919 (yyclearin): Don't set *yytokenp.
6920 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Examine
6921 yychar rather than *yytokenp to determine the current lookahead.
6922 Compute yytoken locally when needed.
6923 (yyparse): Likewise. Remove the local yytoken that yytokenp used to
6924 point to.
6925
6926 * doc/bison.texinfo (Bison Options): Remove stray sentence fragment
6927 after `--report' documentation.
6928
6929 2006-01-30 Paul Eggert <eggert@cs.ucla.edu>
6930
6931 * src/parse-gram.y (grammar_declaration): Location of printer
6932 symbol is @1, not list->location. Bug reported by twlevo.
6933 * tests/input.at (Incompatible Aliases): Adjust to above change.
6934
6935 2006-01-29 Paul Eggert <eggert@cs.ucla.edu>
6936
6937 * tests/input.at (AT_CHECK_UNUSED_VALUES): Remove. Instead, do
6938 all the test at once. This makes the output easier to read in the
6939 normal case.
6940
6941 Fix a longstanding bug uncovered by bro-0.9a9/src/parse.y, which I
6942 got from <http://bro-ids.org/download.html>. The bug is that
6943 when two actions appeared in succession, the second one was
6944 scanned before the first one was added to the grammar rule
6945 as a midrule action. Bison then output the incorrect warning
6946 "parse.y:905.17-906.36: warning: unused value: $3".
6947 * src/parse-gram.y (BRACED_CODE, action): These are no longer
6948 associated with a value.
6949 (rhs): Don't invoke grammar_current_rule_action_append.
6950 (action): Invoke it here instead.
6951 * src/reader.c (grammar_midrule_action): Now extern.
6952 (grammar_current_rule_action_append): Don't invoke
6953 grammar_midrule_action; that is now the scanner's job.
6954 * src/reader.h (last_string, last_braced_code_loc):
6955 (grammar_midrule_action): New decls.
6956 * src/scan-gram.l (last_string): Now extern, sigh.
6957 (last_braced_code_loc): New extern variable.
6958 (<INITIAL>"{"): Invoke grammar_midrule_action if the current
6959 rule already has an action.
6960 (<SC_BRACED_CODE>"}"): Set last_braced_code_loc before returning.
6961 * tests/input.at (AT_CHECK_UNUSED_VALUES):
6962 Add some tests to check that the above changes fixed the bug.
6963
6964 2006-01-27 Paul Eggert <eggert@cs.ucla.edu>
6965
6966 * src/reader.c (symbol_should_be_used): Renamed from symbol_typed_p.
6967 All used changed. Check whether the symbol has a destructor,
6968 not whether it is typed.
6969 * tests/input.at (AT_CHECK_UNUSED_VALUES): Add a destructor, so
6970 that the values are still reported as unused. All line numbers
6971 adjusted.
6972
6973 2006-01-23 Paul Eggert <eggert@cs.ucla.edu>
6974
6975 Work around a bug in bro 0.8, which underparenthesizes its
6976 definition of YYLLOC_DEFAULT.
6977 * data/glr.c: Change all uses of YYLLOC_DEFAULT to parenthesize
6978 their arguments.
6979 * data/lalr1.cc: Likewise.
6980 * data/yacc.cc: Likewise.
6981
6982 2006-01-22 Paul Eggert <eggert@cs.ucla.edu>
6983
6984 Work around a bug in Pike 7.0, and give the Pike folks a
6985 better way to override the usual int widths.
6986 * data/yacc.c (b4_int_type): Use yytype_uint8, etc., so that the
6987 user can override the types.
6988 (short): #undef, to work around a bug in Pike 7.0.
6989 (yytype_uint8, yytype_int8, yytype_uint16, yytype_int16): New types.
6990 (union yyalloc.yyss): Use yytype_int16 rather than short.
6991 All uses changed.
6992 (yysigned_char): Remove.
6993 * src/parse-gram.y (YYTYPE_UINT8, YYTYPE_INT8, YYTYPE_UINT16):
6994 (YYTYPE_INT16): New macros, to test the new facility in yacc.c.
6995 * tests/regression.at (Web2c Actions): Adjust to above changes.
6996
6997 * src/reader.c (check_and_convert_grammar): New function.
6998 (reader): Close the input file even if something went wrong during
6999 parsing. Minor file descriptor leak reported by twlevo.
7000
7001 * src/assoc.c (assoc_to_string): Use a default: abort (); case
7002 to pacify gcc -Wswitch-default.
7003 * src/scan-gram.l (adjust_location): Use a default: break; case
7004 to pacify gcc -Wswitch-default.
7005 * src/scan-skel.h (skel_get_lineno, skel_get_in, skel_get_out):
7006 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
7007 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
7008 Move these decls to scan-skel.l, since they don't need to be
7009 visible elsewhere.
7010 * src/scan-skel.l: Accept the above decls.
7011 (skel_lex): New decl, to pacify GCC when unpatched flex 2.5.31
7012 is used.
7013
7014 2006-01-21 Paul Eggert <eggert@cs.ucla.edu>
7015
7016 * Makefile.cfg (local-checks-to-skip): Add changelog-check,
7017 since we don't want to insist on a version number at the start
7018 of the changelog every time.
7019 * Makefile.maint: Sync from coreutils a bit better.
7020 (sc_trailing_blank): Renamed from sc_trailing_space.
7021 All uses changed.
7022 (sc_no_if_have_config_h, sc_require_config_h):
7023 (sc_prohibit_assert_without_use): New rules.
7024 (sc_obsolete_symbols): Don't catch Makefile.maint itself.
7025 (sc_dd_max_sym_length): Fix leading spaces in rule.
7026 (sc_system_h_headers): Prefix with @.
7027 (sc_useless_cpp_parens, m4-check): Output line numbers.
7028 (changelog-check): Allow version only in head.
7029 * data/c.m4: Use "defined FOO" instead of "defined (FOO)", to
7030 satisfy new Makefile.maint rule.
7031 * data/glr.c: Likewise.
7032 * data/glr.cc: Likewise.
7033 * data/lalr1.cc: Likewise.
7034 * data/yacc.c: Likewise.
7035 * lib/ebitsetv.c: Likewise.
7036 * lib/lbitset.c: Likewise.
7037 * lib/subpipe.c: Likewise.
7038 * lib/timevar.c: Likewise.
7039 * src/system.h: Likewise.
7040 * data/yacc.c (YYSTYPE): Don't generate trailing spaces in output.
7041 * djgpp/Makefile.maint: Add copyright notice.
7042 * djgpp/README.in: Likewise.
7043 * djgpp/config.bat: Likewise.
7044 * djgpp/config.site: Likewise.
7045 * djgpp/config_h.sed: Likewise.
7046 * djgpp/djunpack.bat: Likewise.
7047 * djgpp/config.sed: Fix copyright notice to match standard format.
7048 * djgpp/subpipe.h: Likewise.
7049 * lib/bitsetv-print.c: Likewise.
7050 * lib/bitsetv.c: Likewise.
7051 * lib/subpipe.h: Likewise.
7052 * lib/timevar.c: Likewise.
7053 * lib/timevar.h: Likewise.
7054 * djgpp/subpipe.c: Use standard recipe for config.h.
7055 * lib/abitset.c: Likewise.
7056 * lib/bitset.c: Likewise.
7057 * lib/bitset_stats.c: Likewise.
7058 * lib/bitsetv-print.c: Likewise.
7059 * lib/bitsetv.c: Likewise.
7060 * lib/ebitsetv.c: Likewise.
7061 * lib/get-errno.c: Likewise.
7062 * lib/lbitset.c: Likewise.
7063 * lib/subpipe.c: Likewise.
7064 * lib/timevar.c: Likewise.
7065 * lib/vbitset.c: Likewise.
7066 * tests/local.at: Likewise.
7067 * src/scan-gram.l: Don't include verify.h, since system.h does
7068 that for us.
7069 * .x-sc_require_config_h: New file.
7070 * .x-sc_unmarked_diagnostics: New file.
7071
7072 2006-01-20 Paul Eggert <eggert@cs.ucla.edu>
7073
7074 Be a bit more systematic about using 'abort'.
7075 * lib/abitset.c (abitset_test): Remove ATTRIBUTE_UNUSED; not needed.
7076 * lib/bitset.c (bitset_bytes, bitset_init, bitset_op4_cmp):
7077 Put 'default: abort ();' before some other case, to satisfy older
7078 pedantic compilers.
7079 * lib/bitset_stats.c (bitset_stats_init): Likewise.
7080 * lib/ebitset.c (ebitset_elt_find, ebitset_op3_cmp): Likewise.
7081 * lib/lbitset.c (lbitset_elt_find, lbitset_op3_cmp): Likewise.
7082 * src/conflicts.c (resolve_sr_conflict): Likewise.
7083 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str):
7084 (get_decision_str, get_orientation_str, get_node_alignment_str):
7085 (get_arrow_mode_str, get_crossing_type_str, get_view_str):
7086 (get_linestyle_str, get_arrowstyle_str): Likewise.
7087 * src/conflicts.c (resolve_sr_conflict):
7088 Use a default case rather than one for the one remaining enum
7089 value, to catch invalid enum values as well.
7090 * src/lalr.c (set_goto_map, map_goto):
7091 Prefer "assert (FOO);" to "if (!FOO) abort ();".
7092 * src/nullable.c (nullable_compute, token_definitions_output):
7093 Likewise.
7094 * src/reader.c (packgram, reader): Likewise.
7095 * src/state.c (transitions_to, state_new, state_reduction_find):
7096 Likewise.
7097 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias):
7098 (symbol_pack): Likewise.
7099 * src/tables.c (conflict_row, pack_vector): Likewise.
7100 * src/scan-skel.l (QPUTS): Remove unnecessary parens.
7101 (BASE_QPUTS, "@output ".*\n): Remove unnecessary asserts.
7102 * src/system.h: Don't include <assert.h>.
7103 (assert): New macro.
7104
7105 * doc/bison.texinfo (Prologue, Rules, Actions, Union Decl, Action Decl):
7106 (Destructor Decl, Parser Function, Pure Calling):
7107 Describe rules for braces inside C code more carefully.
7108
7109 2006-01-19 Paul Eggert <eggert@cs.ucla.edu>
7110
7111 Fix some porting glitches found by Nelson H. F. Beebe.
7112 * lib/abitset.c (abitset_resize): Rewrite to avoid warnings from
7113 compilers that don't understand that abort () does not return.
7114 * src/state.c (transitions_to): Likewise.
7115 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
7116 that '#include <cstdlib>' works.
7117 * src/system.h (INT8_MIN, INT16_MIN, INT32_MIN, INT8_MAX):
7118 (INT16_MAX, UINT8_MAX, INT32_MAX, UINT16_MAX, UINT32_MAX):
7119 #undef if ! defined __STDC_VERSION__ || __STDC_VERSION__ < 199901,
7120 for the benefit of some pre-C99 compilers.
7121
7122 * bootstrap: Undo changes to gnulib files that autoreconf made.
7123
7124 Minor fixups to get 'make maintainer-check' to work.
7125 * configure.ac: Don't use -Wnested-externs, as it's incompatible
7126 with the new verify.h implementation.
7127 * data/c.m4 (b4_yy_symbol_print_generate): YYUSE (yyoutput).
7128 * data/glr.c (YYUSE): Depend on __GNUC__ as well.
7129 * data/yacc.c (YYUSE): Likewise.
7130 * data/lalr1.cc (yysyntax_error_): YYUSE (yystate).
7131 * lib/subpipe.c (end_of_output_subpipe): The args are unused.
7132 * src/parse-gram.y (declaration): Don't pass a string constant
7133 to a function that expects char *, since GCC might complain
7134 about the constant value.
7135 * src/reader.c (symbol_typed_p): Add parens to pacify GCC.
7136 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): #undef yylloc and yylval
7137 before #defining them.
7138 * tests/glr-regression.at
7139 (Incorrectly initialized location for empty right-hand side in GLR):
7140 In yyerror, use the msg arg.
7141 (Corrupted semantic options if user action cuts parse):
7142 (Incorrect lookahead during deterministic GLR):
7143 (Incorrect lookahead during nondeterministic GLR):
7144 Don't name a local var 'index'; it shadows string.h's 'index'.
7145
7146 2006-01-19 Akim Demaille <akim@epita.fr>
7147
7148 * tests/calc.at (_AT_DATA_CALC_Y): Initialize the whole initial
7149 location, not just parts of it.
7150
7151 2006-01-18 Paul Eggert <eggert@cs.ucla.edu>
7152
7153 * NEWS: Document the fact that multiple %unions are now allowed.
7154 * doc/bison.texinfo (Union Decl): Likewise.
7155 * TODO: This feature is now implemented, so remove it from
7156 the wishlist.
7157
7158 * Makefile.maint: Merge with coreutils Makefile.maint.
7159 (CVS_LIST): Use build-aux version if available.
7160 (VERSION_REGEXP): New macro.
7161 (syntax-check-rules): Add sc_no_if_have_config_h,
7162 sc_prohibit_assert_without_use, sc_require_config_h,
7163 sc_useless_cpp_parens.
7164 (sc_obsolete_symbols): Check for O_NDELAY.
7165 (sc_dd_max_sym_length): Track coreutils.
7166 (sc_unmarked_diagnostics): Look in all files, not just *.c.
7167 (sc_useless_cpp_parens): New rule.
7168 (news-date-check): Look for version or today's date.
7169 (changelog-check): Don't require version number near head.
7170 (copyright-check): Use current year instead of hardwiring 2005.
7171 (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
7172 (announcement): Add --gpg-key-ID.
7173
7174 * djgpp/config.sed: Add copyright notice, and replace "filesystem"
7175 with "file system".
7176
7177 Avoid undefined behavior that addressed just before the start of an
7178 array. Problem reported by twlevo.
7179 * src/reader.c (packgram): Prepend a new sentinel before ritem.
7180 * src/lalr.c (build_relations): Rely on new sentinel.
7181 * src/gram.c (gram_free): Adjust to new sentinel.
7182
7183 2006-01-12 Joel E. Denny <jdenny@ces.clemson.edu>
7184
7185 * data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses to
7186 yylookaheadNeeds. All uses updated.
7187 (yysplitStack): Rename local yynewLookaheadStatuses to
7188 yynewLookaheadNeeds.
7189 * data/glr-regression.at (Incorrect lookahead during nondeterministic
7190 GLR): In comments, change `lookahead status' to `lookahead need'.
7191
7192 2006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
7193
7194 * data/glr.c (yysplitStack): A little stylistic rewrite.
7195
7196 2006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
7197
7198 * data/glr.c (yyaddDeferredAction): Flesh out the comment.
7199
7200 2006-01-11 Joel E. Denny <jdenny@ces.clemson.edu>
7201
7202 * doc/bison.texinfo: Fix some typos.
7203 (GLR Semantic Actions): New subsection discussing special
7204 considerations because GLR semantic actions might be deferred.
7205 (Actions): Mention look-ahead usage of yylval.
7206 (Actions and Locations): Mention look-ahead usage of yylloc.
7207 (Special Features for Use in Actions): Add YYEOF entry and mention it
7208 in the yychar entry.
7209 In the yychar entry, remove mention of the local yychar case (pure
7210 parser) since this is irrelevant information when writing semantic
7211 actions and since it's already discussed in `Table of Symbols' where
7212 yychar is otherwise described as an external variable.
7213 In the yychar entry, don't call it the `current' look-ahead since it
7214 isn't when semantic actions are deferred.
7215 In the yychar and yyclearin entries, add note about deferred semantic
7216 actions.
7217 Add yylloc and yylval entries discussing look-ahead usage.
7218 (Look-Ahead Tokens): When discussing yychar, don't call it the
7219 `current' look-ahead, and do mention yylval and yylloc.
7220 (Error Recovery): Cross-reference `Action Features' when mentioning
7221 yyclearin.
7222 (Table of Symbols): In the yychar entry, don't call it the `current'
7223 look-ahead.
7224 In the yylloc and yylval entries, mention look-ahead usage.
7225
7226 2006-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
7227
7228 * tests/glr-regression.at: Update copyright year to 2006.
7229
7230 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
7231
7232 * data/glr.c (yyGLRStateSet): Add yybool* yylookaheadStatuses member to
7233 use during nondeterministic operation to track which stacks have
7234 actually needed the current lookahead.
7235 (yyinitStateSet, yyfreeStateSet, yyremoveDeletes, yysplitStack):
7236 Allocate, deallocate, resize, and otherwise shuffle space for
7237 yylookaheadStatuses in parallel with yystates member of yyGLRStateSet.
7238 (yysplitStack, yyprocessOneStack, yyparse): Set lookahead status
7239 appropriately during nondeterministic operation.
7240 (yySemanticOption): Add int yyrawchar, YYSTYPE yyval, and YYLTYPE yyloc
7241 members to store the current lookahead to be used by the deferred
7242 user action.
7243 (yyaddDeferredAction): Add size_t yyk parameter specifying the stack
7244 from which the RHS is taken. Set the lookahead members of the new
7245 yySemanticOption according to the lookahead status for stack yyk.
7246 (yyglrShiftDefer, yyglrReduce): Pass yyk parameter on to
7247 yyaddDeferredAction.
7248 (yyresolveAction): Set yychar, yylval, and yylloc to the lookahead
7249 members of yySemanticOption before invoking yyuserAction, and then set
7250 them back to their current values afterward.
7251 (yyparse): Set yychar = YYEMPTY where yytoken = YYEMPTY.
7252 (yyreportAmbiguity): Add /*ARGSUSED*/ to pacify lint.
7253 * tests/glr-regression.at: Remove `.' from the ends of recent test case
7254 titles for consistency.
7255 (Leaked merged semantic value if user action cuts parse): In order to
7256 suppress lint warnings, use arguments in merge function, and assign
7257 char value < 128 in main.
7258 (Incorrect lookahead during deterministic GLR): New test case.
7259 (Incorrect lookahead during nondeterministic GLR): New test case.
7260
7261 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
7262
7263 * data/c.m4 (b4_yy_symbol_print_generate): In yy_symbol_print, accept
7264 !yyvaluep as signal that no semantic value is available to print.
7265 * data/glr.c (yydestroyGLRState): If state is not resolved, don't try
7266 to print a semantic value.
7267
7268 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
7269
7270 * tests/glr-regression.at: For consistency with my newer test cases,
7271 don't thank myself.
7272
7273 2006-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
7274
7275 * data/glr.c (yyresolveValue): When merging semantic options, if at
7276 least one user action succeeds but a later one cuts the parse, then
7277 destroy the semantic value before returning rather than leaking it.
7278 (yyresolveStates): If a user action cuts the parse and thus
7279 yyresolveValue fails, ignore the (unset) semantic value rather than
7280 corrupting the yyGLRState, and empty the semantic options list since
7281 the user actions should have called all necessary destructors.
7282 Simplify code with YYCHK.
7283 * tests/glr-regression.at (Corrupted semantic options if user action
7284 cuts parse): New test case.
7285 (Undesirable destructors if user action cuts parse): New test case.
7286 Before applying any of this patch, this test case never actually failed
7287 for me... but only because the corrupted semantic options usually
7288 masked this bug.
7289 (Leaked merged semantic value if user action cuts parse): New test
7290 case.
7291
7292 2006-01-05 Akim Demaille <akim@epita.fr>
7293
7294 * src/reader.c, src/symlist.h, src/symlist.c: s/mid_rule/midrule/.
7295
7296 2006-01-04 Paul Eggert <eggert@cs.ucla.edu>
7297
7298 * data/c.m4 (b4_c_modern): New macro, with a new provision for
7299 _MSC_VER. Problem reported by Cenzato Marco.
7300 (b4_c_function_def): Use it.
7301 * data/yacc.c (YYMODERN_C): Remove. All uses replaced by
7302 b4_c_modern.
7303 (yystrlen, yystpcpy, yyparse): Use b4_c_function... macros rather
7304 than rolling our own.
7305
7306 2006-01-04 Akim Demaille <akim@epita.fr>
7307
7308 Also warn about non-used mid-rule values.
7309 * src/symlist.h, src/symlist.c (symbol_list): Add a mid_rule
7310 member.
7311 (symbol_list_new): Adjust.
7312 * src/reader.c (symbol_typed_p): New.
7313 (grammar_rule_check): Use it.
7314 (grammar_midrule_action): Bind a mid-rule LHS to its rule.
7315 Check its rule.
7316 * tests/input.at (AT_CHECK_UNUSED_VALUES): New.
7317 Use it.
7318 * tests/actions.at (Exotic Dollars): Adjust.
7319
7320 2006-01-04 Akim Demaille <akim@epita.fr>
7321
7322 * src/reader.c (grammar_midrule_action): If $$ is set in a
7323 mid-rule, move the `used' bit to its lhs.
7324 * tests/input.at (Unused values): New.
7325 * tests/actions.at (Exotic Dollars): Adjust: exp is not typed.
7326
7327 2006-01-03 Paul Eggert <eggert@cs.ucla.edu>
7328
7329 * doc/bison.texinfo (Bison Options): Say more accurately what
7330 --yacc does.
7331 * src/parse-gram.y (rules_or_grammar_declaration): Don't complain
7332 about declarations in the grammar when in Yacc mode, as POSIX does
7333 not require a diagnostic when the grammar uses extensions.
7334
7335 * src/reduce.c (reduce_grammar): Remove unnecessary cast to bool.
7336
7337 Warn about dubious constructions like "%token T T".
7338 Reported by twlevo.
7339 * src/symtab.h (struct symbol.declared): New member.
7340 * src/symtab.c (symbol_new): Initialize it to false.
7341 (symbol_class_set): New arg DECLARING, specifying whether
7342 this is a declaration that we want to warn about, if there
7343 is more than one of them. All uses changed.
7344
7345 * data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c:
7346 Allow multiple %union directives, whose contents concatenate.
7347 * src/parse-gram.y (grammar_declaration): Likewise.
7348 Use muscle_code_grow, so that we don't need stype_line any more.
7349 All uses changed.
7350
7351 * src/muscle_tab.c (muscle_grow): Fix comment.
7352
7353 * ChangeLog, data/c.m4, data/glr.c, data/glr.cc, data/location.cc:
7354 * data/yacc.c, src/getargs.c, src/output.c, tests/cxx-type.at:
7355 Update copyright year to 2006.
7356
7357 2006-01-03 Akim Demaille <akim@epita.fr>
7358
7359 Have glr.cc pass (some of) the calc.at tests.
7360 * data/glr.cc (b4_parse_param_orig): New.
7361 (b4_parse_param): Improve its definition, and bound it more
7362 clearly in the skeleton.
7363 (b4_epilogue): Append, instead of prepending, in order to keep
7364 #line consistency.
7365 Simplify the generation of auxiliary functions: locations and
7366 purity are mandated.
7367 (b4_global_tokens_and_yystype): Honor it.
7368 * data/location.cc (c++.m4): Don't include it.
7369 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Define AT_GLR_CC_IF
7370 and AT_SKEL_CC_IF.
7371 * tests/calc.at (AT_CHECK_CALC): Rely on AT_SKEL_CC_IF instead of
7372 AT_LALR1_CC_IF.
7373 Be sure to initialize the first position's filename.
7374 (AT_CHECK_CALC_LALR1_CC): Add %location and %defines, they are
7375 mandated anyway.
7376 (AT_CHECK_CALC_GLR_CC): New.
7377 Use it to exercise glr.cc as a lalr1.cc drop-in replacement.
7378
7379 2006-01-02 Akim Demaille <akim@epita.fr>
7380
7381 * src/output.c (output_skeleton): Don't hard wire the inclusion of
7382 c.m4.
7383 * data/c++.m4, data/glr.c, data/yacc.c: Include c.m4.
7384 * data/glr.cc: Do not include stack.hh.
7385
7386 2006-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
7387
7388 * data/glr.c: Reformat whitespace with tabs.
7389 (b4_lpure_formals): Remove this unused m4 macro.
7390 * tests/cxx-type.at: Reformat whitespace with tabs.
7391 (_AT_TEST_GLR_CXXTYPES): In union Node, rename node_info to nodeInfo
7392 since it's a member. Rename type to isNterm for clarity.
7393
7394 2005-12-29 Akim <akim@sulaco.local>
7395
7396 Let glr.cc catch up with symbol_value_print.
7397 * data/glr.cc (b4_yysymprint_generate): Replace by...
7398 (b4_yy_symbol_print_generate): this.
7399 (yy_symbol_print, yy_symbol_value_print): Declare them.
7400
7401 2005-12-28 Paul Eggert <eggert@cs.ucla.edu>
7402
7403 * src/location.h (boundary): Note that a line or column equal
7404 to INT_MAX indicates an overflow.
7405 * src/scan-gram.l: Include verify.h. Don't include get-errno.h.
7406 (rule_length_overflow, increment_rule_length, add_column_width):
7407 New functions.
7408 (<INITIAL>{id}, <SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'"):
7409 (<SC_BRACED_CODE>"}"):
7410 Use increment_rule_length rather than incrementing it by hand.
7411 (adjust_location, handle_syncline): Diagnose overflow.
7412 (handle_action_dollar, handle_action_at):
7413 Fix bug with monstrosities like $-2147483648.
7414 Remove now-unnecessary checks.
7415 (scan_integer): Verify assumptions and remove now-unnecessary checks.
7416 (convert_ucn_to_byte): Verify assumptions.
7417 (handle_syncline): New arg LOC. All callers changed.
7418 Don't store through a value derived from char const * pointer.
7419
7420 * src/reader.c (grammar_rule_check): Rewrite slightly to avoid
7421 GCC warnings.
7422
7423 2005-12-27 Paul Eggert <eggert@cs.ucla.edu>
7424
7425 * src/reader.c (grammar_midrule_action, grammar_symbol_append):
7426 Remove unnecessary forward static decls.
7427
7428 2005-12-27 Akim Demaille <akim@epita.fr>
7429
7430 * src/reader.c (grammar_current_rule_check): Also check that $$
7431 is used.
7432 Take the rule to check as argument, hence rename as...
7433 (grammar_rule_check): this.
7434 * src/reader.h, src/reader.c (grammar_rule_begin, grammar_rule_end):
7435 Rename as...
7436 (grammar_rule_begin, grammar_rule_end): these, for consistency.
7437 (grammar_midrule_action, grammar_symbol_append): Now static.
7438 * tests/torture.at (input): Don't rely on the default action
7439 being always performed.
7440 * tests/calc.at: "Set" $$ even when the action is "cut" with
7441 YYERROR or other.
7442 * tests/actions.at (Exotic Dollars): Instead of using unused
7443 values, check that the warning is issued.
7444
7445 2005-12-22 Paul Eggert <eggert@cs.ucla.edu>
7446
7447 * NEWS: Improve wording for unused-value warnings.
7448
7449 2005-12-22 Akim Demaille <akim@epita.fr>
7450
7451 * data/lalr1.cc, data/yacc.c, data/glr.c, data/c.m4
7452 (b4_yysymprint_generate): Rename as...
7453 (b4_yy_symbol_print_generate): this.
7454 Generate yy_symbol_print instead of yysymprint.
7455 Generate also yy_symbol_value_print, and use it.
7456
7457 2005-12-22 Akim Demaille <akim@epita.fr>
7458
7459 * NEWS: Warn about unused values.
7460 * src/symlist.h, src/symlist.c (symbol_list, symbol_list_new): Add
7461 a `used' member.
7462 (symbol_list_n_get, symbol_list_n_used_set): New.
7463 (symbol_list_n_type_name_get): Use symbol_list_n_get.
7464 * src/scan-gram.l (handle_action_dollar): Flag used symbols.
7465 * src/reader.c (grammar_current_rule_check): Check that values are
7466 used.
7467 * src/symtab.c (symbol_print): Accept 0.
7468 * tests/existing.at: Remove the type information.
7469 Empty the actions.
7470 Remove useless actions (beware of mid-rule actions: perl -000
7471 -pi -e 's/\s*\{\}(?=[\n\s]*[|;])//g').
7472 * tests/actions.at (Exotic Dollars): Use unused values.
7473 * tests/calc.at: Likewise.
7474 * tests/glr-regression.at (No users destructors if stack 0 deleted):
7475 Likewise.
7476
7477 * src/gram.c (rule_useful_p, rule_never_reduced_p): Use
7478 rule_useful_p.
7479
7480 2005-12-21 Paul Eggert <eggert@cs.ucla.edu>
7481
7482 Undo 2005-12-01 tentative license wording change. The wording is
7483 still being reviewed by the lawyers, and we don't want to wait for
7484 them before publishing a test release. For now, revert to the
7485 previous wording.
7486 * NEWS: Undo 2005-12-01 change.
7487 * data/glr.c: Revert to previous license wording.
7488 * data/glr.cc: Likewise.
7489 * data/lalr1.cc: Likewise.
7490 * data/location.cc: Likewise.
7491 * data/yacc.c: Likewise.
7492
7493 * NEWS: Reword %destructor vs YYABORT etc.
7494 * data/glr.c: Use American spacing, for consistency.
7495 * data/glr.cc: Likewise.
7496 * data/lalr1.cc: Likewise.
7497 * data/yacc.c: Likewise.
7498 * data/yacc.c: Reformat comments slightly.
7499 * doc/bison.texinfo: Replace "non-" with "non" when that makes sense,
7500 for consistency. Fix some spelling errors and reword recently-included
7501 text slightly.
7502 * tests/cxx-type.at: Cast results of malloc, for C++.
7503
7504 2005-12-21 Joel E. Denny <address@hidden>
7505
7506 * tests/cxx-type.at: Construct a tree, count the parents of shared
7507 nodes, and free each node once and only once. Previously, the memory
7508 for semantic values was leaked instead.
7509
7510 2005-12-21 Joel E. Denny <address@hidden>
7511
7512 * data/glr.c (struct yyGLRStack): If pure, add yyval and yyloc members.
7513 (yylval, yylloc): If pure, #define to yystackp->yyval and
7514 yystackp->yyloc similar to yychar and yynerrs.
7515 (yyparse): If pure, remove local yylval and yylloc. Add local
7516 yystackp to accommodate pure definitions of yylval and yylloc.
7517 (b4_lex_param, b4_lyyerror_args, b4_lpure_args): If pure, change
7518 yylvalp and yyllocp to &yylval and &yylloc.
7519 (nerrs, char, lval, lloc): If pure, add #define's for b4_prefix[]
7520 namespace. Previously, nerrs and char were missing, but lval and lloc
7521 weren't necessary.
7522 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Remove
7523 yylvalp and yyllocp parameters since, if pure, these are now always
7524 accessible through yystackp. If not pure, they are still accessible
7525 globally.
7526 * data/glr.c, data/yacc.c (YYLLOC_DEFAULT): Change `if (N)' to
7527 `if (YYID (N))' to pacify lint.
7528
7529 2005-12-21 Akim Demaille <akim@epita.fr>
7530
7531 YYACCEPT, YYERROR, and YYABORT, as user actions, should not
7532 destroy the RHS symbols of a rule.
7533 * data/yacc.c (yylen): Initialize to 0.
7534 Keep its value to the number of items to possibly shift.
7535 In particular, a regular successful parse that ends on YYFINAL by
7536 a (internal) YYACCEPT must not have yylen != 0.
7537 (yyerrorlab, yyreturn): Pop the RHS.
7538 Reorder a bit to emphasize the `shifting' bits of code.
7539 (YYPOPSTACK): Now accept a number of items to pop.
7540 * data/lalr1.cc: Likewise.
7541 * data/glr.c: Formatting changes.
7542 Use goto instead of fall through.
7543 * doc/bison.texinfo (Destructor Decl): Complete.
7544
7545 2005-12-20 Juan Manuel Guerrero <juan.guerrero@gmx.de>
7546
7547 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
7548 * djgpp/Makefile.maint: Fix PACKAGE variable computation.
7549 * djgpp/config.bat: Replace every occurence of the file name
7550 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
7551 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
7552 * djgpp/config.sed: Replace every occurence of the file name
7553 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
7554 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
7555 * djgpp/djunpack.bat: DJGPP specific file.
7556 * djgpp/fnchange.lst: DJGPP specific file.
7557 * djgpp/README.in: Add new information about how to unpack the bison
7558 source on MSDOS and other systems which have 8.3 file name restrictions
7559 using djunpack.bat and fnchange.lst.
7560
7561 2005-12-12 Paul Eggert <eggert@cs.ucla.edu>
7562
7563 * bootstrap (build_cvs_prefix): Remove; unused.
7564 (CVS_PREFIX): Adjust to yesterday's Savannah reorganization
7565 when getting gnulib.
7566
7567 2005-12-12 "Joel E. Denny" <jdenny@ces.clemson.edu>
7568
7569 * data/glr.c: Reorder typedef declarations for structs to match order
7570 of struct declarations.
7571 Rename yystack everywhere to yystackp except in yyparse where it's not
7572 a pointer.
7573 (yyglrShift): Change parameter YYSTYPE yysval to YYSTYPE* yyvalp for
7574 consistency.
7575 (yyis_table_ninf): Change 0 to YYID (0) to pacify lint.
7576 (yyreportSyntaxError): Add /*ARGSUSED*/ to pacify lint.
7577 (yyparse): Change while (yytrue) to while ( YYID (yytrue)) to pacify
7578 lint.
7579
7580 2005-12-09 Paul Eggert <eggert@cs.ucla.edu>
7581
7582 * tests/sets.at (Accept): Fix typos in regular expression used to
7583 sed out the final state number.
7584
7585 Work around portability problem on Solaris 10: flex-generated
7586 files include <stdio.h> before <config.h>, which messes up
7587 because the latter defines __EXTENSIONS__. Address the problem
7588 by creating two new little files that include <config.h> first,
7589 then include the flex-generated files. Rewrite everyone else
7590 to include <config.h> first, as well.
7591 * lib/timevar.c: Always include "config.h".
7592 * src/Makefile.am (bison_SOURCES): Replace scan-gram.l with
7593 scan-gram-c.c, and scan-skel.l with scan-skel-c.c.
7594 (EXTRA_bison_SOURCES): New macro.
7595 * src/scan-gram-c.c, src/scan-skel-c.c: New files.
7596 * src/system.h: Don't include config.h.
7597 * src/LR0.c: Include <config.h> first.
7598 * src/assoc.c: Likewise.
7599 * src/closure.c: Likewise.
7600 * src/complain.c: Likewise.
7601 * src/conflicts.c: Likewise.
7602 * src/derives.c: Likewise.
7603 * src/files.c: Likewise.
7604 * src/getargs.c: Likewise.
7605 * src/gram.c: Likewise.
7606 * src/lalr.c: Likewise.
7607 * src/location.c: Likewise.
7608 * src/main.c: Likewise.
7609 * src/muscle_tab.c: Likewise.
7610 * src/nullable.c: Likewise.
7611 * src/output.c: Likewise.
7612 * src/parse-gram.y: Likewise.
7613 * src/print.c: Likewise.
7614 * src/print_graph.c: Likewise.
7615 * src/reader.c: Likewise.
7616 * src/reduce.c: Likewise.
7617 * src/relation.c: Likewise.
7618 * src/state.c: Likewise.
7619 * src/symlist.c: Likewise.
7620 * src/symtab.c: Likewise.
7621 * src/tables.c: Likewise.
7622 * src/uniqstr.c: Likewise.
7623 * src/vcg.c: Likewise.
7624
7625 * src/parse-gram.y: Fix minor problems uncovered by lint.
7626 (current_lhs, current_lhs_location): Now static.
7627 (current_assoc): Remove unused variable.
7628
7629 Cleanups so that Bison-generated parsers have less lint.
7630 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate):
7631 Prepend /*ARGSUSED*/, for lint's sake.
7632 * data/glr.c (YYUSE): Properly parenthesize, and use an alternate
7633 definition if 'lint' is defined.
7634 (YYID): New macro (or function, if lint).
7635 All uses of /*CONSTCOND*/0 replaced by YYID(0).
7636 * data/yacc.c: Likewise.
7637 * data/glr.c (yyuserAction, yyuserMerge, yy_reduce_print):
7638 (yyrecoverSyntaxError): Prepend /*ARGSUSED*/.
7639 * data/glr.cc (YYLLOC_DEFAULT): Omit /*CONSTCOND*/ since this code
7640 is C++ only.
7641 * data/lalr1.cc (YYUSE): Just use a cast, since this code is C++ only.
7642 * data/yacc.c (YYSTACK_FREE) [defined YYSTACK_ALLOC]:
7643 Use YYID(0) rather than 0, for lint.
7644 (yystrlen): Rewrite to avoid lint warning about ptrdiff_t overflow.
7645 (yysyntax_error): Rewrite to avoid lint warnings about parenthesization.
7646
7647 2005-12-07 Paul Eggert <eggert@cs.ucla.edu>
7648
7649 * tests/glr-regression.at
7650 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
7651 Close memory leak reported by twlevo.
7652
7653 2005-12-06 "Joel E. Denny" <jdenny@ces.clemson.edu>
7654
7655 * data/glr.c (yyprocessOneStack, yyparse): Synchronize the shift for
7656 all stacks.
7657 (yyparse): Iterate another stack in order to call user destructors.
7658 * tests/glr-regression.at (No users destructors if stack 0 deleted):
7659 New test case.
7660 (Duplicated user destructor for lookahead): This test now is expected
7661 to succeed.
7662
7663 2005-12-01 Paul Eggert <eggert@cs.ucla.edu>
7664
7665 * NEWS: Document the following change.
7666 * data/yacc.c: Say "parser skeleton" rather than "file", since
7667 it's no longer just a file.
7668 * data/glr.c: Grant a special exception for C GLR parsers, that
7669 reads like the already-existing exception for C LALR(1) parsers.
7670 * data/glr.cc: Likewise.
7671 * data/lalr1.cc: Likewise.
7672 * data/location.cc: Likewise.
7673 * data/yacc.c: Reword the "written by" statement to clarify that
7674 it was the parser skeleton, not the entire output file.
7675 * data/glr.c: Written by Paul Hilfinger.
7676 * data/glr.cc: Written by Akim Demaille.
7677 * data/lalr1.cc: Likewise.
7678
7679 2005-11-18 Paul Eggert <eggert@cs.ucla.edu>
7680
7681 * data/yacc.c (yy_reduce_print, YY_REDUCE_PRINT):
7682 Fix typos in previous change that broke 'make check'.
7683 YY_REDUCE_PRINT cannot be a pseudo-varargs macro; that isn't
7684 supported in C.
7685 * tests/calc.at (_AT_CHECK_CALC,_AT_CHECK_CALC_ERROR):
7686 Don't check NUM-STDERR-LINES, since the output format is fluctuating.
7687 We can revert this once things settle down.
7688
7689 * src/conflicts.c (conflicts_print): Don't print file name twice
7690 when %expect fails because there were no conflicts.
7691 * doc/bison.texinfo (Expect Decl): Tighten up wording in previous
7692 change.
7693 * tests/conflicts.at (%expect not enough, %expect too much):
7694 (%expect with reduce conflicts): Adjust to new behavior.
7695
7696 2005-11-18 Akim Demaille <akim@epita.fr>
7697
7698 * src/conflicts.c (conflicts_print): Unsatisfied %expectation are
7699 errors.
7700 * NEWS: Document this.
7701 * doc/bison.texinfo (Expect Decl): Likewise.
7702
7703 2005-11-16 Akim Demaille <akim@epita.fr>
7704
7705 Generalize the display of semantic values and locations in traces.
7706 * data/glr.c (yy_reduce_print): Fix indices (again).
7707 * data/c++.m4 (b4_rhs_value, b4_rhs_location): Don't expect
7708 literal integers.
7709 * data/lalr1.cc (yyreduce_print): Rename as...
7710 (yy_reduce_print): this.
7711 Display values and locations.
7712 * data/yacc.c (yy_reduce_print): Likewise.
7713 (YY_REDUCE_PRINT): Adjust to pass the required arguments.
7714 (yysymprint): Move higher to be visible from yy_reduce_print).
7715 (yyparse): Adjust.
7716 * tests/calc.at: Adjust the expected length of the traces.
7717
7718 2005-11-14 Akim Demaille <akim@epita.fr>
7719
7720 * data/glr.c (yy_reduce_print): The loop was quite wrong: type are
7721 from 1 to N, while values and location start at 0.
7722 (b4_rhs_location, b4_rhs_value): Add parens around $1 and $2.
7723
7724 2005-11-14 Akim Demaille <akim@epita.fr>
7725
7726 * data/glr.c (yy_reduce_print): Fix the $ number.
7727
7728 2005-11-14 Akim Demaille <akim@epita.fr>
7729
7730 "Use" parse parameters.
7731 * data/c.m4 (b4_parse_param_for, b4_parse_param_use): New.
7732 * data/glr.c, data/glr.cc: Use them.
7733 * data/glr.c (YYUSE): Have a C++ definition that supports
7734 non-pointer types.
7735
7736 2005-11-14 Akim Demaille <akim@epita.fr>
7737
7738 * data/glr.c (yyexpandGLRStack): Declare only if defined.
7739
7740 2005-11-14 Akim Demaille <akim@epita.fr>
7741
7742 * data/glr.cc: New.
7743 * data/m4sugar/m4sugar.m4 (m4_prepend): New.
7744
7745 2005-11-12 Akim Demaille <akim@epita.fr>
7746
7747 Let position and location be PODs.
7748 * data/location.cc (position::initialize, location::initialize): New.
7749 (position::position, location::location): Define only if
7750 b4_location_constructors is defined.
7751 * data/lalr1.cc (b4_location_constructors): Define it for backward
7752 compatibility.
7753 * doc/bison.texinfo (Initial Action Decl): Use initialize.
7754
7755 2005-11-12 Akim Demaille <akim@epita.fr>
7756
7757 * data/lalr1.cc: Move the body of the ctor and dtor into the
7758 parser file (instead of the header).
7759 Wrap the implementations in a "namespace yy".
7760
7761 2005-11-12 Akim Demaille <akim@epita.fr>
7762
7763 Have glr.c include its header file when created.
7764 * data/glr.c (b4_shared_declarations): New.
7765 Output them verbatim in the parser if !%defines, otherwise
7766 output then in the header file, and include it instead.
7767
7768 2005-11-11 Akim Demaille <akim@epita.fr>
7769
7770 * data/glr.c: Comment changes.
7771
7772 2005-11-11 Akim Demaille <akim@epita.fr>
7773
7774 When yydebug, report semantic and location values for reductions.
7775 * data/glr.c (yy_reduce_print): Report the semantic values and the
7776 locations.
7777 (YY_REDUCE_PRINT): Adjust.
7778 (yyglrReduce): Use them.
7779 (b4_rhs_value, b4_rhs_location): Remove m4_eval invocations.
7780 * data/c.m4 (b4_yysymprint_generate): Specify the const arguments.
7781 * tests/calc.at (_AT_CHECK_CALC_ERROR): Remove the reduction
7782 traces.
7783
7784 2005-11-10 Akim Demaille <akim@epita.fr>
7785
7786 * data/glr.c (yynewGLRStackItem, YY_RESERVE_GLRSTACK): New.
7787 (yyaddDeferredAction, yyglrShift, yyglrShiftDefer): Use them.
7788 (yyexpandGLRStack, YYRELOC): Define only when YYSTACKEXPANDABLE.
7789
7790 2005-11-09 Albert Chin-A-Young <china@thewrittenword.com>
7791
7792 * m4/cxx.m4, examples/Makefile.am: Don't build
7793 examples/calc++ if no C++ compiler is available. (trivial change)
7794
7795 2005-11-09 Akim Demaille <akim@epita.fr>
7796
7797 * src/scan-skel.l: Use a couple of asserts.
7798
7799 2005-11-03 Akim Demaille <akim@epita.fr>
7800
7801 In some (weird) cases, the final state number is incorrect.
7802 Reported by Alexandre Duret-Lutz.
7803 * src/LR0.c (state_list_append): Remove the computation of
7804 final_state.
7805 (save_reductions): Do it here.
7806 (get_state): Alpha conversion.
7807 (generate_states): Use a for loop.
7808 * src/gram.h (item_number_is_rule_number)
7809 (item_number_is_symbol_number): New.
7810 * src/state.c: Use assert.
7811 * src/system.h: Include assert.h.
7812 * tests/sets.at (Accept): New.
7813
7814 2005-10-30 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
7815
7816 * data/glr.c (yyfill): Adjust comment.
7817 (yyresolveAction): Initialize default location properly
7818 for empty right-hand sides.
7819 (yydoAction): Ditto.
7820 Add comment explaining apparently dead code.
7821 * tests/glr-regression.at
7822 (Incorrectly initialized location for empty right-hand side in GLR):
7823 New test.
7824
7825 2005-10-30 Paul Eggert <eggert@cs.ucla.edu>
7826
7827 * bootstrap (cleanup_gnulib): New function. Use it to clean up
7828 gnulib when interrupted. This fixes some race conditions and
7829 works around some portability problems (one noted by Paul
7830 Hilfinger).
7831
7832 2005-10-22 Akim <akim@epita.fr>
7833
7834 * Makefile.cfg: Adjust to config -> build-aux.
7835 Reported by twledo.
7836
7837 2005-10-21 Akim Demaille <akim@epita.fr>
7838
7839 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Pass
7840 the %parse-params.
7841 * data/glr.c (YY_SYMBOL_PRINT, yydestroyGLRState): Adjust.
7842 * data/yacc.c (b4_Pure_if): Rename as...
7843 (b4_yacc_pure_if): this.
7844 (YY_SYMBOL_PRINT, yyparse): Adjust.
7845 * doc/bison.texinfo: Formatting changes.
7846
7847 2005-10-21 Akim Demaille <akim@epita.fr>
7848
7849 Finish the transition config -> build-aux.
7850 * configure.ac, Makefile.am: Use build-aux.
7851 * config/prev-version, config/announce-gen, config/Makefile.am:
7852 Move to...
7853 * build-aux/prev-version, build-aux/announce-gen,
7854 * build-aux/Makefile.am: here.
7855
7856 2005-10-14 Akim Demaille <akim@epita.fr>
7857
7858 * examples/calc++/test: Use set -x only when VERBOSE.
7859
7860 2005-10-13 Paul Eggert <eggert@cs.ucla.edu>
7861
7862 * NEWS: Bison now warns if it finds a stray `$' or `@' in an action.
7863 * src/scan-gram.l (<SC_BRACED_CODE>[$@]): Implement this.
7864
7865 2005-10-13 Akim Demaille <akim@epita.fr>
7866
7867 * src/scan-skel.l: Output the base name parts of the parser and
7868 header file names.
7869 * tests/output.at (AT_CHECK_OUTPUT): Support subdirectories, and
7870 additional checks.
7871 Use this to exercise C++ outputs in subdirs.
7872 Reported by Oleg Smolsky.
7873
7874 2005-10-12 Paul Eggert <eggert@cs.ucla.edu>
7875
7876 * data/c.m4 (b4_c_function_def): Look at __C99_FUNC__, not at
7877 __STDC_VERSION__, as IBM cc 7.0 doesn't define the latter either.
7878 Problem reported by John P. Hartmann.
7879 * data/yacc.c (YYMODERN_C): Likewise. Don't define if the user has
7880 already defined it.
7881
7882 2005-10-12 Akim Demaille <akim@epita.fr>
7883
7884 * src/parse-gram.y (version_check): Exit 63 to please missing
7885 (stands for "version mismatch).
7886 * tests/input.at, doc/bison.texinfo: Adjust.
7887
7888 2005-10-10 Paul Eggert <eggert@cs.ucla.edu>
7889
7890 Work around portability problems with Visual Age C compiler
7891 (xlc and xlC_r) reported by John P. Hartmann.
7892 * data/location.cc (initial_column, initial_line): Remove.
7893 All uses replaced by 0 and 1.
7894 * src/scan-gram.l (gram_wrap): Redefine to avoid bug in flex 2.5.31
7895 that xlc complains about.
7896 * src/scan-skel.l (skel_wrap): Likewise.
7897 * data/c.m4 (b4_c_function_def): Look at __STDC_VERSION__ as well
7898 as __STDC__.
7899 * data/yacc.c (YYMODERN_C): New macro, which also looks at
7900 __STDC_VERSION__. Use it everywhere instead of looking at
7901 __STDC__ and __cplusplus.
7902
7903 2005-10-10 Akim Demaille <akim@epita.fr>
7904
7905 * examples/calc++/test: Be quiet unless VERBOSE.
7906
7907 2005-10-05 Paul Eggert <eggert@cs.ucla.edu>
7908
7909 * data/c.m4 (yydestruct, yysymprint):
7910 Use YYUSE instead of casting to void.
7911 * data/glr.c (YYUSE): New macro.
7912 (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
7913 Use it instead of rolling our own.
7914 (YYLLOC_DEFAULT, YYCHK, YYDPRINTF, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
7915 (YYCHK1):
7916 Use /*CONSTCOND*/ to suppress lint warnings.
7917 * data/lalr1.cc (YYLLOC_DEFAULT, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
7918 (YY_STACK_PRINT): Use 'false' not '0'.
7919 (YYUSE): New macro.
7920 (yysymprint_, yydestruct_): Use it instead of rolling our own.
7921 * data/yacc.c (YYUSE): New macro.
7922 (YYCOPY, YYSTACK_RELOCATE, YYBACKUP, YYLLOC_DEFAULT):
7923 (YYDPRINTF, YY_SYMBOL_PRINT, YY_STACK_PRINT, YY_REDUCE_PRINT):
7924 (yyerrorlab): Use /*CONSTCOND*/ to suppress lint warnings.
7925
7926
7927 * data/m4sugar/m4sugar.m4 (_m4_map): New macro.
7928 (m4_map, m4_map_sep): Use it. Handle the empty list correctly.
7929
7930 2005-10-04 Paul Eggert <eggert@cs.ucla.edu>
7931
7932 Undo the parts of the unlocked-I/O change that substituted
7933 putc or puts for printf. This might hurt performance a bit,
7934 but some people prefer the printf style.
7935 * data/c.m4 (yysymprint): Prefer printf to puts and putc.
7936 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): Remove.
7937 All uses replaced by YYFPRINTF and YYDPRINTF.
7938 * data/yacc.c: Likewise.
7939 * lib/bitset.c (bitset_print): Likewise.
7940 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer printf to
7941 putc and puts.
7942 * lib/lbitset.c (debug_lbitset): Likewise.
7943 * src/closure.c (print_firsts, print_fderives): Likewise.
7944 * src/gram.c (grammar_dump): Likewise.
7945 * src/lalr.c (look_ahead_tokens_print): Likewise.
7946 * src/output.c (escaped_output): Likewise.
7947 (user_actions_output): Break apart two printfs.
7948 * src/parse-gram.y (%printer): Prefer printf to putc and puts.
7949 * src/reduce.c (reduce_print): Likewise.
7950 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
7951 * src/system.h: Include unlocked-io.h rathe than stdio.h.
7952
7953 * data/glr.c (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
7954 Use assignments rather than casts-to-void to suppress
7955 unused-variable warnings. This pacifies 'lint'.
7956 * data/lalr1.cc (yysymprint_, yydestruct_): Use a call to suppress
7957 unused-variable warnings.
7958
7959 2005-10-03 Juan Manuel Guerrero <juan.guerrero@gmx.de>
7960
7961 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
7962
7963 2005-10-02 Paul Eggert <eggert@cs.ucla.edu>
7964
7965 Use unlocked I/O for a minor performance improvement on hosts like
7966 GNU/Linux and Solaris that support unlocked I/O. The basic idea
7967 is to use the gnlib unlocked-io module, and to prefer putc and
7968 puts to printf when either will work (since the latter doesn't
7969 come in an unlocked flavor).
7970 * bootstrap (gnulib_modules): Add unlocked-io.
7971 * data/c.m4 (yysymprint): Prefer puts and putc to printf.
7972 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): New macros.
7973 Prefer them to YYFPRINTF and YYDPRINTF if either will do,
7974 and similarly for puts and putc and printf.
7975 * data/yacc.c: Likewise.
7976 * lib/bitset.c (bitset_print): Likewise.
7977 * lib/bitset.h [USE_UNLOCKED_IO]: Include unlocked-io.h.
7978 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer putc and puts
7979 to printf.
7980 * lib/lbitset.c (debug_lbitset): Likewise.
7981 * src/closure.c (print_firsts, print_fderives): Likewise.
7982 * src/gram.c (grammar_dump): Likewise.
7983 * src/lalr.c (look_ahead_tokens_print): Likewise.
7984 * src/output.c (escaped_output): Likewise.
7985 (user_actions_output): Coalesce two printfs.
7986 * src/parse-gram.y (%printer): Prefer putc and puts to printf.
7987 * src/reduce.c (reduce_print): Likewise.
7988 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
7989 * src/system.h: Include unlocked-io.h rather than stdio.h.
7990
7991 * data/lalr1.cc: Don't put an unmatched ' in a dnl comment, as
7992 this confuses xgettext.
7993
7994 2005-10-02 Akim Demaille <akim@epita.fr>
7995
7996 * bootstrap (gnulib_modules): Add strverscmp.
7997 * lib/.cvsignore: Add strverscmp.c, strverscmp.h.
7998 * m4/.cvsignore: Add strverscmp.m4.
7999 * src/parse-gram.y (%require): New token, new rule.
8000 (version_check): New.
8001 * src/scan-gram.l (%require): Adjust.
8002 * tests/input.at (AT_REQUIRE): New.
8003 Use it.
8004 * doc/bison.texinfo (Require Decl): New.
8005 (Calc++ Parser): Use %require.
8006
8007 2005-10-02 Akim Demaille <akim@epita.fr>
8008
8009 * data/location.cc: New.
8010
8011 2005-10-02 Paul Eggert <eggert@cs.ucla.edu>,
8012 Akim Demaille <akim@epita.fr>
8013
8014 Make sure -odir/foo.cc creates dir/location.hh etc.
8015 * src/files.h (spec_outfile, parser_file_name, spec_name_prefix)
8016 (spec_file_prefix, spec_verbose_file, spec_graph_file)
8017 (spec_defines_file): Now const.
8018 (dir_prefix): New.
8019 (short_base_name): Remove.
8020 * src/files.c: Adjust.
8021 (dirname.h): Include.
8022 (base_name): Don't prototype it.
8023 (finput): Remove, duplicates gram_in.
8024 (full_base_name, short_base_name): Replace by...
8025 (all_but_ext, all_but_tab_ext): these.
8026 (compute_base_names): Rename as...
8027 (compute_file_name_parts): this.
8028 Update to compute the new variables, including dir_prefix.
8029 Adjust dependencies.
8030 * src/output.c (prepare): Output them.
8031 * src/reader.c: Adjust to use gram_in, not finput.
8032 * src/scan-skel.l (@dir_prefix@): New.
8033
8034 2005-10-02 Juan Manuel Guerrero <juan.guerrero@gmx.de>
8035
8036 * lib/subpipe.c: New function end_of_output_subpipe() added
8037 to allow support for non-posix systems. This is a no-op function
8038 for posix systems.
8039
8040 * lib/subpipe.h: New function end_of_output_subpipe() added
8041 to allow support for non-posix systems. This is a no-op function
8042 for posix systems.
8043
8044 * src/output.c (output_skeleton): Use end_of_output_subpipe() to
8045 handle the lack of pipe/fork functionality on non-posix systems.
8046
8047 * djgpp/Makefile.maint: DJGPP specific file.
8048
8049 * djgpp/README.in: DJGPP specific file.
8050
8051 * djgpp/config.bat: DJGPP specific configuration file.
8052
8053 * djgpp/config.sed: DJGPP specific configuration file.
8054
8055 * djgpp/config.site: DJGPP specific configuration file.
8056
8057 * djgpp/config_h.sed: DJGPP specific configuration file.
8058
8059 * djgpp/subpipe.c: DJGPP specific replacement file for lib/subpipe.c.
8060
8061 * djgpp/subpipe.h: DJGPP specific replacement file for lib/subpipe.h.
8062
8063 2005-10-02 Akim Demaille <akim@epita.fr>
8064
8065 * data/location.cc: New, extract from...
8066 * data/lalr1.cc: here.
8067 (location.hh): Include it after the user prologue, in case the
8068 filename type is defined by the user.
8069 Forward declation location and position before the pre-prologue.
8070 (yyresult_): Rename as...
8071 (yyresult): this, it's a local variable, not an attribute.
8072 * data/Makefile.am (dist_pkgdata_DATA): Adjust.
8073
8074 2005-10-01 Akim Demaille <akim@epita.fr>
8075
8076 * examples/extexi: Restore the #line generation.
8077
8078 2005-09-30 Akim Demaille <akim@epita.fr>,
8079 Alexandre Duret-Lutz <adl@gnu.org>
8080
8081 Move the token type and YYSTYPE in the parser class.
8082 * data/lalr1.cc (stack.hh, location.hh): Include earlier.
8083 (parser::token): New, from the moved free definition of tokens.
8084 (parser::semantic_value): Now a full definition instead of an
8085 indirection to YYSTYPE.
8086 (b4_post_prologue): No longer included in the header file, but
8087 in the implementation file.
8088 * doc/bison.texi (C+ Language Interface): Update.
8089 * src/parse-gram.y: Support unary %define.
8090 * tests/actions.at: Define global_tokens_and_yystype for backward
8091 compatibility until we update the tests.
8092 * tests/calc.at: Idem.
8093 (first_line, first_column, last_line, last_column): Define for lalr1.cc
8094 to simplify the code.
8095
8096 2005-09-29 Paul Eggert <eggert@cs.ucla.edu>
8097
8098 Port to SunOS 4.1.4, which lacks strtoul and strerror.
8099 Ah, the good old days! Problem reported by Peter Klein.
8100 * bootstrap (gnulib_modules): Add strerror, strtoul.
8101 * lib/.cvsignore: Add strerror.c, strtol.c, strtoul.c
8102 * m4/.cvsignore: Add strerror.m4, strtol.m4, strtoul.m4.
8103
8104 2005-09-29 Akim Demaille <akim@epita.fr>
8105
8106 * data/c.m4 (b4_error_verbose_if): New.
8107 * data/lalr1.cc: Use it.
8108 (YYERROR_VERBOSE_IF): Remove.
8109 (yyn_, yylen_, yystate_, yynerrs_, yyerrstatus_): Remove as
8110 parser members, replaced by...
8111 (yyn, yylen, yystate, yynerss, yyerrstatus): these parser::parse
8112 local variables.
8113 (yysyntax_error_): Takes the state number as argument.
8114 (yyreduce_print_): Use the argument yyrule, not the former
8115 attribute yyn_.
8116
8117 2005-09-26 Paul Eggert <eggert@cs.ucla.edu>
8118
8119 * bootstrap (gnulib_modules): Add verify.
8120 * lib/.cvsignore: Add verify.h.
8121 * src/getargs.c: Use ARGMATCH_VERIFY rather than verify.
8122 * src/system.h (verify): Remove.
8123 Include verify.h instead.
8124 * src/tables.c (tables_generate): Use new API for 'verify'.
8125
8126 2005-09-21 Paul Eggert <eggert@cs.ucla.edu>
8127
8128 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Do not use
8129 local variables whose names begin with 'yy'.
8130 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
8131 Trivial changes from Joel E. Denny.
8132
8133 * bootstrap (gnulib_modules): Remove alloca. Bison doesn't need
8134 it itself.
8135 * src/main.c (main) [C_ALLOCA]: Don't flush alloca'ed memory; we
8136 don't use alloca any more.
8137
8138 * data/yacc.c [YYSTACK_USE_ALLOCA && !defined __GNUC__ && ! defined
8139 __BUILTIN_VA_ARG_INCR && ! defined _AIX && ! defined _MSC_VER &&
8140 defined _ALLOCA_H]: Don't include <stdlib.h>; not needed in this case.
8141 * tests/torture.at (Exploding the Stack Size with Alloca): Adjust
8142 to match yacc.c, to test more hosts.
8143
8144 2005-09-20 Paul Eggert <eggert@cs.ucla.edu>
8145
8146 * data/yacc.c (YYSIZE_T): Reindent to make it clearer. This
8147 doesn't affect behavior.
8148 (YYSTACK_ALLOC) [YYSTACK_USE_ALLOCA]: Improve support for
8149 Solaris, AIX, MSC.
8150 (_STDLIB_H): Renamed from YYINCLUDED_STDLIB_H. All uses changed.
8151 This works a bit better with glibc, if user code has already included
8152 stdlib.h.
8153 * doc/bison.texinfo (Bison Parser): Document that users can't
8154 arbitrarily use malloc and free for other purposes. Document
8155 that <alloca.h> and <malloc.h> might be included.
8156 (Table of Symbols): Under YYSTACK_USE_ALLOCA, Don't claim that the
8157 user must declare alloca.
8158
8159 * HACKING (release): Forwarn the Translation Project about
8160 stable releses.
8161
8162 2005-09-20 Akim Demaille <akim@epita.fr>
8163
8164 * data/glr.c: Use b4_token_enums, not b4_token_enums_defines.
8165
8166 2005-09-19 Paul Eggert <eggert@cs.ucla.edu>
8167
8168 * data/yacc.c (YYSIZE_MAXIMUM): New macro.
8169 (YYSTACK_ALLOC_MAXIMUM): Use it.
8170 (yysyntax_error): New function.
8171 (yyparse) [YYERROR_VERBOSE]: Don't leak memory indefinitely if
8172 multiple syntax errors are reported, and alloca is being used.
8173 Instead, reallocate buffers twice as big each time, so that
8174 we waste at most half the allocated memory. Start with a small
8175 (128-byte) buffer that will suffice in most cases anyway.
8176 Use yysyntax_error to do most of the work.
8177
8178 * doc/bison.texinfo (Error Reporting, Table of Symbols):
8179 yynerrs is the number of errors reported, not the number of
8180 errors encountered.
8181
8182 * tests/glr-regression.at (Duplicated user destructor for lookahead):
8183 Mark it as expected to fail.
8184 Cast result of malloc; problem reported by twlevo@xs4all.nl.
8185 * tests/actions.at, tests/calc.at, tests/glr-regression.at:
8186 Don't start user-code symbols with "yy", to avoid name space problems.
8187
8188 2005-09-19 Akim Demaille <akim@epita.fr>
8189
8190 Remove the traits, failed experiment.
8191 It never proved useful, and anyway because of the current
8192 definition, it was not possible to have several specialization of
8193 this traits, making it useless.
8194 * data/lalr1.cc (yy:traits): Remove.
8195 Inline its definitions in the parser class.
8196
8197 2005-09-19 Akim Demaille <akim@epita.fr>
8198
8199 * tests/atlocal.in (LIBS): Pass INTLLIBS to address failures on at
8200 least Mac OSX with a /usr/local install of gettext.
8201
8202 2005-09-19 Akim Demaille <akim@epita.fr>
8203
8204 * data/lalr1.cc (yyparse): Rename yylooka and yyilooka as yychar
8205 and yytoken for similarity with the other skeletons.
8206
8207 2005-09-19 Akim Demaille <akim@epita.fr>
8208
8209 * NEWS, configure.ac: update version number to 2.1a.
8210
8211 2005-09-16 Paul Eggert <eggert@cs.ucla.edu>
8212
8213 * NEWS: Version 2.1.
8214
8215 * NEWS: Remove notice of yytname change, since it was never in an
8216 official release.
8217 * data/glr.c (yydestroyGLRState): Rename local var to avoid shadowing
8218 diagnostic.
8219 * src/output.c (prepare): Likewise.
8220 * data/lalr1.cc (YYERROR_VERBOSE_IF): New macro.
8221 (yysyntax_error_): Use it to avoid GCC warning when YYERROR_VERBOSE
8222 is not defined. This is an awful hack, but it's enough for now.
8223 All callers changed.
8224 * tests/glr-regression-at (make_value): Args are const pointers now,
8225 to avoid GCC warning.
8226 (Duplicated user destructor for lookahead): New test. Currently
8227 skipped. It fails on my host but I'm not sure it'll always fail.
8228
8229 2005-09-16 Akim Demaille <akim@epita.fr>
8230
8231 * src/symtab.h (struct symbol): Declare the printer and destructor
8232 as const, to avoid accidental calls to free.
8233 (symbol_destructor_set, symbol_printer_set): Adjust.
8234 * src/symtab.c: Adjust.
8235
8236 2005-09-16 Akim Demaille <akim@epita.fr>
8237
8238 * data/c.m4 (b4_token_enums): New.
8239 (b4_token_defines): Rename as...
8240 (b4_token_enums_defines): this.
8241 (b4_token_defines): New, output only the #defines.
8242 * data/yacc.c, data/glr.c: Adjust.
8243 * data/lalr1.cc: Use b4_token_enums instead of b4_token_enums_defines.
8244 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Define
8245 as default values.
8246
8247 2005-09-16 Akim Demaille <akim@epita.fr>
8248
8249 * data/lalr1.cc (yylex_): Remove, inline its code.
8250 (yyreport_syntax_error_): Remove, replaced by...
8251 (yysyntax_error_): this which returns a string and leaves to the
8252 caller the call to the users' error function.
8253 (yylooka_, yyilooka_, yylval, yylloc, yyerror_range_, yyval, yyloc):
8254 Move from members of the parser object...
8255 (yylooka, yyilooka, yylval, yylloc, yyerror_range, yyval, yyloc):
8256 to local variables of the parse function.
8257
8258 2005-09-16 Akim Demaille <akim@epita.fr>
8259
8260 * doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF
8261 since it's in Bison's name space.
8262
8263 2005-09-15 Paul Eggert <eggert@cs.ucla.edu>
8264
8265 * data/glr.c (yyresolveValue): Add default case to pacify
8266 gcc -Wswitch-default. Problem reported by twlevo@xs4all.nl.
8267
8268 * NEWS: Document when yyparse started to return 2.
8269 * doc/bison.texinfo (Parser Function): Document when yyparse
8270 returns 2.
8271
8272 * data/lalr1.cc: Revert part of previous change, as it's incompatible.
8273 (b4_filename_type): Renamed back from b4_file_name_type. All uses
8274 changed.
8275 (class position): file_name -> filename (reverting). All uses changed.
8276
8277 2005-09-14 Paul Eggert <eggert@cs.ucla.edu>
8278
8279 * examples/calc++/Makefile.am ($(calc_sources_generated)): Don't
8280 do anything if $@ exists. This reverts part of the 2005-07-07
8281 patch.
8282
8283 2005-09-11 Paul Eggert <eggert@cs.ucla.edu>
8284
8285 * Makefile.am (EXTRA_DIST): Do not distribute REFERENCES; it
8286 contains obsolete information and isn't worth distributing as a
8287 separate file anyway.
8288 * data/glr.c [defined YYSETJMP]: Don't include <setjmp.h>.
8289 (YYJMP_BUF, YYSETJMP, YYLONGJMP) [!defined YYSETJMP]: New macros.
8290 All uses of jmp_buf, setjmp, longjmp changed to use these instead.
8291 (yyparse): Abort if user code uses longjmp to throw an unexpected
8292 value.
8293
8294 2005-09-09 Paul Eggert <eggert@cs.ucla.edu>
8295
8296 * data/c.m4 (b4_identification): Define YYBISON_VERSION.
8297 Suggested by twlevo@xs4all.nl.
8298
8299 * data/glr.c (YYCHK1): Do not assume YYE is in range.
8300 This avoids a diagnostic from gcc -Wswitch-enum.
8301 Problem reported by twlevo@xs4all.nl.
8302
8303 * doc/bison.texinfo: Don't use "filename", as per GNU coding
8304 standards. Use "file name" or "file" or "name", depending on
8305 the context.
8306 (Invocation): The output of "bison hack/foo.y" goes to foo.tab.c,
8307 not to hack/foo.tab.c.
8308 (Calc++ Top Level): 2nd arg of main is not const.
8309 * data/glr.c: b4_filename -> b4_file_name.
8310 * data/lalr1.cc: Likewise. Also, b4_filename_type -> b4_file_name_type.
8311 All uses changed.
8312 (class position): filename -> file_name. All uses changed.
8313 * data/yacc.c: b4_filename -> b4_file_name.
8314 * lib/bitset.h: filename -> file_name in local vars.
8315 * lib/bitset_stats.c: Likewise.
8316 * src/files.c: Likewise.
8317 * src/scan-skel.l ("@output ".*\n): Likewise.
8318 * src/files.c (file_name_split): Renamed from filename_split.
8319 * src/muscle_tab.c (muscle_init): Output b4_file_name, not b4_filename.
8320
8321 2005-09-08 Paul Eggert <eggert@cs.ucla.edu>
8322
8323 * lib/.cvsignore: Add pipe-safer.c, stdio--.h, unistd--.h,
8324 to accommodate latest gnulib.
8325
8326 * tests/glr-regression.at (Duplicate representation of merged trees):
8327 Add casts to pacify g++. Problem reported by twlevo@xs4all.nl.
8328
8329 * bootstrap: Add comment as to why the AM_LANGINFO_CODESET hack is
8330 needed.
8331
8332 2005-08-26 Paul Eggert <eggert@cs.ucla.edu>
8333
8334 * data/glr.c (yydestroyGLRState): Renamed from yydestroyStackItem.
8335 All uses changed. Invoke user destructor after an error during a
8336 split parse (trivial change from Joel E. Denny).
8337
8338 * tests/glr-regression.at
8339 (User destructor after an error during a split parse): New test case.
8340 Problem reported by Joel E. Denny in:
8341 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00029.html
8342
8343 2005-08-25 Paul Eggert <eggert@cs.ucla.edu>
8344
8345 * README-cvs: Give URLs for recommended tools.
8346 Mention Gzip version problem, and bootstrapping issues.
8347 Remove troubleshooting section, as it's somewhat obsolete.
8348
8349 * bootstrap (no_cache): New var, to accommodate different wget
8350 variants. Use it instead of '-C off'. Problem reported by
8351 twlevo@xs4all.nl.
8352
8353 * data/glr.c (yydestroyStackItem): New function.
8354 (yyrecoverSyntaxError, yyreturn): Use it to improve quality of
8355 debugging information. Problem reported by Joel E. Denny.
8356
8357 2005-08-25 Akim Demaille <akim@epita.fr>
8358
8359 * tests/local.at (AT_COMPILE_CXX): Pass $LINKS too.
8360
8361 2005-08-24 Paul Eggert <eggert@cs.ucla.edu>
8362
8363 * data/glr.c (yyrecoverSyntaxError, yyreturn):
8364 Don't invoke destructor on unresolved entries.
8365 * tests/glr-regression.at
8366 (User destructor for unresolved GLR semantic value): New test case.
8367 Problem reported by Joel E. Denny in:
8368 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00016.html
8369
8370 2005-08-21 Paul Eggert <eggert@cs.ucla.edu>
8371
8372 * lib/.cvsignore: Remove realloc.c, strncasecmp.c, xstrdup.c.
8373 Add strnlen.c.
8374 * m4/.cvsignore: Remove codeset.m4, gettext.m4, lib-ld.m4,
8375 lib-prefix.m4, po.m4.
8376
8377 * data/glr.c (yyreturn): Use "Cleanup:" rather than "Error:"
8378 in yydestruct diagnostic, since it might not be an error.
8379 Problem reported by Joel Denny near end of
8380 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
8381 * data/lalr1.cc (yyerturn): Likewise.
8382 * data/yacc.c (yyreturn): Likewise.
8383 * tests/calc.at (_AT_CHECK_CALC_ERROR): Adjust to the above change.
8384
8385 * src/files.c: Remove obsolete FIXME comment.
8386
8387 * data/glr.c (YY_SYMBOL_PRINT): Append a newline, for consistency
8388 with the other templates, and to fix bogus run-on messages such
8389 as the one reported at the end of
8390 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
8391 All callers changed to avoid the newline.
8392 (yyprocessOneStack): Output two lines rather than one, to accommodate
8393 the above change. This changes the debug output format slightly.
8394
8395 * data/glr.c (yyresolveValue): Fix redundant parse tree problem
8396 reported by Joel E. Denny in
8397 <http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00004.html>
8398 (trivial change).
8399 * tests/glr-regression.at (Duplicate representation of merged trees):
8400 New test, from Joel E. Denny in:
8401 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00013.html>.
8402 * THANKS: Add Joel E. Denny.
8403
8404 * configure.ac (AC_INIT): Bump to 2.0c.
8405
8406 2005-07-24 Paul Eggert <eggert@cs.ucla.edu>
8407
8408 * NEWS: Version 2.0b.
8409
8410 * Makefile.am (SUBDIRS): Put examples before tests, so that
8411 "make check" doesn't finish with "All 1 tests passed".
8412
8413 * tests/regression.at (Token definitions): Don't rely on
8414 AT_PARSER_CHECK for data that contains backslashes. It currently
8415 uses 'echo', and 'echo' isn't portable if its argument contains
8416 backslashes. Problem found on OpenBSD 3.4. Also, do not assume
8417 that the byte '\0xff' is not printable in the C locale; it is,
8418 under OpenBSD 3.4 (!). Luckily, '\0x80' through '\0x9e' are
8419 not printable, so use '\0x81' to test.
8420
8421 * data/glr.c (YYOPTIONAL_LOC): Define even if it's not a recent
8422 version of GCC, since the macro is used with non-GCC compilers.
8423
8424 Fix core dump reported by Pablo De Napoli in
8425 <http://lists.gnu.org/archive/html/bug-bison/2005-07/msg00053.html>.
8426 * tests/regression.at (Invalid inputs with {}): New test.
8427 * src/parse-gram.y (token_name): Translate type before using
8428 it as an index.
8429
8430 * data/glr.c (ATTRIBUTE_UNUSED): Remove, since it infringes on
8431 the user's name space. All uses changed to __attribute__
8432 ((__unused__)).
8433 (yyFail, yyMemoryExhausted, yyreportAmbiguity):
8434 Add __attribute__ ((__noreturn__)).
8435
8436 * etc/clcommit: Remove. We weren't using it, and it failed
8437 "make maintainer-distcheck".
8438 * Makefile.maint: Merge from coreutils.
8439 (CVS_LIST, CVS_LIST_EXCEPT): New macros.
8440 (syntax-check-rules): Change list of rules as described below.
8441 (sc_cast_of_alloca_return_value, sc_dd_max_sym_length):
8442 (sc_file_system, sc_obsolete_symbols, sc_prohibit_atoi_atof):
8443 (sc_prohibit_jm_in_m4, sc_root_tests, sc_tight_scope):
8444 (sc_trailing_space): New rules.
8445 (sc_xalloc_h_in_src): Remove.
8446 (sc_cast_of_argument_to_free, sc_cast_of_x_alloc_return_value):
8447 (sc_space_tab, sc_error_exit_success, sc_changelog):
8448 (sc_system_h_headers, sc_sun_os_names, sc_unmarked_diagnostics):
8449 (makefile-check, po-check, author_mark_check):
8450 (makefile_path_separator_check, copyright-check):
8451 Use grep -n, to make it easier to find violations.
8452 Use CVS_LIST and CVS_LIST_EXCEPT.
8453 (header_regexp, h_re): Remove.
8454 (dd_c): New macro.
8455 (sc_dd_max_sym_length, .re-list, news-date-check): New rules.
8456 (my-distcheck): Use more-modern GCC flags.
8457 (signatures, %.asc): Remove.
8458 (rel-files, announcement): Remove signatures.
8459 Restore old updating code, even though we don't use it, so
8460 that we're the same as coreutils.
8461 (alpha, beta, major): Depend on news-date-check.
8462 Make the upload commands.
8463
8464 * data/c.m4, data/lalr1.cc, data/yacc.c: Normalize white space.
8465 * lib/abitset.h, lib/bbitset.h, lib/bitset.h: Likewise.
8466 * lib/bitset_stats.c, lib/ebitset.h, lib/lbitset.c: Likewise.
8467 * lib/libitset.h, lib/timevar.c, lib/vbitset.h: Likewise.
8468 * src/Makefile.am, src/gram.c, src/muscle_tab.h: Likewise.
8469 * src/parse-gram.y, src/system.h, src/tables.c, src/vcg.c: Likewise.
8470 * src/vcg_defaults.h, tests/cxx-type.at, tests/existing.at: Likewise.
8471 * tests/sets.at: Likewise.
8472
8473 * data/m4sugar/m4sugar.m4: Sync from Autoconf, except that
8474 we comment out the Autoconf version number.
8475 * doc/bison.texinfo (Calc++ Scanner): Don't use atoi, as
8476 it's error-prone and "make maintainer-distcheck" rejects it.
8477
8478 * lib/subpipe.c: Include <fcntl.h> without checking for HAVE_FCNTL_H.
8479 Indent calls to "error" to pacify "make maintainer-distcheck",
8480 when the calls are not intended to be translated.
8481 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't check for fcntl.h.
8482
8483 * src/Makefile.am (DEFS): Use +=, to pacify
8484 "make maintainer-distcheck".
8485 (bison_SOURCES): Add scan-skel.h.
8486 (sc_tight_scope): New rule, from coreutils.
8487
8488 * src/files.c (src_extension, header_extension):
8489 Now static, not extern.
8490 * src/getargs.c (short_options): Likewise.
8491 * src/muscle_tab.c (muscle_table): Likewise.
8492 * src/parse-gram.y (current_class, current_type, current_prec):
8493 Likewise.
8494 * src/reader.c (grammar_end, previous_rule_end): Likewise.
8495 * src/getargs.h: Redo comments to pacify "make maintainer-distcheck".
8496 * src/main.c (main): Cast bindtextdomain and textdomain calls to
8497 void, to avoid warning when NLS is disabled.
8498 * src/output.c: Include scan-skel.h.
8499 (scan_skel): Remove decl, since scan-skel.h does this.
8500 (output_skeleton):
8501 Indent calls to "error" to pacify "make maintainer-distcheck".
8502 * src/print_graph.c: Don't include <obstack.h>, as system.h does this.
8503 * src/reader.h (gram_end, gram_lineno): New decls to pacify
8504 "make maintainer-distcheck".
8505 * src/scan-skel.l (skel_lex, skel_get_lineno, skel_get_in):
8506 (skel_get_out, skel_get_leng, skel_get_text, skel_set_lineno):
8507 (skel_set_in, skel_set_out, skel_get_debug, skel_set_debug):
8508 (skel_lex_destroy, scan_skel): Move these decls to...
8509 * src/scan-skel.h: New file.
8510 * src/uniqstr.c (uniqstr_assert):
8511 Indent calls to "error" to pacify "make maintainer-distcheck".
8512
8513 * tests/Makefile.am ($(srcdir)/package.m4): Use $(VAR),
8514 not @VAR@.
8515
8516 * tests/torture.at: Revamp to avoid misuse of atoi that
8517 "make maintainer-distcheck" complained about.
8518
8519 * examples/extexi (message): Don't print a message more than once,
8520 and omit line-number decoration that makes Emacs compile think
8521 that informative messages are worth worrying about.
8522
8523 2005-07-22 Paul Eggert <eggert@cs.ucla.edu>
8524
8525 * configure.ac: Update version number.
8526
8527 * Makefile.am (SUBDIRS): Add examples; somehow this got removed
8528 accidentally.
8529 * examples/calc++/calc++-parser.yy: Remove from CVS, as it's
8530 autogenerated by the maintainer.
8531 * examples/calc++/.cvsignore: Add *.yy.
8532
8533 * lib/bitset.c (bitset_alloc): Don't cast xcalloc result.
8534 * lib/bitset_stats.c (bitset_stats_init): Likewise.
8535 * lib/bitsetv.c (bitsetv_alloc): Likewise.
8536
8537 * po/POTFILES.in: Add lib/xalloc-die.c; remove lib/xmalloc.c.
8538
8539 * src/relation.c (relation_transpose): Rewrite to avoid bogus complaint
8540 from maintainer-distcheck about casting the argument of 'free'.
8541
8542 * NEWS: Mention recent yytname changes.
8543 * THANKS: Add Anthony Heading, twlevo@xs4all.nl.
8544
8545 * bootstrap: For translations that have not yet been upgraded to
8546 the new runtime-po domain, prime the pump by extracting the
8547 relevant strings from the obsolete translations. This code can be
8548 removed once the bison-runtime domain has been translated by each
8549 team.
8550
8551 * src/scan-gram.l (<SC_PRE_CODE>.): Don't double-quote token names,
8552 now that token names are already quoted.
8553
8554 Fix problem reported by Anthony Heading.
8555 * data/glr.c (YYTOKEN_TABLE): New macro.
8556 (yytname): Define if YYTOKEN_TABLE.
8557 * data/yacc.c (YYTOKEN_TABLE, yytname): Likewise.
8558 * data/lalr1.cc (YYTOKEN_TABLE, yytname_): Likewise.
8559 (YYERROR_VERBOSE): Define the same way the other skeletons do.
8560 * src/output.c (prepare_symbols): Output token_table_flag.
8561
8562 2005-07-21 Paul Eggert <eggert@cs.ucla.edu>
8563
8564 * data/glr.c (yyinitGLRStack, yyreturn): Don't call malloc
8565 again if the first call fails.
8566
8567 * data/glr.c (yytnamerr): New function.
8568 (yyreportSyntaxError): Use it to dequote most string literals.
8569 * data/lalr1.c (yytname_): Renamed from yyname_, for compatibility
8570 with other skeletons. All uses changed.
8571 (yytnameerr_): New function.
8572 (yyreport_syntax_error): Use it to dequote most string literals.
8573 * data/yacc.c (yytnamerr): New function.
8574 (yyerrlab): Use it to decode most string literals.
8575 * doc/bison.texinfo (Decl Summary, Calling Convention):
8576 Clarify quoting convention of yytname.
8577 * src/output.c (prepare_symbols): Quote all names. This undoes
8578 the 2005-04-17 change, which is now accomplished (mostly) via
8579 changes in the parsers as described above.
8580 * tests/regression.at (Token definitions, Web2c Actions):
8581 Undo most 2005-04-17 change here, too.
8582
8583 2005-07-20 Paul Eggert <eggert@cs.ucla.edu>
8584
8585 Fix more problems reported by twlevo@xs4all.nl.
8586 * tests/cxx-type.at: Don't pipe output of ./types through sed to
8587 remove trailing spaces. This loses the exit status of ./types,
8588 and isn't needed since ./types shouldn't be emitting trailing
8589 spaces.
8590 * data/glr.c (yyreturn): Don't pop stack if yyinitStateSet failed,
8591 as the stack isn't valid in that case.
8592
8593 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
8594 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
8595 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
8596 Add declarations to pacify "gcc -Wmissing-prototypes" when flex 2.5.31
8597 is used.
8598 * src/scan-skel.l (skel_get_lineno, skel_get_in, skel_get_out):
8599 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
8600 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
8601 Likewise.
8602
8603 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Work even with
8604 overly-picky compilers that reject 'char *foo = "bar";'.
8605
8606 * src/symtab.c (SYMBOL_ATTR_PRINT, symbol_print): Direct output
8607 to FILE * parameter, not to stderr. This fixes a typo introduced
8608 in the 2005-07-12 change.
8609
8610 * lib/subpipe.c (create_subpipe): Rewrite slightly to avoid
8611 warnings from GCC 4.
8612
8613 * data/glr.c (yyexpandGLRStack, yyaddDeferredAction, yyexpandGLRStack):
8614 (yyglrShiftDefer, yysplitStack):
8615 Remove unused parameters b4_pure_formals. All uses changed.
8616 (yyglrShift): Remove unused parameters b4_user_formals.
8617 All uses changed.
8618 (yyglrReduce): Removed unused parameter yylocp. All uses changed.
8619
8620 2005-07-18 Paul Eggert <eggert@cs.ucla.edu>
8621
8622 Destructor cleanups and regularization among the three skeletons.
8623 * NEWS: Document the behavior changes.
8624 * data/glr.c (yyrecoverSyntaxError): Don't bother to pop the
8625 stack before failing, as the cleanup code will do it for us now.
8626 * data/lalr1.cc (yyerrlab): Likewise.
8627 * data/glr.c (yyparse): Pop everything off the stack before
8628 freeing it, so that destructors get called properly.
8629 * data/lalr1.cc (yyreturn): Likewise.
8630 * data/yacc.c (yyreturn): Pop and destroy the start symbol, too.
8631 This is more consistent.
8632 * doc/bison.texinfo (Destructor Decl): Mention more reasons
8633 why destructors might be called. 1.875 -> 2.1.
8634 (Destructor Decl, Decl Summary, Table of Symbols):
8635 Some English-language cleanups for %destructor.
8636 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
8637 Add output line for destructor of start symbol.
8638 * tests/calc.at (AT_CHECK_CALC): Add one to line counts,
8639 because of that same extra output line.
8640
8641 * NEWS: Document minor wording changes in diagnostics of
8642 Bison-generated parsers.
8643 * data/glr.c (yyMemoryExhausted): Renamed from yyStackOverflow.
8644 Remove unused formals. All uses changed.
8645 (yyreportAmbiguity): "ambiguity detected" -> "syntax is ambiguous".
8646 (yyparse): Rename yyoverflowlab to yyexhaustedlab.
8647 * data/yacc.c (yyparse): "parser stack overflow" -> "memory exhausted".
8648 Rename yyoverflowab to yyexhaustedlab.
8649 When memory exhaustion occurs during syntax-error reporting,
8650 report it separately rather than in a single diagnostic; this
8651 eases translation.
8652 * doc/bison.texinfo (Memory Management): Renamed from Stack Overflow.
8653 (Memory Exhausted): Renamed from Parser Stack Overflow.
8654 Revamp wording slightly to prefer "memory exhaustion".
8655 * tests/actions.at: "parser stack overflow" -> "memory exhausted".
8656
8657 * data/c.m4 (b4_yysymprint_generate): Use YYFPRINTF, not fprintf.
8658
8659 Add i18n support to the GLR skeleton. Partially fix the C++
8660 skeleton; a C++ expert needs to finish this. Remove debugging
8661 msgids; there's little point to having them translated, since they
8662 can be understood only by someone who can read the
8663 (English-language) source code.
8664
8665 Generate runtime-po/bison-runtime.pot automatically, so that we
8666 don't have to worry about garbage getting in that file. We'll
8667 make sure after the next official release that old msgids don't
8668 get lost. See
8669 <http://lists.gnu.org/archive/html/bison-patches/2005-07/msg00119.html>.
8670
8671 * runtime-po/Makefile.in.in, runtime-po/bison-runtime.pot: Remove.
8672 Now auto-generated.
8673 * PACKAGING: Don't claim that Gawk, GCC, Perl use this method yet.
8674 Fix typos in explanations of the runtime file.
8675 * bootstrap: Change gettext keyword from YYI18N to YY_.
8676 Use standard Makefile.in.in in runtime-po, since we'll arrange
8677 for backward-compatible bison-runtime.po files in a different way.
8678 * data/glr.c (YY_): New macro, from yacc.c.
8679 (yyuserAction, yyreportAmbiguity, yyreportSyntaxError, yyparse):
8680 Translate messages intended for users.
8681 (yyreportSyntaxError): Change "virtual memory" to "memory" to match
8682 the wording in the other skeletons. We don't know that the memory
8683 is virtual.
8684 * data/lalr1.cc (YY_): Renamed from _. All uses changed.
8685 Use same method that yacc.c uses.
8686 Don't translate debugging messages.
8687 (yy::yyreport_syntax_error): Put in a FIXME for the i18n stuff;
8688 it doesn't work (yet), and requires C++ expertise to fix.
8689 * data/yacc.c (YY_): Renamed from YY18N. All uses changed.
8690 Move defn to a more logical place, to be consistent with other
8691 skeletons.
8692 Don't translate debugging messages.
8693 Don't assume line numbers fit in unsigned int; use unsigned long fmts.
8694 * doc/bison.texinfo: Mention <libintl.h>. Change glibc cross reference
8695 to gettext cross reference. Add indexing terms. Mention YYENABLE_NLS.
8696 * runtime-po/POTFILES.in: Add data/glr.c, data/lalr1.cc.
8697
8698 Fix yyerror / yylex test glitches noted by twlevo@xs4all.nl.
8699 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Have yyerror return
8700 void, not int.
8701 * tests/glr-regression.at (Badly Collapsed GLR States):
8702 Likewise.
8703 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
8704 yylex should return 0 at EOF rather than aborting.
8705
8706 Improve tests for stack overflow in GLR parser.
8707 Problem reported by twlevo@xs4all.nl.
8708 * data/glr.c (struct yyGLRStack): Remove yyerrflag member.
8709 All uses removed.
8710 (yyStackOverflow): Just longjmp, but with value 2 so that caller
8711 can handle the problem.
8712 (YYCHK1): Use goto (a la yacc.c) rather than setting a flag.
8713 (yyparse): New local variable yyresult to record the result.
8714 Use result of setjmp to set it, rather than storing itinto
8715 struct.
8716 (yyDone): Remove label.
8717 (yyacceptlab, yyabortlab, yyoverflowlab, yyreturn): New labels,
8718 to mimic yacc.c. Do not discard lookahead if it's EOF (possible
8719 if YYABORT is used).
8720 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Exit with
8721 yyparse status; put status > 1 into diagnostic.
8722 Check that status==2 works.
8723 * tests/calc.at, tests/cxx-type.at, tests/glr-regression.at:
8724 Use exit status 3 for failure to open (which shouldn't happen).
8725
8726 2005-07-17 Paul Eggert <eggert@cs.ucla.edu>
8727
8728 * tests/conflicts.at (%nonassoc and eof): Don't exit with status
8729 1 on syntax error; just let yyparse do its thing.
8730 * tests/glr-regression.at (Badly Collapsed GLR States): Likewise.
8731 * tests/torture.at (AT_DATA_STACK_TORTURE): Likewise.
8732 (Exploding the Stack Size with Alloca):
8733 (Exploding the Stack Size with Malloc):
8734 Expect exit status 2, not 1, since the parser is supposed to blow
8735 its stack. Problem reported by twlevo@xs4all.nl.
8736
8737 * data/glr.c (yyparse): Don't assume that the initial calls
8738 to YYMALLOC succeed; in that case, yyparse incorrectly returned 0.
8739 Print a stack-overflow message and fail instead.
8740 Initialize the line-number information before creating the stack,
8741 so that the stack-overflow message can report line zero safely.
8742
8743 2005-07-14 Paul Eggert <eggert@cs.ucla.edu>
8744
8745 Fix problems reported by twlevo@xs4all.nl.
8746 * data/glr.c (YYSTACKEXPANDABLE): Don't define if already defined.
8747 (yyuserMerge): Provide a default case if b4_mergers is empty.
8748 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Define YYSTACKEXPANDABLE.
8749 * tests/glr-regression.at
8750 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
8751 Add casts to pacify C++ compilers.
8752 * tests/glr-regression.at (Improper merging of GLR delayed action
8753 sets): Declare yylex before using it.
8754 * tests/Makefile.am (maintainer-check-g++): Fix a stray
8755 $(GXX) that escaped the renaming of GXX to CXX. Remove bogus
8756 test for valgrind; valgrind is independent of g++.
8757 (maintainer-check-posix): Add _POSIX2_VERSION=200112, to check
8758 for compatibility with POSIX 1003.1-2001 (if running coreutils).
8759 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Port to stricter C++.
8760 Use a destructor, so that we can expand the stack. Change
8761 YYSTYPE to char * so that we can free it. Cast result of malloc.
8762
8763 2005-07-13 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
8764
8765 * data/glr.c (yyuserAction): Fix uninitialized variable that caused
8766 a valgrind failure. Problem reported by twlevo@xs4all.nl.
8767
8768 2005-07-13 Paul Eggert <eggert@cs.ucla.edu>
8769
8770 * PACKAGING: New file, suggested by Bruno Haible and taken from
8771 similar wording in gettext's PACKAGING file.
8772 * NEWS: Mention PACKAGING.
8773 * Makefile.am (EXTRA_DIST): Add PACKAGING.
8774
8775 2005-07-12 Paul Eggert <eggert@cs.ucla.edu>
8776
8777 * NEWS: Document recent i18n improvements.
8778 * bootstrap: Get runtime translations into runtime-po.
8779 Create runtime-po files automatically, if possible.
8780 * configure.ac: Invoke BISON_I18N, so that we eat our own dog food.
8781 * data/yacc.c: Rewrite inclusion of <libintl.h> so that ENABLE_NLS
8782 does not infringe on the user's name space.
8783 (YYENABLE_NLS): Renamed from ENABLE_BISON_NLS.
8784 * doc/bison.texinfo (Internationalization): Revamp the English
8785 and Texinfo syntax a bit, to try to make it clearer.
8786 (Bison Options, Option Cross Key): Mention --print-localedir.
8787 * m4/bison-i18n.m4 (BISON_I18N): Rename ENABLE_BISON_NLS to
8788 YYENABLE_NLS. Quote a bit more.
8789 * runtime-po/.cvsignore: New file.
8790 * runtime-po/Makefile.in.in (mostlyclean): Remove *.old.pot.
8791 * runtime-po/Rules-quot: Remove; now created by bootstrap.
8792 * runtime-po/quot.sed: Likewise.
8793 * runtime-po/boldquot.sed: Likewise.
8794 * runtime-po/en@quot.header: Likewise.
8795 * runtime-po/en@boldquot.header: Likewise.
8796 * runtime-po/insert-header.sin: Likewise.
8797 * runtime-po/remove-potcdate.sin: Likewise.
8798 * runtime-po/Makevars: Likewise.
8799 * runtime-po/LINGUAS: Likewise.
8800 * runtime-po/de.po: Likewise; we will rely on the translation project
8801 to maintain this, so "bootstrap" should get it.
8802 * src/getarg.c (PRINT_LOCALEDIR_OPTION): Let the C compiler determine
8803 its value.
8804 * src/main.c (main): Bind the bison-runtime domain, too.
8805
8806 2005-07-12 Bruno Haible <bruno@clisp.org>
8807
8808 * data/yacc.c: Include <libintl.h> when NLS is enabled.
8809 (YYI18N): Renamed from _. Use dgettext when NLS is enabled.
8810 * po/POTFILES.in: Remove autogenerated file src/parse-gram.c.
8811 * runtime-po: New directory.
8812 * runtime-po/Makefile.in.in: New file, copied from po/, with modified
8813 $(DOMAIN).pot-update rule, so that old messages are never dropped.
8814 * runtime-po/Rules-quot: New file, copied from po/.
8815 * runtime-po/quot.sed: Likewise.
8816 * runtime-po/boldquot.sed: Likewise.
8817 * runtime-po/en@quot.header: Likewise.
8818 * runtime-po/en@boldquot.header: Likewise.
8819 * runtime-po/insert-header.sin: Likewise.
8820 * runtime-po/remove-potcdate.sin: Likewise.
8821 * runtime-po/Makevars: New file.
8822 * runtime-po/POTFILES.in: New file.
8823 * runtime-po/LINGUAS: New file.
8824 * runtime-po/bison-runtime.pot: New file.
8825 * runtime-po/de.po: New file.
8826 * m4/bison.m4: New file.
8827 * Makefile.am (SUBDIRS): Add runtime-po.
8828 (aclocaldir, aclocal_DATA): New variables.
8829 * configure.ac: Add AC_CONFIG_FILES of runtime-po/Makefile.in.
8830 Define aclocaldir.
8831 * src/getargs.c (usage): Document --print-localedir option.
8832 (PRINT_LOCALEDIR_OPTION): New enum item.
8833 (long_options): Add --print-localedir option.
8834 (getargs): Handle --print-localedir option.
8835 * doc/bison.texinfo (Bison Parser): Remove paragraph about _().
8836 (Internationalization): New section.
8837
8838 2005-07-12 Akim Demaille <akim@epita.fr>
8839
8840 * src/symtab.h, src/symtab.c (symbol_print): Swap the arguments,
8841 for consistency with the rest of the code.
8842 * src/symlist.h, src/symlist.c (symbol_list_print): Ditto.
8843 Add separators.
8844
8845 2005-07-12 Akim Demaille <akim@epita.fr>
8846
8847 * src/parse-gram.y: Use %printer instead of YYPRINT.
8848
8849 2005-07-12 Akim Demaille <akim@epita.fr>
8850
8851 * src/symtab.h, src/symtab.c (symbol_print): New.
8852 * src/symlist.h, src/symlist.c (symbol_list_print): New.
8853 * src/symlist.c (symbol_list_n_type_name_get): Report the culprit.
8854
8855 2005-07-12 Akim Demaille <akim@epita.fr>
8856
8857 * data/glr.c (b4_syncline): Fix (swap) the definitions of
8858 b4_at_dollar and b4_dollar_dollar.
8859
8860 2005-07-11 Paul Eggert <eggert@cs.ucla.edu>
8861
8862 * doc/bison.texinfo (Mystery Conflicts): Add reference to DeRemer
8863 and Pennello's paper.
8864
8865 2005-07-09 Paul Eggert <eggert@cs.ucla.edu>
8866
8867 * data/yacc.c (yyparse): Undo previous patch. Instead,
8868 set yylsp[0] and yyvsp[0] only if the initial action
8869 sets yylloc and yylval, respectively.
8870
8871 * data/yacc.c (yyparse): In the initial action, set
8872 yylsp[0] and yyvsp[0] rather than yylloc and yylval.
8873 This avoids the use of undefined variables if the initial
8874 action does not set yylloc and/or yylval.
8875
8876 2005-07-07 Paul Eggert <eggert@cs.ucla.edu>
8877
8878 * examples/calc++/calc++-driver.cc, examples/calc++/calc++-driver.hh:
8879 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc:
8880 Remove from CVS. These files are automatically generated.
8881 * examples/extexi: Clarify that this file is now part of Bison,
8882 not GNU M4, and that it works with any POSIX-compatible Awk.
8883 * examples/calc++/Makefile.am (run_extexi): Remove; not used.
8884 ($(calc_extracted)): Renamed from $(calc_sources_extracted),
8885 so that we also get calc++-parser.yy. Geneate it.
8886 Use $(AWK), not gawk, since any conforming Awk will do.
8887 Put comment before action, since older 'make' can't handle comment
8888 in action.
8889 $(BUILT_SOURCES): List all built sources, not just some of them.
8890 $(MAINTAINERCLEANFILES): Remove *.stamp, and all built sources.
8891 $($(srcdir)/calc++-parser.stamp): Work even if POSIXLY_CORRECT.
8892 $($(calc_sources_generated)): Remove unnecessary test for existence
8893 of target. (This had a shell syntax error anyway; a stray "x".)
8894 (calc_extracted): List $(srcdir)/calc++-parser.yy, not
8895 calc++-parser.yy.
8896 * examples/.cvsignore, examples/calc++/.cvsignore: New files.
8897
8898 * bootstrap (gnulib_modules): Add gettext, now that it's no longer
8899 implied by the other modules.
8900
8901 2005-07-06 Akim Demaille <akim@epita.fr>
8902
8903 Bind examples/calc++ to the package.
8904 * examples/calc++/Makefile: Remove, replaced by...
8905 * examples/calc++/Makefile.am: ... this new file.
8906 * examples/calc++/test: Remove input.
8907 * examples/calc++/compile: Remove.
8908 * examples/Makefile.am: New.
8909 * configure.ac, Makefile.am: Adjust.
8910 * doc/Makefile.am (clean-local): New, for more recent texi2dvis.
8911
8912 2005-07-05 Paul Eggert <eggert@cs.ucla.edu>
8913
8914 * data/glr.c (yyFail): Drastically simplify; since the format argument
8915 never had any % directives, we can simply pass it to yyerror.
8916 (yyparse): Use "t a; a=b;" rather than "t a = b;" when a will
8917 be modified later, as that is the usual style in glr.c.
8918 Problems reported by Paul Hilfinger.
8919
8920 Rewrite GLR parser to catch more buffer overrun, storage exhaustion,
8921 and size overflow errors.
8922 * data/glr.c: Include <stdio.h> etc. after user prolog, not before,
8923 in case the user prolog sets feature-test macros like _GNU_SOURCE.
8924 (YYSIZEMAX): New macro.
8925 (yystpcpy): New function, taken from yacc.c.
8926 (struct yyGLRStack.yyspaceLeft): Now size_t, not int.
8927 (yyinitGLRStack, yyfreeGLRstack): Remove unnecessary forward decls,
8928 so that we don't have to maintain their signatures.
8929 (yyFail): Check for buffer overflow, by using vsnprintf rather
8930 than vsprintf. Allocate a bigger buffer if possible.
8931 Report an error if buffer allocation fails.
8932 (yyStackOverflow): New function.
8933 (yyinitStateSet, yyinitGLRStack): Return a boolean indicating whether
8934 the initialization was successful. It might fail if storage was
8935 exhausted.
8936 (yyexpandGLRStack): Add more checks for storage allocation failure.
8937 Use yyStackOverflow to report failures.
8938 (yymarkStackDeleted, yyglrShift, yyglrShiftDefer, yydoAction):
8939 (yysplitStack, yyprocessOneStack, yyparse, yypstack):
8940 Don't assume stack number fits in int.
8941 (yysplitStack): Check for storage allocation failure.
8942 (yysplitStack, yyprocessOneStack): Add pure_formals, so that we
8943 can print diagnostics on storage allocation failure. All callers
8944 changed.
8945 (yyresolveValue): Use yybool for boolean.
8946 (yyreportSyntaxError): Check for size-calculation overflow.
8947 This code is taken from yacc.c.
8948 (yyparse): Check for storage allocation errors when allocating
8949 the initial stack.
8950
8951 2005-07-05 Akim Demaille <akim@epita.fr>
8952
8953 Extract calc++ from the documentation.
8954 * doc/bison.texinfo (Calc++): Add the extraction marks.
8955 * examples/extexi: New, from the aborted GNU Programming 2E.
8956 Separate the different paragraph of a file with empty lines.
8957 * examples/Makefile: Use it to extract the whole calc++ example.
8958
8959 2005-06-24 Akim Demaille <akim@epita.fr>
8960
8961 * doc/bison.texinfo (C++ Parser Interface): Use defcv to define
8962 class typedefs.
8963
8964 2005-06-22 Akim Demaille <akim@epita.fr>
8965
8966 * doc/bison.texinfo (C++ Language Interface): First stab.
8967 (C++ Parsers): Remove.
8968
8969 2005-06-22 Akim Demaille <akim@epita.fr>
8970
8971 * data/lalr1.cc (yylex_): Honor %lex-param.
8972
8973 2005-06-22 Akim Demaille <akim@epita.fr>
8974
8975 Start a set of simple examples.
8976 * examples/calc++/Makefile, examples/calc++/calc++-driver.cc,
8977 * examples/calc++/calc++-driver.hh,
8978 * examples/calc++/calc++-parser.yy,
8979 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc,
8980 * examples/calc++/compile, examples/calc++/test: New.
8981
8982 2005-06-09 Paul Eggert <eggert@cs.ucla.edu>
8983
8984 * data/yacc.c (malloc, free) [defined __cplusplus]: Wrap inside
8985 extern "C" {}. This fixes a problem reported by Paul Hilfinger,
8986 which stems from the 2005-05-27 patch.
8987
8988 2005-06-06 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
8989
8990 * data/glr.c: Modify treatment of unused parameters to permit use
8991 of g++ (which doesn't allow __attribute__ ((unused)) for parameters).
8992
8993 2005-05-30 Paul Eggert <eggert@cs.ucla.edu>
8994
8995 Fix infringement on user name space reported by Janos Zoltan Szabo.
8996 * data/yacc.c (yyparse): strlen -> yystrlen.
8997
8998 2005-05-30 Akim Demaille <akim@epita.fr>
8999
9000 * data/lalr1.cc (_): New.
9001 Translate the various messages.
9002
9003 2005-05-27 Paul Eggert <eggert@cs.ucla.edu>
9004
9005 Fix infringement on user name space reported by Bruno Haible.
9006 * data/yacc.c (YYSIZE_T): Define first, so that later decls can use it.
9007 Prefer GCC's __SIZE_TYPE__ if available, so that we don't infringe on
9008 the user's name space.
9009 (alloca): Include <stdlib.h> to get it, if it's not built in.
9010 (YYMALLOC, YYFREE): Define only if needed.
9011 (malloc, free): Declare, but only if needed, as this infringes on
9012 the user name space.
9013
9014 2005-05-25 Paul Eggert <eggert@cs.ucla.edu>
9015
9016 Fix BeOS, FreeBSD, MacOS porting problems reported by Bruno Haible.
9017 * lib/bitset.c (bitset_print): Don't assume size_t can be printed
9018 with %d format.
9019 * lib/ebitset.c (min, max): Undef before defining.
9020 * lib/vbitset.c (min, max): Likewise.
9021 * lib/subpipe.c (create_subpipe): Save local variables in case
9022 vfork clobbers them.
9023
9024 2005-05-24 Bruno Haible <bruno@clisp.org>
9025
9026 * tests/synclines.at (AT_SYNCLINES_COMPILE): Add support for the
9027 error message syntax used by gcc-4.0.
9028
9029 2005-05-23 Paul Eggert <eggert@cs.ucla.edu>
9030
9031 * README: Mention m4 1.4.3. Remove obsolete advice about
9032 Sun Forte Developer 6 update 2, VMS, and MS-DOS.
9033
9034 * bootstrap: Remove workaround for problem I encountered with
9035 gettext 0.14.1; it seems to be fixed now.
9036
9037 2005-05-22 Paul Eggert <eggert@cs.ucla.edu>
9038
9039 * NEWS: Version 2.0a.
9040
9041 * src/files.c: Include "stdio-safer.h"; this fixes a typo in
9042 the previous change.
9043
9044 Various maintainer cleanups.
9045 * .cvsignore: Add a.exe, a.out, b.out,, conf[0-9]*, confdefs*,
9046 conftest*, for benefit of CVS commands run at the same time as
9047 "configure". Add build-aux, since "bootstrap" now creates it and
9048 its subfiles.
9049 * Makefile.cfg (move_if_change): Remove.
9050 * Makefile.maint: Remove the update stuff; we now use "bootstrap".
9051 (ftp-gnu, www-gnu, move_if_change, local_updates, update):
9052 (po_repo, do-po-update, po-update, wget_files, get-targets):
9053 (config.guess-url_prefix, config.sub-url_prefix):
9054 (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
9055 (standards.texi-url_prefix, make-stds.texi-url_prefix, taget, url):
9056 ($(get-targets), cvs-files, automake_repo, wget-update, cvs-update):
9057 Remove.
9058 * configure.ac (AC_CONFIG_AUX_DIR): Change from config to build-aux;
9059 this is now the recommended name.
9060 * config/.cvsignore: Remove config.guess, config.rpath, config.sub,
9061 depcomp, install-sh, mdate-sh, missing, mkinstalldirs, texinfo.tex,
9062 ylwrap. These files now go into build-aux.
9063 * config/move-if-change: Remove.
9064 * config/prev-version.txt: Bump from 1.75 to 2.0.
9065
9066 * bootstrap: Add stdio-safer, unistd-safer modules.
9067 Remove m4/glibc2.m4 (introduced by latest gnulib, but
9068 we don't need it).
9069 * lib/.cvsignore: Add dup-safer.c, fd-safer.c,
9070 fopen-safer.c, stdio-safer.h, unistd-safer.h.
9071 * lib/subpipe.c: Include "unistd-safer.h".
9072 (create_subpipe): Make sure all the newly-created
9073 file descriptors are > 2, so that diagnostics don't
9074 get sent down them (which might cause Bison to hang, in theory).
9075 * m4/.cvsignore: Add stdio-safer.m4, unistd-safer.m4.
9076 * src/files.c (xfopen): Use fopen_safer, not fopen.
9077
9078 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Port
9079 yesterday's yacc.c fix.
9080
9081 2005-05-21 Paul Eggert <eggert@cs.ucla.edu>
9082
9083 * data/glr.c, data/lalr1.cc: Update copyright date.
9084
9085 Fix a destructor bug reported by Wolfgang Spraul in
9086 <http://lists.gnu.org/archive/html/bug-bison/2005-05/msg00042.html>.
9087 * data/yacc.c (yyabortlab): Don't call destructor, and
9088 don't set yychar to EMPTY.
9089 (yyoverflowlab): Don't call destructor.
9090 (yyreturn): Call destructor, if yychar is neither YYEOF nor YYEMPTY.
9091 * tests/calc.at (AT_CHECK_CALC): Expect one fewer output lines,
9092 since we no longer output the message "discarding lookahead token
9093 end of input ()".
9094
9095 2005-05-20 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
9096
9097 * data/glr.c (YY_SYMBOL_PRINT): Don't print newline at end to
9098 fix a small glitch in debugging output.
9099 (yyprocessOneStack, yyrecoverSyntaxError, yyparse): Print newline
9100 after YY_SYMBOL_PRINT where needed.
9101
9102 (struct yyGLRState): Add some comments.
9103 (struct yySemanticOption): Add some comments.
9104 (union yyGLRStackItem): Add comment.
9105
9106 (yymergeOptionSets): Correct this to properly perform the union,
9107 avoiding infinite reported by Michael Rosien.
9108 Update comment.
9109
9110 * tests/glr-regression.at: Add test for GLR merging error reported
9111 by M. Rosien.
9112
9113 2005-05-13 Paul Eggert <eggert@cs.ucla.edu>
9114
9115 * COPYING, ChangeLog, GNUmakefile, HACKING, Makefile.am,
9116 Makefile.cfg, Makefile.maint, NEWS, README, README-alpha,
9117 README-cvs, TODO, bootstrap, configure.ac, data/Makefile.am,
9118 data/README, data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c,
9119 data/m4sugar/m4sugar.m4, doc/Makefile.am, doc/bison.texinfo,
9120 doc/fdl.texi, doc/gpl.texi, doc/refcard.tex, lib/Makefile.am,
9121 lib/abitset.c, lib/abitset.h, lib/bbitset.h, lib/bitset.c,
9122 lib/bitset.h, lib/bitset_stats.c, lib/bitset_stats.h,
9123 lib/bitsetv-print.c, lib/bitsetv-print.h, lib/bitsetv.c,
9124 lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/get-errno.c,
9125 lib/get-errno.h, lib/lbitset.c, lib/lbitset.h, lib/libiberty.h,
9126 lib/main.c, lib/subpipe.c, lib/subpipe.h, lib/timevar.c,
9127 lib/timevar.def, lib/timevar.h, lib/vbitset.c, lib/vbitset.h,
9128 lib/yyerror.c, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4, m4/timevar.m4,
9129 m4/warning.m4, src/LR0.c, src/LR0.h, src/Makefile.am, src/assoc.c,
9130 src/assoc.h, src/closure.c, src/closure.h, src/complain.c,
9131 src/complain.h, src/conflicts.c, src/conflicts.h, src/derives.c,
9132 src/derives.h, src/files.c, src/files.h, src/getargs.c,
9133 src/getargs.h, src/gram.c, src/gram.h, src/lalr.c, src/lalr.h,
9134 src/location.c, src/location.h, src/main.c, src/muscle_tab.c,
9135 src/muscle_tab.h, src/nullable.c, src/nullable.h, src/output.c,
9136 src/output.h, src/parse-gram.c, src/parse-gram.h,
9137 src/parse-gram.y, src/print.c, src/print.h, src/print_graph.c,
9138 src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c,
9139 src/reduce.h, src/relation.c, src/relation.h, src/scan-gram.l,
9140 src/scan-skel.l, src/state.c, src/state.h, src/symlist.c,
9141 src/symlist.h, src/symtab.c, src/symtab.h, src/system.h,
9142 src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h,
9143 src/vcg.c, src/vcg.h, src/vcg_defaults.h, tests/Makefile.am,
9144 tests/actions.at, tests/c++.at, tests/calc.at, tests/conflicts.at,
9145 tests/cxx-type.at, tests/existing.at, tests/glr-regression.at,
9146 tests/headers.at, tests/input.at, tests/local.at, tests/output.at,
9147 tests/reduce.at, tests/regression.at, tests/sets.at,
9148 tests/synclines.at, tests/testsuite.at, tests/torture.at:
9149 Update FSF postal mail address.
9150
9151 2005-05-11 Paul Eggert <eggert@cs.ucla.edu>
9152
9153 * tests/local.at (AT_COMPILE_CXX): Treat LDFLAGS like AT_COMPILE does.
9154 Problem reported by Ralf Menzel.
9155
9156 2005-05-01 Paul Eggert <eggert@cs.ucla.edu>
9157
9158 * tests/actions.at: Test that stack overflow invokes destructors.
9159 From Marcus Holland-Moritz.
9160 * data/yacc.c (yyerrlab): Move the code that destroys the stack
9161 from here....
9162 (yyreturn): to here. That way, destructors are called properly
9163 even if the stack overflows, or the user calls YYACCEPT or
9164 YYABORT. Stack-overflow problem reported by Marcus Holland-Moritz.
9165 (yyoverflowlab): Destroy the lookahead.
9166
9167 2005-04-24 Paul Eggert <eggert@cs.ucla.edu>
9168
9169 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): Add more-descriptive comment.
9170
9171 2005-04-17 Paul Eggert <eggert@cs.ucla.edu>
9172
9173 * NEWS: Bison-generated C parsers no longer quote literal strings
9174 associated with tokens.
9175 * src/output.c (prepare_symbols): Don't escape strings,
9176 since users don't want to see C escapes.
9177 * tests/calc.at (AT_CHECK_CALC): Adjust to lack of quotes
9178 in diagnostics.
9179 * tests/input.at (Torturing the Scanner): Likewise.
9180 * tests/regression.at (Token definitions, Web2c Actions): Likewise.
9181
9182 2005-04-16 Paul Eggert <eggert@cs.ucla.edu>
9183
9184 * tests/torture.at (AT_INCREASE_DATA_SIZE): Skip the test if
9185 the data size is known to be too small and we can't increase it.
9186 This works around an HP-UX 11.00 glitch reported by Andrew Benham.
9187
9188 2005-04-15 Paul Eggert <eggert@cs.ucla.edu>
9189
9190 * src/parse-gram.y: Include quotearg.h.
9191 (string_as_id): Quote $1 before using it as a key, since the
9192 lexer no longer quotes it for us.
9193 (string_content): Don't strip quotes, since lexer no longer
9194 quotes it for us.
9195 * src/scan-gram.l: Include quotearg.h.
9196 ("\""): Omit quote.
9197 ("'"<SC_ESCAPED_CHARACTER>): Quote symbol before using it as
9198 a key, since the rest of the lexer doesn't quote it.
9199 * src/symtab.c (symbol_get): Don't quote symbol; caller does it now.
9200 * tests/regression.at (Token definitions): Check for backslashes
9201 in token strings.
9202
9203 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): New macro.
9204 (YYSIZE_T): Define to unsigned long int when using an older compiler.
9205 (yyparse): Revamp code to generate long syntax error message, to
9206 make it easier to translate, and to avoid problems with arithmetic
9207 overflow. Change "virtual memory" to "memory" in diagnostic, since
9208 we don't know whether the memory is virtual.
9209
9210 2005-04-13 Paul Eggert <eggert@cs.ucla.edu>
9211
9212 * NEWS: Bison-generated C parsers now use the _ macro to
9213 translate strings.
9214 * data/yacc.c (_) [!defined _]: New macro.
9215 All English strings wrapped inside this macro.
9216 * doc/bison.texinfo (Bison Parser): Document _.
9217 * po/POTFILES.in: Include src/parse-gram.c, since it now
9218 includes translateable strings that parse-gram.y doesn't.
9219
9220 2005-04-12 Paul Eggert <eggert@cs.ucla.edu>
9221
9222 * src/symtab.c (symbol_make_alias): Call symbol_type_set,
9223 reverting the 2004-10-11 change to this function.
9224 (symbol_check_alias_consistency): Don't call symbol_type_set
9225 if the type name is already correct.
9226 * tests/input.at (Typed symbol aliases): New test, from Tim Van Holder.
9227
9228 2005-03-25 Paul Eggert <eggert@cs.ucla.edu>
9229
9230 * tests/regression.at (Token definitions): Don't use a token named
9231 c, as that generates a "#define c ..." that runs afoul of buggy
9232 stdlib.h that uses the identifier c as a member of struct
9233 drand48_data. Problem reported by Horst Wente.
9234
9235 2005-03-21 Paul Eggert <eggert@cs.ucla.edu>
9236
9237 * bootstrap: Change translation URL from
9238 http://www2.iro.umontreal.ca/~gnutra/po/maint/bison/ to
9239 http://www.iro.umontreal.ca/translation/maint/bison/ to avoid
9240 redirection glitches. Problem reported by twlevo@xs4all.nl.
9241
9242 2005-03-20 Paul Eggert <eggert@cs.ucla.edu>
9243
9244 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Don't put options
9245 after operands; POSIX says this isn't portable for the c99 command.
9246
9247 2005-03-18 Paul Eggert <eggert@cs.ucla.edu>
9248
9249 * tests/glr-regression.at (glr-regr2a.y): Try to dump core
9250 immediately if a data overrun has occurred; this may help us track
9251 down what may be a spurious failure on MacOS.
9252
9253 2005-03-17 Paul Eggert <eggert@cs.ucla.edu>
9254
9255 Respond to problems reported by twlevo@xs4all.nl.
9256
9257 * bootstrap: Use "trap - 0" rather than the unportable "trap 0".
9258
9259 * src/vcg.h: Comment fix.
9260 * src/vcg_defaults.h: Parenthesize macro bodies to make them safe.
9261 (G_CMAX): Change to -1 instead of INT_MAX.
9262
9263 * data/yacc.c (yyparse): Omit spaces before #line.
9264
9265 2005-03-15 Paul Eggert <eggert@cs.ucla.edu>
9266
9267 * src/tables.c (state_number_to_vector_number): Put it inside an
9268 "#if 0", since it's not currently used. Problem reported by
9269 Roland McGrath.
9270
9271 2005-03-06 Paul Eggert <eggert@cs.ucla.edu>
9272
9273 * src/output.c (escaped_output): Renamed from
9274 escaped_file_name_output, since we now use it for symbol tags as
9275 well. All uses changed.
9276 (symbol_destructors_output, symbol_printers_output):
9277 Escape symbol tags too.
9278 Problem reported by Matyas Forstner in
9279 <http://lists.gnu.org/archive/html/bug-bison/2005-03/msg00009.html>.
9280
9281 * src/muscle_tab.c (muscle_code_grow): Don't quote numbers; it's
9282 not needed.
9283 * src/output.c (user_actions_output, token_definitions_output,
9284 symbol_destructors_output, symbol_printers_output): Likewise.
9285 * src/reader.c (prologue_augment): Likewise.
9286 * src/scan-gram.l (handle_action_dollar, handle_action_at): Likewise.
9287
9288 * src/vcg.c (output_edge): Don't quote linestyle arg.
9289 Problem reported by twlevo@xs4all.nl.
9290
9291 2005-02-28 Paul Eggert <eggert@cs.ucla.edu>
9292
9293 * doc/bison.texinfo (Semantic Tokens): Fix scoping problem in
9294 example, reported by Derek M Jones. Also, make the example even
9295 more outrageous, to better illustrate how bad the problem is.
9296
9297 2005-02-24 Paul Eggert <eggert@cs.ucla.edu>
9298
9299 * doc/bison.texinfo (Mfcalc Symtab): Correct the prototype for
9300 putsym. Typo reported by Sebastian Piping.
9301
9302 2005-02-23 Paul Eggert <eggert@cs.ucla.edu>
9303
9304 * doc/bison.texinfo (Language and Grammar): some -> same
9305 (Epilogue): int he -> in the
9306 Typos reported by Sebastian Piping via Justin Pence.
9307
9308 2005-02-07 Paul Eggert <eggert@cs.ucla.edu>
9309
9310 * tests/glr-regression.at (Improper handling of embedded actions
9311 and dollar(-N) in GLR parsers): Renamed from "Improper handling of
9312 embedded actions and $-N in GLR parsers", work around an Autoconf bug
9313 with dollar signs in test names.
9314 * tests/input.at (Invalid dollar-n): Renamed from "Invalid \$n",
9315 for a similar reason.
9316
9317 2005-01-28 Paul Eggert <eggert@cs.ucla.edu>
9318
9319 * src/vcg.c (output_graph): G_VIEW -> normal_view in case someone
9320 wants to redefine G_VIEW.
9321
9322 2005-01-27 Paul Eggert <eggert@cs.ucla.edu>
9323
9324 * src/vcg.c (get_view_str): Remove case for normal_view.
9325 Problem reported by twlevo@xs4all.nl.
9326
9327 2005-01-24 Paul Eggert <eggert@cs.ucla.edu>
9328
9329 * configure.ac (O0CFLAGS, O0CXXFLAGS): Fix quoting bug.
9330 Problem reported by twlevo@xs4all.nl.
9331
9332 * doc/bison.texinfo: Change @dircategory from "GNU programming
9333 tools" to "Software development". Requested by Richard Stallman
9334 via Karl Berry.
9335
9336 2005-01-23 Paul Eggert <eggert@cs.ucla.edu>
9337
9338 * tests/c++.at (AT_CHECK_DOXYGEN): Don't use options after operands.
9339 Problem reported by twlevo@xs4all.nl.
9340
9341 2005-01-21 Paul Eggert <eggert@cs.ucla.edu>
9342
9343 * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register"
9344 keyword; it's not needed with modern compilers, and it doesn't
9345 affect correctness with older compilers. Suggested by
9346 twlevo@xs4all.nl.
9347
9348 2005-01-17 Paul Eggert <eggert@cs.ucla.edu>
9349
9350 * data/glr.c (yyuserAction): Add "default: break;" case to pacify
9351 gcc -Wswitch-default.
9352 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
9353 * data/yacc.c (yyparse): Likewise.
9354
9355 2005-01-12 Paul Eggert <eggert@cs.ucla.edu>
9356
9357 * src/system.h (OUTPUT_EXT, TAB_EXT): Define only if not defined
9358 already. Let config.h define any nonstandard values.
9359
9360 2005-01-10 Paul Eggert <eggert@cs.ucla.edu>
9361
9362 * tests/calc.at (_AT_DATA_CALC_Y): Use alarm (100), not alarm (10),
9363 for the benefit of slower hosts. Problem reported by
9364 Nelson H. F. Beebe.
9365
9366 2005-01-07 Paul Eggert <eggert@cs.ucla.edu>
9367
9368 * data/yacc.c (yyparse): Pacify non-GCC compilers about yyerrorlab
9369 being defined and not used.
9370 * data/lalr1.cc (yyparse): Likewise.
9371 Use "if (false)" rather than "if (0)".
9372
9373 2005-01-05 Paul Eggert <eggert@cs.ucla.edu>
9374
9375 * TODO: Mention that we should allow NUL bytes in tokens.
9376
9377 2005-01-02 Paul Eggert <eggert@cs.ucla.edu>
9378
9379 * src/scan-skel.l (<<EOF>>): Don't close standard output.
9380 Problem reported by Hans Aberg.
9381
9382 2005-01-01 Paul Eggert <eggert@cs.ucla.edu>
9383
9384 * src/getargs.c (version): Happy new year; update overall
9385 program copyright date from 2004 to 2005.
9386
9387 * src/scan-skel.l ("@output ".*\n): Don't close standard output.
9388 Problem reported by Hans Aberg.
9389 * tests/output.at (AT_CHECK_OUTPUT): New arg SHELLIO.
9390 (Output file names.): Add a test for the case when standard output
9391 is closed.
9392
9393 2004-12-26 Paul Eggert <eggert@cs.ucla.edu>
9394
9395 * doc/bison.texinfo (@copying): Update FDL version number to 1.2,
9396 to fix an oversight in the Bison 2.0 manual.
9397
9398 2004-12-25 Paul Eggert <eggert@cs.ucla.edu>
9399
9400 * NEWS: Version 2.0. Reformat the existing news items since
9401 1.875, so that related items are grouped together.
9402 * configure.ac (AC_INIT): Bump version to 2.0.
9403 * src/parse-gram.c, src/parse-gram.h: Regenerate with 2.0.
9404
9405 * tests/torture.at (Exploding the Stack Size with Alloca): Set
9406 YYSTACK_USE_ALLOCA to 1 if __GNUC__ or alloca are defined;
9407 otherwise, we're not testing alloca. Unfortunately there's no
9408 simple way to consult HAVE_ALLOCA here.
9409
9410 * data/lalr1.cc (yydestruct_): Pacify unused variable warning
9411 for yymsg, too.
9412
9413 * src/LR0.c (new_itemsets): Use memset rather than zeroing by
9414 hand. This avoids a warning about comparing int to size_t when
9415 GCC warnings are enabled.
9416
9417 2004-12-22 Paul Eggert <eggert@cs.ucla.edu>
9418
9419 * NEWS: Bison-generated parsers no longer default to using the
9420 alloca function (when available) to extend the parser stack, due
9421 to widespread problems in unchecked stack-overflow detection.
9422 * data/glr.c (YYMAXDEPTH): Remove undef when zero. It's the user's
9423 responsibility to set it to a positive value. This lets the user
9424 specify a value that is not a preprocessor constant.
9425 * data/yacc.c (YYMAXDEPTH): Likewise.
9426 (YYSTACK_ALLOC): Define only if YYSTACK_USE_ALLOCA is nonzero.
9427 * doc/bison.texinfo (Stack Overflow): YYMAXDEPTH no longer needs
9428 to be a compile-time constant. However, explain the constraints on it.
9429 Also, explain the constraints on YYINITDEPTH.
9430 (Table of Symbols): Explain that alloca is no longer the default.
9431 Explain the user's responsibility if they define YYSTACK_USE_ALLOCA
9432 to 1.
9433
9434 * doc/bison.texinfo (Location Default Action): Mention that n must
9435 be zero when k is zero. Suggested by Frank Heckenbach.
9436
9437 2004-12-22 Akim Demaille <akim@epita.fr>
9438
9439 * data/lalr1.cc (parser::token_number_type, parser::rhs_number_type)
9440 (parser::state_type, parser::semantic_type, parser::location_type):
9441 Private, not public.
9442 (parser::parse): Return ints, not bool.
9443 Returning a bool introduces a problem: 0 corresponds to false, and
9444 it seems weird to return false on success. Returning true changes
9445 the conventions for yyparse.
9446 Alternatively we could return void and send an exception.
9447 There is no clear consensus (yet?).
9448 (state_stack, semantic_stack, location_stack): Rename as...
9449 (state_stack_type, semantic_stack_type, location_stack_type): these.
9450 Private, not public.
9451 * tests/c++.at: New.
9452 * tests/testsuite.at, tests/Makefile.am: Adjust.
9453
9454 2004-12-21 Akim Demaille <akim@epita.fr>
9455
9456 * data/lalr1.cc (parser::parse): Return a bool instead of an int.
9457
9458 2004-12-21 Akim Demaille <akim@epita.fr>
9459
9460 Don't impose std::string for filenames.
9461
9462 * data/lalr1.cc (b4_filename_type): New.
9463 (position::filename): Use it.
9464 (parser.hh): Move the inclusion of stack.hh and location.hh below
9465 the user code, so that needed headers for the filename type can be
9466 included first.
9467 Forward declare them before the user code.
9468 * tests/Makefile.am (check-local, installcheck-local): Pass
9469 TESTSUITEFLAGS to the TESTSUITE.
9470
9471 2004-12-20 Akim Demaille <akim@epita.fr>
9472
9473 Use more STL like names: my_class instead of MyClass.
9474
9475 * data/lalr1.cc (LocationStack, LocationType, RhsNumberType)
9476 (SemanticStack, SemanticType, StateStack, StateType)
9477 (TokenNumberType, Stack, Slice, Traits, Parser::location)
9478 (Parser::value): Rename as...
9479 (location_stack, location_type, rhs_number_type, semantic_stack)
9480 (semantic_type, state_stack, state_type, token_number_type, stack)
9481 (slice, traits, parser::yylloc, parser::yylval): these.
9482
9483 * tests/calc.at, tests/regression.at, tests/actions.at: Adjust.
9484
9485 2004-12-19 Paul Eggert <eggert@cs.ucla.edu>
9486
9487 * data/glr.c (YYLLOC_DEFAULT): Use GNU spacing conventions.
9488 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
9489
9490 2004-12-17 Paul Eggert <eggert@cs.ucla.edu>
9491
9492 Remove uses of 'short int' and 'unsigned short int'. This raises
9493 some arbitrary limits. It uses more memory but nowadays that's
9494 not much of an issue.
9495
9496 This change does not affect the generated parsers; that's a different
9497 task, as some users will want to conserve memory there.
9498
9499 Ideally we should use size_t to represent all object counts, and
9500 something like ptrdiff_t to represent signed differences of object
9501 counts; but that will require more code-cleanup than I have the
9502 time to do right now.
9503
9504 * src/LR0.c (allocate_itemsets, new_itemsets, save_reductions):
9505 Use size_t, not int or short int, to count objects.
9506 * src/closure.c (nritemset, closure): Likewise.
9507 * src/closure.h (nritemset, closure): Likewise.
9508 * src/nullable.c (nullable_compute): Likewise.
9509 * src/print.c (print_core): Likewise.
9510 * src/print_graph.c (print_core): Likewise.
9511 * src/state.c (state_compare, state_hash): Likewise.
9512 * src/state.h (struct state): Likewise.
9513 * src/tables.c (default_goto, goto_actions): Likewise.
9514
9515 * src/gram.h (rule_number, rule): Use int, not short int.
9516 * src/output.c (prepare_rules): Likewise.
9517 * src/state.h (state_number, STATE_NUMBER_MAXIMUM, transitions,
9518 errs, reductions): Likewise.
9519 * src/symtab.h (symbol_number, SYMBOL_NUMBER_MAXIMUM, struct symbol):
9520 Likewise.
9521 * src/tables.c (vector_number, tally, action_number,
9522 ACTION_NUMBER_MINIMUM): Likewise.
9523 * src/output.c (muscle_insert_short_int_table): Remove.
9524
9525 2004-12-17 Akim Demaille <akim@epita.fr>
9526
9527 * data/lalr1.cc: Extensive Doxygenation.
9528 (error_): Rename as...
9529 (error): this, since it is visible to the user.
9530 Adjust callers.
9531 (Parser::message): Now an automatic variable from...
9532 (Parser::yyreport_syntax_error_): here.
9533 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust to
9534 Parser::error.
9535 * tests/input.at: Escape $.
9536
9537 2004-12-16 Paul Eggert <eggert@cs.ucla.edu>
9538
9539 * data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location):
9540 Parenthesize rhs to avoid obscure problems with mistakes like
9541 "foo$$bar = foo$1bar;". Problem reported by twlevo at xs4all.
9542 * data/lalr1.cc (b4_lhs_value, b4_rhs_value, b4_lhs_location,
9543 b4_rhs_location): Likewise.
9544 * data/yacc.c (b4_lhs_value, b4_rhs_value, b4_lhs_location,
9545 b4_rhs_location): Likewise.
9546
9547 2004-12-16 Akim Demaille <akim@epita.fr>
9548
9549 * data/lalr1.cc (yyreport_syntax_error_): Catch up with glr.c and
9550 yacc.c: be sure to stay within yycheck_.
9551 * tests/actions.at: Re-enable C++ tests.
9552
9553 2004-12-16 Akim Demaille <akim@epita.fr>
9554
9555 * src/print_graph.c (print_graph): Remove layoutalgorithm uses for
9556 real.
9557
9558 2004-12-16 Akim Demaille <akim@epita.fr>
9559
9560 Use #define to handle the %name-prefix.
9561
9562 * data/glr.c, data/yacc.c: Comment changes.
9563 * data/lalr1.cc (yylex): Use #define to select the name of yylex,
9564 so that one can refer to yylex in the parser file, and have it
9565 renamed, as is the case with other skeletons.
9566
9567 2004-12-16 Akim Demaille <akim@epita.fr>
9568
9569 Move lalr1.cc internals into yy*.
9570
9571 * data/lalr1.cc (semantic_stack_, location_stack_, state_stack_)
9572 (semantic_stack_, location_stack_, pact_, pact_ninf_, defact_)
9573 (pgoto_, defgoto_, table_, table_ninf_, check_, stos_, r1_, r2_)
9574 (name_, rhs_, prhs_, rline_, token_number_, eof_, last_, nnts_)
9575 (empty_, final_, terror_, errcode_, ntokens_)
9576 (user_token_number_max_, undef_token_, n_, len_, state_, nerrs_)
9577 (looka_, ilooka_, error_range_, nerrs_):
9578 Rename as...
9579 (yysemantic_stack_, yylocation_stack_, yystate_stack_)
9580 (yysemantic_stack_, yylocation_stack_, yypact_, yypact_ninf_)
9581 (yydefact_, yypgoto_, yydefgoto_, yytable_, yytable_ninf_)
9582 (yycheck_, yystos_, yyr1_, yyr2_, yyname_, yyrhs_, yyprhs_)
9583 (yyrline_, yytoken_number_, yyeof_, yylast_, yynnts_, yyempty_)
9584 (yyfinal_, yyterror_, yyerrcode_, yyntokens_)
9585 (yyuser_token_number_max_, yyundef_token_, yyn_, yylen_, yystate_)
9586 (yynerrs_, yylooka_, yyilooka_, yyerror_range_, yynerrs_):
9587 these.
9588
9589 2004-12-15 Paul Eggert <eggert@cs.ucla.edu>
9590
9591 Fix some problems reported by twlevo at xs4all.
9592 * src/symtab.c (symbol_new): Report an error if the input grammar
9593 contains too many symbols. This is better than calling abort() later.
9594 * src/vcg.h (enum layoutalgorithm): Remove. All uses removed.
9595 (struct node, struct graph):
9596 Rename member expand to stretch. All uses changed.
9597 (struct graph): Remove member layoutalgorithm. All uses removed.
9598 * src/vcg.c (get_layoutalgorithm_str): Remove. All uses removed.
9599 * src/vcg_defaults.h (G_STRETCH): Renamed from G_EXPAND.
9600 All uses changed.
9601 (N_STRETCH): Rename from N_EXPAND. All uses changed.
9602
9603 2004-12-15 Akim Demaille <akim@epita.fr>
9604
9605 * data/lalr1.cc: Normalize /** \brief ... */ to ///.
9606 Add more Doxygen comments.
9607 (symprint_, stack_print_, reduce_print_, destruct_, pop)
9608 (report_syntax_error_, translate_): Rename as...
9609 (yysymprint_, yystack_print_, yyreduce_print_, yydestruct_)
9610 (yypop_, yyreport_syntax_error_, yytranslate_): this.
9611
9612 2004-12-15 Akim Demaille <akim@epita.fr>
9613
9614 * data/lalr1.cc (lex_): Rename as...
9615 (yylex_): this.
9616 Move the trace here.
9617 Take the %name-prefix into account.
9618 Reported by Alexandre Duret-Lutz.
9619
9620 2004-12-15 Akim Demaille <akim@epita.fr>
9621
9622 Simplify the C++ parser constructor.
9623
9624 * data/lalr1.cc (debug_): Rename as...
9625 (yydebug_): so that the parser's internals are always in the yy*
9626 pseudo namespace.
9627 Adjust uses.
9628 (b4_parse_param_decl): Remove the leading comma as it is now only
9629 called as unique argument list.
9630 (Parser::Parser): Remove the constructor accepting a location and
9631 an initial debugging level.
9632 Remove from the other ctor the argument for the debugging level.
9633 (debug_level_type, debug_level, set_debug_level): New.
9634
9635 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust
9636 constructor calls.
9637
9638 2004-12-15 Akim Demaille <akim@epita.fr>
9639
9640 Remove b4_root related material: failure experiment
9641 (which goal was to allow to derive from a class).
9642
9643 * data/lalr1.cc (b4_root, b4_param, b4_constructor): Remove
9644 definitions and uses.
9645
9646 2004-12-14 Paul Eggert <eggert@cs.ucla.edu>
9647
9648 * data/glr.c (struct yyGLRStack): yyerror_range now has 3 items,
9649 not 2, since it's not portable to subtract 1 from the start of an
9650 array. The new item 0 is never set or used. All uses changed.
9651
9652 (yyrecoverSyntaxError): Use YYLLOC_DEFAULT instead of assuming
9653 the default definition of YYLLOC_DEFAULT. Problem reported
9654 by Frank Heckenbach.
9655
9656 2004-12-12 Paul Eggert <eggert@cs.ucla.edu>
9657
9658 * data/glr.c (YYRHSLOC): Don't have two definitions, one for
9659 the normal case and one for the error case. Just use the
9660 first one uniformly. Problem reported by Frank Heckenbach.
9661 (YYLLOC_DEFAULT): Use the conventions of yacc.c, so we can
9662 use exactly the same macro in both places.
9663 (yyerror_range): Now of type yyGLRStackItem, not YYLTYPE,
9664 so that the normal-case YYRHSLOC works for the error case too.
9665 All uses changed.
9666 * data/yacc.c (YYRHSLOC): New macro, taken from glr.c.
9667 (YYLLOC_DEFAULT): Use the same macro as glr.c.
9668 * doc/bison.texinfo (Location Default Action): Don't claim that
9669 we have an array of locations. Use the same macro for both glr
9670 and lalr parsers. Mention YYRHSLOC. Mention what happens when
9671 the index is 0.
9672
9673 2004-12-10 Paul Eggert <eggert@cs.ucla.edu>
9674
9675 * HACKING: Update email addresses to send announcements to.
9676
9677 * configure.ac (AC_INIT): Bump version to 1.875f.
9678
9679 2004-12-10 Paul Eggert <eggert@cs.ucla.edu>
9680
9681 * NEWS: Version 1.875e.
9682 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875e.
9683
9684 * src/scan-skel.l: Include "complain.h", for "fatal".
9685
9686 * src/relation.h (relation_print, relation_digraph):
9687 Relation sizes are of type relation_node, not size_t (this is
9688 merely a doc fix, since the two types are equivalent).
9689 (relation_transpose): Relation sizes are of type relation_node,
9690 not int.
9691 * src/relation.c: Likewise.
9692 (top, infinity): Now of type relation_node, not int.
9693 (traverse, relation_transpose): Use relation_node, not int.
9694
9695 * data/glr.c (yyuserAction, yyrecoverSyntaxError): Mark args
9696 with ATTRIBUTE_UNUSED if they're not used, to avoid GCC warning.
9697 (yyparse): Remove unused local introduced in 2004-10-25 patch.
9698
9699 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): New arg
9700 specifying whether the test should be skipped. Use it tp
9701 specify that the [%defines %skeleton "lalr1.cc"] tests currently
9702 fail on some hosts, and should be skipped.
9703
9704 2004-12-08 Paul Eggert <eggert@cs.ucla.edu>
9705
9706 * src/system.h (CALLOC, MALLOC, REALLOC): Remove. All callers
9707 changed to use xcalloc, xnmalloc, xnrealloc, respectively,
9708 unless otherwise specified below.
9709
9710 * src/LR0.c (allocate_itemsets): Use xnmalloc, not xcalloc,
9711 to allocate kernel_base, kernel_items, kernel_size, since
9712 they needn't be initialized to 0.
9713 (allocate_storgae): Likewise, for shiftset, redset, shift_symbol.
9714 * src/closure.c (new_closure): Likewise, for itemset.
9715 * src/derives.c (derives_compute): Likewise, for delts, derives, q.
9716 * src/lalr.c (set_goto_map): Likewise, for temp_map.
9717 (initialize_F): Likewise, for reads, edge, reads[i], includes[i].
9718 (build_relations): Likewise for edge, states1, includes.
9719 * src/nullable.c (nullable_compute): Likewise, for squeue, relts.
9720 * src/reader.c (packgram): Likewise, for ritem, rules.
9721 * src/reduce.c (nonterminals_reduce): Likewise for nontermmap.
9722 * src/relation.c (relation_digraph): Likewise for VERTICES.
9723 (relation_transpose): Likewise for new_R, end_R.
9724 * src/symtab.c (symbols_token_translations_init): Likewise for
9725 token_translations.
9726 * src/tables.c (save_row): Likewise for froms, tos, conflict_tos.
9727 (token_actions): Likewise for yydefact, actrow, conflrow,
9728 conflict_list.
9729 (save_column): Likewise for froms[symno], tos[symno].
9730 (goto_actions): Likewise for state_count.
9731 (pack_table): Likewise for base, pos, check.
9732 (tables_generate): Likewise for width.
9733
9734 * src/LR0.c (set_states): Don't reuse kernel_size and kernel_base
9735 for initial core. Just have a separate core, so we needn't worry
9736 about whether kernel_size and kernel_base are initialized.
9737
9738 * src/LR0.c (shift_symbol, redset, shiftset, kernel_base,
9739 kernel_size, kernel_items): Remove unnecessary initialization.
9740 * src/conflicts.c (conflicts): Likewise.
9741 * src/derives.c (derives): Likewise.
9742 * src/muscle_tablc (muscle_insert): Likewise.
9743 * src/relation.c (relation_digraph): Likewise.
9744 * src/tables.c (froms, tos, conflict_tos, tally, width, actrow, order,
9745 conflrow, conflict_table, conflict_list, table, check):
9746 Likewise.
9747
9748 * src/closure.c (new_closure): Arg is of type unsigned int, not int.
9749 This is because all callers pass unsigned int.
9750 * src/closure.h (new_closure): Likewise.
9751
9752 * src/lalr.c (initialize_F): Initialize reads[i] in all cases.
9753 (build_relations): Initialize includes[i] in all cases.
9754 * src/reader.c (packgram): Always initialize rules[ruleno].prec
9755 and rules[ruleno].precsym. Initialize members in order.
9756 * src/relation.c (relation_transpose): Always initialize new_R[i]
9757 and end_R[i].
9758 * src/table.c (conflict_row): Initialize 0 at end of conflict_list.
9759
9760 * src/output.c (prepare_actions): Pass 0 instead of conflict_list[0];
9761 conflict_list[0] was always 0, but now it isn't initialized.
9762
9763 * src/table.c (table_grow): When conflict_table grew, the grown
9764 area wasn't cleared. Fix this.
9765
9766 * lib/.cvsignore: Add strdup.c, strdup.h.
9767 * m4/.cvsignore: Add strdup.m4.
9768
9769 2004-12-07 Paul Eggert <eggert@cs.ucla.edu>
9770
9771 * src/lalr.h (GOTO_NUMBER_MAXIMUM): New macro.
9772 * src/lalr.c (set_goto_map): Don't allow ngotos to equal
9773 GOTO_NUMBER_MAXIMUM, since we occasionally compute
9774 ngotos + 1 without checking for overflow.
9775 (build_relations): Use END_NODE, not -1, to denote end of edges.
9776 * src/lalr.c (set_goto_map, map_goto, initialize_F, add_loopback_edge,
9777 build_relations): Use goto_number, not int, for goto numbers.
9778 * src/tables.c (save_column, default_goto): Likewise.
9779
9780 2004-11-23 Akim Demaille <akim@epita.fr>
9781
9782 * data/lalr1.cc (YYSTYPE): Define it as is done for C, instead
9783 of #defining from yystype.
9784 Don't typedef yystype, C++ does not need it.
9785 This lets it possible to forward declare it as union.
9786
9787 2004-11-23 Paul Eggert <eggert@cs.ucla.edu>
9788
9789 * bootstrap (gnulib_modules): Add extensions.
9790 Problem reported by Jim Meyering.
9791
9792 2004-11-22 Paul Eggert <eggert@cs.ucla.edu>
9793
9794 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c,
9795 src/lalr.c, src/nullable.c, src/relation.c, src/scan-skel.l,
9796 src/system.h, src/tables.c: XFREE -> free, to accommodate
9797 recent change to gnulib xalloc.h.
9798 Problem reported by Jim Meyering.
9799
9800 2004-11-17 Akim Demaille <akim@epita.fr>
9801
9802 * data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings.
9803
9804 2004-11-17 Akim Demaille <akim@epita.fr>,
9805 Alexandre Duret-Lutz <adl@gnu.org>
9806
9807 * data/lalr1.cc (Parser::yycdebug_): New, a pointer, to allow
9808 changes.
9809 (YYCDEBUG): Adjust.
9810 Use it instead of cdebug_.
9811 (Parser::debug_stream, Parser::set_debug_stream): New.
9812 (Parser::symprint_): Define cdebug_ for temporary backward
9813 compatibility.
9814 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use
9815 debug_stream ().
9816
9817 2004-11-17 Akim Demaille <akim@epita.fr>
9818
9819 * data/lalr1.cc (Parser:print_): Remove, use %printer instead.
9820 * tests/regression.at (_AT_DATA_DANCER_Y): Adjust.
9821 * tests/calc.at (_AT_DATA_CALC_Y): Ditto.
9822 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
9823
9824 2004-10-27 Paul Eggert <eggert@cs.ucla.edu>
9825
9826 * data/glr.c (yyloc_default): Remove; not used.
9827 Problem reported by Frank Heckenbach.
9828
9829 2004-10-25 Akim Demaille <akim@epita.fr>
9830
9831 * data/glr.c (YYRHSLOC): Move its definition next to its uses.
9832 Introduce another definition to address simple location arrays.
9833 (yyGLRStack): New member: yyerror_range.
9834 (yyrecoverSyntaxError, yyparse): Update it.
9835 (yyrecoverSyntaxError): Use it when shifting the error token to
9836 have an accurate range, equivalent to the one computed by both
9837 yacc.c and lalr1.cc.
9838 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Change its yylex so
9839 that column numbers start at column 0, as per GNU Coding
9840 Standards, the others tests, and the doc.
9841 (_AT_RESOLVED_GLR_OUTPUT_WITH_LOC, _AT_AMBIG_GLR_OUTPUT_WITH_LOC):
9842 Adjust to the above change (first column is 0).
9843 And adjust the location of the "<error>", now covering the whole
9844 line.
9845
9846 2004-10-22 Akim Demaille <akim@epita.fr>
9847 and Paul Eggert <eggert@cs.ucla.edu>
9848
9849 Remove some arbitrary limits on goto numbers and relations.
9850 * src/lalr.c (goto_map, ngotos, from_state, to_state): Omit
9851 initial values, since they're never used.
9852 (set_goto_map): ngotos is now unsigned, so test for overflow
9853 by seeing whether it wraps around to zero.
9854 * src/lalr.h (goto_number): Now size_t, not short int.
9855 (GOTO_NUMBER_MAXIMUM): Remove.
9856 * src/relation.c (relation_print, traverse, relation_transpose):
9857 Check for END_NODE rather than looking at sign.
9858 * src/relation.h (END_NODE): New macro.
9859 (relation_node): Now size_t, not short int.
9860
9861 2004-10-22 Paul Eggert <eggert@cs.ucla.edu>
9862
9863 * doc/bison.texinfo (Language and Grammar): In example, "int" is a
9864 keyword, not an identifier. Problem reported by Baron Schwartz in
9865 <http://lists.gnu.org/archive/html/bug-bison/2004-10/msg00017.html>.
9866
9867 2004-10-11 Akim Demaille <akim@epita.fr>
9868
9869 * src/symtab.c (symbol_check_alias_consistency): Also check
9870 type names, destructors, and printers.
9871 Reported by Alexandre Duret-Lutz.
9872 Recode the handling of associativity and precedence in terms
9873 of symbol_precedence_set.
9874 Accept no redeclaration at all, not even equal to the previous
9875 value.
9876 (redeclaration): New.
9877 Use it to factor redeclaration complaints.
9878 (symbol_make_alias): Don't set the type of the alias, let
9879 symbol_check_alias_consistency do it as for other features.
9880 * src/symtab.h (symbol): Add new member prec_location, and
9881 type_location.
9882 * src/symtab.c (symbol_precedence_set, symbol_type_set): Set them.
9883 * tests/input.at (Incompatible Aliases): New.
9884
9885 2004-10-09 Paul Eggert <eggert@cs.ucla.edu>
9886
9887 .cvsignore fixes to accommodate gnulib changes,
9888 and the practice of naming build directories "_build".
9889 * .cvsignore: Add "_*". Sort.
9890 * lib/.cvsignore: Add getopt_.h, xalloc-die.c.
9891 * m4/.cvsignore: Add "*_gl.m4".
9892
9893 2004-10-06 Akim Demaille <akim@epita.fr>
9894
9895 * src/parse-gram.y (add_param): Fix the truncation of trailing
9896 spaces.
9897
9898 2004-10-05 Akim Demaille <akim@epita.fr>
9899
9900 In Bison 1.875's yacc.c, YYLLOC_DEFAULT was called regardless
9901 whether the reducion was empty or not. This leaves room to
9902 improve the use of YYLLOC_DEFAULT in such a case.
9903 lalr1.cc is still experimental, so changing this is acceptable.
9904 And finally, there are probably not many users who changed the
9905 handling of locations in GLR, so changing is admissible too.
9906
9907 * data/glr.c, data/lalr1.cc, data/yacc.c (YYLLOC_DEFAULT): On an
9908 empty reduction, set @$ to an empty location ending the previously
9909 stacked symbol.
9910 Adjust uses to make sure the code is triggered on empty
9911 reductions.
9912 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust the
9913 expected output: empty reductions have empty locations.
9914
9915 2004-09-29 Akim Demaille <akim@epita.fr>
9916
9917 * data/lalr1.cc: Move towards a more standard C++ coding style
9918 for templates: Class < T > -> Class<T>.
9919
9920 2004-09-29 Akim Demaille <akim@epita.fr>
9921
9922 * data/lalr1.cc: Reinstall the former ctor, for sake of
9923 compatibility, but warn it will be removed.
9924 Move towards a more standard C++ coding style (i.e., type *var ->
9925 type* var).
9926
9927 2004-09-27 Paul Eggert <eggert@cs.ucla.edu>
9928
9929 * src/parse-gram.y (add_param): Rewrite to avoid strchr,
9930 since it's less likely to work if NULs are involved in the future.
9931
9932 2004-09-27 Akim Demaille <akim@epita.fr>
9933
9934 * data/yacc.c (YY_LOCATION_PRINT): Fix its default declaration.
9935
9936 2004-09-27 Akim Demaille <akim@epita.fr>
9937
9938 * data/lalr1.cc (b4_parse_param_decl_1): New.
9939 (b4_parse_param_decl): Use it to have different names between attribute
9940 and argument names.
9941 (b4_cc_constructor_call): Likewise.
9942
9943 2004-09-24 Akim Demaille <akim@epita.fr>
9944
9945 * src/parse-gram.y (add_param): Strip the leading and trailing
9946 blanks from a formal argument declaration.
9947 (YY_LOCATION_PRINT): New.
9948
9949 2004-09-24 Akim Demaille <akim@epita.fr>
9950
9951 * data/c.m4 (b4_yysymprint_generate): Move the YYINPUT invocation
9952 after the location.
9953
9954 2004-09-24 Akim Demaille <akim@epita.fr>
9955
9956 * doc/bison.texinfo (Table of Symbols): Sort.
9957
9958 2004-09-21 Akim Demaille <akim@epita.fr>
9959
9960 * data/yacc.c, data/glr.c (b4_at_dollar, b4_dollar_dollar): Remove
9961 the useless parentheses.
9962 Suggested by Paul Eggert.
9963
9964 2004-09-20 Akim Demaille <akim@epita.fr>
9965
9966 Let the initial-action act on the look-ahead, and use it for the
9967 "initial push" (corresponding to an hypothetical beginning-of-file).
9968 And let lalr1.cc honor %initial-action.
9969
9970 * doc/bison.texinfo (Initial Action Decl): Clarify, and add an
9971 example.
9972 * data/lalr1.cc (Parser::initlocation_): Remove, bad experiment.
9973 (Parser::Parser): Remove the ctor that used to initialize it.
9974 (Parser::parse): Like in the other skeletons, issue the "starting
9975 parse" message before any action.
9976 Honor %initial-action.
9977 Initialize the stacks with the lookahead.
9978 * data/yacc.c: Let $$ and @$ in %initial-action designate the
9979 look-ahead.
9980 Push them in the stacks.
9981 * tests/actions.at, tests/calc.at: Adjust the C++ ctor invocations.
9982
9983 2004-09-20 Akim Demaille <akim@epita.fr>
9984
9985 * doc/bison.texinfo (Initial Action Decl): New.
9986
9987 2004-09-20 Akim Demaille <akim@epita.fr>
9988
9989 * data/yacc.c (YY_LOCATION_PRINT): Use YYLTYPE_IS_TRIVIAL as a
9990 clearer criterion to define it.
9991 (parse): Initialize the initial location when YYLTYPE_IS_TRIVIAL.
9992 When reducing on an empty RHS, use the latest stacked location as
9993 location.
9994 yylloc is not always available.
9995 * data/glr.c: Likewise.
9996 Also, honor initial-actions.
9997
9998 2004-09-20 Akim Demaille <akim@epita.fr>
9999
10000 * data/yacc.c (YY_LOCATION_PRINT): New.
10001 Define when we know YYLTYPE's structure, i.e., when the default
10002 YYLLOC_DEFAULT is used.
10003 * data/c.m4 (b4_yysymprint_generate): Use it.
10004 * data/lalr1.cc (YYLLOC_DEFAULT): Stop relying on the initial
10005 value of the result.
10006 (error_start_): Replace with...
10007 (error_range_): this location array.
10008 This allows to replace code relying on the implementation of
10009 locations by portable code.
10010 * data/yacc.c (yylerrsp): Replace with...
10011 (yyerror_range): this.
10012 Every time a token is popped, update yyerror_range[0], to have an
10013 accurate location for the error token.
10014 * data/glr.c (YY_LOCATION_PRINT): New.
10015 (yyprocessOneStack): Fix an invocation of YY_SYMBOL_PRINT:
10016 deference a pointer.
10017 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): No longer
10018 report the location in %printers.
10019
10020 * src/scan-skel.l: Instead of abort, report error messages to ease
10021 understanding skeleton scanning failures.
10022
10023 2004-09-16 Akim Demaille <akim@epita.fr>
10024
10025 * data/lalr1.cc (Stack::Iterator, Stack::ConstIterator): Rename as...
10026 (iterator, const_iterator): these, to be more in the C++ spirit.
10027 Also, return reverse iterators so that when displaying the stack
10028 we display its bottom first.
10029 (Parser::stack_print_, Parser::reduce_print_): Match the messages
10030 from yacc.c.
10031 We should probably use vector here though.
10032
10033 2004-09-16 Akim Demaille <akim@epita.fr>
10034
10035 Have more complete shift traces.
10036
10037 * data/yacc.c, data/lalr1.c, data/glr.c: Use YY_SYMBOL_PRINT
10038 to report Shifts instead of ad hoc YYDPRINTF invocations,
10039 including for the error token.
10040 * data/lalr1.cc (symprint_): Output the location.
10041 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): In C++, don't
10042 output the location within the %printer.
10043 Activate GLR tests, at least to make sure they compile properly.
10044 They still don't pass though.
10045 * tests/calc.at: Adjust expect verbose output, since now "Entering
10046 state..." is on a different line than the "Shifting" message.
10047
10048 2004-09-08 Akim Demaille <akim@epita.fr>
10049
10050 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Move the
10051 Bison directive from the Bison file to the invocation of this
10052 macro, so that these directives are passed to
10053 AT_BISON_OPTION_PUSHDEFS to get correct help macros.
10054 Use these helping macros (e.g., AT_LOC, AT_VAL and so forth).
10055 Move the AT_SETUP/AT_CLEANUP outside, to report as test title
10056 the extra Bison directives instead of the whole series.
10057 Change the grammar so that there are recoverable errors, and
10058 unrecoverable errors. Now we can have the parser give up before
10059 consuming the whole input. As a result we now can observe that
10060 the lookahead is freed when needed.
10061 Change the parser source to parse argv[1] instead of a hard coded
10062 string.
10063 Simplify yylex, and give a value and location to EOF.
10064 Simplify some invocations of AT_CHECK_PRINTER_AND_DESTRUCTOR that
10065 passed directives already coded in the file.
10066 Add some tests to check the location of "error".
10067 For some tests, the C++ parser is correct, and not yacc.c.
10068 For other tests, they provide different, but unsatisfying, values,
10069 so keep the C++ value so that at least one parser is "correct"
10070 according to the test suite.
10071 (Actions after errors): Remove, this is subsumed by the
10072 AT_CHECK_PRINTER_AND_DESTRUCTOR series.
10073
10074 2004-09-06 Akim Demaille <akim@epita.fr>
10075
10076 * data/lalr1.cc: Adjust the indentation of the labels.
10077 (Parser::pop): New.
10078 Use it.
10079
10080 2004-09-06 Akim Demaille <akim@epita.fr>
10081
10082 * data/yacc.cc, data/glr.cc (yydestruct): Accept an additional
10083 argument, an informative message.
10084 Call YY_SYMBOL_PRINT.
10085 Adjust all callers: integrate the associated YY_SYMBOL_PRINT.
10086 * data/lalr1.cc (destruct_): Likewise.
10087 In addition, no longer depend on b4_yysymprint_generate and
10088 b4_yydestruct_generate to generate these functions, do it "by
10089 hand".
10090
10091 2004-09-03 Akim Demaille <akim@epita.fr>
10092
10093 * data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was
10094 invoked, yydestruct the lookahead.
10095 * tests/calc.at (Calculator $1): Update the expected lengths of
10096 traces: there is an added line for the discarded lookahead.
10097 * doc/bison.texinfo (Destructor Decl): Some rewording.
10098 Define "discarded" symbols.
10099
10100 2004-09-02 Akim Demaille <akim@epita.fr>
10101
10102 * data/lalr1.cc (translate_, destruct_): No reason to be static.
10103
10104 2004-09-02 Akim Demaille <akim@epita.fr>
10105
10106 * data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used.
10107 (YYDSYMPRINTF): Rename as...
10108 (YY_SYMBOL_PRINT): this.
10109 * data/lalr1.cc (YY_SYMBOL_PRINT): New, modeled after the previous
10110 two.
10111 Use it instead of direct symprint_ calls.
10112 (yybackup): Tweak the "Now at end of input" case to match yacc.c's
10113 one.
10114
10115 2004-09-02 Akim Demaille <akim@epita.fr>
10116
10117 * data/lalr1.cc (b4_yysymprint_generate): New.
10118 (symprint_): New member function, defined when YYDEBUG.
10119 Use it consistently instead of token/nterm debugging output by
10120 hand.
10121 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust
10122 %printer calls to use cdebug_ when using lalr1.cc.
10123
10124 2004-08-30 Florian Krohm <florian@edamail.fishkill.ibm.com>
10125
10126 * data/glr.c: Guard the declarations of yypstack and yypdumpstack
10127 with #ifdef YYDEBUG.
10128
10129 2004-08-26 Akim Demaille <akim@epita.fr>
10130
10131 * doc/bison.texinfo (Implementing Loops): Rename as...
10132 (Implementing Gotos/Loops): this.
10133
10134 2004-08-13 Paul Eggert <eggert@cs.ucla.edu>
10135
10136 Adjust to latest gnulib.
10137 * bootstrap (gnulib_modules): Add xalloc-die.
10138 Set LC_ALL=C so that file names sort consistently.
10139 Prefer the gnulib copies of gettext.m4, glibc21.m4,
10140 inttypes_h.m4, lib-ld.m4, lib-prefix.m4, po.m4, stdint_h.m4,
10141 uintmax_t.m4, ulonglong.m4.
10142 (intl_files_to_remove): Add gettext.m4, lib-ld.m4, lib-prefix.m4,
10143 po.m4 since we are now using _gl.m4 instead.
10144
10145 2004-08-10 Florian Krohm <florian@edamail.fishkill.ibm.com>
10146
10147 * src/scan-action.l: Remove. Scanning of semantic actions is
10148 handled in scan-gram.l.
10149
10150 2004-08-07 Florian Krohm <florian@edamail.fishkill.ibm.com>
10151
10152 * src/scan-gram.l (handle_syncline): Use uniqstr_new not xstrdup.
10153
10154 * src/location.h (struct): The file member is a uniqstr.
10155 (equal_boundaries): Use UNIQSTR_EQ for comparison.
10156
10157 2004-07-22 Paul Eggert <eggert@cs.ucla.edu>
10158
10159 Fix bug with non-%union parsers that have printers or destructors,
10160 which led to a Bison core dump. Reported by Peter Fales in
10161 <http://lists.gnu.org/archive/html/bug-bison/2004-07/msg00014.html>.
10162
10163 * data/c.m4 (b4_symbol_actions): Don't assume %union was used.
10164 * data/lalr1.cc (yystype) [defined YYSTYPE]: Define to YYSTYPE,
10165 not to our own type.
10166 * src/output.c (symbol_destructors_output, symbol_printers_output):
10167 Don't assume %union.
10168 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR,
10169 AT_CHECK_PRINTER_AND_DESTRUCTOR): New argument
10170 UNION-FLAG. All callers changed.
10171 (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't assume %union.
10172 Use type char, not unsigned int, when declaring an array of char;
10173 this lets us remove a cast.
10174 (Printers and Destructors): Add non-%union test cases.
10175
10176 2004-06-21 Paul Eggert <eggert@cs.ucla.edu>
10177
10178 * doc/bison.texinfo: Minor editorial changes, mostly to the new
10179 GLR writeups. E.g., avoid frenchspacing and the future tense,
10180 change "lookahead" to "look-ahead", and change "wrt" to "with
10181 respect to".
10182
10183 2004-06-21 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
10184
10185 * doc/bison.texinfo (Merging GLR Parses, Compiler Requirements):
10186 New sections, split off from the GLR Parsers section. Put the new
10187 Simple GLR Parser near the start of the GLR section, for clarity.
10188 Rewrite connective text.
10189
10190 2004-06-21 Frank Heckenbach <frank@g-n-u.de>
10191
10192 * doc/bison.texinfo (Simple GLR Parsers): New section.
10193
10194 2004-06-21 Paul Eggert <eggert@cs.ucla.edu>
10195
10196 * NEWS, TODO, doc/bison.texinfo:
10197 Use "look-ahead" instead of "lookahead", to be consistent.
10198 * REFERENCES: Fix incorrect reference to DeRemer and Pennello,
10199 while we're fixing "look-ahead".
10200 * src/conflicts.c (shift_set): Renamed from shiftset.
10201 (look_ahead_set): Renamed from lookaheadset.
10202 * src/print.c: Likewise.
10203 * src/getargs.c (report_args): Add "look-ahead" as the new canonical
10204 name for "lookahead".
10205 (report_types, usage): Likewise.
10206 * src/getargs.h (report_look_ahead_tokens): Renamed from
10207 report_lookaheads.
10208 * src/lalr.c (compute_look_ahead_tokens): Renamed from
10209 compute_lookaheads.
10210 (state_look_ahead_tokens_count): Renamed from state_lookaheads_count.
10211 (look_ahead_tokens_print): Renamed from lookaheads_print.
10212 * src/state.c (state_rule_look_ahead_tokens_print): Renamed from
10213 state_rule_lookaheads_print.
10214 * src/state.h: Likewise.
10215 (reductions.look_ahead_tokens): Renamed from lookaheads.
10216 * tests/torture.at (AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR): Renamed from
10217 AT_DATA_LOOKAHEADS_GRAMMAR.
10218
10219 2004-06-03 Paul Eggert <eggert@cs.ucla.edu>
10220
10221 * README: Update location of patched M4 distribution.
10222
10223 2004-05-30 Albert Chin-A-Young <china@thewrittenword.com>
10224
10225 Don't assume the C++ compiler takes the same arguments as the C compiler
10226 (trivial change).
10227 * configure.ac (O0CXXFLAGS): New var.
10228 * tests/atlocal.in (CXXFLAGS): Use it.
10229
10230 2004-05-29 Paul Eggert <eggert@cs.ucla.edu>
10231
10232 Fix some "make check" problems with C++ reported by
10233 Albert Chin-A-Young for Tru64 C++ in this thread:
10234 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00049.html
10235
10236 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check for std::cerr.
10237 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
10238 Output to a .cc file for C++, not to a .c file.
10239 * tests/calc.at (AT_CHECK_CALC): Likewise.
10240 * tests/regression.at (AT_CHECK_DANCER): Likewise.
10241 * tests/local.at (AT_COMPILE_CXX): Default to OUTPUT.cc, not OUTPUT.c.
10242
10243 2004-05-28 Albert Chin-A-Young <china@thewrittenword.com>
10244
10245 * tests/calc.at, tests/actions.at: Workaround for SGI
10246 C++ compiler. (trivial change)
10247
10248 2004-05-27 Paul Eggert <eggert@cs.ucla.edu>
10249
10250 Spent a few hours checking out which prerequisite versions the
10251 current sources actually require. I went all the way back to
10252 Gettext 0.10.40, Automake 1.4, and Autoconf 2.57 and investigated
10253 a seemingly endless set of combinations of versions more recent
10254 than that. The bottom line is that the current sources require
10255 fairly recent versions of the build tools, and it'll be some work
10256 to change this.
10257 * configure.ac (AC_PREREQ): Increase from 2.58 to 2.59.
10258 (AM_INIT_AUTOMAKE): Increase from 1.7 to 1.8.
10259 (AM_GNU_GETTEXT_VERSION): Increase from 0.11.5 to 0.12.
10260 Add comments explaining why those particular versions are
10261 currently needed.
10262
10263 * src/parse-gram.y (lloc_default): Rewrite to avoid compiler bug
10264 in SGI MIPSpro 7.4.1m. Problem reported by Albert Chin-A-Young in
10265 <http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00037.html>.
10266
10267 * configure.ac (AC_PREREQ): Bump to 2.58, since 2.57 doesn't work
10268 (it fails with a Autoconf-without-aclocal-m4 diagnostic).
10269
10270 2004-05-26 Paul Eggert <eggert@cs.ucla.edu>
10271
10272 * configure.ac (AM_GNU_GETTEXT_VERSION): Lower it from 0.14.1 to
10273 0.11.5. Suggested by Bruno Haible.
10274 * bootstrap: Remove gettext version checking.
10275
10276 * doc/bison.texinfo (Decl Summary): Also mention that %union
10277 can depend on prerequisite types. Problem reported by Tim
10278 Van Holder.
10279
10280 2004-05-25 Paul Eggert <eggert@cs.ucla.edu>
10281
10282 * README: Mention GNU m4 1.4 bugs and Akim's patched version.
10283 * README-alpha: Don't tell people not to package this.
10284
10285 * bootstrap: Don't assume $(...) works; use `...` instead.
10286 Problem reported by Paul Hilfinger. Also, diagnose non-GNU
10287 gettext better.
10288
10289 * doc/bison.texinfo (Decl Summary, Bison Options): Clarify what's
10290 put into the -d output file, and mention what to do if YYSTYPE is
10291 defined as a macro.
10292
10293 2004-05-24 Paul Eggert <eggert@cs.ucla.edu>
10294
10295 Undo change made earlier today: it caused autopoint to not bring
10296 in ABOUT-NLS. Ouch. Instead, substitute our own diagnostic for
10297 autopoint's.
10298
10299 * bootstrap: Check that gettext version matches what's in
10300 configure.ac. Warn users to ignore robots.txt ERROR 404.
10301 * bootstrap: Undo today's earlier change (logged below).
10302 * configure.ac (AM_GNU_GETTEXT_VERSION): Likewise.
10303
10304 The gettext version checking is causing more trouble than it's
10305 curing; remove it. Problem reported by Paul Hilfinger.
10306
10307 * bootstrap: Issue a warning that one can expect a message
10308 'AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION'.
10309 * configure.ac (AM_GNU_GETTEXT_VERSION): Remove.
10310
10311 2004-05-23 Paul Eggert <eggert@cs.ucla.edu>
10312
10313 Ensure that the C++ compiler used for testing actually works on a
10314 simple test program; if not, skip the C++-related tests. Problem
10315 reported by Vin Shelton in:
10316 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00026.html
10317
10318 * m4/cxx.m4: New file.
10319 * configure.ac (BISON_TEST_FOR_WORKING_CXX_COMPILER): Add.
10320 * tests/atlocal.in (BISON_CXX_WORKS): Add.
10321 * tests/local.at (AT_COMPILE_CXX): Use it.
10322
10323 2004-05-21 Paul Eggert <eggert@cs.ucla.edu>
10324
10325 * data/glr.c (yylloc): Output this macro even if locations are not
10326 being generated, as the GLR parser needs it even in that case.
10327 Problem reported by Troy A. Johnson
10328 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=195946>.
10329
10330 * configure.ac (AC_INIT): Update to 1.875e.
10331
10332 2004-05-21 Paul Eggert <eggert@cs.ucla.edu>
10333
10334 * NEWS: Version 1.875d.
10335 * configure.ac (AC_INIT): Likewise.
10336 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875d.
10337
10338 * configure.ac (--enable-gcc-warnings): Do not enable -Wshadow,
10339 -Wmissing-prototypes, or -Wstrict-prototypes for C++. The current
10340 lalr1.cc runs afoul of the first, and the last two are no longer
10341 supported by GCC 3.4.0.
10342 * README: Mention GNU m4 1.4 or later; mention m4 patches.
10343 * HACKING: Use ./bootstrap, not "make update" to import foreign files.
10344
10345 2004-05-06 Paul Eggert <eggert@cs.ucla.edu>
10346
10347 * src/muscle_tab.c (hash_muscle): Accept and return size_t, not
10348 unsigned int, for compatibility with latest gnulib hash module.
10349 * src/state.c (state_hash, state_hasher): Likewise.
10350 * src/symtab.c (hash_symbol, hash_symbol_hasher): Likewise.
10351 * src/uniqstr.c (hash_uniqstr): Likewise.
10352
10353 2004-05-03 Paul Eggert <eggert@cs.ucla.edu>
10354
10355 * NEWS: Unescaped newlines are no longer allowed in char & strings.
10356
10357 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER,
10358 SC_CHARACTER,SC_STRING>): Reject unescaped newlines in
10359 character and string literals.
10360 (unexpected_end): New function.
10361 (unexpected_eof): Use it.
10362 (unexpected_newline): New function.
10363 (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>): Coalesce duplicate
10364 actions.
10365
10366 * NEWS: Document %expect-rr.
10367
10368 * bootstrap (--gnulib-srcdir=*, --cvs-user=*):
10369 Fix typo by replacing $1 with $option.
10370 Remove more 'intl'-related files.
10371 Don't DEFUN AM_INTL_SUBDIR twice.
10372
10373 * lib/.cvsignore: Add strndup.h. Remove memchr.c, memcmp.c,
10374 memrchr.c, strcasecmp.c, strchr.c, strrchr.c, strspn.c, strtol.c,
10375 strtoul.c.
10376 * m4/.cvsignore: Add exitfail.m4, extensions.m4, gnulib.m4,
10377 hard-locale.m4, mbstate_t.m4, strerror_r.m4, strndup.m4,
10378 xstrndup.m4. Remove glibc21.m4, intdiv0.m4, inttypes-pri.m4,
10379 inttypes.m4, inttypes_h.m4, isc-posix.m4, lcmessage.m4,
10380 stdint_h.m4, uintmax_t.m4, ulonglong.m4.
10381 * src/.cvsignore: Add *.output.
10382
10383 * src/parse-gram.y: Put copyright notice inside %{ %} so it
10384 gets copied to the output file.
10385
10386 2004-04-28 Paul Eggert <eggert@twinsun.com>
10387
10388 Get files from the gnulib and po repositories, instead of relying
10389 on them being in our CVS. Upgrade to latest versions of gnulib
10390 and Automake.
10391
10392 * Makefile.am (SUBDIRS): Remove m4; Automake now does m4.
10393 * bootstrap: Bootstrap from gnulib and po repositories.
10394 Much of this code was stolen from GNU diff and GNU tar's bootstrap.
10395 * README-cvs: Document these changes. Remove version numbers from
10396 mentions of build tools, since they change so often. Mention Flex.
10397
10398 * configure.ac (AC_CONFIG_MACRO_DIR): Add, with m4 as arg.
10399 (gl_USE_SYSTEM_EXTENSIONS): Add.
10400 (AC_GNU_SOURCE, AC_AIX, AC_MINIX):
10401 Remove; no longer needed, as gl_USE_SYSTEM_EXTENSIONS
10402 does this for us.
10403 (AC_ISC_POSIX): Remove; we no longer support this
10404 ancient OS, as it gets in the way of latest Autoconf & gnulib.
10405 (AC_HEADER_STDC): Remove: we now assume C89 or better.
10406 (AC_CHECK_HEADERS_ONCE): Use instead of AC_CHECK_HEADERS.
10407 Do not check for C89 headers, except for locale.h which is used
10408 by the Yacc library and must port to K&R hosts.
10409 (AC_CHECK_FUNCS_ONCE): Use instead of AC_CHECK_FUNCS.
10410 Do not check for C89 functions, except for setlocale which is
10411 used by the Yacc library.
10412 (AC_CHECK_DECLS, AC_REPLACE_FUNCS): Remove; no longer needed.
10413 (gl_DIRNAME, gl_ERROR, gl_FUNC_ALLOCA, gl_FUNC_MEMCHR,
10414 gl_FUNC_MEMRCHR, gl_FUNC_STPCPY, gl_FUNC_STRNLEN, gl_FUNC_STRTOL,
10415 gl_GETOPT, gl_HASH, gl_MBSWIDTH, gl_OBSTACK, gl_QUOTE,
10416 gl_QUOTEARG, gl_XALLOC, jm_FUNC_GLIBC_UNLOCKED_IO, jm_FUNC_MALLOC,
10417 AM_GNU_GETTEXT): Remove; now done by:
10418 (GNULIB_AUTOCONF_SNIPPET): Add. "bootstrap" builds this for us.
10419 (AC_CONFIG_FILES): Remove m4/Makefile, as Automake now does this
10420 for us.
10421
10422 * lib/Makefile.am: Include gnulib.mk, built for us by "bootstrap".
10423 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES):
10424 Define to empty, as gnulib.mk will do the rest for us.
10425 ($(libbison_a_OBJECTS), stdbool.h): Remove, as gnulib.mk does this
10426 for us.
10427 (libbison_a_SOURCES): Define to $(lib_SOURCES) now.
10428 (lib_SOURCES): New symbol, containing only the non-gnulib libs.
10429
10430 * src/files.c: Include gnulib's xstrndup.h.
10431
10432 * src/system.h (MALLOC): Use xnmalloc, for better overflow checking.
10433 (REALLOC): Use xnrealloc, for likewise.
10434 (xstrndup, stpcpy): Remove decls, as gnulib does this for us now.
10435 (strnlen, memrchr): Remove decls; functions no longer used.
10436 Include <stpcpy.h>.
10437
10438 * config/depcomp, config/install-sh, lib/alloca.c, lib/argmatch.c,
10439 lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
10440 lib/error.c, lib/error.h, lib/getopt.c, lib/getopt.h,
10441 lib/getopt1.c, lib/gettext.h, lib/hash.c, lib/hash.h,
10442 lib/malloc.c, lib/mbswidth.c, lib/mbswidth.h, lib/memchr.c,
10443 lib/memcmp.c, lib/memrchr.c, lib/obstack.c, lib/obstack.h,
10444 lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h,
10445 lib/realloc.c, lib/stdbool_.h, lib/stpcpy.c, lib/strcasecmp.c,
10446 lib/strchr.c, lib/strncasecmp.c, lib/strnlen.c, lib/strrchr.c,
10447 lib/strspn.c, lib/strtol.c, lib/strtoul.c, lib/unlocked-io.h,
10448 lib/xalloc.h, lib/xmalloc.c, lib/xstrdup.c, lib/xstrndup.c,
10449 m4/Makefile.am, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
10450 m4/error.m4, m4/getopt.m4, m4/hash.m4, m4/malloc.m4,
10451 m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4, m4/memcmp.m4,
10452 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/prereq.m4,
10453 m4/quote.m4, m4/quotearg.m4, m4/realloc.m4, m4/stdbool.m4,
10454 m4/stpcpy.m4, m4/strnlen.m4, m4/strtol.m4, m4/strtoul.m4,
10455 m4/unlocked-io.m4, m4/xalloc.m4, po/LINGUAS, po/Makefile.in.in,
10456 po/Makevars, po/da.po, po/de.po, po/es.po, po/et.po, po/fr.po,
10457 po/hr.po, po/id.po, po/it.po, po/ja.po, po/ms.po, po/nl.po,
10458 po/pt_BR.po, po/ro.po, po/ru.po, po/sv.po, po/tr.po:
10459 Remove, as these files are now generated automatically
10460 by bootstrap or automake.
10461
10462 * po/ChangeLog: Remove: all but one entry was a duplicate
10463 of this file, and I moved that 2000-11-02 entry here.
10464
10465 * config/.cvsignore: Add Makefile, depcomp, install-sh.
10466 * lib/.cvsignore: Add alloca.c, alloca.h, alloca_.h, argmatch.c,
10467 argmatch.h, basename.c, dirname.c, dirname.h, error.c, error.h,
10468 exit.h, exitfail.c, exitfail.h, getopt.c, getopt.h, getopt1.c,
10469 getopt_int.h, gettext.h, gnulib.mk, hard-locale.c, hard-locale.h,
10470 hash.c, hash.h, malloc.c, mbswidth.c, mbswidth.h, memchr.c,
10471 memcmp.c, memrchr.c, obstack.c, obstack.h, quote.c, quote.h,
10472 quotearg.c, quotearg.h, realloc.c, stdbool_.h, stpcpy.c, stpcpy.h,
10473 strcasecmp.c, strchr.c, stripslash.c, strncasecmp.c, strndup.c,
10474 strnlen.c, strrchr.c, strspn.c, strtol.c, strtoul.c,
10475 unlocked-io.h, xalloc.h, xmalloc.c, xstrdup.c, xstrndup.c,
10476 xstrndup.h.
10477 * m4/.cvsignore: Remove Makefile, Makefile.in. Add alloca.m4,
10478 dirname.m4, dos.m4, error.m4, getopt.m4, hash.m4, mbrtowc.m4,
10479 mbswidth.m4, obstack.m4, onceonly.m4, quote.m4, quotearg.m4,
10480 stdbool.m4, stpcpy.m4, strnlen.m4, unlocked-io.m4, xalloc.m4.
10481 * po/.cvsignore: Add *.po, LINGUAS, Makefile.in.in, Makevars.
10482 * src/.cvsignore: Remove *_.c.
10483
10484
10485 * Makefile.maint (GZIP_ENV): Don't use --rsyncable if gzip doesn't
10486 support it. (The latest stable gzip doesn't.)
10487
10488 2004-04-27 Paul Eggert <eggert@twinsun.com>
10489
10490 * data/lalr1.cc (Parser::stos_) [! YYDEBUG]: Define even in this
10491 case, as stos_ is now used by destructors due to the 2004-02-09
10492 change.
10493
10494 Remove more K&R C support.
10495 * lib/libiberty.y (PARAMS): Remove. All uses removed.
10496 * lib/subpipe.c (errno): Remove decl.
10497 Include <stdlib.h> unconditionally.
10498 (EXIT_FAILURE): Remove macro.
10499 * src/complain.c (vfprintf, strerror): Remove.
10500 * src/system.h: Include limits.h, stdlib.h, string.h, locale.h
10501 unconditionally.
10502 (EXIT_FAILURE, EXIT_SUCCESS, setlocale): Remove defns.
10503 Use latest Autoconf recommendations for including inttypes.h, stdint.h.
10504 (strchr, strspn, memchr): Remove decls.
10505 * tests/calc.at (_AT_DATA_CALC_Y): Include stdlib.h, string.h
10506 unconditionally. Do not declare perror.
10507 * tests/conflicts.at (%nonassoc and eof): Include stdlib.h
10508 unconditionally.
10509
10510 * src/complain.c (_): Remove useless defn, as system.h defines this.
10511
10512 * lib/bitset.h (__INT_TO_PTR): Remove; workaround no longer needed
10513 with latest obstack.h.
10514 * lib/ebitset.c (ebitset_elt_alloc): Don't bother to cast args
10515 to procedure types, as obstack.h now does that for us.
10516 * lib/lbitset.c (lbitset_elt_alloc): Likewise.
10517
10518 * lib/subpipe.h [HAVE_SYS_TYPES_H]: Include <sys/types.h>,
10519 so that this include file can stand alone.
10520 * lib/subpipe.c: Do not include <sys/types.h>, as subpipe.h
10521 does this now. Include subpipe.h first after config.h, to
10522 test whether it can stand alone.
10523
10524 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't
10525 declare yyerror when using lalr.cc, as GCC 3.4.0 warns about the
10526 unused declaration.
10527
10528 * tests/synclines.at (%union synch line): Put a dummy member in
10529 the union, because empty unions aren't allowed in C. Caught
10530 by GCC 3.4.0.
10531
10532 2004-04-13 Jim Meyering <jim@meyering.net>
10533
10534 * src/conflicts.c (conflicts_print): Correct format string typo:
10535 use `%%' to produce literal `%'. (trivial change)
10536
10537 2004-03-30 Paul Eggert <eggert@twinsun.com>
10538
10539 * src/getargs.c (version): Update copyright year to 2004.
10540
10541 * data/c.m4 (b4_int_type): Use 'short int' rather than
10542 'short', and similarly for 'long', 'unsigned', etc.
10543 * data/glr.c (YYTRANSLATE, yyconfl, yySymbol, yyItemNum,
10544 yygetLRActions, yyprocessOneStack, yyrecoverSyntaxError,
10545 yy_yypstack, yydumpstack): Likewise.
10546 * data/lalr1.cc (user_token_number_max_, user_token_number_max_,
10547 translate_, seq_, [], pop, Slice, range_, operator+, operator+=):
10548 Likewise.
10549 * data/yacc.c (b4_int_type, yyss, YYSTACK_BYTES, yysigned_char,
10550 yy_stack_print, yyparse): Likewise.
10551 * doc/bison.texinfo (Prologue, Multiple Types): Likewise.
10552 * lib/bbitset.h (bitset_word, BITSET_WORD_BITS): Likewise.
10553 * lib/bitset.c (bitset_print): Likewise.
10554 * lib/bitset_stats.c (bitste_log_histogram_print): Likewise.
10555 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
10556 * lib/bitsetv.c (bitsetv_dump): Likewise.
10557 * lib/ebitset.c (EBITSET_ELT_BITS, ebitset_elt_alloc): Likewise.
10558 * lib/lbitset.c (LBITSET_ELT_BITS, lbitset_elt_alloc, debug_lbitset):
10559 Likewise.
10560 * src/LR0.c (allocate_itemsets): Likewise.
10561 * src/gram.h (rule_number, rule): Likewise.
10562 * src/lalr.h (goto_number): Likewise.
10563 * src/nullable.c (nullable_compute): Likewise.
10564 * src/output.c (prepare_rules): Likewise.
10565 * src/relation.c (relation_print, relation_digraph): Likewise.
10566 * src/relation.h (relation_node): Likewise.
10567 * src/state.h (state_number, transitions, errs, reductions,
10568 struct state): Likewise.
10569 * src/symtab.h (symbol_number, struct symbol): Likewise.
10570 * src/tables.c (vector_number, tally, action_number,
10571 default_goto, goto_actions): Likewise.
10572 * tests/existing.at (GNU Cim Grammar): Likewise.
10573 * tests/regression.at (Web2c Actions): Likewise.
10574
10575 * src/output.c (muscle_insert_short_int_table): Renamed from
10576 muscle_insert_short_table. All uses changed.
10577
10578 2004-03-25 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
10579
10580 * src/parse-gram.y: Define PERCENT_EXPECT_RR.
10581 (declaration): Replace expected_conflicts with expected_sr_conflicts.
10582 Add %expect-rr rule.
10583
10584 * src/scan-gram.l: Recognize %expect-rr.
10585
10586 * src/conflicts.h (expected_sr_conflicts): Rename from
10587 expected_conflicts.
10588 (expected_rr_conflicts): Declare.
10589
10590 * src/conflicts.c (expected_sr_conflicts): Rename from
10591 expected_conflicts.
10592 (expected_rr_conflicts): Define.
10593 (conflicts_print): Check r/r conflicts against expected_rr_conflicts
10594 for GLR parsers.
10595 Use expected_sr_conflicts in place of expected_conflicts.
10596 Warn if expected_rr_conflicts used in non-GLR parser.
10597
10598 * doc/bison.texinfo: Add documentation for %expect-rr.
10599
10600 2004-03-08 Paul Eggert <eggert@gnu.org>
10601
10602 Add support for hex token numbers. Suggested by Odd Arild Olsen in
10603 <http://lists.gnu.org/archive/html/bison-patches/2004-03/msg00000.html>.
10604
10605 * NEWS: Document hexadecimal tokens, no NUL bytes, %destructor
10606 in lalr1.cc.
10607 * doc/bison.texinfo (Token Decl): Add hexadecimal token numbers.
10608 * src/scan-gram.l (scan_integer): New function.
10609 ({int}): Use it.
10610 (0[xX][0-9abcdefABCDEF]+): New pattern, to support hex numbers.
10611 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>, \\x[0-9abcdefABCDEF]+,
10612 handle_action_dollar, handle_action_at, convert_ucn_to_byte):
10613 Say "long int", not "long", for uniformity with GNU style.
10614
10615 2004-02-25 Paul Eggert <eggert@twinsun.com>
10616
10617 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Ignore stdout from
10618 compilers. This fixes a problem with Intel's C++ compiler being
10619 chatty, reported by Guido Trentalancia in
10620 <http://lists.gnu.org/archive/html/bug-bison/2004-02/msg00030.html>.
10621
10622 2004-02-09 Alexandre Duret-Lutz <adl@gnu.org>
10623
10624 Support %destructor and merge error locations in lalr1.cc.
10625
10626 * data/lalr1.cc (b4_cxx_destruct_def): New macro.
10627 (Parser::stos_): Define unconditionally.
10628 (Parser::destruct_): New method. Generate its body with
10629 b4_yydestruct_generate.
10630 (Parser::error_start_): New attribute.
10631 (Parser::parse) <yyerrlab, yyerrlab1>: Call destruct_ on erroneous
10632 token which are discarded.
10633 (Parser::parse) <yyerrlab, yyerrorlab, yyerrlab1>: Update
10634 error_start_ when erroneous token are discarded.
10635 (Parser::parse) <yyerrlab1>: Compute the location of the error
10636 token so that it covers all the discarded tokens.
10637 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust so
10638 it can be called with `%skeleton "lalr1.cc"', and do that.
10639
10640 2004-02-02 Paul Eggert <eggert@twinsun.com>
10641
10642 * src/Makefile.am (AM_CPPFLAGS): New macro. It mentions
10643 $(top_srcdir)/lib and ../lib. This fixes a bug reported
10644 by Paul Hilfinger; the old INCLUDES value didn't mention ../lib.
10645 There's no need to mention top_builddir since Automake does that
10646 for us.
10647 (INCLUDES): Remove, as Automake says it's obsolescent.
10648 Contents migrated into AM_CPPFLAGS as described above.
10649 * lib/Makefile.am (INCLUDES): Remove; obsolescent.
10650
10651 2004-01-14 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
10652
10653 * data/glr.c (yytokenName): Bullet-proof against YYEMPTY token.
10654 (yyreportSyntaxError): Handle case where lookahead token is
10655 YYEMPTY.
10656
10657 2004-01-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10658
10659 * data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC so that
10660 resulting parsers are compilable with C++.
10661
10662 2003-12-23 Paul Eggert <eggert@twinsun.com>
10663
10664 * config/depcomp, config/install-sh: Sync with Automake 1.8.
10665 * src/output.c (output_skeleton): Rename local var.
10666 * tests/input.at (Torturing the Scanner): Don't use \x0 or \0 in
10667 Bison tokens, as this runs afoul of the 2003-10-07 change that
10668 disallowed NUL bytes in character constants or string literals.
10669
10670 * tests/local.at: Require Autoconf 2.59's Autotest.
10671 * tests/testsuite.at: Don't include local.at, since we now assume
10672 Autoconf 2.59 or later. Autoconf 2.59 had some problems with
10673 including it.
10674 * tests/Makefile.am ($(TESTSUITE)): Remove warning about ignoring
10675 multiple inclusion warnings.
10676
10677 2003-12-02 Akim Demaille <akim@epita.fr>
10678
10679 * doc/bison.texinfo (How Can I Reset the Parser): More about start
10680 conditions.
10681 From Bruno Haible.
10682
10683 2003-11-18 Alexandre Duret-Lutz <adl@gnu.org>
10684
10685 * doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
10686
10687 2003-10-07 Paul Eggert <eggert@twinsun.com>
10688
10689 * tests/Makefile.am (clean-local): Don't run 'testsuite --clean'
10690 if testsuite doesn't exist.
10691
10692 * doc/bison.texinfo (Symbols): NUL bytes are not allowed in string
10693 literals, unfortunately.
10694 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>):
10695 Complain about NUL bytes in character constants or string literals.
10696
10697 2003-10-05 Paul Eggert <eggert@twinsun.com>
10698
10699 * NEWS: Don't document %no-default-prec, as it's still
10700 too experimental.
10701 * doc/bison.texinfo: Document %no-default-prec only if
10702 the defaultprec flag is set. Normally it's not.
10703
10704 2003-10-04 Paul Eggert <eggert@twinsun.com>
10705
10706 * data/glr.c (b4_rhs_value, b4_rhs_location): Yield a
10707 non-modifiable lvalue, instead of a modifiable one.
10708 * doc/bison.texinfo (Actions): Document that $$ can
10709 be assigned to. Do not claim that $$ and $N are
10710 array element references: user code should not rely on this.
10711
10712 2003-10-01 Paul Eggert <eggert@twinsun.com>
10713
10714 * src/parse-gram.h (PERCENT_NO_DEFAULT_PREC): New token.
10715 (grammar_declaration): Use it.
10716 * src/scan-gram.l: New token %no-default-prec.
10717 * tests/conflicts.at: Revamp tests to use %no-default-prec.
10718 * NEWS, doc/bison.texinfo: Document the above.
10719
10720 2003-10-01 Akim Demaille <akim@epita.fr>
10721
10722 VCG no longer supports long_straight_phase.
10723
10724 * src/vcg.c, src/vcg.h: Remove the handling of long_straight_phase.
10725 * src/print_graph.c (print_graph): Adjust.
10726
10727 2003-09-30 Frank Heckenbach <frank@g-n-u.de>
10728 and Paul Eggert <eggert@twinsun.com>
10729
10730 * doc/bison.texinfo (Decl Summary, Contextual Precedence,
10731 Table of Symbols): Document %default-prec.
10732 * src/parse-gram.y (PERCENT_DEFAULT_PREC): New token.
10733 (grammar_declaration): Set default_prec on %default-prec.
10734 * src/scan-gram.l (%default-prec): New token.
10735 * src/reader.h (default_prec): New flag.
10736 * src/reader.c: Likewise.
10737 (packgram): Handle it.
10738 * tests/conflicts.at (%default-prec without %prec,
10739 %default-prec with %prec, %default-prec 1): New tests.
10740
10741 2003-09-30 Paul Eggert <eggert@twinsun.com>
10742
10743 * tests/testsuite.at: Include local.at, not input.at, fixing
10744 a typo in the 2003-08-25 patch.
10745
10746 2003-08-27 Akim Demaille <akim@epita.fr>
10747
10748 * data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab to pacify
10749 GCC warnings.
10750
10751 2003-08-26 Akim Demaille <akim@epita.fr>
10752
10753 * config/announce-gen (print_changelog_deltas): Neutralize "<#" as
10754 "<\#" to avoid magic from Gnus when posting parts of this script.
10755
10756 2003-08-26 Akim Demaille <akim@epita.fr>
10757
10758 * data/lalr1.cc (Parser::report_syntax_error_): New, extracted from
10759 (Parser::parse): here.
10760 Adjust: nerrs and errstatus is now replaced by...
10761 (Parser::nerrs_, Parser::errstatus_): New.
10762
10763 2003-08-25 Akim Demaille <akim@epita.fr>
10764
10765 * config/announce-gen, Makefile.cfg: New.
10766 * Makefile.am: Adjust.
10767 * GNUmakefile, Makefile.maint: Update from CVS Autoconf, but
10768 keeping local WGET and WGETFLAGS modifications from Paul Eggert.
10769
10770 2003-08-25 Akim Demaille <akim@epita.fr>
10771
10772 When reducing initial empty rules, Bison parser read an initial
10773 location that is not defined. This results in garbage, and that
10774 affects Bison's own parser. Therefore we need (i) to extend Bison
10775 to support a means to initialize this location, and (ii) to use
10776 this CVS Bison to fix CVS Bison's parser.
10777
10778 * src/reader.h, reader.c (epilogue_augment): Remove, replace
10779 with...
10780 * src/muscle_tab.h, src/muscle_tab.c (muscle_code_grow): this.
10781 * src/parse-gram.y: Adjust.
10782 (%initial-action): New.
10783 (%error-verbose): Since we require CVS Bison, there is no reason
10784 not to use it.
10785 * src/scan-gram.l: Adjust.
10786 * src/Makefile.am (YACC): New, to make sure we use our own parser.
10787 * data/yacc.c (yyparse): Use b4_initial_action.
10788
10789 2003-08-25 Akim Demaille <akim@epita.fr>
10790
10791 * doc/bison.texinfo: Don't promote stdout for error messages.
10792
10793 2003-08-25 Akim Demaille <akim@epita.fr>
10794
10795 * data/lalr1.cc (Parser::reduce_print_): Remove unused yyi.
10796 From Alexandre Duret-Lutz.
10797
10798 2003-08-25 Akim Demaille <akim@epita.fr>
10799
10800 Version 1.875c.
10801
10802 2003-08-25 Akim Demaille <akim@epita.fr>
10803
10804 * data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT): New.
10805 Use them.
10806
10807 2003-08-25 Akim Demaille <akim@epita.fr>
10808
10809 * data/lalr1.cc (Parser::reduce_print_): New.
10810 Use it.
10811
10812 2003-08-25 Akim Demaille <akim@epita.fr>
10813
10814 Have lalr1.cc catch with Paul Eggert's patch to fix the infinite
10815 error recovery loops. This patch is based on
10816 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00000.html>.
10817 Also, augment the similarity between lalr1.cc and yacc.c.
10818 Note: the locations of error recovery rules are not correct yet.
10819
10820 * data/lalr1.cc: Comment changes to augment the similarity between
10821 lalr1.cc and yacc.c.
10822 (YYERROR): Goto to yyerrorlab, not yyerrlab1.
10823 (yyerrlab1): Remove, but where it used to be (now the bottom part of
10824 yyerrlab), when hitting EOF, pop the whole stack here instead of
10825 merely falling thru the default error handling mechanism.
10826 (yyerrorlab): New label, with the old contents of YYERROR,
10827 plus the following change: pop the stack of rhs corresponding
10828 to the production that invoked YYERROR. That is how Yacc
10829 behaves (required by POSIX).
10830 * tests/calc.at (AT_CHECK_CALC_LALR1_CC): No longer expected to
10831 fail.
10832
10833 2003-08-25 Akim Demaille <akim@epita.fr>
10834
10835 Tune local.at so that people can "autom4te -l autotest calc.at -o
10836 calc" for instance, to extract a sub test suite.
10837
10838 * tests/testsuite.at: Move the initialization, Autotest version
10839 requirement, and AT_TESTED invocation into...
10840 * tests/local.at: here.
10841 * tests/testsuite.at: Include it for compatibility with Autoconf
10842 2.57.
10843 * tests/Makefile.am ($(TESTSUITE)): Report that the warning should
10844 be ignore.
10845
10846 2003-08-04 Paul Eggert <eggert@twinsun.com>
10847
10848 Rework code slightly to avoid gcc -Wtraditional warnings.
10849 * data/glr.c (yyuserMerge): Return void, not YYSTYPE.
10850 The returned value is now stored in *YY0. All callers changed.
10851 * src/output.c (merge_output): Adjust to the above change.
10852
10853 2003-07-26 Paul Eggert <eggert@twinsun.com>
10854
10855 * data/glr.c (YYASSERT): New macro.
10856 (yyfillin, yydoAction, yyglrReduce, yysplitStack,
10857 yyresolveStates, yyprocessOneStack):
10858 Use `YYASSERT (FOO);' rather than `if (! (FOO)) abort ();'.
10859 Derived from a suggestion by Frank Heckenbach.
10860
10861 2003-07-25 Paul Eggert <eggert@twinsun.com>
10862
10863 * data/glr.c (yyglrReduce): Don't use C89 string concatenation,
10864 for portability to K&R C (after ansi2knr, presumably). See
10865 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>
10866 by Frank Heckenbach, though I have omitted the structure-initialization
10867 part of his glr-knr.diff patch since I recall that the Portable
10868 C Compiler didn't require that change.
10869
10870 Let the user specify how to allocate and free memory.
10871 Derived from a suggestion by Frank Heckenbach in
10872 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>.
10873 * data/glr.c (YYFREE, YYMALLOC, YYREALLOC): New macros.
10874 All uses of free, malloc, realloc changed to use these macros,
10875 and unnecessary casts removed.
10876 * data/yacc.c (YYFREE, YYMALLOC): Likewise.
10877
10878 2003-07-06 Matthias Mann <MatthiasMann@gmx.de>
10879
10880 * data/lalr1.cc (operator<<(std::ostream&, const Position&)):
10881 use s.empty() rather than s == "" to test for empty string; see
10882 <http://lists.gnu.org/archive/html/bison-patches/2003-07/msg00003.html>
10883 (trivial change)
10884
10885 2003-06-25 Akim Demaille <akim@epita.fr>
10886
10887 * config/depcomp, config/install-sh: Update from masters.
10888
10889 2003-06-20 Paul Eggert <eggert@twinsun.com>
10890
10891 * data/glr.c (YYLLOC_DEFAULT): Parenthesize arguments as needed,
10892 and return properly parenthesized result.
10893 * data/lalar1.cc (YYLLOC_DEFAULT): Likewise.
10894 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
10895 Remove unnecessary parentheses from uses.
10896 * doc/bison.texinfo (Location Default Action): Describe the
10897 conventions for parentheses.
10898
10899 2003-06-19 Paul Eggert <eggert@twinsun.com>
10900
10901 * data/glr.c (yyremoveDeletes, yy_reduce_print, yyglrReduce,
10902 yyreportTree): Do not assume that size_t is the same width as int,
10903 when printing sizes. Print sizes using an unsigned format.
10904 Problem reported by Frank Heckenbach in
10905 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00035.html>.
10906
10907 Port to Forte Developer 7 C compiler.
10908 * data/glr.c (struct YYLTYPE): If locations are not being used,
10909 declare a single dummy member, as empty structs do not conform
10910 to the C standard.
10911 (YYERROR, YYBACKUP): Do not use "do { ...; return foo; } while (0)";
10912 the Forte Developer 7 C compiler complains that end-of-loop
10913 code is not reached.
10914
10915 2003-06-17 Paul Eggert <eggert@twinsun.com>
10916
10917 * lib/libiberty.h (PARAMS): Spell argument as Args, not as X, to
10918 avoid warnings from picky compilers about redefinition of PARAMS.
10919
10920 2003-06-17 Paul Eggert <eggert@twinsun.com>
10921
10922 Version 1.875b.
10923
10924 * NEWS: Document 1.875b.
10925
10926 * lib/bbitset.h: Do not include config.h; that's the includer's job.
10927 Do not include <sys/types.h>; shouldn't be needed on a C89 host.
10928 * lib/bitset.h (bitset_compatible_p): Indent as per GNU standard.
10929 Don't use 'index' in comments, as it's a builtin fn on some hosts.
10930 * lib/bitset_stats.c: Include gettext.h unconditionally, as
10931 per recent gettext manual's suggestion.
10932 * lib/ebitset.c (ebitset_resize, ebitset_unused_clear):
10933 Use prototypes, not old-style definitions.
10934 * lib/lbitset.c (lbitset_unused_clear): Likewise.
10935 * lib/vbitset.c (vbitset_resize, vbitset_ones, vbitset_zero,
10936 vbitset_empty_p, vbitset_copy1, vbitset_not, vbitset_equal_p,
10937 vbitset_subset_p, vbitset_disjoint_p, vbitset_and, vbitset_and_cmp,
10938 vbitset_andn, vbitset_andn_cmp, vbitset_or, vbitset_or_cmp,
10939 vbitset_xor, vbitset_xor_cmp, vbitset_and_or, vbitset_and_or_cmp,
10940 vbitset_andn_or, vbitset_andn_or_cmp, vbitset_or_and,
10941 vbitset_or_and_cmp, vbitset_copy): Likewise.
10942
10943 * lib/libiberty.h: Do not include config.h; that's the includer's job.
10944 Do not include <stdlib.h>.
10945 (PARAMS): Define unconditionally for C89.
10946 (ATTRIBUTE_NORETURN): Remove.
10947 (ATTRIBUTE_UNUSED): Define unconditionally.
10948
10949 Upgrade to 2003-06-08 libbitset, submitted by Michael Hayes in:
10950 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00005.html>
10951 * lib/Makefile.am (bitsets_sources): Add vbitset.c, vbitset.h.
10952 * lib/vbitset.c, lib/vbitset.h: New files.
10953 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
10954 lib/bitset_stats.c, lib/ebitset.c, lib/lbitset.c: Import
10955 from libbitset.
10956
10957 * doc/bison.texinfo (How Can I Reset the Parser): Renamed from
10958 `How Can I Reset @code{yyparse}', since texinfo does not allow
10959 arbitrary @ in node names.
10960
10961 * m4/Makefile.am (EXTRA_DIST): Add the following files, which
10962 shouldn't be needed according to the gettext 0.12.1 documentation
10963 but which seem to be needed anyway: codeset.m4 glibc21.m4
10964 intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 isc-posix.m4
10965 lcmessage.m4 nls.m4 po.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4.
10966 * po/Makefile.in.in: Upgrade to gettext 0.12.1 version.
10967
10968 * lib/.cvsignore: Add stdbool.h.
10969 * m4/.cvsignore: Add nls.m4, po.m4.
10970
10971 Upgrade to CVS gnulib.
10972 * stdbool_.h: File renamed from stdbool.h.in.
10973 * configure.ac (AM_STDBOOL_H): Invoke this instead of
10974 AC_HEADER_STDBOOL.
10975 (AM_GNU_GETTEXT): Put brackets around args, as latest manual suggests.
10976 (AM_GNU_GETTEXT_VERSION): Update to 0.12.1.
10977 * lib/Makefile.am (EXTRA_DIST): Add stdbool_.h.
10978 (MOSTLYCLEANFILES): New var.
10979 ($(libbison_a_OBJECTS)): Depend on $(STDBOOL_H).
10980 (stdbool.h): New rule.
10981 * lib/dirname.c, lib/dirname.h, lib/hash.c, lib/hash.h,
10982 lib/malloc.c, lib/obstack.h, lib/quote.c, lib/realloc.c,
10983 lib/strcasecmp.c, lib/xalloc.h, m4/alloca.m4, m4/onceonly.m4,
10984 m4/quote.m4: Upgrade to today's gnulib.
10985
10986 * tests/calc.at (AT_CHECK_CALC): New option EXPECTED-TO-FAIL.
10987 (AT_CHECK_CALC_LALR1_CC): Use it, since the C++ LALR parser fails
10988 the tests right now.
10989 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Ensure yylex and
10990 yyerror are declared before use; C99 requires this.
10991
10992 2003-06-09 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10993
10994 * data/glr.c (YYERROR): Update definition to reset yyerrState to 0
10995 first.
10996 (yyrecoverSyntaxError): Correct the logic for setting and testing
10997 yyerrState.
10998 Correct comment on handling EOF.
10999 Allow states with only a default reduction, rather than failing
11000 (I can't quite reconstruct why these were not allowed before).
11001
11002 Fixes to avoid problem that $-N rules in GLR parsers can cause
11003 buffer overruns, corrupting state.
11004
11005 * src/output.c (prepare_rules): Output max_left_semantic_context
11006 definition.
11007 * src/reader.h (max_left_semantic_context): New variable declaration.
11008 * src/scan-gram.l (max_left_semantic_context): Define.
11009 (handle_action_dollar): Update max_left_semantic_context.
11010 * data/glr.c (YYMAXLEFT): New definition.
11011 (yydoAction): Increase size of yyrhsVals by YYMAXLEFT.
11012 (yyresolveAction): Ditto.
11013
11014 Fixes to problems with location handling in GLR parsers reported by
11015 Frank Heckenbach (2003/06/05).
11016
11017 * data/glr.c (YYLTYPE): Make trivial if locations not used.
11018 (YYRHSLOC): Add parentheses, and define only if locations used.
11019 (YYLLOC_DEFAULT): Add parentheses, and give trivial definition if
11020 locations not used.
11021 (yyuserAction): Use YYLLOC_DEFAULT to set *yylocp.
11022 (yydoAction): Remove redundant initialization of *yyvalp and *yylocp.
11023
11024 * tests/cxx-type.at: Exercise location information; update tests
11025 to differentiate output with and without locations.
11026 Remove forward declarations of yylex and yyerror---caused errors
11027 because default YYLTYPE not yet defined.
11028 Change semantic actions to compute strings, rather than printing
11029 them directly (to test proper passing of semantics values). Change
11030 output to prefix notation and update test data and expected results.
11031 (yylex): Track locations.
11032 (stmtMerge): Return value rather than printing, and include arguments
11033 in value.
11034
11035 2003-06-03 Paul Eggert <eggert@twinsun.com>
11036
11037 Avoid warnings generated by GCC 2.95.4 when Bison is
11038 configured with --enable-gcc-warnings.
11039 * data/lalr1.cc (yy::]b4_parser_class_name[::parse,
11040 yy::]b4_parser_class_name[::translate_,
11041 yy::Stack::operator[] (unsigned),
11042 yy::Stack::operator[] (unsigned) const,
11043 yy::Slice::operator[] (unsigned),
11044 yy::Slice::operator[] (unsigned) const):
11045 Rename local vars to avoid warnings.
11046 * tests/glr-regression.at (Improper handling of embedded actions
11047 and $-N in GLR parsers): Remove unused local variable from yylex.
11048 * tests/regression.at (_AT_DATA_DANCER_Y): Declare yylex to take
11049 (void) as arg when not pure, since we now assume C89 when building
11050 Bison. Pacify GCC by using parameter.
11051
11052 2003-06-02 Paul Eggert <eggert@twinsun.com>
11053
11054 * data/lalr1.cc (yy::Position::lines, yy::Position::columns,
11055 yy::Location::lines, yy::Location::columns): Rename arguments
11056 to avoid shadowing; this removes a warning generated by GCC 3.3.
11057
11058 2003-06-01 Paul Eggert <eggert@twinsun.com>
11059
11060 Don't pass C-only warning optins (e.g., -Wmissing-declarations)
11061 to g++, as GCC 3.3 complains if you do it.
11062 * configure.ac (WARNING_CXXFLAGS): New subst. Set it to
11063 everything that WARNING_CFLAGS has, except omit warnings
11064 not suitable for C++.
11065 (AC_PROG_CXX): Use this instead of AC_CHECK_PROGS([CXX], [g++]).
11066 * tests/atlocal.in (CXXFLAGS): New var.
11067 * tests/local.at (AT_COMPILE_CXX): Use it instead of CFLAGS.
11068
11069 Fix a GLR parser bug I reported in February; see
11070 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00008.html>.
11071 The problem was that GLR parsers did not conform to the C standard,
11072 because actions like { $1 = $2 + $3; } expanded to expressions
11073 that invoked YYFILL in separate subexpressions, and YYFILL assigned
11074 to a local variable. The C standard says that expressions
11075 like (var = f ()) + (var = f ()) have undefined behavior.
11076 Another problem was that GCC sometimes issues warnings that
11077 yyfill and its parameters are unused.
11078
11079 * data/glr.c (yyfillin): Renamed from the old yyfill. Mark
11080 as possibly unused.
11081 (yyfill): New function.
11082 (YYFILL): Use it.
11083 (yyuserAction): Change type of yynormal to bool, so that it matches
11084 the new yyfill signature. Mark it as possibly unused.
11085
11086
11087 Follow up on a bug I reported in February, where a Bison-generated
11088 parser can loop. Provide a test case and a fix for yacc.c. I
11089 don't have a fix for lalr1.cc or for glr.c, unfortunately.
11090 The original bug report is in:
11091 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00044.html>
11092
11093 * data/yacc.c (YYERROR): Now just 'goto yyerrorlab', since the
11094 macro's size was becoming unwieldy.
11095 (yyerrlab): Do not discard an empty lookahead symbol, as this
11096 might destroy garbage.
11097 (yyerrorlab): New label, with the old contents of YYERROR,
11098 plus the following change: pop the stack of rhs corresponding
11099 to the production that invoked YYERROR. That is how Yacc
11100 behaves, and POSIX requires this behavior.
11101 (yyerrlab1): Use YYPOPSTACK instead of its definiens.
11102 * tests/calc.at (_AT_DATA_CALC_Y): Include unistd.h if available.
11103 Define 'alarm' to do nothing if unistd.h is not available.
11104 Add a new rule "exp: '-' error;" to test the above change to
11105 data/yacc.c. Use 'alarm' to abort any test taking longer than
11106 10 seconds, as it's probably looping.
11107 (AT_CHECK_CALC): Test recovery from error in new grammar rule.
11108 Also, the new yacc.c generates two fewer diagnostics for an
11109 existing test.
11110
11111 2003-05-24 Paul Eggert <eggert@twinsun.com>
11112
11113 * data/glr.c (YYSTACKEXPANDABLE): Do not evaluate
11114 YYSTYPE_IS_TRIVIAL or YYSTYPE_IS_TRIVIAL unless they are defined.
11115 This fixes a problem reported by John Bowman when the Compaq/HP
11116 Alpha cxx compiler happy (e.g. using cxx -D__USE_STD_IOSTREAM
11117 -ansi -Wall -gall).
11118 * data/yacc.c (union yyalloc): Likewise.
11119 (YYCOPY): Do not evaluate __GNUC__ unless it is defined.
11120
11121 Switch from 'int' to 'bool' where that makes sense.
11122
11123 * lib/abitset.c (abitset_test, abitset_empty_p, abitset_equal_p,
11124 abitset_subset_p, abitset_disjoint_p, abitset_and_cmp,
11125 abitset_andn_cmp, abitset_or_cmp, abitset_xor_cmp, abitset_and_or,
11126 abitset_and_or_cmp, abitset_andn_or_cmp, abitset_or_and_cmp):
11127 Return or accept bool, not int. All callers changed.
11128 * lib/bbitset.h: (bitset_toggle_, bitset_copy_, bitset_and_or_cmp_,
11129 bitset_andn_or_cmp_, bitset_or_and_cmp_): Likewise.
11130 * lib/bitset.c (bitset_only_set_p, bitset_print, bitset_toggle_,
11131 bitset_copy_, bitset_op4_cmp, bitset_and_or_cmp_, bitset_andn_or_cmp_,
11132 bitset_or_and_cmp_): Likewise.
11133 * lib/bitset.h (bitset_test, bitset_only_set_p): Likewise.
11134 * lib/bitset_stats.c (bitset_stats_print, bitset_stats_toggle,
11135 bitset_stats_test, bitset_stats_empty_p, bitset_stats_disjoint_p,
11136 bitset_stats_equal_p, bitset_stats_subset_p, bitset_stats_and_cmp,
11137 bitset_stats_andn_cmp, bitset_stats_or_cmp, bitset_stats_xor_cmp,
11138 bitset_stats_and_or_cmp, bitset_stats_andn_or_cmp,
11139 bitset_stats_or_and_cmp): Likewise.
11140 * lib/ebitset.c (ebitset_elt_zero_p, ebitset_equal_p, ebitset_copy_cmp,
11141 ebitset_test, ebitset_empty_p, ebitset_subset_p, ebitset_disjoint_p,
11142 ebitset_op3_cmp, ebitset_and_cmp, ebitset_andn_cmp, ebitset_or_cmp,
11143 ebitset_xor_cmp): Likewise.
11144 * lib/lbitset.c (lbitset_elt_zero_p, lbitset_equal_p, lbitset_copy_cmp,
11145 lbitset_test, lbitset_empty_p, lbitset_subset_p, lbitset_disjoint_p,
11146 lbitset_op3_cmp, lbitset_and_cmp, lbitset_andn_cmp, lbitset_or_cmp,
11147 lbitset_xor_cmp): Likewise.
11148 * lib/bbitset.h: Include <stdbool.h>.
11149 (struct bitset_vtable): The following members now return bool, not
11150 int: toggle, test, empty_p, disjoint_p, equal_p, subset_p,
11151 and_cmp, andn_cmp, or_cmp, xor_cmp, and_or_cmp, andn_or_cmp,
11152 or_and_cmp).
11153 * src/conflicts.c (count_rr_conflicts): Likewise.
11154 * lib/bitset_stats.h (bitset_stats_enabled): Now bool, not int.
11155 All uses changed.
11156 * lib/ebitset.c (ebitset_obstack_init): Likewise.
11157 * lib/lbitset.c (lbitset_obstack_init): Likewise.
11158 * src/getargs.c (debug_flag, defines_flag, locations_flag,
11159 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
11160 graph_flag): Likewise.
11161 * src/getargs.h (debug_flag, defines_flag, locations_flag,
11162 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
11163 graph_flag): Likewise.
11164 * src/output.c (error_verbose): Likewise.
11165 * src/output.h (error_verbose): Likewise.
11166 * src/reader.c (start_flag, typed): Likewise.
11167 * src/reader.h (typed): Likewise.
11168 * src/getargs.c (LOCATIONS_OPTION): New constant.
11169 (long_options, getargs): Use it.
11170 * src/lalr.c (build_relations): Use bool, not int.
11171 * src/nullable.c (nullable_compute): Likewise.
11172 * src/print.c (print_reductions): Likewise.
11173 * src/tables.c (action_row, pack_vector): Likewise.
11174 * src/muscle_tab.h (MUSCLE_INSERT_BOOL): New macro.
11175 * src/output.c (prepare): Use it.
11176 * src/output.c (token_definitions_output,
11177 symbol_destructors_output, symbol_destructors_output): Use string,
11178 not boolean integer, to keep track of whether to output separator.
11179 * src/print_graph.c (print_core): Likewise.
11180 * src/state.c (state_rule_lookaheads_print): Likewise.
11181
11182 * config/install-sh: Sync from automake 1.7.5.
11183
11184 2003-05-14 Paul Eggert <eggert@twinsun.com>
11185
11186 * src/parse-gram.y (rules_or_grammar_declaration): Require a
11187 semicolon after a grammar declaration, in the interest of possible
11188 future changes to the Bison input language.
11189 Do not allow a stray semicolon at the start of the grammar.
11190 (rhses.1): Allow one or more semicolons after any rule, including
11191 just before "|" as required by POSIX.
11192 * tests/input.at (Torturing the Scanner): Add tests for ";|" in a
11193 grammar.
11194
11195 2003-05-14 Alexandre Duret-Lutz <adl@gnu.org>
11196
11197 %parse-param support for lalr1.cc.
11198
11199 * data/lalr1.cc (b4_parse_param_decl, b4_parse_param_cons,
11200 b4_cc_constructor_calls, b4_cc_constructor_call,
11201 b4_parse_param_vars, b4_cc_var_decls, b4_cc_var_decl): New m4
11202 definitions.
11203 (yy::b4_parser_class_name::b4_parser_class_name): Take extra
11204 parse-param arguments.
11205 (yy::b4_parser_class_name): Declare instance variables to
11206 hold parse-param arguments.
11207 * tests/calc.at: s/value/semantic_value/ because value clashes
11208 with a member of yy::b4_parser_class_name. Adjust C++ code
11209 to handle %parse-param. Enable %parse-param test in C++.
11210
11211 2003-05-12 Paul Eggert <eggert@twinsun.com>
11212
11213 * doc/bison.texinfo (How Can I Reset @code{yyparse}): Reword the
11214 English a bit. Fix fclose typo. Change "const char" to "char
11215 const", and use ANSI C rather than K&R for "main". Suggest
11216 YY_FLUSH_BUFFER over yyrestart (as that is what Flex recommends)
11217 and suggest yy_switch_to_buffer.
11218
11219 2003-05-05 Paul Eggert <eggert@twinsun.com>
11220
11221 * lib/bitset.h (__INT_TO_PTR): Define to a value that presumes
11222 C89. This avoids a diagnostic on compilers that define __STDC__
11223 to 0, fixing a problem with Tru64 cc reported by Martin Mokrejs in
11224 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
11225
11226 2003-05-03 Paul Eggert <eggert@twinsun.com>
11227
11228 * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):
11229 Do not overrun array bounds.
11230 This should fix a bug reported today by Olatunji Oluwabukunmi in
11231 <http://lists.gnu.org/archive/html/bug-bison/2003-05/msg00004.html>.
11232
11233 2003-04-29 Akim Demaille <akim@epita.fr>
11234
11235 * src/gram.h, src/gram.c (pure_parser, glr_parser): Move to...
11236 * src/getargs.c, src/getargs.h: here, as bool, not int.
11237 (nondeterministic_parser): New.
11238 * src/parse-gram.y, src/scan-gram.l: Support
11239 %nondeterministic-parser.
11240 * src/output.c (prepare): Use nondeterministic_parser instead
11241 of glr_parser where appropriate.
11242 * src/tables.c (conflict_row, action_row, save_row)
11243 (token_actions, token_actions, pack_vector): Ditto.
11244
11245 2003-04-29 Akim Demaille <akim@epita.fr>
11246
11247 * doc/bison.texinfo (C++ Parsers, Implementing Loops): New.
11248
11249 2003-04-29 Akim Demaille <akim@epita.fr>
11250
11251 * tests/calc.at: Also test yacc.c and glr.c (but not lalr1.cc yet)
11252 with %pure-parser and %locations to exercise the patch from Yakov
11253 Markovitch below.
11254
11255 2003-04-28 Tim Van Holder <tim.van.holder@pandora.be>
11256
11257 * data/yacc.c: (b4_lex_param): Corrected for the case where
11258 %lex-param is provided and %pure-parser isn't.
11259
11260 2003-04-27 Paul Eggert <eggert@twinsun.com>
11261
11262 Avoid gcc -Wundef warnings reported by Gerald Pfeifer in
11263 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00044.html>.
11264 * data/yacc.c (YYSTACK_ALLOC): Don't evaluate YYSTACK_USE_ALLOCA
11265 if it is not defined.
11266 (YYMAXDEPTH): Don't evaluate YYMAXDEPTH if it is not defined.
11267
11268 2003-04-26 Paul Eggert <eggert@twinsun.com>
11269
11270 * data/lalr1.cc (yy::Parser::pact_ninf_, yy::Parser::table_ninf_):
11271 Declare to be of type suitable for the ninf value itself, not of
11272 type suitable for the corresponding table, since the latter might
11273 be unsigned but the ninf value might be negative. This fixes a
11274 bug reported by Alexandre Duret-Lutz in
11275 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00017.html>.
11276
11277 * configure.ac (AC_FUNC_ERROR_AT_LINE): Remove, since gl_ERROR
11278 invokes it. We shouldn't invoke it twice because it will attempt
11279 to put error.o in the archive twice. This fixes a glitch reported
11280 by Martin Mokrejs in
11281 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
11282
11283 2003-04-21 Paul Eggert <eggert@twinsun.com>
11284
11285 * m4/error.m4: Update from Bruno Haible's 2003-04-14 patch
11286 to gnulib.
11287
11288 2003-04-21 Yakov Markovitch <Markovitch@iso.ru>
11289
11290 * data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
11291 Fix obvious typo that results in uncompilable GLR parsers
11292 when both %pure-parser and %locations are used. (trivial change)
11293
11294 2003-04-17 Paul Eggert <eggert@twinsun.com>
11295
11296 * src/scan-gram.l: Add %option nounput, since we no longer use unput.
11297 (unexpected_eof): Renamed from unexpected_end_of_file, for brevity.
11298 Do not insert the expected token via unput, as this runs afoul
11299 of a POSIX-compatibility bug in flex 2.5.31.
11300 All uses changed to BEGIN the parent state,
11301 since we no longer insert the expected token via unput.
11302 * tests/regression.at (Invalid inputs): Remove cascaded diagnostic
11303 that is no longer emitted after the above change.
11304
11305 * src/conflicts.c (set_conflicts): Resolve all conflicts, not just
11306 the first one. This change is from Paul Hilfinger, and it fixes
11307 regression reported by Werner Lemberg in
11308 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
11309
11310 (resolve_sr_conflict): Don't invoke state_errs_set
11311 unless one or more tokens have been explicitly made errors.
11312 Otherwise, the above change causes Bison to abort.
11313
11314 * tests/existing.at (GNU pic Grammar): New test case, taken from
11315 Lemberg's email.
11316
11317 2003-03-31 Akim Demaille <akim@epita.fr>
11318
11319 * doc/Makefile.am (AM_MAKEINFOFLAGS): Don't split the info file.
11320
11321 2003-03-31 Akim Demaille <akim@epita.fr>
11322
11323 * src/output.c (prepare_symbols): Avoid trailing spaces in the
11324 output.
11325
11326 2003-03-31 Akim Demaille <akim@epita.fr>
11327
11328 * doc/bison.texinfo (Strings are Destroyed): s/losses/loses/.
11329 From Paul Hilfinger.
11330
11331 2003-03-29 Akim Demaille <akim@epita.fr>
11332
11333 * m4/error.m4: Do not put under dynamic conditions some code which
11334 expansion is under static control.
11335
11336 2003-03-29 Akim Demaille <akim@epita.fr>
11337
11338 * doc/bison.texinfo (How Can I Reset @code{yyparse}): New.
11339
11340 2003-03-29 Akim Demaille <akim@epita.fr>
11341
11342 * doc/bison.texinfo (Strings are Destroyed): New.
11343
11344 2003-03-13 Paul Eggert <eggert@twinsun.com>
11345
11346 * .cvsignore: Add configure.lineno.
11347 * src/.cvsignore: Add yacc.
11348 * tests/.cvsignore: Add testsuite.log.
11349 * doc/fdl.texi: Sync with latest FSF version.
11350
11351 2003-03-12 Paul Eggert <eggert@twinsun.com>
11352
11353 * scan-gram.l (YY_USER_INIT): Initialize code_start, too.
11354 (<INITIAL><<EOF>>, <SC_PRE_CODE><<EOF>>): Set *loc to the scanner
11355 cursor, instead of leaving it undefined. This fixes a bug
11356 reported by Tim Van Holder in
11357 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00023.html>.
11358 * tests/input.at (Torturing the Scanner): Test the scanner on
11359 an empty input file, which was Tim Van Holder's test case.
11360
11361 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): When checking whether
11362 <sys/resource.h> can be included, include sys/time.h and
11363 sys/times.h first, if available. This works around the SunOS
11364 4.1.4 porting bug reported by Bruce Becker in
11365 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00018.html>.
11366
11367 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't
11368 AC_CHECK_HEADERS([sys/wait.h]), as this interferes with
11369 AC_HEADER_SYS_WAIT.
11370
11371 Merge changes from gnulib. This was prompted because the CVS
11372 snapshot didn't build on Solaris 7 due to strnlen problems.
11373
11374 These changes need to be merged back into gnulib:
11375 * lib/hash.c: Include <stdbool.h> unconditionally.
11376 * m4/onceonly.m4 (m4_quote): New macro.
11377 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
11378 Quote AC_FOREACH variable-expansions properly.
11379 The 2003-01-03 obstack.h change also needs merging.
11380 {end of changes requiring merging}
11381
11382 * lib/stdbool.h.in, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
11383 m4/getopt.m4, m4/hash.m4, m4/malloc.m4, m4/memchr.m4,
11384 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/quote.m4,
11385 m4/quotearg.m4, m4/realloc.m4, m4/stpcpy.m4, m4/strnlen.m4,
11386 m4/strtol.m4, m4/strtoul.m4, m4/unlocked-io.m4, m4/xalloc.m4:
11387 New files, imported from gnulib.
11388 * m4/Makefile.am (EXTRA_DIST): Add the new m4/*.m4 files mentioned
11389 above.
11390
11391 * lib/mbswidth.c, m4/error.m4, m4/mbrtowc.m4, m4/mbswidth.m4,
11392 m4/memcmp.m4, m4/prereq.m4, m4/stdbool.m4: Update to current
11393 gnulib sources.
11394
11395 * configure.ac (gl_DIRNAME, gl_GETOPT, gl_HASH, gl_QUOTE, gl_XALLOC):
11396 Add.
11397 (gl_ERROR): New, replacing jm_PREREQ_ERROR.
11398 (gl_FUNC_ALLOCA): New, replacing AC_FUNC_ALLOCA.
11399 (gl_FUNC_STPCPY): New, replacing AC_REPLACE_FUNCS(stpcpy).
11400 (gl_FUNC_STRNLEN): New, replacing AC_FUNC_STRNLEN.
11401 (gl_MBSWIDTH): New, replacing jm_PREREQ_MBSWIDTH.
11402 (gl_OBSTACK): New, replacing AC_FUNC_OBSTACK.
11403 (gl_QUOTEARG): New, replacing jm_PREREQ_QUOTEARG.
11404 (jm_FUNC_GLIBC_UNLOCKED_IO, gl_FUNC_STPCPY, gl_FUNC_STRTOL): New.
11405 (jm_FUNC_MALLOC): New, replacing AC_FUNC_MALLOC.
11406 (jm_FUNC_REALLOC): New, replacing AC_FUNC_REALLOC.
11407 (jm_PREREQ_ARGMATCH): Remove.
11408 (AC_REPLACE_FUNCS): Remove memchr, memrchr, stpcpy, strtol, strtoul.
11409 * lib/Makefile.am (libbison_a_SOURCES): Add argmatch.c, argmatch.h.
11410
11411 * src/system.h: Include <stdbool.h> unconditionally.
11412
11413 * lib/bbitset.h: Include <limits.h> unconditionally. We have been
11414 assuming at least C89 in the bitset code for some time now.
11415
11416 2003-03-03 Akim Demaille <akim@epita.fr>
11417
11418 * ro.po: New.
11419
11420 2003-03-02 Akim Demaille <akim@epita.fr>
11421
11422 * doc/bison.texinfo (Table of Symbols): Reactivate the
11423 documentation for %lex-param, and %parse-param.
11424
11425 2003-03-02 Akim Demaille <akim@epita.fr>
11426
11427 * data/yacc.c, data/glr.c, data/lal1.cc: Use similar code to
11428 generate verbose error messages.
11429 Use the number of tokens as an upper bound in yytname, as it
11430 cannot be a non terminal.
11431
11432 2003-03-02 Akim Demaille <akim@epita.fr>
11433
11434 * tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected error
11435 message.
11436
11437 2003-03-02 Akim Demaille <akim@epita.fr>
11438
11439 * tests/regression.at (_AT_DATA_DANCER_Y, AT_CHECK_DANCER): New.
11440 Use them to exercise yycheck overrun.
11441 Based on Andrew Suffield's grammar.
11442
11443 2003-03-02 Akim Demaille <akim@epita.fr>
11444
11445 Create tests/local.at for Bison generic testing macros.
11446
11447 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Move to...
11448 * tests/local.at (AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS):
11449 This new file.
11450 * tests/calc.at (AT_CHECK_CALC): Adjust.
11451 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR)
11452 (AT_COMPILE, AT_COMPILE_CXX, AT_PARSER_CHECK): Move to...
11453 * tests/local.at: here.
11454 (AT_COMPILE_CXX): Tags the tests using it as c++.
11455 Ignore the test if CXX is not functional.
11456
11457 2003-03-01 Paul Eggert <eggert@twinsun.com>
11458
11459 * src/scan-gram.l (code_start): Initialize it to scanner_cursor,
11460 not loc->end, since loc->end might contain garbage and this leads
11461 to undefined behavior on some platforms.
11462 (id_loc, token_start): Use (IF_LINTed) initial values that do not
11463 depend on *loc, so that the reader doesn't give the the false
11464 impression that *loc is initialized.
11465 (<INITIAL>"%%"): Do not bother setting code_start, since its value
11466 does not survive the return.
11467
11468 2003-03-01 Akim Demaille <akim@epita.fr>
11469
11470 * src/scan-gram.l (code_start): Always initialize it when entering
11471 into yylex, as SC_EPILOGUE is activated *before* the corresponding
11472 yylex invocation. An alternative would be making it static, but
11473 then it starts with the second %%'s beginning, instead of its end.
11474
11475 2003-02-28 Paul Eggert <eggert@twinsun.com>
11476
11477 * lib/mbswidth.c: Include <wchar.h> before "mbswidth.h", to work
11478 around a UnixWare 7.1.1 porting bug reported by John Hughes in
11479 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00030.html>.
11480
11481 2003-02-26 Paul Eggert <eggert@twinsun.com>
11482
11483 * README: Mention compiler bug in Sun Forte Developer 6 update 2.
11484 Remove Sequent/Pyramid discussion (nobody uses them any more).
11485 Merge VMS and MS-DOS discussion; these ports may well be dead
11486 but let's keep mentioning them for now. Put <> around email
11487 addresses. Add copyright notice.
11488
11489 2003-02-24 Paul Eggert <eggert@twinsun.com>
11490
11491 * data/glr.c (yy_reduce_print): yylineno -> yylno,
11492 to avoid collision with flex use of yylineno.
11493 Problem reported by Bruce Lilly in
11494 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00016.html>.
11495 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
11496 * data/yacc.c (yy_reduce_print): Likewise.
11497
11498 * config/depcomp: Sync with Automake 1.7.3.
11499
11500 2003-02-21 Akim Demaille <akim@epita.fr>
11501
11502 * data/lalr1.cc: Use temporary variables instead of casts to
11503 change integer types.
11504 Suggested by Paul Eggert.
11505
11506 2003-02-21 Akim Demaille <akim@epita.fr>
11507
11508 * doc/bison.texinfo: Use "location" consistently to refer to @n,
11509 to avoid confusions with lalr1.cc's notion of Position.
11510 Suggested by Paul Eggert.
11511
11512 2003-02-20 Akim Demaille <akim@epita.fr>
11513
11514 * data/lalr1.cc (position.hh): Make sure "columns" never pushes
11515 before initial_columns.
11516 (location.hh): Use consistent variable names when defining the
11517 operator<<.
11518 Use "last" so that we subtract from Positions, not from unsigned.
11519
11520 2003-02-20 Akim Demaille <akim@epita.fr>
11521
11522 * data/lalr1.cc (position.hh): New subfile, including the extended
11523 and Doxygen'ed documentation of class Position.
11524 (location.hh): Use it.
11525 Document a` la Doxygen.
11526 With the help of Benoit Perrot.
11527
11528 2003-02-20 Akim Demaille <akim@epita.fr>
11529
11530 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Define
11531 AT_YACC_IF.
11532 Redefine AT_YYERROR_SEES_LOC_IF using it.
11533 (_AT_DATA_CALC_Y): Don't declare yyerror when lalr1.cc, as it is
11534 not defined.
11535 Don't use the location in yy::Parser::error_ and
11536 yy::Parser::print_ when not %locations.
11537 Activate more lalr1.cc tests.
11538
11539 2003-02-19 Akim Demaille <akim@epita.fr>
11540
11541 * data/lalr1.cc: When displaying a line number, be sure to make it
11542 an int.
11543
11544 2003-02-19 Akim Demaille <akim@epita.fr>
11545
11546 * data/lalr1.cc (b4_stack_depth_init, yy::Parser::initdepth_):
11547 Remove, useless.
11548 (YYABORT, YYACCEPT, YYERROR): New.
11549 * tests/calc.at: Renable the lalr1.cc test.
11550
11551 2003-02-19 Akim Demaille <akim@epita.fr>
11552
11553 * tests/calc.at (AT_CHECK_CALC): Check different scenarios of
11554 error recovery, mixing with/without pops and discarding of the
11555 lookahead.
11556 Exercise YYERROR.
11557 Disable the lalr1.cc tests as currently it doesn't support YYERROR.
11558
11559 2003-02-17 Paul Eggert <eggert@twinsun.com>
11560
11561 * tests/atlocal.in (LDFLAGS, LIBS): New vars.
11562 * tests/testsuite.at (AT_COMPILE): Use them.
11563 This fixes the testsuite problem reported by Robert Lentz in
11564 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00011.html>.
11565
11566 2003-02-12 Paul Eggert <eggert@twinsun.com>
11567
11568 * data/yacc.c (yyerrlab) [YYERROR_VERBOSE]:
11569 Avoid subscript error in yycheck. Bug reported by Andrew Suffield in
11570 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00003.html>.
11571 * data/glr.c (yyreportSyntaxError) [YYERROR_VERBOSE]: Likewise.
11572 Check for malloc failure, for consistency with yacc.c.
11573 (yytname_size): Remove, for consistency with yacc.c.
11574
11575 The bug still remains in data/lalr1.cc, as I didn't have time
11576 to fix it there.
11577
11578 2003-02-06 Akim Demaille <akim@epita.fr>
11579
11580 * configure.ac (GXX): Rename as...
11581 (CXX): this, to keep the original Autoconf semantics.
11582 Require 2.57.
11583 * data/lalr1.cc: Fix b4_copyright invocations.
11584 If YYDEBUG is not defined, don't depend upon name_ being defined.
11585 (location.hh): Include string and iostream.
11586 (Position::filename): New member.
11587 (Position::Position ()): New.
11588 (operator<< (Position)): New.
11589 (operator- (Position, int)): New.
11590 (Location::first, Location::last): Rename as...
11591 (Location::begin, Location::end): these, to mock the conventional
11592 iterator names.
11593 (operator<< (Location)): New.
11594 * tests/atlocal.in (CXX): New.
11595 * tests/testsuite.at (AT_COMPILE_CXX): New.
11596 * tests/calc.at (_AT_DATA_CALC_Y): Adjust yyerror to report the
11597 locations in a more synthetic way.
11598 (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF is positive if
11599 lalr1.cc is used.
11600 Adjust the C locations to match those from Emacs: first column is
11601 column 0.
11602 Change all the expected results.
11603 Conform to the GCS: simplify the locations when applicable.
11604 (LOC, VAL, YYLLOC_FORMAL, YYLLOC_ARG, USE_YYLLOC, LEX_FORMALS)
11605 (LEX_ARGS, USE_LEX_ARGS, LEX_PRE_FORMALS, LEX_PRE_ARGS): Replace
11606 these CPP macros with the m4 macros new defined by...
11607 (AT_CHECK_PUSHDEFS): this, i.e.:
11608 (AT_LALR1_CC_IF, AT_PURE_LEX_IF, AT_LOC, AT_VAL, AT_LEX_FORMALS)
11609 (AT_LEX_ARGS, AT_USE_LEX_ARGS, AT_LEX_PRE_FORMALS, AT_LEX_PRE_ARGS)
11610 New macros.
11611 (AT_CHECK_POPDEFS): Undefine them.
11612 (AT_CHECK_CALC_LALR1_CC): New.
11613 Use it for the first lalr1.cc test.
11614
11615 2003-02-04 Akim Demaille <akim@epita.fr>
11616
11617 * data/lalr1.cc (YYLLOC_DEFAULT): Fix its definition: be based on
11618 Location as is defined.
11619
11620 2003-02-04 Akim Demaille <akim@epita.fr>
11621
11622 * data/lalr1.cc: If YYDEBUG is not defined, don't depend upon
11623 name_ being defined.
11624
11625 2003-02-03 Paul Eggert <eggert@twinsun.com>
11626
11627 * src/gram.h (start_symbol): Remove unused decl.
11628
11629 Use more-consistent naming conventions for local vars.
11630
11631 * src/derives.c (derives_compute): Change type of local var from
11632 int to rule_number.
11633 * src/gram.c (grammar_rules_partial_print): Likewise.
11634 * src/print.c (print_core): Likewise.
11635 * src/reduce.c (reduce_grammar_tables): Likewise.
11636
11637 * src/gram.c (grammar_dump): Change name of item_number *
11638 local var from r to rp.
11639 * src/nullable.c (nullable_compute): Likewise.
11640
11641 * src/gram.h (ISTOKEN, ISVAR): Use i, not s, for int var.
11642
11643 * src/gram.h (symbol_number_as_item_number): Use sym, not s,
11644 for symbol or symbol_number var.
11645 * src/reader.c (grammar_start_symbol_set): Likewise.
11646 * src/reader.h (grammar_start_symbol_set, grammar_symbol_append):
11647 Likewise.
11648 * src/state.c (transitions_to): Likewise.
11649 * src/state.h: Likewise.
11650 * src/tables.c (symbol_number_to_vector_number): Likewise.
11651
11652 * src/muscle_tab.h (MUSCLE_OBSTACK_SGROW): Use p, not s, for
11653 char * var.
11654
11655 * src/parse-gram.y (lloc_default): Use loc, not r, for YYLTYPE
11656 var.
11657
11658 * src/scan-gram.l (no_cr_read): Use bytes_read, not s, for size
11659 var.
11660
11661 * src/system.h (xstrndup, strchr, strspn, strnlen, memchr, memrchr):
11662 Use str, not s, for char * var. Use ch, not c, for character var.
11663 Use size for size var.
11664
11665 * src/uniqstr.c (uniqstr_new, uniqstr_assert): Use str, not s, for
11666 char * var.
11667 (uniqstr_print, uniqst_print_processor): Use ustr, not s, for
11668 uniqstr var.
11669 * src/uniqstr.h: Likewise.
11670
11671 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
11672 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
11673 get_node_alignment_str, get_arrow_mode_str, get_crossing_type_str,
11674 get_view_str, get_linestyle_str, get_arrowstyle_str): Rename
11675 param to have same name as that of enum, so that we don't use
11676 "s" to stand for a non-state.
11677
11678 2003-02-02 Akim Demaille <akim@epita.fr>
11679
11680 * src/scan-skel.l: Scan more than one inert character per yylex
11681 invocation.
11682
11683 2003-02-01 Paul Eggert <eggert@twinsun.com>
11684
11685 Version 1.875a.
11686
11687 * po/LINGUAS: Add ms.
11688
11689 2003-01-30 Akim Demaille <akim@epita.fr>
11690
11691 * doc/Makefile.am (CLEANFILES): Add bison.fns for distcheck.
11692
11693 2003-01-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
11694
11695 * tests/cxx-type.at: Correct apparent typo in Bison input: $$ instead
11696 of $1.
11697
11698 Changes in response to error report by S. Eken: GLR mode does not
11699 handle negative $ indices or $ indices in embedded rules correctly.
11700 See <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00076.html>.
11701
11702 * data/glr.c (b4_rhs_value): Change to use YYFILL macro.
11703 (b4_rhs_location): Ditto.
11704 (yyfill): New function to copy from stack tree into array
11705 incrementally.
11706 (yyuserAction): Modify to allow incremental move of semantic values
11707 to rhs array when in GLR mode.
11708 Define YYFILL to use in user-defined actions to fill semantic array
11709 as needed.
11710 Remove dummy use of yystack, as there is now a guaranteed use.
11711 (yydoAction): Modify to allow incremental move of semantic values
11712 to rhs array when in GLR mode.
11713 (yyresolveAction): Ditto.
11714 (yyglrShiftDefer): Update comment.
11715 (yyresolveStates): Use X == NULL for pointers, not !X.
11716 (yyglrReduce): Ditto.
11717 (yydoAction): Ditto
11718
11719 * tests/glr-regr1.at: Rename to ...
11720 * tests/glr-regression.at: Add new regression test for the problems
11721 described above (adapted from S. Eken).
11722 Update copyright notice.
11723 * tests/testsuite.at: Rename glr-regr1.at to glr-regression.at.
11724 * tests/Makefile.am: Ditto.
11725
11726 2003-01-28 Paul Eggert <eggert@twinsun.com>
11727
11728 * data/lalr1.cc: Do not use @output_header_name@ unless
11729 b4_defines_flag is set. This fixes two bugs reported by
11730 Tim Van Holder in
11731 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00071.html>
11732 and <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00073.html>.
11733
11734 2003-01-21 Paul Eggert <eggert@twinsun.com>
11735
11736 * data/yacc.c (YYERROR): Move code from yyerrlab1 to here, so that
11737 we don't need to worry about yyerrlab1 being reported as an
11738 "unused label" by non-GCC C compilers. The downside is that if
11739 locations are used then a couple of statements are duplicated each
11740 time YYERROR is invoked, but the upside is that the warnings
11741 should vanish.
11742 (yyerrlab1): Move code to YERROR.
11743 (yyerrlab2): Remove. Change uses back to yyerrlab1.
11744 This reverts some of the 2002-12-27 change.
11745
11746 2003-01-17 Paul Eggert <eggert@twinsun.com>
11747
11748 * src/output.c (symbol_printers_output): Fix typo that led
11749 to core dump. Problem reported by Antonio Rus in
11750 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00058.html>.
11751
11752 2003-01-13 Akim Demaille <akim@epita.fr>,
11753 Quoc Peyrot <chojin@lrde.epita.fr>,
11754 Robert Anisko <anisko_r@lrde.epita.fr>
11755
11756 * data/lalr1.cc (parse::yyerrlab1): When popping the stack, stop
11757 when the stacks contain one element, as the loop would otherwise
11758 free the last state, and then use the top state (the one we just
11759 popped). This means that the initial elements will not be freed
11760 explicitly, as is the case in yacc.c; it is not a problem, as
11761 these elements have fake values.
11762
11763 2003-01-11 Paul Eggert <eggert@twinsun.com>
11764
11765 * NEWS: %expect-violations are now just warnings, reverting
11766 to Bison 1.30 and 1.75 behavior. This fixes the GCC 3.2
11767 bootstrapping problem reported by Matthias Klose; see
11768 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00053.html>.
11769 * src/conflicts.c (conflicts_print): Likewise.
11770 * tests/conflicts.at (%expect not enough, %expect too much,
11771 %expect with reduce conflicts): Likewise.
11772 * doc/bison.texinfo (Expect Decl): Document this. Also mention
11773 that the warning is enabled if the number of conflicts changes
11774 (not necessarily increases).
11775
11776 * src/getargs.c (version): Update copyright year.
11777
11778 2003-01-09 Akim Demaille <akim@epita.fr>
11779
11780 * src/Makefile.am, lib/Makefile.am: Use $(VAR) instead of @VAR@.
11781
11782 2003-01-08 Paul Eggert <eggert@twinsun.com>
11783
11784 * Makefile.maint (WGETFLAGS):
11785 New macro, containing "-C off" to disable proxy caches.
11786 All uses of $(WGET) changed to $(WGET) $(WGETFLAGS).
11787 (rel-check): Use $(WGET) instead of wget.
11788
11789 2003-01-06 Paul Eggert <eggert@twinsun.com>
11790
11791 * doc/bison.texinfo (Generalized LR Parsing): Add a reference to
11792 the GLR paper of Scott, Johnstone and Hussain.
11793
11794 2003-01-04 Paul Eggert <eggert@twinsun.com>
11795
11796 * configure.ac (AC_ARG_ENABLE): Add --disable-yacc.
11797 (YACC_SCRIPT, YACC_LIBRARY): New vars to AC_SUBST.
11798 * lib/Makefile.am (lib_LIBRARIES): liby.a -> @YACC_LIBRARY@.
11799 (EXTRA_LIBRARIES): New var, for liby.a.
11800 * src/Makefile.am (bin_SCRIPTS): yacc -> @YACC_SCRIPT@.
11801 (EXTRA_SCRIPTS): New var, for yacc.
11802
11803 * data/yacc.c (yyerrlab1): Omit attribute if __cplusplus is defined,
11804 since GNU C++ (as of 3.2.1) does not allow attributes on labels.
11805 Problem reported by Nelson H. F. Beebe.
11806
11807 2003-01-03 Paul Eggert <eggert@twinsun.com>
11808
11809 * lib/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
11810 (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
11811 when compiling Bison 1.875's `bitset bset = obstack_alloc
11812 (bobstack, bytes);'. Problem reported by Nelson H. F. Beebe.
11813
11814 * src/scan-skel.l (QPUTS): Omit redundant `;' from macro definition.
11815 ([^@\n]): Renamed from [^@\n]+ so that the token buffer does not
11816 grow to a huge size with typical invocation.
11817
11818 * lib/hash.c (_Bool, bool, false, true, __bool_true_false_are_defined):
11819 Use the pattern recommended by Autoconf 2.57, except also protect
11820 against double-definition.
11821 * src/system.h: Likewise.
11822 Portability issues reported by Nelson H. F. Beebe.
11823
11824 * data/glr.c (yybool): Renamed from bool, to avoid collisions in C.
11825 All uses changed. Provide a definition in both C and C++.
11826 (yytrue, yyfalse): Define even if defined (__cplusplus).
11827
11828 * lib/bitset_stats.c (bitset_stats_list): Remove unused var.
11829 Reported by Nelson H. F. Beebe.
11830
11831 * src/scan-skel.l ("@oline@"): Output lineno+1, not lineno.
11832
11833 2003-01-02 Paul Eggert <eggert@twinsun.com>
11834
11835 * data/yacc.c (yyerrlab1): Append `;' after attribute, to
11836 pacify the buggy "smart preprocessor" in MacOS 10.2.3.
11837 Bug reported by Nelson H. F. Beebe.
11838
11839 2003-01-01 Paul Eggert <eggert@twinsun.com>
11840
11841 * Version 1.875.
11842
11843 2002-12-30 Paul Eggert <eggert@twinsun.com>
11844
11845 * src/scan-gram.l (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","):
11846 Moved here from...
11847 (<INITIAL>","): Here. This causes stray "," to be treated
11848 more uniformly.
11849
11850 * src/scan-gram.l (<SC_BRACED_CODE>"}"): Output ";" before the
11851 last brace in braced code when not in Yacc mode, for compatibility
11852 with Bison 1.35. This resurrects the 2001-12-15 patch to
11853 src/reader.c.
11854
11855 * src/reader.h (YYDECL): Use YYSTYPE, not its deprecated alias
11856 yystype. This follows up the 2002-12-24 YYSTYPE bug fix.
11857
11858 2002-12-28 Paul Eggert <eggert@twinsun.com>
11859
11860 * src/symtab.c (symbol_make_alias): Set type of SYMVAL to be
11861 that of SYM's type. This fixes Debian bug 168069, reported by
11862 Thomas Olsson.
11863
11864 2002-12-28 Paul Eggert <eggert@twinsun.com>
11865
11866 Version 1.75f.
11867
11868 Switch back to the Yacc style of conflict reports, undoing some
11869 of the 2002-07-30 change.
11870 * doc/bison.texinfo (Understanding): Use Yacc style for
11871 conflict reports. Also, use new way of locating rules.
11872 * src/conflicts.c (conflict_report):
11873 Renamed from conflict_report_yacc, removing the old
11874 'conflict_report'. Translate the entire conflict report at once,
11875 so that we don't assume that "," has the same interpretation in
11876 all languages.
11877 (conflicts_output): Use Yacc-style conflict report for each state,
11878 instead of our more-complicated style.
11879 (conflicts_print): Use Yacc-style conflict report, except print
11880 the input file name when not emulating Yacc.
11881 * tests/conflicts.at (Unresolved SR Conflicts, Defaulted
11882 Conflicted Reduction, %expect not enough, %expect too much,
11883 %expect with reduce conflicts): Switch to Yacc-style conflict reports.
11884 * tests/existing.at (GNU Cim Grammar): Likewise.
11885 * tests/glr-regr1.at (Badly Collapsed GLR States): Likewise.
11886
11887 * src/complain.c (warn_at, warn, complain_at, complain, fatal_at,
11888 fatal): Don't invoke fflush; it's not needed and it might even be
11889 harmful for stdout, as stdout might not be open.
11890 * src/reduce.c (reduce_print): Likewise.
11891
11892 2002-12-27 Paul Eggert <eggert@twinsun.com>
11893
11894 Fix a bug where error locations were not being recorded correctly.
11895 This problem was originally reported by Paul Hilfinger in
11896 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00086.html>.
11897
11898 * data/yacc.c (yyparse): New local var yylerrsp, to record the
11899 top of the location stack's error locations.
11900 (yyerrlab): Set it. When discarding a token, push its location
11901 onto yylerrsp so that we don't lose track of the error's end.
11902 (yyerrlab1): Now is only the target of YYERROR, so that we can
11903 properly record the location of the action that failed. For GCC
11904 2.93 and later, insert an __attribute__ ((__unused__)) to avoid
11905 GCC warning about yyerrlab1 being unused if YYERROR is unused.
11906 (yyerrlab2): New label, which yyerrlab now falls through to.
11907 Compute the error's location by applying YYLLOC_DEFAULT to
11908 the locations of all the symbols that went into the error.
11909 * doc/bison.texinfo (Location Default Action): Mention that
11910 YYLLOC_DEFAULT is also invoked for syntax errors.
11911 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
11912 Error locations include the locations of all the tokens that were
11913 discarded, not just the last token.
11914
11915 2002-12-26 Paul Eggert <eggert@twinsun.com>
11916
11917 * src/files.c: Include quote.h.
11918 (compute_output_file_names): Warn if we detect conflicting
11919 outputs to the same file. This should catch the misunderstanding
11920 exemplified by Debian Bug 165349, reported by Bruce Stephens..
11921
11922 * src/conflicts.c (conflicts_print): If the user specifies
11923 "%expect N", report an error if there are any reduce/reduce
11924 conflicts. This is what the manual says should happen.
11925 This fixes Debian bug 130890, reported by Anthony DeRobertis.
11926 * tests/conflicts.at (%expect with reduce conflicts): New test.
11927
11928 Don't use m4_include on relative file names, as it doesn't work as
11929 desired if there happens to be a file with that name under ".".
11930
11931 * m4sugar/version.m4: Remove; it was included but it wasn't used.
11932 * data/Makefile.am (dist_m4sugar_DATA): Remove m4sugar/version.m4.
11933 * data/m4sugar/m4sugar.m4: Don't include m4sugar/version.m4.
11934 * data/glr.c, data/lalr1.cc, data/yacc.c: Don't include c.m4.
11935 * src/output.c (output_skeleton): Use full path names when
11936 specifying a file to include; don't rely on include path, as
11937 it's unreliable when the working file contains a file with
11938 that name.
11939
11940 2002-12-25 Paul Eggert <eggert@twinsun.com>
11941
11942 Remove obsolete references to bison.simple and bison.hairy.
11943 Problem mentioned by Aubin Mahe in
11944 <http://lists.gnu.org/archive/html/help-bison/2002-12/msg00010.html>.
11945 * data/glr.c: Comment fix.
11946 * doc/bison.1: Remove references. Also, mention "yacc".
11947
11948 * src/getargs.c (getargs) [MSDOS]: Don't assume optarg != NULL
11949 with -g option.
11950
11951 * src/parse-gram.y (declaration): Use enum "report_states" rather
11952 than its numeric value 1.
11953
11954 * src/scan-skel.l ("@output ".*\n): Close any old yyout before
11955 opening a new one. This fixes Debian bug 165349, reported by
11956 Bruce Stephens.
11957
11958 2002-12-24 Paul Eggert <eggert@twinsun.com>
11959
11960 Version 1.75e.
11961
11962 * Makefile.maint (cvs-update): Don't assume that the shell
11963 supports $(...), as Solaris sh doesn't.
11964
11965 * src/parse-gram.y (lloc_default): Remove test for empty
11966 nonterminals at the end, since it didn't change the result.
11967
11968 2002-12-24 Paul Eggert <eggert@twinsun.com>
11969
11970 If the user does not define YYSTYPE as a macro, Bison now declares it
11971 using typedef instead of defining it as a macro. POSIX requires this.
11972 For consistency, YYLTYPE is also declared instead of defined.
11973
11974 %union directives can now have a tag before the `{', e.g., the
11975 directive `%union foo {...}' now generates the C code
11976 `typedef union foo { ... } YYSTYPE;'; this is for Yacc compatibility.
11977 The default union tag is `YYSTYPE', for compatibility with Solaris 9
11978 Yacc. For consistency, YYLTYPE's struct tag is now `YYLTYPE'
11979 instead of `yyltype'.
11980
11981 `yystype' and `yyltype' are now obsolescent macros instead of being
11982 typedefs or tags; they are no longer documented and will be
11983 withdrawn in a future release.
11984
11985 * data/glr.c (b4_location_type): Remove.
11986 (YYSTYPE): Renamed from yystype.
11987 (YYSTYPE_IS_DECLARED): New macro, used to prevent double-typedef.
11988 (struct YYLTYPE): Renamed from struct yyltype.
11989 (YYLTYPE): Renamed from yyltype.
11990 (yyltype, yystype): New (and obsolescent) macros,
11991 for backward compatibility.
11992 * data/yacc.c: Likewise.
11993
11994 * data/yacc.c (YYSTYPE): Declare as union YYSTYPE if the user
11995 does not specify a union tag. This is for compatibility with
11996 Solaris 9 yacc.
11997
11998 * src/parse-gram.y (add_param): 2nd arg is now char * not char
11999 const *, since it is now modified by stripping surrounding { }.
12000 (current_braced_code): Remove.
12001 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_UNION,
12002 PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Change names to include
12003 trailing " {...}". Now of type <chars>.
12004 (grammar_declaration): Adjust to bundled tokens.
12005 (code_content): Remove; stripping is now done by add_param.
12006 (print_token_value): Print contents of bundled tokens.
12007 (token_name): New function.
12008
12009 * src/reader.h (braced_code, current_braced_code): Remove.
12010 (token_name): New decl.
12011
12012 * src/scan-gram.l (handle_dollar, handle_at): Now takes int
12013 token_type, not braced_code code_kind. All uses changed.
12014 (SC_PRE_CODE): New state, for scanning after a keyword that
12015 has (or usually has) an immediately-following braced code.
12016 (token_type): New local var, to keep track of which token type
12017 to return when scanning braced code.
12018 (<INITIAL>"%destructor", <INITIAL>"%lex-param",
12019 <INITIAL>"%parse-param", <INITIAL>"%printer",
12020 <INITIAL>"%union"): Set token type and BEGIN SC_PRE_CODE
12021 instead of returning a token type immediately.
12022 (<INITIAL>"{"): Set token type.
12023 (<SC_BRACED_CODE>"}"): Use it.
12024 (handle_action_dollar, handle_action_at): Now returns bool
12025 indicating success. Fail if ! current_rule; this prevents a core dump.
12026 (handle_symbol_code_dollar, handle_symbol_code_at):
12027 Remove; merge body into caller.
12028 (handle_dollar, handle_at): Complain in invalid contexts.
12029
12030 * NEWS, doc/bison.texinfo: Document the above.
12031 * NEWS: Fix years and program names in copyright notice.
12032
12033 2002-12-17 Paul Eggert <eggert@twinsun.com>
12034
12035 * NEWS, doc/bison.texinfo (Parser Function, Pure Calling, Error
12036 Reporting, Table of Symbols): Omit mentions of %lex-param and
12037 %parse-param from the documentation for now.
12038
12039 2002-12-15 Paul Eggert <eggert@twinsun.com>
12040
12041 Undo most of the 2002-11-12 yychar -> yytoken patch, as it broke
12042 GCC 3.2.1 (which depends on yychar == YYEMPTY when there is no
12043 lookahead symbol, and which sets yychar in parser actions) and it
12044 disagreed with the Bison documentation. Bug
12045 reported by Andrew Walrond.
12046
12047 * data/yacc.c (YYTRANSLATE): Don't check for negative argument,
12048 as the caller now does that.
12049 (yyclearin, YYBACKUP, yyparse): Use yychar, not yytoken.
12050 (YYEMPTY): Parenthesize right hand side, since others use it.
12051 (yyparse): Don't assume that our generated code is the only code
12052 that sets yychar.
12053
12054 2002-12-13 Paul Eggert <eggert@twinsun.com>
12055
12056 Version 1.75d.
12057
12058 POSIX requires a "yacc" command.
12059 * src/Makefile.am (bin_SCRIPTS): New macro, for yacc.
12060 (MOSTLYCLEANFILES): Add yacc.
12061 (yacc): New rule.
12062 * doc/bison.texinfo (Invocation, Bison Options): Mention yacc
12063 as an alias for bison y.
12064
12065 * po/LINGUAS: Add da.
12066
12067 * src/getargs.c (__GNU_LIBRARY__) [lint]: Define to work around
12068 problem with latest <getopt.h>.
12069 (HACK_FOR___GNU_LIBRARY___PROTOTYPE): New macro.
12070
12071 * doc/fdl.texi: Upgrade to 1.2.
12072 * lib/alloca.c, lib/error.c, lib/getopt.c, lib/getopt.h
12073 lib/getopt1.c, lib/gettext.h, lib/memrchr.c, lib/obstack.c,
12074 lib/obstack.h, lib/strnlen.c, lib/unlocked-io.h: Sync with
12075 gnulib.
12076 * config/install-sh: Sync with autotools.
12077
12078 Fix a bad interaction with flex 2.5.23 reported by Bruce Lilly in
12079 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
12080 * data/yacc.c (YYLTYPE, struct yyltype): Do not define unless
12081 locations are requested.
12082 (union yyalloc): Do not depend on YYLTYPE_IS_TRIVIAL unless
12083 locations are requested.
12084
12085 2002-12-12 Paul Eggert <eggert@twinsun.com>
12086
12087 Remove unportable casts and storage allocation tricks.
12088 While we're at it, remove almost all casts, since they
12089 usually aren't needed and are a sign of trouble.
12090
12091 * configure.ac (AC_CHECK_TYPES): Check for uintptr_t.
12092
12093 * src/derives.c (derives_compute): Do not subtract NTOKENS from
12094 the pointer DSET returned by malloc; this isn't portable.
12095 Instead, always use DSET[i - NTOKENS] rather than DSET[i].
12096 Similarly for DERIVES.
12097 * src/lalr.c (set_goto_map): Likewise, for GOTO_MAP and TEMP_MAP.
12098 * src/nullable.c (nullable_compute): Likewise, for RSETS and NULLABLE.
12099 * src/reduce.c (reduce_grammar_tables): Likewise, for nontermmap
12100
12101 * src/derives.c (derives_compute): Do not bother invoking
12102 int_of_rule_number, since rule numbers are integers.
12103
12104 * src/files.c (concat2, tr, compute_base_name): Use xmalloc (N)
12105 rather than XMALLOC (char, N).
12106
12107 * src/files.c (filename_split): Rewrite to avoid cast.
12108
12109 * src/gram.h (symbol_number_as_item_number,
12110 item_number_as_symbol_number, rule_number_as_item_number,
12111 item_number_as_rule_number):
12112 Now inline functions rather than macros, to avoid casts.
12113 * src/state.h (state_number_as_int): Likewise.
12114 * src/tables.c (state_number_to_vector_number,
12115 symbol_number_to_vector_number): Likewise.
12116
12117 * src/gram.h (int_of_rule_number): Remove; no longer used.
12118
12119 * src/lalr.c (add_lookback_edge): Use malloc rather than calloc,
12120 since the resulting storage is always stored into.
12121
12122 * src/main.c (alloca) [C_ALLOCA]: Add decl here, the only place
12123 where it's needed.
12124
12125 * src/muscle_tab.c (muscle_m4_output):
12126 Now inline. Return bool, not int.
12127 * src/state.c (state_compare): Likewise.
12128 * src/symtab.c (symbol_check_defined,
12129 symbol_check_alias_consistency, symbol_pack, symbol_translation,
12130 hash_compare_symbol, hash_symbol):
12131 Likewise.
12132 * src/uniqstr.c (uniqstr_print): Likewise.
12133 * src/muscle_tab.c (muscle_m4_output_processor):
12134 New function, to avoid casts.
12135 * src/state.c (state_comparator, stage_hasher): Likewise.
12136 * src/symtab.c (symbol_check_defined_processor,
12137 symbol_check_alias_consistency_processor, symbol_pack_processor,
12138 symbol_translation_processor, hash_symbol_comparator,
12139 hash_symbol_hasher): Likewise.
12140 * src/uniqstr.c (uniqstr_print_processor): Likewise.
12141 * src/muscle_tab.c (muscles_m4_output):
12142 Use new functions instead of casting old functions unportably.
12143 * src/state.c (state_hash_new): Likewise.
12144 * src/symtab.c (symbols_new, symbols_do, symbols_check_defined,
12145 symbols_token_translations_init):
12146 Likewise.
12147 * src/uniqstr.c (uniqstrs_new, hash_initialize, uniqstrs_do): Likewise.
12148
12149 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): Use long local
12150 var instead of casting to long, to avoid casts.
12151 (prepare_states): Use MALLOC rather than alloca, so that we don't
12152 have to worry about alloca.
12153 * src/state.c (state_hash_lookup): Likewise.
12154
12155 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>"'"): Use unsigned char
12156 local var instead of casting to unsigned char, to avoid casts.
12157
12158 * src/state.c (TRANSITIONS_ALLOC, ERRS_ALLOC, REDUCTIONS_ALLOC,
12159 STATE_ALLOC): Remove.
12160 (transitions_new, errs_new, reductions_new, state_new): Use malloc
12161 rather than calloc, and use offsetof to avoid allocating slightly
12162 too much storage.
12163 (state_new): Initialize all members.
12164
12165 * src/state.c (state_hash): Use unsigned accumulator, not signed.
12166
12167 * src/symtab.c (symbol_free): Remove; unused.
12168 (symbol_get): Remove cast in lhs of assignment.
12169 (symbols_do): Now static. Accept generic arguments, not
12170 hashing-related ones.
12171
12172 * src/symtab.h: (NUMBER_UNDEFINED): Remove unnecessary cast.
12173 (symbol_processor): Remove.
12174 (symbols_do): Remove decl; now static.
12175
12176 * src/system.h (alloca): Remove; decl no longer needed.
12177 (<stddef.h>): Include, for offsetof.
12178 (<inttypes.>, <stdint.h>): Include if available.
12179 (uintptr_t): New type, if system lacks it.
12180 (CALLOC, MALLOC, REALLOC): New macros.
12181 All uses of XCALLOC, XMALLOC, and XREALLOC changed to use these
12182 new macros.
12183
12184 * src/tables.c (table_size): Now int, to pacify GCC.
12185 (table_grow, table_ninf_remap): Use signed table size.
12186 (save_row): Don't bother initializing locals when not needed.
12187 (default_goto, goto_actions, pack_vector): Remove unnecessary casts.
12188 * src/uniqstr.c (hash_compare_uniqstr): Likewise.
12189
12190 * src/vcg.h: Correct misspellings.
12191
12192 * src/vcg_defaults.h (G_CMAX): Now INT_MAX.
12193
12194
12195 * src/getargs.c (getargs): Don't assume EOF == -1.
12196
12197 2002-12-09 Paul Eggert <eggert@twinsun.com>
12198
12199 Change identifier spellings to avoid collisions with names
12200 that are reserved by POSIX.
12201
12202 Don't use names ending in _t, since POSIX reserves them.
12203 For consistency, remove _e and _s endings -- they're weren't
12204 needed to remove ambiguity. All uses changed.
12205 * src/uniqstr.h (uniqstr): Renamed from uniqstr_t, which in
12206 turn was just renamed from struniq_t.
12207 * src/uniqstr.c (uniqstr_processor): Renamed from struniq_processor,
12208 which in turn was just renamed from struniq_processor_t.
12209 (hash_compare_uniqstr): Renamed from hash_compare_struniq, which
12210 in turn was renamed from hash_compare_struniq_t.
12211 * src/LR0.c (struct state_list): Renamed from struct state_list_s.
12212 (state_list): Renamed from state_list_t.
12213 * src/assoc.h (assoc): Renamed from assoc_t.
12214 * src/conflicts.c (enum conflict_resolution): Renamed from
12215 enum conflict_resolution_e.
12216 * src/derives.c (struct rule_list): Renamed from struct rule_list_s.
12217 (rule_list): Renamed from rule_list_t.
12218 * src/getargs.h (enum trace): Renamed from enum trace_e.
12219 (enum report): Renamed from enum report_e.
12220 * src/gram.h (item_number): Renamed from item_number_t.
12221 (rule_number): Renamed from rule_number_t.
12222 (struct rule_s): Remove the "rule_s" part; not used.
12223 (rule): Renamed from rule_t.
12224 (rule_filter): Renamed from rule_filter_t.
12225 * src/lalr.c (struct goto_list): Renamed from struct goto_list_s.
12226 (goto_list): Renamed from goto_list_t.
12227 * src/lalr.h (goto_number): Renamed from goto_number_t.
12228 * src/location.h (location): Renamed from location_t.
12229 * src/muscle_tab.c (muscle_entry): Renamed from muscle_entry_t,
12230 and moved here from:
12231 * src/muscle_tab.h (muscle_entry_t): here.
12232 * src/nullable.c (struct rule_list): Renamed from struct rule_list_s.
12233 (rule_list): Renamed from rule_list_t.
12234 * src/print_graph.c (static_graph): Renamed from graph.
12235 * src/reader.h (braced_code): Renamed from braced_code_t.
12236 Remove brace_code_e tag.
12237 * src/relation.h (relation_node): Renamed from relation_node_t.
12238 (relation_nodes): Renamed from relation_nodes_t.
12239 (relation): Renamed from relation_t.
12240 * src/state.h (state_number): Renamed from state_number_t.
12241 (struct state): Renamed from struct state_s.
12242 (state): Renamed from state_t.
12243 (transitions): Renamed from transitions_t. Unused (and
12244 misspelled) transtion_s tag removed.
12245 (errs): Renamed from errs_t. Unused errs_s tag removed.
12246 (reductions): Renamed from reductions_t. Unused tag
12247 reductions_s removed.
12248 * src/symlist.h (symbol_list): Renamed from symbol_list_t.
12249 (struct symbol_list): Renamed from struct symbol_list_s.
12250 * src/symtab.h (symbol_number): Renamed from symbol_number_t.
12251 (struct symbol): Renamed from struct symbol_s.
12252 (symbol): Renamed from symbol_t.
12253 * src/tables.c (vector_number): Renamed from vector_number_t.
12254 (action_number): Renamed from action_t.
12255 * src/tables.h (base_number): Renamed from base_t.
12256 * src/vcg.h (enum color): Renamed from enum color_e.
12257 (enum textmode): Renamed from enum textmode_e.
12258 (enum shape): Renamed from enum shape_e.
12259 (struct colorentry): Renamed from struct colorentry_s.
12260 (struct classname): Renamed from struct classname_s.
12261 (struct infoname): Renamed from struct infoname_s.
12262 (enum layoutalgorithm): Renamed from enum layoutalgorithm_e.
12263 (enum decision): Renamed from enum decision_e.
12264 (enum orientation): Renamed from enum orientation_e.
12265 (enum alignment): Renamed from enum alignment_e.
12266 (enum arrow_mode): Renamed from enum arrow_mode_e.
12267 (enum crossing_type): Renamed from enum crossing_type_e.
12268 (enum view): Renamed from enum view_e.
12269 (struct node): Renamed from struct node_s.
12270 (node): Renamed from node_t.
12271 (enum linestyle): Renamed from enum linestyle_e.
12272 (enum arrowstyle): Renamed from enum arrowstyle_e.
12273 (struct edge): Renamed from struct edge.
12274 (edge): Renamed from edge_t.
12275 (struct graph): Renamed from struct graph_s.
12276 (graph): Renamed from graph_t.
12277 * tests/calc.at (_AT_DATA_CALC_Y, Simple LALR Calculator):
12278 Rename value_t -> value.
12279 * tests/input.at (Torturing the Scanner): Rename value_t -> value,
12280 value_t_as_yystype -> value_as_yystype.
12281
12282 Don't include <errno.h> in the mainstream code, since it
12283 reserves E[A-Z0-9]* and we want to use symbols like 'EQUALS'.
12284 * lib/get-errno.c, lib/get-errno.h: New files.
12285 * lib/Makefile.am (libbison_a_SOURCES): Add get-errno.h,
12286 get-errno.c.
12287 * src/files.c (xfopen, xfclose): Use get_errno instead of errno.
12288 * src/output.c (output_skeleton): Likewise.
12289 * src/scan-gram.l (<INITIAL>{int}): Use set_errno and get_errno
12290 instead of errno.
12291 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>\\x[0-9abcdefABCDEF]+):
12292 Likewise.
12293 (handle_action_dollar, handle_action_at): Likewise.
12294 * src/system.h: Do not include <errno.h>.
12295 (TAB_EXT): Renamed from EXT_TAB.
12296 (OUTPUT_EXT): Renamed from EXT_OUTPUT.
12297
12298 Avoid str[a-z]*, since <string.h> reserves that name space.
12299 Change all instances of "struniq" in names to "uniqstr", and
12300 likewise for "STRUNIQ" and "UNIQSTR".
12301 * src/uniqstr.c: Renamed from src/struniq.c.
12302 * src/uniqstr.h: Renamed from src/struniq.h.
12303 * src/Makefile.am (bison_SOURCES): Adjust to these renamings.
12304 * src/files.c (strsuffix): Remove; unused.
12305 (concat2): Renamed from stringappend. Now static.
12306 * src/files.h (strsuffix, stringappend): Remove; unused.
12307 * src/parse-gram.y (<chars>): Renamed from <string>.
12308 (<uniqstr>): Renamed from <struniq>.
12309 * src/scan-gram.l (obstack_for_string): Renamed from string_obstack.
12310 * src/vcg.h (struct node_s.expand): Renamed from struct node_s.stretch.
12311 (struct graph_s.expand): Renamed from struct graph_s.stretch.
12312 * src/vcg_defaults.h (G_EXPAND): Renamed from G_STRETCH.
12313 (G_LONG_STRAIGHT_PHASE): Renamed from G_STRAIGHT_PHASE.
12314 (N_EXPAND): Renamed from N_STRETCH.
12315
12316 Avoid *_MAX and *_MIN, since <limits.h> reserves that name space.
12317 * data/yacc.c (YYSTACK_GAP_MAXIMUM): Renamed from YYSTACK_GAP_MAX.
12318 * src/gram.h (ITEM_NUMBER_MAX, ITEM_NUMBER_MIN, RULE_NUMBER_MAX):
12319 Remove; unused.
12320 * src/lalr.h (GOTO_NUMBER_MAXIMUM): Renamed from GOTO_NUMBER_MAX.
12321 * src/state.h (STATE_NUMBER_MAXIMUM): Renamed from STATE_NUMBER_MAX.
12322 * src/symtab.h (SYMBOL_NUMBER_MAXIMUM): Renamed from SYMBOL_NUMBER_MAX.
12323 * src/tables.c (VECTOR_NUMBER_MAX, VECTOR_NUMBER_MIN): Remove; unused.
12324 (BASE_MAXIMUM): Renamed from BASE_MAX.
12325 (BASE_MINIMUM): Renamed from BASE_MIN.
12326 (ACTION_MAX): Remove; unused.
12327 (ACTION_NUMBER_MINIMUM): Renamed from ACTION_MIN.
12328 Unnecessary casts removed from above defines.
12329
12330
12331 Fix misspelling in names.
12332 * src/vcg.h (enum_alignment_e): Renamed from enum_alignement_e.
12333 * src/vcg_defaults.h (G_NODE_ALIGNMENT): Renamed from
12334 G_NODE_ALIGNEMENT.
12335
12336
12337 * lib/timevar.c (timevar_report): Renamed from time_report,
12338 for consistency with other names.
12339 * lib/timevar.h (timevar_report): New decl.
12340 * src/system.h (time_report): Remove; decl is now in lib/timevar.h.
12341
12342
12343 Sort include-file uses.
12344
12345 Reorder all include files under src to be in the order "system.h".
12346 then the ../lib include files in angle brackets (alphabetized),
12347 then the . include files in double-quotes (alphabetized). Fix
12348 dependency breakages encountered in this process, as follows:
12349 * src/closure.h, src/derives.h, src/state.h: Include "gram.h".
12350 * src/complain.c: Don't include stdlib.h, string.h _LIBC stuff.
12351 * src/state.h: Include "symtab.h".
12352
12353 2002-12-08 Paul Eggert <eggert@twinsun.com>
12354
12355 * data/glr.c, data/lalr1.cc, data/yacc.c: Do not use __file__,
12356 since this causes problems when __file__ contains character
12357 sequences like "@" that are treated specially by src/scan-skel.l.
12358 Instead, just use the file's basename. This fixes the bug
12359 reported by Martin Mokrejs in
12360 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00007.html>.
12361
12362 2002-12-06 Paul Eggert <eggert@twinsun.com>
12363
12364 Add support for rules that do not have trailing semicolons, as
12365 POSIX requires. Improve the quality of locations in Bison
12366 diagnostics.
12367
12368 * src/location.c: Include <quotearg.h>.
12369 (empty_location): Now const.
12370 (location_print): New function. Follow the recommendation of the
12371 GNU Coding Standards for locations that span file boundaries.
12372 * src/location.h: Do not include <quotearg.h>; no longer needed.
12373 (boundary): New type.
12374 (location_t): Use it. This allows locations to span file boundaries.
12375 All member uses changed: file -> start.file or end.file (as needed),
12376 first_line -> start.line, first_column -> start.column,
12377 last_line -> end.line, last_column -> end.column.
12378 (equal_boundaries): New function.
12379 (LOCATION_RESET, LOCATION_STEP): Remove.
12380 (LOCATION_PRINT): Remove. All callers changed to use location_print.
12381 (empty_location): Now const.
12382 (location_print): New decl.
12383 * src/parse-gram.y (lloc_default): New function, which handles
12384 empty locations more accurately.
12385 (YYLLOC_DEFAULT): Use it.
12386 (%token COLON): Remove.
12387 (%token ID_COLON): New token.
12388 (rules): Use it.
12389 (declarations, rules): Remove trailing semicolon.
12390 (declaration, rules_or_grammar_declaration):
12391 Allow empty (";") declaration.
12392 (symbol_def): Remove empty actions; no longer needed.
12393 (rules_or_grammar_declaration): Remove trailing semicolon.
12394 (semi_colon.opt): Remove.
12395 * src/reader.h: Include location.h.
12396 (scanner_cursor): New decl.
12397 * src/reduce.c (nonterminals_reduce): Use warn_at rather than
12398 rolling our own.
12399 * src/scan-gram.l (YY_USER_INIT): Initialize scanner_cursor instead
12400 of *loc.
12401 (STEP): Remove. No longer needed, now that adjust_location does
12402 the work. All uses removed.
12403 (scanner_cursor): New var.
12404 (adjust_location): Renamed from extend_location. It now sets
12405 *loc and adjusts the scanner cursor. All uses changed.
12406 Don't bother testing for CR.
12407 (handle_syncline): Remove location arg; now updates scanner cursor.
12408 All callers changed.
12409 (unexpected_end_of_file): Now accepts start boundary of token or
12410 comment, not location. All callers changed. Update scanner cursor,
12411 not the location.
12412 (SC_AFTER_IDENTIFIER): New state.
12413 (context_state): Renamed from c_context. All uses changed.
12414 (id_loc, code_start, token_start): New local vars.
12415 (<INITIAL,SC_AFTER_IDENTIFIER>): New initial context. Move all
12416 processing of Yacc white space and equivalents here.
12417 (<INITIAL>{id}): Save id_loc. Begin state SC_AFTER_IDENTIFIER
12418 instead of returning ID immediately, since we need to search for
12419 a subsequent colon.
12420 (<INITIAL>"'", "\""): Save token_start.
12421 (<INITIAL>"%{", "{", "%%"): Save code_start.
12422 (<SC_AFTER_IDENTIFIER>): New state, looking for a colon.
12423 (<SC_YACC_COMMENT>, <SC_COMMENT>, <SC_LINE_COMMENT>):
12424 BEGIN context_state at end, not INITIAL.
12425 (<SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'",
12426 <SC_BRACED_CODE>"}", <SC_PROLOGUE>"%}", <SC_EPILOGUE><<EOF>>):
12427 Return correct token start.
12428 (<SC_BRACED_CODE,SC_PROLOGUE,SC_EPILOGUE>): Save start boundary when
12429 the start of a character, string or multiline comment is found.
12430 * tests/conflicts.at (S/R in initial, Defaulted Conflicted
12431 Reduction): Adjust reported locations to match the more-precise
12432 results now expected.
12433 * tests/input.at (Invalid $n, Invalid @n, Type Clashes): Likewise.
12434 * tests/reduce.at (Useless Rules, Reduced Automaton,
12435 Underivable Rules): Likewise.
12436 * tests/regression.at (Invalid inputs): No longer `expecting ";"
12437 or "|"' now that so many other tokens are allowed by the new grammar.
12438
12439 * src/complain.h (current_file): Remove duplicate decl;
12440 current_file is now owned by files.h.
12441 * src/complain.c, src/scan-gram.l: Include files.h.
12442
12443 2002-12-06 Paul Eggert <eggert@twinsun.com>
12444
12445 * data/glr.c (yy_reduce_print): Don't assume that yyrline[yyrule]
12446 promotes to int; it might be unsigned int.
12447 * data/yacc.c (yy_reduce_print): Likewise.
12448
12449 * doc/bison.texinfo (Table of Symbols): YYERROR_VERBOSE should
12450 be #defined in the prologue, not in the Bison declarations.
12451 This fixes Debian Bug 102878, reported by Shaul Karl.
12452
12453 2002-12-02 Paul Eggert <eggert@twinsun.com>
12454
12455 * configure.ac (AC_REPLACE_FUNCS): Add strtoul.
12456 * lib/strtoul.c: New file, from gnulib.
12457 This fixes a porting bug reported by Peter Klein in
12458 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00000.html>.
12459
12460 2002-11-30 Paul Eggert <eggert@twinsun.com>
12461
12462 * src/scan-gram.l (no_cr_read, extend_location): Move to epilogue,
12463 and put only a forward declaration in the prologue. This is for
12464 consistency with the other scanner helper functions.
12465
12466 Type clashes now generate warnings, not errors, since it
12467 appears that POSIX may allow some grammars with type clashes.
12468 * src/reader.c (grammar_current_rule_check): Warn about
12469 type clashes instead of complaining.
12470 * tests/input.at (Type Clashes): Expect warnings, not complaints.
12471
12472 Add Yacc library, since POSIX requires it.
12473 * doc/bison.texinfo (Yacc Library): New node. Regenerate top menu.
12474 * lib/Makefile.am (lib_LIBRARIES, liby_a_SOURCES): New macros.
12475 * lib/main.c, lib/yyerror.c: New files.
12476
12477 gram_error can be static; it need not be extern.
12478 * src/reader.h (gram_error): Remove decl.
12479 * src/parse-gram.y (gram_error): Now static. Add static decl.
12480 (print_token_value): Omit parameter names from forward decl,
12481 for consistency.
12482
12483 2002-11-29 Paul Eggert <eggert@twinsun.com>
12484
12485 * doc/bison.texinfo: Emphasize that yylex and yyerror must
12486 be declared before being used. E.g., one should typically
12487 declare them in the prologue. Use GNU coding style in examples.
12488 Put "const" consistently after the type it modifies. Mention
12489 that C99 supports "inline". Mention that yyerror traditionally
12490 returns "int".
12491
12492 %parse-param and %lex-param now take just one argument, the
12493 declaration; the argument name is deduced from the declaration.
12494
12495 * doc/bison.texinfo (Parser Function, Pure Calling, Error
12496 Reporting, Table of Symbols): Document this.
12497 * src/parse-gram.y (add_param): New function.
12498 (COMMA): Remove.
12499 (declaration): Implement new rule for %parse-param and %lex-param.
12500 * src/scan-gram.l: "," now elicits a warning, rather than being
12501 a token; this is more compatible with byacc.
12502 * tests/calc.at (Simple LALR Calculator): Adopt new convention.
12503
12504 2002-11-27 Paul Eggert <eggert@twinsun.com>
12505
12506 Rename identifiers to avoid real and potential collisions.
12507
12508 * data/c.m4 (b4_yysymprint_generate): yyout -> yyoutput,
12509 to avoid collision with lex macro described by Bruce Lilly in
12510 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
12511 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
12512 * doc/bison.texinfo (Prologue, Tracing): yyprint -> print_token_value.
12513 * src/parse-gram.y (print_token_value): Renamed from yyprint.
12514 All uses changed.
12515 (YYPARSE_PARAM, YYLEX_PARAM, yycontrol): Remove. All uses changed.
12516 The name "yycontrol" violates the name space rules, and this stuff
12517 wasn't being used anyway.
12518 (input): Remove action; this stuff wasn't being used.
12519 (gram_error): Rename local variable yylloc -> loc.
12520 * src/reader.h (struct gram_control_s, gram_control_t): Remove.
12521 (YY_DECL): Don't use "yy" at start of local variables.
12522 All uses changed, e.g., yylloc -> loc.
12523 * src/scan-gram.l (STEP): Renamed from YY_STEP. All uses changed.
12524 (STRING_GROW): Renamed from YY_OBS_GROW. All uses changed.
12525 (STRING_FINISH): Renamed from YY_OBS_FINISH. All uses changed.
12526 (STRING_FREE): Renamed from YY_OBS_FREE. All uses changed.
12527
12528 * src/parse-gram.y (gram_error): loc is now const *.
12529 * src/reader.h (gram_error): Likewise.
12530
12531 2002-11-24 Paul Eggert <eggert@twinsun.com>
12532
12533 Version 1.75c.
12534
12535 * tests/actions.at (Actions after errors): Use an output format
12536 more similar to that of the Printers and Destructors test.
12537 Test the position of the ';' token too.
12538 (Printers and Destructors): Likewise.
12539 (Printers and Destructors: %glr-parser): Remove for now, to avoid
12540 unnecessarily alarming people when the test fails.
12541
12542 * data/yacc.c (yyerrlab1): Move this label down, so that the
12543 parser does not discard the lookahead token if the user code
12544 invokes YYERROR. This change is required for POSIX conformance.
12545
12546 * lib/error.c: Sync with gnulib.
12547
12548 2002-11-22 Paul Eggert <eggert@twinsun.com>
12549
12550 * lib/quotearg.c, lib/quotearg.h: Sync with gnulib.
12551 * lib/mbswidth.c, lib/mbswidth.h: Likewise.
12552 * lib/xmalloc.c: Likewise.
12553
12554 2002-11-20 Paul Eggert <eggert@twinsun.com>
12555
12556 * lib/argmatch.c, lib/argmatch.h: Sync with gnulib.
12557
12558 2002-11-20 Paul Eggert <eggert@twinsun.com>
12559
12560 Avoid use of <assert.h>, as the GNU Coding Standards hint that one
12561 should use `if (! x) abort ();' rather than `assert (x);', and
12562 anyway it's one less thing to worry about configuring.
12563
12564 * data/glr.c, lib/hash.c, src/system.h: Do not include <assert.h>.
12565 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise,
12566 and replace all instances of assert with abort.
12567 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
12568 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Likewise.
12569
12570 * data/glr.c (yydoAction, yyglrReduce, yysplitStack, yyresolveStates,
12571 yyresolveAction, yyprocessOneStack): Use abort rather than assert.
12572 * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
12573 hash_find_entry, hash_rehash, hash_insert): Likewise.
12574 * src/conflicts.c (resolve_sr_conflict): Likewise.
12575 * src/lalr.c (set_goto_map, map_goto): Likewise.
12576 * src/nullable.c (nullable_compute): Likewise.
12577 * src/output.c (prepare_rules, token_definitions_output): Likewise.
12578 * src/reader.c (packgram, reader): Likewise.
12579 * src/state.c (state_new, state_free, state_transitions_set,
12580 state_reduction_find): Likewise.
12581 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias,
12582 symbol_pack): Likewise.
12583 * src/tables.c (conflict_row, pack_vector): Likewise.
12584 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
12585 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
12586 get_node_alignement_str, get_arrow_mode_str, get_crossing_type_str,
12587 get_view_str, get_linestyle_str, get_arrowstyle_str): Likewise.
12588
12589 * lib/argmatch.h (ARRAY_CARDINALITY): Do not bother to #undef.
12590 (ARGMATCH_CONSTRAINT): New macro.
12591 (ARGMATCH_ASSERT): Use it.
12592
12593 * src/system.h (verify): New macro.
12594 * src/getargs.c (trace_argmatch, report_argmatch): Use verify
12595 rather than assert.
12596 * src/tables.c (tables_generate): Likewise.
12597
12598 * src/struniq.c (struniq_assert): Now returns void, and aborts
12599 if the assertion is false.
12600 (struniq_assert_p): Remove.
12601 * src/struniq.h: Likewise.
12602
12603 2002-11-18 Paul Eggert <eggert@twinsun.com>
12604
12605 * data/glr.c (yygetLRActions): Replace `yyindex' with
12606 `yytable[yyindex]' to fix typo introduced in my 2002-11-09 patch.
12607 This fixes the regression with Sun ONE Studio 7 cc that I reported in
12608 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00077.html>.
12609
12610 2002-11-18 Akim Demaille <akim@epita.fr>
12611
12612 * doc/bison.texinfo (Tracing): `yyprint' shouldn't prepend a
12613 space.
12614 From Tim Van Holder.
12615
12616 2002-11-17 Paul Eggert <eggert@twinsun.com>
12617
12618 Pacify Sun ONE Studio 7 lint. Also, rename "ParseError"
12619 to "SyntaxError" for consistency with my 2002-11-15 change.
12620
12621 * data/glr.c (YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]: Do
12622 not define to {}, since this breaks the common use of `YYDPRINTF
12623 ((...));' if a single statement is desired (e.g. before `else').
12624 Work around GCC warnings by surrounding corresponding calls with
12625 {} if needed.
12626 (yyhasResolvedValue): Remove unused function.
12627 (yymergeOptionSets, yyresolvStack): Use `continue;' for empty
12628 loop body.
12629 (yyreportSyntaxError): Renamed from yyreportParseError.
12630 (yyrecoverSyntaxError): Renamed from yyrecoverParseError.
12631 All uses changed.
12632 * tests/calc.at (_AT_DATA_CALC_Y): Make vars static instead of
12633 extern when possible. Remove unused initializations.
12634
12635 2002-11-16 Akim Demaille <akim@epita.fr>
12636
12637 Augment the similarity between GLR and LALR traces.
12638
12639 * data/yacc.c (yy_stack_print, YY_STACK_PRINT, yy_reduce_print)
12640 (YY_REDUCE_PRINT): New.
12641 (yyparse): Use them.
12642 * data/glr.c (yy_reduce_print): Use YYFPRINTF, no need for
12643 YYDPRINT here.
12644 (yyglrReduce, yyrecoverParseError, yyparse): Don't report the
12645 state reached after the reduction/recovery, since...
12646 (yyparse, yyprocessOneStack): Report the state we are entering in.
12647
12648 2002-11-16 Akim Demaille <akim@epita.fr>
12649
12650 * src/getargs.h, src/getargs.c (trace_e, trace_args, trace_types):
12651 Add support for --trace=skeleton.
12652 * src/scan-skel.l: %option debug.
12653 Scan strings of non-@ or \n instead of character by character.
12654 (scan_skel): Handle trace_skeleton.
12655 (QPUTS): New.
12656 (@output_parser_name@, @output_header_name@): ``Restore'' their
12657 support (used to be M4 macros).
12658 * data/yacc.c: Quote larger chunks, a la glr.c.
12659 * data/lalr1.cc: Likewise.
12660 The header guards are no longer available, so use some other
12661 string than `YYLSP_NEEDED'.
12662
12663 2002-11-16 Akim Demaille <akim@epita.fr>
12664
12665 Make the ``Printers and Destructors'' test more verbose, taking
12666 `yacc.c''s behavior as (possibly wrong) reference.
12667
12668 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use printf
12669 instead of fprint on stdout.
12670 Set and report the last_line of the symbols.
12671 Consistently display values and locations.
12672
12673 2002-11-16 Paul Eggert <eggert@twinsun.com>
12674
12675 * data/yacc.c: Avoid over-quoting of __line__ and __file__.
12676
12677 2002-11-15 Paul Eggert <eggert@twinsun.com>
12678
12679 * tests/actions.at (Actions after errors): New test case.
12680
12681 * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison.texinfo,
12682 src/conflicts.c, src/parse-gram.y, src/tables.c, src/tables.h,
12683 tests/action.at, tests/calc.at, tests/conflicts.at,
12684 tests/cxx-type.at, tests/regression.at:
12685 "parse error" -> "syntax error" for POSIX compatibility.
12686 "parsing stack overflow..." -> "parser stack overflow" so
12687 that code matches Bison documentation.
12688
12689 2002-11-15 Akim Demaille <akim@epita.fr>
12690
12691 * src/parse-gram.y (declaration): Have %parse-param and %lex-param
12692 take two BRACED_CODE, not two string_content.
12693 Free the scanner's obstack when we are done.
12694 (code_content): New.
12695 * tests/calc.at: Adjust.
12696 * doc/bison.texinfo: Adjust.
12697 Also, make sure to include the `,' for these declarations.
12698
12699 2002-11-15 Tim Van Holder <tim.van.holder@pandora.be>
12700
12701 * m4/prereq.m4: Removed the commented jm_PREREQ_HASH
12702 definition; avoids potential autoreconf problems.
12703
12704 2002-11-15 Akim Demaille <akim@epita.fr>
12705
12706 Always check the value returned by yyparse.
12707
12708 * tests/calc.at (_AT_DATA_CALC_Y): Have `main' exit with the value
12709 returned by yyparse.
12710 (_AT_CHECK_CALC_ERROR): Take the expected exit value as argument.
12711 Adjust calls.
12712 * tests/glr-regr1.at (glr-regr1.y): Have `main' exit with the value
12713 returned by yyparse.
12714
12715 2002-11-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
12716
12717 * data/glr.c (yyFail): Always set yyerrflag. Corrects regression
12718 on input.at test.
12719
12720 2002-11-14 Paul Eggert <eggert@twinsun.com>
12721
12722 * src/output.c (output_skeleton): Call xfopen instead of
12723 duplicating xfopen's body.
12724
12725 Fix bugs reported by Nelson H. F. Beebe in
12726 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00078.html>.
12727
12728 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that
12729 "$CC -E foo.h" is allowed, as this doesn't work with the Portland
12730 Group compiler. Instead, use "$CC -E bar.c". Include the .h
12731 file twice in the grammar, as an extra check.
12732
12733 * tests/input.at (Torturing the Scanner): Surround the
12734 backslash-newline tests with "#if 0", to make it less likely that
12735 we'll run into compiler bugs. Bring back solitary \ inside
12736 comment, but add a closing comment to work around HP C bug. Don't
12737 test backslash-newline in C character constant.
12738
12739 2002-11-14 Akim Demaille <akim@epita.fr>
12740
12741 * tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore the exit
12742 status of the compiler.
12743 Calling `exit 1' is no longer needed.
12744 Reported by Nelson H. F. Beebe.
12745
12746 2002-11-14 Akim Demaille <akim@epita.fr>
12747
12748 * tests/atlocal.in (CPPFLAGS): We have config.h.
12749 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR):
12750 New.
12751 * tests/actions.at, tests/calc.at, tests/conflicts.at,
12752 * tests/cxx-type.at, tests/glr-regr1.at, tests/headers.at,
12753 * tests/regression.at, tests/torture.at: Use them for all the
12754 grammars that are to be compiled.
12755 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Rename as...
12756 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): this.
12757 * doc/bison.texinfo (GLR Parsers): Document `inline'.
12758
12759 2002-11-14 Akim Demaille <akim@epita.fr>
12760
12761 * doc/bison.texinfo: Various formatting changes (alignments in
12762 samples, additional @group/@end group, GCS in samples.
12763 Use @deffn instead of simple @table to define the directives,
12764 macros, variables etc.
12765
12766 2002-11-13 Paul Eggert <eggert@twinsun.com>
12767
12768 Fix some bugs reported by Albert Chin-A-Young in
12769 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00066.html>.
12770
12771 * tests/input.at (Torturing the Scanner): Don't invoke "cc a.c b.c
12772 -o c"; the HP C compiler chatters during compilation.
12773 Instead, invoke "cc -c a.c -o a.o; cc -c b.c -o b.o; cc a.o b.o -o c".
12774 * tests/headers.at (export YYLTYPE): Likewise.
12775
12776 * tests/input.at (Torturing the Scanner): Remove lines containing
12777 solitary backslashes, as they tickle a bug in the HP C compiler.
12778
12779 * tests/glr-regr1.at (Badly Collapsed GLR States): Avoid //
12780 comments, since they're not portable. Use GNU coding style.
12781
12782 2002-11-13 Akim Demaille <akim@epita.fr>
12783
12784 * data/yacc.c: Leave bigger chunks of quoted text.
12785 (YYDSYMPRINTF): New.
12786 Use it to report symbol activities.
12787 * data/glr.c (YYDSYMPRINTF): New.
12788 Use it.
12789
12790 2002-11-12 Paul Eggert <eggert@twinsun.com>
12791
12792 Version 1.75b.
12793
12794 * data/glr.c (yydoAction): Return YYRESULTTAG, not int.
12795 (yyglrReduce): Return yyok, not 0.
12796 This should avoid the enumerated-type warnings reported
12797 by Nelson H. F. Beebe in
12798 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00057.html>.
12799
12800 * lib/bbitset.h (BITSET_INLINE): Remove.
12801 * lib/bitset.h [! BITSET_INLINE]: Remove.
12802 (bitset_set, bitset_reset, bitset_test): Rename local vars
12803 to avoid shadowing warnings by GCC.
12804
12805 * data/glr.c (inline): Remove #define. It's the user's
12806 responsibility to #define it away, just like 'const'.
12807 This fixes one of the bugs reported by Nelson H. F. Beebe in
12808 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00058.html>.
12809
12810 * Makefile.maint (po-check): Scan .l and .y files instead of the
12811 .c and the .h files that they generate. This fixes the bug
12812 reported by Tim Van Holder in:
12813 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00062.html>
12814 Look for N_ as well as for _. Try to avoid matching #define for
12815 N_ and _.
12816 * po/POTFILES.in: Remove src/parse-gram.c, src/scan-gram.c,
12817 src/system.h. Add src/parse-gram.y, src/scan-gram.l.
12818 * src/scan-gram.l: Revamp regular expressions so that " and '
12819 do not confuse xgettext.
12820
12821 * src/struniq.h (struniq_new): Do not declare the return type
12822 to be 'const'; this violates the C standard.
12823 * src/struniq.c (struniq_new): Likewise.
12824
12825 2002-11-12 Albert Chin-A-Young <china@thewrittenword.com>
12826
12827 * src/Makefile.am (LDADD): Link $(LIBINTL) last to avoid the
12828 duplicate definition of optind on Tru64 UNIX 4.0D with the Compaq
12829 linker.
12830
12831 2002-11-12 Akim Demaille <akim@epita.fr>
12832
12833 * Makefile.maint: Sync with Autoconf:
12834 (local_updates): New.
12835
12836 2002-11-12 Akim Demaille <akim@epita.fr>
12837
12838 * po/POTFILES.in (src/lalr.c, src/state.c): Remove
12839
12840 2002-11-12 Akim Demaille <akim@epita.fr>
12841
12842 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Display the
12843 locations.
12844
12845 2002-11-12 Akim Demaille <akim@epita.fr>
12846
12847 * data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep to YYPRINT,
12848 not yyvalue.
12849
12850 2002-11-12 Akim Demaille <akim@epita.fr>
12851
12852 * tests/actions.at (AT_CHECK_PRINTER_AND_DESTRUCTOR): New.
12853 Use it to test the GLR parser.
12854
12855 2002-11-12 Akim Demaille <akim@epita.fr>
12856
12857 * tests/regression.at (input.y): s/YYEOF/MYEOF/, as the skeleton
12858 defines it.
12859 * data/glr.c (yystos): New.
12860 (b4_yysymprint_generate, b4_yydestruct_generate): Invoke.
12861 (YYDSYMPRINT): New.
12862 (yyval): Don't define it, it is handled via M4.
12863 (yyrecoverParseError): Free verbosely the discarded symbols.
12864 * data/yacc.c (yysymprint): Remove, rather...
12865 (b4_yysymprint_generate): invoke.
12866 * data/c.m4 (b4_yysymprint_generate): New.
12867 Accept pointers as arguments, as opposed to the version from
12868 yacc.c.
12869 (b4_yydestruct_generate): Likewise.
12870 * tests/cations.at (Printers and Destructors): Use Bison directives
12871 instead of CPP macros.
12872 Don't rely on internal details.
12873
12874 2002-11-12 Akim Demaille <akim@epita.fr>
12875
12876 * data/c.m4 (b4_yydestruct_generate, b4_symbol_actions): New.
12877 * data/yacc.c: Rename yychar1 as yytoken, as in glr.c.
12878 Don't work on yychar (i.e., do set it to YYEMPTY, don't match
12879 it against YYEMPTY and so forth), work on yytoken (i.e., set
12880 it to YYEMPTY etc.).
12881 (yydestruct): Replace with a b4_yydestruct_generate invocation.
12882 (b4_symbol_actions): Remove.
12883 * data/glr.c (YYTRANSLATE): As for yacc.c, if negative, it stands
12884 for 0, end-of-input.
12885
12886 2002-11-12 Akim Demaille <akim@epita.fr>
12887
12888 * doc/bison.texinfo (Destructor Decl): New.
12889
12890 2002-11-12 Akim Demaille <akim@epita.fr>
12891
12892 * src/tables.c (tables_generate): Use free for pointers that
12893 cannot be NULL, not XFREE.
12894 (pack_vector): Use assert, not fatal, for bound violations.
12895 * src/state.c (state_new): Likewise.
12896 * src/reader.c (reader): Likewise.
12897 * src/lalr.c (set_goto_map): Likewise.
12898 * src/location.h (LOCATION_PRINT): If first_line is 0, just issue
12899 the file name.
12900
12901 2002-11-12 Akim Demaille <akim@epita.fr>
12902
12903 * src/scan-gram.l, src/reader.h (scanner_last_string_free):
12904 Restore.
12905 * src/scan-gram.l (last_string): Is global to the file, not to
12906 yylex.
12907 * src/parse-gram.y (input): Don't append the epilogue here,
12908 (epilogue.opt): do it here, and free the scanner's obstack.
12909 * src/reader.c (epilogue_set): Rename as...
12910 (epilogue_augment): this.
12911 * data/c.m4 (b4_epilogue): Defaults to empty.
12912
12913 2002-11-12 Akim Demaille <akim@epita.fr>
12914
12915 * src/getargs.c (long_options): Remove duplicates.
12916 * src/vmsgetargs.c, src/build.com, src/bison.cld, src/vmshlp.mar:
12917 Remove.
12918 * doc/bison.rnh: Remove.
12919 * doc/bison.texinfo (VMS Invocation): Remove.
12920
12921 2002-11-12 Akim Demaille <akim@epita.fr>
12922
12923 * src/struniq.h, src/struniq.c (struniq_t): Is const.
12924 (STRUNIQ_EQ, struniq_assert, struniq_assert_p): New.
12925
12926 Use struniq for symbols.
12927
12928 * src/symtab.h (symbol_t): The tag member is a struniq.
12929 (symbol_type_set): Adjust.
12930 * src/symtab.c (symbol_new): Takes a struniq.
12931 (symbol_free): Don't free the tag member.
12932 (hash_compare_symbol_t, hash_symbol_t): Rename as...
12933 (hash_compare_symbol, hash_symbol): these.
12934 Use the fact that tags as struniqs.
12935 (symbol_get): Use struniq_new.
12936 * src/symlist.h, src/symlist.c (symbol_list_n_type_name_get):
12937 Returns a strniq.
12938 * src/reader.h (merger_list, grammar_currentmerge_set): The name
12939 and type members are struniqs.
12940 * src/reader.c (get_merge_function)
12941 (grammar_current_rule_merge_set): Adjust.
12942 (TYPE, current_type): Are struniq.
12943
12944 Use struniq for file names.
12945
12946 * src/files.h, src/files.c (infile): Split into...
12947 (grammar_file, current_file): these.
12948 * src/scan-gram.c (YY_USER_INIT, handle_syncline): Adjust.
12949 * src/reduce.c (reduce_print): Likewise.
12950 * src/getargs.c (getargs): Likewise.
12951 * src/complain.h, src/complain.c: Likewise.
12952 * src/main.c (main): Call struniqs_new early enough to use it for
12953 file names.
12954 Don't free the input file name.
12955
12956 2002-11-12 Akim Demaille <akim@epita.fr>
12957
12958 * src/symtab.c (symbol_free): Remove dead deactivated code:
12959 type_name are properly removed.
12960 Don't use XFREE to free items that cannot be NULL.
12961 * src/struniq.h, src/struniq.c: New.
12962 * src/main.c (main): Initialize/free struniqs.
12963 * src/parse-gram.y (%union): Add astruniq member.
12964 (yyprint): Adjust.
12965 * src/scan-gram.l (<{tag}>): Return a struniq.
12966 Free the obstack bit that used to store it.
12967 * src/symtab.h (symbol_t): The 'type_name' member is a struniq.
12968
12969 2002-11-11 Paul Eggert <eggert@twinsun.com>
12970
12971 Revamp to fix many (but not all) of the C- and M4-related quoting
12972 problems. Among other things, this fixes the Bison bug reported
12973 by Jan Hubicka when processing the Bash grammar; see:
12974 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00039.html>
12975
12976 Use new @ escapes consistently. Represent brackets with @{ and @}
12977 rather than @<:@ and @:>@, since this works a bit better with dumb
12978 editors like vi. Represent @ with @@, since @ is now consistently
12979 an escape. Use @oline@ and @ofile@ rather than __oline__ and
12980 __ofile__, to avoid unexpected expansions. Similarly, use @output
12981 rather than #output.
12982
12983 * data/c.m4 (b4_copyright): Omit file name from comment, since
12984 the file name could contain "*/".
12985 (b4_synclines_flag): Don't quote the 2nd argument; it should already
12986 be quoted. All uses changed.
12987
12988 * data/glr.c: Use new @ escapes consistently.
12989 (b4_input_suffix, b4_output_parser_suffix, b4_output_parser_name,
12990 b4_output_header_suffix, b4_output_header_name, b4_header_guard):
12991 Remove, since they couldn't handle arbitrary characters in file
12992 names.
12993 * data/lalr1.cc: Likewise.
12994 * data/yacc.c: Likewise.
12995
12996 * src/files.c (output_infix): Remove; all uses removed.
12997 * src/files.h: Likewise.
12998
12999 * data/glr.c: Remove use of "#ifdef b4_header_guard", since it
13000 mishandled funny characters in file names, and anyway it isn't
13001 needed any more.
13002 * data/yacc.c: Likewise.
13003 * data/lalr1.cc: Use YYSLP_NEEDED instead of b4_header_guard.
13004
13005 * data/glr.c (YYSTYPE_IS_TRIVIAL): Define when the .h file would.
13006 * data/yacc.c: Likewise.
13007
13008 * src/muscle_tab.c: Include quotearg.h, since we need to quote C
13009 strings now.
13010 (muscle_init): Quote filename as a C string.
13011 * src/muscle_tab.h (MUSCLE_GROW_STRING_PAIR): Remove; unused.
13012 (MUSCLE_OBSTACK_SGROW, MUSCLE_INSERT_C_STRING): New macros.
13013 * src/output.c (escaped_file_name_output): New function.
13014 (prepare_symbols): Quote tokens for M4.
13015 (prepare): Don't insert output_infix, output_prefix,
13016 output_parser_name, output_header_name; this is now down by scan-skel.
13017 Insert skeleton as a C string.
13018
13019 * src/output.c (user_actions_output, symbol_destructors_output,
13020 symbol_printers_output): Quote filenames for C and M4.
13021 * src/reader.c (prologue_augment, epilogue_set): Likewise.
13022
13023 * src/scan-gram.l (<SC_CHARACTER>): Don't worry about any backslash
13024 escapes other than \\ and \'; this simplifies the code.
13025 (<SC_STRING>): Likewise, for \\ and \".
13026 (<SC_COMMENT,SC_LINE_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,
13027 SC_PROLOGUE,SC_EPILOGUE>): Escape $ and @, too.
13028 Use new escapes @{ and @} for [ and ].
13029
13030 * src/scan-skel.l (yylineno, yyoutname): Remove static vars, replacing
13031 them with auto vars.
13032 Switch to new escape scheme, where @ is the escape character uniformly.
13033 Abort if a stray escape character is found. Avoid unbounded input
13034 buffer when parsing non-escaped text.
13035
13036 * tests/input.at (Torturing the Scanner): Add tests that @oline@,
13037 __oline__, #output, $@, and @{ do not have unintended meanings.
13038
13039 2002-11-09 Paul Eggert <eggert@twinsun.com>
13040
13041 Fix the test failure due to GCC warnings described in
13042 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00000.html>.
13043 * data/glr.c (yyis_pact_ninf, yyis_table_ninf): New macros, which
13044 evaluate to 0 if it's impossible for NINF to be in the respective
13045 table.
13046 (yygetLRActions, yyrecoverParseError): Use them.
13047
13048 * src/scan-gram.l (unexpected_end_of_file): Fix bug: columns were
13049 counted in the token inserted at end of file. Now takes
13050 location_t *, not location_t, so that the location can be
13051 adjusted. All uses changed.
13052
13053 * tests/regression.at (Invalid inputs): Adjust wording in
13054 diagnostic to match the new behavior.
13055
13056 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR,
13057 AT_DATA_HORIZONTAL_GRAMMAR, AT_DATA_LOOKAHEADS_GRAMMAR,
13058 AT_DATA_STACK_TORTURE): Replace `assert (x);' with `if (! (x))
13059 abort ();'. This reduces the runtime of the "Many lookaheads"
13060 test from 27.6 to 2.7 minutes on a 440 MHz Ultrasparc III running
13061 GCC 3.2.
13062
13063 2002-11-07 Paul Eggert <eggert@twinsun.com>
13064
13065 * src/parse-gram.y (CHARACTER): Remove unused token.
13066 All uses removed.
13067
13068 * src/scan-gram.l: Remove stack option. We no longer use the
13069 stack, since the stack was never deeper than 1; instead, use the
13070 new auto var c_context to record the stacked value.
13071
13072 Remove nounput option. At an unexpected end of file, we now unput
13073 the minimal input necessary to end cleanly; this simplifies the
13074 code.
13075
13076 Avoid unbounded token sizes where this is easy.
13077
13078 (unexpected_end_of_file): New function.
13079 Use it to systematize the error message on unexpected EOF.
13080 (last-string): Now auto, not static.
13081 (YY_OBS_FREE): Remove unnecessary do while (0) wrapper.
13082 (scanner_last_string_free): Remove; not used.
13083 (percent_percent_count): Move decl to just before use.
13084 (SC_ESCAPED_CHARACTER): Return ID at unexpected end of file,
13085 not the (never otherwised-used) CHARACTER.
13086
13087 2002-11-07 Akim Demaille <akim@epita.fr>
13088
13089 Let yyerror always receive the msg as last argument, so that
13090 yyerror can be variadic.
13091
13092 * data/yacc.c (b4_yyerror_args): New.
13093 Use it when calling yyerror.
13094 * data/glr.c (b4_yyerror_args, b4_lyyerror_args): New.
13095 Use it when calling yyerror.
13096 * doc/bison.texinfo (Error Reporting): Adjust.
13097 * tests/calc.at (_AT_DATA_CALC_Y): Adjust.
13098 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Adjust.
13099
13100 2002-11-06 Akim Demaille <akim@epita.fr>
13101
13102 #line should have quoted strings.
13103 Ideally, this should be done by m4_quotearg.
13104
13105 * src/scan-skel.l: Include quotearg.h.
13106 Quote __ofile__.
13107 * src/output.c (symbol_printers_output)
13108 (symbol_destructors_output): Quote the file name.
13109
13110 2002-11-06 Akim Demaille <akim@epita.fr>
13111
13112 * tests/regression.at (Invalid inputs): Adjust to the recent
13113 messages.
13114
13115 2002-11-06 Akim Demaille <akim@epita.fr>
13116
13117 Restore --no-lines.
13118 Reported by Jim Kent.
13119
13120 * data/c.m4 (b4_syncline): New.
13121 * data/glr.c, data/yacc.c, data/lalr1.cc: Use it.
13122 * src/reader.c (prologue_augment, epilogue_set): Use b4_syncline.
13123 * src/output.c (user_actions_output): Likewise.
13124 (prepare): Define 'b4_synclines_flag'.
13125 * src/muscle_tab.c (muscle_init): Don't define b4_linef.
13126
13127 2002-11-06 Akim Demaille <akim@epita.fr>
13128
13129 * src/main.c (main): Free `infile'.
13130 * src/scan-gram.l (handle_syncline): New.
13131 Recognize `#line'.
13132 * src/output.c (user_actions_output, symbol_destructors_output)
13133 (symbol_printers_output): Use the location's file name, not
13134 infile.
13135 * src/reader.c (prologue_augment, epilogue_set): Likewise.
13136
13137 2002-11-05 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13138
13139 * src/tables.c (matching_state): Don't allow states to match if
13140 either has GLR conflict entries.
13141
13142 2002-11-05 Paul Eggert <eggert@twinsun.com>
13143
13144 * src/scan-gram.l: Use more accurate diagnostics, e.g.
13145 "integer out of range" rather than "invalid value".
13146 * tests/input.at (Invalid $n, Invalid @n): Change expected wording
13147 accordingly.
13148
13149 Scan <% and %> digraphs in C code as POSIX 1003.1-2001 requires.
13150 Also, remove one static variable in the scanner.
13151
13152 * src/scan-gram.l (braces_level): Now auto, not static.
13153 Initialize to zero if the compiler is being picky.
13154 (INITIAL): Clear braces_level instead of incrementing it.
13155 (SC_BRACED_CODE): Treat <% and %> as { and } when inside C code,
13156 as POSIX 1003.1-2001 requires.
13157 * src/system.h (IF_LINT): New macro, taken from coreutils.
13158 * configure.ac: Define "lint" if --enable-gcc-warnings.
13159
13160 2002-11-05 Akim Demaille <akim@epita.fr>
13161
13162 * src/scan-gram.l: When it starts with `%', complain about the
13163 whole directive, not just that `invalid character: %'.
13164
13165 2002-11-04 Akim Demaille <akim@epita.fr>
13166
13167 * Makefile.maint: Update from Autoconf.
13168 (update, cvs-update, po-update, do-po-update): New.
13169
13170 2002-11-04 Akim Demaille <akim@epita.fr>
13171
13172 * tests/glr-regr1.at (Badly Collapsed GLR States): Prototype yylex
13173 and yyerror.
13174 Have yyerror `use' its arguments.
13175 * tests/calc.at (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF
13176 returns true when location & yacc & pure & parse-param.
13177 (_AT_DATA_CALC_Y): Let yyerror ``use'' its arguments.
13178
13179 2002-11-04 Akim Demaille <akim@epita.fr>
13180
13181 * src/location.h (LOCATION_PRINT): Use quotearg slot 3 to avoid
13182 clashes.
13183 * src/scan-gram.l: Use [\'] instead of ['] to pacify
13184 font-lock-mode.
13185 Use complain_at.
13186 Use quote, not quote_n since LOCATION_PRINT no longer uses the
13187 slot 0.
13188
13189 2002-11-03 Paul Eggert <eggert@twinsun.com>
13190
13191 * src/reader.c (get_merge_function, grammar_current_rule_check):
13192 Use consistent diagnostics for reporting type name clashes.
13193 Quote the types with <>, for consistency with Yacc.
13194 * tests/input.at (Type Clashes): Adjust to diagnostic changes.
13195
13196 2002-11-03 Akim Demaille <akim@epita.fr>
13197
13198 * data/c.m4 (b4_identification, b4_user_args, b4_parse_param):
13199 New.
13200 * data/yacc.m4 (b4_pure_args, b4_Pure_args): New.
13201 (b4_parse_param): Remove.
13202 Use b4_identification.
13203 Propagate b4_pure_args where needed to pass them to yyerror.
13204 * data/glr.m4 (b4_parse_param): Remove.
13205 (b4_user_formals, b4_pure_args, b4_pure_formals, b4_lpure_args)
13206 (b4_lpure_formals): New.
13207 Use b4_identification.
13208 (YY_USER_FORMALS, YY_USER_ARGS): Remove, replaced by
13209 b4_user_formals and b4_user_args.
13210 (yyexpandGLRStack, yyFail, yyaddDeferredAction, yyglrShiftDefer)
13211 (yyreportAmbiguity): When using a pure parser, also need
13212 the location, and the parse-params.
13213 Adjust callers.
13214 (yyuserAction, yyglrShift, yyreportParseError, yyrecoverParseError):
13215 When using a pure parser, also need the parse-params.
13216 Adjust callers.
13217 * tests/calc.at: Test pure (%pure-parser) and absolutely pure
13218 (%pure-parser + %parse-param) LALR and GLR parsers.
13219 (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): New, define AT_PARAM_IF,
13220 AT_LOCATION_IF, AT_PURE_IF, AT_GLR_IF, AAT_PURE_AND_LOC_IF,
13221 AT_GLR_OR_PARAM_IF, AT_YYERROR_ARG_LOC_IF, AT_YYERROR_SEES_LOC_IF.
13222 (_AT_DATA_CALC_Y): Equip for purity of yyerror.
13223 (_AT_CHECK_CALC_ERROR): Use AT_YYERROR_SEES_LOC_IF.
13224 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Equip for yyerror purity.
13225 * doc/bison.texinfo: Untabify the whole file.
13226 (Parser Function): Document %parse-param, deprecate YYPARSE_PARAM.
13227 (Pure Calling): Document %lex-param, deprecate YYLEX_PARAM.
13228 (Error Reporting): Adjust to these new directives.
13229 Document %error-verbose, deprecate YYERROR_VERBOSE.
13230
13231 2002-11-03 Akim Demaille <akim@epita.fr>
13232
13233 * tests/calc.at: Change all the AT_CHECK_CALC_LALR and
13234 AT_CHECK_CALC_GLR invocations to use % directives, instead of
13235 command line options.
13236 * tests/cxx-type.at: Formatting changes.
13237
13238 2002-11-03 Paul Eggert <eggert@twinsun.com>
13239
13240 * src/scan-gram.l: Revamp to fix POSIX incompatibilities,
13241 to count columns correctly, and to check for invalid inputs.
13242
13243 Use mbsnwidth to count columns correctly. Account for tabs, too.
13244 Include mbswidth.h.
13245 (YY_USER_ACTION): Invoke extend_location rather than LOCATION_COLUMNS.
13246 (extend_location): New function.
13247 (YY_LINES): Remove.
13248
13249 Handle CRLF in C code rather than in Lex code.
13250 (YY_INPUT): New macro.
13251 (no_cr_read): New function.
13252
13253 Scan UCNs, even though we don't fully handle them yet.
13254 (convert_ucn_to_byte): New function.
13255
13256 Handle backslash-newline correctly in C code.
13257 (SC_LINE_COMMENT, SC_YACC_COMMENT): New states.
13258 (eols, blanks): Remove. YY_USER_ACTION now counts newlines etc.;
13259 all uses changed.
13260 (tag, splice): New EREs. Do not allow NUL or newline in tags.
13261 Use {splice} wherever C allows backslash-newline.
13262 YY_STEP after space, newline, vertical-tab.
13263 ("/*"): BEGIN SC_YACC_COMMENT, not yy_push_state (SC_COMMENT).
13264
13265 (letter, id): Don't assume ASCII; e.g., spell out a-z.
13266
13267 ({int}, handle_action_dollar, handle_action_at): Check for integer
13268 overflow.
13269
13270 (YY_STEP): Omit trailing semicolon, so that it's more like C.
13271
13272 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>): Allow \0 and \00
13273 as well as \000. Check for UCHAR_MAX, not 255.
13274 Allow \x with an arbitrary positive number of digits, as in C.
13275 Check for overflow here.
13276 Allow \? and UCNs, for compatibility with C.
13277
13278 (handle_symbol_code_dollar): Use quote_n slot 1 to avoid collision
13279 with quote slot used by complain_at.
13280
13281 * tests/input.at: Add tests for backslash-newline, m4 quotes
13282 in symbols, long literals, and funny escapes in strings.
13283
13284 * configure.ac (jm_PREREQ_MBSWIDTH): Add.
13285 * lib/Makefile.am (libbison_a_SOURCES): Add mbswidth.h, mbswidth.c.
13286 * lib/mbswidth.h, lib/mbswidth.c: New files, from GNU gettext.
13287 * m4/Makefile.am (EXTRA_DIST): Add mbswidth.m4.
13288 * m4/mbswidth.m4: New file, from GNU coreutils.
13289
13290 * doc/bison.texinfo (Grammar Outline): Document // comments.
13291 (Symbols): Document that trigraphs have no special meaning in Bison,
13292 nor is backslash-newline allowed.
13293 (Actions): Document that trigraphs have no special meaning.
13294
13295 * src/location.h (LOCATION_COLUMNS, LOCATION_LINES): Remove;
13296 no longer used.
13297
13298 2002-11-02 Paul Eggert <eggert@twinsun.com>
13299
13300 * src/reader.c: Don't include quote.h; not needed.
13301 (get_merge_function): Reword warning to be consistent with
13302 type clash diagnostic in grammar_current_rule_check.
13303
13304 * lib/quotearg.c (quotearg_buffer_restyled): Fix off-by-two
13305 bug in trigraph handling.
13306
13307 * src/output.c (prepare_symbols): When printing token names,
13308 escape "[" as "@<:@" and likewise for "]".
13309
13310 * src/system.h (errno): Remove declaration, as we are now
13311 assuming C89 or better, and C89 guarantees errno.
13312
13313 2002-10-30 Paul Eggert <eggert@twinsun.com>
13314
13315 * lib/bitset_stats.c (bitset_stats_read, bitset_stats_write):
13316 Check for close failures.
13317 * src/files.h (xfclose): Return void, not int, since it always
13318 returned zero.
13319 * src/files.c (xfclose): Likewise. Report I/O error if ferror
13320 indicates one.
13321 * src/output.c (output_skeleton): Use xfclose rather than fclose
13322 and ferror. xfclose now checks ferror.
13323
13324 * data/glr.c (YYLEFTMOST_STATE): Remove.
13325 (yyreportTree): Use a stack-based leftmost state. This avoids
13326 our continuing battles with bogus warnings about initializers.
13327
13328 2002-10-30 Akim Demaille <akim@epita.fr>
13329
13330 * src/system.h: Don't use #ifdef/#ifndef on HAVE_ values, only
13331 #if.
13332
13333 2002-10-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13334
13335 * tests/glr-regr1.at: New test for reported regressions.
13336 * tests/testsuite.at: Add glr-regr1.at test.
13337 * tests/Makefile.am: Add glr-regr1.at test.
13338
13339 2002-10-24 Paul Eggert <eggert@twinsun.com>
13340
13341 Version 1.75a.
13342
13343 * tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat declaration.
13344 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Include stdlib.h, since
13345 we use malloc. Don't assume 'A' through 'Z' are contiguous.
13346 Don't assume strdup exists; POSIX says its an XSI extension.
13347 Check for buffer overflow on input.
13348
13349 2002-10-24 Akim Demaille <akim@epita.fr>
13350
13351 * src/output.c (output_skeleton): Don't disable M4sugar comments
13352 too soon: it results in comments being expanded.
13353 * data/yacc.c, data/glr.c, data/lalr1.cc: Do it right before the
13354 first output.
13355
13356 2002-10-24 Akim Demaille <akim@epita.fr>
13357
13358 * data/yacc.c (m4_int_type): New.
13359 * data/c.m4 (m4_int_type): Don't use yysigned_char, but `signed
13360 char' as only yacc.c wants K&R portability.
13361 * data/glr.c (yysigned_char): Remove.
13362 * data/lalr1.cc: Rename the trailing b4_name as b4_parser_class_name.
13363 Reported by Quoc Peyrot.
13364
13365 2002-10-23 Paul Eggert <eggert@twinsun.com>
13366
13367 * src/main.c (main): With --trace=time, report times even if a
13368 non-fatal error occurs. Formerly, the times were reported in some
13369 such cases but not in others.
13370 * src/reader.c (reader): Just return if a complaint has been issued,
13371 instead of exiting, so that 'main' can report times.
13372
13373 2002-10-22 Akim Demaille <akim@epita.fr>
13374
13375 * src/system.h: Include sys/types.
13376 Reported by Bert Deknuydt.
13377
13378 2002-10-23 Paul Eggert <eggert@twinsun.com>
13379
13380 * configure.ac (AC_PROG_LEX): Use instead of AM_PROG_LEX.
13381 Suggested by Art Haas.
13382
13383 2002-10-22 Paul Eggert <eggert@twinsun.com>
13384
13385 * src/complain.c (exit) [! (STDC_HEADERS || _LIBC)]: Remove exit
13386 decl; not needed any more.
13387 * src/main.c (main): Use return to exit, undoing yesterday's change.
13388 The last OS that we could find where this wouldn't work is
13389 SunOS 3.5, and that's too old to worry about now.
13390
13391 * data/glr.c (struct yyltype): Define members even when not
13392 doing locations. This is more consistent with yacc.c, and it
13393 works around the following bug reports:
13394 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00106.html
13395 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00111.html
13396
13397 * doc/bison.texinfo: Minor spelling and typographical fixes. Use
13398 @acronym consistently. Standardize on "Yacc" instead of "YACC",
13399 "Algol" instead of "ALGOL". Give a bit more history about BNF.
13400
13401 2002-10-22 Akim Demaille <akim@epita.fr>
13402
13403 * data/README: New.
13404
13405 2002-10-21 Paul Eggert <eggert@twinsun.com>
13406
13407 Be consistent about 'bool'; the old code used an enum in one
13408 module and an int in another, and this violates the C standard.
13409 * m4/stdbool.m4: New file, from coreutils 4.5.3.
13410 * configure.ac (AC_HEADER_STDBOOL): Add.
13411 * m4/Makefile.am (EXTRA_DIST): Add stdbool.m4.
13412 * src/muscle_tab.c (hash_compare_muscles): (a ? FALSE : TRUE) -> (! a)
13413 * src/symtab.c (hash_compare_symbol_t): Likewise.
13414 * src/system.h (bool, false, true): Use a definition consistent
13415 with ../lib/hash.c. All uses changed.
13416
13417 * src/complain.c (warning_issued): Renamed from warn_message_count,
13418 so that we needn't worry about integer overflow (!).
13419 Now of type bool. All uses changed.
13420 (complaint_issued): Renamed from complain_message_count; likewise.
13421
13422 * src/main.c (main): Use exit to exit with failure.
13423
13424 * src/complain.c (fatal_at, fatal): Use EXIT_FAILURE and EXIT_SUCCESS
13425 rather than 1 and 0.
13426 * src/main.c (main): Likewise.
13427 * src/getargs.c (getargs): Likewise.
13428 * src/reader.c (reader): Likewise.
13429
13430 * src/getarg.c (getargs): Remove duplicate code for
13431 "Try `bison --help'".
13432
13433 * src/files.c (xfopen, xfclose): Use EXIT_FAILURE rather than 2.
13434 What was that "2" for?
13435
13436 * src/complain.h (fatal, fatal_at): Add __attribute__((__noreturn__)).
13437 * src/getargs.c (usage): Likewise.
13438
13439 * src/getargs.c (getargs): When there are too few operands, report
13440 the last one. When there are too many, report the first extra
13441 one. This is how diffutils does it.
13442
13443 2002-10-20 Paul Eggert <eggert@twinsun.com>
13444
13445 Remove K&R vestiges.
13446 * configure.ac (AC_C_CONST, AM_C_PROTOTYPES): Remove.
13447 * src/complain.c (VA_START): Remove. Assume prototypes.
13448 (vfprintf) [! (HAVE_VPRINTF || defined vfprintf)]: New macro.
13449 (private_strerror, warn_at, warn, complain_at, complain, fatal_at,
13450 fatal): Assume prototypes.
13451 * src/complain.h: Assume prototypes.
13452 * src/system.h (PARAMS): Remove.
13453 Include <limits.h> unconditionally, since it's guaranteeed even
13454 for a freestanding C89 compiler.
13455 (SHRT_MIN, SHRT_MAX): Remove, since C89 guarantees them.
13456 * src/vmsgetargs.c (getargs, cli_present, cli_get_value): Prototype.
13457
13458 2002-10-20 Akim Demaille <akim@epita.fr>
13459
13460 * src/muscle_tab.c (muscle_grow): Remove trailing debugging code.
13461 * data/glr.c (YY_USER_FORMALS, YY_USER_ARGS): New.
13462 (yyuserAction, yydoAction, yyglrReduce, yyresolveValue)
13463 (yyresolveStates, yyresolveAction, yyresolveStack)
13464 (yyprocessOneStack): Use them.
13465 (yy_reduce_print): New.
13466 * tests/calc.at (_AT_DATA_CALC_Y): Exercise %parse-param.
13467
13468 2002-10-20 Akim Demaille <akim@epita.fr>
13469
13470 * data/c.m4 (b4_c_ansi_args): Recognize functions with no
13471 arguments and output `void'.
13472 (b4_c_function): Rename as...
13473 (b4_c_function_def): this.
13474 (b4_c_function_decl, b4_c_ansi_function_def)
13475 (b4_c_ansi_function_decl): New.
13476 Change the interpretation of the arguments: before `int, foo', now
13477 `int foo, foo'.
13478 * data/yacc.c (yyparse): Prototype and define thanks to these.
13479 Adjust b4_c_function_def uses.
13480 * data/glr.c (yyparse): Likewise, but ANSI only.
13481
13482 2002-10-20 Akim Demaille <akim@epita.fr>
13483
13484 * src/output.c (prepare): Move the definition of `tokens_number',
13485 `nterms_number', `undef_token_number', `user_token_number_max'
13486 to...
13487 (prepare_tokens): Here.
13488 (prepare_tokens): Rename as...
13489 (prepare_symbols): this.
13490 (prepare): Move the definition of `rules_number' to...
13491 (prepare_rules): here.
13492 (prepare): Move the definition of `last', `final_state_number',
13493 `states_number' to...
13494 (prepare_states): here.
13495 * data/yacc.c, data/lalr1.cc, data/glr.c: Normalize `>' into `<'.
13496
13497 2002-10-20 Akim Demaille <akim@epita.fr>
13498
13499 * src/tables.h, src/tables.c, src/output.c: Comment changes.
13500
13501 2002-10-20 Akim Demaille <akim@epita.fr>
13502
13503 * data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if): Move to...
13504 * data/c.m4: here.
13505
13506 2002-10-20 Akim Demaille <akim@epita.fr>
13507
13508 * src/output.c (prepare): Use MUSCLE_INSERT_STRING.
13509 * src/muscle_tab.c (muscle_pair_list_grow): Rename `val as
13510 `pair'.
13511 (muscle_init): Move the `b4_ltype', `b4_maxdepth', `b4_initdepth',
13512 `name' to...
13513 * data/glr.c, data/lalr1.cc, data/yacc.c (b4_location_type)
13514 (b4_stack_depth_init, b4_stack_depth_max, b4_parser_class_name):
13515 These.
13516
13517 2002-10-19 Paul Eggert <eggert@twinsun.com>
13518
13519 Do not create a temporary file, as that involves security and
13520 cleanup headaches. Instead, use a pair of pipes.
13521 Derived from a suggestion by Florian Krohm.
13522 * lib/subpipe.c, lib/subpipe.h, m4/subpipe.m4: New files.
13523 * lib/mkstemp.c, lib/readpipe.c, lib/tempname.c, m4/mkstemp.m4: Remove.
13524 * configure.ac (UTILS_FUNC_MKSTEMP, jm_PREREQ_TEMPNAME): Remove.
13525 (BISON_PREREQ_SUBPIPE): Add.
13526 * lib/Makefile.am (libbison_a_SOURCES): Remove readpipe.c.
13527 Add subpipe.h, subpipe.c.
13528 * m4/Makefile.am (EXTRA_DIST): Remove mkstemp.m4. Add subpipe.m4.
13529 * po/POTFILES.in: Add lib/subpipe.c.
13530 * src/output.c: Include "subpipe.h".
13531 (m4_invoke): Remove decl.
13532 (scan_skel): New decl.
13533 (output_skeleton): Use pipe rather than temporary file for m4 input.
13534 Check that m4sugar.m4 is readable, to avoid deadlock.
13535 Check for pipe I/O error.
13536 * src/scan-skel.l (readpipe): Remove decl.
13537 (scan_skel): New function, to be used in place of m4_invoke.
13538 Read from stream rather than file.
13539
13540 * lib/timevar.c (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Do not cast to
13541 float, as this generates a warning on Solaris 8 + GCC 3.2 with
13542 --enable-gcc-warnings. Instead, divide into 1.0 rather than 1;
13543 this generates a more-accurate value anyway.
13544
13545 * lib/timevar.c (timervar_accumulate): Rename locals to
13546 avoid confusion with similarly-named more-global.
13547 * src/muscle_tab.c (muscle_pair_list_grow): Likewise.
13548
13549 * src/output.c (prepare): Use xstrdup to convert char const *
13550 to char *, to avoid GCC warning.
13551
13552 2002-10-19 Akim Demaille <akim@epita.fr>
13553
13554 * tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC, LEX_FORMALS,
13555 LEX_PRE_FORMALS, LEX_ARGS, LEX_PRE_ARGS, USE_LEX_ARGS.
13556 Use them to have `calc.y' ready for %pure-parser.
13557 * data/yacc.c (YYLEX): Pass a yylex return type to
13558 b4_c_function_call.
13559
13560 2002-10-19 Akim Demaille <akim@epita.fr>
13561
13562 Prototype support of %lex-param and %parse-param.
13563
13564 * src/parse-gram.y: Add the definition of the %lex-param and
13565 %parse-param tokens, plus their rules.
13566 Drop the `_' version of %glr-parser.
13567 Add the "," token.
13568 * src/scan-gram.l (INITIAL): Scan them.
13569 * src/muscle_tab.c: Comment changes.
13570 (muscle_insert, muscle_find): Rename `pair' as `probe'.
13571 * src/muscle_tab.h (MUSCLE_INSERT_PREFIX): Remove unused.
13572 (muscle_entry_s): The `value' member is no longer const.
13573 Adjust all dependencies.
13574 * src/muscle_tab.c (muscle_init): Adjust: use
13575 MUSCLE_INSERT_STRING.
13576 Initialize the obstack earlier.
13577 * src/muscle_tab.h, src/muscle_tab.c (muscle_grow)
13578 (muscle_pair_list_grow): New.
13579 * data/c.m4 (b4_c_function_call, b4_c_args): New.
13580 * data/yacc.c (YYLEX): Use b4_c_function_call to honor %lex-param.
13581 * tests/calc.at: Use %locations, not --locations.
13582 (AT_CHECK_CALC_GLR): Use %glr-parser, not %glr_parser.
13583
13584 2002-10-19 Akim Demaille <akim@epita.fr>
13585
13586 * src/getargs.c (usage): Take status as argument and exit
13587 accordingly.
13588 Report the traditional `Try ... --help' message when status != 0.
13589 (usage, version): Don't take a FILE * as arg, it is pointless.
13590 (getargs): When there is an incorrect number of arguments, make it
13591 an error, and report it GNUlically thanks to `usage ()'.
13592
13593 2002-10-18 Paul Eggert <eggert@twinsun.com>
13594
13595 * data/glr.c (yyreportParseError): Don't assume that sprintf
13596 yields the length of the printed string, as this is not true
13597 on SunOS 4.1.4. Reported by Peter Klein.
13598
13599 * tests/calc.at (_AT_DATA_CALC_Y): #undef memcmp and realloc.
13600 * tests/conflicts.at (%nonassoc and eof): Likewise.
13601 Fixes SunOS 4.1.4 test failure reported by Peter Klein.
13602
13603 2002-10-17 Akim Demaille <akim@epita.fr>
13604
13605 * src/getargs.h (trace_e): Add trace_scan, and trace_parse.
13606 * src/getargs.c (trace_types, trace_args): Adjust.
13607 * src/reader.c (grammar_current_rule_prec_set)
13608 (grammar_current_rule_dprec_set, grammar_current_rule_merge_set):
13609 Standardize error messages.
13610 And s/@prec/%prec/!
13611 (reader): Use trace_flag to enable scanner/parser debugging,
13612 instead of an adhoc scheme.
13613 * src/scan-gram.l: Remove trailing debugging code.
13614
13615 2002-10-16 Paul Eggert <eggert@twinsun.com>
13616
13617 * src/muscle_tab.h (MUSCLE_TAB_H_): Was misspelled as
13618 MUSCLE_TAB_H.
13619
13620 * NEWS: Officially drop support for building Bison with K&R C,
13621 since it didn't work anyway and it's not worth worrying about.
13622 * Makefile.maint (wget_files): Remove ansi2knr.c.
13623 (ansi2knr.c-url_prefix): Remove.
13624 * lib/.cvsignore: Remove ansi2knr, ansi2knr.*.
13625 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
13626 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
13627
13628 2002-10-15 Paul Eggert <eggert@twinsun.com>
13629
13630 Stop using the "enum_" trick for K&R-style function definitions;
13631 it confused me, and I was the author! Instead, assume that people
13632 who want to use K&R C compilers (when using these modules in GCC,
13633 perhaps?) will run ansi2knr.
13634
13635 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): Remove.
13636 All uses of "enum_" changed to "enum ".
13637 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
13638 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
13639
13640 * lib/abitset.c (abitset_and, abitset_and_cmp, abitset_and_or,
13641 abitset_and_or_cmp, abitset_andn, abitset_andn_cmp,
13642 abitset_andn_or, abitset_andn_or_cmp, abitset_bytes, abitset_copy,
13643 abitset_copy1, abitset_disjoint_p, abitset_empty_p,
13644 abitset_equal_p, abitset_init, abitset_list, abitset_list_reverse,
13645 abitset_not, abitset_ones, abitset_or, abitset_or_and,
13646 abitset_or_and_cmp, abitset_or_cmp, abitset_reset, abitset_set,
13647 abitset_size, abitset_small_list, abitset_subset_p, abitset_test,
13648 abitset_unused_clear, abitset_xor, abitset_xor_cmp, abitset_zero):
13649 Use function prototypes; this removes the need for declaring
13650 static functions simply to provide their prototypes.
13651 * lib/bitset.c (bitset_alloc, bitset_and_or_, bitset_and_or_cmp_,
13652 bitset_andn_or_, bitset_andn_or_cmp_, bitset_bytes, bitset_copy_,
13653 bitset_count_, bitset_create, bitset_dump, bitset_first,
13654 bitset_free, bitset_init, bitset_last, bitset_next,
13655 bitset_obstack_alloc, bitset_obstack_free, bitset_only_set_p,
13656 bitset_op4_cmp, bitset_or_and_, bitset_or_and_cmp_, bitset_prev,
13657 bitset_print, bitset_release_memory, bitset_toggle_,
13658 bitset_type_choose, bitset_type_get, bitset_type_name_get,
13659 debug_bitset): Likewise.
13660 * lib/bitset.h (bitset_set, bitset_reset, bitset_test): Likewise.
13661 * lib/bitset_stats.c (bitset_log_histogram_print,
13662 bitset_percent_histogram_print, bitset_stats_and,
13663 bitset_stats_and_cmp, bitset_stats_and_or,
13664 bitset_stats_and_or_cmp, bitset_stats_andn, bitset_stats_andn_cmp,
13665 bitset_stats_andn_or, bitset_stats_andn_or_cmp, bitset_stats_copy,
13666 bitset_stats_count, bitset_stats_disable, bitset_stats_disjoint_p,
13667 bitset_stats_dump, bitset_stats_empty_p, bitset_stats_enable,
13668 bitset_stats_equal_p, bitset_stats_free, bitset_stats_init,
13669 bitset_stats_list, bitset_stats_list_reverse, bitset_stats_not,
13670 bitset_stats_ones, bitset_stats_or, bitset_stats_or_and,
13671 bitset_stats_or_and_cmp, bitset_stats_or_cmp, bitset_stats_print,
13672 bitset_stats_print_1, bitset_stats_read, bitset_stats_reset,
13673 bitset_stats_set, bitset_stats_size, bitset_stats_subset_p,
13674 bitset_stats_test, bitset_stats_toggle, bitset_stats_type_get,
13675 bitset_stats_write, bitset_stats_xor, bitset_stats_xor_cmp,
13676 bitset_stats_zero): Likewise.
13677 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
13678 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
13679 bitsetv_dump, debug_bitsetv): Likewise.
13680 * lib/ebitset.c (ebitset_and, ebitset_and_cmp, ebitset_andn,
13681 ebitset_andn_cmp, ebitset_bytes, ebitset_copy, ebitset_copy_,
13682 ebitset_copy_cmp, ebitset_disjoint_p, ebitset_elt_add,
13683 ebitset_elt_alloc, ebitset_elt_calloc, ebitset_elt_find,
13684 ebitset_elt_free, ebitset_elt_last, ebitset_elt_remove,
13685 ebitset_elt_zero_p, ebitset_elts_grow, ebitset_empty_p,
13686 ebitset_equal_p, ebitset_free, ebitset_init, ebitset_list,
13687 ebitset_list_reverse, ebitset_not, ebitset_ones, ebitset_op3_cmp,
13688 ebitset_or, ebitset_or_cmp, ebitset_release_memory, ebitset_reset,
13689 ebitset_set, ebitset_size, ebitset_subset_p, ebitset_test,
13690 ebitset_weed, ebitset_xor, ebitset_xor_cmp, ebitset_zero):
13691 Likewise.
13692 * lib/lbitset.c (debug_lbitset, lbitset_and, lbitset_and_cmp,
13693 lbitset_andn, lbitset_andn_cmp, lbitset_bytes, lbitset_copy,
13694 lbitset_copy_cmp, lbitset_disjoint_p, lbitset_elt_alloc,
13695 lbitset_elt_calloc, lbitset_elt_find, lbitset_elt_free,
13696 lbitset_elt_link, lbitset_elt_unlink, lbitset_elt_zero_p,
13697 lbitset_empty_p, lbitset_equal_p, lbitset_free, lbitset_init,
13698 lbitset_list, lbitset_list_reverse, lbitset_not, lbitset_ones,
13699 lbitset_op3_cmp, lbitset_or, lbitset_or_cmp, lbitset_prune,
13700 lbitset_release_memory, lbitset_reset, lbitset_set, lbitset_size,
13701 lbitset_subset_p, lbitset_test, lbitset_weed, lbitset_xor,
13702 lbitset_xor_cmp, lbitset_zero): Likewise.
13703
13704 2002-10-14 Akim Demaille <akim@epita.fr>
13705
13706 Version 1.75.
13707
13708 2002-10-14 Akim Demaille <akim@epita.fr>
13709
13710 * tests/Makefile.am (maintainer-check-posix): New.
13711
13712 2002-10-14 Akim Demaille <akim@epita.fr>
13713
13714 * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize the yyloc
13715 member.
13716
13717 2002-10-14 Akim Demaille <akim@epita.fr>
13718
13719 * src/tables.c (table_ninf_remap): base -> tab.
13720 Reported by Matt Rosing.
13721
13722 2002-10-14 Paul Eggert <eggert@twinsun.com>
13723
13724 * tests/action.at, tests/calc.at, tests/conflicts.at,
13725 tests/cxx-type.at, tests/headers.at, tests/input.at,
13726 tests/regression.at, tests/synclines.at, tests/torture.at:
13727 Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
13728 so that the tests still work even if POSIXLY_CORRECT is set.
13729 * doc/bison.texinfo (Rpcalc Compile, Invocation): Likewise.
13730
13731 * data/c.m4 (b4_int_type): Use yysigned_char instead of signed char,
13732 for portability to K&R hosts. Fix typo: signed char is guaranteed
13733 only to 127, not to 128.
13734 * data/glr.c (yysigned_char): New type.
13735 * data/yacc.c (yysigned_char): Likewise.
13736 * tests/regression.at (Web2c Actions): signed char -> yysigned_char.
13737
13738 2002-10-13 Paul Eggert <eggert@twinsun.com>
13739
13740 * data/yacc.c (yyparse): Rewrite to avoid "comparison is always
13741 true due to limited range of data type" warning from GCC.
13742
13743 * data/c.m4 (b4_token_defines): Protect against double-inclusion
13744 by wrapping enum yytokentype's definition inside #ifndef
13745 YYTOKENTYPE. This undoes a bug I introduced on 2002-10-12.
13746
13747 2002-10-13 Akim Demaille <akim@epita.fr>
13748
13749 * data/glr.c (yyglrShiftDefer, yyaddDeferredAction, yydoAction):
13750 Un yy- yyrhs to avoid the name clash with the global YYRHS.
13751
13752 2002-10-13 Akim Demaille <akim@epita.fr>
13753
13754 * Makefile.maint: Update from Autoconf 2.54.
13755 * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Remove, shipped with 2.54.
13756
13757 2002-10-13 Akim Demaille <akim@epita.fr>
13758
13759 * src/print.c (print_state): Separate the list of solved conflicts
13760 from the other items.
13761 * tests/conflicts.at (Resolved SR Conflicts): Adjust.
13762
13763 2002-10-13 Akim Demaille <akim@epita.fr>
13764
13765 Let nondeterministic skeletons be usable with deterministic
13766 tables.
13767
13768 With the patch, GAWK compiled by GCC without -O2 passes its test
13769 suite using a GLR parser driven by LALR tables. It fails with -O2
13770 because `struct stat' gives two different answers on my machine:
13771 88 (definition of an auto var) and later 96 (memset on this var).
13772 Hence the stack is badly corrumpted. The headers inclusion is to
13773 blame: if I move the awk.h inclusion before GLR's system header
13774 inclusion, the two struct stat have the same size.
13775
13776 * src/tables.c (pack_table): Always create conflict_table.
13777 (token_actions): Always create conflict_list.
13778 * data/glr.c (YYFLAG): Remove, unused.
13779
13780 2002-10-13 Akim Demaille <akim@epita.fr>
13781
13782 * configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.
13783 (O0FLAGS): New.
13784 (VALGRIND, GXX): New.
13785 * tests/atlocal.in (CFLAGS): Use O0FLAGS.
13786 * tests/bison.in: Run $PREBISON a pre-command.
13787 * tests/Makefile.am (maintainer-check, maintainer-check-valgrind)
13788 (maintainer-check-g++): New.
13789 * Makefile.am (maintainer-check): New.
13790
13791 2002-10-13 Akim Demaille <akim@epita.fr>
13792
13793 * data/glr.c: Formatting changes.
13794 Tweak some trace messages to match yacc.c's.
13795
13796 2002-10-13 Akim Demaille <akim@epita.fr>
13797
13798 GLR parsers sometimes raise parse errors instead of performing the
13799 default reduction.
13800 Reported by Charles-Henry de Boysson.
13801
13802 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Don't
13803 check the length of the traces when %glr.
13804 (_AT_CHECK_CALC_ERROR): Also skip `^Stack' lines, coming from
13805 GLR's traces.
13806 (AT_CHECK_CALC_LALR, AT_CHECK_CALC_GLR): New.
13807 Test GLR parsers.
13808 * data/glr.c (YYLEFTMOST_STATE): Fix its value.
13809 (yyltype): Remove the yy prefix from the member names.
13810 (yytable): Complete its comment.
13811 (yygetLRActions): Map error action number from YYTABLE from
13812 YYTABLE_NINF to 0.
13813 (yyisErrorAction): No longer compare YYACTION to YYPACT_NINF
13814 (which was a bug: it should have been YYTABEL_NINF, and yet it was
13815 not satisfying as we could compare an YYACTION computed from
13816 YYDEFACT to YYTABLE_NINF although they are unrelated): 0 is the
13817 only value for error actions.
13818 (yyreportParseError): In verbose parse error messages, don't issue
13819 `error' in the list of expected tokens.
13820 * data/yacc.c (yyparse) <yybackup>: Rewrite the decoding of the
13821 next action to perform to match glr.c's decoding.
13822 (yytable): Complete its comment.
13823
13824 2002-10-13 Paul Eggert <eggert@twinsun.com>
13825
13826 Fix problem reported by Henrik Grubbstroem in
13827 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00098.html>:
13828 "nonterm: { $$ = 123; } { $$ = $1; };" was wrongly rejected,
13829 because the Bison parser reads the second action before reducing
13830 the first one.
13831 * src/scan-gram.l (rule_length): New static var.
13832 Use it to keep track of the rule length in the scanner, since
13833 we can't expect the parser to be in lock-step sync with the scanner.
13834 (handle_action_dollar, handle_action_at): Use this var.
13835 * tests/actions.at (Exotic Dollars): Test for the problem.
13836
13837 2002-10-12 Paul Eggert <eggert@twinsun.com>
13838
13839 * lib/timevar.c [! IN_GCC && HAVE_SYS_TIME_H]: Include <sys/time.h>.
13840 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): Check for <sys/time.h>.
13841 Include <sys/time.h> when checking for clock_t and struct tms.
13842 Use same include order as source.
13843 This is for the SunOS 4.1.4 porting bug reported by Peter Klein in
13844 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00016.html>.
13845
13846 * lib/timevar.c: Update copyright date and clarify comments.
13847 (get_time) [IN_GCC]: Keep the GCC version for reference.
13848
13849 * lib/timevar.c, lib/timevar.h, lib/timevar.def: Import
13850 GCC version as of today, then merge Bison's changes.
13851 Change "GCC" to "Bison" in copyright notice. timevar.def's
13852 author is Akim, so change that too.
13853
13854 * src/reader.c (grammar_current_rule_check):
13855 Don't worry about the default action if $$ is untyped.
13856 Prevents bogus warnings reported by Jim Gifford in
13857 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00015.html>.
13858
13859 * data/c.m4 (b4_token_enum): Do not define YYTOKENTYPE.
13860 * data/glr.c, data/lalr1.cc, data/yacc.c:
13861 Output token definitions before the first part of user declarations.
13862 Fixes compatibility problem reported by Jim Gifford for kbd in
13863 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00014.html>.
13864
13865 2002-10-11 Paul Eggert <eggert@twinsun.com>
13866
13867 * data/yacc.c (yyreport_parse_error): Remove, putting its body into...
13868 (yyparse): here. This undoes some of the 2002-07-25 change.
13869 Compatibility problem reported by Ralf S. Engelschall with
13870 OSSP cfg <http://www.ossp.org/pkg/lib/cfg/>.
13871
13872 2002-10-11 Akim Demaille <akim@epita.fr>
13873
13874 * tests/regression.at Characters Escapes): New.
13875 * src/scan-gram.l (SC_ESCAPED_CHARACTER): Accept \' in strings and
13876 characters.
13877 Reported by Jan Nieuwenhuizen.
13878
13879 2002-10-11 Akim Demaille <akim@epita.fr>
13880
13881 * po/id.po: New.
13882
13883 2002-10-10 Paul Eggert <eggert@twinsun.com>
13884
13885 Portability fixes for bitsets; this also avoids several GCC
13886 warnings.
13887
13888 * lib/abitset.c: Include <stddef.h>, for offsetof.
13889 * lib/lbitset.c: Likewise.
13890
13891 * lib/abitset.c (abitset_bytes): Return a size that is aligned
13892 properly for vectors of objects. Do not assume that adding a
13893 header size to a multiple of a word size yields a value that is
13894 properly aligned for the whole union.
13895 * lib/bitsetv.c (bitsetv_alloc): Likewise.
13896
13897 * lib/bitset_stats.c (bitset_stats_bytes): Adjust to new,
13898 unique names for structures.
13899 * lib/ebitset.c (ebitset_bytes): Likewise.
13900 * lib/lbitset.c (lbitset_bytes): Likewise.
13901
13902 * lib/abitset.c (abitset_ones, abitset_zero, abitset_empty_p,
13903 abitset_copy1, abitset_not, abitset_equal_p, abitset_subset_p,
13904 abitset_disjoint_p, abitset_and, abitset_and_cmp, abitset_andn,
13905 abitset_andn_cmp, abitset_or, abitset_or_cmp, abitset_xor,
13906 abitset_xor_cmp, abitset_and_or, abitset_and_or_cmp,
13907 abitset_andn_or, abitset_andn_or_cmp, abitset_or_and,
13908 abitset_or_and_cmp, abitset_copy): Supply prototype decls,
13909 to improve the type-checking that GCC can do.
13910 * lib/bitset.c (bitset_op4_cmp): Likewise.
13911 * lib/bitset_stats.c (bitset_stats_count,
13912 bitset_stats_empty_p, bitset_stats_ones, bitset_stats_zero,
13913 bitset_stats_copy, bitset_stats_disjoint_p,
13914 bitset_stats_equal_p, bitset_stats_not, bitset_stats_subset_p,
13915 bitset_stats_and, bitset_stats_and_cmp, bitset_stats_andn,
13916 bitset_stats_andn_cmp, bitset_stats_or, bitset_stats_or_cmp,
13917 bitset_stats_xor, bitset_stats_xor_cmp, bitset_stats_and_or,
13918 bitset_stats_and_or_cmp, bitset_stats_andn_or,
13919 bitset_stats_andn_or_cmp, bitset_stats_or_and,
13920 bitset_stats_or_and_cmp): Likewise.
13921 * lib/lbitset.c (lbitset_and, lbitset_and_cmp, lbitset_andn,
13922 lbitset_andn_cmp, lbitset_or, lbitset_or_cmp, lbitset_xor,
13923 lbitset_xor_cmp, lbitset_empty_p, lbitset_ones, lbitset_not,
13924 lbitset_subset_p, lbitset_disjoint_p, debug_lbitset): Likewise.
13925
13926 * lib/abitset.h: Include bitset.h, not bbitset.h.
13927 * lib/ebitset.h: Likewise.
13928 * lib/lbitset.h: Likewise.
13929
13930 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): New types.
13931 All instances of parameters of type enum bitset_opts are now of
13932 type enum_bitset_opts, to conform to the C Standard, and similarly
13933 for enum_bitset_type.
13934 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
13935 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
13936
13937 Do not use "struct bitset_struct" to mean different things in
13938 different modules. Not only is this confusing, it violates
13939 the C Standard, which requires that structure types in different
13940 modules must be compatible if one is to be passed to the other.
13941 * lib/bbitset.h (bitset): Now points to a union, not to a struct.
13942 All instances of "struct bitset_struct *" replaced with "bitset".
13943 * lib/bitset.h (struct bitset_struct): Remove, replacing with....
13944 (union bitset_union, struct abitset_struct, struct ebitset_struct,
13945 struct lbitset_struct, struct bitset_stats_struct): New types.
13946 All uses of struct bitset_struct changed to union bitset_union,
13947 etc.
13948 * lib/abitset.c (struct abitset_struct, abitset,
13949 struct bitset_struct): Remove.
13950 * lib/bitset_stats.c (struct bitset_stats_struct, bitset_stats,
13951 struct bitset_struct): Remove.
13952 * lib/ebitset.c (struct ebitset_struct, ebitset, struct
13953 bitset_struct): Remove.
13954 * lib/lbitset.c (struct lbitset_struct, lbitset, bitset_struct):
13955 Likewise.
13956
13957 Do not call a function of type T using a call that assumes the
13958 function is of a different type U. Standard C requires that a
13959 function must be called with a type that is compatible with its
13960 definition.
13961 * lib/bbitset.h (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
13962 New decls.
13963 * lib/bitset.c (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
13964 New functions.
13965 * lib/ebitset.c (PFV): Remove.
13966 * lib/lbitset.c (PFV): Likewise.
13967 * lib/ebitset.c (ebitset_and, ebitset_andn, ebitset_or,
13968 ebitset_xor, ebitset_copy, ebitset_ones, ebitset_empty_p): New
13969 decls.
13970 (ebitset_and, ebitset_andn, ebitset_or, ebitset_xor): New functions.
13971 (ebitset_vtable): Use them.
13972 * lib/lbitset.c (lbitset_and, lbitset_andn, lbitset_or,
13973 lbitset_xor): New functions.
13974 (lbitset_vtable): Use them.
13975
13976 * lib/bitset.h (bitset_next, bitset_prev, bitset_only_set_p):
13977 Declare.
13978
13979 * lib/bitsetv.c (bitsetv_alloc): Add a cast to (void *) to avoid a
13980 GCC warning.
13981 * lib/lbitset.c (LBITSET_CURRENT1): Likewise.
13982 Use offsetof, for simplicity.
13983
13984 2002-10-06 Paul Eggert <eggert@twinsun.com>
13985
13986 * lib/bitset.h (bitset_reset): Do not assume that bitset_word is
13987 the same width as int. This reapplies a hunk of the 2002-08-12 patch
13988 <http://lists.gnu.org/archive/html/bison-patches/2002-08/msg00007.html>,
13989 which was inadvertently undone by the 2002-09-30 patch.
13990 * lib/lbitset.c (debug_lbitset): Do not assume that bitset_word is
13991 the same width as int.
13992
13993 2002-10-04 Paul Eggert <eggert@twinsun.com>
13994
13995 Version 1.50.
13996
13997 * configure.ac (AC_INIT), NEWS: Increment version number.
13998
13999 * doc/bison.texinfo: Minor spelling, grammar, and white space
14000 fixes.
14001 (Symbols): Mention that any negative value returned from yylex
14002 signifies end-of-input. Warn about negative chars. Mention
14003 the portable Standard C character set.
14004
14005 The GNU coding standard says CFLAGS and YFLAGS are reserved
14006 for the installer to set.
14007 * lib/Makefile.am (AM_CFLAGS): Renamed from CFLAGS.
14008 * src/Makefile.am (AM_CFLAGS): Likewise.
14009 (AM_YFLAGS): Renamed from YFLAGS.
14010
14011 Fix some MAX and MIN problems.
14012 * src/gram.h (ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.
14013 * src/lalr.h (GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.
14014 * src/symtab.h (SYMBOL_NUMBER_MAX): New macro.
14015 * src/reader.c (reader): Use it.
14016
14017 * tests/regression.at (Braces parsing): Use grep, not fgrep, as
14018 POSIX 1003.1-2001 has removed fgrep.
14019
14020 2002-10-04 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14021
14022 * lib/bbitset.h (BITSET_WINDEX_MAX): Redefine so that it cannot be
14023 interpreted as signed.
14024 * lib/ebitset.c (ebitset_list): Fix bug.
14025
14026 2002-10-01 Paul Eggert <eggert@twinsun.com>
14027
14028 More fixes for 64-bit hosts and large bitsets.
14029
14030 * lib/abitset.c (struct abitset_struct.n_bits, abitset_small_list,
14031 abitset_size, abitset_list, abitset_list_reverse, abitset_list):
14032 Use bitset_bindex, not int or unsigned int or size_t, to count bits.
14033 * lib/bbitset.h (struct bitset_vtable.size, struct bitset_vtable.count,
14034 struct bitset_vtable.list, struct bitset_vtable.list_reverse,
14035 bitset_count_, bitset_next, bitset_prev, bitset_first, bitset_last,
14036 bitset_count_): Likewise.
14037 * lib/bitset.h (bitset_iterator.num, bitset_iterator.i,
14038 bitset_first, bitset_last): Likewise.
14039 * lib/bitset_stats.c (bitset_stats_size, bitset_stats_list,
14040 bitset_stats_list_reverse, bitset_stats_size,
14041 bitset_stats_count, bitset_stats_list, bitset_stat_list_reverse):
14042 Likewise.
14043 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
14044 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
14045 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
14046 bitsetv_reflexive_transitive_closure): Likewise.
14047 * lib/bitsetv.h (bitsetv_alloc, bitsetv_create): Likewise.
14048 * lib/ebitset.c (ebitset_size, ebitset_list, ebitset_list_reverse):
14049 Likewise.
14050 * lib/lbitset.c (lbitset_size, lbitset_list, lbitset_list_merge):
14051 Likewise.
14052
14053 * lib/abitset.c (abitset_ones, abitset_zero, abitset_bytes):
14054 Use size_t, not unsigned int, to count bytes.
14055 * lib/abitset.h (abitset_bytes): Likewise.
14056 * lib/bitset.c (bitset_bytes, bitset_alloc, bitset_obstack_alloc):
14057 Likewise.
14058 * lib/bitset.h (bitset_bytes): Likewise.
14059 * lib/bitset_stats.c (bitset_stats_bytes, bitset_stats_init): Likewise.
14060 * lib/bitset_stats.h (bitset_stats_bytes): Likewise.
14061 * lib/bitsetv.c (bitsetv_alloc): Likewise.
14062 * lib/ebitset.c (ebitset_bytes): Likewise.
14063 * lib/ebitset.h (ebitset_bytes): Likewise.
14064 * lib/lbitset.c (lbitset_bytes): Likewise.
14065 * lib/lbitset.h (lbitset_bytes): Likewise.
14066
14067 * lib/abitset.c (abitset_empty_p, abitset_not, abitset_equal_p,
14068 abitset_subset_p, abitset_disjoint_p, abitset_and,
14069 abitset_and_cmp, abitset_andn, abitset_andn_cmp, abitset_or,
14070 abitset_or_cmp, abitset_xor, abitset_xor_cmp, abitset_and_or,
14071 abitset_and_or_cmp, abitset_andn_or, abitset_andn_or_cmp,
14072 abitset_or_and, abitset_or_and_cmp):
14073 Use bitset_windex instead of unsigned int.
14074 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
14075 * lib/ebitset.c (struct ebitset_struct.size, ebitset_elts_grow,
14076 ebitset_elt_add, ebitset_elt_remove, ebitset_weed,
14077 ebitset_elt_find, ebitset_list_reverse, ebitset_list, ebitset_init):
14078 Likewise.
14079 * lib/lbitset.c (lbitset_ones, lbitset_not): Likewise.
14080
14081 * lib/bitset.c (bitset_print):
14082 Use proper printf formats for widths of integer types.
14083 * lib/bitset_stats.c (bitset_percent_histogram_print,
14084 bitset_log_histogram_print, bitset_stats_print_1): Likewise.
14085 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
14086 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
14087 * lib/lbitset.c (lbitset_bytes): Likewise.
14088
14089 * lib/bbitset.h (BITSET_BINDEX_MAX, BITSET_WINDEX_MAX,
14090 BITSET_SIZE_MAX): New macros.
14091 (BITSET_INDEX_MAX): Remove. It wasn't right, since it assumed that
14092 sizeof (bitset_word) == sizeof (bitset_windex). All uses changed
14093 to BITSET_WINDEX_MAX.
14094
14095 * lib/bitset.c (bitset_next, bitset_prev, bitset_first,
14096 bitset_last): Return BITSET_BINDEX_MAX (not -1) for no value,
14097 since we now return the bitset_bindex type (not int).
14098
14099 * lib/bitsetv.c (bitsetv_alloc): Check for arithmetic overflow
14100 when computing sizes.
14101 * lib/ebitset.c (ebitset_elts_grow): Likewise.
14102
14103 * lib/lbitset.c (lbitset_elt_find): Simplify windex calculation
14104 and avoid cast to unsigned.
14105
14106 2002-09-30 Akim Demaille <akim@epita.fr>
14107
14108 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
14109 * lib/bitset_stats.c, lib/bitsetv.c, lib/ebitset.c, lib/lbitset.c:
14110 Updates from Michael Hayes.
14111
14112 2002-09-30 Art Haas <ahaas@neosoft.com>
14113
14114 * configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
14115 invocations.
14116 * tests/cxx-type.at (declarator): Don't rely on NDEBUG being not
14117 defined.
14118
14119 2002-09-27 Akim Demaille <akim@epita.fr>
14120
14121 Version 1.49c.
14122
14123 2002-09-27 Akim Demaille <akim@epita.fr>
14124
14125 * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.
14126 (Because of AC_LIBSOURCE).
14127
14128 2002-09-27 Akim Demaille <akim@epita.fr>
14129
14130 Playing with Autoscan.
14131
14132 * configure.ac: Remove the old LIBOBJ tweaks.
14133 (AC_REPLACE_FUNCS): Add strrchr and strtol.
14134 * lib/strrchr.c: New.
14135 * lib/strtol.c: New, from the Coreutils 4.5.1.
14136
14137 2002-09-27 Akim Demaille <akim@epita.fr>
14138
14139 Playing with Autoscan.
14140
14141 * m4/prereq.m4 (jm_PREREQ_ARGMATCH, jm_FUNC_ARGMATCH): New.
14142 * lib/Makefile.am (libbison_a_SOURCES): No longer include
14143 argmatch.c and argmatch.h, since they are AC_LIBSOURCE'd.
14144 * lib/strcasecmp.c, lib/strncasecmp.c, lib/memcmp.c: New, from the
14145 Coreutils 4.5.1.
14146
14147 2002-09-24 Akim Demaille <akim@epita.fr>
14148
14149 * doc/bison.texinfo (Stack Overflow): xref to Recursion.
14150 (Frequently Asked Questions, Parser Stack Overflow): New.
14151
14152 2002-09-13 Akim Demaille <akim@epita.fr>
14153
14154 Playing with autoscan.
14155
14156 * src/reader.c (get_merge_function): Use xstrdup, not strdup.
14157 * src/files.c (skeleton_find): Remove, unused.
14158 * m4/memcmp.m4: New, from the Coreutils 4.5.1.
14159 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Run jm_FUNC_MEMCMP.
14160
14161 2002-09-13 Akim Demaille <akim@epita.fr>
14162
14163 * configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.6.3.
14164 * Makefile.am (AUTOMAKE_OPTIONS): Don't.
14165
14166 2002-09-13 Akim Demaille <akim@epita.fr>
14167
14168 * configure.ac: Require 2.54.
14169 s/jm_FUNC_MALLOC/AC_FUNC_MALLOC/.
14170 s/jm_FUNC_REALLOC/AC_FUNC_REALLOC/.
14171 * m4/c-bs-a.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/realloc.m4:
14172 Remove, provided by Autoconf macros.
14173
14174 2002-09-12 Akim Demaille <akim@epita.fr>
14175
14176 * m4/prereq.m4: Update, from Coreutils 4.5.1.
14177
14178 2002-09-12 Akim Demaille <akim@epita.fr>
14179
14180 * m4/prereq.m4: Update, from Fileutils 4.1.5.
14181 * configure.ac (jm_PREREQ_TEMPNAME): Invoke it.
14182 Reported by Martin Mokrejs.
14183
14184 2002-09-10 Akim Demaille <akim@epita.fr>
14185
14186 * src/parse-gram.y: Associate a human readable string to each
14187 token type.
14188 * tests/regression.at (Invalid inputs): Adjust.
14189
14190 2002-09-10 Gary V. Vaughan <gary@gnu.org>
14191
14192 * tests/Makefile.am ($(srcdir)/package.m4): Bison now ships
14193 with an Autoconf-2.5x style configure.ac.
14194
14195 2002-09-06 Paul Eggert <eggert@twinsun.com>
14196
14197 * doc/bison.texinfo (Conditions): Make explicit that the GPL
14198 exception applies only to yacc.c. This is a modification of a
14199 patch originally suggested by Akim Demaille.
14200
14201 2002-09-06 Akim Demaille <akim@epita.fr>
14202
14203 * data/c.m4 (b4_copyright): Move the GPL exception comment from
14204 here to...
14205 * data/yacc.c: here.
14206
14207 * data/lalr1.cc (struct yyltype): Don't define it, since we use
14208 LocationType.
14209 (b4_ltype): Default to yy::Location from location.hh.
14210
14211 2002-09-04 Jim Meyering <jim@meyering.net>
14212
14213 * data/yacc.c: Guard the declaration of yytoknum also with
14214 `#ifdef YYPRINT', so it is declared only when used.
14215
14216 2002-09-04 Akim Demaille <akim@epita.fr>
14217
14218 * configure.in: Rename as...
14219 * configure.ac: this.
14220 Bump to 1.49c.
14221
14222 2002-09-04 Akim Demaille <akim@epita.fr>
14223
14224 * src/assoc.c, src/closure.c, src/gram.c, src/injections.c,
14225 * src/lalr.c, src/LR0.c, src/relation.c, src/tables.c: Don't
14226 translate maintainer only messages.
14227
14228 2002-08-12 Paul Eggert <eggert@twinsun.com>
14229
14230 Version 1.49b.
14231
14232 * Makefile.am (SUBDIRS): Remove intl.
14233 (DISTCLEANFILES): Remove.
14234 * NEWS: Mention that GNU M4 is now required. Clarify what is
14235 meant by "larger grammars". Mention the pt_BR translation.
14236 * configure.in (AC_CHECK_DECLS): Add getenv, getopt.
14237 (AM_GNU_GETTEXT_VERSION): New macro, replacing GETTEXT_VERSION var.
14238 Bump version from 0.11.2 to 0.11.5.
14239 (BISON_PREREQ_STAGE): Remove.
14240 (AM_GNU_GETTEXT): Use external gettext.
14241 (AC_OUTPUT): Remove intl/Makefile.
14242
14243 * config/depcomp, config/install-sh: Sync with Automake 1.6.3.
14244
14245 * data/glr.c: Include string.h, for strlen.
14246 (yyreportParseError): Use size_t for yysize.
14247 (yy_yypstack): No longer nested inside yypstates, as nested
14248 functions are not portable. Do not assume size_t is the
14249 same width as int.
14250 (yypstates): Do not assume that ptrdiff_t is the same width
14251 as int, and similarly for yyposn and YYINDEX.
14252
14253 * data/yacc.c: Fix comment about `$$ = $1': it can copy garbage.
14254
14255 * lib/Makefile.am (INCLUDES): Do not include from the intl
14256 directory, which has been removed.
14257 * src/Makefile.am (INCLUDES): Likewise.
14258
14259 * lib/Makefile.am (libbison_a_SOURCES): Add unlocked-io.h.
14260 (bitsets_sources, additional_bitsets_sources, timevars_sources):
14261 New vars.
14262
14263 * lib/Makefile.am (libbison_a_SOURCES): Avoid +=, a GNU make extension.
14264 * tests/Makefile.am (EXTRA_DIST): Likewise.
14265
14266 * lib/abitset.c (abitset_reverse_list, ebitset_reverse_list):
14267 Do not assume that bitset_windex is the same width as unsigned.
14268
14269 * lib/abitset.c (abitset_unused_clear): Do not assume that
14270 bitset_word is the same width as int.
14271 * lib/bbitset.h (BITSET_INDEX_MAX, BITSET_MSB): Likewise.
14272 * lib/bitset.h (bitset_set, bitset_reset): Likewise.
14273 * lib/bitset_stats.c (bitset_stats_set, bitset_stats_reset): Likewise.
14274 * lib/ebitset.c (ebitset_set, ebitset_reset): Likewise.
14275 * lib/lbitset.c (lbitset_set, lbitset_reset): Likewise.
14276
14277 * lib/abitset.c (abitset_op1): Use -1, not ~0, as memset arg (for
14278 portability to one's complement hosts!).
14279 * lib/ebitset.c (ebitset_op1): Likewise.
14280 * lib/lbitset.c (lbitset_op1): Likewise.
14281
14282 * lib/argmatch.c, lib/quotearg.c, quotearg.h: Sync with GNU tar.
14283 * lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
14284 lib/hash.c, lib/hash.h, lib/strnlen.c, lib/xmalloc.c:
14285 Sync with fileutils.
14286 * lib/error.c, lib/getopt.c, lib/getopt.h, lib/getopt1.c,
14287 lib/gettext.h: Sync with diffutils.
14288
14289 * lib/memrchr.c, lib/mkstemp.c, lib/strchr.c, lib/strnlen.c,
14290 lib/strspn.c, lib/tempname.c: Use GPL, not LGPL.
14291
14292 * lib/obstack.c, lib/obstack.h: Sync with fileutils, except use
14293 PROTOTYPES to check for prototypes, and "defined __STDC__" to
14294 check for void *.
14295
14296 * lib/bbitset.h (BITSET_WORD_BITS): Now of type unsigned, not
14297 size_t; the old version tried to do this but casted improperly.
14298 (bitset_bindex, bitset_windex): Now size_t, not unsigned long.
14299 (bitset_test): Now returns int, not unsigned long.
14300
14301 * lib/bitset_stats.c: Include "gettext.h".
14302 (_): New macro.
14303 (bitset_stats_set, bitset_stats_reset, bitset_stats_test): Don't
14304 name locals "index", as it generates unnecessary warnings on some
14305 hosts that have an "index" function.
14306
14307 * lib/bitset_stats.c (bitset_stats_print_1, bitset_stats_print,
14308 bitset_stats_read, bitset_stats_write): Wrap strings in _() if
14309 they need translation.
14310 * src/LR0.c (state_list_append, new_itemsets, get_state,
14311 append_states, generate_states): Likewise.
14312 * src/assoc.c (assoc_to_string): Likewise.
14313 * src/closure.c (print_closure, set_firsts, closure): Likewise.
14314 * src/gram.c (grammar_dump): Likewise.
14315 * src/injections.c (injections_compute): Likewise.
14316 * src/lalr.c (lookaheads_print): Likewise.
14317 * src/relation.c (relation_transpose): Likewise.
14318 * src/scan-gram.l: Likewise.
14319 * src/tables.c (table_grow, pack_vector): Likewise.
14320
14321 * m4/Makefile.am (EXTRA_DIST): Remove codeset.m4,
14322 glibc21.m4, isc-posix.m4 lcmessage.m4, stage.m4.
14323 * m4/malloc.m4, m4/realloc.m4: Sync with diffutils.
14324 * m4/mbstate_t.m4: Sync with fileutils.
14325 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): AC_MBSTATE_T -> AC_TYPE_MBSTATE_T.
14326
14327 * po/LINGUAS: Add pt_BR.
14328 * po/POTFILES.in: Add src/assoc.c, src/closure.c, src/gram.c,
14329 src/main.c, src/relation.c, src/state.c, lib/bitset_stats.c,
14330 lib/timevar.c.
14331 Use src/parse-gram.y instead of src/parse-gram.c, as the gettext
14332 manual recommends.
14333 Similarly, use src/scan-gram.l instead of src/scan-gram.c.
14334
14335 * src/complain.c (strerror_r): Remove decl; not needed.
14336 (strerror): Use same pattern as ../lib/error.c.
14337
14338 * src/files.c, src/files.h (compute_header_macro): Remove; unused.
14339
14340 * src/gram.c (grammar_dump): Do not assume ptrdiff_t fits in int.
14341
14342 * src/main.c (main): Cast result of bindtextdomain and textdomain
14343 to void, to avoid a GCC warning when --disable-nls is in effect.
14344
14345 * src/scan-gram.l: Use strings rather than escapes when possible,
14346 to minimize the number of warnings from xgettext.
14347 (handle_action_dollar, handle_action_at): Don't use isdigit,
14348 as it mishandles negative chars and it may not work as expected
14349 outside the C locale.
14350
14351 * src/symtab.c (symbol_get): Don't cast LHS of an assignment;
14352 this is a GCC extension and is not portable to other compilers.
14353
14354 * src/system.h (alloca): Use same pattern as ../lib/error.c.
14355 Do not include <ctype.h>; no longer needed.
14356 Do not include <malloc.h>; no longer needed (and generates
14357 warnings on OpenBSD 3.0).
14358
14359 * tests/cxx-type.at (yylex): Do not pass signed char to isupper;
14360 it's not portable.
14361
14362 * tests/regression.at: Do not use 'cc -c input.c -o input';
14363 Sun C rejects this. Instead, use 'cc -c input.c -o input.o'.
14364
14365 * tests/synclines.at (AC_SYNCLINES_COMPILE): Accept any nonzero
14366 exit status as failure, not just exit status 1. Sun C exits
14367 with status 2 sometimes.
14368
14369 * tests/torture.at (AT_INCREASE_DATA_SIZE): New macro.
14370 Use it for the two large tests.
14371
14372 2002-08-02 Akim Demaille <akim@epita.fr>
14373
14374 * src/conflicts.c (conflicts_output): Don't output rules never
14375 reduced here, since anyway that computation doesn't work.
14376 * src/gram.h, src/gram.h (rule_filter_t, rule_useful_p)
14377 (rule_useless_p, rule_never_reduced_p): New.
14378 (grammar_rules_partial_print): Use a filter instead of a range.
14379 Display the title only if needed.
14380 (grammar_rules_print): Adjust.
14381 (grammar_rules_never_reduced_report): New.
14382 * src/tables.c (action_row): Move the computation of rules never
14383 reduced to...
14384 (token_actions): here.
14385 * src/main.c (main): Make the parser before making the report, so
14386 that rules never reduced are computed.
14387 Call grammar_rules_never_reduced_report.
14388 * src/print.c (print_results): Report rules never reduced.
14389 * tests/conflicts.at, tests/reduce.at: Adjust.
14390
14391 2002-08-01 Akim Demaille <akim@epita.fr>
14392
14393 Instead of attaching lookaheads and duplicating the rules being
14394 reduced by a state, attach the lookaheads to the reductions.
14395
14396 * src/state.h (state_t): Remove the `lookaheads',
14397 `lookaheads_rule' member.
14398 (reductions_t): Add a `lookaheads' member.
14399 Use a regular array for the `rules'.
14400 * src/state.c (reductions_new): Initialize the lookaheads member
14401 to 0.
14402 (state_rule_lookaheads_print): Adjust.
14403 * src/state.h, src/state.c (state_reductions_find): New.
14404 * src/conflicts.c (resolve_sr_conflict, set_conflicts)
14405 (count_rr_conflicts): Adjust.
14406 * src/lalr.c (LArule): Remove.
14407 (add_lookback_edge): Adjust.
14408 (state_lookaheads_count): New.
14409 (states_lookaheads_initialize): Merge into...
14410 (initialize_LA): this.
14411 (lalr_free): Adjust.
14412 * src/main.c (main): Don't free nullable and derives too early: it
14413 is used by --verbose.
14414 * src/print.c, src/print_graph.c, src/tables.c: Adjust.
14415
14416 2002-08-01 Akim Demaille <akim@epita.fr>
14417
14418 * src/derives.h, src/derives.c (derives): A `rule_t***' instead of
14419 `rule_number_t**'.
14420 (set_derives, free_derives): Rename as...
14421 (derives_compute, derives_free): this.
14422 Adjust all dependencies.
14423 * src/nullable.c (set_nullable, free_nullable): Rename as...
14424 (nullable_compute, nullable_free): these.
14425 (rule_list_t): Store rule_t *, not rule_number_t.
14426 * src/state.c (state_rule_lookaheads_print): Directly compare rule
14427 pointers, instead of their numbers.
14428 * src/main.c (main): Call nullable_free, and derives_free earlier,
14429 as they were lo longer used.
14430
14431 2002-08-01 Akim Demaille <akim@epita.fr>
14432
14433 * lib/timevar.c (get_time): Include children time.
14434 * src/lalr.h (LA, LArule): Don't export them: used with the
14435 state_t.
14436 * src/lalr.c (LA, LArule): Static.
14437 * src/lalr.h, src/lalr.c (lalr_free): New.
14438 * src/main.c (main): Call it.
14439 * src/tables.c (pack_vector): Check whether loc is >= to the
14440 table_size, not >.
14441 (pack_tables): Don't free froms, tos, conflict_tos, and pos...
14442 (tables_generate): do it, since that's also it which allocates
14443 them.
14444 Don't free LA and LArule, main does.
14445
14446 2002-07-31 Akim Demaille <akim@epita.fr>
14447
14448 Separate parser tables computation and output.
14449
14450 * src/output.c (nvectors, base_t, base, base_ninf, conflict_table)
14451 (conflict_list, conflict_list_cnt, table, check, table_ninf)
14452 (yydefgoto, yydefact, high): Move to...
14453 * src/tables.h, src/tables.c: here.
14454 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
14455 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
14456 (symbol_number_to_vector_number, nvectors, BASE_MAX, BASE_MIN)
14457 (froms, tos, conflict_tos, tally, width, action_t, ACTION_MAX)
14458 (ACTION_MIN, actrow, order, nentries, pos, conflrow)
14459 (conflict_list_free, table_size, lowzero, table_grow, conflict_row)
14460 (action_row, save_row, token_actions, save_column, default_goto)
14461 (goto_actions, sort_actions, matching_state, pack_vector)
14462 (table_ninf_remap, pack_table, prepare_actions): Move to...
14463 * src/tables.c: here.
14464 * src/tables.h, src/tables.c(tables_generate, tables_free): New.
14465 * src/output.c (token_actions, output_base, output_conflicts)
14466 (output_check): Merge into...
14467 (prepare_actions): this.
14468 (actions_output): Rename as...
14469 (user_actions_output): this.
14470 * src/main.c (main): Call tables_generate and tables_free.
14471
14472 2002-07-31 Akim Demaille <akim@epita.fr>
14473
14474 Steal GCC's --time-report support.
14475
14476 * lib/timevar.c, lib/timevar.h, lib/timevar.def: New,
14477 stolen/adjusted from GCC.
14478 * m4/stage.m4: Remove time related checks.
14479 * m4/timevar.m4: New.
14480 * configure.in: Adjust.
14481 * src/system.h: Adjust to using timevar.h.
14482 * src/getargs.h, src/getargs.c: Support trace_time for
14483 --trace=time.
14484 * src/main.c (stage): Remove.
14485 (main): Replace `stage' invocations with timevar calls.
14486 * src/output.c: Insert pertinent timevar calls.
14487
14488 2002-07-31 Akim Demaille <akim@epita.fr>
14489
14490 Let --trace have arguments.
14491
14492 * src/getargs.h (enum trace_e): New.
14493 * src/getargs.c (trace_args, trace_types, trace_argmatch): New.
14494 (long_options, short_options): --trace/-T takes an optional
14495 argument.
14496 Change all the uses of trace_flag to reflect the new flags.
14497 * tests/sets.at (Firsts, Nullable, Broken Closure): Use --trace=sets.
14498
14499 Strengthen `stage' portability.
14500
14501 * m4/stage.m4 (BISON_PREREQ_STAGE): New.
14502 * configure.in: Use it.
14503 Don't check for malloc.h and sys/times.h.
14504 * src/system.h: Include them when appropriate.
14505 * src/main.c (stage): Compile only when mallinfo, struct mallinfo,
14506 times and struct tms are available.
14507
14508 2002-07-30 Akim Demaille <akim@epita.fr>
14509
14510 In verbose parse error message, don't report `error' as an
14511 expected token.
14512 * tests/actions.at (Printers and Destructors): Adjust.
14513 * tests/calc.at (Calculator $1): Adjust.
14514 * data/yacc.c, data/glr.c, data/lalr1.c: When making the verbose
14515 error message, do not report the parser accepts the error token in
14516 that state.
14517
14518 2002-07-30 Akim Demaille <akim@epita.fr>
14519
14520 Normalize conflict related messages.
14521
14522 * src/complain.h, src/complain.c (warn, complain): New.
14523 * src/conflicts.c (conflicts_print): Use them.
14524 (conflict_report_yacc): New, extracted from...
14525 (conflicts_print): here.
14526 * tests/conflicts.at, tests/existing.at: Adjust.
14527
14528 2002-07-30 Akim Demaille <akim@epita.fr>
14529
14530 Report rules which are never reduced by the parser: those hidden
14531 by conflicts.
14532
14533 * src/LR0.c (save_reductions): Don't make the final state too
14534 different: save its reduction (accept) instead of having a state
14535 without any action (no shift or goto, no reduce).
14536 Note: the final state is now a ``regular'' state, i.e., the
14537 parsers now contain `reduce 0' as default reduction.
14538 Nevertheless, since they decide to `accept' when yystate =
14539 final_state, they still will not reduce rule 0.
14540 * src/print.c (print_actions, print_reduction): Adjust.
14541 * src/output.c (action_row): Track reduced rules.
14542 (token_actions): Report rules never reduced.
14543 * tests/conflicts.at, tests/regression.at: Adjust.
14544
14545 2002-07-30 Akim Demaille <akim@epita.fr>
14546
14547 `stage' was accidently included in a previous patch.
14548 Initiate its autoconfiscation.
14549
14550 * configure.in: Look for malloc.h and sys/times.h.
14551 * src/main.c (stage): Adjust.
14552 Report only when trace_flag.
14553
14554 2002-07-29 Akim Demaille <akim@epita.fr>
14555
14556 * src/state.h, src/state.c (transitions_t): Holds state_t*'s, not
14557 state_number_t.
14558 (errs_t): symbol_t*, not symbol_number_t.
14559 (reductions_t): rule_t*, not rule_number_t.
14560 (FOR_EACH_SHIFT): New.
14561 * src/LR0.c, src/conflicts.c, src/lalr.c, src/output.c
14562 * src/print.c, src/print_graph.c: Adjust.
14563
14564 2002-07-29 Akim Demaille <akim@epita.fr>
14565
14566 Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
14567
14568 * src/symtab.h, src/symtab.c (eoftoken, axiom): Rename as...
14569 (endtoken, accept): these.
14570 * src/reader.c (reader): Set endtoken's default tag to "$end".
14571 Set undeftoken's tag to "$undefined" instead of "$undefined.".
14572 * doc/bison.texinfo (Table of Symbols): Mention $accept and $end.
14573 Adjust.
14574
14575 2002-07-29 Akim Demaille <akim@epita.fr>
14576
14577 * src/reduce.c (reduce_grammar): When the language is empty,
14578 complain about the start symbol, not the axiom.
14579 Use its location.
14580 * tests/reduce.at (Empty Language): New.
14581
14582 2002-07-26 Akim Demaille <akim@epita.fr>
14583
14584 * src/reader.h, src/reader.c (gram_error): ... can't get
14585 yycontrol without making too strong assumptions on the parser
14586 itself.
14587 * src/output.c (prepare_tokens): Use the real 0th value of
14588 token_translations instead of `0'.
14589 * src/parse-gram.y (yyerror): Don't rely on yycontrol being
14590 visible here.
14591 * data/yacc.c (yyreport_parse_error): Rename yylocation as yylloc
14592 for the time being: %locations ought to provide it to yyerror.
14593
14594 2002-07-25 Akim Demaille <akim@epita.fr>
14595
14596 * src/output.c (prepare_tokens): Go up to ntokens, not ntokens + 1.
14597 * doc/bison.texinfo (Decl Summary): s/$illegal/$undefined./.
14598 * tests/regression.at (Web2c Actions): Adjust.
14599
14600 2002-07-25 Akim Demaille <akim@epita.fr>
14601
14602 Stop storing rules from 1 to nrules + 1.
14603
14604 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c, src/lalr.c
14605 * src/nullable.c, src/output.c, src/print.c, src/reader.c
14606 * src/reduce.c: Allocate and free from &rules[0], not &rules[1].
14607 Iterate from 0 to nrules.
14608 Use rule_number_as_item_number and item_number_as_rule_number.
14609 Adjust to `derive' now containing possibly 0.
14610 * src/gram.h (rule_number_as_item_number, item_number_as_rule_number):
14611 Handle the `- 1' part in rule numbers from/to item numbers.
14612 * src/conflicts.c (log_resolution): Fix the message which reversed
14613 shift and reduce.
14614 * src/output.c (action_row): Initialize default_rule to -1.
14615 (token_actions): Adjust.
14616 * tests/sets.at (Nullable, Firsts): Fix the previously bogus
14617 expected output.
14618 * tests/conflicts.at (Resolved SR Conflicts): Likewise.
14619
14620 2002-07-25 Akim Demaille <akim@epita.fr>
14621
14622 * data/c.m4 (b4_c_function, b4_c_ansi_args, b4_c_ansi_arg)
14623 (b4_c_knr_arg_names, b4_c_knr_arg_name, b4_c_knr_arg_decls)
14624 (b4_c_knr_arg_decl): New.
14625 * data/yacc.c: Use it to define yysymprint, yydestruct, and
14626 yyreport_parse_error.
14627
14628 2002-07-25 Akim Demaille <akim@epita.fr>
14629
14630 * data/yacc.c (yyreport_parse_error): New, extracted from...
14631 (yyparse): here.
14632 (yydestruct, yysymprint): Move above yyparse.
14633 Be K&R compliant.
14634
14635 2002-07-25 Akim Demaille <akim@epita.fr>
14636
14637 * data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for): New,
14638 replace...
14639 (b4_sint_type, b4_uint_type): these.
14640 * data/yacc.c, data/glr.c, data/lalr1.cc: Use b4_int_type_for.
14641 * tests/regression.at (Web2c Actions): Adjust.
14642
14643 2002-07-25 Akim Demaille <akim@epita.fr>
14644
14645 * src/gram.h (TIEM_NUMBER_MAX): New.
14646 (item_number_of_rule_number, rule_number_of_item_number): Rename
14647 as...
14648 (rule_number_as_item_number, item_number_as_rule_number): these.
14649 Adjust dependencies.
14650 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
14651 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
14652 (symbol_number_to_vector_number): New.
14653 (order): Of vector_number_t* type.
14654 (base_t, BASE_MAX, BASE_MIN): New.
14655 (froms, tos, width, pos, check): Of base_t type.
14656 (action_number_t, ACTION_MIN, ACTION_MAX): New.
14657 (actrow): Of action_number_t type.
14658 (conflrow): Of unsigned int type.
14659 (table_ninf, base_ninf): New.
14660 (GENERATE_MUSCLE_INSERT_TABLE): Also output the `*_min' value.
14661 (muscle_insert_int_table, muscle_insert_base_table)
14662 (muscle_insert_rule_number_table): New.
14663 (prepare_tokens): Output `toknum' as int_table.
14664 (action_row): Returns a rule_number_t.
14665 Use ACTION_MIN, not SHRT_MIN.
14666 (token_actions): yydefact is rule_number_t*.
14667 (table_ninf_remap): New.
14668 (pack_table): Use it for `base' and `table'.
14669 * data/yacc.c, data/glr.c, data/lalr1.cc (YYFLAG): Remove,
14670 replaced with...
14671 (YYPACT_NINF, YYTABLE_NINF): these.
14672 (yypact, yytable): Compute their types instead of hard-coded
14673 `short'.
14674 * tests/regression.at (Web2c Actions): Adjust.
14675
14676 2002-07-19 Akim Demaille <akim@epita.fr>
14677
14678 * src/scan-gram.l (id): Can start with an underscore.
14679
14680 2002-07-16 Akim Demaille <akim@epita.fr>
14681
14682 * src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string): New.
14683 Adjust all former `associativity' dependencies.
14684 * src/symtab.c (symbol_new): Default associativity is `undef', not
14685 `right'.
14686 (symbol_check_alias_consistence): Adjust.
14687
14688 2002-07-09 Akim Demaille <akim@epita.fr>
14689
14690 * doc/bison.texinfo: Properly set the ``header'' part.
14691 Use @dircategory ``GNU programming tools'' as per Texinfo's
14692 documentation.
14693 Use @copying.
14694
14695 2002-07-09 Akim Demaille <akim@epita.fr>
14696
14697 * lib/quotearg.h: Protect against multiple inclusions.
14698 * src/location.h (location_t): Add a `file' member.
14699 (LOCATION_RESET, LOCATION_PRINT): Adjust.
14700 * src/complain.c (warn_at, complain_at, fatal_at): Drop
14701 `error_one_per_line' support.
14702
14703 2002-07-09 Akim Demaille <akim@epita.fr>
14704
14705 * src/complain.h, src/complain.c (warn, complain): Remove, unused.
14706 * src/reader.c (lineno): Remove.
14707 Adjust all dependencies.
14708 (get_merge_function): Take a location and use complain_at.
14709 * src/symtab.h, src/symtab.c (symbol_make_alias): Likewise.
14710 * tests/regression.at (Invalid inputs, Mixing %token styles):
14711 Adjust.
14712
14713 2002-07-09 Akim Demaille <akim@epita.fr>
14714
14715 * src/parse-gram.y (rules_or_grammar_declaration): Add an error
14716 recovery rule, and forbid extensions when --yacc.
14717 (gram_error): Use complain_at.
14718 * src/reader.c (reader): Exit if there were parse errors.
14719
14720 2002-07-09 Akim Demaille <akim@epita.fr>
14721
14722 * tests/synclines.at (AT_SYNCLINES_COMPILE): New.
14723 (AT_TEST_SYNCLINE): Adjust to unusual GCC outputs.
14724 Reported by R Blake <blakers@mac.com>.
14725
14726 2002-07-09 Akim Demaille <akim@epita.fr>
14727
14728 * data/yacc.c: Output the copyright notive in the header.
14729
14730 2002-07-03 Akim Demaille <akim@epita.fr>
14731
14732 * src/output.c (froms, tos): Are state_number_t.
14733 (save_column): sp, sp1, and sp2 are state_number_t.
14734 (prepare): Rename `final' as `final_state_number', `nnts' as
14735 `nterms_number', `nrules' as `rules_number', `nstates' as
14736 `states_number', and `ntokens' as `tokens_number'. Remove `nsym',
14737 unused.
14738 * data/yacc.c, data/glr.c, data/lalr1.cc: Adjust.
14739 * data/lalr1.cc (nsym_): Remove, unused.
14740
14741 2002-07-03 Akim Demaille <akim@epita.fr>
14742
14743 * src/lalr.h, src/lalr.c (goto_number_t): New.
14744 * src/lalr.c (goto_list_t): New.
14745 Propagate them.
14746 * src/nullable.c (rule_list_t): New.
14747 Propagate.
14748 * src/types.h: Remove.
14749
14750 2002-07-03 Akim Demaille <akim@epita.fr>
14751
14752 * src/closure.c (print_fderives): Use rule_rhs_print.
14753 * src/derives.c (print_derives): Use rule_rhs_print.
14754 (rule_list_t): New, replaces `shorts'.
14755 (set_derives): Add comments.
14756 * tests/sets.at (Nullable, Firsts): Adjust.
14757
14758 2002-07-03 Akim Demaille <akim@epita.fr>
14759
14760 * src/output.c (prepare_actions): Free `tally' and `width'.
14761 (prepare_actions): Allocate and free `order'.
14762 * src/symtab.c (symbols_free): Free `symbols'.
14763 * src/scan-gram.l (scanner_free): Clear Flex's scanners memory.
14764 * src/output.c (m4_invoke): Move to...
14765 * src/scan-skel.l: here.
14766 (<<EOF>>): Close yyout, and free its name.
14767
14768 2002-07-03 Akim Demaille <akim@epita.fr>
14769
14770 Fix some memory leaks, and fix a bug: state 0 was examined twice.
14771
14772 * src/LR0.c (new_state): Merge into...
14773 (state_list_append): this.
14774 (new_states): Merge into...
14775 (generate_states): here.
14776 (set_states): Don't ensure a proper `errs' state member here, do it...
14777 * src/conflicts.c (conflicts_solve): here.
14778 * src/state.h, src/state.c: Comment changes.
14779 (state_t): Rename member `shifts' as `transitions'.
14780 Adjust all dependencies.
14781 (errs_new): For consistency, also take the values as argument.
14782 (errs_dup): Remove.
14783 (state_errs_set): New.
14784 (state_reductions_set, state_transitions_set): Assert that no
14785 previous value was assigned.
14786 (state_free): New.
14787 (states_free): Use it.
14788 * src/conflicts.c (resolve_sr_conflict): Don't use an `errs_t' as
14789 temporary storage: use `errs' and `nerrs' as elsewhere.
14790 (set_conflicts): Allocate and free this `errs'.
14791
14792 2002-07-02 Akim Demaille <akim@epita.fr>
14793
14794 * lib/libiberty.h: New.
14795 * lib: Update the bitset implementation from upstream.
14796 * src/closure.c, src/lalr.c, src/output.c, src/print_graph.c,
14797 * src/state.c: Use BITSET_FOR_EACH, not BITSET_EXECUTE.
14798 * src/main.c: Adjust bitset stats calls.
14799
14800 2002-07-01 Paul Eggert <eggert@twinsun.com>
14801
14802 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>): Convert to unsigned
14803 char, so that negative chars don't collide with $.
14804
14805 2002-06-30 Akim Demaille <akim@epita.fr>
14806
14807 Have the GLR tests be `warning' checked, and fix the warnings.
14808
14809 * data/glr.c (YYFPRINTF): Always define it, not only when YYDEBUG
14810 (yyuserAction, yyreportAmbiguity): `Use' all the arguments.
14811 (yyremoveDeletes): `yyi' and `yyj' are size_t.
14812 Use YYFPRINTF when under if (YYDEBUG) to avoid empty `if' bodies.
14813 (yyaddDeferredAction): static.
14814 (yyglrReduce): yyi, yyk, amd yyposn are size_t.
14815 (yyreportParseError): yyprefix is const.
14816 yytokenp is used only when verbose.
14817 (yy__GNUC__): Replace with __GNUC__.
14818 (yypdumpstack): yyi is size_t.
14819 (yypreference): Un-yy local variables and arguments, to avoid
14820 clashes with `yyr1'. Anyway, we are not in the user name space.
14821 (yytname_size): be an int, as is compared with ints.
14822 * tests/testsuite.at (AT_COMPILE, AT_PARSER_CHECK): New.
14823 Use them.
14824 * tests/cxx-gram.at: Use quotation to protect $1.
14825 Use AT_COMPILE to enable warnings hunts.
14826 Prototype yylex and yyerror.
14827 `Use' argc.
14828 Include `string.h', not `strings.h'.
14829 Produce and prototype stmtMerge only when used.
14830 yylex takes a location.
14831
14832 2002-06-30 Akim Demaille <akim@epita.fr>
14833
14834 We spend a lot of time in quotearg, in particular when --verbose.
14835
14836 * src/symtab.c (symbol_get): Store a quoted version of the key.
14837 (symbol_tag_get, symbol_tag_get_n, symbol_tag_print): Remove.
14838 Adjust all callers.
14839
14840 2002-06-30 Akim Demaille <akim@epita.fr>
14841
14842 * src/state.h (reductions_t): Rename member `nreds' as num.
14843 (errs_t): Rename members `nerrs' and `errs' as `num' and `symbols'.
14844 * src/state.c (ERRS_ALLOC, REDUCTIONS_ALLOC): Use the correct types.
14845
14846 2002-06-30 Akim Demaille <akim@epita.fr>
14847
14848 * src/state.h, src/state.c (shift_t, SHIFT_SYMBOL, SHIFT_IS_SHIFT)
14849 (SHIFT_IS_GOTO, SHIFT_IS_ERROR, SHIFT_DISABLE, SHIFT_IS_DISABLED)
14850 (shifts_to): Rename as...
14851 (transition_t, TRANSITION_SYMBOL, TRANSITION_IS_TRANSITION)
14852 (TRANSITION_IS_GOTO, TRANSITION_IS_ERROR, TRANSITION_DISABLE)
14853 (TRANSITION_IS_DISABLED, transitions_to): these.
14854
14855 2002-06-30 Akim Demaille <akim@epita.fr>
14856
14857 * src/print.c (print_shifts, print_gotos): Merge into...
14858 (print_transitions): this.
14859 (print_transitions, print_errs, print_reductions): Align the
14860 lookaheads columns.
14861 (print_core, print_transitions, print_errs, print_state,
14862 print_grammar): Output empty lines separator before, not after.
14863 (state_default_rule_compute): Rename as...
14864 (state_default_rule): this.
14865 * tests/conflicts.at (Defaulted Conflicted Reduction),
14866 (Unresolved SR Conflicts, Resolved SR Conflicts): Adjust.
14867 * tests/regression.at (Rule Line Numbers, Web2c Report): Adjust.
14868
14869 2002-06-30 Akim Demaille <akim@epita.fr>
14870
14871 Display items as we display rules.
14872
14873 * src/gram.h, src/gram.c (rule_lhs_print): New.
14874 * src/gram.c (grammar_rules_partial_print): Use it.
14875 * src/print.c (print_core): Likewise.
14876 * tests/conflicts.at (Defaulted Conflicted Reduction),
14877 (Unresolved SR Conflicts): Adjust.
14878 (Unresolved SR Conflicts): Adjust and rename as...
14879 (Resolved SR Conflicts): this, as was meant.
14880 * tests/regression.at (Web2c Report): Adjust.
14881
14882 2002-06-30 Akim Demaille <akim@epita.fr>
14883
14884 * src/print.c (state_default_rule_compute): New, extracted from...
14885 (print_reductions): here.
14886 Pessimize, but clarify the code.
14887 * tests/conflicts.at (Defaulted Conflicted Reduction): New.
14888
14889 2002-06-30 Akim Demaille <akim@epita.fr>
14890
14891 * src/output.c (action_row): Let default_rule be always a rule
14892 number.
14893
14894 2002-06-30 Akim Demaille <akim@epita.fr>
14895
14896 * src/closure.c (print_firsts, print_fderives, closure):
14897 Use BITSET_EXECUTE.
14898 * src/lalr.c (lookaheads_print): Likewise.
14899 * src/state.c (state_rule_lookaheads_print): Likewise.
14900 * src/print_graph.c (print_core): Likewise.
14901 * src/print.c (print_reductions): Likewise.
14902 * src/output.c (action_row): Likewise.
14903 Use SHIFT_IS_DISABLED, SHIFT_IS_SHIFT and SHIFT_SYMBOL.
14904
14905 2002-06-30 Akim Demaille <akim@epita.fr>
14906
14907 * src/print_graph.c: Use report_flag.
14908
14909 2002-06-30 Akim Demaille <akim@epita.fr>
14910
14911 * src/lalr.c (traverse, digraph, matrix_print, transpose): Move
14912 to...
14913 * src/relation.h, src/relation.c (traverse, relation_digraph)
14914 (relation_print, relation_transpose): New.
14915
14916 2002-06-30 Akim Demaille <akim@epita.fr>
14917
14918 * src/state.h, src/state.c (shifts_to): New.
14919 * src/lalr.c (build_relations): Use it.
14920
14921 2002-06-30 Akim Demaille <akim@epita.fr>
14922
14923 * src/gram.h (rule_number_t, RULE_NUMBER_MAX, int_of_rule_number)
14924 (item_number_of_rule_number, rule_number_of_item_number): New.
14925 * src/LR0.c, src/closure.c, src/derives.c, src/derives.h,
14926 * src/gram.c, src/lalr.c, src/nullable.c, src/output.c, src/print.c,
14927 * src/print_graph.c, src/reader.c, src/reduce.c, src/reduce.h:
14928 Propagate their use.
14929 Much remains to be done, in particular wrt `shorts' from types.h.
14930
14931 2002-06-30 Akim Demaille <akim@epita.fr>
14932
14933 * src/symtab.c (symbol_new): Initialize the `printer' member.
14934
14935 2002-06-30 Akim Demaille <akim@epita.fr>
14936
14937 * src/LR0.c (save_reductions): Remove, replaced by...
14938 * src/state.h, src/state.c (state_reductions_set): New.
14939 (reductions, errs): Rename as...
14940 (reductions_t, errs_t): these.
14941 Adjust all dependencies.
14942
14943 2002-06-30 Akim Demaille <akim@epita.fr>
14944
14945 * src/LR0.c (state_list_t, state_list_append): New.
14946 (first_state, last_state): Now symbol_list_t.
14947 (this_state): Remove.
14948 (new_itemsets, append_states, save_reductions): Take a state_t as
14949 argument.
14950 (set_states, generate_states): Adjust.
14951 (save_shifts): Remove, replaced by...
14952 * src/state.h, src/state.c (state_shifts_set): New.
14953 (shifts): Rename as...
14954 (shifts_t): this.
14955 Adjust all dependencies.
14956 * src/state.h (state_t): Remove the `next' member.
14957
14958 2002-06-30 Akim Demaille <akim@epita.fr>
14959
14960 * src/vcg.c (quote): Use slot 2, since we often pass symbol tag
14961 escaped in slot 0.
14962
14963 2002-06-30 Akim Demaille <akim@epita.fr>
14964
14965 Use hash.h for the state hash table.
14966
14967 * src/LR0.c (STATE_HASH_SIZE, state_hash): Remove.
14968 (allocate_storage): Use state_hash_new.
14969 (free_storage): Use state_hash_free.
14970 (new_state, get_state): Adjust.
14971 * src/lalr.h, src/lalr.c (states): Move to...
14972 * src/states.h (state_t): Remove the `link' member, no longer
14973 used.
14974 * src/states.h, src/states.c: here.
14975 (state_hash_new, state_hash_free, state_hash_lookup)
14976 (state_hash_insert, states_free): New.
14977 * src/states.c (state_table, state_compare, state_hash): New.
14978 * src/output.c (output_actions): Do not free states now, since we
14979 still need to know the final_state number in `prepare', called
14980 afterwards. Do it...
14981 * src/main.c (main): here: call states_free after `output'.
14982
14983 2002-06-30 Akim Demaille <akim@epita.fr>
14984
14985 * src/state.h, src/state.c (state_new): New, extracted from...
14986 * src/LR0.c (new_state): here.
14987 * src/state.h (STATE_ALLOC): Move to...
14988 * src/state.c: here.
14989 * src/LR0.h, src/LR0.c (nstates, final_state): Move to...
14990 * src/state.h, src/state.c: here.
14991
14992 2002-06-30 Akim Demaille <akim@epita.fr>
14993
14994 * src/reader.c (gensym): Rename as...
14995 * src/symtab.h, src/symtab.c (dummy_symbol_get): this.
14996 (getsym): Rename as...
14997 (symbol_get): this.
14998
14999 2002-06-30 Akim Demaille <akim@epita.fr>
15000
15001 * src/state.h (state_number_t, STATE_NUMBER_MAX): New.
15002 * src/LR0.c, src/LR0.h, src/conflicts.c, src/lalr.c, src/lalr.h,
15003 * src/output.c, src/print.c, src/print_graph.c: Propagate.
15004 * src/LR0.h, src/LR0.h (final_state): Is a state_t*.
15005
15006 2002-06-30 Akim Demaille <akim@epita.fr>
15007
15008 Make the test suite pass with warnings checked.
15009
15010 * tests/actions.at (Printers and Destructors): Improve.
15011 Avoid unsigned vs. signed issues.
15012 * tests/calc.at: Don't exercise the scanner here, do it...
15013 * tests/input.at (Torturing the Scanner): here.
15014
15015 2002-06-28 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15016
15017 * data/glr.c: Correct typo in Emacs-mode directive. Slightly
15018 reorganize first lines parallel to yacc.c.
15019
15020 2002-06-28 Akim Demaille <akim@epita.fr>
15021
15022 * data/c.m4 (b4_copyright, b4_sint_type, b4_uint_type, b4_token_define)
15023 (b4_token_enum, b4_token_defines): New, factored from...
15024 * data/lalr1.cc, data/yacc.c, glr.c: here.
15025
15026 2002-06-28 Akim Demaille <akim@epita.fr>
15027
15028 * data/yacc.c (yydestruct, yysymprint): Pacify GCC warnings for
15029 unused variables.
15030 * src/output.c (merger_output): static.
15031
15032 2002-06-28 Akim Demaille <akim@epita.fr>
15033
15034 * src/reader.h: s/grammer_current_rule_merge_set/grammar_.../.
15035 * src/conflicts.c (conflicts_total_count): `i' is unsigned, to
15036 pacify GCC.
15037 * src/output.c (save_row): Initialize all the variables to pacify GCC.
15038
15039 2002-06-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15040
15041 Accumulated changelog for new GLR parsing features.
15042
15043 * src/conflicts.c (count_total_conflicts): Change name to
15044 conflicts_total_count.
15045 * src/conflicts.h: Ditto.
15046 * src/output.c (token_actions): Use the new name.
15047 (output_conflicts): Change conflp => conflict_list_heads, and
15048 confl => conflict_list for better readability.
15049 * data/glr.c: Use the new names.
15050 * NEWS: Add self to GLR announcement.
15051
15052 * src/reader.c (free_merger_functions): Cleanup: XFREE->free.
15053
15054 * doc/bison.texinfo (GLR Parsers): Make corrections suggested by
15055 Akim Demaille.
15056
15057 * data/bison.glr: Change name to glr.c
15058 * data/glr.c: Renamed from bison.glr.
15059 * data/Makefile.am: Add glr.c
15060
15061 * src/getargs.c:
15062
15063 * src/symlist.h: Add dprec and merger fields to symbol_list_s.
15064 * src/symlist.c (symbol_list_new): Initialize dprec and merger fields.
15065
15066 Originally 2002-06-16 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15067
15068 * data/bison.glr: Be sure to restore the
15069 current #line when returning to the skeleton contents after having
15070 exposed the input file's #line.
15071
15072 Originally 2002-06-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15073
15074 * data/bison.glr: Bring up to date with changes to bison.simple.
15075
15076 Originally 2002-06-03 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15077
15078 * data/bison.glr: Correct definitions that use b4_prefix.
15079 Various reformatting.
15080 (GLRStack): Make yychar (in YYPURE case) and yytokenp as part of stack.
15081 (yyreportParseError, yyrecoverParseError, yyprocessOneStack): remove
15082 yytokenp argument; now part of stack.
15083 (yychar): Define to behave as documented.
15084 (yyclearin): Ditto.
15085
15086 Originally 2002-05-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15087
15088 * src/reader.h: Add declaration for free_merger_functions.
15089
15090 * src/reader.c (merge_functions): New variable.
15091 (get_merge_function): New function.
15092 (free_merger_functions): New function.
15093 (readgram): Check for %prec that is not followed by a symbol.
15094 Handle %dprec and %merge declarations.
15095 (packgram): Initialize dprec and merger fields in rules array.
15096
15097 * src/output.c (conflict_tos, conflrow, conflict_table, conflict_list,
15098 conflict_list_cnt, conflict_list_free): New variables.
15099 (table_grow): Also grow conflict_table.
15100 (prepare_rules): Output dprec and merger tables.
15101 (conflict_row): New function.
15102 (action_row): Output conflict lists for GLR parser. Don't use
15103 default reduction in conflicted states for GLR parser so that there
15104 are spaces for the conflict lists.
15105 (save_row): Also save conflict information.
15106 (token_actions): Allocate conflict list.
15107 (merger_output): New function.
15108 (pack_vector): Pack conflict table, too.
15109 (output_conflicts): New function to output yyconflp and yyconfl.
15110 (output_check): Allocate conflict_tos.
15111 (output_actions): Output conflict tables, also.
15112 (output_skeleton): Output b4_mergers definition.
15113 (prepare): Output b4_max_rhs_length definition.
15114 Use 'bison.glr' as default skeleton for GLR parsers.
15115
15116 * src/gram.c (glr_parser): New flag.
15117 (grammar_free): Call free_merger_functions.
15118
15119 * src/conflicts.c (count_rr_conflicts): Augment to optionally count
15120 all pairs of conflicting reductions, rather than just all tokens
15121 causing conflicts. Needed to size conflict tables.
15122 (conflicts_output): Modify call to count_rr_conflicts for new
15123 interface.
15124 (conflicts_print): Ditto.
15125 (count_total_conflicts): New function.
15126
15127 * src/reader.h (merger_list): New type.
15128 (merge_functions): New variable.
15129
15130 * src/lex.h (tok_dprec, tok_merge): New token types.
15131
15132 * src/gram.h (rule_s): Add dprec and merger fields.
15133 (glr_parser): New flag.
15134
15135 * src/conflicts.h (count_total_conflicts): New function.
15136
15137 * src/options.c (option_table): Add %dprec, %merge, and %glr-parser.
15138
15139 * doc/bison.texinfo (Generalized LR Parsing): New section.
15140 (GLR Parsers): New section.
15141 (Language and Grammar): Mention GLR parsing.
15142 (Table of Symbols): Add %dprec, %glr-parser, %merge, GLR
15143 Correct typo ("tge" -> "the").
15144
15145 * data/bison.glr: New skeleton for GLR parsing.
15146
15147 * tests/cxx-gram.at: New tests for GLR parsing.
15148
15149 * tests/testsuite.at: Include cxx-gram.at.
15150
15151 * tests/Makefile.am: Add cxx-gram.at.
15152
15153 * src/parse-gram.y:
15154
15155 * src/scan-gram.l: Add %dprec, %glr-parser, %merge.
15156
15157 * src/parse-gram.y: Grammar for %dprec, %merge, %glr-parser.
15158
15159 2002-06-27 Akim Demaille <akim@epita.fr>
15160
15161 * src/options.h, src/options.c: Remove.
15162 * src/getargs.c (short_options, long_options): New.
15163
15164 2002-06-27 Akim Demaille <akim@epita.fr>
15165
15166 * data/bison.simple, data/bison.c++: Rename as...
15167 * data/yacc.c, data/lalr1.cc: these.
15168 * doc/bison.texinfo (Environment Variables): Remove.
15169
15170 2002-06-25 Raja R Harinath <harinath@cs.umn.edu>
15171
15172 * src/getargs.c (report_argmatch): Initialize strtok().
15173
15174 2002-06-20 Akim Demaille <akim@epita.fr>
15175
15176 * data/bison.simple (b4_symbol_actions): New, replaces...
15177 (b4_symbol_destructor, b4_symbol_printer): these.
15178 (yysymprint): Be sure to call YYPRINT only for tokens, and using
15179 user token numbers.
15180
15181 2002-06-20 Akim Demaille <akim@epita.fr>
15182
15183 * data/bison.simple (yydestructor): Rename as...
15184 (yydestruct): this.
15185
15186 2002-06-20 Akim Demaille <akim@epita.fr>
15187
15188 * src/symtab.h, src/symtab.c (symbol_type_set)
15189 (symbol_destructor_set, symbol_precedence_set): The location is
15190 the last argument.
15191 Adjust all callers.
15192
15193 2002-06-20 Akim Demaille <akim@epita.fr>
15194
15195 * src/parse-gram.y (YYPRINT, yyprint): Don't mess with the parser
15196 internals.
15197 * src/reader.h, src/reader.c (grammar_current_rule_prec_set):
15198 Takes a location.
15199 * src/symtab.h, src/symtab.c (symbol_class_set)
15200 (symbol_user_token_number_set): Likewise.
15201 Adjust all callers.
15202 Promote complain_at.
15203 * tests/input.at (Type Clashes): Adjust.
15204
15205 2002-06-20 Akim Demaille <akim@epita.fr>
15206
15207 * data/bison.simple (YYLEX): Fix the declaration when
15208 %pure-parser.
15209
15210 2002-06-20 Akim Demaille <akim@epita.fr>
15211
15212 * data/bison.simple (yysymprint): Don't print the token number,
15213 just its name.
15214 * tests/actions.at (Destructors): Rename as...
15215 (Printers and Destructors): this.
15216 Also exercise %printer.
15217
15218 2002-06-20 Akim Demaille <akim@epita.fr>
15219
15220 * data/bison.simple (YYDSYMPRINT): New.
15221 Use it to remove many of the #if YYDEBUG/if (yydebug).
15222
15223 2002-06-20 Akim Demaille <akim@epita.fr>
15224
15225 * src/symtab.h, src/symtab.c (symbol_t): printer and
15226 printer_location are new members.
15227 (symbol_printer_set): New.
15228 * src/parse-gram.y (PERCENT_PRINTER): New token.
15229 Handle its associated rule.
15230 * src/scan-gram.l: Adjust.
15231 (handle_destructor_at, handle_destructor_dollar): Rename as...
15232 (handle_symbol_code_at, handle_symbol_code_dollar): these.
15233 * src/output.c (symbol_printers_output): New.
15234 (output_skeleton): Call it.
15235 * data/bison.simple (yysymprint): New. Cannot be named yyprint
15236 since there are already many grammar files with a user `yyprint'.
15237 Replace the calls to YYPRINT to calls to yysymprint.
15238 * tests/calc.at: Adjust.
15239 * tests/torture.at (AT_DATA_STACK_TORTURE): Remove YYPRINT: it was
15240 taking advantage of parser very internal details (stack size!).
15241
15242 2002-06-20 Akim Demaille <akim@epita.fr>
15243
15244 * src/scan-gram.l: Complete the scanner with the missing patterns
15245 to pacify Flex.
15246 Use `quote' and `symbol_tag_get' where appropriate.
15247
15248 2002-06-19 Akim Demaille <akim@epita.fr>
15249
15250 * tests/actions.at (Destructors): Augment to test locations.
15251 * data/bison.simple (yydestructor): Pass it the current location
15252 if locations are enabled.
15253 Prototype only when __STDC__ or C++.
15254 Change the argument names to move into the yy name space: there is
15255 user code here.
15256
15257 2002-06-19 Akim Demaille <akim@epita.fr>
15258
15259 * data/bison.simple (b4_pure_if): New.
15260 Use it instead of #ifdef YYPURE.
15261
15262 2002-06-19 Akim Demaille <akim@epita.fr>
15263
15264 * data/bison.simple (b4_location_if): New.
15265 Use it instead of #ifdef YYLSP_NEEDED.
15266
15267 2002-06-19 Akim Demaille <akim@epita.fr>
15268
15269 Prepare @$ in %destructor, but currently don't bind it in the
15270 skeleton, as %location use is not cleaned up yet.
15271
15272 * src/scan-gram.l (handle_dollar, handle_destructor_at)
15273 (handle_action_at): New.
15274 (handle_at, handle_action_dollar, handle_destructor_dollar): Take
15275 a braced_code_t and a location as additional arguments.
15276 (handle_destructor_dollar): Instead of requiring `b4_eval', just
15277 unquote one when outputting `b4_dollar_dollar'.
15278 Adjust callers.
15279 * data/bison.simple (b4_eval): Remove.
15280 (b4_symbol_destructor): Adjust.
15281 * tests/input.at (Invalid @n): Adjust.
15282
15283 2002-06-19 Zack Weinberg <zack@codesourcery.com>
15284
15285 * doc/bison.texinfo: Document ability to have multiple
15286 prologue sections.
15287
15288 2002-06-18 Akim Demaille <akim@epita.fr>
15289
15290 * src/files.c (compute_base_names): When computing the output file
15291 names from the input file name, strip the directory part.
15292
15293 2002-06-18 Akim Demaille <akim@epita.fr>
15294
15295 * data/bison.simple.new: Comment changes.
15296 Reported by Andreas Schwab.
15297
15298 2002-06-18 Matt Kraai <kraai@alumni.cmu.edu>
15299
15300 * data/bison.simple (yyoverflowlab): #ifndef yyoverflow, so that
15301 there are no `label `yyoverflowlab' defined but not used' warnings
15302 when yyoverflow is defined.
15303
15304 2002-06-18 Akim Demaille <akim@epita.fr>
15305
15306 * src/symtab.h, src/symtab.c (symbol_t): destructor_location is a
15307 new member.
15308 (symbol_destructor_set): Adjust.
15309 * src/output.c (symbol_destructors_output): Output the destructor
15310 locations.
15311 Output the symbol name.
15312 * data/bison.simple (b4_symbol_destructor): Adjust.
15313
15314 2002-06-18 Cris Bailiff <c.bailiff@awayweb.com>
15315 and Akim Demaille <akim@epita.fr>
15316
15317 * data/bison.simple.new (yyerrlab1): Be sure to pop and destroy
15318 what's left on the stack when the error recovery hits EOF.
15319 * tests/actions.at (Destructors): Complete to exercise this case.
15320
15321 2002-06-17 Akim Demaille <akim@epita.fr>
15322
15323 * data/m4sugar/m4sugar.m4 (m4_map): Recognize when the list of
15324 arguments is really empty, not only equal to `[]'.
15325 * src/symtab.h, src/symtab.c (symbol_t): `destructor' is a new
15326 member.
15327 (symbol_destructor_set): New.
15328 * src/output.c (symbol_destructors_output): New.
15329 * src/reader.h (brace_code_t, current_braced_code): New.
15330 * src/scan-gram.l (BRACED_CODE): Use it to branch on...
15331 (handle_dollar): Rename as...
15332 (handle_action_dollar): this.
15333 (handle_destructor_dollar): New.
15334 * src/parse-gram.y (PERCENT_DESTRUCTOR): New.
15335 (grammar_declaration): Use it.
15336 * data/bison.simple (yystos): Is always defined.
15337 (yydestructor): New.
15338 * tests/actions.at (Destructors): New.
15339 * tests/calc.at (_AT_CHECK_CALC_ERROR): Don't rely on egrep.
15340
15341 2002-06-17 Akim Demaille <akim@epita.fr>
15342
15343 * src/symlist.h, src/symlist.c (symbol_list_length): New.
15344 * src/scan-gram.l (handle_dollar, handle_at): Compute the
15345 rule_length only when needed.
15346 * src/output.c (actions_output, token_definitions_output): Output
15347 the full M4 block.
15348 * src/symtab.c: Don't access directly to the symbol tag, use
15349 symbol_tag_get.
15350 * src/parse-gram.y: Use symbol_list_free.
15351
15352 2002-06-17 Akim Demaille <akim@epita.fr>
15353
15354 * src/reader.h, src/reader.c (symbol_list, symbol_list_new)
15355 (symbol_list_prepend, get_type_name): Move to...
15356 * src/symlist.h, src/symlist.c (symbol_list_t, symbol_list_new)
15357 (symbol_list_prepend, symbol_list_n_type_name_get): here.
15358 Adjust all callers.
15359 (symbol_list_free): New.
15360 * src/scan-gram.l (handle_dollar): Takes a location.
15361 * tests/input.at (Invalid $n): Adjust.
15362
15363 2002-06-17 Akim Demaille <akim@epita.fr>
15364
15365 * src/reader.h, src/reader.c (symbol_list_new): Export it.
15366 (symbol_list_prepend): New.
15367 * src/parse-gram.y (%union): `list' is a new member.
15368 (symbols.1): New, replaces...
15369 (terms_to_prec.1, nterms_to_type.1): these.
15370 * src/symtab.h, src/symtab.c (symbol_type_set, symbol_precedence_set)
15371 Take a location as additional argument.
15372 Adjust all callers.
15373
15374 2002-06-15 Akim Demaille <akim@epita.fr>
15375
15376 * src/parse-gram.y: Move %token in the declaration section so that
15377 we don't depend upon CVS Bison.
15378
15379 2002-06-15 Akim Demaille <akim@epita.fr>
15380
15381 * src/state.h, src/state.c (state_rule_lookaheads_print): New.
15382 * src/print.c (print_core): Use it.
15383
15384 2002-06-15 Akim Demaille <akim@epita.fr>
15385
15386 * src/conflicts.c (log_resolution): Accept the rule involved in
15387 the sr conflicts instead of the lookahead number that points to
15388 that rule.
15389 (flush_reduce): Accept the current lookahead vector as argument,
15390 instead of the index in LA.
15391 (resolve_sr_conflict): Accept the current number of lookahead
15392 bitset to consider for the STATE, instead of the index in LA.
15393 (set_conflicts): Adjust.
15394 * src/lalr.c, src/lalr.h, src/state.h: Comment changes.
15395
15396 2002-06-15 Akim Demaille <akim@epita.fr>
15397
15398 * src/state.h (state_t): Replace the `lookaheadsp' member, a
15399 short, with `lookaheads' (bitsetv), `lookaheads_rule' (rule_t**).
15400 Adjust all dependencies.
15401 * src/lalr.c (initialize_lookaheads): Split into...
15402 (states_lookaheads_count, states_lookaheads_initialize): these.
15403 (lalr): Adjust.
15404
15405 2002-06-15 Akim Demaille <akim@epita.fr>
15406
15407 * src/gram.h, src/gram.c (grammar_rules_partial_print): New, eved
15408 out of...
15409 (grammar_rules_print): here.
15410 * src/reduce.c (reduce_output): Use it.
15411 * tests/reduce.at (Useless Rules, Reduced Automaton)
15412 (Underivable Rules): Adjust.
15413
15414 2002-06-15 Akim Demaille <akim@epita.fr>
15415
15416 Copy BYacc's nice way to report the grammar.
15417
15418 * src/gram.h, src/gram.c (grammar_rhs_print, grammar_rules_print):
15419 New.
15420 Don't print the rules' location, it is confusing and useless.
15421 (rule_print): Use grammar_rhs_print.
15422 * src/print.c (print_grammar): Use grammar_rules_print.
15423
15424 2002-06-15 Akim Demaille <akim@epita.fr>
15425
15426 Complete and rationalize `useless thing' warnings.
15427
15428 * src/symtab.h, src/symtab.c (symbol_tag_get, symbol_tag_get_n)
15429 (symbol_tag_print): New.
15430 Use them everywhere in place of accessing directly the tag member.
15431 * src/gram.h, src/gram.c (rule_print): New.
15432 Use it where a rule used to be printed `by hand'.
15433 * src/reduce.c (nonterminals_reduce): Report the use nonterminals.
15434 (reduce_grammar_tables): Report the useless rules.
15435 (reduce_print): Useless things are a warning, not an error.
15436 Report it as such.
15437 * tests/reduce.at (Useless Nonterminals, Useless Rules):
15438 (Reduced Automaton, Underivable Rules): Adjust.
15439 * tests/regression.at (Web2c Report, Web2c Report): Adjust.
15440 * tests/conflicts.at (Unresolved SR Conflicts)
15441 (Solved SR Conflicts): Adjust.
15442
15443 2002-06-15 Akim Demaille <akim@epita.fr>
15444
15445 Let symbols have a location.
15446
15447 * src/symtab.h, src/symtab.c (symbol_t): Location is a new member.
15448 (getsym): Adjust.
15449 Adjust all callers.
15450 * src/complain.h, src/complain.c (complain_at, fatal_at, warn_at):
15451 Use location_t, not int.
15452 * src/symtab.c (symbol_check_defined): Take advantage of the
15453 location.
15454 * tests/regression.at (Invalid inputs): Adjust.
15455
15456 2002-06-15 Akim Demaille <akim@epita.fr>
15457
15458 * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.
15459 (input): Don't try to initialize yylloc here, do it in the
15460 scanner.
15461 * src/scan-gram.l (YY_USER_INIT): Initialize yylloc.
15462 * src/gram.h (rule_t): Change line and action_line into location
15463 and action_location, of location_t type.
15464 Adjust all dependencies.
15465 * src/location.h, src/location.c (empty_location): New.
15466 * src/reader.h, src/reader.c (grammar_start_symbol_set)
15467 (grammar_symbol_append, grammar_rule_begin, grammar_rule_end)
15468 (grammar_current_rule_symbol_append)
15469 (grammar_current_rule_action_append): Expect a location as argument.
15470 * src/reader.c (grammar_midrule_action): Adjust to attach an
15471 action's location as dummy symbol location.
15472 * src/symtab.h, src/symtab.c (startsymbol_location): New.
15473 * tests/regression.at (Web2c Report, Rule Line Numbers): Adjust
15474 the line numbers.
15475
15476 2002-06-14 Akim Demaille <akim@epita.fr>
15477
15478 Grammar declarations may be found in the grammar section.
15479
15480 * src/parse-gram.y (rules_or_grammar_declaration): New.
15481 (declarations): Each declaration may end with a semicolon, not
15482 just...
15483 (grammar_declaration): `"%union"'.
15484 (grammar): Branch to rules_or_grammar_declaration.
15485
15486 2002-06-14 Akim Demaille <akim@epita.fr>
15487
15488 * src/main.c (main): Invoke scanner_free.
15489
15490 2002-06-14 Akim Demaille <akim@epita.fr>
15491
15492 * src/output.c (m4_invoke): Extracted from...
15493 (output_skeleton): here.
15494 Free tempfile.
15495
15496 2002-06-14 Akim Demaille <akim@epita.fr>
15497
15498 * src/parse-gram.y (directives, directive, gram)
15499 (grammar_directives, precedence_directives, precedence_directive):
15500 Rename as...
15501 (declarations, declaration, grammar, grammar_declaration)
15502 (precedence_declaration, precedence_declarator): these.
15503 (symbol_declaration): New.
15504
15505 2002-06-14 Akim Demaille <akim@epita.fr>
15506
15507 * src/files.c (action_obstack): Remove, unused.
15508 (output_obstack): Remove it, and all its dependencies, as it is no
15509 longer needed.
15510 * src/reader.c (epilogue_set): Build the epilogue in the
15511 muscle_obstack.
15512 * src/output.h, src/output.c (muscle_obstack): Move to...
15513 * src/muscle_tab.h, src/muscle_tab.h: here.
15514 (muscle_init): Initialize muscle_obstack.
15515 (muscle_free): New.
15516 * src/main.c (main): Call it.
15517
15518 2002-06-14 Akim Demaille <akim@epita.fr>
15519
15520 * src/location.h: New, extracted from...
15521 * src/reader.h: here.
15522 * src/Makefile.am (noinst_HEADERS): Merge into
15523 (bison_SOURCES): this.
15524 Add location.h.
15525 * src/parse-gram.y: Use location_t instead of Bison's.
15526 * src/reader.h, src/reader.c (prologue_augment, epilogue_set):
15527 Use location_t instead of ints.
15528
15529 2002-06-14 Akim Demaille <akim@epita.fr>
15530
15531 * data/bison.simple, data/bison.c++: Be sure to restore the
15532 current #line when returning to the skeleton contents after having
15533 exposed the input file's #line.
15534
15535 2002-06-12 Akim Demaille <akim@epita.fr>
15536
15537 * src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*>', it is too
15538 eager.
15539 * tests/actions.at (Exotic Dollars): New.
15540
15541 2002-06-12 Akim Demaille <akim@epita.fr>
15542
15543 * src/scan-gram.l (SC_PROLOGUE): Don't eat characters amongst
15544 ['"/] too eagerly.
15545 * tests/input.at (Torturing the Scanner): New.
15546
15547 2002-06-11 Akim Demaille <akim@epita.fr>
15548
15549 * src/scan-gram.l (YY_OBS_INIT): Remove, replace with...
15550 [SC_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,SC_PROLOGUE]
15551 [SC_EPILOGUE]: Output the quadrigraphs only when not in a comment.
15552 * src/reader.h, src/scan-gram.l (scanner_initialize): this.
15553 * src/reader.c (reader): Use it.
15554
15555 2002-06-11 Akim Demaille <akim@epita.fr>
15556
15557 * src/scan-gram.l (YY_OBS_FINISH): Don't set yylval.
15558 Adjust all callers.
15559 (scanner_last_string_free): New.
15560
15561 2002-06-11 Akim Demaille <akim@epita.fr>
15562
15563 * src/scan-gram.l (YY_INIT, YY_GROW, YY_FINISH): Rename as...
15564 (YY_OBS_INIT, YY_OBS_GROW, YY_OBS_FINISH): these.
15565 (last_string, YY_OBS_FREE): New.
15566 Use them when returning an ID.
15567
15568 2002-06-11 Akim Demaille <akim@epita.fr>
15569
15570 Have Bison grammars parsed by a Bison grammar.
15571
15572 * src/reader.c, src/reader.h (prologue_augment): New.
15573 * src/reader.c (copy_definition): Remove.
15574
15575 * src/reader.h, src/reader.c (gram_start_symbol_set, prologue_augment)
15576 (grammar_symbol_append, grammar_rule_begin, grammar_midrule_action)
15577 (grammar_current_rule_prec_set, grammar_current_rule_check)
15578 (grammar_current_rule_symbol_append)
15579 (grammar_current_rule_action_append): Export.
15580 * src/parse-gram.y (symbol_list_new, symbol_list_symbol_append_
15581 (symbol_list_action_append): Remove.
15582 Hook the routines from reader.
15583 * src/scan-gram.l: In INITIAL, characters and strings are tokens.
15584 * src/system.h (ATTRIBUTE_NORETURN, ATTRIBUTE_UNUSED): Now.
15585
15586 * src/reader.c (read_declarations): Remove, unused.
15587
15588 * src/parse-gram.y: Handle the epilogue.
15589 * src/reader.h, src/reader.c (gram_start_symbol_set): Rename as...
15590 (grammar_start_symbol_set): this.
15591 * src/scan-gram.l: Be sure to ``use'' yycontrol to keep GCC quiet.
15592 * src/reader.c (readgram): Remove, unused.
15593 (reader): Adjust to insert eoftoken and axiom where appropriate.
15594
15595 * src/reader.c (copy_dollar): Replace with...
15596 * src/scan-gram.h (handle_dollar): this.
15597 * src/parse-gram.y: Remove `%thong'.
15598
15599 * src/reader.c (copy_at): Replace with...
15600 * src/scan-gram.h (handle_at): this.
15601
15602 * src/complain.h, src/complain.c (warn_at, complain_at, fatal_at):
15603 New.
15604
15605 * src/scan-gram.l (YY_LINES): Keep lineno synchronized for the
15606 time being.
15607
15608 * src/reader.h, src/reader.c (grammar_rule_end): New.
15609
15610 * src/parse.y (current_type, current_class): New.
15611 Implement `%nterm', `%token' support.
15612 Merge `%term' into `%token'.
15613 (string_as_id): New.
15614 * src/symtab.h, src/symtab.c (symbol_make_alias): Don't pass the
15615 type name.
15616
15617 * src/parse-gram.y: Be sure to handle properly the beginning of
15618 rules.
15619
15620 * src/parse-gram.y: Handle %type.
15621 * src/reader.c (grammar_rule_end): Call grammar_current_rule_check.
15622
15623 * src/parse-gram.y: More directives support.
15624 * src/options.c: No longer handle source directives.
15625
15626 * src/parse-gram.y: Fix %output.
15627
15628 * src/parse-gram.y: Handle %union.
15629 Use the prologue locations.
15630 * src/reader.c (parse_union_decl): Remove.
15631
15632 * src/reader.h, src/reader.c (epilogue_set): New.
15633 * src/parse-gram.y: Use it.
15634
15635 * data/bison.simple, data/bison.c++: b4_stype is now either not
15636 defined, then default to int, or to the contents of %union,
15637 without `union' itself.
15638 Adjust.
15639 * src/muscle_tab.c (muscle_init): Don't predefine `stype'.
15640
15641 * src/output.c (actions_output): Don't output braces, as they are
15642 already handled by the scanner.
15643
15644 * src/scan-gram.l (SC_CHARACTER): Set the user_token_number of
15645 characters to themselves.
15646
15647 * tests/reduce.at (Reduced Automaton): End the grammars with %% so
15648 that the epilogue has a proper #line.
15649
15650 * src/parse-gram.y: Handle precedence/associativity.
15651
15652 * src/symtab.c (symbol_precedence_set): Requires the symbol to be
15653 a terminal.
15654 * src/scan-gram.l (SC_BRACED_CODE): Catch strings and characters.
15655 * tests/calc.at: Do not use `%token "foo"' as it makes not sense
15656 at all to define terminals that cannot be emitted.
15657
15658 * src/scan-gram.l: Escape M4 characters.
15659
15660 * src/scan-gram.l: Working properly with escapes in user
15661 strings/characters.
15662
15663 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR)
15664 (AT_DATA_HORIZONTAL_GRAMMAR): Respect the `%token ID NUM STRING'
15665 grammar.
15666 Use more modest sizes, as for the time being the parser does not
15667 release memory, and therefore the process swallows a huge amount
15668 of memory.
15669
15670 * tests/torture.at (AT_DATA_LOOKAHEADS_GRAMMAR): Adjust to the
15671 stricter %token grammar.
15672
15673 * src/symtab.h (associativity): Add `undef_assoc'.
15674 (symbol_precedence_set): Do nothing when passed an undef_assoc.
15675 * src/symtab.c (symbol_check_alias_consistence): Adjust.
15676
15677 * tests/regression.at (Invalid %directive): Remove, as it is now
15678 meaningless.
15679 (Invalid inputs): Adjust to the new error messages.
15680 (Token definitions): The new grammar doesn't allow too many
15681 eccentricities.
15682
15683 * src/lex.h, src/lex.c: Remove.
15684 * src/reader.c (lastprec, skip_to_char, read_signed_integer)
15685 (copy_character, copy_string2, copy_string, copy_identifier)
15686 (copy_comment, parse_token_decl, parse_type_decl, parse_assoc_decl)
15687 (parse_muscle_decl, parse_dquoted_param, parse_skel_decl)
15688 (parse_action): Remove.
15689 * po/POTFILES.in: Adjust.
15690
15691 2002-06-11 Akim Demaille <akim@epita.fr>
15692
15693 * src/reader.c (parse_action): Don't store directly into the
15694 rule's action member: return the action as a string.
15695 Don't require `rule_length' as an argument: compute it.
15696 (grammar_current_rule_symbol_append)
15697 (grammar_current_rule_action_append): New, eved out from
15698 (readgram): here.
15699 Remove `action_flag', `rulelength', unused now.
15700
15701 2002-06-11 Akim Demaille <akim@epita.fr>
15702
15703 * src/reader.c (grammar_current_rule_prec_set).
15704 (grammar_current_rule_check): New, eved out from...
15705 (readgram): here.
15706 Remove `xaction', `first_rhs': useless.
15707 * tests/input.at (Type clashes): New.
15708 * tests/existing.at (GNU Cim Grammar): Adjust.
15709
15710 2002-06-11 Akim Demaille <akim@epita.fr>
15711
15712 * src/reader.c (grammar_midrule_action): New, Eved out from
15713 (readgram): here.
15714
15715 2002-06-11 Akim Demaille <akim@epita.fr>
15716
15717 * src/reader.c (grammar_rule_begin, previous_rule, current_rule):
15718 New.
15719 (readgram): Use them as replacement of inlined code, crule and
15720 crule1.
15721
15722 2002-06-11 Akim Demaille <akim@epita.fr>
15723
15724 * src/reader.c (grammar_end, grammar_symbol_append): New.
15725 (readgram): Use them.
15726 Make the use of `p' as local as possible.
15727
15728 2002-06-10 Akim Demaille <akim@epita.fr>
15729
15730 GCJ's parser requires the tokens to be defined before the prologue.
15731
15732 * data/bison.simple: Output the token definition before the user's
15733 prologue.
15734 * tests/regression.at (Braces parsing, Duplicate string)
15735 (Mixing %token styles): Check the output from bison.
15736 (Early token definitions): New.
15737
15738 2002-06-10 Akim Demaille <akim@epita.fr>
15739
15740 * src/symtab.c (symbol_user_token_number_set): Don't complain when
15741 assigning twice the same user number to a token, so that we can
15742 use it in...
15743 * src/lex.c (lex): here.
15744 Also use `symbol_class_set' instead of hand written code.
15745 * src/reader.c (parse_assoc_decl): Likewise.
15746
15747 2002-06-10 Akim Demaille <akim@epita.fr>
15748
15749 * src/symtab.c, src/symtab.c (symbol_class_set)
15750 (symbol_user_token_number_set): New.
15751 * src/reader.c (parse_token_decl): Use them.
15752 Use a switch instead of ifs.
15753 Use a single argument.
15754
15755 2002-06-10 Akim Demaille <akim@epita.fr>
15756
15757 Remove `%thong' support as it is undocumented, unused, duplicates
15758 `%token's job, and creates useless e-mail traffic with people who
15759 want to know what it is, why it is undocumented, unused, and
15760 duplicates `%token's job.
15761
15762 * src/reader.c (parse_thong_decl): Remove.
15763 * src/options.c (option_table): Remove "thong".
15764 * src/lex.h (tok_thong): Remove.
15765
15766 2002-06-10 Akim Demaille <akim@epita.fr>
15767
15768 * src/symtab.c, src/symtab.c (symbol_type_set)
15769 (symbol_precedence_set): New.
15770 * src/reader.c (parse_type_decl, parse_assoc_decl): Use them.
15771 (value_components_used): Remove, unused.
15772
15773 2002-06-09 Akim Demaille <akim@epita.fr>
15774
15775 Move symbols handling code out of the reader.
15776
15777 * src/reader.h, src/reader.c (errtoken, undeftoken, eoftoken)
15778 (axiom): Move to...
15779 * src/symtab.h, src/symtab.c: here.
15780
15781 * src/gram.c (start_symbol): Remove: use startsymbol->number.
15782 * src/reader.c (startval): Rename as...
15783 * src/symtab.h, src/symtab.c (startsymbol): this.
15784 * src/reader.c: Adjust.
15785
15786 * src/reader.c (symbol_check_defined, symbol_make_alias)
15787 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
15788 (token_translations_init)
15789 Move to...
15790 * src/symtab.c: here.
15791 * src/reader.c (packsymbols): Move to...
15792 * src/symtab.h, src/symtab.c (symbols_pack): here.
15793 * src/symtab.h, src/symtab.c (symbol_make_alias): Takes SYMVAL as
15794 argument.
15795
15796 2002-06-03 Akim Demaille <akim@epita.fr>
15797
15798 * src/muscle_tab.c (muscle_insert, muscle_find): Declarations,
15799 then statements.
15800
15801 2002-06-03 Akim Demaille <akim@epita.fr>
15802
15803 * src/muscle_tab.c (muscle_find, muscle_insert): Don't initialize
15804 structs with non literals.
15805 * src/scan-skel.l: never-interactive.
15806 * src/conflicts.c (enum conflict_resolution_e): No trailing
15807 comma.
15808 * src/getargs.c (usage): Split long literal strings.
15809 Reported by Hans Aberg.
15810
15811 2002-05-28 Akim Demaille <akim@epita.fr>
15812
15813 * data/bison.c++: Use C++ ostreams.
15814 (cdebug_): New member.
15815
15816 2002-05-28 Akim Demaille <akim@epita.fr>
15817
15818 * src/output.c (output_skeleton): Be sure to allocate enough room
15819 for `/' _and_ for `\0' in full_skeleton.
15820
15821 2002-05-28 Akim Demaille <akim@epita.fr>
15822
15823 * data/bison.c++: Catch up with bison.simple:
15824 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15825 and Paul Eggert <eggert@twinsun.com>: `error' handing.
15826 2002-05-26 Akim Demaille <akim@epita.fr>: stos_, token_number_,
15827 and popping traces.
15828
15829 2002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15830
15831 * src/output.c (output_skeleton): Put an explicit path in front of
15832 the skeleton file name, rather than relying on the -I directory,
15833 to partially alleviate effects of having a skeleton file lying around
15834 in the current directory.
15835
15836 2002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15837
15838 * src/conflicts.c (log_resolution): Correct typo:
15839 obstack_printf should be obstack_fgrow1.
15840
15841 2002-05-26 Akim Demaille <akim@epita.fr>
15842
15843 * src/state.h (state_t): `solved_conflicts' is a new member.
15844 * src/LR0.c (new_state): Set it to 0.
15845 * src/conflicts.h, src/conflicts.c (print_conflicts)
15846 (free_conflicts, solve_conflicts): Rename as...
15847 (conflicts_print, conflicts_free, conflicts_solve): these.
15848 Adjust callers.
15849 * src/conflicts.c (enum conflict_resolution_e)
15850 (solved_conflicts_obstack): New, used by...
15851 (log_resolution): this.
15852 Adjust to attach the conflict resolution to each state.
15853 Complete the description with the precedence/associativity
15854 information.
15855 (resolve_sr_conflict): Adjust.
15856 * src/print.c (print_state): Output its solved_conflicts.
15857 * tests/conflicts.at (Unresolved SR Conflicts)
15858 (Solved SR Conflicts): Exercise --report=all.
15859
15860 2002-05-26 Akim Demaille <akim@epita.fr>
15861
15862 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
15863 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
15864 * src/reader.c, src/reduce.c, src/state.h, src/symtab.h
15865 (token_number_t, item_number_as_token_number)
15866 (token_number_as_item_number, muscle_insert_token_number_table):
15867 Rename as...
15868 (symbol_number_t, item_number_as_symbol_number)
15869 (symbol_number_as_item_number, muscle_insert_symbol_number_table):
15870 these, since it is more appropriate.
15871
15872 2002-05-26 Akim Demaille <akim@epita.fr>
15873
15874 * tests/calc.at (AT_CHECK_CALC): Adjust: there are now additional
15875 `Error:' lines.
15876 * data/bison.simple (yystos) [YYDEBUG]: New.
15877 (yyparse) [YYDEBUG]: Display the symbols which are popped during
15878 error recovery.
15879 * tests/regression.at (Web2c Actions): Adjust: yystos is output now.
15880
15881 2002-05-25 Akim Demaille <akim@epita.fr>
15882
15883 * doc/bison.texinfo (Debugging): Split into...
15884 (Tracing): this new section, its former contents, and...
15885 (Understanding): this new section.
15886 * src/getargs.h, src/getargs.c (verbose_flag): Remove, replaced
15887 by...
15888 (report_flag): this.
15889 Adjust all dependencies.
15890 (report_args, report_types, report_argmatch): New.
15891 (usage, getargs): Report/support -r, --report.
15892 * src/options.h
15893 (struct option_table_struct): Rename as..,
15894 (struct option_table_s): this.
15895 Rename the `set_flag' member to `flag' to match with getopt_long's
15896 struct.
15897 * src/options.c (option_table): Split verbose into an entry for
15898 %verbose, and another for --verbose.
15899 Support --report/-r, so remove -r from the obsolete --raw.
15900 * src/print.c: Attach full item sets and lookaheads reports to
15901 report_flag instead of trace_flag.
15902 * lib/argmatch.h, lib/argmatch.c: New, from Fileutils 4.1.
15903
15904 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15905 and Paul Eggert <eggert@twinsun.com>
15906
15907 * data/bison.simple (yyparse): Correct error handling to conform to
15908 POSIX and yacc. Specifically, after syntax error is discovered,
15909 do not reduce further before shifting the error token.
15910 Clean up the code a bit by removing the labels yyerrdefault,
15911 yyerrhandle, yyerrpop.
15912 * NEWS: Document the above.
15913
15914 2002-05-20 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15915
15916 * data/bison.simple (yyr1): Don't use yy_token_number_type as element
15917 type; it isn't always big enough, since it doesn't necessarily
15918 include non-terminals.
15919 (yytranslate): Expand definition of yy_token_number_type, so that
15920 the latter can be removed.
15921 (yy_token_number_type): Remove, only one use.
15922 * data/bison.c++ (r1_): Parallel change to yyr1 in bison.simple---
15923 don't use TokenNumberType as element type.
15924
15925 * tests/regression.at: Modify expected output to agree with change
15926 to yyr1 and yytranslate.
15927
15928 2002-05-13 Florian Krohm <florian@edamail.fishkill.ibm.com>
15929
15930 * src/reader.c (parse_action): Use copy_character instead of
15931 obstack_1grow.
15932
15933 2002-05-13 Akim Demaille <akim@epita.fr>
15934
15935 * tests/regression.at (Token definitions): Prototype yylex and
15936 yyerror.
15937
15938 2002-05-12 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15939
15940 * src/scan-skel.l: Correct off-by-one error in handling of __oline__.
15941 * data/bison.simple (b4_sint_type, b4_uint_type): Correct to reflect
15942 32-bit arithmetic.
15943 * data/bison.c++ (b4_sint_type, b4_uint_type): Ditto.
15944
15945 2002-05-07 Akim Demaille <akim@epita.fr>
15946
15947 * tests/synclines.at: Be sure to prototype yylex and yyerror to
15948 avoid GCC warnings.
15949
15950 2002-05-07 Akim Demaille <akim@epita.fr>
15951
15952 Kill GCC warnings.
15953
15954 * src/reduce.c (nonterminals_reduce): Don't loop over RITEM: loop
15955 over the RHS of each rule.
15956 * src/gram.h, src/gram.c (nritems): Is `unsigned int', not int.
15957 * src/state.h (state_t): Member `nitems' is unsigned short.
15958 * src/LR0.c (get_state): Adjust.
15959 * src/reader.c (packgram): Likewise.
15960 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): `max' is of type
15961 `Type'.
15962 (muscle_insert_int_table): Remove, unused.
15963 (prepare_rules): Remove `max'.
15964
15965 2002-05-06 Akim Demaille <akim@epita.fr>
15966
15967 * src/closure.c (print_firsts): Display of the symbol tags.
15968 (bitmatrix_print): Move to...
15969 * lib/bitsetv-print.h, lib/bitsetv-print.c (bitsetv_matrix_dump):
15970 here.
15971 * tests/sets.at (Nullable, Broken Closure, Firsts): Adjust.
15972
15973 2002-05-06 Akim Demaille <akim@epita.fr>
15974
15975 * src/muscle_tab.c (muscle_m4_output): Must return TRUE for
15976 hash_do_for_each.
15977
15978 2002-05-06 Akim Demaille <akim@epita.fr>
15979
15980 * src/LR0.c (new_state, get_state): Instead of using the global
15981 `kernel_size' and `kernel_base', have two new arguments:
15982 `core_size' and `core'.
15983 Adjust callers.
15984
15985 2002-05-06 Akim Demaille <akim@epita.fr>
15986
15987 * src/reader.c (packgram): No longer end `ritem' with a 0
15988 sentinel: it is not used.
15989
15990 2002-05-05 Akim Demaille <akim@epita.fr>
15991
15992 New experimental feature: display the lookaheads in the report and
15993 graph.
15994
15995 * src/print (print_core): When --trace-flag, display the rules
15996 lookaheads.
15997 * src/print_graph.c (print_core): Likewise.
15998 Swap the arguments.
15999 Adjust caller.
16000
16001 2002-05-05 Akim Demaille <akim@epita.fr>
16002
16003 * tests/torture.at (Many lookaheads): New test.
16004
16005 2002-05-05 Akim Demaille <akim@epita.fr>
16006
16007 * src/output.c (GENERATE_OUTPUT_TABLE): Replace with...
16008 (GENERATE_MUSCLE_INSERT_TABLE): this.
16009 (output_int_table, output_unsigned_int_table, output_short_table)
16010 (output_token_number_table, output_item_number_table): Replace with...
16011 (muscle_insert_int_table, muscle_insert_unsigned_int_table)
16012 (muscle_insert_short_table, muscle_insert_token_number_table)
16013 (muscle_insert_item_number_table): these.
16014 Adjust all callers.
16015 (prepare_tokens): Don't free `translations', since...
16016 * src/reader.h, src/reader.c (grammar_free): do it.
16017 Move to...
16018 * src/gram.h, src/gram.c (grammar_free): here.
16019 * data/bison.simple, data/bison.c++: b4_token_number_max is now
16020 b4_translate_max.
16021
16022 2002-05-05 Akim Demaille <akim@epita.fr>
16023
16024 * src/output.c (output_unsigned_int_table): New.
16025 (prepare_rules): `i' is unsigned.
16026 `prhs', `rline', `r2' are unsigned int.
16027 Rename muscle `rhs_number_max' as `rhs_max'.
16028 Output muscles `prhs_max', `rline_max', and `r2_max'.
16029 Free rline and r1.
16030 * data/bison.simple, data/bison.c++: Adjust to use these muscles
16031 to compute types instead of constant types.
16032 * tests/regression.at (Web2c Actions): Adjust.
16033
16034 2002-05-04 Akim Demaille <akim@epita.fr>
16035
16036 * src/symtab.h (SALIAS, SUNDEF): Rename as...
16037 (USER_NUMBER_ALIAS, USER_NUMBER_UNDEFINED): these.
16038 Adjust dependencies.
16039 * src/output.c (token_definitions_output): Be sure not to output a
16040 `#define 'a'' when fed with `%token 'a' "a"'.
16041 * tests/regression.at (Token definitions): New.
16042
16043 2002-05-03 Paul Eggert <eggert@twinsun.com>
16044
16045 * data/bison.simple (b4_token_defines): Also define YYTOKENTYPE
16046 for K&R C.
16047
16048 2002-05-03 gettextize <bug-gnu-gettext@gnu.org>
16049
16050 * Makefile.am (SUBDIRS): Remove intl.
16051 (EXTRA_DIST): Add config/config.rpath.
16052
16053 2002-05-03 Akim Demaille <akim@epita.fr>
16054
16055 * data/bison.simple (m4_if): Don't output empty enums.
16056 And actually, output valid enum definitions :(.
16057
16058 2002-05-03 Akim Demaille <akim@epita.fr>
16059
16060 * configure.bat: Remove, completely obsolete.
16061 * Makefile.am (EXTRA_DIST): Adjust.
16062 Don't distribute config.rpath...
16063 * config/Makefile.am (EXTRA_DIST): Do it.
16064
16065 2002-05-03 Akim Demaille <akim@epita.fr>
16066
16067 * configure.in (GETTEXT_VERSION): New.
16068 Suggested by Bruno Haible for the forthcoming Gettext 0.10.3.
16069
16070 2002-05-03 Akim Demaille <akim@epita.fr>
16071
16072 * data/bison.simple (b4_token_enum): New.
16073 (b4_token_defines): Use it to output tokens both as #define and
16074 enums.
16075 Suggested by Paul Eggert.
16076 * src/output.c (token_definitions_output): Don't output spurious
16077 white spaces.
16078
16079 2002-05-03 Akim Demaille <akim@epita.fr>
16080
16081 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
16082
16083 2002-05-02 Robert Anisko <robert@lrde.epita.fr>
16084
16085 * data/bison.c++: Adapt expansion of $s and @s to the C++ parser.
16086 Update the stack class, give a try to deque as the default container.
16087
16088 2002-05-02 Akim Demaille <akim@epita.fr>
16089
16090 * data/bison.simple (yyparse): Do not implement @$ = @1.
16091 (YYLLOC_DEFAULT): Adjust to do it.
16092 * doc/bison.texinfo (Location Default Action): Fix.
16093
16094 2002-05-02 Akim Demaille <akim@epita.fr>
16095
16096 * src/reader.c (parse_braces): Merge into...
16097 (parse_action): this.
16098
16099 2002-05-02 Akim Demaille <akim@epita.fr>
16100
16101 * configure.in (ALL_LINGUAS): Remove.
16102 * po/LINGUAS, hr.po: New.
16103
16104 2002-05-02 Akim Demaille <akim@epita.fr>
16105
16106 Remove the so called hairy (semantic) parsers.
16107
16108 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove.
16109 * src/gram.h, src/gram.c (semantic_parser): Remove.
16110 (rule_t): Remove the guard and guard_line members.
16111 * src/lex.h (token_t): remove tok_guard.
16112 * src/options.c (option_table): Remove %guard and %semantic_parser
16113 support.
16114 * src/output.c, src/output.h (guards_output): Remove.
16115 (prepare): Adjust.
16116 (token_definitions_output): Don't output the `T'
16117 tokens (???).
16118 (output_skeleton): Don't output the guards.
16119 * src/files.c, src/files.c (attrsfile): Remove.
16120 * src/reader.c (symbol_list): Remove the guard and guard_line
16121 members.
16122 Adjust dependencies.
16123 (parse_guard): Remove.
16124 * data/bison.hairy: Remove.
16125 * doc/bison.texinfo (Environment Variables): Remove occurrences of
16126 BISON_HAIRY.
16127
16128 2002-05-02 Akim Demaille <akim@epita.fr>
16129
16130 * src/reader.c (copy_at, copy_dollarm parse_braces, parse_action)
16131 (parse_guard): Rename the formal argument `stack_offset' as
16132 `rule_length', which is more readable.
16133 Adjust callers.
16134 (copy_at, copy_dollar): Instead of outputting the hard coded
16135 values of $$, $n and so forth, output invocation to b4_lhs_value,
16136 b4_lhs_location, b4_rhs_value, and b4_rhs_location.
16137 Note: this patch partially drops `semantic-parser' support: it
16138 always does `rule_length - n', where semantic parsers ought to
16139 always use `-n'.
16140 * data/bison.simple, data/bison.c++ (b4_lhs_value)
16141 (b4_lhs_location, b4_rhs_value, and b4_rhs_location: New.
16142
16143 2002-05-02 Akim Demaille <akim@epita.fr>
16144
16145 * configure.in (AC_INIT): Bump to 1.49b.
16146 (AM_INIT_AUTOMAKE): Short invocation.
16147
16148 2002-05-02 Akim Demaille <akim@epita.fr>
16149
16150 Version 1.49a.
16151
16152 2002-05-01 Akim Demaille <akim@epita.fr>
16153
16154 * src/skeleton.h: Remove.
16155
16156 2002-05-01 Akim Demaille <akim@epita.fr>
16157
16158 * src/skeleton.h: Fix the #endif.
16159 Reported by Magnus Fromreide.
16160
16161 2002-04-26 Paul Eggert <eggert@twinsun.com>
16162
16163 * data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
16164 Define if we define YYSTYPE and YYLTYPE, respectively.
16165 (YYCOPY): Fix [] quoting problem in the non-GCC case.
16166
16167 2002-04-25 Robert Anisko <robert@lrde.epita.fr>
16168
16169 * src/scan-skel.l: Postprocess quadrigraphs.
16170
16171 * src/reader.c (copy_character): New function, used to output
16172 single characters while replacing `[' and `]' with quadrigraphs, to
16173 avoid troubles with M4 quotes.
16174 (copy_comment): Output characters with copy_character.
16175 (read_additionnal_code): Likewise.
16176 (copy_string2): Likewise.
16177 (copy_definition): Likewise.
16178
16179 * tests/calc.at: Exercise M4 quoting.
16180
16181 2002-04-25 Akim Demaille <akim@epita.fr>
16182
16183 * tests/sets.at (AT_EXTRACT_SETS): Sed portability issue: no space
16184 between `!' and the command.
16185 Reported by Paul Eggert.
16186
16187 2002-04-24 Robert Anisko <robert@lrde.epita.fr>
16188
16189 * tests/calc.at: Exercise prologue splitting.
16190
16191 * data/bison.simple, data/bison.c++: Use `b4_pre_prologue' and
16192 `b4_post_prologue' instead of `b4_prologue'.
16193
16194 * src/output.c (prepare): Add the `pre_prologue' and `post_prologue'
16195 muscles.
16196 (output): Free pre_prologue_obstack and post_prologue_obstack.
16197 * src/files.h, src/files.c (attrs_obstack): Remove.
16198 (pre_prologue_obstack, post_prologue_obstack): New.
16199 * src/reader.c (copy_definition): Add a parameter to specify the
16200 obstack to fill, instead of using attrs_obstack unconditionally.
16201 (read_declarations): Pass pre_prologue_obstack to copy_definition if
16202 `%union' has not yet been seen, pass post_prologue_obstack otherwise.
16203
16204 2002-04-23 Paul Eggert <eggert@twinsun.com>
16205
16206 * data/bison.simple: Remove unnecessary commentary and white
16207 space differences from 1_29-branch.
16208 Depend on YYERROR_VERBOSE, not defined (YYERROR_VERBOSE).
16209
16210 (union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY,
16211 YYSTACK_RELOCATE): Do not define if yyoverflow is defined, or
16212 if this is a C++ parser and YYSTYPE or YYLTYPE has nontrivial
16213 constructors or destructors.
16214
16215 (yyparse) [! defined YYSTACK_RELOCATE]: Do not relocate the stack.
16216
16217 2002-04-23 Akim Demaille <akim@epita.fr>
16218
16219 * tests/sets.at (AT_EXTRACT_SETS): Don't use 8 char long sed labels.
16220 * tests/synclines.at (AT_TEST_SYNCLINE): Be robust to GCC's
16221 location with columns.
16222 * tests/conflicts.at (%nonassoc and eof): Don't use `error.h'.
16223 All reported by Paul Eggert.
16224
16225 2002-04-22 Akim Demaille <akim@epita.fr>
16226
16227 * src/reduce.c (dump_grammar): Move to...
16228 * src/gram.h, src/gram.c (grammar_dump): here.
16229 Be sure to separate long item numbers.
16230 Don't read the members of a rule's prec if its nil.
16231
16232 2002-04-22 Akim Demaille <akim@epita.fr>
16233
16234 * src/output.c (table_size, table_grow): New.
16235 (MAXTABLE): Remove, replace uses with table_size.
16236 (pack_vector): Instead of dying when the table is too big, grow it.
16237
16238 2002-04-22 Akim Demaille <akim@epita.fr>
16239
16240 * data/bison.simple (yyr1): Its type is that of a token number.
16241 * data/bison.c++ (r1_): Likewise.
16242 * tests/regression.at (Web2c Actions): Adjust.
16243
16244 2002-04-22 Akim Demaille <akim@epita.fr>
16245
16246 * src/reader.c (token_translations_init): 256 is now the default
16247 value for the error token, i.e., it will be assigned another
16248 number if the user assigned 256 to one of her tokens.
16249 (reader): Don't force 256 to error.
16250 * doc/bison.texinfo (Symbols): Adjust.
16251 * tests/torture.at (AT_DATA_HORIZONTAL_GRAMMAR)
16252 (AT_DATA_TRIANGULAR_GRAMMAR): Number the tokens as 1, 2, 3
16253 etc. instead of 10, 20, 30 (which was used to `jump' over error
16254 (256) and undefined (2)).
16255
16256 2002-04-22 Akim Demaille <akim@epita.fr>
16257
16258 Propagate more token_number_t.
16259
16260 * src/gram.h (token_number_as_item_number)
16261 (item_number_as_token_number): New.
16262 * src/output.c (GENERATE_OUTPUT_TABLE): New.
16263 Use it to create output_item_number_table and
16264 output_token_number_table.
16265 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
16266 * src/lex.c, src/nullable.c, src/output.c, src/print.c,
16267 * src/print_graph.c, src/reader.c, src/reduce.c, src/state.h,
16268 * src/symtab.c, src/symtab.h: Use token_number_t instead of shorts.
16269
16270 2002-04-22 Akim Demaille <akim@epita.fr>
16271
16272 * src/output.h, src/output.c (get_lines_number): Remove.
16273
16274 2002-04-19 Akim Demaille <akim@epita.fr>
16275
16276 * doc/bison.texinfo (Actions): Make clear that `|' is not the same
16277 as Lex/Flex'.
16278 (Debugging): More details about enabling the debugging features.
16279 (Table of Symbols): Describe $$, $n, @$, and @n.
16280 Suggested by Tim Josling.
16281
16282 2002-04-19 Akim Demaille <akim@epita.fr>
16283
16284 * doc/bison.texinfo: Remove the uses of the obsolete @refill.
16285
16286 2002-04-10 Akim Demaille <akim@epita.fr>
16287
16288 * src/system.h: Rely on HAVE_LIMITS_H.
16289 Suggested by Paul Eggert.
16290
16291 2002-04-09 Akim Demaille <akim@epita.fr>
16292
16293 * tests/calc.at (_AT_CHECK_CALC_ERROR): Receive as argument the
16294 full stderr, and strip it according to the bison options, instead
16295 of composing the error message from different bits.
16296 This makes it easier to check for several error messages.
16297 Adjust all the invocations.
16298 Add an invocation exercising the error token.
16299 Add an invocation demonstrating a stupid error message.
16300 (_AT_DATA_CALC_Y): Follow the GCS: initial column is 1, not 0.
16301 Adjust the tests.
16302 Error message are for stderr, not stdout.
16303
16304 2002-04-09 Akim Demaille <akim@epita.fr>
16305
16306 * src/gram.h, src/gram.c (error_token_number): Remove, use
16307 errtoken->number.
16308 * src/reader.c (reader): Don't specify the user token number (2)
16309 for $undefined, as it uselessly prevents using it.
16310 * src/gram.h (token_number_t): Move to...
16311 * src/symtab.h: here.
16312 (state_t.number): Is a token_number_t.
16313 * src/print.c, src/reader.c: Use undeftoken->number instead of
16314 hard coded 2.
16315 (Even though this 2 is not the same as above: the number of the
16316 undeftoken remains being 2, it is its user token number which
16317 might not be 2).
16318 * src/output.c (prepare_tokens): Rename the `maxtok' muscle with
16319 `user_token_number_max'.
16320 Output `undef_token_number'.
16321 * data/bison.simple, data/bison.c++: Use them.
16322 Be sure to map invalid yylex return values to
16323 `undef_token_number'. This saves us from gratuitous SEGV.
16324
16325 * tests/conflicts.at (Solved SR Conflicts)
16326 (Unresolved SR Conflicts): Adjust.
16327 * tests/regression.at (Web2c Actions): Adjust.
16328
16329 2002-04-08 Akim Demaille <akim@epita.fr>
16330
16331 * data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.
16332 Adding #line.
16333 Remove the duplicate `typedefs'.
16334 (RhsNumberType): Fix the declaration and various other typos.
16335 Use __ofile__.
16336 * data/bison.simple: Use __ofile__.
16337 * src/scan-skel.l: Handle __ofile__.
16338
16339 2002-04-08 Akim Demaille <akim@epita.fr>
16340
16341 * src/gram.h (item_number_t): New, the type of item numbers in
16342 RITEM. Note that it must be able to code symbol numbers as
16343 positive number, and the negation of rule numbers as negative
16344 numbers.
16345 Adjust all dependencies (pretty many).
16346 * src/reduce.c (rule): Remove this `short *' pointer: use
16347 item_number_t.
16348 * src/system.h (MINSHORT, MAXSHORT): Remove.
16349 Include `limits.h'.
16350 Adjust dependencies to using SHRT_MAX and SHRT_MIN.
16351 (shortcpy): Remove.
16352 (MAXTABLE): Move to...
16353 * src/output.c (MAXTABLE): here.
16354 (prepare_rules): Use output_int_table to output rhs.
16355 * data/bison.simple, data/bison.c++: Adjust.
16356 * tests/torture.at (Big triangle): Move the limit from 254 to
16357 500.
16358 * tests/regression.at (Web2c Actions): Ajust.
16359
16360 Trying with bigger grammars shows various phenomena: at 3000 (28Mb
16361 of grammar file) bison is killed by my system, at 2000 (12Mb) bison
16362 passes, but produces negative #line number, once fixed, GCC is
16363 killed while compiling 14Mb, at 1500 (6.7 Mb of grammar, 8.2Mb of
16364 C), it passes.
16365 * src/state.h (state_h): Code input lines on ints, not shorts.
16366
16367 2002-04-08 Akim Demaille <akim@epita.fr>
16368
16369 * src/reduce.c (reduce_grammar): First reduce the nonterminals,
16370 and then the grammar.
16371
16372 2002-04-08 Akim Demaille <akim@epita.fr>
16373
16374 * src/system.h: No longer using strndup.
16375
16376 2002-04-07 Akim Demaille <akim@epita.fr>
16377
16378 * src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
16379 * src/output.c (output_table_data): Return the longest number.
16380 (prepare_tokens): Output `token_number_max').
16381 * data/bison.simple, data/bison.c++ (b4_sint_type, b4_uint_type):
16382 New.
16383 Use them to define yy_token_number_type/TokenNumberType.
16384 Use this type for yytranslate.
16385 * tests/torture.at (Big triangle): Push the limit from 124 to
16386 253.
16387 * tests/regression.at (Web2c Actions): Adjust.
16388
16389 2002-04-07 Akim Demaille <akim@epita.fr>
16390
16391 * tests/torture.at (Big triangle): New.
16392 (GNU AWK Grammar, GNU Cim Grammar): Move to...
16393 * tests/existing.at: here.
16394
16395 2002-04-07 Akim Demaille <akim@epita.fr>
16396
16397 * src/gram.h, src/gram.c (nitems): Remove, it is an alias of
16398 nritems.
16399 Adjust dependencies.
16400
16401 2002-04-07 Akim Demaille <akim@epita.fr>
16402
16403 * src/reader.c: Normalize increments to prefix form.
16404
16405 2002-04-07 Akim Demaille <akim@epita.fr>
16406
16407 * src/reader.c, symtab.c: Remove debugging code.
16408
16409 2002-04-07 Akim Demaille <akim@epita.fr>
16410
16411 Rename all the `bucket's as `symbol_t'.
16412
16413 * src/gram.c, src/gram.h, src/lex.c, src/lex.h, src/output.c,
16414 * src/reader.c, src/reader.h, src/reduce.c, src/state.h,
16415 * src/symtab.c, src/symtab.h (bucket): Rename as...
16416 (symbol_t): this.
16417 (symbol_list_new, bucket_check_defined, bucket_make_alias)
16418 (bucket_check_alias_consistence, bucket_pack, bucket_translation)
16419 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
16420 (buckets_new, buckets_free, buckets_do): Rename as...
16421 (symbol_list_new, symbol_check_defined, symbol_make_alias)
16422 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
16423 (symbol_new, symbol_free, hash_compare_symbol_t, hash_symbol_t)
16424 (symbols_new, symbols_free, symbols_do): these.
16425
16426 2002-04-07 Akim Demaille <akim@epita.fr>
16427
16428 Use lib/hash for the symbol table.
16429
16430 * src/gram.c (ntokens): Initialize to 1, to reserve a slot for
16431 EOF.
16432 * src/lex.c (lex): Set the `number' member of new terminals.
16433 * src/reader.c (bucket_check_defined, bucket_make_alias)
16434 (bucket_check_alias_consistence, bucket_translation): New.
16435 (reader, grammar_free, readgram, token_translations_init)
16436 (packsymbols): Adjust.
16437 (reader): Number the predefined tokens.
16438 * src/reduce.c (inaccessable_symbols): Just use hard coded numbers
16439 for predefined tokens.
16440 * src/symtab.h (bucket): Remove all the hash table related
16441 members.
16442 * src/symtab.c (symtab): Replace by...
16443 (bucket_table): this.
16444 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
16445 (buckets_new, buckets_do): New.
16446
16447 2002-04-07 Akim Demaille <akim@epita.fr>
16448
16449 * src/gram.c (nitems, nrules, nsyms, ntokens, nvars, nritems)
16450 (start_symbol, max_user_token_number, semantic_parser)
16451 (error_token_number): Initialize.
16452 * src/reader.c (grammar, start_flag, startval, typed, lastprec):
16453 Initialize.
16454 (reader): Don't.
16455 (errtoken, eoftoken, undeftoken, axiom): Extern.
16456
16457 2002-04-07 Akim Demaille <akim@epita.fr>
16458
16459 * src/gram.h (rule_s): prec and precsym are now pointers
16460 to the bucket giving the priority/associativity.
16461 Member `associativity' removed: useless.
16462 * src/reduce.c, src/conflicts.c: Adjust.
16463
16464 2002-04-07 Akim Demaille <akim@epita.fr>
16465
16466 * src/lalr.c, src/LR0.c, src/closure.c, src/gram.c, src/reduce.c:
16467 Properly escape the symbols' TAG when outputting them.
16468
16469 2002-04-07 Akim Demaille <akim@epita.fr>
16470
16471 * src/lalr.h (LA): Is a bitsetv, not bitset*.
16472
16473 2002-04-07 Akim Demaille <akim@epita.fr>
16474
16475 * src/lalr.h, src/lalr.c (LAruleno): Replace with...
16476 (LArule): this, which is an array to rule_t*.
16477 * src/print.c, src/conflicts.c: Adjust.
16478
16479 2002-04-07 Akim Demaille <akim@epita.fr>
16480
16481 * src/gram.h (rule_t): Rename `number' as `user_number'.
16482 `number' is a new member.
16483 Adjust dependencies.
16484 * src/reduce.c (reduce_grammar_tables): Renumber rule_t.number.
16485
16486 2002-04-07 Akim Demaille <akim@epita.fr>
16487
16488 As a result of the previous patch, it is no longer needed
16489 to reorder ritem itself.
16490
16491 * src/reduce.c (reduce_grammar_tables): Don't sort RITEM.
16492
16493 2002-04-07 Akim Demaille <akim@epita.fr>
16494
16495 Be sure never to walk through RITEMS, but use only data related to
16496 the rules themselves. RITEMS should be banished.
16497
16498 * src/output.c (output_token_translations): Rename as...
16499 (prepare_tokens): this.
16500 In addition to `translate', prepare the muscles `tname' and
16501 `toknum', which were handled by...
16502 (output_rule_data): this.
16503 Remove, and move the remainder of its outputs into...
16504 (prepare_rules): this new routines, which also merges content from
16505 (output_gram): this.
16506 (prepare_rules): Be sure never to walk through RITEMS.
16507 (output_stos): Rename as...
16508 (prepare_stos): this.
16509 (output): Always invoke prepare_states, after all, just don't use it
16510 in the output if you don't need it.
16511
16512 2002-04-07 Akim Demaille <akim@epita.fr>
16513
16514 * src/LR0.c (new_state): Display `nstates' as the name of the
16515 newly created state.
16516 Adjust to initialize first_state and last_state if needed.
16517 Be sure to distinguish the initial from the final state.
16518 (new_states): Create the itemset of the initial state, and use
16519 new_state.
16520 * src/closure.c (closure): Now that the initial state has its
16521 items properly set, there is no need for a special case when
16522 creating `ruleset'.
16523
16524 As a result, now the rule 0, reducing to $axiom, is visible in the
16525 outputs. Adjust the test suite.
16526
16527 * tests/conflicts.at (Solved SR Conflicts)
16528 (Unresolved SR Conflicts): Adjust.
16529 * tests/regression.at (Web2c Report, Rule Line Numbers): Idem.
16530 * tests/conflicts.at (S/R in initial): New.
16531
16532 2002-04-07 Akim Demaille <akim@epita.fr>
16533
16534 * src/LR0.c (allocate_itemsets): Don't loop over ritem: loop over
16535 the RHS of the rules.
16536 * src/output.c (output_gram): Likewise.
16537
16538 2002-04-07 Akim Demaille <akim@epita.fr>
16539
16540 * src/gram.h (rule_t): `lhs' is now a pointer to the symbol's
16541 bucket.
16542 Adjust all dependencies.
16543 * src/reduce.c (nonterminals_reduce): Don't forget to renumber the
16544 `number' of the buckets too.
16545 * src/gram.h: Include `symtab.h'.
16546 (associativity): Move to...
16547 * src/symtab.h: here.
16548 No longer include `gram.h'.
16549
16550 2002-04-07 Akim Demaille <akim@epita.fr>
16551
16552 * src/gram.h, src/gram.c (rules_rhs_length): New.
16553 (ritem_longest_rhs): Use it.
16554 * src/gram.h (rule_t): `number' is a new member.
16555 * src/reader.c (packgram): Set it.
16556 * src/reduce.c (reduce_grammar_tables): Move the useless rules at
16557 the end of `rules', and count them out of `nrules'.
16558 (reduce_output, dump_grammar): Adjust.
16559 * src/print.c (print_grammar): It is no longer needed to check for
16560 the usefulness of a rule, as useless rules are beyond `nrules + 1'.
16561 * tests/reduce.at (Reduced Automaton): New test.
16562
16563 2002-04-07 Akim Demaille <akim@epita.fr>
16564
16565 * src/reduce.c (inaccessable_symbols): Fix a buglet: because of a
16566 lacking `+ 1' to nrules, Bison reported as useless a token if it
16567 was used solely to set the precedence of the last rule...
16568
16569 2002-04-07 Akim Demaille <akim@epita.fr>
16570
16571 * data/bison.c++, data/bison.simple: Don't output the current file
16572 name in #line, to avoid useless diffs between two identical
16573 outputs under different names.
16574
16575 2002-04-07 Akim Demaille <akim@epita.fr>
16576
16577 * src/closure.c, src/print.c, src/reader.c, src/reduce.c:
16578 Normalize loops to using `< nrules + 1', not `<= nrules'.
16579
16580 2002-04-07 Akim Demaille <akim@epita.fr>
16581
16582 * TODO: Update.
16583
16584 2002-04-07 Akim Demaille <akim@epita.fr>
16585
16586 * src/output.c, src/reader.c, src/symtab.c, src/symtab.h: Rename
16587 bucket.value as bucket.number.
16588
16589 2002-04-07 Akim Demaille <akim@epita.fr>
16590
16591 * src/closure.c, src/derives.c, src/gram.h, src/lalr.c,
16592 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
16593 * src/reader.c, src/reduce.c: Let rule_t.rhs point directly to the
16594 RHS, instead of being an index in RITEMS.
16595
16596 2002-04-04 Paul Eggert <eggert@twinsun.com>
16597
16598 * doc/bison.texinfo: Update copyright date.
16599 (Rpcalc Lexer, Symbols, Token Decl): Don't assume ASCII.
16600 (Symbols): Warn about running Bison in one character set,
16601 but compiling and/or running in an incompatible one.
16602 Warn about character code 256, too.
16603
16604 2002-04-03 Paul Eggert <eggert@twinsun.com>
16605
16606 * src/bison.data (YYSTACK_ALLOC): Depend on whether
16607 YYERROR_VERBOSE is nonzero, not whether it is defined.
16608
16609 Merge changes from bison-1_29-branch.
16610
16611 2002-03-20 Paul Eggert <eggert@twinsun.com>
16612
16613 Merge fixes from Debian bison_1.34-1.diff.
16614
16615 * configure.in (AC_PREREQ): 2.53.
16616
16617 2002-03-20 Akim Demaille <akim@epita.fr>
16618
16619 * src/conflicts.c (log_resolution): Argument `resolution' is const.
16620
16621 2002-03-19 Paul Eggert <eggert@twinsun.com>
16622
16623 * src/bison.simple (YYCOPY): New macro.
16624 (YYSTACK_RELOCATE): Use it.
16625 Remove Type arg; no longer needed. All callers changed.
16626 (yymemcpy): Remove; no longer needed.
16627
16628 * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
16629 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
16630
16631 2002-03-19 Akim Demaille <akim@epita.fr>
16632
16633 Test and fix the #line outputs.
16634
16635 * tests/atlocal.at (GCC): New.
16636 * tests/synclines.at (AT_TEST_SYNCLINE): New macro.
16637 (Prologue synch line, %union synch line, Postprologue synch line)
16638 (Action synch line, Epilogue synch line): New tests.
16639 * src/reader.c (parse_union_decl): Define the muscle stype_line.
16640 * data/bison.simple, data/bison.c++: Use it.
16641
16642 2002-03-19 Akim Demaille <akim@epita.fr>
16643
16644 * tests/regression.at (%nonassoc and eof, Unresolved SR Conflicts)
16645 (Solved SR Conflicts, %expect not enough, %expect right)
16646 (%expect too much): Move to...
16647 * tests/conflicts.at: this new file.
16648
16649 2002-03-19 Akim Demaille <akim@epita.fr>
16650
16651 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
16652 * data/bison.simple, data/bison.c++: Handle the `#define' part, so
16653 that we can move to enums for instance.
16654 * src/output.c (token_definitions_output): Output a list of
16655 `token-name, token-number' instead of the #define.
16656 (output_skeleton): Name this list `b4_tokens', not `b4_tokendefs'.
16657
16658 2002-03-14 Akim Demaille <akim@epita.fr>
16659
16660 Use Gettext 0.11.1.
16661
16662 2002-03-09 Robert Anisko <robert@lrde.epita.fr>
16663
16664 * data/bison.c++: Make the user able to add members to the generated
16665 parser by subclassing.
16666
16667 2002-03-05 Robert Anisko <robert@lrde.epita.fr>
16668
16669 * src/reader.c (read_additionnal_code): `c' should be an integer, not
16670 a character.
16671 Reported by Nicolas Tisserand and Nicolas Burrus.
16672
16673 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
16674
16675 * src/reader.c: Warn about lacking semi-colons, do not complain.
16676
16677 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
16678
16679 * data/bison.c++: Remove a debug line.
16680
16681 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
16682
16683 * data/bison.c++: Unmerge value as yylval and value as yyval. Unmerge
16684 location as yylloc and location as yyloc. Use YYLLOC_DEFAULT, and
16685 provide a default implementation.
16686
16687 2002-03-04 Akim Demaille <akim@epita.fr>
16688
16689 * tests/input.at (Invalid $n, Invalid @n): Add the ending `;'.
16690 * tests/output.at (AT_CHECK_OUTPUT): Likewise.
16691 * tests/headers.at (AT_TEST_CPP_GUARD_H): Ditto.
16692 * tests/semantic.at (Parsing Guards): Similarly.
16693 * src/reader.at (readgram): Complain if the last rule is not ended
16694 with a semi-colon.
16695
16696 2002-03-04 Akim Demaille <akim@epita.fr>
16697
16698 * src/warshall.h, src/warshall.c (bitmatrix_print): Move to...
16699 * src/closure.c: here.
16700 (set_firsts): Use bitsetv_reflexive_transitive_closure instead of
16701 RTC.
16702 * src/warshall.h, src/warshall.c: Remove.
16703 * tests/sets.at (Broken Closure): Adjust.
16704
16705 2002-03-04 Akim Demaille <akim@epita.fr>
16706
16707 * src/output.c (output_skeleton): tempdir is const.
16708 bytes_read is unused.
16709
16710 2002-03-04 Akim Demaille <akim@epita.fr>
16711
16712 * lib/bbitset.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
16713 * lib/bitsetv.h, lib/ebitset.c, lib/lbitset.c, lib/sbitset.c:
16714 Update.
16715 From Michael Hayes.
16716
16717 2002-03-04 Akim Demaille <akim@epita.fr>
16718
16719 * src/closure.c (closure): `r' is unused.
16720
16721 2002-03-04 Akim Demaille <akim@epita.fr>
16722
16723 * tests/sets.at (Broken Closure): Add the ending `;'.
16724 * src/reader.at (readgram): Complain if a rule is not ended with a
16725 semi-colon.
16726
16727 2002-03-04 Akim Demaille <akim@epita.fr>
16728
16729 * src/conflicts.c (set_conflicts): Use bitset_disjoint_p.
16730 (count_sr_conflicts): Use bitset_count.
16731 * src/reduce.c (inaccessable_symbols): Ditto.
16732 (bits_size): Remove.
16733 * src/warshall.h, src/warshall.c: Convert to bitsetv.
16734
16735 2002-03-04 Akim Demaille <akim@epita.fr>
16736
16737 * src/closure.c, src/conflicts.c, src/lalr.c, src/print.c,
16738 * src/reduce.c: Remove the `bitset_zero's following the
16739 `bitset_create's, as now it is performed by the latter.
16740
16741 2002-03-04 Akim Demaille <akim@epita.fr>
16742
16743 * lib/bitset.c, lib/bitset.h, lib/bitsetv.c, lib/bitsetv.h,
16744 * lib/ebitset.c, lib/ebitset.h, lib/lbitset.c, lib/lbitset.h,
16745 * lib/sbitset.c, lib/sbitset.h, lib/bbitset.h: Update from the
16746 latest sources from Michael.
16747
16748 2002-03-04 Akim Demaille <akim@epita.fr>
16749
16750 * src/output.c (output): Don't free the grammar.
16751 * src/reader.c (grammar_free): New.
16752 * src/main.c (main): Call it and don't free symtab here.
16753
16754 2002-03-04 Akim Demaille <akim@epita.fr>
16755
16756 * src/lex.c (parse_percent_token): Be sure to 0-end token_buffer
16757 before returning.
16758 Reported by Benoit Perrot.
16759
16760 2002-03-04 Akim Demaille <akim@epita.fr>
16761
16762 Use bitset operations when possible, not loops over bits.
16763
16764 * src/conflicts.c (set_conflicts, count_sr_conflicts): Use
16765 bitset_or.
16766 * src/print.c (print_reductions): Use bitset_and, bitset_andn.
16767 * src/reduce.c (useless_nonterminals): Formatting changes.
16768 * src/warshall.c (TC): Use bitset_or.
16769
16770 2002-03-04 Akim Demaille <akim@epita.fr>
16771
16772 * src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
16773 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):
16774 Ditto.
16775
16776 2002-03-04 Akim Demaille <akim@epita.fr>
16777
16778 * src/lalr.c (F): Now a bitset*.
16779 Adjust all dependencies.
16780
16781 2002-03-04 Akim Demaille <akim@epita.fr>
16782
16783 * src/conflicts.c (shiftset, lookaheadset): Now bitset.
16784 Adjust all dependencies.
16785
16786 2002-03-04 Akim Demaille <akim@epita.fr>
16787
16788 * src/L0.c, src/LR0.h (nstates): Be size_t.
16789 Adjust comparisons (signed vs unsigned).
16790 * src/conflics.c, src/lalr.c, src/lalr.h, src/output.c (LA): Now a
16791 bitset*.
16792 Adjust all dependencies.
16793
16794 2002-03-04 Akim Demaille <akim@epita.fr>
16795
16796 * src/closure.c (firsts): Now, also a bitset.
16797 Adjust all dependencies.
16798 (varsetsize): Remove, now unused.
16799 * src/warshall.h, src/warshall.c: Now work on arrays of bitsets.
16800
16801 2002-03-04 Akim Demaille <akim@epita.fr>
16802
16803 * src/print.c: Convert to use bitset.h, not hand coded iterations
16804 over ints.
16805
16806 2002-03-04 Akim Demaille <akim@epita.fr>
16807
16808 * src/reduce.c: Convert to use bitset.h, not hand coded BSet.
16809
16810 2002-03-04 Akim Demaille <akim@epita.fr>
16811
16812 * src/closure.c (ruleset): Be a bitset.
16813 (rulesetsize): Remove.
16814
16815 2002-03-04 Akim Demaille <akim@epita.fr>
16816
16817 * lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
16818 * lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/lbitset.c,
16819 * lib/lbitset.h, lib/sbitset.c, lib/sbitset.h: New.
16820 * src/closure.c (fderives): Be an array of bitsets.
16821
16822 2002-02-28 Robert Anisko <robert@lrde.epita.fr>
16823
16824 * data/bison.c++: Merge the two generated headers. Insert a copyright
16825 notice in each output file.
16826
16827 2002-02-28 Akim Demaille <akim@epita.fr>
16828
16829 * data/bison.c++: Copy the prologue of bison.simple to fetch
16830 useful M4 definitions, such as b4_header_guard.
16831
16832 2002-02-25 Akim Demaille <akim@epita.fr>
16833
16834 * src/getargs.c (version): Give the name of the authors, and use a
16835 translator friendly scheme for the bgr
16836 copyright notice.
16837
16838 2002-02-25 Akim Demaille <akim@epita.fr>
16839
16840 * src/output.c (header_output): Remove, now handled completely via
16841 M4.
16842
16843 2002-02-25 Akim Demaille <akim@epita.fr>
16844
16845 * m4/m4.m4: New, from CVS Autoconf.
16846 * configure.in: Invoke it.
16847 * src/output.c (output_skeleton): Use its result instead of the
16848 hard coded name.
16849
16850 2002-02-25 Akim Demaille <akim@epita.fr>
16851
16852 * lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
16853 Fileutils 4.1.5.
16854 * configure.in: Invoke UTILS_FUNC_MKSTEMP.
16855 * src/output.c (output_skeleton): Use mkstemp to create a real
16856 temporary file.
16857 Move the filling of `skeleton' and its muscle to...
16858 (prepare): here.
16859 (output): Move the definition of the prologue muscle to...
16860 (prepare): here.
16861 * src/system.h (DEFAULT_TMPDIR): New.
16862
16863 2002-02-14 Paul Eggert <eggert@twinsun.com>
16864
16865 Remove the support for C++ namespace cleanliness; it was
16866 causing more problems than it was curing, since it didn't work
16867 properly on some nonstandard C++ compilers. This can wait
16868 for a proper C++ parser.
16869
16870 * NEWS: Document this.
16871 * doc/bison.texinfo (Bison Parser, Debugging): Remove special mention
16872 of C++, as it's treated like C now.
16873 * src/bison.simple (YYSTD): Remove.
16874 (YYSIZE_T, YYFPRINTF, YYPARSE_PARAM_ARG, YYPARSE_PARAM_DECL):
16875 Treat C++ just like Standard C instead of trying to support
16876 namespace cleanliness.
16877
16878 2002-02-14 Akim Demaille <akim@epita.fr>
16879
16880 * tests/regression.at (else): Adjust to Andreas' change.
16881
16882 2002-02-14 Akim Demaille <akim@epita.fr>
16883
16884 * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
16885
16886 2002-02-13 Andreas Schwab <schwab@suse.de>
16887
16888 * src/output.c (output_rule_data): Don't output NULL, it might
16889 not be defined yet.
16890
16891 2002-02-11 Robert Anisko <robert@lrde.epita.fr>
16892
16893 * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue.
16894 (Copyright notice): Update.
16895
16896 2002-02-11 Akim Demaille <akim@epita.fr>
16897
16898 * tests/regression.at (%nonassoc and eof): Don't include
16899 nonportable headers.
16900
16901 2002-02-08 Robert Anisko <robert@lrde.epita.fr>
16902
16903 * data/bison.c++: Correct error recovery. Make the user able to
16904 initialize the starting location.
16905
16906 2002-02-07 Akim Demaille <akim@epita.fr>
16907
16908 * tests/input.at: New.
16909
16910 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
16911
16912 * data/bison.c++: Replace some direct m4 expansions by constants. Be
16913 more consistent when naming methods and variables. Put preprocessor
16914 directives around tables only needed for debugging.
16915
16916 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
16917
16918 * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
16919 C++ parsers.
16920 (yy::b4_name::parse): Use print_.
16921
16922 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
16923
16924 * data/bison.c++ (yy::b4_name::parse): Error recovery is back.
16925
16926 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
16927
16928 * data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in
16929 C++ parsers.
16930 (yy::b4_name::parse): Build verbose error messages, and use error_.
16931
16932 2002-02-06 Robert Anisko <robert@lrde.epita.fr>
16933
16934 * data/bison.c++: Fix m4 quoting in comments.
16935
16936 2002-02-06 Robert Anisko <robert@lrde.epita.fr>
16937
16938 * data/bison.c++: Adjust the parser code. Fix some muscles that were
16939 not expanded by m4.
16940
16941 2002-02-05 Akim Demaille <akim@epita.fr>
16942
16943 * data/bison.c++: Adjust to the M4 back end.
16944 More is certainly needed.
16945
16946 2002-02-05 Akim Demaille <akim@epita.fr>
16947
16948 Give a try to M4 as a back end.
16949
16950 * lib/readpipe.c: New, from wdiff.
16951 * src/Makefile.am (DEFS): Define PKGDATADIR, not BISON_SIMPLE and
16952 BISON_HAIRY.
16953 * src/system.h (BISON_HAIRY, BISON_SIMPLE): Remove the DOS and VMS
16954 specific values. Now it is m4 that performs the lookup.
16955 * src/parse-skel.y: Remove.
16956 * src/muscle_tab.c, src/muscle_tab.h (muscles_m4_output): New.
16957 * src/output.c (actions_output, guards_output)
16958 (token_definitions_output): No longer keeps track of the output
16959 line number, hence remove the second argument.
16960 (guards_output): Check against the guard member of a rule, not the
16961 action member.
16962 Adjust callers.
16963 (output_skeleton): Don't look for the skeleton location, let m4 do
16964 that.
16965 Create `/tmp/muscles.m4'. This is temporary, a proper temporary
16966 file will be used.
16967 Invoke `m4' on m4sugar.m4, muscles.m4, and the skeleton.
16968 (prepare): Given that for the time being changesyntax is not
16969 usable in M4, rename the muscles using `-' to `_'.
16970 Define `defines_flag', `output_parser_name' and `output_header_name'.
16971 * src/output.h (actions_output, guards_output)
16972 (token_definitions_output): Adjust prototypes.
16973 * src/scan-skel.l: Instead of scanning the skeletons, it now
16974 processes the output of m4: `__oline__' and `#output'.
16975 * data/bison.simple: Adjust to be used by M4(sugar).
16976 * tests/Makefile.am: Use check_SCRIPTS to make sure `bison' is up
16977 to date.
16978 * tests/bison.in: Use the secrete envvar `BISON_PKGDATADIR'
16979 instead of the dead `BISON_SIMPLE' and `BISON_HAIRY'.
16980 * data/m4sugar/m4sugar.m4, data/m4sugar/version.m4: New,
16981 shamelessly stolen from CVS Autoconf.
16982
16983 2002-02-05 Akim Demaille <akim@epita.fr>
16984
16985 * lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version.
16986 * configure.in: Check for the declarations of free and malloc.
16987 * src/muscle_tab.c: Adjust.
16988
16989 2002-02-05 Akim Demaille <akim@epita.fr>
16990
16991 * src/muscle_tab.c (muscle_init): Don't default to NULL muscle
16992 which have no values.
16993
16994 2002-02-05 Akim Demaille <akim@epita.fr>
16995
16996 * src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
16997 * data/: here.
16998
16999 2002-01-29 Paul Eggert <eggert@twinsun.com>
17000
17001 * src/bison.simple (YYSIZE_T): Do not define merely because
17002 YYSTACK_USE_ALLOCA is nonzero or alloca or _ALLOCA_H are defined.
17003 On some platforms, <alloca.h> does not declare YYSTD (size_t).
17004
17005 2002-01-27 Akim Demaille <akim@epita.fr>
17006
17007 Fix `%nonassoc and eof'.
17008
17009 * src/state.c (errs_dup): Aaaah! The failure was due to bytes
17010 which were not properly copied! Replace
17011 memcpy (res->errs, src->errs, src->nerrs);
17012 with
17013 memcpy (res->errs, src->errs, src->nerrs * sizeof (src->errs[0]));
17014 !!!
17015 * tests/regression.at (%nonassoc and eof): Adjust to newest
17016 Autotest: `.' is not in the PATH.
17017
17018 2002-01-27 Akim Demaille <akim@epita.fr>
17019
17020 * tests/sets.at (AT_EXTRACT_SETS): New.
17021 (Nullable): Use it.
17022 (Firsts): New.
17023
17024 2002-01-26 Akim Demaille <akim@epita.fr>
17025
17026 * tests/actions.at, tests/calc.at, tests/headers.at,
17027 * tests/torture.at: Adjust to the newest Autotest which no longer
17028 forces `.' in the PATH.
17029
17030 2002-01-25 Akim Demaille <akim@epita.fr>
17031
17032 * tests/regression.at (%nonassoc and eof): New.
17033 Suggested by Robert Anisko.
17034
17035 2002-01-24 Akim Demaille <akim@epita.fr>
17036
17037 Bison dumps core when trying to complain about broken input files.
17038 Reported by Cris van Pelt.
17039
17040 * src/lex.c (parse_percent_token): Be sure to set token_buffer.
17041 * tests/regression.at (Invalid input: 1, Invalid input: 2): Merge
17042 into...
17043 (Invalid inputs): Strengthen: exercise parse_percent_token.
17044
17045 2002-01-24 Robert Anisko <robert.anisko@epita.fr>
17046
17047 * src/Makefile.am: Add bison.c++.
17048 * src/bison.c++: New skeleton.
17049
17050 2002-01-21 Paolo Bonzini <bonzini@gnu.org>
17051
17052 * po/it.po: New.
17053
17054 2002-01-21 Kees Zeelenberg <kzlg@users.sourceforge.net>
17055
17056 * src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
17057
17058 2002-01-20 Marc Autret <marc@gnu.org>
17059
17060 * src/files.c (compute_output_file_names): Fix
17061
17062 2002-01-20 Marc Autret <marc@gnu.org>
17063
17064 * tests/output.at: New test.
17065 * src/files.c (compute_base_names): Don't map extensions when
17066 the YACC flag is set, use defaults.
17067 Reported by Evgeny Stambulchik.
17068
17069 2002-01-20 Marc Autret <marc@gnu.org>
17070
17071 * src/system.h: Need to define __attribute__ away for non-GCC
17072 compilers as well (i.e., the vendor C compiler).
17073 Suggested by Albert Chin-A-Young.
17074
17075 2002-01-11 Tim Van Holder <tim.van.holder@pandora.be>
17076
17077 * lib/hash.h, lib/hash.c: Renamed __P to PARAMS and used the
17078 canonical definition.
17079 * src/system.h: Use the canonical definition for PARAMS (avoids
17080 a conflict with the macro from lib/hash.h).
17081
17082 2002-01-11 Akim Demaille <akim@epita.fr>
17083
17084 * configure.in: Use AC_FUNC_STRNLEN.
17085 Fixes the failures observed on AIX 4.3 by H.Merijn Brand.
17086
17087 2002-01-09 Akim Demaille <akim@epita.fr>
17088
17089 * src/files.c, src/files.h (output_infix): New.
17090 (tab_extension): Remove.
17091 (compute_base_names): Compute the former, drop the latter.
17092 * src/output.c (prepare): Insert the muscles `output-infix', and
17093 `output-suffix'.
17094 * src/parse-skel.y (string, string.1): New.
17095 (section.header): Use it.
17096 (section.yacc): Remove.
17097 (prefix): Remove too.
17098 * src/scan-skel.l: Adjust.
17099 * src/bison.simple, src/bison.hairy: Adjust.
17100
17101 2002-01-09 Akim Demaille <akim@epita.fr>
17102
17103 * configure.in (WERROR_CFLAGS): Compute it.
17104 * src/Makefile.am (CFLAGS): Pass it.
17105 * tests/atlocal.in (CFLAGS): Idem.
17106 * src/files.c: Fix a few warnings.
17107 (get_extension_index): Remove, unused.
17108
17109 2002-01-08 Akim Demaille <akim@epita.fr>
17110
17111 * src/getargs.c (AS_FILE_NAME): New.
17112 (getargs): Use it to convert DOSish file names.
17113 * src/files.c (base_name): Rename as full_base_name to avoid
17114 clashes with `base_name ()'.
17115 (filename_split): New.
17116 (compute_base_names): N-th rewrite, using filename_split.
17117
17118 2002-01-08 Akim Demaille <akim@epita.fr>
17119
17120 * lib/basename.c, lib/dirname.h, lib/dirname.c, lib/memrchr.c:
17121 New, stolen from the Fileutils 4.1.
17122 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
17123 * configure.in: Check for the presence of memrchr, and of its
17124 prototype.
17125
17126 2002-01-07 Tim Van Holder <tim.van.holder@pandora.be>
17127
17128 * lib/hash.h (__P): Added definition for this macro.
17129 * src/Makefile.am: Add parse-skel.c and scan-skel.c to
17130 BUILT_SOURCES, to ensure they are generated first.
17131 * src/parse-skel.y: Use YYERROR_VERBOSE instead of
17132 %error-verbose to allow bootstrapping with bison 1.30x.
17133
17134 2002-01-06 Akim Demaille <akim@epita.fr>
17135
17136 * src/reader.c (parse_braces): Don't fetch the next char, the
17137 convention is to fetch on entry.
17138 * tests/torture.at (GNU Cim Grammar): Reintroduce their weird
17139 'switch' without a following semicolon.
17140 * tests/regression.at (braces parsing): New.
17141
17142 2002-01-06 Akim Demaille <akim@epita.fr>
17143
17144 Bison is dead wrong in its RR conflict reports.
17145
17146 * tests/torture.at (GNU Cim Grammar): New.
17147 * src/conflicts.c (count_rr_conflicts): Fix.
17148
17149 2002-01-06 Akim Demaille <akim@epita.fr>
17150
17151 Creating package.m4 from configure.ac causes too many problems.
17152
17153 * tests/Makefile.am (package.m4): Create it by hand,
17154 AC_CONFIG_TESTDIR no longer does in the most recent CVS Autoconf.
17155
17156 2002-01-06 Akim Demaille <akim@epita.fr>
17157
17158 * src/Makefile.am (bison_SOURCES): Add parse-skel.h and
17159 skeleton.h.
17160
17161 2002-01-04 Paul Eggert <eggert@twinsun.com>
17162
17163 * doc/bison.texinfo (Debugging):
17164 Remove YYSTDERR; it's no longer defined or used.
17165 Also, s/cstdio.h/cstdio/.
17166
17167 2002-01-03 Akim Demaille <akim@epita.fr>
17168
17169 * tests/bison.in, tests/atlocal.in: Adjust to CVS Autoconf.
17170
17171 2002-01-03 Akim Demaille <akim@epita.fr>
17172
17173 * src/parse-skel.y (process_skeleton): Don't bind the parser's
17174 tracing code to --trace, wait for a better --trace option, with
17175 args.
17176
17177 2002-01-03 Akim Demaille <akim@epita.fr>
17178
17179 * src/bison.simple (YYSTDERR): Remove, replace `stderr'.
17180 The ISO C++ standard is extremely clear about it: stderr is
17181 considered a macro, not a regular symbol (see table 94 `Header
17182 <cstdio> synopsis', [lib.c.files] 27.8.2 C Library files).
17183 Therefore std:: does not apply to it. It still does with fprintf.
17184 Also, s/cstdio.h/cstdio/.
17185
17186 2002-01-03 Akim Demaille <akim@epita.fr>
17187
17188 * lib/quotearg.c: Use `#include "..."' instead of `#include <...>'
17189 for non system headers.
17190
17191 2002-01-02 Akim Demaille <akim@epita.fr>
17192
17193 Equip the skeleton chain with location tracking, runtime trace,
17194 pure parser and scanner.
17195
17196 * src/parse-skel.y: Request a pure parser, locations, and prefix
17197 renaming.
17198 (%union): Having several members with the same type does not help
17199 type mismatches, simplify.
17200 (YYPRINT, yyprint): New.
17201 (yyerror): ``Rename'' (there is a #define yyerror skel_error) as...
17202 (skel_error): this.
17203 Handle locations.
17204 * src/scan-skel.l: Adjust to these changes.
17205 * src/skeleton.h (LOCATION_RESET, LOCATION_LINES, LOCATION_STEP)
17206 (LOCATION_PRINT, skel_control_t): New.
17207
17208 2001-12-30 Akim Demaille <akim@epita.fr>
17209
17210 * src/parse-skel.y: Get rid of the shift/reduce conflict:
17211 replace `gb' with BLANKS.
17212 * src/scan-skel.l: Adjust.
17213
17214 2001-12-30 Akim Demaille <akim@epita.fr>
17215
17216 * src/system.h: We don't need nor want bcopy.
17217 Throw away MS-DOS crap: we don't need getpid.
17218 * configure.in: We don't need strndup. It was even causing
17219 problems: because Flex includes the headers *before* us,
17220 _GNU_SOURCE is not defined by config.h, and therefore strndup was
17221 not visible.
17222 * lib/xstrndup.c: New.
17223 * src/scan-skel.l: Use it.
17224 Be sure to initialize yylval.muscle member when scanning a MUSCLE.
17225 * src/parse-skel.y: Use %directives instead of #defines.
17226
17227 2001-12-30 Akim Demaille <akim@epita.fr>
17228
17229 * src/skeleton.h: New.
17230 * src/output.c (output_parser, output_master_parser): Remove, dead
17231 code.
17232 * src/output.h (get_lines_number, actions_output, guards_output)
17233 (token_definitions_output): Prototype them.
17234 * src/parse-skel.y: Add the license notice.
17235 Include output.h and skeleton.h.
17236 (process_skeleton): Returns void, and takes a single parameter.
17237 * src/scan-skel.l: Add the license notice.
17238 Include skeleton.h.
17239 Don't use %option yylineno: it seems that then Flex imagines
17240 REJECT has been used, and therefore it won't reallocate its
17241 buffers (which makes no other sense to me than a bug). It results
17242 in warnings for `unused: yy_flex_realloc'.
17243
17244 2001-12-30 Robert Anisko <robert.anisko@epita.fr>
17245
17246 * src/muscle_tab.h (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
17247 (MUSCLE_INSERT_PREFIX): ...to there.
17248 * src/output.c (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
17249 (MUSCLE_INSERT_PREFIX): Move from here...
17250
17251 * src/bison.hairy: Add a section directive. Put braces around muscle
17252 names. This parser skeleton is still broken, but Bison should not
17253 choke on a bad muscle 'syntax'.
17254 * src/bison.simple: Add a section directive. Put braces around muscle
17255 names.
17256
17257 * src/files.h (strsuffix, stringappend): Add declarations.
17258 (tab_extension): Add declaration.
17259 (short_base_name): Add declaration.
17260
17261 * src/files.c (strsuffix, stringappend): No longer static. These
17262 functions are used in the skeleton parser.
17263 (tab_extension): New.
17264 (compute_base_names): Use the computations done in this function
17265 to guess if the generated parsers should have '.tab' in their
17266 names.
17267 (short_base_name): No longer static.
17268
17269 * src/output.c (output_skeleton): New.
17270 (output): Disable call to output_master_parser, and give a try to
17271 a new skeleton handling system.
17272 (guards_output, actions_output): No longer static.
17273 (token_definitions_output, get_lines_number): No longer static.
17274
17275 * configure.in: Use AM_PROG_LEX and AC_PROG_YACC.
17276
17277 * src/Makefile.am (bison_SOURCES): Add scan-skel.l and
17278 parse-skel.y.
17279
17280 * src/parse-skel.y: New file.
17281 * src/scan-skel.l: New file.
17282
17283 2001-12-29 Akim Demaille <akim@epita.fr>
17284
17285 %name-prefix is broken.
17286
17287 * src/files.c (spec_name_prefix): Initialize to NULL, not to "yy".
17288 Adjust all dependencies.
17289 * tests/headers.at (export YYLTYPE): Strengthen this test: use
17290 %name-prefix.
17291
17292 Renaming yylval but not yylloc is not consistent. Now we do.
17293
17294 * src/bison.simple: Prefix yylloc if used.
17295 * doc/bison.texinfo (Decl Summary): Document that.
17296
17297 2001-12-29 Akim Demaille <akim@epita.fr>
17298
17299 * doc/bison.texinfo: Promote `%long-directive' over
17300 `%long_directive'.
17301 Remove all references to fixed-output-files, yacc is enough.
17302
17303 2001-12-29 Akim Demaille <akim@epita.fr>
17304
17305 * src/bison.simple: Define YYDEBUG and YYERROR_VERBOSE *after* the
17306 user prologue. These are defaults.
17307 * tests/actions.at (Mid-rule actions): Make sure the user can
17308 define YYDEBUG and YYERROR_VERBOSE.
17309
17310 2001-12-29 Akim Demaille <akim@epita.fr>
17311
17312 * src/output.c (header_output): Don't forget to export YYLTYPE and
17313 yylloc.
17314 * tests/headers.at (export YYLTYPE): New, make sure it does.
17315 * tests/regression.at (%union and --defines, Invalid CPP headers):
17316 Move to...
17317 * tests/headers.at: here.
17318
17319 2001-12-29 Akim Demaille <akim@epita.fr>
17320
17321 * src/gram.h (rule_s): Member `assoc' is of type `associativity'.
17322
17323 2001-12-29 Akim Demaille <akim@epita.fr>
17324
17325 * tests/actions.at (Mid-rule actions): Output on a single line
17326 instead of several.
17327
17328 2001-12-29 Akim Demaille <akim@epita.fr>
17329
17330 * doc/bison.texinfo: Formatting changes.
17331
17332 2001-12-29 Akim Demaille <akim@epita.fr>
17333
17334 Don't store the token defs in a muscle, just be ready to output it
17335 on command. Now possible via `symbols'. Fixes a memory leak.
17336
17337 * src/output.c (token_definitions_output): New.
17338 (output_parser, header_output): Use it.
17339 * src/reader.c (symbols_save): Remove.
17340
17341 2001-12-29 Akim Demaille <akim@epita.fr>
17342
17343 * src/bison.simple: Do not provide a default for YYSTYPE and
17344 YYLTYPE before the user's prologue. Otherwise it's hardly... a
17345 default.
17346
17347 2001-12-29 Akim Demaille <akim@epita.fr>
17348
17349 Mid-rule actions are simply... ignored!
17350
17351 * src/reader.c (readgram): Be sure to attach mid-rule actions to
17352 the empty-rule associated to the dummy symbol, not to the host
17353 rule.
17354 * tests/actions.at (Mid-rule actions): New.
17355
17356 2001-12-29 Akim Demaille <akim@epita.fr>
17357
17358 Memory leak.
17359
17360 * src/reader.c (reader): Free grammar.
17361
17362 2001-12-29 Akim Demaille <akim@epita.fr>
17363
17364 Memory leak.
17365
17366 * src/LR0.c (new_itemsets): Don't allocate `shift_symbol' here,
17367 since it allocates it for each state, although only one is needed.
17368 (allocate_storage): Do it here.
17369
17370 2001-12-29 Akim Demaille <akim@epita.fr>
17371
17372 * src/options.h, src/options.c (create_long_option_table): Rename
17373 as...
17374 (long_option_table_new): this, with a clearer prototype.
17375 (percent_table): Remove, unused,
17376 * src/getargs.c (getargs): Adjust.
17377
17378 2001-12-29 Akim Demaille <akim@epita.fr>
17379
17380 * src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.c
17381 * src/print.c, src/print_graph.c, src/state.h: Rename state_table
17382 as states.
17383
17384 2001-12-29 Akim Demaille <akim@epita.fr>
17385
17386 * src/lalr.c (build_relations): Rename `states' as `states1'.
17387 Sorry, I don't understand exactly what it is, no better name...
17388
17389 2001-12-29 Akim Demaille <akim@epita.fr>
17390
17391 * src/closure.c, src/conflicts.c, src/derives.c, src/gram.c
17392 * src/gram.h, src/lalr.c, src/nullable.c, src/output.c, src/print.c
17393 * src/print_graph.c, src/reader.c, src/reduce.c: Rename rule_table
17394 as rules.
17395
17396 2001-12-29 Akim Demaille <akim@epita.fr>
17397
17398 * src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long
17399 ago.
17400
17401 2001-12-29 Akim Demaille <akim@epita.fr>
17402
17403 * src/reader.c, src/reader.h (user_toknums): Remove.
17404 Adjust all users to use symbols[i]->user_token_number.
17405
17406 2001-12-29 Akim Demaille <akim@epita.fr>
17407
17408 * src/gram.c, src/gram.h (sprec, sassoc): Remove.
17409 Adjust all users to use symbols[i]->prec or ->assoc.
17410
17411 2001-12-29 Akim Demaille <akim@epita.fr>
17412
17413 * src/reader.c, src/reader.h (tags): Remove.
17414 Adjust all users to use symbols[i]->tag.
17415
17416 2001-12-29 Akim Demaille <akim@epita.fr>
17417
17418 * src/gram.h, src/gram.c (symbols): New, similar to state_table
17419 and rule_table.
17420 * src/reader.c (packsymbols): Fill this table.
17421 Drop sprec.
17422 * src/conflicts.c (resolve_sr_conflict): Adjust.
17423 * src/reduce.c (reduce_grammar): Adjust: just sort symbols, a
17424 single table.
17425 Use symbols[i]->tag instead of tags[i].
17426
17427 2001-12-29 Akim Demaille <akim@epita.fr>
17428
17429 * tests/calc.at (_AT_DATA_CALC_Y): Also use %union.
17430 In addition, put a comment in there, to replace...
17431 * tests/regression.at (%union and C comments): Remove.
17432
17433 2001-12-29 Akim Demaille <akim@epita.fr>
17434
17435 * tests/regression.at (Web2c Actions): Blindly move the actual
17436 output as expected output. The contents *seem* right to me, but I
17437 can't pretend reading perfectly parser tables... Nonetheless, all
17438 the other tests pass correctly, the table look OK, even though the
17439 presence of `$axiom' is to be noted: AFAICS it is useless (but
17440 harmless).
17441
17442 2001-12-29 Akim Demaille <akim@epita.fr>
17443
17444 * src/reader.c (readgram): Don't add the rule 0 if there were no
17445 rules read. In other words, add it _after_ having performed
17446 grammar sanity checks.
17447 Fixes the `tests/regression.at (Invalid input: 1)' Failure.
17448
17449 2001-12-29 Akim Demaille <akim@epita.fr>
17450
17451 * tests/regression.at (Web2c Report): Catch up: the rule 0 is now
17452 visible, and some states have now a different number.
17453
17454 2001-12-29 Akim Demaille <akim@epita.fr>
17455
17456 * src/reader.c (readgram): Bind the initial rule's lineno to that
17457 of the first rule.
17458 * tests/regression.at (Rule Line Numbers, Unresolved SR Conflicts):
17459 (Solved SR Conflicts): Adjust rule 0's line number.
17460
17461 2001-12-29 Akim Demaille <akim@epita.fr>
17462
17463 Fix the `GAWK Grammar' failure.
17464
17465 * src/LR0.c (final_state): Initialize to -1 so that we do compute
17466 the reductions of the first state which was mistakenly confused
17467 with the final state because precisely final_state was initialized
17468 to 0.
17469 * tests/sets.at (Nullable): Adjust: state 0 does have lookaheads,
17470 now noticed by Bison.
17471 * tests/regression.at (Rule Line Numbers): Adjust: state 0 does
17472 have a reduction on $default.
17473
17474 2001-12-29 Akim Demaille <akim@epita.fr>
17475
17476 * src/gram.c (ritem_print): Be sure to subtract 1 when displaying
17477 rule line numbers.
17478 * src/closure.c (print_closure): Likewise.
17479 * src/derives.c (print_derives): Likewise.
17480 * tests/sets.at (Nullable): Adjust: the rule numbers are correct
17481 now.
17482
17483 2001-12-29 Akim Demaille <akim@epita.fr>
17484
17485 * src/lalr.c (lookaheads_print): New.
17486 (lalr): Call it when --trace-flag.
17487 * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads
17488 are dumped.
17489
17490 2001-12-29 Akim Demaille <akim@epita.fr>
17491
17492 * src/derives.c (print_derives): Be sure to use `>= 0', not `> 0',
17493 when walking through ritem, even via rule->rhs.
17494 * src/reduce.c (dump_grammar, useful_production, reduce_output)
17495 (useful_production, useless_nonterminals): Likewise.
17496 (reduce_grammar_tables): Likewise, plus update nritems.
17497 * src/nullable.c (set_nullable): Likewise.
17498 * src/lalr.c (build_relations): Likewise.
17499 * tests/sets.at (Nullable): Adjust.
17500 Fortunately, now, the $axiom is no longer nullable.
17501
17502 2001-12-29 Akim Demaille <akim@epita.fr>
17503
17504 * src/LR0.c (generate_states): Use nritems, not nitems, nor using
17505 the 0-sentinel.
17506 * src/gram.c (ritem_longest_rhs): Likewise.
17507 * src/reduce.c (nonterminals_reduce): Likewise.
17508 * src/print_graph.c (print_graph): Likewise.
17509 * src/output.c (output_rule_data): Likewise.
17510 * src/nullable.c (set_nullable): Likewise.
17511
17512 2001-12-29 Akim Demaille <akim@epita.fr>
17513
17514 * src/output.c: Comment changes.
17515
17516 2001-12-27 Paul Eggert <eggert@twinsun.com>
17517
17518 * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
17519 cases for non-GNU systems like AIX, HP-UX, SGI, Sun, and
17520 Sparc, as they were causing more porting problems than the
17521 (minor) performance improvement was worth.
17522
17523 Also, catch up with 1.31's YYSTD.
17524
17525 2001-12-27 Akim Demaille <akim@epita.fr>
17526
17527 * src/output.c (output_gram): Rely on nritems, not the
17528 0-sentinel. See below.
17529 Use -1 as separator, not 0.
17530 * src/bison.simple (yyparse): Subtract 1 to the rule numbers.
17531 Rely on -1 as separator in yyrhs, instead of 0.
17532 * tests/calc.at (AT_CHECK_CALC): Now, the parsers no longer issue
17533 twice `Now at end of input', therefore there are two lines less to
17534 expect.
17535
17536 2001-12-27 Akim Demaille <akim@epita.fr>
17537
17538 * tests/regression.at (Unresolved SR Conflicts):
17539 (Solved SR Conflicts, Rule Line Numbers): Adjust to the changes
17540 below.
17541
17542 2001-12-27 Akim Demaille <akim@epita.fr>
17543
17544 * src/LR0.c (new_state): Recognize the final state by the fact it
17545 is reached by eoftoken.
17546 (insert_start_shifting_state, insert_eof_shifting_state)
17547 (insert_accepting_state, augment_automaton): Remove, since now
17548 these states are automatically computed from the initial state.
17549 (generate_states): Adjust.
17550 * src/print.c: When reporting a rule number to the user, substract
17551 1, so that the axiom rule is rule 0, and the first user rule is 1.
17552 * src/reduce.c: Likewise.
17553 * src/print_graph.c (print_core): For the time being, just as for
17554 the report, depend upon --trace-flags to dump the full set of
17555 items.
17556 * src/reader.c (readgram): Once the grammar read, insert the rule
17557 0: `$axiom: START-SYMBOL $'.
17558 * tests/set.at: Adjust: rule 0 is now displayed, and since the
17559 number of the states has changed (the final state is no longer
17560 necessarily the last), catch up.
17561
17562 2001-12-27 Akim Demaille <akim@epita.fr>
17563
17564 Try to make the use of the eoftoken valid. Given that its value
17565 is 0 which was also used as a sentinel in ritem, (i) make sure >= 0
17566 is used instead of > 0 where appropriate, (ii), depend upon nritems
17567 instead of the 0-sentinel.
17568
17569 * src/gram.h, src/gram.c (nritems): New.
17570 Expected to be duplication of nitems, but for the time being...
17571 * src/reader.c (packgram): Assert nritems and nitems are equal.
17572 * src/LR0.c (allocate_itemsets, new_itemsets): Adjust.
17573 * src/closure.c (print_closure, print_fderives): Likewise.
17574 * src/gram.c (ritem_print): Likewise.
17575 * src/print.c (print_core, print_grammar): Likewise.
17576 * src/print_graph.c: Likewise.
17577
17578 2001-12-27 Akim Demaille <akim@epita.fr>
17579
17580 * src/main.c (main): If there are complains after grammar
17581 reductions, then output the report anyway if requested, then die.
17582 * src/symtab.c (bucket_new): Initialize `value' to -1, not 0.
17583 * src/reader.c (eoftoken): New.
17584 (parse_token_decl): If the token being defined has value `0', it
17585 is the eoftoken.
17586 (packsymbols): No longer hack `tags' to insert `$' by hand.
17587 Be sure to preserve the value of the eoftoken.
17588 (reader): Make sure eoftoken is defined.
17589 Initialize nsyms to 0: now eoftoken is created just like the others.
17590 * src/print.c (print_grammar): Don't special case the eof token.
17591 * src/regression.at: Adjust: `$' has value 0, not -1, which was a
17592 lie anyway, albeit pleasant.
17593 * tests/calc.at: Exercise error messages with eoftoken.
17594 Change the grammar so that empty input is invalid.
17595 Adjust expectations.
17596 When yyungeting, be sure to use a valid yylloc: use last_yylloc.
17597
17598 2001-12-27 Akim Demaille <akim@epita.fr>
17599
17600 * configure.in: Check the protos of strchr ans strspn.
17601 Replace strchr if needed.
17602 * src/system.h: Provide the protos of strchr, strspn and memchr if
17603 missing.
17604 * lib/strchr.c: New.
17605 * src/reader.c (symbols_save): Use strchr.
17606
17607 2001-12-27 Akim Demaille <akim@epita.fr>
17608
17609 * src/print.c, src/print_graph.c (escape): New.
17610 Use it to quote the TAGS outputs.
17611 * src/print_graph.c (print_state): Now errors are in red, and
17612 reductions in green.
17613 Prefer high to wide: output the state number on a line of its own.
17614
17615 2001-12-27 Akim Demaille <akim@epita.fr>
17616
17617 * src/state.h, src/state.c (reductions_new): New.
17618 * src/LR0.c (set_state_table): Let all the states have a
17619 `reductions', even if reduced to 0.
17620 (save_reductions): Adjust.
17621 * src/lalr.c (initialize_LA, initialize_lookaheads): Adjust.
17622 * src/print.c (print_reductions, print_actions): Adjust.
17623 * src/output.c (action_row): Adjust.
17624
17625 2001-12-27 Akim Demaille <akim@epita.fr>
17626
17627 * src/state.h, src/state.c (errs_new, errs_dup): New.
17628 * src/LR0.c (set_state_table): Let all the states have an errs,
17629 even if reduced to 0.
17630 * src/print.c (print_errs, print_reductions): Adjust.
17631 * src/output.c (output_actions, action_row): Adjust.
17632 * src/conflicts.c (resolve_sr_conflict): Adjust.
17633
17634 2001-12-27 Akim Demaille <akim@epita.fr>
17635
17636 * src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SYMBOL.
17637
17638 2001-12-27 Akim Demaille <akim@epita.fr>
17639
17640 * src/conflicts.c, src/conflicts.h (print_reductions): Move to...
17641 * src/print.c: here.
17642 (lookaheadset, shiftset): New, used as additional storage by
17643 print_reductions.
17644 (print_results): Adjust.
17645 (print_shifts, print_gotos, print_errs): New, extracted from...
17646 (print_actions): here.
17647 * src/print_graph.c (print_actions): Remove dead code.
17648
17649 2001-12-27 Akim Demaille <akim@epita.fr>
17650
17651 * src/reader.c (copy_dollar, copy_at): Better checking of `n' in
17652 `$n' and `@n'.
17653
17654 2001-12-27 Akim Demaille <akim@epita.fr>
17655
17656 * src/lalr.c (add_lookback_edge): Use state_t instead of ints.
17657 (build_relations): Adjust.
17658
17659 2001-12-27 Akim Demaille <akim@epita.fr>
17660
17661 * src/lalr.c (set_goto_map): Remove a wrong but benign loop
17662 duplication.
17663
17664 2001-12-27 Akim Demaille <akim@epita.fr>
17665
17666 * src/reader.c (packgram): Catch nitems overflows.
17667
17668 2001-12-27 Akim Demaille <akim@epita.fr>
17669
17670 * src/files.c, src/files.h (guard_obstack): Remove.
17671 * src/output.c (output): Adjust.
17672 * src/reader.c (parse_braces): New, factoring...
17673 (copy_action, copy_guard): these two which are renamed as...
17674 (parse_action, parse_guard): these.
17675 As a voluntary consequence, using braces around guards is now
17676 mandatory.
17677
17678 2001-12-27 Akim Demaille <akim@epita.fr>
17679
17680 * src/gram.h (rule_t): `guard' and `guard_line' are new members.
17681 * src/reader.c (symbol_list): `guard' and `guard_line' are new
17682 members.
17683 (symbol_list_new): Adjust.
17684 (copy_action): action_line is the first line, not the last.
17685 (copy_guard): Just as for actions, store the `action' only, not
17686 the switch/case/break flesh.
17687 Don't parse the user action that might follow the guard, let...
17688 (readgram): do it, i.e., now, there can be an action after a
17689 guard.
17690 In other words the guard is just explicitly optional.
17691 (packgram): Adjust.
17692 * src/output.c (guards_output): New.
17693 (output_parser): Call it when needed.
17694 (output): Also free the guard and attrs obstacks.
17695 * src/files.c, src/files.h (obstack_save): Remove.
17696 (output_files): Remove.
17697 As a result, if one needs the former `.act' file, using an
17698 appropriate skeleton which requires actions and guards is now
17699 required.
17700 * src/main.c (main): Adjust.
17701 * tests/semantic.at: New.
17702 * tests/regression.at: Use `input.y' as input file name.
17703 Avoid 8+3 problems by requiring input.c when the test needs the
17704 parser.
17705
17706 2001-12-27 Akim Demaille <akim@epita.fr>
17707
17708 * src/reader.c (symbol_list_new): Be sure to initialize all the
17709 fields.
17710
17711 2001-12-27 Akim Demaille <akim@epita.fr>
17712
17713 All the hacks using a final pseudo state are now useless.
17714
17715 * src/LR0.c (set_state_table): state_table holds exactly nstates.
17716 * src/lalr.c (nLA): New.
17717 (initialize_LA, compute_lookaheads, initialize_lookaheads): Use it
17718 instead of lookaheadsp from the pseudo state (nstate + 1).
17719
17720 2001-12-27 Akim Demaille <akim@epita.fr>
17721
17722 * src/output.c (action_row, token_actions): Use a state_t instead
17723 of a integer, and nlookaheads instead of the following state's
17724 lookaheadsp.
17725
17726 2001-12-27 Akim Demaille <akim@epita.fr>
17727
17728 * src/conflicts.c (log_resolution, flush_shift)
17729 (resolve_sr_conflict, set_conflicts, solve_conflicts)
17730 (count_sr_conflicts, count_rr_conflicts, conflicts_output)
17731 (conflicts_print, print_reductions): Use a state_t instead of an
17732 integer when referring to a state.
17733 As much as possible, depend upon nlookaheads, instead of the
17734 `lookaheadsp' member of the following state (since lookaheads of
17735 successive states are successive, the difference between state n + 1
17736 and n served as the number of lookaheads for state n).
17737 * src/lalr.c (add_lookback_edge): Likewise.
17738 * src/print.c (print_core, print_actions, print_state)
17739 (print_results): Likewise.
17740 * src/print_graph.c (print_core, print_actions, print_state)
17741 (print_graph): Likewise.
17742 * src/conflicts.h: Adjust.
17743
17744 2001-12-27 Akim Demaille <akim@epita.fr>
17745
17746 * src/bison.hairy: Formatting/comment changes.
17747 ANSIfy.
17748 Remove `register' indications.
17749 Add plenty of `static'.
17750
17751 2001-12-27 Akim Demaille <akim@epita.fr>
17752
17753 * src/output.c (prepare): Drop the muscle `ntbase' which
17754 duplicates ntokens.
17755 * src/bison.simple: Formatting/comment changes.
17756 Use YYNTOKENS only, which is documented, but not YYNTBASE, which
17757 is an undocumented synonym.
17758
17759 2001-12-22 Akim Demaille <akim@epita.fr>
17760
17761 * src/output.c (output_table_data): Change the prototype to use
17762 `int' for array ranges: some invocations do pass an int, not a
17763 short.
17764 Reported by Wayne Green.
17765
17766 2001-12-22 Akim Demaille <akim@epita.fr>
17767
17768 Some actions of web2c.y are improperly triggered.
17769 Reported by Mike Castle.
17770
17771 * src/lalr.c (traverse): s/F (i)[k] = F (j)[k]/F (j)[k] = F (i)[k]/.
17772 * tests/regression.at (Web2c): Rename as...
17773 (Web2c Report): this.
17774 (Web2c Actions): New.
17775
17776 2001-12-22 Akim Demaille <akim@epita.fr>
17777
17778 Reductions in web2c.y are improperly reported.
17779 Reported by Mike Castle.
17780
17781 * src/conflicts.c (print_reductions): Fix.
17782 * tests/regression.at (Web2c): New.
17783
17784 2001-12-18 Akim Demaille <akim@epita.fr>
17785
17786 Some host fail on `assert (!"foo")', which expands to
17787 ((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
17788 Reported by Nelson Beebee.
17789
17790 * src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
17791 `#define it_succeeded 0' and `assert (it_succeeded)'.
17792
17793 2001-12-17 Marc Autret <autret_m@epita.fr>
17794
17795 * src/bison.simple: Don't hard code the skeleton line and filename.
17796 * src/output.c (output_parser): Rename 'line' as 'output_line'.
17797 New line counter 'skeleton_line' (skeleton-line muscle).
17798
17799 2001-12-17 Paul Eggert <eggert@twinsun.com>
17800
17801 * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that
17802 YYDEBUG must be defined to a nonzero value.
17803
17804 * src/bison.simple (yytname): Do not assume that the user defines
17805 YYDEBUG to a properly parenthesized expression.
17806
17807 2001-12-17 Akim Demaille <akim@epita.fr>
17808
17809 * src/state.h (state_t): Rename lookaheads as lookaheadsp.
17810 nlookaheads is a new member.
17811 Adjust all users.
17812 * src/lalr.h (nlookaheads): Remove this orphan declaration.
17813 * src/lalr.c (initialize_lookaheads): Set nlookaheads for each
17814 state.
17815
17816 2001-12-17 Akim Demaille <akim@epita.fr>
17817
17818 * src/files.h, src/files.c (open_files, close_files): Remove.
17819 * src/main.c (main): Don't open/close files, nor invoke lex_free,
17820 let...
17821 * src/reader.c (reader): Do it.
17822
17823 2001-12-17 Akim Demaille <akim@epita.fr>
17824
17825 * src/conflicts.c (print_reductions): Formatting changes.
17826
17827 2001-12-17 Akim Demaille <akim@epita.fr>
17828
17829 * src/conflicts.c (flush_shift): Also adjust lookaheadset.
17830 (flush_reduce): New.
17831 (resolve_sr_conflict): Adjust.
17832
17833 2001-12-17 Akim Demaille <akim@epita.fr>
17834
17835 * src/output.c (output_obstack): Be static and rename as...
17836 (format_obstack): this, to avoid any confusion with files.c's
17837 output_obstack.
17838 * src/reader.h (muscle_obstack): Move to...
17839 * src/output.h: here, since it's defined in output.c.
17840
17841 2001-12-17 Akim Demaille <akim@epita.fr>
17842
17843 * src/output.c (action_row, save_column, default_goto)
17844 (sort_actions, matching_state, pack_vector): Better variable
17845 locality.
17846
17847 2001-12-17 Akim Demaille <akim@epita.fr>
17848
17849 * src/output.c: Various formatting changes.
17850
17851 2001-12-17 Akim Demaille <akim@epita.fr>
17852
17853 * src/files.c (output_files): Free the output_obstack.
17854 * src/main.c (main): Call print and print_graph conditionally.
17855 * src/print.c (print): Work unconditionally.
17856 * src/print_graph.c (print_graph): Work unconditionally.
17857 * src/conflicts.c (log_resolution): Output only if verbose_flag.
17858
17859 2001-12-16 Marc Autret <autret_m@epita.fr>
17860
17861 * src/output.c (actions_output): Fix. When we use %no-lines,
17862 there is one less line per action.
17863
17864 2001-12-16 Marc Autret <autret_m@epita.fr>
17865
17866 * src/bison.simple: Remove a useless #line directive.
17867 s/#line %%line %%skeleton/#line %%line "%%parser-file-name"/'.
17868 * src/output.c (get_lines_number): New.
17869 (output_parser): Adjust, now takes care about the lines of a
17870 output muscles.
17871 Fix line numbering.
17872 (actions_output): Computes the number of lines taken by actions.
17873 (output_master_parser): Insert new skeleton which is the name of
17874 the output parser file name.
17875
17876 2001-12-15 Marc Autret <autret_m@epita.fr>
17877
17878 * src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
17879
17880 2001-12-15 Marc Autret <autret_m@epita.fr>
17881
17882 * src/output.c (output_gram): Keep track of the hairy one.
17883
17884 2001-12-15 Akim Demaille <akim@epita.fr>
17885
17886 Make `make distcheck' work.
17887
17888 * lib/Makefile.am (INCLUDES): Add top_srcdir/intl, since hash uses
17889 system.h which uses libgettext.h.
17890
17891 2001-12-15 Akim Demaille <akim@epita.fr>
17892
17893 * src/nullable.c (set_nullable): Useless rules must be skipped,
17894 otherwise, since we range over their symbols, we might look at a
17895 nonterminal which no longer ``exists'', i.e., it is not counted in
17896 `nvars', hence we overflow our arrays.
17897
17898 2001-12-15 Akim Demaille <akim@epita.fr>
17899
17900 The header can also be produced directly, without any obstack!
17901 Yahoo!
17902
17903 * src/files.c, src/files.h (defines_obstack): Remove.
17904 (compute_header_macro): Global.
17905 (defines_obstack_save): Remove.
17906 * src/reader.c (parse_union_decl): No longer output to
17907 defines_obstack: its content can be found in the `stype' muscle
17908 anyway.
17909 (output_token_translations): Merge into...
17910 (symbols_output): this.
17911 Rename as...
17912 (symbols_save): this.
17913 (reader): Adjust.
17914 * src/output.c (header_output): New.
17915 (output): Call it.
17916
17917 2001-12-15 Akim Demaille <akim@epita.fr>
17918
17919 * src/reader.c (parse_union_decl): Instead of handling two obstack
17920 simultaneously, use one to define the `stype' muscle, and use the
17921 value of the latter to fill defines_obstack.
17922 (copy_comment): Remove.
17923 (copy_comment2): Work for a single obstack.
17924 Rename as...
17925 (copy_comment): this.
17926
17927 2001-12-15 Akim Demaille <akim@epita.fr>
17928
17929 * src/lex.c, src/lex.h (xgetc): No longer static.
17930 * src/reader.c (parse_union_decl): Revamp.
17931
17932 2001-12-15 Akim Demaille <akim@epita.fr>
17933
17934 Still making progress in separating Bison into (i) input, (ii)
17935 process, (iii) output: now we can directly output the parser file
17936 without using table_obstack at all.
17937
17938 * src/files.c, src/files.h (table_obstack): Bye bye.
17939 (parser_file_name): New.
17940 * src/files.c (compute_output_file_names): Compute it.
17941 * src/output.c (actions_output, output_parser)
17942 (output_master_parser): To a file instead of an obstack.
17943
17944 2001-12-15 Akim Demaille <akim@epita.fr>
17945
17946 Attach actions to rules, instead of pre-outputting them to
17947 actions_obstack.
17948
17949 * src/gram.h (rule_t): action and action_line are new members.
17950 * src/reader.c (symbol_list): Likewise.
17951 (copy_action): Save the actions within the rule.
17952 (packgram): Save them in rule_table.
17953 * src/output.c (actions_output): New.
17954 (output_parser): Use it on `%%actions'.
17955 (output_rule_data): Don't free rule_table.
17956 (output): Do it.
17957 (prepare): Don't save the `action' muscle.
17958 * src/bison.simple: s/%%action/%%actions/.
17959
17960 2001-12-15 Akim Demaille <akim@epita.fr>
17961
17962 * src/reader.c (copy_action): When --yacc, don't append a `;'
17963 to the user action: let it fail if lacking.
17964 Suggested by Arnold Robbins and Tom Tromey.
17965
17966 2001-12-14 Akim Demaille <akim@epita.fr>
17967
17968 * src/lex.c (literalchar): Simply return the char you decoded, non
17969 longer mess around with obstacks and int pointers.
17970 Adjust all callers.
17971
17972 2001-12-14 Akim Demaille <akim@epita.fr>
17973
17974 * src/lex.c (literalchar): Don't escape the special characters,
17975 just decode them, and keep them as char (before, eol was output as
17976 the 2 char string `\n' etc.).
17977 * src/output.c (output_rule_data): Use quotearg to output the
17978 token strings.
17979
17980 2001-12-13 Paul Eggert <eggert@twinsun.com>
17981
17982 * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
17983 Do not infringe on the global user namespace when using C++.
17984 (YYFPRINTF, YYSTDERR): New macros, needed for the above.
17985 All uses of `fprintf' and `stderr' changed.
17986
17987 * doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
17988
17989 2001-12-13 Akim Demaille <akim@epita.fr>
17990
17991 The computation of nullable is broken: it doesn't handle empty
17992 RHS's properly.
17993
17994 * tests/torture.at (GNU AWK Grammar): New.
17995 * tests/sets.at (Nullable): New.
17996 * src/nullable.c (set_nullable): Instead of blindly looping over
17997 `ritems', loop over the rules, and then over their rhs's.
17998
17999 Work around Autotest bugs.
18000
18001 * src/warshall.c (bitmatrix_print): Don't use `+--+' as table
18002 frame, because Autotest understand lines starting with a `+' as
18003 traces from the shell. Then, they are not processed properly.
18004 Admittedly an Autotest bug, but we don't have time to wait for
18005 Autotest to catch up.
18006 * tests/regression.at (Broken Closure): Adjust to the new table
18007 frames.
18008 Move to...
18009 * tests/sets.at: here.
18010
18011 2001-12-13 Akim Demaille <akim@epita.fr>
18012
18013 * src/closure.c (closure): Use nrules instead of playing tricks
18014 with BITS_PER_WORD.
18015
18016 2001-12-13 Akim Demaille <akim@epita.fr>
18017
18018 * src/print.c (print_actions): Output the handling of `$' as the
18019 traces do: shifting the token EOF. Before EOF was treated as a
18020 nonterminal.
18021 * tests/regression.at: Adjust some tests.
18022 * src/print_graph.c (print_core): Complete the set of items via
18023 closure. The next-to-final and final states are still unsatisfying,
18024 but that's to be addressed elsewhere.
18025 No longer output the rule numbers, but do output the state number.
18026 A single loop for the shifts + gotos is enough, but picked a
18027 distinct color for each.
18028 (print_graph): Initialize and finalize closure.
18029
18030 2001-12-13 Akim Demaille <akim@epita.fr>
18031
18032 * src/reader.c (readgram): Remove dead code, an strip useless
18033 braces.
18034 (get_type): Remove, unused.
18035
18036 2001-12-12 Akim Demaille <akim@epita.fr>
18037
18038 * src/complain.h, src/complain.c: Remove error_one_per_line, rely
18039 on that of lib/error.c.
18040
18041 2001-12-12 Akim Demaille <akim@epita.fr>
18042
18043 Some hosts don't like `/' in includes.
18044
18045 * src/system.h: Include libgettext.h without qualifying the path.
18046 * src/Makefile.am (INCLUDES): Add $(top_srcdir)/intl, remove
18047 $(top_srcdir).
18048
18049 2001-12-11 Marc Autret <autret_m@epita.fr>
18050
18051 * src/output.c (output_parser): Remove useless muscle.
18052
18053 2001-12-11 Marc Autret <autret_m@epita.fr>
18054
18055 * src/bison.simple: Remove #line just before %%epilogue. It
18056 is now handled in ...
18057 * src/reader.c (read_additionnal_code): Add the output of a
18058 #line for the epilogue.
18059
18060 2001-12-10 Marc Autret <autret_m@epita.fr>
18061
18062 * src/reader.c (copy_definition): Re-use CPP-outed code which
18063 replace precedent remove.
18064 * src/bison.simple: Remove #line before %%prologue because
18065 %%input-line is wrong at this time.
18066
18067 2001-12-10 Marc Autret <autret_m@epita.fr>
18068
18069 * src/reader.c (symbols_output): Clean up.
18070 * src/output.c (output_gram, output): Clean up.
18071
18072 2001-12-10 Akim Demaille <akim@epita.fr>
18073
18074 * src/lalr.c (initialize_lookaheads): New. Extracted from...
18075 * src/LR0.c (set_state_table): here.
18076 * src/lalr.c (lalr): Call it.
18077
18078 2001-12-10 Akim Demaille <akim@epita.fr>
18079
18080 * src/state.h (shifts): Remove the `number' member: shifts are
18081 attached to state, hence no longer need to be labelled with a
18082 state number.
18083
18084 2001-12-10 Akim Demaille <akim@epita.fr>
18085
18086 Now that states have a complete set of members, the linked list of
18087 shifts is useless: just fill directly the state's shifts member.
18088
18089 * src/state.h (shifts): Remove the `next' member.
18090 * src/LR0.c (first_state, last_state): Remove.
18091 Adjust the callers.
18092 (augment_automaton): Don't look for the shifts that must be added
18093 a shift on EOF: it is those of the state we looked for! But now,
18094 since shifts are attached, it is no longer needed to looking
18095 merely by its id: its number.
18096
18097 2001-12-10 Akim Demaille <akim@epita.fr>
18098
18099 * src/LR0.c (augment_automaton): Better variable locality.
18100 Remove an impossible branch: if there is a state corresponding to
18101 the start symbol being shifted, then there is shift for the start
18102 symbol from the initial state.
18103
18104 2001-12-10 Akim Demaille <akim@epita.fr>
18105
18106 * src/LR0.c (augment_automaton): Call `insert_eof_shifting_state'
18107 only when appropriate: when insert_start_shifting_state' is not
18108 invoked.
18109 * tests/regression.at (Rule Line Numbers): Adjust.
18110
18111 2001-12-10 Akim Demaille <akim@epita.fr>
18112
18113 * src/LR0.c (augment_automaton): Now that all states have shifts,
18114 merge the two cases addition shifts to the initial state.
18115
18116 2001-12-10 Akim Demaille <akim@epita.fr>
18117
18118 * src/lalr.c (set_state_table): Move to...
18119 * src/LR0.c: here.
18120 * src/lalr.c (lalr): Don't call it...
18121 * src/LR0.c (generate_states): do it.
18122 * src/LR0.h (first_state): Remove, only the table is used.
18123
18124 2001-12-10 Akim Demaille <akim@epita.fr>
18125
18126 * src/LR0.h (first_shift, first_reduction): Remove.
18127 * src/lalr.c: Don't use first_shift: find shifts through the
18128 states.
18129
18130 2001-12-10 Akim Demaille <akim@epita.fr>
18131
18132 * src/LR0.c: Attach shifts to states as soon as they are
18133 computed.
18134 * src/lalr.c (set_state_table): Instead of assigning shifts to
18135 state, just assert that the mapping was properly done.
18136
18137 2001-12-10 Akim Demaille <akim@epita.fr>
18138
18139 * src/LR0.c (insert_start_shift): Rename as...
18140 (insert_start_shifting_state): this.
18141 (insert_eof_shifting_state, insert_accepting_state): New.
18142 (augment_automaton): Adjust.
18143 Better locality of the variables.
18144 When looking if the start_symbol is shifted from the initial
18145 state, using `while (... symbol != start_symbol ...)' sounds
18146 better than `while (... symbol < start_symbol ...)': If fail
18147 to see how the order between symbols could be relevant!
18148
18149 2001-12-10 Akim Demaille <akim@epita.fr>
18150
18151 * src/getargs.h: Don't declare `spec_name_prefix' and
18152 `spec_file_prefix', declared by src/files.h.
18153 * src/files.c, src/files.h: Default for spec_name_prefix is "yy".
18154 * src/muscle_tab.c (muscle_init): Default prefix to NULL.
18155 * src/output.c (prepare): Adjust.
18156 * src/reader.c (symbols_output): Likewise.
18157 * src/vmsgetargs.c: Vaguely adjust, but who cares?
18158
18159 2001-12-10 Akim Demaille <akim@epita.fr>
18160
18161 * src/muscle_tab.c (muscle_init): NULL is a better default than
18162 `"0"'.
18163
18164 2001-12-10 Akim Demaille <akim@epita.fr>
18165
18166 * src/reader.c (reader): Calling symbols_output once is enough.
18167
18168 2001-12-10 Akim Demaille <akim@epita.fr>
18169
18170 Now that states have a complete set of members, the linked list of
18171 reductions is useless: just fill directly the state's reductions
18172 member.
18173
18174 * src/state.h (struct reductions): Remove member `number' and
18175 `next'.
18176 * src/LR0.c (first_reduction, last_reduction): Remove.
18177 (save_reductions): Don't link the new reductions, store them in
18178 this_state.
18179 * src/lalr.c (set_state_table): No need to attach reductions to
18180 states, it's already done.
18181 * src/output.c (output_actions): No longer free the shifts, then
18182 the reductions, then the states: free all the states and their
18183 members.
18184
18185 2001-12-10 Akim Demaille <akim@epita.fr>
18186
18187 * src/options.c (OPTN, DRTV, BOTH): New.
18188 (option_table): Use them.
18189
18190 * src/muscle_tab.c: Don't include xalloc.h and string.h: that's
18191 the job of system.h.
18192 * src/options.c: Don't include stdio.h and xalloc.h for the same
18193 reasons.
18194
18195 2001-12-10 Akim Demaille <akim@epita.fr>
18196
18197 * src/output.c (output, prepare): Make sure the values of the
18198 muscles `action' and `prologue' are 0-terminated.
18199
18200 2001-12-10 Akim Demaille <akim@epita.fr>
18201
18202 Clean up GCC warnings.
18203
18204 * src/reader.c (copy_action): `buf' is not used.
18205 (parse_skel_decl): Be static.
18206 * src/muscle_tab.c (mhash1, mhash2, muscle_insert): Preserve `const'.
18207 * src/options.h (create_long_option_table): Have a real prototype.
18208 * lib/hash.c, lib/hash.h (hash_insert, hash_insert_at, hash_delete)
18209 (hash_delete_at): Return const void *.
18210 Adjust casts to preserve the const.
18211
18212 2001-12-10 Akim Demaille <akim@epita.fr>
18213
18214 * configure.in: Require 2.52g.
18215 M4 is not needed, but AUTOM4TE is.
18216 * m4/m4.m4: Remove.
18217 * tests/Makefile.am: Adjust.
18218
18219 2001-12-10 Akim Demaille <akim@epita.fr>
18220
18221 One structure for states is enough, even though theoretically
18222 there are LR(0) states and LALR(1) states.
18223
18224 * src/lalr.h (state_t): Remove.
18225 (state_table): Be state_t **, not state_t *.
18226 * src/state.h (core, CORE_ALLOC): Rename as...
18227 (state_t, STATE_ALLOC): this.
18228 Add the LALR(1) members: shifts, reductions, errs.
18229 * src/LR0.c (state_table): Rename as...
18230 (state_hash): this, to avoid name clashes with the global
18231 `state_table'.
18232 * src/print_graph.c, src/LR0.c, src/LR0.h, src/conflicts.c
18233 * src/lalr.c, src/lalr.h, src/output.c, src/print.c: Adjust.
18234
18235 2001-12-10 Akim Demaille <akim@epita.fr>
18236
18237 Bison dumps core on bash.y.
18238 Reported by Pascal Bart.
18239
18240 * src/warshall.c (bitmatrix_print): New.
18241 (TC): Use it.
18242 When performing a transitive closure R(i, j) && R(j, k) => R(i, k),
18243 j must be the outer loop.
18244 * tests/regression.at (Broken Closure): New.
18245
18246 2001-12-05 Akim Demaille <akim@epita.fr>
18247
18248 * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
18249 its argument.
18250 Reported by Peter Hamorsky.
18251
18252 2001-12-05 Akim Demaille <akim@epita.fr>
18253
18254 * src/conflicts.c (err_table): Remove.
18255 (resolve_sr_conflict): Adjust.
18256 * src/lalr.h (state_t.reduction_table, state_t.shift_table):
18257 Rename as...
18258 (state_t.reductions, state_t.shifts): this.
18259
18260 2001-12-05 Akim Demaille <akim@epita.fr>
18261
18262 * src/reduce.c (reduce_grammar_tables): No longer disable the
18263 removal of useless rules via CPP but via `if (0)', so that the
18264 compiler still check the code is valid.
18265 For instance, it should have noticed `rline' no longer exists: use
18266 the `line' member of rule_t.
18267 * src/gram.c (dummy, rline): Remove, unused.
18268
18269 2001-12-05 Akim Demaille <akim@epita.fr>
18270
18271 * src/output.c (pack_vector): Use assert, not berror.
18272 * src/main.c (berror): Remove, unused.
18273
18274 2001-12-05 Akim Demaille <akim@epita.fr>
18275
18276 New experimental feature: if --verbose --trace output all the
18277 items of a state, not only its kernel.
18278
18279 * src/print.c (print_core): If `trace_flag', then invoke closure
18280 before outputting the items of the state (print_core is no longer
18281 a correct name them).
18282 (print_results): Invoke new_closure/free_closure if needed.
18283
18284 2001-12-05 Akim Demaille <akim@epita.fr>
18285
18286 * src/LR0.c (new_itemsets): Use nshifts only, not shiftcount.
18287 * src/closure.c, src/closure.h (itemsetsize): Rename as...
18288 (nitemset): for consistency with the rest of the project.
18289
18290 2001-12-05 Akim Demaille <akim@epita.fr>
18291
18292 * src/closure.c (print_closure): Improve.
18293 (closure): Use it for printing input and output.
18294
18295 2001-12-05 Akim Demaille <akim@epita.fr>
18296
18297 * src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are
18298 indexed by nonterminals.
18299
18300 2001-12-05 Akim Demaille <akim@epita.fr>
18301
18302 * src/warshall.c (TC, RTC): De-obsfucate (source reduced to 22% of
18303 what it was!).
18304 * src/warshall.h: Remove accidental duplication of the content.
18305
18306 2001-12-05 Akim Demaille <akim@epita.fr>
18307
18308 * src/closure.c (set_fderives): De-obfuscate.
18309
18310 2001-12-05 Akim Demaille <akim@epita.fr>
18311
18312 * src/closure.c (print_firsts, print_fderives): De-obfuscate.
18313
18314 2001-12-05 Akim Demaille <akim@epita.fr>
18315
18316 * src/closure.c (set_firsts): De-obfuscate.
18317
18318 2001-12-05 Akim Demaille <akim@epita.fr>
18319
18320 * src/output.c (action_row): De-obfuscate
18321 using the good o' techniques: arrays not pointers, variable
18322 locality, BITISSET, RESETBIT etc.
18323
18324 2001-12-05 Akim Demaille <akim@epita.fr>
18325
18326 Pessimize the code to simplify it: from now on, all the states
18327 have a valid SHIFTS, which NSHIFTS is possibly 0.
18328
18329 * src/LR0.c (shifts_new): Be global and move to..
18330 * src/state.c, src/state.h: here.
18331 * src/conflicts, src/lalr.c, src/output.c, src/print.c,
18332 * src/print_graph: Adjust.
18333
18334 2001-12-05 Akim Demaille <akim@epita.fr>
18335
18336 * src/state.h (SHIFT_DISABLE, SHIFT_IS_DISABLED): New.
18337 * src/conflicts.c: Use it.
18338 Restore a few missing `if (!SHIFT_IS_DISABLED)' which were
18339 incorrectly ``simplified''.
18340
18341 2001-12-05 Akim Demaille <akim@epita.fr>
18342
18343 * src/conflicts.c (flush_shift, resolve_sr_conflict): De-obfuscate
18344 using the good o' techniques: arrays not pointers, variable
18345 locality, BITISSET, RESETBIT etc.
18346
18347 2001-12-05 Akim Demaille <akim@epita.fr>
18348
18349 * src/state.h (SHIFT_SYMBOL): New.
18350 * src/conflicts.c: Use it to deobfuscate.
18351
18352 2001-12-05 Akim Demaille <akim@epita.fr>
18353
18354 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts)
18355 (print_reductions): De-obfuscate using the good o' techniques:
18356 arrays not pointers, variable locality, BITISSET.
18357
18358 2001-12-05 Akim Demaille <akim@epita.fr>
18359
18360 * src/conflicts.c (print_reductions): Arrays, not pointers.
18361 Use BITISSET.
18362
18363 2001-12-05 Akim Demaille <akim@epita.fr>
18364
18365 * src/conflicts.c (print_reductions): Pessimize, but clarify.
18366
18367 2001-12-05 Akim Demaille <akim@epita.fr>
18368
18369 * src/conflicts.c (print_reductions): Improve variable locality.
18370
18371 2001-12-05 Akim Demaille <akim@epita.fr>
18372
18373 * src/conflicts.c (print_reductions): Pessimize, but clarify.
18374
18375 2001-12-05 Akim Demaille <akim@epita.fr>
18376
18377 * src/conflicts.c (print_reductions): Improve variable locality.
18378
18379 2001-12-05 Akim Demaille <akim@epita.fr>
18380
18381 * src/state.h (SHIFT_IS_ERROR, SHIFT_IS_GOTO, SHIFT_IS_SHIFT): New.
18382 * src/lalr.c: Use them.
18383
18384 2001-12-05 Akim Demaille <akim@epita.fr>
18385
18386 * src/LR0.c (augment_automaton): Formatting changes.
18387 Better variable locality.
18388
18389 2001-12-05 Akim Demaille <akim@epita.fr>
18390
18391 * src/lalr.c (matrix_print): New.
18392 (transpose): Use it.
18393 Use arrays instead of pointers.
18394
18395 2001-12-05 Akim Demaille <akim@epita.fr>
18396
18397 * src/lalr.c (maxrhs): Move to...
18398 * src/gram.c, src/gram.h (ritem_longest_rhs): here.
18399 * src/lalr.c (build_relations): Adjust.
18400
18401 2001-12-05 Akim Demaille <akim@epita.fr>
18402
18403 * src/lalr.c (transpose): Free the memory allocated to the
18404 argument, as it is replaced by the results by the unique caller.
18405 (build_relations): Merely invoke transpose: it handles the memory
18406 deallocation.
18407 Improve variable locality.
18408 Avoid variables used as mere abbreviations.
18409 (compute_lookaheads): Use arrays instead of pointers.
18410
18411 2001-12-05 Akim Demaille <akim@epita.fr>
18412
18413 * src/lalr.c (initialize_F): Improve variable locality.
18414 Avoid variables used as mere abbreviations.
18415
18416 2001-12-05 Akim Demaille <akim@epita.fr>
18417
18418 * src/derives.c (print_derives): Display the ruleno.
18419 * src/lalr.c (initialize_F, transpose): Better variable locality
18420 to improve readability.
18421 Avoid variables used as mere abbreviations.
18422
18423 2001-12-05 Akim Demaille <akim@epita.fr>
18424
18425 * src/lalr.c (traverse): Use arrays instead of pointers.
18426
18427 2001-12-05 Akim Demaille <akim@epita.fr>
18428
18429 * src/nullable.c (set_nullable): Use a for loop to de-obfuscate
18430 the handling of squeue.
18431 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
18432
18433 2001-12-05 Akim Demaille <akim@epita.fr>
18434
18435 Because useless nonterminals are now kept alive (instead of being
18436 `destroyed'), we now sometimes examine them, and store information
18437 related to them. Hence we need to know their number, and adjust
18438 memory allocations.
18439
18440 * src/reduce.c, src/reduce.h (nuseless_nonterminals): No longer
18441 static.
18442 * src/LR0.c (allocate_itemsets): The memory allocated to
18443 `symbol_count' was used for two different purpose: once to count
18444 the number of occurrences of each symbol, and later reassigned to
18445 `shift_symbol', containing the symbol that can be shifted from a
18446 given state.
18447 Deobfuscate, i.e., allocate, use and free `symbol_count' here
18448 only, and...
18449 (new_itemsets): Allocate `shift_symbol' here.
18450 (allocate_itemsets): symbol_count includes useless nonterminals.
18451 Make room for them.
18452 (free_storage): Use `free', not `XFREE', for pointers that cannot
18453 be null.
18454
18455 2001-12-05 Akim Demaille <akim@epita.fr>
18456
18457 * src/nullable.c (set_nullable): Deobfuscate the handling of
18458 ritem.
18459 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
18460
18461 2001-12-05 Akim Demaille <akim@epita.fr>
18462
18463 * src/gram.c, src/gram.h (ritem_print): New.
18464 * src/gram.c (dummy): Remove, now there is actual code in gram.c.
18465 (This useless function was defined only to work around VMS linkers
18466 that can't handle compilation units with variables only).
18467 * src/reduce.c (dump_grammar): Use it to trace the construction of
18468 ritem.
18469
18470 2001-12-04 Paul Eggert <eggert@twinsun.com>
18471
18472 * src/bison.simple (union yyalloc): Change member names
18473 to be the same as the stack names.
18474 (yyparse): yyptr is now union yyalloc *, not char *.
18475 (YYSTACK_RELOCATE): Likewise. This avoids a GCC warning,
18476 and may generate better code on some machines.
18477 (yystpcpy): Use prototype if __STDC__ is defined, not just
18478 if __cplusplus is defined.
18479
18480 2001-11-30 Akim Demaille <akim@epita.fr>
18481
18482 * configure.in (WARNING_CFLAGS): Add -Werror when possible.
18483 (CFLAGS): Do not include the WARNING_CFLAGS here, since GNU
18484 Gettext doesn't compile cleanly, and dies with -Werror.
18485 * src/Makefile.am, lib/Makefile.am, tests/atlocal.in (CFLAGS):
18486 Include WARNING_CFLAGS here.
18487 * lib/xstrdup.c: Include xalloc.h, so that xstrdup be declared
18488 before being defined.
18489
18490 2001-11-27 Paul Eggert <eggert@twinsun.com>
18491
18492 * lib/quotearg.h (quotearg_n, quotearg_n_style):
18493 First arg is int, not unsigned.
18494 * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
18495 (SIZE_MAX, UINT_MAX): New macros.
18496 (quotearg_n_options): Abort if N is negative.
18497 Avoid overflow check on hosts where size_t is 64 bits and int
18498 is 32 bits, as overflow is impossible there.
18499 Fix off-by-one typo that caused unnecessary reallocation.
18500
18501 2001-11-29 Paul Eggert <eggert@twinsun.com>
18502
18503 Name space cleanup in generated parser.
18504
18505 * doc/bison.texinfo (Bison Parser): Discuss system headers
18506 and their effect on the user name space.
18507
18508 * src/bison.simple:
18509 (YYSTACK_ALLOC, YYSTACK_FREE, union yyalloc, YYSTACK_GAP_MAX,
18510 YYSTACK_BYTES, YYSTACK_RELOCATE): Do not define unless necessary,
18511 i.e. unless ! defined (yyoverflow) || defined (YYERROR_VERBOSE).
18512
18513 (YYSIZE_T): New macro. Use it instead of size_t, to avoid infringing
18514 on user names when possible.
18515
18516 (YYSTACK_USE_ALLOCA): Do not define; just use any existing defn.
18517 Simplify test for whather <alloca.h> exists.
18518
18519 (<stdlib.h>): Include if we will use malloc, and if standard C or C++.
18520
18521 (<stdio.h>): Include if YYDEBUG.
18522
18523 (yymemcpy): Renamed from __yy_memcpy. Do not define unless
18524 ! defined (yyoverflow) && ! defined (yymemcpy).
18525
18526 (yymemcpy, yyparse): Rename local variables as needed so that
18527 they all begin with 'yy'.
18528
18529 (yystrlen, yystpcpy): New functions.
18530
18531 (YY_DECL_NON_LSP_VARIABLES): Renamed from _YY_DECL_VARIABLES.
18532 All uses changed.
18533
18534 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy
18535 instead of relying on string.h functions. Use YYSTACK_ALLOC
18536 and YYSTACK_FREE instead of malloc and free.
18537
18538 2001-11-30 Akim Demaille <akim@epita.fr>
18539
18540 * src/bison.simple (YYSTYPE, YYLTYPE): Move their definitions
18541 before their first uses.
18542 (YYBISON, YYPURE): Move to the top of the output.
18543
18544 2001-11-30 Akim Demaille <akim@epita.fr>
18545
18546 * tests/reduce.at (Useless Nonterminals): Fix.
18547
18548 2001-11-30 Akim Demaille <akim@epita.fr>
18549
18550 * src/bison.simple (YYSTACK_FREE): Use `do {;} while (0)' as empty
18551 if body instead of `;' to pacify GCC's warnings.
18552
18553 2001-11-30 Akim Demaille <akim@epita.fr>
18554
18555 Instead of mapping the LHS of unused rules to -1, keep the LHS
18556 valid, but flag the rules as invalid.
18557
18558 * src/gram.h (rule_t): `useful' is a new member.
18559 * src/print.c (print_grammar): Adjust.
18560 * src/derives.c (set_derives): Likewise.
18561 * src/reader.c (packgram, reduce_output): Likewise.
18562 * src/reduce.c (reduce_grammar_tables): Likewise.
18563 * tests/reduce.at (Underivable Rules, Useless Rules): New.
18564
18565 2001-11-30 Akim Demaille <akim@epita.fr>
18566
18567 * src/reduce.c (reduce_output): Formatting changes.
18568 * src/print.c (print_results, print_grammar): Likewise.
18569 * tests/regression.at (Rule Line Numbers)
18570 (Solved SR Conflicts, Unresolved SR Conflicts): Adjust.
18571
18572 2001-11-30 Akim Demaille <akim@epita.fr>
18573
18574 * src/reduce.c (nonterminals_reduce): Instead of throwing away
18575 useless nonterminals, move them at the end of the symbol arrays.
18576 (reduce_output): Adjust.
18577 * tests/reduce.at (Useless Nonterminals): Adjust.
18578
18579 2001-11-30 Akim Demaille <akim@epita.fr>
18580
18581 * src/reduce.c: Various comment/formatting changes.
18582 (nonterminals_reduce): New, extracted from...
18583 (reduce_grammar_tables): here.
18584 (reduce_grammar): Call nonterminals_reduce.
18585
18586 2001-11-29 Paul Eggert <eggert@twinsun.com>
18587
18588 * src/bison.simple (YYSTACK_REALLOC): Remove.
18589 (YYSTACK_ALLOC): Resurrect this macro, with its old meaning.
18590 (YYSTACK_FREE, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYSTACK_RELOCATE):
18591 New macros.
18592 (union yyalloc): New type.
18593 (__yy_memcpy): Last arg is size_t, not unsigned int, to remove
18594 an arbitrary restriction on hosts where size_t is wider than int.
18595
18596 (yyparse): Don't dump core if alloca or malloc fails; instead, report
18597 a parser stack overflow. Allocate just one block of memory for all
18598 three stacks, instead of allocating three blocks; this typically is
18599 faster and reduces fragmentation.
18600
18601 Do not limit the number of items in the stack to a value that fits
18602 in 'int', as this is an arbitrary limit on hosts with 64-bit
18603 size_t and 32-bit int.
18604
18605 2001-11-29 Marc Autret <autret_m@epita.fr>
18606
18607 * tests/calc.at [AT_DATA_CALC_Y]: Use %error-verbose instead
18608 of defining YYERROR_VERBOSE.
18609 [AT_DATA]: $4 is now out of C declarations in the prologue.
18610
18611 2001-11-28 Marc Autret <autret_m@epita.fr>
18612
18613 * src/reader.c (parse_dquoted_param): New.
18614 (parse_skel_decl): Use it.
18615 * src/lex.h: Add its prototype.
18616 * src/lex.c (literalchar): Become not static.
18617
18618 2001-11-28 Marc Autret <autret_m@epita.fr>
18619
18620 * src/output.h: And put its extern declaration here.
18621 * src/output.c (error_verbose): Define here.
18622 (prepare): Echo name modification.
18623 * src/getargs.h: Clean its extern declaration.
18624 * src/getargs.c (error_verbose_flag): Remove.
18625 (getargs): Remove case 'e'.
18626 * src/options.c (option_table): 'error-verbose' is now seen as simple
18627 percent option.
18628 Include output.h.
18629
18630 * src/reader.c (read_declarations): Remove case tok_include.
18631 (parse_include_decl): Remove.
18632 * src/lex.h (token_t): Remove tok_include.
18633 * src/options.c (option_table): 'include' is now a simple command line
18634 option.
18635
18636 2001-11-28 Marc Autret <autret_m@epita.fr>
18637
18638 * src/bison.simple: Adjust muscle names.
18639 * src/muscle_tab.c (muscle_init): Also rename the muscles.
18640 * src/output.c (prepare): s/_/-/ for the muscles names.
18641 (output_parser): When scanning for a muscle, allow '-' instead of '_'.
18642
18643 2001-11-28 Marc Autret <autret_m@epita.fr>
18644
18645 * src/bison.simple: Fix debug.
18646 [YYERROR_VERBOSE]: Re-integrate as an internal macro.
18647
18648 2001-11-28 Akim Demaille <akim@epita.fr>
18649
18650 * src/LR0.c (shifts_new): New.
18651 (save_shifts, insert_start_shift, augment_automaton): Use it.
18652
18653 2001-11-28 Akim Demaille <akim@epita.fr>
18654
18655 * src/closure.c (closure): `b' and `ruleno' denote the same value:
18656 keep ruleno only.
18657
18658 2001-11-28 Akim Demaille <akim@epita.fr>
18659
18660 * src/closure.c (closure): Instead of looping over word in array
18661 then bits in words, loop over bits in array.
18662
18663 2001-11-28 Akim Demaille <akim@epita.fr>
18664
18665 * src/closure.c (closure): No longer optimize the special case
18666 where all the bits of `ruleset[r]' are set to 0, to make the code
18667 clearer.
18668
18669 2001-11-28 Akim Demaille <akim@epita.fr>
18670
18671 * src/closure.c (closure): `r' and `c' are new variables, used to
18672 de-obfuscate accesses to RULESET and CORE.
18673
18674 2001-11-28 Akim Demaille <akim@epita.fr>
18675
18676 * src/reduce.c (reduce_print): Use ngettext.
18677 (dump_grammar): Improve the trace accuracy.
18678
18679 2001-11-28 Akim Demaille <akim@epita.fr>
18680
18681 * src/reduce.c (dump_grammar): Don't translate trace messages.
18682
18683 2001-11-28 Akim Demaille <akim@epita.fr>
18684
18685 * tests/reduce.at (Useless Terminals, Useless Nonterminals): New.
18686 * src/reduce.c (reduce_grammar_tables): Do not free useless tags,
18687 as all tags are free'ed afterwards.
18688 From Enrico Scholz.
18689
18690 2001-11-27 Paul Eggert <eggert@twinsun.com>
18691
18692 * src/bison.simple (YYSTACK_REALLOC): Fix typo that caused us to
18693 use alloca when we didn't want to, and vice versa.
18694
18695 2001-11-27 Marc Autret <autret_m@epita.fr>
18696
18697 * src/muscle_tab.c (muscle_init): Remove 'verbose' muscle
18698 initialization.
18699 * src/output.c (prepare): Remove its update.
18700
18701 2001-11-27 Marc Autret <autret_m@epita.fr>
18702
18703 * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
18704 Use %error-verbose.
18705
18706 2001-11-27 Marc Autret <autret_m@epita.fr>
18707
18708 * src/bison.simple: Remove YYERROR_VERBOSE using.
18709 Use %%error_verbose.
18710 (yyparse): Likewise.
18711 * src/output.c (prepare): Give its final value.
18712 * src/muscle_tab.c (muscle_init): Init new muscle 'error_verbose'.
18713 * src/getargs.h: Add its extern declaration.
18714 * src/getargs.c (error_verbose_flag): New int.
18715 (getargs): Update to catch new case.
18716 * src/options.c (option_table): 'error-verbose' is a new option.
18717 (shortopts): Update.
18718
18719 2001-11-27 Akim Demaille <akim@epita.fr>
18720
18721 * src/system.h: Use intl/libgettext.h.
18722 * src/Makefile.am (INCLUDES): Add -I $(top_srcdir).
18723
18724 2001-11-27 Akim Demaille <akim@epita.fr>
18725
18726 * tests/torture.at (Exploding the Stack Size with Malloc):
18727 s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
18728
18729 2001-11-27 Akim Demaille <akim@epita.fr>
18730
18731 * src/files.c: Include error.h.
18732 Reported by Hans Aberg.
18733
18734 2001-11-26 Marc Autret <autret_m@epita.fr>
18735
18736 * src/reader.c (parse_include_decl): New, not yet implemented.
18737 (read_declarations): Add case tok_include.
18738 * src/getargs.h (include): Add its extern definition.
18739 * src/getargs.c (include): New const char *.
18740 (getargs): Add case '-I'.
18741 * src/options.c (option_table): Add include as command line and
18742 percent option.
18743 * src/lex.h (token_t): Add tok_include.
18744
18745 2001-11-26 Akim Demaille <akim@epita.fr>
18746
18747 * src/reader.c (readgram): Make sure rules for mid-rule actions
18748 have a lineno equal to that of their host rule.
18749 Reported by Hans Aberg.
18750 * tests/regression.at (Rule Line Numbers): New.
18751
18752 2001-11-26 Akim Demaille <akim@epita.fr>
18753
18754 * src/LR0.c (allocate_itemsets): kernel_size contains ints, not
18755 size_ts.
18756
18757 2001-11-26 Akim Demaille <akim@epita.fr>
18758
18759 * src/complain.c, src/complain.h (error): Remove, provided by
18760 lib/error.[ch].
18761
18762 2001-11-26 Akim Demaille <akim@epita.fr>
18763
18764 * src/reader.c (read_declarations): Don't abort on tok_illegal,
18765 issue an error message.
18766 * tests/regression.at (Invalid %directive): New.
18767 Reported by Hans Aberg.
18768
18769 2001-11-26 Akim Demaille <akim@epita.fr>
18770
18771 * configure.in: Invoke AC_FUNC_OBSTACK and AC_FUNC_ERROR_AT_LINE.
18772 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
18773
18774 2001-11-26 Akim Demaille <akim@epita.fr>
18775
18776 * src/conflicts.c (conflicts_print): Don't complain at all when
18777 there are no reduce/reduce conflicts, and as many shift/reduce
18778 conflicts as expected.
18779 * tests/regression.at (%expect right): Adjust.
18780
18781 2001-11-23 Akim Demaille <akim@epita.fr>
18782
18783 * lib/alloca.c: Update, from fileutils.
18784
18785 2001-11-23 Akim Demaille <akim@epita.fr>
18786
18787 * lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@.
18788
18789 2001-11-23 Akim Demaille <akim@epita.fr>
18790
18791 * src/system.h: Include alloca.h.
18792 * src/main.c (main) [C_ALLOCA]: Call alloca (0).
18793
18794 2001-11-23 Akim Demaille <akim@epita.fr>
18795
18796 * src/print_graph.c (print_actions): Remove `rule', unused.
18797 * src/LR0.c (kernel_size): Contain `int' instead of `size_t' to
18798 pacify GCC's signed < unsigned warnings.
18799 * src/closure.c (itemsetsize): Likewise.
18800 * src/reader.c (symbol_list_new): Static.
18801
18802 2001-11-23 Akim Demaille <akim@epita.fr>
18803
18804 Attaching lineno to buckets is stupid, since only one copy of each
18805 symbol is kept, only the line of the first occurrence is kept too.
18806
18807 * src/symtab.h, src/symtab.c (bucket): Remove the line member.
18808 * src/reader.c (rline_allocated): Remove, unused.
18809 (symbol_list): Have a `line' member.
18810 (symbol_list_new): New.
18811 (readgram): Use it.
18812 * src/print.c (print_grammar): Output the rule line numbers.
18813 * tests/regression.at (Solved SR Conflicts)
18814 (Unresolved SR Conflicts): Adjust.
18815 Reported by Hans Aberg.
18816
18817 2001-11-22 Marc Autret <autret_m@epita.fr>
18818
18819 * src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
18820
18821 2001-11-22 Marc Autret <autret_m@epita.fr>
18822
18823 * src/muscle_tab.c (muscle_init): Remove initialization of
18824 skeleton muscle.
18825 * src/output.c (output_master_parser): Do it here.
18826
18827 2001-11-20 Akim Demaille <akim@epita.fr>
18828
18829 * po/sv.po: New.
18830 * configure.in (ALL_LINGUAS): Adjust.
18831 * po/POTFILE.in: Remove `nullable.c' and `derives.c' which no
18832 longer contains strings to translate.
18833
18834 2001-11-19 Akim Demaille <akim@epita.fr>
18835
18836 * src/conflicts.c (conflicts_print): Add a missing \n.
18837
18838 2001-11-19 Akim Demaille <akim@epita.fr>
18839
18840 * src/nullable.c (nullable_print): New.
18841 (set_nullable): Call it when tracing.
18842 Better locality of variables.
18843
18844 2001-11-19 Akim Demaille <akim@epita.fr>
18845
18846 * src/print.c (print_actions): Better locality of variables.
18847
18848 2001-11-19 Akim Demaille <akim@epita.fr>
18849
18850 * src/derives.c (print_derives): Fix and enrich.
18851 * src/closure.c (print_fderives): Likewise.
18852
18853 2001-11-19 Akim Demaille <akim@epita.fr>
18854
18855 * src/closure.c (itemsetend): Remove, replaced with...
18856 (itemsetsize): new.
18857
18858 2001-11-19 Akim Demaille <akim@epita.fr>
18859
18860 * src/LR0.c (kernel_end): Remove, replaced with...
18861 (kernel_size): new.
18862
18863 2001-11-19 Akim Demaille <akim@epita.fr>
18864
18865 * src/conflicts.c (set_conflicts): Use arrays instead of pointers
18866 to clarify.
18867
18868 2001-11-19 Akim Demaille <akim@epita.fr>
18869
18870 * src/closure.c (closure): Use arrays instead of pointers to clarify.
18871
18872 2001-11-19 Akim Demaille <akim@epita.fr>
18873
18874 * src/closure.c, src/derives.c, src/nullable.c: Adjust various
18875 trace messages.
18876 * src/LR0.c: Likewise.
18877 (allocate_itemsets): Use arrays instead of pointers to clarify.
18878
18879 2001-11-19 Akim Demaille <akim@epita.fr>
18880
18881 * src/getargs.c (statistics_flag): Replace with...
18882 (trace_flag): New.
18883 (longopts): Accept --trace instead of --statistics.
18884 * src/getargs.h, src/options.c: Adjust.
18885 * src/LR0.c, src/closure.c, src/derives.c, src/nullable.c,
18886 * src/reduce.c: Use trace_flags instead of the CPP conditional TRACE.
18887
18888 2001-11-19 Akim Demaille <akim@epita.fr>
18889
18890 * src/LR0.c (new_itemsets, get_state): Use more arrays and fewer
18891 pointers to clarify the code.
18892 (save_reductions, save_shifts): Factor common parts of alternatives.
18893
18894 2001-11-19 Akim Demaille <akim@epita.fr>
18895
18896 * src/LR0.c (new_state, get_state): Complete TRACE code.
18897 * src/closure.c: Include `reader.h' to get `tags', needed by the
18898 trace code.
18899 Rename the conditional DEBUG as TRACE.
18900 Output consistently TRACEs to stderr, not stdout.
18901 * src/derives.c: Likewise.
18902 * src/reduce.c: (inaccessable_symbols): Using if is better style
18903 than goto.
18904 Use `#if TRACE' instead of `#if 0' for tracing code.
18905
18906 2001-11-19 Akim Demaille <akim@epita.fr>
18907
18908 * src/system.h (LIST_FREE, shortcpy): New.
18909 * src/LR0.c: Use them.
18910 * src/output.c (free_itemsets, free_reductions, free_shifts):
18911 Remove, replaced by LIST_FREE.
18912
18913 2001-11-19 Akim Demaille <akim@epita.fr>
18914
18915 * src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)
18916 (REDUCTIONS_ALLOC): New.
18917 * src/LR0.c, src/conflicts.c: Use them to de-obfuscate memory
18918 allocation.
18919
18920 2001-11-19 Akim Demaille <akim@epita.fr>
18921
18922 * src/LR0.c (new_state): Complete trace code.
18923 * src/nullable.c (set_nullable): Don't translate traces.
18924
18925 2001-11-19 Akim Demaille <akim@epita.fr>
18926
18927 * src/print_graph.c (print_core): Better locality of variables.
18928 * src/print.c (print_core): Likewise.
18929
18930 2001-11-19 Akim Demaille <akim@epita.fr>
18931
18932 * src/vcg.c: You do the output, so you are responsible of the
18933 handling of VCG syntax, in particular: use quotearg.
18934 * src/print_graph.c: Don't.
18935 (print_actions): Don't output the actions as part of the nodes,
18936 since that's the job of the edges.
18937 (print_state): Don't output by hand: fill the node description,
18938 and ask for its output.
18939
18940 2001-11-19 Akim Demaille <akim@epita.fr>
18941
18942 * src/bison.simple (yyparse): When verbosely reporting an error,
18943 no longer put additional quotes around token names.
18944 * tests/calc.at: Adjust.
18945
18946 2001-11-19 Akim Demaille <akim@epita.fr>
18947
18948 * src/symtab.h, src/symtab.c: `line' is a new member of `bucket'.
18949 * src/reader.c (record_rule_lines, rline, rline_allocated): Remove.
18950 * src/output.c: Adjust.
18951
18952 2001-11-19 Akim Demaille <akim@epita.fr>
18953
18954 * src/gram.h (rprec, rprecsym, rassoc): Remove, now part of...
18955 (rule_t): this.
18956 * src/conflicts.c, src/reader.c, src/reduce.c: Adjust.
18957
18958 2001-11-19 Akim Demaille <akim@epita.fr>
18959
18960 * src/gram.h (rule_t): New.
18961 (rule_table): New.
18962 (rrhs, rlhs): Remove, part of state_t.
18963 * src/print_graph.c, src/closure.c, src/conflicts.c, src/derives.c,
18964 * src/lalr.c, src/nullable.c, src/output.c, src/print.c,
18965 * src/reader.c, src/reduce.c: Adjust.
18966
18967 2001-11-19 Akim Demaille <akim@epita.fr>
18968
18969 * src/reader.c (symbols_output): New, extracted from...
18970 (packsymbols): Here.
18971 (reader): Call it.
18972
18973 2001-11-19 Akim Demaille <akim@epita.fr>
18974
18975 * src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...
18976 (maxrhs): this new function.
18977
18978 2001-11-19 Akim Demaille <akim@epita.fr>
18979
18980 * src/lalr.c (F): New macro to access the variable F.
18981 Adjust.
18982
18983 2001-11-19 Akim Demaille <akim@epita.fr>
18984
18985 * src/lalr.h (LA): New macro to access the variable LA.
18986 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
18987 * src/lalr.c: Adjust.
18988
18989 2001-11-19 Akim Demaille <akim@epita.fr>
18990
18991 * src/lalr.c (initialize_LA): Only initialize LA. Let...
18992 (set_state_table): handle the `lookaheads' members.
18993
18994 2001-11-19 Akim Demaille <akim@epita.fr>
18995
18996 * src/lalr.h (lookaheads): Removed array, whose contents is now
18997 a member of...
18998 (state_t): this structure.
18999 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
19000 Adjust.
19001
19002 2001-11-19 Akim Demaille <akim@epita.fr>
19003
19004 * src/lalr.h (consistent): Removed array, whose contents is now
19005 a member of...
19006 (state_t): this structure.
19007 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
19008 Adjust.
19009
19010 2001-11-19 Akim Demaille <akim@epita.fr>
19011
19012 * src/lalr.h (reduction_table, shift_table): Removed arrays, whose
19013 contents are now members of...
19014 (state_t): this structure.
19015 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
19016 Adjust.
19017
19018 2001-11-19 Akim Demaille <akim@epita.fr>
19019
19020 * src/lalr.h (state_t): New.
19021 (state_table): Be a state_t * instead of a core **.
19022 (accessing_symbol): Remove, part of state_t.
19023 * src/lalr.c: Adjust.
19024 (set_accessing_symbol): Merge into...
19025 (set_state_table): this.
19026 * src/print_graph.c, src/conflicts.c: Adjust.
19027
19028 2001-11-14 Akim Demaille <akim@epita.fr>
19029
19030 * tests/calc.at, tests/output.at, tests/regression.at,
19031 * tests/testsuite.at, tests/torture.at: Rely on Autotest 2.52g:
19032 now the tests are run in private dirs, therefore AC_CLEANUP and
19033 family can be simplified to 0-ary.
19034 * tests/atlocal.in: Now that we run `elsewhere' than in tests/,
19035 use abs. path to find config.h.
19036 * tests/calc.at (AT_CHECK_CALC): Don't try to check the compiler's
19037 stderr, there can be way too much random noise.
19038 Instead pass -Werror to GCC and rely on the exit status.
19039 Reported by Wolfram Wagner.
19040
19041 2001-11-14 Akim Demaille <akim@epita.fr>
19042
19043 * src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
19044 defined only if yyoverflow is defined, to avoid `warning: unused
19045 variable `yyvs1''.
19046 Reported by The Test Suite.
19047
19048 2001-11-14 Akim Demaille <akim@epita.fr>
19049
19050 * src/print.c: Include reduce.h.
19051 Reported by Hans Aberg.
19052
19053 2001-11-14 Akim Demaille <akim@epita.fr>
19054
19055 * src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
19056 Revert a previous patch: these are really const.
19057 * src/conflicts.c (conflict_report): Additional useless pair of
19058 braces to pacify GCC's warnings for `if () if () {} else {}'.
19059 * src/lex.c (parse_percent_token): Replace equal_offset with
19060 arg_offset.
19061 arg is const.
19062 Be sure to strdup `arg' when used, since there is no reason for
19063 token_buffer not to change.
19064
19065 2001-11-14 Akim Demaille <akim@epita.fr>
19066
19067 * src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure a proper
19068 definition.
19069 * src/main.c (main): Use them.
19070 Suggested by Hans Aberg.
19071
19072 2001-11-12 Akim Demaille <akim@epita.fr>
19073
19074 * src/system.h (ngettext): Now that we use ngettext, be sure to
19075 provide a default definition when NLS are not used.
19076
19077 2001-11-12 Akim Demaille <akim@epita.fr>
19078
19079 * doc/bison.texinfo: Use `$' as shell prompt, not `%'.
19080 Use @kbd to denote user input.
19081 (Language and Grammar): ANSIfy the example.
19082 Adjust its layout for info/notinfo.
19083 (Location Tracking Calc): Output error messages to stderr.
19084 Output locations in a more GNUtically correct way.
19085 Fix a couple of Englishos.
19086 Adjust @group/@end group pairs.
19087
19088 2001-11-12 Akim Demaille <akim@epita.fr>
19089
19090 %expect was not functioning at all.
19091
19092 * src/conflicts.c (expected_conflicts): Set to -1.
19093 (conflict_report): Use ngettext.
19094 (conflicts_print): Check %expect and make its violation an error.
19095 * doc/bison.texinfo (Expect Decl): Adjust.
19096 * configure.in (AM_GNU_GETTEXT): Ask for ngettext.
19097 * tests/regression.at (%expect not enough, %expect right)
19098 (%expect too much): New.
19099
19100 2001-11-12 Akim Demaille <akim@epita.fr>
19101
19102 * tests/regression.at (Conflicts): Rename as...
19103 (Unresolved SR Conflicts): this.
19104 (Solved SR Conflicts): New.
19105
19106 2001-11-12 Akim Demaille <akim@epita.fr>
19107
19108 * src/reduce.c (print_results): Rename as...
19109 (reduce_output): This.
19110 Output to OUT, passed as argument, instead of output_obstack.
19111 (dump_grammar): Likewise.
19112 (reduce_free): New.
19113 Also free V1.
19114 (reduce_grammar): No longer call reduce_output, since...
19115 * src/print.c (print_results): do it.
19116 * src/main.c (main): Call reduce_free;
19117
19118 2001-11-12 Akim Demaille <akim@epita.fr>
19119
19120 * src/conflicts.c (print_reductions): Accept OUT as argument.
19121 Output to it, not to output_obstack.
19122 * src/print.c (print_actions): Adjust.
19123
19124 2001-11-12 Akim Demaille <akim@epita.fr>
19125
19126 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts): Return
19127 the result instead of using...
19128 (src_total, rrc_total, src_count, rrc_count): Remove.
19129 (any_conflicts): Remove.
19130 (print_conflicts): Split into...
19131 (conflicts_print, conflicts_output): New.
19132 * src/conflicts.h: Adjust.
19133 * src/main.c (main): Invoke both conflicts_output and conflicts_print.
19134 * src/print.c (print_grammar): Issue `\n' between two rules.
19135 * tests/regression.at (Conflicts): New.
19136 Reported by Tom Lane.
19137
19138 2001-11-12 Akim Demaille <akim@epita.fr>
19139
19140 * tests/regression.at (Invalid input): Remove, duplicate with
19141 ``Invalid input: 1''.
19142
19143 2001-11-12 Akim Demaille <akim@epita.fr>
19144
19145 * tests/torture.at (AT_DATA_STACK_TORTURE)
19146 (Exploding the Stack Size with Alloca)
19147 (Exploding the Stack Size with Malloc): New.
19148
19149 2001-11-12 Akim Demaille <akim@epita.fr>
19150
19151 * src/bison.simple (YYSTACK_REALLOC): New.
19152 (yyparse) [!yyoverflow]: Use it and free the old stack.
19153 Reported by Per Allansson.
19154
19155 2001-11-12 Pascal Bart <pascal.bart@epita.fr>
19156
19157 * src/bison.simple: Define type yystype instead of YYSTYPE, and
19158 define CPP macro, which substitute YYSTYPE by yystype.
19159 * src/reader.c (parse_union_decl): Output yystype/YYSTYPE as we do
19160 with yyltype/YYLTYPE. This allows inclusion of the generated
19161 header within the parser if the compiler, such as GGC, accepts
19162 multiple equivalent #defines.
19163 From Akim.
19164
19165 2001-11-05 Akim Demaille <akim@epita.fr>
19166
19167 * src/reader.c (symbols_output): New, extracted from...
19168 (packsymbols): here.
19169 (reader): Adjust.
19170
19171 2001-11-05 Akim Demaille <akim@epita.fr>
19172
19173 * src/lex.c (parse_percent_token): s/quotearg/quote/.
19174
19175 2001-11-05 Akim Demaille <akim@epita.fr>
19176
19177 * tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
19178 pattern.
19179
19180 2001-11-05 Akim Demaille <akim@epita.fr>
19181
19182 * src/options.h (struct option_table_struct): set_flags is void*.
19183 * src/options.c (longopts): Support `--output' and `%output'.
19184 (usage): Adjust.
19185 * src/lex.h (tok_setopt): Remove, replaced with...
19186 (tok_intopt, tok_stropt): these new guys.
19187 * src/lex.c (getopt.h): Not needed.
19188 (token_buffer, unlexed_token_buffer): Not const.
19189 (percent_table): Promote `-' over `_' in directive names.
19190 Active `%name-prefix', `file-prefix', and `output'.
19191 (parse_percent_token): Accept possible arguments to directives.
19192 Promote `-' over `_' in directive names.
19193
19194 2001-11-04 Akim Demaille <akim@epita.fr>
19195
19196 * doc/bison.texinfo (Decl Summary): Split the list into
19197 `directives for grammars' and `directives for bison'.
19198 Sort'em.
19199 Add description of `%name-prefix', `file-prefix', and `output'.
19200 Promote `-' over `_' in directive names.
19201 (Bison Options): s/%locactions/%locations/. Nice Freudian slip.
19202 Simplify the description of `--name-prefix'.
19203 Promote `-' over `_' in directive names.
19204 Promote `--output' over `--output-file'.
19205 Fix the description of `--defines'.
19206 * tests/output.at: Exercise %file-prefix and %output.
19207
19208 2001-11-02 Akim Demaille <akim@epita.fr>
19209
19210 * doc/refcard.tex: Update.
19211
19212 2001-11-02 Akim Demaille <akim@epita.fr>
19213
19214 * src/symtab.h (SUNDEF): New.
19215 * src/symtab.c (bucket_new): Init user_token_number to SUNDEF to
19216 stand for `uninitialized', instead of 0.
19217 * src/reader.c (packsymbols, parse_thong_decl): Adjust.
19218 * src/lex.c (lex): Adjust.
19219
19220 * tests/calc.at (_AT_DATA_CALC_Y): Declare a token for EOF.
19221 Number it 0.
19222 Let yylex return it instead of a plain 0.
19223 Reported by Dick Streefland.
19224
19225 2001-11-02 Akim Demaille <akim@epita.fr>
19226
19227 * tests/regression.at (Mixing %token styles): New test.
19228
19229 2001-11-02 Akim Demaille <akim@epita.fr>
19230
19231 * src/reader.c (parse_thong_decl): Formatting changes.
19232 (token_translations_init): New, extracted from...
19233 (packsymbols): Here.
19234 Adjust.
19235
19236 2001-11-01 Akim Demaille <akim@epita.fr>
19237
19238 * tests/regression.at (AT_TEST_CPP_GUARD_H): New.
19239 Check that `9foo.y' produces correct cpp guards.
19240 * src/files.c (compute_header_macro): Prepend `BISON_' to CPP
19241 guards.
19242 Reported by Wwp.
19243
19244 2001-11-01 Akim Demaille <akim@epita.fr>
19245
19246 * tests/regression.at (Invalid input: 2): New.
19247 * src/lex.c (unlexed_token_buffer): New.
19248 (lex, unlex): Adjust: when unlexing, be sure to save token_buffer
19249 too.
19250 Reported by Wwp.
19251
19252 2001-11-01 Akim Demaille <akim@epita.fr>
19253
19254 * tests/calc.at: Catch up with 1.30.
19255 * configure.in: Bump to 1.49a.
19256 Adjust to newer Autotest.
19257
19258 2001-10-19 Pascal Bart <pascal.bart@epita.fr>
19259
19260 * src/conflicts.c: Move global variables rrc_total and src_total ...
19261 (print_conflicts): here.
19262 * src/output.c (output): Free global variable user_toknums.
19263 * src/lex.c (token_obstack): Become static.
19264
19265 2001-10-18 Akim Demaille <akim@epita.fr>
19266
19267 * tests/atlocal.in (GCC): Add.
19268 * tests/calc.at: s/m4_match/m4_bmatch/.
19269 s/m4_patsubst/m4_bpatsubst/.
19270 (AT_CHECK_CALC): Check the compiler's stderr only if it's GCC.
19271 * configure.in: AC_SUBST(GCC).
19272
19273 2001-10-14 Marc Autret <autret_m@epita.fr>
19274
19275 * src/options.c (create_long_option_table): Fix.
19276
19277 2001-10-10 Akim Demaille <akim@epita.fr>
19278
19279 * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
19280
19281 2001-10-04 Akim Demaille <akim@epita.fr>
19282
19283 * src/reader.c (parse_union_decl): Push the caracters in
19284 union_obstack, not attrs_obstack.
19285
19286 2001-10-04 Akim Demaille <akim@epita.fr>
19287
19288 Merge in the branch 1.29.
19289
19290 * src/reader.c (packsymbols): Use a temporary obstack for
19291 `%%tokendef', since output_stack is already used elsewhere.
19292
19293 2001-10-02 Akim Demaille <akim@epita.fr>
19294
19295 Bump 1.29d.
19296
19297 2001-10-02 Akim Demaille <akim@epita.fr>
19298
19299 Version 1.29c.
19300
19301 2001-10-02 Akim Demaille <akim@epita.fr>
19302
19303 * tests/regression.at (Invalid CPP headers): New.
19304 From Alexander Belopolsky.
19305 * src/files.c (compute_header_macro): Map non alnum chars to `_'.
19306
19307 2001-10-02 Akim Demaille <akim@epita.fr>
19308
19309 * tests/regression.at (Invalid input): New.
19310 * src/lex.c (lex): Be sure to set `token_buffer' in any case.
19311 Reported by Shura.
19312
19313 2001-10-02 Akim Demaille <akim@epita.fr>
19314
19315 * tests/calc.at: Now that --debug works, the tests must be adjusted.
19316
19317 2001-10-02 Akim Demaille <akim@epita.fr>
19318
19319 * src/output.c (output_parser): Assert `skeleton'.
19320 * src/files.c (skeleton_find): Look harder for skeletons on DOSish
19321 systems.
19322 From Shura.
19323
19324 2001-10-01 Marc Autret <autret_m@epita.fr>
19325
19326 * src/lex.h: Echo modifications.
19327 * src/lex.c (unlex): Parameter is now token_t.
19328 From Hans Aberg.
19329
19330 2001-10-01 Marc Autret <autret_m@epita.fr>
19331
19332 * src/main.c: Include lex.h.
19333 From Hans Aberg.
19334
19335 2001-09-29 Akim Demaille <akim@epita.fr>
19336
19337 * src/getargs.c (longopts): `--debug' is `-t', not `-d'.
19338
19339 2001-09-28 Akim Demaille <akim@epita.fr>
19340
19341 * tests/testsuite.at: Update to newer Autotest.
19342 * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
19343
19344 2001-09-27 Akim Demaille <akim@epita.fr>
19345
19346 Position independent wrapper.
19347
19348 * tests/bison: Remove.
19349 * tests/bison.in: New.
19350 * configure.in: Adjust.
19351
19352 2001-09-27 Paul Eggert <eggert@twinsun.com>
19353
19354 Port quotearg fixes from tar 1.13.24.
19355
19356 * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
19357 tm to be declared.
19358 (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
19359 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
19360
19361 * m4/Makefile.am (EXTRA_DIST): Add mbrtowc.m4.
19362 * m4/mbrtowc.m4: New file.
19363 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit and stddef.h.
19364 Use jm_FUNC_MBRTOWC instead of AC_CHECK_FUNCS(mbrtowc).
19365
19366 2001-09-27 Akim Demaille <akim@epita.fr>
19367
19368 Bump to 1.29c.
19369
19370 2001-09-27 Akim Demaille <akim@epita.fr>
19371
19372 Version 1.29b.
19373
19374 2001-09-25 Akim Demaille <akim@epita.fr>
19375
19376 * src/system.h: Include `xalloc.h'.
19377 Remove it from the C files.
19378 * src/files.c (output_files): Free the obstacks.
19379 * src/lex.c (init_lex): Rename as...
19380 (lex_init): this.
19381 (lex_free): New.
19382 * src/main.c (main): Use it.
19383
19384 2001-09-24 Marc Autret <autret_m@epita.fr>
19385
19386 * src/vcg.c (open_edge, close_edge, open_node, close_node): Change
19387 to output informations in fout (FILE*).
19388 (open_graph, close_graph): Likewise.
19389 (output_graph, output_edge, output_node): Likewise.
19390 * src/vcg.h: Update function prototypes.
19391 * src/print_graph.c (print_graph): Open output graph file.
19392 (print_actions): Adjust.
19393 * src/files.h: Remove extern declaration.
19394 * src/files.c: Remove graph_obstack declaration.
19395 (open_files): Remove graph_obstack initialization.
19396 (output_files): Remove graph_obstack saving.
19397
19398 2001-09-24 Marc Autret <autret_m@epita.fr>
19399
19400 * src/files.c (compute_output_file_names): Fix.
19401
19402 2001-09-24 Marc Autret <autret_m@epita.fr>,
19403 Akim Demaille <akim@epita.fr>
19404
19405 * src/reader.c (reader): Remove call to free_symtab ().
19406 * src/main.c (main): Call it here.
19407 Include symtab.h.
19408 * src/conflicts.c (initialize_conflicts): Rename as...
19409 (solve_conflicts): this.
19410 * src/print.c (print_core, print_actions, print_state)
19411 (print_grammar): Dump to a file instead a `output_obstack'.
19412 (print_results): Dump `output_obstack', and then proceed with the
19413 FILE *.
19414 * src/files.c (compute_output_file_names, close_files): New.
19415 (output_files): Adjust.
19416 * src/main.c (main): Adjust.
19417
19418 2001-09-23 Marc Autret <autret_m@epita.fr>
19419
19420 * src/files.c (compute_header_macro): Computes header macro name
19421 from spec_defines_file when given.
19422
19423 2001-09-23 Marc Autret <autret_m@epita.fr>
19424
19425 * src/files.c (output_files): Add default extensions.
19426
19427 2001-09-22 Akim Demaille <akim@epita.fr>
19428
19429 * src/conflicts.c (finalize_conflicts): Rename as...
19430 (free_conflicts): this.
19431
19432 2001-09-22 Akim Demaille <akim@epita.fr>
19433
19434 * src/gram.c (gram_free): Rename back as...
19435 (dummy): this.
19436 (output_token_translations): Free `token_translations'.
19437 * src/symtab.c (free_symtab): Free the tag field.
19438
19439 2001-09-22 Akim Demaille <akim@epita.fr>
19440
19441 Remove `translations' as it is always set to true.
19442
19443 * src/gram.h: Adjust.
19444 * src/reader.c (packsymbols, parse_token_decl): Adjust
19445 * src/print.c (print_grammar): Adjust.
19446 * src/output.c (output_token_translations): Adjust.
19447 * src/lex.c (lex): Adjust.
19448 * src/gram.c: Be sure the set pointers to NULL.
19449 (dummy): Rename as...
19450 (gram_free): this.
19451
19452 2001-09-22 Akim Demaille <akim@epita.fr>
19453
19454 * configure.in: Invoke AM_LIB_DMALLOC.
19455 * src/system.h: Use dmalloc.
19456 * src/LR0.c: Be sure to have pointers initialized to NULL.
19457 (allocate_itemsets): Allocate kernel_items only if needed.
19458
19459 2001-09-22 Akim Demaille <akim@epita.fr>
19460
19461 * configure.in: Bump to 1.29b.
19462 * tests/Makefile.am (DISTCLEANFILES): Add package.m4.
19463 * tests/calc.at (_AT_DATA_CALC_Y): #undef malloc so that we don't
19464 need xmalloc.c in calc.y.
19465 From Pascal Bart.
19466
19467 2001-09-21 Akim Demaille <akim@epita.fr>
19468
19469 Version 1.29a.
19470 * Makefile.maint, config/config.guess, config/config.sub,
19471 * config/missing: Update from masters.
19472 * tests/Makefile.am ($(srcdir)/$(TESTSUITE)): No longer depend
19473 upon package.m4.
19474 * configure.in (ALL_LINGUAS): Add `tr'.
19475
19476 2001-09-21 Akim Demaille <akim@epita.fr>
19477
19478 * tests/Makefile.am (package.m4): Move to...
19479 ($(srcdir)/$(TESTSUITE)): here.
19480
19481 2001-09-20 Akim Demaille <akim@epita.fr>
19482
19483 * src/complain.c: No longer try to be standalone: use system.h.
19484 Don't assume __STDC__ is defined to 1. Just test if it is defined.
19485 * src/complain.h: Likewise.
19486 * src/reduce.c (useless_nonterminals, inaccessable_symbols):
19487 Remove the unused variable `n'.
19488 From Albert Chin-A-Young.
19489
19490 2001-09-18 Marc Autret <autret_m@epita.fr>
19491
19492 * doc/bison.1: Update.
19493 * doc/bison.texinfo (Bison Options): Update --defines and --graph
19494 descriptions.
19495 (Option Cross Key): Update.
19496 Add --graph.
19497
19498 2001-09-18 Marc Autret <autret_m@epita.fr>
19499
19500 * tests/regression.at: New test (comment in %union).
19501
19502 2001-09-18 Marc Autret <autret_m@epita.fr>
19503
19504 * src/reader.c (parse_union_decl): Do not output '/'. Let copy_comment
19505 do that.
19506 Reported by Keith Browne.
19507
19508 2001-09-18 Marc Autret <autret_m@epita.fr>
19509
19510 * tests/output.at: Add tests for --defines and --graph.
19511
19512 2001-09-18 Marc Autret <autret_m@epita.fr>
19513
19514 * tests/output.at: Removes tests of %{header,src}_extension features.
19515
19516 2001-09-18 Akim Demaille <akim@epita.fr>
19517
19518 * tests/Makefile.am (package.m4): New.
19519 * tests/calc.at (_AT_CHECK_CALC): Just run `calc input'.
19520 (_AT_CHECK_CALC_ERROR): Likewise.
19521 Factor the `, ' part of verbose error messages.
19522
19523 2001-09-18 Marc Autret <autret_m@epita.fr>
19524
19525 * src/getargs.c (longopts): Declare --defines and --graph as options
19526 with optional arguments.
19527 * src/files.h: Add extern declarations.
19528 * src/files.c (spec_graph_file, spec_defines_file): New.
19529 (output_files): Update.
19530 Remove CPP-outed code.
19531
19532 2001-09-18 Marc Autret <autret_m@epita.fr>
19533
19534 Turn off %{source,header}_extension feature.
19535
19536 * src/files.c (compute_exts_from_gf): Update.
19537 (compute_exts_from_src): Update.
19538 (output_files): CPP-out useless code.
19539 * src/files.h: Remove {header,source}_extension extern declarations.
19540 * src/reader.c (parse_dquoted_param): CPP-out.
19541 (parse_header_extension_decl): Remove.
19542 (parse_source_extension_decl): Remove.
19543 (read_declarations): Remove cases tok_{hdrext,srcext}.
19544 * src/lex.c (percent_table): Remove {header,source}_extension entries.
19545 * src/lex.h (token_t): Remove tok_hdrext and tok_srcext.
19546
19547 2001-09-10 Akim Demaille <akim@epita.fr>
19548
19549 * tests/output.at (AT_CHECK_BISON_FLAGS, AT_CHECK_BISON_PERCENT):
19550 (AT_CHECK_BISON_PERCENT_FLAGS): Merge into...
19551 (AT_CHECK_OUTPUT): this.
19552 Merely check ls' exit status, its output is useless.
19553
19554 2001-09-10 Akim Demaille <akim@epita.fr>
19555
19556 * tests/calc.at: Use m4_match.
19557 (_AT_DATA_CALC_Y): Check `yyin != NULL', not `stdin != NULL'.
19558
19559 2001-09-10 Marc Autret <autret_m@epita.fr>,
19560 Akim Demaille <akim@epita.fr>
19561
19562 * src/vcg.h (graph_s): color, textcolor, bordercolor are now
19563 enum color_e.
19564 * src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
19565 to `normal'.
19566 * src/reader.c (parse_token_decl): Initialize token with tok_eof.
19567 * src/lex.h: Adjust prototype.
19568 (token_t): Add `tok_undef'.
19569 * src/lex.c (struct percent_table_struct): Retval is now a token_t.
19570 (parse_percent_token): Now returns token_t.
19571 Add default statement in switch.
19572 (lex): Separate `c' as an input variable, from the token_t result
19573 part.
19574 (unlexed): Is a token_t.
19575
19576 2001-09-10 Akim Demaille <akim@epita.fr>
19577
19578 * configure.in: Bump to 1.29a.
19579
19580 2001-09-07 Akim Demaille <akim@epita.fr>
19581
19582 Version 1.29.
19583
19584 2001-08-30 Akim Demaille <akim@epita.fr>
19585
19586 * tests/atgeneral.m4, tests/atconfig.in, tests/suite.at: Remove.
19587 * m4/atconfig.m4: Remove.
19588 * tests/testsuite.at, tests/atlocal.in, tests/output.at,
19589 * tests/bison: New.
19590 * tests/regression.at, tests/calc.at: Use m4_define, AT_BANNER,
19591 m4_if, m4_patsubst, and m4_regexp.
19592 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Use an
19593 `input' file instead of echo.
19594
19595 2001-08-29 Akim Demaille <akim@epita.fr>
19596
19597 Bump to 1.28e.
19598
19599 2001-08-29 Akim Demaille <akim@epita.fr>
19600
19601 Version 1.28d.
19602
19603 2001-08-29 Paul Eggert <eggert@twinsun.com>
19604
19605 * src/bison.simple (yyparse): Don't take the address of an
19606 item before the start of an array, as that doesn't conform to
19607 the C Standard.
19608
19609 2001-08-29 Robert Anisko <anisko_r@epita.fr>
19610
19611 * doc/bison.texinfo (Location Tracking Calc): New node.
19612
19613 2001-08-29 Paul Eggert <eggert@twinsun.com>
19614
19615 * src/output.c (output): Do not define const, as this now
19616 causes more problems than it cures.
19617
19618 2001-08-29 Akim Demaille <akim@epita.fr>
19619
19620 * doc/bison.texinfo: Modernize `@node' and `@top' use: just name
19621 the nodes.
19622 Be sure to tag the `detailmenu'.
19623
19624 2001-08-29 Akim Demaille <akim@epita.fr>
19625
19626 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
19627 download in a tmp dir.
19628
19629 2001-08-28 Marc Autret <autret_m@epita.fr>
19630
19631 * config/depcomp: New file.
19632
19633 2001-08-28 Marc Autret <autret_m@epita.fr>
19634
19635 * doc/bison.1 (mandoc): Adjust.
19636 From Juan Manuel Guerrero.
19637
19638 2001-08-28 Marc Autret <autret_m@epita.fr>
19639
19640 * src/print_graph.c (print_state): Fix.
19641
19642 2001-08-27 Marc Autret <autret_m@epita.fr>
19643
19644 * src/vcg.h (classname_s, infoname_s, node_s): Constify the
19645 char * members.
19646 Echo modifications to the functions prototypes.
19647 * src/vcg.c (add_classname, add_infoname): Adjust arguments.
19648
19649 2001-08-27 Marc Autret <autret_m@epita.fr>
19650
19651 * src/vcg.c: Include `xalloc.h'.
19652 (add_colorentry): New.
19653 (add_classname): New.
19654 (add_infoname): New.
19655 * src/vcg.h: Add new prototypes.
19656
19657 2001-08-27 Akim Demaille <akim@epita.fr>
19658
19659 * Makefile.maint: Sync. again with CVS Autoconf.
19660
19661 2001-08-27 Akim Demaille <akim@epita.fr>
19662
19663 * Makefile.maint: Formatting changes.
19664 (po-update, cvs-update, update): New targets.
19665 (AMTAR): Remove.
19666
19667 2001-08-27 Akim Demaille <akim@epita.fr>
19668
19669 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
19670 * Makefile.maint: Sync. with CVS Autoconf.
19671
19672 2001-08-27 Marc Autret <autret_m@epita.fr>
19673
19674 * src/vcg.h (struct infoname_s): New.
19675 (struct colorentry_s): New.
19676 (graph_s): New fields {vertical,horizontal}_order in structure.
19677 Add `infoname' field.
19678 Add `colorentry' field;
19679 * src/vcg_defaults.h (G_VERTICAL_ORDER): New.
19680 (G_HORIZONTAL_ORDER): New.
19681 (G_INFONAME): New.
19682 (G_COLORENTRY): New.
19683 * src/vcg.c (output_graph): Add output of {vertical,horizontal}_order.
19684 Add output of `infoname'.
19685 Add output of `colorentry'.
19686
19687 2001-08-27 Marc Autret <autret_m@epita.fr>
19688
19689 * src/reader.c (parse_dquoted_param): Rename variable `index' to `i'.
19690 This one shadowed a global parameter.
19691
19692 2001-08-24 Marc Autret <autret_m@epita.fr>
19693
19694 * src/print_graph.c (node_output_size): Declared POSIX `size_t' type,
19695 instead of `unsigned'.
19696 (print_state): Do not call obstack_object_size () in obstack_grow ()
19697 to avoid macro variables shadowing.
19698
19699 2001-08-23 Marc Autret <autret_m@epita.fr>
19700
19701 * src/lex.c (percent_table): Typo: s/naem/name/.
19702 Add graph option.
19703 Normalize new options declarations.
19704
19705 2001-08-20 Pascal Bart <pascal.bart@epita.fr>
19706
19707 * tests/suite.at: Exercise %header_extension and %source_extension.
19708
19709 2001-08-16 Marc Autret <autret_m@epita.fr>
19710
19711 * src/reader.c (parse_dquoted_param): New.
19712 (parse_header_extension_decl): Use it.
19713 (parse_source_extension_decl): Likewise.
19714
19715 2001-08-16 Marc Autret <autret_m@epita.fr>
19716
19717 * src/vcg.c: Remove includes of `complain.h' and `xalloc.h'.
19718 (get_xxxx_str): Use assert () instead of complain ().
19719 Remove return invokations in default cases.
19720 (get_decision_str): Modify default behaviour. Remove second argument.
19721 Echo modifications on calls.
19722 (output_graph): Fix.
19723
19724 2001-08-16 Marc Autret <autret_m@epita.fr>
19725
19726 * src/getargs.c (usage): Update with ``-g, --graph''.
19727
19728 2001-08-16 Marc Autret <autret_m@epita.fr>
19729
19730 * doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
19731 (Option Cross Key): Likewise.
19732 * doc/bison.1: Update.
19733
19734 2001-09-25 Pascal Bart <pascal.bart@epita.fr>
19735
19736 * src/output.c (output_master_parser): Don't finish action_obstack.
19737 (output_parser): Don't care about the muscle action, here.
19738 (prepare): Copy the action_obstack in the action muscle.
19739 (output): Free action_obstack.
19740
19741 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
19742
19743 * src/reader.c (parse_union_decl): Add new obstack union_obstack. Which
19744 will contain `%union' declaration.
19745 (parse_union_decl): Delete #line directive output.
19746 (parse_union_decl): Substitute /attrs_obstack/union_obstack for all
19747 informations about %union.
19748 (parse_union_decl): Copy the union_obstack in the muscle stype.
19749 * src/bison.simple: Add new #line directive.
19750 Add typdef %%stype YYSTYPE.
19751
19752 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
19753
19754 * src/bison.simple: Add new `#line' directive.
19755
19756 2001-09-22 Pascal Bart <pascal.bart@epita.fr>
19757
19758 * src/bison.simple: New `#line' directive.
19759 * src/output.c (output_parser): Support new dynamic muscle input_line.
19760
19761 2001-09-22 Marc Autret <autret_m@epita.fr>
19762
19763 * src/output.c (output_master_parser): New.
19764 (output_parser): Be more re-entrant.
19765
19766 2001-09-21 Marc Autret <autret_m@epita.fr>
19767
19768 * src/reader.c (copy_definition, parse_union_decl): Update and use
19769 `linef' muscle.
19770 (copy_action): Likewise.
19771 Use obstack_1grow ().
19772 * src/muscle_tab.c (muscle_init): Add muscle `linef'.
19773
19774 2001-09-21 Marc Autret <autret_m@epita.fr>
19775
19776 * src/options.c (option_table): Adjust.
19777 * src/lex.c (parse_percent_token): Fix.
19778
19779 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
19780
19781 * src/options.c (symtab.h): Include it, need by lex.h.
19782
19783 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
19784
19785 * src/lex.c (parse_percent_token): Change type of variable `tx', which
19786 is now an option_table_struct*.
19787 (option_strcmp): New function option_strcmp.
19788 (parse_percent_token): Call option_strcmp.
19789 * src/getargs.c (xalloc.h, options.h): Include it.
19790 (getargs): Call create_long_option_table.
19791 (getargs): Free longopts at the end of the function.
19792 (shortopts): Move in options.c.
19793 * src/options.c (create_long_option_table): New function. Convert
19794 information from option_table to option structure.
19795 * src/reader.c (options.h): Include it.
19796
19797 * src/Makefile.am: Adjust.
19798 * src/options.c (option_table): Create from longopts and percent_table.
19799 * src/getargs.c (longopts): Delete.
19800 * src/lex.c (struct percent_table_struct): Delete.
19801 (percent_table): Delete.
19802 (options.h): Include it.
19803 * src/options.c: Create.
19804 * src/options.h: Create.
19805 Declare enum opt_access_e.
19806 Define struct option_table_struct.
19807
19808 2001-09-20 Marc Autret <autret_m@epita.fr>
19809
19810 * doc/bison.texinfo: Adjust terminologies about prologue and epilogue
19811 sections of Bison.
19812
19813 2001-09-19 Pascal Bart <pascal.bart@epita.fr>
19814
19815 * src/bison.simple: s/%%filename/%%skeleton.
19816 * src/muscle_tab.c (getargs.h): Include it.
19817 (muscle_init): Insert new muscle skeleton.
19818
19819 2001-09-18 Pascal Bart <pascal.bart@epita.fr>
19820
19821 * src/output.c (output_parser): Delete unused variable actions_dumped.
19822
19823 2001-09-07 Pascal Bart <pascal.bart@epita.fr>
19824
19825 * src/output.c (output): Delete call to reader_output_yylsp.
19826 * src/reader.c (reader): Likewise.
19827 * src/reader.h: Delete declaration of reader_output_yylsp.
19828
19829 2001-09-02 Marc Autret <autret_m@epita.fr>
19830
19831 * src/reader.c: Include muscle_tab.h.
19832 (parse_union_decl): Update.
19833 (parse_macro_decl): Rename parse_muscle_decl.
19834 Update to use renamed functions and variable.
19835 (read_declarations, copy_action, read_additionnal_code, : Updated
19836 with correct variables and functions names.
19837 (packsymbols, reader): Likewise.
19838
19839 * src/reader.h (muscle_obstack): Extern declaration update.
19840
19841 * src/output.c: Include muscle_tab.h
19842 In all functions using macro_insert, change by using muscle_insert ().
19843 (macro_obstack): Rename muscle_obstack.
19844 Echo modifications in the whole file.
19845 (MACRO_INSERT_INT): Rename MUSCLE_INSERT_INT.
19846 (MACRO_INSERT_STRING): Rename MUSCLE_INSERT_STRING.
19847 (MACRO_INSERT_PREFIX): Rename MUSCLE_INSERT_PREFIX.
19848
19849 * src/muscle_tab.h: Update double inclusion macros.
19850 (macro_entry_s): Rename muscle_entry_s.
19851 Update prototypes.
19852
19853 * src/muscle_tab.c: Include muscle_tab.h.
19854 Rename macro_tabble to muscle_table.
19855 (mhash1, mhash2, mcmp): Use muscle_entry.
19856 (macro_init): Rename muscle_init. Update.
19857 (macro_insert): Rename muscle_insert. Update.
19858 (macro_find): Rename muscle_find. Update.
19859
19860 * src/main.c: Include muscle_tab.h.
19861 (main): Call muscle_init ().
19862 * src/Makefile.am (bison_SOURCES): Echo modifications.
19863
19864 2001-09-02 Marc Autret <autret_m@epita.fr>
19865
19866 Now the files macro_tab.[ch] are named muscle_tab.[ch].
19867
19868 * src/muscle_tab.c, src/muscle_tab.h: Add files.
19869
19870 2001-09-02 Marc Autret <autret_m@epita.fr>
19871
19872 * src/macrotab.c, src/macrotab.h: Remove.
19873
19874 2001-09-01 Pascal Bart <pascal.bart@epita.fr>
19875
19876 * src/reader.c (copy_guard): Use muscle to specify the `#line'
19877 filename.
19878
19879 2001-09-01 Marc Autret <autret_m@epita.fr>
19880
19881 * tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set
19882 to an explicit value to activate the feature. We do it here.
19883
19884 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
19885
19886 * src/output.c (prepare): Delete the `filename' muscule insertion.
19887 * src/reader.c (copy_action): Use `filename' muscule with `#line'.
19888 (parse_union_decl): Likewise.
19889 * src/macrotab.c (macro_init): Initialize filename by infile.
19890
19891 2001-08-31 Marc Autret <autret_m@epita.fr>
19892
19893 * src/bison.simple (YYLSP_NEEDED): New definition.
19894 * src/output.c (prepare): Add macro insertion of `locations_flag'
19895
19896 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
19897
19898 * src/output.c (prepare): Delete insertion of previous muscles,
19899 and insert the `prefix' muscles.
19900 * src/macrotab.c (macro_init): Likewise.
19901 (macro_init): Initialization prefix directive by `yy'.
19902 * src/bison.simple: Substitute all %%yylex, %%yychar, %%yylval,
19903 %%yydebug, %%yyerror, %%yynerrs and %%yyparse by yylex, yychar,
19904 yylval, yydebug, yyerror, yynerrs and yyparse.
19905 New directive `#define' to substitute yydebug, ... with option
19906 name_prefix.
19907
19908 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
19909
19910 * src/main.c (main): Standardize.
19911 * src/output.c (output_table_data, output_parser): Likewise.
19912 * src/macrotab.h, src/macrotab.c, src/bison.simple: Likewise.
19913
19914 2001-08-31 Pascal Bart <pascal.bart@epita.fr>, Marc Autret <autret_m@epita.fr>
19915
19916 * src/reader.c (read_additionnal_code): Rename %%user_code to
19917 %%epilogue.
19918 * src/output.c (output): Rename %%declarations to %%prologue.
19919 * src/bison.simple: Echo modifications.
19920
19921 2001-08-31 Marc Autret <autret_m@epita.fr>
19922
19923 * src/reader.c (readgram): CleanUp.
19924 (output_token_defines): Likewise.
19925 (packsymbols): Likewise.
19926 (reader): Likewise.
19927 * src/output.c (output): CPP-out useless code.
19928
19929 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
19930
19931 * src/reader.c (reader): Delete obsolete call to function
19932 output_trailers and output_headers.
19933 * src/output.h: Remove obsolete functions prototypes of output_headers
19934 and output_trailers.
19935
19936 2001-08-30 Pascal Bart <pascal.bart@epita.fr>
19937
19938 * src/main.c: Include macrotab.h.
19939 * src/macrotab.h (macro_entry_s): Constify fields.
19940 Adjust functions prototypes.
19941 * src/macrotab.c (macro_insert): Constify key and value.
19942 (macro_find): Constify key.
19943 (macro_insert): Include 'xalloc.h'
19944 (macro_insert): Use XMALLOC.
19945 (macro_find): Constify return value.
19946 * src/output.c (output_table_data): Rename table to table_data.
19947 (output_parser): Constify macro_key, macro_value.
19948
19949 2001-08-30 Marc Autret <autret_m@epita.fr>
19950
19951 * src/reader.c (parse_skel_decl): New.
19952 (read_declarations): Add case `tok_skel', call parse_skel_decl ().
19953 * src/lex.h (token_t): New token `tok_skel'.
19954 * src/lex.c (percent_table): Add skeleton option entry.
19955 Standardize.
19956
19957 2001-08-29 Marc Autret <autret_m@epita.fr>
19958
19959 * src/bison.simple: Add %%user_code directive at the end.
19960 * src/reader.c (read_additionnal_code): New.
19961 (reader): Use it.
19962 * src/output.c (output_program): Remove.
19963 (output): Update.
19964
19965 2001-08-28 Marc Autret <autret_m@epita.fr>
19966
19967 * src/output.c (output_actions): Clean up.
19968 (output_gram): CPP-out useless code.
19969 * src/reader.c (reader): Clean up, CPP-out useless code.
19970
19971 2001-08-28 Pascal Bart <pascal.bart@epita.fr>
19972
19973 * src/output.c (output): Copy attrs_obstack in the '%%definitions'
19974 directive.
19975 * src/bison.simple: Add `%%definitions'.
19976
19977 2001-08-28 Marc Autret <autret_m@epita.fr>
19978
19979 * config/depcomp: New file.
19980
19981 2001-08-27 Paul Eggert <eggert@twinsun.com>
19982
19983 * src/bison.simple (yyparse): Don't take the address of an
19984 item before the start of an array, as that doesn't conform to
19985 the C Standard.
19986
19987 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
19988
19989 * src/output.c (output): Remove the initialization of the macro
19990 obstack. It was done too late here.
19991
19992 * src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was
19993 completely wrong.
19994 (reader): Initialize the macro obstack here, since we need it to grow
19995 '%define' directives.
19996
19997 * src/reader.h: Declare the macro obstack as extern.
19998
19999 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
20000
20001 * src/output.c (output_parser): Fix. Store single '%' characters in
20002 the output obstack instead of throwing them away.
20003
20004 2001-08-27 Akim Demaille <akim@epita.fr>
20005
20006 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
20007
20008 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
20009
20010 * lib/Makefile.am: Adjust.
20011
20012 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
20013
20014 * src/bison.simple: Update and add '%%' directives.
20015
20016 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
20017
20018 * src/reader.c (reader): Remove calls to 'output_headers' and
20019 'output_trailers'. Remove some C output.
20020 (readgram): Disable a piece of code that was writing a default
20021 definition for 'YYSTYPE'.
20022 (reader_output_yylsp): Remove.
20023 (packsymbols): Output token defintions to a macro.
20024 (copy_definition): Disable C output.
20025
20026 * src/reader.c (parse_macro_decl): New function used to parse macro
20027 declarations.
20028 (copy_string2): Put the body of copy_string into this new function.
20029 Add a parameter to let the caller choose whether he wants to copy the
20030 string delimiters or not.
20031 (copy_string): Be a simple call to copy_string2 with the last argument
20032 bound to true.
20033 (read_declarations): Add case for macro definition.
20034 (copy_identifier): New.
20035 (parse_macro_decl): Read macro identifiers using copy_identifier
20036 rather than lex.
20037
20038 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
20039
20040 * src/output.c (prepare): Add prefixed names.
20041 (output_parser): Output semantic actions.
20042 (output_parser): Fix bug on '%%line' directives.
20043
20044 * src/output.c (output_headers): Remove. The C code printed by this
20045 function should now be in the skeletons.
20046 (output_trailers): Remove.
20047 (output): Disable call to 'reader_output_yylsp'.
20048 (output_rule_data): Do not output tables to the table obstack.
20049
20050 * src/output.c: Remove some C dedicated output.
20051 Improve the use of macro and output obstacks.
20052 (output_defines): Remove.
20053
20054 * src/output.c (output_token_translations): Associate 'translate'
20055 table with a macro. No output to the table obstack.
20056 (output_gram): Same for 'rhs' and 'prhs'.
20057 (output_stos): Same for 'stos'.
20058 (output_rule_data): Same for 'r1' and 'r2'.
20059 (token_actions): Same for 'defact'.
20060 (goto_actions): Same for 'defgoto'.
20061 (output_base): Same for 'pact' and 'pgoto'.
20062 (output_table): Same for 'table'.
20063 (output_check): Same for 'check'.
20064
20065 * src/output.c (output_table_data): New function.
20066 (output_short_table): Remove.
20067 (output_short_or_char_table): Remove.
20068
20069 * src/output.c (output_parser): Replace most of the skeleton copy code
20070 with something new. Skeletons are now processed character by character
20071 rather than line by line, and Bison looks for '%%' macros. This is the
20072 first step in making Bison's output process (a lot) more flexible.
20073 (output_parser): Use the macro table.
20074
20075 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
20076
20077 * src/main.c (main): Initialize the macro table.
20078
20079 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
20080
20081 * src/lex.c (percent_table): Add tok_define.
20082 * src/lex.h: Add tok_define.
20083
20084 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
20085
20086 * src/macrotab.c: New file.
20087 * src/macrotab.h: New file.
20088 * src/Makefile.am: Update.
20089
20090 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
20091
20092 * lib/hash.c: New file.
20093 * lib/hash.h: New file.
20094 * lib/Makefile.am: Update.
20095
20096 2001-08-15 Akim Demaille <akim@epita.fr>
20097
20098 Version 1.28c.
20099
20100 2001-08-15 Marc Autret <autret_m@epita.fr>
20101
20102 * src/reader.c (readgram): Indent output macro YYSTYPE.
20103 (packsymbols): Likewise.
20104 (output_token_defines): Likewise.
20105 * src/files.c: Standardize.
20106 (compute_header_macro): New.
20107 (defines_obstack_save): New. Use compute_header_macro.
20108 (output_files): Update. Use defines_obstack_save.
20109
20110 2001-08-15 Akim Demaille <akim@epita.fr>
20111
20112 * doc/bison.texinfo (Table of Symbols): Document
20113 YYSTACK_USE_ALLOCA.
20114
20115 2001-08-15 Akim Demaille <akim@epita.fr>
20116
20117 * missing: Update from CVS Automake.
20118 * config/config.guess, config/config.sub, config/texinfo.tex:
20119 Update from gnu.org.
20120
20121 2001-08-15 Akim Demaille <akim@epita.fr>
20122
20123 * Makefile.maint: Sync with CVS Autoconf.
20124
20125 2001-08-14 Pascal Bart <pascal.bart@epita.fr>
20126
20127 * doc/bison.texinfo: Include GNU Free Documentation License from
20128 `fdl.texi'.
20129 * doc/fdl.texi: Add to package.
20130
20131 2001-08-14 Marc Autret <autret_m@epita.fr>
20132
20133 Turn on %{source,header}_extension features.
20134
20135 * src/lex.c (percent_table): Un-CPP out header_extension and
20136 source_extension.
20137 * src/files.c (compute_exts_from_gf): Compare pointers with NULL.
20138 (compute_exts_from_src): Remove conditions. It restores priorities
20139 between options.
20140
20141 2001-08-14 Marc Autret <autret_m@epita.fr>
20142
20143 * src/files.c (compute_base_names): Add extensions computing when
20144 `--file-prefix' used.
20145 Standardize function calls.
20146
20147 2001-08-13 Marc Autret <autret_m@epita.fr>
20148
20149 * src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
20150 defining it (defined but null disables alloca).
20151
20152 2001-08-13 Marc Autret <autret_m@epita.fr>
20153
20154 * src/bison.simple (_yy_memcpy): CPP reformat.
20155
20156 2001-08-13 Pascal Bart <pascal.bart@epita.fr>
20157
20158 * tests/atconfig.in (CPPFLAGS): Fix.
20159
20160 2001-08-10 Pascal Bart <pascal.bart@epita.fr>
20161
20162 * doc/bison.texinfo: Include GNU General Public License from
20163 `gpl.texi'.
20164 * doc/gpl.texi: Add to package.
20165
20166 2001-08-10 Marc Autret <autret_m@epita.fr>
20167
20168 * src/print_graph.h: Fix.
20169 * src/reader.c (read_declarations): Use parse_header_extension_decl ().
20170
20171 2001-08-10 Akim Demaille <akim@epita.fr>
20172
20173 * src/system.h: Provide default declarations for stpcpy, strndup,
20174 and strnlen.
20175
20176 2001-08-10 Robert Anisko <anisko_r@epita.fr>
20177
20178 * doc/bison.texinfo (Locations): Update @$ stuff.
20179
20180 2001-08-09 Robert Anisko <anisko_r@epita.fr>
20181
20182 * src/bison.simple (YYLLOC_DEFAULT): Update.
20183 (yyparse): Adjust.
20184
20185 2001-08-08 Marc Autret <autret_m@epita.fr>
20186
20187 * doc/bison.texinfo: Change @samp{$<@dots{}>} to
20188 @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.
20189 Reported by Fabrice Bauzac.
20190
20191 2001-08-08 Marc Autret <autret_m@epita.fr>
20192
20193 * src/vcg_default.h: Use NULL instead of 0 to initialize pointers.
20194 * src/vcg.c (output_node): Fix.
20195 * src/vcg.h: Cleanup.
20196 * src/print_graph.c: Add comments.
20197 (node_output_size): New global variable. Simplify the formatting of
20198 the VCG graph output.
20199 (print_actions): Unused code is now used. It notifies the final state
20200 and no action states in the VCG graph. It also give the reduce actions.
20201 The `shift and goto' edges are red and the `go to state' edges are
20202 blue.
20203 Get the current node name and node_obstack by argument.
20204 (node_obstack): New variable.
20205 (print_state): Manage node_obstack.
20206 (print_core): Use node_obstack given by argument.
20207 A node is not only computed here but in print_actions also.
20208 (print_graph): CPP out useless code instead of commenting it.
20209
20210 2001-08-07 Pascal Bart <pascal.bart@epita.fr>
20211
20212 * tests/atconfig.in (CPPFLAGS): Fix.
20213
20214 2001-08-07 Akim Demaille <akim@epita.fr>
20215
20216 * src/print_graph.c (quote): New.
20217 (print_core): Use it.
20218
20219 2001-08-06 Akim Demaille <akim@epita.fr>, Marc Autret <autret_m@epita.fr>
20220
20221 * src/vcg.c (complain.h): Include it.
20222 Unepitaize `return' invocations.
20223 [NDEBUG] (main): Remove.
20224 * src/vcg.h (node_t, edge_t, graph_t): Constify the char * members.
20225 * src/files.c (open_files): Initialize graph_obstack.
20226 * src/print_graph.c (print_actions): CPP out useless code.
20227 (print_core): Don't output the last `\n' in labels.
20228 Use `quote'.
20229 * src/files.c (output_files): Output the VCG file.
20230 * src/main.c (main): Invoke print_graph ();
20231
20232 2001-08-06 Marc Autret <autret_m@epita.fr>
20233
20234 Automaton VCG graph output.
20235 Using option ``-g'' or long option ``--graph'', you can generate
20236 a gram_filename.vcg file containing a VCG description of the LALR (1)
20237 automaton of your grammar.
20238
20239 * src/main.c: Call to print_graph() function.
20240 * src/getargs.h: Update.
20241 * src/getargs.c (options): Update to catch `-g' and `--graph' options.
20242 (graph_flag): New flag.
20243 (longopts): Update.
20244 (getargs): Add case `g'.
20245 * src/files.c (graph_obstack): New obstack struct.
20246 (open_files): Initialize new obstack.
20247 (output_files): Saves graph_obstack if required.
20248 * src/files.h (graph_obstack): New extern declaration.
20249 * src/Makefile.am: Add new source files.
20250
20251 2001-08-06 Marc Autret <autret_m@epita.fr>
20252
20253 * src/print_graph.c, src/print_graph.h (graph): New.
20254 * src/vcg.h: New file.
20255 * src/vcg.c: New file, VCG graph handling.
20256
20257 2001-08-06 Marc Autret <autret_m@epita.fr>
20258
20259 Add of %source_extension and %header_extension which specify
20260 the source or/and the header output file extension.
20261
20262 * src/files.c (compute_base_names): Remove initialisation of
20263 src_extension and header_extension.
20264 (compute_exts_from_gf): Update.
20265 (compute_exts_from_src): Update.
20266 (output_files): Update.
20267 * src/reader.c (parse_header_extension_decl): New.
20268 (parse_source_extension_decl): New.
20269 (read_declarations): New case statements for the new tokens.
20270 * src/lex.c (percent_table): Add entries for %source_extension
20271 and %header_extension.
20272 * src/lex.h (token_e): New tokens tok_hdrext and tok_srcext.
20273
20274 2001-08-06 Marc Autret <autret_m@epita.fr>
20275
20276 * configure.in: Bump to 1.28c.
20277 * doc/bison.texinfo: Texinfo thingies.
20278
20279 2001-08-04 Pascal Bart <pascal.bart@epita.fr>
20280
20281 * tests/atconfig.in (CPPFLAGS): Add.
20282 * tests/calc.at (AT_CHECK): Use CPPFLAGS.
20283
20284 2001-08-03 Akim Demaille <akim@epita.fr>
20285
20286 Version 1.28b.
20287
20288 2001-08-03 Akim Demaille <akim@epita.fr>
20289
20290 * tests/Makefile.am (check-local): Ship testsuite.
20291 * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
20292 Include `string.h'.
20293
20294 2001-08-03 Akim Demaille <akim@epita.fr>
20295
20296 * configure.in: Try using -Wformat when compiling.
20297
20298 2001-08-03 Akim Demaille <akim@epita.fr>
20299
20300 * configure.in: Bump to 1.28b.
20301
20302 2001-08-03 Akim Demaille <akim@epita.fr>
20303
20304 * src/complain.c: Adjust strerror_r portability issues.
20305
20306 2001-08-03 Akim Demaille <akim@epita.fr>
20307
20308 Version 1.28a.
20309
20310 2001-08-03 Akim Demaille <akim@epita.fr>
20311
20312 * src/getargs.c, src/getarg.h (skeleton)): Constify.
20313 * src/lex.c (literalchar): Avoid name clashes on `buf'.
20314 * src/getargs.c: Include complain.h.
20315 * src/files.c, src/files.h (skeleton_find): Avoid name clashes.
20316 * lib/quotearg.c, lib/quotearg.h: Update from fileutils 4.1.
20317
20318 2001-08-03 Akim Demaille <akim@epita.fr>
20319
20320 * src/reader.c (readgram): Display hidden chars in error messages.
20321
20322 2001-08-03 Akim Demaille <akim@epita.fr>
20323
20324 Update to gettext 0.10.39.
20325
20326 2001-08-03 Akim Demaille <akim@epita.fr>
20327
20328 * lib/strspn.c: New.
20329
20330 2001-08-01 Marc Autret <autret_m@epita.fr>
20331
20332 * doc/bison.texinfo: Update.
20333 * doc/bison.1 (mandoc): Update.
20334 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove .c and .h.
20335 * src/files.c: Support output files extensions computing.
20336 (src_extension): New static variable.
20337 (header_extension): New static variable.
20338 (tr): New function.
20339 (get_extension_index): New function, gets the index of an extension
20340 filename in a string.
20341 (compute_exts_from_gf): New function, computes extensions from the
20342 grammar file extension.
20343 (compute_exts_from_src): New functions, computes extensions from the
20344 C source file extension, file given by ``-o'' option.
20345 (compute_base_names): Update.
20346 (output_files): Update.
20347
20348 2001-08-01 Robert Anisko <anisko_r@epita.fr>
20349
20350 * doc/bison.texi: Document @$.
20351 (Locations): New section.
20352
20353 2001-07-18 Akim Demaille <akim@epita.fr>
20354
20355 * Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
20356 * config/prev-version.txt, config/move-if-change: New.
20357 * Makefile.am: Adjust.
20358
20359 2001-07-08 Pascal Bart <pascal.bart@epita.fr>
20360
20361 * src/bison.simple (yyparse): Suppress warning `comparaison
20362 between signed and unsigned'.
20363
20364 2001-07-05 Pascal Bart <pascal.bart@epita.fr>
20365
20366 * src/getargs.h (raw_flag): Remove.
20367 * src/getargs.c: Die on `-r'/`--raw'.
20368 * src/lex.c (parse_percent_token): Die on `%raw'.
20369 * src/reader.c (output_token_defines): Suppress call to `raw_flag'.
20370 * tests/calc.at: Suppress test with option `--raw'.
20371
20372 2001-07-14 Akim Demaille <akim@epita.fr>
20373
20374 * config/: New.
20375 * configure.in: Require Autoconf 2.50.
20376 Update to gettext 0.10.38.
20377
20378 2001-03-16 Akim Demaille <akim@epita.fr>
20379
20380 * doc/bison.texinfo: ANSIfy the examples.
20381
20382 2001-03-16 Akim Demaille <akim@epita.fr>
20383
20384 * getargs.c (skeleton): New variable.
20385 (longopts): --skeleton is a new option.
20386 (shortopts, getargs): -S is a new option.
20387 * getargs.h: Declare skeleton.
20388 * output.c (output_parser): Use it.
20389
20390 2001-03-16 Akim Demaille <akim@epita.fr>
20391
20392 * m4/strerror_r.m4: New.
20393 * m4/error.m4: Run AC_FUNC_STRERROR_R.
20394 * lib/error.h, lib/error.c: Update.
20395
20396 2001-03-16 Akim Demaille <akim@epita.fr>
20397
20398 * src/getargs.c (longopts): Clean up.
20399
20400 2001-02-21 Akim Demaille <akim@epita.fr>
20401
20402 * src/reader.c (gensym): `gensym_count' is your own.
20403 Use a static buf to create the symbol name, as token_buffer is no
20404 longer a buffer.
20405
20406 2001-02-08 Akim Demaille <akim@epita.fr>
20407
20408 * src/conflicts.c (conflict_report): Be sure not to append to res
20409 between two calls, which could happen if both first sprintf were
20410 skipped, but not the first cp += strlen.
20411
20412 2001-02-08 Akim Demaille <akim@epita.fr>
20413
20414 * lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
20415 New, from fileutils 4.0.37.
20416 * configure.in: Require Autoconf 2.49c. I took some time before
20417 making this decision. This is the only way out for portability
20418 issues in Bison, it would mean way too much duplicate effort to
20419 import in Bison features implemented in 2.49c since 2.13.
20420 AC_REPLACE_FUNCS and AC_CHECK_DECLS the functions above.
20421
20422 2001-02-02 Akim Demaille <akim@epita.fr>
20423
20424 * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
20425 * lib/xalloc.h, lib/xmalloc.c: Update.
20426
20427 2001-01-19 Akim Demaille <akim@epita.fr>
20428
20429 Get rid of the ad hoc handling of token_buffer in the scanner: use
20430 the obstacks.
20431
20432 * src/lex.c (token_obstack): New.
20433 (init_lex): Initialize it. No longer call...
20434 (grow_token_buffer): this. Remove it.
20435 Adjust all the places which used it to use the obstack.
20436
20437 2001-01-19 Akim Demaille <akim@epita.fr>
20438
20439 * src/lex.h: Rename all the tokens:
20440 s/\bENDFILE\b/tok_eof/g;
20441 s/\bIDENTIFIER\b/tok_identifier/g;
20442 etc.
20443 Let them be enums, not #define, to ease debugging.
20444 Adjust all the code.
20445
20446 2001-01-18 Akim Demaille <akim@epita.fr>
20447
20448 * src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
20449 * src/lex.c (maxtoken, grow_token_buffer): Static.
20450
20451 2001-01-18 Akim Demaille <akim@epita.fr>
20452
20453 Since we now use obstacks, more % directives can be enabled.
20454
20455 * src/lex.c (percent_table): Also accept `%yacc',
20456 `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
20457 `%debug'.
20458 Handle the actions for `%semantic_parser' and `%pure_parser' here,
20459 instead of returning a token.
20460 * src/lex.h (SEMANTIC_PARSER, PURE_PARSER): Remove, unused.
20461 * src/reader.c (read_declarations): Adjust.
20462 * src/files.c (open_files): Don't call `compute_base_names', don't
20463 compute `attrsfile' since they depend upon data which might be
20464 *in* the input file now.
20465 (output_files): Do it here.
20466 * src/output.c (output_headers): Document the fact that this patch
20467 introduces a guaranteed SEGV for semantic parsers.
20468 * doc/bison.texinfo: Document them.
20469 * tests/suite.at: Exercise these %options.
20470
20471 2000-12-20 Akim Demaille <akim@epita.fr>
20472
20473 Also handle the output file (--verbose) with obstacks.
20474
20475 * files.c (foutput): Remove.
20476 (output_obstack): New.
20477 Adjust all dependencies.
20478 * src/conflicts.c: Return a string.
20479 * src/system.h (obstack_grow_string): Rename as...
20480 (obstack_sgrow): this. Be ready to work with non literals.
20481 (obstack_fgrow4): New.
20482
20483 2000-12-20 Akim Demaille <akim@epita.fr>
20484
20485 * src/files.c (open_files): Fix the computation of short_base_name
20486 in the case of `-o foo.tab.c'.
20487
20488 2000-12-20 Akim Demaille <akim@epita.fr>
20489
20490 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
20491 (copy_dollar): Now that everything uses obstacks, get rid of the
20492 FILE * parameters.
20493
20494 2000-12-20 Akim Demaille <akim@epita.fr>
20495
20496 * src/files.c (open_files): Actually the `.output' file is based
20497 on the short_base_name, not base_name.
20498 * tests/suite.at (Checking output file names): Adjust.
20499
20500 2000-12-20 Akim Demaille <akim@epita.fr>
20501
20502 * src/bison.s1: Remove, we now use directly...
20503 * src/bison.simple: this.
20504 * src/Makefile.am: Use pkgdata instead of data.
20505
20506 2000-12-20 Akim Demaille <akim@epita.fr>
20507
20508 * src/files.c (guard_obstack): New.
20509 (open_files): Initialize it.
20510 (output_files): Dump it...
20511 * src/files.h: Export it.
20512 * src/reader.c (copy_guard): Use it.
20513
20514 2000-12-19 Akim Demaille <akim@epita.fr>
20515
20516 * src/files.c (outfile, defsfile, actfile): Removed as global
20517 vars.
20518 (open_files): Don't compute them.
20519 (output_files): Adjust.
20520 (base_name, short_base_name): Be global.
20521 Adjust dependencies.
20522
20523 2000-12-19 Akim Demaille <akim@epita.fr>
20524
20525 * src/files.c (strsuffix): New.
20526 (stringappend): Be just like strcat but allocate.
20527 (base_names): Eve out from open_files.
20528 Try to simplify the rather hairy computation of base_name and
20529 short_base_name.
20530 (open_files): Use it.
20531 * tests/suite.at (Checking output file names): New test.
20532
20533 2000-12-19 Akim Demaille <akim@epita.fr>
20534
20535 * src/system.h (obstack_grow_literal_string): Rename as...
20536 (obstack_grow_string): this.
20537 * src/output.c (output_parser): Recognize `%% actions' instead of
20538 `$'.
20539 * src/bison.s1: s/$/%% actions/.
20540 * src/bison.hairy: Likewise.
20541
20542 2000-12-19 Akim Demaille <akim@epita.fr>
20543
20544 * src/output.c (output_parser): Compute the `#line' lines when
20545 there are.
20546 * src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
20547 Suggested by Hans Aberg.
20548
20549 2000-12-19 Akim Demaille <akim@epita.fr>
20550
20551 Let the handling of the skeleton files be local to the procedures
20552 that use it.
20553
20554 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
20555 longer static.
20556 (fparser, open_extra_files): Remove.
20557 (open_files, output_files): Don't take care of fparser.
20558 * src/files.h: Adjust.
20559 * src/output.c (output_parser): Open and close the file to the
20560 skeleton.
20561 * src/reader.c (read_declarations): When %semantic_parser, open
20562 fguard.
20563
20564 2000-12-19 Akim Demaille <akim@epita.fr>
20565
20566 * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
20567 * src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
20568
20569 2000-12-19 Akim Demaille <akim@epita.fr>
20570
20571 * src/files.c (open_files): Yipee! We no longer need all the code
20572 looking for `/tmp' since we have no tmp file.
20573
20574 2000-12-19 Akim Demaille <akim@epita.fr>
20575
20576 * src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_GUARD_C):
20577 New macros.
20578 * src/files.c (open_files): Less dependency on MSDOS etc.
20579
20580 2000-12-14 Akim Demaille <akim@epita.fr>
20581
20582 * src/bison.s1 (YYLLOC_DEFAULT): New macro.
20583 Provide a default definition.
20584 Use it when executing the default @ action.
20585 * src/reader.c (reader_output_yylsp): No longer include
20586 `timestamp' and `text' in the default YYLTYPE.
20587
20588 2000-12-12 Akim Demaille <akim@epita.fr>
20589
20590 * src/reader.c (copy_definition, parse_union_decl, copy_action)
20591 (copy_guard): Quote the file names.
20592 Reported by Laurent Mascherpa.
20593
20594 2000-12-12 Akim Demaille <akim@epita.fr>
20595
20596 * src/output.c (output_headers, output_program, output): Be sure
20597 to escape special characters when outputting filenames.
20598 (ACTSTR_PROLOGUE, ACTSTR_EPILOGUE): Remove.
20599 (output_headers): Don't depend on them, Use ACTSTR.
20600
20601 2000-11-17 Akim Demaille <akim@epita.fr>
20602
20603 * lib/obstack.h: Formatting changes.
20604 (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
20605 prevents type checking.
20606 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
20607 cast the value to (void *): assigning a `foo *' to a `void *'
20608 variable is valid.
20609 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
20610 * src/reader.c (parse_union_decl): Typo: use obstack_1grow to
20611 append characters.
20612
20613 2000-11-17 Akim Demaille <akim@epita.fr>
20614
20615 * tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
20616 as...
20617 (suite.m4, regression.m4, calc.m4): these.
20618 * tests/atgeneral.m4: Update from CVS Autoconf.
20619
20620 2000-11-17 Akim Demaille <akim@epita.fr>
20621
20622 * tests/regression.m4 (%union and --defines): New test,
20623 demonstrating a current bug in the obstack implementation.
20624
20625 2000-11-17 Akim Demaille <akim@epita.fr>
20626
20627 * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
20628 macros.
20629 Use them to declare the variables which are global or local to
20630 `yyparse'.
20631
20632 2000-11-17 Akim Demaille <akim@epita.fr>
20633
20634 * acconfig.h: Remove, no longer used.
20635
20636 2000-11-07 Akim Demaille <akim@epita.fr>
20637
20638 * src: s/Copyright (C)/Copyright/g.
20639
20640 2000-11-07 Akim Demaille <akim@epita.fr>
20641
20642 * src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
20643 defining.
20644 * src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
20645
20646 2000-11-07 Akim Demaille <akim@epita.fr>
20647
20648 * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
20649 Merge in a single CPP if/else.
20650
20651 2000-11-07 Akim Demaille <akim@epita.fr>
20652
20653 * src/output.c (output): Remove useless variables.
20654 * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
20655 argument `data' for consistency with the prototypes.
20656 Qualify it `const'.
20657 (obstack_copy, obstack_copy0): Rename the second argument as
20658 `address' for consistency. Qualify it `const'.
20659 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
20660 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
20661 `const' their input argument (`data' or `address').
20662 Adjust the corresponding macros to include `const' in casts.
20663
20664 2000-11-03 Akim Demaille <akim@epita.fr>
20665
20666 * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
20667 s/PFILE1/BISON_HAIRY/.
20668 Adjust dependencies.
20669
20670 2000-11-03 Akim Demaille <akim@epita.fr>
20671
20672 For some reason, this was not applied.
20673
20674 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
20675 `unlink': it's no longer used.
20676
20677 2000-11-03 Akim Demaille <akim@epita.fr>
20678
20679 * src/files.c (skeleton_find): New function, eved out of...
20680 (open_files, open_extra_files): here.
20681
20682 2000-11-03 Akim Demaille <akim@epita.fr>
20683
20684 Don't use `atexit'.
20685
20686 * src/files.c (obstack_save): New function.
20687 (done): Rename as...
20688 (output_files): this.
20689 Use `obstack_save'.
20690 * src/main.c (main): Don't use `atexit' to register `done', since
20691 it no longer has to remove tmp files, just call `output_files'
20692 when there are no errors.
20693
20694 2000-11-02 Akim Demaille <akim@epita.fr>
20695
20696 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
20697 `unlink': it's no longer used.
20698 * src/files.h: Formatting changes.
20699
20700 2000-11-02 Akim Demaille <akim@epita.fr>
20701
20702 Remove the last uses of mktemp and unlink/delete.
20703
20704 * src/files.c (fdefines, ftable): Removed.
20705 (defines_ostack, table_obstack): New.
20706 Adjust dependencies of the former into uses of the latter.
20707 * src/output.c (output_short_or_char_table, output_short_table):
20708 Convert to using obstacks.
20709 * src/reader.c (copy_comment2): Accept one FILE * and two
20710 obstacks.
20711 (output_token_defines, reader_output_yylsp): Use obstacks.
20712 * src/system.h (obstack_fgrow3): New.
20713 * po/POTFILES.in: Adjust.
20714
20715 2000-11-01 Akim Demaille <akim@epita.fr>
20716
20717 Change each use of `fattrs' into a use of `attrs_obstack'.
20718
20719 * src/reader.c (copy_at): Typo: s/yylloc/yyloc/.
20720 * src/files.c (fattrs): Remove.
20721 (attrs_obstack): New.
20722 Adjust all dependencies.
20723 (done): If SEMANTIC_PARSER, dump attrs_obstack into attrsfile.
20724
20725 2000-11-01 Akim Demaille <akim@epita.fr>
20726
20727 Introduce obstacks.
20728 Change each use of `faction' into a use of `action_obstack'.
20729
20730 * lib/obstack.h, lib/obstack.c: New files.
20731 * src/files.c (faction): Remove.
20732 (action_obstack): New.
20733 Adjust all dependencies.
20734
20735 2000-10-20 Akim Demaille <akim@epita.fr>
20736
20737 * lib/quote.h (PARAMS): New macro. Use it.
20738
20739 2000-10-16 Akim Demaille <akim@epita.fr>
20740
20741 * src/output.c (output_short_or_char_table): New function.
20742 (output_short_table, output_token_translations): Use it.
20743 (goto_actions): Use output_short_table.
20744
20745 2000-10-16 Akim Demaille <akim@epita.fr>
20746
20747 * src/symtab.c (bucket_new): New function.
20748 (getsym): Use it.
20749
20750 * src/output.c (output_short_table): New argument to display the
20751 comment associated with the table.
20752 Adjust dependencies.
20753 (output_gram): Use it.
20754 (output_rule_data): Nicer output layout for YYTNAME.
20755
20756 2000-10-16 Akim Demaille <akim@epita.fr>
20757
20758 * src/lex.c (read_typename): New function.
20759 (lex): Use it.
20760 * src/reader.c (copy_dollar): Likewise.
20761
20762 2000-10-16 Akim Demaille <akim@epita.fr>
20763
20764 * src/reader.c (copy_comment2): Expect the input stream to be on
20765 the `/' which is suspected to open a comment, instead of being
20766 called after `//' or `/*' was read.
20767 (copy_comment, copy_definition, parse_union_decl, copy_action)
20768 (copy_guard): Adjust.
20769
20770 2000-10-16 Akim Demaille <akim@epita.fr>
20771
20772 * src/reader.c (parse_expect_decl): Use `skip_white_space' and
20773 `read_signed_integer'.
20774
20775 2000-10-16 Akim Demaille <akim@epita.fr>
20776
20777 * src/reader.c (copy_dollar): New function.
20778 (copy_guard, copy_action): Use it.
20779
20780 2000-10-16 Akim Demaille <akim@epita.fr>
20781
20782 * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
20783 * m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
20784 New files, from Fileutils 4.0.27.
20785 * src/main.c (printable_version): Remove.
20786 * src/lex.c, src/reader.c: Use `quote'.
20787
20788 2000-10-04 Akim Demaille <akim@epita.fr>
20789
20790 * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
20791
20792 2000-10-04 Akim Demaille <akim@epita.fr>
20793
20794 * doc/bison.texinfo: Various typos spotted by Neil Booth.
20795
20796 2000-10-04 Akim Demaille <akim@epita.fr>
20797
20798 When a literal string is used to define two different tokens,
20799 `bison -v' segfaults.
20800 Reported by Piotr Gackiewicz, and fixed by Neil Booth.
20801
20802 * tests/regression.m4: New file.
20803 Include the core of the sample provided by Piotr Gackiewicz.
20804 * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
20805 properly.
20806
20807 2000-10-04 Akim Demaille <akim@epita.fr>
20808
20809 * src/reader.c (parse_expect_decl): Keep `count' within the size
20810 of `buffer'.
20811 From Neil Booth.
20812
20813 2000-10-02 Paul Eggert <eggert@twinsun.com>
20814
20815 * bison.s1 (yyparse): Assign the default value
20816 unconditionally, to avoid a GCC warning and make the parser a
20817 tad smaller.
20818
20819 2000-10-02 Akim Demaille <akim@epita.fr>
20820
20821 * src/getargs.c (getargs): Don't dump `--help' on unrecognized
20822 options.
20823
20824 2000-10-02 Akim Demaille <akim@epita.fr>
20825
20826 * src/derives.c, src/print.c, src/reduce.c: To ease the
20827 translation, move some `\n' out of the translated strings.
20828
20829 2000-10-02 Akim Demaille <akim@epita.fr>
20830
20831 The location tracking mechanism is precious for parse error
20832 messages. Nevertheless, it is enabled only when `@n' is used in
20833 the grammar, which is a different issue (you can use it in error
20834 message, but not in the grammar per se). Therefore, there should
20835 be another means to enable it.
20836
20837 * src/getargs.c (getargs): Support `--locations'.
20838 (usage): Report it.
20839 * src/getargs.h (locationsflag): Export it.
20840 * src/lex.c (percent_table): Support `%locations'.
20841 * src/reader.c (yylsp_needed): Remove this variable, now replaced
20842 with `locationsflag'.
20843 * doc/bison.texinfo: Document `--locations' and `%locations'.
20844 Sort the options.
20845 * tests/calc.m4: Test it.
20846
20847 For regularity of the names, replace each
20848 (nolineflag, toknumflag, rawtokenumflag, noparserflag): with...
20849 (no_lineflag, token_tableflag, rawflag, no_parserflag): this.
20850 In addition replace each `flag' with `_flag'.
20851
20852 2000-10-02 Akim Demaille <akim@epita.fr>
20853
20854 Also test parse error messages, including with YYERROR_VERBOSE.
20855
20856 * tests/calc.m4 (calc.y): Add support for `exp = exp' (non
20857 associative).
20858 Use it to check the computations.
20859 Use it to check `nonassoc' is honored.
20860 (AT_DATA_CALC_Y): Equip `calc.y' with YYERROR_VERBOSE when passed
20861 `--yyerror-verbose'.
20862 (_AT_CHECK_CALC): Adjust to this option.
20863 (_AT_CHECK_CALC_ERROR): New macro to check parse error messages.
20864
20865 2000-10-02 Akim Demaille <akim@epita.fr>
20866
20867 Test also `--verbose', `--defines' and `--name-prefix'. Testing
20868 the latter demonstrates a flaw in the handling of non debugging
20869 parsers introduced by myself on 2000-03-16: `#define yydebug 0'
20870 was used in order to simplify:
20871
20872 #if YYDEBUG
20873 if (yydebug)
20874 {
20875 ...
20876 }
20877 #endif
20878
20879 into
20880
20881 if (yydebug)
20882 {
20883 ...
20884 }
20885
20886 unfortunately this leads to a CPP conflict when
20887 `--name-prefix=foo' is used since it produces `#define yydebug
20888 foodebug'.
20889
20890 * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
20891 (YYDPRINTF): New macro.
20892 Spread its use.
20893 * tests/calc.m4 (AT_CHECK_CALC): Do require a title, build it from
20894 the bison options.
20895 Also test `--verbose', `--defines' and `--name-prefix'.
20896
20897 2000-10-02 Akim Demaille <akim@epita.fr>
20898
20899 Improve the readability of the produced parsers.
20900
20901 * src/bison.s1: Formatting changes.
20902 Improve the comment related to the `$' mark.
20903 (yydefault): Don't fall through to `yyresume': `goto' there.
20904 * src/output.c (output_parser): When the `$' is met, skip the end
20905 of its line.
20906 New variable, `number_of_dollar_signs', to check there's exactly
20907 one `$' in the parser skeleton.
20908
20909 2000-10-02 Akim Demaille <akim@epita.fr>
20910
20911 * lib/xstrdup.c: New file, from the fileutils.
20912 * src/reader.c (parse_token_decl, get_type_name, parse_type_decl)
20913 (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
20914 instead of strlen + xmalloc + strcpy.
20915 * src/symtab.c (copys): Remove, use xstrdup instead.
20916
20917 2000-10-02 Akim Demaille <akim@epita.fr>
20918
20919 * src/gram.h (associativity): New enum type which replaces the
20920 former CPP macros `RIGHT_ASSOC', `LEFT_ASSOC' and `NON_ASSOC' with
20921 `right_assoc', `left_assoc' and `non_assoc'.
20922 Adjust all dependencies.
20923 * src/reader.c: Formatting changes.
20924 (LTYPESTR): Don't define it, use it as a literal in
20925 `reader_output_yylsp'.
20926 * src/symtab.h (symbol_class): New enum type which replaces the
20927 former CPP macros `SUNKNOWN', `STOKEN and `SNTERM' with
20928 `sunknown', `stoken and `snterm'.
20929
20930 2000-10-02 Akim Demaille <akim@epita.fr>
20931
20932 * src/getargs.c (fixed_outfiles): Rename as...
20933 (yaccflag): for consistency and accuracy.
20934 Adjust dependencies.
20935
20936 2000-10-02 Akim Demaille <akim@epita.fr>
20937
20938 Use the more standard files `xalloc.h' and `xmalloc.c' instead of
20939 Bison's `allocate.c' and `alloc.h'. This patch was surprisingly
20940 difficult and introduced a lot of core dump. It turns out that
20941 Bison used an implementation of `xmalloc' based on `calloc', and
20942 at various places it does depend upon the initialization to 0. I
20943 have not tried to isolate the pertinent places, and all the former
20944 calls to Bison's `xmalloc' are now using `XCALLOC'. Someday,
20945 someone should address this issue.
20946
20947 * src/allocate.c, src/alloc.h, m4/bison-decl.m4: Remove.
20948 * lib/xmalloc.c, lib/xalloc.h, m4/malloc.m4, m4/realloc.m4: New
20949 files.
20950 Adjust dependencies.
20951 * src/warshall.h: New file.
20952 Propagate.
20953
20954 2000-10-02 Akim Demaille <akim@epita.fr>
20955
20956 Various anti-`extern in *.c' changes.
20957
20958 * src/system.h: Include `assert.h'.
20959
20960 2000-10-02 Akim Demaille <akim@epita.fr>
20961
20962 * src/state.h (nstates, final_state, first_state, first_shift)
20963 (first_reduction): Move their exportation from here...
20964 * src/LR0.h: to here.
20965 Adjust dependencies.
20966 * src/getargs.c (statisticsflag): New variable.
20967 Add support for `--statistics'.
20968 Adjust dependencies.
20969
20970 Remove a lot of now useless `extern' statements in most files.
20971
20972 2000-10-02 Akim Demaille <akim@epita.fr>
20973
20974 * src/LR0.h: New file.
20975 Propagate its use.
20976
20977 2000-10-02 Akim Demaille <akim@epita.fr>
20978
20979 * src/print.h: New file.
20980 Propagate its use.
20981 * src/print.c: Formatting and ordering changes.
20982 (verbose, terse): Replace with...
20983 (print_results): this new function.
20984 Adjust dependencies.
20985
20986 2000-10-02 Akim Demaille <akim@epita.fr>
20987
20988 * src/conflicts.c (conflict_report): New function.
20989 (conflict_log, verbose_conflict_log): Replace with...
20990 (print_conflicts): this function.
20991 Adjust dependencies.
20992 * src/conflicts.h: New file.
20993 Propagate its inclusion.
20994
20995 2000-10-02 Akim Demaille <akim@epita.fr>
20996
20997 * src/nullable.h: New file.
20998 Propagate its inclusion.
20999 * src/nullable.c: Formatting changes.
21000
21001 2000-10-02 Akim Demaille <akim@epita.fr>
21002
21003 * src/reduce.h: New file.
21004 Propagate its inclusion.
21005 * src/reduce.c: Topological sort and other formatting changes.
21006 (bool, TRUE, FALSE): Move their definition to...
21007 * src/system.h: here.
21008
21009 2000-10-02 Akim Demaille <akim@epita.fr>
21010
21011 * src/files.c: Formatting changes.
21012 (tryopen, tryclose, openfiles): Rename as...
21013 (xfopen, xfclose, open_files): this.
21014 (stringappend): static.
21015 * src/files.h: Complete the list of exported symbols.
21016 Propagate its use.
21017
21018 2000-10-02 Akim Demaille <akim@epita.fr>
21019
21020 * src/reader.h: New file.
21021 Propagate its use instead of tedious list of `extern' and
21022 prototypes.
21023 * src/reader.c: Formatting changes, topological sort,
21024 s/register//.
21025
21026 2000-10-02 Akim Demaille <akim@epita.fr>
21027
21028 * src/lex.h: Prototype `lex.c' exported functions.
21029 * src/reader.c: Adjust.
21030 * src/lex.c: Formatting changes.
21031 (safegetc): Rename as...
21032 (xgetc): this.
21033
21034 2000-10-02 Akim Demaille <akim@epita.fr>
21035
21036 * src/lalr.h: New file.
21037 Propagate its inclusion instead of prototypes and `extern'.
21038 * src/lalr.c: Formatting changes, topological sorting etc.
21039
21040 2000-10-02 Akim Demaille <akim@epita.fr>
21041
21042 * src/output.c (token_actions): Introduce a temporary array,
21043 YYDEFACT, that makes it possible for this function to use
21044 output_short_table.
21045
21046 2000-10-02 Akim Demaille <akim@epita.fr>
21047
21048 `user_toknums' is output as a `short[]' in `output.c', while it is
21049 defined as a `int[]' in `reader.c'. For consistency with the
21050 other output tables, `user_toknums' is now defined as a table of
21051 shorts.
21052
21053 * src/reader.c (user_toknums): Be a short table instead of an int
21054 table.
21055 Adjust dependencies.
21056
21057 Factor the short table outputs.
21058
21059 * src/output.c (output_short_table): New function.
21060 * src/output.c (output_gram, output_stos, output_rule_data)
21061 (output_base, output_table, output_check): Use it.
21062
21063 2000-10-02 Akim Demaille <akim@epita.fr>
21064
21065 * src/output.c (output): Topological sort of the functions, in
21066 order to get rid of the `static' prototypes.
21067 No longer use `register'.
21068 * src/output.h: New file.
21069 Propagate its inclusion in files explicitly prototyping functions
21070 from output.c.
21071
21072 2000-09-21 Akim Demaille <akim@epita.fr>
21073
21074 * src/atgeneral.m4: Update from Autoconf.
21075
21076 2000-09-21 Akim Demaille <akim@epita.fr>
21077
21078 * src/closure.h: New file.
21079 * src/closure.c: Formatting changes, topological sort over the
21080 functions, use of closure.h.
21081 (initialize_closure, finalize_closure): Rename as...
21082 (new_closure, free_closure): these. Adjust dependencies.
21083 * src/LR0.c: Formatting changes, topological sort, use of
21084 cloture.h.
21085 (initialize_states): Rename as...
21086 (new_states): this.
21087 * src/Makefile.am (noinst_HEADERS): Adjust.
21088
21089 2000-09-20 Akim Demaille <akim@epita.fr>
21090
21091 * src/acconfig.h: Don't protect config.h against multiple
21092 inclusion.
21093 Don't define PARAMS.
21094 * src/system.h: Define PARAMS.
21095 Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the
21096 purpose of config.h. system.h must not try to fix wrong
21097 definitions in config.h.
21098
21099 2000-09-20 Akim Demaille <akim@epita.fr>
21100
21101 * src/derives.h: New file.
21102 * src/main.c, src/derives.h: Use it.
21103 Formatting changes.
21104 * src/Makefile.am (noinst_HEADERS): Adjust.
21105
21106 2000-09-20 Akim Demaille <akim@epita.fr>
21107
21108 * tests/atgeneral.m4: Update from Autoconf.
21109 * tests/calc.m4 (_AT_DATA_CALC_Y, AT_DATA_CALC_Y, _AT_CHECK_CALC)
21110 (AT_CHECK_CALC): New macros.
21111 Use these macros to test bison with options `', `--raw',
21112 `--debug', `--yacc', `--yacc --debug'.
21113
21114 2000-09-19 Akim Demaille <akim@epita.fr>
21115
21116 * src/output.c: Formatting changes.
21117 * src/machine.h: Remove, leaving its contents in...
21118 * src/system.h: here.
21119 Include stdio.h.
21120 Adjust all dependencies on stdio.h and machine.h.
21121 * src/getargs.h: New file.
21122 Let all `extern' declarations about getargs.c be replaced with
21123 inclusion of `getargs.h'.
21124 * src/Makefile.am (noinst_HEADERS): Adjust.
21125
21126 * tests/calc.m4 (yyin): Be initialized in main, not on the global
21127 scope.
21128 (yyerror): Returns void, not int.
21129 * doc/bison.texinfo: Formatting changes.
21130
21131 2000-09-19 Akim Demaille <akim@epita.fr>
21132
21133 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
21134 portable.
21135
21136 2000-09-18 Akim Demaille <akim@epita.fr>
21137
21138 * configure.in: Append WARNING_CFLAGS to CFLAGS.
21139 * src/Makefile.am (INCLUDES): Don't.
21140 Be ready to fetch headers in lib/.
21141
21142 2000-09-18 Akim Demaille <akim@epita.fr>
21143
21144 * doc/bison.texinfo: Update the copyright.
21145 ANSIfy and GNUify the examples.
21146 Remove the old menu.
21147
21148 2000-09-18 Akim Demaille <akim@epita.fr>
21149
21150 First set of tests: use the `calc' example from the documentation.
21151
21152 * src/bison.s1 (yyparse): Condition the code using `yytname' which
21153 is defined only when YYDEBUG is.
21154 * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
21155 * src/files.c (tryopen, tryclose): Formatting changes.
21156 Move to the top and be static.
21157 * src/reader.c (read_signed_integer): Likewise.
21158 * tests/calc.m4: New file.
21159 * Makefile.am, suite.m4: Adjust.
21160 * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
21161
21162 2000-09-18 Akim Demaille <akim@epita.fr>
21163
21164 Add support for an Autotest test suite for Bison.
21165
21166 * m4/m4.m4, m4/atconfig.m4: New files.
21167 * m4/Makefile.am (EXTRA_DIST): Adjust.
21168 * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
21169 files.
21170 * src/getargs.c: Display a more standard --version message.
21171 * src/reader.c (reader): Formatting changes.
21172 No longer depend upon VERSION_STRING.
21173 * configure.in: No longer use `dnl'.
21174 Set up the test suite and the new directory `tests/.
21175 (VERSION_STRING): Remove.
21176
21177 2000-04-14 Akim Demaille <akim@epita.fr>
21178
21179 * src/reader.c (copy_comment2): New function, same as former
21180 `copy_comment', but outputs into two FILE *.
21181 (copy_comment): Use it.
21182 (parse_union_decl): Use it.
21183 (get_type, parse_start_decl): Use the same `invalid' message.
21184 (parse_start_decl, parse_union_decl): Use the same `multiple'
21185 message.
21186 (parse_union_decl, copy_guard, copy_action): Use the same
21187 `unmatched' message.
21188 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
21189
21190 2000-03-31 Akim Demaille <akim@epita.fr>
21191
21192 * src/files.c (tryopen, tryclose): Move to the top.
21193 Be static.
21194
21195 2000-03-31 Akim Demaille <akim@epita.fr>
21196
21197 * src/main.c (main): Don't call `done', exit does it.
21198
21199 2000-03-31 Akim Demaille <akim@epita.fr>
21200
21201 * allocate.c: s/return (foo)/return foo/.
21202 * lalr.c: Likewise.
21203 * LR0.c: Likewise.
21204 * output.c: Likewise.
21205 * reader.c: Likewise.
21206 * symtab.c: Likewise.
21207 * vmsgetargs.c: Likewise.
21208
21209 2000-03-31 Akim Demaille <akim@epita.fr>
21210
21211 Clean up the error reporting functions.
21212
21213 * src/report.c: New file.
21214 * src/report.h: Likewise.
21215 * src/Makefile.am: Adjust.
21216 * m4/error.m4: New file.
21217 * m4/Makefile.am: Adjust.
21218 * configure.in (jm_PREREQ_ERROR): Call it.
21219 * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
21220 Remove.
21221 (fatal, fatals): Remove. All callers use complain.c::fatal.
21222 (warn, warni, warns, warnss, warnss): Remove. All callers use
21223 complain.c::complain.
21224 (toomany): Remove, use fatal instead.
21225 * src/files.c (done): No argument, use complain_message_count.
21226 * src/main.c (main): Register `done' to `atexit'.
21227
21228 * src/getargs.c (usage): More `fputs', less `fprintf'.
21229
21230 2000-03-28 Akim Demaille <akim@epita.fr>
21231
21232 * lib/: New directory.
21233 * Makefile.am (SUBDIRS): Adjust.
21234 * configure.in: Adjust.
21235 (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
21236 useless.
21237 * src/alloca.c: Moved to lib/.
21238 * src/getopt.c: Likewise.
21239 * src/getopt1.c: Likewise.
21240 * src/getopt.h: Likewise.
21241 * src/ansi2knr.c: Likewise.
21242 * src/ansi2knr.1: Likewise.
21243 * src/Makefile.am: Adjust.
21244 * lib/Makefile.am: New file.
21245
21246 2000-03-28 Akim Demaille <akim@epita.fr>
21247
21248 * src/getargs.c (usage): Refresh the help message.
21249
21250 2000-03-17 Akim Demaille <akim@epita.fr>
21251
21252 * src/getopt1.c: Updated from textutils 2.0e
21253 * src/getopt.c: Likewise.
21254 * src/getopt.h: Likewise.
21255
21256 2000-03-17 Akim Demaille <akim@epita.fr>
21257
21258 * src/Makefile.am (bison.simple): Fix the awk program: quote only
21259 the file name, not the whole `#line LINE FILE'.
21260
21261 2000-03-17 Akim Demaille <akim@epita.fr>
21262
21263 On syntax errors, report the token on which we choked.
21264
21265 * src/bison.s1 (yyparse): In the label yyerrlab, when
21266 YYERROR_VERBOSE, add yychar in msg.
21267
21268 2000-03-17 Akim Demaille <akim@epita.fr>
21269
21270 * src/reader.c (copy_at): New function.
21271 (copy_guard): Use it.
21272 (copy_action): Use it.
21273
21274 2000-03-17 Akim Demaille <akim@epita.fr>
21275
21276 Be kind to translators, save some useless translations.
21277
21278 * src/main.c (banner): New function.
21279 (fatal_banner): Use it.
21280 (warn_banner): Use it.
21281
21282 2000-03-17 Akim Demaille <akim@epita.fr>
21283
21284 * src/reader.c (copy_definition): Use copy_string and
21285 copy_comment. Removed now unused `match', `ended',
21286 `cplus_comment'.
21287 (copy_comment, copy_string): Moved, to be visible from
21288 copy_definition.
21289
21290 2000-03-17 Akim Demaille <akim@epita.fr>
21291
21292 * src/reader.c (copy_string): Declare `static inline'. No
21293 problems with inline, since it is checked by configure.
21294 (copy_comment): Likewise.
21295
21296 2000-03-17 Akim Demaille <akim@epita.fr>
21297
21298 * src/reader.c (packsymbols): Formatting changes.
21299
21300 2000-03-17 Akim Demaille <akim@epita.fr>
21301
21302 * src/reader.c (copy_comment): New function, factored out from:
21303 (copy_action): Use it. Removed now unused `match', `ended',
21304 `cplus_comment'.
21305 (copy_guard): Likewise.
21306
21307 2000-03-17 Akim Demaille <akim@epita.fr>
21308
21309 * src/reader.c (copy_string): New function, factored out from:
21310 (copy_action): Use it.
21311 (copy_guard): Likewise.
21312
21313 2000-03-17 Akim Demaille <akim@epita.fr>
21314
21315 Change the handling of @s so that they behave exactly like $s.
21316 There is now a pseudo variable @$ (readble and writable), location
21317 of the lhs of the rule (by default ranging from the location of
21318 the first symbol of the rhs, to the location of the last symbol,
21319 or, if the rhs is empty, YYLLOC).
21320
21321 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
21322 yyval.
21323 (yyparse): When providing a default semantic action, provide a
21324 default location action.
21325 (after the $): No longer change `*YYLSP', just stack YYLOC the
21326 same way you stack YYVAL.
21327 * src/reader.c (read_declarations): Use warns.
21328 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
21329 (copy_action, case '@'): Likewise.
21330 Use a standard error message, to save useless work from
21331 translators.
21332
21333 2000-03-17 Akim Demaille <akim@epita.fr>
21334
21335 * src/bison.s1: Formatting and cosmetics changes.
21336 * src/reader.c: Likewise.
21337 Update the Copyright notice.
21338
21339 2000-03-17 Akim Demaille <akim@epita.fr>
21340
21341 * src/bison.s1 (#line): All set to `#line' only, since the
21342 Makefile now handles them.
21343
21344 2000-03-16 Akim Demaille <akim@epita.fr>
21345
21346 * src/output.c (output_rule_data): Output the documentation of
21347 some of the tables.
21348 (Copyright notice): Update.
21349 Formatting changes.
21350
21351 2000-03-16 Akim Demaille <akim@epita.fr>
21352
21353 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
21354 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
21355 One `#if YYDEBUG' remains, since it uses variables which are
21356 defined only if `YYDEBUG != 0'.
21357
21358 2000-03-16 Akim Demaille <akim@epita.fr>
21359
21360 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
21361 and related variables so that the similarities are highlighted.
21362
21363 2000-03-16 Akim Demaille <akim@epita.fr>
21364
21365 * src/bison.s1: Properly indent CPP directives.
21366
21367 2000-03-16 Akim Demaille <akim@epita.fr>
21368
21369 * src/bison.s1: Properly indent the `alloca' CPP section.
21370
21371 2000-03-16 Akim Demaille <akim@epita.fr>
21372
21373 Do not hard code values of directories in `configure.in'.
21374 Update the `configure' tool chain.
21375
21376 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
21377 src/makefile.am.
21378 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
21379 (AC_OUTPUT): Add m4/Makefile.
21380 Bump to bison 1.28a, 1.29 has never been released.
21381 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
21382 handled via src/Makefile.am.
21383 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
21384 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
21385 autoheader.
21386 * Makefile.am (SUBDIRS): Add m4.
21387 (ACLOCAL_AM_FLAGS): New variable.
21388 (AUTOMAKE_OPTIONS): Add check-news.
21389 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
21390 the proper line number and file name.
21391 (DEFS): Propagate the location of bison library files and of the
21392 locale files.
21393 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
21394 builddir.
21395 * acinclude.m4: Remove, replaced by the directory m4.
21396 * m4/Makefile.am (EXTRA_DIST): New variable.
21397 * m4/gettext.m4: New file, from the fileutils.
21398 * m4/lcmessage.m4: Likewise
21399 * m4/progtest.m4: Likewise.
21400 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
21401
21402 2000-03-10 Akim Demaille <akim@epita.fr>
21403
21404 * src/closure.c:
21405 Formatting changes of various comments.
21406 Respect the GNU coding standards at various places.
21407 Don't use `_()' when no translation is needed.
21408
21409 1999-12-13 Jesse Thilo <jthilo@gnu.org>
21410
21411 * src/files.c:
21412 OS/2 honors TMPDIR environment variable.
21413
21414 1999-12-13 Jesse Thilo <jthilo@gnu.org>
21415
21416 * doc/bison.texinfo: Tweaked spelling and grammar.
21417 Updated ISBN.
21418 Removed reference to price of printed copy.
21419 Mention BISON_SIMPLE and BISON_HAIRY.
21420
21421 1999-12-13 Jesse Thilo <jthilo@gnu.org>
21422
21423 * configure.in, NEWS:
21424 Bison 1.29 released.
21425
21426 1999-10-27 Jesse Thilo <jthilo@gnu.org>
21427
21428 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
21429 Added reference card.
21430
21431 1999-07-26 Jesse Thilo <jthilo@gnu.org>
21432
21433 * po/ru.po: Added Russian translation.
21434
21435 1999-07-26 Jesse Thilo <jthilo@gnu.org>
21436
21437 * configure.in: Added Russian translation.
21438
21439 1999-07-06 Jesse Thilo <jthilo@gnu.org>
21440
21441 * configure.in, NEWS, README:
21442 Released version 1.28.
21443
21444 1999-06-14 Jesse Thilo <jthilo@gnu.org>
21445
21446 * src/system.h:
21447 Squashed redefinition warning on some systems.
21448
21449 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
21450 Have configure build version string instead of relying on ANSI string
21451 concatentation.
21452
21453 1999-06-14 Jesse Thilo <jthilo@gnu.org>
21454
21455 * po/POTFILES.in: Got rid of version.c.
21456
21457 1999-06-14 Jesse Thilo <jthilo@gnu.org>
21458
21459 * acconfig.h, configure.in:
21460 Have configure build version string instead of relying on ANSI string
21461 concatentation.
21462
21463 1999-06-08 Jesse Thilo <jthilo@gnu.org>
21464
21465 * doc/bison.1:
21466 Dropped mention of `+' for long-named options.
21467
21468 1999-05-30 Jesse Thilo <jthilo@gnu.org>
21469
21470 * src/files.c: Added <unistd.h> for unlink().
21471
21472 * src/Makefile.am, src/system.h:
21473 I18n fixes.
21474
21475 1999-05-30 Jesse Thilo <jthilo@gnu.org>
21476
21477 * README: Added a FAQ list.
21478
21479 * configure.in, acconfig.h:
21480 I18n fixes.
21481
21482 1999-05-30 Jesse Thilo <jthilo@gnu.org>
21483
21484 * doc/FAQ, doc/Makefile.am:
21485 Added a FAQ list.
21486
21487 1999-05-19 Jesse Thilo <jthilo@gnu.org>
21488
21489 * src/alloc.h, src/symtab.h, src/version.c:
21490 Protected inclusion of "config.h" with HAVE_CONFIG_H.
21491
21492 1999-04-18 Jesse Thilo <jthilo@gnu.org>
21493
21494 * src/.cvsignore, src/Makefile.am:
21495 Reorganized: sources in `src', documentation in `doc'.
21496
21497 * src/lex.c (literalchar):
21498 fixed the code for escaping double quotes (thanks
21499 Jonathan Czisny.)
21500
21501 1999-04-18 Jesse Thilo <jthilo@gnu.org>
21502
21503 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
21504 Adjusted paths to reflect directory reorganization.
21505
21506 1999-04-18 Jesse Thilo <jthilo@gnu.org>
21507
21508 * doc/.cvsignore, doc/Makefile.am:
21509 Reorganized: sources in `src', documentation in `doc'.
21510
21511 1999-04-18 Jesse Thilo <jthilo@gnu.org>
21512
21513 * configure.in:
21514 Updated AC_INIT file to reflect directory reorganization.
21515
21516 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
21517 Reorganized: sources in `src', documentation in `doc'.
21518
21519 1999-04-13 Jesse Thilo <jthilo@gnu.org>
21520
21521 * src/allocate.c:
21522 Don't declare calloc() and realloc() if not necessary.
21523
21524 1999-04-13 Jesse Thilo <jthilo@gnu.org>
21525
21526 * configure.in, acconfig.h, acinclude.m4:
21527 Don't declare calloc() and realloc() if not necessary.
21528
21529 1999-03-23 Jesse Thilo <jthilo@gnu.org>
21530
21531 * po/.cvsignore: Added i18n support.
21532
21533 1999-03-23 Jesse Thilo <jthilo@gnu.org>
21534
21535 * acconfig.h, configure.in, Makefile.am:
21536 Added i18n support.
21537
21538 1999-03-22 Jesse Thilo <jthilo@gnu.org>
21539
21540 * src/bison.s1: Fixed #line numbers.
21541
21542 1999-03-15 Jesse Thilo <jthilo@gnu.org>
21543
21544 * po/es.po, po/fr.po, po/nl.po, po/de.po:
21545 Added PO files from Translation Project.
21546
21547 1999-03-03 Jesse Thilo <jthilo@gnu.org>
21548
21549 * Makefile.am:
21550 Added support for non-ANSI compilers (ansi2knr).
21551
21552 1999-02-16 Jesse Thilo <jthilo@gnu.org>
21553
21554 * configure.in: Bumped version number to 1.27.
21555
21556 * Makefile.am:
21557 Added `bison.simple' to list of files removed by `make distclean'.
21558
21559 1999-02-12 Jesse Thilo <jthilo@gnu.org>
21560
21561 * src/files.c, src/files.h:
21562 Defined locations of parser files in config.h instead of Makefile.
21563
21564 1999-02-12 Jesse Thilo <jthilo@gnu.org>
21565
21566 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
21567 Defined locations of parser files in config.h instead of Makefile.
21568
21569 1999-02-09 Jesse Thilo <jthilo@gnu.org>
21570
21571 * Makefile.am:
21572 Removed inappropriate use of $< macro.
21573
21574 1999-02-05 Jesse Thilo <jthilo@gnu.org>
21575
21576 * po/Makefile.in.in, po/POTFILES.in:
21577 Add `po' directory skeleton.
21578
21579 1999-01-27 Jesse Thilo <jthilo@gnu.org>
21580
21581 * README: Document help-bison list.
21582
21583 * configure.in: Add check for mkstemp().
21584
21585 1999-01-20 Jesse Thilo <jthilo@gnu.org>
21586
21587 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
21588 Hush a few compiler warnings.
21589
21590 * src/files.c:
21591 Add tryclose(), which verifies that fclose was successful.
21592 Hush a couple of compiler warnings.
21593
21594 1999-01-20 Jesse Thilo <jthilo@gnu.org>
21595
21596 * Makefile.am, OChangeLog:
21597 ChangeLog is now automatically generated. Include the old version as
21598 OChangeLog.
21599
21600 1999-01-14 Jesse Thilo <jthilo@gnu.org>
21601
21602 * 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:
21603 Update FSF address.
21604
21605 1999-01-14 Jesse Thilo <jthilo@gnu.org>
21606
21607 * doc/bison.texinfo: Fix formatting glitch.
21608
21609 * doc/bison.texinfo: Update FSF address.
21610
21611 1999-01-14 Jesse Thilo <jthilo@gnu.org>
21612
21613 * acconfig.h: Update FSF address.
21614
21615 1999-01-08 Jesse Thilo <jthilo@gnu.org>
21616
21617 * src/system.h:
21618 Don't define PACKAGE here, since config.h defines it.
21619
21620 1998-12-30 Jesse Thilo <jthilo@gnu.org>
21621
21622 * src/reader.c: Update copyright date.
21623
21624 * src/main.c:
21625 Ditch sprintf to statically-sized buffers in fatal/warn functions in
21626 favor of output directly to stderr (avoids buffer overruns).
21627
21628 * src/reader.c: Some checks for premature EOF.
21629
21630 * 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:
21631 Use prototypes if the compiler understands them.
21632
21633 * src/files.c: Honor TMPDIR on Unix hosts.
21634 Use prototypes if the compiler understands them.
21635
21636 * src/reader.c:
21637 Fix a couple of buffer overrun bugs.
21638 Use prototypes if the compiler understands them.
21639
21640 * src/system.h: Include unistd.h and ctype.h.
21641 Use #ifdef instead of #if for NLS symbols.
21642
21643 1998-12-30 Jesse Thilo <jthilo@gnu.org>
21644
21645 * doc/bison.texinfo:
21646 Delete comment "consider using @set for edition number, etc..." since
21647 we now are doing so.
21648
21649 1998-12-30 Jesse Thilo <jthilo@gnu.org>
21650
21651 * configure.in:
21652 Use prototypes if the compiler understands them.
21653
21654 * NEWS: Document 1.26 highlights.
21655
21656 * Makefile.am: Require Automake 1.3 or later.
21657
21658 * acconfig.h:
21659 Use prototypes if the compiler understands them.
21660
21661 1998-12-29 Jesse Thilo <jthilo@gnu.org>
21662
21663 * src/version.c:
21664 Use VERSION symbol from automake for version number.
21665
21666 1998-12-29 Jesse Thilo <jthilo@gnu.org>
21667
21668 * acconfig.h, configure.in, version.cin:
21669 Use VERSION symbol from automake for version number.
21670
21671 1998-11-28 Jesse Thilo <jthilo@gnu.org>
21672
21673 * Makefile.am:
21674 Distribute original version of simple parser (bison.s1), not built
21675 version (bison.simple).
21676
21677 1998-11-28 Jesse Thilo <jthilo@gnu.org>
21678
21679 * doc/bison.texinfo: Add info dir entry.
21680
21681 * doc/bison.texinfo:
21682 Let automake put version number into documentation.
21683
21684 1998-11-26 Jesse Thilo <jthilo@gnu.org>
21685
21686 * src/bison.cld, src/build.com, src/vmshlp.mar:
21687 Add non-RCS files from /gd/gnu/bison.
21688
21689 1998-11-26 Jesse Thilo <jthilo@gnu.org>
21690
21691 * doc/bison.1:
21692 Document the BISON_HAIRY and BISON_SIMPLE variables.
21693
21694 1998-11-25 Jesse Thilo <jthilo@gnu.org>
21695
21696 * src/version.c: Build version.c automatically.
21697
21698 * src/reader.c:
21699 Fix token numbering (used to start at 258, not 257).
21700
21701 * src/system.h: Include config.h.
21702
21703 * src/getargs.c: Update bug report address.
21704
21705 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
21706 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
21707
21708 1998-11-25 Jesse Thilo <jthilo@gnu.org>
21709
21710 * Makefile.am:
21711 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
21712
21713 * configure.in, version.cin:
21714 Build version.c automatically.
21715
21716 * AUTHORS: Add AUTHORS file.
21717
21718 * README: Update bug report address.
21719
21720 * bison.simple:
21721 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
21722
21723 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
21724 Add automake stuff.
21725
21726 1998-11-25 Jesse Thilo <jthilo@gnu.org>
21727
21728 * doc/bison.texinfo: Clean up some formatting.
21729
21730 1998-05-05 Richard Stallman <rms@gnu.org>
21731
21732 * doc/bison.texinfo:
21733 Explain better why to make a pure parser.
21734
21735 1998-01-05 Richard Stallman <rms@gnu.org>
21736
21737 * src/files.c (openfiles):
21738 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
21739 find a temporary directory, if possible. Do not unlink files while
21740 they are open.
21741
21742 1997-08-25 Richard Stallman <rms@gnu.org>
21743
21744 * src/reader.c (stack_offset;):
21745 Change some warni to warns.
21746
21747 * src/lex.c (literalchar): Use warns, not warni.
21748
21749 1997-06-28 Richard Stallman <rms@gnu.org>
21750
21751 * src/bison.s1: Add a Bison version comment.
21752
21753 * src/main.c (fatal, warn, berror):
21754 Use program_name.
21755
21756 1997-06-28 Richard Stallman <rms@gnu.org>
21757
21758 * Makefile.in (bison_version): New variable.
21759 (dist): Use that variable.
21760 (bison.s1): Substitute the Bison version into bison.simple.
21761
21762 * bison.simple: Add a Bison version comment.
21763
21764 1997-06-18 Richard Stallman <rms@gnu.org>
21765
21766 * src/main.c (fatal, warn, berror):
21767 Make error messages standard.
21768 (toomany): Improve error message text.
21769
21770 * 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:
21771 new.h renamed to alloc.h.
21772
21773 1997-06-18 Richard Stallman <rms@gnu.org>
21774
21775 * Makefile.in: new.h renamed to alloc.h.
21776
21777 1997-05-24 Richard Stallman <rms@gnu.org>
21778
21779 * src/lex.c (literalchar):
21780 Fix the code for escaping \, " and '.
21781
21782 (lex): Avoid trouble when there are many chars
21783 to discard in a char literal with just several chars in it.
21784
21785 1997-05-17 Richard Stallman <rms@gnu.org>
21786
21787 * src/bison.s1:
21788 Use malloc, if using alloca is troublesome.
21789 (YYSTACK_USE_ALLOCA): New flag macro.
21790 Define it for some systems and compilers.
21791 (YYSTACK_ALLOC): New macro.
21792 (yyparse): Use YYSTACK_ALLOC to allocate stack.
21793 If it was malloc'd, free it.
21794
21795 1997-05-17 Richard Stallman <rms@gnu.org>
21796
21797 * bison.simple:
21798 Use malloc, if using alloca is troublesome.
21799 (YYSTACK_USE_ALLOCA): New flag macro.
21800 Define it for some systems and compilers.
21801 (YYSTACK_ALLOC): New macro.
21802 (yyparse): Use YYSTACK_ALLOC to allocate stack.
21803 If it was malloc'd, free it.
21804
21805 1997-04-23 Richard Stallman <rms@gnu.org>
21806
21807 * src/bison.s1:
21808 (alloca) [__hpux]: Always define as __builtin_alloca.
21809
21810 1997-04-23 Richard Stallman <rms@gnu.org>
21811
21812 * bison.simple:
21813 (alloca) [__hpux]: Always define as __builtin_alloca.
21814
21815 1997-04-22 Richard Stallman <rms@gnu.org>
21816
21817 * src/bison.s1:
21818 [__hpux]: Include alloca.h (right for HPUX 10)
21819 instead of declaring alloca (right for HPUX 9).
21820
21821 * src/bison.s1 (__yy_memcpy):
21822 Declare arg `count' as unsigned int.
21823 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
21824
21825 1997-04-22 Richard Stallman <rms@gnu.org>
21826
21827 * bison.simple:
21828 [__hpux]: Include alloca.h (right for HPUX 10)
21829 instead of declaring alloca (right for HPUX 9).
21830
21831 * bison.simple (__yy_memcpy):
21832 Declare arg `count' as unsigned int.
21833 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
21834
21835 1997-01-03 Richard Stallman <rms@gnu.org>
21836
21837 * src/allocate.c: [__STDC__ or _MSC_VER]:
21838 Declare calloc and realloc to return void *.
21839
21840 1997-01-02 Richard Stallman <rms@gnu.org>
21841
21842 * src/system.h:
21843 [_MSC_VER]: Include stdlib.h and process.h.
21844 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
21845
21846 * src/main.c (main): Return FAILURE as a value.
21847 (printable_version): Declare arg as int, not char.
21848
21849 1997-01-02 Richard Stallman <rms@gnu.org>
21850
21851 * Makefile.in (dist):
21852 Explicitly check for symlinks, and copy them.
21853
21854 1996-12-19 Richard Stallman <rms@gnu.org>
21855
21856 * src/files.c:
21857 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
21858
21859 1996-12-18 Paul Eggert <eggert@gnu.org>
21860
21861 * src/bison.s1 (yyparse):
21862 If __GNUC__ and YYPARSE_PARAM are both defined,
21863 declare yyparse to have a void * argument.
21864
21865 1996-12-18 Paul Eggert <eggert@gnu.org>
21866
21867 * bison.simple (yyparse):
21868 If __GNUC__ and YYPARSE_PARAM are both defined,
21869 declare yyparse to have a void * argument.
21870
21871 1996-12-17 Richard Stallman <rms@gnu.org>
21872
21873 * src/reduce.c (nbits): Add some casts.
21874
21875 1996-08-12 Richard Stallman <rms@gnu.org>
21876
21877 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
21878
21879 1996-08-12 Richard Stallman <rms@gnu.org>
21880
21881 * bison.simple: Test _MSDOS as well as _MSDOS_.
21882
21883 1996-07-31 Richard Stallman <rms@gnu.org>
21884
21885 * src/bison.s1:
21886 [__sun && __i386]: Include alloca.h.
21887
21888 1996-07-31 Richard Stallman <rms@gnu.org>
21889
21890 * bison.simple:
21891 [__sun && __i386]: Include alloca.h.
21892
21893 1996-07-30 Richard Stallman <rms@gnu.org>
21894
21895 * src/bison.s1: Comment change.
21896
21897 * src/bison.s1: Test _MSDOS_, not MSDOS.
21898
21899 1996-07-30 Richard Stallman <rms@gnu.org>
21900
21901 * bison.simple: Comment change.
21902
21903 * bison.simple: Test _MSDOS_, not MSDOS.
21904
21905 1996-06-01 Richard Stallman <rms@gnu.org>
21906
21907 * 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:
21908 Insert `_' macro around many string constants.
21909
21910 * src/main.c:
21911 Insert `_' macro around many string constants.
21912
21913 (main): Call setlocale, bindtextdomain and textdomain.
21914
21915 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
21916 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
21917 [ENABLE_NLS]: Include libintl.h.
21918 [ENABLE_NLS] (gettext): Define.
21919 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
21920 (N_, PACKAGE, LOCALEDIR): New macros.
21921
21922 1996-06-01 Richard Stallman <rms@gnu.org>
21923
21924 * POTFILES.in: New file.
21925
21926 * Makefile.in (allocate.o):
21927 Define target explicitly.
21928
21929 * Makefile.in (CFLAGS): Set to @CFLAGS@.
21930 (LDFLAGS): Set to @LDFLAGS@.
21931 (configure): Run autoconf only if preceding `cd' succeeds.
21932 (bison.s1): Redirect output to temporary file then move the
21933 temporary to the target, rather than redirecting directly to bison.s1.
21934 (clean): Remove config.status and config.log.
21935 (distclean): Don't remove config.status here.
21936
21937 1996-05-12 Richard Stallman <rms@gnu.org>
21938
21939 * src/bison.s1:
21940 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
21941
21942 1996-05-12 Richard Stallman <rms@gnu.org>
21943
21944 * bison.simple:
21945 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
21946
21947 1996-05-11 Richard Stallman <rms@gnu.org>
21948
21949 * src/bison.s1 (__yy_memcpy):
21950 Really reorder the args, as was supposedly done on Feb 14 1995.
21951 (yyparse): Calls changed accordingly.
21952
21953 1996-05-11 Richard Stallman <rms@gnu.org>
21954
21955 * Makefile.in (dist): Don't use $(srcdir).
21956
21957 * bison.simple (__yy_memcpy):
21958 Really reorder the args, as was supposedly done on Feb 14 1995.
21959 (yyparse): Calls changed accordingly.
21960
21961 1996-01-27 Richard Stallman <rms@gnu.org>
21962
21963 * src/output.c (output_rule_data):
21964 Test YYERROR_VERBOSE in the conditional
21965 around the definition of ttyname.
21966
21967 1995-12-29 Richard Stallman <rms@gnu.org>
21968
21969 * src/bison.s1:
21970 Fix line numbers in #line commands.
21971
21972 1995-12-29 Richard Stallman <rms@gnu.org>
21973
21974 * bison.simple:
21975 Fix line numbers in #line commands.
21976
21977 1995-12-27 Richard Stallman <rms@gnu.org>
21978
21979 * src/bison.s1 (YYPARSE_PARAM_DECL):
21980 In C++, make it always null.
21981 (YYPARSE_PARAM_ARG): New macro.
21982 (yyparse): Use YYPARSE_PARAM_ARG.
21983
21984 1995-12-27 Richard Stallman <rms@gnu.org>
21985
21986 * bison.simple (YYPARSE_PARAM_DECL):
21987 In C++, make it always null.
21988 (YYPARSE_PARAM_ARG): New macro.
21989 (yyparse): Use YYPARSE_PARAM_ARG.
21990
21991 1995-11-29 Richard Stallman <rms@gnu.org>
21992
21993 * doc/bison.texinfo:
21994 Describe literal string tokens, %raw, %no_lines, %token_table.
21995
21996 1995-11-29 Daniel Hagerty <hag@gnu.org>
21997
21998 * doc/bison.texinfo: Fixed update date
21999
22000 1995-10-16 Richard Stallman <rms@gnu.org>
22001
22002 * src/version.c: Version 1.25.
22003
22004 1995-10-16 Richard Stallman <rms@gnu.org>
22005
22006 * NEWS: *** empty log message ***
22007
22008 1995-10-16 Richard Stallman <rms@gnu.org>
22009
22010 * doc/bison.1, doc/bison.rnh:
22011 Add new options.
22012
22013 1995-10-15 Richard Stallman <rms@gnu.org>
22014
22015 * src/vmsgetargs.c, src/getargs.c:
22016 Added -n, -k, and -raw switches.
22017 (noparserflag, toknumflag, rawtoknumflag): New variables.
22018
22019 * src/symtab.h (SALIAS):
22020 New #define for adding aliases to %token.
22021 (struct bucket): Added `alias' field.
22022
22023 * src/reduce.c (reduce_grammar):
22024 Revise error message.
22025 (print_notices): Remove final `.' from error message.
22026
22027 * src/reader.c (reader_output_yylsp):
22028 New function.
22029 (readgram): Use `#if 0' around code that accepted %command
22030 inside grammar rules: The documentation doesn't allow it,
22031 and it will fail since the %command processors scan for the next %.
22032 (parse_token_decl): Extended the %token
22033 declaration to allow a multi-character symbol as an alias.
22034 (parse_thong_decl): New function.
22035 (read_declarations): Added %thong declarations.
22036 (read_declarations): Handle NOOP to deal with allowing
22037 % declarations as another means to specify the flags.
22038 (readgram): Allow %prec prior to semantics embedded in a rule.
22039 (skip_to_char, read_declarations, copy_definition)
22040 (parse_token_decl, parse_start_decl, parse_type_decl)
22041 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
22042 (get_type_name, copy_guard, copy_action, readgram)
22043 (get_type, packsymbols): Revised most error messages.
22044 Changed `fatal' to `warnxxx' to avoid aborting for error.
22045 Revised and use multiple warnxxx functions to avoid using VARARGS1.
22046 (read_declarations): Improve the error message for
22047 an invalid character. Do not abort.
22048 (read_declarations, copy_guard, copy_action): Use
22049 printable_version to avoid unprintable characters in printed output.
22050 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
22051 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
22052 Allow the type of a non-terminal can be given
22053 more than once, as long as all specifications give the same type.
22054
22055 * src/output.c:
22056 (output_headers, output_trailers, output, output_gram)
22057 (output_rule_data): Implement noparserflag variable.
22058 Implement toknumflag variable.
22059 (output): Call reader_output_yylsp to output LTYPESTR.
22060
22061 * src/main.c (main):
22062 If reader sees an error, don't process the grammar.
22063 (fatals): Updated to not use VARARGS1.
22064 (printable_version, int_to_string, warn, warni, warns, warnss)
22065 (warnsss): New error reporting functions. Avoid abort for error.
22066
22067 * src/lex.h:
22068 Added THONG and NOOP for alias processing.
22069 Added SETOPT for the new code that allows setting options with %flags.
22070
22071 * src/lex.c:
22072 Include getopt.h. Add some extern decls.
22073 (safegetc): New function to deal with EOF gracefully.
22074 (literalchar); new function to deal with reading \ escapes.
22075 (lex): Use literalchar.
22076 (lex): Implemented "..." tokens.
22077 (literalchar, lex, parse_percent_token): Made tokenbuffer
22078 always contain the token. This includes growing the token
22079 buffer while reading an integer.
22080 (parse_percent_token): Replaced if-else statement with percent_table.
22081 (parse_percent_token): Added % declarations as another
22082 way to specify the flags -n, -l, and -r. Also added hooks for
22083 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
22084 major changes to files.c.
22085 (lex) Retain in the incoming stream a character following
22086 an incorrect '/'.
22087 (skip_white_space, lex): Revised most error messages
22088 and changed fatal to warn to avoid aborting.
22089 (percent_table): Added %thong declarations.
22090
22091 * src/gram.h: Comment changes.
22092
22093 * src/files.c (openfiles, open_extra_files, done):
22094 Add faction flag
22095 and actfile file. Handle noparserflag. Both for -n switch.
22096
22097 * src/conflicts.c (resolve_sr_conflict):
22098 Remove use of alloca.
22099
22100 1995-06-01 Jim Meyering <meyering@gnu.org>
22101
22102 * doc/bison.texinfo: *** empty log message ***
22103
22104 1995-05-06 Richard Stallman <rms@gnu.org>
22105
22106 * src/bison.s1: Comment change.
22107
22108 1995-05-06 Richard Stallman <rms@gnu.org>
22109
22110 * bison.simple: Comment change.
22111
22112 1995-05-03 Richard Stallman <rms@gnu.org>
22113
22114 * src/version.c: Version now 1.24.
22115
22116 * src/bison.s1: Change distribution terms.
22117
22118 * src/version.c: Version now 1.23.
22119
22120 1995-05-03 Richard Stallman <rms@gnu.org>
22121
22122 * doc/bison.texinfo:
22123 Rewrite "Conditions for Using Bison".
22124 Update version to 1.24.
22125
22126 1995-05-03 Richard Stallman <rms@gnu.org>
22127
22128 * bison.simple: Change distribution terms.
22129
22130 1995-02-23 Richard Stallman <rms@gnu.org>
22131
22132 * src/files.c: Test __VMS_POSIX as well as VMS.
22133
22134 1995-02-14 Jim Meyering <meyering@gnu.org>
22135
22136 * src/bison.s1 (__yy_memcpy):
22137 Renamed from __yy_bcopy to avoid
22138 confusion. Reverse FROM and TO arguments to be consistent with
22139 those of memcpy.
22140
22141 1995-02-14 Jim Meyering <meyering@gnu.org>
22142
22143 * bison.simple (__yy_memcpy):
22144 Renamed from __yy_bcopy to avoid
22145 confusion. Reverse FROM and TO arguments to be consistent with
22146 those of memcpy.
22147
22148 1994-11-10 David J. MacKenzie <djm@gnu.org>
22149
22150 * NEWS: reformat
22151
22152 * NEWS: New file.
22153
22154 * Makefile.in (DISTFILES): Include NEWS.
22155
22156 * Makefile.in (DISTFILES):
22157 Include install-sh, not install.sh.
22158
22159 * configure.in: Update to Autoconf v2 macro names.
22160
22161 1994-10-05 David J. MacKenzie <djm@gnu.org>
22162
22163 * Makefile.in: fix typo
22164
22165 * Makefile.in (prefix, exec_prefix):
22166 Let configure set them.
22167
22168 1994-09-28 David J. MacKenzie <djm@gnu.org>
22169
22170 * Makefile.in: Set datadir to $(prefix)/share.
22171
22172 1994-09-15 Richard Stallman <rms@gnu.org>
22173
22174 * src/bison.s1:
22175 Update copyright notice and GPL version.
22176
22177 1994-09-15 Richard Stallman <rms@gnu.org>
22178
22179 * bison.simple:
22180 Update copyright notice and GPL version.
22181
22182 1994-07-12 Richard Stallman <rms@gnu.org>
22183
22184 * src/reduce.c, src/reader.c:
22185 entered into RCS
22186
22187 1994-05-05 David J. MacKenzie <djm@gnu.org>
22188
22189 * Makefile.in: entered into RCS
22190
22191 1994-03-26 Richard Stallman <rms@gnu.org>
22192
22193 * src/bison.s1: entered into RCS
22194
22195 1994-03-26 Richard Stallman <rms@gnu.org>
22196
22197 * bison.simple: entered into RCS
22198
22199 1994-03-25 Richard Stallman <rms@gnu.org>
22200
22201 * src/main.c: entered into RCS
22202
22203 1994-03-24 Richard Stallman <rms@gnu.org>
22204
22205 * src/conflicts.c: entered into RCS
22206
22207 1994-01-02 Richard Stallman <rms@gnu.org>
22208
22209 * Makefile.in: *** empty log message ***
22210
22211 1993-11-21 Richard Stallman <rms@gnu.org>
22212
22213 * src/bison.s1: *** empty log message ***
22214
22215 1993-11-21 Richard Stallman <rms@gnu.org>
22216
22217 * doc/bison.texinfo: entered into RCS
22218
22219 * doc/bison.texinfo: *** empty log message ***
22220
22221 1993-11-21 Richard Stallman <rms@gnu.org>
22222
22223 * bison.simple: *** empty log message ***
22224
22225 1993-10-25 David J. MacKenzie <djm@gnu.org>
22226
22227 * doc/bison.texinfo: *** empty log message ***
22228
22229 1993-10-19 Richard Stallman <rms@gnu.org>
22230
22231 * src/bison.s1: *** empty log message ***
22232
22233 1993-10-19 Richard Stallman <rms@gnu.org>
22234
22235 * bison.simple: *** empty log message ***
22236
22237 1993-10-14 Richard Stallman <rms@gnu.org>
22238
22239 * src/bison.s1: *** empty log message ***
22240
22241 1993-10-14 Richard Stallman <rms@gnu.org>
22242
22243 * bison.simple: *** empty log message ***
22244
22245 1993-09-14 David J. MacKenzie <djm@gnu.org>
22246
22247 * doc/bison.texinfo: *** empty log message ***
22248
22249 1993-09-13 Noah Friedman <friedman@gnu.org>
22250
22251 * Makefile.in: *** empty log message ***
22252
22253 1993-09-10 Richard Stallman <rms@gnu.org>
22254
22255 * src/conflicts.c: *** empty log message ***
22256
22257 * src/system.h: entered into RCS
22258
22259 1993-09-10 Richard Stallman <rms@gnu.org>
22260
22261 * doc/bison.1: entered into RCS
22262
22263 1993-09-06 Noah Friedman <friedman@gnu.org>
22264
22265 * src/version.c: entered into RCS
22266
22267 1993-09-06 Noah Friedman <friedman@gnu.org>
22268
22269 * Makefile.in: *** empty log message ***
22270
22271 1993-07-30 David J. MacKenzie <djm@gnu.org>
22272
22273 * Makefile.in: *** empty log message ***
22274
22275 1993-07-24 Richard Stallman <rms@gnu.org>
22276
22277 * src/bison.s1: *** empty log message ***
22278
22279 1993-07-24 Richard Stallman <rms@gnu.org>
22280
22281 * bison.simple: *** empty log message ***
22282
22283 1993-07-08 David J. MacKenzie <djm@gnu.org>
22284
22285 * Makefile.in: *** empty log message ***
22286
22287 1993-07-04 Richard Stallman <rms@gnu.org>
22288
22289 * src/bison.s1: *** empty log message ***
22290
22291 1993-07-04 Richard Stallman <rms@gnu.org>
22292
22293 * bison.simple: *** empty log message ***
22294
22295 1993-06-26 David J. MacKenzie <djm@gnu.org>
22296
22297 * src/getargs.c: entered into RCS
22298
22299 1993-06-26 David J. MacKenzie <djm@gnu.org>
22300
22301 * doc/bison.texinfo: *** empty log message ***
22302
22303 * doc/bison.1: New file.
22304
22305 1993-06-25 Richard Stallman <rms@gnu.org>
22306
22307 * src/getargs.c: New file.
22308
22309 1993-06-16 Richard Stallman <rms@gnu.org>
22310
22311 * src/bison.s1: *** empty log message ***
22312
22313 1993-06-16 Richard Stallman <rms@gnu.org>
22314
22315 * bison.simple: *** empty log message ***
22316
22317 1993-06-03 Richard Stallman <rms@gnu.org>
22318
22319 * src/bison.s1: New file.
22320
22321 1993-06-03 Richard Stallman <rms@gnu.org>
22322
22323 * doc/bison.texinfo: *** empty log message ***
22324
22325 1993-06-03 Richard Stallman <rms@gnu.org>
22326
22327 * bison.simple: New file.
22328
22329 1993-05-19 Richard Stallman <rms@gnu.org>
22330
22331 * doc/bison.texinfo: New file.
22332
22333 1993-05-07 Noah Friedman <friedman@gnu.org>
22334
22335 * Makefile.in: *** empty log message ***
22336
22337 1993-04-28 Noah Friedman <friedman@gnu.org>
22338
22339 * src/reader.c: *** empty log message ***
22340
22341 1993-04-23 Noah Friedman <friedman@gnu.org>
22342
22343 * src/alloc.h: entered into RCS
22344
22345 1993-04-20 David J. MacKenzie <djm@gnu.org>
22346
22347 * src/version.c: *** empty log message ***
22348
22349 * src/files.c, src/allocate.c:
22350 entered into RCS
22351
22352 * src/reader.c: *** empty log message ***
22353
22354 * src/lex.c: entered into RCS
22355
22356 * src/conflicts.c: New file.
22357
22358 * src/symtab.c: entered into RCS
22359
22360 * src/alloc.h: New file.
22361
22362 * src/LR0.c: entered into RCS
22363
22364 1993-04-18 Noah Friedman <friedman@gnu.org>
22365
22366 * src/reader.c: New file.
22367
22368 * src/version.c: *** empty log message ***
22369
22370 1993-04-18 Noah Friedman <friedman@gnu.org>
22371
22372 * Makefile.in: *** empty log message ***
22373
22374 1993-04-17 Noah Friedman <friedman@gnu.org>
22375
22376 * Makefile.in: *** empty log message ***
22377
22378 1993-04-15 Richard Stallman <rms@gnu.org>
22379
22380 * src/main.c, src/files.c:
22381 New file.
22382
22383 1993-04-15 Noah Friedman <friedman@gnu.org>
22384
22385 * configure.in: entered into RCS
22386
22387 * configure.in: *** empty log message ***
22388
22389 * configure.in: New file.
22390
22391 1993-04-14 Richard Stallman <rms@gnu.org>
22392
22393 * Makefile.in: New file.
22394
22395 1993-04-13 Richard Stallman <rms@gnu.org>
22396
22397 * src/version.c: New file.
22398
22399 1993-03-25 Richard Stallman <rms@gnu.org>
22400
22401 * src/output.c: entered into RCS
22402
22403 1992-09-25 Richard Stallman <rms@gnu.org>
22404
22405 * configure.bat: entered into RCS
22406
22407 1992-06-22 Richard Stallman <rms@gnu.org>
22408
22409 * src/vmsgetargs.c: entered into RCS
22410
22411 1992-06-22 Richard Stallman <rms@gnu.org>
22412
22413 * doc/bison.rnh: entered into RCS
22414
22415 1992-04-20 David J. MacKenzie <djm@gnu.org>
22416
22417 * README: entered into RCS
22418
22419 1992-01-22 Richard Stallman <rms@gnu.org>
22420
22421 * src/machine.h: entered into RCS
22422
22423 1991-12-21 Richard Stallman <rms@gnu.org>
22424
22425 * src/lalr.c, src/closure.c:
22426 entered into RCS
22427
22428 1991-12-20 Richard Stallman <rms@gnu.org>
22429
22430 * src/state.h: entered into RCS
22431
22432 1991-12-18 Richard Stallman <rms@gnu.org>
22433
22434 * src/print.c, src/nullable.c, src/derives.c:
22435 entered into RCS
22436
22437 1991-11-03 David J. MacKenzie <djm@gnu.org>
22438
22439 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
22440 entered into RCS
22441
22442 1988-09-09 Richard Stallman <rms@gnu.org>
22443
22444 * src/bison.hairy: entered into RCS
22445
22446 1987-12-16 Richard Stallman <rms@gnu.org>
22447
22448 * REFERENCES: entered into RCS
22449
22450
22451 -----
22452
22453 Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996,
22454 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
22455 2007, 2008, 2009 Free Software Foundation, Inc.
22456
22457 Copying and distribution of this file, with or without
22458 modification, are permitted provided the copyright notice and this
22459 notice are preserved.