]> git.saurik.com Git - bison.git/blame - ChangeLog
* data/bison.m4: Update comments for rename to muscle-tab.h.
[bison.git] / ChangeLog
CommitLineData
416a9da6
JD
12009-10-08 Joel E. Denny <jdenny@clemson.edu>
2
3 * data/bison.m4: Update comments for rename to muscle-tab.h.
4
10659d0e
JD
52009-10-07 Joel E. Denny <jdenny@clemson.edu>
6
7 Minor code cleanup.
8 * src/muscle-tab.c (MUSCLE_USER_NAME_CONVERT): Remove macro and
9 replace all uses with UNIQSTR_CONCAT.
10 * src/uniqstr.c (uniqstr_vsprintf): New function.
11 * src/uniqstr.h (uniqstr_vsprintf): Add prototype.
12 (UNIQSTR_CONCAT, UNIQSTR_GEN_FORMAT, UNIQSTR_GEN_FORMAT_): New
13 macros.
14
3c5362b8
JD
152009-10-06 Joel E. Denny <jdenny@clemson.edu>
16
17 * TODO (Complaint submessage indentation): New.
18
b143f404
JD
192009-10-04 Joel E. Denny <jdenny@clemson.edu>
20
21 Minor code cleanup.
22 * src/parse-gram.y: Clean up sorting of declarations.
23 Use types to simplify %printer declarations where possible.
24 Provide %printer for BRACKETED_ID and symbol.prec.
25 * src/symtab.c: Whitespace change.
26
7439c5c0
JD
272009-10-04 Joel E. Denny <jdenny@clemson.edu>
28
29 tests: skip tests of file names that platform does not support.
30 Reported by Michael Raskin at
31 <http://lists.gnu.org/archive/html/bug-bison/2009-09/msg00001.html>.
32 * THANKS (Michael Raskin): Add.
33 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): Fix. Cygwin used
34 to fail at least for file names containing ":" or "\".
35
45319f13
JD
362009-09-23 Joel E. Denny <jdenny@clemson.edu>
37
38 yysyntax_error: avoid duplicate lookahead collection.
39 Except when memory reallocation is required, this change
40 eliminates the need to invoke yysyntax_error twice and thus to
41 repeat the collection of lookaheads. It also prepares for
42 future extensions that will make those repetitions more
43 expensive and that will require additional memory management in
44 yysyntax_error. Finally, it fixes an obscure bug already
45 exercised in the test suite.
46 * data/yacc.c (yysyntax_error): Add arguments for message
47 buffer variables stored in the parser. Instead of size, return
48 status similar to yyparse status but indicating success of
49 message creation. Other than the actual reallocation of the
50 message buffer, import and clean up memory management code
51 from...
52 (yyparse, yypush_parse): ... here.
53 * tests/regression.at (parse.error=verbose overflow): No longer
54 an expected failure.
55
52cea04a
JD
562009-09-23 Joel E. Denny <jdenny@clemson.edu>
57
58 yysyntax_error: test memory management more.
59 * tests/atlocal.in (NO_WERROR_CFLAGS): New cpp macro.
60 * tests/regression.at (parse.error=verbose and
61 YYSTACK_USE_ALLOCA): New test group.
62 (parse.error=verbose overflow): New test group that reveals an
63 obscure bug. Expected fail for now.
64
37318e2f
JD
652009-10-04 Joel E. Denny <jdenny@clemson.edu>
66
67 benchmarks: use %debug consistently among grammars.
68 * etc/bench.pl.in (generate_grammar_triangular): Do not activate
69 %debug by default. It can affect the timings even if yydebug=0.
70 (generate_grammar_calc): For consistency with other grammars,
71 use YYDEBUG environment variable to set yydebug.
72
f74d6d25
JD
732009-10-03 Joel E. Denny <jdenny@clemson.edu>
74
75 Remove dead code.
76 * src/symtab.c (symbol_pack): Here because every symbol's number
77 is always defined by this time.
78
5b1ff423
AR
792009-10-03 Alex Rozenman <rozenman@gmail.com>
80
81 Add additional space after periods in NEWS.
82 * NEWS (2.5): here.
83
47eced30
JD
842009-09-29 Joel E. Denny <jdenny@clemson.edu>
85
86 Use the correct conversion specifier for size_t.
87 Reported by Jim Meyering.
88 * src/Sbitset.h (SBITSET__INDEX__CONVERSION_SPEC): New, "zu"
89 because Sbitset__Index is size_t.
90 * src/Sbitset.c (Sbitset__fprint): Use it instead of %d.
91
d8f68fc2
JD
922009-09-27 Joel E. Denny <jdenny@clemson.edu>
93
94 tests: don't abuse AT_BISON_CHECK.
95 * tests/regression.at (parse-gram.y: LALR = IELR): Move
96 additional shell commands outside of AT_BISON_CHECK.
97
43aabb70
JD
982009-09-26 Joel E. Denny <jdenny@clemson.edu>
99
100 tests: check that parse-gram.y's IELR and LALR are identical.
101 * tests/atlocal.in (abs_top_srcdir): New shell variable.
102 * tests/regression.at (parse-gram.y: LALR = IELR): New test
103 group.
104
66381412
AR
1052009-09-19 Alex Rozenman <rozenman@gmail.com>
106
107 Keep sub-messages aligned. Fix strings for translation.
5b1ff423
AR
108 * src/location.h (location_print): Add return value.
109 * src/location.c (location_print): Return number of printed
66381412 110 characters.
5b1ff423
AR
111 * src/complain.h (complain_at_indent, warn_at_indent): Prototype
112 new functions.
113 * src/complain.cpp (indent_ptr): New static variable.
114 (error_message, complain_at_indent, warn_at_indent): Implement
115 the alignment mechanism.
116 * src/scan-code.l (parse_ref, show_sub_messages): Fix strings
117 for translations. Use new alignment mechanism.
118 * tests/named-ref.at: Adjust test-cases.
66381412
AR
119 * NEWS (2.5): Add an announcement about named references.
120
a6ca4ce2
AD
1212009-09-17 Akim Demaille <demaille@gostai.com>
122
123 doc: fixes.
124 * doc/bison.texinfo: here.
125 Reported by Alex Rozenman.
126
3cdc21cf
AD
1272009-09-16 Akim Demaille <demaille@gostai.com>
128
129 doc: lalr1.cc and variants.
130 * doc/bison.texinfo (Decl Summary): Document the "lex_symbol" and
131 "variant" %define variables.
132 (C++ Semantic Values): Split into...
133 (C++ Unions, C++ Variants): these.
134 The latter is new.
135 (C++ Parser Interface): Fix type names.
136 Document parser::syntax_error.
137 Document the fact that locations are not mandatory.
138 (C++ Scanner Interface): Split into...
139 (Split Symbols, Complete Symbols): these.
140 The later is new.
141 (Calc++ Parsing Driver): Use variants.
142 Add more comments.
143 Adjust style.
144 (Calc++ Parser): Declare all the tokens, no
145 longer accept raw characters.
146 Remove %union.
147 Adjust types and printers.
148 Remove destructors.
149 (Calc++ Scanner): Use make_<SYMBOL> functions.
150 Use strerror in error message.
151
f50bfcd6
AD
1522009-09-16 Akim Demaille <demaille@gostai.com>
153
154 doc: spell checking.
155 * doc/bison.texinfo: here.
156
6b5a0de9
AD
1572009-09-16 Akim Demaille <demaille@gostai.com>
158
159 doc: comment changes.
160 * doc/bison.texinfo: Comment changes.
161
2b08bceb
AD
1622009-09-16 Akim Demaille <demaille@gostai.com>
163
164 lalr1.cc: factor the yytranslate_ invocation in make_SYMBOLS.
165 * data/c++.m4, data/lalr1.cc (parser::symbol_type): Change the
166 constructor to take a token_type instead of the (internal) symbol
167 number.
168 Call yytranslate_.
169 * data/variant.hh (b4_symbol_constructor_define_): Therefore,
170 don't call yytranslate_ here.
171
c981ce9b
AD
1722009-09-16 Akim Demaille <demaille@gostai.com>
173
174 TODO: statistics.
175 * TODO (Figures): New.
176
00d80a9c
JD
1772009-09-13 Joel E. Denny <jdenny@clemson.edu>
178
179 tests: clean up push.at test group titles.
180 * tests/push.at: Remove "Push Parsing: " from test group titles
181 because these are already under the banner "Push Parsing Tests".
182
f64e406b
AR
1832009-09-12 Alex Rozenman <rozenman@gmail.com>
184
185 Provide an additional sub-message for clarity.
186 Add "symbol not found in production" error message when
187 an "invalid reference" is detected in named references
188 resolution.
189 * src/scan-code.l: Update "invalid reference" case.
190 * tests/named-ref.at: Adjust test-cases.
191
bb31eb56
JD
1922009-09-10 Joel E. Denny <jdenny@clemson.edu>
193
194 Clean up yacc.c a little.
195 * data/yacc.c: Clean up M4 for readability, and make output
196 whitespace more consistent. For the main parse function
197 comment, instead of saying "yyparse or yypush_parse", say either
198 "yyparse" or "yypush_parse" depending on which it actually is.
199
2d399888
JD
2002009-09-10 Joel E. Denny <jdenny@clemson.edu>
201
202 Fix --enable-gcc-warnings.
203 * src/parse-gram.y (%printer <param>): Handle param_none.
204
ff601366
AD
2052009-09-09 Akim Demaille <demaille@gostai.com>
206
207 lalr1.cc: syntax_error as exceptions.
208 It is common to use sort of factories in the user actions. These
209 factories may check some "syntactic" constraints that are not
210 enforced by the grammar itself. This is possible using YYERROR
211 within the action itself. Provide the user with a means to throw
212 a syntax_error exception.
213
214 * data/c++.m4 (b4_public_types_declare, b4_public_types_define):
215 Declare and define yy::parser::syntax_error.
216 * data/lalr1.cc: Include stdexcept.
217 (yy::parser::parse): Wrap the user action within a try/catch.
218 * data/glr.cc: Include stdexcept.
219
29660062
AD
2202009-09-09 Akim Demaille <demaille@gostai.com>
221
222 lalr1.cc: add missing "inline".
223 * data/c++.m4 (b4_public_types_define): Add missing inline to
224 implementations provided in headers.
225
2055a44e
AD
2262009-09-09 Akim Demaille <demaille@gostai.com>
227
228 %param: documentation.
229 * NEWS (2.6): Document %param, %lex-param, and %parse-param
230 changes.
231 * doc/bison.texinfo: Document that %lex-param and %parse-param
232 are n-ary.
233 Changes some examples to demonstrate it.
234 (Calc++ Parser): Use %param.
235
dd875058
AD
2362009-09-09 Akim Demaille <demaille@gostai.com>
237
238 Regen.
239
f71db70b
AD
2402009-09-09 Akim Demaille <demaille@gostai.com>
241
242 style changes.
243 * src/parse-gram.y (add_param): Scope changes.
244
eaca4c11
AD
2452009-09-09 Akim Demaille <demaille@gostai.com>
246
247 %parse: support several arguments.
248 * src/parse-gram.y (current_param): New.
249 (param_type): Add param_none.
250 (params): New nonterminal.
251 Use it.
252
b18cdd91
AD
2532009-09-09 Akim Demaille <demaille@gostai.com>
254
255 Regen.
256
a7706735
AD
2572009-09-09 Akim Demaille <demaille@gostai.com>
258
259 %param.
260 Provide a means to factor lex-param and parse-param common
261 declarations.
262
263 * src/parse-gram.y (param_type): New.
264 Define a %printer for it.
265 (add_param): Use it.
266 (%parse-param, %lex-param): Merge into...
267 (%parse): this new token.
268 Adjust the grammar to use it.
269 * src/scan-gram.l (RETURN_VALUE): New.
270 (RETURN_PERCENT_FLAG): Use it.
271 (RETURN_PERCENT_PARAM): New.
272 Use it to support %parse-param, %lex-param and %param.
273
9789acf0
JD
2742009-09-03 Joel E. Denny <jdenny@clemson.edu>
275
276 Use aver not assert.
277 * src/output.c: Don't include assert.h.
278 (output_skeleton): Use aver not assert.
279 * src/system.h (aver): In documentation of why, add links to
280 Paul Eggert's explanations in the mailing lists.
281
61bc57e5
AR
2822009-09-05 Alex Rozenman <rozenman@gmail.com>
283
284 Use "Unresolved reference" error message when no symbols were found
285 in a symbolic reference resolution. Remove .expr and -expr from
286 the shown reference when the reference is unresolved.
287 * src/scan-code.l: Change the error message, adjust location columns,
288 rename variable "exact_mode" to "explicit_bracketing".
289 * tests/named-ref.at: Adjust existing tests and add a new one.
290
f4c75eaf
AD
2912009-09-04 Akim Demaille <demaille@gostai.com>
292
293 Adjust synclines in src/parse-gram.[ch].
294 * tests/bison.in: Do some magic (including working around issues
295 with ylwrap) when this wrapper is used to compile
296 src/parse-gram.y.
297
c6abeab1
JD
2982009-09-03 Joel E. Denny <jdenny@clemson.edu>
299
300 Complain about unused %define variables and %code qualifiers.
301 * NEWS (2.5): Document.
302 * data/bison.m4 (b4_check_user_names): Complain instead of warn.
303 * doc/bison.texinfo (Decl Summary): Document complaint, and
304 improve %define documentation a little otherwise.
305 * tests/input.at (Reject unused %code qualifiers): Update.
306 (%define errors): Update.
307 (%define, --define, --force-define): Update.
308 (%define backward compatibility): Update.
309 (Unused %define api.pure): Update.
310 * tests/push.at (Push Parsing: Unsupported Skeletons): Update.
311
82db7cdb
JD
3122009-09-03 Joel E. Denny <jdenny@clemson.edu>
313
314 Don't suppress warnings about unused parse.error.
315 * data/bison.m4 (b4_error_verbose_flag): Don't examine value of
316 %define variable parse.error unless b4_error_verbose_flag is
317 actually expanded in a skeleton.
318
2755de8f
AD
3192009-09-03 Akim Demaille <demaille@gostai.com>
320
321 * NEWS (2.4.2): Add "Internationalization" item.
322
1deef26d
AD
3232009-09-03 Akim Demaille <demaille@gostai.com>
324
325 bootstrap: fix/improve find_tool.
326 * bootstrap (find_tool): Improve error messages.
327 Fix typo about find_tool_names.
328
2646cd54
JD
3292009-08-29 Joel E. Denny <jdenny@clemson.edu>
330
331 Fix gcc 3.4.4 shadowing warning reported by Eric Blake.
332 See
333 <http://lists.gnu.org/archive/html/bison-patches/2009-08/msg00093.html>.
334 * src/scan-code.h (code_props_rule_action_init): Rename
335 named_ref arg to name so it doesn't shadow named_ref type. This
336 makes it consistent with the function definition in scan-code.l
337 anyway.
338
cf499cff
JD
3392009-08-28 Joel E. Denny <jdenny@clemson.edu>
340
341 %define: accept unquoted values.
342 * NEWS (2.5): Group all %define changes together, and document
343 this one. Remove quotes in IELR and canonical LR entry.
344 * doc/bison.texinfo: Remove quotes in most examples throughout.
345 (Decl Summary): Update %define documentation.
346 (Table of Symbols): Likewise.
347 * src/ielr.c (LrType): Update documentation.
348 * src/parse-gram.y (content.opt): Add production for ID.
349 * tests/actions.at: Remove quotes in most tests.
350 * tests/calc.at: Likewise.
351 * tests/existing.at: Likewise.
352 * tests/input.at: Likewise.
353 * tests/local.at: Likewise.
354 * tests/push.at: Likewise.
355 * tests/reduce.at: Likewise.
356 * tests/torture.at: Likewise.
357
6ba96404
JD
3582009-08-28 Joel E. Denny <jdenny@clemson.edu>
359
360 %define lr.type: make values lowercase IDs.
361 That is, "LALR" => "lalr", "IELR" => "ielr", and
362 "canonical LR" => "canonical-lr".
363 * NEWS (2.5): Update documentation.
364 * doc/bison.texinfo (Decl Summary): Likewise.
365 * src/ielr.c (ielr): Use new values.
366 * src/ielr.h (ielr): Update documentation.
367 * src/reader.c (prepare_percent_define_front_end_variables): Use
368 and validate new values.
369 * tests/existing.at (AT_TEST_EXISTING_GRAMMAR): Update test
370 grammars.
371 * tests/reduce.at (AT_TEST_LR_TYPE): Likewise.
372
4413bbd3
EB
3732009-08-27 Eric Blake <ebb9@byu.net>
374
375 scan-gram: avoid portability trap with ctype usage.
376 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>):
377 Avoid compiler warning.
378
b70c7fb4
JD
3792009-08-27 Joel E. Denny <jdenny@clemson.edu>
380
381 tests: use perl for printing special sequences to files.
382 And skip tests if perl is not available. This is better than
383 playing tricks with shell portability. Suggested by Akim
384 Demaille.
385 * tests/input.at (Bad character literals): Use it here for
386 omitting final newlines.
387 (Bad escapes in literals): Use it here for special characters.
388
d1cc31c5
JD
3892009-08-26 Joel E. Denny <jdenny@clemson.edu>
390
391 tests: show a use of %define lr.default-reductions "consistent"
392 * tests/conflicts.at (%nonassoc and eof): Extend to test that it
393 prevents the omission of expected tokens for %error-verbose.
394
3bed3a75
AD
3952009-08-26 Akim Demaille <demaille@gostai.com>
396
397 tests: portability fix.
398 * tests/input.at (Bad escapes in literals): Don't expect "echo
399 '\0'" to output \ then 0.
400
aa0cb40d
JD
4012009-08-26 Joel E. Denny <jdenny@clemson.edu>
402
403 Actually handle the yytable zero value correctly this time.
404 * data/bison.m4 (b4_integral_parser_tables_map): Don't mention
405 zero values in the YYTABLE comments.
406 * data/glr.c (yytable_value_is_error): Don't check for zero
407 value.
408 * data/lalr1.cc (yy_table_value_is_error_): Likewise.
409 * data/yacc.c (yytable_value_is_error): Likewise.
410 * data/lalr1.java (yy_table_value_is_error_): Likewise.
411 (yysyntax_error): Fix typo in code: use yytable_ not yycheck_.
412 * src/tables.h: In header comments, explain why it's useless to
413 check for a zero value in yytable.
414
f2b30bdf
JD
4152009-08-25 Joel E. Denny <jdenny@clemson.edu>
416
417 More fixes related to last two patches.
418 * data/bison.m4 (b4_integral_parser_tables_map): Fix YYTABLE
419 comments: zero indicates syntax error not default action.
420 * data/c.m4 (b4_table_value_equals): Comment that YYID must be
421 defined.
422 * data/glr.c (yyis_pact_ninf): Rename to...
423 (yypact_value_is_default): ... this.
424 (yyisDefaultedState): Update for rename.
425 (yyis_table_ninf): Rename to...
426 (yytable_value_is_error): ... this, and check for value zero
427 besides just YYTABLE_NINF.
428 (yygetLRActions): Check for default value from yypact. It
429 appears that this check is always performed before this function
430 is invoked, and so adding the check here is probably redundant.
431 However, the code may evolve after this subtlety is forgotten.
432 Also, update for rename to yytable_value_is_error. Because that
433 macro now checks for zero, a different but equivalent branch of
434 the if-then-else here is evaluated.
435 (yyreportSyntaxError): Update for rename to
436 yytable_value_is_error. The zero condition was mishandled
437 before.
438 (yyrecoverSyntaxError): Update for renames. No behavioral
439 changes.
440 * data/lalr1.cc, data/lalr1.java (yy_pact_value_is_default_):
441 New function.
442 (yy_table_value_is_error_): New function.
443 (parse): Use new functions where possible. No behavioral
444 changes.
445 (yysyntax_error_, yysyntax_error): Use yy_table_value_is_error_.
446 The zero condition was mishandled before.
447 * data/yacc.c (yyis_pact_ninf): Rename to...
448 (yypact_value_is_default): ... this.
449 (yyis_table_ninf): Rename to...
450 (yytable_value_is_error): ... this, and check for value zero
451 besides just YYTABLE_NINF.
452 (yysyntax_error): Update for rename to yytable_value_is_error.
453 The zero condition was mishandled before.
454 (yyparse): Update for renames. No behavioral changes.
455 * src/tables.h: Improve comments about yypact, yytable, etc.
456 more. Most importantly, say yytable value of zero means syntax
457 error not default action.
458
53f036ce
JD
4592009-08-25 Joel E. Denny <jdenny@clemson.edu>
460
461 Fix %error-verbose for conflicts resolved by %nonassoc.
462 * NEWS (2.5): Document.
463 * data/glr.c (yyreportSyntaxError): Fix this by checking
464 yyis_table_ninf.
465 * data/yacc.c (yysyntax_error): Likewise.
466 * data/lalr1.cc (yysyntax_error_): Fix this by checking
467 yytable_ninf_.
468 * data/lalr1.java (yysyntax_error): Likewise.
469 * tests/conflicts.at (%nonassoc and eof): Update expected output
470 and remove FIXME.
471
87412882
JD
4722009-08-25 Joel E. Denny <jdenny@clemson.edu>
473
474 Some code and documentation improvements.
475 * data/c.m4 (b4_table_value_equals): New macro to capture
476 some repeated code.
477 * data/glr.c (yyis_pact_ninf): Use it here.
478 (yyis_table_ninf): Likewise.
479 (yyreportSyntaxError): Improve internal comments.
480 * data/yacc.c (yyis_pact_ninf): New macro copied from glr.c.
481 Use it everywhere possible.
482 (yyis_table_ninf): Likewise.
483 (yysyntax_error): Improve internal comments.
484 * data/lalr1.cc (yysyntax_error_): Likewise.
485 * data/lalr1.java (yysyntax_error): Likewise.
486 * src/tables.h: Improve comments about yypact, yytable, etc.
487
e6c849d8
JD
4882009-08-21 Joel E. Denny <jdenny@clemson.edu>
489
490 Use locale when quoting.
491 * src/scan-gram.l (SC_ESCAPED_STRING, SC_ESCAPED_CHARACTER): Use
492 quote rather than implementing quoting here.
493
d8911864
EB
4942009-08-20 Eric Blake <ebb9@byu.net>
495
b0778bdd
EB
496 Make previous patch more robust.
497 * src/output.c (ARRAY_CARDINALITY): New macro, copied from
498 argmatch.h.
499 (output_skeleton): Use it.
500 Suggested by Akim Demaille.
501
d8911864
EB
502 Import latest m4/m4.m4.
503 * submodules/autoconf: Update to autoconf 2.64.
504 * configure.ac (M4_GNU_OPTION): New define.
505 * src/output.c (output_skeleton): Use it to resolve FIXME.
506 * NEWS: Mention this.
507
c2724603
JD
5082009-08-19 Joel E. Denny <jdenny@clemson.edu>
509
510 Fix complaints about escape sequences.
511 Discussed starting at
512 <http://lists.gnu.org/archive/html/bison-patches/2009-08/msg00036.html>.
513 * src/scan-gram.l (SC_ESCAPED_STRING, SC_ESCAPED_CHARACTER):
514 For a \0 and similar escape sequences meaning the null
515 character, report an invalid escape sequence instead of an
516 invalid null character because the latter does not actually
517 appear in the user's input.
518 In all escape sequence complaints, don't escape the initial
519 backslash, and don't quote when the sequence appears at the end
520 of the complaint line unless there's whitespace that quotearg
521 won't escape.
522 Consistently say "invalid" not "unrecognized".
523 Consistently prefer "empty character literal" over "extra
524 characters in character literal" warning for invalid escape
525 sequences; that is, consistently discard those sequences.
526 * tests/input.at (Bad escapes in literals): New.
527
17aed602
AD
5282009-08-19 Akim Demaille <demaille@gostai.com>
529
530 doc: fixes.
531 * doc/bison.texinfo: Fix minor Texinfo errors.
532
9142239a
AD
5332009-08-19 Akim Demaille <demaille@gostai.com>
534
535 tests: distcc compliance.
536 * tests/synclines.at (AT_SYNCLINES_COMPILE): Discard distcc's
537 error messages from the output.
538
171ad99d
AD
5392009-08-19 Akim Demaille <demaille@gostai.com>
540
541 variables: simplify the upgrade of namespace into api.namespace.
542
543 This patch simplifies "variables: rename namespace as
544 api.namespace", commit 67501061076ba46355cfd9f9361c7eed861b389c.
545 Suggested by Joel E. Denny in
546 http://lists.gnu.org/archive/html/bison-patches/2009-07/msg00006.html
547
548 * src/muscle-tab.c (muscle_percent_variable_update): New.
549 (muscle_percent_define_insert): Use it in replacement of the
550 previous tr invocation.
551 Remove variable_tr, no longer needed.
552 * data/bison.m4 (b4_percent_define_copy_, b4_percent_define_copy):
553 Remove.
554 * data/c++.m4: No longer handle namespace -> api.namespace.
555 * tests/input.at (%define backward compatibility): Check that
556 namespace is treated as api.namespace.
557
d59e456d
AD
5582009-08-19 Akim Demaille <demaille@gostai.com>
559
560 doc: %initial-action to initialize yylloc.
561 Reported by Bill Allombert.
562 * doc/bison.texinfo: Set fill-column to 76.
563 (Location Type): Document the use of %initial-action to initialize
564 yylloc.
565
ceb8b8e6
AD
5662009-08-19 Akim Demaille <demaille@gostai.com>
567
568 lalr1.cc: use state_type.
569 * data/lalr1.cc (yysyntax_error_): Use state_type.
570 Move argument names into yy*.
571
7580c379
AD
5722009-08-19 Akim Demaille <demaille@gostai.com>
573
574 lalr1.cc: get rid of yyparse's yystate.
575 yystate and yystack_[0].state are equal, keep only the latter.
576 The former was also used as a temporary variable to compute the
577 post-reduction state. Move this computation into an auxiliary
578 function.
579
580 * data/glr.c (yyLRgotoState): Fuse variable definition and first
581 assignment.
582 * data/lalr1.cc (yy_lr_goto_state_): New.
583 (yyparse): Use it.
584 Replace remaining uses of yystate by yystate_[0].state.
585 Remove the former.
586
c4dc4c46
AD
5872009-08-19 Akim Demaille <demaille@gostai.com>
588
589 lalr1.cc: destroy $$ when YYERROR is called.
590 * data/lalr1.cc (yyreduce): Compute the resulting state before
591 running the user action so that yylhs is a valid symbol.
592 (yyerrorlab): Since yylhs is complete (it knows its type), we can
593 simply call yy_destroy_ to destroy $$ on YYERROR invocations.
594 * tests/c++.at (AT_CHECK_VARIANTS): Test YYERROR with variants.
595
c67e466f
JD
5962009-08-18 Joel E. Denny <jdenny@clemson.edu>
597
598 maint: update for gnulib's recent update-copyright changes
599 * gnulib: Update.
600 * .x-update-copyright (COPYING): Add as it's no longer implied
601 when .x-update-copyright is present.
602 * cfg.mk (update-copyright-local): Remove, now ignored.
603 (update-copyright): Declare update-b4-copyright as a dependency.
604
af6d2358
AD
6052009-08-17 Akim Demaille <demaille@gostai.com>
606
607 build: require gettext 0.17.
608
609 Suggested by Bruno Haible.
610 http://lists.gnu.org/archive/html/bug-bison/2009-08/msg00009.html
611 * configure.ac: require gettext 0.17 to ensure compatibility with
612 gnulib.
613
91a2b9b1
AD
6142009-08-17 Akim Demaille <demaille@gostai.com>
615
616 build: lower gettext requirements.
617
618 Bison was uselessly requiring the formatstring macros from
619 gettext, which resulted in mo files not being installed on systems
620 that perfectly supported Bison mo files. Lower the requirement.
621 http://lists.gnu.org/archive/html/bug-bison/2009-08/msg00006.html
622
b0778bdd
EB
623 * configure.ac: Require need-ngettext instead of
624 need-formatstring-macros.
625 Reported by Martin Jabocs.
626 Suggested by Bruno Haible.
627 * INSTALL: Restructure.
628 (Internationalization): New.
91a2b9b1 629
585935e8
JD
6302009-08-14 Joel E. Denny <jdenny@clemson.edu>
631
632 maint: fix use of copyright year intervals.
633 * gnulib: Update.
634 * bootstrap.conf (gnulib_modules): Update getopt to getopt-gnu
635 as now recommended in gnulib/NEWS.
636 * build-aux/update-b4-copyright: Fix.
637 * cfg.mk (update-copyright-env): Configure update-copyright.
638
83b60c97
JD
6392009-08-13 Joel E. Denny <jdenny@clemson.edu>
640
641 Make it easier to write deterministic tests.
642 Continues Akim's work from his 2009-06-10 commits.
643 * src/reader.c (check_and_convert_grammar): Don't add any
644 symbols after the first symbols_do invocation.
645 * src/symtab.c (symbols_sorted): New static global.
646 (user_token_number_redeclaration): Update comments.
647 (symbol_from_uniqstr): If a new symbol is being created, assert
648 that symbols_sorted hasn't been allocated yet.
649 (symbols_free): Free symbols_sorted.
650 (symbols_cmp, symbols_cmp_qsort): New functions.
651 (symbols_do): Sort symbol_table into symbols_sorted on first
652 invocation.
653 * tests/input.at (Numbered tokens): Recombine tests now that the
654 output should be deterministic across multiple numbers.
655
28169bab
AD
6562009-08-12 Akim Demaille <demaille@gostai.com>
657
658 tests: GCC 4.5 compliance.
659 * tests/synclines.at (AT_SYNCLINES_COMPILE): Adjust to GCC 4.5's
660 messages about #error.
661
9f14e187
AD
6622009-08-12 Akim Demaille <demaille@gostai.com>
663
664 build: fix the generation of the documentation.
665 Some of our targets use "bison --help", but they can't depend on
666 "bison" itself (to avoid additional requirements on the user), so
667 they used to call "make src/bison" in the commands. Then
668 concurrent builds may fail: one make might be aiming one of its
669 jobs at compiling src/bison, and another job at generating the man
670 page. If the latter is faster than the former, then we have two
671 makes that concurrently try to compile src/bison.
672
673 This might also be a more convincing explanation for the failure
674 described in the patch "build: fix paths".
675
676 * Makefile.am (SUFFIXES): Initialize.
677 * build-aux/move-if-change: New, symlink to gnulib's.
678 * build-aux/local.mk: Ship it.
679 * doc/common.x: Remove, merged into...
680 * doc/bison.x: here.
681 * doc/local.mk (doc/bison.help): New.
682 ($(CROSS_OPTIONS_TEXI)): Depend on it.
683 Use src/bison.
684 (.x.1): Replace with...
685 (doc/bison.1): this explicit, simpler, target.
686 (common_dep): Remove, inlined where appropriate.
687 (SUFFIXES, PREPATH): Remove, unused.
688
d1b55e81
AD
6892009-08-12 Akim Demaille <demaille@gostai.com>
690
691 gnulib: improve prefixing.
692 * configure.ac (gl_PREFIXED_LIBOBJS): Don't rename it, rather,
693 change the value of...
694 (gl_LIBOBJS): this.
695 Adjust more variables.
696 * etc/prefix-gnulib-mk (prefix_assignment): Don't rename
697 gl_LIBOBJS.
698 (prefix): Also transform rules whose targets have slashes.
699 Use $prefix liberally.
700 Map @MKDIR_P@ to $(MKDIR_P).
701 Prefix directories that are mkdir'd.
702
838205d5
AD
7032009-08-12 Akim Demaille <demaille@gostai.com>
704
705 build: fix paths.
706 When using $(top_builddir) inconsistently, Make (including GNU
707 Make) is sometimes confused. As a result it may want to build
708 lib/libbison.la and $(top_builddir)/lib/libbison.la (the same
709 file, different names) concurrently, which, amusingly enough,
710 might end with:
711
712 ranlib lib/libbison.a
713 ranlib lib/libbison.a
714 make[2]: *** [lib/libbison.a] Segmentation fault
715
716 on OS X.
717
718 * doc/local.mk, src/local.mk: Do not use $(top_builddir) when not
719 needed.
720
67af7198
AD
7212009-08-12 Akim Demaille <demaille@gostai.com>
722
723 distcheck: fix.
724
b0778bdd 725 * examples/calc++/Makefile.am: (EXTRA_DIST): Ship calc.stamp.
67af7198 726
c467dc42
JD
7272009-08-10 Joel E. Denny <jdenny@clemson.edu>
728
729 * tests/local.mk (TESTSUITE_AT): Add named-refs.at.
730
dfaa4860
JD
7312009-08-10 Joel E. Denny <jdenny@clemson.edu>
732
733 Miscellaneous code readability improvements.
734
735 * src/reader.c (reader): Move %define front-end variable
736 defaults and checking into...
737 (prepare_percent_define_front_end_variables): ... this new
738 function.
739
740 * src/scan-gram.l (INITIAL): For consistency with string
741 literals, don't store open quote on character literal. It's
742 discarded before returning anyway.
743 (SC_ESCAPED_CHARACTER): Similarly, don't store close quote.
744 Make length test more readable, and make the character stored
745 for an empty literal more obvious while consistent with the
746 previous behavior.
747
748 * src/symtab.c, src/symtab.h: Rename USER_NUMBER_ALIAS to
749 USER_NUMBER_HAS_STRING_ALIAS throughout.
750 * src/symtab.c (symbol_make_alias): Remove comment from symtab.c
751 that is repeated in symtab.h. Improve argument names to make it
752 clear which side of the symbol-string alias pair is which.
753 (symbol_check_alias_consistency): Improve local variable names
754 for the same purpose.
755 * src/symtab.h (struct symbol): Make comments about aliases
756 clearer.
757 (symbol_make_alias): Improve comments and argument name.
758 * src/output.c (token_definitions_output): Update for rename to
759 USER_NUMBER_HAS_STRING_ALIAS and improve comments about aliases.
760
ce268795
AR
7612009-08-08 Alex Rozenman <rozenman@gmail.com>
762
763 Convert "misleading reference" messages to warnings.
764 * src/scan-code.l: New function 'show_sub_messages', more
765 factoring.
766 * tests/named-ref.at: Adjust tests.
767
401b73af
JD
7682009-08-06 Joel E. Denny <jdenny@clemson.edu>
769
770 maint: run "make update-copyright"
771
a1a9422d
JD
7722009-08-06 Joel E. Denny <jdenny@clemson.edu>
773
774 maint: make update-b4-copyright easier to use
775 * build-aux/update-b4-copyright: In warnings, report line
776 numbers rather than character positions.
777 * cfg.mk (update-copyright-local): Set to update-b4-copyright so
778 that update-copyright runs it.
779 * gnulib: Update.
780
0b61a8ec
JD
7812009-08-05 Joel E. Denny <jdenny@clemson.edu>
782
783 maint: clean up update-b4-copyright code
784 * build-aux/update-b4-copyright: Do not accept 2-digit
785 UPDATE_COPYRIGHT_YEAR, which was not handled correctly.
786 Don't accept a `[' in a b4_copyright argument.
787 Format code more consistently.
788 Don't assume b4*copyright never occurs.
789
269e222e
JD
7902009-08-04 Joel E. Denny <jdenny@clemson.edu>
791
792 maint: automate b4_copyright updates.
793 * Makefile.am (update-b4-copyright): New target rule.
794 * build-aux/local.mk (EXTRA_DIST): Add update-b4-copyright.
795 * build-aux/update-b4-copyright: New.
796 * data/yacc.c: Remove stray characters around b4_copyright
797 invocations.
798
35905f2b
JD
7992009-08-04 Joel E. Denny <jdenny@clemson.edu>
800
801 maint: automate annual package-wide copyright-year update.
802 * .x-update-copyright: New.
803 * Makefile.am (EXTRA_DIST): Remove maint.mk.
804 * bootstrap.conf (gnulib_modules): Add maintainer-makefile and
805 update-copyright. Remove gnumakefile, which is implied by
806 maintainer-makefile.
807 * cfg.mk (bootstrap-tools): Copy from old maint.mk.
808 * gnulib: Update.
809 * maint.mk: Remove, now copied from gnulib.
810 * examples/extexi: Add missing "(C)" in copyright statement so
811 update-copyright can recognize it.
812 * src/LR0.h: Likewise.
813 * src/print.h: Likewise.
814 * src/print_graph.h: Likewise.
815 * src/gram.c: Add missing comma in copyright statement.
816 * src/gram.h: Likewise.
817
b30e18dc
JD
8182009-08-04 Joel E. Denny <jdenny@clemson.edu>
819
820 Fix "make distcheck".
821 * examples/calc++/Makefile.am: Say $(srcdir)/calc.stamp instead
822 of just calc.stamp.
823
8d90395d
JD
8242009-08-01 Joel E. Denny <jdenny@clemson.edu>
825
826 Pacify "gcc -Wunused" for the input function from Flex.
827 Reported by Alex Rozenman. This warning shows up with gcc-4.3.0
828 and later.
829 * src/scan-code.l: Add "%option noinput", which I cannot find in
830 the Flex manual, but which Flex has supported since at least as
831 far back as 2.5.4. However, if any of our developers still use
832 Flex 2.5.4, they'll need to stop configuring with
833 --enable-gcc-warnings because "%option noinput" didn't work
834 correctly until Flex 2.5.6.
835 * src/scan-gram.l: Likewise.
836 * src/scan-skel.l: Likewise.
837
ba4184ec
AR
8382009-07-31 Alex Rozenman <rozenman@gmail.com>
839
840 Fix --enable-gcc-warnings problems.
841 * src/reader.c: Adjust variable names.
842 * src/scan-code.l: Fix prototypes and adjust names.
843 * src/named-ref.c: Remove redundant "if".
844
91a2af97
JD
8452009-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
846
847 Fix a --enable-gcc-warnings problem.
848 * src/scan-gram.l (SC_ESCAPED_CHARACTER): Actually use length
849 variable.
850
3208e3f4
JD
8512009-07-24 Joel E. Denny <jdenny@ces.clemson.edu>
852
853 Warn about character literals not of length one.
854 * NEWS (2.5): Document.
855 * src/scan-gram.l (INITIAL): Remove comment that we don't check
856 the length.
857 (SC_ESCAPED_CHARACTER): Warn if length is wrong.
858 * tests/input.at (Bad character literals): New test group.
859
5add20ab 8602009-07-24 Alex Rozenman <rozenman@gmail.com>
13cdf208
AR
861
862 Fix some memory leaks.
863 * src/named-ref.c: Add a pointer check (named_ref_free).
864 * src/scan-code.l: New function (variant_table_free). Called in
865 code_scanner_free.
866 * src/symlist.c: Call to named_ref_free (symbol_list_free).
867
e459fb0e
JD
8682009-07-24 Joel E. Denny <jdenny@ces.clemson.edu>
869
870 * src/lalr.c (state_lookahead_tokens_count): Correct comment.
871
c4be5517
JD
8722009-07-22 Joel E. Denny <jdenny@ces.clemson.edu>
873
874 Some M4 cleanup in the testsuite.
875 Suggested by Eric Blake at
876 <http://lists.gnu.org/archive/html/bison-patches/2009-04/msg00083.html>.
877 * tests/existing.at (_AT_TEST_EXISTING_GRAMMAR): Do not
878 complicate the code by distinguishing between a missing value
879 and an empty string value for an optional argument. This fix is
880 allowed by the similar fix in AT_TEST_TABLES_AND_PARSE below.
881 * tests/local.at (_AT_TEST_TABLES_AND_PARSE): Merge into...
882 (AT_TEST_TABLES_AND_PARSE): ... this now that the special
883 arguments are not needed because of the following changes.
884 Fix stale comments.
885 Bison developers should use GNU M4 and should not use
886 POSIXLY_CORRECT when building the test suite, so do not
887 complicate the code by avoiding $10 and above.
888 Do not quote an empty string value for an optional argument, and
889 do not distinguish between a missing value and an empty string
890 value.
891
feeb56cd
JD
8922009-07-15 Joel E. Denny <jdenny@ces.clemson.edu>
893
894 Revert unnecessary column realignment in --help output.
895 Reported by Akim Demaille at
896 <http://lists.gnu.org/archive/html/bison-patches/2009-06/msg00010.html>.
897 * src/getargs.c (usage): Here.
898
5add20ab 8992009-07-04 Alex Rozenman <rozenman@gmail.com>
629e4def
AR
900
901 Alphabetical order in src/local.mk.
902 * src/local.mk: Adjust.
903
5add20ab 9042009-07-04 Alex Rozenman <rozenman@gmail.com>
872b52bc
AR
905
906 Style changes and factoring.
907 * src/named-ref.h: Add comments.
908 * src/parse-gram.y: Readability and style changes.
909 * src/reader.c: Factoring: assign_named_ref function.
910 * src/scan-code.l: Factoring and style changes. Rename
911 parse_named_ref to parse_ref. Use "c-ctype.h" from gnulib.
912 Use "unsigned" type for variant index. Improve readablity.
913 * src/scan-gram.l: Change error messages and add comments.
914 * src/symlist.h: symbol_list_null: New function decl.
915 * src/symlist.c: symbol_list_null: Implement here.
916 * tests/named-refs.at: Adjust for new error messages.
917
83ea2423
EB
9182009-06-29 Eric Blake <ebb9@byu.net>
919
920 scan-code: avoid compiler warnings
921 * src/scan-code.l (parse_named_ref): Use correct specifiers.
922
5ece73ea
AD
9232009-06-29 Akim Demaille <demaille@gostai.com>
924
925 build: avoid concurrent extraction of calc++.
926 * examples/calc++/Makefile.am (calc.stamp): New.
927 Depend on it to create the sources of calc++ so that concurrent
928 builds don't launch several "extexi" in parallel.
929 Not only this is inefficient, this also builds incorrect sources
930 with several extractions mixed together.
931
ad597a78
AD
9322009-06-29 Akim Demaille <demaille@gostai.com>
933
934 parse.error: fix.
935 * data/bison.m4: Move code related to specific variables after the
936 definition of the variable-maintaining macros so that we don't
937 "invoke" b4_percent_define_check_values before it is defined.
938
31b850d2
AD
9392009-06-29 Akim Demaille <demaille@gostai.com>
940
941 variables: parse.error
942
943 Implement, document, and test the replacement of %error-verbose
944 by %define parse.error "verbose".
945 * data/bison.m4 (b4_error_verbose_if): Reimplement to track the
946 values of the parse.error variable.
947 Make "simple" its default value.
948 Check the valid values.
949 * src/parse-gram.y: Use %define parse.error.
950 (PERCENT_ERROR_VERBOSE): New token.
951 Support it.
952 * src/scan-gram.l: Support %error-verbose.
953
954 * doc/bison.texinfo (Decl Summary): Replace the documentation of
955 %define error-verbose by that of %define parse.error.
956 * NEWS: Document it.
957
958 * tests/actions.at, tests/calc.at: Use parse.error instead of
959 %error-verbose.
960
b9f1d9a4
AR
9612009-06-27 Alex Rozenman <rozenman@gmail.com>
962
963 Implement support for named symbol references.
964 * src/parse-gram.y: Add new syntax (named_ref.opt).
965 * src/reader.c: Store named refs in symbol lists.
966 * src/reader.h: New argument for symbol_append and
967 action_append functions.
968 * src/scan-code.h: Add new field (named_ref) into
969 code_props data structure. Keeps named ref of midrule
970 actions.
971 * src/scan-code.l: Support for named refs in semantic
972 action code. New function 'parse_named_ref'.
973 * src/scan-gram.l: Support bracketed id.
974 * src/symlist.c: Store named refs in symbol lists.
975 * src/symlist.h: New field in symbol list: named_ref.
976 * src/named-ref.h: New file, a struct for named_ref.
977 * src/named-ref.cp: New file, named_ref_new function.
978 * src/local.mk: Add two new files.
979 * tests/testsuite.at: Include new test group:
980 * tests/named-refs.at: this new file.
981
b5c212b6
AD
9822009-06-25 Akim Demaille <demaille@gostai.com>
983
984 hash: check insertion for memory exhaustion.
985 * src/uniqstr.c (uniqstr_new): New.
986
67501061
AD
9872009-06-24 Akim Demaille <demaille@gostai.com>
988
989 variables: rename namespace as api.namespace.
990 Discussed in
991 http://lists.gnu.org/archive/html/bison-patches/2009-04/msg00033.html
992
993 * data/bison.m4 (b4_percent_define_copy_, b4_percent_define_copy):
994 New.
995 (b4_percent_define_use): New.
996 Use it where applicable.
997 * data/c++.m4: Replace uses of the variable "namespace" by
998 "api.namespace".
999 Default the latter to the former.
1000 * doc/bison.texinfo (Decl Summary): Document "namespace" as
1001 obsolete.
1002 Document api.namespace.
1003 Use @samp to document %define uses, keep @code for identifiers.
1004 * NEWS: Likewise.
1005 * tests/c++.at, tests/input.at: Test api.namespace instead of
1006 namespace. (The tests passed with namespace.)
1007
41976786
AD
10082009-06-11 Akim Demaille <demaille@gostai.com>
1009
1010 style changes.
1011 * data/xslt/xml2dot.xsl, data/xslt/xml2xhtml.xsl: Space changes.
1012 * src/print-xml.c: Style changes.
1013 * tests/conflicts.at: Comment changes.
1014
44bb9084
AD
10152009-06-11 Akim Demaille <demaille@gostai.com>
1016
1017 xml: beware of user strings used to give a %prec to rules.
1018 * tests/conflicts.at (%prec with user strings): New.
1019 * src/gram.c (grammar_rules_print_xml): Escape the precedence for
1020 XML output.
1021
04d1e39d
AD
10222009-06-11 Akim Demaille <demaille@gostai.com>
1023
1024 hash: check insertion for memory exhaustion.
1025 * src/muscle-tab.c (muscle_insert, muscle_grow)
1026 * src/state.c (state_hash_insert): Check the return value of
1027 hash_insert.
1028
a8873669
AD
10292009-06-11 Akim Demaille <demaille@gostai.com>
1030
1031 tests: honor TESTSUITEFLAGS in every check target.
1032 * tests/local.mk (RUN_TESTSUITE): New.
1033 (check-local, installcheck-local, maintainer-check-g++)
1034 (maintainer-check-posix, maintainer-check-valgrind): Use it.
1035
8893145a
AD
10362009-06-10 Akim Demaille <demaille@gostai.com>
1037
1038 deterministic test suite.
1039 Some consistency checks on symbols are performed after all the
1040 symbols were read, by an iteration over the symbol table. This
1041 traversal is nondeterministic, which can be a problem for test
1042 cases.
1043 Avoid this.
1044 Addresses another form of nondeterminism reported by Joel E. Denny.
1045 http://lists.gnu.org/archive/html/bison-patches/2009-05/msg00023.html
1046
1047 * tests/input.at (Numbered tokens): Split the hexadecimal/decimal
1048 test in two.
1049 Use different file names for the three tests to make the
1050 maintenance easier.
1051
92d7a23a
AD
10522009-06-10 Akim Demaille <demaille@gostai.com>
1053
1054 gnulib: update.
b0778bdd
EB
1055 * gnulib: Update to latest.
1056 * lib/.cvsignore, lib/.gitignore, m4/.cvsignore,
1057 * m4/.gitignore: Regen.
1058 * src/symtab.c (symbol_from_uniqstr, semantic_type_from_uniqstr):
1059 Call xalloc_die on hash_insert failures.
1060 Requested by the new __warn_unused_result__ attribute of
1061 hash_insert.
92d7a23a 1062
12cf133f
AD
10632009-06-10 Akim Demaille <demaille@gostai.com>
1064
1065 deterministic user-token-number redeclaration errors.
1066 Address nondeterminism reported by Joel E. Denny.
1067 http://lists.gnu.org/archive/html/bison-patches/2009-05/msg00023.html
1068
1069 * src/uniqstr.h: Comment changes.
1070 * src/location.h (boundary_cmp, location_cmp): New.
1071 * src/symtab.c (user_token_number_redeclaration): New.
1072 (symbol_translation): Use it.
1073 * tests/input.at (Numbered tokens): Adjust the expected output.
1074
796a2b0a
AD
10752009-05-25 Akim Demaille <demaille@gostai.com>
1076
1077 build: avoid ignored errors.
1078 * doc/local.mk ($(CROSS_OPTIONS_TEXI)): Don't generate ignored
1079 errors, they pollute the output.
1080
0b6d43c5
JD
10812009-05-22 Joel E. Denny <jdenny@ces.clemson.edu>
1082
1083 Convert multiple variable definition warnings to complaints.
1084 * NEWS (2.5): Add a new entry for that change.
1085 * doc/bison.texinfo (Decl Summary): Update %define entry.
1086 (Bison Options): Update -D/--define/-F/--force-define entry.
1087 * src/muscle-tab.c (muscle_percent_define_insert): Implement.
1088 * src/muscle-tab.h (muscle_percent_define_insert): Update
1089 comments.
1090 * tests/input.at (`%define errors'): Update.
1091 (`%define, --define, --force-define'): Update.
1092
de5ab940
JD
10932009-05-22 Joel E. Denny <jdenny@ces.clemson.edu>
1094
1095 -F/--force-define and relative %define/-D/--define priorities.
1096 * NEWS (2.5): Add documentation to -D/--define entry.
1097 * build-aux/cross-options.pl: Hard-code association of
1098 --force-define with %define.
1099 * doc/bison.texinfo (Decl Summary): In %define entry,
1100 cross-reference command-line options.
1101 (Bison Options): Add documentation to -D/--define entry.
1102 (Option Cross Key): Widen column for --force-define row.
1103 * src/getargs.c (usage): Document -F/--force-define. Realign
1104 options in output.
1105 (short_options, long_options, getargs): Parse -F/--force-define,
1106 and update muscle_percent_define_insert invocations.
1107 * src/muscle-tab.h (muscle_percent_define_how): New enum type.
1108 (muscle_percent_define_insert): Add argument with that type.
1109 * src/muscle-tab.c (muscle_percent_define_insert): Implement
1110 -F/--force-define behavior and priorities.
1111 (muscle_percent_define_ensure): Update
1112 muscle_percent_define_insert invocation.
1113 * src/parse-gram.y (prologue_declaration): Update
1114 muscle_percent_define_insert invocations.
1115 * tests/input.at (`%define, --define'): Rename to...
1116 (`%define, --define, --force-define'): ... this and extend.
1117
f8e7258f
JD
11182009-05-22 Joel E. Denny <jdenny@ces.clemson.edu>
1119
1120 Update some comments to make sense for -D.
1121 * data/bison.m4 (b4_check_user_names): In header comments, say
1122 "user occurrence" instead of "grammar occurrence".
1123 * src/muscle-tab.h (muscle_percent_define_insert): Likewise.
1124 (muscle_percent_code_grow): Likewise just for consistency.
1125
b987342b
JD
11262009-05-20 Joel E. Denny <jdenny@ces.clemson.edu>
1127
1128 * data/c++.m4 (b4_namespace_close): Simplify slightly.
1129
4977e0a7
JD
11302009-05-19 Joel E. Denny <jdenny@ces.clemson.edu>
1131
1132 Handle a trailing `:' in a user-supplied C++ namespace better.
1133 * data/c++.m4 (b4_namespace_close): Don't let it be printed
1134 among the closing braces here. This fix might make the
1135 generated code easier to debug, but otherwise it should be
1136 insignificant because a trailing `:' is a C++ error already.
1137
9b04dad7
AD
11382009-05-19 Akim Demaille <demaille@gostai.com>
1139
1140 remove useless variable.
1141 * src/getargs.c (skeleton_arg): Remove now useless variable.
1142 Should help the compiler see that this printf-like call is sane.
1143
4c6622c2
AD
11442009-05-15 Akim Demaille <demaille@gostai.com>
1145
1146 Rename token.prefix as api.tokens.prefix.
1147 Discussed here.
1148 http://lists.gnu.org/archive/html/bison-patches/2009-05/msg00024.html.
1149
1150 * NEWS, data/bison.m4, data/c.m4, data/java.m4, doc/bison.texinfo,
1151 * tests/c++.at, tests/calc.at, tests/java.at, tests/local.at
1152 (token.prefix): Rename as...
1153 (api.tokens.prefix): this.
1154
3c248d70
AD
11552009-05-11 Akim Demaille <demaille@gostai.com>
1156
1157 doc: use C++ headers.
1158 * doc/bison.texinfo (Calc++ Scanner): Prefer C++ headers to C
1159 headers.
1160
99c08fb6
AD
11612009-05-11 Akim Demaille <demaille@gostai.com>
1162
1163 doc: token.prefix
1164 * doc/bison.simple (Decl Summary): Document token.prefix.
1165 (Calc++ Parser): Various fixes.
1166 Formatting changes.
1167 Use token.prefix.
1168 Introduce a macro TOKEN to shorten the code and make it more
1169 readable.
1170 (Calc++ Scanner): Adjust.
1171 * NEWS (Variable token.prefix): New.
1172
84a1cb5a
AD
11732009-05-04 Akim Demaille <demaille@gostai.com>
1174
1175 bison: catch bad symbol names.
1176 * src/scan-gram.l({int}{id}): Report as an invalid identifier.
1177 * tests/input.at: Adjust.
1178
cdf3f113
AD
11792009-05-04 Akim Demaille <demaille@gostai.com>
1180
1181 identifiers: dashes are letters.
1182 Dashes can now start identifiers (symbols and directives).
84a1cb5a 1183
cdf3f113
AD
1184 * src/scan-gram.l ({letter}): Add dash.
1185 ({id}): Remove it.
1186 * tests/input.at (Symbols): Adjust.
1187 Remove stray comment.
1188 * tests/regression.at (Invalid inputs): Adjust error message.
1189 * doc/bison.texinfo (Symbols): Update.
1190
98a345a2
JD
11912009-05-01 Joel E. Denny <jdenny@ces.clemson.edu>
1192
1193 Declare %code to be a permanent feature.
1194 * NEWS (2.4.2): Here.
1195 * doc/bison.texinfo (Prologue Alternatives): Don't say it's
1196 experimental.
1197 (Decl Summary): Likewise.
1198
67212941
JD
11992009-04-30 Joel E. Denny <jdenny@ces.clemson.edu>
1200
1201 Convert underscores to dashes in some %define variable names.
1202 For now, just api.push-pull and lr.keep-unreachable-states.
1203 Maintain old names for backward compatibility.
1204 * NEWS (2.5): Document.
1205 * data/c.m4 (b4_identification): Update comment.
1206 * data/yacc.c: Update access.
1207 * doc/bison.texinfo: Update.
1208 * etc/bench.pl.in (bench_push_parser): Update use.
1209 * src/files.c (tr): Move to...
1210 * src/getargs.c, src/getargs.h (tr): ... here because I can't
1211 think of a better place to expose it. My logic is that, for all
1212 uses of tr so far, command-line arguments can be involved, and
1213 getargs.h is already included.
1214 * src/main.c (main): Update access.
1215 * src/muscle_tab.c (muscle_percent_define_insert): Convert old
1216 variable names to new variable names before assigning value.
1217 * src/reader.c (reader): Update setting default.
1218 * tests/calc.at: Update uses.
1219 * tests/conflicts.at (Unreachable States After Conflict
1220 Resolution): Update use.
1221 * tests/input.at (%define enum variables): Update use.
1222 (%define backward compatibility): New test group.
1223 * tests/push.at: Update uses.
1224 * tests/reduce.at: Update uses.
1225 * tests/torture.at: Update uses.
1226
ba5c6d94
JD
12272009-04-30 Joel E. Denny <jdenny@ces.clemson.edu>
1228
1229 Set all front-end %define defaults in one place.
1230 * src/main.c (main): Move lr.keep_unreachable_states default...
1231 * src/reader.c (reader): ... to here.
1232
5bab9d08
JD
12332009-04-29 Joel E. Denny <jdenny@ces.clemson.edu>
1234
1235 Rename lr.default_reductions to lr.default-reductions.
1236 * NEWS (2.5): Here.
1237 * doc/bison.texinfo: Here.
1238 * src/lalr.c (initialize_LA): Here.
1239 * src/print.c (print_reductions): Here.
1240 * src/reader.c (reader): Here.
1241 * src/tables.c (action_row): Here.
1242 * tests/input.at (%define enum variables): Here.
1243 * tests/reduce.at (AT_TEST_LR_DEFAULT_REDUCTIONS): Here.
1244
d521ee19
JD
12452009-04-29 Joel E. Denny <jdenny@ces.clemson.edu>
1246
1247 Pacify ./configure --enable-gcc-warnings.
1248 * tests/input.at (Symbols): Prototype yyerror and yylex.
1249
12502009-04-29 Joel E. Denny <jdenny@ces.clemson.edu>
c9aded4b
JD
1251
1252 Document how `%define "var" "value"' is not M4-friendly.
1253 * src/parse-gram.y (variable): In comments here.
1254
8f0d265e
JD
12552009-04-24 Joel E. Denny <jdenny@ces.clemson.edu>
1256
1257 Clean up recent patches a little.
1258 Reported by Akim Demaille.
1259 * doc/bison.texinfo (Understanding): Fix typos.
1260 * src/print.c (print_reductions): Don't use negated variable.
1261
f4909773
JD
12622009-04-24 Joel E. Denny <jdenny@ces.clemson.edu>
1263
1264 List accepted values for a %define enum variable with an invalid value.
1265 Suggested by Akim Demaille at
1266 <http://lists.gnu.org/archive/html/bison-patches/2009-04/msg00082.html>.
1267 * data/bison.m4 (_b4_percent_define_check_values): Implement.
1268 * src/muscle-tab.c (muscle_percent_define_check_values): Implement.
1269 * tests/input.at (%define lr.default_reductions invalid values): Merge
1270 into...
1271 (%define enum variables): ... here, and update output.
1272
110ef36a
JD
12732009-04-23 Joel E. Denny <jdenny@ces.clemson.edu>
1274
1275 Rename "default rule" to "default reduction".
1276 This includes changing variable names in code, changing
1277 comments, and renaming %define lr.default_rules to %define
1278 lr.default_reductions.
1279 * NEWS (2.5): Update IELR documentation.
1280 * data/bison.m4 (b4_integral_parser_tables_map): Adjust YYDEFACT
1281 documentation.
1282 * data/glr.c, data/lalr1.java: Sync copyright dates.
1283 * doc/bison.texinfo (Decl Summary): Adjust lr.default_reductions
1284 and lr.type documentation. Make some other wording
1285 improvements.
1286 (Glossary): Adjust cross-references and Default Reduction
1287 definition.
1288 * src/lalr.c (state_lookahead_tokens_count): Adjust code.
1289 Remove a confusing comment pointed out by Akim Demaille.
1290 (initialize_LA): Adjust code.
1291 * src/print-xml.c (print_reductions): Adjust code.
1292 * src/print.c (print_reductions): Adjust code.
1293 * src/reader.c (reader): Adjust code.
1294 * src/tables.c (action_row): Adjust code.
1295 (token_actions): Adjust code.
1296 * src/tables.h: Adjust YYDEFACT documentation.
1297 * tests/input.at (%define lr.default_rules invalid values):
1298 Rename test group to...
1299 (%define lr.default_reductions invalid values): ... this, and
1300 update grammar file and expected output.
1301 * tests/reduce.at (AT_TEST_LR_DEFAULT_RULES): Rename to...
1302 (AT_TEST_LR_DEFAULT_REDUCTIONS): ... this, and update.
1303
746ee38c
AD
13042009-04-21 Akim Demaille <demaille@gostai.com>
1305
1306 tests: check the use of dashes and periods in symbols.
1307 * tests/input.at (Symbol): New test group.
1308
eb45ef3b
JD
13092009-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
1310
1311 Document %define lr.type and lr.default_rules.
1312 * NEWS (2.5): Add an entry.
1313 * src/getargs.c (usage): Mention IELR(1) and canonical LR(1)
1314 besides just LALR(1) and GLR(1).
1315 * doc/bison.texinfo (Introduction): Likewise.
1316 (Language and Grammar): Bison is no longer limited to LALR(1)
1317 restrictions.
1318 (GLR parsing): Say deterministic or LR(1) rather than LALR(1)
1319 when trying to distinguish from GLR. Talk about LR(1) grammars
1320 rather than LALR(1) grammars.
1321 (Decl Summary): In %define api.push_pull entry, say it applies
1322 to deterministic parsers in C rather than LALR(1) parsers in C.
1323 Add lr.default_rules entry.
1324 Add lr.type entry.
1325 (Mystery Conflicts): Bison is no longer limited to LALR(1)
1326 restrictions.
1327 (Generalized LR Parsing): Same changes as for the previous GLR
1328 section.
1329 (Memory Management): Say deterministic rather than LALR(1).
1330 (Understanding): Correct some bison output.
1331 Index discussion of "accepting state".
1332 Say deterministic rather than LALR(1).
1333 (Bison Options): In --yacc entry, say deterministic rather than
1334 LALR(1).
1335 In --report, --graph, and --xml entries, just don't mention
1336 LALR(1).
1337 (C++ Parsers): Say deterministic rather than LALR(1).
1338 (Table of Symbols): Likewise in YYSTACK_USE_ALLOCA entry.
1339 (Glossary): Add Accepting State, Consistent State, Default Rule,
1340 and IELR(1) definitions.
1341 In Generalized LR (GLR) definition, make same changes as in
1342 previous GLR sections.
1343 In LALR(1) definition, say Bison uses LALR(1) by default rather
1344 than implying Bison is limited to LALR(1).
1345 (LocalWords): Add IELR.
1346
db34f798
JD
13472009-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
1348
1349 Finish implementing %define lr.type.
1350 Its value can be "LALR", "IELR", or "canonical LR".
1351 * lib/timevar.def (TV_IELR_PHASE1): New var.
1352 (TV_IELR_PHASE2): New var.
1353 (TV_IELR_PHASE3): New var.
1354 (TV_IELR_PHASE4): New var.
1355 * src/Makefile.am (bison_SOURCES): Add AnnotationList.c,
1356 AnnotationList.h, InadequacyList.c, InadequacyList.h, Sbitset.c,
1357 Sbitset.h, ielr.h, and ielr.c.
1358 * src/getargs.h, src/getargs.c (enum trace, trace_args,
1359 trace_types): Add trace_ielr.
1360 * src/lalr.h, src/lalr.c (ngotos): Export it.
1361 (F): Rename to...
1362 (goto_follows): ... this, update all uses, and export it.
1363 (set_goto_map): Export it.
1364 (map_goto): Export it.
1365 (compute_lookahead_tokens): Don't free goto_follows yet. Now
1366 handled in ielr.
1367 (initialize_LA): Export it. Move lookback allocation to...
1368 (lalr): ... here because, for canonical LR, initialize_LA must
1369 be invoked but lookback and much of the rest of LALR isn't
1370 needed.
1371 * main.c (main): Instead of lalr, invoke ielr, which invokes
1372 lalr.
1373 * src/reader.c (reader): Default lr.type to "LALR".
1374 Default lr.default_rules to "accepting" if lr.type is "canonical
1375 LR". Leave the default as "all" otherwise.
1376 Check for a valid lr.type value.
1377 * src/state.h, src/state.c (struct state_list): Add state_list
1378 member.
1379 (state_new): Initialize state_list member to NULL.
1380 (state_new_isocore): New function, exported.
1381 * tests/existing.at (AT_TEST_EXISTING_GRAMMAR): New macro that
1382 exercises all values of lr.type.
1383 (GNU AWK Grammar): Rename test group to...
1384 (GNU AWK 3.1.0 Grammar): ... this, and extend to use
1385 AT_TEST_EXISTING_GRAMMAR.
1386 (GNU Cim Grammar): Extend to use AT_TEST_EXISTING_GRAMMAR.
1387 (GNU pic Grammar): Rename test group to...
1388 (GNU pic (Groff 1.18.1) Grammar): ... this, and extend to use
1389 AT_TEST_EXISTING_GRAMMAR.
1390 * tests/reduce.at (AT_TEST_LR_TYPE): New macro that exercises
1391 all values of lr.type.
1392 (Single State Split): New test groups using AT_TEST_LR_TYPE.
1393 (Lane Split): Likewise.
1394 (Complex Lane Split): Likewise.
1395 (Split During Added Lookahead Propagation): Likewise.
1396
7fe11bb5
JD
13972009-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
1398
1399 Add new files for IELR and canonical LR implementation.
1400 * src/AnnotationList.c: New.
1401 * src/AnnotationList.h: New.
1402 * src/InadequacyList.c: New.
1403 * src/InadequacyList.h: New.
1404 * src/Sbitset.c: New.
1405 * src/Sbitset.h: New.
1406 * src/ielr.c: New.
1407 * src/ielr.h: New.
1408
7254f6a8
JD
14092009-04-20 Joel E. Denny <jdenny@ces.clemson.edu>
1410
1411 Implement %define lr.default_rules.
1412 Its value describes the states that are permitted to contain
1413 default rules: "all", "consistent", or "accepting".
1414 * src/reader.c (reader): Default lr.default_rules to "all".
1415 Check for a valid lr.default_rules value.
1416 * src/lalr.c (state_lookahead_tokens_count): If lr.default_rules
1417 is "accepting", then only mark the accepting state as
1418 consistent.
1419 (initialize_LA): Tell state_lookahead_tokens_count whether
1420 lr.default_rules is "accepting".
1421 * src/tables.c (action_row): If lr.default_rules is not "all",
1422 then disable default rules in inconsistent states.
1423 * src/print.c (print_reductions): Use this opportunity to
1424 perform some assertions about whether lr.default_rules was
1425 obeyed correctly.
1426 * tests/local.at (AT_TEST_TABLES_AND_PARSE): New macro that
1427 helps with checking the parser tables for a grammar.
1428 * tests/input.at (%define lr.default_rules invalid values): New
1429 test group.
1430 * tests/reduce.at (AT_TEST_LR_DEFAULT_RULES): New macro using
1431 AT_TEST_TABLES_AND_PARSE.
1432 (`no %define lr.default_rules'): New test group generated by
1433 AT_TEST_LR_DEFAULT_RULES.
1434 (`%define lr.default_rules "all"'): Likewise.
1435 (`%define lr.default_rules "consistent"'): Likewise.
1436 (`%define lr.default_rules "accepting"'): Likewise.
1437
72e727f2
AD
14382009-04-20 Akim Demaille <demaille@gostai.com>
1439
1440 Formatting change.
1441
90462b8d
AD
14422009-04-20 Akim Demaille <demaille@gostai.com>
1443
1444 bison: factoring.
1445 * src/output.c (token_definitions_output): Use symbol_id_get
1446 instead of duplicating its logic.
1447 * TODO (YYERRCODE): Extend.
1448
4f646c37
AD
14492009-04-20 Akim Demaille <demaille@gostai.com>
1450
71b00ed8
AD
1451 variables: prefer error-verbose to error_verbose.
1452 * data/bison.m4 (b4_error_verbose_if): Based on error-verbose
1453 instead of error_verbose.
1454 * src/scan-gram.l (%error-verbose): Map to the error-verbose
1455 variable.
1456 * doc/bison.texinfo: Promote %define error-verbose instead of
1457 %error-verbose.
1458 * tests/actions.at: Prefer %define error-verbose to %error-verbose.
1459
14602009-04-15 Akim Demaille <demaille@gostai.com>
1461
4f646c37
AD
1462 variables: accept dashes.
1463 * data/bison.m4 (b4_percent_define_if_define_): Also map dashes to
1464 underscores.
1465 * src/scan-gram.l ({id}): Also accept dashes after the initial
1466 letter.
1467 ({directive}): Use {id}.
1468 * src/parse-gram.y: Comment and formatting changes.
1469 * doc/bison.texinfo (Symbols): Adjust the lexical definitions of
1470 symbols.
1471 * src/complain.h, src/complain.c (yacc_at): New.
1472 * src/symtab.c (symbol_new): Use yacc_at to report inappropriate
1473 symbol names.
1474 * src/output.c (token_definitions_output): Do not #define token
1475 names with dashes.
1476
184e3179
AD
14772009-04-20 Akim Demaille <demaille@gostai.com>
1478
1479 Consistently refer to Yacc, not YACC.
1480 * src/getargs.c (usage, warnings_args): s/YACC/Yacc/.
1481
41253c3a
JD
14822009-04-17 Joel E. Denny <jdenny@ces.clemson.edu>
1483
1484 Pacify make maintainer-check-posix.
1485 * tests/input.at (%define, --define): Move bison command-line
1486 options before grammar file name.
1487
197b82ba
JD
14882009-04-04 Joel E. Denny <jdenny@ces.clemson.edu>
1489
1490 Document semicolon warnings.
1491 * NEWS (2.5): Here.
1492
0c90a1f5
AD
14932009-04-14 Akim Demaille <demaille@gostai.com>
1494
1495 variables: use `parse.assert' instead of `assert'.
1496 * TODO (assert): Remove.
1497 * data/bison.m4 (b4_assert_if): Replace with...
1498 (b4_parse_assert_if): this.
1499 * data/lalr1.cc, data/variant.hh, tests/c++.at: Adjust.
1500 * doc/bison.texinfo (Decl Summary): Document parse.assert.
1501
fa819509
AD
15022009-04-14 Akim Demaille <demaille@gostai.com>
1503
16dc0d90 1504 variables: use `parse.trace' instead of `debug'.
fa819509
AD
1505 * src/getargs.c (getargs): Map -t to %define trace.parse.
1506 * src/scan-gram.l (%debug): Map to %define trace.parse.
1507 * data/bison.m4 (b4_percent_define_if_define): Map `.' in variable
1508 names to `_' in macro names.
1509 (b4_debug_if): Replace with...
1510 (b4_parse_trace_if): this.
1511 * data/glr.c, data/glr.cc, data/lalr1.cc, data/lalr1.java,
1512 * data/yacc.c: Adjust.
1513 * doc/bison.texinfo (Decl Summary): Document %debug as obsoleted.
1514 Use @code to label the variable list.
1515 Document the variable parse.trace.
1516 (Tracing): Promote the parse.trace variable.
1517 * TODO: %printer is not documented.
1518
f7dae1ea
AD
15192009-04-14 Akim Demaille <demaille@gostai.com>
1520
1521 doc: minor fixes.
1522 * doc/bison.texinfo (Decl Summary): Fix entry about %debug.
1523 (Table of Symbols): Remove duplicate entry for %debug.
1524
3535c071
EB
15252009-04-10 Eric Blake <ebb9@byu.net>
1526
1527 submodules: update to latest
1528 * submodules/autoconf: Use latest upstream Autoconf.
1529
cf48f675
EB
15302009-04-06 Eric Blake <ebb9@byu.net>
1531
1532 Work around autoconf 2.63b bug in testsuite.
1533 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): Avoid tripping
1534 autoconf bug related to # in test.
1535
50cca368
JD
15362009-04-06 Joel E. Denny <jdenny@ces.clemson.edu>
1537
1538 * NEWS (2.5): New section. Describe new -D/--define feature.
1539
3583d96b
AD
15402009-04-06 Akim Demaille <demaille@gostai.com>
1541
1542 Regen.
1543 * src/parse-gram.h, src/parse-gram.c: Regen.
1544
00f5d575
AD
15452009-04-06 Akim Demaille <demaille@gostai.com>
1546
1547 rename muscle_tab.* as muscle-tab.* for consistency.
1548 * src/muscle_tab.h, src/muscle_tab.c: Rename as...
1549 * src/muscle-tab.h, src/muscle-tab.c: these.
1550 * src/getargs.c, src/local.mk, src/main.c, src/output.c,
1551 * src/parse-gram.y, src/reader.c, src/scan-code.l: Adjust.
1552
76bf5102
AD
15532009-04-06 Akim Demaille <demaille@gostai.com>
1554
1555 Makefile: introduce $(BISON).
1556 * src/local.mk (BISON): New.
1557 (YACC): Use it.
1558
bc0f5737
AD
15592009-04-06 Akim Demaille <demaille@gostai.com>
1560
1561 parser: handle %locations as %define locations.
1562 * src/getargs.h, src/getargs.c (locations_flag): Remove.
1563 * src/getargs.c, src/scan-code.l: Use muscle_percent_define_ensure
1564 to set "locations" to true.
1565 * src/output.c (prepare): Don't output "locations".
1566 * src/scan-gram.l (%locations): Handle it as a %<flag>.
1567 * src/parse-gram.y: It's no longer a token.
1568 Don't handle it.
1569 * data/bison.m4 (b4_locations_if): Define it with
1570 b4_percent_define_if_define.
1571 * data/c.m4, data/glr.cc: Adjust.
1572
697c912f
AD
15732009-04-06 Akim Demaille <demaille@gostai.com>
1574
1575 Regen.
1576 * src/parse-gram.c: Regen.
1577
4920ae8b
AD
15782009-04-06 Akim Demaille <demaille@gostai.com>
1579
1580 muscle: factor the handling of obsolete of obsolete directives.
1581 Suggested by Joel E. Denny.
50cca368 1582
4920ae8b
AD
1583 * src/muscle_tab.h, src/muscle_tab.c (muscle_percent_define_ensure):
1584 New, extracted from...
1585 * src/parse-gram.y (prologue_declaration: pure-parser): here.
1586 Remove it.
1587 (prologue_declaration: "%<flag>"): Use
1588 muscle_percent_define_ensure.
1589 (%error-verbose, %pure-parser): No longer tokens.
1590 * src/scan-gram.l (pure-parser): Return as a %<flag>.
1591
1d5b3c08
JD
15922009-04-06 Joel E. Denny <jdenny@ces.clemson.edu>
1593
1594 Fix options documentation.
1595 * build-aux/cross-options.pl: As in --help output, write optional
1596 arguments as [=ARG] not =[ARG].
1597 * doc/bison.texinfo (Bison Options): Add -W/--warnings argument.
1598
62c99cf4
JD
15992009-04-04 Joel E. Denny <jdenny@ces.clemson.edu>
1600
1601 Replace BISON_PROG_GNU_M4 with Autoconf's AC_PROG_GNU_M4.
1602 If the first m4 in $PATH is wrong, it keeps looking. Moreover, its
1603 requirements for a correct m4 are stricter.
1604 * m4/m4.m4: Make it a symbolic link to submodules/autoconf/m4/m4.m4.
1605 * configure.ac: Update to use AC_PROG_GNU_M4.
1606 Reported by Eric Blake.
1607
1c93f35b
JD
16082009-04-03 Joel E. Denny <jdenny@ces.clemson.edu>
1609
1610 Help with updating web manual.
1611 * HACKING: Incorporate instructions from gnulib/doc/README.
1612 * bootstrap.conf (gnulib_modules): Add gendocs.
1613
86cfae0a
AD
16142009-04-03 Akim Demaille <demaille@gostai.com>
1615
1616 Regen.
1617 * src/parse-gram.h, src/parse-gram.c: Regen.
1618
ba061fa6
AD
16192009-04-03 Akim Demaille <demaille@gostai.com>
1620
1621 Factor %FLAG at scan level.
1622 * src/parse-gram.y (PERCENT_DEBUG, PERCENT_ERROR_VERBOSE): Token
1623 definitions and associated rules, replaced by....
1624 (PERCENT_FLAG): this new token type, and rule.
1625 * src/scan-gram.l (RETURN_PERCENT_FLAG): New.
1626 Use it for %debug and %error-verbose.
1627
b19ebeb3
AD
16282009-04-03 Akim Demaille <demaille@gostai.com>
1629
1630 Regen.
1631 * src/parse-gram.h, src/parse-gram.c: Regen.
1632
001a16a9
AD
16332009-04-03 Akim Demaille <demaille@gostai.com>
1634
1635 Treat %debug as %define debug.
1636 * data/bison.m4 (b4_debug_if): New.
1637 * data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c,
1638 * data/lalr1.java: Use it instead of b4_debug_flag.
1639 * src/getargs.h, src/getargs.c (debug_flag): Remove.
1640 * src/output.c (prepare): Don't output it.
1641 * src/parse-gram.y: Treat %debug as %define debug.
1642
16432009-04-03 Akim Demaille <demaille@gostai.com>
1644
1645 Treat %error-verbose as %define error_verbose.
1646 This allows to pass -Derror_verbose on the command line. Better
1647 yet, it allows to pass -Derror_verbose=$(ERROR_VERBOSE), with
1648 ERROR_VERBOSE being defined as false or true.
1649 * data/bison.m4 (b4_percent_define_if_define): Instead of relying
1650 on b4_percent_define_ifdef, for does not check the defined value,
1651 but only whether the symbol is defined, rely on
1652 b4_percent_define_flag_if, so that a value of "false" is processed
1653 as a false.
1654 If not defined, define the flag to "false".
1655 (b4_error_verbose_if): New.
1656 * data/glr.c, data/lalr1.cc, data/yacc.c: Use it instead of
1657 b4_error_verbose_flag.
1658 * src/getargs.h, src/getargs.c (error_verbose_flag): Remove.
1659 * src/output.c (prepare): Don't output it.
1660 * src/parse-gram.y (%error-verbose): Treat as %define error_verbose.
1661
92822aff
JD
16622009-04-03 Joel E. Denny <jdenny@ces.clemson.edu>
1663
1664 Fix strange %define locations for default values.
1665 Reported by Akim Demaille at
1666 <http://lists.gnu.org/archive/html/bug-bison/2007-12/msg00001.html>
1667 and discussed again starting at
1668 <http://lists.gnu.org/archive/html/bison-patches/2008-11/msg00102.html>.
1669 * data/bison.m4 (b4_percent_define_default): Leave syncline blank
1670 because location information is bogus.
1671 Use angle brackets to delimit fake file name because square brackets
1672 look like underexpanded m4. Choose a better fake file name.
1673 Use negative line numbers.
1674 * src/muscle_tab.c (muscle_percent_define_default): Likewise.
1675 * src/location.c (location_print): If line for a boundary is negative,
1676 only print that boundary's file name.
1677 * src/location.h: Document that.
1678 * tests/skeletons.at (%define Boolean variables: invalid skeleton
1679 defaults): Update output.
1680
e021191b
JD
16812009-04-03 Joel E. Denny <jdenny@ces.clemson.edu>
1682
1683 Pacify ./configure --enable-gcc-warnings.
1684 * Makefile.am (AM_CFLAGS): Remove $(WERROR_CFLAGS) because many files
1685 in lib won't compile with it.
1686 * src/local.mk (src_bison_CFLAGS): Use $(WERROR_CFLAGS) here only.
1687
78f65418
AD
16882009-03-31 Akim Demaille <demaille@gostai.com>
1689
1690 bootstrap: --help to stdout.
1691 * bootstrap (usage): Don't send --help to stderr.
1692 Use a here doc instead of a long string.
1693
f7e241f4
AD
16942009-03-31 Akim Demaille <demaille@gostai.com>
1695
1696 bootstrap: README-hacking no longer exists
1697 * bootstrap (checkout_only_file): Set to HACKING.
1698
31d3e510
AD
16992009-03-26 Akim Demaille <demaille@gostai.com>
1700
1701 doc: merge HACKING and README-hacking.
1702 Two files is confusing.
1703 Reported by Alexandre Duret-Lutz.
1f9d8248 1704
31d3e510
AD
1705 * README-hacking: Merge into...
1706 * HACKING (Working from the repository): here.
1707
81535bfa
AD
17082009-03-26 Akim Demaille <demaille@gostai.com>
1709
1710 doc: update README-hacking.
1711 * README-hacking: We now use git and git submodules.
1712 Reported by Ralf Wildenhues and Alexandre Duret-Lutz.
1713
56f772e9
AD
17142009-03-26 Akim Demaille <demaille@gostai.com>
1715
1716 lalr1.cc: avoid GCC 4.3 warnings.
1717 GCC 4.3 now warns about "a || b && c" and asks for explicit
1718 parentheses.
1719 Reported by Alexandre Duret-Lutz.
1720 * data/location.cc: Update copyright years.
1721 (Position::operator==): Use parens to make precedence explicit.
1722 Compare lines and columns first, as they are more likely to be
1723 different, and they are faster to compare.
1724
11c073b7
AD
17252009-03-26 Akim Demaille <demaille@gostai.com>
1726
1727 gnulib: update.
1728 * gnulib: Update to latest.
1729 * src/local.mk (AM_CFLAGS): Move to...
1730 * Makefile.am: here.
1731 * etc/prefix-gnulib-mk (prefix_assignment): Also transform
1732 AM_CFLAGS.
1733
91be6b28
AD
17342009-03-02 Akim Demaille <demaille@gostai.com>
1735
1736 Comment changes.
1737
cbf25ce7
AD
17382009-03-02 Akim Demaille <demaille@gostai.com>
1739
1740 Share b4_yytranslate_define.
1741 * data/lalr1.cc (b4_yytranslate_define): Move to...
1742 * data/c++.m4: here.
1743
882f02ed
AD
17442009-03-02 Akim Demaille <demaille@gostai.com>
1745
1746 Use locations in the variant example.
1f9d8248
AD
1747 Yes, this obfuscates the point of this example, variants only.
1748 But glr.cc cannot work (yet?) without locations. This change
1749 makes it easier to use this example with glr.cc.
11c073b7 1750
882f02ed
AD
1751 * examples/variant.yy (assert): %define it.
1752 (locations): Request them.
1753 (yylex): Bind the location to the stage.
1754
0623bacc
AD
17552009-03-02 Akim Demaille <demaille@gostai.com>
1756
1757 Dub make_TOKEN as a public type interface.
1758 * data/c++.m4 (b4_symbol_constructor_declare)
1759 (b4_symbol_constructor_define): New empty stubs.
1760 (b4_public_types_declare, b4_public_types_define): Use them.
1761 * data/lalr1.cc (b4_symbol_constructor_declare)
1762 (b4_symbol_constructor_declare_)
1763 (b4_symbol_constructor_define_, b4_symbol_constructor_define):
1764 Move to...
1765 * data/variant.hh: here.
1766 Remove the "b4_variant_if" parts, as variant.hh is loaded only if
1767 needed.
1768 * data/lalr1.cc: No longer invoke b4_symbol_constructor_define and
1769 b4_symbol_constructor_declare, as it is now done by
1770 b4_public_types_define and b4_public_types_declare.
1771
5f5a90df
AD
17722009-03-02 Akim Demaille <demaille@gostai.com>
1773
1774 Coding style changes.
1775 * data/lalr1.cc (b4_symbol_constructor_declaration_)
1776 (b4_symbol_constructor_declarations)
1777 (b4_symbol_constructor_definition_)
1778 (b4_symbol_constructor_definitions)
1779 (b4_yytranslate_definition): Rename as...
1780 (b4_symbol_constructor_declare_)
1781 (b4_symbol_constructor_declare)
1782 (b4_symbol_constructor_define_)
1783 (b4_symbol_constructor_define)
1784 (b4_yytranslate_define): these.
1785 * data/variant.hh (b4_variant_definition): Rename as...
1786 (b4_variant_define): this.
1787
b47b6ff7
AD
17882009-03-02 Akim Demaille <demaille@gostai.com>
1789
1790 Factor b4_assert_if, b4_lex_symbol_if, and b4_variant_if.
1791 * data/bison.m4 (b4_percent_define_if_define): New.
1792 * data/c++.m4 (b4_variant_if): Move to...
1793 * data/bison.m4: Here, using b4_percent_define_if_define.
1794 * data/lalr1.cc (b4_assert_if, b4_lex_symbol_if): Move to...
1795 * data/bison.m4: Here, using b4_percent_define_if_define.
1796
1d6b689b
AD
17972009-03-02 Akim Demaille <demaille@gostai.com>
1798
1799 Dub symbol_type_base as a public type.
1800 * data/c++.m4 (b4_public_types_declare): Now define
1801 symbol_type_base and symbol_type.
1802 (b4_public_types_define): New.
1803 In both cases, the definitions are taken verbatim from lalr1.cc.
1804 * data/lalr1.cc: Adjust.
1805
4f84717d
AD
18062009-03-02 Akim Demaille <demaille@gostai.com>
1807
1808 b4_public_types_declare.
1809 * data/c++.m4 (b4_public_types_declare): New.
1810 * data/glr.cc, data/lalr1.cc: Use it.
1811
b9e4eb5b
AD
18122009-03-02 Akim Demaille <demaille@gostai.com>
1813
1814 b4_semantic_type_declare.
1815 * data/c++.m4 (b4_semantic_type_declare): New.
1816 Factors and generalizes what was in glr.cc and lalr1.cc.
1817 * data/variant.hh (b4_semantic_type_declare): Redefine it for
1818 variants.
1819 * data/lalr1.cc, data/glr.cc: Use it.
1820
6a6e7f0c
AD
18212009-02-26 Akim Demaille <demaille@gostai.com>
1822
1823 Upgrade gnulib.
1824 * gnulib: Upgrade from master.
1825 * lib/.cvsignore, lib/.gitignore, m4/.cvsignore, m4/.gitignore:
1826 Regen.
1827
e9e61b00
AD
18282009-02-25 Akim Demaille <demaille@gostai.com>
1829
1830 Remove useless arguments.
1831 * data/glr.c (yy_reduce_print): $$ and @$ are not used and not
1832 relevant.
1833
3eead995
AD
18342009-02-25 Akim Demaille <demaille@gostai.com>
1835
1836 Comment changes.
1837 * data/lalr1.cc: here.
1838
87f28efe
AD
18392009-02-25 Akim Demaille <demaille@gostai.com>
1840
1841 Fix glr.cc's debug level handling.
1842 * data/glr.cc (yydebug_): Remove, as it is actually yydebug from
1843 glr.c which is used.
1844 (debug_level, set_debug_level): Adjust.
1845
9be2a009
AD
18462009-02-25 Akim Demaille <demaille@gostai.com>
1847
1848 Copyright years.
1849 * data/glr.c: Add 2007 and 2008 here, consistenly with the comments.
1850
07a6e87d
AD
18512009-02-25 Akim Demaille <demaille@gostai.com>
1852
1853 Style changes.
1854 * etc/bench.pl.in (generate_grammar_list): Consitently use
1855 location_type, not yy::location.
1856
33c78bd2
AD
18572009-02-25 Akim Demaille <demaille@gostai.com>
1858
1859 Comment change.
1860 * data/lalr1.cc: here.
1861
49572920
AD
18622009-02-19 Akim Demaille <demaille@gostai.com>
1863
1864 Make yyparser::error public.
1865 * data/lalr1.cc: here.
1866 There is no good reason to keep it private (and it is convenient
1867 to use it from the scanner for instance). It is already public in
1868 glr.cc.
1869
88654b47
AD
18702009-02-19 Akim Demaille <demaille@gostai.com>
1871
1872 Comment changes.
1873 * data/glr.cc: here.
1874
4524c55b
AD
18752009-02-19 Akim Demaille <demaille@gostai.com>
1876
1877 Remove trailing blanks.
6a6e7f0c
AD
1878 The epilogue has its own ending \n, no need to add another.
1879
4524c55b
AD
1880 * data/glr.c, data/lalr1.java, data/yacc.c: dnl when outputing the
1881 epilogue.
1882 * data/glr.cc: dnl when extending the epilogue.
1883 Remove stray "private:".
1884
6ceccee8
AD
18852009-02-19 Akim Demaille <demaille@gostai.com>
1886
1887 Use b4_c_modern.
1888 * data/c.m4 (b4_c_function_decl): Here.
1889
9c6a8966
AD
18902009-02-19 Akim Demaille <demaille@gostai.com>
1891
1892 Comment changes.
1893 * data/lalr1.cc: here.
1894
507aa0e2
AD
18952009-02-19 Akim Demaille <demaille@gostai.com>
1896
1897 Extract variant.hh
1898 * data/variant.hh: New, extracted from...
1899 * data/lalr1.cc: here.
1900 Adjust.
1901 * data/local.mk: Adjust.
1902
51bacae6
AD
19032009-02-19 Akim Demaille <demaille@gostai.com>
1904
1905 Extract stack.hh from lalr1.cc.
1906 * data/stack.hh: New.
1907 * data/lalr1.cc: Extract from here.
1908 * data/local.mk: Adjust.
1909
06c3084f
JD
19102009-02-03 Joel E. Denny <jdenny@ces.clemson.edu>
1911
1912 Add reminder about uploading public key to keys.gnupg.net.
1913 * HACKING (Release Procedure): Here.
1914
0ea583d2
AD
19152009-01-28 Akim Demaille <demaille@gostai.com>
1916
1917 * NEWS: Update information about 2.4.1 and 2.4.2.
1918
402b123d
AD
19192008-11-04 Akim Demaille <demaille@gostai.com>
1920
1921 Reformat NEWS.
1922 * NEWS: Use more outline-mode markup.
1923 Suggested by Jim Meyering.
1924
74553c98
AD
19252009-01-08 Akim Demaille <demaille@gostai.com>
1926
1927 Fix grep portability issues.
1928 Grep on Solaris does not support -q.
1929 Reported by Summum Bonum.
1930
1931 * NEWS: Add a stub for 2.4.2.
1932 * THANKS: Add Summum Bonum.
1933 * tests/atlocal.in (EGREP): New.
1934 (CC, CXX, XSLTPROC): Make it possible to override them via
1935 envvars.
1936 * tests/java.at: Use $EGREP instead of egrep.
1937 Use AT_CHECK's ignore instead of grep's -q.
1938
84eedf86
AD
19392008-12-11 Akim Demaille <demaille@gostai.com>
1940
1941 Pass the token type to yysyntax_error.
1942 * data/yacc.c (yysyntax_error): Take the transated token instead
1943 of the raw number.
1944 Adjust callers.
1945 * TODO: Update.
1946
5860cc8c
AD
19472008-12-11 Akim Demaille <demaille@gostai.com>
1948
1949 Formatting changes.
1950 * data/glr.c: Formatting changes.
1951
2b008529
AD
19522008-12-11 Akim Demaille <demaille@gostai.com>
1953
1954 Propagate i18n changes into glr.c.
1955 * TODO: Update.
1956 * data/glr.c (yyreportSyntaxError): Use "switch" instead of
1957 building the error message format dynamically.
1958 * data/lalr1.java: Formatting changes.
1959
2cd1af95
AD
19602008-12-11 Akim Demaille <demaille@gostai.com>
1961
1962 Use testsuite -C.
1963 * tests/local.mk: Replace "cd && testsuite" by "testsuite -C".
1964 Solves problems when top_srcdir is an absolute path.
1965 Suggested by Eric Blake.
1966 * configure.ac: Require Autoconf 2.62.
1967
eeb29422
AD
19682008-12-11 Akim Demaille <demaille@gostai.com>
1969
1970 Simplify the i18n of the error messages.
1971 * data/lalr1.cc: Comment changes.
1972 * data/yacc.c (yysyntax_error): Rewrite, using a switch as in
1973 lalr1.cc instead of building dynamically the format string.
1974
6617622c
AD
19752008-12-08 Akim Demaille <demaille@gostai.com>
1976
1977 Fix portability issue in the test suite.
1978 * tests/local.at (AT_MATCHES_CHECK): New.
1979 Based on Perl instead of Sed. Sed has too many portability
1980 pitfalls, not ever Sed is GNU Sed.
1981 * tests/actions.at (Fix user actions without a trailing semicolon):
1982 Use it.
1983
2ca1136c
AD
19842008-12-08 Akim Demaille <demaille@gostai.com>
1985
1986 Update data/README.
1987 * data/README: Document glr.cc, lalr1.java, m4sugar and xslt.
1988
6c63b895
AD
19892008-12-08 Akim Demaille <demaille@gostai.com>
1990
1991 Install autoconf as a submodule to get m4sugar.
1992 * .gitmodules: Add submodules/autoconf.
1993 * data/m4sugar/foreach.m4, data/m4sugar/m4sugar.m4: Now links into
1994 submodules/autoconf.
1995
417e31d2
AD
19962008-12-08 Akim Demaille <demaille@gostai.com>
1997
1998 Test token.prefix in all the skeletons.
1999 * data/java.m4 (b4_token_enum): Use the token.prefix.
2000 * tests/local.at (AT_BISON_OPTION_PUSHDEFS): Define AT_TOKEN_PREFIX.
2001 * tests/calc.at (_AT_DATA_CALC_Y): Use it.
2002 Add checks for yacc.c, glr.c, lalr1.cc and glr.cc.
2003 * tests/java.at: Comment changes.
2004 (AT_CHECK_JAVA_MINIMAL): Define the END token.
2005 (Java parser class and package names): Add token.prefix check.
2006
97abf544
AD
20072008-12-08 Akim Demaille <demaille@gostai.com>
2008
2009 Fix regeneration of atconfig.
2010 * tests/local.mk (tests/atconfig): The rule was incorrect, but
2011 remove it: now that there is no tests/Makefile.am, the top-level
2012 Makefile properly updates atconfig when needed.
2013
e8cd1ad6
DJ
20142008-12-07 Di-an Jan <dianj@freeshell.org>
2015
2016 Implement the FIXME that ends an user action with a semicolon
2017 if it seems necessary.
2018 * src/scan-code.l (flex rules section): Flag cpp directive from
2019 any `#' to the first unescaped end-of-line. Semicolon is not
2020 needed after `;', `{', '}', or cpp directives and is needed after
2021 any other token (whitespaces and comments have no effect).
2022 * tests/actions.at (Fix user actions without a trailing semicolon):
2023 New test.
2024 * tests/input.at (AT_CHECK_UNUSED_VALUES): Add semicolons to
2025 to make user actions complete statements.
2026 Adjust column numbers in error messages.
2027 * tests/regression.at (Fix user actions without a trailing semicolon):
2028 Remove. Covered by new test.
2029
ce9447fc
AD
20302008-12-07 Akim Demaille <demaille@gostai.com>
2031
2032 Update gnulib.
2033 * gnulib: Update from master.
2034
d333175f
EB
20352008-12-05 Eric Blake <ebb9@byu.net>
2036
2037 Avoid compiler warning.
2038 * src/output.c (muscle_insert_item_number_table): Delete unused
2039 function.
2040
215b40ac
EB
20412008-12-02 Eric Blake <ebb9@byu.net>
2042
2043 Build testsuite with newer autoconf.
2044 * tests/output.at (m4_expand): Don't override in newer autoconf,
2045 where the underlying implementation changed.
2046 * tests/cxx-type.at (_AT_RESOLVED_GLR_OUTPUT)
2047 (_AT_RESOLVED_GLR_OUTPUT_WITH_LOC, _AT_AMBIG_GLR_OUTPUT)
2048 (_AT_AMBIG_GLR_OUTPUT_WITH_LOC, _AT_GLR_STDERR)
2049 (_AT_VERBOSE_GLR_STDERR): Expand to double-quoted strings,
2050 since some of them contain unbalanced ')'.
2051
3bb21113
AD
20522008-12-01 Akim Demaille <demaille@gostai.com>
2053
2054 Use b4_symbol for printers and destructors everywhere.
2055 * data/bison.m4 (b4_symbol_action_location): New.
2056 * data/c.m4 (b4_symbol_actions): Remove.
2057 Adjust all callers to use by b4_symbol_foreach and the corresponding
2058 b4_symbol_printer/destructor macro.
2059 * data/glr.cc: Adjust.
2060 * data/lalr1.java: Adjust the %destructor sanity check.
2061 * src/output.c (symbol_code_props_output): Remove, we no longer
2062 need the b4_symbol_printers/destructors tables.
2063
fb7c5b1f
AD
20642008-12-01 Akim Demaille <demaille@gostai.com>
2065
2066 Use b4_symbol_case_.
2067 * data/lalr1.cc, data/bison.m4 (b4_symbol_action): Use
2068 b4_symbol_case_.
2069
cf6fb222
AD
20702008-12-01 Akim Demaille <demaille@gostai.com>
2071
2072 Move b4_symbol based macro to bison.m4.
2073 * data/lalr1.cc (b4_symbol_, b4_symbol, b4_symbol_if)
2074 (b4_symbol_action, b4_symbol_destructor, b4_symbol_printer)
2075 (b4_symbol_case_, b4_symbol_foreach, b4_type_action_)
2076 (b4_type_foreach): Move to...
2077 * data/bison.m4: Here.
2078 * data/lalr1.cc (b4_symbol_action): Specialize for C++: use
2079 b4_symbol_value_template instead of b4_symbol_value.
cf6fb222 2080
e3c52a63
AD
20812008-12-01 Akim Demaille <demaille@gostai.com>
2082
2083 b4_symbol/type_foreach.
2084 * data/lalr1.cc (b4_symbol_foreach, b4_type_foreach): New.
2085 Use them.
2086
2bde9113
AD
20872008-12-01 Akim Demaille <demaille@gostai.com>
2088
2089 Use the symbol properties to output the printer/destructor for lalr1.cc.
30c10faf
AD
2090 Instead of defining complex list of tuples to define various
2091 properties of the symbols, we now prefer to define symbols as
2092 "structs" in m4: using the symbol key (its number), and the
2093 property name, b4_symbol gives it value. Use this to handle
2094 destructors and printers.
2095
2bde9113
AD
2096 * src/output.c (CODE_PROP): New.
2097 (prepare_symbol_definitions): Use it to define the printer and
2098 destructor related attributes of the symbols.
2099 * data/lalr1.cc (b4_symbol_actions): Rename as...
2100 (b4_symbol_action): this.
2101 Use b4_symbol instead of 6 arguments.
2102 (b4_symbol_printer, b4_symbol_destructor): New.
2103 Use them instead of b4_symbol_actions.
2104
44494bf6
AD
21052008-12-01 Akim Demaille <demaille@gostai.com>
2106
2107 Avoid capturing variables too easily.
2108 * src/muscle_tab.h (MUSCLE_INSERT_BOOL, MUSCLE_OBSTACK_SGROW): Use
2109 v__ and p__ instead of v and p.
2110
fad814bd
AD
21112008-12-01 Akim Demaille <demaille@gostai.com>
2112
2113 Remove spurious empty line before syncline.
2114 * data/bison.m4 (b4_syncline): Don't output an empty line before
2115 the output.
2116
feda5527
AD
21172008-11-26 Akim Demaille <demaille@gostai.com>
2118
2119 Convert lib/Makefile.am into lib/local.mk.
2120 The real problem is rather gnulib.mk, which itself is extracted
2121 from a Makefile.am that gnulib expects to the "recursive". The
2122 tool prefix-gnulib-mk converts such a gnulib.mk to be
2123 non-recursive. Also, some AC_SUBST variables need to be adjusted.
2124
2125 * etc/prefix-gnulib-mk: New.
2126 * bootstrap (slurp): Use it to convert further gnulib.mk.
2127 No longer try to avoid re-creation of lib/gnulib.mk as the changes
2128 are deeper.
2129 * lib/Makefile.am: Rename as...
2130 * lib/local.mk: this.
2131 Adjust to be prefixed.
2132 * Makefile.am, configure.ac: Adjust.
2133 * src/local.mk (AM_CPPFLAGS): Extend it, don't define it.
2134
56ddee7f
AD
21352008-11-26 Akim Demaille <demaille@gostai.com>
2136
2137 s/_FLAGS/FLAGS/.
2138 * tests/local.mk (TESTSUITE_FLAGS, AUTOTEST_FLAGS): Rename as...
2139 (TESTSUITEFLAGS, AUTOTESTFLAGS): these to compy with the GCS.
2140 Reported by Eric Blake.
2141
728e89a0
AD
21422008-11-26 Akim Demaille <demaille@gostai.com>
2143
2144 Use b4_parser_tables_define in glr.cc.
2145 * data/glr.c: Use b4_parser_tables_define instead of defining the
2146 (deterministic integral) tables by hand.
2147
2c1bf9bd
AD
21482008-11-26 Akim Demaille <demaille@gostai.com>
2149
2150 Use b4_parser_tables_define in Java.
2151 * data/java.m4 (b4_typed_parser_table): Rename as...
2152 (b4_typed_parser_table_define): this, for consistency.
2153 Accept a comment as $4.
2154 Move $2 into yy*_.
2155 (b4_integral_parser_table): Rename as...
2156 (b4_integral_parser_table_define): this.
2157 * data/lalr1.java: Adjust all uses.
2158 Use b4_parser_tables_define instead of generation by hand.
2159
ba206cf4
AD
21602008-11-26 Akim Demaille <demaille@gostai.com>
2161
2162 Prepare the convergence bw C style and Java table generation.
2163 * data/bison.m4 (b4_tables_map, b4_tables_declare)
2164 (b4_tables_define): Rename as...
2165 (b4_integral_parser_tables_map, b4_parser_tables_declare)
2166 (b4_parser_tables_define): these.
2167 * data/c.m4 (b4_table_define): Rename as...
2168 (b4_integral_parser_table_define): this.
2169 * data/lalr1.cc: Adjust.
2170 (b4_table_define, b4_table_declare): Rename as...
2171 (b4_integral_parser_table_define)
2172 (b4_integral_parser_table_declare): these.
2173 (yyrline_): Move the comment where it is actually used.
2174 * data/yacc.c: Adjust.
2175 (yyrline): Use b4_integral_parser_table_define.
2176
d12f8e49
AD
21772008-11-26 Akim Demaille <demaille@gostai.com>
2178
2179 Regen.
2180 * src/parse-gram.h, src/parse-gram.c: Regen.
2181
0991e29b
AD
21822008-11-26 Akim Demaille <demaille@gostai.com>
2183
2184 Factor the generation of the (integral) tables bw yacc.c and lalr1.cc.
2185 * data/lalr1.cc (b4_tables_map): Move to...
2186 * data/bison.m4: here.
2187 Update the comment for yytable during the flight.
2188 (b4_tables_declare, b4_tables_define): New.
2189 * data/lalr1.cc: Use them.
2190 * data/c.m4 (b4_table_define): New.
2191 * data/yacc.c: Use b4_tables_define instead of output the tables
2192 by hand.
2193 * tests/regression.at (Web2c Actions): Adjust the expected output,
2194 the order of the tables changed.
2195
3d3bc1fe
AD
21962008-11-26 Akim Demaille <demaille@gostai.com>
2197
2198 Get rid of (yy)rhs and (yy)prhs.
2199 These tables are no longer needed in the parsers, and they don't seem to
2200 be useful. They are not documented either.
feda5527 2201
3d3bc1fe
AD
2202 * src/output.c (prepare_rules): Get rid of rhs and prhs.
2203 Adjust the computation of (yy)r2.
2204
08c81469
AD
22052008-11-26 Akim Demaille <demaille@gostai.com>
2206
2207 Rule length is unsigned.
2208 * src/gram.h, src/gram.c (rule_rhs_length): Return a size_t.
2209
932b0c96
AD
22102008-11-26 Akim Demaille <demaille@gostai.com>
2211
2212 Get rid of lalr1-split.cc.
2213 It was no longer maintainer.
feda5527 2214
932b0c96
AD
2215 * data/lalr1-split.cc: Remove.
2216 * etc/bench.pl.in (bench_fusion_parser): Remove.
2217 Adjust.
2218
8452c667
AD
22192008-11-26 Akim Demaille <demaille@gostai.com>
2220
2221 Use yy* consistently.
2222 * data/glr.c: Now that yyrhs no longer exists as a global
2223 variable, rename local "rhs" variables into "yyrhs" for
2224 consistency.
2225
783aa653
AD
22262008-11-25 Akim Demaille <demaille@gostai.com>
2227
2228 Get rid of yyrhs and yyprhs in glr.c.
2229 * data/glr.c (yyrhs, yyprhs): Remove.
2230 Instead, use the state stack and yystos.
2231
6130b755
AD
22322008-11-25 Akim Demaille <demaille@gostai.com>
2233
2234 Flag glr tests.
2235 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): If glr, declare it
2236 as an Autotest keyword.
2237
95a7b1c9
AD
22382008-11-25 Akim Demaille <demaille@gostai.com>
2239
2240 Prefer TESTSUITE_FLAGS.
2241 TESTSUITEFLAGS is barely readable.
feda5527 2242
95a7b1c9
AD
2243 * tests/local.mk (TESTSUITE_FLAGS): Default to $(TESTSUITEFLAGS)
2244 for backward compatibility.
2245 Use the former instead of the latter.
2246
b4f18401
AD
22472008-11-25 Akim Demaille <demaille@gostai.com>
2248
2249 Get rid of yyrhs and yyprhs in larl1.java.
2250 * data/lalr1.java (yyrhs_, yyprhs_): Remove.
2251 (yy_reduce_print): Rather, use yystos_ and the state stack.
2252
c265fd6b
AD
22532008-11-25 Akim Demaille <demaille@gostai.com>
2254
2255 Formatting changes.
2256
68dbdee8
AD
22572008-11-25 Akim Demaille <demaille@gostai.com>
2258
2259 Get rid of yyrhs and yyprhs in yacc.c.
30c10faf
AD
2260 They were used to get the symbol types, given a rule number, when
2261 displaying the top of the stack before a reduction. But the
2262 symbol type is available from the state stack. This has two be
2263 benefits: two tables less in the parser (making it smaller), and a
2264 more consistent use of the three stacks which will help to fuse
2265 them.
feda5527 2266
68dbdee8
AD
2267 * data/yacc.c (yyprhs, yyrhs): Remove.
2268 (YY_REDUCE_PRINT): Pass yyssp to yy_reduce_print.
2269 (yy_reduce_print): Take yyssp as argument.
2270 Use it, together with yystos, to get the symbol type.
2271 * tests/regression.at (Web2c Report): Remove these tables from the
2272 expected output.
2273
6ab1adbe
AD
22742008-11-25 Akim Demaille <demaille@gostai.com>
2275
2276 b4_tables_map.
2277 The point is to factor the generation of the tables across skeletons.
2278 This is language dependant.
feda5527 2279
6ab1adbe
AD
2280 * data/c.m4 (b4_comment_): New.
2281 Should be usable to define how to generate tables independently of
2282 the language.
2283 (b4_c_comment): New.
2284 (b4_comment): Bounce to b4_c_comment.
2285 Now support $2 = [PREFIX] for indentation.
2286 * data/lalr1.cc (b4_table_declare): Don't output a comment if
2287 there is no comment.
2288 Indent it properly when there is one.
2289 Output the ending semicolon.
2290 (b4_table_define): Space changes.
2291 Output the ending semicolon.
2292 (b4_tables_map): New.
2293 Use it twice instead of declaring and defining the (integral)
2294 tables by hand.
2295
0fddb3d5
AD
22962008-11-25 Akim Demaille <demaille@gostai.com>
2297
2298 b4_table_declare.
2299 * data/lalr1.cc (b4_table_declare): New.
2300 Use it to declare the tables defined with b4_table_define.
2301 (b4_table_define): Declare a third arg to match b4_table_declare
2302 signature.
2303 Move all the comments around invocations of b4_table_define into
2304 the invocations itselves.
2305 Move things around to have the order for declarations and
2306 definitions.
2307
c4ddc0fb
AD
23082008-11-25 Akim Demaille <demaille@gostai.com>
2309
2310 Formatting changes.
2311 * data/lalr1.java: here.
2312
e0c653e7
AD
23132008-11-25 Akim Demaille <demaille@gostai.com>
2314
2315 b4_args is more general than only C++.
2316 * data/lalr1.cc (b4_args, _b4_args): Move to...
2317 * data/bison.m4: here.
2318
4182a0a1
DJ
23192008-11-21 Di-an Jan <dianj@freeshell.org>
2320
2321 Implement no-XXX arguments for --warnings, --report, --trace.
2322 * src/getargs.c (flags_argmatch): Handles no-XXX.
2323 Fix typo in doxygen comment.
2324
01466c3e
AD
23252008-11-21 Akim Demaille <demaille@gostai.com>
2326
2327 Display the changes in cross-options.texi.
2328 * build-aux/cross-options.pl ($sep): New, to separate items.
2329 * doc/local.mk ($(CROSS_OPTIONS_TEXI)): Use diff to display the
2330 changes.
2331
a7c09cba
DJ
23322008-11-20 Di-an Jan <dianj@freeshell.org>
2333
2334 Improves options in the manual.
2335 * doc/bison.texinfo (-g, -x): Add space before argument.
2336 (Option Cross Key): Implement FIXME: listing directives also.
2337 * build-aux/cross-options.pl: Read from <STDIN> rather than <>.
2338 (Short Option): Special case -d. Put arguments inside @option.
feda5527 2339 (Bison Directive): Add column, automatically extracted from
a7c09cba
DJ
2340 src/scan-gram.l (actual name passed as the first argument)
2341 with special case for %define.
2342 * doc/local.mk (doc/cross-options.texi): Pass src/scan-gram.l
2343 to build-aux/cross-options.pl.
2344 * src/getargs.c (usage): Document limitations of cross-options.pl.
2345 * src/scan-gram.l: Likewise.
2346
6c88b51e
JD
23472008-11-18 Joel E. Denny <jdenny@ces.clemson.edu>
2348
2349 Fix unexpanded macros in GLR defines file.
2350 Reported by Csaba Raduly at
2351 <http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00048.html>.
2352 * THANKS (Csaba Raduly): Add.
2353 * data/glr.c: Fix overquoting on b4_prefix for yylval and yylloc.
2354 * tests/calc.at (_AT_DATA_CALC_Y): If %defines is specified, generate
2355 lexer in a separate module that includes the defines file.
2356 (AT_CHECK_CALC): From AT_FULL_COMPILE, request compilation of lexer
2357 source.
2358 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Push AT_DEFINES_IF.
2359 Adjust AT_LOC and AT_VAL to use AT_NAME_PREFIX.
2360 (AT_BISON_OPTION_POPDEFS): Pop AT_DEFINES_IF.
2361 (AT_DATA_SOURCE_PROLOGUE): New.
2362 (AT_DATA_GRAMMAR_PROLOGUE): Use AT_DATA_SOURCE_PROLOGUE.
2363 (AT_DATA_SOURCE): New.
2364 (AT_FULL_COMPILE): Extend to support an additional source file.
2365
1e034807
AD
23662008-11-18 Akim Demaille <demaille@gostai.com>
2367
2368 More TODO.
2369 * TODO: More short term issues.
2370
e3dda35c
AD
23712008-11-18 Akim Demaille <demaille@gostai.com>
2372
2373 Regen.
2374 * src/parse-gram.h, src/parse-gram.c: Regen.
2375
bd187d7b
AD
23762008-11-18 Akim Demaille <demaille@gostai.com>
2377
2378 Use b4_subtract where possible.
2379 * data/lalr1.cc (b4_subtract): Move to...
2380 * data/bison.m4: here.
2381 * data/glr.c (b4_rhs_data): Use it.
2382 * data/yacc.c (b4_rhs_value, b4_rhs_location): Use it.
2383
6085ab0d
AD
23842008-11-18 Akim Demaille <demaille@gostai.com>
2385
2386 Remove incorrect mode specification.
2387 * data/glr.cc: Don't pretend it's C code.
2388
9ce405ce
JD
23892008-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
2390
2391 Simplify last patch slightly.
2392 * src/getargs.c (getargs): Here.
2393
a8beef7e
JD
23942008-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
2395
2396 Fix last warning from --enable-gcc-warnings.
2397 * src/getargs.c (getargs): Don't assign const address to non-const
2398 pointer.
2399
d50eea6d
JD
24002008-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
2401
2402 Don't let maintainer-*-check targets force a version update.
2403 * cfg.mk (_is-dist-target): Implement. maintainer-check* was already
2404 handled.
2405
f5f419de
DJ
24062008-11-17 Di-an Jan <dianj@freeshell.org>
2407
2408 * doc/bison.texinfo: Synchronize ``Detail Node Listing''.
2409 Align menus. Adjust word wrapping. Use node names for menu names.
2410 (Examples): Don't abbreviate node names.
2411 (LocalWords): Remove abbreviations.
2412 (Copying): Make description a sentence.
d50eea6d 2413 (Java Action Features): Remove period to match the rest of menu.
f5f419de 2414
d73e55e0
DJ
24152008-11-17 Di-an Jan <dianj@freeshell.org>
2416
2417 Handles several --enable-gcc-warnings.
2418 * src/getargs.c (command_line_location): Set parameters to void.
2419 * src/output.c (symbol_type_name_cmp): Make static.
2420 (symbols_by_type_name): Set parameters to void.
2421 (symbol_definitions_output): Remove unused parameter. Rename as...
2422 (prepare_symbol_definitions): this.
2423 (muscles_output): Move symbol_definitions_output to...
2424 (output): here as prepare_symbol_definitions.
2425 * tests/c++.at (AT_CHECK_VARIANTS): Remove unused parameters of main.
d50eea6d 2426 (AT_CHECK_NAMESPACE): Make unused parameter lloc unnamed.
d73e55e0 2427
68c989de
DJ
24282008-11-17 Di-an Jan <dianj@freeshell.org>
2429
2430 * tests/c++.at (AT_CHECK_VARIANTS): Fixes tests 198-202.
2431 Use AT_DATA_GRAMMAR instead of AT_DATA for compiled tests.
2432
23ce6f4c
AD
24332008-11-16 Akim Demaille <demaille@gostai.com>
2434
2435 Add missing $(EXEEXT).
2436 * doc/local.mk ($(CROSS_OPTIONS_TEXI)): The target is
2437 "src/bison$(EXEEXT)".
2438 Reported by Di-an Jan.
2439
dd704c35
AD
24402008-11-15 Akim Demaille <demaille@gostai.com>
2441
2442 * TODO: Update.
2443
dab244d5
AD
24442008-11-15 Akim Demaille <demaille@gostai.com>
2445
2446 Formatting changes.
2447 * tests/input.at: here.
2448
4b4da9fb
AD
24492008-11-15 Akim Demaille <demaille@gostai.com>
2450
2451 Remove duplicate header inclusion.
2452 * src/LR0.c: here.
2453
4ea3f53d
AD
24542008-11-15 Akim Demaille <demaille@gostai.com>
2455
2456 * src/parse-gram.h, src/parse-gram.c: Regen.
2457
cb823b6f
AD
24582008-11-15 Akim Demaille <demaille@gostai.com>
2459
2460 Support parametric types.
b06df3c2
AD
2461
2462 There are two issues to handle: first scanning nested angle
2463 bracket pairs to support types such as std::pair< std::string,
2464 std::list<std::string> > >.
2465
2466 Another issue is to address idiosyncracies of C++: do not glue two
2467 closing angle brackets together (otherwise it's operator>>), and
2468 avoid sticking blindly a TYPE to the opening <, as it can result
2469 in '<:' which is a digraph for '['.
2470
cb823b6f
AD
2471 * src/scan-gram.l (brace_level): Rename as...
2472 (nesting): this.
2473 (SC_TAG): New.
2474 Implement support for complex tags.
b06df3c2 2475 (tag): Accept
cb823b6f
AD
2476 , but not <.
2477 * data/lalr1.cc (b4_symbol_value, b4_symbol_value_template)
2478 (b4_symbol_variant): Leave space around types as parameters.
2479 * examples/variant.yy: Use nested template types and leading ::.
2480 * src/parse-gram.y (TYPE, TYPE_TAG_ANY, TYPE_TAG_NONE, type.opt):
2481 Rename as...
2482 (TAG, TAG_ANY, TAG_NONE, tag.opt): these.
2483 * tests/c++.at: Test parametric types.
2484
7b6e6753
AD
24852008-11-15 Akim Demaille <akim@betelgeuse.gostai.ensta.fr>
2486
2487 Test token.prefix.
2488 This is not sufficient, but we test at least that the make_SYMBOL
2489 interface is not affected by token.prefix. A more general test
2490 will be implemented when the support of token.prefix is generalized
2491 to more skeletons.
b06df3c2 2492
7b6e6753
AD
2493 * tests/c++.at: One more variant test, using token.prefix.
2494
dddec537
AD
24952008-11-15 Akim Demaille <akim@betelgeuse.gostai.ensta.fr>
2496
2497 Test the make_TOKEN interface.
2498 * tests/c++.at (AT_CHECK_VARIANTS): Require and use locations.
2499 Factor the common code in yylex.
2500 Use it to test "%define lex_symbol".
2501
7d3e21ba
AD
25022008-11-15 Akim Demaille <akim@betelgeuse.gostai.ensta.fr>
2503
2504 Formatting change.
2505
4fc55348
AD
25062008-11-15 Akim Demaille <akim@betelgeuse.gostai.ensta.fr>
2507
2508 Simplify code for variants bench marks.
2509 * etc/bench.pl.in (&generate_grammar_list): Define and use
2510 location_type.
2511 Factor the common code in yylex.
2512
070e6509
AD
25132008-11-15 Akim Demaille <demaille@gostai.com>
2514
2515 Better error message.
2516 * bootstrap (find_tool): Fix the error message.
2517
0078681b
AD
25182008-11-15 Akim Demaille <demaille@gostai.com>
2519
2520 Update variant.yy to newest interface.
2521 * examples/variant.yy: Define lex_symbol.
2522 Adjust.
2523
ff084799
AD
25242008-11-15 Akim Demaille <demaille@gostai.com>
2525
2526 Don't use locations in variant.yy.
2527 * examples/variant.yy: Adjust to not using locations.
2528
b0d79ec6
AD
25292008-11-15 Akim Demaille <demaille@gostai.com>
2530
2531 Comment changes.
2532 * data/local.mk, etc/local.mk, examples/local.mk: Use Automake
2533 comments for the license.
2534
d4977ce3
AD
25352008-11-15 Akim Demaille <demaille@gostai.com>
2536
2537 Remove tests/Makefile.am.
2538 * tests/Makefile.am: Rename as...
2539 * tests/local.mk: this.
2540 * Makefile.am, configure.ac: Adjust.
2541 * Makefile.am (DISTCLEANFILES): Define.
2542 (maintainer-check, maintainer-xml-check, maintainer-push-check):
2543 Remove, we no longer need to bounce to the real targets.
2544
87f1149a
AD
25452008-11-15 Akim Demaille <demaille@gostai.com>
2546
2547 Comment changes.
2548
36415906
AD
25492008-11-15 Akim Demaille <demaille@gostai.com>
2550
2551 djgpp/local.mk.
2552 * Makefile.am (EXTRA_DIST): Move djgpp related part to...
2553 * djgpp/local.mk: this new file.
2554
e2c2f696
AD
25552008-11-15 Akim Demaille <demaille@gostai.com>
2556
2557 Remove doc/Makefile.am.
2558 * doc/Makefile.am: Rename as...
2559 * doc/local.mk: this.
2560 Adjust paths
2561 * Makefile.am, configure.ac: Adjust.
2562 * Makefile.am (MOSTLYCLEANFILES): New.
2563 * src/local.mk: Adjust.
2564
2ead32e6
AD
25652008-11-15 Akim Demaille <demaille@gostai.com>
2566
2567 Move sc_tight_scope into maint.mk.
b06df3c2
AD
2568 It does not work, and I don't know how it was supposed to work: it
2569 seems to be looking for sources in the build tree. I just moved
2570 it at a better place, fixing it is still required.
2571
2ead32e6
AD
2572 * src/local.mk (echo): Remove.
2573 (sc_tight_scope): Move to...
2574 * maint.mk: here.
2575
2df9ec37
AD
25762008-11-15 Akim Demaille <demaille@gostai.com>
2577
2578 Regen.
2579 * src/parse-gram.h, src/parse-gram.h: Regen.
2580
0305d25e
AD
25812008-11-15 Akim Demaille <demaille@gostai.com>
2582
2583 Remove src/Makefile.am.
2584 * src/Makefile.am: Rename as...
2585 * src/local.mk: this.
2586 Prefix all the paths with src/.
2587 (AUTOMAKE_OPTIONS): Build object files in the sub dirs.
2588 (AM_CPPFLAGS): Find find in builddir/src.
2589 (YACC): Move the flags into...
2590 (AM_YFLAGS): here.
2591 * maint.mk (sc_tight_scope): Disable.
2592 It used to bounce to the version in src/Makefile.am which is now
2593 part of this very Makefile.
2594 * Makefile.am, configure.ac: Adjust.
2595 * src/scan-code-c.c, src/scan-code.l: We can no longer rely on
2596 include "..." to find files "here": we are no longer in src/, so
2597 qualify the includes with src/.
2598 * doc/Makefile.am (PREPATH): No longer include the top_builddir
2599 prefix.
2600 (.x.1): Adjust to be able to create src/foo from the top level
2601 Makefile, instead of going bounce to src/Makefile the creation of
2602 foo.
2603
5277c0a3
AD
26042008-11-15 Akim Demaille <demaille@gostai.com>
2605
2606 Remove useless variable.
2607 * doc/Makefile.am (srcsrcdir): Remove.
2608
6a5aa0cd
AD
26092008-11-15 Akim Demaille <demaille@gostai.com>
2610
2611 Remove data/Makefile.am.
2612 * data/Makefile.am: Rename as...
2613 * data/local.mk: this.
2614 Adjust paths.
2615 * Makefile.am, configure.ac: Adjust.
2616
7cb794dc
AD
26172008-11-15 Akim Demaille <demaille@gostai.com>
2618
2619 Remove etc/Makefile.am.
2620 * etc/Makefile.am: Rename as...
2621 * etc/local.mk: this.
2622 Adjust.
2623 * Makefile.am, configure.ac: Adjust.
2624
cd409e3b
AD
26252008-11-15 Akim Demaille <demaille@gostai.com>
2626
2627 Remove examples/local.mk.
2628 examples/calc++/Makefile.am might be interesting to keep as is, since
2629 it is an example in itself.
2df9ec37 2630
cd409e3b
AD
2631 * examples/Makefile.am: Rename as...
2632 * examples/local.mk: this.
2633 Adjust.
2634 * Makefile.am, configure.ac: Adjust.
2635
9a1e4214
AD
26362008-11-15 Akim Demaille <demaille@gostai.com>
2637
2638 Remove build-aux/Makefile.am.
2639 Recursive Makefiles are really way too slow, let's get rid of some of
2640 them.
2df9ec37 2641
9a1e4214
AD
2642 * build-aux/Makefile.am: Rename as...
2643 * build-aux/local.mk: this.
2644 Adjust paths.
2645 * Makefile.am, configure.ac: Adjust.
2646
0634493c
AD
26472008-11-15 Akim Demaille <demaille@gostai.com>
2648
2649 Provide convenience constructors for locations and positions.
2650 * data/location.cc (position::position): Accept file, line and
2651 column as arguments with default values.
2652 Always qualify initial line and column literals as unsigned.
2653 (location::location): Provide convenience constructors.
2654
fe1b448a
AD
26552008-11-15 Akim Demaille <demaille@gostai.com>
2656
b06df3c2
AD
2657 Instead of using make_symbol<TOK_FOO>, generate make_FOO for each
2658 token type.
fe1b448a
AD
2659 Using template buys us nothing, and makes it uselessly complex to
2660 construct a symbol. Besides, it could not be generalized to other
2661 languages, while make_FOO would work in C/Java etc.
2df9ec37 2662
fe1b448a
AD
2663 * data/lalr1.cc (b4_symbol_): New.
2664 (b4_symbol): Use it.
2665 (b4_symbol_constructor_declaration_)
2666 (b4_symbol_constructor_definition_): Instead of generating
2667 specializations of an overloaded template function, just generate
2668 several functions whose names are forged from the token names
2669 without the token.prefix.
2670 (b4_symbol_constructor_declarations): Generate them for all the
2671 symbols, not just by class of symbol type, now that instead of
2672 specializing a function template by the token, we generate a
2673 function named after the token.
2674 (b4_symbol_constructor_specialization_)
2675 (b4_symbol_constructor_specializations): Remove.
2676 * etc/bench.pl.in: Adjust to this new API.
2677
5679f311
AD
26782008-11-13 Akim Demaille <demaille@gostai.com>
2679
2680 %define token.prefix.
b06df3c2
AD
2681 Provide a means to add a prefix to the name of the tokens as
2682 output in the generated files. Because of name clashes, it is
2683 good to have such a prefix such as TOK_ that protects from names
2684 such as EOF, FILE etc. But it clutters the grammar itself.
2df9ec37 2685
5679f311
AD
2686 * data/bison.m4 (token.prefix): Empty by default.
2687 * data/c.m4 (b4_token_enum, b4_token_define): Use it.
2688 * data/lalr1.cc (b4_symbol): Ditto.
2689
3204049e
AD
26902008-11-13 Akim Demaille <demaille@gostai.com>
2691
2692 Compute at M4 time some of the subtractions.
90290ce5 2693 * data/lalr1.cc (b4_subtract): New.
3204049e
AD
2694 (b4_rhs_data): Use it.
2695
202598d3
AD
26962008-11-13 Akim Demaille <demaille@gostai.com>
2697
2698 symbol::token.
b06df3c2 2699 This allows the user to get the type of a token returned by yylex.
2df9ec37 2700
202598d3
AD
2701 * data/lalr1.cc (symbol::token): New.
2702 (yytoknum_): Define when %define lex_symbol, independently of
2703 %debug.
2704 (yytoken_number_): Move into...
2705 (symbol::token): here, since that's the only use.
2706 The other one is YYPRINT which was not officially supported
2707 by lalr1.cc, and anyway it did not work since YYPRINT uses this
2708 array under a different name (yytoknum).
2709
fc2476c7
AD
27102008-11-13 Akim Demaille <demaille@gostai.com>
2711
2712 YYERRCODE.
2713 * TODO (YYERRCODE): Mention the case of $undef.
2714
865f1e9f
AD
27152008-11-13 Akim Demaille <demaille@gostai.com>
2716
2717 TODO: YYPRINT.
2718 * TODO (YYPRINT): New.
2719
cb0b136a
AD
27202008-11-13 Akim Demaille <demaille@gostai.com>
2721
2722 Comment changes.
2723 * data/lalr1.cc, data/yacc.c: Fix the description of the
2724 yytranslate and yytoknum tables.
2725
2c086d29
AD
27262008-11-13 Akim Demaille <demaille@gostai.com>
2727
2728 Define make_symbol in the header.
b06df3c2
AD
2729 To reach good performances these functions should be inlined (yet
2730 this is to measure precisely). To this end they must be available
2731 to the caller.
2df9ec37 2732
2c086d29
AD
2733 * data/lalr1.cc (b4_symbol_constructor_definition_): Qualify
2734 location_type with the class name.
2735 Since will now be output in the header, declare "inline".
2736 No longer use b4_symbol_constructor_specializations, but
2737 b4_symbol_constructor_definitions in the header.
2738 Don't call it in the *.cc file.
2739
1c4af381
AD
27402008-11-13 Akim Demaille <demaille@gostai.com>
2741
2742 Define yytranslate in the header for lex_symbol.
2743 * data/lalr1.cc: Move the invocation of b4_yytranslate_definition
2744 into the header file when using %define lex_symbol.
2745 (yytranslate_): Declare inline.
2746
e51b0a82
AD
27472008-11-13 Akim Demaille <demaille@gostai.com>
2748
b06df3c2
AD
2749 Define the constructors of symbol_type in
2750 b4_symbol_constructor_definitions.
e51b0a82 2751 The constructors are called by the make_symbol functions, which a
b06df3c2
AD
2752 forthcoming patch will move elsewhere. Hence the interest of
2753 putting them together.
2df9ec37 2754
b06df3c2
AD
2755 The stack_symbol_type does not need to be moved, it is used only
2756 by the parser.
2df9ec37 2757
e51b0a82
AD
2758 * data/lalr1.cc: Move symbol_type and symbol_base_type
2759 constructors into...
2760 (b4_symbol_constructor_definitions): here.
2761 Adjust.
2762
78835571
AD
27632008-11-13 Akim Demaille <demaille@gostai.com>
2764
2765 Make it easier to move the definition of yytranslate_.
2766 Forthcoming changes will make it possible to use yytranslate_
2767 from outside the parser implementation file.
2df9ec37 2768
78835571
AD
2769 * data/lalr1.cc (b4_yytranslate_definition): New.
2770 Use it.
2771
c1e6c88c
AD
27722008-11-13 Akim Demaille <demaille@gostai.com>
2773
2774 Remove useless class specification.
2775 * data/lalr1.cc (b4_symbol_constructor_specialization_): No need
2776 to refer to the class name to use a type defined by the class for
2777 arguments of member functions.
2778
4654b0c0
AD
27792008-11-13 Akim Demaille <demaille@gostai.com>
2780
2781 Finer input type for yytranslate.
2782 This patch is debatable: the tradition expects yylex to return an int
2783 which happens to correspond to token_number (which is an enum). This
2784 allows for instance to return characters (such as '*' etc.). But this
2785 goes against the stronger typing I am trying to have with the new
2786 lex interface which return a symbol_type. So in this case, feed
2787 yytranslate_ with a token_type.
2df9ec37 2788
4654b0c0
AD
2789 * data/lalr1.cc (yytranslate_): When in %define lex-symbol,
2790 expect a token_type.
2791
dd735e4e
AD
27922008-11-13 Akim Demaille <demaille@gostai.com>
2793
2794 Honor lex-params in %define lex_symbol mode.
2795 * data/lalr1.cc: Use b4_lex_param.
2796
6659366c
AD
27972008-11-13 Akim Demaille <demaille@gostai.com>
2798
2799 Simplify names.
2800 * src/output.c (symbol_definitions_output): Rename symbol
2801 attributes type_name and has_type_name as type and has_type.
2802 * data/lalr1.cc: Adjust uses.
2803
e9805e57
AD
28042008-11-13 Akim Demaille <demaille@gostai.com>
2805
2806 Use b4_type_names for the union type.
b06df3c2
AD
2807 The union used to compute the size of the variant used to iterate
2808 over the type of all the symbols, with a lot of redundancy. Now
2809 iterate over the lists of symbols having the same type-name.
2df9ec37 2810
e9805e57
AD
2811 * data/lalr1.cc (b4_char_sizeof_): New.
2812 (b4_char_sizeof): Use it.
2813 Adjust to be called with a list of numbers instead of a single
2814 number.
2815 Adjust its caller for new-line issues.
2816
aea10ef4
AD
28172008-11-13 Akim Demaille <demaille@gostai.com>
2818
2819 Define the "identifier" of a symbol.
b06df3c2
AD
2820 Symbols may have several string representations, for instance if
2821 they have an alias. What I call its "id" is a string that can be
2822 used as an identifier. May not exist.
2df9ec37 2823
b06df3c2
AD
2824 Currently the symbols which have the "tag_is_id" flag set are
2825 those that don't have an alias. Look harder for the id.
2df9ec37 2826
aea10ef4
AD
2827 * src/output.c (is_identifier): Move to...
2828 * src/symtab.c (is_identifier): here.
2829 * src/symtab.h, src/symtab.c (symbol_id_get): New.
2830 * src/output.c (symbol_definitions_output): Use it to define "id"
2831 and "has_id".
2832 Remove the definition of "tag_is_id".
2833 * data/lalr1.cc: Use the "id" and "has_id" whereever "tag" and
2834 "tag_is_id" were used to produce code.
2835 We still use "tag" for documentation.
2836
2ea7730c
AD
28372008-11-11 Akim Demaille <demaille@gostai.com>
2838
2839 Locations are no longer required by lalr1.cc.
2840 * data/lalr1.cc (_b4_args, b4_args): New.
2841 Adjust all uses of locations to make them optional.
2842 * tests/c++.at (AT_CHECK_VARIANTS): No longer use the locations.
2843 (AT_CHECK_NAMESPACE): Check the use of locations.
2844 * tests/calc.at (_AT_DATA_CALC_Y): Adjust to be usable with or
2845 without locations with lalr1.cc.
2846 Test these cases.
2847 * tests/output.at: Check lalr1.cc with and without location
2848 support.
2849 * tests/regression.at (_AT_DATA_EXPECT2_Y, _AT_DATA_DANCER_Y):
2850 Don't use locations.
2851
7ca2266a
AD
28522008-11-11 Akim Demaille <demaille@gostai.com>
2853
2854 AT_FULL_COMPILE.
2855 * tests/local.at (AT_FULL_COMPILE): New.
2856 * tests/actions.at, tests/calc.at, tests/regression.at: Use it.
2857
1a7a65f9
AD
28582008-11-11 Akim Demaille <demaille@gostai.com>
2859
2860 Support parens in calc++.
2861 * doc/bison.texinfo (Calc++ Scanner, Calc++ Parser): Support parens.
2862 * examples/calc++/test (run): Check the expected output.
2863 Adjust callers.
2864 Check parens too.
2865
c944f7f2
AD
28662008-11-11 Akim Demaille <demaille@gostai.com>
2867
2868 Simplify lalr1.cc since %defines is mandatory.
2869 * data/lalr1.cc: Remove useless calls to b4_defines_if.
2870
dada3cd1
AD
28712008-11-11 Akim Demaille <demaille@gostai.com>
2872
2873 TODO: yyfmt.
2874 * TODO (yysyntax_error): New item.
2875
422c18f4
AD
28762008-11-11 Akim Demaille <demaille@gostai.com>
2877
2878 Prefer M4 to CPP.
2879 * data/lalr1.cc: Use b4_error_verbose_if instead of #if
2880 YYERROR_VERBOSE.
2881
a0ffc175
AD
28822008-11-11 Akim Demaille <demaille@gostai.com>
2883
2884 Support i18n of the parse error messages.
2885 * TODO (lalr1.cc/I18n): Remove.
2886 * data/lalr1.cc (yysyntax_error_): Support the translation of the
2887 error messages, as done in yacc.c.
2888 Stay within the yy* pseudo namespace.
2889
00a8a083
AD
28902008-11-11 Akim Demaille <demaille@gostai.com>
2891
2892 More TODO.
2893 * TODO (single stack, yysyntax_error): New.
2894
09277875
AD
28952008-11-11 Akim Demaille <demaille@gostai.com>
2896
2897 Make it possible to return a symbol_type from yylex.
2898 * data/lalr1.cc (b4_lex_symbol_if): New.
2899 (parse): When lex_symbol is defined, expected yylex to return the
2900 complete lookahead.
2901 * etc/bench.pl.in (generate_grammar_list): Extend to support this
2902 yylex interface.
2903 (bench_variant_parser): Exercise it.
2904
64c1b92a
AD
29052008-11-11 Akim Demaille <demaille@gostai.com>
2906
2907 Remove useless bench case.
2908 * etc/bench.pl.in (bench_variant_parser): VARIANT_DESTROY is
2909 no longer used.
2910
2722aa42
AD
29112008-11-11 Akim Demaille <demaille@gostai.com>
2912
2913 Improve display of directives.
2914 * etc/bench.pl.in (parse_term): Don't add useless eol.
2915
918eb7c5
AD
29162008-11-11 Akim Demaille <demaille@gostai.com>
2917
2918 Use string_cast in the bench.
2919 * etc/bench.pl.in (generate_grammar_list): Define and use
2920 string_cast.
2921
39be9022
AD
29222008-11-11 Akim Demaille <demaille@gostai.com>
2923
2924 Replace yychar with a Boolean.
2925 * data/lalr1.cc (parse::yychar): Replace by...
2926 (parse::yyempty): this.
2927
a2e3fa77
AD
29282008-11-11 Akim Demaille <demaille@gostai.com>
2929
2930 Factor the tables.
2931 * TODO: New item.
2932
aba12ad1
AD
29332008-11-11 Akim Demaille <demaille@gostai.com>
2934
2935 Let yytranslate handle the eof case.
2936 * data/lalr1.cc (yytranslate_): Handle the EOF case.
2937 Adjust callers.
2938 No longer expect yychar to be equal to yyeof_, rather, test the
2939 lookahead's (translated) kind.
2940
27cb5b59
AD
29412008-11-11 Akim Demaille <demaille@gostai.com>
2942
2943 yychar cannot be empty in yyerrlab.
2944 * TODO (yychar == yyempty_): New.
2945 * data/lalr1.cc: Remove the handling of this case.
2946 This eases forthcoming changes related to yychar and yytranslate.
2947
fce629c0
AD
29482008-11-11 Akim Demaille <demaille@gostai.com>
2949
2950 Bench: syntactic sugar for %define/#define.
2951 * etc/bench.pl.in (parse_dirs): Support %d and #d with arguments.
2952 (&bench_push_parser, bench_variant_parser): Use this feature.
2953 (&eat): New.
2954 Use it.
2955
ce671960
AD
29562008-11-11 Akim Demaille <demaille@gostai.com>
2957
2958 Less memory pressure on the "list" bench.
2959 * etc/bench.pl.in (generate_grammar_list): Do not accumulate all
2960 the values, to limit memory pressure.
2961
2873fdf8
AD
29622008-11-11 Akim Demaille <demaille@gostai.com>
2963
2964 Introduce make_symbol.
b06df3c2
AD
2965 make_symbol provides a means to construct a full symbol (kind,
2966 value, location) in a single shot. It is meant to be a Symbol
2967 constructor, parameterized by the symbol kind so that overloading
2968 would prevent incorrect kind/value pairs. Unfortunately
2969 parameterized constructors do not work well in C++ (unless the
2970 parameter also appears as an argument, which is not acceptable),
2971 hence the use of a function instead of a constructor.
2df9ec37 2972
2873fdf8
AD
2973 * data/lalr1.cc (b4_symbol_constructor_declaration_)
2974 (b4_symbol_constructor_declarations)
2975 (b4_symbol_constructor_specialization_)
2976 (b4_symbol_constructor_specializations)
2977 (b4_symbol_constructor_definition_)
2978 (b4_symbol_constructor_definitions): New.
2979 Use them where appropriate to generate declaration, declaration of
2980 the specializations, and implementations of the templated
2981 overloaded function "make_symbol".
2982 (variant::variant): Always define a default ctor.
2983 Also provide a copy ctor.
2984 (symbol_base_type, symbol_type): New ctor overloads for value-less
2985 symbols.
2986 (symbol_type): Now public, so that functions such as yylex can use
2987 it.
2988
8be046d7
AD
29892008-11-11 Akim Demaille <demaille@gostai.com>
2990
2991 Inform m4 whether a tag is a valid id.
2992 * src/output.c (is_identifier): New.
2993 (symbol_definitions_output): Use it to define tag_is_id.
2994 But maybe this should be done at m4 level?
2995
de62edee
AD
29962008-11-11 Akim Demaille <demaille@gostai.com>
2997
2998 Test 214 was failing: it greps with a pattern containing [ ]*
2999 which obviously meant to catch spaces and tabs, but contained only
3000 spaces. Tabulations in sources are a nuisance, so to simplify the
3001 matter, get rid of all the tabulations in the Java sources. The
3002 other skeletons will be treated equally later.
3003
3004 * data/java.m4, data/lalr1.java: Untabify.
3005 * tests/java.at: Simplify AT_CHECK_JAVA_GREP invocations:
3006 tabulations are no longer generated.
3007
905f0697
PB
30082008-11-11 Paolo Bonzini <bonzini@gnu.org>
3009
3010 * bootstrap.conf: Replace m4/warning.m4 with warnings module.
3011 * configure.ac: Adjust usage.
3012 * lib/Makefile.am: Replace $(WARNING_CFLAGS) with $(WARN_CFLAGS).
3013 * src/Makefile.am: Replace $(WARNING_CFLAGS) with $(WARN_CFLAGS).
3014 * tests/atlocal.in: Replace $(WARNING_*FLAGS) with $(WARN_*FLAGS).
3015
09ccae9b
DJ
30162008-11-10 Di-an Jan <dianj@freeshell.org>
3017
3018 Workaround Java's ``code too large'' problem for parser tables
3019 in most cases, by using one function per initialization.
3020 * data/java.m4 (b4_typed_parser_table, b4_integral_parser_table): New.
3021 * data/lalr1.java (yypact_, yydefact_, yypgoto_, yydefgoto_,
3022 yytable_, yycheck_, yystos_, yytoken_number_, yyr1_, yyr2_, yyrhs_
3023 yyprhs_, yyrline_, yytranslate_table_): Use b4_integral_parser_table.
3024 (yytname_): Use b4_typed_parser_table.
3025 * doc/bison.texinfo (Java Bison Interface): Add note on Java's
3026 ``code too large'' error.
3027
1979121c
DJ
30282008-11-10 Di-an Jan <dianj@freeshell.org>
3029
3030 * NEWS: Document them.
de62edee 3031
1979121c
DJ
3032 General Java skeleton improvements.
3033 * configure.ac (gt_JAVACOMP): Request target of 1.4, which allows
3034 using gcj < 4.3 in the testsuite, according to comments in
3035 gnulib/m4/javacomp.m4.
3036 * data/java.m4 (stype, parser_class_name, lex_throws, throws,
3037 location_type, position_type): Remove extraneous brackets from
3038 b4_percent_define_default.
3039 (b4_lex_param, b4_parse_param): Remove extraneous brackets from
3040 m4_define and m4_define_default.
3041 * data/lalr1.java (b4_pre_prologue): Change to b4_user_post_prologue,
3042 which marks the end of user code with appropriate syncline, like all
3043 the other skeletons.
3044 (b4_user_post_prologue): Add. Don't silently drop.
3045 (yylex): Remove.
3046 (parse): Inline yylex.
3047 * doc/bison.texinfo (bisonVersion, bisonSkeleton): Document.
3048 (%{...%}): Fix typo of %code imports.
3049 * tests/java.at (AT_JAVA_COMPILE): Add "java" keyword.
3050
3051 Support annotations on parser class with %define annotations.
3052 * data/lalr1.java (annotations): Add to parser class modifier.
3053 * doc/bison.texinfo (Java Parser Interface): Document
3054 %define annotations.
3055 (Java Declarations Summary): Document %define annotations.
3056 * tests/java.at (Java parser class modifiers): Test annotations.
3057
3058 Do not generate code for %error-verbose unless requested.
3059 * data/lalr1.java (errorVerbose): Rename to yyErrorVerbose.
3060 Make private. Make conditional on %error-verbose.
3061 (getErrorVerbose, setErrorVerbose): New.
3062 (yytnamerr_): Make conditional on %error-verbose.
3063 (yysyntax_error): Make some code conditional on %error-verbose.
3064 * doc/bison.texinfo (Java Bison Interface): Remove the parts
3065 about %error-verbose having no effect.
3066 (getErrorVerbose, setErrorVerbose): Document.
3067
3068 Move constants for token names to Lexer interface.
3069 * data/lalr1.java (Lexer): Move EOF, b4_token_enums(b4_tokens) here.
3070 * data/java.m4 (b4_token_enum): Indent for move to Lexer interface.
3071 (parse): Qualify EOF to Lexer.EOF.
3072 * doc/bison.texinfo (Java Parser Interface): Move documentation of
3073 EOF and token names to Java Lexer Interface.
3074 * tests/java.at (_AT_DATA_JAVA_CALC_Y): Remove Calc qualifier.
3075
3076 Make yyerror public.
3077 * data/lalr1.java (Lexer.yyerror): Use longer parameter name.
3078 (yyerror): Change to public. Add Javadoc comments. Use longer
3079 parameter names. Make the body rather than the declarator
3080 conditional on %locations.
3081 * doc/bison.texinfo (yyerror): Document. Don't mark as protected.
3082
3083 Allow user to add code to the constructor with %code init.
3084 * data/java.m4 (b4_init_throws): New, for %define init_throws.
3085 * data/lalr1.java (YYParser.YYParser): Add b4_init_throws.
3086 Add %code init to the front of the constructor body.
3087 * doc/bison.texinfo (YYParser.YYParser): Document %code init
3088 and %define init_throws.
3089 (Java Declarations Summary): Document %code init and
3090 %define init_throws.
3091 * tests/java.at (Java %parse-param and %lex-param): Adjust grep.
3092 (Java constructor init and init_throws): Add tests.
de62edee 3093
42f832d6
AD
30942008-11-10 Akim Demaille <demaille@gostai.com>
3095
3096 Update TODO.
3097 * TODO (-D): is implemented.
3098 (associativity): Same precedence must have the same associativity.
3099 For instance, how can a * b / c be parsed if * is %left and / is
3100 %right?
3101 (YYERRORCODE, YYFAIL, YYBACKUP): New.
3102
247efe34
AD
31032008-11-10 Akim Demaille <demaille@gostai.com>
3104
3105 Formatting changes.
3106
5d731440
AD
31072008-11-10 Akim Demaille <demaille@gostai.com>
3108
3109 More information about the symbols.
3110 * src/output.c (type_names_output): Document all the symbols,
3111 including those that don't have a type-name.
3112 (symbol_definitions_output): Define "is_token" and
3113 "has_type_name".
3114 * data/lalr1.cc (b4_type_action_): Skip symbols that have an empty
3115 type-name, now that they are defined too in b4_type_names.
3116
21db118b
AD
31172008-11-10 Akim Demaille <demaille@gostai.com>
3118
3119 Regen.
3120
6ed15cde
AD
31212008-11-10 Akim Demaille <demaille@gostai.com>
3122
3123 Make parser::yytranslate static.
b06df3c2
AD
3124 Small speedup (1%) on the list grammar. And makes yytranslate_
3125 available in non member functions.
de62edee 3126
6ed15cde
AD
3127 * data/lalr1.cc (yytranslate_): Does not need to be a instance
3128 function.
3129
30bb2edc
AD
31302008-11-10 Akim Demaille <demaille@gostai.com>
3131
3132 Avoid trailing spaces.
3133 * data/c.m4: b4_comment(TEXT): Don't indent empty lines.
3134 * data/lalr1.cc: Don't indent before rule and symbol actions, as
3135 they can be empty, and anyway this incorrectly indents the first
3136 action.
3137
b3a28fd4
AD
31382008-11-10 Akim Demaille <demaille@gostai.com>
3139
3140 Comment changes.
3141
914202bd
AD
31422008-11-10 Akim Demaille <demaille@gostai.com>
3143
3144 Use "enum" for integral constants.
3145 This is just nicer to read, I observed no speedup.
de62edee 3146
914202bd
AD
3147 * data/lalr1.cc (yyeof_, yylast_, yynnts_, yyempty_, yyfinal_)
3148 (yterror_, yyerrcode_, yyntokens_): Define as members of an enum.
3149 (yyuser_token_number_max_, yyundef_token_): Move into...
3150 (yytranslate_): here.
3151
c17f9a4a
AD
31522008-11-10 Akim Demaille <demaille@gostai.com>
3153
3154 Shortcuts in bench directives.
3155 * etc/bench.pl.in (parse_dirs): New.
3156 Use it.
3157 (bench_variant_parser, bench_fusion_parser): Use %s and %d.
3158 Create the benches in "benches/".
3159
b9855ea5
AD
31602008-11-10 Akim Demaille <demaille@gostai.com>
3161
3162 Formatting changes.
3163 * data/lalr1.cc: here.
3164
6e097787
AD
31652008-11-10 Akim Demaille <demaille@gostai.com>
3166
3167 Adjust verbose message to using emacs.
3168 * etc/bench.pl.in: Inform compilation-mode when we change the
3169 directory.
3170 (generate_grammar_list): Recognize %define "variant" in addition
3171 to %define variant.
3172
4c3cc7da
AD
31732008-11-10 Akim Demaille <demaille@gostai.com>
3174
3175 Classify symbols by type-name.
3176 * src/uniqstr.h (UNIQSTR_CMP): New.
3177 * src/output.c (symbol_type_name_cmp, symbols_by_type_name)
3178 (type_names_output): New.
3179 (muscles_output): Use it.
3180 * data/lalr1.cc (b4_symbol_action_): Remove.
3181 (b4_symbol_case_, b4_type_action_): New.
3182 Adjust uses of b4_symbol_action_ to use b4_type_action_.
3183
d69c9694
AD
31842008-11-10 Akim Demaille <demaille@gostai.com>
3185
3186 Change the handling of the symbols in the skeletons.
3187 Before we were using tables which lines were the symbols and which
3188 columns were things like number, tag, type-name etc. It is was
3189 difficult to extend: each time a column was added, all the numbers had
3190 to be updated (you asked for colon $2, not for "tag"). Also, it was
3191 hard to filter these tables when only a subset of the symbols (say the
3192 tokens, or the nterms, or the tokens that have and external number
3193 *and* a type-name) was of interest.
de62edee 3194
d69c9694
AD
3195 Now instead of monolithic tables, we define one macro per cell. For
3196 instance "b4_symbol(0, tag)" is a macro name which contents is
3197 self-decriptive. The macro "b4_symbol" provides easier access to
3198 these cells.
de62edee 3199
d69c9694
AD
3200 * src/output.c (type_names_output): Remove.
3201 (symbol_numbers_output, symbol_definitions_output): New.
3202 (muscles_output): Call them.
3203 (prepare_symbols): Define b4_symbols_number.
3204
5263bea9
AD
32052008-11-10 Akim Demaille <demaille@gostai.com>
3206
3207 --trace=muscles
3208 * src/getargs.h, src/getargs.c (trace_muscle): New.
3209 (trace_types, trace_args): Support it.
3210 * src/output.c (output_skeleton): Use it.
3211
4175f6bb
AD
32122008-11-10 Akim Demaille <demaille@gostai.com>
3213
3214 muscles_output.
3215 * src/output.c (muscles_output): New, extracted from...
3216 (output_skeleton): here.
3217 Adjust.
3218
1de69d6a
AD
32192008-11-10 Akim Demaille <demaille@gostai.com>
3220
3221 Formatting changes.
3222
36db78a7
AD
32232008-11-10 Akim Demaille <demaille@gostai.com>
3224
3225 Update the variant example.
3226 * examples/variant.yy: Formatting changes.
3227 One stage build.
3228
e5eb92e7
AD
32292008-11-10 Akim Demaille <demaille@gostai.com>
3230
3231 Support constructor with an argument.
3232 This improves the "list" bench by 2%.
de62edee 3233
e5eb92e7
AD
3234 * data/lalr1.cc (variant::build): Add an overloaded version with
3235 an argument.
3236 * tests/c++.at (AT_CHECK_VARIANT): Check it.
3237
76307410
AD
32382008-11-10 Akim Demaille <demaille@gostai.com>
3239
3240 Test variants.
3241 * tests/c++.at (AT_CHECK_VARIANTS): New.
3242 Use it with and without %define assert.
3243
d78f0ac9
AD
32442008-11-10 Akim Demaille <demaille@gostai.com>
3245
3246 Add %precedence support.
3247 Unfortunately it is not possible to reuse the %prec directive. This
3248 is because to please POSIX, we do not require to end the rules with a
3249 semicolon. As a result,
de62edee 3250
d78f0ac9 3251 foo: bar %prec baz
de62edee 3252
d78f0ac9
AD
3253 is ambiguous: either a rule which precedence is that of baz, or a rule,
3254 and then a declaration of the precedence of the token baz.
de62edee 3255
d78f0ac9
AD
3256 * doc/bison.texinfo: Document %precedence.
3257 (Precedence Only): New.
3258 * src/assoc.h, src/assoc.c (precedence_assoc): New.
3259 * src/conflicts.c (resolve_sr_conflict): Support it.
3260 * src/scan-gram.l, src/parse-gram.y (%precedence): New token.
3261 Parse it.
3262 * tests/calc.at: Use %precedence for NEG.
3263 * tests/conflicts.at (%precedence does not suffice)
3264 (%precedence suffices): New tests.
3265
c85be41a
AD
32662008-11-09 Akim Demaille <demaille@gostai.com>
3267
3268 Make benches in a sub dirs.
3269 * etc/bench.pl.in ($dir): New.
3270 Use it.
3271 Check the use of constructors with an argument.
3272 (bench_variant_parser): Fix.
3273
db65ca1f
AD
32742008-11-09 Akim Demaille <demaille@gostai.com>
3275
3276 fix eof condition
3277
9b0efa5b
AD
32782008-11-09 Akim Demaille <demaille@gostai.com>
3279
3280 Fix --help.
3281
432ac57a
AD
32822008-11-09 Akim Demaille <demaille@gostai.com>
3283
3284 Require the generation of parse-gram.output.
3285 * src/Makefile.am (YACC): Pass --report=all.
3286
deef2a0a
AD
32872008-11-09 Akim Demaille <demaille@gostai.com>
3288
3289 Formatting changes.
3290
df72984a
AD
32912008-11-09 Akim Demaille <demaille@gostai.com>
3292
3293 Update TODO.
3294 * TODO: Remove obsolete items.
3295 Update others.
3296
f10e19fd
AD
32972008-11-09 Akim Demaille <demaille@gostai.com>
3298
3299 Enhance bench.pl.
3300 * etc/bench.pl.in (parse, parse_expr, parse_term, parse_fact)
3301 (@token, $grammar, $bench): New.
3302 (generate_grammar_variant): Rename as...
3303 (generate_grammar_list): this.
3304 (generate_grammar): Adjust.
3305 (bench_grammar): Rename as...
3306 (bench): this.
3307 Use it in the various bench-marking routines.
3308 (-b, -g): New options.
3309
5de9c593
AD
33102008-11-09 Akim Demaille <demaille@gostai.com>
3311
3312 Use a static hierarchy for symbols in the C++ parser.
3313 * data/lalr1.cc (symbol_base_type, symbol_type)
3314 (stack_symbol_type): Make it a static hierarchy.
3315 Adjust dependencies.
3316
757f8f98
AD
33172008-11-09 Akim Demaille <demaille@gostai.com>
3318
3319 bench.pl -d, --directive.
3320 * etc/bench.pl.in (@directive): New.
3321 (&bench_grammar): Use it.
3322 (&bench_list_grammar): New, to provide access to the "variant"
3323 grammar.
3324 Use it.
3325 (getopts): Support -d, --directive.
3326
d3be4f6d
AD
33272008-11-09 Akim Demaille <demaille@gostai.com>
3328
3329 Use inline for small operations.
3330 * data/lalr1.cc (symbol_base_type, symbol_type)
3331 (stack_symbol_type): Declare constructor and other operations as
3332 inline.
3333 (yy_destroy_): Inline.
3334
1f7d007b
AD
33352008-11-09 Akim Demaille <demaille@gostai.com>
3336
3337 Introduce a hierarchy for symbols.
3338 * data/lalr1.cc (symbol_base_type, symbol_type): New.
3339 (data_type): Rename as...
3340 (stack_symbol_type): this.
3341 Derive from symbol_base_type.
3342 (yy_symbol_value_print_): Merge into...
3343 (yy_symbol_print_): this.
3344 Rename as...
3345 (yy_print_): this.
3346 (yydestruct_): Rename as...
3347 (yy_destroy_): this.
3348 (b4_symbols_actions, YY_SYMBOL_PRINT): Adjust.
3349 (parser::parse): yyla is now of symbol_type.
3350 Use its type member instead of yytoken.
3351
bc0b0477
AD
33522008-11-09 Akim Demaille <demaille@gostai.com>
3353
3354 Rename data_type and stack_symbol_type.
3355 * data/lalr1.cc (data_type): Rename as...
3356 (stack_symbol_type): this.
3357
57295d14
AD
33582008-11-09 Akim Demaille <demaille@gostai.com>
3359
3360 Handle semantic value and location together.
3361 * data/lalr1.cc (b4_symbol_actions): Bounce $$ and @$ to
3362 yydata.value and yydata.location.
3363 (yy_symbol_value_print_, yy_symbol_print_, yydestruct_)
3364 (YY_SYMBOL_PRINT): Now take semantic value and location as a
3365 single arg.
3366 Adjust all callers.
3367 (yydestruct_): New overload for a stack symbol.
3368
e9b0834e
AD
33692008-11-09 Akim Demaille <demaille@gostai.com>
3370
3371 Push a complete symbol, not connected parts.
3372 * data/lalr1.cc (yypush_): Take a data_type&, not disconnected
3373 state, value and location.
3374 Adjust callers.
3375
6082531a
AD
33762008-11-09 Akim Demaille <demaille@gostai.com>
3377
3378 Agregate yylval and yylloc.
3379 * data/lalr1.cc (parser::yylval, parser::yylloc): Replace by...
3380 (parser::yyla): this.
3381
33c195cc
AD
33822008-11-09 Akim Demaille <demaille@gostai.com>
3383
3384 Rely on the state stack to display reduction traces.
b06df3c2
AD
3385 To display rhs symbols before a reduction, we used information
3386 about the rule reduced, which required the tables yyrhs and
3387 yyprhs. Now use rely only on the state stack to get the same
3388 information.
de62edee 3389
33c195cc
AD
3390 * data/lalr1.cc (b4_rhs_data, b4_rhs_state): New.
3391 Use them.
3392 (parser::yyrhs_, parser::yyprhs_): Remove.
3393 (parser::yy_reduce_print_): Use the state stack.
3394
e1f93869
AD
33952008-11-09 Akim Demaille <demaille@gostai.com>
3396
3397 Fuse yyval and yyloc into yylhs.
3398 * data/lalr1.cc (b4_lhs_value, b4_lhs_location): Adjust to using
3399 yylhs.
3400 (parse): Replace yyval and yyloc with yylhs.value and
3401 yylhs.location.
3402 After a user action, compute yylhs.state earlier.
3403 (yyerrlab1): Do not play tricks with yylhs.location, rather, use a
3404 fresh error_token.
3405
2935744b
DJ
34062008-11-09 Di-an Jan <dianj@freeshell.org>
3407
3408 Remove unused variable.
3409 * src/output.c (type_names_output): Remove unused variable sep.
3410
bbf9ca37
PB
34112008-11-09 Paolo Bonzini <bonzini@gnu.org>
3412
3413 Change tests/output.at quoting.
3414 * tests/output.at (AT_CHECK_OUTPUT): Use conventional m4 quoting when
3415 expanding arguments.
3416
d9a9b96b
JD
34172008-11-07 Joel E. Denny <jdenny@ces.clemson.edu>
3418
3419 Don't add a semicolon to actions for %skeleton or %language.
3420 It breaks Java test cases as reported by Akim Demaille.
3421 * src/scan-code.l: Implement.
3422
51365192
JD
34232008-11-07 Joel E. Denny <jdenny@ces.clemson.edu>
3424
3425 Clean up %skeleton and %language priority implementation.
3426 * src/getargs.c (skeleton_prio): Use default_prio rather than 2, and
3427 remove static qualifier because others will soon need to see it.
3428 (language_prio): Likewise.
3429 (getargs): Use command_line_prio rather than 0.
3430 * src/getargs.h (command_line_prio, grammar_prio, default_prio): New
3431 enum fields.
3432 (skeleton_prio): Extern it.
3433 (language_prio): Extern it.
3434 * src/parse-gram.y: Use grammar_prio rather than 1.
3435
9380cfd0
AD
34362008-11-07 Akim Demaille <demaille@gostai.com>
3437
3438 Moving push traces into yypush_.
3439 * data/lalr1.cc (yypush_): Now takes a optional trace message.
3440 Adjust all uses.
3441
8901f32e
AD
34422008-11-07 Akim Demaille <demaille@gostai.com>
3443
3444 The single-stack C++ parser is now the standard one.
3445 * data/lalr1.cc: Rename as...
3446 * data/lalr1-split.cc: this.
3447 * data/lalr1-fusion.cc: Rename as...
3448 * data/lalr1.cc: this.
3449 * etc/bench.pl.in: Adjust.
3450
8cdabf02
AD
34512008-11-07 Akim Demaille <demaille@gostai.com>
3452
3453 Avoid empty-if warnings.
3454 Reported by Quentin Hocquet.
de62edee 3455
8cdabf02
AD
3456 * data/lalr1-fusion.cc (YY_SYMBOL_PRINT, YY_REDUCE_PRINT)
3457 (YY_STACK_PRINT): Provide some contents even when !YYDEBUG.
3458
5a893c2b
AD
34592008-11-07 Akim Demaille <demaille@gostai.com>
3460
3461 Pass command line location to skeleton_arg and language_argmatch.
3462 * src/getargs.h, src/getargs.c (skeleton_arg, language_argmatch):
3463 The location argument is now mandatory.
3464 Adjust all dependencies.
3465 (getargs): Use command_line_location.
3466
58697c6d
AD
34672008-11-07 Akim Demaille <demaille@gostai.com>
3468
3469 -D, --define.
3470 * src/getargs.c (usage): Document -D.
3471 Fix help string for --locations.
3472 (command_line_location): New.
3473 (short_options, long_options, getargs): Support -D, --define.
3474 (getargs): Move -d support at the right place.
3475 * doc/bison.texinfo (Bison Options): Update.
3476 * tests/input.at (%define, --define): New.
3477
9fe5a457
AD
34782008-11-07 Akim Demaille <demaille@gostai.com>
3479
3480 Initialize the muscle table before parsing the command line.
3481 * src/getargs.c (quotearg.h, muscle_tab.h): Include.
3482 (getargs): Define file_name.
3483 * src/main.c (main): Initialize muscle_tab before calling
3484 getargs.
3485 * src/muscle_tab.c (muscle_init): No longer define file_name, as
3486 its value is not available yet.
3487
56c5eca9
AD
34882008-11-07 Akim Demaille <demaille@gostai.com>
3489
3490 Locations without columns for command line arguments.
3491 * src/location.c (location_print): Don't display negative columns.
3492 * src/location.h: Document this.
3493
9b9e0a7d
AD
34942008-11-07 Akim Demaille <demaille@gostai.com>
3495
3496 Fix --help.
3497 * src/getargs.c (usage): Fix help string for -W.
3498
74eae918
AD
34992008-11-07 Akim Demaille <demaille@gostai.com>
3500
3501 Handle more general types of option arguments.
3502 * build-aux/cross-options.pl: The argument ends at the first
3503 space, not the first non-symbol character.
3504 Use @var for each word appearing the argument description.
3505
a3d4c6fb
AD
35062008-11-07 Akim Demaille <demaille@gostai.com>
3507
3508 Destroy the variants that remain on the stack in case of error.
3509 * data/lalr1-fusion.cc (yydestruct_): Invoke the variant's
3510 destructor.
3511 Display the value only if yymsg is nonnull.
3512 (yyreduce): Invoke yydestruct_ when popping lhs symbols.
3513
2d32fc9f
AD
35142008-11-07 Akim Demaille <demaille@gostai.com>
3515
3516 Add "%define assert" to variants.
3517 This is used to help the user catch cases where some value gets
3518 ovewritten by a new one. This should not happen, as this will
3519 probably leak.
de62edee 3520
2d32fc9f
AD
3521 Unfortunately this uncovered a bug in the C++ parser itself: the
3522 lookahead value was not destroyed between two calls to yylex. For
3523 instance if the previous lookahead was a std::string, and then an int,
3524 then the value of the std::string was correctly taken (i.e., the
3525 lookahead was now an empty string), but std::string structure itself
3526 was not reclaimed.
de62edee 3527
2d32fc9f
AD
3528 This is now done in variant::build(other&) (which is used to take the
3529 value of the lookahead): other is not only stolen from its value, it
3530 is also destroyed. This incurs a new performance penalty of a few
3531 percent, and union becomes faster again.
de62edee 3532
2d32fc9f
AD
3533 * data/lalr1-fusion.cc (variant::build(other&)): Destroy other.
3534 (b4_variant_if): New.
3535 (variant::built): New.
3536 Use it whereever the status of the variant changes.
3537 * etc/bench.pl.in: Check the penalty of %define assert.
3538
f6038cb8
AD
35392008-11-07 Akim Demaille <demaille@gostai.com>
3540
3541 Use "%define variant" in bench.pl.
3542 * etc/bench.pl.in: No longer use the pseudo directive %variants,
3543 just use %define variants.
3544
ccde1f98
AD
35452008-11-07 Akim Demaille <demaille@gostai.com>
3546
3547 Regen.
3548 * src/parse-gram.h, src/parse-gram.c: Regen.
3549
58bd33b7
JD
35502008-11-04 Joel E. Denny <jdenny@ces.clemson.edu>
3551
3552 Fix user actions without a trailing semicolon.
3553 Reported by Sergei Steshenko at
3554 <http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00001.html>.
3555 * THANKS (Sergei Steshenko): Add.
3556 * src/scan-code.l (SC_RULE_ACTION): Fix it.
3557 * tests/regression.at (Fix user actions without a trailing semicolon):
3558 New test case.
3559
639867b5
AD
35602008-11-04 Akim Demaille <demaille@gostai.com>
3561
3562 Use b4_copyright_years.
3563 * data/yacc.c (b4_copyright_years): New.
3564 Fix its value according to the comments in the file.
3565 Use it and undefine it.
3566
3c262606
AD
35672008-11-04 Akim Demaille <demaille@gostai.com>
3568
3569 Formatting changes.
3570 * data/lalr1-fusion.cc, src/parse-gram.y: here.
3571
a2b93d52
AD
35722008-11-04 Akim Demaille <demaille@gostai.com>
3573
3574 Formatting changes.
3575 * data/lalr1-fusion.cc: here.
3576
3a2803df
AD
35772008-11-04 Akim Demaille <demaille@gostai.com>
3578
3579 Use strict on bench.pl.
3580 * etc/bench.pl.in (&run, &generate_grammar): New.
3581 Rename the grammar generating functions for consistency.
3582 Change the interface so that the list of benches to run is passed
3583 as (optionless) arguments.
3584 (&compile): Use &run.
3585
a0d4650a
AD
35862008-11-04 Akim Demaille <demaille@gostai.com>
3587
3588 Remove spurious initial empty lines.
3589 * data/glr.c, data/glr.cc, data/lalr1.cc, data/lalr1.java,
3590 * data/yacc.c: End the @output lines with an @.
3591
cac9e09b
AD
35922008-11-04 Akim Demaille <demaille@gostai.com>
3593
3594 Improve the display of sizes.
3595 * etc/bench.p.in: Higher precision.
3596 Sort by decreasing size.
3597
4af4348a
AD
35982008-11-04 Akim Demaille <demaille@gostai.com>
3599
3600 Don't memcpy C++ structures.
3601 * data/lalr1-fusion.cc (b4_symbol_variant): Adjust additional
3602 arguments.
3603 (variant::build): New overload for
3604 copy-construction-that-destroys.
3605 (variant::swap): New.
3606 (parser::yypush_): Use it in variant mode.
3607
ef05c4d6
AD
36082008-11-04 Akim Demaille <demaille@gostai.com>
3609
3610 Better defaults for bench.pl.
3611 * etc/bench.pl.in ($verbose, $cflags, $iterations): Change the
3612 default values.
3613 Adjust &verbose uses.
3614 (-q, --quiet): New.
3615
9718cfa9
AD
36162008-11-04 Akim Demaille <demaille@gostai.com>
3617
3618 Make variant.yy more complex.
3619 std::list cannot be copied via memcpy, they are more demanding than
3620 std::string. Use one std::list to strengthen the test.
de62edee 3621
9718cfa9
AD
3622 * examples/variant.yy: Use lalr1-fusion.cc, not lalr1.cc.
3623 Adjust.
3624 Create a list of strings, instead of a single large string.
3625
a6df593d
AD
36262008-11-04 Akim Demaille <demaille@gostai.com>
3627
3628 bench.pl --bench.
3629 * etc/bench.pl.in (--bench, $bench): New.
3630
006a0303
AD
36312008-11-04 Akim Demaille <demaille@gostai.com>
3632
3633 Sort methods.
3634 * data/lalr1-fusion.cc (destroy): Use as() in its definition.
3635 Define it after as().
3636
faef3466
AD
36372008-11-04 Akim Demaille <demaille@gostai.com>
3638
3639 Useless parens.
3640 * data/lalr1-fusion.cc (b4_rhs_location): Remove useless parens.
3641
2141aded
AD
36422008-11-04 Akim Demaille <demaille@gostai.com>
3643
3644 Issue missing synclines after user actions.
3645 * data/c.m4 (b4_case): Issue synclines on the output file.
3646
e426d17b
AD
36472008-11-04 Akim Demaille <demaille@gostai.com>
3648
3649 Remove trailing empty line.
3650 * data/lalr1-fusion.cc: Don't add an empty line after the user's
3651 epilogue.
3652
a9ce3f54
AD
36532008-11-04 Akim Demaille <demaille@gostai.com>
3654
3655 Fix output of copyright years.
3656 * data/bison.m4 (b4_copyright): Fix the indentation of the
3657 copyright year paragraph.
3658 Use b4_copyright_years when no years are given.
3659 * data/lalr1.cc, data/lalr1-fusion.cc, data/location.cc
3660 (b4_copyright_years): New.
3661 Use it.
3662
59c544c2
AD
36632008-11-04 Akim Demaille <demaille@gostai.com>
3664
3665 Avoid the spurious initial empty line.
3666 * data/lalr1-fusion.cc, data/location.cc: Put a trailing "@" at
3667 the end of @output request to suppress the empty line that
3668 results.
3669
96b15448
AD
36702008-11-04 Akim Demaille <demaille@gostai.com>
3671
3672 Remove parser::rhs_number_type.
3673 * data/lalr1-fusion.cc (rhs_number_type): No longer define it.
3674 (yyrhs_): Use b4_table_define.
3675
f0633174
AD
36762008-11-04 Akim Demaille <demaille@gostai.com>
3677
3678 Fix iteration type.
3679 * data/lalr1-fusion.cc: Use an int to iterate up to an int.
3680
417b8004
AD
36812008-11-04 Akim Demaille <demaille@gostai.com>
3682
3683 Factor the declaration of the integer tables.
3684 * data/lalr1-fusion.cc (b4_table_define): New.
3685 Use it.
3686
1a5246c6
AD
36872008-11-03 Akim Demaille <demaille@gostai.com>
3688
3689 Fix indentation of tables in lalr1.cc
3690 * data/lalr1-fusion.cc: Fix the indentation.
3691
f8a95c9c
AD
36922008-11-03 Akim Demaille <demaille@gostai.com>
3693
3694 Destroy the lhs symbols after reduction.
3695 * data/lalr1-fusion.cc (parse): After the user action, when in
3696 variant mode, destroy the lhs symbols.
3697
d7f4d823
AD
36982008-11-03 Akim Demaille <demaille@gostai.com>
3699
3700 Simplify yysyntax_error_ use.
3701 * data/lalr1-fusion.cc (yysyntax_error_): Always pass it the token
3702 type, but make it unnamed in the declaration when it is not used.
3703
8b9c89fb
AD
37042008-11-03 Akim Demaille <demaille@gostai.com>
3705
3706 Let yy::variant::build return an lvalue.
3707 * data/lalr1-fusion.cc (variant::build): Return a reference to the
3708 object.
3709
83243c24
AD
37102008-11-03 Akim Demaille <demaille@gostai.com>
3711
3712 Define yy::variant only when needed.
3713 * data/lalr1-fusion.cc (yy::variant): Define only if variants are
3714 used.
3715
429b4848
AD
37162008-11-03 Akim Demaille <demaille@gostai.com>
3717
3718 Bench the three-stack lalr1.cc.
3719 * etc/bench.pl.in: Bench the three-stack lalr1.cc vs. the
3720 one-stack one.
3721
414c76a4
AD
37222008-11-03 Akim Demaille <demaille@gostai.com>
3723
3724 Fail on parse error in calc++.
3725 * doc/bison.texinfo (calc++.cc): Propagate failures to the exit
3726 status.
3727 * examples/calc++/test ($me, $number, $exit, run): New.
3728 Use them to propagate errors to the exit status.
3729
8a5783fd
AD
37302008-11-03 Akim Demaille <demaille@gostai.com>
3731
3732 Don't specify the skeleton twice in the example.
3733 * examples/calc++/Makefile.am: Don't pass -S to Bison, the grammar
3734 file does what is needed.
3735
0cc5bead
AD
37362008-11-03 Akim Demaille <demaille@gostai.com>
3737
3738 bench: Improve output.
3739 * etc/bench.pl.in (bench_grammar): Tune the printf format.
3740
5b421a4e
AD
37412008-11-03 Akim Demaille <demaille@gostai.com>
3742
3743 bench: check impact of %debug on variants.
3744 * etc/bench.pl.in (variant_grammar): Fix the computation of
3745 $variant.
3746 Generate a grammar file that can work with or without %debug.
3747 Do use the @directive.
3748 (bench_variant_parser): Check impact of %debug.
3749 (@directives): Rename all the occurrences to...
3750 (@directive): this, for consistency.
3751
d11ee647
AD
37522008-11-03 Akim Demaille <demaille@gostai.com>
3753
3754 bench: report the size too.
3755 * etc/bench.pl.in ($iterations): Defaults to -3.
3756 (&bench_grammar): Require hireswallclock.
3757 Compute and display the size of the result.
3758 More comments.
3759
e1b74b92
AD
37602008-11-03 Akim Demaille <demaille@gostai.com>
3761
3762 bench: More use of the verbosity level.
3763 * etc/bench.pl.in ($verbose, &verbose): New.
3764 Use them.
3765 More POD documentation.
3766
7e5f9c54
AD
37672008-11-03 Akim Demaille <demaille@gostai.com>
3768
3769 bench.pl: a command line interface
3770 * etc/bench.pl.in: More doc.
3771 Some fixes in the documentation.
3772 ($cflags, $iterations, &help, &getopt): New.
3773 Use them.
3774 (&variant_grammar): Let the number of stages be 10 times what is
3775 specified.
3776
7109a18d
AD
37772008-11-03 Akim Demaille <demaille@gostai.com>
3778
3779 Bench the use of Boost.Variants.
3780 * etc/bench.pl.in ($cxx, &variant_grammar, &bench_variant_parser):
3781 New.
3782 (&compile): Be ready to compile C++ parsers.
3783 (&bench_push_parser): Move debug information to the outermost
3784 level.
3785 * THANKS: Add Michiel De Wilde.
3786
922730fe
AD
37872008-11-03 Akim Demaille <demaille@gostai.com>
3788
3789 bench.pl: Pass directives as a list instead of as a string.
3790 * etc/bench.pl.in (&directives): New.
3791 (&triangular_grammar, &calc_grammar): Use it to format the Bison
3792 directives.
3793 (&triangular_grammar): Do use the directives (were ignored).
3794 (&bench_grammar, &bench_push_parser): Adjust to pass lists of
3795 directives.
3796
7484f1d4
AD
37972008-11-03 Akim Demaille <demaille@gostai.com>
3798
3799 Improve genericity of bench.pl.
3800 * etc/bench.pl.in (&bench_grammar): Take the set of benches as
3801 argument.
3802 (&bench_push_parser): New.
3803 Call it.
3804
15129f25
AD
38052008-11-03 Akim Demaille <demaille@gostai.com>
3806
3807 Add documentation to bench.pl.
3808 * etc/bench.pl.in: Comment changes.
3809
0e0ed236
AD
38102008-11-03 Akim Demaille <demaille@gostai.com>
3811
3812 Fuse the three stacks into a single one.
de62edee 3813
b06df3c2
AD
3814 In order to make it easy to perform benchmarks to ensure that
3815 there are no performance loss, lalr1.cc is forked into
3816 lalr1-fusion.cc. Eventually, lalr1-fusion.cc will replace
3817 lalr1.cc.
3818
3819 Meanwhile, to make sure that lalr1-fusion.cc is correctly
3820 exercized by the test suite, the user must install a symbolic link
3821 from lalr1.cc to it.
de62edee 3822
b06df3c2
AD
3823 Instead of having three stacks (state, value, location), use a
3824 stack of triples. This considerably simplifies the code (and it
3825 will be easier not to require locations as currently does the C++
3826 parser), and also gives a 10% speedup according to
3827 etc/bench (probably mainly since memory allocation is done once
3828 instead of three times).
de62edee 3829
0e0ed236
AD
3830 Another motivation is to make it easier to destruct properly
3831 semantic values: now that they are bound to their state (hence
3832 symbol type) it will be easier to call the appropriate destructor.
de62edee 3833
0e0ed236 3834 These changes should probably benefit the C parser too.
de62edee 3835
b06df3c2
AD
3836 * data/lalr1.cc: Copy as...
3837 * data/lalr1-fusion.cc: this new file.
0e0ed236
AD
3838 (b4_rhs_value, b4_rhs_location): New definitions overriding those
3839 from c++.m4.
3840 (state_stack_type, semantic_stack_type, location_stack_type)
3841 (yystate_stack_, yysemantic_stack_, yylocation_stack_): Remove.
3842 (data_type, stack_type, yystack_): New.
3843 (YYLLOC_DEFAULT, yypush_): Adjust.
3844 (yyerror_range): Now based on data_type, not location_type.
3845
7dedf26e
AD
38462008-11-03 Akim Demaille <demaille@gostai.com>
3847
3848 Push the state, value, and location at the same time.
3849 This is needed to prepare a forthcoming patch that fuses the three
3850 stacks into one.
de62edee 3851
7dedf26e
AD
3852 * data/lalr1.cc (parser::yypush_): New.
3853 (parser::yynewstate): Change the semantics: instead of arriving to
3854 this label when value and location have been pushed, but yystate
3855 is to be pushed on the state stack, now the three of them must
3856 have been pushed before. yystate still must be the new state.
3857 This allows to use yypush_ everywhere instead of individual
3858 handling of the stacks.
3859
c4585f1e
AD
38602008-11-03 Akim Demaille <demaille@gostai.com>
3861
3862 Prefer references to pointers.
3863 * data/lalr1.cc (b4_symbol_actions): New, overrides the default C
3864 definition to use references instead of pointers.
3865 (yy_symbol_value_print_, yy_symbol_print_, yydestruct_):
3866 Take the value and location as references.
3867 Adjust callers.
3868
56017c17
AD
38692008-11-03 Akim Demaille <demaille@gostai.com>
3870
3871 stack::size instead of stack::height.
3872 * data/lalr1.cc (stack::height): Rename as...
3873 (stack::size): this.
3874 Fix the output type.
3875 Comment changes.
3876
5ab8c47b
AD
38772008-11-03 Akim Demaille <demaille@gostai.com>
3878
3879 Use variants to support objects as semantic values.
b06df3c2
AD
3880 This patch was inspired by work by Michiel De Wilde. But he used
3881 Boost variants which (i) requires Boost on the user side, (ii) is
3882 slow, and (iii) has useless overhead (the parser knows the type of
3883 the semantic value there is no reason to duplicate this
3884 information as Boost.Variants do).
3885
3886 This implementation reserves a buffer large enough to store the
3887 largest objects. yy::variant implements this buffer. It was
3888 implemented with Quentin Hocquet.
de62edee 3889
5ab8c47b
AD
3890 * src/output.c (type_names_output): New.
3891 (output_skeleton): Invoke it.
3892 * data/c++.m4 (b4_variant_if): New.
3893 (b4_symbol_value): If needed, provide a definition for variants.
3894 * data/lalr1.cc (b4_symbol_value, b4_symbol_action_)
3895 (b4_symbol_variant, _b4_char_sizeof_counter, _b4_char_sizeof_dummy)
3896 (b4_char_sizeof, yy::variant): New.
3897 (parser::parse): If variants are requested, define
3898 parser::union_type, parser::variant, change the definition of
3899 semantic_type, construct $$ before running the user action instead
3900 of performing a default $$ = $1.
3901 * examples/variant.yy: New.
3902 Based on an example by Michiel De Wilde.
3903
1fa5d8bb
AD
39042008-11-03 Akim Demaille <demaille@gostai.com>
3905
3906 Parameterize the extraction of semantic values.
3907 To make future changes easier, no longer rely on ".TYPE" being the
3908 way to get a semantic value.
de62edee 3909
1fa5d8bb
AD
3910 * data/c.m4 (b4_symbol_value): New.
3911 Use it.
3912 * data/c++.m4, data/yacc.c: Use it.
3913 * data/glr.c: Use b4_symbol_value.
3914 (b4_rhs_data): New.
3915 Use it.
3916
91ba8a55
AD
39172008-11-03 Akim Demaille <demaille@gostai.com>
3918
3919 Prepare easier M4 changes.
3920 * data/lalr1.cc: Use escaped [] instead of literals to prepare
3921 future changes.
3922
c9ba9e59
JD
39232008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
3924
3925 Initiate further development.
3926 * NEWS: Create an empty section for new entries.
3927 * gnulib: Update submodule to HEAD.
3928
bfb40910
JD
39292008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
3930
3931 * NEWS: Version 2.4.
3932
241fda7a
JD
39332008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
3934
3935 Prepare for next release.
3936 * NEWS: Briefly mention changes since 2.3b.
3937 * README: Say GNU m4 1.4.6, which we've been requiring in release
3938 announcements already, not 1.4.3, which breaks the build.
3939
ed4d67dc
JD
39402008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
3941
3942 Say %language is experimental.
3943 We're thinking of extending it's effect on output file naming. See the
3944 thread at
3945 <http://lists.gnu.org/archive/html/bison-patches/2008-10/msg00003.html>.
3946 * NEWS: Say it's experimental.
3947 * doc/bison.texinfo (Decl Summary): Say it's experimental, and so don't
3948 recommend it over %skeleton for now.
3949 (Bison Options): Likewise.
3950 (C++ Bison Interface): Use %skeleton not %language.
3951 (Calc++ Parser): Use %skeleton not %language.
3952 * src/getargs.c (usage): Say it's experimental.
3953
e254a580
DJ
39542008-11-01 Di-an Jan <dianj@freeshell.org>
3955 Paolo Bonzini <bonzini@gnu.org>
3956
3957 Support all Java parser class modifiers.
3958 * data/java.m4 (b4_percent_define_get3): New.
3959 (b4_final_if, b4_strictfp_if): New.
3960 * data/lalr1.java (final, strictfp, extends, implements): Support.
3961 * doc/bison.texinfo (final, strictfp, extends, implements): Add
3962 documentation.
3963 * tests/java.at (AT_CHECK_JAVA_MINIMAL): New.
3964 (AT_CHECK_JAVA_MINIMAL_W_LEXER): New.
3965 (AT_CHECK_JAVA_GREP): New.
3966 (Java parser class modifiers): New test.
3967 (Java parser class extends and implements): New test.
3968
3969 Model exception propagation better with throws and lex_throws.
3970 * data/java.m4 (b4_list2): New.
3971 (throws): Change default.
3972 * data/lalr1.java (yyaction): Add throws.
3973 (parse): Add lex_throws in addition to throws.
3974 * doc/bison.texinfo (throws, lex_throws): Add documentation.
3975 * tests/java.at (Java throws specifications): New test.
3976
3977 Improve documentation for Java parsers.
3978 * doc/bison.texinfo (Java Parsers): Add subsections.
3979 Don't quote first argument of %define.
3980 (Java Bison Interface): Document output files. Move documentation
3981 of parser class and merge into Java Parser Interface. Document
3982 features that error out. Document directives with no effect.
3983 Move note about Javadoc higher.
3984 (Java Semantic Values): Explicitly mention stype.
3985 Document that generic types cannot be used.
3986 (Java Location Values): Use @deftypeivar. Document constructors.
3987 Correct return value for toString.
3988 (Java Parser Interface): List undocumented constants/fields.
3989 Move documentation of fields added by %parse-param closer to list
3990 of members. Document that token names are added as fields.
3991 Document constructors accurately. Remove error method.
3992 (Java Scanner Interface): Move note on %pure-parser to Java Bison
3993 Interface. Describe %code lexer and yylex accutately.
3994 Remove documentation that does not match the code.
3995 (Java Action Features): New.
3996 (Java Differences): Add reference. Add item on semantic values.
3997 Add note about @{ ... @}. Clarify %% epilogue placement.
3998 (Java Declarations Summary): New.
3999
4000 Fix Java skeleton.
4001 * data/java.m4 (b4_prefix): Correct quoting for m4_define_default.
4002 (b4_remove_comma): Quote test argument.
4003 (b4_identification): Remove "bison" field.
4004 * tests/java.at (Java parser class and package names): New test.
4005 (Java %parse-param and %lex-param): New test.
4006 (Java stype, position_class and location_class): New test.
4007
f259e4e6
PB
40082008-10-31 Di-an Jan <dianj@freeshell.org>
4009
4010 * data/lalr1.jave: Update copyright years.
4011 (YYParser): Correct name of "generated from" file in Javadoc:
4012 use b4_file_name instead of @ofile@.
4013 (Location constructor): Correct Javadoc parameter name.
4014 (yylloc): Add missing opening m4 quote after b4_location_if.
4015 This removes a stray [ in the Javadoc of Lexer.getStartPos.
4016 (Lexer.yyerror): Fix incorrect m4 and Javadoc.
4017 (YYParser constructor): Correct Javadoc parameter name.
4018
cae5057f
JD
40192008-10-30 Joel E. Denny <jdenny@ces.clemson.edu>
4020
4021 Always put auxiliary code files in the same dir as other output files.
4022 * src/files.c (compute_file_name_parts): When the user specifies
4023 --output but not --file-prefix, extract the directory prefix from the
4024 file prefix not from the grammar file name. This affects the location
4025 of files like location.hh generated by the C++ skeleton. The includes
4026 in the other output files require this fix.
4027 * tests/output.at (AT_CHECK_OUTPUT): Automatically create directories
4028 for expected output files.
4029 (Output files): Add a test for the above.
4030
4af432ba
JD
40312008-10-29 Joel E. Denny <jdenny@ces.clemson.edu>
4032
4033 * gnulib: Update submodule to HEAD.
4034
e26d4e43
JD
40352008-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
4036
4037 Update copyright year.
4038 * src/files.c: Here.
4039
c0ee9e21
DJ
40402008-10-28 Di-an Jan <dianj@freeshell.org> (tiny change)
4041
4042 Don't overwrite the input file.
4043 * src/files.c (output_file_name_check): Fatal error if using input file
4044 for output.
4045 * tests/output.at: (AT_CHECK_CONFLICTING_OUTPUT): Add return status
4046 argument.
4047 (Conflicting output files): Add test.
4048
482dc52f
AD
40492008-10-28 Akim Demaille <demaille@gostai.com>
4050
4051 Space changes.
4052 * data/lalr1.cc: Formatting changes.
4053
52cbbe84
AD
40542008-10-28 Akim Demaille <demaille@gostai.com>
4055
4056 Don't define debugging functions when !YYDEBUG.
4057 * data/lalr1.cc (debug_stream, set_debug_stream)
4058 (debug_level_type, debug_level, set_debug_level): Don't
4059 declare them when YYDEBUG is not defined.
4060 The implementation are already YYDEBUG-aware.
4061
0925d5bf
AD
40622008-10-28 Akim Demaille <demaille@gostai.com>
4063
4064 Prefer "continue" for empty loop bodies.
4065 * etc/bench.pl.in: Use "continue" instead of {}.
4066
cf98343c
AD
40672008-10-28 Akim Demaille <demaille@gostai.com>
4068
4069 Space and comments changes.
4070 * data/c++.m4, data/glr.c, data/lalr1.cc: Copyright year changes.
4071 * data/c.m4, data/lalr1.cc: Space changes.
4072
9f467b7d
AD
40732008-10-28 Akim Demaille <demaille@gostai.com>
4074
4075 Make gnulib a submodule.
4076 * gnulib: New.
4077 * .gitmodules (gnulib): New.
4078
0f0e1ace
JD
40792008-10-18 Joel E. Denny <jdenny@ces.clemson.edu>
4080
4081 Fix yyerror_range for user-defined location type in C++. Reported by
4082 Georg Sauthoff at
4083 <http://lists.gnu.org/archive/html/bug-bison/2008-08/msg00008.html>.
4084 * data/lalr1.cc (parse): Change type of yyerror_range to location_type.
4085 * THANKS (Georg Sauthoff): Add.
4086
548e2104
JD
40872008-10-18 Joel E. Denny <jdenny@ces.clemson.edu>
4088
4089 Update several administrative files mainly to facilitate releasing.
4090 * HACKING (Administrivia): Make the git-merge-changelog notes more
4091 helpful.
4092 (Test suite): Don't say lalr1.cc is not exercised in the test suite.
4093 (Release Procedure): Update for git and add numerous details that were
4094 previously missing.
4095 * Makefile.am (EXTRA_DIST): Remove Makefile.cfg and Makefile.maint.
4096 * maint.mk (announcement): Don't list bison as a bootstrap tool so
4097 that announcements don't claim we bootstrapped with whatever bison
4098 happened to be in PATH. Add flex as a bootstrap tool.
4099 * Makefile.maint: Remove, previously replaced by maint.mk.
4100 * Makefile.cfg: Remove, and migrate settings to...
4101 * cfg.mk: ... here for the sake of `make announcement'.
4102 * bootstrap.conf (gnulib_modules): Add announce-gen.
4103 * README: Say GNU Bison instead of just Bison. Suggested by Karl
4104 Berry.
4105
ddf17a6e
PB
41062008-10-08 Di-an Jan <dianj@freeshell.org> (tiny change)
4107
4108 Small but important bugfixes for the Java skeleton.
4109 * data/lalr1.java (yyerror): Change Location to b4_location_type.
4110 (yy_symbol_print): Call toString on yyvaluep.
4111
e1145ad8
AD
41122008-08-29 Akim Demaille <demaille@gostai.com>
4113
4114 Clarify UPDATED use.
215b40ac 4115 * doc/bison.texinfo: It refers to the last edition of this file,
e1145ad8 4116 not to the release date of Bison.
215b40ac 4117 Reported by Joel E. Denny.
e1145ad8 4118
0df72d78
AD
41192008-08-29 Akim Demaille <demaille@gostai.com>
4120
4121 * README: Update FAQ pointer.
4122 Reported by Joel E. Denny.
4123
9a90b6bb
EB
41242008-08-27 Eric Blake <ebb9@byu.net>
4125
4126 Resync m4sugar from autoconf.
4127 * data/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine)
4128 (m4_init): Adjust to latest m4.git changes.
4129 (m4_mapall_sep, _m4_list_cmp, m4_version_compare): Reduce side
4130 effects.
4131 * data/m4sugar/foreach.m4 (_m4_shiftn): Fix off-by-one bug.
4132 (_m4_list_cmp): Reduce side effects.
4133
65015668
AD
41342008-08-27 Akim Demaille <demaille@gostai.com>
4135
4136 Check yyerrok in calc.at.
215b40ac
EB
4137 * tests/calc.at (calc.y): Use yyerrok on "( error )".
4138 (AT_CHECK_CALC): Add a check that ensures that yyerrok works as
4139 expected.
65015668 4140
98e26a92
AD
41412008-08-27 Akim Demaille <demaille@gostai.com>
4142
4143 Support yyerrok in lalr1.cc.
4144 YYBACKUP is still to import back into lalr1.cc.
215b40ac 4145 * data/lalr1.cc (yyerrork, yyclearin, YYRECOVERING): Define.
98e26a92 4146
86c0e784
JD
41472008-08-26 Joel E. Denny <jdenny@ces.clemson.edu>
4148
4149 For maintainer-check*, don't recompile for a $(VERSION) update.
4150 * cfg.mk: New file.
4151 (_is-dist-target): Override the one in GNUmakefile.
4152 * Makefile.am (EXTRA_DIST): Add cfg.mk.
4153
88511166
JD
41542008-08-26 Joel E. Denny <jdenny@ces.clemson.edu>
4155
4156 Update for recent change to gnulib.
4157 * src/parse-gram.y: Don't include strverscmp.h. It comes from
4158 string.h now.
4159
6bbb2ed5
EB
41602008-08-15 Eric Blake <ebb9@byu.net>
4161
d67c52e8
EB
4162 Remaining m4sugar merge from autoconf.
4163 * data/m4sugar/m4sugar.m4: Copy entire file from autoconf.
4164 * data/m4sugar/foreach.m4: New file, copied from autoconf.
4165 * data/Makefile.am (dist_m4sugar_DATA): Distribute it.
4166 * src/output.c (output_skeleton): Tell m4 how to find it.
4167
6bbb2ed5
EB
4168 Partial m4sugar merge from autoconf: m4_map.
4169 * data/m4sugar/m4sugar.m4 (m4_fst): Delete.
4170 (m4_map, m4_map_sep, _m4_map): Rewrite more efficiently.
4171 (m4_apply, _m4_apply, m4_mapall, m4_mapall_sep): New macros.
4172 * data/java.m4 (b4_token_enums): Use more efficient short-circuit
4173 for empty list.
4174 * data/c.m4 (b4_token_defines, b4_token_enums, b4_c_ansi_formals):
4175 Likewise.
4176 (b4_parse_param_for): Avoid m4_fst, now that autoconf no longer
4177 declares it.
4178
8dce3875
JD
41792008-08-07 Joel E. Denny <jdenny@ces.clemson.edu>
4180
4181 Keep .version and PACKAGE_VERSION in sync.
4182 * Makefile.am ($(top_srcdir)/.version): Declare configure as a
4183 dependency, and add comments justifying this in more detail. Discussed
4184 starting at
4185 <http://lists.gnu.org/archive/html/bison-patches/2008-07/msg00022.html>.
4186
882a1fbf
EB
41872008-08-06 Eric Blake <ebb9@byu.net>
4188
a3764451
EB
4189 Partial m4sugar merge from autoconf: m4_shiftn.
4190 * data/m4sugar/m4sugar.m4 (m4_shiftn): Faster implementation.
4191 (m4_shift2, m4_shift3): New macros.
4192 (m4_case, m4_bmatch, m4_bpatsubsts, m4_join): Adjust clients.
4193 * data/c.m4 (b4_c_function_def, b4_c_ansi_function_def)
4194 (b4_c_ansi_function_decl, b4_c_function_call): Likewise.
4195 * data/java.m4 (b4_remove_comma): Likewise.
4196
882a1fbf
EB
4197 Partial m4sugar merge from autoconf: m4_wrap vs. m4 1.6.
4198 * data/m4sugar/m4sugar.m4 (m4_unquote, m4_wrap_lifo): New macros.
4199 (m4_wrap): Guarantee FIFO order, in spite of m4 1.6.
4200 (m4_init): Consolidate wrapped text into single m4_wrap.
4201 * data/bison.m4 (b4_check_user_names_wrap): Stick with LIFO order
4202 in wrapped text.
4203
a30e920d
EB
42042008-08-05 Eric Blake <ebb9@byu.net>
4205
dfcc5959
EB
4206 Partial m4sugar merge from autoconf: builtins, version.m4.
4207 * data/m4sugar/m4sugar.m4 (changeword): Nuke.
4208 (m4_prepend): Remove, as it is unused and inherently quadratic,
4209 whereas m4_append is linear in newer m4.
4210 (m4_mkstemp): New builtin.
4211 (m4_symbols): Make rename conditional.
4212 (m4_version_prereq): Ensure fatal error if used in bison, which
4213 intentionally lacks version.m4.
4214
a30e920d
EB
4215 Fix comments in m4sugar.
4216 * data/m4sugar/m4sugar.m4: Comment changes, borrowed from autoconf.
4217
445b7470
JD
42182008-08-02 Joel E. Denny <jdenny@ces.clemson.edu>
4219
4220 Update for recent .gitignore fix in Gnulib.
4221 * bootstrap: Back out 2008-07-18 hack now that gnulib-tool creates
4222 anchored .gitignore entries.
4223
a1e50014
JD
42242008-08-02 Joel E. Denny <jdenny@ces.clemson.edu>
4225
4226 Set gnu or gnits strictness.
4227 * configure.ac (AM_INIT_AUTOMAKE): Set gnu strictness during
4228 development and gnits strictness for releases. Based on Eric Blake's
4229 suggestion at
4230 <http://lists.gnu.org/archive/html/bug-bison/2008-07/msg00019.html>.
4231
d43f77e7
PB
42322008-07-31 Paolo Bonzini <bonzini@gnu.org>
4233
4234 * NEWS: Clarify documentation of %language.
4235
fee2ed87
PB
42362008-07-31 Paolo Bonzini <bonzini@gnu.org>
4237
4238 Support usage of git-merge-changelog.
4239 * .gitattributes: New.
4240 * HACKING: Document usage of git-merge-changelog.
4241 * bootstrap: Install git-merge-changelog entries in .git/config
4242 if appropriate.
4243
78029cd5
JD
42442008-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
4245
4246 Remove remaining dependence on CVS Id keyword.
4247 * ChangeLog: For the sake of people still using CVS, don't use dollars
4248 when mentioning Id.
4249 * data/xslt/bison.xsl: Remove Id from header comments, where it was
4250 unusual anyway.
4251 * data/xslt/xml2dot.xsl: Likewise.
4252 * data/xslt/xml2text.xsl: Likewise.
4253 * data/xslt/xml2xhtml.xsl: Likewise.
4254 * doc/Doxyfile.in (PROJECT_NUMBER): Don't use ID.
4255 * doc/Makefile.am (neutralize): Remove, no longer needed.
4256 (.x.1): Don't use neutralize.
4257 (edit): Don't substitute for ID.
4258 (Doxyfile): Don't define Id, and thus don't depend on ChangeLog.
4259
c53d18b1
JD
42602008-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
4261
4262 Fix dependence on computed configure variables.
4263 * doc/Makefile.am (common_dep): Depend on $(top_srcdir)/configure not
4264 $(top_srcdir)/configure.ac so that changes to computed variables, such
4265 as PACKAGE_VERSION, are seen.
4266 * tests/Makefile.am ($(srcdir)/package.m4): Likewise.
4267
5523ac79
JD
42682008-07-20 Joel E. Denny <jdenny@ces.clemson.edu>
4269
4270 Update copyright dates for recent changes.
4271 * Makefile.am: Here.
4272 * src/Makefile.am: Here.
4273 * src/reduce.c: Here.
4274 * tests/reduce.at: Here.
4275
8fa36911
JD
42762008-07-18 Joel E. Denny <jdenny@ces.clemson.edu>
4277
4278 Use git-version-gen for version names between releases.
4279 * .cvsignore (.tarball-version, GNUmakefile, *~): Add.
4280 * .gitignore (/.tarball-version, /GNUmakefile, /*~): Add.
4281 * .prev-version: New.
4282 * .version.in: Remove.
78029cd5 4283 * ChangeLog: Remove the Id previously used for capturing the CVS
8fa36911
JD
4284 revision.
4285 * GNUmakefile: Remove, now copied from Gnulib.
4286 * Makefile.am: Add code suggested by comments in
4287 build-aux/git-version-gen.
4288 (EXTRA_DIST): Remove GNUmakefile, handled by Gnulib. Add maint.mk,
4289 .prev-version, and .version.
4290 * NEWS (2.3b+): Rename to...
4291 (?.?): ... this because we're dropping the "+" version naming scheme,
4292 but, in general, we still can't be sure of our next release name.
4293 * bootstrap: Add a quick hack to remove from .gitignore the
4294 GNUmakefile entry that gnulib adds. We already have a /GNUmakefile
4295 entry. This should really be fixed in gnulib instead.
4296 * bootstrap.conf (gnulib_modules): Add gnumakefile.
4297 * configure.ac (AC_INIT): Set version name by invoking
4298 build-aux/git-version-gen.
4299 (AC_CONFIG_FILES): Remove .version, now generated by
4300 build-aux/git-version-gen.
4301 * maint.mk: New, copied from coreutils.
4302 * doc/.cvsignore (bison.1): Add.
4303 * doc/.gitignore (/bison.1): Add.
4304 * doc/bison.1: Remove, generated.
4305 * src/.cvsignore (revision.c): Remove.
4306 * src/.gitignore (/revision.c): Remove.
4307 * src/Makefile.am (bison_SOURCES): Remove revision.c and revision.h.
4308 (BUILT_SOURCES): Remove revision.c.
4309 (revision.c): Remove.
4310 * src/getargs.c (version): Don't print revision after the VERSION.
4311 * src/revision.h: Remove.
4312
bcf07cb7
JD
43132008-07-16 Joel E. Denny <jdenny@ces.clemson.edu>
4314
4315 Fix untranslatable composition of sentences. Reported by Goran
4316 Uddeborg at
4317 <http://lists.gnu.org/archive/html/bug-bison/2008-06/msg00000.html>.
4318 * THANKS (Goran Uddeborg): Add.
4319 * src/reduce.c (reduce_print): Report the number of nonterminals and
4320 rules useless in the grammar in separate sentences.
4321 * tests/reduce.at (Useless Rules): Update output.
4322 (Reduced Automaton): Likewise.
4323 (Underivable Rules): Likewise.
4324 (Empty Language): Likewise.
4325
9aacab9a
JD
43262008-07-15 Joel E. Denny <jdenny@ces.clemson.edu>
4327
4328 Fix some .gitignore and .cvsignore problems.
4329 * bootstrap (insert_sorted_if_absent): Replace all uses with...
4330 (insert_vc_ignore): ... this new function, which prepends `/' to all
4331 .gitignore entries before passing them to insert_sorted_if_absent.
4332 * bootstrap.conf (vc_ignore): Set to '.cvsignore .gitignore' so that
4333 .cvsignore files are maintained even though Bison developers run
4334 bootstrap while using Git.
4335 * .cvsignore (*.patch *.log log patches applied): Remove, apparently
4336 unneeded by Bison.
4337 (gnulib): Add.
4338 * .gitignore (/*.patch *.log log patches applied): Remove, broken and
4339 unneeded. Reported by Eric Blake.
4340 * lib/.gitignore (/*~): Add.
4341 * po/.cvsignore, runtime-po/.cvsignore: Sync with .gitignore.
4342 * examples/calc++/.gitignore (/calc++.exe): Add. Reported by Eric
4343 Blake.
4344 * src/.gitignore (/bison.exe): Add. Reported by Eric Blake.
4345
a9fc7990
JD
43462008-07-15 Joel E. Denny <jdenny@ces.clemson.edu>
4347
4348 Improve forward-compatibility with GNU M4. Reported by Eric Blake at
4349 <http://lists.gnu.org/archive/html/bug-bison/2008-07/msg00000.html>.
4350 * bootstrap.conf (gnulib_modules): Add unsetenv.
4351 * lib/.gitignore, lib/.cvsignore (/unsetenv.c): Add.
4352 * m4/.gitignore, m4/.cvsignore (/environ.m4): Add.
4353 (/setenv.m4): Add.
4354 * src/output.c (output_skeleton): For the m4 invocation, pass -dV as
4355 the first argument because it may become position-dependent, and unset
4356 POSIXLY_CORRECT so Bison's skeletons have access to GNU M4 extensions.
4357 Add comments explaining these issues in more detail.
4358
0f1d6f10
JD
43592008-07-14 Joel E. Denny <jdenny@ces.clemson.edu>
4360
4361 Add .gitignore everywhere based on .cvsignore.
4362 * .gitignore: New.
4363 * build-aux/.gitignore: New.
4364 * data/.gitignore: New.
4365 * doc/.gitignore: New.
4366 * etc/.gitignore: New.
4367 * examples/.gitignore: New.
4368 * examples/calc++/.gitignore: New.
4369 * lib/.gitignore: New.
4370 * m4/.gitignore: New.
4371 * po/.gitignore: New.
4372 * runtime-po/.gitignore: New.
4373 * src/.gitignore: New.
4374 * tests/.gitignore: New.
4375
7bd1665a
JD
43762008-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
4377
4378 * NEWS (2.3b+): New section, empty for now.
4379 * configure.ac (AC_INIT): 2.3b -> 2.3b+.
4380
72c5b982
JD
43812008-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
4382
4383 * NEWS (2.3b): Update release date since there has been a delay in
4384 getting the announcements and tarballs out.
4385
bd02cd5d
JD
43862008-05-23 Joel E. Denny <jdenny@ces.clemson.edu>
4387
4388 * NEWS: Version 2.3b.
4389 * configure.ac (AC_INIT): Likewise.
4390 (PACKAGE_COPYRIGHT_YEAR): Update to 2008.
4391
9126263e
JD
43922008-05-23 Joel E. Denny <jdenny@ces.clemson.edu>
4393
4394 * HACKING: Don't say don't mention HACKING in the ChangeLog. We've
4395 been doing it for years.
4396 (Test suite): Mention maintainer-push-check and maintainer-xml-check.
4397 (Release Procedure): Add FIXME about make alpha being unmaintained.
4398
fa6aa7b3
JD
43992008-05-13 Joel E. Denny <jdenny@ces.clemson.edu>
4400
4401 * data/yacc.c: Reformat m4 a little for readability.
4402 * src/lalr.c (build_relations): Correct comment.
4403
d30b312d
JMG
44042008-05-12 Juan Manuel Guerrero <juan.guerrero@gmx.de>
4405
4406 DJGPP specific issue.
4407 * djgpp/config.sed: Fixes required to run configure scripts generated
4408 by autoconf 2.62.
4409
138d4cd9
JD
44102008-05-07 Joel E. Denny <jdenny@ces.clemson.edu>
4411
4412 * HACKING (Release Procedure): translation@iro.umontreal.ca is now
4413 coordinator@translationproject.org.
4414
8f7e2e1f
JD
44152008-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
4416
4417 * THANKS: Add Eric Blake.
4418
f55efa38
JD
44192008-04-23 Eric Blake <ebb9@byu.net>
4420
4421 Revert prior patch, by working around autoconf regression.
4422 * tests/output.at (m4_expand): Add workaround for autoconf 2.62.
4423 ("Output file name: ("): Uncomment test.
4424 ("Output file name: )"): Likewise.
4425 Based on an idea from Noah Misch.
4426
096c9f9d
JD
44272008-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
4428
4429 Work-around an Autoconf 2.62 AT_SETUP bug that was not present in
4430 2.61. Reported by Juan Manuel Guerrero at
4431 <http://lists.gnu.org/archive/html/bug-bison/2008-04/msg00011.html>.
4432 * tests/output.at ("Output file name: ("): Comment out test case for
4433 now.
4434 ("Output file name: )"): Likewise.
4435
0f664b89
JD
44362008-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
4437
4438 * GNUmakefile: Update git-version-gen invocation so make dist
4439 succeeds.
4440
1cfe6375
JD
44412008-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
4442
4443 Update to the current gnulib CVS repository, and fix trigraph handling
4444 in Bison.
4445 * bootstrap: Update gnulib CVS repository URL.
4446 (symlink_to_dir): Encapsulate the code that guarantees the destination
4447 directory exists into...
4448 (check_dst_dir): ... this new function, and...
4449 (cp_mark_as_generated): ... reuse it here so that bootstrap doesn't
4450 fail when copying files into lib/uniwidth/.
4451 * src/output.c (prepare_symbols): When writing yytname muscles, where
4452 symbol names will be encoded in C-string literals, tell quotearg to
4453 escape trigraphs. This used to be the default in gnulib.
4454 * tests/regression.at (Token definitions): Because of the change in
4455 gnulib's quotearg behavior, string_as_id in parse-gram.y no longer
4456 escapes trigraphs in symbol names. Thus, yytname no longer has
4457 trigraphs unnecessarily doubly escaped. Update test case output.
4458 Extend test case to be sure Bison's own error messages will no longer
4459 have trigraphs in symbol names unnecessarily escaped once.
4460
74c52fc8
JD
44612008-04-20 Joel E. Denny <jdenny@ces.clemson.edu>
4462
4463 Fix make dist infinite loop reported by Juan Manuel Guerrero at
4464 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00009.html>.
4465 * .cvsignore: Add .version.
4466 * .version.in: New.
4467 * bootstrap.conf (gnulib_modules): Add git-version-gen.
4468 * configure.ac (AC_CONFIG_FILES): Add .version.
4469 * build-aux/.cvsignore: Add git-version-gen.
4470
8e55b3aa
JD
44712008-03-08 Joel E. Denny <jdenny@ces.clemson.edu>
4472
4473 * NEWS (2.3a+): Mention that -g now takes an argument.
4474 * doc/bison.texinfo (Bison Options): Reword -W entry a little for
4475 consistency. Update the -g and -x entries now that they take
4476 arguments. Use brackets to indicate optional arguments.
4477 * src/getargs.c (usage): Explain the relationship between arguments of
4478 long and short options more completely. Document --defines and -d
4479 separately since the former takes an argument but, for POSIX Yacc, the
4480 latter does not.
4481 (short_options): Let -W take an optional argument like --warnings.
8452fdd9 4482 (getargs): Sort cases.
8e55b3aa 4483
59c5ac72
AD
44842008-02-28 Akim Demaille <demaille@gostai.com>
4485
4486 * doc/bison.texinfo: Fix a few typos.
4487
118d4978
AD
44882008-02-28 Akim Demaille <akim@epita.fr>
4489
4490 * doc/bison.texinfo (Bison Options): Document -W.
4491 Based on Joel E. Denny's NEWS entry, and Automake's documentation.
4492
7020f1e9
AD
44932008-02-28 Akim Demaille <akim@epita.fr>
4494
4495 * src/getargs.c (short_options): Split and sort for readability.
4496 -g and -x take optional arguments, just like their long options.
4497 * build-aux/cross-options.pl: Use /x to make the regexp easier to
4498 understand.
4499 Fix the handling of $opt which resulted in all the argument to be
4500 considered as optional.
4501
59da312b
JD
45022008-02-22 Joel E. Denny <jdenny@ces.clemson.edu>
4503
4504 * NEWS (2.3a+): Don't say %language is experimental. Mention Java and
4505 say its interface is experimental.
4506 * doc/bison.texinfo (Decl Summary): In the %language entry, mention
4507 Java.
4508 (Bison Options): In the -L and --language entry, mention Java.
4509 (Java Bison Interface): Say the interface is experimental.
4510 * src/getargs.c (usage): Mention -L and --language.
4511
4512 * NEWS (2.3a+): Say the push parsing interface is experimental.
4513 * doc/bison.texinfo (Push Decl): Likewise.
4514 (Decl Summary): Likewise in the "%define api.push_pull" entry.
4515 (Push Parser Function): Likewise.
4516 (Pull Parser Function): Likewise.
4517 (Parser Create Function): Likewise.
4518 (Parser Delete Function): Likewise.
4519 (Table of Symbols): Likewise in the yypstate_delete, yypstate_new,
4520 yypull_parse, and yypush_parse entries.
4521
4522 * NEWS (2.3a+): Mention XML support, and say the schema is
4523 experimental.
4524 * doc/bison.texinfo (Bison Options): Mention -x and --xml.
4525 * src/getargs.c (usage): Say the XML schema is experimental.
4526
4527 * NEWS (2.3a+): Say option instead of flag.
4528
2bb3ebec
WP
45292008-02-21 Wojciech Polak <polak@gnu.org>
4530
4531 * data/xslt/xml2xhtml.xsl (xsl:template match="/"): Change footer
4532 text.
4533
333e670c
JD
45342008-02-20 Joel E. Denny <jdenny@ces.clemson.edu>
4535
4536 Fix impure push parser compile error reported by Bob Rossi at
4537 <http://lists.gnu.org/archive/html/help-bison/2008-02/msg00023.html>.
4538 * data/yacc.c: Clean up whitespace in the output a little.
4539 (yypstate_allocated): Define for impure push parsers regardless of
4540 whether the pull interface is also requested.
4541 * tests/push.at (Push Parsing: Multiple impure instances): Extend to
4542 check impure push parsers without the pull interface.
4543
4544 * data/yacc.c (yypstate_new): Don't try to invoke yyerror since
4545 yyerror takes arguments specified by %parse-param while yypstate_new
4546 does not.
4547 * doc/bison.texinfo (Parser Create Function): Document that
4548 yypstate_new returns 0 for multiple impure parser instances.
4549 * tests/push.at (Push Parsing: Multiple impure instances): Update
4550 expected stderr output.
4551
798096e1
JD
45522008-02-19 Joel E. Denny <jdenny@ces.clemson.edu>
4553
4554 * runtime-po/POTFILES.in (push.c): Remove.
4555
9ca7f077
JD
45562008-02-17 Joel E. Denny <jdenny@ces.clemson.edu>
4557
4558 * data/Makefile.am (dist_pkgdata_DATA): Remove push.c.
4559 * data/push.c: Rename to...
4560 * data/yacc.c: ... this, overwriting it.
4561 * etc/bench.pl.in (bench_grammar): `%pure-parser'-> `%define api.pure'.
4562 `%push-pull-parser' -> `%define api.push_pull "both"'.
4563 Remove old yacc.c tests, and update push.c tests to yacc.c.
4564
42ee26bb
JD
45652008-02-17 Joel E. Denny <jdenny@ces.clemson.edu>
4566
4567 * data/bison.m4 (b4_percent_code_get): Output %code block comments like
4568 `"%code top" blocks' instead of `%code "top" blocks'.
4569 * data/push.c: Import yacc.c changes from 2008-01-09 and 2007-08-03.
4570 Clean up whitespace in the output a little.
4571
b1cc23c4
JD
45722008-02-16 Joel E. Denny <jdenny@ces.clemson.edu>
4573
4574 Fix documentation problems reported by Tim Josling at
4575 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00013.html>.
4576 * NEWS (2.3a+): Mention removal of --no-parser, -n, and %no-parser.
4577 * doc/bison.texinfo (Token Decl): Token numbers are *nonnegative*
4578 integers. Explain the effect of literal string aliases on error
4579 messages. Copy token 0 documentation from the C++ skeleton
4580 documentation.
4581
ab7f29f8
JD
45822008-02-16 Joel E. Denny <jdenny@ces.clemson.edu>
4583
4584 Accept a token number in a %left, %right, or %nonassoc for POSIX
4585 conformance. Reported by Tim Josling at
4586 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00010.html>.
4587 * NEWS (2.3a+): Mention.
4588 * doc/bison.texinfo (Precedence Decl): Describe how literal strings
4589 and code numbers are treated by precedence declarations.
4590 * src/parse-gram.y (precedence_declaration): Use symbols.prec instead
4591 of symbols.1.
4592 (symbols.prec): New, just like symbols.1 but uses symbol.prec instead
4593 of symbol.
4594 (symbol.prec): New, just like symbol but allows INT.
4595 * src/symtab.c (symbol_user_token_number_set): Remove an aver that no
4596 longer holds.
4597 * tests/regression.at (Token number in precedence declaration): New
4598 test case.
4599
a924ef36
JMG
46002008-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
4601
4602 DJGPP specific issues.
4603 * djgpp/config.bat: Add filenames that are not 8.3 clean and that must
4604 be changed. Copyright timestamp adjusted.
4605 * djgpp/config.sed: Add filenames that are not 8.3 clean and that must
4606 be changed. Copyright timestamp adjusted.
4607 * djgpp/config.site: Copyright timestamp adjusted.
4608 * djgpp/config_h.sed: Copyright timestamp adjusted.
4609 * djgpp/djunpack.bat: Copyright timestamp adjusted.
4610 * djgpp/fnchnage.lst: Add filenames that are not 8.3 clean to the
4611 filename translation list.
4612 * djgpp/subpipe.c (init_subpipe): Check the environment variables
4613 TMPDIR, TMP and TEMP, in that order, to determinate where the temp
4614 files shall be created. Before trying to use the temp dir where the
4615 environment variable points to check that the dir really exists. If
4616 not default to the cwd as temp dir. Copyright timestamp adjusted.
4617 * djgpp/subpipe.h: Copyright timestamp adjusted.
4618 * djgpp/testsuite.sed: Copyright timestamp adjusted.
4619
389c8cfd
PE
46202008-01-30 Paul Eggert <eggert@cs.ucla.edu>
4621
4622 * doc/bison.texinfo: Update Back-Cover text to reflect new GNU wording.
4623
5d1cfef4
PE
46242008-01-09 Paul Eggert <eggert@cs.ucla.edu>
4625
4626 * data/yacc.c (yyparse): Correct the comment when locations aren't used.
4627 Problem reported by Claudio Saavedra in
4628 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00003.html>.
4629
e2dcf996
WP
46302008-01-05 Wojciech Polak <polak@gnu.org>
4631
4632 * data/xslt/xml2xhtml.xsl (xsl:template match="/"): Precede an XHTML
4633 document's title with the input grammar file name.
4634
da730230
JD
46352007-12-22 Joel E. Denny <jdenny@ces.clemson.edu>
4636
4637 Automate regression testing of the XML/XSLT implementation. Discussed
4638 starting at
4639 <http://lists.gnu.org/archive/html/bison-patches/2007-11/msg00021.html>.
4640 * configure.ac (XSLTPROC): New substitution.
4641 * Makefile.am (maintainer-xml-check): New phony target invoking...
4642 * tests/Makefile.am (maintainer-xml-check): ... this new phony target
4643 invoking make maintainer-check with BISON_TEST_XML=1.
4644 * tests/atlocal.in (XSLTPROC): New.
4645 * tests/local.at (AT_BISON_CHECK): New macro to (1) instruct Valgrind
4646 not to report reachable memory when Bison is expected to have a
4647 non-zero exit status and (2) to compare XML/XSLT output with --graph
4648 and --report=all output for every working grammar when
4649 BISON_TEST_XML=1.
4650 (AT_BISON_CHECK_NO_XML): Likewise, but skip XML checks.
4651 (AT_BISON_CHECK_XML): New.
4652 (AT_QUELL_VALGRIND): New.
4653 * tests/testsuite.at (ORIGINAL_AT_CHECK): Remove this and...
4654 (AT_CHECK): ... don't redefine this since this was the old way to
4655 quell Valgrind.
4656 * tests/actions.at: Rewrite all AT_CHECK invocations for bison as
4657 AT_BISON_CHECK invocations.
4658 * tests/c++.at: Likewise.
4659 * tests/calc.at: Likewise.
4660 * tests/conflicts.at: Likewise.
4661 * tests/cxx-type.at: Likewise.
4662 * tests/existing.at: Likewise.
4663 * tests/glr-regression.at: Likewise.
4664 * tests/headers.at: Likewise.
4665 * tests/input.at: Likewise.
4666 * tests/java.at: Likewise.
4667 * tests/output.at: Likewise.
4668 * tests/push.at: Likewise.
4669 * tests/reduce.at: Likewise.
4670 * tests/regression.at: Likewise.
4671 * tests/sets.at: Likewise.
4672 * tests/skeletons.at: Likewise.
4673 * tests/synclines.at: Likewise.
4674 * tests/torture.at: Likewise.
4675 (Big triangle): Use AT_BISON_CHECK_NO_XML instead since this grammar
4676 tends to hang xsltproc.
4677 (Big horizontal): Likewise.
4678
408476bc
JD
46792007-12-08 Joel E. Denny <jdenny@ces.clemson.edu>
4680
4681 In XML output, remove redundant class attribute on symbol element.
4682 * data/xslt/bison.xsl (xsl:key name="bison:symbolByName"): New.
4683 * data/xslt/xml2xhtml.xsl (xsl:template match="symbol"): Use it to
4684 look up a symbol to determine whether it's a nonterminal or terminal.
4685 * src/gram.c (rule_rhs_print_xml): Remove class attribute.
4686 * src/state.c (state_rule_lookahead_tokens_print_xml): Likewise.
4687
4688 Add prec/assoc information to XML output.
4689 * src/gram.c (grammar_rules_print_xml): For each rule that has a
4690 %prec, add a percent_prec attribute.
4691 * src/print-xml.c (print_grammar): For each terminal that has a
4692 precedence or associativity, add a prec or assoc attribute.
4693 (xml_indent): New.
4694 (xml_puts): Use xml_indent.
4695 (xml_printf): Use xml_indent.
4696 * src/print-xml.h (xml_indent): Prototype.
4697
4698 * tests/existing.at (GNU pic Grammar): Fix a rule miscopied from
4699 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
4700
d4a26c48
JD
47012007-12-08 Joel E. Denny <jdenny@ces.clemson.edu>
4702
4703 * data/xslt/bison.xsl (bison:ruleNumber): Rename to...
4704 (bison:ruleByNumber): ... this for clarity.
4705 * data/xslt/xml2dot.xsl (xsl:template match="item"): Update.
4706 * data/xslt/xml2text.xsl (xsl:template match="item"): Update.
4707 (xsl:template match="reduction"): Update.
4708 (xsl:template match="item"): Update.
4709 (xsl:template match="reduction"): Update.
4710
4711 In the XML output, don't print the list of rules where symbols appear.
4712 Compute it in XSLT instead. Discussed at
4713 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00024.html>.
4714 * data/xslt/bison.xsl (bison:ruleByLhs): New.
4715 (bison:ruleByRhs): New.
4716 * data/xslt/xml2text.xsl (xsl:template match="terminal"): Use
4717 bison:ruleByRhs.
4718 (xsl:template match="terminal/rule"): Remove.
4719 (xsl:template match="nonterminal"): Use bison:ruleByLhs and
4720 bison:ruleByRhs.
4721 (xsl:template match="nonterminal/left/rule|nonterminal/right/rule"):
4722 Remove.
4723 * data/xslt/xml2xhtml.xsl (xsl:template match="terminal"): Use
4724 bison:ruleByRhs and mode="number-link" for rule template.
4725 (xsl:template match="terminal/rule"): Remove.
4726 (xsl:template match="nonterminal"): Use bison:ruleByLhs and
4727 bison:ruleByRhs and mode="number-link" for rule template.
4728 (xsl:template match="nonterminal/left/rule|nonterminal/right/rule"):
4729 Rewrite as...
4730 (xsl:template match="rule" mode="number-link"): ... this.
4731 * src/print-xml.c (print_grammar): Don't print the list of rules.
4732
ef1b4273
JD
47332007-12-01 Joel E. Denny <jdenny@ces.clemson.edu>
4734
4735 Don't let --report affect XML output; always print all information.
4736 Discussed at
4737 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00020.html>.
4738 * src/conflicts.c (log_resolution): Implement.
4739 * src/print-xml.c (print_core): Implement.
4740 (print_state): Implement.
4741 (print_xml): Implement.
4742
4743 * NEWS (2.3a+): Fix quotes.
4744 * src/parse-gram.y (prologue_declaration): For consistency with -v,
4745 don't let %verbose clear the list specified by --report.
4746
0f6cd9e3
AD
47472007-11-26 Akim Demaille <akim@epita.fr>
4748
4749 * data/Makefile.am (dist_pkgdata_DATA): Ship and install bison.xsl.
4750
d80fb37a
JD
47512007-11-24 Joel E. Denny <jdenny@ces.clemson.edu>
4752
4753 In the XML output, list useless and unused symbols and rules with the
4754 useful ones and add a "usefulness" attribute. Discussed starting at
4755 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00017.html>.
4756 * src/gram.c (grammar_rules_partial_print_xml): Remove.
4757 (grammar_rules_print_xml): Print all rules instead of just those
4758 useful in the grammar, and add a "usefulness" attribute.
4759 * src/gram.h (grammar_rules_partial_print_xml): Remove prototype.
4760 * src/print-xml.c (print_rules_useless_in_parser): Remove.
4761 (print_grammar): Print all nonterminals instead of just useful ones,
4762 and add a "usefulness" attribute to nonterminals and terminals.
4763 (print_xml): Don't print a separate "reductions" or
4764 "rules-useless-in-parser" element.
4765 * src/reduce.c (reduce_output): Use reduce_token_unused_in_grammar.
4766 (reduce_xml): Remove.
4767 (reduce_token_unused_in_grammar): New.
4768 (reduce_nonterminal_useless_in_grammar): New.
4769 * src/reduce.h (reduce_xml): Remove prototype.
4770 (reduce_token_unused_in_grammar): Add prototype.
4771 (reduce_nonterminal_useless_in_grammar): Add prototype.
4772 * data/xslt/xml2text.xsl: Update for XML changes.
4773 * data/xslt/xml2xhtml.xsl: Update for XML changes.
4774 * tests/reduce.at (Useless Terminals): Update output.
4775 (Useless Rules): Update output.
4776 (Reduced Automaton): Update output.
4777
4778 Say "Terminals unused in grammar" instead of "Unused terminals".
4779 * NEWS (2.3a+): Update.
4780 * doc/bison.texinfo (Understanding): Update example output.
4781 * src/reduce.c (reduce_output): Implement.
4782 * data/xslt/xml2text.xsl: Implement.
4783 * data/xslt/xml2xhtml.xsl: Implement.
4784
1bb2bd75
JD
47852007-11-18 Joel E. Denny <jdenny@ces.clemson.edu>
4786
4787 Accept --report-file=FILE to override the default `.output' filename.
4788 * NEWS (2.3a+): Mention.
4789 * doc/bison.texinfo (Bison Options): Add an entry.
4790 * src/files.c (compute_output_file_names): Don't override
4791 spec_verbose_file if already set.
4792 * src/getargs.c (usage): Document --report-file.
4793 (REPORT_FILE_OPTION): New anonymous enum member.
4794 (long_options): Add entry for it.
4795 (getargs): Add case for it setting spec_verbose_file.
4796
4797 * build-aux/cross-options.pl: Don't record a short option just because
4798 there's an arg.
4799 * doc/.cvsignore: Add yacc.1.
4800
a005a9c4
AD
48012007-11-14 Akim Demaille <akim@epita.fr>
4802
4803 * doc/yacc.1.in: New.
4804 * configure.ac, doc/Makefile.am: Adjust.
4805 * configure.ac (PACKAGE_COPYRIGHT_YEAR): New substitution, and new
4806 config.h symbol.
4807 Use AC_SUBST for assignments too.
4808 * src/getargs.c (version): Use PACKAGE_COPYRIGHT_YEAR.
4809
cff03fb2
JD
48102007-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
4811
4812 * src/gram.c: Remove comments that duplicate comments in gram.h.
4813
4814 When reporting useless rules and nonterminals, say "useless in grammar"
4815 instead of "useless", and say "useless in parser" instead of "never
4816 reduced". Discussed starting at
4817 <http://lists.gnu.org/archive/html/bison-patches/2007-10/msg00033.html>.
4818 * NEWS (2.3a+): Mention this change.
4819 * data/xslt/xml2text.xsl: Update output text and expected input XML
4820 element names to match changes below.
4821 * data/xslt/xml2xhtml.xsl: Likewise.
4822 (xsl:template match="bison-xml-report"): Add missing entry in Table of
4823 Contents: "Rules useless in parser due to conflicts".
4824 * doc/bison.texinfo (Decl Summary): Reword a little.
4825 (Understanding): Update example output for changes below.
4826 * src/gram.c: (rule_useful_p): Rename to...
4827 (rule_useful_in_grammar_p): ... this.
4828 (rule_useless_p): Rename to...
4829 (rule_useless_in_grammar_p): ... this.
4830 (rule_never_reduced_p): Rename to...
4831 (rule_useless_in_parser_p): ... this.
4832 (grammar_rules_print): Update for renames.
4833 (grammar_rules_print_xml): Update for renames.
4834 (grammar_rules_never_reduced_report): Rename to...
4835 (grammar_rules_useless_report): ... this since it is used for either
4836 kind of useless rule.
4837 * src/gram.h: Reword comments and update function names in prototypes.
4838 * src/main.c (main): Say "rule useless in parser due to conflicts".
4839 * src/print-xml.c (print_rules_never_reduced): Rename to...
4840 (print_rules_useless_in_parser): ... this, and rename output XML
4841 element "rules-never-reduced" to "rules-useless-in-parser".
4842 (print_xml): Update for rename.
4843 * src/print.c (print_results): Say "Rules useless in parser due to
4844 conflicts".
4845 * src/reduce.c (reduce_grammar_tables): Say "rule useless in grammar".
4846 (nonterminals_reduce): Say "nonterminal useless in grammar".
4847 (reduce_output): Say "Nonterminals useless in grammar".
4848 Say "Rules useless in grammar".
4849 (reduce_xml): Rename output XML element "useless" to
4850 "useless-in-grammar".
4851 (reduce_print): Don't report the count of grammatically useless rules
4852 as "rules never reduced" just because %yacc is specified.
4853 In the correct report of this count, say nonterminal(s) and rule(s)
4854 "useless in grammar".
4855 * tests/conflicts.at (S/R in initial): Update expected output.
4856 (Defaulted Conflicted Reduction): Likewise.
4857 (Unreachable States After Conflict Resolution): Likewise.
4858 * tests/existing.at (GNU pic Grammar): Likewise.
4859 * tests/reduce.at (Useless Nonterminals): Likewise.
4860 (Useless Rules): Likewise.
4861 (Reduced Automaton): Likewise.
4862 (Underivable Rules): Likewise.
4863 (Empty Language): Likewise.
4864
66f0441d
JD
48652007-11-09 Joel E. Denny <jdenny@ces.clemson.edu>
4866
4867 * data/bison.m4 (b4_cat): Put a newline after the end delimiter of the
4868 here document and before the EOF so that BSD's implementation of Bourne
4869 shell doesn't parse the delimiter as part of the here document.
4870 * doc/.cvsignore: Add cross-options.texi.
4871 * src/getargs.c (usage): Add a blank line after the warning categories.
4872
d0ee4105
PB
48732007-11-08 Paolo Bonzini <bonzini@gnu.org>
4874
4875 * data/lalr1.java (Lexer): Remove usage of b4_pure_if.
4876
e8b1fb9b
AD
48772007-11-05 Akim Demaille <akim@epita.fr>
4878
4879 Remove Id: from bison.1.
4880 * doc/Makefile.am (remove_time_stamp): Include the sed invocation.
4881 (perl -0777 -pi -e 's/\.PP\nId): New.
4882 (.x.1): Use it to ignore the version control revision.
4883
2f7a96b5
AD
48842007-11-05 Akim Demaille <demaille@gostai.com>
4885
4886 * build-aux/Makefile.am: Ship cross-options.pl.
4887 * doc/Makefile.am: Always refer to cross-options.texi with
4888 $(srcdir).
4889 (MAINTAINERCLEANFILES): Add it.
4890
f4101aa6
AD
48912007-11-04 Akim Demaille <demaille@gostai.com>
4892
4893 Generate the long/short option cross-table.
4894 * build-aux/cross-options.pl: New.
4895 * doc/Makefile.am (cross-options.texi): New.
4896 * doc/bison.texinfo: Use it.
4897
727a1401
AD
48982007-11-04 Akim Demaille <demaille@gostai.com>
4899
4900 Generate bison.1 using help2man.
4901 * doc/common.x, doc/bison.x: New.
4902 * doc/Makefile.am (bison.1, .x.1): New.
4903 The code is taken from autoconf-2.61/man/Makefile.am.
4904 * configure.ac: Look for help2man.
4905
6aeb9c57
AD
49062007-11-04 Akim Demaille <demaille@gostai.com>
4907
4908 Complete --help.
4909 * src/getargs.c (usage): Document -W, make it clear that -d,
4910 -g and -x have optional arguments.
4911
d7be4085
AD
49122007-11-04 Akim Demaille <demaille@gostai.com>
4913
4914 Find sha1sum when named gsha1sum.
4915 * bootstrap (find_tool): New.
4916 ($SHA1SUM): New.
4917
d9df47b6
JD
49182007-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
4919
4920 Deprecate %pure-parser and add `%define api.pure'. Discussed starting
4921 at
4922 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00006.html>.
4923 * NEWS (2.3a+): Mention.
4924 * data/bison.m4 (b4_pure_if): Don't define it here.
4925 * data/c.m4 (b4_identification): Depend on individual skeletons to
4926 define b4_pure_flag, b4_push_flag, or b4_pull_flag if they use the
4927 values of the %define variables api.pure or api.push_pull. Define
4928 YYPURE, YYPUSH, and YYPULL accordingly.
4929 * data/glr.c: Define b4_pure_if based on `%define api.pure' unless
4930 glr.cc has already defined b4_pure_flag.
4931 * data/push.c: Define b4_pure_if based on `%define api.pure'.
4932 Remove YYPUSH and YYPULL since they're back in b4_identification again.
42ee26bb 4933 * data/yacc.c: Define b4_pure_if based on `%define api.pure'.
d9df47b6
JD
4934 * doc/bison.texinfo (Pure Decl): Update.
4935 (Push Decl): Update.
4936 (Decl Summary): Add api.pure to %define entry.
4937 In %pure-parser entry, say it's deprecated and reference %define.
4938 (Pure Calling): Update.
4939 (Error Reporting): Update.
4940 (C++ Scanner Interface): Update.
4941 (How Can I Reset the Parser): Update.
4942 (Table of Symbols): In %pure-parser entry, say it's deprecated and
4943 reference %define.
4944 * src/getargs.c (pure_parser): Remove global variable.
4945 * src/getargs.h (pure_parser): Remove extern.
4946 * src/output.c (prepare): Don't define pure_flag muscle.
4947 * src/parse-gram.y (prologue_declaration): Implement %pure-parser as a
4948 wrapper around `%define api.pure'.
4949 * tests/calc.at (Simple LALR Calculator): Update.
4950 (Simple GLR Calculator): Update.
4951 * tests/cxx-type.at (GLR: Resolve ambiguity, pure, no locations):
4952 Update.
4953 (GLR: Resolve ambiguity, pure, locations): Update.
4954 (GLR: Merge conflicting parses, pure, no locations): Update.
4955 (GLR: Merge conflicting parses, pure, locations): Update.
4956 * tests/glr-regression.at (Uninitialized location when reporting
4957 ambiguity): Update
4958 * tests/input.at (Unused %define api.pure): New test case.
4959 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Update definition for
4960 AT_PURE_IF and AT_PURE_AND_LOC_IF.
4961 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update.
4962
c373bf8b
JD
49632007-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
4964
4965 %define push_pull -> %define api.push_pull. Discussed starting at
4966 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00005.html>.
4967 * data/push.c: Expect the new name.
4968 * data/yacc.c: Likewise.
4969 * doc/bison.texinfo (Push Decl): Update.
4970 (Decl Summary): Update %define entry.
4971 (Push Parser Function): Update.
4972 (Pull Parser Function): Update.
4973 (Parser Create Function): Update.
4974 (Parser Delete Function): Update.
4975 * tests/calc.at (Simple LALR Calculator): Update.
4976 * tests/input.at (%define enum variables): Update.
4977 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update.
4978 (Push Parsing: Multiple impure instances): Update.
4979 (Push Parsing: Unsupported Skeletons): Update.
4980 * tests/torture.at (Exploding the Stack Size with Alloca): Update.
4981 (Exploding the Stack Size with Malloc): Update.
4982
4983 * NEWS (2.3a+): Add an entry for the push parser, and clean up the
4984 other entries some.
4985
32f19b6b
JD
49862007-10-27 Joel E. Denny <jdenny@ces.clemson.edu>
4987
4988 For the XML output's terminal element, rename @number to @token-number,
4989 and add @symbol-number. In the nonterminal element, rename @number to
4990 @symbol-number. Discussed starting at
4991 <http://lists.gnu.org/archive/html/bison-patches/2007-10/msg00040.html>.
4992 * data/xslt/xml2text.xsl (xsl:template match="terminal"): Update for
4993 renames.
4994 (xsl:template match="nonterminal"): Likewise.
4995 * data/xslt/xml2xhtml.xsl (xsl:template match="terminal"): Likewise.
4996 (xsl:template match="nonterminal"): Likewise.
4997 * src/print-xml.c (print_grammar): Implement.
4998
255a6b90
JD
49992007-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
5000
5001 * data/xslt/xml2dot.xsl (xsl:template match="automaton/state"): After
5002 2007-10-11 change, the child elements here are items not rules.
408476bc 5003 (xsl:template match="item"): New.
255a6b90
JD
5004 (xsl:template match="rule"): Update for new reduced itemset.
5005 (xsl:template match="point"): Remove.
5006 (xsl:template match="empty"): For consistency with --graph, don't
5007 output "/* empty */".
5008 * data/xslt/xml2text.xsl (xsl:template match="terminal"): When invoking
5009 line-wrap, don't pass a negative value as first-line-length since this
5010 won't work with the following changes.
5011 (xsl:template name="line-wrap"): Simplify slightly.
5012 (xsl:template name="ws-search"): Eliminate recursion.
5013 * src/print_graph.c (print_core): Don't print a reduction's lookahead
5014 set next to an item whose dot is not at the end of the RHS even if it
5015 happens to be associated with the same rule.
5016
88c78747
JD
50172007-10-19 Joel E. Denny <jdenny@ces.clemson.edu>
5018
31984206
JD
5019 Add %define lr.keep_unreachable_states.
5020 * NEWS (2.3a+): Mention it in the entry for unreachable state removal.
5021 * doc/bison.texinfo (Decl Summary): Mention it in the %define entry.
5022 * src/main.c (main): Implement it.
5023 * tests/conflicts.at (Unreachable States After Conflict Resolution):
5024 Extend to test it, and fix a typo.
5025
50262007-10-19 Joel E. Denny <jdenny@ces.clemson.edu>
5027
5028 * NEWS (2.3a+): Add entry for recent .output file lookahead set fix.
88c78747
JD
5029 * doc/bison.texinfo (Understanding): Remove a bogus lookahead set in
5030 the example .output text.
5031 * tests/regression.at (Extra lookahead sets in report): Improve wording
5032 of comments.
5033
b7a70162
WP
50342007-10-17 Wojciech Polak <polak@gnu.org>
5035
5036 * src/print-xml.c (print_grammar): Renamed
5037 <terminal> and <nonterminal> attributes:
5038 "type" to "number" and "symbol" to "name".
5039 * data/xslt/xml2text.xsl (xsl:template match="terminal"):
5040 Use new attribute names.
5041 (xsl:template match="nonterminal"): Likewise.
5042 * data/xslt/xml2xhtml.xsl: Likewise.
5043
a0de5091
JD
50442007-10-17 Joel E. Denny <jdenny@ces.clemson.edu>
5045
5046 * doc/bison.texinfo (Bison Options): Add entry for --print-datadir.
5047 (Option Cross Key): Likewise.
5048
5049 * src/print-xml.c (print_core): Don't print a reduction's lookahead set
5050 next to an item whose dot is not at the end of the RHS even if it
5051 happens to be associated with the same rule.
5052 * src/print.c (print_core): Likewise.
5053 * tests/conflicts.at (Unresolved SR Conflicts): Update output.
5054 (Resolved SR Conflicts): Update output.
5055 * tests/regression.at (Extra lookahead sets in report): New test case.
5056
4c20d18d
WP
50572007-10-11 Wojciech Polak <polak@gnu.org>
5058
5059 * src/print-xml.c (print_core): Remove item set
5060 redundancy.
5061 * data/xslt/bison.xsl (bison:ruleNumber): New key.
5062 Improve processing time. Suggested by Joel E. Denny.
5063 * data/xslt/xml2dot.xsl (xsl:template name="escape"):
5064 Write xsl:param "required" attribute as comment.
5065 * data/xslt/xml2text.xsl (xsl:template match="item"): New.
5066 (xsl:template match="rule"): Support new reduced itemset.
5067 (xsl:template match="point"): Remove.
5068 * data/xslt/xml2xhtml.xsl: Likewise.
5069
f506ad1c
JD
50702007-10-09 Joel E. Denny <jdenny@ces.clemson.edu>
5071
5072 * src/getargs.c (version): Update copyright year.
5073
21f1b063
JD
50742007-10-09 Joel E. Denny <jdenny@ces.clemson.edu>
5075
5076 Make xml2dot.xsl and --graph produce the same output.
5077 * data/xslt/xml2dot.xsl (xsl:template match="rule"): Use a `&#10;'
5078 instead of a `\n'. That is, don't add escapes yet or they'll be doubly
5079 escaped later.
5080 (xsl:template name="output-node"): Use the new escape template instead
5081 of the string-replace template directly.
5082 (xsl:template name="output-edge"): Likewise.
5083 (xsl:template name="escape"): New, escapes backslashes and newlines in
5084 addition to quotation marks.
5085 * src/graphviz.c (start_graph, output_node, output_edge): Add
5086 whitespace to output for legibility.
5087
5088 Make xml2text.xsl and --report produce the same output, and remove the
5089 XML "conflicts" element since a conflict summary is easily extracted
5090 from the automaton.
5091 * data/xslt/bison.xsl: New.
5092 (xsl:template match="state" mode="bison:count-conflicts): New.
5093 * data/xslt/xml2text.xsl: Import bison.xsl.
5094 (xsl:template match="bison-xml-report"): Instead of styling the
5095 "conflicts" element, style the "automaton" element with mode
5096 "conflicts". Unlike the former, the latter lists S/R and R/R
5097 conflicts for a state on the same line.
5098 (xsl:template match="conflicts"): Remove.
5099 (xsl:template match="conflict"): Remove.
5100 (xsl:template match="terminal"): Line-wrap the list of rules in which
5101 the terminal is used.
5102 (xsl:template match="nonterminal"): Likewise for nonterminals.
5103 (xsl:template match="automaton" mode="conflicts"): New.
5104 (xsl:template match="state" mode="conflicts"): New.
5105 (xsl:template name="line-wrap"): New.
5106 (xsl:template name="ws-search"): New.
5107 * data/xslt/xml2xhtml.xsl: Import bison.xsl.
5108 (xsl:template match="bison-xml-report"): Instead of styling the
5109 "conflicts" element, style the "automaton" element with mode
5110 "conflicts."
5111 (xsl:template match="conflicts"): Remove.
5112 (xsl:template match="conflict"): Remove.
5113 (xsl:template match="automaton" mode="conflicts"): New.
5114 (xsl:template match="state" mode="conflicts): New.
5115 * src/conflicts.c (conflicts_output_xml): Remove.
5116 * src/conflicts.h (conflicts_output_xml): Remove prototype.
5117 * src/print-xml.c (print_xml): Don't invoke conflicts_output_xml.
5118 * src/print.c (print_grammar): Consistently wrap at the 66th column so
5119 the corresponding XSLT is easier. Also, never wrap between a word and
5120 the comma that follows it.
5121
793fbca5
JD
51222007-10-08 Joel E. Denny <jdenny@ces.clemson.edu>
5123
5124 Improve C++ namespace support. Discussed starting at
5125 <http://lists.gnu.org/archive/html/help-bison/2007-09/msg00016.html>.
5126 * data/c++.m4: (b4_namespace_ref, b4_namespace_open,
5127 b4_namespace_close): New macros that interpret the %define variable
5128 "namespace" so its value can contain "::" to indicate nested
5129 namespaces.
5130 * data/glr.cc (b4_namespace): Don't define, and replace all uses with
5131 the above macros.
5132 * data/lalr1.cc (b4_namespace): Likewise.
5133 * data/location.cc (b4_namespace): Likewise.
5134 * doc/bison.texinfo (Decl Summary): Move `%define push_pull' entry
5135 inside a new table in the general %define entry. Document `%define
5136 namespace' there as well. Point the %name-prefix entry to it since it
5137 explains it more completely in the case of C++.
5138 (C++ Bison Interface): Mention `%define namespace' instead of
5139 %name-prefix.
5140 (Table of Symbols): Remove the `%define push_pull' entry. The %define
5141 entry suffices.
5142 * tests/c++.at (Relative namespace references): New test case.
5143 (Absolute namespace references): New test case.
5144 (Syntactically invalid namespace references): New test case.
5145 * tests/input.at (C++ namespace reference errors): New test case.
5146
35b8730d
JD
51472007-10-08 Joel E. Denny <jdenny@ces.clemson.edu>
5148
5149 Add syncline support and location accessor to internal %define
5150 interfaces.
5151 * data/bison.m4 (b4_percent_define_get_loc): New.
5152 (b4_percent_define_get_syncline): New.
5153 (b4_percent_define_flag_if): Use b4_percent_define_get_loc.
5154 (b4_percent_define_default): Record defining location as line 1 rather
5155 than 0 for the sake of synchronizing #line's, and define
5156 b4_percent_define_syncline(VARIABLE).
5157 (b4_percent_define_check_values): Use b4_percent_define_get_loc.
5158 * src/muscle_tab.c (muscle_syncline_grow): New.
5159 (muscle_code_grow): Use muscle_syncline_grow.
5160 (muscle_percent_define_insert): Use muscle_percent_define_get_loc, and
5161 define b4_percent_define_syncline(VARIABLE).
5162 (muscle_percent_define_get_loc): New.
5163 (muscle_percent_define_get_syncline): New.
5164 (muscle_percent_define_flag_if): Use muscle_percent_define_get_loc, and
5165 remove some unused variables.
5166 (muscle_percent_define_default): Record defining location as line 1
5167 rather than 0 for the sake of synchronizing #line's, and define
5168 b4_percent_define_syncline(VARIABLE).
5169 (muscle_percent_define_check_values): Use
5170 muscle_percent_define_get_loc.
5171 * src/muscle_tab.h (muscle_percent_define_get_loc): Prototype.
5172 (muscle_percent_define_get_syncline): Prototype.
5173 * tests/skeletons.at (%define Boolean variables: invalid skeleton
5174 defaults): Update output for location change.
5175 (Complaining during macro argument expansion): Extend to test
5176 b4_percent_define_get_loc and b4_percent_define_get_syncline errors.
5177
7dc4a694
JD
51782007-10-07 Joel E. Denny <jdenny@ces.clemson.edu>
5179
5180 Fix some error-reporting macro bugs.
5181 * data/bison.m4 (b4_cat): New.
5182 (b4_error, b4_error_at): Use b4_cat to send error directives directly
5183 to stdout so they don't become arguments to other macros. Update
5184 comments and add examples.
5185 (b4_warn, b4_warn_at, b4_complain, b4_complain_at): Update comments and
5186 add examples.
5187 (b4_fatal, b4_fatal_at): Likewise, and invoke m4_exit(1) immediately
5188 after printing the error directive so that M4 doesn't report subsequent
5189 problems that are induced by this problem.
5190 * src/scan-skel.l: Recognize @` digraph outside of directive arguments
5191 instead of just in them. Recognize @\n in both places. Both expand to
5192 the empty string. Needed by b4_cat.
5193 * tests/skeletons.at (Complaining during macro argument expansion):
5194 New test case.
5195 (Fatal errors make M4 exit immediately): New test case.
5196
d4bd2295
JD
51972007-10-04 Joel E. Denny <jdenny@ces.clemson.edu>
5198
5199 Implement --print-datadir.
5200 * src/getargs.c (usage): Mention.
5201 (PRINT_DATADIR_OPTION): New anonymous enum member.
5202 (long_options): Add entry for it.
5203 (getargs): Add case for it calling compute_pkgdatadir.
5204 * src/output.c (output_skeleton): Encapsulate data directory
5205 computation from here...
5206 (prepare): ... and from here...
5207 (compute_pkgdatadir): ... into this new function.
5208 * src/output.h (compute_pkgdatadir): Prototype.
5209
34cdeddf
JD
52102007-09-29 Joel E. Denny <jdenny@ces.clemson.edu>
5211
5212 * src/print-xml.c (escape_bufs): New static global variable
5213 replacing...
5214 (xml_escape_n): ... the static local variable buf here.
5215 (print_xml): Free memory for escape_bufs.
5216 * src/reduce.c (reduce_xml): XML-escape terminal symbol tags.
5217
d782395d
JD
52182007-09-25 Joel E. Denny <jdenny@ces.clemson.edu>
5219
5220 Replace `%push-parser' and `%push-pull-parser' with
5221 `%define push_pull "push"' and `%define push_pull "both"'.
5222 `%define push_pull "pull"' is the default.
5223 * doc/bison.texinfo (Push Decl, Push Parser Function,
5224 Pull Parser Function, Parser Create Function, Parser Delete Function):
5225 Update declarations.
5226 (Decl Summary, Table of Symbols): Replace %push-parser and
5227 %push-pull-parser entries with a %define push_pull entry.
5228 * data/bison.m4 (b4_percent_define_check_values): New macro.
5229 (b4_pull_if, b4_push_if, b4_use_push_for_pull_if): Move these
5230 definitions...
5231 * data/c.m4 (b4_identification): ... and the YYPUSH and YYPULL cpp
5232 definitions...
5233 * data/push.c: ... to here and compute them from the value of the
5234 %define variable push_pull.
5235 * data/c-skel.m4: Instead of choosing the push.c skeleton for push
5236 parsing requests here...
5237 * data/yacc.c: ... hack this to switch to push.c any time
5238 b4_use_push_pull_flag or the %define variable push_pull is set. This
5239 will go away when we mv push.c yacc.c.
5240 * data/c++-skel.m4, data/glr.c, data/java-skel.m4: Don't report that
5241 push parsing is not supported since unused %define variables are
5242 reported anyway.
5243 * src/getargs.c, src/getargs.h (pull_parser, push_parser): Remove.
5244 * src/muscle_tab.h (muscle_percent_define_check_values): Update
5245 comments for consistency with b4_percent_define_check_values.
5246 * src/output.c (prepare): Don't insert b4_pull_flag and b4_push_flag
5247 muscles.
5248 * src/parse-gram.y (PERCENT_PUSH_PARSER, PERCENT_PUSH_PULL_PARSER):
5249 Remove.
5250 (prologue_declaration): Remove %push-parser and %push-pull-parser
5251 rules.
5252 * src/scan-gram.l (%push-parser, %push-pull-parser): Remove rules.
5253 * tests/calc.at: Update declarations.
5254 * tests/input.at (%define enum variables): New test case.
5255 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update
5256 declaration.
5257 (Push Parsing: Multiple impure instances): Update declaration.
5258 (Push Parsing: Unsupported Skeletons): New test case.
5259 * tests/torture.at (Exploding the Stack Size with Alloca): Update
5260 declaration.
5261 (Exploding the Stack Size with Malloc): Update declaration.
5262
3f999f78
WP
52632007-09-24 Wojciech Polak <polak@gnu.org>
5264
5265 Add XSLT transformations.
5266
5267 * data/xslt/xml2dot.xsl: Transform XML into DOT.
5268 * data/xslt/xml2text.xsl: Transform XML into plain text.
5269 * data/xslt/xml2xhtml.xsl: Transform XML into XHTML.
5270 * data/Makefile.am (xsltdir): New variable.
5271 (dist_xslt_DATA): Add xslt/*.xsl files.
5272
a4f75309
PE
52732007-09-23 Paul Eggert <eggert@cs.ucla.edu>
5274
5275 * src/conflicts.c (log_resolution): Fix indenting bugs I introduced.
5276 Problem reported by Wojciech Polak.
5277 * src/print-xml.c (xml_puts): Work even if LEVEL exceeds INT_MAX/2.
5278 (xml_printf): Undo change I made on 21 September; that is,
5279 indent 2 spaces, not 1.
5280
ad5feac4
JD
52812007-09-23 Joel E. Denny <jdenny@ces.clemson.edu>
5282
5283 Pacify ./configure --enable-gcc-warnings.
5284 * src/print-xml.c, src/print-xml.h (xml_puts): Make third argument
5285 `char const *' instead of `char *'.
5286 * src/state.c (state_rule_lookahead_tokens_print_xml): Remove unused
5287 local variable `sep'.
5288
41d7a5f2
PE
52892007-09-21 Paul Eggert <eggert@cs.ucla.edu>
5290
5291 * src/gram.c (rule_rhs_print_xml): Now static, since it isn't used
5292 elsewhere.
5293 * src/print-xml.c: Prefer "const" after types; that's more consistent.
5294 (xml_printf): Indent just 1 space for level.
5295 (e_char, xlate_char): Remove.
5296 (xml_escape_string): Rewrite to avoid undefined behavior (used
5297 storage that was freed from the stack).
5298 (xml_escape_n): Don't bother checking for subscript error.
5299
3f999f78
WP
53002007-09-21 Wojciech Polak <polak@gnu.org>
5301
5302 Add Bison XML Automaton Report.
41d7a5f2
PE
5303
5304 Add support for an -x option to generate an XML report.
5305 It is not documented yet.
5306 * src/print-xml.c: New file.
5307 * src/print-xml.h: Likewise.
5308 * lib/timevar.def (TV_XML): New var.
5309 * src/Makefile.am (bison_SOURCES): Add print-xml.c, print-xml.h.
5310 * src/conflicts.c: Include print-xml.h.
5311 (solved_conflicts_xml_obstack): New var.
5312 (log_resolution, conflicts_solve, conflicts_free):
5313 Add support for XML report.
5314 (conflicts_output_val): New function.
5315 * src/conflicts.h (conflicts_output_val): New decl.
5316 * src/files.c (spec_xml_file): New var.
5317 (compute_output_file_names, output_file_names_free): Add XML support.
5318 * src/files.h (spec_xml_file): New decl.
5319 * src/getargs.c (xml_flag): New var.
5320 (usage, short_options, long_options, getargs): Add XML support.
5321 * src/getargs.h (xml_flag): New decl.
5322 * src/gram.c: Include print-xml.h.
5323 (rule_lhs_print_xml, rule_rhs_print_xml):
5324 (grammar_rules_partial_print_xml, grammar_rules_print_xml):
5325 New functions.
5326 * src/gram.h: Declare external ones.
5327 * src/main.c: Include print-xml.h.
5328 (main): Add XML support.
5329 * src/reduce.c: Include print-xml.h.
5330 (reduce_xml): New function.
5331 * src/reduce.h: Declare it.
5332 * src/state.c: Include print-xml.h.
5333 (state_new): Add XML support.
5334 (state_rule_lookahead_tokens_print_xml): New function.
5335 * src/state.h: Declare it.
5336 (struct state): New member solved_conflicts_xml.
5337 * src/symtab.c (symbol_class_get_string): New function.
5338 * src/symtab.h: Declare it.
5339
6d8e724d
PE
53402007-09-21 Paul Eggert <eggert@cs.ucla.edu>
5341
5342 * GNUmakefile: Switch to coreutils's version.
5343 * bootstrap: Likewise.
5344 * Makefile.cfg: Adjust to new GNUmakefile.
5345 * README-hacking: Likewise.
5346
5347 Import from gnulib:
5348
5349 2006-08-18 Paul Eggert <eggert@cs.ucla.edu>
5350 Bruno Haible <bruno@clisp.org>
5351
5352 * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
5353 and is a script that invokes bison. Tighten the code. Add comments.
5354
922bdd7f
JD
53552007-08-28 Joel E. Denny <jdenny@ces.clemson.edu>
5356
5357 Spell "boolean" as "Boolean". Reported by Akim Demaille.
5358 * data/bison.m4 (b4_percent_define_flag_if): Fix complaint.
5359 * doc/bison.texinfo (Decl Summary): Fix.
5360 * src/muscle_tab.c (muscle_percent_define_flag_if): Fix complaint.
5361 * tests/input.at (Boolean %define variables): Update output.
5362 * tests/skeletons.at (%define boolean variables: invalid skeleton
5363 defaults): Rename to...
5364 (%define Boolean variables: invalid skeleton defaults): ... this and
5365 update output.
5366
1b17b01d
JD
53672007-08-17 Joel E. Denny <jdenny@ces.clemson.edu>
5368
5369 In impure push mode, don't allow more than one yypstate to be allocated
5370 since multiple impure parsers would corrupt yynerrs.
5371 * data/push.c (yypstate_allocated): New static global variable
5372 initialized to 0.
5373 (yypull_parse): If yypstate_new returns 0, don't report it as memory
5374 exhaustion if yypstate_allocated is 1, but still return 2.
5375 (yypstate_new): Invoke yyerror and return 0 if yypstate_allocated is
5376 already 1. Otherwise, set it to 1.
5377 (yypstate_delete): Set it to 0.
5378 * tests/push.at (Push Parsing: Multiple impure instances): New test
5379 case.
5380
9987d1b3
JD
53812007-08-17 Bob Rossi <bob@brasko.net>
5382
5383 * doc/bison.texinfo (Push Decl): Document the push parser.
5384 (Table of Symbols): Ditto.
5385 (Pure Decl): Ditto.
5386 (Decl Summary): Ditto.
5387 (Multiple Parsers, Push Parser Function, Pull Parser Function,
5388 Parser Create Function, Parser Delete Function):
5389 Add new push parser symbols.
5390 (Table of Symbols): Document push-parser, push-pull-parser,
5391 yypush_parse, yypull_parse, yypstate_new and yypstate_delete.
5392
f16b0819
PE
53932007-08-15 Paul Eggert <eggert@cs.ucla.edu>
5394
5395 Update to GPLv3.
5396 * doc/gpl-3.0.texi: New file.
5397 * doc/gpl.texi: Remove.
5398 * COPYING, GNUmakefile, HACKING, Makefile.am, Makefile.cfg:
5399 * Makefile.maint, NEWS, PACKAGING, README, README-alpha:
5400 * README-hacking, TODO, bootstrap, bootstrap.conf:
5401 * configure.ac, data/Makefile.am, data/README, data/bison.m4:
5402 * data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4:
5403 * data/glr.c, data/glr.cc, data/java-skel.m4, data/java.m4:
5404 * data/lalr1.cc, data/lalr1.java, data/location.cc:
5405 * data/push.c, data/yacc.c, data/m4sugar/m4sugar.m4:
5406 * djgpp/Makefile.maint, djgpp/README.in, djgpp/config.bat:
5407 * djgpp/config.sed, djgpp/config.site, djgpp/config_h.sed:
5408 * djgpp/djunpack.bat, djgpp/subpipe.c, djgpp/subpipe.h:
5409 * djgpp/testsuite.sed, doc/Makefile.am, doc/bison.texinfo:
5410 * doc/fdl.texi, doc/refcard.tex, etc/Makefile.am, etc/README:
5411 * etc/bench.pl.in, examples/Makefile.am, examples/extexi:
5412 * examples/calc++/Makefile.am, lib/Makefile.am, lib/abitset.c:
5413 * lib/abitset.h, lib/bbitset.h, lib/bitset.c, lib/bitset.h:
5414 * lib/bitset_stats.c, lib/bitset_stats.h, lib/bitsetv-print.c:
5415 * lib/bitsetv-print.h, lib/bitsetv.c, lib/bitsetv.h:
5416 * lib/ebitset.c, lib/ebitset.h, lib/get-errno.c:
5417 * lib/get-errno.h, lib/lbitset.c, lib/lbitset.h:
5418 * lib/libiberty.h, lib/main.c, lib/subpipe.c, lib/subpipe.h:
5419 * lib/timevar.c, lib/timevar.def, lib/timevar.h:
5420 * lib/vbitset.c, lib/vbitset.h, lib/yyerror.c:
5421 * m4/c-working.m4, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4:
5422 * m4/timevar.m4, src/LR0.c, src/LR0.h, src/Makefile.am:
5423 * src/assoc.c, src/assoc.h, src/closure.c, src/closure.h:
5424 * src/complain.c, src/complain.h, src/conflicts.c:
5425 * src/conflicts.h, src/derives.c, src/derives.h, src/files.c:
5426 * src/files.h, src/flex-scanner.h, src/getargs.c:
5427 * src/getargs.h, src/gram.c, src/gram.h, src/graphviz.c:
5428 * src/lalr.c, src/lalr.h, src/location.c, src/location.h:
5429 * src/main.c, src/muscle_tab.c, src/muscle_tab.h:
5430 * src/nullable.c, src/nullable.h, src/output.c, src/output.h:
5431 * src/parse-gram.c, src/parse-gram.h, src/parse-gram.y:
5432 * src/print.c, src/print.h, src/print_graph.c:
5433 * src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c:
5434 * src/reduce.h, src/relation.c, src/relation.h:
5435 * src/revision.h, src/scan-code.h, src/scan-code.l:
5436 * src/scan-gram.h, src/scan-gram.l, src/scan-skel.h:
5437 * src/scan-skel.l, src/state.c, src/state.h, src/symlist.c:
5438 * src/symlist.h, src/symtab.c, src/symtab.h, src/system.h:
5439 * src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h:
5440 * tests/Makefile.am, tests/actions.at, tests/c++.at:
5441 * tests/calc.at, tests/conflicts.at, tests/cxx-type.at:
5442 * tests/existing.at, tests/glr-regression.at:
5443 * tests/headers.at, tests/input.at, tests/java.at:
5444 * tests/local.at, tests/output.at, tests/push.at:
5445 * tests/reduce.at, tests/regression.at, tests/sets.at:
5446 * tests/skeletons.at, tests/synclines.at, tests/testsuite.at:
5447 * tests/torture.at:
5448 Update to GPLv3.
5449
728c4be2
JD
54502007-08-11 Joel E. Denny <jdenny@ces.clemson.edu>
5451
5452 Get rid of broken %no-parser, -n, and --no-parser implementation and
5453 documentation.
5454 * TODO: Don't mention them.
5455 * doc/bison.1: Likewise.
5456 * doc/bison.texinfo (Decl Summary): Likewise.
5457 (Bison Options): Likewise.
5458 (Option Cross Key): Likewise.
5459 * src/getargs.c (no_parser_flag): Remove global variable.
5460 (usage): Don't print description of -n and --no-parser.
5461 (long_options): Remove --no-parser entry here.
5462 (getargs): Remove -n case in the switch here.
5463 * src/getargs.h (no_parser_flag): Remove extern.
5464 * tests/regression.at (Web2c Actions): Remove comment that mentions
5465 --no-parser.
5466
5d31a216
JD
54672007-08-11 Joel E. Denny <jdenny@ces.clemson.edu>
5468
5469 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Do not
5470 name user variables starting with `yy'. Just pass NULL instead of a
5471 dummy local &yylval to yypush_parse.
5472 * tests/torture.at (AT_DATA_STACK_TORTURE): Do not name user variables
5473 starting with `yy'.
5474
a2ea208d
JD
54752007-08-03 Joel E. Denny <jdenny@ces.clemson.edu>
5476
5477 * data/yacc.c (yyexhaustedlab): Define it when YYERROR_VERBOSE is
5478 true since it's then always used regardless of whether yyoverflow is
5479 defined. Reported by Christian Burger at
5480 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00031.html>.
5481 * THANKS: Add Christian Burger.
5482
91661ebb
JD
5483 * ChangeLog: For changes in doc/bison.texinfo, consistently reference
5484 node names: say "Decl Summary" not "Bison Declaration Summary".
5485
cbd50549
JD
54862007-07-28 Joel E. Denny <jdenny@ces.clemson.edu>
5487
5488 * src/muscle_tab.c (muscle_percent_define_flag_if): In order to
5489 determine whether this function has already complained about an invalid
5490 value for a %define boolean variable, don't check whether Bison has
5491 ever examined the value. As written, the check was a tautology.
5492 Instead, record and check for this complaint using a separate muscle.
5493
eb1b0740
JD
54942007-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
5495
5496 Fix push parsing memory leak reported by Brandon Lucia at
5497 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00032.html>.
5498 * THANKS: Add Brandon Lucia.
5499 * data/push.c (yypstate_delete): Free the stack if it was reallocated
5500 but the parse never completed and thus freed it.
5501 * tests/Makefile.am (TESTSUITE_AT): Add push.at.
5502 * tests/testsuite.at: Include push.at.
5503 * test/push.at: New.
5504 (Push Parsing: Memory Leak for Early Deletion): New test case.
5505
9d774aff
JD
55062007-07-17 Joel E. Denny <jdenny@ces.clemson.edu>
5507
5508 Improve handling of multiple S/R conflicts in the same state and of S/R
5509 conflicts involving multiple reductions.
5510 * src/conflicts.c (resolve_sr_conflict): Don't assign the error action
5511 set for a state here or Bison will abort if it is reassigned on a
5512 later conflicted reduction in the same state.
5513 Similarly, don't finalize and assign the solved conflicts report here
5514 or it will be lost if it is reassigned on a later conflicted reduction
5515 in the same state.
5516 (set_conflicts): Instead, assign them both here after all S/R conflicts
5517 in the state have been fully examined.
5518 * src/print.c (shift_set): Rename to...
5519 (no_reduce_set): ... this.
5520 (print_reductions): Update for rename, and add %nonassoc error action
5521 tokens to no_reduce_set so that, when printing the first remaining
5522 reduction on an error action token, the reduction is enclosed in
5523 brackets.
5524 (print_results): Update for rename.
5525 * tests/conflicts.at (Solved conflicts report for multiple reductions
5526 in a state): New test case.
5527 (%nonassoc error actions for multiple reductions in a state): New test
5528 case.
5529
5530 * src/main.c (main): Don't depend on C99 features.
5531
10159d2a
JD
55322007-07-16 Joel E. Denny <jdenny@ces.clemson.edu>
5533
5534 * build-aux/.cvsignore: Add compile.
b541ffdf
JD
5535 * lib/.cvsignore: Add charset.alias, ref-add.sed, ref-del.sed, and
5536 uniwidth.
10159d2a 5537
953b3935
JD
55382007-07-10 Joel E. Denny <jdenny@ces.clemson.edu>
5539
5540 * bootstrap (slurp): Create target directories that don't exist.
5541 Specifically, we need lib/uniwidth/ because of recent Gnulib changes.
5542
6ce2d93a
JD
55432007-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
5544
5545 * LR0.c (new_itemsets): Fix wording in comments: say item index rather
5546 than item number.
5547 * closure.c (closure): Likewise.
5548 * state.h (reductions): Comment sorting of rules.
5549 (state): Comment sorting of items.
5550
ce3448d5
JD
55512007-07-02 Joel E. Denny <jdenny@ces.clemson.edu>
5552
5553 Fix C++ test cases after recent Gnulib changes. Discussed starting at
5554 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00000.html>.
5555 * examples/calc++/Makefile.am (DEFAULT_INCLUDES): Override Automake's
5556 definition in order to avoid Gnulib headers since we don't use config.h
5557 here.
5558 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): Use AT_DATA_GRAMMAR
5559 rather than AT_DATA so that config.h is included.
5560
8a86eef0
JD
55612007-07-01 Joel E. Denny <jdenny@ces.clemson.edu>
5562
5563 * data/glr.c (yy_yypstack, yypstates, yypdumpstack): Use YYFPRINTF
5564 instead of fprintf. Guard these functions with #if YYDEBUG instead of
5565 #ifdef YYDEBUG for consistency with all other uses of YYDEBUG in Bison
5566 and so that YYFPRINTF is guaranteed to be defined here.
5567
b1a81613
JD
55682007-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
5569
5570 * src/muscle_tab.c (muscle_percent_define_invalid_value): Replace
5571 with...
5572 (muscle_percent_define_check_values): ... this more helpful function.
5573 Again, it's not used yet, but it will be.
5574 * src/muscle_tab.h: Likewise.
5575
71b61d4d
JD
5576 Improve some comments in parser table construction.
5577 * src/LR0.c (new_itemsets): Explain sorting of itemset and kernel_base.
5578 (generate_states): Don't mention ruleset, which is internal to closure.
5579 * src/closure.c (closure): Explain sorting of core and itemset, which
5580 is required for this function to behave correctly.
5581 * src/closure.h (closure): Mention sorting.
5582
2a6b783d
JD
55832007-05-28 Joel E. Denny <jdenny@ces.clemson.edu>
5584
5585 * src/lalr.c (state_lookahead_tokens_count): For code readability,
5586 move the check for disabled transitions to an aver since conflict
5587 resolution hasn't happened yet.
5588
5589 * src/lalr.c (state_lookahead_tokens_count): Remove the check that
5590 labels a state as inconsistent just because it has error transitions.
5591 The original form of this check appeared in revision 1.1 of lalr.c,
5592 which was committed on 1991-12-21. Now (at least), changing the
5593 consistency label on such a state appears to have no useful effect in
5594 any of the places it is examined, which I enumerate below. The key
5595 point to understanding each item in this enumeration is that a state
5596 with an error transition is labelled consistent in the first place only
5597 if it has no rules, so the check cannot matter for states that have
5598 rules. (1) Labelling a state as inconsistent will cause set_conflicts
5599 to try to identify its conflicts, and a state must have *rules* to have
5600 conflicts. (2) Labelling a state as inconsistent will affect how
5601 action_row sets the default *rule* for the state. (3) Labelling a
5602 state as inconsistent will cause build_relations to add lookback edges
5603 to *rules* in that state.
5604 * src/state.h (struct state): Word the comment for member consistent
5605 more carefully.
5606
14462c2b
JD
56072007-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
5608
5609 Don't depend on C99 features.
5610 * src/conflicts.c (conflicts_update_state_numbers): Fix for-loop.
5611 * src/lalr.c (lalr_update_state_numbers): Fix for-loop.
5612 * src/reader.c (check_and_convert_grammar): Fix for-loop.
5613 * src/state.c (state_mark_reachable_states): Fix for-loop.
5614 (state_remove_unreachable_states): Fix for-loop.
5615
5616 Don't widen struct state with member reachable just to temporarily
5617 record reachability. Instead, use a local bitset.
5618 * src/state.h (struct state): Remove member.
5619 * src/state.c (state_new): Don't initialize it.
5620 (state_mark_reachable_states): Rename to...
5621 (state_record_reachable_states): ... this, and use bitset.
5622 (state_remove_unreachable_states): Use bitset.
5623
5a43d418
JD
56242007-05-26 Joel E. Denny <jdenny@ces.clemson.edu>
5625
5626 * src/Makefile.am (yacc): Quote target action commands properly so
5627 that the yacc script isn't corrupt. Reported by Hans Aberg at
5628 <http://lists.gnu.org/archive/html/bug-bison/2007-05/msg00003.html>.
5629
0c650a20
JD
5630 * data/glr.c (yylval): As in yacc.c, don't extern in the header for
5631 the case of pure parsers. Reported by Frans Englich at
5632 <http://lists.gnu.org/archive/html/help-bison/2007-05/msg00018.html>.
5633 * THANKS: Add Frans Englich.
5634
61fee93e
JD
5635 * NEWS (2.3a+): In the %code entry, reference section `Bison
5636 Declaration Summary' from the manual now since the %code summary has
5637 moved there.
5638 * doc/bison.texinfo (Prologue Alternatives): Mention that directives
5639 in the rules section must be terminated by semicolons.
5640
f124d423
JD
56412007-05-20 Joel E. Denny <jdenny@ces.clemson.edu>
5642
5643 Extend the front-end API for %define variables to more completely
5644 mirror the back-end. This will be useful in the future.
5645 * data/bison.m4 (b4_percent_define_get, b4_percent_define_ifdef):
5646 Update comments to mention the new front-end counterparts of these
5647 macros.
5648 * src/muscle_tab.c (MUSCLE_COMMON_DECODE): New macro with common code
5649 for muscle_string_decode and muscle_location_decode.
5650 (muscle_string_decode): New static function.
5651 (muscle_location_decode): Use MUSCLE_COMMON_DECODE.
5652 (muscle_percent_define_get, muscle_percent_define_ifdef): New
5653 functions.
5654 (muscle_percent_define_flag_if): Use muscle_percent_define_ifdef and
5655 muscle_percent_define_get to mimic the b4_percent_define_flag_if
5656 implementation more closely.
5657 (muscle_percent_define_invalid_value): New function.
5658 * src/muscle_tab.h (muscle_percent_define_get,
5659 muscle_percent_define_ifdef, muscle_percent_define_invalid_value):
5660 Prototype.
5661
75ad86ee
JD
56622007-05-07 Joel E. Denny <jdenny@ces.clemson.edu>
5663
5664 * NEWS (2.3a+): Mention yesterday's state-removal change.
5665 (2.3a): Remove the %language entry, which was added after 2.3a.
5666 * src/LR0.c, src/closure.c, src/closure.h, src/conflicts.c,
5667 src/conflicts.h, src/lalr.c, src/lalr.h, src/print.c,
5668 src/print_graph.c, src/state.c, src/state.h, tests/conflicts.at,
5669 tests/existing.at: Update copyright date.
5670
5967f0cf
JD
56712007-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
5672
5673 If conflict resolution makes states unreachable, remove those states,
5674 report rules that are then unused, and don't report conflicts in those
5675 states.
5676 * src/conflicts.c, src/conflicts.h (conflicts_update_state_numbers):
5677 New global function.
5678 * src/lalr.c, src/lalr.h (lalr_update_state_numbers): New global
5679 function.
5680 * src/main.c (main): After conflict resolution, remove the unreachable
5681 states and update all data structures that reference states by number.
5682 * src/state.c (state_new): Initialize each state's reachable member to
5683 false.
5684 (state_mark_reachable_states): New static function.
5685 (state_remove_unreachable_states): New global function.
5686 * src/state.h (struct state): Add member bool reachable.
5687 (state_remove_unreachable_states): Prototype.
5688 * tests/conflicts.at (Unreachable States After Conflict Resolution):
5689 New test case.
5690 * tests/existing.at (GNU pic Grammar): Update test case output now that
5691 an unused rule is discovered.
5692
b09f4f48
JD
56932007-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
5694
5695 Minor code cleanup in parser table construction.
5696 * src/LR0.c (new_itemsets): Use item_number_is_symbol_number.
5697 (new_itemsets, save_reductions): Update for rename to nitemset.
5698 * src/closure.c (nritemset): Rename to...
5699 (nitemset): ... this since the "r" appears to meaningless and isn't
5700 used in the comments.
5701 (closure): Update for rename.
5702 * src/closure.h (nritemset): Update extern to...
5703 (nitemset): ... this.
5704 * src/lalr.c (LA): Fix a typo in comments.
5705 * src/print.c (print_core): Update for rename to nitemset.
5706 * src/print_graph.c (print_graph): Likewise.
5707 * src/state.h: Fix some typos in header comments.
5708
bbb44d83
PE
57092007-04-04 Paul Eggert <eggert@cs.ucla.edu>
5710
9b33de72
PE
5711 * THANKS: Use ASCII for Sebastien Fricker's name. Bison source
5712 still sticks to ASCII. Sorry!
5713
bbb44d83
PE
5714 * README-hacking: New file, taken mostly from coreutils, with changes
5715 for Bison. Contains much of the contents of:
5716 * README-cvs: Remove.
5717 * bootstrap: Sync from gnulib.
5718 * build-aux/.cvsignore: Remove *.t, mkinstalldirs.
5719 * lib/.cvsignore: Add wchar.h, wctype.h. Remove exit.h.
5720
29553547
JD
57212007-03-10 Joel E. Denny <jdenny@ces.clemson.edu>
5722
5723 * doc/bison.texinfo (Destructor Decl): Fix typo reported by Sebastian
5724 Setzer.
5725 (Java Differences): Fix some typos.
5726 * THANKS: Add Sebastian Setzer.
5727
01b477c6
PB
57282007-03-07 Paolo Bonzini <bonzini@gnu.org>
5729
730739e4
AD
5730 * data/java.m4 (b4_single_class_if): Remove.
5731 (b4_abstract_if): Look at "%define abstract".
5732 (b4_lexer_if): New.
5733 (b4_union_name): Rename...
5734 (b4_yystype): ... to this. Map to "%define stype".
5735 (b4_rhs_value, b4_parse_param_decl, b4_lex_param_decl,
5736 b4_maybe_throws): Fix quoting.
5737 (b4_lex_param_call): Move below to keep b4_*_param_decl close.
5738 * data/lalr1.java (Lexer interface): Always define.
5739 (Lexer interface within parser class): Remove.
5740 (YYLexer class): New, used when "%code lexer" is present.
5741 (constructor): When "%code lexer" is used, pass %lex-param
5742 to the lexer constructor.
5743 (yylex, yyparse): Remove %lex-param from method invocations
5744 (YYStack, yyaction, yyparse): Rename b4_union_name to b4_yystype.
5745
5746 * doc/bison.texinfo (Java Bison Interface): Mention "%define
5747 abstract". Rename "%define union_name" to "%define stype".
5748 Rename method names according to previous patch.
5749 (Java Scanner Interface): Describe "%code lexer" instead of
5750 "%pure-parser" and "%define single_class".
5751 (Java Differences): Mention "%code lexer".
5752
5753 * tests/java.at (_AT_DATA_JAVA_CALC_Y): Remove final argument.
5754 Include scanner here, using macros from tests/local.at.
5755 (AT_DATA_CALC_Y): Remove final argument.
5756 (_AT_CHECK_JAVA_CALC): Likewise.
5757 (AT_CHECK_JAVA_CALC): Likewise. Test all four combinations
5758 of %locations and %error-verbose.
5759 (main): Test with and without %lex-param.
5760 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Push AT_LEXPARAM_IF.
5761 (AT_BISON_OPTION_POPDEFS): Pop it.
01b477c6 5762
122bea3a
JMG
57632007-03-07 Juan Manuel Guerrero <juan.guerrero@gmx.de>
5764
5765 DJGPP spefic issue. Inhibit the use of disallowed characters for
5766 file name genertion on Win98, WinXP, etc. These are |<>":?*\
5767 and concern testsuite case 46.
5768 * Makefile.am: djgpp/testsuite.sed added to EXTRA_DIST
5769 * djgpp/testsuite.sed: Inhibit the use of disallowed characters.
5770 * djgpp/config.bat: Inhibit the use of disallowed characters.
5771
9611cfa2
JD
57722007-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
5773
5774 Miscellaneous %define and %code cleanup.
5775 * data/bison.m4 (b4_percent_define_flag_if): Correct comments on how
5776 values are interpreted.
5777 * doc/bison.texinfo (Decl Summary): Clean up and extend %define
5778 documentation a little more.
5779 * src/muscle_tab.c (MUSCLE_USER_NAME_CONVERT,
5780 muscle_percent_define_insert, muscle_percent_code_grow): New
5781 functions/macros.
5782 * src/muscle_tab.h (muscle_percent_define_insert,
5783 muscle_percent_code_grow): Prototype.
5784 * src/parse-gram.y (prologue_declaration): Use
5785 muscle_percent_define_insert and muscle_percent_code_grow when parsing
5786 %define and %code directives.
5787
5788 Make it easy to share %define boolean variables between the front-end
5789 and back-end. Though not used yet, this will be useful in the future.
5790 * data/bison.m4 (b4_check_user_names): Rewrite comments to talk about
5791 Bison uses of names rather than just skeleton uses of names.
5792 (b4_percent_define_get, b4_percent_define_ifdef): Rename
5793 b4_percent_define_skeleton_variables(VARIABLE) to
5794 b4_percent_define_bison_variables(VARIABLE).
5795 (b4_percent_code_get, b4_percent_code_ifdef): Rename
5796 b4_percent_code_skeleton_qualifiers(QUALIFIER) to
5797 b4_percent_code_bison_qualifiers(QUALIFIER).
5798 (b4_check_user_names_wrap): Update for renames.
5799 * src/muscle_tab.c, src/muscle_tab.h (muscle_percent_define_flag_if,
5800 muscle_percent_define_default): New functions mimicking
5801 b4_percent_define_flag_if and b4_percent_define_default.
5802
5803 For %define variables, report locations for invalid values and
bbb44d83 5804 redefinitions.
9611cfa2
JD
5805 * data/bison.m4 (b4_percent_define_flag_if): Read
5806 b4_percent_define_loc(VARIABLE) to report the location of an invalid
5807 value for VARIABLE.
5808 (b4_percent_define_default): Save a special location in
5809 b4_percent_define_loc(VARIABLE) in case the default value for VARIABLE
5810 must later be reported as invalid.
5811 * src/muscle_tab.c (muscle_location_grow, muscle_location_decode): New
5812 functions.
5813 (muscle_percent_define_insert): Record the location of VARIABLE in
5814 muscle percent_define_loc(VARIABLE), and use it to report the previous
5815 location for a redefinition.
5816 (muscle_percent_define_flag_if): Update like b4_percent_define_flag_if.
5817 (muscle_percent_define_default): Update like b4_percent_define_default.
5818 (muscle_grow_user_name_list): Rename to...
5819 (muscle_user_name_list_grow): ... this for consistency and use
5820 muscle_location_grow.
5821 * src/muscle_tab.h (muscle_location_grow): Prototype.
5822 * tests/input.at (%define errors): Update expected output.
5823 * tests/skeletons.at (%define boolean variables: invalid skeleton
5824 defaults): New test case.
5825
0bf92491
JD
58262007-02-28 Joel E. Denny <jdenny@ces.clemson.edu>
5827
5828 * src/print.c (lookahead_set, state_default_rule): Remove.
5829 (print_reductions): Replace state_default_rule invocation with
5830 equivalent use of yydefact, which was computed in token_actions in
5831 tables.c.
5832 (print_results): Don't allocate lookahead_set.
5833
d3b12988
PB
58342007-02-27 Paolo Bonzini <bonzini@gnu.org>
5835
5836 * data/lalr1.java: Prefix all private members with yy.
5837
f57a7536
JD
58382007-02-24 Joel E. Denny <jdenny@ces.clemson.edu>
5839
5840 Use YYFPRINTF instead of fprintf where appropriate. Reported by
9b33de72 5841 Sebastien Fricker at
f57a7536 5842 <http://lists.gnu.org/archive/html/bug-bison/2007-02/msg00035.html>.
9b33de72 5843 * THANKS: Add Sebastien Fricker.
f57a7536
JD
5844 * data/glr.c, data/push.c, data/yacc.c (yy_reduce_print): Implement.
5845 * doc/bison.texinfo (Tracing): Make it clearer that YYFPRINTF must
5846 accept a variable number of arguments.
5847
6404a5bf
JD
58482007-02-19 Joel E. Denny <jdenny@ces.clemson.edu>
5849
5850 * bootstrap: Remove occurrences of .#bootmp from lib/Makefile.
5851
e4e09639
JMG
58522007-02-13 Juan Manuel Guerrero <juan.guerrero@gmx.de>
5853
5854 * djgpp/config.bat: Adjustments concerning the use of autoconf 2.61.
5855 * djgpp/config.sed: Adjustments concerning the use of autoconf 2.61.
5856 * djgpp/config.site: Adjustments concerning the use of autoconf 2.61.
5857
d7e0a1a7
PE
58582007-02-11 Paul Eggert <eggert@cs.ucla.edu>
5859
5860 Undo my 2007-02-07 change, switching back to the c-strcase module
5861 introduced in the 2007-02-03 change. Bruno Haible reported that
5862 the 2007-02-07 change would be dangerous in Turkish if we add a
5863 language whose name contains "i", since "i" is not lowercase "I"
5864 in Turkish.
5865 * bootstrap.conf (gnulib_modules): Add c-strcase. Remove strcase.
5866 * lib/.cvsignore: Add c-ctype.c, c-ctype.h, c-strcase.h,
5867 c-strcasecomp.c, c-strncasecmp.c. Remove strcasecmp.c, strncasecmp.c.
5868 * m4/.cvsignore: Remove strcase.m4.
5869 * src/getargs.c: Revert 2007-02-07 change, as follows.
5870 Include c-strcase.h.
5871 (language_argmatch): Use c_strcasecmp rather than strcasecmp.
5872
deee93a1
JD
58732007-02-11 Bruno Haible <bruno@clisp.org>
5874
5875 Enable the Java related testsuite tests when the only Java compiler
5876 found is a gcj < 4.3. Discussed at
5877 <http://lists.gnu.org/archive/html/bug-bison/2007-02/msg00016.html>.
5878 * configure.ac (gt_JAVACOMP): Don't specify a target_version.
5879
574add85
JD
58802007-02-11 Joel E. Denny <jdenny@ces.clemson.edu>
5881
5882 * data/Makefile.am: Update copyright date.
5883 * data/push.c (yypull_parse): Report memory exhaustion and return 2 if
5884 yypstate_new returns NULL.
5885 (yypstate_new): Return NULL if malloc does.
5886 * src/reader.c (packgram): Move translation of rule actions from the
5887 beginning of packgram to...
5888 (check_and_convert_grammar): ... here right before packgram is invoked
5889 so it's easier to write more complete comments, and remove redundant
5890 code.
5891
e785ccf7
JD
58922007-02-10 Joel E. Denny <jdenny@ces.clemson.edu>
5893
5894 As in semantic actions, make @$ in %initial-action, %destructor, and
5895 %printer imply %locations.
5896 * src/scan-code.l (SC_SYMBOL_ACTION): Set locations_flag = true when
5897 scanning @$.
5898 * tests/actions.at (AT_CHECK_ACTION_LOCATIONS): New macro supporting...
5899 (@$ in %initial-action implies %locations,
5900 @$ in %destructor implies %locations,
5901 @$ in %printer implies %locations): ... these new test cases.
5902
1cfe1ed7
PE
59032007-02-07 Paul Eggert <eggert@cs.ucla.edu>
5904
5905 Undo most of the 2007-02-03 change, switching to the strcase module
5906 now that gnulib strcase has been fixed.
5907 * bootstrap.conf (gnulib_modules): Remove c-strcase. Add strcase.
5908 * lib/.cvsignore: Remove c-ctype.c, c-ctype.h, c-strcase.h,
5909 c-strcasecomp.c, c-strncasecmp.c. Add strcasecmp.c, strncasecmp.c
5910 * m4/.cvsignore: Add strcase.m4.
5911 * src/getargs.c: Revert 2007-02-03 change, as follows.
5912 Don't include c-strcase.h.
5913 (language_argmatch): Use strcasecmp rather than c_strcasecmp.
5914 strcasecmp has "unspecified behavior" outside the POSIX locale,
5915 but it works fine in practice if at least one argument is ASCII,
5916 as is the case in Bison.
5917
0049ec86
PB
59182007-02-07 Paolo Bonzini <bonzini@gnu.org>
5919
5920 * tests/java.at: Skip tests if only one of javac/java is present.
5921 Reported by Joel E. Denny.
5922 * tests/atlocal.in: Adjust copyright years.
5923
59242007-02-05 Paolo Bonzini <bonzini@gnu.org>
5925
5926 * data/lalr1.java (Stack): Work around old verifiers that disallow
5927 access to the private fields of an inner class, from the outer class.
5928 We can make Stack's fields public because user code doesn't have access
5929 to the instance of Stack used by parse(). Reported by Paul Eggert.
5930
2c2b7220
PE
59312007-02-03 Paul Eggert <eggert@cs.ucla.edu>
5932
5933 * .cvsignore: Add javacomp.sh, javaexec.sh. Is this really
5934 the right spot for these files?
5935 * bootstrap.conf (gnulib_modules): Add c-strcase.
5936 * lib/.cvsignore: Add c-ctype.c c-ctype.h, c-strcasecomp.c,
5937 c-strncasecmp.c.
5938 * src/getargs.c: Include c-strcase.h.
5939 (language_argmatch): Use c_strcasecmp rather than strcasecmp,
5940 to avoid unspecified behavior.
5941
b2b81dae
JD
59422007-02-01 Joel E. Denny <jdenny@ces.clemson.edu>
5943
5944 * doc/bison.texinfo (Decl Summary): Correct typo.
5945
c1d19e10
PB
59462007-01-30 Paolo Bonzini <bonzini@gnu.org>
5947
5948 * data/bison.m4 (b4_percent_define_flag_if): Don't treat 0 as false.
5949 Complain if the value does not match empty, "true" or "false".
5950 * data/c++.m4: Adjust default definitions of %define variables.
5951 * data/java.m4: Adjust default definitions of %define variables.
5952 * doc/bison.texinfo (Decl Summary): Adjust the %define entry according
5953 to above behavior.
5954 * tests/input.at (Boolean %define variables): Test new behavior.
5955
8405b70c
PB
59562007-01-29 Paolo Bonzini <bonzini@gnu.org>
5957
5958 * NEWS: Mention java.
5959 * TODO: Remove things that are done.
5960 * bootstrap.conf: Add javacomp-script and javaexec-script.
5961 * configure.ac: Invoke gt_JAVACOMP and gt_JAVAEXEC.
5962
5963 * data/Makefile.am: Add new files.
5964 * data/java-skel.m4: New.
5965 * data/java.m4: New.
5966 * data/lalr1.java: New.
5967
5968 * doc/bison.texinfo: Put "A Complete C++ Example" under
5969 C++ Parsers. Add Java Parsers. Put C++ Parsers and Java Parsers
5970 under Other Languages.
5971
5972 * src/getargs.c (valid_languages): Add Java.
5973 * src/getargs.h (struct bison_language): Update size of string fields.
5974
5975 * tests/Makefile.am: Add java.at.
5976 * tests/atlocal.in: Add CONF_JAVA and CONF_JAVAC.
5977 * tests/java.at: New.
5978 * tests/testsuite.at: Include it.
5979
3eb82471
JD
59802007-01-28 Joel E. Denny <jdenny@ces.clemson.edu>
5981
5982 Clean up.
5983 * src/scan-skel.l (at_directive_perform): Add at_directive_argc and
5984 at_directive_argv arguments so these no longer have to be global
5985 variables. Also, update the implementation for the following changes.
5986 (fail_for_at_directive_too_many_args,
5987 fail_for_at_directive_too_few_args): Add at_directive_name argument.
5988 (at_directive_name): Remove as at_directive_argv[0] will be used for
5989 this now.
5990 (AT_DIRECTIVE_ARGC_MAX): Increment to make space in at_directive_argv
5991 for the directive name.
5992 (at_directive_argc, at_directive_argv): Make these local within
5993 skel_lex instead of global.
5994 (INITIAL): Update directive start action for above changes.
5995 (SC_AT_DIRECTIVE_ARG): Rename to...
5996 (SC_AT_DIRECTIVE_ARGS): ... this, and update for above changes.
5997 (SC_AT_DIRECTIVE_SKIP_WS): Update.
5998 (scan_skel): Move yylex_destroy to...
5999 (skel_scanner_free): ... here.
6000 * tests/skeletons.at (installed skeleton file name): Rename to...
6001 (installed skeleton file names): ... this.
6002
148d66d8
JD
60032007-01-27 Joel E. Denny <jdenny@ces.clemson.edu>
6004
6005 * ChangeLog: For changes in doc/bison.texinfo, consistently reference
6006 node names: say "Table of Symbols" not "Bison Symbols", and say "Decl
6007 Summary" not "Directives".
6008 * doc/bison.texinfo (Decl Summary, Calc++ Parser): Cross-reference the
6009 %code entry in "Decl Summary" rather than the one in "Table of Symbols"
6010 since the former is now the more complete one.
6011 (Prologue Alternatives): Likewise and do the same for %defines.
6012 (Table of Symbols): Add summary of %code, add summary of %define, and
6013 move full %code documentation to...
6014 (Decl Summary): ... here for consistency with other entries in these
6015 sections.
6016 Move %define entry in order to keep this list alphabetized.
6017 Reword %define entry a little to put less emphasis on the skeleton
6018 concept, which most users shouldn't have to think about.
6019
665f0c24
PE
60202007-01-26 Paul Eggert <eggert@cs.ucla.edu>
6021
6022 Adjust to recent gnulib changes.
6023 * lib/.cvsignore: Remove stpcpy.h, strndup.h, strnlen.h.
6024 Add string.h, string_.h, unistd_.h, wchar_.h.
6025 * m4/.cvsignore: Add gnulib-common.m4, string_h.m4, wchar.m4.
6026 * src/system.h: Don't include <stpcpy.h>; this is now done by
6027 <string.h>.
6028
592d0b1e
PB
60292007-01-23 Paolo Bonzini <bonzini@gnu.org>
6030
6031 Simplify implementation of unqualified %code, implement macros for
6032 uniform treatment of boolean %define flags. Document %define.
6033 * data/bison.m4 (b4_percent_define_ifdef, b4_percent_define_flag_if,
6034 b4_percent_code_ifdef): New.
6035 (b4_percent_code_get): Map unqualified %code to b4_percent_code().
6036 * data/c++.m4: Define default value for global_tokens_and_yystype.
6037 * data/glr.cc: Likewise.
6038 * data/location.cc: Use b4_percent_define_flag_if.
6039
148d66d8 6040 * doc/bison.texinfo (Decl Summary): Document %define.
592d0b1e
PB
6041
6042 * src/parse-gram.y (Unqualified %code): Change muscle name to
6043 b4_percent_code().
6044 (content.opt): Default to empty.
6045
a7867f53
JD
60462007-01-17 Joel E. Denny <jdenny@ces.clemson.edu>
6047
6048 Implement support for relative and absolute skeleton file names.
6049 Discussed starting at
6050 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00071.html>.
6051 * doc/bison.texinfo (Decl Summary): Document in %skeleton entry.
6052 (Bison Options): Document in --skeleton entry.
6053 * src/output.c (output_skeleton): Use strncpy rather than strcpy since
6054 full_skeleton can't necessarily hold all of pkgdatadir.
6055 If the specified skeleton file name contains a `/', don't prepend
6056 pkgdatadir.
6057 * src/parse-gram.y (prologue_declaration): If the specified skeleton
6058 file name contains a `/', prepend the grammar file directory.
6059 * tests/Makefile.am (TESTSUITE_AT): Add skeletons.at.
6060 * skeletons.at: New file.
6061 (relative skeleton file names): New test case.
6062 (installed skeleton file names): New test case.
6063 * tests/testsuite.at: Include skeletons.at.
6064
6065 * bootstrap: Update copyright to 2007.
6066
830c9b18
PB
60672007-01-17 Paolo Bonzini <bonzini@gnu.org>
6068
6069 * bootstrap: Remove occurrences of .#bootmp from the files.
6070
a8c2e813
AD
60712007-01-17 Akim Demaille <akim@epita.fr>
6072
6073 * doc/bison.texinfo (Calc++ Parser): Don't try to alias
6074 nonterminals.
6075 Use per-type %printer.
6076
279cabb6
JD
60772007-01-17 Joel E. Denny <jdenny@ces.clemson.edu>
6078
6079 * NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4,
6080 data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
6081 djgpp/config.site, src/files.c, src/files.h, src/main.c,
6082 src/muscle_tab.c, src/muscle_tab.h, src/parse-gram.y, src/reader.h,
6083 src/scan-skel.h, src/scan-skel.l, tests/actions.at, tests/calc.at,
6084 tests/glr-regression.at, tests/input.at, tests/local.at,
6085 tests/output.at, tests/torture.at: Update copyright to 2007.
6086
bb32f4f2
AD
60872007-01-16 Akim Demaille <akim@epita.fr>
6088
6089 * doc/bison.texinfo (Calc++ Parsing Driver): Let "parse" return an
6090 error code.
6091 (Calc++ Scanner): Exit with failure if we can't open the input
6092 file.
6093 Accept "-" standing for stdin.
6094 (Calc++ Top Level): Print the result only if the parsing was
6095 successful.
6096
7cff04b5
AD
60972007-01-16 Akim Demaille <akim@epita.fr>
6098
6099 * data/lalr1.cc (yy_reduce_print_): Add a missing end-of-line.
6100
a4e25e1d
JD
61012007-01-15 Paolo Bonzini <bonzini@gnu.org>
6102 and Joel E. Denny <jdenny@ces.clemson.edu>
6103
6104 Clean up %define and %code implementation in M4 some. Most
6105 importantly, rename all related macros to be in the b4_percent_define
6106 and b4_percent_code namespaces. Also, complete support for `.' in
6107 %define variable names and %code qualifiers.
6108 * data/bison.m4 (b4_check_user_names): Check for special
6109 "SKELETON-NAMESPACE(name)" macros instead of using two nested
6110 m4_foreach loops.
6111 (b4_get_percent_define, b4_get_percent_code): Rename to...
6112 (b4_percent_define_get, b4_percent_code_get): ... these.
6113 Extend documentation with examples.
6114 For SKELETON-NAMESPACE (as documented for b4_check_user_names), use
6115 b4_percent_define_skeleton_variables and
6116 b4_percent_code_skeleton_qualifiers.
6117 Expect any value for the %define variable `foo' to be stored in the
6118 macro named `b4_percent_define(foo)'; expect any %code blocks for the
6119 qualifier `foo' to be stored in a macro named `b4_percent_code(foo)';
6120 expect any unqualified %code blocks to be stored in a macro named
6121 `b4_percent_code_unqualified'.
6122 Use m4_indir so that %define variable names and %code qualifiers can
6123 contain `.', which is allowed by the grammar parser.
6124 (b4_percent_define_default): New macro to set a default value for a
6125 %define variable.
6126 (m4_wrap): Update wrapped code, and fix some underquoting.
6127 (b4_check_user_names_wrap): Update and define outside the m4_wrap.
6128 Expect grammar uses of %define variables and %code qualifiers to be
6129 defined in b4_percent_define_user_variables and
6130 b4_percent_code_user_qualifiers.
6131 * data/c++.m4: Use b4_percent_define_default rather than
6132 m4_define_default. Fix some underquoting. Skeleton usage of %define
6133 variable define_location_comparison now implies skeleton usage of
6134 %define variable filename_type.
6135 * data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
6136 data/push.c, data/yacc.c: Update macro names.
6137 * src/parse-gram.y (prologue_declaration, grammar_declaration): Update
6138 muscle names.
6139
e37c665c
JMG
61402007-01-14 Juan Manuel Guerrero <juan.guerrero@gmx.de>
6141
6142 DJGPP specific issues.
6143
6144 * djgpp/config.site: Set ac_cv_path_mkdir to a sane DJGPP specific
6145 default. Set gl_cv_absolute_wctype_h to a sane DJGPP specific default.
6146
7d2d521f
JD
61472007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
6148
6149 * tests/glr-regression.at: Use AT_PARSER_CHECK rather than AT_CHECK to
6150 run parsers in all tests so that Valgrind is invoked during
6151 maintainer-check-valgrind.
6152 (Duplicate representation of merged trees): Free all semantic values.
6153 (Duplicated user destructor for lookahead): Likewise.
6154
e0ac9b4b
JD
61552007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
6156
6157 * tests/local.at (AT_PARSER_CHECK): Add a PRE argument to specify a
6158 command-line prefix.
6159 * tests/torture.at (Exploding the Stack Size with Alloca): Stderr is
6160 ignored, so use that PRE to set --log-fd=1 in VALGRIND_OPTS so we don't
6161 miss Valgrind messages.
6162 (Exploding the Stack Size with Malloc): Likewise.
6163
78143faa
JD
61642007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
6165
6166 Ignore YYSTACK_USE_ALLOCA for push parsers since the stacks can't be
6167 locals. Reported by Juan Manuel Guerrero at
6168 <http://lists.gnu.org/archive/html/bug-bison/2007-01/msg00000.html>.
6169 * data/push.c: Enclose the #ifdef YYSTACK_USE_ALLOCA in b4_push_if.
6170 Fix some indentation also.
6171 * tests/torture.at (Exploding the Stack Size with Alloca): Add comment
6172 explaining this issue.
6173
7ecec4dd
JD
61742007-01-09 Paolo Bonzini <bonzini@gnu.org>
6175 and Joel E. Denny <jdenny@ces.clemson.edu>
6176
6177 Simplify union and prologue handling, and escape union and lex/parse
6178 params with digraphs.
6179 * data/bison.m4 (b4_pre_prologue, b4_post_prologue): Set their default
6180 values to the empty string since these are no longer guaranteed
6181 initialized by the front-end.
6182 * data/glr.c, data/glr.cc, data/lalr1.cc, data/push.c, data/yacc.c: Add
6183 braces around b4_user_stype since this is no longer done by the
6184 front-end.
6185 * src/files.c, src/files.h (pre_prologue_obstack,
6186 post_prologue_obstack): Remove.
6187 * src/muscle_tab.c (muscle_pair_list_grow): Don't duplicate header
6188 comments here. Use MUSCLE_OBSTACK_SGROW so that values are escaped
6189 with digraphs. This fixes lex params and parse params.
6190 * src/muscle_tab.h (muscle_pair_list_grow): Update comments.
6191 * src/output.c (prepare): Remove muscle insertion of the prologues.
6192 (output): Remove freeing of pre_prologue_obstack and
6193 post_prologue_obstack.
6194 * src/parse-gram.y (prologue_declaration): Use muscle_code_grow rather
6195 than prologue_augment for prologue parsing so you don't need prologue
6196 obstacks.
5c80250c
JD
6197 (grammar_declaration): For %union RHS, use `braceless' instead of
6198 "{...}" so that braces are already stripped and code is escaped with
6199 digraphs.
7ecec4dd
JD
6200 * src/reader.c (prologue_augment): Remove.
6201 (reader): Remove initialization of pre_prologue_obstack and
6202 post_prologue_obstack.
6203 * src/reader.h (prologue_augment): Remove.
6204
6205 * data/c.m4: Remove stray parenthesis.
6206
16dc6a9e
JD
62072007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
6208
6209 Remove quotes from variables names in %define directives and from
6210 qualifiers in %code directives, and restrict the characters that are
6211 allowed in them to M4-friendly ones. For %define, continue to support
6212 the quoted form as a deprecated feature. Discussed starting at
6213 <http://lists.gnu.org/archive/html/bison-patches/2007-01/msg00023.html>.
6214 * NEWS (2.3a+): Add entry for the change to %define. Update entry for
6215 %code.
6216 * doc/bison.texinfo (Prologue Alternatives): Update.
91661ebb
JD
6217 (Decl Summary): In %defines entry, update mention of `%code requires'
6218 and `%code provides'.
16dc6a9e
JD
6219 (C++ Location Values): Update %define uses.
6220 (Calc++ Parser Interface): Likewise.
6221 (Calc++ Parser): Likewise, and update `%code requires' uses.
148d66d8 6222 (Table of Symbols): Update %code documentation.
16dc6a9e
JD
6223 * src/parse-gram.y (prologue_declaration): For %define variables, use
6224 `variable' instead of `STRING'.
6225 (grammar_declaration): For %code qualifiers, use `ID' instead of
6226 `STRING'.
6227 (variable): New nonterminal that takes an `ID' or a `STRING'.
6228 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Update %code
6229 and %define uses.
6230 * tests/calc.at (_AT_DATA_CALC_Y): Update %define use.
6231 * tests/input.at (Reject unused %code qualifiers): Update %code uses.
6232 (%define errors): Update %define uses.
6233
e9813cd4
JD
62342007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
6235
6236 * src/parse-gram.y (prologue_declaration): Use MUSCLE_INSERT_STRING
6237 instead of muscle_insert for %define values so that M4-special
6238 characters are replaced with digraphs.
6239 * tests/input.at (%define errors): Extend to check weird values.
6240
6afc30cc
JD
62412007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
6242
6243 Instead of having skeletons declare all valid %define variables and
6244 %code qualifiers, provide macros that retrieve the associated values
6245 and build these lists automatically. Thus Bison will now warn when a
6246 variable or qualifier is not used by the skeleton in the current
6247 invocation regardless of whether it might sometimes be used by that
6248 skeleton in other invocations. Also, move all %define value macros to
6249 the b4_percent_define_ namespace, and remove the %define "NAME" {CODE}
6250 form, which is replaced by %code.
6251 * data/bison.m4 (b4_check_for_unrecognized_names): Rename to...
6252 (b4_check_user_names): ... this, and change the series of valid name
6253 arguments to a single list argument for names used in the skeleton
6254 similar to the existing list argument for names used in the grammar.
6255 Warn instead of complaining.
6256 (b4_get_percent_define, b4_get_percent_code): New to retrieve %define
6257 values and %code code, to format %code code properly, and to build
6258 lists of all %define variables and %code qualifiers used in the
6259 skeleton: b4_skeleton_percent_define_variables and
6260 b4_skeleton_percent_code_qualifiers.
6261 (b4_check_percent_define_variables, b4_check_percent_code_qualifiers):
6262 Remove, and...
6263 (m4_wrap): ... m4_wrap b4_check_user_names invocations instead so that
6264 the skeleton names lists can finish building first. In place of
6265 b4_used_percent_define_variables and b4_used_percent_code_qualifiers,
6266 expect the lists b4_user_percent_define_variables and
6267 b4_user_percent_code_qualifiers.
6268 * data/c++.m4: Where setting default values for b4_parser_class_name,
6269 b4_location_type, b4_filename_type, b4_namespace, and
6270 b4_define_location_comparison, update their names to the
6271 b4_percent_define_ namespace.
6272 * data/glr.c: Don't use b4_check_percent_define_variables and
6273 b4_check_percent_code_qualifiers. Use b4_get_percent_code.
6274 * data/glr.cc, data/lalr1.cc: Likewise, and use b4_get_percent_define.
6275 (b4_parser_class_name, b4_namespace): Define these using
a4e25e1d 6276 b4_get_percent_define for parser_class_name and namespace.
6afc30cc
JD
6277 * data/location.cc: Use b4_get_percent_define.
6278 * data/push.c: Don't use b4_check_percent_define_variables and
6279 b4_check_percent_code_qualifiers. Use b4_get_percent_code.
6280 * data/yacc.c: Likewise, and don't call m4_exit in
6281 b4_use_push_for_pull_if or m4_wrap code will never execute.
6282 * src/muscle_tab.c, src/muscle_tab.h (muscle_grow_used_name_list):
6283 Rename to...
6284 (muscle_grow_user_name_list): ... this for consistency with the
6285 terminology used in bison.m4.
6286 * src/parse-gram.y (prologue_declaration): Prepend "percent_define_" to
6287 %define variable names, and rename muscle used_percent_define_variables
6288 to user_percent_define_variables.
6289 (grammar_declaration): Rename muscle used_percent_code_qualifiers to
6290 user_percent_code_qualifiers.
6291 (content): Remove.
6292 (content.opt): Replace content RHS with STRING RHS so %define "NAME"
6293 {CODE} form is no longer accepted.
6294 * tests/input.at (Reject bad %code qualifiers): Rename to...
6295 (Reject unused %code qualifiers): ... this, and update test output.
6296 (%define error): Update test output.
6297
7eb8a0bc
JD
62982007-01-07 Joel E. Denny <jdenny@ces.clemson.edu>
6299
6300 Check for unrecognized %define variables similar to checking for
6301 unrecognized %code qualifiers. Check for redefined %define variables.
6302 * data/bison.m4 (b4_check_for_unrecognized_names): New macro that
6303 generalizes...
6304 (b4_check_percent_code_qualifiers): ... this, which now wraps it.
6305 (b4_check_percent_define_variables): New, also wraps it.
6306 * data/glr.c: Unless glr.cc is wrapping glr.c, declare no valid %define
6307 variables using b4_check_percent_define_variables.
6308 * data/glr.cc, data/lalr1.cc: Declare the valid %define variables as
6309 all those exercised in the test suite and all those listed in the
6310 `Default values' section of c++.m4. Are there others?
6311 * data/push.c, data/yacc.c: Declare no valid %define variables.
6312 * src/muscle_tab.c, src/muscle_tab.h (muscle_find_const): New function,
6313 similar to muscle_find, but it works even when the muscle stores a
6314 const value.
6315 (muscle_grow_used_name_list): New function for constructing the used
6316 name list muscles that b4_check_for_unrecognized_names requires.
6317 * src/parse-gram.y (prologue_declaration): Warn if a variable is
6318 %define'd more than once. Define the b4_used_percent_define_variables
6319 muscle with muscle_grow_used_name_list.
6320 (grammar_declaration): Abbreviate %code code with
6321 muscle_grow_used_name_list.
6322 * tests/input.at (%define errors): New.
6323
3fc65ead
JD
63242007-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
6325
6326 Provide warn_at, complain_at, and fatal_at function callbacks to the
6327 skeletons, and use this for %code qualifier complaints.
6328 * data/bison.m4 (b4_error_at): New, invoked by...
6329 (b4_warn_at, b4_complain_at, b4_fatal_at): ... these new macros to wrap
6330 the skeleton scanner's new @warn_at(...@), @complain_at(...@), and
6331 @fatal_at(...@) directives.
6332 (b4_check_percent_code_qualifiers): Rewrite to expect locations for
6333 qualifiers in b4_used_percent_code_qualifiers and to use
6334 b4_complain_at.
6335 * src/location.c, src/location.h (boundary_set_from_string): New global
6336 function.
6337 * src/muscle_tab.c, src/muscle_tab.h (muscle_boundary_grow): New global
6338 function.
6339 * src/parse-gram.y (grammar_declaration): Add locations for qualifiers
6340 to b4_used_percent_code_qualifiers.
6341 * src/scan-skel.l (fail_for_at_directive_too_few_args): New static
6342 function.
6343 (AT_DIRECTIVE_ARGC_MAX): Increase for boundary arguments.
6344 (lineno): Rename to...
6345 (out_lineno): ... this so I don't misunderstand it again.
6346 (SC_AT_DIRECTIVE_SKIP_WS): Don't increment out_lineno for newlines
6347 here; these newlines are in the input but not the output file.
6348 (SC_AT_DIRECTIVE_ARG): Likewise. Extract directive execution to...
6349 (at_directive_perform): ... this new static function, and add handling
6350 of new @warn_at(...@), @complain_at(...@), and @fatal_at(...@)
6351 directives.
6352 * tests/input.at (Reject bad %code qualifiers): Update test output with
6353 locations and extend.
6354
6355 * tests/output.at (Output file name: [, Output file name: ]): Remove
6356 bogus comment about these tests failing.
6357
1c7b7e1d
JD
63582007-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
6359
6360 Clean up b4_check_percent_code_qualifiers a little.
6361 * data/bison.m4 (b4_check_percent_code_qualifiers): Expect qualifiers
6362 in b4_used_percent_code_qualifiers to be double-M4-quoted. Rewrite
6363 documentation and add examples.
6364 * src/parse-gram.y (grammar_declaration): Double-M4-quote those
6365 qualifiers here.
6366
08af01c2
JD
63672007-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
6368
6369 Don't use m4_divert since it makes m4_divert_push and m4_divert_pop
6370 unreliable -- especially when they're hidden inside another macro.
6371 * data/bison.m4, data/c++-skel.m4, data/c++.m4, data/c-skel.m4,
6372 data/c.m4: Remove m4_divert(-1).
6373 * data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
6374 data/push.c, data/yacc.c: Likewise, and replace m4_divert(0) with
6375 m4_divert_push(0) and m4_divert_pop(0).
279cabb6 6376 * src/output.c (output_skeleton): Don't add an m4_divert_push(0) and
08af01c2
JD
6377 an m4_wrap([m4_divert_pop(0)]) to the M4. Diversion -1, which is
6378 pushed and popped by m4sugar, should be first on the stack.
6379
6380 Provide warn, complain, and fatal function callbacks to the skeletons.
6381 This provides more flexibility than m4_fatal, improves the error
6382 message format, and captures messages for translation. Discussed
6383 starting at
6384 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00063.html>.
6385 * data/bison.m4 (b4_error): New, invoked by...
6386 (b4_warn, b4_complain, b4_fatal): ... these new macros to wrap the
6387 skeleton scanner's new @warn(...@), @complain(...@), and @fatal(...@)
6388 directives. Because these M4 macros might be called when the current
6389 diversion is -1 or 0, m4_divert_push and m4_divert_pop is used; thus
6390 the previous removal of uses of m4_divert, which caused trouble.
6391 (b4_check_percent_code_qualifiers): Use b4_complain instead of
6392 m4_fatal to report unrecognized %code qualifiers.
6393 * data/c++-skel.m4: Use b4_complain instead of m4_fatal to report C++
6394 push parser requests.
6395 * data/glr.c: Use b4_complain instead of m4_fatal to report
6396 non-deterministic push parser requests.
6397 Update @output usage to @output(...@) form.
6398 * data/glr.cc, data/lalr1.cc: Use b4_fatal instead of m4_fatal to
6399 report missing %defines. Update @output usage to @output(...@) form.
6400 * data/location.cc, data/push.c, data/yacc.c: Update @output usage to
6401 @output(...@) form.
6402 * src/main.c (main): Invoke skel_scanner_free.
6403 * src/scan-skel.h (skel_scanner_free): Prototype new function.
6404 * src/scan-skel.l (FLEX_NO_OBSTACK): Don't define; we now need the
6405 obstack_for_string from flex-scanner.h.
6406 (YY_DECL): Use to declare skel_lex static.
6407 (decode_at_digraphs): Remove; now handled in the new
6408 SC_AT_DIRECTIVE_ARG start condition.
6409 (fail_for_at_directive_too_many_args, fail_for_invalid_at): New static
6410 functions.
6411 (at_directive_name, AT_DIRECTIVE_ARGC_MAX, at_directive_argc,
6412 at_directive_argv): New static globals.
6413 (INITIAL): Use fail_for_invalid_at.
6414 Don't parse `@output file_name\n' or `@basename(...@)'. Instead,
6415 recognize the start of a generalized `@directive(...@)' form and
6416 start...
6417 (SC_AT_DIRECTIVE_ARG): ... this new start condition to parse the
6418 directive args (using the new obstack_for_string), to decode the
6419 contained @ diagraphs, and to perform the directive. It recognizes
6420 @basename(...@), @warn(...@), @complain(...@), @fatal(...@), and
6421 @output(...@).
6422 (SC_AT_DIRECTIVE_SKIP_WS): New start condition started by
6423 SC_AT_DIRECTIVE_ARG to skip whitespace after the argument delimiter,
6424 `@,'.
6425 (scan_skel): Initialize obstack_for_string on the first call.
6426 (skel_scanner_free): New function to free obstack_for_string.
6427 * tests/input.at (Reject bad %code qualifiers): Update test output.
6428
8e0a5e9e
JD
64292007-01-04 Joel E. Denny <jdenny@ces.clemson.edu>
6430
6431 Consolidate the 4 prologue alternative directives (%code, %requires,
6432 %provides, and %code-top) into a single %code directive with an
6433 optional qualifier field. Discussed at
6434 <http://lists.gnu.org/archive/html/bison-patches/2007-01/msg00012.html>.
6435 * NEWS (2.3a+): Rewrite the existing entry for the prologue
6436 alternatives.
6437 * doc/bison.texinfo (Prologue Alternatives): Update.
6438 (Decl Summary): Update to %code "requires" and %code "provides".
6439 (Calc++ Parser): Update to %code "requires".
148d66d8 6440 (Table of Symbols): Remove entries for %requires, %provides, and
8e0a5e9e
JD
6441 %code-top. Rewrite %code entry, and add a %code "QUALIFIER" entry.
6442 * data/bison.m4 (b4_user_provides, b4_user_requires): Remove as these
6443 are replaced by b4_percent_code_provides and b4_percent_code_requires,
6444 which are skeleton-specific.
6445 (b4_check_percent_code_qualifiers): New. A skeleton can use this to
6446 declare what %code qualifiers it supports and to complain if any other
6447 qualifiers were used in the grammar.
6448 * data/glr.cc: Update to use b4_user_code([b4_percent_code_requires])
6449 and b4_user_code([b4_percent_code_provides]) in place of
6450 b4_user_requires and b4_user_provides.
6451 * data/glr.c, data/lalr1.cc, data/push.c, data/yacc.c: Likewise.
6452 Add b4_user_code([b4_percent_code_top]) and
6453 b4_user_code([b4_percent_code]).
6454 Invoke b4_check_percent_code_qualifiers.
6455 * src/parse-gram.y (PERCENT_CODE_TOP, PERCENT_PROVIDES,
6456 PERCENT_REQUIRES): Remove.
6457 (grammar_declaration): Remove RHS's for %code-top, %provides, and
6458 %requires. Rewrite the %code RHS as the unqualified form defining the
6459 muscle b4_percent_code. Add another RHS for the qualified %code form,
6460 which defines muscles of the form b4_percent_code_QUALIFIER and the
6461 b4_used_percent_code_qualifiers muscle.
6462 * src/scan-gram.l (PERCENT_CODE_TOP, PERCENT_PROVIDES,
6463 PERCENT_REQUIRES): Remove.
6464 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Update to use
6465 %code "requires" and %code "provides".
6466 * tests/input.at (Reject bad %code qualifiers): New.
6467
95021767
JD
64682007-01-03 Joel E. Denny <jdenny@ces.clemson.edu>
6469
6470 Use the new code_props interface for destructors and printers.
6471 * src/symtab.h (symbol, semantic_type): Remove destructor_location and
6472 printer_location members, and change the type of the destructor and
6473 printer members to code_props.
6474 (symbol_destructor_set, symbol_destructor_get, symbol_printer_set,
6475 symbol_printer_get, semantic_type_destructor_set,
6476 semantic_type_printer_set, default_tagged_destructor_set,
6477 default_tagless_destructor_set, default_tagged_printer_set,
6478 default_tagless_printer_set): Use code_props in arguments and return
6479 types in place of char const * and location.
6480 (symbol_destructor_location_get, symbol_printer_location_get): Remove
6481 since the locations are now contained in the return of
6482 symbol_destructor_get and symbol_printer_get.
6483 * src/output.c (symbol_destructors_output, symbol_printers_output):
6484 Replace with...
6485 (symbol_code_props_output): ... this to eliminate duplicate code.
6486 (output_skeleton): Update to use symbol_code_props_output.
6487 * src/reader.c (symbol_should_be_used): Update use of
6488 symbol_destructor_get.
6489 * src/symlist.c (symbol_list_destructor_set, symbol_list_printer_set):
6490 Update uses of the various _destructor_set and _printer_set functions.
6491 * src/symtab.c: (default_tagged_destructor_location,
6492 default_tagless_destructor_location, default_tagged_printer_location,
6493 default_tagless_printer_location): Remove since we...
6494 (default_tagged_destructor, default_tagless_destructor,
6495 default_tagged_printer, default_tagless_printer): ... change the type
6496 of these to code_props.
6497 (symbol_new, semantic_type_new, symbol_destructor_set,
6498 semantic_type_destructor_set, symbol_destructor_get,
6499 symbol_printer_set, semantic_type_printer_set, symbol_printer_get,
6500 symbol_check_alias_consistency, default_tagged_destructor_set,
6501 default_tagless_destructor_set, default_tagged_printer_set,
6502 default_tagless_printer_set): Update.
6503 (symbol_destructor_location_get, symbol_printer_location_get): Remove.
6504 (SYMBOL_CODE_PRINT): New similar to SYMBOL_ATTR_PRINT but for
6505 code_props members.
6506 (symbol_print): Use SYMBOL_CODE_PRINT.
6507
f6857bbf
JD
65082007-01-03 Joel E. Denny <jdenny@ces.clemson.edu>
6509
6510 Use the new code_props interface for rule actions.
6511 * src/symlist.h (symbol_list): Replace action, action_location, and
6512 used members with a code_props action_props member.
6513 * src/reader.c (symbol_should_be_used, grammar_rule_check,
6514 grammar_midrule_action, grammar_current_rule_merge_set,
6515 grammar_current_rule_symbol_append, packgram): Update.
6516 * src/scan-code.h (translate_rule_action): Remove, no longer used.
6517 * src/scan-code.l (handle_action_dollar): Update.
6518 (translate_rule_action): Remove, no longer used.
6519 * src/symlist.c (symbol_list_sym_new, symbol_list_syms_print): Update.
6520
7c0c6181
JD
65212007-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
6522
6523 Use the new code_props interface in parse-gram.y.
6524 * src/parse-gram.y (prologue_declaration, braceless, epilogue.opt):
6525 Update all uses of translate_* functions to use the new code_props
6526 interface and to use gram_scanner_last_string_free and
6527 code_scanner_last_string_free where possible.
6528 (grammar_declaration): symbol_list_destructor_set and
6529 symbol_list_printer_set now perform the translation, so don't do it
6530 here. Use gram_scanner_last_string_free where possible.
6531 * src/scan-code.h, src/scan-code.l (translate_symbol_action,
6532 translate_code): Remove, no longer used.
6533 * src/symlist.h, src/symlist.c (symbol_list_destructor_set,
6534 symbol_list_printer_set): Perform code translation here rather than
6535 depending on the caller to do so.
6536
6537 * src/symlist.h (struct symbol_list): Correct some documentation typos.
6538 * src/scan-gram.h (gram_last_string): Remove declaration.
6539 * src/scan-gram.l (last_string): Declare it static.
6540
28e52c0d
JD
65412007-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
6542
6543 Encapsulate code properties and related functionality for the various
6544 destructors, printers, and actions into a code_props structure and
6545 interface. This patch merely implements code_props in scan-code.h and
6546 scan-code.l. Future patches will rewrite other modules to use it.
6547 Discussed starting at
6548 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00020.html>.
6549 * src/location.h (EMPTY_LOCATION_INIT): Define so that it's easier to
6550 consistently initialize const structs that have an empty location
6551 field.
6552 * src/location.c (empty_location): Initialize with EMPTY_LOCATION_INIT
6553 to ensure consistency.
6554 * src/scan-code.h (code_props): New structure.
6555 (code_props_none_init, CODE_PROPS_NONE_INIT, code_props_none): New
6556 function, macro, and const global variable for initializing a
6557 code_props with no code.
6558 (code_props_plain_init, code_props_symbol_action_init,
6559 code_props_rule_action_init, code_props_translate_code): The rest of
6560 the new code_props functional interface. Among other things, the init
6561 functions set the code_props kind field so that
6562 code_props_translate_code will know whether to behave like
6563 translate_symbol_action, translate_rule_action, or translate_code.
6564 These old translate functions must remain until all other modules are
6565 updated to use the new code_props interface.
6566 (code_scanner_last_string_free): New function similar to
6567 gram_scanner_last_string_free.
6568 (code_scanner_free): Add documentation.
6569 * src/scan-code.l: Implement the new interface.
6570 (code_lex): Make it static, add a code_props* argument, and remove the
6571 rule argument.
6572 (last_string): New static global similar to the one in scan-gram.l.
6573 (SC_RULE_ACTION): Update to use the code_props* argument to code_lex
6574 instead of rule.
6575 (SC_SYMBOL_ACTION): For $$, set the is_value_used member of the
6576 code_props since Bison may one day use this information for destructors
6577 and printers.
6578 (<*><<EOF>>): Use STRING_FINISH so that last_string is set.
6579 (handle_action_dollar): Use symbol_list_n_get and set used flag
6580 directly since symbol_list_n_used_set is removed.
6581 (translate_action): Add a code_props* argument and remove the rule,
6582 action, and location arguments. Pass the code_props* on to code_lex.
6583 (translate_rule_action, translate_symbol_action, translate_code):
6584 Rewrite as wrappers around the new code_props interface.
6585 * src/symlist.h, src/symlist.c (symbol_list_n_used_set): Remove since
6586 it would eventually need to break the encapsulation of code_props.
6587
96034983
JD
65882007-01-01 Joel E. Denny <jdenny@ces.clemson.edu>
6589
6590 * etc/.cvsignore: New.
6591
945e396c
JD
65922007-01-01 Joel E. Denny <jdenny@ces.clemson.edu>
6593
6594 Add maintainer-push-check to run maintainer-check using push parsing in
6595 place of pull parsing where available.
6596 * Makefile.am (maintainer-push-check): New.
6597 * data/bison.m4 (b4_use_push_for_pull_if): New.
6598 * data/push.c: Redefine b4_push_if and b4_use_push_for_pull_if
6599 appropriately based on their existing values.
6600 (yypush_parse): Don't print push-parser-specific diagnostics if push
6601 parsing is being used in place of pull parsing.
6602 * data/yacc.c: If push parsing should replace pull parsing, redirect to
6603 push.c.
6604 * src/output.c (prepare): Check BISON_USE_PUSH_FOR_PULL environment
6605 variable, and insert b4_use_push_for_pull_flag into muscles.
6606 * tests/Makefile.am (maintainer-push-check): New.
6607
7d596384
JD
66082006-12-31 Joel E. Denny <jdenny@ces.clemson.edu>
6609
6610 * data/push.c (yypush_parse): Set yynew = 1 at the end of a parse
6611 (whether successful or failed) so that yypush_parse can be invoked
6612 again to start a new parse using the same yypstate.
6613 * tests/torture.at (AT_DATA_STACK_TORTURE): For push mode, extend to
6614 check multiple yypull_parse invocations on the same yypstate. For pull
6615 mode, extend to check multiple yyparse invocations.
6616 (Exploding the Stack Size with Alloca): Extend to try with
6617 %push-pull-parser.
6618 (Exploding the Stack Size with Malloc): Likewise.
6619
6620 * tests/calc.at (Simple LALR Calculator): Don't specify
6621 %skeleton "push.c" since %push-pull-parser implies that now.
6622 * tests/headers.at (export YYLTYPE): Don't check for the push
6623 declarations. Otherwise, this test case can't be used to see if push
6624 mode can truly emulate pull mode.
6625 * tests/input.at (Torturing the Scanner): Likewise.
6626 * tests/local.at (AT_YACC_OR_PUSH_IF, AT_PUSH_IF): Remove.
6627 (AT_YYERROR_SEES_LOC_IF): Rather than AT_YACC_OR_PUSH_IF, use
6628 AT_YACC_IF, which now includes the case of push mode since %skeleton
6629 need not be used for push mode. This will be more intuitive once
6630 push.c is renamed to yacc.c.
6631
7172e23e
JD
66322006-12-31 Joel E. Denny <jdenny@ces.clemson.edu>
6633
6634 For push mode, convert yyparse from a macro to a function, invoke yylex
6635 instead of passing a yylexp argument to yypull_parse, and don't
6636 generate yypull_parse or yyparse unless %push-pull-parser is declared.
6637 Discussed starting at
6638 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00163.html>.
6639 * data/bison.m4 (b4_pull_if): New.
6640 * data/c.m4 (b4_identification): Define YYPULL similar to YYPUSH.
6641 * data/push.c: Improve M4 quoting a little.
6642 (b4_generate_macro_args, b4_parenthesize): Remove.
6643 (yyparse): If there's a b4_prefix, #define this to b4_prefix[parse]
6644 any time a pull parser is requested.
6645 Don't #define this as a wrapper around yypull_parse. Instead, when
6646 both push and pull are requested, make it a function that does that
6647 same thing.
6648 (yypull_parse): If there's a b4_prefix, #define this to
6649 b4_prefix[pull_parse] when both push and pull are requested.
6650 Don't define this as a function unless both push and pull are
6651 requested.
6652 Remove the yylexp argument and hard-code yylex invocation instead.
6653 * etc/bench.pl.in (bench_grammar): Use %push-pull-parser instead of
6654 %push-parser.
6655 * src/getargs.c (pull_parser): New global initialized to true.
6656 * getargs.h (pull_parser): extern it.
6657 * src/output.c (prepare): Insert pull_flag muscle.
6658 * src/parse-gram.y (PERCENT_PUSH_PULL_PARSER): New token.
6659 (prologue_declaration): Set both push_parser and pull_parser = true for
6660 %push-pull-parser. Set push_parser = true and pull_parser = false for
6661 %push-parser.
6662 * src/scan-gram.l: Don't accept %push_parser as an alternative to
6663 %push-parser since there's no backward-compatibility concern here.
6664 Scan %push-pull-parser.
6665 * tests/calc.at (Simple LALR(1) Calculator): Use %push-pull-parser
6666 instead of %push-parser.
6667 * tests/headers.at (export YYLTYPE): Make yylex static, and don't
6668 prototype it in the module that calls yyparse.
6669 * tests/input.at (Torturing the Scanner): Likewise.
6670 * tests/local.at (AT_PUSH_IF): Check for %push-pull-parser as well.
6671
2e7944cb
JD
66722006-12-26 Joel E. Denny <jdenny@ces.clemson.edu>
6673
6674 Update etc/bench.pl. Optimize push mode a little (the yyn change
6675 deserves most of the credit).
6676 * Makefile.am (SUBDIRS): Add etc subdirectory.
6677 * configure.ac (AC_CONFIG_FILES): Add etc/bench.pl and etc/Makefile.
6678 * data/push.c (b4_declare_parser_state_variables): Move yyn, yyresult,
6679 yytoken, yyval, and yyloc declarations to...
6680 (yyparse or yypush_parse): ... here to improve performance. For
6681 yypush_parse invocations after the first, be sure to assign yyn its old
6682 value again.
6683 (yypstate_new): Don't bother initializing the yyresult field since the
6684 initial value isn't used.
6685 (yyn, yyresult, yytoken, yyval, yyloc): For each NAME in this list,
6686 remove the #define that, in push mode, set it to yyps->NAME.
6687 * etc/Makefile.am: New.
6688 * etc/bench.pl: Remove and build it instead from...
6689 * etc/bench.pl.in: ... this new file. Use @abs_top_builddir@ to invoke
6690 "tests/bison" from the build directory by default rather than just
6691 invoking "bison" from $PATH.
6692 (calc_grammar): Update push parser code: don't declare yylval globally,
6693 don't define yyparse_wrapper, and don't #define yyparse.
6694 (bench_grammar): Update to check all working combinations of yacc.c,
6695 push.c, impure, pure, pull, and push.
6696
c3d50342
JD
66972006-12-25 Joel E. Denny <jdenny@ces.clemson.edu>
6698
6699 For push mode, add pull wrappers around yypush_parse.
6700 * data/push.c: (b4_generate_macro_args, b4_parenthesize): New macros.
6701 (yypull_parse): New function wrapping yypush_parse.
6702 (yyparse): New #define wrapping yypull_parse.
6703 * tests/calc.at (_AT_DATA_CALC_Y): Call yyparse even when %push-parser
6704 is declared.
6705 * tests/headers.at (export YYLTYPE): Make yylex global. For push mode,
6706 prototype yylex in the module that calls yyparse, and don't prototype
6707 yyparse there. Otherwise, the yyparse expansion won't compile.
6708 * tests/input.at (Torturing the Scanner): Likewise.
6709
94ebeba5
JD
67102006-12-25 Joel E. Denny <jdenny@ces.clemson.edu>
6711
6712 Enable push parsers to operate in impure mode. Thus, %push-parser no
6713 longer implies %pure-parser. The point of this change is to move
6714 towards being able to test the push parser code by running the entire
6715 test suite as if %push-parser had been declared.
6716 * data/push.c (yypush_parse): For impure mode, remove the
6717 yypushed_char, yypushed_val, and yypushed_loc arguments.
6718 Instead, declare these as local variables initialized to the global
6719 yychar, yylval, and yylloc.
6720 For the first yypush_parse invocation only, restore the initial values
6721 of these global variables when it's time to read a token since they
6722 have been overwritten.
6723 * src/parse-gram.y (prologue_declaration): Don't set pure_parser for
6724 %push-parser.
6725 * tests/calc.at (Simple LALR(1) Calculator): Always declare
6726 %pure-parser along with %push-parser since this test case was designed
6727 for pure push parsers.
6728 * tests/local.at (AT_PURE_OR_PUSH_IF): Remove unused.
6729 (AT_YACC_OR_PUSH_IF): New.
6730 (AT_YYERROR_SEES_LOC_IF): Fix enough that the test suite passes, but
6731 add a note that it's still wrong for some cases (as it has been for a
6732 while).
6733 (AT_PURE_LEX_IF): Use AT_PURE_IF instead of AT_PURE_OR_PUSH_IF since
6734 %push-parser no longer implies %pure-parser.
6735
a0633178
JD
67362006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
6737
6738 Remove some unnecessary differences between the pull parser code and
6739 the push parser code. This patch enables yynerrs in push mode.
6740 * data/push.c: Reformat M4 a little.
6741 (b4_yyerror_range): Remove and convert all uses to just yyerror_range.
6742 (b4_declare_scanner_communication_variables): Don't omit yynerrs just
6743 because push mode is on. Instead, if pure mode is on, move yynerrs
6744 to...
6745 (b4_declare_parser_state_variables): ... here.
6746 (yynerrs, yyerror_range): For push mode, #define each NAME in this list
6747 to yyps->NAME so it can be used in yypush_parse.
6748 (yypush_parse): Don't omit uses of yynerrs in push mode.
6749
8646b6a3
JD
67502006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
6751
6752 Fix bug such that the first pushed token's value and location are
6753 sometimes overwritten (sometimes by %initial-action) before being used.
6754 * data/push.c (yypush_parse): Rename arguments yynchar, yynlval, and
6755 yynlloc to yypushed_char, yypushed_val, and yypushed_loc for clarity.
6756 For the first yypush_parse invocation, initialize yychar to YYEMPTY to
6757 more closely mimic the pull parser logic.
6758 Don't copy the pushed token to yychar, yylval, and yylloc until it's
6759 time to read a token, which is after any initialization of yylval and
6760 yylloc.
6761 (gottoken): Rename label to...
6762 (yyread_pushed_token): ... for clarity and to avoid infringing on the
6763 user namespace.
6764
9baf4d74
JD
67652006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
6766
6767 Rearrange initialization of the parser state variables so that the
6768 skeleton doesn't have to have a copy for pull mode and another for push
6769 mode. This patch also fixes at least a bug such that yylloc was not
6770 initialized (with b4_location_initial_line and
6771 b4_location_initial_column) upon calling yypush_parse. However, that
6772 initialization now overwrites the first token's location;
6773 %initial-action assigning @$ already did the same thing, and both bugs
6774 will be fixed in a later patch.
6775 * data/push.c (b4_yyssa): Remove and convert all uses to just yyssa.
6776 (b4_declare_parser_state_variables): Remove initialization of yytoken,
6777 yyss, yyvs, yyls, and yystacksize.
6778 (yypstate_new): Remove initialization of some yypstate fields: yystate,
6779 yyerrstatus, yytoken, yyss, yyvs, yyls, yystacksize, yyssp, yyvsp, and
6780 yylsp.
6781 (yyssa, yyvsa, yylsa): For push mode, #define each NAME in this list to
6782 yyps->NAME so it can be used in yypush_parse.
6783 (yyparse or yypush_parse): For yypush_parse, don't print the
6784 "Starting parse" diagnostic for invocations after the first.
6785 Add initialization of yytoken, yyss, yyvs, yyls, and yystacksize; for
6786 yypush_parse, only do it for the first invocation.
6787 Allow yystate, yyerrstatus, yyssp, yyvsp, yylsp, and yylloc
6788 initialization to occur in yypush_parse but only on the first
6789 invocation.
6790
23522164
JD
67912006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
6792
6793 * data/push.c: Add CPP guards around push parser declarations in both
6794 the header and the code file.
6795 In the code file, move the push parser declarations to the same place
6796 they appear in the header file.
6797 Clean up the M4 some, especially the inconsistent underquoting in
6798 some b4_c_function_def and b4_c_function_decl uses.
6799
bb010fe5
JD
68002006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
6801
6802 Encapsulate the push parser state variables into an M4 macro so the
6803 push skeleton doesn't have to list them again for pull mode's yyparse.
6804 For push mode, remove yypush_parse's local equivalents of these
6805 variables to eliminate unnecessary copying between the two sets at
6806 run-time. This patch also fixes at least a bug related to multiple
6807 %initial-action invocations in push mode.
6808 * data/push.c (b4_declare_parser_variables): Rename to...
6809 (b4_declare_scanner_communication_variables): ... this for clarity and
6810 update both uses.
6811 (b4_declare_yyparse_variables): Remove and move its contents to the one
6812 spot where it was invoked.
6813 (b4_declare_parser_state_variables): New macro containing the parser
6814 state variables required by push mode.
6815 (struct yypstate): Replace all fields but yynew with
6816 b4_declare_parser_state_variables.
6817 (yystate, yyn, yyresult, yyerrstatus, yytoken, yyss, yyssp, yyvs,
6818 yyvsp, yyls, yylsp, yystacksize, yyval, yyloc): For push mode, #define
6819 each NAME in this list to yyps->NAME so it can be used in yypush_parse.
6820 (yyparse or yypush_parse): For yyparse in pull mode, replace local
6821 parser state variable declarations with
6822 b4_declare_parser_state_variables.
6823 Don't initialize parser state variables when calling yypush_parse since
6824 yypstate_new already does that.
6825 Invoke the user's initial action only upon the first yypush_parse
6826 invocation.
6827 Remove all code that copies between the local parser state variables
6828 and the yypstate.
6829
2d212f8c
JD
68302006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
6831
6832 * data/push.c (union yyalloc): Rename yyss, yyvs, and yyls fields to
6833 prevent a name collision in a future patch where these names will
6834 sometimes be #define'd.
6835 (YYSTACK_RELOCATE): Add an argument to select a union yyalloc field
6836 since it no longer has the same name as the existing argument.
6837 (yyparse or yypush_parse): Update all uses of YYSTACK_RELOCATE.
6838
e6e704dc
JD
68392006-12-19 Paolo Bonzini <bonzini@gnu.org>
6840 and Joel E. Denny <jdenny@ces.clemson.edu>
6841
6842 * doc/bison.texinfo (Decl Summary): In the %language entry, mention
6843 that the argument is case-insensitive, and there's no `=' here.
6844 For the %skeleton entry, mention that %language is better.
6845 (Bison Options): Likewise for --language and --skeleton. Move the
6846 --skeleton entry so that the `Tuning the parser' section is sorted
6847 alphabetically on long options.
6848 (C++ Bison Interface): Don't use the word skeleton. Don't explain the
6849 %language directive in detail here; cross-reference the %language
6850 documentation instead.
6851 (Calc++ Parser): Use `%require "@value{VERSION}"' rather than
6852 `%require "2.3b"' so that the example is always up-to-date.
148d66d8 6853 (Table of Symbols): Add entries for %language and %skeleton.
e6e704dc
JD
6854 * examples/extexi (normalize): Instead of replacing every %require
6855 argument with the current Bison version, just substitute for
6856 `@value{VERSION}'. This guarantees that we're testing what actually
6857 appears in the documentation.
6858 * examples/calc++/Makefile.am ($(calc_extracted)): Use `$(VERSION)'
6859 rather than `@VERSION@'.
6860
0e021770
PE
68612006-12-18 Paul Eggert <eggert@cs.ucla.edu>
6862
fd575f05
PE
6863 * NEWS: Reword the %language news a bit, and put it earlier.
6864
0e021770
PE
6865 * src/getargs.c (skeleton_arg): Last arg is now location const *.
6866 Rewrite to simplify the logic.
6867 (language_argmatch): Likewise.
fd575f05
PE
6868 (program_name): We now own this var.
6869 * src/getargs.h (struct bison_language): Use char[] rather than
6870 const char *.
0e021770
PE
6871
6872 * doc/bison.texinfo (Decl Summary, Bison Options): Don't claim
6873 Java is supported.
6874 * src/complain.c (program_name): Remove decl; no longer needed.
6875 * src/main.c (program_name): Remove; now belongs to getargs.
6876
68772006-12-18 Paolo Bonzini <bonzini@gnu.org>
6878
6879 * NEWS: Document %language.
6880
6881 * data/Makefile.am (dist_pkgdata_DATA): Add c-skel.m4, c++-skel.m4.
6882
6883 * data/c-skel.m4, data/c++-skel.m4: New files.
6884 * data/glr.c: Complain on push parsers.
6885
6886 * doc/bison.texinfo (C++ Parser Interface): Prefer %language
6887 over %skeleton.
148d66d8 6888 (Decl Summary): Document %language and %skeleton.
0e021770
PE
6889 (Command line): Document -L.
6890
6891 * examples/extexi: Rewrite %require directive.
6892 * examples/calc++/Makefile.am: Pass VERSION to extexi.
6893
6894 * src/files.c (compute_exts_from_gc): Look in language structure
6895 for .y extension.
6896 (compute_file_name_parts): Check whether .tab should be added.
6897 * src/getargs.c (valid_languages, skeleton_prio, language_prio):
6898 (language, skeleton_arg, language_argmatch): New.
6899 (long_options): Add --language.
6900 (getargs): Use skeleton_arg, add -L/--language.
6901 * src/getargs.h: Include location.h.
6902 (struct bison_language, language, skeleton_arg, language_argmatch): New.
6903 * src/output.c (prepare): Pick default skeleton from struct language.
6904 Don't dispatch C skeletons here.
6905 * src/parse-gram.y (PERCENT_LANGUAGE): New.
6906 (prologue_declaration): Add "%language" rule, use skeleton_arg.
6907 * src/scan-gram.l ("%language"): New rule.
6908
6909 * tests/calc.at: Test %skeleton and %language.
6910 * tests/local.at (AT_SKEL_CC_IF): Look for %language.
6911 (AT_GLR_IF): Look for %skeleton "glr.cc".
6912 (AT_LALR1_CC_IF, AT_GLR_CC_IF): Rewrite.
6913 (AT_YACC_IF): Reject %language.
6914
5691bf57
PE
69152006-12-18 Paul Eggert <eggert@cs.ucla.edu>
6916
db06f0ce
PE
6917 * src/symtab.h (struct semantic_type): Remove the tag 'semantic_type',
6918 since it wasn't used; only the typedef name 'semantic_type' is needed.
6919 Also, omit trailing white space.
6920
5691bf57
PE
6921 * bootstrap: Sync from coreutils.
6922 (gnulib_extra_files): Add build-aux/announce.gen.
6923 (slurp): Adjust .gitignore files like .cvsignore files.
6924 * build-aux/announce-gen: Remove from CVS, since bootstrap
6925 now creates this.
6926
791934e4
JD
69272006-12-16 Joel E. Denny <jdenny@ces.clemson.edu>
6928
6929 Make %push-parser imply %pure-parser. This fixes several bugs; see
6930 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00148.html>.
6931 * src/parse-gram.y (prologue_declaration): For %push-parser, also set
6932 pure_parser = true.
6933 * data/push.c: Don't bother testing b4_push_if when deciding whether
6934 to expand b4_declare_parser_variables globally.
6935 (yypush_parse): Likewise in here.
6936
6937 * data/push.c (yypush_parse): Add b4_parse_param to arguments.
6938 (yy_reduce_print): Reformat M4 for readability.
6939
ee5abb37
JD
69402006-12-15 Bob Rossi <bob@brasko.net>
6941 and Joel Denny <jdenny@ces.clemson.edu>
6942
6943 * data/push.c (yypstate): Add typedef, and update all uses of
6944 struct yypstate to just yypstate.
6945 * tests/calc.at (_AT_DATA_CALC_Y): Update here as well.
6946
16ca01f9
JD
69472006-12-14 Bob Rossi <bob@brasko.net>
6948
6949 * data/push.c (yypush_parse): Declare prototype regardless of
6950 %locations option.
6951
ab8e7e1a
JD
69522006-12-14 Bob Rossi <bob@brasko.net>
6953
6954 * data/push.c (yyparse): Remove the prototype and the #define when in
6955 push-parser mode.
6956
9bf32be3
JD
69572006-12-13 Bob Rossi <bob@brasko.net>
6958
6959 * data/push.c (yypstate_init): Rename to...
6960 (yypstate_new): ... this and use b4_c_function_def.
6961 (yypstate_delete): New.
6962 (yypush_parse): Change parameters yynval and yynlloc to be const.
6963 * tests/calc.at (_AT_DATA_CALC_Y): Use new yypstate_new and
6964 yypstate_delete functions.
6965
f02e2948
JD
69662006-12-13 Joel E. Denny <jdenny@ces.clemson.edu>
6967
6968 * configure.ac (AC_PREREQ): Require Autoconf 2.61 because of our
6969 strange test case titles. Reported by Bob Rossi.
6970
38eb7751
PE
69712006-12-13 Paul Eggert <eggert@cs.ucla.edu>
6972
6973 * TODO: Add pointer to Sylvain Schmitz's work on static detection
6974 of potential ambiguities in GLR grammers.
6975
bd9d212b
JD
69762006-12-12 Joel E. Denny <jdenny@ces.clemson.edu>
6977
6978 * tests/testsuite.at (AT_CHECK): When checking if $1 starts with
6979 `bison ', use m4_index instead of m4_substr since chopping up a string
6980 containing M4-special characters causes problems here.
6981
6982 Fix a couple of bugs related to special characters in user-specified
6983 file names, and make it easier for skeletons to compute output file
6984 names with the same file name prefix as Bison-computed output file
6985 names.
6986 * data/glr.cc, data/push.c, data/yacc.c: In @output, use
6987 b4_parser_file_name and b4_spec_defines_file instead of
6988 @output_parser_name@ and @output_header_name@, which are now redundant.
6989 * data/glr.c, data/lalr1.cc: Likewise. Also, in header #include's, use
6990 b4_parser_file_name, b4_spec_defines_file, and the new
6991 @basename(FILENAME@) instead of @output_parser_name@ and
6992 @output_header_name@, which inappropriately escaped the file names as
6993 C string literals.
6994 * src/files.c (all_but_ext): Remove static qualifier.
6995 (compute_output_file_names): Move `free (all_but_ext)' to...
6996 (output_file_names_free): ... here since all_but_ext is needed later.
6997 * src/files.h (all_but_ext): Extern.
6998 * src/muscle_tab.h (MUSCLE_INSERT_STRING_RAW): New macro that does
6999 exactly what MUSCLE_INSERT_STRING used to do.
7000 (MUSCLE_INSERT_STRING): Use MUSCLE_OBSTACK_SGROW so that M4-special
7001 characters are escaped properly.
7002 * src/output.c (prepare): Define muscle file_name_all_but_ext as
7003 all_but_ext.
7004 For pkgdatadir muscle, maintain previous functionality by using
7005 MUSCLE_INSERT_STRING_RAW instead of MUSCLE_INSERT_STRING. The problem
7006 is that b4_pkgdatadir is used inside m4_include in the skeletons, so
7007 digraphs would never be expanded. Hopefully no one has M4-special
7008 characters in his Bison installation path.
7009 * src/scan-skel.l: Don't parse @output_header_name@ and
7010 @output_parser_name@ anymore since they're now redundant.
7011 In @output, use decode_at_digraphs.
7012 Parse a new @basename command that invokes last_component.
7013 (decode_at_digraphs): New.
7014 (BASE_QPUTS): Remove unused.
7015 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): New macro.
7016 (Output file name): New tests.
7017
3f7ca628
JD
70182006-12-09 Joel E. Denny <jdenny@ces.clemson.edu>
7019
7020 Warn about output files that are generated by the skeletons and that
7021 conflict with other output files.
7022 * data/glr.c: Don't generate the header file here when glr.cc does.
7023 * src/files.c (file_names, file_names_count): New static globals.
7024 (compute_output_file_names): Invoke output_file_name_check for files
7025 not generated by the skeletons and remove existing checks.
7026 (output_file_name_check): New function that warns about conflicting
7027 output file names.
7028 (output_file_names_free): Free file_names.
7029 * src/files.h (output_file_name_check): Declare.
7030 * src/scan-skel.l: Invoke output_file_name_check for files generated by
7031 the skeletons.
7032 * tests/output.at (AT_CHECK_CONFLICTING_OUTPUT): New.
7033 (Conflicting output files): New tests.
7034
178e123e
PE
70352006-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7036
7037 * doc/bison.texinfo: Fix a couple of typos.
7038
70392006-12-08 Bob Rossi <bob@brasko.net>
8def5cd0
JD
7040
7041 * data/push.c: (yypvarsinit, yypvars, struct yypvars, yypushparse):
7042 Rename to...
7043 (yypstate_init, yypstate, struct yypstate, yypush_parse): ... these and
7044 update all uses.
7045 (b4_yyssa, b4_yyerror_range, yypstate_init): Rename pv to yyps.
7046 (yypush_parse): Rename yypvars argument to yyps and remove redundant
7047 local pv.
7048 (yypstate_init, yypush_parse): Declare in Bison-generated header file.
7049 * tests/calc.at (_AT_DATA_CALC_Y): Use newly named functions.
7050
ea17f233
JD
70512006-12-07 Bob Rossi <bob@brasko.net>
7052 and Joel Denny <jdenny@ces.clemson.edu>
7053
7054 * data/push.c (yypvarsinit): Change return type from void* to struct
7055 yypvars*. No longer cast to void* on return.
7056 (struct yypvars): Remove yylen since it need not be remembered between
7057 yypushparse invocations.
7058 (yypushparse): Don't copy between yylen and pv->yylen.
7059
55a30bda
JD
70602006-12-05 Bob Rossi <bob@brasko.net>
7061
7062 * data/push.c (yychar_set, yylval_set, yylloc_set): Delete.
7063 (yypushparse): Add yynchar, yynlval, yynlloc parameters.
7064 (b4_declare_parser_variables): Do not declare yynerrs for push mode.
7065 (struct yypvars): Remove b4_declare_parser_variables.
7066 (yypvarsinit): Remove init code for removed variables.
7067 (global scope): Do not declare b4_declare_parser_variables if
7068 push or pure mode.
7069 (yypushparse): Add b4_declare_parser_variables.
7070 Init new local variables, and remove init code for removed
7071 yypvars variables.
7072 (yyparse): Delete.
7073 * tests/calc.at (_AT_DATA_CALC_Y): Call yypushparse for push mode
7074 and yyparse for other modes.
7075 (AT_CHECK_CALC_LALR): Added '%skeleton "push.c"' for push tests.
7076 * tests/local.at (AT_PUSH_IF, AT_PURE_OR_PUSH_IF): Added.
7077 (AT_YYERROR_SEES_LOC_IF): push-parser makes this false.
7078 (AT_PURE_LEX_IF): True if pure or push parser.
7079
85894313
JD
70802006-12-05 Joel E. Denny <jdenny@ces.clemson.edu>
7081
7082 Document Yacc prologue alternatives and default %destructor's and
7083 %printer's as experimental. Don't mention Java yet. Discussed at
7084 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00002.html>.
7085 * NEWS (2.3a+): Say they're experimental. Remove any mention of Java.
7086 (2.3a): Annotate this entry to say the old forms of these features were
7087 also experimental.
7088 * doc/bison.texinfo (Prologue Alternatives, Freeing Discarded Symbols,
148d66d8 7089 Table of Symbols): Say they're experimental. Comment out any mention
85894313
JD
7090 of Java (we'll want this back eventually).
7091
02975b9a
JD
70922006-12-01 Joel E. Denny <jdenny@ces.clemson.edu>
7093
7094 Support a file name argument to %defines. Deprecate `=' in
7095 %file-prefix, %name-prefix, and %output. Discussed at
7096 <http://lists.gnu.org/archive/html/help-bison/2006-09/msg00001.html>.
7097 * NEWS (2.3a+): Mention.
148d66d8 7098 * doc/bison.texinfo (Decl Summary, Table of Symbols): Add entry for new
02975b9a
JD
7099 form of %defines, and remove `=' from entries for %file-prefix,
7100 %name-prefix, and %output.
7101 * src/parse-gram.y (prologue_declaration): Implement.
7102 * tests/calc.at (Simple LALR Calculator, Simple GLR Calculator, Simple
7103 LALR1 C++ Calculator, Simple GLR C++ Calculator): Remove the `=' from
7104 all but one occurrence of %name-prefix.
7105 * tests/headers.at (export YYLTYPE): Remove the `=' from %name-prefix.
7106 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Likewise.
7107 * tests/output.at (AT_CHECK_OUTPUT): Remove the `=' from all but one
7108 occurrence of each of %file-prefix and %output. Add check for %defines
7109 with argument.
7110 * tests/reduce.at (Useless Terminals, Useless Nonterminals,
7111 Useless Rules, Reduced Automaton, Underivable Rules, Empty Language):
7112 Remove the `=' from %output.
7113
287b314e
JD
71142006-11-21 Joel E. Denny <jdenny@ces.clemson.edu>
7115
7116 Don't escape $ in test case titles since Autoconf 2.61 now does that
7117 correctly.
7118 * tests/actions.at (Default %printer and %destructor are not for error
7119 or $undefined): Here.
7120 (Default %printer and %destructor are not for $accept): Here.
7121 * tests/input.at (Invalid $n and @n): Here.
7122
3ebecc24
JD
71232006-11-20 Joel E. Denny <jdenny@ces.clemson.edu>
7124
7125 Rename <!> to <>. Discussed starting at
7126 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00039.html>.
7127 * NEWS (2.3a+): Update.
148d66d8 7128 * doc/bison.texinfo (Freeing Discarded Symbols, Table of Symbols):
3ebecc24
JD
7129 Update.
7130 * src/parse-gram.y (TYPE_TAG_NONE, generic_symlist_item): Implement.
7131 * src/scan-gram.l (INITIAL): Implement.
7132 * src/symlist.c (symbol_list_default_tagless_new): Update comment.
7133 * src/symlist.h (symbol_list, symbol_list_default_tagless_new): Update
7134 comment.
7135 * tests/actions.at (Default tagless %printer and %destructor,
7136 Default tagged and per-type %printer and %destructor,
7137 Default %printer and %destructor are not for error or $undefined,
7138 Default %printer and %destructor are not for $accept,
7139 Default %printer and %destructor for mid-rule values): Update.
7140 * tests/input.at (Default %printer and %destructor redeclared,
7141 Unused values with default %destructor): Update.
7142
26b8a438
JD
71432006-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
7144
7145 Don't let %prec take a nonterminal.
7146 * src/reader.c (grammar_current_rule_prec_set): Make the %prec symbol a
7147 token.
7148 * tests/input.at (%prec takes a token): New test checking that %prec
7149 won't take a nonterminal.
7150
07c39ae9
JD
71512006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
7152
405d53b7
JD
7153 * tests/testsuite.at (AT_CHECK): Don't miss an exit value of 0 because
7154 it was double-quoted.
07c39ae9
JD
7155 * src/Makefile.am (YACC): Use --warnings=all,error so that Bison's own
7156 grammar is maintained with Bison's highest standards.
7157 * src/getargs.c: Fix some typos in Doxygen comments.
7158
580b8926
JD
71592006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
7160
7161 Fix memory leaks in scanners generated by at least Flex 2.5.9 and
7162 later. Reported by Paul Eggert in
7163 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00014.html>.
7164 * src/flex-scanner.h (yylex_destroy): Define for Flex before 2.5.9.
7165 * src/scan-code.l (translate_action): Don't bother invoking
7166 yy_delete_buffer (YY_CURRENT_BUFFER) before creating the first buffer.
7167 (code_scanner_free): Instead of invoking
7168 yy_delete_buffer (YY_CURRENT_BUFFER) directly, invoke yylex_destroy,
7169 which frees more.
7170 * src/scan-gram.l (gram_scanner_free): Likewise.
7171 * src/scan-skel.l (scan_skel): Likewise.
7172
4502eadc
JD
71732006-11-09 Joel E. Denny <jdenny@ces.clemson.edu>
7174
7175 * src/files.c (tr): Change return type to void.
7176 * src/muscle_tab.c (muscle_insert): Free storage in case muscle_grow
7177 has been called previously for the same key.
7178 (muscle_find): Return storage instead of value so that
7179 --enable-gcc-warnings doesn't produce warnings that the return discards
7180 const. aver that the value and storage are the same since storage
7181 could potentially be NULL when value is not.
7182 * tests/testsuite.at (AT_CHECK): Treat an unspecified exit value the
7183 same as 0.
7184
7746c8f6
PE
71852006-11-08 Paul Eggert <eggert@cs.ucla.edu>
7186
7187 * bootstrap.conf (excluded_files): Exclude m4/codeset.m4 (undoing
7188 the earlier change today), m4/intl.m4, m4/intldir.m4. This gives
7189 us a slightly cleaner distribution, and also works.
7190 * m4/.cvsignore: Add inline.m4, wint_t.m4 to accommodate recent
7191 gnulib changes.
7192
eb095650
PE
71932006-11-08 Joel E. Denny <jdenny@ces.clemson.edu>
7194 and Paul Eggert <eggert@cs.ucla.edu>
7195
7196 Don't let Bison leak memory except when it complains.
7197 * src/files.h (parser_file_name, spec_verbose_file, spec_graph_file):
7198 (spec_defines_file, dir_prefix): Now char *, not const char *,
7199 since they are freed.
7200 * src/files.c: Likewise.
7201 (all_but_ext, all_but_tab_ext, src_extension, header_extension):
7202 Likewise.
7203 (tr): Now operates in-place. All uses changed.
7204 (compute_exts_from_gf, compute_exts_from_src): Don't leak temporary
7205 values.
7206 (compute_file_name_parts, compute_output_file_names): Don't store
7207 read-only data in variables that will be freed.
7208 (compute_output_file_names): Free all_but_ext, all_but_tab_ext,
7209 src_extension, and header_extension.
7210 (output_file_names_free): New public function to free
7211 spec_verbose_file, spec_graph_file, spec_defines_file,
7212 parser_file_name, and dir_prefix.
7213 * src/getargs.c (getargs): Don't store read-only data in variables that
7214 will be freed.
7215 * src/main.c (main): Invoke output_file_names_free, code_scanner_free
7216 (which previously existed but was unused), and quotearg_free.
7217 * src/muscle_tab.h (muscle_insert): value arg is now a `char const *'.
7218 * src/muscle_tab.c: Likewise.
7219 (muscle_entry): Make the value char const *,
7220 and add a new storage member that is char * and can be freed.
7221 (muscle_entry_free): New private function.
7222 (muscle_init): Use it instead of free.
7223 (muscle_insert, muscle_grow): Update and use new storage member.
7224 (muscle_code_grow): Free the string passed to muscle_grow
7225 since it's not needed anymore.
7226 * src/parse-gram.y (%union): Make `chars' member a `char const *', and
7227 add a new `char *code' member.
7228 ("{...}"): Declare semantic type as code.
7229 * src/scan-code.h (translate_rule_action):
7230 (translate_symbol_action, translate_code, translate_action): Return
7231 `char const *' rather than `char *' since external code should not free
7232 these strings.
7233 * src/scan-code.l: Likewise.
7234 * src/scan-gram.l (<SC_BRACED_CODE>): Use val->code for BRACED_CODE,
7235 which is "{...}" in the parser.
7236 * tests/Makefile.am (maintainer-check-valgrind): Set
7237 VALGRIND_OPTS='--leak-check=full --show-reacheable=yes' before invoking
7238 Valgrind.
7239 * tests/calc.at (_AT_DATA_CALC_Y): fclose the FILE* so Valgrind doesn't
7240 complain.
7241 * tests/testsuite.at (AT_CHECK): Redefine so that running Bison and
7242 expecting a non-zero exit status sets --leak-check=summary and
7243 --show-reachable=no for Valgrind. Bison unabashedly leaks memory in
7244 this case, and we don't want to hear about it.
7245
ac564be4
PE
72462006-11-08 Paul Eggert <eggert@cs.ucla.edu>
7247
7248 * bootstrap (runtime-po/Makevars): Derive from po/Makevars
7249 instead of from the template, to simplify configuration a bit.
7250 * bootstrap.conf (excluded_files): Don't exclude m4/codeset.m4
7251 and m4/wint_t.m4, as they are needed with the latest gnulib.
7252
17bd8a73
JD
72532006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
7254
7255 Disable unset/unused mid-rule value warnings by default, and recognize
7256 --warnings=midrule-values to enable them. Discussed starting at
7257 <http://lists.gnu.org/archive/html/help-bison/2006-10/msg00030.html>.
7258 * NEWS (2.3a+): Mention.
7259 * src/getargs.c, src/getargs.h (warnings_args, warnings_types, enum
7260 warnings): Add entry for midrule-values subargument.
7261 * src/reader.c (symbol_should_be_used): Don't return true just because
7262 the value is a set/used mid-rule value unless
7263 --warnings=midrule-values was specified.
7264 * tests/input.at (Unused values, Unused values before symbol
7265 declarations): Run tests with and without --warnings=midrule-values.
7266
7267 * src/reader.c (check_and_convert_grammar): Use symbol_list_free rather
7268 than LIST_FREE directly.
7269
89eb3c76
JD
72702006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
7271
7272 Finish implementing --warnings=error, which should not be implied by
7273 --warnings=all (or by its synonyms -W and --warnings without
7274 subarguments).
7275 * src/complain.c (set_warning_issued): New function to report that
7276 warnings are being treated as errors and to record an error if so.
7277 Invoke...
7278 (warn_at, warn): ... here.
7279 * src/getargs.c (warnings_args, warnings_types): Reorder so that
7280 "error - warnings are errors" does not appear above "all - all of the
7281 above".
7282 (getargs): For -W and --warnings without subarguments, don't let
7283 FLAGS_ARGMATCH set warnings_error in warnings_flag.
7284 * src/getargs.h (enum warnings): Unset warnings_error in warnings_all.
7285
ba7560e2
JD
72862006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
7287
7288 * src/getargs.c (flags_argmatch): Don't cause segmentation fault for
7289 empty subargument list. For example: `bison --warnings= parser.y'.
7290
31283fc3
JD
72912006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
7292
7293 * data/push.c, data/yacc.c: Make sure there's a newline at the end of
7294 the parser header file so that gcc doesn't warn.
7295
12e35840
JD
72962006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
7297
7298 Split the default %destructor/%printer into two kinds: <*> and <!>.
7299 Discussed starting at
7300 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00060.html>.
7301 * NEWS (2.3a+): Mention.
7302 * doc/bison.texinfo (Freeing Discarded Symbols): Document this and the
7303 previous change today related to mid-rules.
148d66d8 7304 (Table of Symbols): Remove %symbol-default and add <*> and <!>.
3ebecc24 7305 * src/parse-gram.y (PERCENT_SYMBOL_DEFAULT): Remove.
12e35840
JD
7306 (TYPE_TAG_ANY): Add as <*>.
7307 (TYPE_TAG_NONE): Add as <!>.
7308 (generic_symlist_item): Remove RHS for %symbol-default and add RHS's
7309 for <*> and <!>.
7310 * src/scan-gram.l (PERCENT_SYMBOL_DEFAULT): Remove.
7311 (TYPE_TAG_ANY, TYPE_TAG_NONE): Add.
7312 * src/symlist.c (symbol_list_default_new): Split into tagged and
7313 tagless versions.
7314 (symbol_list_destructor_set, symbol_list_printer_set): Split
7315 SYMLIST_DEFAULT case into SYMLIST_DEFAULT_TAGGED and
7316 SYMLIST_DEFAULT_TAGLESS.
7317 * src/symlist.h: Update symbol_list_default*_new prototypes.
7318 (symbol_list.content_type): Split enum value SYMLIST_DEFAULT into
7319 SYMLIST_DEFAULT_TAGGED and SYMLIST_DEFAULT_TAGLESS.
7320 * src/symtab.c (default_destructor, default_destructor_location,
7321 default_printer, default_printer_location): Split each into tagged and
7322 tagless versions.
7323 (symbol_destructor_get, symbol_destructor_location_get,
7324 symbol_printer_get, symbol_printer_location_get): Implement tagged
7325 default and tagless default cases.
7326 (default_destructor_set, default_printer_set): Split each into tagged
7327 and tagless versions.
7328 * src/symtab.h: Update prototypes.
7329 * tests/actions.at (Default %printer and %destructor): Rename to...
7330 (Default tagless %printer and %destructor): ... this, and extend.
7331 (Per-type %printer and %destructor): Rename to...
7332 (Default tagged and per-type %printer and %destructor): ... this, and
7333 extend.
7334 (Default %printer and %destructor for user-defined end token): Extend.
7335 (Default %printer and %destructor are not for error or $undefined):
7336 Update.
7337 (Default %printer and %destructor are not for $accept): Update.
7338 (Default %printer and %destructor for mid-rule values): Extend.
7339 * tests/input.at (Default %printer and %destructor redeclared): Extend.
7340 (Unused values with default %destructor): Extend.
7341
f91b1629
JD
73422006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
7343
7344 Don't apply the default %destructor/%printer to an unreferenced midrule
7345 value. Mentioned at
7346 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00104.html>.
7347 * src/symtab.c (dummy_symbol_get): Name all dummy symbols initially
7348 like $@n instead of just @n so that the default %destructor/%printer
7349 logic doesn't see them as user-defined symbols.
7350 (symbol_is_dummy): Check for both forms of the name.
7351 * src/reader.c (packgram): Remove the `$' from each midrule symbol
7352 name for which the midrule value is referenced in any action.
7353 * tests/actions.at (Default %printer and %destructor for mid-rule
7354 values): New test.
7355 * tests/regression.at (Rule Line Numbers, Web2c Report): Update output
7356 for change to dummy symbol names.
7357
519d0004
JD
73582006-10-20 Joel E. Denny <jdenny@ces.clemson.edu>
7359
7360 Warn about unset midrule $$ if the corresponding $n is used.
7361 * src/reader.c (symbol_should_be_used): Check midrule parent rule for
7362 $n usage.
7363 (packgram): Before invoking grammar_rule_check on any rule, make sure
7364 all actions have already been scanned in order to set `used' flags.
7365 Otherwise, checking that a midrule's $$ is set will not always work
7366 properly because the midrule check must forward-reference the midrule's
7367 parent rule.
7368 * tests/input.at (AT_CHECK_UNUSED_VALUES): Extend to check the new
7369 warning.
7370
a501eca9
JD
73712006-10-20 Joel E. Denny <jdenny@ces.clemson.edu>
7372
7373 More improvements to the documentation of the prologue alternatives:
7374 * NEWS (2.3a+): Mention the new `Prologue Alternatives' section in the
7375 Bison manual.
7376 * doc/bison.texinfo (Prologue Alternatives): Correct some errors. Add
7377 some text to clarify the relative importance of the new directives and
7378 to show how these directives may be viewed as code labels.
7379
2cbe6b7f
JD
73802006-10-16 Joel E. Denny <jdenny@ces.clemson.edu>
7381
7382 Similar to the recently removed %before-header, add %code-top as the
7383 alternative to the pre-prologue. Mentioned at
7384 <http://lists.gnu.org/archive/html/bison-patches/2006-10/msg00063.html>.
7385 Also, let the prologue alternatives appear in the grammar section.
7386 * src/parse-gram.y (PERCENT_CODE_TOP): New token.
7387 (prologue_declaration): Move the existing prologue alternatives to...
7388 (grammar_declaration): ... here and add %code-top.
7389 * src/scan-gram.l (PERCENT_CODE_TOP): New token.
7390
7391 Clean up and extend documentation for the prologue alternatives.
7392 * NEWS (2.3a+): Describe prologue alternatives.
7393 * doc/bison.texinfo (Prologue): Move discussion of prologue
7394 alternatives to...
7395 (Prologue Alternatives): ... this new section, and extend it to discuss
7396 all 4 directives in detail.
148d66d8
JD
7397 (Table of Symbols): Clean up discussion of prologue alternatives and
7398 add %code-top.
2cbe6b7f 7399
e557d3ea
JMG
74002006-10-16 Juan Manuel Guerrero <juan.guerrero@gmx.de>
7401
7402 DJGPP specific issues.
7403
7404 * djgpp/config.bat: config.hin has been moved to lib. Adjust
7405 config.bat accordingly.
7406 * djgpp/config.sed: Adjust config.sed for the use of autoconf 2.60.
7407 * djgpp/config.site: Likewise.
7408
136a0f76
PB
74092006-10-16 Paolo Bonzini <bonzini@gnu.org>
7410
27bd5d67
PB
7411 Replace %*-header with %provides, %requires, %code. See discussion at
7412 http://lists.gnu.org/archive/html/bison-patches/2006-10/msg00002.html
7413
136a0f76
PB
7414 * data/bison.m4 (b4_user_requires, b4_user_provides): New.
7415 (b4_user_start_header): Remove.
7416 * data/glr.c: Use new macros instead of b4_*start_header
7417 and b4_*end_header.
7418 * data/glr.cc: Likewise.
7419 * data/lalr1.cc: Likewise.
7420 * data/push.c: Likewise.
7421 * data/yacc.c: Likewise.
7422
7423 * doc/bison.texinfo: Remove %before-header, rename
7424 %{start,end,after}-header to %requires, %provides, %code.
7425
7426 * src/parse-gram.y: Likewise (also rename token names accordingly).
7427 * src/scan-gram.l: Likewise.
7428 * tests/actions.at: Likewise.
7429
10f429ef
PE
74302006-10-14 Paul Eggert <eggert@cs.ucla.edu>
7431
7432 * lib/Makefile.am (AM_CFLAGS): Remove $(WERROR_CFLAGS).
7433 Problem reported by Joel E. Denny.
7434
74352006-10-14 Jim Meyering <jim@meyering.net>
7436
7437 (Sync from coreutils.)
7438 Work also when the working directory (with e.g. coreutils sources)
7439 is version controlled with git, rather than CVS.
7440 * bootstrap (CVS_only_file): Test for the existence of README-cvs,
7441 rather than CVS.
7442 In messages and comments, say e.g., "checked-out sources",
7443 rather than "CVS sources".
7444 (version_controlled_file): New function. Work for git as well as
7445 for CVS. Don't use grep's -q option.
7446 (slurp): Call it here, in place of CVS-specific code.
7447
c4bd5bf7
JD
74482006-10-14 Joel E. Denny <jdenny@ces.clemson.edu>
7449
7450 Fix testsuite for ./configure --enable-gcc-warnings:
7451 * configure.ac (gcc-warnings): Move -Wall before -Wno-sign-compare.
7452 Otherwise, gcc 4.1.0 (at least) warns about sign comparisons in
7453 __AT_CHECK_PRINTER_AND_DESTRUCTOR in tests/actions.at.
7454 * test/input.at (Torturing the Scanner): #include <stdlib.h> for abort.
7455 * test/regression.at (Diagnostic that expects two alternatives):
7456 Likewise.
7457
46356ea4
PE
74582006-10-12 Paul Eggert <eggert@cs.ucla.edu>
7459
231ed89a
PE
7460 * bootstrap.conf (gnulib_modules): Add config-h.
7461 * djgpp/subpipe.c: Include <config.h> unconditionally; don't
7462 worry about HAVE_CONFIG_H.
7463 * lib/abitset.c: Likewise.
7464 * lib/bitset.c: Likewise.
7465 * lib/bitset_stats.c: Likewise.
7466 * lib/bitsetv-print.c: Likewise.
7467 * lib/bitsetv.c: Likewise.
7468 * lib/ebitset.c: Likewise.
7469 * lib/get-errno.c: Likewise.
7470 * lib/lbitset.c: Likewise.
7471 * lib/subpipe.c: Likewise.
7472 * lib/timevar.c: Likewise.
7473 * lib/vbitset.c: Likewise.
7474 * lib/bitset.c: Include "bitset.h" first, to test interface.
7475 * lib/bitset_stats.c: Include "bitset_stats.h" first.
7476 * lib/bitsetv-print.c: Include "bitsetv-print.h" first.
7477 * lib/bitsetv.c: Include "bitsetv.h" first.
7478 * lib/get-errno.c: Include "get-errno.h" first.
7479 * m4/.cvsignore: Add config-h.m4.
7480 * tests/actions.at (Default %printer and %destructor for ...):
7481 Adjust expected line numbers in output to reflect removal of #if
7482 HAVE_CONFIG_H lines.
7483 * tests/glr-regression.at (Missed %merge type warnings when ...):
7484 Likewise.
7485 * tests/regression.at (Braced code in declaration in rules section):
7486 Likewise.
7487 * tests/atlocal.in (CPPFLAGS): Don't define HAVE_CONFIG_H.
7488 * tests/local.at (AT_DATA_GRAMMAR_PROLOGUE):
7489 Include <config.h> unconditionally.
7490
46356ea4
PE
7491 * bootstrap: Sync from coreutils, as follows:
7492
7493 2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
7494
7495 * bootstrap (symlink_to_gnulib): Fix bug: the dot_dots shell
7496 variable was sometimes used without being initialized. This
7497 messed up the installation of the INSTALL file in some cases.
7498
7499 2006-10-09 Paul Eggert <eggert@cs.ucla.edu>
7500
7501 * bootstrap (usage, main program, symlink_to_gnulib): Add option
7502 --copy. Inspired by a suggestion from Bruno Haible.
7503
7504 2006-10-03 Jim Meyering <jim@meyering.net>
7505
7506 * bootstrap: Undo last change to this file, since now gnulib-tool
7507 sticks with the automake default in generating dependencies.
7508
dd4bf078
PE
75092006-10-12 Paul Eggert <eggert@cs.ucla.edu>
7510
cf2a5f7c
PE
7511 * configure.ac: Use AC_PROG_CC_STDC; this is more modern than
7512 the old AC_PROG_CC / AM_PROG_CC_STDC combination.
7513
7514 * doc/bison.1: Add copyright notice.
7515
7516 * data/glr.c: Don't include <stdarg.h>; not used.
7517
35fe0834
PE
7518 * NEWS: The -g and --graph options now output graphs in Graphviz
7519 DOT format, not VCG format.
7520 * doc/bison.1: Likewise.
7521 * doc/bison.texinfo (Understanding, Bison Options): Likewise.
fcab4a2e
PE
7522 * THANKS: Add Satya Kiran Popuri, who proposed the initial version
7523 of this change in
7524 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00158.html>.
35fe0834
PE
7525 * TODO: Remove Graphviz entry.
7526 * src/Makefile.am (bison_SOURCES): Add graphviz.c and graphviz.h;
7527 remove vcg.c, vcg.h, vcg_defaults.h.
7528 * src/vcg.c, src/vcg.h, src/vcg_defaults.h: Remove.
7529 * src/graphviz.c, src/graphviz.h: New files.
7530 * src/files.c (compute_output_file_names): Output .dot, not .vcg.
7531 * src/files.h: Make comment more generic.
7532 * src/main.c (main): Likewise.
7533 * src/print_graph.h: Likewise.
7534 * src/getargs.c (usage): Make usage description more generic.
7535 * src/print_graph.c: Include graphviz.h rather than vcg.h.
7536 (static_graph, fgraph): Remove. All uses changed to pass
7537 arguments instead of sharing a static var.
7538 (print_core, print_actions, print_state, print_graph):
7539 Output graphviz format rather than VCG format.
7540 * tests/.cvsignore: Remove *.vcg; add *.dot.
7541 * tests/output.at: Expect *.dot files, not *.vcg files.
7542
dd4bf078
PE
7543 * data/Makefile.am (dist_pkgdata_DATA): Add bison.m4; this
7544 accommodates the 2006-10-08 change.
7545
efdd7421
PE
75462006-10-11 Bob Rossi <bob@brasko.net>
7547
7548 * data/push.c (yypushparse, yypvarsinit, yypvars): Wrap in b4_push_if.
7549 (b4_yyssa, b4_yyerror_range): New macros.
7550 (struct yypvars): Remove yyssa_ptr and yyerror_range_ptr fields.
7551 (yypvarsinit): Remove init of removed fields.
7552 (yypushparse): Remove use of removed fields; use new macros instead.
7553
96a1981a
PE
75542006-10-11 Paul Eggert <eggert@cs.ucla.edu>
7555
7556 * data/push.c (yypushparse): Fix memory leak if yymsg is malloced
7557 in a push parser. Reindent slightly to match yacc.c better.
7558
75592006-10-11 Bob Rossi <bob@brasko.net>
7560
46356ea4
PE
7561 * data/push.c (struct yypvars): Remove yymsgbuf, yymsgbuf_ptr, yymsg,
7562 yymsg_alloc fields.
7563 (yypvarsinit, yypushparse): Remove init of removed fields.
7564 (yypushparse): Use yymsgbuf instead of yymsgbuf_ptr.
96a1981a 7565
c1630a8b
PE
75662006-10-09 Paul Eggert <eggert@cs.ucla.edu>
7567
7568 * THANKS: Add Paolo Bonzini and Bob Rossi.
7569
90b9908d
PB
75702006-10-08 Paolo Bonzini <bonzini@gnu.org>
7571
7572 * data/c.m4 (b4_copyright, b4_epilogue, b4_location_initial_column,
7573 b4_location_initial_line, p4_parse_param, b4_ints_in, b4_flag_if,
7574 b4_define_flag_if and uses, b4_basename, b4_syncline, b4_user_code,
7575 b4_define_user_cde and uses): Remove.
7576 (b4_comment, b4_prefix, b4_sync_start): New.
7577 * data/bison.m4: New file, with most of the content removed from c.m4.
7578 * src/muscle_tab.h: Use "do {...} while(0)" throughout.
7579 * src/output.c (output_skeleton): Pass bison.m4.
7580 (prepare): Pass glr_flag and nondeterministic_flag. Pass prefix
7581 only if specified.
7582
cf806753
PE
75832006-10-05 Paul Eggert <eggert@cs.ucla.edu>
7584
7585 Fix test failure reported by Tom Lane in
7586 <http://lists.gnu.org/archive/html/bug-bison/2006-10/msg00000.html>
7587 and try to make such failures easier to catch in the future.
7588 * data/glr.c (YYTRANSLATE): Don't check for nonpositive arg;
7589 that's now the caller's responsibility.
7590 (yyprocessOneStack, yyrecoverSyntaxError, yyparse):
7591 Set yychar = YYEOF if it's negative.
7592 * tests/actions.at (yylex): Abort if asked to read past EOF.
7593 * tests/conflicts.at (yylex): Likewise.
7594 * tests/cxx-type.at (yylex): Likewise.
7595 * tests/glr-regression.at (yylex): Likewise.
7596 * tests/input.at (yylex): Likewise.
7597 * tests/regression.at (yylex): Likewise.
7598 * tests/torture.at (yylex): Likewise.
7599
0e2f006a
PE
76002006-10-01 Paul Eggert <eggert@cs.ucla.edu>
7601
7602 Fix problems with translating English-language diagnostics.
7603 * bootstrap: Fix bug introduced in recent bootstrap changes, with
7604 respect to bison-runtime pot generation. The YY_ stuff
7605 wasn't being captured.
7606 * bootstrap.conf (XGETTEXT_OPTIONS_RUNTIME): New var.
7607 * po/POTFILES.in: Add src/location.c, src/scan-code.l.
7608 * runtime-po/POTFILES.in: Add data/push.c.
7609
e3ddc1e3
PE
76102006-09-29 Paul Eggert <eggert@cs.ucla.edu>
7611
7612 Merge bootstrap changes from coreutils.
7613
7614 2006-09-28 Jim Meyering <jim@meyering.net>
7615
7616 Automatically generated dependencies are important even
7617 when all of the sources in a directory come from gnulib.
7618 * bootstrap (gnulib_tool): Remove the "no-dependencies" automake
7619 option that gnulib-tool adds to what becomes our lib/gnulib.mk.
7620
7621 2006-09-23 Jim Meyering <jim@meyering.net>
7622
7623 * bootstrap (gnulib_tool_options): Add "--local-dir gl".
7624
7625 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
7626
7627 * bootstrap: Add support for --force.
7628 (usage): New function. Describe usage less tersely.
7629 (CVS_only_file): New var.
7630
01e972b3
PE
76312006-09-21 Paul Eggert <eggert@cs.ucla.edu>
7632
7633 * data/push.c (YYPUSH_MORE): Make it an enum instead.
7634 (yypushparse): Use YYPUSH_MORE instead of the mystery constant.
7635 Adjust white space and comments to match GNU style better.
7636
c63d3e90
PE
76372006-09-20 Bob Rossi <bob@brasko.net>
7638
7639 * data/push.c (yyresult_get): Remove function.
7640 (YYPUSH_MORE): Add #define.
7641 (yypushparse): Modify return value.
7642
e70f46d1
PE
76432006-09-20 Paul Eggert <eggert@cs.ucla.edu>
7644
7645 * stamp-h.in: Remove; no longer needed.
7646 * .cvsignore: Replace autom4te.cache and config.cache with *.cache.
7647 Remove config.h, config.hin, intl (no longer created).
7648 * lib/.cvsignore: Add config.h, config.hin, configmake.h, inttypes.h,
7649 stamp-h1.
7650
7651 Sync bootstrap from coreutils, as follows:
7652
7653 2006-09-18 Paul Eggert <eggert@cs.ucla.edu>
7654
7655 * bootstrap (symlink_to_gnulib): New function.
7656 (cp_mark_as_generated): Use it, to prefer symlinks-to-gnulib
7657 to copies-of-gnulib.
7658 (cp_mark_as_generated, slurp, gnulib_files):
7659 Avoid making a copy if it's the same as the old version.
7660 (gnulib_files): Add support for this variable (used by Bison).
7661
a92be413
PE
76622006-09-20 Paul Eggert <eggert@cs.ucla.edu>
7663
7664 * src/getargs.c (usage): Rework to use conventions similar to
7665 coreutils, to make translation a bit easier and the code a bit
7666 smaller. Problem reported by Tim Van Holder.
7667
4f82b42a
PE
76682006-09-15 Paul Eggert <eggert@cs.ucla.edu>
7669
3b2942e6
PE
7670 Use some of gnulib's new modules, taken from coreutils.
7671
7672 * bootstrap: Sync from coreutils, except add support for gnulib_files.
7673 * bootstrap.conf: New file.
7674 (gnulib_modules): Add configmake, inttypes, unistd.
7675 (XGETTEXT_OPTIONS): Add complain, complain_at,
7676 fatal, fatal_at, warn, warn_at, unexpected_end.
7677 * configure.ac (AC_CONFIG_HEADERS): config.h is now in lib, not here.
7678 (gl_USE_SYSTEM_EXTENSIONS): Remove; gl_EARLY now does this.
7679 (gl_EARLY): Add.
7680 (AM_STDBOOL_H): Remove; gl_INIT now dows this.
7681 (gl_INIT): Add
7682 (GNULIB_AUTOCONF_SNIPPET): Remove.
7683 (AM_GNU_GETTEXT): Add; require formatstring macros since that's
7684 the pickiest.
7685 * lib/.cvsignore: Add inttypes_.h.
7686 * lib/Makefile.am: Include gnulib.mk first so we can append to it.
7687 (AM_CFLAGS): Add WERROR_CFLAGS, to be more like coreutils.
7688 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES): Remove
7689 no-longer-necessary initializations.
7690 (lib_SOURCES): Remove, replacing by libbison_a_SOURCES.
7691 * lib/subpipe.c: Include <unistd.h> unconditionally, now that we
7692 use the unistd module.
7693 * src/system.h: Likewise.
7694 * m4/.cvsignore: Remove *_gl.m4, gnulib.m4, inttypes_h.m4, uintmax_t.m4,
7695 ulonglong.m4. Add gettext.m4, gnulib-cache.m4, gnulib-comp.m4,
7696 gnulib-tool.m4, inttypes-h.m4, inttypes-pri.m4, inttypes.m4.
7697 * src/Makefile.am (DEFS): Remove, since configmake does this for us.
7698 (AM_CPPFLAGS): Remove -I../lib, since Automake does that for us.
7699 * src/system.h: Include inttypes.h unconditionally, now that we
7700 use the inttypes module. Don't bother to include stdint.h, since
7701 inttypes.h now does that for us.
7702 (LOCALEDIR): Remove, now that we use the configmake module.
7703 * src/getargs.c: Include configmake.h.
7704 * src/main.c: Likewise.
7705 * src/output.c: Likewise.
7706 * tests/atlocal.in (CPPFLAGS): Include from $abs_top_builddir/lib,
7707 not from $abs_top_builddir, since config.h moved.
7708
7709
4f82b42a
PE
7710 Port to GCC 2.95. First two problems reported by Michael Deutschmann in
7711 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00018.html>.
7712
7713 * src/parse-gram.y (symbol_declaration): Don't put statements
7714 before declarations; it's not portable to C89.
7715 * src/scan-code.l (handle_action_at): Likewise.
7716
7717 * src/scan-code.l: Always initialize braces_level; the old code
7718 left it uninitialized and therefore had undefined behavior.
7719
7720 Don't attempt to redefine 'assert', since it runs afoul of
7721 systems where standard headers (mistakenly) include <assert.h>.
7722 Instead, define and use our own alternative, called 'aver'.
7723 * src/reader.c: Don't include assert.h, since we no longer
7724 use assert.
7725 * src/scan-code.l: Likewise.
7726 * src/system.h (assert): Remove, replacing with....
7727 (aver): New function, taking a bool arg. All uses changed.
7728 * src/tables.c (pack_vector): Ensure that aver arg is bool,
7729 not merely an integer.
7730
31c10e38
PE
77312006-09-15 Bob Rossi <bob@brasko.net>
7732
7733 * data/Makefile.am (dist_pkgdata_DATA): Add push.c.
7734 * data/c.m4 (YYPUSH): New.
7735 (b4_push_if): New macro. Use it instead of #ifdef YYPUSH.
7736 * src/getargs.c (push_parser): New var.
7737 * src/getargs.h (push_parser): New declaration.
7738 * src/output.c (prepare): Add macro insertion of `push_flag'.
7739 * src/parse-gram.y (PERCENT_PUSH_PARSER): New token.
7740 (prologue_declaration): Parse %push-parser.
7741 * src/scan-gram.l: Scan new PERCENT_PUSH_PARSER token.
7742 * tests/calc.at (_AT_CHECK_CALC_ERROR): Add "Return" and "Now" to
7743 list of removed lines from the traces observed.
7744 (AT_CHECK_CALC_LALR): Added push parser tests.
7745
fa7b79c0
PE
77462006-09-13 Paul Eggert <eggert@cs.ucla.edu>
7747
21fe08ca
PE
7748 * NEWS: Version 2.3a.
7749 * configure.ac (AC_INIT): Likewise.
7750
e8ec4d9b
PE
7751 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Remove
7752 "#define YYSTYPE int" that caused "make maintainer-check" to fail
7753 due to header ordering dependencies. I don't know why the #define
7754 was there.
7755
fa7b79c0
PE
7756 Fix glr.cc and lalr1.cc's use of YYDEBUG so that there's zero
7757 runtime cost when YYDEBUG is not defined, and so that some tests
7758 that used to fail now work. Problem and initial suggestion by
7759 Paolo Bonzini.
7760 * data/c++.m4 (b4_parse_param_cons): Omit leading ','.
7761 * data/glr.cc (b4_parser_class_name):
7762 Initialize yycdebug_ only if YYDEBUG. Also, initialize yydebug_.
7763 (debug_level, set_debug_level): Affect yydebug_, not ::yydebug.
7764 (yydebug_) [YYDEBUG]: New member.
7765 (yycdebug_): Now defined only if YYDEBUG.
7766 * data/lalr1.cc (yydebug_, yycdebug_): Now defined only if YYDEBUG.
7767 (YYCDEBUG) [!YYDEBUG]: Don't use yydebug_ and yycdebug_.
7768 (b4_parser_class_name): Initialize yydebug_ and yycdebug_ only
7769 if YYYDEBUG.
7770 (debug_stream, set_debug_stream, debug_level, set_debug_level):
7771 Define only if YYDEBUG.
7772 * tests/calc.at (_AT_DATA_CALC_Y) [!YYDEBUG]: Omit call to
7773 set_debug_level.
7774 * tests/regression.at (_AT_DATA_DANCER_Y) [!YYDEBUG]: Likewise.
7775 * tests/calc.at (AT_CHECK_CALC_GLR_CC): Uncomment calls to
7776 AT_CHECK_CALC_GLR_CC that are working now.
7777
4ec13d60
PE
77782006-09-12 Paul Eggert <eggert@cs.ucla.edu>
7779
7780 * data/glr.cc (YYERROR_VERBOSE, YYTOKEN_TABLE): Remove.
7781 We don't need them in glr.cc, and glr.c defines them.
7782 Defining YYERROR_VERBOSE to 0 here breaks glr.c, since glr.c
7783 assumes that defining it to anything is the same as defining
7784 it to 1. Problem reported by Paolo Bonzini.
7785
8e1687ae
PE
77862006-09-12 Paolo Bonzini <bonzini@gnu.org> (tiny change)
7787
7788 * data/c.m4 (b4_null, b4_case): Define.
7789 * src/output.c (prepare_symbols): Use b4_null.
7790 (user_actions_output): Use b4_case.
7791
3dc5e96b
PE
77922006-09-11 Paul Eggert <eggert@cs.ucla.edu>
7793
aef3da86
PE
7794 * data/glr.c (b4_shared_declarations): Put start-header first,
7795 before any #includes that we generate, so that feature-test
7796 macros work. Problem reported by Michael Deutschmann in
7797 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00004.html>.
7798 * data/lalr1.cc: Likewise.
7799 * doc/bison.texinfo (Prologue): Document that feature-test macros
7800 should be defined before any Bison declarations.
7801 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Put defns
7802 that depend on location.hh after, not before, Bison decls, since
7803 we now include location.hh after the first user prologue.
7804
3dc5e96b
PE
7805 * doc/bison.texinfo (Calc++ Parser): Fix memory leak reported by
7806 Sander Brandenburg in
7807 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00002.html>.
7808 Also, fix minor white space and comment issues.
aef3da86
PE
7809 (Prologue): Mention that it's better to define feature-test macros
7810 before Bison declarations. Problem reported by Michael Deutschmann.
7811
7812 * README-cvs: Fix typo: "&" should be "&&". Problem reported
7813 by Jim Meyering.
7814 * m4/.cvsignore: Add argmatch.m4. Remove obstack.m4, strerror_r.m4.
7815 This adjusts to recent gnulib changes.
3dc5e96b 7816
b2a0b7ca
JD
78172006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
7818
7819 Finish implementation of per-type %destructor/%printer. Discussed
7820 starting at
7821 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>
7822 and
7823 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>.
7824 * NEWS (2.3+): Add a description of this feature to the default
7825 %destructor/%printer description.
7826 * doc/bison.texinfo (Freeing Discarded Symbols): Likewise.
7827 * src/symlist.c (symbol_list_destructor_set, symbol_list_printer_set):
7828 Invoke semantic_type_destructor_set or semantic_type_printer_set when a
7829 list node contains a semantic type.
7830 * src/symtab.c, src/symtab.h: Extend with a table that associates
7831 semantic types with their %destructor's and %printer's.
7832 (semantic_type_from_uniqstr, semantic_type_get,
7833 semantic_type_destructor_set, semantic_type_printer_set): New functions
7834 composing the public interface of that table.
7835 (symbol_destructor_get, symbol_destructor_location_get,
7836 symbol_printer_get, symbol_printer_location_get): If there's no
7837 per-symbol %destructor/%printer, look up the per-type before trying
7838 the default.
7839 * tests/actions.at (Per-type %printer and %destructor): New test case.
7840 * tests/input.at (Default %printer and %destructor redeclared):
7841 Extend to check that multiple occurrences of %symbol-default in a
7842 single %destructor/%printer declaration is an error.
7843 (Per-type %printer and %destructor redeclared, Unused values with
7844 per-type %destructor): New test cases.
7845
3be03b13
JD
78462006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
7847
7848 Require default %destructor/%printer to be declared using
7849 %symbol-default instead of an empty symbol list, and start working on
7850 new per-type %destructor/%printer. Discussed at
7851 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00007.html>.
7852 * NEWS (2.3+): Add %symbol-default to example.
7853 * bison.texinfo (Freeing Discarded Symbols): Likewise.
148d66d8 7854 (Table of Symbols): Add entry for %symbol-default.
3be03b13
JD
7855 * src/parse-gram.y (PERCENT_SYMBOL_DEFAULT): New token.
7856 (generic_symlist, generic_symlist_item): New nonterminals for creating
7857 a list in which each item is a symbol, semantic type, or
7858 %symbol-default.
7859 (grammar_declaration): Use generic_symlist in %destructor and %printer
7860 declarations instead of symbols.1 or an empty list.
7861 (symbol_declaration, precedence_declaration, symbols.1): Update actions
7862 for changes to symbol_list.
7863 * src/reader.c: Update for changes to symbol_list.
7864 * src/scan-code.l: Likewise.
7865 * src/scan-gram.l: Scan new PERCENT_SYMBOL_DEFAULT token.
7866 * src/symlist.c, src/symlist.h: Extend such that a list node may
7867 represent a semantic type or a %symbol-default in addition to just an
7868 ordinary symbol. Add switched functions for setting %destructor's and
7869 %printer's.
7870 * tests/actions.at, tests/input.at: Add %symbol-default to all default
7871 %destructor/%printer declarations.
7872
3508ce36
JD
78732006-08-23 Joel E. Denny <jdenny@ces.clemson.edu>
7874
7875 Whether the default %destructor/%printer applies to a particular symbol
7876 isn't a question of whether the user *declares* that symbol (in %token,
7877 for example). It's a question of whether the user by any means
7878 *defines* the symbol at all (by simply using a char token, for
7879 example). $end is defined by Bison whereas any other token with token
7880 number 0 is defined by the user. The error token is always defined by
7881 Bison regardless of whether the user declares it with %token, but we
7882 may one day let the user define error as a nonterminal instead.
7883 * NEWS (2.3+): Say "user-defined" instead of "user-declared".
7884 * doc/bison.texinfo (Freeing Discarded Symbols): Likewise, and document
7885 the meaning of "user-defined".
7886 * tests/actions.at (Default %printer and %destructor for user-declared
7887 end token): Rename to...
7888 (Default %printer and %destructor for user-defined end token): ...
7889 this.
7890
7891 * src/symtab.c (symbol_destructor_get, symbol_printer_get): In the
7892 computation of whether to apply the default, don't maintain a list of
7893 every Bison-defined symbol. Instead, just check for a first character
7894 of '$', which a user symbol cannot have, and check for the error token.
7895
9350499c
JD
78962006-08-21 Joel E. Denny <jdenny@ces.clemson.edu>
7897
7898 Don't apply the default %destructor or %printer to the error token,
7899 $undefined, or $accept. This change fits the general rule that the
7900 default %destructor and %printer are only for user-declared symbols,
7901 and it solves several difficulties that are described in the new test
7902 cases listed below.
7903 * src/symtab.c (symbol_destructor_get, symbol_printer_get): Implement.
7904 * tests/actions.at (Default %printer and %destructor are not for error
7905 or $undefined, Default %printer and %destructor are not for $accept):
7906 New test cases.
7907
4d7370cb
JD
79082006-08-19 Joel E. Denny <jdenny@ces.clemson.edu>
7909
7910 Allow %start after the first rule.
7911 * src/reader.c (grammar_current_rule_begin): Don't set the start symbol
7912 when parsing the first rule.
7913 (check_and_convert_grammar): Search for it here after all grammar
7914 declarations have been parsed. Skip midrules, which have dummy LHS
7915 nonterminals.
7916 * src/symtab.c (symbol_is_dummy): New function.
7917 * src/symtab.h (symbol_is_dummy): Declare it.
7918 * tests/input.at (%start after first rule): New test.
7919
6d0ef4ec
JD
79202006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
7921
7922 Redo some of the previous commit: add back the ability to use
7923 non-aliased/undeclared string literals since it might be useful to
7924 those declaring %token-table.
7925 * src/reader.c (check_and_convert_grammar): Undo changes in previous
7926 commit: don't worry about complaints from symbols_pack.
7927 * src/symtab.c (symbol_new, symbol_class_set,
7928 symbol_check_alias_consistency): Undo changes in previous commit: count
7929 each string literal as a new symbol and token, assign it a symbol
7930 number, and don't complain about non-aliased string literals.
7931 (symbols_pack): Since symbol_make_alias still does not decrement symbol
7932 and token counts but does still set aliased tokens to the same number,
7933 symbol_pack_processor now leaves empty slots in the symbols array.
7934 Remove those slots.
7935 * tests/regression.at (Undeclared string literal): Remove test case
7936 added in previous commit since non-aliased string literals are allowed
7937 again.
7938 (Characters Escapes, Web2c Actions): Undo changes in previous commit:
7939 remove unnecessary string literal declarations.
7940 * tests/sets.at (Firsts): Likewise.
7941
965537bc
JD
79422006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
7943
7944 Don't allow an undeclared string literal, but allow a string literal to
7945 be used before its declaration.
7946 * src/reader.c (check_and_convert_grammar): Don't invoke packgram if
7947 symbols_pack complained.
7948 * src/symtab.c (symbol_new): Don't count a string literal as a new
7949 symbol.
7950 (symbol_class_set): Don't count a string literal as a new token, and
7951 don't assign it a symbol number since symbol_make_alias does that.
7952 (symbol_make_alias): It's not necessary to decrement the symbol and
7953 token counts anymore. Don't assume that an alias declaration occurs
7954 before any uses of the identifier or string, and thus don't assert that
7955 one of them has the highest symbol number so far.
7956 (symbol_check_alias_consistency): Complain if there's a string literal
7957 that wasn't declared as an alias.
7958 (symbols_pack): Bail if symbol_check_alias_consistency failed since
7959 symbol_pack asserts that every token has been assigned a symbol number
7960 although undeclared string literals have not.
7961 * tests/regression.at (String alias declared after use, Undeclared
6d0ef4ec 7962 string literal): New test cases.
965537bc
JD
7963 (Characters Escapes, Web2c Actions): Declare string literals as
7964 aliases.
7965 * tests/sets.at (Firsts): Likewise.
7966
47aee066
JD
79672006-08-14 Joel E. Denny <jdenny@ces.clemson.edu>
7968
7969 In the grammar scanner, STRING_FINISH unclosed constructs and return
7970 them to the parser in order to improve error messages.
7971 * src/scan-gram.l (SC_ESCAPED_STRING, SC_ESCAPED_CHARACTER,
7972 SC_BRACED_CODE, SC_PROLOGUE): Implement.
7973 * tests/input.at (Unclosed constructs): New test case.
7974 * tests/regression.at (Invalid inputs): Update now that unclosed %{ is
7975 seen.
7976
7977 * src/scan-gram.h, src/scan-gram.l (gram_last_braced_code_loc): Remove
7978 unused global.
7979
1f6b3679
JD
79802006-08-13 Joel E. Denny <jdenny@ces.clemson.edu>
7981
7982 Handle string aliases for character tokens correctly.
7983 * src/symtab.c (symbol_user_token_number_set): If the token has an
7984 alias, check and set its alias's user token number instead of its own,
7985 which is set to indicate the alias. Previously, every occurrence of
7986 the character token in the grammar overwrote that alias indicator with
7987 the character code.
7988 * tests/input.at (String aliases for character tokens): New test.
7989
219741d8
JD
79902006-08-12 Joel E. Denny <jdenny@ces.clemson.edu>
7991
7992 * src/parse-gram.y: Add `%expect 0' so we don't overlook conflicts.
7993
11daa4e7
PE
79942006-08-11 Paul Eggert <eggert@cs.ucla.edu>
7995
7996 * bootstrap: Put in need-ngettext argument to AM_GNU_GETTEXT,
7997 to prevent failures when building on older platforms.
7998 Check for autopoint failure.
7999 Set XGETTEXT_OPTIONS to values that check for C format strings,
8000 so that translators are warned about them (this also helps
8001 prevent core dumps).
8002
8003 * lib/subpipe.c (create_subpipe): Use new gnulib pipe_safer
8004 function, since it simplifies our code a bit.
8005
8006 * configure.ac (AC_ARG_ENABLE): Use -Wextra -Wno-sign-compare
8007 rather than -W, so we don't get bogus warnings about sign comparisons.
8008 Add -Wpointer-arith, since that warning is useful (it reports code
8009 that does not conform to C89 and that some compilers reject).
8010 * data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c: Undo latest change,
8011 since it's no longer needed.
8012
f9bfc42a
JD
80132006-08-10 Joel E. Denny <jdenny@ces.clemson.edu>
8014
8015 Clean up scanners a bit.
8016 * src/flex-scanner.h (FLEX_NO_OBSTACK): New macro that blocks obstack
8017 definitions so gcc won't warn when obstack_for_string is unused.
8018 * src/scan-code.l: config.h and system.h are already #include'd by
8019 scan-code-c.c, so get rid of them here.
8020 * src/scan-gram.l: Likewise.
8021 * src/scan-skel.l: Likewise, and use flex-scanner.h without obstack
8022 definitions rather than duplicating the rest of it.
8023 * src/scan-gram-c.c, scan-skel-c.c: #include "system.h".
8024
06e8700a
JD
80252006-08-09 Joel E. Denny <jdenny@ces.clemson.edu>
8026
8027 Suppress signed/unsigned comparison warnings for yycheck.
8028 * data/c.m4 (b4_safest_int_type): New macro.
8029 * data/glr.c, data/lalr1.cc: Wherever you compare yycheck[i] against
8030 a signed int type, cast it to b4_safest_int_type first.
8031 * data/yacc.c: Likewise.
8032 (b4_safest_int_type): Overwrite the one from c.m4 since b4_int_type is
8033 also overwritten.
8034
9c437126
PE
80352006-08-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
8036
8037 * doc/bison.texinfo: Fix some typos.
8038
284d8a13
PE
80392006-08-02 Paul Eggert <eggert@cs.ucla.edu>
8040
8041 * m4/.cvsignore: Add inttypes_h.m4,lib-ld.m4, lib-prefix.m4,
8042 po.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4, warning.m4.
8043
8044 * bootstrap (gnulib_tool): Stop using --assume-autoconf;
8045 the latest gnulib does this a different way.
8046 (get_translations): Sharuzzaman Ahmat Raslan reported that the ms
8047 translation was patched, so stop omitting it.
8048
ec5479ce
JD
80492006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
8050
8051 Enable declaration of default %printer/%destructor. Make the parser
8052 use these for all user-declared grammar symbols for which the user does
8053 not declare a specific %printer/%destructor. Thus, the parser uses it
8054 for token 0 if the user declares it but not if Bison generates it as
8055 $end. Discussed starting at
8056 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>,
8057 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>,
8058 and
8059 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>.
8060 * NEWS (2.3+): Mention.
8061 * doc/bison.texinfo (Actions in Mid-Rule): It's no longer impossible to
8062 declare a %destructor for a mid-rule's semantic value. It's just
8063 impossible to declare one specific to it.
8064 (Freeing Discarded Symbols): Mention that @$ can be used in %destructor
8065 code. Describe default %destructor form.
8066 * src/parse-gram.y (grammar_declaration): Parse default
8067 %printer/%destructor declarations.
8068 * src/output.c (symbol_destructors_output): Use symbol_destructor_get
8069 and symbol_destructor_location_get rather than accessing the destructor
8070 and destructor_location members of struct symbol.
8071 (symbol_printers_output): Likewise but for %printer's.
8072 * src/reader.c (symbol_should_be_used): Likewise but for %destructor's
8073 again.
8074 * src/symtab.c (default_destructor, default_destructor_location,
8075 default_printer, default_printer_location): New static global
8076 variables to record the default %destructor and %printer.
8077 (symbol_destructor_get, symbol_destructor_location_get,
8078 symbol_printer_get, symbol_printer_location_get): New functions to
8079 compute the appropriate %destructor and %printer for a symbol.
8080 (default_destructor_set, default_printer_set): New functions to set the
8081 default %destructor and %printer.
8082 * src/symtab.h: Prototype all those new functions.
8083 * tests/actions.at (Default %printer and %destructor): New test to
8084 check that the right %printer and %destructor are called, that they're
8085 not called for $end, and that $$ and @$ work correctly.
8086 (Default %printer and %destructor for user-declared end token): New
8087 test to check that the default %printer and %destructor are called for
8088 a user-declared end token.
8089 * tests/input.at (Default %printer and %destructor redeclared, Unused
8090 values with default %destructor): New tests to check related grammar
8091 warnings and errors.
8092
868d2d96
JD
80932006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
8094
8095 Clean up handling of %destructor for the end token (token 0).
8096 Discussed starting at
8097 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>
8098 and
8099 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00013.html>.
8100
8101 Make the skeletons consistent in how they pop the end token and invoke
8102 its %destructor.
8103 * data/glr.c (yyrecoverSyntaxError, yyparse): Don't pop the start
8104 state, which has token number 0, since this would invoke the
8105 %destructor for the end token.
8106 * data/lalr1.cc (yy::parser::parse): Don't check for the final state
8107 until after shifting the end token, or else it won't be popped.
8108 * data/yacc.c (yyparse): Likewise.
8109
8110 * data/glr.c (yyparse): Clear the lookahead after shifting it even when
8111 it's the end token. Upon termination, destroy an unshifted lookahead
8112 even when it's the end token.
8113 * data/lalr1.cc (yy::parser::parse): Likewise.
8114 * data/yacc.c (yyparse): Likewise.
8115
8116 * src/reader.c (packgram): Don't check rule 0. This suppresses unused
8117 value warnings for the end token when the user gives the end token a
8118 %destructor.
8119
8120 * tests/actions.at (Printers and Destructors): Test all the above.
8121
62a9592d
PE
81222006-07-24 Paul Eggert <eggert@cs.ucla.edu>
8123
8124 Update to latest gnulib and gettext versions.
8125 * bootstrap (gnulib-modules): Remove hard-locale, stdio-safer.
8126 Add fopen-safer.
8127 (gnulib_files): Add m4/warning.m4. Don't worry about files
8128 overwritten by autopoint.
8129 Replace gt_INTL_SUBDIR_CORE with an empty body in m4/gettext_gl.m4.
8130 Suppress "id", "ms", "tr" translations for now, since gettext 0.15
8131 rejects them.
8132 Don't use autoreconf; instead, invoke autopoint etc. by hand,
8133 so that we can remove the intl files at a better time.
8134 (intl_files_to_remove): Remove aclocal.m4, since it gets
8135 rebuilt anyway. Remove m4/inttypes_h.m4, m4/inttypes.m4,
8136 m4/isc-posix.m4, m4/lib-ld.m4, m4/lib-prefix.m4, m4/po.m4,
8137 m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
8138 Add m4/inttypes-h.m4, m4/lock.m4, m4/visibility.m4.
8139 Remove datarootdir hack; no longer needed.
8140 * configure.ac: Use gl_WARNING_CFLAGS rather than BISON_WARNING.
8141 (AM_GNU_GETTEXT_VERSION): Bump from 0.12 to 0.15.
8142 * lib/.cvsignore: Remove hard-locale.c, hard-locale.h, strdup.c,
8143 strdup.h.
8144 * m4/.cvsignore: Remove hard-locale.m4, strdup.m4.
8145 * m4/warning.m4: Remove from CVS, since we now use gnulib's version.
8146
10d6970f
PE
81472006-07-20 Paul Eggert <eggert@cs.ucla.edu>
8148
8149 * bootstrap: Adjust to today's change to gnulib-tool by invoking
8150 it with --assume-autoconf='latest-stable'.
8151
50a33993
JD
81522006-07-13 Joel E. Denny <jdenny@ces.clemson.edu>
8153
8154 * src/parse-gram.y (grammar_declaration): Don't confuse Doxygen (at
8155 least 1.4.7 and 1.4.4) by putting a #line between `typedef union
8156 YYSTYPE' and `{'.
8157 * src/muscle_tab.h (muscle_grow): Replace the header comments with
8158 those from muscle_tab.c since the old ones are misleading.
8159
2ce4ed68
AD
81602006-07-13 Akim Demaille <akim@epita.fr>
8161
8162 Support %define "KEY" {VALUE}.
8163 * src/scan-code.h, src/scan-code.l (translate_action)
8164 (translate_rule_action, translate_symbol_action, translate_code):
8165 Return char *, not const char *.
8166 * src/parse-gram.y (declaration): Rename as...
8167 (prologue_declaration): this.
8168 (string_content): Remove this nonterminal, use STRING.
8169 (braceless, content, content.opt): New nonterminal.
8170 Use them.
8171 (%define): Now accept content.opt, i.e., accept also BRACED_CODE
8172 as value.
8173 * src/scan-gram.l (getargs.h): Don't include it.
8174
db7e5eb5
PE
81752006-07-12 Paul Eggert <eggert@cs.ucla.edu>
8176
8177 * data/lalr1.cc (YYCDEBUG): Use 'if (yydebug_) (*yycdebug_)'
8178 rather than a for-loop that declares a local bool variable. This
8179 should work around a compatibility problem with a Cray x1e C++
8180 compiler reported by Hung Nguyen in
8181 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00022.html>.
8182 The for-loop was introduced in the 2004-11-17 change but I don't
8183 know why it was needed.
8184
a5d80ba5
AD
81852006-07-12 Akim Demaille <akim@epita.fr>
8186
8187 * data/c.m4: Comment changes.
8188
23eb2a69
AD
81892006-07-10 Akim Demaille <akim@lrde.epita.fr>
8190
8191 * src/complain.c (error_message, ERROR_MESSAGE): New.
8192 To factor...
8193 (fatal_at, fatal, warn_at, warn, complain_at, complain): these.
8194 * src/complain.h, src/complain.c (warning_issued): Remove, unused.
8195
ddc8ede1
PE
81962006-07-09 Paul Eggert <eggert@cs.ucla.edu>
8197
8198 * NEWS: Instead of %union, you can define and use your own union type
8199 YYSTYPE if your grammar contains at least one <type> tag.
8200 Your YYSTYPE need not be a macro; it can be a typedef.
8201 * doc/bison.texinfo (Value Type, Multiple Types, Location Type):
8202 (Union Decl, Decl Summary): Document this.
8203 * data/glr.c (YYSTYPE): Implement this.
8204 * data/glr.cc (YYSTYPE): Likewise.
8205 * data/lalr1.cc (YYSTYPE): Likewise.
8206 * data/yacc.c (YYSTYPE): Likewise.
8207 * src/output.c (prepare): Output tag_seen_flag.
8208 * src/parse-gram.y (declaration, grammar_declaration):
8209 Use 'union_seen' rather than 'typed' to determine whether
8210 %union has been seen, since grammars can now be typed without
8211 %union.
8212 (symbol_declaration, type.opt, symbol_def):
8213 Keep track of whether a tag has been seen.
8214 * src/reader.c (union_seen, tag_seen): New vars.
8215 (typed): remove.
8216 * src/reader.h (union_seen, tag_seen, typed): Likewise.
8217 * src/scan-code.l (untyped_var_seen): New variable.
8218 (handle_action_dollar): Adjust to above changes.
8219 (handle_action_dollar, handle_action_at):
8220 Improve overflow checking for outlandish numbers.
8221 * tests/input.at (AT_CHECK_UNUSED_VALUES): Redo test to
8222 avoid new diagnostics generated by above changes.
8223 * tests/regression.at (YYSTYPE typedef): Add test to check
8224 for type tags without %union.
8225
8226 * src/symlist.c (symbol_list_length): Return int, not unsigned
8227 int, since callers expect int. This may need to get revisited
8228 once we have proper integer overflow checking.
8229
8230 * src/scan-gram.h (gram_scanner_cursor): Remove decl, since this
8231 object is now static.
8232
8233 * src/getargs.c (flags_argmatch): Return void, not int,
8234 to pacify ./configure --enable-gcc-warnings.
8235
8236 * src/flex-scanner.h (STRING_FREE): Don't use FLEX_PREFIX (last_string)
8237 since last_string is already defined to FLEX_PREFIX (last_string).
8238
7b42569e
AD
82392006-07-09 Akim Demaille <akim@lrde.epita.fr>
8240
8241 Implement --warnings/-W.
8242 * src/getargs.c (report_argmatch, trace_argmatch): Remove,
8243 replaced by...
8244 (flags_argmatch, FLAGS_ARGMATCH): this new function and macro.
8245 Adjust callers.
8246 * src/getargs.h, src/getargs.c (warnings, warnings_flags)
8247 (warnings_args, warnings_types): New.
8248 (getargs, short_options, long_options): Accept -W/--warnings.
8249 Sort the options by alphabetical order, upper case letter right
8250 before its lower case.
8251
3b452f4e
JD
82522006-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
8253
8254 Change %merge result type clash warnings to errors. Discussed at
8255 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00026.html>.
8256 * src/reader.c (record_merge_function_type): Use complain_at.
8257 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
8258 declared later): Update test case results.
8259
b8a41559
AD
82602006-07-09 Akim Demaille <akim@lrde.epita.fr>
8261
8262 * src/getargs.h, src/getargs.c: Swap --report and --trace handling
8263 to be in alphabetical order.
8264 (trace_args): Spelling fixes.
8265
cd9e1ba2
PE
82662006-07-09 Paul Eggert <eggert@cs.ucla.edu>
8267
8268 * data/yacc.c (YYID, yy_stack_print): Prefix local vars with "yy"
8269 so they don't collide with user-defined macros.
8270 (yy_stack_print): Don't assume that yytype_int16 promotes to int;
8271 this was never guaranteed, and now that we're using gnulib stdint,
8272 which defines int_fast16_t to long int, the problem is exposed.
8273
cb48f191
PE
82742006-07-08 Paul Eggert <eggert@cs.ucla.edu>
8275
b8445a15
PE
8276 * data/c.m4 (b4_basename): Simplify a bit, since we don't
8277 need the full POSIX semantics (and weren't implementing them
8278 anyway).
8279
cb48f191
PE
8280 Adjust to Autoconf 2.60 and today's gnulib.
8281 * bootstrap (gnulib_modules): Add stdint.
8282 Remove special case for m4/onceonly_2_57.m4, since gnulib-tool
8283 no longer copies it.
8284 (intl_files_to_remove): Remove m4/longlong.m4 and m4/wchar_t.m4,
8285 since stdint needs the former and wcwidth (which is now required
8286 by mbswidth) needs the latter.
8287 Append 'datarootdir = @datarootdir@' to po/Makefile.in.in, to
8288 work around a compatibility glitch between gettext 0.14.6 and
8289 Autoconf 2.60.
8290 * configure.ac (AC_PREREQ): Require Autoconf 2.60.
8291 Do not check for uintptr_t, since new stdint module does the right
8292 thing.
8293 * lib/.cvsignore: Remove alloca.c, alloca.h, alloca_.h.
8294 Add stdint.h, stdint_.h, wcwidth.h.
8295 * m4/.cvsignore: Remove alloca.m4, onceonly.m4.
8296 Add absolute-header.m4, double-slash-root.m4, longlong.m4,
8297 stdint.m4, wchar_t.m4, wcwidth.m4.
8298 * src/files.c: Include <dirname.h> and <stdio-safer.h> in the
8299 usual order for ../lib/*.h files.
8300 (file_name_split): Use last_component, not base_name, to adjust
8301 to gnulib changes.
8302 * src/parse-gram.h: Include <strverscmp.h> in the usual order
8303 for ../lib/*.h files.
8304 (YYTYPE_INT16, YYTYPE_INT8, YYTYPE_UINT16, YYTYPE_UINT8):
8305 Define unconditionally, since we now assume the stdint module.
8306 * src/scan-skel.l: Include <dirname.h>.
8307 (BASE_QPUTS): Use last_component, not base_name.
8308 * src/system.h: Include <unlocked-io.h> in the usual order
8309 for ../lib/*.h files. Include <stdint.h> unconditionally,
8310 since we now use the stdint module.
8311 (uintptr_t): Declare if UINTPTR_MAX is not defined, not
8312 HAVE_UINTPTR_T, since we now use the stdint module.
8313 (base_name): Remove decl, since files now include <dirname.h>
8314 to get the decl.
8315
cd48d21d
AD
83162006-07-08 Akim Demaille <akim@lrde.epita.fr>
8317
8318 * data/c.m4 (b4_location_initial_column, b4_location_initial_line):
8319 New, default to 1.
8320 * data/yacc.c, data/glr.c, data/location.cc: Use them.
8321 * NEWS, doc/bison.texinfo: The initial column and line are 1 by
8322 default.
8323 * tests/calc.at: Adjust.
8324
8ec0a172
AD
83252006-07-08 Akim Demaille <akim@lrde.epita.fr>
8326
b8445a15 8327 * data/c.m4 (b4_basename): New.
8ec0a172
AD
8328 (b4_syncline): Also output the location of its invocation (from
8329 the skeleton).
8330 (b4_user_action, b4_define_user_action, b4_user_actions)
8331 (b4_user_initial_action, b4_user_post_prologue, b4_user_start_header)
8332 (b4_user_stype): New.
8333 * data/yacc.c, data/glr.c, data/lalr1.cc, data/glr.cc: Use them.
8334
4a678af8
JD
83352006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
8336
8337 In the grammar file, the first column is 1 not 0 on the first line as
8338 on every other line.
8339 * src/parse-gram.y (%initial-action): Initialize @$ correctly.
8340 * tests/input.at (Torturing the Scanner): Update output.
8341
8342 * src/scan-gram.l (scanner_cursor): Declare it static.
8343
dd60572a
JD
83442006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
8345
8346 In warnings, say "previous declaration" rather than "first
8347 declaration".
8348 * src/symtab.c (redeclaration): Do that here.
8349 * src/reader.c (record_merge_function_type): In the case of a result
8350 type clash, report the previous declaration rather than the very first
8351 one in the grammar file.
8352 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
8353 declared later): Add a third declaration to check this behavior.
8354 * tests/input.at (Incompatible Aliases): Update output.
8355
2073e1b6
AD
83562006-06-27 Akim Demaille <akim@epita.fr>
8357
8358 * doc/Doxyfile.in: New.
8359 * doc/Makefile.am: Use it.
8360 * src/lalr.h, src/symtab.h: Initial doxygenation.
8361
8ee5b538
JD
83622006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
8363
8364 Don't miss %merge result type warnings just because the LHS types are
fab044e6
JD
8365 declared after the %merge. This continues the effort of the previous
8366 patch.
8ee5b538
JD
8367 * src/reader.c (get_merge_function): Don't set the merger type yet.
8368 (record_merge_function_type): New function for setting the merger type
8369 and checking for clashes.
8370 (grammar_current_rule_merge_set): Set the location of the %merge for
8371 the current rule.
8372 (packgram): Invoke record_merge_function_type for each rule now that
8373 all symbol type declarations have been parsed.
8374 * src/reader.h (merger_list.type_declaration_location): New member
8375 storing the location of the first %merge from which the type for this
8376 merging function was derived.
8377 * src/symlist.h (symbol_list.merger_declaration_location): New member
8378 storing the location of a rule's %merge, if any.
8379 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
8380 declared later): New test to catch the error fixed by the above patch.
8381
ffa4ba3a
JD
83822006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
8383
8384 Get action warnings (grammar_rule_check) right even when symbol
fab044e6
JD
8385 declarations appear after the rules. Discussed at
8386 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00108.html>
8387 and
8388 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00151.html>.
8389 Don't mistake the type of $$ in a midrule to be that of its parent
8390 rule's $$.
ffa4ba3a
JD
8391 * src/reader.c (grammar_current_rule_end): Don't invoke
8392 grammar_rule_check yet since not all symbol declarations may have been
8393 parsed yet.
8394 (grammar_midrule_action): Likewise.
8395 Don't record whether the midrule's $$ has been used yet since actions
8396 haven't been translated yet.
8397 Record the midrule's parent rule and its RHS index within the parent
8398 rule.
8399 (grammar_current_rule_action_append): Don't translate the action yet
8400 since not all symbol declarations may have been parsed yet and, thus,
8401 warnings about types for $$, $n, @$, and @n can't be reported yet.
8402 (packgram): Translate the action and invoke grammar_rule_check now that
8403 all symbol declarations have been parsed.
8404 * src/scan-code.l (handle_action_dollar): Now that this is invoked
8405 after parsing the entire grammar file, the symbol list here in the case
8406 of a midrule is actually the midrule's empty RHS, so reference its
8407 parent rule's RHS where necessary.
8408 On the other hand, now that you can already know it's a midrule, you
8409 aren't forced to think $$ has the same type as its parent rule's $$.
8410 (handle_action_at): In the case of a midrule, reference the parent rule
8411 where necessary.
8412 * src/symlist.c (symbol_list_new): Initialize new midrule-related
8413 members.
8414 (symbol_list_length): Now that this is invoked after all rules have
8415 been parsed, a NULL symbol (rather than a NULL symbol list node)
8416 terminates a rule. symbol_list_print already does this correctly.
8417 * src/symlist.h (symbol_list.midrule_parent_rule,
8418 symbol_list.midrule_parent_rhs_index): New members so that midrules can
8419 remember their relationships with their parents.
8420 * tests/input.at (Type Clashes): Extend to catch the midrule $$ error
8421 fixed by the above patch.
8422 (_AT_UNUSED_VALUES_DECLARATIONS, AT_CHECK_UNUSED_VALUES): New m4 macros
8423 implementing...
8424 (Unused values): ... this old test case and...
8425 (Unused values before symbol declarations): ... this new test case.
8426 This one is the same as `Unused values' except that all symbol
8427 declarations appear after the rules in order to catch the rest of the
8428 errors fixed by the above patch.
8429
e256e17f
JD
84302006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
8431
300a1930
JD
8432 More cleanup.
8433 * src/reader.c (current_rule): Declare it static since it's no longer
8434 used outside this file.
8435 (grammar_current_rule_action_append): Remove redundant arguments from
8436 translate_rule_action invocation.
8437 * src/reader.h (current_rule): Remove this unused extern.
8438 * src/scan-code.h (translate_rule_action): Remove redundant arguments.
8439 * src/scan-code.l (translate_rule_action): Likewise.
e256e17f 8440
381ecb06
JD
84412006-06-25 Joel E. Denny <jdenny@ces.clemson.edu>
8442
8443 Clean up yesterday's patch.
8444 * parse-gram.y (rhs): Move grammar_midrule_action invocation from here
8445 to...
8446 * src/reader.c (grammar_current_rule_action_append): ... here for
8447 consistency with grammar_current_rule_symbol_append.
8448 * tests/regression.at (Braced code in declaration in rules section):
8449 Make yyerror and yylex static as usual.
8450
4210cd0b
JD
84512006-06-24 Joel E. Denny <jdenny@ces.clemson.edu>
8452
8453 Fix bug that mistakes braced code in a declaration in the rules section
8454 to be a rule action. Mentioned at
8455 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00105.html>.
8456 * src/scan-gram.l: Move midrule action detection from the start of the
8457 scanning of any braced code to...
8458 * src/parse-gram.y (rhs): ... the parsing of braced code as a rule
8459 action. For readability, use $2 and @2 rather than the equivalent
8460 global variables.
8461 * tests/regression.at (Braced code in declaration in rules section):
8462 New test to catch the error fixed by the above patch.
8463
8464 Work on code readability some.
8465 * src/scan-code.l (current_rule): Get rid of this misleading and
8466 redundant declaration: it's actually extern'ed in reader.h.
8467 (YY_DECL, code_lex, handle_action_dollar, handle_action_at,
8468 translate_action): Add a rule argument and use it instead of the global
8469 current_rule.
8470 (translate_rule_action): This already receives current_rule through an
8471 argument, so pass it on to translate_action instead of assigning
8472 current_rule to current_rule.
8473 (translate_symbol_action, translate_code): Pass rule = NULL to
8474 translate_action.
8475
34f98f46
JD
84762006-06-23 Joel E. Denny <jdenny@ces.clemson.edu>
8477
8478 Rename %before-definitions to %start-header and %after-definitions to
8479 %end-header. Don't use these declarations to separate pre-prologue
8480 blocks from post-prologue blocks. Add new order-independent
8481 declarations %before-header and %after-header as alternatives to the
8482 traditional Yacc pre-prologue and post-prologue blocks. Discussed at
8483 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00110.html>.
8484 * NEWS (2.3+): Update for these changes.
8485 * data/glr.c (b4_before_definitions): Update to...
8486 (b4_start_header): ... this.
8487 (b4_after_definitions): Update to...
8488 (b4_end_header): ... this.
8489 * data/glr.cc: Likewise.
8490 * data/lalr1.cc: Likewise.
8491 * data/yacc.c: Likewise.
8492 * doc/bison.texinfo (The prologue): Update names, and replace remaining
8493 prologue blocks with %*-header declarations.
8494 (Calc++ Parser): Likewise.
91661ebb 8495 (Decl Summary): Update names.
148d66d8 8496 (Table of Symbols): Update description.
34f98f46
JD
8497 * src/parse-gram.y (PERCENT_AFTER_DEFINITIONS): Update to...
8498 (PERCENT_END_HEADER): ... this.
8499 (PERCENT_BEFORE_DEFINITIONS): Update to...
8500 (PERCENT_START_HEADER): ... this.
8501 (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
8502 (declaration): Update token names and m4 macro names.
8503 When parsing %end-header and %start-header, invoke translate_code
8504 before muscle_code_grow, and no longer set global booleans to remember
8505 whether these declarations have been seen.
8506 Parse new %after-header and %before-header.
8507 * src/reader.c (before_definitions, after_definitions): Remove.
8508 (prologue_augment): Accept a new bool argument to specify whether to
8509 augment the pre-prologue or post-prologue.
8510 * src/reader.h (before_definitions, after_definitions): Remove these
8511 extern's.
8512 (prologue_augment): Add new bool argument.
8513 * src/scan-gram.l (PERCENT_AFTER_DEFINITIONS): Update to...
8514 (PERCENT_END_HEADER): ... this.
8515 (PERCENT_BEFORE_DEFINITIONS): Update to...
8516 (PERCENT_START_HEADER): ... this.
8517 (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
8518 * tests/actions.at (Printers and Destructors): Update names.
8519
31b2b07e
JD
85202006-06-22 Joel E. Denny <jdenny@ces.clemson.edu>
8521
8522 Add comparison operators for C++ location classes. Discussed at
8523 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00092.html>.
8524 * data/c++.m4 (b4_define_location_comparison): New boolean %define
8525 declaration indicating whether filename_type has an operator==. If
8526 filename_type is `std::string', it defaults to `1', `0' otherwise.
8527 * data/location.cc: Iff b4_define_location_comparison is `1', add
8528 operator== and operator!= for class position and for class location.
8529
8530 Some minor fixes.
8531 * src/scan-action.l: Remove unused file.
8532 * src/symtab.c (symbol_printer_set): Use printer_location not
8533 destructor_location.
8534 * src/symtab.h (struct symbol): Replace incorrect source comment for
8535 printer members.
8536 * tests/input.at (Incompatible Aliases): Update output with correct
8537 printer location.
8538
9bc0dd67
JD
85392006-06-20 Joel E. Denny <jdenny@ces.clemson.edu>
8540
8541 Don't put the pre-prologue in the header file. For the yacc.c code
8542 file and the glr.c header and code files, move the pre-prologue before
8543 the token definitions. Add new %before-definitions and
8544 %after-definitions to declare code that will go in both the header file
8545 and code file. Discussed at
8546 <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00000.html>,
8547 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00016.html>,
8548 and
8549 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00055.html>.
8550 * NEWS (2.3+): Describe these changes.
8551 * data/glr.c (b4_pre_prologue): Move from within to before...
8552 (b4_shared_declarations): ... this.
8553 Add new b4_before_definitions before b4_token_enums.
8554 Add new b4_after_definitions at the end.
8555 * data/glr.cc (b4_pre_prologue): Replace with...
8556 (b4_before_definitions): ... this in the header file.
8557 (b4_after_definitions): New near the end of the header file.
8558 * data/lalr1.cc (b4_pre_prologue): Move from the header file to the
8559 code file right before including the header file.
8560 (b4_before_definitions): New in the previous position of
8561 b4_pre_prologue in the header file.
8562 (b4_after_definitions): New near the end of the header file.
8563 * data/yacc.c: Clean up some m4 quoting especially in the header file.
8564 (b4_token_enums_defines): In the code file, move to right before
8565 YYSTYPE for consistency with the header file.
8566 (b4_before_definitions): New right before b4_token_enums_defines in
8567 both the header and code file.
8568 (b4_after_definitions): New right after YYLTYPE and yylloc in both the
8569 header and code file.
8570 * doc/bison.texinfo (Prologue): Show use of %before-definitions instead
8571 of prologues for %union dependencies.
91661ebb
JD
8572 (Decl Summary): In %defines description, mention the effect of
8573 %before-definitions and %after-definitions on the header file.
9bc0dd67
JD
8574 (Calc++ Parser): Forward declare driver in a %before-definitions rather
8575 than in the pre-prologue so that make check succeeds.
148d66d8 8576 (Table of Symbols): Add entries for %before-definitions and
9bc0dd67
JD
8577 %after-definitions.
8578 * src/parse-gram.y (PERCENT_BEFORE_DEFINITIONS): New token for
8579 %before-definitions.
8580 (PERCENT_AFTER_DEFINITIONS): New token for %after-definitions.
8581 (declaration): Parse those declarations and append to
8582 b4_before_definitions and b4_after_definitions, respectively.
8583 * src/reader.c (before_definitions, after_definitions): New bools to
8584 track whether those declarations have been seen.
8585 (prologue_augment): Add to the post-prologue if %union,
8586 %before-definitions, or %after-definitions has been seen.
8587 * src/reader.h (before_definitions, after_definitions): New extern's.
8588 * src/scan-gram.l: Scan the new declarations.
8589 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Place the second
8590 prologue block in a %before-definitions or a %after-definitions based
8591 on whether the %union is declared.
8592 * tests/regression.at (Early token definitions with --yacc, Early token
8593 definitions without --yacc): Move tests for token definitions into the
8594 post-prologue since token names are no longer defined in the
8595 pre-prologue.
8596
203b9274
AD
85972006-06-20 Akim Demaille <akim@epita.fr>
8598
8599 * src/symtab.h, src/symtab.c (symbol_from_uniqstr): New.
8600 (symbol_get): Use it.
8601 * src/parse-gram.y: Use it.
8602
a7ee59cf
JD
86032006-06-19 Joel E. Denny <jdenny@ces.clemson.edu>
8604
8605 * src/scan-gram.l: Remove unused declaration of last_string_1 so the
8606 build succeeds when configured with --enable-gcc-warnings.
8607
5a2baae7
PE
86082006-06-19 Paul Eggert <eggert@cs.ucla.edu>
8609
33ad1a9c
PE
8610 * src/parse-gram.y (char_name): New function.
8611 (CHAR, STRING, string_content): For %printer, properly escape.
8612 (ID): Prefer fputs to fprintf.
8613 (id): Reindent to be consistent with other rules.
8614 Properly quote char.
8615
5a2baae7
PE
8616 The Translation Project changed its way of publishing translations
8617 to maintainers. I haven't received any responses to my request
8618 for supporting the old way, or for documenting the new way. I
8619 have modified 'bootstrap' to use screen scraping
8620 (in this case, HTML scraping). This is unreliable and inelegant,
8621 but I don't see any better way. Yuck.
8622 * bootstrap (TP_URL, WGET_COMMAND): New vars.
8623 (get_translations): New function, which uses HTML scraping to
8624 deduce locations of latest translations.
8625 Use this function to grab both bison and bison-runtime .po files.
8626 Don't bother priming the pump for the runtime-po domain any more,
8627 as it's now translated better than bison is.
8628
58d7a1a1
AD
86292006-06-19 Akim Demaille <akim@epita.fr>
8630
8631 * src/scan-gram.l: No longer "parse" things after `%union' until
8632 `{'. Rather, return a single "%union" token.
8633 No longer make symbols: return strings, and leave the conversion
8634 to symbols to the parser.
8635 (SC_PRE_CODE, token_type): Remove.
8636 * src/parse-gram.y (%union): New field `character'.
8637 Sort tokens.
8638 (CHAR): New token.
8639 (ID, ID_COLON): Now that the scanner no longer makes them
8640 identifiers, adjust all uses to invoke symbol_get.
8641 (id_colon): New, wraps the conversion from string to symbol.
8642 (%union): Accept a possible union_name.
8643 (symbol): Now can be a char.
8644 * data/c.m4 (b4_union_name): Leave a default value.
8645 * data/glr.c, data/yacc.c: Use it.
8646
b931235e
JD
86472006-06-11 Joel E. Denny <jdenny@ces.clemson.edu>
8648
8649 For associating token numbers with token names for "yacc.c", don't use
8650 #define statements unless `--yacc' is specified; always use enum
8651 yytokentype. Most important discussions start at:
8652 <http://lists.gnu.org/archive/html/bison-patches/2005-09/msg00053.html>,
8653 <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00052.html>,
8654 and
8655 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00043.html>.
8656 * NEWS (2.3+): Mention.
8657 * data/c.m4 (b4_yacc_if): New.
8658 (b4_token_enums_defines): Use b4_yacc_if to decide whether to add the
8659 token #define's.
8660 * doc/bison.texinfo (Bison Options): Describe the effect of `--yacc'
8661 on token name definitions.
8662 * src/getargs.c (usage): Capitalize `Yacc' in English.
8663 * src/output.c (prepare): Define b4_yacc_flag.
8664 * tests/regression.at (Early token definitions): Test that tokens names
8665 are defined before the pre-prologue not just before the post-prologue.
8666 Remove this test case and copy to...
8667 (Early token definitions with --yacc): ... this to test #define's.
8668 (Early token definitions without --yacc): ... and this to test enums.
8669
9e6e7ed2
PE
86702006-06-11 Paul Eggert <eggert@cs.ucla.edu>
8671
8672 * NEWS: Reword the post-2.3 change to not be so optimistic about
8673 removing the old "look-ahead" spelling.
8674 Update previous look-ahead/lookahead change reports.
8675 * REFERENCES: look-ahead -> lookahead (since that's
8676 what he actually wrote).
8677 * doc/refcard.tex: look ahead -> lookahead,
8678 look-ahead -> lookahead
8679
742e4900
JD
86802006-06-09 Joel E. Denny <jdenny@ces.clemson.edu>
8681
8682 For consistency, use `lookahead' instead of `look-ahead' or
8683 `look_ahead'. Discussed starting at
8684 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00049.html>
8685 and then at
8686 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00017.html>.
8687 * NEWS: For the next release, note the change to `--report'.
8688 * TODO, doc/bison.1: Update English.
8689 * doc/bison.texinfo: Update English.
8690 (Understanding Your Parser, Bison Options): Document as
8691 `--report=lookahead' rather than `--report=look-ahead'.
8692 * src/conflicts.c: Update English in comments.
8693 (lookahead_set): Rename from look_ahead_set.
8694 (flush_reduce): Rename argument look_ahead_tokens to lookahead_tokens.
8695 (resolve_sr_conflict): Rename local look_ahead_tokens to
8696 lookahead_tokens, and update other uses.
8697 (flush_shift, set_conflicts, conflicts_solve, count_sr_conflicts,
8698 count_rr_conflicts, conflicts_free): Update uses.
8699 * src/getargs.c (report_args): Move "lookahead" before alternate
8700 spellings.
8701 (report_types): Update uses.
8702 (usage): For `--report' usage description, state `lookahead' spelling
8703 rather than `look-ahead'.
8704 * src/getargs.h (report.report_lookahead_tokens): Rename from
8705 report_look_ahead_tokens.
8706 * src/lalr.c: Update English in comments.
8707 (compute_lookahead_tokens): Rename from compute_look_ahead_tokens.
8708 (state_lookahead_tokens_count): Rename from
8709 state_look_ahead_tokens_count.
8710 Rename local n_look_ahead_tokens to n_lookahead_tokens.
8711 (lookahead_tokens_print): Rename from look_ahead_tokens_print.
8712 Rename local n_look_ahead_tokens to n_lookahead_tokens.
8713 Update other uses.
8714 Update English in output.
8715 (add_lookback_edge, initialize_LA, lalr, lalr_free): Update uses.
8716 * src/print.c: Update English in comments.
8717 (lookahead_set): Rename from look_ahead_set.
8718 (print_reduction): Rename argument lookahead_token from
8719 look_ahead_token.
8720 (print_core, state_default_rule, print_reductions, print_results):
8721 Update uses.
8722 * src/print_graph.c: Update English in comments.
8723 (print_core): Update uses.
8724 * src/state.c: Update English in comments.
8725 (reductions_new): Update uses.
8726 (state_rule_lookahead_tokens_print): Rename from
8727 state_rule_look_ahead_tokens_print, and update other uses.
8728 * src/state.h: Update English in comments.
8729 (reductions.lookahead_tokens): Rename from look_ahead_tokens.
8730 (state_rule_lookahead_tokens_print): Rename from
8731 state_rule_look_ahead_tokens_print.
8732 * src/tables.c: Update English in comments.
8733 (conflict_row, action_row): Update uses.
8734 * tests/glr-regression.at
8735 (Incorrect lookahead during deterministic GLR,
8736 Incorrect lookahead during nondeterministic GLR): Rename
8737 print_look_ahead to print_lookahead.
8738 * tests/torture.at: Update English in comments.
8739 (AT_DATA_LOOKAHEAD_TOKENS_GRAMMAR): Rename from
8740 AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR.
8741 (Many lookahead tokens): Update uses.
8742 * data/glr.c: Update English in comments.
8743 * lalr1.cc: Likewise.
8744 * yacc.c: Likewise.
8745 * src/conflicts.h: Likewise.
8746 * src/lalr.h: Likewise.
8747 * src/main.c: Likewise.
8748 * src/output.c: Likewise.
8749 * src/parse-gram.c: Likewise.
8750 * src/tables.h: Likewise.
8751 * tests/calc.at: Likewise.
8752
3c40d0b5
JD
87532006-06-08 Joel E. Denny <jdenny@ces.clemson.edu>
8754
8755 * src/flex-scanner.h (yytext): Remove stray `*/' in #define.
8756
5d278082
PE
87572006-06-07 Paul Eggert <eggert@cs.ucla.edu>
8758
8759 * TODO: Add request from Nelson H. F. Beebe to be able to install
8760 Bison without installing the yacc script.
8761
9e668899
JD
87622006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
8763
8764 * src/flex-scanner.h: For the sake of Flex 2.5.4, don't #define yyleng
8765 and yytext if they're already #define'd.
8766 * src/flex-scanner.h, src/location.h: Move #include "system.h" to...
8767 * src/scan-code-c.c: ... here.
8768 * src/scan-code.l, src/scan-gram.l: ... and here. Also #include
8769 <config.h>.
8770
0c8e079f
JD
87712006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
8772
8773 Get Bison to build again when configured with --enable-gcc-warnings.
8774 * src/location.c, src/location.h, src/main.c, src/scan-code.l: Add some
8775 missing #include's.
8776 * src/scan-code.l (handle_action_dollar, handle_action_at): Rename
8777 loc argument as it shadows a global.
8778 * src/scan-gram.l: Remove stray comma that prevents boundary_set
8779 invocation.
8780
8781 * src/.cvsignore: Add scan-code.c.
8782
2346344a
AD
87832006-06-07 Akim Demaille <akim@epita.fr>
8784
8785 * src/scan-gram.l: Move the "add a trailing ; to actions" code
8786 to...
8787 * src/scan-code.l: here.
8788 * tests/input.at (Torturing the Scanner): Fix another location
8789 error.
8790
4862bdfd
AD
87912006-06-07 Akim Demaille <akim@epita.fr>
8792
8793 * src/Makefile.am (BUILT_SOURCES): Fix the trailing backslash.
8794
e9071366
AD
87952006-06-06 Akim Demaille <akim@epita.fr>
8796
8797 Extract the parsing of user actions from the grammar scanner.
8798 As a consequence, the relation between the grammar scanner and
8799 parser is much simpler. We can also split "composite tokens" back
8800 into simple tokens.
8801 * src/gram.h (ITEM_NUMBER_MAX, RULE_NUMBER_MAX): New.
8802 * src/scan-gram.l (add_column_width, adjust_location): Move to and
8803 rename as...
8804 * src/location.h, src/location.c (add_column_width)
8805 (location_compute): these.
8806 Fix the column count: the initial column is 0.
8807 (location_print): Be robust to ending column being 0.
8808 * src/location.h (boundary_set): New.
8809 * src/main.c: Adjust to scanner_free being renamed as
8810 gram_scanner_free.
8811 * src/output.c: Include scan-code.h.
8812 * src/parse-gram.y: Include scan-gram.h and scan-code.h.
8813 Use boundary_set.
8814 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_INITIAL_ACTION)
8815 (PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Remove the {...} part,
8816 which is now, again, a separate token.
8817 Adjust all dependencies.
8818 Whereever actions with $ and @ are used, use translate_code.
8819 (action): Remove this nonterminal which is now useless.
8820 * src/reader.c: Include assert.h, scan-gram.h and scan-code.h.
8821 (grammar_current_rule_action_append): Use translate_code.
8822 (packgram): Bound check ruleno, itemno, and rule_length.
8823 * src/reader.h (gram_in, gram__flex_debug, scanner_cursor)
8824 (last_string, last_braced_code_loc, max_left_semantic_context)
8825 (scanner_initialize, scanner_free, scanner_last_string_free)
8826 (gram_out, gram_lineno, YY_DECL_): Move to...
8827 * src/scan-gram.h: this new file.
8828 (YY_DECL): Rename as...
8829 (GRAM_DECL): this.
8830 * src/scan-code.h, src/scan-code.l, src/scan-code-c.c: New.
8831 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
8832 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
8833 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
8834 Move these declarations, and...
8835 (obstack_for_string, STRING_GROW, STRING_FINISH, STRING_FREE):
8836 these to...
8837 * src/flex-scanner.h: this new file.
8838 * src/scan-gram.l (rule_length, rule_length_overflow)
8839 (increment_rule_length): Remove.
8840 (last_braced_code_loc): Rename as...
8841 (gram_last_braced_code_loc): this.
8842 Adjust to the changes of the parser.
8843 Move all the handling of $ and @ into...
8844 * src/scan-code.l: here.
8845 * src/scan-gram.l (handle_dollar, handle_at): Remove.
8846 (handle_action_dollar, handle_action_at): Move to...
8847 * src/scan-code.l: here.
8848 * src/Makefile.am (bison_SOURCES): Add flex-scanner.h,
8849 scan-code.h, scan-code-c.c, scan-gram.h.
8850 (EXTRA_bison_SOURCES): Add scan-code.l.
8851 (BUILT_SOURCES): Add scan-code.c.
8852 (yacc): Be robust to white spaces.
8853
8854 * tests/conflicts.at, tests/input.at, tests/reduce.at,
8855 * tests/regression.at: Adjust the column numbers.
8856 * tests/regression.at: Adjust the error message.
7891a7c4 8857
184e42f0
JD
88582006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
8859
8860 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
8861 Use Akim's wording from
8862 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00056.html>.
8863
7891a7c4
JD
88642006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
8865
8866 Between Bison releases, manually append `+' to the previous Bison
8867 release number, and use that as a signal to automatically print the
8868 ChangeLog's CVS Id keyword from --version. Discussed starting at
8869 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00028.html>.
8870 * ChangeLog: Add Id header.
8871 * configure.ac (AC_INIT): Append `+' to `2.3'.
8872 * src/.cvsignore: Add revision.c.
8873 * src/Makefile.am (bison_SOURCES): Add revision.c and revision.h.
8874 (BUILT_SOURCES): Add revision.c.
8875 (revision.c): New target rule. This file defines a new global variable
8876 named revision. It initializes it with either the Id from ChangeLog
8877 or, if VERSION doesn't contain `+', with the empty string.
8878 * src/getargs.c (version): Print the value of revision.
8879 * src/revision.h: Extern revision.
8880
4ad3ed84
PE
88812006-06-05 Paul Eggert <eggert@cs.ucla.edu>
8882
8883 * NEWS: Version 2.3.
8884 * configure.ac (AC_INIT): Likewise.
8885
02103984
PE
88862006-05-30 Paul Eggert <eggert@cs.ucla.edu>
8887
8888 * data/glr.c (YYRECOVERING): Define to be a function-like macro
8889 with no arguments, not as an object-like macro. This is for
8890 compatibility with data/yacc.c. Problem reported by John P. Hartmann in
8891 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00059.html>.
8892 * doc/bison.texinfo (Action Features, Error Recovery, Table of Symbols):
8893 Document this.
8894
2c08afa5
JD
88952006-05-30 Joel E. Denny <jdenny@ces.clemson.edu>
8896
8897 * src/getargs.c (usage): Back out yesterday's modification of the
8898 --help output so that we don't have to wait for translation before
8899 releasing 2.3.
8900
6077da58
PE
89012006-05-29 Paul Eggert <eggert@cs.ucla.edu>
8902
8903 * doc/bison.texinfo (Introduction): Don't say "GLR grammar".
8904 Problem reported by Akim Demaille.
8905
2a26b6c2
JD
89062006-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
8907
8908 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
8909
aefef0d6
PE
89102006-05-26 Paul Eggert <eggert@cs.ucla.edu>
8911
8912 * data/yacc.c (yy_reduce_print): Omit trailing white space in
8913 generated source code. Problem reported by Frans Englich in
8914 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00049.html>.
8915
fcd8e201
PE
89162006-05-22 Paul Eggert <eggert@cs.ucla.edu>
8917
8918 * Makefile.maint (gzip_rsyncable, GZIP_ENV): Compute within the
8919 shell, not within 'make', so that 'make' by an ordinary builder
8920 (using GNU make) does not worry about configuring gzip. This also
8921 works around a bug reported independently by Keith Thompson and by
8922 Georg Schwarz, whereby gzip 1.2.4 --help would output usage on
8923 stderr rather than stdout, messing up the build logs.
8924
7b5cdcbd
JD
89252006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
8926
8927 * data/yacc.c (yyparse): Wrap the final return from yyparse inside YYID
8928 to make sure that YYID will never be unused. This fixes a 'make
8929 maintainer-check' failure caused by the recent changes to the 'Trivial
8930 grammars' test case, which caused g++ 4.1.0 to complain that YYID was
8931 not used.
8932 * data/glr.c (yyparse): Wrap yyparse's return inside YYID just in case.
8933
5ad0a449
JD
89342006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
8935
8936 * data/glr.c (yyresolveLocations): Remove bogus YYASSERT that the
8937 state before an empty RHS is always resolved here. Only the location
8938 of that state is guaranteed to be resolved, and that's enough. This
8939 fixes the remaining bug reported by Derek M. Jones in
8940 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
8941 * tests/glr-regression.at (Uninitialized location when reporting
8942 ambiguity): Test the above case.
8943 Also, the embedded comments in this test case claim it checks the case
8944 of an empty RHS that has inherited the initial location. However, the
8945 corresponding LHS was already resolved, so yyresolveLocations didn't
8946 actually have reason to modify it. Fix this by forcing
8947 nondeterministic operation at the beginning of the parse.
8948
50cce58e
PE
89492006-05-20 Paul Eggert <eggert@cs.ucla.edu>
8950
8951 * data/c.m4 (b4_yy_symbol_print_generate):
8952 (b4_yy_symbol_print_generate): Use 'YYSTYPE const' rather than
8953 'const YYSTYPE', and similarly for YYLTYPE. This fixes one
8954 of the bugs reported today by Derek M Jones in
8955 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
8956 * doc/bison.texinfo (Value Type): Document that YYSTYPE must be
8957 defined to be a type name without parens or brackets.
8958 (Location Type): Similarly for YYLTYPE.
8959 * tests/regression.at (Trivial grammars): Put in a test for this
8960 bug that will be caught by 'make maintainer-check' (though not,
8961 alas, by 'make check' unless your compiler is picky).
8962
ab8d9dc5
PE
89632006-05-19 Paul Eggert <eggert@cs.ucla.edu>
8964
0d2c8934 8965 * NEWS: Version 2.2.
ab8d9dc5
PE
8966 * configure.ac (AC_INIT): Likewise.
8967
9138c575
JD
89682006-05-17 Joel E. Denny <jdenny@ces.clemson.edu>
8969
8970 * data/glr.c (yyreportTree): Make room in yystates for the state
8971 preceding the RHS. This fixes the segmentation fault reported by Derek
8972 M. Jones in
8973 <http://lists.gnu.org/archive/html/help-bison/2006-05/msg00035.html>.
8974 (yyreportTree, yypdumpstack): Subtract 1 from yyrule before printing
8975 to the user. Reported for yyreportTree by Derek M. Jones later in the
8976 same thread.
8977 * THANKS: Add Derek M. Jones.
8978 Update my email address.
8979 Fix typo in Steve Murphy's name.
8980
276f48df
PE
89812006-05-14 Paul Eggert <eggert@cs.ucla.edu>
8982
d6645148
PE
8983 * data/glr.c (yyreportSyntaxError): Fix off-by-one error in
8984 checking against YYLAST that caused the parser to miss a potential
8985 alternative in its diagnostic.
8986 Problem reported by Maria Jose Moron Fernandez in
8987 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00024.html>.
8988 * data/lalr1.cc (yysyntax_error_): Likewise.
8989 * data/yacc.c (yysyntax_error): Likewise.
8990 * tests/regression.at (_AT_DATA_DANCER_Y): Use static array for
8991 tokens, in case we run into an older C compiler.
8992 (_AT_DATA_EXPECT2_Y, AT_CHECK_EXPECT2): New macros.
8993 Use them to check for the off-by-one error fixed above.
8994
276f48df
PE
8995 * data/yacc.c (yytnamerr): Fix typo: local var should be of type
8996 YYSIZE_T, not size_t.
8997 * tests/regression.at (Trivial grammars): New test, to catch
8998 the error fixed by the above patch.
8999
cd8b5791
AD
90002006-05-14 Akim Demaille <akim@lrde.epita.fr>
9001
9002 * doc/bison.texinfo (C++ Bison Interface): Clarify the naming
9003 scheme.
9004 Reported by Steve Murphy.
9005
34376418
AD
90062006-05-14 Akim Demaille <akim@lrde.epita.fr>
9007
9008 * data/glr.cc, data/lalr1.cc: Using %defines is mandatory.
9009 * data/glr.cc: b4_location_flag is now b4_locations_flag.
9010
327afc7c
AD
90112006-05-14 Akim Demaille <akim@lrde.epita.fr>
9012
9013 Implement --trace=m4.
9014 * src/getargs.c (trace_types, trace_args): Accept trace_m4.
9015 * src/output.c (output_skeleton): When set, pass -dV to m4.
9016
9017 Factor the handling of flags in m4.
9018 * src/output.c (prepare): Rename the muscle names debug, defines,
9019 error_verbose to debug_flag, defines_flag, error_verbose_flag.
9020 * data/c.m4: Adjust.
9021 (_b4_define_flag_if, b4_define_flag_if, b4_defines_if): New.
9022 Use b4_define_flag_if to define other b4_FLAG_if macros.
9023 (b4_location_if): As a consequence, rename as...
9024 (b4_locations_if): this, for consistency.
9025 Adjust all the skeletons.
9026
ba9ecd19
AD
90272006-05-14 Akim Demaille <akim@lrde.epita.fr>
9028
9029 * etc/bench.pm: Shorten bench names.
9030
4e83ea15
AD
90312006-05-14 Akim Demaille <akim@lrde.epita.fr>
9032
9033 * src/output.h, src/output.c (error_verbose): Move to...
9034 * src/getargs.h, src/getargs.c: here.
9035 Sort the flags.
9036 Adjust dependencies.
9037
6e93d810
PE
90382006-05-13 Paul Eggert <eggert@cs.ucla.edu>
9039
9040 * data/c.m4 (b4_copyright): Put the special exception for Bison
9041 skeletons here, so we don't have to put it in each skeleton. All
b15296ff
PE
9042 uses changed. Suggested by Akim Demaille. Also, wrap the
9043 copyright notice, in case it is longer than 80 columns. Replace
9044 comma by newline after title.
6e93d810 9045
eaea13f5
PE
90462006-05-11 Paul Eggert <eggert@cs.ucla.edu>
9047
9048 * doc/bison.texinfo (Calc++ Scanner): The flex behavior is an
9049 incompatibility, not a bug. Mention that it wasn't fixed as of
9050 flex 2.5.33.
9051
3cf084ec
AD
90522006-05-11 Akim Demaille <akim@lrde.epita.fr>
9053
9054 * examples/extexi: Enforce the precedence of concatenation over
9055 >>.
0a9f1c7d 9056 Reported by Tommy Nordgren.
3cf084ec 9057
32c96bd7
AD
90582006-05-11 Akim Demaille <akim@lrde.epita.fr>
9059
9060 * data/lalr1.cc (yytranslate_): Rename token as t to avoid clashes
9061 with the member "token".
f94705b2 9062 Reported by Martin Nylin.
32c96bd7 9063
eaea13f5
PE
90642006-05-08 Paul Eggert <eggert@cs.ucla.edu>
9065
9066 * data/glr.c: Switch to Bison 2.2 special-exception language in
9067 the copyright notice. Use more-regular format for titles and
9068 copyright notices.
9069 * data/glr.cc: Likewise.
9070 * data/location.cc: Likewise.
9071 * data/yacc.cc: Likewise.
9072 * doc/bison.texinfo (Conditions): Document this.
9073 * NEWS: likewise. Upgrade version to 2.2.
9074
6e2d1146
AD
90752006-04-27 Akim Demaille <akim@lrde.epita.fr>
9076
9077 * data/glr.cc: Remove dead code.
9078
47671055
PE
90792006-04-25 Paul Eggert <eggert@cs.ucla.edu>
9080
9081 * bootstrap: Comment out the AM_CPPFLAGS line, since we don't use
9082 that variable and the line breaks the bootstrap. Problem reported
9083 by Juan M. Guerrero.
9084
ed2e6384
AD
90852006-04-24 Akim Demaille <akim@lrde.epita.fr>
9086
9087 * doc/bison.texinfo (Multiple start-symbols): New.
9088
3cedc2dc
AD
90892006-04-24 Akim Demaille <akim@lrde.epita.fr>
9090
9091 * etc/README, etc/bench.pl: New.
9092
b2ddc3f3
AD
90932006-04-03 Akim Demaille <akim@lrde.epita.fr>
9094
9095 * src/scan-gram.l: Be robust to BRACED_CODE appearing before any
9096 rule.
9097 Reported by Mickael Labau.
9098 * tests/input.at (Torturing the Scanner): Test it.
9099
91e3ac9a
PE
91002006-03-16 Paul Eggert <eggert@cs.ucla.edu>
9101
9102 * doc/bison.texinfo (Decl Summary): Don't mention yylloc twice.
9103 Problem reported by Bob Rossi.
9104
91052006-03-13 Paul Eggert <eggert@cs.ucla.edu>
9106
9107 * doc/bison.texinfo: Remove @shorttitlepage stuff; it wasn't used
9108 and didn't really work.
9109 For the index, use @ifnotinfo, not @iftex.
9110 Minor cleanups of spacing and terminology.
9111
5cf61e93
AD
91122006-03-12 Akim Demaille <akim@lrde.epita.fr>
9113
9114 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Fix the definition
9115 of AT_NAME_PREFIX when %name-prefix is not used.
9116
aa08666d
AD
91172006-03-12 Akim Demaille <akim@lrde.epita.fr>
9118
9119 Apply --prefix to C++ skeletons too: they change the namespace.
9120 The test suite already exercize these cases.
9121 * data/c++.m4 (b4_namespace): New.
9122 * data/lalr1.cc, data/glr.cc, data/location.cc: Use it instead of `yy'.
9123 * data/lalr1.cc (yytnameerr_): Move its definition into the namespace.
9124 * data/yacc.c, data/glr.c: Remove a useless `[]'.
9125 * doc/bison.texinfo: Document it.
9126 (Option Cross Key): Use @multitable in all formats. It looks
9127 nicer, even in TeX outputs.
9128 (Rules): Use the same code whatever the output type is.
9129 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS)
9130 (_AT_BISON_OPTION_POPDEFS): Support AT_NAME_PREFIX.
9131 * tests/calc.at: Use it, instead of hard coding `yy'.
91e3ac9a 9132
45567173
AD
91332006-03-10 Akim Demaille <akim@lrde.epita.fr>
9134
9135 * TODO: Remove dead items.
9136
e9d8f881 91372006-03-10 Akim Demaille <akim@lrde.epita.fr>
55ba27be
AD
9138
9139 * doc/FAQ: Remove, merged into...
9140 * doc/bison.texinfo (FAQ): this.
9141 * doc/Makefile.am (EXTRA_DIST): Adjust.
9142
c095d689
AD
91432006-03-10 Akim Demaille <akim@lrde.epita.fr>
9144
9145 * data/c.m4 (b4_token_enum): Always define the enum of tokens,
9146 even if empty.
9147 * data/lalrl1.cc, data/glr.cc (parser::token_type): New.
9148 * doc/bison.texinfo (Calc++ Scanner): Use it.
9149
6e0f8287
PE
91502006-03-09 Paul Eggert <eggert@cs.ucla.edu>
9151
9152 Fix two nits reported by twlevo, plus one more that I discovered.
9153
9154 * src/assoc.h (assoc_to_string): Give a name to the arg, as
9155 this is the usual Bison style.
9156 * src/location.h (location_print): Likewise.
9157
9158 * src/reader.h (token_name): Likewise.
9159
d6b771c3
PE
91602006-03-08 Paul Eggert <eggert@cs.ucla.edu>
9161
9162 Fix some nits reported by twlevo.
9163 * doc/FAQ: Remove ancient Y2K FAQ, replacing it with "secure"
9164 and "POSIX". Use more-modern syntax for URLs. Mention C++
9165 and ask for Java. Don't hardwire OS version numbers. Add
9166 copyright notice.
9167 * m4/.cvsignore: Add unistd_h.m4, for latest gnulib.
9168 * src/conflicts.c (solved_conflicts_obstack): Now static.
9169
1e137b71
JD
91702006-03-08 Joel E. Denny <jdenny@ces.clemson.edu>
9171
9172 * doc/bison.texinfo (Introduction): Mention GLR and C++ as on the web
9173 page. Say "you can use it" not "you may use it" as on the web page;
9174 we're describing capabilities not granting permission.
9175
73f2e47e
PE
91762006-03-06 Paul Eggert <eggert@cs.ucla.edu>
9177
6d05403d
PE
9178 * data/glr.c (yyresolveLocations): Rename local variables to avoid
9179 shadowing warnings. Use usual patter for iterating through RHS.
9180 * tests/glr-regression.at
9181 (Uninitialized location when reporting ambiguity):
9182 Modify yylex so that it uses its argument, rather than trying
9183 to rely on ARGSUSED (which doesn't work for gcc with warnings).
9184 const char -> char const.
9185
73f2e47e
PE
9186 * tests/Makefile.am ($(srcdir)/package.m4, maintainer-check-valgrind):
9187 Don't use tabs inside commands; it messes up 'ps'.
9188 Problem reported by twlevo.
9189
8710fc41
JD
91902006-03-06 Joel E. Denny <jdenny@ces.clemson.edu>
9191
9192 * tests/glr-regression.at (Uninitialized location when reporting
9193 ambiguity): New test case.
9194 * data/glr.c (yyresolveLocations): New function, which uses
9195 YYLLOC_DEFAULT.
9196 (yyresolveValue): Invoke yyresolveLocations before reporting an
9197 ambiguity.
9198 * doc/bison.texinfo (Default Action for Locations): Note
9199 YYLLOC_DEFAULT's usage for ambiguity locations.
9200 (GLR Semantic Actions): Cross-reference those notes.
9201
ae952af2
JD
92022006-03-04 Joel E. Denny <jdenny@ces.clemson.edu>
9203
9204 * tests/glr-regression.at (Leaked semantic values when reporting
9205 ambiguity): Remove unnecessary union and type declarations.
9206 (Leaked lookahead after nondeterministic parse syntax error): New test
9207 case.
9208 * data/glr.c (yyparse): Check for zero stacks remaining before
9209 attempting to shift the lookahead so that you don't lose it.
9210
35ee866a
JD
92112006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
9212
9213 Avoid memory leaks by not invoking longjmp in yyreportAmbiguity.
9214 * tests/glr-regression.at (Leaked semantic values when reporting
9215 ambiguity): New test case.
9216 * data/glr.c (yyreportAmbiguity): Invoke yyyerror directly and return
9217 yyabort rather than invoking yyFail, which invokes longjmp. Remove the
9218 now unnecessary yystackp parameter.
9219 (yyresolveValue): Return yyreportAmbiguity's result. Now the necessary
9220 destructors can be called.
9221
9222 * tests/glr-regression.at: Don't invoke bison with `-t' unnecessarily
9223 in existing testcases.
9224
520181ab
JD
92252006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
9226
9227 Don't leak semantic values for parent RHS when a user action cuts the
9228 parser, and clean up related code a bit.
9229 * tests/glr-regression.at (Leaked merged semantic value if user action
35ee866a
JD
9230 cuts parse): Rename to...
9231 (Leaked semantic values if user action cuts parse): ... this. Add check
520181ab
JD
9232 for leaked parent RHS values.
9233 * data/glr.c (yydestroyGLRState): In debugging output, distinguish
9234 between an unresolved state (non-empty chain of semantic options) and
9235 an incomplete one (signaled by an empty chain).
ae952af2 9236 (yyresolveStates): Document the interface. Move all manipulation of a
520181ab
JD
9237 successfully or unsuccessfully resolved yyGLRState to...
9238 (yyresolveValue): ... here so that yyresolveValue always leaves a
9239 yyGLRState with consistent data and thus is easier to understand.
9240 Remove the yyvalp and yylocp parameters since they are always just
9241 taken from the yys parameter. When reporting a discarded merged value
9242 in debugging output, note that it is incompletely merged. Document the
9243 interface.
9244 (yyresolveAction): If resolving any of the RHS states fails, destroy
9245 them all rather than leaking them. Thus, as long as user actions are
9246 written to clean up the RHS correctly, yyresolveAction always cleans up
9247 the RHS of a semantic option. Document the interface.
9248
18d9185c
PE
92492006-02-27 Paul Eggert <eggert@cs.ucla.edu>
9250
9251 * data/glr.c (yyexpandGLRStack): Catch an off-by-one error that
9252 led to a segmentation fault in GNU Pascal. Problem reported
9253 by Waldek Hebisch.
9254
841a7737
JD
92552006-02-21 Joel E. Denny <jdenny@ces.clemson.edu>
9256
9257 * doc/bison.texinfo (Mid-Rule Actions): Explain how to bury a
9258 mid-rule action inside a nonterminal symbol in order to declare a
9259 destructor for its semantic value.
9260
fc3f467f
PE
92612006-02-16 Paul Eggert <eggert@cs.ucla.edu>
9262
9263 * data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE) && !
9264 YYSTACK_USE_ALLOCA && ! defined YYSTACK_ALLOC && defined
9265 __cplusplus && ! defined _STDLIB_H && !
9266 ((defined YYMALLOC || defined malloc) && (defined YYFREE ||
9267 defined free))]: Include <stdlib.h> rather than rolling our own
9268 declarations of malloc and free, to avoid problems with
9269 incompatible declarations (using 'throw') C++'s stdlib.h. This
9270 should fix Debian bug 340012
9271 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=340012>,
9272 reported by Guillaume Melquiond.
9273
a3af26dd
PE
92742006-02-13 Paul Eggert <eggert@cs.ucla.edu>
9275
4d7bc38c
PE
9276 * NEWS: Clarify symbols versus types in unused-value warnings.
9277
a3af26dd
PE
9278 * configure.ac (AC_INIT): Bump version number.
9279
4e26c69e
PE
92802006-02-13 Paul Eggert <eggert@cs.ucla.edu>
9281
9282 * NEWS: Version 2.1a.
9283 * tests/headers.at (AT_TEST_CPP_GUARD_H): Declare yyerror and yylex,
9284 since C99 requires this.
9285
498e897c
PE
92862006-02-11 Paul Eggert <eggert@cs.ucla.edu>
9287
9288 * m4/c-working.m4: New file.
9289 * configure.ac (BISON_TEST_FOR_WORKING_C_COMPILER): Use it.
9290
57bb17ca
PE
92912006-02-10 Paul Eggert <eggert@cs.ucla.edu>
9292
9293 * Makefile.maint: Merge from coreutils.
9294
0be105dc
PE
92952006-02-09 Paul Eggert <eggert@cs.ucla.edu>
9296
9297 More portability fixes for problems summarized by Nelson H. F. Beebe.
9298
9299 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Catch a
9300 configuration screwup "./configure CC=/opt/SUNWspro/bin/c89
9301 CFLAGS="-xarch=generic64" CXX=/opt/SUNWspro/bin/CC
9302 LDFLAGS="-xarch=generic64" with Sun C 5.7 on Solaris 10; this
9303 messes up because C++ code is compiled in 32-bit mode but linked
9304 in 64-bit mode.
9305
6fc0c024
PE
93062006-02-08 Paul Eggert <eggert@cs.ucla.edu>
9307
9308 More portability fixes for problems summarized by Nelson H. F. Beebe.
9309
7870f699
PE
9310 * doc/bison.texinfo (Calc++ Scanner): Work around a bug in flex
9311 2.5.31. This resembles the 2005-10-10 patch to src/scan-skel.l.
9312
6fc0c024
PE
9313 * examples/calc++/Makefile.am (check_PROGRAMS): Renamed from
9314 nodist_PROGRAMS, since we don't need to actually compile the
9315 example if we're just doing a plain 'make'. This avoids bothering
9316 the installer unnecessarily about problems due to weird C++
9317 compilers.
9318
fe6c2fde
PE
93192006-02-06 Paul Eggert <eggert@cs.ucla.edu>
9320
9321 More portability fixes for problems summarized by Nelson H. F. Beebe.
9322
9323 * tests/headers.at (AT_TEST_CPP_GUARD_H): Use #include <...> rather
9324 than #include "...", and compile with -I'.'. The old method was
9325 not portable, according to Posix and the C standard, and it does
9326 not work with Sun C 5.7, where previous #line directives affect
9327 the working directory used in later #include "..." directives.
9328
927b425b
JMG
93292006-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
9330
9331 Various DJGGP specific issues in /djgpp
9332
d9735e9e
PE
93332006-02-02 Paul Eggert <eggert@cs.ucla.edu>
9334
9335 More portability fixes for problems summarized by Nelson H. F. Beebe.
9336
9337 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check that
9338 '#include <map>' works and that you can apply ++ to iterators.
9339
5a6755af
PE
93402006-02-01 Paul Eggert <eggert@cs.ucla.edu>
9341
67a0dc4f
PE
9342 Work around portability problems summarized by Nelson H. F. Beebe in
9343 <http://lists.gnu.org/archive/html/bug-bison/2005-09/msg00021.html>.
9344
8c86f0ef
PE
9345 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
9346 that '#include <string>' works.
9347
de35dd59
PE
9348 * data/lalr1.cc (yytranslate_): No longer inline, to work around a
9349 porting problem to g++ 3.4.3 on Darwin 7.9.0, where g++ complained
9350 "warning: sorry: semantics of inline function static data `const
9351 unsigned char translate_table[262]' are wrong (you'll wind up with
9352 multiple copies)".
9353
67a0dc4f
PE
9354 * lib/bbitset.h (struct bitset_vtable): Rename members not, and,
9355 or, xor to not_, and_, or_, and xor_, respectively. This works
9356 around a bug in GCC 3.4.3 on Irix 6.5, which apparently has a
9357 random system header somewhere that includes the equivalent of
9358 <iso646.h>.
9359
5a6755af
PE
9360 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that "$CC
9361 -E" works; it apparently doesn't work with PathScale EKO Compiler
67a0dc4f 9362 Suite Version 2.0.
5a6755af 9363
3f001415
JD
93642006-01-30 Joel E. Denny <jdenny@ces.clemson.edu>
9365
9366 During deterministic GLR operation, user actions should be able to
9367 influence the parse by changing yychar. To make this easier to fix and
9368 to make glr.c easier to evolve in general, don't maintain yytoken in
9369 parallel with yychar; just compute yytoken when needed.
9370 * tests/glr-regression.at (Incorrect lookahead during deterministic
9371 GLR): Check that setting yychar in a user action has the intended
9372 effect.
9373 * data/glr.c (yyGLRStack): Remove yytokenp member.
9374 (yyclearin): Don't set *yytokenp.
9375 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Examine
9376 yychar rather than *yytokenp to determine the current lookahead.
9377 Compute yytoken locally when needed.
9378 (yyparse): Likewise. Remove the local yytoken that yytokenp used to
9379 point to.
9380
9381 * doc/bison.texinfo (Bison Options): Remove stray sentence fragment
9382 after `--report' documentation.
9383
e2a8c0f5
PE
93842006-01-30 Paul Eggert <eggert@cs.ucla.edu>
9385
9386 * src/parse-gram.y (grammar_declaration): Location of printer
9387 symbol is @1, not list->location. Bug reported by twlevo.
9388 * tests/input.at (Incompatible Aliases): Adjust to above change.
9389
6b702268
PE
93902006-01-29 Paul Eggert <eggert@cs.ucla.edu>
9391
27622431
PE
9392 * tests/input.at (AT_CHECK_UNUSED_VALUES): Remove. Instead, do
9393 all the test at once. This makes the output easier to read in the
9394 normal case.
9395
6b702268
PE
9396 Fix a longstanding bug uncovered by bro-0.9a9/src/parse.y, which I
9397 got from <http://bro-ids.org/download.html>. The bug is that
9398 when two actions appeared in succession, the second one was
9399 scanned before the first one was added to the grammar rule
9400 as a midrule action. Bison then output the incorrect warning
9401 "parse.y:905.17-906.36: warning: unused value: $3".
9402 * src/parse-gram.y (BRACED_CODE, action): These are no longer
9403 associated with a value.
9404 (rhs): Don't invoke grammar_current_rule_action_append.
9405 (action): Invoke it here instead.
9406 * src/reader.c (grammar_midrule_action): Now extern.
9407 (grammar_current_rule_action_append): Don't invoke
9408 grammar_midrule_action; that is now the scanner's job.
9409 * src/reader.h (last_string, last_braced_code_loc):
9410 (grammar_midrule_action): New decls.
9411 * src/scan-gram.l (last_string): Now extern, sigh.
9412 (last_braced_code_loc): New extern variable.
9413 (<INITIAL>"{"): Invoke grammar_midrule_action if the current
9414 rule already has an action.
9415 (<SC_BRACED_CODE>"}"): Set last_braced_code_loc before returning.
9416 * tests/input.at (AT_CHECK_UNUSED_VALUES):
9417 Add some tests to check that the above changes fixed the bug.
9418
d40ba6c2
PE
94192006-01-27 Paul Eggert <eggert@cs.ucla.edu>
9420
9421 * src/reader.c (symbol_should_be_used): Renamed from symbol_typed_p.
9422 All used changed. Check whether the symbol has a destructor,
9423 not whether it is typed.
9424 * tests/input.at (AT_CHECK_UNUSED_VALUES): Add a destructor, so
9425 that the values are still reported as unused. All line numbers
9426 adjusted.
9427
401aace6
PE
94282006-01-23 Paul Eggert <eggert@cs.ucla.edu>
9429
9430 Work around a bug in bro 0.8, which underparenthesizes its
9431 definition of YYLLOC_DEFAULT.
9432 * data/glr.c: Change all uses of YYLLOC_DEFAULT to parenthesize
9433 their arguments.
9434 * data/lalr1.cc: Likewise.
9435 * data/yacc.cc: Likewise.
9436
06f01bc4
PE
94372006-01-22 Paul Eggert <eggert@cs.ucla.edu>
9438
401aace6
PE
9439 Work around a bug in Pike 7.0, and give the Pike folks a
9440 better way to override the usual int widths.
9441 * data/yacc.c (b4_int_type): Use yytype_uint8, etc., so that the
9442 user can override the types.
9443 (short): #undef, to work around a bug in Pike 7.0.
9444 (yytype_uint8, yytype_int8, yytype_uint16, yytype_int16): New types.
9445 (union yyalloc.yyss): Use yytype_int16 rather than short.
9446 All uses changed.
9447 (yysigned_char): Remove.
9448 * src/parse-gram.y (YYTYPE_UINT8, YYTYPE_INT8, YYTYPE_UINT16):
9449 (YYTYPE_INT16): New macros, to test the new facility in yacc.c.
9450 * tests/regression.at (Web2c Actions): Adjust to above changes.
9451
9452 * src/reader.c (check_and_convert_grammar): New function.
9453 (reader): Close the input file even if something went wrong during
9454 parsing. Minor file descriptor leak reported by twlevo.
9455
06f01bc4
PE
9456 * src/assoc.c (assoc_to_string): Use a default: abort (); case
9457 to pacify gcc -Wswitch-default.
9458 * src/scan-gram.l (adjust_location): Use a default: break; case
9459 to pacify gcc -Wswitch-default.
9460 * src/scan-skel.h (skel_get_lineno, skel_get_in, skel_get_out):
9461 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
9462 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
9463 Move these decls to scan-skel.l, since they don't need to be
9464 visible elsewhere.
9465 * src/scan-skel.l: Accept the above decls.
9466 (skel_lex): New decl, to pacify GCC when unpatched flex 2.5.31
9467 is used.
9468
02650b7f
PE
94692006-01-21 Paul Eggert <eggert@cs.ucla.edu>
9470
9471 * Makefile.cfg (local-checks-to-skip): Add changelog-check,
9472 since we don't want to insist on a version number at the start
9473 of the changelog every time.
9474 * Makefile.maint: Sync from coreutils a bit better.
9475 (sc_trailing_blank): Renamed from sc_trailing_space.
9476 All uses changed.
9477 (sc_no_if_have_config_h, sc_require_config_h):
9478 (sc_prohibit_assert_without_use): New rules.
9479 (sc_obsolete_symbols): Don't catch Makefile.maint itself.
9480 (sc_dd_max_sym_length): Fix leading spaces in rule.
9481 (sc_system_h_headers): Prefix with @.
9482 (sc_useless_cpp_parens, m4-check): Output line numbers.
9483 (changelog-check): Allow version only in head.
9484 * data/c.m4: Use "defined FOO" instead of "defined (FOO)", to
9485 satisfy new Makefile.maint rule.
9486 * data/glr.c: Likewise.
9487 * data/glr.cc: Likewise.
9488 * data/lalr1.cc: Likewise.
9489 * data/yacc.c: Likewise.
9490 * lib/ebitsetv.c: Likewise.
9491 * lib/lbitset.c: Likewise.
9492 * lib/subpipe.c: Likewise.
9493 * lib/timevar.c: Likewise.
9494 * src/system.h: Likewise.
9495 * data/yacc.c (YYSTYPE): Don't generate trailing spaces in output.
9496 * djgpp/Makefile.maint: Add copyright notice.
9497 * djgpp/README.in: Likewise.
9498 * djgpp/config.bat: Likewise.
9499 * djgpp/config.site: Likewise.
9500 * djgpp/config_h.sed: Likewise.
9501 * djgpp/djunpack.bat: Likewise.
9502 * djgpp/config.sed: Fix copyright notice to match standard format.
9503 * djgpp/subpipe.h: Likewise.
9504 * lib/bitsetv-print.c: Likewise.
9505 * lib/bitsetv.c: Likewise.
9506 * lib/subpipe.h: Likewise.
9507 * lib/timevar.c: Likewise.
9508 * lib/timevar.h: Likewise.
9509 * djgpp/subpipe.c: Use standard recipe for config.h.
9510 * lib/abitset.c: Likewise.
9511 * lib/bitset.c: Likewise.
9512 * lib/bitset_stats.c: Likewise.
9513 * lib/bitsetv-print.c: Likewise.
9514 * lib/bitsetv.c: Likewise.
9515 * lib/ebitsetv.c: Likewise.
9516 * lib/get-errno.c: Likewise.
9517 * lib/lbitset.c: Likewise.
9518 * lib/subpipe.c: Likewise.
9519 * lib/timevar.c: Likewise.
9520 * lib/vbitset.c: Likewise.
9521 * tests/local.at: Likewise.
9522 * src/scan-gram.l: Don't include verify.h, since system.h does
9523 that for us.
9524 * .x-sc_require_config_h: New file.
9525 * .x-sc_unmarked_diagnostics: New file.
9526
287c78f6
PE
95272006-01-20 Paul Eggert <eggert@cs.ucla.edu>
9528
287c78f6
PE
9529 Be a bit more systematic about using 'abort'.
9530 * lib/abitset.c (abitset_test): Remove ATTRIBUTE_UNUSED; not needed.
9531 * lib/bitset.c (bitset_bytes, bitset_init, bitset_op4_cmp):
9532 Put 'default: abort ();' before some other case, to satisfy older
9533 pedantic compilers.
9534 * lib/bitset_stats.c (bitset_stats_init): Likewise.
9535 * lib/ebitset.c (ebitset_elt_find, ebitset_op3_cmp): Likewise.
9536 * lib/lbitset.c (lbitset_elt_find, lbitset_op3_cmp): Likewise.
9537 * src/conflicts.c (resolve_sr_conflict): Likewise.
68cae94e
PE
9538 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str):
9539 (get_decision_str, get_orientation_str, get_node_alignment_str):
9540 (get_arrow_mode_str, get_crossing_type_str, get_view_str):
9541 (get_linestyle_str, get_arrowstyle_str): Likewise.
9542 * src/conflicts.c (resolve_sr_conflict):
9543 Use a default case rather than one for the one remaining enum
9544 value, to catch invalid enum values as well.
9545 * src/lalr.c (set_goto_map, map_goto):
9546 Prefer "assert (FOO);" to "if (!FOO) abort ();".
9547 * src/nullable.c (nullable_compute, token_definitions_output):
9548 Likewise.
9549 * src/reader.c (packgram, reader): Likewise.
9550 * src/state.c (transitions_to, state_new, state_reduction_find):
9551 Likewise.
9552 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias):
9553 (symbol_pack): Likewise.
9554 * src/tables.c (conflict_row, pack_vector): Likewise.
287c78f6
PE
9555 * src/scan-skel.l (QPUTS): Remove unnecessary parens.
9556 (BASE_QPUTS, "@output ".*\n): Remove unnecessary asserts.
68cae94e
PE
9557 * src/system.h: Don't include <assert.h>.
9558 (assert): New macro.
9559
9560 * doc/bison.texinfo (Prologue, Rules, Actions, Union Decl, Action Decl):
9561 (Destructor Decl, Parser Function, Pure Calling):
9562 Describe rules for braces inside C code more carefully.
287c78f6 9563
c66dfadd
PE
95642006-01-19 Paul Eggert <eggert@cs.ucla.edu>
9565
c21493b8
PE
9566 Fix some porting glitches found by Nelson H. F. Beebe.
9567 * lib/abitset.c (abitset_resize): Rewrite to avoid warnings from
9568 compilers that don't understand that abort () does not return.
9569 * src/state.c (transitions_to): Likewise.
9570 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
9571 that '#include <cstdlib>' works.
9572 * src/system.h (INT8_MIN, INT16_MIN, INT32_MIN, INT8_MAX):
9573 (INT16_MAX, UINT8_MAX, INT32_MAX, UINT16_MAX, UINT32_MAX):
9574 #undef if ! defined __STDC_VERSION__ || __STDC_VERSION__ < 199901,
9575 for the benefit of some pre-C99 compilers.
9576
b6e3facf
PE
9577 * bootstrap: Undo changes to gnulib files that autoreconf made.
9578
c66dfadd
PE
9579 Minor fixups to get 'make maintainer-check' to work.
9580 * configure.ac: Don't use -Wnested-externs, as it's incompatible
9581 with the new verify.h implementation.
9582 * data/c.m4 (b4_yy_symbol_print_generate): YYUSE (yyoutput).
9583 * data/glr.c (YYUSE): Depend on __GNUC__ as well.
9584 * data/yacc.c (YYUSE): Likewise.
9585 * data/lalr1.cc (yysyntax_error_): YYUSE (yystate).
9586 * lib/subpipe.c (end_of_output_subpipe): The args are unused.
9587 * src/parse-gram.y (declaration): Don't pass a string constant
9588 to a function that expects char *, since GCC might complain
9589 about the constant value.
9590 * src/reader.c (symbol_typed_p): Add parens to pacify GCC.
9591 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): #undef yylloc and yylval
9592 before #defining them.
9593 * tests/glr-regression.at
9594 (Incorrectly initialized location for empty right-hand side in GLR):
9595 In yyerror, use the msg arg.
9596 (Corrupted semantic options if user action cuts parse):
9597 (Incorrect lookahead during deterministic GLR):
9598 (Incorrect lookahead during nondeterministic GLR):
9599 Don't name a local var 'index'; it shadows string.h's 'index'.
9600
ed94ef2a
AD
96012006-01-19 Akim Demaille <akim@epita.fr>
9602
9603 * tests/calc.at (_AT_DATA_CALC_Y): Initialize the whole initial
9604 location, not just parts of it.
9605
e9ad4aec
PE
96062006-01-18 Paul Eggert <eggert@cs.ucla.edu>
9607
d6ca7905
PE
9608 * NEWS: Document the fact that multiple %unions are now allowed.
9609 * doc/bison.texinfo (Union Decl): Likewise.
51cbef6f
PE
9610 * TODO: This feature is now implemented, so remove it from
9611 the wishlist.
d6ca7905 9612
ef1b70e0
PE
9613 * Makefile.maint: Merge with coreutils Makefile.maint.
9614 (CVS_LIST): Use build-aux version if available.
9615 (VERSION_REGEXP): New macro.
9616 (syntax-check-rules): Add sc_no_if_have_config_h,
9617 sc_prohibit_assert_without_use, sc_require_config_h,
9618 sc_useless_cpp_parens.
9619 (sc_obsolete_symbols): Check for O_NDELAY.
9620 (sc_dd_max_sym_length): Track coreutils.
9621 (sc_unmarked_diagnostics): Look in all files, not just *.c.
9622 (sc_useless_cpp_parens): New rule.
9623 (news-date-check): Look for version or today's date.
9624 (changelog-check): Don't require version number near head.
9625 (copyright-check): Use current year instead of hardwiring 2005.
9626 (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
9627 (announcement): Add --gpg-key-ID.
9628
9629 * djgpp/config.sed: Add copyright notice, and replace "filesystem"
9630 with "file system".
9631
2073ce56 9632 Avoid undefined behavior that addressed just before the start of an
e9ad4aec
PE
9633 array. Problem reported by twlevo.
9634 * src/reader.c (packgram): Prepend a new sentinel before ritem.
9635 * src/lalr.c (build_relations): Rely on new sentinel.
9636 * src/gram.c (gram_free): Adjust to new sentinel.
9637
b7691f15
JD
96382006-01-12 Joel E. Denny <jdenny@ces.clemson.edu>
9639
9640 * data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses to
9641 yylookaheadNeeds. All uses updated.
9642 (yysplitStack): Rename local yynewLookaheadStatuses to
9643 yynewLookaheadNeeds.
9644 * data/glr-regression.at (Incorrect lookahead during nondeterministic
9645 GLR): In comments, change `lookahead status' to `lookahead need'.
9646
ddee1b06
PH
96472006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
9648
9649 * data/glr.c (yysplitStack): A little stylistic rewrite.
9650
12f4614d
PH
96512006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
9652
9653 * data/glr.c (yyaddDeferredAction): Flesh out the comment.
9654
32c29292
JD
96552006-01-11 Joel E. Denny <jdenny@ces.clemson.edu>
9656
9657 * doc/bison.texinfo: Fix some typos.
9658 (GLR Semantic Actions): New subsection discussing special
9659 considerations because GLR semantic actions might be deferred.
9660 (Actions): Mention look-ahead usage of yylval.
9661 (Actions and Locations): Mention look-ahead usage of yylloc.
9662 (Special Features for Use in Actions): Add YYEOF entry and mention it
9663 in the yychar entry.
9664 In the yychar entry, remove mention of the local yychar case (pure
9665 parser) since this is irrelevant information when writing semantic
148d66d8 9666 actions and since it's already discussed in `Table of Symbols' where
32c29292
JD
9667 yychar is otherwise described as an external variable.
9668 In the yychar entry, don't call it the `current' look-ahead since it
9669 isn't when semantic actions are deferred.
9670 In the yychar and yyclearin entries, add note about deferred semantic
9671 actions.
9672 Add yylloc and yylval entries discussing look-ahead usage.
9673 (Look-Ahead Tokens): When discussing yychar, don't call it the
9674 `current' look-ahead, and do mention yylval and yylloc.
9675 (Error Recovery): Cross-reference `Action Features' when mentioning
9676 yyclearin.
148d66d8 9677 (Table of Symbols): In the yychar entry, don't call it the `current'
32c29292
JD
9678 look-ahead.
9679 In the yylloc and yylval entries, mention look-ahead usage.
9680
de366a2f 96812006-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
2781dbd1
JD
9682
9683 * tests/glr-regression.at: Update copyright year to 2006.
9684
bf70fa87
JD
96852006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
9686
9687 * data/glr.c (yyGLRStateSet): Add yybool* yylookaheadStatuses member to
9688 use during nondeterministic operation to track which stacks have
9689 actually needed the current lookahead.
9690 (yyinitStateSet, yyfreeStateSet, yyremoveDeletes, yysplitStack):
9691 Allocate, deallocate, resize, and otherwise shuffle space for
9692 yylookaheadStatuses in parallel with yystates member of yyGLRStateSet.
9693 (yysplitStack, yyprocessOneStack, yyparse): Set lookahead status
9694 appropriately during nondeterministic operation.
9695 (yySemanticOption): Add int yyrawchar, YYSTYPE yyval, and YYLTYPE yyloc
9696 members to store the current lookahead to be used by the deferred
9697 user action.
9698 (yyaddDeferredAction): Add size_t yyk parameter specifying the stack
9699 from which the RHS is taken. Set the lookahead members of the new
9700 yySemanticOption according to the lookahead status for stack yyk.
9701 (yyglrShiftDefer, yyglrReduce): Pass yyk parameter on to
9702 yyaddDeferredAction.
9703 (yyresolveAction): Set yychar, yylval, and yylloc to the lookahead
9704 members of yySemanticOption before invoking yyuserAction, and then set
9705 them back to their current values afterward.
9706 (yyparse): Set yychar = YYEMPTY where yytoken = YYEMPTY.
9707 (yyreportAmbiguity): Add /*ARGSUSED*/ to pacify lint.
9708 * tests/glr-regression.at: Remove `.' from the ends of recent test case
9709 titles for consistency.
9710 (Leaked merged semantic value if user action cuts parse): In order to
9711 suppress lint warnings, use arguments in merge function, and assign
9712 char value < 128 in main.
9713 (Incorrect lookahead during deterministic GLR): New test case.
9714 (Incorrect lookahead during nondeterministic GLR): New test case.
9715
05449a2c
JD
97162006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
9717
de366a2f 9718 * data/c.m4 (b4_yy_symbol_print_generate): In yy_symbol_print, accept
05449a2c
JD
9719 !yyvaluep as signal that no semantic value is available to print.
9720 * data/glr.c (yydestroyGLRState): If state is not resolved, don't try
9721 to print a semantic value.
9722
4158e0a1 97232006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
fd2493f7 9724
4158e0a1
JD
9725 * tests/glr-regression.at: For consistency with my newer test cases,
9726 don't thank myself.
9727
d659304d
JD
97282006-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
9729
9730 * data/glr.c (yyresolveValue): When merging semantic options, if at
9731 least one user action succeeds but a later one cuts the parse, then
9732 destroy the semantic value before returning rather than leaking it.
9733 (yyresolveStates): If a user action cuts the parse and thus
9734 yyresolveValue fails, ignore the (unset) semantic value rather than
9735 corrupting the yyGLRState, and empty the semantic options list since
9736 the user actions should have called all necessary destructors.
9737 Simplify code with YYCHK.
9738 * tests/glr-regression.at (Corrupted semantic options if user action
9739 cuts parse): New test case.
9740 (Undesirable destructors if user action cuts parse): New test case.
9741 Before applying any of this patch, this test case never actually failed
9742 for me... but only because the corrupted semantic options usually
9743 masked this bug.
9744 (Leaked merged semantic value if user action cuts parse): New test
9745 case.
9746
6ec2c0f2
AD
97472006-01-05 Akim Demaille <akim@epita.fr>
9748
9749 * src/reader.c, src/symlist.h, src/symlist.c: s/mid_rule/midrule/.
9750
1b9c21fb
PE
97512006-01-04 Paul Eggert <eggert@cs.ucla.edu>
9752
9753 * data/c.m4 (b4_c_modern): New macro, with a new provision for
9754 _MSC_VER. Problem reported by Cenzato Marco.
9755 (b4_c_function_def): Use it.
9756 * data/yacc.c (YYMODERN_C): Remove. All uses replaced by
9757 b4_c_modern.
9758 (yystrlen, yystpcpy, yyparse): Use b4_c_function... macros rather
9759 than rolling our own.
9760
84866159
AD
97612006-01-04 Akim Demaille <akim@epita.fr>
9762
9763 Also warn about non-used mid-rule values.
9764 * src/symlist.h, src/symlist.c (symbol_list): Add a mid_rule
9765 member.
9766 (symbol_list_new): Adjust.
9767 * src/reader.c (symbol_typed_p): New.
9768 (grammar_rule_check): Use it.
9769 (grammar_midrule_action): Bind a mid-rule LHS to its rule.
9770 Check its rule.
9771 * tests/input.at (AT_CHECK_UNUSED_VALUES): New.
9772 Use it.
9773 * tests/actions.at (Exotic Dollars): Adjust.
9774
378f4bd8
AD
97752006-01-04 Akim Demaille <akim@epita.fr>
9776
9777 * src/reader.c (grammar_midrule_action): If $$ is set in a
9778 mid-rule, move the `used' bit to its lhs.
9779 * tests/input.at (Unused values): New.
9780 * tests/actions.at (Exotic Dollars): Adjust: exp is not typed.
9781
e2a21b6f
PE
97822006-01-03 Paul Eggert <eggert@cs.ucla.edu>
9783
54662697
PE
9784 * doc/bison.texinfo (Bison Options): Say more accurately what
9785 --yacc does.
9786 * src/parse-gram.y (rules_or_grammar_declaration): Don't complain
9787 about declarations in the grammar when in Yacc mode, as POSIX does
9788 not require a diagnostic when the grammar uses extensions.
9789
9790 * src/reduce.c (reduce_grammar): Remove unnecessary cast to bool.
9791
073f9288
PE
9792 Warn about dubious constructions like "%token T T".
9793 Reported by twlevo.
9794 * src/symtab.h (struct symbol.declared): New member.
9795 * src/symtab.c (symbol_new): Initialize it to false.
9796 (symbol_class_set): New arg DECLARING, specifying whether
9797 this is a declaration that we want to warn about, if there
9798 is more than one of them. All uses changed.
9799
1221b78a
PE
9800 * data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c:
9801 Allow multiple %union directives, whose contents concatenate.
9802 * src/parse-gram.y (grammar_declaration): Likewise.
9803 Use muscle_code_grow, so that we don't need stype_line any more.
9804 All uses changed.
9805
9806 * src/muscle_tab.c (muscle_grow): Fix comment.
9807
e2a21b6f
PE
9808 * ChangeLog, data/c.m4, data/glr.c, data/glr.cc, data/location.cc:
9809 * data/yacc.c, src/getargs.c, src/output.c, tests/cxx-type.at:
9810 Update copyright year to 2006.
9811
8f7e3cf9
AD
98122006-01-03 Akim Demaille <akim@epita.fr>
9813
9814 Have glr.cc pass (some of) the calc.at tests.
9815 * data/glr.cc (b4_parse_param_orig): New.
9816 (b4_parse_param): Improve its definition, and bound it more
9817 clearly in the skeleton.
9818 (b4_epilogue): Append, instead of prepending, in order to keep
9819 #line consistency.
9820 Simplify the generation of auxiliary functions: locations and
9821 purity are mandated.
9822 (b4_global_tokens_and_yystype): Honor it.
9823 * data/location.cc (c++.m4): Don't include it.
9824 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Define AT_GLR_CC_IF
9825 and AT_SKEL_CC_IF.
9826 * tests/calc.at (AT_CHECK_CALC): Rely on AT_SKEL_CC_IF instead of
9827 AT_LALR1_CC_IF.
9828 Be sure to initialize the first position's filename.
9829 (AT_CHECK_CALC_LALR1_CC): Add %location and %defines, they are
9830 mandated anyway.
9831 (AT_CHECK_CALC_GLR_CC): New.
9832 Use it to exercise glr.cc as a lalr1.cc drop-in replacement.
9833
3953ed88
AD
98342006-01-02 Akim Demaille <akim@epita.fr>
9835
9836 * src/output.c (output_skeleton): Don't hard wire the inclusion of
9837 c.m4.
0a96ba81 9838 * data/c++.m4, data/glr.c, data/yacc.c: Include c.m4.
3953ed88
AD
9839 * data/glr.cc: Do not include stack.hh.
9840
9ecafbbf
AD
98412006-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
9842
9843 * data/glr.c: Reformat whitespace with tabs.
9844 (b4_lpure_formals): Remove this unused m4 macro.
9845 * tests/cxx-type.at: Reformat whitespace with tabs.
9846 (_AT_TEST_GLR_CXXTYPES): In union Node, rename node_info to nodeInfo
9847 since it's a member. Rename type to isNterm for clarity.
9848
c4d497a0
AD
98492005-12-29 Akim <akim@sulaco.local>
9850
9851 Let glr.cc catch up with symbol_value_print.
9852 * data/glr.cc (b4_yysymprint_generate): Replace by...
9853 (b4_yy_symbol_print_generate): this.
9854 (yy_symbol_print, yy_symbol_value_print): Declare them.
9855
4517da37
PE
98562005-12-28 Paul Eggert <eggert@cs.ucla.edu>
9857
9858 * src/location.h (boundary): Note that a line or column equal
9859 to INT_MAX indicates an overflow.
9860 * src/scan-gram.l: Include verify.h. Don't include get-errno.h.
9861 (rule_length_overflow, increment_rule_length, add_column_width):
9862 New functions.
9863 (<INITIAL>{id}, <SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'"):
9864 (<SC_BRACED_CODE>"}"):
9865 Use increment_rule_length rather than incrementing it by hand.
9866 (adjust_location, handle_syncline): Diagnose overflow.
9867 (handle_action_dollar, handle_action_at):
9868 Fix bug with monstrosities like $-2147483648.
9869 Remove now-unnecessary checks.
9870 (scan_integer): Verify assumptions and remove now-unnecessary checks.
9871 (convert_ucn_to_byte): Verify assumptions.
9872 (handle_syncline): New arg LOC. All callers changed.
9873 Don't store through a value derived from char const * pointer.
9874
9875 * src/reader.c (grammar_rule_check): Rewrite slightly to avoid
9876 GCC warnings.
9877
e3233bf6
PE
98782005-12-27 Paul Eggert <eggert@cs.ucla.edu>
9879
9880 * src/reader.c (grammar_midrule_action, grammar_symbol_append):
9881 Remove unnecessary forward static decls.
9882
8f3596a6
AD
98832005-12-27 Akim Demaille <akim@epita.fr>
9884
9885 * src/reader.c (grammar_current_rule_check): Also check that $$
9886 is used.
9887 Take the rule to check as argument, hence rename as...
9888 (grammar_rule_check): this.
9889 * src/reader.h, src/reader.c (grammar_rule_begin, grammar_rule_end):
9890 Rename as...
9891 (grammar_rule_begin, grammar_rule_end): these, for consistency.
9892 (grammar_midrule_action, grammar_symbol_append): Now static.
9893 * tests/torture.at (input): Don't rely on the default action
9894 being always performed.
9895 * tests/calc.at: "Set" $$ even when the action is "cut" with
9896 YYERROR or other.
9897 * tests/actions.at (Exotic Dollars): Instead of using unused
9898 values, check that the warning is issued.
9899
721be13c
PE
99002005-12-22 Paul Eggert <eggert@cs.ucla.edu>
9901
9902 * NEWS: Improve wording for unused-value warnings.
9903
a0af42fc
AD
99042005-12-22 Akim Demaille <akim@epita.fr>
9905
9906 * data/lalr1.cc, data/yacc.c, data/glr.c, data/c.m4
9907 (b4_yysymprint_generate): Rename as...
9908 (b4_yy_symbol_print_generate): this.
9909 Generate yy_symbol_print instead of yysymprint.
9910 Generate also yy_symbol_value_print, and use it.
9911
affac613
AD
99122005-12-22 Akim Demaille <akim@epita.fr>
9913
721be13c 9914 * NEWS: Warn about unused values.
affac613
AD
9915 * src/symlist.h, src/symlist.c (symbol_list, symbol_list_new): Add
9916 a `used' member.
9917 (symbol_list_n_get, symbol_list_n_used_set): New.
9918 (symbol_list_n_type_name_get): Use symbol_list_n_get.
9919 * src/scan-gram.l (handle_action_dollar): Flag used symbols.
9920 * src/reader.c (grammar_current_rule_check): Check that values are
9921 used.
9922 * src/symtab.c (symbol_print): Accept 0.
9923 * tests/existing.at: Remove the type information.
9924 Empty the actions.
9925 Remove useless actions (beware of mid-rule actions: perl -000
9926 -pi -e 's/\s*\{\}(?=[\n\s]*[|;])//g').
9927 * tests/actions.at (Exotic Dollars): Use unused values.
9928 * tests/calc.at: Likewise.
9929 * tests/glr-regression.at (No users destructors if stack 0 deleted):
9930 Likewise.
9931
9932 * src/gram.c (rule_useful_p, rule_never_reduced_p): Use
9933 rule_useful_p.
9934
9d9b8b70
PE
99352005-12-21 Paul Eggert <eggert@cs.ucla.edu>
9936
8bb4c753
PE
9937 Undo 2005-12-01 tentative license wording change. The wording is
9938 still being reviewed by the lawyers, and we don't want to wait for
9939 them before publishing a test release. For now, revert to the
9940 previous wording.
9941 * NEWS: Undo 2005-12-01 change.
9942 * data/glr.c: Revert to previous license wording.
9943 * data/glr.cc: Likewise.
9944 * data/lalr1.cc: Likewise.
9945 * data/location.cc: Likewise.
9946 * data/yacc.c: Likewise.
9947
9d9b8b70
PE
9948 * NEWS: Reword %destructor vs YYABORT etc.
9949 * data/glr.c: Use American spacing, for consistency.
9950 * data/glr.cc: Likewise.
9951 * data/lalr1.cc: Likewise.
9952 * data/yacc.c: Likewise.
9953 * data/yacc.c: Reformat comments slightly.
9954 * doc/bison.texinfo: Replace "non-" with "non" when that makes sense,
9955 for consistency. Fix some spelling errors and reword recently-included
9956 text slightly.
9957 * tests/cxx-type.at: Cast results of malloc, for C++.
9958
2c3b392a
AD
99592005-12-21 Joel E. Denny <address@hidden>
9960
9961 * tests/cxx-type.at: Construct a tree, count the parents of shared
9962 nodes, and free each node once and only once. Previously, the memory
9963 for semantic values was leaked instead.
9964
d6cff4dc
AD
99652005-12-21 Joel E. Denny <address@hidden>
9966
9967 * data/glr.c (struct yyGLRStack): If pure, add yyval and yyloc members.
9968 (yylval, yylloc): If pure, #define to yystackp->yyval and
9969 yystackp->yyloc similar to yychar and yynerrs.
9970 (yyparse): If pure, remove local yylval and yylloc. Add local
9971 yystackp to accommodate pure definitions of yylval and yylloc.
9972 (b4_lex_param, b4_lyyerror_args, b4_lpure_args): If pure, change
9973 yylvalp and yyllocp to &yylval and &yylloc.
9974 (nerrs, char, lval, lloc): If pure, add #define's for b4_prefix[]
9975 namespace. Previously, nerrs and char were missing, but lval and lloc
9976 weren't necessary.
9977 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Remove
9978 yylvalp and yyllocp parameters since, if pure, these are now always
9979 accessible through yystackp. If not pure, they are still accessible
9980 globally.
9981 * data/glr.c, data/yacc.c (YYLLOC_DEFAULT): Change `if (N)' to
9982 `if (YYID (N))' to pacify lint.
9983
a85284cf
AD
99842005-12-21 Akim Demaille <akim@epita.fr>
9985
9986 YYACCEPT, YYERROR, and YYABORT, as user actions, should not
9987 destroy the RHS symbols of a rule.
9988 * data/yacc.c (yylen): Initialize to 0.
9989 Keep its value to the number of items to possibly shift.
9990 In particular, a regular successful parse that ends on YYFINAL by
9991 a (internal) YYACCEPT must not have yylen != 0.
9992 (yyerrorlab, yyreturn): Pop the RHS.
9993 Reorder a bit to emphasize the `shifting' bits of code.
9994 (YYPOPSTACK): Now accept a number of items to pop.
9995 * data/lalr1.cc: Likewise.
9996 * data/glr.c: Formatting changes.
9997 Use goto instead of fall through.
9998 * doc/bison.texinfo (Destructor Decl): Complete.
9999
d508c281
JMG
100002005-12-20 Juan Manuel Guerrero <juan.guerrero@gmx.de>
10001
10002 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
10003 * djgpp/Makefile.maint: Fix PACKAGE variable computation.
10004 * djgpp/config.bat: Replace every occurence of the file name
10005 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
10006 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
10007 * djgpp/config.sed: Replace every occurence of the file name
10008 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
10009 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
10010 * djgpp/djunpack.bat: DJGPP specific file.
10011 * djgpp/fnchange.lst: DJGPP specific file.
10012 * djgpp/README.in: Add new information about how to unpack the bison
10013 source on MSDOS and other systems which have 8.3 file name restrictions
10014 using djunpack.bat and fnchange.lst.
10015
3e7a2cd9
PE
100162005-12-12 Paul Eggert <eggert@cs.ucla.edu>
10017
10018 * bootstrap (build_cvs_prefix): Remove; unused.
10019 (CVS_PREFIX): Adjust to yesterday's Savannah reorganization
10020 when getting gnulib.
10021
100222005-12-12 "Joel E. Denny" <jdenny@ces.clemson.edu>
10023
10024 * data/glr.c: Reorder typedef declarations for structs to match order
10025 of struct declarations.
10026 Rename yystack everywhere to yystackp except in yyparse where it's not
10027 a pointer.
10028 (yyglrShift): Change parameter YYSTYPE yysval to YYSTYPE* yyvalp for
10029 consistency.
10030 (yyis_table_ninf): Change 0 to YYID (0) to pacify lint.
10031 (yyreportSyntaxError): Add /*ARGSUSED*/ to pacify lint.
10032 (yyparse): Change while (yytrue) to while ( YYID (yytrue)) to pacify
10033 lint.
10034
877519f8
PE
100352005-12-09 Paul Eggert <eggert@cs.ucla.edu>
10036
0eca5a39
PE
10037 * tests/sets.at (Accept): Fix typos in regular expression used to
10038 sed out the final state number.
10039
2cec9080
PE
10040 Work around portability problem on Solaris 10: flex-generated
10041 files include <stdio.h> before <config.h>, which messes up
10042 because the latter defines __EXTENSIONS__. Address the problem
10043 by creating two new little files that include <config.h> first,
10044 then include the flex-generated files. Rewrite everyone else
10045 to include <config.h> first, as well.
10046 * lib/timevar.c: Always include "config.h".
10047 * src/Makefile.am (bison_SOURCES): Replace scan-gram.l with
10048 scan-gram-c.c, and scan-skel.l with scan-skel-c.c.
10049 (EXTRA_bison_SOURCES): New macro.
10050 * src/scan-gram-c.c, src/scan-skel-c.c: New files.
10051 * src/system.h: Don't include config.h.
10052 * src/LR0.c: Include <config.h> first.
10053 * src/assoc.c: Likewise.
10054 * src/closure.c: Likewise.
10055 * src/complain.c: Likewise.
10056 * src/conflicts.c: Likewise.
10057 * src/derives.c: Likewise.
10058 * src/files.c: Likewise.
10059 * src/getargs.c: Likewise.
10060 * src/gram.c: Likewise.
10061 * src/lalr.c: Likewise.
10062 * src/location.c: Likewise.
10063 * src/main.c: Likewise.
10064 * src/muscle_tab.c: Likewise.
10065 * src/nullable.c: Likewise.
10066 * src/output.c: Likewise.
10067 * src/parse-gram.y: Likewise.
10068 * src/print.c: Likewise.
10069 * src/print_graph.c: Likewise.
10070 * src/reader.c: Likewise.
10071 * src/reduce.c: Likewise.
10072 * src/relation.c: Likewise.
10073 * src/state.c: Likewise.
10074 * src/symlist.c: Likewise.
10075 * src/symtab.c: Likewise.
10076 * src/tables.c: Likewise.
10077 * src/uniqstr.c: Likewise.
10078 * src/vcg.c: Likewise.
10079
877519f8
PE
10080 * src/parse-gram.y: Fix minor problems uncovered by lint.
10081 (current_lhs, current_lhs_location): Now static.
10082 (current_assoc): Remove unused variable.
10083
10084 Cleanups so that Bison-generated parsers have less lint.
10085 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate):
10086 Prepend /*ARGSUSED*/, for lint's sake.
10087 * data/glr.c (YYUSE): Properly parenthesize, and use an alternate
10088 definition if 'lint' is defined.
10089 (YYID): New macro (or function, if lint).
10090 All uses of /*CONSTCOND*/0 replaced by YYID(0).
10091 * data/yacc.c: Likewise.
10092 * data/glr.c (yyuserAction, yyuserMerge, yy_reduce_print):
10093 (yyrecoverSyntaxError): Prepend /*ARGSUSED*/.
10094 * data/glr.cc (YYLLOC_DEFAULT): Omit /*CONSTCOND*/ since this code
10095 is C++ only.
10096 * data/lalr1.cc (YYUSE): Just use a cast, since this code is C++ only.
10097 * data/yacc.c (YYSTACK_FREE) [defined YYSTACK_ALLOC]:
10098 Use YYID(0) rather than 0, for lint.
10099 (yystrlen): Rewrite to avoid lint warning about ptrdiff_t overflow.
10100 (yysyntax_error): Rewrite to avoid lint warnings about parenthesization.
10101
f5228370
PE
101022005-12-07 Paul Eggert <eggert@cs.ucla.edu>
10103
10104 * tests/glr-regression.at
10105 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
10106 Close memory leak reported by twlevo.
10107
69ce078b
PE
101082005-12-06 "Joel E. Denny" <jdenny@ces.clemson.edu>
10109
6ff99711
PE
10110 * data/glr.c (yyprocessOneStack, yyparse): Synchronize the shift for
10111 all stacks.
10112 (yyparse): Iterate another stack in order to call user destructors.
69ce078b
PE
10113 * tests/glr-regression.at (No users destructors if stack 0 deleted):
10114 New test case.
10115 (Duplicated user destructor for lookahead): This test now is expected
10116 to succeed.
10117
af3412cd
PE
101182005-12-01 Paul Eggert <eggert@cs.ucla.edu>
10119
32b5b719 10120 * NEWS: Document the following change.
af3412cd
PE
10121 * data/yacc.c: Say "parser skeleton" rather than "file", since
10122 it's no longer just a file.
10123 * data/glr.c: Grant a special exception for C GLR parsers, that
10124 reads like the already-existing exception for C LALR(1) parsers.
10125 * data/glr.cc: Likewise.
10126 * data/lalr1.cc: Likewise.
10127 * data/location.cc: Likewise.
10128 * data/yacc.c: Reword the "written by" statement to clarify that
10129 it was the parser skeleton, not the entire output file.
10130 * data/glr.c: Written by Paul Hilfinger.
10131 * data/glr.cc: Written by Akim Demaille.
10132 * data/lalr1.cc: Likewise.
10133
035aa4a0
PE
101342005-11-18 Paul Eggert <eggert@cs.ucla.edu>
10135
d9963c85
PE
10136 * data/yacc.c (yy_reduce_print, YY_REDUCE_PRINT):
10137 Fix typos in previous change that broke 'make check'.
10138 YY_REDUCE_PRINT cannot be a pseudo-varargs macro; that isn't
10139 supported in C.
10140 * tests/calc.at (_AT_CHECK_CALC,_AT_CHECK_CALC_ERROR):
10141 Don't check NUM-STDERR-LINES, since the output format is fluctuating.
10142 We can revert this once things settle down.
10143
035aa4a0
PE
10144 * src/conflicts.c (conflicts_print): Don't print file name twice
10145 when %expect fails because there were no conflicts.
10146 * doc/bison.texinfo (Expect Decl): Tighten up wording in previous
10147 change.
10148 * tests/conflicts.at (%expect not enough, %expect too much):
10149 (%expect with reduce conflicts): Adjust to new behavior.
10150
101512005-11-18 Akim Demaille <akim@epita.fr>
10152
10153 * src/conflicts.c (conflicts_print): Unsatisfied %expectation are
10154 errors.
10155 * NEWS: Document this.
10156 * doc/bison.texinfo (Expect Decl): Likewise.
10157
d1ff7a7c
AD
101582005-11-16 Akim Demaille <akim@epita.fr>
10159
10160 Generalize the display of semantic values and locations in traces.
10161 * data/glr.c (yy_reduce_print): Fix indices (again).
10162 * data/c++.m4 (b4_rhs_value, b4_rhs_location): Don't expect
10163 literal integers.
10164 * data/lalr1.cc (yyreduce_print): Rename as...
10165 (yy_reduce_print): this.
10166 Display values and locations.
10167 * data/yacc.c (yy_reduce_print): Likewise.
10168 (YY_REDUCE_PRINT): Adjust to pass the required arguments.
10169 (yysymprint): Move higher to be visible from yy_reduce_print).
10170 (yyparse): Adjust.
10171 * tests/calc.at: Adjust the expected length of the traces.
10172
6de5398d
AD
101732005-11-14 Akim Demaille <akim@epita.fr>
10174
10175 * data/glr.c (yy_reduce_print): The loop was quite wrong: type are
10176 from 1 to N, while values and location start at 0.
10177 (b4_rhs_location, b4_rhs_value): Add parens around $1 and $2.
10178
a1373f55
AD
101792005-11-14 Akim Demaille <akim@epita.fr>
10180
10181 * data/glr.c (yy_reduce_print): Fix the $ number.
10182
613d8952
AD
101832005-11-14 Akim Demaille <akim@epita.fr>
10184
10185 "Use" parse parameters.
10186 * data/c.m4 (b4_parse_param_for, b4_parse_param_use): New.
10187 * data/glr.c, data/glr.cc: Use them.
10188 * data/glr.c (YYUSE): Have a C++ definition that supports
10189 non-pointer types.
10190
b2741627
AD
101912005-11-14 Akim Demaille <akim@epita.fr>
10192
10193 * data/glr.c (yyexpandGLRStack): Declare only if defined.
10194
5059b5c8
AD
101952005-11-14 Akim Demaille <akim@epita.fr>
10196
42249483
AD
10197 * data/glr.cc: New.
10198 * data/m4sugar/m4sugar.m4 (m4_prepend): New.
5059b5c8 10199
4626a15d
AD
102002005-11-12 Akim Demaille <akim@epita.fr>
10201
10202 Let position and location be PODs.
10203 * data/location.cc (position::initialize, location::initialize): New.
10204 (position::position, location::location): Define only if
10205 b4_location_constructors is defined.
10206 * data/lalr1.cc (b4_location_constructors): Define it for backward
10207 compatibility.
10208 * doc/bison.texinfo (Initial Action Decl): Use initialize.
10209
102102005-11-12 Akim Demaille <akim@epita.fr>
98ae9643
AD
10211
10212 * data/lalr1.cc: Move the body of the ctor and dtor into the
10213 parser file (instead of the header).
10214 Wrap the implementations in a "namespace yy".
10215
102162005-11-12 Akim Demaille <akim@epita.fr>
10217
10218 Have glr.c include its header file when created.
10219 * data/glr.c (b4_shared_declarations): New.
10220 Output them verbatim in the parser if !%defines, otherwise
10221 output then in the header file, and include it instead.
10222
1989d947
AD
102232005-11-11 Akim Demaille <akim@epita.fr>
10224
10225 * data/glr.c: Comment changes.
10226
102272005-11-11 Akim Demaille <akim@epita.fr>
62b08cfc
AD
10228
10229 When yydebug, report semantic and location values for reductions.
10230 * data/glr.c (yy_reduce_print): Report the semantic values and the
10231 locations.
10232 (YY_REDUCE_PRINT): Adjust.
10233 (yyglrReduce): Use them.
10234 (b4_rhs_value, b4_rhs_location): Remove m4_eval invocations.
10235 * data/c.m4 (b4_yysymprint_generate): Specify the const arguments.
10236 * tests/calc.at (_AT_CHECK_CALC_ERROR): Remove the reduction
10237 traces.
10238
02998094
AD
102392005-11-10 Akim Demaille <akim@epita.fr>
10240
10241 * data/glr.c (yynewGLRStackItem, YY_RESERVE_GLRSTACK): New.
10242 (yyaddDeferredAction, yyglrShift, yyglrShiftDefer): Use them.
10243 (yyexpandGLRStack, YYRELOC): Define only when YYSTACKEXPANDABLE.
10244
5210672f
PE
102452005-11-09 Albert Chin-A-Young <china@thewrittenword.com>
10246
10247 * m4/cxx.m4, examples/Makefile.am: Don't build
10248 examples/calc++ if no C++ compiler is available. (trivial change)
10249
a8991a1d
AD
102502005-11-09 Akim Demaille <akim@epita.fr>
10251
10252 * src/scan-skel.l: Use a couple of asserts.
10253
36b5e963
AD
102542005-11-03 Akim Demaille <akim@epita.fr>
10255
10256 In some (weird) cases, the final state number is incorrect.
10257 Reported by Alexandre Duret-Lutz.
10258 * src/LR0.c (state_list_append): Remove the computation of
10259 final_state.
10260 (save_reductions): Do it here.
10261 (get_state): Alpha conversion.
10262 (generate_states): Use a for loop.
10263 * src/gram.h (item_number_is_rule_number)
10264 (item_number_is_symbol_number): New.
10265 * src/state.c: Use assert.
10266 * src/system.h: Include assert.h.
10267 * tests/sets.at (Accept): New.
10268
44e7ead1
PH
102692005-10-30 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
10270
10271 * data/glr.c (yyfill): Adjust comment.
36b5e963 10272 (yyresolveAction): Initialize default location properly
44e7ead1
PH
10273 for empty right-hand sides.
10274 (yydoAction): Ditto.
10275 Add comment explaining apparently dead code.
36b5e963
AD
10276 * tests/glr-regression.at
10277 (Incorrectly initialized location for empty right-hand side in GLR):
44e7ead1 10278 New test.
36b5e963 10279
e10a80ee
PE
102802005-10-30 Paul Eggert <eggert@cs.ucla.edu>
10281
10282 * bootstrap (cleanup_gnulib): New function. Use it to clean up
10283 gnulib when interrupted. This fixes some race conditions and
10284 works around some portability problems (one noted by Paul
10285 Hilfinger).
10286
067b32ee
AD
102872005-10-22 Akim <akim@epita.fr>
10288
10289 * Makefile.cfg: Adjust to config -> build-aux.
10290 Reported by twledo.
10291
4b367315
AD
102922005-10-21 Akim Demaille <akim@epita.fr>
10293
10294 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Pass
10295 the %parse-params.
10296 * data/glr.c (YY_SYMBOL_PRINT, yydestroyGLRState): Adjust.
10297 * data/yacc.c (b4_Pure_if): Rename as...
10298 (b4_yacc_pure_if): this.
10299 (YY_SYMBOL_PRINT, yyparse): Adjust.
10300 * doc/bison.texinfo: Formatting changes.
10301
24cc23d9
AD
103022005-10-21 Akim Demaille <akim@epita.fr>
10303
10304 Finish the transition config -> build-aux.
10305 * configure.ac, Makefile.am: Use build-aux.
10306 * config/prev-version, config/announce-gen, config/Makefile.am:
10307 Move to...
10308 * build-aux/prev-version, build-aux/announce-gen,
10309 * build-aux/Makefile.am: here.
10310
d4476375
AD
103112005-10-14 Akim Demaille <akim@epita.fr>
10312
10313 * examples/calc++/test: Use set -x only when VERBOSE.
10314
302c0aee
PE
103152005-10-13 Paul Eggert <eggert@cs.ucla.edu>
10316
10317 * NEWS: Bison now warns if it finds a stray `$' or `@' in an action.
10318 * src/scan-gram.l (<SC_BRACED_CODE>[$@]): Implement this.
10319
7625ec2c
AD
103202005-10-13 Akim Demaille <akim@epita.fr>
10321
10322 * src/scan-skel.l: Output the base name parts of the parser and
10323 header file names.
302c0aee 10324 * tests/output.at (AT_CHECK_OUTPUT): Support subdirectories, and
7625ec2c
AD
10325 additional checks.
10326 Use this to exercise C++ outputs in subdirs.
10327 Reported by Oleg Smolsky.
10328
ba0fe3c7
PE
103292005-10-12 Paul Eggert <eggert@cs.ucla.edu>
10330
10331 * data/c.m4 (b4_c_function_def): Look at __C99_FUNC__, not at
10332 __STDC_VERSION__, as IBM cc 7.0 doesn't define the latter either.
10333 Problem reported by John P. Hartmann.
10334 * data/yacc.c (YYMODERN_C): Likewise. Don't define if the user has
10335 already defined it.
10336
9b8a5ce0
AD
103372005-10-12 Akim Demaille <akim@epita.fr>
10338
10339 * src/parse-gram.y (version_check): Exit 63 to please missing
10340 (stands for "version mismatch).
10341 * tests/input.at, doc/bison.texinfo: Adjust.
10342
4f6e011e
PE
103432005-10-10 Paul Eggert <eggert@cs.ucla.edu>
10344
10345 Work around portability problems with Visual Age C compiler
10346 (xlc and xlC_r) reported by John P. Hartmann.
10347 * data/location.cc (initial_column, initial_line): Remove.
10348 All uses replaced by 0 and 1.
10349 * src/scan-gram.l (gram_wrap): Redefine to avoid bug in flex 2.5.31
10350 that xlc complains about.
10351 * src/scan-skel.l (skel_wrap): Likewise.
4d7aa45e 10352 * data/c.m4 (b4_c_function_def): Look at __STDC_VERSION__ as well
ba0fe3c7 10353 as __STDC__.
4d7aa45e
PE
10354 * data/yacc.c (YYMODERN_C): New macro, which also looks at
10355 __STDC_VERSION__. Use it everywhere instead of looking at
10356 __STDC__ and __cplusplus.
4f6e011e 10357
a1b3bf8c
AD
103582005-10-10 Akim Demaille <akim@epita.fr>
10359
10360 * examples/calc++/test: Be quiet unless VERBOSE.
10361
412e44aa
PE
103622005-10-05 Paul Eggert <eggert@cs.ucla.edu>
10363
2a4647a3
PE
10364 * data/c.m4 (yydestruct, yysymprint):
10365 Use YYUSE instead of casting to void.
10366 * data/glr.c (YYUSE): New macro.
10367 (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
10368 Use it instead of rolling our own.
10369 (YYLLOC_DEFAULT, YYCHK, YYDPRINTF, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
10370 (YYCHK1):
10371 Use /*CONSTCOND*/ to suppress lint warnings.
10372 * data/lalr1.cc (YYLLOC_DEFAULT, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
10373 (YY_STACK_PRINT): Use 'false' not '0'.
10374 (YYUSE): New macro.
10375 (yysymprint_, yydestruct_): Use it instead of rolling our own.
10376 * data/yacc.c (YYUSE): New macro.
10377 (YYCOPY, YYSTACK_RELOCATE, YYBACKUP, YYLLOC_DEFAULT):
10378 (YYDPRINTF, YY_SYMBOL_PRINT, YY_STACK_PRINT, YY_REDUCE_PRINT):
10379 (yyerrorlab): Use /*CONSTCOND*/ to suppress lint warnings.
10380
10381
412e44aa
PE
10382 * data/m4sugar/m4sugar.m4 (_m4_map): New macro.
10383 (m4_map, m4_map_sep): Use it. Handle the empty list correctly.
10384
88c6637f
PE
103852005-10-04 Paul Eggert <eggert@cs.ucla.edu>
10386
2f4f028d
PE
10387 Undo the parts of the unlocked-I/O change that substituted
10388 putc or puts for printf. This might hurt performance a bit,
10389 but some people prefer the printf style.
10390 * data/c.m4 (yysymprint): Prefer printf to puts and putc.
10391 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): Remove.
10392 All uses replaced by YYFPRINTF and YYDPRINTF.
10393 * data/yacc.c: Likewise.
10394 * lib/bitset.c (bitset_print): Likewise.
10395 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer printf to
10396 putc and puts.
10397 * lib/lbitset.c (debug_lbitset): Likewise.
10398 * src/closure.c (print_firsts, print_fderives): Likewise.
10399 * src/gram.c (grammar_dump): Likewise.
10400 * src/lalr.c (look_ahead_tokens_print): Likewise.
10401 * src/output.c (escaped_output): Likewise.
10402 (user_actions_output): Break apart two printfs.
10403 * src/parse-gram.y (%printer): Prefer printf to putc and puts.
10404 * src/reduce.c (reduce_print): Likewise.
10405 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
10406 * src/system.h: Include unlocked-io.h rathe than stdio.h.
10407
88c6637f
PE
10408 * data/glr.c (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
10409 Use assignments rather than casts-to-void to suppress
10410 unused-variable warnings. This pacifies 'lint'.
10411 * data/lalr1.cc (yysymprint_, yydestruct_): Use a call to suppress
10412 unused-variable warnings.
10413
fb32e373
JMG
104142005-10-03 Juan Manuel Guerrero <juan.guerrero@gmx.de>
10415
10416 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
10417
edb8f44f
PE
104182005-10-02 Paul Eggert <eggert@cs.ucla.edu>
10419
fb9c0b33
PE
10420 Use unlocked I/O for a minor performance improvement on hosts like
10421 GNU/Linux and Solaris that support unlocked I/O. The basic idea
10422 is to use the gnlib unlocked-io module, and to prefer putc and
10423 puts to printf when either will work (since the latter doesn't
10424 come in an unlocked flavor).
10425 * bootstrap (gnulib_modules): Add unlocked-io.
10426 * data/c.m4 (yysymprint): Prefer puts and putc to printf.
10427 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): New macros.
10428 Prefer them to YYFPRINTF and YYDPRINTF if either will do,
10429 and similarly for puts and putc and printf.
10430 * data/yacc.c: Likewise.
10431 * lib/bitset.c (bitset_print): Likewise.
10432 * lib/bitset.h [USE_UNLOCKED_IO]: Include unlocked-io.h.
10433 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer putc and puts
10434 to printf.
10435 * lib/lbitset.c (debug_lbitset): Likewise.
10436 * src/closure.c (print_firsts, print_fderives): Likewise.
10437 * src/gram.c (grammar_dump): Likewise.
10438 * src/lalr.c (look_ahead_tokens_print): Likewise.
10439 * src/output.c (escaped_output): Likewise.
10440 (user_actions_output): Coalesce two printfs.
2f4f028d 10441 * src/parse-gram.y (%printer): Prefer putc and puts to printf.
fb9c0b33
PE
10442 * src/reduce.c (reduce_print): Likewise.
10443 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
2f4f028d 10444 * src/system.h: Include unlocked-io.h rather than stdio.h.
fb9c0b33 10445
edb8f44f
PE
10446 * data/lalr1.cc: Don't put an unmatched ' in a dnl comment, as
10447 this confuses xgettext.
10448
b50d2359
AD
104492005-10-02 Akim Demaille <akim@epita.fr>
10450
10451 * bootstrap (gnulib_modules): Add strverscmp.
10452 * lib/.cvsignore: Add strverscmp.c, strverscmp.h.
10453 * m4/.cvsignore: Add strverscmp.m4.
10454 * src/parse-gram.y (%require): New token, new rule.
10455 (version_check): New.
10456 * src/scan-gram.l (%require): Adjust.
10457 * tests/input.at (AT_REQUIRE): New.
10458 Use it.
10459 * doc/bison.texinfo (Require Decl): New.
10460 (Calc++ Parser): Use %require.
10461
21667f64
AD
104622005-10-02 Akim Demaille <akim@epita.fr>
10463
10464 * data/location.cc: New.
10465
2b81e969
AD
104662005-10-02 Paul Eggert <eggert@cs.ucla.edu>,
10467 Akim Demaille <akim@epita.fr>
10468
10469 Make sure -odir/foo.cc creates dir/location.hh etc.
10470 * src/files.h (spec_outfile, parser_file_name, spec_name_prefix)
10471 (spec_file_prefix, spec_verbose_file, spec_graph_file)
10472 (spec_defines_file): Now const.
10473 (dir_prefix): New.
10474 (short_base_name): Remove.
10475 * src/files.c: Adjust.
10476 (dirname.h): Include.
10477 (base_name): Don't prototype it.
10478 (finput): Remove, duplicates gram_in.
10479 (full_base_name, short_base_name): Replace by...
10480 (all_but_ext, all_but_tab_ext): these.
10481 (compute_base_names): Rename as...
10482 (compute_file_name_parts): this.
10483 Update to compute the new variables, including dir_prefix.
10484 Adjust dependencies.
10485 * src/output.c (prepare): Output them.
10486 * src/reader.c: Adjust to use gram_in, not finput.
10487 * src/scan-skel.l (@dir_prefix@): New.
10488
ad6a9b97
JMG
104892005-10-02 Juan Manuel Guerrero <juan.guerrero@gmx.de>
10490
10491 * lib/subpipe.c: New function end_of_output_subpipe() added
10492 to allow support for non-posix systems. This is a no-op function
10493 for posix systems.
10494
10495 * lib/subpipe.h: New function end_of_output_subpipe() added
10496 to allow support for non-posix systems. This is a no-op function
10497 for posix systems.
10498
10499 * src/output.c (output_skeleton): Use end_of_output_subpipe() to
10500 handle the lack of pipe/fork functionality on non-posix systems.
10501
10502 * djgpp/Makefile.maint: DJGPP specific file.
10503
10504 * djgpp/README.in: DJGPP specific file.
10505
10506 * djgpp/config.bat: DJGPP specific configuration file.
10507
10508 * djgpp/config.sed: DJGPP specific configuration file.
10509
10510 * djgpp/config.site: DJGPP specific configuration file.
10511
10512 * djgpp/config_h.sed: DJGPP specific configuration file.
10513
10514 * djgpp/subpipe.c: DJGPP specific replacement file for lib/subpipe.c.
10515
10516 * djgpp/subpipe.h: DJGPP specific replacement file for lib/subpipe.h.
10517
fc695704
AD
105182005-10-02 Akim Demaille <akim@epita.fr>
10519
10520 * data/location.cc: New, extract from...
10521 * data/lalr1.cc: here.
10522 (location.hh): Include it after the user prologue, in case the
10523 filename type is defined by the user.
10524 Forward declation location and position before the pre-prologue.
10525 (yyresult_): Rename as...
10526 (yyresult): this, it's a local variable, not an attribute.
10527 * data/Makefile.am (dist_pkgdata_DATA): Adjust.
10528
105292005-10-01 Akim Demaille <akim@epita.fr>
5215c87f
AD
10530
10531 * examples/extexi: Restore the #line generation.
10532
fb9712a9
AD
105332005-09-30 Akim Demaille <akim@epita.fr>,
10534 Alexandre Duret-Lutz <adl@gnu.org>
10535
10536 Move the token type and YYSTYPE in the parser class.
10537 * data/lalr1.cc (stack.hh, location.hh): Include earlier.
10538 (parser::token): New, from the moved free definition of tokens.
10539 (parser::semantic_value): Now a full definition instead of an
10540 indirection to YYSTYPE.
10541 (b4_post_prologue): No longer included in the header file, but
10542 in the implementation file.
10543 * doc/bison.texi (C+ Language Interface): Update.
10544 * src/parse-gram.y: Support unary %define.
10545 * tests/actions.at: Define global_tokens_and_yystype for backward
10546 compatibility until we update the tests.
10547 * tests/calc.at: Idem.
10548 (first_line, first_column, last_line, last_column): Define for lalr1.cc
10549 to simplify the code.
10550
55f0c7b1
PE
105512005-09-29 Paul Eggert <eggert@cs.ucla.edu>
10552
10553 Port to SunOS 4.1.4, which lacks strtoul and strerror.
10554 Ah, the good old days! Problem reported by Peter Klein.
10555 * bootstrap (gnulib_modules): Add strerror, strtoul.
10556 * lib/.cvsignore: Add strerror.c, strtol.c, strtoul.c
10557 * m4/.cvsignore: Add strerror.m4, strtol.m4, strtoul.m4.
10558
fb9712a9 105592005-09-29 Akim Demaille <akim@epita.fr>
d4fb5e3c
AD
10560
10561 * data/c.m4 (b4_error_verbose_if): New.
10562 * data/lalr1.cc: Use it.
10563 (YYERROR_VERBOSE_IF): Remove.
10564 (yyn_, yylen_, yystate_, yynerrs_, yyerrstatus_): Remove as
10565 parser members, replaced by...
10566 (yyn, yylen, yystate, yynerss, yyerrstatus): these parser::parse
10567 local variables.
10568 (yysyntax_error_): Takes the state number as argument.
10569 (yyreduce_print_): Use the argument yyrule, not the former
10570 attribute yyn_.
10571
8a6f72f3
PE
105722005-09-26 Paul Eggert <eggert@cs.ucla.edu>
10573
10574 * bootstrap (gnulib_modules): Add verify.
10575 * lib/.cvsignore: Add verify.h.
10576 * src/getargs.c: Use ARGMATCH_VERIFY rather than verify.
10577 * src/system.h (verify): Remove.
10578 Include verify.h instead.
10579 * src/tables.c (tables_generate): Use new API for 'verify'.
10580
0d50976f
PE
105812005-09-21 Paul Eggert <eggert@cs.ucla.edu>
10582
ebc3737e
PE
10583 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Do not use
10584 local variables whose names begin with 'yy'.
10585 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
10586 Trivial changes from Joel E. Denny.
10587
0d50976f
PE
10588 * bootstrap (gnulib_modules): Remove alloca. Bison doesn't need
10589 it itself.
10590 * src/main.c (main) [C_ALLOCA]: Don't flush alloca'ed memory; we
10591 don't use alloca any more.
10592
10593 * data/yacc.c [YYSTACK_USE_ALLOCA && !defined __GNUC__ && ! defined
10594 __BUILTIN_VA_ARG_INCR && ! defined _AIX && ! defined _MSC_VER &&
62c4328e 10595 defined _ALLOCA_H]: Don't include <stdlib.h>; not needed in this case.
0d50976f
PE
10596 * tests/torture.at (Exploding the Stack Size with Alloca): Adjust
10597 to match yacc.c, to test more hosts.
10598
a05b79df
PE
105992005-09-20 Paul Eggert <eggert@cs.ucla.edu>
10600
55289366
PE
10601 * data/yacc.c (YYSIZE_T): Reindent to make it clearer. This
10602 doesn't affect behavior.
10603 (YYSTACK_ALLOC) [YYSTACK_USE_ALLOCA]: Improve support for
10604 Solaris, AIX, MSC.
10605 (_STDLIB_H): Renamed from YYINCLUDED_STDLIB_H. All uses changed.
10606 This works a bit better with glibc, if user code has already included
10607 stdlib.h.
10608 * doc/bison.texinfo (Bison Parser): Document that users can't
10609 arbitrarily use malloc and free for other purposes. Document
10610 that <alloca.h> and <malloc.h> might be included.
10611 (Table of Symbols): Under YYSTACK_USE_ALLOCA, Don't claim that the
10612 user must declare alloca.
10613
a05b79df
PE
10614 * HACKING (release): Forwarn the Translation Project about
10615 stable releses.
10616
3ab2ca22
AD
106172005-09-20 Akim Demaille <akim@epita.fr>
10618
10619 * data/glr.c: Use b4_token_enums, not b4_token_enums_defines.
10620
a9739e7c
PE
106212005-09-19 Paul Eggert <eggert@cs.ucla.edu>
10622
a702593e
PE
10623 * data/yacc.c (YYSIZE_MAXIMUM): New macro.
10624 (YYSTACK_ALLOC_MAXIMUM): Use it.
10625 (yysyntax_error): New function.
10626 (yyparse) [YYERROR_VERBOSE]: Don't leak memory indefinitely if
10627 multiple syntax errors are reported, and alloca is being used.
10628 Instead, reallocate buffers twice as big each time, so that
10629 we waste at most half the allocated memory. Start with a small
10630 (128-byte) buffer that will suffice in most cases anyway.
10631 Use yysyntax_error to do most of the work.
10632
10633 * doc/bison.texinfo (Error Reporting, Table of Symbols):
10634 yynerrs is the number of errors reported, not the number of
10635 errors encountered.
10636
a9739e7c
PE
10637 * tests/glr-regression.at (Duplicated user destructor for lookahead):
10638 Mark it as expected to fail.
10639 Cast result of malloc; problem reported by twlevo@xs4all.nl.
10640 * tests/actions.at, tests/calc.at, tests/glr-regression.at:
10641 Don't start user-code symbols with "yy", to avoid name space problems.
10642
f479c6c6
AD
106432005-09-19 Akim Demaille <akim@epita.fr>
10644
10645 Remove the traits, failed experiment.
10646 It never proved useful, and anyway because of the current
10647 definition, it was not possible to have several specialization of
10648 this traits, making it useless.
10649 * data/lalr1.cc (yy:traits): Remove.
10650 Inline its definitions in the parser class.
10651
e2586f82
AD
106522005-09-19 Akim Demaille <akim@epita.fr>
10653
10654 * tests/atlocal.in (LIBS): Pass INTLLIBS to address failures on at
10655 least Mac OSX with a /usr/local install of gettext.
10656
2e8cf949
AD
106572005-09-19 Akim Demaille <akim@epita.fr>
10658
10659 * data/lalr1.cc (yyparse): Rename yylooka and yyilooka as yychar
10660 and yytoken for similarity with the other skeletons.
10661
c7fb0b90
AD
106622005-09-19 Akim Demaille <akim@epita.fr>
10663
4e26c69e 10664 * NEWS, configure.ac: update version number to 2.1a.
c7fb0b90 10665
1bd0deda
PE
106662005-09-16 Paul Eggert <eggert@cs.ucla.edu>
10667
10668 * NEWS: Version 2.1.
10669
10670 * NEWS: Remove notice of yytname change, since it was never in an
10671 official release.
10672 * data/glr.c (yydestroyGLRState): Rename local var to avoid shadowing
10673 diagnostic.
10674 * src/output.c (prepare): Likewise.
10675 * data/lalr1.cc (YYERROR_VERBOSE_IF): New macro.
10676 (yysyntax_error_): Use it to avoid GCC warning when YYERROR_VERBOSE
10677 is not defined. This is an awful hack, but it's enough for now.
10678 All callers changed.
10679 * tests/glr-regression-at (make_value): Args are const pointers now,
10680 to avoid GCC warning.
10681 (Duplicated user destructor for lookahead): New test. Currently
10682 skipped. It fails on my host but I'm not sure it'll always fail.
10683
106842005-09-16 Akim Demaille <akim@epita.fr>
c1432f65
AD
10685
10686 * src/symtab.h (struct symbol): Declare the printer and destructor
10687 as const, to avoid accidental calls to free.
10688 (symbol_destructor_set, symbol_printer_set): Adjust.
10689 * src/symtab.c: Adjust.
10690
1bd0deda 106912005-09-16 Akim Demaille <akim@epita.fr>
cf147260
AD
10692
10693 * data/c.m4 (b4_token_enums): New.
10694 (b4_token_defines): Rename as...
10695 (b4_token_enums_defines): this.
10696 (b4_token_defines): New, output only the #defines.
10697 * data/yacc.c, data/glr.c: Adjust.
10698 * data/lalr1.cc: Use b4_token_enums instead of b4_token_enums_defines.
10699 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Define
10700 as default values.
10701
dbcdae2d
AD
107022005-09-16 Akim Demaille <akim@epita.fr>
10703
10704 * data/lalr1.cc (yylex_): Remove, inline its code.
10705 (yyreport_syntax_error_): Remove, replaced by...
10706 (yysyntax_error_): this which returns a string and leaves to the
10707 caller the call to the users' error function.
10708 (yylooka_, yyilooka_, yylval, yylloc, yyerror_range_, yyval, yyloc):
10709 Move from members of the parser object...
10710 (yylooka, yyilooka, yylval, yylloc, yyerror_range, yyval, yyloc):
10711 to local variables of the parse function.
10712
70d8f291
AD
107132005-09-16 Akim Demaille <akim@epita.fr>
10714
10715 * doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF
10716 since it's in Bison's name space.
10717
b47dbebe
PE
107182005-09-15 Paul Eggert <eggert@cs.ucla.edu>
10719
ae199bf1
PE
10720 * data/glr.c (yyresolveValue): Add default case to pacify
10721 gcc -Wswitch-default. Problem reported by twlevo@xs4all.nl.
10722
b47dbebe
PE
10723 * NEWS: Document when yyparse started to return 2.
10724 * doc/bison.texinfo (Parser Function): Document when yyparse
10725 returns 2.
10726
10727 * data/lalr1.cc: Revert part of previous change, as it's incompatible.
10728 (b4_filename_type): Renamed back from b4_file_name_type. All uses
10729 changed.
10730 (class position): file_name -> filename (reverting). All uses changed.
10731
107322005-09-14 Paul Eggert <eggert@cs.ucla.edu>
10733
10734 * examples/calc++/Makefile.am ($(calc_sources_generated)): Don't
10735 do anything if $@ exists. This reverts part of the 2005-07-07
10736 patch.
10737
00292f66
PE
107382005-09-11 Paul Eggert <eggert@cs.ucla.edu>
10739
10740 * Makefile.am (EXTRA_DIST): Do not distribute REFERENCES; it
10741 contains obsolete information and isn't worth distributing as a
10742 separate file anyway.
10743 * data/glr.c [defined YYSETJMP]: Don't include <setjmp.h>.
10744 (YYJMP_BUF, YYSETJMP, YYLONGJMP) [!defined YYSETJMP]: New macros.
10745 All uses of jmp_buf, setjmp, longjmp changed to use these instead.
10746 (yyparse): Abort if user code uses longjmp to throw an unexpected
10747 value.
10748
a420f962
PE
107492005-09-09 Paul Eggert <eggert@cs.ucla.edu>
10750
00292f66
PE
10751 * data/c.m4 (b4_identification): Define YYBISON_VERSION.
10752 Suggested by twlevo@xs4all.nl.
10753
127287e9
PE
10754 * data/glr.c (YYCHK1): Do not assume YYE is in range.
10755 This avoids a diagnostic from gcc -Wswitch-enum.
10756 Problem reported by twlevo@xs4all.nl.
10757
a420f962
PE
10758 * doc/bison.texinfo: Don't use "filename", as per GNU coding
10759 standards. Use "file name" or "file" or "name", depending on
10760 the context.
10761 (Invocation): The output of "bison hack/foo.y" goes to foo.tab.c,
10762 not to hack/foo.tab.c.
10763 (Calc++ Top Level): 2nd arg of main is not const.
48b16bbc
PE
10764 * data/glr.c: b4_filename -> b4_file_name.
10765 * data/lalr1.cc: Likewise. Also, b4_filename_type -> b4_file_name_type.
10766 All uses changed.
10767 (class position): filename -> file_name. All uses changed.
10768 * data/yacc.c: b4_filename -> b4_file_name.
10769 * lib/bitset.h: filename -> file_name in local vars.
10770 * lib/bitset_stats.c: Likewise.
10771 * src/files.c: Likewise.
10772 * src/scan-skel.l ("@output ".*\n): Likewise.
10773 * src/files.c (file_name_split): Renamed from filename_split.
10774 * src/muscle_tab.c (muscle_init): Output b4_file_name, not b4_filename.
a420f962
PE
10775
107762005-09-08 Paul Eggert <eggert@cs.ucla.edu>
10777
10778 * lib/.cvsignore: Add pipe-safer.c, stdio--.h, unistd--.h,
10779 to accommodate latest gnulib.
10780
10781 * tests/glr-regression.at (Duplicate representation of merged trees):
10782 Add casts to pacify g++. Problem reported by twlevo@xs4all.nl.
10783
10784 * bootstrap: Add comment as to why the AM_LANGINFO_CODESET hack is
10785 needed.
10786
42a6501d
PE
107872005-08-26 Paul Eggert <eggert@cs.ucla.edu>
10788
10789 * data/glr.c (yydestroyGLRState): Renamed from yydestroyStackItem.
10790 All uses changed. Invoke user destructor after an error during a
10791 split parse (trivial change from Joel E. Denny).
10792
10793 * tests/glr-regression.at
10794 (User destructor after an error during a split parse): New test case.
10795 Problem reported by Joel E. Denny in:
10796 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00029.html
10797
ef9a1faf
PE
107982005-08-25 Paul Eggert <eggert@cs.ucla.edu>
10799
5b4aaf78
PE
10800 * README-cvs: Give URLs for recommended tools.
10801 Mention Gzip version problem, and bootstrapping issues.
10802 Remove troubleshooting section, as it's somewhat obsolete.
10803
b5240ba5
PE
10804 * bootstrap (no_cache): New var, to accommodate different wget
10805 variants. Use it instead of '-C off'. Problem reported by
10806 twlevo@xs4all.nl.
10807
ef9a1faf
PE
10808 * data/glr.c (yydestroyStackItem): New function.
10809 (yyrecoverSyntaxError, yyreturn): Use it to improve quality of
10810 debugging information. Problem reported by Joel E. Denny.
10811
e6efa9da
AD
108122005-08-25 Akim Demaille <akim@epita.fr>
10813
10814 * tests/local.at (AT_COMPILE_CXX): Pass $LINKS too.
10815
adc90f13
PE
108162005-08-24 Paul Eggert <eggert@cs.ucla.edu>
10817
10818 * data/glr.c (yyrecoverSyntaxError, yyreturn):
10819 Don't invoke destructor on unresolved entries.
10820 * tests/glr-regression.at
10821 (User destructor for unresolved GLR semantic value): New test case.
10822 Problem reported by Joel E. Denny in:
10823 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00016.html
10824
f9315de5
PE
108252005-08-21 Paul Eggert <eggert@cs.ucla.edu>
10826
15d29c1f
PE
10827 * lib/.cvsignore: Remove realloc.c, strncasecmp.c, xstrdup.c.
10828 Add strnlen.c.
10829 * m4/.cvsignore: Remove codeset.m4, gettext.m4, lib-ld.m4,
10830 lib-prefix.m4, po.m4.
10831
dd5f2af2
PE
10832 * data/glr.c (yyreturn): Use "Cleanup:" rather than "Error:"
10833 in yydestruct diagnostic, since it might not be an error.
10834 Problem reported by Joel Denny near end of
10835 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
6250acbd 10836 * data/lalr1.cc (yyerturn): Likewise.
dd5f2af2
PE
10837 * data/yacc.c (yyreturn): Likewise.
10838 * tests/calc.at (_AT_CHECK_CALC_ERROR): Adjust to the above change.
10839
10840 * src/files.c: Remove obsolete FIXME comment.
10841
10842 * data/glr.c (YY_SYMBOL_PRINT): Append a newline, for consistency
10843 with the other templates, and to fix bogus run-on messages such
10844 as the one reported at the end of
10845 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
10846 All callers changed to avoid the newline.
10847 (yyprocessOneStack): Output two lines rather than one, to accommodate
10848 the above change. This changes the debug output format slightly.
10849
f9315de5
PE
10850 * data/glr.c (yyresolveValue): Fix redundant parse tree problem
10851 reported by Joel E. Denny in
10852 <http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00004.html>
10853 (trivial change).
10854 * tests/glr-regression.at (Duplicate representation of merged trees):
10855 New test, from Joel E. Denny in:
10856 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00013.html>.
10857 * THANKS: Add Joel E. Denny.
10858
10859 * configure.ac (AC_INIT): Bump to 2.0c.
10860
04098407
PE
108612005-07-24 Paul Eggert <eggert@cs.ucla.edu>
10862
10863 * NEWS: Version 2.0b.
10864
ca5d2013
PE
10865 * Makefile.am (SUBDIRS): Put examples before tests, so that
10866 "make check" doesn't finish with "All 1 tests passed".
10867
3d54b576
PE
10868 * tests/regression.at (Token definitions): Don't rely on
10869 AT_PARSER_CHECK for data that contains backslashes. It currently
10870 uses 'echo', and 'echo' isn't portable if its argument contains
10871 backslashes. Problem found on OpenBSD 3.4. Also, do not assume
10872 that the byte '\0xff' is not printable in the C locale; it is,
10873 under OpenBSD 3.4 (!). Luckily, '\0x80' through '\0x9e' are
10874 not printable, so use '\0x81' to test.
10875
d53ae497
PE
10876 * data/glr.c (YYOPTIONAL_LOC): Define even if it's not a recent
10877 version of GCC, since the macro is used with non-GCC compilers.
10878
fc01665e
PE
10879 Fix core dump reported by Pablo De Napoli in
10880 <http://lists.gnu.org/archive/html/bug-bison/2005-07/msg00053.html>.
10881 * tests/regression.at (Invalid inputs with {}): New test.
10882 * src/parse-gram.y (token_name): Translate type before using
10883 it as an index.
10884
04098407
PE
10885 * data/glr.c (ATTRIBUTE_UNUSED): Remove, since it infringes on
10886 the user's name space. All uses changed to __attribute__
10887 ((__unused__)).
10888 (yyFail, yyMemoryExhausted, yyreportAmbiguity):
10889 Add __attribute__ ((__noreturn__)).
10890
10891 * etc/clcommit: Remove. We weren't using it, and it failed
10892 "make maintainer-distcheck".
10893 * Makefile.maint: Merge from coreutils.
10894 (CVS_LIST, CVS_LIST_EXCEPT): New macros.
10895 (syntax-check-rules): Change list of rules as described below.
10896 (sc_cast_of_alloca_return_value, sc_dd_max_sym_length):
10897 (sc_file_system, sc_obsolete_symbols, sc_prohibit_atoi_atof):
10898 (sc_prohibit_jm_in_m4, sc_root_tests, sc_tight_scope):
10899 (sc_trailing_space): New rules.
10900 (sc_xalloc_h_in_src): Remove.
10901 (sc_cast_of_argument_to_free, sc_cast_of_x_alloc_return_value):
10902 (sc_space_tab, sc_error_exit_success, sc_changelog):
10903 (sc_system_h_headers, sc_sun_os_names, sc_unmarked_diagnostics):
10904 (makefile-check, po-check, author_mark_check):
10905 (makefile_path_separator_check, copyright-check):
10906 Use grep -n, to make it easier to find violations.
10907 Use CVS_LIST and CVS_LIST_EXCEPT.
10908 (header_regexp, h_re): Remove.
10909 (dd_c): New macro.
10910 (sc_dd_max_sym_length, .re-list, news-date-check): New rules.
10911 (my-distcheck): Use more-modern GCC flags.
10912 (signatures, %.asc): Remove.
10913 (rel-files, announcement): Remove signatures.
10914 Restore old updating code, even though we don't use it, so
10915 that we're the same as coreutils.
10916 (alpha, beta, major): Depend on news-date-check.
10917 Make the upload commands.
10918
10919 * data/c.m4, data/lalr1.cc, data/yacc.c: Normalize white space.
10920 * lib/abitset.h, lib/bbitset.h, lib/bitset.h: Likewise.
10921 * lib/bitset_stats.c, lib/ebitset.h, lib/lbitset.c: Likewise.
10922 * lib/libitset.h, lib/timevar.c, lib/vbitset.h: Likewise.
10923 * src/Makefile.am, src/gram.c, src/muscle_tab.h: Likewise.
10924 * src/parse-gram.y, src/system.h, src/tables.c, src/vcg.c: Likewise.
10925 * src/vcg_defaults.h, tests/cxx-type.at, tests/existing.at: Likewise.
10926 * tests/sets.at: Likewise.
10927
10928 * data/m4sugar/m4sugar.m4: Sync from Autoconf, except that
10929 we comment out the Autoconf version number.
10930 * doc/bison.texinfo (Calc++ Scanner): Don't use atoi, as
10931 it's error-prone and "make maintainer-distcheck" rejects it.
10932
10933 * lib/subpipe.c: Include <fcntl.h> without checking for HAVE_FCNTL_H.
10934 Indent calls to "error" to pacify "make maintainer-distcheck",
10935 when the calls are not intended to be translated.
10936 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't check for fcntl.h.
10937
10938 * src/Makefile.am (DEFS): Use +=, to pacify
10939 "make maintainer-distcheck".
10940 (bison_SOURCES): Add scan-skel.h.
10941 (sc_tight_scope): New rule, from coreutils.
10942
10943 * src/files.c (src_extension, header_extension):
10944 Now static, not extern.
10945 * src/getargs.c (short_options): Likewise.
10946 * src/muscle_tab.c (muscle_table): Likewise.
10947 * src/parse-gram.y (current_class, current_type, current_prec):
10948 Likewise.
10949 * src/reader.c (grammar_end, previous_rule_end): Likewise.
10950 * src/getargs.h: Redo comments to pacify "make maintainer-distcheck".
10951 * src/main.c (main): Cast bindtextdomain and textdomain calls to
10952 void, to avoid warning when NLS is disabled.
10953 * src/output.c: Include scan-skel.h.
10954 (scan_skel): Remove decl, since scan-skel.h does this.
10955 (output_skeleton):
10956 Indent calls to "error" to pacify "make maintainer-distcheck".
10957 * src/print_graph.c: Don't include <obstack.h>, as system.h does this.
10958 * src/reader.h (gram_end, gram_lineno): New decls to pacify
10959 "make maintainer-distcheck".
10960 * src/scan-skel.l (skel_lex, skel_get_lineno, skel_get_in):
10961 (skel_get_out, skel_get_leng, skel_get_text, skel_set_lineno):
10962 (skel_set_in, skel_set_out, skel_get_debug, skel_set_debug):
10963 (skel_lex_destroy, scan_skel): Move these decls to...
10964 * src/scan-skel.h: New file.
10965 * src/uniqstr.c (uniqstr_assert):
10966 Indent calls to "error" to pacify "make maintainer-distcheck".
10967
10968 * tests/Makefile.am ($(srcdir)/package.m4): Use $(VAR),
10969 not @VAR@.
10970
10971 * tests/torture.at: Revamp to avoid misuse of atoi that
10972 "make maintainer-distcheck" complained about.
10973
10974 * examples/extexi (message): Don't print a message more than once,
10975 and omit line-number decoration that makes Emacs compile think
10976 that informative messages are worth worrying about.
10977
109782005-07-22 Paul Eggert <eggert@cs.ucla.edu>
10979
10980 * configure.ac: Update version number.
10981
10982 * Makefile.am (SUBDIRS): Add examples; somehow this got removed
10983 accidentally.
10984 * examples/calc++/calc++-parser.yy: Remove from CVS, as it's
10985 autogenerated by the maintainer.
10986 * examples/calc++/.cvsignore: Add *.yy.
10987
10988 * lib/bitset.c (bitset_alloc): Don't cast xcalloc result.
10989 * lib/bitset_stats.c (bitset_stats_init): Likewise.
10990 * lib/bitsetv.c (bitsetv_alloc): Likewise.
10991
10992 * po/POTFILES.in: Add lib/xalloc-die.c; remove lib/xmalloc.c.
10993
10994 * src/relation.c (relation_transpose): Rewrite to avoid bogus complaint
10995 from maintainer-distcheck about casting the argument of 'free'.
10996
10997 * NEWS: Mention recent yytname changes.
10998 * THANKS: Add Anthony Heading, twlevo@xs4all.nl.
10999
11000 * bootstrap: For translations that have not yet been upgraded to
11001 the new runtime-po domain, prime the pump by extracting the
11002 relevant strings from the obsolete translations. This code can be
11003 removed once the bison-runtime domain has been translated by each
11004 team.
11005
11006 * src/scan-gram.l (<SC_PRE_CODE>.): Don't double-quote token names,
11007 now that token names are already quoted.
11008
11009 Fix problem reported by Anthony Heading.
11010 * data/glr.c (YYTOKEN_TABLE): New macro.
11011 (yytname): Define if YYTOKEN_TABLE.
11012 * data/yacc.c (YYTOKEN_TABLE, yytname): Likewise.
11013 * data/lalr1.cc (YYTOKEN_TABLE, yytname_): Likewise.
11014 (YYERROR_VERBOSE): Define the same way the other skeletons do.
11015 * src/output.c (prepare_symbols): Output token_table_flag.
11016
0ffda363
PE
110172005-07-21 Paul Eggert <eggert@cs.ucla.edu>
11018
11019 * data/glr.c (yyinitGLRStack, yyreturn): Don't call malloc
11020 again if the first call fails.
11021
11022 * data/glr.c (yytnamerr): New function.
11023 (yyreportSyntaxError): Use it to dequote most string literals.
11024 * data/lalr1.c (yytname_): Renamed from yyname_, for compatibility
11025 with other skeletons. All uses changed.
11026 (yytnameerr_): New function.
11027 (yyreport_syntax_error): Use it to dequote most string literals.
11028 * data/yacc.c (yytnamerr): New function.
11029 (yyerrlab): Use it to decode most string literals.
11030 * doc/bison.texinfo (Decl Summary, Calling Convention):
11031 Clarify quoting convention of yytname.
11032 * src/output.c (prepare_symbols): Quote all names. This undoes
11033 the 2005-04-17 change, which is now accomplished (mostly) via
11034 changes in the parsers as described above.
11035 * tests/regression.at (Token definitions, Web2c Actions):
11036 Undo most 2005-04-17 change here, too.
11037
110382005-07-20 Paul Eggert <eggert@cs.ucla.edu>
11039
11040 Fix more problems reported by twlevo@xs4all.nl.
11041 * tests/cxx-type.at: Don't pipe output of ./types through sed to
11042 remove trailing spaces. This loses the exit status of ./types,
11043 and isn't needed since ./types shouldn't be emitting trailing
11044 spaces.
11045 * data/glr.c (yyreturn): Don't pop stack if yyinitStateSet failed,
11046 as the stack isn't valid in that case.
11047
11048 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
11049 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
11050 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
11051 Add declarations to pacify "gcc -Wmissing-prototypes" when flex 2.5.31
11052 is used.
11053 * src/scan-skel.l (skel_get_lineno, skel_get_in, skel_get_out):
11054 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
11055 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
11056 Likewise.
11057
11058 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Work even with
11059 overly-picky compilers that reject 'char *foo = "bar";'.
11060
11061 * src/symtab.c (SYMBOL_ATTR_PRINT, symbol_print): Direct output
11062 to FILE * parameter, not to stderr. This fixes a typo introduced
11063 in the 2005-07-12 change.
11064
11065 * lib/subpipe.c (create_subpipe): Rewrite slightly to avoid
11066 warnings from GCC 4.
11067
11068 * data/glr.c (yyexpandGLRStack, yyaddDeferredAction, yyexpandGLRStack):
11069 (yyglrShiftDefer, yysplitStack):
11070 Remove unused parameters b4_pure_formals. All uses changed.
11071 (yyglrShift): Remove unused parameters b4_user_formals.
11072 All uses changed.
11073 (yyglrReduce): Removed unused parameter yylocp. All uses changed.
11074
6100a9aa
PE
110752005-07-18 Paul Eggert <eggert@cs.ucla.edu>
11076
258b75ca
PE
11077 Destructor cleanups and regularization among the three skeletons.
11078 * NEWS: Document the behavior changes.
11079 * data/glr.c (yyrecoverSyntaxError): Don't bother to pop the
11080 stack before failing, as the cleanup code will do it for us now.
11081 * data/lalr1.cc (yyerrlab): Likewise.
11082 * data/glr.c (yyparse): Pop everything off the stack before
11083 freeing it, so that destructors get called properly.
11084 * data/lalr1.cc (yyreturn): Likewise.
11085 * data/yacc.c (yyreturn): Pop and destroy the start symbol, too.
11086 This is more consistent.
11087 * doc/bison.texinfo (Destructor Decl): Mention more reasons
11088 why destructors might be called. 1.875 -> 2.1.
11089 (Destructor Decl, Decl Summary, Table of Symbols):
11090 Some English-language cleanups for %destructor.
11091 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
11092 Add output line for destructor of start symbol.
11093 * tests/calc.at (AT_CHECK_CALC): Add one to line counts,
11094 because of that same extra output line.
11095
1a059451
PE
11096 * NEWS: Document minor wording changes in diagnostics of
11097 Bison-generated parsers.
11098 * data/glr.c (yyMemoryExhausted): Renamed from yyStackOverflow.
11099 Remove unused formals. All uses changed.
11100 (yyreportAmbiguity): "ambiguity detected" -> "syntax is ambiguous".
11101 (yyparse): Rename yyoverflowlab to yyexhaustedlab.
11102 * data/yacc.c (yyparse): "parser stack overflow" -> "memory exhausted".
11103 Rename yyoverflowab to yyexhaustedlab.
11104 When memory exhaustion occurs during syntax-error reporting,
11105 report it separately rather than in a single diagnostic; this
11106 eases translation.
11107 * doc/bison.texinfo (Memory Management): Renamed from Stack Overflow.
11108 (Memory Exhausted): Renamed from Parser Stack Overflow.
11109 Revamp wording slightly to prefer "memory exhaustion".
11110 * tests/actions.at: "parser stack overflow" -> "memory exhausted".
11111
97460c78
PE
11112 * data/c.m4 (b4_yysymprint_generate): Use YYFPRINTF, not fprintf.
11113
30757c8c
PE
11114 Add i18n support to the GLR skeleton. Partially fix the C++
11115 skeleton; a C++ expert needs to finish this. Remove debugging
11116 msgids; there's little point to having them translated, since they
11117 can be understood only by someone who can read the
11118 (English-language) source code.
11119
11120 Generate runtime-po/bison-runtime.pot automatically, so that we
11121 don't have to worry about garbage getting in that file. We'll
11122 make sure after the next official release that old msgids don't
11123 get lost. See
11124 <http://lists.gnu.org/archive/html/bison-patches/2005-07/msg00119.html>.
11125
11126 * runtime-po/Makefile.in.in, runtime-po/bison-runtime.pot: Remove.
11127 Now auto-generated.
11128 * PACKAGING: Don't claim that Gawk, GCC, Perl use this method yet.
11129 Fix typos in explanations of the runtime file.
11130 * bootstrap: Change gettext keyword from YYI18N to YY_.
11131 Use standard Makefile.in.in in runtime-po, since we'll arrange
11132 for backward-compatible bison-runtime.po files in a different way.
11133 * data/glr.c (YY_): New macro, from yacc.c.
11134 (yyuserAction, yyreportAmbiguity, yyreportSyntaxError, yyparse):
11135 Translate messages intended for users.
11136 (yyreportSyntaxError): Change "virtual memory" to "memory" to match
11137 the wording in the other skeletons. We don't know that the memory
11138 is virtual.
11139 * data/lalr1.cc (YY_): Renamed from _. All uses changed.
11140 Use same method that yacc.c uses.
11141 Don't translate debugging messages.
11142 (yy::yyreport_syntax_error): Put in a FIXME for the i18n stuff;
11143 it doesn't work (yet), and requires C++ expertise to fix.
11144 * data/yacc.c (YY_): Renamed from YY18N. All uses changed.
11145 Move defn to a more logical place, to be consistent with other
11146 skeletons.
11147 Don't translate debugging messages.
11148 Don't assume line numbers fit in unsigned int; use unsigned long fmts.
11149 * doc/bison.texinfo: Mention <libintl.h>. Change glibc cross reference
11150 to gettext cross reference. Add indexing terms. Mention YYENABLE_NLS.
11151 * runtime-po/POTFILES.in: Add data/glr.c, data/lalr1.cc.
11152
ac8c5689
PE
11153 Fix yyerror / yylex test glitches noted by twlevo@xs4all.nl.
11154 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Have yyerror return
11155 void, not int.
11156 * tests/glr-regression.at (Badly Collapsed GLR States):
11157 Likewise.
11158 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
11159 yylex should return 0 at EOF rather than aborting.
11160
6100a9aa
PE
11161 Improve tests for stack overflow in GLR parser.
11162 Problem reported by twlevo@xs4all.nl.
11163 * data/glr.c (struct yyGLRStack): Remove yyerrflag member.
11164 All uses removed.
11165 (yyStackOverflow): Just longjmp, but with value 2 so that caller
11166 can handle the problem.
11167 (YYCHK1): Use goto (a la yacc.c) rather than setting a flag.
11168 (yyparse): New local variable yyresult to record the result.
11169 Use result of setjmp to set it, rather than storing itinto
11170 struct.
11171 (yyDone): Remove label.
11172 (yyacceptlab, yyabortlab, yyoverflowlab, yyreturn): New labels,
11173 to mimic yacc.c. Do not discard lookahead if it's EOF (possible
11174 if YYABORT is used).
11175 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Exit with
11176 yyparse status; put status > 1 into diagnostic.
11177 Check that status==2 works.
11178 * tests/calc.at, tests/cxx-type.at, tests/glr-regression.at:
11179 Use exit status 3 for failure to open (which shouldn't happen).
11180
15f40952
PE
111812005-07-17 Paul Eggert <eggert@cs.ucla.edu>
11182
67fd79c4
PE
11183 * tests/conflicts.at (%nonassoc and eof): Don't exit with status
11184 1 on syntax error; just let yyparse do its thing.
11185 * tests/glr-regression.at (Badly Collapsed GLR States): Likewise.
11186 * tests/torture.at (AT_DATA_STACK_TORTURE): Likewise.
11187 (Exploding the Stack Size with Alloca):
11188 (Exploding the Stack Size with Malloc):
11189 Expect exit status 2, not 1, since the parser is supposed to blow
11190 its stack. Problem reported by twlevo@xs4all.nl.
11191
15f40952
PE
11192 * data/glr.c (yyparse): Don't assume that the initial calls
11193 to YYMALLOC succeed; in that case, yyparse incorrectly returned 0.
11194 Print a stack-overflow message and fail instead.
11195 Initialize the line-number information before creating the stack,
11196 so that the stack-overflow message can report line zero safely.
11197
f32c66b5
PE
111982005-07-14 Paul Eggert <eggert@cs.ucla.edu>
11199
a22ff96f 11200 Fix problems reported by twlevo@xs4all.nl.
e2688cd9
PE
11201 * data/glr.c (YYSTACKEXPANDABLE): Don't define if already defined.
11202 (yyuserMerge): Provide a default case if b4_mergers is empty.
11203 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Define YYSTACKEXPANDABLE.
11204 * tests/glr-regression.at
11205 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
c70fdfcd 11206 Add casts to pacify C++ compilers.
1beb0b24
PE
11207 * tests/glr-regression.at (Improper merging of GLR delayed action
11208 sets): Declare yylex before using it.
f32c66b5 11209 * tests/Makefile.am (maintainer-check-g++): Fix a stray
a22ff96f
PE
11210 $(GXX) that escaped the renaming of GXX to CXX. Remove bogus
11211 test for valgrind; valgrind is independent of g++.
11212 (maintainer-check-posix): Add _POSIX2_VERSION=200112, to check
11213 for compatibility with POSIX 1003.1-2001 (if running coreutils).
11214 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Port to stricter C++.
11215 Use a destructor, so that we can expand the stack. Change
11216 YYSTYPE to char * so that we can free it. Cast result of malloc.
f32c66b5 11217
d741bd1b
PE
112182005-07-13 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
11219
11220 * data/glr.c (yyuserAction): Fix uninitialized variable that caused
11221 a valgrind failure. Problem reported by twlevo@xs4all.nl.
11222
0410a6e0
PE
112232005-07-13 Paul Eggert <eggert@cs.ucla.edu>
11224
11225 * PACKAGING: New file, suggested by Bruno Haible and taken from
11226 similar wording in gettext's PACKAGING file.
11227 * NEWS: Mention PACKAGING.
11228 * Makefile.am (EXTRA_DIST): Add PACKAGING.
11229
f7ab6a50
PE
112302005-07-12 Paul Eggert <eggert@cs.ucla.edu>
11231
baf785db 11232 * NEWS: Document recent i18n improvements.
f7ab6a50
PE
11233 * bootstrap: Get runtime translations into runtime-po.
11234 Create runtime-po files automatically, if possible.
11235 * configure.ac: Invoke BISON_I18N, so that we eat our own dog food.
11236 * data/yacc.c: Rewrite inclusion of <libintl.h> so that ENABLE_NLS
11237 does not infringe on the user's name space.
11238 (YYENABLE_NLS): Renamed from ENABLE_BISON_NLS.
11239 * doc/bison.texinfo (Internationalization): Revamp the English
11240 and Texinfo syntax a bit, to try to make it clearer.
11241 (Bison Options, Option Cross Key): Mention --print-localedir.
11242 * m4/bison-i18n.m4 (BISON_I18N): Rename ENABLE_BISON_NLS to
11243 YYENABLE_NLS. Quote a bit more.
11244 * runtime-po/.cvsignore: New file.
11245 * runtime-po/Makefile.in.in (mostlyclean): Remove *.old.pot.
11246 * runtime-po/Rules-quot: Remove; now created by bootstrap.
11247 * runtime-po/quot.sed: Likewise.
11248 * runtime-po/boldquot.sed: Likewise.
11249 * runtime-po/en@quot.header: Likewise.
11250 * runtime-po/en@boldquot.header: Likewise.
11251 * runtime-po/insert-header.sin: Likewise.
11252 * runtime-po/remove-potcdate.sin: Likewise.
11253 * runtime-po/Makevars: Likewise.
11254 * runtime-po/LINGUAS: Likewise.
11255 * runtime-po/de.po: Likewise; we will rely on the translation project
11256 to maintain this, so "bootstrap" should get it.
0410a6e0 11257 * src/getarg.c (PRINT_LOCALEDIR_OPTION): Let the C compiler determine
f7ab6a50
PE
11258 its value.
11259 * src/main.c (main): Bind the bison-runtime domain, too.
11260
112612005-07-12 Bruno Haible <bruno@clisp.org>
11262
11263 * data/yacc.c: Include <libintl.h> when NLS is enabled.
11264 (YYI18N): Renamed from _. Use dgettext when NLS is enabled.
11265 * po/POTFILES.in: Remove autogenerated file src/parse-gram.c.
11266 * runtime-po: New directory.
11267 * runtime-po/Makefile.in.in: New file, copied from po/, with modified
11268 $(DOMAIN).pot-update rule, so that old messages are never dropped.
11269 * runtime-po/Rules-quot: New file, copied from po/.
11270 * runtime-po/quot.sed: Likewise.
11271 * runtime-po/boldquot.sed: Likewise.
11272 * runtime-po/en@quot.header: Likewise.
11273 * runtime-po/en@boldquot.header: Likewise.
11274 * runtime-po/insert-header.sin: Likewise.
11275 * runtime-po/remove-potcdate.sin: Likewise.
11276 * runtime-po/Makevars: New file.
11277 * runtime-po/POTFILES.in: New file.
11278 * runtime-po/LINGUAS: New file.
11279 * runtime-po/bison-runtime.pot: New file.
11280 * runtime-po/de.po: New file.
11281 * m4/bison.m4: New file.
11282 * Makefile.am (SUBDIRS): Add runtime-po.
11283 (aclocaldir, aclocal_DATA): New variables.
11284 * configure.ac: Add AC_CONFIG_FILES of runtime-po/Makefile.in.
11285 Define aclocaldir.
11286 * src/getargs.c (usage): Document --print-localedir option.
11287 (PRINT_LOCALEDIR_OPTION): New enum item.
11288 (long_options): Add --print-localedir option.
11289 (getargs): Handle --print-localedir option.
11290 * doc/bison.texinfo (Bison Parser): Remove paragraph about _().
11291 (Internationalization): New section.
11292
22dda0f0
AD
112932005-07-12 Akim Demaille <akim@epita.fr>
11294
11295 * src/symtab.h, src/symtab.c (symbol_print): Swap the arguments,
11296 for consistency with the rest of the code.
11297 * src/symlist.h, src/symlist.c (symbol_list_print): Ditto.
11298 Add separators.
11299
82b248ad
AD
113002005-07-12 Akim Demaille <akim@epita.fr>
11301
11302 * src/parse-gram.y: Use %printer instead of YYPRINT.
11303
fa0e9314
AD
113042005-07-12 Akim Demaille <akim@epita.fr>
11305
867a3e00
AD
11306 * src/symtab.h, src/symtab.c (symbol_print): New.
11307 * src/symlist.h, src/symlist.c (symbol_list_print): New.
11308 * src/symlist.c (symbol_list_n_type_name_get): Report the culprit.
11309
113102005-07-12 Akim Demaille <akim@epita.fr>
11311
11312 * data/glr.c (b4_syncline): Fix (swap) the definitions of
fa0e9314
AD
11313 b4_at_dollar and b4_dollar_dollar.
11314
e054b190
PE
113152005-07-11 Paul Eggert <eggert@cs.ucla.edu>
11316
11317 * doc/bison.texinfo (Mystery Conflicts): Add reference to DeRemer
11318 and Pennello's paper.
11319
34160ec4
PE
113202005-07-09 Paul Eggert <eggert@cs.ucla.edu>
11321
407d4a75
PE
11322 * data/yacc.c (yyparse): Undo previous patch. Instead,
11323 set yylsp[0] and yyvsp[0] only if the initial action
11324 sets yylloc and yylval, respectively.
11325
34160ec4
PE
11326 * data/yacc.c (yyparse): In the initial action, set
11327 yylsp[0] and yyvsp[0] rather than yylloc and yylval.
11328 This avoids the use of undefined variables if the initial
11329 action does not set yylloc and/or yylval.
11330
c3d5a4a7
PE
113312005-07-07 Paul Eggert <eggert@cs.ucla.edu>
11332
b34d96c1
PE
11333 * examples/calc++/calc++-driver.cc, examples/calc++/calc++-driver.hh:
11334 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc:
11335 Remove from CVS. These files are automatically generated.
11336 * examples/extexi: Clarify that this file is now part of Bison,
11337 not GNU M4, and that it works with any POSIX-compatible Awk.
11338 * examples/calc++/Makefile.am (run_extexi): Remove; not used.
11339 ($(calc_extracted)): Renamed from $(calc_sources_extracted),
11340 so that we also get calc++-parser.yy. Geneate it.
11341 Use $(AWK), not gawk, since any conforming Awk will do.
11342 Put comment before action, since older 'make' can't handle comment
11343 in action.
11344 $(BUILT_SOURCES): List all built sources, not just some of them.
11345 $(MAINTAINERCLEANFILES): Remove *.stamp, and all built sources.
11346 $($(srcdir)/calc++-parser.stamp): Work even if POSIXLY_CORRECT.
11347 $($(calc_sources_generated)): Remove unnecessary test for existence
11348 of target. (This had a shell syntax error anyway; a stray "x".)
11349 (calc_extracted): List $(srcdir)/calc++-parser.yy, not
11350 calc++-parser.yy.
11351 * examples/.cvsignore, examples/calc++/.cvsignore: New files.
11352
c3d5a4a7
PE
11353 * bootstrap (gnulib_modules): Add gettext, now that it's no longer
11354 implied by the other modules.
11355
828c373b
AD
113562005-07-06 Akim Demaille <akim@epita.fr>
11357
11358 Bind examples/calc++ to the package.
11359 * examples/calc++/Makefile: Remove, replaced by...
11360 * examples/calc++/Makefile.am: ... this new file.
11361 * examples/calc++/test: Remove input.
11362 * examples/calc++/compile: Remove.
11363 * examples/Makefile.am: New.
11364 * configure.ac, Makefile.am: Adjust.
11365 * doc/Makefile.am (clean-local): New, for more recent texi2dvis.
11366
63cb01d6
PE
113672005-07-05 Paul Eggert <eggert@cs.ucla.edu>
11368
fd2df2ed
PE
11369 * data/glr.c (yyFail): Drastically simplify; since the format argument
11370 never had any % directives, we can simply pass it to yyerror.
11371 (yyparse): Use "t a; a=b;" rather than "t a = b;" when a will
11372 be modified later, as that is the usual style in glr.c.
11373 Problems reported by Paul Hilfinger.
11374
63cb01d6
PE
11375 Rewrite GLR parser to catch more buffer overrun, storage exhaustion,
11376 and size overflow errors.
11377 * data/glr.c: Include <stdio.h> etc. after user prolog, not before,
11378 in case the user prolog sets feature-test macros like _GNU_SOURCE.
11379 (YYSIZEMAX): New macro.
11380 (yystpcpy): New function, taken from yacc.c.
11381 (struct yyGLRStack.yyspaceLeft): Now size_t, not int.
11382 (yyinitGLRStack, yyfreeGLRstack): Remove unnecessary forward decls,
11383 so that we don't have to maintain their signatures.
11384 (yyFail): Check for buffer overflow, by using vsnprintf rather
11385 than vsprintf. Allocate a bigger buffer if possible.
11386 Report an error if buffer allocation fails.
11387 (yyStackOverflow): New function.
11388 (yyinitStateSet, yyinitGLRStack): Return a boolean indicating whether
11389 the initialization was successful. It might fail if storage was
11390 exhausted.
11391 (yyexpandGLRStack): Add more checks for storage allocation failure.
11392 Use yyStackOverflow to report failures.
11393 (yymarkStackDeleted, yyglrShift, yyglrShiftDefer, yydoAction):
11394 (yysplitStack, yyprocessOneStack, yyparse, yypstack):
11395 Don't assume stack number fits in int.
11396 (yysplitStack): Check for storage allocation failure.
11397 (yysplitStack, yyprocessOneStack): Add pure_formals, so that we
11398 can print diagnostics on storage allocation failure. All callers
11399 changed.
11400 (yyresolveValue): Use yybool for boolean.
11401 (yyreportSyntaxError): Check for size-calculation overflow.
11402 This code is taken from yacc.c.
11403 (yyparse): Check for storage allocation errors when allocating
11404 the initial stack.
11405
1c59e0a1
AD
114062005-07-05 Akim Demaille <akim@epita.fr>
11407
11408 Extract calc++ from the documentation.
11409 * doc/bison.texinfo (Calc++): Add the extraction marks.
11410 * examples/extexi: New, from the aborted GNU Programming 2E.
11411 Separate the different paragraph of a file with empty lines.
11412 * examples/Makefile: Use it to extract the whole calc++ example.
11413
8a0adb01
AD
114142005-06-24 Akim Demaille <akim@epita.fr>
11415
11416 * doc/bison.texinfo (C++ Parser Interface): Use defcv to define
11417 class typedefs.
11418
12545799
AD
114192005-06-22 Akim Demaille <akim@epita.fr>
11420
11421 * doc/bison.texinfo (C++ Language Interface): First stab.
11422 (C++ Parsers): Remove.
11423
99be0235
AD
114242005-06-22 Akim Demaille <akim@epita.fr>
11425
11426 * data/lalr1.cc (yylex_): Honor %lex-param.
11427
0ffd4fd1
AD
114282005-06-22 Akim Demaille <akim@epita.fr>
11429
11430 Start a set of simple examples.
11431 * examples/calc++/Makefile, examples/calc++/calc++-driver.cc,
11432 * examples/calc++/calc++-driver.hh,
11433 * examples/calc++/calc++-parser.yy,
11434 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc,
11435 * examples/calc++/compile, examples/calc++/test: New.
11436
0925ebb4
PE
114372005-06-09 Paul Eggert <eggert@cs.ucla.edu>
11438
11439 * data/yacc.c (malloc, free) [defined __cplusplus]: Wrap inside
11440 extern "C" {}. This fixes a problem reported by Paul Hilfinger,
11441 which stems from the 2005-05-27 patch.
11442
43d3b664
PH
114432005-06-06 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
11444
11445 * data/glr.c: Modify treatment of unused parameters to permit use
11446 of g++ (which doesn't allow __attribute__ ((unused)) for parameters).
11447
3062864d
PE
114482005-05-30 Paul Eggert <eggert@cs.ucla.edu>
11449
11450 Fix infringement on user name space reported by Janos Zoltan Szabo.
11451 * data/yacc.c (yyparse): strlen -> yystrlen.
11452
989b5b8e
AD
114532005-05-30 Akim Demaille <akim@epita.fr>
11454
11455 * data/lalr1.cc (_): New.
11456 Translate the various messages.
11457
bedf57f5
PE
114582005-05-27 Paul Eggert <eggert@cs.ucla.edu>
11459
11460 Fix infringement on user name space reported by Bruno Haible.
11461 * data/yacc.c (YYSIZE_T): Define first, so that later decls can use it.
11462 Prefer GCC's __SIZE_TYPE__ if available, so that we don't infringe on
11463 the user's name space.
11464 (alloca): Include <stdlib.h> to get it, if it's not built in.
11465 (YYMALLOC, YYFREE): Define only if needed.
11466 (malloc, free): Declare, but only if needed, as this infringes on
11467 the user name space.
11468
4d1801f1
PE
114692005-05-25 Paul Eggert <eggert@cs.ucla.edu>
11470
11471 Fix BeOS, FreeBSD, MacOS porting problems reported by Bruno Haible.
11472 * lib/bitset.c (bitset_print): Don't assume size_t can be printed
11473 with %d format.
11474 * lib/ebitset.c (min, max): Undef before defining.
11475 * lib/vbitset.c (min, max): Likewise.
11476 * lib/subpipe.c (create_subpipe): Save local variables in case
11477 vfork clobbers them.
11478
114792005-05-24 Bruno Haible <bruno@clisp.org>
11480
11481 * tests/synclines.at (AT_SYNCLINES_COMPILE): Add support for the
11482 error message syntax used by gcc-4.0.
11483
b94a9e1e
PE
114842005-05-23 Paul Eggert <eggert@cs.ucla.edu>
11485
85ac3861
PE
11486 * README: Mention m4 1.4.3. Remove obsolete advice about
11487 Sun Forte Developer 6 update 2, VMS, and MS-DOS.
11488
b94a9e1e
PE
11489 * bootstrap: Remove workaround for problem I encountered with
11490 gettext 0.14.1; it seems to be fixed now.
11491
51c30d21
PE
114922005-05-22 Paul Eggert <eggert@cs.ucla.edu>
11493
009ce67d
PE
11494 * NEWS: Version 2.0a.
11495
f2a97c62
PE
11496 * src/files.c: Include "stdio-safer.h"; this fixes a typo in
11497 the previous change.
11498
c8775f93
PE
11499 Various maintainer cleanups.
11500 * .cvsignore: Add a.exe, a.out, b.out,, conf[0-9]*, confdefs*,
11501 conftest*, for benefit of CVS commands run at the same time as
11502 "configure". Add build-aux, since "bootstrap" now creates it and
11503 its subfiles.
11504 * Makefile.cfg (move_if_change): Remove.
11505 * Makefile.maint: Remove the update stuff; we now use "bootstrap".
11506 (ftp-gnu, www-gnu, move_if_change, local_updates, update):
11507 (po_repo, do-po-update, po-update, wget_files, get-targets):
11508 (config.guess-url_prefix, config.sub-url_prefix):
11509 (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
11510 (standards.texi-url_prefix, make-stds.texi-url_prefix, taget, url):
11511 ($(get-targets), cvs-files, automake_repo, wget-update, cvs-update):
11512 Remove.
11513 * configure.ac (AC_CONFIG_AUX_DIR): Change from config to build-aux;
11514 this is now the recommended name.
11515 * config/.cvsignore: Remove config.guess, config.rpath, config.sub,
11516 depcomp, install-sh, mdate-sh, missing, mkinstalldirs, texinfo.tex,
11517 ylwrap. These files now go into build-aux.
11518 * config/move-if-change: Remove.
11519 * config/prev-version.txt: Bump from 1.75 to 2.0.
11520
3ea5f0ec
PE
11521 * bootstrap: Add stdio-safer, unistd-safer modules.
11522 Remove m4/glibc2.m4 (introduced by latest gnulib, but
11523 we don't need it).
11524 * lib/.cvsignore: Add dup-safer.c, fd-safer.c,
11525 fopen-safer.c, stdio-safer.h, unistd-safer.h.
11526 * lib/subpipe.c: Include "unistd-safer.h".
11527 (create_subpipe): Make sure all the newly-created
11528 file descriptors are > 2, so that diagnostics don't
11529 get sent down them (which might cause Bison to hang, in theory).
11530 * m4/.cvsignore: Add stdio-safer.m4, unistd-safer.m4.
11531 * src/files.c (xfopen): Use fopen_safer, not fopen.
11532
51c30d21
PE
11533 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Port
11534 yesterday's yacc.c fix.
11535
cea1469d
PE
115362005-05-21 Paul Eggert <eggert@cs.ucla.edu>
11537
3ea5f0ec
PE
11538 * data/glr.c, data/lalr1.cc: Update copyright date.
11539
cea1469d
PE
11540 Fix a destructor bug reported by Wolfgang Spraul in
11541 <http://lists.gnu.org/archive/html/bug-bison/2005-05/msg00042.html>.
11542 * data/yacc.c (yyabortlab): Don't call destructor, and
11543 don't set yychar to EMPTY.
11544 (yyoverflowlab): Don't call destructor.
11545 (yyreturn): Call destructor, if yychar is neither YYEOF nor YYEMPTY.
11546 * tests/calc.at (AT_CHECK_CALC): Expect one fewer output lines,
11547 since we no longer output the message "discarding lookahead token
11548 end of input ()".
11549
5e6f62f2
PH
115502005-05-20 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
11551
11552 * data/glr.c (YY_SYMBOL_PRINT): Don't print newline at end to
11553 fix a small glitch in debugging output.
11554 (yyprocessOneStack, yyrecoverSyntaxError, yyparse): Print newline
11555 after YY_SYMBOL_PRINT where needed.
11556
11557 (struct yyGLRState): Add some comments.
11558 (struct yySemanticOption): Add some comments.
11559 (union yyGLRStackItem): Add comment.
11560
11561 (yymergeOptionSets): Correct this to properly perform the union,
11562 avoiding infinite reported by Michael Rosien.
11563 Update comment.
11564
11565 * tests/glr-regression.at: Add test for GLR merging error reported
11566 by M. Rosien.
cea1469d 11567
0fb669f9
PE
115682005-05-13 Paul Eggert <eggert@cs.ucla.edu>
11569
11570 * COPYING, ChangeLog, GNUmakefile, HACKING, Makefile.am,
11571 Makefile.cfg, Makefile.maint, NEWS, README, README-alpha,
11572 README-cvs, TODO, bootstrap, configure.ac, data/Makefile.am,
11573 data/README, data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c,
11574 data/m4sugar/m4sugar.m4, doc/Makefile.am, doc/bison.texinfo,
11575 doc/fdl.texi, doc/gpl.texi, doc/refcard.tex, lib/Makefile.am,
11576 lib/abitset.c, lib/abitset.h, lib/bbitset.h, lib/bitset.c,
11577 lib/bitset.h, lib/bitset_stats.c, lib/bitset_stats.h,
11578 lib/bitsetv-print.c, lib/bitsetv-print.h, lib/bitsetv.c,
11579 lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/get-errno.c,
11580 lib/get-errno.h, lib/lbitset.c, lib/lbitset.h, lib/libiberty.h,
11581 lib/main.c, lib/subpipe.c, lib/subpipe.h, lib/timevar.c,
11582 lib/timevar.def, lib/timevar.h, lib/vbitset.c, lib/vbitset.h,
11583 lib/yyerror.c, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4, m4/timevar.m4,
11584 m4/warning.m4, src/LR0.c, src/LR0.h, src/Makefile.am, src/assoc.c,
11585 src/assoc.h, src/closure.c, src/closure.h, src/complain.c,
11586 src/complain.h, src/conflicts.c, src/conflicts.h, src/derives.c,
11587 src/derives.h, src/files.c, src/files.h, src/getargs.c,
11588 src/getargs.h, src/gram.c, src/gram.h, src/lalr.c, src/lalr.h,
11589 src/location.c, src/location.h, src/main.c, src/muscle_tab.c,
11590 src/muscle_tab.h, src/nullable.c, src/nullable.h, src/output.c,
11591 src/output.h, src/parse-gram.c, src/parse-gram.h,
11592 src/parse-gram.y, src/print.c, src/print.h, src/print_graph.c,
11593 src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c,
11594 src/reduce.h, src/relation.c, src/relation.h, src/scan-gram.l,
11595 src/scan-skel.l, src/state.c, src/state.h, src/symlist.c,
11596 src/symlist.h, src/symtab.c, src/symtab.h, src/system.h,
11597 src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h,
11598 src/vcg.c, src/vcg.h, src/vcg_defaults.h, tests/Makefile.am,
11599 tests/actions.at, tests/c++.at, tests/calc.at, tests/conflicts.at,
11600 tests/cxx-type.at, tests/existing.at, tests/glr-regression.at,
11601 tests/headers.at, tests/input.at, tests/local.at, tests/output.at,
11602 tests/reduce.at, tests/regression.at, tests/sets.at,
11603 tests/synclines.at, tests/testsuite.at, tests/torture.at:
11604 Update FSF postal mail address.
11605
51f4735e
PE
116062005-05-11 Paul Eggert <eggert@cs.ucla.edu>
11607
11608 * tests/local.at (AT_COMPILE_CXX): Treat LDFLAGS like AT_COMPILE does.
11609 Problem reported by Ralf Menzel.
11610
80ce3401
PE
116112005-05-01 Paul Eggert <eggert@cs.ucla.edu>
11612
11613 * tests/actions.at: Test that stack overflow invokes destructors.
11614 From Marcus Holland-Moritz.
11615 * data/yacc.c (yyerrlab): Move the code that destroys the stack
11616 from here....
11617 (yyreturn): to here. That way, destructors are called properly
11618 even if the stack overflows, or the user calls YYACCEPT or
11619 YYABORT. Stack-overflow problem reported by Marcus Holland-Moritz.
11620 (yyoverflowlab): Destroy the lookahead.
11621
116222005-04-24 Paul Eggert <eggert@cs.ucla.edu>
11623
11624 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): Add more-descriptive comment.
11625
72f000b0
PE
116262005-04-17 Paul Eggert <eggert@cs.ucla.edu>
11627
11628 * NEWS: Bison-generated C parsers no longer quote literal strings
11629 associated with tokens.
11630 * src/output.c (prepare_symbols): Don't escape strings,
11631 since users don't want to see C escapes.
11632 * tests/calc.at (AT_CHECK_CALC): Adjust to lack of quotes
11633 in diagnostics.
c19683bb 11634 * tests/input.at (Torturing the Scanner): Likewise.
72f000b0
PE
11635 * tests/regression.at (Token definitions, Web2c Actions): Likewise.
11636
1094323f
PE
116372005-04-16 Paul Eggert <eggert@cs.ucla.edu>
11638
11639 * tests/torture.at (AT_INCREASE_DATA_SIZE): Skip the test if
11640 the data size is known to be too small and we can't increase it.
11641 This works around an HP-UX 11.00 glitch reported by Andrew Benham.
11642
ca407bdf
PE
116432005-04-15 Paul Eggert <eggert@cs.ucla.edu>
11644
11645 * src/parse-gram.y: Include quotearg.h.
11646 (string_as_id): Quote $1 before using it as a key, since the
11647 lexer no longer quotes it for us.
11648 (string_content): Don't strip quotes, since lexer no longer
11649 quotes it for us.
11650 * src/scan-gram.l: Include quotearg.h.
11651 ("\""): Omit quote.
11652 ("'"<SC_ESCAPED_CHARACTER>): Quote symbol before using it as
11653 a key, since the rest of the lexer doesn't quote it.
11654 * src/symtab.c (symbol_get): Don't quote symbol; caller does it now.
11655 * tests/regression.at (Token definitions): Check for backslashes
11656 in token strings.
11657
11658 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): New macro.
11659 (YYSIZE_T): Define to unsigned long int when using an older compiler.
11660 (yyparse): Revamp code to generate long syntax error message, to
11661 make it easier to translate, and to avoid problems with arithmetic
11662 overflow. Change "virtual memory" to "memory" in diagnostic, since
11663 we don't know whether the memory is virtual.
11664
1ce59070
PE
116652005-04-13 Paul Eggert <eggert@cs.ucla.edu>
11666
11667 * NEWS: Bison-generated C parsers now use the _ macro to
11668 translate strings.
11669 * data/yacc.c (_) [!defined _]: New macro.
11670 All English strings wrapped inside this macro.
11671 * doc/bison.texinfo (Bison Parser): Document _.
11672 * po/POTFILES.in: Include src/parse-gram.c, since it now
11673 includes translateable strings that parse-gram.y doesn't.
11674
a749a695
PE
116752005-04-12 Paul Eggert <eggert@cs.ucla.edu>
11676
11677 * src/symtab.c (symbol_make_alias): Call symbol_type_set,
11678 reverting the 2004-10-11 change to this function.
11679 (symbol_check_alias_consistency): Don't call symbol_type_set
11680 if the type name is already correct.
11681 * tests/input.at (Typed symbol aliases): New test, from Tim Van Holder.
11682
8fb1053b
PE
116832005-03-25 Paul Eggert <eggert@cs.ucla.edu>
11684
11685 * tests/regression.at (Token definitions): Don't use a token named
11686 c, as that generates a "#define c ..." that runs afoul of buggy
11687 stdlib.h that uses the identifier c as a member of struct
11688 drand48_data. Problem reported by Horst Wente.
11689
ff498c4a
PE
116902005-03-21 Paul Eggert <eggert@cs.ucla.edu>
11691
11692 * bootstrap: Change translation URL from
11693 http://www2.iro.umontreal.ca/~gnutra/po/maint/bison/ to
11694 http://www.iro.umontreal.ca/translation/maint/bison/ to avoid
11695 redirection glitches. Problem reported by twlevo@xs4all.nl.
11696
65211d70
PE
116972005-03-20 Paul Eggert <eggert@cs.ucla.edu>
11698
11699 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Don't put options
11700 after operands; POSIX says this isn't portable for the c99 command.
11701
9577fb1f
PE
117022005-03-18 Paul Eggert <eggert@cs.ucla.edu>
11703
11704 * tests/glr-regression.at (glr-regr2a.y): Try to dump core
11705 immediately if a data overrun has occurred; this may help us track
11706 down what may be a spurious failure on MacOS.
11707
78b178f7
PE
117082005-03-17 Paul Eggert <eggert@cs.ucla.edu>
11709
a2599d0f
PE
11710 Respond to problems reported by twlevo@xs4all.nl.
11711
11712 * bootstrap: Use "trap - 0" rather than the unportable "trap 0".
11713
78b178f7
PE
11714 * src/vcg.h: Comment fix.
11715 * src/vcg_defaults.h: Parenthesize macro bodies to make them safe.
11716 (G_CMAX): Change to -1 instead of INT_MAX.
11717
11718 * data/yacc.c (yyparse): Omit spaces before #line.
78b178f7 11719
7296e729
PE
117202005-03-15 Paul Eggert <eggert@cs.ucla.edu>
11721
11722 * src/tables.c (state_number_to_vector_number): Put it inside an
11723 "#if 0", since it's not currently used. Problem reported by
11724 Roland McGrath.
11725
05ac60f3
PE
117262005-03-06 Paul Eggert <eggert@cs.ucla.edu>
11727
11728 * src/output.c (escaped_output): Renamed from
11729 escaped_file_name_output, since we now use it for symbol tags as
11730 well. All uses changed.
11731 (symbol_destructors_output, symbol_printers_output):
11732 Escape symbol tags too.
11733 Problem reported by Matyas Forstner in
11734 <http://lists.gnu.org/archive/html/bug-bison/2005-03/msg00009.html>.
11735
11736 * src/muscle_tab.c (muscle_code_grow): Don't quote numbers; it's
11737 not needed.
11738 * src/output.c (user_actions_output, token_definitions_output,
11739 symbol_destructors_output, symbol_printers_output): Likewise.
11740 * src/reader.c (prologue_augment): Likewise.
11741 * src/scan-gram.l (handle_action_dollar, handle_action_at): Likewise.
11742
11743 * src/vcg.c (output_edge): Don't quote linestyle arg.
11744 Problem reported by twlevo@xs4all.nl.
11745
7eb453ac
PE
117462005-02-28 Paul Eggert <eggert@cs.ucla.edu>
11747
11748 * doc/bison.texinfo (Semantic Tokens): Fix scoping problem in
11749 example, reported by Derek M Jones. Also, make the example even
11750 more outrageous, to better illustrate how bad the problem is.
11751
4c04c52a
PE
117522005-02-24 Paul Eggert <eggert@cs.ucla.edu>
11753
11754 * doc/bison.texinfo (Mfcalc Symtab): Correct the prototype for
11755 putsym. Typo reported by Sebastian Piping.
11756
a61e1620
PE
117572005-02-23 Paul Eggert <eggert@cs.ucla.edu>
11758
11759 * doc/bison.texinfo (Language and Grammar): some -> same
11760 (Epilogue): int he -> in the
11761 Typos reported by Sebastian Piping via Justin Pence.
11762
9ec93868
PE
117632005-02-07 Paul Eggert <eggert@cs.ucla.edu>
11764
11765 * tests/glr-regression.at (Improper handling of embedded actions
11766 and dollar(-N) in GLR parsers): Renamed from "Improper handling of
11767 embedded actions and $-N in GLR parsers", work around an Autoconf bug
11768 with dollar signs in test names.
11769 * tests/input.at (Invalid dollar-n): Renamed from "Invalid \$n",
11770 for a similar reason.
11771
73ce7e7e
PE
117722005-01-28 Paul Eggert <eggert@cs.ucla.edu>
11773
11774 * src/vcg.c (output_graph): G_VIEW -> normal_view in case someone
11775 wants to redefine G_VIEW.
11776
2e72b98e
PE
117772005-01-27 Paul Eggert <eggert@cs.ucla.edu>
11778
11779 * src/vcg.c (get_view_str): Remove case for normal_view.
11780 Problem reported by twlevo@xs4all.nl.
11781
e0d634e5
PE
117822005-01-24 Paul Eggert <eggert@cs.ucla.edu>
11783
ccf830a4
PE
11784 * configure.ac (O0CFLAGS, O0CXXFLAGS): Fix quoting bug.
11785 Problem reported by twlevo@xs4all.nl.
11786
e0d634e5
PE
11787 * doc/bison.texinfo: Change @dircategory from "GNU programming
11788 tools" to "Software development". Requested by Richard Stallman
11789 via Karl Berry.
11790
7bbc8cb0
PE
117912005-01-23 Paul Eggert <eggert@cs.ucla.edu>
11792
11793 * tests/c++.at (AT_CHECK_DOXYGEN): Don't use options after operands.
11794 Problem reported by twlevo@xs4all.nl.
11795
08b770bc
PE
117962005-01-21 Paul Eggert <eggert@cs.ucla.edu>
11797
11798 * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register"
11799 keyword; it's not needed with modern compilers, and it doesn't
11800 affect correctness with older compilers. Suggested by
11801 twlevo@xs4all.nl.
11802
95f22ad2
PE
118032005-01-17 Paul Eggert <eggert@cs.ucla.edu>
11804
11805 * data/glr.c (yyuserAction): Add "default: break;" case to pacify
11806 gcc -Wswitch-default.
11807 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
11808 * data/yacc.c (yyparse): Likewise.
11809
d229d15c
PE
118102005-01-12 Paul Eggert <eggert@cs.ucla.edu>
11811
11812 * src/system.h (OUTPUT_EXT, TAB_EXT): Define only if not defined
11813 already. Let config.h define any nonstandard values.
11814
ecadd90f
PE
118152005-01-10 Paul Eggert <eggert@cs.ucla.edu>
11816
11817 * tests/calc.at (_AT_DATA_CALC_Y): Use alarm (100), not alarm (10),
11818 for the benefit of slower hosts. Problem reported by
11819 Nelson H. F. Beebe.
11820
213744b5
PE
118212005-01-07 Paul Eggert <eggert@cs.ucla.edu>
11822
11823 * data/yacc.c (yyparse): Pacify non-GCC compilers about yyerrorlab
11824 being defined and not used.
11825 * data/lalr1.cc (yyparse): Likewise.
11826 Use "if (false)" rather than "if (0)".
11827
249d3236
PE
118282005-01-05 Paul Eggert <eggert@cs.ucla.edu>
11829
11830 * TODO: Mention that we should allow NUL bytes in tokens.
11831
987cc1fb
PE
118322005-01-02 Paul Eggert <eggert@cs.ucla.edu>
11833
11834 * src/scan-skel.l (<<EOF>>): Don't close standard output.
11835 Problem reported by Hans Aberg.
11836
08fe02d9
PE
118372005-01-01 Paul Eggert <eggert@cs.ucla.edu>
11838
11839 * src/getargs.c (version): Happy new year; update overall
11840 program copyright date from 2004 to 2005.
11841
11842 * src/scan-skel.l ("@output ".*\n): Don't close standard output.
11843 Problem reported by Hans Aberg.
11844 * tests/output.at (AT_CHECK_OUTPUT): New arg SHELLIO.
11845 (Output file names.): Add a test for the case when standard output
11846 is closed.
11847
010c0266
PE
118482004-12-26 Paul Eggert <eggert@cs.ucla.edu>
11849
11850 * doc/bison.texinfo (@copying): Update FDL version number to 1.2,
11851 to fix an oversight in the Bison 2.0 manual.
11852
da12206a
PE
118532004-12-25 Paul Eggert <eggert@cs.ucla.edu>
11854
11855 * NEWS: Version 2.0. Reformat the existing news items since
11856 1.875, so that related items are grouped together.
3a4734aa 11857 * configure.ac (AC_INIT): Bump version to 2.0.
da12206a
PE
11858 * src/parse-gram.c, src/parse-gram.h: Regenerate with 2.0.
11859
c935d934
PE
11860 * tests/torture.at (Exploding the Stack Size with Alloca): Set
11861 YYSTACK_USE_ALLOCA to 1 if __GNUC__ or alloca are defined;
11862 otherwise, we're not testing alloca. Unfortunately there's no
11863 simple way to consult HAVE_ALLOCA here.
11864
da12206a
PE
11865 * data/lalr1.cc (yydestruct_): Pacify unused variable warning
11866 for yymsg, too.
11867
11868 * src/LR0.c (new_itemsets): Use memset rather than zeroing by
11869 hand. This avoids a warning about comparing int to size_t when
11870 GCC warnings are enabled.
11871
0a2c5137
PE
118722004-12-22 Paul Eggert <eggert@cs.ucla.edu>
11873
d7e14fc0
PE
11874 * NEWS: Bison-generated parsers no longer default to using the
11875 alloca function (when available) to extend the parser stack, due
11876 to widespread problems in unchecked stack-overflow detection.
11877 * data/glr.c (YYMAXDEPTH): Remove undef when zero. It's the user's
11878 responsibility to set it to a positive value. This lets the user
11879 specify a value that is not a preprocessor constant.
11880 * data/yacc.c (YYMAXDEPTH): Likewise.
11881 (YYSTACK_ALLOC): Define only if YYSTACK_USE_ALLOCA is nonzero.
11882 * doc/bison.texinfo (Stack Overflow): YYMAXDEPTH no longer needs
11883 to be a compile-time constant. However, explain the constraints on it.
11884 Also, explain the constraints on YYINITDEPTH.
11885 (Table of Symbols): Explain that alloca is no longer the default.
11886 Explain the user's responsibility if they define YYSTACK_USE_ALLOCA
11887 to 1.
11888
0a2c5137
PE
11889 * doc/bison.texinfo (Location Default Action): Mention that n must
11890 be zero when k is zero. Suggested by Frank Heckenbach.
11891
e019c247
AD
118922004-12-22 Akim Demaille <akim@epita.fr>
11893
11894 * data/lalr1.cc (parser::token_number_type, parser::rhs_number_type)
11895 (parser::state_type, parser::semantic_type, parser::location_type):
11896 Private, not public.
11897 (parser::parse): Return ints, not bool.
11898 Returning a bool introduces a problem: 0 corresponds to false, and
11899 it seems weird to return false on success. Returning true changes
11900 the conventions for yyparse.
11901 Alternatively we could return void and send an exception.
11902 There is no clear consensus (yet?).
11903 (state_stack, semantic_stack, location_stack): Rename as...
11904 (state_stack_type, semantic_stack_type, location_stack_type): these.
11905 Private, not public.
11906 * tests/c++.at: New.
11907 * tests/testsuite.at, tests/Makefile.am: Adjust.
11908
72731bb7
AD
119092004-12-21 Akim Demaille <akim@epita.fr>
11910
11911 * data/lalr1.cc (parser::parse): Return a bool instead of an int.
11912
9a0d8bec
AD
119132004-12-21 Akim Demaille <akim@epita.fr>
11914
11915 Don't impose std::string for filenames.
11916
11917 * data/lalr1.cc (b4_filename_type): New.
11918 (position::filename): Use it.
11919 (parser.hh): Move the inclusion of stack.hh and location.hh below
11920 the user code, so that needed headers for the filename type can be
11921 included first.
72731bb7
AD
11922 Forward declare them before the user code.
11923 * tests/Makefile.am (check-local, installcheck-local): Pass
11924 TESTSUITEFLAGS to the TESTSUITE.
9a0d8bec 11925
99880de5
AD
119262004-12-20 Akim Demaille <akim@epita.fr>
11927
11928 Use more STL like names: my_class instead of MyClass.
11929
11930 * data/lalr1.cc (LocationStack, LocationType, RhsNumberType)
11931 (SemanticStack, SemanticType, StateStack, StateType)
11932 (TokenNumberType, Stack, Slice, Traits, Parser::location)
11933 (Parser::value): Rename as...
11934 (location_stack, location_type, rhs_number_type, semantic_stack)
11935 (semantic_type, state_stack, state_type, token_number_type, stack)
11936 (slice, traits, parser::yylloc, parser::yylval): these.
11937
11938 * tests/calc.at, tests/regression.at, tests/actions.at: Adjust.
11939
9bec482e
PE
119402004-12-19 Paul Eggert <eggert@cs.ucla.edu>
11941
11942 * data/glr.c (YYLLOC_DEFAULT): Use GNU spacing conventions.
11943 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
11944
f6fbd3da
PE
119452004-12-17 Paul Eggert <eggert@cs.ucla.edu>
11946
11947 Remove uses of 'short int' and 'unsigned short int'. This raises
11948 some arbitrary limits. It uses more memory but nowadays that's
11949 not much of an issue.
11950
11951 This change does not affect the generated parsers; that's a different
11952 task, as some users will want to conserve memory there.
11953
11954 Ideally we should use size_t to represent all object counts, and
11955 something like ptrdiff_t to represent signed differences of object
11956 counts; but that will require more code-cleanup than I have the
11957 time to do right now.
11958
11959 * src/LR0.c (allocate_itemsets, new_itemsets, save_reductions):
11960 Use size_t, not int or short int, to count objects.
11961 * src/closure.c (nritemset, closure): Likewise.
11962 * src/closure.h (nritemset, closure): Likewise.
11963 * src/nullable.c (nullable_compute): Likewise.
11964 * src/print.c (print_core): Likewise.
11965 * src/print_graph.c (print_core): Likewise.
11966 * src/state.c (state_compare, state_hash): Likewise.
11967 * src/state.h (struct state): Likewise.
11968 * src/tables.c (default_goto, goto_actions): Likewise.
11969
11970 * src/gram.h (rule_number, rule): Use int, not short int.
11971 * src/output.c (prepare_rules): Likewise.
11972 * src/state.h (state_number, STATE_NUMBER_MAXIMUM, transitions,
11973 errs, reductions): Likewise.
11974 * src/symtab.h (symbol_number, SYMBOL_NUMBER_MAXIMUM, struct symbol):
11975 Likewise.
11976 * src/tables.c (vector_number, tally, action_number,
11977 ACTION_NUMBER_MINIMUM): Likewise.
11978 * src/output.c (muscle_insert_short_int_table): Remove.
11979
efeed023
AD
119802004-12-17 Akim Demaille <akim@epita.fr>
11981
11982 * data/lalr1.cc: Extensive Doxygenation.
11983 (error_): Rename as...
11984 (error): this, since it is visible to the user.
11985 Adjust callers.
11986 (Parser::message): Now an automatic variable from...
11987 (Parser::yyreport_syntax_error_): here.
11988 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust to
11989 Parser::error.
11990 * tests/input.at: Escape $.
11991
bc82c5a5
PE
119922004-12-16 Paul Eggert <eggert@cs.ucla.edu>
11993
11994 * data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location):
11995 Parenthesize rhs to avoid obscure problems with mistakes like
11996 "foo$$bar = foo$1bar;". Problem reported by twlevo at xs4all.
11997 * data/lalr1.cc (b4_lhs_value, b4_rhs_value, b4_lhs_location,
11998 b4_rhs_location): Likewise.
11999 * data/yacc.c (b4_lhs_value, b4_rhs_value, b4_lhs_location,
12000 b4_rhs_location): Likewise.
12001
fd19f271
AD
120022004-12-16 Akim Demaille <akim@epita.fr>
12003
12004 * data/lalr1.cc (yyreport_syntax_error_): Catch up with glr.c and
12005 yacc.c: be sure to stay within yycheck_.
12006 * tests/actions.at: Re-enable C++ tests.
12007
10454ea4
AD
120082004-12-16 Akim Demaille <akim@epita.fr>
12009
12010 * src/print_graph.c (print_graph): Remove layoutalgorithm uses for
12011 real.
12012
c5b95ccf
AD
120132004-12-16 Akim Demaille <akim@epita.fr>
12014
12015 Use #define to handle the %name-prefix.
12016
12017 * data/glr.c, data/yacc.c: Comment changes.
12018 * data/lalr1.cc (yylex): Use #define to select the name of yylex,
12019 so that one can refer to yylex in the parser file, and have it
12020 renamed, as is the case with other skeletons.
12021
617a8f12
AD
120222004-12-16 Akim Demaille <akim@epita.fr>
12023
12024 Move lalr1.cc internals into yy*.
12025
12026 * data/lalr1.cc (semantic_stack_, location_stack_, state_stack_)
12027 (semantic_stack_, location_stack_, pact_, pact_ninf_, defact_)
12028 (pgoto_, defgoto_, table_, table_ninf_, check_, stos_, r1_, r2_)
12029 (name_, rhs_, prhs_, rline_, token_number_, eof_, last_, nnts_)
12030 (empty_, final_, terror_, errcode_, ntokens_)
12031 (user_token_number_max_, undef_token_, n_, len_, state_, nerrs_)
12032 (looka_, ilooka_, error_range_, nerrs_):
12033 Rename as...
12034 (yysemantic_stack_, yylocation_stack_, yystate_stack_)
12035 (yysemantic_stack_, yylocation_stack_, yypact_, yypact_ninf_)
12036 (yydefact_, yypgoto_, yydefgoto_, yytable_, yytable_ninf_)
12037 (yycheck_, yystos_, yyr1_, yyr2_, yyname_, yyrhs_, yyprhs_)
12038 (yyrline_, yytoken_number_, yyeof_, yylast_, yynnts_, yyempty_)
12039 (yyfinal_, yyterror_, yyerrcode_, yyntokens_)
12040 (yyuser_token_number_max_, yyundef_token_, yyn_, yylen_, yystate_)
12041 (yynerrs_, yylooka_, yyilooka_, yyerror_range_, yynerrs_):
12042 these.
12043
1e547e6e
PE
120442004-12-15 Paul Eggert <eggert@cs.ucla.edu>
12045
12046 Fix some problems reported by twlevo at xs4all.
12047 * src/symtab.c (symbol_new): Report an error if the input grammar
12048 contains too many symbols. This is better than calling abort() later.
12049 * src/vcg.h (enum layoutalgorithm): Remove. All uses removed.
12050 (struct node, struct graph):
12051 Rename member expand to stretch. All uses changed.
12052 (struct graph): Remove member layoutalgorithm. All uses removed.
12053 * src/vcg.c (get_layoutalgorithm_str): Remove. All uses removed.
12054 * src/vcg_defaults.h (G_STRETCH): Renamed from G_EXPAND.
12055 All uses changed.
12056 (N_STRETCH): Rename from N_EXPAND. All uses changed.
12057
735d6bd4
AD
120582004-12-15 Akim Demaille <akim@epita.fr>
12059
12060 * data/lalr1.cc: Normalize /** \brief ... */ to ///.
12061 Add more Doxygen comments.
12062 (symprint_, stack_print_, reduce_print_, destruct_, pop)
12063 (report_syntax_error_, translate_): Rename as...
12064 (yysymprint_, yystack_print_, yyreduce_print_, yydestruct_)
12065 (yypop_, yyreport_syntax_error_, yytranslate_): this.
12066
2e1f5829
AD
120672004-12-15 Akim Demaille <akim@epita.fr>
12068
12069 * data/lalr1.cc (lex_): Rename as...
12070 (yylex_): this.
12071 Move the trace here.
12072 Take the %name-prefix into account.
12073 Reported by Alexandre Duret-Lutz.
12074
a3cb6248
AD
120752004-12-15 Akim Demaille <akim@epita.fr>
12076
12077 Simplify the C++ parser constructor.
12078
12079 * data/lalr1.cc (debug_): Rename as...
12080 (yydebug_): so that the parser's internals are always in the yy*
12081 pseudo namespace.
12082 Adjust uses.
12083 (b4_parse_param_decl): Remove the leading comma as it is now only
12084 called as unique argument list.
12085 (Parser::Parser): Remove the constructor accepting a location and
12086 an initial debugging level.
12087 Remove from the other ctor the argument for the debugging level.
12088 (debug_level_type, debug_level, set_debug_level): New.
12089
12090 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust
12091 constructor calls.
12092
07fed891
AD
120932004-12-15 Akim Demaille <akim@epita.fr>
12094
12095 Remove b4_root related material: failure experiment
a3cb6248 12096 (which goal was to allow to derive from a class).
07fed891
AD
12097
12098 * data/lalr1.cc (b4_root, b4_param, b4_constructor): Remove
12099 definitions and uses.
12100
e603eaa5
PE
121012004-12-14 Paul Eggert <eggert@cs.ucla.edu>
12102
12103 * data/glr.c (struct yyGLRStack): yyerror_range now has 3 items,
12104 not 2, since it's not portable to subtract 1 from the start of an
12105 array. The new item 0 is never set or used. All uses changed.
12106
12107 (yyrecoverSyntaxError): Use YYLLOC_DEFAULT instead of assuming
12108 the default definition of YYLLOC_DEFAULT. Problem reported
12109 by Frank Heckenbach.
12110
fafb007d
PE
121112004-12-12 Paul Eggert <eggert@cs.ucla.edu>
12112
12113 * data/glr.c (YYRHSLOC): Don't have two definitions, one for
12114 the normal case and one for the error case. Just use the
12115 first one uniformly. Problem reported by Frank Heckenbach.
12116 (YYLLOC_DEFAULT): Use the conventions of yacc.c, so we can
12117 use exactly the same macro in both places.
12118 (yyerror_range): Now of type yyGLRStackItem, not YYLTYPE,
12119 so that the normal-case YYRHSLOC works for the error case too.
12120 All uses changed.
12121 * data/yacc.c (YYRHSLOC): New macro, taken from glr.c.
12122 (YYLLOC_DEFAULT): Use the same macro as glr.c.
12123 * doc/bison.texinfo (Location Default Action): Don't claim that
12124 we have an array of locations. Use the same macro for both glr
12125 and lalr parsers. Mention YYRHSLOC. Mention what happens when
12126 the index is 0.
12127
48814dcd
PE
121282004-12-10 Paul Eggert <eggert@cs.ucla.edu>
12129
a4e1a53b
PE
12130 * HACKING: Update email addresses to send announcements to.
12131
48814dcd
PE
12132 * configure.ac (AC_INIT): Bump version to 1.875f.
12133
337116ba
PE
121342004-12-10 Paul Eggert <eggert@cs.ucla.edu>
12135
12136 * NEWS: Version 1.875e.
12137 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875e.
12138
12139 * src/scan-skel.l: Include "complain.h", for "fatal".
12140
12141 * src/relation.h (relation_print, relation_digraph):
12142 Relation sizes are of type relation_node, not size_t (this is
12143 merely a doc fix, since the two types are equivalent).
12144 (relation_transpose): Relation sizes are of type relation_node,
12145 not int.
12146 * src/relation.c: Likewise.
12147 (top, infinity): Now of type relation_node, not int.
12148 (traverse, relation_transpose): Use relation_node, not int.
12149
12150 * data/glr.c (yyuserAction, yyrecoverSyntaxError): Mark args
12151 with ATTRIBUTE_UNUSED if they're not used, to avoid GCC warning.
12152 (yyparse): Remove unused local introduced in 2004-10-25 patch.
12153
12154 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): New arg
68b082af 12155 specifying whether the test should be skipped. Use it tp
337116ba 12156 specify that the [%defines %skeleton "lalr1.cc"] tests currently
68b082af 12157 fail on some hosts, and should be skipped.
337116ba 12158
da2a7671
PE
121592004-12-08 Paul Eggert <eggert@cs.ucla.edu>
12160
12161 * src/system.h (CALLOC, MALLOC, REALLOC): Remove. All callers
12162 changed to use xcalloc, xnmalloc, xnrealloc, respectively,
12163 unless otherwise specified below.
12164
12165 * src/LR0.c (allocate_itemsets): Use xnmalloc, not xcalloc,
12166 to allocate kernel_base, kernel_items, kernel_size, since
12167 they needn't be initialized to 0.
12168 (allocate_storgae): Likewise, for shiftset, redset, shift_symbol.
12169 * src/closure.c (new_closure): Likewise, for itemset.
12170 * src/derives.c (derives_compute): Likewise, for delts, derives, q.
12171 * src/lalr.c (set_goto_map): Likewise, for temp_map.
12172 (initialize_F): Likewise, for reads, edge, reads[i], includes[i].
12173 (build_relations): Likewise for edge, states1, includes.
12174 * src/nullable.c (nullable_compute): Likewise, for squeue, relts.
12175 * src/reader.c (packgram): Likewise, for ritem, rules.
12176 * src/reduce.c (nonterminals_reduce): Likewise for nontermmap.
12177 * src/relation.c (relation_digraph): Likewise for VERTICES.
12178 (relation_transpose): Likewise for new_R, end_R.
12179 * src/symtab.c (symbols_token_translations_init): Likewise for
12180 token_translations.
12181 * src/tables.c (save_row): Likewise for froms, tos, conflict_tos.
12182 (token_actions): Likewise for yydefact, actrow, conflrow,
12183 conflict_list.
12184 (save_column): Likewise for froms[symno], tos[symno].
12185 (goto_actions): Likewise for state_count.
12186 (pack_table): Likewise for base, pos, check.
12187 (tables_generate): Likewise for width.
12188
12189 * src/LR0.c (set_states): Don't reuse kernel_size and kernel_base
12190 for initial core. Just have a separate core, so we needn't worry
12191 about whether kernel_size and kernel_base are initialized.
12192
12193 * src/LR0.c (shift_symbol, redset, shiftset, kernel_base,
12194 kernel_size, kernel_items): Remove unnecessary initialization.
12195 * src/conflicts.c (conflicts): Likewise.
12196 * src/derives.c (derives): Likewise.
12197 * src/muscle_tablc (muscle_insert): Likewise.
12198 * src/relation.c (relation_digraph): Likewise.
12199 * src/tables.c (froms, tos, conflict_tos, tally, width, actrow, order,
12200 conflrow, conflict_table, conflict_list, table, check):
12201 Likewise.
12202
12203 * src/closure.c (new_closure): Arg is of type unsigned int, not int.
12204 This is because all callers pass unsigned int.
12205 * src/closure.h (new_closure): Likewise.
12206
12207 * src/lalr.c (initialize_F): Initialize reads[i] in all cases.
12208 (build_relations): Initialize includes[i] in all cases.
12209 * src/reader.c (packgram): Always initialize rules[ruleno].prec
12210 and rules[ruleno].precsym. Initialize members in order.
12211 * src/relation.c (relation_transpose): Always initialize new_R[i]
12212 and end_R[i].
12213 * src/table.c (conflict_row): Initialize 0 at end of conflict_list.
12214
12215 * src/output.c (prepare_actions): Pass 0 instead of conflict_list[0];
12216 conflict_list[0] was always 0, but now it isn't initialized.
12217
12218 * src/table.c (table_grow): When conflict_table grew, the grown
12219 area wasn't cleared. Fix this.
12220
12221 * lib/.cvsignore: Add strdup.c, strdup.h.
12222 * m4/.cvsignore: Add strdup.m4.
12223
00baeeac
PE
122242004-12-07 Paul Eggert <eggert@cs.ucla.edu>
12225
12226 * src/lalr.h (GOTO_NUMBER_MAXIMUM): New macro.
12227 * src/lalr.c (set_goto_map): Don't allow ngotos to equal
12228 GOTO_NUMBER_MAXIMUM, since we occasionally compute
12229 ngotos + 1 without checking for overflow.
12230 (build_relations): Use END_NODE, not -1, to denote end of edges.
12231 * src/lalr.c (set_goto_map, map_goto, initialize_F, add_loopback_edge,
12232 build_relations): Use goto_number, not int, for goto numbers.
12233 * src/tables.c (save_column, default_goto): Likewise.
12234
be3d9d42
AD
122352004-11-23 Akim Demaille <akim@epita.fr>
12236
12237 * data/lalr1.cc (YYSTYPE): Define it as is done for C, instead
12238 of #defining from yystype.
12239 Don't typedef yystype, C++ does not need it.
12240 This lets it possible to forward declare it as union.
12241
78e526d5
PE
122422004-11-23 Paul Eggert <eggert@cs.ucla.edu>
12243
12244 * bootstrap (gnulib_modules): Add extensions.
12245 Problem reported by Jim Meyering.
12246
afbb696d
PE
122472004-11-22 Paul Eggert <eggert@cs.ucla.edu>
12248
12249 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c,
12250 src/lalr.c, src/nullable.c, src/relation.c, src/scan-skel.l,
12251 src/system.h, src/tables.c: XFREE -> free, to accommodate
12252 recent change to gnulib xalloc.h.
78e526d5 12253 Problem reported by Jim Meyering.
afbb696d 12254
c1f8f16a
AD
122552004-11-17 Akim Demaille <akim@epita.fr>
12256
12257 * data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings.
12258
db7e5eb5 122592004-11-17 Akim Demaille <akim@epita.fr>,
9a1e9989
AD
12260 Alexandre Duret-Lutz <adl@gnu.org>
12261
12262 * data/lalr1.cc (Parser::yycdebug_): New, a pointer, to allow
12263 changes.
12264 (YYCDEBUG): Adjust.
12265 Use it instead of cdebug_.
12266 (Parser::debug_stream, Parser::set_debug_stream): New.
12267 (Parser::symprint_): Define cdebug_ for temporary backward
12268 compatibility.
12269 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use
12270 debug_stream ().
12271
68e11668
AD
122722004-11-17 Akim Demaille <akim@epita.fr>
12273
12274 * data/lalr1.cc (Parser:print_): Remove, use %printer instead.
12275 * tests/regression.at (_AT_DATA_DANCER_Y): Adjust.
12276 * tests/calc.at (_AT_DATA_CALC_Y): Ditto.
12277 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
12278
97cbc73e
PE
122792004-10-27 Paul Eggert <eggert@cs.ucla.edu>
12280
12281 * data/glr.c (yyloc_default): Remove; not used.
12282 Problem reported by Frank Heckenbach.
12283
e342c3be
AD
122842004-10-25 Akim Demaille <akim@epita.fr>
12285
12286 * data/glr.c (YYRHSLOC): Move its definition next to its uses.
12287 Introduce another definition to address simple location arrays.
12288 (yyGLRStack): New member: yyerror_range.
12289 (yyrecoverSyntaxError, yyparse): Update it.
12290 (yyrecoverSyntaxError): Use it when shifting the error token to
12291 have an accurate range, equivalent to the one computed by both
12292 yacc.c and lalr1.cc.
12293 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Change its yylex so
12294 that column numbers start at column 0, as per GNU Coding
12295 Standards, the others tests, and the doc.
12296 (_AT_RESOLVED_GLR_OUTPUT_WITH_LOC, _AT_AMBIG_GLR_OUTPUT_WITH_LOC):
12297 Adjust to the above change (first column is 0).
12298 And adjust the location of the "<error>", now covering the whole
12299 line.
12300
93602feb 123012004-10-22 Akim Demaille <akim@epita.fr>
04098407 12302 and Paul Eggert <eggert@cs.ucla.edu>
93602feb
PE
12303
12304 Remove some arbitrary limits on goto numbers and relations.
12305 * src/lalr.c (goto_map, ngotos, from_state, to_state): Omit
12306 initial values, since they're never used.
12307 (set_goto_map): ngotos is now unsigned, so test for overflow
12308 by seeing whether it wraps around to zero.
12309 * src/lalr.h (goto_number): Now size_t, not short int.
12310 (GOTO_NUMBER_MAXIMUM): Remove.
12311 * src/relation.c (relation_print, traverse, relation_transpose):
12312 Check for END_NODE rather than looking at sign.
12313 * src/relation.h (END_NODE): New macro.
12314 (relation_node): Now size_t, not short int.
12315
dba08b04
PE
123162004-10-22 Paul Eggert <eggert@cs.ucla.edu>
12317
12318 * doc/bison.texinfo (Language and Grammar): In example, "int" is a
12319 keyword, not an identifier. Problem reported by Baron Schwartz in
12320 <http://lists.gnu.org/archive/html/bug-bison/2004-10/msg00017.html>.
12321
df09ef2e
AD
123222004-10-11 Akim Demaille <akim@epita.fr>
12323
12324 * src/symtab.c (symbol_check_alias_consistency): Also check
12325 type names, destructors, and printers.
12326 Reported by Alexandre Duret-Lutz.
12327 Recode the handling of associativity and precedence in terms
12328 of symbol_precedence_set.
12329 Accept no redeclaration at all, not even equal to the previous
12330 value.
12331 (redeclaration): New.
12332 Use it to factor redeclaration complaints.
12333 (symbol_make_alias): Don't set the type of the alias, let
12334 symbol_check_alias_consistency do it as for other features.
12335 * src/symtab.h (symbol): Add new member prec_location, and
12336 type_location.
12337 * src/symtab.c (symbol_precedence_set, symbol_type_set): Set them.
12338 * tests/input.at (Incompatible Aliases): New.
12339
146bc99d
PE
123402004-10-09 Paul Eggert <eggert@cs.ucla.edu>
12341
12342 .cvsignore fixes to accommodate gnulib changes,
12343 and the practice of naming build directories "_build".
12344 * .cvsignore: Add "_*". Sort.
12345 * lib/.cvsignore: Add getopt_.h, xalloc-die.c.
12346 * m4/.cvsignore: Add "*_gl.m4".
12347
e503aa60
AD
123482004-10-06 Akim Demaille <akim@epita.fr>
12349
12350 * src/parse-gram.y (add_param): Fix the truncation of trailing
12351 spaces.
12352
b4a20338
AD
123532004-10-05 Akim Demaille <akim@epita.fr>
12354
12355 In Bison 1.875's yacc.c, YYLLOC_DEFAULT was called regardless
12356 whether the reducion was empty or not. This leaves room to
12357 improve the use of YYLLOC_DEFAULT in such a case.
12358 lalr1.cc is still experimental, so changing this is acceptable.
12359 And finally, there are probably not many users who changed the
12360 handling of locations in GLR, so changing is admissible too.
12361
12362 * data/glr.c, data/lalr1.cc, data/yacc.c (YYLLOC_DEFAULT): On an
12363 empty reduction, set @$ to an empty location ending the previously
12364 stacked symbol.
12365 Adjust uses to make sure the code is triggered on empty
12366 reductions.
12367 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust the
12368 expected output: empty reductions have empty locations.
12369
f85a5e6f
AD
123702004-09-29 Akim Demaille <akim@epita.fr>
12371
12372 * data/lalr1.cc: Move towards a more standard C++ coding style
12373 for templates: Class < T > -> Class<T>.
12374
b203fc2c
AD
123752004-09-29 Akim Demaille <akim@epita.fr>
12376
12377 * data/lalr1.cc: Reinstall the former ctor, for sake of
12378 compatibility, but warn it will be removed.
12379 Move towards a more standard C++ coding style (i.e., type *var ->
12380 type* var).
12381
5b7e1e73
PE
123822004-09-27 Paul Eggert <eggert@cs.ucla.edu>
12383
3fee967f
PE
12384 * src/parse-gram.y (add_param): Rewrite to avoid strchr,
12385 since it's less likely to work if NULs are involved in the future.
5b7e1e73 12386
0dcca5c2
AD
123872004-09-27 Akim Demaille <akim@epita.fr>
12388
12389 * data/yacc.c (YY_LOCATION_PRINT): Fix its default declaration.
12390
6dde1c82
AD
123912004-09-27 Akim Demaille <akim@epita.fr>
12392
12393 * data/lalr1.cc (b4_parse_param_decl_1): New.
b203fc2c 12394 (b4_parse_param_decl): Use it to have different names between attribute
6dde1c82
AD
12395 and argument names.
12396 (b4_cc_constructor_call): Likewise.
12397
b233d555
AD
123982004-09-24 Akim Demaille <akim@epita.fr>
12399
12400 * src/parse-gram.y (add_param): Strip the leading and trailing
12401 blanks from a formal argument declaration.
12402 (YY_LOCATION_PRINT): New.
12403
619404e3
AD
124042004-09-24 Akim Demaille <akim@epita.fr>
12405
12406 * data/c.m4 (b4_yysymprint_generate): Move the YYINPUT invocation
12407 after the location.
12408
dd8d9022
AD
124092004-09-24 Akim Demaille <akim@epita.fr>
12410
12411 * doc/bison.texinfo (Table of Symbols): Sort.
12412
0092f063
AD
124132004-09-21 Akim Demaille <akim@epita.fr>
12414
12415 * data/yacc.c, data/glr.c (b4_at_dollar, b4_dollar_dollar): Remove
12416 the useless parentheses.
12417 Suggested by Paul Eggert.
12418
451364ed
AD
124192004-09-20 Akim Demaille <akim@epita.fr>
12420
12421 Let the initial-action act on the look-ahead, and use it for the
12422 "initial push" (corresponding to an hypothetical beginning-of-file).
12423 And let lalr1.cc honor %initial-action.
12424
12425 * doc/bison.texinfo (Initial Action Decl): Clarify, and add an
12426 example.
12427 * data/lalr1.cc (Parser::initlocation_): Remove, bad experiment.
12428 (Parser::Parser): Remove the ctor that used to initialize it.
12429 (Parser::parse): Like in the other skeletons, issue the "starting
12430 parse" message before any action.
12431 Honor %initial-action.
12432 Initialize the stacks with the lookahead.
12433 * data/yacc.c: Let $$ and @$ in %initial-action designate the
12434 look-ahead.
12435 Push them in the stacks.
12436 * tests/actions.at, tests/calc.at: Adjust the C++ ctor invocations.
12437
18d192f0
AD
124382004-09-20 Akim Demaille <akim@epita.fr>
12439
12440 * doc/bison.texinfo (Initial Action Decl): New.
12441
b8458aa5
AD
124422004-09-20 Akim Demaille <akim@epita.fr>
12443
12444 * data/yacc.c (YY_LOCATION_PRINT): Use YYLTYPE_IS_TRIVIAL as a
12445 clearer criterion to define it.
12446 (parse): Initialize the initial location when YYLTYPE_IS_TRIVIAL.
12447 When reducing on an empty RHS, use the latest stacked location as
12448 location.
12449 yylloc is not always available.
12450 * data/glr.c: Likewise.
12451 Also, honor initial-actions.
12452
3fc16193
AD
124532004-09-20 Akim Demaille <akim@epita.fr>
12454
12455 * data/yacc.c (YY_LOCATION_PRINT): New.
12456 Define when we know YYLTYPE's structure, i.e., when the default
12457 YYLLOC_DEFAULT is used.
12458 * data/c.m4 (b4_yysymprint_generate): Use it.
12459 * data/lalr1.cc (YYLLOC_DEFAULT): Stop relying on the initial
12460 value of the result.
12461 (error_start_): Replace with...
12462 (error_range_): this location array.
12463 This allows to replace code relying on the implementation of
12464 locations by portable code.
12465 * data/yacc.c (yylerrsp): Replace with...
12466 (yyerror_range): this.
12467 Every time a token is popped, update yyerror_range[0], to have an
12468 accurate location for the error token.
12469 * data/glr.c (YY_LOCATION_PRINT): New.
12470 (yyprocessOneStack): Fix an invocation of YY_SYMBOL_PRINT:
12471 deference a pointer.
12472 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): No longer
12473 report the location in %printers.
12474
12475 * src/scan-skel.l: Instead of abort, report error messages to ease
12476 understanding skeleton scanning failures.
12477
ecfe33e7
AD
124782004-09-16 Akim Demaille <akim@epita.fr>
12479
12480 * data/lalr1.cc (Stack::Iterator, Stack::ConstIterator): Rename as...
12481 (iterator, const_iterator): these, to be more in the C++ spirit.
12482 Also, return reverse iterators so that when displaying the stack
12483 we display its bottom first.
12484 (Parser::stack_print_, Parser::reduce_print_): Match the messages
12485 from yacc.c.
12486 We should probably use vector here though.
12487
1576d44d
AD
124882004-09-16 Akim Demaille <akim@epita.fr>
12489
12490 Have more complete shift traces.
12491
12492 * data/yacc.c, data/lalr1.c, data/glr.c: Use YY_SYMBOL_PRINT
12493 to report Shifts instead of ad hoc YYDPRINTF invocations,
12494 including for the error token.
12495 * data/lalr1.cc (symprint_): Output the location.
12496 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): In C++, don't
12497 output the location within the %printer.
12498 Activate GLR tests, at least to make sure they compile properly.
12499 They still don't pass though.
12500 * tests/calc.at: Adjust expect verbose output, since now "Entering
12501 state..." is on a different line than the "Shifting" message.
12502
9c66f418
AD
125032004-09-08 Akim Demaille <akim@epita.fr>
12504
12505 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Move the
12506 Bison directive from the Bison file to the invocation of this
12507 macro, so that these directives are passed to
12508 AT_BISON_OPTION_PUSHDEFS to get correct help macros.
12509 Use these helping macros (e.g., AT_LOC, AT_VAL and so forth).
12510 Move the AT_SETUP/AT_CLEANUP outside, to report as test title
12511 the extra Bison directives instead of the whole series.
12512 Change the grammar so that there are recoverable errors, and
12513 unrecoverable errors. Now we can have the parser give up before
12514 consuming the whole input. As a result we now can observe that
12515 the lookahead is freed when needed.
12516 Change the parser source to parse argv[1] instead of a hard coded
12517 string.
12518 Simplify yylex, and give a value and location to EOF.
12519 Simplify some invocations of AT_CHECK_PRINTER_AND_DESTRUCTOR that
12520 passed directives already coded in the file.
12521 Add some tests to check the location of "error".
12522 For some tests, the C++ parser is correct, and not yacc.c.
12523 For other tests, they provide different, but unsatisfying, values,
12524 so keep the C++ value so that at least one parser is "correct"
12525 according to the test suite.
12526 (Actions after errors): Remove, this is subsumed by the
12527 AT_CHECK_PRINTER_AND_DESTRUCTOR series.
12528
52d5733f
AD
125292004-09-06 Akim Demaille <akim@epita.fr>
12530
12531 * data/lalr1.cc: Adjust the indentation of the labels.
04098407 12532 (Parser::pop): New.
52d5733f
AD
12533 Use it.
12534
a0e68930
AD
125352004-09-06 Akim Demaille <akim@epita.fr>
12536
12537 * data/yacc.cc, data/glr.cc (yydestruct): Accept an additional
12538 argument, an informative message.
12539 Call YY_SYMBOL_PRINT.
12540 Adjust all callers: integrate the associated YY_SYMBOL_PRINT.
12541 * data/lalr1.cc (destruct_): Likewise.
12542 In addition, no longer depend on b4_yysymprint_generate and
12543 b4_yydestruct_generate to generate these functions, do it "by
12544 hand".
12545
e757bb10
AD
125462004-09-03 Akim Demaille <akim@epita.fr>
12547
12548 * data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was
12549 invoked, yydestruct the lookahead.
12550 * tests/calc.at (Calculator $1): Update the expected lengths of
12551 traces: there is an added line for the discarded lookahead.
12552 * doc/bison.texinfo (Destructor Decl): Some rewording.
12553 Define "discarded" symbols.
12554
0fe1f06d
AD
125552004-09-02 Akim Demaille <akim@epita.fr>
12556
12557 * data/lalr1.cc (translate_, destruct_): No reason to be static.
12558
284acc8b
AD
125592004-09-02 Akim Demaille <akim@epita.fr>
12560
12561 * data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used.
12562 (YYDSYMPRINTF): Rename as...
12563 (YY_SYMBOL_PRINT): this.
12564 * data/lalr1.cc (YY_SYMBOL_PRINT): New, modeled after the previous
12565 two.
12566 Use it instead of direct symprint_ calls.
12567 (yybackup): Tweak the "Now at end of input" case to match yacc.c's
12568 one.
12569
a5eb1ed2
AD
125702004-09-02 Akim Demaille <akim@epita.fr>
12571
b7c72fe1
AD
12572 * data/lalr1.cc (b4_yysymprint_generate): New.
12573 (symprint_): New member function, defined when YYDEBUG.
12574 Use it consistently instead of token/nterm debugging output by
12575 hand.
a5eb1ed2
AD
12576 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust
12577 %printer calls to use cdebug_ when using lalr1.cc.
12578
417141dd
AD
125792004-08-30 Florian Krohm <florian@edamail.fishkill.ibm.com>
12580
12581 * data/glr.c: Guard the declarations of yypstack and yypdumpstack
12582 with #ifdef YYDEBUG.
12583
2fa09258
AD
125842004-08-26 Akim Demaille <akim@epita.fr>
12585
12586 * doc/bison.texinfo (Implementing Loops): Rename as...
12587 (Implementing Gotos/Loops): this.
12588
9378b508
PE
125892004-08-13 Paul Eggert <eggert@cs.ucla.edu>
12590
12591 Adjust to latest gnulib.
12592 * bootstrap (gnulib_modules): Add xalloc-die.
12593 Set LC_ALL=C so that file names sort consistently.
12594 Prefer the gnulib copies of gettext.m4, glibc21.m4,
12595 inttypes_h.m4, lib-ld.m4, lib-prefix.m4, po.m4, stdint_h.m4,
12596 uintmax_t.m4, ulonglong.m4.
12597 (intl_files_to_remove): Add gettext.m4, lib-ld.m4, lib-prefix.m4,
12598 po.m4 since we are now using _gl.m4 instead.
12599
87a8ad5c
PE
126002004-08-10 Florian Krohm <florian@edamail.fishkill.ibm.com>
12601
12602 * src/scan-action.l: Remove. Scanning of semantic actions is
12603 handled in scan-gram.l.
12604
dca81a78
PE
126052004-08-07 Florian Krohm <florian@edamail.fishkill.ibm.com>
12606
12607 * src/scan-gram.l (handle_syncline): Use uniqstr_new not xstrdup.
12608
12609 * src/location.h (struct): The file member is a uniqstr.
12610 (equal_boundaries): Use UNIQSTR_EQ for comparison.
12611
c9cbf7c5
PE
126122004-07-22 Paul Eggert <eggert@cs.ucla.edu>
12613
12614 Fix bug with non-%union parsers that have printers or destructors,
12615 which led to a Bison core dump. Reported by Peter Fales in
12616 <http://lists.gnu.org/archive/html/bug-bison/2004-07/msg00014.html>.
2fa09258 12617
c9cbf7c5
PE
12618 * data/c.m4 (b4_symbol_actions): Don't assume %union was used.
12619 * data/lalr1.cc (yystype) [defined YYSTYPE]: Define to YYSTYPE,
12620 not to our own type.
12621 * src/output.c (symbol_destructors_output, symbol_printers_output):
12622 Don't assume %union.
12623 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR,
12624 AT_CHECK_PRINTER_AND_DESTRUCTOR): New argument
12625 UNION-FLAG. All callers changed.
12626 (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't assume %union.
12627 Use type char, not unsigned int, when declaring an array of char;
12628 this lets us remove a cast.
12629 (Printers and Destructors): Add non-%union test cases.
12630
fa7e68c3
PE
126312004-06-21 Paul Eggert <eggert@cs.ucla.edu>
12632
12633 * doc/bison.texinfo: Minor editorial changes, mostly to the new
12634 GLR writeups. E.g., avoid frenchspacing and the future tense,
12635 change "lookahead" to "look-ahead", and change "wrt" to "with
12636 respect to".
2fa09258 12637
fa7e68c3
PE
126382004-06-21 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
12639
12640 * doc/bison.texinfo (Merging GLR Parses, Compiler Requirements):
12641 New sections, split off from the GLR Parsers section. Put the new
12642 Simple GLR Parser near the start of the GLR section, for clarity.
12643 Rewrite connective text.
12644
99a9344e
PE
126452004-06-21 Frank Heckenbach <frank@g-n-u.de>
12646
12647 * doc/bison.texinfo (Simple GLR Parsers): New section.
12648
8dd162d3
PE
126492004-06-21 Paul Eggert <eggert@cs.ucla.edu>
12650
12651 * NEWS, TODO, doc/bison.texinfo:
12652 Use "look-ahead" instead of "lookahead", to be consistent.
12653 * REFERENCES: Fix incorrect reference to DeRemer and Pennello,
12654 while we're fixing "look-ahead".
12655 * src/conflicts.c (shift_set): Renamed from shiftset.
12656 (look_ahead_set): Renamed from lookaheadset.
12657 * src/print.c: Likewise.
12658 * src/getargs.c (report_args): Add "look-ahead" as the new canonical
12659 name for "lookahead".
12660 (report_types, usage): Likewise.
12661 * src/getargs.h (report_look_ahead_tokens): Renamed from
12662 report_lookaheads.
12663 * src/lalr.c (compute_look_ahead_tokens): Renamed from
12664 compute_lookaheads.
12665 (state_look_ahead_tokens_count): Renamed from state_lookaheads_count.
12666 (look_ahead_tokens_print): Renamed from lookaheads_print.
12667 * src/state.c (state_rule_look_ahead_tokens_print): Renamed from
12668 state_rule_lookaheads_print.
12669 * src/state.h: Likewise.
12670 (reductions.look_ahead_tokens): Renamed from lookaheads.
12671 * tests/torture.at (AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR): Renamed from
12672 AT_DATA_LOOKAHEADS_GRAMMAR.
12673
57a90331
PE
126742004-06-03 Paul Eggert <eggert@cs.ucla.edu>
12675
12676 * README: Update location of patched M4 distribution.
12677
8ed3234a
PE
126782004-05-30 Albert Chin-A-Young <china@thewrittenword.com>
12679
12680 Don't assume the C++ compiler takes the same arguments as the C compiler
12681 (trivial change).
12682 * configure.ac (O0CXXFLAGS): New var.
12683 * tests/atlocal.in (CXXFLAGS): Use it.
12684
07971983
PE
126852004-05-29 Paul Eggert <eggert@cs.ucla.edu>
12686
12687 Fix some "make check" problems with C++ reported by
12688 Albert Chin-A-Young for Tru64 C++ in this thread:
12689 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00049.html
12690
12691 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check for std::cerr.
12692 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
12693 Output to a .cc file for C++, not to a .c file.
12694 * tests/calc.at (AT_CHECK_CALC): Likewise.
12695 * tests/regression.at (AT_CHECK_DANCER): Likewise.
12696 * tests/local.at (AT_COMPILE_CXX): Default to OUTPUT.cc, not OUTPUT.c.
12697
29058652
PE
126982004-05-28 Albert Chin-A-Young <china@thewrittenword.com>
12699
12700 * tests/calc.at, tests/actions.at: Workaround for SGI
12701 C++ compiler. (trivial change)
12702
62cb8a99
PE
127032004-05-27 Paul Eggert <eggert@cs.ucla.edu>
12704
fd418816
PE
12705 Spent a few hours checking out which prerequisite versions the
12706 current sources actually require. I went all the way back to
12707 Gettext 0.10.40, Automake 1.4, and Autoconf 2.57 and investigated
12708 a seemingly endless set of combinations of versions more recent
12709 than that. The bottom line is that the current sources require
12710 fairly recent versions of the build tools, and it'll be some work
12711 to change this.
12712 * configure.ac (AC_PREREQ): Increase from 2.58 to 2.59.
12713 (AM_INIT_AUTOMAKE): Increase from 1.7 to 1.8.
12714 (AM_GNU_GETTEXT_VERSION): Increase from 0.11.5 to 0.12.
12715 Add comments explaining why those particular versions are
12716 currently needed.
2fa09258 12717
62cb8a99
PE
12718 * src/parse-gram.y (lloc_default): Rewrite to avoid compiler bug
12719 in SGI MIPSpro 7.4.1m. Problem reported by Albert Chin-A-Young in
161a71f3 12720 <http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00037.html>.
62cb8a99
PE
12721
12722 * configure.ac (AC_PREREQ): Bump to 2.58, since 2.57 doesn't work
12723 (it fails with a Autoconf-without-aclocal-m4 diagnostic).
12724
caa52c10
PE
127252004-05-26 Paul Eggert <eggert@cs.ucla.edu>
12726
12727 * configure.ac (AM_GNU_GETTEXT_VERSION): Lower it from 0.14.1 to
12728 0.11.5. Suggested by Bruno Haible.
12729 * bootstrap: Remove gettext version checking.
12730
12731 * doc/bison.texinfo (Decl Summary): Also mention that %union
12732 can depend on prerequisite types. Problem reported by Tim
12733 Van Holder.
12734
4bfd5e4e
PE
127352004-05-25 Paul Eggert <eggert@cs.ucla.edu>
12736
2cef3017
PE
12737 * README: Mention GNU m4 1.4 bugs and Akim's patched version.
12738 * README-alpha: Don't tell people not to package this.
12739
b9c85d5c
PE
12740 * bootstrap: Don't assume $(...) works; use `...` instead.
12741 Problem reported by Paul Hilfinger. Also, diagnose non-GNU
12742 gettext better.
12743
4bfd5e4e
PE
12744 * doc/bison.texinfo (Decl Summary, Bison Options): Clarify what's
12745 put into the -d output file, and mention what to do if YYSTYPE is
12746 defined as a macro.
12747
6a36ff94
PE
127482004-05-24 Paul Eggert <eggert@cs.ucla.edu>
12749
6712933e
PE
12750 Undo change made earlier today: it caused autopoint to not bring
12751 in ABOUT-NLS. Ouch. Instead, substitute our own diagnostic for
12752 autopoint's.
12753
12754 * bootstrap: Check that gettext version matches what's in
12755 configure.ac. Warn users to ignore robots.txt ERROR 404.
12756 * bootstrap: Undo today's earlier change (logged below).
12757 * configure.ac (AM_GNU_GETTEXT_VERSION): Likewise.
b9c85d5c 12758
6a36ff94
PE
12759 The gettext version checking is causing more trouble than it's
12760 curing; remove it. Problem reported by Paul Hilfinger.
12761
12762 * bootstrap: Issue a warning that one can expect a message
12763 'AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION'.
12764 * configure.ac (AM_GNU_GETTEXT_VERSION): Remove.
12765
209ea708
PE
127662004-05-23 Paul Eggert <eggert@cs.ucla.edu>
12767
12768 Ensure that the C++ compiler used for testing actually works on a
12769 simple test program; if not, skip the C++-related tests. Problem
12770 reported by Vin Shelton in:
161a71f3 12771 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00026.html
209ea708
PE
12772
12773 * m4/cxx.m4: New file.
12774 * configure.ac (BISON_TEST_FOR_WORKING_CXX_COMPILER): Add.
12775 * tests/atlocal.in (BISON_CXX_WORKS): Add.
12776 * tests/local.at (AT_COMPILE_CXX): Use it.
12777
41ca2549
PE
127782004-05-21 Paul Eggert <eggert@cs.ucla.edu>
12779
383e69dc
PE
12780 * data/glr.c (yylloc): Output this macro even if locations are not
12781 being generated, as the GLR parser needs it even in that case.
12782 Problem reported by Troy A. Johnson
12783 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=195946>.
12784
41ca2549
PE
12785 * configure.ac (AC_INIT): Update to 1.875e.
12786
e476c87d
PE
127872004-05-21 Paul Eggert <eggert@cs.ucla.edu>
12788
12789 * NEWS: Version 1.875d.
12790 * configure.ac (AC_INIT): Likewise.
12791 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875d.
12792
12793 * configure.ac (--enable-gcc-warnings): Do not enable -Wshadow,
12794 -Wmissing-prototypes, or -Wstrict-prototypes for C++. The current
12795 lalr1.cc runs afoul of the first, and the last two are no longer
12796 supported by GCC 3.4.0.
12797 * README: Mention GNU m4 1.4 or later; mention m4 patches.
12798 * HACKING: Use ./bootstrap, not "make update" to import foreign files.
12799
233a88ad
PE
128002004-05-06 Paul Eggert <eggert@cs.ucla.edu>
12801
12802 * src/muscle_tab.c (hash_muscle): Accept and return size_t, not
12803 unsigned int, for compatibility with latest gnulib hash module.
12804 * src/state.c (state_hash, state_hasher): Likewise.
12805 * src/symtab.c (hash_symbol, hash_symbol_hasher): Likewise.
12806 * src/uniqstr.c (hash_uniqstr): Likewise.
e476c87d 12807
12ffdd28
PE
128082004-05-03 Paul Eggert <eggert@cs.ucla.edu>
12809
12810 * NEWS: Unescaped newlines are no longer allowed in char & strings.
12811
12812 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER,
12813 SC_CHARACTER,SC_STRING>): Reject unescaped newlines in
12814 character and string literals.
12815 (unexpected_end): New function.
12816 (unexpected_eof): Use it.
12817 (unexpected_newline): New function.
12818 (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>): Coalesce duplicate
12819 actions.
e476c87d 12820
12ffdd28
PE
12821 * NEWS: Document %expect-rr.
12822
12823 * bootstrap (--gnulib-srcdir=*, --cvs-user=*):
12824 Fix typo by replacing $1 with $option.
12825 Remove more 'intl'-related files.
9668e2be 12826 Don't DEFUN AM_INTL_SUBDIR twice.
12ffdd28
PE
12827
12828 * lib/.cvsignore: Add strndup.h. Remove memchr.c, memcmp.c,
12829 memrchr.c, strcasecmp.c, strchr.c, strrchr.c, strspn.c, strtol.c,
12830 strtoul.c.
12831 * m4/.cvsignore: Add exitfail.m4, extensions.m4, gnulib.m4,
12832 hard-locale.m4, mbstate_t.m4, strerror_r.m4, strndup.m4,
12833 xstrndup.m4. Remove glibc21.m4, intdiv0.m4, inttypes-pri.m4,
12834 inttypes.m4, inttypes_h.m4, isc-posix.m4, lcmessage.m4,
12835 stdint_h.m4, uintmax_t.m4, ulonglong.m4.
12836 * src/.cvsignore: Add *.output.
12837
12838 * src/parse-gram.y: Put copyright notice inside %{ %} so it
12839 gets copied to the output file.
e476c87d 12840
1f65350a
PE
128412004-04-28 Paul Eggert <eggert@twinsun.com>
12842
12843 Get files from the gnulib and po repositories, instead of relying
12844 on them being in our CVS. Upgrade to latest versions of gnulib
12845 and Automake.
12846
12847 * Makefile.am (SUBDIRS): Remove m4; Automake now does m4.
12848 * bootstrap: Bootstrap from gnulib and po repositories.
12849 Much of this code was stolen from GNU diff and GNU tar's bootstrap.
12850 * README-cvs: Document these changes. Remove version numbers from
12851 mentions of build tools, since they change so often. Mention Flex.
12852
12853 * configure.ac (AC_CONFIG_MACRO_DIR): Add, with m4 as arg.
12854 (gl_USE_SYSTEM_EXTENSIONS): Add.
12ffdd28
PE
12855 (AC_GNU_SOURCE, AC_AIX, AC_MINIX):
12856 Remove; no longer needed, as gl_USE_SYSTEM_EXTENSIONS
1f65350a 12857 does this for us.
12ffdd28
PE
12858 (AC_ISC_POSIX): Remove; we no longer support this
12859 ancient OS, as it gets in the way of latest Autoconf & gnulib.
1f65350a
PE
12860 (AC_HEADER_STDC): Remove: we now assume C89 or better.
12861 (AC_CHECK_HEADERS_ONCE): Use instead of AC_CHECK_HEADERS.
12862 Do not check for C89 headers, except for locale.h which is used
12863 by the Yacc library and must port to K&R hosts.
12864 (AC_CHECK_FUNCS_ONCE): Use instead of AC_CHECK_FUNCS.
12865 Do not check for C89 functions, except for setlocale which is
12866 used by the Yacc library.
12867 (AC_CHECK_DECLS, AC_REPLACE_FUNCS): Remove; no longer needed.
12868 (gl_DIRNAME, gl_ERROR, gl_FUNC_ALLOCA, gl_FUNC_MEMCHR,
12869 gl_FUNC_MEMRCHR, gl_FUNC_STPCPY, gl_FUNC_STRNLEN, gl_FUNC_STRTOL,
12870 gl_GETOPT, gl_HASH, gl_MBSWIDTH, gl_OBSTACK, gl_QUOTE,
12871 gl_QUOTEARG, gl_XALLOC, jm_FUNC_GLIBC_UNLOCKED_IO, jm_FUNC_MALLOC,
12872 AM_GNU_GETTEXT): Remove; now done by:
12873 (GNULIB_AUTOCONF_SNIPPET): Add. "bootstrap" builds this for us.
12874 (AC_CONFIG_FILES): Remove m4/Makefile, as Automake now does this
12875 for us.
12876
12877 * lib/Makefile.am: Include gnulib.mk, built for us by "bootstrap".
12878 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES):
12879 Define to empty, as gnulib.mk will do the rest for us.
12880 ($(libbison_a_OBJECTS), stdbool.h): Remove, as gnulib.mk does this
12881 for us.
12882 (libbison_a_SOURCES): Define to $(lib_SOURCES) now.
12883 (lib_SOURCES): New symbol, containing only the non-gnulib libs.
12884
12885 * src/files.c: Include gnulib's xstrndup.h.
12886
12887 * src/system.h (MALLOC): Use xnmalloc, for better overflow checking.
12888 (REALLOC): Use xnrealloc, for likewise.
12889 (xstrndup, stpcpy): Remove decls, as gnulib does this for us now.
12890 (strnlen, memrchr): Remove decls; functions no longer used.
12891 Include <stpcpy.h>.
12892
12893 * config/depcomp, config/install-sh, lib/alloca.c, lib/argmatch.c,
12894 lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
12895 lib/error.c, lib/error.h, lib/getopt.c, lib/getopt.h,
12896 lib/getopt1.c, lib/gettext.h, lib/hash.c, lib/hash.h,
12897 lib/malloc.c, lib/mbswidth.c, lib/mbswidth.h, lib/memchr.c,
12898 lib/memcmp.c, lib/memrchr.c, lib/obstack.c, lib/obstack.h,
12899 lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h,
12900 lib/realloc.c, lib/stdbool_.h, lib/stpcpy.c, lib/strcasecmp.c,
12901 lib/strchr.c, lib/strncasecmp.c, lib/strnlen.c, lib/strrchr.c,
12902 lib/strspn.c, lib/strtol.c, lib/strtoul.c, lib/unlocked-io.h,
12903 lib/xalloc.h, lib/xmalloc.c, lib/xstrdup.c, lib/xstrndup.c,
12904 m4/Makefile.am, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
12905 m4/error.m4, m4/getopt.m4, m4/hash.m4, m4/malloc.m4,
12906 m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4, m4/memcmp.m4,
12907 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/prereq.m4,
12908 m4/quote.m4, m4/quotearg.m4, m4/realloc.m4, m4/stdbool.m4,
12909 m4/stpcpy.m4, m4/strnlen.m4, m4/strtol.m4, m4/strtoul.m4,
12910 m4/unlocked-io.m4, m4/xalloc.m4, po/LINGUAS, po/Makefile.in.in,
12911 po/Makevars, po/da.po, po/de.po, po/es.po, po/et.po, po/fr.po,
12912 po/hr.po, po/id.po, po/it.po, po/ja.po, po/ms.po, po/nl.po,
12913 po/pt_BR.po, po/ro.po, po/ru.po, po/sv.po, po/tr.po:
12914 Remove, as these files are now generated automatically
12915 by bootstrap or automake.
12916
12917 * po/ChangeLog: Remove: all but one entry was a duplicate
12918 of this file, and I moved that 2000-11-02 entry here.
12919
12920 * config/.cvsignore: Add Makefile, depcomp, install-sh.
12921 * lib/.cvsignore: Add alloca.c, alloca.h, alloca_.h, argmatch.c,
12922 argmatch.h, basename.c, dirname.c, dirname.h, error.c, error.h,
12923 exit.h, exitfail.c, exitfail.h, getopt.c, getopt.h, getopt1.c,
12924 getopt_int.h, gettext.h, gnulib.mk, hard-locale.c, hard-locale.h,
12925 hash.c, hash.h, malloc.c, mbswidth.c, mbswidth.h, memchr.c,
12926 memcmp.c, memrchr.c, obstack.c, obstack.h, quote.c, quote.h,
12927 quotearg.c, quotearg.h, realloc.c, stdbool_.h, stpcpy.c, stpcpy.h,
12928 strcasecmp.c, strchr.c, stripslash.c, strncasecmp.c, strndup.c,
12929 strnlen.c, strrchr.c, strspn.c, strtol.c, strtoul.c,
12930 unlocked-io.h, xalloc.h, xmalloc.c, xstrdup.c, xstrndup.c,
12931 xstrndup.h.
12932 * m4/.cvsignore: Remove Makefile, Makefile.in. Add alloca.m4,
12933 dirname.m4, dos.m4, error.m4, getopt.m4, hash.m4, mbrtowc.m4,
12934 mbswidth.m4, obstack.m4, onceonly.m4, quote.m4, quotearg.m4,
12935 stdbool.m4, stpcpy.m4, strnlen.m4, unlocked-io.m4, xalloc.m4.
12936 * po/.cvsignore: Add *.po, LINGUAS, Makefile.in.in, Makevars.
12937 * src/.cvsignore: Remove *_.c.
12938
12939
12940 * Makefile.maint (GZIP_ENV): Don't use --rsyncable if gzip doesn't
12941 support it. (The latest stable gzip doesn't.)
12942
129432004-04-27 Paul Eggert <eggert@twinsun.com>
12944
12945 * data/lalr1.cc (Parser::stos_) [! YYDEBUG]: Define even in this
12946 case, as stos_ is now used by destructors due to the 2004-02-09
12947 change.
12948
12949 Remove more K&R C support.
12950 * lib/libiberty.y (PARAMS): Remove. All uses removed.
12951 * lib/subpipe.c (errno): Remove decl.
12952 Include <stdlib.h> unconditionally.
12953 (EXIT_FAILURE): Remove macro.
12954 * src/complain.c (vfprintf, strerror): Remove.
12955 * src/system.h: Include limits.h, stdlib.h, string.h, locale.h
12956 unconditionally.
12957 (EXIT_FAILURE, EXIT_SUCCESS, setlocale): Remove defns.
12958 Use latest Autoconf recommendations for including inttypes.h, stdint.h.
12959 (strchr, strspn, memchr): Remove decls.
12960 * tests/calc.at (_AT_DATA_CALC_Y): Include stdlib.h, string.h
12961 unconditionally. Do not declare perror.
12962 * tests/conflicts.at (%nonassoc and eof): Include stdlib.h
12963 unconditionally.
12964
12965 * src/complain.c (_): Remove useless defn, as system.h defines this.
12966
12967 * lib/bitset.h (__INT_TO_PTR): Remove; workaround no longer needed
12968 with latest obstack.h.
12969 * lib/ebitset.c (ebitset_elt_alloc): Don't bother to cast args
12970 to procedure types, as obstack.h now does that for us.
12971 * lib/lbitset.c (lbitset_elt_alloc): Likewise.
12972
12973 * lib/subpipe.h [HAVE_SYS_TYPES_H]: Include <sys/types.h>,
12974 so that this include file can stand alone.
12975 * lib/subpipe.c: Do not include <sys/types.h>, as subpipe.h
12976 does this now. Include subpipe.h first after config.h, to
12977 test whether it can stand alone.
12978
12979 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't
12980 declare yyerror when using lalr.cc, as GCC 3.4.0 warns about the
12981 unused declaration.
12982
12983 * tests/synclines.at (%union synch line): Put a dummy member in
12984 the union, because empty unions aren't allowed in C. Caught
12985 by GCC 3.4.0.
12986
4f16766c
PE
129872004-04-13 Jim Meyering <jim@meyering.net>
12988
12989 * src/conflicts.c (conflicts_print): Correct format string typo:
12990 use `%%' to produce literal `%'. (trivial change)
12991
779e7ceb
PE
129922004-03-30 Paul Eggert <eggert@twinsun.com>
12993
12994 * src/getargs.c (version): Update copyright year to 2004.
12995
12996 * data/c.m4 (b4_int_type): Use 'short int' rather than
12997 'short', and similarly for 'long', 'unsigned', etc.
12998 * data/glr.c (YYTRANSLATE, yyconfl, yySymbol, yyItemNum,
12999 yygetLRActions, yyprocessOneStack, yyrecoverSyntaxError,
13000 yy_yypstack, yydumpstack): Likewise.
13001 * data/lalr1.cc (user_token_number_max_, user_token_number_max_,
13002 translate_, seq_, [], pop, Slice, range_, operator+, operator+=):
13003 Likewise.
13004 * data/yacc.c (b4_int_type, yyss, YYSTACK_BYTES, yysigned_char,
13005 yy_stack_print, yyparse): Likewise.
13006 * doc/bison.texinfo (Prologue, Multiple Types): Likewise.
13007 * lib/bbitset.h (bitset_word, BITSET_WORD_BITS): Likewise.
13008 * lib/bitset.c (bitset_print): Likewise.
13009 * lib/bitset_stats.c (bitste_log_histogram_print): Likewise.
13010 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
13011 * lib/bitsetv.c (bitsetv_dump): Likewise.
13012 * lib/ebitset.c (EBITSET_ELT_BITS, ebitset_elt_alloc): Likewise.
13013 * lib/lbitset.c (LBITSET_ELT_BITS, lbitset_elt_alloc, debug_lbitset):
13014 Likewise.
13015 * src/LR0.c (allocate_itemsets): Likewise.
13016 * src/gram.h (rule_number, rule): Likewise.
13017 * src/lalr.h (goto_number): Likewise.
13018 * src/nullable.c (nullable_compute): Likewise.
13019 * src/output.c (prepare_rules): Likewise.
13020 * src/relation.c (relation_print, relation_digraph): Likewise.
13021 * src/relation.h (relation_node): Likewise.
13022 * src/state.h (state_number, transitions, errs, reductions,
13023 struct state): Likewise.
13024 * src/symtab.h (symbol_number, struct symbol): Likewise.
13025 * src/tables.c (vector_number, tally, action_number,
13026 default_goto, goto_actions): Likewise.
13027 * tests/existing.at (GNU Cim Grammar): Likewise.
13028 * tests/regression.at (Web2c Actions): Likewise.
13029
13030 * src/output.c (muscle_insert_short_int_table): Renamed from
13031 muscle_insert_short_table. All uses changed.
13032
d6328241
PH
130332004-03-25 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
13034
13035 * src/parse-gram.y: Define PERCENT_EXPECT_RR.
13036 (declaration): Replace expected_conflicts with expected_sr_conflicts.
13037 Add %expect-rr rule.
4f16766c 13038
d6328241
PH
13039 * src/scan-gram.l: Recognize %expect-rr.
13040
4f16766c 13041 * src/conflicts.h (expected_sr_conflicts): Rename from
d6328241 13042 expected_conflicts.
4f16766c 13043 (expected_rr_conflicts): Declare.
d6328241
PH
13044
13045 * src/conflicts.c (expected_sr_conflicts): Rename from
13046 expected_conflicts.
13047 (expected_rr_conflicts): Define.
13048 (conflicts_print): Check r/r conflicts against expected_rr_conflicts
13049 for GLR parsers.
13050 Use expected_sr_conflicts in place of expected_conflicts.
13051 Warn if expected_rr_conflicts used in non-GLR parser.
4f16766c 13052
d6328241 13053 * doc/bison.texinfo: Add documentation for %expect-rr.
4f16766c 13054
1452af69
PE
130552004-03-08 Paul Eggert <eggert@gnu.org>
13056
13057 Add support for hex token numbers. Suggested by Odd Arild Olsen in
161a71f3 13058 <http://lists.gnu.org/archive/html/bison-patches/2004-03/msg00000.html>.
1452af69
PE
13059
13060 * NEWS: Document hexadecimal tokens, no NUL bytes, %destructor
13061 in lalr1.cc.
13062 * doc/bison.texinfo (Token Decl): Add hexadecimal token numbers.
13063 * src/scan-gram.l (scan_integer): New function.
13064 ({int}): Use it.
13065 (0[xX][0-9abcdefABCDEF]+): New pattern, to support hex numbers.
13066 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>, \\x[0-9abcdefABCDEF]+,
13067 handle_action_dollar, handle_action_at, convert_ucn_to_byte):
13068 Say "long int", not "long", for uniformity with GNU style.
13069
006d217d
PE
130702004-02-25 Paul Eggert <eggert@twinsun.com>
13071
13072 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Ignore stdout from
13073 compilers. This fixes a problem with Intel's C++ compiler being
13074 chatty, reported by Guido Trentalancia in
161a71f3 13075 <http://lists.gnu.org/archive/html/bug-bison/2004-02/msg00030.html>.
006d217d 13076
c2729758
ADL
130772004-02-09 Alexandre Duret-Lutz <adl@gnu.org>
13078
13079 Support %destructor and merge error locations in lalr1.cc.
13080
13081 * data/lalr1.cc (b4_cxx_destruct_def): New macro.
13082 (Parser::stos_): Define unconditionally.
13083 (Parser::destruct_): New method. Generate its body with
13084 b4_yydestruct_generate.
13085 (Parser::error_start_): New attribute.
13086 (Parser::parse) <yyerrlab, yyerrlab1>: Call destruct_ on erroneous
13087 token which are discarded.
13088 (Parser::parse) <yyerrlab, yyerrorlab, yyerrlab1>: Update
13089 error_start_ when erroneous token are discarded.
13090 (Parser::parse) <yyerrlab1>: Compute the location of the error
13091 token so that it covers all the discarded tokens.
13092 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust so
13093 it can be called with `%skeleton "lalr1.cc"', and do that.
13094
dd0e0635
PE
130952004-02-02 Paul Eggert <eggert@twinsun.com>
13096
13097 * src/Makefile.am (AM_CPPFLAGS): New macro. It mentions
13098 $(top_srcdir)/lib and ../lib. This fixes a bug reported
13099 by Paul Hilfinger; the old INCLUDES value didn't mention ../lib.
13100 There's no need to mention top_builddir since Automake does that
13101 for us.
13102 (INCLUDES): Remove, as Automake says it's obsolescent.
13103 Contents migrated into AM_CPPFLAGS as described above.
13104 * lib/Makefile.am (INCLUDES): Remove; obsolescent.
13105
131062004-01-14 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
13107
13108 * data/glr.c (yytokenName): Bullet-proof against YYEMPTY token.
13109 (yyreportSyntaxError): Handle case where lookahead token is
13110 YYEMPTY.
13111
be16239b
PH
131122004-01-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13113
13114 * data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC so that
13115 resulting parsers are compilable with C++.
13116
5fa90832
PE
131172003-12-23 Paul Eggert <eggert@twinsun.com>
13118
13119 * config/depcomp, config/install-sh: Sync with Automake 1.8.
13120 * src/output.c (output_skeleton): Rename local var.
13121 * tests/input.at (Torturing the Scanner): Don't use \x0 or \0 in
13122 Bison tokens, as this runs afoul of the 2003-10-07 change that
13123 disallowed NUL bytes in character constants or string literals.
13124
13125 * tests/local.at: Require Autoconf 2.59's Autotest.
13126 * tests/testsuite.at: Don't include local.at, since we now assume
13127 Autoconf 2.59 or later. Autoconf 2.59 had some problems with
13128 including it.
13129 * tests/Makefile.am ($(TESTSUITE)): Remove warning about ignoring
13130 multiple inclusion warnings.
dd0e0635 13131
b165c324
AD
131322003-12-02 Akim Demaille <akim@epita.fr>
13133
13134 * doc/bison.texinfo (How Can I Reset the Parser): More about start
13135 conditions.
13136 From Bruno Haible.
13137
26e06a21
ADL
131382003-11-18 Alexandre Duret-Lutz <adl@gnu.org>
13139
13140 * doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
13141
92ac3705
PE
131422003-10-07 Paul Eggert <eggert@twinsun.com>
13143
6a5ecb38
PE
13144 * tests/Makefile.am (clean-local): Don't run 'testsuite --clean'
13145 if testsuite doesn't exist.
13146
92ac3705
PE
13147 * doc/bison.texinfo (Symbols): NUL bytes are not allowed in string
13148 literals, unfortunately.
13149 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>):
13150 Complain about NUL bytes in character constants or string literals.
13151
91d2c560
PE
131522003-10-05 Paul Eggert <eggert@twinsun.com>
13153
13154 * NEWS: Don't document %no-default-prec, as it's still
13155 too experimental.
13156 * doc/bison.texinfo: Document %no-default-prec only if
13157 the defaultprec flag is set. Normally it's not.
13158
0cc3da3a
PE
131592003-10-04 Paul Eggert <eggert@twinsun.com>
13160
13161 * data/glr.c (b4_rhs_value, b4_rhs_location): Yield a
13162 non-modifiable lvalue, instead of a modifiable one.
13163 * doc/bison.texinfo (Actions): Document that $$ can
13164 be assigned to. Do not claim that $$ and $N are
13165 array element references: user code should not rely on this.
13166
22fccf95
PE
131672003-10-01 Paul Eggert <eggert@twinsun.com>
13168
13169 * src/parse-gram.h (PERCENT_NO_DEFAULT_PREC): New token.
13170 (grammar_declaration): Use it.
13171 * src/scan-gram.l: New token %no-default-prec.
13172 * tests/conflicts.at: Revamp tests to use %no-default-prec.
13173 * NEWS, doc/bison.texinfo: Document the above.
13174
fc8f2965
AD
131752003-10-01 Akim Demaille <akim@epita.fr>
13176
13177 VCG no longer supports long_straight_phase.
13178
13179 * src/vcg.c, src/vcg.h: Remove the handling of long_straight_phase.
13180 * src/print_graph.c (print_graph): Adjust.
13181
39a06c25
PE
131822003-09-30 Frank Heckenbach <frank@g-n-u.de>
13183 and Paul Eggert <eggert@twinsun.com>
13184
13185 * doc/bison.texinfo (Decl Summary, Contextual Precedence,
13186 Table of Symbols): Document %default-prec.
13187 * src/parse-gram.y (PERCENT_DEFAULT_PREC): New token.
13188 (grammar_declaration): Set default_prec on %default-prec.
13189 * src/scan-gram.l (%default-prec): New token.
13190 * src/reader.h (default_prec): New flag.
13191 * src/reader.c: Likewise.
13192 (packgram): Handle it.
13193 * tests/conflicts.at (%default-prec without %prec,
13194 %default-prec with %prec, %default-prec 1): New tests.
fc8f2965 13195
39a06c25
PE
131962003-09-30 Paul Eggert <eggert@twinsun.com>
13197
13198 * tests/testsuite.at: Include local.at, not input.at, fixing
13199 a typo in the 2003-08-25 patch.
13200
62b6aef9
AD
132012003-08-27 Akim Demaille <akim@epita.fr>
13202
13203 * data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab to pacify
13204 GCC warnings.
13205
89e1cc61
AD
132062003-08-26 Akim Demaille <akim@epita.fr>
13207
13208 * config/announce-gen (print_changelog_deltas): Neutralize "<#" as
13209 "<\#" to avoid magic from Gnus when posting parts of this script.
13210
a08460b0
AD
132112003-08-26 Akim Demaille <akim@epita.fr>
13212
13213 * data/lalr1.cc (Parser::report_syntax_error_): New, extracted from
13214 (Parser::parse): here.
13215 Adjust: nerrs and errstatus is now replaced by...
13216 (Parser::nerrs_, Parser::errstatus_): New.
13217
603f1cfd
AD
132182003-08-25 Akim Demaille <akim@epita.fr>
13219
13220 * config/announce-gen, Makefile.cfg: New.
13221 * Makefile.am: Adjust.
13222 * GNUmakefile, Makefile.maint: Update from CVS Autoconf, but
13223 keeping local WGET and WGETFLAGS modifications from Paul Eggert.
13224
cd3684cf
AD
132252003-08-25 Akim Demaille <akim@epita.fr>
13226
13227 When reducing initial empty rules, Bison parser read an initial
13228 location that is not defined. This results in garbage, and that
13229 affects Bison's own parser. Therefore we need (i) to extend Bison
13230 to support a means to initialize this location, and (ii) to use
13231 this CVS Bison to fix CVS Bison's parser.
13232
13233 * src/reader.h, reader.c (epilogue_augment): Remove, replace
13234 with...
13235 * src/muscle_tab.h, src/muscle_tab.c (muscle_code_grow): this.
13236 * src/parse-gram.y: Adjust.
13237 (%initial-action): New.
13238 (%error-verbose): Since we require CVS Bison, there is no reason
13239 not to use it.
13240 * src/scan-gram.l: Adjust.
13241 * src/Makefile.am (YACC): New, to make sure we use our own parser.
13242 * data/yacc.c (yyparse): Use b4_initial_action.
13243
4e03e201
AD
132442003-08-25 Akim Demaille <akim@epita.fr>
13245
13246 * doc/bison.texinfo: Don't promote stdout for error messages.
13247
8c182d05
AD
132482003-08-25 Akim Demaille <akim@epita.fr>
13249
13250 * data/lalr1.cc (Parser::reduce_print_): Remove unused yyi.
13251 From Alexandre Duret-Lutz.
13252
6a60c4cf
PE
132532003-08-25 Akim Demaille <akim@epita.fr>
13254
13255 Version 1.875c.
13256
25f66e1a
AD
132572003-08-25 Akim Demaille <akim@epita.fr>
13258
13259 * data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT): New.
13260 Use them.
13261
5348bfbe
AD
132622003-08-25 Akim Demaille <akim@epita.fr>
13263
13264 * data/lalr1.cc (Parser::reduce_print_): New.
13265 Use it.
13266
47301314
AD
132672003-08-25 Akim Demaille <akim@epita.fr>
13268
13269 Have lalr1.cc catch with Paul Eggert's patch to fix the infinite
13270 error recovery loops. This patch is based on
161a71f3 13271 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00000.html>.
47301314
AD
13272 Also, augment the similarity between lalr1.cc and yacc.c.
13273 Note: the locations of error recovery rules are not correct yet.
13274
13275 * data/lalr1.cc: Comment changes to augment the similarity between
13276 lalr1.cc and yacc.c.
13277 (YYERROR): Goto to yyerrorlab, not yyerrlab1.
13278 (yyerrlab1): Remove, but where it used to be (now the bottom part of
13279 yyerrlab), when hitting EOF, pop the whole stack here instead of
13280 merely falling thru the default error handling mechanism.
13281 (yyerrorlab): New label, with the old contents of YYERROR,
13282 plus the following change: pop the stack of rhs corresponding
13283 to the production that invoked YYERROR. That is how Yacc
13284 behaves (required by POSIX).
13285 * tests/calc.at (AT_CHECK_CALC_LALR1_CC): No longer expected to
13286 fail.
13287
1f7a61ff
AD
132882003-08-25 Akim Demaille <akim@epita.fr>
13289
13290 Tune local.at so that people can "autom4te -l autotest calc.at -o
13291 calc" for instance, to extract a sub test suite.
13292
13293 * tests/testsuite.at: Move the initialization, Autotest version
13294 requirement, and AT_TESTED invocation into...
13295 * tests/local.at: here.
13296 * tests/testsuite.at: Include it for compatibility with Autoconf
13297 2.57.
13298 * tests/Makefile.am ($(TESTSUITE)): Report that the warning should
13299 be ignore.
13300
327b5b56
PE
133012003-08-04 Paul Eggert <eggert@twinsun.com>
13302
13303 Rework code slightly to avoid gcc -Wtraditional warnings.
13304 * data/glr.c (yyuserMerge): Return void, not YYSTYPE.
13305 The returned value is now stored in *YY0. All callers changed.
13306 * src/output.c (merge_output): Adjust to the above change.
13307
0051e3ed
PE
133082003-07-26 Paul Eggert <eggert@twinsun.com>
13309
13310 * data/glr.c (YYASSERT): New macro.
13311 (yyfillin, yydoAction, yyglrReduce, yysplitStack,
13312 yyresolveStates, yyprocessOneStack):
13313 Use `YYASSERT (FOO);' rather than `if (! (FOO)) abort ();'.
13314 Derived from a suggestion by Frank Heckenbach.
1f7a61ff 13315
137437c6
PE
133162003-07-25 Paul Eggert <eggert@twinsun.com>
13317
5b620e06
PE
13318 * data/glr.c (yyglrReduce): Don't use C89 string concatenation,
13319 for portability to K&R C (after ansi2knr, presumably). See
161a71f3 13320 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>
5b620e06
PE
13321 by Frank Heckenbach, though I have omitted the structure-initialization
13322 part of his glr-knr.diff patch since I recall that the Portable
13323 C Compiler didn't require that change.
13324
137437c6
PE
13325 Let the user specify how to allocate and free memory.
13326 Derived from a suggestion by Frank Heckenbach in
161a71f3 13327 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>.
137437c6
PE
13328 * data/glr.c (YYFREE, YYMALLOC, YYREALLOC): New macros.
13329 All uses of free, malloc, realloc changed to use these macros,
13330 and unnecessary casts removed.
13331 * data/yacc.c (YYFREE, YYMALLOC): Likewise.
13332
ddb85ca5
PE
133332003-07-06 Matthias Mann <MatthiasMann@gmx.de>
13334
13335 * data/lalr1.cc (operator<<(std::ostream&, const Position&)):
13336 use s.empty() rather than s == "" to test for empty string; see
161a71f3 13337 <http://lists.gnu.org/archive/html/bison-patches/2003-07/msg00003.html>
ddb85ca5
PE
13338 (trivial change)
13339
39910e09
AD
133402003-06-25 Akim Demaille <akim@epita.fr>
13341
13342 * config/depcomp, config/install-sh: Update from masters.
13343
0ae99356
PE
133442003-06-20 Paul Eggert <eggert@twinsun.com>
13345
13346 * data/glr.c (YYLLOC_DEFAULT): Parenthesize arguments as needed,
13347 and return properly parenthesized result.
13348 * data/lalar1.cc (YYLLOC_DEFAULT): Likewise.
13349 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
13350 Remove unnecessary parentheses from uses.
13351 * doc/bison.texinfo (Location Default Action): Describe the
13352 conventions for parentheses.
13353
cd05d13c
PE
133542003-06-19 Paul Eggert <eggert@twinsun.com>
13355
81fd08ca
PE
13356 * data/glr.c (yyremoveDeletes, yy_reduce_print, yyglrReduce,
13357 yyreportTree): Do not assume that size_t is the same width as int,
13358 when printing sizes. Print sizes using an unsigned format.
13359 Problem reported by Frank Heckenbach in
161a71f3 13360 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00035.html>.
4dcf140b 13361
cd05d13c
PE
13362 Port to Forte Developer 7 C compiler.
13363 * data/glr.c (struct YYLTYPE): If locations are not being used,
13364 declare a single dummy member, as empty structs do not conform
13365 to the C standard.
13366 (YYERROR, YYBACKUP): Do not use "do { ...; return foo; } while (0)";
13367 the Forte Developer 7 C compiler complains that end-of-loop
13368 code is not reached.
13369
4dcf140b
PE
133702003-06-17 Paul Eggert <eggert@twinsun.com>
13371
13372 * lib/libiberty.h (PARAMS): Spell argument as Args, not as X, to
13373 avoid warnings from picky compilers about redefinition of PARAMS.
13374
8dd76bee
PE
133752003-06-17 Paul Eggert <eggert@twinsun.com>
13376
13377 Version 1.875b.
13378
13379 * NEWS: Document 1.875b.
13380
13381 * lib/bbitset.h: Do not include config.h; that's the includer's job.
13382 Do not include <sys/types.h>; shouldn't be needed on a C89 host.
13383 * lib/bitset.h (bitset_compatible_p): Indent as per GNU standard.
13384 Don't use 'index' in comments, as it's a builtin fn on some hosts.
13385 * lib/bitset_stats.c: Include gettext.h unconditionally, as
13386 per recent gettext manual's suggestion.
13387 * lib/ebitset.c (ebitset_resize, ebitset_unused_clear):
13388 Use prototypes, not old-style definitions.
13389 * lib/lbitset.c (lbitset_unused_clear): Likewise.
13390 * lib/vbitset.c (vbitset_resize, vbitset_ones, vbitset_zero,
13391 vbitset_empty_p, vbitset_copy1, vbitset_not, vbitset_equal_p,
13392 vbitset_subset_p, vbitset_disjoint_p, vbitset_and, vbitset_and_cmp,
13393 vbitset_andn, vbitset_andn_cmp, vbitset_or, vbitset_or_cmp,
13394 vbitset_xor, vbitset_xor_cmp, vbitset_and_or, vbitset_and_or_cmp,
13395 vbitset_andn_or, vbitset_andn_or_cmp, vbitset_or_and,
13396 vbitset_or_and_cmp, vbitset_copy): Likewise.
13397
13398 * lib/libiberty.h: Do not include config.h; that's the includer's job.
13399 Do not include <stdlib.h>.
13400 (PARAMS): Define unconditionally for C89.
13401 (ATTRIBUTE_NORETURN): Remove.
13402 (ATTRIBUTE_UNUSED): Define unconditionally.
13403
13404 Upgrade to 2003-06-08 libbitset, submitted by Michael Hayes in:
161a71f3 13405 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00005.html>
8dd76bee
PE
13406 * lib/Makefile.am (bitsets_sources): Add vbitset.c, vbitset.h.
13407 * lib/vbitset.c, lib/vbitset.h: New files.
13408 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
13409 lib/bitset_stats.c, lib/ebitset.c, lib/lbitset.c: Import
13410 from libbitset.
13411
13412 * doc/bison.texinfo (How Can I Reset the Parser): Renamed from
13413 `How Can I Reset @code{yyparse}', since texinfo does not allow
13414 arbitrary @ in node names.
13415
13416 * m4/Makefile.am (EXTRA_DIST): Add the following files, which
13417 shouldn't be needed according to the gettext 0.12.1 documentation
13418 but which seem to be needed anyway: codeset.m4 glibc21.m4
f8e8262e 13419 intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 isc-posix.m4
8dd76bee 13420 lcmessage.m4 nls.m4 po.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4.
f8e8262e 13421 * po/Makefile.in.in: Upgrade to gettext 0.12.1 version.
cd05d13c 13422
8dd76bee
PE
13423 * lib/.cvsignore: Add stdbool.h.
13424 * m4/.cvsignore: Add nls.m4, po.m4.
13425
13426 Upgrade to CVS gnulib.
13427 * stdbool_.h: File renamed from stdbool.h.in.
13428 * configure.ac (AM_STDBOOL_H): Invoke this instead of
13429 AC_HEADER_STDBOOL.
13430 (AM_GNU_GETTEXT): Put brackets around args, as latest manual suggests.
13431 (AM_GNU_GETTEXT_VERSION): Update to 0.12.1.
13432 * lib/Makefile.am (EXTRA_DIST): Add stdbool_.h.
13433 (MOSTLYCLEANFILES): New var.
13434 ($(libbison_a_OBJECTS)): Depend on $(STDBOOL_H).
13435 (stdbool.h): New rule.
13436 * lib/dirname.c, lib/dirname.h, lib/hash.c, lib/hash.h,
13437 lib/malloc.c, lib/obstack.h, lib/quote.c, lib/realloc.c,
13438 lib/strcasecmp.c, lib/xalloc.h, m4/alloca.m4, m4/onceonly.m4,
13439 m4/quote.m4: Upgrade to today's gnulib.
13440
13441 * tests/calc.at (AT_CHECK_CALC): New option EXPECTED-TO-FAIL.
13442 (AT_CHECK_CALC_LALR1_CC): Use it, since the C++ LALR parser fails
13443 the tests right now.
13444 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Ensure yylex and
13445 yyerror are declared before use; C99 requires this.
13446
25005f6a
PH
134472003-06-09 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13448
13449 * data/glr.c (YYERROR): Update definition to reset yyerrState to 0
13450 first.
13451 (yyrecoverSyntaxError): Correct the logic for setting and testing
13452 yyerrState.
13453 Correct comment on handling EOF.
13454 Allow states with only a default reduction, rather than failing
8dd76bee 13455 (I can't quite reconstruct why these were not allowed before).
25005f6a 13456
137437c6 13457 Fixes to avoid problem that $-N rules in GLR parsers can cause
25005f6a 13458 buffer overruns, corrupting state.
8dd76bee
PE
13459
13460 * src/output.c (prepare_rules): Output max_left_semantic_context
25005f6a
PH
13461 definition.
13462 * src/reader.h (max_left_semantic_context): New variable declaration.
13463 * src/scan-gram.l (max_left_semantic_context): Define.
13464 (handle_action_dollar): Update max_left_semantic_context.
13465 * data/glr.c (YYMAXLEFT): New definition.
13466 (yydoAction): Increase size of yyrhsVals by YYMAXLEFT.
13467 (yyresolveAction): Ditto.
13468
13469 Fixes to problems with location handling in GLR parsers reported by
13470 Frank Heckenbach (2003/06/05).
13471
13472 * data/glr.c (YYLTYPE): Make trivial if locations not used.
13473 (YYRHSLOC): Add parentheses, and define only if locations used.
13474 (YYLLOC_DEFAULT): Add parentheses, and give trivial definition if
13475 locations not used.
13476 (yyuserAction): Use YYLLOC_DEFAULT to set *yylocp.
13477 (yydoAction): Remove redundant initialization of *yyvalp and *yylocp.
8dd76bee 13478
25005f6a
PH
13479 * tests/cxx-type.at: Exercise location information; update tests
13480 to differentiate output with and without locations.
8dd76bee 13481 Remove forward declarations of yylex and yyerror---caused errors
25005f6a
PH
13482 because default YYLTYPE not yet defined.
13483 Change semantic actions to compute strings, rather than printing
13484 them directly (to test proper passing of semantics values). Change
13485 output to prefix notation and update test data and expected results.
13486 (yylex): Track locations.
13487 (stmtMerge): Return value rather than printing, and include arguments
13488 in value.
8dd76bee 13489
711f40b7
PE
134902003-06-03 Paul Eggert <eggert@twinsun.com>
13491
13492 Avoid warnings generated by GCC 2.95.4 when Bison is
13493 configured with --enable-gcc-warnings.
13494 * data/lalr1.cc (yy::]b4_parser_class_name[::parse,
13495 yy::]b4_parser_class_name[::translate_,
13496 yy::Stack::operator[] (unsigned),
13497 yy::Stack::operator[] (unsigned) const,
13498 yy::Slice::operator[] (unsigned),
13499 yy::Slice::operator[] (unsigned) const):
13500 Rename local vars to avoid warnings.
13501 * tests/glr-regression.at (Improper handling of embedded actions
13502 and $-N in GLR parsers): Remove unused local variable from yylex.
13503 * tests/regression.at (_AT_DATA_DANCER_Y): Declare yylex to take
13504 (void) as arg when not pure, since we now assume C89 when building
13505 Bison. Pacify GCC by using parameter.
13506
ac695f7d
PE
135072003-06-02 Paul Eggert <eggert@twinsun.com>
13508
13509 * data/lalr1.cc (yy::Position::lines, yy::Position::columns,
13510 yy::Location::lines, yy::Location::columns): Rename arguments
13511 to avoid shadowing; this removes a warning generated by GCC 3.3.
13512
26ec81e0
PE
135132003-06-01 Paul Eggert <eggert@twinsun.com>
13514
13515 Don't pass C-only warning optins (e.g., -Wmissing-declarations)
13516 to g++, as GCC 3.3 complains if you do it.
13517 * configure.ac (WARNING_CXXFLAGS): New subst. Set it to
13518 everything that WARNING_CFLAGS has, except omit warnings
13519 not suitable for C++.
13520 (AC_PROG_CXX): Use this instead of AC_CHECK_PROGS([CXX], [g++]).
13521 * tests/atlocal.in (CXXFLAGS): New var.
13522 * tests/local.at (AT_COMPILE_CXX): Use it instead of CFLAGS.
13523
13524 Fix a GLR parser bug I reported in February; see
161a71f3 13525 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00008.html>.
26ec81e0
PE
13526 The problem was that GLR parsers did not conform to the C standard,
13527 because actions like { $1 = $2 + $3; } expanded to expressions
13528 that invoked YYFILL in separate subexpressions, and YYFILL assigned
13529 to a local variable. The C standard says that expressions
13530 like (var = f ()) + (var = f ()) have undefined behavior.
13531 Another problem was that GCC sometimes issues warnings that
13532 yyfill and its parameters are unused.
13533
13534 * data/glr.c (yyfillin): Renamed from the old yyfill. Mark
13535 as possibly unused.
13536 (yyfill): New function.
13537 (YYFILL): Use it.
13538 (yyuserAction): Change type of yynormal to bool, so that it matches
13539 the new yyfill signature. Mark it as possibly unused.
13540
13541
13542 Follow up on a bug I reported in February, where a Bison-generated
13543 parser can loop. Provide a test case and a fix for yacc.c. I
13544 don't have a fix for lalr1.cc or for glr.c, unfortunately.
13545 The original bug report is in:
161a71f3 13546 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00044.html>
26ec81e0
PE
13547
13548 * data/yacc.c (YYERROR): Now just 'goto yyerrorlab', since the
13549 macro's size was becoming unwieldy.
13550 (yyerrlab): Do not discard an empty lookahead symbol, as this
13551 might destroy garbage.
13552 (yyerrorlab): New label, with the old contents of YYERROR,
13553 plus the following change: pop the stack of rhs corresponding
13554 to the production that invoked YYERROR. That is how Yacc
13555 behaves, and POSIX requires this behavior.
13556 (yyerrlab1): Use YYPOPSTACK instead of its definiens.
13557 * tests/calc.at (_AT_DATA_CALC_Y): Include unistd.h if available.
13558 Define 'alarm' to do nothing if unistd.h is not available.
13559 Add a new rule "exp: '-' error;" to test the above change to
13560 data/yacc.c. Use 'alarm' to abort any test taking longer than
13561 10 seconds, as it's probably looping.
13562 (AT_CHECK_CALC): Test recovery from error in new grammar rule.
13563 Also, the new yacc.c generates two fewer diagnostics for an
13564 existing test.
13565
d0829076
PE
135662003-05-24 Paul Eggert <eggert@twinsun.com>
13567
c6ae27df
PE
13568 * data/glr.c (YYSTACKEXPANDABLE): Do not evaluate
13569 YYSTYPE_IS_TRIVIAL or YYSTYPE_IS_TRIVIAL unless they are defined.
13570 This fixes a problem reported by John Bowman when the Compaq/HP
13571 Alpha cxx compiler happy (e.g. using cxx -D__USE_STD_IOSTREAM
13572 -ansi -Wall -gall).
13573 * data/yacc.c (union yyalloc): Likewise.
13574 (YYCOPY): Do not evaluate __GNUC__ unless it is defined.
26ec81e0 13575
d0829076
PE
13576 Switch from 'int' to 'bool' where that makes sense.
13577
13578 * lib/abitset.c (abitset_test, abitset_empty_p, abitset_equal_p,
13579 abitset_subset_p, abitset_disjoint_p, abitset_and_cmp,
13580 abitset_andn_cmp, abitset_or_cmp, abitset_xor_cmp, abitset_and_or,
13581 abitset_and_or_cmp, abitset_andn_or_cmp, abitset_or_and_cmp):
13582 Return or accept bool, not int. All callers changed.
13583 * lib/bbitset.h: (bitset_toggle_, bitset_copy_, bitset_and_or_cmp_,
13584 bitset_andn_or_cmp_, bitset_or_and_cmp_): Likewise.
13585 * lib/bitset.c (bitset_only_set_p, bitset_print, bitset_toggle_,
13586 bitset_copy_, bitset_op4_cmp, bitset_and_or_cmp_, bitset_andn_or_cmp_,
13587 bitset_or_and_cmp_): Likewise.
13588 * lib/bitset.h (bitset_test, bitset_only_set_p): Likewise.
13589 * lib/bitset_stats.c (bitset_stats_print, bitset_stats_toggle,
13590 bitset_stats_test, bitset_stats_empty_p, bitset_stats_disjoint_p,
13591 bitset_stats_equal_p, bitset_stats_subset_p, bitset_stats_and_cmp,
13592 bitset_stats_andn_cmp, bitset_stats_or_cmp, bitset_stats_xor_cmp,
13593 bitset_stats_and_or_cmp, bitset_stats_andn_or_cmp,
13594 bitset_stats_or_and_cmp): Likewise.
13595 * lib/ebitset.c (ebitset_elt_zero_p, ebitset_equal_p, ebitset_copy_cmp,
13596 ebitset_test, ebitset_empty_p, ebitset_subset_p, ebitset_disjoint_p,
13597 ebitset_op3_cmp, ebitset_and_cmp, ebitset_andn_cmp, ebitset_or_cmp,
13598 ebitset_xor_cmp): Likewise.
13599 * lib/lbitset.c (lbitset_elt_zero_p, lbitset_equal_p, lbitset_copy_cmp,
13600 lbitset_test, lbitset_empty_p, lbitset_subset_p, lbitset_disjoint_p,
13601 lbitset_op3_cmp, lbitset_and_cmp, lbitset_andn_cmp, lbitset_or_cmp,
13602 lbitset_xor_cmp): Likewise.
13603 * lib/bbitset.h: Include <stdbool.h>.
13604 (struct bitset_vtable): The following members now return bool, not
13605 int: toggle, test, empty_p, disjoint_p, equal_p, subset_p,
13606 and_cmp, andn_cmp, or_cmp, xor_cmp, and_or_cmp, andn_or_cmp,
13607 or_and_cmp).
13608 * src/conflicts.c (count_rr_conflicts): Likewise.
13609 * lib/bitset_stats.h (bitset_stats_enabled): Now bool, not int.
13610 All uses changed.
13611 * lib/ebitset.c (ebitset_obstack_init): Likewise.
13612 * lib/lbitset.c (lbitset_obstack_init): Likewise.
13613 * src/getargs.c (debug_flag, defines_flag, locations_flag,
13614 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
13615 graph_flag): Likewise.
13616 * src/getargs.h (debug_flag, defines_flag, locations_flag,
13617 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
13618 graph_flag): Likewise.
13619 * src/output.c (error_verbose): Likewise.
13620 * src/output.h (error_verbose): Likewise.
13621 * src/reader.c (start_flag, typed): Likewise.
13622 * src/reader.h (typed): Likewise.
13623 * src/getargs.c (LOCATIONS_OPTION): New constant.
13624 (long_options, getargs): Use it.
13625 * src/lalr.c (build_relations): Use bool, not int.
13626 * src/nullable.c (nullable_compute): Likewise.
13627 * src/print.c (print_reductions): Likewise.
13628 * src/tables.c (action_row, pack_vector): Likewise.
13629 * src/muscle_tab.h (MUSCLE_INSERT_BOOL): New macro.
13630 * src/output.c (prepare): Use it.
13631 * src/output.c (token_definitions_output,
13632 symbol_destructors_output, symbol_destructors_output): Use string,
13633 not boolean integer, to keep track of whether to output separator.
13634 * src/print_graph.c (print_core): Likewise.
13635 * src/state.c (state_rule_lookaheads_print): Likewise.
13636
13637 * config/install-sh: Sync from automake 1.7.5.
13638
6b2584b7
PE
136392003-05-14 Paul Eggert <eggert@twinsun.com>
13640
13641 * src/parse-gram.y (rules_or_grammar_declaration): Require a
13642 semicolon after a grammar declaration, in the interest of possible
13643 future changes to the Bison input language.
13644 Do not allow a stray semicolon at the start of the grammar.
13645 (rhses.1): Allow one or more semicolons after any rule, including
13646 just before "|" as required by POSIX.
13647 * tests/input.at (Torturing the Scanner): Add tests for ";|" in a
13648 grammar.
13649
caf37a36
ADL
136502003-05-14 Alexandre Duret-Lutz <adl@gnu.org>
13651
13652 %parse-param support for lalr1.cc.
13653
13654 * data/lalr1.cc (b4_parse_param_decl, b4_parse_param_cons,
13655 b4_cc_constructor_calls, b4_cc_constructor_call,
13656 b4_parse_param_vars, b4_cc_var_decls, b4_cc_var_decl): New m4
13657 definitions.
13658 (yy::b4_parser_class_name::b4_parser_class_name): Take extra
13659 parse-param arguments.
13660 (yy::b4_parser_class_name): Declare instance variables to
13661 hold parse-param arguments.
13662 * tests/calc.at: s/value/semantic_value/ because value clashes
13663 with a member of yy::b4_parser_class_name. Adjust C++ code
13664 to handle %parse-param. Enable %parse-param test in C++.
13665
3ab37077
PE
136662003-05-12 Paul Eggert <eggert@twinsun.com>
13667
13668 * doc/bison.texinfo (How Can I Reset @code{yyparse}): Reword the
13669 English a bit. Fix fclose typo. Change "const char" to "char
13670 const", and use ANSI C rather than K&R for "main". Suggest
13671 YY_FLUSH_BUFFER over yyrestart (as that is what Flex recommends)
13672 and suggest yy_switch_to_buffer.
13673
136742003-05-05 Paul Eggert <eggert@twinsun.com>
163ab321
PE
13675
13676 * lib/bitset.h (__INT_TO_PTR): Define to a value that presumes
13677 C89. This avoids a diagnostic on compilers that define __STDC__
13678 to 0, fixing a problem with Tru64 cc reported by Martin Mokrejs in
161a71f3 13679 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
163ab321 13680
e743727f
PE
136812003-05-03 Paul Eggert <eggert@twinsun.com>
13682
13683 * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):
13684 Do not overrun array bounds.
13685 This should fix a bug reported today by Olatunji Oluwabukunmi in
161a71f3 13686 <http://lists.gnu.org/archive/html/bug-bison/2003-05/msg00004.html>.
e743727f 13687
916708d5
AD
136882003-04-29 Akim Demaille <akim@epita.fr>
13689
13690 * src/gram.h, src/gram.c (pure_parser, glr_parser): Move to...
13691 * src/getargs.c, src/getargs.h: here, as bool, not int.
13692 (nondeterministic_parser): New.
13693 * src/parse-gram.y, src/scan-gram.l: Support
13694 %nondeterministic-parser.
13695 * src/output.c (prepare): Use nondeterministic_parser instead
13696 of glr_parser where appropriate.
13697 * src/tables.c (conflict_row, action_row, save_row)
13698 (token_actions, token_actions, pack_vector): Ditto.
13699
a06ea4aa
AD
137002003-04-29 Akim Demaille <akim@epita.fr>
13701
13702 * doc/bison.texinfo (C++ Parsers, Implementing Loops): New.
13703
211074ca
AD
137042003-04-29 Akim Demaille <akim@epita.fr>
13705
13706 * tests/calc.at: Also test yacc.c and glr.c (but not lalr1.cc yet)
13707 with %pure-parser and %locations to exercise the patch from Yakov
13708 Markovitch below.
13709
6175ffe3
PE
137102003-04-28 Tim Van Holder <tim.van.holder@pandora.be>
13711
13712 * data/yacc.c: (b4_lex_param): Corrected for the case where
13713 %lex-param is provided and %pure-parser isn't.
13714
b1e95857
PE
137152003-04-27 Paul Eggert <eggert@twinsun.com>
13716
13717 Avoid gcc -Wundef warnings reported by Gerald Pfeifer in
161a71f3 13718 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00044.html>.
b1e95857
PE
13719 * data/yacc.c (YYSTACK_ALLOC): Don't evaluate YYSTACK_USE_ALLOCA
13720 if it is not defined.
13721 (YYMAXDEPTH): Don't evaluate YYMAXDEPTH if it is not defined.
13722
acda9df6
PE
137232003-04-26 Paul Eggert <eggert@twinsun.com>
13724
3470c57b
PE
13725 * data/lalr1.cc (yy::Parser::pact_ninf_, yy::Parser::table_ninf_):
13726 Declare to be of type suitable for the ninf value itself, not of
13727 type suitable for the corresponding table, since the latter might
13728 be unsigned but the ninf value might be negative. This fixes a
13729 bug reported by Alexandre Duret-Lutz in
161a71f3 13730 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00017.html>.
3470c57b 13731
acda9df6
PE
13732 * configure.ac (AC_FUNC_ERROR_AT_LINE): Remove, since gl_ERROR
13733 invokes it. We shouldn't invoke it twice because it will attempt
13734 to put error.o in the archive twice. This fixes a glitch reported
13735 by Martin Mokrejs in
161a71f3 13736 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
acda9df6 13737
b5250f26
PE
137382003-04-21 Paul Eggert <eggert@twinsun.com>
13739
13740 * m4/error.m4: Update from Bruno Haible's 2003-04-14 patch
13741 to gnulib.
13742
089ac0f1
PE
137432003-04-21 Yakov Markovitch <Markovitch@iso.ru>
13744
13745 * data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
13746 Fix obvious typo that results in uncompilable GLR parsers
13747 when both %pure-parser and %locations are used. (trivial change)
13748
5ededac6
PE
137492003-04-17 Paul Eggert <eggert@twinsun.com>
13750
1b8f2fff
PE
13751 * src/scan-gram.l: Add %option nounput, since we no longer use unput.
13752 (unexpected_eof): Renamed from unexpected_end_of_file, for brevity.
13753 Do not insert the expected token via unput, as this runs afoul
13754 of a POSIX-compatibility bug in flex 2.5.31.
13755 All uses changed to BEGIN the parent state,
13756 since we no longer insert the expected token via unput.
13757 * tests/regression.at (Invalid inputs): Remove cascaded diagnostic
13758 that is no longer emitted after the above change.
13759
5ededac6
PE
13760 * src/conflicts.c (set_conflicts): Resolve all conflicts, not just
13761 the first one. This change is from Paul Hilfinger, and it fixes
13762 regression reported by Werner Lemberg in
161a71f3 13763 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
5ededac6
PE
13764
13765 (resolve_sr_conflict): Don't invoke state_errs_set
13766 unless one or more tokens have been explicitly made errors.
13767 Otherwise, the above change causes Bison to abort.
13768
13769 * tests/existing.at (GNU pic Grammar): New test case, taken from
13770 Lemberg's email.
13771
b8be9132
AD
137722003-03-31 Akim Demaille <akim@epita.fr>
13773
13774 * doc/Makefile.am (AM_MAKEINFOFLAGS): Don't split the info file.
13775
d423d460
AD
137762003-03-31 Akim Demaille <akim@epita.fr>
13777
13778 * src/output.c (prepare_symbols): Avoid trailing spaces in the
13779 output.
13780
c7e441b4
AD
137812003-03-31 Akim Demaille <akim@epita.fr>
13782
13783 * doc/bison.texinfo (Strings are Destroyed): s/losses/loses/.
13784 From Paul Hilfinger.
13785
231897ad
AD
137862003-03-29 Akim Demaille <akim@epita.fr>
13787
13788 * m4/error.m4: Do not put under dynamic conditions some code which
13789 expansion is under static control.
13790
5b066063
AD
137912003-03-29 Akim Demaille <akim@epita.fr>
13792
13793 * doc/bison.texinfo (How Can I Reset @code{yyparse}): New.
13794
22a74fec
AD
137952003-03-29 Akim Demaille <akim@epita.fr>
13796
13797 * doc/bison.texinfo (Strings are Destroyed): New.
13798
0eee27e7
PE
137992003-03-13 Paul Eggert <eggert@twinsun.com>
13800
13801 * .cvsignore: Add configure.lineno.
13802 * src/.cvsignore: Add yacc.
13803 * tests/.cvsignore: Add testsuite.log.
13804 * doc/fdl.texi: Sync with latest FSF version.
13805
f61aad93
PE
138062003-03-12 Paul Eggert <eggert@twinsun.com>
13807
537636c7
PE
13808 * scan-gram.l (YY_USER_INIT): Initialize code_start, too.
13809 (<INITIAL><<EOF>>, <SC_PRE_CODE><<EOF>>): Set *loc to the scanner
13810 cursor, instead of leaving it undefined. This fixes a bug
13811 reported by Tim Van Holder in
161a71f3 13812 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00023.html>.
537636c7
PE
13813 * tests/input.at (Torturing the Scanner): Test the scanner on
13814 an empty input file, which was Tim Van Holder's test case.
13815
13816 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): When checking whether
13817 <sys/resource.h> can be included, include sys/time.h and
13818 sys/times.h first, if available. This works around the SunOS
13819 4.1.4 porting bug reported by Bruce Becker in
161a71f3 13820 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00018.html>.
537636c7
PE
13821
13822 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't
13823 AC_CHECK_HEADERS([sys/wait.h]), as this interferes with
13824 AC_HEADER_SYS_WAIT.
13825
f61aad93
PE
13826 Merge changes from gnulib. This was prompted because the CVS
13827 snapshot didn't build on Solaris 7 due to strnlen problems.
13828
13829 These changes need to be merged back into gnulib:
13830 * lib/hash.c: Include <stdbool.h> unconditionally.
13831 * m4/onceonly.m4 (m4_quote): New macro.
13832 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
13833 Quote AC_FOREACH variable-expansions properly.
13834 The 2003-01-03 obstack.h change also needs merging.
13835 {end of changes requiring merging}
5b066063 13836
f61aad93
PE
13837 * lib/stdbool.h.in, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
13838 m4/getopt.m4, m4/hash.m4, m4/malloc.m4, m4/memchr.m4,
13839 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/quote.m4,
13840 m4/quotearg.m4, m4/realloc.m4, m4/stpcpy.m4, m4/strnlen.m4,
13841 m4/strtol.m4, m4/strtoul.m4, m4/unlocked-io.m4, m4/xalloc.m4:
13842 New files, imported from gnulib.
13843 * m4/Makefile.am (EXTRA_DIST): Add the new m4/*.m4 files mentioned
13844 above.
13845
13846 * lib/mbswidth.c, m4/error.m4, m4/mbrtowc.m4, m4/mbswidth.m4,
13847 m4/memcmp.m4, m4/prereq.m4, m4/stdbool.m4: Update to current
13848 gnulib sources.
13849
13850 * configure.ac (gl_DIRNAME, gl_GETOPT, gl_HASH, gl_QUOTE, gl_XALLOC):
13851 Add.
13852 (gl_ERROR): New, replacing jm_PREREQ_ERROR.
13853 (gl_FUNC_ALLOCA): New, replacing AC_FUNC_ALLOCA.
13854 (gl_FUNC_STPCPY): New, replacing AC_REPLACE_FUNCS(stpcpy).
13855 (gl_FUNC_STRNLEN): New, replacing AC_FUNC_STRNLEN.
13856 (gl_MBSWIDTH): New, replacing jm_PREREQ_MBSWIDTH.
13857 (gl_OBSTACK): New, replacing AC_FUNC_OBSTACK.
13858 (gl_QUOTEARG): New, replacing jm_PREREQ_QUOTEARG.
13859 (jm_FUNC_GLIBC_UNLOCKED_IO, gl_FUNC_STPCPY, gl_FUNC_STRTOL): New.
13860 (jm_FUNC_MALLOC): New, replacing AC_FUNC_MALLOC.
13861 (jm_FUNC_REALLOC): New, replacing AC_FUNC_REALLOC.
13862 (jm_PREREQ_ARGMATCH): Remove.
13863 (AC_REPLACE_FUNCS): Remove memchr, memrchr, stpcpy, strtol, strtoul.
13864 * lib/Makefile.am (libbison_a_SOURCES): Add argmatch.c, argmatch.h.
13865
13866 * src/system.h: Include <stdbool.h> unconditionally.
13867
13868 * lib/bbitset.h: Include <limits.h> unconditionally. We have been
13869 assuming at least C89 in the bitset code for some time now.
13870
d2ffe116
AD
138712003-03-03 Akim Demaille <akim@epita.fr>
13872
13873 * ro.po: New.
13874
052826fd
AD
138752003-03-02 Akim Demaille <akim@epita.fr>
13876
13877 * doc/bison.texinfo (Table of Symbols): Reactivate the
13878 documentation for %lex-param, and %parse-param.
13879
c4749565
AD
138802003-03-02 Akim Demaille <akim@epita.fr>
13881
13882 * data/yacc.c, data/glr.c, data/lal1.cc: Use similar code to
13883 generate verbose error messages.
13884 Use the number of tokens as an upper bound in yytname, as it
13885 cannot be a non terminal.
13886
d5286af1
AD
138872003-03-02 Akim Demaille <akim@epita.fr>
13888
13889 * tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected error
13890 message.
13891
22e304a6
AD
138922003-03-02 Akim Demaille <akim@epita.fr>
13893
22e304a6
AD
13894 * tests/regression.at (_AT_DATA_DANCER_Y, AT_CHECK_DANCER): New.
13895 Use them to exercise yycheck overrun.
13896 Based on Andrew Suffield's grammar.
13897
67a25fed
AD
138982003-03-02 Akim Demaille <akim@epita.fr>
13899
13900 Create tests/local.at for Bison generic testing macros.
13901
13902 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Move to...
13903 * tests/local.at (AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS):
13904 This new file.
13905 * tests/calc.at (AT_CHECK_CALC): Adjust.
13906 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR)
13907 (AT_COMPILE, AT_COMPILE_CXX, AT_PARSER_CHECK): Move to...
13908 * tests/local.at: here.
13909 (AT_COMPILE_CXX): Tags the tests using it as c++.
13910 Ignore the test if CXX is not functional.
13911
9c2b381f
PE
139122003-03-01 Paul Eggert <eggert@twinsun.com>
13913
13914 * src/scan-gram.l (code_start): Initialize it to scanner_cursor,
13915 not loc->end, since loc->end might contain garbage and this leads
13916 to undefined behavior on some platforms.
13917 (id_loc, token_start): Use (IF_LINTed) initial values that do not
13918 depend on *loc, so that the reader doesn't give the the false
13919 impression that *loc is initialized.
13920 (<INITIAL>"%%"): Do not bother setting code_start, since its value
13921 does not survive the return.
13922
0433ba88
AD
139232003-03-01 Akim Demaille <akim@epita.fr>
13924
13925 * src/scan-gram.l (code_start): Always initialize it when entering
13926 into yylex, as SC_EPILOGUE is activated *before* the corresponding
13927 yylex invocation. An alternative would be making it static, but
13928 then it starts with the second %%'s beginning, instead of its end.
13929
b305ea69
PE
139302003-02-28 Paul Eggert <eggert@twinsun.com>
13931
13932 * lib/mbswidth.c: Include <wchar.h> before "mbswidth.h", to work
13933 around a UnixWare 7.1.1 porting bug reported by John Hughes in
161a71f3 13934 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00030.html>.
b305ea69 13935
c3d25e01
PE
139362003-02-26 Paul Eggert <eggert@twinsun.com>
13937
13938 * README: Mention compiler bug in Sun Forte Developer 6 update 2.
13939 Remove Sequent/Pyramid discussion (nobody uses them any more).
13940 Merge VMS and MS-DOS discussion; these ports may well be dead
13941 but let's keep mentioning them for now. Put <> around email
13942 addresses. Add copyright notice.
13943
c267ffbc
PE
139442003-02-24 Paul Eggert <eggert@twinsun.com>
13945
13946 * data/glr.c (yy_reduce_print): yylineno -> yylno,
13947 to avoid collision with flex use of yylineno.
13948 Problem reported by Bruce Lilly in
161a71f3 13949 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00016.html>.
c267ffbc
PE
13950 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
13951 * data/yacc.c (yy_reduce_print): Likewise.
13952
13953 * config/depcomp: Sync with Automake 1.7.3.
13954
f939fc12
AD
139552003-02-21 Akim Demaille <akim@epita.fr>
13956
13957 * data/lalr1.cc: Use temporary variables instead of casts to
13958 change integer types.
13959 Suggested by Paul Eggert.
13960
95923bd6
AD
139612003-02-21 Akim Demaille <akim@epita.fr>
13962
13963 * doc/bison.texinfo: Use "location" consistently to refer to @n,
13964 to avoid confusions with lalr1.cc's notion of Position.
13965 Suggested by Paul Eggert.
13966
2cdc240e
AD
139672003-02-20 Akim Demaille <akim@epita.fr>
13968
13969 * data/lalr1.cc (position.hh): Make sure "columns" never pushes
13970 before initial_columns.
13971 (location.hh): Use consistent variable names when defining the
13972 operator<<.
13973 Use "last" so that we subtract from Positions, not from unsigned.
13974
5d003116
AD
139752003-02-20 Akim Demaille <akim@epita.fr>
13976
13977 * data/lalr1.cc (position.hh): New subfile, including the extended
13978 and Doxygen'ed documentation of class Position.
13979 (location.hh): Use it.
13980 Document a` la Doxygen.
ba1ecc07 13981 With the help of Benoit Perrot.
5d003116 13982
d02b25f9
AD
139832003-02-20 Akim Demaille <akim@epita.fr>
13984
13985 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Define
13986 AT_YACC_IF.
13987 Redefine AT_YYERROR_SEES_LOC_IF using it.
13988 (_AT_DATA_CALC_Y): Don't declare yyerror when lalr1.cc, as it is
13989 not defined.
13990 Don't use the location in yy::Parser::error_ and
13991 yy::Parser::print_ when not %locations.
13992 Activate more lalr1.cc tests.
13993
0d1c3a04
AD
139942003-02-19 Akim Demaille <akim@epita.fr>
13995
13996 * data/lalr1.cc: When displaying a line number, be sure to make it
13997 an int.
13998
60a777aa
AD
139992003-02-19 Akim Demaille <akim@epita.fr>
14000
14001 * data/lalr1.cc (b4_stack_depth_init, yy::Parser::initdepth_):
14002 Remove, useless.
14003 (YYABORT, YYACCEPT, YYERROR): New.
14004 * tests/calc.at: Renable the lalr1.cc test.
14005
0b86fc41
AD
140062003-02-19 Akim Demaille <akim@epita.fr>
14007
14008 * tests/calc.at (AT_CHECK_CALC): Check different scenarios of
14009 error recovery, mixing with/without pops and discarding of the
14010 lookahead.
14011 Exercise YYERROR.
14012 Disable the lalr1.cc tests as currently it doesn't support YYERROR.
14013
da99a5dc
PE
140142003-02-17 Paul Eggert <eggert@twinsun.com>
14015
14016 * tests/atlocal.in (LDFLAGS, LIBS): New vars.
14017 * tests/testsuite.at (AT_COMPILE): Use them.
14018 This fixes the testsuite problem reported by Robert Lentz in
161a71f3 14019 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00011.html>.
da99a5dc 14020
93b8c255
PE
140212003-02-12 Paul Eggert <eggert@twinsun.com>
14022
14023 * data/yacc.c (yyerrlab) [YYERROR_VERBOSE]:
14024 Avoid subscript error in yycheck. Bug reported by Andrew Suffield in
161a71f3 14025 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00003.html>.
93b8c255
PE
14026 * data/glr.c (yyreportSyntaxError) [YYERROR_VERBOSE]: Likewise.
14027 Check for malloc failure, for consistency with yacc.c.
14028 (yytname_size): Remove, for consistency with yacc.c.
14029
14030 The bug still remains in data/lalr1.cc, as I didn't have time
14031 to fix it there.
14032
7548fed2
AD
140332003-02-06 Akim Demaille <akim@epita.fr>
14034
14035 * configure.ac (GXX): Rename as...
14036 (CXX): this, to keep the original Autoconf semantics.
14037 Require 2.57.
14038 * data/lalr1.cc: Fix b4_copyright invocations.
14039 If YYDEBUG is not defined, don't depend upon name_ being defined.
14040 (location.hh): Include string and iostream.
14041 (Position::filename): New member.
14042 (Position::Position ()): New.
14043 (operator<< (Position)): New.
14044 (operator- (Position, int)): New.
14045 (Location::first, Location::last): Rename as...
14046 (Location::begin, Location::end): these, to mock the conventional
14047 iterator names.
14048 (operator<< (Location)): New.
14049 * tests/atlocal.in (CXX): New.
14050 * tests/testsuite.at (AT_COMPILE_CXX): New.
14051 * tests/calc.at (_AT_DATA_CALC_Y): Adjust yyerror to report the
14052 locations in a more synthetic way.
14053 (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF is positive if
14054 lalr1.cc is used.
14055 Adjust the C locations to match those from Emacs: first column is
14056 column 0.
14057 Change all the expected results.
14058 Conform to the GCS: simplify the locations when applicable.
14059 (LOC, VAL, YYLLOC_FORMAL, YYLLOC_ARG, USE_YYLLOC, LEX_FORMALS)
14060 (LEX_ARGS, USE_LEX_ARGS, LEX_PRE_FORMALS, LEX_PRE_ARGS): Replace
14061 these CPP macros with the m4 macros new defined by...
14062 (AT_CHECK_PUSHDEFS): this, i.e.:
14063 (AT_LALR1_CC_IF, AT_PURE_LEX_IF, AT_LOC, AT_VAL, AT_LEX_FORMALS)
d02b25f9 14064 (AT_LEX_ARGS, AT_USE_LEX_ARGS, AT_LEX_PRE_FORMALS, AT_LEX_PRE_ARGS)
7548fed2
AD
14065 New macros.
14066 (AT_CHECK_POPDEFS): Undefine them.
14067 (AT_CHECK_CALC_LALR1_CC): New.
14068 Use it for the first lalr1.cc test.
14069
43a176ef
AD
140702003-02-04 Akim Demaille <akim@epita.fr>
14071
14072 * data/lalr1.cc (YYLLOC_DEFAULT): Fix its definition: be based on
14073 Location as is defined.
14074
fc049e9c
AD
140752003-02-04 Akim Demaille <akim@epita.fr>
14076
14077 * data/lalr1.cc: If YYDEBUG is not defined, don't depend upon
14078 name_ being defined.
14079
a737b216
PE
140802003-02-03 Paul Eggert <eggert@twinsun.com>
14081
14082 * src/gram.h (start_symbol): Remove unused decl.
14083
14084 Use more-consistent naming conventions for local vars.
14085
14086 * src/derives.c (derives_compute): Change type of local var from
14087 int to rule_number.
14088 * src/gram.c (grammar_rules_partial_print): Likewise.
14089 * src/print.c (print_core): Likewise.
14090 * src/reduce.c (reduce_grammar_tables): Likewise.
14091
14092 * src/gram.c (grammar_dump): Change name of item_number *
14093 local var from r to rp.
14094 * src/nullable.c (nullable_compute): Likewise.
14095
14096 * src/gram.h (ISTOKEN, ISVAR): Use i, not s, for int var.
14097
14098 * src/gram.h (symbol_number_as_item_number): Use sym, not s,
14099 for symbol or symbol_number var.
14100 * src/reader.c (grammar_start_symbol_set): Likewise.
14101 * src/reader.h (grammar_start_symbol_set, grammar_symbol_append):
14102 Likewise.
14103 * src/state.c (transitions_to): Likewise.
14104 * src/state.h: Likewise.
14105 * src/tables.c (symbol_number_to_vector_number): Likewise.
14106
14107 * src/muscle_tab.h (MUSCLE_OBSTACK_SGROW): Use p, not s, for
14108 char * var.
14109
14110 * src/parse-gram.y (lloc_default): Use loc, not r, for YYLTYPE
14111 var.
14112
14113 * src/scan-gram.l (no_cr_read): Use bytes_read, not s, for size
14114 var.
14115
14116 * src/system.h (xstrndup, strchr, strspn, strnlen, memchr, memrchr):
14117 Use str, not s, for char * var. Use ch, not c, for character var.
14118 Use size for size var.
14119
14120 * src/uniqstr.c (uniqstr_new, uniqstr_assert): Use str, not s, for
14121 char * var.
14122 (uniqstr_print, uniqst_print_processor): Use ustr, not s, for
14123 uniqstr var.
14124 * src/uniqstr.h: Likewise.
14125
14126 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
14127 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
14128 get_node_alignment_str, get_arrow_mode_str, get_crossing_type_str,
14129 get_view_str, get_linestyle_str, get_arrowstyle_str): Rename
14130 param to have same name as that of enum, so that we don't use
14131 "s" to stand for a non-state.
14132
68e93ad5
AD
141332003-02-02 Akim Demaille <akim@epita.fr>
14134
14135 * src/scan-skel.l: Scan more than one inert character per yylex
14136 invocation.
14137
92898986
PE
141382003-02-01 Paul Eggert <eggert@twinsun.com>
14139
14140 Version 1.875a.
14141
1d9d5d71
PE
14142 * po/LINGUAS: Add ms.
14143
0435d061
AD
141442003-01-30 Akim Demaille <akim@epita.fr>
14145
14146 * doc/Makefile.am (CLEANFILES): Add bison.fns for distcheck.
14147
6029a57f
PH
141482003-01-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
14149
14150 * tests/cxx-type.at: Correct apparent typo in Bison input: $$ instead
14151 of $1.
0435d061
AD
14152
14153 Changes in response to error report by S. Eken: GLR mode does not
6029a57f 14154 handle negative $ indices or $ indices in embedded rules correctly.
161a71f3 14155 See <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00076.html>.
0435d061 14156
6029a57f
PH
14157 * data/glr.c (b4_rhs_value): Change to use YYFILL macro.
14158 (b4_rhs_location): Ditto.
0435d061 14159 (yyfill): New function to copy from stack tree into array
6029a57f 14160 incrementally.
0435d061
AD
14161 (yyuserAction): Modify to allow incremental move of semantic values
14162 to rhs array when in GLR mode.
14163 Define YYFILL to use in user-defined actions to fill semantic array
6029a57f
PH
14164 as needed.
14165 Remove dummy use of yystack, as there is now a guaranteed use.
14166 (yydoAction): Modify to allow incremental move of semantic values
14167 to rhs array when in GLR mode.
14168 (yyresolveAction): Ditto.
14169 (yyglrShiftDefer): Update comment.
0435d061 14170 (yyresolveStates): Use X == NULL for pointers, not !X.
6029a57f
PH
14171 (yyglrReduce): Ditto.
14172 (yydoAction): Ditto
0435d061 14173
6029a57f
PH
14174 * tests/glr-regr1.at: Rename to ...
14175 * tests/glr-regression.at: Add new regression test for the problems
14176 described above (adapted from S. Eken).
14177 Update copyright notice.
14178 * tests/testsuite.at: Rename glr-regr1.at to glr-regression.at.
14179 * tests/Makefile.am: Ditto.
14180
6cee6297
PE
141812003-01-28 Paul Eggert <eggert@twinsun.com>
14182
14183 * data/lalr1.cc: Do not use @output_header_name@ unless
14184 b4_defines_flag is set. This fixes two bugs reported by
14185 Tim Van Holder in
161a71f3
PE
14186 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00071.html>
14187 and <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00073.html>.
6cee6297 14188
b2a836b5
PE
141892003-01-21 Paul Eggert <eggert@twinsun.com>
14190
14191 * data/yacc.c (YYERROR): Move code from yyerrlab1 to here, so that
14192 we don't need to worry about yyerrlab1 being reported as an
14193 "unused label" by non-GCC C compilers. The downside is that if
14194 locations are used then a couple of statements are duplicated each
14195 time YYERROR is invoked, but the upside is that the warnings
14196 should vanish.
14197 (yyerrlab1): Move code to YERROR.
14198 (yyerrlab2): Remove. Change uses back to yyerrlab1.
14199 This reverts some of the 2002-12-27 change.
14200
4196b931
PE
142012003-01-17 Paul Eggert <eggert@twinsun.com>
14202
14203 * src/output.c (symbol_printers_output): Fix typo that led
14204 to core dump. Problem reported by Antonio Rus in
161a71f3 14205 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00058.html>.
4196b931 14206
3ae831b4
AD
142072003-01-13 Akim Demaille <akim@epita.fr>,
14208 Quoc Peyrot <chojin@lrde.epita.fr>,
14209 Robert Anisko <anisko_r@lrde.epita.fr>
14210
14211 * data/lalr1.cc (parse::yyerrlab1): When popping the stack, stop
14212 when the stacks contain one element, as the loop would otherwise
14213 free the last state, and then use the top state (the one we just
14214 popped). This means that the initial elements will not be freed
14215 explicitly, as is the case in yacc.c; it is not a problem, as
14216 these elements have fake values.
14217
e3aa65c5
PE
142182003-01-11 Paul Eggert <eggert@twinsun.com>
14219
14220 * NEWS: %expect-violations are now just warnings, reverting
14221 to Bison 1.30 and 1.75 behavior. This fixes the GCC 3.2
14222 bootstrapping problem reported by Matthias Klose; see
161a71f3 14223 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00053.html>.
e3aa65c5
PE
14224 * src/conflicts.c (conflicts_print): Likewise.
14225 * tests/conflicts.at (%expect not enough, %expect too much,
14226 %expect with reduce conflicts): Likewise.
14227 * doc/bison.texinfo (Expect Decl): Document this. Also mention
14228 that the warning is enabled if the number of conflicts changes
14229 (not necessarily increases).
14230
14231 * src/getargs.c (version): Update copyright year.
14232
f0057011
AD
142332003-01-09 Akim Demaille <akim@epita.fr>
14234
14235 * src/Makefile.am, lib/Makefile.am: Use $(VAR) instead of @VAR@.
14236
1ee6d2a0
PE
142372003-01-08 Paul Eggert <eggert@twinsun.com>
14238
14239 * Makefile.maint (WGETFLAGS):
14240 New macro, containing "-C off" to disable proxy caches.
14241 All uses of $(WGET) changed to $(WGET) $(WGETFLAGS).
14242 (rel-check): Use $(WGET) instead of wget.
14243
d4fd77c4
PE
142442003-01-06 Paul Eggert <eggert@twinsun.com>
14245
14246 * doc/bison.texinfo (Generalized LR Parsing): Add a reference to
14247 the GLR paper of Scott, Johnstone and Hussain.
14248
464c6927
PE
142492003-01-04 Paul Eggert <eggert@twinsun.com>
14250
d600ee67
PE
14251 * configure.ac (AC_ARG_ENABLE): Add --disable-yacc.
14252 (YACC_SCRIPT, YACC_LIBRARY): New vars to AC_SUBST.
14253 * lib/Makefile.am (lib_LIBRARIES): liby.a -> @YACC_LIBRARY@.
14254 (EXTRA_LIBRARIES): New var, for liby.a.
14255 * src/Makefile.am (bin_SCRIPTS): yacc -> @YACC_SCRIPT@.
14256 (EXTRA_SCRIPTS): New var, for yacc.
14257
464c6927
PE
14258 * data/yacc.c (yyerrlab1): Omit attribute if __cplusplus is defined,
14259 since GNU C++ (as of 3.2.1) does not allow attributes on labels.
14260 Problem reported by Nelson H. F. Beebe.
14261
142622003-01-03 Paul Eggert <eggert@twinsun.com>
14263
14264 * lib/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
14265 (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
14266 when compiling Bison 1.875's `bitset bset = obstack_alloc
14267 (bobstack, bytes);'. Problem reported by Nelson H. F. Beebe.
14268
14269 * src/scan-skel.l (QPUTS): Omit redundant `;' from macro definition.
14270 ([^@\n]): Renamed from [^@\n]+ so that the token buffer does not
14271 grow to a huge size with typical invocation.
d600ee67 14272
464c6927
PE
14273 * lib/hash.c (_Bool, bool, false, true, __bool_true_false_are_defined):
14274 Use the pattern recommended by Autoconf 2.57, except also protect
14275 against double-definition.
14276 * src/system.h: Likewise.
14277 Portability issues reported by Nelson H. F. Beebe.
d600ee67 14278
464c6927
PE
14279 * data/glr.c (yybool): Renamed from bool, to avoid collisions in C.
14280 All uses changed. Provide a definition in both C and C++.
14281 (yytrue, yyfalse): Define even if defined (__cplusplus).
14282
14283 * lib/bitset_stats.c (bitset_stats_list): Remove unused var.
14284 Reported by Nelson H. F. Beebe.
d600ee67 14285
464c6927
PE
14286 * src/scan-skel.l ("@oline@"): Output lineno+1, not lineno.
14287
0f42c7d5
PE
142882003-01-02 Paul Eggert <eggert@twinsun.com>
14289
14290 * data/yacc.c (yyerrlab1): Append `;' after attribute, to
14291 pacify the buggy "smart preprocessor" in MacOS 10.2.3.
14292 Bug reported by Nelson H. F. Beebe.
14293
dc546b0f
PE
142942003-01-01 Paul Eggert <eggert@twinsun.com>
14295
14296 * Version 1.875.
14297
2c09b6a7
PE
142982002-12-30 Paul Eggert <eggert@twinsun.com>
14299
14300 * src/scan-gram.l (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","):
14301 Moved here from...
14302 (<INITIAL>","): Here. This causes stray "," to be treated
14303 more uniformly.
14304
dc546b0f 14305 * src/scan-gram.l (<SC_BRACED_CODE>"}"): Output ";" before the
2c09b6a7
PE
14306 last brace in braced code when not in Yacc mode, for compatibility
14307 with Bison 1.35. This resurrects the 2001-12-15 patch to
14308 src/reader.c.
14309
14310 * src/reader.h (YYDECL): Use YYSTYPE, not its deprecated alias
14311 yystype. This follows up the 2002-12-24 YYSTYPE bug fix.
14312
535c0f63
PE
143132002-12-28 Paul Eggert <eggert@twinsun.com>
14314
14315 * src/symtab.c (symbol_make_alias): Set type of SYMVAL to be
14316 that of SYM's type. This fixes Debian bug 168069, reported by
14317 Thomas Olsson.
d600ee67 14318
963fcc17
PE
143192002-12-28 Paul Eggert <eggert@twinsun.com>
14320
14321 Version 1.75f.
14322
14323 Switch back to the Yacc style of conflict reports, undoing some
14324 of the 2002-07-30 change.
14325 * doc/bison.texinfo (Understanding): Use Yacc style for
14326 conflict reports. Also, use new way of locating rules.
14327 * src/conflicts.c (conflict_report):
14328 Renamed from conflict_report_yacc, removing the old
14329 'conflict_report'. Translate the entire conflict report at once,
14330 so that we don't assume that "," has the same interpretation in
14331 all languages.
14332 (conflicts_output): Use Yacc-style conflict report for each state,
14333 instead of our more-complicated style.
14334 (conflicts_print): Use Yacc-style conflict report, except print
14335 the input file name when not emulating Yacc.
14336 * tests/conflicts.at (Unresolved SR Conflicts, Defaulted
14337 Conflicted Reduction, %expect not enough, %expect too much,
14338 %expect with reduce conflicts): Switch to Yacc-style conflict reports.
14339 * tests/existing.at (GNU Cim Grammar): Likewise.
14340 * tests/glr-regr1.at (Badly Collapsed GLR States): Likewise.
14341
14342 * src/complain.c (warn_at, warn, complain_at, complain, fatal_at,
14343 fatal): Don't invoke fflush; it's not needed and it might even be
14344 harmful for stdout, as stdout might not be open.
14345 * src/reduce.c (reduce_print): Likewise.
14346
b1efe548
PE
143472002-12-27 Paul Eggert <eggert@twinsun.com>
14348
14349 Fix a bug where error locations were not being recorded correctly.
14350 This problem was originally reported by Paul Hilfinger in
161a71f3 14351 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00086.html>.
b1efe548
PE
14352
14353 * data/yacc.c (yyparse): New local var yylerrsp, to record the
14354 top of the location stack's error locations.
14355 (yyerrlab): Set it. When discarding a token, push its location
14356 onto yylerrsp so that we don't lose track of the error's end.
14357 (yyerrlab1): Now is only the target of YYERROR, so that we can
14358 properly record the location of the action that failed. For GCC
14359 2.93 and later, insert an __attribute__ ((__unused__)) to avoid
14360 GCC warning about yyerrlab1 being unused if YYERROR is unused.
14361 (yyerrlab2): New label, which yyerrlab now falls through to.
14362 Compute the error's location by applying YYLLOC_DEFAULT to
14363 the locations of all the symbols that went into the error.
14364 * doc/bison.texinfo (Location Default Action): Mention that
14365 YYLLOC_DEFAULT is also invoked for syntax errors.
14366 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
14367 Error locations include the locations of all the tokens that were
14368 discarded, not just the last token.
d600ee67 14369
983c5c2c
PE
143702002-12-26 Paul Eggert <eggert@twinsun.com>
14371
b1efe548
PE
14372 * src/files.c: Include quote.h.
14373 (compute_output_file_names): Warn if we detect conflicting
14374 outputs to the same file. This should catch the misunderstanding
14375 exemplified by Debian Bug 165349, reported by Bruce Stephens..
14376
14377 * src/conflicts.c (conflicts_print): If the user specifies
14378 "%expect N", report an error if there are any reduce/reduce
14379 conflicts. This is what the manual says should happen.
14380 This fixes Debian bug 130890, reported by Anthony DeRobertis.
14381 * tests/conflicts.at (%expect with reduce conflicts): New test.
14382
983c5c2c
PE
14383 Don't use m4_include on relative file names, as it doesn't work as
14384 desired if there happens to be a file with that name under ".".
d600ee67 14385
983c5c2c
PE
14386 * m4sugar/version.m4: Remove; it was included but it wasn't used.
14387 * data/Makefile.am (dist_m4sugar_DATA): Remove m4sugar/version.m4.
14388 * data/m4sugar/m4sugar.m4: Don't include m4sugar/version.m4.
14389 * data/glr.c, data/lalr1.cc, data/yacc.c: Don't include c.m4.
14390 * src/output.c (output_skeleton): Use full path names when
14391 specifying a file to include; don't rely on include path, as
14392 it's unreliable when the working file contains a file with
14393 that name.
d600ee67 14394
983c5c2c
PE
143952002-12-25 Paul Eggert <eggert@twinsun.com>
14396
14397 Remove obsolete references to bison.simple and bison.hairy.
14398 Problem mentioned by Aubin Mahe in
161a71f3 14399 <http://lists.gnu.org/archive/html/help-bison/2002-12/msg00010.html>.
983c5c2c
PE
14400 * data/glr.c: Comment fix.
14401 * doc/bison.1: Remove references. Also, mention "yacc".
14402
14403 * src/getargs.c (getargs) [MSDOS]: Don't assume optarg != NULL
14404 with -g option.
14405
14406 * src/parse-gram.y (declaration): Use enum "report_states" rather
14407 than its numeric value 1.
14408
14409 * src/scan-skel.l ("@output ".*\n): Close any old yyout before
14410 opening a new one. This fixes Debian bug 165349, reported by
14411 Bruce Stephens.
14412
23f2d9dc
PE
144132002-12-24 Paul Eggert <eggert@twinsun.com>
14414
14415 Version 1.75e.
14416
14417 * Makefile.maint (cvs-update): Don't assume that the shell
14418 supports $(...), as Solaris sh doesn't.
14419
14420 * src/parse-gram.y (lloc_default): Remove test for empty
14421 nonterminals at the end, since it didn't change the result.
14422
144232002-12-24 Paul Eggert <eggert@twinsun.com>
33167b8b
PE
14424
14425 If the user does not define YYSTYPE as a macro, Bison now declares it
14426 using typedef instead of defining it as a macro. POSIX requires this.
14427 For consistency, YYLTYPE is also declared instead of defined.
14428
14429 %union directives can now have a tag before the `{', e.g., the
14430 directive `%union foo {...}' now generates the C code
14431 `typedef union foo { ... } YYSTYPE;'; this is for Yacc compatibility.
14432 The default union tag is `YYSTYPE', for compatibility with Solaris 9
14433 Yacc. For consistency, YYLTYPE's struct tag is now `YYLTYPE'
14434 instead of `yyltype'.
14435
14436 `yystype' and `yyltype' are now obsolescent macros instead of being
14437 typedefs or tags; they are no longer documented and will be
14438 withdrawn in a future release.
14439
14440 * data/glr.c (b4_location_type): Remove.
14441 (YYSTYPE): Renamed from yystype.
14442 (YYSTYPE_IS_DECLARED): New macro, used to prevent double-typedef.
14443 (struct YYLTYPE): Renamed from struct yyltype.
14444 (YYLTYPE): Renamed from yyltype.
14445 (yyltype, yystype): New (and obsolescent) macros,
14446 for backward compatibility.
14447 * data/yacc.c: Likewise.
14448
14449 * data/yacc.c (YYSTYPE): Declare as union YYSTYPE if the user
14450 does not specify a union tag. This is for compatibility with
14451 Solaris 9 yacc.
14452
14453 * src/parse-gram.y (add_param): 2nd arg is now char * not char
14454 const *, since it is now modified by stripping surrounding { }.
14455 (current_braced_code): Remove.
14456 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_UNION,
14457 PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Change names to include
14458 trailing " {...}". Now of type <chars>.
14459 (grammar_declaration): Adjust to bundled tokens.
14460 (code_content): Remove; stripping is now done by add_param.
14461 (print_token_value): Print contents of bundled tokens.
14462 (token_name): New function.
14463
14464 * src/reader.h (braced_code, current_braced_code): Remove.
14465 (token_name): New decl.
14466
14467 * src/scan-gram.l (handle_dollar, handle_at): Now takes int
14468 token_type, not braced_code code_kind. All uses changed.
14469 (SC_PRE_CODE): New state, for scanning after a keyword that
14470 has (or usually has) an immediately-following braced code.
14471 (token_type): New local var, to keep track of which token type
14472 to return when scanning braced code.
14473 (<INITIAL>"%destructor", <INITIAL>"%lex-param",
dc546b0f 14474 <INITIAL>"%parse-param", <INITIAL>"%printer",
33167b8b
PE
14475 <INITIAL>"%union"): Set token type and BEGIN SC_PRE_CODE
14476 instead of returning a token type immediately.
14477 (<INITIAL>"{"): Set token type.
14478 (<SC_BRACED_CODE>"}"): Use it.
14479 (handle_action_dollar, handle_action_at): Now returns bool
14480 indicating success. Fail if ! current_rule; this prevents a core dump.
14481 (handle_symbol_code_dollar, handle_symbol_code_at):
14482 Remove; merge body into caller.
14483 (handle_dollar, handle_at): Complain in invalid contexts.
14484
14485 * NEWS, doc/bison.texinfo: Document the above.
14486 * NEWS: Fix years and program names in copyright notice.
14487
879ca4f8
PE
144882002-12-17 Paul Eggert <eggert@twinsun.com>
14489
14490 * NEWS, doc/bison.texinfo (Parser Function, Pure Calling, Error
14491 Reporting, Table of Symbols): Omit mentions of %lex-param and
14492 %parse-param from the documentation for now.
14493
1c5fe69d
PE
144942002-12-15 Paul Eggert <eggert@twinsun.com>
14495
14496 Undo most of the 2002-11-12 yychar -> yytoken patch, as it broke
14497 GCC 3.2.1 (which depends on yychar == YYEMPTY when there is no
14498 lookahead symbol, and which sets yychar in parser actions) and it
7ea9026a
PE
14499 disagreed with the Bison documentation. Bug
14500 reported by Andrew Walrond.
d600ee67 14501
1c5fe69d
PE
14502 * data/yacc.c (YYTRANSLATE): Don't check for negative argument,
14503 as the caller now does that.
14504 (yyclearin, YYBACKUP, yyparse): Use yychar, not yytoken.
14505 (YYEMPTY): Parenthesize right hand side, since others use it.
14506 (yyparse): Don't assume that our generated code is the only code
14507 that sets yychar.
14508
d1de5372
PE
145092002-12-13 Paul Eggert <eggert@twinsun.com>
14510
14511 Version 1.75d.
14512
14513 POSIX requires a "yacc" command.
14514 * src/Makefile.am (bin_SCRIPTS): New macro, for yacc.
14515 (MOSTLYCLEANFILES): Add yacc.
14516 (yacc): New rule.
1c5fe69d 14517 * doc/bison.texinfo (Invocation, Bison Options): Mention yacc
d1de5372
PE
14518 as an alias for bison y.
14519
14520 * po/LINGUAS: Add da.
d600ee67 14521
d1de5372
PE
14522 * src/getargs.c (__GNU_LIBRARY__) [lint]: Define to work around
14523 problem with latest <getopt.h>.
14524 (HACK_FOR___GNU_LIBRARY___PROTOTYPE): New macro.
14525
14526 * doc/fdl.texi: Upgrade to 1.2.
14527 * lib/alloca.c, lib/error.c, lib/getopt.c, lib/getopt.h
14528 lib/getopt1.c, lib/gettext.h, lib/memrchr.c, lib/obstack.c,
14529 lib/obstack.h, lib/strnlen.c, lib/unlocked-io.h: Sync with
14530 gnulib.
14531 * config/install-sh: Sync with autotools.
14532
14533 Fix a bad interaction with flex 2.5.23 reported by Bruce Lilly in
161a71f3 14534 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
d1de5372
PE
14535 * data/yacc.c (YYLTYPE, struct yyltype): Do not define unless
14536 locations are requested.
14537 (union yyalloc): Do not depend on YYLTYPE_IS_TRIVIAL unless
14538 locations are requested.
14539
d0f3fe23
PE
145402002-12-12 Paul Eggert <eggert@twinsun.com>
14541
14542 Remove unportable casts and storage allocation tricks.
14543 While we're at it, remove almost all casts, since they
14544 usually aren't needed and are a sign of trouble.
14545
14546 * configure.ac (AC_CHECK_TYPES): Check for uintptr_t.
14547
14548 * src/derives.c (derives_compute): Do not subtract NTOKENS from
14549 the pointer DSET returned by malloc; this isn't portable.
14550 Instead, always use DSET[i - NTOKENS] rather than DSET[i].
14551 Similarly for DERIVES.
14552 * src/lalr.c (set_goto_map): Likewise, for GOTO_MAP and TEMP_MAP.
14553 * src/nullable.c (nullable_compute): Likewise, for RSETS and NULLABLE.
14554 * src/reduce.c (reduce_grammar_tables): Likewise, for nontermmap
14555
14556 * src/derives.c (derives_compute): Do not bother invoking
14557 int_of_rule_number, since rule numbers are integers.
14558
14559 * src/files.c (concat2, tr, compute_base_name): Use xmalloc (N)
14560 rather than XMALLOC (char, N).
14561
14562 * src/files.c (filename_split): Rewrite to avoid cast.
14563
14564 * src/gram.h (symbol_number_as_item_number,
14565 item_number_as_symbol_number, rule_number_as_item_number,
14566 item_number_as_rule_number):
14567 Now inline functions rather than macros, to avoid casts.
14568 * src/state.h (state_number_as_int): Likewise.
14569 * src/tables.c (state_number_to_vector_number,
14570 symbol_number_to_vector_number): Likewise.
14571
14572 * src/gram.h (int_of_rule_number): Remove; no longer used.
14573
14574 * src/lalr.c (add_lookback_edge): Use malloc rather than calloc,
14575 since the resulting storage is always stored into.
14576
14577 * src/main.c (alloca) [C_ALLOCA]: Add decl here, the only place
14578 where it's needed.
14579
14580 * src/muscle_tab.c (muscle_m4_output):
14581 Now inline. Return bool, not int.
14582 * src/state.c (state_compare): Likewise.
14583 * src/symtab.c (symbol_check_defined,
14584 symbol_check_alias_consistency, symbol_pack, symbol_translation,
14585 hash_compare_symbol, hash_symbol):
14586 Likewise.
14587 * src/uniqstr.c (uniqstr_print): Likewise.
14588 * src/muscle_tab.c (muscle_m4_output_processor):
14589 New function, to avoid casts.
14590 * src/state.c (state_comparator, stage_hasher): Likewise.
14591 * src/symtab.c (symbol_check_defined_processor,
14592 symbol_check_alias_consistency_processor, symbol_pack_processor,
14593 symbol_translation_processor, hash_symbol_comparator,
14594 hash_symbol_hasher): Likewise.
14595 * src/uniqstr.c (uniqstr_print_processor): Likewise.
14596 * src/muscle_tab.c (muscles_m4_output):
14597 Use new functions instead of casting old functions unportably.
14598 * src/state.c (state_hash_new): Likewise.
14599 * src/symtab.c (symbols_new, symbols_do, symbols_check_defined,
14600 symbols_token_translations_init):
14601 Likewise.
14602 * src/uniqstr.c (uniqstrs_new, hash_initialize, uniqstrs_do): Likewise.
14603
14604 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): Use long local
14605 var instead of casting to long, to avoid casts.
14606 (prepare_states): Use MALLOC rather than alloca, so that we don't
14607 have to worry about alloca.
14608 * src/state.c (state_hash_lookup): Likewise.
14609
14610 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>"'"): Use unsigned char
14611 local var instead of casting to unsigned char, to avoid casts.
14612
14613 * src/state.c (TRANSITIONS_ALLOC, ERRS_ALLOC, REDUCTIONS_ALLOC,
14614 STATE_ALLOC): Remove.
14615 (transitions_new, errs_new, reductions_new, state_new): Use malloc
14616 rather than calloc, and use offsetof to avoid allocating slightly
14617 too much storage.
14618 (state_new): Initialize all members.
14619
14620 * src/state.c (state_hash): Use unsigned accumulator, not signed.
14621
14622 * src/symtab.c (symbol_free): Remove; unused.
14623 (symbol_get): Remove cast in lhs of assignment.
14624 (symbols_do): Now static. Accept generic arguments, not
14625 hashing-related ones.
14626
14627 * src/symtab.h: (NUMBER_UNDEFINED): Remove unnecessary cast.
14628 (symbol_processor): Remove.
14629 (symbols_do): Remove decl; now static.
14630
14631 * src/system.h (alloca): Remove; decl no longer needed.
14632 (<stddef.h>): Include, for offsetof.
14633 (<inttypes.>, <stdint.h>): Include if available.
14634 (uintptr_t): New type, if system lacks it.
14635 (CALLOC, MALLOC, REALLOC): New macros.
14636 All uses of XCALLOC, XMALLOC, and XREALLOC changed to use these
14637 new macros.
14638
14639 * src/tables.c (table_size): Now int, to pacify GCC.
14640 (table_grow, table_ninf_remap): Use signed table size.
14641 (save_row): Don't bother initializing locals when not needed.
14642 (default_goto, goto_actions, pack_vector): Remove unnecessary casts.
14643 * src/uniqstr.c (hash_compare_uniqstr): Likewise.
14644
14645 * src/vcg.h: Correct misspellings.
14646
14647 * src/vcg_defaults.h (G_CMAX): Now INT_MAX.
14648
14649
14650 * src/getargs.c (getargs): Don't assume EOF == -1.
14651
26b4a969
PE
146522002-12-09 Paul Eggert <eggert@twinsun.com>
14653
14654 Change identifier spellings to avoid collisions with names
14655 that are reserved by POSIX.
14656
14657 Don't use names ending in _t, since POSIX reserves them.
14658 For consistency, remove _e and _s endings -- they're weren't
14659 needed to remove ambiguity. All uses changed.
14660 * src/uniqstr.h (uniqstr): Renamed from uniqstr_t, which in
14661 turn was just renamed from struniq_t.
14662 * src/uniqstr.c (uniqstr_processor): Renamed from struniq_processor,
14663 which in turn was just renamed from struniq_processor_t.
14664 (hash_compare_uniqstr): Renamed from hash_compare_struniq, which
14665 in turn was renamed from hash_compare_struniq_t.
14666 * src/LR0.c (struct state_list): Renamed from struct state_list_s.
14667 (state_list): Renamed from state_list_t.
14668 * src/assoc.h (assoc): Renamed from assoc_t.
14669 * src/conflicts.c (enum conflict_resolution): Renamed from
14670 enum conflict_resolution_e.
14671 * src/derives.c (struct rule_list): Renamed from struct rule_list_s.
14672 (rule_list): Renamed from rule_list_t.
14673 * src/getargs.h (enum trace): Renamed from enum trace_e.
14674 (enum report): Renamed from enum report_e.
14675 * src/gram.h (item_number): Renamed from item_number_t.
14676 (rule_number): Renamed from rule_number_t.
14677 (struct rule_s): Remove the "rule_s" part; not used.
14678 (rule): Renamed from rule_t.
14679 (rule_filter): Renamed from rule_filter_t.
14680 * src/lalr.c (struct goto_list): Renamed from struct goto_list_s.
14681 (goto_list): Renamed from goto_list_t.
14682 * src/lalr.h (goto_number): Renamed from goto_number_t.
14683 * src/location.h (location): Renamed from location_t.
14684 * src/muscle_tab.c (muscle_entry): Renamed from muscle_entry_t,
14685 and moved here from:
14686 * src/muscle_tab.h (muscle_entry_t): here.
14687 * src/nullable.c (struct rule_list): Renamed from struct rule_list_s.
14688 (rule_list): Renamed from rule_list_t.
14689 * src/print_graph.c (static_graph): Renamed from graph.
14690 * src/reader.h (braced_code): Renamed from braced_code_t.
14691 Remove brace_code_e tag.
14692 * src/relation.h (relation_node): Renamed from relation_node_t.
14693 (relation_nodes): Renamed from relation_nodes_t.
14694 (relation): Renamed from relation_t.
14695 * src/state.h (state_number): Renamed from state_number_t.
14696 (struct state): Renamed from struct state_s.
14697 (state): Renamed from state_t.
14698 (transitions): Renamed from transitions_t. Unused (and
14699 misspelled) transtion_s tag removed.
14700 (errs): Renamed from errs_t. Unused errs_s tag removed.
14701 (reductions): Renamed from reductions_t. Unused tag
14702 reductions_s removed.
14703 * src/symlist.h (symbol_list): Renamed from symbol_list_t.
14704 (struct symbol_list): Renamed from struct symbol_list_s.
14705 * src/symtab.h (symbol_number): Renamed from symbol_number_t.
14706 (struct symbol): Renamed from struct symbol_s.
14707 (symbol): Renamed from symbol_t.
14708 * src/tables.c (vector_number): Renamed from vector_number_t.
14709 (action_number): Renamed from action_t.
14710 * src/tables.h (base_number): Renamed from base_t.
14711 * src/vcg.h (enum color): Renamed from enum color_e.
14712 (enum textmode): Renamed from enum textmode_e.
14713 (enum shape): Renamed from enum shape_e.
14714 (struct colorentry): Renamed from struct colorentry_s.
14715 (struct classname): Renamed from struct classname_s.
14716 (struct infoname): Renamed from struct infoname_s.
14717 (enum layoutalgorithm): Renamed from enum layoutalgorithm_e.
14718 (enum decision): Renamed from enum decision_e.
14719 (enum orientation): Renamed from enum orientation_e.
14720 (enum alignment): Renamed from enum alignment_e.
14721 (enum arrow_mode): Renamed from enum arrow_mode_e.
14722 (enum crossing_type): Renamed from enum crossing_type_e.
14723 (enum view): Renamed from enum view_e.
14724 (struct node): Renamed from struct node_s.
14725 (node): Renamed from node_t.
14726 (enum linestyle): Renamed from enum linestyle_e.
14727 (enum arrowstyle): Renamed from enum arrowstyle_e.
14728 (struct edge): Renamed from struct edge.
14729 (edge): Renamed from edge_t.
14730 (struct graph): Renamed from struct graph_s.
14731 (graph): Renamed from graph_t.
14732 * tests/calc.at (_AT_DATA_CALC_Y, Simple LALR Calculator):
14733 Rename value_t -> value.
14734 * tests/input.at (Torturing the Scanner): Rename value_t -> value,
14735 value_t_as_yystype -> value_as_yystype.
14736
14737 Don't include <errno.h> in the mainstream code, since it
14738 reserves E[A-Z0-9]* and we want to use symbols like 'EQUALS'.
14739 * lib/get-errno.c, lib/get-errno.h: New files.
14740 * lib/Makefile.am (libbison_a_SOURCES): Add get-errno.h,
14741 get-errno.c.
14742 * src/files.c (xfopen, xfclose): Use get_errno instead of errno.
14743 * src/output.c (output_skeleton): Likewise.
14744 * src/scan-gram.l (<INITIAL>{int}): Use set_errno and get_errno
14745 instead of errno.
14746 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>\\x[0-9abcdefABCDEF]+):
14747 Likewise.
14748 (handle_action_dollar, handle_action_at): Likewise.
14749 * src/system.h: Do not include <errno.h>.
14750 (TAB_EXT): Renamed from EXT_TAB.
14751 (OUTPUT_EXT): Renamed from EXT_OUTPUT.
14752
14753 Avoid str[a-z]*, since <string.h> reserves that name space.
14754 Change all instances of "struniq" in names to "uniqstr", and
14755 likewise for "STRUNIQ" and "UNIQSTR".
14756 * src/uniqstr.c: Renamed from src/struniq.c.
14757 * src/uniqstr.h: Renamed from src/struniq.h.
14758 * src/Makefile.am (bison_SOURCES): Adjust to these renamings.
14759 * src/files.c (strsuffix): Remove; unused.
14760 (concat2): Renamed from stringappend. Now static.
14761 * src/files.h (strsuffix, stringappend): Remove; unused.
14762 * src/parse-gram.y (<chars>): Renamed from <string>.
14763 (<uniqstr>): Renamed from <struniq>.
14764 * src/scan-gram.l (obstack_for_string): Renamed from string_obstack.
14765 * src/vcg.h (struct node_s.expand): Renamed from struct node_s.stretch.
14766 (struct graph_s.expand): Renamed from struct graph_s.stretch.
14767 * src/vcg_defaults.h (G_EXPAND): Renamed from G_STRETCH.
14768 (G_LONG_STRAIGHT_PHASE): Renamed from G_STRAIGHT_PHASE.
14769 (N_EXPAND): Renamed from N_STRETCH.
14770
14771 Avoid *_MAX and *_MIN, since <limits.h> reserves that name space.
14772 * data/yacc.c (YYSTACK_GAP_MAXIMUM): Renamed from YYSTACK_GAP_MAX.
14773 * src/gram.h (ITEM_NUMBER_MAX, ITEM_NUMBER_MIN, RULE_NUMBER_MAX):
14774 Remove; unused.
14775 * src/lalr.h (GOTO_NUMBER_MAXIMUM): Renamed from GOTO_NUMBER_MAX.
14776 * src/state.h (STATE_NUMBER_MAXIMUM): Renamed from STATE_NUMBER_MAX.
14777 * src/symtab.h (SYMBOL_NUMBER_MAXIMUM): Renamed from SYMBOL_NUMBER_MAX.
14778 * src/tables.c (VECTOR_NUMBER_MAX, VECTOR_NUMBER_MIN): Remove; unused.
14779 (BASE_MAXIMUM): Renamed from BASE_MAX.
14780 (BASE_MINIMUM): Renamed from BASE_MIN.
14781 (ACTION_MAX): Remove; unused.
14782 (ACTION_NUMBER_MINIMUM): Renamed from ACTION_MIN.
14783 Unnecessary casts removed from above defines.
14784
14785
14786 Fix misspelling in names.
14787 * src/vcg.h (enum_alignment_e): Renamed from enum_alignement_e.
14788 * src/vcg_defaults.h (G_NODE_ALIGNMENT): Renamed from
14789 G_NODE_ALIGNEMENT.
14790
14791
14792 * lib/timevar.c (timevar_report): Renamed from time_report,
14793 for consistency with other names.
14794 * lib/timevar.h (timevar_report): New decl.
14795 * src/system.h (time_report): Remove; decl is now in lib/timevar.h.
14796
14797
14798 Sort include-file uses.
14799
14800 Reorder all include files under src to be in the order "system.h".
14801 then the ../lib include files in angle brackets (alphabetized),
14802 then the . include files in double-quotes (alphabetized). Fix
14803 dependency breakages encountered in this process, as follows:
14804 * src/closure.h, src/derives.h, src/state.h: Include "gram.h".
14805 * src/complain.c: Don't include stdlib.h, string.h _LIBC stuff.
14806 * src/state.h: Include "symtab.h".
14807
996b1c7e
PE
148082002-12-08 Paul Eggert <eggert@twinsun.com>
14809
14810 * data/glr.c, data/lalr1.cc, data/yacc.c: Do not use __file__,
14811 since this causes problems when __file__ contains character
14812 sequences like "@" that are treated specially by src/scan-skel.l.
14813 Instead, just use the file's basename. This fixes the bug
14814 reported by Martin Mokrejs in
161a71f3 14815 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00007.html>.
996b1c7e 14816
e19c4e5d
PE
148172002-12-06 Paul Eggert <eggert@twinsun.com>
14818
14819 Add support for rules that do not have trailing semicolons, as
14820 POSIX requires. Improve the quality of locations in Bison
14821 diagnostics.
26b4a969 14822
e19c4e5d
PE
14823 * src/location.c: Include <quotearg.h>.
14824 (empty_location): Now const.
14825 (location_print): New function. Follow the recommendation of the
14826 GNU Coding Standards for locations that span file boundaries.
14827 * src/location.h: Do not include <quotearg.h>; no longer needed.
14828 (boundary): New type.
14829 (location_t): Use it. This allows locations to span file boundaries.
14830 All member uses changed: file -> start.file or end.file (as needed),
14831 first_line -> start.line, first_column -> start.column,
14832 last_line -> end.line, last_column -> end.column.
14833 (equal_boundaries): New function.
14834 (LOCATION_RESET, LOCATION_STEP): Remove.
14835 (LOCATION_PRINT): Remove. All callers changed to use location_print.
14836 (empty_location): Now const.
14837 (location_print): New decl.
14838 * src/parse-gram.y (lloc_default): New function, which handles
14839 empty locations more accurately.
14840 (YYLLOC_DEFAULT): Use it.
14841 (%token COLON): Remove.
14842 (%token ID_COLON): New token.
26b4a969 14843 (rules): Use it.
e19c4e5d
PE
14844 (declarations, rules): Remove trailing semicolon.
14845 (declaration, rules_or_grammar_declaration):
14846 Allow empty (";") declaration.
14847 (symbol_def): Remove empty actions; no longer needed.
14848 (rules_or_grammar_declaration): Remove trailing semicolon.
14849 (semi_colon.opt): Remove.
14850 * src/reader.h: Include location.h.
14851 (scanner_cursor): New decl.
14852 * src/reduce.c (nonterminals_reduce): Use warn_at rather than
14853 rolling our own.
14854 * src/scan-gram.l (YY_USER_INIT): Initialize scanner_cursor instead
14855 of *loc.
14856 (STEP): Remove. No longer needed, now that adjust_location does
14857 the work. All uses removed.
14858 (scanner_cursor): New var.
14859 (adjust_location): Renamed from extend_location. It now sets
14860 *loc and adjusts the scanner cursor. All uses changed.
14861 Don't bother testing for CR.
14862 (handle_syncline): Remove location arg; now updates scanner cursor.
14863 All callers changed.
14864 (unexpected_end_of_file): Now accepts start boundary of token or
14865 comment, not location. All callers changed. Update scanner cursor,
14866 not the location.
14867 (SC_AFTER_IDENTIFIER): New state.
14868 (context_state): Renamed from c_context. All uses changed.
14869 (id_loc, code_start, token_start): New local vars.
14870 (<INITIAL,SC_AFTER_IDENTIFIER>): New initial context. Move all
14871 processing of Yacc white space and equivalents here.
14872 (<INITIAL>{id}): Save id_loc. Begin state SC_AFTER_IDENTIFIER
14873 instead of returning ID immediately, since we need to search for
14874 a subsequent colon.
14875 (<INITIAL>"'", "\""): Save token_start.
14876 (<INITIAL>"%{", "{", "%%"): Save code_start.
14877 (<SC_AFTER_IDENTIFIER>): New state, looking for a colon.
14878 (<SC_YACC_COMMENT>, <SC_COMMENT>, <SC_LINE_COMMENT>):
14879 BEGIN context_state at end, not INITIAL.
14880 (<SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'",
14881 <SC_BRACED_CODE>"}", <SC_PROLOGUE>"%}", <SC_EPILOGUE><<EOF>>):
14882 Return correct token start.
14883 (<SC_BRACED_CODE,SC_PROLOGUE,SC_EPILOGUE>): Save start boundary when
14884 the start of a character, string or multiline comment is found.
14885 * tests/conflicts.at (S/R in initial, Defaulted Conflicted
14886 Reduction): Adjust reported locations to match the more-precise
14887 results now expected.
14888 * tests/input.at (Invalid $n, Invalid @n, Type Clashes): Likewise.
14889 * tests/reduce.at (Useless Rules, Reduced Automaton,
14890 Underivable Rules): Likewise.
14891 * tests/regression.at (Invalid inputs): No longer `expecting ";"
14892 or "|"' now that so many other tokens are allowed by the new grammar.
14893
14894 * src/complain.h (current_file): Remove duplicate decl;
14895 current_file is now owned by files.h.
14896 * src/complain.c, src/scan-gram.l: Include files.h.
14897
148982002-12-06 Paul Eggert <eggert@twinsun.com>
26b4a969 14899
e19c4e5d
PE
14900 * data/glr.c (yy_reduce_print): Don't assume that yyrline[yyrule]
14901 promotes to int; it might be unsigned int.
14902 * data/yacc.c (yy_reduce_print): Likewise.
14903
14904 * doc/bison.texinfo (Table of Symbols): YYERROR_VERBOSE should
14905 be #defined in the prologue, not in the Bison declarations.
14906 This fixes Debian Bug 102878, reported by Shaul Karl.
26b4a969 14907
b64755e3
PE
149082002-12-02 Paul Eggert <eggert@twinsun.com>
14909
14910 * configure.ac (AC_REPLACE_FUNCS): Add strtoul.
14911 * lib/strtoul.c: New file, from gnulib.
14912 This fixes a porting bug reported by Peter Klein in
161a71f3 14913 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00000.html>.
b64755e3 14914
6e746484
PE
149152002-11-30 Paul Eggert <eggert@twinsun.com>
14916
b64755e3
PE
14917 * src/scan-gram.l (no_cr_read, extend_location): Move to epilogue,
14918 and put only a forward declaration in the prologue. This is for
14919 consistency with the other scanner helper functions.
14920
6ba55592
PE
14921 Type clashes now generate warnings, not errors, since it
14922 appears that POSIX may allow some grammars with type clashes.
14923 * src/reader.c (grammar_current_rule_check): Warn about
14924 type clashes instead of complaining.
14925 * tests/input.at (Type Clashes): Expect warnings, not complaints.
14926
6e746484
PE
14927 Add Yacc library, since POSIX requires it.
14928 * doc/bison.texinfo (Yacc Library): New node. Regenerate top menu.
14929 * lib/Makefile.am (lib_LIBRARIES, liby_a_SOURCES): New macros.
14930 * lib/main.c, lib/yyerror.c: New files.
14931
14932 gram_error can be static; it need not be extern.
14933 * src/reader.h (gram_error): Remove decl.
14934 * src/parse-gram.y (gram_error): Now static. Add static decl.
14935 (print_token_value): Omit parameter names from forward decl,
14936 for consistency.
14937
88510f9c
PE
149382002-11-29 Paul Eggert <eggert@twinsun.com>
14939
6e746484
PE
14940 * doc/bison.texinfo: Emphasize that yylex and yyerror must
14941 be declared before being used. E.g., one should typically
14942 declare them in the prologue. Use GNU coding style in examples.
14943 Put "const" consistently after the type it modifies. Mention
14944 that C99 supports "inline". Mention that yyerror traditionally
14945 returns "int".
14946
88510f9c
PE
14947 %parse-param and %lex-param now take just one argument, the
14948 declaration; the argument name is deduced from the declaration.
14949
14950 * doc/bison.texinfo (Parser Function, Pure Calling, Error
14951 Reporting, Table of Symbols): Document this.
14952 * src/parse-gram.y (add_param): New function.
14953 (COMMA): Remove.
14954 (declaration): Implement new rule for %parse-param and %lex-param.
14955 * src/scan-gram.l: "," now elicits a warning, rather than being
14956 a token; this is more compatible with byacc.
14957 * tests/calc.at (Simple LALR Calculator): Adopt new convention.
14958
bb92250c
PE
149592002-11-27 Paul Eggert <eggert@twinsun.com>
14960
14961 Rename identifiers to avoid real and potential collisions.
14962
14963 * data/c.m4 (b4_yysymprint_generate): yyout -> yyoutput,
14964 to avoid collision with lex macro described by Bruce Lilly in
161a71f3 14965 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
bb92250c
PE
14966 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
14967 * doc/bison.texinfo (Prologue, Tracing): yyprint -> print_token_value.
14968 * src/parse-gram.y (print_token_value): Renamed from yyprint.
14969 All uses changed.
14970 (YYPARSE_PARAM, YYLEX_PARAM, yycontrol): Remove. All uses changed.
14971 The name "yycontrol" violates the name space rules, and this stuff
14972 wasn't being used anyway.
14973 (input): Remove action; this stuff wasn't being used.
14974 (gram_error): Rename local variable yylloc -> loc.
14975 * src/reader.h (struct gram_control_s, gram_control_t): Remove.
14976 (YY_DECL): Don't use "yy" at start of local variables.
14977 All uses changed, e.g., yylloc -> loc.
14978 * src/scan-gram.l (STEP): Renamed from YY_STEP. All uses changed.
14979 (STRING_GROW): Renamed from YY_OBS_GROW. All uses changed.
14980 (STRING_FINISH): Renamed from YY_OBS_FINISH. All uses changed.
14981 (STRING_FREE): Renamed from YY_OBS_FREE. All uses changed.
14982
14983 * src/parse-gram.y (gram_error): loc is now const *.
14984 * src/reader.h (gram_error): Likewise.
14985
3af4feb2
PE
149862002-11-24 Paul Eggert <eggert@twinsun.com>
14987
14988 Version 1.75c.
14989
14990 * tests/actions.at (Actions after errors): Use an output format
14991 more similar to that of the Printers and Destructors test.
14992 Test the position of the ';' token too.
14993 (Printers and Destructors): Likewise.
14994 (Printers and Destructors: %glr-parser): Remove for now, to avoid
14995 unnecessarily alarming people when the test fails.
14996
14997 * data/yacc.c (yyerrlab1): Move this label down, so that the
14998 parser does not discard the lookahead token if the user code
14999 invokes YYERROR. This change is required for POSIX conformance.
15000
15001 * lib/error.c: Sync with gnulib.
15002
150032002-11-22 Paul Eggert <eggert@twinsun.com>
15004
15005 * lib/quotearg.c, lib/quotearg.h: Sync with gnulib.
15006 * lib/mbswidth.c, lib/mbswidth.h: Likewise.
15007 * lib/xmalloc.c: Likewise.
26b4a969 15008
58004308
PE
150092002-11-20 Paul Eggert <eggert@twinsun.com>
15010
15011 * lib/argmatch.c, lib/argmatch.h: Sync with gnulib.
15012
150132002-11-20 Paul Eggert <eggert@twinsun.com>
26b4a969 15014
58004308
PE
15015 Avoid use of <assert.h>, as the GNU Coding Standards hint that one
15016 should use `if (! x) abort ();' rather than `assert (x);', and
15017 anyway it's one less thing to worry about configuring.
15018
15019 * data/glr.c, lib/hash.c, src/system.h: Do not include <assert.h>.
15020 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise,
15021 and replace all instances of assert with abort.
15022 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
15023 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Likewise.
15024
15025 * data/glr.c (yydoAction, yyglrReduce, yysplitStack, yyresolveStates,
15026 yyresolveAction, yyprocessOneStack): Use abort rather than assert.
15027 * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
15028 hash_find_entry, hash_rehash, hash_insert): Likewise.
15029 * src/conflicts.c (resolve_sr_conflict): Likewise.
15030 * src/lalr.c (set_goto_map, map_goto): Likewise.
15031 * src/nullable.c (nullable_compute): Likewise.
15032 * src/output.c (prepare_rules, token_definitions_output): Likewise.
15033 * src/reader.c (packgram, reader): Likewise.
15034 * src/state.c (state_new, state_free, state_transitions_set,
15035 state_reduction_find): Likewise.
15036 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias,
15037 symbol_pack): Likewise.
15038 * src/tables.c (conflict_row, pack_vector): Likewise.
15039 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
15040 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
15041 get_node_alignement_str, get_arrow_mode_str, get_crossing_type_str,
15042 get_view_str, get_linestyle_str, get_arrowstyle_str): Likewise.
15043
15044 * lib/argmatch.h (ARRAY_CARDINALITY): Do not bother to #undef.
15045 (ARGMATCH_CONSTRAINT): New macro.
15046 (ARGMATCH_ASSERT): Use it.
15047
15048 * src/system.h (verify): New macro.
15049 * src/getargs.c (trace_argmatch, report_argmatch): Use verify
15050 rather than assert.
15051 * src/tables.c (tables_generate): Likewise.
15052
15053 * src/struniq.c (struniq_assert): Now returns void, and aborts
15054 if the assertion is false.
15055 (struniq_assert_p): Remove.
15056 * src/struniq.h: Likewise.
15057
76ae8198
PE
150582002-11-18 Paul Eggert <eggert@twinsun.com>
15059
15060 * data/glr.c (yygetLRActions): Replace `yyindex' with
15061 `yytable[yyindex]' to fix typo introduced in my 2002-11-09 patch.
15062 This fixes the regression with Sun ONE Studio 7 cc that I reported in
161a71f3 15063 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00077.html>.
76ae8198 15064
d3c4e709
AD
150652002-11-18 Akim Demaille <akim@epita.fr>
15066
15067 * doc/bison.texinfo (Tracing): `yyprint' shouldn't prepend a
15068 space.
15069 From Tim Van Holder.
15070
8d8a7238
PE
150712002-11-17 Paul Eggert <eggert@twinsun.com>
15072
15073 Pacify Sun ONE Studio 7 lint. Also, rename "ParseError"
15074 to "SyntaxError" for consistency with my 2002-11-15 change.
15075
15076 * data/glr.c (YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]: Do
15077 not define to {}, since this breaks the common use of `YYDPRINTF
15078 ((...));' if a single statement is desired (e.g. before `else').
15079 Work around GCC warnings by surrounding corresponding calls with
15080 {} if needed.
15081 (yyhasResolvedValue): Remove unused function.
15082 (yymergeOptionSets, yyresolvStack): Use `continue;' for empty
15083 loop body.
15084 (yyreportSyntaxError): Renamed from yyreportParseError.
15085 (yyrecoverSyntaxError): Renamed from yyrecoverParseError.
15086 All uses changed.
15087 * tests/calc.at (_AT_DATA_CALC_Y): Make vars static instead of
15088 extern when possible. Remove unused initializations.
15089
b0937b22
AD
150902002-11-16 Akim Demaille <akim@epita.fr>
15091
15092 Augment the similarity between GLR and LALR traces.
15093
15094 * data/yacc.c (yy_stack_print, YY_STACK_PRINT, yy_reduce_print)
15095 (YY_REDUCE_PRINT): New.
15096 (yyparse): Use them.
15097 * data/glr.c (yy_reduce_print): Use YYFPRINTF, no need for
15098 YYDPRINT here.
15099 (yyglrReduce, yyrecoverParseError, yyparse): Don't report the
15100 state reached after the reduction/recovery, since...
15101 (yyparse, yyprocessOneStack): Report the state we are entering in.
15102
c5e3e510
AD
151032002-11-16 Akim Demaille <akim@epita.fr>
15104
15105 * src/getargs.h, src/getargs.c (trace_e, trace_args, trace_types):
15106 Add support for --trace=skeleton.
15107 * src/scan-skel.l: %option debug.
15108 Scan strings of non-@ or \n instead of character by character.
15109 (scan_skel): Handle trace_skeleton.
15110 (QPUTS): New.
15111 (@output_parser_name@, @output_header_name@): ``Restore'' their
15112 support (used to be M4 macros).
15113 * data/yacc.c: Quote larger chunks, a la glr.c.
15114 * data/lalr1.cc: Likewise.
15115 The header guards are no longer available, so use some other
15116 string than `YYLSP_NEEDED'.
15117
4c6cc1db
AD
151182002-11-16 Akim Demaille <akim@epita.fr>
15119
15120 Make the ``Printers and Destructors'' test more verbose, taking
15121 `yacc.c''s behavior as (possibly wrong) reference.
15122
15123 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use printf
15124 instead of fprint on stdout.
15125 Set and report the last_line of the symbols.
15126 Consistently display values and locations.
15127
6d9e8019
PE
151282002-11-16 Paul Eggert <eggert@twinsun.com>
15129
15130 * data/yacc.c: Avoid over-quoting of __line__ and __file__.
15131
6e649e65
PE
151322002-11-15 Paul Eggert <eggert@twinsun.com>
15133
b25d88f6
PE
15134 * tests/actions.at (Actions after errors): New test case.
15135
6e649e65
PE
15136 * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison.texinfo,
15137 src/conflicts.c, src/parse-gram.y, src/tables.c, src/tables.h,
15138 tests/action.at, tests/calc.at, tests/conflicts.at,
15139 tests/cxx-type.at, tests/regression.at:
15140 "parse error" -> "syntax error" for POSIX compatibility.
15141 "parsing stack overflow..." -> "parser stack overflow" so
15142 that code matches Bison documentation.
15143
0f39aab9
AD
151442002-11-15 Akim Demaille <akim@epita.fr>
15145
15146 * src/parse-gram.y (declaration): Have %parse-param and %lex-param
15147 take two BRACED_CODE, not two string_content.
15148 Free the scanner's obstack when we are done.
15149 (code_content): New.
15150 * tests/calc.at: Adjust.
15151 * doc/bison.texinfo: Adjust.
15152 Also, make sure to include the `,' for these declarations.
15153
761c1926
AD
151542002-11-15 Tim Van Holder <tim.van.holder@pandora.be>
15155
15156 * m4/prereq.m4: Removed the commented jm_PREREQ_HASH
15157 definition; avoids potential autoreconf problems.
15158
b0f98b10
AD
151592002-11-15 Akim Demaille <akim@epita.fr>
15160
15161 Always check the value returned by yyparse.
15162
15163 * tests/calc.at (_AT_DATA_CALC_Y): Have `main' exit with the value
15164 returned by yyparse.
15165 (_AT_CHECK_CALC_ERROR): Take the expected exit value as argument.
15166 Adjust calls.
15167 * tests/glr-regr1.at (glr-regr1.y): Have `main' exit with the value
15168 returned by yyparse.
15169
970785f1
PH
151702002-11-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15171
15172 * data/glr.c (yyFail): Always set yyerrflag. Corrects regression
15173 on input.at test.
15174
8fcc7db1
PE
151752002-11-14 Paul Eggert <eggert@twinsun.com>
15176
7ec1b48e
PE
15177 * src/output.c (output_skeleton): Call xfopen instead of
15178 duplicating xfopen's body.
15179
cfff7583 15180 Fix bugs reported by Nelson H. F. Beebe in
161a71f3 15181 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00078.html>.
cfff7583 15182
8fcc7db1
PE
15183 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that
15184 "$CC -E foo.h" is allowed, as this doesn't work with the Portland
15185 Group compiler. Instead, use "$CC -E bar.c". Include the .h
15186 file twice in the grammar, as an extra check.
15187
15188 * tests/input.at (Torturing the Scanner): Surround the
15189 backslash-newline tests with "#if 0", to make it less likely that
15190 we'll run into compiler bugs. Bring back solitary \ inside
15191 comment, but add a closing comment to work around HP C bug. Don't
e3aa65c5 15192 test backslash-newline in C character constant.
8fcc7db1 15193
4e8d992c
AD
151942002-11-14 Akim Demaille <akim@epita.fr>
15195
15196 * tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore the exit
15197 status of the compiler.
f32b346d 15198 Calling `exit 1' is no longer needed.
4e8d992c
AD
15199 Reported by Nelson H. F. Beebe.
15200
9501dc6e
AD
152012002-11-14 Akim Demaille <akim@epita.fr>
15202
15203 * tests/atlocal.in (CPPFLAGS): We have config.h.
15204 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR):
15205 New.
15206 * tests/actions.at, tests/calc.at, tests/conflicts.at,
15207 * tests/cxx-type.at, tests/glr-regr1.at, tests/headers.at,
15208 * tests/regression.at, tests/torture.at: Use them for all the
15209 grammars that are to be compiled.
15210 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Rename as...
15211 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): this.
15212 * doc/bison.texinfo (GLR Parsers): Document `inline'.
15213
18b519c0
AD
152142002-11-14 Akim Demaille <akim@epita.fr>
15215
15216 * doc/bison.texinfo: Various formatting changes (alignments in
15217 samples, additional @group/@end group, GCS in samples.
15218 Use @deffn instead of simple @table to define the directives,
15219 macros, variables etc.
15220
9a86cdb9
PE
152212002-11-13 Paul Eggert <eggert@twinsun.com>
15222
daa33def 15223 Fix some bugs reported by Albert Chin-A-Young in
161a71f3 15224 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00066.html>.
18b519c0 15225
daa33def 15226 * tests/input.at (Torturing the Scanner): Don't invoke "cc a.c b.c
8fcc7db1 15227 -o c"; the HP C compiler chatters during compilation.
daa33def
PE
15228 Instead, invoke "cc -c a.c -o a.o; cc -c b.c -o b.o; cc a.o b.o -o c".
15229 * tests/headers.at (export YYLTYPE): Likewise.
15230
15231 * tests/input.at (Torturing the Scanner): Remove lines containing
8fcc7db1 15232 solitary backslashes, as they tickle a bug in the HP C compiler.
daa33def 15233
9a86cdb9
PE
15234 * tests/glr-regr1.at (Badly Collapsed GLR States): Avoid //
15235 comments, since they're not portable. Use GNU coding style.
15236
9c1e26bd
AD
152372002-11-13 Akim Demaille <akim@epita.fr>
15238
15239 * data/yacc.c: Leave bigger chunks of quoted text.
15240 (YYDSYMPRINTF): New.
15241 Use it to report symbol activities.
15242 * data/glr.c (YYDSYMPRINTF): New.
15243 Use it.
15244
87f721cc
PE
152452002-11-12 Paul Eggert <eggert@twinsun.com>
15246
15247 Version 1.75b.
15248
15249 * data/glr.c (yydoAction): Return YYRESULTTAG, not int.
15250 (yyglrReduce): Return yyok, not 0.
15251 This should avoid the enumerated-type warnings reported
464c6927 15252 by Nelson H. F. Beebe in
161a71f3 15253 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00057.html>.
87f721cc
PE
15254
15255 * lib/bbitset.h (BITSET_INLINE): Remove.
15256 * lib/bitset.h [! BITSET_INLINE]: Remove.
15257 (bitset_set, bitset_reset, bitset_test): Rename local vars
15258 to avoid shadowing warnings by GCC.
15259
15260 * data/glr.c (inline): Remove #define. It's the user's
15261 responsibility to #define it away, just like 'const'.
464c6927 15262 This fixes one of the bugs reported by Nelson H. F. Beebe in
161a71f3 15263 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00058.html>.
18b519c0 15264
87f721cc
PE
15265 * Makefile.maint (po-check): Scan .l and .y files instead of the
15266 .c and the .h files that they generate. This fixes the bug
15267 reported by Tim Van Holder in:
161a71f3 15268 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00062.html>
87f721cc
PE
15269 Look for N_ as well as for _. Try to avoid matching #define for
15270 N_ and _.
15271 * po/POTFILES.in: Remove src/parse-gram.c, src/scan-gram.c,
15272 src/system.h. Add src/parse-gram.y, src/scan-gram.l.
15273 * src/scan-gram.l: Revamp regular expressions so that " and '
15274 do not confuse xgettext.
15275
15276 * src/struniq.h (struniq_new): Do not declare the return type
15277 to be 'const'; this violates the C standard.
15278 * src/struniq.c (struniq_new): Likewise.
15279
be14ade5
AD
152802002-11-12 Albert Chin-A-Young <china@thewrittenword.com>
15281
15282 * src/Makefile.am (LDADD): Link $(LIBINTL) last to avoid the
15283 duplicate definition of optind on Tru64 UNIX 4.0D with the Compaq
15284 linker.
15285
05291fbc
AD
152862002-11-12 Akim Demaille <akim@epita.fr>
15287
15288 * Makefile.maint: Sync with Autoconf:
15289 (local_updates): New.
15290
1f5fd52e
AD
152912002-11-12 Akim Demaille <akim@epita.fr>
15292
15293 * po/POTFILES.in (src/lalr.c, src/state.c): Remove
15294
283f1e64
AD
152952002-11-12 Akim Demaille <akim@epita.fr>
15296
15297 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Display the
15298 locations.
15299
886b69d1
AD
153002002-11-12 Akim Demaille <akim@epita.fr>
15301
15302 * data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep to YYPRINT,
15303 not yyvalue.
15304
3df37415
AD
153052002-11-12 Akim Demaille <akim@epita.fr>
15306
15307 * tests/actions.at (AT_CHECK_PRINTER_AND_DESTRUCTOR): New.
15308 Use it to test the GLR parser.
15309
7bd6c77e
AD
153102002-11-12 Akim Demaille <akim@epita.fr>
15311
15312 * tests/regression.at (input.y): s/YYEOF/MYEOF/, as the skeleton
15313 defines it.
15314 * data/glr.c (yystos): New.
15315 (b4_yysymprint_generate, b4_yydestruct_generate): Invoke.
15316 (YYDSYMPRINT): New.
15317 (yyval): Don't define it, it is handled via M4.
15318 (yyrecoverParseError): Free verbosely the discarded symbols.
15319 * data/yacc.c (yysymprint): Remove, rather...
15320 (b4_yysymprint_generate): invoke.
15321 * data/c.m4 (b4_yysymprint_generate): New.
15322 Accept pointers as arguments, as opposed to the version from
15323 yacc.c.
15324 (b4_yydestruct_generate): Likewise.
15325 * tests/cations.at (Printers and Destructors): Use Bison directives
15326 instead of CPP macros.
15327 Don't rely on internal details.
15328
b0400cc6
AD
153292002-11-12 Akim Demaille <akim@epita.fr>
15330
15331 * data/c.m4 (b4_yydestruct_generate, b4_symbol_actions): New.
15332 * data/yacc.c: Rename yychar1 as yytoken, as in glr.c.
15333 Don't work on yychar (i.e., do set it to YYEMPTY, don't match
15334 it against YYEMPTY and so forth), work on yytoken (i.e., set
15335 it to YYEMPTY etc.).
15336 (yydestruct): Replace with a b4_yydestruct_generate invocation.
15337 (b4_symbol_actions): Remove.
15338 * data/glr.c (YYTRANSLATE): As for yacc.c, if negative, it stands
15339 for 0, end-of-input.
15340
72f889cc
AD
153412002-11-12 Akim Demaille <akim@epita.fr>
15342
15343 * doc/bison.texinfo (Destructor Decl): New.
15344
b1ae9233
AD
153452002-11-12 Akim Demaille <akim@epita.fr>
15346
15347 * src/tables.c (tables_generate): Use free for pointers that
15348 cannot be NULL, not XFREE.
15349 (pack_vector): Use assert, not fatal, for bound violations.
15350 * src/state.c (state_new): Likewise.
15351 * src/reader.c (reader): Likewise.
15352 * src/lalr.c (set_goto_map): Likewise.
72f889cc 15353 * src/location.h (LOCATION_PRINT): If first_line is 0, just issue
b1ae9233
AD
15354 the file name.
15355
7ec2d4cd
AD
153562002-11-12 Akim Demaille <akim@epita.fr>
15357
15358 * src/scan-gram.l, src/reader.h (scanner_last_string_free):
15359 Restore.
15360 * src/scan-gram.l (last_string): Is global to the file, not to
15361 yylex.
15362 * src/parse-gram.y (input): Don't append the epilogue here,
15363 (epilogue.opt): do it here, and free the scanner's obstack.
15364 * src/reader.c (epilogue_set): Rename as...
15365 (epilogue_augment): this.
15366 * data/c.m4 (b4_epilogue): Defaults to empty.
15367
573a6cd3
AD
153682002-11-12 Akim Demaille <akim@epita.fr>
15369
15370 * src/getargs.c (long_options): Remove duplicates.
15371 * src/vmsgetargs.c, src/build.com, src/bison.cld, src/vmshlp.mar:
15372 Remove.
15373 * doc/bison.rnh: Remove.
15374 * doc/bison.texinfo (VMS Invocation): Remove.
15375
95612cfa
AD
153762002-11-12 Akim Demaille <akim@epita.fr>
15377
15378 * src/struniq.h, src/struniq.c (struniq_t): Is const.
15379 (STRUNIQ_EQ, struniq_assert, struniq_assert_p): New.
15380
15381 Use struniq for symbols.
15382
15383 * src/symtab.h (symbol_t): The tag member is a struniq.
15384 (symbol_type_set): Adjust.
15385 * src/symtab.c (symbol_new): Takes a struniq.
15386 (symbol_free): Don't free the tag member.
15387 (hash_compare_symbol_t, hash_symbol_t): Rename as...
15388 (hash_compare_symbol, hash_symbol): these.
15389 Use the fact that tags as struniqs.
15390 (symbol_get): Use struniq_new.
15391 * src/symlist.h, src/symlist.c (symbol_list_n_type_name_get):
15392 Returns a strniq.
15393 * src/reader.h (merger_list, grammar_currentmerge_set): The name
15394 and type members are struniqs.
15395 * src/reader.c (get_merge_function)
15396 (grammar_current_rule_merge_set): Adjust.
15397 (TYPE, current_type): Are struniq.
15398
15399 Use struniq for file names.
15400
15401 * src/files.h, src/files.c (infile): Split into...
15402 (grammar_file, current_file): these.
15403 * src/scan-gram.c (YY_USER_INIT, handle_syncline): Adjust.
15404 * src/reduce.c (reduce_print): Likewise.
15405 * src/getargs.c (getargs): Likewise.
15406 * src/complain.h, src/complain.c: Likewise.
15407 * src/main.c (main): Call struniqs_new early enough to use it for
15408 file names.
15409 Don't free the input file name.
15410
3e6656f9
AD
154112002-11-12 Akim Demaille <akim@epita.fr>
15412
15413 * src/symtab.c (symbol_free): Remove dead deactivated code:
15414 type_name are properly removed.
15415 Don't use XFREE to free items that cannot be NULL.
15416 * src/struniq.h, src/struniq.c: New.
15417 * src/main.c (main): Initialize/free struniqs.
15418 * src/parse-gram.y (%union): Add astruniq member.
15419 (yyprint): Adjust.
15420 * src/scan-gram.l (<{tag}>): Return a struniq.
15421 Free the obstack bit that used to store it.
15422 * src/symtab.h (symbol_t): The 'type_name' member is a struniq.
15423
7672019c
PE
154242002-11-11 Paul Eggert <eggert@twinsun.com>
15425
15426 Revamp to fix many (but not all) of the C- and M4-related quoting
15427 problems. Among other things, this fixes the Bison bug reported
15428 by Jan Hubicka when processing the Bash grammar; see:
161a71f3 15429 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00039.html>
7672019c
PE
15430
15431 Use new @ escapes consistently. Represent brackets with @{ and @}
15432 rather than @<:@ and @:>@, since this works a bit better with dumb
15433 editors like vi. Represent @ with @@, since @ is now consistently
15434 an escape. Use @oline@ and @ofile@ rather than __oline__ and
15435 __ofile__, to avoid unexpected expansions. Similarly, use @output
15436 rather than #output.
15437
15438 * data/c.m4 (b4_copyright): Omit file name from comment, since
15439 the file name could contain "*/".
15440 (b4_synclines_flag): Don't quote the 2nd argument; it should already
15441 be quoted. All uses changed.
15442
15443 * data/glr.c: Use new @ escapes consistently.
15444 (b4_input_suffix, b4_output_parser_suffix, b4_output_parser_name,
15445 b4_output_header_suffix, b4_output_header_name, b4_header_guard):
15446 Remove, since they couldn't handle arbitrary characters in file
15447 names.
15448 * data/lalr1.cc: Likewise.
15449 * data/yacc.c: Likewise.
15450
15451 * src/files.c (output_infix): Remove; all uses removed.
15452 * src/files.h: Likewise.
15453
15454 * data/glr.c: Remove use of "#ifdef b4_header_guard", since it
15455 mishandled funny characters in file names, and anyway it isn't
15456 needed any more.
15457 * data/yacc.c: Likewise.
15458 * data/lalr1.cc: Use YYSLP_NEEDED instead of b4_header_guard.
15459
15460 * data/glr.c (YYSTYPE_IS_TRIVIAL): Define when the .h file would.
15461 * data/yacc.c: Likewise.
15462
15463 * src/muscle_tab.c: Include quotearg.h, since we need to quote C
15464 strings now.
15465 (muscle_init): Quote filename as a C string.
15466 * src/muscle_tab.h (MUSCLE_GROW_STRING_PAIR): Remove; unused.
15467 (MUSCLE_OBSTACK_SGROW, MUSCLE_INSERT_C_STRING): New macros.
15468 * src/output.c (escaped_file_name_output): New function.
15469 (prepare_symbols): Quote tokens for M4.
15470 (prepare): Don't insert output_infix, output_prefix,
15471 output_parser_name, output_header_name; this is now down by scan-skel.
15472 Insert skeleton as a C string.
15473
15474 * src/output.c (user_actions_output, symbol_destructors_output,
15475 symbol_printers_output): Quote filenames for C and M4.
15476 * src/reader.c (prologue_augment, epilogue_set): Likewise.
15477
15478 * src/scan-gram.l (<SC_CHARACTER>): Don't worry about any backslash
15479 escapes other than \\ and \'; this simplifies the code.
15480 (<SC_STRING>): Likewise, for \\ and \".
15481 (<SC_COMMENT,SC_LINE_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,
15482 SC_PROLOGUE,SC_EPILOGUE>): Escape $ and @, too.
15483 Use new escapes @{ and @} for [ and ].
15484
15485 * src/scan-skel.l (yylineno, yyoutname): Remove static vars, replacing
15486 them with auto vars.
15487 Switch to new escape scheme, where @ is the escape character uniformly.
15488 Abort if a stray escape character is found. Avoid unbounded input
15489 buffer when parsing non-escaped text.
15490
15491 * tests/input.at (Torturing the Scanner): Add tests that @oline@,
15492 __oline__, #output, $@, and @{ do not have unintended meanings.
15493
acea4f3b
PE
154942002-11-09 Paul Eggert <eggert@twinsun.com>
15495
15496 Fix the test failure due to GCC warnings described in
161a71f3 15497 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00000.html>.
acea4f3b
PE
15498 * data/glr.c (yyis_pact_ninf, yyis_table_ninf): New macros, which
15499 evaluate to 0 if it's impossible for NINF to be in the respective
15500 table.
15501 (yygetLRActions, yyrecoverParseError): Use them.
15502
15503 * src/scan-gram.l (unexpected_end_of_file): Fix bug: columns were
15504 counted in the token inserted at end of file. Now takes
15505 location_t *, not location_t, so that the location can be
15506 adjusted. All uses changed.
15507
15508 * tests/regression.at (Invalid inputs): Adjust wording in
15509 diagnostic to match the new behavior.
15510
15511 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR,
15512 AT_DATA_HORIZONTAL_GRAMMAR, AT_DATA_LOOKAHEADS_GRAMMAR,
15513 AT_DATA_STACK_TORTURE): Replace `assert (x);' with `if (! (x))
15514 abort ();'. This reduces the runtime of the "Many lookaheads"
15515 test from 27.6 to 2.7 minutes on a 440 MHz Ultrasparc III running
15516 GCC 3.2.
15517
20ef1ad5
PE
155182002-11-07 Paul Eggert <eggert@twinsun.com>
15519
15520 * src/parse-gram.y (CHARACTER): Remove unused token.
15521 All uses removed.
15522
15523 * src/scan-gram.l: Remove stack option. We no longer use the
15524 stack, since the stack was never deeper than 1; instead, use the
15525 new auto var c_context to record the stacked value.
15526
15527 Remove nounput option. At an unexpected end of file, we now unput
15528 the minimal input necessary to end cleanly; this simplifies the
15529 code.
15530
15531 Avoid unbounded token sizes where this is easy.
15532
15533 (unexpected_end_of_file): New function.
15534 Use it to systematize the error message on unexpected EOF.
15535 (last-string): Now auto, not static.
15536 (YY_OBS_FREE): Remove unnecessary do while (0) wrapper.
15537 (scanner_last_string_free): Remove; not used.
15538 (percent_percent_count): Move decl to just before use.
15539 (SC_ESCAPED_CHARACTER): Return ID at unexpected end of file,
15540 not the (never otherwised-used) CHARACTER.
15541
93724f13
AD
155422002-11-07 Akim Demaille <akim@epita.fr>
15543
15544 Let yyerror always receive the msg as last argument, so that
15545 yyerror can be variadic.
15546
15547 * data/yacc.c (b4_yyerror_args): New.
15548 Use it when calling yyerror.
15549 * data/glr.c (b4_yyerror_args, b4_lyyerror_args): New.
15550 Use it when calling yyerror.
15551 * doc/bison.texinfo (Error Reporting): Adjust.
15552 * tests/calc.at (_AT_DATA_CALC_Y): Adjust.
15553 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Adjust.
15554
6e40b4eb
AD
155552002-11-06 Akim Demaille <akim@epita.fr>
15556
15557 #line should have quoted strings.
15558 Ideally, this should be done by m4_quotearg.
15559
15560 * src/scan-skel.l: Include quotearg.h.
15561 Quote __ofile__.
15562 * src/output.c (symbol_printers_output)
15563 (symbol_destructors_output): Quote the file name.
15564
2dfbfc12
AD
155652002-11-06 Akim Demaille <akim@epita.fr>
15566
15567 * tests/regression.at (Invalid inputs): Adjust to the recent
15568 messages.
15569
437c2d80
AD
155702002-11-06 Akim Demaille <akim@epita.fr>
15571
15572 Restore --no-lines.
15573 Reported by Jim Kent.
15574
15575 * data/c.m4 (b4_syncline): New.
15576 * data/glr.c, data/yacc.c, data/lalr1.cc: Use it.
15577 * src/reader.c (prologue_augment, epilogue_set): Use b4_syncline.
15578 * src/output.c (user_actions_output): Likewise.
15579 (prepare): Define 'b4_synclines_flag'.
2dfbfc12 15580 * src/muscle_tab.c (muscle_init): Don't define b4_linef.
437c2d80 15581
900c5db5
AD
155822002-11-06 Akim Demaille <akim@epita.fr>
15583
15584 * src/main.c (main): Free `infile'.
15585 * src/scan-gram.l (handle_syncline): New.
15586 Recognize `#line'.
15587 * src/output.c (user_actions_output, symbol_destructors_output)
15588 (symbol_printers_output): Use the location's file name, not
15589 infile.
15590 * src/reader.c (prologue_augment, epilogue_set): Likewise.
15591
e183b123 155922002-11-05 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
51b4a04c 15593
e183b123 15594 * src/tables.c (matching_state): Don't allow states to match if
51b4a04c 15595 either has GLR conflict entries.
e183b123 15596
193eb6b7
PE
155972002-11-05 Paul Eggert <eggert@twinsun.com>
15598
e183b123
PE
15599 * src/scan-gram.l: Use more accurate diagnostics, e.g.
15600 "integer out of range" rather than "invalid value".
15601 * tests/input.at (Invalid $n, Invalid @n): Change expected wording
15602 accordingly.
15603
193eb6b7
PE
15604 Scan <% and %> digraphs in C code as POSIX 1003.1-2001 requires.
15605 Also, remove one static variable in the scanner.
15606
15607 * src/scan-gram.l (braces_level): Now auto, not static.
15608 Initialize to zero if the compiler is being picky.
15609 (INITIAL): Clear braces_level instead of incrementing it.
15610 (SC_BRACED_CODE): Treat <% and %> as { and } when inside C code,
15611 as POSIX 1003.1-2001 requires.
15612 * src/system.h (IF_LINT): New macro, taken from coreutils.
15613 * configure.ac: Define "lint" if --enable-gcc-warnings.
15614
29c01725
AD
156152002-11-05 Akim Demaille <akim@epita.fr>
15616
15617 * src/scan-gram.l: When it starts with `%', complain about the
15618 whole directive, not just that `invalid character: %'.
15619
8aeac3ca
AD
156202002-11-04 Akim Demaille <akim@epita.fr>
15621
15622 * Makefile.maint: Update from Autoconf.
15623 (update, cvs-update, po-update, do-po-update): New.
15624
793a58bb
AD
156252002-11-04 Akim Demaille <akim@epita.fr>
15626
15627 * tests/glr-regr1.at (Badly Collapsed GLR States): Prototype yylex
15628 and yyerror.
15629 Have yyerror `use' its arguments.
15630 * tests/calc.at (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF
15631 returns true when location & yacc & pure & parse-param.
15632 (_AT_DATA_CALC_Y): Let yyerror ``use'' its arguments.
15633
c4d720cd
AD
156342002-11-04 Akim Demaille <akim@epita.fr>
15635
15636 * src/location.h (LOCATION_PRINT): Use quotearg slot 3 to avoid
15637 clashes.
15638 * src/scan-gram.l: Use [\'] instead of ['] to pacify
15639 font-lock-mode.
15640 Use complain_at.
15641 Use quote, not quote_n since LOCATION_PRINT no longer uses the
15642 slot 0.
15643
613a0dc5
PE
156442002-11-03 Paul Eggert <eggert@twinsun.com>
15645
15646 * src/reader.c (get_merge_function, grammar_current_rule_check):
15647 Use consistent diagnostics for reporting type name clashes.
15648 Quote the types with <>, for consistency with Yacc.
15649 * tests/input.at (Type Clashes): Adjust to diagnostic changes.
15650
2a8d363a
AD
156512002-11-03 Akim Demaille <akim@epita.fr>
15652
15653 * data/c.m4 (b4_identification, b4_user_args, b4_parse_param):
15654 New.
15655 * data/yacc.m4 (b4_pure_args, b4_Pure_args): New.
15656 (b4_parse_param): Remove.
15657 Use b4_identification.
15658 Propagate b4_pure_args where needed to pass them to yyerror.
15659 * data/glr.m4 (b4_parse_param): Remove.
15660 (b4_user_formals, b4_pure_args, b4_pure_formals, b4_lpure_args)
15661 (b4_lpure_formals): New.
15662 Use b4_identification.
15663 (YY_USER_FORMALS, YY_USER_ARGS): Remove, replaced by
15664 b4_user_formals and b4_user_args.
15665 (yyexpandGLRStack, yyFail, yyaddDeferredAction, yyglrShiftDefer)
15666 (yyreportAmbiguity): When using a pure parser, also need
15667 the location, and the parse-params.
15668 Adjust callers.
15669 (yyuserAction, yyglrShift, yyreportParseError, yyrecoverParseError):
15670 When using a pure parser, also need the parse-params.
15671 Adjust callers.
15672 * tests/calc.at: Test pure (%pure-parser) and absolutely pure
15673 (%pure-parser + %parse-param) LALR and GLR parsers.
15674 (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): New, define AT_PARAM_IF,
15675 AT_LOCATION_IF, AT_PURE_IF, AT_GLR_IF, AAT_PURE_AND_LOC_IF,
15676 AT_GLR_OR_PARAM_IF, AT_YYERROR_ARG_LOC_IF, AT_YYERROR_SEES_LOC_IF.
15677 (_AT_DATA_CALC_Y): Equip for purity of yyerror.
15678 (_AT_CHECK_CALC_ERROR): Use AT_YYERROR_SEES_LOC_IF.
15679 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Equip for yyerror purity.
15680 * doc/bison.texinfo: Untabify the whole file.
15681 (Parser Function): Document %parse-param, deprecate YYPARSE_PARAM.
15682 (Pure Calling): Document %lex-param, deprecate YYLEX_PARAM.
15683 (Error Reporting): Adjust to these new directives.
15684 Document %error-verbose, deprecate YYERROR_VERBOSE.
15685
9e32add8
AD
156862002-11-03 Akim Demaille <akim@epita.fr>
15687
15688 * tests/calc.at: Change all the AT_CHECK_CALC_LALR and
15689 AT_CHECK_CALC_GLR invocations to use % directives, instead of
15690 command line options.
15691 * tests/cxx-type.at: Formatting changes.
15692
b02d90a5
PE
156932002-11-03 Paul Eggert <eggert@twinsun.com>
15694
15695 * src/scan-gram.l: Revamp to fix POSIX incompatibilities,
15696 to count columns correctly, and to check for invalid inputs.
9e32add8 15697
b02d90a5
PE
15698 Use mbsnwidth to count columns correctly. Account for tabs, too.
15699 Include mbswidth.h.
15700 (YY_USER_ACTION): Invoke extend_location rather than LOCATION_COLUMNS.
15701 (extend_location): New function.
15702 (YY_LINES): Remove.
15703
15704 Handle CRLF in C code rather than in Lex code.
15705 (YY_INPUT): New macro.
15706 (no_cr_read): New function.
15707
15708 Scan UCNs, even though we don't fully handle them yet.
15709 (convert_ucn_to_byte): New function.
15710
15711 Handle backslash-newline correctly in C code.
15712 (SC_LINE_COMMENT, SC_YACC_COMMENT): New states.
15713 (eols, blanks): Remove. YY_USER_ACTION now counts newlines etc.;
15714 all uses changed.
15715 (tag, splice): New EREs. Do not allow NUL or newline in tags.
15716 Use {splice} wherever C allows backslash-newline.
15717 YY_STEP after space, newline, vertical-tab.
15718 ("/*"): BEGIN SC_YACC_COMMENT, not yy_push_state (SC_COMMENT).
9e32add8 15719
b02d90a5
PE
15720 (letter, id): Don't assume ASCII; e.g., spell out a-z.
15721
15722 ({int}, handle_action_dollar, handle_action_at): Check for integer
15723 overflow.
9e32add8 15724
b02d90a5
PE
15725 (YY_STEP): Omit trailing semicolon, so that it's more like C.
15726
15727 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>): Allow \0 and \00
15728 as well as \000. Check for UCHAR_MAX, not 255.
15729 Allow \x with an arbitrary positive number of digits, as in C.
15730 Check for overflow here.
15731 Allow \? and UCNs, for compatibility with C.
15732
15733 (handle_symbol_code_dollar): Use quote_n slot 1 to avoid collision
15734 with quote slot used by complain_at.
15735
15736 * tests/input.at: Add tests for backslash-newline, m4 quotes
15737 in symbols, long literals, and funny escapes in strings.
15738
15739 * configure.ac (jm_PREREQ_MBSWIDTH): Add.
15740 * lib/Makefile.am (libbison_a_SOURCES): Add mbswidth.h, mbswidth.c.
15741 * lib/mbswidth.h, lib/mbswidth.c: New files, from GNU gettext.
15742 * m4/Makefile.am (EXTRA_DIST): Add mbswidth.m4.
15743 * m4/mbswidth.m4: New file, from GNU coreutils.
15744
15745 * doc/bison.texinfo (Grammar Outline): Document // comments.
15746 (Symbols): Document that trigraphs have no special meaning in Bison,
15747 nor is backslash-newline allowed.
15748 (Actions): Document that trigraphs have no special meaning.
15749
15750 * src/location.h (LOCATION_COLUMNS, LOCATION_LINES): Remove;
15751 no longer used.
15752
157532002-11-02 Paul Eggert <eggert@twinsun.com>
15754
15755 * src/reader.c: Don't include quote.h; not needed.
15756 (get_merge_function): Reword warning to be consistent with
15757 type clash diagnostic in grammar_current_rule_check.
15758
15759 * lib/quotearg.c (quotearg_buffer_restyled): Fix off-by-two
15760 bug in trigraph handling.
15761
15762 * src/output.c (prepare_symbols): When printing token names,
15763 escape "[" as "@<:@" and likewise for "]".
15764
15765 * src/system.h (errno): Remove declaration, as we are now
15766 assuming C89 or better, and C89 guarantees errno.
15767
762b212b
PE
157682002-10-30 Paul Eggert <eggert@twinsun.com>
15769
15770 * lib/bitset_stats.c (bitset_stats_read, bitset_stats_write):
15771 Check for close failures.
15772 * src/files.h (xfclose): Return void, not int, since it always
15773 returned zero.
15774 * src/files.c (xfclose): Likewise. Report I/O error if ferror
15775 indicates one.
15776 * src/output.c (output_skeleton): Use xfclose rather than fclose
15777 and ferror. xfclose now checks ferror.
15778
15779 * data/glr.c (YYLEFTMOST_STATE): Remove.
15780 (yyreportTree): Use a stack-based leftmost state. This avoids
15781 our continuing battles with bogus warnings about initializers.
15782
56100c60
AD
157832002-10-30 Akim Demaille <akim@epita.fr>
15784
15785 * src/system.h: Don't use #ifdef/#ifndef on HAVE_ values, only
15786 #if.
15787
51b4a04c
PH
157882002-10-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15789
15790 * tests/glr-regr1.at: New test for reported regressions.
15791 * tests/testsuite.at: Add glr-regr1.at test.
15792 * tests/Makefile.am: Add glr-regr1.at test.
e183b123 15793
bf1ebda2
PE
157942002-10-24 Paul Eggert <eggert@twinsun.com>
15795
5c16c6b1
PE
15796 Version 1.75a.
15797
bf1ebda2
PE
15798 * tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat declaration.
15799 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Include stdlib.h, since
15800 we use malloc. Don't assume 'A' through 'Z' are contiguous.
15801 Don't assume strdup exists; POSIX says its an XSI extension.
15802 Check for buffer overflow on input.
15803
b526ee61
AD
158042002-10-24 Akim Demaille <akim@epita.fr>
15805
15806 * src/output.c (output_skeleton): Don't disable M4sugar comments
15807 too soon: it results in comments being expanded.
15808 * data/yacc.c, data/glr.c, data/lalr1.cc: Do it right before the
15809 first output.
15810
f1886bb2
AD
158112002-10-24 Akim Demaille <akim@epita.fr>
15812
15813 * data/yacc.c (m4_int_type): New.
15814 * data/c.m4 (m4_int_type): Don't use yysigned_char, but `signed
15815 char' as only yacc.c wants K&R portability.
15816 * data/glr.c (yysigned_char): Remove.
15817 * data/lalr1.cc: Rename the trailing b4_name as b4_parser_class_name.
15818 Reported by Quoc Peyrot.
15819
c5576256
PE
158202002-10-23 Paul Eggert <eggert@twinsun.com>
15821
15822 * src/main.c (main): With --trace=time, report times even if a
15823 non-fatal error occurs. Formerly, the times were reported in some
15824 such cases but not in others.
15825 * src/reader.c (reader): Just return if a complaint has been issued,
15826 instead of exiting, so that 'main' can report times.
15827
27b0ffea
AD
158282002-10-22 Akim Demaille <akim@epita.fr>
15829
15830 * src/system.h: Include sys/types.
15831 Reported by Bert Deknuydt.
15832
223a7883
PE
158332002-10-23 Paul Eggert <eggert@twinsun.com>
15834
15835 * configure.ac (AC_PROG_LEX): Use instead of AM_PROG_LEX.
15836 Suggested by Art Haas.
15837
158382002-10-22 Paul Eggert <eggert@twinsun.com>
15839
15840 * src/complain.c (exit) [! (STDC_HEADERS || _LIBC)]: Remove exit
15841 decl; not needed any more.
15842 * src/main.c (main): Use return to exit, undoing yesterday's change.
15843 The last OS that we could find where this wouldn't work is
15844 SunOS 3.5, and that's too old to worry about now.
15845
15846 * data/glr.c (struct yyltype): Define members even when not
15847 doing locations. This is more consistent with yacc.c, and it
15848 works around the following bug reports:
161a71f3
PE
15849 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00106.html
15850 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00111.html
27b0ffea 15851
223a7883
PE
15852 * doc/bison.texinfo: Minor spelling and typographical fixes. Use
15853 @acronym consistently. Standardize on "Yacc" instead of "YACC",
15854 "Algol" instead of "ALGOL". Give a bit more history about BNF.
15855
8b76775a
AD
158562002-10-22 Akim Demaille <akim@epita.fr>
15857
15858 * data/README: New.
15859
6db10d14
PE
158602002-10-21 Paul Eggert <eggert@twinsun.com>
15861
15862 Be consistent about 'bool'; the old code used an enum in one
15863 module and an int in another, and this violates the C standard.
15864 * m4/stdbool.m4: New file, from coreutils 4.5.3.
15865 * configure.ac (AC_HEADER_STDBOOL): Add.
15866 * m4/Makefile.am (EXTRA_DIST): Add stdbool.m4.
15867 * src/muscle_tab.c (hash_compare_muscles): (a ? FALSE : TRUE) -> (! a)
15868 * src/symtab.c (hash_compare_symbol_t): Likewise.
15869 * src/system.h (bool, false, true): Use a definition consistent
15870 with ../lib/hash.c. All uses changed.
15871
15872 * src/complain.c (warning_issued): Renamed from warn_message_count,
15873 so that we needn't worry about integer overflow (!).
15874 Now of type bool. All uses changed.
15875 (complaint_issued): Renamed from complain_message_count; likewise.
15876
15877 * src/main.c (main): Use exit to exit with failure.
27b0ffea 15878
6db10d14
PE
15879 * src/complain.c (fatal_at, fatal): Use EXIT_FAILURE and EXIT_SUCCESS
15880 rather than 1 and 0.
15881 * src/main.c (main): Likewise.
15882 * src/getargs.c (getargs): Likewise.
15883 * src/reader.c (reader): Likewise.
15884
15885 * src/getarg.c (getargs): Remove duplicate code for
15886 "Try `bison --help'".
15887
15888 * src/files.c (xfopen, xfclose): Use EXIT_FAILURE rather than 2.
15889 What was that "2" for?
15890
15891 * src/complain.h (fatal, fatal_at): Add __attribute__((__noreturn__)).
15892 * src/getargs.c (usage): Likewise.
15893
15894 * src/getargs.c (getargs): When there are too few operands, report
15895 the last one. When there are too many, report the first extra
15896 one. This is how diffutils does it.
15897
92a060fd
PE
158982002-10-20 Paul Eggert <eggert@twinsun.com>
15899
15900 Remove K&R vestiges.
15901 * configure.ac (AC_C_CONST, AM_C_PROTOTYPES): Remove.
15902 * src/complain.c (VA_START): Remove. Assume prototypes.
15903 (vfprintf) [! (HAVE_VPRINTF || defined vfprintf)]: New macro.
15904 (private_strerror, warn_at, warn, complain_at, complain, fatal_at,
15905 fatal): Assume prototypes.
15906 * src/complain.h: Assume prototypes.
15907 * src/system.h (PARAMS): Remove.
15908 Include <limits.h> unconditionally, since it's guaranteeed even
15909 for a freestanding C89 compiler.
15910 (SHRT_MIN, SHRT_MAX): Remove, since C89 guarantees them.
15911 * src/vmsgetargs.c (getargs, cli_present, cli_get_value): Prototype.
8b76775a 15912
e7cb57c0
AD
159132002-10-20 Akim Demaille <akim@epita.fr>
15914
15915 * src/muscle_tab.c (muscle_grow): Remove trailing debugging code.
15916 * data/glr.c (YY_USER_FORMALS, YY_USER_ARGS): New.
15917 (yyuserAction, yydoAction, yyglrReduce, yyresolveValue)
15918 (yyresolveStates, yyresolveAction, yyresolveStack)
15919 (yyprocessOneStack): Use them.
15920 (yy_reduce_print): New.
15921 * tests/calc.at (_AT_DATA_CALC_Y): Exercise %parse-param.
15922
0245f82d
AD
159232002-10-20 Akim Demaille <akim@epita.fr>
15924
15925 * data/c.m4 (b4_c_ansi_args): Recognize functions with no
15926 arguments and output `void'.
15927 (b4_c_function): Rename as...
15928 (b4_c_function_def): this.
15929 (b4_c_function_decl, b4_c_ansi_function_def)
15930 (b4_c_ansi_function_decl): New.
15931 Change the interpretation of the arguments: before `int, foo', now
15932 `int foo, foo'.
15933 * data/yacc.c (yyparse): Prototype and define thanks to these.
15934 Adjust b4_c_function_def uses.
15935 * data/glr.c (yyparse): Likewise, but ANSI only.
15936
39912f52
AD
159372002-10-20 Akim Demaille <akim@epita.fr>
15938
15939 * src/output.c (prepare): Move the definition of `tokens_number',
15940 `nterms_number', `undef_token_number', `user_token_number_max'
15941 to...
15942 (prepare_tokens): Here.
15943 (prepare_tokens): Rename as...
15944 (prepare_symbols): this.
15945 (prepare): Move the definition of `rules_number' to...
15946 (prepare_rules): here.
15947 (prepare): Move the definition of `last', `final_state_number',
15948 `states_number' to...
15949 (prepare_states): here.
15950 * data/yacc.c, data/lalr1.cc, data/glr.c: Normalize `>' into `<'.
15951
20c1e2ad
AD
159522002-10-20 Akim Demaille <akim@epita.fr>
15953
15954 * src/tables.h, src/tables.c, src/output.c: Comment changes.
15955
21964f43
AD
159562002-10-20 Akim Demaille <akim@epita.fr>
15957
15958 * data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if): Move to...
15959 * data/c.m4: here.
15960
66d30cd4
AD
159612002-10-20 Akim Demaille <akim@epita.fr>
15962
15963 * src/output.c (prepare): Use MUSCLE_INSERT_STRING.
15964 * src/muscle_tab.c (muscle_pair_list_grow): Rename `val as
15965 `pair'.
15966 (muscle_init): Move the `b4_ltype', `b4_maxdepth', `b4_initdepth',
15967 `name' to...
15968 * data/glr.c, data/lalr1.cc, data/yacc.c (b4_location_type)
15969 (b4_stack_depth_init, b4_stack_depth_max, b4_parser_class_name):
15970 These.
15971
95f2c9fe
PE
159722002-10-19 Paul Eggert <eggert@twinsun.com>
15973
15974 Do not create a temporary file, as that involves security and
15975 cleanup headaches. Instead, use a pair of pipes.
15976 Derived from a suggestion by Florian Krohm.
15977 * lib/subpipe.c, lib/subpipe.h, m4/subpipe.m4: New files.
15978 * lib/mkstemp.c, lib/readpipe.c, lib/tempname.c, m4/mkstemp.m4: Remove.
15979 * configure.ac (UTILS_FUNC_MKSTEMP, jm_PREREQ_TEMPNAME): Remove.
15980 (BISON_PREREQ_SUBPIPE): Add.
15981 * lib/Makefile.am (libbison_a_SOURCES): Remove readpipe.c.
15982 Add subpipe.h, subpipe.c.
15983 * m4/Makefile.am (EXTRA_DIST): Remove mkstemp.m4. Add subpipe.m4.
15984 * po/POTFILES.in: Add lib/subpipe.c.
15985 * src/output.c: Include "subpipe.h".
15986 (m4_invoke): Remove decl.
15987 (scan_skel): New decl.
15988 (output_skeleton): Use pipe rather than temporary file for m4 input.
15989 Check that m4sugar.m4 is readable, to avoid deadlock.
15990 Check for pipe I/O error.
15991 * src/scan-skel.l (readpipe): Remove decl.
15992 (scan_skel): New function, to be used in place of m4_invoke.
15993 Read from stream rather than file.
66d30cd4 15994
95f2c9fe
PE
15995 * lib/timevar.c (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Do not cast to
15996 float, as this generates a warning on Solaris 8 + GCC 3.2 with
15997 --enable-gcc-warnings. Instead, divide into 1.0 rather than 1;
15998 this generates a more-accurate value anyway.
15999
16000 * lib/timevar.c (timervar_accumulate): Rename locals to
16001 avoid confusion with similarly-named more-global.
16002 * src/muscle_tab.c (muscle_pair_list_grow): Likewise.
16003
16004 * src/output.c (prepare): Use xstrdup to convert char const *
16005 to char *, to avoid GCC warning.
16006
c19988b7
AD
160072002-10-19 Akim Demaille <akim@epita.fr>
16008
16009 * tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC, LEX_FORMALS,
16010 LEX_PRE_FORMALS, LEX_ARGS, LEX_PRE_ARGS, USE_LEX_ARGS.
16011 Use them to have `calc.y' ready for %pure-parser.
16012 * data/yacc.c (YYLEX): Pass a yylex return type to
16013 b4_c_function_call.
16014
ae7453f2
AD
160152002-10-19 Akim Demaille <akim@epita.fr>
16016
16017 Prototype support of %lex-param and %parse-param.
16018
16019 * src/parse-gram.y: Add the definition of the %lex-param and
16020 %parse-param tokens, plus their rules.
16021 Drop the `_' version of %glr-parser.
16022 Add the "," token.
16023 * src/scan-gram.l (INITIAL): Scan them.
16024 * src/muscle_tab.c: Comment changes.
16025 (muscle_insert, muscle_find): Rename `pair' as `probe'.
16026 * src/muscle_tab.h (MUSCLE_INSERT_PREFIX): Remove unused.
16027 (muscle_entry_s): The `value' member is no longer const.
16028 Adjust all dependencies.
16029 * src/muscle_tab.c (muscle_init): Adjust: use
16030 MUSCLE_INSERT_STRING.
16031 Initialize the obstack earlier.
16032 * src/muscle_tab.h, src/muscle_tab.c (muscle_grow)
16033 (muscle_pair_list_grow): New.
16034 * data/c.m4 (b4_c_function_call, b4_c_args): New.
16035 * data/yacc.c (YYLEX): Use b4_c_function_call to honor %lex-param.
16036 * tests/calc.at: Use %locations, not --locations.
16037 (AT_CHECK_CALC_GLR): Use %glr-parser, not %glr_parser.
16038
0e575721
AD
160392002-10-19 Akim Demaille <akim@epita.fr>
16040
16041 * src/getargs.c (usage): Take status as argument and exit
16042 accordingly.
16043 Report the traditional `Try ... --help' message when status != 0.
16044 (usage, version): Don't take a FILE * as arg, it is pointless.
16045 (getargs): When there is an incorrect number of arguments, make it
16046 an error, and report it GNUlically thanks to `usage ()'.
16047
724ce7f5
PE
160482002-10-18 Paul Eggert <eggert@twinsun.com>
16049
3a781eb2
PE
16050 * data/glr.c (yyreportParseError): Don't assume that sprintf
16051 yields the length of the printed string, as this is not true
16052 on SunOS 4.1.4. Reported by Peter Klein.
16053
724ce7f5
PE
16054 * tests/calc.at (_AT_DATA_CALC_Y): #undef memcmp and realloc.
16055 * tests/conflicts.at (%nonassoc and eof): Likewise.
16056 Fixes SunOS 4.1.4 test failure reported by Peter Klein.
16057
473d0a75
AD
160582002-10-17 Akim Demaille <akim@epita.fr>
16059
16060 * src/getargs.h (trace_e): Add trace_scan, and trace_parse.
16061 * src/getargs.c (trace_types, trace_args): Adjust.
16062 * src/reader.c (grammar_current_rule_prec_set)
16063 (grammar_current_rule_dprec_set, grammar_current_rule_merge_set):
16064 Standardize error messages.
16065 And s/@prec/%prec/!
16066 (reader): Use trace_flag to enable scanner/parser debugging,
16067 instead of an adhoc scheme.
16068 * src/scan-gram.l: Remove trailing debugging code.
16069
e76d2469
PE
160702002-10-16 Paul Eggert <eggert@twinsun.com>
16071
93e2236a
PE
16072 * src/muscle_tab.h (MUSCLE_TAB_H_): Was misspelled as
16073 MUSCLE_TAB_H.
16074
e76d2469
PE
16075 * NEWS: Officially drop support for building Bison with K&R C,
16076 since it didn't work anyway and it's not worth worrying about.
16077 * Makefile.maint (wget_files): Remove ansi2knr.c.
16078 (ansi2knr.c-url_prefix): Remove.
16079 * lib/.cvsignore: Remove ansi2knr, ansi2knr.*.
16080 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
16081 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
16082
5bd1c419
PE
160832002-10-15 Paul Eggert <eggert@twinsun.com>
16084
16085 Stop using the "enum_" trick for K&R-style function definitions;
16086 it confused me, and I was the author! Instead, assume that people
16087 who want to use K&R C compilers (when using these modules in GCC,
16088 perhaps?) will run ansi2knr.
16089
16090 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): Remove.
16091 All uses of "enum_" changed to "enum ".
16092 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
16093 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
e76d2469 16094
5bd1c419
PE
16095 * lib/abitset.c (abitset_and, abitset_and_cmp, abitset_and_or,
16096 abitset_and_or_cmp, abitset_andn, abitset_andn_cmp,
16097 abitset_andn_or, abitset_andn_or_cmp, abitset_bytes, abitset_copy,
16098 abitset_copy1, abitset_disjoint_p, abitset_empty_p,
16099 abitset_equal_p, abitset_init, abitset_list, abitset_list_reverse,
16100 abitset_not, abitset_ones, abitset_or, abitset_or_and,
16101 abitset_or_and_cmp, abitset_or_cmp, abitset_reset, abitset_set,
16102 abitset_size, abitset_small_list, abitset_subset_p, abitset_test,
16103 abitset_unused_clear, abitset_xor, abitset_xor_cmp, abitset_zero):
16104 Use function prototypes; this removes the need for declaring
16105 static functions simply to provide their prototypes.
16106 * lib/bitset.c (bitset_alloc, bitset_and_or_, bitset_and_or_cmp_,
16107 bitset_andn_or_, bitset_andn_or_cmp_, bitset_bytes, bitset_copy_,
16108 bitset_count_, bitset_create, bitset_dump, bitset_first,
16109 bitset_free, bitset_init, bitset_last, bitset_next,
16110 bitset_obstack_alloc, bitset_obstack_free, bitset_only_set_p,
16111 bitset_op4_cmp, bitset_or_and_, bitset_or_and_cmp_, bitset_prev,
16112 bitset_print, bitset_release_memory, bitset_toggle_,
16113 bitset_type_choose, bitset_type_get, bitset_type_name_get,
16114 debug_bitset): Likewise.
16115 * lib/bitset.h (bitset_set, bitset_reset, bitset_test): Likewise.
16116 * lib/bitset_stats.c (bitset_log_histogram_print,
16117 bitset_percent_histogram_print, bitset_stats_and,
16118 bitset_stats_and_cmp, bitset_stats_and_or,
16119 bitset_stats_and_or_cmp, bitset_stats_andn, bitset_stats_andn_cmp,
16120 bitset_stats_andn_or, bitset_stats_andn_or_cmp, bitset_stats_copy,
16121 bitset_stats_count, bitset_stats_disable, bitset_stats_disjoint_p,
16122 bitset_stats_dump, bitset_stats_empty_p, bitset_stats_enable,
16123 bitset_stats_equal_p, bitset_stats_free, bitset_stats_init,
16124 bitset_stats_list, bitset_stats_list_reverse, bitset_stats_not,
16125 bitset_stats_ones, bitset_stats_or, bitset_stats_or_and,
16126 bitset_stats_or_and_cmp, bitset_stats_or_cmp, bitset_stats_print,
16127 bitset_stats_print_1, bitset_stats_read, bitset_stats_reset,
16128 bitset_stats_set, bitset_stats_size, bitset_stats_subset_p,
16129 bitset_stats_test, bitset_stats_toggle, bitset_stats_type_get,
16130 bitset_stats_write, bitset_stats_xor, bitset_stats_xor_cmp,
16131 bitset_stats_zero): Likewise.
16132 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
16133 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
16134 bitsetv_dump, debug_bitsetv): Likewise.
16135 * lib/ebitset.c (ebitset_and, ebitset_and_cmp, ebitset_andn,
16136 ebitset_andn_cmp, ebitset_bytes, ebitset_copy, ebitset_copy_,
16137 ebitset_copy_cmp, ebitset_disjoint_p, ebitset_elt_add,
16138 ebitset_elt_alloc, ebitset_elt_calloc, ebitset_elt_find,
16139 ebitset_elt_free, ebitset_elt_last, ebitset_elt_remove,
16140 ebitset_elt_zero_p, ebitset_elts_grow, ebitset_empty_p,
16141 ebitset_equal_p, ebitset_free, ebitset_init, ebitset_list,
16142 ebitset_list_reverse, ebitset_not, ebitset_ones, ebitset_op3_cmp,
16143 ebitset_or, ebitset_or_cmp, ebitset_release_memory, ebitset_reset,
16144 ebitset_set, ebitset_size, ebitset_subset_p, ebitset_test,
16145 ebitset_weed, ebitset_xor, ebitset_xor_cmp, ebitset_zero):
16146 Likewise.
16147 * lib/lbitset.c (debug_lbitset, lbitset_and, lbitset_and_cmp,
16148 lbitset_andn, lbitset_andn_cmp, lbitset_bytes, lbitset_copy,
16149 lbitset_copy_cmp, lbitset_disjoint_p, lbitset_elt_alloc,
16150 lbitset_elt_calloc, lbitset_elt_find, lbitset_elt_free,
16151 lbitset_elt_link, lbitset_elt_unlink, lbitset_elt_zero_p,
16152 lbitset_empty_p, lbitset_equal_p, lbitset_free, lbitset_init,
16153 lbitset_list, lbitset_list_reverse, lbitset_not, lbitset_ones,
16154 lbitset_op3_cmp, lbitset_or, lbitset_or_cmp, lbitset_prune,
16155 lbitset_release_memory, lbitset_reset, lbitset_set, lbitset_size,
16156 lbitset_subset_p, lbitset_test, lbitset_weed, lbitset_xor,
16157 lbitset_xor_cmp, lbitset_zero): Likewise.
e76d2469 16158
ae26e1f0
AD
161592002-10-14 Akim Demaille <akim@epita.fr>
16160
16161 Version 1.75.
16162
d43baf71
AD
161632002-10-14 Akim Demaille <akim@epita.fr>
16164
16165 * tests/Makefile.am (maintainer-check-posix): New.
16166
7ebc83e3
AD
161672002-10-14 Akim Demaille <akim@epita.fr>
16168
16169 * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize the yyloc
16170 member.
16171
05846dae
AD
161722002-10-14 Akim Demaille <akim@epita.fr>
16173
16174 * src/tables.c (table_ninf_remap): base -> tab.
16175 Reported by Matt Rosing.
16176
1318e37d
PE
161772002-10-14 Paul Eggert <eggert@twinsun.com>
16178
447fbb17
PE
16179 * tests/action.at, tests/calc.at, tests/conflicts.at,
16180 tests/cxx-type.at, tests/headers.at, tests/input.at,
16181 tests/regression.at, tests/synclines.at, tests/torture.at:
16182 Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
16183 so that the tests still work even if POSIXLY_CORRECT is set.
16184 * doc/bison.texinfo (Rpcalc Compile, Invocation): Likewise.
05846dae 16185
1318e37d
PE
16186 * data/c.m4 (b4_int_type): Use yysigned_char instead of signed char,
16187 for portability to K&R hosts. Fix typo: signed char is guaranteed
16188 only to 127, not to 128.
16189 * data/glr.c (yysigned_char): New type.
16190 * data/yacc.c (yysigned_char): Likewise.
16191 * tests/regression.at (Web2c Actions): signed char -> yysigned_char.
16192
cc0f0794
PE
161932002-10-13 Paul Eggert <eggert@twinsun.com>
16194
5038f418
PE
16195 * data/yacc.c (yyparse): Rewrite to avoid "comparison is always
16196 true due to limited range of data type" warning from GCC.
16197
cc0f0794
PE
16198 * data/c.m4 (b4_token_defines): Protect against double-inclusion
16199 by wrapping enum yytokentype's definition inside #ifndef
16200 YYTOKENTYPE. This undoes a bug I introduced on 2002-10-12.
16201
6fed0802
AD
162022002-10-13 Akim Demaille <akim@epita.fr>
16203
16204 * data/glr.c (yyglrShiftDefer, yyaddDeferredAction, yydoAction):
16205 Un yy- yyrhs to avoid the name clash with the global YYRHS.
16206
32f0598d
AD
162072002-10-13 Akim Demaille <akim@epita.fr>
16208
16209 * Makefile.maint: Update from Autoconf 2.54.
16210 * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Remove, shipped with 2.54.
16211
7ea9a33f
AD
162122002-10-13 Akim Demaille <akim@epita.fr>
16213
16214 * src/print.c (print_state): Separate the list of solved conflicts
16215 from the other items.
16216 * tests/conflicts.at (Resolved SR Conflicts): Adjust.
16217
ea99527d
AD
162182002-10-13 Akim Demaille <akim@epita.fr>
16219
16220 Let nondeterministic skeletons be usable with deterministic
16221 tables.
16222
16223 With the patch, GAWK compiled by GCC without -O2 passes its test
16224 suite using a GLR parser driven by LALR tables. It fails with -O2
16225 because `struct stat' gives two different answers on my machine:
16226 88 (definition of an auto var) and later 96 (memset on this var).
16227 Hence the stack is badly corrumpted. The headers inclusion is to
16228 blame: if I move the awk.h inclusion before GLR's system header
16229 inclusion, the two struct stat have the same size.
16230
16231 * src/tables.c (pack_table): Always create conflict_table.
16232 (token_actions): Always create conflict_list.
16233 * data/glr.c (YYFLAG): Remove, unused.
16234
f377f69f
AD
162352002-10-13 Akim Demaille <akim@epita.fr>
16236
16237 * configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.
16238 (O0FLAGS): New.
16239 (VALGRIND, GXX): New.
16240 * tests/atlocal.in (CFLAGS): Use O0FLAGS.
16241 * tests/bison.in: Run $PREBISON a pre-command.
16242 * tests/Makefile.am (maintainer-check, maintainer-check-valgrind)
16243 (maintainer-check-g++): New.
16244 * Makefile.am (maintainer-check): New.
16245
2a1fe6ed
AD
162462002-10-13 Akim Demaille <akim@epita.fr>
16247
16248 * data/glr.c: Formatting changes.
16249 Tweak some trace messages to match yacc.c's.
16250
f50adbbd
AD
162512002-10-13 Akim Demaille <akim@epita.fr>
16252
16253 GLR parsers sometimes raise parse errors instead of performing the
16254 default reduction.
16255 Reported by Charles-Henry de Boysson.
16256
16257 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Don't
ba0fe3c7 16258 check the length of the traces when %glr.
f50adbbd
AD
16259 (_AT_CHECK_CALC_ERROR): Also skip `^Stack' lines, coming from
16260 GLR's traces.
16261 (AT_CHECK_CALC_LALR, AT_CHECK_CALC_GLR): New.
16262 Test GLR parsers.
16263 * data/glr.c (YYLEFTMOST_STATE): Fix its value.
16264 (yyltype): Remove the yy prefix from the member names.
16265 (yytable): Complete its comment.
16266 (yygetLRActions): Map error action number from YYTABLE from
16267 YYTABLE_NINF to 0.
16268 (yyisErrorAction): No longer compare YYACTION to YYPACT_NINF
16269 (which was a bug: it should have been YYTABEL_NINF, and yet it was
16270 not satisfying as we could compare an YYACTION computed from
16271 YYDEFACT to YYTABLE_NINF although they are unrelated): 0 is the
16272 only value for error actions.
16273 (yyreportParseError): In verbose parse error messages, don't issue
16274 `error' in the list of expected tokens.
16275 * data/yacc.c (yyparse) <yybackup>: Rewrite the decoding of the
16276 next action to perform to match glr.c's decoding.
16277 (yytable): Complete its comment.
16278
bcbad5b9
PE
162792002-10-13 Paul Eggert <eggert@twinsun.com>
16280
16281 Fix problem reported by Henrik Grubbstroem in
161a71f3 16282 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00098.html>:
bcbad5b9
PE
16283 "nonterm: { $$ = 123; } { $$ = $1; };" was wrongly rejected,
16284 because the Bison parser reads the second action before reducing
16285 the first one.
16286 * src/scan-gram.l (rule_length): New static var.
16287 Use it to keep track of the rule length in the scanner, since
16288 we can't expect the parser to be in lock-step sync with the scanner.
16289 (handle_action_dollar, handle_action_at): Use this var.
16290 * tests/actions.at (Exotic Dollars): Test for the problem.
05846dae 16291
14904b89
PE
162922002-10-12 Paul Eggert <eggert@twinsun.com>
16293
1fe611e5
PE
16294 * lib/timevar.c [! IN_GCC && HAVE_SYS_TIME_H]: Include <sys/time.h>.
16295 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): Check for <sys/time.h>.
16296 Include <sys/time.h> when checking for clock_t and struct tms.
16297 Use same include order as source.
16298 This is for the SunOS 4.1.4 porting bug reported by Peter Klein in
161a71f3 16299 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00016.html>.
05846dae 16300
1fe611e5
PE
16301 * lib/timevar.c: Update copyright date and clarify comments.
16302 (get_time) [IN_GCC]: Keep the GCC version for reference.
05846dae 16303
1fe611e5
PE
16304 * lib/timevar.c, lib/timevar.h, lib/timevar.def: Import
16305 GCC version as of today, then merge Bison's changes.
16306 Change "GCC" to "Bison" in copyright notice. timevar.def's
16307 author is Akim, so change that too.
16308
98194095
PE
16309 * src/reader.c (grammar_current_rule_check):
16310 Don't worry about the default action if $$ is untyped.
16311 Prevents bogus warnings reported by Jim Gifford in
161a71f3 16312 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00015.html>.
98194095 16313
14904b89
PE
16314 * data/c.m4 (b4_token_enum): Do not define YYTOKENTYPE.
16315 * data/glr.c, data/lalr1.cc, data/yacc.c:
16316 Output token definitions before the first part of user declarations.
16317 Fixes compatibility problem reported by Jim Gifford for kbd in
161a71f3 16318 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00014.html>.
14904b89 16319
ff6dca18
PE
163202002-10-11 Paul Eggert <eggert@twinsun.com>
16321
16322 * data/yacc.c (yyreport_parse_error): Remove, putting its body into...
16323 (yyparse): here. This undoes some of the 2002-07-25 change.
16324 Compatibility problem reported by Ralf S. Engelschall with
16325 OSSP cfg <http://www.ossp.org/pkg/lib/cfg/>.
16326
eb714592
AD
163272002-10-11 Akim Demaille <akim@epita.fr>
16328
16329 * tests/regression.at Characters Escapes): New.
16330 * src/scan-gram.l (SC_ESCAPED_CHARACTER): Accept \' in strings and
16331 characters.
16332 Reported by Jan Nieuwenhuizen.
16333
b7195100
AD
163342002-10-11 Akim Demaille <akim@epita.fr>
16335
16336 * po/id.po: New.
16337
f28a0f2d
PE
163382002-10-10 Paul Eggert <eggert@twinsun.com>
16339
16340 Portability fixes for bitsets; this also avoids several GCC
16341 warnings.
16342
16343 * lib/abitset.c: Include <stddef.h>, for offsetof.
16344 * lib/lbitset.c: Likewise.
16345
16346 * lib/abitset.c (abitset_bytes): Return a size that is aligned
16347 properly for vectors of objects. Do not assume that adding a
16348 header size to a multiple of a word size yields a value that is
16349 properly aligned for the whole union.
16350 * lib/bitsetv.c (bitsetv_alloc): Likewise.
16351
16352 * lib/bitset_stats.c (bitset_stats_bytes): Adjust to new,
16353 unique names for structures.
16354 * lib/ebitset.c (ebitset_bytes): Likewise.
16355 * lib/lbitset.c (lbitset_bytes): Likewise.
16356
16357 * lib/abitset.c (abitset_ones, abitset_zero, abitset_empty_p,
16358 abitset_copy1, abitset_not, abitset_equal_p, abitset_subset_p,
16359 abitset_disjoint_p, abitset_and, abitset_and_cmp, abitset_andn,
16360 abitset_andn_cmp, abitset_or, abitset_or_cmp, abitset_xor,
16361 abitset_xor_cmp, abitset_and_or, abitset_and_or_cmp,
16362 abitset_andn_or, abitset_andn_or_cmp, abitset_or_and,
16363 abitset_or_and_cmp, abitset_copy): Supply prototype decls,
16364 to improve the type-checking that GCC can do.
16365 * lib/bitset.c (bitset_op4_cmp): Likewise.
16366 * lib/bitset_stats.c (bitset_stats_count,
16367 bitset_stats_empty_p, bitset_stats_ones, bitset_stats_zero,
16368 bitset_stats_copy, bitset_stats_disjoint_p,
16369 bitset_stats_equal_p, bitset_stats_not, bitset_stats_subset_p,
16370 bitset_stats_and, bitset_stats_and_cmp, bitset_stats_andn,
16371 bitset_stats_andn_cmp, bitset_stats_or, bitset_stats_or_cmp,
16372 bitset_stats_xor, bitset_stats_xor_cmp, bitset_stats_and_or,
16373 bitset_stats_and_or_cmp, bitset_stats_andn_or,
16374 bitset_stats_andn_or_cmp, bitset_stats_or_and,
16375 bitset_stats_or_and_cmp): Likewise.
16376 * lib/lbitset.c (lbitset_and, lbitset_and_cmp, lbitset_andn,
16377 lbitset_andn_cmp, lbitset_or, lbitset_or_cmp, lbitset_xor,
16378 lbitset_xor_cmp, lbitset_empty_p, lbitset_ones, lbitset_not,
16379 lbitset_subset_p, lbitset_disjoint_p, debug_lbitset): Likewise.
16380
16381 * lib/abitset.h: Include bitset.h, not bbitset.h.
16382 * lib/ebitset.h: Likewise.
16383 * lib/lbitset.h: Likewise.
16384
16385 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): New types.
16386 All instances of parameters of type enum bitset_opts are now of
16387 type enum_bitset_opts, to conform to the C Standard, and similarly
16388 for enum_bitset_type.
16389 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
16390 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
16391
16392 Do not use "struct bitset_struct" to mean different things in
16393 different modules. Not only is this confusing, it violates
16394 the C Standard, which requires that structure types in different
16395 modules must be compatible if one is to be passed to the other.
16396 * lib/bbitset.h (bitset): Now points to a union, not to a struct.
16397 All instances of "struct bitset_struct *" replaced with "bitset".
16398 * lib/bitset.h (struct bitset_struct): Remove, replacing with....
16399 (union bitset_union, struct abitset_struct, struct ebitset_struct,
16400 struct lbitset_struct, struct bitset_stats_struct): New types.
16401 All uses of struct bitset_struct changed to union bitset_union,
16402 etc.
ba0fe3c7 16403 * lib/abitset.c (struct abitset_struct, abitset,
f28a0f2d
PE
16404 struct bitset_struct): Remove.
16405 * lib/bitset_stats.c (struct bitset_stats_struct, bitset_stats,
16406 struct bitset_struct): Remove.
16407 * lib/ebitset.c (struct ebitset_struct, ebitset, struct
16408 bitset_struct): Remove.
16409 * lib/lbitset.c (struct lbitset_struct, lbitset, bitset_struct):
16410 Likewise.
16411
16412 Do not call a function of type T using a call that assumes the
16413 function is of a different type U. Standard C requires that a
16414 function must be called with a type that is compatible with its
16415 definition.
16416 * lib/bbitset.h (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
16417 New decls.
16418 * lib/bitset.c (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
16419 New functions.
16420 * lib/ebitset.c (PFV): Remove.
16421 * lib/lbitset.c (PFV): Likewise.
16422 * lib/ebitset.c (ebitset_and, ebitset_andn, ebitset_or,
16423 ebitset_xor, ebitset_copy, ebitset_ones, ebitset_empty_p): New
16424 decls.
16425 (ebitset_and, ebitset_andn, ebitset_or, ebitset_xor): New functions.
16426 (ebitset_vtable): Use them.
16427 * lib/lbitset.c (lbitset_and, lbitset_andn, lbitset_or,
16428 lbitset_xor): New functions.
16429 (lbitset_vtable): Use them.
16430
16431 * lib/bitset.h (bitset_next, bitset_prev, bitset_only_set_p):
16432 Declare.
16433
16434 * lib/bitsetv.c (bitsetv_alloc): Add a cast to (void *) to avoid a
16435 GCC warning.
16436 * lib/lbitset.c (LBITSET_CURRENT1): Likewise.
16437 Use offsetof, for simplicity.
16438
6fbe4984
PE
164392002-10-06 Paul Eggert <eggert@twinsun.com>
16440
16441 * lib/bitset.h (bitset_reset): Do not assume that bitset_word is
16442 the same width as int. This reapplies a hunk of the 2002-08-12 patch
161a71f3 16443 <http://lists.gnu.org/archive/html/bison-patches/2002-08/msg00007.html>,
6fbe4984
PE
16444 which was inadvertently undone by the 2002-09-30 patch.
16445 * lib/lbitset.c (debug_lbitset): Do not assume that bitset_word is
16446 the same width as int.
16447
420f93c8
PE
164482002-10-04 Paul Eggert <eggert@twinsun.com>
16449
16450 Version 1.50.
16451
16452 * configure.ac (AC_INIT), NEWS: Increment version number.
16453
16454 * doc/bison.texinfo: Minor spelling, grammar, and white space
16455 fixes.
16456 (Symbols): Mention that any negative value returned from yylex
16457 signifies end-of-input. Warn about negative chars. Mention
16458 the portable Standard C character set.
16459
16460 The GNU coding standard says CFLAGS and YFLAGS are reserved
16461 for the installer to set.
16462 * lib/Makefile.am (AM_CFLAGS): Renamed from CFLAGS.
16463 * src/Makefile.am (AM_CFLAGS): Likewise.
16464 (AM_YFLAGS): Renamed from YFLAGS.
16465
16466 Fix some MAX and MIN problems.
16467 * src/gram.h (ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.
16468 * src/lalr.h (GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.
16469 * src/symtab.h (SYMBOL_NUMBER_MAX): New macro.
16470 * src/reader.c (reader): Use it.
16471
16472 * tests/regression.at (Braces parsing): Use grep, not fgrep, as
16473 POSIX 1003.1-2001 has removed fgrep.
16474
164752002-10-04 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
16476
16477 * lib/bbitset.h (BITSET_WINDEX_MAX): Redefine so that it cannot be
16478 interpreted as signed.
16479 * lib/ebitset.c (ebitset_list): Fix bug.
16480
ff68026d
PE
164812002-10-01 Paul Eggert <eggert@twinsun.com>
16482
16483 More fixes for 64-bit hosts and large bitsets.
16484
16485 * lib/abitset.c (struct abitset_struct.n_bits, abitset_small_list,
16486 abitset_size, abitset_list, abitset_list_reverse, abitset_list):
16487 Use bitset_bindex, not int or unsigned int or size_t, to count bits.
16488 * lib/bbitset.h (struct bitset_vtable.size, struct bitset_vtable.count,
16489 struct bitset_vtable.list, struct bitset_vtable.list_reverse,
16490 bitset_count_, bitset_next, bitset_prev, bitset_first, bitset_last,
16491 bitset_count_): Likewise.
16492 * lib/bitset.h (bitset_iterator.num, bitset_iterator.i,
16493 bitset_first, bitset_last): Likewise.
16494 * lib/bitset_stats.c (bitset_stats_size, bitset_stats_list,
16495 bitset_stats_list_reverse, bitset_stats_size,
16496 bitset_stats_count, bitset_stats_list, bitset_stat_list_reverse):
16497 Likewise.
16498 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
16499 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
16500 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
16501 bitsetv_reflexive_transitive_closure): Likewise.
16502 * lib/bitsetv.h (bitsetv_alloc, bitsetv_create): Likewise.
16503 * lib/ebitset.c (ebitset_size, ebitset_list, ebitset_list_reverse):
16504 Likewise.
16505 * lib/lbitset.c (lbitset_size, lbitset_list, lbitset_list_merge):
16506 Likewise.
420f93c8 16507
ff68026d
PE
16508 * lib/abitset.c (abitset_ones, abitset_zero, abitset_bytes):
16509 Use size_t, not unsigned int, to count bytes.
16510 * lib/abitset.h (abitset_bytes): Likewise.
16511 * lib/bitset.c (bitset_bytes, bitset_alloc, bitset_obstack_alloc):
16512 Likewise.
16513 * lib/bitset.h (bitset_bytes): Likewise.
16514 * lib/bitset_stats.c (bitset_stats_bytes, bitset_stats_init): Likewise.
16515 * lib/bitset_stats.h (bitset_stats_bytes): Likewise.
16516 * lib/bitsetv.c (bitsetv_alloc): Likewise.
16517 * lib/ebitset.c (ebitset_bytes): Likewise.
16518 * lib/ebitset.h (ebitset_bytes): Likewise.
16519 * lib/lbitset.c (lbitset_bytes): Likewise.
16520 * lib/lbitset.h (lbitset_bytes): Likewise.
420f93c8 16521
ff68026d
PE
16522 * lib/abitset.c (abitset_empty_p, abitset_not, abitset_equal_p,
16523 abitset_subset_p, abitset_disjoint_p, abitset_and,
16524 abitset_and_cmp, abitset_andn, abitset_andn_cmp, abitset_or,
16525 abitset_or_cmp, abitset_xor, abitset_xor_cmp, abitset_and_or,
16526 abitset_and_or_cmp, abitset_andn_or, abitset_andn_or_cmp,
16527 abitset_or_and, abitset_or_and_cmp):
16528 Use bitset_windex instead of unsigned int.
16529 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
16530 * lib/ebitset.c (struct ebitset_struct.size, ebitset_elts_grow,
16531 ebitset_elt_add, ebitset_elt_remove, ebitset_weed,
16532 ebitset_elt_find, ebitset_list_reverse, ebitset_list, ebitset_init):
16533 Likewise.
16534 * lib/lbitset.c (lbitset_ones, lbitset_not): Likewise.
420f93c8 16535
ff68026d
PE
16536 * lib/bitset.c (bitset_print):
16537 Use proper printf formats for widths of integer types.
16538 * lib/bitset_stats.c (bitset_percent_histogram_print,
16539 bitset_log_histogram_print, bitset_stats_print_1): Likewise.
16540 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
16541 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
16542 * lib/lbitset.c (lbitset_bytes): Likewise.
420f93c8 16543
ff68026d
PE
16544 * lib/bbitset.h (BITSET_BINDEX_MAX, BITSET_WINDEX_MAX,
16545 BITSET_SIZE_MAX): New macros.
16546 (BITSET_INDEX_MAX): Remove. It wasn't right, since it assumed that
16547 sizeof (bitset_word) == sizeof (bitset_windex). All uses changed
16548 to BITSET_WINDEX_MAX.
16549
16550 * lib/bitset.c (bitset_next, bitset_prev, bitset_first,
16551 bitset_last): Return BITSET_BINDEX_MAX (not -1) for no value,
16552 since we now return the bitset_bindex type (not int).
16553
16554 * lib/bitsetv.c (bitsetv_alloc): Check for arithmetic overflow
16555 when computing sizes.
16556 * lib/ebitset.c (ebitset_elts_grow): Likewise.
16557
16558 * lib/lbitset.c (lbitset_elt_find): Simplify windex calculation
16559 and avoid cast to unsigned.
16560
6aa452a6
AD
165612002-09-30 Akim Demaille <akim@epita.fr>
16562
16563 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
16564 * lib/bitset_stats.c, lib/bitsetv.c, lib/ebitset.c, lib/lbitset.c:
16565 Updates from Michael Hayes.
16566
927f7817
AD
165672002-09-30 Art Haas <ahaas@neosoft.com>
16568
16569 * configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
16570 invocations.
16571 * tests/cxx-type.at (declarator): Don't rely on NDEBUG being not
16572 defined.
16573
9738f41e
AD
165742002-09-27 Akim Demaille <akim@epita.fr>
16575
16576 Version 1.49c.
16577
a5c75d7f
AD
165782002-09-27 Akim Demaille <akim@epita.fr>
16579
16580 * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.
16581 (Because of AC_LIBSOURCE).
16582
8280e179
AD
165832002-09-27 Akim Demaille <akim@epita.fr>
16584
16585 Playing with Autoscan.
16586
16587 * configure.ac: Remove the old LIBOBJ tweaks.
16588 (AC_REPLACE_FUNCS): Add strrchr and strtol.
16589 * lib/strrchr.c: New.
16590 * lib/strtol.c: New, from the Coreutils 4.5.1.
16591
ae64af35
AD
165922002-09-27 Akim Demaille <akim@epita.fr>
16593
16594 Playing with Autoscan.
16595
16596 * m4/prereq.m4 (jm_PREREQ_ARGMATCH, jm_FUNC_ARGMATCH): New.
16597 * lib/Makefile.am (libbison_a_SOURCES): No longer include
16598 argmatch.c and argmatch.h, since they are AC_LIBSOURCE'd.
16599 * lib/strcasecmp.c, lib/strncasecmp.c, lib/memcmp.c: New, from the
16600 Coreutils 4.5.1.
16601
d1a1114f
AD
166022002-09-24 Akim Demaille <akim@epita.fr>
16603
16604 * doc/bison.texinfo (Stack Overflow): xref to Recursion.
16605 (Frequently Asked Questions, Parser Stack Overflow): New.
16606
b906441c
AD
166072002-09-13 Akim Demaille <akim@epita.fr>
16608
16609 Playing with autoscan.
16610
16611 * src/reader.c (get_merge_function): Use xstrdup, not strdup.
16612 * src/files.c (skeleton_find): Remove, unused.
16613 * m4/memcmp.m4: New, from the Coreutils 4.5.1.
16614 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Run jm_FUNC_MEMCMP.
16615
bd701811
AD
166162002-09-13 Akim Demaille <akim@epita.fr>
16617
16618 * configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.6.3.
16619 * Makefile.am (AUTOMAKE_OPTIONS): Don't.
16620
e0a13e7b
AD
166212002-09-13 Akim Demaille <akim@epita.fr>
16622
16623 * configure.ac: Require 2.54.
16624 s/jm_FUNC_MALLOC/AC_FUNC_MALLOC/.
16625 s/jm_FUNC_REALLOC/AC_FUNC_REALLOC/.
16626 * m4/c-bs-a.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/realloc.m4:
16627 Remove, provided by Autoconf macros.
16628
c97011bf
AD
166292002-09-12 Akim Demaille <akim@epita.fr>
16630
16631 * m4/prereq.m4: Update, from Coreutils 4.5.1.
16632
d862b1be
AD
166332002-09-12 Akim Demaille <akim@epita.fr>
16634
16635 * m4/prereq.m4: Update, from Fileutils 4.1.5.
16636 * configure.ac (jm_PREREQ_TEMPNAME): Invoke it.
16637 Reported by Martin Mokrejs.
16638
3d38c03a
AD
166392002-09-10 Akim Demaille <akim@epita.fr>
16640
16641 * src/parse-gram.y: Associate a human readable string to each
16642 token type.
16643 * tests/regression.at (Invalid inputs): Adjust.
16644
b6347355
AD
166452002-09-10 Gary V. Vaughan <gary@gnu.org>
16646
16647 * tests/Makefile.am ($(srcdir)/package.m4): Bison now ships
16648 with an Autoconf-2.5x style configure.ac.
16649
09ba4ab2
PE
166502002-09-06 Paul Eggert <eggert@twinsun.com>
16651
16652 * doc/bison.texinfo (Conditions): Make explicit that the GPL
16653 exception applies only to yacc.c. This is a modification of a
16654 patch originally suggested by Akim Demaille.
16655
21846f69
AD
166562002-09-06 Akim Demaille <akim@epita.fr>
16657
09ba4ab2
PE
16658 * data/c.m4 (b4_copyright): Move the GPL exception comment from
16659 here to...
16660 * data/yacc.c: here.
16661
21846f69
AD
16662 * data/lalr1.cc (struct yyltype): Don't define it, since we use
16663 LocationType.
16664 (b4_ltype): Default to yy::Location from location.hh.
16665
c0ad8bf3
AD
166662002-09-04 Jim Meyering <jim@meyering.net>
16667
16668 * data/yacc.c: Guard the declaration of yytoknum also with
16669 `#ifdef YYPRINT', so it is declared only when used.
16670
3a93251e
AD
166712002-09-04 Akim Demaille <akim@epita.fr>
16672
16673 * configure.in: Rename as...
16674 * configure.ac: this.
16675 Bump to 1.49c.
16676
427c0dda
AD
166772002-09-04 Akim Demaille <akim@epita.fr>
16678
16679 * src/assoc.c, src/closure.c, src/gram.c, src/injections.c,
16680 * src/lalr.c, src/LR0.c, src/relation.c, src/tables.c: Don't
16681 translate maintainer only messages.
16682
6a254321
PE
166832002-08-12 Paul Eggert <eggert@twinsun.com>
16684
645e30d1
PE
16685 Version 1.49b.
16686
6a254321
PE
16687 * Makefile.am (SUBDIRS): Remove intl.
16688 (DISTCLEANFILES): Remove.
16689 * NEWS: Mention that GNU M4 is now required. Clarify what is
16690 meant by "larger grammars". Mention the pt_BR translation.
16691 * configure.in (AC_CHECK_DECLS): Add getenv, getopt.
16692 (AM_GNU_GETTEXT_VERSION): New macro, replacing GETTEXT_VERSION var.
16693 Bump version from 0.11.2 to 0.11.5.
16694 (BISON_PREREQ_STAGE): Remove.
16695 (AM_GNU_GETTEXT): Use external gettext.
16696 (AC_OUTPUT): Remove intl/Makefile.
16697
16698 * config/depcomp, config/install-sh: Sync with Automake 1.6.3.
16699
16700 * data/glr.c: Include string.h, for strlen.
16701 (yyreportParseError): Use size_t for yysize.
16702 (yy_yypstack): No longer nested inside yypstates, as nested
16703 functions are not portable. Do not assume size_t is the
16704 same width as int.
16705 (yypstates): Do not assume that ptrdiff_t is the same width
16706 as int, and similarly for yyposn and YYINDEX.
16707
16708 * data/yacc.c: Fix comment about `$$ = $1': it can copy garbage.
16709
16710 * lib/Makefile.am (INCLUDES): Do not include from the intl
16711 directory, which has been removed.
16712 * src/Makefile.am (INCLUDES): Likewise.
16713
16714 * lib/Makefile.am (libbison_a_SOURCES): Add unlocked-io.h.
16715 (bitsets_sources, additional_bitsets_sources, timevars_sources):
16716 New vars.
16717
16718 * lib/Makefile.am (libbison_a_SOURCES): Avoid +=, a GNU make extension.
16719 * tests/Makefile.am (EXTRA_DIST): Likewise.
16720
16721 * lib/abitset.c (abitset_reverse_list, ebitset_reverse_list):
16722 Do not assume that bitset_windex is the same width as unsigned.
16723
16724 * lib/abitset.c (abitset_unused_clear): Do not assume that
16725 bitset_word is the same width as int.
16726 * lib/bbitset.h (BITSET_INDEX_MAX, BITSET_MSB): Likewise.
16727 * lib/bitset.h (bitset_set, bitset_reset): Likewise.
16728 * lib/bitset_stats.c (bitset_stats_set, bitset_stats_reset): Likewise.
16729 * lib/ebitset.c (ebitset_set, ebitset_reset): Likewise.
16730 * lib/lbitset.c (lbitset_set, lbitset_reset): Likewise.
16731
16732 * lib/abitset.c (abitset_op1): Use -1, not ~0, as memset arg (for
16733 portability to one's complement hosts!).
16734 * lib/ebitset.c (ebitset_op1): Likewise.
16735 * lib/lbitset.c (lbitset_op1): Likewise.
16736
16737 * lib/argmatch.c, lib/quotearg.c, quotearg.h: Sync with GNU tar.
16738 * lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
16739 lib/hash.c, lib/hash.h, lib/strnlen.c, lib/xmalloc.c:
16740 Sync with fileutils.
16741 * lib/error.c, lib/getopt.c, lib/getopt.h, lib/getopt1.c,
16742 lib/gettext.h: Sync with diffutils.
16743
16744 * lib/memrchr.c, lib/mkstemp.c, lib/strchr.c, lib/strnlen.c,
16745 lib/strspn.c, lib/tempname.c: Use GPL, not LGPL.
16746
16747 * lib/obstack.c, lib/obstack.h: Sync with fileutils, except use
16748 PROTOTYPES to check for prototypes, and "defined __STDC__" to
16749 check for void *.
16750
16751 * lib/bbitset.h (BITSET_WORD_BITS): Now of type unsigned, not
16752 size_t; the old version tried to do this but casted improperly.
16753 (bitset_bindex, bitset_windex): Now size_t, not unsigned long.
16754 (bitset_test): Now returns int, not unsigned long.
16755
16756 * lib/bitset_stats.c: Include "gettext.h".
16757 (_): New macro.
16758 (bitset_stats_set, bitset_stats_reset, bitset_stats_test): Don't
16759 name locals "index", as it generates unnecessary warnings on some
16760 hosts that have an "index" function.
16761
16762 * lib/bitset_stats.c (bitset_stats_print_1, bitset_stats_print,
16763 bitset_stats_read, bitset_stats_write): Wrap strings in _() if
16764 they need translation.
16765 * src/LR0.c (state_list_append, new_itemsets, get_state,
16766 append_states, generate_states): Likewise.
16767 * src/assoc.c (assoc_to_string): Likewise.
16768 * src/closure.c (print_closure, set_firsts, closure): Likewise.
16769 * src/gram.c (grammar_dump): Likewise.
16770 * src/injections.c (injections_compute): Likewise.
16771 * src/lalr.c (lookaheads_print): Likewise.
16772 * src/relation.c (relation_transpose): Likewise.
16773 * src/scan-gram.l: Likewise.
16774 * src/tables.c (table_grow, pack_vector): Likewise.
16775
16776 * m4/Makefile.am (EXTRA_DIST): Remove codeset.m4,
16777 glibc21.m4, isc-posix.m4 lcmessage.m4, stage.m4.
16778 * m4/malloc.m4, m4/realloc.m4: Sync with diffutils.
16779 * m4/mbstate_t.m4: Sync with fileutils.
16780 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): AC_MBSTATE_T -> AC_TYPE_MBSTATE_T.
16781
16782 * po/LINGUAS: Add pt_BR.
16783 * po/POTFILES.in: Add src/assoc.c, src/closure.c, src/gram.c,
16784 src/main.c, src/relation.c, src/state.c, lib/bitset_stats.c,
16785 lib/timevar.c.
16786 Use src/parse-gram.y instead of src/parse-gram.c, as the gettext
16787 manual recommends.
16788 Similarly, use src/scan-gram.l instead of src/scan-gram.c.
16789
16790 * src/complain.c (strerror_r): Remove decl; not needed.
16791 (strerror): Use same pattern as ../lib/error.c.
16792
16793 * src/files.c, src/files.h (compute_header_macro): Remove; unused.
16794
16795 * src/gram.c (grammar_dump): Do not assume ptrdiff_t fits in int.
16796
16797 * src/main.c (main): Cast result of bindtextdomain and textdomain
16798 to void, to avoid a GCC warning when --disable-nls is in effect.
16799
16800 * src/scan-gram.l: Use strings rather than escapes when possible,
16801 to minimize the number of warnings from xgettext.
16802 (handle_action_dollar, handle_action_at): Don't use isdigit,
16803 as it mishandles negative chars and it may not work as expected
16804 outside the C locale.
16805
16806 * src/symtab.c (symbol_get): Don't cast LHS of an assignment;
16807 this is a GCC extension and is not portable to other compilers.
16808
16809 * src/system.h (alloca): Use same pattern as ../lib/error.c.
16810 Do not include <ctype.h>; no longer needed.
16811 Do not include <malloc.h>; no longer needed (and generates
16812 warnings on OpenBSD 3.0).
16813
16814 * tests/cxx-type.at (yylex): Do not pass signed char to isupper;
16815 it's not portable.
16816
16817 * tests/regression.at: Do not use 'cc -c input.c -o input';
16818 Sun C rejects this. Instead, use 'cc -c input.c -o input.o'.
16819
16820 * tests/synclines.at (AC_SYNCLINES_COMPILE): Accept any nonzero
16821 exit status as failure, not just exit status 1. Sun C exits
16822 with status 2 sometimes.
16823
16824 * tests/torture.at (AT_INCREASE_DATA_SIZE): New macro.
16825 Use it for the two large tests.
16826
c8f002c7
AD
168272002-08-02 Akim Demaille <akim@epita.fr>
16828
16829 * src/conflicts.c (conflicts_output): Don't output rules never
16830 reduced here, since anyway that computation doesn't work.
16831 * src/gram.h, src/gram.h (rule_filter_t, rule_useful_p)
16832 (rule_useless_p, rule_never_reduced_p): New.
16833 (grammar_rules_partial_print): Use a filter instead of a range.
16834 Display the title only if needed.
16835 (grammar_rules_print): Adjust.
16836 (grammar_rules_never_reduced_report): New.
16837 * src/tables.c (action_row): Move the computation of rules never
16838 reduced to...
16839 (token_actions): here.
16840 * src/main.c (main): Make the parser before making the report, so
16841 that rules never reduced are computed.
16842 Call grammar_rules_never_reduced_report.
16843 * src/print.c (print_results): Report rules never reduced.
16844 * tests/conflicts.at, tests/reduce.at: Adjust.
16845
cd08e51e
AD
168462002-08-01 Akim Demaille <akim@epita.fr>
16847
16848 Instead of attaching lookaheads and duplicating the rules being
16849 reduced by a state, attach the lookaheads to the reductions.
16850
16851 * src/state.h (state_t): Remove the `lookaheads',
16852 `lookaheads_rule' member.
16853 (reductions_t): Add a `lookaheads' member.
16854 Use a regular array for the `rules'.
16855 * src/state.c (reductions_new): Initialize the lookaheads member
16856 to 0.
16857 (state_rule_lookaheads_print): Adjust.
16858 * src/state.h, src/state.c (state_reductions_find): New.
16859 * src/conflicts.c (resolve_sr_conflict, set_conflicts)
16860 (count_rr_conflicts): Adjust.
16861 * src/lalr.c (LArule): Remove.
16862 (add_lookback_edge): Adjust.
16863 (state_lookaheads_count): New.
16864 (states_lookaheads_initialize): Merge into...
16865 (initialize_LA): this.
16866 (lalr_free): Adjust.
16867 * src/main.c (main): Don't free nullable and derives too early: it
16868 is used by --verbose.
16869 * src/print.c, src/print_graph.c, src/tables.c: Adjust.
16870
bb0027a9
AD
168712002-08-01 Akim Demaille <akim@epita.fr>
16872
16873 * src/derives.h, src/derives.c (derives): A `rule_t***' instead of
16874 `rule_number_t**'.
16875 (set_derives, free_derives): Rename as...
16876 (derives_compute, derives_free): this.
16877 Adjust all dependencies.
16878 * src/nullable.c (set_nullable, free_nullable): Rename as...
16879 (nullable_compute, nullable_free): these.
16880 (rule_list_t): Store rule_t *, not rule_number_t.
16881 * src/state.c (state_rule_lookaheads_print): Directly compare rule
16882 pointers, instead of their numbers.
16883 * src/main.c (main): Call nullable_free, and derives_free earlier,
16884 as they were lo longer used.
16885
3325ddc4
AD
168862002-08-01 Akim Demaille <akim@epita.fr>
16887
16888 * lib/timevar.c (get_time): Include children time.
16889 * src/lalr.h (LA, LArule): Don't export them: used with the
16890 state_t.
16891 * src/lalr.c (LA, LArule): Static.
16892 * src/lalr.h, src/lalr.c (lalr_free): New.
16893 * src/main.c (main): Call it.
16894 * src/tables.c (pack_vector): Check whether loc is >= to the
16895 table_size, not >.
16896 (pack_tables): Don't free froms, tos, conflict_tos, and pos...
16897 (tables_generate): do it, since that's also it which allocates
16898 them.
16899 Don't free LA and LArule, main does.
16900
c6f1a33c
AD
169012002-07-31 Akim Demaille <akim@epita.fr>
16902
16903 Separate parser tables computation and output.
16904
16905 * src/output.c (nvectors, base_t, base, base_ninf, conflict_table)
16906 (conflict_list, conflict_list_cnt, table, check, table_ninf)
16907 (yydefgoto, yydefact, high): Move to...
16908 * src/tables.h, src/tables.c: here.
16909 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
16910 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
16911 (symbol_number_to_vector_number, nvectors, BASE_MAX, BASE_MIN)
16912 (froms, tos, conflict_tos, tally, width, action_t, ACTION_MAX)
16913 (ACTION_MIN, actrow, order, nentries, pos, conflrow)
16914 (conflict_list_free, table_size, lowzero, table_grow, conflict_row)
16915 (action_row, save_row, token_actions, save_column, default_goto)
16916 (goto_actions, sort_actions, matching_state, pack_vector)
16917 (table_ninf_remap, pack_table, prepare_actions): Move to...
16918 * src/tables.c: here.
16919 * src/tables.h, src/tables.c(tables_generate, tables_free): New.
16920 * src/output.c (token_actions, output_base, output_conflicts)
16921 (output_check): Merge into...
16922 (prepare_actions): this.
16923 (actions_output): Rename as...
16924 (user_actions_output): this.
16925 * src/main.c (main): Call tables_generate and tables_free.
16926
1509d42f
AD
169272002-07-31 Akim Demaille <akim@epita.fr>
16928
16929 Steal GCC's --time-report support.
16930
16931 * lib/timevar.c, lib/timevar.h, lib/timevar.def: New,
16932 stolen/adjusted from GCC.
16933 * m4/stage.m4: Remove time related checks.
16934 * m4/timevar.m4: New.
16935 * configure.in: Adjust.
16936 * src/system.h: Adjust to using timevar.h.
16937 * src/getargs.h, src/getargs.c: Support trace_time for
16938 --trace=time.
16939 * src/main.c (stage): Remove.
16940 (main): Replace `stage' invocations with timevar calls.
16941 * src/output.c: Insert pertinent timevar calls.
16942
273a74fa
AD
169432002-07-31 Akim Demaille <akim@epita.fr>
16944
16945 Let --trace have arguments.
16946
16947 * src/getargs.h (enum trace_e): New.
16948 * src/getargs.c (trace_args, trace_types, trace_argmatch): New.
16949 (long_options, short_options): --trace/-T takes an optional
16950 argument.
16951 Change all the uses of trace_flag to reflect the new flags.
16952 * tests/sets.at (Firsts, Nullable, Broken Closure): Use --trace=sets.
16953
16954 Strengthen `stage' portability.
16955
16956 * m4/stage.m4 (BISON_PREREQ_STAGE): New.
16957 * configure.in: Use it.
16958 Don't check for malloc.h and sys/times.h.
16959 * src/system.h: Include them when appropriate.
16960 * src/main.c (stage): Compile only when mallinfo, struct mallinfo,
16961 times and struct tms are available.
16962
217598da
AD
169632002-07-30 Akim Demaille <akim@epita.fr>
16964
16965 In verbose parse error message, don't report `error' as an
16966 expected token.
16967 * tests/actions.at (Printers and Destructors): Adjust.
16968 * tests/calc.at (Calculator $1): Adjust.
16969 * data/yacc.c, data/glr.c, data/lalr1.c: When making the verbose
16970 error message, do not report the parser accepts the error token in
16971 that state.
16972
52489d44
AD
169732002-07-30 Akim Demaille <akim@epita.fr>
16974
16975 Normalize conflict related messages.
16976
16977 * src/complain.h, src/complain.c (warn, complain): New.
16978 * src/conflicts.c (conflicts_print): Use them.
16979 (conflict_report_yacc): New, extracted from...
16980 (conflicts_print): here.
16981 * tests/conflicts.at, tests/existing.at: Adjust.
16982
e8832397
AD
169832002-07-30 Akim Demaille <akim@epita.fr>
16984
16985 Report rules which are never reduced by the parser: those hidden
16986 by conflicts.
16987
16988 * src/LR0.c (save_reductions): Don't make the final state too
16989 different: save its reduction (accept) instead of having a state
16990 without any action (no shift or goto, no reduce).
16991 Note: the final state is now a ``regular'' state, i.e., the
16992 parsers now contain `reduce 0' as default reduction.
16993 Nevertheless, since they decide to `accept' when yystate =
16994 final_state, they still will not reduce rule 0.
16995 * src/print.c (print_actions, print_reduction): Adjust.
16996 * src/output.c (action_row): Track reduced rules.
16997 (token_actions): Report rules never reduced.
16998 * tests/conflicts.at, tests/regression.at: Adjust.
16999
caf23d24
AD
170002002-07-30 Akim Demaille <akim@epita.fr>
17001
17002 `stage' was accidently included in a previous patch.
17003 Initiate its autoconfiscation.
17004
17005 * configure.in: Look for malloc.h and sys/times.h.
17006 * src/main.c (stage): Adjust.
17007 Report only when trace_flag.
17008
640748ee
AD
170092002-07-29 Akim Demaille <akim@epita.fr>
17010
17011 * src/state.h, src/state.c (transitions_t): Holds state_t*'s, not
17012 state_number_t.
17013 (errs_t): symbol_t*, not symbol_number_t.
17014 (reductions_t): rule_t*, not rule_number_t.
17015 (FOR_EACH_SHIFT): New.
17016 * src/LR0.c, src/conflicts.c, src/lalr.c, src/output.c
17017 * src/print.c, src/print_graph.c: Adjust.
17018
88bce5a2
AD
170192002-07-29 Akim Demaille <akim@epita.fr>
17020
17021 Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
17022
17023 * src/symtab.h, src/symtab.c (eoftoken, axiom): Rename as...
17024 (endtoken, accept): these.
17025 * src/reader.c (reader): Set endtoken's default tag to "$end".
17026 Set undeftoken's tag to "$undefined" instead of "$undefined.".
17027 * doc/bison.texinfo (Table of Symbols): Mention $accept and $end.
17028 Adjust.
17029
1bfb97db
AD
170302002-07-29 Akim Demaille <akim@epita.fr>
17031
17032 * src/reduce.c (reduce_grammar): When the language is empty,
17033 complain about the start symbol, not the axiom.
17034 Use its location.
17035 * tests/reduce.at (Empty Language): New.
17036
fc5734fe
AD
170372002-07-26 Akim Demaille <akim@epita.fr>
17038
17039 * src/reader.h, src/reader.c (gram_error): ... can't get
17040 yycontrol without making too strong assumptions on the parser
17041 itself.
17042 * src/output.c (prepare_tokens): Use the real 0th value of
17043 token_translations instead of `0'.
17044 * src/parse-gram.y (yyerror): Don't rely on yycontrol being
17045 visible here.
17046 * data/yacc.c (yyreport_parse_error): Rename yylocation as yylloc
17047 for the time being: %locations ought to provide it to yyerror.
17048
3650b4b8
AD
170492002-07-25 Akim Demaille <akim@epita.fr>
17050
17051 * src/output.c (prepare_tokens): Go up to ntokens, not ntokens + 1.
17052 * doc/bison.texinfo (Decl Summary): s/$illegal/$undefined./.
17053 * tests/regression.at (Web2c Actions): Adjust.
17054
4b3d3a8e
AD
170552002-07-25 Akim Demaille <akim@epita.fr>
17056
17057 Stop storing rules from 1 to nrules + 1.
17058
17059 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c, src/lalr.c
17060 * src/nullable.c, src/output.c, src/print.c, src/reader.c
17061 * src/reduce.c: Allocate and free from &rules[0], not &rules[1].
17062 Iterate from 0 to nrules.
17063 Use rule_number_as_item_number and item_number_as_rule_number.
17064 Adjust to `derive' now containing possibly 0.
17065 * src/gram.h (rule_number_as_item_number, item_number_as_rule_number):
17066 Handle the `- 1' part in rule numbers from/to item numbers.
17067 * src/conflicts.c (log_resolution): Fix the message which reversed
17068 shift and reduce.
17069 * src/output.c (action_row): Initialize default_rule to -1.
17070 (token_actions): Adjust.
17071 * tests/sets.at (Nullable, Firsts): Fix the previously bogus
17072 expected output.
17073 * tests/conflicts.at (Resolved SR Conflicts): Likewise.
17074
4a2a22f4
AD
170752002-07-25 Akim Demaille <akim@epita.fr>
17076
17077 * data/c.m4 (b4_c_function, b4_c_ansi_args, b4_c_ansi_arg)
17078 (b4_c_knr_arg_names, b4_c_knr_arg_name, b4_c_knr_arg_decls)
17079 (b4_c_knr_arg_decl): New.
17080 * data/yacc.c: Use it to define yysymprint, yydestruct, and
17081 yyreport_parse_error.
17082
b8df3223
AD
170832002-07-25 Akim Demaille <akim@epita.fr>
17084
17085 * data/yacc.c (yyreport_parse_error): New, extracted from...
17086 (yyparse): here.
17087 (yydestruct, yysymprint): Move above yyparse.
17088 Be K&R compliant.
17089
a762e609
AD
170902002-07-25 Akim Demaille <akim@epita.fr>
17091
17092 * data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for): New,
17093 replace...
17094 (b4_sint_type, b4_uint_type): these.
17095 * data/yacc.c, data/glr.c, data/lalr1.cc: Use b4_int_type_for.
17096 * tests/regression.at (Web2c Actions): Adjust.
17097
12b0043a
AD
170982002-07-25 Akim Demaille <akim@epita.fr>
17099
17100 * src/gram.h (TIEM_NUMBER_MAX): New.
17101 (item_number_of_rule_number, rule_number_of_item_number): Rename
17102 as...
17103 (rule_number_as_item_number, item_number_as_rule_number): these.
17104 Adjust dependencies.
17105 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
17106 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
17107 (symbol_number_to_vector_number): New.
17108 (order): Of vector_number_t* type.
17109 (base_t, BASE_MAX, BASE_MIN): New.
17110 (froms, tos, width, pos, check): Of base_t type.
17111 (action_number_t, ACTION_MIN, ACTION_MAX): New.
17112 (actrow): Of action_number_t type.
17113 (conflrow): Of unsigned int type.
17114 (table_ninf, base_ninf): New.
17115 (GENERATE_MUSCLE_INSERT_TABLE): Also output the `*_min' value.
17116 (muscle_insert_int_table, muscle_insert_base_table)
17117 (muscle_insert_rule_number_table): New.
17118 (prepare_tokens): Output `toknum' as int_table.
17119 (action_row): Returns a rule_number_t.
17120 Use ACTION_MIN, not SHRT_MIN.
17121 (token_actions): yydefact is rule_number_t*.
17122 (table_ninf_remap): New.
17123 (pack_table): Use it for `base' and `table'.
17124 * data/yacc.c, data/glr.c, data/lalr1.cc (YYFLAG): Remove,
17125 replaced with...
17126 (YYPACT_NINF, YYTABLE_NINF): these.
17127 (yypact, yytable): Compute their types instead of hard-coded
17128 `short'.
17129 * tests/regression.at (Web2c Actions): Adjust.
17130
5dde258a
AD
171312002-07-19 Akim Demaille <akim@epita.fr>
17132
17133 * src/scan-gram.l (id): Can start with an underscore.
17134
a945ec39
AD
171352002-07-16 Akim Demaille <akim@epita.fr>
17136
17137 * src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string): New.
17138 Adjust all former `associativity' dependencies.
17139 * src/symtab.c (symbol_new): Default associativity is `undef', not
17140 `right'.
17141 (symbol_check_alias_consistence): Adjust.
17142
fae437e8
AD
171432002-07-09 Akim Demaille <akim@epita.fr>
17144
17145 * doc/bison.texinfo: Properly set the ``header'' part.
17146 Use @dircategory ``GNU programming tools'' as per Texinfo's
17147 documentation.
17148 Use @copying.
17149
1a715ef2
AD
171502002-07-09 Akim Demaille <akim@epita.fr>
17151
17152 * lib/quotearg.h: Protect against multiple inclusions.
17153 * src/location.h (location_t): Add a `file' member.
17154 (LOCATION_RESET, LOCATION_PRINT): Adjust.
17155 * src/complain.c (warn_at, complain_at, fatal_at): Drop
17156 `error_one_per_line' support.
17157
a5d50994
AD
171582002-07-09 Akim Demaille <akim@epita.fr>
17159
17160 * src/complain.h, src/complain.c (warn, complain): Remove, unused.
17161 * src/reader.c (lineno): Remove.
17162 Adjust all dependencies.
17163 (get_merge_function): Take a location and use complain_at.
17164 * src/symtab.h, src/symtab.c (symbol_make_alias): Likewise.
17165 * tests/regression.at (Invalid inputs, Mixing %token styles):
17166 Adjust.
17167
b275314e
AD
171682002-07-09 Akim Demaille <akim@epita.fr>
17169
17170 * src/parse-gram.y (rules_or_grammar_declaration): Add an error
17171 recovery rule, and forbid extensions when --yacc.
17172 (gram_error): Use complain_at.
17173 * src/reader.c (reader): Exit if there were parse errors.
17174
865b9df1
AD
171752002-07-09 Akim Demaille <akim@epita.fr>
17176
17177 * tests/synclines.at (AT_SYNCLINES_COMPILE): New.
17178 (AT_TEST_SYNCLINE): Adjust to unusual GCC outputs.
17179 Reported by R Blake <blakers@mac.com>.
17180
c76e14da
AD
171812002-07-09 Akim Demaille <akim@epita.fr>
17182
17183 * data/yacc.c: Output the copyright notive in the header.
17184
7db2ed2d
AD
171852002-07-03 Akim Demaille <akim@epita.fr>
17186
17187 * src/output.c (froms, tos): Are state_number_t.
17188 (save_column): sp, sp1, and sp2 are state_number_t.
17189 (prepare): Rename `final' as `final_state_number', `nnts' as
17190 `nterms_number', `nrules' as `rules_number', `nstates' as
17191 `states_number', and `ntokens' as `tokens_number'. Remove `nsym',
17192 unused.
17193 * data/yacc.c, data/glr.c, data/lalr1.cc: Adjust.
17194 * data/lalr1.cc (nsym_): Remove, unused.
17195
e68e0410
AD
171962002-07-03 Akim Demaille <akim@epita.fr>
17197
17198 * src/lalr.h, src/lalr.c (goto_number_t): New.
17199 * src/lalr.c (goto_list_t): New.
17200 Propagate them.
17201 * src/nullable.c (rule_list_t): New.
17202 Propagate.
17203 * src/types.h: Remove.
17204
e1a4f3a4
AD
172052002-07-03 Akim Demaille <akim@epita.fr>
17206
17207 * src/closure.c (print_fderives): Use rule_rhs_print.
17208 * src/derives.c (print_derives): Use rule_rhs_print.
17209 (rule_list_t): New, replaces `shorts'.
17210 (set_derives): Add comments.
17211 * tests/sets.at (Nullable, Firsts): Adjust.
17212
536545f3
AD
172132002-07-03 Akim Demaille <akim@epita.fr>
17214
17215 * src/output.c (prepare_actions): Free `tally' and `width'.
17216 (prepare_actions): Allocate and free `order'.
17217 * src/symtab.c (symbols_free): Free `symbols'.
17218 * src/scan-gram.l (scanner_free): Clear Flex's scanners memory.
17219 * src/output.c (m4_invoke): Move to...
17220 * src/scan-skel.l: here.
17221 (<<EOF>>): Close yyout, and free its name.
17222
8b752b00
AD
172232002-07-03 Akim Demaille <akim@epita.fr>
17224
17225 Fix some memory leaks, and fix a bug: state 0 was examined twice.
17226
17227 * src/LR0.c (new_state): Merge into...
17228 (state_list_append): this.
17229 (new_states): Merge into...
17230 (generate_states): here.
17231 (set_states): Don't ensure a proper `errs' state member here, do it...
17232 * src/conflicts.c (conflicts_solve): here.
17233 * src/state.h, src/state.c: Comment changes.
17234 (state_t): Rename member `shifts' as `transitions'.
17235 Adjust all dependencies.
17236 (errs_new): For consistency, also take the values as argument.
17237 (errs_dup): Remove.
17238 (state_errs_set): New.
17239 (state_reductions_set, state_transitions_set): Assert that no
17240 previous value was assigned.
17241 (state_free): New.
17242 (states_free): Use it.
17243 * src/conflicts.c (resolve_sr_conflict): Don't use an `errs_t' as
17244 temporary storage: use `errs' and `nerrs' as elsewhere.
17245 (set_conflicts): Allocate and free this `errs'.
17246
613f5e1a
AD
172472002-07-02 Akim Demaille <akim@epita.fr>
17248
17249 * lib/libiberty.h: New.
17250 * lib: Update the bitset implementation from upstream.
17251 * src/closure.c, src/lalr.c, src/output.c, src/print_graph.c,
17252 * src/state.c: Use BITSET_FOR_EACH, not BITSET_EXECUTE.
17253 * src/main.c: Adjust bitset stats calls.
17254
26e0cadc
PE
172552002-07-01 Paul Eggert <eggert@twinsun.com>
17256
17257 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>): Convert to unsigned
17258 char, so that negative chars don't collide with $.
17259
1154cced
AD
172602002-06-30 Akim Demaille <akim@epita.fr>
17261
17262 Have the GLR tests be `warning' checked, and fix the warnings.
17263
17264 * data/glr.c (YYFPRINTF): Always define it, not only when YYDEBUG
17265 (yyuserAction, yyreportAmbiguity): `Use' all the arguments.
17266 (yyremoveDeletes): `yyi' and `yyj' are size_t.
17267 Use YYFPRINTF when under if (YYDEBUG) to avoid empty `if' bodies.
17268 (yyaddDeferredAction): static.
17269 (yyglrReduce): yyi, yyk, amd yyposn are size_t.
17270 (yyreportParseError): yyprefix is const.
17271 yytokenp is used only when verbose.
17272 (yy__GNUC__): Replace with __GNUC__.
17273 (yypdumpstack): yyi is size_t.
17274 (yypreference): Un-yy local variables and arguments, to avoid
17275 clashes with `yyr1'. Anyway, we are not in the user name space.
17276 (yytname_size): be an int, as is compared with ints.
17277 * tests/testsuite.at (AT_COMPILE, AT_PARSER_CHECK): New.
17278 Use them.
17279 * tests/cxx-gram.at: Use quotation to protect $1.
17280 Use AT_COMPILE to enable warnings hunts.
17281 Prototype yylex and yyerror.
17282 `Use' argc.
17283 Include `string.h', not `strings.h'.
17284 Produce and prototype stmtMerge only when used.
17285 yylex takes a location.
17286
97650f4e
AD
172872002-06-30 Akim Demaille <akim@epita.fr>
17288
17289 We spend a lot of time in quotearg, in particular when --verbose.
17290
17291 * src/symtab.c (symbol_get): Store a quoted version of the key.
17292 (symbol_tag_get, symbol_tag_get_n, symbol_tag_print): Remove.
17293 Adjust all callers.
17294
d2576365
AD
172952002-06-30 Akim Demaille <akim@epita.fr>
17296
17297 * src/state.h (reductions_t): Rename member `nreds' as num.
17298 (errs_t): Rename members `nerrs' and `errs' as `num' and `symbols'.
17299 * src/state.c (ERRS_ALLOC, REDUCTIONS_ALLOC): Use the correct types.
17300
ccaf65bc
AD
173012002-06-30 Akim Demaille <akim@epita.fr>
17302
17303 * src/state.h, src/state.c (shift_t, SHIFT_SYMBOL, SHIFT_IS_SHIFT)
17304 (SHIFT_IS_GOTO, SHIFT_IS_ERROR, SHIFT_DISABLE, SHIFT_IS_DISABLED)
17305 (shifts_to): Rename as...
17306 (transition_t, TRANSITION_SYMBOL, TRANSITION_IS_TRANSITION)
17307 (TRANSITION_IS_GOTO, TRANSITION_IS_ERROR, TRANSITION_DISABLE)
17308 (TRANSITION_IS_DISABLED, transitions_to): these.
17309
87675353
AD
173102002-06-30 Akim Demaille <akim@epita.fr>
17311
17312 * src/print.c (print_shifts, print_gotos): Merge into...
17313 (print_transitions): this.
17314 (print_transitions, print_errs, print_reductions): Align the
17315 lookaheads columns.
17316 (print_core, print_transitions, print_errs, print_state,
17317 print_grammar): Output empty lines separator before, not after.
17318 (state_default_rule_compute): Rename as...
17319 (state_default_rule): this.
17320 * tests/conflicts.at (Defaulted Conflicted Reduction),
17321 (Unresolved SR Conflicts, Resolved SR Conflicts): Adjust.
17322 * tests/regression.at (Rule Line Numbers, Web2c Report): Adjust.
17323
ce4ccb4b
AD
173242002-06-30 Akim Demaille <akim@epita.fr>
17325
17326 Display items as we display rules.
17327
17328 * src/gram.h, src/gram.c (rule_lhs_print): New.
17329 * src/gram.c (grammar_rules_partial_print): Use it.
17330 * src/print.c (print_core): Likewise.
17331 * tests/conflicts.at (Defaulted Conflicted Reduction),
17332 (Unresolved SR Conflicts): Adjust.
17333 (Unresolved SR Conflicts): Adjust and rename as...
17334 (Resolved SR Conflicts): this, as was meant.
17335 * tests/regression.at (Web2c Report): Adjust.
17336
bc933ef1
AD
173372002-06-30 Akim Demaille <akim@epita.fr>
17338
17339 * src/print.c (state_default_rule_compute): New, extracted from...
17340 (print_reductions): here.
17341 Pessimize, but clarify the code.
17342 * tests/conflicts.at (Defaulted Conflicted Reduction): New.
17343
53d4308d
AD
173442002-06-30 Akim Demaille <akim@epita.fr>
17345
17346 * src/output.c (action_row): Let default_rule be always a rule
17347 number.
17348
574fb2d5
AD
173492002-06-30 Akim Demaille <akim@epita.fr>
17350
17351 * src/closure.c (print_firsts, print_fderives, closure):
17352 Use BITSET_EXECUTE.
17353 * src/lalr.c (lookaheads_print): Likewise.
17354 * src/state.c (state_rule_lookaheads_print): Likewise.
17355 * src/print_graph.c (print_core): Likewise.
17356 * src/print.c (print_reductions): Likewise.
17357 * src/output.c (action_row): Likewise.
17358 Use SHIFT_IS_DISABLED, SHIFT_IS_SHIFT and SHIFT_SYMBOL.
17359
05811fd7
AD
173602002-06-30 Akim Demaille <akim@epita.fr>
17361
17362 * src/print_graph.c: Use report_flag.
17363
0e4d5753
AD
173642002-06-30 Akim Demaille <akim@epita.fr>
17365
17366 * src/lalr.c (traverse, digraph, matrix_print, transpose): Move
17367 to...
17368 * src/relation.h, src/relation.c (traverse, relation_digraph)
17369 (relation_print, relation_transpose): New.
17370
24c7d800
AD
173712002-06-30 Akim Demaille <akim@epita.fr>
17372
17373 * src/state.h, src/state.c (shifts_to): New.
17374 * src/lalr.c (build_relations): Use it.
17375
9222837b
AD
173762002-06-30 Akim Demaille <akim@epita.fr>
17377
17378 * src/gram.h (rule_number_t, RULE_NUMBER_MAX, int_of_rule_number)
17379 (item_number_of_rule_number, rule_number_of_item_number): New.
17380 * src/LR0.c, src/closure.c, src/derives.c, src/derives.h,
17381 * src/gram.c, src/lalr.c, src/nullable.c, src/output.c, src/print.c,
17382 * src/print_graph.c, src/reader.c, src/reduce.c, src/reduce.h:
17383 Propagate their use.
17384 Much remains to be done, in particular wrt `shorts' from types.h.
17385
260008e5
AD
173862002-06-30 Akim Demaille <akim@epita.fr>
17387
17388 * src/symtab.c (symbol_new): Initialize the `printer' member.
17389
8a731ca8
AD
173902002-06-30 Akim Demaille <akim@epita.fr>
17391
17392 * src/LR0.c (save_reductions): Remove, replaced by...
17393 * src/state.h, src/state.c (state_reductions_set): New.
17394 (reductions, errs): Rename as...
17395 (reductions_t, errs_t): these.
17396 Adjust all dependencies.
17397
32e1e0a4
AD
173982002-06-30 Akim Demaille <akim@epita.fr>
17399
17400 * src/LR0.c (state_list_t, state_list_append): New.
17401 (first_state, last_state): Now symbol_list_t.
17402 (this_state): Remove.
17403 (new_itemsets, append_states, save_reductions): Take a state_t as
17404 argument.
17405 (set_states, generate_states): Adjust.
17406 (save_shifts): Remove, replaced by...
17407 * src/state.h, src/state.c (state_shifts_set): New.
17408 (shifts): Rename as...
17409 (shifts_t): this.
17410 Adjust all dependencies.
17411 * src/state.h (state_t): Remove the `next' member.
17412
e5fb6710
AD
174132002-06-30 Akim Demaille <akim@epita.fr>
17414
17415 * src/vcg.c (quote): Use slot 2, since we often pass symbol tag
17416 escaped in slot 0.
17417
c7ca99d4
AD
174182002-06-30 Akim Demaille <akim@epita.fr>
17419
17420 Use hash.h for the state hash table.
17421
17422 * src/LR0.c (STATE_HASH_SIZE, state_hash): Remove.
17423 (allocate_storage): Use state_hash_new.
17424 (free_storage): Use state_hash_free.
17425 (new_state, get_state): Adjust.
17426 * src/lalr.h, src/lalr.c (states): Move to...
17427 * src/states.h (state_t): Remove the `link' member, no longer
17428 used.
17429 * src/states.h, src/states.c: here.
17430 (state_hash_new, state_hash_free, state_hash_lookup)
17431 (state_hash_insert, states_free): New.
17432 * src/states.c (state_table, state_compare, state_hash): New.
17433 * src/output.c (output_actions): Do not free states now, since we
17434 still need to know the final_state number in `prepare', called
17435 afterwards. Do it...
17436 * src/main.c (main): here: call states_free after `output'.
17437
df0e7316
AD
174382002-06-30 Akim Demaille <akim@epita.fr>
17439
17440 * src/state.h, src/state.c (state_new): New, extracted from...
17441 * src/LR0.c (new_state): here.
17442 * src/state.h (STATE_ALLOC): Move to...
17443 * src/state.c: here.
17444 * src/LR0.h, src/LR0.c (nstates, final_state): Move to...
17445 * src/state.h, src/state.c: here.
17446
39f41916
AD
174472002-06-30 Akim Demaille <akim@epita.fr>
17448
17449 * src/reader.c (gensym): Rename as...
17450 * src/symtab.h, src/symtab.c (dummy_symbol_get): this.
17451 (getsym): Rename as...
17452 (symbol_get): this.
17453
d57650a5
AD
174542002-06-30 Akim Demaille <akim@epita.fr>
17455
17456 * src/state.h (state_number_t, STATE_NUMBER_MAX): New.
17457 * src/LR0.c, src/LR0.h, src/conflicts.c, src/lalr.c, src/lalr.h,
17458 * src/output.c, src/print.c, src/print_graph.c: Propagate.
17459 * src/LR0.h, src/LR0.h (final_state): Is a state_t*.
17460
5a08f1ce
AD
174612002-06-30 Akim Demaille <akim@epita.fr>
17462
17463 Make the test suite pass with warnings checked.
17464
17465 * tests/actions.at (Printers and Destructors): Improve.
17466 Avoid unsigned vs. signed issues.
17467 * tests/calc.at: Don't exercise the scanner here, do it...
17468 * tests/input.at (Torturing the Scanner): here.
17469
720623af
PH
174702002-06-28 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
17471
88e7e941 17472 * data/glr.c: Correct typo in Emacs-mode directive. Slightly
720623af
PH
17473 reorganize first lines parallel to yacc.c.
17474
fb8135fa
AD
174752002-06-28 Akim Demaille <akim@epita.fr>
17476
17477 * data/c.m4 (b4_copyright, b4_sint_type, b4_uint_type, b4_token_define)
17478 (b4_token_enum, b4_token_defines): New, factored from...
17479 * data/lalr1.cc, data/yacc.c, glr.c: here.
17480
41442480
AD
174812002-06-28 Akim Demaille <akim@epita.fr>
17482
17483 * data/yacc.c (yydestruct, yysymprint): Pacify GCC warnings for
17484 unused variables.
17485 * src/output.c (merger_output): static.
17486
e0e5bf84
AD
174872002-06-28 Akim Demaille <akim@epita.fr>
17488
ba0fe3c7 17489 * src/reader.h: s/grammer_current_rule_merge_set/grammar_.../.
e0e5bf84
AD
17490 * src/conflicts.c (conflicts_total_count): `i' is unsigned, to
17491 pacify GCC.
17492 * src/output.c (save_row): Initialize all the variables to pacify GCC.
e0e5bf84 17493
676385e2
PH
174942002-06-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
17495
17496 Accumulated changelog for new GLR parsing features.
17497
6a254321 17498 * src/conflicts.c (count_total_conflicts): Change name to
676385e2
PH
17499 conflicts_total_count.
17500 * src/conflicts.h: Ditto.
17501 * src/output.c (token_actions): Use the new name.
17502 (output_conflicts): Change conflp => conflict_list_heads, and
17503 confl => conflict_list for better readability.
17504 * data/glr.c: Use the new names.
17505 * NEWS: Add self to GLR announcement.
e0e5bf84 17506
676385e2
PH
17507 * src/reader.c (free_merger_functions): Cleanup: XFREE->free.
17508
17509 * doc/bison.texinfo (GLR Parsers): Make corrections suggested by
17510 Akim Demaille.
17511
17512 * data/bison.glr: Change name to glr.c
17513 * data/glr.c: Renamed from bison.glr.
17514 * data/Makefile.am: Add glr.c
e0e5bf84
AD
17515
17516 * src/getargs.c:
17517
676385e2 17518 * src/symlist.h: Add dprec and merger fields to symbol_list_s.
ba0fe3c7 17519 * src/symlist.c (symbol_list_new): Initialize dprec and merger fields.
e0e5bf84 17520
676385e2
PH
17521 Originally 2002-06-16 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
17522
17523 * data/bison.glr: Be sure to restore the
17524 current #line when returning to the skeleton contents after having
17525 exposed the input file's #line.
17526
17527 Originally 2002-06-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
17528
17529 * data/bison.glr: Bring up to date with changes to bison.simple.
17530
17531 Originally 2002-06-03 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
17532
17533 * data/bison.glr: Correct definitions that use b4_prefix.
17534 Various reformatting.
17535 (GLRStack): Make yychar (in YYPURE case) and yytokenp as part of stack.
17536 (yyreportParseError, yyrecoverParseError, yyprocessOneStack): remove
17537 yytokenp argument; now part of stack.
17538 (yychar): Define to behave as documented.
17539 (yyclearin): Ditto.
e0e5bf84 17540
676385e2
PH
17541 Originally 2002-05-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
17542
17543 * src/reader.h: Add declaration for free_merger_functions.
17544
17545 * src/reader.c (merge_functions): New variable.
17546 (get_merge_function): New function.
17547 (free_merger_functions): New function.
17548 (readgram): Check for %prec that is not followed by a symbol.
17549 Handle %dprec and %merge declarations.
17550 (packgram): Initialize dprec and merger fields in rules array.
17551
17552 * src/output.c (conflict_tos, conflrow, conflict_table, conflict_list,
17553 conflict_list_cnt, conflict_list_free): New variables.
17554 (table_grow): Also grow conflict_table.
e0e5bf84 17555 (prepare_rules): Output dprec and merger tables.
676385e2 17556 (conflict_row): New function.
e0e5bf84 17557 (action_row): Output conflict lists for GLR parser. Don't use
676385e2
PH
17558 default reduction in conflicted states for GLR parser so that there
17559 are spaces for the conflict lists.
17560 (save_row): Also save conflict information.
17561 (token_actions): Allocate conflict list.
17562 (merger_output): New function.
17563 (pack_vector): Pack conflict table, too.
17564 (output_conflicts): New function to output yyconflp and yyconfl.
17565 (output_check): Allocate conflict_tos.
17566 (output_actions): Output conflict tables, also.
17567 (output_skeleton): Output b4_mergers definition.
17568 (prepare): Output b4_max_rhs_length definition.
17569 Use 'bison.glr' as default skeleton for GLR parsers.
17570
17571 * src/gram.c (glr_parser): New flag.
17572 (grammar_free): Call free_merger_functions.
17573
17574 * src/conflicts.c (count_rr_conflicts): Augment to optionally count
17575 all pairs of conflicting reductions, rather than just all tokens
17576 causing conflicts. Needed to size conflict tables.
e0e5bf84 17577 (conflicts_output): Modify call to count_rr_conflicts for new
676385e2
PH
17578 interface.
17579 (conflicts_print): Ditto.
17580 (count_total_conflicts): New function.
17581
17582 * src/reader.h (merger_list): New type.
17583 (merge_functions): New variable.
17584
17585 * src/lex.h (tok_dprec, tok_merge): New token types.
17586
17587 * src/gram.h (rule_s): Add dprec and merger fields.
17588 (glr_parser): New flag.
17589
17590 * src/conflicts.h (count_total_conflicts): New function.
17591
17592 * src/options.c (option_table): Add %dprec, %merge, and %glr-parser.
17593
17594 * doc/bison.texinfo (Generalized LR Parsing): New section.
17595 (GLR Parsers): New section.
17596 (Language and Grammar): Mention GLR parsing.
17597 (Table of Symbols): Add %dprec, %glr-parser, %merge, GLR
17598 Correct typo ("tge" -> "the").
17599
17600 * data/bison.glr: New skeleton for GLR parsing.
17601
17602 * tests/cxx-gram.at: New tests for GLR parsing.
17603
17604 * tests/testsuite.at: Include cxx-gram.at.
17605
17606 * tests/Makefile.am: Add cxx-gram.at.
e0e5bf84 17607
676385e2
PH
17608 * src/parse-gram.y:
17609
17610 * src/scan-gram.l: Add %dprec, %glr-parser, %merge.
17611
17612 * src/parse-gram.y: Grammar for %dprec, %merge, %glr-parser.
e0e5bf84 17613
b5480d74 176142002-06-27 Akim Demaille <akim@epita.fr>
e2aaf4c4
AD
17615
17616 * src/options.h, src/options.c: Remove.
17617 * src/getargs.c (short_options, long_options): New.
17618
60491a94
AD
176192002-06-27 Akim Demaille <akim@epita.fr>
17620
17621 * data/bison.simple, data/bison.c++: Rename as...
17622 * data/yacc.c, data/lalr1.cc: these.
17623 * doc/bison.texinfo (Environment Variables): Remove.
17624
9be0c25b
AD
176252002-06-25 Raja R Harinath <harinath@cs.umn.edu>
17626
17627 * src/getargs.c (report_argmatch): Initialize strtok().
17628
1ae72863
AD
176292002-06-20 Akim Demaille <akim@epita.fr>
17630
17631 * data/bison.simple (b4_symbol_actions): New, replaces...
17632 (b4_symbol_destructor, b4_symbol_printer): these.
17633 (yysymprint): Be sure to call YYPRINT only for tokens, and using
17634 user token numbers.
17635
87542d29
AD
176362002-06-20 Akim Demaille <akim@epita.fr>
17637
17638 * data/bison.simple (yydestructor): Rename as...
17639 (yydestruct): this.
17640
1a31ed21
AD
176412002-06-20 Akim Demaille <akim@epita.fr>
17642
17643 * src/symtab.h, src/symtab.c (symbol_type_set)
17644 (symbol_destructor_set, symbol_precedence_set): The location is
17645 the last argument.
17646 Adjust all callers.
17647
e776192e
AD
176482002-06-20 Akim Demaille <akim@epita.fr>
17649
17650 * src/parse-gram.y (YYPRINT, yyprint): Don't mess with the parser
17651 internals.
17652 * src/reader.h, src/reader.c (grammar_current_rule_prec_set):
17653 Takes a location.
17654 * src/symtab.h, src/symtab.c (symbol_class_set)
17655 (symbol_user_token_number_set): Likewise.
17656 Adjust all callers.
17657 Promote complain_at.
17658 * tests/input.at (Type Clashes): Adjust.
17659
5c1180b3
AD
176602002-06-20 Akim Demaille <akim@epita.fr>
17661
17662 * data/bison.simple (YYLEX): Fix the declaration when
17663 %pure-parser.
17664
e3170060
AD
176652002-06-20 Akim Demaille <akim@epita.fr>
17666
17667 * data/bison.simple (yysymprint): Don't print the token number,
17668 just its name.
17669 * tests/actions.at (Destructors): Rename as...
17670 (Printers and Destructors): this.
17671 Also exercise %printer.
17672
253862fd
AD
176732002-06-20 Akim Demaille <akim@epita.fr>
17674
17675 * data/bison.simple (YYDSYMPRINT): New.
17676 Use it to remove many of the #if YYDEBUG/if (yydebug).
17677
366eea36
AD
176782002-06-20 Akim Demaille <akim@epita.fr>
17679
17680 * src/symtab.h, src/symtab.c (symbol_t): printer and
17681 printer_location are new members.
17682 (symbol_printer_set): New.
17683 * src/parse-gram.y (PERCENT_PRINTER): New token.
17684 Handle its associated rule.
17685 * src/scan-gram.l: Adjust.
17686 (handle_destructor_at, handle_destructor_dollar): Rename as...
17687 (handle_symbol_code_at, handle_symbol_code_dollar): these.
17688 * src/output.c (symbol_printers_output): New.
17689 (output_skeleton): Call it.
17690 * data/bison.simple (yysymprint): New. Cannot be named yyprint
17691 since there are already many grammar files with a user `yyprint'.
17692 Replace the calls to YYPRINT to calls to yysymprint.
17693 * tests/calc.at: Adjust.
17694 * tests/torture.at (AT_DATA_STACK_TORTURE): Remove YYPRINT: it was
17695 taking advantage of parser very internal details (stack size!).
17696
4f25ebb0
AD
176972002-06-20 Akim Demaille <akim@epita.fr>
17698
17699 * src/scan-gram.l: Complete the scanner with the missing patterns
17700 to pacify Flex.
17701 Use `quote' and `symbol_tag_get' where appropriate.
17702
93b68a0e
AD
177032002-06-19 Akim Demaille <akim@epita.fr>
17704
17705 * tests/actions.at (Destructors): Augment to test locations.
17706 * data/bison.simple (yydestructor): Pass it the current location
17707 if locations are enabled.
17708 Prototype only when __STDC__ or C++.
17709 Change the argument names to move into the yy name space: there is
17710 user code here.
17711
58612f1d
AD
177122002-06-19 Akim Demaille <akim@epita.fr>
17713
74310291
AD
17714 * data/bison.simple (b4_pure_if): New.
17715 Use it instead of #ifdef YYPURE.
17716
177172002-06-19 Akim Demaille <akim@epita.fr>
17718
17719 * data/bison.simple (b4_location_if): New.
58612f1d
AD
17720 Use it instead of #ifdef YYLSP_NEEDED.
17721
f25bfb75
AD
177222002-06-19 Akim Demaille <akim@epita.fr>
17723
17724 Prepare @$ in %destructor, but currently don't bind it in the
17725 skeleton, as %location use is not cleaned up yet.
17726
17727 * src/scan-gram.l (handle_dollar, handle_destructor_at)
17728 (handle_action_at): New.
17729 (handle_at, handle_action_dollar, handle_destructor_dollar): Take
17730 a braced_code_t and a location as additional arguments.
17731 (handle_destructor_dollar): Instead of requiring `b4_eval', just
17732 unquote one when outputting `b4_dollar_dollar'.
17733 Adjust callers.
17734 * data/bison.simple (b4_eval): Remove.
17735 (b4_symbol_destructor): Adjust.
17736 * tests/input.at (Invalid @n): Adjust.
17737
c732d2c6
AD
177382002-06-19 Zack Weinberg <zack@codesourcery.com>
17739
17740 * doc/bison.texinfo: Document ability to have multiple
17741 prologue sections.
17742
8c165d89
AD
177432002-06-18 Akim Demaille <akim@epita.fr>
17744
17745 * src/files.c (compute_base_names): When computing the output file
17746 names from the input file name, strip the directory part.
17747
ca98bf57
AD
177482002-06-18 Akim Demaille <akim@epita.fr>
17749
17750 * data/bison.simple.new: Comment changes.
17751 Reported by Andreas Schwab.
17752
0bfb02ff
AD
177532002-06-18 Matt Kraai <kraai@alumni.cmu.edu>
17754
17755 * data/bison.simple (yyoverflowlab): #ifndef yyoverflow, so that
17756 there are no `label `yyoverflowlab' defined but not used' warnings
17757 when yyoverflow is defined.
17758
24c0aad7
AD
177592002-06-18 Akim Demaille <akim@epita.fr>
17760
17761 * src/symtab.h, src/symtab.c (symbol_t): destructor_location is a
17762 new member.
17763 (symbol_destructor_set): Adjust.
17764 * src/output.c (symbol_destructors_output): Output the destructor
17765 locations.
17766 Output the symbol name.
17767 * data/bison.simple (b4_symbol_destructor): Adjust.
17768
5719c109
AD
177692002-06-18 Cris Bailiff <c.bailiff@awayweb.com>
17770 and Akim Demaille <akim@epita.fr>
17771
17772 * data/bison.simple.new (yyerrlab1): Be sure to pop and destroy
17773 what's left on the stack when the error recovery hits EOF.
17774 * tests/actions.at (Destructors): Complete to exercise this case.
17775
9280d3ef
AD
177762002-06-17 Akim Demaille <akim@epita.fr>
17777
17778 * data/m4sugar/m4sugar.m4 (m4_map): Recognize when the list of
17779 arguments is really empty, not only equal to `[]'.
17780 * src/symtab.h, src/symtab.c (symbol_t): `destructor' is a new
17781 member.
17782 (symbol_destructor_set): New.
17783 * src/output.c (symbol_destructors_output): New.
17784 * src/reader.h (brace_code_t, current_braced_code): New.
17785 * src/scan-gram.l (BRACED_CODE): Use it to branch on...
17786 (handle_dollar): Rename as...
17787 (handle_action_dollar): this.
17788 (handle_destructor_dollar): New.
17789 * src/parse-gram.y (PERCENT_DESTRUCTOR): New.
17790 (grammar_declaration): Use it.
17791 * data/bison.simple (yystos): Is always defined.
17792 (yydestructor): New.
17793 * tests/actions.at (Destructors): New.
17794 * tests/calc.at (_AT_CHECK_CALC_ERROR): Don't rely on egrep.
17795
dafdc66f
AD
177962002-06-17 Akim Demaille <akim@epita.fr>
17797
17798 * src/symlist.h, src/symlist.c (symbol_list_length): New.
17799 * src/scan-gram.l (handle_dollar, handle_at): Compute the
17800 rule_length only when needed.
17801 * src/output.c (actions_output, token_definitions_output): Output
17802 the full M4 block.
17803 * src/symtab.c: Don't access directly to the symbol tag, use
17804 symbol_tag_get.
17805 * src/parse-gram.y: Use symbol_list_free.
17806
56c47203
AD
178072002-06-17 Akim Demaille <akim@epita.fr>
17808
17809 * src/reader.h, src/reader.c (symbol_list, symbol_list_new)
17810 (symbol_list_prepend, get_type_name): Move to...
17811 * src/symlist.h, src/symlist.c (symbol_list_t, symbol_list_new)
17812 (symbol_list_prepend, symbol_list_n_type_name_get): here.
17813 Adjust all callers.
17814 (symbol_list_free): New.
17815 * src/scan-gram.l (handle_dollar): Takes a location.
17816 * tests/input.at (Invalid $n): Adjust.
17817
1e0bab92
AD
178182002-06-17 Akim Demaille <akim@epita.fr>
17819
17820 * src/reader.h, src/reader.c (symbol_list_new): Export it.
17821 (symbol_list_prepend): New.
17822 * src/parse-gram.y (%union): `list' is a new member.
17823 (symbols.1): New, replaces...
17824 (terms_to_prec.1, nterms_to_type.1): these.
17825 * src/symtab.h, src/symtab.c (symbol_type_set, symbol_precedence_set)
17826 Take a location as additional argument.
17827 Adjust all callers.
17828
04e60654
AD
178292002-06-15 Akim Demaille <akim@epita.fr>
17830
17831 * src/parse-gram.y: Move %token in the declaration section so that
17832 we don't depend upon CVS Bison.
17833
10e5b8bd
AD
178342002-06-15 Akim Demaille <akim@epita.fr>
17835
17836 * src/state.h, src/state.c (state_rule_lookaheads_print): New.
17837 * src/print.c (print_core): Use it.
17838
9801d40c
AD
178392002-06-15 Akim Demaille <akim@epita.fr>
17840
17841 * src/conflicts.c (log_resolution): Accept the rule involved in
17842 the sr conflicts instead of the lookahead number that points to
17843 that rule.
17844 (flush_reduce): Accept the current lookahead vector as argument,
17845 instead of the index in LA.
17846 (resolve_sr_conflict): Accept the current number of lookahead
17847 bitset to consider for the STATE, instead of the index in LA.
17848 (set_conflicts): Adjust.
17849 * src/lalr.c, src/lalr.h, src/state.h: Comment changes.
17850
c0263492
AD
178512002-06-15 Akim Demaille <akim@epita.fr>
17852
17853 * src/state.h (state_t): Replace the `lookaheadsp' member, a
17854 short, with `lookaheads' (bitsetv), `lookaheads_rule' (rule_t**).
17855 Adjust all dependencies.
17856 * src/lalr.c (initialize_lookaheads): Split into...
17857 (states_lookaheads_count, states_lookaheads_initialize): these.
17858 (lalr): Adjust.
17859
9757c359
AD
178602002-06-15 Akim Demaille <akim@epita.fr>
17861
17862 * src/gram.h, src/gram.c (grammar_rules_partial_print): New, eved
17863 out of...
17864 (grammar_rules_print): here.
17865 * src/reduce.c (reduce_output): Use it.
17866 * tests/reduce.at (Useless Rules, Reduced Automaton)
17867 (Underivable Rules): Adjust.
17868
6b98e4b5
AD
178692002-06-15 Akim Demaille <akim@epita.fr>
17870
17871 Copy BYacc's nice way to report the grammar.
17872
17873 * src/gram.h, src/gram.c (grammar_rhs_print, grammar_rules_print):
17874 New.
17875 Don't print the rules' location, it is confusing and useless.
17876 (rule_print): Use grammar_rhs_print.
17877 * src/print.c (print_grammar): Use grammar_rules_print.
17878
6b98e4b5
AD
178792002-06-15 Akim Demaille <akim@epita.fr>
17880
17881 Complete and rationalize `useless thing' warnings.
17882
17883 * src/symtab.h, src/symtab.c (symbol_tag_get, symbol_tag_get_n)
17884 (symbol_tag_print): New.
17885 Use them everywhere in place of accessing directly the tag member.
17886 * src/gram.h, src/gram.c (rule_print): New.
17887 Use it where a rule used to be printed `by hand'.
17888 * src/reduce.c (nonterminals_reduce): Report the use nonterminals.
17889 (reduce_grammar_tables): Report the useless rules.
17890 (reduce_print): Useless things are a warning, not an error.
17891 Report it as such.
17892 * tests/reduce.at (Useless Nonterminals, Useless Rules):
17893 (Reduced Automaton, Underivable Rules): Adjust.
17894 * tests/regression.at (Web2c Report, Web2c Report): Adjust.
17895 * tests/conflicts.at (Unresolved SR Conflicts)
17896 (Solved SR Conflicts): Adjust.
17897
ee000ba4
AD
178982002-06-15 Akim Demaille <akim@epita.fr>
17899
17900 Let symbols have a location.
17901
17902 * src/symtab.h, src/symtab.c (symbol_t): Location is a new member.
17903 (getsym): Adjust.
17904 Adjust all callers.
17905 * src/complain.h, src/complain.c (complain_at, fatal_at, warn_at):
17906 Use location_t, not int.
17907 * src/symtab.c (symbol_check_defined): Take advantage of the
17908 location.
17909 * tests/regression.at (Invalid inputs): Adjust.
17910
8efe435c
AD
179112002-06-15 Akim Demaille <akim@epita.fr>
17912
17913 * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.
17914 (input): Don't try to initialize yylloc here, do it in the
17915 scanner.
17916 * src/scan-gram.l (YY_USER_INIT): Initialize yylloc.
17917 * src/gram.h (rule_t): Change line and action_line into location
17918 and action_location, of location_t type.
17919 Adjust all dependencies.
17920 * src/location.h, src/location.c (empty_location): New.
17921 * src/reader.h, src/reader.c (grammar_start_symbol_set)
17922 (grammar_symbol_append, grammar_rule_begin, grammar_rule_end)
17923 (grammar_current_rule_symbol_append)
17924 (grammar_current_rule_action_append): Expect a location as argument.
17925 * src/reader.c (grammar_midrule_action): Adjust to attach an
17926 action's location as dummy symbol location.
17927 * src/symtab.h, src/symtab.c (startsymbol_location): New.
17928 * tests/regression.at (Web2c Report, Rule Line Numbers): Adjust
17929 the line numbers.
17930
1921f1d7
AD
179312002-06-14 Akim Demaille <akim@epita.fr>
17932
17933 Grammar declarations may be found in the grammar section.
17934
17935 * src/parse-gram.y (rules_or_grammar_declaration): New.
17936 (declarations): Each declaration may end with a semicolon, not
17937 just...
17938 (grammar_declaration): `"%union"'.
17939 (grammar): Branch to rules_or_grammar_declaration.
17940
4515534c
AD
179412002-06-14 Akim Demaille <akim@epita.fr>
17942
17943 * src/main.c (main): Invoke scanner_free.
17944
f958596b
AD
179452002-06-14 Akim Demaille <akim@epita.fr>
17946
17947 * src/output.c (m4_invoke): Extracted from...
17948 (output_skeleton): here.
17949 Free tempfile.
17950
2c569025
AD
179512002-06-14 Akim Demaille <akim@epita.fr>
17952
17953 * src/parse-gram.y (directives, directive, gram)
17954 (grammar_directives, precedence_directives, precedence_directive):
17955 Rename as...
17956 (declarations, declaration, grammar, grammar_declaration)
17957 (precedence_declaration, precedence_declarator): these.
17958 (symbol_declaration): New.
17959
592e8d4d
AD
179602002-06-14 Akim Demaille <akim@epita.fr>
17961
17962 * src/files.c (action_obstack): Remove, unused.
17963 (output_obstack): Remove it, and all its dependencies, as it is no
17964 longer needed.
17965 * src/reader.c (epilogue_set): Build the epilogue in the
17966 muscle_obstack.
17967 * src/output.h, src/output.c (muscle_obstack): Move to...
17968 * src/muscle_tab.h, src/muscle_tab.h: here.
17969 (muscle_init): Initialize muscle_obstack.
17970 (muscle_free): New.
17971 * src/main.c (main): Call it.
17972
0c15323d
AD
179732002-06-14 Akim Demaille <akim@epita.fr>
17974
17975 * src/location.h: New, extracted from...
17976 * src/reader.h: here.
17977 * src/Makefile.am (noinst_HEADERS): Merge into
17978 (bison_SOURCES): this.
17979 Add location.h.
17980 * src/parse-gram.y: Use location_t instead of Bison's.
17981 * src/reader.h, src/reader.c (prologue_augment, epilogue_set):
17982 Use location_t instead of ints.
17983
e96c9728
AD
179842002-06-14 Akim Demaille <akim@epita.fr>
17985
17986 * data/bison.simple, data/bison.c++: Be sure to restore the
17987 current #line when returning to the skeleton contents after having
17988 exposed the input file's #line.
17989
75d1fe16
AD
179902002-06-12 Akim Demaille <akim@epita.fr>
17991
17992 * src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*>', it is too
17993 eager.
17994 * tests/actions.at (Exotic Dollars): New.
17995
6c35d22c
AD
179962002-06-12 Akim Demaille <akim@epita.fr>
17997
17998 * src/scan-gram.l (SC_PROLOGUE): Don't eat characters amongst
17999 ['"/] too eagerly.
18000 * tests/input.at (Torturing the Scanner): New.
18001
1d6412ad
AD
180022002-06-11 Akim Demaille <akim@epita.fr>
18003
18004 * src/scan-gram.l (YY_OBS_INIT): Remove, replace with...
18005 [SC_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,SC_PROLOGUE]
18006 [SC_EPILOGUE]: Output the quadrigraphs only when not in a comment.
18007 * src/reader.h, src/scan-gram.l (scanner_initialize): this.
18008 * src/reader.c (reader): Use it.
18009
4cdb01db
AD
180102002-06-11 Akim Demaille <akim@epita.fr>
18011
18012 * src/scan-gram.l (YY_OBS_FINISH): Don't set yylval.
18013 Adjust all callers.
18014 (scanner_last_string_free): New.
18015
44995b2e
AD
180162002-06-11 Akim Demaille <akim@epita.fr>
18017
18018 * src/scan-gram.l (YY_INIT, YY_GROW, YY_FINISH): Rename as...
18019 (YY_OBS_INIT, YY_OBS_GROW, YY_OBS_FINISH): these.
18020 (last_string, YY_OBS_FREE): New.
18021 Use them when returning an ID.
18022
e9955c83
AD
180232002-06-11 Akim Demaille <akim@epita.fr>
18024
18025 Have Bison grammars parsed by a Bison grammar.
18026
18027 * src/reader.c, src/reader.h (prologue_augment): New.
18028 * src/reader.c (copy_definition): Remove.
18029
18030 * src/reader.h, src/reader.c (gram_start_symbol_set, prologue_augment)
18031 (grammar_symbol_append, grammar_rule_begin, grammar_midrule_action)
18032 (grammar_current_rule_prec_set, grammar_current_rule_check)
18033 (grammar_current_rule_symbol_append)
18034 (grammar_current_rule_action_append): Export.
18035 * src/parse-gram.y (symbol_list_new, symbol_list_symbol_append_
18036 (symbol_list_action_append): Remove.
18037 Hook the routines from reader.
18038 * src/scan-gram.l: In INITIAL, characters and strings are tokens.
18039 * src/system.h (ATTRIBUTE_NORETURN, ATTRIBUTE_UNUSED): Now.
18040
18041 * src/reader.c (read_declarations): Remove, unused.
18042
18043 * src/parse-gram.y: Handle the epilogue.
18044 * src/reader.h, src/reader.c (gram_start_symbol_set): Rename as...
18045 (grammar_start_symbol_set): this.
18046 * src/scan-gram.l: Be sure to ``use'' yycontrol to keep GCC quiet.
18047 * src/reader.c (readgram): Remove, unused.
18048 (reader): Adjust to insert eoftoken and axiom where appropriate.
18049
18050 * src/reader.c (copy_dollar): Replace with...
18051 * src/scan-gram.h (handle_dollar): this.
18052 * src/parse-gram.y: Remove `%thong'.
18053
18054 * src/reader.c (copy_at): Replace with...
18055 * src/scan-gram.h (handle_at): this.
18056
18057 * src/complain.h, src/complain.c (warn_at, complain_at, fatal_at):
18058 New.
18059
18060 * src/scan-gram.l (YY_LINES): Keep lineno synchronized for the
18061 time being.
18062
18063 * src/reader.h, src/reader.c (grammar_rule_end): New.
18064
18065 * src/parse.y (current_type, current_class): New.
18066 Implement `%nterm', `%token' support.
18067 Merge `%term' into `%token'.
18068 (string_as_id): New.
18069 * src/symtab.h, src/symtab.c (symbol_make_alias): Don't pass the
18070 type name.
18071
18072 * src/parse-gram.y: Be sure to handle properly the beginning of
18073 rules.
18074
18075 * src/parse-gram.y: Handle %type.
18076 * src/reader.c (grammar_rule_end): Call grammar_current_rule_check.
18077
18078 * src/parse-gram.y: More directives support.
18079 * src/options.c: No longer handle source directives.
18080
18081 * src/parse-gram.y: Fix %output.
18082
18083 * src/parse-gram.y: Handle %union.
18084 Use the prologue locations.
18085 * src/reader.c (parse_union_decl): Remove.
18086
18087 * src/reader.h, src/reader.c (epilogue_set): New.
18088 * src/parse-gram.y: Use it.
18089
18090 * data/bison.simple, data/bison.c++: b4_stype is now either not
18091 defined, then default to int, or to the contents of %union,
18092 without `union' itself.
18093 Adjust.
18094 * src/muscle_tab.c (muscle_init): Don't predefine `stype'.
18095
18096 * src/output.c (actions_output): Don't output braces, as they are
18097 already handled by the scanner.
18098
18099 * src/scan-gram.l (SC_CHARACTER): Set the user_token_number of
18100 characters to themselves.
18101
18102 * tests/reduce.at (Reduced Automaton): End the grammars with %% so
18103 that the epilogue has a proper #line.
18104
18105 * src/parse-gram.y: Handle precedence/associativity.
18106
18107 * src/symtab.c (symbol_precedence_set): Requires the symbol to be
18108 a terminal.
18109 * src/scan-gram.l (SC_BRACED_CODE): Catch strings and characters.
18110 * tests/calc.at: Do not use `%token "foo"' as it makes not sense
18111 at all to define terminals that cannot be emitted.
18112
18113 * src/scan-gram.l: Escape M4 characters.
18114
18115 * src/scan-gram.l: Working properly with escapes in user
18116 strings/characters.
18117
18118 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR)
18119 (AT_DATA_HORIZONTAL_GRAMMAR): Respect the `%token ID NUM STRING'
18120 grammar.
18121 Use more modest sizes, as for the time being the parser does not
18122 release memory, and therefore the process swallows a huge amount
18123 of memory.
18124
18125 * tests/torture.at (AT_DATA_LOOKAHEADS_GRAMMAR): Adjust to the
18126 stricter %token grammar.
18127
18128 * src/symtab.h (associativity): Add `undef_assoc'.
18129 (symbol_precedence_set): Do nothing when passed an undef_assoc.
18130 * src/symtab.c (symbol_check_alias_consistence): Adjust.
18131
18132 * tests/regression.at (Invalid %directive): Remove, as it is now
18133 meaningless.
18134 (Invalid inputs): Adjust to the new error messages.
18135 (Token definitions): The new grammar doesn't allow too many
18136 eccentricities.
18137
18138 * src/lex.h, src/lex.c: Remove.
18139 * src/reader.c (lastprec, skip_to_char, read_signed_integer)
18140 (copy_character, copy_string2, copy_string, copy_identifier)
18141 (copy_comment, parse_token_decl, parse_type_decl, parse_assoc_decl)
18142 (parse_muscle_decl, parse_dquoted_param, parse_skel_decl)
18143 (parse_action): Remove.
18144 * po/POTFILES.in: Adjust.
18145
2e047461
AD
181462002-06-11 Akim Demaille <akim@epita.fr>
18147
cd05d13c 18148 * src/reader.c (parse_action): Don't store directly into the
2e047461
AD
18149 rule's action member: return the action as a string.
18150 Don't require `rule_length' as an argument: compute it.
18151 (grammar_current_rule_symbol_append)
18152 (grammar_current_rule_action_append): New, eved out from
18153 (readgram): here.
18154 Remove `action_flag', `rulelength', unused now.
18155
9af3fbce
AD
181562002-06-11 Akim Demaille <akim@epita.fr>
18157
18158 * src/reader.c (grammar_current_rule_prec_set).
18159 (grammar_current_rule_check): New, eved out from...
18160 (readgram): here.
18161 Remove `xaction', `first_rhs': useless.
18162 * tests/input.at (Type clashes): New.
18163 * tests/existing.at (GNU Cim Grammar): Adjust.
18164
1485e106
AD
181652002-06-11 Akim Demaille <akim@epita.fr>
18166
18167 * src/reader.c (grammar_midrule_action): New, Eved out from
18168 (readgram): here.
18169
da4160c3
AD
181702002-06-11 Akim Demaille <akim@epita.fr>
18171
18172 * src/reader.c (grammar_rule_begin, previous_rule, current_rule):
18173 New.
18174 (readgram): Use them as replacement of inlined code, crule and
18175 crule1.
18176
f6d0f937
AD
181772002-06-11 Akim Demaille <akim@epita.fr>
18178
18179 * src/reader.c (grammar_end, grammar_symbol_append): New.
18180 (readgram): Use them.
18181 Make the use of `p' as local as possible.
18182
69078d4b
AD
181832002-06-10 Akim Demaille <akim@epita.fr>
18184
18185 GCJ's parser requires the tokens to be defined before the prologue.
18186
18187 * data/bison.simple: Output the token definition before the user's
18188 prologue.
18189 * tests/regression.at (Braces parsing, Duplicate string)
18190 (Mixing %token styles): Check the output from bison.
18191 (Early token definitions): New.
18192
5e424082
AD
181932002-06-10 Akim Demaille <akim@epita.fr>
18194
18195 * src/symtab.c (symbol_user_token_number_set): Don't complain when
18196 assigning twice the same user number to a token, so that we can
18197 use it in...
18198 * src/lex.c (lex): here.
18199 Also use `symbol_class_set' instead of hand written code.
18200 * src/reader.c (parse_assoc_decl): Likewise.
18201
44536b35
AD
182022002-06-10 Akim Demaille <akim@epita.fr>
18203
18204 * src/symtab.c, src/symtab.c (symbol_class_set)
18205 (symbol_user_token_number_set): New.
18206 * src/reader.c (parse_token_decl): Use them.
18207 Use a switch instead of ifs.
18208 Use a single argument.
18209
8b9f2372
AD
182102002-06-10 Akim Demaille <akim@epita.fr>
18211
18212 Remove `%thong' support as it is undocumented, unused, duplicates
18213 `%token's job, and creates useless e-mail traffic with people who
18214 want to know what it is, why it is undocumented, unused, and
18215 duplicates `%token's job.
18216
18217 * src/reader.c (parse_thong_decl): Remove.
18218 * src/options.c (option_table): Remove "thong".
18219 * src/lex.h (tok_thong): Remove.
18220
3ae2b51f
AD
182212002-06-10 Akim Demaille <akim@epita.fr>
18222
18223 * src/symtab.c, src/symtab.c (symbol_type_set)
18224 (symbol_precedence_set): New.
18225 * src/reader.c (parse_type_decl, parse_assoc_decl): Use them.
18226 (value_components_used): Remove, unused.
18227
2f1afb73
AD
182282002-06-09 Akim Demaille <akim@epita.fr>
18229
18230 Move symbols handling code out of the reader.
18231
18232 * src/reader.h, src/reader.c (errtoken, undeftoken, eoftoken)
18233 (axiom): Move to...
18234 * src/symtab.h, src/symtab.c: here.
18235
18236 * src/gram.c (start_symbol): Remove: use startsymbol->number.
18237 * src/reader.c (startval): Rename as...
18238 * src/symtab.h, src/symtab.c (startsymbol): this.
18239 * src/reader.c: Adjust.
18240
18241 * src/reader.c (symbol_check_defined, symbol_make_alias)
18242 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
18243 (token_translations_init)
18244 Move to...
18245 * src/symtab.c: here.
18246 * src/reader.c (packsymbols): Move to...
18247 * src/symtab.h, src/symtab.c (symbols_pack): here.
18248 * src/symtab.h, src/symtab.c (symbol_make_alias): Takes SYMVAL as
18249 argument.
18250
e9bca3ad
AD
182512002-06-03 Akim Demaille <akim@epita.fr>
18252
18253 * src/muscle_tab.c (muscle_insert, muscle_find): Declarations,
18254 then statements.
18255
86eff183
AD
182562002-06-03 Akim Demaille <akim@epita.fr>
18257
18258 * src/muscle_tab.c (muscle_find, muscle_insert): Don't initialize
18259 structs with non literals.
18260 * src/scan-skel.l: never-interactive.
18261 * src/conflicts.c (enum conflict_resolution_e): No trailing
18262 comma.
18263 * src/getargs.c (usage): Split long literal strings.
18264 Reported by Hans Aberg.
18265
717be197
AD
182662002-05-28 Akim Demaille <akim@epita.fr>
18267
18268 * data/bison.c++: Use C++ ostreams.
18269 (cdebug_): New member.
18270
670ddffd
AD
182712002-05-28 Akim Demaille <akim@epita.fr>
18272
18273 * src/output.c (output_skeleton): Be sure to allocate enough room
18274 for `/' _and_ for `\0' in full_skeleton.
18275
769b430f
AD
182762002-05-28 Akim Demaille <akim@epita.fr>
18277
18278 * data/bison.c++: Catch up with bison.simple:
18279 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
18280 and Paul Eggert <eggert@twinsun.com>: `error' handing.
18281 2002-05-26 Akim Demaille <akim@epita.fr>: stos_, token_number_,
18282 and popping traces.
18283
7067cb36
PH
182842002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
18285
18286 * src/output.c (output_skeleton): Put an explicit path in front of
18287 the skeleton file name, rather than relying on the -I directory,
18288 to partially alleviate effects of having a skeleton file lying around
18289 in the current directory.
769b430f 18290
4a713ec2
PH
182912002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
18292
769b430f 18293 * src/conflicts.c (log_resolution): Correct typo:
4a713ec2
PH
18294 obstack_printf should be obstack_fgrow1.
18295
b408954b
AD
182962002-05-26 Akim Demaille <akim@epita.fr>
18297
18298 * src/state.h (state_t): `solved_conflicts' is a new member.
18299 * src/LR0.c (new_state): Set it to 0.
18300 * src/conflicts.h, src/conflicts.c (print_conflicts)
18301 (free_conflicts, solve_conflicts): Rename as...
18302 (conflicts_print, conflicts_free, conflicts_solve): these.
18303 Adjust callers.
18304 * src/conflicts.c (enum conflict_resolution_e)
18305 (solved_conflicts_obstack): New, used by...
18306 (log_resolution): this.
18307 Adjust to attach the conflict resolution to each state.
18308 Complete the description with the precedence/associativity
18309 information.
18310 (resolve_sr_conflict): Adjust.
18311 * src/print.c (print_state): Output its solved_conflicts.
18312 * tests/conflicts.at (Unresolved SR Conflicts)
18313 (Solved SR Conflicts): Exercise --report=all.
18314
a49aecd5
AD
183152002-05-26 Akim Demaille <akim@epita.fr>
18316
18317 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
18318 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
18319 * src/reader.c, src/reduce.c, src/state.h, src/symtab.h
18320 (token_number_t, item_number_as_token_number)
18321 (token_number_as_item_number, muscle_insert_token_number_table):
18322 Rename as...
18323 (symbol_number_t, item_number_as_symbol_number)
18324 (symbol_number_as_item_number, muscle_insert_symbol_number_table):
18325 these, since it is more appropriate.
18326
5504898e
AD
183272002-05-26 Akim Demaille <akim@epita.fr>
18328
18329 * tests/calc.at (AT_CHECK_CALC): Adjust: there are now additional
18330 `Error:' lines.
18331 * data/bison.simple (yystos) [YYDEBUG]: New.
18332 (yyparse) [YYDEBUG]: Display the symbols which are popped during
18333 error recovery.
18334 * tests/regression.at (Web2c Actions): Adjust: yystos is output now.
18335
ec3bc396
AD
183362002-05-25 Akim Demaille <akim@epita.fr>
18337
18338 * doc/bison.texinfo (Debugging): Split into...
18339 (Tracing): this new section, its former contents, and...
18340 (Understanding): this new section.
18341 * src/getargs.h, src/getargs.c (verbose_flag): Remove, replaced
18342 by...
18343 (report_flag): this.
18344 Adjust all dependencies.
18345 (report_args, report_types, report_argmatch): New.
18346 (usage, getargs): Report/support -r, --report.
18347 * src/options.h
18348 (struct option_table_struct): Rename as..,
18349 (struct option_table_s): this.
18350 Rename the `set_flag' member to `flag' to match with getopt_long's
18351 struct.
18352 * src/options.c (option_table): Split verbose into an entry for
18353 %verbose, and another for --verbose.
18354 Support --report/-r, so remove -r from the obsolete --raw.
18355 * src/print.c: Attach full item sets and lookaheads reports to
18356 report_flag instead of trace_flag.
18357 * lib/argmatch.h, lib/argmatch.c: New, from Fileutils 4.1.
18358
78df8250
PE
183592002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
18360 and Paul Eggert <eggert@twinsun.com>
769b430f 18361
78df8250
PE
18362 * data/bison.simple (yyparse): Correct error handling to conform to
18363 POSIX and yacc. Specifically, after syntax error is discovered,
18364 do not reduce further before shifting the error token.
18365 Clean up the code a bit by removing the labels yyerrdefault,
18366 yyerrhandle, yyerrpop.
18367 * NEWS: Document the above.
18368
c0c9ea05
PH
183692002-05-20 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
18370
18371 * data/bison.simple (yyr1): Don't use yy_token_number_type as element
18372 type; it isn't always big enough, since it doesn't necessarily
18373 include non-terminals.
769b430f 18374 (yytranslate): Expand definition of yy_token_number_type, so that
c0c9ea05
PH
18375 the latter can be removed.
18376 (yy_token_number_type): Remove, only one use.
18377 * data/bison.c++ (r1_): Parallel change to yyr1 in bison.simple---
18378 don't use TokenNumberType as element type.
769b430f 18379
c0c9ea05
PH
18380 * tests/regression.at: Modify expected output to agree with change
18381 to yyr1 and yytranslate.
769b430f 18382
6390a83f
FK
183832002-05-13 Florian Krohm <florian@edamail.fishkill.ibm.com>
18384
18385 * src/reader.c (parse_action): Use copy_character instead of
18386 obstack_1grow.
18387
db7c8e9a
AD
183882002-05-13 Akim Demaille <akim@epita.fr>
18389
18390 * tests/regression.at (Token definitions): Prototype yylex and
18391 yyerror.
18392
fcc61800
PH
183932002-05-12 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
18394
158c687b 18395 * src/scan-skel.l: Correct off-by-one error in handling of __oline__.
fcc61800
PH
18396 * data/bison.simple (b4_sint_type, b4_uint_type): Correct to reflect
18397 32-bit arithmetic.
18398 * data/bison.c++ (b4_sint_type, b4_uint_type): Ditto.
18399
5683e9b2
AD
184002002-05-07 Akim Demaille <akim@epita.fr>
18401
18402 * tests/synclines.at: Be sure to prototype yylex and yyerror to
18403 avoid GCC warnings.
18404
0c2d3f4c
AD
184052002-05-07 Akim Demaille <akim@epita.fr>
18406
18407 Kill GCC warnings.
18408
18409 * src/reduce.c (nonterminals_reduce): Don't loop over RITEM: loop
18410 over the RHS of each rule.
18411 * src/gram.h, src/gram.c (nritems): Is `unsigned int', not int.
18412 * src/state.h (state_t): Member `nitems' is unsigned short.
18413 * src/LR0.c (get_state): Adjust.
18414 * src/reader.c (packgram): Likewise.
18415 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): `max' is of type
18416 `Type'.
18417 (muscle_insert_int_table): Remove, unused.
18418 (prepare_rules): Remove `max'.
18419
1565b720
AD
184202002-05-06 Akim Demaille <akim@epita.fr>
18421
18422 * src/closure.c (print_firsts): Display of the symbol tags.
18423 (bitmatrix_print): Move to...
18424 * lib/bitsetv-print.h, lib/bitsetv-print.c (bitsetv_matrix_dump):
18425 here.
18426 * tests/sets.at (Nullable, Broken Closure, Firsts): Adjust.
18427
cfaee611
AD
184282002-05-06 Akim Demaille <akim@epita.fr>
18429
18430 * src/muscle_tab.c (muscle_m4_output): Must return TRUE for
18431 hash_do_for_each.
18432
458be8e0
AD
184332002-05-06 Akim Demaille <akim@epita.fr>
18434
18435 * src/LR0.c (new_state, get_state): Instead of using the global
18436 `kernel_size' and `kernel_base', have two new arguments:
18437 `core_size' and `core'.
18438 Adjust callers.
18439
a900a624
AD
184402002-05-06 Akim Demaille <akim@epita.fr>
18441
18442 * src/reader.c (packgram): No longer end `ritem' with a 0
18443 sentinel: it is not used.
18444
d4e7d3a1
AD
184452002-05-05 Akim Demaille <akim@epita.fr>
18446
18447 New experimental feature: display the lookaheads in the report and
18448 graph.
18449
18450 * src/print (print_core): When --trace-flag, display the rules
18451 lookaheads.
18452 * src/print_graph.c (print_core): Likewise.
18453 Swap the arguments.
18454 Adjust caller.
18455
39ceb25b
AD
184562002-05-05 Akim Demaille <akim@epita.fr>
18457
18458 * tests/torture.at (Many lookaheads): New test.
18459
5372019f
AD
184602002-05-05 Akim Demaille <akim@epita.fr>
18461
18462 * src/output.c (GENERATE_OUTPUT_TABLE): Replace with...
18463 (GENERATE_MUSCLE_INSERT_TABLE): this.
18464 (output_int_table, output_unsigned_int_table, output_short_table)
18465 (output_token_number_table, output_item_number_table): Replace with...
18466 (muscle_insert_int_table, muscle_insert_unsigned_int_table)
18467 (muscle_insert_short_table, muscle_insert_token_number_table)
18468 (muscle_insert_item_number_table): these.
18469 Adjust all callers.
18470 (prepare_tokens): Don't free `translations', since...
18471 * src/reader.h, src/reader.c (grammar_free): do it.
18472 Move to...
18473 * src/gram.h, src/gram.c (grammar_free): here.
18474 * data/bison.simple, data/bison.c++: b4_token_number_max is now
18475 b4_translate_max.
18476
5df5f6d5
AD
184772002-05-05 Akim Demaille <akim@epita.fr>
18478
18479 * src/output.c (output_unsigned_int_table): New.
18480 (prepare_rules): `i' is unsigned.
18481 `prhs', `rline', `r2' are unsigned int.
18482 Rename muscle `rhs_number_max' as `rhs_max'.
18483 Output muscles `prhs_max', `rline_max', and `r2_max'.
18484 Free rline and r1.
18485 * data/bison.simple, data/bison.c++: Adjust to use these muscles
18486 to compute types instead of constant types.
18487 * tests/regression.at (Web2c Actions): Adjust.
18488
b87f8b21
AD
184892002-05-04 Akim Demaille <akim@epita.fr>
18490
18491 * src/symtab.h (SALIAS, SUNDEF): Rename as...
18492 (USER_NUMBER_ALIAS, USER_NUMBER_UNDEFINED): these.
18493 Adjust dependencies.
18494 * src/output.c (token_definitions_output): Be sure not to output a
18495 `#define 'a'' when fed with `%token 'a' "a"'.
18496 * tests/regression.at (Token definitions): New.
18497
8bb936e4
PE
184982002-05-03 Paul Eggert <eggert@twinsun.com>
18499
18500 * data/bison.simple (b4_token_defines): Also define YYTOKENTYPE
18501 for K&R C.
18502
185032002-05-03 gettextize <bug-gnu-gettext@gnu.org>
18504
18505 * Makefile.am (SUBDIRS): Remove intl.
18506 (EXTRA_DIST): Add config/config.rpath.
18507
53c71a12
AD
185082002-05-03 Akim Demaille <akim@epita.fr>
18509
18510 * data/bison.simple (m4_if): Don't output empty enums.
18511 And actually, output valid enum definitions :(.
18512
289dd0cf
AD
185132002-05-03 Akim Demaille <akim@epita.fr>
18514
18515 * configure.bat: Remove, completely obsolete.
18516 * Makefile.am (EXTRA_DIST): Adjust.
18517 Don't distribute config.rpath...
18518 * config/Makefile.am (EXTRA_DIST): Do it.
18519
db85e524
AD
185202002-05-03 Akim Demaille <akim@epita.fr>
18521
18522 * configure.in (GETTEXT_VERSION): New.
18523 Suggested by Bruno Haible for the forthcoming Gettext 0.10.3.
18524
83ccf991
AD
185252002-05-03 Akim Demaille <akim@epita.fr>
18526
18527 * data/bison.simple (b4_token_enum): New.
18528 (b4_token_defines): Use it to output tokens both as #define and
18529 enums.
18530 Suggested by Paul Eggert.
18531 * src/output.c (token_definitions_output): Don't output spurious
18532 white spaces.
18533
1f418995
AD
185342002-05-03 Akim Demaille <akim@epita.fr>
18535
18536 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
18537
45119f04
RA
185382002-05-02 Robert Anisko <robert@lrde.epita.fr>
18539
18540 * data/bison.c++: Adapt expansion of $s and @s to the C++ parser.
18541 Update the stack class, give a try to deque as the default container.
18542
b2d52318
AD
185432002-05-02 Akim Demaille <akim@epita.fr>
18544
18545 * data/bison.simple (yyparse): Do not implement @$ = @1.
18546 (YYLLOC_DEFAULT): Adjust to do it.
18547 * doc/bison.texinfo (Location Default Action): Fix.
18548
3a8b4109
AD
185492002-05-02 Akim Demaille <akim@epita.fr>
18550
18551 * src/reader.c (parse_braces): Merge into...
18552 (parse_action): this.
18553
84614e13
AD
185542002-05-02 Akim Demaille <akim@epita.fr>
18555
18556 * configure.in (ALL_LINGUAS): Remove.
18557 * po/LINGUAS, hr.po: New.
18558
fdbcd8e2
AD
185592002-05-02 Akim Demaille <akim@epita.fr>
18560
18561 Remove the so called hairy (semantic) parsers.
18562
18563 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove.
18564 * src/gram.h, src/gram.c (semantic_parser): Remove.
18565 (rule_t): Remove the guard and guard_line members.
18566 * src/lex.h (token_t): remove tok_guard.
18567 * src/options.c (option_table): Remove %guard and %semantic_parser
18568 support.
18569 * src/output.c, src/output.h (guards_output): Remove.
18570 (prepare): Adjust.
18571 (token_definitions_output): Don't output the `T'
18572 tokens (???).
18573 (output_skeleton): Don't output the guards.
18574 * src/files.c, src/files.c (attrsfile): Remove.
18575 * src/reader.c (symbol_list): Remove the guard and guard_line
18576 members.
18577 Adjust dependencies.
18578 (parse_guard): Remove.
18579 * data/bison.hairy: Remove.
18580 * doc/bison.texinfo (Environment Variables): Remove occurrences of
18581 BISON_HAIRY.
18582
82b6cb3f
AD
185832002-05-02 Akim Demaille <akim@epita.fr>
18584
18585 * src/reader.c (copy_at, copy_dollarm parse_braces, parse_action)
18586 (parse_guard): Rename the formal argument `stack_offset' as
18587 `rule_length', which is more readable.
18588 Adjust callers.
18589 (copy_at, copy_dollar): Instead of outputting the hard coded
18590 values of $$, $n and so forth, output invocation to b4_lhs_value,
18591 b4_lhs_location, b4_rhs_value, and b4_rhs_location.
900c877b
AD
18592 Note: this patch partially drops `semantic-parser' support: it
18593 always does `rule_length - n', where semantic parsers ought to
18594 always use `-n'.
82b6cb3f
AD
18595 * data/bison.simple, data/bison.c++ (b4_lhs_value)
18596 (b4_lhs_location, b4_rhs_value, and b4_rhs_location: New.
18597
6cbfbcc5
AD
185982002-05-02 Akim Demaille <akim@epita.fr>
18599
18600 * configure.in (AC_INIT): Bump to 1.49b.
18601 (AM_INIT_AUTOMAKE): Short invocation.
18602
b8548114
AD
186032002-05-02 Akim Demaille <akim@epita.fr>
18604
18605 Version 1.49a.
18606
c20cd1fa
AD
186072002-05-01 Akim Demaille <akim@epita.fr>
18608
18609 * src/skeleton.h: Remove.
18610
8a9566d4
AD
186112002-05-01 Akim Demaille <akim@epita.fr>
18612
18613 * src/skeleton.h: Fix the #endif.
18614 Reported by Magnus Fromreide.
18615
8c6d399a
PE
186162002-04-26 Paul Eggert <eggert@twinsun.com>
18617
18618 * data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
18619 Define if we define YYSTYPE and YYLTYPE, respectively.
b756bb75 18620 (YYCOPY): Fix [] quoting problem in the non-GCC case.
8a9566d4 18621
2b7ed18a
RA
186222002-04-25 Robert Anisko <robert@lrde.epita.fr>
18623
18624 * src/scan-skel.l: Postprocess quadrigraphs.
18625
18626 * src/reader.c (copy_character): New function, used to output
18627 single characters while replacing `[' and `]' with quadrigraphs, to
18628 avoid troubles with M4 quotes.
18629 (copy_comment): Output characters with copy_character.
18630 (read_additionnal_code): Likewise.
18631 (copy_string2): Likewise.
18632 (copy_definition): Likewise.
18633
18634 * tests/calc.at: Exercise M4 quoting.
18635
34a89c50
AD
186362002-04-25 Akim Demaille <akim@epita.fr>
18637
18638 * tests/sets.at (AT_EXTRACT_SETS): Sed portability issue: no space
18639 between `!' and the command.
18640 Reported by Paul Eggert.
18641
0dd1580a
RA
186422002-04-24 Robert Anisko <robert@lrde.epita.fr>
18643
18644 * tests/calc.at: Exercise prologue splitting.
18645
18646 * data/bison.simple, data/bison.c++: Use `b4_pre_prologue' and
18647 `b4_post_prologue' instead of `b4_prologue'.
18648
18649 * src/output.c (prepare): Add the `pre_prologue' and `post_prologue'
18650 muscles.
18651 (output): Free pre_prologue_obstack and post_prologue_obstack.
18652 * src/files.h, src/files.c (attrs_obstack): Remove.
18653 (pre_prologue_obstack, post_prologue_obstack): New.
18654 * src/reader.c (copy_definition): Add a parameter to specify the
18655 obstack to fill, instead of using attrs_obstack unconditionally.
18656 (read_declarations): Pass pre_prologue_obstack to copy_definition if
18657 `%union' has not yet been seen, pass post_prologue_obstack otherwise.
18658
83c1796f
PE
186592002-04-23 Paul Eggert <eggert@twinsun.com>
18660
18661 * data/bison.simple: Remove unnecessary commentary and white
18662 space differences from 1_29-branch.
18663 Depend on YYERROR_VERBOSE, not defined (YYERROR_VERBOSE).
18664
18665 (union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY,
18666 YYSTACK_RELOCATE): Do not define if yyoverflow is defined, or
18667 if this is a C++ parser and YYSTYPE or YYLTYPE has nontrivial
18668 constructors or destructors.
18669
18670 (yyparse) [! defined YYSTACK_RELOCATE]: Do not relocate the stack.
18671
1207eeac
AD
186722002-04-23 Akim Demaille <akim@epita.fr>
18673
18674 * tests/sets.at (AT_EXTRACT_SETS): Don't use 8 char long sed labels.
18675 * tests/synclines.at (AT_TEST_SYNCLINE): Be robust to GCC's
18676 location with columns.
18677 * tests/conflicts.at (%nonassoc and eof): Don't use `error.h'.
18678 All reported by Paul Eggert.
18679
78ab8f67
AD
186802002-04-22 Akim Demaille <akim@epita.fr>
18681
18682 * src/reduce.c (dump_grammar): Move to...
18683 * src/gram.h, src/gram.c (grammar_dump): here.
18684 Be sure to separate long item numbers.
18685 Don't read the members of a rule's prec if its nil.
18686
133c20e2
AD
186872002-04-22 Akim Demaille <akim@epita.fr>
18688
18689 * src/output.c (table_size, table_grow): New.
18690 (MAXTABLE): Remove, replace uses with table_size.
18691 (pack_vector): Instead of dying when the table is too big, grow it.
18692
9515e8a7
AD
186932002-04-22 Akim Demaille <akim@epita.fr>
18694
18695 * data/bison.simple (yyr1): Its type is that of a token number.
18696 * data/bison.c++ (r1_): Likewise.
18697 * tests/regression.at (Web2c Actions): Adjust.
18698
23c5a174
AD
186992002-04-22 Akim Demaille <akim@epita.fr>
18700
18701 * src/reader.c (token_translations_init): 256 is now the default
18702 value for the error token, i.e., it will be assigned another
18703 number if the user assigned 256 to one of her tokens.
18704 (reader): Don't force 256 to error.
18705 * doc/bison.texinfo (Symbols): Adjust.
18706 * tests/torture.at (AT_DATA_HORIZONTAL_GRAMMAR)
18707 (AT_DATA_TRIANGULAR_GRAMMAR): Number the tokens as 1, 2, 3
18708 etc. instead of 10, 20, 30 (which was used to `jump' over error
18709 (256) and undefined (2)).
18710
5fbb0954
AD
187112002-04-22 Akim Demaille <akim@epita.fr>
18712
18713 Propagate more token_number_t.
18714
18715 * src/gram.h (token_number_as_item_number)
18716 (item_number_as_token_number): New.
18717 * src/output.c (GENERATE_OUTPUT_TABLE): New.
18718 Use it to create output_item_number_table and
18719 output_token_number_table.
18720 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
18721 * src/lex.c, src/nullable.c, src/output.c, src/print.c,
18722 * src/print_graph.c, src/reader.c, src/reduce.c, src/state.h,
18723 * src/symtab.c, src/symtab.h: Use token_number_t instead of shorts.
18724
4f940944
AD
187252002-04-22 Akim Demaille <akim@epita.fr>
18726
18727 * src/output.h, src/output.c (get_lines_number): Remove.
18728
3ded9a63
AD
187292002-04-19 Akim Demaille <akim@epita.fr>
18730
18731 * doc/bison.texinfo (Actions): Make clear that `|' is not the same
18732 as Lex/Flex'.
18733 (Debugging): More details about enabling the debugging features.
18734 (Table of Symbols): Describe $$, $n, @$, and @n.
18735 Suggested by Tim Josling.
18736
e0c471a9
AD
187372002-04-19 Akim Demaille <akim@epita.fr>
18738
18739 * doc/bison.texinfo: Remove the uses of the obsolete @refill.
18740
fecc10cd
AD
187412002-04-10 Akim Demaille <akim@epita.fr>
18742
18743 * src/system.h: Rely on HAVE_LIMITS_H.
18744 Suggested by Paul Eggert.
18745
51dec47b
AD
187462002-04-09 Akim Demaille <akim@epita.fr>
18747
18748 * tests/calc.at (_AT_CHECK_CALC_ERROR): Receive as argument the
18749 full stderr, and strip it according to the bison options, instead
18750 of composing the error message from different bits.
18751 This makes it easier to check for several error messages.
18752 Adjust all the invocations.
18753 Add an invocation exercising the error token.
18754 Add an invocation demonstrating a stupid error message.
18755 (_AT_DATA_CALC_Y): Follow the GCS: initial column is 1, not 0.
18756 Adjust the tests.
18757 Error message are for stderr, not stdout.
18758
007a50a4
AD
187592002-04-09 Akim Demaille <akim@epita.fr>
18760
18761 * src/gram.h, src/gram.c (error_token_number): Remove, use
18762 errtoken->number.
18763 * src/reader.c (reader): Don't specify the user token number (2)
18764 for $undefined, as it uselessly prevents using it.
18765 * src/gram.h (token_number_t): Move to...
18766 * src/symtab.h: here.
18767 (state_t.number): Is a token_number_t.
18768 * src/print.c, src/reader.c: Use undeftoken->number instead of
18769 hard coded 2.
18770 (Even though this 2 is not the same as above: the number of the
18771 undeftoken remains being 2, it is its user token number which
18772 might not be 2).
18773 * src/output.c (prepare_tokens): Rename the `maxtok' muscle with
18774 `user_token_number_max'.
18775 Output `undef_token_number'.
18776 * data/bison.simple, data/bison.c++: Use them.
18777 Be sure to map invalid yylex return values to
18778 `undef_token_number'. This saves us from gratuitous SEGV.
18779
18780 * tests/conflicts.at (Solved SR Conflicts)
18781 (Unresolved SR Conflicts): Adjust.
18782 * tests/regression.at (Web2c Actions): Adjust.
18783
06446ccf
AD
187842002-04-08 Akim Demaille <akim@epita.fr>
18785
18786 * data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.
18787 Adding #line.
18788 Remove the duplicate `typedefs'.
18789 (RhsNumberType): Fix the declaration and various other typos.
18790 Use __ofile__.
18791 * data/bison.simple: Use __ofile__.
18792 * src/scan-skel.l: Handle __ofile__.
18793
62a3e4f0
AD
187942002-04-08 Akim Demaille <akim@epita.fr>
18795
18796 * src/gram.h (item_number_t): New, the type of item numbers in
18797 RITEM. Note that it must be able to code symbol numbers as
18798 positive number, and the negation of rule numbers as negative
18799 numbers.
18800 Adjust all dependencies (pretty many).
18801 * src/reduce.c (rule): Remove this `short *' pointer: use
18802 item_number_t.
18803 * src/system.h (MINSHORT, MAXSHORT): Remove.
18804 Include `limits.h'.
18805 Adjust dependencies to using SHRT_MAX and SHRT_MIN.
18806 (shortcpy): Remove.
18807 (MAXTABLE): Move to...
18808 * src/output.c (MAXTABLE): here.
18809 (prepare_rules): Use output_int_table to output rhs.
18810 * data/bison.simple, data/bison.c++: Adjust.
18811 * tests/torture.at (Big triangle): Move the limit from 254 to
18812 500.
18813 * tests/regression.at (Web2c Actions): Ajust.
18814
18815 Trying with bigger grammars shows various phenomena: at 3000 (28Mb
18816 of grammar file) bison is killed by my system, at 2000 (12Mb) bison
18817 passes, but produces negative #line number, once fixed, GCC is
18818 killed while compiling 14Mb, at 1500 (6.7 Mb of grammar, 8.2Mb of
18819 C), it passes.
18820 * src/state.h (state_h): Code input lines on ints, not shorts.
18821
bb88b0fc
AD
188222002-04-08 Akim Demaille <akim@epita.fr>
18823
18824 * src/reduce.c (reduce_grammar): First reduce the nonterminals,
18825 and then the grammar.
18826
9a636f47
AD
188272002-04-08 Akim Demaille <akim@epita.fr>
18828
18829 * src/system.h: No longer using strndup.
18830
680e8701
AD
188312002-04-07 Akim Demaille <akim@epita.fr>
18832
18833 * src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
18834 * src/output.c (output_table_data): Return the longest number.
18835 (prepare_tokens): Output `token_number_max').
18836 * data/bison.simple, data/bison.c++ (b4_sint_type, b4_uint_type):
18837 New.
18838 Use them to define yy_token_number_type/TokenNumberType.
18839 Use this type for yytranslate.
18840 * tests/torture.at (Big triangle): Push the limit from 124 to
18841 253.
18842 * tests/regression.at (Web2c Actions): Adjust.
18843
817e9f41
AD
188442002-04-07 Akim Demaille <akim@epita.fr>
18845
18846 * tests/torture.at (Big triangle): New.
18847 (GNU AWK Grammar, GNU Cim Grammar): Move to...
18848 * tests/existing.at: here.
18849
5123689b
AD
188502002-04-07 Akim Demaille <akim@epita.fr>
18851
18852 * src/gram.h, src/gram.c (nitems): Remove, it is an alias of
18853 nritems.
18854 Adjust dependencies.
18855
f3849179
AD
188562002-04-07 Akim Demaille <akim@epita.fr>
18857
18858 * src/reader.c: Normalize increments to prefix form.
18859
bd02036a
AD
188602002-04-07 Akim Demaille <akim@epita.fr>
18861
18862 * src/reader.c, symtab.c: Remove debugging code.
18863
db8837cb
AD
188642002-04-07 Akim Demaille <akim@epita.fr>
18865
18866 Rename all the `bucket's as `symbol_t'.
18867
18868 * src/gram.c, src/gram.h, src/lex.c, src/lex.h, src/output.c,
18869 * src/reader.c, src/reader.h, src/reduce.c, src/state.h,
18870 * src/symtab.c, src/symtab.h (bucket): Rename as...
18871 (symbol_t): this.
18872 (symbol_list_new, bucket_check_defined, bucket_make_alias)
18873 (bucket_check_alias_consistence, bucket_pack, bucket_translation)
18874 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
18875 (buckets_new, buckets_free, buckets_do): Rename as...
18876 (symbol_list_new, symbol_check_defined, symbol_make_alias)
18877 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
18878 (symbol_new, symbol_free, hash_compare_symbol_t, hash_symbol_t)
18879 (symbols_new, symbols_free, symbols_do): these.
18880
72a23c97
AD
188812002-04-07 Akim Demaille <akim@epita.fr>
18882
18883 Use lib/hash for the symbol table.
18884
18885 * src/gram.c (ntokens): Initialize to 1, to reserve a slot for
18886 EOF.
18887 * src/lex.c (lex): Set the `number' member of new terminals.
18888 * src/reader.c (bucket_check_defined, bucket_make_alias)
18889 (bucket_check_alias_consistence, bucket_translation): New.
18890 (reader, grammar_free, readgram, token_translations_init)
18891 (packsymbols): Adjust.
18892 (reader): Number the predefined tokens.
18893 * src/reduce.c (inaccessable_symbols): Just use hard coded numbers
18894 for predefined tokens.
18895 * src/symtab.h (bucket): Remove all the hash table related
18896 members.
18897 * src/symtab.c (symtab): Replace by...
18898 (bucket_table): this.
18899 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
18900 (buckets_new, buckets_do): New.
18901
280a38c3
AD
189022002-04-07 Akim Demaille <akim@epita.fr>
18903
18904 * src/gram.c (nitems, nrules, nsyms, ntokens, nvars, nritems)
18905 (start_symbol, max_user_token_number, semantic_parser)
18906 (error_token_number): Initialize.
18907 * src/reader.c (grammar, start_flag, startval, typed, lastprec):
18908 Initialize.
18909 (reader): Don't.
18910 (errtoken, eoftoken, undeftoken, axiom): Extern.
18911
03b31c0c
AD
189122002-04-07 Akim Demaille <akim@epita.fr>
18913
18914 * src/gram.h (rule_s): prec and precsym are now pointers
18915 to the bucket giving the priority/associativity.
18916 Member `associativity' removed: useless.
18917 * src/reduce.c, src/conflicts.c: Adjust.
18918
8b3df748
AD
189192002-04-07 Akim Demaille <akim@epita.fr>
18920
18921 * src/lalr.c, src/LR0.c, src/closure.c, src/gram.c, src/reduce.c:
18922 Properly escape the symbols' TAG when outputting them.
18923
e601aa1d
AD
189242002-04-07 Akim Demaille <akim@epita.fr>
18925
18926 * src/lalr.h (LA): Is a bitsetv, not bitset*.
18927
b0299a2e
AD
189282002-04-07 Akim Demaille <akim@epita.fr>
18929
18930 * src/lalr.h, src/lalr.c (LAruleno): Replace with...
18931 (LArule): this, which is an array to rule_t*.
18932 * src/print.c, src/conflicts.c: Adjust.
18933
d7e1f00c
AD
189342002-04-07 Akim Demaille <akim@epita.fr>
18935
18936 * src/gram.h (rule_t): Rename `number' as `user_number'.
18937 `number' is a new member.
18938 Adjust dependencies.
18939 * src/reduce.c (reduce_grammar_tables): Renumber rule_t.number.
18940
cc9305dd
AD
189412002-04-07 Akim Demaille <akim@epita.fr>
18942
18943 As a result of the previous patch, it is no longer needed
18944 to reorder ritem itself.
18945
18946 * src/reduce.c (reduce_grammar_tables): Don't sort RITEM.
18947
b0940840
AD
189482002-04-07 Akim Demaille <akim@epita.fr>
18949
18950 Be sure never to walk through RITEMS, but use only data related to
18951 the rules themselves. RITEMS should be banished.
18952
18953 * src/output.c (output_token_translations): Rename as...
18954 (prepare_tokens): this.
18955 In addition to `translate', prepare the muscles `tname' and
18956 `toknum', which were handled by...
18957 (output_rule_data): this.
18958 Remove, and move the remainder of its outputs into...
18959 (prepare_rules): this new routines, which also merges content from
18960 (output_gram): this.
18961 (prepare_rules): Be sure never to walk through RITEMS.
18962 (output_stos): Rename as...
18963 (prepare_stos): this.
18964 (output): Always invoke prepare_states, after all, just don't use it
18965 in the output if you don't need it.
18966
643a5994
AD
189672002-04-07 Akim Demaille <akim@epita.fr>
18968
18969 * src/LR0.c (new_state): Display `nstates' as the name of the
18970 newly created state.
18971 Adjust to initialize first_state and last_state if needed.
18972 Be sure to distinguish the initial from the final state.
18973 (new_states): Create the itemset of the initial state, and use
18974 new_state.
18975 * src/closure.c (closure): Now that the initial state has its
18976 items properly set, there is no need for a special case when
18977 creating `ruleset'.
18978
18979 As a result, now the rule 0, reducing to $axiom, is visible in the
18980 outputs. Adjust the test suite.
18981
18982 * tests/conflicts.at (Solved SR Conflicts)
18983 (Unresolved SR Conflicts): Adjust.
18984 * tests/regression.at (Web2c Report, Rule Line Numbers): Idem.
18985 * tests/conflicts.at (S/R in initial): New.
18986
b4c4ccc2
AD
189872002-04-07 Akim Demaille <akim@epita.fr>
18988
18989 * src/LR0.c (allocate_itemsets): Don't loop over ritem: loop over
18990 the RHS of the rules.
18991 * src/output.c (output_gram): Likewise.
18992
bba97eb2
AD
189932002-04-07 Akim Demaille <akim@epita.fr>
18994
18995 * src/gram.h (rule_t): `lhs' is now a pointer to the symbol's
18996 bucket.
18997 Adjust all dependencies.
18998 * src/reduce.c (nonterminals_reduce): Don't forget to renumber the
18999 `number' of the buckets too.
19000 * src/gram.h: Include `symtab.h'.
19001 (associativity): Move to...
19002 * src/symtab.h: here.
19003 No longer include `gram.h'.
19004
c3b407f4
AD
190052002-04-07 Akim Demaille <akim@epita.fr>
19006
19007 * src/gram.h, src/gram.c (rules_rhs_length): New.
19008 (ritem_longest_rhs): Use it.
19009 * src/gram.h (rule_t): `number' is a new member.
19010 * src/reader.c (packgram): Set it.
19011 * src/reduce.c (reduce_grammar_tables): Move the useless rules at
19012 the end of `rules', and count them out of `nrules'.
19013 (reduce_output, dump_grammar): Adjust.
19014 * src/print.c (print_grammar): It is no longer needed to check for
19015 the usefulness of a rule, as useless rules are beyond `nrules + 1'.
19016 * tests/reduce.at (Reduced Automaton): New test.
19017
11652ab3
AD
190182002-04-07 Akim Demaille <akim@epita.fr>
19019
19020 * src/reduce.c (inaccessable_symbols): Fix a buglet: because of a
19021 lacking `+ 1' to nrules, Bison reported as useless a token if it
19022 was used solely to set the precedence of the last rule...
19023
26b23c1a
AD
190242002-04-07 Akim Demaille <akim@epita.fr>
19025
19026 * data/bison.c++, data/bison.simple: Don't output the current file
19027 name in #line, to avoid useless diffs between two identical
19028 outputs under different names.
19029
18bcecb0
AD
190302002-04-07 Akim Demaille <akim@epita.fr>
19031
19032 * src/closure.c, src/print.c, src/reader.c, src/reduce.c:
19033 Normalize loops to using `< nrules + 1', not `<= nrules'.
19034
fa770c86
AD
190352002-04-07 Akim Demaille <akim@epita.fr>
19036
19037 * TODO: Update.
19038
d9b739c3
AD
190392002-04-07 Akim Demaille <akim@epita.fr>
19040
19041 * src/output.c, src/reader.c, src/symtab.c, src/symtab.h: Rename
19042 bucket.value as bucket.number.
19043
99013900
AD
190442002-04-07 Akim Demaille <akim@epita.fr>
19045
19046 * src/closure.c, src/derives.c, src/gram.h, src/lalr.c,
19047 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
19048 * src/reader.c, src/reduce.c: Let rule_t.rhs point directly to the
19049 RHS, instead of being an index in RITEMS.
19050
e966383b
PE
190512002-04-04 Paul Eggert <eggert@twinsun.com>
19052
19053 * doc/bison.texinfo: Update copyright date.
19054 (Rpcalc Lexer, Symbols, Token Decl): Don't assume ASCII.
19055 (Symbols): Warn about running Bison in one character set,
19056 but compiling and/or running in an incompatible one.
19057 Warn about character code 256, too.
19058
190592002-04-03 Paul Eggert <eggert@twinsun.com>
19060
19061 * src/bison.data (YYSTACK_ALLOC): Depend on whether
19062 YYERROR_VERBOSE is nonzero, not whether it is defined.
19063
19064 Merge changes from bison-1_29-branch.
c307773e 19065
8d6c48b9
PE
190662002-03-20 Paul Eggert <eggert@twinsun.com>
19067
19068 Merge fixes from Debian bison_1.34-1.diff.
19069
19070 * configure.in (AC_PREREQ): 2.53.
19071
e53c6322
AD
190722002-03-20 Akim Demaille <akim@epita.fr>
19073
19074 * src/conflicts.c (log_resolution): Argument `resolution' is const.
19075
9ffbeca7
PE
190762002-03-19 Paul Eggert <eggert@twinsun.com>
19077
21db0b2a
PE
19078 * src/bison.simple (YYCOPY): New macro.
19079 (YYSTACK_RELOCATE): Use it.
19080 Remove Type arg; no longer needed. All callers changed.
19081 (yymemcpy): Remove; no longer needed.
19082
9ffbeca7
PE
19083 * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
19084 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
19085
642cb8f8
AD
190862002-03-19 Akim Demaille <akim@epita.fr>
19087
19088 Test and fix the #line outputs.
19089
19090 * tests/atlocal.at (GCC): New.
19091 * tests/synclines.at (AT_TEST_SYNCLINE): New macro.
0ffd4fd1 19092 (Prologue synch line, %union synch line, Postprologue synch line)
642cb8f8
AD
19093 (Action synch line, Epilogue synch line): New tests.
19094 * src/reader.c (parse_union_decl): Define the muscle stype_line.
19095 * data/bison.simple, data/bison.c++: Use it.
19096
3c31a486
AD
190972002-03-19 Akim Demaille <akim@epita.fr>
19098
19099 * tests/regression.at (%nonassoc and eof, Unresolved SR Conflicts)
19100 (Solved SR Conflicts, %expect not enough, %expect right)
19101 (%expect too much): Move to...
19102 * tests/conflicts.at: this new file.
19103
0d8bed56
AD
191042002-03-19 Akim Demaille <akim@epita.fr>
19105
19106 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
19107 * data/bison.simple, data/bison.c++: Handle the `#define' part, so
19108 that we can move to enums for instance.
19109 * src/output.c (token_definitions_output): Output a list of
19110 `token-name, token-number' instead of the #define.
19111 (output_skeleton): Name this list `b4_tokens', not `b4_tokendefs'.
19112
9208d17f
AD
191132002-03-14 Akim Demaille <akim@epita.fr>
19114
19115 Use Gettext 0.11.1.
19116
af27eacb
RA
191172002-03-09 Robert Anisko <robert@lrde.epita.fr>
19118
19119 * data/bison.c++: Make the user able to add members to the generated
19120 parser by subclassing.
19121
9101a310
RA
191222002-03-05 Robert Anisko <robert@lrde.epita.fr>
19123
19124 * src/reader.c (read_additionnal_code): `c' should be an integer, not
19125 a character.
19126 Reported by Nicolas Tisserand and Nicolas Burrus.
19127
fff9bf0b
RA
191282002-03-04 Robert Anisko <robert@lrde.epita.fr>
19129
19130 * src/reader.c: Warn about lacking semi-colons, do not complain.
19131
64dba31e
RA
191322002-03-04 Robert Anisko <robert@lrde.epita.fr>
19133
19134 * data/bison.c++: Remove a debug line.
19135
374f5a14
RA
191362002-03-04 Robert Anisko <robert@lrde.epita.fr>
19137
19138 * data/bison.c++: Unmerge value as yylval and value as yyval. Unmerge
19139 location as yylloc and location as yyloc. Use YYLLOC_DEFAULT, and
19140 provide a default implementation.
19141
bfcf1f3a
AD
191422002-03-04 Akim Demaille <akim@epita.fr>
19143
19144 * tests/input.at (Invalid $n, Invalid @n): Add the ending `;'.
19145 * tests/output.at (AT_CHECK_OUTPUT): Likewise.
19146 * tests/headers.at (AT_TEST_CPP_GUARD_H): Ditto.
19147 * tests/semantic.at (Parsing Guards): Similarly.
19148 * src/reader.at (readgram): Complain if the last rule is not ended
19149 with a semi-colon.
19150
65ccf9fc
AD
191512002-03-04 Akim Demaille <akim@epita.fr>
19152
19153 * src/warshall.h, src/warshall.c (bitmatrix_print): Move to...
19154 * src/closure.c: here.
19155 (set_firsts): Use bitsetv_reflexive_transitive_closure instead of
19156 RTC.
19157 * src/warshall.h, src/warshall.c: Remove.
19158 * tests/sets.at (Broken Closure): Adjust.
19159
d0039cbc
AD
191602002-03-04 Akim Demaille <akim@epita.fr>
19161
19162 * src/output.c (output_skeleton): tempdir is const.
19163 bytes_read is unused.
19164
345cea78
AD
191652002-03-04 Akim Demaille <akim@epita.fr>
19166
19167 * lib/bbitset.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
19168 * lib/bitsetv.h, lib/ebitset.c, lib/lbitset.c, lib/sbitset.c:
19169 Update.
19170 From Michael Hayes.
19171
564801f7
AD
191722002-03-04 Akim Demaille <akim@epita.fr>
19173
19174 * src/closure.c (closure): `r' is unused.
19175
e5352bc7
AD
191762002-03-04 Akim Demaille <akim@epita.fr>
19177
19178 * tests/sets.at (Broken Closure): Add the ending `;'.
19179 * src/reader.at (readgram): Complain if a rule is not ended with a
19180 semi-colon.
19181
914feea9
AD
191822002-03-04 Akim Demaille <akim@epita.fr>
19183
19184 * src/conflicts.c (set_conflicts): Use bitset_disjoint_p.
19185 (count_sr_conflicts): Use bitset_count.
19186 * src/reduce.c (inaccessable_symbols): Ditto.
19187 (bits_size): Remove.
19188 * src/warshall.h, src/warshall.c: Convert to bitsetv.
19189
f0250de6
AD
191902002-03-04 Akim Demaille <akim@epita.fr>
19191
19192 * src/closure.c, src/conflicts.c, src/lalr.c, src/print.c,
19193 * src/reduce.c: Remove the `bitset_zero's following the
19194 `bitset_create's, as now it is performed by the latter.
19195
ef017502
AD
191962002-03-04 Akim Demaille <akim@epita.fr>
19197
19198 * lib/bitset.c, lib/bitset.h, lib/bitsetv.c, lib/bitsetv.h,
19199 * lib/ebitset.c, lib/ebitset.h, lib/lbitset.c, lib/lbitset.h,
19200 * lib/sbitset.c, lib/sbitset.h, lib/bbitset.h: Update from the
19201 latest sources from Michael.
19202
76514394
AD
192032002-03-04 Akim Demaille <akim@epita.fr>
19204
19205 * src/output.c (output): Don't free the grammar.
19206 * src/reader.c (grammar_free): New.
19207 * src/main.c (main): Call it and don't free symtab here.
19208
55024580
AD
192092002-03-04 Akim Demaille <akim@epita.fr>
19210
19211 * src/lex.c (parse_percent_token): Be sure to 0-end token_buffer
19212 before returning.
19213 Reported by Benoit Perrot.
19214
f9abaa2c
AD
192152002-03-04 Akim Demaille <akim@epita.fr>
19216
19217 Use bitset operations when possible, not loops over bits.
19218
19219 * src/conflicts.c (set_conflicts, count_sr_conflicts): Use
19220 bitset_or.
19221 * src/print.c (print_reductions): Use bitset_and, bitset_andn.
19222 * src/reduce.c (useless_nonterminals): Formatting changes.
19223 * src/warshall.c (TC): Use bitset_or.
19224
0e721e75
AD
192252002-03-04 Akim Demaille <akim@epita.fr>
19226
19227 * src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
19228 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):
19229 Ditto.
19230
0fb1ffb1
AD
192312002-03-04 Akim Demaille <akim@epita.fr>
19232
19233 * src/lalr.c (F): Now a bitset*.
19234 Adjust all dependencies.
19235
b86796bf
AD
192362002-03-04 Akim Demaille <akim@epita.fr>
19237
19238 * src/conflicts.c (shiftset, lookaheadset): Now bitset.
19239 Adjust all dependencies.
19240
602bbf31
AD
192412002-03-04 Akim Demaille <akim@epita.fr>
19242
19243 * src/L0.c, src/LR0.h (nstates): Be size_t.
19244 Adjust comparisons (signed vs unsigned).
19245 * src/conflics.c, src/lalr.c, src/lalr.h, src/output.c (LA): Now a
19246 bitset*.
19247 Adjust all dependencies.
19248
d8a0245c
AD
192492002-03-04 Akim Demaille <akim@epita.fr>
19250
19251 * src/closure.c (firsts): Now, also a bitset.
19252 Adjust all dependencies.
19253 (varsetsize): Remove, now unused.
19254 * src/warshall.h, src/warshall.c: Now work on arrays of bitsets.
19255
34ba9743
AD
192562002-03-04 Akim Demaille <akim@epita.fr>
19257
19258 * src/print.c: Convert to use bitset.h, not hand coded iterations
19259 over ints.
19260
ed86e78c
AD
192612002-03-04 Akim Demaille <akim@epita.fr>
19262
19263 * src/reduce.c: Convert to use bitset.h, not hand coded BSet.
19264
dfdb1797
AD
192652002-03-04 Akim Demaille <akim@epita.fr>
19266
19267 * src/closure.c (ruleset): Be a bitset.
19268 (rulesetsize): Remove.
19269
7086e707
AD
192702002-03-04 Akim Demaille <akim@epita.fr>
19271
19272 * lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
19273 * lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/lbitset.c,
19274 * lib/lbitset.h, lib/sbitset.c, lib/sbitset.h: New.
19275 * src/closure.c (fderives): Be an array of bitsets.
19276
98254360
RA
192772002-02-28 Robert Anisko <robert@lrde.epita.fr>
19278
19279 * data/bison.c++: Merge the two generated headers. Insert a copyright
19280 notice in each output file.
19281
a75c057f
AD
192822002-02-28 Akim Demaille <akim@epita.fr>
19283
19284 * data/bison.c++: Copy the prologue of bison.simple to fetch
19285 useful M4 definitions, such as b4_header_guard.
19286
06b00abc
AD
192872002-02-25 Akim Demaille <akim@epita.fr>
19288
19289 * src/getargs.c (version): Give the name of the authors, and use a
a75c057f
AD
19290 translator friendly scheme for the bgr
19291 copyright notice.
06b00abc 19292
70e7d534
AD
192932002-02-25 Akim Demaille <akim@epita.fr>
19294
19295 * src/output.c (header_output): Remove, now handled completely via
19296 M4.
19297
abe017f6
AD
192982002-02-25 Akim Demaille <akim@epita.fr>
19299
19300 * m4/m4.m4: New, from CVS Autoconf.
19301 * configure.in: Invoke it.
19302 * src/output.c (output_skeleton): Use its result instead of the
19303 hard coded name.
19304
381fb12e
AD
193052002-02-25 Akim Demaille <akim@epita.fr>
19306
19307 * lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
19308 Fileutils 4.1.5.
19309 * configure.in: Invoke UTILS_FUNC_MKSTEMP.
19310 * src/output.c (output_skeleton): Use mkstemp to create a real
19311 temporary file.
19312 Move the filling of `skeleton' and its muscle to...
19313 (prepare): here.
19314 (output): Move the definition of the prologue muscle to...
19315 (prepare): here.
19316 * src/system.h (DEFAULT_TMPDIR): New.
19317
6f38107f
PE
193182002-02-14 Paul Eggert <eggert@twinsun.com>
19319
19320 Remove the support for C++ namespace cleanliness; it was
19321 causing more problems than it was curing, since it didn't work
19322 properly on some nonstandard C++ compilers. This can wait
19323 for a proper C++ parser.
19324
19325 * NEWS: Document this.
19326 * doc/bison.texinfo (Bison Parser, Debugging): Remove special mention
19327 of C++, as it's treated like C now.
19328 * src/bison.simple (YYSTD): Remove.
19329 (YYSIZE_T, YYFPRINTF, YYPARSE_PARAM_ARG, YYPARSE_PARAM_DECL):
19330 Treat C++ just like Standard C instead of trying to support
19331 namespace cleanliness.
19332
80cce3da
AD
193332002-02-14 Akim Demaille <akim@epita.fr>
19334
19335 * tests/regression.at (else): Adjust to Andreas' change.
19336
842e8679
AD
193372002-02-14 Akim Demaille <akim@epita.fr>
19338
19339 * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
19340
4bda3f10
AD
193412002-02-13 Andreas Schwab <schwab@suse.de>
19342
19343 * src/output.c (output_rule_data): Don't output NULL, it might
19344 not be defined yet.
19345
4162fa07 193462002-02-11 Robert Anisko <robert@lrde.epita.fr>
b418ecd8 19347
4162fa07
RA
19348 * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue.
19349 (Copyright notice): Update.
b418ecd8 19350
bd16a5dc
AD
193512002-02-11 Akim Demaille <akim@epita.fr>
19352
19353 * tests/regression.at (%nonassoc and eof): Don't include
19354 nonportable headers.
19355
8d69a1a3
RA
193562002-02-08 Robert Anisko <robert@lrde.epita.fr>
19357
19358 * data/bison.c++: Correct error recovery. Make the user able to
19359 initialize the starting location.
19360
9b2d0677
AD
193612002-02-07 Akim Demaille <akim@epita.fr>
19362
19363 * tests/input.at: New.
19364
69e2658b
RA
193652002-02-07 Robert Anisko <robert@lrde.epita.fr>
19366
19367 * data/bison.c++: Replace some direct m4 expansions by constants. Be
9b2d0677 19368 more consistent when naming methods and variables. Put preprocessor
69e2658b
RA
19369 directives around tables only needed for debugging.
19370
4aacc3a7
RA
193712002-02-07 Robert Anisko <robert@lrde.epita.fr>
19372
19373 * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
19374 C++ parsers.
19375 (yy::b4_name::parse): Use print_.
19376
762a801e
RA
193772002-02-07 Robert Anisko <robert@lrde.epita.fr>
19378
19379 * data/bison.c++ (yy::b4_name::parse): Error recovery is back.
19380
4bb2bc3f
RA
193812002-02-07 Robert Anisko <robert@lrde.epita.fr>
19382
19383 * data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in
19384 C++ parsers.
19385 (yy::b4_name::parse): Build verbose error messages, and use error_.
19386
6b45a3ca
RA
193872002-02-06 Robert Anisko <robert@lrde.epita.fr>
19388
19389 * data/bison.c++: Fix m4 quoting in comments.
19390
50997c6e
RA
193912002-02-06 Robert Anisko <robert@lrde.epita.fr>
19392
19393 * data/bison.c++: Adjust the parser code. Fix some muscles that were
19394 not expanded by m4.
19395
3f3eed27
AD
193962002-02-05 Akim Demaille <akim@epita.fr>
19397
19398 * data/bison.c++: Adjust to the M4 back end.
19399 More is certainly needed.
19400
be2a1a68
AD
194012002-02-05 Akim Demaille <akim@epita.fr>
19402
19403 Give a try to M4 as a back end.
19404
19405 * lib/readpipe.c: New, from wdiff.
19406 * src/Makefile.am (DEFS): Define PKGDATADIR, not BISON_SIMPLE and
19407 BISON_HAIRY.
19408 * src/system.h (BISON_HAIRY, BISON_SIMPLE): Remove the DOS and VMS
19409 specific values. Now it is m4 that performs the lookup.
19410 * src/parse-skel.y: Remove.
19411 * src/muscle_tab.c, src/muscle_tab.h (muscles_m4_output): New.
19412 * src/output.c (actions_output, guards_output)
19413 (token_definitions_output): No longer keeps track of the output
19414 line number, hence remove the second argument.
19415 (guards_output): Check against the guard member of a rule, not the
19416 action member.
19417 Adjust callers.
19418 (output_skeleton): Don't look for the skeleton location, let m4 do
19419 that.
19420 Create `/tmp/muscles.m4'. This is temporary, a proper temporary
19421 file will be used.
19422 Invoke `m4' on m4sugar.m4, muscles.m4, and the skeleton.
19423 (prepare): Given that for the time being changesyntax is not
19424 usable in M4, rename the muscles using `-' to `_'.
19425 Define `defines_flag', `output_parser_name' and `output_header_name'.
19426 * src/output.h (actions_output, guards_output)
19427 (token_definitions_output): Adjust prototypes.
19428 * src/scan-skel.l: Instead of scanning the skeletons, it now
19429 processes the output of m4: `__oline__' and `#output'.
19430 * data/bison.simple: Adjust to be used by M4(sugar).
19431 * tests/Makefile.am: Use check_SCRIPTS to make sure `bison' is up
19432 to date.
19433 * tests/bison.in: Use the secrete envvar `BISON_PKGDATADIR'
19434 instead of the dead `BISON_SIMPLE' and `BISON_HAIRY'.
19435 * data/m4sugar/m4sugar.m4, data/m4sugar/version.m4: New,
19436 shamelessly stolen from CVS Autoconf.
19437
beda758b
AD
194382002-02-05 Akim Demaille <akim@epita.fr>
19439
19440 * lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version.
19441 * configure.in: Check for the declarations of free and malloc.
19442 * src/muscle_tab.c: Adjust.
19443
5ece6d43
AD
194442002-02-05 Akim Demaille <akim@epita.fr>
19445
19446 * src/muscle_tab.c (muscle_init): Don't default to NULL muscle
19447 which have no values.
19448
5bb18f9a
AD
194492002-02-05 Akim Demaille <akim@epita.fr>
19450
19451 * src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
19452 * data/: here.
19453
894dd62e
PE
194542002-01-29 Paul Eggert <eggert@twinsun.com>
19455
19456 * src/bison.simple (YYSIZE_T): Do not define merely because
19457 YYSTACK_USE_ALLOCA is nonzero or alloca or _ALLOCA_H are defined.
19458 On some platforms, <alloca.h> does not declare YYSTD (size_t).
19459
82841af7
AD
194602002-01-27 Akim Demaille <akim@epita.fr>
19461
19462 Fix `%nonassoc and eof'.
19463
19464 * src/state.c (errs_dup): Aaaah! The failure was due to bytes
19465 which were not properly copied! Replace
19466 memcpy (res->errs, src->errs, src->nerrs);
19467 with
19468 memcpy (res->errs, src->errs, src->nerrs * sizeof (src->errs[0]));
19469 !!!
19470 * tests/regression.at (%nonassoc and eof): Adjust to newest
19471 Autotest: `.' is not in the PATH.
19472
318b76e9
AD
194732002-01-27 Akim Demaille <akim@epita.fr>
19474
19475 * tests/sets.at (AT_EXTRACT_SETS): New.
19476 (Nullable): Use it.
19477 (Firsts): New.
19478
30d2f3d5
AD
194792002-01-26 Akim Demaille <akim@epita.fr>
19480
19481 * tests/actions.at, tests/calc.at, tests/headers.at,
19482 * tests/torture.at: Adjust to the newest Autotest which no longer
19483 forces `.' in the PATH.
19484
30f8c395
AD
194852002-01-25 Akim Demaille <akim@epita.fr>
19486
19487 * tests/regression.at (%nonassoc and eof): New.
19488 Suggested by Robert Anisko.
19489
29ae55f1
AD
194902002-01-24 Akim Demaille <akim@epita.fr>
19491
19492 Bison dumps core when trying to complain about broken input files.
19493 Reported by Cris van Pelt.
19494
19495 * src/lex.c (parse_percent_token): Be sure to set token_buffer.
19496 * tests/regression.at (Invalid input: 1, Invalid input: 2): Merge
19497 into...
19498 (Invalid inputs): Strengthen: exercise parse_percent_token.
19499
2b548aa6
RA
195002002-01-24 Robert Anisko <robert.anisko@epita.fr>
19501
19502 * src/Makefile.am: Add bison.c++.
19503 * src/bison.c++: New skeleton.
19504
bb0146c2
AD
195052002-01-21 Paolo Bonzini <bonzini@gnu.org>
19506
19507 * po/it.po: New.
19508
bec30531
AD
195092002-01-21 Kees Zeelenberg <kzlg@users.sourceforge.net>
19510
19511 * src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
19512
fc6edc45
MA
195132002-01-20 Marc Autret <marc@gnu.org>
19514
19515 * src/files.c (compute_output_file_names): Fix
19516
5e5d5415
MA
195172002-01-20 Marc Autret <marc@gnu.org>
19518
19519 * tests/output.at: New test.
19520 * src/files.c (compute_base_names): Don't map extensions when
19521 the YACC flag is set, use defaults.
19522 Reported by Evgeny Stambulchik.
19523
44ea3fbd
MA
195242002-01-20 Marc Autret <marc@gnu.org>
19525
ba0fe3c7
PE
19526 * src/system.h: Need to define __attribute__ away for non-GCC
19527 compilers as well (i.e., the vendor C compiler).
44ea3fbd
MA
19528 Suggested by Albert Chin-A-Young.
19529
338963d1
TVH
195302002-01-11 Tim Van Holder <tim.van.holder@pandora.be>
19531
19532 * lib/hash.h, lib/hash.c: Renamed __P to PARAMS and used the
19533 canonical definition.
19534 * src/system.h: Use the canonical definition for PARAMS (avoids
19535 a conflict with the macro from lib/hash.h).
19536
c57b2479
AD
195372002-01-11 Akim Demaille <akim@epita.fr>
19538
19539 * configure.in: Use AC_FUNC_STRNLEN.
d9e9746c 19540 Fixes the failures observed on AIX 4.3 by H.Merijn Brand.
c57b2479 19541
b85810ae
AD
195422002-01-09 Akim Demaille <akim@epita.fr>
19543
19544 * src/files.c, src/files.h (output_infix): New.
19545 (tab_extension): Remove.
19546 (compute_base_names): Compute the former, drop the latter.
19547 * src/output.c (prepare): Insert the muscles `output-infix', and
19548 `output-suffix'.
19549 * src/parse-skel.y (string, string.1): New.
19550 (section.header): Use it.
19551 (section.yacc): Remove.
19552 (prefix): Remove too.
19553 * src/scan-skel.l: Adjust.
19554 * src/bison.simple, src/bison.hairy: Adjust.
19555
cae60122
AD
195562002-01-09 Akim Demaille <akim@epita.fr>
19557
19558 * configure.in (WERROR_CFLAGS): Compute it.
19559 * src/Makefile.am (CFLAGS): Pass it.
19560 * tests/atlocal.in (CFLAGS): Idem.
19561 * src/files.c: Fix a few warnings.
19562 (get_extension_index): Remove, unused.
19563
ae404801
AD
195642002-01-08 Akim Demaille <akim@epita.fr>
19565
19566 * src/getargs.c (AS_FILE_NAME): New.
19567 (getargs): Use it to convert DOSish file names.
19568 * src/files.c (base_name): Rename as full_base_name to avoid
19569 clashes with `base_name ()'.
19570 (filename_split): New.
19571 (compute_base_names): N-th rewrite, using filename_split.
19572
22312b71
AD
195732002-01-08 Akim Demaille <akim@epita.fr>
19574
19575 * lib/basename.c, lib/dirname.h, lib/dirname.c, lib/memrchr.c:
19576 New, stolen from the Fileutils 4.1.
19577 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
19578 * configure.in: Check for the presence of memrchr, and of its
19579 prototype.
19580
a67cef01
TVH
195812002-01-07 Tim Van Holder <tim.van.holder@pandora.be>
19582
19583 * lib/hash.h (__P): Added definition for this macro.
19584 * src/Makefile.am: Add parse-skel.c and scan-skel.c to
19585 BUILT_SOURCES, to ensure they are generated first.
19586 * src/parse-skel.y: Use YYERROR_VERBOSE instead of
19587 %error-verbose to allow bootstrapping with bison 1.30x.
19588
2b25d624
AD
195892002-01-06 Akim Demaille <akim@epita.fr>
19590
19591 * src/reader.c (parse_braces): Don't fetch the next char, the
19592 convention is to fetch on entry.
19593 * tests/torture.at (GNU Cim Grammar): Reintroduce their weird
19594 'switch' without a following semicolon.
19595 * tests/regression.at (braces parsing): New.
19596
3460813b
AD
195972002-01-06 Akim Demaille <akim@epita.fr>
19598
19599 Bison is dead wrong in its RR conflict reports.
19600
19601 * tests/torture.at (GNU Cim Grammar): New.
19602 * src/conflicts.c (count_rr_conflicts): Fix.
19603
73784c64
AD
196042002-01-06 Akim Demaille <akim@epita.fr>
19605
19606 Creating package.m4 from configure.ac causes too many problems.
19607
19608 * tests/Makefile.am (package.m4): Create it by hand,
19609 AC_CONFIG_TESTDIR no longer does in the most recent CVS Autoconf.
19610
25d81090
AD
196112002-01-06 Akim Demaille <akim@epita.fr>
19612
19613 * src/Makefile.am (bison_SOURCES): Add parse-skel.h and
19614 skeleton.h.
19615
a9b8959e
PE
196162002-01-04 Paul Eggert <eggert@twinsun.com>
19617
19618 * doc/bison.texinfo (Debugging):
19619 Remove YYSTDERR; it's no longer defined or used.
19620 Also, s/cstdio.h/cstdio/.
19621
25d81090
AD
196222002-01-03 Akim Demaille <akim@epita.fr>
19623
19624 * tests/bison.in, tests/atlocal.in: Adjust to CVS Autoconf.
19625
1109455c
AD
196262002-01-03 Akim Demaille <akim@epita.fr>
19627
19628 * src/parse-skel.y (process_skeleton): Don't bind the parser's
19629 tracing code to --trace, wait for a better --trace option, with
19630 args.
19631
7ea5e977
AD
196322002-01-03 Akim Demaille <akim@epita.fr>
19633
19634 * src/bison.simple (YYSTDERR): Remove, replace `stderr'.
19635 The ISO C++ standard is extremely clear about it: stderr is
19636 considered a macro, not a regular symbol (see table 94 `Header
19637 <cstdio> synopsis', [lib.c.files] 27.8.2 C Library files).
19638 Therefore std:: does not apply to it. It still does with fprintf.
19639 Also, s/cstdio.h/cstdio/.
19640
fab5b110
AD
196412002-01-03 Akim Demaille <akim@epita.fr>
19642
19643 * lib/quotearg.c: Use `#include "..."' instead of `#include <...>'
19644 for non system headers.
19645
aed7fd9b
AD
196462002-01-02 Akim Demaille <akim@epita.fr>
19647
19648 Equip the skeleton chain with location tracking, runtime trace,
19649 pure parser and scanner.
19650
19651 * src/parse-skel.y: Request a pure parser, locations, and prefix
19652 renaming.
19653 (%union): Having several members with the same type does not help
19654 type mismatches, simplify.
19655 (YYPRINT, yyprint): New.
19656 (yyerror): ``Rename'' (there is a #define yyerror skel_error) as...
19657 (skel_error): this.
19658 Handle locations.
19659 * src/scan-skel.l: Adjust to these changes.
19660 * src/skeleton.h (LOCATION_RESET, LOCATION_LINES, LOCATION_STEP)
19661 (LOCATION_PRINT, skel_control_t): New.
19662
24fad99e
AD
196632001-12-30 Akim Demaille <akim@epita.fr>
19664
19665 * src/parse-skel.y: Get rid of the shift/reduce conflict:
19666 replace `gb' with BLANKS.
19667 * src/scan-skel.l: Adjust.
19668
a4b36db4
AD
196692001-12-30 Akim Demaille <akim@epita.fr>
19670
19671 * src/system.h: We don't need nor want bcopy.
19672 Throw away MS-DOS crap: we don't need getpid.
19673 * configure.in: We don't need strndup. It was even causing
19674 problems: because Flex includes the headers *before* us,
19675 _GNU_SOURCE is not defined by config.h, and therefore strndup was
19676 not visible.
19677 * lib/xstrndup.c: New.
19678 * src/scan-skel.l: Use it.
19679 Be sure to initialize yylval.muscle member when scanning a MUSCLE.
19680 * src/parse-skel.y: Use %directives instead of #defines.
19681
1239777d
AD
196822001-12-30 Akim Demaille <akim@epita.fr>
19683
19684 * src/skeleton.h: New.
19685 * src/output.c (output_parser, output_master_parser): Remove, dead
19686 code.
19687 * src/output.h (get_lines_number, actions_output, guards_output)
19688 (token_definitions_output): Prototype them.
19689 * src/parse-skel.y: Add the license notice.
19690 Include output.h and skeleton.h.
19691 (process_skeleton): Returns void, and takes a single parameter.
19692 * src/scan-skel.l: Add the license notice.
19693 Include skeleton.h.
19694 Don't use %option yylineno: it seems that then Flex imagines
19695 REJECT has been used, and therefore it won't reallocate its
19696 buffers (which makes no other sense to me than a bug). It results
19697 in warnings for `unused: yy_flex_realloc'.
19698
9b3add5b
RA
196992001-12-30 Robert Anisko <robert.anisko@epita.fr>
19700
19701 * src/muscle_tab.h (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
19702 (MUSCLE_INSERT_PREFIX): ...to there.
19703 * src/output.c (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
19704 (MUSCLE_INSERT_PREFIX): Move from here...
19705
19706 * src/bison.hairy: Add a section directive. Put braces around muscle
19707 names. This parser skeleton is still broken, but Bison should not
19708 choke on a bad muscle 'syntax'.
19709 * src/bison.simple: Add a section directive. Put braces around muscle
19710 names.
19711
19712 * src/files.h (strsuffix, stringappend): Add declarations.
19713 (tab_extension): Add declaration.
19714 (short_base_name): Add declaration.
19715
19716 * src/files.c (strsuffix, stringappend): No longer static. These
19717 functions are used in the skeleton parser.
19718 (tab_extension): New.
19719 (compute_base_names): Use the computations done in this function
fab5b110 19720 to guess if the generated parsers should have '.tab' in their
9b3add5b
RA
19721 names.
19722 (short_base_name): No longer static.
19723
19724 * src/output.c (output_skeleton): New.
19725 (output): Disable call to output_master_parser, and give a try to
19726 a new skeleton handling system.
19727 (guards_output, actions_output): No longer static.
19728 (token_definitions_output, get_lines_number): No longer static.
19729
19730 * configure.in: Use AM_PROG_LEX and AC_PROG_YACC.
19731
fab5b110 19732 * src/Makefile.am (bison_SOURCES): Add scan-skel.l and
9b3add5b
RA
19733 parse-skel.y.
19734
19735 * src/parse-skel.y: New file.
19736 * src/scan-skel.l: New file.
19737
b5b61c61
AD
197382001-12-29 Akim Demaille <akim@epita.fr>
19739
19740 %name-prefix is broken.
19741
19742 * src/files.c (spec_name_prefix): Initialize to NULL, not to "yy".
19743 Adjust all dependencies.
19744 * tests/headers.at (export YYLTYPE): Strengthen this test: use
19745 %name-prefix.
19746
19747 Renaming yylval but not yylloc is not consistent. Now we do.
19748
19749 * src/bison.simple: Prefix yylloc if used.
19750 * doc/bison.texinfo (Decl Summary): Document that.
19751
8c9a50be
AD
197522001-12-29 Akim Demaille <akim@epita.fr>
19753
19754 * doc/bison.texinfo: Promote `%long-directive' over
19755 `%long_directive'.
19756 Remove all references to fixed-output-files, yacc is enough.
19757
d99361e6
AD
197582001-12-29 Akim Demaille <akim@epita.fr>
19759
19760 * src/bison.simple: Define YYDEBUG and YYERROR_VERBOSE *after* the
19761 user prologue. These are defaults.
19762 * tests/actions.at (Mid-rule actions): Make sure the user can
19763 define YYDEBUG and YYERROR_VERBOSE.
19764
b9cecb91
AD
197652001-12-29 Akim Demaille <akim@epita.fr>
19766
19767 * src/output.c (header_output): Don't forget to export YYLTYPE and
19768 yylloc.
19769 * tests/headers.at (export YYLTYPE): New, make sure it does.
19770 * tests/regression.at (%union and --defines, Invalid CPP headers):
19771 Move to...
19772 * tests/headers.at: here.
19773
aea13e97
AD
197742001-12-29 Akim Demaille <akim@epita.fr>
19775
19776 * src/gram.h (rule_s): Member `assoc' is of type `associativity'.
19777
931394cb
AD
197782001-12-29 Akim Demaille <akim@epita.fr>
19779
19780 * tests/actions.at (Mid-rule actions): Output on a single line
19781 instead of several.
19782
704a47c4
AD
197832001-12-29 Akim Demaille <akim@epita.fr>
19784
19785 * doc/bison.texinfo: Formatting changes.
19786
091e20bb
AD
197872001-12-29 Akim Demaille <akim@epita.fr>
19788
19789 Don't store the token defs in a muscle, just be ready to output it
19790 on command. Now possible via `symbols'. Fixes a memory leak.
19791
19792 * src/output.c (token_definitions_output): New.
19793 (output_parser, header_output): Use it.
19794 * src/reader.c (symbols_save): Remove.
19795
cce71710
AD
197962001-12-29 Akim Demaille <akim@epita.fr>
19797
19798 * src/bison.simple: Do not provide a default for YYSTYPE and
19799 YYLTYPE before the user's prologue. Otherwise it's hardly... a
19800 default.
19801
82c035a8
AD
198022001-12-29 Akim Demaille <akim@epita.fr>
19803
19804 Mid-rule actions are simply... ignored!
19805
19806 * src/reader.c (readgram): Be sure to attach mid-rule actions to
19807 the empty-rule associated to the dummy symbol, not to the host
19808 rule.
19809 * tests/actions.at (Mid-rule actions): New.
19810
8419d367
AD
198112001-12-29 Akim Demaille <akim@epita.fr>
19812
19813 Memory leak.
19814
19815 * src/reader.c (reader): Free grammar.
19816
375d5806
AD
198172001-12-29 Akim Demaille <akim@epita.fr>
19818
19819 Memory leak.
19820
19821 * src/LR0.c (new_itemsets): Don't allocate `shift_symbol' here,
19822 since it allocates it for each state, although only one is needed.
19823 (allocate_storage): Do it here.
19824
f51cb8ff
AD
198252001-12-29 Akim Demaille <akim@epita.fr>
19826
19827 * src/options.h, src/options.c (create_long_option_table): Rename
19828 as...
19829 (long_option_table_new): this, with a clearer prototype.
19830 (percent_table): Remove, unused,
19831 * src/getargs.c (getargs): Adjust.
19832
29e88316
AD
198332001-12-29 Akim Demaille <akim@epita.fr>
19834
19835 * src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.c
19836 * src/print.c, src/print_graph.c, src/state.h: Rename state_table
19837 as states.
19838
b9f71f19
AD
198392001-12-29 Akim Demaille <akim@epita.fr>
19840
19841 * src/lalr.c (build_relations): Rename `states' as `states1'.
19842 Sorry, I don't understand exactly what it is, no better name...
19843
1a2b5d37
AD
198442001-12-29 Akim Demaille <akim@epita.fr>
19845
19846 * src/closure.c, src/conflicts.c, src/derives.c, src/gram.c
19847 * src/gram.h, src/lalr.c, src/nullable.c, src/output.c, src/print.c
19848 * src/print_graph.c, src/reader.c, src/reduce.c: Rename rule_table
19849 as rules.
19850
1cca533e
AD
198512001-12-29 Akim Demaille <akim@epita.fr>
19852
19853 * src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long
19854 ago.
19855
c03ae966
AD
198562001-12-29 Akim Demaille <akim@epita.fr>
19857
19858 * src/reader.c, src/reader.h (user_toknums): Remove.
19859 Adjust all users to use symbols[i]->user_token_number.
19860
5a670b1e
AD
198612001-12-29 Akim Demaille <akim@epita.fr>
19862
19863 * src/gram.c, src/gram.h (sprec, sassoc): Remove.
19864 Adjust all users to use symbols[i]->prec or ->assoc.
19865
ad949da9
AD
198662001-12-29 Akim Demaille <akim@epita.fr>
19867
19868 * src/reader.c, src/reader.h (tags): Remove.
19869 Adjust all users to use symbols[i]->tag.
19870
0e78e603
AD
198712001-12-29 Akim Demaille <akim@epita.fr>
19872
19873 * src/gram.h, src/gram.c (symbols): New, similar to state_table
19874 and rule_table.
19875 * src/reader.c (packsymbols): Fill this table.
19876 Drop sprec.
19877 * src/conflicts.c (resolve_sr_conflict): Adjust.
19878 * src/reduce.c (reduce_grammar): Adjust: just sort symbols, a
19879 single table.
19880 Use symbols[i]->tag instead of tags[i].
19881
213e640e
AD
198822001-12-29 Akim Demaille <akim@epita.fr>
19883
19884 * tests/calc.at (_AT_DATA_CALC_Y): Also use %union.
19885 In addition, put a comment in there, to replace...
19886 * tests/regression.at (%union and C comments): Remove.
19887
e7b8bef1
AD
198882001-12-29 Akim Demaille <akim@epita.fr>
19889
19890 * tests/regression.at (Web2c Actions): Blindly move the actual
19891 output as expected output. The contents *seem* right to me, but I
19892 can't pretend reading perfectly parser tables... Nonetheless, all
19893 the other tests pass correctly, the table look OK, even though the
19894 presence of `$axiom' is to be noted: AFAICS it is useless (but
19895 harmless).
19896
b68e7744
AD
198972001-12-29 Akim Demaille <akim@epita.fr>
19898
19899 * src/reader.c (readgram): Don't add the rule 0 if there were no
19900 rules read. In other words, add it _after_ having performed
19901 grammar sanity checks.
19902 Fixes the `tests/regression.at (Invalid input: 1)' Failure.
19903
78d5bae9
AD
199042001-12-29 Akim Demaille <akim@epita.fr>
19905
19906 * tests/regression.at (Web2c Report): Catch up: the rule 0 is now
19907 visible, and some states have now a different number.
19908
ff442794
AD
199092001-12-29 Akim Demaille <akim@epita.fr>
19910
19911 * src/reader.c (readgram): Bind the initial rule's lineno to that
19912 of the first rule.
19913 * tests/regression.at (Rule Line Numbers, Unresolved SR Conflicts):
19914 (Solved SR Conflicts): Adjust rule 0's line number.
19915
610ab194
AD
199162001-12-29 Akim Demaille <akim@epita.fr>
19917
19918 Fix the `GAWK Grammar' failure.
19919
19920 * src/LR0.c (final_state): Initialize to -1 so that we do compute
19921 the reductions of the first state which was mistakenly confused
19922 with the final state because precisely final_state was initialized
19923 to 0.
19924 * tests/sets.at (Nullable): Adjust: state 0 does have lookaheads,
19925 now noticed by Bison.
19926 * tests/regression.at (Rule Line Numbers): Adjust: state 0 does
19927 have a reduction on $default.
19928
29d29c8f
AD
199292001-12-29 Akim Demaille <akim@epita.fr>
19930
19931 * src/gram.c (ritem_print): Be sure to subtract 1 when displaying
19932 rule line numbers.
19933 * src/closure.c (print_closure): Likewise.
19934 * src/derives.c (print_derives): Likewise.
19935 * tests/sets.at (Nullable): Adjust: the rule numbers are correct
19936 now.
19937
7c6b64d0
AD
199382001-12-29 Akim Demaille <akim@epita.fr>
19939
19940 * src/lalr.c (lookaheads_print): New.
19941 (lalr): Call it when --trace-flag.
19942 * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads
19943 are dumped.
19944
3d4daee3
AD
199452001-12-29 Akim Demaille <akim@epita.fr>
19946
19947 * src/derives.c (print_derives): Be sure to use `>= 0', not `> 0',
19948 when walking through ritem, even via rule->rhs.
19949 * src/reduce.c (dump_grammar, useful_production, reduce_output)
19950 (useful_production, useless_nonterminals): Likewise.
19951 (reduce_grammar_tables): Likewise, plus update nritems.
19952 * src/nullable.c (set_nullable): Likewise.
19953 * src/lalr.c (build_relations): Likewise.
19954 * tests/sets.at (Nullable): Adjust.
19955 Fortunately, now, the $axiom is no longer nullable.
19956
9e7f6bbd
AD
199572001-12-29 Akim Demaille <akim@epita.fr>
19958
19959 * src/LR0.c (generate_states): Use nritems, not nitems, nor using
19960 the 0-sentinel.
19961 * src/gram.c (ritem_longest_rhs): Likewise.
19962 * src/reduce.c (nonterminals_reduce): Likewise.
19963 * src/print_graph.c (print_graph): Likewise.
19964 * src/output.c (output_rule_data): Likewise.
19965 * src/nullable.c (set_nullable): Likewise.
19966
255ef638
AD
199672001-12-29 Akim Demaille <akim@epita.fr>
19968
19969 * src/output.c: Comment changes.
19970
0d8a7363
AD
199712001-12-27 Paul Eggert <eggert@twinsun.com>
19972
19973 * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
19974 cases for non-GNU systems like AIX, HP-UX, SGI, Sun, and
19975 Sparc, as they were causing more porting problems than the
19976 (minor) performance improvement was worth.
19977
19978 Also, catch up with 1.31's YYSTD.
19979
3db472b9
AD
199802001-12-27 Akim Demaille <akim@epita.fr>
19981
19982 * src/output.c (output_gram): Rely on nritems, not the
19983 0-sentinel. See below.
19984 Use -1 as separator, not 0.
19985 * src/bison.simple (yyparse): Subtract 1 to the rule numbers.
19986 Rely on -1 as separator in yyrhs, instead of 0.
19987 * tests/calc.at (AT_CHECK_CALC): Now, the parsers no longer issue
19988 twice `Now at end of input', therefore there are two lines less to
19989 expect.
19990
b365aa05
AD
199912001-12-27 Akim Demaille <akim@epita.fr>
19992
19993 * tests/regression.at (Unresolved SR Conflicts):
19994 (Solved SR Conflicts, Rule Line Numbers): Adjust to the changes
19995 below.
19996
30171f79
AD
199972001-12-27 Akim Demaille <akim@epita.fr>
19998
19999 * src/LR0.c (new_state): Recognize the final state by the fact it
20000 is reached by eoftoken.
20001 (insert_start_shifting_state, insert_eof_shifting_state)
20002 (insert_accepting_state, augment_automaton): Remove, since now
20003 these states are automatically computed from the initial state.
20004 (generate_states): Adjust.
20005 * src/print.c: When reporting a rule number to the user, substract
20006 1, so that the axiom rule is rule 0, and the first user rule is 1.
20007 * src/reduce.c: Likewise.
20008 * src/print_graph.c (print_core): For the time being, just as for
20009 the report, depend upon --trace-flags to dump the full set of
20010 items.
20011 * src/reader.c (readgram): Once the grammar read, insert the rule
20012 0: `$axiom: START-SYMBOL $'.
20013 * tests/set.at: Adjust: rule 0 is now displayed, and since the
20014 number of the states has changed (the final state is no longer
20015 necessarily the last), catch up.
20016
75142d45
AD
200172001-12-27 Akim Demaille <akim@epita.fr>
20018
20019 Try to make the use of the eoftoken valid. Given that its value
20020 is 0 which was also used as a sentinel in ritem, (i) make sure >= 0
20021 is used instead of > 0 where appropriate, (ii), depend upon nritems
20022 instead of the 0-sentinel.
20023
20024 * src/gram.h, src/gram.c (nritems): New.
20025 Expected to be duplication of nitems, but for the time being...
20026 * src/reader.c (packgram): Assert nritems and nitems are equal.
20027 * src/LR0.c (allocate_itemsets, new_itemsets): Adjust.
20028 * src/closure.c (print_closure, print_fderives): Likewise.
20029 * src/gram.c (ritem_print): Likewise.
20030 * src/print.c (print_core, print_grammar): Likewise.
20031 * src/print_graph.c: Likewise.
20032
b7c49edf
AD
200332001-12-27 Akim Demaille <akim@epita.fr>
20034
20035 * src/main.c (main): If there are complains after grammar
20036 reductions, then output the report anyway if requested, then die.
20037 * src/symtab.c (bucket_new): Initialize `value' to -1, not 0.
20038 * src/reader.c (eoftoken): New.
20039 (parse_token_decl): If the token being defined has value `0', it
20040 is the eoftoken.
20041 (packsymbols): No longer hack `tags' to insert `$' by hand.
20042 Be sure to preserve the value of the eoftoken.
20043 (reader): Make sure eoftoken is defined.
20044 Initialize nsyms to 0: now eoftoken is created just like the others.
20045 * src/print.c (print_grammar): Don't special case the eof token.
20046 * src/regression.at: Adjust: `$' has value 0, not -1, which was a
20047 lie anyway, albeit pleasant.
20048 * tests/calc.at: Exercise error messages with eoftoken.
20049 Change the grammar so that empty input is invalid.
20050 Adjust expectations.
20051 When yyungeting, be sure to use a valid yylloc: use last_yylloc.
20052
ec2da99f
AD
200532001-12-27 Akim Demaille <akim@epita.fr>
20054
20055 * configure.in: Check the protos of strchr ans strspn.
20056 Replace strchr if needed.
20057 * src/system.h: Provide the protos of strchr, strspn and memchr if
20058 missing.
20059 * lib/strchr.c: New.
20060 * src/reader.c (symbols_save): Use strchr.
20061
8adfa272
AD
200622001-12-27 Akim Demaille <akim@epita.fr>
20063
20064 * src/print.c, src/print_graph.c (escape): New.
20065 Use it to quote the TAGS outputs.
20066 * src/print_graph.c (print_state): Now errors are in red, and
20067 reductions in green.
20068 Prefer high to wide: output the state number on a line of its own.
20069
80dac38c
AD
200702001-12-27 Akim Demaille <akim@epita.fr>
20071
20072 * src/state.h, src/state.c (reductions_new): New.
20073 * src/LR0.c (set_state_table): Let all the states have a
20074 `reductions', even if reduced to 0.
20075 (save_reductions): Adjust.
20076 * src/lalr.c (initialize_LA, initialize_lookaheads): Adjust.
20077 * src/print.c (print_reductions, print_actions): Adjust.
20078 * src/output.c (action_row): Adjust.
20079
2cec70b9
AD
200802001-12-27 Akim Demaille <akim@epita.fr>
20081
20082 * src/state.h, src/state.c (errs_new, errs_dup): New.
20083 * src/LR0.c (set_state_table): Let all the states have an errs,
20084 even if reduced to 0.
20085 * src/print.c (print_errs, print_reductions): Adjust.
20086 * src/output.c (output_actions, action_row): Adjust.
20087 * src/conflicts.c (resolve_sr_conflict): Adjust.
20088
13ca549a
AD
200892001-12-27 Akim Demaille <akim@epita.fr>
20090
20091 * src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SYMBOL.
20092
5092aba5
AD
200932001-12-27 Akim Demaille <akim@epita.fr>
20094
20095 * src/conflicts.c, src/conflicts.h (print_reductions): Move to...
20096 * src/print.c: here.
20097 (lookaheadset, shiftset): New, used as additional storage by
20098 print_reductions.
20099 (print_results): Adjust.
20100 (print_shifts, print_gotos, print_errs): New, extracted from...
20101 (print_actions): here.
20102 * src/print_graph.c (print_actions): Remove dead code.
20103
11e2beca
AD
201042001-12-27 Akim Demaille <akim@epita.fr>
20105
20106 * src/reader.c (copy_dollar, copy_at): Better checking of `n' in
20107 `$n' and `@n'.
20108
dac3c910
AD
201092001-12-27 Akim Demaille <akim@epita.fr>
20110
20111 * src/lalr.c (add_lookback_edge): Use state_t instead of ints.
20112 (build_relations): Adjust.
20113
d0b0fefa
AD
201142001-12-27 Akim Demaille <akim@epita.fr>
20115
20116 * src/lalr.c (set_goto_map): Remove a wrong but benign loop
20117 duplication.
20118
adc8c848
AD
201192001-12-27 Akim Demaille <akim@epita.fr>
20120
20121 * src/reader.c (packgram): Catch nitems overflows.
20122
14d293ac
AD
201232001-12-27 Akim Demaille <akim@epita.fr>
20124
20125 * src/files.c, src/files.h (guard_obstack): Remove.
20126 * src/output.c (output): Adjust.
20127 * src/reader.c (parse_braces): New, factoring...
20128 (copy_action, copy_guard): these two which are renamed as...
20129 (parse_action, parse_guard): these.
20130 As a voluntary consequence, using braces around guards is now
20131 mandatory.
20132
f499b062
AD
201332001-12-27 Akim Demaille <akim@epita.fr>
20134
20135 * src/gram.h (rule_t): `guard' and `guard_line' are new members.
20136 * src/reader.c (symbol_list): `guard' and `guard_line' are new
20137 members.
20138 (symbol_list_new): Adjust.
20139 (copy_action): action_line is the first line, not the last.
20140 (copy_guard): Just as for actions, store the `action' only, not
20141 the switch/case/break flesh.
20142 Don't parse the user action that might follow the guard, let...
20143 (readgram): do it, i.e., now, there can be an action after a
20144 guard.
20145 In other words the guard is just explicitly optional.
20146 (packgram): Adjust.
20147 * src/output.c (guards_output): New.
20148 (output_parser): Call it when needed.
20149 (output): Also free the guard and attrs obstacks.
20150 * src/files.c, src/files.h (obstack_save): Remove.
20151 (output_files): Remove.
20152 As a result, if one needs the former `.act' file, using an
20153 appropriate skeleton which requires actions and guards is now
20154 required.
20155 * src/main.c (main): Adjust.
20156 * tests/semantic.at: New.
20157 * tests/regression.at: Use `input.y' as input file name.
20158 Avoid 8+3 problems by requiring input.c when the test needs the
20159 parser.
20160
d945f5cd
AD
201612001-12-27 Akim Demaille <akim@epita.fr>
20162
20163 * src/reader.c (symbol_list_new): Be sure to initialize all the
20164 fields.
20165
d200e455
AD
201662001-12-27 Akim Demaille <akim@epita.fr>
20167
20168 All the hacks using a final pseudo state are now useless.
20169
20170 * src/LR0.c (set_state_table): state_table holds exactly nstates.
20171 * src/lalr.c (nLA): New.
20172 (initialize_LA, compute_lookaheads, initialize_lookaheads): Use it
20173 instead of lookaheadsp from the pseudo state (nstate + 1).
20174
f9507c28
AD
201752001-12-27 Akim Demaille <akim@epita.fr>
20176
20177 * src/output.c (action_row, token_actions): Use a state_t instead
20178 of a integer, and nlookaheads instead of the following state's
20179 lookaheadsp.
20180
065fbd27
AD
201812001-12-27 Akim Demaille <akim@epita.fr>
20182
20183 * src/conflicts.c (log_resolution, flush_shift)
20184 (resolve_sr_conflict, set_conflicts, solve_conflicts)
20185 (count_sr_conflicts, count_rr_conflicts, conflicts_output)
20186 (conflicts_print, print_reductions): Use a state_t instead of an
20187 integer when referring to a state.
20188 As much as possible, depend upon nlookaheads, instead of the
20189 `lookaheadsp' member of the following state (since lookaheads of
20190 successive states are successive, the difference between state n + 1
20191 and n served as the number of lookaheads for state n).
20192 * src/lalr.c (add_lookback_edge): Likewise.
20193 * src/print.c (print_core, print_actions, print_state)
20194 (print_results): Likewise.
20195 * src/print_graph.c (print_core, print_actions, print_state)
20196 (print_graph): Likewise.
20197 * src/conflicts.h: Adjust.
20198
1b177bd7
AD
201992001-12-27 Akim Demaille <akim@epita.fr>
20200
20201 * src/bison.hairy: Formatting/comment changes.
20202 ANSIfy.
20203 Remove `register' indications.
20204 Add plenty of `static'.
20205
7742ddeb
AD
202062001-12-27 Akim Demaille <akim@epita.fr>
20207
20208 * src/output.c (prepare): Drop the muscle `ntbase' which
20209 duplicates ntokens.
20210 * src/bison.simple: Formatting/comment changes.
20211 Use YYNTOKENS only, which is documented, but not YYNTBASE, which
20212 is an undocumented synonym.
20213
1fa14068
AD
202142001-12-22 Akim Demaille <akim@epita.fr>
20215
20216 * src/output.c (output_table_data): Change the prototype to use
20217 `int' for array ranges: some invocations do pass an int, not a
20218 short.
20219 Reported by Wayne Green.
20220
b9752825
AD
202212001-12-22 Akim Demaille <akim@epita.fr>
20222
20223 Some actions of web2c.y are improperly triggered.
20224 Reported by Mike Castle.
20225
20226 * src/lalr.c (traverse): s/F (i)[k] = F (j)[k]/F (j)[k] = F (i)[k]/.
20227 * tests/regression.at (Web2c): Rename as...
20228 (Web2c Report): this.
20229 (Web2c Actions): New.
20230
776209d6
AD
202312001-12-22 Akim Demaille <akim@epita.fr>
20232
20233 Reductions in web2c.y are improperly reported.
20234 Reported by Mike Castle.
20235
20236 * src/conflicts.c (print_reductions): Fix.
20237 * tests/regression.at (Web2c): New.
20238
275fc3ad
AD
202392001-12-18 Akim Demaille <akim@epita.fr>
20240
20241 Some host fail on `assert (!"foo")', which expands to
20242 ((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
20243 Reported by Nelson Beebee.
20244
20245 * src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
20246 `#define it_succeeded 0' and `assert (it_succeeded)'.
20247
897668ee
MA
202482001-12-17 Marc Autret <autret_m@epita.fr>
20249
20250 * src/bison.simple: Don't hard code the skeleton line and filename.
20251 * src/output.c (output_parser): Rename 'line' as 'output_line'.
20252 New line counter 'skeleton_line' (skeleton-line muscle).
20253
ab3399e0
PE
202542001-12-17 Paul Eggert <eggert@twinsun.com>
20255
20256 * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that
20257 YYDEBUG must be defined to a nonzero value.
20258
20259 * src/bison.simple (yytname): Do not assume that the user defines
20260 YYDEBUG to a properly parenthesized expression.
20261
3877f72b
AD
202622001-12-17 Akim Demaille <akim@epita.fr>
20263
20264 * src/state.h (state_t): Rename lookaheads as lookaheadsp.
20265 nlookaheads is a new member.
20266 Adjust all users.
20267 * src/lalr.h (nlookaheads): Remove this orphan declaration.
20268 * src/lalr.c (initialize_lookaheads): Set nlookaheads for each
20269 state.
776209d6 20270
331dbc1b
AD
202712001-12-17 Akim Demaille <akim@epita.fr>
20272
20273 * src/files.h, src/files.c (open_files, close_files): Remove.
20274 * src/main.c (main): Don't open/close files, nor invoke lex_free,
20275 let...
20276 * src/reader.c (reader): Do it.
776209d6 20277
be750e4c
AD
202782001-12-17 Akim Demaille <akim@epita.fr>
20279
20280 * src/conflicts.c (print_reductions): Formatting changes.
776209d6 20281
709ae8c6
AD
202822001-12-17 Akim Demaille <akim@epita.fr>
20283
20284 * src/conflicts.c (flush_shift): Also adjust lookaheadset.
20285 (flush_reduce): New.
20286 (resolve_sr_conflict): Adjust.
776209d6 20287
f87685c3
AD
202882001-12-17 Akim Demaille <akim@epita.fr>
20289
20290 * src/output.c (output_obstack): Be static and rename as...
20291 (format_obstack): this, to avoid any confusion with files.c's
20292 output_obstack.
20293 * src/reader.h (muscle_obstack): Move to...
20294 * src/output.h: here, since it's defined in output.c.
20295
837491d8
AD
202962001-12-17 Akim Demaille <akim@epita.fr>
20297
20298 * src/output.c (action_row, save_column, default_goto)
20299 (sort_actions, matching_state, pack_vector): Better variable
20300 locality.
20301
796d61fb
AD
203022001-12-17 Akim Demaille <akim@epita.fr>
20303
20304 * src/output.c: Various formatting changes.
776209d6 20305
64d15509
AD
203062001-12-17 Akim Demaille <akim@epita.fr>
20307
20308 * src/files.c (output_files): Free the output_obstack.
20309 * src/main.c (main): Call print and print_graph conditionally.
20310 * src/print.c (print): Work unconditionally.
20311 * src/print_graph.c (print_graph): Work unconditionally.
20312 * src/conflicts.c (log_resolution): Output only if verbose_flag.
20313
fbc8ecb7
MA
203142001-12-16 Marc Autret <autret_m@epita.fr>
20315
20316 * src/output.c (actions_output): Fix. When we use %no-lines,
20317 there is one less line per action.
20318
f0440388
MA
203192001-12-16 Marc Autret <autret_m@epita.fr>
20320
20321 * src/bison.simple: Remove a useless #line directive.
20322 s/#line %%line %%skeleton/#line %%line "%%parser-file-name"/'.
20323 * src/output.c (get_lines_number): New.
776209d6 20324 (output_parser): Adjust, now takes care about the lines of a
f0440388
MA
20325 output muscles.
20326 Fix line numbering.
20327 (actions_output): Computes the number of lines taken by actions.
20328 (output_master_parser): Insert new skeleton which is the name of
20329 the output parser file name.
20330
a79986b8
MA
203312001-12-15 Marc Autret <autret_m@epita.fr>
20332
20333 * src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
20334
4ec8e00f
MA
203352001-12-15 Marc Autret <autret_m@epita.fr>
20336
20337 * src/output.c (output_gram): Keep track of the hairy one.
20338
1a4648ff
AD
203392001-12-15 Akim Demaille <akim@epita.fr>
20340
20341 Make `make distcheck' work.
20342
20343 * lib/Makefile.am (INCLUDES): Add top_srcdir/intl, since hash uses
20344 system.h which uses libgettext.h.
20345
9c2c67e6
AD
203462001-12-15 Akim Demaille <akim@epita.fr>
20347
20348 * src/nullable.c (set_nullable): Useless rules must be skipped,
20349 otherwise, since we range over their symbols, we might look at a
20350 nonterminal which no longer ``exists'', i.e., it is not counted in
20351 `nvars', hence we overflow our arrays.
20352
93ede233
AD
203532001-12-15 Akim Demaille <akim@epita.fr>
20354
20355 The header can also be produced directly, without any obstack!
20356 Yahoo!
20357
20358 * src/files.c, src/files.h (defines_obstack): Remove.
20359 (compute_header_macro): Global.
20360 (defines_obstack_save): Remove.
20361 * src/reader.c (parse_union_decl): No longer output to
20362 defines_obstack: its content can be found in the `stype' muscle
20363 anyway.
20364 (output_token_translations): Merge into...
20365 (symbols_output): this.
20366 Rename as...
20367 (symbols_save): this.
20368 (reader): Adjust.
20369 * src/output.c (header_output): New.
20370 (output): Call it.
20371
2666f928
AD
203722001-12-15 Akim Demaille <akim@epita.fr>
20373
20374 * src/reader.c (parse_union_decl): Instead of handling two obstack
20375 simultaneously, use one to define the `stype' muscle, and use the
20376 value of the latter to fill defines_obstack.
20377 (copy_comment): Remove.
20378 (copy_comment2): Work for a single obstack.
20379 Rename as...
20380 (copy_comment): this.
20381
428046f8
AD
203822001-12-15 Akim Demaille <akim@epita.fr>
20383
20384 * src/lex.c, src/lex.h (xgetc): No longer static.
20385 * src/reader.c (parse_union_decl): Revamp.
20386
ea52d706
AD
203872001-12-15 Akim Demaille <akim@epita.fr>
20388
20389 Still making progress in separating Bison into (i) input, (ii)
20390 process, (iii) output: now we can directly output the parser file
20391 without using table_obstack at all.
20392
20393 * src/files.c, src/files.h (table_obstack): Bye bye.
20394 (parser_file_name): New.
20395 * src/files.c (compute_output_file_names): Compute it.
20396 * src/output.c (actions_output, output_parser)
20397 (output_master_parser): To a file instead of an obstack.
20398
3f96f4dc
AD
203992001-12-15 Akim Demaille <akim@epita.fr>
20400
20401 Attach actions to rules, instead of pre-outputting them to
20402 actions_obstack.
20403
20404 * src/gram.h (rule_t): action and action_line are new members.
20405 * src/reader.c (symbol_list): Likewise.
20406 (copy_action): Save the actions within the rule.
20407 (packgram): Save them in rule_table.
20408 * src/output.c (actions_output): New.
20409 (output_parser): Use it on `%%actions'.
20410 (output_rule_data): Don't free rule_table.
20411 (output): Do it.
20412 (prepare): Don't save the `action' muscle.
20413 * src/bison.simple: s/%%action/%%actions/.
20414
51576fb3
AD
204152001-12-15 Akim Demaille <akim@epita.fr>
20416
20417 * src/reader.c (copy_action): When --yacc, don't append a `;'
20418 to the user action: let it fail if lacking.
dee049eb 20419 Suggested by Arnold Robbins and Tom Tromey.
51576fb3 20420
2648a72d
AD
204212001-12-14 Akim Demaille <akim@epita.fr>
20422
20423 * src/lex.c (literalchar): Simply return the char you decoded, non
20424 longer mess around with obstacks and int pointers.
20425 Adjust all callers.
20426
92790e5b
AD
204272001-12-14 Akim Demaille <akim@epita.fr>
20428
20429 * src/lex.c (literalchar): Don't escape the special characters,
20430 just decode them, and keep them as char (before, eol was output as
20431 the 2 char string `\n' etc.).
20432 * src/output.c (output_rule_data): Use quotearg to output the
20433 token strings.
20434
927c1557
PE
204352001-12-13 Paul Eggert <eggert@twinsun.com>
20436
20437 * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
20438 Do not infringe on the global user namespace when using C++.
20439 (YYFPRINTF, YYSTDERR): New macros, needed for the above.
20440 All uses of `fprintf' and `stderr' changed.
20441
20442 * doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
20443
ed8e1f68
AD
204442001-12-13 Akim Demaille <akim@epita.fr>
20445
20446 The computation of nullable is broken: it doesn't handle empty
20447 RHS's properly.
20448
20449 * tests/torture.at (GNU AWK Grammar): New.
20450 * tests/sets.at (Nullable): New.
20451 * src/nullable.c (set_nullable): Instead of blindly looping over
20452 `ritems', loop over the rules, and then over their rhs's.
20453
20454 Work around Autotest bugs.
20455
20456 * src/warshall.c (bitmatrix_print): Don't use `+--+' as table
20457 frame, because Autotest understand lines starting with a `+' as
20458 traces from the shell. Then, they are not processed properly.
20459 Admittedly an Autotest bug, but we don't have time to wait for
20460 Autotest to catch up.
20461 * tests/regression.at (Broken Closure): Adjust to the new table
20462 frames.
20463 Move to...
20464 * tests/sets.at: here.
20465
cb581495
AD
204662001-12-13 Akim Demaille <akim@epita.fr>
20467
20468 * src/closure.c (closure): Use nrules instead of playing tricks
20469 with BITS_PER_WORD.
20470
2e729273
AD
204712001-12-13 Akim Demaille <akim@epita.fr>
20472
20473 * src/print.c (print_actions): Output the handling of `$' as the
20474 traces do: shifting the token EOF. Before EOF was treated as a
20475 nonterminal.
20476 * tests/regression.at: Adjust some tests.
20477 * src/print_graph.c (print_core): Complete the set of items via
20478 closure. The next-to-final and final states are still unsatisfying,
20479 but that's to be addressed elsewhere.
20480 No longer output the rule numbers, but do output the state number.
20481 A single loop for the shifts + gotos is enough, but picked a
20482 distinct color for each.
20483 (print_graph): Initialize and finalize closure.
20484
107f7dfb
AD
204852001-12-13 Akim Demaille <akim@epita.fr>
20486
20487 * src/reader.c (readgram): Remove dead code, an strip useless
20488 braces.
20489 (get_type): Remove, unused.
20490
9b53a24f
AD
204912001-12-12 Akim Demaille <akim@epita.fr>
20492
20493 * src/complain.h, src/complain.c: Remove error_one_per_line, rely
20494 on that of lib/error.c.
20495
dbfb6dcd
AD
204962001-12-12 Akim Demaille <akim@epita.fr>
20497
20498 Some hosts don't like `/' in includes.
20499
20500 * src/system.h: Include libgettext.h without qualifying the path.
20501 * src/Makefile.am (INCLUDES): Add $(top_srcdir)/intl, remove
20502 $(top_srcdir).
20503
c25fb648
MA
205042001-12-11 Marc Autret <autret_m@epita.fr>
20505
20506 * src/output.c (output_parser): Remove useless muscle.
20507
710ddc4f
MA
205082001-12-11 Marc Autret <autret_m@epita.fr>
20509
20510 * src/bison.simple: Remove #line just before %%epilogue. It
20511 is now handled in ...
20512 * src/reader.c (read_additionnal_code): Add the output of a
20513 #line for the epilogue.
20514
e83d80b8
MA
205152001-12-10 Marc Autret <autret_m@epita.fr>
20516
927c1557 20517 * src/reader.c (copy_definition): Re-use CPP-outed code which
e83d80b8
MA
20518 replace precedent remove.
20519 * src/bison.simple: Remove #line before %%prologue because
20520 %%input-line is wrong at this time.
20521
971d5158
MA
205222001-12-10 Marc Autret <autret_m@epita.fr>
20523
20524 * src/reader.c (symbols_output): Clean up.
927c1557 20525 * src/output.c (output_gram, output): Clean up.
971d5158 20526
5edafffd
AD
205272001-12-10 Akim Demaille <akim@epita.fr>
20528
20529 * src/lalr.c (initialize_lookaheads): New. Extracted from...
20530 * src/LR0.c (set_state_table): here.
20531 * src/lalr.c (lalr): Call it.
20532
0279f8e9
AD
205332001-12-10 Akim Demaille <akim@epita.fr>
20534
20535 * src/state.h (shifts): Remove the `number' member: shifts are
20536 attached to state, hence no longer need to be labelled with a
20537 state number.
20538
190c4f5f
AD
205392001-12-10 Akim Demaille <akim@epita.fr>
20540
20541 Now that states have a complete set of members, the linked list of
20542 shifts is useless: just fill directly the state's shifts member.
20543
20544 * src/state.h (shifts): Remove the `next' member.
20545 * src/LR0.c (first_state, last_state): Remove.
20546 Adjust the callers.
20547 (augment_automaton): Don't look for the shifts that must be added
20548 a shift on EOF: it is those of the state we looked for! But now,
20549 since shifts are attached, it is no longer needed to looking
20550 merely by its id: its number.
20551
2a73b93d
AD
205522001-12-10 Akim Demaille <akim@epita.fr>
20553
20554 * src/LR0.c (augment_automaton): Better variable locality.
20555 Remove an impossible branch: if there is a state corresponding to
20556 the start symbol being shifted, then there is shift for the start
20557 symbol from the initial state.
20558
74392f6a
AD
205592001-12-10 Akim Demaille <akim@epita.fr>
20560
20561 * src/LR0.c (augment_automaton): Call `insert_eof_shifting_state'
20562 only when appropriate: when insert_start_shifting_state' is not
20563 invoked.
20564 * tests/regression.at (Rule Line Numbers): Adjust.
20565
37c82725
AD
205662001-12-10 Akim Demaille <akim@epita.fr>
20567
20568 * src/LR0.c (augment_automaton): Now that all states have shifts,
20569 merge the two cases addition shifts to the initial state.
20570
6a164e0c
AD
205712001-12-10 Akim Demaille <akim@epita.fr>
20572
20573 * src/lalr.c (set_state_table): Move to...
20574 * src/LR0.c: here.
20575 * src/lalr.c (lalr): Don't call it...
20576 * src/LR0.c (generate_states): do it.
20577 * src/LR0.h (first_state): Remove, only the table is used.
20578
7215de24
AD
205792001-12-10 Akim Demaille <akim@epita.fr>
20580
20581 * src/LR0.h (first_shift, first_reduction): Remove.
20582 * src/lalr.c: Don't use first_shift: find shifts through the
20583 states.
20584
80e25d4d
AD
205852001-12-10 Akim Demaille <akim@epita.fr>
20586
20587 * src/LR0.c: Attach shifts to states as soon as they are
20588 computed.
20589 * src/lalr.c (set_state_table): Instead of assigning shifts to
20590 state, just assert that the mapping was properly done.
20591
0ab3728b
AD
205922001-12-10 Akim Demaille <akim@epita.fr>
20593
20594 * src/LR0.c (insert_start_shift): Rename as...
20595 (insert_start_shifting_state): this.
20596 (insert_eof_shifting_state, insert_accepting_state): New.
20597 (augment_automaton): Adjust.
20598 Better locality of the variables.
20599 When looking if the start_symbol is shifted from the initial
20600 state, using `while (... symbol != start_symbol ...)' sounds
20601 better than `while (... symbol < start_symbol ...)': If fail
20602 to see how the order between symbols could be relevant!
20603
78af9bbc
AD
206042001-12-10 Akim Demaille <akim@epita.fr>
20605
20606 * src/getargs.h: Don't declare `spec_name_prefix' and
20607 `spec_file_prefix', declared by src/files.h.
20608 * src/files.c, src/files.h: Default for spec_name_prefix is "yy".
20609 * src/muscle_tab.c (muscle_init): Default prefix to NULL.
20610 * src/output.c (prepare): Adjust.
20611 * src/reader.c (symbols_output): Likewise.
20612 * src/vmsgetargs.c: Vaguely adjust, but who cares?
20613
bdef2a41
AD
206142001-12-10 Akim Demaille <akim@epita.fr>
20615
20616 * src/muscle_tab.c (muscle_init): NULL is a better default than
20617 `"0"'.
20618
3735969c
AD
206192001-12-10 Akim Demaille <akim@epita.fr>
20620
20621 * src/reader.c (reader): Calling symbols_output once is enough.
20622
49701457
AD
206232001-12-10 Akim Demaille <akim@epita.fr>
20624
20625 Now that states have a complete set of members, the linked list of
20626 reductions is useless: just fill directly the state's reductions
20627 member.
20628
20629 * src/state.h (struct reductions): Remove member `number' and
20630 `next'.
20631 * src/LR0.c (first_reduction, last_reduction): Remove.
20632 (save_reductions): Don't link the new reductions, store them in
20633 this_state.
20634 * src/lalr.c (set_state_table): No need to attach reductions to
20635 states, it's already done.
20636 * src/output.c (output_actions): No longer free the shifts, then
20637 the reductions, then the states: free all the states and their
20638 members.
20639
0edad749
AD
206402001-12-10 Akim Demaille <akim@epita.fr>
20641
20642 * src/options.c (OPTN, DRTV, BOTH): New.
20643 (option_table): Use them.
20644
0edad749
AD
20645 * src/muscle_tab.c: Don't include xalloc.h and string.h: that's
20646 the job of system.h.
20647 * src/options.c: Don't include stdio.h and xalloc.h for the same
20648 reasons.
20649
5449dd0f
AD
206502001-12-10 Akim Demaille <akim@epita.fr>
20651
20652 * src/output.c (output, prepare): Make sure the values of the
20653 muscles `action' and `prologue' are 0-terminated.
20654
a870c567
AD
206552001-12-10 Akim Demaille <akim@epita.fr>
20656
20657 Clean up GCC warnings.
20658
20659 * src/reader.c (copy_action): `buf' is not used.
20660 (parse_skel_decl): Be static.
20661 * src/muscle_tab.c (mhash1, mhash2, muscle_insert): Preserve `const'.
20662 * src/options.h (create_long_option_table): Have a real prototype.
20663 * lib/hash.c, lib/hash.h (hash_insert, hash_insert_at, hash_delete)
20664 (hash_delete_at): Return const void *.
20665 Adjust casts to preserve the const.
20666
80df8768
AD
206672001-12-10 Akim Demaille <akim@epita.fr>
20668
20669 * configure.in: Require 2.52g.
20670 M4 is not needed, but AUTOM4TE is.
20671 * m4/m4.m4: Remove.
20672 * tests/Makefile.am: Adjust.
20673
f693ad14
AD
206742001-12-10 Akim Demaille <akim@epita.fr>
20675
20676 One structure for states is enough, even though theoretically
20677 there are LR(0) states and LALR(1) states.
20678
20679 * src/lalr.h (state_t): Remove.
20680 (state_table): Be state_t **, not state_t *.
20681 * src/state.h (core, CORE_ALLOC): Rename as...
20682 (state_t, STATE_ALLOC): this.
20683 Add the LALR(1) members: shifts, reductions, errs.
20684 * src/LR0.c (state_table): Rename as...
20685 (state_hash): this, to avoid name clashes with the global
20686 `state_table'.
20687 * src/print_graph.c, src/LR0.c, src/LR0.h, src/conflicts.c
20688 * src/lalr.c, src/lalr.h, src/output.c, src/print.c: Adjust.
20689
74ffbcb6
AD
206902001-12-10 Akim Demaille <akim@epita.fr>
20691
20692 Bison dumps core on bash.y.
20693 Reported by Pascal Bart.
20694
20695 * src/warshall.c (bitmatrix_print): New.
20696 (TC): Use it.
ba0fe3c7 20697 When performing a transitive closure R(i, j) && R(j, k) => R(i, k),
74ffbcb6
AD
20698 j must be the outer loop.
20699 * tests/regression.at (Broken Closure): New.
20700
07708e19
AD
207012001-12-05 Akim Demaille <akim@epita.fr>
20702
20703 * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
20704 its argument.
ba1ecc07 20705 Reported by Peter Hamorsky.
07708e19 20706
92b16366
AD
207072001-12-05 Akim Demaille <akim@epita.fr>
20708
20709 * src/conflicts.c (err_table): Remove.
20710 (resolve_sr_conflict): Adjust.
20711 * src/lalr.h (state_t.reduction_table, state_t.shift_table):
20712 Rename as...
20713 (state_t.reductions, state_t.shifts): this.
20714
076ab033
AD
207152001-12-05 Akim Demaille <akim@epita.fr>
20716
20717 * src/reduce.c (reduce_grammar_tables): No longer disable the
20718 removal of useless rules via CPP but via `if (0)', so that the
20719 compiler still check the code is valid.
20720 For instance, it should have noticed `rline' no longer exists: use
20721 the `line' member of rule_t.
20722 * src/gram.c (dummy, rline): Remove, unused.
20723
3843c413
AD
207242001-12-05 Akim Demaille <akim@epita.fr>
20725
20726 * src/output.c (pack_vector): Use assert, not berror.
20727 * src/main.c (berror): Remove, unused.
20728
43168960
AD
207292001-12-05 Akim Demaille <akim@epita.fr>
20730
20731 New experimental feature: if --verbose --trace output all the
20732 items of a state, not only its kernel.
20733
20734 * src/print.c (print_core): If `trace_flag', then invoke closure
20735 before outputting the items of the state (print_core is no longer
20736 a correct name them).
20737 (print_results): Invoke new_closure/free_closure if needed.
20738
b2872512
AD
207392001-12-05 Akim Demaille <akim@epita.fr>
20740
20741 * src/LR0.c (new_itemsets): Use nshifts only, not shiftcount.
20742 * src/closure.c, src/closure.h (itemsetsize): Rename as...
20743 (nitemset): for consistency with the rest of the project.
20744
23cbcc6c
AD
207452001-12-05 Akim Demaille <akim@epita.fr>
20746
20747 * src/closure.c (print_closure): Improve.
20748 (closure): Use it for printing input and output.
20749
03ec521c
AD
207502001-12-05 Akim Demaille <akim@epita.fr>
20751
20752 * src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are
20753 indexed by nonterminals.
20754
3a7456dd
AD
207552001-12-05 Akim Demaille <akim@epita.fr>
20756
20757 * src/warshall.c (TC, RTC): De-obsfucate (source reduced to 22% of
20758 what it was!).
20759 * src/warshall.h: Remove accidental duplication of the content.
20760
1cbcf2e7
AD
207612001-12-05 Akim Demaille <akim@epita.fr>
20762
20763 * src/closure.c (set_fderives): De-obfuscate.
20764
84182270
AD
207652001-12-05 Akim Demaille <akim@epita.fr>
20766
20767 * src/closure.c (print_firsts, print_fderives): De-obfuscate.
20768
3f6f053c
AD
207692001-12-05 Akim Demaille <akim@epita.fr>
20770
20771 * src/closure.c (set_firsts): De-obfuscate.
20772
7a5350ba
AD
207732001-12-05 Akim Demaille <akim@epita.fr>
20774
20775 * src/output.c (action_row): De-obfuscate
20776 using the good o' techniques: arrays not pointers, variable
20777 locality, BITISSET, RESETBIT etc.
20778
d954473d
AD
207792001-12-05 Akim Demaille <akim@epita.fr>
20780
20781 Pessimize the code to simplify it: from now on, all the states
20782 have a valid SHIFTS, which NSHIFTS is possibly 0.
20783
20784 * src/LR0.c (shifts_new): Be global and move to..
20785 * src/state.c, src/state.h: here.
20786 * src/conflicts, src/lalr.c, src/output.c, src/print.c,
20787 * src/print_graph: Adjust.
20788
9839bbe5
AD
207892001-12-05 Akim Demaille <akim@epita.fr>
20790
20791 * src/state.h (SHIFT_DISABLE, SHIFT_IS_DISABLED): New.
20792 * src/conflicts.c: Use it.
20793 Restore a few missing `if (!SHIFT_IS_DISABLED)' which were
20794 incorrectly ``simplified''.
20795
9f136c07
AD
207962001-12-05 Akim Demaille <akim@epita.fr>
20797
20798 * src/conflicts.c (flush_shift, resolve_sr_conflict): De-obfuscate
20799 using the good o' techniques: arrays not pointers, variable
20800 locality, BITISSET, RESETBIT etc.
20801
b608206e
AD
208022001-12-05 Akim Demaille <akim@epita.fr>
20803
20804 * src/state.h (SHIFT_SYMBOL): New.
20805 * src/conflicts.c: Use it to deobfuscate.
20806
52afa962
AD
208072001-12-05 Akim Demaille <akim@epita.fr>
20808
20809 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts)
20810 (print_reductions): De-obfuscate using the good o' techniques:
20811 arrays not pointers, variable locality, BITISSET.
20812
e74dc321
AD
208132001-12-05 Akim Demaille <akim@epita.fr>
20814
20815 * src/conflicts.c (print_reductions): Arrays, not pointers.
20816 Use BITISSET.
20817
768fca83
AD
208182001-12-05 Akim Demaille <akim@epita.fr>
20819
20820 * src/conflicts.c (print_reductions): Pessimize, but clarify.
20821
a17e599f
AD
208222001-12-05 Akim Demaille <akim@epita.fr>
20823
20824 * src/conflicts.c (print_reductions): Improve variable locality.
20825
a04bc341
AD
208262001-12-05 Akim Demaille <akim@epita.fr>
20827
20828 * src/conflicts.c (print_reductions): Pessimize, but clarify.
20829
c8ea038e
AD
208302001-12-05 Akim Demaille <akim@epita.fr>
20831
20832 * src/conflicts.c (print_reductions): Improve variable locality.
20833
aa2aab3c
AD
208342001-12-05 Akim Demaille <akim@epita.fr>
20835
20836 * src/state.h (SHIFT_IS_ERROR, SHIFT_IS_GOTO, SHIFT_IS_SHIFT): New.
20837 * src/lalr.c: Use them.
20838
b178c8cc
AD
208392001-12-05 Akim Demaille <akim@epita.fr>
20840
20841 * src/LR0.c (augment_automaton): Formatting changes.
20842 Better variable locality.
20843
f67d13aa
AD
208442001-12-05 Akim Demaille <akim@epita.fr>
20845
20846 * src/lalr.c (matrix_print): New.
20847 (transpose): Use it.
20848 Use arrays instead of pointers.
20849
c2713865
AD
208502001-12-05 Akim Demaille <akim@epita.fr>
20851
20852 * src/lalr.c (maxrhs): Move to...
20853 * src/gram.c, src/gram.h (ritem_longest_rhs): here.
20854 * src/lalr.c (build_relations): Adjust.
20855
9887c18a
AD
208562001-12-05 Akim Demaille <akim@epita.fr>
20857
20858 * src/lalr.c (transpose): Free the memory allocated to the
20859 argument, as it is replaced by the results by the unique caller.
20860 (build_relations): Merely invoke transpose: it handles the memory
20861 deallocation.
20862 Improve variable locality.
20863 Avoid variables used as mere abbreviations.
20864 (compute_lookaheads): Use arrays instead of pointers.
20865
4d4f699c
AD
208662001-12-05 Akim Demaille <akim@epita.fr>
20867
20868 * src/lalr.c (initialize_F): Improve variable locality.
20869 Avoid variables used as mere abbreviations.
20870
80a69750
AD
208712001-12-05 Akim Demaille <akim@epita.fr>
20872
20873 * src/derives.c (print_derives): Display the ruleno.
20874 * src/lalr.c (initialize_F, transpose): Better variable locality
20875 to improve readability.
20876 Avoid variables used as mere abbreviations.
20877
fe961097
AD
208782001-12-05 Akim Demaille <akim@epita.fr>
20879
20880 * src/lalr.c (traverse): Use arrays instead of pointers.
20881
e3e4e814
AD
208822001-12-05 Akim Demaille <akim@epita.fr>
20883
20884 * src/nullable.c (set_nullable): Use a for loop to de-obfuscate
20885 the handling of squeue.
20886 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
20887
630e182b
AD
208882001-12-05 Akim Demaille <akim@epita.fr>
20889
20890 Because useless nonterminals are now kept alive (instead of being
20891 `destroyed'), we now sometimes examine them, and store information
20892 related to them. Hence we need to know their number, and adjust
20893 memory allocations.
20894
20895 * src/reduce.c, src/reduce.h (nuseless_nonterminals): No longer
20896 static.
20897 * src/LR0.c (allocate_itemsets): The memory allocated to
20898 `symbol_count' was used for two different purpose: once to count
20899 the number of occurrences of each symbol, and later reassigned to
20900 `shift_symbol', containing the symbol that can be shifted from a
20901 given state.
20902 Deobfuscate, i.e., allocate, use and free `symbol_count' here
20903 only, and...
20904 (new_itemsets): Allocate `shift_symbol' here.
20905 (allocate_itemsets): symbol_count includes useless nonterminals.
20906 Make room for them.
20907 (free_storage): Use `free', not `XFREE', for pointers that cannot
20908 be null.
20909
81b51460
AD
209102001-12-05 Akim Demaille <akim@epita.fr>
20911
20912 * src/nullable.c (set_nullable): Deobfuscate the handling of
20913 ritem.
20914 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
20915
3067fbef
AD
209162001-12-05 Akim Demaille <akim@epita.fr>
20917
20918 * src/gram.c, src/gram.h (ritem_print): New.
20919 * src/gram.c (dummy): Remove, now there is actual code in gram.c.
20920 (This useless function was defined only to work around VMS linkers
20921 that can't handle compilation units with variables only).
20922 * src/reduce.c (dump_grammar): Use it to trace the construction of
20923 ritem.
20924
c2bea5f9
PE
209252001-12-04 Paul Eggert <eggert@twinsun.com>
20926
7d27c823
PE
20927 * src/bison.simple (union yyalloc): Change member names
20928 to be the same as the stack names.
20929 (yyparse): yyptr is now union yyalloc *, not char *.
20930 (YYSTACK_RELOCATE): Likewise. This avoids a GCC warning,
20931 and may generate better code on some machines.
c2bea5f9
PE
20932 (yystpcpy): Use prototype if __STDC__ is defined, not just
20933 if __cplusplus is defined.
35687a9d 20934
2c8a9dfa
AD
209352001-11-30 Akim Demaille <akim@epita.fr>
20936
20937 * configure.in (WARNING_CFLAGS): Add -Werror when possible.
20938 (CFLAGS): Do not include the WARNING_CFLAGS here, since GNU
20939 Gettext doesn't compile cleanly, and dies with -Werror.
20940 * src/Makefile.am, lib/Makefile.am, tests/atlocal.in (CFLAGS):
20941 Include WARNING_CFLAGS here.
20942 * lib/xstrdup.c: Include xalloc.h, so that xstrdup be declared
20943 before being defined.
20944
f4e421e6
AD
209452001-11-27 Paul Eggert <eggert@twinsun.com>
20946
20947 * lib/quotearg.h (quotearg_n, quotearg_n_style):
20948 First arg is int, not unsigned.
20949 * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
20950 (SIZE_MAX, UINT_MAX): New macros.
20951 (quotearg_n_options): Abort if N is negative.
20952 Avoid overflow check on hosts where size_t is 64 bits and int
20953 is 32 bits, as overflow is impossible there.
20954 Fix off-by-one typo that caused unnecessary reallocation.
20955
7093d0f5
AD
209562001-11-29 Paul Eggert <eggert@twinsun.com>
20957
20958 Name space cleanup in generated parser.
20959
20960 * doc/bison.texinfo (Bison Parser): Discuss system headers
20961 and their effect on the user name space.
20962
20963 * src/bison.simple:
20964 (YYSTACK_ALLOC, YYSTACK_FREE, union yyalloc, YYSTACK_GAP_MAX,
20965 YYSTACK_BYTES, YYSTACK_RELOCATE): Do not define unless necessary,
20966 i.e. unless ! defined (yyoverflow) || defined (YYERROR_VERBOSE).
20967
20968 (YYSIZE_T): New macro. Use it instead of size_t, to avoid infringing
20969 on user names when possible.
20970
20971 (YYSTACK_USE_ALLOCA): Do not define; just use any existing defn.
20972 Simplify test for whather <alloca.h> exists.
20973
20974 (<stdlib.h>): Include if we will use malloc, and if standard C or C++.
20975
20976 (<stdio.h>): Include if YYDEBUG.
20977
20978 (yymemcpy): Renamed from __yy_memcpy. Do not define unless
20979 ! defined (yyoverflow) && ! defined (yymemcpy).
20980
20981 (yymemcpy, yyparse): Rename local variables as needed so that
20982 they all begin with 'yy'.
20983
20984 (yystrlen, yystpcpy): New functions.
20985
20986 (YY_DECL_NON_LSP_VARIABLES): Renamed from _YY_DECL_VARIABLES.
20987 All uses changed.
20988
20989 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy
20990 instead of relying on string.h functions. Use YYSTACK_ALLOC
20991 and YYSTACK_FREE instead of malloc and free.
20992
fd51e5ff
AD
209932001-11-30 Akim Demaille <akim@epita.fr>
20994
20995 * src/bison.simple (YYSTYPE, YYLTYPE): Move their definitions
20996 before their first uses.
20997 (YYBISON, YYPURE): Move to the top of the output.
20998
7d13ff5f
AD
209992001-11-30 Akim Demaille <akim@epita.fr>
21000
21001 * tests/reduce.at (Useless Nonterminals): Fix.
21002
892a3995
AD
210032001-11-30 Akim Demaille <akim@epita.fr>
21004
21005 * src/bison.simple (YYSTACK_FREE): Use `do {;} while (0)' as empty
21006 if body instead of `;' to pacify GCC's warnings.
21007
68f1e3ed
AD
210082001-11-30 Akim Demaille <akim@epita.fr>
21009
21010 Instead of mapping the LHS of unused rules to -1, keep the LHS
21011 valid, but flag the rules as invalid.
21012
21013 * src/gram.h (rule_t): `useful' is a new member.
21014 * src/print.c (print_grammar): Adjust.
21015 * src/derives.c (set_derives): Likewise.
21016 * src/reader.c (packgram, reduce_output): Likewise.
21017 * src/reduce.c (reduce_grammar_tables): Likewise.
21018 * tests/reduce.at (Underivable Rules, Useless Rules): New.
21019
d2d1b42b
AD
210202001-11-30 Akim Demaille <akim@epita.fr>
21021
21022 * src/reduce.c (reduce_output): Formatting changes.
21023 * src/print.c (print_results, print_grammar): Likewise.
21024 * tests/regression.at (Rule Line Numbers)
21025 (Solved SR Conflicts, Unresolved SR Conflicts): Adjust.
21026
760b53a8
AD
210272001-11-30 Akim Demaille <akim@epita.fr>
21028
21029 * src/reduce.c (nonterminals_reduce): Instead of throwing away
21030 useless nonterminals, move them at the end of the symbol arrays.
21031 (reduce_output): Adjust.
21032 * tests/reduce.at (Useless Nonterminals): Adjust.
21033
00238958
AD
210342001-11-30 Akim Demaille <akim@epita.fr>
21035
21036 * src/reduce.c: Various comment/formatting changes.
21037 (nonterminals_reduce): New, extracted from...
21038 (reduce_grammar_tables): here.
21039 (reduce_grammar): Call nonterminals_reduce.
21040
396452de
PE
210412001-11-29 Paul Eggert <eggert@twinsun.com>
21042
21043 * src/bison.simple (YYSTACK_REALLOC): Remove.
21044 (YYSTACK_ALLOC): Resurrect this macro, with its old meaning.
21045 (YYSTACK_FREE, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYSTACK_RELOCATE):
21046 New macros.
21047 (union yyalloc): New type.
21048 (__yy_memcpy): Last arg is size_t, not unsigned int, to remove
21049 an arbitrary restriction on hosts where size_t is wider than int.
21050
21051 (yyparse): Don't dump core if alloca or malloc fails; instead, report
21052 a parser stack overflow. Allocate just one block of memory for all
21053 three stacks, instead of allocating three blocks; this typically is
21054 faster and reduces fragmentation.
21055
21056 Do not limit the number of items in the stack to a value that fits
21057 in 'int', as this is an arbitrary limit on hosts with 64-bit
21058 size_t and 32-bit int.
21059
147e184c
MA
210602001-11-29 Marc Autret <autret_m@epita.fr>
21061
21062 * tests/calc.at [AT_DATA_CALC_Y]: Use %error-verbose instead
21063 of defining YYERROR_VERBOSE.
21064 [AT_DATA]: $4 is now out of C declarations in the prologue.
21065
426cf563
MA
210662001-11-28 Marc Autret <autret_m@epita.fr>
21067
21068 * src/reader.c (parse_dquoted_param): New.
21069 (parse_skel_decl): Use it.
21070 * src/lex.h: Add its prototype.
21071 * src/lex.c (literalchar): Become not static.
21072
c7925b99
MA
210732001-11-28 Marc Autret <autret_m@epita.fr>
21074
21075 * src/output.h: And put its extern declaration here.
21076 * src/output.c (error_verbose): Define here.
21077 (prepare): Echo name modification.
21078 * src/getargs.h: Clean its extern declaration.
21079 * src/getargs.c (error_verbose_flag): Remove.
21080 (getargs): Remove case 'e'.
21081 * src/options.c (option_table): 'error-verbose' is now seen as simple
21082 percent option.
21083 Include output.h.
21084
21085 * src/reader.c (read_declarations): Remove case tok_include.
21086 (parse_include_decl): Remove.
21087 * src/lex.h (token_t): Remove tok_include.
21088 * src/options.c (option_table): 'include' is now a simple command line
21089 option.
21090
5b5d1929
MA
210912001-11-28 Marc Autret <autret_m@epita.fr>
21092
21093 * src/bison.simple: Adjust muscle names.
21094 * src/muscle_tab.c (muscle_init): Also rename the muscles.
21095 * src/output.c (prepare): s/_/-/ for the muscles names.
21096 (output_parser): When scanning for a muscle, allow '-' instead of '_'.
21097
8850be4b
MA
210982001-11-28 Marc Autret <autret_m@epita.fr>
21099
21100 * src/bison.simple: Fix debug.
21101 [YYERROR_VERBOSE]: Re-integrate as an internal macro.
21102
4a38e613
AD
211032001-11-28 Akim Demaille <akim@epita.fr>
21104
21105 * src/LR0.c (shifts_new): New.
21106 (save_shifts, insert_start_shift, augment_automaton): Use it.
21107
4b35e1c1
AD
211082001-11-28 Akim Demaille <akim@epita.fr>
21109
21110 * src/closure.c (closure): `b' and `ruleno' denote the same value:
21111 keep ruleno only.
21112
d2b04478
AD
211132001-11-28 Akim Demaille <akim@epita.fr>
21114
21115 * src/closure.c (closure): Instead of looping over word in array
21116 then bits in words, loop over bits in array.
21117
2c4c30aa
AD
211182001-11-28 Akim Demaille <akim@epita.fr>
21119
21120 * src/closure.c (closure): No longer optimize the special case
21121 where all the bits of `ruleset[r]' are set to 0, to make the code
21122 clearer.
21123
576890b7
AD
211242001-11-28 Akim Demaille <akim@epita.fr>
21125
21126 * src/closure.c (closure): `r' and `c' are new variables, used to
21127 de-obfuscate accesses to RULESET and CORE.
21128
cb487d7d
AD
211292001-11-28 Akim Demaille <akim@epita.fr>
21130
21131 * src/reduce.c (reduce_print): Use ngettext.
21132 (dump_grammar): Improve the trace accuracy.
21133
6013d43f
AD
211342001-11-28 Akim Demaille <akim@epita.fr>
21135
21136 * src/reduce.c (dump_grammar): Don't translate trace messages.
21137
cb4956ee
AD
211382001-11-28 Akim Demaille <akim@epita.fr>
21139
21140 * tests/reduce.at (Useless Terminals, Useless Nonterminals): New.
21141 * src/reduce.c (reduce_grammar_tables): Do not free useless tags,
21142 as all tags are free'ed afterwards.
21143 From Enrico Scholz.
21144
648185ab
PE
211452001-11-27 Paul Eggert <eggert@twinsun.com>
21146
21147 * src/bison.simple (YYSTACK_REALLOC): Fix typo that caused us to
21148 use alloca when we didn't want to, and vice versa.
21149
68254a03
MA
211502001-11-27 Marc Autret <autret_m@epita.fr>
21151
9113b58f
AD
21152 * src/muscle_tab.c (muscle_init): Remove 'verbose' muscle
21153 initialization.
68254a03
MA
21154 * src/output.c (prepare): Remove its update.
21155
04d843a2
MA
211562001-11-27 Marc Autret <autret_m@epita.fr>
21157
21158 * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
21159 Use %error-verbose.
21160
d2079671 211612001-11-27 Marc Autret <autret_m@epita.fr>
eeeb962b
MA
21162
21163 * src/bison.simple: Remove YYERROR_VERBOSE using.
21164 Use %%error_verbose.
21165 (yyparse): Likewise.
21166 * src/output.c (prepare): Give its final value.
21167 * src/muscle_tab.c (muscle_init): Init new muscle 'error_verbose'.
21168 * src/getargs.h: Add its extern declaration.
21169 * src/getargs.c (error_verbose_flag): New int.
21170 (getargs): Update to catch new case.
21171 * src/options.c (option_table): 'error-verbose' is a new option.
21172 (shortopts): Update.
21173
e0327bc8
AD
211742001-11-27 Akim Demaille <akim@epita.fr>
21175
21176 * src/system.h: Use intl/libgettext.h.
21177 * src/Makefile.am (INCLUDES): Add -I $(top_srcdir).
21178
000f1a3c
AD
211792001-11-27 Akim Demaille <akim@epita.fr>
21180
21181 * tests/torture.at (Exploding the Stack Size with Malloc):
21182 s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
21183
26cfe0be
AD
211842001-11-27 Akim Demaille <akim@epita.fr>
21185
21186 * src/files.c: Include error.h.
21187 Reported by Hans Aberg.
21188
f6bd5427
MA
211892001-11-26 Marc Autret <autret_m@epita.fr>
21190
d2079671 21191 * src/reader.c (parse_include_decl): New, not yet implemented.
f6bd5427
MA
21192 (read_declarations): Add case tok_include.
21193 * src/getargs.h (include): Add its extern definition.
21194 * src/getargs.c (include): New const char *.
21195 (getargs): Add case '-I'.
21196 * src/options.c (option_table): Add include as command line and
21197 percent option.
21198 * src/lex.h (token_t): Add tok_include.
21199
2ca209c1
AD
212002001-11-26 Akim Demaille <akim@epita.fr>
21201
21202 * src/reader.c (readgram): Make sure rules for mid-rule actions
21203 have a lineno equal to that of their host rule.
21204 Reported by Hans Aberg.
21205 * tests/regression.at (Rule Line Numbers): New.
21206
0e41b407
AD
212072001-11-26 Akim Demaille <akim@epita.fr>
21208
21209 * src/LR0.c (allocate_itemsets): kernel_size contains ints, not
21210 size_ts.
21211
212122001-11-26 Akim Demaille <akim@epita.fr>
21213
21214 * src/complain.c, src/complain.h (error): Remove, provided by
21215 lib/error.[ch].
21216
e0c40012
AD
212172001-11-26 Akim Demaille <akim@epita.fr>
21218
21219 * src/reader.c (read_declarations): Don't abort on tok_illegal,
21220 issue an error message.
21221 * tests/regression.at (Invalid %directive): New.
21222 Reported by Hans Aberg.
21223
5e147124
AD
212242001-11-26 Akim Demaille <akim@epita.fr>
21225
21226 * configure.in: Invoke AC_FUNC_OBSTACK and AC_FUNC_ERROR_AT_LINE.
21227 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
21228
a034c8b8
AD
212292001-11-26 Akim Demaille <akim@epita.fr>
21230
21231 * src/conflicts.c (conflicts_print): Don't complain at all when
21232 there are no reduce/reduce conflicts, and as many shift/reduce
21233 conflicts as expected.
21234 * tests/regression.at (%expect right): Adjust.
21235
c64a20f3
AD
212362001-11-23 Akim Demaille <akim@epita.fr>
21237
21238 * lib/alloca.c: Update, from fileutils.
21239
5b0d29bb
AD
212402001-11-23 Akim Demaille <akim@epita.fr>
21241
21242 * lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@.
21243
722c4bfe
AD
212442001-11-23 Akim Demaille <akim@epita.fr>
21245
21246 * src/system.h: Include alloca.h.
21247 * src/main.c (main) [C_ALLOCA]: Call alloca (0).
21248
6255b435
AD
212492001-11-23 Akim Demaille <akim@epita.fr>
21250
21251 * src/print_graph.c (print_actions): Remove `rule', unused.
21252 * src/LR0.c (kernel_size): Contain `int' instead of `size_t' to
21253 pacify GCC's signed < unsigned warnings.
21254 * src/closure.c (itemsetsize): Likewise.
21255 * src/reader.c (symbol_list_new): Static.
21256
b29b2ed5
AD
212572001-11-23 Akim Demaille <akim@epita.fr>
21258
21259 Attaching lineno to buckets is stupid, since only one copy of each
21260 symbol is kept, only the line of the first occurrence is kept too.
21261
21262 * src/symtab.h, src/symtab.c (bucket): Remove the line member.
21263 * src/reader.c (rline_allocated): Remove, unused.
21264 (symbol_list): Have a `line' member.
21265 (symbol_list_new): New.
21266 (readgram): Use it.
21267 * src/print.c (print_grammar): Output the rule line numbers.
21268 * tests/regression.at (Solved SR Conflicts)
21269 (Unresolved SR Conflicts): Adjust.
21270 Reported by Hans Aberg.
21271
a81b1d4a
MA
212722001-11-22 Marc Autret <autret_m@epita.fr>
21273
21274 * src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
21275
c1ecb3c1
MA
212762001-11-22 Marc Autret <autret_m@epita.fr>
21277
21278 * src/muscle_tab.c (muscle_init): Remove initialization of
21279 skeleton muscle.
21280 * src/output.c (output_master_parser): Do it here.
21281
fbe01355
AD
212822001-11-20 Akim Demaille <akim@epita.fr>
21283
21284 * po/sv.po: New.
21285 * configure.in (ALL_LINGUAS): Adjust.
21286 * po/POTFILE.in: Remove `nullable.c' and `derives.c' which no
21287 longer contains strings to translate.
21288
81e895c0
AD
212892001-11-19 Akim Demaille <akim@epita.fr>
21290
21291 * src/conflicts.c (conflicts_print): Add a missing \n.
21292
6bb1878b
AD
212932001-11-19 Akim Demaille <akim@epita.fr>
21294
21295 * src/nullable.c (nullable_print): New.
21296 (set_nullable): Call it when tracing.
21297 Better locality of variables.
21298
d9ec2d07
AD
212992001-11-19 Akim Demaille <akim@epita.fr>
21300
21301 * src/print.c (print_actions): Better locality of variables.
21302
720e5c1b
AD
213032001-11-19 Akim Demaille <akim@epita.fr>
21304
21305 * src/derives.c (print_derives): Fix and enrich.
21306 * src/closure.c (print_fderives): Likewise.
21307
fb908786
AD
213082001-11-19 Akim Demaille <akim@epita.fr>
21309
21310 * src/closure.c (itemsetend): Remove, replaced with...
21311 (itemsetsize): new.
21312
125ecb56
AD
213132001-11-19 Akim Demaille <akim@epita.fr>
21314
21315 * src/LR0.c (kernel_end): Remove, replaced with...
21316 (kernel_size): new.
21317
d8cf039f
AD
213182001-11-19 Akim Demaille <akim@epita.fr>
21319
21320 * src/conflicts.c (set_conflicts): Use arrays instead of pointers
21321 to clarify.
21322
7bec0760
AD
213232001-11-19 Akim Demaille <akim@epita.fr>
21324
21325 * src/closure.c (closure): Use arrays instead of pointers to clarify.
21326
c87d4863
AD
213272001-11-19 Akim Demaille <akim@epita.fr>
21328
21329 * src/closure.c, src/derives.c, src/nullable.c: Adjust various
21330 trace messages.
21331 * src/LR0.c: Likewise.
21332 (allocate_itemsets): Use arrays instead of pointers to clarify.
21333
9bfe901c
AD
213342001-11-19 Akim Demaille <akim@epita.fr>
21335
21336 * src/getargs.c (statistics_flag): Replace with...
21337 (trace_flag): New.
21338 (longopts): Accept --trace instead of --statistics.
21339 * src/getargs.h, src/options.c: Adjust.
21340 * src/LR0.c, src/closure.c, src/derives.c, src/nullable.c,
21341 * src/reduce.c: Use trace_flags instead of the CPP conditional TRACE.
21342
97db7bd4
AD
213432001-11-19 Akim Demaille <akim@epita.fr>
21344
cc72668c 21345 * src/LR0.c (new_itemsets, get_state): Use more arrays and fewer
97db7bd4
AD
21346 pointers to clarify the code.
21347 (save_reductions, save_shifts): Factor common parts of alternatives.
21348
2c5f66ed
AD
213492001-11-19 Akim Demaille <akim@epita.fr>
21350
21351 * src/LR0.c (new_state, get_state): Complete TRACE code.
21352 * src/closure.c: Include `reader.h' to get `tags', needed by the
21353 trace code.
21354 Rename the conditional DEBUG as TRACE.
21355 Output consistently TRACEs to stderr, not stdout.
21356 * src/derives.c: Likewise.
21357 * src/reduce.c: (inaccessable_symbols): Using if is better style
21358 than goto.
21359 Use `#if TRACE' instead of `#if 0' for tracing code.
21360
300f275f
AD
213612001-11-19 Akim Demaille <akim@epita.fr>
21362
21363 * src/system.h (LIST_FREE, shortcpy): New.
21364 * src/LR0.c: Use them.
21365 * src/output.c (free_itemsets, free_reductions, free_shifts):
21366 Remove, replaced by LIST_FREE.
21367
f59c437a
AD
213682001-11-19 Akim Demaille <akim@epita.fr>
21369
21370 * src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)
21371 (REDUCTIONS_ALLOC): New.
21372 * src/LR0.c, src/conflicts.c: Use them to de-obfuscate memory
21373 allocation.
21374
6986fd9e
AD
213752001-11-19 Akim Demaille <akim@epita.fr>
21376
21377 * src/LR0.c (new_state): Complete trace code.
21378 * src/nullable.c (set_nullable): Don't translate traces.
21379
4bc30f78
AD
213802001-11-19 Akim Demaille <akim@epita.fr>
21381
21382 * src/print_graph.c (print_core): Better locality of variables.
21383 * src/print.c (print_core): Likewise.
21384
08a946e0
AD
213852001-11-19 Akim Demaille <akim@epita.fr>
21386
21387 * src/vcg.c: You do the output, so you are responsible of the
21388 handling of VCG syntax, in particular: use quotearg.
21389 * src/print_graph.c: Don't.
21390 (print_actions): Don't output the actions as part of the nodes,
21391 since that's the job of the edges.
21392 (print_state): Don't output by hand: fill the node description,
9bfe901c 21393 and ask for its output.
08a946e0 21394
f0473484
AD
213952001-11-19 Akim Demaille <akim@epita.fr>
21396
cc72668c
AD
21397 * src/bison.simple (yyparse): When verbosely reporting an error,
21398 no longer put additional quotes around token names.
f0473484
AD
21399 * tests/calc.at: Adjust.
21400
e41dc700
AD
214012001-11-19 Akim Demaille <akim@epita.fr>
21402
21403 * src/symtab.h, src/symtab.c: `line' is a new member of `bucket'.
21404 * src/reader.c (record_rule_lines, rline, rline_allocated): Remove.
21405 * src/output.c: Adjust.
21406
652a871c
AD
214072001-11-19 Akim Demaille <akim@epita.fr>
21408
21409 * src/gram.h (rprec, rprecsym, rassoc): Remove, now part of...
21410 (rule_t): this.
21411 * src/conflicts.c, src/reader.c, src/reduce.c: Adjust.
21412
b2ed6e58
AD
214132001-11-19 Akim Demaille <akim@epita.fr>
21414
21415 * src/gram.h (rule_t): New.
21416 (rule_table): New.
21417 (rrhs, rlhs): Remove, part of state_t.
21418 * src/print_graph.c, src/closure.c, src/conflicts.c, src/derives.c,
21419 * src/lalr.c, src/nullable.c, src/output.c, src/print.c,
21420 * src/reader.c, src/reduce.c: Adjust.
21421
edad7067
AD
214222001-11-19 Akim Demaille <akim@epita.fr>
21423
21424 * src/reader.c (symbols_output): New, extracted from...
21425 (packsymbols): Here.
21426 (reader): Call it.
21427
3feec034
AD
214282001-11-19 Akim Demaille <akim@epita.fr>
21429
21430 * src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...
21431 (maxrhs): this new function.
21432
ddcd5fdf
AD
214332001-11-19 Akim Demaille <akim@epita.fr>
21434
cc72668c 21435 * src/lalr.c (F): New macro to access the variable F.
ddcd5fdf
AD
21436 Adjust.
21437
bb527fc2
AD
214382001-11-19 Akim Demaille <akim@epita.fr>
21439
cc72668c 21440 * src/lalr.h (LA): New macro to access the variable LA.
bb527fc2
AD
21441 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
21442 * src/lalr.c: Adjust.
21443
a845a697
AD
214442001-11-19 Akim Demaille <akim@epita.fr>
21445
21446 * src/lalr.c (initialize_LA): Only initialize LA. Let...
21447 (set_state_table): handle the `lookaheads' members.
21448
f004bf6a
AD
214492001-11-19 Akim Demaille <akim@epita.fr>
21450
cc72668c
AD
21451 * src/lalr.h (lookaheads): Removed array, whose contents is now
21452 a member of...
f004bf6a
AD
21453 (state_t): this structure.
21454 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
21455 Adjust.
21456
de326cc0
AD
214572001-11-19 Akim Demaille <akim@epita.fr>
21458
cc72668c
AD
21459 * src/lalr.h (consistent): Removed array, whose contents is now
21460 a member of...
de326cc0
AD
21461 (state_t): this structure.
21462 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
21463 Adjust.
21464
90b4416b
AD
214652001-11-19 Akim Demaille <akim@epita.fr>
21466
cc72668c
AD
21467 * src/lalr.h (reduction_table, shift_table): Removed arrays, whose
21468 contents are now members of...
90b4416b
AD
21469 (state_t): this structure.
21470 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
21471 Adjust.
21472
9703cc49
AD
214732001-11-19 Akim Demaille <akim@epita.fr>
21474
21475 * src/lalr.h (state_t): New.
21476 (state_table): Be a state_t * instead of a core **.
21477 (accessing_symbol): Remove, part of state_t.
21478 * src/lalr.c: Adjust.
21479 (set_accessing_symbol): Merge into...
21480 (set_state_table): this.
21481 * src/print_graph.c, src/conflicts.c: Adjust.
21482
d803322e
AD
214832001-11-14 Akim Demaille <akim@epita.fr>
21484
21485 * tests/calc.at, tests/output.at, tests/regression.at,
21486 * tests/testsuite.at, tests/torture.at: Rely on Autotest 2.52g:
21487 now the tests are run in private dirs, therefore AC_CLEANUP and
21488 family can be simplified to 0-ary.
21489 * tests/atlocal.in: Now that we run `elsewhere' than in tests/,
21490 use abs. path to find config.h.
21491 * tests/calc.at (AT_CHECK_CALC): Don't try to check the compiler's
21492 stderr, there can be way too much random noise.
21493 Instead pass -Werror to GCC and rely on the exit status.
21494 Reported by Wolfram Wagner.
21495
3d76b07d
AD
214962001-11-14 Akim Demaille <akim@epita.fr>
21497
21498 * src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
21499 defined only if yyoverflow is defined, to avoid `warning: unused
21500 variable `yyvs1''.
21501 Reported by The Test Suite.
21502
09b503c8
AD
215032001-11-14 Akim Demaille <akim@epita.fr>
21504
21505 * src/print.c: Include reduce.h.
21506 Reported by Hans Aberg.
21507
215082001-11-14 Akim Demaille <akim@epita.fr>
21509
21510 * src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
21511 Revert a previous patch: these are really const.
21512 * src/conflicts.c (conflict_report): Additional useless pair of
21513 braces to pacify GCC's warnings for `if () if () {} else {}'.
21514 * src/lex.c (parse_percent_token): Replace equal_offset with
21515 arg_offset.
21516 arg is const.
21517 Be sure to strdup `arg' when used, since there is no reason for
21518 token_buffer not to change.
21519
0f37a994
AD
215202001-11-14 Akim Demaille <akim@epita.fr>
21521
21522 * src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure a proper
21523 definition.
21524 * src/main.c (main): Use them.
21525 Suggested by Hans Aberg.
21526
d39d93b8
AD
215272001-11-12 Akim Demaille <akim@epita.fr>
21528
21529 * src/system.h (ngettext): Now that we use ngettext, be sure to
21530 provide a default definition when NLS are not used.
21531
9edcd895
AD
215322001-11-12 Akim Demaille <akim@epita.fr>
21533
21534 * doc/bison.texinfo: Use `$' as shell prompt, not `%'.
21535 Use @kbd to denote user input.
21536 (Language and Grammar): ANSIfy the example.
21537 Adjust its layout for info/notinfo.
21538 (Location Tracking Calc): Output error messages to stderr.
21539 Output locations in a more GNUtically correct way.
21540 Fix a couple of Englishos.
21541 Adjust @group/@end group pairs.
21542
7da99ede
AD
215432001-11-12 Akim Demaille <akim@epita.fr>
21544
e3aa65c5 21545 %expect was not functioning at all.
7da99ede
AD
21546
21547 * src/conflicts.c (expected_conflicts): Set to -1.
21548 (conflict_report): Use ngettext.
21549 (conflicts_print): Check %expect and make its violation an error.
21550 * doc/bison.texinfo (Expect Decl): Adjust.
21551 * configure.in (AM_GNU_GETTEXT): Ask for ngettext.
21552 * tests/regression.at (%expect not enough, %expect right)
21553 (%expect too much): New.
21554
ba9dda1a
AD
215552001-11-12 Akim Demaille <akim@epita.fr>
21556
21557 * tests/regression.at (Conflicts): Rename as...
21558 (Unresolved SR Conflicts): this.
21559 (Solved SR Conflicts): New.
21560
337c5bd1
AD
215612001-11-12 Akim Demaille <akim@epita.fr>
21562
21563 * src/reduce.c (print_results): Rename as...
21564 (reduce_output): This.
21565 Output to OUT, passed as argument, instead of output_obstack.
21566 (dump_grammar): Likewise.
21567 (reduce_free): New.
21568 Also free V1.
21569 (reduce_grammar): No longer call reduce_output, since...
21570 * src/print.c (print_results): do it.
21571 * src/main.c (main): Call reduce_free;
21572
c73a41af
AD
215732001-11-12 Akim Demaille <akim@epita.fr>
21574
21575 * src/conflicts.c (print_reductions): Accept OUT as argument.
21576 Output to it, not to output_obstack.
21577 * src/print.c (print_actions): Adjust.
21578
0df87bb6
AD
215792001-11-12 Akim Demaille <akim@epita.fr>
21580
21581 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts): Return
21582 the result instead of using...
21583 (src_total, rrc_total, src_count, rrc_count): Remove.
21584 (any_conflicts): Remove.
21585 (print_conflicts): Split into...
21586 (conflicts_print, conflicts_output): New.
21587 * src/conflicts.h: Adjust.
21588 * src/main.c (main): Invoke both conflicts_output and conflicts_print.
0f37a994 21589 * src/print.c (print_grammar): Issue `\n' between two rules.
0df87bb6
AD
21590 * tests/regression.at (Conflicts): New.
21591 Reported by Tom Lane.
21592
e4d3d4de
AD
215932001-11-12 Akim Demaille <akim@epita.fr>
21594
21595 * tests/regression.at (Invalid input): Remove, duplicate with
21596 ``Invalid input: 1''.
21597
6d7d248e
AD
215982001-11-12 Akim Demaille <akim@epita.fr>
21599
21600 * tests/torture.at (AT_DATA_STACK_TORTURE)
21601 (Exploding the Stack Size with Alloca)
21602 (Exploding the Stack Size with Malloc): New.
21603
e9e4c321
AD
216042001-11-12 Akim Demaille <akim@epita.fr>
21605
21606 * src/bison.simple (YYSTACK_REALLOC): New.
21607 (yyparse) [!yyoverflow]: Use it and free the old stack.
0f37a994 21608 Reported by Per Allansson.
e9e4c321 21609
5f7e0832
AD
216102001-11-12 Pascal Bart <pascal.bart@epita.fr>
21611
21612 * src/bison.simple: Define type yystype instead of YYSTYPE, and
21613 define CPP macro, which substitute YYSTYPE by yystype.
21614 * src/reader.c (parse_union_decl): Output yystype/YYSTYPE as we do
21615 with yyltype/YYLTYPE. This allows inclusion of the generated
21616 header within the parser if the compiler, such as GGC, accepts
21617 multiple equivalent #defines.
21618 From Akim.
21619
e3f1699f
AD
216202001-11-05 Akim Demaille <akim@epita.fr>
21621
21622 * src/reader.c (symbols_output): New, extracted from...
21623 (packsymbols): here.
21624 (reader): Adjust.
21625
65be0866
AD
216262001-11-05 Akim Demaille <akim@epita.fr>
21627
21628 * src/lex.c (parse_percent_token): s/quotearg/quote/.
21629
e4d910bf
AD
216302001-11-05 Akim Demaille <akim@epita.fr>
21631
21632 * tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
21633 pattern.
21634
951366c1
AD
216352001-11-05 Akim Demaille <akim@epita.fr>
21636
21637 * src/options.h (struct option_table_struct): set_flags is void*.
21638 * src/options.c (longopts): Support `--output' and `%output'.
21639 (usage): Adjust.
21640 * src/lex.h (tok_setopt): Remove, replaced with...
21641 (tok_intopt, tok_stropt): these new guys.
21642 * src/lex.c (getopt.h): Not needed.
21643 (token_buffer, unlexed_token_buffer): Not const.
21644 (percent_table): Promote `-' over `_' in directive names.
21645 Active `%name-prefix', `file-prefix', and `output'.
21646 (parse_percent_token): Accept possible arguments to directives.
21647 Promote `-' over `_' in directive names.
21648
d8988b2f
AD
216492001-11-04 Akim Demaille <akim@epita.fr>
21650
21651 * doc/bison.texinfo (Decl Summary): Split the list into
21652 `directives for grammars' and `directives for bison'.
21653 Sort'em.
21654 Add description of `%name-prefix', `file-prefix', and `output'.
21655 Promote `-' over `_' in directive names.
21656 (Bison Options): s/%locactions/%locations/. Nice Freudian slip.
21657 Simplify the description of `--name-prefix'.
21658 Promote `-' over `_' in directive names.
21659 Promote `--output' over `--output-file'.
21660 Fix the description of `--defines'.
21661 * tests/output.at: Exercise %file-prefix and %output.
21662
6468d18e
AD
216632001-11-02 Akim Demaille <akim@epita.fr>
21664
21665 * doc/refcard.tex: Update.
21666
6b7e85b9
AD
216672001-11-02 Akim Demaille <akim@epita.fr>
21668
21669 * src/symtab.h (SUNDEF): New.
21670 * src/symtab.c (bucket_new): Init user_token_number to SUNDEF to
21671 stand for `uninitialized', instead of 0.
21672 * src/reader.c (packsymbols, parse_thong_decl): Adjust.
21673 * src/lex.c (lex): Adjust.
21674
21675 * tests/calc.at (_AT_DATA_CALC_Y): Declare a token for EOF.
21676 Number it 0.
21677 Let yylex return it instead of a plain 0.
21678 Reported by Dick Streefland.
21679
cd5aafcf
AD
216802001-11-02 Akim Demaille <akim@epita.fr>
21681
21682 * tests/regression.at (Mixing %token styles): New test.
21683
037ca2f1
AD
216842001-11-02 Akim Demaille <akim@epita.fr>
21685
21686 * src/reader.c (parse_thong_decl): Formatting changes.
21687 (token_translations_init): New, extracted from...
21688 (packsymbols): Here.
21689 Adjust.
21690
270a173c
AD
216912001-11-01 Akim Demaille <akim@epita.fr>
21692
21693 * tests/regression.at (AT_TEST_CPP_GUARD_H): New.
21694 Check that `9foo.y' produces correct cpp guards.
21695 * src/files.c (compute_header_macro): Prepend `BISON_' to CPP
21696 guards.
21697 Reported by Wwp.
21698
561f9a30
AD
216992001-11-01 Akim Demaille <akim@epita.fr>
21700
21701 * tests/regression.at (Invalid input: 2): New.
21702 * src/lex.c (unlexed_token_buffer): New.
21703 (lex, unlex): Adjust: when unlexing, be sure to save token_buffer
21704 too.
21705 Reported by Wwp.
21706
f987e9d2
AD
217072001-11-01 Akim Demaille <akim@epita.fr>
21708
21709 * tests/calc.at: Catch up with 1.30.
21710 * configure.in: Bump to 1.49a.
21711 Adjust to newer Autotest.
21712
0846f581
PB
217132001-10-19 Pascal Bart <pascal.bart@epita.fr>
21714
21715 * src/conflicts.c: Move global variables rrc_total and src_total ...
21716 (print_conflicts): here.
21717 * src/output.c (output): Free global variable user_toknums.
21718 * src/lex.c (token_obstack): Become static.
21719
3c1a79b3
AD
217202001-10-18 Akim Demaille <akim@epita.fr>
21721
21722 * tests/atlocal.in (GCC): Add.
21723 * tests/calc.at: s/m4_match/m4_bmatch/.
21724 s/m4_patsubst/m4_bpatsubst/.
21725 (AT_CHECK_CALC): Check the compiler's stderr only if it's GCC.
21726 * configure.in: AC_SUBST(GCC).
21727
5d52e7d0
MA
217282001-10-14 Marc Autret <autret_m@epita.fr>
21729
21730 * src/options.c (create_long_option_table): Fix.
21731
631aa1d3
AD
217322001-10-10 Akim Demaille <akim@epita.fr>
21733
21734 * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
21735
f6ec6d13
AD
217362001-10-04 Akim Demaille <akim@epita.fr>
21737
21738 * src/reader.c (parse_union_decl): Push the caracters in
21739 union_obstack, not attrs_obstack.
21740
342b8b6e
AD
217412001-10-04 Akim Demaille <akim@epita.fr>
21742
21743 Merge in the branch 1.29.
21744
21745 * src/reader.c (packsymbols): Use a temporary obstack for
21746 `%%tokendef', since output_stack is already used elsewhere.
21747
21748 2001-10-02 Akim Demaille <akim@epita.fr>
21749
21750 Bump 1.29d.
21751
21752 2001-10-02 Akim Demaille <akim@epita.fr>
21753
21754 Version 1.29c.
21755
21756 2001-10-02 Akim Demaille <akim@epita.fr>
21757
21758 * tests/regression.at (Invalid CPP headers): New.
21759 From Alexander Belopolsky.
21760 * src/files.c (compute_header_macro): Map non alnum chars to `_'.
21761
21762 2001-10-02 Akim Demaille <akim@epita.fr>
21763
21764 * tests/regression.at (Invalid input): New.
21765 * src/lex.c (lex): Be sure to set `token_buffer' in any case.
21766 Reported by Shura.
21767
21768 2001-10-02 Akim Demaille <akim@epita.fr>
21769
21770 * tests/calc.at: Now that --debug works, the tests must be adjusted.
21771
21772 2001-10-02 Akim Demaille <akim@epita.fr>
21773
21774 * src/output.c (output_parser): Assert `skeleton'.
21775 * src/files.c (skeleton_find): Look harder for skeletons on DOSish
21776 systems.
21777 From Shura.
21778
21779 2001-10-01 Marc Autret <autret_m@epita.fr>
21780
21781 * src/lex.h: Echo modifications.
21782 * src/lex.c (unlex): Parameter is now token_t.
21783 From Hans Aberg.
21784
21785 2001-10-01 Marc Autret <autret_m@epita.fr>
21786
21787 * src/main.c: Include lex.h.
21788 From Hans Aberg.
21789
21790 2001-09-29 Akim Demaille <akim@epita.fr>
21791
21792 * src/getargs.c (longopts): `--debug' is `-t', not `-d'.
21793
21794 2001-09-28 Akim Demaille <akim@epita.fr>
21795
21796 * tests/testsuite.at: Update to newer Autotest.
21797 * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
21798
21799 2001-09-27 Akim Demaille <akim@epita.fr>
21800
21801 Position independent wrapper.
21802
21803 * tests/bison: Remove.
21804 * tests/bison.in: New.
21805 * configure.in: Adjust.
21806
21807 2001-09-27 Paul Eggert <eggert@twinsun.com>
21808
21809 Port quotearg fixes from tar 1.13.24.
21810
21811 * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
21812 tm to be declared.
21813 (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
21814 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
21815
21816 * m4/Makefile.am (EXTRA_DIST): Add mbrtowc.m4.
21817 * m4/mbrtowc.m4: New file.
21818 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit and stddef.h.
21819 Use jm_FUNC_MBRTOWC instead of AC_CHECK_FUNCS(mbrtowc).
21820
21821 2001-09-27 Akim Demaille <akim@epita.fr>
21822
21823 Bump to 1.29c.
21824
21825 2001-09-27 Akim Demaille <akim@epita.fr>
21826
21827 Version 1.29b.
21828
21829 2001-09-25 Akim Demaille <akim@epita.fr>
21830
21831 * src/system.h: Include `xalloc.h'.
21832 Remove it from the C files.
21833 * src/files.c (output_files): Free the obstacks.
21834 * src/lex.c (init_lex): Rename as...
21835 (lex_init): this.
21836 (lex_free): New.
21837 * src/main.c (main): Use it.
21838
21839 2001-09-24 Marc Autret <autret_m@epita.fr>
21840
21841 * src/vcg.c (open_edge, close_edge, open_node, close_node): Change
21842 to output informations in fout (FILE*).
21843 (open_graph, close_graph): Likewise.
21844 (output_graph, output_edge, output_node): Likewise.
21845 * src/vcg.h: Update function prototypes.
21846 * src/print_graph.c (print_graph): Open output graph file.
21847 (print_actions): Adjust.
21848 * src/files.h: Remove extern declaration.
21849 * src/files.c: Remove graph_obstack declaration.
21850 (open_files): Remove graph_obstack initialization.
21851 (output_files): Remove graph_obstack saving.
21852
21853 2001-09-24 Marc Autret <autret_m@epita.fr>
21854
21855 * src/files.c (compute_output_file_names): Fix.
21856
21857 2001-09-24 Marc Autret <autret_m@epita.fr>,
21858 Akim Demaille <akim@epita.fr>
21859
21860 * src/reader.c (reader): Remove call to free_symtab ().
21861 * src/main.c (main): Call it here.
21862 Include symtab.h.
21863 * src/conflicts.c (initialize_conflicts): Rename as...
21864 (solve_conflicts): this.
21865 * src/print.c (print_core, print_actions, print_state)
21866 (print_grammar): Dump to a file instead a `output_obstack'.
21867 (print_results): Dump `output_obstack', and then proceed with the
21868 FILE *.
21869 * src/files.c (compute_output_file_names, close_files): New.
21870 (output_files): Adjust.
21871 * src/main.c (main): Adjust.
21872
21873 2001-09-23 Marc Autret <autret_m@epita.fr>
21874
21875 * src/files.c (compute_header_macro): Computes header macro name
21876 from spec_defines_file when given.
21877
21878 2001-09-23 Marc Autret <autret_m@epita.fr>
21879
21880 * src/files.c (output_files): Add default extensions.
21881
21882 2001-09-22 Akim Demaille <akim@epita.fr>
21883
21884 * src/conflicts.c (finalize_conflicts): Rename as...
21885 (free_conflicts): this.
21886
21887 2001-09-22 Akim Demaille <akim@epita.fr>
21888
21889 * src/gram.c (gram_free): Rename back as...
21890 (dummy): this.
21891 (output_token_translations): Free `token_translations'.
21892 * src/symtab.c (free_symtab): Free the tag field.
21893
21894 2001-09-22 Akim Demaille <akim@epita.fr>
21895
21896 Remove `translations' as it is always set to true.
21897
21898 * src/gram.h: Adjust.
21899 * src/reader.c (packsymbols, parse_token_decl): Adjust
21900 * src/print.c (print_grammar): Adjust.
21901 * src/output.c (output_token_translations): Adjust.
21902 * src/lex.c (lex): Adjust.
21903 * src/gram.c: Be sure the set pointers to NULL.
21904 (dummy): Rename as...
21905 (gram_free): this.
21906
21907 2001-09-22 Akim Demaille <akim@epita.fr>
21908
21909 * configure.in: Invoke AM_LIB_DMALLOC.
21910 * src/system.h: Use dmalloc.
21911 * src/LR0.c: Be sure to have pointers initialized to NULL.
21912 (allocate_itemsets): Allocate kernel_items only if needed.
21913
21914 2001-09-22 Akim Demaille <akim@epita.fr>
21915
21916 * configure.in: Bump to 1.29b.
21917 * tests/Makefile.am (DISTCLEANFILES): Add package.m4.
21918 * tests/calc.at (_AT_DATA_CALC_Y): #undef malloc so that we don't
21919 need xmalloc.c in calc.y.
21920 From Pascal Bart.
21921
21922 2001-09-21 Akim Demaille <akim@epita.fr>
21923
21924 Version 1.29a.
21925 * Makefile.maint, config/config.guess, config/config.sub,
21926 * config/missing: Update from masters.
21927 * tests/Makefile.am ($(srcdir)/$(TESTSUITE)): No longer depend
21928 upon package.m4.
21929 * configure.in (ALL_LINGUAS): Add `tr'.
21930
21931 2001-09-21 Akim Demaille <akim@epita.fr>
21932
21933 * tests/Makefile.am (package.m4): Move to...
21934 ($(srcdir)/$(TESTSUITE)): here.
21935
21936 2001-09-20 Akim Demaille <akim@epita.fr>
21937
21938 * src/complain.c: No longer try to be standalone: use system.h.
21939 Don't assume __STDC__ is defined to 1. Just test if it is defined.
21940 * src/complain.h: Likewise.
21941 * src/reduce.c (useless_nonterminals, inaccessable_symbols):
21942 Remove the unused variable `n'.
21943 From Albert Chin-A-Young.
21944
21945 2001-09-18 Marc Autret <autret_m@epita.fr>
21946
21947 * doc/bison.1: Update.
21948 * doc/bison.texinfo (Bison Options): Update --defines and --graph
21949 descriptions.
21950 (Option Cross Key): Update.
21951 Add --graph.
21952
21953 2001-09-18 Marc Autret <autret_m@epita.fr>
21954
21955 * tests/regression.at: New test (comment in %union).
21956
21957 2001-09-18 Marc Autret <autret_m@epita.fr>
21958
21959 * src/reader.c (parse_union_decl): Do not output '/'. Let copy_comment
21960 do that.
21961 Reported by Keith Browne.
21962
21963 2001-09-18 Marc Autret <autret_m@epita.fr>
21964
21965 * tests/output.at: Add tests for --defines and --graph.
21966
21967 2001-09-18 Marc Autret <autret_m@epita.fr>
21968
21969 * tests/output.at: Removes tests of %{header,src}_extension features.
21970
21971 2001-09-18 Akim Demaille <akim@epita.fr>
21972
21973 * tests/Makefile.am (package.m4): New.
21974 * tests/calc.at (_AT_CHECK_CALC): Just run `calc input'.
21975 (_AT_CHECK_CALC_ERROR): Likewise.
21976 Factor the `, ' part of verbose error messages.
21977
21978 2001-09-18 Marc Autret <autret_m@epita.fr>
21979
21980 * src/getargs.c (longopts): Declare --defines and --graph as options
21981 with optional arguments.
21982 * src/files.h: Add extern declarations.
21983 * src/files.c (spec_graph_file, spec_defines_file): New.
21984 (output_files): Update.
21985 Remove CPP-outed code.
21986
21987 2001-09-18 Marc Autret <autret_m@epita.fr>
21988
21989 Turn off %{source,header}_extension feature.
21990
21991 * src/files.c (compute_exts_from_gf): Update.
21992 (compute_exts_from_src): Update.
21993 (output_files): CPP-out useless code.
21994 * src/files.h: Remove {header,source}_extension extern declarations.
21995 * src/reader.c (parse_dquoted_param): CPP-out.
21996 (parse_header_extension_decl): Remove.
21997 (parse_source_extension_decl): Remove.
21998 (read_declarations): Remove cases tok_{hdrext,srcext}.
21999 * src/lex.c (percent_table): Remove {header,source}_extension entries.
22000 * src/lex.h (token_t): Remove tok_hdrext and tok_srcext.
22001
22002 2001-09-10 Akim Demaille <akim@epita.fr>
22003
22004 * tests/output.at (AT_CHECK_BISON_FLAGS, AT_CHECK_BISON_PERCENT):
22005 (AT_CHECK_BISON_PERCENT_FLAGS): Merge into...
22006 (AT_CHECK_OUTPUT): this.
22007 Merely check ls' exit status, its output is useless.
22008
22009 2001-09-10 Akim Demaille <akim@epita.fr>
22010
22011 * tests/calc.at: Use m4_match.
22012 (_AT_DATA_CALC_Y): Check `yyin != NULL', not `stdin != NULL'.
22013
22014 2001-09-10 Marc Autret <autret_m@epita.fr>,
22015 Akim Demaille <akim@epita.fr>
22016
22017 * src/vcg.h (graph_s): color, textcolor, bordercolor are now
22018 enum color_e.
22019 * src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
22020 to `normal'.
22021 * src/reader.c (parse_token_decl): Initialize token with tok_eof.
22022 * src/lex.h: Adjust prototype.
22023 (token_t): Add `tok_undef'.
22024 * src/lex.c (struct percent_table_struct): Retval is now a token_t.
22025 (parse_percent_token): Now returns token_t.
22026 Add default statement in switch.
22027 (lex): Separate `c' as an input variable, from the token_t result
22028 part.
22029 (unlexed): Is a token_t.
22030
22031 2001-09-10 Akim Demaille <akim@epita.fr>
22032
22033 * configure.in: Bump to 1.29a.
22034
22035 2001-09-07 Akim Demaille <akim@epita.fr>
22036
22037 Version 1.29.
22038
22039 2001-08-30 Akim Demaille <akim@epita.fr>
22040
22041 * tests/atgeneral.m4, tests/atconfig.in, tests/suite.at: Remove.
22042 * m4/atconfig.m4: Remove.
22043 * tests/testsuite.at, tests/atlocal.in, tests/output.at,
22044 * tests/bison: New.
22045 * tests/regression.at, tests/calc.at: Use m4_define, AT_BANNER,
22046 m4_if, m4_patsubst, and m4_regexp.
22047 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Use an
22048 `input' file instead of echo.
22049
22050 2001-08-29 Akim Demaille <akim@epita.fr>
22051
22052 Bump to 1.28e.
22053
22054 2001-08-29 Akim Demaille <akim@epita.fr>
22055
22056 Version 1.28d.
22057
22058 2001-08-29 Paul Eggert <eggert@twinsun.com>
22059
22060 * src/bison.simple (yyparse): Don't take the address of an
22061 item before the start of an array, as that doesn't conform to
22062 the C Standard.
22063
22064 2001-08-29 Robert Anisko <anisko_r@epita.fr>
22065
22066 * doc/bison.texinfo (Location Tracking Calc): New node.
22067
22068 2001-08-29 Paul Eggert <eggert@twinsun.com>
22069
22070 * src/output.c (output): Do not define const, as this now
22071 causes more problems than it cures.
22072
22073 2001-08-29 Akim Demaille <akim@epita.fr>
22074
22075 * doc/bison.texinfo: Modernize `@node' and `@top' use: just name
22076 the nodes.
22077 Be sure to tag the `detailmenu'.
22078
22079 2001-08-29 Akim Demaille <akim@epita.fr>
22080
22081 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
22082 download in a tmp dir.
22083
22084 2001-08-28 Marc Autret <autret_m@epita.fr>
22085
22086 * config/depcomp: New file.
22087
22088 2001-08-28 Marc Autret <autret_m@epita.fr>
22089
22090 * doc/bison.1 (mandoc): Adjust.
22091 From Juan Manuel Guerrero.
22092
22093 2001-08-28 Marc Autret <autret_m@epita.fr>
22094
22095 * src/print_graph.c (print_state): Fix.
22096
22097 2001-08-27 Marc Autret <autret_m@epita.fr>
22098
22099 * src/vcg.h (classname_s, infoname_s, node_s): Constify the
22100 char * members.
22101 Echo modifications to the functions prototypes.
22102 * src/vcg.c (add_classname, add_infoname): Adjust arguments.
22103
22104 2001-08-27 Marc Autret <autret_m@epita.fr>
22105
22106 * src/vcg.c: Include `xalloc.h'.
22107 (add_colorentry): New.
22108 (add_classname): New.
22109 (add_infoname): New.
22110 * src/vcg.h: Add new prototypes.
22111
22112 2001-08-27 Akim Demaille <akim@epita.fr>
22113
22114 * Makefile.maint: Sync. again with CVS Autoconf.
22115
22116 2001-08-27 Akim Demaille <akim@epita.fr>
22117
22118 * Makefile.maint: Formatting changes.
22119 (po-update, cvs-update, update): New targets.
22120 (AMTAR): Remove.
22121
22122 2001-08-27 Akim Demaille <akim@epita.fr>
22123
22124 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
22125 * Makefile.maint: Sync. with CVS Autoconf.
22126
22127 2001-08-27 Marc Autret <autret_m@epita.fr>
22128
22129 * src/vcg.h (struct infoname_s): New.
22130 (struct colorentry_s): New.
22131 (graph_s): New fields {vertical,horizontal}_order in structure.
22132 Add `infoname' field.
22133 Add `colorentry' field;
22134 * src/vcg_defaults.h (G_VERTICAL_ORDER): New.
22135 (G_HORIZONTAL_ORDER): New.
22136 (G_INFONAME): New.
22137 (G_COLORENTRY): New.
22138 * src/vcg.c (output_graph): Add output of {vertical,horizontal}_order.
22139 Add output of `infoname'.
22140 Add output of `colorentry'.
22141
22142 2001-08-27 Marc Autret <autret_m@epita.fr>
22143
22144 * src/reader.c (parse_dquoted_param): Rename variable `index' to `i'.
22145 This one shadowed a global parameter.
22146
22147 2001-08-24 Marc Autret <autret_m@epita.fr>
22148
22149 * src/print_graph.c (node_output_size): Declared POSIX `size_t' type,
22150 instead of `unsigned'.
22151 (print_state): Do not call obstack_object_size () in obstack_grow ()
22152 to avoid macro variables shadowing.
22153
22154 2001-08-23 Marc Autret <autret_m@epita.fr>
22155
22156 * src/lex.c (percent_table): Typo: s/naem/name/.
22157 Add graph option.
22158 Normalize new options declarations.
22159
22160 2001-08-20 Pascal Bart <pascal.bart@epita.fr>
22161
22162 * tests/suite.at: Exercise %header_extension and %source_extension.
22163
22164 2001-08-16 Marc Autret <autret_m@epita.fr>
22165
22166 * src/reader.c (parse_dquoted_param): New.
22167 (parse_header_extension_decl): Use it.
22168 (parse_source_extension_decl): Likewise.
22169
22170 2001-08-16 Marc Autret <autret_m@epita.fr>
22171
22172 * src/vcg.c: Remove includes of `complain.h' and `xalloc.h'.
22173 (get_xxxx_str): Use assert () instead of complain ().
22174 Remove return invokations in default cases.
22175 (get_decision_str): Modify default behaviour. Remove second argument.
22176 Echo modifications on calls.
22177 (output_graph): Fix.
22178
22179 2001-08-16 Marc Autret <autret_m@epita.fr>
22180
22181 * src/getargs.c (usage): Update with ``-g, --graph''.
22182
22183 2001-08-16 Marc Autret <autret_m@epita.fr>
22184
22185 * doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
22186 (Option Cross Key): Likewise.
22187 * doc/bison.1: Update.
22188
1c8c2190
PB
221892001-09-25 Pascal Bart <pascal.bart@epita.fr>
22190
22191 * src/output.c (output_master_parser): Don't finish action_obstack.
22192 (output_parser): Don't care about the muscle action, here.
22193 (prepare): Copy the action_obstack in the action muscle.
22194 (output): Free action_obstack.
22195
180d45ba
PB
221962001-09-23 Pascal Bart <pascal.bart@epita.fr>
22197
22198 * src/reader.c (parse_union_decl): Add new obstack union_obstack. Which
22199 will contain `%union' declaration.
22200 (parse_union_decl): Delete #line directive output.
22201 (parse_union_decl): Substitute /attrs_obstack/union_obstack for all
22202 informations about %union.
22203 (parse_union_decl): Copy the union_obstack in the muscle stype.
22204 * src/bison.simple: Add new #line directive.
22205 Add typdef %%stype YYSTYPE.
22206
c51d1a19
PB
222072001-09-23 Pascal Bart <pascal.bart@epita.fr>
22208
22209 * src/bison.simple: Add new `#line' directive.
22210
6f9344da
PB
222112001-09-22 Pascal Bart <pascal.bart@epita.fr>
22212
22213 * src/bison.simple: New `#line' directive.
22214 * src/output.c (output_parser): Support new dynamic muscle input_line.
22215
652def80
MA
222162001-09-22 Marc Autret <autret_m@epita.fr>
22217
22218 * src/output.c (output_master_parser): New.
22219 (output_parser): Be more re-entrant.
22220
25b222fa
MA
222212001-09-21 Marc Autret <autret_m@epita.fr>
22222
22223 * src/reader.c (copy_definition, parse_union_decl): Update and use
22224 `linef' muscle.
22225 (copy_action): Likewise.
22226 Use obstack_1grow ().
22227 * src/muscle_tab.c (muscle_init): Add muscle `linef'.
22228
6bc35ae5
MA
222292001-09-21 Marc Autret <autret_m@epita.fr>
22230
22231 * src/options.c (option_table): Adjust.
22232 * src/lex.c (parse_percent_token): Fix.
22233
c0629aa1
PB
222342001-09-20 Pascal Bart <pascal.bart@epita.fr>
22235
22236 * src/options.c (symtab.h): Include it, need by lex.h.
342b8b6e 22237
82b6d266
PB
222382001-09-20 Pascal Bart <pascal.bart@epita.fr>
22239
22240 * src/lex.c (parse_percent_token): Change type of variable `tx', which
22241 is now an option_table_struct*.
22242 (option_strcmp): New function option_strcmp.
22243 (parse_percent_token): Call option_strcmp.
22244 * src/getargs.c (xalloc.h, options.h): Include it.
22245 (getargs): Call create_long_option_table.
22246 (getargs): Free longopts at the end of the function.
22247 (shortopts): Move in options.c.
22248 * src/options.c (create_long_option_table): New function. Convert
22249 information from option_table to option structure.
22250 * src/reader.c (options.h): Include it.
22251
22252 * src/Makefile.am: Adjust.
22253 * src/options.c (option_table): Create from longopts and percent_table.
22254 * src/getargs.c (longopts): Delete.
22255 * src/lex.c (struct percent_table_struct): Delete.
22256 (percent_table): Delete.
22257 (options.h): Include it.
22258 * src/options.c: Create.
22259 * src/options.h: Create.
22260 Declare enum opt_access_e.
22261 Define struct option_table_struct.
22262
75f5aaea
MA
222632001-09-20 Marc Autret <autret_m@epita.fr>
22264
22265 * doc/bison.texinfo: Adjust terminologies about prologue and epilogue
22266 sections of Bison.
22267
f508cb0a
PB
222682001-09-19 Pascal Bart <pascal.bart@epita.fr>
22269
22270 * src/bison.simple: s/%%filename/%%skeleton.
22271 * src/muscle_tab.c (getargs.h): Include it.
22272 (muscle_init): Insert new muscle skeleton.
22273
13105fc1
PB
222742001-09-18 Pascal Bart <pascal.bart@epita.fr>
22275
22276 * src/output.c (output_parser): Delete unused variable actions_dumped.
22277
b0c4483e
PB
222782001-09-07 Pascal Bart <pascal.bart@epita.fr>
22279
22280 * src/output.c (output): Delete call to reader_output_yylsp.
22281 * src/reader.c (reader): Likewise.
ba0fe3c7 22282 * src/reader.h: Delete declaration of reader_output_yylsp.
342b8b6e 22283
11d82f03
MA
222842001-09-02 Marc Autret <autret_m@epita.fr>
22285
22286 * src/reader.c: Include muscle_tab.h.
22287 (parse_union_decl): Update.
22288 (parse_macro_decl): Rename parse_muscle_decl.
22289 Update to use renamed functions and variable.
22290 (read_declarations, copy_action, read_additionnal_code, : Updated
22291 with correct variables and functions names.
22292 (packsymbols, reader): Likewise.
342b8b6e 22293
11d82f03 22294 * src/reader.h (muscle_obstack): Extern declaration update.
342b8b6e 22295
11d82f03
MA
22296 * src/output.c: Include muscle_tab.h
22297 In all functions using macro_insert, change by using muscle_insert ().
22298 (macro_obstack): Rename muscle_obstack.
22299 Echo modifications in the whole file.
22300 (MACRO_INSERT_INT): Rename MUSCLE_INSERT_INT.
22301 (MACRO_INSERT_STRING): Rename MUSCLE_INSERT_STRING.
22302 (MACRO_INSERT_PREFIX): Rename MUSCLE_INSERT_PREFIX.
22303
22304 * src/muscle_tab.h: Update double inclusion macros.
22305 (macro_entry_s): Rename muscle_entry_s.
22306 Update prototypes.
342b8b6e 22307
11d82f03
MA
22308 * src/muscle_tab.c: Include muscle_tab.h.
22309 Rename macro_tabble to muscle_table.
22310 (mhash1, mhash2, mcmp): Use muscle_entry.
22311 (macro_init): Rename muscle_init. Update.
22312 (macro_insert): Rename muscle_insert. Update.
22313 (macro_find): Rename muscle_find. Update.
22314
22315 * src/main.c: Include muscle_tab.h.
22316 (main): Call muscle_init ().
22317 * src/Makefile.am (bison_SOURCES): Echo modifications.
22318
93a37297
MA
223192001-09-02 Marc Autret <autret_m@epita.fr>
22320
f753cd62 22321 Now the files macro_tab.[ch] are named muscle_tab.[ch].
342b8b6e 22322
f753cd62
MA
22323 * src/muscle_tab.c, src/muscle_tab.h: Add files.
22324
223252001-09-02 Marc Autret <autret_m@epita.fr>
22326
22327 * src/macrotab.c, src/macrotab.h: Remove.
93a37297 22328
682d48cd
PB
223292001-09-01 Pascal Bart <pascal.bart@epita.fr>
22330
342b8b6e 22331 * src/reader.c (copy_guard): Use muscle to specify the `#line'
682d48cd
PB
22332 filename.
22333
087c8fda
MA
223342001-09-01 Marc Autret <autret_m@epita.fr>
22335
22336 * tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set
22337 to an explicit value to activate the feature. We do it here.
22338
dda680cb
PB
223392001-08-31 Pascal Bart <pascal.bart@epita.fr>
22340
22341 * src/output.c (prepare): Delete the `filename' muscule insertion.
22342 * src/reader.c (copy_action): Use `filename' muscule with `#line'.
22343 (parse_union_decl): Likewise.
22344 * src/macrotab.c (macro_init): Initialize filename by infile.
22345
9e644e64
MA
223462001-08-31 Marc Autret <autret_m@epita.fr>
22347
22348 * src/bison.simple (YYLSP_NEEDED): New definition.
22349 * src/output.c (prepare): Add macro insertion of `locations_flag'
22350
17da6427
PB
223512001-08-31 Pascal Bart <pascal.bart@epita.fr>
22352
22353 * src/output.c (prepare): Delete insertion of previous muscles,
22354 and insert the `prefix' muscles.
22355 * src/macrotab.c (macro_init): Likewise.
22356 (macro_init): Initialization prefix directive by `yy'.
342b8b6e 22357 * src/bison.simple: Substitute all %%yylex, %%yychar, %%yylval,
17da6427
PB
22358 %%yydebug, %%yyerror, %%yynerrs and %%yyparse by yylex, yychar,
22359 yylval, yydebug, yyerror, yynerrs and yyparse.
342b8b6e 22360 New directive `#define' to substitute yydebug, ... with option
17da6427
PB
22361 name_prefix.
22362
e8cb70b9
PB
223632001-08-31 Pascal Bart <pascal.bart@epita.fr>
22364
22365 * src/main.c (main): Standardize.
22366 * src/output.c (output_table_data, output_parser): Likewise.
22367 * src/macrotab.h, src/macrotab.c, src/bison.simple: Likewise.
22368
63c2d5de
MA
223692001-08-31 Pascal Bart <pascal.bart@epita.fr>, Marc Autret <autret_m@epita.fr>
22370
342b8b6e 22371 * src/reader.c (read_additionnal_code): Rename %%user_code to
63c2d5de
MA
22372 %%epilogue.
22373 * src/output.c (output): Rename %%declarations to %%prologue.
22374 * src/bison.simple: Echo modifications.
342b8b6e 22375
d8cb5183
MA
223762001-08-31 Marc Autret <autret_m@epita.fr>
22377
22378 * src/reader.c (readgram): CleanUp.
22379 (output_token_defines): Likewise.
22380 (packsymbols): Likewise.
22381 (reader): Likewise.
22382 * src/output.c (output): CPP-out useless code.
22383
6c686258
PB
223842001-08-31 Pascal Bart <pascal.bart@epita.fr>
22385
342b8b6e 22386 * src/reader.c (reader): Delete obsolete call to function
6c686258
PB
22387 output_trailers and output_headers.
22388 * src/output.h: Remove obsolete functions prototypes of output_headers
22389 and output_trailers.
22390
8f451ef7
PB
223912001-08-30 Pascal Bart <pascal.bart@epita.fr>
22392
22393 * src/main.c: Include macrotab.h.
342b8b6e 22394 * src/macrotab.h (macro_entry_s): Constify fields.
8f451ef7
PB
22395 Adjust functions prototypes.
22396 * src/macrotab.c (macro_insert): Constify key and value.
22397 (macro_find): Constify key.
22398 (macro_insert): Include 'xalloc.h'
22399 (macro_insert): Use XMALLOC.
22400 (macro_find): Constify return value.
22401 * src/output.c (output_table_data): Rename table to table_data.
22402 (output_parser): Constify macro_key, macro_value.
22403
997b6fd0 224042001-08-30 Marc Autret <autret_m@epita.fr>
2ba3b73c
MA
22405
22406 * src/reader.c (parse_skel_decl): New.
342b8b6e 22407 (read_declarations): Add case `tok_skel', call parse_skel_decl ().
2ba3b73c
MA
22408 * src/lex.h (token_t): New token `tok_skel'.
22409 * src/lex.c (percent_table): Add skeleton option entry.
22410 Standardize.
22411
ff48177d
MA
224122001-08-29 Marc Autret <autret_m@epita.fr>
22413
22414 * src/bison.simple: Add %%user_code directive at the end.
22415 * src/reader.c (read_additionnal_code): New.
22416 (reader): Use it.
22417 * src/output.c (output_program): Remove.
22418 (output): Update.
22419
b33160bf
MA
224202001-08-28 Marc Autret <autret_m@epita.fr>
22421
22422 * src/output.c (output_actions): Clean up.
4e5caae2 22423 (output_gram): CPP-out useless code.
b33160bf
MA
22424 * src/reader.c (reader): Clean up, CPP-out useless code.
22425
d1a2daf7
PB
224262001-08-28 Pascal Bart <pascal.bart@epita.fr>
22427
342b8b6e 22428 * src/output.c (output): Copy attrs_obstack in the '%%definitions'
535c0e75 22429 directive.
d1a2daf7
PB
22430 * src/bison.simple: Add `%%definitions'.
22431
2b763dfe
MA
224322001-08-28 Marc Autret <autret_m@epita.fr>
22433
22434 * config/depcomp: New file.
22435
f1a87ef6
PE
224362001-08-27 Paul Eggert <eggert@twinsun.com>
22437
22438 * src/bison.simple (yyparse): Don't take the address of an
22439 item before the start of an array, as that doesn't conform to
22440 the C Standard.
22441
82e236e2
RA
224422001-08-27 Robert Anisko <robert.anisko@epita.fr>
22443
f1a87ef6 22444 * src/output.c (output): Remove the initialization of the macro
82e236e2
RA
22445 obstack. It was done too late here.
22446
22447 * src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was
22448 completely wrong.
22449 (reader): Initialize the macro obstack here, since we need it to grow
22450 '%define' directives.
22451
22452 * src/reader.h: Declare the macro obstack as extern.
22453
b0cfa28a
RA
224542001-08-27 Robert Anisko <robert.anisko@epita.fr>
22455
22456 * src/output.c (output_parser): Fix. Store single '%' characters in
22457 the output obstack instead of throwing them away.
22458
6fc74234
AD
224592001-08-27 Akim Demaille <akim@epita.fr>
22460
22461 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
22462
9c76d118
RA
224632001-08-25 Robert Anisko <robert.anisko@epita.fr>
22464
22465 * lib/Makefile.am: Adjust.
22466
a8289c62
RA
224672001-08-25 Robert Anisko <robert.anisko@epita.fr>
22468
22469 * src/bison.simple: Update and add '%%' directives.
22470
b6610515
RA
224712001-08-25 Robert Anisko <robert.anisko@epita.fr>
22472
22473 * src/reader.c (reader): Remove calls to 'output_headers' and
22474 'output_trailers'. Remove some C output.
22475 (readgram): Disable a piece of code that was writing a default
22476 definition for 'YYSTYPE'.
22477 (reader_output_yylsp): Remove.
22478 (packsymbols): Output token defintions to a macro.
22479 (copy_definition): Disable C output.
6fc74234 22480
b6610515
RA
22481 * src/reader.c (parse_macro_decl): New function used to parse macro
22482 declarations.
22483 (copy_string2): Put the body of copy_string into this new function.
22484 Add a parameter to let the caller choose whether he wants to copy the
22485 string delimiters or not.
22486 (copy_string): Be a simple call to copy_string2 with the last argument
22487 bound to true.
22488 (read_declarations): Add case for macro definition.
22489 (copy_identifier): New.
6fc74234 22490 (parse_macro_decl): Read macro identifiers using copy_identifier
b6610515
RA
22491 rather than lex.
22492
26f609ff
RA
224932001-08-25 Robert Anisko <robert.anisko@epita.fr>
22494
22495 * src/output.c (prepare): Add prefixed names.
22496 (output_parser): Output semantic actions.
22497 (output_parser): Fix bug on '%%line' directives.
6fc74234 22498
26f609ff
RA
22499 * src/output.c (output_headers): Remove. The C code printed by this
22500 function should now be in the skeletons.
22501 (output_trailers): Remove.
22502 (output): Disable call to 'reader_output_yylsp'.
22503 (output_rule_data): Do not output tables to the table obstack.
22504
22505 * src/output.c: Remove some C dedicated output.
22506 Improve the use of macro and output obstacks.
22507 (output_defines): Remove.
6fc74234 22508
26f609ff
RA
22509 * src/output.c (output_token_translations): Associate 'translate'
22510 table with a macro. No output to the table obstack.
22511 (output_gram): Same for 'rhs' and 'prhs'.
22512 (output_stos): Same for 'stos'.
22513 (output_rule_data): Same for 'r1' and 'r2'.
22514 (token_actions): Same for 'defact'.
22515 (goto_actions): Same for 'defgoto'.
22516 (output_base): Same for 'pact' and 'pgoto'.
22517 (output_table): Same for 'table'.
22518 (output_check): Same for 'check'.
6fc74234 22519
26f609ff
RA
22520 * src/output.c (output_table_data): New function.
22521 (output_short_table): Remove.
22522 (output_short_or_char_table): Remove.
6fc74234 22523
26f609ff
RA
22524 * src/output.c (output_parser): Replace most of the skeleton copy code
22525 with something new. Skeletons are now processed character by character
22526 rather than line by line, and Bison looks for '%%' macros. This is the
22527 first step in making Bison's output process (a lot) more flexible.
22528 (output_parser): Use the macro table.
22529
6f43b113
RA
225302001-08-25 Robert Anisko <robert.anisko@epita.fr>
22531
22532 * src/main.c (main): Initialize the macro table.
22533
dd3127cf
RA
225342001-08-25 Robert Anisko <robert.anisko@epita.fr>
22535
22536 * src/lex.c (percent_table): Add tok_define.
22537 * src/lex.h: Add tok_define.
22538
aa321494
RA
225392001-08-25 Robert Anisko <robert.anisko@epita.fr>
22540
22541 * src/macrotab.c: New file.
22542 * src/macrotab.h: New file.
22543 * src/Makefile.am: Update.
22544
68bd3b6b
RA
225452001-08-25 Robert Anisko <robert.anisko@epita.fr>
22546
22547 * lib/hash.c: New file.
22548 * lib/hash.h: New file.
22549 * lib/Makefile.am: Update.
22550
45f8dd1e
AD
225512001-08-15 Akim Demaille <akim@epita.fr>
22552
22553 Version 1.28c.
22554
40a64a7a 225552001-08-15 Marc Autret <autret_m@epita.fr>
0b8afb77
AD
22556
22557 * src/reader.c (readgram): Indent output macro YYSTYPE.
22558 (packsymbols): Likewise.
22559 (output_token_defines): Likewise.
22560 * src/files.c: Standardize.
22561 (compute_header_macro): New.
22562 (defines_obstack_save): New. Use compute_header_macro.
22563 (output_files): Update. Use defines_obstack_save.
22564
f9a8293a
AD
225652001-08-15 Akim Demaille <akim@epita.fr>
22566
22567 * doc/bison.texinfo (Table of Symbols): Document
22568 YYSTACK_USE_ALLOCA.
22569
150ca7a7
AD
225702001-08-15 Akim Demaille <akim@epita.fr>
22571
22572 * missing: Update from CVS Automake.
22573 * config/config.guess, config/config.sub, config/texinfo.tex:
22574 Update from gnu.org.
22575
69b5cec4
AD
225762001-08-15 Akim Demaille <akim@epita.fr>
22577
22578 * Makefile.maint: Sync with CVS Autoconf.
22579
f2b5126e
PB
225802001-08-14 Pascal Bart <pascal.bart@epita.fr>
22581
69b5cec4 22582 * doc/bison.texinfo: Include GNU Free Documentation License from
f2b5126e
PB
22583 `fdl.texi'.
22584 * doc/fdl.texi: Add to package.
22585
4ecbf796
MA
225862001-08-14 Marc Autret <autret_m@epita.fr>
22587
22588 Turn on %{source,header}_extension features.
22589
69b5cec4 22590 * src/lex.c (percent_table): Un-CPP out header_extension and
4ecbf796
MA
22591 source_extension.
22592 * src/files.c (compute_exts_from_gf): Compare pointers with NULL.
69b5cec4 22593 (compute_exts_from_src): Remove conditions. It restores priorities
4ecbf796
MA
22594 between options.
22595
95fb5662
MA
225962001-08-14 Marc Autret <autret_m@epita.fr>
22597
22598 * src/files.c (compute_base_names): Add extensions computing when
22599 `--file-prefix' used.
22600 Standardize function calls.
22601
78d09da9
MA
226022001-08-13 Marc Autret <autret_m@epita.fr>
22603
69b5cec4 22604 * src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
78d09da9
MA
22605 defining it (defined but null disables alloca).
22606
5a009f2c
MA
226072001-08-13 Marc Autret <autret_m@epita.fr>
22608
22609 * src/bison.simple (_yy_memcpy): CPP reformat.
22610
1e41465a
PB
226112001-08-13 Pascal Bart <pascal.bart@epita.fr>
22612
22613 * tests/atconfig.in (CPPFLAGS): Fix.
22614
c67a198d
PB
226152001-08-10 Pascal Bart <pascal.bart@epita.fr>
22616
79282c6c 22617 * doc/bison.texinfo: Include GNU General Public License from
c67a198d
PB
22618 `gpl.texi'.
22619 * doc/gpl.texi: Add to package.
22620
09a6de7e
MA
226212001-08-10 Marc Autret <autret_m@epita.fr>
22622
22623 * src/print_graph.h: Fix.
22624 * src/reader.c (read_declarations): Use parse_header_extension_decl ().
22625
b77b9ee0
AD
226262001-08-10 Akim Demaille <akim@epita.fr>
22627
22628 * src/system.h: Provide default declarations for stpcpy, strndup,
22629 and strnlen.
22630
3e259915
MA
226312001-08-10 Robert Anisko <anisko_r@epita.fr>
22632
22633 * doc/bison.texinfo (Locations): Update @$ stuff.
22634
ca96bc2d
MA
226352001-08-09 Robert Anisko <anisko_r@epita.fr>
22636
22637 * src/bison.simple (YYLLOC_DEFAULT): Update.
22638 (yyparse): Adjust.
22639
fdc6758b
MA
226402001-08-08 Marc Autret <autret_m@epita.fr>
22641
b77b9ee0 22642 * doc/bison.texinfo: Change @samp{$<@dots{}>} to
fdc6758b
MA
22643 @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.
22644 Reported by Fabrice Bauzac.
957d4dbf 22645
600cad3b
MA
226462001-08-08 Marc Autret <autret_m@epita.fr>
22647
22648 * src/vcg_default.h: Use NULL instead of 0 to initialize pointers.
22649 * src/vcg.c (output_node): Fix.
22650 * src/vcg.h: Cleanup.
22651 * src/print_graph.c: Add comments.
b77b9ee0 22652 (node_output_size): New global variable. Simplify the formatting of
600cad3b 22653 the VCG graph output.
b77b9ee0 22654 (print_actions): Unused code is now used. It notifies the final state
600cad3b 22655 and no action states in the VCG graph. It also give the reduce actions.
b77b9ee0 22656 The `shift and goto' edges are red and the `go to state' edges are
600cad3b
MA
22657 blue.
22658 Get the current node name and node_obstack by argument.
22659 (node_obstack): New variable.
22660 (print_state): Manage node_obstack.
22661 (print_core): Use node_obstack given by argument.
22662 A node is not only computed here but in print_actions also.
22663 (print_graph): CPP out useless code instead of commenting it.
22664
976e528f
AD
226652001-08-07 Pascal Bart <pascal.bart@epita.fr>
22666
22667 * tests/atconfig.in (CPPFLAGS): Fix.
22668
20e8e5ca
AD
226692001-08-07 Akim Demaille <akim@epita.fr>
22670
22671 * src/print_graph.c (quote): New.
22672 (print_core): Use it.
22673
957d4dbf 226742001-08-06 Akim Demaille <akim@epita.fr>, Marc Autret <autret_m@epita.fr>
3e3da797 22675
3e3da797
AD
22676 * src/vcg.c (complain.h): Include it.
22677 Unepitaize `return' invocations.
c4b66126 22678 [NDEBUG] (main): Remove.
79282c6c 22679 * src/vcg.h (node_t, edge_t, graph_t): Constify the char * members.
c4b66126
AD
22680 * src/files.c (open_files): Initialize graph_obstack.
22681 * src/print_graph.c (print_actions): CPP out useless code.
22682 (print_core): Don't output the last `\n' in labels.
22683 Use `quote'.
22684 * src/files.c (output_files): Output the VCG file.
22685 * src/main.c (main): Invoke print_graph ();
3e3da797 22686
957d4dbf 226872001-08-06 Marc Autret <autret_m@epita.fr>
22c2cbc0
AD
22688
22689 Automaton VCG graph output.
22690 Using option ``-g'' or long option ``--graph'', you can generate
22691 a gram_filename.vcg file containing a VCG description of the LALR (1)
22692 automaton of your grammar.
22693
22694 * src/main.c: Call to print_graph() function.
22695 * src/getargs.h: Update.
22696 * src/getargs.c (options): Update to catch `-g' and `--graph' options.
22697 (graph_flag): New flag.
22698 (longopts): Update.
22699 (getargs): Add case `g'.
22700 * src/files.c (graph_obstack): New obstack struct.
22701 (open_files): Initialize new obstack.
22702 (output_files): Saves graph_obstack if required.
22703 * src/files.h (graph_obstack): New extern declaration.
22704 * src/Makefile.am: Add new source files.
22705
927c1557 227062001-08-06 Marc Autret <autret_m@epita.fr>
ce4d5ce0
AD
22707
22708 * src/print_graph.c, src/print_graph.h (graph): New.
22709 * src/vcg.h: New file.
22710 * src/vcg.c: New file, VCG graph handling.
22711
7333d403
AD
227122001-08-06 Marc Autret <autret_m@epita.fr>
22713
22714 Add of %source_extension and %header_extension which specify
22715 the source or/and the header output file extension.
22716
22717 * src/files.c (compute_base_names): Remove initialisation of
22718 src_extension and header_extension.
22719 (compute_exts_from_gf): Update.
22720 (compute_exts_from_src): Update.
22721 (output_files): Update.
22722 * src/reader.c (parse_header_extension_decl): New.
22723 (parse_source_extension_decl): New.
22724 (read_declarations): New case statements for the new tokens.
22725 * src/lex.c (percent_table): Add entries for %source_extension
22726 and %header_extension.
22727 * src/lex.h (token_e): New tokens tok_hdrext and tok_srcext.
22728
84163231
AD
227292001-08-06 Marc Autret <autret_m@epita.fr>
22730
22731 * configure.in: Bump to 1.28c.
22732 * doc/bison.texinfo: Texinfo thingies.
22733
8303fc42
AD
227342001-08-04 Pascal Bart <pascal.bart@epita.fr>
22735
22736 * tests/atconfig.in (CPPFLAGS): Add.
22737 * tests/calc.at (AT_CHECK): Use CPPFLAGS.
22738
70a84437
AD
227392001-08-03 Akim Demaille <akim@epita.fr>
22740
22741 Version 1.28b.
22742
2ce10144
AD
227432001-08-03 Akim Demaille <akim@epita.fr>
22744
22745 * tests/Makefile.am (check-local): Ship testsuite.
22746 * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
22747 Include `string.h'.
22748
1e3e4bc1
AD
227492001-08-03 Akim Demaille <akim@epita.fr>
22750
22751 * configure.in: Try using -Wformat when compiling.
22752
42b45b7f
AD
227532001-08-03 Akim Demaille <akim@epita.fr>
22754
22755 * configure.in: Bump to 1.28b.
22756
8f13fe33
AD
227572001-08-03 Akim Demaille <akim@epita.fr>
22758
22759 * src/complain.c: Adjust strerror_r portability issues.
22760
b37ba92c
AD
227612001-08-03 Akim Demaille <akim@epita.fr>
22762
22763 Version 1.28a.
22764
b0ce6046
AD
227652001-08-03 Akim Demaille <akim@epita.fr>
22766
22767 * src/getargs.c, src/getarg.h (skeleton)): Constify.
22768 * src/lex.c (literalchar): Avoid name clashes on `buf'.
22769 * src/getargs.c: Include complain.h.
22770 * src/files.c, src/files.h (skeleton_find): Avoid name clashes.
22771 * lib/quotearg.c, lib/quotearg.h: Update from fileutils 4.1.
22772
d01c415b
AD
227732001-08-03 Akim Demaille <akim@epita.fr>
22774
22775 * src/reader.c (readgram): Display hidden chars in error messages.
22776
459dd1a6
AD
227772001-08-03 Akim Demaille <akim@epita.fr>
22778
22779 Update to gettext 0.10.39.
22780
53b74c0c
AD
227812001-08-03 Akim Demaille <akim@epita.fr>
22782
22783 * lib/strspn.c: New.
22784
234a3be3
AD
227852001-08-01 Marc Autret <autret_m@epita.fr>
22786
22787 * doc/bison.texinfo: Update.
22788 * doc/bison.1 (mandoc): Update.
22789 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove .c and .h.
22790 * src/files.c: Support output files extensions computing.
22791 (src_extension): New static variable.
22792 (header_extension): New static variable.
22793 (tr): New function.
22794 (get_extension_index): New function, gets the index of an extension
22795 filename in a string.
22796 (compute_exts_from_gf): New function, computes extensions from the
22797 grammar file extension.
22798 (compute_exts_from_src): New functions, computes extensions from the
22799 C source file extension, file given by ``-o'' option.
22800 (compute_base_names): Update.
22801 (output_files): Update.
22802
847bf1f5
AD
228032001-08-01 Robert Anisko <anisko_r@epita.fr>
22804
d995fee7 22805 * doc/bison.texi: Document @$.
847bf1f5
AD
22806 (Locations): New section.
22807
d074a105
AD
228082001-07-18 Akim Demaille <akim@epita.fr>
22809
22810 * Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
22811 * config/prev-version.txt, config/move-if-change: New.
22812 * Makefile.am: Adjust.
22813
3419715d
AD
228142001-07-08 Pascal Bart <pascal.bart@epita.fr>
22815
22816 * src/bison.simple (yyparse): Suppress warning `comparaison
22817 between signed and unsigned'.
22818
62ab6972
AD
228192001-07-05 Pascal Bart <pascal.bart@epita.fr>
22820
22821 * src/getargs.h (raw_flag): Remove.
22822 * src/getargs.c: Die on `-r'/`--raw'.
22823 * src/lex.c (parse_percent_token): Die on `%raw'.
22824 * src/reader.c (output_token_defines): Suppress call to `raw_flag'.
22825 * tests/calc.at: Suppress test with option `--raw'.
22826
1e24cc5b
AD
228272001-07-14 Akim Demaille <akim@epita.fr>
22828
22829 * config/: New.
22830 * configure.in: Require Autoconf 2.50.
22831 Update to gettext 0.10.38.
22832
32dfccf8
AD
228332001-03-16 Akim Demaille <akim@epita.fr>
22834
22835 * doc/bison.texinfo: ANSIfy the examples.
22836
cd5bd6ac
AD
228372001-03-16 Akim Demaille <akim@epita.fr>
22838
22839 * getargs.c (skeleton): New variable.
22840 (longopts): --skeleton is a new option.
22841 (shortopts, getargs): -S is a new option.
22842 * getargs.h: Declare skeleton.
22843 * output.c (output_parser): Use it.
22844
5141b016
AD
228452001-03-16 Akim Demaille <akim@epita.fr>
22846
22847 * m4/strerror_r.m4: New.
22848 * m4/error.m4: Run AC_FUNC_STRERROR_R.
22849 * lib/error.h, lib/error.c: Update.
22850
447992b9
AD
228512001-03-16 Akim Demaille <akim@epita.fr>
22852
22853 * src/getargs.c (longopts): Clean up.
22854
274d42ce
AD
228552001-02-21 Akim Demaille <akim@epita.fr>
22856
22857 * src/reader.c (gensym): `gensym_count' is your own.
22858 Use a static buf to create the symbol name, as token_buffer is no
22859 longer a buffer.
22860
22c821f3
AD
228612001-02-08 Akim Demaille <akim@epita.fr>
22862
22863 * src/conflicts.c (conflict_report): Be sure not to append to res
22864 between two calls, which could happen if both first sprintf were
22865 skipped, but not the first cp += strlen.
22866
18569462
AD
228672001-02-08 Akim Demaille <akim@epita.fr>
22868
22869 * lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
22870 New, from fileutils 4.0.37.
22871 * configure.in: Require Autoconf 2.49c. I took some time before
22872 making this decision. This is the only way out for portability
22873 issues in Bison, it would mean way too much duplicate effort to
22874 import in Bison features implemented in 2.49c since 2.13.
22875 AC_REPLACE_FUNCS and AC_CHECK_DECLS the functions above.
22876
0d8f3c8a
AD
228772001-02-02 Akim Demaille <akim@epita.fr>
22878
22879 * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
66075dcf 22880 * lib/xalloc.h, lib/xmalloc.c: Update.
0d8f3c8a 22881
f17bcd1f
AD
228822001-01-19 Akim Demaille <akim@epita.fr>
22883
22884 Get rid of the ad hoc handling of token_buffer in the scanner: use
22885 the obstacks.
22886
22887 * src/lex.c (token_obstack): New.
22888 (init_lex): Initialize it. No longer call...
22889 (grow_token_buffer): this. Remove it.
22890 Adjust all the places which used it to use the obstack.
22891
511e79b3
AD
228922001-01-19 Akim Demaille <akim@epita.fr>
22893
22894 * src/lex.h: Rename all the tokens:
22895 s/\bENDFILE\b/tok_eof/g;
22896 s/\bIDENTIFIER\b/tok_identifier/g;
22897 etc.
22898 Let them be enums, not #define, to ease debugging.
22899 Adjust all the code.
22900
0d6508ef
AD
229012001-01-18 Akim Demaille <akim@epita.fr>
22902
22903 * src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
22904 * src/lex.c (maxtoken, grow_token_buffer): Static.
22905
6deb4447
AD
229062001-01-18 Akim Demaille <akim@epita.fr>
22907
22908 Since we now use obstacks, more % directives can be enabled.
22909
22910 * src/lex.c (percent_table): Also accept `%yacc',
22911 `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
22912 `%debug'.
22913 Handle the actions for `%semantic_parser' and `%pure_parser' here,
22914 instead of returning a token.
22915 * src/lex.h (SEMANTIC_PARSER, PURE_PARSER): Remove, unused.
22916 * src/reader.c (read_declarations): Adjust.
22917 * src/files.c (open_files): Don't call `compute_base_names', don't
22918 compute `attrsfile' since they depend upon data which might be
22919 *in* the input file now.
22920 (output_files): Do it here.
22921 * src/output.c (output_headers): Document the fact that this patch
22922 introduces a guaranteed SEGV for semantic parsers.
22923 * doc/bison.texinfo: Document them.
22924 * tests/suite.at: Exercise these %options.
22925
ff4423cc
AD
229262000-12-20 Akim Demaille <akim@epita.fr>
22927
22928 Also handle the output file (--verbose) with obstacks.
22929
22930 * files.c (foutput): Remove.
22931 (output_obstack): New.
22932 Adjust all dependencies.
22933 * src/conflicts.c: Return a string.
22934 * src/system.h (obstack_grow_string): Rename as...
22935 (obstack_sgrow): this. Be ready to work with non literals.
22936 (obstack_fgrow4): New.
22937
956dba3a
AD
229382000-12-20 Akim Demaille <akim@epita.fr>
22939
22940 * src/files.c (open_files): Fix the computation of short_base_name
22941 in the case of `-o foo.tab.c'.
22942
337bab46
AD
229432000-12-20 Akim Demaille <akim@epita.fr>
22944
22945 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
22946 (copy_dollar): Now that everything uses obstacks, get rid of the
22947 FILE * parameters.
22948
5d3214b8
AD
229492000-12-20 Akim Demaille <akim@epita.fr>
22950
22951 * src/files.c (open_files): Actually the `.output' file is based
22952 on the short_base_name, not base_name.
22953 * tests/suite.at (Checking output file names): Adjust.
22954
29092a57
AD
229552000-12-20 Akim Demaille <akim@epita.fr>
22956
22957 * src/bison.s1: Remove, we now use directly...
22958 * src/bison.simple: this.
22959 * src/Makefile.am: Use pkgdata instead of data.
22960
ea5607fd
AD
229612000-12-20 Akim Demaille <akim@epita.fr>
22962
22963 * src/files.c (guard_obstack): New.
22964 (open_files): Initialize it.
22965 (output_files): Dump it...
22966 * src/files.h: Export it.
22967 * src/reader.c (copy_guard): Use it.
22968
27110317
AD
229692000-12-19 Akim Demaille <akim@epita.fr>
22970
22971 * src/files.c (outfile, defsfile, actfile): Removed as global
22972 vars.
22973 (open_files): Don't compute them.
22974 (output_files): Adjust.
22975 (base_name, short_base_name): Be global.
22976 Adjust dependencies.
22977
19c50364
AD
229782000-12-19 Akim Demaille <akim@epita.fr>
22979
22980 * src/files.c (strsuffix): New.
22981 (stringappend): Be just like strcat but allocate.
22982 (base_names): Eve out from open_files.
22983 Try to simplify the rather hairy computation of base_name and
22984 short_base_name.
22985 (open_files): Use it.
22986 * tests/suite.at (Checking output file names): New test.
22987
573c1d9f
AD
229882000-12-19 Akim Demaille <akim@epita.fr>
22989
22990 * src/system.h (obstack_grow_literal_string): Rename as...
22991 (obstack_grow_string): this.
22992 * src/output.c (output_parser): Recognize `%% actions' instead of
22993 `$'.
22994 * src/bison.s1: s/$/%% actions/.
22995 * src/bison.hairy: Likewise.
22996
ef7ddedd
AD
229972000-12-19 Akim Demaille <akim@epita.fr>
22998
22999 * src/output.c (output_parser): Compute the `#line' lines when
23000 there are.
23001 * src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
23002 Suggested by Hans Aberg.
23003
ff61dabd
AD
230042000-12-19 Akim Demaille <akim@epita.fr>
23005
23006 Let the handling of the skeleton files be local to the procedures
23007 that use it.
23008
23009 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
23010 longer static.
23011 (fparser, open_extra_files): Remove.
23012 (open_files, output_files): Don't take care of fparser.
23013 * src/files.h: Adjust.
23014 * src/output.c (output_parser): Open and close the file to the
23015 skeleton.
23016 * src/reader.c (read_declarations): When %semantic_parser, open
23017 fguard.
23018
55b96341
AD
230192000-12-19 Akim Demaille <akim@epita.fr>
23020
23021 * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
23022 * src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
23023
358c15b7
AD
230242000-12-19 Akim Demaille <akim@epita.fr>
23025
23026 * src/files.c (open_files): Yipee! We no longer need all the code
23027 looking for `/tmp' since we have no tmp file.
23028
7de3329e
AD
230292000-12-19 Akim Demaille <akim@epita.fr>
23030
23031 * src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_GUARD_C):
23032 New macros.
23033 * src/files.c (open_files): Less dependency on MSDOS etc.
23034
3abcd459
AD
230352000-12-14 Akim Demaille <akim@epita.fr>
23036
23037 * src/bison.s1 (YYLLOC_DEFAULT): New macro.
23038 Provide a default definition.
23039 Use it when executing the default @ action.
23040 * src/reader.c (reader_output_yylsp): No longer include
23041 `timestamp' and `text' in the default YYLTYPE.
23042
2a91a95e
AD
230432000-12-12 Akim Demaille <akim@epita.fr>
23044
23045 * src/reader.c (copy_definition, parse_union_decl, copy_action)
23046 (copy_guard): Quote the file names.
23047 Reported by Laurent Mascherpa.
23048
14d3eb9b
AD
230492000-12-12 Akim Demaille <akim@epita.fr>
23050
23051 * src/output.c (output_headers, output_program, output): Be sure
23052 to escape special characters when outputting filenames.
23053 (ACTSTR_PROLOGUE, ACTSTR_EPILOGUE): Remove.
23054 (output_headers): Don't depend on them, Use ACTSTR.
23055
d7045ec6
AD
230562000-11-17 Akim Demaille <akim@epita.fr>
23057
23058 * lib/obstack.h: Formatting changes.
23059 (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
23060 prevents type checking.
23061 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
23062 cast the value to (void *): assigning a `foo *' to a `void *'
23063 variable is valid.
23064 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
23065 * src/reader.c (parse_union_decl): Typo: use obstack_1grow to
23066 append characters.
23067
6fd54b73
AD
230682000-11-17 Akim Demaille <akim@epita.fr>
23069
23070 * tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
23071 as...
23072 (suite.m4, regression.m4, calc.m4): these.
23073 * tests/atgeneral.m4: Update from CVS Autoconf.
23074
4c50eae6
AD
230752000-11-17 Akim Demaille <akim@epita.fr>
23076
23077 * tests/regression.m4 (%union and --defines): New test,
23078 demonstrating a current bug in the obstack implementation.
23079
a35f64ea
AD
230802000-11-17 Akim Demaille <akim@epita.fr>
23081
23082 * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
23083 macros.
23084 Use them to declare the variables which are global or local to
23085 `yyparse'.
23086
7de23534
AD
230872000-11-17 Akim Demaille <akim@epita.fr>
23088
23089 * acconfig.h: Remove, no longer used.
23090
aa7815f5
AD
230912000-11-07 Akim Demaille <akim@epita.fr>
23092
23093 * src: s/Copyright (C)/Copyright/g.
23094
5af1f549
AD
230952000-11-07 Akim Demaille <akim@epita.fr>
23096
23097 * src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
23098 defining.
23099 * src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
23100
553e2b22
AD
231012000-11-07 Akim Demaille <akim@epita.fr>
23102
23103 * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
23104 Merge in a single CPP if/else.
23105
8a4f41d6
AD
231062000-11-07 Akim Demaille <akim@epita.fr>
23107
23108 * src/output.c (output): Remove useless variables.
23109 * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
23110 argument `data' for consistency with the prototypes.
23111 Qualify it `const'.
23112 (obstack_copy, obstack_copy0): Rename the second argument as
23113 `address' for consistency. Qualify it `const'.
23114 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
23115 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
23116 `const' their input argument (`data' or `address').
23117 Adjust the corresponding macros to include `const' in casts.
23118
095a3fb5
AD
231192000-11-03 Akim Demaille <akim@epita.fr>
23120
23121 * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
23122 s/PFILE1/BISON_HAIRY/.
23123 Adjust dependencies.
23124
d1cdce7c
AD
231252000-11-03 Akim Demaille <akim@epita.fr>
23126
090c5ebf 23127 For some reason, this was not applied.
d1cdce7c
AD
23128
23129 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
23130 `unlink': it's no longer used.
23131
9311529b
AD
231322000-11-03 Akim Demaille <akim@epita.fr>
23133
23134 * src/files.c (skeleton_find): New function, eved out of...
23135 (open_files, open_extra_files): here.
23136
d8880f69
AD
231372000-11-03 Akim Demaille <akim@epita.fr>
23138
23139 Don't use `atexit'.
23140
23141 * src/files.c (obstack_save): New function.
23142 (done): Rename as...
23143 (output_files): this.
23144 Use `obstack_save'.
23145 * src/main.c (main): Don't use `atexit' to register `done', since
23146 it no longer has to remove tmp files, just call `output_files'
23147 when there are no errors.
23148
0dbb648e
AD
231492000-11-02 Akim Demaille <akim@epita.fr>
23150
23151 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
23152 `unlink': it's no longer used.
23153 * src/files.h: Formatting changes.
23154
896fe5c1
AD
231552000-11-02 Akim Demaille <akim@epita.fr>
23156
23157 Remove the last uses of mktemp and unlink/delete.
23158
23159 * src/files.c (fdefines, ftable): Removed.
23160 (defines_ostack, table_obstack): New.
23161 Adjust dependencies of the former into uses of the latter.
23162 * src/output.c (output_short_or_char_table, output_short_table):
23163 Convert to using obstacks.
23164 * src/reader.c (copy_comment2): Accept one FILE * and two
23165 obstacks.
23166 (output_token_defines, reader_output_yylsp): Use obstacks.
23167 * src/system.h (obstack_fgrow3): New.
1f65350a 23168 * po/POTFILES.in: Adjust.
896fe5c1 23169
dd60faec
AD
231702000-11-01 Akim Demaille <akim@epita.fr>
23171
23172 Change each use of `fattrs' into a use of `attrs_obstack'.
23173
23174 * src/reader.c (copy_at): Typo: s/yylloc/yyloc/.
23175 * src/files.c (fattrs): Remove.
23176 (attrs_obstack): New.
23177 Adjust all dependencies.
23178 (done): If SEMANTIC_PARSER, dump attrs_obstack into attrsfile.
23179
8c7ebe49
AD
231802000-11-01 Akim Demaille <akim@epita.fr>
23181
23182 Introduce obstacks.
23183 Change each use of `faction' into a use of `action_obstack'.
23184
23185 * lib/obstack.h, lib/obstack.c: New files.
23186 * src/files.c (faction): Remove.
23187 (action_obstack): New.
23188 Adjust all dependencies.
23189
77aee789
AD
231902000-10-20 Akim Demaille <akim@epita.fr>
23191
23192 * lib/quote.h (PARAMS): New macro. Use it.
23193
43591cec
AD
231942000-10-16 Akim Demaille <akim@epita.fr>
23195
23196 * src/output.c (output_short_or_char_table): New function.
23197 (output_short_table, output_token_translations): Use it.
23198 (goto_actions): Use output_short_table.
23199
1e9798d5
AD
232002000-10-16 Akim Demaille <akim@epita.fr>
23201
23202 * src/symtab.c (bucket_new): New function.
23203 (getsym): Use it.
23204
23205 * src/output.c (output_short_table): New argument to display the
23206 comment associated with the table.
23207 Adjust dependencies.
23208 (output_gram): Use it.
23209 (output_rule_data): Nicer output layout for YYTNAME.
23210
f282676b
AD
232112000-10-16 Akim Demaille <akim@epita.fr>
23212
23213 * src/lex.c (read_typename): New function.
23214 (lex): Use it.
23215 * src/reader.c (copy_dollar): Likewise.
23216
550a72a3
AD
232172000-10-16 Akim Demaille <akim@epita.fr>
23218
23219 * src/reader.c (copy_comment2): Expect the input stream to be on
23220 the `/' which is suspected to open a comment, instead of being
23221 called after `//' or `/*' was read.
23222 (copy_comment, copy_definition, parse_union_decl, copy_action)
23223 (copy_guard): Adjust.
23224
131e2fef
AD
232252000-10-16 Akim Demaille <akim@epita.fr>
23226
23227 * src/reader.c (parse_expect_decl): Use `skip_white_space' and
23228 `read_signed_integer'.
23229
79282c5a
AD
232302000-10-16 Akim Demaille <akim@epita.fr>
23231
23232 * src/reader.c (copy_dollar): New function.
23233 (copy_guard, copy_action): Use it.
23234
ff4a34be
AD
232352000-10-16 Akim Demaille <akim@epita.fr>
23236
23237 * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
23238 * m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
23239 New files, from Fileutils 4.0.27.
23240 * src/main.c (printable_version): Remove.
23241 * src/lex.c, src/reader.c: Use `quote'.
23242
232432000-10-04 Akim Demaille <akim@epita.fr>
23244
23245 * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
23246
14ded682
AD
232472000-10-04 Akim Demaille <akim@epita.fr>
23248
23249 * doc/bison.texinfo: Various typos spotted by Neil Booth.
23250
8e03724b
AD
232512000-10-04 Akim Demaille <akim@epita.fr>
23252
23253 When a literal string is used to define two different tokens,
23254 `bison -v' segfaults.
23255 Reported by Piotr Gackiewicz, and fixed by Neil Booth.
23256
23257 * tests/regression.m4: New file.
23258 Include the core of the sample provided by Piotr Gackiewicz.
23259 * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
23260 properly.
23261
a9e64249
AD
232622000-10-04 Akim Demaille <akim@epita.fr>
23263
23264 * src/reader.c (parse_expect_decl): Keep `count' within the size
23265 of `buffer'.
23266 From Neil Booth.
23267
da9abf43
AD
232682000-10-02 Paul Eggert <eggert@twinsun.com>
23269
23270 * bison.s1 (yyparse): Assign the default value
23271 unconditionally, to avoid a GCC warning and make the parser a
23272 tad smaller.
23273
c33638bb
AD
232742000-10-02 Akim Demaille <akim@epita.fr>
23275
23276 * src/getargs.c (getargs): Don't dump `--help' on unrecognized
23277 options.
23278
444c570a
AD
232792000-10-02 Akim Demaille <akim@epita.fr>
23280
23281 * src/derives.c, src/print.c, src/reduce.c: To ease the
23282 translation, move some `\n' out of the translated strings.
23283
89cab50d
AD
232842000-10-02 Akim Demaille <akim@epita.fr>
23285
23286 The location tracking mechanism is precious for parse error
23287 messages. Nevertheless, it is enabled only when `@n' is used in
23288 the grammar, which is a different issue (you can use it in error
23289 message, but not in the grammar per se). Therefore, there should
23290 be another means to enable it.
23291
23292 * src/getargs.c (getargs): Support `--locations'.
23293 (usage): Report it.
23294 * src/getargs.h (locationsflag): Export it.
23295 * src/lex.c (percent_table): Support `%locations'.
23296 * src/reader.c (yylsp_needed): Remove this variable, now replaced
23297 with `locationsflag'.
23298 * doc/bison.texinfo: Document `--locations' and `%locations'.
23299 Sort the options.
23300 * tests/calc.m4: Test it.
23301
23302 For regularity of the names, replace each
23303 (nolineflag, toknumflag, rawtokenumflag, noparserflag): with...
23304 (no_lineflag, token_tableflag, rawflag, no_parserflag): this.
23305 In addition replace each `flag' with `_flag'.
23306
d6c2cba0
AD
233072000-10-02 Akim Demaille <akim@epita.fr>
23308
23309 Also test parse error messages, including with YYERROR_VERBOSE.
23310
23311 * tests/calc.m4 (calc.y): Add support for `exp = exp' (non
23312 associative).
23313 Use it to check the computations.
23314 Use it to check `nonassoc' is honored.
23315 (AT_DATA_CALC_Y): Equip `calc.y' with YYERROR_VERBOSE when passed
23316 `--yyerror-verbose'.
23317 (_AT_CHECK_CALC): Adjust to this option.
23318 (_AT_CHECK_CALC_ERROR): New macro to check parse error messages.
23319
5a35a6cb
AD
233202000-10-02 Akim Demaille <akim@epita.fr>
23321
23322 Test also `--verbose', `--defines' and `--name-prefix'. Testing
23323 the latter demonstrates a flaw in the handling of non debugging
23324 parsers introduced by myself on 2000-03-16: `#define yydebug 0'
23325 was used in order to simplify:
23326
23327 #if YYDEBUG
23328 if (yydebug)
23329 {
23330 ...
23331 }
23332 #endif
23333
23334 into
23335
23336 if (yydebug)
23337 {
23338 ...
23339 }
23340
23341 unfortunately this leads to a CPP conflict when
23342 `--name-prefix=foo' is used since it produces `#define yydebug
23343 foodebug'.
23344
23345 * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
23346 (YYDPRINTF): New macro.
23347 Spread its use.
23348 * tests/calc.m4 (AT_CHECK_CALC): Do require a title, build it from
23349 the bison options.
23350 Also test `--verbose', `--defines' and `--name-prefix'.
23351
71da9eea
AD
233522000-10-02 Akim Demaille <akim@epita.fr>
23353
23354 Improve the readability of the produced parsers.
23355
23356 * src/bison.s1: Formatting changes.
23357 Improve the comment related to the `$' mark.
23358 (yydefault): Don't fall through to `yyresume': `goto' there.
23359 * src/output.c (output_parser): When the `$' is met, skip the end
23360 of its line.
23361 New variable, `number_of_dollar_signs', to check there's exactly
23362 one `$' in the parser skeleton.
23363
95e36146
AD
233642000-10-02 Akim Demaille <akim@epita.fr>
23365
23366 * lib/xstrdup.c: New file, from the fileutils.
23367 * src/reader.c (parse_token_decl, get_type_name, parse_type_decl)
23368 (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
23369 instead of strlen + xmalloc + strcpy.
23370 * src/symtab.c (copys): Remove, use xstrdup instead.
23371
d7020c20
AD
233722000-10-02 Akim Demaille <akim@epita.fr>
23373
23374 * src/gram.h (associativity): New enum type which replaces the
23375 former CPP macros `RIGHT_ASSOC', `LEFT_ASSOC' and `NON_ASSOC' with
23376 `right_assoc', `left_assoc' and `non_assoc'.
23377 Adjust all dependencies.
23378 * src/reader.c: Formatting changes.
23379 (LTYPESTR): Don't define it, use it as a literal in
23380 `reader_output_yylsp'.
23381 * src/symtab.h (symbol_class): New enum type which replaces the
23382 former CPP macros `SUNKNOWN', `STOKEN and `SNTERM' with
23383 `sunknown', `stoken and `snterm'.
23384
1916f98e
AD
233852000-10-02 Akim Demaille <akim@epita.fr>
23386
23387 * src/getargs.c (fixed_outfiles): Rename as...
23388 (yaccflag): for consistency and accuracy.
23389 Adjust dependencies.
23390
d7913476
AD
233912000-10-02 Akim Demaille <akim@epita.fr>
23392
23393 Use the more standard files `xalloc.h' and `xmalloc.c' instead of
23394 Bison's `allocate.c' and `alloc.h'. This patch was surprisingly
23395 difficult and introduced a lot of core dump. It turns out that
23396 Bison used an implementation of `xmalloc' based on `calloc', and
23397 at various places it does depend upon the initialization to 0. I
23398 have not tried to isolate the pertinent places, and all the former
23399 calls to Bison's `xmalloc' are now using `XCALLOC'. Someday,
23400 someone should address this issue.
23401
23402 * src/allocate.c, src/alloc.h, m4/bison-decl.m4: Remove.
23403 * lib/xmalloc.c, lib/xalloc.h, m4/malloc.m4, m4/realloc.m4: New
23404 files.
23405 Adjust dependencies.
23406 * src/warshall.h: New file.
23407 Propagate.
23408
340ef489
AD
234092000-10-02 Akim Demaille <akim@epita.fr>
23410
23411 Various anti-`extern in *.c' changes.
23412
23413 * src/system.h: Include `assert.h'.
23414
b2ca4022
AD
234152000-10-02 Akim Demaille <akim@epita.fr>
23416
23417 * src/state.h (nstates, final_state, first_state, first_shift)
23418 (first_reduction): Move their exportation from here...
23419 * src/LR0.h: to here.
23420 Adjust dependencies.
23421 * src/getargs.c (statisticsflag): New variable.
23422 Add support for `--statistics'.
23423 Adjust dependencies.
23424
23425 Remove a lot of now useless `extern' statements in most files.
23426
403b315b
AD
234272000-10-02 Akim Demaille <akim@epita.fr>
23428
23429 * src/LR0.h: New file.
23430 Propagate its use.
23431
07a58c13
AD
234322000-10-02 Akim Demaille <akim@epita.fr>
23433
23434 * src/print.h: New file.
23435 Propagate its use.
23436 * src/print.c: Formatting and ordering changes.
23437 (verbose, terse): Replace with...
23438 (print_results): this new function.
23439 Adjust dependencies.
23440
0619caf0
AD
234412000-10-02 Akim Demaille <akim@epita.fr>
23442
23443 * src/conflicts.c (conflict_report): New function.
23444 (conflict_log, verbose_conflict_log): Replace with...
23445 (print_conflicts): this function.
23446 Adjust dependencies.
23447 * src/conflicts.h: New file.
23448 Propagate its inclusion.
23449
3519ec76
AD
234502000-10-02 Akim Demaille <akim@epita.fr>
23451
23452 * src/nullable.h: New file.
23453 Propagate its inclusion.
23454 * src/nullable.c: Formatting changes.
23455
015acc48
AD
234562000-10-02 Akim Demaille <akim@epita.fr>
23457
23458 * src/reduce.h: New file.
23459 Propagate its inclusion.
23460 * src/reduce.c: Topological sort and other formatting changes.
23461 (bool, TRUE, FALSE): Move their definition to...
23462 * src/system.h: here.
23463
8963a27b
AD
234642000-10-02 Akim Demaille <akim@epita.fr>
23465
23466 * src/files.c: Formatting changes.
23467 (tryopen, tryclose, openfiles): Rename as...
23468 (xfopen, xfclose, open_files): this.
23469 (stringappend): static.
23470 * src/files.h: Complete the list of exported symbols.
23471 Propagate its use.
23472
a70083a3
AD
234732000-10-02 Akim Demaille <akim@epita.fr>
23474
23475 * src/reader.h: New file.
23476 Propagate its use instead of tedious list of `extern' and
23477 prototypes.
23478 * src/reader.c: Formatting changes, topological sort,
23479 s/register//.
23480
abadc117
AD
234812000-10-02 Akim Demaille <akim@epita.fr>
23482
23483 * src/lex.h: Prototype `lex.c' exported functions.
23484 * src/reader.c: Adjust.
23485 * src/lex.c: Formatting changes.
23486 (safegetc): Rename as...
23487 (xgetc): this.
23488
720d742f
AD
234892000-10-02 Akim Demaille <akim@epita.fr>
23490
23491 * src/lalr.h: New file.
23492 Propagate its inclusion instead of prototypes and `extern'.
23493 * src/lalr.c: Formatting changes, topological sorting etc.
23494
f2acea59
AD
234952000-10-02 Akim Demaille <akim@epita.fr>
23496
23497 * src/output.c (token_actions): Introduce a temporary array,
23498 YYDEFACT, that makes it possible for this function to use
23499 output_short_table.
23500
d019d655
AD
235012000-10-02 Akim Demaille <akim@epita.fr>
23502
23503 `user_toknums' is output as a `short[]' in `output.c', while it is
23504 defined as a `int[]' in `reader.c'. For consistency with the
23505 other output tables, `user_toknums' is now defined as a table of
23506 shorts.
23507
23508 * src/reader.c (user_toknums): Be a short table instead of an int
23509 table.
23510 Adjust dependencies.
23511
23512 Factor the short table outputs.
23513
23514 * src/output.c (output_short_table): New function.
23515 * src/output.c (output_gram, output_stos, output_rule_data)
23516 (output_base, output_table, output_check): Use it.
23517
6c89f1c1
AD
235182000-10-02 Akim Demaille <akim@epita.fr>
23519
23520 * src/output.c (output): Topological sort of the functions, in
23521 order to get rid of the `static' prototypes.
23522 No longer use `register'.
23523 * src/output.h: New file.
23524 Propagate its inclusion in files explicitly prototyping functions
23525 from output.c.
23526
d9efd181
AD
235272000-09-21 Akim Demaille <akim@epita.fr>
23528
23529 * src/atgeneral.m4: Update from Autoconf.
23530
c29240e7 235312000-09-21 Akim Demaille <akim@epita.fr>
2fa6973e
AD
23532
23533 * src/closure.h: New file.
23534 * src/closure.c: Formatting changes, topological sort over the
23535 functions, use of closure.h.
23536 (initialize_closure, finalize_closure): Rename as...
23537 (new_closure, free_closure): these. Adjust dependencies.
23538 * src/LR0.c: Formatting changes, topological sort, use of
23539 cloture.h.
23540 (initialize_states): Rename as...
23541 (new_states): this.
23542 * src/Makefile.am (noinst_HEADERS): Adjust.
23543
499daa50
AD
235442000-09-20 Akim Demaille <akim@epita.fr>
23545
23546 * src/acconfig.h: Don't protect config.h against multiple
23547 inclusion.
23548 Don't define PARAMS.
23549 * src/system.h: Define PARAMS.
23550 Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the
23551 purpose of config.h. system.h must not try to fix wrong
23552 definitions in config.h.
23553
cc84fd5d
AD
235542000-09-20 Akim Demaille <akim@epita.fr>
23555
23556 * src/derives.h: New file.
23557 * src/main.c, src/derives.h: Use it.
23558 Formatting changes.
23559 * src/Makefile.am (noinst_HEADERS): Adjust.
23560
db5b3a89
AD
235612000-09-20 Akim Demaille <akim@epita.fr>
23562
23563 * tests/atgeneral.m4: Update from Autoconf.
23564 * tests/calc.m4 (_AT_DATA_CALC_Y, AT_DATA_CALC_Y, _AT_CHECK_CALC)
23565 (AT_CHECK_CALC): New macros.
23566 Use these macros to test bison with options `', `--raw',
23567 `--debug', `--yacc', `--yacc --debug'.
23568
ceed8467
AD
235692000-09-19 Akim Demaille <akim@epita.fr>
23570
23571 * src/output.c: Formatting changes.
23572 * src/machine.h: Remove, leaving its contents in...
23573 * src/system.h: here.
23574 Include stdio.h.
23575 Adjust all dependencies on stdio.h and machine.h.
23576 * src/getargs.h: New file.
23577 Let all `extern' declarations about getargs.c be replaced with
23578 inclusion of `getargs.h'.
23579 * src/Makefile.am (noinst_HEADERS): Adjust.
23580
23581 * tests/calc.m4 (yyin): Be initialized in main, not on the global
23582 scope.
23583 (yyerror): Returns void, not int.
23584 * doc/bison.texinfo: Formatting changes.
23585
05a1d24b
AD
235862000-09-19 Akim Demaille <akim@epita.fr>
23587
23588 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
23589 portable.
23590
cbd25751
AD
235912000-09-18 Akim Demaille <akim@epita.fr>
23592
23593 * configure.in: Append WARNING_CFLAGS to CFLAGS.
23594 * src/Makefile.am (INCLUDES): Don't.
23595 Be ready to fetch headers in lib/.
23596
13863333
AD
235972000-09-18 Akim Demaille <akim@epita.fr>
23598
23599 * doc/bison.texinfo: Update the copyright.
23600 ANSIfy and GNUify the examples.
23601 Remove the old menu.
23602
0d533154
AD
236032000-09-18 Akim Demaille <akim@epita.fr>
23604
23605 First set of tests: use the `calc' example from the documentation.
23606
23607 * src/bison.s1 (yyparse): Condition the code using `yytname' which
23608 is defined only when YYDEBUG is.
23609 * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
23610 * src/files.c (tryopen, tryclose): Formatting changes.
23611 Move to the top and be static.
23612 * src/reader.c (read_signed_integer): Likewise.
23613 * tests/calc.m4: New file.
23614 * Makefile.am, suite.m4: Adjust.
23615 * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
23616
e79137ac
AD
236172000-09-18 Akim Demaille <akim@epita.fr>
23618
23619 Add support for an Autotest test suite for Bison.
23620
23621 * m4/m4.m4, m4/atconfig.m4: New files.
23622 * m4/Makefile.am (EXTRA_DIST): Adjust.
23623 * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
23624 files.
23625 * src/getargs.c: Display a more standard --version message.
23626 * src/reader.c (reader): Formatting changes.
23627 No longer depend upon VERSION_STRING.
23628 * configure.in: No longer use `dnl'.
23629 Set up the test suite and the new directory `tests/.
23630 (VERSION_STRING): Remove.
23631
27821bff
AD
236322000-04-14 Akim Demaille <akim@epita.fr>
23633
23634 * src/reader.c (copy_comment2): New function, same as former
23635 `copy_comment', but outputs into two FILE *.
23636 (copy_comment): Use it.
23637 (parse_union_decl): Use it.
23638 (get_type, parse_start_decl): Use the same `invalid' message.
23639 (parse_start_decl, parse_union_decl): Use the same `multiple'
23640 message.
23641 (parse_union_decl, copy_guard, copy_action): Use the same
23642 `unmatched' message.
23643 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
23644
cfe5fbc0
AD
236452000-03-31 Akim Demaille <akim@epita.fr>
23646
23647 * src/files.c (tryopen, tryclose): Move to the top.
23648 Be static.
23649
cb7db13e
AD
236502000-03-31 Akim Demaille <akim@epita.fr>
23651
23652 * src/main.c (main): Don't call `done', exit does it.
23653
a0f6b076
AD
236542000-03-31 Akim Demaille <akim@epita.fr>
23655
36281465
AD
23656 * allocate.c: s/return (foo)/return foo/.
23657 * lalr.c: Likewise.
23658 * LR0.c: Likewise.
23659 * output.c: Likewise.
23660 * reader.c: Likewise.
23661 * symtab.c: Likewise.
23662 * vmsgetargs.c: Likewise.
23663
236642000-03-31 Akim Demaille <akim@epita.fr>
23665
23666 Clean up the error reporting functions.
a0f6b076
AD
23667
23668 * src/report.c: New file.
23669 * src/report.h: Likewise.
23670 * src/Makefile.am: Adjust.
23671 * m4/error.m4: New file.
23672 * m4/Makefile.am: Adjust.
23673 * configure.in (jm_PREREQ_ERROR): Call it.
23674 * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
23675 Remove.
23676 (fatal, fatals): Remove. All callers use complain.c::fatal.
23677 (warn, warni, warns, warnss, warnss): Remove. All callers use
23678 complain.c::complain.
23679 (toomany): Remove, use fatal instead.
23680 * src/files.c (done): No argument, use complain_message_count.
23681 * src/main.c (main): Register `done' to `atexit'.
23682
23683 * src/getargs.c (usage): More `fputs', less `fprintf'.
23684
18539825
AD
236852000-03-28 Akim Demaille <akim@epita.fr>
23686
23687 * lib/: New directory.
23688 * Makefile.am (SUBDIRS): Adjust.
23689 * configure.in: Adjust.
23690 (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
23691 useless.
23692 * src/alloca.c: Moved to lib/.
23693 * src/getopt.c: Likewise.
23694 * src/getopt1.c: Likewise.
23695 * src/getopt.h: Likewise.
23696 * src/ansi2knr.c: Likewise.
23697 * src/ansi2knr.1: Likewise.
23698 * src/Makefile.am: Adjust.
23699 * lib/Makefile.am: New file.
23700
9f306f2a
AD
237012000-03-28 Akim Demaille <akim@epita.fr>
23702
23703 * src/getargs.c (usage): Refresh the help message.
23704
0ba347b6
AD
237052000-03-17 Akim Demaille <akim@epita.fr>
23706
23707 * src/getopt1.c: Updated from textutils 2.0e
23708 * src/getopt.c: Likewise.
23709 * src/getopt.h: Likewise.
23710
dbe7f271
AD
237112000-03-17 Akim Demaille <akim@epita.fr>
23712
23713 * src/Makefile.am (bison.simple): Fix the awk program: quote only
23714 the file name, not the whole `#line LINE FILE'.
23715
75bbe78d
AD
237162000-03-17 Akim Demaille <akim@epita.fr>
23717
23718 On syntax errors, report the token on which we choked.
23719
aa5fd0ee
AD
23720 * src/bison.s1 (yyparse): In the label yyerrlab, when
23721 YYERROR_VERBOSE, add yychar in msg.
75bbe78d 23722
7b306f52
AD
237232000-03-17 Akim Demaille <akim@epita.fr>
23724
aa5fd0ee 23725 * src/reader.c (copy_at): New function.
7b306f52
AD
23726 (copy_guard): Use it.
23727 (copy_action): Use it.
23728
e87b5700
AD
237292000-03-17 Akim Demaille <akim@epita.fr>
23730
23731 Be kind to translators, save some useless translations.
23732
aa5fd0ee 23733 * src/main.c (banner): New function.
e87b5700
AD
23734 (fatal_banner): Use it.
23735 (warn_banner): Use it.
23736
ae3c3164
AD
237372000-03-17 Akim Demaille <akim@epita.fr>
23738
aa5fd0ee
AD
23739 * src/reader.c (copy_definition): Use copy_string and
23740 copy_comment. Removed now unused `match', `ended',
23741 `cplus_comment'.
ae3c3164
AD
23742 (copy_comment, copy_string): Moved, to be visible from
23743 copy_definition.
23744
4dc58e7c
AD
237452000-03-17 Akim Demaille <akim@epita.fr>
23746
aa5fd0ee
AD
23747 * src/reader.c (copy_string): Declare `static inline'. No
23748 problems with inline, since it is checked by configure.
4dc58e7c
AD
23749 (copy_comment): Likewise.
23750
0a6384c4
AD
237512000-03-17 Akim Demaille <akim@epita.fr>
23752
aa5fd0ee 23753 * src/reader.c (packsymbols): Formatting changes.
0a6384c4 23754
3cef001a
AD
237552000-03-17 Akim Demaille <akim@epita.fr>
23756
aa5fd0ee 23757 * src/reader.c (copy_comment): New function, factored out from:
3cef001a
AD
23758 (copy_action): Use it. Removed now unused `match', `ended',
23759 `cplus_comment'.
23760 (copy_guard): Likewise.
23761
ca36d2ef
AD
237622000-03-17 Akim Demaille <akim@epita.fr>
23763
aa5fd0ee 23764 * src/reader.c (copy_string): New function, factored out from:
ca36d2ef
AD
23765 (copy_action): Use it.
23766 (copy_guard): Likewise.
23767
6666f98f
AD
237682000-03-17 Akim Demaille <akim@epita.fr>
23769
23770 Change the handling of @s so that they behave exactly like $s.
23771 There is now a pseudo variable @$ (readble and writable), location
23772 of the lhs of the rule (by default ranging from the location of
23773 the first symbol of the rhs, to the location of the last symbol,
23774 or, if the rhs is empty, YYLLOC).
23775
23776 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
23777 yyval.
23778 (yyparse): When providing a default semantic action, provide a
23779 default location action.
23780 (after the $): No longer change `*YYLSP', just stack YYLOC the
23781 same way you stack YYVAL.
23782 * src/reader.c (read_declarations): Use warns.
23783 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
23784 (copy_action, case '@'): Likewise.
23785 Use a standard error message, to save useless work from
23786 translators.
23787
41aca2e0
AD
237882000-03-17 Akim Demaille <akim@epita.fr>
23789
aa5fd0ee
AD
23790 * src/bison.s1: Formatting and cosmetics changes.
23791 * src/reader.c: Likewise.
41aca2e0
AD
23792 Update the Copyright notice.
23793
dc08c1d5
AD
237942000-03-17 Akim Demaille <akim@epita.fr>
23795
aa5fd0ee
AD
23796 * src/bison.s1 (#line): All set to `#line' only, since the
23797 Makefile now handles them.
dc08c1d5 23798
9ee3c97b
AD
237992000-03-16 Akim Demaille <akim@epita.fr>
23800
23801 * src/output.c (output_rule_data): Output the documentation of
23802 some of the tables.
23803 (Copyright notice): Update.
23804 Formatting changes.
23805
0de741ca
AD
238062000-03-16 Akim Demaille <akim@epita.fr>
23807
23808 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
23809 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
23810 One `#if YYDEBUG' remains, since it uses variables which are
23811 defined only if `YYDEBUG != 0'.
23812
bb10be54
AD
238132000-03-16 Akim Demaille <akim@epita.fr>
23814
23815 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
23816 and related variables so that the similarities are highlighted.
23817
b07b484a
AD
238182000-03-16 Akim Demaille <akim@epita.fr>
23819
23820 * src/bison.s1: Properly indent CPP directives.
23821
361f60b3
AD
238222000-03-16 Akim Demaille <akim@epita.fr>
23823
23824 * src/bison.s1: Properly indent the `alloca' CPP section.
23825
8c44d3ec
AD
238262000-03-16 Akim Demaille <akim@epita.fr>
23827
23828 Do not hard code values of directories in `configure.in'.
23829 Update the `configure' tool chain.
23830
23831 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
23832 src/makefile.am.
23833 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
23834 (AC_OUTPUT): Add m4/Makefile.
23835 Bump to bison 1.28a, 1.29 has never been released.
23836 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
23837 handled via src/Makefile.am.
23838 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
23839 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
23840 autoheader.
23841 * Makefile.am (SUBDIRS): Add m4.
23842 (ACLOCAL_AM_FLAGS): New variable.
23843 (AUTOMAKE_OPTIONS): Add check-news.
23844 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
23845 the proper line number and file name.
23846 (DEFS): Propagate the location of bison library files and of the
23847 locale files.
23848 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
23849 builddir.
23850 * acinclude.m4: Remove, replaced by the directory m4.
23851 * m4/Makefile.am (EXTRA_DIST): New variable.
23852 * m4/gettext.m4: New file, from the fileutils.
23853 * m4/lcmessage.m4: Likewise
23854 * m4/progtest.m4: Likewise.
23855 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
23856
f95997e7
AD
238572000-03-10 Akim Demaille <akim@epita.fr>
23858
23859 * src/closure.c:
23860 Formatting changes of various comments.
23861 Respect the GNU coding standards at various places.
23862 Don't use `_()' when no translation is needed.
23863
238641999-12-13 Jesse Thilo <jthilo@gnu.org>
23865
23866 * src/files.c:
23867 OS/2 honors TMPDIR environment variable.
23868
238691999-12-13 Jesse Thilo <jthilo@gnu.org>
23870
23871 * doc/bison.texinfo: Tweaked spelling and grammar.
23872 Updated ISBN.
23873 Removed reference to price of printed copy.
23874 Mention BISON_SIMPLE and BISON_HAIRY.
23875
238761999-12-13 Jesse Thilo <jthilo@gnu.org>
23877
23878 * configure.in, NEWS:
23879 Bison 1.29 released.
23880
238811999-10-27 Jesse Thilo <jthilo@gnu.org>
23882
23883 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
23884 Added reference card.
23885
238861999-07-26 Jesse Thilo <jthilo@gnu.org>
23887
23888 * po/ru.po: Added Russian translation.
23889
238901999-07-26 Jesse Thilo <jthilo@gnu.org>
23891
23892 * configure.in: Added Russian translation.
23893
238941999-07-06 Jesse Thilo <jthilo@gnu.org>
23895
23896 * configure.in, NEWS, README:
23897 Released version 1.28.
23898
238991999-06-14 Jesse Thilo <jthilo@gnu.org>
23900
23901 * src/system.h:
23902 Squashed redefinition warning on some systems.
23903
23904 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
23905 Have configure build version string instead of relying on ANSI string
23906 concatentation.
23907
239081999-06-14 Jesse Thilo <jthilo@gnu.org>
23909
23910 * po/POTFILES.in: Got rid of version.c.
23911
239121999-06-14 Jesse Thilo <jthilo@gnu.org>
23913
23914 * acconfig.h, configure.in:
23915 Have configure build version string instead of relying on ANSI string
23916 concatentation.
23917
239181999-06-08 Jesse Thilo <jthilo@gnu.org>
23919
23920 * doc/bison.1:
23921 Dropped mention of `+' for long-named options.
23922
239231999-05-30 Jesse Thilo <jthilo@gnu.org>
23924
23925 * src/files.c: Added <unistd.h> for unlink().
23926
23927 * src/Makefile.am, src/system.h:
23928 I18n fixes.
23929
239301999-05-30 Jesse Thilo <jthilo@gnu.org>
23931
23932 * README: Added a FAQ list.
23933
23934 * configure.in, acconfig.h:
23935 I18n fixes.
23936
239371999-05-30 Jesse Thilo <jthilo@gnu.org>
23938
23939 * doc/FAQ, doc/Makefile.am:
23940 Added a FAQ list.
23941
239421999-05-19 Jesse Thilo <jthilo@gnu.org>
23943
23944 * src/alloc.h, src/symtab.h, src/version.c:
23945 Protected inclusion of "config.h" with HAVE_CONFIG_H.
23946
239471999-04-18 Jesse Thilo <jthilo@gnu.org>
23948
23949 * src/.cvsignore, src/Makefile.am:
23950 Reorganized: sources in `src', documentation in `doc'.
23951
23952 * src/lex.c (literalchar):
23953 fixed the code for escaping double quotes (thanks
23954 Jonathan Czisny.)
23955
239561999-04-18 Jesse Thilo <jthilo@gnu.org>
23957
23958 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
23959 Adjusted paths to reflect directory reorganization.
23960
239611999-04-18 Jesse Thilo <jthilo@gnu.org>
23962
23963 * doc/.cvsignore, doc/Makefile.am:
23964 Reorganized: sources in `src', documentation in `doc'.
23965
239661999-04-18 Jesse Thilo <jthilo@gnu.org>
23967
23968 * configure.in:
23969 Updated AC_INIT file to reflect directory reorganization.
23970
23971 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
23972 Reorganized: sources in `src', documentation in `doc'.
23973
239741999-04-13 Jesse Thilo <jthilo@gnu.org>
23975
23976 * src/allocate.c:
23977 Don't declare calloc() and realloc() if not necessary.
23978
239791999-04-13 Jesse Thilo <jthilo@gnu.org>
23980
23981 * configure.in, acconfig.h, acinclude.m4:
23982 Don't declare calloc() and realloc() if not necessary.
23983
239841999-03-23 Jesse Thilo <jthilo@gnu.org>
23985
23986 * po/.cvsignore: Added i18n support.
23987
239881999-03-23 Jesse Thilo <jthilo@gnu.org>
23989
23990 * acconfig.h, configure.in, Makefile.am:
23991 Added i18n support.
23992
239931999-03-22 Jesse Thilo <jthilo@gnu.org>
23994
23995 * src/bison.s1: Fixed #line numbers.
23996
239971999-03-15 Jesse Thilo <jthilo@gnu.org>
23998
23999 * po/es.po, po/fr.po, po/nl.po, po/de.po:
24000 Added PO files from Translation Project.
24001
240021999-03-03 Jesse Thilo <jthilo@gnu.org>
24003
24004 * Makefile.am:
24005 Added support for non-ANSI compilers (ansi2knr).
24006
240071999-02-16 Jesse Thilo <jthilo@gnu.org>
24008
24009 * configure.in: Bumped version number to 1.27.
24010
24011 * Makefile.am:
24012 Added `bison.simple' to list of files removed by `make distclean'.
24013
240141999-02-12 Jesse Thilo <jthilo@gnu.org>
24015
24016 * src/files.c, src/files.h:
24017 Defined locations of parser files in config.h instead of Makefile.
24018
240191999-02-12 Jesse Thilo <jthilo@gnu.org>
24020
24021 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
24022 Defined locations of parser files in config.h instead of Makefile.
24023
240241999-02-09 Jesse Thilo <jthilo@gnu.org>
24025
24026 * Makefile.am:
24027 Removed inappropriate use of $< macro.
24028
240291999-02-05 Jesse Thilo <jthilo@gnu.org>
24030
24031 * po/Makefile.in.in, po/POTFILES.in:
24032 Add `po' directory skeleton.
24033
240341999-01-27 Jesse Thilo <jthilo@gnu.org>
24035
24036 * README: Document help-bison list.
24037
24038 * configure.in: Add check for mkstemp().
24039
240401999-01-20 Jesse Thilo <jthilo@gnu.org>
24041
24042 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
24043 Hush a few compiler warnings.
24044
24045 * src/files.c:
24046 Add tryclose(), which verifies that fclose was successful.
24047 Hush a couple of compiler warnings.
24048
240491999-01-20 Jesse Thilo <jthilo@gnu.org>
24050
24051 * Makefile.am, OChangeLog:
24052 ChangeLog is now automatically generated. Include the old version as
24053 OChangeLog.
24054
240551999-01-14 Jesse Thilo <jthilo@gnu.org>
24056
24057 * 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:
24058 Update FSF address.
24059
240601999-01-14 Jesse Thilo <jthilo@gnu.org>
24061
24062 * doc/bison.texinfo: Fix formatting glitch.
24063
24064 * doc/bison.texinfo: Update FSF address.
24065
240661999-01-14 Jesse Thilo <jthilo@gnu.org>
24067
24068 * acconfig.h: Update FSF address.
24069
240701999-01-08 Jesse Thilo <jthilo@gnu.org>
24071
24072 * src/system.h:
24073 Don't define PACKAGE here, since config.h defines it.
24074
240751998-12-30 Jesse Thilo <jthilo@gnu.org>
24076
24077 * src/reader.c: Update copyright date.
24078
24079 * src/main.c:
24080 Ditch sprintf to statically-sized buffers in fatal/warn functions in
24081 favor of output directly to stderr (avoids buffer overruns).
24082
24083 * src/reader.c: Some checks for premature EOF.
24084
24085 * 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:
24086 Use prototypes if the compiler understands them.
24087
24088 * src/files.c: Honor TMPDIR on Unix hosts.
24089 Use prototypes if the compiler understands them.
24090
24091 * src/reader.c:
24092 Fix a couple of buffer overrun bugs.
24093 Use prototypes if the compiler understands them.
24094
24095 * src/system.h: Include unistd.h and ctype.h.
24096 Use #ifdef instead of #if for NLS symbols.
24097
240981998-12-30 Jesse Thilo <jthilo@gnu.org>
24099
24100 * doc/bison.texinfo:
24101 Delete comment "consider using @set for edition number, etc..." since
24102 we now are doing so.
24103
241041998-12-30 Jesse Thilo <jthilo@gnu.org>
24105
24106 * configure.in:
24107 Use prototypes if the compiler understands them.
24108
24109 * NEWS: Document 1.26 highlights.
24110
24111 * Makefile.am: Require Automake 1.3 or later.
24112
24113 * acconfig.h:
24114 Use prototypes if the compiler understands them.
24115
241161998-12-29 Jesse Thilo <jthilo@gnu.org>
24117
24118 * src/version.c:
24119 Use VERSION symbol from automake for version number.
24120
241211998-12-29 Jesse Thilo <jthilo@gnu.org>
24122
24123 * acconfig.h, configure.in, version.cin:
24124 Use VERSION symbol from automake for version number.
24125
241261998-11-28 Jesse Thilo <jthilo@gnu.org>
24127
24128 * Makefile.am:
24129 Distribute original version of simple parser (bison.s1), not built
24130 version (bison.simple).
24131
241321998-11-28 Jesse Thilo <jthilo@gnu.org>
24133
24134 * doc/bison.texinfo: Add info dir entry.
24135
24136 * doc/bison.texinfo:
24137 Let automake put version number into documentation.
24138
241391998-11-26 Jesse Thilo <jthilo@gnu.org>
24140
24141 * src/bison.cld, src/build.com, src/vmshlp.mar:
24142 Add non-RCS files from /gd/gnu/bison.
24143
241441998-11-26 Jesse Thilo <jthilo@gnu.org>
24145
24146 * doc/bison.1:
24147 Document the BISON_HAIRY and BISON_SIMPLE variables.
24148
241491998-11-25 Jesse Thilo <jthilo@gnu.org>
24150
24151 * src/version.c: Build version.c automatically.
24152
24153 * src/reader.c:
24154 Fix token numbering (used to start at 258, not 257).
24155
24156 * src/system.h: Include config.h.
24157
24158 * src/getargs.c: Update bug report address.
24159
24160 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
24161 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
24162
241631998-11-25 Jesse Thilo <jthilo@gnu.org>
24164
24165 * Makefile.am:
24166 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
24167
24168 * configure.in, version.cin:
24169 Build version.c automatically.
24170
24171 * AUTHORS: Add AUTHORS file.
24172
24173 * README: Update bug report address.
24174
24175 * bison.simple:
24176 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
24177
24178 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
24179 Add automake stuff.
24180
241811998-11-25 Jesse Thilo <jthilo@gnu.org>
24182
24183 * doc/bison.texinfo: Clean up some formatting.
24184
241851998-05-05 Richard Stallman <rms@gnu.org>
24186
24187 * doc/bison.texinfo:
24188 Explain better why to make a pure parser.
24189
241901998-01-05 Richard Stallman <rms@gnu.org>
24191
24192 * src/files.c (openfiles):
24193 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
24194 find a temporary directory, if possible. Do not unlink files while
24195 they are open.
24196
241971997-08-25 Richard Stallman <rms@gnu.org>
24198
24199 * src/reader.c (stack_offset;):
24200 Change some warni to warns.
24201
24202 * src/lex.c (literalchar): Use warns, not warni.
24203
242041997-06-28 Richard Stallman <rms@gnu.org>
24205
24206 * src/bison.s1: Add a Bison version comment.
24207
24208 * src/main.c (fatal, warn, berror):
24209 Use program_name.
24210
242111997-06-28 Richard Stallman <rms@gnu.org>
24212
24213 * Makefile.in (bison_version): New variable.
24214 (dist): Use that variable.
24215 (bison.s1): Substitute the Bison version into bison.simple.
24216
24217 * bison.simple: Add a Bison version comment.
24218
242191997-06-18 Richard Stallman <rms@gnu.org>
24220
24221 * src/main.c (fatal, warn, berror):
24222 Make error messages standard.
24223 (toomany): Improve error message text.
24224
24225 * 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:
24226 new.h renamed to alloc.h.
24227
242281997-06-18 Richard Stallman <rms@gnu.org>
24229
24230 * Makefile.in: new.h renamed to alloc.h.
24231
242321997-05-24 Richard Stallman <rms@gnu.org>
24233
24234 * src/lex.c (literalchar):
24235 Fix the code for escaping \, " and '.
24236
24237 (lex): Avoid trouble when there are many chars
24238 to discard in a char literal with just several chars in it.
24239
242401997-05-17 Richard Stallman <rms@gnu.org>
24241
24242 * src/bison.s1:
24243 Use malloc, if using alloca is troublesome.
24244 (YYSTACK_USE_ALLOCA): New flag macro.
24245 Define it for some systems and compilers.
24246 (YYSTACK_ALLOC): New macro.
24247 (yyparse): Use YYSTACK_ALLOC to allocate stack.
24248 If it was malloc'd, free it.
24249
242501997-05-17 Richard Stallman <rms@gnu.org>
24251
24252 * bison.simple:
24253 Use malloc, if using alloca is troublesome.
24254 (YYSTACK_USE_ALLOCA): New flag macro.
24255 Define it for some systems and compilers.
24256 (YYSTACK_ALLOC): New macro.
24257 (yyparse): Use YYSTACK_ALLOC to allocate stack.
24258 If it was malloc'd, free it.
24259
242601997-04-23 Richard Stallman <rms@gnu.org>
24261
24262 * src/bison.s1:
24263 (alloca) [__hpux]: Always define as __builtin_alloca.
24264
242651997-04-23 Richard Stallman <rms@gnu.org>
24266
24267 * bison.simple:
24268 (alloca) [__hpux]: Always define as __builtin_alloca.
24269
242701997-04-22 Richard Stallman <rms@gnu.org>
24271
24272 * src/bison.s1:
24273 [__hpux]: Include alloca.h (right for HPUX 10)
24274 instead of declaring alloca (right for HPUX 9).
24275
24276 * src/bison.s1 (__yy_memcpy):
24277 Declare arg `count' as unsigned int.
24278 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
24279
242801997-04-22 Richard Stallman <rms@gnu.org>
24281
24282 * bison.simple:
24283 [__hpux]: Include alloca.h (right for HPUX 10)
24284 instead of declaring alloca (right for HPUX 9).
24285
24286 * bison.simple (__yy_memcpy):
24287 Declare arg `count' as unsigned int.
24288 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
24289
242901997-01-03 Richard Stallman <rms@gnu.org>
24291
24292 * src/allocate.c: [__STDC__ or _MSC_VER]:
24293 Declare calloc and realloc to return void *.
24294
242951997-01-02 Richard Stallman <rms@gnu.org>
24296
24297 * src/system.h:
24298 [_MSC_VER]: Include stdlib.h and process.h.
24299 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
24300
24301 * src/main.c (main): Return FAILURE as a value.
24302 (printable_version): Declare arg as int, not char.
24303
243041997-01-02 Richard Stallman <rms@gnu.org>
24305
24306 * Makefile.in (dist):
24307 Explicitly check for symlinks, and copy them.
24308
243091996-12-19 Richard Stallman <rms@gnu.org>
24310
24311 * src/files.c:
24312 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
24313
243141996-12-18 Paul Eggert <eggert@gnu.org>
24315
24316 * src/bison.s1 (yyparse):
24317 If __GNUC__ and YYPARSE_PARAM are both defined,
24318 declare yyparse to have a void * argument.
24319
243201996-12-18 Paul Eggert <eggert@gnu.org>
24321
24322 * bison.simple (yyparse):
24323 If __GNUC__ and YYPARSE_PARAM are both defined,
24324 declare yyparse to have a void * argument.
24325
243261996-12-17 Richard Stallman <rms@gnu.org>
24327
24328 * src/reduce.c (nbits): Add some casts.
24329
243301996-08-12 Richard Stallman <rms@gnu.org>
24331
24332 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
24333
243341996-08-12 Richard Stallman <rms@gnu.org>
24335
24336 * bison.simple: Test _MSDOS as well as _MSDOS_.
24337
243381996-07-31 Richard Stallman <rms@gnu.org>
24339
24340 * src/bison.s1:
24341 [__sun && __i386]: Include alloca.h.
24342
243431996-07-31 Richard Stallman <rms@gnu.org>
24344
24345 * bison.simple:
24346 [__sun && __i386]: Include alloca.h.
24347
243481996-07-30 Richard Stallman <rms@gnu.org>
24349
24350 * src/bison.s1: Comment change.
24351
24352 * src/bison.s1: Test _MSDOS_, not MSDOS.
24353
243541996-07-30 Richard Stallman <rms@gnu.org>
24355
24356 * bison.simple: Comment change.
24357
24358 * bison.simple: Test _MSDOS_, not MSDOS.
24359
243601996-06-01 Richard Stallman <rms@gnu.org>
24361
24362 * 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:
24363 Insert `_' macro around many string constants.
24364
24365 * src/main.c:
24366 Insert `_' macro around many string constants.
24367
24368 (main): Call setlocale, bindtextdomain and textdomain.
24369
24370 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
24371 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
24372 [ENABLE_NLS]: Include libintl.h.
24373 [ENABLE_NLS] (gettext): Define.
24374 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
24375 (N_, PACKAGE, LOCALEDIR): New macros.
24376
243771996-06-01 Richard Stallman <rms@gnu.org>
24378
24379 * POTFILES.in: New file.
24380
24381 * Makefile.in (allocate.o):
24382 Define target explicitly.
24383
24384 * Makefile.in (CFLAGS): Set to @CFLAGS@.
24385 (LDFLAGS): Set to @LDFLAGS@.
24386 (configure): Run autoconf only if preceding `cd' succeeds.
24387 (bison.s1): Redirect output to temporary file then move the
24388 temporary to the target, rather than redirecting directly to bison.s1.
24389 (clean): Remove config.status and config.log.
24390 (distclean): Don't remove config.status here.
24391
243921996-05-12 Richard Stallman <rms@gnu.org>
24393
24394 * src/bison.s1:
24395 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
24396
243971996-05-12 Richard Stallman <rms@gnu.org>
24398
24399 * bison.simple:
24400 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
24401
244021996-05-11 Richard Stallman <rms@gnu.org>
24403
24404 * src/bison.s1 (__yy_memcpy):
24405 Really reorder the args, as was supposedly done on Feb 14 1995.
24406 (yyparse): Calls changed accordingly.
24407
244081996-05-11 Richard Stallman <rms@gnu.org>
24409
24410 * Makefile.in (dist): Don't use $(srcdir).
24411
24412 * bison.simple (__yy_memcpy):
24413 Really reorder the args, as was supposedly done on Feb 14 1995.
24414 (yyparse): Calls changed accordingly.
24415
244161996-01-27 Richard Stallman <rms@gnu.org>
24417
24418 * src/output.c (output_rule_data):
24419 Test YYERROR_VERBOSE in the conditional
24420 around the definition of ttyname.
24421
244221995-12-29 Richard Stallman <rms@gnu.org>
24423
24424 * src/bison.s1:
24425 Fix line numbers in #line commands.
24426
244271995-12-29 Richard Stallman <rms@gnu.org>
24428
24429 * bison.simple:
24430 Fix line numbers in #line commands.
24431
244321995-12-27 Richard Stallman <rms@gnu.org>
24433
24434 * src/bison.s1 (YYPARSE_PARAM_DECL):
24435 In C++, make it always null.
24436 (YYPARSE_PARAM_ARG): New macro.
24437 (yyparse): Use YYPARSE_PARAM_ARG.
24438
244391995-12-27 Richard Stallman <rms@gnu.org>
24440
24441 * bison.simple (YYPARSE_PARAM_DECL):
24442 In C++, make it always null.
24443 (YYPARSE_PARAM_ARG): New macro.
24444 (yyparse): Use YYPARSE_PARAM_ARG.
24445
244461995-11-29 Richard Stallman <rms@gnu.org>
24447
24448 * doc/bison.texinfo:
24449 Describe literal string tokens, %raw, %no_lines, %token_table.
24450
244511995-11-29 Daniel Hagerty <hag@gnu.org>
24452
24453 * doc/bison.texinfo: Fixed update date
24454
244551995-10-16 Richard Stallman <rms@gnu.org>
24456
24457 * src/version.c: Version 1.25.
24458
244591995-10-16 Richard Stallman <rms@gnu.org>
24460
24461 * NEWS: *** empty log message ***
24462
244631995-10-16 Richard Stallman <rms@gnu.org>
24464
24465 * doc/bison.1, doc/bison.rnh:
24466 Add new options.
24467
244681995-10-15 Richard Stallman <rms@gnu.org>
24469
24470 * src/vmsgetargs.c, src/getargs.c:
24471 Added -n, -k, and -raw switches.
24472 (noparserflag, toknumflag, rawtoknumflag): New variables.
24473
24474 * src/symtab.h (SALIAS):
24475 New #define for adding aliases to %token.
24476 (struct bucket): Added `alias' field.
24477
24478 * src/reduce.c (reduce_grammar):
24479 Revise error message.
24480 (print_notices): Remove final `.' from error message.
24481
24482 * src/reader.c (reader_output_yylsp):
24483 New function.
24484 (readgram): Use `#if 0' around code that accepted %command
24485 inside grammar rules: The documentation doesn't allow it,
24486 and it will fail since the %command processors scan for the next %.
24487 (parse_token_decl): Extended the %token
24488 declaration to allow a multi-character symbol as an alias.
24489 (parse_thong_decl): New function.
24490 (read_declarations): Added %thong declarations.
24491 (read_declarations): Handle NOOP to deal with allowing
24492 % declarations as another means to specify the flags.
24493 (readgram): Allow %prec prior to semantics embedded in a rule.
24494 (skip_to_char, read_declarations, copy_definition)
24495 (parse_token_decl, parse_start_decl, parse_type_decl)
24496 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
24497 (get_type_name, copy_guard, copy_action, readgram)
24498 (get_type, packsymbols): Revised most error messages.
24499 Changed `fatal' to `warnxxx' to avoid aborting for error.
24500 Revised and use multiple warnxxx functions to avoid using VARARGS1.
24501 (read_declarations): Improve the error message for
24502 an invalid character. Do not abort.
24503 (read_declarations, copy_guard, copy_action): Use
24504 printable_version to avoid unprintable characters in printed output.
24505 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
24506 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
24507 Allow the type of a non-terminal can be given
24508 more than once, as long as all specifications give the same type.
24509
24510 * src/output.c:
24511 (output_headers, output_trailers, output, output_gram)
24512 (output_rule_data): Implement noparserflag variable.
24513 Implement toknumflag variable.
24514 (output): Call reader_output_yylsp to output LTYPESTR.
24515
24516 * src/main.c (main):
24517 If reader sees an error, don't process the grammar.
24518 (fatals): Updated to not use VARARGS1.
24519 (printable_version, int_to_string, warn, warni, warns, warnss)
24520 (warnsss): New error reporting functions. Avoid abort for error.
24521
24522 * src/lex.h:
24523 Added THONG and NOOP for alias processing.
24524 Added SETOPT for the new code that allows setting options with %flags.
24525
24526 * src/lex.c:
24527 Include getopt.h. Add some extern decls.
24528 (safegetc): New function to deal with EOF gracefully.
24529 (literalchar); new function to deal with reading \ escapes.
24530 (lex): Use literalchar.
24531 (lex): Implemented "..." tokens.
24532 (literalchar, lex, parse_percent_token): Made tokenbuffer
24533 always contain the token. This includes growing the token
24534 buffer while reading an integer.
24535 (parse_percent_token): Replaced if-else statement with percent_table.
24536 (parse_percent_token): Added % declarations as another
24537 way to specify the flags -n, -l, and -r. Also added hooks for
24538 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
24539 major changes to files.c.
24540 (lex) Retain in the incoming stream a character following
24541 an incorrect '/'.
24542 (skip_white_space, lex): Revised most error messages
24543 and changed fatal to warn to avoid aborting.
24544 (percent_table): Added %thong declarations.
24545
24546 * src/gram.h: Comment changes.
24547
24548 * src/files.c (openfiles, open_extra_files, done):
24549 Add faction flag
24550 and actfile file. Handle noparserflag. Both for -n switch.
24551
24552 * src/conflicts.c (resolve_sr_conflict):
24553 Remove use of alloca.
24554
245551995-06-01 Jim Meyering <meyering@gnu.org>
24556
24557 * doc/bison.texinfo: *** empty log message ***
24558
245591995-05-06 Richard Stallman <rms@gnu.org>
24560
24561 * src/bison.s1: Comment change.
24562
245631995-05-06 Richard Stallman <rms@gnu.org>
24564
24565 * bison.simple: Comment change.
24566
245671995-05-03 Richard Stallman <rms@gnu.org>
24568
24569 * src/version.c: Version now 1.24.
24570
24571 * src/bison.s1: Change distribution terms.
24572
24573 * src/version.c: Version now 1.23.
24574
245751995-05-03 Richard Stallman <rms@gnu.org>
24576
24577 * doc/bison.texinfo:
24578 Rewrite "Conditions for Using Bison".
24579 Update version to 1.24.
24580
245811995-05-03 Richard Stallman <rms@gnu.org>
24582
24583 * bison.simple: Change distribution terms.
24584
245851995-02-23 Richard Stallman <rms@gnu.org>
24586
24587 * src/files.c: Test __VMS_POSIX as well as VMS.
24588
245891995-02-14 Jim Meyering <meyering@gnu.org>
24590
24591 * src/bison.s1 (__yy_memcpy):
24592 Renamed from __yy_bcopy to avoid
24593 confusion. Reverse FROM and TO arguments to be consistent with
24594 those of memcpy.
24595
245961995-02-14 Jim Meyering <meyering@gnu.org>
24597
24598 * bison.simple (__yy_memcpy):
24599 Renamed from __yy_bcopy to avoid
24600 confusion. Reverse FROM and TO arguments to be consistent with
24601 those of memcpy.
24602
246031994-11-10 David J. MacKenzie <djm@gnu.org>
24604
24605 * NEWS: reformat
24606
24607 * NEWS: New file.
24608
24609 * Makefile.in (DISTFILES): Include NEWS.
24610
24611 * Makefile.in (DISTFILES):
24612 Include install-sh, not install.sh.
24613
24614 * configure.in: Update to Autoconf v2 macro names.
24615
246161994-10-05 David J. MacKenzie <djm@gnu.org>
24617
24618 * Makefile.in: fix typo
24619
24620 * Makefile.in (prefix, exec_prefix):
24621 Let configure set them.
24622
246231994-09-28 David J. MacKenzie <djm@gnu.org>
24624
24625 * Makefile.in: Set datadir to $(prefix)/share.
24626
246271994-09-15 Richard Stallman <rms@gnu.org>
24628
24629 * src/bison.s1:
24630 Update copyright notice and GPL version.
24631
246321994-09-15 Richard Stallman <rms@gnu.org>
24633
24634 * bison.simple:
24635 Update copyright notice and GPL version.
24636
246371994-07-12 Richard Stallman <rms@gnu.org>
24638
24639 * src/reduce.c, src/reader.c:
24640 entered into RCS
24641
246421994-05-05 David J. MacKenzie <djm@gnu.org>
24643
24644 * Makefile.in: entered into RCS
24645
246461994-03-26 Richard Stallman <rms@gnu.org>
24647
24648 * src/bison.s1: entered into RCS
24649
246501994-03-26 Richard Stallman <rms@gnu.org>
24651
24652 * bison.simple: entered into RCS
24653
246541994-03-25 Richard Stallman <rms@gnu.org>
24655
24656 * src/main.c: entered into RCS
24657
246581994-03-24 Richard Stallman <rms@gnu.org>
24659
24660 * src/conflicts.c: entered into RCS
24661
246621994-01-02 Richard Stallman <rms@gnu.org>
24663
24664 * Makefile.in: *** empty log message ***
24665
246661993-11-21 Richard Stallman <rms@gnu.org>
24667
24668 * src/bison.s1: *** empty log message ***
24669
246701993-11-21 Richard Stallman <rms@gnu.org>
24671
24672 * doc/bison.texinfo: entered into RCS
24673
24674 * doc/bison.texinfo: *** empty log message ***
24675
246761993-11-21 Richard Stallman <rms@gnu.org>
24677
24678 * bison.simple: *** empty log message ***
24679
246801993-10-25 David J. MacKenzie <djm@gnu.org>
24681
24682 * doc/bison.texinfo: *** empty log message ***
24683
246841993-10-19 Richard Stallman <rms@gnu.org>
24685
24686 * src/bison.s1: *** empty log message ***
24687
246881993-10-19 Richard Stallman <rms@gnu.org>
24689
24690 * bison.simple: *** empty log message ***
24691
246921993-10-14 Richard Stallman <rms@gnu.org>
24693
24694 * src/bison.s1: *** empty log message ***
24695
246961993-10-14 Richard Stallman <rms@gnu.org>
24697
24698 * bison.simple: *** empty log message ***
24699
247001993-09-14 David J. MacKenzie <djm@gnu.org>
24701
24702 * doc/bison.texinfo: *** empty log message ***
24703
247041993-09-13 Noah Friedman <friedman@gnu.org>
24705
24706 * Makefile.in: *** empty log message ***
24707
247081993-09-10 Richard Stallman <rms@gnu.org>
24709
24710 * src/conflicts.c: *** empty log message ***
24711
24712 * src/system.h: entered into RCS
24713
247141993-09-10 Richard Stallman <rms@gnu.org>
24715
24716 * doc/bison.1: entered into RCS
24717
247181993-09-06 Noah Friedman <friedman@gnu.org>
24719
24720 * src/version.c: entered into RCS
24721
247221993-09-06 Noah Friedman <friedman@gnu.org>
24723
24724 * Makefile.in: *** empty log message ***
24725
247261993-07-30 David J. MacKenzie <djm@gnu.org>
24727
24728 * Makefile.in: *** empty log message ***
24729
247301993-07-24 Richard Stallman <rms@gnu.org>
24731
24732 * src/bison.s1: *** empty log message ***
24733
247341993-07-24 Richard Stallman <rms@gnu.org>
24735
24736 * bison.simple: *** empty log message ***
24737
247381993-07-08 David J. MacKenzie <djm@gnu.org>
24739
24740 * Makefile.in: *** empty log message ***
24741
247421993-07-04 Richard Stallman <rms@gnu.org>
24743
24744 * src/bison.s1: *** empty log message ***
24745
247461993-07-04 Richard Stallman <rms@gnu.org>
24747
24748 * bison.simple: *** empty log message ***
24749
247501993-06-26 David J. MacKenzie <djm@gnu.org>
24751
24752 * src/getargs.c: entered into RCS
24753
247541993-06-26 David J. MacKenzie <djm@gnu.org>
24755
24756 * doc/bison.texinfo: *** empty log message ***
24757
24758 * doc/bison.1: New file.
24759
247601993-06-25 Richard Stallman <rms@gnu.org>
24761
24762 * src/getargs.c: New file.
24763
247641993-06-16 Richard Stallman <rms@gnu.org>
24765
24766 * src/bison.s1: *** empty log message ***
24767
247681993-06-16 Richard Stallman <rms@gnu.org>
24769
24770 * bison.simple: *** empty log message ***
24771
247721993-06-03 Richard Stallman <rms@gnu.org>
24773
24774 * src/bison.s1: New file.
24775
247761993-06-03 Richard Stallman <rms@gnu.org>
24777
24778 * doc/bison.texinfo: *** empty log message ***
24779
247801993-06-03 Richard Stallman <rms@gnu.org>
24781
24782 * bison.simple: New file.
24783
247841993-05-19 Richard Stallman <rms@gnu.org>
24785
24786 * doc/bison.texinfo: New file.
24787
247881993-05-07 Noah Friedman <friedman@gnu.org>
24789
24790 * Makefile.in: *** empty log message ***
24791
247921993-04-28 Noah Friedman <friedman@gnu.org>
24793
24794 * src/reader.c: *** empty log message ***
24795
247961993-04-23 Noah Friedman <friedman@gnu.org>
24797
24798 * src/alloc.h: entered into RCS
24799
248001993-04-20 David J. MacKenzie <djm@gnu.org>
24801
24802 * src/version.c: *** empty log message ***
24803
24804 * src/files.c, src/allocate.c:
24805 entered into RCS
24806
24807 * src/reader.c: *** empty log message ***
24808
24809 * src/lex.c: entered into RCS
24810
24811 * src/conflicts.c: New file.
24812
24813 * src/symtab.c: entered into RCS
24814
24815 * src/alloc.h: New file.
24816
24817 * src/LR0.c: entered into RCS
24818
248191993-04-18 Noah Friedman <friedman@gnu.org>
24820
24821 * src/reader.c: New file.
24822
24823 * src/version.c: *** empty log message ***
24824
248251993-04-18 Noah Friedman <friedman@gnu.org>
24826
24827 * Makefile.in: *** empty log message ***
24828
248291993-04-17 Noah Friedman <friedman@gnu.org>
24830
24831 * Makefile.in: *** empty log message ***
24832
248331993-04-15 Richard Stallman <rms@gnu.org>
24834
24835 * src/main.c, src/files.c:
24836 New file.
24837
248381993-04-15 Noah Friedman <friedman@gnu.org>
24839
24840 * configure.in: entered into RCS
24841
24842 * configure.in: *** empty log message ***
24843
24844 * configure.in: New file.
24845
248461993-04-14 Richard Stallman <rms@gnu.org>
24847
24848 * Makefile.in: New file.
24849
248501993-04-13 Richard Stallman <rms@gnu.org>
24851
24852 * src/version.c: New file.
24853
248541993-03-25 Richard Stallman <rms@gnu.org>
24855
24856 * src/output.c: entered into RCS
24857
248581992-09-25 Richard Stallman <rms@gnu.org>
24859
24860 * configure.bat: entered into RCS
24861
248621992-06-22 Richard Stallman <rms@gnu.org>
24863
24864 * src/vmsgetargs.c: entered into RCS
24865
248661992-06-22 Richard Stallman <rms@gnu.org>
24867
24868 * doc/bison.rnh: entered into RCS
24869
248701992-04-20 David J. MacKenzie <djm@gnu.org>
24871
24872 * README: entered into RCS
24873
248741992-01-22 Richard Stallman <rms@gnu.org>
24875
24876 * src/machine.h: entered into RCS
24877
248781991-12-21 Richard Stallman <rms@gnu.org>
24879
24880 * src/lalr.c, src/closure.c:
24881 entered into RCS
24882
248831991-12-20 Richard Stallman <rms@gnu.org>
24884
24885 * src/state.h: entered into RCS
24886
248871991-12-18 Richard Stallman <rms@gnu.org>
24888
24889 * src/print.c, src/nullable.c, src/derives.c:
24890 entered into RCS
24891
248921991-11-03 David J. MacKenzie <djm@gnu.org>
24893
24894 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
24895 entered into RCS
24896
248971988-09-09 Richard Stallman <rms@gnu.org>
24898
24899 * src/bison.hairy: entered into RCS
24900
249011987-12-16 Richard Stallman <rms@gnu.org>
24902
24903 * REFERENCES: entered into RCS
dc546b0f 24904
f294a2c2 24905
04098407 24906 -----
f294a2c2 24907
04098407 24908 Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996,
e021191b
JD
24909 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
24910 2008, 2009 Free Software Foundation, Inc.
f294a2c2 24911
04098407
PE
24912 Copying and distribution of this file, with or without
24913 modification, are permitted provided the copyright notice and this
24914 notice are preserved.