]> git.saurik.com Git - bison.git/blame - ChangeLog
bootstrap: --help to stdout.
[bison.git] / ChangeLog
CommitLineData
78f65418
AD
12009-03-31 Akim Demaille <demaille@gostai.com>
2
3 bootstrap: --help to stdout.
4 * bootstrap (usage): Don't send --help to stderr.
5 Use a here doc instead of a long string.
6
f7e241f4
AD
72009-03-31 Akim Demaille <demaille@gostai.com>
8
9 bootstrap: README-hacking no longer exists
10 * bootstrap (checkout_only_file): Set to HACKING.
11
31d3e510
AD
122009-03-26 Akim Demaille <demaille@gostai.com>
13
14 doc: merge HACKING and README-hacking.
15 Two files is confusing.
16 Reported by Alexandre Duret-Lutz.
1f9d8248 17
31d3e510
AD
18 * README-hacking: Merge into...
19 * HACKING (Working from the repository): here.
20
81535bfa
AD
212009-03-26 Akim Demaille <demaille@gostai.com>
22
23 doc: update README-hacking.
24 * README-hacking: We now use git and git submodules.
25 Reported by Ralf Wildenhues and Alexandre Duret-Lutz.
26
56f772e9
AD
272009-03-26 Akim Demaille <demaille@gostai.com>
28
29 lalr1.cc: avoid GCC 4.3 warnings.
30 GCC 4.3 now warns about "a || b && c" and asks for explicit
31 parentheses.
32 Reported by Alexandre Duret-Lutz.
33 * data/location.cc: Update copyright years.
34 (Position::operator==): Use parens to make precedence explicit.
35 Compare lines and columns first, as they are more likely to be
36 different, and they are faster to compare.
37
11c073b7
AD
382009-03-26 Akim Demaille <demaille@gostai.com>
39
40 gnulib: update.
41 * gnulib: Update to latest.
42 * src/local.mk (AM_CFLAGS): Move to...
43 * Makefile.am: here.
44 * etc/prefix-gnulib-mk (prefix_assignment): Also transform
45 AM_CFLAGS.
46
91be6b28
AD
472009-03-02 Akim Demaille <demaille@gostai.com>
48
49 Comment changes.
50
cbf25ce7
AD
512009-03-02 Akim Demaille <demaille@gostai.com>
52
53 Share b4_yytranslate_define.
54 * data/lalr1.cc (b4_yytranslate_define): Move to...
55 * data/c++.m4: here.
56
882f02ed
AD
572009-03-02 Akim Demaille <demaille@gostai.com>
58
59 Use locations in the variant example.
1f9d8248
AD
60 Yes, this obfuscates the point of this example, variants only.
61 But glr.cc cannot work (yet?) without locations. This change
62 makes it easier to use this example with glr.cc.
11c073b7 63
882f02ed
AD
64 * examples/variant.yy (assert): %define it.
65 (locations): Request them.
66 (yylex): Bind the location to the stage.
67
0623bacc
AD
682009-03-02 Akim Demaille <demaille@gostai.com>
69
70 Dub make_TOKEN as a public type interface.
71 * data/c++.m4 (b4_symbol_constructor_declare)
72 (b4_symbol_constructor_define): New empty stubs.
73 (b4_public_types_declare, b4_public_types_define): Use them.
74 * data/lalr1.cc (b4_symbol_constructor_declare)
75 (b4_symbol_constructor_declare_)
76 (b4_symbol_constructor_define_, b4_symbol_constructor_define):
77 Move to...
78 * data/variant.hh: here.
79 Remove the "b4_variant_if" parts, as variant.hh is loaded only if
80 needed.
81 * data/lalr1.cc: No longer invoke b4_symbol_constructor_define and
82 b4_symbol_constructor_declare, as it is now done by
83 b4_public_types_define and b4_public_types_declare.
84
5f5a90df
AD
852009-03-02 Akim Demaille <demaille@gostai.com>
86
87 Coding style changes.
88 * data/lalr1.cc (b4_symbol_constructor_declaration_)
89 (b4_symbol_constructor_declarations)
90 (b4_symbol_constructor_definition_)
91 (b4_symbol_constructor_definitions)
92 (b4_yytranslate_definition): Rename as...
93 (b4_symbol_constructor_declare_)
94 (b4_symbol_constructor_declare)
95 (b4_symbol_constructor_define_)
96 (b4_symbol_constructor_define)
97 (b4_yytranslate_define): these.
98 * data/variant.hh (b4_variant_definition): Rename as...
99 (b4_variant_define): this.
100
b47b6ff7
AD
1012009-03-02 Akim Demaille <demaille@gostai.com>
102
103 Factor b4_assert_if, b4_lex_symbol_if, and b4_variant_if.
104 * data/bison.m4 (b4_percent_define_if_define): New.
105 * data/c++.m4 (b4_variant_if): Move to...
106 * data/bison.m4: Here, using b4_percent_define_if_define.
107 * data/lalr1.cc (b4_assert_if, b4_lex_symbol_if): Move to...
108 * data/bison.m4: Here, using b4_percent_define_if_define.
109
1d6b689b
AD
1102009-03-02 Akim Demaille <demaille@gostai.com>
111
112 Dub symbol_type_base as a public type.
113 * data/c++.m4 (b4_public_types_declare): Now define
114 symbol_type_base and symbol_type.
115 (b4_public_types_define): New.
116 In both cases, the definitions are taken verbatim from lalr1.cc.
117 * data/lalr1.cc: Adjust.
118
4f84717d
AD
1192009-03-02 Akim Demaille <demaille@gostai.com>
120
121 b4_public_types_declare.
122 * data/c++.m4 (b4_public_types_declare): New.
123 * data/glr.cc, data/lalr1.cc: Use it.
124
b9e4eb5b
AD
1252009-03-02 Akim Demaille <demaille@gostai.com>
126
127 b4_semantic_type_declare.
128 * data/c++.m4 (b4_semantic_type_declare): New.
129 Factors and generalizes what was in glr.cc and lalr1.cc.
130 * data/variant.hh (b4_semantic_type_declare): Redefine it for
131 variants.
132 * data/lalr1.cc, data/glr.cc: Use it.
133
6a6e7f0c
AD
1342009-02-26 Akim Demaille <demaille@gostai.com>
135
136 Upgrade gnulib.
137 * gnulib: Upgrade from master.
138 * lib/.cvsignore, lib/.gitignore, m4/.cvsignore, m4/.gitignore:
139 Regen.
140
e9e61b00
AD
1412009-02-25 Akim Demaille <demaille@gostai.com>
142
143 Remove useless arguments.
144 * data/glr.c (yy_reduce_print): $$ and @$ are not used and not
145 relevant.
146
3eead995
AD
1472009-02-25 Akim Demaille <demaille@gostai.com>
148
149 Comment changes.
150 * data/lalr1.cc: here.
151
87f28efe
AD
1522009-02-25 Akim Demaille <demaille@gostai.com>
153
154 Fix glr.cc's debug level handling.
155 * data/glr.cc (yydebug_): Remove, as it is actually yydebug from
156 glr.c which is used.
157 (debug_level, set_debug_level): Adjust.
158
9be2a009
AD
1592009-02-25 Akim Demaille <demaille@gostai.com>
160
161 Copyright years.
162 * data/glr.c: Add 2007 and 2008 here, consistenly with the comments.
163
07a6e87d
AD
1642009-02-25 Akim Demaille <demaille@gostai.com>
165
166 Style changes.
167 * etc/bench.pl.in (generate_grammar_list): Consitently use
168 location_type, not yy::location.
169
33c78bd2
AD
1702009-02-25 Akim Demaille <demaille@gostai.com>
171
172 Comment change.
173 * data/lalr1.cc: here.
174
49572920
AD
1752009-02-19 Akim Demaille <demaille@gostai.com>
176
177 Make yyparser::error public.
178 * data/lalr1.cc: here.
179 There is no good reason to keep it private (and it is convenient
180 to use it from the scanner for instance). It is already public in
181 glr.cc.
182
88654b47
AD
1832009-02-19 Akim Demaille <demaille@gostai.com>
184
185 Comment changes.
186 * data/glr.cc: here.
187
4524c55b
AD
1882009-02-19 Akim Demaille <demaille@gostai.com>
189
190 Remove trailing blanks.
6a6e7f0c
AD
191 The epilogue has its own ending \n, no need to add another.
192
4524c55b
AD
193 * data/glr.c, data/lalr1.java, data/yacc.c: dnl when outputing the
194 epilogue.
195 * data/glr.cc: dnl when extending the epilogue.
196 Remove stray "private:".
197
6ceccee8
AD
1982009-02-19 Akim Demaille <demaille@gostai.com>
199
200 Use b4_c_modern.
201 * data/c.m4 (b4_c_function_decl): Here.
202
9c6a8966
AD
2032009-02-19 Akim Demaille <demaille@gostai.com>
204
205 Comment changes.
206 * data/lalr1.cc: here.
207
507aa0e2
AD
2082009-02-19 Akim Demaille <demaille@gostai.com>
209
210 Extract variant.hh
211 * data/variant.hh: New, extracted from...
212 * data/lalr1.cc: here.
213 Adjust.
214 * data/local.mk: Adjust.
215
51bacae6
AD
2162009-02-19 Akim Demaille <demaille@gostai.com>
217
218 Extract stack.hh from lalr1.cc.
219 * data/stack.hh: New.
220 * data/lalr1.cc: Extract from here.
221 * data/local.mk: Adjust.
222
06c3084f
JD
2232009-02-03 Joel E. Denny <jdenny@ces.clemson.edu>
224
225 Add reminder about uploading public key to keys.gnupg.net.
226 * HACKING (Release Procedure): Here.
227
0ea583d2
AD
2282009-01-28 Akim Demaille <demaille@gostai.com>
229
230 * NEWS: Update information about 2.4.1 and 2.4.2.
231
402b123d
AD
2322008-11-04 Akim Demaille <demaille@gostai.com>
233
234 Reformat NEWS.
235 * NEWS: Use more outline-mode markup.
236 Suggested by Jim Meyering.
237
74553c98
AD
2382009-01-08 Akim Demaille <demaille@gostai.com>
239
240 Fix grep portability issues.
241 Grep on Solaris does not support -q.
242 Reported by Summum Bonum.
243
244 * NEWS: Add a stub for 2.4.2.
245 * THANKS: Add Summum Bonum.
246 * tests/atlocal.in (EGREP): New.
247 (CC, CXX, XSLTPROC): Make it possible to override them via
248 envvars.
249 * tests/java.at: Use $EGREP instead of egrep.
250 Use AT_CHECK's ignore instead of grep's -q.
251
84eedf86
AD
2522008-12-11 Akim Demaille <demaille@gostai.com>
253
254 Pass the token type to yysyntax_error.
255 * data/yacc.c (yysyntax_error): Take the transated token instead
256 of the raw number.
257 Adjust callers.
258 * TODO: Update.
259
5860cc8c
AD
2602008-12-11 Akim Demaille <demaille@gostai.com>
261
262 Formatting changes.
263 * data/glr.c: Formatting changes.
264
2b008529
AD
2652008-12-11 Akim Demaille <demaille@gostai.com>
266
267 Propagate i18n changes into glr.c.
268 * TODO: Update.
269 * data/glr.c (yyreportSyntaxError): Use "switch" instead of
270 building the error message format dynamically.
271 * data/lalr1.java: Formatting changes.
272
2cd1af95
AD
2732008-12-11 Akim Demaille <demaille@gostai.com>
274
275 Use testsuite -C.
276 * tests/local.mk: Replace "cd && testsuite" by "testsuite -C".
277 Solves problems when top_srcdir is an absolute path.
278 Suggested by Eric Blake.
279 * configure.ac: Require Autoconf 2.62.
280
eeb29422
AD
2812008-12-11 Akim Demaille <demaille@gostai.com>
282
283 Simplify the i18n of the error messages.
284 * data/lalr1.cc: Comment changes.
285 * data/yacc.c (yysyntax_error): Rewrite, using a switch as in
286 lalr1.cc instead of building dynamically the format string.
287
6617622c
AD
2882008-12-08 Akim Demaille <demaille@gostai.com>
289
290 Fix portability issue in the test suite.
291 * tests/local.at (AT_MATCHES_CHECK): New.
292 Based on Perl instead of Sed. Sed has too many portability
293 pitfalls, not ever Sed is GNU Sed.
294 * tests/actions.at (Fix user actions without a trailing semicolon):
295 Use it.
296
2ca1136c
AD
2972008-12-08 Akim Demaille <demaille@gostai.com>
298
299 Update data/README.
300 * data/README: Document glr.cc, lalr1.java, m4sugar and xslt.
301
6c63b895
AD
3022008-12-08 Akim Demaille <demaille@gostai.com>
303
304 Install autoconf as a submodule to get m4sugar.
305 * .gitmodules: Add submodules/autoconf.
306 * data/m4sugar/foreach.m4, data/m4sugar/m4sugar.m4: Now links into
307 submodules/autoconf.
308
417e31d2
AD
3092008-12-08 Akim Demaille <demaille@gostai.com>
310
311 Test token.prefix in all the skeletons.
312 * data/java.m4 (b4_token_enum): Use the token.prefix.
313 * tests/local.at (AT_BISON_OPTION_PUSHDEFS): Define AT_TOKEN_PREFIX.
314 * tests/calc.at (_AT_DATA_CALC_Y): Use it.
315 Add checks for yacc.c, glr.c, lalr1.cc and glr.cc.
316 * tests/java.at: Comment changes.
317 (AT_CHECK_JAVA_MINIMAL): Define the END token.
318 (Java parser class and package names): Add token.prefix check.
319
97abf544
AD
3202008-12-08 Akim Demaille <demaille@gostai.com>
321
322 Fix regeneration of atconfig.
323 * tests/local.mk (tests/atconfig): The rule was incorrect, but
324 remove it: now that there is no tests/Makefile.am, the top-level
325 Makefile properly updates atconfig when needed.
326
e8cd1ad6
DJ
3272008-12-07 Di-an Jan <dianj@freeshell.org>
328
329 Implement the FIXME that ends an user action with a semicolon
330 if it seems necessary.
331 * src/scan-code.l (flex rules section): Flag cpp directive from
332 any `#' to the first unescaped end-of-line. Semicolon is not
333 needed after `;', `{', '}', or cpp directives and is needed after
334 any other token (whitespaces and comments have no effect).
335 * tests/actions.at (Fix user actions without a trailing semicolon):
336 New test.
337 * tests/input.at (AT_CHECK_UNUSED_VALUES): Add semicolons to
338 to make user actions complete statements.
339 Adjust column numbers in error messages.
340 * tests/regression.at (Fix user actions without a trailing semicolon):
341 Remove. Covered by new test.
342
ce9447fc
AD
3432008-12-07 Akim Demaille <demaille@gostai.com>
344
345 Update gnulib.
346 * gnulib: Update from master.
347
d333175f
EB
3482008-12-05 Eric Blake <ebb9@byu.net>
349
350 Avoid compiler warning.
351 * src/output.c (muscle_insert_item_number_table): Delete unused
352 function.
353
215b40ac
EB
3542008-12-02 Eric Blake <ebb9@byu.net>
355
356 Build testsuite with newer autoconf.
357 * tests/output.at (m4_expand): Don't override in newer autoconf,
358 where the underlying implementation changed.
359 * tests/cxx-type.at (_AT_RESOLVED_GLR_OUTPUT)
360 (_AT_RESOLVED_GLR_OUTPUT_WITH_LOC, _AT_AMBIG_GLR_OUTPUT)
361 (_AT_AMBIG_GLR_OUTPUT_WITH_LOC, _AT_GLR_STDERR)
362 (_AT_VERBOSE_GLR_STDERR): Expand to double-quoted strings,
363 since some of them contain unbalanced ')'.
364
3bb21113
AD
3652008-12-01 Akim Demaille <demaille@gostai.com>
366
367 Use b4_symbol for printers and destructors everywhere.
368 * data/bison.m4 (b4_symbol_action_location): New.
369 * data/c.m4 (b4_symbol_actions): Remove.
370 Adjust all callers to use by b4_symbol_foreach and the corresponding
371 b4_symbol_printer/destructor macro.
372 * data/glr.cc: Adjust.
373 * data/lalr1.java: Adjust the %destructor sanity check.
374 * src/output.c (symbol_code_props_output): Remove, we no longer
375 need the b4_symbol_printers/destructors tables.
376
fb7c5b1f
AD
3772008-12-01 Akim Demaille <demaille@gostai.com>
378
379 Use b4_symbol_case_.
380 * data/lalr1.cc, data/bison.m4 (b4_symbol_action): Use
381 b4_symbol_case_.
382
cf6fb222
AD
3832008-12-01 Akim Demaille <demaille@gostai.com>
384
385 Move b4_symbol based macro to bison.m4.
386 * data/lalr1.cc (b4_symbol_, b4_symbol, b4_symbol_if)
387 (b4_symbol_action, b4_symbol_destructor, b4_symbol_printer)
388 (b4_symbol_case_, b4_symbol_foreach, b4_type_action_)
389 (b4_type_foreach): Move to...
390 * data/bison.m4: Here.
391 * data/lalr1.cc (b4_symbol_action): Specialize for C++: use
392 b4_symbol_value_template instead of b4_symbol_value.
cf6fb222 393
e3c52a63
AD
3942008-12-01 Akim Demaille <demaille@gostai.com>
395
396 b4_symbol/type_foreach.
397 * data/lalr1.cc (b4_symbol_foreach, b4_type_foreach): New.
398 Use them.
399
2bde9113
AD
4002008-12-01 Akim Demaille <demaille@gostai.com>
401
402 Use the symbol properties to output the printer/destructor for lalr1.cc.
30c10faf
AD
403 Instead of defining complex list of tuples to define various
404 properties of the symbols, we now prefer to define symbols as
405 "structs" in m4: using the symbol key (its number), and the
406 property name, b4_symbol gives it value. Use this to handle
407 destructors and printers.
408
2bde9113
AD
409 * src/output.c (CODE_PROP): New.
410 (prepare_symbol_definitions): Use it to define the printer and
411 destructor related attributes of the symbols.
412 * data/lalr1.cc (b4_symbol_actions): Rename as...
413 (b4_symbol_action): this.
414 Use b4_symbol instead of 6 arguments.
415 (b4_symbol_printer, b4_symbol_destructor): New.
416 Use them instead of b4_symbol_actions.
417
44494bf6
AD
4182008-12-01 Akim Demaille <demaille@gostai.com>
419
420 Avoid capturing variables too easily.
421 * src/muscle_tab.h (MUSCLE_INSERT_BOOL, MUSCLE_OBSTACK_SGROW): Use
422 v__ and p__ instead of v and p.
423
fad814bd
AD
4242008-12-01 Akim Demaille <demaille@gostai.com>
425
426 Remove spurious empty line before syncline.
427 * data/bison.m4 (b4_syncline): Don't output an empty line before
428 the output.
429
feda5527
AD
4302008-11-26 Akim Demaille <demaille@gostai.com>
431
432 Convert lib/Makefile.am into lib/local.mk.
433 The real problem is rather gnulib.mk, which itself is extracted
434 from a Makefile.am that gnulib expects to the "recursive". The
435 tool prefix-gnulib-mk converts such a gnulib.mk to be
436 non-recursive. Also, some AC_SUBST variables need to be adjusted.
437
438 * etc/prefix-gnulib-mk: New.
439 * bootstrap (slurp): Use it to convert further gnulib.mk.
440 No longer try to avoid re-creation of lib/gnulib.mk as the changes
441 are deeper.
442 * lib/Makefile.am: Rename as...
443 * lib/local.mk: this.
444 Adjust to be prefixed.
445 * Makefile.am, configure.ac: Adjust.
446 * src/local.mk (AM_CPPFLAGS): Extend it, don't define it.
447
56ddee7f
AD
4482008-11-26 Akim Demaille <demaille@gostai.com>
449
450 s/_FLAGS/FLAGS/.
451 * tests/local.mk (TESTSUITE_FLAGS, AUTOTEST_FLAGS): Rename as...
452 (TESTSUITEFLAGS, AUTOTESTFLAGS): these to compy with the GCS.
453 Reported by Eric Blake.
454
728e89a0
AD
4552008-11-26 Akim Demaille <demaille@gostai.com>
456
457 Use b4_parser_tables_define in glr.cc.
458 * data/glr.c: Use b4_parser_tables_define instead of defining the
459 (deterministic integral) tables by hand.
460
2c1bf9bd
AD
4612008-11-26 Akim Demaille <demaille@gostai.com>
462
463 Use b4_parser_tables_define in Java.
464 * data/java.m4 (b4_typed_parser_table): Rename as...
465 (b4_typed_parser_table_define): this, for consistency.
466 Accept a comment as $4.
467 Move $2 into yy*_.
468 (b4_integral_parser_table): Rename as...
469 (b4_integral_parser_table_define): this.
470 * data/lalr1.java: Adjust all uses.
471 Use b4_parser_tables_define instead of generation by hand.
472
ba206cf4
AD
4732008-11-26 Akim Demaille <demaille@gostai.com>
474
475 Prepare the convergence bw C style and Java table generation.
476 * data/bison.m4 (b4_tables_map, b4_tables_declare)
477 (b4_tables_define): Rename as...
478 (b4_integral_parser_tables_map, b4_parser_tables_declare)
479 (b4_parser_tables_define): these.
480 * data/c.m4 (b4_table_define): Rename as...
481 (b4_integral_parser_table_define): this.
482 * data/lalr1.cc: Adjust.
483 (b4_table_define, b4_table_declare): Rename as...
484 (b4_integral_parser_table_define)
485 (b4_integral_parser_table_declare): these.
486 (yyrline_): Move the comment where it is actually used.
487 * data/yacc.c: Adjust.
488 (yyrline): Use b4_integral_parser_table_define.
489
d12f8e49
AD
4902008-11-26 Akim Demaille <demaille@gostai.com>
491
492 Regen.
493 * src/parse-gram.h, src/parse-gram.c: Regen.
494
0991e29b
AD
4952008-11-26 Akim Demaille <demaille@gostai.com>
496
497 Factor the generation of the (integral) tables bw yacc.c and lalr1.cc.
498 * data/lalr1.cc (b4_tables_map): Move to...
499 * data/bison.m4: here.
500 Update the comment for yytable during the flight.
501 (b4_tables_declare, b4_tables_define): New.
502 * data/lalr1.cc: Use them.
503 * data/c.m4 (b4_table_define): New.
504 * data/yacc.c: Use b4_tables_define instead of output the tables
505 by hand.
506 * tests/regression.at (Web2c Actions): Adjust the expected output,
507 the order of the tables changed.
508
3d3bc1fe
AD
5092008-11-26 Akim Demaille <demaille@gostai.com>
510
511 Get rid of (yy)rhs and (yy)prhs.
512 These tables are no longer needed in the parsers, and they don't seem to
513 be useful. They are not documented either.
feda5527 514
3d3bc1fe
AD
515 * src/output.c (prepare_rules): Get rid of rhs and prhs.
516 Adjust the computation of (yy)r2.
517
08c81469
AD
5182008-11-26 Akim Demaille <demaille@gostai.com>
519
520 Rule length is unsigned.
521 * src/gram.h, src/gram.c (rule_rhs_length): Return a size_t.
522
932b0c96
AD
5232008-11-26 Akim Demaille <demaille@gostai.com>
524
525 Get rid of lalr1-split.cc.
526 It was no longer maintainer.
feda5527 527
932b0c96
AD
528 * data/lalr1-split.cc: Remove.
529 * etc/bench.pl.in (bench_fusion_parser): Remove.
530 Adjust.
531
8452c667
AD
5322008-11-26 Akim Demaille <demaille@gostai.com>
533
534 Use yy* consistently.
535 * data/glr.c: Now that yyrhs no longer exists as a global
536 variable, rename local "rhs" variables into "yyrhs" for
537 consistency.
538
783aa653
AD
5392008-11-25 Akim Demaille <demaille@gostai.com>
540
541 Get rid of yyrhs and yyprhs in glr.c.
542 * data/glr.c (yyrhs, yyprhs): Remove.
543 Instead, use the state stack and yystos.
544
6130b755
AD
5452008-11-25 Akim Demaille <demaille@gostai.com>
546
547 Flag glr tests.
548 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): If glr, declare it
549 as an Autotest keyword.
550
95a7b1c9
AD
5512008-11-25 Akim Demaille <demaille@gostai.com>
552
553 Prefer TESTSUITE_FLAGS.
554 TESTSUITEFLAGS is barely readable.
feda5527 555
95a7b1c9
AD
556 * tests/local.mk (TESTSUITE_FLAGS): Default to $(TESTSUITEFLAGS)
557 for backward compatibility.
558 Use the former instead of the latter.
559
b4f18401
AD
5602008-11-25 Akim Demaille <demaille@gostai.com>
561
562 Get rid of yyrhs and yyprhs in larl1.java.
563 * data/lalr1.java (yyrhs_, yyprhs_): Remove.
564 (yy_reduce_print): Rather, use yystos_ and the state stack.
565
c265fd6b
AD
5662008-11-25 Akim Demaille <demaille@gostai.com>
567
568 Formatting changes.
569
68dbdee8
AD
5702008-11-25 Akim Demaille <demaille@gostai.com>
571
572 Get rid of yyrhs and yyprhs in yacc.c.
30c10faf
AD
573 They were used to get the symbol types, given a rule number, when
574 displaying the top of the stack before a reduction. But the
575 symbol type is available from the state stack. This has two be
576 benefits: two tables less in the parser (making it smaller), and a
577 more consistent use of the three stacks which will help to fuse
578 them.
feda5527 579
68dbdee8
AD
580 * data/yacc.c (yyprhs, yyrhs): Remove.
581 (YY_REDUCE_PRINT): Pass yyssp to yy_reduce_print.
582 (yy_reduce_print): Take yyssp as argument.
583 Use it, together with yystos, to get the symbol type.
584 * tests/regression.at (Web2c Report): Remove these tables from the
585 expected output.
586
6ab1adbe
AD
5872008-11-25 Akim Demaille <demaille@gostai.com>
588
589 b4_tables_map.
590 The point is to factor the generation of the tables across skeletons.
591 This is language dependant.
feda5527 592
6ab1adbe
AD
593 * data/c.m4 (b4_comment_): New.
594 Should be usable to define how to generate tables independently of
595 the language.
596 (b4_c_comment): New.
597 (b4_comment): Bounce to b4_c_comment.
598 Now support $2 = [PREFIX] for indentation.
599 * data/lalr1.cc (b4_table_declare): Don't output a comment if
600 there is no comment.
601 Indent it properly when there is one.
602 Output the ending semicolon.
603 (b4_table_define): Space changes.
604 Output the ending semicolon.
605 (b4_tables_map): New.
606 Use it twice instead of declaring and defining the (integral)
607 tables by hand.
608
0fddb3d5
AD
6092008-11-25 Akim Demaille <demaille@gostai.com>
610
611 b4_table_declare.
612 * data/lalr1.cc (b4_table_declare): New.
613 Use it to declare the tables defined with b4_table_define.
614 (b4_table_define): Declare a third arg to match b4_table_declare
615 signature.
616 Move all the comments around invocations of b4_table_define into
617 the invocations itselves.
618 Move things around to have the order for declarations and
619 definitions.
620
c4ddc0fb
AD
6212008-11-25 Akim Demaille <demaille@gostai.com>
622
623 Formatting changes.
624 * data/lalr1.java: here.
625
e0c653e7
AD
6262008-11-25 Akim Demaille <demaille@gostai.com>
627
628 b4_args is more general than only C++.
629 * data/lalr1.cc (b4_args, _b4_args): Move to...
630 * data/bison.m4: here.
631
4182a0a1
DJ
6322008-11-21 Di-an Jan <dianj@freeshell.org>
633
634 Implement no-XXX arguments for --warnings, --report, --trace.
635 * src/getargs.c (flags_argmatch): Handles no-XXX.
636 Fix typo in doxygen comment.
637
01466c3e
AD
6382008-11-21 Akim Demaille <demaille@gostai.com>
639
640 Display the changes in cross-options.texi.
641 * build-aux/cross-options.pl ($sep): New, to separate items.
642 * doc/local.mk ($(CROSS_OPTIONS_TEXI)): Use diff to display the
643 changes.
644
a7c09cba
DJ
6452008-11-20 Di-an Jan <dianj@freeshell.org>
646
647 Improves options in the manual.
648 * doc/bison.texinfo (-g, -x): Add space before argument.
649 (Option Cross Key): Implement FIXME: listing directives also.
650 * build-aux/cross-options.pl: Read from <STDIN> rather than <>.
651 (Short Option): Special case -d. Put arguments inside @option.
feda5527 652 (Bison Directive): Add column, automatically extracted from
a7c09cba
DJ
653 src/scan-gram.l (actual name passed as the first argument)
654 with special case for %define.
655 * doc/local.mk (doc/cross-options.texi): Pass src/scan-gram.l
656 to build-aux/cross-options.pl.
657 * src/getargs.c (usage): Document limitations of cross-options.pl.
658 * src/scan-gram.l: Likewise.
659
6c88b51e
JD
6602008-11-18 Joel E. Denny <jdenny@ces.clemson.edu>
661
662 Fix unexpanded macros in GLR defines file.
663 Reported by Csaba Raduly at
664 <http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00048.html>.
665 * THANKS (Csaba Raduly): Add.
666 * data/glr.c: Fix overquoting on b4_prefix for yylval and yylloc.
667 * tests/calc.at (_AT_DATA_CALC_Y): If %defines is specified, generate
668 lexer in a separate module that includes the defines file.
669 (AT_CHECK_CALC): From AT_FULL_COMPILE, request compilation of lexer
670 source.
671 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Push AT_DEFINES_IF.
672 Adjust AT_LOC and AT_VAL to use AT_NAME_PREFIX.
673 (AT_BISON_OPTION_POPDEFS): Pop AT_DEFINES_IF.
674 (AT_DATA_SOURCE_PROLOGUE): New.
675 (AT_DATA_GRAMMAR_PROLOGUE): Use AT_DATA_SOURCE_PROLOGUE.
676 (AT_DATA_SOURCE): New.
677 (AT_FULL_COMPILE): Extend to support an additional source file.
678
1e034807
AD
6792008-11-18 Akim Demaille <demaille@gostai.com>
680
681 More TODO.
682 * TODO: More short term issues.
683
e3dda35c
AD
6842008-11-18 Akim Demaille <demaille@gostai.com>
685
686 Regen.
687 * src/parse-gram.h, src/parse-gram.c: Regen.
688
bd187d7b
AD
6892008-11-18 Akim Demaille <demaille@gostai.com>
690
691 Use b4_subtract where possible.
692 * data/lalr1.cc (b4_subtract): Move to...
693 * data/bison.m4: here.
694 * data/glr.c (b4_rhs_data): Use it.
695 * data/yacc.c (b4_rhs_value, b4_rhs_location): Use it.
696
6085ab0d
AD
6972008-11-18 Akim Demaille <demaille@gostai.com>
698
699 Remove incorrect mode specification.
700 * data/glr.cc: Don't pretend it's C code.
701
9ce405ce
JD
7022008-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
703
704 Simplify last patch slightly.
705 * src/getargs.c (getargs): Here.
706
a8beef7e
JD
7072008-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
708
709 Fix last warning from --enable-gcc-warnings.
710 * src/getargs.c (getargs): Don't assign const address to non-const
711 pointer.
712
d50eea6d
JD
7132008-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
714
715 Don't let maintainer-*-check targets force a version update.
716 * cfg.mk (_is-dist-target): Implement. maintainer-check* was already
717 handled.
718
f5f419de
DJ
7192008-11-17 Di-an Jan <dianj@freeshell.org>
720
721 * doc/bison.texinfo: Synchronize ``Detail Node Listing''.
722 Align menus. Adjust word wrapping. Use node names for menu names.
723 (Examples): Don't abbreviate node names.
724 (LocalWords): Remove abbreviations.
725 (Copying): Make description a sentence.
d50eea6d 726 (Java Action Features): Remove period to match the rest of menu.
f5f419de 727
d73e55e0
DJ
7282008-11-17 Di-an Jan <dianj@freeshell.org>
729
730 Handles several --enable-gcc-warnings.
731 * src/getargs.c (command_line_location): Set parameters to void.
732 * src/output.c (symbol_type_name_cmp): Make static.
733 (symbols_by_type_name): Set parameters to void.
734 (symbol_definitions_output): Remove unused parameter. Rename as...
735 (prepare_symbol_definitions): this.
736 (muscles_output): Move symbol_definitions_output to...
737 (output): here as prepare_symbol_definitions.
738 * tests/c++.at (AT_CHECK_VARIANTS): Remove unused parameters of main.
d50eea6d 739 (AT_CHECK_NAMESPACE): Make unused parameter lloc unnamed.
d73e55e0 740
68c989de
DJ
7412008-11-17 Di-an Jan <dianj@freeshell.org>
742
743 * tests/c++.at (AT_CHECK_VARIANTS): Fixes tests 198-202.
744 Use AT_DATA_GRAMMAR instead of AT_DATA for compiled tests.
745
23ce6f4c
AD
7462008-11-16 Akim Demaille <demaille@gostai.com>
747
748 Add missing $(EXEEXT).
749 * doc/local.mk ($(CROSS_OPTIONS_TEXI)): The target is
750 "src/bison$(EXEEXT)".
751 Reported by Di-an Jan.
752
dd704c35
AD
7532008-11-15 Akim Demaille <demaille@gostai.com>
754
755 * TODO: Update.
756
dab244d5
AD
7572008-11-15 Akim Demaille <demaille@gostai.com>
758
759 Formatting changes.
760 * tests/input.at: here.
761
4b4da9fb
AD
7622008-11-15 Akim Demaille <demaille@gostai.com>
763
764 Remove duplicate header inclusion.
765 * src/LR0.c: here.
766
4ea3f53d
AD
7672008-11-15 Akim Demaille <demaille@gostai.com>
768
769 * src/parse-gram.h, src/parse-gram.c: Regen.
770
cb823b6f
AD
7712008-11-15 Akim Demaille <demaille@gostai.com>
772
773 Support parametric types.
b06df3c2
AD
774
775 There are two issues to handle: first scanning nested angle
776 bracket pairs to support types such as std::pair< std::string,
777 std::list<std::string> > >.
778
779 Another issue is to address idiosyncracies of C++: do not glue two
780 closing angle brackets together (otherwise it's operator>>), and
781 avoid sticking blindly a TYPE to the opening <, as it can result
782 in '<:' which is a digraph for '['.
783
cb823b6f
AD
784 * src/scan-gram.l (brace_level): Rename as...
785 (nesting): this.
786 (SC_TAG): New.
787 Implement support for complex tags.
b06df3c2 788 (tag): Accept
cb823b6f
AD
789 , but not <.
790 * data/lalr1.cc (b4_symbol_value, b4_symbol_value_template)
791 (b4_symbol_variant): Leave space around types as parameters.
792 * examples/variant.yy: Use nested template types and leading ::.
793 * src/parse-gram.y (TYPE, TYPE_TAG_ANY, TYPE_TAG_NONE, type.opt):
794 Rename as...
795 (TAG, TAG_ANY, TAG_NONE, tag.opt): these.
796 * tests/c++.at: Test parametric types.
797
7b6e6753
AD
7982008-11-15 Akim Demaille <akim@betelgeuse.gostai.ensta.fr>
799
800 Test token.prefix.
801 This is not sufficient, but we test at least that the make_SYMBOL
802 interface is not affected by token.prefix. A more general test
803 will be implemented when the support of token.prefix is generalized
804 to more skeletons.
b06df3c2 805
7b6e6753
AD
806 * tests/c++.at: One more variant test, using token.prefix.
807
dddec537
AD
8082008-11-15 Akim Demaille <akim@betelgeuse.gostai.ensta.fr>
809
810 Test the make_TOKEN interface.
811 * tests/c++.at (AT_CHECK_VARIANTS): Require and use locations.
812 Factor the common code in yylex.
813 Use it to test "%define lex_symbol".
814
7d3e21ba
AD
8152008-11-15 Akim Demaille <akim@betelgeuse.gostai.ensta.fr>
816
817 Formatting change.
818
4fc55348
AD
8192008-11-15 Akim Demaille <akim@betelgeuse.gostai.ensta.fr>
820
821 Simplify code for variants bench marks.
822 * etc/bench.pl.in (&generate_grammar_list): Define and use
823 location_type.
824 Factor the common code in yylex.
825
070e6509
AD
8262008-11-15 Akim Demaille <demaille@gostai.com>
827
828 Better error message.
829 * bootstrap (find_tool): Fix the error message.
830
0078681b
AD
8312008-11-15 Akim Demaille <demaille@gostai.com>
832
833 Update variant.yy to newest interface.
834 * examples/variant.yy: Define lex_symbol.
835 Adjust.
836
ff084799
AD
8372008-11-15 Akim Demaille <demaille@gostai.com>
838
839 Don't use locations in variant.yy.
840 * examples/variant.yy: Adjust to not using locations.
841
b0d79ec6
AD
8422008-11-15 Akim Demaille <demaille@gostai.com>
843
844 Comment changes.
845 * data/local.mk, etc/local.mk, examples/local.mk: Use Automake
846 comments for the license.
847
d4977ce3
AD
8482008-11-15 Akim Demaille <demaille@gostai.com>
849
850 Remove tests/Makefile.am.
851 * tests/Makefile.am: Rename as...
852 * tests/local.mk: this.
853 * Makefile.am, configure.ac: Adjust.
854 * Makefile.am (DISTCLEANFILES): Define.
855 (maintainer-check, maintainer-xml-check, maintainer-push-check):
856 Remove, we no longer need to bounce to the real targets.
857
87f1149a
AD
8582008-11-15 Akim Demaille <demaille@gostai.com>
859
860 Comment changes.
861
36415906
AD
8622008-11-15 Akim Demaille <demaille@gostai.com>
863
864 djgpp/local.mk.
865 * Makefile.am (EXTRA_DIST): Move djgpp related part to...
866 * djgpp/local.mk: this new file.
867
e2c2f696
AD
8682008-11-15 Akim Demaille <demaille@gostai.com>
869
870 Remove doc/Makefile.am.
871 * doc/Makefile.am: Rename as...
872 * doc/local.mk: this.
873 Adjust paths
874 * Makefile.am, configure.ac: Adjust.
875 * Makefile.am (MOSTLYCLEANFILES): New.
876 * src/local.mk: Adjust.
877
2ead32e6
AD
8782008-11-15 Akim Demaille <demaille@gostai.com>
879
880 Move sc_tight_scope into maint.mk.
b06df3c2
AD
881 It does not work, and I don't know how it was supposed to work: it
882 seems to be looking for sources in the build tree. I just moved
883 it at a better place, fixing it is still required.
884
2ead32e6
AD
885 * src/local.mk (echo): Remove.
886 (sc_tight_scope): Move to...
887 * maint.mk: here.
888
2df9ec37
AD
8892008-11-15 Akim Demaille <demaille@gostai.com>
890
891 Regen.
892 * src/parse-gram.h, src/parse-gram.h: Regen.
893
0305d25e
AD
8942008-11-15 Akim Demaille <demaille@gostai.com>
895
896 Remove src/Makefile.am.
897 * src/Makefile.am: Rename as...
898 * src/local.mk: this.
899 Prefix all the paths with src/.
900 (AUTOMAKE_OPTIONS): Build object files in the sub dirs.
901 (AM_CPPFLAGS): Find find in builddir/src.
902 (YACC): Move the flags into...
903 (AM_YFLAGS): here.
904 * maint.mk (sc_tight_scope): Disable.
905 It used to bounce to the version in src/Makefile.am which is now
906 part of this very Makefile.
907 * Makefile.am, configure.ac: Adjust.
908 * src/scan-code-c.c, src/scan-code.l: We can no longer rely on
909 include "..." to find files "here": we are no longer in src/, so
910 qualify the includes with src/.
911 * doc/Makefile.am (PREPATH): No longer include the top_builddir
912 prefix.
913 (.x.1): Adjust to be able to create src/foo from the top level
914 Makefile, instead of going bounce to src/Makefile the creation of
915 foo.
916
5277c0a3
AD
9172008-11-15 Akim Demaille <demaille@gostai.com>
918
919 Remove useless variable.
920 * doc/Makefile.am (srcsrcdir): Remove.
921
6a5aa0cd
AD
9222008-11-15 Akim Demaille <demaille@gostai.com>
923
924 Remove data/Makefile.am.
925 * data/Makefile.am: Rename as...
926 * data/local.mk: this.
927 Adjust paths.
928 * Makefile.am, configure.ac: Adjust.
929
7cb794dc
AD
9302008-11-15 Akim Demaille <demaille@gostai.com>
931
932 Remove etc/Makefile.am.
933 * etc/Makefile.am: Rename as...
934 * etc/local.mk: this.
935 Adjust.
936 * Makefile.am, configure.ac: Adjust.
937
cd409e3b
AD
9382008-11-15 Akim Demaille <demaille@gostai.com>
939
940 Remove examples/local.mk.
941 examples/calc++/Makefile.am might be interesting to keep as is, since
942 it is an example in itself.
2df9ec37 943
cd409e3b
AD
944 * examples/Makefile.am: Rename as...
945 * examples/local.mk: this.
946 Adjust.
947 * Makefile.am, configure.ac: Adjust.
948
9a1e4214
AD
9492008-11-15 Akim Demaille <demaille@gostai.com>
950
951 Remove build-aux/Makefile.am.
952 Recursive Makefiles are really way too slow, let's get rid of some of
953 them.
2df9ec37 954
9a1e4214
AD
955 * build-aux/Makefile.am: Rename as...
956 * build-aux/local.mk: this.
957 Adjust paths.
958 * Makefile.am, configure.ac: Adjust.
959
0634493c
AD
9602008-11-15 Akim Demaille <demaille@gostai.com>
961
962 Provide convenience constructors for locations and positions.
963 * data/location.cc (position::position): Accept file, line and
964 column as arguments with default values.
965 Always qualify initial line and column literals as unsigned.
966 (location::location): Provide convenience constructors.
967
fe1b448a
AD
9682008-11-15 Akim Demaille <demaille@gostai.com>
969
b06df3c2
AD
970 Instead of using make_symbol<TOK_FOO>, generate make_FOO for each
971 token type.
fe1b448a
AD
972 Using template buys us nothing, and makes it uselessly complex to
973 construct a symbol. Besides, it could not be generalized to other
974 languages, while make_FOO would work in C/Java etc.
2df9ec37 975
fe1b448a
AD
976 * data/lalr1.cc (b4_symbol_): New.
977 (b4_symbol): Use it.
978 (b4_symbol_constructor_declaration_)
979 (b4_symbol_constructor_definition_): Instead of generating
980 specializations of an overloaded template function, just generate
981 several functions whose names are forged from the token names
982 without the token.prefix.
983 (b4_symbol_constructor_declarations): Generate them for all the
984 symbols, not just by class of symbol type, now that instead of
985 specializing a function template by the token, we generate a
986 function named after the token.
987 (b4_symbol_constructor_specialization_)
988 (b4_symbol_constructor_specializations): Remove.
989 * etc/bench.pl.in: Adjust to this new API.
990
5679f311
AD
9912008-11-13 Akim Demaille <demaille@gostai.com>
992
993 %define token.prefix.
b06df3c2
AD
994 Provide a means to add a prefix to the name of the tokens as
995 output in the generated files. Because of name clashes, it is
996 good to have such a prefix such as TOK_ that protects from names
997 such as EOF, FILE etc. But it clutters the grammar itself.
2df9ec37 998
5679f311
AD
999 * data/bison.m4 (token.prefix): Empty by default.
1000 * data/c.m4 (b4_token_enum, b4_token_define): Use it.
1001 * data/lalr1.cc (b4_symbol): Ditto.
1002
3204049e
AD
10032008-11-13 Akim Demaille <demaille@gostai.com>
1004
1005 Compute at M4 time some of the subtractions.
90290ce5 1006 * data/lalr1.cc (b4_subtract): New.
3204049e
AD
1007 (b4_rhs_data): Use it.
1008
202598d3
AD
10092008-11-13 Akim Demaille <demaille@gostai.com>
1010
1011 symbol::token.
b06df3c2 1012 This allows the user to get the type of a token returned by yylex.
2df9ec37 1013
202598d3
AD
1014 * data/lalr1.cc (symbol::token): New.
1015 (yytoknum_): Define when %define lex_symbol, independently of
1016 %debug.
1017 (yytoken_number_): Move into...
1018 (symbol::token): here, since that's the only use.
1019 The other one is YYPRINT which was not officially supported
1020 by lalr1.cc, and anyway it did not work since YYPRINT uses this
1021 array under a different name (yytoknum).
1022
fc2476c7
AD
10232008-11-13 Akim Demaille <demaille@gostai.com>
1024
1025 YYERRCODE.
1026 * TODO (YYERRCODE): Mention the case of $undef.
1027
865f1e9f
AD
10282008-11-13 Akim Demaille <demaille@gostai.com>
1029
1030 TODO: YYPRINT.
1031 * TODO (YYPRINT): New.
1032
cb0b136a
AD
10332008-11-13 Akim Demaille <demaille@gostai.com>
1034
1035 Comment changes.
1036 * data/lalr1.cc, data/yacc.c: Fix the description of the
1037 yytranslate and yytoknum tables.
1038
2c086d29
AD
10392008-11-13 Akim Demaille <demaille@gostai.com>
1040
1041 Define make_symbol in the header.
b06df3c2
AD
1042 To reach good performances these functions should be inlined (yet
1043 this is to measure precisely). To this end they must be available
1044 to the caller.
2df9ec37 1045
2c086d29
AD
1046 * data/lalr1.cc (b4_symbol_constructor_definition_): Qualify
1047 location_type with the class name.
1048 Since will now be output in the header, declare "inline".
1049 No longer use b4_symbol_constructor_specializations, but
1050 b4_symbol_constructor_definitions in the header.
1051 Don't call it in the *.cc file.
1052
1c4af381
AD
10532008-11-13 Akim Demaille <demaille@gostai.com>
1054
1055 Define yytranslate in the header for lex_symbol.
1056 * data/lalr1.cc: Move the invocation of b4_yytranslate_definition
1057 into the header file when using %define lex_symbol.
1058 (yytranslate_): Declare inline.
1059
e51b0a82
AD
10602008-11-13 Akim Demaille <demaille@gostai.com>
1061
b06df3c2
AD
1062 Define the constructors of symbol_type in
1063 b4_symbol_constructor_definitions.
e51b0a82 1064 The constructors are called by the make_symbol functions, which a
b06df3c2
AD
1065 forthcoming patch will move elsewhere. Hence the interest of
1066 putting them together.
2df9ec37 1067
b06df3c2
AD
1068 The stack_symbol_type does not need to be moved, it is used only
1069 by the parser.
2df9ec37 1070
e51b0a82
AD
1071 * data/lalr1.cc: Move symbol_type and symbol_base_type
1072 constructors into...
1073 (b4_symbol_constructor_definitions): here.
1074 Adjust.
1075
78835571
AD
10762008-11-13 Akim Demaille <demaille@gostai.com>
1077
1078 Make it easier to move the definition of yytranslate_.
1079 Forthcoming changes will make it possible to use yytranslate_
1080 from outside the parser implementation file.
2df9ec37 1081
78835571
AD
1082 * data/lalr1.cc (b4_yytranslate_definition): New.
1083 Use it.
1084
c1e6c88c
AD
10852008-11-13 Akim Demaille <demaille@gostai.com>
1086
1087 Remove useless class specification.
1088 * data/lalr1.cc (b4_symbol_constructor_specialization_): No need
1089 to refer to the class name to use a type defined by the class for
1090 arguments of member functions.
1091
4654b0c0
AD
10922008-11-13 Akim Demaille <demaille@gostai.com>
1093
1094 Finer input type for yytranslate.
1095 This patch is debatable: the tradition expects yylex to return an int
1096 which happens to correspond to token_number (which is an enum). This
1097 allows for instance to return characters (such as '*' etc.). But this
1098 goes against the stronger typing I am trying to have with the new
1099 lex interface which return a symbol_type. So in this case, feed
1100 yytranslate_ with a token_type.
2df9ec37 1101
4654b0c0
AD
1102 * data/lalr1.cc (yytranslate_): When in %define lex-symbol,
1103 expect a token_type.
1104
dd735e4e
AD
11052008-11-13 Akim Demaille <demaille@gostai.com>
1106
1107 Honor lex-params in %define lex_symbol mode.
1108 * data/lalr1.cc: Use b4_lex_param.
1109
6659366c
AD
11102008-11-13 Akim Demaille <demaille@gostai.com>
1111
1112 Simplify names.
1113 * src/output.c (symbol_definitions_output): Rename symbol
1114 attributes type_name and has_type_name as type and has_type.
1115 * data/lalr1.cc: Adjust uses.
1116
e9805e57
AD
11172008-11-13 Akim Demaille <demaille@gostai.com>
1118
1119 Use b4_type_names for the union type.
b06df3c2
AD
1120 The union used to compute the size of the variant used to iterate
1121 over the type of all the symbols, with a lot of redundancy. Now
1122 iterate over the lists of symbols having the same type-name.
2df9ec37 1123
e9805e57
AD
1124 * data/lalr1.cc (b4_char_sizeof_): New.
1125 (b4_char_sizeof): Use it.
1126 Adjust to be called with a list of numbers instead of a single
1127 number.
1128 Adjust its caller for new-line issues.
1129
aea10ef4
AD
11302008-11-13 Akim Demaille <demaille@gostai.com>
1131
1132 Define the "identifier" of a symbol.
b06df3c2
AD
1133 Symbols may have several string representations, for instance if
1134 they have an alias. What I call its "id" is a string that can be
1135 used as an identifier. May not exist.
2df9ec37 1136
b06df3c2
AD
1137 Currently the symbols which have the "tag_is_id" flag set are
1138 those that don't have an alias. Look harder for the id.
2df9ec37 1139
aea10ef4
AD
1140 * src/output.c (is_identifier): Move to...
1141 * src/symtab.c (is_identifier): here.
1142 * src/symtab.h, src/symtab.c (symbol_id_get): New.
1143 * src/output.c (symbol_definitions_output): Use it to define "id"
1144 and "has_id".
1145 Remove the definition of "tag_is_id".
1146 * data/lalr1.cc: Use the "id" and "has_id" whereever "tag" and
1147 "tag_is_id" were used to produce code.
1148 We still use "tag" for documentation.
1149
2ea7730c
AD
11502008-11-11 Akim Demaille <demaille@gostai.com>
1151
1152 Locations are no longer required by lalr1.cc.
1153 * data/lalr1.cc (_b4_args, b4_args): New.
1154 Adjust all uses of locations to make them optional.
1155 * tests/c++.at (AT_CHECK_VARIANTS): No longer use the locations.
1156 (AT_CHECK_NAMESPACE): Check the use of locations.
1157 * tests/calc.at (_AT_DATA_CALC_Y): Adjust to be usable with or
1158 without locations with lalr1.cc.
1159 Test these cases.
1160 * tests/output.at: Check lalr1.cc with and without location
1161 support.
1162 * tests/regression.at (_AT_DATA_EXPECT2_Y, _AT_DATA_DANCER_Y):
1163 Don't use locations.
1164
7ca2266a
AD
11652008-11-11 Akim Demaille <demaille@gostai.com>
1166
1167 AT_FULL_COMPILE.
1168 * tests/local.at (AT_FULL_COMPILE): New.
1169 * tests/actions.at, tests/calc.at, tests/regression.at: Use it.
1170
1a7a65f9
AD
11712008-11-11 Akim Demaille <demaille@gostai.com>
1172
1173 Support parens in calc++.
1174 * doc/bison.texinfo (Calc++ Scanner, Calc++ Parser): Support parens.
1175 * examples/calc++/test (run): Check the expected output.
1176 Adjust callers.
1177 Check parens too.
1178
c944f7f2
AD
11792008-11-11 Akim Demaille <demaille@gostai.com>
1180
1181 Simplify lalr1.cc since %defines is mandatory.
1182 * data/lalr1.cc: Remove useless calls to b4_defines_if.
1183
dada3cd1
AD
11842008-11-11 Akim Demaille <demaille@gostai.com>
1185
1186 TODO: yyfmt.
1187 * TODO (yysyntax_error): New item.
1188
422c18f4
AD
11892008-11-11 Akim Demaille <demaille@gostai.com>
1190
1191 Prefer M4 to CPP.
1192 * data/lalr1.cc: Use b4_error_verbose_if instead of #if
1193 YYERROR_VERBOSE.
1194
a0ffc175
AD
11952008-11-11 Akim Demaille <demaille@gostai.com>
1196
1197 Support i18n of the parse error messages.
1198 * TODO (lalr1.cc/I18n): Remove.
1199 * data/lalr1.cc (yysyntax_error_): Support the translation of the
1200 error messages, as done in yacc.c.
1201 Stay within the yy* pseudo namespace.
1202
00a8a083
AD
12032008-11-11 Akim Demaille <demaille@gostai.com>
1204
1205 More TODO.
1206 * TODO (single stack, yysyntax_error): New.
1207
09277875
AD
12082008-11-11 Akim Demaille <demaille@gostai.com>
1209
1210 Make it possible to return a symbol_type from yylex.
1211 * data/lalr1.cc (b4_lex_symbol_if): New.
1212 (parse): When lex_symbol is defined, expected yylex to return the
1213 complete lookahead.
1214 * etc/bench.pl.in (generate_grammar_list): Extend to support this
1215 yylex interface.
1216 (bench_variant_parser): Exercise it.
1217
64c1b92a
AD
12182008-11-11 Akim Demaille <demaille@gostai.com>
1219
1220 Remove useless bench case.
1221 * etc/bench.pl.in (bench_variant_parser): VARIANT_DESTROY is
1222 no longer used.
1223
2722aa42
AD
12242008-11-11 Akim Demaille <demaille@gostai.com>
1225
1226 Improve display of directives.
1227 * etc/bench.pl.in (parse_term): Don't add useless eol.
1228
918eb7c5
AD
12292008-11-11 Akim Demaille <demaille@gostai.com>
1230
1231 Use string_cast in the bench.
1232 * etc/bench.pl.in (generate_grammar_list): Define and use
1233 string_cast.
1234
39be9022
AD
12352008-11-11 Akim Demaille <demaille@gostai.com>
1236
1237 Replace yychar with a Boolean.
1238 * data/lalr1.cc (parse::yychar): Replace by...
1239 (parse::yyempty): this.
1240
a2e3fa77
AD
12412008-11-11 Akim Demaille <demaille@gostai.com>
1242
1243 Factor the tables.
1244 * TODO: New item.
1245
aba12ad1
AD
12462008-11-11 Akim Demaille <demaille@gostai.com>
1247
1248 Let yytranslate handle the eof case.
1249 * data/lalr1.cc (yytranslate_): Handle the EOF case.
1250 Adjust callers.
1251 No longer expect yychar to be equal to yyeof_, rather, test the
1252 lookahead's (translated) kind.
1253
27cb5b59
AD
12542008-11-11 Akim Demaille <demaille@gostai.com>
1255
1256 yychar cannot be empty in yyerrlab.
1257 * TODO (yychar == yyempty_): New.
1258 * data/lalr1.cc: Remove the handling of this case.
1259 This eases forthcoming changes related to yychar and yytranslate.
1260
fce629c0
AD
12612008-11-11 Akim Demaille <demaille@gostai.com>
1262
1263 Bench: syntactic sugar for %define/#define.
1264 * etc/bench.pl.in (parse_dirs): Support %d and #d with arguments.
1265 (&bench_push_parser, bench_variant_parser): Use this feature.
1266 (&eat): New.
1267 Use it.
1268
ce671960
AD
12692008-11-11 Akim Demaille <demaille@gostai.com>
1270
1271 Less memory pressure on the "list" bench.
1272 * etc/bench.pl.in (generate_grammar_list): Do not accumulate all
1273 the values, to limit memory pressure.
1274
2873fdf8
AD
12752008-11-11 Akim Demaille <demaille@gostai.com>
1276
1277 Introduce make_symbol.
b06df3c2
AD
1278 make_symbol provides a means to construct a full symbol (kind,
1279 value, location) in a single shot. It is meant to be a Symbol
1280 constructor, parameterized by the symbol kind so that overloading
1281 would prevent incorrect kind/value pairs. Unfortunately
1282 parameterized constructors do not work well in C++ (unless the
1283 parameter also appears as an argument, which is not acceptable),
1284 hence the use of a function instead of a constructor.
2df9ec37 1285
2873fdf8
AD
1286 * data/lalr1.cc (b4_symbol_constructor_declaration_)
1287 (b4_symbol_constructor_declarations)
1288 (b4_symbol_constructor_specialization_)
1289 (b4_symbol_constructor_specializations)
1290 (b4_symbol_constructor_definition_)
1291 (b4_symbol_constructor_definitions): New.
1292 Use them where appropriate to generate declaration, declaration of
1293 the specializations, and implementations of the templated
1294 overloaded function "make_symbol".
1295 (variant::variant): Always define a default ctor.
1296 Also provide a copy ctor.
1297 (symbol_base_type, symbol_type): New ctor overloads for value-less
1298 symbols.
1299 (symbol_type): Now public, so that functions such as yylex can use
1300 it.
1301
8be046d7
AD
13022008-11-11 Akim Demaille <demaille@gostai.com>
1303
1304 Inform m4 whether a tag is a valid id.
1305 * src/output.c (is_identifier): New.
1306 (symbol_definitions_output): Use it to define tag_is_id.
1307 But maybe this should be done at m4 level?
1308
de62edee
AD
13092008-11-11 Akim Demaille <demaille@gostai.com>
1310
1311 Test 214 was failing: it greps with a pattern containing [ ]*
1312 which obviously meant to catch spaces and tabs, but contained only
1313 spaces. Tabulations in sources are a nuisance, so to simplify the
1314 matter, get rid of all the tabulations in the Java sources. The
1315 other skeletons will be treated equally later.
1316
1317 * data/java.m4, data/lalr1.java: Untabify.
1318 * tests/java.at: Simplify AT_CHECK_JAVA_GREP invocations:
1319 tabulations are no longer generated.
1320
905f0697
PB
13212008-11-11 Paolo Bonzini <bonzini@gnu.org>
1322
1323 * bootstrap.conf: Replace m4/warning.m4 with warnings module.
1324 * configure.ac: Adjust usage.
1325 * lib/Makefile.am: Replace $(WARNING_CFLAGS) with $(WARN_CFLAGS).
1326 * src/Makefile.am: Replace $(WARNING_CFLAGS) with $(WARN_CFLAGS).
1327 * tests/atlocal.in: Replace $(WARNING_*FLAGS) with $(WARN_*FLAGS).
1328
09ccae9b
DJ
13292008-11-10 Di-an Jan <dianj@freeshell.org>
1330
1331 Workaround Java's ``code too large'' problem for parser tables
1332 in most cases, by using one function per initialization.
1333 * data/java.m4 (b4_typed_parser_table, b4_integral_parser_table): New.
1334 * data/lalr1.java (yypact_, yydefact_, yypgoto_, yydefgoto_,
1335 yytable_, yycheck_, yystos_, yytoken_number_, yyr1_, yyr2_, yyrhs_
1336 yyprhs_, yyrline_, yytranslate_table_): Use b4_integral_parser_table.
1337 (yytname_): Use b4_typed_parser_table.
1338 * doc/bison.texinfo (Java Bison Interface): Add note on Java's
1339 ``code too large'' error.
1340
1979121c
DJ
13412008-11-10 Di-an Jan <dianj@freeshell.org>
1342
1343 * NEWS: Document them.
de62edee 1344
1979121c
DJ
1345 General Java skeleton improvements.
1346 * configure.ac (gt_JAVACOMP): Request target of 1.4, which allows
1347 using gcj < 4.3 in the testsuite, according to comments in
1348 gnulib/m4/javacomp.m4.
1349 * data/java.m4 (stype, parser_class_name, lex_throws, throws,
1350 location_type, position_type): Remove extraneous brackets from
1351 b4_percent_define_default.
1352 (b4_lex_param, b4_parse_param): Remove extraneous brackets from
1353 m4_define and m4_define_default.
1354 * data/lalr1.java (b4_pre_prologue): Change to b4_user_post_prologue,
1355 which marks the end of user code with appropriate syncline, like all
1356 the other skeletons.
1357 (b4_user_post_prologue): Add. Don't silently drop.
1358 (yylex): Remove.
1359 (parse): Inline yylex.
1360 * doc/bison.texinfo (bisonVersion, bisonSkeleton): Document.
1361 (%{...%}): Fix typo of %code imports.
1362 * tests/java.at (AT_JAVA_COMPILE): Add "java" keyword.
1363
1364 Support annotations on parser class with %define annotations.
1365 * data/lalr1.java (annotations): Add to parser class modifier.
1366 * doc/bison.texinfo (Java Parser Interface): Document
1367 %define annotations.
1368 (Java Declarations Summary): Document %define annotations.
1369 * tests/java.at (Java parser class modifiers): Test annotations.
1370
1371 Do not generate code for %error-verbose unless requested.
1372 * data/lalr1.java (errorVerbose): Rename to yyErrorVerbose.
1373 Make private. Make conditional on %error-verbose.
1374 (getErrorVerbose, setErrorVerbose): New.
1375 (yytnamerr_): Make conditional on %error-verbose.
1376 (yysyntax_error): Make some code conditional on %error-verbose.
1377 * doc/bison.texinfo (Java Bison Interface): Remove the parts
1378 about %error-verbose having no effect.
1379 (getErrorVerbose, setErrorVerbose): Document.
1380
1381 Move constants for token names to Lexer interface.
1382 * data/lalr1.java (Lexer): Move EOF, b4_token_enums(b4_tokens) here.
1383 * data/java.m4 (b4_token_enum): Indent for move to Lexer interface.
1384 (parse): Qualify EOF to Lexer.EOF.
1385 * doc/bison.texinfo (Java Parser Interface): Move documentation of
1386 EOF and token names to Java Lexer Interface.
1387 * tests/java.at (_AT_DATA_JAVA_CALC_Y): Remove Calc qualifier.
1388
1389 Make yyerror public.
1390 * data/lalr1.java (Lexer.yyerror): Use longer parameter name.
1391 (yyerror): Change to public. Add Javadoc comments. Use longer
1392 parameter names. Make the body rather than the declarator
1393 conditional on %locations.
1394 * doc/bison.texinfo (yyerror): Document. Don't mark as protected.
1395
1396 Allow user to add code to the constructor with %code init.
1397 * data/java.m4 (b4_init_throws): New, for %define init_throws.
1398 * data/lalr1.java (YYParser.YYParser): Add b4_init_throws.
1399 Add %code init to the front of the constructor body.
1400 * doc/bison.texinfo (YYParser.YYParser): Document %code init
1401 and %define init_throws.
1402 (Java Declarations Summary): Document %code init and
1403 %define init_throws.
1404 * tests/java.at (Java %parse-param and %lex-param): Adjust grep.
1405 (Java constructor init and init_throws): Add tests.
de62edee 1406
42f832d6
AD
14072008-11-10 Akim Demaille <demaille@gostai.com>
1408
1409 Update TODO.
1410 * TODO (-D): is implemented.
1411 (associativity): Same precedence must have the same associativity.
1412 For instance, how can a * b / c be parsed if * is %left and / is
1413 %right?
1414 (YYERRORCODE, YYFAIL, YYBACKUP): New.
1415
247efe34
AD
14162008-11-10 Akim Demaille <demaille@gostai.com>
1417
1418 Formatting changes.
1419
5d731440
AD
14202008-11-10 Akim Demaille <demaille@gostai.com>
1421
1422 More information about the symbols.
1423 * src/output.c (type_names_output): Document all the symbols,
1424 including those that don't have a type-name.
1425 (symbol_definitions_output): Define "is_token" and
1426 "has_type_name".
1427 * data/lalr1.cc (b4_type_action_): Skip symbols that have an empty
1428 type-name, now that they are defined too in b4_type_names.
1429
21db118b
AD
14302008-11-10 Akim Demaille <demaille@gostai.com>
1431
1432 Regen.
1433
6ed15cde
AD
14342008-11-10 Akim Demaille <demaille@gostai.com>
1435
1436 Make parser::yytranslate static.
b06df3c2
AD
1437 Small speedup (1%) on the list grammar. And makes yytranslate_
1438 available in non member functions.
de62edee 1439
6ed15cde
AD
1440 * data/lalr1.cc (yytranslate_): Does not need to be a instance
1441 function.
1442
30bb2edc
AD
14432008-11-10 Akim Demaille <demaille@gostai.com>
1444
1445 Avoid trailing spaces.
1446 * data/c.m4: b4_comment(TEXT): Don't indent empty lines.
1447 * data/lalr1.cc: Don't indent before rule and symbol actions, as
1448 they can be empty, and anyway this incorrectly indents the first
1449 action.
1450
b3a28fd4
AD
14512008-11-10 Akim Demaille <demaille@gostai.com>
1452
1453 Comment changes.
1454
914202bd
AD
14552008-11-10 Akim Demaille <demaille@gostai.com>
1456
1457 Use "enum" for integral constants.
1458 This is just nicer to read, I observed no speedup.
de62edee 1459
914202bd
AD
1460 * data/lalr1.cc (yyeof_, yylast_, yynnts_, yyempty_, yyfinal_)
1461 (yterror_, yyerrcode_, yyntokens_): Define as members of an enum.
1462 (yyuser_token_number_max_, yyundef_token_): Move into...
1463 (yytranslate_): here.
1464
c17f9a4a
AD
14652008-11-10 Akim Demaille <demaille@gostai.com>
1466
1467 Shortcuts in bench directives.
1468 * etc/bench.pl.in (parse_dirs): New.
1469 Use it.
1470 (bench_variant_parser, bench_fusion_parser): Use %s and %d.
1471 Create the benches in "benches/".
1472
b9855ea5
AD
14732008-11-10 Akim Demaille <demaille@gostai.com>
1474
1475 Formatting changes.
1476 * data/lalr1.cc: here.
1477
6e097787
AD
14782008-11-10 Akim Demaille <demaille@gostai.com>
1479
1480 Adjust verbose message to using emacs.
1481 * etc/bench.pl.in: Inform compilation-mode when we change the
1482 directory.
1483 (generate_grammar_list): Recognize %define "variant" in addition
1484 to %define variant.
1485
4c3cc7da
AD
14862008-11-10 Akim Demaille <demaille@gostai.com>
1487
1488 Classify symbols by type-name.
1489 * src/uniqstr.h (UNIQSTR_CMP): New.
1490 * src/output.c (symbol_type_name_cmp, symbols_by_type_name)
1491 (type_names_output): New.
1492 (muscles_output): Use it.
1493 * data/lalr1.cc (b4_symbol_action_): Remove.
1494 (b4_symbol_case_, b4_type_action_): New.
1495 Adjust uses of b4_symbol_action_ to use b4_type_action_.
1496
d69c9694
AD
14972008-11-10 Akim Demaille <demaille@gostai.com>
1498
1499 Change the handling of the symbols in the skeletons.
1500 Before we were using tables which lines were the symbols and which
1501 columns were things like number, tag, type-name etc. It is was
1502 difficult to extend: each time a column was added, all the numbers had
1503 to be updated (you asked for colon $2, not for "tag"). Also, it was
1504 hard to filter these tables when only a subset of the symbols (say the
1505 tokens, or the nterms, or the tokens that have and external number
1506 *and* a type-name) was of interest.
de62edee 1507
d69c9694
AD
1508 Now instead of monolithic tables, we define one macro per cell. For
1509 instance "b4_symbol(0, tag)" is a macro name which contents is
1510 self-decriptive. The macro "b4_symbol" provides easier access to
1511 these cells.
de62edee 1512
d69c9694
AD
1513 * src/output.c (type_names_output): Remove.
1514 (symbol_numbers_output, symbol_definitions_output): New.
1515 (muscles_output): Call them.
1516 (prepare_symbols): Define b4_symbols_number.
1517
5263bea9
AD
15182008-11-10 Akim Demaille <demaille@gostai.com>
1519
1520 --trace=muscles
1521 * src/getargs.h, src/getargs.c (trace_muscle): New.
1522 (trace_types, trace_args): Support it.
1523 * src/output.c (output_skeleton): Use it.
1524
4175f6bb
AD
15252008-11-10 Akim Demaille <demaille@gostai.com>
1526
1527 muscles_output.
1528 * src/output.c (muscles_output): New, extracted from...
1529 (output_skeleton): here.
1530 Adjust.
1531
1de69d6a
AD
15322008-11-10 Akim Demaille <demaille@gostai.com>
1533
1534 Formatting changes.
1535
36db78a7
AD
15362008-11-10 Akim Demaille <demaille@gostai.com>
1537
1538 Update the variant example.
1539 * examples/variant.yy: Formatting changes.
1540 One stage build.
1541
e5eb92e7
AD
15422008-11-10 Akim Demaille <demaille@gostai.com>
1543
1544 Support constructor with an argument.
1545 This improves the "list" bench by 2%.
de62edee 1546
e5eb92e7
AD
1547 * data/lalr1.cc (variant::build): Add an overloaded version with
1548 an argument.
1549 * tests/c++.at (AT_CHECK_VARIANT): Check it.
1550
76307410
AD
15512008-11-10 Akim Demaille <demaille@gostai.com>
1552
1553 Test variants.
1554 * tests/c++.at (AT_CHECK_VARIANTS): New.
1555 Use it with and without %define assert.
1556
d78f0ac9
AD
15572008-11-10 Akim Demaille <demaille@gostai.com>
1558
1559 Add %precedence support.
1560 Unfortunately it is not possible to reuse the %prec directive. This
1561 is because to please POSIX, we do not require to end the rules with a
1562 semicolon. As a result,
de62edee 1563
d78f0ac9 1564 foo: bar %prec baz
de62edee 1565
d78f0ac9
AD
1566 is ambiguous: either a rule which precedence is that of baz, or a rule,
1567 and then a declaration of the precedence of the token baz.
de62edee 1568
d78f0ac9
AD
1569 * doc/bison.texinfo: Document %precedence.
1570 (Precedence Only): New.
1571 * src/assoc.h, src/assoc.c (precedence_assoc): New.
1572 * src/conflicts.c (resolve_sr_conflict): Support it.
1573 * src/scan-gram.l, src/parse-gram.y (%precedence): New token.
1574 Parse it.
1575 * tests/calc.at: Use %precedence for NEG.
1576 * tests/conflicts.at (%precedence does not suffice)
1577 (%precedence suffices): New tests.
1578
c85be41a
AD
15792008-11-09 Akim Demaille <demaille@gostai.com>
1580
1581 Make benches in a sub dirs.
1582 * etc/bench.pl.in ($dir): New.
1583 Use it.
1584 Check the use of constructors with an argument.
1585 (bench_variant_parser): Fix.
1586
db65ca1f
AD
15872008-11-09 Akim Demaille <demaille@gostai.com>
1588
1589 fix eof condition
1590
9b0efa5b
AD
15912008-11-09 Akim Demaille <demaille@gostai.com>
1592
1593 Fix --help.
1594
432ac57a
AD
15952008-11-09 Akim Demaille <demaille@gostai.com>
1596
1597 Require the generation of parse-gram.output.
1598 * src/Makefile.am (YACC): Pass --report=all.
1599
deef2a0a
AD
16002008-11-09 Akim Demaille <demaille@gostai.com>
1601
1602 Formatting changes.
1603
df72984a
AD
16042008-11-09 Akim Demaille <demaille@gostai.com>
1605
1606 Update TODO.
1607 * TODO: Remove obsolete items.
1608 Update others.
1609
f10e19fd
AD
16102008-11-09 Akim Demaille <demaille@gostai.com>
1611
1612 Enhance bench.pl.
1613 * etc/bench.pl.in (parse, parse_expr, parse_term, parse_fact)
1614 (@token, $grammar, $bench): New.
1615 (generate_grammar_variant): Rename as...
1616 (generate_grammar_list): this.
1617 (generate_grammar): Adjust.
1618 (bench_grammar): Rename as...
1619 (bench): this.
1620 Use it in the various bench-marking routines.
1621 (-b, -g): New options.
1622
5de9c593
AD
16232008-11-09 Akim Demaille <demaille@gostai.com>
1624
1625 Use a static hierarchy for symbols in the C++ parser.
1626 * data/lalr1.cc (symbol_base_type, symbol_type)
1627 (stack_symbol_type): Make it a static hierarchy.
1628 Adjust dependencies.
1629
757f8f98
AD
16302008-11-09 Akim Demaille <demaille@gostai.com>
1631
1632 bench.pl -d, --directive.
1633 * etc/bench.pl.in (@directive): New.
1634 (&bench_grammar): Use it.
1635 (&bench_list_grammar): New, to provide access to the "variant"
1636 grammar.
1637 Use it.
1638 (getopts): Support -d, --directive.
1639
d3be4f6d
AD
16402008-11-09 Akim Demaille <demaille@gostai.com>
1641
1642 Use inline for small operations.
1643 * data/lalr1.cc (symbol_base_type, symbol_type)
1644 (stack_symbol_type): Declare constructor and other operations as
1645 inline.
1646 (yy_destroy_): Inline.
1647
1f7d007b
AD
16482008-11-09 Akim Demaille <demaille@gostai.com>
1649
1650 Introduce a hierarchy for symbols.
1651 * data/lalr1.cc (symbol_base_type, symbol_type): New.
1652 (data_type): Rename as...
1653 (stack_symbol_type): this.
1654 Derive from symbol_base_type.
1655 (yy_symbol_value_print_): Merge into...
1656 (yy_symbol_print_): this.
1657 Rename as...
1658 (yy_print_): this.
1659 (yydestruct_): Rename as...
1660 (yy_destroy_): this.
1661 (b4_symbols_actions, YY_SYMBOL_PRINT): Adjust.
1662 (parser::parse): yyla is now of symbol_type.
1663 Use its type member instead of yytoken.
1664
bc0b0477
AD
16652008-11-09 Akim Demaille <demaille@gostai.com>
1666
1667 Rename data_type and stack_symbol_type.
1668 * data/lalr1.cc (data_type): Rename as...
1669 (stack_symbol_type): this.
1670
57295d14
AD
16712008-11-09 Akim Demaille <demaille@gostai.com>
1672
1673 Handle semantic value and location together.
1674 * data/lalr1.cc (b4_symbol_actions): Bounce $$ and @$ to
1675 yydata.value and yydata.location.
1676 (yy_symbol_value_print_, yy_symbol_print_, yydestruct_)
1677 (YY_SYMBOL_PRINT): Now take semantic value and location as a
1678 single arg.
1679 Adjust all callers.
1680 (yydestruct_): New overload for a stack symbol.
1681
e9b0834e
AD
16822008-11-09 Akim Demaille <demaille@gostai.com>
1683
1684 Push a complete symbol, not connected parts.
1685 * data/lalr1.cc (yypush_): Take a data_type&, not disconnected
1686 state, value and location.
1687 Adjust callers.
1688
6082531a
AD
16892008-11-09 Akim Demaille <demaille@gostai.com>
1690
1691 Agregate yylval and yylloc.
1692 * data/lalr1.cc (parser::yylval, parser::yylloc): Replace by...
1693 (parser::yyla): this.
1694
33c195cc
AD
16952008-11-09 Akim Demaille <demaille@gostai.com>
1696
1697 Rely on the state stack to display reduction traces.
b06df3c2
AD
1698 To display rhs symbols before a reduction, we used information
1699 about the rule reduced, which required the tables yyrhs and
1700 yyprhs. Now use rely only on the state stack to get the same
1701 information.
de62edee 1702
33c195cc
AD
1703 * data/lalr1.cc (b4_rhs_data, b4_rhs_state): New.
1704 Use them.
1705 (parser::yyrhs_, parser::yyprhs_): Remove.
1706 (parser::yy_reduce_print_): Use the state stack.
1707
e1f93869
AD
17082008-11-09 Akim Demaille <demaille@gostai.com>
1709
1710 Fuse yyval and yyloc into yylhs.
1711 * data/lalr1.cc (b4_lhs_value, b4_lhs_location): Adjust to using
1712 yylhs.
1713 (parse): Replace yyval and yyloc with yylhs.value and
1714 yylhs.location.
1715 After a user action, compute yylhs.state earlier.
1716 (yyerrlab1): Do not play tricks with yylhs.location, rather, use a
1717 fresh error_token.
1718
2935744b
DJ
17192008-11-09 Di-an Jan <dianj@freeshell.org>
1720
1721 Remove unused variable.
1722 * src/output.c (type_names_output): Remove unused variable sep.
1723
bbf9ca37
PB
17242008-11-09 Paolo Bonzini <bonzini@gnu.org>
1725
1726 Change tests/output.at quoting.
1727 * tests/output.at (AT_CHECK_OUTPUT): Use conventional m4 quoting when
1728 expanding arguments.
1729
d9a9b96b
JD
17302008-11-07 Joel E. Denny <jdenny@ces.clemson.edu>
1731
1732 Don't add a semicolon to actions for %skeleton or %language.
1733 It breaks Java test cases as reported by Akim Demaille.
1734 * src/scan-code.l: Implement.
1735
51365192
JD
17362008-11-07 Joel E. Denny <jdenny@ces.clemson.edu>
1737
1738 Clean up %skeleton and %language priority implementation.
1739 * src/getargs.c (skeleton_prio): Use default_prio rather than 2, and
1740 remove static qualifier because others will soon need to see it.
1741 (language_prio): Likewise.
1742 (getargs): Use command_line_prio rather than 0.
1743 * src/getargs.h (command_line_prio, grammar_prio, default_prio): New
1744 enum fields.
1745 (skeleton_prio): Extern it.
1746 (language_prio): Extern it.
1747 * src/parse-gram.y: Use grammar_prio rather than 1.
1748
9380cfd0
AD
17492008-11-07 Akim Demaille <demaille@gostai.com>
1750
1751 Moving push traces into yypush_.
1752 * data/lalr1.cc (yypush_): Now takes a optional trace message.
1753 Adjust all uses.
1754
8901f32e
AD
17552008-11-07 Akim Demaille <demaille@gostai.com>
1756
1757 The single-stack C++ parser is now the standard one.
1758 * data/lalr1.cc: Rename as...
1759 * data/lalr1-split.cc: this.
1760 * data/lalr1-fusion.cc: Rename as...
1761 * data/lalr1.cc: this.
1762 * etc/bench.pl.in: Adjust.
1763
8cdabf02
AD
17642008-11-07 Akim Demaille <demaille@gostai.com>
1765
1766 Avoid empty-if warnings.
1767 Reported by Quentin Hocquet.
de62edee 1768
8cdabf02
AD
1769 * data/lalr1-fusion.cc (YY_SYMBOL_PRINT, YY_REDUCE_PRINT)
1770 (YY_STACK_PRINT): Provide some contents even when !YYDEBUG.
1771
5a893c2b
AD
17722008-11-07 Akim Demaille <demaille@gostai.com>
1773
1774 Pass command line location to skeleton_arg and language_argmatch.
1775 * src/getargs.h, src/getargs.c (skeleton_arg, language_argmatch):
1776 The location argument is now mandatory.
1777 Adjust all dependencies.
1778 (getargs): Use command_line_location.
1779
58697c6d
AD
17802008-11-07 Akim Demaille <demaille@gostai.com>
1781
1782 -D, --define.
1783 * src/getargs.c (usage): Document -D.
1784 Fix help string for --locations.
1785 (command_line_location): New.
1786 (short_options, long_options, getargs): Support -D, --define.
1787 (getargs): Move -d support at the right place.
1788 * doc/bison.texinfo (Bison Options): Update.
1789 * tests/input.at (%define, --define): New.
1790
9fe5a457
AD
17912008-11-07 Akim Demaille <demaille@gostai.com>
1792
1793 Initialize the muscle table before parsing the command line.
1794 * src/getargs.c (quotearg.h, muscle_tab.h): Include.
1795 (getargs): Define file_name.
1796 * src/main.c (main): Initialize muscle_tab before calling
1797 getargs.
1798 * src/muscle_tab.c (muscle_init): No longer define file_name, as
1799 its value is not available yet.
1800
56c5eca9
AD
18012008-11-07 Akim Demaille <demaille@gostai.com>
1802
1803 Locations without columns for command line arguments.
1804 * src/location.c (location_print): Don't display negative columns.
1805 * src/location.h: Document this.
1806
9b9e0a7d
AD
18072008-11-07 Akim Demaille <demaille@gostai.com>
1808
1809 Fix --help.
1810 * src/getargs.c (usage): Fix help string for -W.
1811
74eae918
AD
18122008-11-07 Akim Demaille <demaille@gostai.com>
1813
1814 Handle more general types of option arguments.
1815 * build-aux/cross-options.pl: The argument ends at the first
1816 space, not the first non-symbol character.
1817 Use @var for each word appearing the argument description.
1818
a3d4c6fb
AD
18192008-11-07 Akim Demaille <demaille@gostai.com>
1820
1821 Destroy the variants that remain on the stack in case of error.
1822 * data/lalr1-fusion.cc (yydestruct_): Invoke the variant's
1823 destructor.
1824 Display the value only if yymsg is nonnull.
1825 (yyreduce): Invoke yydestruct_ when popping lhs symbols.
1826
2d32fc9f
AD
18272008-11-07 Akim Demaille <demaille@gostai.com>
1828
1829 Add "%define assert" to variants.
1830 This is used to help the user catch cases where some value gets
1831 ovewritten by a new one. This should not happen, as this will
1832 probably leak.
de62edee 1833
2d32fc9f
AD
1834 Unfortunately this uncovered a bug in the C++ parser itself: the
1835 lookahead value was not destroyed between two calls to yylex. For
1836 instance if the previous lookahead was a std::string, and then an int,
1837 then the value of the std::string was correctly taken (i.e., the
1838 lookahead was now an empty string), but std::string structure itself
1839 was not reclaimed.
de62edee 1840
2d32fc9f
AD
1841 This is now done in variant::build(other&) (which is used to take the
1842 value of the lookahead): other is not only stolen from its value, it
1843 is also destroyed. This incurs a new performance penalty of a few
1844 percent, and union becomes faster again.
de62edee 1845
2d32fc9f
AD
1846 * data/lalr1-fusion.cc (variant::build(other&)): Destroy other.
1847 (b4_variant_if): New.
1848 (variant::built): New.
1849 Use it whereever the status of the variant changes.
1850 * etc/bench.pl.in: Check the penalty of %define assert.
1851
f6038cb8
AD
18522008-11-07 Akim Demaille <demaille@gostai.com>
1853
1854 Use "%define variant" in bench.pl.
1855 * etc/bench.pl.in: No longer use the pseudo directive %variants,
1856 just use %define variants.
1857
ccde1f98
AD
18582008-11-07 Akim Demaille <demaille@gostai.com>
1859
1860 Regen.
1861 * src/parse-gram.h, src/parse-gram.c: Regen.
1862
58bd33b7
JD
18632008-11-04 Joel E. Denny <jdenny@ces.clemson.edu>
1864
1865 Fix user actions without a trailing semicolon.
1866 Reported by Sergei Steshenko at
1867 <http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00001.html>.
1868 * THANKS (Sergei Steshenko): Add.
1869 * src/scan-code.l (SC_RULE_ACTION): Fix it.
1870 * tests/regression.at (Fix user actions without a trailing semicolon):
1871 New test case.
1872
639867b5
AD
18732008-11-04 Akim Demaille <demaille@gostai.com>
1874
1875 Use b4_copyright_years.
1876 * data/yacc.c (b4_copyright_years): New.
1877 Fix its value according to the comments in the file.
1878 Use it and undefine it.
1879
3c262606
AD
18802008-11-04 Akim Demaille <demaille@gostai.com>
1881
1882 Formatting changes.
1883 * data/lalr1-fusion.cc, src/parse-gram.y: here.
1884
a2b93d52
AD
18852008-11-04 Akim Demaille <demaille@gostai.com>
1886
1887 Formatting changes.
1888 * data/lalr1-fusion.cc: here.
1889
3a2803df
AD
18902008-11-04 Akim Demaille <demaille@gostai.com>
1891
1892 Use strict on bench.pl.
1893 * etc/bench.pl.in (&run, &generate_grammar): New.
1894 Rename the grammar generating functions for consistency.
1895 Change the interface so that the list of benches to run is passed
1896 as (optionless) arguments.
1897 (&compile): Use &run.
1898
a0d4650a
AD
18992008-11-04 Akim Demaille <demaille@gostai.com>
1900
1901 Remove spurious initial empty lines.
1902 * data/glr.c, data/glr.cc, data/lalr1.cc, data/lalr1.java,
1903 * data/yacc.c: End the @output lines with an @.
1904
cac9e09b
AD
19052008-11-04 Akim Demaille <demaille@gostai.com>
1906
1907 Improve the display of sizes.
1908 * etc/bench.p.in: Higher precision.
1909 Sort by decreasing size.
1910
4af4348a
AD
19112008-11-04 Akim Demaille <demaille@gostai.com>
1912
1913 Don't memcpy C++ structures.
1914 * data/lalr1-fusion.cc (b4_symbol_variant): Adjust additional
1915 arguments.
1916 (variant::build): New overload for
1917 copy-construction-that-destroys.
1918 (variant::swap): New.
1919 (parser::yypush_): Use it in variant mode.
1920
ef05c4d6
AD
19212008-11-04 Akim Demaille <demaille@gostai.com>
1922
1923 Better defaults for bench.pl.
1924 * etc/bench.pl.in ($verbose, $cflags, $iterations): Change the
1925 default values.
1926 Adjust &verbose uses.
1927 (-q, --quiet): New.
1928
9718cfa9
AD
19292008-11-04 Akim Demaille <demaille@gostai.com>
1930
1931 Make variant.yy more complex.
1932 std::list cannot be copied via memcpy, they are more demanding than
1933 std::string. Use one std::list to strengthen the test.
de62edee 1934
9718cfa9
AD
1935 * examples/variant.yy: Use lalr1-fusion.cc, not lalr1.cc.
1936 Adjust.
1937 Create a list of strings, instead of a single large string.
1938
a6df593d
AD
19392008-11-04 Akim Demaille <demaille@gostai.com>
1940
1941 bench.pl --bench.
1942 * etc/bench.pl.in (--bench, $bench): New.
1943
006a0303
AD
19442008-11-04 Akim Demaille <demaille@gostai.com>
1945
1946 Sort methods.
1947 * data/lalr1-fusion.cc (destroy): Use as() in its definition.
1948 Define it after as().
1949
faef3466
AD
19502008-11-04 Akim Demaille <demaille@gostai.com>
1951
1952 Useless parens.
1953 * data/lalr1-fusion.cc (b4_rhs_location): Remove useless parens.
1954
2141aded
AD
19552008-11-04 Akim Demaille <demaille@gostai.com>
1956
1957 Issue missing synclines after user actions.
1958 * data/c.m4 (b4_case): Issue synclines on the output file.
1959
e426d17b
AD
19602008-11-04 Akim Demaille <demaille@gostai.com>
1961
1962 Remove trailing empty line.
1963 * data/lalr1-fusion.cc: Don't add an empty line after the user's
1964 epilogue.
1965
a9ce3f54
AD
19662008-11-04 Akim Demaille <demaille@gostai.com>
1967
1968 Fix output of copyright years.
1969 * data/bison.m4 (b4_copyright): Fix the indentation of the
1970 copyright year paragraph.
1971 Use b4_copyright_years when no years are given.
1972 * data/lalr1.cc, data/lalr1-fusion.cc, data/location.cc
1973 (b4_copyright_years): New.
1974 Use it.
1975
59c544c2
AD
19762008-11-04 Akim Demaille <demaille@gostai.com>
1977
1978 Avoid the spurious initial empty line.
1979 * data/lalr1-fusion.cc, data/location.cc: Put a trailing "@" at
1980 the end of @output request to suppress the empty line that
1981 results.
1982
96b15448
AD
19832008-11-04 Akim Demaille <demaille@gostai.com>
1984
1985 Remove parser::rhs_number_type.
1986 * data/lalr1-fusion.cc (rhs_number_type): No longer define it.
1987 (yyrhs_): Use b4_table_define.
1988
f0633174
AD
19892008-11-04 Akim Demaille <demaille@gostai.com>
1990
1991 Fix iteration type.
1992 * data/lalr1-fusion.cc: Use an int to iterate up to an int.
1993
417b8004
AD
19942008-11-04 Akim Demaille <demaille@gostai.com>
1995
1996 Factor the declaration of the integer tables.
1997 * data/lalr1-fusion.cc (b4_table_define): New.
1998 Use it.
1999
1a5246c6
AD
20002008-11-03 Akim Demaille <demaille@gostai.com>
2001
2002 Fix indentation of tables in lalr1.cc
2003 * data/lalr1-fusion.cc: Fix the indentation.
2004
f8a95c9c
AD
20052008-11-03 Akim Demaille <demaille@gostai.com>
2006
2007 Destroy the lhs symbols after reduction.
2008 * data/lalr1-fusion.cc (parse): After the user action, when in
2009 variant mode, destroy the lhs symbols.
2010
d7f4d823
AD
20112008-11-03 Akim Demaille <demaille@gostai.com>
2012
2013 Simplify yysyntax_error_ use.
2014 * data/lalr1-fusion.cc (yysyntax_error_): Always pass it the token
2015 type, but make it unnamed in the declaration when it is not used.
2016
8b9c89fb
AD
20172008-11-03 Akim Demaille <demaille@gostai.com>
2018
2019 Let yy::variant::build return an lvalue.
2020 * data/lalr1-fusion.cc (variant::build): Return a reference to the
2021 object.
2022
83243c24
AD
20232008-11-03 Akim Demaille <demaille@gostai.com>
2024
2025 Define yy::variant only when needed.
2026 * data/lalr1-fusion.cc (yy::variant): Define only if variants are
2027 used.
2028
429b4848
AD
20292008-11-03 Akim Demaille <demaille@gostai.com>
2030
2031 Bench the three-stack lalr1.cc.
2032 * etc/bench.pl.in: Bench the three-stack lalr1.cc vs. the
2033 one-stack one.
2034
414c76a4
AD
20352008-11-03 Akim Demaille <demaille@gostai.com>
2036
2037 Fail on parse error in calc++.
2038 * doc/bison.texinfo (calc++.cc): Propagate failures to the exit
2039 status.
2040 * examples/calc++/test ($me, $number, $exit, run): New.
2041 Use them to propagate errors to the exit status.
2042
8a5783fd
AD
20432008-11-03 Akim Demaille <demaille@gostai.com>
2044
2045 Don't specify the skeleton twice in the example.
2046 * examples/calc++/Makefile.am: Don't pass -S to Bison, the grammar
2047 file does what is needed.
2048
0cc5bead
AD
20492008-11-03 Akim Demaille <demaille@gostai.com>
2050
2051 bench: Improve output.
2052 * etc/bench.pl.in (bench_grammar): Tune the printf format.
2053
5b421a4e
AD
20542008-11-03 Akim Demaille <demaille@gostai.com>
2055
2056 bench: check impact of %debug on variants.
2057 * etc/bench.pl.in (variant_grammar): Fix the computation of
2058 $variant.
2059 Generate a grammar file that can work with or without %debug.
2060 Do use the @directive.
2061 (bench_variant_parser): Check impact of %debug.
2062 (@directives): Rename all the occurrences to...
2063 (@directive): this, for consistency.
2064
d11ee647
AD
20652008-11-03 Akim Demaille <demaille@gostai.com>
2066
2067 bench: report the size too.
2068 * etc/bench.pl.in ($iterations): Defaults to -3.
2069 (&bench_grammar): Require hireswallclock.
2070 Compute and display the size of the result.
2071 More comments.
2072
e1b74b92
AD
20732008-11-03 Akim Demaille <demaille@gostai.com>
2074
2075 bench: More use of the verbosity level.
2076 * etc/bench.pl.in ($verbose, &verbose): New.
2077 Use them.
2078 More POD documentation.
2079
7e5f9c54
AD
20802008-11-03 Akim Demaille <demaille@gostai.com>
2081
2082 bench.pl: a command line interface
2083 * etc/bench.pl.in: More doc.
2084 Some fixes in the documentation.
2085 ($cflags, $iterations, &help, &getopt): New.
2086 Use them.
2087 (&variant_grammar): Let the number of stages be 10 times what is
2088 specified.
2089
7109a18d
AD
20902008-11-03 Akim Demaille <demaille@gostai.com>
2091
2092 Bench the use of Boost.Variants.
2093 * etc/bench.pl.in ($cxx, &variant_grammar, &bench_variant_parser):
2094 New.
2095 (&compile): Be ready to compile C++ parsers.
2096 (&bench_push_parser): Move debug information to the outermost
2097 level.
2098 * THANKS: Add Michiel De Wilde.
2099
922730fe
AD
21002008-11-03 Akim Demaille <demaille@gostai.com>
2101
2102 bench.pl: Pass directives as a list instead of as a string.
2103 * etc/bench.pl.in (&directives): New.
2104 (&triangular_grammar, &calc_grammar): Use it to format the Bison
2105 directives.
2106 (&triangular_grammar): Do use the directives (were ignored).
2107 (&bench_grammar, &bench_push_parser): Adjust to pass lists of
2108 directives.
2109
7484f1d4
AD
21102008-11-03 Akim Demaille <demaille@gostai.com>
2111
2112 Improve genericity of bench.pl.
2113 * etc/bench.pl.in (&bench_grammar): Take the set of benches as
2114 argument.
2115 (&bench_push_parser): New.
2116 Call it.
2117
15129f25
AD
21182008-11-03 Akim Demaille <demaille@gostai.com>
2119
2120 Add documentation to bench.pl.
2121 * etc/bench.pl.in: Comment changes.
2122
0e0ed236
AD
21232008-11-03 Akim Demaille <demaille@gostai.com>
2124
2125 Fuse the three stacks into a single one.
de62edee 2126
b06df3c2
AD
2127 In order to make it easy to perform benchmarks to ensure that
2128 there are no performance loss, lalr1.cc is forked into
2129 lalr1-fusion.cc. Eventually, lalr1-fusion.cc will replace
2130 lalr1.cc.
2131
2132 Meanwhile, to make sure that lalr1-fusion.cc is correctly
2133 exercized by the test suite, the user must install a symbolic link
2134 from lalr1.cc to it.
de62edee 2135
b06df3c2
AD
2136 Instead of having three stacks (state, value, location), use a
2137 stack of triples. This considerably simplifies the code (and it
2138 will be easier not to require locations as currently does the C++
2139 parser), and also gives a 10% speedup according to
2140 etc/bench (probably mainly since memory allocation is done once
2141 instead of three times).
de62edee 2142
0e0ed236
AD
2143 Another motivation is to make it easier to destruct properly
2144 semantic values: now that they are bound to their state (hence
2145 symbol type) it will be easier to call the appropriate destructor.
de62edee 2146
0e0ed236 2147 These changes should probably benefit the C parser too.
de62edee 2148
b06df3c2
AD
2149 * data/lalr1.cc: Copy as...
2150 * data/lalr1-fusion.cc: this new file.
0e0ed236
AD
2151 (b4_rhs_value, b4_rhs_location): New definitions overriding those
2152 from c++.m4.
2153 (state_stack_type, semantic_stack_type, location_stack_type)
2154 (yystate_stack_, yysemantic_stack_, yylocation_stack_): Remove.
2155 (data_type, stack_type, yystack_): New.
2156 (YYLLOC_DEFAULT, yypush_): Adjust.
2157 (yyerror_range): Now based on data_type, not location_type.
2158
7dedf26e
AD
21592008-11-03 Akim Demaille <demaille@gostai.com>
2160
2161 Push the state, value, and location at the same time.
2162 This is needed to prepare a forthcoming patch that fuses the three
2163 stacks into one.
de62edee 2164
7dedf26e
AD
2165 * data/lalr1.cc (parser::yypush_): New.
2166 (parser::yynewstate): Change the semantics: instead of arriving to
2167 this label when value and location have been pushed, but yystate
2168 is to be pushed on the state stack, now the three of them must
2169 have been pushed before. yystate still must be the new state.
2170 This allows to use yypush_ everywhere instead of individual
2171 handling of the stacks.
2172
c4585f1e
AD
21732008-11-03 Akim Demaille <demaille@gostai.com>
2174
2175 Prefer references to pointers.
2176 * data/lalr1.cc (b4_symbol_actions): New, overrides the default C
2177 definition to use references instead of pointers.
2178 (yy_symbol_value_print_, yy_symbol_print_, yydestruct_):
2179 Take the value and location as references.
2180 Adjust callers.
2181
56017c17
AD
21822008-11-03 Akim Demaille <demaille@gostai.com>
2183
2184 stack::size instead of stack::height.
2185 * data/lalr1.cc (stack::height): Rename as...
2186 (stack::size): this.
2187 Fix the output type.
2188 Comment changes.
2189
5ab8c47b
AD
21902008-11-03 Akim Demaille <demaille@gostai.com>
2191
2192 Use variants to support objects as semantic values.
b06df3c2
AD
2193 This patch was inspired by work by Michiel De Wilde. But he used
2194 Boost variants which (i) requires Boost on the user side, (ii) is
2195 slow, and (iii) has useless overhead (the parser knows the type of
2196 the semantic value there is no reason to duplicate this
2197 information as Boost.Variants do).
2198
2199 This implementation reserves a buffer large enough to store the
2200 largest objects. yy::variant implements this buffer. It was
2201 implemented with Quentin Hocquet.
de62edee 2202
5ab8c47b
AD
2203 * src/output.c (type_names_output): New.
2204 (output_skeleton): Invoke it.
2205 * data/c++.m4 (b4_variant_if): New.
2206 (b4_symbol_value): If needed, provide a definition for variants.
2207 * data/lalr1.cc (b4_symbol_value, b4_symbol_action_)
2208 (b4_symbol_variant, _b4_char_sizeof_counter, _b4_char_sizeof_dummy)
2209 (b4_char_sizeof, yy::variant): New.
2210 (parser::parse): If variants are requested, define
2211 parser::union_type, parser::variant, change the definition of
2212 semantic_type, construct $$ before running the user action instead
2213 of performing a default $$ = $1.
2214 * examples/variant.yy: New.
2215 Based on an example by Michiel De Wilde.
2216
1fa5d8bb
AD
22172008-11-03 Akim Demaille <demaille@gostai.com>
2218
2219 Parameterize the extraction of semantic values.
2220 To make future changes easier, no longer rely on ".TYPE" being the
2221 way to get a semantic value.
de62edee 2222
1fa5d8bb
AD
2223 * data/c.m4 (b4_symbol_value): New.
2224 Use it.
2225 * data/c++.m4, data/yacc.c: Use it.
2226 * data/glr.c: Use b4_symbol_value.
2227 (b4_rhs_data): New.
2228 Use it.
2229
91ba8a55
AD
22302008-11-03 Akim Demaille <demaille@gostai.com>
2231
2232 Prepare easier M4 changes.
2233 * data/lalr1.cc: Use escaped [] instead of literals to prepare
2234 future changes.
2235
c9ba9e59
JD
22362008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
2237
2238 Initiate further development.
2239 * NEWS: Create an empty section for new entries.
2240 * gnulib: Update submodule to HEAD.
2241
bfb40910
JD
22422008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
2243
2244 * NEWS: Version 2.4.
2245
241fda7a
JD
22462008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
2247
2248 Prepare for next release.
2249 * NEWS: Briefly mention changes since 2.3b.
2250 * README: Say GNU m4 1.4.6, which we've been requiring in release
2251 announcements already, not 1.4.3, which breaks the build.
2252
ed4d67dc
JD
22532008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
2254
2255 Say %language is experimental.
2256 We're thinking of extending it's effect on output file naming. See the
2257 thread at
2258 <http://lists.gnu.org/archive/html/bison-patches/2008-10/msg00003.html>.
2259 * NEWS: Say it's experimental.
2260 * doc/bison.texinfo (Decl Summary): Say it's experimental, and so don't
2261 recommend it over %skeleton for now.
2262 (Bison Options): Likewise.
2263 (C++ Bison Interface): Use %skeleton not %language.
2264 (Calc++ Parser): Use %skeleton not %language.
2265 * src/getargs.c (usage): Say it's experimental.
2266
e254a580
DJ
22672008-11-01 Di-an Jan <dianj@freeshell.org>
2268 Paolo Bonzini <bonzini@gnu.org>
2269
2270 Support all Java parser class modifiers.
2271 * data/java.m4 (b4_percent_define_get3): New.
2272 (b4_final_if, b4_strictfp_if): New.
2273 * data/lalr1.java (final, strictfp, extends, implements): Support.
2274 * doc/bison.texinfo (final, strictfp, extends, implements): Add
2275 documentation.
2276 * tests/java.at (AT_CHECK_JAVA_MINIMAL): New.
2277 (AT_CHECK_JAVA_MINIMAL_W_LEXER): New.
2278 (AT_CHECK_JAVA_GREP): New.
2279 (Java parser class modifiers): New test.
2280 (Java parser class extends and implements): New test.
2281
2282 Model exception propagation better with throws and lex_throws.
2283 * data/java.m4 (b4_list2): New.
2284 (throws): Change default.
2285 * data/lalr1.java (yyaction): Add throws.
2286 (parse): Add lex_throws in addition to throws.
2287 * doc/bison.texinfo (throws, lex_throws): Add documentation.
2288 * tests/java.at (Java throws specifications): New test.
2289
2290 Improve documentation for Java parsers.
2291 * doc/bison.texinfo (Java Parsers): Add subsections.
2292 Don't quote first argument of %define.
2293 (Java Bison Interface): Document output files. Move documentation
2294 of parser class and merge into Java Parser Interface. Document
2295 features that error out. Document directives with no effect.
2296 Move note about Javadoc higher.
2297 (Java Semantic Values): Explicitly mention stype.
2298 Document that generic types cannot be used.
2299 (Java Location Values): Use @deftypeivar. Document constructors.
2300 Correct return value for toString.
2301 (Java Parser Interface): List undocumented constants/fields.
2302 Move documentation of fields added by %parse-param closer to list
2303 of members. Document that token names are added as fields.
2304 Document constructors accurately. Remove error method.
2305 (Java Scanner Interface): Move note on %pure-parser to Java Bison
2306 Interface. Describe %code lexer and yylex accutately.
2307 Remove documentation that does not match the code.
2308 (Java Action Features): New.
2309 (Java Differences): Add reference. Add item on semantic values.
2310 Add note about @{ ... @}. Clarify %% epilogue placement.
2311 (Java Declarations Summary): New.
2312
2313 Fix Java skeleton.
2314 * data/java.m4 (b4_prefix): Correct quoting for m4_define_default.
2315 (b4_remove_comma): Quote test argument.
2316 (b4_identification): Remove "bison" field.
2317 * tests/java.at (Java parser class and package names): New test.
2318 (Java %parse-param and %lex-param): New test.
2319 (Java stype, position_class and location_class): New test.
2320
f259e4e6
PB
23212008-10-31 Di-an Jan <dianj@freeshell.org>
2322
2323 * data/lalr1.jave: Update copyright years.
2324 (YYParser): Correct name of "generated from" file in Javadoc:
2325 use b4_file_name instead of @ofile@.
2326 (Location constructor): Correct Javadoc parameter name.
2327 (yylloc): Add missing opening m4 quote after b4_location_if.
2328 This removes a stray [ in the Javadoc of Lexer.getStartPos.
2329 (Lexer.yyerror): Fix incorrect m4 and Javadoc.
2330 (YYParser constructor): Correct Javadoc parameter name.
2331
cae5057f
JD
23322008-10-30 Joel E. Denny <jdenny@ces.clemson.edu>
2333
2334 Always put auxiliary code files in the same dir as other output files.
2335 * src/files.c (compute_file_name_parts): When the user specifies
2336 --output but not --file-prefix, extract the directory prefix from the
2337 file prefix not from the grammar file name. This affects the location
2338 of files like location.hh generated by the C++ skeleton. The includes
2339 in the other output files require this fix.
2340 * tests/output.at (AT_CHECK_OUTPUT): Automatically create directories
2341 for expected output files.
2342 (Output files): Add a test for the above.
2343
4af432ba
JD
23442008-10-29 Joel E. Denny <jdenny@ces.clemson.edu>
2345
2346 * gnulib: Update submodule to HEAD.
2347
e26d4e43
JD
23482008-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
2349
2350 Update copyright year.
2351 * src/files.c: Here.
2352
c0ee9e21
DJ
23532008-10-28 Di-an Jan <dianj@freeshell.org> (tiny change)
2354
2355 Don't overwrite the input file.
2356 * src/files.c (output_file_name_check): Fatal error if using input file
2357 for output.
2358 * tests/output.at: (AT_CHECK_CONFLICTING_OUTPUT): Add return status
2359 argument.
2360 (Conflicting output files): Add test.
2361
482dc52f
AD
23622008-10-28 Akim Demaille <demaille@gostai.com>
2363
2364 Space changes.
2365 * data/lalr1.cc: Formatting changes.
2366
52cbbe84
AD
23672008-10-28 Akim Demaille <demaille@gostai.com>
2368
2369 Don't define debugging functions when !YYDEBUG.
2370 * data/lalr1.cc (debug_stream, set_debug_stream)
2371 (debug_level_type, debug_level, set_debug_level): Don't
2372 declare them when YYDEBUG is not defined.
2373 The implementation are already YYDEBUG-aware.
2374
0925d5bf
AD
23752008-10-28 Akim Demaille <demaille@gostai.com>
2376
2377 Prefer "continue" for empty loop bodies.
2378 * etc/bench.pl.in: Use "continue" instead of {}.
2379
cf98343c
AD
23802008-10-28 Akim Demaille <demaille@gostai.com>
2381
2382 Space and comments changes.
2383 * data/c++.m4, data/glr.c, data/lalr1.cc: Copyright year changes.
2384 * data/c.m4, data/lalr1.cc: Space changes.
2385
9f467b7d
AD
23862008-10-28 Akim Demaille <demaille@gostai.com>
2387
2388 Make gnulib a submodule.
2389 * gnulib: New.
2390 * .gitmodules (gnulib): New.
2391
0f0e1ace
JD
23922008-10-18 Joel E. Denny <jdenny@ces.clemson.edu>
2393
2394 Fix yyerror_range for user-defined location type in C++. Reported by
2395 Georg Sauthoff at
2396 <http://lists.gnu.org/archive/html/bug-bison/2008-08/msg00008.html>.
2397 * data/lalr1.cc (parse): Change type of yyerror_range to location_type.
2398 * THANKS (Georg Sauthoff): Add.
2399
548e2104
JD
24002008-10-18 Joel E. Denny <jdenny@ces.clemson.edu>
2401
2402 Update several administrative files mainly to facilitate releasing.
2403 * HACKING (Administrivia): Make the git-merge-changelog notes more
2404 helpful.
2405 (Test suite): Don't say lalr1.cc is not exercised in the test suite.
2406 (Release Procedure): Update for git and add numerous details that were
2407 previously missing.
2408 * Makefile.am (EXTRA_DIST): Remove Makefile.cfg and Makefile.maint.
2409 * maint.mk (announcement): Don't list bison as a bootstrap tool so
2410 that announcements don't claim we bootstrapped with whatever bison
2411 happened to be in PATH. Add flex as a bootstrap tool.
2412 * Makefile.maint: Remove, previously replaced by maint.mk.
2413 * Makefile.cfg: Remove, and migrate settings to...
2414 * cfg.mk: ... here for the sake of `make announcement'.
2415 * bootstrap.conf (gnulib_modules): Add announce-gen.
2416 * README: Say GNU Bison instead of just Bison. Suggested by Karl
2417 Berry.
2418
ddf17a6e
PB
24192008-10-08 Di-an Jan <dianj@freeshell.org> (tiny change)
2420
2421 Small but important bugfixes for the Java skeleton.
2422 * data/lalr1.java (yyerror): Change Location to b4_location_type.
2423 (yy_symbol_print): Call toString on yyvaluep.
2424
e1145ad8
AD
24252008-08-29 Akim Demaille <demaille@gostai.com>
2426
2427 Clarify UPDATED use.
215b40ac 2428 * doc/bison.texinfo: It refers to the last edition of this file,
e1145ad8 2429 not to the release date of Bison.
215b40ac 2430 Reported by Joel E. Denny.
e1145ad8 2431
0df72d78
AD
24322008-08-29 Akim Demaille <demaille@gostai.com>
2433
2434 * README: Update FAQ pointer.
2435 Reported by Joel E. Denny.
2436
9a90b6bb
EB
24372008-08-27 Eric Blake <ebb9@byu.net>
2438
2439 Resync m4sugar from autoconf.
2440 * data/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine)
2441 (m4_init): Adjust to latest m4.git changes.
2442 (m4_mapall_sep, _m4_list_cmp, m4_version_compare): Reduce side
2443 effects.
2444 * data/m4sugar/foreach.m4 (_m4_shiftn): Fix off-by-one bug.
2445 (_m4_list_cmp): Reduce side effects.
2446
65015668
AD
24472008-08-27 Akim Demaille <demaille@gostai.com>
2448
2449 Check yyerrok in calc.at.
215b40ac
EB
2450 * tests/calc.at (calc.y): Use yyerrok on "( error )".
2451 (AT_CHECK_CALC): Add a check that ensures that yyerrok works as
2452 expected.
65015668 2453
98e26a92
AD
24542008-08-27 Akim Demaille <demaille@gostai.com>
2455
2456 Support yyerrok in lalr1.cc.
2457 YYBACKUP is still to import back into lalr1.cc.
215b40ac 2458 * data/lalr1.cc (yyerrork, yyclearin, YYRECOVERING): Define.
98e26a92 2459
86c0e784
JD
24602008-08-26 Joel E. Denny <jdenny@ces.clemson.edu>
2461
2462 For maintainer-check*, don't recompile for a $(VERSION) update.
2463 * cfg.mk: New file.
2464 (_is-dist-target): Override the one in GNUmakefile.
2465 * Makefile.am (EXTRA_DIST): Add cfg.mk.
2466
88511166
JD
24672008-08-26 Joel E. Denny <jdenny@ces.clemson.edu>
2468
2469 Update for recent change to gnulib.
2470 * src/parse-gram.y: Don't include strverscmp.h. It comes from
2471 string.h now.
2472
6bbb2ed5
EB
24732008-08-15 Eric Blake <ebb9@byu.net>
2474
d67c52e8
EB
2475 Remaining m4sugar merge from autoconf.
2476 * data/m4sugar/m4sugar.m4: Copy entire file from autoconf.
2477 * data/m4sugar/foreach.m4: New file, copied from autoconf.
2478 * data/Makefile.am (dist_m4sugar_DATA): Distribute it.
2479 * src/output.c (output_skeleton): Tell m4 how to find it.
2480
6bbb2ed5
EB
2481 Partial m4sugar merge from autoconf: m4_map.
2482 * data/m4sugar/m4sugar.m4 (m4_fst): Delete.
2483 (m4_map, m4_map_sep, _m4_map): Rewrite more efficiently.
2484 (m4_apply, _m4_apply, m4_mapall, m4_mapall_sep): New macros.
2485 * data/java.m4 (b4_token_enums): Use more efficient short-circuit
2486 for empty list.
2487 * data/c.m4 (b4_token_defines, b4_token_enums, b4_c_ansi_formals):
2488 Likewise.
2489 (b4_parse_param_for): Avoid m4_fst, now that autoconf no longer
2490 declares it.
2491
8dce3875
JD
24922008-08-07 Joel E. Denny <jdenny@ces.clemson.edu>
2493
2494 Keep .version and PACKAGE_VERSION in sync.
2495 * Makefile.am ($(top_srcdir)/.version): Declare configure as a
2496 dependency, and add comments justifying this in more detail. Discussed
2497 starting at
2498 <http://lists.gnu.org/archive/html/bison-patches/2008-07/msg00022.html>.
2499
882a1fbf
EB
25002008-08-06 Eric Blake <ebb9@byu.net>
2501
a3764451
EB
2502 Partial m4sugar merge from autoconf: m4_shiftn.
2503 * data/m4sugar/m4sugar.m4 (m4_shiftn): Faster implementation.
2504 (m4_shift2, m4_shift3): New macros.
2505 (m4_case, m4_bmatch, m4_bpatsubsts, m4_join): Adjust clients.
2506 * data/c.m4 (b4_c_function_def, b4_c_ansi_function_def)
2507 (b4_c_ansi_function_decl, b4_c_function_call): Likewise.
2508 * data/java.m4 (b4_remove_comma): Likewise.
2509
882a1fbf
EB
2510 Partial m4sugar merge from autoconf: m4_wrap vs. m4 1.6.
2511 * data/m4sugar/m4sugar.m4 (m4_unquote, m4_wrap_lifo): New macros.
2512 (m4_wrap): Guarantee FIFO order, in spite of m4 1.6.
2513 (m4_init): Consolidate wrapped text into single m4_wrap.
2514 * data/bison.m4 (b4_check_user_names_wrap): Stick with LIFO order
2515 in wrapped text.
2516
a30e920d
EB
25172008-08-05 Eric Blake <ebb9@byu.net>
2518
dfcc5959
EB
2519 Partial m4sugar merge from autoconf: builtins, version.m4.
2520 * data/m4sugar/m4sugar.m4 (changeword): Nuke.
2521 (m4_prepend): Remove, as it is unused and inherently quadratic,
2522 whereas m4_append is linear in newer m4.
2523 (m4_mkstemp): New builtin.
2524 (m4_symbols): Make rename conditional.
2525 (m4_version_prereq): Ensure fatal error if used in bison, which
2526 intentionally lacks version.m4.
2527
a30e920d
EB
2528 Fix comments in m4sugar.
2529 * data/m4sugar/m4sugar.m4: Comment changes, borrowed from autoconf.
2530
445b7470
JD
25312008-08-02 Joel E. Denny <jdenny@ces.clemson.edu>
2532
2533 Update for recent .gitignore fix in Gnulib.
2534 * bootstrap: Back out 2008-07-18 hack now that gnulib-tool creates
2535 anchored .gitignore entries.
2536
a1e50014
JD
25372008-08-02 Joel E. Denny <jdenny@ces.clemson.edu>
2538
2539 Set gnu or gnits strictness.
2540 * configure.ac (AM_INIT_AUTOMAKE): Set gnu strictness during
2541 development and gnits strictness for releases. Based on Eric Blake's
2542 suggestion at
2543 <http://lists.gnu.org/archive/html/bug-bison/2008-07/msg00019.html>.
2544
d43f77e7
PB
25452008-07-31 Paolo Bonzini <bonzini@gnu.org>
2546
2547 * NEWS: Clarify documentation of %language.
2548
fee2ed87
PB
25492008-07-31 Paolo Bonzini <bonzini@gnu.org>
2550
2551 Support usage of git-merge-changelog.
2552 * .gitattributes: New.
2553 * HACKING: Document usage of git-merge-changelog.
2554 * bootstrap: Install git-merge-changelog entries in .git/config
2555 if appropriate.
2556
78029cd5
JD
25572008-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
2558
2559 Remove remaining dependence on CVS Id keyword.
2560 * ChangeLog: For the sake of people still using CVS, don't use dollars
2561 when mentioning Id.
2562 * data/xslt/bison.xsl: Remove Id from header comments, where it was
2563 unusual anyway.
2564 * data/xslt/xml2dot.xsl: Likewise.
2565 * data/xslt/xml2text.xsl: Likewise.
2566 * data/xslt/xml2xhtml.xsl: Likewise.
2567 * doc/Doxyfile.in (PROJECT_NUMBER): Don't use ID.
2568 * doc/Makefile.am (neutralize): Remove, no longer needed.
2569 (.x.1): Don't use neutralize.
2570 (edit): Don't substitute for ID.
2571 (Doxyfile): Don't define Id, and thus don't depend on ChangeLog.
2572
c53d18b1
JD
25732008-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
2574
2575 Fix dependence on computed configure variables.
2576 * doc/Makefile.am (common_dep): Depend on $(top_srcdir)/configure not
2577 $(top_srcdir)/configure.ac so that changes to computed variables, such
2578 as PACKAGE_VERSION, are seen.
2579 * tests/Makefile.am ($(srcdir)/package.m4): Likewise.
2580
5523ac79
JD
25812008-07-20 Joel E. Denny <jdenny@ces.clemson.edu>
2582
2583 Update copyright dates for recent changes.
2584 * Makefile.am: Here.
2585 * src/Makefile.am: Here.
2586 * src/reduce.c: Here.
2587 * tests/reduce.at: Here.
2588
8fa36911
JD
25892008-07-18 Joel E. Denny <jdenny@ces.clemson.edu>
2590
2591 Use git-version-gen for version names between releases.
2592 * .cvsignore (.tarball-version, GNUmakefile, *~): Add.
2593 * .gitignore (/.tarball-version, /GNUmakefile, /*~): Add.
2594 * .prev-version: New.
2595 * .version.in: Remove.
78029cd5 2596 * ChangeLog: Remove the Id previously used for capturing the CVS
8fa36911
JD
2597 revision.
2598 * GNUmakefile: Remove, now copied from Gnulib.
2599 * Makefile.am: Add code suggested by comments in
2600 build-aux/git-version-gen.
2601 (EXTRA_DIST): Remove GNUmakefile, handled by Gnulib. Add maint.mk,
2602 .prev-version, and .version.
2603 * NEWS (2.3b+): Rename to...
2604 (?.?): ... this because we're dropping the "+" version naming scheme,
2605 but, in general, we still can't be sure of our next release name.
2606 * bootstrap: Add a quick hack to remove from .gitignore the
2607 GNUmakefile entry that gnulib adds. We already have a /GNUmakefile
2608 entry. This should really be fixed in gnulib instead.
2609 * bootstrap.conf (gnulib_modules): Add gnumakefile.
2610 * configure.ac (AC_INIT): Set version name by invoking
2611 build-aux/git-version-gen.
2612 (AC_CONFIG_FILES): Remove .version, now generated by
2613 build-aux/git-version-gen.
2614 * maint.mk: New, copied from coreutils.
2615 * doc/.cvsignore (bison.1): Add.
2616 * doc/.gitignore (/bison.1): Add.
2617 * doc/bison.1: Remove, generated.
2618 * src/.cvsignore (revision.c): Remove.
2619 * src/.gitignore (/revision.c): Remove.
2620 * src/Makefile.am (bison_SOURCES): Remove revision.c and revision.h.
2621 (BUILT_SOURCES): Remove revision.c.
2622 (revision.c): Remove.
2623 * src/getargs.c (version): Don't print revision after the VERSION.
2624 * src/revision.h: Remove.
2625
bcf07cb7
JD
26262008-07-16 Joel E. Denny <jdenny@ces.clemson.edu>
2627
2628 Fix untranslatable composition of sentences. Reported by Goran
2629 Uddeborg at
2630 <http://lists.gnu.org/archive/html/bug-bison/2008-06/msg00000.html>.
2631 * THANKS (Goran Uddeborg): Add.
2632 * src/reduce.c (reduce_print): Report the number of nonterminals and
2633 rules useless in the grammar in separate sentences.
2634 * tests/reduce.at (Useless Rules): Update output.
2635 (Reduced Automaton): Likewise.
2636 (Underivable Rules): Likewise.
2637 (Empty Language): Likewise.
2638
9aacab9a
JD
26392008-07-15 Joel E. Denny <jdenny@ces.clemson.edu>
2640
2641 Fix some .gitignore and .cvsignore problems.
2642 * bootstrap (insert_sorted_if_absent): Replace all uses with...
2643 (insert_vc_ignore): ... this new function, which prepends `/' to all
2644 .gitignore entries before passing them to insert_sorted_if_absent.
2645 * bootstrap.conf (vc_ignore): Set to '.cvsignore .gitignore' so that
2646 .cvsignore files are maintained even though Bison developers run
2647 bootstrap while using Git.
2648 * .cvsignore (*.patch *.log log patches applied): Remove, apparently
2649 unneeded by Bison.
2650 (gnulib): Add.
2651 * .gitignore (/*.patch *.log log patches applied): Remove, broken and
2652 unneeded. Reported by Eric Blake.
2653 * lib/.gitignore (/*~): Add.
2654 * po/.cvsignore, runtime-po/.cvsignore: Sync with .gitignore.
2655 * examples/calc++/.gitignore (/calc++.exe): Add. Reported by Eric
2656 Blake.
2657 * src/.gitignore (/bison.exe): Add. Reported by Eric Blake.
2658
a9fc7990
JD
26592008-07-15 Joel E. Denny <jdenny@ces.clemson.edu>
2660
2661 Improve forward-compatibility with GNU M4. Reported by Eric Blake at
2662 <http://lists.gnu.org/archive/html/bug-bison/2008-07/msg00000.html>.
2663 * bootstrap.conf (gnulib_modules): Add unsetenv.
2664 * lib/.gitignore, lib/.cvsignore (/unsetenv.c): Add.
2665 * m4/.gitignore, m4/.cvsignore (/environ.m4): Add.
2666 (/setenv.m4): Add.
2667 * src/output.c (output_skeleton): For the m4 invocation, pass -dV as
2668 the first argument because it may become position-dependent, and unset
2669 POSIXLY_CORRECT so Bison's skeletons have access to GNU M4 extensions.
2670 Add comments explaining these issues in more detail.
2671
0f1d6f10
JD
26722008-07-14 Joel E. Denny <jdenny@ces.clemson.edu>
2673
2674 Add .gitignore everywhere based on .cvsignore.
2675 * .gitignore: New.
2676 * build-aux/.gitignore: New.
2677 * data/.gitignore: New.
2678 * doc/.gitignore: New.
2679 * etc/.gitignore: New.
2680 * examples/.gitignore: New.
2681 * examples/calc++/.gitignore: New.
2682 * lib/.gitignore: New.
2683 * m4/.gitignore: New.
2684 * po/.gitignore: New.
2685 * runtime-po/.gitignore: New.
2686 * src/.gitignore: New.
2687 * tests/.gitignore: New.
2688
7bd1665a
JD
26892008-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
2690
2691 * NEWS (2.3b+): New section, empty for now.
2692 * configure.ac (AC_INIT): 2.3b -> 2.3b+.
2693
72c5b982
JD
26942008-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
2695
2696 * NEWS (2.3b): Update release date since there has been a delay in
2697 getting the announcements and tarballs out.
2698
bd02cd5d
JD
26992008-05-23 Joel E. Denny <jdenny@ces.clemson.edu>
2700
2701 * NEWS: Version 2.3b.
2702 * configure.ac (AC_INIT): Likewise.
2703 (PACKAGE_COPYRIGHT_YEAR): Update to 2008.
2704
9126263e
JD
27052008-05-23 Joel E. Denny <jdenny@ces.clemson.edu>
2706
2707 * HACKING: Don't say don't mention HACKING in the ChangeLog. We've
2708 been doing it for years.
2709 (Test suite): Mention maintainer-push-check and maintainer-xml-check.
2710 (Release Procedure): Add FIXME about make alpha being unmaintained.
2711
fa6aa7b3
JD
27122008-05-13 Joel E. Denny <jdenny@ces.clemson.edu>
2713
2714 * data/yacc.c: Reformat m4 a little for readability.
2715 * src/lalr.c (build_relations): Correct comment.
2716
d30b312d
JMG
27172008-05-12 Juan Manuel Guerrero <juan.guerrero@gmx.de>
2718
2719 DJGPP specific issue.
2720 * djgpp/config.sed: Fixes required to run configure scripts generated
2721 by autoconf 2.62.
2722
138d4cd9
JD
27232008-05-07 Joel E. Denny <jdenny@ces.clemson.edu>
2724
2725 * HACKING (Release Procedure): translation@iro.umontreal.ca is now
2726 coordinator@translationproject.org.
2727
8f7e2e1f
JD
27282008-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
2729
2730 * THANKS: Add Eric Blake.
2731
f55efa38
JD
27322008-04-23 Eric Blake <ebb9@byu.net>
2733
2734 Revert prior patch, by working around autoconf regression.
2735 * tests/output.at (m4_expand): Add workaround for autoconf 2.62.
2736 ("Output file name: ("): Uncomment test.
2737 ("Output file name: )"): Likewise.
2738 Based on an idea from Noah Misch.
2739
096c9f9d
JD
27402008-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
2741
2742 Work-around an Autoconf 2.62 AT_SETUP bug that was not present in
2743 2.61. Reported by Juan Manuel Guerrero at
2744 <http://lists.gnu.org/archive/html/bug-bison/2008-04/msg00011.html>.
2745 * tests/output.at ("Output file name: ("): Comment out test case for
2746 now.
2747 ("Output file name: )"): Likewise.
2748
0f664b89
JD
27492008-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
2750
2751 * GNUmakefile: Update git-version-gen invocation so make dist
2752 succeeds.
2753
1cfe6375
JD
27542008-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
2755
2756 Update to the current gnulib CVS repository, and fix trigraph handling
2757 in Bison.
2758 * bootstrap: Update gnulib CVS repository URL.
2759 (symlink_to_dir): Encapsulate the code that guarantees the destination
2760 directory exists into...
2761 (check_dst_dir): ... this new function, and...
2762 (cp_mark_as_generated): ... reuse it here so that bootstrap doesn't
2763 fail when copying files into lib/uniwidth/.
2764 * src/output.c (prepare_symbols): When writing yytname muscles, where
2765 symbol names will be encoded in C-string literals, tell quotearg to
2766 escape trigraphs. This used to be the default in gnulib.
2767 * tests/regression.at (Token definitions): Because of the change in
2768 gnulib's quotearg behavior, string_as_id in parse-gram.y no longer
2769 escapes trigraphs in symbol names. Thus, yytname no longer has
2770 trigraphs unnecessarily doubly escaped. Update test case output.
2771 Extend test case to be sure Bison's own error messages will no longer
2772 have trigraphs in symbol names unnecessarily escaped once.
2773
74c52fc8
JD
27742008-04-20 Joel E. Denny <jdenny@ces.clemson.edu>
2775
2776 Fix make dist infinite loop reported by Juan Manuel Guerrero at
2777 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00009.html>.
2778 * .cvsignore: Add .version.
2779 * .version.in: New.
2780 * bootstrap.conf (gnulib_modules): Add git-version-gen.
2781 * configure.ac (AC_CONFIG_FILES): Add .version.
2782 * build-aux/.cvsignore: Add git-version-gen.
2783
8e55b3aa
JD
27842008-03-08 Joel E. Denny <jdenny@ces.clemson.edu>
2785
2786 * NEWS (2.3a+): Mention that -g now takes an argument.
2787 * doc/bison.texinfo (Bison Options): Reword -W entry a little for
2788 consistency. Update the -g and -x entries now that they take
2789 arguments. Use brackets to indicate optional arguments.
2790 * src/getargs.c (usage): Explain the relationship between arguments of
2791 long and short options more completely. Document --defines and -d
2792 separately since the former takes an argument but, for POSIX Yacc, the
2793 latter does not.
2794 (short_options): Let -W take an optional argument like --warnings.
8452fdd9 2795 (getargs): Sort cases.
8e55b3aa 2796
59c5ac72
AD
27972008-02-28 Akim Demaille <demaille@gostai.com>
2798
2799 * doc/bison.texinfo: Fix a few typos.
2800
118d4978
AD
28012008-02-28 Akim Demaille <akim@epita.fr>
2802
2803 * doc/bison.texinfo (Bison Options): Document -W.
2804 Based on Joel E. Denny's NEWS entry, and Automake's documentation.
2805
7020f1e9
AD
28062008-02-28 Akim Demaille <akim@epita.fr>
2807
2808 * src/getargs.c (short_options): Split and sort for readability.
2809 -g and -x take optional arguments, just like their long options.
2810 * build-aux/cross-options.pl: Use /x to make the regexp easier to
2811 understand.
2812 Fix the handling of $opt which resulted in all the argument to be
2813 considered as optional.
2814
59da312b
JD
28152008-02-22 Joel E. Denny <jdenny@ces.clemson.edu>
2816
2817 * NEWS (2.3a+): Don't say %language is experimental. Mention Java and
2818 say its interface is experimental.
2819 * doc/bison.texinfo (Decl Summary): In the %language entry, mention
2820 Java.
2821 (Bison Options): In the -L and --language entry, mention Java.
2822 (Java Bison Interface): Say the interface is experimental.
2823 * src/getargs.c (usage): Mention -L and --language.
2824
2825 * NEWS (2.3a+): Say the push parsing interface is experimental.
2826 * doc/bison.texinfo (Push Decl): Likewise.
2827 (Decl Summary): Likewise in the "%define api.push_pull" entry.
2828 (Push Parser Function): Likewise.
2829 (Pull Parser Function): Likewise.
2830 (Parser Create Function): Likewise.
2831 (Parser Delete Function): Likewise.
2832 (Table of Symbols): Likewise in the yypstate_delete, yypstate_new,
2833 yypull_parse, and yypush_parse entries.
2834
2835 * NEWS (2.3a+): Mention XML support, and say the schema is
2836 experimental.
2837 * doc/bison.texinfo (Bison Options): Mention -x and --xml.
2838 * src/getargs.c (usage): Say the XML schema is experimental.
2839
2840 * NEWS (2.3a+): Say option instead of flag.
2841
2bb3ebec
WP
28422008-02-21 Wojciech Polak <polak@gnu.org>
2843
2844 * data/xslt/xml2xhtml.xsl (xsl:template match="/"): Change footer
2845 text.
2846
333e670c
JD
28472008-02-20 Joel E. Denny <jdenny@ces.clemson.edu>
2848
2849 Fix impure push parser compile error reported by Bob Rossi at
2850 <http://lists.gnu.org/archive/html/help-bison/2008-02/msg00023.html>.
2851 * data/yacc.c: Clean up whitespace in the output a little.
2852 (yypstate_allocated): Define for impure push parsers regardless of
2853 whether the pull interface is also requested.
2854 * tests/push.at (Push Parsing: Multiple impure instances): Extend to
2855 check impure push parsers without the pull interface.
2856
2857 * data/yacc.c (yypstate_new): Don't try to invoke yyerror since
2858 yyerror takes arguments specified by %parse-param while yypstate_new
2859 does not.
2860 * doc/bison.texinfo (Parser Create Function): Document that
2861 yypstate_new returns 0 for multiple impure parser instances.
2862 * tests/push.at (Push Parsing: Multiple impure instances): Update
2863 expected stderr output.
2864
798096e1
JD
28652008-02-19 Joel E. Denny <jdenny@ces.clemson.edu>
2866
2867 * runtime-po/POTFILES.in (push.c): Remove.
2868
9ca7f077
JD
28692008-02-17 Joel E. Denny <jdenny@ces.clemson.edu>
2870
2871 * data/Makefile.am (dist_pkgdata_DATA): Remove push.c.
2872 * data/push.c: Rename to...
2873 * data/yacc.c: ... this, overwriting it.
2874 * etc/bench.pl.in (bench_grammar): `%pure-parser'-> `%define api.pure'.
2875 `%push-pull-parser' -> `%define api.push_pull "both"'.
2876 Remove old yacc.c tests, and update push.c tests to yacc.c.
2877
42ee26bb
JD
28782008-02-17 Joel E. Denny <jdenny@ces.clemson.edu>
2879
2880 * data/bison.m4 (b4_percent_code_get): Output %code block comments like
2881 `"%code top" blocks' instead of `%code "top" blocks'.
2882 * data/push.c: Import yacc.c changes from 2008-01-09 and 2007-08-03.
2883 Clean up whitespace in the output a little.
2884
b1cc23c4
JD
28852008-02-16 Joel E. Denny <jdenny@ces.clemson.edu>
2886
2887 Fix documentation problems reported by Tim Josling at
2888 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00013.html>.
2889 * NEWS (2.3a+): Mention removal of --no-parser, -n, and %no-parser.
2890 * doc/bison.texinfo (Token Decl): Token numbers are *nonnegative*
2891 integers. Explain the effect of literal string aliases on error
2892 messages. Copy token 0 documentation from the C++ skeleton
2893 documentation.
2894
ab7f29f8
JD
28952008-02-16 Joel E. Denny <jdenny@ces.clemson.edu>
2896
2897 Accept a token number in a %left, %right, or %nonassoc for POSIX
2898 conformance. Reported by Tim Josling at
2899 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00010.html>.
2900 * NEWS (2.3a+): Mention.
2901 * doc/bison.texinfo (Precedence Decl): Describe how literal strings
2902 and code numbers are treated by precedence declarations.
2903 * src/parse-gram.y (precedence_declaration): Use symbols.prec instead
2904 of symbols.1.
2905 (symbols.prec): New, just like symbols.1 but uses symbol.prec instead
2906 of symbol.
2907 (symbol.prec): New, just like symbol but allows INT.
2908 * src/symtab.c (symbol_user_token_number_set): Remove an aver that no
2909 longer holds.
2910 * tests/regression.at (Token number in precedence declaration): New
2911 test case.
2912
a924ef36
JMG
29132008-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
2914
2915 DJGPP specific issues.
2916 * djgpp/config.bat: Add filenames that are not 8.3 clean and that must
2917 be changed. Copyright timestamp adjusted.
2918 * djgpp/config.sed: Add filenames that are not 8.3 clean and that must
2919 be changed. Copyright timestamp adjusted.
2920 * djgpp/config.site: Copyright timestamp adjusted.
2921 * djgpp/config_h.sed: Copyright timestamp adjusted.
2922 * djgpp/djunpack.bat: Copyright timestamp adjusted.
2923 * djgpp/fnchnage.lst: Add filenames that are not 8.3 clean to the
2924 filename translation list.
2925 * djgpp/subpipe.c (init_subpipe): Check the environment variables
2926 TMPDIR, TMP and TEMP, in that order, to determinate where the temp
2927 files shall be created. Before trying to use the temp dir where the
2928 environment variable points to check that the dir really exists. If
2929 not default to the cwd as temp dir. Copyright timestamp adjusted.
2930 * djgpp/subpipe.h: Copyright timestamp adjusted.
2931 * djgpp/testsuite.sed: Copyright timestamp adjusted.
2932
389c8cfd
PE
29332008-01-30 Paul Eggert <eggert@cs.ucla.edu>
2934
2935 * doc/bison.texinfo: Update Back-Cover text to reflect new GNU wording.
2936
5d1cfef4
PE
29372008-01-09 Paul Eggert <eggert@cs.ucla.edu>
2938
2939 * data/yacc.c (yyparse): Correct the comment when locations aren't used.
2940 Problem reported by Claudio Saavedra in
2941 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00003.html>.
2942
e2dcf996
WP
29432008-01-05 Wojciech Polak <polak@gnu.org>
2944
2945 * data/xslt/xml2xhtml.xsl (xsl:template match="/"): Precede an XHTML
2946 document's title with the input grammar file name.
2947
da730230
JD
29482007-12-22 Joel E. Denny <jdenny@ces.clemson.edu>
2949
2950 Automate regression testing of the XML/XSLT implementation. Discussed
2951 starting at
2952 <http://lists.gnu.org/archive/html/bison-patches/2007-11/msg00021.html>.
2953 * configure.ac (XSLTPROC): New substitution.
2954 * Makefile.am (maintainer-xml-check): New phony target invoking...
2955 * tests/Makefile.am (maintainer-xml-check): ... this new phony target
2956 invoking make maintainer-check with BISON_TEST_XML=1.
2957 * tests/atlocal.in (XSLTPROC): New.
2958 * tests/local.at (AT_BISON_CHECK): New macro to (1) instruct Valgrind
2959 not to report reachable memory when Bison is expected to have a
2960 non-zero exit status and (2) to compare XML/XSLT output with --graph
2961 and --report=all output for every working grammar when
2962 BISON_TEST_XML=1.
2963 (AT_BISON_CHECK_NO_XML): Likewise, but skip XML checks.
2964 (AT_BISON_CHECK_XML): New.
2965 (AT_QUELL_VALGRIND): New.
2966 * tests/testsuite.at (ORIGINAL_AT_CHECK): Remove this and...
2967 (AT_CHECK): ... don't redefine this since this was the old way to
2968 quell Valgrind.
2969 * tests/actions.at: Rewrite all AT_CHECK invocations for bison as
2970 AT_BISON_CHECK invocations.
2971 * tests/c++.at: Likewise.
2972 * tests/calc.at: Likewise.
2973 * tests/conflicts.at: Likewise.
2974 * tests/cxx-type.at: Likewise.
2975 * tests/existing.at: Likewise.
2976 * tests/glr-regression.at: Likewise.
2977 * tests/headers.at: Likewise.
2978 * tests/input.at: Likewise.
2979 * tests/java.at: Likewise.
2980 * tests/output.at: Likewise.
2981 * tests/push.at: Likewise.
2982 * tests/reduce.at: Likewise.
2983 * tests/regression.at: Likewise.
2984 * tests/sets.at: Likewise.
2985 * tests/skeletons.at: Likewise.
2986 * tests/synclines.at: Likewise.
2987 * tests/torture.at: Likewise.
2988 (Big triangle): Use AT_BISON_CHECK_NO_XML instead since this grammar
2989 tends to hang xsltproc.
2990 (Big horizontal): Likewise.
2991
408476bc
JD
29922007-12-08 Joel E. Denny <jdenny@ces.clemson.edu>
2993
2994 In XML output, remove redundant class attribute on symbol element.
2995 * data/xslt/bison.xsl (xsl:key name="bison:symbolByName"): New.
2996 * data/xslt/xml2xhtml.xsl (xsl:template match="symbol"): Use it to
2997 look up a symbol to determine whether it's a nonterminal or terminal.
2998 * src/gram.c (rule_rhs_print_xml): Remove class attribute.
2999 * src/state.c (state_rule_lookahead_tokens_print_xml): Likewise.
3000
3001 Add prec/assoc information to XML output.
3002 * src/gram.c (grammar_rules_print_xml): For each rule that has a
3003 %prec, add a percent_prec attribute.
3004 * src/print-xml.c (print_grammar): For each terminal that has a
3005 precedence or associativity, add a prec or assoc attribute.
3006 (xml_indent): New.
3007 (xml_puts): Use xml_indent.
3008 (xml_printf): Use xml_indent.
3009 * src/print-xml.h (xml_indent): Prototype.
3010
3011 * tests/existing.at (GNU pic Grammar): Fix a rule miscopied from
3012 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
3013
d4a26c48
JD
30142007-12-08 Joel E. Denny <jdenny@ces.clemson.edu>
3015
3016 * data/xslt/bison.xsl (bison:ruleNumber): Rename to...
3017 (bison:ruleByNumber): ... this for clarity.
3018 * data/xslt/xml2dot.xsl (xsl:template match="item"): Update.
3019 * data/xslt/xml2text.xsl (xsl:template match="item"): Update.
3020 (xsl:template match="reduction"): Update.
3021 (xsl:template match="item"): Update.
3022 (xsl:template match="reduction"): Update.
3023
3024 In the XML output, don't print the list of rules where symbols appear.
3025 Compute it in XSLT instead. Discussed at
3026 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00024.html>.
3027 * data/xslt/bison.xsl (bison:ruleByLhs): New.
3028 (bison:ruleByRhs): New.
3029 * data/xslt/xml2text.xsl (xsl:template match="terminal"): Use
3030 bison:ruleByRhs.
3031 (xsl:template match="terminal/rule"): Remove.
3032 (xsl:template match="nonterminal"): Use bison:ruleByLhs and
3033 bison:ruleByRhs.
3034 (xsl:template match="nonterminal/left/rule|nonterminal/right/rule"):
3035 Remove.
3036 * data/xslt/xml2xhtml.xsl (xsl:template match="terminal"): Use
3037 bison:ruleByRhs and mode="number-link" for rule template.
3038 (xsl:template match="terminal/rule"): Remove.
3039 (xsl:template match="nonterminal"): Use bison:ruleByLhs and
3040 bison:ruleByRhs and mode="number-link" for rule template.
3041 (xsl:template match="nonterminal/left/rule|nonterminal/right/rule"):
3042 Rewrite as...
3043 (xsl:template match="rule" mode="number-link"): ... this.
3044 * src/print-xml.c (print_grammar): Don't print the list of rules.
3045
ef1b4273
JD
30462007-12-01 Joel E. Denny <jdenny@ces.clemson.edu>
3047
3048 Don't let --report affect XML output; always print all information.
3049 Discussed at
3050 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00020.html>.
3051 * src/conflicts.c (log_resolution): Implement.
3052 * src/print-xml.c (print_core): Implement.
3053 (print_state): Implement.
3054 (print_xml): Implement.
3055
3056 * NEWS (2.3a+): Fix quotes.
3057 * src/parse-gram.y (prologue_declaration): For consistency with -v,
3058 don't let %verbose clear the list specified by --report.
3059
0f6cd9e3
AD
30602007-11-26 Akim Demaille <akim@epita.fr>
3061
3062 * data/Makefile.am (dist_pkgdata_DATA): Ship and install bison.xsl.
3063
d80fb37a
JD
30642007-11-24 Joel E. Denny <jdenny@ces.clemson.edu>
3065
3066 In the XML output, list useless and unused symbols and rules with the
3067 useful ones and add a "usefulness" attribute. Discussed starting at
3068 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00017.html>.
3069 * src/gram.c (grammar_rules_partial_print_xml): Remove.
3070 (grammar_rules_print_xml): Print all rules instead of just those
3071 useful in the grammar, and add a "usefulness" attribute.
3072 * src/gram.h (grammar_rules_partial_print_xml): Remove prototype.
3073 * src/print-xml.c (print_rules_useless_in_parser): Remove.
3074 (print_grammar): Print all nonterminals instead of just useful ones,
3075 and add a "usefulness" attribute to nonterminals and terminals.
3076 (print_xml): Don't print a separate "reductions" or
3077 "rules-useless-in-parser" element.
3078 * src/reduce.c (reduce_output): Use reduce_token_unused_in_grammar.
3079 (reduce_xml): Remove.
3080 (reduce_token_unused_in_grammar): New.
3081 (reduce_nonterminal_useless_in_grammar): New.
3082 * src/reduce.h (reduce_xml): Remove prototype.
3083 (reduce_token_unused_in_grammar): Add prototype.
3084 (reduce_nonterminal_useless_in_grammar): Add prototype.
3085 * data/xslt/xml2text.xsl: Update for XML changes.
3086 * data/xslt/xml2xhtml.xsl: Update for XML changes.
3087 * tests/reduce.at (Useless Terminals): Update output.
3088 (Useless Rules): Update output.
3089 (Reduced Automaton): Update output.
3090
3091 Say "Terminals unused in grammar" instead of "Unused terminals".
3092 * NEWS (2.3a+): Update.
3093 * doc/bison.texinfo (Understanding): Update example output.
3094 * src/reduce.c (reduce_output): Implement.
3095 * data/xslt/xml2text.xsl: Implement.
3096 * data/xslt/xml2xhtml.xsl: Implement.
3097
1bb2bd75
JD
30982007-11-18 Joel E. Denny <jdenny@ces.clemson.edu>
3099
3100 Accept --report-file=FILE to override the default `.output' filename.
3101 * NEWS (2.3a+): Mention.
3102 * doc/bison.texinfo (Bison Options): Add an entry.
3103 * src/files.c (compute_output_file_names): Don't override
3104 spec_verbose_file if already set.
3105 * src/getargs.c (usage): Document --report-file.
3106 (REPORT_FILE_OPTION): New anonymous enum member.
3107 (long_options): Add entry for it.
3108 (getargs): Add case for it setting spec_verbose_file.
3109
3110 * build-aux/cross-options.pl: Don't record a short option just because
3111 there's an arg.
3112 * doc/.cvsignore: Add yacc.1.
3113
a005a9c4
AD
31142007-11-14 Akim Demaille <akim@epita.fr>
3115
3116 * doc/yacc.1.in: New.
3117 * configure.ac, doc/Makefile.am: Adjust.
3118 * configure.ac (PACKAGE_COPYRIGHT_YEAR): New substitution, and new
3119 config.h symbol.
3120 Use AC_SUBST for assignments too.
3121 * src/getargs.c (version): Use PACKAGE_COPYRIGHT_YEAR.
3122
cff03fb2
JD
31232007-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
3124
3125 * src/gram.c: Remove comments that duplicate comments in gram.h.
3126
3127 When reporting useless rules and nonterminals, say "useless in grammar"
3128 instead of "useless", and say "useless in parser" instead of "never
3129 reduced". Discussed starting at
3130 <http://lists.gnu.org/archive/html/bison-patches/2007-10/msg00033.html>.
3131 * NEWS (2.3a+): Mention this change.
3132 * data/xslt/xml2text.xsl: Update output text and expected input XML
3133 element names to match changes below.
3134 * data/xslt/xml2xhtml.xsl: Likewise.
3135 (xsl:template match="bison-xml-report"): Add missing entry in Table of
3136 Contents: "Rules useless in parser due to conflicts".
3137 * doc/bison.texinfo (Decl Summary): Reword a little.
3138 (Understanding): Update example output for changes below.
3139 * src/gram.c: (rule_useful_p): Rename to...
3140 (rule_useful_in_grammar_p): ... this.
3141 (rule_useless_p): Rename to...
3142 (rule_useless_in_grammar_p): ... this.
3143 (rule_never_reduced_p): Rename to...
3144 (rule_useless_in_parser_p): ... this.
3145 (grammar_rules_print): Update for renames.
3146 (grammar_rules_print_xml): Update for renames.
3147 (grammar_rules_never_reduced_report): Rename to...
3148 (grammar_rules_useless_report): ... this since it is used for either
3149 kind of useless rule.
3150 * src/gram.h: Reword comments and update function names in prototypes.
3151 * src/main.c (main): Say "rule useless in parser due to conflicts".
3152 * src/print-xml.c (print_rules_never_reduced): Rename to...
3153 (print_rules_useless_in_parser): ... this, and rename output XML
3154 element "rules-never-reduced" to "rules-useless-in-parser".
3155 (print_xml): Update for rename.
3156 * src/print.c (print_results): Say "Rules useless in parser due to
3157 conflicts".
3158 * src/reduce.c (reduce_grammar_tables): Say "rule useless in grammar".
3159 (nonterminals_reduce): Say "nonterminal useless in grammar".
3160 (reduce_output): Say "Nonterminals useless in grammar".
3161 Say "Rules useless in grammar".
3162 (reduce_xml): Rename output XML element "useless" to
3163 "useless-in-grammar".
3164 (reduce_print): Don't report the count of grammatically useless rules
3165 as "rules never reduced" just because %yacc is specified.
3166 In the correct report of this count, say nonterminal(s) and rule(s)
3167 "useless in grammar".
3168 * tests/conflicts.at (S/R in initial): Update expected output.
3169 (Defaulted Conflicted Reduction): Likewise.
3170 (Unreachable States After Conflict Resolution): Likewise.
3171 * tests/existing.at (GNU pic Grammar): Likewise.
3172 * tests/reduce.at (Useless Nonterminals): Likewise.
3173 (Useless Rules): Likewise.
3174 (Reduced Automaton): Likewise.
3175 (Underivable Rules): Likewise.
3176 (Empty Language): Likewise.
3177
66f0441d
JD
31782007-11-09 Joel E. Denny <jdenny@ces.clemson.edu>
3179
3180 * data/bison.m4 (b4_cat): Put a newline after the end delimiter of the
3181 here document and before the EOF so that BSD's implementation of Bourne
3182 shell doesn't parse the delimiter as part of the here document.
3183 * doc/.cvsignore: Add cross-options.texi.
3184 * src/getargs.c (usage): Add a blank line after the warning categories.
3185
d0ee4105
PB
31862007-11-08 Paolo Bonzini <bonzini@gnu.org>
3187
3188 * data/lalr1.java (Lexer): Remove usage of b4_pure_if.
3189
e8b1fb9b
AD
31902007-11-05 Akim Demaille <akim@epita.fr>
3191
3192 Remove Id: from bison.1.
3193 * doc/Makefile.am (remove_time_stamp): Include the sed invocation.
3194 (perl -0777 -pi -e 's/\.PP\nId): New.
3195 (.x.1): Use it to ignore the version control revision.
3196
2f7a96b5
AD
31972007-11-05 Akim Demaille <demaille@gostai.com>
3198
3199 * build-aux/Makefile.am: Ship cross-options.pl.
3200 * doc/Makefile.am: Always refer to cross-options.texi with
3201 $(srcdir).
3202 (MAINTAINERCLEANFILES): Add it.
3203
f4101aa6
AD
32042007-11-04 Akim Demaille <demaille@gostai.com>
3205
3206 Generate the long/short option cross-table.
3207 * build-aux/cross-options.pl: New.
3208 * doc/Makefile.am (cross-options.texi): New.
3209 * doc/bison.texinfo: Use it.
3210
727a1401
AD
32112007-11-04 Akim Demaille <demaille@gostai.com>
3212
3213 Generate bison.1 using help2man.
3214 * doc/common.x, doc/bison.x: New.
3215 * doc/Makefile.am (bison.1, .x.1): New.
3216 The code is taken from autoconf-2.61/man/Makefile.am.
3217 * configure.ac: Look for help2man.
3218
6aeb9c57
AD
32192007-11-04 Akim Demaille <demaille@gostai.com>
3220
3221 Complete --help.
3222 * src/getargs.c (usage): Document -W, make it clear that -d,
3223 -g and -x have optional arguments.
3224
d7be4085
AD
32252007-11-04 Akim Demaille <demaille@gostai.com>
3226
3227 Find sha1sum when named gsha1sum.
3228 * bootstrap (find_tool): New.
3229 ($SHA1SUM): New.
3230
d9df47b6
JD
32312007-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
3232
3233 Deprecate %pure-parser and add `%define api.pure'. Discussed starting
3234 at
3235 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00006.html>.
3236 * NEWS (2.3a+): Mention.
3237 * data/bison.m4 (b4_pure_if): Don't define it here.
3238 * data/c.m4 (b4_identification): Depend on individual skeletons to
3239 define b4_pure_flag, b4_push_flag, or b4_pull_flag if they use the
3240 values of the %define variables api.pure or api.push_pull. Define
3241 YYPURE, YYPUSH, and YYPULL accordingly.
3242 * data/glr.c: Define b4_pure_if based on `%define api.pure' unless
3243 glr.cc has already defined b4_pure_flag.
3244 * data/push.c: Define b4_pure_if based on `%define api.pure'.
3245 Remove YYPUSH and YYPULL since they're back in b4_identification again.
42ee26bb 3246 * data/yacc.c: Define b4_pure_if based on `%define api.pure'.
d9df47b6
JD
3247 * doc/bison.texinfo (Pure Decl): Update.
3248 (Push Decl): Update.
3249 (Decl Summary): Add api.pure to %define entry.
3250 In %pure-parser entry, say it's deprecated and reference %define.
3251 (Pure Calling): Update.
3252 (Error Reporting): Update.
3253 (C++ Scanner Interface): Update.
3254 (How Can I Reset the Parser): Update.
3255 (Table of Symbols): In %pure-parser entry, say it's deprecated and
3256 reference %define.
3257 * src/getargs.c (pure_parser): Remove global variable.
3258 * src/getargs.h (pure_parser): Remove extern.
3259 * src/output.c (prepare): Don't define pure_flag muscle.
3260 * src/parse-gram.y (prologue_declaration): Implement %pure-parser as a
3261 wrapper around `%define api.pure'.
3262 * tests/calc.at (Simple LALR Calculator): Update.
3263 (Simple GLR Calculator): Update.
3264 * tests/cxx-type.at (GLR: Resolve ambiguity, pure, no locations):
3265 Update.
3266 (GLR: Resolve ambiguity, pure, locations): Update.
3267 (GLR: Merge conflicting parses, pure, no locations): Update.
3268 (GLR: Merge conflicting parses, pure, locations): Update.
3269 * tests/glr-regression.at (Uninitialized location when reporting
3270 ambiguity): Update
3271 * tests/input.at (Unused %define api.pure): New test case.
3272 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Update definition for
3273 AT_PURE_IF and AT_PURE_AND_LOC_IF.
3274 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update.
3275
c373bf8b
JD
32762007-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
3277
3278 %define push_pull -> %define api.push_pull. Discussed starting at
3279 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00005.html>.
3280 * data/push.c: Expect the new name.
3281 * data/yacc.c: Likewise.
3282 * doc/bison.texinfo (Push Decl): Update.
3283 (Decl Summary): Update %define entry.
3284 (Push Parser Function): Update.
3285 (Pull Parser Function): Update.
3286 (Parser Create Function): Update.
3287 (Parser Delete Function): Update.
3288 * tests/calc.at (Simple LALR Calculator): Update.
3289 * tests/input.at (%define enum variables): Update.
3290 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update.
3291 (Push Parsing: Multiple impure instances): Update.
3292 (Push Parsing: Unsupported Skeletons): Update.
3293 * tests/torture.at (Exploding the Stack Size with Alloca): Update.
3294 (Exploding the Stack Size with Malloc): Update.
3295
3296 * NEWS (2.3a+): Add an entry for the push parser, and clean up the
3297 other entries some.
3298
32f19b6b
JD
32992007-10-27 Joel E. Denny <jdenny@ces.clemson.edu>
3300
3301 For the XML output's terminal element, rename @number to @token-number,
3302 and add @symbol-number. In the nonterminal element, rename @number to
3303 @symbol-number. Discussed starting at
3304 <http://lists.gnu.org/archive/html/bison-patches/2007-10/msg00040.html>.
3305 * data/xslt/xml2text.xsl (xsl:template match="terminal"): Update for
3306 renames.
3307 (xsl:template match="nonterminal"): Likewise.
3308 * data/xslt/xml2xhtml.xsl (xsl:template match="terminal"): Likewise.
3309 (xsl:template match="nonterminal"): Likewise.
3310 * src/print-xml.c (print_grammar): Implement.
3311
255a6b90
JD
33122007-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
3313
3314 * data/xslt/xml2dot.xsl (xsl:template match="automaton/state"): After
3315 2007-10-11 change, the child elements here are items not rules.
408476bc 3316 (xsl:template match="item"): New.
255a6b90
JD
3317 (xsl:template match="rule"): Update for new reduced itemset.
3318 (xsl:template match="point"): Remove.
3319 (xsl:template match="empty"): For consistency with --graph, don't
3320 output "/* empty */".
3321 * data/xslt/xml2text.xsl (xsl:template match="terminal"): When invoking
3322 line-wrap, don't pass a negative value as first-line-length since this
3323 won't work with the following changes.
3324 (xsl:template name="line-wrap"): Simplify slightly.
3325 (xsl:template name="ws-search"): Eliminate recursion.
3326 * src/print_graph.c (print_core): Don't print a reduction's lookahead
3327 set next to an item whose dot is not at the end of the RHS even if it
3328 happens to be associated with the same rule.
3329
88c78747
JD
33302007-10-19 Joel E. Denny <jdenny@ces.clemson.edu>
3331
31984206
JD
3332 Add %define lr.keep_unreachable_states.
3333 * NEWS (2.3a+): Mention it in the entry for unreachable state removal.
3334 * doc/bison.texinfo (Decl Summary): Mention it in the %define entry.
3335 * src/main.c (main): Implement it.
3336 * tests/conflicts.at (Unreachable States After Conflict Resolution):
3337 Extend to test it, and fix a typo.
3338
33392007-10-19 Joel E. Denny <jdenny@ces.clemson.edu>
3340
3341 * NEWS (2.3a+): Add entry for recent .output file lookahead set fix.
88c78747
JD
3342 * doc/bison.texinfo (Understanding): Remove a bogus lookahead set in
3343 the example .output text.
3344 * tests/regression.at (Extra lookahead sets in report): Improve wording
3345 of comments.
3346
b7a70162
WP
33472007-10-17 Wojciech Polak <polak@gnu.org>
3348
3349 * src/print-xml.c (print_grammar): Renamed
3350 <terminal> and <nonterminal> attributes:
3351 "type" to "number" and "symbol" to "name".
3352 * data/xslt/xml2text.xsl (xsl:template match="terminal"):
3353 Use new attribute names.
3354 (xsl:template match="nonterminal"): Likewise.
3355 * data/xslt/xml2xhtml.xsl: Likewise.
3356
a0de5091
JD
33572007-10-17 Joel E. Denny <jdenny@ces.clemson.edu>
3358
3359 * doc/bison.texinfo (Bison Options): Add entry for --print-datadir.
3360 (Option Cross Key): Likewise.
3361
3362 * src/print-xml.c (print_core): Don't print a reduction's lookahead set
3363 next to an item whose dot is not at the end of the RHS even if it
3364 happens to be associated with the same rule.
3365 * src/print.c (print_core): Likewise.
3366 * tests/conflicts.at (Unresolved SR Conflicts): Update output.
3367 (Resolved SR Conflicts): Update output.
3368 * tests/regression.at (Extra lookahead sets in report): New test case.
3369
4c20d18d
WP
33702007-10-11 Wojciech Polak <polak@gnu.org>
3371
3372 * src/print-xml.c (print_core): Remove item set
3373 redundancy.
3374 * data/xslt/bison.xsl (bison:ruleNumber): New key.
3375 Improve processing time. Suggested by Joel E. Denny.
3376 * data/xslt/xml2dot.xsl (xsl:template name="escape"):
3377 Write xsl:param "required" attribute as comment.
3378 * data/xslt/xml2text.xsl (xsl:template match="item"): New.
3379 (xsl:template match="rule"): Support new reduced itemset.
3380 (xsl:template match="point"): Remove.
3381 * data/xslt/xml2xhtml.xsl: Likewise.
3382
f506ad1c
JD
33832007-10-09 Joel E. Denny <jdenny@ces.clemson.edu>
3384
3385 * src/getargs.c (version): Update copyright year.
3386
21f1b063
JD
33872007-10-09 Joel E. Denny <jdenny@ces.clemson.edu>
3388
3389 Make xml2dot.xsl and --graph produce the same output.
3390 * data/xslt/xml2dot.xsl (xsl:template match="rule"): Use a `&#10;'
3391 instead of a `\n'. That is, don't add escapes yet or they'll be doubly
3392 escaped later.
3393 (xsl:template name="output-node"): Use the new escape template instead
3394 of the string-replace template directly.
3395 (xsl:template name="output-edge"): Likewise.
3396 (xsl:template name="escape"): New, escapes backslashes and newlines in
3397 addition to quotation marks.
3398 * src/graphviz.c (start_graph, output_node, output_edge): Add
3399 whitespace to output for legibility.
3400
3401 Make xml2text.xsl and --report produce the same output, and remove the
3402 XML "conflicts" element since a conflict summary is easily extracted
3403 from the automaton.
3404 * data/xslt/bison.xsl: New.
3405 (xsl:template match="state" mode="bison:count-conflicts): New.
3406 * data/xslt/xml2text.xsl: Import bison.xsl.
3407 (xsl:template match="bison-xml-report"): Instead of styling the
3408 "conflicts" element, style the "automaton" element with mode
3409 "conflicts". Unlike the former, the latter lists S/R and R/R
3410 conflicts for a state on the same line.
3411 (xsl:template match="conflicts"): Remove.
3412 (xsl:template match="conflict"): Remove.
3413 (xsl:template match="terminal"): Line-wrap the list of rules in which
3414 the terminal is used.
3415 (xsl:template match="nonterminal"): Likewise for nonterminals.
3416 (xsl:template match="automaton" mode="conflicts"): New.
3417 (xsl:template match="state" mode="conflicts"): New.
3418 (xsl:template name="line-wrap"): New.
3419 (xsl:template name="ws-search"): New.
3420 * data/xslt/xml2xhtml.xsl: Import bison.xsl.
3421 (xsl:template match="bison-xml-report"): Instead of styling the
3422 "conflicts" element, style the "automaton" element with mode
3423 "conflicts."
3424 (xsl:template match="conflicts"): Remove.
3425 (xsl:template match="conflict"): Remove.
3426 (xsl:template match="automaton" mode="conflicts"): New.
3427 (xsl:template match="state" mode="conflicts): New.
3428 * src/conflicts.c (conflicts_output_xml): Remove.
3429 * src/conflicts.h (conflicts_output_xml): Remove prototype.
3430 * src/print-xml.c (print_xml): Don't invoke conflicts_output_xml.
3431 * src/print.c (print_grammar): Consistently wrap at the 66th column so
3432 the corresponding XSLT is easier. Also, never wrap between a word and
3433 the comma that follows it.
3434
793fbca5
JD
34352007-10-08 Joel E. Denny <jdenny@ces.clemson.edu>
3436
3437 Improve C++ namespace support. Discussed starting at
3438 <http://lists.gnu.org/archive/html/help-bison/2007-09/msg00016.html>.
3439 * data/c++.m4: (b4_namespace_ref, b4_namespace_open,
3440 b4_namespace_close): New macros that interpret the %define variable
3441 "namespace" so its value can contain "::" to indicate nested
3442 namespaces.
3443 * data/glr.cc (b4_namespace): Don't define, and replace all uses with
3444 the above macros.
3445 * data/lalr1.cc (b4_namespace): Likewise.
3446 * data/location.cc (b4_namespace): Likewise.
3447 * doc/bison.texinfo (Decl Summary): Move `%define push_pull' entry
3448 inside a new table in the general %define entry. Document `%define
3449 namespace' there as well. Point the %name-prefix entry to it since it
3450 explains it more completely in the case of C++.
3451 (C++ Bison Interface): Mention `%define namespace' instead of
3452 %name-prefix.
3453 (Table of Symbols): Remove the `%define push_pull' entry. The %define
3454 entry suffices.
3455 * tests/c++.at (Relative namespace references): New test case.
3456 (Absolute namespace references): New test case.
3457 (Syntactically invalid namespace references): New test case.
3458 * tests/input.at (C++ namespace reference errors): New test case.
3459
35b8730d
JD
34602007-10-08 Joel E. Denny <jdenny@ces.clemson.edu>
3461
3462 Add syncline support and location accessor to internal %define
3463 interfaces.
3464 * data/bison.m4 (b4_percent_define_get_loc): New.
3465 (b4_percent_define_get_syncline): New.
3466 (b4_percent_define_flag_if): Use b4_percent_define_get_loc.
3467 (b4_percent_define_default): Record defining location as line 1 rather
3468 than 0 for the sake of synchronizing #line's, and define
3469 b4_percent_define_syncline(VARIABLE).
3470 (b4_percent_define_check_values): Use b4_percent_define_get_loc.
3471 * src/muscle_tab.c (muscle_syncline_grow): New.
3472 (muscle_code_grow): Use muscle_syncline_grow.
3473 (muscle_percent_define_insert): Use muscle_percent_define_get_loc, and
3474 define b4_percent_define_syncline(VARIABLE).
3475 (muscle_percent_define_get_loc): New.
3476 (muscle_percent_define_get_syncline): New.
3477 (muscle_percent_define_flag_if): Use muscle_percent_define_get_loc, and
3478 remove some unused variables.
3479 (muscle_percent_define_default): Record defining location as line 1
3480 rather than 0 for the sake of synchronizing #line's, and define
3481 b4_percent_define_syncline(VARIABLE).
3482 (muscle_percent_define_check_values): Use
3483 muscle_percent_define_get_loc.
3484 * src/muscle_tab.h (muscle_percent_define_get_loc): Prototype.
3485 (muscle_percent_define_get_syncline): Prototype.
3486 * tests/skeletons.at (%define Boolean variables: invalid skeleton
3487 defaults): Update output for location change.
3488 (Complaining during macro argument expansion): Extend to test
3489 b4_percent_define_get_loc and b4_percent_define_get_syncline errors.
3490
7dc4a694
JD
34912007-10-07 Joel E. Denny <jdenny@ces.clemson.edu>
3492
3493 Fix some error-reporting macro bugs.
3494 * data/bison.m4 (b4_cat): New.
3495 (b4_error, b4_error_at): Use b4_cat to send error directives directly
3496 to stdout so they don't become arguments to other macros. Update
3497 comments and add examples.
3498 (b4_warn, b4_warn_at, b4_complain, b4_complain_at): Update comments and
3499 add examples.
3500 (b4_fatal, b4_fatal_at): Likewise, and invoke m4_exit(1) immediately
3501 after printing the error directive so that M4 doesn't report subsequent
3502 problems that are induced by this problem.
3503 * src/scan-skel.l: Recognize @` digraph outside of directive arguments
3504 instead of just in them. Recognize @\n in both places. Both expand to
3505 the empty string. Needed by b4_cat.
3506 * tests/skeletons.at (Complaining during macro argument expansion):
3507 New test case.
3508 (Fatal errors make M4 exit immediately): New test case.
3509
d4bd2295
JD
35102007-10-04 Joel E. Denny <jdenny@ces.clemson.edu>
3511
3512 Implement --print-datadir.
3513 * src/getargs.c (usage): Mention.
3514 (PRINT_DATADIR_OPTION): New anonymous enum member.
3515 (long_options): Add entry for it.
3516 (getargs): Add case for it calling compute_pkgdatadir.
3517 * src/output.c (output_skeleton): Encapsulate data directory
3518 computation from here...
3519 (prepare): ... and from here...
3520 (compute_pkgdatadir): ... into this new function.
3521 * src/output.h (compute_pkgdatadir): Prototype.
3522
34cdeddf
JD
35232007-09-29 Joel E. Denny <jdenny@ces.clemson.edu>
3524
3525 * src/print-xml.c (escape_bufs): New static global variable
3526 replacing...
3527 (xml_escape_n): ... the static local variable buf here.
3528 (print_xml): Free memory for escape_bufs.
3529 * src/reduce.c (reduce_xml): XML-escape terminal symbol tags.
3530
d782395d
JD
35312007-09-25 Joel E. Denny <jdenny@ces.clemson.edu>
3532
3533 Replace `%push-parser' and `%push-pull-parser' with
3534 `%define push_pull "push"' and `%define push_pull "both"'.
3535 `%define push_pull "pull"' is the default.
3536 * doc/bison.texinfo (Push Decl, Push Parser Function,
3537 Pull Parser Function, Parser Create Function, Parser Delete Function):
3538 Update declarations.
3539 (Decl Summary, Table of Symbols): Replace %push-parser and
3540 %push-pull-parser entries with a %define push_pull entry.
3541 * data/bison.m4 (b4_percent_define_check_values): New macro.
3542 (b4_pull_if, b4_push_if, b4_use_push_for_pull_if): Move these
3543 definitions...
3544 * data/c.m4 (b4_identification): ... and the YYPUSH and YYPULL cpp
3545 definitions...
3546 * data/push.c: ... to here and compute them from the value of the
3547 %define variable push_pull.
3548 * data/c-skel.m4: Instead of choosing the push.c skeleton for push
3549 parsing requests here...
3550 * data/yacc.c: ... hack this to switch to push.c any time
3551 b4_use_push_pull_flag or the %define variable push_pull is set. This
3552 will go away when we mv push.c yacc.c.
3553 * data/c++-skel.m4, data/glr.c, data/java-skel.m4: Don't report that
3554 push parsing is not supported since unused %define variables are
3555 reported anyway.
3556 * src/getargs.c, src/getargs.h (pull_parser, push_parser): Remove.
3557 * src/muscle_tab.h (muscle_percent_define_check_values): Update
3558 comments for consistency with b4_percent_define_check_values.
3559 * src/output.c (prepare): Don't insert b4_pull_flag and b4_push_flag
3560 muscles.
3561 * src/parse-gram.y (PERCENT_PUSH_PARSER, PERCENT_PUSH_PULL_PARSER):
3562 Remove.
3563 (prologue_declaration): Remove %push-parser and %push-pull-parser
3564 rules.
3565 * src/scan-gram.l (%push-parser, %push-pull-parser): Remove rules.
3566 * tests/calc.at: Update declarations.
3567 * tests/input.at (%define enum variables): New test case.
3568 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update
3569 declaration.
3570 (Push Parsing: Multiple impure instances): Update declaration.
3571 (Push Parsing: Unsupported Skeletons): New test case.
3572 * tests/torture.at (Exploding the Stack Size with Alloca): Update
3573 declaration.
3574 (Exploding the Stack Size with Malloc): Update declaration.
3575
3f999f78
WP
35762007-09-24 Wojciech Polak <polak@gnu.org>
3577
3578 Add XSLT transformations.
3579
3580 * data/xslt/xml2dot.xsl: Transform XML into DOT.
3581 * data/xslt/xml2text.xsl: Transform XML into plain text.
3582 * data/xslt/xml2xhtml.xsl: Transform XML into XHTML.
3583 * data/Makefile.am (xsltdir): New variable.
3584 (dist_xslt_DATA): Add xslt/*.xsl files.
3585
a4f75309
PE
35862007-09-23 Paul Eggert <eggert@cs.ucla.edu>
3587
3588 * src/conflicts.c (log_resolution): Fix indenting bugs I introduced.
3589 Problem reported by Wojciech Polak.
3590 * src/print-xml.c (xml_puts): Work even if LEVEL exceeds INT_MAX/2.
3591 (xml_printf): Undo change I made on 21 September; that is,
3592 indent 2 spaces, not 1.
3593
ad5feac4
JD
35942007-09-23 Joel E. Denny <jdenny@ces.clemson.edu>
3595
3596 Pacify ./configure --enable-gcc-warnings.
3597 * src/print-xml.c, src/print-xml.h (xml_puts): Make third argument
3598 `char const *' instead of `char *'.
3599 * src/state.c (state_rule_lookahead_tokens_print_xml): Remove unused
3600 local variable `sep'.
3601
41d7a5f2
PE
36022007-09-21 Paul Eggert <eggert@cs.ucla.edu>
3603
3604 * src/gram.c (rule_rhs_print_xml): Now static, since it isn't used
3605 elsewhere.
3606 * src/print-xml.c: Prefer "const" after types; that's more consistent.
3607 (xml_printf): Indent just 1 space for level.
3608 (e_char, xlate_char): Remove.
3609 (xml_escape_string): Rewrite to avoid undefined behavior (used
3610 storage that was freed from the stack).
3611 (xml_escape_n): Don't bother checking for subscript error.
3612
3f999f78
WP
36132007-09-21 Wojciech Polak <polak@gnu.org>
3614
3615 Add Bison XML Automaton Report.
41d7a5f2
PE
3616
3617 Add support for an -x option to generate an XML report.
3618 It is not documented yet.
3619 * src/print-xml.c: New file.
3620 * src/print-xml.h: Likewise.
3621 * lib/timevar.def (TV_XML): New var.
3622 * src/Makefile.am (bison_SOURCES): Add print-xml.c, print-xml.h.
3623 * src/conflicts.c: Include print-xml.h.
3624 (solved_conflicts_xml_obstack): New var.
3625 (log_resolution, conflicts_solve, conflicts_free):
3626 Add support for XML report.
3627 (conflicts_output_val): New function.
3628 * src/conflicts.h (conflicts_output_val): New decl.
3629 * src/files.c (spec_xml_file): New var.
3630 (compute_output_file_names, output_file_names_free): Add XML support.
3631 * src/files.h (spec_xml_file): New decl.
3632 * src/getargs.c (xml_flag): New var.
3633 (usage, short_options, long_options, getargs): Add XML support.
3634 * src/getargs.h (xml_flag): New decl.
3635 * src/gram.c: Include print-xml.h.
3636 (rule_lhs_print_xml, rule_rhs_print_xml):
3637 (grammar_rules_partial_print_xml, grammar_rules_print_xml):
3638 New functions.
3639 * src/gram.h: Declare external ones.
3640 * src/main.c: Include print-xml.h.
3641 (main): Add XML support.
3642 * src/reduce.c: Include print-xml.h.
3643 (reduce_xml): New function.
3644 * src/reduce.h: Declare it.
3645 * src/state.c: Include print-xml.h.
3646 (state_new): Add XML support.
3647 (state_rule_lookahead_tokens_print_xml): New function.
3648 * src/state.h: Declare it.
3649 (struct state): New member solved_conflicts_xml.
3650 * src/symtab.c (symbol_class_get_string): New function.
3651 * src/symtab.h: Declare it.
3652
6d8e724d
PE
36532007-09-21 Paul Eggert <eggert@cs.ucla.edu>
3654
3655 * GNUmakefile: Switch to coreutils's version.
3656 * bootstrap: Likewise.
3657 * Makefile.cfg: Adjust to new GNUmakefile.
3658 * README-hacking: Likewise.
3659
3660 Import from gnulib:
3661
3662 2006-08-18 Paul Eggert <eggert@cs.ucla.edu>
3663 Bruno Haible <bruno@clisp.org>
3664
3665 * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
3666 and is a script that invokes bison. Tighten the code. Add comments.
3667
922bdd7f
JD
36682007-08-28 Joel E. Denny <jdenny@ces.clemson.edu>
3669
3670 Spell "boolean" as "Boolean". Reported by Akim Demaille.
3671 * data/bison.m4 (b4_percent_define_flag_if): Fix complaint.
3672 * doc/bison.texinfo (Decl Summary): Fix.
3673 * src/muscle_tab.c (muscle_percent_define_flag_if): Fix complaint.
3674 * tests/input.at (Boolean %define variables): Update output.
3675 * tests/skeletons.at (%define boolean variables: invalid skeleton
3676 defaults): Rename to...
3677 (%define Boolean variables: invalid skeleton defaults): ... this and
3678 update output.
3679
1b17b01d
JD
36802007-08-17 Joel E. Denny <jdenny@ces.clemson.edu>
3681
3682 In impure push mode, don't allow more than one yypstate to be allocated
3683 since multiple impure parsers would corrupt yynerrs.
3684 * data/push.c (yypstate_allocated): New static global variable
3685 initialized to 0.
3686 (yypull_parse): If yypstate_new returns 0, don't report it as memory
3687 exhaustion if yypstate_allocated is 1, but still return 2.
3688 (yypstate_new): Invoke yyerror and return 0 if yypstate_allocated is
3689 already 1. Otherwise, set it to 1.
3690 (yypstate_delete): Set it to 0.
3691 * tests/push.at (Push Parsing: Multiple impure instances): New test
3692 case.
3693
9987d1b3
JD
36942007-08-17 Bob Rossi <bob@brasko.net>
3695
3696 * doc/bison.texinfo (Push Decl): Document the push parser.
3697 (Table of Symbols): Ditto.
3698 (Pure Decl): Ditto.
3699 (Decl Summary): Ditto.
3700 (Multiple Parsers, Push Parser Function, Pull Parser Function,
3701 Parser Create Function, Parser Delete Function):
3702 Add new push parser symbols.
3703 (Table of Symbols): Document push-parser, push-pull-parser,
3704 yypush_parse, yypull_parse, yypstate_new and yypstate_delete.
3705
f16b0819
PE
37062007-08-15 Paul Eggert <eggert@cs.ucla.edu>
3707
3708 Update to GPLv3.
3709 * doc/gpl-3.0.texi: New file.
3710 * doc/gpl.texi: Remove.
3711 * COPYING, GNUmakefile, HACKING, Makefile.am, Makefile.cfg:
3712 * Makefile.maint, NEWS, PACKAGING, README, README-alpha:
3713 * README-hacking, TODO, bootstrap, bootstrap.conf:
3714 * configure.ac, data/Makefile.am, data/README, data/bison.m4:
3715 * data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4:
3716 * data/glr.c, data/glr.cc, data/java-skel.m4, data/java.m4:
3717 * data/lalr1.cc, data/lalr1.java, data/location.cc:
3718 * data/push.c, data/yacc.c, data/m4sugar/m4sugar.m4:
3719 * djgpp/Makefile.maint, djgpp/README.in, djgpp/config.bat:
3720 * djgpp/config.sed, djgpp/config.site, djgpp/config_h.sed:
3721 * djgpp/djunpack.bat, djgpp/subpipe.c, djgpp/subpipe.h:
3722 * djgpp/testsuite.sed, doc/Makefile.am, doc/bison.texinfo:
3723 * doc/fdl.texi, doc/refcard.tex, etc/Makefile.am, etc/README:
3724 * etc/bench.pl.in, examples/Makefile.am, examples/extexi:
3725 * examples/calc++/Makefile.am, lib/Makefile.am, lib/abitset.c:
3726 * lib/abitset.h, lib/bbitset.h, lib/bitset.c, lib/bitset.h:
3727 * lib/bitset_stats.c, lib/bitset_stats.h, lib/bitsetv-print.c:
3728 * lib/bitsetv-print.h, lib/bitsetv.c, lib/bitsetv.h:
3729 * lib/ebitset.c, lib/ebitset.h, lib/get-errno.c:
3730 * lib/get-errno.h, lib/lbitset.c, lib/lbitset.h:
3731 * lib/libiberty.h, lib/main.c, lib/subpipe.c, lib/subpipe.h:
3732 * lib/timevar.c, lib/timevar.def, lib/timevar.h:
3733 * lib/vbitset.c, lib/vbitset.h, lib/yyerror.c:
3734 * m4/c-working.m4, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4:
3735 * m4/timevar.m4, src/LR0.c, src/LR0.h, src/Makefile.am:
3736 * src/assoc.c, src/assoc.h, src/closure.c, src/closure.h:
3737 * src/complain.c, src/complain.h, src/conflicts.c:
3738 * src/conflicts.h, src/derives.c, src/derives.h, src/files.c:
3739 * src/files.h, src/flex-scanner.h, src/getargs.c:
3740 * src/getargs.h, src/gram.c, src/gram.h, src/graphviz.c:
3741 * src/lalr.c, src/lalr.h, src/location.c, src/location.h:
3742 * src/main.c, src/muscle_tab.c, src/muscle_tab.h:
3743 * src/nullable.c, src/nullable.h, src/output.c, src/output.h:
3744 * src/parse-gram.c, src/parse-gram.h, src/parse-gram.y:
3745 * src/print.c, src/print.h, src/print_graph.c:
3746 * src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c:
3747 * src/reduce.h, src/relation.c, src/relation.h:
3748 * src/revision.h, src/scan-code.h, src/scan-code.l:
3749 * src/scan-gram.h, src/scan-gram.l, src/scan-skel.h:
3750 * src/scan-skel.l, src/state.c, src/state.h, src/symlist.c:
3751 * src/symlist.h, src/symtab.c, src/symtab.h, src/system.h:
3752 * src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h:
3753 * tests/Makefile.am, tests/actions.at, tests/c++.at:
3754 * tests/calc.at, tests/conflicts.at, tests/cxx-type.at:
3755 * tests/existing.at, tests/glr-regression.at:
3756 * tests/headers.at, tests/input.at, tests/java.at:
3757 * tests/local.at, tests/output.at, tests/push.at:
3758 * tests/reduce.at, tests/regression.at, tests/sets.at:
3759 * tests/skeletons.at, tests/synclines.at, tests/testsuite.at:
3760 * tests/torture.at:
3761 Update to GPLv3.
3762
728c4be2
JD
37632007-08-11 Joel E. Denny <jdenny@ces.clemson.edu>
3764
3765 Get rid of broken %no-parser, -n, and --no-parser implementation and
3766 documentation.
3767 * TODO: Don't mention them.
3768 * doc/bison.1: Likewise.
3769 * doc/bison.texinfo (Decl Summary): Likewise.
3770 (Bison Options): Likewise.
3771 (Option Cross Key): Likewise.
3772 * src/getargs.c (no_parser_flag): Remove global variable.
3773 (usage): Don't print description of -n and --no-parser.
3774 (long_options): Remove --no-parser entry here.
3775 (getargs): Remove -n case in the switch here.
3776 * src/getargs.h (no_parser_flag): Remove extern.
3777 * tests/regression.at (Web2c Actions): Remove comment that mentions
3778 --no-parser.
3779
5d31a216
JD
37802007-08-11 Joel E. Denny <jdenny@ces.clemson.edu>
3781
3782 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Do not
3783 name user variables starting with `yy'. Just pass NULL instead of a
3784 dummy local &yylval to yypush_parse.
3785 * tests/torture.at (AT_DATA_STACK_TORTURE): Do not name user variables
3786 starting with `yy'.
3787
a2ea208d
JD
37882007-08-03 Joel E. Denny <jdenny@ces.clemson.edu>
3789
3790 * data/yacc.c (yyexhaustedlab): Define it when YYERROR_VERBOSE is
3791 true since it's then always used regardless of whether yyoverflow is
3792 defined. Reported by Christian Burger at
3793 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00031.html>.
3794 * THANKS: Add Christian Burger.
3795
91661ebb
JD
3796 * ChangeLog: For changes in doc/bison.texinfo, consistently reference
3797 node names: say "Decl Summary" not "Bison Declaration Summary".
3798
cbd50549
JD
37992007-07-28 Joel E. Denny <jdenny@ces.clemson.edu>
3800
3801 * src/muscle_tab.c (muscle_percent_define_flag_if): In order to
3802 determine whether this function has already complained about an invalid
3803 value for a %define boolean variable, don't check whether Bison has
3804 ever examined the value. As written, the check was a tautology.
3805 Instead, record and check for this complaint using a separate muscle.
3806
eb1b0740
JD
38072007-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
3808
3809 Fix push parsing memory leak reported by Brandon Lucia at
3810 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00032.html>.
3811 * THANKS: Add Brandon Lucia.
3812 * data/push.c (yypstate_delete): Free the stack if it was reallocated
3813 but the parse never completed and thus freed it.
3814 * tests/Makefile.am (TESTSUITE_AT): Add push.at.
3815 * tests/testsuite.at: Include push.at.
3816 * test/push.at: New.
3817 (Push Parsing: Memory Leak for Early Deletion): New test case.
3818
9d774aff
JD
38192007-07-17 Joel E. Denny <jdenny@ces.clemson.edu>
3820
3821 Improve handling of multiple S/R conflicts in the same state and of S/R
3822 conflicts involving multiple reductions.
3823 * src/conflicts.c (resolve_sr_conflict): Don't assign the error action
3824 set for a state here or Bison will abort if it is reassigned on a
3825 later conflicted reduction in the same state.
3826 Similarly, don't finalize and assign the solved conflicts report here
3827 or it will be lost if it is reassigned on a later conflicted reduction
3828 in the same state.
3829 (set_conflicts): Instead, assign them both here after all S/R conflicts
3830 in the state have been fully examined.
3831 * src/print.c (shift_set): Rename to...
3832 (no_reduce_set): ... this.
3833 (print_reductions): Update for rename, and add %nonassoc error action
3834 tokens to no_reduce_set so that, when printing the first remaining
3835 reduction on an error action token, the reduction is enclosed in
3836 brackets.
3837 (print_results): Update for rename.
3838 * tests/conflicts.at (Solved conflicts report for multiple reductions
3839 in a state): New test case.
3840 (%nonassoc error actions for multiple reductions in a state): New test
3841 case.
3842
3843 * src/main.c (main): Don't depend on C99 features.
3844
10159d2a
JD
38452007-07-16 Joel E. Denny <jdenny@ces.clemson.edu>
3846
3847 * build-aux/.cvsignore: Add compile.
b541ffdf
JD
3848 * lib/.cvsignore: Add charset.alias, ref-add.sed, ref-del.sed, and
3849 uniwidth.
10159d2a 3850
953b3935
JD
38512007-07-10 Joel E. Denny <jdenny@ces.clemson.edu>
3852
3853 * bootstrap (slurp): Create target directories that don't exist.
3854 Specifically, we need lib/uniwidth/ because of recent Gnulib changes.
3855
6ce2d93a
JD
38562007-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
3857
3858 * LR0.c (new_itemsets): Fix wording in comments: say item index rather
3859 than item number.
3860 * closure.c (closure): Likewise.
3861 * state.h (reductions): Comment sorting of rules.
3862 (state): Comment sorting of items.
3863
ce3448d5
JD
38642007-07-02 Joel E. Denny <jdenny@ces.clemson.edu>
3865
3866 Fix C++ test cases after recent Gnulib changes. Discussed starting at
3867 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00000.html>.
3868 * examples/calc++/Makefile.am (DEFAULT_INCLUDES): Override Automake's
3869 definition in order to avoid Gnulib headers since we don't use config.h
3870 here.
3871 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): Use AT_DATA_GRAMMAR
3872 rather than AT_DATA so that config.h is included.
3873
8a86eef0
JD
38742007-07-01 Joel E. Denny <jdenny@ces.clemson.edu>
3875
3876 * data/glr.c (yy_yypstack, yypstates, yypdumpstack): Use YYFPRINTF
3877 instead of fprintf. Guard these functions with #if YYDEBUG instead of
3878 #ifdef YYDEBUG for consistency with all other uses of YYDEBUG in Bison
3879 and so that YYFPRINTF is guaranteed to be defined here.
3880
b1a81613
JD
38812007-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
3882
3883 * src/muscle_tab.c (muscle_percent_define_invalid_value): Replace
3884 with...
3885 (muscle_percent_define_check_values): ... this more helpful function.
3886 Again, it's not used yet, but it will be.
3887 * src/muscle_tab.h: Likewise.
3888
71b61d4d
JD
3889 Improve some comments in parser table construction.
3890 * src/LR0.c (new_itemsets): Explain sorting of itemset and kernel_base.
3891 (generate_states): Don't mention ruleset, which is internal to closure.
3892 * src/closure.c (closure): Explain sorting of core and itemset, which
3893 is required for this function to behave correctly.
3894 * src/closure.h (closure): Mention sorting.
3895
2a6b783d
JD
38962007-05-28 Joel E. Denny <jdenny@ces.clemson.edu>
3897
3898 * src/lalr.c (state_lookahead_tokens_count): For code readability,
3899 move the check for disabled transitions to an aver since conflict
3900 resolution hasn't happened yet.
3901
3902 * src/lalr.c (state_lookahead_tokens_count): Remove the check that
3903 labels a state as inconsistent just because it has error transitions.
3904 The original form of this check appeared in revision 1.1 of lalr.c,
3905 which was committed on 1991-12-21. Now (at least), changing the
3906 consistency label on such a state appears to have no useful effect in
3907 any of the places it is examined, which I enumerate below. The key
3908 point to understanding each item in this enumeration is that a state
3909 with an error transition is labelled consistent in the first place only
3910 if it has no rules, so the check cannot matter for states that have
3911 rules. (1) Labelling a state as inconsistent will cause set_conflicts
3912 to try to identify its conflicts, and a state must have *rules* to have
3913 conflicts. (2) Labelling a state as inconsistent will affect how
3914 action_row sets the default *rule* for the state. (3) Labelling a
3915 state as inconsistent will cause build_relations to add lookback edges
3916 to *rules* in that state.
3917 * src/state.h (struct state): Word the comment for member consistent
3918 more carefully.
3919
14462c2b
JD
39202007-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
3921
3922 Don't depend on C99 features.
3923 * src/conflicts.c (conflicts_update_state_numbers): Fix for-loop.
3924 * src/lalr.c (lalr_update_state_numbers): Fix for-loop.
3925 * src/reader.c (check_and_convert_grammar): Fix for-loop.
3926 * src/state.c (state_mark_reachable_states): Fix for-loop.
3927 (state_remove_unreachable_states): Fix for-loop.
3928
3929 Don't widen struct state with member reachable just to temporarily
3930 record reachability. Instead, use a local bitset.
3931 * src/state.h (struct state): Remove member.
3932 * src/state.c (state_new): Don't initialize it.
3933 (state_mark_reachable_states): Rename to...
3934 (state_record_reachable_states): ... this, and use bitset.
3935 (state_remove_unreachable_states): Use bitset.
3936
5a43d418
JD
39372007-05-26 Joel E. Denny <jdenny@ces.clemson.edu>
3938
3939 * src/Makefile.am (yacc): Quote target action commands properly so
3940 that the yacc script isn't corrupt. Reported by Hans Aberg at
3941 <http://lists.gnu.org/archive/html/bug-bison/2007-05/msg00003.html>.
3942
0c650a20
JD
3943 * data/glr.c (yylval): As in yacc.c, don't extern in the header for
3944 the case of pure parsers. Reported by Frans Englich at
3945 <http://lists.gnu.org/archive/html/help-bison/2007-05/msg00018.html>.
3946 * THANKS: Add Frans Englich.
3947
61fee93e
JD
3948 * NEWS (2.3a+): In the %code entry, reference section `Bison
3949 Declaration Summary' from the manual now since the %code summary has
3950 moved there.
3951 * doc/bison.texinfo (Prologue Alternatives): Mention that directives
3952 in the rules section must be terminated by semicolons.
3953
f124d423
JD
39542007-05-20 Joel E. Denny <jdenny@ces.clemson.edu>
3955
3956 Extend the front-end API for %define variables to more completely
3957 mirror the back-end. This will be useful in the future.
3958 * data/bison.m4 (b4_percent_define_get, b4_percent_define_ifdef):
3959 Update comments to mention the new front-end counterparts of these
3960 macros.
3961 * src/muscle_tab.c (MUSCLE_COMMON_DECODE): New macro with common code
3962 for muscle_string_decode and muscle_location_decode.
3963 (muscle_string_decode): New static function.
3964 (muscle_location_decode): Use MUSCLE_COMMON_DECODE.
3965 (muscle_percent_define_get, muscle_percent_define_ifdef): New
3966 functions.
3967 (muscle_percent_define_flag_if): Use muscle_percent_define_ifdef and
3968 muscle_percent_define_get to mimic the b4_percent_define_flag_if
3969 implementation more closely.
3970 (muscle_percent_define_invalid_value): New function.
3971 * src/muscle_tab.h (muscle_percent_define_get,
3972 muscle_percent_define_ifdef, muscle_percent_define_invalid_value):
3973 Prototype.
3974
75ad86ee
JD
39752007-05-07 Joel E. Denny <jdenny@ces.clemson.edu>
3976
3977 * NEWS (2.3a+): Mention yesterday's state-removal change.
3978 (2.3a): Remove the %language entry, which was added after 2.3a.
3979 * src/LR0.c, src/closure.c, src/closure.h, src/conflicts.c,
3980 src/conflicts.h, src/lalr.c, src/lalr.h, src/print.c,
3981 src/print_graph.c, src/state.c, src/state.h, tests/conflicts.at,
3982 tests/existing.at: Update copyright date.
3983
5967f0cf
JD
39842007-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
3985
3986 If conflict resolution makes states unreachable, remove those states,
3987 report rules that are then unused, and don't report conflicts in those
3988 states.
3989 * src/conflicts.c, src/conflicts.h (conflicts_update_state_numbers):
3990 New global function.
3991 * src/lalr.c, src/lalr.h (lalr_update_state_numbers): New global
3992 function.
3993 * src/main.c (main): After conflict resolution, remove the unreachable
3994 states and update all data structures that reference states by number.
3995 * src/state.c (state_new): Initialize each state's reachable member to
3996 false.
3997 (state_mark_reachable_states): New static function.
3998 (state_remove_unreachable_states): New global function.
3999 * src/state.h (struct state): Add member bool reachable.
4000 (state_remove_unreachable_states): Prototype.
4001 * tests/conflicts.at (Unreachable States After Conflict Resolution):
4002 New test case.
4003 * tests/existing.at (GNU pic Grammar): Update test case output now that
4004 an unused rule is discovered.
4005
b09f4f48
JD
40062007-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
4007
4008 Minor code cleanup in parser table construction.
4009 * src/LR0.c (new_itemsets): Use item_number_is_symbol_number.
4010 (new_itemsets, save_reductions): Update for rename to nitemset.
4011 * src/closure.c (nritemset): Rename to...
4012 (nitemset): ... this since the "r" appears to meaningless and isn't
4013 used in the comments.
4014 (closure): Update for rename.
4015 * src/closure.h (nritemset): Update extern to...
4016 (nitemset): ... this.
4017 * src/lalr.c (LA): Fix a typo in comments.
4018 * src/print.c (print_core): Update for rename to nitemset.
4019 * src/print_graph.c (print_graph): Likewise.
4020 * src/state.h: Fix some typos in header comments.
4021
bbb44d83
PE
40222007-04-04 Paul Eggert <eggert@cs.ucla.edu>
4023
9b33de72
PE
4024 * THANKS: Use ASCII for Sebastien Fricker's name. Bison source
4025 still sticks to ASCII. Sorry!
4026
bbb44d83
PE
4027 * README-hacking: New file, taken mostly from coreutils, with changes
4028 for Bison. Contains much of the contents of:
4029 * README-cvs: Remove.
4030 * bootstrap: Sync from gnulib.
4031 * build-aux/.cvsignore: Remove *.t, mkinstalldirs.
4032 * lib/.cvsignore: Add wchar.h, wctype.h. Remove exit.h.
4033
29553547
JD
40342007-03-10 Joel E. Denny <jdenny@ces.clemson.edu>
4035
4036 * doc/bison.texinfo (Destructor Decl): Fix typo reported by Sebastian
4037 Setzer.
4038 (Java Differences): Fix some typos.
4039 * THANKS: Add Sebastian Setzer.
4040
01b477c6
PB
40412007-03-07 Paolo Bonzini <bonzini@gnu.org>
4042
730739e4
AD
4043 * data/java.m4 (b4_single_class_if): Remove.
4044 (b4_abstract_if): Look at "%define abstract".
4045 (b4_lexer_if): New.
4046 (b4_union_name): Rename...
4047 (b4_yystype): ... to this. Map to "%define stype".
4048 (b4_rhs_value, b4_parse_param_decl, b4_lex_param_decl,
4049 b4_maybe_throws): Fix quoting.
4050 (b4_lex_param_call): Move below to keep b4_*_param_decl close.
4051 * data/lalr1.java (Lexer interface): Always define.
4052 (Lexer interface within parser class): Remove.
4053 (YYLexer class): New, used when "%code lexer" is present.
4054 (constructor): When "%code lexer" is used, pass %lex-param
4055 to the lexer constructor.
4056 (yylex, yyparse): Remove %lex-param from method invocations
4057 (YYStack, yyaction, yyparse): Rename b4_union_name to b4_yystype.
4058
4059 * doc/bison.texinfo (Java Bison Interface): Mention "%define
4060 abstract". Rename "%define union_name" to "%define stype".
4061 Rename method names according to previous patch.
4062 (Java Scanner Interface): Describe "%code lexer" instead of
4063 "%pure-parser" and "%define single_class".
4064 (Java Differences): Mention "%code lexer".
4065
4066 * tests/java.at (_AT_DATA_JAVA_CALC_Y): Remove final argument.
4067 Include scanner here, using macros from tests/local.at.
4068 (AT_DATA_CALC_Y): Remove final argument.
4069 (_AT_CHECK_JAVA_CALC): Likewise.
4070 (AT_CHECK_JAVA_CALC): Likewise. Test all four combinations
4071 of %locations and %error-verbose.
4072 (main): Test with and without %lex-param.
4073 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Push AT_LEXPARAM_IF.
4074 (AT_BISON_OPTION_POPDEFS): Pop it.
01b477c6 4075
122bea3a
JMG
40762007-03-07 Juan Manuel Guerrero <juan.guerrero@gmx.de>
4077
4078 DJGPP spefic issue. Inhibit the use of disallowed characters for
4079 file name genertion on Win98, WinXP, etc. These are |<>":?*\
4080 and concern testsuite case 46.
4081 * Makefile.am: djgpp/testsuite.sed added to EXTRA_DIST
4082 * djgpp/testsuite.sed: Inhibit the use of disallowed characters.
4083 * djgpp/config.bat: Inhibit the use of disallowed characters.
4084
9611cfa2
JD
40852007-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
4086
4087 Miscellaneous %define and %code cleanup.
4088 * data/bison.m4 (b4_percent_define_flag_if): Correct comments on how
4089 values are interpreted.
4090 * doc/bison.texinfo (Decl Summary): Clean up and extend %define
4091 documentation a little more.
4092 * src/muscle_tab.c (MUSCLE_USER_NAME_CONVERT,
4093 muscle_percent_define_insert, muscle_percent_code_grow): New
4094 functions/macros.
4095 * src/muscle_tab.h (muscle_percent_define_insert,
4096 muscle_percent_code_grow): Prototype.
4097 * src/parse-gram.y (prologue_declaration): Use
4098 muscle_percent_define_insert and muscle_percent_code_grow when parsing
4099 %define and %code directives.
4100
4101 Make it easy to share %define boolean variables between the front-end
4102 and back-end. Though not used yet, this will be useful in the future.
4103 * data/bison.m4 (b4_check_user_names): Rewrite comments to talk about
4104 Bison uses of names rather than just skeleton uses of names.
4105 (b4_percent_define_get, b4_percent_define_ifdef): Rename
4106 b4_percent_define_skeleton_variables(VARIABLE) to
4107 b4_percent_define_bison_variables(VARIABLE).
4108 (b4_percent_code_get, b4_percent_code_ifdef): Rename
4109 b4_percent_code_skeleton_qualifiers(QUALIFIER) to
4110 b4_percent_code_bison_qualifiers(QUALIFIER).
4111 (b4_check_user_names_wrap): Update for renames.
4112 * src/muscle_tab.c, src/muscle_tab.h (muscle_percent_define_flag_if,
4113 muscle_percent_define_default): New functions mimicking
4114 b4_percent_define_flag_if and b4_percent_define_default.
4115
4116 For %define variables, report locations for invalid values and
bbb44d83 4117 redefinitions.
9611cfa2
JD
4118 * data/bison.m4 (b4_percent_define_flag_if): Read
4119 b4_percent_define_loc(VARIABLE) to report the location of an invalid
4120 value for VARIABLE.
4121 (b4_percent_define_default): Save a special location in
4122 b4_percent_define_loc(VARIABLE) in case the default value for VARIABLE
4123 must later be reported as invalid.
4124 * src/muscle_tab.c (muscle_location_grow, muscle_location_decode): New
4125 functions.
4126 (muscle_percent_define_insert): Record the location of VARIABLE in
4127 muscle percent_define_loc(VARIABLE), and use it to report the previous
4128 location for a redefinition.
4129 (muscle_percent_define_flag_if): Update like b4_percent_define_flag_if.
4130 (muscle_percent_define_default): Update like b4_percent_define_default.
4131 (muscle_grow_user_name_list): Rename to...
4132 (muscle_user_name_list_grow): ... this for consistency and use
4133 muscle_location_grow.
4134 * src/muscle_tab.h (muscle_location_grow): Prototype.
4135 * tests/input.at (%define errors): Update expected output.
4136 * tests/skeletons.at (%define boolean variables: invalid skeleton
4137 defaults): New test case.
4138
0bf92491
JD
41392007-02-28 Joel E. Denny <jdenny@ces.clemson.edu>
4140
4141 * src/print.c (lookahead_set, state_default_rule): Remove.
4142 (print_reductions): Replace state_default_rule invocation with
4143 equivalent use of yydefact, which was computed in token_actions in
4144 tables.c.
4145 (print_results): Don't allocate lookahead_set.
4146
d3b12988
PB
41472007-02-27 Paolo Bonzini <bonzini@gnu.org>
4148
4149 * data/lalr1.java: Prefix all private members with yy.
4150
f57a7536
JD
41512007-02-24 Joel E. Denny <jdenny@ces.clemson.edu>
4152
4153 Use YYFPRINTF instead of fprintf where appropriate. Reported by
9b33de72 4154 Sebastien Fricker at
f57a7536 4155 <http://lists.gnu.org/archive/html/bug-bison/2007-02/msg00035.html>.
9b33de72 4156 * THANKS: Add Sebastien Fricker.
f57a7536
JD
4157 * data/glr.c, data/push.c, data/yacc.c (yy_reduce_print): Implement.
4158 * doc/bison.texinfo (Tracing): Make it clearer that YYFPRINTF must
4159 accept a variable number of arguments.
4160
6404a5bf
JD
41612007-02-19 Joel E. Denny <jdenny@ces.clemson.edu>
4162
4163 * bootstrap: Remove occurrences of .#bootmp from lib/Makefile.
4164
e4e09639
JMG
41652007-02-13 Juan Manuel Guerrero <juan.guerrero@gmx.de>
4166
4167 * djgpp/config.bat: Adjustments concerning the use of autoconf 2.61.
4168 * djgpp/config.sed: Adjustments concerning the use of autoconf 2.61.
4169 * djgpp/config.site: Adjustments concerning the use of autoconf 2.61.
4170
d7e0a1a7
PE
41712007-02-11 Paul Eggert <eggert@cs.ucla.edu>
4172
4173 Undo my 2007-02-07 change, switching back to the c-strcase module
4174 introduced in the 2007-02-03 change. Bruno Haible reported that
4175 the 2007-02-07 change would be dangerous in Turkish if we add a
4176 language whose name contains "i", since "i" is not lowercase "I"
4177 in Turkish.
4178 * bootstrap.conf (gnulib_modules): Add c-strcase. Remove strcase.
4179 * lib/.cvsignore: Add c-ctype.c, c-ctype.h, c-strcase.h,
4180 c-strcasecomp.c, c-strncasecmp.c. Remove strcasecmp.c, strncasecmp.c.
4181 * m4/.cvsignore: Remove strcase.m4.
4182 * src/getargs.c: Revert 2007-02-07 change, as follows.
4183 Include c-strcase.h.
4184 (language_argmatch): Use c_strcasecmp rather than strcasecmp.
4185
deee93a1
JD
41862007-02-11 Bruno Haible <bruno@clisp.org>
4187
4188 Enable the Java related testsuite tests when the only Java compiler
4189 found is a gcj < 4.3. Discussed at
4190 <http://lists.gnu.org/archive/html/bug-bison/2007-02/msg00016.html>.
4191 * configure.ac (gt_JAVACOMP): Don't specify a target_version.
4192
574add85
JD
41932007-02-11 Joel E. Denny <jdenny@ces.clemson.edu>
4194
4195 * data/Makefile.am: Update copyright date.
4196 * data/push.c (yypull_parse): Report memory exhaustion and return 2 if
4197 yypstate_new returns NULL.
4198 (yypstate_new): Return NULL if malloc does.
4199 * src/reader.c (packgram): Move translation of rule actions from the
4200 beginning of packgram to...
4201 (check_and_convert_grammar): ... here right before packgram is invoked
4202 so it's easier to write more complete comments, and remove redundant
4203 code.
4204
e785ccf7
JD
42052007-02-10 Joel E. Denny <jdenny@ces.clemson.edu>
4206
4207 As in semantic actions, make @$ in %initial-action, %destructor, and
4208 %printer imply %locations.
4209 * src/scan-code.l (SC_SYMBOL_ACTION): Set locations_flag = true when
4210 scanning @$.
4211 * tests/actions.at (AT_CHECK_ACTION_LOCATIONS): New macro supporting...
4212 (@$ in %initial-action implies %locations,
4213 @$ in %destructor implies %locations,
4214 @$ in %printer implies %locations): ... these new test cases.
4215
1cfe1ed7
PE
42162007-02-07 Paul Eggert <eggert@cs.ucla.edu>
4217
4218 Undo most of the 2007-02-03 change, switching to the strcase module
4219 now that gnulib strcase has been fixed.
4220 * bootstrap.conf (gnulib_modules): Remove c-strcase. Add strcase.
4221 * lib/.cvsignore: Remove c-ctype.c, c-ctype.h, c-strcase.h,
4222 c-strcasecomp.c, c-strncasecmp.c. Add strcasecmp.c, strncasecmp.c
4223 * m4/.cvsignore: Add strcase.m4.
4224 * src/getargs.c: Revert 2007-02-03 change, as follows.
4225 Don't include c-strcase.h.
4226 (language_argmatch): Use strcasecmp rather than c_strcasecmp.
4227 strcasecmp has "unspecified behavior" outside the POSIX locale,
4228 but it works fine in practice if at least one argument is ASCII,
4229 as is the case in Bison.
4230
0049ec86
PB
42312007-02-07 Paolo Bonzini <bonzini@gnu.org>
4232
4233 * tests/java.at: Skip tests if only one of javac/java is present.
4234 Reported by Joel E. Denny.
4235 * tests/atlocal.in: Adjust copyright years.
4236
42372007-02-05 Paolo Bonzini <bonzini@gnu.org>
4238
4239 * data/lalr1.java (Stack): Work around old verifiers that disallow
4240 access to the private fields of an inner class, from the outer class.
4241 We can make Stack's fields public because user code doesn't have access
4242 to the instance of Stack used by parse(). Reported by Paul Eggert.
4243
2c2b7220
PE
42442007-02-03 Paul Eggert <eggert@cs.ucla.edu>
4245
4246 * .cvsignore: Add javacomp.sh, javaexec.sh. Is this really
4247 the right spot for these files?
4248 * bootstrap.conf (gnulib_modules): Add c-strcase.
4249 * lib/.cvsignore: Add c-ctype.c c-ctype.h, c-strcasecomp.c,
4250 c-strncasecmp.c.
4251 * src/getargs.c: Include c-strcase.h.
4252 (language_argmatch): Use c_strcasecmp rather than strcasecmp,
4253 to avoid unspecified behavior.
4254
b2b81dae
JD
42552007-02-01 Joel E. Denny <jdenny@ces.clemson.edu>
4256
4257 * doc/bison.texinfo (Decl Summary): Correct typo.
4258
c1d19e10
PB
42592007-01-30 Paolo Bonzini <bonzini@gnu.org>
4260
4261 * data/bison.m4 (b4_percent_define_flag_if): Don't treat 0 as false.
4262 Complain if the value does not match empty, "true" or "false".
4263 * data/c++.m4: Adjust default definitions of %define variables.
4264 * data/java.m4: Adjust default definitions of %define variables.
4265 * doc/bison.texinfo (Decl Summary): Adjust the %define entry according
4266 to above behavior.
4267 * tests/input.at (Boolean %define variables): Test new behavior.
4268
8405b70c
PB
42692007-01-29 Paolo Bonzini <bonzini@gnu.org>
4270
4271 * NEWS: Mention java.
4272 * TODO: Remove things that are done.
4273 * bootstrap.conf: Add javacomp-script and javaexec-script.
4274 * configure.ac: Invoke gt_JAVACOMP and gt_JAVAEXEC.
4275
4276 * data/Makefile.am: Add new files.
4277 * data/java-skel.m4: New.
4278 * data/java.m4: New.
4279 * data/lalr1.java: New.
4280
4281 * doc/bison.texinfo: Put "A Complete C++ Example" under
4282 C++ Parsers. Add Java Parsers. Put C++ Parsers and Java Parsers
4283 under Other Languages.
4284
4285 * src/getargs.c (valid_languages): Add Java.
4286 * src/getargs.h (struct bison_language): Update size of string fields.
4287
4288 * tests/Makefile.am: Add java.at.
4289 * tests/atlocal.in: Add CONF_JAVA and CONF_JAVAC.
4290 * tests/java.at: New.
4291 * tests/testsuite.at: Include it.
4292
3eb82471
JD
42932007-01-28 Joel E. Denny <jdenny@ces.clemson.edu>
4294
4295 Clean up.
4296 * src/scan-skel.l (at_directive_perform): Add at_directive_argc and
4297 at_directive_argv arguments so these no longer have to be global
4298 variables. Also, update the implementation for the following changes.
4299 (fail_for_at_directive_too_many_args,
4300 fail_for_at_directive_too_few_args): Add at_directive_name argument.
4301 (at_directive_name): Remove as at_directive_argv[0] will be used for
4302 this now.
4303 (AT_DIRECTIVE_ARGC_MAX): Increment to make space in at_directive_argv
4304 for the directive name.
4305 (at_directive_argc, at_directive_argv): Make these local within
4306 skel_lex instead of global.
4307 (INITIAL): Update directive start action for above changes.
4308 (SC_AT_DIRECTIVE_ARG): Rename to...
4309 (SC_AT_DIRECTIVE_ARGS): ... this, and update for above changes.
4310 (SC_AT_DIRECTIVE_SKIP_WS): Update.
4311 (scan_skel): Move yylex_destroy to...
4312 (skel_scanner_free): ... here.
4313 * tests/skeletons.at (installed skeleton file name): Rename to...
4314 (installed skeleton file names): ... this.
4315
148d66d8
JD
43162007-01-27 Joel E. Denny <jdenny@ces.clemson.edu>
4317
4318 * ChangeLog: For changes in doc/bison.texinfo, consistently reference
4319 node names: say "Table of Symbols" not "Bison Symbols", and say "Decl
4320 Summary" not "Directives".
4321 * doc/bison.texinfo (Decl Summary, Calc++ Parser): Cross-reference the
4322 %code entry in "Decl Summary" rather than the one in "Table of Symbols"
4323 since the former is now the more complete one.
4324 (Prologue Alternatives): Likewise and do the same for %defines.
4325 (Table of Symbols): Add summary of %code, add summary of %define, and
4326 move full %code documentation to...
4327 (Decl Summary): ... here for consistency with other entries in these
4328 sections.
4329 Move %define entry in order to keep this list alphabetized.
4330 Reword %define entry a little to put less emphasis on the skeleton
4331 concept, which most users shouldn't have to think about.
4332
665f0c24
PE
43332007-01-26 Paul Eggert <eggert@cs.ucla.edu>
4334
4335 Adjust to recent gnulib changes.
4336 * lib/.cvsignore: Remove stpcpy.h, strndup.h, strnlen.h.
4337 Add string.h, string_.h, unistd_.h, wchar_.h.
4338 * m4/.cvsignore: Add gnulib-common.m4, string_h.m4, wchar.m4.
4339 * src/system.h: Don't include <stpcpy.h>; this is now done by
4340 <string.h>.
4341
592d0b1e
PB
43422007-01-23 Paolo Bonzini <bonzini@gnu.org>
4343
4344 Simplify implementation of unqualified %code, implement macros for
4345 uniform treatment of boolean %define flags. Document %define.
4346 * data/bison.m4 (b4_percent_define_ifdef, b4_percent_define_flag_if,
4347 b4_percent_code_ifdef): New.
4348 (b4_percent_code_get): Map unqualified %code to b4_percent_code().
4349 * data/c++.m4: Define default value for global_tokens_and_yystype.
4350 * data/glr.cc: Likewise.
4351 * data/location.cc: Use b4_percent_define_flag_if.
4352
148d66d8 4353 * doc/bison.texinfo (Decl Summary): Document %define.
592d0b1e
PB
4354
4355 * src/parse-gram.y (Unqualified %code): Change muscle name to
4356 b4_percent_code().
4357 (content.opt): Default to empty.
4358
a7867f53
JD
43592007-01-17 Joel E. Denny <jdenny@ces.clemson.edu>
4360
4361 Implement support for relative and absolute skeleton file names.
4362 Discussed starting at
4363 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00071.html>.
4364 * doc/bison.texinfo (Decl Summary): Document in %skeleton entry.
4365 (Bison Options): Document in --skeleton entry.
4366 * src/output.c (output_skeleton): Use strncpy rather than strcpy since
4367 full_skeleton can't necessarily hold all of pkgdatadir.
4368 If the specified skeleton file name contains a `/', don't prepend
4369 pkgdatadir.
4370 * src/parse-gram.y (prologue_declaration): If the specified skeleton
4371 file name contains a `/', prepend the grammar file directory.
4372 * tests/Makefile.am (TESTSUITE_AT): Add skeletons.at.
4373 * skeletons.at: New file.
4374 (relative skeleton file names): New test case.
4375 (installed skeleton file names): New test case.
4376 * tests/testsuite.at: Include skeletons.at.
4377
4378 * bootstrap: Update copyright to 2007.
4379
830c9b18
PB
43802007-01-17 Paolo Bonzini <bonzini@gnu.org>
4381
4382 * bootstrap: Remove occurrences of .#bootmp from the files.
4383
a8c2e813
AD
43842007-01-17 Akim Demaille <akim@epita.fr>
4385
4386 * doc/bison.texinfo (Calc++ Parser): Don't try to alias
4387 nonterminals.
4388 Use per-type %printer.
4389
279cabb6
JD
43902007-01-17 Joel E. Denny <jdenny@ces.clemson.edu>
4391
4392 * NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4,
4393 data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
4394 djgpp/config.site, src/files.c, src/files.h, src/main.c,
4395 src/muscle_tab.c, src/muscle_tab.h, src/parse-gram.y, src/reader.h,
4396 src/scan-skel.h, src/scan-skel.l, tests/actions.at, tests/calc.at,
4397 tests/glr-regression.at, tests/input.at, tests/local.at,
4398 tests/output.at, tests/torture.at: Update copyright to 2007.
4399
bb32f4f2
AD
44002007-01-16 Akim Demaille <akim@epita.fr>
4401
4402 * doc/bison.texinfo (Calc++ Parsing Driver): Let "parse" return an
4403 error code.
4404 (Calc++ Scanner): Exit with failure if we can't open the input
4405 file.
4406 Accept "-" standing for stdin.
4407 (Calc++ Top Level): Print the result only if the parsing was
4408 successful.
4409
7cff04b5
AD
44102007-01-16 Akim Demaille <akim@epita.fr>
4411
4412 * data/lalr1.cc (yy_reduce_print_): Add a missing end-of-line.
4413
a4e25e1d
JD
44142007-01-15 Paolo Bonzini <bonzini@gnu.org>
4415 and Joel E. Denny <jdenny@ces.clemson.edu>
4416
4417 Clean up %define and %code implementation in M4 some. Most
4418 importantly, rename all related macros to be in the b4_percent_define
4419 and b4_percent_code namespaces. Also, complete support for `.' in
4420 %define variable names and %code qualifiers.
4421 * data/bison.m4 (b4_check_user_names): Check for special
4422 "SKELETON-NAMESPACE(name)" macros instead of using two nested
4423 m4_foreach loops.
4424 (b4_get_percent_define, b4_get_percent_code): Rename to...
4425 (b4_percent_define_get, b4_percent_code_get): ... these.
4426 Extend documentation with examples.
4427 For SKELETON-NAMESPACE (as documented for b4_check_user_names), use
4428 b4_percent_define_skeleton_variables and
4429 b4_percent_code_skeleton_qualifiers.
4430 Expect any value for the %define variable `foo' to be stored in the
4431 macro named `b4_percent_define(foo)'; expect any %code blocks for the
4432 qualifier `foo' to be stored in a macro named `b4_percent_code(foo)';
4433 expect any unqualified %code blocks to be stored in a macro named
4434 `b4_percent_code_unqualified'.
4435 Use m4_indir so that %define variable names and %code qualifiers can
4436 contain `.', which is allowed by the grammar parser.
4437 (b4_percent_define_default): New macro to set a default value for a
4438 %define variable.
4439 (m4_wrap): Update wrapped code, and fix some underquoting.
4440 (b4_check_user_names_wrap): Update and define outside the m4_wrap.
4441 Expect grammar uses of %define variables and %code qualifiers to be
4442 defined in b4_percent_define_user_variables and
4443 b4_percent_code_user_qualifiers.
4444 * data/c++.m4: Use b4_percent_define_default rather than
4445 m4_define_default. Fix some underquoting. Skeleton usage of %define
4446 variable define_location_comparison now implies skeleton usage of
4447 %define variable filename_type.
4448 * data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
4449 data/push.c, data/yacc.c: Update macro names.
4450 * src/parse-gram.y (prologue_declaration, grammar_declaration): Update
4451 muscle names.
4452
e37c665c
JMG
44532007-01-14 Juan Manuel Guerrero <juan.guerrero@gmx.de>
4454
4455 DJGPP specific issues.
4456
4457 * djgpp/config.site: Set ac_cv_path_mkdir to a sane DJGPP specific
4458 default. Set gl_cv_absolute_wctype_h to a sane DJGPP specific default.
4459
7d2d521f
JD
44602007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
4461
4462 * tests/glr-regression.at: Use AT_PARSER_CHECK rather than AT_CHECK to
4463 run parsers in all tests so that Valgrind is invoked during
4464 maintainer-check-valgrind.
4465 (Duplicate representation of merged trees): Free all semantic values.
4466 (Duplicated user destructor for lookahead): Likewise.
4467
e0ac9b4b
JD
44682007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
4469
4470 * tests/local.at (AT_PARSER_CHECK): Add a PRE argument to specify a
4471 command-line prefix.
4472 * tests/torture.at (Exploding the Stack Size with Alloca): Stderr is
4473 ignored, so use that PRE to set --log-fd=1 in VALGRIND_OPTS so we don't
4474 miss Valgrind messages.
4475 (Exploding the Stack Size with Malloc): Likewise.
4476
78143faa
JD
44772007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
4478
4479 Ignore YYSTACK_USE_ALLOCA for push parsers since the stacks can't be
4480 locals. Reported by Juan Manuel Guerrero at
4481 <http://lists.gnu.org/archive/html/bug-bison/2007-01/msg00000.html>.
4482 * data/push.c: Enclose the #ifdef YYSTACK_USE_ALLOCA in b4_push_if.
4483 Fix some indentation also.
4484 * tests/torture.at (Exploding the Stack Size with Alloca): Add comment
4485 explaining this issue.
4486
7ecec4dd
JD
44872007-01-09 Paolo Bonzini <bonzini@gnu.org>
4488 and Joel E. Denny <jdenny@ces.clemson.edu>
4489
4490 Simplify union and prologue handling, and escape union and lex/parse
4491 params with digraphs.
4492 * data/bison.m4 (b4_pre_prologue, b4_post_prologue): Set their default
4493 values to the empty string since these are no longer guaranteed
4494 initialized by the front-end.
4495 * data/glr.c, data/glr.cc, data/lalr1.cc, data/push.c, data/yacc.c: Add
4496 braces around b4_user_stype since this is no longer done by the
4497 front-end.
4498 * src/files.c, src/files.h (pre_prologue_obstack,
4499 post_prologue_obstack): Remove.
4500 * src/muscle_tab.c (muscle_pair_list_grow): Don't duplicate header
4501 comments here. Use MUSCLE_OBSTACK_SGROW so that values are escaped
4502 with digraphs. This fixes lex params and parse params.
4503 * src/muscle_tab.h (muscle_pair_list_grow): Update comments.
4504 * src/output.c (prepare): Remove muscle insertion of the prologues.
4505 (output): Remove freeing of pre_prologue_obstack and
4506 post_prologue_obstack.
4507 * src/parse-gram.y (prologue_declaration): Use muscle_code_grow rather
4508 than prologue_augment for prologue parsing so you don't need prologue
4509 obstacks.
5c80250c
JD
4510 (grammar_declaration): For %union RHS, use `braceless' instead of
4511 "{...}" so that braces are already stripped and code is escaped with
4512 digraphs.
7ecec4dd
JD
4513 * src/reader.c (prologue_augment): Remove.
4514 (reader): Remove initialization of pre_prologue_obstack and
4515 post_prologue_obstack.
4516 * src/reader.h (prologue_augment): Remove.
4517
4518 * data/c.m4: Remove stray parenthesis.
4519
16dc6a9e
JD
45202007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
4521
4522 Remove quotes from variables names in %define directives and from
4523 qualifiers in %code directives, and restrict the characters that are
4524 allowed in them to M4-friendly ones. For %define, continue to support
4525 the quoted form as a deprecated feature. Discussed starting at
4526 <http://lists.gnu.org/archive/html/bison-patches/2007-01/msg00023.html>.
4527 * NEWS (2.3a+): Add entry for the change to %define. Update entry for
4528 %code.
4529 * doc/bison.texinfo (Prologue Alternatives): Update.
91661ebb
JD
4530 (Decl Summary): In %defines entry, update mention of `%code requires'
4531 and `%code provides'.
16dc6a9e
JD
4532 (C++ Location Values): Update %define uses.
4533 (Calc++ Parser Interface): Likewise.
4534 (Calc++ Parser): Likewise, and update `%code requires' uses.
148d66d8 4535 (Table of Symbols): Update %code documentation.
16dc6a9e
JD
4536 * src/parse-gram.y (prologue_declaration): For %define variables, use
4537 `variable' instead of `STRING'.
4538 (grammar_declaration): For %code qualifiers, use `ID' instead of
4539 `STRING'.
4540 (variable): New nonterminal that takes an `ID' or a `STRING'.
4541 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Update %code
4542 and %define uses.
4543 * tests/calc.at (_AT_DATA_CALC_Y): Update %define use.
4544 * tests/input.at (Reject unused %code qualifiers): Update %code uses.
4545 (%define errors): Update %define uses.
4546
e9813cd4
JD
45472007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
4548
4549 * src/parse-gram.y (prologue_declaration): Use MUSCLE_INSERT_STRING
4550 instead of muscle_insert for %define values so that M4-special
4551 characters are replaced with digraphs.
4552 * tests/input.at (%define errors): Extend to check weird values.
4553
6afc30cc
JD
45542007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
4555
4556 Instead of having skeletons declare all valid %define variables and
4557 %code qualifiers, provide macros that retrieve the associated values
4558 and build these lists automatically. Thus Bison will now warn when a
4559 variable or qualifier is not used by the skeleton in the current
4560 invocation regardless of whether it might sometimes be used by that
4561 skeleton in other invocations. Also, move all %define value macros to
4562 the b4_percent_define_ namespace, and remove the %define "NAME" {CODE}
4563 form, which is replaced by %code.
4564 * data/bison.m4 (b4_check_for_unrecognized_names): Rename to...
4565 (b4_check_user_names): ... this, and change the series of valid name
4566 arguments to a single list argument for names used in the skeleton
4567 similar to the existing list argument for names used in the grammar.
4568 Warn instead of complaining.
4569 (b4_get_percent_define, b4_get_percent_code): New to retrieve %define
4570 values and %code code, to format %code code properly, and to build
4571 lists of all %define variables and %code qualifiers used in the
4572 skeleton: b4_skeleton_percent_define_variables and
4573 b4_skeleton_percent_code_qualifiers.
4574 (b4_check_percent_define_variables, b4_check_percent_code_qualifiers):
4575 Remove, and...
4576 (m4_wrap): ... m4_wrap b4_check_user_names invocations instead so that
4577 the skeleton names lists can finish building first. In place of
4578 b4_used_percent_define_variables and b4_used_percent_code_qualifiers,
4579 expect the lists b4_user_percent_define_variables and
4580 b4_user_percent_code_qualifiers.
4581 * data/c++.m4: Where setting default values for b4_parser_class_name,
4582 b4_location_type, b4_filename_type, b4_namespace, and
4583 b4_define_location_comparison, update their names to the
4584 b4_percent_define_ namespace.
4585 * data/glr.c: Don't use b4_check_percent_define_variables and
4586 b4_check_percent_code_qualifiers. Use b4_get_percent_code.
4587 * data/glr.cc, data/lalr1.cc: Likewise, and use b4_get_percent_define.
4588 (b4_parser_class_name, b4_namespace): Define these using
a4e25e1d 4589 b4_get_percent_define for parser_class_name and namespace.
6afc30cc
JD
4590 * data/location.cc: Use b4_get_percent_define.
4591 * data/push.c: Don't use b4_check_percent_define_variables and
4592 b4_check_percent_code_qualifiers. Use b4_get_percent_code.
4593 * data/yacc.c: Likewise, and don't call m4_exit in
4594 b4_use_push_for_pull_if or m4_wrap code will never execute.
4595 * src/muscle_tab.c, src/muscle_tab.h (muscle_grow_used_name_list):
4596 Rename to...
4597 (muscle_grow_user_name_list): ... this for consistency with the
4598 terminology used in bison.m4.
4599 * src/parse-gram.y (prologue_declaration): Prepend "percent_define_" to
4600 %define variable names, and rename muscle used_percent_define_variables
4601 to user_percent_define_variables.
4602 (grammar_declaration): Rename muscle used_percent_code_qualifiers to
4603 user_percent_code_qualifiers.
4604 (content): Remove.
4605 (content.opt): Replace content RHS with STRING RHS so %define "NAME"
4606 {CODE} form is no longer accepted.
4607 * tests/input.at (Reject bad %code qualifiers): Rename to...
4608 (Reject unused %code qualifiers): ... this, and update test output.
4609 (%define error): Update test output.
4610
7eb8a0bc
JD
46112007-01-07 Joel E. Denny <jdenny@ces.clemson.edu>
4612
4613 Check for unrecognized %define variables similar to checking for
4614 unrecognized %code qualifiers. Check for redefined %define variables.
4615 * data/bison.m4 (b4_check_for_unrecognized_names): New macro that
4616 generalizes...
4617 (b4_check_percent_code_qualifiers): ... this, which now wraps it.
4618 (b4_check_percent_define_variables): New, also wraps it.
4619 * data/glr.c: Unless glr.cc is wrapping glr.c, declare no valid %define
4620 variables using b4_check_percent_define_variables.
4621 * data/glr.cc, data/lalr1.cc: Declare the valid %define variables as
4622 all those exercised in the test suite and all those listed in the
4623 `Default values' section of c++.m4. Are there others?
4624 * data/push.c, data/yacc.c: Declare no valid %define variables.
4625 * src/muscle_tab.c, src/muscle_tab.h (muscle_find_const): New function,
4626 similar to muscle_find, but it works even when the muscle stores a
4627 const value.
4628 (muscle_grow_used_name_list): New function for constructing the used
4629 name list muscles that b4_check_for_unrecognized_names requires.
4630 * src/parse-gram.y (prologue_declaration): Warn if a variable is
4631 %define'd more than once. Define the b4_used_percent_define_variables
4632 muscle with muscle_grow_used_name_list.
4633 (grammar_declaration): Abbreviate %code code with
4634 muscle_grow_used_name_list.
4635 * tests/input.at (%define errors): New.
4636
3fc65ead
JD
46372007-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
4638
4639 Provide warn_at, complain_at, and fatal_at function callbacks to the
4640 skeletons, and use this for %code qualifier complaints.
4641 * data/bison.m4 (b4_error_at): New, invoked by...
4642 (b4_warn_at, b4_complain_at, b4_fatal_at): ... these new macros to wrap
4643 the skeleton scanner's new @warn_at(...@), @complain_at(...@), and
4644 @fatal_at(...@) directives.
4645 (b4_check_percent_code_qualifiers): Rewrite to expect locations for
4646 qualifiers in b4_used_percent_code_qualifiers and to use
4647 b4_complain_at.
4648 * src/location.c, src/location.h (boundary_set_from_string): New global
4649 function.
4650 * src/muscle_tab.c, src/muscle_tab.h (muscle_boundary_grow): New global
4651 function.
4652 * src/parse-gram.y (grammar_declaration): Add locations for qualifiers
4653 to b4_used_percent_code_qualifiers.
4654 * src/scan-skel.l (fail_for_at_directive_too_few_args): New static
4655 function.
4656 (AT_DIRECTIVE_ARGC_MAX): Increase for boundary arguments.
4657 (lineno): Rename to...
4658 (out_lineno): ... this so I don't misunderstand it again.
4659 (SC_AT_DIRECTIVE_SKIP_WS): Don't increment out_lineno for newlines
4660 here; these newlines are in the input but not the output file.
4661 (SC_AT_DIRECTIVE_ARG): Likewise. Extract directive execution to...
4662 (at_directive_perform): ... this new static function, and add handling
4663 of new @warn_at(...@), @complain_at(...@), and @fatal_at(...@)
4664 directives.
4665 * tests/input.at (Reject bad %code qualifiers): Update test output with
4666 locations and extend.
4667
4668 * tests/output.at (Output file name: [, Output file name: ]): Remove
4669 bogus comment about these tests failing.
4670
1c7b7e1d
JD
46712007-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
4672
4673 Clean up b4_check_percent_code_qualifiers a little.
4674 * data/bison.m4 (b4_check_percent_code_qualifiers): Expect qualifiers
4675 in b4_used_percent_code_qualifiers to be double-M4-quoted. Rewrite
4676 documentation and add examples.
4677 * src/parse-gram.y (grammar_declaration): Double-M4-quote those
4678 qualifiers here.
4679
08af01c2
JD
46802007-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
4681
4682 Don't use m4_divert since it makes m4_divert_push and m4_divert_pop
4683 unreliable -- especially when they're hidden inside another macro.
4684 * data/bison.m4, data/c++-skel.m4, data/c++.m4, data/c-skel.m4,
4685 data/c.m4: Remove m4_divert(-1).
4686 * data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
4687 data/push.c, data/yacc.c: Likewise, and replace m4_divert(0) with
4688 m4_divert_push(0) and m4_divert_pop(0).
279cabb6 4689 * src/output.c (output_skeleton): Don't add an m4_divert_push(0) and
08af01c2
JD
4690 an m4_wrap([m4_divert_pop(0)]) to the M4. Diversion -1, which is
4691 pushed and popped by m4sugar, should be first on the stack.
4692
4693 Provide warn, complain, and fatal function callbacks to the skeletons.
4694 This provides more flexibility than m4_fatal, improves the error
4695 message format, and captures messages for translation. Discussed
4696 starting at
4697 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00063.html>.
4698 * data/bison.m4 (b4_error): New, invoked by...
4699 (b4_warn, b4_complain, b4_fatal): ... these new macros to wrap the
4700 skeleton scanner's new @warn(...@), @complain(...@), and @fatal(...@)
4701 directives. Because these M4 macros might be called when the current
4702 diversion is -1 or 0, m4_divert_push and m4_divert_pop is used; thus
4703 the previous removal of uses of m4_divert, which caused trouble.
4704 (b4_check_percent_code_qualifiers): Use b4_complain instead of
4705 m4_fatal to report unrecognized %code qualifiers.
4706 * data/c++-skel.m4: Use b4_complain instead of m4_fatal to report C++
4707 push parser requests.
4708 * data/glr.c: Use b4_complain instead of m4_fatal to report
4709 non-deterministic push parser requests.
4710 Update @output usage to @output(...@) form.
4711 * data/glr.cc, data/lalr1.cc: Use b4_fatal instead of m4_fatal to
4712 report missing %defines. Update @output usage to @output(...@) form.
4713 * data/location.cc, data/push.c, data/yacc.c: Update @output usage to
4714 @output(...@) form.
4715 * src/main.c (main): Invoke skel_scanner_free.
4716 * src/scan-skel.h (skel_scanner_free): Prototype new function.
4717 * src/scan-skel.l (FLEX_NO_OBSTACK): Don't define; we now need the
4718 obstack_for_string from flex-scanner.h.
4719 (YY_DECL): Use to declare skel_lex static.
4720 (decode_at_digraphs): Remove; now handled in the new
4721 SC_AT_DIRECTIVE_ARG start condition.
4722 (fail_for_at_directive_too_many_args, fail_for_invalid_at): New static
4723 functions.
4724 (at_directive_name, AT_DIRECTIVE_ARGC_MAX, at_directive_argc,
4725 at_directive_argv): New static globals.
4726 (INITIAL): Use fail_for_invalid_at.
4727 Don't parse `@output file_name\n' or `@basename(...@)'. Instead,
4728 recognize the start of a generalized `@directive(...@)' form and
4729 start...
4730 (SC_AT_DIRECTIVE_ARG): ... this new start condition to parse the
4731 directive args (using the new obstack_for_string), to decode the
4732 contained @ diagraphs, and to perform the directive. It recognizes
4733 @basename(...@), @warn(...@), @complain(...@), @fatal(...@), and
4734 @output(...@).
4735 (SC_AT_DIRECTIVE_SKIP_WS): New start condition started by
4736 SC_AT_DIRECTIVE_ARG to skip whitespace after the argument delimiter,
4737 `@,'.
4738 (scan_skel): Initialize obstack_for_string on the first call.
4739 (skel_scanner_free): New function to free obstack_for_string.
4740 * tests/input.at (Reject bad %code qualifiers): Update test output.
4741
8e0a5e9e
JD
47422007-01-04 Joel E. Denny <jdenny@ces.clemson.edu>
4743
4744 Consolidate the 4 prologue alternative directives (%code, %requires,
4745 %provides, and %code-top) into a single %code directive with an
4746 optional qualifier field. Discussed at
4747 <http://lists.gnu.org/archive/html/bison-patches/2007-01/msg00012.html>.
4748 * NEWS (2.3a+): Rewrite the existing entry for the prologue
4749 alternatives.
4750 * doc/bison.texinfo (Prologue Alternatives): Update.
4751 (Decl Summary): Update to %code "requires" and %code "provides".
4752 (Calc++ Parser): Update to %code "requires".
148d66d8 4753 (Table of Symbols): Remove entries for %requires, %provides, and
8e0a5e9e
JD
4754 %code-top. Rewrite %code entry, and add a %code "QUALIFIER" entry.
4755 * data/bison.m4 (b4_user_provides, b4_user_requires): Remove as these
4756 are replaced by b4_percent_code_provides and b4_percent_code_requires,
4757 which are skeleton-specific.
4758 (b4_check_percent_code_qualifiers): New. A skeleton can use this to
4759 declare what %code qualifiers it supports and to complain if any other
4760 qualifiers were used in the grammar.
4761 * data/glr.cc: Update to use b4_user_code([b4_percent_code_requires])
4762 and b4_user_code([b4_percent_code_provides]) in place of
4763 b4_user_requires and b4_user_provides.
4764 * data/glr.c, data/lalr1.cc, data/push.c, data/yacc.c: Likewise.
4765 Add b4_user_code([b4_percent_code_top]) and
4766 b4_user_code([b4_percent_code]).
4767 Invoke b4_check_percent_code_qualifiers.
4768 * src/parse-gram.y (PERCENT_CODE_TOP, PERCENT_PROVIDES,
4769 PERCENT_REQUIRES): Remove.
4770 (grammar_declaration): Remove RHS's for %code-top, %provides, and
4771 %requires. Rewrite the %code RHS as the unqualified form defining the
4772 muscle b4_percent_code. Add another RHS for the qualified %code form,
4773 which defines muscles of the form b4_percent_code_QUALIFIER and the
4774 b4_used_percent_code_qualifiers muscle.
4775 * src/scan-gram.l (PERCENT_CODE_TOP, PERCENT_PROVIDES,
4776 PERCENT_REQUIRES): Remove.
4777 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Update to use
4778 %code "requires" and %code "provides".
4779 * tests/input.at (Reject bad %code qualifiers): New.
4780
95021767
JD
47812007-01-03 Joel E. Denny <jdenny@ces.clemson.edu>
4782
4783 Use the new code_props interface for destructors and printers.
4784 * src/symtab.h (symbol, semantic_type): Remove destructor_location and
4785 printer_location members, and change the type of the destructor and
4786 printer members to code_props.
4787 (symbol_destructor_set, symbol_destructor_get, symbol_printer_set,
4788 symbol_printer_get, semantic_type_destructor_set,
4789 semantic_type_printer_set, default_tagged_destructor_set,
4790 default_tagless_destructor_set, default_tagged_printer_set,
4791 default_tagless_printer_set): Use code_props in arguments and return
4792 types in place of char const * and location.
4793 (symbol_destructor_location_get, symbol_printer_location_get): Remove
4794 since the locations are now contained in the return of
4795 symbol_destructor_get and symbol_printer_get.
4796 * src/output.c (symbol_destructors_output, symbol_printers_output):
4797 Replace with...
4798 (symbol_code_props_output): ... this to eliminate duplicate code.
4799 (output_skeleton): Update to use symbol_code_props_output.
4800 * src/reader.c (symbol_should_be_used): Update use of
4801 symbol_destructor_get.
4802 * src/symlist.c (symbol_list_destructor_set, symbol_list_printer_set):
4803 Update uses of the various _destructor_set and _printer_set functions.
4804 * src/symtab.c: (default_tagged_destructor_location,
4805 default_tagless_destructor_location, default_tagged_printer_location,
4806 default_tagless_printer_location): Remove since we...
4807 (default_tagged_destructor, default_tagless_destructor,
4808 default_tagged_printer, default_tagless_printer): ... change the type
4809 of these to code_props.
4810 (symbol_new, semantic_type_new, symbol_destructor_set,
4811 semantic_type_destructor_set, symbol_destructor_get,
4812 symbol_printer_set, semantic_type_printer_set, symbol_printer_get,
4813 symbol_check_alias_consistency, default_tagged_destructor_set,
4814 default_tagless_destructor_set, default_tagged_printer_set,
4815 default_tagless_printer_set): Update.
4816 (symbol_destructor_location_get, symbol_printer_location_get): Remove.
4817 (SYMBOL_CODE_PRINT): New similar to SYMBOL_ATTR_PRINT but for
4818 code_props members.
4819 (symbol_print): Use SYMBOL_CODE_PRINT.
4820
f6857bbf
JD
48212007-01-03 Joel E. Denny <jdenny@ces.clemson.edu>
4822
4823 Use the new code_props interface for rule actions.
4824 * src/symlist.h (symbol_list): Replace action, action_location, and
4825 used members with a code_props action_props member.
4826 * src/reader.c (symbol_should_be_used, grammar_rule_check,
4827 grammar_midrule_action, grammar_current_rule_merge_set,
4828 grammar_current_rule_symbol_append, packgram): Update.
4829 * src/scan-code.h (translate_rule_action): Remove, no longer used.
4830 * src/scan-code.l (handle_action_dollar): Update.
4831 (translate_rule_action): Remove, no longer used.
4832 * src/symlist.c (symbol_list_sym_new, symbol_list_syms_print): Update.
4833
7c0c6181
JD
48342007-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
4835
4836 Use the new code_props interface in parse-gram.y.
4837 * src/parse-gram.y (prologue_declaration, braceless, epilogue.opt):
4838 Update all uses of translate_* functions to use the new code_props
4839 interface and to use gram_scanner_last_string_free and
4840 code_scanner_last_string_free where possible.
4841 (grammar_declaration): symbol_list_destructor_set and
4842 symbol_list_printer_set now perform the translation, so don't do it
4843 here. Use gram_scanner_last_string_free where possible.
4844 * src/scan-code.h, src/scan-code.l (translate_symbol_action,
4845 translate_code): Remove, no longer used.
4846 * src/symlist.h, src/symlist.c (symbol_list_destructor_set,
4847 symbol_list_printer_set): Perform code translation here rather than
4848 depending on the caller to do so.
4849
4850 * src/symlist.h (struct symbol_list): Correct some documentation typos.
4851 * src/scan-gram.h (gram_last_string): Remove declaration.
4852 * src/scan-gram.l (last_string): Declare it static.
4853
28e52c0d
JD
48542007-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
4855
4856 Encapsulate code properties and related functionality for the various
4857 destructors, printers, and actions into a code_props structure and
4858 interface. This patch merely implements code_props in scan-code.h and
4859 scan-code.l. Future patches will rewrite other modules to use it.
4860 Discussed starting at
4861 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00020.html>.
4862 * src/location.h (EMPTY_LOCATION_INIT): Define so that it's easier to
4863 consistently initialize const structs that have an empty location
4864 field.
4865 * src/location.c (empty_location): Initialize with EMPTY_LOCATION_INIT
4866 to ensure consistency.
4867 * src/scan-code.h (code_props): New structure.
4868 (code_props_none_init, CODE_PROPS_NONE_INIT, code_props_none): New
4869 function, macro, and const global variable for initializing a
4870 code_props with no code.
4871 (code_props_plain_init, code_props_symbol_action_init,
4872 code_props_rule_action_init, code_props_translate_code): The rest of
4873 the new code_props functional interface. Among other things, the init
4874 functions set the code_props kind field so that
4875 code_props_translate_code will know whether to behave like
4876 translate_symbol_action, translate_rule_action, or translate_code.
4877 These old translate functions must remain until all other modules are
4878 updated to use the new code_props interface.
4879 (code_scanner_last_string_free): New function similar to
4880 gram_scanner_last_string_free.
4881 (code_scanner_free): Add documentation.
4882 * src/scan-code.l: Implement the new interface.
4883 (code_lex): Make it static, add a code_props* argument, and remove the
4884 rule argument.
4885 (last_string): New static global similar to the one in scan-gram.l.
4886 (SC_RULE_ACTION): Update to use the code_props* argument to code_lex
4887 instead of rule.
4888 (SC_SYMBOL_ACTION): For $$, set the is_value_used member of the
4889 code_props since Bison may one day use this information for destructors
4890 and printers.
4891 (<*><<EOF>>): Use STRING_FINISH so that last_string is set.
4892 (handle_action_dollar): Use symbol_list_n_get and set used flag
4893 directly since symbol_list_n_used_set is removed.
4894 (translate_action): Add a code_props* argument and remove the rule,
4895 action, and location arguments. Pass the code_props* on to code_lex.
4896 (translate_rule_action, translate_symbol_action, translate_code):
4897 Rewrite as wrappers around the new code_props interface.
4898 * src/symlist.h, src/symlist.c (symbol_list_n_used_set): Remove since
4899 it would eventually need to break the encapsulation of code_props.
4900
96034983
JD
49012007-01-01 Joel E. Denny <jdenny@ces.clemson.edu>
4902
4903 * etc/.cvsignore: New.
4904
945e396c
JD
49052007-01-01 Joel E. Denny <jdenny@ces.clemson.edu>
4906
4907 Add maintainer-push-check to run maintainer-check using push parsing in
4908 place of pull parsing where available.
4909 * Makefile.am (maintainer-push-check): New.
4910 * data/bison.m4 (b4_use_push_for_pull_if): New.
4911 * data/push.c: Redefine b4_push_if and b4_use_push_for_pull_if
4912 appropriately based on their existing values.
4913 (yypush_parse): Don't print push-parser-specific diagnostics if push
4914 parsing is being used in place of pull parsing.
4915 * data/yacc.c: If push parsing should replace pull parsing, redirect to
4916 push.c.
4917 * src/output.c (prepare): Check BISON_USE_PUSH_FOR_PULL environment
4918 variable, and insert b4_use_push_for_pull_flag into muscles.
4919 * tests/Makefile.am (maintainer-push-check): New.
4920
7d596384
JD
49212006-12-31 Joel E. Denny <jdenny@ces.clemson.edu>
4922
4923 * data/push.c (yypush_parse): Set yynew = 1 at the end of a parse
4924 (whether successful or failed) so that yypush_parse can be invoked
4925 again to start a new parse using the same yypstate.
4926 * tests/torture.at (AT_DATA_STACK_TORTURE): For push mode, extend to
4927 check multiple yypull_parse invocations on the same yypstate. For pull
4928 mode, extend to check multiple yyparse invocations.
4929 (Exploding the Stack Size with Alloca): Extend to try with
4930 %push-pull-parser.
4931 (Exploding the Stack Size with Malloc): Likewise.
4932
4933 * tests/calc.at (Simple LALR Calculator): Don't specify
4934 %skeleton "push.c" since %push-pull-parser implies that now.
4935 * tests/headers.at (export YYLTYPE): Don't check for the push
4936 declarations. Otherwise, this test case can't be used to see if push
4937 mode can truly emulate pull mode.
4938 * tests/input.at (Torturing the Scanner): Likewise.
4939 * tests/local.at (AT_YACC_OR_PUSH_IF, AT_PUSH_IF): Remove.
4940 (AT_YYERROR_SEES_LOC_IF): Rather than AT_YACC_OR_PUSH_IF, use
4941 AT_YACC_IF, which now includes the case of push mode since %skeleton
4942 need not be used for push mode. This will be more intuitive once
4943 push.c is renamed to yacc.c.
4944
7172e23e
JD
49452006-12-31 Joel E. Denny <jdenny@ces.clemson.edu>
4946
4947 For push mode, convert yyparse from a macro to a function, invoke yylex
4948 instead of passing a yylexp argument to yypull_parse, and don't
4949 generate yypull_parse or yyparse unless %push-pull-parser is declared.
4950 Discussed starting at
4951 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00163.html>.
4952 * data/bison.m4 (b4_pull_if): New.
4953 * data/c.m4 (b4_identification): Define YYPULL similar to YYPUSH.
4954 * data/push.c: Improve M4 quoting a little.
4955 (b4_generate_macro_args, b4_parenthesize): Remove.
4956 (yyparse): If there's a b4_prefix, #define this to b4_prefix[parse]
4957 any time a pull parser is requested.
4958 Don't #define this as a wrapper around yypull_parse. Instead, when
4959 both push and pull are requested, make it a function that does that
4960 same thing.
4961 (yypull_parse): If there's a b4_prefix, #define this to
4962 b4_prefix[pull_parse] when both push and pull are requested.
4963 Don't define this as a function unless both push and pull are
4964 requested.
4965 Remove the yylexp argument and hard-code yylex invocation instead.
4966 * etc/bench.pl.in (bench_grammar): Use %push-pull-parser instead of
4967 %push-parser.
4968 * src/getargs.c (pull_parser): New global initialized to true.
4969 * getargs.h (pull_parser): extern it.
4970 * src/output.c (prepare): Insert pull_flag muscle.
4971 * src/parse-gram.y (PERCENT_PUSH_PULL_PARSER): New token.
4972 (prologue_declaration): Set both push_parser and pull_parser = true for
4973 %push-pull-parser. Set push_parser = true and pull_parser = false for
4974 %push-parser.
4975 * src/scan-gram.l: Don't accept %push_parser as an alternative to
4976 %push-parser since there's no backward-compatibility concern here.
4977 Scan %push-pull-parser.
4978 * tests/calc.at (Simple LALR(1) Calculator): Use %push-pull-parser
4979 instead of %push-parser.
4980 * tests/headers.at (export YYLTYPE): Make yylex static, and don't
4981 prototype it in the module that calls yyparse.
4982 * tests/input.at (Torturing the Scanner): Likewise.
4983 * tests/local.at (AT_PUSH_IF): Check for %push-pull-parser as well.
4984
2e7944cb
JD
49852006-12-26 Joel E. Denny <jdenny@ces.clemson.edu>
4986
4987 Update etc/bench.pl. Optimize push mode a little (the yyn change
4988 deserves most of the credit).
4989 * Makefile.am (SUBDIRS): Add etc subdirectory.
4990 * configure.ac (AC_CONFIG_FILES): Add etc/bench.pl and etc/Makefile.
4991 * data/push.c (b4_declare_parser_state_variables): Move yyn, yyresult,
4992 yytoken, yyval, and yyloc declarations to...
4993 (yyparse or yypush_parse): ... here to improve performance. For
4994 yypush_parse invocations after the first, be sure to assign yyn its old
4995 value again.
4996 (yypstate_new): Don't bother initializing the yyresult field since the
4997 initial value isn't used.
4998 (yyn, yyresult, yytoken, yyval, yyloc): For each NAME in this list,
4999 remove the #define that, in push mode, set it to yyps->NAME.
5000 * etc/Makefile.am: New.
5001 * etc/bench.pl: Remove and build it instead from...
5002 * etc/bench.pl.in: ... this new file. Use @abs_top_builddir@ to invoke
5003 "tests/bison" from the build directory by default rather than just
5004 invoking "bison" from $PATH.
5005 (calc_grammar): Update push parser code: don't declare yylval globally,
5006 don't define yyparse_wrapper, and don't #define yyparse.
5007 (bench_grammar): Update to check all working combinations of yacc.c,
5008 push.c, impure, pure, pull, and push.
5009
c3d50342
JD
50102006-12-25 Joel E. Denny <jdenny@ces.clemson.edu>
5011
5012 For push mode, add pull wrappers around yypush_parse.
5013 * data/push.c: (b4_generate_macro_args, b4_parenthesize): New macros.
5014 (yypull_parse): New function wrapping yypush_parse.
5015 (yyparse): New #define wrapping yypull_parse.
5016 * tests/calc.at (_AT_DATA_CALC_Y): Call yyparse even when %push-parser
5017 is declared.
5018 * tests/headers.at (export YYLTYPE): Make yylex global. For push mode,
5019 prototype yylex in the module that calls yyparse, and don't prototype
5020 yyparse there. Otherwise, the yyparse expansion won't compile.
5021 * tests/input.at (Torturing the Scanner): Likewise.
5022
94ebeba5
JD
50232006-12-25 Joel E. Denny <jdenny@ces.clemson.edu>
5024
5025 Enable push parsers to operate in impure mode. Thus, %push-parser no
5026 longer implies %pure-parser. The point of this change is to move
5027 towards being able to test the push parser code by running the entire
5028 test suite as if %push-parser had been declared.
5029 * data/push.c (yypush_parse): For impure mode, remove the
5030 yypushed_char, yypushed_val, and yypushed_loc arguments.
5031 Instead, declare these as local variables initialized to the global
5032 yychar, yylval, and yylloc.
5033 For the first yypush_parse invocation only, restore the initial values
5034 of these global variables when it's time to read a token since they
5035 have been overwritten.
5036 * src/parse-gram.y (prologue_declaration): Don't set pure_parser for
5037 %push-parser.
5038 * tests/calc.at (Simple LALR(1) Calculator): Always declare
5039 %pure-parser along with %push-parser since this test case was designed
5040 for pure push parsers.
5041 * tests/local.at (AT_PURE_OR_PUSH_IF): Remove unused.
5042 (AT_YACC_OR_PUSH_IF): New.
5043 (AT_YYERROR_SEES_LOC_IF): Fix enough that the test suite passes, but
5044 add a note that it's still wrong for some cases (as it has been for a
5045 while).
5046 (AT_PURE_LEX_IF): Use AT_PURE_IF instead of AT_PURE_OR_PUSH_IF since
5047 %push-parser no longer implies %pure-parser.
5048
a0633178
JD
50492006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
5050
5051 Remove some unnecessary differences between the pull parser code and
5052 the push parser code. This patch enables yynerrs in push mode.
5053 * data/push.c: Reformat M4 a little.
5054 (b4_yyerror_range): Remove and convert all uses to just yyerror_range.
5055 (b4_declare_scanner_communication_variables): Don't omit yynerrs just
5056 because push mode is on. Instead, if pure mode is on, move yynerrs
5057 to...
5058 (b4_declare_parser_state_variables): ... here.
5059 (yynerrs, yyerror_range): For push mode, #define each NAME in this list
5060 to yyps->NAME so it can be used in yypush_parse.
5061 (yypush_parse): Don't omit uses of yynerrs in push mode.
5062
8646b6a3
JD
50632006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
5064
5065 Fix bug such that the first pushed token's value and location are
5066 sometimes overwritten (sometimes by %initial-action) before being used.
5067 * data/push.c (yypush_parse): Rename arguments yynchar, yynlval, and
5068 yynlloc to yypushed_char, yypushed_val, and yypushed_loc for clarity.
5069 For the first yypush_parse invocation, initialize yychar to YYEMPTY to
5070 more closely mimic the pull parser logic.
5071 Don't copy the pushed token to yychar, yylval, and yylloc until it's
5072 time to read a token, which is after any initialization of yylval and
5073 yylloc.
5074 (gottoken): Rename label to...
5075 (yyread_pushed_token): ... for clarity and to avoid infringing on the
5076 user namespace.
5077
9baf4d74
JD
50782006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
5079
5080 Rearrange initialization of the parser state variables so that the
5081 skeleton doesn't have to have a copy for pull mode and another for push
5082 mode. This patch also fixes at least a bug such that yylloc was not
5083 initialized (with b4_location_initial_line and
5084 b4_location_initial_column) upon calling yypush_parse. However, that
5085 initialization now overwrites the first token's location;
5086 %initial-action assigning @$ already did the same thing, and both bugs
5087 will be fixed in a later patch.
5088 * data/push.c (b4_yyssa): Remove and convert all uses to just yyssa.
5089 (b4_declare_parser_state_variables): Remove initialization of yytoken,
5090 yyss, yyvs, yyls, and yystacksize.
5091 (yypstate_new): Remove initialization of some yypstate fields: yystate,
5092 yyerrstatus, yytoken, yyss, yyvs, yyls, yystacksize, yyssp, yyvsp, and
5093 yylsp.
5094 (yyssa, yyvsa, yylsa): For push mode, #define each NAME in this list to
5095 yyps->NAME so it can be used in yypush_parse.
5096 (yyparse or yypush_parse): For yypush_parse, don't print the
5097 "Starting parse" diagnostic for invocations after the first.
5098 Add initialization of yytoken, yyss, yyvs, yyls, and yystacksize; for
5099 yypush_parse, only do it for the first invocation.
5100 Allow yystate, yyerrstatus, yyssp, yyvsp, yylsp, and yylloc
5101 initialization to occur in yypush_parse but only on the first
5102 invocation.
5103
23522164
JD
51042006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
5105
5106 * data/push.c: Add CPP guards around push parser declarations in both
5107 the header and the code file.
5108 In the code file, move the push parser declarations to the same place
5109 they appear in the header file.
5110 Clean up the M4 some, especially the inconsistent underquoting in
5111 some b4_c_function_def and b4_c_function_decl uses.
5112
bb010fe5
JD
51132006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
5114
5115 Encapsulate the push parser state variables into an M4 macro so the
5116 push skeleton doesn't have to list them again for pull mode's yyparse.
5117 For push mode, remove yypush_parse's local equivalents of these
5118 variables to eliminate unnecessary copying between the two sets at
5119 run-time. This patch also fixes at least a bug related to multiple
5120 %initial-action invocations in push mode.
5121 * data/push.c (b4_declare_parser_variables): Rename to...
5122 (b4_declare_scanner_communication_variables): ... this for clarity and
5123 update both uses.
5124 (b4_declare_yyparse_variables): Remove and move its contents to the one
5125 spot where it was invoked.
5126 (b4_declare_parser_state_variables): New macro containing the parser
5127 state variables required by push mode.
5128 (struct yypstate): Replace all fields but yynew with
5129 b4_declare_parser_state_variables.
5130 (yystate, yyn, yyresult, yyerrstatus, yytoken, yyss, yyssp, yyvs,
5131 yyvsp, yyls, yylsp, yystacksize, yyval, yyloc): For push mode, #define
5132 each NAME in this list to yyps->NAME so it can be used in yypush_parse.
5133 (yyparse or yypush_parse): For yyparse in pull mode, replace local
5134 parser state variable declarations with
5135 b4_declare_parser_state_variables.
5136 Don't initialize parser state variables when calling yypush_parse since
5137 yypstate_new already does that.
5138 Invoke the user's initial action only upon the first yypush_parse
5139 invocation.
5140 Remove all code that copies between the local parser state variables
5141 and the yypstate.
5142
2d212f8c
JD
51432006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
5144
5145 * data/push.c (union yyalloc): Rename yyss, yyvs, and yyls fields to
5146 prevent a name collision in a future patch where these names will
5147 sometimes be #define'd.
5148 (YYSTACK_RELOCATE): Add an argument to select a union yyalloc field
5149 since it no longer has the same name as the existing argument.
5150 (yyparse or yypush_parse): Update all uses of YYSTACK_RELOCATE.
5151
e6e704dc
JD
51522006-12-19 Paolo Bonzini <bonzini@gnu.org>
5153 and Joel E. Denny <jdenny@ces.clemson.edu>
5154
5155 * doc/bison.texinfo (Decl Summary): In the %language entry, mention
5156 that the argument is case-insensitive, and there's no `=' here.
5157 For the %skeleton entry, mention that %language is better.
5158 (Bison Options): Likewise for --language and --skeleton. Move the
5159 --skeleton entry so that the `Tuning the parser' section is sorted
5160 alphabetically on long options.
5161 (C++ Bison Interface): Don't use the word skeleton. Don't explain the
5162 %language directive in detail here; cross-reference the %language
5163 documentation instead.
5164 (Calc++ Parser): Use `%require "@value{VERSION}"' rather than
5165 `%require "2.3b"' so that the example is always up-to-date.
148d66d8 5166 (Table of Symbols): Add entries for %language and %skeleton.
e6e704dc
JD
5167 * examples/extexi (normalize): Instead of replacing every %require
5168 argument with the current Bison version, just substitute for
5169 `@value{VERSION}'. This guarantees that we're testing what actually
5170 appears in the documentation.
5171 * examples/calc++/Makefile.am ($(calc_extracted)): Use `$(VERSION)'
5172 rather than `@VERSION@'.
5173
0e021770
PE
51742006-12-18 Paul Eggert <eggert@cs.ucla.edu>
5175
fd575f05
PE
5176 * NEWS: Reword the %language news a bit, and put it earlier.
5177
0e021770
PE
5178 * src/getargs.c (skeleton_arg): Last arg is now location const *.
5179 Rewrite to simplify the logic.
5180 (language_argmatch): Likewise.
fd575f05
PE
5181 (program_name): We now own this var.
5182 * src/getargs.h (struct bison_language): Use char[] rather than
5183 const char *.
0e021770
PE
5184
5185 * doc/bison.texinfo (Decl Summary, Bison Options): Don't claim
5186 Java is supported.
5187 * src/complain.c (program_name): Remove decl; no longer needed.
5188 * src/main.c (program_name): Remove; now belongs to getargs.
5189
51902006-12-18 Paolo Bonzini <bonzini@gnu.org>
5191
5192 * NEWS: Document %language.
5193
5194 * data/Makefile.am (dist_pkgdata_DATA): Add c-skel.m4, c++-skel.m4.
5195
5196 * data/c-skel.m4, data/c++-skel.m4: New files.
5197 * data/glr.c: Complain on push parsers.
5198
5199 * doc/bison.texinfo (C++ Parser Interface): Prefer %language
5200 over %skeleton.
148d66d8 5201 (Decl Summary): Document %language and %skeleton.
0e021770
PE
5202 (Command line): Document -L.
5203
5204 * examples/extexi: Rewrite %require directive.
5205 * examples/calc++/Makefile.am: Pass VERSION to extexi.
5206
5207 * src/files.c (compute_exts_from_gc): Look in language structure
5208 for .y extension.
5209 (compute_file_name_parts): Check whether .tab should be added.
5210 * src/getargs.c (valid_languages, skeleton_prio, language_prio):
5211 (language, skeleton_arg, language_argmatch): New.
5212 (long_options): Add --language.
5213 (getargs): Use skeleton_arg, add -L/--language.
5214 * src/getargs.h: Include location.h.
5215 (struct bison_language, language, skeleton_arg, language_argmatch): New.
5216 * src/output.c (prepare): Pick default skeleton from struct language.
5217 Don't dispatch C skeletons here.
5218 * src/parse-gram.y (PERCENT_LANGUAGE): New.
5219 (prologue_declaration): Add "%language" rule, use skeleton_arg.
5220 * src/scan-gram.l ("%language"): New rule.
5221
5222 * tests/calc.at: Test %skeleton and %language.
5223 * tests/local.at (AT_SKEL_CC_IF): Look for %language.
5224 (AT_GLR_IF): Look for %skeleton "glr.cc".
5225 (AT_LALR1_CC_IF, AT_GLR_CC_IF): Rewrite.
5226 (AT_YACC_IF): Reject %language.
5227
5691bf57
PE
52282006-12-18 Paul Eggert <eggert@cs.ucla.edu>
5229
db06f0ce
PE
5230 * src/symtab.h (struct semantic_type): Remove the tag 'semantic_type',
5231 since it wasn't used; only the typedef name 'semantic_type' is needed.
5232 Also, omit trailing white space.
5233
5691bf57
PE
5234 * bootstrap: Sync from coreutils.
5235 (gnulib_extra_files): Add build-aux/announce.gen.
5236 (slurp): Adjust .gitignore files like .cvsignore files.
5237 * build-aux/announce-gen: Remove from CVS, since bootstrap
5238 now creates this.
5239
791934e4
JD
52402006-12-16 Joel E. Denny <jdenny@ces.clemson.edu>
5241
5242 Make %push-parser imply %pure-parser. This fixes several bugs; see
5243 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00148.html>.
5244 * src/parse-gram.y (prologue_declaration): For %push-parser, also set
5245 pure_parser = true.
5246 * data/push.c: Don't bother testing b4_push_if when deciding whether
5247 to expand b4_declare_parser_variables globally.
5248 (yypush_parse): Likewise in here.
5249
5250 * data/push.c (yypush_parse): Add b4_parse_param to arguments.
5251 (yy_reduce_print): Reformat M4 for readability.
5252
ee5abb37
JD
52532006-12-15 Bob Rossi <bob@brasko.net>
5254 and Joel Denny <jdenny@ces.clemson.edu>
5255
5256 * data/push.c (yypstate): Add typedef, and update all uses of
5257 struct yypstate to just yypstate.
5258 * tests/calc.at (_AT_DATA_CALC_Y): Update here as well.
5259
16ca01f9
JD
52602006-12-14 Bob Rossi <bob@brasko.net>
5261
5262 * data/push.c (yypush_parse): Declare prototype regardless of
5263 %locations option.
5264
ab8e7e1a
JD
52652006-12-14 Bob Rossi <bob@brasko.net>
5266
5267 * data/push.c (yyparse): Remove the prototype and the #define when in
5268 push-parser mode.
5269
9bf32be3
JD
52702006-12-13 Bob Rossi <bob@brasko.net>
5271
5272 * data/push.c (yypstate_init): Rename to...
5273 (yypstate_new): ... this and use b4_c_function_def.
5274 (yypstate_delete): New.
5275 (yypush_parse): Change parameters yynval and yynlloc to be const.
5276 * tests/calc.at (_AT_DATA_CALC_Y): Use new yypstate_new and
5277 yypstate_delete functions.
5278
f02e2948
JD
52792006-12-13 Joel E. Denny <jdenny@ces.clemson.edu>
5280
5281 * configure.ac (AC_PREREQ): Require Autoconf 2.61 because of our
5282 strange test case titles. Reported by Bob Rossi.
5283
38eb7751
PE
52842006-12-13 Paul Eggert <eggert@cs.ucla.edu>
5285
5286 * TODO: Add pointer to Sylvain Schmitz's work on static detection
5287 of potential ambiguities in GLR grammers.
5288
bd9d212b
JD
52892006-12-12 Joel E. Denny <jdenny@ces.clemson.edu>
5290
5291 * tests/testsuite.at (AT_CHECK): When checking if $1 starts with
5292 `bison ', use m4_index instead of m4_substr since chopping up a string
5293 containing M4-special characters causes problems here.
5294
5295 Fix a couple of bugs related to special characters in user-specified
5296 file names, and make it easier for skeletons to compute output file
5297 names with the same file name prefix as Bison-computed output file
5298 names.
5299 * data/glr.cc, data/push.c, data/yacc.c: In @output, use
5300 b4_parser_file_name and b4_spec_defines_file instead of
5301 @output_parser_name@ and @output_header_name@, which are now redundant.
5302 * data/glr.c, data/lalr1.cc: Likewise. Also, in header #include's, use
5303 b4_parser_file_name, b4_spec_defines_file, and the new
5304 @basename(FILENAME@) instead of @output_parser_name@ and
5305 @output_header_name@, which inappropriately escaped the file names as
5306 C string literals.
5307 * src/files.c (all_but_ext): Remove static qualifier.
5308 (compute_output_file_names): Move `free (all_but_ext)' to...
5309 (output_file_names_free): ... here since all_but_ext is needed later.
5310 * src/files.h (all_but_ext): Extern.
5311 * src/muscle_tab.h (MUSCLE_INSERT_STRING_RAW): New macro that does
5312 exactly what MUSCLE_INSERT_STRING used to do.
5313 (MUSCLE_INSERT_STRING): Use MUSCLE_OBSTACK_SGROW so that M4-special
5314 characters are escaped properly.
5315 * src/output.c (prepare): Define muscle file_name_all_but_ext as
5316 all_but_ext.
5317 For pkgdatadir muscle, maintain previous functionality by using
5318 MUSCLE_INSERT_STRING_RAW instead of MUSCLE_INSERT_STRING. The problem
5319 is that b4_pkgdatadir is used inside m4_include in the skeletons, so
5320 digraphs would never be expanded. Hopefully no one has M4-special
5321 characters in his Bison installation path.
5322 * src/scan-skel.l: Don't parse @output_header_name@ and
5323 @output_parser_name@ anymore since they're now redundant.
5324 In @output, use decode_at_digraphs.
5325 Parse a new @basename command that invokes last_component.
5326 (decode_at_digraphs): New.
5327 (BASE_QPUTS): Remove unused.
5328 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): New macro.
5329 (Output file name): New tests.
5330
3f7ca628
JD
53312006-12-09 Joel E. Denny <jdenny@ces.clemson.edu>
5332
5333 Warn about output files that are generated by the skeletons and that
5334 conflict with other output files.
5335 * data/glr.c: Don't generate the header file here when glr.cc does.
5336 * src/files.c (file_names, file_names_count): New static globals.
5337 (compute_output_file_names): Invoke output_file_name_check for files
5338 not generated by the skeletons and remove existing checks.
5339 (output_file_name_check): New function that warns about conflicting
5340 output file names.
5341 (output_file_names_free): Free file_names.
5342 * src/files.h (output_file_name_check): Declare.
5343 * src/scan-skel.l: Invoke output_file_name_check for files generated by
5344 the skeletons.
5345 * tests/output.at (AT_CHECK_CONFLICTING_OUTPUT): New.
5346 (Conflicting output files): New tests.
5347
178e123e
PE
53482006-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5349
5350 * doc/bison.texinfo: Fix a couple of typos.
5351
53522006-12-08 Bob Rossi <bob@brasko.net>
8def5cd0
JD
5353
5354 * data/push.c: (yypvarsinit, yypvars, struct yypvars, yypushparse):
5355 Rename to...
5356 (yypstate_init, yypstate, struct yypstate, yypush_parse): ... these and
5357 update all uses.
5358 (b4_yyssa, b4_yyerror_range, yypstate_init): Rename pv to yyps.
5359 (yypush_parse): Rename yypvars argument to yyps and remove redundant
5360 local pv.
5361 (yypstate_init, yypush_parse): Declare in Bison-generated header file.
5362 * tests/calc.at (_AT_DATA_CALC_Y): Use newly named functions.
5363
ea17f233
JD
53642006-12-07 Bob Rossi <bob@brasko.net>
5365 and Joel Denny <jdenny@ces.clemson.edu>
5366
5367 * data/push.c (yypvarsinit): Change return type from void* to struct
5368 yypvars*. No longer cast to void* on return.
5369 (struct yypvars): Remove yylen since it need not be remembered between
5370 yypushparse invocations.
5371 (yypushparse): Don't copy between yylen and pv->yylen.
5372
55a30bda
JD
53732006-12-05 Bob Rossi <bob@brasko.net>
5374
5375 * data/push.c (yychar_set, yylval_set, yylloc_set): Delete.
5376 (yypushparse): Add yynchar, yynlval, yynlloc parameters.
5377 (b4_declare_parser_variables): Do not declare yynerrs for push mode.
5378 (struct yypvars): Remove b4_declare_parser_variables.
5379 (yypvarsinit): Remove init code for removed variables.
5380 (global scope): Do not declare b4_declare_parser_variables if
5381 push or pure mode.
5382 (yypushparse): Add b4_declare_parser_variables.
5383 Init new local variables, and remove init code for removed
5384 yypvars variables.
5385 (yyparse): Delete.
5386 * tests/calc.at (_AT_DATA_CALC_Y): Call yypushparse for push mode
5387 and yyparse for other modes.
5388 (AT_CHECK_CALC_LALR): Added '%skeleton "push.c"' for push tests.
5389 * tests/local.at (AT_PUSH_IF, AT_PURE_OR_PUSH_IF): Added.
5390 (AT_YYERROR_SEES_LOC_IF): push-parser makes this false.
5391 (AT_PURE_LEX_IF): True if pure or push parser.
5392
85894313
JD
53932006-12-05 Joel E. Denny <jdenny@ces.clemson.edu>
5394
5395 Document Yacc prologue alternatives and default %destructor's and
5396 %printer's as experimental. Don't mention Java yet. Discussed at
5397 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00002.html>.
5398 * NEWS (2.3a+): Say they're experimental. Remove any mention of Java.
5399 (2.3a): Annotate this entry to say the old forms of these features were
5400 also experimental.
5401 * doc/bison.texinfo (Prologue Alternatives, Freeing Discarded Symbols,
148d66d8 5402 Table of Symbols): Say they're experimental. Comment out any mention
85894313
JD
5403 of Java (we'll want this back eventually).
5404
02975b9a
JD
54052006-12-01 Joel E. Denny <jdenny@ces.clemson.edu>
5406
5407 Support a file name argument to %defines. Deprecate `=' in
5408 %file-prefix, %name-prefix, and %output. Discussed at
5409 <http://lists.gnu.org/archive/html/help-bison/2006-09/msg00001.html>.
5410 * NEWS (2.3a+): Mention.
148d66d8 5411 * doc/bison.texinfo (Decl Summary, Table of Symbols): Add entry for new
02975b9a
JD
5412 form of %defines, and remove `=' from entries for %file-prefix,
5413 %name-prefix, and %output.
5414 * src/parse-gram.y (prologue_declaration): Implement.
5415 * tests/calc.at (Simple LALR Calculator, Simple GLR Calculator, Simple
5416 LALR1 C++ Calculator, Simple GLR C++ Calculator): Remove the `=' from
5417 all but one occurrence of %name-prefix.
5418 * tests/headers.at (export YYLTYPE): Remove the `=' from %name-prefix.
5419 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Likewise.
5420 * tests/output.at (AT_CHECK_OUTPUT): Remove the `=' from all but one
5421 occurrence of each of %file-prefix and %output. Add check for %defines
5422 with argument.
5423 * tests/reduce.at (Useless Terminals, Useless Nonterminals,
5424 Useless Rules, Reduced Automaton, Underivable Rules, Empty Language):
5425 Remove the `=' from %output.
5426
287b314e
JD
54272006-11-21 Joel E. Denny <jdenny@ces.clemson.edu>
5428
5429 Don't escape $ in test case titles since Autoconf 2.61 now does that
5430 correctly.
5431 * tests/actions.at (Default %printer and %destructor are not for error
5432 or $undefined): Here.
5433 (Default %printer and %destructor are not for $accept): Here.
5434 * tests/input.at (Invalid $n and @n): Here.
5435
3ebecc24
JD
54362006-11-20 Joel E. Denny <jdenny@ces.clemson.edu>
5437
5438 Rename <!> to <>. Discussed starting at
5439 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00039.html>.
5440 * NEWS (2.3a+): Update.
148d66d8 5441 * doc/bison.texinfo (Freeing Discarded Symbols, Table of Symbols):
3ebecc24
JD
5442 Update.
5443 * src/parse-gram.y (TYPE_TAG_NONE, generic_symlist_item): Implement.
5444 * src/scan-gram.l (INITIAL): Implement.
5445 * src/symlist.c (symbol_list_default_tagless_new): Update comment.
5446 * src/symlist.h (symbol_list, symbol_list_default_tagless_new): Update
5447 comment.
5448 * tests/actions.at (Default tagless %printer and %destructor,
5449 Default tagged and per-type %printer and %destructor,
5450 Default %printer and %destructor are not for error or $undefined,
5451 Default %printer and %destructor are not for $accept,
5452 Default %printer and %destructor for mid-rule values): Update.
5453 * tests/input.at (Default %printer and %destructor redeclared,
5454 Unused values with default %destructor): Update.
5455
26b8a438
JD
54562006-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
5457
5458 Don't let %prec take a nonterminal.
5459 * src/reader.c (grammar_current_rule_prec_set): Make the %prec symbol a
5460 token.
5461 * tests/input.at (%prec takes a token): New test checking that %prec
5462 won't take a nonterminal.
5463
07c39ae9
JD
54642006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
5465
405d53b7
JD
5466 * tests/testsuite.at (AT_CHECK): Don't miss an exit value of 0 because
5467 it was double-quoted.
07c39ae9
JD
5468 * src/Makefile.am (YACC): Use --warnings=all,error so that Bison's own
5469 grammar is maintained with Bison's highest standards.
5470 * src/getargs.c: Fix some typos in Doxygen comments.
5471
580b8926
JD
54722006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
5473
5474 Fix memory leaks in scanners generated by at least Flex 2.5.9 and
5475 later. Reported by Paul Eggert in
5476 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00014.html>.
5477 * src/flex-scanner.h (yylex_destroy): Define for Flex before 2.5.9.
5478 * src/scan-code.l (translate_action): Don't bother invoking
5479 yy_delete_buffer (YY_CURRENT_BUFFER) before creating the first buffer.
5480 (code_scanner_free): Instead of invoking
5481 yy_delete_buffer (YY_CURRENT_BUFFER) directly, invoke yylex_destroy,
5482 which frees more.
5483 * src/scan-gram.l (gram_scanner_free): Likewise.
5484 * src/scan-skel.l (scan_skel): Likewise.
5485
4502eadc
JD
54862006-11-09 Joel E. Denny <jdenny@ces.clemson.edu>
5487
5488 * src/files.c (tr): Change return type to void.
5489 * src/muscle_tab.c (muscle_insert): Free storage in case muscle_grow
5490 has been called previously for the same key.
5491 (muscle_find): Return storage instead of value so that
5492 --enable-gcc-warnings doesn't produce warnings that the return discards
5493 const. aver that the value and storage are the same since storage
5494 could potentially be NULL when value is not.
5495 * tests/testsuite.at (AT_CHECK): Treat an unspecified exit value the
5496 same as 0.
5497
7746c8f6
PE
54982006-11-08 Paul Eggert <eggert@cs.ucla.edu>
5499
5500 * bootstrap.conf (excluded_files): Exclude m4/codeset.m4 (undoing
5501 the earlier change today), m4/intl.m4, m4/intldir.m4. This gives
5502 us a slightly cleaner distribution, and also works.
5503 * m4/.cvsignore: Add inline.m4, wint_t.m4 to accommodate recent
5504 gnulib changes.
5505
eb095650
PE
55062006-11-08 Joel E. Denny <jdenny@ces.clemson.edu>
5507 and Paul Eggert <eggert@cs.ucla.edu>
5508
5509 Don't let Bison leak memory except when it complains.
5510 * src/files.h (parser_file_name, spec_verbose_file, spec_graph_file):
5511 (spec_defines_file, dir_prefix): Now char *, not const char *,
5512 since they are freed.
5513 * src/files.c: Likewise.
5514 (all_but_ext, all_but_tab_ext, src_extension, header_extension):
5515 Likewise.
5516 (tr): Now operates in-place. All uses changed.
5517 (compute_exts_from_gf, compute_exts_from_src): Don't leak temporary
5518 values.
5519 (compute_file_name_parts, compute_output_file_names): Don't store
5520 read-only data in variables that will be freed.
5521 (compute_output_file_names): Free all_but_ext, all_but_tab_ext,
5522 src_extension, and header_extension.
5523 (output_file_names_free): New public function to free
5524 spec_verbose_file, spec_graph_file, spec_defines_file,
5525 parser_file_name, and dir_prefix.
5526 * src/getargs.c (getargs): Don't store read-only data in variables that
5527 will be freed.
5528 * src/main.c (main): Invoke output_file_names_free, code_scanner_free
5529 (which previously existed but was unused), and quotearg_free.
5530 * src/muscle_tab.h (muscle_insert): value arg is now a `char const *'.
5531 * src/muscle_tab.c: Likewise.
5532 (muscle_entry): Make the value char const *,
5533 and add a new storage member that is char * and can be freed.
5534 (muscle_entry_free): New private function.
5535 (muscle_init): Use it instead of free.
5536 (muscle_insert, muscle_grow): Update and use new storage member.
5537 (muscle_code_grow): Free the string passed to muscle_grow
5538 since it's not needed anymore.
5539 * src/parse-gram.y (%union): Make `chars' member a `char const *', and
5540 add a new `char *code' member.
5541 ("{...}"): Declare semantic type as code.
5542 * src/scan-code.h (translate_rule_action):
5543 (translate_symbol_action, translate_code, translate_action): Return
5544 `char const *' rather than `char *' since external code should not free
5545 these strings.
5546 * src/scan-code.l: Likewise.
5547 * src/scan-gram.l (<SC_BRACED_CODE>): Use val->code for BRACED_CODE,
5548 which is "{...}" in the parser.
5549 * tests/Makefile.am (maintainer-check-valgrind): Set
5550 VALGRIND_OPTS='--leak-check=full --show-reacheable=yes' before invoking
5551 Valgrind.
5552 * tests/calc.at (_AT_DATA_CALC_Y): fclose the FILE* so Valgrind doesn't
5553 complain.
5554 * tests/testsuite.at (AT_CHECK): Redefine so that running Bison and
5555 expecting a non-zero exit status sets --leak-check=summary and
5556 --show-reachable=no for Valgrind. Bison unabashedly leaks memory in
5557 this case, and we don't want to hear about it.
5558
ac564be4
PE
55592006-11-08 Paul Eggert <eggert@cs.ucla.edu>
5560
5561 * bootstrap (runtime-po/Makevars): Derive from po/Makevars
5562 instead of from the template, to simplify configuration a bit.
5563 * bootstrap.conf (excluded_files): Don't exclude m4/codeset.m4
5564 and m4/wint_t.m4, as they are needed with the latest gnulib.
5565
17bd8a73
JD
55662006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
5567
5568 Disable unset/unused mid-rule value warnings by default, and recognize
5569 --warnings=midrule-values to enable them. Discussed starting at
5570 <http://lists.gnu.org/archive/html/help-bison/2006-10/msg00030.html>.
5571 * NEWS (2.3a+): Mention.
5572 * src/getargs.c, src/getargs.h (warnings_args, warnings_types, enum
5573 warnings): Add entry for midrule-values subargument.
5574 * src/reader.c (symbol_should_be_used): Don't return true just because
5575 the value is a set/used mid-rule value unless
5576 --warnings=midrule-values was specified.
5577 * tests/input.at (Unused values, Unused values before symbol
5578 declarations): Run tests with and without --warnings=midrule-values.
5579
5580 * src/reader.c (check_and_convert_grammar): Use symbol_list_free rather
5581 than LIST_FREE directly.
5582
89eb3c76
JD
55832006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
5584
5585 Finish implementing --warnings=error, which should not be implied by
5586 --warnings=all (or by its synonyms -W and --warnings without
5587 subarguments).
5588 * src/complain.c (set_warning_issued): New function to report that
5589 warnings are being treated as errors and to record an error if so.
5590 Invoke...
5591 (warn_at, warn): ... here.
5592 * src/getargs.c (warnings_args, warnings_types): Reorder so that
5593 "error - warnings are errors" does not appear above "all - all of the
5594 above".
5595 (getargs): For -W and --warnings without subarguments, don't let
5596 FLAGS_ARGMATCH set warnings_error in warnings_flag.
5597 * src/getargs.h (enum warnings): Unset warnings_error in warnings_all.
5598
ba7560e2
JD
55992006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
5600
5601 * src/getargs.c (flags_argmatch): Don't cause segmentation fault for
5602 empty subargument list. For example: `bison --warnings= parser.y'.
5603
31283fc3
JD
56042006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
5605
5606 * data/push.c, data/yacc.c: Make sure there's a newline at the end of
5607 the parser header file so that gcc doesn't warn.
5608
12e35840
JD
56092006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
5610
5611 Split the default %destructor/%printer into two kinds: <*> and <!>.
5612 Discussed starting at
5613 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00060.html>.
5614 * NEWS (2.3a+): Mention.
5615 * doc/bison.texinfo (Freeing Discarded Symbols): Document this and the
5616 previous change today related to mid-rules.
148d66d8 5617 (Table of Symbols): Remove %symbol-default and add <*> and <!>.
3ebecc24 5618 * src/parse-gram.y (PERCENT_SYMBOL_DEFAULT): Remove.
12e35840
JD
5619 (TYPE_TAG_ANY): Add as <*>.
5620 (TYPE_TAG_NONE): Add as <!>.
5621 (generic_symlist_item): Remove RHS for %symbol-default and add RHS's
5622 for <*> and <!>.
5623 * src/scan-gram.l (PERCENT_SYMBOL_DEFAULT): Remove.
5624 (TYPE_TAG_ANY, TYPE_TAG_NONE): Add.
5625 * src/symlist.c (symbol_list_default_new): Split into tagged and
5626 tagless versions.
5627 (symbol_list_destructor_set, symbol_list_printer_set): Split
5628 SYMLIST_DEFAULT case into SYMLIST_DEFAULT_TAGGED and
5629 SYMLIST_DEFAULT_TAGLESS.
5630 * src/symlist.h: Update symbol_list_default*_new prototypes.
5631 (symbol_list.content_type): Split enum value SYMLIST_DEFAULT into
5632 SYMLIST_DEFAULT_TAGGED and SYMLIST_DEFAULT_TAGLESS.
5633 * src/symtab.c (default_destructor, default_destructor_location,
5634 default_printer, default_printer_location): Split each into tagged and
5635 tagless versions.
5636 (symbol_destructor_get, symbol_destructor_location_get,
5637 symbol_printer_get, symbol_printer_location_get): Implement tagged
5638 default and tagless default cases.
5639 (default_destructor_set, default_printer_set): Split each into tagged
5640 and tagless versions.
5641 * src/symtab.h: Update prototypes.
5642 * tests/actions.at (Default %printer and %destructor): Rename to...
5643 (Default tagless %printer and %destructor): ... this, and extend.
5644 (Per-type %printer and %destructor): Rename to...
5645 (Default tagged and per-type %printer and %destructor): ... this, and
5646 extend.
5647 (Default %printer and %destructor for user-defined end token): Extend.
5648 (Default %printer and %destructor are not for error or $undefined):
5649 Update.
5650 (Default %printer and %destructor are not for $accept): Update.
5651 (Default %printer and %destructor for mid-rule values): Extend.
5652 * tests/input.at (Default %printer and %destructor redeclared): Extend.
5653 (Unused values with default %destructor): Extend.
5654
f91b1629
JD
56552006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
5656
5657 Don't apply the default %destructor/%printer to an unreferenced midrule
5658 value. Mentioned at
5659 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00104.html>.
5660 * src/symtab.c (dummy_symbol_get): Name all dummy symbols initially
5661 like $@n instead of just @n so that the default %destructor/%printer
5662 logic doesn't see them as user-defined symbols.
5663 (symbol_is_dummy): Check for both forms of the name.
5664 * src/reader.c (packgram): Remove the `$' from each midrule symbol
5665 name for which the midrule value is referenced in any action.
5666 * tests/actions.at (Default %printer and %destructor for mid-rule
5667 values): New test.
5668 * tests/regression.at (Rule Line Numbers, Web2c Report): Update output
5669 for change to dummy symbol names.
5670
519d0004
JD
56712006-10-20 Joel E. Denny <jdenny@ces.clemson.edu>
5672
5673 Warn about unset midrule $$ if the corresponding $n is used.
5674 * src/reader.c (symbol_should_be_used): Check midrule parent rule for
5675 $n usage.
5676 (packgram): Before invoking grammar_rule_check on any rule, make sure
5677 all actions have already been scanned in order to set `used' flags.
5678 Otherwise, checking that a midrule's $$ is set will not always work
5679 properly because the midrule check must forward-reference the midrule's
5680 parent rule.
5681 * tests/input.at (AT_CHECK_UNUSED_VALUES): Extend to check the new
5682 warning.
5683
a501eca9
JD
56842006-10-20 Joel E. Denny <jdenny@ces.clemson.edu>
5685
5686 More improvements to the documentation of the prologue alternatives:
5687 * NEWS (2.3a+): Mention the new `Prologue Alternatives' section in the
5688 Bison manual.
5689 * doc/bison.texinfo (Prologue Alternatives): Correct some errors. Add
5690 some text to clarify the relative importance of the new directives and
5691 to show how these directives may be viewed as code labels.
5692
2cbe6b7f
JD
56932006-10-16 Joel E. Denny <jdenny@ces.clemson.edu>
5694
5695 Similar to the recently removed %before-header, add %code-top as the
5696 alternative to the pre-prologue. Mentioned at
5697 <http://lists.gnu.org/archive/html/bison-patches/2006-10/msg00063.html>.
5698 Also, let the prologue alternatives appear in the grammar section.
5699 * src/parse-gram.y (PERCENT_CODE_TOP): New token.
5700 (prologue_declaration): Move the existing prologue alternatives to...
5701 (grammar_declaration): ... here and add %code-top.
5702 * src/scan-gram.l (PERCENT_CODE_TOP): New token.
5703
5704 Clean up and extend documentation for the prologue alternatives.
5705 * NEWS (2.3a+): Describe prologue alternatives.
5706 * doc/bison.texinfo (Prologue): Move discussion of prologue
5707 alternatives to...
5708 (Prologue Alternatives): ... this new section, and extend it to discuss
5709 all 4 directives in detail.
148d66d8
JD
5710 (Table of Symbols): Clean up discussion of prologue alternatives and
5711 add %code-top.
2cbe6b7f 5712
e557d3ea
JMG
57132006-10-16 Juan Manuel Guerrero <juan.guerrero@gmx.de>
5714
5715 DJGPP specific issues.
5716
5717 * djgpp/config.bat: config.hin has been moved to lib. Adjust
5718 config.bat accordingly.
5719 * djgpp/config.sed: Adjust config.sed for the use of autoconf 2.60.
5720 * djgpp/config.site: Likewise.
5721
136a0f76
PB
57222006-10-16 Paolo Bonzini <bonzini@gnu.org>
5723
27bd5d67
PB
5724 Replace %*-header with %provides, %requires, %code. See discussion at
5725 http://lists.gnu.org/archive/html/bison-patches/2006-10/msg00002.html
5726
136a0f76
PB
5727 * data/bison.m4 (b4_user_requires, b4_user_provides): New.
5728 (b4_user_start_header): Remove.
5729 * data/glr.c: Use new macros instead of b4_*start_header
5730 and b4_*end_header.
5731 * data/glr.cc: Likewise.
5732 * data/lalr1.cc: Likewise.
5733 * data/push.c: Likewise.
5734 * data/yacc.c: Likewise.
5735
5736 * doc/bison.texinfo: Remove %before-header, rename
5737 %{start,end,after}-header to %requires, %provides, %code.
5738
5739 * src/parse-gram.y: Likewise (also rename token names accordingly).
5740 * src/scan-gram.l: Likewise.
5741 * tests/actions.at: Likewise.
5742
10f429ef
PE
57432006-10-14 Paul Eggert <eggert@cs.ucla.edu>
5744
5745 * lib/Makefile.am (AM_CFLAGS): Remove $(WERROR_CFLAGS).
5746 Problem reported by Joel E. Denny.
5747
57482006-10-14 Jim Meyering <jim@meyering.net>
5749
5750 (Sync from coreutils.)
5751 Work also when the working directory (with e.g. coreutils sources)
5752 is version controlled with git, rather than CVS.
5753 * bootstrap (CVS_only_file): Test for the existence of README-cvs,
5754 rather than CVS.
5755 In messages and comments, say e.g., "checked-out sources",
5756 rather than "CVS sources".
5757 (version_controlled_file): New function. Work for git as well as
5758 for CVS. Don't use grep's -q option.
5759 (slurp): Call it here, in place of CVS-specific code.
5760
c4bd5bf7
JD
57612006-10-14 Joel E. Denny <jdenny@ces.clemson.edu>
5762
5763 Fix testsuite for ./configure --enable-gcc-warnings:
5764 * configure.ac (gcc-warnings): Move -Wall before -Wno-sign-compare.
5765 Otherwise, gcc 4.1.0 (at least) warns about sign comparisons in
5766 __AT_CHECK_PRINTER_AND_DESTRUCTOR in tests/actions.at.
5767 * test/input.at (Torturing the Scanner): #include <stdlib.h> for abort.
5768 * test/regression.at (Diagnostic that expects two alternatives):
5769 Likewise.
5770
46356ea4
PE
57712006-10-12 Paul Eggert <eggert@cs.ucla.edu>
5772
231ed89a
PE
5773 * bootstrap.conf (gnulib_modules): Add config-h.
5774 * djgpp/subpipe.c: Include <config.h> unconditionally; don't
5775 worry about HAVE_CONFIG_H.
5776 * lib/abitset.c: Likewise.
5777 * lib/bitset.c: Likewise.
5778 * lib/bitset_stats.c: Likewise.
5779 * lib/bitsetv-print.c: Likewise.
5780 * lib/bitsetv.c: Likewise.
5781 * lib/ebitset.c: Likewise.
5782 * lib/get-errno.c: Likewise.
5783 * lib/lbitset.c: Likewise.
5784 * lib/subpipe.c: Likewise.
5785 * lib/timevar.c: Likewise.
5786 * lib/vbitset.c: Likewise.
5787 * lib/bitset.c: Include "bitset.h" first, to test interface.
5788 * lib/bitset_stats.c: Include "bitset_stats.h" first.
5789 * lib/bitsetv-print.c: Include "bitsetv-print.h" first.
5790 * lib/bitsetv.c: Include "bitsetv.h" first.
5791 * lib/get-errno.c: Include "get-errno.h" first.
5792 * m4/.cvsignore: Add config-h.m4.
5793 * tests/actions.at (Default %printer and %destructor for ...):
5794 Adjust expected line numbers in output to reflect removal of #if
5795 HAVE_CONFIG_H lines.
5796 * tests/glr-regression.at (Missed %merge type warnings when ...):
5797 Likewise.
5798 * tests/regression.at (Braced code in declaration in rules section):
5799 Likewise.
5800 * tests/atlocal.in (CPPFLAGS): Don't define HAVE_CONFIG_H.
5801 * tests/local.at (AT_DATA_GRAMMAR_PROLOGUE):
5802 Include <config.h> unconditionally.
5803
46356ea4
PE
5804 * bootstrap: Sync from coreutils, as follows:
5805
5806 2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
5807
5808 * bootstrap (symlink_to_gnulib): Fix bug: the dot_dots shell
5809 variable was sometimes used without being initialized. This
5810 messed up the installation of the INSTALL file in some cases.
5811
5812 2006-10-09 Paul Eggert <eggert@cs.ucla.edu>
5813
5814 * bootstrap (usage, main program, symlink_to_gnulib): Add option
5815 --copy. Inspired by a suggestion from Bruno Haible.
5816
5817 2006-10-03 Jim Meyering <jim@meyering.net>
5818
5819 * bootstrap: Undo last change to this file, since now gnulib-tool
5820 sticks with the automake default in generating dependencies.
5821
dd4bf078
PE
58222006-10-12 Paul Eggert <eggert@cs.ucla.edu>
5823
cf2a5f7c
PE
5824 * configure.ac: Use AC_PROG_CC_STDC; this is more modern than
5825 the old AC_PROG_CC / AM_PROG_CC_STDC combination.
5826
5827 * doc/bison.1: Add copyright notice.
5828
5829 * data/glr.c: Don't include <stdarg.h>; not used.
5830
35fe0834
PE
5831 * NEWS: The -g and --graph options now output graphs in Graphviz
5832 DOT format, not VCG format.
5833 * doc/bison.1: Likewise.
5834 * doc/bison.texinfo (Understanding, Bison Options): Likewise.
fcab4a2e
PE
5835 * THANKS: Add Satya Kiran Popuri, who proposed the initial version
5836 of this change in
5837 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00158.html>.
35fe0834
PE
5838 * TODO: Remove Graphviz entry.
5839 * src/Makefile.am (bison_SOURCES): Add graphviz.c and graphviz.h;
5840 remove vcg.c, vcg.h, vcg_defaults.h.
5841 * src/vcg.c, src/vcg.h, src/vcg_defaults.h: Remove.
5842 * src/graphviz.c, src/graphviz.h: New files.
5843 * src/files.c (compute_output_file_names): Output .dot, not .vcg.
5844 * src/files.h: Make comment more generic.
5845 * src/main.c (main): Likewise.
5846 * src/print_graph.h: Likewise.
5847 * src/getargs.c (usage): Make usage description more generic.
5848 * src/print_graph.c: Include graphviz.h rather than vcg.h.
5849 (static_graph, fgraph): Remove. All uses changed to pass
5850 arguments instead of sharing a static var.
5851 (print_core, print_actions, print_state, print_graph):
5852 Output graphviz format rather than VCG format.
5853 * tests/.cvsignore: Remove *.vcg; add *.dot.
5854 * tests/output.at: Expect *.dot files, not *.vcg files.
5855
dd4bf078
PE
5856 * data/Makefile.am (dist_pkgdata_DATA): Add bison.m4; this
5857 accommodates the 2006-10-08 change.
5858
efdd7421
PE
58592006-10-11 Bob Rossi <bob@brasko.net>
5860
5861 * data/push.c (yypushparse, yypvarsinit, yypvars): Wrap in b4_push_if.
5862 (b4_yyssa, b4_yyerror_range): New macros.
5863 (struct yypvars): Remove yyssa_ptr and yyerror_range_ptr fields.
5864 (yypvarsinit): Remove init of removed fields.
5865 (yypushparse): Remove use of removed fields; use new macros instead.
5866
96a1981a
PE
58672006-10-11 Paul Eggert <eggert@cs.ucla.edu>
5868
5869 * data/push.c (yypushparse): Fix memory leak if yymsg is malloced
5870 in a push parser. Reindent slightly to match yacc.c better.
5871
58722006-10-11 Bob Rossi <bob@brasko.net>
5873
46356ea4
PE
5874 * data/push.c (struct yypvars): Remove yymsgbuf, yymsgbuf_ptr, yymsg,
5875 yymsg_alloc fields.
5876 (yypvarsinit, yypushparse): Remove init of removed fields.
5877 (yypushparse): Use yymsgbuf instead of yymsgbuf_ptr.
96a1981a 5878
c1630a8b
PE
58792006-10-09 Paul Eggert <eggert@cs.ucla.edu>
5880
5881 * THANKS: Add Paolo Bonzini and Bob Rossi.
5882
90b9908d
PB
58832006-10-08 Paolo Bonzini <bonzini@gnu.org>
5884
5885 * data/c.m4 (b4_copyright, b4_epilogue, b4_location_initial_column,
5886 b4_location_initial_line, p4_parse_param, b4_ints_in, b4_flag_if,
5887 b4_define_flag_if and uses, b4_basename, b4_syncline, b4_user_code,
5888 b4_define_user_cde and uses): Remove.
5889 (b4_comment, b4_prefix, b4_sync_start): New.
5890 * data/bison.m4: New file, with most of the content removed from c.m4.
5891 * src/muscle_tab.h: Use "do {...} while(0)" throughout.
5892 * src/output.c (output_skeleton): Pass bison.m4.
5893 (prepare): Pass glr_flag and nondeterministic_flag. Pass prefix
5894 only if specified.
5895
cf806753
PE
58962006-10-05 Paul Eggert <eggert@cs.ucla.edu>
5897
5898 Fix test failure reported by Tom Lane in
5899 <http://lists.gnu.org/archive/html/bug-bison/2006-10/msg00000.html>
5900 and try to make such failures easier to catch in the future.
5901 * data/glr.c (YYTRANSLATE): Don't check for nonpositive arg;
5902 that's now the caller's responsibility.
5903 (yyprocessOneStack, yyrecoverSyntaxError, yyparse):
5904 Set yychar = YYEOF if it's negative.
5905 * tests/actions.at (yylex): Abort if asked to read past EOF.
5906 * tests/conflicts.at (yylex): Likewise.
5907 * tests/cxx-type.at (yylex): Likewise.
5908 * tests/glr-regression.at (yylex): Likewise.
5909 * tests/input.at (yylex): Likewise.
5910 * tests/regression.at (yylex): Likewise.
5911 * tests/torture.at (yylex): Likewise.
5912
0e2f006a
PE
59132006-10-01 Paul Eggert <eggert@cs.ucla.edu>
5914
5915 Fix problems with translating English-language diagnostics.
5916 * bootstrap: Fix bug introduced in recent bootstrap changes, with
5917 respect to bison-runtime pot generation. The YY_ stuff
5918 wasn't being captured.
5919 * bootstrap.conf (XGETTEXT_OPTIONS_RUNTIME): New var.
5920 * po/POTFILES.in: Add src/location.c, src/scan-code.l.
5921 * runtime-po/POTFILES.in: Add data/push.c.
5922
e3ddc1e3
PE
59232006-09-29 Paul Eggert <eggert@cs.ucla.edu>
5924
5925 Merge bootstrap changes from coreutils.
5926
5927 2006-09-28 Jim Meyering <jim@meyering.net>
5928
5929 Automatically generated dependencies are important even
5930 when all of the sources in a directory come from gnulib.
5931 * bootstrap (gnulib_tool): Remove the "no-dependencies" automake
5932 option that gnulib-tool adds to what becomes our lib/gnulib.mk.
5933
5934 2006-09-23 Jim Meyering <jim@meyering.net>
5935
5936 * bootstrap (gnulib_tool_options): Add "--local-dir gl".
5937
5938 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
5939
5940 * bootstrap: Add support for --force.
5941 (usage): New function. Describe usage less tersely.
5942 (CVS_only_file): New var.
5943
01e972b3
PE
59442006-09-21 Paul Eggert <eggert@cs.ucla.edu>
5945
5946 * data/push.c (YYPUSH_MORE): Make it an enum instead.
5947 (yypushparse): Use YYPUSH_MORE instead of the mystery constant.
5948 Adjust white space and comments to match GNU style better.
5949
c63d3e90
PE
59502006-09-20 Bob Rossi <bob@brasko.net>
5951
5952 * data/push.c (yyresult_get): Remove function.
5953 (YYPUSH_MORE): Add #define.
5954 (yypushparse): Modify return value.
5955
e70f46d1
PE
59562006-09-20 Paul Eggert <eggert@cs.ucla.edu>
5957
5958 * stamp-h.in: Remove; no longer needed.
5959 * .cvsignore: Replace autom4te.cache and config.cache with *.cache.
5960 Remove config.h, config.hin, intl (no longer created).
5961 * lib/.cvsignore: Add config.h, config.hin, configmake.h, inttypes.h,
5962 stamp-h1.
5963
5964 Sync bootstrap from coreutils, as follows:
5965
5966 2006-09-18 Paul Eggert <eggert@cs.ucla.edu>
5967
5968 * bootstrap (symlink_to_gnulib): New function.
5969 (cp_mark_as_generated): Use it, to prefer symlinks-to-gnulib
5970 to copies-of-gnulib.
5971 (cp_mark_as_generated, slurp, gnulib_files):
5972 Avoid making a copy if it's the same as the old version.
5973 (gnulib_files): Add support for this variable (used by Bison).
5974
a92be413
PE
59752006-09-20 Paul Eggert <eggert@cs.ucla.edu>
5976
5977 * src/getargs.c (usage): Rework to use conventions similar to
5978 coreutils, to make translation a bit easier and the code a bit
5979 smaller. Problem reported by Tim Van Holder.
5980
4f82b42a
PE
59812006-09-15 Paul Eggert <eggert@cs.ucla.edu>
5982
3b2942e6
PE
5983 Use some of gnulib's new modules, taken from coreutils.
5984
5985 * bootstrap: Sync from coreutils, except add support for gnulib_files.
5986 * bootstrap.conf: New file.
5987 (gnulib_modules): Add configmake, inttypes, unistd.
5988 (XGETTEXT_OPTIONS): Add complain, complain_at,
5989 fatal, fatal_at, warn, warn_at, unexpected_end.
5990 * configure.ac (AC_CONFIG_HEADERS): config.h is now in lib, not here.
5991 (gl_USE_SYSTEM_EXTENSIONS): Remove; gl_EARLY now does this.
5992 (gl_EARLY): Add.
5993 (AM_STDBOOL_H): Remove; gl_INIT now dows this.
5994 (gl_INIT): Add
5995 (GNULIB_AUTOCONF_SNIPPET): Remove.
5996 (AM_GNU_GETTEXT): Add; require formatstring macros since that's
5997 the pickiest.
5998 * lib/.cvsignore: Add inttypes_.h.
5999 * lib/Makefile.am: Include gnulib.mk first so we can append to it.
6000 (AM_CFLAGS): Add WERROR_CFLAGS, to be more like coreutils.
6001 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES): Remove
6002 no-longer-necessary initializations.
6003 (lib_SOURCES): Remove, replacing by libbison_a_SOURCES.
6004 * lib/subpipe.c: Include <unistd.h> unconditionally, now that we
6005 use the unistd module.
6006 * src/system.h: Likewise.
6007 * m4/.cvsignore: Remove *_gl.m4, gnulib.m4, inttypes_h.m4, uintmax_t.m4,
6008 ulonglong.m4. Add gettext.m4, gnulib-cache.m4, gnulib-comp.m4,
6009 gnulib-tool.m4, inttypes-h.m4, inttypes-pri.m4, inttypes.m4.
6010 * src/Makefile.am (DEFS): Remove, since configmake does this for us.
6011 (AM_CPPFLAGS): Remove -I../lib, since Automake does that for us.
6012 * src/system.h: Include inttypes.h unconditionally, now that we
6013 use the inttypes module. Don't bother to include stdint.h, since
6014 inttypes.h now does that for us.
6015 (LOCALEDIR): Remove, now that we use the configmake module.
6016 * src/getargs.c: Include configmake.h.
6017 * src/main.c: Likewise.
6018 * src/output.c: Likewise.
6019 * tests/atlocal.in (CPPFLAGS): Include from $abs_top_builddir/lib,
6020 not from $abs_top_builddir, since config.h moved.
6021
6022
4f82b42a
PE
6023 Port to GCC 2.95. First two problems reported by Michael Deutschmann in
6024 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00018.html>.
6025
6026 * src/parse-gram.y (symbol_declaration): Don't put statements
6027 before declarations; it's not portable to C89.
6028 * src/scan-code.l (handle_action_at): Likewise.
6029
6030 * src/scan-code.l: Always initialize braces_level; the old code
6031 left it uninitialized and therefore had undefined behavior.
6032
6033 Don't attempt to redefine 'assert', since it runs afoul of
6034 systems where standard headers (mistakenly) include <assert.h>.
6035 Instead, define and use our own alternative, called 'aver'.
6036 * src/reader.c: Don't include assert.h, since we no longer
6037 use assert.
6038 * src/scan-code.l: Likewise.
6039 * src/system.h (assert): Remove, replacing with....
6040 (aver): New function, taking a bool arg. All uses changed.
6041 * src/tables.c (pack_vector): Ensure that aver arg is bool,
6042 not merely an integer.
6043
31c10e38
PE
60442006-09-15 Bob Rossi <bob@brasko.net>
6045
6046 * data/Makefile.am (dist_pkgdata_DATA): Add push.c.
6047 * data/c.m4 (YYPUSH): New.
6048 (b4_push_if): New macro. Use it instead of #ifdef YYPUSH.
6049 * src/getargs.c (push_parser): New var.
6050 * src/getargs.h (push_parser): New declaration.
6051 * src/output.c (prepare): Add macro insertion of `push_flag'.
6052 * src/parse-gram.y (PERCENT_PUSH_PARSER): New token.
6053 (prologue_declaration): Parse %push-parser.
6054 * src/scan-gram.l: Scan new PERCENT_PUSH_PARSER token.
6055 * tests/calc.at (_AT_CHECK_CALC_ERROR): Add "Return" and "Now" to
6056 list of removed lines from the traces observed.
6057 (AT_CHECK_CALC_LALR): Added push parser tests.
6058
fa7b79c0
PE
60592006-09-13 Paul Eggert <eggert@cs.ucla.edu>
6060
21fe08ca
PE
6061 * NEWS: Version 2.3a.
6062 * configure.ac (AC_INIT): Likewise.
6063
e8ec4d9b
PE
6064 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Remove
6065 "#define YYSTYPE int" that caused "make maintainer-check" to fail
6066 due to header ordering dependencies. I don't know why the #define
6067 was there.
6068
fa7b79c0
PE
6069 Fix glr.cc and lalr1.cc's use of YYDEBUG so that there's zero
6070 runtime cost when YYDEBUG is not defined, and so that some tests
6071 that used to fail now work. Problem and initial suggestion by
6072 Paolo Bonzini.
6073 * data/c++.m4 (b4_parse_param_cons): Omit leading ','.
6074 * data/glr.cc (b4_parser_class_name):
6075 Initialize yycdebug_ only if YYDEBUG. Also, initialize yydebug_.
6076 (debug_level, set_debug_level): Affect yydebug_, not ::yydebug.
6077 (yydebug_) [YYDEBUG]: New member.
6078 (yycdebug_): Now defined only if YYDEBUG.
6079 * data/lalr1.cc (yydebug_, yycdebug_): Now defined only if YYDEBUG.
6080 (YYCDEBUG) [!YYDEBUG]: Don't use yydebug_ and yycdebug_.
6081 (b4_parser_class_name): Initialize yydebug_ and yycdebug_ only
6082 if YYYDEBUG.
6083 (debug_stream, set_debug_stream, debug_level, set_debug_level):
6084 Define only if YYDEBUG.
6085 * tests/calc.at (_AT_DATA_CALC_Y) [!YYDEBUG]: Omit call to
6086 set_debug_level.
6087 * tests/regression.at (_AT_DATA_DANCER_Y) [!YYDEBUG]: Likewise.
6088 * tests/calc.at (AT_CHECK_CALC_GLR_CC): Uncomment calls to
6089 AT_CHECK_CALC_GLR_CC that are working now.
6090
4ec13d60
PE
60912006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6092
6093 * data/glr.cc (YYERROR_VERBOSE, YYTOKEN_TABLE): Remove.
6094 We don't need them in glr.cc, and glr.c defines them.
6095 Defining YYERROR_VERBOSE to 0 here breaks glr.c, since glr.c
6096 assumes that defining it to anything is the same as defining
6097 it to 1. Problem reported by Paolo Bonzini.
6098
8e1687ae
PE
60992006-09-12 Paolo Bonzini <bonzini@gnu.org> (tiny change)
6100
6101 * data/c.m4 (b4_null, b4_case): Define.
6102 * src/output.c (prepare_symbols): Use b4_null.
6103 (user_actions_output): Use b4_case.
6104
3dc5e96b
PE
61052006-09-11 Paul Eggert <eggert@cs.ucla.edu>
6106
aef3da86
PE
6107 * data/glr.c (b4_shared_declarations): Put start-header first,
6108 before any #includes that we generate, so that feature-test
6109 macros work. Problem reported by Michael Deutschmann in
6110 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00004.html>.
6111 * data/lalr1.cc: Likewise.
6112 * doc/bison.texinfo (Prologue): Document that feature-test macros
6113 should be defined before any Bison declarations.
6114 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Put defns
6115 that depend on location.hh after, not before, Bison decls, since
6116 we now include location.hh after the first user prologue.
6117
3dc5e96b
PE
6118 * doc/bison.texinfo (Calc++ Parser): Fix memory leak reported by
6119 Sander Brandenburg in
6120 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00002.html>.
6121 Also, fix minor white space and comment issues.
aef3da86
PE
6122 (Prologue): Mention that it's better to define feature-test macros
6123 before Bison declarations. Problem reported by Michael Deutschmann.
6124
6125 * README-cvs: Fix typo: "&" should be "&&". Problem reported
6126 by Jim Meyering.
6127 * m4/.cvsignore: Add argmatch.m4. Remove obstack.m4, strerror_r.m4.
6128 This adjusts to recent gnulib changes.
3dc5e96b 6129
b2a0b7ca
JD
61302006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
6131
6132 Finish implementation of per-type %destructor/%printer. Discussed
6133 starting at
6134 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>
6135 and
6136 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>.
6137 * NEWS (2.3+): Add a description of this feature to the default
6138 %destructor/%printer description.
6139 * doc/bison.texinfo (Freeing Discarded Symbols): Likewise.
6140 * src/symlist.c (symbol_list_destructor_set, symbol_list_printer_set):
6141 Invoke semantic_type_destructor_set or semantic_type_printer_set when a
6142 list node contains a semantic type.
6143 * src/symtab.c, src/symtab.h: Extend with a table that associates
6144 semantic types with their %destructor's and %printer's.
6145 (semantic_type_from_uniqstr, semantic_type_get,
6146 semantic_type_destructor_set, semantic_type_printer_set): New functions
6147 composing the public interface of that table.
6148 (symbol_destructor_get, symbol_destructor_location_get,
6149 symbol_printer_get, symbol_printer_location_get): If there's no
6150 per-symbol %destructor/%printer, look up the per-type before trying
6151 the default.
6152 * tests/actions.at (Per-type %printer and %destructor): New test case.
6153 * tests/input.at (Default %printer and %destructor redeclared):
6154 Extend to check that multiple occurrences of %symbol-default in a
6155 single %destructor/%printer declaration is an error.
6156 (Per-type %printer and %destructor redeclared, Unused values with
6157 per-type %destructor): New test cases.
6158
3be03b13
JD
61592006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
6160
6161 Require default %destructor/%printer to be declared using
6162 %symbol-default instead of an empty symbol list, and start working on
6163 new per-type %destructor/%printer. Discussed at
6164 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00007.html>.
6165 * NEWS (2.3+): Add %symbol-default to example.
6166 * bison.texinfo (Freeing Discarded Symbols): Likewise.
148d66d8 6167 (Table of Symbols): Add entry for %symbol-default.
3be03b13
JD
6168 * src/parse-gram.y (PERCENT_SYMBOL_DEFAULT): New token.
6169 (generic_symlist, generic_symlist_item): New nonterminals for creating
6170 a list in which each item is a symbol, semantic type, or
6171 %symbol-default.
6172 (grammar_declaration): Use generic_symlist in %destructor and %printer
6173 declarations instead of symbols.1 or an empty list.
6174 (symbol_declaration, precedence_declaration, symbols.1): Update actions
6175 for changes to symbol_list.
6176 * src/reader.c: Update for changes to symbol_list.
6177 * src/scan-code.l: Likewise.
6178 * src/scan-gram.l: Scan new PERCENT_SYMBOL_DEFAULT token.
6179 * src/symlist.c, src/symlist.h: Extend such that a list node may
6180 represent a semantic type or a %symbol-default in addition to just an
6181 ordinary symbol. Add switched functions for setting %destructor's and
6182 %printer's.
6183 * tests/actions.at, tests/input.at: Add %symbol-default to all default
6184 %destructor/%printer declarations.
6185
3508ce36
JD
61862006-08-23 Joel E. Denny <jdenny@ces.clemson.edu>
6187
6188 Whether the default %destructor/%printer applies to a particular symbol
6189 isn't a question of whether the user *declares* that symbol (in %token,
6190 for example). It's a question of whether the user by any means
6191 *defines* the symbol at all (by simply using a char token, for
6192 example). $end is defined by Bison whereas any other token with token
6193 number 0 is defined by the user. The error token is always defined by
6194 Bison regardless of whether the user declares it with %token, but we
6195 may one day let the user define error as a nonterminal instead.
6196 * NEWS (2.3+): Say "user-defined" instead of "user-declared".
6197 * doc/bison.texinfo (Freeing Discarded Symbols): Likewise, and document
6198 the meaning of "user-defined".
6199 * tests/actions.at (Default %printer and %destructor for user-declared
6200 end token): Rename to...
6201 (Default %printer and %destructor for user-defined end token): ...
6202 this.
6203
6204 * src/symtab.c (symbol_destructor_get, symbol_printer_get): In the
6205 computation of whether to apply the default, don't maintain a list of
6206 every Bison-defined symbol. Instead, just check for a first character
6207 of '$', which a user symbol cannot have, and check for the error token.
6208
9350499c
JD
62092006-08-21 Joel E. Denny <jdenny@ces.clemson.edu>
6210
6211 Don't apply the default %destructor or %printer to the error token,
6212 $undefined, or $accept. This change fits the general rule that the
6213 default %destructor and %printer are only for user-declared symbols,
6214 and it solves several difficulties that are described in the new test
6215 cases listed below.
6216 * src/symtab.c (symbol_destructor_get, symbol_printer_get): Implement.
6217 * tests/actions.at (Default %printer and %destructor are not for error
6218 or $undefined, Default %printer and %destructor are not for $accept):
6219 New test cases.
6220
4d7370cb
JD
62212006-08-19 Joel E. Denny <jdenny@ces.clemson.edu>
6222
6223 Allow %start after the first rule.
6224 * src/reader.c (grammar_current_rule_begin): Don't set the start symbol
6225 when parsing the first rule.
6226 (check_and_convert_grammar): Search for it here after all grammar
6227 declarations have been parsed. Skip midrules, which have dummy LHS
6228 nonterminals.
6229 * src/symtab.c (symbol_is_dummy): New function.
6230 * src/symtab.h (symbol_is_dummy): Declare it.
6231 * tests/input.at (%start after first rule): New test.
6232
6d0ef4ec
JD
62332006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
6234
6235 Redo some of the previous commit: add back the ability to use
6236 non-aliased/undeclared string literals since it might be useful to
6237 those declaring %token-table.
6238 * src/reader.c (check_and_convert_grammar): Undo changes in previous
6239 commit: don't worry about complaints from symbols_pack.
6240 * src/symtab.c (symbol_new, symbol_class_set,
6241 symbol_check_alias_consistency): Undo changes in previous commit: count
6242 each string literal as a new symbol and token, assign it a symbol
6243 number, and don't complain about non-aliased string literals.
6244 (symbols_pack): Since symbol_make_alias still does not decrement symbol
6245 and token counts but does still set aliased tokens to the same number,
6246 symbol_pack_processor now leaves empty slots in the symbols array.
6247 Remove those slots.
6248 * tests/regression.at (Undeclared string literal): Remove test case
6249 added in previous commit since non-aliased string literals are allowed
6250 again.
6251 (Characters Escapes, Web2c Actions): Undo changes in previous commit:
6252 remove unnecessary string literal declarations.
6253 * tests/sets.at (Firsts): Likewise.
6254
965537bc
JD
62552006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
6256
6257 Don't allow an undeclared string literal, but allow a string literal to
6258 be used before its declaration.
6259 * src/reader.c (check_and_convert_grammar): Don't invoke packgram if
6260 symbols_pack complained.
6261 * src/symtab.c (symbol_new): Don't count a string literal as a new
6262 symbol.
6263 (symbol_class_set): Don't count a string literal as a new token, and
6264 don't assign it a symbol number since symbol_make_alias does that.
6265 (symbol_make_alias): It's not necessary to decrement the symbol and
6266 token counts anymore. Don't assume that an alias declaration occurs
6267 before any uses of the identifier or string, and thus don't assert that
6268 one of them has the highest symbol number so far.
6269 (symbol_check_alias_consistency): Complain if there's a string literal
6270 that wasn't declared as an alias.
6271 (symbols_pack): Bail if symbol_check_alias_consistency failed since
6272 symbol_pack asserts that every token has been assigned a symbol number
6273 although undeclared string literals have not.
6274 * tests/regression.at (String alias declared after use, Undeclared
6d0ef4ec 6275 string literal): New test cases.
965537bc
JD
6276 (Characters Escapes, Web2c Actions): Declare string literals as
6277 aliases.
6278 * tests/sets.at (Firsts): Likewise.
6279
47aee066
JD
62802006-08-14 Joel E. Denny <jdenny@ces.clemson.edu>
6281
6282 In the grammar scanner, STRING_FINISH unclosed constructs and return
6283 them to the parser in order to improve error messages.
6284 * src/scan-gram.l (SC_ESCAPED_STRING, SC_ESCAPED_CHARACTER,
6285 SC_BRACED_CODE, SC_PROLOGUE): Implement.
6286 * tests/input.at (Unclosed constructs): New test case.
6287 * tests/regression.at (Invalid inputs): Update now that unclosed %{ is
6288 seen.
6289
6290 * src/scan-gram.h, src/scan-gram.l (gram_last_braced_code_loc): Remove
6291 unused global.
6292
1f6b3679
JD
62932006-08-13 Joel E. Denny <jdenny@ces.clemson.edu>
6294
6295 Handle string aliases for character tokens correctly.
6296 * src/symtab.c (symbol_user_token_number_set): If the token has an
6297 alias, check and set its alias's user token number instead of its own,
6298 which is set to indicate the alias. Previously, every occurrence of
6299 the character token in the grammar overwrote that alias indicator with
6300 the character code.
6301 * tests/input.at (String aliases for character tokens): New test.
6302
219741d8
JD
63032006-08-12 Joel E. Denny <jdenny@ces.clemson.edu>
6304
6305 * src/parse-gram.y: Add `%expect 0' so we don't overlook conflicts.
6306
11daa4e7
PE
63072006-08-11 Paul Eggert <eggert@cs.ucla.edu>
6308
6309 * bootstrap: Put in need-ngettext argument to AM_GNU_GETTEXT,
6310 to prevent failures when building on older platforms.
6311 Check for autopoint failure.
6312 Set XGETTEXT_OPTIONS to values that check for C format strings,
6313 so that translators are warned about them (this also helps
6314 prevent core dumps).
6315
6316 * lib/subpipe.c (create_subpipe): Use new gnulib pipe_safer
6317 function, since it simplifies our code a bit.
6318
6319 * configure.ac (AC_ARG_ENABLE): Use -Wextra -Wno-sign-compare
6320 rather than -W, so we don't get bogus warnings about sign comparisons.
6321 Add -Wpointer-arith, since that warning is useful (it reports code
6322 that does not conform to C89 and that some compilers reject).
6323 * data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c: Undo latest change,
6324 since it's no longer needed.
6325
f9bfc42a
JD
63262006-08-10 Joel E. Denny <jdenny@ces.clemson.edu>
6327
6328 Clean up scanners a bit.
6329 * src/flex-scanner.h (FLEX_NO_OBSTACK): New macro that blocks obstack
6330 definitions so gcc won't warn when obstack_for_string is unused.
6331 * src/scan-code.l: config.h and system.h are already #include'd by
6332 scan-code-c.c, so get rid of them here.
6333 * src/scan-gram.l: Likewise.
6334 * src/scan-skel.l: Likewise, and use flex-scanner.h without obstack
6335 definitions rather than duplicating the rest of it.
6336 * src/scan-gram-c.c, scan-skel-c.c: #include "system.h".
6337
06e8700a
JD
63382006-08-09 Joel E. Denny <jdenny@ces.clemson.edu>
6339
6340 Suppress signed/unsigned comparison warnings for yycheck.
6341 * data/c.m4 (b4_safest_int_type): New macro.
6342 * data/glr.c, data/lalr1.cc: Wherever you compare yycheck[i] against
6343 a signed int type, cast it to b4_safest_int_type first.
6344 * data/yacc.c: Likewise.
6345 (b4_safest_int_type): Overwrite the one from c.m4 since b4_int_type is
6346 also overwritten.
6347
9c437126
PE
63482006-08-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6349
6350 * doc/bison.texinfo: Fix some typos.
6351
284d8a13
PE
63522006-08-02 Paul Eggert <eggert@cs.ucla.edu>
6353
6354 * m4/.cvsignore: Add inttypes_h.m4,lib-ld.m4, lib-prefix.m4,
6355 po.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4, warning.m4.
6356
6357 * bootstrap (gnulib_tool): Stop using --assume-autoconf;
6358 the latest gnulib does this a different way.
6359 (get_translations): Sharuzzaman Ahmat Raslan reported that the ms
6360 translation was patched, so stop omitting it.
6361
ec5479ce
JD
63622006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
6363
6364 Enable declaration of default %printer/%destructor. Make the parser
6365 use these for all user-declared grammar symbols for which the user does
6366 not declare a specific %printer/%destructor. Thus, the parser uses it
6367 for token 0 if the user declares it but not if Bison generates it as
6368 $end. Discussed starting at
6369 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>,
6370 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>,
6371 and
6372 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>.
6373 * NEWS (2.3+): Mention.
6374 * doc/bison.texinfo (Actions in Mid-Rule): It's no longer impossible to
6375 declare a %destructor for a mid-rule's semantic value. It's just
6376 impossible to declare one specific to it.
6377 (Freeing Discarded Symbols): Mention that @$ can be used in %destructor
6378 code. Describe default %destructor form.
6379 * src/parse-gram.y (grammar_declaration): Parse default
6380 %printer/%destructor declarations.
6381 * src/output.c (symbol_destructors_output): Use symbol_destructor_get
6382 and symbol_destructor_location_get rather than accessing the destructor
6383 and destructor_location members of struct symbol.
6384 (symbol_printers_output): Likewise but for %printer's.
6385 * src/reader.c (symbol_should_be_used): Likewise but for %destructor's
6386 again.
6387 * src/symtab.c (default_destructor, default_destructor_location,
6388 default_printer, default_printer_location): New static global
6389 variables to record the default %destructor and %printer.
6390 (symbol_destructor_get, symbol_destructor_location_get,
6391 symbol_printer_get, symbol_printer_location_get): New functions to
6392 compute the appropriate %destructor and %printer for a symbol.
6393 (default_destructor_set, default_printer_set): New functions to set the
6394 default %destructor and %printer.
6395 * src/symtab.h: Prototype all those new functions.
6396 * tests/actions.at (Default %printer and %destructor): New test to
6397 check that the right %printer and %destructor are called, that they're
6398 not called for $end, and that $$ and @$ work correctly.
6399 (Default %printer and %destructor for user-declared end token): New
6400 test to check that the default %printer and %destructor are called for
6401 a user-declared end token.
6402 * tests/input.at (Default %printer and %destructor redeclared, Unused
6403 values with default %destructor): New tests to check related grammar
6404 warnings and errors.
6405
868d2d96
JD
64062006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
6407
6408 Clean up handling of %destructor for the end token (token 0).
6409 Discussed starting at
6410 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>
6411 and
6412 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00013.html>.
6413
6414 Make the skeletons consistent in how they pop the end token and invoke
6415 its %destructor.
6416 * data/glr.c (yyrecoverSyntaxError, yyparse): Don't pop the start
6417 state, which has token number 0, since this would invoke the
6418 %destructor for the end token.
6419 * data/lalr1.cc (yy::parser::parse): Don't check for the final state
6420 until after shifting the end token, or else it won't be popped.
6421 * data/yacc.c (yyparse): Likewise.
6422
6423 * data/glr.c (yyparse): Clear the lookahead after shifting it even when
6424 it's the end token. Upon termination, destroy an unshifted lookahead
6425 even when it's the end token.
6426 * data/lalr1.cc (yy::parser::parse): Likewise.
6427 * data/yacc.c (yyparse): Likewise.
6428
6429 * src/reader.c (packgram): Don't check rule 0. This suppresses unused
6430 value warnings for the end token when the user gives the end token a
6431 %destructor.
6432
6433 * tests/actions.at (Printers and Destructors): Test all the above.
6434
62a9592d
PE
64352006-07-24 Paul Eggert <eggert@cs.ucla.edu>
6436
6437 Update to latest gnulib and gettext versions.
6438 * bootstrap (gnulib-modules): Remove hard-locale, stdio-safer.
6439 Add fopen-safer.
6440 (gnulib_files): Add m4/warning.m4. Don't worry about files
6441 overwritten by autopoint.
6442 Replace gt_INTL_SUBDIR_CORE with an empty body in m4/gettext_gl.m4.
6443 Suppress "id", "ms", "tr" translations for now, since gettext 0.15
6444 rejects them.
6445 Don't use autoreconf; instead, invoke autopoint etc. by hand,
6446 so that we can remove the intl files at a better time.
6447 (intl_files_to_remove): Remove aclocal.m4, since it gets
6448 rebuilt anyway. Remove m4/inttypes_h.m4, m4/inttypes.m4,
6449 m4/isc-posix.m4, m4/lib-ld.m4, m4/lib-prefix.m4, m4/po.m4,
6450 m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
6451 Add m4/inttypes-h.m4, m4/lock.m4, m4/visibility.m4.
6452 Remove datarootdir hack; no longer needed.
6453 * configure.ac: Use gl_WARNING_CFLAGS rather than BISON_WARNING.
6454 (AM_GNU_GETTEXT_VERSION): Bump from 0.12 to 0.15.
6455 * lib/.cvsignore: Remove hard-locale.c, hard-locale.h, strdup.c,
6456 strdup.h.
6457 * m4/.cvsignore: Remove hard-locale.m4, strdup.m4.
6458 * m4/warning.m4: Remove from CVS, since we now use gnulib's version.
6459
10d6970f
PE
64602006-07-20 Paul Eggert <eggert@cs.ucla.edu>
6461
6462 * bootstrap: Adjust to today's change to gnulib-tool by invoking
6463 it with --assume-autoconf='latest-stable'.
6464
50a33993
JD
64652006-07-13 Joel E. Denny <jdenny@ces.clemson.edu>
6466
6467 * src/parse-gram.y (grammar_declaration): Don't confuse Doxygen (at
6468 least 1.4.7 and 1.4.4) by putting a #line between `typedef union
6469 YYSTYPE' and `{'.
6470 * src/muscle_tab.h (muscle_grow): Replace the header comments with
6471 those from muscle_tab.c since the old ones are misleading.
6472
2ce4ed68
AD
64732006-07-13 Akim Demaille <akim@epita.fr>
6474
6475 Support %define "KEY" {VALUE}.
6476 * src/scan-code.h, src/scan-code.l (translate_action)
6477 (translate_rule_action, translate_symbol_action, translate_code):
6478 Return char *, not const char *.
6479 * src/parse-gram.y (declaration): Rename as...
6480 (prologue_declaration): this.
6481 (string_content): Remove this nonterminal, use STRING.
6482 (braceless, content, content.opt): New nonterminal.
6483 Use them.
6484 (%define): Now accept content.opt, i.e., accept also BRACED_CODE
6485 as value.
6486 * src/scan-gram.l (getargs.h): Don't include it.
6487
db7e5eb5
PE
64882006-07-12 Paul Eggert <eggert@cs.ucla.edu>
6489
6490 * data/lalr1.cc (YYCDEBUG): Use 'if (yydebug_) (*yycdebug_)'
6491 rather than a for-loop that declares a local bool variable. This
6492 should work around a compatibility problem with a Cray x1e C++
6493 compiler reported by Hung Nguyen in
6494 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00022.html>.
6495 The for-loop was introduced in the 2004-11-17 change but I don't
6496 know why it was needed.
6497
a5d80ba5
AD
64982006-07-12 Akim Demaille <akim@epita.fr>
6499
6500 * data/c.m4: Comment changes.
6501
23eb2a69
AD
65022006-07-10 Akim Demaille <akim@lrde.epita.fr>
6503
6504 * src/complain.c (error_message, ERROR_MESSAGE): New.
6505 To factor...
6506 (fatal_at, fatal, warn_at, warn, complain_at, complain): these.
6507 * src/complain.h, src/complain.c (warning_issued): Remove, unused.
6508
ddc8ede1
PE
65092006-07-09 Paul Eggert <eggert@cs.ucla.edu>
6510
6511 * NEWS: Instead of %union, you can define and use your own union type
6512 YYSTYPE if your grammar contains at least one <type> tag.
6513 Your YYSTYPE need not be a macro; it can be a typedef.
6514 * doc/bison.texinfo (Value Type, Multiple Types, Location Type):
6515 (Union Decl, Decl Summary): Document this.
6516 * data/glr.c (YYSTYPE): Implement this.
6517 * data/glr.cc (YYSTYPE): Likewise.
6518 * data/lalr1.cc (YYSTYPE): Likewise.
6519 * data/yacc.c (YYSTYPE): Likewise.
6520 * src/output.c (prepare): Output tag_seen_flag.
6521 * src/parse-gram.y (declaration, grammar_declaration):
6522 Use 'union_seen' rather than 'typed' to determine whether
6523 %union has been seen, since grammars can now be typed without
6524 %union.
6525 (symbol_declaration, type.opt, symbol_def):
6526 Keep track of whether a tag has been seen.
6527 * src/reader.c (union_seen, tag_seen): New vars.
6528 (typed): remove.
6529 * src/reader.h (union_seen, tag_seen, typed): Likewise.
6530 * src/scan-code.l (untyped_var_seen): New variable.
6531 (handle_action_dollar): Adjust to above changes.
6532 (handle_action_dollar, handle_action_at):
6533 Improve overflow checking for outlandish numbers.
6534 * tests/input.at (AT_CHECK_UNUSED_VALUES): Redo test to
6535 avoid new diagnostics generated by above changes.
6536 * tests/regression.at (YYSTYPE typedef): Add test to check
6537 for type tags without %union.
6538
6539 * src/symlist.c (symbol_list_length): Return int, not unsigned
6540 int, since callers expect int. This may need to get revisited
6541 once we have proper integer overflow checking.
6542
6543 * src/scan-gram.h (gram_scanner_cursor): Remove decl, since this
6544 object is now static.
6545
6546 * src/getargs.c (flags_argmatch): Return void, not int,
6547 to pacify ./configure --enable-gcc-warnings.
6548
6549 * src/flex-scanner.h (STRING_FREE): Don't use FLEX_PREFIX (last_string)
6550 since last_string is already defined to FLEX_PREFIX (last_string).
6551
7b42569e
AD
65522006-07-09 Akim Demaille <akim@lrde.epita.fr>
6553
6554 Implement --warnings/-W.
6555 * src/getargs.c (report_argmatch, trace_argmatch): Remove,
6556 replaced by...
6557 (flags_argmatch, FLAGS_ARGMATCH): this new function and macro.
6558 Adjust callers.
6559 * src/getargs.h, src/getargs.c (warnings, warnings_flags)
6560 (warnings_args, warnings_types): New.
6561 (getargs, short_options, long_options): Accept -W/--warnings.
6562 Sort the options by alphabetical order, upper case letter right
6563 before its lower case.
6564
3b452f4e
JD
65652006-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
6566
6567 Change %merge result type clash warnings to errors. Discussed at
6568 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00026.html>.
6569 * src/reader.c (record_merge_function_type): Use complain_at.
6570 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
6571 declared later): Update test case results.
6572
b8a41559
AD
65732006-07-09 Akim Demaille <akim@lrde.epita.fr>
6574
6575 * src/getargs.h, src/getargs.c: Swap --report and --trace handling
6576 to be in alphabetical order.
6577 (trace_args): Spelling fixes.
6578
cd9e1ba2
PE
65792006-07-09 Paul Eggert <eggert@cs.ucla.edu>
6580
6581 * data/yacc.c (YYID, yy_stack_print): Prefix local vars with "yy"
6582 so they don't collide with user-defined macros.
6583 (yy_stack_print): Don't assume that yytype_int16 promotes to int;
6584 this was never guaranteed, and now that we're using gnulib stdint,
6585 which defines int_fast16_t to long int, the problem is exposed.
6586
cb48f191
PE
65872006-07-08 Paul Eggert <eggert@cs.ucla.edu>
6588
b8445a15
PE
6589 * data/c.m4 (b4_basename): Simplify a bit, since we don't
6590 need the full POSIX semantics (and weren't implementing them
6591 anyway).
6592
cb48f191
PE
6593 Adjust to Autoconf 2.60 and today's gnulib.
6594 * bootstrap (gnulib_modules): Add stdint.
6595 Remove special case for m4/onceonly_2_57.m4, since gnulib-tool
6596 no longer copies it.
6597 (intl_files_to_remove): Remove m4/longlong.m4 and m4/wchar_t.m4,
6598 since stdint needs the former and wcwidth (which is now required
6599 by mbswidth) needs the latter.
6600 Append 'datarootdir = @datarootdir@' to po/Makefile.in.in, to
6601 work around a compatibility glitch between gettext 0.14.6 and
6602 Autoconf 2.60.
6603 * configure.ac (AC_PREREQ): Require Autoconf 2.60.
6604 Do not check for uintptr_t, since new stdint module does the right
6605 thing.
6606 * lib/.cvsignore: Remove alloca.c, alloca.h, alloca_.h.
6607 Add stdint.h, stdint_.h, wcwidth.h.
6608 * m4/.cvsignore: Remove alloca.m4, onceonly.m4.
6609 Add absolute-header.m4, double-slash-root.m4, longlong.m4,
6610 stdint.m4, wchar_t.m4, wcwidth.m4.
6611 * src/files.c: Include <dirname.h> and <stdio-safer.h> in the
6612 usual order for ../lib/*.h files.
6613 (file_name_split): Use last_component, not base_name, to adjust
6614 to gnulib changes.
6615 * src/parse-gram.h: Include <strverscmp.h> in the usual order
6616 for ../lib/*.h files.
6617 (YYTYPE_INT16, YYTYPE_INT8, YYTYPE_UINT16, YYTYPE_UINT8):
6618 Define unconditionally, since we now assume the stdint module.
6619 * src/scan-skel.l: Include <dirname.h>.
6620 (BASE_QPUTS): Use last_component, not base_name.
6621 * src/system.h: Include <unlocked-io.h> in the usual order
6622 for ../lib/*.h files. Include <stdint.h> unconditionally,
6623 since we now use the stdint module.
6624 (uintptr_t): Declare if UINTPTR_MAX is not defined, not
6625 HAVE_UINTPTR_T, since we now use the stdint module.
6626 (base_name): Remove decl, since files now include <dirname.h>
6627 to get the decl.
6628
cd48d21d
AD
66292006-07-08 Akim Demaille <akim@lrde.epita.fr>
6630
6631 * data/c.m4 (b4_location_initial_column, b4_location_initial_line):
6632 New, default to 1.
6633 * data/yacc.c, data/glr.c, data/location.cc: Use them.
6634 * NEWS, doc/bison.texinfo: The initial column and line are 1 by
6635 default.
6636 * tests/calc.at: Adjust.
6637
8ec0a172
AD
66382006-07-08 Akim Demaille <akim@lrde.epita.fr>
6639
b8445a15 6640 * data/c.m4 (b4_basename): New.
8ec0a172
AD
6641 (b4_syncline): Also output the location of its invocation (from
6642 the skeleton).
6643 (b4_user_action, b4_define_user_action, b4_user_actions)
6644 (b4_user_initial_action, b4_user_post_prologue, b4_user_start_header)
6645 (b4_user_stype): New.
6646 * data/yacc.c, data/glr.c, data/lalr1.cc, data/glr.cc: Use them.
6647
4a678af8
JD
66482006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
6649
6650 In the grammar file, the first column is 1 not 0 on the first line as
6651 on every other line.
6652 * src/parse-gram.y (%initial-action): Initialize @$ correctly.
6653 * tests/input.at (Torturing the Scanner): Update output.
6654
6655 * src/scan-gram.l (scanner_cursor): Declare it static.
6656
dd60572a
JD
66572006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
6658
6659 In warnings, say "previous declaration" rather than "first
6660 declaration".
6661 * src/symtab.c (redeclaration): Do that here.
6662 * src/reader.c (record_merge_function_type): In the case of a result
6663 type clash, report the previous declaration rather than the very first
6664 one in the grammar file.
6665 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
6666 declared later): Add a third declaration to check this behavior.
6667 * tests/input.at (Incompatible Aliases): Update output.
6668
2073e1b6
AD
66692006-06-27 Akim Demaille <akim@epita.fr>
6670
6671 * doc/Doxyfile.in: New.
6672 * doc/Makefile.am: Use it.
6673 * src/lalr.h, src/symtab.h: Initial doxygenation.
6674
8ee5b538
JD
66752006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
6676
6677 Don't miss %merge result type warnings just because the LHS types are
fab044e6
JD
6678 declared after the %merge. This continues the effort of the previous
6679 patch.
8ee5b538
JD
6680 * src/reader.c (get_merge_function): Don't set the merger type yet.
6681 (record_merge_function_type): New function for setting the merger type
6682 and checking for clashes.
6683 (grammar_current_rule_merge_set): Set the location of the %merge for
6684 the current rule.
6685 (packgram): Invoke record_merge_function_type for each rule now that
6686 all symbol type declarations have been parsed.
6687 * src/reader.h (merger_list.type_declaration_location): New member
6688 storing the location of the first %merge from which the type for this
6689 merging function was derived.
6690 * src/symlist.h (symbol_list.merger_declaration_location): New member
6691 storing the location of a rule's %merge, if any.
6692 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
6693 declared later): New test to catch the error fixed by the above patch.
6694
ffa4ba3a
JD
66952006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
6696
6697 Get action warnings (grammar_rule_check) right even when symbol
fab044e6
JD
6698 declarations appear after the rules. Discussed at
6699 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00108.html>
6700 and
6701 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00151.html>.
6702 Don't mistake the type of $$ in a midrule to be that of its parent
6703 rule's $$.
ffa4ba3a
JD
6704 * src/reader.c (grammar_current_rule_end): Don't invoke
6705 grammar_rule_check yet since not all symbol declarations may have been
6706 parsed yet.
6707 (grammar_midrule_action): Likewise.
6708 Don't record whether the midrule's $$ has been used yet since actions
6709 haven't been translated yet.
6710 Record the midrule's parent rule and its RHS index within the parent
6711 rule.
6712 (grammar_current_rule_action_append): Don't translate the action yet
6713 since not all symbol declarations may have been parsed yet and, thus,
6714 warnings about types for $$, $n, @$, and @n can't be reported yet.
6715 (packgram): Translate the action and invoke grammar_rule_check now that
6716 all symbol declarations have been parsed.
6717 * src/scan-code.l (handle_action_dollar): Now that this is invoked
6718 after parsing the entire grammar file, the symbol list here in the case
6719 of a midrule is actually the midrule's empty RHS, so reference its
6720 parent rule's RHS where necessary.
6721 On the other hand, now that you can already know it's a midrule, you
6722 aren't forced to think $$ has the same type as its parent rule's $$.
6723 (handle_action_at): In the case of a midrule, reference the parent rule
6724 where necessary.
6725 * src/symlist.c (symbol_list_new): Initialize new midrule-related
6726 members.
6727 (symbol_list_length): Now that this is invoked after all rules have
6728 been parsed, a NULL symbol (rather than a NULL symbol list node)
6729 terminates a rule. symbol_list_print already does this correctly.
6730 * src/symlist.h (symbol_list.midrule_parent_rule,
6731 symbol_list.midrule_parent_rhs_index): New members so that midrules can
6732 remember their relationships with their parents.
6733 * tests/input.at (Type Clashes): Extend to catch the midrule $$ error
6734 fixed by the above patch.
6735 (_AT_UNUSED_VALUES_DECLARATIONS, AT_CHECK_UNUSED_VALUES): New m4 macros
6736 implementing...
6737 (Unused values): ... this old test case and...
6738 (Unused values before symbol declarations): ... this new test case.
6739 This one is the same as `Unused values' except that all symbol
6740 declarations appear after the rules in order to catch the rest of the
6741 errors fixed by the above patch.
6742
e256e17f
JD
67432006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
6744
300a1930
JD
6745 More cleanup.
6746 * src/reader.c (current_rule): Declare it static since it's no longer
6747 used outside this file.
6748 (grammar_current_rule_action_append): Remove redundant arguments from
6749 translate_rule_action invocation.
6750 * src/reader.h (current_rule): Remove this unused extern.
6751 * src/scan-code.h (translate_rule_action): Remove redundant arguments.
6752 * src/scan-code.l (translate_rule_action): Likewise.
e256e17f 6753
381ecb06
JD
67542006-06-25 Joel E. Denny <jdenny@ces.clemson.edu>
6755
6756 Clean up yesterday's patch.
6757 * parse-gram.y (rhs): Move grammar_midrule_action invocation from here
6758 to...
6759 * src/reader.c (grammar_current_rule_action_append): ... here for
6760 consistency with grammar_current_rule_symbol_append.
6761 * tests/regression.at (Braced code in declaration in rules section):
6762 Make yyerror and yylex static as usual.
6763
4210cd0b
JD
67642006-06-24 Joel E. Denny <jdenny@ces.clemson.edu>
6765
6766 Fix bug that mistakes braced code in a declaration in the rules section
6767 to be a rule action. Mentioned at
6768 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00105.html>.
6769 * src/scan-gram.l: Move midrule action detection from the start of the
6770 scanning of any braced code to...
6771 * src/parse-gram.y (rhs): ... the parsing of braced code as a rule
6772 action. For readability, use $2 and @2 rather than the equivalent
6773 global variables.
6774 * tests/regression.at (Braced code in declaration in rules section):
6775 New test to catch the error fixed by the above patch.
6776
6777 Work on code readability some.
6778 * src/scan-code.l (current_rule): Get rid of this misleading and
6779 redundant declaration: it's actually extern'ed in reader.h.
6780 (YY_DECL, code_lex, handle_action_dollar, handle_action_at,
6781 translate_action): Add a rule argument and use it instead of the global
6782 current_rule.
6783 (translate_rule_action): This already receives current_rule through an
6784 argument, so pass it on to translate_action instead of assigning
6785 current_rule to current_rule.
6786 (translate_symbol_action, translate_code): Pass rule = NULL to
6787 translate_action.
6788
34f98f46
JD
67892006-06-23 Joel E. Denny <jdenny@ces.clemson.edu>
6790
6791 Rename %before-definitions to %start-header and %after-definitions to
6792 %end-header. Don't use these declarations to separate pre-prologue
6793 blocks from post-prologue blocks. Add new order-independent
6794 declarations %before-header and %after-header as alternatives to the
6795 traditional Yacc pre-prologue and post-prologue blocks. Discussed at
6796 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00110.html>.
6797 * NEWS (2.3+): Update for these changes.
6798 * data/glr.c (b4_before_definitions): Update to...
6799 (b4_start_header): ... this.
6800 (b4_after_definitions): Update to...
6801 (b4_end_header): ... this.
6802 * data/glr.cc: Likewise.
6803 * data/lalr1.cc: Likewise.
6804 * data/yacc.c: Likewise.
6805 * doc/bison.texinfo (The prologue): Update names, and replace remaining
6806 prologue blocks with %*-header declarations.
6807 (Calc++ Parser): Likewise.
91661ebb 6808 (Decl Summary): Update names.
148d66d8 6809 (Table of Symbols): Update description.
34f98f46
JD
6810 * src/parse-gram.y (PERCENT_AFTER_DEFINITIONS): Update to...
6811 (PERCENT_END_HEADER): ... this.
6812 (PERCENT_BEFORE_DEFINITIONS): Update to...
6813 (PERCENT_START_HEADER): ... this.
6814 (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
6815 (declaration): Update token names and m4 macro names.
6816 When parsing %end-header and %start-header, invoke translate_code
6817 before muscle_code_grow, and no longer set global booleans to remember
6818 whether these declarations have been seen.
6819 Parse new %after-header and %before-header.
6820 * src/reader.c (before_definitions, after_definitions): Remove.
6821 (prologue_augment): Accept a new bool argument to specify whether to
6822 augment the pre-prologue or post-prologue.
6823 * src/reader.h (before_definitions, after_definitions): Remove these
6824 extern's.
6825 (prologue_augment): Add new bool argument.
6826 * src/scan-gram.l (PERCENT_AFTER_DEFINITIONS): Update to...
6827 (PERCENT_END_HEADER): ... this.
6828 (PERCENT_BEFORE_DEFINITIONS): Update to...
6829 (PERCENT_START_HEADER): ... this.
6830 (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
6831 * tests/actions.at (Printers and Destructors): Update names.
6832
31b2b07e
JD
68332006-06-22 Joel E. Denny <jdenny@ces.clemson.edu>
6834
6835 Add comparison operators for C++ location classes. Discussed at
6836 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00092.html>.
6837 * data/c++.m4 (b4_define_location_comparison): New boolean %define
6838 declaration indicating whether filename_type has an operator==. If
6839 filename_type is `std::string', it defaults to `1', `0' otherwise.
6840 * data/location.cc: Iff b4_define_location_comparison is `1', add
6841 operator== and operator!= for class position and for class location.
6842
6843 Some minor fixes.
6844 * src/scan-action.l: Remove unused file.
6845 * src/symtab.c (symbol_printer_set): Use printer_location not
6846 destructor_location.
6847 * src/symtab.h (struct symbol): Replace incorrect source comment for
6848 printer members.
6849 * tests/input.at (Incompatible Aliases): Update output with correct
6850 printer location.
6851
9bc0dd67
JD
68522006-06-20 Joel E. Denny <jdenny@ces.clemson.edu>
6853
6854 Don't put the pre-prologue in the header file. For the yacc.c code
6855 file and the glr.c header and code files, move the pre-prologue before
6856 the token definitions. Add new %before-definitions and
6857 %after-definitions to declare code that will go in both the header file
6858 and code file. Discussed at
6859 <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00000.html>,
6860 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00016.html>,
6861 and
6862 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00055.html>.
6863 * NEWS (2.3+): Describe these changes.
6864 * data/glr.c (b4_pre_prologue): Move from within to before...
6865 (b4_shared_declarations): ... this.
6866 Add new b4_before_definitions before b4_token_enums.
6867 Add new b4_after_definitions at the end.
6868 * data/glr.cc (b4_pre_prologue): Replace with...
6869 (b4_before_definitions): ... this in the header file.
6870 (b4_after_definitions): New near the end of the header file.
6871 * data/lalr1.cc (b4_pre_prologue): Move from the header file to the
6872 code file right before including the header file.
6873 (b4_before_definitions): New in the previous position of
6874 b4_pre_prologue in the header file.
6875 (b4_after_definitions): New near the end of the header file.
6876 * data/yacc.c: Clean up some m4 quoting especially in the header file.
6877 (b4_token_enums_defines): In the code file, move to right before
6878 YYSTYPE for consistency with the header file.
6879 (b4_before_definitions): New right before b4_token_enums_defines in
6880 both the header and code file.
6881 (b4_after_definitions): New right after YYLTYPE and yylloc in both the
6882 header and code file.
6883 * doc/bison.texinfo (Prologue): Show use of %before-definitions instead
6884 of prologues for %union dependencies.
91661ebb
JD
6885 (Decl Summary): In %defines description, mention the effect of
6886 %before-definitions and %after-definitions on the header file.
9bc0dd67
JD
6887 (Calc++ Parser): Forward declare driver in a %before-definitions rather
6888 than in the pre-prologue so that make check succeeds.
148d66d8 6889 (Table of Symbols): Add entries for %before-definitions and
9bc0dd67
JD
6890 %after-definitions.
6891 * src/parse-gram.y (PERCENT_BEFORE_DEFINITIONS): New token for
6892 %before-definitions.
6893 (PERCENT_AFTER_DEFINITIONS): New token for %after-definitions.
6894 (declaration): Parse those declarations and append to
6895 b4_before_definitions and b4_after_definitions, respectively.
6896 * src/reader.c (before_definitions, after_definitions): New bools to
6897 track whether those declarations have been seen.
6898 (prologue_augment): Add to the post-prologue if %union,
6899 %before-definitions, or %after-definitions has been seen.
6900 * src/reader.h (before_definitions, after_definitions): New extern's.
6901 * src/scan-gram.l: Scan the new declarations.
6902 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Place the second
6903 prologue block in a %before-definitions or a %after-definitions based
6904 on whether the %union is declared.
6905 * tests/regression.at (Early token definitions with --yacc, Early token
6906 definitions without --yacc): Move tests for token definitions into the
6907 post-prologue since token names are no longer defined in the
6908 pre-prologue.
6909
203b9274
AD
69102006-06-20 Akim Demaille <akim@epita.fr>
6911
6912 * src/symtab.h, src/symtab.c (symbol_from_uniqstr): New.
6913 (symbol_get): Use it.
6914 * src/parse-gram.y: Use it.
6915
a7ee59cf
JD
69162006-06-19 Joel E. Denny <jdenny@ces.clemson.edu>
6917
6918 * src/scan-gram.l: Remove unused declaration of last_string_1 so the
6919 build succeeds when configured with --enable-gcc-warnings.
6920
5a2baae7
PE
69212006-06-19 Paul Eggert <eggert@cs.ucla.edu>
6922
33ad1a9c
PE
6923 * src/parse-gram.y (char_name): New function.
6924 (CHAR, STRING, string_content): For %printer, properly escape.
6925 (ID): Prefer fputs to fprintf.
6926 (id): Reindent to be consistent with other rules.
6927 Properly quote char.
6928
5a2baae7
PE
6929 The Translation Project changed its way of publishing translations
6930 to maintainers. I haven't received any responses to my request
6931 for supporting the old way, or for documenting the new way. I
6932 have modified 'bootstrap' to use screen scraping
6933 (in this case, HTML scraping). This is unreliable and inelegant,
6934 but I don't see any better way. Yuck.
6935 * bootstrap (TP_URL, WGET_COMMAND): New vars.
6936 (get_translations): New function, which uses HTML scraping to
6937 deduce locations of latest translations.
6938 Use this function to grab both bison and bison-runtime .po files.
6939 Don't bother priming the pump for the runtime-po domain any more,
6940 as it's now translated better than bison is.
6941
58d7a1a1
AD
69422006-06-19 Akim Demaille <akim@epita.fr>
6943
6944 * src/scan-gram.l: No longer "parse" things after `%union' until
6945 `{'. Rather, return a single "%union" token.
6946 No longer make symbols: return strings, and leave the conversion
6947 to symbols to the parser.
6948 (SC_PRE_CODE, token_type): Remove.
6949 * src/parse-gram.y (%union): New field `character'.
6950 Sort tokens.
6951 (CHAR): New token.
6952 (ID, ID_COLON): Now that the scanner no longer makes them
6953 identifiers, adjust all uses to invoke symbol_get.
6954 (id_colon): New, wraps the conversion from string to symbol.
6955 (%union): Accept a possible union_name.
6956 (symbol): Now can be a char.
6957 * data/c.m4 (b4_union_name): Leave a default value.
6958 * data/glr.c, data/yacc.c: Use it.
6959
b931235e
JD
69602006-06-11 Joel E. Denny <jdenny@ces.clemson.edu>
6961
6962 For associating token numbers with token names for "yacc.c", don't use
6963 #define statements unless `--yacc' is specified; always use enum
6964 yytokentype. Most important discussions start at:
6965 <http://lists.gnu.org/archive/html/bison-patches/2005-09/msg00053.html>,
6966 <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00052.html>,
6967 and
6968 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00043.html>.
6969 * NEWS (2.3+): Mention.
6970 * data/c.m4 (b4_yacc_if): New.
6971 (b4_token_enums_defines): Use b4_yacc_if to decide whether to add the
6972 token #define's.
6973 * doc/bison.texinfo (Bison Options): Describe the effect of `--yacc'
6974 on token name definitions.
6975 * src/getargs.c (usage): Capitalize `Yacc' in English.
6976 * src/output.c (prepare): Define b4_yacc_flag.
6977 * tests/regression.at (Early token definitions): Test that tokens names
6978 are defined before the pre-prologue not just before the post-prologue.
6979 Remove this test case and copy to...
6980 (Early token definitions with --yacc): ... this to test #define's.
6981 (Early token definitions without --yacc): ... and this to test enums.
6982
9e6e7ed2
PE
69832006-06-11 Paul Eggert <eggert@cs.ucla.edu>
6984
6985 * NEWS: Reword the post-2.3 change to not be so optimistic about
6986 removing the old "look-ahead" spelling.
6987 Update previous look-ahead/lookahead change reports.
6988 * REFERENCES: look-ahead -> lookahead (since that's
6989 what he actually wrote).
6990 * doc/refcard.tex: look ahead -> lookahead,
6991 look-ahead -> lookahead
6992
742e4900
JD
69932006-06-09 Joel E. Denny <jdenny@ces.clemson.edu>
6994
6995 For consistency, use `lookahead' instead of `look-ahead' or
6996 `look_ahead'. Discussed starting at
6997 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00049.html>
6998 and then at
6999 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00017.html>.
7000 * NEWS: For the next release, note the change to `--report'.
7001 * TODO, doc/bison.1: Update English.
7002 * doc/bison.texinfo: Update English.
7003 (Understanding Your Parser, Bison Options): Document as
7004 `--report=lookahead' rather than `--report=look-ahead'.
7005 * src/conflicts.c: Update English in comments.
7006 (lookahead_set): Rename from look_ahead_set.
7007 (flush_reduce): Rename argument look_ahead_tokens to lookahead_tokens.
7008 (resolve_sr_conflict): Rename local look_ahead_tokens to
7009 lookahead_tokens, and update other uses.
7010 (flush_shift, set_conflicts, conflicts_solve, count_sr_conflicts,
7011 count_rr_conflicts, conflicts_free): Update uses.
7012 * src/getargs.c (report_args): Move "lookahead" before alternate
7013 spellings.
7014 (report_types): Update uses.
7015 (usage): For `--report' usage description, state `lookahead' spelling
7016 rather than `look-ahead'.
7017 * src/getargs.h (report.report_lookahead_tokens): Rename from
7018 report_look_ahead_tokens.
7019 * src/lalr.c: Update English in comments.
7020 (compute_lookahead_tokens): Rename from compute_look_ahead_tokens.
7021 (state_lookahead_tokens_count): Rename from
7022 state_look_ahead_tokens_count.
7023 Rename local n_look_ahead_tokens to n_lookahead_tokens.
7024 (lookahead_tokens_print): Rename from look_ahead_tokens_print.
7025 Rename local n_look_ahead_tokens to n_lookahead_tokens.
7026 Update other uses.
7027 Update English in output.
7028 (add_lookback_edge, initialize_LA, lalr, lalr_free): Update uses.
7029 * src/print.c: Update English in comments.
7030 (lookahead_set): Rename from look_ahead_set.
7031 (print_reduction): Rename argument lookahead_token from
7032 look_ahead_token.
7033 (print_core, state_default_rule, print_reductions, print_results):
7034 Update uses.
7035 * src/print_graph.c: Update English in comments.
7036 (print_core): Update uses.
7037 * src/state.c: Update English in comments.
7038 (reductions_new): Update uses.
7039 (state_rule_lookahead_tokens_print): Rename from
7040 state_rule_look_ahead_tokens_print, and update other uses.
7041 * src/state.h: Update English in comments.
7042 (reductions.lookahead_tokens): Rename from look_ahead_tokens.
7043 (state_rule_lookahead_tokens_print): Rename from
7044 state_rule_look_ahead_tokens_print.
7045 * src/tables.c: Update English in comments.
7046 (conflict_row, action_row): Update uses.
7047 * tests/glr-regression.at
7048 (Incorrect lookahead during deterministic GLR,
7049 Incorrect lookahead during nondeterministic GLR): Rename
7050 print_look_ahead to print_lookahead.
7051 * tests/torture.at: Update English in comments.
7052 (AT_DATA_LOOKAHEAD_TOKENS_GRAMMAR): Rename from
7053 AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR.
7054 (Many lookahead tokens): Update uses.
7055 * data/glr.c: Update English in comments.
7056 * lalr1.cc: Likewise.
7057 * yacc.c: Likewise.
7058 * src/conflicts.h: Likewise.
7059 * src/lalr.h: Likewise.
7060 * src/main.c: Likewise.
7061 * src/output.c: Likewise.
7062 * src/parse-gram.c: Likewise.
7063 * src/tables.h: Likewise.
7064 * tests/calc.at: Likewise.
7065
3c40d0b5
JD
70662006-06-08 Joel E. Denny <jdenny@ces.clemson.edu>
7067
7068 * src/flex-scanner.h (yytext): Remove stray `*/' in #define.
7069
5d278082
PE
70702006-06-07 Paul Eggert <eggert@cs.ucla.edu>
7071
7072 * TODO: Add request from Nelson H. F. Beebe to be able to install
7073 Bison without installing the yacc script.
7074
9e668899
JD
70752006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
7076
7077 * src/flex-scanner.h: For the sake of Flex 2.5.4, don't #define yyleng
7078 and yytext if they're already #define'd.
7079 * src/flex-scanner.h, src/location.h: Move #include "system.h" to...
7080 * src/scan-code-c.c: ... here.
7081 * src/scan-code.l, src/scan-gram.l: ... and here. Also #include
7082 <config.h>.
7083
0c8e079f
JD
70842006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
7085
7086 Get Bison to build again when configured with --enable-gcc-warnings.
7087 * src/location.c, src/location.h, src/main.c, src/scan-code.l: Add some
7088 missing #include's.
7089 * src/scan-code.l (handle_action_dollar, handle_action_at): Rename
7090 loc argument as it shadows a global.
7091 * src/scan-gram.l: Remove stray comma that prevents boundary_set
7092 invocation.
7093
7094 * src/.cvsignore: Add scan-code.c.
7095
2346344a
AD
70962006-06-07 Akim Demaille <akim@epita.fr>
7097
7098 * src/scan-gram.l: Move the "add a trailing ; to actions" code
7099 to...
7100 * src/scan-code.l: here.
7101 * tests/input.at (Torturing the Scanner): Fix another location
7102 error.
7103
4862bdfd
AD
71042006-06-07 Akim Demaille <akim@epita.fr>
7105
7106 * src/Makefile.am (BUILT_SOURCES): Fix the trailing backslash.
7107
e9071366
AD
71082006-06-06 Akim Demaille <akim@epita.fr>
7109
7110 Extract the parsing of user actions from the grammar scanner.
7111 As a consequence, the relation between the grammar scanner and
7112 parser is much simpler. We can also split "composite tokens" back
7113 into simple tokens.
7114 * src/gram.h (ITEM_NUMBER_MAX, RULE_NUMBER_MAX): New.
7115 * src/scan-gram.l (add_column_width, adjust_location): Move to and
7116 rename as...
7117 * src/location.h, src/location.c (add_column_width)
7118 (location_compute): these.
7119 Fix the column count: the initial column is 0.
7120 (location_print): Be robust to ending column being 0.
7121 * src/location.h (boundary_set): New.
7122 * src/main.c: Adjust to scanner_free being renamed as
7123 gram_scanner_free.
7124 * src/output.c: Include scan-code.h.
7125 * src/parse-gram.y: Include scan-gram.h and scan-code.h.
7126 Use boundary_set.
7127 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_INITIAL_ACTION)
7128 (PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Remove the {...} part,
7129 which is now, again, a separate token.
7130 Adjust all dependencies.
7131 Whereever actions with $ and @ are used, use translate_code.
7132 (action): Remove this nonterminal which is now useless.
7133 * src/reader.c: Include assert.h, scan-gram.h and scan-code.h.
7134 (grammar_current_rule_action_append): Use translate_code.
7135 (packgram): Bound check ruleno, itemno, and rule_length.
7136 * src/reader.h (gram_in, gram__flex_debug, scanner_cursor)
7137 (last_string, last_braced_code_loc, max_left_semantic_context)
7138 (scanner_initialize, scanner_free, scanner_last_string_free)
7139 (gram_out, gram_lineno, YY_DECL_): Move to...
7140 * src/scan-gram.h: this new file.
7141 (YY_DECL): Rename as...
7142 (GRAM_DECL): this.
7143 * src/scan-code.h, src/scan-code.l, src/scan-code-c.c: New.
7144 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
7145 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
7146 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
7147 Move these declarations, and...
7148 (obstack_for_string, STRING_GROW, STRING_FINISH, STRING_FREE):
7149 these to...
7150 * src/flex-scanner.h: this new file.
7151 * src/scan-gram.l (rule_length, rule_length_overflow)
7152 (increment_rule_length): Remove.
7153 (last_braced_code_loc): Rename as...
7154 (gram_last_braced_code_loc): this.
7155 Adjust to the changes of the parser.
7156 Move all the handling of $ and @ into...
7157 * src/scan-code.l: here.
7158 * src/scan-gram.l (handle_dollar, handle_at): Remove.
7159 (handle_action_dollar, handle_action_at): Move to...
7160 * src/scan-code.l: here.
7161 * src/Makefile.am (bison_SOURCES): Add flex-scanner.h,
7162 scan-code.h, scan-code-c.c, scan-gram.h.
7163 (EXTRA_bison_SOURCES): Add scan-code.l.
7164 (BUILT_SOURCES): Add scan-code.c.
7165 (yacc): Be robust to white spaces.
7166
7167 * tests/conflicts.at, tests/input.at, tests/reduce.at,
7168 * tests/regression.at: Adjust the column numbers.
7169 * tests/regression.at: Adjust the error message.
7891a7c4 7170
184e42f0
JD
71712006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
7172
7173 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
7174 Use Akim's wording from
7175 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00056.html>.
7176
7891a7c4
JD
71772006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
7178
7179 Between Bison releases, manually append `+' to the previous Bison
7180 release number, and use that as a signal to automatically print the
7181 ChangeLog's CVS Id keyword from --version. Discussed starting at
7182 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00028.html>.
7183 * ChangeLog: Add Id header.
7184 * configure.ac (AC_INIT): Append `+' to `2.3'.
7185 * src/.cvsignore: Add revision.c.
7186 * src/Makefile.am (bison_SOURCES): Add revision.c and revision.h.
7187 (BUILT_SOURCES): Add revision.c.
7188 (revision.c): New target rule. This file defines a new global variable
7189 named revision. It initializes it with either the Id from ChangeLog
7190 or, if VERSION doesn't contain `+', with the empty string.
7191 * src/getargs.c (version): Print the value of revision.
7192 * src/revision.h: Extern revision.
7193
4ad3ed84
PE
71942006-06-05 Paul Eggert <eggert@cs.ucla.edu>
7195
7196 * NEWS: Version 2.3.
7197 * configure.ac (AC_INIT): Likewise.
7198
02103984
PE
71992006-05-30 Paul Eggert <eggert@cs.ucla.edu>
7200
7201 * data/glr.c (YYRECOVERING): Define to be a function-like macro
7202 with no arguments, not as an object-like macro. This is for
7203 compatibility with data/yacc.c. Problem reported by John P. Hartmann in
7204 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00059.html>.
7205 * doc/bison.texinfo (Action Features, Error Recovery, Table of Symbols):
7206 Document this.
7207
2c08afa5
JD
72082006-05-30 Joel E. Denny <jdenny@ces.clemson.edu>
7209
7210 * src/getargs.c (usage): Back out yesterday's modification of the
7211 --help output so that we don't have to wait for translation before
7212 releasing 2.3.
7213
6077da58
PE
72142006-05-29 Paul Eggert <eggert@cs.ucla.edu>
7215
7216 * doc/bison.texinfo (Introduction): Don't say "GLR grammar".
7217 Problem reported by Akim Demaille.
7218
2a26b6c2
JD
72192006-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
7220
7221 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
7222
aefef0d6
PE
72232006-05-26 Paul Eggert <eggert@cs.ucla.edu>
7224
7225 * data/yacc.c (yy_reduce_print): Omit trailing white space in
7226 generated source code. Problem reported by Frans Englich in
7227 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00049.html>.
7228
fcd8e201
PE
72292006-05-22 Paul Eggert <eggert@cs.ucla.edu>
7230
7231 * Makefile.maint (gzip_rsyncable, GZIP_ENV): Compute within the
7232 shell, not within 'make', so that 'make' by an ordinary builder
7233 (using GNU make) does not worry about configuring gzip. This also
7234 works around a bug reported independently by Keith Thompson and by
7235 Georg Schwarz, whereby gzip 1.2.4 --help would output usage on
7236 stderr rather than stdout, messing up the build logs.
7237
7b5cdcbd
JD
72382006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
7239
7240 * data/yacc.c (yyparse): Wrap the final return from yyparse inside YYID
7241 to make sure that YYID will never be unused. This fixes a 'make
7242 maintainer-check' failure caused by the recent changes to the 'Trivial
7243 grammars' test case, which caused g++ 4.1.0 to complain that YYID was
7244 not used.
7245 * data/glr.c (yyparse): Wrap yyparse's return inside YYID just in case.
7246
5ad0a449
JD
72472006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
7248
7249 * data/glr.c (yyresolveLocations): Remove bogus YYASSERT that the
7250 state before an empty RHS is always resolved here. Only the location
7251 of that state is guaranteed to be resolved, and that's enough. This
7252 fixes the remaining bug reported by Derek M. Jones in
7253 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
7254 * tests/glr-regression.at (Uninitialized location when reporting
7255 ambiguity): Test the above case.
7256 Also, the embedded comments in this test case claim it checks the case
7257 of an empty RHS that has inherited the initial location. However, the
7258 corresponding LHS was already resolved, so yyresolveLocations didn't
7259 actually have reason to modify it. Fix this by forcing
7260 nondeterministic operation at the beginning of the parse.
7261
50cce58e
PE
72622006-05-20 Paul Eggert <eggert@cs.ucla.edu>
7263
7264 * data/c.m4 (b4_yy_symbol_print_generate):
7265 (b4_yy_symbol_print_generate): Use 'YYSTYPE const' rather than
7266 'const YYSTYPE', and similarly for YYLTYPE. This fixes one
7267 of the bugs reported today by Derek M Jones in
7268 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
7269 * doc/bison.texinfo (Value Type): Document that YYSTYPE must be
7270 defined to be a type name without parens or brackets.
7271 (Location Type): Similarly for YYLTYPE.
7272 * tests/regression.at (Trivial grammars): Put in a test for this
7273 bug that will be caught by 'make maintainer-check' (though not,
7274 alas, by 'make check' unless your compiler is picky).
7275
ab8d9dc5
PE
72762006-05-19 Paul Eggert <eggert@cs.ucla.edu>
7277
0d2c8934 7278 * NEWS: Version 2.2.
ab8d9dc5
PE
7279 * configure.ac (AC_INIT): Likewise.
7280
9138c575
JD
72812006-05-17 Joel E. Denny <jdenny@ces.clemson.edu>
7282
7283 * data/glr.c (yyreportTree): Make room in yystates for the state
7284 preceding the RHS. This fixes the segmentation fault reported by Derek
7285 M. Jones in
7286 <http://lists.gnu.org/archive/html/help-bison/2006-05/msg00035.html>.
7287 (yyreportTree, yypdumpstack): Subtract 1 from yyrule before printing
7288 to the user. Reported for yyreportTree by Derek M. Jones later in the
7289 same thread.
7290 * THANKS: Add Derek M. Jones.
7291 Update my email address.
7292 Fix typo in Steve Murphy's name.
7293
276f48df
PE
72942006-05-14 Paul Eggert <eggert@cs.ucla.edu>
7295
d6645148
PE
7296 * data/glr.c (yyreportSyntaxError): Fix off-by-one error in
7297 checking against YYLAST that caused the parser to miss a potential
7298 alternative in its diagnostic.
7299 Problem reported by Maria Jose Moron Fernandez in
7300 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00024.html>.
7301 * data/lalr1.cc (yysyntax_error_): Likewise.
7302 * data/yacc.c (yysyntax_error): Likewise.
7303 * tests/regression.at (_AT_DATA_DANCER_Y): Use static array for
7304 tokens, in case we run into an older C compiler.
7305 (_AT_DATA_EXPECT2_Y, AT_CHECK_EXPECT2): New macros.
7306 Use them to check for the off-by-one error fixed above.
7307
276f48df
PE
7308 * data/yacc.c (yytnamerr): Fix typo: local var should be of type
7309 YYSIZE_T, not size_t.
7310 * tests/regression.at (Trivial grammars): New test, to catch
7311 the error fixed by the above patch.
7312
cd8b5791
AD
73132006-05-14 Akim Demaille <akim@lrde.epita.fr>
7314
7315 * doc/bison.texinfo (C++ Bison Interface): Clarify the naming
7316 scheme.
7317 Reported by Steve Murphy.
7318
34376418
AD
73192006-05-14 Akim Demaille <akim@lrde.epita.fr>
7320
7321 * data/glr.cc, data/lalr1.cc: Using %defines is mandatory.
7322 * data/glr.cc: b4_location_flag is now b4_locations_flag.
7323
327afc7c
AD
73242006-05-14 Akim Demaille <akim@lrde.epita.fr>
7325
7326 Implement --trace=m4.
7327 * src/getargs.c (trace_types, trace_args): Accept trace_m4.
7328 * src/output.c (output_skeleton): When set, pass -dV to m4.
7329
7330 Factor the handling of flags in m4.
7331 * src/output.c (prepare): Rename the muscle names debug, defines,
7332 error_verbose to debug_flag, defines_flag, error_verbose_flag.
7333 * data/c.m4: Adjust.
7334 (_b4_define_flag_if, b4_define_flag_if, b4_defines_if): New.
7335 Use b4_define_flag_if to define other b4_FLAG_if macros.
7336 (b4_location_if): As a consequence, rename as...
7337 (b4_locations_if): this, for consistency.
7338 Adjust all the skeletons.
7339
ba9ecd19
AD
73402006-05-14 Akim Demaille <akim@lrde.epita.fr>
7341
7342 * etc/bench.pm: Shorten bench names.
7343
4e83ea15
AD
73442006-05-14 Akim Demaille <akim@lrde.epita.fr>
7345
7346 * src/output.h, src/output.c (error_verbose): Move to...
7347 * src/getargs.h, src/getargs.c: here.
7348 Sort the flags.
7349 Adjust dependencies.
7350
6e93d810
PE
73512006-05-13 Paul Eggert <eggert@cs.ucla.edu>
7352
7353 * data/c.m4 (b4_copyright): Put the special exception for Bison
7354 skeletons here, so we don't have to put it in each skeleton. All
b15296ff
PE
7355 uses changed. Suggested by Akim Demaille. Also, wrap the
7356 copyright notice, in case it is longer than 80 columns. Replace
7357 comma by newline after title.
6e93d810 7358
eaea13f5
PE
73592006-05-11 Paul Eggert <eggert@cs.ucla.edu>
7360
7361 * doc/bison.texinfo (Calc++ Scanner): The flex behavior is an
7362 incompatibility, not a bug. Mention that it wasn't fixed as of
7363 flex 2.5.33.
7364
3cf084ec
AD
73652006-05-11 Akim Demaille <akim@lrde.epita.fr>
7366
7367 * examples/extexi: Enforce the precedence of concatenation over
7368 >>.
0a9f1c7d 7369 Reported by Tommy Nordgren.
3cf084ec 7370
32c96bd7
AD
73712006-05-11 Akim Demaille <akim@lrde.epita.fr>
7372
7373 * data/lalr1.cc (yytranslate_): Rename token as t to avoid clashes
7374 with the member "token".
f94705b2 7375 Reported by Martin Nylin.
32c96bd7 7376
eaea13f5
PE
73772006-05-08 Paul Eggert <eggert@cs.ucla.edu>
7378
7379 * data/glr.c: Switch to Bison 2.2 special-exception language in
7380 the copyright notice. Use more-regular format for titles and
7381 copyright notices.
7382 * data/glr.cc: Likewise.
7383 * data/location.cc: Likewise.
7384 * data/yacc.cc: Likewise.
7385 * doc/bison.texinfo (Conditions): Document this.
7386 * NEWS: likewise. Upgrade version to 2.2.
7387
6e2d1146
AD
73882006-04-27 Akim Demaille <akim@lrde.epita.fr>
7389
7390 * data/glr.cc: Remove dead code.
7391
47671055
PE
73922006-04-25 Paul Eggert <eggert@cs.ucla.edu>
7393
7394 * bootstrap: Comment out the AM_CPPFLAGS line, since we don't use
7395 that variable and the line breaks the bootstrap. Problem reported
7396 by Juan M. Guerrero.
7397
ed2e6384
AD
73982006-04-24 Akim Demaille <akim@lrde.epita.fr>
7399
7400 * doc/bison.texinfo (Multiple start-symbols): New.
7401
3cedc2dc
AD
74022006-04-24 Akim Demaille <akim@lrde.epita.fr>
7403
7404 * etc/README, etc/bench.pl: New.
7405
b2ddc3f3
AD
74062006-04-03 Akim Demaille <akim@lrde.epita.fr>
7407
7408 * src/scan-gram.l: Be robust to BRACED_CODE appearing before any
7409 rule.
7410 Reported by Mickael Labau.
7411 * tests/input.at (Torturing the Scanner): Test it.
7412
91e3ac9a
PE
74132006-03-16 Paul Eggert <eggert@cs.ucla.edu>
7414
7415 * doc/bison.texinfo (Decl Summary): Don't mention yylloc twice.
7416 Problem reported by Bob Rossi.
7417
74182006-03-13 Paul Eggert <eggert@cs.ucla.edu>
7419
7420 * doc/bison.texinfo: Remove @shorttitlepage stuff; it wasn't used
7421 and didn't really work.
7422 For the index, use @ifnotinfo, not @iftex.
7423 Minor cleanups of spacing and terminology.
7424
5cf61e93
AD
74252006-03-12 Akim Demaille <akim@lrde.epita.fr>
7426
7427 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Fix the definition
7428 of AT_NAME_PREFIX when %name-prefix is not used.
7429
aa08666d
AD
74302006-03-12 Akim Demaille <akim@lrde.epita.fr>
7431
7432 Apply --prefix to C++ skeletons too: they change the namespace.
7433 The test suite already exercize these cases.
7434 * data/c++.m4 (b4_namespace): New.
7435 * data/lalr1.cc, data/glr.cc, data/location.cc: Use it instead of `yy'.
7436 * data/lalr1.cc (yytnameerr_): Move its definition into the namespace.
7437 * data/yacc.c, data/glr.c: Remove a useless `[]'.
7438 * doc/bison.texinfo: Document it.
7439 (Option Cross Key): Use @multitable in all formats. It looks
7440 nicer, even in TeX outputs.
7441 (Rules): Use the same code whatever the output type is.
7442 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS)
7443 (_AT_BISON_OPTION_POPDEFS): Support AT_NAME_PREFIX.
7444 * tests/calc.at: Use it, instead of hard coding `yy'.
91e3ac9a 7445
45567173
AD
74462006-03-10 Akim Demaille <akim@lrde.epita.fr>
7447
7448 * TODO: Remove dead items.
7449
e9d8f881 74502006-03-10 Akim Demaille <akim@lrde.epita.fr>
55ba27be
AD
7451
7452 * doc/FAQ: Remove, merged into...
7453 * doc/bison.texinfo (FAQ): this.
7454 * doc/Makefile.am (EXTRA_DIST): Adjust.
7455
c095d689
AD
74562006-03-10 Akim Demaille <akim@lrde.epita.fr>
7457
7458 * data/c.m4 (b4_token_enum): Always define the enum of tokens,
7459 even if empty.
7460 * data/lalrl1.cc, data/glr.cc (parser::token_type): New.
7461 * doc/bison.texinfo (Calc++ Scanner): Use it.
7462
6e0f8287
PE
74632006-03-09 Paul Eggert <eggert@cs.ucla.edu>
7464
7465 Fix two nits reported by twlevo, plus one more that I discovered.
7466
7467 * src/assoc.h (assoc_to_string): Give a name to the arg, as
7468 this is the usual Bison style.
7469 * src/location.h (location_print): Likewise.
7470
7471 * src/reader.h (token_name): Likewise.
7472
d6b771c3
PE
74732006-03-08 Paul Eggert <eggert@cs.ucla.edu>
7474
7475 Fix some nits reported by twlevo.
7476 * doc/FAQ: Remove ancient Y2K FAQ, replacing it with "secure"
7477 and "POSIX". Use more-modern syntax for URLs. Mention C++
7478 and ask for Java. Don't hardwire OS version numbers. Add
7479 copyright notice.
7480 * m4/.cvsignore: Add unistd_h.m4, for latest gnulib.
7481 * src/conflicts.c (solved_conflicts_obstack): Now static.
7482
1e137b71
JD
74832006-03-08 Joel E. Denny <jdenny@ces.clemson.edu>
7484
7485 * doc/bison.texinfo (Introduction): Mention GLR and C++ as on the web
7486 page. Say "you can use it" not "you may use it" as on the web page;
7487 we're describing capabilities not granting permission.
7488
73f2e47e
PE
74892006-03-06 Paul Eggert <eggert@cs.ucla.edu>
7490
6d05403d
PE
7491 * data/glr.c (yyresolveLocations): Rename local variables to avoid
7492 shadowing warnings. Use usual patter for iterating through RHS.
7493 * tests/glr-regression.at
7494 (Uninitialized location when reporting ambiguity):
7495 Modify yylex so that it uses its argument, rather than trying
7496 to rely on ARGSUSED (which doesn't work for gcc with warnings).
7497 const char -> char const.
7498
73f2e47e
PE
7499 * tests/Makefile.am ($(srcdir)/package.m4, maintainer-check-valgrind):
7500 Don't use tabs inside commands; it messes up 'ps'.
7501 Problem reported by twlevo.
7502
8710fc41
JD
75032006-03-06 Joel E. Denny <jdenny@ces.clemson.edu>
7504
7505 * tests/glr-regression.at (Uninitialized location when reporting
7506 ambiguity): New test case.
7507 * data/glr.c (yyresolveLocations): New function, which uses
7508 YYLLOC_DEFAULT.
7509 (yyresolveValue): Invoke yyresolveLocations before reporting an
7510 ambiguity.
7511 * doc/bison.texinfo (Default Action for Locations): Note
7512 YYLLOC_DEFAULT's usage for ambiguity locations.
7513 (GLR Semantic Actions): Cross-reference those notes.
7514
ae952af2
JD
75152006-03-04 Joel E. Denny <jdenny@ces.clemson.edu>
7516
7517 * tests/glr-regression.at (Leaked semantic values when reporting
7518 ambiguity): Remove unnecessary union and type declarations.
7519 (Leaked lookahead after nondeterministic parse syntax error): New test
7520 case.
7521 * data/glr.c (yyparse): Check for zero stacks remaining before
7522 attempting to shift the lookahead so that you don't lose it.
7523
35ee866a
JD
75242006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
7525
7526 Avoid memory leaks by not invoking longjmp in yyreportAmbiguity.
7527 * tests/glr-regression.at (Leaked semantic values when reporting
7528 ambiguity): New test case.
7529 * data/glr.c (yyreportAmbiguity): Invoke yyyerror directly and return
7530 yyabort rather than invoking yyFail, which invokes longjmp. Remove the
7531 now unnecessary yystackp parameter.
7532 (yyresolveValue): Return yyreportAmbiguity's result. Now the necessary
7533 destructors can be called.
7534
7535 * tests/glr-regression.at: Don't invoke bison with `-t' unnecessarily
7536 in existing testcases.
7537
520181ab
JD
75382006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
7539
7540 Don't leak semantic values for parent RHS when a user action cuts the
7541 parser, and clean up related code a bit.
7542 * tests/glr-regression.at (Leaked merged semantic value if user action
35ee866a
JD
7543 cuts parse): Rename to...
7544 (Leaked semantic values if user action cuts parse): ... this. Add check
520181ab
JD
7545 for leaked parent RHS values.
7546 * data/glr.c (yydestroyGLRState): In debugging output, distinguish
7547 between an unresolved state (non-empty chain of semantic options) and
7548 an incomplete one (signaled by an empty chain).
ae952af2 7549 (yyresolveStates): Document the interface. Move all manipulation of a
520181ab
JD
7550 successfully or unsuccessfully resolved yyGLRState to...
7551 (yyresolveValue): ... here so that yyresolveValue always leaves a
7552 yyGLRState with consistent data and thus is easier to understand.
7553 Remove the yyvalp and yylocp parameters since they are always just
7554 taken from the yys parameter. When reporting a discarded merged value
7555 in debugging output, note that it is incompletely merged. Document the
7556 interface.
7557 (yyresolveAction): If resolving any of the RHS states fails, destroy
7558 them all rather than leaking them. Thus, as long as user actions are
7559 written to clean up the RHS correctly, yyresolveAction always cleans up
7560 the RHS of a semantic option. Document the interface.
7561
18d9185c
PE
75622006-02-27 Paul Eggert <eggert@cs.ucla.edu>
7563
7564 * data/glr.c (yyexpandGLRStack): Catch an off-by-one error that
7565 led to a segmentation fault in GNU Pascal. Problem reported
7566 by Waldek Hebisch.
7567
841a7737
JD
75682006-02-21 Joel E. Denny <jdenny@ces.clemson.edu>
7569
7570 * doc/bison.texinfo (Mid-Rule Actions): Explain how to bury a
7571 mid-rule action inside a nonterminal symbol in order to declare a
7572 destructor for its semantic value.
7573
fc3f467f
PE
75742006-02-16 Paul Eggert <eggert@cs.ucla.edu>
7575
7576 * data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE) && !
7577 YYSTACK_USE_ALLOCA && ! defined YYSTACK_ALLOC && defined
7578 __cplusplus && ! defined _STDLIB_H && !
7579 ((defined YYMALLOC || defined malloc) && (defined YYFREE ||
7580 defined free))]: Include <stdlib.h> rather than rolling our own
7581 declarations of malloc and free, to avoid problems with
7582 incompatible declarations (using 'throw') C++'s stdlib.h. This
7583 should fix Debian bug 340012
7584 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=340012>,
7585 reported by Guillaume Melquiond.
7586
a3af26dd
PE
75872006-02-13 Paul Eggert <eggert@cs.ucla.edu>
7588
4d7bc38c
PE
7589 * NEWS: Clarify symbols versus types in unused-value warnings.
7590
a3af26dd
PE
7591 * configure.ac (AC_INIT): Bump version number.
7592
4e26c69e
PE
75932006-02-13 Paul Eggert <eggert@cs.ucla.edu>
7594
7595 * NEWS: Version 2.1a.
7596 * tests/headers.at (AT_TEST_CPP_GUARD_H): Declare yyerror and yylex,
7597 since C99 requires this.
7598
498e897c
PE
75992006-02-11 Paul Eggert <eggert@cs.ucla.edu>
7600
7601 * m4/c-working.m4: New file.
7602 * configure.ac (BISON_TEST_FOR_WORKING_C_COMPILER): Use it.
7603
57bb17ca
PE
76042006-02-10 Paul Eggert <eggert@cs.ucla.edu>
7605
7606 * Makefile.maint: Merge from coreutils.
7607
0be105dc
PE
76082006-02-09 Paul Eggert <eggert@cs.ucla.edu>
7609
7610 More portability fixes for problems summarized by Nelson H. F. Beebe.
7611
7612 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Catch a
7613 configuration screwup "./configure CC=/opt/SUNWspro/bin/c89
7614 CFLAGS="-xarch=generic64" CXX=/opt/SUNWspro/bin/CC
7615 LDFLAGS="-xarch=generic64" with Sun C 5.7 on Solaris 10; this
7616 messes up because C++ code is compiled in 32-bit mode but linked
7617 in 64-bit mode.
7618
6fc0c024
PE
76192006-02-08 Paul Eggert <eggert@cs.ucla.edu>
7620
7621 More portability fixes for problems summarized by Nelson H. F. Beebe.
7622
7870f699
PE
7623 * doc/bison.texinfo (Calc++ Scanner): Work around a bug in flex
7624 2.5.31. This resembles the 2005-10-10 patch to src/scan-skel.l.
7625
6fc0c024
PE
7626 * examples/calc++/Makefile.am (check_PROGRAMS): Renamed from
7627 nodist_PROGRAMS, since we don't need to actually compile the
7628 example if we're just doing a plain 'make'. This avoids bothering
7629 the installer unnecessarily about problems due to weird C++
7630 compilers.
7631
fe6c2fde
PE
76322006-02-06 Paul Eggert <eggert@cs.ucla.edu>
7633
7634 More portability fixes for problems summarized by Nelson H. F. Beebe.
7635
7636 * tests/headers.at (AT_TEST_CPP_GUARD_H): Use #include <...> rather
7637 than #include "...", and compile with -I'.'. The old method was
7638 not portable, according to Posix and the C standard, and it does
7639 not work with Sun C 5.7, where previous #line directives affect
7640 the working directory used in later #include "..." directives.
7641
927b425b
JMG
76422006-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
7643
7644 Various DJGGP specific issues in /djgpp
7645
d9735e9e
PE
76462006-02-02 Paul Eggert <eggert@cs.ucla.edu>
7647
7648 More portability fixes for problems summarized by Nelson H. F. Beebe.
7649
7650 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check that
7651 '#include <map>' works and that you can apply ++ to iterators.
7652
5a6755af
PE
76532006-02-01 Paul Eggert <eggert@cs.ucla.edu>
7654
67a0dc4f
PE
7655 Work around portability problems summarized by Nelson H. F. Beebe in
7656 <http://lists.gnu.org/archive/html/bug-bison/2005-09/msg00021.html>.
7657
8c86f0ef
PE
7658 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
7659 that '#include <string>' works.
7660
de35dd59
PE
7661 * data/lalr1.cc (yytranslate_): No longer inline, to work around a
7662 porting problem to g++ 3.4.3 on Darwin 7.9.0, where g++ complained
7663 "warning: sorry: semantics of inline function static data `const
7664 unsigned char translate_table[262]' are wrong (you'll wind up with
7665 multiple copies)".
7666
67a0dc4f
PE
7667 * lib/bbitset.h (struct bitset_vtable): Rename members not, and,
7668 or, xor to not_, and_, or_, and xor_, respectively. This works
7669 around a bug in GCC 3.4.3 on Irix 6.5, which apparently has a
7670 random system header somewhere that includes the equivalent of
7671 <iso646.h>.
7672
5a6755af
PE
7673 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that "$CC
7674 -E" works; it apparently doesn't work with PathScale EKO Compiler
67a0dc4f 7675 Suite Version 2.0.
5a6755af 7676
3f001415
JD
76772006-01-30 Joel E. Denny <jdenny@ces.clemson.edu>
7678
7679 During deterministic GLR operation, user actions should be able to
7680 influence the parse by changing yychar. To make this easier to fix and
7681 to make glr.c easier to evolve in general, don't maintain yytoken in
7682 parallel with yychar; just compute yytoken when needed.
7683 * tests/glr-regression.at (Incorrect lookahead during deterministic
7684 GLR): Check that setting yychar in a user action has the intended
7685 effect.
7686 * data/glr.c (yyGLRStack): Remove yytokenp member.
7687 (yyclearin): Don't set *yytokenp.
7688 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Examine
7689 yychar rather than *yytokenp to determine the current lookahead.
7690 Compute yytoken locally when needed.
7691 (yyparse): Likewise. Remove the local yytoken that yytokenp used to
7692 point to.
7693
7694 * doc/bison.texinfo (Bison Options): Remove stray sentence fragment
7695 after `--report' documentation.
7696
e2a8c0f5
PE
76972006-01-30 Paul Eggert <eggert@cs.ucla.edu>
7698
7699 * src/parse-gram.y (grammar_declaration): Location of printer
7700 symbol is @1, not list->location. Bug reported by twlevo.
7701 * tests/input.at (Incompatible Aliases): Adjust to above change.
7702
6b702268
PE
77032006-01-29 Paul Eggert <eggert@cs.ucla.edu>
7704
27622431
PE
7705 * tests/input.at (AT_CHECK_UNUSED_VALUES): Remove. Instead, do
7706 all the test at once. This makes the output easier to read in the
7707 normal case.
7708
6b702268
PE
7709 Fix a longstanding bug uncovered by bro-0.9a9/src/parse.y, which I
7710 got from <http://bro-ids.org/download.html>. The bug is that
7711 when two actions appeared in succession, the second one was
7712 scanned before the first one was added to the grammar rule
7713 as a midrule action. Bison then output the incorrect warning
7714 "parse.y:905.17-906.36: warning: unused value: $3".
7715 * src/parse-gram.y (BRACED_CODE, action): These are no longer
7716 associated with a value.
7717 (rhs): Don't invoke grammar_current_rule_action_append.
7718 (action): Invoke it here instead.
7719 * src/reader.c (grammar_midrule_action): Now extern.
7720 (grammar_current_rule_action_append): Don't invoke
7721 grammar_midrule_action; that is now the scanner's job.
7722 * src/reader.h (last_string, last_braced_code_loc):
7723 (grammar_midrule_action): New decls.
7724 * src/scan-gram.l (last_string): Now extern, sigh.
7725 (last_braced_code_loc): New extern variable.
7726 (<INITIAL>"{"): Invoke grammar_midrule_action if the current
7727 rule already has an action.
7728 (<SC_BRACED_CODE>"}"): Set last_braced_code_loc before returning.
7729 * tests/input.at (AT_CHECK_UNUSED_VALUES):
7730 Add some tests to check that the above changes fixed the bug.
7731
d40ba6c2
PE
77322006-01-27 Paul Eggert <eggert@cs.ucla.edu>
7733
7734 * src/reader.c (symbol_should_be_used): Renamed from symbol_typed_p.
7735 All used changed. Check whether the symbol has a destructor,
7736 not whether it is typed.
7737 * tests/input.at (AT_CHECK_UNUSED_VALUES): Add a destructor, so
7738 that the values are still reported as unused. All line numbers
7739 adjusted.
7740
401aace6
PE
77412006-01-23 Paul Eggert <eggert@cs.ucla.edu>
7742
7743 Work around a bug in bro 0.8, which underparenthesizes its
7744 definition of YYLLOC_DEFAULT.
7745 * data/glr.c: Change all uses of YYLLOC_DEFAULT to parenthesize
7746 their arguments.
7747 * data/lalr1.cc: Likewise.
7748 * data/yacc.cc: Likewise.
7749
06f01bc4
PE
77502006-01-22 Paul Eggert <eggert@cs.ucla.edu>
7751
401aace6
PE
7752 Work around a bug in Pike 7.0, and give the Pike folks a
7753 better way to override the usual int widths.
7754 * data/yacc.c (b4_int_type): Use yytype_uint8, etc., so that the
7755 user can override the types.
7756 (short): #undef, to work around a bug in Pike 7.0.
7757 (yytype_uint8, yytype_int8, yytype_uint16, yytype_int16): New types.
7758 (union yyalloc.yyss): Use yytype_int16 rather than short.
7759 All uses changed.
7760 (yysigned_char): Remove.
7761 * src/parse-gram.y (YYTYPE_UINT8, YYTYPE_INT8, YYTYPE_UINT16):
7762 (YYTYPE_INT16): New macros, to test the new facility in yacc.c.
7763 * tests/regression.at (Web2c Actions): Adjust to above changes.
7764
7765 * src/reader.c (check_and_convert_grammar): New function.
7766 (reader): Close the input file even if something went wrong during
7767 parsing. Minor file descriptor leak reported by twlevo.
7768
06f01bc4
PE
7769 * src/assoc.c (assoc_to_string): Use a default: abort (); case
7770 to pacify gcc -Wswitch-default.
7771 * src/scan-gram.l (adjust_location): Use a default: break; case
7772 to pacify gcc -Wswitch-default.
7773 * src/scan-skel.h (skel_get_lineno, skel_get_in, skel_get_out):
7774 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
7775 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
7776 Move these decls to scan-skel.l, since they don't need to be
7777 visible elsewhere.
7778 * src/scan-skel.l: Accept the above decls.
7779 (skel_lex): New decl, to pacify GCC when unpatched flex 2.5.31
7780 is used.
7781
02650b7f
PE
77822006-01-21 Paul Eggert <eggert@cs.ucla.edu>
7783
7784 * Makefile.cfg (local-checks-to-skip): Add changelog-check,
7785 since we don't want to insist on a version number at the start
7786 of the changelog every time.
7787 * Makefile.maint: Sync from coreutils a bit better.
7788 (sc_trailing_blank): Renamed from sc_trailing_space.
7789 All uses changed.
7790 (sc_no_if_have_config_h, sc_require_config_h):
7791 (sc_prohibit_assert_without_use): New rules.
7792 (sc_obsolete_symbols): Don't catch Makefile.maint itself.
7793 (sc_dd_max_sym_length): Fix leading spaces in rule.
7794 (sc_system_h_headers): Prefix with @.
7795 (sc_useless_cpp_parens, m4-check): Output line numbers.
7796 (changelog-check): Allow version only in head.
7797 * data/c.m4: Use "defined FOO" instead of "defined (FOO)", to
7798 satisfy new Makefile.maint rule.
7799 * data/glr.c: Likewise.
7800 * data/glr.cc: Likewise.
7801 * data/lalr1.cc: Likewise.
7802 * data/yacc.c: Likewise.
7803 * lib/ebitsetv.c: Likewise.
7804 * lib/lbitset.c: Likewise.
7805 * lib/subpipe.c: Likewise.
7806 * lib/timevar.c: Likewise.
7807 * src/system.h: Likewise.
7808 * data/yacc.c (YYSTYPE): Don't generate trailing spaces in output.
7809 * djgpp/Makefile.maint: Add copyright notice.
7810 * djgpp/README.in: Likewise.
7811 * djgpp/config.bat: Likewise.
7812 * djgpp/config.site: Likewise.
7813 * djgpp/config_h.sed: Likewise.
7814 * djgpp/djunpack.bat: Likewise.
7815 * djgpp/config.sed: Fix copyright notice to match standard format.
7816 * djgpp/subpipe.h: Likewise.
7817 * lib/bitsetv-print.c: Likewise.
7818 * lib/bitsetv.c: Likewise.
7819 * lib/subpipe.h: Likewise.
7820 * lib/timevar.c: Likewise.
7821 * lib/timevar.h: Likewise.
7822 * djgpp/subpipe.c: Use standard recipe for config.h.
7823 * lib/abitset.c: Likewise.
7824 * lib/bitset.c: Likewise.
7825 * lib/bitset_stats.c: Likewise.
7826 * lib/bitsetv-print.c: Likewise.
7827 * lib/bitsetv.c: Likewise.
7828 * lib/ebitsetv.c: Likewise.
7829 * lib/get-errno.c: Likewise.
7830 * lib/lbitset.c: Likewise.
7831 * lib/subpipe.c: Likewise.
7832 * lib/timevar.c: Likewise.
7833 * lib/vbitset.c: Likewise.
7834 * tests/local.at: Likewise.
7835 * src/scan-gram.l: Don't include verify.h, since system.h does
7836 that for us.
7837 * .x-sc_require_config_h: New file.
7838 * .x-sc_unmarked_diagnostics: New file.
7839
287c78f6
PE
78402006-01-20 Paul Eggert <eggert@cs.ucla.edu>
7841
287c78f6
PE
7842 Be a bit more systematic about using 'abort'.
7843 * lib/abitset.c (abitset_test): Remove ATTRIBUTE_UNUSED; not needed.
7844 * lib/bitset.c (bitset_bytes, bitset_init, bitset_op4_cmp):
7845 Put 'default: abort ();' before some other case, to satisfy older
7846 pedantic compilers.
7847 * lib/bitset_stats.c (bitset_stats_init): Likewise.
7848 * lib/ebitset.c (ebitset_elt_find, ebitset_op3_cmp): Likewise.
7849 * lib/lbitset.c (lbitset_elt_find, lbitset_op3_cmp): Likewise.
7850 * src/conflicts.c (resolve_sr_conflict): Likewise.
68cae94e
PE
7851 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str):
7852 (get_decision_str, get_orientation_str, get_node_alignment_str):
7853 (get_arrow_mode_str, get_crossing_type_str, get_view_str):
7854 (get_linestyle_str, get_arrowstyle_str): Likewise.
7855 * src/conflicts.c (resolve_sr_conflict):
7856 Use a default case rather than one for the one remaining enum
7857 value, to catch invalid enum values as well.
7858 * src/lalr.c (set_goto_map, map_goto):
7859 Prefer "assert (FOO);" to "if (!FOO) abort ();".
7860 * src/nullable.c (nullable_compute, token_definitions_output):
7861 Likewise.
7862 * src/reader.c (packgram, reader): Likewise.
7863 * src/state.c (transitions_to, state_new, state_reduction_find):
7864 Likewise.
7865 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias):
7866 (symbol_pack): Likewise.
7867 * src/tables.c (conflict_row, pack_vector): Likewise.
287c78f6
PE
7868 * src/scan-skel.l (QPUTS): Remove unnecessary parens.
7869 (BASE_QPUTS, "@output ".*\n): Remove unnecessary asserts.
68cae94e
PE
7870 * src/system.h: Don't include <assert.h>.
7871 (assert): New macro.
7872
7873 * doc/bison.texinfo (Prologue, Rules, Actions, Union Decl, Action Decl):
7874 (Destructor Decl, Parser Function, Pure Calling):
7875 Describe rules for braces inside C code more carefully.
287c78f6 7876
c66dfadd
PE
78772006-01-19 Paul Eggert <eggert@cs.ucla.edu>
7878
c21493b8
PE
7879 Fix some porting glitches found by Nelson H. F. Beebe.
7880 * lib/abitset.c (abitset_resize): Rewrite to avoid warnings from
7881 compilers that don't understand that abort () does not return.
7882 * src/state.c (transitions_to): Likewise.
7883 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
7884 that '#include <cstdlib>' works.
7885 * src/system.h (INT8_MIN, INT16_MIN, INT32_MIN, INT8_MAX):
7886 (INT16_MAX, UINT8_MAX, INT32_MAX, UINT16_MAX, UINT32_MAX):
7887 #undef if ! defined __STDC_VERSION__ || __STDC_VERSION__ < 199901,
7888 for the benefit of some pre-C99 compilers.
7889
b6e3facf
PE
7890 * bootstrap: Undo changes to gnulib files that autoreconf made.
7891
c66dfadd
PE
7892 Minor fixups to get 'make maintainer-check' to work.
7893 * configure.ac: Don't use -Wnested-externs, as it's incompatible
7894 with the new verify.h implementation.
7895 * data/c.m4 (b4_yy_symbol_print_generate): YYUSE (yyoutput).
7896 * data/glr.c (YYUSE): Depend on __GNUC__ as well.
7897 * data/yacc.c (YYUSE): Likewise.
7898 * data/lalr1.cc (yysyntax_error_): YYUSE (yystate).
7899 * lib/subpipe.c (end_of_output_subpipe): The args are unused.
7900 * src/parse-gram.y (declaration): Don't pass a string constant
7901 to a function that expects char *, since GCC might complain
7902 about the constant value.
7903 * src/reader.c (symbol_typed_p): Add parens to pacify GCC.
7904 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): #undef yylloc and yylval
7905 before #defining them.
7906 * tests/glr-regression.at
7907 (Incorrectly initialized location for empty right-hand side in GLR):
7908 In yyerror, use the msg arg.
7909 (Corrupted semantic options if user action cuts parse):
7910 (Incorrect lookahead during deterministic GLR):
7911 (Incorrect lookahead during nondeterministic GLR):
7912 Don't name a local var 'index'; it shadows string.h's 'index'.
7913
ed94ef2a
AD
79142006-01-19 Akim Demaille <akim@epita.fr>
7915
7916 * tests/calc.at (_AT_DATA_CALC_Y): Initialize the whole initial
7917 location, not just parts of it.
7918
e9ad4aec
PE
79192006-01-18 Paul Eggert <eggert@cs.ucla.edu>
7920
d6ca7905
PE
7921 * NEWS: Document the fact that multiple %unions are now allowed.
7922 * doc/bison.texinfo (Union Decl): Likewise.
51cbef6f
PE
7923 * TODO: This feature is now implemented, so remove it from
7924 the wishlist.
d6ca7905 7925
ef1b70e0
PE
7926 * Makefile.maint: Merge with coreutils Makefile.maint.
7927 (CVS_LIST): Use build-aux version if available.
7928 (VERSION_REGEXP): New macro.
7929 (syntax-check-rules): Add sc_no_if_have_config_h,
7930 sc_prohibit_assert_without_use, sc_require_config_h,
7931 sc_useless_cpp_parens.
7932 (sc_obsolete_symbols): Check for O_NDELAY.
7933 (sc_dd_max_sym_length): Track coreutils.
7934 (sc_unmarked_diagnostics): Look in all files, not just *.c.
7935 (sc_useless_cpp_parens): New rule.
7936 (news-date-check): Look for version or today's date.
7937 (changelog-check): Don't require version number near head.
7938 (copyright-check): Use current year instead of hardwiring 2005.
7939 (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
7940 (announcement): Add --gpg-key-ID.
7941
7942 * djgpp/config.sed: Add copyright notice, and replace "filesystem"
7943 with "file system".
7944
2073ce56 7945 Avoid undefined behavior that addressed just before the start of an
e9ad4aec
PE
7946 array. Problem reported by twlevo.
7947 * src/reader.c (packgram): Prepend a new sentinel before ritem.
7948 * src/lalr.c (build_relations): Rely on new sentinel.
7949 * src/gram.c (gram_free): Adjust to new sentinel.
7950
b7691f15
JD
79512006-01-12 Joel E. Denny <jdenny@ces.clemson.edu>
7952
7953 * data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses to
7954 yylookaheadNeeds. All uses updated.
7955 (yysplitStack): Rename local yynewLookaheadStatuses to
7956 yynewLookaheadNeeds.
7957 * data/glr-regression.at (Incorrect lookahead during nondeterministic
7958 GLR): In comments, change `lookahead status' to `lookahead need'.
7959
ddee1b06
PH
79602006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
7961
7962 * data/glr.c (yysplitStack): A little stylistic rewrite.
7963
12f4614d
PH
79642006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
7965
7966 * data/glr.c (yyaddDeferredAction): Flesh out the comment.
7967
32c29292
JD
79682006-01-11 Joel E. Denny <jdenny@ces.clemson.edu>
7969
7970 * doc/bison.texinfo: Fix some typos.
7971 (GLR Semantic Actions): New subsection discussing special
7972 considerations because GLR semantic actions might be deferred.
7973 (Actions): Mention look-ahead usage of yylval.
7974 (Actions and Locations): Mention look-ahead usage of yylloc.
7975 (Special Features for Use in Actions): Add YYEOF entry and mention it
7976 in the yychar entry.
7977 In the yychar entry, remove mention of the local yychar case (pure
7978 parser) since this is irrelevant information when writing semantic
148d66d8 7979 actions and since it's already discussed in `Table of Symbols' where
32c29292
JD
7980 yychar is otherwise described as an external variable.
7981 In the yychar entry, don't call it the `current' look-ahead since it
7982 isn't when semantic actions are deferred.
7983 In the yychar and yyclearin entries, add note about deferred semantic
7984 actions.
7985 Add yylloc and yylval entries discussing look-ahead usage.
7986 (Look-Ahead Tokens): When discussing yychar, don't call it the
7987 `current' look-ahead, and do mention yylval and yylloc.
7988 (Error Recovery): Cross-reference `Action Features' when mentioning
7989 yyclearin.
148d66d8 7990 (Table of Symbols): In the yychar entry, don't call it the `current'
32c29292
JD
7991 look-ahead.
7992 In the yylloc and yylval entries, mention look-ahead usage.
7993
de366a2f 79942006-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
2781dbd1
JD
7995
7996 * tests/glr-regression.at: Update copyright year to 2006.
7997
bf70fa87
JD
79982006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
7999
8000 * data/glr.c (yyGLRStateSet): Add yybool* yylookaheadStatuses member to
8001 use during nondeterministic operation to track which stacks have
8002 actually needed the current lookahead.
8003 (yyinitStateSet, yyfreeStateSet, yyremoveDeletes, yysplitStack):
8004 Allocate, deallocate, resize, and otherwise shuffle space for
8005 yylookaheadStatuses in parallel with yystates member of yyGLRStateSet.
8006 (yysplitStack, yyprocessOneStack, yyparse): Set lookahead status
8007 appropriately during nondeterministic operation.
8008 (yySemanticOption): Add int yyrawchar, YYSTYPE yyval, and YYLTYPE yyloc
8009 members to store the current lookahead to be used by the deferred
8010 user action.
8011 (yyaddDeferredAction): Add size_t yyk parameter specifying the stack
8012 from which the RHS is taken. Set the lookahead members of the new
8013 yySemanticOption according to the lookahead status for stack yyk.
8014 (yyglrShiftDefer, yyglrReduce): Pass yyk parameter on to
8015 yyaddDeferredAction.
8016 (yyresolveAction): Set yychar, yylval, and yylloc to the lookahead
8017 members of yySemanticOption before invoking yyuserAction, and then set
8018 them back to their current values afterward.
8019 (yyparse): Set yychar = YYEMPTY where yytoken = YYEMPTY.
8020 (yyreportAmbiguity): Add /*ARGSUSED*/ to pacify lint.
8021 * tests/glr-regression.at: Remove `.' from the ends of recent test case
8022 titles for consistency.
8023 (Leaked merged semantic value if user action cuts parse): In order to
8024 suppress lint warnings, use arguments in merge function, and assign
8025 char value < 128 in main.
8026 (Incorrect lookahead during deterministic GLR): New test case.
8027 (Incorrect lookahead during nondeterministic GLR): New test case.
8028
05449a2c
JD
80292006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
8030
de366a2f 8031 * data/c.m4 (b4_yy_symbol_print_generate): In yy_symbol_print, accept
05449a2c
JD
8032 !yyvaluep as signal that no semantic value is available to print.
8033 * data/glr.c (yydestroyGLRState): If state is not resolved, don't try
8034 to print a semantic value.
8035
4158e0a1 80362006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
fd2493f7 8037
4158e0a1
JD
8038 * tests/glr-regression.at: For consistency with my newer test cases,
8039 don't thank myself.
8040
d659304d
JD
80412006-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
8042
8043 * data/glr.c (yyresolveValue): When merging semantic options, if at
8044 least one user action succeeds but a later one cuts the parse, then
8045 destroy the semantic value before returning rather than leaking it.
8046 (yyresolveStates): If a user action cuts the parse and thus
8047 yyresolveValue fails, ignore the (unset) semantic value rather than
8048 corrupting the yyGLRState, and empty the semantic options list since
8049 the user actions should have called all necessary destructors.
8050 Simplify code with YYCHK.
8051 * tests/glr-regression.at (Corrupted semantic options if user action
8052 cuts parse): New test case.
8053 (Undesirable destructors if user action cuts parse): New test case.
8054 Before applying any of this patch, this test case never actually failed
8055 for me... but only because the corrupted semantic options usually
8056 masked this bug.
8057 (Leaked merged semantic value if user action cuts parse): New test
8058 case.
8059
6ec2c0f2
AD
80602006-01-05 Akim Demaille <akim@epita.fr>
8061
8062 * src/reader.c, src/symlist.h, src/symlist.c: s/mid_rule/midrule/.
8063
1b9c21fb
PE
80642006-01-04 Paul Eggert <eggert@cs.ucla.edu>
8065
8066 * data/c.m4 (b4_c_modern): New macro, with a new provision for
8067 _MSC_VER. Problem reported by Cenzato Marco.
8068 (b4_c_function_def): Use it.
8069 * data/yacc.c (YYMODERN_C): Remove. All uses replaced by
8070 b4_c_modern.
8071 (yystrlen, yystpcpy, yyparse): Use b4_c_function... macros rather
8072 than rolling our own.
8073
84866159
AD
80742006-01-04 Akim Demaille <akim@epita.fr>
8075
8076 Also warn about non-used mid-rule values.
8077 * src/symlist.h, src/symlist.c (symbol_list): Add a mid_rule
8078 member.
8079 (symbol_list_new): Adjust.
8080 * src/reader.c (symbol_typed_p): New.
8081 (grammar_rule_check): Use it.
8082 (grammar_midrule_action): Bind a mid-rule LHS to its rule.
8083 Check its rule.
8084 * tests/input.at (AT_CHECK_UNUSED_VALUES): New.
8085 Use it.
8086 * tests/actions.at (Exotic Dollars): Adjust.
8087
378f4bd8
AD
80882006-01-04 Akim Demaille <akim@epita.fr>
8089
8090 * src/reader.c (grammar_midrule_action): If $$ is set in a
8091 mid-rule, move the `used' bit to its lhs.
8092 * tests/input.at (Unused values): New.
8093 * tests/actions.at (Exotic Dollars): Adjust: exp is not typed.
8094
e2a21b6f
PE
80952006-01-03 Paul Eggert <eggert@cs.ucla.edu>
8096
54662697
PE
8097 * doc/bison.texinfo (Bison Options): Say more accurately what
8098 --yacc does.
8099 * src/parse-gram.y (rules_or_grammar_declaration): Don't complain
8100 about declarations in the grammar when in Yacc mode, as POSIX does
8101 not require a diagnostic when the grammar uses extensions.
8102
8103 * src/reduce.c (reduce_grammar): Remove unnecessary cast to bool.
8104
073f9288
PE
8105 Warn about dubious constructions like "%token T T".
8106 Reported by twlevo.
8107 * src/symtab.h (struct symbol.declared): New member.
8108 * src/symtab.c (symbol_new): Initialize it to false.
8109 (symbol_class_set): New arg DECLARING, specifying whether
8110 this is a declaration that we want to warn about, if there
8111 is more than one of them. All uses changed.
8112
1221b78a
PE
8113 * data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c:
8114 Allow multiple %union directives, whose contents concatenate.
8115 * src/parse-gram.y (grammar_declaration): Likewise.
8116 Use muscle_code_grow, so that we don't need stype_line any more.
8117 All uses changed.
8118
8119 * src/muscle_tab.c (muscle_grow): Fix comment.
8120
e2a21b6f
PE
8121 * ChangeLog, data/c.m4, data/glr.c, data/glr.cc, data/location.cc:
8122 * data/yacc.c, src/getargs.c, src/output.c, tests/cxx-type.at:
8123 Update copyright year to 2006.
8124
8f7e3cf9
AD
81252006-01-03 Akim Demaille <akim@epita.fr>
8126
8127 Have glr.cc pass (some of) the calc.at tests.
8128 * data/glr.cc (b4_parse_param_orig): New.
8129 (b4_parse_param): Improve its definition, and bound it more
8130 clearly in the skeleton.
8131 (b4_epilogue): Append, instead of prepending, in order to keep
8132 #line consistency.
8133 Simplify the generation of auxiliary functions: locations and
8134 purity are mandated.
8135 (b4_global_tokens_and_yystype): Honor it.
8136 * data/location.cc (c++.m4): Don't include it.
8137 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Define AT_GLR_CC_IF
8138 and AT_SKEL_CC_IF.
8139 * tests/calc.at (AT_CHECK_CALC): Rely on AT_SKEL_CC_IF instead of
8140 AT_LALR1_CC_IF.
8141 Be sure to initialize the first position's filename.
8142 (AT_CHECK_CALC_LALR1_CC): Add %location and %defines, they are
8143 mandated anyway.
8144 (AT_CHECK_CALC_GLR_CC): New.
8145 Use it to exercise glr.cc as a lalr1.cc drop-in replacement.
8146
3953ed88
AD
81472006-01-02 Akim Demaille <akim@epita.fr>
8148
8149 * src/output.c (output_skeleton): Don't hard wire the inclusion of
8150 c.m4.
0a96ba81 8151 * data/c++.m4, data/glr.c, data/yacc.c: Include c.m4.
3953ed88
AD
8152 * data/glr.cc: Do not include stack.hh.
8153
9ecafbbf
AD
81542006-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
8155
8156 * data/glr.c: Reformat whitespace with tabs.
8157 (b4_lpure_formals): Remove this unused m4 macro.
8158 * tests/cxx-type.at: Reformat whitespace with tabs.
8159 (_AT_TEST_GLR_CXXTYPES): In union Node, rename node_info to nodeInfo
8160 since it's a member. Rename type to isNterm for clarity.
8161
c4d497a0
AD
81622005-12-29 Akim <akim@sulaco.local>
8163
8164 Let glr.cc catch up with symbol_value_print.
8165 * data/glr.cc (b4_yysymprint_generate): Replace by...
8166 (b4_yy_symbol_print_generate): this.
8167 (yy_symbol_print, yy_symbol_value_print): Declare them.
8168
4517da37
PE
81692005-12-28 Paul Eggert <eggert@cs.ucla.edu>
8170
8171 * src/location.h (boundary): Note that a line or column equal
8172 to INT_MAX indicates an overflow.
8173 * src/scan-gram.l: Include verify.h. Don't include get-errno.h.
8174 (rule_length_overflow, increment_rule_length, add_column_width):
8175 New functions.
8176 (<INITIAL>{id}, <SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'"):
8177 (<SC_BRACED_CODE>"}"):
8178 Use increment_rule_length rather than incrementing it by hand.
8179 (adjust_location, handle_syncline): Diagnose overflow.
8180 (handle_action_dollar, handle_action_at):
8181 Fix bug with monstrosities like $-2147483648.
8182 Remove now-unnecessary checks.
8183 (scan_integer): Verify assumptions and remove now-unnecessary checks.
8184 (convert_ucn_to_byte): Verify assumptions.
8185 (handle_syncline): New arg LOC. All callers changed.
8186 Don't store through a value derived from char const * pointer.
8187
8188 * src/reader.c (grammar_rule_check): Rewrite slightly to avoid
8189 GCC warnings.
8190
e3233bf6
PE
81912005-12-27 Paul Eggert <eggert@cs.ucla.edu>
8192
8193 * src/reader.c (grammar_midrule_action, grammar_symbol_append):
8194 Remove unnecessary forward static decls.
8195
8f3596a6
AD
81962005-12-27 Akim Demaille <akim@epita.fr>
8197
8198 * src/reader.c (grammar_current_rule_check): Also check that $$
8199 is used.
8200 Take the rule to check as argument, hence rename as...
8201 (grammar_rule_check): this.
8202 * src/reader.h, src/reader.c (grammar_rule_begin, grammar_rule_end):
8203 Rename as...
8204 (grammar_rule_begin, grammar_rule_end): these, for consistency.
8205 (grammar_midrule_action, grammar_symbol_append): Now static.
8206 * tests/torture.at (input): Don't rely on the default action
8207 being always performed.
8208 * tests/calc.at: "Set" $$ even when the action is "cut" with
8209 YYERROR or other.
8210 * tests/actions.at (Exotic Dollars): Instead of using unused
8211 values, check that the warning is issued.
8212
721be13c
PE
82132005-12-22 Paul Eggert <eggert@cs.ucla.edu>
8214
8215 * NEWS: Improve wording for unused-value warnings.
8216
a0af42fc
AD
82172005-12-22 Akim Demaille <akim@epita.fr>
8218
8219 * data/lalr1.cc, data/yacc.c, data/glr.c, data/c.m4
8220 (b4_yysymprint_generate): Rename as...
8221 (b4_yy_symbol_print_generate): this.
8222 Generate yy_symbol_print instead of yysymprint.
8223 Generate also yy_symbol_value_print, and use it.
8224
affac613
AD
82252005-12-22 Akim Demaille <akim@epita.fr>
8226
721be13c 8227 * NEWS: Warn about unused values.
affac613
AD
8228 * src/symlist.h, src/symlist.c (symbol_list, symbol_list_new): Add
8229 a `used' member.
8230 (symbol_list_n_get, symbol_list_n_used_set): New.
8231 (symbol_list_n_type_name_get): Use symbol_list_n_get.
8232 * src/scan-gram.l (handle_action_dollar): Flag used symbols.
8233 * src/reader.c (grammar_current_rule_check): Check that values are
8234 used.
8235 * src/symtab.c (symbol_print): Accept 0.
8236 * tests/existing.at: Remove the type information.
8237 Empty the actions.
8238 Remove useless actions (beware of mid-rule actions: perl -000
8239 -pi -e 's/\s*\{\}(?=[\n\s]*[|;])//g').
8240 * tests/actions.at (Exotic Dollars): Use unused values.
8241 * tests/calc.at: Likewise.
8242 * tests/glr-regression.at (No users destructors if stack 0 deleted):
8243 Likewise.
8244
8245 * src/gram.c (rule_useful_p, rule_never_reduced_p): Use
8246 rule_useful_p.
8247
9d9b8b70
PE
82482005-12-21 Paul Eggert <eggert@cs.ucla.edu>
8249
8bb4c753
PE
8250 Undo 2005-12-01 tentative license wording change. The wording is
8251 still being reviewed by the lawyers, and we don't want to wait for
8252 them before publishing a test release. For now, revert to the
8253 previous wording.
8254 * NEWS: Undo 2005-12-01 change.
8255 * data/glr.c: Revert to previous license wording.
8256 * data/glr.cc: Likewise.
8257 * data/lalr1.cc: Likewise.
8258 * data/location.cc: Likewise.
8259 * data/yacc.c: Likewise.
8260
9d9b8b70
PE
8261 * NEWS: Reword %destructor vs YYABORT etc.
8262 * data/glr.c: Use American spacing, for consistency.
8263 * data/glr.cc: Likewise.
8264 * data/lalr1.cc: Likewise.
8265 * data/yacc.c: Likewise.
8266 * data/yacc.c: Reformat comments slightly.
8267 * doc/bison.texinfo: Replace "non-" with "non" when that makes sense,
8268 for consistency. Fix some spelling errors and reword recently-included
8269 text slightly.
8270 * tests/cxx-type.at: Cast results of malloc, for C++.
8271
2c3b392a
AD
82722005-12-21 Joel E. Denny <address@hidden>
8273
8274 * tests/cxx-type.at: Construct a tree, count the parents of shared
8275 nodes, and free each node once and only once. Previously, the memory
8276 for semantic values was leaked instead.
8277
d6cff4dc
AD
82782005-12-21 Joel E. Denny <address@hidden>
8279
8280 * data/glr.c (struct yyGLRStack): If pure, add yyval and yyloc members.
8281 (yylval, yylloc): If pure, #define to yystackp->yyval and
8282 yystackp->yyloc similar to yychar and yynerrs.
8283 (yyparse): If pure, remove local yylval and yylloc. Add local
8284 yystackp to accommodate pure definitions of yylval and yylloc.
8285 (b4_lex_param, b4_lyyerror_args, b4_lpure_args): If pure, change
8286 yylvalp and yyllocp to &yylval and &yylloc.
8287 (nerrs, char, lval, lloc): If pure, add #define's for b4_prefix[]
8288 namespace. Previously, nerrs and char were missing, but lval and lloc
8289 weren't necessary.
8290 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Remove
8291 yylvalp and yyllocp parameters since, if pure, these are now always
8292 accessible through yystackp. If not pure, they are still accessible
8293 globally.
8294 * data/glr.c, data/yacc.c (YYLLOC_DEFAULT): Change `if (N)' to
8295 `if (YYID (N))' to pacify lint.
8296
a85284cf
AD
82972005-12-21 Akim Demaille <akim@epita.fr>
8298
8299 YYACCEPT, YYERROR, and YYABORT, as user actions, should not
8300 destroy the RHS symbols of a rule.
8301 * data/yacc.c (yylen): Initialize to 0.
8302 Keep its value to the number of items to possibly shift.
8303 In particular, a regular successful parse that ends on YYFINAL by
8304 a (internal) YYACCEPT must not have yylen != 0.
8305 (yyerrorlab, yyreturn): Pop the RHS.
8306 Reorder a bit to emphasize the `shifting' bits of code.
8307 (YYPOPSTACK): Now accept a number of items to pop.
8308 * data/lalr1.cc: Likewise.
8309 * data/glr.c: Formatting changes.
8310 Use goto instead of fall through.
8311 * doc/bison.texinfo (Destructor Decl): Complete.
8312
d508c281
JMG
83132005-12-20 Juan Manuel Guerrero <juan.guerrero@gmx.de>
8314
8315 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
8316 * djgpp/Makefile.maint: Fix PACKAGE variable computation.
8317 * djgpp/config.bat: Replace every occurence of the file name
8318 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
8319 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
8320 * djgpp/config.sed: Replace every occurence of the file name
8321 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
8322 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
8323 * djgpp/djunpack.bat: DJGPP specific file.
8324 * djgpp/fnchange.lst: DJGPP specific file.
8325 * djgpp/README.in: Add new information about how to unpack the bison
8326 source on MSDOS and other systems which have 8.3 file name restrictions
8327 using djunpack.bat and fnchange.lst.
8328
3e7a2cd9
PE
83292005-12-12 Paul Eggert <eggert@cs.ucla.edu>
8330
8331 * bootstrap (build_cvs_prefix): Remove; unused.
8332 (CVS_PREFIX): Adjust to yesterday's Savannah reorganization
8333 when getting gnulib.
8334
83352005-12-12 "Joel E. Denny" <jdenny@ces.clemson.edu>
8336
8337 * data/glr.c: Reorder typedef declarations for structs to match order
8338 of struct declarations.
8339 Rename yystack everywhere to yystackp except in yyparse where it's not
8340 a pointer.
8341 (yyglrShift): Change parameter YYSTYPE yysval to YYSTYPE* yyvalp for
8342 consistency.
8343 (yyis_table_ninf): Change 0 to YYID (0) to pacify lint.
8344 (yyreportSyntaxError): Add /*ARGSUSED*/ to pacify lint.
8345 (yyparse): Change while (yytrue) to while ( YYID (yytrue)) to pacify
8346 lint.
8347
877519f8
PE
83482005-12-09 Paul Eggert <eggert@cs.ucla.edu>
8349
0eca5a39
PE
8350 * tests/sets.at (Accept): Fix typos in regular expression used to
8351 sed out the final state number.
8352
2cec9080
PE
8353 Work around portability problem on Solaris 10: flex-generated
8354 files include <stdio.h> before <config.h>, which messes up
8355 because the latter defines __EXTENSIONS__. Address the problem
8356 by creating two new little files that include <config.h> first,
8357 then include the flex-generated files. Rewrite everyone else
8358 to include <config.h> first, as well.
8359 * lib/timevar.c: Always include "config.h".
8360 * src/Makefile.am (bison_SOURCES): Replace scan-gram.l with
8361 scan-gram-c.c, and scan-skel.l with scan-skel-c.c.
8362 (EXTRA_bison_SOURCES): New macro.
8363 * src/scan-gram-c.c, src/scan-skel-c.c: New files.
8364 * src/system.h: Don't include config.h.
8365 * src/LR0.c: Include <config.h> first.
8366 * src/assoc.c: Likewise.
8367 * src/closure.c: Likewise.
8368 * src/complain.c: Likewise.
8369 * src/conflicts.c: Likewise.
8370 * src/derives.c: Likewise.
8371 * src/files.c: Likewise.
8372 * src/getargs.c: Likewise.
8373 * src/gram.c: Likewise.
8374 * src/lalr.c: Likewise.
8375 * src/location.c: Likewise.
8376 * src/main.c: Likewise.
8377 * src/muscle_tab.c: Likewise.
8378 * src/nullable.c: Likewise.
8379 * src/output.c: Likewise.
8380 * src/parse-gram.y: Likewise.
8381 * src/print.c: Likewise.
8382 * src/print_graph.c: Likewise.
8383 * src/reader.c: Likewise.
8384 * src/reduce.c: Likewise.
8385 * src/relation.c: Likewise.
8386 * src/state.c: Likewise.
8387 * src/symlist.c: Likewise.
8388 * src/symtab.c: Likewise.
8389 * src/tables.c: Likewise.
8390 * src/uniqstr.c: Likewise.
8391 * src/vcg.c: Likewise.
8392
877519f8
PE
8393 * src/parse-gram.y: Fix minor problems uncovered by lint.
8394 (current_lhs, current_lhs_location): Now static.
8395 (current_assoc): Remove unused variable.
8396
8397 Cleanups so that Bison-generated parsers have less lint.
8398 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate):
8399 Prepend /*ARGSUSED*/, for lint's sake.
8400 * data/glr.c (YYUSE): Properly parenthesize, and use an alternate
8401 definition if 'lint' is defined.
8402 (YYID): New macro (or function, if lint).
8403 All uses of /*CONSTCOND*/0 replaced by YYID(0).
8404 * data/yacc.c: Likewise.
8405 * data/glr.c (yyuserAction, yyuserMerge, yy_reduce_print):
8406 (yyrecoverSyntaxError): Prepend /*ARGSUSED*/.
8407 * data/glr.cc (YYLLOC_DEFAULT): Omit /*CONSTCOND*/ since this code
8408 is C++ only.
8409 * data/lalr1.cc (YYUSE): Just use a cast, since this code is C++ only.
8410 * data/yacc.c (YYSTACK_FREE) [defined YYSTACK_ALLOC]:
8411 Use YYID(0) rather than 0, for lint.
8412 (yystrlen): Rewrite to avoid lint warning about ptrdiff_t overflow.
8413 (yysyntax_error): Rewrite to avoid lint warnings about parenthesization.
8414
f5228370
PE
84152005-12-07 Paul Eggert <eggert@cs.ucla.edu>
8416
8417 * tests/glr-regression.at
8418 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
8419 Close memory leak reported by twlevo.
8420
69ce078b
PE
84212005-12-06 "Joel E. Denny" <jdenny@ces.clemson.edu>
8422
6ff99711
PE
8423 * data/glr.c (yyprocessOneStack, yyparse): Synchronize the shift for
8424 all stacks.
8425 (yyparse): Iterate another stack in order to call user destructors.
69ce078b
PE
8426 * tests/glr-regression.at (No users destructors if stack 0 deleted):
8427 New test case.
8428 (Duplicated user destructor for lookahead): This test now is expected
8429 to succeed.
8430
af3412cd
PE
84312005-12-01 Paul Eggert <eggert@cs.ucla.edu>
8432
32b5b719 8433 * NEWS: Document the following change.
af3412cd
PE
8434 * data/yacc.c: Say "parser skeleton" rather than "file", since
8435 it's no longer just a file.
8436 * data/glr.c: Grant a special exception for C GLR parsers, that
8437 reads like the already-existing exception for C LALR(1) parsers.
8438 * data/glr.cc: Likewise.
8439 * data/lalr1.cc: Likewise.
8440 * data/location.cc: Likewise.
8441 * data/yacc.c: Reword the "written by" statement to clarify that
8442 it was the parser skeleton, not the entire output file.
8443 * data/glr.c: Written by Paul Hilfinger.
8444 * data/glr.cc: Written by Akim Demaille.
8445 * data/lalr1.cc: Likewise.
8446
035aa4a0
PE
84472005-11-18 Paul Eggert <eggert@cs.ucla.edu>
8448
d9963c85
PE
8449 * data/yacc.c (yy_reduce_print, YY_REDUCE_PRINT):
8450 Fix typos in previous change that broke 'make check'.
8451 YY_REDUCE_PRINT cannot be a pseudo-varargs macro; that isn't
8452 supported in C.
8453 * tests/calc.at (_AT_CHECK_CALC,_AT_CHECK_CALC_ERROR):
8454 Don't check NUM-STDERR-LINES, since the output format is fluctuating.
8455 We can revert this once things settle down.
8456
035aa4a0
PE
8457 * src/conflicts.c (conflicts_print): Don't print file name twice
8458 when %expect fails because there were no conflicts.
8459 * doc/bison.texinfo (Expect Decl): Tighten up wording in previous
8460 change.
8461 * tests/conflicts.at (%expect not enough, %expect too much):
8462 (%expect with reduce conflicts): Adjust to new behavior.
8463
84642005-11-18 Akim Demaille <akim@epita.fr>
8465
8466 * src/conflicts.c (conflicts_print): Unsatisfied %expectation are
8467 errors.
8468 * NEWS: Document this.
8469 * doc/bison.texinfo (Expect Decl): Likewise.
8470
d1ff7a7c
AD
84712005-11-16 Akim Demaille <akim@epita.fr>
8472
8473 Generalize the display of semantic values and locations in traces.
8474 * data/glr.c (yy_reduce_print): Fix indices (again).
8475 * data/c++.m4 (b4_rhs_value, b4_rhs_location): Don't expect
8476 literal integers.
8477 * data/lalr1.cc (yyreduce_print): Rename as...
8478 (yy_reduce_print): this.
8479 Display values and locations.
8480 * data/yacc.c (yy_reduce_print): Likewise.
8481 (YY_REDUCE_PRINT): Adjust to pass the required arguments.
8482 (yysymprint): Move higher to be visible from yy_reduce_print).
8483 (yyparse): Adjust.
8484 * tests/calc.at: Adjust the expected length of the traces.
8485
6de5398d
AD
84862005-11-14 Akim Demaille <akim@epita.fr>
8487
8488 * data/glr.c (yy_reduce_print): The loop was quite wrong: type are
8489 from 1 to N, while values and location start at 0.
8490 (b4_rhs_location, b4_rhs_value): Add parens around $1 and $2.
8491
a1373f55
AD
84922005-11-14 Akim Demaille <akim@epita.fr>
8493
8494 * data/glr.c (yy_reduce_print): Fix the $ number.
8495
613d8952
AD
84962005-11-14 Akim Demaille <akim@epita.fr>
8497
8498 "Use" parse parameters.
8499 * data/c.m4 (b4_parse_param_for, b4_parse_param_use): New.
8500 * data/glr.c, data/glr.cc: Use them.
8501 * data/glr.c (YYUSE): Have a C++ definition that supports
8502 non-pointer types.
8503
b2741627
AD
85042005-11-14 Akim Demaille <akim@epita.fr>
8505
8506 * data/glr.c (yyexpandGLRStack): Declare only if defined.
8507
5059b5c8
AD
85082005-11-14 Akim Demaille <akim@epita.fr>
8509
42249483
AD
8510 * data/glr.cc: New.
8511 * data/m4sugar/m4sugar.m4 (m4_prepend): New.
5059b5c8 8512
4626a15d
AD
85132005-11-12 Akim Demaille <akim@epita.fr>
8514
8515 Let position and location be PODs.
8516 * data/location.cc (position::initialize, location::initialize): New.
8517 (position::position, location::location): Define only if
8518 b4_location_constructors is defined.
8519 * data/lalr1.cc (b4_location_constructors): Define it for backward
8520 compatibility.
8521 * doc/bison.texinfo (Initial Action Decl): Use initialize.
8522
85232005-11-12 Akim Demaille <akim@epita.fr>
98ae9643
AD
8524
8525 * data/lalr1.cc: Move the body of the ctor and dtor into the
8526 parser file (instead of the header).
8527 Wrap the implementations in a "namespace yy".
8528
85292005-11-12 Akim Demaille <akim@epita.fr>
8530
8531 Have glr.c include its header file when created.
8532 * data/glr.c (b4_shared_declarations): New.
8533 Output them verbatim in the parser if !%defines, otherwise
8534 output then in the header file, and include it instead.
8535
1989d947
AD
85362005-11-11 Akim Demaille <akim@epita.fr>
8537
8538 * data/glr.c: Comment changes.
8539
85402005-11-11 Akim Demaille <akim@epita.fr>
62b08cfc
AD
8541
8542 When yydebug, report semantic and location values for reductions.
8543 * data/glr.c (yy_reduce_print): Report the semantic values and the
8544 locations.
8545 (YY_REDUCE_PRINT): Adjust.
8546 (yyglrReduce): Use them.
8547 (b4_rhs_value, b4_rhs_location): Remove m4_eval invocations.
8548 * data/c.m4 (b4_yysymprint_generate): Specify the const arguments.
8549 * tests/calc.at (_AT_CHECK_CALC_ERROR): Remove the reduction
8550 traces.
8551
02998094
AD
85522005-11-10 Akim Demaille <akim@epita.fr>
8553
8554 * data/glr.c (yynewGLRStackItem, YY_RESERVE_GLRSTACK): New.
8555 (yyaddDeferredAction, yyglrShift, yyglrShiftDefer): Use them.
8556 (yyexpandGLRStack, YYRELOC): Define only when YYSTACKEXPANDABLE.
8557
5210672f
PE
85582005-11-09 Albert Chin-A-Young <china@thewrittenword.com>
8559
8560 * m4/cxx.m4, examples/Makefile.am: Don't build
8561 examples/calc++ if no C++ compiler is available. (trivial change)
8562
a8991a1d
AD
85632005-11-09 Akim Demaille <akim@epita.fr>
8564
8565 * src/scan-skel.l: Use a couple of asserts.
8566
36b5e963
AD
85672005-11-03 Akim Demaille <akim@epita.fr>
8568
8569 In some (weird) cases, the final state number is incorrect.
8570 Reported by Alexandre Duret-Lutz.
8571 * src/LR0.c (state_list_append): Remove the computation of
8572 final_state.
8573 (save_reductions): Do it here.
8574 (get_state): Alpha conversion.
8575 (generate_states): Use a for loop.
8576 * src/gram.h (item_number_is_rule_number)
8577 (item_number_is_symbol_number): New.
8578 * src/state.c: Use assert.
8579 * src/system.h: Include assert.h.
8580 * tests/sets.at (Accept): New.
8581
44e7ead1
PH
85822005-10-30 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
8583
8584 * data/glr.c (yyfill): Adjust comment.
36b5e963 8585 (yyresolveAction): Initialize default location properly
44e7ead1
PH
8586 for empty right-hand sides.
8587 (yydoAction): Ditto.
8588 Add comment explaining apparently dead code.
36b5e963
AD
8589 * tests/glr-regression.at
8590 (Incorrectly initialized location for empty right-hand side in GLR):
44e7ead1 8591 New test.
36b5e963 8592
e10a80ee
PE
85932005-10-30 Paul Eggert <eggert@cs.ucla.edu>
8594
8595 * bootstrap (cleanup_gnulib): New function. Use it to clean up
8596 gnulib when interrupted. This fixes some race conditions and
8597 works around some portability problems (one noted by Paul
8598 Hilfinger).
8599
067b32ee
AD
86002005-10-22 Akim <akim@epita.fr>
8601
8602 * Makefile.cfg: Adjust to config -> build-aux.
8603 Reported by twledo.
8604
4b367315
AD
86052005-10-21 Akim Demaille <akim@epita.fr>
8606
8607 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Pass
8608 the %parse-params.
8609 * data/glr.c (YY_SYMBOL_PRINT, yydestroyGLRState): Adjust.
8610 * data/yacc.c (b4_Pure_if): Rename as...
8611 (b4_yacc_pure_if): this.
8612 (YY_SYMBOL_PRINT, yyparse): Adjust.
8613 * doc/bison.texinfo: Formatting changes.
8614
24cc23d9
AD
86152005-10-21 Akim Demaille <akim@epita.fr>
8616
8617 Finish the transition config -> build-aux.
8618 * configure.ac, Makefile.am: Use build-aux.
8619 * config/prev-version, config/announce-gen, config/Makefile.am:
8620 Move to...
8621 * build-aux/prev-version, build-aux/announce-gen,
8622 * build-aux/Makefile.am: here.
8623
d4476375
AD
86242005-10-14 Akim Demaille <akim@epita.fr>
8625
8626 * examples/calc++/test: Use set -x only when VERBOSE.
8627
302c0aee
PE
86282005-10-13 Paul Eggert <eggert@cs.ucla.edu>
8629
8630 * NEWS: Bison now warns if it finds a stray `$' or `@' in an action.
8631 * src/scan-gram.l (<SC_BRACED_CODE>[$@]): Implement this.
8632
7625ec2c
AD
86332005-10-13 Akim Demaille <akim@epita.fr>
8634
8635 * src/scan-skel.l: Output the base name parts of the parser and
8636 header file names.
302c0aee 8637 * tests/output.at (AT_CHECK_OUTPUT): Support subdirectories, and
7625ec2c
AD
8638 additional checks.
8639 Use this to exercise C++ outputs in subdirs.
8640 Reported by Oleg Smolsky.
8641
ba0fe3c7
PE
86422005-10-12 Paul Eggert <eggert@cs.ucla.edu>
8643
8644 * data/c.m4 (b4_c_function_def): Look at __C99_FUNC__, not at
8645 __STDC_VERSION__, as IBM cc 7.0 doesn't define the latter either.
8646 Problem reported by John P. Hartmann.
8647 * data/yacc.c (YYMODERN_C): Likewise. Don't define if the user has
8648 already defined it.
8649
9b8a5ce0
AD
86502005-10-12 Akim Demaille <akim@epita.fr>
8651
8652 * src/parse-gram.y (version_check): Exit 63 to please missing
8653 (stands for "version mismatch).
8654 * tests/input.at, doc/bison.texinfo: Adjust.
8655
4f6e011e
PE
86562005-10-10 Paul Eggert <eggert@cs.ucla.edu>
8657
8658 Work around portability problems with Visual Age C compiler
8659 (xlc and xlC_r) reported by John P. Hartmann.
8660 * data/location.cc (initial_column, initial_line): Remove.
8661 All uses replaced by 0 and 1.
8662 * src/scan-gram.l (gram_wrap): Redefine to avoid bug in flex 2.5.31
8663 that xlc complains about.
8664 * src/scan-skel.l (skel_wrap): Likewise.
4d7aa45e 8665 * data/c.m4 (b4_c_function_def): Look at __STDC_VERSION__ as well
ba0fe3c7 8666 as __STDC__.
4d7aa45e
PE
8667 * data/yacc.c (YYMODERN_C): New macro, which also looks at
8668 __STDC_VERSION__. Use it everywhere instead of looking at
8669 __STDC__ and __cplusplus.
4f6e011e 8670
a1b3bf8c
AD
86712005-10-10 Akim Demaille <akim@epita.fr>
8672
8673 * examples/calc++/test: Be quiet unless VERBOSE.
8674
412e44aa
PE
86752005-10-05 Paul Eggert <eggert@cs.ucla.edu>
8676
2a4647a3
PE
8677 * data/c.m4 (yydestruct, yysymprint):
8678 Use YYUSE instead of casting to void.
8679 * data/glr.c (YYUSE): New macro.
8680 (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
8681 Use it instead of rolling our own.
8682 (YYLLOC_DEFAULT, YYCHK, YYDPRINTF, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
8683 (YYCHK1):
8684 Use /*CONSTCOND*/ to suppress lint warnings.
8685 * data/lalr1.cc (YYLLOC_DEFAULT, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
8686 (YY_STACK_PRINT): Use 'false' not '0'.
8687 (YYUSE): New macro.
8688 (yysymprint_, yydestruct_): Use it instead of rolling our own.
8689 * data/yacc.c (YYUSE): New macro.
8690 (YYCOPY, YYSTACK_RELOCATE, YYBACKUP, YYLLOC_DEFAULT):
8691 (YYDPRINTF, YY_SYMBOL_PRINT, YY_STACK_PRINT, YY_REDUCE_PRINT):
8692 (yyerrorlab): Use /*CONSTCOND*/ to suppress lint warnings.
8693
8694
412e44aa
PE
8695 * data/m4sugar/m4sugar.m4 (_m4_map): New macro.
8696 (m4_map, m4_map_sep): Use it. Handle the empty list correctly.
8697
88c6637f
PE
86982005-10-04 Paul Eggert <eggert@cs.ucla.edu>
8699
2f4f028d
PE
8700 Undo the parts of the unlocked-I/O change that substituted
8701 putc or puts for printf. This might hurt performance a bit,
8702 but some people prefer the printf style.
8703 * data/c.m4 (yysymprint): Prefer printf to puts and putc.
8704 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): Remove.
8705 All uses replaced by YYFPRINTF and YYDPRINTF.
8706 * data/yacc.c: Likewise.
8707 * lib/bitset.c (bitset_print): Likewise.
8708 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer printf to
8709 putc and puts.
8710 * lib/lbitset.c (debug_lbitset): Likewise.
8711 * src/closure.c (print_firsts, print_fderives): Likewise.
8712 * src/gram.c (grammar_dump): Likewise.
8713 * src/lalr.c (look_ahead_tokens_print): Likewise.
8714 * src/output.c (escaped_output): Likewise.
8715 (user_actions_output): Break apart two printfs.
8716 * src/parse-gram.y (%printer): Prefer printf to putc and puts.
8717 * src/reduce.c (reduce_print): Likewise.
8718 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
8719 * src/system.h: Include unlocked-io.h rathe than stdio.h.
8720
88c6637f
PE
8721 * data/glr.c (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
8722 Use assignments rather than casts-to-void to suppress
8723 unused-variable warnings. This pacifies 'lint'.
8724 * data/lalr1.cc (yysymprint_, yydestruct_): Use a call to suppress
8725 unused-variable warnings.
8726
fb32e373
JMG
87272005-10-03 Juan Manuel Guerrero <juan.guerrero@gmx.de>
8728
8729 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
8730
edb8f44f
PE
87312005-10-02 Paul Eggert <eggert@cs.ucla.edu>
8732
fb9c0b33
PE
8733 Use unlocked I/O for a minor performance improvement on hosts like
8734 GNU/Linux and Solaris that support unlocked I/O. The basic idea
8735 is to use the gnlib unlocked-io module, and to prefer putc and
8736 puts to printf when either will work (since the latter doesn't
8737 come in an unlocked flavor).
8738 * bootstrap (gnulib_modules): Add unlocked-io.
8739 * data/c.m4 (yysymprint): Prefer puts and putc to printf.
8740 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): New macros.
8741 Prefer them to YYFPRINTF and YYDPRINTF if either will do,
8742 and similarly for puts and putc and printf.
8743 * data/yacc.c: Likewise.
8744 * lib/bitset.c (bitset_print): Likewise.
8745 * lib/bitset.h [USE_UNLOCKED_IO]: Include unlocked-io.h.
8746 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer putc and puts
8747 to printf.
8748 * lib/lbitset.c (debug_lbitset): Likewise.
8749 * src/closure.c (print_firsts, print_fderives): Likewise.
8750 * src/gram.c (grammar_dump): Likewise.
8751 * src/lalr.c (look_ahead_tokens_print): Likewise.
8752 * src/output.c (escaped_output): Likewise.
8753 (user_actions_output): Coalesce two printfs.
2f4f028d 8754 * src/parse-gram.y (%printer): Prefer putc and puts to printf.
fb9c0b33
PE
8755 * src/reduce.c (reduce_print): Likewise.
8756 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
2f4f028d 8757 * src/system.h: Include unlocked-io.h rather than stdio.h.
fb9c0b33 8758
edb8f44f
PE
8759 * data/lalr1.cc: Don't put an unmatched ' in a dnl comment, as
8760 this confuses xgettext.
8761
b50d2359
AD
87622005-10-02 Akim Demaille <akim@epita.fr>
8763
8764 * bootstrap (gnulib_modules): Add strverscmp.
8765 * lib/.cvsignore: Add strverscmp.c, strverscmp.h.
8766 * m4/.cvsignore: Add strverscmp.m4.
8767 * src/parse-gram.y (%require): New token, new rule.
8768 (version_check): New.
8769 * src/scan-gram.l (%require): Adjust.
8770 * tests/input.at (AT_REQUIRE): New.
8771 Use it.
8772 * doc/bison.texinfo (Require Decl): New.
8773 (Calc++ Parser): Use %require.
8774
21667f64
AD
87752005-10-02 Akim Demaille <akim@epita.fr>
8776
8777 * data/location.cc: New.
8778
2b81e969
AD
87792005-10-02 Paul Eggert <eggert@cs.ucla.edu>,
8780 Akim Demaille <akim@epita.fr>
8781
8782 Make sure -odir/foo.cc creates dir/location.hh etc.
8783 * src/files.h (spec_outfile, parser_file_name, spec_name_prefix)
8784 (spec_file_prefix, spec_verbose_file, spec_graph_file)
8785 (spec_defines_file): Now const.
8786 (dir_prefix): New.
8787 (short_base_name): Remove.
8788 * src/files.c: Adjust.
8789 (dirname.h): Include.
8790 (base_name): Don't prototype it.
8791 (finput): Remove, duplicates gram_in.
8792 (full_base_name, short_base_name): Replace by...
8793 (all_but_ext, all_but_tab_ext): these.
8794 (compute_base_names): Rename as...
8795 (compute_file_name_parts): this.
8796 Update to compute the new variables, including dir_prefix.
8797 Adjust dependencies.
8798 * src/output.c (prepare): Output them.
8799 * src/reader.c: Adjust to use gram_in, not finput.
8800 * src/scan-skel.l (@dir_prefix@): New.
8801
ad6a9b97
JMG
88022005-10-02 Juan Manuel Guerrero <juan.guerrero@gmx.de>
8803
8804 * lib/subpipe.c: New function end_of_output_subpipe() added
8805 to allow support for non-posix systems. This is a no-op function
8806 for posix systems.
8807
8808 * lib/subpipe.h: New function end_of_output_subpipe() added
8809 to allow support for non-posix systems. This is a no-op function
8810 for posix systems.
8811
8812 * src/output.c (output_skeleton): Use end_of_output_subpipe() to
8813 handle the lack of pipe/fork functionality on non-posix systems.
8814
8815 * djgpp/Makefile.maint: DJGPP specific file.
8816
8817 * djgpp/README.in: DJGPP specific file.
8818
8819 * djgpp/config.bat: DJGPP specific configuration file.
8820
8821 * djgpp/config.sed: DJGPP specific configuration file.
8822
8823 * djgpp/config.site: DJGPP specific configuration file.
8824
8825 * djgpp/config_h.sed: DJGPP specific configuration file.
8826
8827 * djgpp/subpipe.c: DJGPP specific replacement file for lib/subpipe.c.
8828
8829 * djgpp/subpipe.h: DJGPP specific replacement file for lib/subpipe.h.
8830
fc695704
AD
88312005-10-02 Akim Demaille <akim@epita.fr>
8832
8833 * data/location.cc: New, extract from...
8834 * data/lalr1.cc: here.
8835 (location.hh): Include it after the user prologue, in case the
8836 filename type is defined by the user.
8837 Forward declation location and position before the pre-prologue.
8838 (yyresult_): Rename as...
8839 (yyresult): this, it's a local variable, not an attribute.
8840 * data/Makefile.am (dist_pkgdata_DATA): Adjust.
8841
88422005-10-01 Akim Demaille <akim@epita.fr>
5215c87f
AD
8843
8844 * examples/extexi: Restore the #line generation.
8845
fb9712a9
AD
88462005-09-30 Akim Demaille <akim@epita.fr>,
8847 Alexandre Duret-Lutz <adl@gnu.org>
8848
8849 Move the token type and YYSTYPE in the parser class.
8850 * data/lalr1.cc (stack.hh, location.hh): Include earlier.
8851 (parser::token): New, from the moved free definition of tokens.
8852 (parser::semantic_value): Now a full definition instead of an
8853 indirection to YYSTYPE.
8854 (b4_post_prologue): No longer included in the header file, but
8855 in the implementation file.
8856 * doc/bison.texi (C+ Language Interface): Update.
8857 * src/parse-gram.y: Support unary %define.
8858 * tests/actions.at: Define global_tokens_and_yystype for backward
8859 compatibility until we update the tests.
8860 * tests/calc.at: Idem.
8861 (first_line, first_column, last_line, last_column): Define for lalr1.cc
8862 to simplify the code.
8863
55f0c7b1
PE
88642005-09-29 Paul Eggert <eggert@cs.ucla.edu>
8865
8866 Port to SunOS 4.1.4, which lacks strtoul and strerror.
8867 Ah, the good old days! Problem reported by Peter Klein.
8868 * bootstrap (gnulib_modules): Add strerror, strtoul.
8869 * lib/.cvsignore: Add strerror.c, strtol.c, strtoul.c
8870 * m4/.cvsignore: Add strerror.m4, strtol.m4, strtoul.m4.
8871
fb9712a9 88722005-09-29 Akim Demaille <akim@epita.fr>
d4fb5e3c
AD
8873
8874 * data/c.m4 (b4_error_verbose_if): New.
8875 * data/lalr1.cc: Use it.
8876 (YYERROR_VERBOSE_IF): Remove.
8877 (yyn_, yylen_, yystate_, yynerrs_, yyerrstatus_): Remove as
8878 parser members, replaced by...
8879 (yyn, yylen, yystate, yynerss, yyerrstatus): these parser::parse
8880 local variables.
8881 (yysyntax_error_): Takes the state number as argument.
8882 (yyreduce_print_): Use the argument yyrule, not the former
8883 attribute yyn_.
8884
8a6f72f3
PE
88852005-09-26 Paul Eggert <eggert@cs.ucla.edu>
8886
8887 * bootstrap (gnulib_modules): Add verify.
8888 * lib/.cvsignore: Add verify.h.
8889 * src/getargs.c: Use ARGMATCH_VERIFY rather than verify.
8890 * src/system.h (verify): Remove.
8891 Include verify.h instead.
8892 * src/tables.c (tables_generate): Use new API for 'verify'.
8893
0d50976f
PE
88942005-09-21 Paul Eggert <eggert@cs.ucla.edu>
8895
ebc3737e
PE
8896 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Do not use
8897 local variables whose names begin with 'yy'.
8898 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
8899 Trivial changes from Joel E. Denny.
8900
0d50976f
PE
8901 * bootstrap (gnulib_modules): Remove alloca. Bison doesn't need
8902 it itself.
8903 * src/main.c (main) [C_ALLOCA]: Don't flush alloca'ed memory; we
8904 don't use alloca any more.
8905
8906 * data/yacc.c [YYSTACK_USE_ALLOCA && !defined __GNUC__ && ! defined
8907 __BUILTIN_VA_ARG_INCR && ! defined _AIX && ! defined _MSC_VER &&
62c4328e 8908 defined _ALLOCA_H]: Don't include <stdlib.h>; not needed in this case.
0d50976f
PE
8909 * tests/torture.at (Exploding the Stack Size with Alloca): Adjust
8910 to match yacc.c, to test more hosts.
8911
a05b79df
PE
89122005-09-20 Paul Eggert <eggert@cs.ucla.edu>
8913
55289366
PE
8914 * data/yacc.c (YYSIZE_T): Reindent to make it clearer. This
8915 doesn't affect behavior.
8916 (YYSTACK_ALLOC) [YYSTACK_USE_ALLOCA]: Improve support for
8917 Solaris, AIX, MSC.
8918 (_STDLIB_H): Renamed from YYINCLUDED_STDLIB_H. All uses changed.
8919 This works a bit better with glibc, if user code has already included
8920 stdlib.h.
8921 * doc/bison.texinfo (Bison Parser): Document that users can't
8922 arbitrarily use malloc and free for other purposes. Document
8923 that <alloca.h> and <malloc.h> might be included.
8924 (Table of Symbols): Under YYSTACK_USE_ALLOCA, Don't claim that the
8925 user must declare alloca.
8926
a05b79df
PE
8927 * HACKING (release): Forwarn the Translation Project about
8928 stable releses.
8929
3ab2ca22
AD
89302005-09-20 Akim Demaille <akim@epita.fr>
8931
8932 * data/glr.c: Use b4_token_enums, not b4_token_enums_defines.
8933
a9739e7c
PE
89342005-09-19 Paul Eggert <eggert@cs.ucla.edu>
8935
a702593e
PE
8936 * data/yacc.c (YYSIZE_MAXIMUM): New macro.
8937 (YYSTACK_ALLOC_MAXIMUM): Use it.
8938 (yysyntax_error): New function.
8939 (yyparse) [YYERROR_VERBOSE]: Don't leak memory indefinitely if
8940 multiple syntax errors are reported, and alloca is being used.
8941 Instead, reallocate buffers twice as big each time, so that
8942 we waste at most half the allocated memory. Start with a small
8943 (128-byte) buffer that will suffice in most cases anyway.
8944 Use yysyntax_error to do most of the work.
8945
8946 * doc/bison.texinfo (Error Reporting, Table of Symbols):
8947 yynerrs is the number of errors reported, not the number of
8948 errors encountered.
8949
a9739e7c
PE
8950 * tests/glr-regression.at (Duplicated user destructor for lookahead):
8951 Mark it as expected to fail.
8952 Cast result of malloc; problem reported by twlevo@xs4all.nl.
8953 * tests/actions.at, tests/calc.at, tests/glr-regression.at:
8954 Don't start user-code symbols with "yy", to avoid name space problems.
8955
f479c6c6
AD
89562005-09-19 Akim Demaille <akim@epita.fr>
8957
8958 Remove the traits, failed experiment.
8959 It never proved useful, and anyway because of the current
8960 definition, it was not possible to have several specialization of
8961 this traits, making it useless.
8962 * data/lalr1.cc (yy:traits): Remove.
8963 Inline its definitions in the parser class.
8964
e2586f82
AD
89652005-09-19 Akim Demaille <akim@epita.fr>
8966
8967 * tests/atlocal.in (LIBS): Pass INTLLIBS to address failures on at
8968 least Mac OSX with a /usr/local install of gettext.
8969
2e8cf949
AD
89702005-09-19 Akim Demaille <akim@epita.fr>
8971
8972 * data/lalr1.cc (yyparse): Rename yylooka and yyilooka as yychar
8973 and yytoken for similarity with the other skeletons.
8974
c7fb0b90
AD
89752005-09-19 Akim Demaille <akim@epita.fr>
8976
4e26c69e 8977 * NEWS, configure.ac: update version number to 2.1a.
c7fb0b90 8978
1bd0deda
PE
89792005-09-16 Paul Eggert <eggert@cs.ucla.edu>
8980
8981 * NEWS: Version 2.1.
8982
8983 * NEWS: Remove notice of yytname change, since it was never in an
8984 official release.
8985 * data/glr.c (yydestroyGLRState): Rename local var to avoid shadowing
8986 diagnostic.
8987 * src/output.c (prepare): Likewise.
8988 * data/lalr1.cc (YYERROR_VERBOSE_IF): New macro.
8989 (yysyntax_error_): Use it to avoid GCC warning when YYERROR_VERBOSE
8990 is not defined. This is an awful hack, but it's enough for now.
8991 All callers changed.
8992 * tests/glr-regression-at (make_value): Args are const pointers now,
8993 to avoid GCC warning.
8994 (Duplicated user destructor for lookahead): New test. Currently
8995 skipped. It fails on my host but I'm not sure it'll always fail.
8996
89972005-09-16 Akim Demaille <akim@epita.fr>
c1432f65
AD
8998
8999 * src/symtab.h (struct symbol): Declare the printer and destructor
9000 as const, to avoid accidental calls to free.
9001 (symbol_destructor_set, symbol_printer_set): Adjust.
9002 * src/symtab.c: Adjust.
9003
1bd0deda 90042005-09-16 Akim Demaille <akim@epita.fr>
cf147260
AD
9005
9006 * data/c.m4 (b4_token_enums): New.
9007 (b4_token_defines): Rename as...
9008 (b4_token_enums_defines): this.
9009 (b4_token_defines): New, output only the #defines.
9010 * data/yacc.c, data/glr.c: Adjust.
9011 * data/lalr1.cc: Use b4_token_enums instead of b4_token_enums_defines.
9012 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Define
9013 as default values.
9014
dbcdae2d
AD
90152005-09-16 Akim Demaille <akim@epita.fr>
9016
9017 * data/lalr1.cc (yylex_): Remove, inline its code.
9018 (yyreport_syntax_error_): Remove, replaced by...
9019 (yysyntax_error_): this which returns a string and leaves to the
9020 caller the call to the users' error function.
9021 (yylooka_, yyilooka_, yylval, yylloc, yyerror_range_, yyval, yyloc):
9022 Move from members of the parser object...
9023 (yylooka, yyilooka, yylval, yylloc, yyerror_range, yyval, yyloc):
9024 to local variables of the parse function.
9025
70d8f291
AD
90262005-09-16 Akim Demaille <akim@epita.fr>
9027
9028 * doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF
9029 since it's in Bison's name space.
9030
b47dbebe
PE
90312005-09-15 Paul Eggert <eggert@cs.ucla.edu>
9032
ae199bf1
PE
9033 * data/glr.c (yyresolveValue): Add default case to pacify
9034 gcc -Wswitch-default. Problem reported by twlevo@xs4all.nl.
9035
b47dbebe
PE
9036 * NEWS: Document when yyparse started to return 2.
9037 * doc/bison.texinfo (Parser Function): Document when yyparse
9038 returns 2.
9039
9040 * data/lalr1.cc: Revert part of previous change, as it's incompatible.
9041 (b4_filename_type): Renamed back from b4_file_name_type. All uses
9042 changed.
9043 (class position): file_name -> filename (reverting). All uses changed.
9044
90452005-09-14 Paul Eggert <eggert@cs.ucla.edu>
9046
9047 * examples/calc++/Makefile.am ($(calc_sources_generated)): Don't
9048 do anything if $@ exists. This reverts part of the 2005-07-07
9049 patch.
9050
00292f66
PE
90512005-09-11 Paul Eggert <eggert@cs.ucla.edu>
9052
9053 * Makefile.am (EXTRA_DIST): Do not distribute REFERENCES; it
9054 contains obsolete information and isn't worth distributing as a
9055 separate file anyway.
9056 * data/glr.c [defined YYSETJMP]: Don't include <setjmp.h>.
9057 (YYJMP_BUF, YYSETJMP, YYLONGJMP) [!defined YYSETJMP]: New macros.
9058 All uses of jmp_buf, setjmp, longjmp changed to use these instead.
9059 (yyparse): Abort if user code uses longjmp to throw an unexpected
9060 value.
9061
a420f962
PE
90622005-09-09 Paul Eggert <eggert@cs.ucla.edu>
9063
00292f66
PE
9064 * data/c.m4 (b4_identification): Define YYBISON_VERSION.
9065 Suggested by twlevo@xs4all.nl.
9066
127287e9
PE
9067 * data/glr.c (YYCHK1): Do not assume YYE is in range.
9068 This avoids a diagnostic from gcc -Wswitch-enum.
9069 Problem reported by twlevo@xs4all.nl.
9070
a420f962
PE
9071 * doc/bison.texinfo: Don't use "filename", as per GNU coding
9072 standards. Use "file name" or "file" or "name", depending on
9073 the context.
9074 (Invocation): The output of "bison hack/foo.y" goes to foo.tab.c,
9075 not to hack/foo.tab.c.
9076 (Calc++ Top Level): 2nd arg of main is not const.
48b16bbc
PE
9077 * data/glr.c: b4_filename -> b4_file_name.
9078 * data/lalr1.cc: Likewise. Also, b4_filename_type -> b4_file_name_type.
9079 All uses changed.
9080 (class position): filename -> file_name. All uses changed.
9081 * data/yacc.c: b4_filename -> b4_file_name.
9082 * lib/bitset.h: filename -> file_name in local vars.
9083 * lib/bitset_stats.c: Likewise.
9084 * src/files.c: Likewise.
9085 * src/scan-skel.l ("@output ".*\n): Likewise.
9086 * src/files.c (file_name_split): Renamed from filename_split.
9087 * src/muscle_tab.c (muscle_init): Output b4_file_name, not b4_filename.
a420f962
PE
9088
90892005-09-08 Paul Eggert <eggert@cs.ucla.edu>
9090
9091 * lib/.cvsignore: Add pipe-safer.c, stdio--.h, unistd--.h,
9092 to accommodate latest gnulib.
9093
9094 * tests/glr-regression.at (Duplicate representation of merged trees):
9095 Add casts to pacify g++. Problem reported by twlevo@xs4all.nl.
9096
9097 * bootstrap: Add comment as to why the AM_LANGINFO_CODESET hack is
9098 needed.
9099
42a6501d
PE
91002005-08-26 Paul Eggert <eggert@cs.ucla.edu>
9101
9102 * data/glr.c (yydestroyGLRState): Renamed from yydestroyStackItem.
9103 All uses changed. Invoke user destructor after an error during a
9104 split parse (trivial change from Joel E. Denny).
9105
9106 * tests/glr-regression.at
9107 (User destructor after an error during a split parse): New test case.
9108 Problem reported by Joel E. Denny in:
9109 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00029.html
9110
ef9a1faf
PE
91112005-08-25 Paul Eggert <eggert@cs.ucla.edu>
9112
5b4aaf78
PE
9113 * README-cvs: Give URLs for recommended tools.
9114 Mention Gzip version problem, and bootstrapping issues.
9115 Remove troubleshooting section, as it's somewhat obsolete.
9116
b5240ba5
PE
9117 * bootstrap (no_cache): New var, to accommodate different wget
9118 variants. Use it instead of '-C off'. Problem reported by
9119 twlevo@xs4all.nl.
9120
ef9a1faf
PE
9121 * data/glr.c (yydestroyStackItem): New function.
9122 (yyrecoverSyntaxError, yyreturn): Use it to improve quality of
9123 debugging information. Problem reported by Joel E. Denny.
9124
e6efa9da
AD
91252005-08-25 Akim Demaille <akim@epita.fr>
9126
9127 * tests/local.at (AT_COMPILE_CXX): Pass $LINKS too.
9128
adc90f13
PE
91292005-08-24 Paul Eggert <eggert@cs.ucla.edu>
9130
9131 * data/glr.c (yyrecoverSyntaxError, yyreturn):
9132 Don't invoke destructor on unresolved entries.
9133 * tests/glr-regression.at
9134 (User destructor for unresolved GLR semantic value): New test case.
9135 Problem reported by Joel E. Denny in:
9136 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00016.html
9137
f9315de5
PE
91382005-08-21 Paul Eggert <eggert@cs.ucla.edu>
9139
15d29c1f
PE
9140 * lib/.cvsignore: Remove realloc.c, strncasecmp.c, xstrdup.c.
9141 Add strnlen.c.
9142 * m4/.cvsignore: Remove codeset.m4, gettext.m4, lib-ld.m4,
9143 lib-prefix.m4, po.m4.
9144
dd5f2af2
PE
9145 * data/glr.c (yyreturn): Use "Cleanup:" rather than "Error:"
9146 in yydestruct diagnostic, since it might not be an error.
9147 Problem reported by Joel Denny near end of
9148 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
6250acbd 9149 * data/lalr1.cc (yyerturn): Likewise.
dd5f2af2
PE
9150 * data/yacc.c (yyreturn): Likewise.
9151 * tests/calc.at (_AT_CHECK_CALC_ERROR): Adjust to the above change.
9152
9153 * src/files.c: Remove obsolete FIXME comment.
9154
9155 * data/glr.c (YY_SYMBOL_PRINT): Append a newline, for consistency
9156 with the other templates, and to fix bogus run-on messages such
9157 as the one reported at the end of
9158 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
9159 All callers changed to avoid the newline.
9160 (yyprocessOneStack): Output two lines rather than one, to accommodate
9161 the above change. This changes the debug output format slightly.
9162
f9315de5
PE
9163 * data/glr.c (yyresolveValue): Fix redundant parse tree problem
9164 reported by Joel E. Denny in
9165 <http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00004.html>
9166 (trivial change).
9167 * tests/glr-regression.at (Duplicate representation of merged trees):
9168 New test, from Joel E. Denny in:
9169 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00013.html>.
9170 * THANKS: Add Joel E. Denny.
9171
9172 * configure.ac (AC_INIT): Bump to 2.0c.
9173
04098407
PE
91742005-07-24 Paul Eggert <eggert@cs.ucla.edu>
9175
9176 * NEWS: Version 2.0b.
9177
ca5d2013
PE
9178 * Makefile.am (SUBDIRS): Put examples before tests, so that
9179 "make check" doesn't finish with "All 1 tests passed".
9180
3d54b576
PE
9181 * tests/regression.at (Token definitions): Don't rely on
9182 AT_PARSER_CHECK for data that contains backslashes. It currently
9183 uses 'echo', and 'echo' isn't portable if its argument contains
9184 backslashes. Problem found on OpenBSD 3.4. Also, do not assume
9185 that the byte '\0xff' is not printable in the C locale; it is,
9186 under OpenBSD 3.4 (!). Luckily, '\0x80' through '\0x9e' are
9187 not printable, so use '\0x81' to test.
9188
d53ae497
PE
9189 * data/glr.c (YYOPTIONAL_LOC): Define even if it's not a recent
9190 version of GCC, since the macro is used with non-GCC compilers.
9191
fc01665e
PE
9192 Fix core dump reported by Pablo De Napoli in
9193 <http://lists.gnu.org/archive/html/bug-bison/2005-07/msg00053.html>.
9194 * tests/regression.at (Invalid inputs with {}): New test.
9195 * src/parse-gram.y (token_name): Translate type before using
9196 it as an index.
9197
04098407
PE
9198 * data/glr.c (ATTRIBUTE_UNUSED): Remove, since it infringes on
9199 the user's name space. All uses changed to __attribute__
9200 ((__unused__)).
9201 (yyFail, yyMemoryExhausted, yyreportAmbiguity):
9202 Add __attribute__ ((__noreturn__)).
9203
9204 * etc/clcommit: Remove. We weren't using it, and it failed
9205 "make maintainer-distcheck".
9206 * Makefile.maint: Merge from coreutils.
9207 (CVS_LIST, CVS_LIST_EXCEPT): New macros.
9208 (syntax-check-rules): Change list of rules as described below.
9209 (sc_cast_of_alloca_return_value, sc_dd_max_sym_length):
9210 (sc_file_system, sc_obsolete_symbols, sc_prohibit_atoi_atof):
9211 (sc_prohibit_jm_in_m4, sc_root_tests, sc_tight_scope):
9212 (sc_trailing_space): New rules.
9213 (sc_xalloc_h_in_src): Remove.
9214 (sc_cast_of_argument_to_free, sc_cast_of_x_alloc_return_value):
9215 (sc_space_tab, sc_error_exit_success, sc_changelog):
9216 (sc_system_h_headers, sc_sun_os_names, sc_unmarked_diagnostics):
9217 (makefile-check, po-check, author_mark_check):
9218 (makefile_path_separator_check, copyright-check):
9219 Use grep -n, to make it easier to find violations.
9220 Use CVS_LIST and CVS_LIST_EXCEPT.
9221 (header_regexp, h_re): Remove.
9222 (dd_c): New macro.
9223 (sc_dd_max_sym_length, .re-list, news-date-check): New rules.
9224 (my-distcheck): Use more-modern GCC flags.
9225 (signatures, %.asc): Remove.
9226 (rel-files, announcement): Remove signatures.
9227 Restore old updating code, even though we don't use it, so
9228 that we're the same as coreutils.
9229 (alpha, beta, major): Depend on news-date-check.
9230 Make the upload commands.
9231
9232 * data/c.m4, data/lalr1.cc, data/yacc.c: Normalize white space.
9233 * lib/abitset.h, lib/bbitset.h, lib/bitset.h: Likewise.
9234 * lib/bitset_stats.c, lib/ebitset.h, lib/lbitset.c: Likewise.
9235 * lib/libitset.h, lib/timevar.c, lib/vbitset.h: Likewise.
9236 * src/Makefile.am, src/gram.c, src/muscle_tab.h: Likewise.
9237 * src/parse-gram.y, src/system.h, src/tables.c, src/vcg.c: Likewise.
9238 * src/vcg_defaults.h, tests/cxx-type.at, tests/existing.at: Likewise.
9239 * tests/sets.at: Likewise.
9240
9241 * data/m4sugar/m4sugar.m4: Sync from Autoconf, except that
9242 we comment out the Autoconf version number.
9243 * doc/bison.texinfo (Calc++ Scanner): Don't use atoi, as
9244 it's error-prone and "make maintainer-distcheck" rejects it.
9245
9246 * lib/subpipe.c: Include <fcntl.h> without checking for HAVE_FCNTL_H.
9247 Indent calls to "error" to pacify "make maintainer-distcheck",
9248 when the calls are not intended to be translated.
9249 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't check for fcntl.h.
9250
9251 * src/Makefile.am (DEFS): Use +=, to pacify
9252 "make maintainer-distcheck".
9253 (bison_SOURCES): Add scan-skel.h.
9254 (sc_tight_scope): New rule, from coreutils.
9255
9256 * src/files.c (src_extension, header_extension):
9257 Now static, not extern.
9258 * src/getargs.c (short_options): Likewise.
9259 * src/muscle_tab.c (muscle_table): Likewise.
9260 * src/parse-gram.y (current_class, current_type, current_prec):
9261 Likewise.
9262 * src/reader.c (grammar_end, previous_rule_end): Likewise.
9263 * src/getargs.h: Redo comments to pacify "make maintainer-distcheck".
9264 * src/main.c (main): Cast bindtextdomain and textdomain calls to
9265 void, to avoid warning when NLS is disabled.
9266 * src/output.c: Include scan-skel.h.
9267 (scan_skel): Remove decl, since scan-skel.h does this.
9268 (output_skeleton):
9269 Indent calls to "error" to pacify "make maintainer-distcheck".
9270 * src/print_graph.c: Don't include <obstack.h>, as system.h does this.
9271 * src/reader.h (gram_end, gram_lineno): New decls to pacify
9272 "make maintainer-distcheck".
9273 * src/scan-skel.l (skel_lex, skel_get_lineno, skel_get_in):
9274 (skel_get_out, skel_get_leng, skel_get_text, skel_set_lineno):
9275 (skel_set_in, skel_set_out, skel_get_debug, skel_set_debug):
9276 (skel_lex_destroy, scan_skel): Move these decls to...
9277 * src/scan-skel.h: New file.
9278 * src/uniqstr.c (uniqstr_assert):
9279 Indent calls to "error" to pacify "make maintainer-distcheck".
9280
9281 * tests/Makefile.am ($(srcdir)/package.m4): Use $(VAR),
9282 not @VAR@.
9283
9284 * tests/torture.at: Revamp to avoid misuse of atoi that
9285 "make maintainer-distcheck" complained about.
9286
9287 * examples/extexi (message): Don't print a message more than once,
9288 and omit line-number decoration that makes Emacs compile think
9289 that informative messages are worth worrying about.
9290
92912005-07-22 Paul Eggert <eggert@cs.ucla.edu>
9292
9293 * configure.ac: Update version number.
9294
9295 * Makefile.am (SUBDIRS): Add examples; somehow this got removed
9296 accidentally.
9297 * examples/calc++/calc++-parser.yy: Remove from CVS, as it's
9298 autogenerated by the maintainer.
9299 * examples/calc++/.cvsignore: Add *.yy.
9300
9301 * lib/bitset.c (bitset_alloc): Don't cast xcalloc result.
9302 * lib/bitset_stats.c (bitset_stats_init): Likewise.
9303 * lib/bitsetv.c (bitsetv_alloc): Likewise.
9304
9305 * po/POTFILES.in: Add lib/xalloc-die.c; remove lib/xmalloc.c.
9306
9307 * src/relation.c (relation_transpose): Rewrite to avoid bogus complaint
9308 from maintainer-distcheck about casting the argument of 'free'.
9309
9310 * NEWS: Mention recent yytname changes.
9311 * THANKS: Add Anthony Heading, twlevo@xs4all.nl.
9312
9313 * bootstrap: For translations that have not yet been upgraded to
9314 the new runtime-po domain, prime the pump by extracting the
9315 relevant strings from the obsolete translations. This code can be
9316 removed once the bison-runtime domain has been translated by each
9317 team.
9318
9319 * src/scan-gram.l (<SC_PRE_CODE>.): Don't double-quote token names,
9320 now that token names are already quoted.
9321
9322 Fix problem reported by Anthony Heading.
9323 * data/glr.c (YYTOKEN_TABLE): New macro.
9324 (yytname): Define if YYTOKEN_TABLE.
9325 * data/yacc.c (YYTOKEN_TABLE, yytname): Likewise.
9326 * data/lalr1.cc (YYTOKEN_TABLE, yytname_): Likewise.
9327 (YYERROR_VERBOSE): Define the same way the other skeletons do.
9328 * src/output.c (prepare_symbols): Output token_table_flag.
9329
0ffda363
PE
93302005-07-21 Paul Eggert <eggert@cs.ucla.edu>
9331
9332 * data/glr.c (yyinitGLRStack, yyreturn): Don't call malloc
9333 again if the first call fails.
9334
9335 * data/glr.c (yytnamerr): New function.
9336 (yyreportSyntaxError): Use it to dequote most string literals.
9337 * data/lalr1.c (yytname_): Renamed from yyname_, for compatibility
9338 with other skeletons. All uses changed.
9339 (yytnameerr_): New function.
9340 (yyreport_syntax_error): Use it to dequote most string literals.
9341 * data/yacc.c (yytnamerr): New function.
9342 (yyerrlab): Use it to decode most string literals.
9343 * doc/bison.texinfo (Decl Summary, Calling Convention):
9344 Clarify quoting convention of yytname.
9345 * src/output.c (prepare_symbols): Quote all names. This undoes
9346 the 2005-04-17 change, which is now accomplished (mostly) via
9347 changes in the parsers as described above.
9348 * tests/regression.at (Token definitions, Web2c Actions):
9349 Undo most 2005-04-17 change here, too.
9350
93512005-07-20 Paul Eggert <eggert@cs.ucla.edu>
9352
9353 Fix more problems reported by twlevo@xs4all.nl.
9354 * tests/cxx-type.at: Don't pipe output of ./types through sed to
9355 remove trailing spaces. This loses the exit status of ./types,
9356 and isn't needed since ./types shouldn't be emitting trailing
9357 spaces.
9358 * data/glr.c (yyreturn): Don't pop stack if yyinitStateSet failed,
9359 as the stack isn't valid in that case.
9360
9361 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
9362 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
9363 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
9364 Add declarations to pacify "gcc -Wmissing-prototypes" when flex 2.5.31
9365 is used.
9366 * src/scan-skel.l (skel_get_lineno, skel_get_in, skel_get_out):
9367 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
9368 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
9369 Likewise.
9370
9371 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Work even with
9372 overly-picky compilers that reject 'char *foo = "bar";'.
9373
9374 * src/symtab.c (SYMBOL_ATTR_PRINT, symbol_print): Direct output
9375 to FILE * parameter, not to stderr. This fixes a typo introduced
9376 in the 2005-07-12 change.
9377
9378 * lib/subpipe.c (create_subpipe): Rewrite slightly to avoid
9379 warnings from GCC 4.
9380
9381 * data/glr.c (yyexpandGLRStack, yyaddDeferredAction, yyexpandGLRStack):
9382 (yyglrShiftDefer, yysplitStack):
9383 Remove unused parameters b4_pure_formals. All uses changed.
9384 (yyglrShift): Remove unused parameters b4_user_formals.
9385 All uses changed.
9386 (yyglrReduce): Removed unused parameter yylocp. All uses changed.
9387
6100a9aa
PE
93882005-07-18 Paul Eggert <eggert@cs.ucla.edu>
9389
258b75ca
PE
9390 Destructor cleanups and regularization among the three skeletons.
9391 * NEWS: Document the behavior changes.
9392 * data/glr.c (yyrecoverSyntaxError): Don't bother to pop the
9393 stack before failing, as the cleanup code will do it for us now.
9394 * data/lalr1.cc (yyerrlab): Likewise.
9395 * data/glr.c (yyparse): Pop everything off the stack before
9396 freeing it, so that destructors get called properly.
9397 * data/lalr1.cc (yyreturn): Likewise.
9398 * data/yacc.c (yyreturn): Pop and destroy the start symbol, too.
9399 This is more consistent.
9400 * doc/bison.texinfo (Destructor Decl): Mention more reasons
9401 why destructors might be called. 1.875 -> 2.1.
9402 (Destructor Decl, Decl Summary, Table of Symbols):
9403 Some English-language cleanups for %destructor.
9404 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
9405 Add output line for destructor of start symbol.
9406 * tests/calc.at (AT_CHECK_CALC): Add one to line counts,
9407 because of that same extra output line.
9408
1a059451
PE
9409 * NEWS: Document minor wording changes in diagnostics of
9410 Bison-generated parsers.
9411 * data/glr.c (yyMemoryExhausted): Renamed from yyStackOverflow.
9412 Remove unused formals. All uses changed.
9413 (yyreportAmbiguity): "ambiguity detected" -> "syntax is ambiguous".
9414 (yyparse): Rename yyoverflowlab to yyexhaustedlab.
9415 * data/yacc.c (yyparse): "parser stack overflow" -> "memory exhausted".
9416 Rename yyoverflowab to yyexhaustedlab.
9417 When memory exhaustion occurs during syntax-error reporting,
9418 report it separately rather than in a single diagnostic; this
9419 eases translation.
9420 * doc/bison.texinfo (Memory Management): Renamed from Stack Overflow.
9421 (Memory Exhausted): Renamed from Parser Stack Overflow.
9422 Revamp wording slightly to prefer "memory exhaustion".
9423 * tests/actions.at: "parser stack overflow" -> "memory exhausted".
9424
97460c78
PE
9425 * data/c.m4 (b4_yysymprint_generate): Use YYFPRINTF, not fprintf.
9426
30757c8c
PE
9427 Add i18n support to the GLR skeleton. Partially fix the C++
9428 skeleton; a C++ expert needs to finish this. Remove debugging
9429 msgids; there's little point to having them translated, since they
9430 can be understood only by someone who can read the
9431 (English-language) source code.
9432
9433 Generate runtime-po/bison-runtime.pot automatically, so that we
9434 don't have to worry about garbage getting in that file. We'll
9435 make sure after the next official release that old msgids don't
9436 get lost. See
9437 <http://lists.gnu.org/archive/html/bison-patches/2005-07/msg00119.html>.
9438
9439 * runtime-po/Makefile.in.in, runtime-po/bison-runtime.pot: Remove.
9440 Now auto-generated.
9441 * PACKAGING: Don't claim that Gawk, GCC, Perl use this method yet.
9442 Fix typos in explanations of the runtime file.
9443 * bootstrap: Change gettext keyword from YYI18N to YY_.
9444 Use standard Makefile.in.in in runtime-po, since we'll arrange
9445 for backward-compatible bison-runtime.po files in a different way.
9446 * data/glr.c (YY_): New macro, from yacc.c.
9447 (yyuserAction, yyreportAmbiguity, yyreportSyntaxError, yyparse):
9448 Translate messages intended for users.
9449 (yyreportSyntaxError): Change "virtual memory" to "memory" to match
9450 the wording in the other skeletons. We don't know that the memory
9451 is virtual.
9452 * data/lalr1.cc (YY_): Renamed from _. All uses changed.
9453 Use same method that yacc.c uses.
9454 Don't translate debugging messages.
9455 (yy::yyreport_syntax_error): Put in a FIXME for the i18n stuff;
9456 it doesn't work (yet), and requires C++ expertise to fix.
9457 * data/yacc.c (YY_): Renamed from YY18N. All uses changed.
9458 Move defn to a more logical place, to be consistent with other
9459 skeletons.
9460 Don't translate debugging messages.
9461 Don't assume line numbers fit in unsigned int; use unsigned long fmts.
9462 * doc/bison.texinfo: Mention <libintl.h>. Change glibc cross reference
9463 to gettext cross reference. Add indexing terms. Mention YYENABLE_NLS.
9464 * runtime-po/POTFILES.in: Add data/glr.c, data/lalr1.cc.
9465
ac8c5689
PE
9466 Fix yyerror / yylex test glitches noted by twlevo@xs4all.nl.
9467 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Have yyerror return
9468 void, not int.
9469 * tests/glr-regression.at (Badly Collapsed GLR States):
9470 Likewise.
9471 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
9472 yylex should return 0 at EOF rather than aborting.
9473
6100a9aa
PE
9474 Improve tests for stack overflow in GLR parser.
9475 Problem reported by twlevo@xs4all.nl.
9476 * data/glr.c (struct yyGLRStack): Remove yyerrflag member.
9477 All uses removed.
9478 (yyStackOverflow): Just longjmp, but with value 2 so that caller
9479 can handle the problem.
9480 (YYCHK1): Use goto (a la yacc.c) rather than setting a flag.
9481 (yyparse): New local variable yyresult to record the result.
9482 Use result of setjmp to set it, rather than storing itinto
9483 struct.
9484 (yyDone): Remove label.
9485 (yyacceptlab, yyabortlab, yyoverflowlab, yyreturn): New labels,
9486 to mimic yacc.c. Do not discard lookahead if it's EOF (possible
9487 if YYABORT is used).
9488 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Exit with
9489 yyparse status; put status > 1 into diagnostic.
9490 Check that status==2 works.
9491 * tests/calc.at, tests/cxx-type.at, tests/glr-regression.at:
9492 Use exit status 3 for failure to open (which shouldn't happen).
9493
15f40952
PE
94942005-07-17 Paul Eggert <eggert@cs.ucla.edu>
9495
67fd79c4
PE
9496 * tests/conflicts.at (%nonassoc and eof): Don't exit with status
9497 1 on syntax error; just let yyparse do its thing.
9498 * tests/glr-regression.at (Badly Collapsed GLR States): Likewise.
9499 * tests/torture.at (AT_DATA_STACK_TORTURE): Likewise.
9500 (Exploding the Stack Size with Alloca):
9501 (Exploding the Stack Size with Malloc):
9502 Expect exit status 2, not 1, since the parser is supposed to blow
9503 its stack. Problem reported by twlevo@xs4all.nl.
9504
15f40952
PE
9505 * data/glr.c (yyparse): Don't assume that the initial calls
9506 to YYMALLOC succeed; in that case, yyparse incorrectly returned 0.
9507 Print a stack-overflow message and fail instead.
9508 Initialize the line-number information before creating the stack,
9509 so that the stack-overflow message can report line zero safely.
9510
f32c66b5
PE
95112005-07-14 Paul Eggert <eggert@cs.ucla.edu>
9512
a22ff96f 9513 Fix problems reported by twlevo@xs4all.nl.
e2688cd9
PE
9514 * data/glr.c (YYSTACKEXPANDABLE): Don't define if already defined.
9515 (yyuserMerge): Provide a default case if b4_mergers is empty.
9516 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Define YYSTACKEXPANDABLE.
9517 * tests/glr-regression.at
9518 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
c70fdfcd 9519 Add casts to pacify C++ compilers.
1beb0b24
PE
9520 * tests/glr-regression.at (Improper merging of GLR delayed action
9521 sets): Declare yylex before using it.
f32c66b5 9522 * tests/Makefile.am (maintainer-check-g++): Fix a stray
a22ff96f
PE
9523 $(GXX) that escaped the renaming of GXX to CXX. Remove bogus
9524 test for valgrind; valgrind is independent of g++.
9525 (maintainer-check-posix): Add _POSIX2_VERSION=200112, to check
9526 for compatibility with POSIX 1003.1-2001 (if running coreutils).
9527 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Port to stricter C++.
9528 Use a destructor, so that we can expand the stack. Change
9529 YYSTYPE to char * so that we can free it. Cast result of malloc.
f32c66b5 9530
d741bd1b
PE
95312005-07-13 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
9532
9533 * data/glr.c (yyuserAction): Fix uninitialized variable that caused
9534 a valgrind failure. Problem reported by twlevo@xs4all.nl.
9535
0410a6e0
PE
95362005-07-13 Paul Eggert <eggert@cs.ucla.edu>
9537
9538 * PACKAGING: New file, suggested by Bruno Haible and taken from
9539 similar wording in gettext's PACKAGING file.
9540 * NEWS: Mention PACKAGING.
9541 * Makefile.am (EXTRA_DIST): Add PACKAGING.
9542
f7ab6a50
PE
95432005-07-12 Paul Eggert <eggert@cs.ucla.edu>
9544
baf785db 9545 * NEWS: Document recent i18n improvements.
f7ab6a50
PE
9546 * bootstrap: Get runtime translations into runtime-po.
9547 Create runtime-po files automatically, if possible.
9548 * configure.ac: Invoke BISON_I18N, so that we eat our own dog food.
9549 * data/yacc.c: Rewrite inclusion of <libintl.h> so that ENABLE_NLS
9550 does not infringe on the user's name space.
9551 (YYENABLE_NLS): Renamed from ENABLE_BISON_NLS.
9552 * doc/bison.texinfo (Internationalization): Revamp the English
9553 and Texinfo syntax a bit, to try to make it clearer.
9554 (Bison Options, Option Cross Key): Mention --print-localedir.
9555 * m4/bison-i18n.m4 (BISON_I18N): Rename ENABLE_BISON_NLS to
9556 YYENABLE_NLS. Quote a bit more.
9557 * runtime-po/.cvsignore: New file.
9558 * runtime-po/Makefile.in.in (mostlyclean): Remove *.old.pot.
9559 * runtime-po/Rules-quot: Remove; now created by bootstrap.
9560 * runtime-po/quot.sed: Likewise.
9561 * runtime-po/boldquot.sed: Likewise.
9562 * runtime-po/en@quot.header: Likewise.
9563 * runtime-po/en@boldquot.header: Likewise.
9564 * runtime-po/insert-header.sin: Likewise.
9565 * runtime-po/remove-potcdate.sin: Likewise.
9566 * runtime-po/Makevars: Likewise.
9567 * runtime-po/LINGUAS: Likewise.
9568 * runtime-po/de.po: Likewise; we will rely on the translation project
9569 to maintain this, so "bootstrap" should get it.
0410a6e0 9570 * src/getarg.c (PRINT_LOCALEDIR_OPTION): Let the C compiler determine
f7ab6a50
PE
9571 its value.
9572 * src/main.c (main): Bind the bison-runtime domain, too.
9573
95742005-07-12 Bruno Haible <bruno@clisp.org>
9575
9576 * data/yacc.c: Include <libintl.h> when NLS is enabled.
9577 (YYI18N): Renamed from _. Use dgettext when NLS is enabled.
9578 * po/POTFILES.in: Remove autogenerated file src/parse-gram.c.
9579 * runtime-po: New directory.
9580 * runtime-po/Makefile.in.in: New file, copied from po/, with modified
9581 $(DOMAIN).pot-update rule, so that old messages are never dropped.
9582 * runtime-po/Rules-quot: New file, copied from po/.
9583 * runtime-po/quot.sed: Likewise.
9584 * runtime-po/boldquot.sed: Likewise.
9585 * runtime-po/en@quot.header: Likewise.
9586 * runtime-po/en@boldquot.header: Likewise.
9587 * runtime-po/insert-header.sin: Likewise.
9588 * runtime-po/remove-potcdate.sin: Likewise.
9589 * runtime-po/Makevars: New file.
9590 * runtime-po/POTFILES.in: New file.
9591 * runtime-po/LINGUAS: New file.
9592 * runtime-po/bison-runtime.pot: New file.
9593 * runtime-po/de.po: New file.
9594 * m4/bison.m4: New file.
9595 * Makefile.am (SUBDIRS): Add runtime-po.
9596 (aclocaldir, aclocal_DATA): New variables.
9597 * configure.ac: Add AC_CONFIG_FILES of runtime-po/Makefile.in.
9598 Define aclocaldir.
9599 * src/getargs.c (usage): Document --print-localedir option.
9600 (PRINT_LOCALEDIR_OPTION): New enum item.
9601 (long_options): Add --print-localedir option.
9602 (getargs): Handle --print-localedir option.
9603 * doc/bison.texinfo (Bison Parser): Remove paragraph about _().
9604 (Internationalization): New section.
9605
22dda0f0
AD
96062005-07-12 Akim Demaille <akim@epita.fr>
9607
9608 * src/symtab.h, src/symtab.c (symbol_print): Swap the arguments,
9609 for consistency with the rest of the code.
9610 * src/symlist.h, src/symlist.c (symbol_list_print): Ditto.
9611 Add separators.
9612
82b248ad
AD
96132005-07-12 Akim Demaille <akim@epita.fr>
9614
9615 * src/parse-gram.y: Use %printer instead of YYPRINT.
9616
fa0e9314
AD
96172005-07-12 Akim Demaille <akim@epita.fr>
9618
867a3e00
AD
9619 * src/symtab.h, src/symtab.c (symbol_print): New.
9620 * src/symlist.h, src/symlist.c (symbol_list_print): New.
9621 * src/symlist.c (symbol_list_n_type_name_get): Report the culprit.
9622
96232005-07-12 Akim Demaille <akim@epita.fr>
9624
9625 * data/glr.c (b4_syncline): Fix (swap) the definitions of
fa0e9314
AD
9626 b4_at_dollar and b4_dollar_dollar.
9627
e054b190
PE
96282005-07-11 Paul Eggert <eggert@cs.ucla.edu>
9629
9630 * doc/bison.texinfo (Mystery Conflicts): Add reference to DeRemer
9631 and Pennello's paper.
9632
34160ec4
PE
96332005-07-09 Paul Eggert <eggert@cs.ucla.edu>
9634
407d4a75
PE
9635 * data/yacc.c (yyparse): Undo previous patch. Instead,
9636 set yylsp[0] and yyvsp[0] only if the initial action
9637 sets yylloc and yylval, respectively.
9638
34160ec4
PE
9639 * data/yacc.c (yyparse): In the initial action, set
9640 yylsp[0] and yyvsp[0] rather than yylloc and yylval.
9641 This avoids the use of undefined variables if the initial
9642 action does not set yylloc and/or yylval.
9643
c3d5a4a7
PE
96442005-07-07 Paul Eggert <eggert@cs.ucla.edu>
9645
b34d96c1
PE
9646 * examples/calc++/calc++-driver.cc, examples/calc++/calc++-driver.hh:
9647 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc:
9648 Remove from CVS. These files are automatically generated.
9649 * examples/extexi: Clarify that this file is now part of Bison,
9650 not GNU M4, and that it works with any POSIX-compatible Awk.
9651 * examples/calc++/Makefile.am (run_extexi): Remove; not used.
9652 ($(calc_extracted)): Renamed from $(calc_sources_extracted),
9653 so that we also get calc++-parser.yy. Geneate it.
9654 Use $(AWK), not gawk, since any conforming Awk will do.
9655 Put comment before action, since older 'make' can't handle comment
9656 in action.
9657 $(BUILT_SOURCES): List all built sources, not just some of them.
9658 $(MAINTAINERCLEANFILES): Remove *.stamp, and all built sources.
9659 $($(srcdir)/calc++-parser.stamp): Work even if POSIXLY_CORRECT.
9660 $($(calc_sources_generated)): Remove unnecessary test for existence
9661 of target. (This had a shell syntax error anyway; a stray "x".)
9662 (calc_extracted): List $(srcdir)/calc++-parser.yy, not
9663 calc++-parser.yy.
9664 * examples/.cvsignore, examples/calc++/.cvsignore: New files.
9665
c3d5a4a7
PE
9666 * bootstrap (gnulib_modules): Add gettext, now that it's no longer
9667 implied by the other modules.
9668
828c373b
AD
96692005-07-06 Akim Demaille <akim@epita.fr>
9670
9671 Bind examples/calc++ to the package.
9672 * examples/calc++/Makefile: Remove, replaced by...
9673 * examples/calc++/Makefile.am: ... this new file.
9674 * examples/calc++/test: Remove input.
9675 * examples/calc++/compile: Remove.
9676 * examples/Makefile.am: New.
9677 * configure.ac, Makefile.am: Adjust.
9678 * doc/Makefile.am (clean-local): New, for more recent texi2dvis.
9679
63cb01d6
PE
96802005-07-05 Paul Eggert <eggert@cs.ucla.edu>
9681
fd2df2ed
PE
9682 * data/glr.c (yyFail): Drastically simplify; since the format argument
9683 never had any % directives, we can simply pass it to yyerror.
9684 (yyparse): Use "t a; a=b;" rather than "t a = b;" when a will
9685 be modified later, as that is the usual style in glr.c.
9686 Problems reported by Paul Hilfinger.
9687
63cb01d6
PE
9688 Rewrite GLR parser to catch more buffer overrun, storage exhaustion,
9689 and size overflow errors.
9690 * data/glr.c: Include <stdio.h> etc. after user prolog, not before,
9691 in case the user prolog sets feature-test macros like _GNU_SOURCE.
9692 (YYSIZEMAX): New macro.
9693 (yystpcpy): New function, taken from yacc.c.
9694 (struct yyGLRStack.yyspaceLeft): Now size_t, not int.
9695 (yyinitGLRStack, yyfreeGLRstack): Remove unnecessary forward decls,
9696 so that we don't have to maintain their signatures.
9697 (yyFail): Check for buffer overflow, by using vsnprintf rather
9698 than vsprintf. Allocate a bigger buffer if possible.
9699 Report an error if buffer allocation fails.
9700 (yyStackOverflow): New function.
9701 (yyinitStateSet, yyinitGLRStack): Return a boolean indicating whether
9702 the initialization was successful. It might fail if storage was
9703 exhausted.
9704 (yyexpandGLRStack): Add more checks for storage allocation failure.
9705 Use yyStackOverflow to report failures.
9706 (yymarkStackDeleted, yyglrShift, yyglrShiftDefer, yydoAction):
9707 (yysplitStack, yyprocessOneStack, yyparse, yypstack):
9708 Don't assume stack number fits in int.
9709 (yysplitStack): Check for storage allocation failure.
9710 (yysplitStack, yyprocessOneStack): Add pure_formals, so that we
9711 can print diagnostics on storage allocation failure. All callers
9712 changed.
9713 (yyresolveValue): Use yybool for boolean.
9714 (yyreportSyntaxError): Check for size-calculation overflow.
9715 This code is taken from yacc.c.
9716 (yyparse): Check for storage allocation errors when allocating
9717 the initial stack.
9718
1c59e0a1
AD
97192005-07-05 Akim Demaille <akim@epita.fr>
9720
9721 Extract calc++ from the documentation.
9722 * doc/bison.texinfo (Calc++): Add the extraction marks.
9723 * examples/extexi: New, from the aborted GNU Programming 2E.
9724 Separate the different paragraph of a file with empty lines.
9725 * examples/Makefile: Use it to extract the whole calc++ example.
9726
8a0adb01
AD
97272005-06-24 Akim Demaille <akim@epita.fr>
9728
9729 * doc/bison.texinfo (C++ Parser Interface): Use defcv to define
9730 class typedefs.
9731
12545799
AD
97322005-06-22 Akim Demaille <akim@epita.fr>
9733
9734 * doc/bison.texinfo (C++ Language Interface): First stab.
9735 (C++ Parsers): Remove.
9736
99be0235
AD
97372005-06-22 Akim Demaille <akim@epita.fr>
9738
9739 * data/lalr1.cc (yylex_): Honor %lex-param.
9740
0ffd4fd1
AD
97412005-06-22 Akim Demaille <akim@epita.fr>
9742
9743 Start a set of simple examples.
9744 * examples/calc++/Makefile, examples/calc++/calc++-driver.cc,
9745 * examples/calc++/calc++-driver.hh,
9746 * examples/calc++/calc++-parser.yy,
9747 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc,
9748 * examples/calc++/compile, examples/calc++/test: New.
9749
0925ebb4
PE
97502005-06-09 Paul Eggert <eggert@cs.ucla.edu>
9751
9752 * data/yacc.c (malloc, free) [defined __cplusplus]: Wrap inside
9753 extern "C" {}. This fixes a problem reported by Paul Hilfinger,
9754 which stems from the 2005-05-27 patch.
9755
43d3b664
PH
97562005-06-06 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
9757
9758 * data/glr.c: Modify treatment of unused parameters to permit use
9759 of g++ (which doesn't allow __attribute__ ((unused)) for parameters).
9760
3062864d
PE
97612005-05-30 Paul Eggert <eggert@cs.ucla.edu>
9762
9763 Fix infringement on user name space reported by Janos Zoltan Szabo.
9764 * data/yacc.c (yyparse): strlen -> yystrlen.
9765
989b5b8e
AD
97662005-05-30 Akim Demaille <akim@epita.fr>
9767
9768 * data/lalr1.cc (_): New.
9769 Translate the various messages.
9770
bedf57f5
PE
97712005-05-27 Paul Eggert <eggert@cs.ucla.edu>
9772
9773 Fix infringement on user name space reported by Bruno Haible.
9774 * data/yacc.c (YYSIZE_T): Define first, so that later decls can use it.
9775 Prefer GCC's __SIZE_TYPE__ if available, so that we don't infringe on
9776 the user's name space.
9777 (alloca): Include <stdlib.h> to get it, if it's not built in.
9778 (YYMALLOC, YYFREE): Define only if needed.
9779 (malloc, free): Declare, but only if needed, as this infringes on
9780 the user name space.
9781
4d1801f1
PE
97822005-05-25 Paul Eggert <eggert@cs.ucla.edu>
9783
9784 Fix BeOS, FreeBSD, MacOS porting problems reported by Bruno Haible.
9785 * lib/bitset.c (bitset_print): Don't assume size_t can be printed
9786 with %d format.
9787 * lib/ebitset.c (min, max): Undef before defining.
9788 * lib/vbitset.c (min, max): Likewise.
9789 * lib/subpipe.c (create_subpipe): Save local variables in case
9790 vfork clobbers them.
9791
97922005-05-24 Bruno Haible <bruno@clisp.org>
9793
9794 * tests/synclines.at (AT_SYNCLINES_COMPILE): Add support for the
9795 error message syntax used by gcc-4.0.
9796
b94a9e1e
PE
97972005-05-23 Paul Eggert <eggert@cs.ucla.edu>
9798
85ac3861
PE
9799 * README: Mention m4 1.4.3. Remove obsolete advice about
9800 Sun Forte Developer 6 update 2, VMS, and MS-DOS.
9801
b94a9e1e
PE
9802 * bootstrap: Remove workaround for problem I encountered with
9803 gettext 0.14.1; it seems to be fixed now.
9804
51c30d21
PE
98052005-05-22 Paul Eggert <eggert@cs.ucla.edu>
9806
009ce67d
PE
9807 * NEWS: Version 2.0a.
9808
f2a97c62
PE
9809 * src/files.c: Include "stdio-safer.h"; this fixes a typo in
9810 the previous change.
9811
c8775f93
PE
9812 Various maintainer cleanups.
9813 * .cvsignore: Add a.exe, a.out, b.out,, conf[0-9]*, confdefs*,
9814 conftest*, for benefit of CVS commands run at the same time as
9815 "configure". Add build-aux, since "bootstrap" now creates it and
9816 its subfiles.
9817 * Makefile.cfg (move_if_change): Remove.
9818 * Makefile.maint: Remove the update stuff; we now use "bootstrap".
9819 (ftp-gnu, www-gnu, move_if_change, local_updates, update):
9820 (po_repo, do-po-update, po-update, wget_files, get-targets):
9821 (config.guess-url_prefix, config.sub-url_prefix):
9822 (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
9823 (standards.texi-url_prefix, make-stds.texi-url_prefix, taget, url):
9824 ($(get-targets), cvs-files, automake_repo, wget-update, cvs-update):
9825 Remove.
9826 * configure.ac (AC_CONFIG_AUX_DIR): Change from config to build-aux;
9827 this is now the recommended name.
9828 * config/.cvsignore: Remove config.guess, config.rpath, config.sub,
9829 depcomp, install-sh, mdate-sh, missing, mkinstalldirs, texinfo.tex,
9830 ylwrap. These files now go into build-aux.
9831 * config/move-if-change: Remove.
9832 * config/prev-version.txt: Bump from 1.75 to 2.0.
9833
3ea5f0ec
PE
9834 * bootstrap: Add stdio-safer, unistd-safer modules.
9835 Remove m4/glibc2.m4 (introduced by latest gnulib, but
9836 we don't need it).
9837 * lib/.cvsignore: Add dup-safer.c, fd-safer.c,
9838 fopen-safer.c, stdio-safer.h, unistd-safer.h.
9839 * lib/subpipe.c: Include "unistd-safer.h".
9840 (create_subpipe): Make sure all the newly-created
9841 file descriptors are > 2, so that diagnostics don't
9842 get sent down them (which might cause Bison to hang, in theory).
9843 * m4/.cvsignore: Add stdio-safer.m4, unistd-safer.m4.
9844 * src/files.c (xfopen): Use fopen_safer, not fopen.
9845
51c30d21
PE
9846 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Port
9847 yesterday's yacc.c fix.
9848
cea1469d
PE
98492005-05-21 Paul Eggert <eggert@cs.ucla.edu>
9850
3ea5f0ec
PE
9851 * data/glr.c, data/lalr1.cc: Update copyright date.
9852
cea1469d
PE
9853 Fix a destructor bug reported by Wolfgang Spraul in
9854 <http://lists.gnu.org/archive/html/bug-bison/2005-05/msg00042.html>.
9855 * data/yacc.c (yyabortlab): Don't call destructor, and
9856 don't set yychar to EMPTY.
9857 (yyoverflowlab): Don't call destructor.
9858 (yyreturn): Call destructor, if yychar is neither YYEOF nor YYEMPTY.
9859 * tests/calc.at (AT_CHECK_CALC): Expect one fewer output lines,
9860 since we no longer output the message "discarding lookahead token
9861 end of input ()".
9862
5e6f62f2
PH
98632005-05-20 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
9864
9865 * data/glr.c (YY_SYMBOL_PRINT): Don't print newline at end to
9866 fix a small glitch in debugging output.
9867 (yyprocessOneStack, yyrecoverSyntaxError, yyparse): Print newline
9868 after YY_SYMBOL_PRINT where needed.
9869
9870 (struct yyGLRState): Add some comments.
9871 (struct yySemanticOption): Add some comments.
9872 (union yyGLRStackItem): Add comment.
9873
9874 (yymergeOptionSets): Correct this to properly perform the union,
9875 avoiding infinite reported by Michael Rosien.
9876 Update comment.
9877
9878 * tests/glr-regression.at: Add test for GLR merging error reported
9879 by M. Rosien.
cea1469d 9880
0fb669f9
PE
98812005-05-13 Paul Eggert <eggert@cs.ucla.edu>
9882
9883 * COPYING, ChangeLog, GNUmakefile, HACKING, Makefile.am,
9884 Makefile.cfg, Makefile.maint, NEWS, README, README-alpha,
9885 README-cvs, TODO, bootstrap, configure.ac, data/Makefile.am,
9886 data/README, data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c,
9887 data/m4sugar/m4sugar.m4, doc/Makefile.am, doc/bison.texinfo,
9888 doc/fdl.texi, doc/gpl.texi, doc/refcard.tex, lib/Makefile.am,
9889 lib/abitset.c, lib/abitset.h, lib/bbitset.h, lib/bitset.c,
9890 lib/bitset.h, lib/bitset_stats.c, lib/bitset_stats.h,
9891 lib/bitsetv-print.c, lib/bitsetv-print.h, lib/bitsetv.c,
9892 lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/get-errno.c,
9893 lib/get-errno.h, lib/lbitset.c, lib/lbitset.h, lib/libiberty.h,
9894 lib/main.c, lib/subpipe.c, lib/subpipe.h, lib/timevar.c,
9895 lib/timevar.def, lib/timevar.h, lib/vbitset.c, lib/vbitset.h,
9896 lib/yyerror.c, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4, m4/timevar.m4,
9897 m4/warning.m4, src/LR0.c, src/LR0.h, src/Makefile.am, src/assoc.c,
9898 src/assoc.h, src/closure.c, src/closure.h, src/complain.c,
9899 src/complain.h, src/conflicts.c, src/conflicts.h, src/derives.c,
9900 src/derives.h, src/files.c, src/files.h, src/getargs.c,
9901 src/getargs.h, src/gram.c, src/gram.h, src/lalr.c, src/lalr.h,
9902 src/location.c, src/location.h, src/main.c, src/muscle_tab.c,
9903 src/muscle_tab.h, src/nullable.c, src/nullable.h, src/output.c,
9904 src/output.h, src/parse-gram.c, src/parse-gram.h,
9905 src/parse-gram.y, src/print.c, src/print.h, src/print_graph.c,
9906 src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c,
9907 src/reduce.h, src/relation.c, src/relation.h, src/scan-gram.l,
9908 src/scan-skel.l, src/state.c, src/state.h, src/symlist.c,
9909 src/symlist.h, src/symtab.c, src/symtab.h, src/system.h,
9910 src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h,
9911 src/vcg.c, src/vcg.h, src/vcg_defaults.h, tests/Makefile.am,
9912 tests/actions.at, tests/c++.at, tests/calc.at, tests/conflicts.at,
9913 tests/cxx-type.at, tests/existing.at, tests/glr-regression.at,
9914 tests/headers.at, tests/input.at, tests/local.at, tests/output.at,
9915 tests/reduce.at, tests/regression.at, tests/sets.at,
9916 tests/synclines.at, tests/testsuite.at, tests/torture.at:
9917 Update FSF postal mail address.
9918
51f4735e
PE
99192005-05-11 Paul Eggert <eggert@cs.ucla.edu>
9920
9921 * tests/local.at (AT_COMPILE_CXX): Treat LDFLAGS like AT_COMPILE does.
9922 Problem reported by Ralf Menzel.
9923
80ce3401
PE
99242005-05-01 Paul Eggert <eggert@cs.ucla.edu>
9925
9926 * tests/actions.at: Test that stack overflow invokes destructors.
9927 From Marcus Holland-Moritz.
9928 * data/yacc.c (yyerrlab): Move the code that destroys the stack
9929 from here....
9930 (yyreturn): to here. That way, destructors are called properly
9931 even if the stack overflows, or the user calls YYACCEPT or
9932 YYABORT. Stack-overflow problem reported by Marcus Holland-Moritz.
9933 (yyoverflowlab): Destroy the lookahead.
9934
99352005-04-24 Paul Eggert <eggert@cs.ucla.edu>
9936
9937 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): Add more-descriptive comment.
9938
72f000b0
PE
99392005-04-17 Paul Eggert <eggert@cs.ucla.edu>
9940
9941 * NEWS: Bison-generated C parsers no longer quote literal strings
9942 associated with tokens.
9943 * src/output.c (prepare_symbols): Don't escape strings,
9944 since users don't want to see C escapes.
9945 * tests/calc.at (AT_CHECK_CALC): Adjust to lack of quotes
9946 in diagnostics.
c19683bb 9947 * tests/input.at (Torturing the Scanner): Likewise.
72f000b0
PE
9948 * tests/regression.at (Token definitions, Web2c Actions): Likewise.
9949
1094323f
PE
99502005-04-16 Paul Eggert <eggert@cs.ucla.edu>
9951
9952 * tests/torture.at (AT_INCREASE_DATA_SIZE): Skip the test if
9953 the data size is known to be too small and we can't increase it.
9954 This works around an HP-UX 11.00 glitch reported by Andrew Benham.
9955
ca407bdf
PE
99562005-04-15 Paul Eggert <eggert@cs.ucla.edu>
9957
9958 * src/parse-gram.y: Include quotearg.h.
9959 (string_as_id): Quote $1 before using it as a key, since the
9960 lexer no longer quotes it for us.
9961 (string_content): Don't strip quotes, since lexer no longer
9962 quotes it for us.
9963 * src/scan-gram.l: Include quotearg.h.
9964 ("\""): Omit quote.
9965 ("'"<SC_ESCAPED_CHARACTER>): Quote symbol before using it as
9966 a key, since the rest of the lexer doesn't quote it.
9967 * src/symtab.c (symbol_get): Don't quote symbol; caller does it now.
9968 * tests/regression.at (Token definitions): Check for backslashes
9969 in token strings.
9970
9971 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): New macro.
9972 (YYSIZE_T): Define to unsigned long int when using an older compiler.
9973 (yyparse): Revamp code to generate long syntax error message, to
9974 make it easier to translate, and to avoid problems with arithmetic
9975 overflow. Change "virtual memory" to "memory" in diagnostic, since
9976 we don't know whether the memory is virtual.
9977
1ce59070
PE
99782005-04-13 Paul Eggert <eggert@cs.ucla.edu>
9979
9980 * NEWS: Bison-generated C parsers now use the _ macro to
9981 translate strings.
9982 * data/yacc.c (_) [!defined _]: New macro.
9983 All English strings wrapped inside this macro.
9984 * doc/bison.texinfo (Bison Parser): Document _.
9985 * po/POTFILES.in: Include src/parse-gram.c, since it now
9986 includes translateable strings that parse-gram.y doesn't.
9987
a749a695
PE
99882005-04-12 Paul Eggert <eggert@cs.ucla.edu>
9989
9990 * src/symtab.c (symbol_make_alias): Call symbol_type_set,
9991 reverting the 2004-10-11 change to this function.
9992 (symbol_check_alias_consistency): Don't call symbol_type_set
9993 if the type name is already correct.
9994 * tests/input.at (Typed symbol aliases): New test, from Tim Van Holder.
9995
8fb1053b
PE
99962005-03-25 Paul Eggert <eggert@cs.ucla.edu>
9997
9998 * tests/regression.at (Token definitions): Don't use a token named
9999 c, as that generates a "#define c ..." that runs afoul of buggy
10000 stdlib.h that uses the identifier c as a member of struct
10001 drand48_data. Problem reported by Horst Wente.
10002
ff498c4a
PE
100032005-03-21 Paul Eggert <eggert@cs.ucla.edu>
10004
10005 * bootstrap: Change translation URL from
10006 http://www2.iro.umontreal.ca/~gnutra/po/maint/bison/ to
10007 http://www.iro.umontreal.ca/translation/maint/bison/ to avoid
10008 redirection glitches. Problem reported by twlevo@xs4all.nl.
10009
65211d70
PE
100102005-03-20 Paul Eggert <eggert@cs.ucla.edu>
10011
10012 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Don't put options
10013 after operands; POSIX says this isn't portable for the c99 command.
10014
9577fb1f
PE
100152005-03-18 Paul Eggert <eggert@cs.ucla.edu>
10016
10017 * tests/glr-regression.at (glr-regr2a.y): Try to dump core
10018 immediately if a data overrun has occurred; this may help us track
10019 down what may be a spurious failure on MacOS.
10020
78b178f7
PE
100212005-03-17 Paul Eggert <eggert@cs.ucla.edu>
10022
a2599d0f
PE
10023 Respond to problems reported by twlevo@xs4all.nl.
10024
10025 * bootstrap: Use "trap - 0" rather than the unportable "trap 0".
10026
78b178f7
PE
10027 * src/vcg.h: Comment fix.
10028 * src/vcg_defaults.h: Parenthesize macro bodies to make them safe.
10029 (G_CMAX): Change to -1 instead of INT_MAX.
10030
10031 * data/yacc.c (yyparse): Omit spaces before #line.
78b178f7 10032
7296e729
PE
100332005-03-15 Paul Eggert <eggert@cs.ucla.edu>
10034
10035 * src/tables.c (state_number_to_vector_number): Put it inside an
10036 "#if 0", since it's not currently used. Problem reported by
10037 Roland McGrath.
10038
05ac60f3
PE
100392005-03-06 Paul Eggert <eggert@cs.ucla.edu>
10040
10041 * src/output.c (escaped_output): Renamed from
10042 escaped_file_name_output, since we now use it for symbol tags as
10043 well. All uses changed.
10044 (symbol_destructors_output, symbol_printers_output):
10045 Escape symbol tags too.
10046 Problem reported by Matyas Forstner in
10047 <http://lists.gnu.org/archive/html/bug-bison/2005-03/msg00009.html>.
10048
10049 * src/muscle_tab.c (muscle_code_grow): Don't quote numbers; it's
10050 not needed.
10051 * src/output.c (user_actions_output, token_definitions_output,
10052 symbol_destructors_output, symbol_printers_output): Likewise.
10053 * src/reader.c (prologue_augment): Likewise.
10054 * src/scan-gram.l (handle_action_dollar, handle_action_at): Likewise.
10055
10056 * src/vcg.c (output_edge): Don't quote linestyle arg.
10057 Problem reported by twlevo@xs4all.nl.
10058
7eb453ac
PE
100592005-02-28 Paul Eggert <eggert@cs.ucla.edu>
10060
10061 * doc/bison.texinfo (Semantic Tokens): Fix scoping problem in
10062 example, reported by Derek M Jones. Also, make the example even
10063 more outrageous, to better illustrate how bad the problem is.
10064
4c04c52a
PE
100652005-02-24 Paul Eggert <eggert@cs.ucla.edu>
10066
10067 * doc/bison.texinfo (Mfcalc Symtab): Correct the prototype for
10068 putsym. Typo reported by Sebastian Piping.
10069
a61e1620
PE
100702005-02-23 Paul Eggert <eggert@cs.ucla.edu>
10071
10072 * doc/bison.texinfo (Language and Grammar): some -> same
10073 (Epilogue): int he -> in the
10074 Typos reported by Sebastian Piping via Justin Pence.
10075
9ec93868
PE
100762005-02-07 Paul Eggert <eggert@cs.ucla.edu>
10077
10078 * tests/glr-regression.at (Improper handling of embedded actions
10079 and dollar(-N) in GLR parsers): Renamed from "Improper handling of
10080 embedded actions and $-N in GLR parsers", work around an Autoconf bug
10081 with dollar signs in test names.
10082 * tests/input.at (Invalid dollar-n): Renamed from "Invalid \$n",
10083 for a similar reason.
10084
73ce7e7e
PE
100852005-01-28 Paul Eggert <eggert@cs.ucla.edu>
10086
10087 * src/vcg.c (output_graph): G_VIEW -> normal_view in case someone
10088 wants to redefine G_VIEW.
10089
2e72b98e
PE
100902005-01-27 Paul Eggert <eggert@cs.ucla.edu>
10091
10092 * src/vcg.c (get_view_str): Remove case for normal_view.
10093 Problem reported by twlevo@xs4all.nl.
10094
e0d634e5
PE
100952005-01-24 Paul Eggert <eggert@cs.ucla.edu>
10096
ccf830a4
PE
10097 * configure.ac (O0CFLAGS, O0CXXFLAGS): Fix quoting bug.
10098 Problem reported by twlevo@xs4all.nl.
10099
e0d634e5
PE
10100 * doc/bison.texinfo: Change @dircategory from "GNU programming
10101 tools" to "Software development". Requested by Richard Stallman
10102 via Karl Berry.
10103
7bbc8cb0
PE
101042005-01-23 Paul Eggert <eggert@cs.ucla.edu>
10105
10106 * tests/c++.at (AT_CHECK_DOXYGEN): Don't use options after operands.
10107 Problem reported by twlevo@xs4all.nl.
10108
08b770bc
PE
101092005-01-21 Paul Eggert <eggert@cs.ucla.edu>
10110
10111 * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register"
10112 keyword; it's not needed with modern compilers, and it doesn't
10113 affect correctness with older compilers. Suggested by
10114 twlevo@xs4all.nl.
10115
95f22ad2
PE
101162005-01-17 Paul Eggert <eggert@cs.ucla.edu>
10117
10118 * data/glr.c (yyuserAction): Add "default: break;" case to pacify
10119 gcc -Wswitch-default.
10120 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
10121 * data/yacc.c (yyparse): Likewise.
10122
d229d15c
PE
101232005-01-12 Paul Eggert <eggert@cs.ucla.edu>
10124
10125 * src/system.h (OUTPUT_EXT, TAB_EXT): Define only if not defined
10126 already. Let config.h define any nonstandard values.
10127
ecadd90f
PE
101282005-01-10 Paul Eggert <eggert@cs.ucla.edu>
10129
10130 * tests/calc.at (_AT_DATA_CALC_Y): Use alarm (100), not alarm (10),
10131 for the benefit of slower hosts. Problem reported by
10132 Nelson H. F. Beebe.
10133
213744b5
PE
101342005-01-07 Paul Eggert <eggert@cs.ucla.edu>
10135
10136 * data/yacc.c (yyparse): Pacify non-GCC compilers about yyerrorlab
10137 being defined and not used.
10138 * data/lalr1.cc (yyparse): Likewise.
10139 Use "if (false)" rather than "if (0)".
10140
249d3236
PE
101412005-01-05 Paul Eggert <eggert@cs.ucla.edu>
10142
10143 * TODO: Mention that we should allow NUL bytes in tokens.
10144
987cc1fb
PE
101452005-01-02 Paul Eggert <eggert@cs.ucla.edu>
10146
10147 * src/scan-skel.l (<<EOF>>): Don't close standard output.
10148 Problem reported by Hans Aberg.
10149
08fe02d9
PE
101502005-01-01 Paul Eggert <eggert@cs.ucla.edu>
10151
10152 * src/getargs.c (version): Happy new year; update overall
10153 program copyright date from 2004 to 2005.
10154
10155 * src/scan-skel.l ("@output ".*\n): Don't close standard output.
10156 Problem reported by Hans Aberg.
10157 * tests/output.at (AT_CHECK_OUTPUT): New arg SHELLIO.
10158 (Output file names.): Add a test for the case when standard output
10159 is closed.
10160
010c0266
PE
101612004-12-26 Paul Eggert <eggert@cs.ucla.edu>
10162
10163 * doc/bison.texinfo (@copying): Update FDL version number to 1.2,
10164 to fix an oversight in the Bison 2.0 manual.
10165
da12206a
PE
101662004-12-25 Paul Eggert <eggert@cs.ucla.edu>
10167
10168 * NEWS: Version 2.0. Reformat the existing news items since
10169 1.875, so that related items are grouped together.
3a4734aa 10170 * configure.ac (AC_INIT): Bump version to 2.0.
da12206a
PE
10171 * src/parse-gram.c, src/parse-gram.h: Regenerate with 2.0.
10172
c935d934
PE
10173 * tests/torture.at (Exploding the Stack Size with Alloca): Set
10174 YYSTACK_USE_ALLOCA to 1 if __GNUC__ or alloca are defined;
10175 otherwise, we're not testing alloca. Unfortunately there's no
10176 simple way to consult HAVE_ALLOCA here.
10177
da12206a
PE
10178 * data/lalr1.cc (yydestruct_): Pacify unused variable warning
10179 for yymsg, too.
10180
10181 * src/LR0.c (new_itemsets): Use memset rather than zeroing by
10182 hand. This avoids a warning about comparing int to size_t when
10183 GCC warnings are enabled.
10184
0a2c5137
PE
101852004-12-22 Paul Eggert <eggert@cs.ucla.edu>
10186
d7e14fc0
PE
10187 * NEWS: Bison-generated parsers no longer default to using the
10188 alloca function (when available) to extend the parser stack, due
10189 to widespread problems in unchecked stack-overflow detection.
10190 * data/glr.c (YYMAXDEPTH): Remove undef when zero. It's the user's
10191 responsibility to set it to a positive value. This lets the user
10192 specify a value that is not a preprocessor constant.
10193 * data/yacc.c (YYMAXDEPTH): Likewise.
10194 (YYSTACK_ALLOC): Define only if YYSTACK_USE_ALLOCA is nonzero.
10195 * doc/bison.texinfo (Stack Overflow): YYMAXDEPTH no longer needs
10196 to be a compile-time constant. However, explain the constraints on it.
10197 Also, explain the constraints on YYINITDEPTH.
10198 (Table of Symbols): Explain that alloca is no longer the default.
10199 Explain the user's responsibility if they define YYSTACK_USE_ALLOCA
10200 to 1.
10201
0a2c5137
PE
10202 * doc/bison.texinfo (Location Default Action): Mention that n must
10203 be zero when k is zero. Suggested by Frank Heckenbach.
10204
e019c247
AD
102052004-12-22 Akim Demaille <akim@epita.fr>
10206
10207 * data/lalr1.cc (parser::token_number_type, parser::rhs_number_type)
10208 (parser::state_type, parser::semantic_type, parser::location_type):
10209 Private, not public.
10210 (parser::parse): Return ints, not bool.
10211 Returning a bool introduces a problem: 0 corresponds to false, and
10212 it seems weird to return false on success. Returning true changes
10213 the conventions for yyparse.
10214 Alternatively we could return void and send an exception.
10215 There is no clear consensus (yet?).
10216 (state_stack, semantic_stack, location_stack): Rename as...
10217 (state_stack_type, semantic_stack_type, location_stack_type): these.
10218 Private, not public.
10219 * tests/c++.at: New.
10220 * tests/testsuite.at, tests/Makefile.am: Adjust.
10221
72731bb7
AD
102222004-12-21 Akim Demaille <akim@epita.fr>
10223
10224 * data/lalr1.cc (parser::parse): Return a bool instead of an int.
10225
9a0d8bec
AD
102262004-12-21 Akim Demaille <akim@epita.fr>
10227
10228 Don't impose std::string for filenames.
10229
10230 * data/lalr1.cc (b4_filename_type): New.
10231 (position::filename): Use it.
10232 (parser.hh): Move the inclusion of stack.hh and location.hh below
10233 the user code, so that needed headers for the filename type can be
10234 included first.
72731bb7
AD
10235 Forward declare them before the user code.
10236 * tests/Makefile.am (check-local, installcheck-local): Pass
10237 TESTSUITEFLAGS to the TESTSUITE.
9a0d8bec 10238
99880de5
AD
102392004-12-20 Akim Demaille <akim@epita.fr>
10240
10241 Use more STL like names: my_class instead of MyClass.
10242
10243 * data/lalr1.cc (LocationStack, LocationType, RhsNumberType)
10244 (SemanticStack, SemanticType, StateStack, StateType)
10245 (TokenNumberType, Stack, Slice, Traits, Parser::location)
10246 (Parser::value): Rename as...
10247 (location_stack, location_type, rhs_number_type, semantic_stack)
10248 (semantic_type, state_stack, state_type, token_number_type, stack)
10249 (slice, traits, parser::yylloc, parser::yylval): these.
10250
10251 * tests/calc.at, tests/regression.at, tests/actions.at: Adjust.
10252
9bec482e
PE
102532004-12-19 Paul Eggert <eggert@cs.ucla.edu>
10254
10255 * data/glr.c (YYLLOC_DEFAULT): Use GNU spacing conventions.
10256 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
10257
f6fbd3da
PE
102582004-12-17 Paul Eggert <eggert@cs.ucla.edu>
10259
10260 Remove uses of 'short int' and 'unsigned short int'. This raises
10261 some arbitrary limits. It uses more memory but nowadays that's
10262 not much of an issue.
10263
10264 This change does not affect the generated parsers; that's a different
10265 task, as some users will want to conserve memory there.
10266
10267 Ideally we should use size_t to represent all object counts, and
10268 something like ptrdiff_t to represent signed differences of object
10269 counts; but that will require more code-cleanup than I have the
10270 time to do right now.
10271
10272 * src/LR0.c (allocate_itemsets, new_itemsets, save_reductions):
10273 Use size_t, not int or short int, to count objects.
10274 * src/closure.c (nritemset, closure): Likewise.
10275 * src/closure.h (nritemset, closure): Likewise.
10276 * src/nullable.c (nullable_compute): Likewise.
10277 * src/print.c (print_core): Likewise.
10278 * src/print_graph.c (print_core): Likewise.
10279 * src/state.c (state_compare, state_hash): Likewise.
10280 * src/state.h (struct state): Likewise.
10281 * src/tables.c (default_goto, goto_actions): Likewise.
10282
10283 * src/gram.h (rule_number, rule): Use int, not short int.
10284 * src/output.c (prepare_rules): Likewise.
10285 * src/state.h (state_number, STATE_NUMBER_MAXIMUM, transitions,
10286 errs, reductions): Likewise.
10287 * src/symtab.h (symbol_number, SYMBOL_NUMBER_MAXIMUM, struct symbol):
10288 Likewise.
10289 * src/tables.c (vector_number, tally, action_number,
10290 ACTION_NUMBER_MINIMUM): Likewise.
10291 * src/output.c (muscle_insert_short_int_table): Remove.
10292
efeed023
AD
102932004-12-17 Akim Demaille <akim@epita.fr>
10294
10295 * data/lalr1.cc: Extensive Doxygenation.
10296 (error_): Rename as...
10297 (error): this, since it is visible to the user.
10298 Adjust callers.
10299 (Parser::message): Now an automatic variable from...
10300 (Parser::yyreport_syntax_error_): here.
10301 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust to
10302 Parser::error.
10303 * tests/input.at: Escape $.
10304
bc82c5a5
PE
103052004-12-16 Paul Eggert <eggert@cs.ucla.edu>
10306
10307 * data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location):
10308 Parenthesize rhs to avoid obscure problems with mistakes like
10309 "foo$$bar = foo$1bar;". Problem reported by twlevo at xs4all.
10310 * data/lalr1.cc (b4_lhs_value, b4_rhs_value, b4_lhs_location,
10311 b4_rhs_location): Likewise.
10312 * data/yacc.c (b4_lhs_value, b4_rhs_value, b4_lhs_location,
10313 b4_rhs_location): Likewise.
10314
fd19f271
AD
103152004-12-16 Akim Demaille <akim@epita.fr>
10316
10317 * data/lalr1.cc (yyreport_syntax_error_): Catch up with glr.c and
10318 yacc.c: be sure to stay within yycheck_.
10319 * tests/actions.at: Re-enable C++ tests.
10320
10454ea4
AD
103212004-12-16 Akim Demaille <akim@epita.fr>
10322
10323 * src/print_graph.c (print_graph): Remove layoutalgorithm uses for
10324 real.
10325
c5b95ccf
AD
103262004-12-16 Akim Demaille <akim@epita.fr>
10327
10328 Use #define to handle the %name-prefix.
10329
10330 * data/glr.c, data/yacc.c: Comment changes.
10331 * data/lalr1.cc (yylex): Use #define to select the name of yylex,
10332 so that one can refer to yylex in the parser file, and have it
10333 renamed, as is the case with other skeletons.
10334
617a8f12
AD
103352004-12-16 Akim Demaille <akim@epita.fr>
10336
10337 Move lalr1.cc internals into yy*.
10338
10339 * data/lalr1.cc (semantic_stack_, location_stack_, state_stack_)
10340 (semantic_stack_, location_stack_, pact_, pact_ninf_, defact_)
10341 (pgoto_, defgoto_, table_, table_ninf_, check_, stos_, r1_, r2_)
10342 (name_, rhs_, prhs_, rline_, token_number_, eof_, last_, nnts_)
10343 (empty_, final_, terror_, errcode_, ntokens_)
10344 (user_token_number_max_, undef_token_, n_, len_, state_, nerrs_)
10345 (looka_, ilooka_, error_range_, nerrs_):
10346 Rename as...
10347 (yysemantic_stack_, yylocation_stack_, yystate_stack_)
10348 (yysemantic_stack_, yylocation_stack_, yypact_, yypact_ninf_)
10349 (yydefact_, yypgoto_, yydefgoto_, yytable_, yytable_ninf_)
10350 (yycheck_, yystos_, yyr1_, yyr2_, yyname_, yyrhs_, yyprhs_)
10351 (yyrline_, yytoken_number_, yyeof_, yylast_, yynnts_, yyempty_)
10352 (yyfinal_, yyterror_, yyerrcode_, yyntokens_)
10353 (yyuser_token_number_max_, yyundef_token_, yyn_, yylen_, yystate_)
10354 (yynerrs_, yylooka_, yyilooka_, yyerror_range_, yynerrs_):
10355 these.
10356
1e547e6e
PE
103572004-12-15 Paul Eggert <eggert@cs.ucla.edu>
10358
10359 Fix some problems reported by twlevo at xs4all.
10360 * src/symtab.c (symbol_new): Report an error if the input grammar
10361 contains too many symbols. This is better than calling abort() later.
10362 * src/vcg.h (enum layoutalgorithm): Remove. All uses removed.
10363 (struct node, struct graph):
10364 Rename member expand to stretch. All uses changed.
10365 (struct graph): Remove member layoutalgorithm. All uses removed.
10366 * src/vcg.c (get_layoutalgorithm_str): Remove. All uses removed.
10367 * src/vcg_defaults.h (G_STRETCH): Renamed from G_EXPAND.
10368 All uses changed.
10369 (N_STRETCH): Rename from N_EXPAND. All uses changed.
10370
735d6bd4
AD
103712004-12-15 Akim Demaille <akim@epita.fr>
10372
10373 * data/lalr1.cc: Normalize /** \brief ... */ to ///.
10374 Add more Doxygen comments.
10375 (symprint_, stack_print_, reduce_print_, destruct_, pop)
10376 (report_syntax_error_, translate_): Rename as...
10377 (yysymprint_, yystack_print_, yyreduce_print_, yydestruct_)
10378 (yypop_, yyreport_syntax_error_, yytranslate_): this.
10379
2e1f5829
AD
103802004-12-15 Akim Demaille <akim@epita.fr>
10381
10382 * data/lalr1.cc (lex_): Rename as...
10383 (yylex_): this.
10384 Move the trace here.
10385 Take the %name-prefix into account.
10386 Reported by Alexandre Duret-Lutz.
10387
a3cb6248
AD
103882004-12-15 Akim Demaille <akim@epita.fr>
10389
10390 Simplify the C++ parser constructor.
10391
10392 * data/lalr1.cc (debug_): Rename as...
10393 (yydebug_): so that the parser's internals are always in the yy*
10394 pseudo namespace.
10395 Adjust uses.
10396 (b4_parse_param_decl): Remove the leading comma as it is now only
10397 called as unique argument list.
10398 (Parser::Parser): Remove the constructor accepting a location and
10399 an initial debugging level.
10400 Remove from the other ctor the argument for the debugging level.
10401 (debug_level_type, debug_level, set_debug_level): New.
10402
10403 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust
10404 constructor calls.
10405
07fed891
AD
104062004-12-15 Akim Demaille <akim@epita.fr>
10407
10408 Remove b4_root related material: failure experiment
a3cb6248 10409 (which goal was to allow to derive from a class).
07fed891
AD
10410
10411 * data/lalr1.cc (b4_root, b4_param, b4_constructor): Remove
10412 definitions and uses.
10413
e603eaa5
PE
104142004-12-14 Paul Eggert <eggert@cs.ucla.edu>
10415
10416 * data/glr.c (struct yyGLRStack): yyerror_range now has 3 items,
10417 not 2, since it's not portable to subtract 1 from the start of an
10418 array. The new item 0 is never set or used. All uses changed.
10419
10420 (yyrecoverSyntaxError): Use YYLLOC_DEFAULT instead of assuming
10421 the default definition of YYLLOC_DEFAULT. Problem reported
10422 by Frank Heckenbach.
10423
fafb007d
PE
104242004-12-12 Paul Eggert <eggert@cs.ucla.edu>
10425
10426 * data/glr.c (YYRHSLOC): Don't have two definitions, one for
10427 the normal case and one for the error case. Just use the
10428 first one uniformly. Problem reported by Frank Heckenbach.
10429 (YYLLOC_DEFAULT): Use the conventions of yacc.c, so we can
10430 use exactly the same macro in both places.
10431 (yyerror_range): Now of type yyGLRStackItem, not YYLTYPE,
10432 so that the normal-case YYRHSLOC works for the error case too.
10433 All uses changed.
10434 * data/yacc.c (YYRHSLOC): New macro, taken from glr.c.
10435 (YYLLOC_DEFAULT): Use the same macro as glr.c.
10436 * doc/bison.texinfo (Location Default Action): Don't claim that
10437 we have an array of locations. Use the same macro for both glr
10438 and lalr parsers. Mention YYRHSLOC. Mention what happens when
10439 the index is 0.
10440
48814dcd
PE
104412004-12-10 Paul Eggert <eggert@cs.ucla.edu>
10442
a4e1a53b
PE
10443 * HACKING: Update email addresses to send announcements to.
10444
48814dcd
PE
10445 * configure.ac (AC_INIT): Bump version to 1.875f.
10446
337116ba
PE
104472004-12-10 Paul Eggert <eggert@cs.ucla.edu>
10448
10449 * NEWS: Version 1.875e.
10450 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875e.
10451
10452 * src/scan-skel.l: Include "complain.h", for "fatal".
10453
10454 * src/relation.h (relation_print, relation_digraph):
10455 Relation sizes are of type relation_node, not size_t (this is
10456 merely a doc fix, since the two types are equivalent).
10457 (relation_transpose): Relation sizes are of type relation_node,
10458 not int.
10459 * src/relation.c: Likewise.
10460 (top, infinity): Now of type relation_node, not int.
10461 (traverse, relation_transpose): Use relation_node, not int.
10462
10463 * data/glr.c (yyuserAction, yyrecoverSyntaxError): Mark args
10464 with ATTRIBUTE_UNUSED if they're not used, to avoid GCC warning.
10465 (yyparse): Remove unused local introduced in 2004-10-25 patch.
10466
10467 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): New arg
68b082af 10468 specifying whether the test should be skipped. Use it tp
337116ba 10469 specify that the [%defines %skeleton "lalr1.cc"] tests currently
68b082af 10470 fail on some hosts, and should be skipped.
337116ba 10471
da2a7671
PE
104722004-12-08 Paul Eggert <eggert@cs.ucla.edu>
10473
10474 * src/system.h (CALLOC, MALLOC, REALLOC): Remove. All callers
10475 changed to use xcalloc, xnmalloc, xnrealloc, respectively,
10476 unless otherwise specified below.
10477
10478 * src/LR0.c (allocate_itemsets): Use xnmalloc, not xcalloc,
10479 to allocate kernel_base, kernel_items, kernel_size, since
10480 they needn't be initialized to 0.
10481 (allocate_storgae): Likewise, for shiftset, redset, shift_symbol.
10482 * src/closure.c (new_closure): Likewise, for itemset.
10483 * src/derives.c (derives_compute): Likewise, for delts, derives, q.
10484 * src/lalr.c (set_goto_map): Likewise, for temp_map.
10485 (initialize_F): Likewise, for reads, edge, reads[i], includes[i].
10486 (build_relations): Likewise for edge, states1, includes.
10487 * src/nullable.c (nullable_compute): Likewise, for squeue, relts.
10488 * src/reader.c (packgram): Likewise, for ritem, rules.
10489 * src/reduce.c (nonterminals_reduce): Likewise for nontermmap.
10490 * src/relation.c (relation_digraph): Likewise for VERTICES.
10491 (relation_transpose): Likewise for new_R, end_R.
10492 * src/symtab.c (symbols_token_translations_init): Likewise for
10493 token_translations.
10494 * src/tables.c (save_row): Likewise for froms, tos, conflict_tos.
10495 (token_actions): Likewise for yydefact, actrow, conflrow,
10496 conflict_list.
10497 (save_column): Likewise for froms[symno], tos[symno].
10498 (goto_actions): Likewise for state_count.
10499 (pack_table): Likewise for base, pos, check.
10500 (tables_generate): Likewise for width.
10501
10502 * src/LR0.c (set_states): Don't reuse kernel_size and kernel_base
10503 for initial core. Just have a separate core, so we needn't worry
10504 about whether kernel_size and kernel_base are initialized.
10505
10506 * src/LR0.c (shift_symbol, redset, shiftset, kernel_base,
10507 kernel_size, kernel_items): Remove unnecessary initialization.
10508 * src/conflicts.c (conflicts): Likewise.
10509 * src/derives.c (derives): Likewise.
10510 * src/muscle_tablc (muscle_insert): Likewise.
10511 * src/relation.c (relation_digraph): Likewise.
10512 * src/tables.c (froms, tos, conflict_tos, tally, width, actrow, order,
10513 conflrow, conflict_table, conflict_list, table, check):
10514 Likewise.
10515
10516 * src/closure.c (new_closure): Arg is of type unsigned int, not int.
10517 This is because all callers pass unsigned int.
10518 * src/closure.h (new_closure): Likewise.
10519
10520 * src/lalr.c (initialize_F): Initialize reads[i] in all cases.
10521 (build_relations): Initialize includes[i] in all cases.
10522 * src/reader.c (packgram): Always initialize rules[ruleno].prec
10523 and rules[ruleno].precsym. Initialize members in order.
10524 * src/relation.c (relation_transpose): Always initialize new_R[i]
10525 and end_R[i].
10526 * src/table.c (conflict_row): Initialize 0 at end of conflict_list.
10527
10528 * src/output.c (prepare_actions): Pass 0 instead of conflict_list[0];
10529 conflict_list[0] was always 0, but now it isn't initialized.
10530
10531 * src/table.c (table_grow): When conflict_table grew, the grown
10532 area wasn't cleared. Fix this.
10533
10534 * lib/.cvsignore: Add strdup.c, strdup.h.
10535 * m4/.cvsignore: Add strdup.m4.
10536
00baeeac
PE
105372004-12-07 Paul Eggert <eggert@cs.ucla.edu>
10538
10539 * src/lalr.h (GOTO_NUMBER_MAXIMUM): New macro.
10540 * src/lalr.c (set_goto_map): Don't allow ngotos to equal
10541 GOTO_NUMBER_MAXIMUM, since we occasionally compute
10542 ngotos + 1 without checking for overflow.
10543 (build_relations): Use END_NODE, not -1, to denote end of edges.
10544 * src/lalr.c (set_goto_map, map_goto, initialize_F, add_loopback_edge,
10545 build_relations): Use goto_number, not int, for goto numbers.
10546 * src/tables.c (save_column, default_goto): Likewise.
10547
be3d9d42
AD
105482004-11-23 Akim Demaille <akim@epita.fr>
10549
10550 * data/lalr1.cc (YYSTYPE): Define it as is done for C, instead
10551 of #defining from yystype.
10552 Don't typedef yystype, C++ does not need it.
10553 This lets it possible to forward declare it as union.
10554
78e526d5
PE
105552004-11-23 Paul Eggert <eggert@cs.ucla.edu>
10556
10557 * bootstrap (gnulib_modules): Add extensions.
10558 Problem reported by Jim Meyering.
10559
afbb696d
PE
105602004-11-22 Paul Eggert <eggert@cs.ucla.edu>
10561
10562 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c,
10563 src/lalr.c, src/nullable.c, src/relation.c, src/scan-skel.l,
10564 src/system.h, src/tables.c: XFREE -> free, to accommodate
10565 recent change to gnulib xalloc.h.
78e526d5 10566 Problem reported by Jim Meyering.
afbb696d 10567
c1f8f16a
AD
105682004-11-17 Akim Demaille <akim@epita.fr>
10569
10570 * data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings.
10571
db7e5eb5 105722004-11-17 Akim Demaille <akim@epita.fr>,
9a1e9989
AD
10573 Alexandre Duret-Lutz <adl@gnu.org>
10574
10575 * data/lalr1.cc (Parser::yycdebug_): New, a pointer, to allow
10576 changes.
10577 (YYCDEBUG): Adjust.
10578 Use it instead of cdebug_.
10579 (Parser::debug_stream, Parser::set_debug_stream): New.
10580 (Parser::symprint_): Define cdebug_ for temporary backward
10581 compatibility.
10582 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use
10583 debug_stream ().
10584
68e11668
AD
105852004-11-17 Akim Demaille <akim@epita.fr>
10586
10587 * data/lalr1.cc (Parser:print_): Remove, use %printer instead.
10588 * tests/regression.at (_AT_DATA_DANCER_Y): Adjust.
10589 * tests/calc.at (_AT_DATA_CALC_Y): Ditto.
10590 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
10591
97cbc73e
PE
105922004-10-27 Paul Eggert <eggert@cs.ucla.edu>
10593
10594 * data/glr.c (yyloc_default): Remove; not used.
10595 Problem reported by Frank Heckenbach.
10596
e342c3be
AD
105972004-10-25 Akim Demaille <akim@epita.fr>
10598
10599 * data/glr.c (YYRHSLOC): Move its definition next to its uses.
10600 Introduce another definition to address simple location arrays.
10601 (yyGLRStack): New member: yyerror_range.
10602 (yyrecoverSyntaxError, yyparse): Update it.
10603 (yyrecoverSyntaxError): Use it when shifting the error token to
10604 have an accurate range, equivalent to the one computed by both
10605 yacc.c and lalr1.cc.
10606 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Change its yylex so
10607 that column numbers start at column 0, as per GNU Coding
10608 Standards, the others tests, and the doc.
10609 (_AT_RESOLVED_GLR_OUTPUT_WITH_LOC, _AT_AMBIG_GLR_OUTPUT_WITH_LOC):
10610 Adjust to the above change (first column is 0).
10611 And adjust the location of the "<error>", now covering the whole
10612 line.
10613
93602feb 106142004-10-22 Akim Demaille <akim@epita.fr>
04098407 10615 and Paul Eggert <eggert@cs.ucla.edu>
93602feb
PE
10616
10617 Remove some arbitrary limits on goto numbers and relations.
10618 * src/lalr.c (goto_map, ngotos, from_state, to_state): Omit
10619 initial values, since they're never used.
10620 (set_goto_map): ngotos is now unsigned, so test for overflow
10621 by seeing whether it wraps around to zero.
10622 * src/lalr.h (goto_number): Now size_t, not short int.
10623 (GOTO_NUMBER_MAXIMUM): Remove.
10624 * src/relation.c (relation_print, traverse, relation_transpose):
10625 Check for END_NODE rather than looking at sign.
10626 * src/relation.h (END_NODE): New macro.
10627 (relation_node): Now size_t, not short int.
10628
dba08b04
PE
106292004-10-22 Paul Eggert <eggert@cs.ucla.edu>
10630
10631 * doc/bison.texinfo (Language and Grammar): In example, "int" is a
10632 keyword, not an identifier. Problem reported by Baron Schwartz in
10633 <http://lists.gnu.org/archive/html/bug-bison/2004-10/msg00017.html>.
10634
df09ef2e
AD
106352004-10-11 Akim Demaille <akim@epita.fr>
10636
10637 * src/symtab.c (symbol_check_alias_consistency): Also check
10638 type names, destructors, and printers.
10639 Reported by Alexandre Duret-Lutz.
10640 Recode the handling of associativity and precedence in terms
10641 of symbol_precedence_set.
10642 Accept no redeclaration at all, not even equal to the previous
10643 value.
10644 (redeclaration): New.
10645 Use it to factor redeclaration complaints.
10646 (symbol_make_alias): Don't set the type of the alias, let
10647 symbol_check_alias_consistency do it as for other features.
10648 * src/symtab.h (symbol): Add new member prec_location, and
10649 type_location.
10650 * src/symtab.c (symbol_precedence_set, symbol_type_set): Set them.
10651 * tests/input.at (Incompatible Aliases): New.
10652
146bc99d
PE
106532004-10-09 Paul Eggert <eggert@cs.ucla.edu>
10654
10655 .cvsignore fixes to accommodate gnulib changes,
10656 and the practice of naming build directories "_build".
10657 * .cvsignore: Add "_*". Sort.
10658 * lib/.cvsignore: Add getopt_.h, xalloc-die.c.
10659 * m4/.cvsignore: Add "*_gl.m4".
10660
e503aa60
AD
106612004-10-06 Akim Demaille <akim@epita.fr>
10662
10663 * src/parse-gram.y (add_param): Fix the truncation of trailing
10664 spaces.
10665
b4a20338
AD
106662004-10-05 Akim Demaille <akim@epita.fr>
10667
10668 In Bison 1.875's yacc.c, YYLLOC_DEFAULT was called regardless
10669 whether the reducion was empty or not. This leaves room to
10670 improve the use of YYLLOC_DEFAULT in such a case.
10671 lalr1.cc is still experimental, so changing this is acceptable.
10672 And finally, there are probably not many users who changed the
10673 handling of locations in GLR, so changing is admissible too.
10674
10675 * data/glr.c, data/lalr1.cc, data/yacc.c (YYLLOC_DEFAULT): On an
10676 empty reduction, set @$ to an empty location ending the previously
10677 stacked symbol.
10678 Adjust uses to make sure the code is triggered on empty
10679 reductions.
10680 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust the
10681 expected output: empty reductions have empty locations.
10682
f85a5e6f
AD
106832004-09-29 Akim Demaille <akim@epita.fr>
10684
10685 * data/lalr1.cc: Move towards a more standard C++ coding style
10686 for templates: Class < T > -> Class<T>.
10687
b203fc2c
AD
106882004-09-29 Akim Demaille <akim@epita.fr>
10689
10690 * data/lalr1.cc: Reinstall the former ctor, for sake of
10691 compatibility, but warn it will be removed.
10692 Move towards a more standard C++ coding style (i.e., type *var ->
10693 type* var).
10694
5b7e1e73
PE
106952004-09-27 Paul Eggert <eggert@cs.ucla.edu>
10696
3fee967f
PE
10697 * src/parse-gram.y (add_param): Rewrite to avoid strchr,
10698 since it's less likely to work if NULs are involved in the future.
5b7e1e73 10699
0dcca5c2
AD
107002004-09-27 Akim Demaille <akim@epita.fr>
10701
10702 * data/yacc.c (YY_LOCATION_PRINT): Fix its default declaration.
10703
6dde1c82
AD
107042004-09-27 Akim Demaille <akim@epita.fr>
10705
10706 * data/lalr1.cc (b4_parse_param_decl_1): New.
b203fc2c 10707 (b4_parse_param_decl): Use it to have different names between attribute
6dde1c82
AD
10708 and argument names.
10709 (b4_cc_constructor_call): Likewise.
10710
b233d555
AD
107112004-09-24 Akim Demaille <akim@epita.fr>
10712
10713 * src/parse-gram.y (add_param): Strip the leading and trailing
10714 blanks from a formal argument declaration.
10715 (YY_LOCATION_PRINT): New.
10716
619404e3
AD
107172004-09-24 Akim Demaille <akim@epita.fr>
10718
10719 * data/c.m4 (b4_yysymprint_generate): Move the YYINPUT invocation
10720 after the location.
10721
dd8d9022
AD
107222004-09-24 Akim Demaille <akim@epita.fr>
10723
10724 * doc/bison.texinfo (Table of Symbols): Sort.
10725
0092f063
AD
107262004-09-21 Akim Demaille <akim@epita.fr>
10727
10728 * data/yacc.c, data/glr.c (b4_at_dollar, b4_dollar_dollar): Remove
10729 the useless parentheses.
10730 Suggested by Paul Eggert.
10731
451364ed
AD
107322004-09-20 Akim Demaille <akim@epita.fr>
10733
10734 Let the initial-action act on the look-ahead, and use it for the
10735 "initial push" (corresponding to an hypothetical beginning-of-file).
10736 And let lalr1.cc honor %initial-action.
10737
10738 * doc/bison.texinfo (Initial Action Decl): Clarify, and add an
10739 example.
10740 * data/lalr1.cc (Parser::initlocation_): Remove, bad experiment.
10741 (Parser::Parser): Remove the ctor that used to initialize it.
10742 (Parser::parse): Like in the other skeletons, issue the "starting
10743 parse" message before any action.
10744 Honor %initial-action.
10745 Initialize the stacks with the lookahead.
10746 * data/yacc.c: Let $$ and @$ in %initial-action designate the
10747 look-ahead.
10748 Push them in the stacks.
10749 * tests/actions.at, tests/calc.at: Adjust the C++ ctor invocations.
10750
18d192f0
AD
107512004-09-20 Akim Demaille <akim@epita.fr>
10752
10753 * doc/bison.texinfo (Initial Action Decl): New.
10754
b8458aa5
AD
107552004-09-20 Akim Demaille <akim@epita.fr>
10756
10757 * data/yacc.c (YY_LOCATION_PRINT): Use YYLTYPE_IS_TRIVIAL as a
10758 clearer criterion to define it.
10759 (parse): Initialize the initial location when YYLTYPE_IS_TRIVIAL.
10760 When reducing on an empty RHS, use the latest stacked location as
10761 location.
10762 yylloc is not always available.
10763 * data/glr.c: Likewise.
10764 Also, honor initial-actions.
10765
3fc16193
AD
107662004-09-20 Akim Demaille <akim@epita.fr>
10767
10768 * data/yacc.c (YY_LOCATION_PRINT): New.
10769 Define when we know YYLTYPE's structure, i.e., when the default
10770 YYLLOC_DEFAULT is used.
10771 * data/c.m4 (b4_yysymprint_generate): Use it.
10772 * data/lalr1.cc (YYLLOC_DEFAULT): Stop relying on the initial
10773 value of the result.
10774 (error_start_): Replace with...
10775 (error_range_): this location array.
10776 This allows to replace code relying on the implementation of
10777 locations by portable code.
10778 * data/yacc.c (yylerrsp): Replace with...
10779 (yyerror_range): this.
10780 Every time a token is popped, update yyerror_range[0], to have an
10781 accurate location for the error token.
10782 * data/glr.c (YY_LOCATION_PRINT): New.
10783 (yyprocessOneStack): Fix an invocation of YY_SYMBOL_PRINT:
10784 deference a pointer.
10785 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): No longer
10786 report the location in %printers.
10787
10788 * src/scan-skel.l: Instead of abort, report error messages to ease
10789 understanding skeleton scanning failures.
10790
ecfe33e7
AD
107912004-09-16 Akim Demaille <akim@epita.fr>
10792
10793 * data/lalr1.cc (Stack::Iterator, Stack::ConstIterator): Rename as...
10794 (iterator, const_iterator): these, to be more in the C++ spirit.
10795 Also, return reverse iterators so that when displaying the stack
10796 we display its bottom first.
10797 (Parser::stack_print_, Parser::reduce_print_): Match the messages
10798 from yacc.c.
10799 We should probably use vector here though.
10800
1576d44d
AD
108012004-09-16 Akim Demaille <akim@epita.fr>
10802
10803 Have more complete shift traces.
10804
10805 * data/yacc.c, data/lalr1.c, data/glr.c: Use YY_SYMBOL_PRINT
10806 to report Shifts instead of ad hoc YYDPRINTF invocations,
10807 including for the error token.
10808 * data/lalr1.cc (symprint_): Output the location.
10809 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): In C++, don't
10810 output the location within the %printer.
10811 Activate GLR tests, at least to make sure they compile properly.
10812 They still don't pass though.
10813 * tests/calc.at: Adjust expect verbose output, since now "Entering
10814 state..." is on a different line than the "Shifting" message.
10815
9c66f418
AD
108162004-09-08 Akim Demaille <akim@epita.fr>
10817
10818 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Move the
10819 Bison directive from the Bison file to the invocation of this
10820 macro, so that these directives are passed to
10821 AT_BISON_OPTION_PUSHDEFS to get correct help macros.
10822 Use these helping macros (e.g., AT_LOC, AT_VAL and so forth).
10823 Move the AT_SETUP/AT_CLEANUP outside, to report as test title
10824 the extra Bison directives instead of the whole series.
10825 Change the grammar so that there are recoverable errors, and
10826 unrecoverable errors. Now we can have the parser give up before
10827 consuming the whole input. As a result we now can observe that
10828 the lookahead is freed when needed.
10829 Change the parser source to parse argv[1] instead of a hard coded
10830 string.
10831 Simplify yylex, and give a value and location to EOF.
10832 Simplify some invocations of AT_CHECK_PRINTER_AND_DESTRUCTOR that
10833 passed directives already coded in the file.
10834 Add some tests to check the location of "error".
10835 For some tests, the C++ parser is correct, and not yacc.c.
10836 For other tests, they provide different, but unsatisfying, values,
10837 so keep the C++ value so that at least one parser is "correct"
10838 according to the test suite.
10839 (Actions after errors): Remove, this is subsumed by the
10840 AT_CHECK_PRINTER_AND_DESTRUCTOR series.
10841
52d5733f
AD
108422004-09-06 Akim Demaille <akim@epita.fr>
10843
10844 * data/lalr1.cc: Adjust the indentation of the labels.
04098407 10845 (Parser::pop): New.
52d5733f
AD
10846 Use it.
10847
a0e68930
AD
108482004-09-06 Akim Demaille <akim@epita.fr>
10849
10850 * data/yacc.cc, data/glr.cc (yydestruct): Accept an additional
10851 argument, an informative message.
10852 Call YY_SYMBOL_PRINT.
10853 Adjust all callers: integrate the associated YY_SYMBOL_PRINT.
10854 * data/lalr1.cc (destruct_): Likewise.
10855 In addition, no longer depend on b4_yysymprint_generate and
10856 b4_yydestruct_generate to generate these functions, do it "by
10857 hand".
10858
e757bb10
AD
108592004-09-03 Akim Demaille <akim@epita.fr>
10860
10861 * data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was
10862 invoked, yydestruct the lookahead.
10863 * tests/calc.at (Calculator $1): Update the expected lengths of
10864 traces: there is an added line for the discarded lookahead.
10865 * doc/bison.texinfo (Destructor Decl): Some rewording.
10866 Define "discarded" symbols.
10867
0fe1f06d
AD
108682004-09-02 Akim Demaille <akim@epita.fr>
10869
10870 * data/lalr1.cc (translate_, destruct_): No reason to be static.
10871
284acc8b
AD
108722004-09-02 Akim Demaille <akim@epita.fr>
10873
10874 * data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used.
10875 (YYDSYMPRINTF): Rename as...
10876 (YY_SYMBOL_PRINT): this.
10877 * data/lalr1.cc (YY_SYMBOL_PRINT): New, modeled after the previous
10878 two.
10879 Use it instead of direct symprint_ calls.
10880 (yybackup): Tweak the "Now at end of input" case to match yacc.c's
10881 one.
10882
a5eb1ed2
AD
108832004-09-02 Akim Demaille <akim@epita.fr>
10884
b7c72fe1
AD
10885 * data/lalr1.cc (b4_yysymprint_generate): New.
10886 (symprint_): New member function, defined when YYDEBUG.
10887 Use it consistently instead of token/nterm debugging output by
10888 hand.
a5eb1ed2
AD
10889 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust
10890 %printer calls to use cdebug_ when using lalr1.cc.
10891
417141dd
AD
108922004-08-30 Florian Krohm <florian@edamail.fishkill.ibm.com>
10893
10894 * data/glr.c: Guard the declarations of yypstack and yypdumpstack
10895 with #ifdef YYDEBUG.
10896
2fa09258
AD
108972004-08-26 Akim Demaille <akim@epita.fr>
10898
10899 * doc/bison.texinfo (Implementing Loops): Rename as...
10900 (Implementing Gotos/Loops): this.
10901
9378b508
PE
109022004-08-13 Paul Eggert <eggert@cs.ucla.edu>
10903
10904 Adjust to latest gnulib.
10905 * bootstrap (gnulib_modules): Add xalloc-die.
10906 Set LC_ALL=C so that file names sort consistently.
10907 Prefer the gnulib copies of gettext.m4, glibc21.m4,
10908 inttypes_h.m4, lib-ld.m4, lib-prefix.m4, po.m4, stdint_h.m4,
10909 uintmax_t.m4, ulonglong.m4.
10910 (intl_files_to_remove): Add gettext.m4, lib-ld.m4, lib-prefix.m4,
10911 po.m4 since we are now using _gl.m4 instead.
10912
87a8ad5c
PE
109132004-08-10 Florian Krohm <florian@edamail.fishkill.ibm.com>
10914
10915 * src/scan-action.l: Remove. Scanning of semantic actions is
10916 handled in scan-gram.l.
10917
dca81a78
PE
109182004-08-07 Florian Krohm <florian@edamail.fishkill.ibm.com>
10919
10920 * src/scan-gram.l (handle_syncline): Use uniqstr_new not xstrdup.
10921
10922 * src/location.h (struct): The file member is a uniqstr.
10923 (equal_boundaries): Use UNIQSTR_EQ for comparison.
10924
c9cbf7c5
PE
109252004-07-22 Paul Eggert <eggert@cs.ucla.edu>
10926
10927 Fix bug with non-%union parsers that have printers or destructors,
10928 which led to a Bison core dump. Reported by Peter Fales in
10929 <http://lists.gnu.org/archive/html/bug-bison/2004-07/msg00014.html>.
2fa09258 10930
c9cbf7c5
PE
10931 * data/c.m4 (b4_symbol_actions): Don't assume %union was used.
10932 * data/lalr1.cc (yystype) [defined YYSTYPE]: Define to YYSTYPE,
10933 not to our own type.
10934 * src/output.c (symbol_destructors_output, symbol_printers_output):
10935 Don't assume %union.
10936 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR,
10937 AT_CHECK_PRINTER_AND_DESTRUCTOR): New argument
10938 UNION-FLAG. All callers changed.
10939 (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't assume %union.
10940 Use type char, not unsigned int, when declaring an array of char;
10941 this lets us remove a cast.
10942 (Printers and Destructors): Add non-%union test cases.
10943
fa7e68c3
PE
109442004-06-21 Paul Eggert <eggert@cs.ucla.edu>
10945
10946 * doc/bison.texinfo: Minor editorial changes, mostly to the new
10947 GLR writeups. E.g., avoid frenchspacing and the future tense,
10948 change "lookahead" to "look-ahead", and change "wrt" to "with
10949 respect to".
2fa09258 10950
fa7e68c3
PE
109512004-06-21 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
10952
10953 * doc/bison.texinfo (Merging GLR Parses, Compiler Requirements):
10954 New sections, split off from the GLR Parsers section. Put the new
10955 Simple GLR Parser near the start of the GLR section, for clarity.
10956 Rewrite connective text.
10957
99a9344e
PE
109582004-06-21 Frank Heckenbach <frank@g-n-u.de>
10959
10960 * doc/bison.texinfo (Simple GLR Parsers): New section.
10961
8dd162d3
PE
109622004-06-21 Paul Eggert <eggert@cs.ucla.edu>
10963
10964 * NEWS, TODO, doc/bison.texinfo:
10965 Use "look-ahead" instead of "lookahead", to be consistent.
10966 * REFERENCES: Fix incorrect reference to DeRemer and Pennello,
10967 while we're fixing "look-ahead".
10968 * src/conflicts.c (shift_set): Renamed from shiftset.
10969 (look_ahead_set): Renamed from lookaheadset.
10970 * src/print.c: Likewise.
10971 * src/getargs.c (report_args): Add "look-ahead" as the new canonical
10972 name for "lookahead".
10973 (report_types, usage): Likewise.
10974 * src/getargs.h (report_look_ahead_tokens): Renamed from
10975 report_lookaheads.
10976 * src/lalr.c (compute_look_ahead_tokens): Renamed from
10977 compute_lookaheads.
10978 (state_look_ahead_tokens_count): Renamed from state_lookaheads_count.
10979 (look_ahead_tokens_print): Renamed from lookaheads_print.
10980 * src/state.c (state_rule_look_ahead_tokens_print): Renamed from
10981 state_rule_lookaheads_print.
10982 * src/state.h: Likewise.
10983 (reductions.look_ahead_tokens): Renamed from lookaheads.
10984 * tests/torture.at (AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR): Renamed from
10985 AT_DATA_LOOKAHEADS_GRAMMAR.
10986
57a90331
PE
109872004-06-03 Paul Eggert <eggert@cs.ucla.edu>
10988
10989 * README: Update location of patched M4 distribution.
10990
8ed3234a
PE
109912004-05-30 Albert Chin-A-Young <china@thewrittenword.com>
10992
10993 Don't assume the C++ compiler takes the same arguments as the C compiler
10994 (trivial change).
10995 * configure.ac (O0CXXFLAGS): New var.
10996 * tests/atlocal.in (CXXFLAGS): Use it.
10997
07971983
PE
109982004-05-29 Paul Eggert <eggert@cs.ucla.edu>
10999
11000 Fix some "make check" problems with C++ reported by
11001 Albert Chin-A-Young for Tru64 C++ in this thread:
11002 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00049.html
11003
11004 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check for std::cerr.
11005 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
11006 Output to a .cc file for C++, not to a .c file.
11007 * tests/calc.at (AT_CHECK_CALC): Likewise.
11008 * tests/regression.at (AT_CHECK_DANCER): Likewise.
11009 * tests/local.at (AT_COMPILE_CXX): Default to OUTPUT.cc, not OUTPUT.c.
11010
29058652
PE
110112004-05-28 Albert Chin-A-Young <china@thewrittenword.com>
11012
11013 * tests/calc.at, tests/actions.at: Workaround for SGI
11014 C++ compiler. (trivial change)
11015
62cb8a99
PE
110162004-05-27 Paul Eggert <eggert@cs.ucla.edu>
11017
fd418816
PE
11018 Spent a few hours checking out which prerequisite versions the
11019 current sources actually require. I went all the way back to
11020 Gettext 0.10.40, Automake 1.4, and Autoconf 2.57 and investigated
11021 a seemingly endless set of combinations of versions more recent
11022 than that. The bottom line is that the current sources require
11023 fairly recent versions of the build tools, and it'll be some work
11024 to change this.
11025 * configure.ac (AC_PREREQ): Increase from 2.58 to 2.59.
11026 (AM_INIT_AUTOMAKE): Increase from 1.7 to 1.8.
11027 (AM_GNU_GETTEXT_VERSION): Increase from 0.11.5 to 0.12.
11028 Add comments explaining why those particular versions are
11029 currently needed.
2fa09258 11030
62cb8a99
PE
11031 * src/parse-gram.y (lloc_default): Rewrite to avoid compiler bug
11032 in SGI MIPSpro 7.4.1m. Problem reported by Albert Chin-A-Young in
161a71f3 11033 <http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00037.html>.
62cb8a99
PE
11034
11035 * configure.ac (AC_PREREQ): Bump to 2.58, since 2.57 doesn't work
11036 (it fails with a Autoconf-without-aclocal-m4 diagnostic).
11037
caa52c10
PE
110382004-05-26 Paul Eggert <eggert@cs.ucla.edu>
11039
11040 * configure.ac (AM_GNU_GETTEXT_VERSION): Lower it from 0.14.1 to
11041 0.11.5. Suggested by Bruno Haible.
11042 * bootstrap: Remove gettext version checking.
11043
11044 * doc/bison.texinfo (Decl Summary): Also mention that %union
11045 can depend on prerequisite types. Problem reported by Tim
11046 Van Holder.
11047
4bfd5e4e
PE
110482004-05-25 Paul Eggert <eggert@cs.ucla.edu>
11049
2cef3017
PE
11050 * README: Mention GNU m4 1.4 bugs and Akim's patched version.
11051 * README-alpha: Don't tell people not to package this.
11052
b9c85d5c
PE
11053 * bootstrap: Don't assume $(...) works; use `...` instead.
11054 Problem reported by Paul Hilfinger. Also, diagnose non-GNU
11055 gettext better.
11056
4bfd5e4e
PE
11057 * doc/bison.texinfo (Decl Summary, Bison Options): Clarify what's
11058 put into the -d output file, and mention what to do if YYSTYPE is
11059 defined as a macro.
11060
6a36ff94
PE
110612004-05-24 Paul Eggert <eggert@cs.ucla.edu>
11062
6712933e
PE
11063 Undo change made earlier today: it caused autopoint to not bring
11064 in ABOUT-NLS. Ouch. Instead, substitute our own diagnostic for
11065 autopoint's.
11066
11067 * bootstrap: Check that gettext version matches what's in
11068 configure.ac. Warn users to ignore robots.txt ERROR 404.
11069 * bootstrap: Undo today's earlier change (logged below).
11070 * configure.ac (AM_GNU_GETTEXT_VERSION): Likewise.
b9c85d5c 11071
6a36ff94
PE
11072 The gettext version checking is causing more trouble than it's
11073 curing; remove it. Problem reported by Paul Hilfinger.
11074
11075 * bootstrap: Issue a warning that one can expect a message
11076 'AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION'.
11077 * configure.ac (AM_GNU_GETTEXT_VERSION): Remove.
11078
209ea708
PE
110792004-05-23 Paul Eggert <eggert@cs.ucla.edu>
11080
11081 Ensure that the C++ compiler used for testing actually works on a
11082 simple test program; if not, skip the C++-related tests. Problem
11083 reported by Vin Shelton in:
161a71f3 11084 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00026.html
209ea708
PE
11085
11086 * m4/cxx.m4: New file.
11087 * configure.ac (BISON_TEST_FOR_WORKING_CXX_COMPILER): Add.
11088 * tests/atlocal.in (BISON_CXX_WORKS): Add.
11089 * tests/local.at (AT_COMPILE_CXX): Use it.
11090
41ca2549
PE
110912004-05-21 Paul Eggert <eggert@cs.ucla.edu>
11092
383e69dc
PE
11093 * data/glr.c (yylloc): Output this macro even if locations are not
11094 being generated, as the GLR parser needs it even in that case.
11095 Problem reported by Troy A. Johnson
11096 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=195946>.
11097
41ca2549
PE
11098 * configure.ac (AC_INIT): Update to 1.875e.
11099
e476c87d
PE
111002004-05-21 Paul Eggert <eggert@cs.ucla.edu>
11101
11102 * NEWS: Version 1.875d.
11103 * configure.ac (AC_INIT): Likewise.
11104 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875d.
11105
11106 * configure.ac (--enable-gcc-warnings): Do not enable -Wshadow,
11107 -Wmissing-prototypes, or -Wstrict-prototypes for C++. The current
11108 lalr1.cc runs afoul of the first, and the last two are no longer
11109 supported by GCC 3.4.0.
11110 * README: Mention GNU m4 1.4 or later; mention m4 patches.
11111 * HACKING: Use ./bootstrap, not "make update" to import foreign files.
11112
233a88ad
PE
111132004-05-06 Paul Eggert <eggert@cs.ucla.edu>
11114
11115 * src/muscle_tab.c (hash_muscle): Accept and return size_t, not
11116 unsigned int, for compatibility with latest gnulib hash module.
11117 * src/state.c (state_hash, state_hasher): Likewise.
11118 * src/symtab.c (hash_symbol, hash_symbol_hasher): Likewise.
11119 * src/uniqstr.c (hash_uniqstr): Likewise.
e476c87d 11120
12ffdd28
PE
111212004-05-03 Paul Eggert <eggert@cs.ucla.edu>
11122
11123 * NEWS: Unescaped newlines are no longer allowed in char & strings.
11124
11125 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER,
11126 SC_CHARACTER,SC_STRING>): Reject unescaped newlines in
11127 character and string literals.
11128 (unexpected_end): New function.
11129 (unexpected_eof): Use it.
11130 (unexpected_newline): New function.
11131 (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>): Coalesce duplicate
11132 actions.
e476c87d 11133
12ffdd28
PE
11134 * NEWS: Document %expect-rr.
11135
11136 * bootstrap (--gnulib-srcdir=*, --cvs-user=*):
11137 Fix typo by replacing $1 with $option.
11138 Remove more 'intl'-related files.
9668e2be 11139 Don't DEFUN AM_INTL_SUBDIR twice.
12ffdd28
PE
11140
11141 * lib/.cvsignore: Add strndup.h. Remove memchr.c, memcmp.c,
11142 memrchr.c, strcasecmp.c, strchr.c, strrchr.c, strspn.c, strtol.c,
11143 strtoul.c.
11144 * m4/.cvsignore: Add exitfail.m4, extensions.m4, gnulib.m4,
11145 hard-locale.m4, mbstate_t.m4, strerror_r.m4, strndup.m4,
11146 xstrndup.m4. Remove glibc21.m4, intdiv0.m4, inttypes-pri.m4,
11147 inttypes.m4, inttypes_h.m4, isc-posix.m4, lcmessage.m4,
11148 stdint_h.m4, uintmax_t.m4, ulonglong.m4.
11149 * src/.cvsignore: Add *.output.
11150
11151 * src/parse-gram.y: Put copyright notice inside %{ %} so it
11152 gets copied to the output file.
e476c87d 11153
1f65350a
PE
111542004-04-28 Paul Eggert <eggert@twinsun.com>
11155
11156 Get files from the gnulib and po repositories, instead of relying
11157 on them being in our CVS. Upgrade to latest versions of gnulib
11158 and Automake.
11159
11160 * Makefile.am (SUBDIRS): Remove m4; Automake now does m4.
11161 * bootstrap: Bootstrap from gnulib and po repositories.
11162 Much of this code was stolen from GNU diff and GNU tar's bootstrap.
11163 * README-cvs: Document these changes. Remove version numbers from
11164 mentions of build tools, since they change so often. Mention Flex.
11165
11166 * configure.ac (AC_CONFIG_MACRO_DIR): Add, with m4 as arg.
11167 (gl_USE_SYSTEM_EXTENSIONS): Add.
12ffdd28
PE
11168 (AC_GNU_SOURCE, AC_AIX, AC_MINIX):
11169 Remove; no longer needed, as gl_USE_SYSTEM_EXTENSIONS
1f65350a 11170 does this for us.
12ffdd28
PE
11171 (AC_ISC_POSIX): Remove; we no longer support this
11172 ancient OS, as it gets in the way of latest Autoconf & gnulib.
1f65350a
PE
11173 (AC_HEADER_STDC): Remove: we now assume C89 or better.
11174 (AC_CHECK_HEADERS_ONCE): Use instead of AC_CHECK_HEADERS.
11175 Do not check for C89 headers, except for locale.h which is used
11176 by the Yacc library and must port to K&R hosts.
11177 (AC_CHECK_FUNCS_ONCE): Use instead of AC_CHECK_FUNCS.
11178 Do not check for C89 functions, except for setlocale which is
11179 used by the Yacc library.
11180 (AC_CHECK_DECLS, AC_REPLACE_FUNCS): Remove; no longer needed.
11181 (gl_DIRNAME, gl_ERROR, gl_FUNC_ALLOCA, gl_FUNC_MEMCHR,
11182 gl_FUNC_MEMRCHR, gl_FUNC_STPCPY, gl_FUNC_STRNLEN, gl_FUNC_STRTOL,
11183 gl_GETOPT, gl_HASH, gl_MBSWIDTH, gl_OBSTACK, gl_QUOTE,
11184 gl_QUOTEARG, gl_XALLOC, jm_FUNC_GLIBC_UNLOCKED_IO, jm_FUNC_MALLOC,
11185 AM_GNU_GETTEXT): Remove; now done by:
11186 (GNULIB_AUTOCONF_SNIPPET): Add. "bootstrap" builds this for us.
11187 (AC_CONFIG_FILES): Remove m4/Makefile, as Automake now does this
11188 for us.
11189
11190 * lib/Makefile.am: Include gnulib.mk, built for us by "bootstrap".
11191 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES):
11192 Define to empty, as gnulib.mk will do the rest for us.
11193 ($(libbison_a_OBJECTS), stdbool.h): Remove, as gnulib.mk does this
11194 for us.
11195 (libbison_a_SOURCES): Define to $(lib_SOURCES) now.
11196 (lib_SOURCES): New symbol, containing only the non-gnulib libs.
11197
11198 * src/files.c: Include gnulib's xstrndup.h.
11199
11200 * src/system.h (MALLOC): Use xnmalloc, for better overflow checking.
11201 (REALLOC): Use xnrealloc, for likewise.
11202 (xstrndup, stpcpy): Remove decls, as gnulib does this for us now.
11203 (strnlen, memrchr): Remove decls; functions no longer used.
11204 Include <stpcpy.h>.
11205
11206 * config/depcomp, config/install-sh, lib/alloca.c, lib/argmatch.c,
11207 lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
11208 lib/error.c, lib/error.h, lib/getopt.c, lib/getopt.h,
11209 lib/getopt1.c, lib/gettext.h, lib/hash.c, lib/hash.h,
11210 lib/malloc.c, lib/mbswidth.c, lib/mbswidth.h, lib/memchr.c,
11211 lib/memcmp.c, lib/memrchr.c, lib/obstack.c, lib/obstack.h,
11212 lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h,
11213 lib/realloc.c, lib/stdbool_.h, lib/stpcpy.c, lib/strcasecmp.c,
11214 lib/strchr.c, lib/strncasecmp.c, lib/strnlen.c, lib/strrchr.c,
11215 lib/strspn.c, lib/strtol.c, lib/strtoul.c, lib/unlocked-io.h,
11216 lib/xalloc.h, lib/xmalloc.c, lib/xstrdup.c, lib/xstrndup.c,
11217 m4/Makefile.am, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
11218 m4/error.m4, m4/getopt.m4, m4/hash.m4, m4/malloc.m4,
11219 m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4, m4/memcmp.m4,
11220 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/prereq.m4,
11221 m4/quote.m4, m4/quotearg.m4, m4/realloc.m4, m4/stdbool.m4,
11222 m4/stpcpy.m4, m4/strnlen.m4, m4/strtol.m4, m4/strtoul.m4,
11223 m4/unlocked-io.m4, m4/xalloc.m4, po/LINGUAS, po/Makefile.in.in,
11224 po/Makevars, po/da.po, po/de.po, po/es.po, po/et.po, po/fr.po,
11225 po/hr.po, po/id.po, po/it.po, po/ja.po, po/ms.po, po/nl.po,
11226 po/pt_BR.po, po/ro.po, po/ru.po, po/sv.po, po/tr.po:
11227 Remove, as these files are now generated automatically
11228 by bootstrap or automake.
11229
11230 * po/ChangeLog: Remove: all but one entry was a duplicate
11231 of this file, and I moved that 2000-11-02 entry here.
11232
11233 * config/.cvsignore: Add Makefile, depcomp, install-sh.
11234 * lib/.cvsignore: Add alloca.c, alloca.h, alloca_.h, argmatch.c,
11235 argmatch.h, basename.c, dirname.c, dirname.h, error.c, error.h,
11236 exit.h, exitfail.c, exitfail.h, getopt.c, getopt.h, getopt1.c,
11237 getopt_int.h, gettext.h, gnulib.mk, hard-locale.c, hard-locale.h,
11238 hash.c, hash.h, malloc.c, mbswidth.c, mbswidth.h, memchr.c,
11239 memcmp.c, memrchr.c, obstack.c, obstack.h, quote.c, quote.h,
11240 quotearg.c, quotearg.h, realloc.c, stdbool_.h, stpcpy.c, stpcpy.h,
11241 strcasecmp.c, strchr.c, stripslash.c, strncasecmp.c, strndup.c,
11242 strnlen.c, strrchr.c, strspn.c, strtol.c, strtoul.c,
11243 unlocked-io.h, xalloc.h, xmalloc.c, xstrdup.c, xstrndup.c,
11244 xstrndup.h.
11245 * m4/.cvsignore: Remove Makefile, Makefile.in. Add alloca.m4,
11246 dirname.m4, dos.m4, error.m4, getopt.m4, hash.m4, mbrtowc.m4,
11247 mbswidth.m4, obstack.m4, onceonly.m4, quote.m4, quotearg.m4,
11248 stdbool.m4, stpcpy.m4, strnlen.m4, unlocked-io.m4, xalloc.m4.
11249 * po/.cvsignore: Add *.po, LINGUAS, Makefile.in.in, Makevars.
11250 * src/.cvsignore: Remove *_.c.
11251
11252
11253 * Makefile.maint (GZIP_ENV): Don't use --rsyncable if gzip doesn't
11254 support it. (The latest stable gzip doesn't.)
11255
112562004-04-27 Paul Eggert <eggert@twinsun.com>
11257
11258 * data/lalr1.cc (Parser::stos_) [! YYDEBUG]: Define even in this
11259 case, as stos_ is now used by destructors due to the 2004-02-09
11260 change.
11261
11262 Remove more K&R C support.
11263 * lib/libiberty.y (PARAMS): Remove. All uses removed.
11264 * lib/subpipe.c (errno): Remove decl.
11265 Include <stdlib.h> unconditionally.
11266 (EXIT_FAILURE): Remove macro.
11267 * src/complain.c (vfprintf, strerror): Remove.
11268 * src/system.h: Include limits.h, stdlib.h, string.h, locale.h
11269 unconditionally.
11270 (EXIT_FAILURE, EXIT_SUCCESS, setlocale): Remove defns.
11271 Use latest Autoconf recommendations for including inttypes.h, stdint.h.
11272 (strchr, strspn, memchr): Remove decls.
11273 * tests/calc.at (_AT_DATA_CALC_Y): Include stdlib.h, string.h
11274 unconditionally. Do not declare perror.
11275 * tests/conflicts.at (%nonassoc and eof): Include stdlib.h
11276 unconditionally.
11277
11278 * src/complain.c (_): Remove useless defn, as system.h defines this.
11279
11280 * lib/bitset.h (__INT_TO_PTR): Remove; workaround no longer needed
11281 with latest obstack.h.
11282 * lib/ebitset.c (ebitset_elt_alloc): Don't bother to cast args
11283 to procedure types, as obstack.h now does that for us.
11284 * lib/lbitset.c (lbitset_elt_alloc): Likewise.
11285
11286 * lib/subpipe.h [HAVE_SYS_TYPES_H]: Include <sys/types.h>,
11287 so that this include file can stand alone.
11288 * lib/subpipe.c: Do not include <sys/types.h>, as subpipe.h
11289 does this now. Include subpipe.h first after config.h, to
11290 test whether it can stand alone.
11291
11292 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't
11293 declare yyerror when using lalr.cc, as GCC 3.4.0 warns about the
11294 unused declaration.
11295
11296 * tests/synclines.at (%union synch line): Put a dummy member in
11297 the union, because empty unions aren't allowed in C. Caught
11298 by GCC 3.4.0.
11299
4f16766c
PE
113002004-04-13 Jim Meyering <jim@meyering.net>
11301
11302 * src/conflicts.c (conflicts_print): Correct format string typo:
11303 use `%%' to produce literal `%'. (trivial change)
11304
779e7ceb
PE
113052004-03-30 Paul Eggert <eggert@twinsun.com>
11306
11307 * src/getargs.c (version): Update copyright year to 2004.
11308
11309 * data/c.m4 (b4_int_type): Use 'short int' rather than
11310 'short', and similarly for 'long', 'unsigned', etc.
11311 * data/glr.c (YYTRANSLATE, yyconfl, yySymbol, yyItemNum,
11312 yygetLRActions, yyprocessOneStack, yyrecoverSyntaxError,
11313 yy_yypstack, yydumpstack): Likewise.
11314 * data/lalr1.cc (user_token_number_max_, user_token_number_max_,
11315 translate_, seq_, [], pop, Slice, range_, operator+, operator+=):
11316 Likewise.
11317 * data/yacc.c (b4_int_type, yyss, YYSTACK_BYTES, yysigned_char,
11318 yy_stack_print, yyparse): Likewise.
11319 * doc/bison.texinfo (Prologue, Multiple Types): Likewise.
11320 * lib/bbitset.h (bitset_word, BITSET_WORD_BITS): Likewise.
11321 * lib/bitset.c (bitset_print): Likewise.
11322 * lib/bitset_stats.c (bitste_log_histogram_print): Likewise.
11323 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
11324 * lib/bitsetv.c (bitsetv_dump): Likewise.
11325 * lib/ebitset.c (EBITSET_ELT_BITS, ebitset_elt_alloc): Likewise.
11326 * lib/lbitset.c (LBITSET_ELT_BITS, lbitset_elt_alloc, debug_lbitset):
11327 Likewise.
11328 * src/LR0.c (allocate_itemsets): Likewise.
11329 * src/gram.h (rule_number, rule): Likewise.
11330 * src/lalr.h (goto_number): Likewise.
11331 * src/nullable.c (nullable_compute): Likewise.
11332 * src/output.c (prepare_rules): Likewise.
11333 * src/relation.c (relation_print, relation_digraph): Likewise.
11334 * src/relation.h (relation_node): Likewise.
11335 * src/state.h (state_number, transitions, errs, reductions,
11336 struct state): Likewise.
11337 * src/symtab.h (symbol_number, struct symbol): Likewise.
11338 * src/tables.c (vector_number, tally, action_number,
11339 default_goto, goto_actions): Likewise.
11340 * tests/existing.at (GNU Cim Grammar): Likewise.
11341 * tests/regression.at (Web2c Actions): Likewise.
11342
11343 * src/output.c (muscle_insert_short_int_table): Renamed from
11344 muscle_insert_short_table. All uses changed.
11345
d6328241
PH
113462004-03-25 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
11347
11348 * src/parse-gram.y: Define PERCENT_EXPECT_RR.
11349 (declaration): Replace expected_conflicts with expected_sr_conflicts.
11350 Add %expect-rr rule.
4f16766c 11351
d6328241
PH
11352 * src/scan-gram.l: Recognize %expect-rr.
11353
4f16766c 11354 * src/conflicts.h (expected_sr_conflicts): Rename from
d6328241 11355 expected_conflicts.
4f16766c 11356 (expected_rr_conflicts): Declare.
d6328241
PH
11357
11358 * src/conflicts.c (expected_sr_conflicts): Rename from
11359 expected_conflicts.
11360 (expected_rr_conflicts): Define.
11361 (conflicts_print): Check r/r conflicts against expected_rr_conflicts
11362 for GLR parsers.
11363 Use expected_sr_conflicts in place of expected_conflicts.
11364 Warn if expected_rr_conflicts used in non-GLR parser.
4f16766c 11365
d6328241 11366 * doc/bison.texinfo: Add documentation for %expect-rr.
4f16766c 11367
1452af69
PE
113682004-03-08 Paul Eggert <eggert@gnu.org>
11369
11370 Add support for hex token numbers. Suggested by Odd Arild Olsen in
161a71f3 11371 <http://lists.gnu.org/archive/html/bison-patches/2004-03/msg00000.html>.
1452af69
PE
11372
11373 * NEWS: Document hexadecimal tokens, no NUL bytes, %destructor
11374 in lalr1.cc.
11375 * doc/bison.texinfo (Token Decl): Add hexadecimal token numbers.
11376 * src/scan-gram.l (scan_integer): New function.
11377 ({int}): Use it.
11378 (0[xX][0-9abcdefABCDEF]+): New pattern, to support hex numbers.
11379 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>, \\x[0-9abcdefABCDEF]+,
11380 handle_action_dollar, handle_action_at, convert_ucn_to_byte):
11381 Say "long int", not "long", for uniformity with GNU style.
11382
006d217d
PE
113832004-02-25 Paul Eggert <eggert@twinsun.com>
11384
11385 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Ignore stdout from
11386 compilers. This fixes a problem with Intel's C++ compiler being
11387 chatty, reported by Guido Trentalancia in
161a71f3 11388 <http://lists.gnu.org/archive/html/bug-bison/2004-02/msg00030.html>.
006d217d 11389
c2729758
ADL
113902004-02-09 Alexandre Duret-Lutz <adl@gnu.org>
11391
11392 Support %destructor and merge error locations in lalr1.cc.
11393
11394 * data/lalr1.cc (b4_cxx_destruct_def): New macro.
11395 (Parser::stos_): Define unconditionally.
11396 (Parser::destruct_): New method. Generate its body with
11397 b4_yydestruct_generate.
11398 (Parser::error_start_): New attribute.
11399 (Parser::parse) <yyerrlab, yyerrlab1>: Call destruct_ on erroneous
11400 token which are discarded.
11401 (Parser::parse) <yyerrlab, yyerrorlab, yyerrlab1>: Update
11402 error_start_ when erroneous token are discarded.
11403 (Parser::parse) <yyerrlab1>: Compute the location of the error
11404 token so that it covers all the discarded tokens.
11405 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust so
11406 it can be called with `%skeleton "lalr1.cc"', and do that.
11407
dd0e0635
PE
114082004-02-02 Paul Eggert <eggert@twinsun.com>
11409
11410 * src/Makefile.am (AM_CPPFLAGS): New macro. It mentions
11411 $(top_srcdir)/lib and ../lib. This fixes a bug reported
11412 by Paul Hilfinger; the old INCLUDES value didn't mention ../lib.
11413 There's no need to mention top_builddir since Automake does that
11414 for us.
11415 (INCLUDES): Remove, as Automake says it's obsolescent.
11416 Contents migrated into AM_CPPFLAGS as described above.
11417 * lib/Makefile.am (INCLUDES): Remove; obsolescent.
11418
114192004-01-14 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
11420
11421 * data/glr.c (yytokenName): Bullet-proof against YYEMPTY token.
11422 (yyreportSyntaxError): Handle case where lookahead token is
11423 YYEMPTY.
11424
be16239b
PH
114252004-01-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
11426
11427 * data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC so that
11428 resulting parsers are compilable with C++.
11429
5fa90832
PE
114302003-12-23 Paul Eggert <eggert@twinsun.com>
11431
11432 * config/depcomp, config/install-sh: Sync with Automake 1.8.
11433 * src/output.c (output_skeleton): Rename local var.
11434 * tests/input.at (Torturing the Scanner): Don't use \x0 or \0 in
11435 Bison tokens, as this runs afoul of the 2003-10-07 change that
11436 disallowed NUL bytes in character constants or string literals.
11437
11438 * tests/local.at: Require Autoconf 2.59's Autotest.
11439 * tests/testsuite.at: Don't include local.at, since we now assume
11440 Autoconf 2.59 or later. Autoconf 2.59 had some problems with
11441 including it.
11442 * tests/Makefile.am ($(TESTSUITE)): Remove warning about ignoring
11443 multiple inclusion warnings.
dd0e0635 11444
b165c324
AD
114452003-12-02 Akim Demaille <akim@epita.fr>
11446
11447 * doc/bison.texinfo (How Can I Reset the Parser): More about start
11448 conditions.
11449 From Bruno Haible.
11450
26e06a21
ADL
114512003-11-18 Alexandre Duret-Lutz <adl@gnu.org>
11452
11453 * doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
11454
92ac3705
PE
114552003-10-07 Paul Eggert <eggert@twinsun.com>
11456
6a5ecb38
PE
11457 * tests/Makefile.am (clean-local): Don't run 'testsuite --clean'
11458 if testsuite doesn't exist.
11459
92ac3705
PE
11460 * doc/bison.texinfo (Symbols): NUL bytes are not allowed in string
11461 literals, unfortunately.
11462 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>):
11463 Complain about NUL bytes in character constants or string literals.
11464
91d2c560
PE
114652003-10-05 Paul Eggert <eggert@twinsun.com>
11466
11467 * NEWS: Don't document %no-default-prec, as it's still
11468 too experimental.
11469 * doc/bison.texinfo: Document %no-default-prec only if
11470 the defaultprec flag is set. Normally it's not.
11471
0cc3da3a
PE
114722003-10-04 Paul Eggert <eggert@twinsun.com>
11473
11474 * data/glr.c (b4_rhs_value, b4_rhs_location): Yield a
11475 non-modifiable lvalue, instead of a modifiable one.
11476 * doc/bison.texinfo (Actions): Document that $$ can
11477 be assigned to. Do not claim that $$ and $N are
11478 array element references: user code should not rely on this.
11479
22fccf95
PE
114802003-10-01 Paul Eggert <eggert@twinsun.com>
11481
11482 * src/parse-gram.h (PERCENT_NO_DEFAULT_PREC): New token.
11483 (grammar_declaration): Use it.
11484 * src/scan-gram.l: New token %no-default-prec.
11485 * tests/conflicts.at: Revamp tests to use %no-default-prec.
11486 * NEWS, doc/bison.texinfo: Document the above.
11487
fc8f2965
AD
114882003-10-01 Akim Demaille <akim@epita.fr>
11489
11490 VCG no longer supports long_straight_phase.
11491
11492 * src/vcg.c, src/vcg.h: Remove the handling of long_straight_phase.
11493 * src/print_graph.c (print_graph): Adjust.
11494
39a06c25
PE
114952003-09-30 Frank Heckenbach <frank@g-n-u.de>
11496 and Paul Eggert <eggert@twinsun.com>
11497
11498 * doc/bison.texinfo (Decl Summary, Contextual Precedence,
11499 Table of Symbols): Document %default-prec.
11500 * src/parse-gram.y (PERCENT_DEFAULT_PREC): New token.
11501 (grammar_declaration): Set default_prec on %default-prec.
11502 * src/scan-gram.l (%default-prec): New token.
11503 * src/reader.h (default_prec): New flag.
11504 * src/reader.c: Likewise.
11505 (packgram): Handle it.
11506 * tests/conflicts.at (%default-prec without %prec,
11507 %default-prec with %prec, %default-prec 1): New tests.
fc8f2965 11508
39a06c25
PE
115092003-09-30 Paul Eggert <eggert@twinsun.com>
11510
11511 * tests/testsuite.at: Include local.at, not input.at, fixing
11512 a typo in the 2003-08-25 patch.
11513
62b6aef9
AD
115142003-08-27 Akim Demaille <akim@epita.fr>
11515
11516 * data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab to pacify
11517 GCC warnings.
11518
89e1cc61
AD
115192003-08-26 Akim Demaille <akim@epita.fr>
11520
11521 * config/announce-gen (print_changelog_deltas): Neutralize "<#" as
11522 "<\#" to avoid magic from Gnus when posting parts of this script.
11523
a08460b0
AD
115242003-08-26 Akim Demaille <akim@epita.fr>
11525
11526 * data/lalr1.cc (Parser::report_syntax_error_): New, extracted from
11527 (Parser::parse): here.
11528 Adjust: nerrs and errstatus is now replaced by...
11529 (Parser::nerrs_, Parser::errstatus_): New.
11530
603f1cfd
AD
115312003-08-25 Akim Demaille <akim@epita.fr>
11532
11533 * config/announce-gen, Makefile.cfg: New.
11534 * Makefile.am: Adjust.
11535 * GNUmakefile, Makefile.maint: Update from CVS Autoconf, but
11536 keeping local WGET and WGETFLAGS modifications from Paul Eggert.
11537
cd3684cf
AD
115382003-08-25 Akim Demaille <akim@epita.fr>
11539
11540 When reducing initial empty rules, Bison parser read an initial
11541 location that is not defined. This results in garbage, and that
11542 affects Bison's own parser. Therefore we need (i) to extend Bison
11543 to support a means to initialize this location, and (ii) to use
11544 this CVS Bison to fix CVS Bison's parser.
11545
11546 * src/reader.h, reader.c (epilogue_augment): Remove, replace
11547 with...
11548 * src/muscle_tab.h, src/muscle_tab.c (muscle_code_grow): this.
11549 * src/parse-gram.y: Adjust.
11550 (%initial-action): New.
11551 (%error-verbose): Since we require CVS Bison, there is no reason
11552 not to use it.
11553 * src/scan-gram.l: Adjust.
11554 * src/Makefile.am (YACC): New, to make sure we use our own parser.
11555 * data/yacc.c (yyparse): Use b4_initial_action.
11556
4e03e201
AD
115572003-08-25 Akim Demaille <akim@epita.fr>
11558
11559 * doc/bison.texinfo: Don't promote stdout for error messages.
11560
8c182d05
AD
115612003-08-25 Akim Demaille <akim@epita.fr>
11562
11563 * data/lalr1.cc (Parser::reduce_print_): Remove unused yyi.
11564 From Alexandre Duret-Lutz.
11565
6a60c4cf
PE
115662003-08-25 Akim Demaille <akim@epita.fr>
11567
11568 Version 1.875c.
11569
25f66e1a
AD
115702003-08-25 Akim Demaille <akim@epita.fr>
11571
11572 * data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT): New.
11573 Use them.
11574
5348bfbe
AD
115752003-08-25 Akim Demaille <akim@epita.fr>
11576
11577 * data/lalr1.cc (Parser::reduce_print_): New.
11578 Use it.
11579
47301314
AD
115802003-08-25 Akim Demaille <akim@epita.fr>
11581
11582 Have lalr1.cc catch with Paul Eggert's patch to fix the infinite
11583 error recovery loops. This patch is based on
161a71f3 11584 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00000.html>.
47301314
AD
11585 Also, augment the similarity between lalr1.cc and yacc.c.
11586 Note: the locations of error recovery rules are not correct yet.
11587
11588 * data/lalr1.cc: Comment changes to augment the similarity between
11589 lalr1.cc and yacc.c.
11590 (YYERROR): Goto to yyerrorlab, not yyerrlab1.
11591 (yyerrlab1): Remove, but where it used to be (now the bottom part of
11592 yyerrlab), when hitting EOF, pop the whole stack here instead of
11593 merely falling thru the default error handling mechanism.
11594 (yyerrorlab): New label, with the old contents of YYERROR,
11595 plus the following change: pop the stack of rhs corresponding
11596 to the production that invoked YYERROR. That is how Yacc
11597 behaves (required by POSIX).
11598 * tests/calc.at (AT_CHECK_CALC_LALR1_CC): No longer expected to
11599 fail.
11600
1f7a61ff
AD
116012003-08-25 Akim Demaille <akim@epita.fr>
11602
11603 Tune local.at so that people can "autom4te -l autotest calc.at -o
11604 calc" for instance, to extract a sub test suite.
11605
11606 * tests/testsuite.at: Move the initialization, Autotest version
11607 requirement, and AT_TESTED invocation into...
11608 * tests/local.at: here.
11609 * tests/testsuite.at: Include it for compatibility with Autoconf
11610 2.57.
11611 * tests/Makefile.am ($(TESTSUITE)): Report that the warning should
11612 be ignore.
11613
327b5b56
PE
116142003-08-04 Paul Eggert <eggert@twinsun.com>
11615
11616 Rework code slightly to avoid gcc -Wtraditional warnings.
11617 * data/glr.c (yyuserMerge): Return void, not YYSTYPE.
11618 The returned value is now stored in *YY0. All callers changed.
11619 * src/output.c (merge_output): Adjust to the above change.
11620
0051e3ed
PE
116212003-07-26 Paul Eggert <eggert@twinsun.com>
11622
11623 * data/glr.c (YYASSERT): New macro.
11624 (yyfillin, yydoAction, yyglrReduce, yysplitStack,
11625 yyresolveStates, yyprocessOneStack):
11626 Use `YYASSERT (FOO);' rather than `if (! (FOO)) abort ();'.
11627 Derived from a suggestion by Frank Heckenbach.
1f7a61ff 11628
137437c6
PE
116292003-07-25 Paul Eggert <eggert@twinsun.com>
11630
5b620e06
PE
11631 * data/glr.c (yyglrReduce): Don't use C89 string concatenation,
11632 for portability to K&R C (after ansi2knr, presumably). See
161a71f3 11633 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>
5b620e06
PE
11634 by Frank Heckenbach, though I have omitted the structure-initialization
11635 part of his glr-knr.diff patch since I recall that the Portable
11636 C Compiler didn't require that change.
11637
137437c6
PE
11638 Let the user specify how to allocate and free memory.
11639 Derived from a suggestion by Frank Heckenbach in
161a71f3 11640 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>.
137437c6
PE
11641 * data/glr.c (YYFREE, YYMALLOC, YYREALLOC): New macros.
11642 All uses of free, malloc, realloc changed to use these macros,
11643 and unnecessary casts removed.
11644 * data/yacc.c (YYFREE, YYMALLOC): Likewise.
11645
ddb85ca5
PE
116462003-07-06 Matthias Mann <MatthiasMann@gmx.de>
11647
11648 * data/lalr1.cc (operator<<(std::ostream&, const Position&)):
11649 use s.empty() rather than s == "" to test for empty string; see
161a71f3 11650 <http://lists.gnu.org/archive/html/bison-patches/2003-07/msg00003.html>
ddb85ca5
PE
11651 (trivial change)
11652
39910e09
AD
116532003-06-25 Akim Demaille <akim@epita.fr>
11654
11655 * config/depcomp, config/install-sh: Update from masters.
11656
0ae99356
PE
116572003-06-20 Paul Eggert <eggert@twinsun.com>
11658
11659 * data/glr.c (YYLLOC_DEFAULT): Parenthesize arguments as needed,
11660 and return properly parenthesized result.
11661 * data/lalar1.cc (YYLLOC_DEFAULT): Likewise.
11662 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
11663 Remove unnecessary parentheses from uses.
11664 * doc/bison.texinfo (Location Default Action): Describe the
11665 conventions for parentheses.
11666
cd05d13c
PE
116672003-06-19 Paul Eggert <eggert@twinsun.com>
11668
81fd08ca
PE
11669 * data/glr.c (yyremoveDeletes, yy_reduce_print, yyglrReduce,
11670 yyreportTree): Do not assume that size_t is the same width as int,
11671 when printing sizes. Print sizes using an unsigned format.
11672 Problem reported by Frank Heckenbach in
161a71f3 11673 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00035.html>.
4dcf140b 11674
cd05d13c
PE
11675 Port to Forte Developer 7 C compiler.
11676 * data/glr.c (struct YYLTYPE): If locations are not being used,
11677 declare a single dummy member, as empty structs do not conform
11678 to the C standard.
11679 (YYERROR, YYBACKUP): Do not use "do { ...; return foo; } while (0)";
11680 the Forte Developer 7 C compiler complains that end-of-loop
11681 code is not reached.
11682
4dcf140b
PE
116832003-06-17 Paul Eggert <eggert@twinsun.com>
11684
11685 * lib/libiberty.h (PARAMS): Spell argument as Args, not as X, to
11686 avoid warnings from picky compilers about redefinition of PARAMS.
11687
8dd76bee
PE
116882003-06-17 Paul Eggert <eggert@twinsun.com>
11689
11690 Version 1.875b.
11691
11692 * NEWS: Document 1.875b.
11693
11694 * lib/bbitset.h: Do not include config.h; that's the includer's job.
11695 Do not include <sys/types.h>; shouldn't be needed on a C89 host.
11696 * lib/bitset.h (bitset_compatible_p): Indent as per GNU standard.
11697 Don't use 'index' in comments, as it's a builtin fn on some hosts.
11698 * lib/bitset_stats.c: Include gettext.h unconditionally, as
11699 per recent gettext manual's suggestion.
11700 * lib/ebitset.c (ebitset_resize, ebitset_unused_clear):
11701 Use prototypes, not old-style definitions.
11702 * lib/lbitset.c (lbitset_unused_clear): Likewise.
11703 * lib/vbitset.c (vbitset_resize, vbitset_ones, vbitset_zero,
11704 vbitset_empty_p, vbitset_copy1, vbitset_not, vbitset_equal_p,
11705 vbitset_subset_p, vbitset_disjoint_p, vbitset_and, vbitset_and_cmp,
11706 vbitset_andn, vbitset_andn_cmp, vbitset_or, vbitset_or_cmp,
11707 vbitset_xor, vbitset_xor_cmp, vbitset_and_or, vbitset_and_or_cmp,
11708 vbitset_andn_or, vbitset_andn_or_cmp, vbitset_or_and,
11709 vbitset_or_and_cmp, vbitset_copy): Likewise.
11710
11711 * lib/libiberty.h: Do not include config.h; that's the includer's job.
11712 Do not include <stdlib.h>.
11713 (PARAMS): Define unconditionally for C89.
11714 (ATTRIBUTE_NORETURN): Remove.
11715 (ATTRIBUTE_UNUSED): Define unconditionally.
11716
11717 Upgrade to 2003-06-08 libbitset, submitted by Michael Hayes in:
161a71f3 11718 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00005.html>
8dd76bee
PE
11719 * lib/Makefile.am (bitsets_sources): Add vbitset.c, vbitset.h.
11720 * lib/vbitset.c, lib/vbitset.h: New files.
11721 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
11722 lib/bitset_stats.c, lib/ebitset.c, lib/lbitset.c: Import
11723 from libbitset.
11724
11725 * doc/bison.texinfo (How Can I Reset the Parser): Renamed from
11726 `How Can I Reset @code{yyparse}', since texinfo does not allow
11727 arbitrary @ in node names.
11728
11729 * m4/Makefile.am (EXTRA_DIST): Add the following files, which
11730 shouldn't be needed according to the gettext 0.12.1 documentation
11731 but which seem to be needed anyway: codeset.m4 glibc21.m4
f8e8262e 11732 intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 isc-posix.m4
8dd76bee 11733 lcmessage.m4 nls.m4 po.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4.
f8e8262e 11734 * po/Makefile.in.in: Upgrade to gettext 0.12.1 version.
cd05d13c 11735
8dd76bee
PE
11736 * lib/.cvsignore: Add stdbool.h.
11737 * m4/.cvsignore: Add nls.m4, po.m4.
11738
11739 Upgrade to CVS gnulib.
11740 * stdbool_.h: File renamed from stdbool.h.in.
11741 * configure.ac (AM_STDBOOL_H): Invoke this instead of
11742 AC_HEADER_STDBOOL.
11743 (AM_GNU_GETTEXT): Put brackets around args, as latest manual suggests.
11744 (AM_GNU_GETTEXT_VERSION): Update to 0.12.1.
11745 * lib/Makefile.am (EXTRA_DIST): Add stdbool_.h.
11746 (MOSTLYCLEANFILES): New var.
11747 ($(libbison_a_OBJECTS)): Depend on $(STDBOOL_H).
11748 (stdbool.h): New rule.
11749 * lib/dirname.c, lib/dirname.h, lib/hash.c, lib/hash.h,
11750 lib/malloc.c, lib/obstack.h, lib/quote.c, lib/realloc.c,
11751 lib/strcasecmp.c, lib/xalloc.h, m4/alloca.m4, m4/onceonly.m4,
11752 m4/quote.m4: Upgrade to today's gnulib.
11753
11754 * tests/calc.at (AT_CHECK_CALC): New option EXPECTED-TO-FAIL.
11755 (AT_CHECK_CALC_LALR1_CC): Use it, since the C++ LALR parser fails
11756 the tests right now.
11757 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Ensure yylex and
11758 yyerror are declared before use; C99 requires this.
11759
25005f6a
PH
117602003-06-09 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
11761
11762 * data/glr.c (YYERROR): Update definition to reset yyerrState to 0
11763 first.
11764 (yyrecoverSyntaxError): Correct the logic for setting and testing
11765 yyerrState.
11766 Correct comment on handling EOF.
11767 Allow states with only a default reduction, rather than failing
8dd76bee 11768 (I can't quite reconstruct why these were not allowed before).
25005f6a 11769
137437c6 11770 Fixes to avoid problem that $-N rules in GLR parsers can cause
25005f6a 11771 buffer overruns, corrupting state.
8dd76bee
PE
11772
11773 * src/output.c (prepare_rules): Output max_left_semantic_context
25005f6a
PH
11774 definition.
11775 * src/reader.h (max_left_semantic_context): New variable declaration.
11776 * src/scan-gram.l (max_left_semantic_context): Define.
11777 (handle_action_dollar): Update max_left_semantic_context.
11778 * data/glr.c (YYMAXLEFT): New definition.
11779 (yydoAction): Increase size of yyrhsVals by YYMAXLEFT.
11780 (yyresolveAction): Ditto.
11781
11782 Fixes to problems with location handling in GLR parsers reported by
11783 Frank Heckenbach (2003/06/05).
11784
11785 * data/glr.c (YYLTYPE): Make trivial if locations not used.
11786 (YYRHSLOC): Add parentheses, and define only if locations used.
11787 (YYLLOC_DEFAULT): Add parentheses, and give trivial definition if
11788 locations not used.
11789 (yyuserAction): Use YYLLOC_DEFAULT to set *yylocp.
11790 (yydoAction): Remove redundant initialization of *yyvalp and *yylocp.
8dd76bee 11791
25005f6a
PH
11792 * tests/cxx-type.at: Exercise location information; update tests
11793 to differentiate output with and without locations.
8dd76bee 11794 Remove forward declarations of yylex and yyerror---caused errors
25005f6a
PH
11795 because default YYLTYPE not yet defined.
11796 Change semantic actions to compute strings, rather than printing
11797 them directly (to test proper passing of semantics values). Change
11798 output to prefix notation and update test data and expected results.
11799 (yylex): Track locations.
11800 (stmtMerge): Return value rather than printing, and include arguments
11801 in value.
8dd76bee 11802
711f40b7
PE
118032003-06-03 Paul Eggert <eggert@twinsun.com>
11804
11805 Avoid warnings generated by GCC 2.95.4 when Bison is
11806 configured with --enable-gcc-warnings.
11807 * data/lalr1.cc (yy::]b4_parser_class_name[::parse,
11808 yy::]b4_parser_class_name[::translate_,
11809 yy::Stack::operator[] (unsigned),
11810 yy::Stack::operator[] (unsigned) const,
11811 yy::Slice::operator[] (unsigned),
11812 yy::Slice::operator[] (unsigned) const):
11813 Rename local vars to avoid warnings.
11814 * tests/glr-regression.at (Improper handling of embedded actions
11815 and $-N in GLR parsers): Remove unused local variable from yylex.
11816 * tests/regression.at (_AT_DATA_DANCER_Y): Declare yylex to take
11817 (void) as arg when not pure, since we now assume C89 when building
11818 Bison. Pacify GCC by using parameter.
11819
ac695f7d
PE
118202003-06-02 Paul Eggert <eggert@twinsun.com>
11821
11822 * data/lalr1.cc (yy::Position::lines, yy::Position::columns,
11823 yy::Location::lines, yy::Location::columns): Rename arguments
11824 to avoid shadowing; this removes a warning generated by GCC 3.3.
11825
26ec81e0
PE
118262003-06-01 Paul Eggert <eggert@twinsun.com>
11827
11828 Don't pass C-only warning optins (e.g., -Wmissing-declarations)
11829 to g++, as GCC 3.3 complains if you do it.
11830 * configure.ac (WARNING_CXXFLAGS): New subst. Set it to
11831 everything that WARNING_CFLAGS has, except omit warnings
11832 not suitable for C++.
11833 (AC_PROG_CXX): Use this instead of AC_CHECK_PROGS([CXX], [g++]).
11834 * tests/atlocal.in (CXXFLAGS): New var.
11835 * tests/local.at (AT_COMPILE_CXX): Use it instead of CFLAGS.
11836
11837 Fix a GLR parser bug I reported in February; see
161a71f3 11838 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00008.html>.
26ec81e0
PE
11839 The problem was that GLR parsers did not conform to the C standard,
11840 because actions like { $1 = $2 + $3; } expanded to expressions
11841 that invoked YYFILL in separate subexpressions, and YYFILL assigned
11842 to a local variable. The C standard says that expressions
11843 like (var = f ()) + (var = f ()) have undefined behavior.
11844 Another problem was that GCC sometimes issues warnings that
11845 yyfill and its parameters are unused.
11846
11847 * data/glr.c (yyfillin): Renamed from the old yyfill. Mark
11848 as possibly unused.
11849 (yyfill): New function.
11850 (YYFILL): Use it.
11851 (yyuserAction): Change type of yynormal to bool, so that it matches
11852 the new yyfill signature. Mark it as possibly unused.
11853
11854
11855 Follow up on a bug I reported in February, where a Bison-generated
11856 parser can loop. Provide a test case and a fix for yacc.c. I
11857 don't have a fix for lalr1.cc or for glr.c, unfortunately.
11858 The original bug report is in:
161a71f3 11859 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00044.html>
26ec81e0
PE
11860
11861 * data/yacc.c (YYERROR): Now just 'goto yyerrorlab', since the
11862 macro's size was becoming unwieldy.
11863 (yyerrlab): Do not discard an empty lookahead symbol, as this
11864 might destroy garbage.
11865 (yyerrorlab): New label, with the old contents of YYERROR,
11866 plus the following change: pop the stack of rhs corresponding
11867 to the production that invoked YYERROR. That is how Yacc
11868 behaves, and POSIX requires this behavior.
11869 (yyerrlab1): Use YYPOPSTACK instead of its definiens.
11870 * tests/calc.at (_AT_DATA_CALC_Y): Include unistd.h if available.
11871 Define 'alarm' to do nothing if unistd.h is not available.
11872 Add a new rule "exp: '-' error;" to test the above change to
11873 data/yacc.c. Use 'alarm' to abort any test taking longer than
11874 10 seconds, as it's probably looping.
11875 (AT_CHECK_CALC): Test recovery from error in new grammar rule.
11876 Also, the new yacc.c generates two fewer diagnostics for an
11877 existing test.
11878
d0829076
PE
118792003-05-24 Paul Eggert <eggert@twinsun.com>
11880
c6ae27df
PE
11881 * data/glr.c (YYSTACKEXPANDABLE): Do not evaluate
11882 YYSTYPE_IS_TRIVIAL or YYSTYPE_IS_TRIVIAL unless they are defined.
11883 This fixes a problem reported by John Bowman when the Compaq/HP
11884 Alpha cxx compiler happy (e.g. using cxx -D__USE_STD_IOSTREAM
11885 -ansi -Wall -gall).
11886 * data/yacc.c (union yyalloc): Likewise.
11887 (YYCOPY): Do not evaluate __GNUC__ unless it is defined.
26ec81e0 11888
d0829076
PE
11889 Switch from 'int' to 'bool' where that makes sense.
11890
11891 * lib/abitset.c (abitset_test, abitset_empty_p, abitset_equal_p,
11892 abitset_subset_p, abitset_disjoint_p, abitset_and_cmp,
11893 abitset_andn_cmp, abitset_or_cmp, abitset_xor_cmp, abitset_and_or,
11894 abitset_and_or_cmp, abitset_andn_or_cmp, abitset_or_and_cmp):
11895 Return or accept bool, not int. All callers changed.
11896 * lib/bbitset.h: (bitset_toggle_, bitset_copy_, bitset_and_or_cmp_,
11897 bitset_andn_or_cmp_, bitset_or_and_cmp_): Likewise.
11898 * lib/bitset.c (bitset_only_set_p, bitset_print, bitset_toggle_,
11899 bitset_copy_, bitset_op4_cmp, bitset_and_or_cmp_, bitset_andn_or_cmp_,
11900 bitset_or_and_cmp_): Likewise.
11901 * lib/bitset.h (bitset_test, bitset_only_set_p): Likewise.
11902 * lib/bitset_stats.c (bitset_stats_print, bitset_stats_toggle,
11903 bitset_stats_test, bitset_stats_empty_p, bitset_stats_disjoint_p,
11904 bitset_stats_equal_p, bitset_stats_subset_p, bitset_stats_and_cmp,
11905 bitset_stats_andn_cmp, bitset_stats_or_cmp, bitset_stats_xor_cmp,
11906 bitset_stats_and_or_cmp, bitset_stats_andn_or_cmp,
11907 bitset_stats_or_and_cmp): Likewise.
11908 * lib/ebitset.c (ebitset_elt_zero_p, ebitset_equal_p, ebitset_copy_cmp,
11909 ebitset_test, ebitset_empty_p, ebitset_subset_p, ebitset_disjoint_p,
11910 ebitset_op3_cmp, ebitset_and_cmp, ebitset_andn_cmp, ebitset_or_cmp,
11911 ebitset_xor_cmp): Likewise.
11912 * lib/lbitset.c (lbitset_elt_zero_p, lbitset_equal_p, lbitset_copy_cmp,
11913 lbitset_test, lbitset_empty_p, lbitset_subset_p, lbitset_disjoint_p,
11914 lbitset_op3_cmp, lbitset_and_cmp, lbitset_andn_cmp, lbitset_or_cmp,
11915 lbitset_xor_cmp): Likewise.
11916 * lib/bbitset.h: Include <stdbool.h>.
11917 (struct bitset_vtable): The following members now return bool, not
11918 int: toggle, test, empty_p, disjoint_p, equal_p, subset_p,
11919 and_cmp, andn_cmp, or_cmp, xor_cmp, and_or_cmp, andn_or_cmp,
11920 or_and_cmp).
11921 * src/conflicts.c (count_rr_conflicts): Likewise.
11922 * lib/bitset_stats.h (bitset_stats_enabled): Now bool, not int.
11923 All uses changed.
11924 * lib/ebitset.c (ebitset_obstack_init): Likewise.
11925 * lib/lbitset.c (lbitset_obstack_init): Likewise.
11926 * src/getargs.c (debug_flag, defines_flag, locations_flag,
11927 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
11928 graph_flag): Likewise.
11929 * src/getargs.h (debug_flag, defines_flag, locations_flag,
11930 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
11931 graph_flag): Likewise.
11932 * src/output.c (error_verbose): Likewise.
11933 * src/output.h (error_verbose): Likewise.
11934 * src/reader.c (start_flag, typed): Likewise.
11935 * src/reader.h (typed): Likewise.
11936 * src/getargs.c (LOCATIONS_OPTION): New constant.
11937 (long_options, getargs): Use it.
11938 * src/lalr.c (build_relations): Use bool, not int.
11939 * src/nullable.c (nullable_compute): Likewise.
11940 * src/print.c (print_reductions): Likewise.
11941 * src/tables.c (action_row, pack_vector): Likewise.
11942 * src/muscle_tab.h (MUSCLE_INSERT_BOOL): New macro.
11943 * src/output.c (prepare): Use it.
11944 * src/output.c (token_definitions_output,
11945 symbol_destructors_output, symbol_destructors_output): Use string,
11946 not boolean integer, to keep track of whether to output separator.
11947 * src/print_graph.c (print_core): Likewise.
11948 * src/state.c (state_rule_lookaheads_print): Likewise.
11949
11950 * config/install-sh: Sync from automake 1.7.5.
11951
6b2584b7
PE
119522003-05-14 Paul Eggert <eggert@twinsun.com>
11953
11954 * src/parse-gram.y (rules_or_grammar_declaration): Require a
11955 semicolon after a grammar declaration, in the interest of possible
11956 future changes to the Bison input language.
11957 Do not allow a stray semicolon at the start of the grammar.
11958 (rhses.1): Allow one or more semicolons after any rule, including
11959 just before "|" as required by POSIX.
11960 * tests/input.at (Torturing the Scanner): Add tests for ";|" in a
11961 grammar.
11962
caf37a36
ADL
119632003-05-14 Alexandre Duret-Lutz <adl@gnu.org>
11964
11965 %parse-param support for lalr1.cc.
11966
11967 * data/lalr1.cc (b4_parse_param_decl, b4_parse_param_cons,
11968 b4_cc_constructor_calls, b4_cc_constructor_call,
11969 b4_parse_param_vars, b4_cc_var_decls, b4_cc_var_decl): New m4
11970 definitions.
11971 (yy::b4_parser_class_name::b4_parser_class_name): Take extra
11972 parse-param arguments.
11973 (yy::b4_parser_class_name): Declare instance variables to
11974 hold parse-param arguments.
11975 * tests/calc.at: s/value/semantic_value/ because value clashes
11976 with a member of yy::b4_parser_class_name. Adjust C++ code
11977 to handle %parse-param. Enable %parse-param test in C++.
11978
3ab37077
PE
119792003-05-12 Paul Eggert <eggert@twinsun.com>
11980
11981 * doc/bison.texinfo (How Can I Reset @code{yyparse}): Reword the
11982 English a bit. Fix fclose typo. Change "const char" to "char
11983 const", and use ANSI C rather than K&R for "main". Suggest
11984 YY_FLUSH_BUFFER over yyrestart (as that is what Flex recommends)
11985 and suggest yy_switch_to_buffer.
11986
119872003-05-05 Paul Eggert <eggert@twinsun.com>
163ab321
PE
11988
11989 * lib/bitset.h (__INT_TO_PTR): Define to a value that presumes
11990 C89. This avoids a diagnostic on compilers that define __STDC__
11991 to 0, fixing a problem with Tru64 cc reported by Martin Mokrejs in
161a71f3 11992 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
163ab321 11993
e743727f
PE
119942003-05-03 Paul Eggert <eggert@twinsun.com>
11995
11996 * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):
11997 Do not overrun array bounds.
11998 This should fix a bug reported today by Olatunji Oluwabukunmi in
161a71f3 11999 <http://lists.gnu.org/archive/html/bug-bison/2003-05/msg00004.html>.
e743727f 12000
916708d5
AD
120012003-04-29 Akim Demaille <akim@epita.fr>
12002
12003 * src/gram.h, src/gram.c (pure_parser, glr_parser): Move to...
12004 * src/getargs.c, src/getargs.h: here, as bool, not int.
12005 (nondeterministic_parser): New.
12006 * src/parse-gram.y, src/scan-gram.l: Support
12007 %nondeterministic-parser.
12008 * src/output.c (prepare): Use nondeterministic_parser instead
12009 of glr_parser where appropriate.
12010 * src/tables.c (conflict_row, action_row, save_row)
12011 (token_actions, token_actions, pack_vector): Ditto.
12012
a06ea4aa
AD
120132003-04-29 Akim Demaille <akim@epita.fr>
12014
12015 * doc/bison.texinfo (C++ Parsers, Implementing Loops): New.
12016
211074ca
AD
120172003-04-29 Akim Demaille <akim@epita.fr>
12018
12019 * tests/calc.at: Also test yacc.c and glr.c (but not lalr1.cc yet)
12020 with %pure-parser and %locations to exercise the patch from Yakov
12021 Markovitch below.
12022
6175ffe3
PE
120232003-04-28 Tim Van Holder <tim.van.holder@pandora.be>
12024
12025 * data/yacc.c: (b4_lex_param): Corrected for the case where
12026 %lex-param is provided and %pure-parser isn't.
12027
b1e95857
PE
120282003-04-27 Paul Eggert <eggert@twinsun.com>
12029
12030 Avoid gcc -Wundef warnings reported by Gerald Pfeifer in
161a71f3 12031 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00044.html>.
b1e95857
PE
12032 * data/yacc.c (YYSTACK_ALLOC): Don't evaluate YYSTACK_USE_ALLOCA
12033 if it is not defined.
12034 (YYMAXDEPTH): Don't evaluate YYMAXDEPTH if it is not defined.
12035
acda9df6
PE
120362003-04-26 Paul Eggert <eggert@twinsun.com>
12037
3470c57b
PE
12038 * data/lalr1.cc (yy::Parser::pact_ninf_, yy::Parser::table_ninf_):
12039 Declare to be of type suitable for the ninf value itself, not of
12040 type suitable for the corresponding table, since the latter might
12041 be unsigned but the ninf value might be negative. This fixes a
12042 bug reported by Alexandre Duret-Lutz in
161a71f3 12043 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00017.html>.
3470c57b 12044
acda9df6
PE
12045 * configure.ac (AC_FUNC_ERROR_AT_LINE): Remove, since gl_ERROR
12046 invokes it. We shouldn't invoke it twice because it will attempt
12047 to put error.o in the archive twice. This fixes a glitch reported
12048 by Martin Mokrejs in
161a71f3 12049 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
acda9df6 12050
b5250f26
PE
120512003-04-21 Paul Eggert <eggert@twinsun.com>
12052
12053 * m4/error.m4: Update from Bruno Haible's 2003-04-14 patch
12054 to gnulib.
12055
089ac0f1
PE
120562003-04-21 Yakov Markovitch <Markovitch@iso.ru>
12057
12058 * data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
12059 Fix obvious typo that results in uncompilable GLR parsers
12060 when both %pure-parser and %locations are used. (trivial change)
12061
5ededac6
PE
120622003-04-17 Paul Eggert <eggert@twinsun.com>
12063
1b8f2fff
PE
12064 * src/scan-gram.l: Add %option nounput, since we no longer use unput.
12065 (unexpected_eof): Renamed from unexpected_end_of_file, for brevity.
12066 Do not insert the expected token via unput, as this runs afoul
12067 of a POSIX-compatibility bug in flex 2.5.31.
12068 All uses changed to BEGIN the parent state,
12069 since we no longer insert the expected token via unput.
12070 * tests/regression.at (Invalid inputs): Remove cascaded diagnostic
12071 that is no longer emitted after the above change.
12072
5ededac6
PE
12073 * src/conflicts.c (set_conflicts): Resolve all conflicts, not just
12074 the first one. This change is from Paul Hilfinger, and it fixes
12075 regression reported by Werner Lemberg in
161a71f3 12076 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
5ededac6
PE
12077
12078 (resolve_sr_conflict): Don't invoke state_errs_set
12079 unless one or more tokens have been explicitly made errors.
12080 Otherwise, the above change causes Bison to abort.
12081
12082 * tests/existing.at (GNU pic Grammar): New test case, taken from
12083 Lemberg's email.
12084
b8be9132
AD
120852003-03-31 Akim Demaille <akim@epita.fr>
12086
12087 * doc/Makefile.am (AM_MAKEINFOFLAGS): Don't split the info file.
12088
d423d460
AD
120892003-03-31 Akim Demaille <akim@epita.fr>
12090
12091 * src/output.c (prepare_symbols): Avoid trailing spaces in the
12092 output.
12093
c7e441b4
AD
120942003-03-31 Akim Demaille <akim@epita.fr>
12095
12096 * doc/bison.texinfo (Strings are Destroyed): s/losses/loses/.
12097 From Paul Hilfinger.
12098
231897ad
AD
120992003-03-29 Akim Demaille <akim@epita.fr>
12100
12101 * m4/error.m4: Do not put under dynamic conditions some code which
12102 expansion is under static control.
12103
5b066063
AD
121042003-03-29 Akim Demaille <akim@epita.fr>
12105
12106 * doc/bison.texinfo (How Can I Reset @code{yyparse}): New.
12107
22a74fec
AD
121082003-03-29 Akim Demaille <akim@epita.fr>
12109
12110 * doc/bison.texinfo (Strings are Destroyed): New.
12111
0eee27e7
PE
121122003-03-13 Paul Eggert <eggert@twinsun.com>
12113
12114 * .cvsignore: Add configure.lineno.
12115 * src/.cvsignore: Add yacc.
12116 * tests/.cvsignore: Add testsuite.log.
12117 * doc/fdl.texi: Sync with latest FSF version.
12118
f61aad93
PE
121192003-03-12 Paul Eggert <eggert@twinsun.com>
12120
537636c7
PE
12121 * scan-gram.l (YY_USER_INIT): Initialize code_start, too.
12122 (<INITIAL><<EOF>>, <SC_PRE_CODE><<EOF>>): Set *loc to the scanner
12123 cursor, instead of leaving it undefined. This fixes a bug
12124 reported by Tim Van Holder in
161a71f3 12125 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00023.html>.
537636c7
PE
12126 * tests/input.at (Torturing the Scanner): Test the scanner on
12127 an empty input file, which was Tim Van Holder's test case.
12128
12129 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): When checking whether
12130 <sys/resource.h> can be included, include sys/time.h and
12131 sys/times.h first, if available. This works around the SunOS
12132 4.1.4 porting bug reported by Bruce Becker in
161a71f3 12133 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00018.html>.
537636c7
PE
12134
12135 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't
12136 AC_CHECK_HEADERS([sys/wait.h]), as this interferes with
12137 AC_HEADER_SYS_WAIT.
12138
f61aad93
PE
12139 Merge changes from gnulib. This was prompted because the CVS
12140 snapshot didn't build on Solaris 7 due to strnlen problems.
12141
12142 These changes need to be merged back into gnulib:
12143 * lib/hash.c: Include <stdbool.h> unconditionally.
12144 * m4/onceonly.m4 (m4_quote): New macro.
12145 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
12146 Quote AC_FOREACH variable-expansions properly.
12147 The 2003-01-03 obstack.h change also needs merging.
12148 {end of changes requiring merging}
5b066063 12149
f61aad93
PE
12150 * lib/stdbool.h.in, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
12151 m4/getopt.m4, m4/hash.m4, m4/malloc.m4, m4/memchr.m4,
12152 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/quote.m4,
12153 m4/quotearg.m4, m4/realloc.m4, m4/stpcpy.m4, m4/strnlen.m4,
12154 m4/strtol.m4, m4/strtoul.m4, m4/unlocked-io.m4, m4/xalloc.m4:
12155 New files, imported from gnulib.
12156 * m4/Makefile.am (EXTRA_DIST): Add the new m4/*.m4 files mentioned
12157 above.
12158
12159 * lib/mbswidth.c, m4/error.m4, m4/mbrtowc.m4, m4/mbswidth.m4,
12160 m4/memcmp.m4, m4/prereq.m4, m4/stdbool.m4: Update to current
12161 gnulib sources.
12162
12163 * configure.ac (gl_DIRNAME, gl_GETOPT, gl_HASH, gl_QUOTE, gl_XALLOC):
12164 Add.
12165 (gl_ERROR): New, replacing jm_PREREQ_ERROR.
12166 (gl_FUNC_ALLOCA): New, replacing AC_FUNC_ALLOCA.
12167 (gl_FUNC_STPCPY): New, replacing AC_REPLACE_FUNCS(stpcpy).
12168 (gl_FUNC_STRNLEN): New, replacing AC_FUNC_STRNLEN.
12169 (gl_MBSWIDTH): New, replacing jm_PREREQ_MBSWIDTH.
12170 (gl_OBSTACK): New, replacing AC_FUNC_OBSTACK.
12171 (gl_QUOTEARG): New, replacing jm_PREREQ_QUOTEARG.
12172 (jm_FUNC_GLIBC_UNLOCKED_IO, gl_FUNC_STPCPY, gl_FUNC_STRTOL): New.
12173 (jm_FUNC_MALLOC): New, replacing AC_FUNC_MALLOC.
12174 (jm_FUNC_REALLOC): New, replacing AC_FUNC_REALLOC.
12175 (jm_PREREQ_ARGMATCH): Remove.
12176 (AC_REPLACE_FUNCS): Remove memchr, memrchr, stpcpy, strtol, strtoul.
12177 * lib/Makefile.am (libbison_a_SOURCES): Add argmatch.c, argmatch.h.
12178
12179 * src/system.h: Include <stdbool.h> unconditionally.
12180
12181 * lib/bbitset.h: Include <limits.h> unconditionally. We have been
12182 assuming at least C89 in the bitset code for some time now.
12183
d2ffe116
AD
121842003-03-03 Akim Demaille <akim@epita.fr>
12185
12186 * ro.po: New.
12187
052826fd
AD
121882003-03-02 Akim Demaille <akim@epita.fr>
12189
12190 * doc/bison.texinfo (Table of Symbols): Reactivate the
12191 documentation for %lex-param, and %parse-param.
12192
c4749565
AD
121932003-03-02 Akim Demaille <akim@epita.fr>
12194
12195 * data/yacc.c, data/glr.c, data/lal1.cc: Use similar code to
12196 generate verbose error messages.
12197 Use the number of tokens as an upper bound in yytname, as it
12198 cannot be a non terminal.
12199
d5286af1
AD
122002003-03-02 Akim Demaille <akim@epita.fr>
12201
12202 * tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected error
12203 message.
12204
22e304a6
AD
122052003-03-02 Akim Demaille <akim@epita.fr>
12206
22e304a6
AD
12207 * tests/regression.at (_AT_DATA_DANCER_Y, AT_CHECK_DANCER): New.
12208 Use them to exercise yycheck overrun.
12209 Based on Andrew Suffield's grammar.
12210
67a25fed
AD
122112003-03-02 Akim Demaille <akim@epita.fr>
12212
12213 Create tests/local.at for Bison generic testing macros.
12214
12215 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Move to...
12216 * tests/local.at (AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS):
12217 This new file.
12218 * tests/calc.at (AT_CHECK_CALC): Adjust.
12219 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR)
12220 (AT_COMPILE, AT_COMPILE_CXX, AT_PARSER_CHECK): Move to...
12221 * tests/local.at: here.
12222 (AT_COMPILE_CXX): Tags the tests using it as c++.
12223 Ignore the test if CXX is not functional.
12224
9c2b381f
PE
122252003-03-01 Paul Eggert <eggert@twinsun.com>
12226
12227 * src/scan-gram.l (code_start): Initialize it to scanner_cursor,
12228 not loc->end, since loc->end might contain garbage and this leads
12229 to undefined behavior on some platforms.
12230 (id_loc, token_start): Use (IF_LINTed) initial values that do not
12231 depend on *loc, so that the reader doesn't give the the false
12232 impression that *loc is initialized.
12233 (<INITIAL>"%%"): Do not bother setting code_start, since its value
12234 does not survive the return.
12235
0433ba88
AD
122362003-03-01 Akim Demaille <akim@epita.fr>
12237
12238 * src/scan-gram.l (code_start): Always initialize it when entering
12239 into yylex, as SC_EPILOGUE is activated *before* the corresponding
12240 yylex invocation. An alternative would be making it static, but
12241 then it starts with the second %%'s beginning, instead of its end.
12242
b305ea69
PE
122432003-02-28 Paul Eggert <eggert@twinsun.com>
12244
12245 * lib/mbswidth.c: Include <wchar.h> before "mbswidth.h", to work
12246 around a UnixWare 7.1.1 porting bug reported by John Hughes in
161a71f3 12247 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00030.html>.
b305ea69 12248
c3d25e01
PE
122492003-02-26 Paul Eggert <eggert@twinsun.com>
12250
12251 * README: Mention compiler bug in Sun Forte Developer 6 update 2.
12252 Remove Sequent/Pyramid discussion (nobody uses them any more).
12253 Merge VMS and MS-DOS discussion; these ports may well be dead
12254 but let's keep mentioning them for now. Put <> around email
12255 addresses. Add copyright notice.
12256
c267ffbc
PE
122572003-02-24 Paul Eggert <eggert@twinsun.com>
12258
12259 * data/glr.c (yy_reduce_print): yylineno -> yylno,
12260 to avoid collision with flex use of yylineno.
12261 Problem reported by Bruce Lilly in
161a71f3 12262 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00016.html>.
c267ffbc
PE
12263 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
12264 * data/yacc.c (yy_reduce_print): Likewise.
12265
12266 * config/depcomp: Sync with Automake 1.7.3.
12267
f939fc12
AD
122682003-02-21 Akim Demaille <akim@epita.fr>
12269
12270 * data/lalr1.cc: Use temporary variables instead of casts to
12271 change integer types.
12272 Suggested by Paul Eggert.
12273
95923bd6
AD
122742003-02-21 Akim Demaille <akim@epita.fr>
12275
12276 * doc/bison.texinfo: Use "location" consistently to refer to @n,
12277 to avoid confusions with lalr1.cc's notion of Position.
12278 Suggested by Paul Eggert.
12279
2cdc240e
AD
122802003-02-20 Akim Demaille <akim@epita.fr>
12281
12282 * data/lalr1.cc (position.hh): Make sure "columns" never pushes
12283 before initial_columns.
12284 (location.hh): Use consistent variable names when defining the
12285 operator<<.
12286 Use "last" so that we subtract from Positions, not from unsigned.
12287
5d003116
AD
122882003-02-20 Akim Demaille <akim@epita.fr>
12289
12290 * data/lalr1.cc (position.hh): New subfile, including the extended
12291 and Doxygen'ed documentation of class Position.
12292 (location.hh): Use it.
12293 Document a` la Doxygen.
ba1ecc07 12294 With the help of Benoit Perrot.
5d003116 12295
d02b25f9
AD
122962003-02-20 Akim Demaille <akim@epita.fr>
12297
12298 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Define
12299 AT_YACC_IF.
12300 Redefine AT_YYERROR_SEES_LOC_IF using it.
12301 (_AT_DATA_CALC_Y): Don't declare yyerror when lalr1.cc, as it is
12302 not defined.
12303 Don't use the location in yy::Parser::error_ and
12304 yy::Parser::print_ when not %locations.
12305 Activate more lalr1.cc tests.
12306
0d1c3a04
AD
123072003-02-19 Akim Demaille <akim@epita.fr>
12308
12309 * data/lalr1.cc: When displaying a line number, be sure to make it
12310 an int.
12311
60a777aa
AD
123122003-02-19 Akim Demaille <akim@epita.fr>
12313
12314 * data/lalr1.cc (b4_stack_depth_init, yy::Parser::initdepth_):
12315 Remove, useless.
12316 (YYABORT, YYACCEPT, YYERROR): New.
12317 * tests/calc.at: Renable the lalr1.cc test.
12318
0b86fc41
AD
123192003-02-19 Akim Demaille <akim@epita.fr>
12320
12321 * tests/calc.at (AT_CHECK_CALC): Check different scenarios of
12322 error recovery, mixing with/without pops and discarding of the
12323 lookahead.
12324 Exercise YYERROR.
12325 Disable the lalr1.cc tests as currently it doesn't support YYERROR.
12326
da99a5dc
PE
123272003-02-17 Paul Eggert <eggert@twinsun.com>
12328
12329 * tests/atlocal.in (LDFLAGS, LIBS): New vars.
12330 * tests/testsuite.at (AT_COMPILE): Use them.
12331 This fixes the testsuite problem reported by Robert Lentz in
161a71f3 12332 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00011.html>.
da99a5dc 12333
93b8c255
PE
123342003-02-12 Paul Eggert <eggert@twinsun.com>
12335
12336 * data/yacc.c (yyerrlab) [YYERROR_VERBOSE]:
12337 Avoid subscript error in yycheck. Bug reported by Andrew Suffield in
161a71f3 12338 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00003.html>.
93b8c255
PE
12339 * data/glr.c (yyreportSyntaxError) [YYERROR_VERBOSE]: Likewise.
12340 Check for malloc failure, for consistency with yacc.c.
12341 (yytname_size): Remove, for consistency with yacc.c.
12342
12343 The bug still remains in data/lalr1.cc, as I didn't have time
12344 to fix it there.
12345
7548fed2
AD
123462003-02-06 Akim Demaille <akim@epita.fr>
12347
12348 * configure.ac (GXX): Rename as...
12349 (CXX): this, to keep the original Autoconf semantics.
12350 Require 2.57.
12351 * data/lalr1.cc: Fix b4_copyright invocations.
12352 If YYDEBUG is not defined, don't depend upon name_ being defined.
12353 (location.hh): Include string and iostream.
12354 (Position::filename): New member.
12355 (Position::Position ()): New.
12356 (operator<< (Position)): New.
12357 (operator- (Position, int)): New.
12358 (Location::first, Location::last): Rename as...
12359 (Location::begin, Location::end): these, to mock the conventional
12360 iterator names.
12361 (operator<< (Location)): New.
12362 * tests/atlocal.in (CXX): New.
12363 * tests/testsuite.at (AT_COMPILE_CXX): New.
12364 * tests/calc.at (_AT_DATA_CALC_Y): Adjust yyerror to report the
12365 locations in a more synthetic way.
12366 (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF is positive if
12367 lalr1.cc is used.
12368 Adjust the C locations to match those from Emacs: first column is
12369 column 0.
12370 Change all the expected results.
12371 Conform to the GCS: simplify the locations when applicable.
12372 (LOC, VAL, YYLLOC_FORMAL, YYLLOC_ARG, USE_YYLLOC, LEX_FORMALS)
12373 (LEX_ARGS, USE_LEX_ARGS, LEX_PRE_FORMALS, LEX_PRE_ARGS): Replace
12374 these CPP macros with the m4 macros new defined by...
12375 (AT_CHECK_PUSHDEFS): this, i.e.:
12376 (AT_LALR1_CC_IF, AT_PURE_LEX_IF, AT_LOC, AT_VAL, AT_LEX_FORMALS)
d02b25f9 12377 (AT_LEX_ARGS, AT_USE_LEX_ARGS, AT_LEX_PRE_FORMALS, AT_LEX_PRE_ARGS)
7548fed2
AD
12378 New macros.
12379 (AT_CHECK_POPDEFS): Undefine them.
12380 (AT_CHECK_CALC_LALR1_CC): New.
12381 Use it for the first lalr1.cc test.
12382
43a176ef
AD
123832003-02-04 Akim Demaille <akim@epita.fr>
12384
12385 * data/lalr1.cc (YYLLOC_DEFAULT): Fix its definition: be based on
12386 Location as is defined.
12387
fc049e9c
AD
123882003-02-04 Akim Demaille <akim@epita.fr>
12389
12390 * data/lalr1.cc: If YYDEBUG is not defined, don't depend upon
12391 name_ being defined.
12392
a737b216
PE
123932003-02-03 Paul Eggert <eggert@twinsun.com>
12394
12395 * src/gram.h (start_symbol): Remove unused decl.
12396
12397 Use more-consistent naming conventions for local vars.
12398
12399 * src/derives.c (derives_compute): Change type of local var from
12400 int to rule_number.
12401 * src/gram.c (grammar_rules_partial_print): Likewise.
12402 * src/print.c (print_core): Likewise.
12403 * src/reduce.c (reduce_grammar_tables): Likewise.
12404
12405 * src/gram.c (grammar_dump): Change name of item_number *
12406 local var from r to rp.
12407 * src/nullable.c (nullable_compute): Likewise.
12408
12409 * src/gram.h (ISTOKEN, ISVAR): Use i, not s, for int var.
12410
12411 * src/gram.h (symbol_number_as_item_number): Use sym, not s,
12412 for symbol or symbol_number var.
12413 * src/reader.c (grammar_start_symbol_set): Likewise.
12414 * src/reader.h (grammar_start_symbol_set, grammar_symbol_append):
12415 Likewise.
12416 * src/state.c (transitions_to): Likewise.
12417 * src/state.h: Likewise.
12418 * src/tables.c (symbol_number_to_vector_number): Likewise.
12419
12420 * src/muscle_tab.h (MUSCLE_OBSTACK_SGROW): Use p, not s, for
12421 char * var.
12422
12423 * src/parse-gram.y (lloc_default): Use loc, not r, for YYLTYPE
12424 var.
12425
12426 * src/scan-gram.l (no_cr_read): Use bytes_read, not s, for size
12427 var.
12428
12429 * src/system.h (xstrndup, strchr, strspn, strnlen, memchr, memrchr):
12430 Use str, not s, for char * var. Use ch, not c, for character var.
12431 Use size for size var.
12432
12433 * src/uniqstr.c (uniqstr_new, uniqstr_assert): Use str, not s, for
12434 char * var.
12435 (uniqstr_print, uniqst_print_processor): Use ustr, not s, for
12436 uniqstr var.
12437 * src/uniqstr.h: Likewise.
12438
12439 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
12440 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
12441 get_node_alignment_str, get_arrow_mode_str, get_crossing_type_str,
12442 get_view_str, get_linestyle_str, get_arrowstyle_str): Rename
12443 param to have same name as that of enum, so that we don't use
12444 "s" to stand for a non-state.
12445
68e93ad5
AD
124462003-02-02 Akim Demaille <akim@epita.fr>
12447
12448 * src/scan-skel.l: Scan more than one inert character per yylex
12449 invocation.
12450
92898986
PE
124512003-02-01 Paul Eggert <eggert@twinsun.com>
12452
12453 Version 1.875a.
12454
1d9d5d71
PE
12455 * po/LINGUAS: Add ms.
12456
0435d061
AD
124572003-01-30 Akim Demaille <akim@epita.fr>
12458
12459 * doc/Makefile.am (CLEANFILES): Add bison.fns for distcheck.
12460
6029a57f
PH
124612003-01-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
12462
12463 * tests/cxx-type.at: Correct apparent typo in Bison input: $$ instead
12464 of $1.
0435d061
AD
12465
12466 Changes in response to error report by S. Eken: GLR mode does not
6029a57f 12467 handle negative $ indices or $ indices in embedded rules correctly.
161a71f3 12468 See <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00076.html>.
0435d061 12469
6029a57f
PH
12470 * data/glr.c (b4_rhs_value): Change to use YYFILL macro.
12471 (b4_rhs_location): Ditto.
0435d061 12472 (yyfill): New function to copy from stack tree into array
6029a57f 12473 incrementally.
0435d061
AD
12474 (yyuserAction): Modify to allow incremental move of semantic values
12475 to rhs array when in GLR mode.
12476 Define YYFILL to use in user-defined actions to fill semantic array
6029a57f
PH
12477 as needed.
12478 Remove dummy use of yystack, as there is now a guaranteed use.
12479 (yydoAction): Modify to allow incremental move of semantic values
12480 to rhs array when in GLR mode.
12481 (yyresolveAction): Ditto.
12482 (yyglrShiftDefer): Update comment.
0435d061 12483 (yyresolveStates): Use X == NULL for pointers, not !X.
6029a57f
PH
12484 (yyglrReduce): Ditto.
12485 (yydoAction): Ditto
0435d061 12486
6029a57f
PH
12487 * tests/glr-regr1.at: Rename to ...
12488 * tests/glr-regression.at: Add new regression test for the problems
12489 described above (adapted from S. Eken).
12490 Update copyright notice.
12491 * tests/testsuite.at: Rename glr-regr1.at to glr-regression.at.
12492 * tests/Makefile.am: Ditto.
12493
6cee6297
PE
124942003-01-28 Paul Eggert <eggert@twinsun.com>
12495
12496 * data/lalr1.cc: Do not use @output_header_name@ unless
12497 b4_defines_flag is set. This fixes two bugs reported by
12498 Tim Van Holder in
161a71f3
PE
12499 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00071.html>
12500 and <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00073.html>.
6cee6297 12501
b2a836b5
PE
125022003-01-21 Paul Eggert <eggert@twinsun.com>
12503
12504 * data/yacc.c (YYERROR): Move code from yyerrlab1 to here, so that
12505 we don't need to worry about yyerrlab1 being reported as an
12506 "unused label" by non-GCC C compilers. The downside is that if
12507 locations are used then a couple of statements are duplicated each
12508 time YYERROR is invoked, but the upside is that the warnings
12509 should vanish.
12510 (yyerrlab1): Move code to YERROR.
12511 (yyerrlab2): Remove. Change uses back to yyerrlab1.
12512 This reverts some of the 2002-12-27 change.
12513
4196b931
PE
125142003-01-17 Paul Eggert <eggert@twinsun.com>
12515
12516 * src/output.c (symbol_printers_output): Fix typo that led
12517 to core dump. Problem reported by Antonio Rus in
161a71f3 12518 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00058.html>.
4196b931 12519
3ae831b4
AD
125202003-01-13 Akim Demaille <akim@epita.fr>,
12521 Quoc Peyrot <chojin@lrde.epita.fr>,
12522 Robert Anisko <anisko_r@lrde.epita.fr>
12523
12524 * data/lalr1.cc (parse::yyerrlab1): When popping the stack, stop
12525 when the stacks contain one element, as the loop would otherwise
12526 free the last state, and then use the top state (the one we just
12527 popped). This means that the initial elements will not be freed
12528 explicitly, as is the case in yacc.c; it is not a problem, as
12529 these elements have fake values.
12530
e3aa65c5
PE
125312003-01-11 Paul Eggert <eggert@twinsun.com>
12532
12533 * NEWS: %expect-violations are now just warnings, reverting
12534 to Bison 1.30 and 1.75 behavior. This fixes the GCC 3.2
12535 bootstrapping problem reported by Matthias Klose; see
161a71f3 12536 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00053.html>.
e3aa65c5
PE
12537 * src/conflicts.c (conflicts_print): Likewise.
12538 * tests/conflicts.at (%expect not enough, %expect too much,
12539 %expect with reduce conflicts): Likewise.
12540 * doc/bison.texinfo (Expect Decl): Document this. Also mention
12541 that the warning is enabled if the number of conflicts changes
12542 (not necessarily increases).
12543
12544 * src/getargs.c (version): Update copyright year.
12545
f0057011
AD
125462003-01-09 Akim Demaille <akim@epita.fr>
12547
12548 * src/Makefile.am, lib/Makefile.am: Use $(VAR) instead of @VAR@.
12549
1ee6d2a0
PE
125502003-01-08 Paul Eggert <eggert@twinsun.com>
12551
12552 * Makefile.maint (WGETFLAGS):
12553 New macro, containing "-C off" to disable proxy caches.
12554 All uses of $(WGET) changed to $(WGET) $(WGETFLAGS).
12555 (rel-check): Use $(WGET) instead of wget.
12556
d4fd77c4
PE
125572003-01-06 Paul Eggert <eggert@twinsun.com>
12558
12559 * doc/bison.texinfo (Generalized LR Parsing): Add a reference to
12560 the GLR paper of Scott, Johnstone and Hussain.
12561
464c6927
PE
125622003-01-04 Paul Eggert <eggert@twinsun.com>
12563
d600ee67
PE
12564 * configure.ac (AC_ARG_ENABLE): Add --disable-yacc.
12565 (YACC_SCRIPT, YACC_LIBRARY): New vars to AC_SUBST.
12566 * lib/Makefile.am (lib_LIBRARIES): liby.a -> @YACC_LIBRARY@.
12567 (EXTRA_LIBRARIES): New var, for liby.a.
12568 * src/Makefile.am (bin_SCRIPTS): yacc -> @YACC_SCRIPT@.
12569 (EXTRA_SCRIPTS): New var, for yacc.
12570
464c6927
PE
12571 * data/yacc.c (yyerrlab1): Omit attribute if __cplusplus is defined,
12572 since GNU C++ (as of 3.2.1) does not allow attributes on labels.
12573 Problem reported by Nelson H. F. Beebe.
12574
125752003-01-03 Paul Eggert <eggert@twinsun.com>
12576
12577 * lib/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
12578 (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
12579 when compiling Bison 1.875's `bitset bset = obstack_alloc
12580 (bobstack, bytes);'. Problem reported by Nelson H. F. Beebe.
12581
12582 * src/scan-skel.l (QPUTS): Omit redundant `;' from macro definition.
12583 ([^@\n]): Renamed from [^@\n]+ so that the token buffer does not
12584 grow to a huge size with typical invocation.
d600ee67 12585
464c6927
PE
12586 * lib/hash.c (_Bool, bool, false, true, __bool_true_false_are_defined):
12587 Use the pattern recommended by Autoconf 2.57, except also protect
12588 against double-definition.
12589 * src/system.h: Likewise.
12590 Portability issues reported by Nelson H. F. Beebe.
d600ee67 12591
464c6927
PE
12592 * data/glr.c (yybool): Renamed from bool, to avoid collisions in C.
12593 All uses changed. Provide a definition in both C and C++.
12594 (yytrue, yyfalse): Define even if defined (__cplusplus).
12595
12596 * lib/bitset_stats.c (bitset_stats_list): Remove unused var.
12597 Reported by Nelson H. F. Beebe.
d600ee67 12598
464c6927
PE
12599 * src/scan-skel.l ("@oline@"): Output lineno+1, not lineno.
12600
0f42c7d5
PE
126012003-01-02 Paul Eggert <eggert@twinsun.com>
12602
12603 * data/yacc.c (yyerrlab1): Append `;' after attribute, to
12604 pacify the buggy "smart preprocessor" in MacOS 10.2.3.
12605 Bug reported by Nelson H. F. Beebe.
12606
dc546b0f
PE
126072003-01-01 Paul Eggert <eggert@twinsun.com>
12608
12609 * Version 1.875.
12610
2c09b6a7
PE
126112002-12-30 Paul Eggert <eggert@twinsun.com>
12612
12613 * src/scan-gram.l (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","):
12614 Moved here from...
12615 (<INITIAL>","): Here. This causes stray "," to be treated
12616 more uniformly.
12617
dc546b0f 12618 * src/scan-gram.l (<SC_BRACED_CODE>"}"): Output ";" before the
2c09b6a7
PE
12619 last brace in braced code when not in Yacc mode, for compatibility
12620 with Bison 1.35. This resurrects the 2001-12-15 patch to
12621 src/reader.c.
12622
12623 * src/reader.h (YYDECL): Use YYSTYPE, not its deprecated alias
12624 yystype. This follows up the 2002-12-24 YYSTYPE bug fix.
12625
535c0f63
PE
126262002-12-28 Paul Eggert <eggert@twinsun.com>
12627
12628 * src/symtab.c (symbol_make_alias): Set type of SYMVAL to be
12629 that of SYM's type. This fixes Debian bug 168069, reported by
12630 Thomas Olsson.
d600ee67 12631
963fcc17
PE
126322002-12-28 Paul Eggert <eggert@twinsun.com>
12633
12634 Version 1.75f.
12635
12636 Switch back to the Yacc style of conflict reports, undoing some
12637 of the 2002-07-30 change.
12638 * doc/bison.texinfo (Understanding): Use Yacc style for
12639 conflict reports. Also, use new way of locating rules.
12640 * src/conflicts.c (conflict_report):
12641 Renamed from conflict_report_yacc, removing the old
12642 'conflict_report'. Translate the entire conflict report at once,
12643 so that we don't assume that "," has the same interpretation in
12644 all languages.
12645 (conflicts_output): Use Yacc-style conflict report for each state,
12646 instead of our more-complicated style.
12647 (conflicts_print): Use Yacc-style conflict report, except print
12648 the input file name when not emulating Yacc.
12649 * tests/conflicts.at (Unresolved SR Conflicts, Defaulted
12650 Conflicted Reduction, %expect not enough, %expect too much,
12651 %expect with reduce conflicts): Switch to Yacc-style conflict reports.
12652 * tests/existing.at (GNU Cim Grammar): Likewise.
12653 * tests/glr-regr1.at (Badly Collapsed GLR States): Likewise.
12654
12655 * src/complain.c (warn_at, warn, complain_at, complain, fatal_at,
12656 fatal): Don't invoke fflush; it's not needed and it might even be
12657 harmful for stdout, as stdout might not be open.
12658 * src/reduce.c (reduce_print): Likewise.
12659
b1efe548
PE
126602002-12-27 Paul Eggert <eggert@twinsun.com>
12661
12662 Fix a bug where error locations were not being recorded correctly.
12663 This problem was originally reported by Paul Hilfinger in
161a71f3 12664 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00086.html>.
b1efe548
PE
12665
12666 * data/yacc.c (yyparse): New local var yylerrsp, to record the
12667 top of the location stack's error locations.
12668 (yyerrlab): Set it. When discarding a token, push its location
12669 onto yylerrsp so that we don't lose track of the error's end.
12670 (yyerrlab1): Now is only the target of YYERROR, so that we can
12671 properly record the location of the action that failed. For GCC
12672 2.93 and later, insert an __attribute__ ((__unused__)) to avoid
12673 GCC warning about yyerrlab1 being unused if YYERROR is unused.
12674 (yyerrlab2): New label, which yyerrlab now falls through to.
12675 Compute the error's location by applying YYLLOC_DEFAULT to
12676 the locations of all the symbols that went into the error.
12677 * doc/bison.texinfo (Location Default Action): Mention that
12678 YYLLOC_DEFAULT is also invoked for syntax errors.
12679 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
12680 Error locations include the locations of all the tokens that were
12681 discarded, not just the last token.
d600ee67 12682
983c5c2c
PE
126832002-12-26 Paul Eggert <eggert@twinsun.com>
12684
b1efe548
PE
12685 * src/files.c: Include quote.h.
12686 (compute_output_file_names): Warn if we detect conflicting
12687 outputs to the same file. This should catch the misunderstanding
12688 exemplified by Debian Bug 165349, reported by Bruce Stephens..
12689
12690 * src/conflicts.c (conflicts_print): If the user specifies
12691 "%expect N", report an error if there are any reduce/reduce
12692 conflicts. This is what the manual says should happen.
12693 This fixes Debian bug 130890, reported by Anthony DeRobertis.
12694 * tests/conflicts.at (%expect with reduce conflicts): New test.
12695
983c5c2c
PE
12696 Don't use m4_include on relative file names, as it doesn't work as
12697 desired if there happens to be a file with that name under ".".
d600ee67 12698
983c5c2c
PE
12699 * m4sugar/version.m4: Remove; it was included but it wasn't used.
12700 * data/Makefile.am (dist_m4sugar_DATA): Remove m4sugar/version.m4.
12701 * data/m4sugar/m4sugar.m4: Don't include m4sugar/version.m4.
12702 * data/glr.c, data/lalr1.cc, data/yacc.c: Don't include c.m4.
12703 * src/output.c (output_skeleton): Use full path names when
12704 specifying a file to include; don't rely on include path, as
12705 it's unreliable when the working file contains a file with
12706 that name.
d600ee67 12707
983c5c2c
PE
127082002-12-25 Paul Eggert <eggert@twinsun.com>
12709
12710 Remove obsolete references to bison.simple and bison.hairy.
12711 Problem mentioned by Aubin Mahe in
161a71f3 12712 <http://lists.gnu.org/archive/html/help-bison/2002-12/msg00010.html>.
983c5c2c
PE
12713 * data/glr.c: Comment fix.
12714 * doc/bison.1: Remove references. Also, mention "yacc".
12715
12716 * src/getargs.c (getargs) [MSDOS]: Don't assume optarg != NULL
12717 with -g option.
12718
12719 * src/parse-gram.y (declaration): Use enum "report_states" rather
12720 than its numeric value 1.
12721
12722 * src/scan-skel.l ("@output ".*\n): Close any old yyout before
12723 opening a new one. This fixes Debian bug 165349, reported by
12724 Bruce Stephens.
12725
23f2d9dc
PE
127262002-12-24 Paul Eggert <eggert@twinsun.com>
12727
12728 Version 1.75e.
12729
12730 * Makefile.maint (cvs-update): Don't assume that the shell
12731 supports $(...), as Solaris sh doesn't.
12732
12733 * src/parse-gram.y (lloc_default): Remove test for empty
12734 nonterminals at the end, since it didn't change the result.
12735
127362002-12-24 Paul Eggert <eggert@twinsun.com>
33167b8b
PE
12737
12738 If the user does not define YYSTYPE as a macro, Bison now declares it
12739 using typedef instead of defining it as a macro. POSIX requires this.
12740 For consistency, YYLTYPE is also declared instead of defined.
12741
12742 %union directives can now have a tag before the `{', e.g., the
12743 directive `%union foo {...}' now generates the C code
12744 `typedef union foo { ... } YYSTYPE;'; this is for Yacc compatibility.
12745 The default union tag is `YYSTYPE', for compatibility with Solaris 9
12746 Yacc. For consistency, YYLTYPE's struct tag is now `YYLTYPE'
12747 instead of `yyltype'.
12748
12749 `yystype' and `yyltype' are now obsolescent macros instead of being
12750 typedefs or tags; they are no longer documented and will be
12751 withdrawn in a future release.
12752
12753 * data/glr.c (b4_location_type): Remove.
12754 (YYSTYPE): Renamed from yystype.
12755 (YYSTYPE_IS_DECLARED): New macro, used to prevent double-typedef.
12756 (struct YYLTYPE): Renamed from struct yyltype.
12757 (YYLTYPE): Renamed from yyltype.
12758 (yyltype, yystype): New (and obsolescent) macros,
12759 for backward compatibility.
12760 * data/yacc.c: Likewise.
12761
12762 * data/yacc.c (YYSTYPE): Declare as union YYSTYPE if the user
12763 does not specify a union tag. This is for compatibility with
12764 Solaris 9 yacc.
12765
12766 * src/parse-gram.y (add_param): 2nd arg is now char * not char
12767 const *, since it is now modified by stripping surrounding { }.
12768 (current_braced_code): Remove.
12769 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_UNION,
12770 PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Change names to include
12771 trailing " {...}". Now of type <chars>.
12772 (grammar_declaration): Adjust to bundled tokens.
12773 (code_content): Remove; stripping is now done by add_param.
12774 (print_token_value): Print contents of bundled tokens.
12775 (token_name): New function.
12776
12777 * src/reader.h (braced_code, current_braced_code): Remove.
12778 (token_name): New decl.
12779
12780 * src/scan-gram.l (handle_dollar, handle_at): Now takes int
12781 token_type, not braced_code code_kind. All uses changed.
12782 (SC_PRE_CODE): New state, for scanning after a keyword that
12783 has (or usually has) an immediately-following braced code.
12784 (token_type): New local var, to keep track of which token type
12785 to return when scanning braced code.
12786 (<INITIAL>"%destructor", <INITIAL>"%lex-param",
dc546b0f 12787 <INITIAL>"%parse-param", <INITIAL>"%printer",
33167b8b
PE
12788 <INITIAL>"%union"): Set token type and BEGIN SC_PRE_CODE
12789 instead of returning a token type immediately.
12790 (<INITIAL>"{"): Set token type.
12791 (<SC_BRACED_CODE>"}"): Use it.
12792 (handle_action_dollar, handle_action_at): Now returns bool
12793 indicating success. Fail if ! current_rule; this prevents a core dump.
12794 (handle_symbol_code_dollar, handle_symbol_code_at):
12795 Remove; merge body into caller.
12796 (handle_dollar, handle_at): Complain in invalid contexts.
12797
12798 * NEWS, doc/bison.texinfo: Document the above.
12799 * NEWS: Fix years and program names in copyright notice.
12800
879ca4f8
PE
128012002-12-17 Paul Eggert <eggert@twinsun.com>
12802
12803 * NEWS, doc/bison.texinfo (Parser Function, Pure Calling, Error
12804 Reporting, Table of Symbols): Omit mentions of %lex-param and
12805 %parse-param from the documentation for now.
12806
1c5fe69d
PE
128072002-12-15 Paul Eggert <eggert@twinsun.com>
12808
12809 Undo most of the 2002-11-12 yychar -> yytoken patch, as it broke
12810 GCC 3.2.1 (which depends on yychar == YYEMPTY when there is no
12811 lookahead symbol, and which sets yychar in parser actions) and it
7ea9026a
PE
12812 disagreed with the Bison documentation. Bug
12813 reported by Andrew Walrond.
d600ee67 12814
1c5fe69d
PE
12815 * data/yacc.c (YYTRANSLATE): Don't check for negative argument,
12816 as the caller now does that.
12817 (yyclearin, YYBACKUP, yyparse): Use yychar, not yytoken.
12818 (YYEMPTY): Parenthesize right hand side, since others use it.
12819 (yyparse): Don't assume that our generated code is the only code
12820 that sets yychar.
12821
d1de5372
PE
128222002-12-13 Paul Eggert <eggert@twinsun.com>
12823
12824 Version 1.75d.
12825
12826 POSIX requires a "yacc" command.
12827 * src/Makefile.am (bin_SCRIPTS): New macro, for yacc.
12828 (MOSTLYCLEANFILES): Add yacc.
12829 (yacc): New rule.
1c5fe69d 12830 * doc/bison.texinfo (Invocation, Bison Options): Mention yacc
d1de5372
PE
12831 as an alias for bison y.
12832
12833 * po/LINGUAS: Add da.
d600ee67 12834
d1de5372
PE
12835 * src/getargs.c (__GNU_LIBRARY__) [lint]: Define to work around
12836 problem with latest <getopt.h>.
12837 (HACK_FOR___GNU_LIBRARY___PROTOTYPE): New macro.
12838
12839 * doc/fdl.texi: Upgrade to 1.2.
12840 * lib/alloca.c, lib/error.c, lib/getopt.c, lib/getopt.h
12841 lib/getopt1.c, lib/gettext.h, lib/memrchr.c, lib/obstack.c,
12842 lib/obstack.h, lib/strnlen.c, lib/unlocked-io.h: Sync with
12843 gnulib.
12844 * config/install-sh: Sync with autotools.
12845
12846 Fix a bad interaction with flex 2.5.23 reported by Bruce Lilly in
161a71f3 12847 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
d1de5372
PE
12848 * data/yacc.c (YYLTYPE, struct yyltype): Do not define unless
12849 locations are requested.
12850 (union yyalloc): Do not depend on YYLTYPE_IS_TRIVIAL unless
12851 locations are requested.
12852
d0f3fe23
PE
128532002-12-12 Paul Eggert <eggert@twinsun.com>
12854
12855 Remove unportable casts and storage allocation tricks.
12856 While we're at it, remove almost all casts, since they
12857 usually aren't needed and are a sign of trouble.
12858
12859 * configure.ac (AC_CHECK_TYPES): Check for uintptr_t.
12860
12861 * src/derives.c (derives_compute): Do not subtract NTOKENS from
12862 the pointer DSET returned by malloc; this isn't portable.
12863 Instead, always use DSET[i - NTOKENS] rather than DSET[i].
12864 Similarly for DERIVES.
12865 * src/lalr.c (set_goto_map): Likewise, for GOTO_MAP and TEMP_MAP.
12866 * src/nullable.c (nullable_compute): Likewise, for RSETS and NULLABLE.
12867 * src/reduce.c (reduce_grammar_tables): Likewise, for nontermmap
12868
12869 * src/derives.c (derives_compute): Do not bother invoking
12870 int_of_rule_number, since rule numbers are integers.
12871
12872 * src/files.c (concat2, tr, compute_base_name): Use xmalloc (N)
12873 rather than XMALLOC (char, N).
12874
12875 * src/files.c (filename_split): Rewrite to avoid cast.
12876
12877 * src/gram.h (symbol_number_as_item_number,
12878 item_number_as_symbol_number, rule_number_as_item_number,
12879 item_number_as_rule_number):
12880 Now inline functions rather than macros, to avoid casts.
12881 * src/state.h (state_number_as_int): Likewise.
12882 * src/tables.c (state_number_to_vector_number,
12883 symbol_number_to_vector_number): Likewise.
12884
12885 * src/gram.h (int_of_rule_number): Remove; no longer used.
12886
12887 * src/lalr.c (add_lookback_edge): Use malloc rather than calloc,
12888 since the resulting storage is always stored into.
12889
12890 * src/main.c (alloca) [C_ALLOCA]: Add decl here, the only place
12891 where it's needed.
12892
12893 * src/muscle_tab.c (muscle_m4_output):
12894 Now inline. Return bool, not int.
12895 * src/state.c (state_compare): Likewise.
12896 * src/symtab.c (symbol_check_defined,
12897 symbol_check_alias_consistency, symbol_pack, symbol_translation,
12898 hash_compare_symbol, hash_symbol):
12899 Likewise.
12900 * src/uniqstr.c (uniqstr_print): Likewise.
12901 * src/muscle_tab.c (muscle_m4_output_processor):
12902 New function, to avoid casts.
12903 * src/state.c (state_comparator, stage_hasher): Likewise.
12904 * src/symtab.c (symbol_check_defined_processor,
12905 symbol_check_alias_consistency_processor, symbol_pack_processor,
12906 symbol_translation_processor, hash_symbol_comparator,
12907 hash_symbol_hasher): Likewise.
12908 * src/uniqstr.c (uniqstr_print_processor): Likewise.
12909 * src/muscle_tab.c (muscles_m4_output):
12910 Use new functions instead of casting old functions unportably.
12911 * src/state.c (state_hash_new): Likewise.
12912 * src/symtab.c (symbols_new, symbols_do, symbols_check_defined,
12913 symbols_token_translations_init):
12914 Likewise.
12915 * src/uniqstr.c (uniqstrs_new, hash_initialize, uniqstrs_do): Likewise.
12916
12917 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): Use long local
12918 var instead of casting to long, to avoid casts.
12919 (prepare_states): Use MALLOC rather than alloca, so that we don't
12920 have to worry about alloca.
12921 * src/state.c (state_hash_lookup): Likewise.
12922
12923 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>"'"): Use unsigned char
12924 local var instead of casting to unsigned char, to avoid casts.
12925
12926 * src/state.c (TRANSITIONS_ALLOC, ERRS_ALLOC, REDUCTIONS_ALLOC,
12927 STATE_ALLOC): Remove.
12928 (transitions_new, errs_new, reductions_new, state_new): Use malloc
12929 rather than calloc, and use offsetof to avoid allocating slightly
12930 too much storage.
12931 (state_new): Initialize all members.
12932
12933 * src/state.c (state_hash): Use unsigned accumulator, not signed.
12934
12935 * src/symtab.c (symbol_free): Remove; unused.
12936 (symbol_get): Remove cast in lhs of assignment.
12937 (symbols_do): Now static. Accept generic arguments, not
12938 hashing-related ones.
12939
12940 * src/symtab.h: (NUMBER_UNDEFINED): Remove unnecessary cast.
12941 (symbol_processor): Remove.
12942 (symbols_do): Remove decl; now static.
12943
12944 * src/system.h (alloca): Remove; decl no longer needed.
12945 (<stddef.h>): Include, for offsetof.
12946 (<inttypes.>, <stdint.h>): Include if available.
12947 (uintptr_t): New type, if system lacks it.
12948 (CALLOC, MALLOC, REALLOC): New macros.
12949 All uses of XCALLOC, XMALLOC, and XREALLOC changed to use these
12950 new macros.
12951
12952 * src/tables.c (table_size): Now int, to pacify GCC.
12953 (table_grow, table_ninf_remap): Use signed table size.
12954 (save_row): Don't bother initializing locals when not needed.
12955 (default_goto, goto_actions, pack_vector): Remove unnecessary casts.
12956 * src/uniqstr.c (hash_compare_uniqstr): Likewise.
12957
12958 * src/vcg.h: Correct misspellings.
12959
12960 * src/vcg_defaults.h (G_CMAX): Now INT_MAX.
12961
12962
12963 * src/getargs.c (getargs): Don't assume EOF == -1.
12964
26b4a969
PE
129652002-12-09 Paul Eggert <eggert@twinsun.com>
12966
12967 Change identifier spellings to avoid collisions with names
12968 that are reserved by POSIX.
12969
12970 Don't use names ending in _t, since POSIX reserves them.
12971 For consistency, remove _e and _s endings -- they're weren't
12972 needed to remove ambiguity. All uses changed.
12973 * src/uniqstr.h (uniqstr): Renamed from uniqstr_t, which in
12974 turn was just renamed from struniq_t.
12975 * src/uniqstr.c (uniqstr_processor): Renamed from struniq_processor,
12976 which in turn was just renamed from struniq_processor_t.
12977 (hash_compare_uniqstr): Renamed from hash_compare_struniq, which
12978 in turn was renamed from hash_compare_struniq_t.
12979 * src/LR0.c (struct state_list): Renamed from struct state_list_s.
12980 (state_list): Renamed from state_list_t.
12981 * src/assoc.h (assoc): Renamed from assoc_t.
12982 * src/conflicts.c (enum conflict_resolution): Renamed from
12983 enum conflict_resolution_e.
12984 * src/derives.c (struct rule_list): Renamed from struct rule_list_s.
12985 (rule_list): Renamed from rule_list_t.
12986 * src/getargs.h (enum trace): Renamed from enum trace_e.
12987 (enum report): Renamed from enum report_e.
12988 * src/gram.h (item_number): Renamed from item_number_t.
12989 (rule_number): Renamed from rule_number_t.
12990 (struct rule_s): Remove the "rule_s" part; not used.
12991 (rule): Renamed from rule_t.
12992 (rule_filter): Renamed from rule_filter_t.
12993 * src/lalr.c (struct goto_list): Renamed from struct goto_list_s.
12994 (goto_list): Renamed from goto_list_t.
12995 * src/lalr.h (goto_number): Renamed from goto_number_t.
12996 * src/location.h (location): Renamed from location_t.
12997 * src/muscle_tab.c (muscle_entry): Renamed from muscle_entry_t,
12998 and moved here from:
12999 * src/muscle_tab.h (muscle_entry_t): here.
13000 * src/nullable.c (struct rule_list): Renamed from struct rule_list_s.
13001 (rule_list): Renamed from rule_list_t.
13002 * src/print_graph.c (static_graph): Renamed from graph.
13003 * src/reader.h (braced_code): Renamed from braced_code_t.
13004 Remove brace_code_e tag.
13005 * src/relation.h (relation_node): Renamed from relation_node_t.
13006 (relation_nodes): Renamed from relation_nodes_t.
13007 (relation): Renamed from relation_t.
13008 * src/state.h (state_number): Renamed from state_number_t.
13009 (struct state): Renamed from struct state_s.
13010 (state): Renamed from state_t.
13011 (transitions): Renamed from transitions_t. Unused (and
13012 misspelled) transtion_s tag removed.
13013 (errs): Renamed from errs_t. Unused errs_s tag removed.
13014 (reductions): Renamed from reductions_t. Unused tag
13015 reductions_s removed.
13016 * src/symlist.h (symbol_list): Renamed from symbol_list_t.
13017 (struct symbol_list): Renamed from struct symbol_list_s.
13018 * src/symtab.h (symbol_number): Renamed from symbol_number_t.
13019 (struct symbol): Renamed from struct symbol_s.
13020 (symbol): Renamed from symbol_t.
13021 * src/tables.c (vector_number): Renamed from vector_number_t.
13022 (action_number): Renamed from action_t.
13023 * src/tables.h (base_number): Renamed from base_t.
13024 * src/vcg.h (enum color): Renamed from enum color_e.
13025 (enum textmode): Renamed from enum textmode_e.
13026 (enum shape): Renamed from enum shape_e.
13027 (struct colorentry): Renamed from struct colorentry_s.
13028 (struct classname): Renamed from struct classname_s.
13029 (struct infoname): Renamed from struct infoname_s.
13030 (enum layoutalgorithm): Renamed from enum layoutalgorithm_e.
13031 (enum decision): Renamed from enum decision_e.
13032 (enum orientation): Renamed from enum orientation_e.
13033 (enum alignment): Renamed from enum alignment_e.
13034 (enum arrow_mode): Renamed from enum arrow_mode_e.
13035 (enum crossing_type): Renamed from enum crossing_type_e.
13036 (enum view): Renamed from enum view_e.
13037 (struct node): Renamed from struct node_s.
13038 (node): Renamed from node_t.
13039 (enum linestyle): Renamed from enum linestyle_e.
13040 (enum arrowstyle): Renamed from enum arrowstyle_e.
13041 (struct edge): Renamed from struct edge.
13042 (edge): Renamed from edge_t.
13043 (struct graph): Renamed from struct graph_s.
13044 (graph): Renamed from graph_t.
13045 * tests/calc.at (_AT_DATA_CALC_Y, Simple LALR Calculator):
13046 Rename value_t -> value.
13047 * tests/input.at (Torturing the Scanner): Rename value_t -> value,
13048 value_t_as_yystype -> value_as_yystype.
13049
13050 Don't include <errno.h> in the mainstream code, since it
13051 reserves E[A-Z0-9]* and we want to use symbols like 'EQUALS'.
13052 * lib/get-errno.c, lib/get-errno.h: New files.
13053 * lib/Makefile.am (libbison_a_SOURCES): Add get-errno.h,
13054 get-errno.c.
13055 * src/files.c (xfopen, xfclose): Use get_errno instead of errno.
13056 * src/output.c (output_skeleton): Likewise.
13057 * src/scan-gram.l (<INITIAL>{int}): Use set_errno and get_errno
13058 instead of errno.
13059 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>\\x[0-9abcdefABCDEF]+):
13060 Likewise.
13061 (handle_action_dollar, handle_action_at): Likewise.
13062 * src/system.h: Do not include <errno.h>.
13063 (TAB_EXT): Renamed from EXT_TAB.
13064 (OUTPUT_EXT): Renamed from EXT_OUTPUT.
13065
13066 Avoid str[a-z]*, since <string.h> reserves that name space.
13067 Change all instances of "struniq" in names to "uniqstr", and
13068 likewise for "STRUNIQ" and "UNIQSTR".
13069 * src/uniqstr.c: Renamed from src/struniq.c.
13070 * src/uniqstr.h: Renamed from src/struniq.h.
13071 * src/Makefile.am (bison_SOURCES): Adjust to these renamings.
13072 * src/files.c (strsuffix): Remove; unused.
13073 (concat2): Renamed from stringappend. Now static.
13074 * src/files.h (strsuffix, stringappend): Remove; unused.
13075 * src/parse-gram.y (<chars>): Renamed from <string>.
13076 (<uniqstr>): Renamed from <struniq>.
13077 * src/scan-gram.l (obstack_for_string): Renamed from string_obstack.
13078 * src/vcg.h (struct node_s.expand): Renamed from struct node_s.stretch.
13079 (struct graph_s.expand): Renamed from struct graph_s.stretch.
13080 * src/vcg_defaults.h (G_EXPAND): Renamed from G_STRETCH.
13081 (G_LONG_STRAIGHT_PHASE): Renamed from G_STRAIGHT_PHASE.
13082 (N_EXPAND): Renamed from N_STRETCH.
13083
13084 Avoid *_MAX and *_MIN, since <limits.h> reserves that name space.
13085 * data/yacc.c (YYSTACK_GAP_MAXIMUM): Renamed from YYSTACK_GAP_MAX.
13086 * src/gram.h (ITEM_NUMBER_MAX, ITEM_NUMBER_MIN, RULE_NUMBER_MAX):
13087 Remove; unused.
13088 * src/lalr.h (GOTO_NUMBER_MAXIMUM): Renamed from GOTO_NUMBER_MAX.
13089 * src/state.h (STATE_NUMBER_MAXIMUM): Renamed from STATE_NUMBER_MAX.
13090 * src/symtab.h (SYMBOL_NUMBER_MAXIMUM): Renamed from SYMBOL_NUMBER_MAX.
13091 * src/tables.c (VECTOR_NUMBER_MAX, VECTOR_NUMBER_MIN): Remove; unused.
13092 (BASE_MAXIMUM): Renamed from BASE_MAX.
13093 (BASE_MINIMUM): Renamed from BASE_MIN.
13094 (ACTION_MAX): Remove; unused.
13095 (ACTION_NUMBER_MINIMUM): Renamed from ACTION_MIN.
13096 Unnecessary casts removed from above defines.
13097
13098
13099 Fix misspelling in names.
13100 * src/vcg.h (enum_alignment_e): Renamed from enum_alignement_e.
13101 * src/vcg_defaults.h (G_NODE_ALIGNMENT): Renamed from
13102 G_NODE_ALIGNEMENT.
13103
13104
13105 * lib/timevar.c (timevar_report): Renamed from time_report,
13106 for consistency with other names.
13107 * lib/timevar.h (timevar_report): New decl.
13108 * src/system.h (time_report): Remove; decl is now in lib/timevar.h.
13109
13110
13111 Sort include-file uses.
13112
13113 Reorder all include files under src to be in the order "system.h".
13114 then the ../lib include files in angle brackets (alphabetized),
13115 then the . include files in double-quotes (alphabetized). Fix
13116 dependency breakages encountered in this process, as follows:
13117 * src/closure.h, src/derives.h, src/state.h: Include "gram.h".
13118 * src/complain.c: Don't include stdlib.h, string.h _LIBC stuff.
13119 * src/state.h: Include "symtab.h".
13120
996b1c7e
PE
131212002-12-08 Paul Eggert <eggert@twinsun.com>
13122
13123 * data/glr.c, data/lalr1.cc, data/yacc.c: Do not use __file__,
13124 since this causes problems when __file__ contains character
13125 sequences like "@" that are treated specially by src/scan-skel.l.
13126 Instead, just use the file's basename. This fixes the bug
13127 reported by Martin Mokrejs in
161a71f3 13128 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00007.html>.
996b1c7e 13129
e19c4e5d
PE
131302002-12-06 Paul Eggert <eggert@twinsun.com>
13131
13132 Add support for rules that do not have trailing semicolons, as
13133 POSIX requires. Improve the quality of locations in Bison
13134 diagnostics.
26b4a969 13135
e19c4e5d
PE
13136 * src/location.c: Include <quotearg.h>.
13137 (empty_location): Now const.
13138 (location_print): New function. Follow the recommendation of the
13139 GNU Coding Standards for locations that span file boundaries.
13140 * src/location.h: Do not include <quotearg.h>; no longer needed.
13141 (boundary): New type.
13142 (location_t): Use it. This allows locations to span file boundaries.
13143 All member uses changed: file -> start.file or end.file (as needed),
13144 first_line -> start.line, first_column -> start.column,
13145 last_line -> end.line, last_column -> end.column.
13146 (equal_boundaries): New function.
13147 (LOCATION_RESET, LOCATION_STEP): Remove.
13148 (LOCATION_PRINT): Remove. All callers changed to use location_print.
13149 (empty_location): Now const.
13150 (location_print): New decl.
13151 * src/parse-gram.y (lloc_default): New function, which handles
13152 empty locations more accurately.
13153 (YYLLOC_DEFAULT): Use it.
13154 (%token COLON): Remove.
13155 (%token ID_COLON): New token.
26b4a969 13156 (rules): Use it.
e19c4e5d
PE
13157 (declarations, rules): Remove trailing semicolon.
13158 (declaration, rules_or_grammar_declaration):
13159 Allow empty (";") declaration.
13160 (symbol_def): Remove empty actions; no longer needed.
13161 (rules_or_grammar_declaration): Remove trailing semicolon.
13162 (semi_colon.opt): Remove.
13163 * src/reader.h: Include location.h.
13164 (scanner_cursor): New decl.
13165 * src/reduce.c (nonterminals_reduce): Use warn_at rather than
13166 rolling our own.
13167 * src/scan-gram.l (YY_USER_INIT): Initialize scanner_cursor instead
13168 of *loc.
13169 (STEP): Remove. No longer needed, now that adjust_location does
13170 the work. All uses removed.
13171 (scanner_cursor): New var.
13172 (adjust_location): Renamed from extend_location. It now sets
13173 *loc and adjusts the scanner cursor. All uses changed.
13174 Don't bother testing for CR.
13175 (handle_syncline): Remove location arg; now updates scanner cursor.
13176 All callers changed.
13177 (unexpected_end_of_file): Now accepts start boundary of token or
13178 comment, not location. All callers changed. Update scanner cursor,
13179 not the location.
13180 (SC_AFTER_IDENTIFIER): New state.
13181 (context_state): Renamed from c_context. All uses changed.
13182 (id_loc, code_start, token_start): New local vars.
13183 (<INITIAL,SC_AFTER_IDENTIFIER>): New initial context. Move all
13184 processing of Yacc white space and equivalents here.
13185 (<INITIAL>{id}): Save id_loc. Begin state SC_AFTER_IDENTIFIER
13186 instead of returning ID immediately, since we need to search for
13187 a subsequent colon.
13188 (<INITIAL>"'", "\""): Save token_start.
13189 (<INITIAL>"%{", "{", "%%"): Save code_start.
13190 (<SC_AFTER_IDENTIFIER>): New state, looking for a colon.
13191 (<SC_YACC_COMMENT>, <SC_COMMENT>, <SC_LINE_COMMENT>):
13192 BEGIN context_state at end, not INITIAL.
13193 (<SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'",
13194 <SC_BRACED_CODE>"}", <SC_PROLOGUE>"%}", <SC_EPILOGUE><<EOF>>):
13195 Return correct token start.
13196 (<SC_BRACED_CODE,SC_PROLOGUE,SC_EPILOGUE>): Save start boundary when
13197 the start of a character, string or multiline comment is found.
13198 * tests/conflicts.at (S/R in initial, Defaulted Conflicted
13199 Reduction): Adjust reported locations to match the more-precise
13200 results now expected.
13201 * tests/input.at (Invalid $n, Invalid @n, Type Clashes): Likewise.
13202 * tests/reduce.at (Useless Rules, Reduced Automaton,
13203 Underivable Rules): Likewise.
13204 * tests/regression.at (Invalid inputs): No longer `expecting ";"
13205 or "|"' now that so many other tokens are allowed by the new grammar.
13206
13207 * src/complain.h (current_file): Remove duplicate decl;
13208 current_file is now owned by files.h.
13209 * src/complain.c, src/scan-gram.l: Include files.h.
13210
132112002-12-06 Paul Eggert <eggert@twinsun.com>
26b4a969 13212
e19c4e5d
PE
13213 * data/glr.c (yy_reduce_print): Don't assume that yyrline[yyrule]
13214 promotes to int; it might be unsigned int.
13215 * data/yacc.c (yy_reduce_print): Likewise.
13216
13217 * doc/bison.texinfo (Table of Symbols): YYERROR_VERBOSE should
13218 be #defined in the prologue, not in the Bison declarations.
13219 This fixes Debian Bug 102878, reported by Shaul Karl.
26b4a969 13220
b64755e3
PE
132212002-12-02 Paul Eggert <eggert@twinsun.com>
13222
13223 * configure.ac (AC_REPLACE_FUNCS): Add strtoul.
13224 * lib/strtoul.c: New file, from gnulib.
13225 This fixes a porting bug reported by Peter Klein in
161a71f3 13226 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00000.html>.
b64755e3 13227
6e746484
PE
132282002-11-30 Paul Eggert <eggert@twinsun.com>
13229
b64755e3
PE
13230 * src/scan-gram.l (no_cr_read, extend_location): Move to epilogue,
13231 and put only a forward declaration in the prologue. This is for
13232 consistency with the other scanner helper functions.
13233
6ba55592
PE
13234 Type clashes now generate warnings, not errors, since it
13235 appears that POSIX may allow some grammars with type clashes.
13236 * src/reader.c (grammar_current_rule_check): Warn about
13237 type clashes instead of complaining.
13238 * tests/input.at (Type Clashes): Expect warnings, not complaints.
13239
6e746484
PE
13240 Add Yacc library, since POSIX requires it.
13241 * doc/bison.texinfo (Yacc Library): New node. Regenerate top menu.
13242 * lib/Makefile.am (lib_LIBRARIES, liby_a_SOURCES): New macros.
13243 * lib/main.c, lib/yyerror.c: New files.
13244
13245 gram_error can be static; it need not be extern.
13246 * src/reader.h (gram_error): Remove decl.
13247 * src/parse-gram.y (gram_error): Now static. Add static decl.
13248 (print_token_value): Omit parameter names from forward decl,
13249 for consistency.
13250
88510f9c
PE
132512002-11-29 Paul Eggert <eggert@twinsun.com>
13252
6e746484
PE
13253 * doc/bison.texinfo: Emphasize that yylex and yyerror must
13254 be declared before being used. E.g., one should typically
13255 declare them in the prologue. Use GNU coding style in examples.
13256 Put "const" consistently after the type it modifies. Mention
13257 that C99 supports "inline". Mention that yyerror traditionally
13258 returns "int".
13259
88510f9c
PE
13260 %parse-param and %lex-param now take just one argument, the
13261 declaration; the argument name is deduced from the declaration.
13262
13263 * doc/bison.texinfo (Parser Function, Pure Calling, Error
13264 Reporting, Table of Symbols): Document this.
13265 * src/parse-gram.y (add_param): New function.
13266 (COMMA): Remove.
13267 (declaration): Implement new rule for %parse-param and %lex-param.
13268 * src/scan-gram.l: "," now elicits a warning, rather than being
13269 a token; this is more compatible with byacc.
13270 * tests/calc.at (Simple LALR Calculator): Adopt new convention.
13271
bb92250c
PE
132722002-11-27 Paul Eggert <eggert@twinsun.com>
13273
13274 Rename identifiers to avoid real and potential collisions.
13275
13276 * data/c.m4 (b4_yysymprint_generate): yyout -> yyoutput,
13277 to avoid collision with lex macro described by Bruce Lilly in
161a71f3 13278 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
bb92250c
PE
13279 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
13280 * doc/bison.texinfo (Prologue, Tracing): yyprint -> print_token_value.
13281 * src/parse-gram.y (print_token_value): Renamed from yyprint.
13282 All uses changed.
13283 (YYPARSE_PARAM, YYLEX_PARAM, yycontrol): Remove. All uses changed.
13284 The name "yycontrol" violates the name space rules, and this stuff
13285 wasn't being used anyway.
13286 (input): Remove action; this stuff wasn't being used.
13287 (gram_error): Rename local variable yylloc -> loc.
13288 * src/reader.h (struct gram_control_s, gram_control_t): Remove.
13289 (YY_DECL): Don't use "yy" at start of local variables.
13290 All uses changed, e.g., yylloc -> loc.
13291 * src/scan-gram.l (STEP): Renamed from YY_STEP. All uses changed.
13292 (STRING_GROW): Renamed from YY_OBS_GROW. All uses changed.
13293 (STRING_FINISH): Renamed from YY_OBS_FINISH. All uses changed.
13294 (STRING_FREE): Renamed from YY_OBS_FREE. All uses changed.
13295
13296 * src/parse-gram.y (gram_error): loc is now const *.
13297 * src/reader.h (gram_error): Likewise.
13298
3af4feb2
PE
132992002-11-24 Paul Eggert <eggert@twinsun.com>
13300
13301 Version 1.75c.
13302
13303 * tests/actions.at (Actions after errors): Use an output format
13304 more similar to that of the Printers and Destructors test.
13305 Test the position of the ';' token too.
13306 (Printers and Destructors): Likewise.
13307 (Printers and Destructors: %glr-parser): Remove for now, to avoid
13308 unnecessarily alarming people when the test fails.
13309
13310 * data/yacc.c (yyerrlab1): Move this label down, so that the
13311 parser does not discard the lookahead token if the user code
13312 invokes YYERROR. This change is required for POSIX conformance.
13313
13314 * lib/error.c: Sync with gnulib.
13315
133162002-11-22 Paul Eggert <eggert@twinsun.com>
13317
13318 * lib/quotearg.c, lib/quotearg.h: Sync with gnulib.
13319 * lib/mbswidth.c, lib/mbswidth.h: Likewise.
13320 * lib/xmalloc.c: Likewise.
26b4a969 13321
58004308
PE
133222002-11-20 Paul Eggert <eggert@twinsun.com>
13323
13324 * lib/argmatch.c, lib/argmatch.h: Sync with gnulib.
13325
133262002-11-20 Paul Eggert <eggert@twinsun.com>
26b4a969 13327
58004308
PE
13328 Avoid use of <assert.h>, as the GNU Coding Standards hint that one
13329 should use `if (! x) abort ();' rather than `assert (x);', and
13330 anyway it's one less thing to worry about configuring.
13331
13332 * data/glr.c, lib/hash.c, src/system.h: Do not include <assert.h>.
13333 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise,
13334 and replace all instances of assert with abort.
13335 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
13336 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Likewise.
13337
13338 * data/glr.c (yydoAction, yyglrReduce, yysplitStack, yyresolveStates,
13339 yyresolveAction, yyprocessOneStack): Use abort rather than assert.
13340 * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
13341 hash_find_entry, hash_rehash, hash_insert): Likewise.
13342 * src/conflicts.c (resolve_sr_conflict): Likewise.
13343 * src/lalr.c (set_goto_map, map_goto): Likewise.
13344 * src/nullable.c (nullable_compute): Likewise.
13345 * src/output.c (prepare_rules, token_definitions_output): Likewise.
13346 * src/reader.c (packgram, reader): Likewise.
13347 * src/state.c (state_new, state_free, state_transitions_set,
13348 state_reduction_find): Likewise.
13349 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias,
13350 symbol_pack): Likewise.
13351 * src/tables.c (conflict_row, pack_vector): Likewise.
13352 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
13353 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
13354 get_node_alignement_str, get_arrow_mode_str, get_crossing_type_str,
13355 get_view_str, get_linestyle_str, get_arrowstyle_str): Likewise.
13356
13357 * lib/argmatch.h (ARRAY_CARDINALITY): Do not bother to #undef.
13358 (ARGMATCH_CONSTRAINT): New macro.
13359 (ARGMATCH_ASSERT): Use it.
13360
13361 * src/system.h (verify): New macro.
13362 * src/getargs.c (trace_argmatch, report_argmatch): Use verify
13363 rather than assert.
13364 * src/tables.c (tables_generate): Likewise.
13365
13366 * src/struniq.c (struniq_assert): Now returns void, and aborts
13367 if the assertion is false.
13368 (struniq_assert_p): Remove.
13369 * src/struniq.h: Likewise.
13370
76ae8198
PE
133712002-11-18 Paul Eggert <eggert@twinsun.com>
13372
13373 * data/glr.c (yygetLRActions): Replace `yyindex' with
13374 `yytable[yyindex]' to fix typo introduced in my 2002-11-09 patch.
13375 This fixes the regression with Sun ONE Studio 7 cc that I reported in
161a71f3 13376 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00077.html>.
76ae8198 13377
d3c4e709
AD
133782002-11-18 Akim Demaille <akim@epita.fr>
13379
13380 * doc/bison.texinfo (Tracing): `yyprint' shouldn't prepend a
13381 space.
13382 From Tim Van Holder.
13383
8d8a7238
PE
133842002-11-17 Paul Eggert <eggert@twinsun.com>
13385
13386 Pacify Sun ONE Studio 7 lint. Also, rename "ParseError"
13387 to "SyntaxError" for consistency with my 2002-11-15 change.
13388
13389 * data/glr.c (YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]: Do
13390 not define to {}, since this breaks the common use of `YYDPRINTF
13391 ((...));' if a single statement is desired (e.g. before `else').
13392 Work around GCC warnings by surrounding corresponding calls with
13393 {} if needed.
13394 (yyhasResolvedValue): Remove unused function.
13395 (yymergeOptionSets, yyresolvStack): Use `continue;' for empty
13396 loop body.
13397 (yyreportSyntaxError): Renamed from yyreportParseError.
13398 (yyrecoverSyntaxError): Renamed from yyrecoverParseError.
13399 All uses changed.
13400 * tests/calc.at (_AT_DATA_CALC_Y): Make vars static instead of
13401 extern when possible. Remove unused initializations.
13402
b0937b22
AD
134032002-11-16 Akim Demaille <akim@epita.fr>
13404
13405 Augment the similarity between GLR and LALR traces.
13406
13407 * data/yacc.c (yy_stack_print, YY_STACK_PRINT, yy_reduce_print)
13408 (YY_REDUCE_PRINT): New.
13409 (yyparse): Use them.
13410 * data/glr.c (yy_reduce_print): Use YYFPRINTF, no need for
13411 YYDPRINT here.
13412 (yyglrReduce, yyrecoverParseError, yyparse): Don't report the
13413 state reached after the reduction/recovery, since...
13414 (yyparse, yyprocessOneStack): Report the state we are entering in.
13415
c5e3e510
AD
134162002-11-16 Akim Demaille <akim@epita.fr>
13417
13418 * src/getargs.h, src/getargs.c (trace_e, trace_args, trace_types):
13419 Add support for --trace=skeleton.
13420 * src/scan-skel.l: %option debug.
13421 Scan strings of non-@ or \n instead of character by character.
13422 (scan_skel): Handle trace_skeleton.
13423 (QPUTS): New.
13424 (@output_parser_name@, @output_header_name@): ``Restore'' their
13425 support (used to be M4 macros).
13426 * data/yacc.c: Quote larger chunks, a la glr.c.
13427 * data/lalr1.cc: Likewise.
13428 The header guards are no longer available, so use some other
13429 string than `YYLSP_NEEDED'.
13430
4c6cc1db
AD
134312002-11-16 Akim Demaille <akim@epita.fr>
13432
13433 Make the ``Printers and Destructors'' test more verbose, taking
13434 `yacc.c''s behavior as (possibly wrong) reference.
13435
13436 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use printf
13437 instead of fprint on stdout.
13438 Set and report the last_line of the symbols.
13439 Consistently display values and locations.
13440
6d9e8019
PE
134412002-11-16 Paul Eggert <eggert@twinsun.com>
13442
13443 * data/yacc.c: Avoid over-quoting of __line__ and __file__.
13444
6e649e65
PE
134452002-11-15 Paul Eggert <eggert@twinsun.com>
13446
b25d88f6
PE
13447 * tests/actions.at (Actions after errors): New test case.
13448
6e649e65
PE
13449 * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison.texinfo,
13450 src/conflicts.c, src/parse-gram.y, src/tables.c, src/tables.h,
13451 tests/action.at, tests/calc.at, tests/conflicts.at,
13452 tests/cxx-type.at, tests/regression.at:
13453 "parse error" -> "syntax error" for POSIX compatibility.
13454 "parsing stack overflow..." -> "parser stack overflow" so
13455 that code matches Bison documentation.
13456
0f39aab9
AD
134572002-11-15 Akim Demaille <akim@epita.fr>
13458
13459 * src/parse-gram.y (declaration): Have %parse-param and %lex-param
13460 take two BRACED_CODE, not two string_content.
13461 Free the scanner's obstack when we are done.
13462 (code_content): New.
13463 * tests/calc.at: Adjust.
13464 * doc/bison.texinfo: Adjust.
13465 Also, make sure to include the `,' for these declarations.
13466
761c1926
AD
134672002-11-15 Tim Van Holder <tim.van.holder@pandora.be>
13468
13469 * m4/prereq.m4: Removed the commented jm_PREREQ_HASH
13470 definition; avoids potential autoreconf problems.
13471
b0f98b10
AD
134722002-11-15 Akim Demaille <akim@epita.fr>
13473
13474 Always check the value returned by yyparse.
13475
13476 * tests/calc.at (_AT_DATA_CALC_Y): Have `main' exit with the value
13477 returned by yyparse.
13478 (_AT_CHECK_CALC_ERROR): Take the expected exit value as argument.
13479 Adjust calls.
13480 * tests/glr-regr1.at (glr-regr1.y): Have `main' exit with the value
13481 returned by yyparse.
13482
970785f1
PH
134832002-11-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13484
13485 * data/glr.c (yyFail): Always set yyerrflag. Corrects regression
13486 on input.at test.
13487
8fcc7db1
PE
134882002-11-14 Paul Eggert <eggert@twinsun.com>
13489
7ec1b48e
PE
13490 * src/output.c (output_skeleton): Call xfopen instead of
13491 duplicating xfopen's body.
13492
cfff7583 13493 Fix bugs reported by Nelson H. F. Beebe in
161a71f3 13494 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00078.html>.
cfff7583 13495
8fcc7db1
PE
13496 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that
13497 "$CC -E foo.h" is allowed, as this doesn't work with the Portland
13498 Group compiler. Instead, use "$CC -E bar.c". Include the .h
13499 file twice in the grammar, as an extra check.
13500
13501 * tests/input.at (Torturing the Scanner): Surround the
13502 backslash-newline tests with "#if 0", to make it less likely that
13503 we'll run into compiler bugs. Bring back solitary \ inside
13504 comment, but add a closing comment to work around HP C bug. Don't
e3aa65c5 13505 test backslash-newline in C character constant.
8fcc7db1 13506
4e8d992c
AD
135072002-11-14 Akim Demaille <akim@epita.fr>
13508
13509 * tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore the exit
13510 status of the compiler.
f32b346d 13511 Calling `exit 1' is no longer needed.
4e8d992c
AD
13512 Reported by Nelson H. F. Beebe.
13513
9501dc6e
AD
135142002-11-14 Akim Demaille <akim@epita.fr>
13515
13516 * tests/atlocal.in (CPPFLAGS): We have config.h.
13517 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR):
13518 New.
13519 * tests/actions.at, tests/calc.at, tests/conflicts.at,
13520 * tests/cxx-type.at, tests/glr-regr1.at, tests/headers.at,
13521 * tests/regression.at, tests/torture.at: Use them for all the
13522 grammars that are to be compiled.
13523 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Rename as...
13524 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): this.
13525 * doc/bison.texinfo (GLR Parsers): Document `inline'.
13526
18b519c0
AD
135272002-11-14 Akim Demaille <akim@epita.fr>
13528
13529 * doc/bison.texinfo: Various formatting changes (alignments in
13530 samples, additional @group/@end group, GCS in samples.
13531 Use @deffn instead of simple @table to define the directives,
13532 macros, variables etc.
13533
9a86cdb9
PE
135342002-11-13 Paul Eggert <eggert@twinsun.com>
13535
daa33def 13536 Fix some bugs reported by Albert Chin-A-Young in
161a71f3 13537 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00066.html>.
18b519c0 13538
daa33def 13539 * tests/input.at (Torturing the Scanner): Don't invoke "cc a.c b.c
8fcc7db1 13540 -o c"; the HP C compiler chatters during compilation.
daa33def
PE
13541 Instead, invoke "cc -c a.c -o a.o; cc -c b.c -o b.o; cc a.o b.o -o c".
13542 * tests/headers.at (export YYLTYPE): Likewise.
13543
13544 * tests/input.at (Torturing the Scanner): Remove lines containing
8fcc7db1 13545 solitary backslashes, as they tickle a bug in the HP C compiler.
daa33def 13546
9a86cdb9
PE
13547 * tests/glr-regr1.at (Badly Collapsed GLR States): Avoid //
13548 comments, since they're not portable. Use GNU coding style.
13549
9c1e26bd
AD
135502002-11-13 Akim Demaille <akim@epita.fr>
13551
13552 * data/yacc.c: Leave bigger chunks of quoted text.
13553 (YYDSYMPRINTF): New.
13554 Use it to report symbol activities.
13555 * data/glr.c (YYDSYMPRINTF): New.
13556 Use it.
13557
87f721cc
PE
135582002-11-12 Paul Eggert <eggert@twinsun.com>
13559
13560 Version 1.75b.
13561
13562 * data/glr.c (yydoAction): Return YYRESULTTAG, not int.
13563 (yyglrReduce): Return yyok, not 0.
13564 This should avoid the enumerated-type warnings reported
464c6927 13565 by Nelson H. F. Beebe in
161a71f3 13566 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00057.html>.
87f721cc
PE
13567
13568 * lib/bbitset.h (BITSET_INLINE): Remove.
13569 * lib/bitset.h [! BITSET_INLINE]: Remove.
13570 (bitset_set, bitset_reset, bitset_test): Rename local vars
13571 to avoid shadowing warnings by GCC.
13572
13573 * data/glr.c (inline): Remove #define. It's the user's
13574 responsibility to #define it away, just like 'const'.
464c6927 13575 This fixes one of the bugs reported by Nelson H. F. Beebe in
161a71f3 13576 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00058.html>.
18b519c0 13577
87f721cc
PE
13578 * Makefile.maint (po-check): Scan .l and .y files instead of the
13579 .c and the .h files that they generate. This fixes the bug
13580 reported by Tim Van Holder in:
161a71f3 13581 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00062.html>
87f721cc
PE
13582 Look for N_ as well as for _. Try to avoid matching #define for
13583 N_ and _.
13584 * po/POTFILES.in: Remove src/parse-gram.c, src/scan-gram.c,
13585 src/system.h. Add src/parse-gram.y, src/scan-gram.l.
13586 * src/scan-gram.l: Revamp regular expressions so that " and '
13587 do not confuse xgettext.
13588
13589 * src/struniq.h (struniq_new): Do not declare the return type
13590 to be 'const'; this violates the C standard.
13591 * src/struniq.c (struniq_new): Likewise.
13592
be14ade5
AD
135932002-11-12 Albert Chin-A-Young <china@thewrittenword.com>
13594
13595 * src/Makefile.am (LDADD): Link $(LIBINTL) last to avoid the
13596 duplicate definition of optind on Tru64 UNIX 4.0D with the Compaq
13597 linker.
13598
05291fbc
AD
135992002-11-12 Akim Demaille <akim@epita.fr>
13600
13601 * Makefile.maint: Sync with Autoconf:
13602 (local_updates): New.
13603
1f5fd52e
AD
136042002-11-12 Akim Demaille <akim@epita.fr>
13605
13606 * po/POTFILES.in (src/lalr.c, src/state.c): Remove
13607
283f1e64
AD
136082002-11-12 Akim Demaille <akim@epita.fr>
13609
13610 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Display the
13611 locations.
13612
886b69d1
AD
136132002-11-12 Akim Demaille <akim@epita.fr>
13614
13615 * data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep to YYPRINT,
13616 not yyvalue.
13617
3df37415
AD
136182002-11-12 Akim Demaille <akim@epita.fr>
13619
13620 * tests/actions.at (AT_CHECK_PRINTER_AND_DESTRUCTOR): New.
13621 Use it to test the GLR parser.
13622
7bd6c77e
AD
136232002-11-12 Akim Demaille <akim@epita.fr>
13624
13625 * tests/regression.at (input.y): s/YYEOF/MYEOF/, as the skeleton
13626 defines it.
13627 * data/glr.c (yystos): New.
13628 (b4_yysymprint_generate, b4_yydestruct_generate): Invoke.
13629 (YYDSYMPRINT): New.
13630 (yyval): Don't define it, it is handled via M4.
13631 (yyrecoverParseError): Free verbosely the discarded symbols.
13632 * data/yacc.c (yysymprint): Remove, rather...
13633 (b4_yysymprint_generate): invoke.
13634 * data/c.m4 (b4_yysymprint_generate): New.
13635 Accept pointers as arguments, as opposed to the version from
13636 yacc.c.
13637 (b4_yydestruct_generate): Likewise.
13638 * tests/cations.at (Printers and Destructors): Use Bison directives
13639 instead of CPP macros.
13640 Don't rely on internal details.
13641
b0400cc6
AD
136422002-11-12 Akim Demaille <akim@epita.fr>
13643
13644 * data/c.m4 (b4_yydestruct_generate, b4_symbol_actions): New.
13645 * data/yacc.c: Rename yychar1 as yytoken, as in glr.c.
13646 Don't work on yychar (i.e., do set it to YYEMPTY, don't match
13647 it against YYEMPTY and so forth), work on yytoken (i.e., set
13648 it to YYEMPTY etc.).
13649 (yydestruct): Replace with a b4_yydestruct_generate invocation.
13650 (b4_symbol_actions): Remove.
13651 * data/glr.c (YYTRANSLATE): As for yacc.c, if negative, it stands
13652 for 0, end-of-input.
13653
72f889cc
AD
136542002-11-12 Akim Demaille <akim@epita.fr>
13655
13656 * doc/bison.texinfo (Destructor Decl): New.
13657
b1ae9233
AD
136582002-11-12 Akim Demaille <akim@epita.fr>
13659
13660 * src/tables.c (tables_generate): Use free for pointers that
13661 cannot be NULL, not XFREE.
13662 (pack_vector): Use assert, not fatal, for bound violations.
13663 * src/state.c (state_new): Likewise.
13664 * src/reader.c (reader): Likewise.
13665 * src/lalr.c (set_goto_map): Likewise.
72f889cc 13666 * src/location.h (LOCATION_PRINT): If first_line is 0, just issue
b1ae9233
AD
13667 the file name.
13668
7ec2d4cd
AD
136692002-11-12 Akim Demaille <akim@epita.fr>
13670
13671 * src/scan-gram.l, src/reader.h (scanner_last_string_free):
13672 Restore.
13673 * src/scan-gram.l (last_string): Is global to the file, not to
13674 yylex.
13675 * src/parse-gram.y (input): Don't append the epilogue here,
13676 (epilogue.opt): do it here, and free the scanner's obstack.
13677 * src/reader.c (epilogue_set): Rename as...
13678 (epilogue_augment): this.
13679 * data/c.m4 (b4_epilogue): Defaults to empty.
13680
573a6cd3
AD
136812002-11-12 Akim Demaille <akim@epita.fr>
13682
13683 * src/getargs.c (long_options): Remove duplicates.
13684 * src/vmsgetargs.c, src/build.com, src/bison.cld, src/vmshlp.mar:
13685 Remove.
13686 * doc/bison.rnh: Remove.
13687 * doc/bison.texinfo (VMS Invocation): Remove.
13688
95612cfa
AD
136892002-11-12 Akim Demaille <akim@epita.fr>
13690
13691 * src/struniq.h, src/struniq.c (struniq_t): Is const.
13692 (STRUNIQ_EQ, struniq_assert, struniq_assert_p): New.
13693
13694 Use struniq for symbols.
13695
13696 * src/symtab.h (symbol_t): The tag member is a struniq.
13697 (symbol_type_set): Adjust.
13698 * src/symtab.c (symbol_new): Takes a struniq.
13699 (symbol_free): Don't free the tag member.
13700 (hash_compare_symbol_t, hash_symbol_t): Rename as...
13701 (hash_compare_symbol, hash_symbol): these.
13702 Use the fact that tags as struniqs.
13703 (symbol_get): Use struniq_new.
13704 * src/symlist.h, src/symlist.c (symbol_list_n_type_name_get):
13705 Returns a strniq.
13706 * src/reader.h (merger_list, grammar_currentmerge_set): The name
13707 and type members are struniqs.
13708 * src/reader.c (get_merge_function)
13709 (grammar_current_rule_merge_set): Adjust.
13710 (TYPE, current_type): Are struniq.
13711
13712 Use struniq for file names.
13713
13714 * src/files.h, src/files.c (infile): Split into...
13715 (grammar_file, current_file): these.
13716 * src/scan-gram.c (YY_USER_INIT, handle_syncline): Adjust.
13717 * src/reduce.c (reduce_print): Likewise.
13718 * src/getargs.c (getargs): Likewise.
13719 * src/complain.h, src/complain.c: Likewise.
13720 * src/main.c (main): Call struniqs_new early enough to use it for
13721 file names.
13722 Don't free the input file name.
13723
3e6656f9
AD
137242002-11-12 Akim Demaille <akim@epita.fr>
13725
13726 * src/symtab.c (symbol_free): Remove dead deactivated code:
13727 type_name are properly removed.
13728 Don't use XFREE to free items that cannot be NULL.
13729 * src/struniq.h, src/struniq.c: New.
13730 * src/main.c (main): Initialize/free struniqs.
13731 * src/parse-gram.y (%union): Add astruniq member.
13732 (yyprint): Adjust.
13733 * src/scan-gram.l (<{tag}>): Return a struniq.
13734 Free the obstack bit that used to store it.
13735 * src/symtab.h (symbol_t): The 'type_name' member is a struniq.
13736
7672019c
PE
137372002-11-11 Paul Eggert <eggert@twinsun.com>
13738
13739 Revamp to fix many (but not all) of the C- and M4-related quoting
13740 problems. Among other things, this fixes the Bison bug reported
13741 by Jan Hubicka when processing the Bash grammar; see:
161a71f3 13742 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00039.html>
7672019c
PE
13743
13744 Use new @ escapes consistently. Represent brackets with @{ and @}
13745 rather than @<:@ and @:>@, since this works a bit better with dumb
13746 editors like vi. Represent @ with @@, since @ is now consistently
13747 an escape. Use @oline@ and @ofile@ rather than __oline__ and
13748 __ofile__, to avoid unexpected expansions. Similarly, use @output
13749 rather than #output.
13750
13751 * data/c.m4 (b4_copyright): Omit file name from comment, since
13752 the file name could contain "*/".
13753 (b4_synclines_flag): Don't quote the 2nd argument; it should already
13754 be quoted. All uses changed.
13755
13756 * data/glr.c: Use new @ escapes consistently.
13757 (b4_input_suffix, b4_output_parser_suffix, b4_output_parser_name,
13758 b4_output_header_suffix, b4_output_header_name, b4_header_guard):
13759 Remove, since they couldn't handle arbitrary characters in file
13760 names.
13761 * data/lalr1.cc: Likewise.
13762 * data/yacc.c: Likewise.
13763
13764 * src/files.c (output_infix): Remove; all uses removed.
13765 * src/files.h: Likewise.
13766
13767 * data/glr.c: Remove use of "#ifdef b4_header_guard", since it
13768 mishandled funny characters in file names, and anyway it isn't
13769 needed any more.
13770 * data/yacc.c: Likewise.
13771 * data/lalr1.cc: Use YYSLP_NEEDED instead of b4_header_guard.
13772
13773 * data/glr.c (YYSTYPE_IS_TRIVIAL): Define when the .h file would.
13774 * data/yacc.c: Likewise.
13775
13776 * src/muscle_tab.c: Include quotearg.h, since we need to quote C
13777 strings now.
13778 (muscle_init): Quote filename as a C string.
13779 * src/muscle_tab.h (MUSCLE_GROW_STRING_PAIR): Remove; unused.
13780 (MUSCLE_OBSTACK_SGROW, MUSCLE_INSERT_C_STRING): New macros.
13781 * src/output.c (escaped_file_name_output): New function.
13782 (prepare_symbols): Quote tokens for M4.
13783 (prepare): Don't insert output_infix, output_prefix,
13784 output_parser_name, output_header_name; this is now down by scan-skel.
13785 Insert skeleton as a C string.
13786
13787 * src/output.c (user_actions_output, symbol_destructors_output,
13788 symbol_printers_output): Quote filenames for C and M4.
13789 * src/reader.c (prologue_augment, epilogue_set): Likewise.
13790
13791 * src/scan-gram.l (<SC_CHARACTER>): Don't worry about any backslash
13792 escapes other than \\ and \'; this simplifies the code.
13793 (<SC_STRING>): Likewise, for \\ and \".
13794 (<SC_COMMENT,SC_LINE_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,
13795 SC_PROLOGUE,SC_EPILOGUE>): Escape $ and @, too.
13796 Use new escapes @{ and @} for [ and ].
13797
13798 * src/scan-skel.l (yylineno, yyoutname): Remove static vars, replacing
13799 them with auto vars.
13800 Switch to new escape scheme, where @ is the escape character uniformly.
13801 Abort if a stray escape character is found. Avoid unbounded input
13802 buffer when parsing non-escaped text.
13803
13804 * tests/input.at (Torturing the Scanner): Add tests that @oline@,
13805 __oline__, #output, $@, and @{ do not have unintended meanings.
13806
acea4f3b
PE
138072002-11-09 Paul Eggert <eggert@twinsun.com>
13808
13809 Fix the test failure due to GCC warnings described in
161a71f3 13810 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00000.html>.
acea4f3b
PE
13811 * data/glr.c (yyis_pact_ninf, yyis_table_ninf): New macros, which
13812 evaluate to 0 if it's impossible for NINF to be in the respective
13813 table.
13814 (yygetLRActions, yyrecoverParseError): Use them.
13815
13816 * src/scan-gram.l (unexpected_end_of_file): Fix bug: columns were
13817 counted in the token inserted at end of file. Now takes
13818 location_t *, not location_t, so that the location can be
13819 adjusted. All uses changed.
13820
13821 * tests/regression.at (Invalid inputs): Adjust wording in
13822 diagnostic to match the new behavior.
13823
13824 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR,
13825 AT_DATA_HORIZONTAL_GRAMMAR, AT_DATA_LOOKAHEADS_GRAMMAR,
13826 AT_DATA_STACK_TORTURE): Replace `assert (x);' with `if (! (x))
13827 abort ();'. This reduces the runtime of the "Many lookaheads"
13828 test from 27.6 to 2.7 minutes on a 440 MHz Ultrasparc III running
13829 GCC 3.2.
13830
20ef1ad5
PE
138312002-11-07 Paul Eggert <eggert@twinsun.com>
13832
13833 * src/parse-gram.y (CHARACTER): Remove unused token.
13834 All uses removed.
13835
13836 * src/scan-gram.l: Remove stack option. We no longer use the
13837 stack, since the stack was never deeper than 1; instead, use the
13838 new auto var c_context to record the stacked value.
13839
13840 Remove nounput option. At an unexpected end of file, we now unput
13841 the minimal input necessary to end cleanly; this simplifies the
13842 code.
13843
13844 Avoid unbounded token sizes where this is easy.
13845
13846 (unexpected_end_of_file): New function.
13847 Use it to systematize the error message on unexpected EOF.
13848 (last-string): Now auto, not static.
13849 (YY_OBS_FREE): Remove unnecessary do while (0) wrapper.
13850 (scanner_last_string_free): Remove; not used.
13851 (percent_percent_count): Move decl to just before use.
13852 (SC_ESCAPED_CHARACTER): Return ID at unexpected end of file,
13853 not the (never otherwised-used) CHARACTER.
13854
93724f13
AD
138552002-11-07 Akim Demaille <akim@epita.fr>
13856
13857 Let yyerror always receive the msg as last argument, so that
13858 yyerror can be variadic.
13859
13860 * data/yacc.c (b4_yyerror_args): New.
13861 Use it when calling yyerror.
13862 * data/glr.c (b4_yyerror_args, b4_lyyerror_args): New.
13863 Use it when calling yyerror.
13864 * doc/bison.texinfo (Error Reporting): Adjust.
13865 * tests/calc.at (_AT_DATA_CALC_Y): Adjust.
13866 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Adjust.
13867
6e40b4eb
AD
138682002-11-06 Akim Demaille <akim@epita.fr>
13869
13870 #line should have quoted strings.
13871 Ideally, this should be done by m4_quotearg.
13872
13873 * src/scan-skel.l: Include quotearg.h.
13874 Quote __ofile__.
13875 * src/output.c (symbol_printers_output)
13876 (symbol_destructors_output): Quote the file name.
13877
2dfbfc12
AD
138782002-11-06 Akim Demaille <akim@epita.fr>
13879
13880 * tests/regression.at (Invalid inputs): Adjust to the recent
13881 messages.
13882
437c2d80
AD
138832002-11-06 Akim Demaille <akim@epita.fr>
13884
13885 Restore --no-lines.
13886 Reported by Jim Kent.
13887
13888 * data/c.m4 (b4_syncline): New.
13889 * data/glr.c, data/yacc.c, data/lalr1.cc: Use it.
13890 * src/reader.c (prologue_augment, epilogue_set): Use b4_syncline.
13891 * src/output.c (user_actions_output): Likewise.
13892 (prepare): Define 'b4_synclines_flag'.
2dfbfc12 13893 * src/muscle_tab.c (muscle_init): Don't define b4_linef.
437c2d80 13894
900c5db5
AD
138952002-11-06 Akim Demaille <akim@epita.fr>
13896
13897 * src/main.c (main): Free `infile'.
13898 * src/scan-gram.l (handle_syncline): New.
13899 Recognize `#line'.
13900 * src/output.c (user_actions_output, symbol_destructors_output)
13901 (symbol_printers_output): Use the location's file name, not
13902 infile.
13903 * src/reader.c (prologue_augment, epilogue_set): Likewise.
13904
e183b123 139052002-11-05 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
51b4a04c 13906
e183b123 13907 * src/tables.c (matching_state): Don't allow states to match if
51b4a04c 13908 either has GLR conflict entries.
e183b123 13909
193eb6b7
PE
139102002-11-05 Paul Eggert <eggert@twinsun.com>
13911
e183b123
PE
13912 * src/scan-gram.l: Use more accurate diagnostics, e.g.
13913 "integer out of range" rather than "invalid value".
13914 * tests/input.at (Invalid $n, Invalid @n): Change expected wording
13915 accordingly.
13916
193eb6b7
PE
13917 Scan <% and %> digraphs in C code as POSIX 1003.1-2001 requires.
13918 Also, remove one static variable in the scanner.
13919
13920 * src/scan-gram.l (braces_level): Now auto, not static.
13921 Initialize to zero if the compiler is being picky.
13922 (INITIAL): Clear braces_level instead of incrementing it.
13923 (SC_BRACED_CODE): Treat <% and %> as { and } when inside C code,
13924 as POSIX 1003.1-2001 requires.
13925 * src/system.h (IF_LINT): New macro, taken from coreutils.
13926 * configure.ac: Define "lint" if --enable-gcc-warnings.
13927
29c01725
AD
139282002-11-05 Akim Demaille <akim@epita.fr>
13929
13930 * src/scan-gram.l: When it starts with `%', complain about the
13931 whole directive, not just that `invalid character: %'.
13932
8aeac3ca
AD
139332002-11-04 Akim Demaille <akim@epita.fr>
13934
13935 * Makefile.maint: Update from Autoconf.
13936 (update, cvs-update, po-update, do-po-update): New.
13937
793a58bb
AD
139382002-11-04 Akim Demaille <akim@epita.fr>
13939
13940 * tests/glr-regr1.at (Badly Collapsed GLR States): Prototype yylex
13941 and yyerror.
13942 Have yyerror `use' its arguments.
13943 * tests/calc.at (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF
13944 returns true when location & yacc & pure & parse-param.
13945 (_AT_DATA_CALC_Y): Let yyerror ``use'' its arguments.
13946
c4d720cd
AD
139472002-11-04 Akim Demaille <akim@epita.fr>
13948
13949 * src/location.h (LOCATION_PRINT): Use quotearg slot 3 to avoid
13950 clashes.
13951 * src/scan-gram.l: Use [\'] instead of ['] to pacify
13952 font-lock-mode.
13953 Use complain_at.
13954 Use quote, not quote_n since LOCATION_PRINT no longer uses the
13955 slot 0.
13956
613a0dc5
PE
139572002-11-03 Paul Eggert <eggert@twinsun.com>
13958
13959 * src/reader.c (get_merge_function, grammar_current_rule_check):
13960 Use consistent diagnostics for reporting type name clashes.
13961 Quote the types with <>, for consistency with Yacc.
13962 * tests/input.at (Type Clashes): Adjust to diagnostic changes.
13963
2a8d363a
AD
139642002-11-03 Akim Demaille <akim@epita.fr>
13965
13966 * data/c.m4 (b4_identification, b4_user_args, b4_parse_param):
13967 New.
13968 * data/yacc.m4 (b4_pure_args, b4_Pure_args): New.
13969 (b4_parse_param): Remove.
13970 Use b4_identification.
13971 Propagate b4_pure_args where needed to pass them to yyerror.
13972 * data/glr.m4 (b4_parse_param): Remove.
13973 (b4_user_formals, b4_pure_args, b4_pure_formals, b4_lpure_args)
13974 (b4_lpure_formals): New.
13975 Use b4_identification.
13976 (YY_USER_FORMALS, YY_USER_ARGS): Remove, replaced by
13977 b4_user_formals and b4_user_args.
13978 (yyexpandGLRStack, yyFail, yyaddDeferredAction, yyglrShiftDefer)
13979 (yyreportAmbiguity): When using a pure parser, also need
13980 the location, and the parse-params.
13981 Adjust callers.
13982 (yyuserAction, yyglrShift, yyreportParseError, yyrecoverParseError):
13983 When using a pure parser, also need the parse-params.
13984 Adjust callers.
13985 * tests/calc.at: Test pure (%pure-parser) and absolutely pure
13986 (%pure-parser + %parse-param) LALR and GLR parsers.
13987 (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): New, define AT_PARAM_IF,
13988 AT_LOCATION_IF, AT_PURE_IF, AT_GLR_IF, AAT_PURE_AND_LOC_IF,
13989 AT_GLR_OR_PARAM_IF, AT_YYERROR_ARG_LOC_IF, AT_YYERROR_SEES_LOC_IF.
13990 (_AT_DATA_CALC_Y): Equip for purity of yyerror.
13991 (_AT_CHECK_CALC_ERROR): Use AT_YYERROR_SEES_LOC_IF.
13992 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Equip for yyerror purity.
13993 * doc/bison.texinfo: Untabify the whole file.
13994 (Parser Function): Document %parse-param, deprecate YYPARSE_PARAM.
13995 (Pure Calling): Document %lex-param, deprecate YYLEX_PARAM.
13996 (Error Reporting): Adjust to these new directives.
13997 Document %error-verbose, deprecate YYERROR_VERBOSE.
13998
9e32add8
AD
139992002-11-03 Akim Demaille <akim@epita.fr>
14000
14001 * tests/calc.at: Change all the AT_CHECK_CALC_LALR and
14002 AT_CHECK_CALC_GLR invocations to use % directives, instead of
14003 command line options.
14004 * tests/cxx-type.at: Formatting changes.
14005
b02d90a5
PE
140062002-11-03 Paul Eggert <eggert@twinsun.com>
14007
14008 * src/scan-gram.l: Revamp to fix POSIX incompatibilities,
14009 to count columns correctly, and to check for invalid inputs.
9e32add8 14010
b02d90a5
PE
14011 Use mbsnwidth to count columns correctly. Account for tabs, too.
14012 Include mbswidth.h.
14013 (YY_USER_ACTION): Invoke extend_location rather than LOCATION_COLUMNS.
14014 (extend_location): New function.
14015 (YY_LINES): Remove.
14016
14017 Handle CRLF in C code rather than in Lex code.
14018 (YY_INPUT): New macro.
14019 (no_cr_read): New function.
14020
14021 Scan UCNs, even though we don't fully handle them yet.
14022 (convert_ucn_to_byte): New function.
14023
14024 Handle backslash-newline correctly in C code.
14025 (SC_LINE_COMMENT, SC_YACC_COMMENT): New states.
14026 (eols, blanks): Remove. YY_USER_ACTION now counts newlines etc.;
14027 all uses changed.
14028 (tag, splice): New EREs. Do not allow NUL or newline in tags.
14029 Use {splice} wherever C allows backslash-newline.
14030 YY_STEP after space, newline, vertical-tab.
14031 ("/*"): BEGIN SC_YACC_COMMENT, not yy_push_state (SC_COMMENT).
9e32add8 14032
b02d90a5
PE
14033 (letter, id): Don't assume ASCII; e.g., spell out a-z.
14034
14035 ({int}, handle_action_dollar, handle_action_at): Check for integer
14036 overflow.
9e32add8 14037
b02d90a5
PE
14038 (YY_STEP): Omit trailing semicolon, so that it's more like C.
14039
14040 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>): Allow \0 and \00
14041 as well as \000. Check for UCHAR_MAX, not 255.
14042 Allow \x with an arbitrary positive number of digits, as in C.
14043 Check for overflow here.
14044 Allow \? and UCNs, for compatibility with C.
14045
14046 (handle_symbol_code_dollar): Use quote_n slot 1 to avoid collision
14047 with quote slot used by complain_at.
14048
14049 * tests/input.at: Add tests for backslash-newline, m4 quotes
14050 in symbols, long literals, and funny escapes in strings.
14051
14052 * configure.ac (jm_PREREQ_MBSWIDTH): Add.
14053 * lib/Makefile.am (libbison_a_SOURCES): Add mbswidth.h, mbswidth.c.
14054 * lib/mbswidth.h, lib/mbswidth.c: New files, from GNU gettext.
14055 * m4/Makefile.am (EXTRA_DIST): Add mbswidth.m4.
14056 * m4/mbswidth.m4: New file, from GNU coreutils.
14057
14058 * doc/bison.texinfo (Grammar Outline): Document // comments.
14059 (Symbols): Document that trigraphs have no special meaning in Bison,
14060 nor is backslash-newline allowed.
14061 (Actions): Document that trigraphs have no special meaning.
14062
14063 * src/location.h (LOCATION_COLUMNS, LOCATION_LINES): Remove;
14064 no longer used.
14065
140662002-11-02 Paul Eggert <eggert@twinsun.com>
14067
14068 * src/reader.c: Don't include quote.h; not needed.
14069 (get_merge_function): Reword warning to be consistent with
14070 type clash diagnostic in grammar_current_rule_check.
14071
14072 * lib/quotearg.c (quotearg_buffer_restyled): Fix off-by-two
14073 bug in trigraph handling.
14074
14075 * src/output.c (prepare_symbols): When printing token names,
14076 escape "[" as "@<:@" and likewise for "]".
14077
14078 * src/system.h (errno): Remove declaration, as we are now
14079 assuming C89 or better, and C89 guarantees errno.
14080
762b212b
PE
140812002-10-30 Paul Eggert <eggert@twinsun.com>
14082
14083 * lib/bitset_stats.c (bitset_stats_read, bitset_stats_write):
14084 Check for close failures.
14085 * src/files.h (xfclose): Return void, not int, since it always
14086 returned zero.
14087 * src/files.c (xfclose): Likewise. Report I/O error if ferror
14088 indicates one.
14089 * src/output.c (output_skeleton): Use xfclose rather than fclose
14090 and ferror. xfclose now checks ferror.
14091
14092 * data/glr.c (YYLEFTMOST_STATE): Remove.
14093 (yyreportTree): Use a stack-based leftmost state. This avoids
14094 our continuing battles with bogus warnings about initializers.
14095
56100c60
AD
140962002-10-30 Akim Demaille <akim@epita.fr>
14097
14098 * src/system.h: Don't use #ifdef/#ifndef on HAVE_ values, only
14099 #if.
14100
51b4a04c
PH
141012002-10-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
14102
14103 * tests/glr-regr1.at: New test for reported regressions.
14104 * tests/testsuite.at: Add glr-regr1.at test.
14105 * tests/Makefile.am: Add glr-regr1.at test.
e183b123 14106
bf1ebda2
PE
141072002-10-24 Paul Eggert <eggert@twinsun.com>
14108
5c16c6b1
PE
14109 Version 1.75a.
14110
bf1ebda2
PE
14111 * tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat declaration.
14112 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Include stdlib.h, since
14113 we use malloc. Don't assume 'A' through 'Z' are contiguous.
14114 Don't assume strdup exists; POSIX says its an XSI extension.
14115 Check for buffer overflow on input.
14116
b526ee61
AD
141172002-10-24 Akim Demaille <akim@epita.fr>
14118
14119 * src/output.c (output_skeleton): Don't disable M4sugar comments
14120 too soon: it results in comments being expanded.
14121 * data/yacc.c, data/glr.c, data/lalr1.cc: Do it right before the
14122 first output.
14123
f1886bb2
AD
141242002-10-24 Akim Demaille <akim@epita.fr>
14125
14126 * data/yacc.c (m4_int_type): New.
14127 * data/c.m4 (m4_int_type): Don't use yysigned_char, but `signed
14128 char' as only yacc.c wants K&R portability.
14129 * data/glr.c (yysigned_char): Remove.
14130 * data/lalr1.cc: Rename the trailing b4_name as b4_parser_class_name.
14131 Reported by Quoc Peyrot.
14132
c5576256
PE
141332002-10-23 Paul Eggert <eggert@twinsun.com>
14134
14135 * src/main.c (main): With --trace=time, report times even if a
14136 non-fatal error occurs. Formerly, the times were reported in some
14137 such cases but not in others.
14138 * src/reader.c (reader): Just return if a complaint has been issued,
14139 instead of exiting, so that 'main' can report times.
14140
27b0ffea
AD
141412002-10-22 Akim Demaille <akim@epita.fr>
14142
14143 * src/system.h: Include sys/types.
14144 Reported by Bert Deknuydt.
14145
223a7883
PE
141462002-10-23 Paul Eggert <eggert@twinsun.com>
14147
14148 * configure.ac (AC_PROG_LEX): Use instead of AM_PROG_LEX.
14149 Suggested by Art Haas.
14150
141512002-10-22 Paul Eggert <eggert@twinsun.com>
14152
14153 * src/complain.c (exit) [! (STDC_HEADERS || _LIBC)]: Remove exit
14154 decl; not needed any more.
14155 * src/main.c (main): Use return to exit, undoing yesterday's change.
14156 The last OS that we could find where this wouldn't work is
14157 SunOS 3.5, and that's too old to worry about now.
14158
14159 * data/glr.c (struct yyltype): Define members even when not
14160 doing locations. This is more consistent with yacc.c, and it
14161 works around the following bug reports:
161a71f3
PE
14162 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00106.html
14163 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00111.html
27b0ffea 14164
223a7883
PE
14165 * doc/bison.texinfo: Minor spelling and typographical fixes. Use
14166 @acronym consistently. Standardize on "Yacc" instead of "YACC",
14167 "Algol" instead of "ALGOL". Give a bit more history about BNF.
14168
8b76775a
AD
141692002-10-22 Akim Demaille <akim@epita.fr>
14170
14171 * data/README: New.
14172
6db10d14
PE
141732002-10-21 Paul Eggert <eggert@twinsun.com>
14174
14175 Be consistent about 'bool'; the old code used an enum in one
14176 module and an int in another, and this violates the C standard.
14177 * m4/stdbool.m4: New file, from coreutils 4.5.3.
14178 * configure.ac (AC_HEADER_STDBOOL): Add.
14179 * m4/Makefile.am (EXTRA_DIST): Add stdbool.m4.
14180 * src/muscle_tab.c (hash_compare_muscles): (a ? FALSE : TRUE) -> (! a)
14181 * src/symtab.c (hash_compare_symbol_t): Likewise.
14182 * src/system.h (bool, false, true): Use a definition consistent
14183 with ../lib/hash.c. All uses changed.
14184
14185 * src/complain.c (warning_issued): Renamed from warn_message_count,
14186 so that we needn't worry about integer overflow (!).
14187 Now of type bool. All uses changed.
14188 (complaint_issued): Renamed from complain_message_count; likewise.
14189
14190 * src/main.c (main): Use exit to exit with failure.
27b0ffea 14191
6db10d14
PE
14192 * src/complain.c (fatal_at, fatal): Use EXIT_FAILURE and EXIT_SUCCESS
14193 rather than 1 and 0.
14194 * src/main.c (main): Likewise.
14195 * src/getargs.c (getargs): Likewise.
14196 * src/reader.c (reader): Likewise.
14197
14198 * src/getarg.c (getargs): Remove duplicate code for
14199 "Try `bison --help'".
14200
14201 * src/files.c (xfopen, xfclose): Use EXIT_FAILURE rather than 2.
14202 What was that "2" for?
14203
14204 * src/complain.h (fatal, fatal_at): Add __attribute__((__noreturn__)).
14205 * src/getargs.c (usage): Likewise.
14206
14207 * src/getargs.c (getargs): When there are too few operands, report
14208 the last one. When there are too many, report the first extra
14209 one. This is how diffutils does it.
14210
92a060fd
PE
142112002-10-20 Paul Eggert <eggert@twinsun.com>
14212
14213 Remove K&R vestiges.
14214 * configure.ac (AC_C_CONST, AM_C_PROTOTYPES): Remove.
14215 * src/complain.c (VA_START): Remove. Assume prototypes.
14216 (vfprintf) [! (HAVE_VPRINTF || defined vfprintf)]: New macro.
14217 (private_strerror, warn_at, warn, complain_at, complain, fatal_at,
14218 fatal): Assume prototypes.
14219 * src/complain.h: Assume prototypes.
14220 * src/system.h (PARAMS): Remove.
14221 Include <limits.h> unconditionally, since it's guaranteeed even
14222 for a freestanding C89 compiler.
14223 (SHRT_MIN, SHRT_MAX): Remove, since C89 guarantees them.
14224 * src/vmsgetargs.c (getargs, cli_present, cli_get_value): Prototype.
8b76775a 14225
e7cb57c0
AD
142262002-10-20 Akim Demaille <akim@epita.fr>
14227
14228 * src/muscle_tab.c (muscle_grow): Remove trailing debugging code.
14229 * data/glr.c (YY_USER_FORMALS, YY_USER_ARGS): New.
14230 (yyuserAction, yydoAction, yyglrReduce, yyresolveValue)
14231 (yyresolveStates, yyresolveAction, yyresolveStack)
14232 (yyprocessOneStack): Use them.
14233 (yy_reduce_print): New.
14234 * tests/calc.at (_AT_DATA_CALC_Y): Exercise %parse-param.
14235
0245f82d
AD
142362002-10-20 Akim Demaille <akim@epita.fr>
14237
14238 * data/c.m4 (b4_c_ansi_args): Recognize functions with no
14239 arguments and output `void'.
14240 (b4_c_function): Rename as...
14241 (b4_c_function_def): this.
14242 (b4_c_function_decl, b4_c_ansi_function_def)
14243 (b4_c_ansi_function_decl): New.
14244 Change the interpretation of the arguments: before `int, foo', now
14245 `int foo, foo'.
14246 * data/yacc.c (yyparse): Prototype and define thanks to these.
14247 Adjust b4_c_function_def uses.
14248 * data/glr.c (yyparse): Likewise, but ANSI only.
14249
39912f52
AD
142502002-10-20 Akim Demaille <akim@epita.fr>
14251
14252 * src/output.c (prepare): Move the definition of `tokens_number',
14253 `nterms_number', `undef_token_number', `user_token_number_max'
14254 to...
14255 (prepare_tokens): Here.
14256 (prepare_tokens): Rename as...
14257 (prepare_symbols): this.
14258 (prepare): Move the definition of `rules_number' to...
14259 (prepare_rules): here.
14260 (prepare): Move the definition of `last', `final_state_number',
14261 `states_number' to...
14262 (prepare_states): here.
14263 * data/yacc.c, data/lalr1.cc, data/glr.c: Normalize `>' into `<'.
14264
20c1e2ad
AD
142652002-10-20 Akim Demaille <akim@epita.fr>
14266
14267 * src/tables.h, src/tables.c, src/output.c: Comment changes.
14268
21964f43
AD
142692002-10-20 Akim Demaille <akim@epita.fr>
14270
14271 * data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if): Move to...
14272 * data/c.m4: here.
14273
66d30cd4
AD
142742002-10-20 Akim Demaille <akim@epita.fr>
14275
14276 * src/output.c (prepare): Use MUSCLE_INSERT_STRING.
14277 * src/muscle_tab.c (muscle_pair_list_grow): Rename `val as
14278 `pair'.
14279 (muscle_init): Move the `b4_ltype', `b4_maxdepth', `b4_initdepth',
14280 `name' to...
14281 * data/glr.c, data/lalr1.cc, data/yacc.c (b4_location_type)
14282 (b4_stack_depth_init, b4_stack_depth_max, b4_parser_class_name):
14283 These.
14284
95f2c9fe
PE
142852002-10-19 Paul Eggert <eggert@twinsun.com>
14286
14287 Do not create a temporary file, as that involves security and
14288 cleanup headaches. Instead, use a pair of pipes.
14289 Derived from a suggestion by Florian Krohm.
14290 * lib/subpipe.c, lib/subpipe.h, m4/subpipe.m4: New files.
14291 * lib/mkstemp.c, lib/readpipe.c, lib/tempname.c, m4/mkstemp.m4: Remove.
14292 * configure.ac (UTILS_FUNC_MKSTEMP, jm_PREREQ_TEMPNAME): Remove.
14293 (BISON_PREREQ_SUBPIPE): Add.
14294 * lib/Makefile.am (libbison_a_SOURCES): Remove readpipe.c.
14295 Add subpipe.h, subpipe.c.
14296 * m4/Makefile.am (EXTRA_DIST): Remove mkstemp.m4. Add subpipe.m4.
14297 * po/POTFILES.in: Add lib/subpipe.c.
14298 * src/output.c: Include "subpipe.h".
14299 (m4_invoke): Remove decl.
14300 (scan_skel): New decl.
14301 (output_skeleton): Use pipe rather than temporary file for m4 input.
14302 Check that m4sugar.m4 is readable, to avoid deadlock.
14303 Check for pipe I/O error.
14304 * src/scan-skel.l (readpipe): Remove decl.
14305 (scan_skel): New function, to be used in place of m4_invoke.
14306 Read from stream rather than file.
66d30cd4 14307
95f2c9fe
PE
14308 * lib/timevar.c (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Do not cast to
14309 float, as this generates a warning on Solaris 8 + GCC 3.2 with
14310 --enable-gcc-warnings. Instead, divide into 1.0 rather than 1;
14311 this generates a more-accurate value anyway.
14312
14313 * lib/timevar.c (timervar_accumulate): Rename locals to
14314 avoid confusion with similarly-named more-global.
14315 * src/muscle_tab.c (muscle_pair_list_grow): Likewise.
14316
14317 * src/output.c (prepare): Use xstrdup to convert char const *
14318 to char *, to avoid GCC warning.
14319
c19988b7
AD
143202002-10-19 Akim Demaille <akim@epita.fr>
14321
14322 * tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC, LEX_FORMALS,
14323 LEX_PRE_FORMALS, LEX_ARGS, LEX_PRE_ARGS, USE_LEX_ARGS.
14324 Use them to have `calc.y' ready for %pure-parser.
14325 * data/yacc.c (YYLEX): Pass a yylex return type to
14326 b4_c_function_call.
14327
ae7453f2
AD
143282002-10-19 Akim Demaille <akim@epita.fr>
14329
14330 Prototype support of %lex-param and %parse-param.
14331
14332 * src/parse-gram.y: Add the definition of the %lex-param and
14333 %parse-param tokens, plus their rules.
14334 Drop the `_' version of %glr-parser.
14335 Add the "," token.
14336 * src/scan-gram.l (INITIAL): Scan them.
14337 * src/muscle_tab.c: Comment changes.
14338 (muscle_insert, muscle_find): Rename `pair' as `probe'.
14339 * src/muscle_tab.h (MUSCLE_INSERT_PREFIX): Remove unused.
14340 (muscle_entry_s): The `value' member is no longer const.
14341 Adjust all dependencies.
14342 * src/muscle_tab.c (muscle_init): Adjust: use
14343 MUSCLE_INSERT_STRING.
14344 Initialize the obstack earlier.
14345 * src/muscle_tab.h, src/muscle_tab.c (muscle_grow)
14346 (muscle_pair_list_grow): New.
14347 * data/c.m4 (b4_c_function_call, b4_c_args): New.
14348 * data/yacc.c (YYLEX): Use b4_c_function_call to honor %lex-param.
14349 * tests/calc.at: Use %locations, not --locations.
14350 (AT_CHECK_CALC_GLR): Use %glr-parser, not %glr_parser.
14351
0e575721
AD
143522002-10-19 Akim Demaille <akim@epita.fr>
14353
14354 * src/getargs.c (usage): Take status as argument and exit
14355 accordingly.
14356 Report the traditional `Try ... --help' message when status != 0.
14357 (usage, version): Don't take a FILE * as arg, it is pointless.
14358 (getargs): When there is an incorrect number of arguments, make it
14359 an error, and report it GNUlically thanks to `usage ()'.
14360
724ce7f5
PE
143612002-10-18 Paul Eggert <eggert@twinsun.com>
14362
3a781eb2
PE
14363 * data/glr.c (yyreportParseError): Don't assume that sprintf
14364 yields the length of the printed string, as this is not true
14365 on SunOS 4.1.4. Reported by Peter Klein.
14366
724ce7f5
PE
14367 * tests/calc.at (_AT_DATA_CALC_Y): #undef memcmp and realloc.
14368 * tests/conflicts.at (%nonassoc and eof): Likewise.
14369 Fixes SunOS 4.1.4 test failure reported by Peter Klein.
14370
473d0a75
AD
143712002-10-17 Akim Demaille <akim@epita.fr>
14372
14373 * src/getargs.h (trace_e): Add trace_scan, and trace_parse.
14374 * src/getargs.c (trace_types, trace_args): Adjust.
14375 * src/reader.c (grammar_current_rule_prec_set)
14376 (grammar_current_rule_dprec_set, grammar_current_rule_merge_set):
14377 Standardize error messages.
14378 And s/@prec/%prec/!
14379 (reader): Use trace_flag to enable scanner/parser debugging,
14380 instead of an adhoc scheme.
14381 * src/scan-gram.l: Remove trailing debugging code.
14382
e76d2469
PE
143832002-10-16 Paul Eggert <eggert@twinsun.com>
14384
93e2236a
PE
14385 * src/muscle_tab.h (MUSCLE_TAB_H_): Was misspelled as
14386 MUSCLE_TAB_H.
14387
e76d2469
PE
14388 * NEWS: Officially drop support for building Bison with K&R C,
14389 since it didn't work anyway and it's not worth worrying about.
14390 * Makefile.maint (wget_files): Remove ansi2knr.c.
14391 (ansi2knr.c-url_prefix): Remove.
14392 * lib/.cvsignore: Remove ansi2knr, ansi2knr.*.
14393 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
14394 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
14395
5bd1c419
PE
143962002-10-15 Paul Eggert <eggert@twinsun.com>
14397
14398 Stop using the "enum_" trick for K&R-style function definitions;
14399 it confused me, and I was the author! Instead, assume that people
14400 who want to use K&R C compilers (when using these modules in GCC,
14401 perhaps?) will run ansi2knr.
14402
14403 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): Remove.
14404 All uses of "enum_" changed to "enum ".
14405 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
14406 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
e76d2469 14407
5bd1c419
PE
14408 * lib/abitset.c (abitset_and, abitset_and_cmp, abitset_and_or,
14409 abitset_and_or_cmp, abitset_andn, abitset_andn_cmp,
14410 abitset_andn_or, abitset_andn_or_cmp, abitset_bytes, abitset_copy,
14411 abitset_copy1, abitset_disjoint_p, abitset_empty_p,
14412 abitset_equal_p, abitset_init, abitset_list, abitset_list_reverse,
14413 abitset_not, abitset_ones, abitset_or, abitset_or_and,
14414 abitset_or_and_cmp, abitset_or_cmp, abitset_reset, abitset_set,
14415 abitset_size, abitset_small_list, abitset_subset_p, abitset_test,
14416 abitset_unused_clear, abitset_xor, abitset_xor_cmp, abitset_zero):
14417 Use function prototypes; this removes the need for declaring
14418 static functions simply to provide their prototypes.
14419 * lib/bitset.c (bitset_alloc, bitset_and_or_, bitset_and_or_cmp_,
14420 bitset_andn_or_, bitset_andn_or_cmp_, bitset_bytes, bitset_copy_,
14421 bitset_count_, bitset_create, bitset_dump, bitset_first,
14422 bitset_free, bitset_init, bitset_last, bitset_next,
14423 bitset_obstack_alloc, bitset_obstack_free, bitset_only_set_p,
14424 bitset_op4_cmp, bitset_or_and_, bitset_or_and_cmp_, bitset_prev,
14425 bitset_print, bitset_release_memory, bitset_toggle_,
14426 bitset_type_choose, bitset_type_get, bitset_type_name_get,
14427 debug_bitset): Likewise.
14428 * lib/bitset.h (bitset_set, bitset_reset, bitset_test): Likewise.
14429 * lib/bitset_stats.c (bitset_log_histogram_print,
14430 bitset_percent_histogram_print, bitset_stats_and,
14431 bitset_stats_and_cmp, bitset_stats_and_or,
14432 bitset_stats_and_or_cmp, bitset_stats_andn, bitset_stats_andn_cmp,
14433 bitset_stats_andn_or, bitset_stats_andn_or_cmp, bitset_stats_copy,
14434 bitset_stats_count, bitset_stats_disable, bitset_stats_disjoint_p,
14435 bitset_stats_dump, bitset_stats_empty_p, bitset_stats_enable,
14436 bitset_stats_equal_p, bitset_stats_free, bitset_stats_init,
14437 bitset_stats_list, bitset_stats_list_reverse, bitset_stats_not,
14438 bitset_stats_ones, bitset_stats_or, bitset_stats_or_and,
14439 bitset_stats_or_and_cmp, bitset_stats_or_cmp, bitset_stats_print,
14440 bitset_stats_print_1, bitset_stats_read, bitset_stats_reset,
14441 bitset_stats_set, bitset_stats_size, bitset_stats_subset_p,
14442 bitset_stats_test, bitset_stats_toggle, bitset_stats_type_get,
14443 bitset_stats_write, bitset_stats_xor, bitset_stats_xor_cmp,
14444 bitset_stats_zero): Likewise.
14445 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
14446 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
14447 bitsetv_dump, debug_bitsetv): Likewise.
14448 * lib/ebitset.c (ebitset_and, ebitset_and_cmp, ebitset_andn,
14449 ebitset_andn_cmp, ebitset_bytes, ebitset_copy, ebitset_copy_,
14450 ebitset_copy_cmp, ebitset_disjoint_p, ebitset_elt_add,
14451 ebitset_elt_alloc, ebitset_elt_calloc, ebitset_elt_find,
14452 ebitset_elt_free, ebitset_elt_last, ebitset_elt_remove,
14453 ebitset_elt_zero_p, ebitset_elts_grow, ebitset_empty_p,
14454 ebitset_equal_p, ebitset_free, ebitset_init, ebitset_list,
14455 ebitset_list_reverse, ebitset_not, ebitset_ones, ebitset_op3_cmp,
14456 ebitset_or, ebitset_or_cmp, ebitset_release_memory, ebitset_reset,
14457 ebitset_set, ebitset_size, ebitset_subset_p, ebitset_test,
14458 ebitset_weed, ebitset_xor, ebitset_xor_cmp, ebitset_zero):
14459 Likewise.
14460 * lib/lbitset.c (debug_lbitset, lbitset_and, lbitset_and_cmp,
14461 lbitset_andn, lbitset_andn_cmp, lbitset_bytes, lbitset_copy,
14462 lbitset_copy_cmp, lbitset_disjoint_p, lbitset_elt_alloc,
14463 lbitset_elt_calloc, lbitset_elt_find, lbitset_elt_free,
14464 lbitset_elt_link, lbitset_elt_unlink, lbitset_elt_zero_p,
14465 lbitset_empty_p, lbitset_equal_p, lbitset_free, lbitset_init,
14466 lbitset_list, lbitset_list_reverse, lbitset_not, lbitset_ones,
14467 lbitset_op3_cmp, lbitset_or, lbitset_or_cmp, lbitset_prune,
14468 lbitset_release_memory, lbitset_reset, lbitset_set, lbitset_size,
14469 lbitset_subset_p, lbitset_test, lbitset_weed, lbitset_xor,
14470 lbitset_xor_cmp, lbitset_zero): Likewise.
e76d2469 14471
ae26e1f0
AD
144722002-10-14 Akim Demaille <akim@epita.fr>
14473
14474 Version 1.75.
14475
d43baf71
AD
144762002-10-14 Akim Demaille <akim@epita.fr>
14477
14478 * tests/Makefile.am (maintainer-check-posix): New.
14479
7ebc83e3
AD
144802002-10-14 Akim Demaille <akim@epita.fr>
14481
14482 * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize the yyloc
14483 member.
14484
05846dae
AD
144852002-10-14 Akim Demaille <akim@epita.fr>
14486
14487 * src/tables.c (table_ninf_remap): base -> tab.
14488 Reported by Matt Rosing.
14489
1318e37d
PE
144902002-10-14 Paul Eggert <eggert@twinsun.com>
14491
447fbb17
PE
14492 * tests/action.at, tests/calc.at, tests/conflicts.at,
14493 tests/cxx-type.at, tests/headers.at, tests/input.at,
14494 tests/regression.at, tests/synclines.at, tests/torture.at:
14495 Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
14496 so that the tests still work even if POSIXLY_CORRECT is set.
14497 * doc/bison.texinfo (Rpcalc Compile, Invocation): Likewise.
05846dae 14498
1318e37d
PE
14499 * data/c.m4 (b4_int_type): Use yysigned_char instead of signed char,
14500 for portability to K&R hosts. Fix typo: signed char is guaranteed
14501 only to 127, not to 128.
14502 * data/glr.c (yysigned_char): New type.
14503 * data/yacc.c (yysigned_char): Likewise.
14504 * tests/regression.at (Web2c Actions): signed char -> yysigned_char.
14505
cc0f0794
PE
145062002-10-13 Paul Eggert <eggert@twinsun.com>
14507
5038f418
PE
14508 * data/yacc.c (yyparse): Rewrite to avoid "comparison is always
14509 true due to limited range of data type" warning from GCC.
14510
cc0f0794
PE
14511 * data/c.m4 (b4_token_defines): Protect against double-inclusion
14512 by wrapping enum yytokentype's definition inside #ifndef
14513 YYTOKENTYPE. This undoes a bug I introduced on 2002-10-12.
14514
6fed0802
AD
145152002-10-13 Akim Demaille <akim@epita.fr>
14516
14517 * data/glr.c (yyglrShiftDefer, yyaddDeferredAction, yydoAction):
14518 Un yy- yyrhs to avoid the name clash with the global YYRHS.
14519
32f0598d
AD
145202002-10-13 Akim Demaille <akim@epita.fr>
14521
14522 * Makefile.maint: Update from Autoconf 2.54.
14523 * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Remove, shipped with 2.54.
14524
7ea9a33f
AD
145252002-10-13 Akim Demaille <akim@epita.fr>
14526
14527 * src/print.c (print_state): Separate the list of solved conflicts
14528 from the other items.
14529 * tests/conflicts.at (Resolved SR Conflicts): Adjust.
14530
ea99527d
AD
145312002-10-13 Akim Demaille <akim@epita.fr>
14532
14533 Let nondeterministic skeletons be usable with deterministic
14534 tables.
14535
14536 With the patch, GAWK compiled by GCC without -O2 passes its test
14537 suite using a GLR parser driven by LALR tables. It fails with -O2
14538 because `struct stat' gives two different answers on my machine:
14539 88 (definition of an auto var) and later 96 (memset on this var).
14540 Hence the stack is badly corrumpted. The headers inclusion is to
14541 blame: if I move the awk.h inclusion before GLR's system header
14542 inclusion, the two struct stat have the same size.
14543
14544 * src/tables.c (pack_table): Always create conflict_table.
14545 (token_actions): Always create conflict_list.
14546 * data/glr.c (YYFLAG): Remove, unused.
14547
f377f69f
AD
145482002-10-13 Akim Demaille <akim@epita.fr>
14549
14550 * configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.
14551 (O0FLAGS): New.
14552 (VALGRIND, GXX): New.
14553 * tests/atlocal.in (CFLAGS): Use O0FLAGS.
14554 * tests/bison.in: Run $PREBISON a pre-command.
14555 * tests/Makefile.am (maintainer-check, maintainer-check-valgrind)
14556 (maintainer-check-g++): New.
14557 * Makefile.am (maintainer-check): New.
14558
2a1fe6ed
AD
145592002-10-13 Akim Demaille <akim@epita.fr>
14560
14561 * data/glr.c: Formatting changes.
14562 Tweak some trace messages to match yacc.c's.
14563
f50adbbd
AD
145642002-10-13 Akim Demaille <akim@epita.fr>
14565
14566 GLR parsers sometimes raise parse errors instead of performing the
14567 default reduction.
14568 Reported by Charles-Henry de Boysson.
14569
14570 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Don't
ba0fe3c7 14571 check the length of the traces when %glr.
f50adbbd
AD
14572 (_AT_CHECK_CALC_ERROR): Also skip `^Stack' lines, coming from
14573 GLR's traces.
14574 (AT_CHECK_CALC_LALR, AT_CHECK_CALC_GLR): New.
14575 Test GLR parsers.
14576 * data/glr.c (YYLEFTMOST_STATE): Fix its value.
14577 (yyltype): Remove the yy prefix from the member names.
14578 (yytable): Complete its comment.
14579 (yygetLRActions): Map error action number from YYTABLE from
14580 YYTABLE_NINF to 0.
14581 (yyisErrorAction): No longer compare YYACTION to YYPACT_NINF
14582 (which was a bug: it should have been YYTABEL_NINF, and yet it was
14583 not satisfying as we could compare an YYACTION computed from
14584 YYDEFACT to YYTABLE_NINF although they are unrelated): 0 is the
14585 only value for error actions.
14586 (yyreportParseError): In verbose parse error messages, don't issue
14587 `error' in the list of expected tokens.
14588 * data/yacc.c (yyparse) <yybackup>: Rewrite the decoding of the
14589 next action to perform to match glr.c's decoding.
14590 (yytable): Complete its comment.
14591
bcbad5b9
PE
145922002-10-13 Paul Eggert <eggert@twinsun.com>
14593
14594 Fix problem reported by Henrik Grubbstroem in
161a71f3 14595 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00098.html>:
bcbad5b9
PE
14596 "nonterm: { $$ = 123; } { $$ = $1; };" was wrongly rejected,
14597 because the Bison parser reads the second action before reducing
14598 the first one.
14599 * src/scan-gram.l (rule_length): New static var.
14600 Use it to keep track of the rule length in the scanner, since
14601 we can't expect the parser to be in lock-step sync with the scanner.
14602 (handle_action_dollar, handle_action_at): Use this var.
14603 * tests/actions.at (Exotic Dollars): Test for the problem.
05846dae 14604
14904b89
PE
146052002-10-12 Paul Eggert <eggert@twinsun.com>
14606
1fe611e5
PE
14607 * lib/timevar.c [! IN_GCC && HAVE_SYS_TIME_H]: Include <sys/time.h>.
14608 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): Check for <sys/time.h>.
14609 Include <sys/time.h> when checking for clock_t and struct tms.
14610 Use same include order as source.
14611 This is for the SunOS 4.1.4 porting bug reported by Peter Klein in
161a71f3 14612 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00016.html>.
05846dae 14613
1fe611e5
PE
14614 * lib/timevar.c: Update copyright date and clarify comments.
14615 (get_time) [IN_GCC]: Keep the GCC version for reference.
05846dae 14616
1fe611e5
PE
14617 * lib/timevar.c, lib/timevar.h, lib/timevar.def: Import
14618 GCC version as of today, then merge Bison's changes.
14619 Change "GCC" to "Bison" in copyright notice. timevar.def's
14620 author is Akim, so change that too.
14621
98194095
PE
14622 * src/reader.c (grammar_current_rule_check):
14623 Don't worry about the default action if $$ is untyped.
14624 Prevents bogus warnings reported by Jim Gifford in
161a71f3 14625 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00015.html>.
98194095 14626
14904b89
PE
14627 * data/c.m4 (b4_token_enum): Do not define YYTOKENTYPE.
14628 * data/glr.c, data/lalr1.cc, data/yacc.c:
14629 Output token definitions before the first part of user declarations.
14630 Fixes compatibility problem reported by Jim Gifford for kbd in
161a71f3 14631 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00014.html>.
14904b89 14632
ff6dca18
PE
146332002-10-11 Paul Eggert <eggert@twinsun.com>
14634
14635 * data/yacc.c (yyreport_parse_error): Remove, putting its body into...
14636 (yyparse): here. This undoes some of the 2002-07-25 change.
14637 Compatibility problem reported by Ralf S. Engelschall with
14638 OSSP cfg <http://www.ossp.org/pkg/lib/cfg/>.
14639
eb714592
AD
146402002-10-11 Akim Demaille <akim@epita.fr>
14641
14642 * tests/regression.at Characters Escapes): New.
14643 * src/scan-gram.l (SC_ESCAPED_CHARACTER): Accept \' in strings and
14644 characters.
14645 Reported by Jan Nieuwenhuizen.
14646
b7195100
AD
146472002-10-11 Akim Demaille <akim@epita.fr>
14648
14649 * po/id.po: New.
14650
f28a0f2d
PE
146512002-10-10 Paul Eggert <eggert@twinsun.com>
14652
14653 Portability fixes for bitsets; this also avoids several GCC
14654 warnings.
14655
14656 * lib/abitset.c: Include <stddef.h>, for offsetof.
14657 * lib/lbitset.c: Likewise.
14658
14659 * lib/abitset.c (abitset_bytes): Return a size that is aligned
14660 properly for vectors of objects. Do not assume that adding a
14661 header size to a multiple of a word size yields a value that is
14662 properly aligned for the whole union.
14663 * lib/bitsetv.c (bitsetv_alloc): Likewise.
14664
14665 * lib/bitset_stats.c (bitset_stats_bytes): Adjust to new,
14666 unique names for structures.
14667 * lib/ebitset.c (ebitset_bytes): Likewise.
14668 * lib/lbitset.c (lbitset_bytes): Likewise.
14669
14670 * lib/abitset.c (abitset_ones, abitset_zero, abitset_empty_p,
14671 abitset_copy1, abitset_not, abitset_equal_p, abitset_subset_p,
14672 abitset_disjoint_p, abitset_and, abitset_and_cmp, abitset_andn,
14673 abitset_andn_cmp, abitset_or, abitset_or_cmp, abitset_xor,
14674 abitset_xor_cmp, abitset_and_or, abitset_and_or_cmp,
14675 abitset_andn_or, abitset_andn_or_cmp, abitset_or_and,
14676 abitset_or_and_cmp, abitset_copy): Supply prototype decls,
14677 to improve the type-checking that GCC can do.
14678 * lib/bitset.c (bitset_op4_cmp): Likewise.
14679 * lib/bitset_stats.c (bitset_stats_count,
14680 bitset_stats_empty_p, bitset_stats_ones, bitset_stats_zero,
14681 bitset_stats_copy, bitset_stats_disjoint_p,
14682 bitset_stats_equal_p, bitset_stats_not, bitset_stats_subset_p,
14683 bitset_stats_and, bitset_stats_and_cmp, bitset_stats_andn,
14684 bitset_stats_andn_cmp, bitset_stats_or, bitset_stats_or_cmp,
14685 bitset_stats_xor, bitset_stats_xor_cmp, bitset_stats_and_or,
14686 bitset_stats_and_or_cmp, bitset_stats_andn_or,
14687 bitset_stats_andn_or_cmp, bitset_stats_or_and,
14688 bitset_stats_or_and_cmp): Likewise.
14689 * lib/lbitset.c (lbitset_and, lbitset_and_cmp, lbitset_andn,
14690 lbitset_andn_cmp, lbitset_or, lbitset_or_cmp, lbitset_xor,
14691 lbitset_xor_cmp, lbitset_empty_p, lbitset_ones, lbitset_not,
14692 lbitset_subset_p, lbitset_disjoint_p, debug_lbitset): Likewise.
14693
14694 * lib/abitset.h: Include bitset.h, not bbitset.h.
14695 * lib/ebitset.h: Likewise.
14696 * lib/lbitset.h: Likewise.
14697
14698 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): New types.
14699 All instances of parameters of type enum bitset_opts are now of
14700 type enum_bitset_opts, to conform to the C Standard, and similarly
14701 for enum_bitset_type.
14702 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
14703 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
14704
14705 Do not use "struct bitset_struct" to mean different things in
14706 different modules. Not only is this confusing, it violates
14707 the C Standard, which requires that structure types in different
14708 modules must be compatible if one is to be passed to the other.
14709 * lib/bbitset.h (bitset): Now points to a union, not to a struct.
14710 All instances of "struct bitset_struct *" replaced with "bitset".
14711 * lib/bitset.h (struct bitset_struct): Remove, replacing with....
14712 (union bitset_union, struct abitset_struct, struct ebitset_struct,
14713 struct lbitset_struct, struct bitset_stats_struct): New types.
14714 All uses of struct bitset_struct changed to union bitset_union,
14715 etc.
ba0fe3c7 14716 * lib/abitset.c (struct abitset_struct, abitset,
f28a0f2d
PE
14717 struct bitset_struct): Remove.
14718 * lib/bitset_stats.c (struct bitset_stats_struct, bitset_stats,
14719 struct bitset_struct): Remove.
14720 * lib/ebitset.c (struct ebitset_struct, ebitset, struct
14721 bitset_struct): Remove.
14722 * lib/lbitset.c (struct lbitset_struct, lbitset, bitset_struct):
14723 Likewise.
14724
14725 Do not call a function of type T using a call that assumes the
14726 function is of a different type U. Standard C requires that a
14727 function must be called with a type that is compatible with its
14728 definition.
14729 * lib/bbitset.h (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
14730 New decls.
14731 * lib/bitset.c (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
14732 New functions.
14733 * lib/ebitset.c (PFV): Remove.
14734 * lib/lbitset.c (PFV): Likewise.
14735 * lib/ebitset.c (ebitset_and, ebitset_andn, ebitset_or,
14736 ebitset_xor, ebitset_copy, ebitset_ones, ebitset_empty_p): New
14737 decls.
14738 (ebitset_and, ebitset_andn, ebitset_or, ebitset_xor): New functions.
14739 (ebitset_vtable): Use them.
14740 * lib/lbitset.c (lbitset_and, lbitset_andn, lbitset_or,
14741 lbitset_xor): New functions.
14742 (lbitset_vtable): Use them.
14743
14744 * lib/bitset.h (bitset_next, bitset_prev, bitset_only_set_p):
14745 Declare.
14746
14747 * lib/bitsetv.c (bitsetv_alloc): Add a cast to (void *) to avoid a
14748 GCC warning.
14749 * lib/lbitset.c (LBITSET_CURRENT1): Likewise.
14750 Use offsetof, for simplicity.
14751
6fbe4984
PE
147522002-10-06 Paul Eggert <eggert@twinsun.com>
14753
14754 * lib/bitset.h (bitset_reset): Do not assume that bitset_word is
14755 the same width as int. This reapplies a hunk of the 2002-08-12 patch
161a71f3 14756 <http://lists.gnu.org/archive/html/bison-patches/2002-08/msg00007.html>,
6fbe4984
PE
14757 which was inadvertently undone by the 2002-09-30 patch.
14758 * lib/lbitset.c (debug_lbitset): Do not assume that bitset_word is
14759 the same width as int.
14760
420f93c8
PE
147612002-10-04 Paul Eggert <eggert@twinsun.com>
14762
14763 Version 1.50.
14764
14765 * configure.ac (AC_INIT), NEWS: Increment version number.
14766
14767 * doc/bison.texinfo: Minor spelling, grammar, and white space
14768 fixes.
14769 (Symbols): Mention that any negative value returned from yylex
14770 signifies end-of-input. Warn about negative chars. Mention
14771 the portable Standard C character set.
14772
14773 The GNU coding standard says CFLAGS and YFLAGS are reserved
14774 for the installer to set.
14775 * lib/Makefile.am (AM_CFLAGS): Renamed from CFLAGS.
14776 * src/Makefile.am (AM_CFLAGS): Likewise.
14777 (AM_YFLAGS): Renamed from YFLAGS.
14778
14779 Fix some MAX and MIN problems.
14780 * src/gram.h (ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.
14781 * src/lalr.h (GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.
14782 * src/symtab.h (SYMBOL_NUMBER_MAX): New macro.
14783 * src/reader.c (reader): Use it.
14784
14785 * tests/regression.at (Braces parsing): Use grep, not fgrep, as
14786 POSIX 1003.1-2001 has removed fgrep.
14787
147882002-10-04 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14789
14790 * lib/bbitset.h (BITSET_WINDEX_MAX): Redefine so that it cannot be
14791 interpreted as signed.
14792 * lib/ebitset.c (ebitset_list): Fix bug.
14793
ff68026d
PE
147942002-10-01 Paul Eggert <eggert@twinsun.com>
14795
14796 More fixes for 64-bit hosts and large bitsets.
14797
14798 * lib/abitset.c (struct abitset_struct.n_bits, abitset_small_list,
14799 abitset_size, abitset_list, abitset_list_reverse, abitset_list):
14800 Use bitset_bindex, not int or unsigned int or size_t, to count bits.
14801 * lib/bbitset.h (struct bitset_vtable.size, struct bitset_vtable.count,
14802 struct bitset_vtable.list, struct bitset_vtable.list_reverse,
14803 bitset_count_, bitset_next, bitset_prev, bitset_first, bitset_last,
14804 bitset_count_): Likewise.
14805 * lib/bitset.h (bitset_iterator.num, bitset_iterator.i,
14806 bitset_first, bitset_last): Likewise.
14807 * lib/bitset_stats.c (bitset_stats_size, bitset_stats_list,
14808 bitset_stats_list_reverse, bitset_stats_size,
14809 bitset_stats_count, bitset_stats_list, bitset_stat_list_reverse):
14810 Likewise.
14811 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
14812 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
14813 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
14814 bitsetv_reflexive_transitive_closure): Likewise.
14815 * lib/bitsetv.h (bitsetv_alloc, bitsetv_create): Likewise.
14816 * lib/ebitset.c (ebitset_size, ebitset_list, ebitset_list_reverse):
14817 Likewise.
14818 * lib/lbitset.c (lbitset_size, lbitset_list, lbitset_list_merge):
14819 Likewise.
420f93c8 14820
ff68026d
PE
14821 * lib/abitset.c (abitset_ones, abitset_zero, abitset_bytes):
14822 Use size_t, not unsigned int, to count bytes.
14823 * lib/abitset.h (abitset_bytes): Likewise.
14824 * lib/bitset.c (bitset_bytes, bitset_alloc, bitset_obstack_alloc):
14825 Likewise.
14826 * lib/bitset.h (bitset_bytes): Likewise.
14827 * lib/bitset_stats.c (bitset_stats_bytes, bitset_stats_init): Likewise.
14828 * lib/bitset_stats.h (bitset_stats_bytes): Likewise.
14829 * lib/bitsetv.c (bitsetv_alloc): Likewise.
14830 * lib/ebitset.c (ebitset_bytes): Likewise.
14831 * lib/ebitset.h (ebitset_bytes): Likewise.
14832 * lib/lbitset.c (lbitset_bytes): Likewise.
14833 * lib/lbitset.h (lbitset_bytes): Likewise.
420f93c8 14834
ff68026d
PE
14835 * lib/abitset.c (abitset_empty_p, abitset_not, abitset_equal_p,
14836 abitset_subset_p, abitset_disjoint_p, abitset_and,
14837 abitset_and_cmp, abitset_andn, abitset_andn_cmp, abitset_or,
14838 abitset_or_cmp, abitset_xor, abitset_xor_cmp, abitset_and_or,
14839 abitset_and_or_cmp, abitset_andn_or, abitset_andn_or_cmp,
14840 abitset_or_and, abitset_or_and_cmp):
14841 Use bitset_windex instead of unsigned int.
14842 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
14843 * lib/ebitset.c (struct ebitset_struct.size, ebitset_elts_grow,
14844 ebitset_elt_add, ebitset_elt_remove, ebitset_weed,
14845 ebitset_elt_find, ebitset_list_reverse, ebitset_list, ebitset_init):
14846 Likewise.
14847 * lib/lbitset.c (lbitset_ones, lbitset_not): Likewise.
420f93c8 14848
ff68026d
PE
14849 * lib/bitset.c (bitset_print):
14850 Use proper printf formats for widths of integer types.
14851 * lib/bitset_stats.c (bitset_percent_histogram_print,
14852 bitset_log_histogram_print, bitset_stats_print_1): Likewise.
14853 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
14854 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
14855 * lib/lbitset.c (lbitset_bytes): Likewise.
420f93c8 14856
ff68026d
PE
14857 * lib/bbitset.h (BITSET_BINDEX_MAX, BITSET_WINDEX_MAX,
14858 BITSET_SIZE_MAX): New macros.
14859 (BITSET_INDEX_MAX): Remove. It wasn't right, since it assumed that
14860 sizeof (bitset_word) == sizeof (bitset_windex). All uses changed
14861 to BITSET_WINDEX_MAX.
14862
14863 * lib/bitset.c (bitset_next, bitset_prev, bitset_first,
14864 bitset_last): Return BITSET_BINDEX_MAX (not -1) for no value,
14865 since we now return the bitset_bindex type (not int).
14866
14867 * lib/bitsetv.c (bitsetv_alloc): Check for arithmetic overflow
14868 when computing sizes.
14869 * lib/ebitset.c (ebitset_elts_grow): Likewise.
14870
14871 * lib/lbitset.c (lbitset_elt_find): Simplify windex calculation
14872 and avoid cast to unsigned.
14873
6aa452a6
AD
148742002-09-30 Akim Demaille <akim@epita.fr>
14875
14876 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
14877 * lib/bitset_stats.c, lib/bitsetv.c, lib/ebitset.c, lib/lbitset.c:
14878 Updates from Michael Hayes.
14879
927f7817
AD
148802002-09-30 Art Haas <ahaas@neosoft.com>
14881
14882 * configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
14883 invocations.
14884 * tests/cxx-type.at (declarator): Don't rely on NDEBUG being not
14885 defined.
14886
9738f41e
AD
148872002-09-27 Akim Demaille <akim@epita.fr>
14888
14889 Version 1.49c.
14890
a5c75d7f
AD
148912002-09-27 Akim Demaille <akim@epita.fr>
14892
14893 * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.
14894 (Because of AC_LIBSOURCE).
14895
8280e179
AD
148962002-09-27 Akim Demaille <akim@epita.fr>
14897
14898 Playing with Autoscan.
14899
14900 * configure.ac: Remove the old LIBOBJ tweaks.
14901 (AC_REPLACE_FUNCS): Add strrchr and strtol.
14902 * lib/strrchr.c: New.
14903 * lib/strtol.c: New, from the Coreutils 4.5.1.
14904
ae64af35
AD
149052002-09-27 Akim Demaille <akim@epita.fr>
14906
14907 Playing with Autoscan.
14908
14909 * m4/prereq.m4 (jm_PREREQ_ARGMATCH, jm_FUNC_ARGMATCH): New.
14910 * lib/Makefile.am (libbison_a_SOURCES): No longer include
14911 argmatch.c and argmatch.h, since they are AC_LIBSOURCE'd.
14912 * lib/strcasecmp.c, lib/strncasecmp.c, lib/memcmp.c: New, from the
14913 Coreutils 4.5.1.
14914
d1a1114f
AD
149152002-09-24 Akim Demaille <akim@epita.fr>
14916
14917 * doc/bison.texinfo (Stack Overflow): xref to Recursion.
14918 (Frequently Asked Questions, Parser Stack Overflow): New.
14919
b906441c
AD
149202002-09-13 Akim Demaille <akim@epita.fr>
14921
14922 Playing with autoscan.
14923
14924 * src/reader.c (get_merge_function): Use xstrdup, not strdup.
14925 * src/files.c (skeleton_find): Remove, unused.
14926 * m4/memcmp.m4: New, from the Coreutils 4.5.1.
14927 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Run jm_FUNC_MEMCMP.
14928
bd701811
AD
149292002-09-13 Akim Demaille <akim@epita.fr>
14930
14931 * configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.6.3.
14932 * Makefile.am (AUTOMAKE_OPTIONS): Don't.
14933
e0a13e7b
AD
149342002-09-13 Akim Demaille <akim@epita.fr>
14935
14936 * configure.ac: Require 2.54.
14937 s/jm_FUNC_MALLOC/AC_FUNC_MALLOC/.
14938 s/jm_FUNC_REALLOC/AC_FUNC_REALLOC/.
14939 * m4/c-bs-a.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/realloc.m4:
14940 Remove, provided by Autoconf macros.
14941
c97011bf
AD
149422002-09-12 Akim Demaille <akim@epita.fr>
14943
14944 * m4/prereq.m4: Update, from Coreutils 4.5.1.
14945
d862b1be
AD
149462002-09-12 Akim Demaille <akim@epita.fr>
14947
14948 * m4/prereq.m4: Update, from Fileutils 4.1.5.
14949 * configure.ac (jm_PREREQ_TEMPNAME): Invoke it.
14950 Reported by Martin Mokrejs.
14951
3d38c03a
AD
149522002-09-10 Akim Demaille <akim@epita.fr>
14953
14954 * src/parse-gram.y: Associate a human readable string to each
14955 token type.
14956 * tests/regression.at (Invalid inputs): Adjust.
14957
b6347355
AD
149582002-09-10 Gary V. Vaughan <gary@gnu.org>
14959
14960 * tests/Makefile.am ($(srcdir)/package.m4): Bison now ships
14961 with an Autoconf-2.5x style configure.ac.
14962
09ba4ab2
PE
149632002-09-06 Paul Eggert <eggert@twinsun.com>
14964
14965 * doc/bison.texinfo (Conditions): Make explicit that the GPL
14966 exception applies only to yacc.c. This is a modification of a
14967 patch originally suggested by Akim Demaille.
14968
21846f69
AD
149692002-09-06 Akim Demaille <akim@epita.fr>
14970
09ba4ab2
PE
14971 * data/c.m4 (b4_copyright): Move the GPL exception comment from
14972 here to...
14973 * data/yacc.c: here.
14974
21846f69
AD
14975 * data/lalr1.cc (struct yyltype): Don't define it, since we use
14976 LocationType.
14977 (b4_ltype): Default to yy::Location from location.hh.
14978
c0ad8bf3
AD
149792002-09-04 Jim Meyering <jim@meyering.net>
14980
14981 * data/yacc.c: Guard the declaration of yytoknum also with
14982 `#ifdef YYPRINT', so it is declared only when used.
14983
3a93251e
AD
149842002-09-04 Akim Demaille <akim@epita.fr>
14985
14986 * configure.in: Rename as...
14987 * configure.ac: this.
14988 Bump to 1.49c.
14989
427c0dda
AD
149902002-09-04 Akim Demaille <akim@epita.fr>
14991
14992 * src/assoc.c, src/closure.c, src/gram.c, src/injections.c,
14993 * src/lalr.c, src/LR0.c, src/relation.c, src/tables.c: Don't
14994 translate maintainer only messages.
14995
6a254321
PE
149962002-08-12 Paul Eggert <eggert@twinsun.com>
14997
645e30d1
PE
14998 Version 1.49b.
14999
6a254321
PE
15000 * Makefile.am (SUBDIRS): Remove intl.
15001 (DISTCLEANFILES): Remove.
15002 * NEWS: Mention that GNU M4 is now required. Clarify what is
15003 meant by "larger grammars". Mention the pt_BR translation.
15004 * configure.in (AC_CHECK_DECLS): Add getenv, getopt.
15005 (AM_GNU_GETTEXT_VERSION): New macro, replacing GETTEXT_VERSION var.
15006 Bump version from 0.11.2 to 0.11.5.
15007 (BISON_PREREQ_STAGE): Remove.
15008 (AM_GNU_GETTEXT): Use external gettext.
15009 (AC_OUTPUT): Remove intl/Makefile.
15010
15011 * config/depcomp, config/install-sh: Sync with Automake 1.6.3.
15012
15013 * data/glr.c: Include string.h, for strlen.
15014 (yyreportParseError): Use size_t for yysize.
15015 (yy_yypstack): No longer nested inside yypstates, as nested
15016 functions are not portable. Do not assume size_t is the
15017 same width as int.
15018 (yypstates): Do not assume that ptrdiff_t is the same width
15019 as int, and similarly for yyposn and YYINDEX.
15020
15021 * data/yacc.c: Fix comment about `$$ = $1': it can copy garbage.
15022
15023 * lib/Makefile.am (INCLUDES): Do not include from the intl
15024 directory, which has been removed.
15025 * src/Makefile.am (INCLUDES): Likewise.
15026
15027 * lib/Makefile.am (libbison_a_SOURCES): Add unlocked-io.h.
15028 (bitsets_sources, additional_bitsets_sources, timevars_sources):
15029 New vars.
15030
15031 * lib/Makefile.am (libbison_a_SOURCES): Avoid +=, a GNU make extension.
15032 * tests/Makefile.am (EXTRA_DIST): Likewise.
15033
15034 * lib/abitset.c (abitset_reverse_list, ebitset_reverse_list):
15035 Do not assume that bitset_windex is the same width as unsigned.
15036
15037 * lib/abitset.c (abitset_unused_clear): Do not assume that
15038 bitset_word is the same width as int.
15039 * lib/bbitset.h (BITSET_INDEX_MAX, BITSET_MSB): Likewise.
15040 * lib/bitset.h (bitset_set, bitset_reset): Likewise.
15041 * lib/bitset_stats.c (bitset_stats_set, bitset_stats_reset): Likewise.
15042 * lib/ebitset.c (ebitset_set, ebitset_reset): Likewise.
15043 * lib/lbitset.c (lbitset_set, lbitset_reset): Likewise.
15044
15045 * lib/abitset.c (abitset_op1): Use -1, not ~0, as memset arg (for
15046 portability to one's complement hosts!).
15047 * lib/ebitset.c (ebitset_op1): Likewise.
15048 * lib/lbitset.c (lbitset_op1): Likewise.
15049
15050 * lib/argmatch.c, lib/quotearg.c, quotearg.h: Sync with GNU tar.
15051 * lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
15052 lib/hash.c, lib/hash.h, lib/strnlen.c, lib/xmalloc.c:
15053 Sync with fileutils.
15054 * lib/error.c, lib/getopt.c, lib/getopt.h, lib/getopt1.c,
15055 lib/gettext.h: Sync with diffutils.
15056
15057 * lib/memrchr.c, lib/mkstemp.c, lib/strchr.c, lib/strnlen.c,
15058 lib/strspn.c, lib/tempname.c: Use GPL, not LGPL.
15059
15060 * lib/obstack.c, lib/obstack.h: Sync with fileutils, except use
15061 PROTOTYPES to check for prototypes, and "defined __STDC__" to
15062 check for void *.
15063
15064 * lib/bbitset.h (BITSET_WORD_BITS): Now of type unsigned, not
15065 size_t; the old version tried to do this but casted improperly.
15066 (bitset_bindex, bitset_windex): Now size_t, not unsigned long.
15067 (bitset_test): Now returns int, not unsigned long.
15068
15069 * lib/bitset_stats.c: Include "gettext.h".
15070 (_): New macro.
15071 (bitset_stats_set, bitset_stats_reset, bitset_stats_test): Don't
15072 name locals "index", as it generates unnecessary warnings on some
15073 hosts that have an "index" function.
15074
15075 * lib/bitset_stats.c (bitset_stats_print_1, bitset_stats_print,
15076 bitset_stats_read, bitset_stats_write): Wrap strings in _() if
15077 they need translation.
15078 * src/LR0.c (state_list_append, new_itemsets, get_state,
15079 append_states, generate_states): Likewise.
15080 * src/assoc.c (assoc_to_string): Likewise.
15081 * src/closure.c (print_closure, set_firsts, closure): Likewise.
15082 * src/gram.c (grammar_dump): Likewise.
15083 * src/injections.c (injections_compute): Likewise.
15084 * src/lalr.c (lookaheads_print): Likewise.
15085 * src/relation.c (relation_transpose): Likewise.
15086 * src/scan-gram.l: Likewise.
15087 * src/tables.c (table_grow, pack_vector): Likewise.
15088
15089 * m4/Makefile.am (EXTRA_DIST): Remove codeset.m4,
15090 glibc21.m4, isc-posix.m4 lcmessage.m4, stage.m4.
15091 * m4/malloc.m4, m4/realloc.m4: Sync with diffutils.
15092 * m4/mbstate_t.m4: Sync with fileutils.
15093 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): AC_MBSTATE_T -> AC_TYPE_MBSTATE_T.
15094
15095 * po/LINGUAS: Add pt_BR.
15096 * po/POTFILES.in: Add src/assoc.c, src/closure.c, src/gram.c,
15097 src/main.c, src/relation.c, src/state.c, lib/bitset_stats.c,
15098 lib/timevar.c.
15099 Use src/parse-gram.y instead of src/parse-gram.c, as the gettext
15100 manual recommends.
15101 Similarly, use src/scan-gram.l instead of src/scan-gram.c.
15102
15103 * src/complain.c (strerror_r): Remove decl; not needed.
15104 (strerror): Use same pattern as ../lib/error.c.
15105
15106 * src/files.c, src/files.h (compute_header_macro): Remove; unused.
15107
15108 * src/gram.c (grammar_dump): Do not assume ptrdiff_t fits in int.
15109
15110 * src/main.c (main): Cast result of bindtextdomain and textdomain
15111 to void, to avoid a GCC warning when --disable-nls is in effect.
15112
15113 * src/scan-gram.l: Use strings rather than escapes when possible,
15114 to minimize the number of warnings from xgettext.
15115 (handle_action_dollar, handle_action_at): Don't use isdigit,
15116 as it mishandles negative chars and it may not work as expected
15117 outside the C locale.
15118
15119 * src/symtab.c (symbol_get): Don't cast LHS of an assignment;
15120 this is a GCC extension and is not portable to other compilers.
15121
15122 * src/system.h (alloca): Use same pattern as ../lib/error.c.
15123 Do not include <ctype.h>; no longer needed.
15124 Do not include <malloc.h>; no longer needed (and generates
15125 warnings on OpenBSD 3.0).
15126
15127 * tests/cxx-type.at (yylex): Do not pass signed char to isupper;
15128 it's not portable.
15129
15130 * tests/regression.at: Do not use 'cc -c input.c -o input';
15131 Sun C rejects this. Instead, use 'cc -c input.c -o input.o'.
15132
15133 * tests/synclines.at (AC_SYNCLINES_COMPILE): Accept any nonzero
15134 exit status as failure, not just exit status 1. Sun C exits
15135 with status 2 sometimes.
15136
15137 * tests/torture.at (AT_INCREASE_DATA_SIZE): New macro.
15138 Use it for the two large tests.
15139
c8f002c7
AD
151402002-08-02 Akim Demaille <akim@epita.fr>
15141
15142 * src/conflicts.c (conflicts_output): Don't output rules never
15143 reduced here, since anyway that computation doesn't work.
15144 * src/gram.h, src/gram.h (rule_filter_t, rule_useful_p)
15145 (rule_useless_p, rule_never_reduced_p): New.
15146 (grammar_rules_partial_print): Use a filter instead of a range.
15147 Display the title only if needed.
15148 (grammar_rules_print): Adjust.
15149 (grammar_rules_never_reduced_report): New.
15150 * src/tables.c (action_row): Move the computation of rules never
15151 reduced to...
15152 (token_actions): here.
15153 * src/main.c (main): Make the parser before making the report, so
15154 that rules never reduced are computed.
15155 Call grammar_rules_never_reduced_report.
15156 * src/print.c (print_results): Report rules never reduced.
15157 * tests/conflicts.at, tests/reduce.at: Adjust.
15158
cd08e51e
AD
151592002-08-01 Akim Demaille <akim@epita.fr>
15160
15161 Instead of attaching lookaheads and duplicating the rules being
15162 reduced by a state, attach the lookaheads to the reductions.
15163
15164 * src/state.h (state_t): Remove the `lookaheads',
15165 `lookaheads_rule' member.
15166 (reductions_t): Add a `lookaheads' member.
15167 Use a regular array for the `rules'.
15168 * src/state.c (reductions_new): Initialize the lookaheads member
15169 to 0.
15170 (state_rule_lookaheads_print): Adjust.
15171 * src/state.h, src/state.c (state_reductions_find): New.
15172 * src/conflicts.c (resolve_sr_conflict, set_conflicts)
15173 (count_rr_conflicts): Adjust.
15174 * src/lalr.c (LArule): Remove.
15175 (add_lookback_edge): Adjust.
15176 (state_lookaheads_count): New.
15177 (states_lookaheads_initialize): Merge into...
15178 (initialize_LA): this.
15179 (lalr_free): Adjust.
15180 * src/main.c (main): Don't free nullable and derives too early: it
15181 is used by --verbose.
15182 * src/print.c, src/print_graph.c, src/tables.c: Adjust.
15183
bb0027a9
AD
151842002-08-01 Akim Demaille <akim@epita.fr>
15185
15186 * src/derives.h, src/derives.c (derives): A `rule_t***' instead of
15187 `rule_number_t**'.
15188 (set_derives, free_derives): Rename as...
15189 (derives_compute, derives_free): this.
15190 Adjust all dependencies.
15191 * src/nullable.c (set_nullable, free_nullable): Rename as...
15192 (nullable_compute, nullable_free): these.
15193 (rule_list_t): Store rule_t *, not rule_number_t.
15194 * src/state.c (state_rule_lookaheads_print): Directly compare rule
15195 pointers, instead of their numbers.
15196 * src/main.c (main): Call nullable_free, and derives_free earlier,
15197 as they were lo longer used.
15198
3325ddc4
AD
151992002-08-01 Akim Demaille <akim@epita.fr>
15200
15201 * lib/timevar.c (get_time): Include children time.
15202 * src/lalr.h (LA, LArule): Don't export them: used with the
15203 state_t.
15204 * src/lalr.c (LA, LArule): Static.
15205 * src/lalr.h, src/lalr.c (lalr_free): New.
15206 * src/main.c (main): Call it.
15207 * src/tables.c (pack_vector): Check whether loc is >= to the
15208 table_size, not >.
15209 (pack_tables): Don't free froms, tos, conflict_tos, and pos...
15210 (tables_generate): do it, since that's also it which allocates
15211 them.
15212 Don't free LA and LArule, main does.
15213
c6f1a33c
AD
152142002-07-31 Akim Demaille <akim@epita.fr>
15215
15216 Separate parser tables computation and output.
15217
15218 * src/output.c (nvectors, base_t, base, base_ninf, conflict_table)
15219 (conflict_list, conflict_list_cnt, table, check, table_ninf)
15220 (yydefgoto, yydefact, high): Move to...
15221 * src/tables.h, src/tables.c: here.
15222 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
15223 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
15224 (symbol_number_to_vector_number, nvectors, BASE_MAX, BASE_MIN)
15225 (froms, tos, conflict_tos, tally, width, action_t, ACTION_MAX)
15226 (ACTION_MIN, actrow, order, nentries, pos, conflrow)
15227 (conflict_list_free, table_size, lowzero, table_grow, conflict_row)
15228 (action_row, save_row, token_actions, save_column, default_goto)
15229 (goto_actions, sort_actions, matching_state, pack_vector)
15230 (table_ninf_remap, pack_table, prepare_actions): Move to...
15231 * src/tables.c: here.
15232 * src/tables.h, src/tables.c(tables_generate, tables_free): New.
15233 * src/output.c (token_actions, output_base, output_conflicts)
15234 (output_check): Merge into...
15235 (prepare_actions): this.
15236 (actions_output): Rename as...
15237 (user_actions_output): this.
15238 * src/main.c (main): Call tables_generate and tables_free.
15239
1509d42f
AD
152402002-07-31 Akim Demaille <akim@epita.fr>
15241
15242 Steal GCC's --time-report support.
15243
15244 * lib/timevar.c, lib/timevar.h, lib/timevar.def: New,
15245 stolen/adjusted from GCC.
15246 * m4/stage.m4: Remove time related checks.
15247 * m4/timevar.m4: New.
15248 * configure.in: Adjust.
15249 * src/system.h: Adjust to using timevar.h.
15250 * src/getargs.h, src/getargs.c: Support trace_time for
15251 --trace=time.
15252 * src/main.c (stage): Remove.
15253 (main): Replace `stage' invocations with timevar calls.
15254 * src/output.c: Insert pertinent timevar calls.
15255
273a74fa
AD
152562002-07-31 Akim Demaille <akim@epita.fr>
15257
15258 Let --trace have arguments.
15259
15260 * src/getargs.h (enum trace_e): New.
15261 * src/getargs.c (trace_args, trace_types, trace_argmatch): New.
15262 (long_options, short_options): --trace/-T takes an optional
15263 argument.
15264 Change all the uses of trace_flag to reflect the new flags.
15265 * tests/sets.at (Firsts, Nullable, Broken Closure): Use --trace=sets.
15266
15267 Strengthen `stage' portability.
15268
15269 * m4/stage.m4 (BISON_PREREQ_STAGE): New.
15270 * configure.in: Use it.
15271 Don't check for malloc.h and sys/times.h.
15272 * src/system.h: Include them when appropriate.
15273 * src/main.c (stage): Compile only when mallinfo, struct mallinfo,
15274 times and struct tms are available.
15275
217598da
AD
152762002-07-30 Akim Demaille <akim@epita.fr>
15277
15278 In verbose parse error message, don't report `error' as an
15279 expected token.
15280 * tests/actions.at (Printers and Destructors): Adjust.
15281 * tests/calc.at (Calculator $1): Adjust.
15282 * data/yacc.c, data/glr.c, data/lalr1.c: When making the verbose
15283 error message, do not report the parser accepts the error token in
15284 that state.
15285
52489d44
AD
152862002-07-30 Akim Demaille <akim@epita.fr>
15287
15288 Normalize conflict related messages.
15289
15290 * src/complain.h, src/complain.c (warn, complain): New.
15291 * src/conflicts.c (conflicts_print): Use them.
15292 (conflict_report_yacc): New, extracted from...
15293 (conflicts_print): here.
15294 * tests/conflicts.at, tests/existing.at: Adjust.
15295
e8832397
AD
152962002-07-30 Akim Demaille <akim@epita.fr>
15297
15298 Report rules which are never reduced by the parser: those hidden
15299 by conflicts.
15300
15301 * src/LR0.c (save_reductions): Don't make the final state too
15302 different: save its reduction (accept) instead of having a state
15303 without any action (no shift or goto, no reduce).
15304 Note: the final state is now a ``regular'' state, i.e., the
15305 parsers now contain `reduce 0' as default reduction.
15306 Nevertheless, since they decide to `accept' when yystate =
15307 final_state, they still will not reduce rule 0.
15308 * src/print.c (print_actions, print_reduction): Adjust.
15309 * src/output.c (action_row): Track reduced rules.
15310 (token_actions): Report rules never reduced.
15311 * tests/conflicts.at, tests/regression.at: Adjust.
15312
caf23d24
AD
153132002-07-30 Akim Demaille <akim@epita.fr>
15314
15315 `stage' was accidently included in a previous patch.
15316 Initiate its autoconfiscation.
15317
15318 * configure.in: Look for malloc.h and sys/times.h.
15319 * src/main.c (stage): Adjust.
15320 Report only when trace_flag.
15321
640748ee
AD
153222002-07-29 Akim Demaille <akim@epita.fr>
15323
15324 * src/state.h, src/state.c (transitions_t): Holds state_t*'s, not
15325 state_number_t.
15326 (errs_t): symbol_t*, not symbol_number_t.
15327 (reductions_t): rule_t*, not rule_number_t.
15328 (FOR_EACH_SHIFT): New.
15329 * src/LR0.c, src/conflicts.c, src/lalr.c, src/output.c
15330 * src/print.c, src/print_graph.c: Adjust.
15331
88bce5a2
AD
153322002-07-29 Akim Demaille <akim@epita.fr>
15333
15334 Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
15335
15336 * src/symtab.h, src/symtab.c (eoftoken, axiom): Rename as...
15337 (endtoken, accept): these.
15338 * src/reader.c (reader): Set endtoken's default tag to "$end".
15339 Set undeftoken's tag to "$undefined" instead of "$undefined.".
15340 * doc/bison.texinfo (Table of Symbols): Mention $accept and $end.
15341 Adjust.
15342
1bfb97db
AD
153432002-07-29 Akim Demaille <akim@epita.fr>
15344
15345 * src/reduce.c (reduce_grammar): When the language is empty,
15346 complain about the start symbol, not the axiom.
15347 Use its location.
15348 * tests/reduce.at (Empty Language): New.
15349
fc5734fe
AD
153502002-07-26 Akim Demaille <akim@epita.fr>
15351
15352 * src/reader.h, src/reader.c (gram_error): ... can't get
15353 yycontrol without making too strong assumptions on the parser
15354 itself.
15355 * src/output.c (prepare_tokens): Use the real 0th value of
15356 token_translations instead of `0'.
15357 * src/parse-gram.y (yyerror): Don't rely on yycontrol being
15358 visible here.
15359 * data/yacc.c (yyreport_parse_error): Rename yylocation as yylloc
15360 for the time being: %locations ought to provide it to yyerror.
15361
3650b4b8
AD
153622002-07-25 Akim Demaille <akim@epita.fr>
15363
15364 * src/output.c (prepare_tokens): Go up to ntokens, not ntokens + 1.
15365 * doc/bison.texinfo (Decl Summary): s/$illegal/$undefined./.
15366 * tests/regression.at (Web2c Actions): Adjust.
15367
4b3d3a8e
AD
153682002-07-25 Akim Demaille <akim@epita.fr>
15369
15370 Stop storing rules from 1 to nrules + 1.
15371
15372 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c, src/lalr.c
15373 * src/nullable.c, src/output.c, src/print.c, src/reader.c
15374 * src/reduce.c: Allocate and free from &rules[0], not &rules[1].
15375 Iterate from 0 to nrules.
15376 Use rule_number_as_item_number and item_number_as_rule_number.
15377 Adjust to `derive' now containing possibly 0.
15378 * src/gram.h (rule_number_as_item_number, item_number_as_rule_number):
15379 Handle the `- 1' part in rule numbers from/to item numbers.
15380 * src/conflicts.c (log_resolution): Fix the message which reversed
15381 shift and reduce.
15382 * src/output.c (action_row): Initialize default_rule to -1.
15383 (token_actions): Adjust.
15384 * tests/sets.at (Nullable, Firsts): Fix the previously bogus
15385 expected output.
15386 * tests/conflicts.at (Resolved SR Conflicts): Likewise.
15387
4a2a22f4
AD
153882002-07-25 Akim Demaille <akim@epita.fr>
15389
15390 * data/c.m4 (b4_c_function, b4_c_ansi_args, b4_c_ansi_arg)
15391 (b4_c_knr_arg_names, b4_c_knr_arg_name, b4_c_knr_arg_decls)
15392 (b4_c_knr_arg_decl): New.
15393 * data/yacc.c: Use it to define yysymprint, yydestruct, and
15394 yyreport_parse_error.
15395
b8df3223
AD
153962002-07-25 Akim Demaille <akim@epita.fr>
15397
15398 * data/yacc.c (yyreport_parse_error): New, extracted from...
15399 (yyparse): here.
15400 (yydestruct, yysymprint): Move above yyparse.
15401 Be K&R compliant.
15402
a762e609
AD
154032002-07-25 Akim Demaille <akim@epita.fr>
15404
15405 * data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for): New,
15406 replace...
15407 (b4_sint_type, b4_uint_type): these.
15408 * data/yacc.c, data/glr.c, data/lalr1.cc: Use b4_int_type_for.
15409 * tests/regression.at (Web2c Actions): Adjust.
15410
12b0043a
AD
154112002-07-25 Akim Demaille <akim@epita.fr>
15412
15413 * src/gram.h (TIEM_NUMBER_MAX): New.
15414 (item_number_of_rule_number, rule_number_of_item_number): Rename
15415 as...
15416 (rule_number_as_item_number, item_number_as_rule_number): these.
15417 Adjust dependencies.
15418 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
15419 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
15420 (symbol_number_to_vector_number): New.
15421 (order): Of vector_number_t* type.
15422 (base_t, BASE_MAX, BASE_MIN): New.
15423 (froms, tos, width, pos, check): Of base_t type.
15424 (action_number_t, ACTION_MIN, ACTION_MAX): New.
15425 (actrow): Of action_number_t type.
15426 (conflrow): Of unsigned int type.
15427 (table_ninf, base_ninf): New.
15428 (GENERATE_MUSCLE_INSERT_TABLE): Also output the `*_min' value.
15429 (muscle_insert_int_table, muscle_insert_base_table)
15430 (muscle_insert_rule_number_table): New.
15431 (prepare_tokens): Output `toknum' as int_table.
15432 (action_row): Returns a rule_number_t.
15433 Use ACTION_MIN, not SHRT_MIN.
15434 (token_actions): yydefact is rule_number_t*.
15435 (table_ninf_remap): New.
15436 (pack_table): Use it for `base' and `table'.
15437 * data/yacc.c, data/glr.c, data/lalr1.cc (YYFLAG): Remove,
15438 replaced with...
15439 (YYPACT_NINF, YYTABLE_NINF): these.
15440 (yypact, yytable): Compute their types instead of hard-coded
15441 `short'.
15442 * tests/regression.at (Web2c Actions): Adjust.
15443
5dde258a
AD
154442002-07-19 Akim Demaille <akim@epita.fr>
15445
15446 * src/scan-gram.l (id): Can start with an underscore.
15447
a945ec39
AD
154482002-07-16 Akim Demaille <akim@epita.fr>
15449
15450 * src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string): New.
15451 Adjust all former `associativity' dependencies.
15452 * src/symtab.c (symbol_new): Default associativity is `undef', not
15453 `right'.
15454 (symbol_check_alias_consistence): Adjust.
15455
fae437e8
AD
154562002-07-09 Akim Demaille <akim@epita.fr>
15457
15458 * doc/bison.texinfo: Properly set the ``header'' part.
15459 Use @dircategory ``GNU programming tools'' as per Texinfo's
15460 documentation.
15461 Use @copying.
15462
1a715ef2
AD
154632002-07-09 Akim Demaille <akim@epita.fr>
15464
15465 * lib/quotearg.h: Protect against multiple inclusions.
15466 * src/location.h (location_t): Add a `file' member.
15467 (LOCATION_RESET, LOCATION_PRINT): Adjust.
15468 * src/complain.c (warn_at, complain_at, fatal_at): Drop
15469 `error_one_per_line' support.
15470
a5d50994
AD
154712002-07-09 Akim Demaille <akim@epita.fr>
15472
15473 * src/complain.h, src/complain.c (warn, complain): Remove, unused.
15474 * src/reader.c (lineno): Remove.
15475 Adjust all dependencies.
15476 (get_merge_function): Take a location and use complain_at.
15477 * src/symtab.h, src/symtab.c (symbol_make_alias): Likewise.
15478 * tests/regression.at (Invalid inputs, Mixing %token styles):
15479 Adjust.
15480
b275314e
AD
154812002-07-09 Akim Demaille <akim@epita.fr>
15482
15483 * src/parse-gram.y (rules_or_grammar_declaration): Add an error
15484 recovery rule, and forbid extensions when --yacc.
15485 (gram_error): Use complain_at.
15486 * src/reader.c (reader): Exit if there were parse errors.
15487
865b9df1
AD
154882002-07-09 Akim Demaille <akim@epita.fr>
15489
15490 * tests/synclines.at (AT_SYNCLINES_COMPILE): New.
15491 (AT_TEST_SYNCLINE): Adjust to unusual GCC outputs.
15492 Reported by R Blake <blakers@mac.com>.
15493
c76e14da
AD
154942002-07-09 Akim Demaille <akim@epita.fr>
15495
15496 * data/yacc.c: Output the copyright notive in the header.
15497
7db2ed2d
AD
154982002-07-03 Akim Demaille <akim@epita.fr>
15499
15500 * src/output.c (froms, tos): Are state_number_t.
15501 (save_column): sp, sp1, and sp2 are state_number_t.
15502 (prepare): Rename `final' as `final_state_number', `nnts' as
15503 `nterms_number', `nrules' as `rules_number', `nstates' as
15504 `states_number', and `ntokens' as `tokens_number'. Remove `nsym',
15505 unused.
15506 * data/yacc.c, data/glr.c, data/lalr1.cc: Adjust.
15507 * data/lalr1.cc (nsym_): Remove, unused.
15508
e68e0410
AD
155092002-07-03 Akim Demaille <akim@epita.fr>
15510
15511 * src/lalr.h, src/lalr.c (goto_number_t): New.
15512 * src/lalr.c (goto_list_t): New.
15513 Propagate them.
15514 * src/nullable.c (rule_list_t): New.
15515 Propagate.
15516 * src/types.h: Remove.
15517
e1a4f3a4
AD
155182002-07-03 Akim Demaille <akim@epita.fr>
15519
15520 * src/closure.c (print_fderives): Use rule_rhs_print.
15521 * src/derives.c (print_derives): Use rule_rhs_print.
15522 (rule_list_t): New, replaces `shorts'.
15523 (set_derives): Add comments.
15524 * tests/sets.at (Nullable, Firsts): Adjust.
15525
536545f3
AD
155262002-07-03 Akim Demaille <akim@epita.fr>
15527
15528 * src/output.c (prepare_actions): Free `tally' and `width'.
15529 (prepare_actions): Allocate and free `order'.
15530 * src/symtab.c (symbols_free): Free `symbols'.
15531 * src/scan-gram.l (scanner_free): Clear Flex's scanners memory.
15532 * src/output.c (m4_invoke): Move to...
15533 * src/scan-skel.l: here.
15534 (<<EOF>>): Close yyout, and free its name.
15535
8b752b00
AD
155362002-07-03 Akim Demaille <akim@epita.fr>
15537
15538 Fix some memory leaks, and fix a bug: state 0 was examined twice.
15539
15540 * src/LR0.c (new_state): Merge into...
15541 (state_list_append): this.
15542 (new_states): Merge into...
15543 (generate_states): here.
15544 (set_states): Don't ensure a proper `errs' state member here, do it...
15545 * src/conflicts.c (conflicts_solve): here.
15546 * src/state.h, src/state.c: Comment changes.
15547 (state_t): Rename member `shifts' as `transitions'.
15548 Adjust all dependencies.
15549 (errs_new): For consistency, also take the values as argument.
15550 (errs_dup): Remove.
15551 (state_errs_set): New.
15552 (state_reductions_set, state_transitions_set): Assert that no
15553 previous value was assigned.
15554 (state_free): New.
15555 (states_free): Use it.
15556 * src/conflicts.c (resolve_sr_conflict): Don't use an `errs_t' as
15557 temporary storage: use `errs' and `nerrs' as elsewhere.
15558 (set_conflicts): Allocate and free this `errs'.
15559
613f5e1a
AD
155602002-07-02 Akim Demaille <akim@epita.fr>
15561
15562 * lib/libiberty.h: New.
15563 * lib: Update the bitset implementation from upstream.
15564 * src/closure.c, src/lalr.c, src/output.c, src/print_graph.c,
15565 * src/state.c: Use BITSET_FOR_EACH, not BITSET_EXECUTE.
15566 * src/main.c: Adjust bitset stats calls.
15567
26e0cadc
PE
155682002-07-01 Paul Eggert <eggert@twinsun.com>
15569
15570 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>): Convert to unsigned
15571 char, so that negative chars don't collide with $.
15572
1154cced
AD
155732002-06-30 Akim Demaille <akim@epita.fr>
15574
15575 Have the GLR tests be `warning' checked, and fix the warnings.
15576
15577 * data/glr.c (YYFPRINTF): Always define it, not only when YYDEBUG
15578 (yyuserAction, yyreportAmbiguity): `Use' all the arguments.
15579 (yyremoveDeletes): `yyi' and `yyj' are size_t.
15580 Use YYFPRINTF when under if (YYDEBUG) to avoid empty `if' bodies.
15581 (yyaddDeferredAction): static.
15582 (yyglrReduce): yyi, yyk, amd yyposn are size_t.
15583 (yyreportParseError): yyprefix is const.
15584 yytokenp is used only when verbose.
15585 (yy__GNUC__): Replace with __GNUC__.
15586 (yypdumpstack): yyi is size_t.
15587 (yypreference): Un-yy local variables and arguments, to avoid
15588 clashes with `yyr1'. Anyway, we are not in the user name space.
15589 (yytname_size): be an int, as is compared with ints.
15590 * tests/testsuite.at (AT_COMPILE, AT_PARSER_CHECK): New.
15591 Use them.
15592 * tests/cxx-gram.at: Use quotation to protect $1.
15593 Use AT_COMPILE to enable warnings hunts.
15594 Prototype yylex and yyerror.
15595 `Use' argc.
15596 Include `string.h', not `strings.h'.
15597 Produce and prototype stmtMerge only when used.
15598 yylex takes a location.
15599
97650f4e
AD
156002002-06-30 Akim Demaille <akim@epita.fr>
15601
15602 We spend a lot of time in quotearg, in particular when --verbose.
15603
15604 * src/symtab.c (symbol_get): Store a quoted version of the key.
15605 (symbol_tag_get, symbol_tag_get_n, symbol_tag_print): Remove.
15606 Adjust all callers.
15607
d2576365
AD
156082002-06-30 Akim Demaille <akim@epita.fr>
15609
15610 * src/state.h (reductions_t): Rename member `nreds' as num.
15611 (errs_t): Rename members `nerrs' and `errs' as `num' and `symbols'.
15612 * src/state.c (ERRS_ALLOC, REDUCTIONS_ALLOC): Use the correct types.
15613
ccaf65bc
AD
156142002-06-30 Akim Demaille <akim@epita.fr>
15615
15616 * src/state.h, src/state.c (shift_t, SHIFT_SYMBOL, SHIFT_IS_SHIFT)
15617 (SHIFT_IS_GOTO, SHIFT_IS_ERROR, SHIFT_DISABLE, SHIFT_IS_DISABLED)
15618 (shifts_to): Rename as...
15619 (transition_t, TRANSITION_SYMBOL, TRANSITION_IS_TRANSITION)
15620 (TRANSITION_IS_GOTO, TRANSITION_IS_ERROR, TRANSITION_DISABLE)
15621 (TRANSITION_IS_DISABLED, transitions_to): these.
15622
87675353
AD
156232002-06-30 Akim Demaille <akim@epita.fr>
15624
15625 * src/print.c (print_shifts, print_gotos): Merge into...
15626 (print_transitions): this.
15627 (print_transitions, print_errs, print_reductions): Align the
15628 lookaheads columns.
15629 (print_core, print_transitions, print_errs, print_state,
15630 print_grammar): Output empty lines separator before, not after.
15631 (state_default_rule_compute): Rename as...
15632 (state_default_rule): this.
15633 * tests/conflicts.at (Defaulted Conflicted Reduction),
15634 (Unresolved SR Conflicts, Resolved SR Conflicts): Adjust.
15635 * tests/regression.at (Rule Line Numbers, Web2c Report): Adjust.
15636
ce4ccb4b
AD
156372002-06-30 Akim Demaille <akim@epita.fr>
15638
15639 Display items as we display rules.
15640
15641 * src/gram.h, src/gram.c (rule_lhs_print): New.
15642 * src/gram.c (grammar_rules_partial_print): Use it.
15643 * src/print.c (print_core): Likewise.
15644 * tests/conflicts.at (Defaulted Conflicted Reduction),
15645 (Unresolved SR Conflicts): Adjust.
15646 (Unresolved SR Conflicts): Adjust and rename as...
15647 (Resolved SR Conflicts): this, as was meant.
15648 * tests/regression.at (Web2c Report): Adjust.
15649
bc933ef1
AD
156502002-06-30 Akim Demaille <akim@epita.fr>
15651
15652 * src/print.c (state_default_rule_compute): New, extracted from...
15653 (print_reductions): here.
15654 Pessimize, but clarify the code.
15655 * tests/conflicts.at (Defaulted Conflicted Reduction): New.
15656
53d4308d
AD
156572002-06-30 Akim Demaille <akim@epita.fr>
15658
15659 * src/output.c (action_row): Let default_rule be always a rule
15660 number.
15661
574fb2d5
AD
156622002-06-30 Akim Demaille <akim@epita.fr>
15663
15664 * src/closure.c (print_firsts, print_fderives, closure):
15665 Use BITSET_EXECUTE.
15666 * src/lalr.c (lookaheads_print): Likewise.
15667 * src/state.c (state_rule_lookaheads_print): Likewise.
15668 * src/print_graph.c (print_core): Likewise.
15669 * src/print.c (print_reductions): Likewise.
15670 * src/output.c (action_row): Likewise.
15671 Use SHIFT_IS_DISABLED, SHIFT_IS_SHIFT and SHIFT_SYMBOL.
15672
05811fd7
AD
156732002-06-30 Akim Demaille <akim@epita.fr>
15674
15675 * src/print_graph.c: Use report_flag.
15676
0e4d5753
AD
156772002-06-30 Akim Demaille <akim@epita.fr>
15678
15679 * src/lalr.c (traverse, digraph, matrix_print, transpose): Move
15680 to...
15681 * src/relation.h, src/relation.c (traverse, relation_digraph)
15682 (relation_print, relation_transpose): New.
15683
24c7d800
AD
156842002-06-30 Akim Demaille <akim@epita.fr>
15685
15686 * src/state.h, src/state.c (shifts_to): New.
15687 * src/lalr.c (build_relations): Use it.
15688
9222837b
AD
156892002-06-30 Akim Demaille <akim@epita.fr>
15690
15691 * src/gram.h (rule_number_t, RULE_NUMBER_MAX, int_of_rule_number)
15692 (item_number_of_rule_number, rule_number_of_item_number): New.
15693 * src/LR0.c, src/closure.c, src/derives.c, src/derives.h,
15694 * src/gram.c, src/lalr.c, src/nullable.c, src/output.c, src/print.c,
15695 * src/print_graph.c, src/reader.c, src/reduce.c, src/reduce.h:
15696 Propagate their use.
15697 Much remains to be done, in particular wrt `shorts' from types.h.
15698
260008e5
AD
156992002-06-30 Akim Demaille <akim@epita.fr>
15700
15701 * src/symtab.c (symbol_new): Initialize the `printer' member.
15702
8a731ca8
AD
157032002-06-30 Akim Demaille <akim@epita.fr>
15704
15705 * src/LR0.c (save_reductions): Remove, replaced by...
15706 * src/state.h, src/state.c (state_reductions_set): New.
15707 (reductions, errs): Rename as...
15708 (reductions_t, errs_t): these.
15709 Adjust all dependencies.
15710
32e1e0a4
AD
157112002-06-30 Akim Demaille <akim@epita.fr>
15712
15713 * src/LR0.c (state_list_t, state_list_append): New.
15714 (first_state, last_state): Now symbol_list_t.
15715 (this_state): Remove.
15716 (new_itemsets, append_states, save_reductions): Take a state_t as
15717 argument.
15718 (set_states, generate_states): Adjust.
15719 (save_shifts): Remove, replaced by...
15720 * src/state.h, src/state.c (state_shifts_set): New.
15721 (shifts): Rename as...
15722 (shifts_t): this.
15723 Adjust all dependencies.
15724 * src/state.h (state_t): Remove the `next' member.
15725
e5fb6710
AD
157262002-06-30 Akim Demaille <akim@epita.fr>
15727
15728 * src/vcg.c (quote): Use slot 2, since we often pass symbol tag
15729 escaped in slot 0.
15730
c7ca99d4
AD
157312002-06-30 Akim Demaille <akim@epita.fr>
15732
15733 Use hash.h for the state hash table.
15734
15735 * src/LR0.c (STATE_HASH_SIZE, state_hash): Remove.
15736 (allocate_storage): Use state_hash_new.
15737 (free_storage): Use state_hash_free.
15738 (new_state, get_state): Adjust.
15739 * src/lalr.h, src/lalr.c (states): Move to...
15740 * src/states.h (state_t): Remove the `link' member, no longer
15741 used.
15742 * src/states.h, src/states.c: here.
15743 (state_hash_new, state_hash_free, state_hash_lookup)
15744 (state_hash_insert, states_free): New.
15745 * src/states.c (state_table, state_compare, state_hash): New.
15746 * src/output.c (output_actions): Do not free states now, since we
15747 still need to know the final_state number in `prepare', called
15748 afterwards. Do it...
15749 * src/main.c (main): here: call states_free after `output'.
15750
df0e7316
AD
157512002-06-30 Akim Demaille <akim@epita.fr>
15752
15753 * src/state.h, src/state.c (state_new): New, extracted from...
15754 * src/LR0.c (new_state): here.
15755 * src/state.h (STATE_ALLOC): Move to...
15756 * src/state.c: here.
15757 * src/LR0.h, src/LR0.c (nstates, final_state): Move to...
15758 * src/state.h, src/state.c: here.
15759
39f41916
AD
157602002-06-30 Akim Demaille <akim@epita.fr>
15761
15762 * src/reader.c (gensym): Rename as...
15763 * src/symtab.h, src/symtab.c (dummy_symbol_get): this.
15764 (getsym): Rename as...
15765 (symbol_get): this.
15766
d57650a5
AD
157672002-06-30 Akim Demaille <akim@epita.fr>
15768
15769 * src/state.h (state_number_t, STATE_NUMBER_MAX): New.
15770 * src/LR0.c, src/LR0.h, src/conflicts.c, src/lalr.c, src/lalr.h,
15771 * src/output.c, src/print.c, src/print_graph.c: Propagate.
15772 * src/LR0.h, src/LR0.h (final_state): Is a state_t*.
15773
5a08f1ce
AD
157742002-06-30 Akim Demaille <akim@epita.fr>
15775
15776 Make the test suite pass with warnings checked.
15777
15778 * tests/actions.at (Printers and Destructors): Improve.
15779 Avoid unsigned vs. signed issues.
15780 * tests/calc.at: Don't exercise the scanner here, do it...
15781 * tests/input.at (Torturing the Scanner): here.
15782
720623af
PH
157832002-06-28 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15784
88e7e941 15785 * data/glr.c: Correct typo in Emacs-mode directive. Slightly
720623af
PH
15786 reorganize first lines parallel to yacc.c.
15787
fb8135fa
AD
157882002-06-28 Akim Demaille <akim@epita.fr>
15789
15790 * data/c.m4 (b4_copyright, b4_sint_type, b4_uint_type, b4_token_define)
15791 (b4_token_enum, b4_token_defines): New, factored from...
15792 * data/lalr1.cc, data/yacc.c, glr.c: here.
15793
41442480
AD
157942002-06-28 Akim Demaille <akim@epita.fr>
15795
15796 * data/yacc.c (yydestruct, yysymprint): Pacify GCC warnings for
15797 unused variables.
15798 * src/output.c (merger_output): static.
15799
e0e5bf84
AD
158002002-06-28 Akim Demaille <akim@epita.fr>
15801
ba0fe3c7 15802 * src/reader.h: s/grammer_current_rule_merge_set/grammar_.../.
e0e5bf84
AD
15803 * src/conflicts.c (conflicts_total_count): `i' is unsigned, to
15804 pacify GCC.
15805 * src/output.c (save_row): Initialize all the variables to pacify GCC.
e0e5bf84 15806
676385e2
PH
158072002-06-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15808
15809 Accumulated changelog for new GLR parsing features.
15810
6a254321 15811 * src/conflicts.c (count_total_conflicts): Change name to
676385e2
PH
15812 conflicts_total_count.
15813 * src/conflicts.h: Ditto.
15814 * src/output.c (token_actions): Use the new name.
15815 (output_conflicts): Change conflp => conflict_list_heads, and
15816 confl => conflict_list for better readability.
15817 * data/glr.c: Use the new names.
15818 * NEWS: Add self to GLR announcement.
e0e5bf84 15819
676385e2
PH
15820 * src/reader.c (free_merger_functions): Cleanup: XFREE->free.
15821
15822 * doc/bison.texinfo (GLR Parsers): Make corrections suggested by
15823 Akim Demaille.
15824
15825 * data/bison.glr: Change name to glr.c
15826 * data/glr.c: Renamed from bison.glr.
15827 * data/Makefile.am: Add glr.c
e0e5bf84
AD
15828
15829 * src/getargs.c:
15830
676385e2 15831 * src/symlist.h: Add dprec and merger fields to symbol_list_s.
ba0fe3c7 15832 * src/symlist.c (symbol_list_new): Initialize dprec and merger fields.
e0e5bf84 15833
676385e2
PH
15834 Originally 2002-06-16 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15835
15836 * data/bison.glr: Be sure to restore the
15837 current #line when returning to the skeleton contents after having
15838 exposed the input file's #line.
15839
15840 Originally 2002-06-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15841
15842 * data/bison.glr: Bring up to date with changes to bison.simple.
15843
15844 Originally 2002-06-03 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15845
15846 * data/bison.glr: Correct definitions that use b4_prefix.
15847 Various reformatting.
15848 (GLRStack): Make yychar (in YYPURE case) and yytokenp as part of stack.
15849 (yyreportParseError, yyrecoverParseError, yyprocessOneStack): remove
15850 yytokenp argument; now part of stack.
15851 (yychar): Define to behave as documented.
15852 (yyclearin): Ditto.
e0e5bf84 15853
676385e2
PH
15854 Originally 2002-05-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15855
15856 * src/reader.h: Add declaration for free_merger_functions.
15857
15858 * src/reader.c (merge_functions): New variable.
15859 (get_merge_function): New function.
15860 (free_merger_functions): New function.
15861 (readgram): Check for %prec that is not followed by a symbol.
15862 Handle %dprec and %merge declarations.
15863 (packgram): Initialize dprec and merger fields in rules array.
15864
15865 * src/output.c (conflict_tos, conflrow, conflict_table, conflict_list,
15866 conflict_list_cnt, conflict_list_free): New variables.
15867 (table_grow): Also grow conflict_table.
e0e5bf84 15868 (prepare_rules): Output dprec and merger tables.
676385e2 15869 (conflict_row): New function.
e0e5bf84 15870 (action_row): Output conflict lists for GLR parser. Don't use
676385e2
PH
15871 default reduction in conflicted states for GLR parser so that there
15872 are spaces for the conflict lists.
15873 (save_row): Also save conflict information.
15874 (token_actions): Allocate conflict list.
15875 (merger_output): New function.
15876 (pack_vector): Pack conflict table, too.
15877 (output_conflicts): New function to output yyconflp and yyconfl.
15878 (output_check): Allocate conflict_tos.
15879 (output_actions): Output conflict tables, also.
15880 (output_skeleton): Output b4_mergers definition.
15881 (prepare): Output b4_max_rhs_length definition.
15882 Use 'bison.glr' as default skeleton for GLR parsers.
15883
15884 * src/gram.c (glr_parser): New flag.
15885 (grammar_free): Call free_merger_functions.
15886
15887 * src/conflicts.c (count_rr_conflicts): Augment to optionally count
15888 all pairs of conflicting reductions, rather than just all tokens
15889 causing conflicts. Needed to size conflict tables.
e0e5bf84 15890 (conflicts_output): Modify call to count_rr_conflicts for new
676385e2
PH
15891 interface.
15892 (conflicts_print): Ditto.
15893 (count_total_conflicts): New function.
15894
15895 * src/reader.h (merger_list): New type.
15896 (merge_functions): New variable.
15897
15898 * src/lex.h (tok_dprec, tok_merge): New token types.
15899
15900 * src/gram.h (rule_s): Add dprec and merger fields.
15901 (glr_parser): New flag.
15902
15903 * src/conflicts.h (count_total_conflicts): New function.
15904
15905 * src/options.c (option_table): Add %dprec, %merge, and %glr-parser.
15906
15907 * doc/bison.texinfo (Generalized LR Parsing): New section.
15908 (GLR Parsers): New section.
15909 (Language and Grammar): Mention GLR parsing.
15910 (Table of Symbols): Add %dprec, %glr-parser, %merge, GLR
15911 Correct typo ("tge" -> "the").
15912
15913 * data/bison.glr: New skeleton for GLR parsing.
15914
15915 * tests/cxx-gram.at: New tests for GLR parsing.
15916
15917 * tests/testsuite.at: Include cxx-gram.at.
15918
15919 * tests/Makefile.am: Add cxx-gram.at.
e0e5bf84 15920
676385e2
PH
15921 * src/parse-gram.y:
15922
15923 * src/scan-gram.l: Add %dprec, %glr-parser, %merge.
15924
15925 * src/parse-gram.y: Grammar for %dprec, %merge, %glr-parser.
e0e5bf84 15926
b5480d74 159272002-06-27 Akim Demaille <akim@epita.fr>
e2aaf4c4
AD
15928
15929 * src/options.h, src/options.c: Remove.
15930 * src/getargs.c (short_options, long_options): New.
15931
60491a94
AD
159322002-06-27 Akim Demaille <akim@epita.fr>
15933
15934 * data/bison.simple, data/bison.c++: Rename as...
15935 * data/yacc.c, data/lalr1.cc: these.
15936 * doc/bison.texinfo (Environment Variables): Remove.
15937
9be0c25b
AD
159382002-06-25 Raja R Harinath <harinath@cs.umn.edu>
15939
15940 * src/getargs.c (report_argmatch): Initialize strtok().
15941
1ae72863
AD
159422002-06-20 Akim Demaille <akim@epita.fr>
15943
15944 * data/bison.simple (b4_symbol_actions): New, replaces...
15945 (b4_symbol_destructor, b4_symbol_printer): these.
15946 (yysymprint): Be sure to call YYPRINT only for tokens, and using
15947 user token numbers.
15948
87542d29
AD
159492002-06-20 Akim Demaille <akim@epita.fr>
15950
15951 * data/bison.simple (yydestructor): Rename as...
15952 (yydestruct): this.
15953
1a31ed21
AD
159542002-06-20 Akim Demaille <akim@epita.fr>
15955
15956 * src/symtab.h, src/symtab.c (symbol_type_set)
15957 (symbol_destructor_set, symbol_precedence_set): The location is
15958 the last argument.
15959 Adjust all callers.
15960
e776192e
AD
159612002-06-20 Akim Demaille <akim@epita.fr>
15962
15963 * src/parse-gram.y (YYPRINT, yyprint): Don't mess with the parser
15964 internals.
15965 * src/reader.h, src/reader.c (grammar_current_rule_prec_set):
15966 Takes a location.
15967 * src/symtab.h, src/symtab.c (symbol_class_set)
15968 (symbol_user_token_number_set): Likewise.
15969 Adjust all callers.
15970 Promote complain_at.
15971 * tests/input.at (Type Clashes): Adjust.
15972
5c1180b3
AD
159732002-06-20 Akim Demaille <akim@epita.fr>
15974
15975 * data/bison.simple (YYLEX): Fix the declaration when
15976 %pure-parser.
15977
e3170060
AD
159782002-06-20 Akim Demaille <akim@epita.fr>
15979
15980 * data/bison.simple (yysymprint): Don't print the token number,
15981 just its name.
15982 * tests/actions.at (Destructors): Rename as...
15983 (Printers and Destructors): this.
15984 Also exercise %printer.
15985
253862fd
AD
159862002-06-20 Akim Demaille <akim@epita.fr>
15987
15988 * data/bison.simple (YYDSYMPRINT): New.
15989 Use it to remove many of the #if YYDEBUG/if (yydebug).
15990
366eea36
AD
159912002-06-20 Akim Demaille <akim@epita.fr>
15992
15993 * src/symtab.h, src/symtab.c (symbol_t): printer and
15994 printer_location are new members.
15995 (symbol_printer_set): New.
15996 * src/parse-gram.y (PERCENT_PRINTER): New token.
15997 Handle its associated rule.
15998 * src/scan-gram.l: Adjust.
15999 (handle_destructor_at, handle_destructor_dollar): Rename as...
16000 (handle_symbol_code_at, handle_symbol_code_dollar): these.
16001 * src/output.c (symbol_printers_output): New.
16002 (output_skeleton): Call it.
16003 * data/bison.simple (yysymprint): New. Cannot be named yyprint
16004 since there are already many grammar files with a user `yyprint'.
16005 Replace the calls to YYPRINT to calls to yysymprint.
16006 * tests/calc.at: Adjust.
16007 * tests/torture.at (AT_DATA_STACK_TORTURE): Remove YYPRINT: it was
16008 taking advantage of parser very internal details (stack size!).
16009
4f25ebb0
AD
160102002-06-20 Akim Demaille <akim@epita.fr>
16011
16012 * src/scan-gram.l: Complete the scanner with the missing patterns
16013 to pacify Flex.
16014 Use `quote' and `symbol_tag_get' where appropriate.
16015
93b68a0e
AD
160162002-06-19 Akim Demaille <akim@epita.fr>
16017
16018 * tests/actions.at (Destructors): Augment to test locations.
16019 * data/bison.simple (yydestructor): Pass it the current location
16020 if locations are enabled.
16021 Prototype only when __STDC__ or C++.
16022 Change the argument names to move into the yy name space: there is
16023 user code here.
16024
58612f1d
AD
160252002-06-19 Akim Demaille <akim@epita.fr>
16026
74310291
AD
16027 * data/bison.simple (b4_pure_if): New.
16028 Use it instead of #ifdef YYPURE.
16029
160302002-06-19 Akim Demaille <akim@epita.fr>
16031
16032 * data/bison.simple (b4_location_if): New.
58612f1d
AD
16033 Use it instead of #ifdef YYLSP_NEEDED.
16034
f25bfb75
AD
160352002-06-19 Akim Demaille <akim@epita.fr>
16036
16037 Prepare @$ in %destructor, but currently don't bind it in the
16038 skeleton, as %location use is not cleaned up yet.
16039
16040 * src/scan-gram.l (handle_dollar, handle_destructor_at)
16041 (handle_action_at): New.
16042 (handle_at, handle_action_dollar, handle_destructor_dollar): Take
16043 a braced_code_t and a location as additional arguments.
16044 (handle_destructor_dollar): Instead of requiring `b4_eval', just
16045 unquote one when outputting `b4_dollar_dollar'.
16046 Adjust callers.
16047 * data/bison.simple (b4_eval): Remove.
16048 (b4_symbol_destructor): Adjust.
16049 * tests/input.at (Invalid @n): Adjust.
16050
c732d2c6
AD
160512002-06-19 Zack Weinberg <zack@codesourcery.com>
16052
16053 * doc/bison.texinfo: Document ability to have multiple
16054 prologue sections.
16055
8c165d89
AD
160562002-06-18 Akim Demaille <akim@epita.fr>
16057
16058 * src/files.c (compute_base_names): When computing the output file
16059 names from the input file name, strip the directory part.
16060
ca98bf57
AD
160612002-06-18 Akim Demaille <akim@epita.fr>
16062
16063 * data/bison.simple.new: Comment changes.
16064 Reported by Andreas Schwab.
16065
0bfb02ff
AD
160662002-06-18 Matt Kraai <kraai@alumni.cmu.edu>
16067
16068 * data/bison.simple (yyoverflowlab): #ifndef yyoverflow, so that
16069 there are no `label `yyoverflowlab' defined but not used' warnings
16070 when yyoverflow is defined.
16071
24c0aad7
AD
160722002-06-18 Akim Demaille <akim@epita.fr>
16073
16074 * src/symtab.h, src/symtab.c (symbol_t): destructor_location is a
16075 new member.
16076 (symbol_destructor_set): Adjust.
16077 * src/output.c (symbol_destructors_output): Output the destructor
16078 locations.
16079 Output the symbol name.
16080 * data/bison.simple (b4_symbol_destructor): Adjust.
16081
5719c109
AD
160822002-06-18 Cris Bailiff <c.bailiff@awayweb.com>
16083 and Akim Demaille <akim@epita.fr>
16084
16085 * data/bison.simple.new (yyerrlab1): Be sure to pop and destroy
16086 what's left on the stack when the error recovery hits EOF.
16087 * tests/actions.at (Destructors): Complete to exercise this case.
16088
9280d3ef
AD
160892002-06-17 Akim Demaille <akim@epita.fr>
16090
16091 * data/m4sugar/m4sugar.m4 (m4_map): Recognize when the list of
16092 arguments is really empty, not only equal to `[]'.
16093 * src/symtab.h, src/symtab.c (symbol_t): `destructor' is a new
16094 member.
16095 (symbol_destructor_set): New.
16096 * src/output.c (symbol_destructors_output): New.
16097 * src/reader.h (brace_code_t, current_braced_code): New.
16098 * src/scan-gram.l (BRACED_CODE): Use it to branch on...
16099 (handle_dollar): Rename as...
16100 (handle_action_dollar): this.
16101 (handle_destructor_dollar): New.
16102 * src/parse-gram.y (PERCENT_DESTRUCTOR): New.
16103 (grammar_declaration): Use it.
16104 * data/bison.simple (yystos): Is always defined.
16105 (yydestructor): New.
16106 * tests/actions.at (Destructors): New.
16107 * tests/calc.at (_AT_CHECK_CALC_ERROR): Don't rely on egrep.
16108
dafdc66f
AD
161092002-06-17 Akim Demaille <akim@epita.fr>
16110
16111 * src/symlist.h, src/symlist.c (symbol_list_length): New.
16112 * src/scan-gram.l (handle_dollar, handle_at): Compute the
16113 rule_length only when needed.
16114 * src/output.c (actions_output, token_definitions_output): Output
16115 the full M4 block.
16116 * src/symtab.c: Don't access directly to the symbol tag, use
16117 symbol_tag_get.
16118 * src/parse-gram.y: Use symbol_list_free.
16119
56c47203
AD
161202002-06-17 Akim Demaille <akim@epita.fr>
16121
16122 * src/reader.h, src/reader.c (symbol_list, symbol_list_new)
16123 (symbol_list_prepend, get_type_name): Move to...
16124 * src/symlist.h, src/symlist.c (symbol_list_t, symbol_list_new)
16125 (symbol_list_prepend, symbol_list_n_type_name_get): here.
16126 Adjust all callers.
16127 (symbol_list_free): New.
16128 * src/scan-gram.l (handle_dollar): Takes a location.
16129 * tests/input.at (Invalid $n): Adjust.
16130
1e0bab92
AD
161312002-06-17 Akim Demaille <akim@epita.fr>
16132
16133 * src/reader.h, src/reader.c (symbol_list_new): Export it.
16134 (symbol_list_prepend): New.
16135 * src/parse-gram.y (%union): `list' is a new member.
16136 (symbols.1): New, replaces...
16137 (terms_to_prec.1, nterms_to_type.1): these.
16138 * src/symtab.h, src/symtab.c (symbol_type_set, symbol_precedence_set)
16139 Take a location as additional argument.
16140 Adjust all callers.
16141
04e60654
AD
161422002-06-15 Akim Demaille <akim@epita.fr>
16143
16144 * src/parse-gram.y: Move %token in the declaration section so that
16145 we don't depend upon CVS Bison.
16146
10e5b8bd
AD
161472002-06-15 Akim Demaille <akim@epita.fr>
16148
16149 * src/state.h, src/state.c (state_rule_lookaheads_print): New.
16150 * src/print.c (print_core): Use it.
16151
9801d40c
AD
161522002-06-15 Akim Demaille <akim@epita.fr>
16153
16154 * src/conflicts.c (log_resolution): Accept the rule involved in
16155 the sr conflicts instead of the lookahead number that points to
16156 that rule.
16157 (flush_reduce): Accept the current lookahead vector as argument,
16158 instead of the index in LA.
16159 (resolve_sr_conflict): Accept the current number of lookahead
16160 bitset to consider for the STATE, instead of the index in LA.
16161 (set_conflicts): Adjust.
16162 * src/lalr.c, src/lalr.h, src/state.h: Comment changes.
16163
c0263492
AD
161642002-06-15 Akim Demaille <akim@epita.fr>
16165
16166 * src/state.h (state_t): Replace the `lookaheadsp' member, a
16167 short, with `lookaheads' (bitsetv), `lookaheads_rule' (rule_t**).
16168 Adjust all dependencies.
16169 * src/lalr.c (initialize_lookaheads): Split into...
16170 (states_lookaheads_count, states_lookaheads_initialize): these.
16171 (lalr): Adjust.
16172
9757c359
AD
161732002-06-15 Akim Demaille <akim@epita.fr>
16174
16175 * src/gram.h, src/gram.c (grammar_rules_partial_print): New, eved
16176 out of...
16177 (grammar_rules_print): here.
16178 * src/reduce.c (reduce_output): Use it.
16179 * tests/reduce.at (Useless Rules, Reduced Automaton)
16180 (Underivable Rules): Adjust.
16181
6b98e4b5
AD
161822002-06-15 Akim Demaille <akim@epita.fr>
16183
16184 Copy BYacc's nice way to report the grammar.
16185
16186 * src/gram.h, src/gram.c (grammar_rhs_print, grammar_rules_print):
16187 New.
16188 Don't print the rules' location, it is confusing and useless.
16189 (rule_print): Use grammar_rhs_print.
16190 * src/print.c (print_grammar): Use grammar_rules_print.
16191
6b98e4b5
AD
161922002-06-15 Akim Demaille <akim@epita.fr>
16193
16194 Complete and rationalize `useless thing' warnings.
16195
16196 * src/symtab.h, src/symtab.c (symbol_tag_get, symbol_tag_get_n)
16197 (symbol_tag_print): New.
16198 Use them everywhere in place of accessing directly the tag member.
16199 * src/gram.h, src/gram.c (rule_print): New.
16200 Use it where a rule used to be printed `by hand'.
16201 * src/reduce.c (nonterminals_reduce): Report the use nonterminals.
16202 (reduce_grammar_tables): Report the useless rules.
16203 (reduce_print): Useless things are a warning, not an error.
16204 Report it as such.
16205 * tests/reduce.at (Useless Nonterminals, Useless Rules):
16206 (Reduced Automaton, Underivable Rules): Adjust.
16207 * tests/regression.at (Web2c Report, Web2c Report): Adjust.
16208 * tests/conflicts.at (Unresolved SR Conflicts)
16209 (Solved SR Conflicts): Adjust.
16210
ee000ba4
AD
162112002-06-15 Akim Demaille <akim@epita.fr>
16212
16213 Let symbols have a location.
16214
16215 * src/symtab.h, src/symtab.c (symbol_t): Location is a new member.
16216 (getsym): Adjust.
16217 Adjust all callers.
16218 * src/complain.h, src/complain.c (complain_at, fatal_at, warn_at):
16219 Use location_t, not int.
16220 * src/symtab.c (symbol_check_defined): Take advantage of the
16221 location.
16222 * tests/regression.at (Invalid inputs): Adjust.
16223
8efe435c
AD
162242002-06-15 Akim Demaille <akim@epita.fr>
16225
16226 * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.
16227 (input): Don't try to initialize yylloc here, do it in the
16228 scanner.
16229 * src/scan-gram.l (YY_USER_INIT): Initialize yylloc.
16230 * src/gram.h (rule_t): Change line and action_line into location
16231 and action_location, of location_t type.
16232 Adjust all dependencies.
16233 * src/location.h, src/location.c (empty_location): New.
16234 * src/reader.h, src/reader.c (grammar_start_symbol_set)
16235 (grammar_symbol_append, grammar_rule_begin, grammar_rule_end)
16236 (grammar_current_rule_symbol_append)
16237 (grammar_current_rule_action_append): Expect a location as argument.
16238 * src/reader.c (grammar_midrule_action): Adjust to attach an
16239 action's location as dummy symbol location.
16240 * src/symtab.h, src/symtab.c (startsymbol_location): New.
16241 * tests/regression.at (Web2c Report, Rule Line Numbers): Adjust
16242 the line numbers.
16243
1921f1d7
AD
162442002-06-14 Akim Demaille <akim@epita.fr>
16245
16246 Grammar declarations may be found in the grammar section.
16247
16248 * src/parse-gram.y (rules_or_grammar_declaration): New.
16249 (declarations): Each declaration may end with a semicolon, not
16250 just...
16251 (grammar_declaration): `"%union"'.
16252 (grammar): Branch to rules_or_grammar_declaration.
16253
4515534c
AD
162542002-06-14 Akim Demaille <akim@epita.fr>
16255
16256 * src/main.c (main): Invoke scanner_free.
16257
f958596b
AD
162582002-06-14 Akim Demaille <akim@epita.fr>
16259
16260 * src/output.c (m4_invoke): Extracted from...
16261 (output_skeleton): here.
16262 Free tempfile.
16263
2c569025
AD
162642002-06-14 Akim Demaille <akim@epita.fr>
16265
16266 * src/parse-gram.y (directives, directive, gram)
16267 (grammar_directives, precedence_directives, precedence_directive):
16268 Rename as...
16269 (declarations, declaration, grammar, grammar_declaration)
16270 (precedence_declaration, precedence_declarator): these.
16271 (symbol_declaration): New.
16272
592e8d4d
AD
162732002-06-14 Akim Demaille <akim@epita.fr>
16274
16275 * src/files.c (action_obstack): Remove, unused.
16276 (output_obstack): Remove it, and all its dependencies, as it is no
16277 longer needed.
16278 * src/reader.c (epilogue_set): Build the epilogue in the
16279 muscle_obstack.
16280 * src/output.h, src/output.c (muscle_obstack): Move to...
16281 * src/muscle_tab.h, src/muscle_tab.h: here.
16282 (muscle_init): Initialize muscle_obstack.
16283 (muscle_free): New.
16284 * src/main.c (main): Call it.
16285
0c15323d
AD
162862002-06-14 Akim Demaille <akim@epita.fr>
16287
16288 * src/location.h: New, extracted from...
16289 * src/reader.h: here.
16290 * src/Makefile.am (noinst_HEADERS): Merge into
16291 (bison_SOURCES): this.
16292 Add location.h.
16293 * src/parse-gram.y: Use location_t instead of Bison's.
16294 * src/reader.h, src/reader.c (prologue_augment, epilogue_set):
16295 Use location_t instead of ints.
16296
e96c9728
AD
162972002-06-14 Akim Demaille <akim@epita.fr>
16298
16299 * data/bison.simple, data/bison.c++: Be sure to restore the
16300 current #line when returning to the skeleton contents after having
16301 exposed the input file's #line.
16302
75d1fe16
AD
163032002-06-12 Akim Demaille <akim@epita.fr>
16304
16305 * src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*>', it is too
16306 eager.
16307 * tests/actions.at (Exotic Dollars): New.
16308
6c35d22c
AD
163092002-06-12 Akim Demaille <akim@epita.fr>
16310
16311 * src/scan-gram.l (SC_PROLOGUE): Don't eat characters amongst
16312 ['"/] too eagerly.
16313 * tests/input.at (Torturing the Scanner): New.
16314
1d6412ad
AD
163152002-06-11 Akim Demaille <akim@epita.fr>
16316
16317 * src/scan-gram.l (YY_OBS_INIT): Remove, replace with...
16318 [SC_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,SC_PROLOGUE]
16319 [SC_EPILOGUE]: Output the quadrigraphs only when not in a comment.
16320 * src/reader.h, src/scan-gram.l (scanner_initialize): this.
16321 * src/reader.c (reader): Use it.
16322
4cdb01db
AD
163232002-06-11 Akim Demaille <akim@epita.fr>
16324
16325 * src/scan-gram.l (YY_OBS_FINISH): Don't set yylval.
16326 Adjust all callers.
16327 (scanner_last_string_free): New.
16328
44995b2e
AD
163292002-06-11 Akim Demaille <akim@epita.fr>
16330
16331 * src/scan-gram.l (YY_INIT, YY_GROW, YY_FINISH): Rename as...
16332 (YY_OBS_INIT, YY_OBS_GROW, YY_OBS_FINISH): these.
16333 (last_string, YY_OBS_FREE): New.
16334 Use them when returning an ID.
16335
e9955c83
AD
163362002-06-11 Akim Demaille <akim@epita.fr>
16337
16338 Have Bison grammars parsed by a Bison grammar.
16339
16340 * src/reader.c, src/reader.h (prologue_augment): New.
16341 * src/reader.c (copy_definition): Remove.
16342
16343 * src/reader.h, src/reader.c (gram_start_symbol_set, prologue_augment)
16344 (grammar_symbol_append, grammar_rule_begin, grammar_midrule_action)
16345 (grammar_current_rule_prec_set, grammar_current_rule_check)
16346 (grammar_current_rule_symbol_append)
16347 (grammar_current_rule_action_append): Export.
16348 * src/parse-gram.y (symbol_list_new, symbol_list_symbol_append_
16349 (symbol_list_action_append): Remove.
16350 Hook the routines from reader.
16351 * src/scan-gram.l: In INITIAL, characters and strings are tokens.
16352 * src/system.h (ATTRIBUTE_NORETURN, ATTRIBUTE_UNUSED): Now.
16353
16354 * src/reader.c (read_declarations): Remove, unused.
16355
16356 * src/parse-gram.y: Handle the epilogue.
16357 * src/reader.h, src/reader.c (gram_start_symbol_set): Rename as...
16358 (grammar_start_symbol_set): this.
16359 * src/scan-gram.l: Be sure to ``use'' yycontrol to keep GCC quiet.
16360 * src/reader.c (readgram): Remove, unused.
16361 (reader): Adjust to insert eoftoken and axiom where appropriate.
16362
16363 * src/reader.c (copy_dollar): Replace with...
16364 * src/scan-gram.h (handle_dollar): this.
16365 * src/parse-gram.y: Remove `%thong'.
16366
16367 * src/reader.c (copy_at): Replace with...
16368 * src/scan-gram.h (handle_at): this.
16369
16370 * src/complain.h, src/complain.c (warn_at, complain_at, fatal_at):
16371 New.
16372
16373 * src/scan-gram.l (YY_LINES): Keep lineno synchronized for the
16374 time being.
16375
16376 * src/reader.h, src/reader.c (grammar_rule_end): New.
16377
16378 * src/parse.y (current_type, current_class): New.
16379 Implement `%nterm', `%token' support.
16380 Merge `%term' into `%token'.
16381 (string_as_id): New.
16382 * src/symtab.h, src/symtab.c (symbol_make_alias): Don't pass the
16383 type name.
16384
16385 * src/parse-gram.y: Be sure to handle properly the beginning of
16386 rules.
16387
16388 * src/parse-gram.y: Handle %type.
16389 * src/reader.c (grammar_rule_end): Call grammar_current_rule_check.
16390
16391 * src/parse-gram.y: More directives support.
16392 * src/options.c: No longer handle source directives.
16393
16394 * src/parse-gram.y: Fix %output.
16395
16396 * src/parse-gram.y: Handle %union.
16397 Use the prologue locations.
16398 * src/reader.c (parse_union_decl): Remove.
16399
16400 * src/reader.h, src/reader.c (epilogue_set): New.
16401 * src/parse-gram.y: Use it.
16402
16403 * data/bison.simple, data/bison.c++: b4_stype is now either not
16404 defined, then default to int, or to the contents of %union,
16405 without `union' itself.
16406 Adjust.
16407 * src/muscle_tab.c (muscle_init): Don't predefine `stype'.
16408
16409 * src/output.c (actions_output): Don't output braces, as they are
16410 already handled by the scanner.
16411
16412 * src/scan-gram.l (SC_CHARACTER): Set the user_token_number of
16413 characters to themselves.
16414
16415 * tests/reduce.at (Reduced Automaton): End the grammars with %% so
16416 that the epilogue has a proper #line.
16417
16418 * src/parse-gram.y: Handle precedence/associativity.
16419
16420 * src/symtab.c (symbol_precedence_set): Requires the symbol to be
16421 a terminal.
16422 * src/scan-gram.l (SC_BRACED_CODE): Catch strings and characters.
16423 * tests/calc.at: Do not use `%token "foo"' as it makes not sense
16424 at all to define terminals that cannot be emitted.
16425
16426 * src/scan-gram.l: Escape M4 characters.
16427
16428 * src/scan-gram.l: Working properly with escapes in user
16429 strings/characters.
16430
16431 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR)
16432 (AT_DATA_HORIZONTAL_GRAMMAR): Respect the `%token ID NUM STRING'
16433 grammar.
16434 Use more modest sizes, as for the time being the parser does not
16435 release memory, and therefore the process swallows a huge amount
16436 of memory.
16437
16438 * tests/torture.at (AT_DATA_LOOKAHEADS_GRAMMAR): Adjust to the
16439 stricter %token grammar.
16440
16441 * src/symtab.h (associativity): Add `undef_assoc'.
16442 (symbol_precedence_set): Do nothing when passed an undef_assoc.
16443 * src/symtab.c (symbol_check_alias_consistence): Adjust.
16444
16445 * tests/regression.at (Invalid %directive): Remove, as it is now
16446 meaningless.
16447 (Invalid inputs): Adjust to the new error messages.
16448 (Token definitions): The new grammar doesn't allow too many
16449 eccentricities.
16450
16451 * src/lex.h, src/lex.c: Remove.
16452 * src/reader.c (lastprec, skip_to_char, read_signed_integer)
16453 (copy_character, copy_string2, copy_string, copy_identifier)
16454 (copy_comment, parse_token_decl, parse_type_decl, parse_assoc_decl)
16455 (parse_muscle_decl, parse_dquoted_param, parse_skel_decl)
16456 (parse_action): Remove.
16457 * po/POTFILES.in: Adjust.
16458
2e047461
AD
164592002-06-11 Akim Demaille <akim@epita.fr>
16460
cd05d13c 16461 * src/reader.c (parse_action): Don't store directly into the
2e047461
AD
16462 rule's action member: return the action as a string.
16463 Don't require `rule_length' as an argument: compute it.
16464 (grammar_current_rule_symbol_append)
16465 (grammar_current_rule_action_append): New, eved out from
16466 (readgram): here.
16467 Remove `action_flag', `rulelength', unused now.
16468
9af3fbce
AD
164692002-06-11 Akim Demaille <akim@epita.fr>
16470
16471 * src/reader.c (grammar_current_rule_prec_set).
16472 (grammar_current_rule_check): New, eved out from...
16473 (readgram): here.
16474 Remove `xaction', `first_rhs': useless.
16475 * tests/input.at (Type clashes): New.
16476 * tests/existing.at (GNU Cim Grammar): Adjust.
16477
1485e106
AD
164782002-06-11 Akim Demaille <akim@epita.fr>
16479
16480 * src/reader.c (grammar_midrule_action): New, Eved out from
16481 (readgram): here.
16482
da4160c3
AD
164832002-06-11 Akim Demaille <akim@epita.fr>
16484
16485 * src/reader.c (grammar_rule_begin, previous_rule, current_rule):
16486 New.
16487 (readgram): Use them as replacement of inlined code, crule and
16488 crule1.
16489
f6d0f937
AD
164902002-06-11 Akim Demaille <akim@epita.fr>
16491
16492 * src/reader.c (grammar_end, grammar_symbol_append): New.
16493 (readgram): Use them.
16494 Make the use of `p' as local as possible.
16495
69078d4b
AD
164962002-06-10 Akim Demaille <akim@epita.fr>
16497
16498 GCJ's parser requires the tokens to be defined before the prologue.
16499
16500 * data/bison.simple: Output the token definition before the user's
16501 prologue.
16502 * tests/regression.at (Braces parsing, Duplicate string)
16503 (Mixing %token styles): Check the output from bison.
16504 (Early token definitions): New.
16505
5e424082
AD
165062002-06-10 Akim Demaille <akim@epita.fr>
16507
16508 * src/symtab.c (symbol_user_token_number_set): Don't complain when
16509 assigning twice the same user number to a token, so that we can
16510 use it in...
16511 * src/lex.c (lex): here.
16512 Also use `symbol_class_set' instead of hand written code.
16513 * src/reader.c (parse_assoc_decl): Likewise.
16514
44536b35
AD
165152002-06-10 Akim Demaille <akim@epita.fr>
16516
16517 * src/symtab.c, src/symtab.c (symbol_class_set)
16518 (symbol_user_token_number_set): New.
16519 * src/reader.c (parse_token_decl): Use them.
16520 Use a switch instead of ifs.
16521 Use a single argument.
16522
8b9f2372
AD
165232002-06-10 Akim Demaille <akim@epita.fr>
16524
16525 Remove `%thong' support as it is undocumented, unused, duplicates
16526 `%token's job, and creates useless e-mail traffic with people who
16527 want to know what it is, why it is undocumented, unused, and
16528 duplicates `%token's job.
16529
16530 * src/reader.c (parse_thong_decl): Remove.
16531 * src/options.c (option_table): Remove "thong".
16532 * src/lex.h (tok_thong): Remove.
16533
3ae2b51f
AD
165342002-06-10 Akim Demaille <akim@epita.fr>
16535
16536 * src/symtab.c, src/symtab.c (symbol_type_set)
16537 (symbol_precedence_set): New.
16538 * src/reader.c (parse_type_decl, parse_assoc_decl): Use them.
16539 (value_components_used): Remove, unused.
16540
2f1afb73
AD
165412002-06-09 Akim Demaille <akim@epita.fr>
16542
16543 Move symbols handling code out of the reader.
16544
16545 * src/reader.h, src/reader.c (errtoken, undeftoken, eoftoken)
16546 (axiom): Move to...
16547 * src/symtab.h, src/symtab.c: here.
16548
16549 * src/gram.c (start_symbol): Remove: use startsymbol->number.
16550 * src/reader.c (startval): Rename as...
16551 * src/symtab.h, src/symtab.c (startsymbol): this.
16552 * src/reader.c: Adjust.
16553
16554 * src/reader.c (symbol_check_defined, symbol_make_alias)
16555 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
16556 (token_translations_init)
16557 Move to...
16558 * src/symtab.c: here.
16559 * src/reader.c (packsymbols): Move to...
16560 * src/symtab.h, src/symtab.c (symbols_pack): here.
16561 * src/symtab.h, src/symtab.c (symbol_make_alias): Takes SYMVAL as
16562 argument.
16563
e9bca3ad
AD
165642002-06-03 Akim Demaille <akim@epita.fr>
16565
16566 * src/muscle_tab.c (muscle_insert, muscle_find): Declarations,
16567 then statements.
16568
86eff183
AD
165692002-06-03 Akim Demaille <akim@epita.fr>
16570
16571 * src/muscle_tab.c (muscle_find, muscle_insert): Don't initialize
16572 structs with non literals.
16573 * src/scan-skel.l: never-interactive.
16574 * src/conflicts.c (enum conflict_resolution_e): No trailing
16575 comma.
16576 * src/getargs.c (usage): Split long literal strings.
16577 Reported by Hans Aberg.
16578
717be197
AD
165792002-05-28 Akim Demaille <akim@epita.fr>
16580
16581 * data/bison.c++: Use C++ ostreams.
16582 (cdebug_): New member.
16583
670ddffd
AD
165842002-05-28 Akim Demaille <akim@epita.fr>
16585
16586 * src/output.c (output_skeleton): Be sure to allocate enough room
16587 for `/' _and_ for `\0' in full_skeleton.
16588
769b430f
AD
165892002-05-28 Akim Demaille <akim@epita.fr>
16590
16591 * data/bison.c++: Catch up with bison.simple:
16592 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
16593 and Paul Eggert <eggert@twinsun.com>: `error' handing.
16594 2002-05-26 Akim Demaille <akim@epita.fr>: stos_, token_number_,
16595 and popping traces.
16596
7067cb36
PH
165972002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
16598
16599 * src/output.c (output_skeleton): Put an explicit path in front of
16600 the skeleton file name, rather than relying on the -I directory,
16601 to partially alleviate effects of having a skeleton file lying around
16602 in the current directory.
769b430f 16603
4a713ec2
PH
166042002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
16605
769b430f 16606 * src/conflicts.c (log_resolution): Correct typo:
4a713ec2
PH
16607 obstack_printf should be obstack_fgrow1.
16608
b408954b
AD
166092002-05-26 Akim Demaille <akim@epita.fr>
16610
16611 * src/state.h (state_t): `solved_conflicts' is a new member.
16612 * src/LR0.c (new_state): Set it to 0.
16613 * src/conflicts.h, src/conflicts.c (print_conflicts)
16614 (free_conflicts, solve_conflicts): Rename as...
16615 (conflicts_print, conflicts_free, conflicts_solve): these.
16616 Adjust callers.
16617 * src/conflicts.c (enum conflict_resolution_e)
16618 (solved_conflicts_obstack): New, used by...
16619 (log_resolution): this.
16620 Adjust to attach the conflict resolution to each state.
16621 Complete the description with the precedence/associativity
16622 information.
16623 (resolve_sr_conflict): Adjust.
16624 * src/print.c (print_state): Output its solved_conflicts.
16625 * tests/conflicts.at (Unresolved SR Conflicts)
16626 (Solved SR Conflicts): Exercise --report=all.
16627
a49aecd5
AD
166282002-05-26 Akim Demaille <akim@epita.fr>
16629
16630 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
16631 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
16632 * src/reader.c, src/reduce.c, src/state.h, src/symtab.h
16633 (token_number_t, item_number_as_token_number)
16634 (token_number_as_item_number, muscle_insert_token_number_table):
16635 Rename as...
16636 (symbol_number_t, item_number_as_symbol_number)
16637 (symbol_number_as_item_number, muscle_insert_symbol_number_table):
16638 these, since it is more appropriate.
16639
5504898e
AD
166402002-05-26 Akim Demaille <akim@epita.fr>
16641
16642 * tests/calc.at (AT_CHECK_CALC): Adjust: there are now additional
16643 `Error:' lines.
16644 * data/bison.simple (yystos) [YYDEBUG]: New.
16645 (yyparse) [YYDEBUG]: Display the symbols which are popped during
16646 error recovery.
16647 * tests/regression.at (Web2c Actions): Adjust: yystos is output now.
16648
ec3bc396
AD
166492002-05-25 Akim Demaille <akim@epita.fr>
16650
16651 * doc/bison.texinfo (Debugging): Split into...
16652 (Tracing): this new section, its former contents, and...
16653 (Understanding): this new section.
16654 * src/getargs.h, src/getargs.c (verbose_flag): Remove, replaced
16655 by...
16656 (report_flag): this.
16657 Adjust all dependencies.
16658 (report_args, report_types, report_argmatch): New.
16659 (usage, getargs): Report/support -r, --report.
16660 * src/options.h
16661 (struct option_table_struct): Rename as..,
16662 (struct option_table_s): this.
16663 Rename the `set_flag' member to `flag' to match with getopt_long's
16664 struct.
16665 * src/options.c (option_table): Split verbose into an entry for
16666 %verbose, and another for --verbose.
16667 Support --report/-r, so remove -r from the obsolete --raw.
16668 * src/print.c: Attach full item sets and lookaheads reports to
16669 report_flag instead of trace_flag.
16670 * lib/argmatch.h, lib/argmatch.c: New, from Fileutils 4.1.
16671
78df8250
PE
166722002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
16673 and Paul Eggert <eggert@twinsun.com>
769b430f 16674
78df8250
PE
16675 * data/bison.simple (yyparse): Correct error handling to conform to
16676 POSIX and yacc. Specifically, after syntax error is discovered,
16677 do not reduce further before shifting the error token.
16678 Clean up the code a bit by removing the labels yyerrdefault,
16679 yyerrhandle, yyerrpop.
16680 * NEWS: Document the above.
16681
c0c9ea05
PH
166822002-05-20 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
16683
16684 * data/bison.simple (yyr1): Don't use yy_token_number_type as element
16685 type; it isn't always big enough, since it doesn't necessarily
16686 include non-terminals.
769b430f 16687 (yytranslate): Expand definition of yy_token_number_type, so that
c0c9ea05
PH
16688 the latter can be removed.
16689 (yy_token_number_type): Remove, only one use.
16690 * data/bison.c++ (r1_): Parallel change to yyr1 in bison.simple---
16691 don't use TokenNumberType as element type.
769b430f 16692
c0c9ea05
PH
16693 * tests/regression.at: Modify expected output to agree with change
16694 to yyr1 and yytranslate.
769b430f 16695
6390a83f
FK
166962002-05-13 Florian Krohm <florian@edamail.fishkill.ibm.com>
16697
16698 * src/reader.c (parse_action): Use copy_character instead of
16699 obstack_1grow.
16700
db7c8e9a
AD
167012002-05-13 Akim Demaille <akim@epita.fr>
16702
16703 * tests/regression.at (Token definitions): Prototype yylex and
16704 yyerror.
16705
fcc61800
PH
167062002-05-12 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
16707
158c687b 16708 * src/scan-skel.l: Correct off-by-one error in handling of __oline__.
fcc61800
PH
16709 * data/bison.simple (b4_sint_type, b4_uint_type): Correct to reflect
16710 32-bit arithmetic.
16711 * data/bison.c++ (b4_sint_type, b4_uint_type): Ditto.
16712
5683e9b2
AD
167132002-05-07 Akim Demaille <akim@epita.fr>
16714
16715 * tests/synclines.at: Be sure to prototype yylex and yyerror to
16716 avoid GCC warnings.
16717
0c2d3f4c
AD
167182002-05-07 Akim Demaille <akim@epita.fr>
16719
16720 Kill GCC warnings.
16721
16722 * src/reduce.c (nonterminals_reduce): Don't loop over RITEM: loop
16723 over the RHS of each rule.
16724 * src/gram.h, src/gram.c (nritems): Is `unsigned int', not int.
16725 * src/state.h (state_t): Member `nitems' is unsigned short.
16726 * src/LR0.c (get_state): Adjust.
16727 * src/reader.c (packgram): Likewise.
16728 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): `max' is of type
16729 `Type'.
16730 (muscle_insert_int_table): Remove, unused.
16731 (prepare_rules): Remove `max'.
16732
1565b720
AD
167332002-05-06 Akim Demaille <akim@epita.fr>
16734
16735 * src/closure.c (print_firsts): Display of the symbol tags.
16736 (bitmatrix_print): Move to...
16737 * lib/bitsetv-print.h, lib/bitsetv-print.c (bitsetv_matrix_dump):
16738 here.
16739 * tests/sets.at (Nullable, Broken Closure, Firsts): Adjust.
16740
cfaee611
AD
167412002-05-06 Akim Demaille <akim@epita.fr>
16742
16743 * src/muscle_tab.c (muscle_m4_output): Must return TRUE for
16744 hash_do_for_each.
16745
458be8e0
AD
167462002-05-06 Akim Demaille <akim@epita.fr>
16747
16748 * src/LR0.c (new_state, get_state): Instead of using the global
16749 `kernel_size' and `kernel_base', have two new arguments:
16750 `core_size' and `core'.
16751 Adjust callers.
16752
a900a624
AD
167532002-05-06 Akim Demaille <akim@epita.fr>
16754
16755 * src/reader.c (packgram): No longer end `ritem' with a 0
16756 sentinel: it is not used.
16757
d4e7d3a1
AD
167582002-05-05 Akim Demaille <akim@epita.fr>
16759
16760 New experimental feature: display the lookaheads in the report and
16761 graph.
16762
16763 * src/print (print_core): When --trace-flag, display the rules
16764 lookaheads.
16765 * src/print_graph.c (print_core): Likewise.
16766 Swap the arguments.
16767 Adjust caller.
16768
39ceb25b
AD
167692002-05-05 Akim Demaille <akim@epita.fr>
16770
16771 * tests/torture.at (Many lookaheads): New test.
16772
5372019f
AD
167732002-05-05 Akim Demaille <akim@epita.fr>
16774
16775 * src/output.c (GENERATE_OUTPUT_TABLE): Replace with...
16776 (GENERATE_MUSCLE_INSERT_TABLE): this.
16777 (output_int_table, output_unsigned_int_table, output_short_table)
16778 (output_token_number_table, output_item_number_table): Replace with...
16779 (muscle_insert_int_table, muscle_insert_unsigned_int_table)
16780 (muscle_insert_short_table, muscle_insert_token_number_table)
16781 (muscle_insert_item_number_table): these.
16782 Adjust all callers.
16783 (prepare_tokens): Don't free `translations', since...
16784 * src/reader.h, src/reader.c (grammar_free): do it.
16785 Move to...
16786 * src/gram.h, src/gram.c (grammar_free): here.
16787 * data/bison.simple, data/bison.c++: b4_token_number_max is now
16788 b4_translate_max.
16789
5df5f6d5
AD
167902002-05-05 Akim Demaille <akim@epita.fr>
16791
16792 * src/output.c (output_unsigned_int_table): New.
16793 (prepare_rules): `i' is unsigned.
16794 `prhs', `rline', `r2' are unsigned int.
16795 Rename muscle `rhs_number_max' as `rhs_max'.
16796 Output muscles `prhs_max', `rline_max', and `r2_max'.
16797 Free rline and r1.
16798 * data/bison.simple, data/bison.c++: Adjust to use these muscles
16799 to compute types instead of constant types.
16800 * tests/regression.at (Web2c Actions): Adjust.
16801
b87f8b21
AD
168022002-05-04 Akim Demaille <akim@epita.fr>
16803
16804 * src/symtab.h (SALIAS, SUNDEF): Rename as...
16805 (USER_NUMBER_ALIAS, USER_NUMBER_UNDEFINED): these.
16806 Adjust dependencies.
16807 * src/output.c (token_definitions_output): Be sure not to output a
16808 `#define 'a'' when fed with `%token 'a' "a"'.
16809 * tests/regression.at (Token definitions): New.
16810
8bb936e4
PE
168112002-05-03 Paul Eggert <eggert@twinsun.com>
16812
16813 * data/bison.simple (b4_token_defines): Also define YYTOKENTYPE
16814 for K&R C.
16815
168162002-05-03 gettextize <bug-gnu-gettext@gnu.org>
16817
16818 * Makefile.am (SUBDIRS): Remove intl.
16819 (EXTRA_DIST): Add config/config.rpath.
16820
53c71a12
AD
168212002-05-03 Akim Demaille <akim@epita.fr>
16822
16823 * data/bison.simple (m4_if): Don't output empty enums.
16824 And actually, output valid enum definitions :(.
16825
289dd0cf
AD
168262002-05-03 Akim Demaille <akim@epita.fr>
16827
16828 * configure.bat: Remove, completely obsolete.
16829 * Makefile.am (EXTRA_DIST): Adjust.
16830 Don't distribute config.rpath...
16831 * config/Makefile.am (EXTRA_DIST): Do it.
16832
db85e524
AD
168332002-05-03 Akim Demaille <akim@epita.fr>
16834
16835 * configure.in (GETTEXT_VERSION): New.
16836 Suggested by Bruno Haible for the forthcoming Gettext 0.10.3.
16837
83ccf991
AD
168382002-05-03 Akim Demaille <akim@epita.fr>
16839
16840 * data/bison.simple (b4_token_enum): New.
16841 (b4_token_defines): Use it to output tokens both as #define and
16842 enums.
16843 Suggested by Paul Eggert.
16844 * src/output.c (token_definitions_output): Don't output spurious
16845 white spaces.
16846
1f418995
AD
168472002-05-03 Akim Demaille <akim@epita.fr>
16848
16849 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
16850
45119f04
RA
168512002-05-02 Robert Anisko <robert@lrde.epita.fr>
16852
16853 * data/bison.c++: Adapt expansion of $s and @s to the C++ parser.
16854 Update the stack class, give a try to deque as the default container.
16855
b2d52318
AD
168562002-05-02 Akim Demaille <akim@epita.fr>
16857
16858 * data/bison.simple (yyparse): Do not implement @$ = @1.
16859 (YYLLOC_DEFAULT): Adjust to do it.
16860 * doc/bison.texinfo (Location Default Action): Fix.
16861
3a8b4109
AD
168622002-05-02 Akim Demaille <akim@epita.fr>
16863
16864 * src/reader.c (parse_braces): Merge into...
16865 (parse_action): this.
16866
84614e13
AD
168672002-05-02 Akim Demaille <akim@epita.fr>
16868
16869 * configure.in (ALL_LINGUAS): Remove.
16870 * po/LINGUAS, hr.po: New.
16871
fdbcd8e2
AD
168722002-05-02 Akim Demaille <akim@epita.fr>
16873
16874 Remove the so called hairy (semantic) parsers.
16875
16876 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove.
16877 * src/gram.h, src/gram.c (semantic_parser): Remove.
16878 (rule_t): Remove the guard and guard_line members.
16879 * src/lex.h (token_t): remove tok_guard.
16880 * src/options.c (option_table): Remove %guard and %semantic_parser
16881 support.
16882 * src/output.c, src/output.h (guards_output): Remove.
16883 (prepare): Adjust.
16884 (token_definitions_output): Don't output the `T'
16885 tokens (???).
16886 (output_skeleton): Don't output the guards.
16887 * src/files.c, src/files.c (attrsfile): Remove.
16888 * src/reader.c (symbol_list): Remove the guard and guard_line
16889 members.
16890 Adjust dependencies.
16891 (parse_guard): Remove.
16892 * data/bison.hairy: Remove.
16893 * doc/bison.texinfo (Environment Variables): Remove occurrences of
16894 BISON_HAIRY.
16895
82b6cb3f
AD
168962002-05-02 Akim Demaille <akim@epita.fr>
16897
16898 * src/reader.c (copy_at, copy_dollarm parse_braces, parse_action)
16899 (parse_guard): Rename the formal argument `stack_offset' as
16900 `rule_length', which is more readable.
16901 Adjust callers.
16902 (copy_at, copy_dollar): Instead of outputting the hard coded
16903 values of $$, $n and so forth, output invocation to b4_lhs_value,
16904 b4_lhs_location, b4_rhs_value, and b4_rhs_location.
900c877b
AD
16905 Note: this patch partially drops `semantic-parser' support: it
16906 always does `rule_length - n', where semantic parsers ought to
16907 always use `-n'.
82b6cb3f
AD
16908 * data/bison.simple, data/bison.c++ (b4_lhs_value)
16909 (b4_lhs_location, b4_rhs_value, and b4_rhs_location: New.
16910
6cbfbcc5
AD
169112002-05-02 Akim Demaille <akim@epita.fr>
16912
16913 * configure.in (AC_INIT): Bump to 1.49b.
16914 (AM_INIT_AUTOMAKE): Short invocation.
16915
b8548114
AD
169162002-05-02 Akim Demaille <akim@epita.fr>
16917
16918 Version 1.49a.
16919
c20cd1fa
AD
169202002-05-01 Akim Demaille <akim@epita.fr>
16921
16922 * src/skeleton.h: Remove.
16923
8a9566d4
AD
169242002-05-01 Akim Demaille <akim@epita.fr>
16925
16926 * src/skeleton.h: Fix the #endif.
16927 Reported by Magnus Fromreide.
16928
8c6d399a
PE
169292002-04-26 Paul Eggert <eggert@twinsun.com>
16930
16931 * data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
16932 Define if we define YYSTYPE and YYLTYPE, respectively.
b756bb75 16933 (YYCOPY): Fix [] quoting problem in the non-GCC case.
8a9566d4 16934
2b7ed18a
RA
169352002-04-25 Robert Anisko <robert@lrde.epita.fr>
16936
16937 * src/scan-skel.l: Postprocess quadrigraphs.
16938
16939 * src/reader.c (copy_character): New function, used to output
16940 single characters while replacing `[' and `]' with quadrigraphs, to
16941 avoid troubles with M4 quotes.
16942 (copy_comment): Output characters with copy_character.
16943 (read_additionnal_code): Likewise.
16944 (copy_string2): Likewise.
16945 (copy_definition): Likewise.
16946
16947 * tests/calc.at: Exercise M4 quoting.
16948
34a89c50
AD
169492002-04-25 Akim Demaille <akim@epita.fr>
16950
16951 * tests/sets.at (AT_EXTRACT_SETS): Sed portability issue: no space
16952 between `!' and the command.
16953 Reported by Paul Eggert.
16954
0dd1580a
RA
169552002-04-24 Robert Anisko <robert@lrde.epita.fr>
16956
16957 * tests/calc.at: Exercise prologue splitting.
16958
16959 * data/bison.simple, data/bison.c++: Use `b4_pre_prologue' and
16960 `b4_post_prologue' instead of `b4_prologue'.
16961
16962 * src/output.c (prepare): Add the `pre_prologue' and `post_prologue'
16963 muscles.
16964 (output): Free pre_prologue_obstack and post_prologue_obstack.
16965 * src/files.h, src/files.c (attrs_obstack): Remove.
16966 (pre_prologue_obstack, post_prologue_obstack): New.
16967 * src/reader.c (copy_definition): Add a parameter to specify the
16968 obstack to fill, instead of using attrs_obstack unconditionally.
16969 (read_declarations): Pass pre_prologue_obstack to copy_definition if
16970 `%union' has not yet been seen, pass post_prologue_obstack otherwise.
16971
83c1796f
PE
169722002-04-23 Paul Eggert <eggert@twinsun.com>
16973
16974 * data/bison.simple: Remove unnecessary commentary and white
16975 space differences from 1_29-branch.
16976 Depend on YYERROR_VERBOSE, not defined (YYERROR_VERBOSE).
16977
16978 (union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY,
16979 YYSTACK_RELOCATE): Do not define if yyoverflow is defined, or
16980 if this is a C++ parser and YYSTYPE or YYLTYPE has nontrivial
16981 constructors or destructors.
16982
16983 (yyparse) [! defined YYSTACK_RELOCATE]: Do not relocate the stack.
16984
1207eeac
AD
169852002-04-23 Akim Demaille <akim@epita.fr>
16986
16987 * tests/sets.at (AT_EXTRACT_SETS): Don't use 8 char long sed labels.
16988 * tests/synclines.at (AT_TEST_SYNCLINE): Be robust to GCC's
16989 location with columns.
16990 * tests/conflicts.at (%nonassoc and eof): Don't use `error.h'.
16991 All reported by Paul Eggert.
16992
78ab8f67
AD
169932002-04-22 Akim Demaille <akim@epita.fr>
16994
16995 * src/reduce.c (dump_grammar): Move to...
16996 * src/gram.h, src/gram.c (grammar_dump): here.
16997 Be sure to separate long item numbers.
16998 Don't read the members of a rule's prec if its nil.
16999
133c20e2
AD
170002002-04-22 Akim Demaille <akim@epita.fr>
17001
17002 * src/output.c (table_size, table_grow): New.
17003 (MAXTABLE): Remove, replace uses with table_size.
17004 (pack_vector): Instead of dying when the table is too big, grow it.
17005
9515e8a7
AD
170062002-04-22 Akim Demaille <akim@epita.fr>
17007
17008 * data/bison.simple (yyr1): Its type is that of a token number.
17009 * data/bison.c++ (r1_): Likewise.
17010 * tests/regression.at (Web2c Actions): Adjust.
17011
23c5a174
AD
170122002-04-22 Akim Demaille <akim@epita.fr>
17013
17014 * src/reader.c (token_translations_init): 256 is now the default
17015 value for the error token, i.e., it will be assigned another
17016 number if the user assigned 256 to one of her tokens.
17017 (reader): Don't force 256 to error.
17018 * doc/bison.texinfo (Symbols): Adjust.
17019 * tests/torture.at (AT_DATA_HORIZONTAL_GRAMMAR)
17020 (AT_DATA_TRIANGULAR_GRAMMAR): Number the tokens as 1, 2, 3
17021 etc. instead of 10, 20, 30 (which was used to `jump' over error
17022 (256) and undefined (2)).
17023
5fbb0954
AD
170242002-04-22 Akim Demaille <akim@epita.fr>
17025
17026 Propagate more token_number_t.
17027
17028 * src/gram.h (token_number_as_item_number)
17029 (item_number_as_token_number): New.
17030 * src/output.c (GENERATE_OUTPUT_TABLE): New.
17031 Use it to create output_item_number_table and
17032 output_token_number_table.
17033 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
17034 * src/lex.c, src/nullable.c, src/output.c, src/print.c,
17035 * src/print_graph.c, src/reader.c, src/reduce.c, src/state.h,
17036 * src/symtab.c, src/symtab.h: Use token_number_t instead of shorts.
17037
4f940944
AD
170382002-04-22 Akim Demaille <akim@epita.fr>
17039
17040 * src/output.h, src/output.c (get_lines_number): Remove.
17041
3ded9a63
AD
170422002-04-19 Akim Demaille <akim@epita.fr>
17043
17044 * doc/bison.texinfo (Actions): Make clear that `|' is not the same
17045 as Lex/Flex'.
17046 (Debugging): More details about enabling the debugging features.
17047 (Table of Symbols): Describe $$, $n, @$, and @n.
17048 Suggested by Tim Josling.
17049
e0c471a9
AD
170502002-04-19 Akim Demaille <akim@epita.fr>
17051
17052 * doc/bison.texinfo: Remove the uses of the obsolete @refill.
17053
fecc10cd
AD
170542002-04-10 Akim Demaille <akim@epita.fr>
17055
17056 * src/system.h: Rely on HAVE_LIMITS_H.
17057 Suggested by Paul Eggert.
17058
51dec47b
AD
170592002-04-09 Akim Demaille <akim@epita.fr>
17060
17061 * tests/calc.at (_AT_CHECK_CALC_ERROR): Receive as argument the
17062 full stderr, and strip it according to the bison options, instead
17063 of composing the error message from different bits.
17064 This makes it easier to check for several error messages.
17065 Adjust all the invocations.
17066 Add an invocation exercising the error token.
17067 Add an invocation demonstrating a stupid error message.
17068 (_AT_DATA_CALC_Y): Follow the GCS: initial column is 1, not 0.
17069 Adjust the tests.
17070 Error message are for stderr, not stdout.
17071
007a50a4
AD
170722002-04-09 Akim Demaille <akim@epita.fr>
17073
17074 * src/gram.h, src/gram.c (error_token_number): Remove, use
17075 errtoken->number.
17076 * src/reader.c (reader): Don't specify the user token number (2)
17077 for $undefined, as it uselessly prevents using it.
17078 * src/gram.h (token_number_t): Move to...
17079 * src/symtab.h: here.
17080 (state_t.number): Is a token_number_t.
17081 * src/print.c, src/reader.c: Use undeftoken->number instead of
17082 hard coded 2.
17083 (Even though this 2 is not the same as above: the number of the
17084 undeftoken remains being 2, it is its user token number which
17085 might not be 2).
17086 * src/output.c (prepare_tokens): Rename the `maxtok' muscle with
17087 `user_token_number_max'.
17088 Output `undef_token_number'.
17089 * data/bison.simple, data/bison.c++: Use them.
17090 Be sure to map invalid yylex return values to
17091 `undef_token_number'. This saves us from gratuitous SEGV.
17092
17093 * tests/conflicts.at (Solved SR Conflicts)
17094 (Unresolved SR Conflicts): Adjust.
17095 * tests/regression.at (Web2c Actions): Adjust.
17096
06446ccf
AD
170972002-04-08 Akim Demaille <akim@epita.fr>
17098
17099 * data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.
17100 Adding #line.
17101 Remove the duplicate `typedefs'.
17102 (RhsNumberType): Fix the declaration and various other typos.
17103 Use __ofile__.
17104 * data/bison.simple: Use __ofile__.
17105 * src/scan-skel.l: Handle __ofile__.
17106
62a3e4f0
AD
171072002-04-08 Akim Demaille <akim@epita.fr>
17108
17109 * src/gram.h (item_number_t): New, the type of item numbers in
17110 RITEM. Note that it must be able to code symbol numbers as
17111 positive number, and the negation of rule numbers as negative
17112 numbers.
17113 Adjust all dependencies (pretty many).
17114 * src/reduce.c (rule): Remove this `short *' pointer: use
17115 item_number_t.
17116 * src/system.h (MINSHORT, MAXSHORT): Remove.
17117 Include `limits.h'.
17118 Adjust dependencies to using SHRT_MAX and SHRT_MIN.
17119 (shortcpy): Remove.
17120 (MAXTABLE): Move to...
17121 * src/output.c (MAXTABLE): here.
17122 (prepare_rules): Use output_int_table to output rhs.
17123 * data/bison.simple, data/bison.c++: Adjust.
17124 * tests/torture.at (Big triangle): Move the limit from 254 to
17125 500.
17126 * tests/regression.at (Web2c Actions): Ajust.
17127
17128 Trying with bigger grammars shows various phenomena: at 3000 (28Mb
17129 of grammar file) bison is killed by my system, at 2000 (12Mb) bison
17130 passes, but produces negative #line number, once fixed, GCC is
17131 killed while compiling 14Mb, at 1500 (6.7 Mb of grammar, 8.2Mb of
17132 C), it passes.
17133 * src/state.h (state_h): Code input lines on ints, not shorts.
17134
bb88b0fc
AD
171352002-04-08 Akim Demaille <akim@epita.fr>
17136
17137 * src/reduce.c (reduce_grammar): First reduce the nonterminals,
17138 and then the grammar.
17139
9a636f47
AD
171402002-04-08 Akim Demaille <akim@epita.fr>
17141
17142 * src/system.h: No longer using strndup.
17143
680e8701
AD
171442002-04-07 Akim Demaille <akim@epita.fr>
17145
17146 * src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
17147 * src/output.c (output_table_data): Return the longest number.
17148 (prepare_tokens): Output `token_number_max').
17149 * data/bison.simple, data/bison.c++ (b4_sint_type, b4_uint_type):
17150 New.
17151 Use them to define yy_token_number_type/TokenNumberType.
17152 Use this type for yytranslate.
17153 * tests/torture.at (Big triangle): Push the limit from 124 to
17154 253.
17155 * tests/regression.at (Web2c Actions): Adjust.
17156
817e9f41
AD
171572002-04-07 Akim Demaille <akim@epita.fr>
17158
17159 * tests/torture.at (Big triangle): New.
17160 (GNU AWK Grammar, GNU Cim Grammar): Move to...
17161 * tests/existing.at: here.
17162
5123689b
AD
171632002-04-07 Akim Demaille <akim@epita.fr>
17164
17165 * src/gram.h, src/gram.c (nitems): Remove, it is an alias of
17166 nritems.
17167 Adjust dependencies.
17168
f3849179
AD
171692002-04-07 Akim Demaille <akim@epita.fr>
17170
17171 * src/reader.c: Normalize increments to prefix form.
17172
bd02036a
AD
171732002-04-07 Akim Demaille <akim@epita.fr>
17174
17175 * src/reader.c, symtab.c: Remove debugging code.
17176
db8837cb
AD
171772002-04-07 Akim Demaille <akim@epita.fr>
17178
17179 Rename all the `bucket's as `symbol_t'.
17180
17181 * src/gram.c, src/gram.h, src/lex.c, src/lex.h, src/output.c,
17182 * src/reader.c, src/reader.h, src/reduce.c, src/state.h,
17183 * src/symtab.c, src/symtab.h (bucket): Rename as...
17184 (symbol_t): this.
17185 (symbol_list_new, bucket_check_defined, bucket_make_alias)
17186 (bucket_check_alias_consistence, bucket_pack, bucket_translation)
17187 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
17188 (buckets_new, buckets_free, buckets_do): Rename as...
17189 (symbol_list_new, symbol_check_defined, symbol_make_alias)
17190 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
17191 (symbol_new, symbol_free, hash_compare_symbol_t, hash_symbol_t)
17192 (symbols_new, symbols_free, symbols_do): these.
17193
72a23c97
AD
171942002-04-07 Akim Demaille <akim@epita.fr>
17195
17196 Use lib/hash for the symbol table.
17197
17198 * src/gram.c (ntokens): Initialize to 1, to reserve a slot for
17199 EOF.
17200 * src/lex.c (lex): Set the `number' member of new terminals.
17201 * src/reader.c (bucket_check_defined, bucket_make_alias)
17202 (bucket_check_alias_consistence, bucket_translation): New.
17203 (reader, grammar_free, readgram, token_translations_init)
17204 (packsymbols): Adjust.
17205 (reader): Number the predefined tokens.
17206 * src/reduce.c (inaccessable_symbols): Just use hard coded numbers
17207 for predefined tokens.
17208 * src/symtab.h (bucket): Remove all the hash table related
17209 members.
17210 * src/symtab.c (symtab): Replace by...
17211 (bucket_table): this.
17212 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
17213 (buckets_new, buckets_do): New.
17214
280a38c3
AD
172152002-04-07 Akim Demaille <akim@epita.fr>
17216
17217 * src/gram.c (nitems, nrules, nsyms, ntokens, nvars, nritems)
17218 (start_symbol, max_user_token_number, semantic_parser)
17219 (error_token_number): Initialize.
17220 * src/reader.c (grammar, start_flag, startval, typed, lastprec):
17221 Initialize.
17222 (reader): Don't.
17223 (errtoken, eoftoken, undeftoken, axiom): Extern.
17224
03b31c0c
AD
172252002-04-07 Akim Demaille <akim@epita.fr>
17226
17227 * src/gram.h (rule_s): prec and precsym are now pointers
17228 to the bucket giving the priority/associativity.
17229 Member `associativity' removed: useless.
17230 * src/reduce.c, src/conflicts.c: Adjust.
17231
8b3df748
AD
172322002-04-07 Akim Demaille <akim@epita.fr>
17233
17234 * src/lalr.c, src/LR0.c, src/closure.c, src/gram.c, src/reduce.c:
17235 Properly escape the symbols' TAG when outputting them.
17236
e601aa1d
AD
172372002-04-07 Akim Demaille <akim@epita.fr>
17238
17239 * src/lalr.h (LA): Is a bitsetv, not bitset*.
17240
b0299a2e
AD
172412002-04-07 Akim Demaille <akim@epita.fr>
17242
17243 * src/lalr.h, src/lalr.c (LAruleno): Replace with...
17244 (LArule): this, which is an array to rule_t*.
17245 * src/print.c, src/conflicts.c: Adjust.
17246
d7e1f00c
AD
172472002-04-07 Akim Demaille <akim@epita.fr>
17248
17249 * src/gram.h (rule_t): Rename `number' as `user_number'.
17250 `number' is a new member.
17251 Adjust dependencies.
17252 * src/reduce.c (reduce_grammar_tables): Renumber rule_t.number.
17253
cc9305dd
AD
172542002-04-07 Akim Demaille <akim@epita.fr>
17255
17256 As a result of the previous patch, it is no longer needed
17257 to reorder ritem itself.
17258
17259 * src/reduce.c (reduce_grammar_tables): Don't sort RITEM.
17260
b0940840
AD
172612002-04-07 Akim Demaille <akim@epita.fr>
17262
17263 Be sure never to walk through RITEMS, but use only data related to
17264 the rules themselves. RITEMS should be banished.
17265
17266 * src/output.c (output_token_translations): Rename as...
17267 (prepare_tokens): this.
17268 In addition to `translate', prepare the muscles `tname' and
17269 `toknum', which were handled by...
17270 (output_rule_data): this.
17271 Remove, and move the remainder of its outputs into...
17272 (prepare_rules): this new routines, which also merges content from
17273 (output_gram): this.
17274 (prepare_rules): Be sure never to walk through RITEMS.
17275 (output_stos): Rename as...
17276 (prepare_stos): this.
17277 (output): Always invoke prepare_states, after all, just don't use it
17278 in the output if you don't need it.
17279
643a5994
AD
172802002-04-07 Akim Demaille <akim@epita.fr>
17281
17282 * src/LR0.c (new_state): Display `nstates' as the name of the
17283 newly created state.
17284 Adjust to initialize first_state and last_state if needed.
17285 Be sure to distinguish the initial from the final state.
17286 (new_states): Create the itemset of the initial state, and use
17287 new_state.
17288 * src/closure.c (closure): Now that the initial state has its
17289 items properly set, there is no need for a special case when
17290 creating `ruleset'.
17291
17292 As a result, now the rule 0, reducing to $axiom, is visible in the
17293 outputs. Adjust the test suite.
17294
17295 * tests/conflicts.at (Solved SR Conflicts)
17296 (Unresolved SR Conflicts): Adjust.
17297 * tests/regression.at (Web2c Report, Rule Line Numbers): Idem.
17298 * tests/conflicts.at (S/R in initial): New.
17299
b4c4ccc2
AD
173002002-04-07 Akim Demaille <akim@epita.fr>
17301
17302 * src/LR0.c (allocate_itemsets): Don't loop over ritem: loop over
17303 the RHS of the rules.
17304 * src/output.c (output_gram): Likewise.
17305
bba97eb2
AD
173062002-04-07 Akim Demaille <akim@epita.fr>
17307
17308 * src/gram.h (rule_t): `lhs' is now a pointer to the symbol's
17309 bucket.
17310 Adjust all dependencies.
17311 * src/reduce.c (nonterminals_reduce): Don't forget to renumber the
17312 `number' of the buckets too.
17313 * src/gram.h: Include `symtab.h'.
17314 (associativity): Move to...
17315 * src/symtab.h: here.
17316 No longer include `gram.h'.
17317
c3b407f4
AD
173182002-04-07 Akim Demaille <akim@epita.fr>
17319
17320 * src/gram.h, src/gram.c (rules_rhs_length): New.
17321 (ritem_longest_rhs): Use it.
17322 * src/gram.h (rule_t): `number' is a new member.
17323 * src/reader.c (packgram): Set it.
17324 * src/reduce.c (reduce_grammar_tables): Move the useless rules at
17325 the end of `rules', and count them out of `nrules'.
17326 (reduce_output, dump_grammar): Adjust.
17327 * src/print.c (print_grammar): It is no longer needed to check for
17328 the usefulness of a rule, as useless rules are beyond `nrules + 1'.
17329 * tests/reduce.at (Reduced Automaton): New test.
17330
11652ab3
AD
173312002-04-07 Akim Demaille <akim@epita.fr>
17332
17333 * src/reduce.c (inaccessable_symbols): Fix a buglet: because of a
17334 lacking `+ 1' to nrules, Bison reported as useless a token if it
17335 was used solely to set the precedence of the last rule...
17336
26b23c1a
AD
173372002-04-07 Akim Demaille <akim@epita.fr>
17338
17339 * data/bison.c++, data/bison.simple: Don't output the current file
17340 name in #line, to avoid useless diffs between two identical
17341 outputs under different names.
17342
18bcecb0
AD
173432002-04-07 Akim Demaille <akim@epita.fr>
17344
17345 * src/closure.c, src/print.c, src/reader.c, src/reduce.c:
17346 Normalize loops to using `< nrules + 1', not `<= nrules'.
17347
fa770c86
AD
173482002-04-07 Akim Demaille <akim@epita.fr>
17349
17350 * TODO: Update.
17351
d9b739c3
AD
173522002-04-07 Akim Demaille <akim@epita.fr>
17353
17354 * src/output.c, src/reader.c, src/symtab.c, src/symtab.h: Rename
17355 bucket.value as bucket.number.
17356
99013900
AD
173572002-04-07 Akim Demaille <akim@epita.fr>
17358
17359 * src/closure.c, src/derives.c, src/gram.h, src/lalr.c,
17360 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
17361 * src/reader.c, src/reduce.c: Let rule_t.rhs point directly to the
17362 RHS, instead of being an index in RITEMS.
17363
e966383b
PE
173642002-04-04 Paul Eggert <eggert@twinsun.com>
17365
17366 * doc/bison.texinfo: Update copyright date.
17367 (Rpcalc Lexer, Symbols, Token Decl): Don't assume ASCII.
17368 (Symbols): Warn about running Bison in one character set,
17369 but compiling and/or running in an incompatible one.
17370 Warn about character code 256, too.
17371
173722002-04-03 Paul Eggert <eggert@twinsun.com>
17373
17374 * src/bison.data (YYSTACK_ALLOC): Depend on whether
17375 YYERROR_VERBOSE is nonzero, not whether it is defined.
17376
17377 Merge changes from bison-1_29-branch.
c307773e 17378
8d6c48b9
PE
173792002-03-20 Paul Eggert <eggert@twinsun.com>
17380
17381 Merge fixes from Debian bison_1.34-1.diff.
17382
17383 * configure.in (AC_PREREQ): 2.53.
17384
e53c6322
AD
173852002-03-20 Akim Demaille <akim@epita.fr>
17386
17387 * src/conflicts.c (log_resolution): Argument `resolution' is const.
17388
9ffbeca7
PE
173892002-03-19 Paul Eggert <eggert@twinsun.com>
17390
21db0b2a
PE
17391 * src/bison.simple (YYCOPY): New macro.
17392 (YYSTACK_RELOCATE): Use it.
17393 Remove Type arg; no longer needed. All callers changed.
17394 (yymemcpy): Remove; no longer needed.
17395
9ffbeca7
PE
17396 * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
17397 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
17398
642cb8f8
AD
173992002-03-19 Akim Demaille <akim@epita.fr>
17400
17401 Test and fix the #line outputs.
17402
17403 * tests/atlocal.at (GCC): New.
17404 * tests/synclines.at (AT_TEST_SYNCLINE): New macro.
0ffd4fd1 17405 (Prologue synch line, %union synch line, Postprologue synch line)
642cb8f8
AD
17406 (Action synch line, Epilogue synch line): New tests.
17407 * src/reader.c (parse_union_decl): Define the muscle stype_line.
17408 * data/bison.simple, data/bison.c++: Use it.
17409
3c31a486
AD
174102002-03-19 Akim Demaille <akim@epita.fr>
17411
17412 * tests/regression.at (%nonassoc and eof, Unresolved SR Conflicts)
17413 (Solved SR Conflicts, %expect not enough, %expect right)
17414 (%expect too much): Move to...
17415 * tests/conflicts.at: this new file.
17416
0d8bed56
AD
174172002-03-19 Akim Demaille <akim@epita.fr>
17418
17419 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
17420 * data/bison.simple, data/bison.c++: Handle the `#define' part, so
17421 that we can move to enums for instance.
17422 * src/output.c (token_definitions_output): Output a list of
17423 `token-name, token-number' instead of the #define.
17424 (output_skeleton): Name this list `b4_tokens', not `b4_tokendefs'.
17425
9208d17f
AD
174262002-03-14 Akim Demaille <akim@epita.fr>
17427
17428 Use Gettext 0.11.1.
17429
af27eacb
RA
174302002-03-09 Robert Anisko <robert@lrde.epita.fr>
17431
17432 * data/bison.c++: Make the user able to add members to the generated
17433 parser by subclassing.
17434
9101a310
RA
174352002-03-05 Robert Anisko <robert@lrde.epita.fr>
17436
17437 * src/reader.c (read_additionnal_code): `c' should be an integer, not
17438 a character.
17439 Reported by Nicolas Tisserand and Nicolas Burrus.
17440
fff9bf0b
RA
174412002-03-04 Robert Anisko <robert@lrde.epita.fr>
17442
17443 * src/reader.c: Warn about lacking semi-colons, do not complain.
17444
64dba31e
RA
174452002-03-04 Robert Anisko <robert@lrde.epita.fr>
17446
17447 * data/bison.c++: Remove a debug line.
17448
374f5a14
RA
174492002-03-04 Robert Anisko <robert@lrde.epita.fr>
17450
17451 * data/bison.c++: Unmerge value as yylval and value as yyval. Unmerge
17452 location as yylloc and location as yyloc. Use YYLLOC_DEFAULT, and
17453 provide a default implementation.
17454
bfcf1f3a
AD
174552002-03-04 Akim Demaille <akim@epita.fr>
17456
17457 * tests/input.at (Invalid $n, Invalid @n): Add the ending `;'.
17458 * tests/output.at (AT_CHECK_OUTPUT): Likewise.
17459 * tests/headers.at (AT_TEST_CPP_GUARD_H): Ditto.
17460 * tests/semantic.at (Parsing Guards): Similarly.
17461 * src/reader.at (readgram): Complain if the last rule is not ended
17462 with a semi-colon.
17463
65ccf9fc
AD
174642002-03-04 Akim Demaille <akim@epita.fr>
17465
17466 * src/warshall.h, src/warshall.c (bitmatrix_print): Move to...
17467 * src/closure.c: here.
17468 (set_firsts): Use bitsetv_reflexive_transitive_closure instead of
17469 RTC.
17470 * src/warshall.h, src/warshall.c: Remove.
17471 * tests/sets.at (Broken Closure): Adjust.
17472
d0039cbc
AD
174732002-03-04 Akim Demaille <akim@epita.fr>
17474
17475 * src/output.c (output_skeleton): tempdir is const.
17476 bytes_read is unused.
17477
345cea78
AD
174782002-03-04 Akim Demaille <akim@epita.fr>
17479
17480 * lib/bbitset.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
17481 * lib/bitsetv.h, lib/ebitset.c, lib/lbitset.c, lib/sbitset.c:
17482 Update.
17483 From Michael Hayes.
17484
564801f7
AD
174852002-03-04 Akim Demaille <akim@epita.fr>
17486
17487 * src/closure.c (closure): `r' is unused.
17488
e5352bc7
AD
174892002-03-04 Akim Demaille <akim@epita.fr>
17490
17491 * tests/sets.at (Broken Closure): Add the ending `;'.
17492 * src/reader.at (readgram): Complain if a rule is not ended with a
17493 semi-colon.
17494
914feea9
AD
174952002-03-04 Akim Demaille <akim@epita.fr>
17496
17497 * src/conflicts.c (set_conflicts): Use bitset_disjoint_p.
17498 (count_sr_conflicts): Use bitset_count.
17499 * src/reduce.c (inaccessable_symbols): Ditto.
17500 (bits_size): Remove.
17501 * src/warshall.h, src/warshall.c: Convert to bitsetv.
17502
f0250de6
AD
175032002-03-04 Akim Demaille <akim@epita.fr>
17504
17505 * src/closure.c, src/conflicts.c, src/lalr.c, src/print.c,
17506 * src/reduce.c: Remove the `bitset_zero's following the
17507 `bitset_create's, as now it is performed by the latter.
17508
ef017502
AD
175092002-03-04 Akim Demaille <akim@epita.fr>
17510
17511 * lib/bitset.c, lib/bitset.h, lib/bitsetv.c, lib/bitsetv.h,
17512 * lib/ebitset.c, lib/ebitset.h, lib/lbitset.c, lib/lbitset.h,
17513 * lib/sbitset.c, lib/sbitset.h, lib/bbitset.h: Update from the
17514 latest sources from Michael.
17515
76514394
AD
175162002-03-04 Akim Demaille <akim@epita.fr>
17517
17518 * src/output.c (output): Don't free the grammar.
17519 * src/reader.c (grammar_free): New.
17520 * src/main.c (main): Call it and don't free symtab here.
17521
55024580
AD
175222002-03-04 Akim Demaille <akim@epita.fr>
17523
17524 * src/lex.c (parse_percent_token): Be sure to 0-end token_buffer
17525 before returning.
17526 Reported by Benoit Perrot.
17527
f9abaa2c
AD
175282002-03-04 Akim Demaille <akim@epita.fr>
17529
17530 Use bitset operations when possible, not loops over bits.
17531
17532 * src/conflicts.c (set_conflicts, count_sr_conflicts): Use
17533 bitset_or.
17534 * src/print.c (print_reductions): Use bitset_and, bitset_andn.
17535 * src/reduce.c (useless_nonterminals): Formatting changes.
17536 * src/warshall.c (TC): Use bitset_or.
17537
0e721e75
AD
175382002-03-04 Akim Demaille <akim@epita.fr>
17539
17540 * src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
17541 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):
17542 Ditto.
17543
0fb1ffb1
AD
175442002-03-04 Akim Demaille <akim@epita.fr>
17545
17546 * src/lalr.c (F): Now a bitset*.
17547 Adjust all dependencies.
17548
b86796bf
AD
175492002-03-04 Akim Demaille <akim@epita.fr>
17550
17551 * src/conflicts.c (shiftset, lookaheadset): Now bitset.
17552 Adjust all dependencies.
17553
602bbf31
AD
175542002-03-04 Akim Demaille <akim@epita.fr>
17555
17556 * src/L0.c, src/LR0.h (nstates): Be size_t.
17557 Adjust comparisons (signed vs unsigned).
17558 * src/conflics.c, src/lalr.c, src/lalr.h, src/output.c (LA): Now a
17559 bitset*.
17560 Adjust all dependencies.
17561
d8a0245c
AD
175622002-03-04 Akim Demaille <akim@epita.fr>
17563
17564 * src/closure.c (firsts): Now, also a bitset.
17565 Adjust all dependencies.
17566 (varsetsize): Remove, now unused.
17567 * src/warshall.h, src/warshall.c: Now work on arrays of bitsets.
17568
34ba9743
AD
175692002-03-04 Akim Demaille <akim@epita.fr>
17570
17571 * src/print.c: Convert to use bitset.h, not hand coded iterations
17572 over ints.
17573
ed86e78c
AD
175742002-03-04 Akim Demaille <akim@epita.fr>
17575
17576 * src/reduce.c: Convert to use bitset.h, not hand coded BSet.
17577
dfdb1797
AD
175782002-03-04 Akim Demaille <akim@epita.fr>
17579
17580 * src/closure.c (ruleset): Be a bitset.
17581 (rulesetsize): Remove.
17582
7086e707
AD
175832002-03-04 Akim Demaille <akim@epita.fr>
17584
17585 * lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
17586 * lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/lbitset.c,
17587 * lib/lbitset.h, lib/sbitset.c, lib/sbitset.h: New.
17588 * src/closure.c (fderives): Be an array of bitsets.
17589
98254360
RA
175902002-02-28 Robert Anisko <robert@lrde.epita.fr>
17591
17592 * data/bison.c++: Merge the two generated headers. Insert a copyright
17593 notice in each output file.
17594
a75c057f
AD
175952002-02-28 Akim Demaille <akim@epita.fr>
17596
17597 * data/bison.c++: Copy the prologue of bison.simple to fetch
17598 useful M4 definitions, such as b4_header_guard.
17599
06b00abc
AD
176002002-02-25 Akim Demaille <akim@epita.fr>
17601
17602 * src/getargs.c (version): Give the name of the authors, and use a
a75c057f
AD
17603 translator friendly scheme for the bgr
17604 copyright notice.
06b00abc 17605
70e7d534
AD
176062002-02-25 Akim Demaille <akim@epita.fr>
17607
17608 * src/output.c (header_output): Remove, now handled completely via
17609 M4.
17610
abe017f6
AD
176112002-02-25 Akim Demaille <akim@epita.fr>
17612
17613 * m4/m4.m4: New, from CVS Autoconf.
17614 * configure.in: Invoke it.
17615 * src/output.c (output_skeleton): Use its result instead of the
17616 hard coded name.
17617
381fb12e
AD
176182002-02-25 Akim Demaille <akim@epita.fr>
17619
17620 * lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
17621 Fileutils 4.1.5.
17622 * configure.in: Invoke UTILS_FUNC_MKSTEMP.
17623 * src/output.c (output_skeleton): Use mkstemp to create a real
17624 temporary file.
17625 Move the filling of `skeleton' and its muscle to...
17626 (prepare): here.
17627 (output): Move the definition of the prologue muscle to...
17628 (prepare): here.
17629 * src/system.h (DEFAULT_TMPDIR): New.
17630
6f38107f
PE
176312002-02-14 Paul Eggert <eggert@twinsun.com>
17632
17633 Remove the support for C++ namespace cleanliness; it was
17634 causing more problems than it was curing, since it didn't work
17635 properly on some nonstandard C++ compilers. This can wait
17636 for a proper C++ parser.
17637
17638 * NEWS: Document this.
17639 * doc/bison.texinfo (Bison Parser, Debugging): Remove special mention
17640 of C++, as it's treated like C now.
17641 * src/bison.simple (YYSTD): Remove.
17642 (YYSIZE_T, YYFPRINTF, YYPARSE_PARAM_ARG, YYPARSE_PARAM_DECL):
17643 Treat C++ just like Standard C instead of trying to support
17644 namespace cleanliness.
17645
80cce3da
AD
176462002-02-14 Akim Demaille <akim@epita.fr>
17647
17648 * tests/regression.at (else): Adjust to Andreas' change.
17649
842e8679
AD
176502002-02-14 Akim Demaille <akim@epita.fr>
17651
17652 * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
17653
4bda3f10
AD
176542002-02-13 Andreas Schwab <schwab@suse.de>
17655
17656 * src/output.c (output_rule_data): Don't output NULL, it might
17657 not be defined yet.
17658
4162fa07 176592002-02-11 Robert Anisko <robert@lrde.epita.fr>
b418ecd8 17660
4162fa07
RA
17661 * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue.
17662 (Copyright notice): Update.
b418ecd8 17663
bd16a5dc
AD
176642002-02-11 Akim Demaille <akim@epita.fr>
17665
17666 * tests/regression.at (%nonassoc and eof): Don't include
17667 nonportable headers.
17668
8d69a1a3
RA
176692002-02-08 Robert Anisko <robert@lrde.epita.fr>
17670
17671 * data/bison.c++: Correct error recovery. Make the user able to
17672 initialize the starting location.
17673
9b2d0677
AD
176742002-02-07 Akim Demaille <akim@epita.fr>
17675
17676 * tests/input.at: New.
17677
69e2658b
RA
176782002-02-07 Robert Anisko <robert@lrde.epita.fr>
17679
17680 * data/bison.c++: Replace some direct m4 expansions by constants. Be
9b2d0677 17681 more consistent when naming methods and variables. Put preprocessor
69e2658b
RA
17682 directives around tables only needed for debugging.
17683
4aacc3a7
RA
176842002-02-07 Robert Anisko <robert@lrde.epita.fr>
17685
17686 * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
17687 C++ parsers.
17688 (yy::b4_name::parse): Use print_.
17689
762a801e
RA
176902002-02-07 Robert Anisko <robert@lrde.epita.fr>
17691
17692 * data/bison.c++ (yy::b4_name::parse): Error recovery is back.
17693
4bb2bc3f
RA
176942002-02-07 Robert Anisko <robert@lrde.epita.fr>
17695
17696 * data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in
17697 C++ parsers.
17698 (yy::b4_name::parse): Build verbose error messages, and use error_.
17699
6b45a3ca
RA
177002002-02-06 Robert Anisko <robert@lrde.epita.fr>
17701
17702 * data/bison.c++: Fix m4 quoting in comments.
17703
50997c6e
RA
177042002-02-06 Robert Anisko <robert@lrde.epita.fr>
17705
17706 * data/bison.c++: Adjust the parser code. Fix some muscles that were
17707 not expanded by m4.
17708
3f3eed27
AD
177092002-02-05 Akim Demaille <akim@epita.fr>
17710
17711 * data/bison.c++: Adjust to the M4 back end.
17712 More is certainly needed.
17713
be2a1a68
AD
177142002-02-05 Akim Demaille <akim@epita.fr>
17715
17716 Give a try to M4 as a back end.
17717
17718 * lib/readpipe.c: New, from wdiff.
17719 * src/Makefile.am (DEFS): Define PKGDATADIR, not BISON_SIMPLE and
17720 BISON_HAIRY.
17721 * src/system.h (BISON_HAIRY, BISON_SIMPLE): Remove the DOS and VMS
17722 specific values. Now it is m4 that performs the lookup.
17723 * src/parse-skel.y: Remove.
17724 * src/muscle_tab.c, src/muscle_tab.h (muscles_m4_output): New.
17725 * src/output.c (actions_output, guards_output)
17726 (token_definitions_output): No longer keeps track of the output
17727 line number, hence remove the second argument.
17728 (guards_output): Check against the guard member of a rule, not the
17729 action member.
17730 Adjust callers.
17731 (output_skeleton): Don't look for the skeleton location, let m4 do
17732 that.
17733 Create `/tmp/muscles.m4'. This is temporary, a proper temporary
17734 file will be used.
17735 Invoke `m4' on m4sugar.m4, muscles.m4, and the skeleton.
17736 (prepare): Given that for the time being changesyntax is not
17737 usable in M4, rename the muscles using `-' to `_'.
17738 Define `defines_flag', `output_parser_name' and `output_header_name'.
17739 * src/output.h (actions_output, guards_output)
17740 (token_definitions_output): Adjust prototypes.
17741 * src/scan-skel.l: Instead of scanning the skeletons, it now
17742 processes the output of m4: `__oline__' and `#output'.
17743 * data/bison.simple: Adjust to be used by M4(sugar).
17744 * tests/Makefile.am: Use check_SCRIPTS to make sure `bison' is up
17745 to date.
17746 * tests/bison.in: Use the secrete envvar `BISON_PKGDATADIR'
17747 instead of the dead `BISON_SIMPLE' and `BISON_HAIRY'.
17748 * data/m4sugar/m4sugar.m4, data/m4sugar/version.m4: New,
17749 shamelessly stolen from CVS Autoconf.
17750
beda758b
AD
177512002-02-05 Akim Demaille <akim@epita.fr>
17752
17753 * lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version.
17754 * configure.in: Check for the declarations of free and malloc.
17755 * src/muscle_tab.c: Adjust.
17756
5ece6d43
AD
177572002-02-05 Akim Demaille <akim@epita.fr>
17758
17759 * src/muscle_tab.c (muscle_init): Don't default to NULL muscle
17760 which have no values.
17761
5bb18f9a
AD
177622002-02-05 Akim Demaille <akim@epita.fr>
17763
17764 * src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
17765 * data/: here.
17766
894dd62e
PE
177672002-01-29 Paul Eggert <eggert@twinsun.com>
17768
17769 * src/bison.simple (YYSIZE_T): Do not define merely because
17770 YYSTACK_USE_ALLOCA is nonzero or alloca or _ALLOCA_H are defined.
17771 On some platforms, <alloca.h> does not declare YYSTD (size_t).
17772
82841af7
AD
177732002-01-27 Akim Demaille <akim@epita.fr>
17774
17775 Fix `%nonassoc and eof'.
17776
17777 * src/state.c (errs_dup): Aaaah! The failure was due to bytes
17778 which were not properly copied! Replace
17779 memcpy (res->errs, src->errs, src->nerrs);
17780 with
17781 memcpy (res->errs, src->errs, src->nerrs * sizeof (src->errs[0]));
17782 !!!
17783 * tests/regression.at (%nonassoc and eof): Adjust to newest
17784 Autotest: `.' is not in the PATH.
17785
318b76e9
AD
177862002-01-27 Akim Demaille <akim@epita.fr>
17787
17788 * tests/sets.at (AT_EXTRACT_SETS): New.
17789 (Nullable): Use it.
17790 (Firsts): New.
17791
30d2f3d5
AD
177922002-01-26 Akim Demaille <akim@epita.fr>
17793
17794 * tests/actions.at, tests/calc.at, tests/headers.at,
17795 * tests/torture.at: Adjust to the newest Autotest which no longer
17796 forces `.' in the PATH.
17797
30f8c395
AD
177982002-01-25 Akim Demaille <akim@epita.fr>
17799
17800 * tests/regression.at (%nonassoc and eof): New.
17801 Suggested by Robert Anisko.
17802
29ae55f1
AD
178032002-01-24 Akim Demaille <akim@epita.fr>
17804
17805 Bison dumps core when trying to complain about broken input files.
17806 Reported by Cris van Pelt.
17807
17808 * src/lex.c (parse_percent_token): Be sure to set token_buffer.
17809 * tests/regression.at (Invalid input: 1, Invalid input: 2): Merge
17810 into...
17811 (Invalid inputs): Strengthen: exercise parse_percent_token.
17812
2b548aa6
RA
178132002-01-24 Robert Anisko <robert.anisko@epita.fr>
17814
17815 * src/Makefile.am: Add bison.c++.
17816 * src/bison.c++: New skeleton.
17817
bb0146c2
AD
178182002-01-21 Paolo Bonzini <bonzini@gnu.org>
17819
17820 * po/it.po: New.
17821
bec30531
AD
178222002-01-21 Kees Zeelenberg <kzlg@users.sourceforge.net>
17823
17824 * src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
17825
fc6edc45
MA
178262002-01-20 Marc Autret <marc@gnu.org>
17827
17828 * src/files.c (compute_output_file_names): Fix
17829
5e5d5415
MA
178302002-01-20 Marc Autret <marc@gnu.org>
17831
17832 * tests/output.at: New test.
17833 * src/files.c (compute_base_names): Don't map extensions when
17834 the YACC flag is set, use defaults.
17835 Reported by Evgeny Stambulchik.
17836
44ea3fbd
MA
178372002-01-20 Marc Autret <marc@gnu.org>
17838
ba0fe3c7
PE
17839 * src/system.h: Need to define __attribute__ away for non-GCC
17840 compilers as well (i.e., the vendor C compiler).
44ea3fbd
MA
17841 Suggested by Albert Chin-A-Young.
17842
338963d1
TVH
178432002-01-11 Tim Van Holder <tim.van.holder@pandora.be>
17844
17845 * lib/hash.h, lib/hash.c: Renamed __P to PARAMS and used the
17846 canonical definition.
17847 * src/system.h: Use the canonical definition for PARAMS (avoids
17848 a conflict with the macro from lib/hash.h).
17849
c57b2479
AD
178502002-01-11 Akim Demaille <akim@epita.fr>
17851
17852 * configure.in: Use AC_FUNC_STRNLEN.
d9e9746c 17853 Fixes the failures observed on AIX 4.3 by H.Merijn Brand.
c57b2479 17854
b85810ae
AD
178552002-01-09 Akim Demaille <akim@epita.fr>
17856
17857 * src/files.c, src/files.h (output_infix): New.
17858 (tab_extension): Remove.
17859 (compute_base_names): Compute the former, drop the latter.
17860 * src/output.c (prepare): Insert the muscles `output-infix', and
17861 `output-suffix'.
17862 * src/parse-skel.y (string, string.1): New.
17863 (section.header): Use it.
17864 (section.yacc): Remove.
17865 (prefix): Remove too.
17866 * src/scan-skel.l: Adjust.
17867 * src/bison.simple, src/bison.hairy: Adjust.
17868
cae60122
AD
178692002-01-09 Akim Demaille <akim@epita.fr>
17870
17871 * configure.in (WERROR_CFLAGS): Compute it.
17872 * src/Makefile.am (CFLAGS): Pass it.
17873 * tests/atlocal.in (CFLAGS): Idem.
17874 * src/files.c: Fix a few warnings.
17875 (get_extension_index): Remove, unused.
17876
ae404801
AD
178772002-01-08 Akim Demaille <akim@epita.fr>
17878
17879 * src/getargs.c (AS_FILE_NAME): New.
17880 (getargs): Use it to convert DOSish file names.
17881 * src/files.c (base_name): Rename as full_base_name to avoid
17882 clashes with `base_name ()'.
17883 (filename_split): New.
17884 (compute_base_names): N-th rewrite, using filename_split.
17885
22312b71
AD
178862002-01-08 Akim Demaille <akim@epita.fr>
17887
17888 * lib/basename.c, lib/dirname.h, lib/dirname.c, lib/memrchr.c:
17889 New, stolen from the Fileutils 4.1.
17890 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
17891 * configure.in: Check for the presence of memrchr, and of its
17892 prototype.
17893
a67cef01
TVH
178942002-01-07 Tim Van Holder <tim.van.holder@pandora.be>
17895
17896 * lib/hash.h (__P): Added definition for this macro.
17897 * src/Makefile.am: Add parse-skel.c and scan-skel.c to
17898 BUILT_SOURCES, to ensure they are generated first.
17899 * src/parse-skel.y: Use YYERROR_VERBOSE instead of
17900 %error-verbose to allow bootstrapping with bison 1.30x.
17901
2b25d624
AD
179022002-01-06 Akim Demaille <akim@epita.fr>
17903
17904 * src/reader.c (parse_braces): Don't fetch the next char, the
17905 convention is to fetch on entry.
17906 * tests/torture.at (GNU Cim Grammar): Reintroduce their weird
17907 'switch' without a following semicolon.
17908 * tests/regression.at (braces parsing): New.
17909
3460813b
AD
179102002-01-06 Akim Demaille <akim@epita.fr>
17911
17912 Bison is dead wrong in its RR conflict reports.
17913
17914 * tests/torture.at (GNU Cim Grammar): New.
17915 * src/conflicts.c (count_rr_conflicts): Fix.
17916
73784c64
AD
179172002-01-06 Akim Demaille <akim@epita.fr>
17918
17919 Creating package.m4 from configure.ac causes too many problems.
17920
17921 * tests/Makefile.am (package.m4): Create it by hand,
17922 AC_CONFIG_TESTDIR no longer does in the most recent CVS Autoconf.
17923
25d81090
AD
179242002-01-06 Akim Demaille <akim@epita.fr>
17925
17926 * src/Makefile.am (bison_SOURCES): Add parse-skel.h and
17927 skeleton.h.
17928
a9b8959e
PE
179292002-01-04 Paul Eggert <eggert@twinsun.com>
17930
17931 * doc/bison.texinfo (Debugging):
17932 Remove YYSTDERR; it's no longer defined or used.
17933 Also, s/cstdio.h/cstdio/.
17934
25d81090
AD
179352002-01-03 Akim Demaille <akim@epita.fr>
17936
17937 * tests/bison.in, tests/atlocal.in: Adjust to CVS Autoconf.
17938
1109455c
AD
179392002-01-03 Akim Demaille <akim@epita.fr>
17940
17941 * src/parse-skel.y (process_skeleton): Don't bind the parser's
17942 tracing code to --trace, wait for a better --trace option, with
17943 args.
17944
7ea5e977
AD
179452002-01-03 Akim Demaille <akim@epita.fr>
17946
17947 * src/bison.simple (YYSTDERR): Remove, replace `stderr'.
17948 The ISO C++ standard is extremely clear about it: stderr is
17949 considered a macro, not a regular symbol (see table 94 `Header
17950 <cstdio> synopsis', [lib.c.files] 27.8.2 C Library files).
17951 Therefore std:: does not apply to it. It still does with fprintf.
17952 Also, s/cstdio.h/cstdio/.
17953
fab5b110
AD
179542002-01-03 Akim Demaille <akim@epita.fr>
17955
17956 * lib/quotearg.c: Use `#include "..."' instead of `#include <...>'
17957 for non system headers.
17958
aed7fd9b
AD
179592002-01-02 Akim Demaille <akim@epita.fr>
17960
17961 Equip the skeleton chain with location tracking, runtime trace,
17962 pure parser and scanner.
17963
17964 * src/parse-skel.y: Request a pure parser, locations, and prefix
17965 renaming.
17966 (%union): Having several members with the same type does not help
17967 type mismatches, simplify.
17968 (YYPRINT, yyprint): New.
17969 (yyerror): ``Rename'' (there is a #define yyerror skel_error) as...
17970 (skel_error): this.
17971 Handle locations.
17972 * src/scan-skel.l: Adjust to these changes.
17973 * src/skeleton.h (LOCATION_RESET, LOCATION_LINES, LOCATION_STEP)
17974 (LOCATION_PRINT, skel_control_t): New.
17975
24fad99e
AD
179762001-12-30 Akim Demaille <akim@epita.fr>
17977
17978 * src/parse-skel.y: Get rid of the shift/reduce conflict:
17979 replace `gb' with BLANKS.
17980 * src/scan-skel.l: Adjust.
17981
a4b36db4
AD
179822001-12-30 Akim Demaille <akim@epita.fr>
17983
17984 * src/system.h: We don't need nor want bcopy.
17985 Throw away MS-DOS crap: we don't need getpid.
17986 * configure.in: We don't need strndup. It was even causing
17987 problems: because Flex includes the headers *before* us,
17988 _GNU_SOURCE is not defined by config.h, and therefore strndup was
17989 not visible.
17990 * lib/xstrndup.c: New.
17991 * src/scan-skel.l: Use it.
17992 Be sure to initialize yylval.muscle member when scanning a MUSCLE.
17993 * src/parse-skel.y: Use %directives instead of #defines.
17994
1239777d
AD
179952001-12-30 Akim Demaille <akim@epita.fr>
17996
17997 * src/skeleton.h: New.
17998 * src/output.c (output_parser, output_master_parser): Remove, dead
17999 code.
18000 * src/output.h (get_lines_number, actions_output, guards_output)
18001 (token_definitions_output): Prototype them.
18002 * src/parse-skel.y: Add the license notice.
18003 Include output.h and skeleton.h.
18004 (process_skeleton): Returns void, and takes a single parameter.
18005 * src/scan-skel.l: Add the license notice.
18006 Include skeleton.h.
18007 Don't use %option yylineno: it seems that then Flex imagines
18008 REJECT has been used, and therefore it won't reallocate its
18009 buffers (which makes no other sense to me than a bug). It results
18010 in warnings for `unused: yy_flex_realloc'.
18011
9b3add5b
RA
180122001-12-30 Robert Anisko <robert.anisko@epita.fr>
18013
18014 * src/muscle_tab.h (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
18015 (MUSCLE_INSERT_PREFIX): ...to there.
18016 * src/output.c (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
18017 (MUSCLE_INSERT_PREFIX): Move from here...
18018
18019 * src/bison.hairy: Add a section directive. Put braces around muscle
18020 names. This parser skeleton is still broken, but Bison should not
18021 choke on a bad muscle 'syntax'.
18022 * src/bison.simple: Add a section directive. Put braces around muscle
18023 names.
18024
18025 * src/files.h (strsuffix, stringappend): Add declarations.
18026 (tab_extension): Add declaration.
18027 (short_base_name): Add declaration.
18028
18029 * src/files.c (strsuffix, stringappend): No longer static. These
18030 functions are used in the skeleton parser.
18031 (tab_extension): New.
18032 (compute_base_names): Use the computations done in this function
fab5b110 18033 to guess if the generated parsers should have '.tab' in their
9b3add5b
RA
18034 names.
18035 (short_base_name): No longer static.
18036
18037 * src/output.c (output_skeleton): New.
18038 (output): Disable call to output_master_parser, and give a try to
18039 a new skeleton handling system.
18040 (guards_output, actions_output): No longer static.
18041 (token_definitions_output, get_lines_number): No longer static.
18042
18043 * configure.in: Use AM_PROG_LEX and AC_PROG_YACC.
18044
fab5b110 18045 * src/Makefile.am (bison_SOURCES): Add scan-skel.l and
9b3add5b
RA
18046 parse-skel.y.
18047
18048 * src/parse-skel.y: New file.
18049 * src/scan-skel.l: New file.
18050
b5b61c61
AD
180512001-12-29 Akim Demaille <akim@epita.fr>
18052
18053 %name-prefix is broken.
18054
18055 * src/files.c (spec_name_prefix): Initialize to NULL, not to "yy".
18056 Adjust all dependencies.
18057 * tests/headers.at (export YYLTYPE): Strengthen this test: use
18058 %name-prefix.
18059
18060 Renaming yylval but not yylloc is not consistent. Now we do.
18061
18062 * src/bison.simple: Prefix yylloc if used.
18063 * doc/bison.texinfo (Decl Summary): Document that.
18064
8c9a50be
AD
180652001-12-29 Akim Demaille <akim@epita.fr>
18066
18067 * doc/bison.texinfo: Promote `%long-directive' over
18068 `%long_directive'.
18069 Remove all references to fixed-output-files, yacc is enough.
18070
d99361e6
AD
180712001-12-29 Akim Demaille <akim@epita.fr>
18072
18073 * src/bison.simple: Define YYDEBUG and YYERROR_VERBOSE *after* the
18074 user prologue. These are defaults.
18075 * tests/actions.at (Mid-rule actions): Make sure the user can
18076 define YYDEBUG and YYERROR_VERBOSE.
18077
b9cecb91
AD
180782001-12-29 Akim Demaille <akim@epita.fr>
18079
18080 * src/output.c (header_output): Don't forget to export YYLTYPE and
18081 yylloc.
18082 * tests/headers.at (export YYLTYPE): New, make sure it does.
18083 * tests/regression.at (%union and --defines, Invalid CPP headers):
18084 Move to...
18085 * tests/headers.at: here.
18086
aea13e97
AD
180872001-12-29 Akim Demaille <akim@epita.fr>
18088
18089 * src/gram.h (rule_s): Member `assoc' is of type `associativity'.
18090
931394cb
AD
180912001-12-29 Akim Demaille <akim@epita.fr>
18092
18093 * tests/actions.at (Mid-rule actions): Output on a single line
18094 instead of several.
18095
704a47c4
AD
180962001-12-29 Akim Demaille <akim@epita.fr>
18097
18098 * doc/bison.texinfo: Formatting changes.
18099
091e20bb
AD
181002001-12-29 Akim Demaille <akim@epita.fr>
18101
18102 Don't store the token defs in a muscle, just be ready to output it
18103 on command. Now possible via `symbols'. Fixes a memory leak.
18104
18105 * src/output.c (token_definitions_output): New.
18106 (output_parser, header_output): Use it.
18107 * src/reader.c (symbols_save): Remove.
18108
cce71710
AD
181092001-12-29 Akim Demaille <akim@epita.fr>
18110
18111 * src/bison.simple: Do not provide a default for YYSTYPE and
18112 YYLTYPE before the user's prologue. Otherwise it's hardly... a
18113 default.
18114
82c035a8
AD
181152001-12-29 Akim Demaille <akim@epita.fr>
18116
18117 Mid-rule actions are simply... ignored!
18118
18119 * src/reader.c (readgram): Be sure to attach mid-rule actions to
18120 the empty-rule associated to the dummy symbol, not to the host
18121 rule.
18122 * tests/actions.at (Mid-rule actions): New.
18123
8419d367
AD
181242001-12-29 Akim Demaille <akim@epita.fr>
18125
18126 Memory leak.
18127
18128 * src/reader.c (reader): Free grammar.
18129
375d5806
AD
181302001-12-29 Akim Demaille <akim@epita.fr>
18131
18132 Memory leak.
18133
18134 * src/LR0.c (new_itemsets): Don't allocate `shift_symbol' here,
18135 since it allocates it for each state, although only one is needed.
18136 (allocate_storage): Do it here.
18137
f51cb8ff
AD
181382001-12-29 Akim Demaille <akim@epita.fr>
18139
18140 * src/options.h, src/options.c (create_long_option_table): Rename
18141 as...
18142 (long_option_table_new): this, with a clearer prototype.
18143 (percent_table): Remove, unused,
18144 * src/getargs.c (getargs): Adjust.
18145
29e88316
AD
181462001-12-29 Akim Demaille <akim@epita.fr>
18147
18148 * src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.c
18149 * src/print.c, src/print_graph.c, src/state.h: Rename state_table
18150 as states.
18151
b9f71f19
AD
181522001-12-29 Akim Demaille <akim@epita.fr>
18153
18154 * src/lalr.c (build_relations): Rename `states' as `states1'.
18155 Sorry, I don't understand exactly what it is, no better name...
18156
1a2b5d37
AD
181572001-12-29 Akim Demaille <akim@epita.fr>
18158
18159 * src/closure.c, src/conflicts.c, src/derives.c, src/gram.c
18160 * src/gram.h, src/lalr.c, src/nullable.c, src/output.c, src/print.c
18161 * src/print_graph.c, src/reader.c, src/reduce.c: Rename rule_table
18162 as rules.
18163
1cca533e
AD
181642001-12-29 Akim Demaille <akim@epita.fr>
18165
18166 * src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long
18167 ago.
18168
c03ae966
AD
181692001-12-29 Akim Demaille <akim@epita.fr>
18170
18171 * src/reader.c, src/reader.h (user_toknums): Remove.
18172 Adjust all users to use symbols[i]->user_token_number.
18173
5a670b1e
AD
181742001-12-29 Akim Demaille <akim@epita.fr>
18175
18176 * src/gram.c, src/gram.h (sprec, sassoc): Remove.
18177 Adjust all users to use symbols[i]->prec or ->assoc.
18178
ad949da9
AD
181792001-12-29 Akim Demaille <akim@epita.fr>
18180
18181 * src/reader.c, src/reader.h (tags): Remove.
18182 Adjust all users to use symbols[i]->tag.
18183
0e78e603
AD
181842001-12-29 Akim Demaille <akim@epita.fr>
18185
18186 * src/gram.h, src/gram.c (symbols): New, similar to state_table
18187 and rule_table.
18188 * src/reader.c (packsymbols): Fill this table.
18189 Drop sprec.
18190 * src/conflicts.c (resolve_sr_conflict): Adjust.
18191 * src/reduce.c (reduce_grammar): Adjust: just sort symbols, a
18192 single table.
18193 Use symbols[i]->tag instead of tags[i].
18194
213e640e
AD
181952001-12-29 Akim Demaille <akim@epita.fr>
18196
18197 * tests/calc.at (_AT_DATA_CALC_Y): Also use %union.
18198 In addition, put a comment in there, to replace...
18199 * tests/regression.at (%union and C comments): Remove.
18200
e7b8bef1
AD
182012001-12-29 Akim Demaille <akim@epita.fr>
18202
18203 * tests/regression.at (Web2c Actions): Blindly move the actual
18204 output as expected output. The contents *seem* right to me, but I
18205 can't pretend reading perfectly parser tables... Nonetheless, all
18206 the other tests pass correctly, the table look OK, even though the
18207 presence of `$axiom' is to be noted: AFAICS it is useless (but
18208 harmless).
18209
b68e7744
AD
182102001-12-29 Akim Demaille <akim@epita.fr>
18211
18212 * src/reader.c (readgram): Don't add the rule 0 if there were no
18213 rules read. In other words, add it _after_ having performed
18214 grammar sanity checks.
18215 Fixes the `tests/regression.at (Invalid input: 1)' Failure.
18216
78d5bae9
AD
182172001-12-29 Akim Demaille <akim@epita.fr>
18218
18219 * tests/regression.at (Web2c Report): Catch up: the rule 0 is now
18220 visible, and some states have now a different number.
18221
ff442794
AD
182222001-12-29 Akim Demaille <akim@epita.fr>
18223
18224 * src/reader.c (readgram): Bind the initial rule's lineno to that
18225 of the first rule.
18226 * tests/regression.at (Rule Line Numbers, Unresolved SR Conflicts):
18227 (Solved SR Conflicts): Adjust rule 0's line number.
18228
610ab194
AD
182292001-12-29 Akim Demaille <akim@epita.fr>
18230
18231 Fix the `GAWK Grammar' failure.
18232
18233 * src/LR0.c (final_state): Initialize to -1 so that we do compute
18234 the reductions of the first state which was mistakenly confused
18235 with the final state because precisely final_state was initialized
18236 to 0.
18237 * tests/sets.at (Nullable): Adjust: state 0 does have lookaheads,
18238 now noticed by Bison.
18239 * tests/regression.at (Rule Line Numbers): Adjust: state 0 does
18240 have a reduction on $default.
18241
29d29c8f
AD
182422001-12-29 Akim Demaille <akim@epita.fr>
18243
18244 * src/gram.c (ritem_print): Be sure to subtract 1 when displaying
18245 rule line numbers.
18246 * src/closure.c (print_closure): Likewise.
18247 * src/derives.c (print_derives): Likewise.
18248 * tests/sets.at (Nullable): Adjust: the rule numbers are correct
18249 now.
18250
7c6b64d0
AD
182512001-12-29 Akim Demaille <akim@epita.fr>
18252
18253 * src/lalr.c (lookaheads_print): New.
18254 (lalr): Call it when --trace-flag.
18255 * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads
18256 are dumped.
18257
3d4daee3
AD
182582001-12-29 Akim Demaille <akim@epita.fr>
18259
18260 * src/derives.c (print_derives): Be sure to use `>= 0', not `> 0',
18261 when walking through ritem, even via rule->rhs.
18262 * src/reduce.c (dump_grammar, useful_production, reduce_output)
18263 (useful_production, useless_nonterminals): Likewise.
18264 (reduce_grammar_tables): Likewise, plus update nritems.
18265 * src/nullable.c (set_nullable): Likewise.
18266 * src/lalr.c (build_relations): Likewise.
18267 * tests/sets.at (Nullable): Adjust.
18268 Fortunately, now, the $axiom is no longer nullable.
18269
9e7f6bbd
AD
182702001-12-29 Akim Demaille <akim@epita.fr>
18271
18272 * src/LR0.c (generate_states): Use nritems, not nitems, nor using
18273 the 0-sentinel.
18274 * src/gram.c (ritem_longest_rhs): Likewise.
18275 * src/reduce.c (nonterminals_reduce): Likewise.
18276 * src/print_graph.c (print_graph): Likewise.
18277 * src/output.c (output_rule_data): Likewise.
18278 * src/nullable.c (set_nullable): Likewise.
18279
255ef638
AD
182802001-12-29 Akim Demaille <akim@epita.fr>
18281
18282 * src/output.c: Comment changes.
18283
0d8a7363
AD
182842001-12-27 Paul Eggert <eggert@twinsun.com>
18285
18286 * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
18287 cases for non-GNU systems like AIX, HP-UX, SGI, Sun, and
18288 Sparc, as they were causing more porting problems than the
18289 (minor) performance improvement was worth.
18290
18291 Also, catch up with 1.31's YYSTD.
18292
3db472b9
AD
182932001-12-27 Akim Demaille <akim@epita.fr>
18294
18295 * src/output.c (output_gram): Rely on nritems, not the
18296 0-sentinel. See below.
18297 Use -1 as separator, not 0.
18298 * src/bison.simple (yyparse): Subtract 1 to the rule numbers.
18299 Rely on -1 as separator in yyrhs, instead of 0.
18300 * tests/calc.at (AT_CHECK_CALC): Now, the parsers no longer issue
18301 twice `Now at end of input', therefore there are two lines less to
18302 expect.
18303
b365aa05
AD
183042001-12-27 Akim Demaille <akim@epita.fr>
18305
18306 * tests/regression.at (Unresolved SR Conflicts):
18307 (Solved SR Conflicts, Rule Line Numbers): Adjust to the changes
18308 below.
18309
30171f79
AD
183102001-12-27 Akim Demaille <akim@epita.fr>
18311
18312 * src/LR0.c (new_state): Recognize the final state by the fact it
18313 is reached by eoftoken.
18314 (insert_start_shifting_state, insert_eof_shifting_state)
18315 (insert_accepting_state, augment_automaton): Remove, since now
18316 these states are automatically computed from the initial state.
18317 (generate_states): Adjust.
18318 * src/print.c: When reporting a rule number to the user, substract
18319 1, so that the axiom rule is rule 0, and the first user rule is 1.
18320 * src/reduce.c: Likewise.
18321 * src/print_graph.c (print_core): For the time being, just as for
18322 the report, depend upon --trace-flags to dump the full set of
18323 items.
18324 * src/reader.c (readgram): Once the grammar read, insert the rule
18325 0: `$axiom: START-SYMBOL $'.
18326 * tests/set.at: Adjust: rule 0 is now displayed, and since the
18327 number of the states has changed (the final state is no longer
18328 necessarily the last), catch up.
18329
75142d45
AD
183302001-12-27 Akim Demaille <akim@epita.fr>
18331
18332 Try to make the use of the eoftoken valid. Given that its value
18333 is 0 which was also used as a sentinel in ritem, (i) make sure >= 0
18334 is used instead of > 0 where appropriate, (ii), depend upon nritems
18335 instead of the 0-sentinel.
18336
18337 * src/gram.h, src/gram.c (nritems): New.
18338 Expected to be duplication of nitems, but for the time being...
18339 * src/reader.c (packgram): Assert nritems and nitems are equal.
18340 * src/LR0.c (allocate_itemsets, new_itemsets): Adjust.
18341 * src/closure.c (print_closure, print_fderives): Likewise.
18342 * src/gram.c (ritem_print): Likewise.
18343 * src/print.c (print_core, print_grammar): Likewise.
18344 * src/print_graph.c: Likewise.
18345
b7c49edf
AD
183462001-12-27 Akim Demaille <akim@epita.fr>
18347
18348 * src/main.c (main): If there are complains after grammar
18349 reductions, then output the report anyway if requested, then die.
18350 * src/symtab.c (bucket_new): Initialize `value' to -1, not 0.
18351 * src/reader.c (eoftoken): New.
18352 (parse_token_decl): If the token being defined has value `0', it
18353 is the eoftoken.
18354 (packsymbols): No longer hack `tags' to insert `$' by hand.
18355 Be sure to preserve the value of the eoftoken.
18356 (reader): Make sure eoftoken is defined.
18357 Initialize nsyms to 0: now eoftoken is created just like the others.
18358 * src/print.c (print_grammar): Don't special case the eof token.
18359 * src/regression.at: Adjust: `$' has value 0, not -1, which was a
18360 lie anyway, albeit pleasant.
18361 * tests/calc.at: Exercise error messages with eoftoken.
18362 Change the grammar so that empty input is invalid.
18363 Adjust expectations.
18364 When yyungeting, be sure to use a valid yylloc: use last_yylloc.
18365
ec2da99f
AD
183662001-12-27 Akim Demaille <akim@epita.fr>
18367
18368 * configure.in: Check the protos of strchr ans strspn.
18369 Replace strchr if needed.
18370 * src/system.h: Provide the protos of strchr, strspn and memchr if
18371 missing.
18372 * lib/strchr.c: New.
18373 * src/reader.c (symbols_save): Use strchr.
18374
8adfa272
AD
183752001-12-27 Akim Demaille <akim@epita.fr>
18376
18377 * src/print.c, src/print_graph.c (escape): New.
18378 Use it to quote the TAGS outputs.
18379 * src/print_graph.c (print_state): Now errors are in red, and
18380 reductions in green.
18381 Prefer high to wide: output the state number on a line of its own.
18382
80dac38c
AD
183832001-12-27 Akim Demaille <akim@epita.fr>
18384
18385 * src/state.h, src/state.c (reductions_new): New.
18386 * src/LR0.c (set_state_table): Let all the states have a
18387 `reductions', even if reduced to 0.
18388 (save_reductions): Adjust.
18389 * src/lalr.c (initialize_LA, initialize_lookaheads): Adjust.
18390 * src/print.c (print_reductions, print_actions): Adjust.
18391 * src/output.c (action_row): Adjust.
18392
2cec70b9
AD
183932001-12-27 Akim Demaille <akim@epita.fr>
18394
18395 * src/state.h, src/state.c (errs_new, errs_dup): New.
18396 * src/LR0.c (set_state_table): Let all the states have an errs,
18397 even if reduced to 0.
18398 * src/print.c (print_errs, print_reductions): Adjust.
18399 * src/output.c (output_actions, action_row): Adjust.
18400 * src/conflicts.c (resolve_sr_conflict): Adjust.
18401
13ca549a
AD
184022001-12-27 Akim Demaille <akim@epita.fr>
18403
18404 * src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SYMBOL.
18405
5092aba5
AD
184062001-12-27 Akim Demaille <akim@epita.fr>
18407
18408 * src/conflicts.c, src/conflicts.h (print_reductions): Move to...
18409 * src/print.c: here.
18410 (lookaheadset, shiftset): New, used as additional storage by
18411 print_reductions.
18412 (print_results): Adjust.
18413 (print_shifts, print_gotos, print_errs): New, extracted from...
18414 (print_actions): here.
18415 * src/print_graph.c (print_actions): Remove dead code.
18416
11e2beca
AD
184172001-12-27 Akim Demaille <akim@epita.fr>
18418
18419 * src/reader.c (copy_dollar, copy_at): Better checking of `n' in
18420 `$n' and `@n'.
18421
dac3c910
AD
184222001-12-27 Akim Demaille <akim@epita.fr>
18423
18424 * src/lalr.c (add_lookback_edge): Use state_t instead of ints.
18425 (build_relations): Adjust.
18426
d0b0fefa
AD
184272001-12-27 Akim Demaille <akim@epita.fr>
18428
18429 * src/lalr.c (set_goto_map): Remove a wrong but benign loop
18430 duplication.
18431
adc8c848
AD
184322001-12-27 Akim Demaille <akim@epita.fr>
18433
18434 * src/reader.c (packgram): Catch nitems overflows.
18435
14d293ac
AD
184362001-12-27 Akim Demaille <akim@epita.fr>
18437
18438 * src/files.c, src/files.h (guard_obstack): Remove.
18439 * src/output.c (output): Adjust.
18440 * src/reader.c (parse_braces): New, factoring...
18441 (copy_action, copy_guard): these two which are renamed as...
18442 (parse_action, parse_guard): these.
18443 As a voluntary consequence, using braces around guards is now
18444 mandatory.
18445
f499b062
AD
184462001-12-27 Akim Demaille <akim@epita.fr>
18447
18448 * src/gram.h (rule_t): `guard' and `guard_line' are new members.
18449 * src/reader.c (symbol_list): `guard' and `guard_line' are new
18450 members.
18451 (symbol_list_new): Adjust.
18452 (copy_action): action_line is the first line, not the last.
18453 (copy_guard): Just as for actions, store the `action' only, not
18454 the switch/case/break flesh.
18455 Don't parse the user action that might follow the guard, let...
18456 (readgram): do it, i.e., now, there can be an action after a
18457 guard.
18458 In other words the guard is just explicitly optional.
18459 (packgram): Adjust.
18460 * src/output.c (guards_output): New.
18461 (output_parser): Call it when needed.
18462 (output): Also free the guard and attrs obstacks.
18463 * src/files.c, src/files.h (obstack_save): Remove.
18464 (output_files): Remove.
18465 As a result, if one needs the former `.act' file, using an
18466 appropriate skeleton which requires actions and guards is now
18467 required.
18468 * src/main.c (main): Adjust.
18469 * tests/semantic.at: New.
18470 * tests/regression.at: Use `input.y' as input file name.
18471 Avoid 8+3 problems by requiring input.c when the test needs the
18472 parser.
18473
d945f5cd
AD
184742001-12-27 Akim Demaille <akim@epita.fr>
18475
18476 * src/reader.c (symbol_list_new): Be sure to initialize all the
18477 fields.
18478
d200e455
AD
184792001-12-27 Akim Demaille <akim@epita.fr>
18480
18481 All the hacks using a final pseudo state are now useless.
18482
18483 * src/LR0.c (set_state_table): state_table holds exactly nstates.
18484 * src/lalr.c (nLA): New.
18485 (initialize_LA, compute_lookaheads, initialize_lookaheads): Use it
18486 instead of lookaheadsp from the pseudo state (nstate + 1).
18487
f9507c28
AD
184882001-12-27 Akim Demaille <akim@epita.fr>
18489
18490 * src/output.c (action_row, token_actions): Use a state_t instead
18491 of a integer, and nlookaheads instead of the following state's
18492 lookaheadsp.
18493
065fbd27
AD
184942001-12-27 Akim Demaille <akim@epita.fr>
18495
18496 * src/conflicts.c (log_resolution, flush_shift)
18497 (resolve_sr_conflict, set_conflicts, solve_conflicts)
18498 (count_sr_conflicts, count_rr_conflicts, conflicts_output)
18499 (conflicts_print, print_reductions): Use a state_t instead of an
18500 integer when referring to a state.
18501 As much as possible, depend upon nlookaheads, instead of the
18502 `lookaheadsp' member of the following state (since lookaheads of
18503 successive states are successive, the difference between state n + 1
18504 and n served as the number of lookaheads for state n).
18505 * src/lalr.c (add_lookback_edge): Likewise.
18506 * src/print.c (print_core, print_actions, print_state)
18507 (print_results): Likewise.
18508 * src/print_graph.c (print_core, print_actions, print_state)
18509 (print_graph): Likewise.
18510 * src/conflicts.h: Adjust.
18511
1b177bd7
AD
185122001-12-27 Akim Demaille <akim@epita.fr>
18513
18514 * src/bison.hairy: Formatting/comment changes.
18515 ANSIfy.
18516 Remove `register' indications.
18517 Add plenty of `static'.
18518
7742ddeb
AD
185192001-12-27 Akim Demaille <akim@epita.fr>
18520
18521 * src/output.c (prepare): Drop the muscle `ntbase' which
18522 duplicates ntokens.
18523 * src/bison.simple: Formatting/comment changes.
18524 Use YYNTOKENS only, which is documented, but not YYNTBASE, which
18525 is an undocumented synonym.
18526
1fa14068
AD
185272001-12-22 Akim Demaille <akim@epita.fr>
18528
18529 * src/output.c (output_table_data): Change the prototype to use
18530 `int' for array ranges: some invocations do pass an int, not a
18531 short.
18532 Reported by Wayne Green.
18533
b9752825
AD
185342001-12-22 Akim Demaille <akim@epita.fr>
18535
18536 Some actions of web2c.y are improperly triggered.
18537 Reported by Mike Castle.
18538
18539 * src/lalr.c (traverse): s/F (i)[k] = F (j)[k]/F (j)[k] = F (i)[k]/.
18540 * tests/regression.at (Web2c): Rename as...
18541 (Web2c Report): this.
18542 (Web2c Actions): New.
18543
776209d6
AD
185442001-12-22 Akim Demaille <akim@epita.fr>
18545
18546 Reductions in web2c.y are improperly reported.
18547 Reported by Mike Castle.
18548
18549 * src/conflicts.c (print_reductions): Fix.
18550 * tests/regression.at (Web2c): New.
18551
275fc3ad
AD
185522001-12-18 Akim Demaille <akim@epita.fr>
18553
18554 Some host fail on `assert (!"foo")', which expands to
18555 ((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
18556 Reported by Nelson Beebee.
18557
18558 * src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
18559 `#define it_succeeded 0' and `assert (it_succeeded)'.
18560
897668ee
MA
185612001-12-17 Marc Autret <autret_m@epita.fr>
18562
18563 * src/bison.simple: Don't hard code the skeleton line and filename.
18564 * src/output.c (output_parser): Rename 'line' as 'output_line'.
18565 New line counter 'skeleton_line' (skeleton-line muscle).
18566
ab3399e0
PE
185672001-12-17 Paul Eggert <eggert@twinsun.com>
18568
18569 * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that
18570 YYDEBUG must be defined to a nonzero value.
18571
18572 * src/bison.simple (yytname): Do not assume that the user defines
18573 YYDEBUG to a properly parenthesized expression.
18574
3877f72b
AD
185752001-12-17 Akim Demaille <akim@epita.fr>
18576
18577 * src/state.h (state_t): Rename lookaheads as lookaheadsp.
18578 nlookaheads is a new member.
18579 Adjust all users.
18580 * src/lalr.h (nlookaheads): Remove this orphan declaration.
18581 * src/lalr.c (initialize_lookaheads): Set nlookaheads for each
18582 state.
776209d6 18583
331dbc1b
AD
185842001-12-17 Akim Demaille <akim@epita.fr>
18585
18586 * src/files.h, src/files.c (open_files, close_files): Remove.
18587 * src/main.c (main): Don't open/close files, nor invoke lex_free,
18588 let...
18589 * src/reader.c (reader): Do it.
776209d6 18590
be750e4c
AD
185912001-12-17 Akim Demaille <akim@epita.fr>
18592
18593 * src/conflicts.c (print_reductions): Formatting changes.
776209d6 18594
709ae8c6
AD
185952001-12-17 Akim Demaille <akim@epita.fr>
18596
18597 * src/conflicts.c (flush_shift): Also adjust lookaheadset.
18598 (flush_reduce): New.
18599 (resolve_sr_conflict): Adjust.
776209d6 18600
f87685c3
AD
186012001-12-17 Akim Demaille <akim@epita.fr>
18602
18603 * src/output.c (output_obstack): Be static and rename as...
18604 (format_obstack): this, to avoid any confusion with files.c's
18605 output_obstack.
18606 * src/reader.h (muscle_obstack): Move to...
18607 * src/output.h: here, since it's defined in output.c.
18608
837491d8
AD
186092001-12-17 Akim Demaille <akim@epita.fr>
18610
18611 * src/output.c (action_row, save_column, default_goto)
18612 (sort_actions, matching_state, pack_vector): Better variable
18613 locality.
18614
796d61fb
AD
186152001-12-17 Akim Demaille <akim@epita.fr>
18616
18617 * src/output.c: Various formatting changes.
776209d6 18618
64d15509
AD
186192001-12-17 Akim Demaille <akim@epita.fr>
18620
18621 * src/files.c (output_files): Free the output_obstack.
18622 * src/main.c (main): Call print and print_graph conditionally.
18623 * src/print.c (print): Work unconditionally.
18624 * src/print_graph.c (print_graph): Work unconditionally.
18625 * src/conflicts.c (log_resolution): Output only if verbose_flag.
18626
fbc8ecb7
MA
186272001-12-16 Marc Autret <autret_m@epita.fr>
18628
18629 * src/output.c (actions_output): Fix. When we use %no-lines,
18630 there is one less line per action.
18631
f0440388
MA
186322001-12-16 Marc Autret <autret_m@epita.fr>
18633
18634 * src/bison.simple: Remove a useless #line directive.
18635 s/#line %%line %%skeleton/#line %%line "%%parser-file-name"/'.
18636 * src/output.c (get_lines_number): New.
776209d6 18637 (output_parser): Adjust, now takes care about the lines of a
f0440388
MA
18638 output muscles.
18639 Fix line numbering.
18640 (actions_output): Computes the number of lines taken by actions.
18641 (output_master_parser): Insert new skeleton which is the name of
18642 the output parser file name.
18643
a79986b8
MA
186442001-12-15 Marc Autret <autret_m@epita.fr>
18645
18646 * src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
18647
4ec8e00f
MA
186482001-12-15 Marc Autret <autret_m@epita.fr>
18649
18650 * src/output.c (output_gram): Keep track of the hairy one.
18651
1a4648ff
AD
186522001-12-15 Akim Demaille <akim@epita.fr>
18653
18654 Make `make distcheck' work.
18655
18656 * lib/Makefile.am (INCLUDES): Add top_srcdir/intl, since hash uses
18657 system.h which uses libgettext.h.
18658
9c2c67e6
AD
186592001-12-15 Akim Demaille <akim@epita.fr>
18660
18661 * src/nullable.c (set_nullable): Useless rules must be skipped,
18662 otherwise, since we range over their symbols, we might look at a
18663 nonterminal which no longer ``exists'', i.e., it is not counted in
18664 `nvars', hence we overflow our arrays.
18665
93ede233
AD
186662001-12-15 Akim Demaille <akim@epita.fr>
18667
18668 The header can also be produced directly, without any obstack!
18669 Yahoo!
18670
18671 * src/files.c, src/files.h (defines_obstack): Remove.
18672 (compute_header_macro): Global.
18673 (defines_obstack_save): Remove.
18674 * src/reader.c (parse_union_decl): No longer output to
18675 defines_obstack: its content can be found in the `stype' muscle
18676 anyway.
18677 (output_token_translations): Merge into...
18678 (symbols_output): this.
18679 Rename as...
18680 (symbols_save): this.
18681 (reader): Adjust.
18682 * src/output.c (header_output): New.
18683 (output): Call it.
18684
2666f928
AD
186852001-12-15 Akim Demaille <akim@epita.fr>
18686
18687 * src/reader.c (parse_union_decl): Instead of handling two obstack
18688 simultaneously, use one to define the `stype' muscle, and use the
18689 value of the latter to fill defines_obstack.
18690 (copy_comment): Remove.
18691 (copy_comment2): Work for a single obstack.
18692 Rename as...
18693 (copy_comment): this.
18694
428046f8
AD
186952001-12-15 Akim Demaille <akim@epita.fr>
18696
18697 * src/lex.c, src/lex.h (xgetc): No longer static.
18698 * src/reader.c (parse_union_decl): Revamp.
18699
ea52d706
AD
187002001-12-15 Akim Demaille <akim@epita.fr>
18701
18702 Still making progress in separating Bison into (i) input, (ii)
18703 process, (iii) output: now we can directly output the parser file
18704 without using table_obstack at all.
18705
18706 * src/files.c, src/files.h (table_obstack): Bye bye.
18707 (parser_file_name): New.
18708 * src/files.c (compute_output_file_names): Compute it.
18709 * src/output.c (actions_output, output_parser)
18710 (output_master_parser): To a file instead of an obstack.
18711
3f96f4dc
AD
187122001-12-15 Akim Demaille <akim@epita.fr>
18713
18714 Attach actions to rules, instead of pre-outputting them to
18715 actions_obstack.
18716
18717 * src/gram.h (rule_t): action and action_line are new members.
18718 * src/reader.c (symbol_list): Likewise.
18719 (copy_action): Save the actions within the rule.
18720 (packgram): Save them in rule_table.
18721 * src/output.c (actions_output): New.
18722 (output_parser): Use it on `%%actions'.
18723 (output_rule_data): Don't free rule_table.
18724 (output): Do it.
18725 (prepare): Don't save the `action' muscle.
18726 * src/bison.simple: s/%%action/%%actions/.
18727
51576fb3
AD
187282001-12-15 Akim Demaille <akim@epita.fr>
18729
18730 * src/reader.c (copy_action): When --yacc, don't append a `;'
18731 to the user action: let it fail if lacking.
dee049eb 18732 Suggested by Arnold Robbins and Tom Tromey.
51576fb3 18733
2648a72d
AD
187342001-12-14 Akim Demaille <akim@epita.fr>
18735
18736 * src/lex.c (literalchar): Simply return the char you decoded, non
18737 longer mess around with obstacks and int pointers.
18738 Adjust all callers.
18739
92790e5b
AD
187402001-12-14 Akim Demaille <akim@epita.fr>
18741
18742 * src/lex.c (literalchar): Don't escape the special characters,
18743 just decode them, and keep them as char (before, eol was output as
18744 the 2 char string `\n' etc.).
18745 * src/output.c (output_rule_data): Use quotearg to output the
18746 token strings.
18747
927c1557
PE
187482001-12-13 Paul Eggert <eggert@twinsun.com>
18749
18750 * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
18751 Do not infringe on the global user namespace when using C++.
18752 (YYFPRINTF, YYSTDERR): New macros, needed for the above.
18753 All uses of `fprintf' and `stderr' changed.
18754
18755 * doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
18756
ed8e1f68
AD
187572001-12-13 Akim Demaille <akim@epita.fr>
18758
18759 The computation of nullable is broken: it doesn't handle empty
18760 RHS's properly.
18761
18762 * tests/torture.at (GNU AWK Grammar): New.
18763 * tests/sets.at (Nullable): New.
18764 * src/nullable.c (set_nullable): Instead of blindly looping over
18765 `ritems', loop over the rules, and then over their rhs's.
18766
18767 Work around Autotest bugs.
18768
18769 * src/warshall.c (bitmatrix_print): Don't use `+--+' as table
18770 frame, because Autotest understand lines starting with a `+' as
18771 traces from the shell. Then, they are not processed properly.
18772 Admittedly an Autotest bug, but we don't have time to wait for
18773 Autotest to catch up.
18774 * tests/regression.at (Broken Closure): Adjust to the new table
18775 frames.
18776 Move to...
18777 * tests/sets.at: here.
18778
cb581495
AD
187792001-12-13 Akim Demaille <akim@epita.fr>
18780
18781 * src/closure.c (closure): Use nrules instead of playing tricks
18782 with BITS_PER_WORD.
18783
2e729273
AD
187842001-12-13 Akim Demaille <akim@epita.fr>
18785
18786 * src/print.c (print_actions): Output the handling of `$' as the
18787 traces do: shifting the token EOF. Before EOF was treated as a
18788 nonterminal.
18789 * tests/regression.at: Adjust some tests.
18790 * src/print_graph.c (print_core): Complete the set of items via
18791 closure. The next-to-final and final states are still unsatisfying,
18792 but that's to be addressed elsewhere.
18793 No longer output the rule numbers, but do output the state number.
18794 A single loop for the shifts + gotos is enough, but picked a
18795 distinct color for each.
18796 (print_graph): Initialize and finalize closure.
18797
107f7dfb
AD
187982001-12-13 Akim Demaille <akim@epita.fr>
18799
18800 * src/reader.c (readgram): Remove dead code, an strip useless
18801 braces.
18802 (get_type): Remove, unused.
18803
9b53a24f
AD
188042001-12-12 Akim Demaille <akim@epita.fr>
18805
18806 * src/complain.h, src/complain.c: Remove error_one_per_line, rely
18807 on that of lib/error.c.
18808
dbfb6dcd
AD
188092001-12-12 Akim Demaille <akim@epita.fr>
18810
18811 Some hosts don't like `/' in includes.
18812
18813 * src/system.h: Include libgettext.h without qualifying the path.
18814 * src/Makefile.am (INCLUDES): Add $(top_srcdir)/intl, remove
18815 $(top_srcdir).
18816
c25fb648
MA
188172001-12-11 Marc Autret <autret_m@epita.fr>
18818
18819 * src/output.c (output_parser): Remove useless muscle.
18820
710ddc4f
MA
188212001-12-11 Marc Autret <autret_m@epita.fr>
18822
18823 * src/bison.simple: Remove #line just before %%epilogue. It
18824 is now handled in ...
18825 * src/reader.c (read_additionnal_code): Add the output of a
18826 #line for the epilogue.
18827
e83d80b8
MA
188282001-12-10 Marc Autret <autret_m@epita.fr>
18829
927c1557 18830 * src/reader.c (copy_definition): Re-use CPP-outed code which
e83d80b8
MA
18831 replace precedent remove.
18832 * src/bison.simple: Remove #line before %%prologue because
18833 %%input-line is wrong at this time.
18834
971d5158
MA
188352001-12-10 Marc Autret <autret_m@epita.fr>
18836
18837 * src/reader.c (symbols_output): Clean up.
927c1557 18838 * src/output.c (output_gram, output): Clean up.
971d5158 18839
5edafffd
AD
188402001-12-10 Akim Demaille <akim@epita.fr>
18841
18842 * src/lalr.c (initialize_lookaheads): New. Extracted from...
18843 * src/LR0.c (set_state_table): here.
18844 * src/lalr.c (lalr): Call it.
18845
0279f8e9
AD
188462001-12-10 Akim Demaille <akim@epita.fr>
18847
18848 * src/state.h (shifts): Remove the `number' member: shifts are
18849 attached to state, hence no longer need to be labelled with a
18850 state number.
18851
190c4f5f
AD
188522001-12-10 Akim Demaille <akim@epita.fr>
18853
18854 Now that states have a complete set of members, the linked list of
18855 shifts is useless: just fill directly the state's shifts member.
18856
18857 * src/state.h (shifts): Remove the `next' member.
18858 * src/LR0.c (first_state, last_state): Remove.
18859 Adjust the callers.
18860 (augment_automaton): Don't look for the shifts that must be added
18861 a shift on EOF: it is those of the state we looked for! But now,
18862 since shifts are attached, it is no longer needed to looking
18863 merely by its id: its number.
18864
2a73b93d
AD
188652001-12-10 Akim Demaille <akim@epita.fr>
18866
18867 * src/LR0.c (augment_automaton): Better variable locality.
18868 Remove an impossible branch: if there is a state corresponding to
18869 the start symbol being shifted, then there is shift for the start
18870 symbol from the initial state.
18871
74392f6a
AD
188722001-12-10 Akim Demaille <akim@epita.fr>
18873
18874 * src/LR0.c (augment_automaton): Call `insert_eof_shifting_state'
18875 only when appropriate: when insert_start_shifting_state' is not
18876 invoked.
18877 * tests/regression.at (Rule Line Numbers): Adjust.
18878
37c82725
AD
188792001-12-10 Akim Demaille <akim@epita.fr>
18880
18881 * src/LR0.c (augment_automaton): Now that all states have shifts,
18882 merge the two cases addition shifts to the initial state.
18883
6a164e0c
AD
188842001-12-10 Akim Demaille <akim@epita.fr>
18885
18886 * src/lalr.c (set_state_table): Move to...
18887 * src/LR0.c: here.
18888 * src/lalr.c (lalr): Don't call it...
18889 * src/LR0.c (generate_states): do it.
18890 * src/LR0.h (first_state): Remove, only the table is used.
18891
7215de24
AD
188922001-12-10 Akim Demaille <akim@epita.fr>
18893
18894 * src/LR0.h (first_shift, first_reduction): Remove.
18895 * src/lalr.c: Don't use first_shift: find shifts through the
18896 states.
18897
80e25d4d
AD
188982001-12-10 Akim Demaille <akim@epita.fr>
18899
18900 * src/LR0.c: Attach shifts to states as soon as they are
18901 computed.
18902 * src/lalr.c (set_state_table): Instead of assigning shifts to
18903 state, just assert that the mapping was properly done.
18904
0ab3728b
AD
189052001-12-10 Akim Demaille <akim@epita.fr>
18906
18907 * src/LR0.c (insert_start_shift): Rename as...
18908 (insert_start_shifting_state): this.
18909 (insert_eof_shifting_state, insert_accepting_state): New.
18910 (augment_automaton): Adjust.
18911 Better locality of the variables.
18912 When looking if the start_symbol is shifted from the initial
18913 state, using `while (... symbol != start_symbol ...)' sounds
18914 better than `while (... symbol < start_symbol ...)': If fail
18915 to see how the order between symbols could be relevant!
18916
78af9bbc
AD
189172001-12-10 Akim Demaille <akim@epita.fr>
18918
18919 * src/getargs.h: Don't declare `spec_name_prefix' and
18920 `spec_file_prefix', declared by src/files.h.
18921 * src/files.c, src/files.h: Default for spec_name_prefix is "yy".
18922 * src/muscle_tab.c (muscle_init): Default prefix to NULL.
18923 * src/output.c (prepare): Adjust.
18924 * src/reader.c (symbols_output): Likewise.
18925 * src/vmsgetargs.c: Vaguely adjust, but who cares?
18926
bdef2a41
AD
189272001-12-10 Akim Demaille <akim@epita.fr>
18928
18929 * src/muscle_tab.c (muscle_init): NULL is a better default than
18930 `"0"'.
18931
3735969c
AD
189322001-12-10 Akim Demaille <akim@epita.fr>
18933
18934 * src/reader.c (reader): Calling symbols_output once is enough.
18935
49701457
AD
189362001-12-10 Akim Demaille <akim@epita.fr>
18937
18938 Now that states have a complete set of members, the linked list of
18939 reductions is useless: just fill directly the state's reductions
18940 member.
18941
18942 * src/state.h (struct reductions): Remove member `number' and
18943 `next'.
18944 * src/LR0.c (first_reduction, last_reduction): Remove.
18945 (save_reductions): Don't link the new reductions, store them in
18946 this_state.
18947 * src/lalr.c (set_state_table): No need to attach reductions to
18948 states, it's already done.
18949 * src/output.c (output_actions): No longer free the shifts, then
18950 the reductions, then the states: free all the states and their
18951 members.
18952
0edad749
AD
189532001-12-10 Akim Demaille <akim@epita.fr>
18954
18955 * src/options.c (OPTN, DRTV, BOTH): New.
18956 (option_table): Use them.
18957
0edad749
AD
18958 * src/muscle_tab.c: Don't include xalloc.h and string.h: that's
18959 the job of system.h.
18960 * src/options.c: Don't include stdio.h and xalloc.h for the same
18961 reasons.
18962
5449dd0f
AD
189632001-12-10 Akim Demaille <akim@epita.fr>
18964
18965 * src/output.c (output, prepare): Make sure the values of the
18966 muscles `action' and `prologue' are 0-terminated.
18967
a870c567
AD
189682001-12-10 Akim Demaille <akim@epita.fr>
18969
18970 Clean up GCC warnings.
18971
18972 * src/reader.c (copy_action): `buf' is not used.
18973 (parse_skel_decl): Be static.
18974 * src/muscle_tab.c (mhash1, mhash2, muscle_insert): Preserve `const'.
18975 * src/options.h (create_long_option_table): Have a real prototype.
18976 * lib/hash.c, lib/hash.h (hash_insert, hash_insert_at, hash_delete)
18977 (hash_delete_at): Return const void *.
18978 Adjust casts to preserve the const.
18979
80df8768
AD
189802001-12-10 Akim Demaille <akim@epita.fr>
18981
18982 * configure.in: Require 2.52g.
18983 M4 is not needed, but AUTOM4TE is.
18984 * m4/m4.m4: Remove.
18985 * tests/Makefile.am: Adjust.
18986
f693ad14
AD
189872001-12-10 Akim Demaille <akim@epita.fr>
18988
18989 One structure for states is enough, even though theoretically
18990 there are LR(0) states and LALR(1) states.
18991
18992 * src/lalr.h (state_t): Remove.
18993 (state_table): Be state_t **, not state_t *.
18994 * src/state.h (core, CORE_ALLOC): Rename as...
18995 (state_t, STATE_ALLOC): this.
18996 Add the LALR(1) members: shifts, reductions, errs.
18997 * src/LR0.c (state_table): Rename as...
18998 (state_hash): this, to avoid name clashes with the global
18999 `state_table'.
19000 * src/print_graph.c, src/LR0.c, src/LR0.h, src/conflicts.c
19001 * src/lalr.c, src/lalr.h, src/output.c, src/print.c: Adjust.
19002
74ffbcb6
AD
190032001-12-10 Akim Demaille <akim@epita.fr>
19004
19005 Bison dumps core on bash.y.
19006 Reported by Pascal Bart.
19007
19008 * src/warshall.c (bitmatrix_print): New.
19009 (TC): Use it.
ba0fe3c7 19010 When performing a transitive closure R(i, j) && R(j, k) => R(i, k),
74ffbcb6
AD
19011 j must be the outer loop.
19012 * tests/regression.at (Broken Closure): New.
19013
07708e19
AD
190142001-12-05 Akim Demaille <akim@epita.fr>
19015
19016 * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
19017 its argument.
ba1ecc07 19018 Reported by Peter Hamorsky.
07708e19 19019
92b16366
AD
190202001-12-05 Akim Demaille <akim@epita.fr>
19021
19022 * src/conflicts.c (err_table): Remove.
19023 (resolve_sr_conflict): Adjust.
19024 * src/lalr.h (state_t.reduction_table, state_t.shift_table):
19025 Rename as...
19026 (state_t.reductions, state_t.shifts): this.
19027
076ab033
AD
190282001-12-05 Akim Demaille <akim@epita.fr>
19029
19030 * src/reduce.c (reduce_grammar_tables): No longer disable the
19031 removal of useless rules via CPP but via `if (0)', so that the
19032 compiler still check the code is valid.
19033 For instance, it should have noticed `rline' no longer exists: use
19034 the `line' member of rule_t.
19035 * src/gram.c (dummy, rline): Remove, unused.
19036
3843c413
AD
190372001-12-05 Akim Demaille <akim@epita.fr>
19038
19039 * src/output.c (pack_vector): Use assert, not berror.
19040 * src/main.c (berror): Remove, unused.
19041
43168960
AD
190422001-12-05 Akim Demaille <akim@epita.fr>
19043
19044 New experimental feature: if --verbose --trace output all the
19045 items of a state, not only its kernel.
19046
19047 * src/print.c (print_core): If `trace_flag', then invoke closure
19048 before outputting the items of the state (print_core is no longer
19049 a correct name them).
19050 (print_results): Invoke new_closure/free_closure if needed.
19051
b2872512
AD
190522001-12-05 Akim Demaille <akim@epita.fr>
19053
19054 * src/LR0.c (new_itemsets): Use nshifts only, not shiftcount.
19055 * src/closure.c, src/closure.h (itemsetsize): Rename as...
19056 (nitemset): for consistency with the rest of the project.
19057
23cbcc6c
AD
190582001-12-05 Akim Demaille <akim@epita.fr>
19059
19060 * src/closure.c (print_closure): Improve.
19061 (closure): Use it for printing input and output.
19062
03ec521c
AD
190632001-12-05 Akim Demaille <akim@epita.fr>
19064
19065 * src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are
19066 indexed by nonterminals.
19067
3a7456dd
AD
190682001-12-05 Akim Demaille <akim@epita.fr>
19069
19070 * src/warshall.c (TC, RTC): De-obsfucate (source reduced to 22% of
19071 what it was!).
19072 * src/warshall.h: Remove accidental duplication of the content.
19073
1cbcf2e7
AD
190742001-12-05 Akim Demaille <akim@epita.fr>
19075
19076 * src/closure.c (set_fderives): De-obfuscate.
19077
84182270
AD
190782001-12-05 Akim Demaille <akim@epita.fr>
19079
19080 * src/closure.c (print_firsts, print_fderives): De-obfuscate.
19081
3f6f053c
AD
190822001-12-05 Akim Demaille <akim@epita.fr>
19083
19084 * src/closure.c (set_firsts): De-obfuscate.
19085
7a5350ba
AD
190862001-12-05 Akim Demaille <akim@epita.fr>
19087
19088 * src/output.c (action_row): De-obfuscate
19089 using the good o' techniques: arrays not pointers, variable
19090 locality, BITISSET, RESETBIT etc.
19091
d954473d
AD
190922001-12-05 Akim Demaille <akim@epita.fr>
19093
19094 Pessimize the code to simplify it: from now on, all the states
19095 have a valid SHIFTS, which NSHIFTS is possibly 0.
19096
19097 * src/LR0.c (shifts_new): Be global and move to..
19098 * src/state.c, src/state.h: here.
19099 * src/conflicts, src/lalr.c, src/output.c, src/print.c,
19100 * src/print_graph: Adjust.
19101
9839bbe5
AD
191022001-12-05 Akim Demaille <akim@epita.fr>
19103
19104 * src/state.h (SHIFT_DISABLE, SHIFT_IS_DISABLED): New.
19105 * src/conflicts.c: Use it.
19106 Restore a few missing `if (!SHIFT_IS_DISABLED)' which were
19107 incorrectly ``simplified''.
19108
9f136c07
AD
191092001-12-05 Akim Demaille <akim@epita.fr>
19110
19111 * src/conflicts.c (flush_shift, resolve_sr_conflict): De-obfuscate
19112 using the good o' techniques: arrays not pointers, variable
19113 locality, BITISSET, RESETBIT etc.
19114
b608206e
AD
191152001-12-05 Akim Demaille <akim@epita.fr>
19116
19117 * src/state.h (SHIFT_SYMBOL): New.
19118 * src/conflicts.c: Use it to deobfuscate.
19119
52afa962
AD
191202001-12-05 Akim Demaille <akim@epita.fr>
19121
19122 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts)
19123 (print_reductions): De-obfuscate using the good o' techniques:
19124 arrays not pointers, variable locality, BITISSET.
19125
e74dc321
AD
191262001-12-05 Akim Demaille <akim@epita.fr>
19127
19128 * src/conflicts.c (print_reductions): Arrays, not pointers.
19129 Use BITISSET.
19130
768fca83
AD
191312001-12-05 Akim Demaille <akim@epita.fr>
19132
19133 * src/conflicts.c (print_reductions): Pessimize, but clarify.
19134
a17e599f
AD
191352001-12-05 Akim Demaille <akim@epita.fr>
19136
19137 * src/conflicts.c (print_reductions): Improve variable locality.
19138
a04bc341
AD
191392001-12-05 Akim Demaille <akim@epita.fr>
19140
19141 * src/conflicts.c (print_reductions): Pessimize, but clarify.
19142
c8ea038e
AD
191432001-12-05 Akim Demaille <akim@epita.fr>
19144
19145 * src/conflicts.c (print_reductions): Improve variable locality.
19146
aa2aab3c
AD
191472001-12-05 Akim Demaille <akim@epita.fr>
19148
19149 * src/state.h (SHIFT_IS_ERROR, SHIFT_IS_GOTO, SHIFT_IS_SHIFT): New.
19150 * src/lalr.c: Use them.
19151
b178c8cc
AD
191522001-12-05 Akim Demaille <akim@epita.fr>
19153
19154 * src/LR0.c (augment_automaton): Formatting changes.
19155 Better variable locality.
19156
f67d13aa
AD
191572001-12-05 Akim Demaille <akim@epita.fr>
19158
19159 * src/lalr.c (matrix_print): New.
19160 (transpose): Use it.
19161 Use arrays instead of pointers.
19162
c2713865
AD
191632001-12-05 Akim Demaille <akim@epita.fr>
19164
19165 * src/lalr.c (maxrhs): Move to...
19166 * src/gram.c, src/gram.h (ritem_longest_rhs): here.
19167 * src/lalr.c (build_relations): Adjust.
19168
9887c18a
AD
191692001-12-05 Akim Demaille <akim@epita.fr>
19170
19171 * src/lalr.c (transpose): Free the memory allocated to the
19172 argument, as it is replaced by the results by the unique caller.
19173 (build_relations): Merely invoke transpose: it handles the memory
19174 deallocation.
19175 Improve variable locality.
19176 Avoid variables used as mere abbreviations.
19177 (compute_lookaheads): Use arrays instead of pointers.
19178
4d4f699c
AD
191792001-12-05 Akim Demaille <akim@epita.fr>
19180
19181 * src/lalr.c (initialize_F): Improve variable locality.
19182 Avoid variables used as mere abbreviations.
19183
80a69750
AD
191842001-12-05 Akim Demaille <akim@epita.fr>
19185
19186 * src/derives.c (print_derives): Display the ruleno.
19187 * src/lalr.c (initialize_F, transpose): Better variable locality
19188 to improve readability.
19189 Avoid variables used as mere abbreviations.
19190
fe961097
AD
191912001-12-05 Akim Demaille <akim@epita.fr>
19192
19193 * src/lalr.c (traverse): Use arrays instead of pointers.
19194
e3e4e814
AD
191952001-12-05 Akim Demaille <akim@epita.fr>
19196
19197 * src/nullable.c (set_nullable): Use a for loop to de-obfuscate
19198 the handling of squeue.
19199 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
19200
630e182b
AD
192012001-12-05 Akim Demaille <akim@epita.fr>
19202
19203 Because useless nonterminals are now kept alive (instead of being
19204 `destroyed'), we now sometimes examine them, and store information
19205 related to them. Hence we need to know their number, and adjust
19206 memory allocations.
19207
19208 * src/reduce.c, src/reduce.h (nuseless_nonterminals): No longer
19209 static.
19210 * src/LR0.c (allocate_itemsets): The memory allocated to
19211 `symbol_count' was used for two different purpose: once to count
19212 the number of occurrences of each symbol, and later reassigned to
19213 `shift_symbol', containing the symbol that can be shifted from a
19214 given state.
19215 Deobfuscate, i.e., allocate, use and free `symbol_count' here
19216 only, and...
19217 (new_itemsets): Allocate `shift_symbol' here.
19218 (allocate_itemsets): symbol_count includes useless nonterminals.
19219 Make room for them.
19220 (free_storage): Use `free', not `XFREE', for pointers that cannot
19221 be null.
19222
81b51460
AD
192232001-12-05 Akim Demaille <akim@epita.fr>
19224
19225 * src/nullable.c (set_nullable): Deobfuscate the handling of
19226 ritem.
19227 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
19228
3067fbef
AD
192292001-12-05 Akim Demaille <akim@epita.fr>
19230
19231 * src/gram.c, src/gram.h (ritem_print): New.
19232 * src/gram.c (dummy): Remove, now there is actual code in gram.c.
19233 (This useless function was defined only to work around VMS linkers
19234 that can't handle compilation units with variables only).
19235 * src/reduce.c (dump_grammar): Use it to trace the construction of
19236 ritem.
19237
c2bea5f9
PE
192382001-12-04 Paul Eggert <eggert@twinsun.com>
19239
7d27c823
PE
19240 * src/bison.simple (union yyalloc): Change member names
19241 to be the same as the stack names.
19242 (yyparse): yyptr is now union yyalloc *, not char *.
19243 (YYSTACK_RELOCATE): Likewise. This avoids a GCC warning,
19244 and may generate better code on some machines.
c2bea5f9
PE
19245 (yystpcpy): Use prototype if __STDC__ is defined, not just
19246 if __cplusplus is defined.
35687a9d 19247
2c8a9dfa
AD
192482001-11-30 Akim Demaille <akim@epita.fr>
19249
19250 * configure.in (WARNING_CFLAGS): Add -Werror when possible.
19251 (CFLAGS): Do not include the WARNING_CFLAGS here, since GNU
19252 Gettext doesn't compile cleanly, and dies with -Werror.
19253 * src/Makefile.am, lib/Makefile.am, tests/atlocal.in (CFLAGS):
19254 Include WARNING_CFLAGS here.
19255 * lib/xstrdup.c: Include xalloc.h, so that xstrdup be declared
19256 before being defined.
19257
f4e421e6
AD
192582001-11-27 Paul Eggert <eggert@twinsun.com>
19259
19260 * lib/quotearg.h (quotearg_n, quotearg_n_style):
19261 First arg is int, not unsigned.
19262 * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
19263 (SIZE_MAX, UINT_MAX): New macros.
19264 (quotearg_n_options): Abort if N is negative.
19265 Avoid overflow check on hosts where size_t is 64 bits and int
19266 is 32 bits, as overflow is impossible there.
19267 Fix off-by-one typo that caused unnecessary reallocation.
19268
7093d0f5
AD
192692001-11-29 Paul Eggert <eggert@twinsun.com>
19270
19271 Name space cleanup in generated parser.
19272
19273 * doc/bison.texinfo (Bison Parser): Discuss system headers
19274 and their effect on the user name space.
19275
19276 * src/bison.simple:
19277 (YYSTACK_ALLOC, YYSTACK_FREE, union yyalloc, YYSTACK_GAP_MAX,
19278 YYSTACK_BYTES, YYSTACK_RELOCATE): Do not define unless necessary,
19279 i.e. unless ! defined (yyoverflow) || defined (YYERROR_VERBOSE).
19280
19281 (YYSIZE_T): New macro. Use it instead of size_t, to avoid infringing
19282 on user names when possible.
19283
19284 (YYSTACK_USE_ALLOCA): Do not define; just use any existing defn.
19285 Simplify test for whather <alloca.h> exists.
19286
19287 (<stdlib.h>): Include if we will use malloc, and if standard C or C++.
19288
19289 (<stdio.h>): Include if YYDEBUG.
19290
19291 (yymemcpy): Renamed from __yy_memcpy. Do not define unless
19292 ! defined (yyoverflow) && ! defined (yymemcpy).
19293
19294 (yymemcpy, yyparse): Rename local variables as needed so that
19295 they all begin with 'yy'.
19296
19297 (yystrlen, yystpcpy): New functions.
19298
19299 (YY_DECL_NON_LSP_VARIABLES): Renamed from _YY_DECL_VARIABLES.
19300 All uses changed.
19301
19302 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy
19303 instead of relying on string.h functions. Use YYSTACK_ALLOC
19304 and YYSTACK_FREE instead of malloc and free.
19305
fd51e5ff
AD
193062001-11-30 Akim Demaille <akim@epita.fr>
19307
19308 * src/bison.simple (YYSTYPE, YYLTYPE): Move their definitions
19309 before their first uses.
19310 (YYBISON, YYPURE): Move to the top of the output.
19311
7d13ff5f
AD
193122001-11-30 Akim Demaille <akim@epita.fr>
19313
19314 * tests/reduce.at (Useless Nonterminals): Fix.
19315
892a3995
AD
193162001-11-30 Akim Demaille <akim@epita.fr>
19317
19318 * src/bison.simple (YYSTACK_FREE): Use `do {;} while (0)' as empty
19319 if body instead of `;' to pacify GCC's warnings.
19320
68f1e3ed
AD
193212001-11-30 Akim Demaille <akim@epita.fr>
19322
19323 Instead of mapping the LHS of unused rules to -1, keep the LHS
19324 valid, but flag the rules as invalid.
19325
19326 * src/gram.h (rule_t): `useful' is a new member.
19327 * src/print.c (print_grammar): Adjust.
19328 * src/derives.c (set_derives): Likewise.
19329 * src/reader.c (packgram, reduce_output): Likewise.
19330 * src/reduce.c (reduce_grammar_tables): Likewise.
19331 * tests/reduce.at (Underivable Rules, Useless Rules): New.
19332
d2d1b42b
AD
193332001-11-30 Akim Demaille <akim@epita.fr>
19334
19335 * src/reduce.c (reduce_output): Formatting changes.
19336 * src/print.c (print_results, print_grammar): Likewise.
19337 * tests/regression.at (Rule Line Numbers)
19338 (Solved SR Conflicts, Unresolved SR Conflicts): Adjust.
19339
760b53a8
AD
193402001-11-30 Akim Demaille <akim@epita.fr>
19341
19342 * src/reduce.c (nonterminals_reduce): Instead of throwing away
19343 useless nonterminals, move them at the end of the symbol arrays.
19344 (reduce_output): Adjust.
19345 * tests/reduce.at (Useless Nonterminals): Adjust.
19346
00238958
AD
193472001-11-30 Akim Demaille <akim@epita.fr>
19348
19349 * src/reduce.c: Various comment/formatting changes.
19350 (nonterminals_reduce): New, extracted from...
19351 (reduce_grammar_tables): here.
19352 (reduce_grammar): Call nonterminals_reduce.
19353
396452de
PE
193542001-11-29 Paul Eggert <eggert@twinsun.com>
19355
19356 * src/bison.simple (YYSTACK_REALLOC): Remove.
19357 (YYSTACK_ALLOC): Resurrect this macro, with its old meaning.
19358 (YYSTACK_FREE, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYSTACK_RELOCATE):
19359 New macros.
19360 (union yyalloc): New type.
19361 (__yy_memcpy): Last arg is size_t, not unsigned int, to remove
19362 an arbitrary restriction on hosts where size_t is wider than int.
19363
19364 (yyparse): Don't dump core if alloca or malloc fails; instead, report
19365 a parser stack overflow. Allocate just one block of memory for all
19366 three stacks, instead of allocating three blocks; this typically is
19367 faster and reduces fragmentation.
19368
19369 Do not limit the number of items in the stack to a value that fits
19370 in 'int', as this is an arbitrary limit on hosts with 64-bit
19371 size_t and 32-bit int.
19372
147e184c
MA
193732001-11-29 Marc Autret <autret_m@epita.fr>
19374
19375 * tests/calc.at [AT_DATA_CALC_Y]: Use %error-verbose instead
19376 of defining YYERROR_VERBOSE.
19377 [AT_DATA]: $4 is now out of C declarations in the prologue.
19378
426cf563
MA
193792001-11-28 Marc Autret <autret_m@epita.fr>
19380
19381 * src/reader.c (parse_dquoted_param): New.
19382 (parse_skel_decl): Use it.
19383 * src/lex.h: Add its prototype.
19384 * src/lex.c (literalchar): Become not static.
19385
c7925b99
MA
193862001-11-28 Marc Autret <autret_m@epita.fr>
19387
19388 * src/output.h: And put its extern declaration here.
19389 * src/output.c (error_verbose): Define here.
19390 (prepare): Echo name modification.
19391 * src/getargs.h: Clean its extern declaration.
19392 * src/getargs.c (error_verbose_flag): Remove.
19393 (getargs): Remove case 'e'.
19394 * src/options.c (option_table): 'error-verbose' is now seen as simple
19395 percent option.
19396 Include output.h.
19397
19398 * src/reader.c (read_declarations): Remove case tok_include.
19399 (parse_include_decl): Remove.
19400 * src/lex.h (token_t): Remove tok_include.
19401 * src/options.c (option_table): 'include' is now a simple command line
19402 option.
19403
5b5d1929
MA
194042001-11-28 Marc Autret <autret_m@epita.fr>
19405
19406 * src/bison.simple: Adjust muscle names.
19407 * src/muscle_tab.c (muscle_init): Also rename the muscles.
19408 * src/output.c (prepare): s/_/-/ for the muscles names.
19409 (output_parser): When scanning for a muscle, allow '-' instead of '_'.
19410
8850be4b
MA
194112001-11-28 Marc Autret <autret_m@epita.fr>
19412
19413 * src/bison.simple: Fix debug.
19414 [YYERROR_VERBOSE]: Re-integrate as an internal macro.
19415
4a38e613
AD
194162001-11-28 Akim Demaille <akim@epita.fr>
19417
19418 * src/LR0.c (shifts_new): New.
19419 (save_shifts, insert_start_shift, augment_automaton): Use it.
19420
4b35e1c1
AD
194212001-11-28 Akim Demaille <akim@epita.fr>
19422
19423 * src/closure.c (closure): `b' and `ruleno' denote the same value:
19424 keep ruleno only.
19425
d2b04478
AD
194262001-11-28 Akim Demaille <akim@epita.fr>
19427
19428 * src/closure.c (closure): Instead of looping over word in array
19429 then bits in words, loop over bits in array.
19430
2c4c30aa
AD
194312001-11-28 Akim Demaille <akim@epita.fr>
19432
19433 * src/closure.c (closure): No longer optimize the special case
19434 where all the bits of `ruleset[r]' are set to 0, to make the code
19435 clearer.
19436
576890b7
AD
194372001-11-28 Akim Demaille <akim@epita.fr>
19438
19439 * src/closure.c (closure): `r' and `c' are new variables, used to
19440 de-obfuscate accesses to RULESET and CORE.
19441
cb487d7d
AD
194422001-11-28 Akim Demaille <akim@epita.fr>
19443
19444 * src/reduce.c (reduce_print): Use ngettext.
19445 (dump_grammar): Improve the trace accuracy.
19446
6013d43f
AD
194472001-11-28 Akim Demaille <akim@epita.fr>
19448
19449 * src/reduce.c (dump_grammar): Don't translate trace messages.
19450
cb4956ee
AD
194512001-11-28 Akim Demaille <akim@epita.fr>
19452
19453 * tests/reduce.at (Useless Terminals, Useless Nonterminals): New.
19454 * src/reduce.c (reduce_grammar_tables): Do not free useless tags,
19455 as all tags are free'ed afterwards.
19456 From Enrico Scholz.
19457
648185ab
PE
194582001-11-27 Paul Eggert <eggert@twinsun.com>
19459
19460 * src/bison.simple (YYSTACK_REALLOC): Fix typo that caused us to
19461 use alloca when we didn't want to, and vice versa.
19462
68254a03
MA
194632001-11-27 Marc Autret <autret_m@epita.fr>
19464
9113b58f
AD
19465 * src/muscle_tab.c (muscle_init): Remove 'verbose' muscle
19466 initialization.
68254a03
MA
19467 * src/output.c (prepare): Remove its update.
19468
04d843a2
MA
194692001-11-27 Marc Autret <autret_m@epita.fr>
19470
19471 * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
19472 Use %error-verbose.
19473
d2079671 194742001-11-27 Marc Autret <autret_m@epita.fr>
eeeb962b
MA
19475
19476 * src/bison.simple: Remove YYERROR_VERBOSE using.
19477 Use %%error_verbose.
19478 (yyparse): Likewise.
19479 * src/output.c (prepare): Give its final value.
19480 * src/muscle_tab.c (muscle_init): Init new muscle 'error_verbose'.
19481 * src/getargs.h: Add its extern declaration.
19482 * src/getargs.c (error_verbose_flag): New int.
19483 (getargs): Update to catch new case.
19484 * src/options.c (option_table): 'error-verbose' is a new option.
19485 (shortopts): Update.
19486
e0327bc8
AD
194872001-11-27 Akim Demaille <akim@epita.fr>
19488
19489 * src/system.h: Use intl/libgettext.h.
19490 * src/Makefile.am (INCLUDES): Add -I $(top_srcdir).
19491
000f1a3c
AD
194922001-11-27 Akim Demaille <akim@epita.fr>
19493
19494 * tests/torture.at (Exploding the Stack Size with Malloc):
19495 s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
19496
26cfe0be
AD
194972001-11-27 Akim Demaille <akim@epita.fr>
19498
19499 * src/files.c: Include error.h.
19500 Reported by Hans Aberg.
19501
f6bd5427
MA
195022001-11-26 Marc Autret <autret_m@epita.fr>
19503
d2079671 19504 * src/reader.c (parse_include_decl): New, not yet implemented.
f6bd5427
MA
19505 (read_declarations): Add case tok_include.
19506 * src/getargs.h (include): Add its extern definition.
19507 * src/getargs.c (include): New const char *.
19508 (getargs): Add case '-I'.
19509 * src/options.c (option_table): Add include as command line and
19510 percent option.
19511 * src/lex.h (token_t): Add tok_include.
19512
2ca209c1
AD
195132001-11-26 Akim Demaille <akim@epita.fr>
19514
19515 * src/reader.c (readgram): Make sure rules for mid-rule actions
19516 have a lineno equal to that of their host rule.
19517 Reported by Hans Aberg.
19518 * tests/regression.at (Rule Line Numbers): New.
19519
0e41b407
AD
195202001-11-26 Akim Demaille <akim@epita.fr>
19521
19522 * src/LR0.c (allocate_itemsets): kernel_size contains ints, not
19523 size_ts.
19524
195252001-11-26 Akim Demaille <akim@epita.fr>
19526
19527 * src/complain.c, src/complain.h (error): Remove, provided by
19528 lib/error.[ch].
19529
e0c40012
AD
195302001-11-26 Akim Demaille <akim@epita.fr>
19531
19532 * src/reader.c (read_declarations): Don't abort on tok_illegal,
19533 issue an error message.
19534 * tests/regression.at (Invalid %directive): New.
19535 Reported by Hans Aberg.
19536
5e147124
AD
195372001-11-26 Akim Demaille <akim@epita.fr>
19538
19539 * configure.in: Invoke AC_FUNC_OBSTACK and AC_FUNC_ERROR_AT_LINE.
19540 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
19541
a034c8b8
AD
195422001-11-26 Akim Demaille <akim@epita.fr>
19543
19544 * src/conflicts.c (conflicts_print): Don't complain at all when
19545 there are no reduce/reduce conflicts, and as many shift/reduce
19546 conflicts as expected.
19547 * tests/regression.at (%expect right): Adjust.
19548
c64a20f3
AD
195492001-11-23 Akim Demaille <akim@epita.fr>
19550
19551 * lib/alloca.c: Update, from fileutils.
19552
5b0d29bb
AD
195532001-11-23 Akim Demaille <akim@epita.fr>
19554
19555 * lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@.
19556
722c4bfe
AD
195572001-11-23 Akim Demaille <akim@epita.fr>
19558
19559 * src/system.h: Include alloca.h.
19560 * src/main.c (main) [C_ALLOCA]: Call alloca (0).
19561
6255b435
AD
195622001-11-23 Akim Demaille <akim@epita.fr>
19563
19564 * src/print_graph.c (print_actions): Remove `rule', unused.
19565 * src/LR0.c (kernel_size): Contain `int' instead of `size_t' to
19566 pacify GCC's signed < unsigned warnings.
19567 * src/closure.c (itemsetsize): Likewise.
19568 * src/reader.c (symbol_list_new): Static.
19569
b29b2ed5
AD
195702001-11-23 Akim Demaille <akim@epita.fr>
19571
19572 Attaching lineno to buckets is stupid, since only one copy of each
19573 symbol is kept, only the line of the first occurrence is kept too.
19574
19575 * src/symtab.h, src/symtab.c (bucket): Remove the line member.
19576 * src/reader.c (rline_allocated): Remove, unused.
19577 (symbol_list): Have a `line' member.
19578 (symbol_list_new): New.
19579 (readgram): Use it.
19580 * src/print.c (print_grammar): Output the rule line numbers.
19581 * tests/regression.at (Solved SR Conflicts)
19582 (Unresolved SR Conflicts): Adjust.
19583 Reported by Hans Aberg.
19584
a81b1d4a
MA
195852001-11-22 Marc Autret <autret_m@epita.fr>
19586
19587 * src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
19588
c1ecb3c1
MA
195892001-11-22 Marc Autret <autret_m@epita.fr>
19590
19591 * src/muscle_tab.c (muscle_init): Remove initialization of
19592 skeleton muscle.
19593 * src/output.c (output_master_parser): Do it here.
19594
fbe01355
AD
195952001-11-20 Akim Demaille <akim@epita.fr>
19596
19597 * po/sv.po: New.
19598 * configure.in (ALL_LINGUAS): Adjust.
19599 * po/POTFILE.in: Remove `nullable.c' and `derives.c' which no
19600 longer contains strings to translate.
19601
81e895c0
AD
196022001-11-19 Akim Demaille <akim@epita.fr>
19603
19604 * src/conflicts.c (conflicts_print): Add a missing \n.
19605
6bb1878b
AD
196062001-11-19 Akim Demaille <akim@epita.fr>
19607
19608 * src/nullable.c (nullable_print): New.
19609 (set_nullable): Call it when tracing.
19610 Better locality of variables.
19611
d9ec2d07
AD
196122001-11-19 Akim Demaille <akim@epita.fr>
19613
19614 * src/print.c (print_actions): Better locality of variables.
19615
720e5c1b
AD
196162001-11-19 Akim Demaille <akim@epita.fr>
19617
19618 * src/derives.c (print_derives): Fix and enrich.
19619 * src/closure.c (print_fderives): Likewise.
19620
fb908786
AD
196212001-11-19 Akim Demaille <akim@epita.fr>
19622
19623 * src/closure.c (itemsetend): Remove, replaced with...
19624 (itemsetsize): new.
19625
125ecb56
AD
196262001-11-19 Akim Demaille <akim@epita.fr>
19627
19628 * src/LR0.c (kernel_end): Remove, replaced with...
19629 (kernel_size): new.
19630
d8cf039f
AD
196312001-11-19 Akim Demaille <akim@epita.fr>
19632
19633 * src/conflicts.c (set_conflicts): Use arrays instead of pointers
19634 to clarify.
19635
7bec0760
AD
196362001-11-19 Akim Demaille <akim@epita.fr>
19637
19638 * src/closure.c (closure): Use arrays instead of pointers to clarify.
19639
c87d4863
AD
196402001-11-19 Akim Demaille <akim@epita.fr>
19641
19642 * src/closure.c, src/derives.c, src/nullable.c: Adjust various
19643 trace messages.
19644 * src/LR0.c: Likewise.
19645 (allocate_itemsets): Use arrays instead of pointers to clarify.
19646
9bfe901c
AD
196472001-11-19 Akim Demaille <akim@epita.fr>
19648
19649 * src/getargs.c (statistics_flag): Replace with...
19650 (trace_flag): New.
19651 (longopts): Accept --trace instead of --statistics.
19652 * src/getargs.h, src/options.c: Adjust.
19653 * src/LR0.c, src/closure.c, src/derives.c, src/nullable.c,
19654 * src/reduce.c: Use trace_flags instead of the CPP conditional TRACE.
19655
97db7bd4
AD
196562001-11-19 Akim Demaille <akim@epita.fr>
19657
cc72668c 19658 * src/LR0.c (new_itemsets, get_state): Use more arrays and fewer
97db7bd4
AD
19659 pointers to clarify the code.
19660 (save_reductions, save_shifts): Factor common parts of alternatives.
19661
2c5f66ed
AD
196622001-11-19 Akim Demaille <akim@epita.fr>
19663
19664 * src/LR0.c (new_state, get_state): Complete TRACE code.
19665 * src/closure.c: Include `reader.h' to get `tags', needed by the
19666 trace code.
19667 Rename the conditional DEBUG as TRACE.
19668 Output consistently TRACEs to stderr, not stdout.
19669 * src/derives.c: Likewise.
19670 * src/reduce.c: (inaccessable_symbols): Using if is better style
19671 than goto.
19672 Use `#if TRACE' instead of `#if 0' for tracing code.
19673
300f275f
AD
196742001-11-19 Akim Demaille <akim@epita.fr>
19675
19676 * src/system.h (LIST_FREE, shortcpy): New.
19677 * src/LR0.c: Use them.
19678 * src/output.c (free_itemsets, free_reductions, free_shifts):
19679 Remove, replaced by LIST_FREE.
19680
f59c437a
AD
196812001-11-19 Akim Demaille <akim@epita.fr>
19682
19683 * src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)
19684 (REDUCTIONS_ALLOC): New.
19685 * src/LR0.c, src/conflicts.c: Use them to de-obfuscate memory
19686 allocation.
19687
6986fd9e
AD
196882001-11-19 Akim Demaille <akim@epita.fr>
19689
19690 * src/LR0.c (new_state): Complete trace code.
19691 * src/nullable.c (set_nullable): Don't translate traces.
19692
4bc30f78
AD
196932001-11-19 Akim Demaille <akim@epita.fr>
19694
19695 * src/print_graph.c (print_core): Better locality of variables.
19696 * src/print.c (print_core): Likewise.
19697
08a946e0
AD
196982001-11-19 Akim Demaille <akim@epita.fr>
19699
19700 * src/vcg.c: You do the output, so you are responsible of the
19701 handling of VCG syntax, in particular: use quotearg.
19702 * src/print_graph.c: Don't.
19703 (print_actions): Don't output the actions as part of the nodes,
19704 since that's the job of the edges.
19705 (print_state): Don't output by hand: fill the node description,
9bfe901c 19706 and ask for its output.
08a946e0 19707
f0473484
AD
197082001-11-19 Akim Demaille <akim@epita.fr>
19709
cc72668c
AD
19710 * src/bison.simple (yyparse): When verbosely reporting an error,
19711 no longer put additional quotes around token names.
f0473484
AD
19712 * tests/calc.at: Adjust.
19713
e41dc700
AD
197142001-11-19 Akim Demaille <akim@epita.fr>
19715
19716 * src/symtab.h, src/symtab.c: `line' is a new member of `bucket'.
19717 * src/reader.c (record_rule_lines, rline, rline_allocated): Remove.
19718 * src/output.c: Adjust.
19719
652a871c
AD
197202001-11-19 Akim Demaille <akim@epita.fr>
19721
19722 * src/gram.h (rprec, rprecsym, rassoc): Remove, now part of...
19723 (rule_t): this.
19724 * src/conflicts.c, src/reader.c, src/reduce.c: Adjust.
19725
b2ed6e58
AD
197262001-11-19 Akim Demaille <akim@epita.fr>
19727
19728 * src/gram.h (rule_t): New.
19729 (rule_table): New.
19730 (rrhs, rlhs): Remove, part of state_t.
19731 * src/print_graph.c, src/closure.c, src/conflicts.c, src/derives.c,
19732 * src/lalr.c, src/nullable.c, src/output.c, src/print.c,
19733 * src/reader.c, src/reduce.c: Adjust.
19734
edad7067
AD
197352001-11-19 Akim Demaille <akim@epita.fr>
19736
19737 * src/reader.c (symbols_output): New, extracted from...
19738 (packsymbols): Here.
19739 (reader): Call it.
19740
3feec034
AD
197412001-11-19 Akim Demaille <akim@epita.fr>
19742
19743 * src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...
19744 (maxrhs): this new function.
19745
ddcd5fdf
AD
197462001-11-19 Akim Demaille <akim@epita.fr>
19747
cc72668c 19748 * src/lalr.c (F): New macro to access the variable F.
ddcd5fdf
AD
19749 Adjust.
19750
bb527fc2
AD
197512001-11-19 Akim Demaille <akim@epita.fr>
19752
cc72668c 19753 * src/lalr.h (LA): New macro to access the variable LA.
bb527fc2
AD
19754 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
19755 * src/lalr.c: Adjust.
19756
a845a697
AD
197572001-11-19 Akim Demaille <akim@epita.fr>
19758
19759 * src/lalr.c (initialize_LA): Only initialize LA. Let...
19760 (set_state_table): handle the `lookaheads' members.
19761
f004bf6a
AD
197622001-11-19 Akim Demaille <akim@epita.fr>
19763
cc72668c
AD
19764 * src/lalr.h (lookaheads): Removed array, whose contents is now
19765 a member of...
f004bf6a
AD
19766 (state_t): this structure.
19767 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
19768 Adjust.
19769
de326cc0
AD
197702001-11-19 Akim Demaille <akim@epita.fr>
19771
cc72668c
AD
19772 * src/lalr.h (consistent): Removed array, whose contents is now
19773 a member of...
de326cc0
AD
19774 (state_t): this structure.
19775 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
19776 Adjust.
19777
90b4416b
AD
197782001-11-19 Akim Demaille <akim@epita.fr>
19779
cc72668c
AD
19780 * src/lalr.h (reduction_table, shift_table): Removed arrays, whose
19781 contents are now members of...
90b4416b
AD
19782 (state_t): this structure.
19783 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
19784 Adjust.
19785
9703cc49
AD
197862001-11-19 Akim Demaille <akim@epita.fr>
19787
19788 * src/lalr.h (state_t): New.
19789 (state_table): Be a state_t * instead of a core **.
19790 (accessing_symbol): Remove, part of state_t.
19791 * src/lalr.c: Adjust.
19792 (set_accessing_symbol): Merge into...
19793 (set_state_table): this.
19794 * src/print_graph.c, src/conflicts.c: Adjust.
19795
d803322e
AD
197962001-11-14 Akim Demaille <akim@epita.fr>
19797
19798 * tests/calc.at, tests/output.at, tests/regression.at,
19799 * tests/testsuite.at, tests/torture.at: Rely on Autotest 2.52g:
19800 now the tests are run in private dirs, therefore AC_CLEANUP and
19801 family can be simplified to 0-ary.
19802 * tests/atlocal.in: Now that we run `elsewhere' than in tests/,
19803 use abs. path to find config.h.
19804 * tests/calc.at (AT_CHECK_CALC): Don't try to check the compiler's
19805 stderr, there can be way too much random noise.
19806 Instead pass -Werror to GCC and rely on the exit status.
19807 Reported by Wolfram Wagner.
19808
3d76b07d
AD
198092001-11-14 Akim Demaille <akim@epita.fr>
19810
19811 * src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
19812 defined only if yyoverflow is defined, to avoid `warning: unused
19813 variable `yyvs1''.
19814 Reported by The Test Suite.
19815
09b503c8
AD
198162001-11-14 Akim Demaille <akim@epita.fr>
19817
19818 * src/print.c: Include reduce.h.
19819 Reported by Hans Aberg.
19820
198212001-11-14 Akim Demaille <akim@epita.fr>
19822
19823 * src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
19824 Revert a previous patch: these are really const.
19825 * src/conflicts.c (conflict_report): Additional useless pair of
19826 braces to pacify GCC's warnings for `if () if () {} else {}'.
19827 * src/lex.c (parse_percent_token): Replace equal_offset with
19828 arg_offset.
19829 arg is const.
19830 Be sure to strdup `arg' when used, since there is no reason for
19831 token_buffer not to change.
19832
0f37a994
AD
198332001-11-14 Akim Demaille <akim@epita.fr>
19834
19835 * src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure a proper
19836 definition.
19837 * src/main.c (main): Use them.
19838 Suggested by Hans Aberg.
19839
d39d93b8
AD
198402001-11-12 Akim Demaille <akim@epita.fr>
19841
19842 * src/system.h (ngettext): Now that we use ngettext, be sure to
19843 provide a default definition when NLS are not used.
19844
9edcd895
AD
198452001-11-12 Akim Demaille <akim@epita.fr>
19846
19847 * doc/bison.texinfo: Use `$' as shell prompt, not `%'.
19848 Use @kbd to denote user input.
19849 (Language and Grammar): ANSIfy the example.
19850 Adjust its layout for info/notinfo.
19851 (Location Tracking Calc): Output error messages to stderr.
19852 Output locations in a more GNUtically correct way.
19853 Fix a couple of Englishos.
19854 Adjust @group/@end group pairs.
19855
7da99ede
AD
198562001-11-12 Akim Demaille <akim@epita.fr>
19857
e3aa65c5 19858 %expect was not functioning at all.
7da99ede
AD
19859
19860 * src/conflicts.c (expected_conflicts): Set to -1.
19861 (conflict_report): Use ngettext.
19862 (conflicts_print): Check %expect and make its violation an error.
19863 * doc/bison.texinfo (Expect Decl): Adjust.
19864 * configure.in (AM_GNU_GETTEXT): Ask for ngettext.
19865 * tests/regression.at (%expect not enough, %expect right)
19866 (%expect too much): New.
19867
ba9dda1a
AD
198682001-11-12 Akim Demaille <akim@epita.fr>
19869
19870 * tests/regression.at (Conflicts): Rename as...
19871 (Unresolved SR Conflicts): this.
19872 (Solved SR Conflicts): New.
19873
337c5bd1
AD
198742001-11-12 Akim Demaille <akim@epita.fr>
19875
19876 * src/reduce.c (print_results): Rename as...
19877 (reduce_output): This.
19878 Output to OUT, passed as argument, instead of output_obstack.
19879 (dump_grammar): Likewise.
19880 (reduce_free): New.
19881 Also free V1.
19882 (reduce_grammar): No longer call reduce_output, since...
19883 * src/print.c (print_results): do it.
19884 * src/main.c (main): Call reduce_free;
19885
c73a41af
AD
198862001-11-12 Akim Demaille <akim@epita.fr>
19887
19888 * src/conflicts.c (print_reductions): Accept OUT as argument.
19889 Output to it, not to output_obstack.
19890 * src/print.c (print_actions): Adjust.
19891
0df87bb6
AD
198922001-11-12 Akim Demaille <akim@epita.fr>
19893
19894 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts): Return
19895 the result instead of using...
19896 (src_total, rrc_total, src_count, rrc_count): Remove.
19897 (any_conflicts): Remove.
19898 (print_conflicts): Split into...
19899 (conflicts_print, conflicts_output): New.
19900 * src/conflicts.h: Adjust.
19901 * src/main.c (main): Invoke both conflicts_output and conflicts_print.
0f37a994 19902 * src/print.c (print_grammar): Issue `\n' between two rules.
0df87bb6
AD
19903 * tests/regression.at (Conflicts): New.
19904 Reported by Tom Lane.
19905
e4d3d4de
AD
199062001-11-12 Akim Demaille <akim@epita.fr>
19907
19908 * tests/regression.at (Invalid input): Remove, duplicate with
19909 ``Invalid input: 1''.
19910
6d7d248e
AD
199112001-11-12 Akim Demaille <akim@epita.fr>
19912
19913 * tests/torture.at (AT_DATA_STACK_TORTURE)
19914 (Exploding the Stack Size with Alloca)
19915 (Exploding the Stack Size with Malloc): New.
19916
e9e4c321
AD
199172001-11-12 Akim Demaille <akim@epita.fr>
19918
19919 * src/bison.simple (YYSTACK_REALLOC): New.
19920 (yyparse) [!yyoverflow]: Use it and free the old stack.
0f37a994 19921 Reported by Per Allansson.
e9e4c321 19922
5f7e0832
AD
199232001-11-12 Pascal Bart <pascal.bart@epita.fr>
19924
19925 * src/bison.simple: Define type yystype instead of YYSTYPE, and
19926 define CPP macro, which substitute YYSTYPE by yystype.
19927 * src/reader.c (parse_union_decl): Output yystype/YYSTYPE as we do
19928 with yyltype/YYLTYPE. This allows inclusion of the generated
19929 header within the parser if the compiler, such as GGC, accepts
19930 multiple equivalent #defines.
19931 From Akim.
19932
e3f1699f
AD
199332001-11-05 Akim Demaille <akim@epita.fr>
19934
19935 * src/reader.c (symbols_output): New, extracted from...
19936 (packsymbols): here.
19937 (reader): Adjust.
19938
65be0866
AD
199392001-11-05 Akim Demaille <akim@epita.fr>
19940
19941 * src/lex.c (parse_percent_token): s/quotearg/quote/.
19942
e4d910bf
AD
199432001-11-05 Akim Demaille <akim@epita.fr>
19944
19945 * tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
19946 pattern.
19947
951366c1
AD
199482001-11-05 Akim Demaille <akim@epita.fr>
19949
19950 * src/options.h (struct option_table_struct): set_flags is void*.
19951 * src/options.c (longopts): Support `--output' and `%output'.
19952 (usage): Adjust.
19953 * src/lex.h (tok_setopt): Remove, replaced with...
19954 (tok_intopt, tok_stropt): these new guys.
19955 * src/lex.c (getopt.h): Not needed.
19956 (token_buffer, unlexed_token_buffer): Not const.
19957 (percent_table): Promote `-' over `_' in directive names.
19958 Active `%name-prefix', `file-prefix', and `output'.
19959 (parse_percent_token): Accept possible arguments to directives.
19960 Promote `-' over `_' in directive names.
19961
d8988b2f
AD
199622001-11-04 Akim Demaille <akim@epita.fr>
19963
19964 * doc/bison.texinfo (Decl Summary): Split the list into
19965 `directives for grammars' and `directives for bison'.
19966 Sort'em.
19967 Add description of `%name-prefix', `file-prefix', and `output'.
19968 Promote `-' over `_' in directive names.
19969 (Bison Options): s/%locactions/%locations/. Nice Freudian slip.
19970 Simplify the description of `--name-prefix'.
19971 Promote `-' over `_' in directive names.
19972 Promote `--output' over `--output-file'.
19973 Fix the description of `--defines'.
19974 * tests/output.at: Exercise %file-prefix and %output.
19975
6468d18e
AD
199762001-11-02 Akim Demaille <akim@epita.fr>
19977
19978 * doc/refcard.tex: Update.
19979
6b7e85b9
AD
199802001-11-02 Akim Demaille <akim@epita.fr>
19981
19982 * src/symtab.h (SUNDEF): New.
19983 * src/symtab.c (bucket_new): Init user_token_number to SUNDEF to
19984 stand for `uninitialized', instead of 0.
19985 * src/reader.c (packsymbols, parse_thong_decl): Adjust.
19986 * src/lex.c (lex): Adjust.
19987
19988 * tests/calc.at (_AT_DATA_CALC_Y): Declare a token for EOF.
19989 Number it 0.
19990 Let yylex return it instead of a plain 0.
19991 Reported by Dick Streefland.
19992
cd5aafcf
AD
199932001-11-02 Akim Demaille <akim@epita.fr>
19994
19995 * tests/regression.at (Mixing %token styles): New test.
19996
037ca2f1
AD
199972001-11-02 Akim Demaille <akim@epita.fr>
19998
19999 * src/reader.c (parse_thong_decl): Formatting changes.
20000 (token_translations_init): New, extracted from...
20001 (packsymbols): Here.
20002 Adjust.
20003
270a173c
AD
200042001-11-01 Akim Demaille <akim@epita.fr>
20005
20006 * tests/regression.at (AT_TEST_CPP_GUARD_H): New.
20007 Check that `9foo.y' produces correct cpp guards.
20008 * src/files.c (compute_header_macro): Prepend `BISON_' to CPP
20009 guards.
20010 Reported by Wwp.
20011
561f9a30
AD
200122001-11-01 Akim Demaille <akim@epita.fr>
20013
20014 * tests/regression.at (Invalid input: 2): New.
20015 * src/lex.c (unlexed_token_buffer): New.
20016 (lex, unlex): Adjust: when unlexing, be sure to save token_buffer
20017 too.
20018 Reported by Wwp.
20019
f987e9d2
AD
200202001-11-01 Akim Demaille <akim@epita.fr>
20021
20022 * tests/calc.at: Catch up with 1.30.
20023 * configure.in: Bump to 1.49a.
20024 Adjust to newer Autotest.
20025
0846f581
PB
200262001-10-19 Pascal Bart <pascal.bart@epita.fr>
20027
20028 * src/conflicts.c: Move global variables rrc_total and src_total ...
20029 (print_conflicts): here.
20030 * src/output.c (output): Free global variable user_toknums.
20031 * src/lex.c (token_obstack): Become static.
20032
3c1a79b3
AD
200332001-10-18 Akim Demaille <akim@epita.fr>
20034
20035 * tests/atlocal.in (GCC): Add.
20036 * tests/calc.at: s/m4_match/m4_bmatch/.
20037 s/m4_patsubst/m4_bpatsubst/.
20038 (AT_CHECK_CALC): Check the compiler's stderr only if it's GCC.
20039 * configure.in: AC_SUBST(GCC).
20040
5d52e7d0
MA
200412001-10-14 Marc Autret <autret_m@epita.fr>
20042
20043 * src/options.c (create_long_option_table): Fix.
20044
631aa1d3
AD
200452001-10-10 Akim Demaille <akim@epita.fr>
20046
20047 * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
20048
f6ec6d13
AD
200492001-10-04 Akim Demaille <akim@epita.fr>
20050
20051 * src/reader.c (parse_union_decl): Push the caracters in
20052 union_obstack, not attrs_obstack.
20053
342b8b6e
AD
200542001-10-04 Akim Demaille <akim@epita.fr>
20055
20056 Merge in the branch 1.29.
20057
20058 * src/reader.c (packsymbols): Use a temporary obstack for
20059 `%%tokendef', since output_stack is already used elsewhere.
20060
20061 2001-10-02 Akim Demaille <akim@epita.fr>
20062
20063 Bump 1.29d.
20064
20065 2001-10-02 Akim Demaille <akim@epita.fr>
20066
20067 Version 1.29c.
20068
20069 2001-10-02 Akim Demaille <akim@epita.fr>
20070
20071 * tests/regression.at (Invalid CPP headers): New.
20072 From Alexander Belopolsky.
20073 * src/files.c (compute_header_macro): Map non alnum chars to `_'.
20074
20075 2001-10-02 Akim Demaille <akim@epita.fr>
20076
20077 * tests/regression.at (Invalid input): New.
20078 * src/lex.c (lex): Be sure to set `token_buffer' in any case.
20079 Reported by Shura.
20080
20081 2001-10-02 Akim Demaille <akim@epita.fr>
20082
20083 * tests/calc.at: Now that --debug works, the tests must be adjusted.
20084
20085 2001-10-02 Akim Demaille <akim@epita.fr>
20086
20087 * src/output.c (output_parser): Assert `skeleton'.
20088 * src/files.c (skeleton_find): Look harder for skeletons on DOSish
20089 systems.
20090 From Shura.
20091
20092 2001-10-01 Marc Autret <autret_m@epita.fr>
20093
20094 * src/lex.h: Echo modifications.
20095 * src/lex.c (unlex): Parameter is now token_t.
20096 From Hans Aberg.
20097
20098 2001-10-01 Marc Autret <autret_m@epita.fr>
20099
20100 * src/main.c: Include lex.h.
20101 From Hans Aberg.
20102
20103 2001-09-29 Akim Demaille <akim@epita.fr>
20104
20105 * src/getargs.c (longopts): `--debug' is `-t', not `-d'.
20106
20107 2001-09-28 Akim Demaille <akim@epita.fr>
20108
20109 * tests/testsuite.at: Update to newer Autotest.
20110 * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
20111
20112 2001-09-27 Akim Demaille <akim@epita.fr>
20113
20114 Position independent wrapper.
20115
20116 * tests/bison: Remove.
20117 * tests/bison.in: New.
20118 * configure.in: Adjust.
20119
20120 2001-09-27 Paul Eggert <eggert@twinsun.com>
20121
20122 Port quotearg fixes from tar 1.13.24.
20123
20124 * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
20125 tm to be declared.
20126 (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
20127 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
20128
20129 * m4/Makefile.am (EXTRA_DIST): Add mbrtowc.m4.
20130 * m4/mbrtowc.m4: New file.
20131 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit and stddef.h.
20132 Use jm_FUNC_MBRTOWC instead of AC_CHECK_FUNCS(mbrtowc).
20133
20134 2001-09-27 Akim Demaille <akim@epita.fr>
20135
20136 Bump to 1.29c.
20137
20138 2001-09-27 Akim Demaille <akim@epita.fr>
20139
20140 Version 1.29b.
20141
20142 2001-09-25 Akim Demaille <akim@epita.fr>
20143
20144 * src/system.h: Include `xalloc.h'.
20145 Remove it from the C files.
20146 * src/files.c (output_files): Free the obstacks.
20147 * src/lex.c (init_lex): Rename as...
20148 (lex_init): this.
20149 (lex_free): New.
20150 * src/main.c (main): Use it.
20151
20152 2001-09-24 Marc Autret <autret_m@epita.fr>
20153
20154 * src/vcg.c (open_edge, close_edge, open_node, close_node): Change
20155 to output informations in fout (FILE*).
20156 (open_graph, close_graph): Likewise.
20157 (output_graph, output_edge, output_node): Likewise.
20158 * src/vcg.h: Update function prototypes.
20159 * src/print_graph.c (print_graph): Open output graph file.
20160 (print_actions): Adjust.
20161 * src/files.h: Remove extern declaration.
20162 * src/files.c: Remove graph_obstack declaration.
20163 (open_files): Remove graph_obstack initialization.
20164 (output_files): Remove graph_obstack saving.
20165
20166 2001-09-24 Marc Autret <autret_m@epita.fr>
20167
20168 * src/files.c (compute_output_file_names): Fix.
20169
20170 2001-09-24 Marc Autret <autret_m@epita.fr>,
20171 Akim Demaille <akim@epita.fr>
20172
20173 * src/reader.c (reader): Remove call to free_symtab ().
20174 * src/main.c (main): Call it here.
20175 Include symtab.h.
20176 * src/conflicts.c (initialize_conflicts): Rename as...
20177 (solve_conflicts): this.
20178 * src/print.c (print_core, print_actions, print_state)
20179 (print_grammar): Dump to a file instead a `output_obstack'.
20180 (print_results): Dump `output_obstack', and then proceed with the
20181 FILE *.
20182 * src/files.c (compute_output_file_names, close_files): New.
20183 (output_files): Adjust.
20184 * src/main.c (main): Adjust.
20185
20186 2001-09-23 Marc Autret <autret_m@epita.fr>
20187
20188 * src/files.c (compute_header_macro): Computes header macro name
20189 from spec_defines_file when given.
20190
20191 2001-09-23 Marc Autret <autret_m@epita.fr>
20192
20193 * src/files.c (output_files): Add default extensions.
20194
20195 2001-09-22 Akim Demaille <akim@epita.fr>
20196
20197 * src/conflicts.c (finalize_conflicts): Rename as...
20198 (free_conflicts): this.
20199
20200 2001-09-22 Akim Demaille <akim@epita.fr>
20201
20202 * src/gram.c (gram_free): Rename back as...
20203 (dummy): this.
20204 (output_token_translations): Free `token_translations'.
20205 * src/symtab.c (free_symtab): Free the tag field.
20206
20207 2001-09-22 Akim Demaille <akim@epita.fr>
20208
20209 Remove `translations' as it is always set to true.
20210
20211 * src/gram.h: Adjust.
20212 * src/reader.c (packsymbols, parse_token_decl): Adjust
20213 * src/print.c (print_grammar): Adjust.
20214 * src/output.c (output_token_translations): Adjust.
20215 * src/lex.c (lex): Adjust.
20216 * src/gram.c: Be sure the set pointers to NULL.
20217 (dummy): Rename as...
20218 (gram_free): this.
20219
20220 2001-09-22 Akim Demaille <akim@epita.fr>
20221
20222 * configure.in: Invoke AM_LIB_DMALLOC.
20223 * src/system.h: Use dmalloc.
20224 * src/LR0.c: Be sure to have pointers initialized to NULL.
20225 (allocate_itemsets): Allocate kernel_items only if needed.
20226
20227 2001-09-22 Akim Demaille <akim@epita.fr>
20228
20229 * configure.in: Bump to 1.29b.
20230 * tests/Makefile.am (DISTCLEANFILES): Add package.m4.
20231 * tests/calc.at (_AT_DATA_CALC_Y): #undef malloc so that we don't
20232 need xmalloc.c in calc.y.
20233 From Pascal Bart.
20234
20235 2001-09-21 Akim Demaille <akim@epita.fr>
20236
20237 Version 1.29a.
20238 * Makefile.maint, config/config.guess, config/config.sub,
20239 * config/missing: Update from masters.
20240 * tests/Makefile.am ($(srcdir)/$(TESTSUITE)): No longer depend
20241 upon package.m4.
20242 * configure.in (ALL_LINGUAS): Add `tr'.
20243
20244 2001-09-21 Akim Demaille <akim@epita.fr>
20245
20246 * tests/Makefile.am (package.m4): Move to...
20247 ($(srcdir)/$(TESTSUITE)): here.
20248
20249 2001-09-20 Akim Demaille <akim@epita.fr>
20250
20251 * src/complain.c: No longer try to be standalone: use system.h.
20252 Don't assume __STDC__ is defined to 1. Just test if it is defined.
20253 * src/complain.h: Likewise.
20254 * src/reduce.c (useless_nonterminals, inaccessable_symbols):
20255 Remove the unused variable `n'.
20256 From Albert Chin-A-Young.
20257
20258 2001-09-18 Marc Autret <autret_m@epita.fr>
20259
20260 * doc/bison.1: Update.
20261 * doc/bison.texinfo (Bison Options): Update --defines and --graph
20262 descriptions.
20263 (Option Cross Key): Update.
20264 Add --graph.
20265
20266 2001-09-18 Marc Autret <autret_m@epita.fr>
20267
20268 * tests/regression.at: New test (comment in %union).
20269
20270 2001-09-18 Marc Autret <autret_m@epita.fr>
20271
20272 * src/reader.c (parse_union_decl): Do not output '/'. Let copy_comment
20273 do that.
20274 Reported by Keith Browne.
20275
20276 2001-09-18 Marc Autret <autret_m@epita.fr>
20277
20278 * tests/output.at: Add tests for --defines and --graph.
20279
20280 2001-09-18 Marc Autret <autret_m@epita.fr>
20281
20282 * tests/output.at: Removes tests of %{header,src}_extension features.
20283
20284 2001-09-18 Akim Demaille <akim@epita.fr>
20285
20286 * tests/Makefile.am (package.m4): New.
20287 * tests/calc.at (_AT_CHECK_CALC): Just run `calc input'.
20288 (_AT_CHECK_CALC_ERROR): Likewise.
20289 Factor the `, ' part of verbose error messages.
20290
20291 2001-09-18 Marc Autret <autret_m@epita.fr>
20292
20293 * src/getargs.c (longopts): Declare --defines and --graph as options
20294 with optional arguments.
20295 * src/files.h: Add extern declarations.
20296 * src/files.c (spec_graph_file, spec_defines_file): New.
20297 (output_files): Update.
20298 Remove CPP-outed code.
20299
20300 2001-09-18 Marc Autret <autret_m@epita.fr>
20301
20302 Turn off %{source,header}_extension feature.
20303
20304 * src/files.c (compute_exts_from_gf): Update.
20305 (compute_exts_from_src): Update.
20306 (output_files): CPP-out useless code.
20307 * src/files.h: Remove {header,source}_extension extern declarations.
20308 * src/reader.c (parse_dquoted_param): CPP-out.
20309 (parse_header_extension_decl): Remove.
20310 (parse_source_extension_decl): Remove.
20311 (read_declarations): Remove cases tok_{hdrext,srcext}.
20312 * src/lex.c (percent_table): Remove {header,source}_extension entries.
20313 * src/lex.h (token_t): Remove tok_hdrext and tok_srcext.
20314
20315 2001-09-10 Akim Demaille <akim@epita.fr>
20316
20317 * tests/output.at (AT_CHECK_BISON_FLAGS, AT_CHECK_BISON_PERCENT):
20318 (AT_CHECK_BISON_PERCENT_FLAGS): Merge into...
20319 (AT_CHECK_OUTPUT): this.
20320 Merely check ls' exit status, its output is useless.
20321
20322 2001-09-10 Akim Demaille <akim@epita.fr>
20323
20324 * tests/calc.at: Use m4_match.
20325 (_AT_DATA_CALC_Y): Check `yyin != NULL', not `stdin != NULL'.
20326
20327 2001-09-10 Marc Autret <autret_m@epita.fr>,
20328 Akim Demaille <akim@epita.fr>
20329
20330 * src/vcg.h (graph_s): color, textcolor, bordercolor are now
20331 enum color_e.
20332 * src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
20333 to `normal'.
20334 * src/reader.c (parse_token_decl): Initialize token with tok_eof.
20335 * src/lex.h: Adjust prototype.
20336 (token_t): Add `tok_undef'.
20337 * src/lex.c (struct percent_table_struct): Retval is now a token_t.
20338 (parse_percent_token): Now returns token_t.
20339 Add default statement in switch.
20340 (lex): Separate `c' as an input variable, from the token_t result
20341 part.
20342 (unlexed): Is a token_t.
20343
20344 2001-09-10 Akim Demaille <akim@epita.fr>
20345
20346 * configure.in: Bump to 1.29a.
20347
20348 2001-09-07 Akim Demaille <akim@epita.fr>
20349
20350 Version 1.29.
20351
20352 2001-08-30 Akim Demaille <akim@epita.fr>
20353
20354 * tests/atgeneral.m4, tests/atconfig.in, tests/suite.at: Remove.
20355 * m4/atconfig.m4: Remove.
20356 * tests/testsuite.at, tests/atlocal.in, tests/output.at,
20357 * tests/bison: New.
20358 * tests/regression.at, tests/calc.at: Use m4_define, AT_BANNER,
20359 m4_if, m4_patsubst, and m4_regexp.
20360 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Use an
20361 `input' file instead of echo.
20362
20363 2001-08-29 Akim Demaille <akim@epita.fr>
20364
20365 Bump to 1.28e.
20366
20367 2001-08-29 Akim Demaille <akim@epita.fr>
20368
20369 Version 1.28d.
20370
20371 2001-08-29 Paul Eggert <eggert@twinsun.com>
20372
20373 * src/bison.simple (yyparse): Don't take the address of an
20374 item before the start of an array, as that doesn't conform to
20375 the C Standard.
20376
20377 2001-08-29 Robert Anisko <anisko_r@epita.fr>
20378
20379 * doc/bison.texinfo (Location Tracking Calc): New node.
20380
20381 2001-08-29 Paul Eggert <eggert@twinsun.com>
20382
20383 * src/output.c (output): Do not define const, as this now
20384 causes more problems than it cures.
20385
20386 2001-08-29 Akim Demaille <akim@epita.fr>
20387
20388 * doc/bison.texinfo: Modernize `@node' and `@top' use: just name
20389 the nodes.
20390 Be sure to tag the `detailmenu'.
20391
20392 2001-08-29 Akim Demaille <akim@epita.fr>
20393
20394 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
20395 download in a tmp dir.
20396
20397 2001-08-28 Marc Autret <autret_m@epita.fr>
20398
20399 * config/depcomp: New file.
20400
20401 2001-08-28 Marc Autret <autret_m@epita.fr>
20402
20403 * doc/bison.1 (mandoc): Adjust.
20404 From Juan Manuel Guerrero.
20405
20406 2001-08-28 Marc Autret <autret_m@epita.fr>
20407
20408 * src/print_graph.c (print_state): Fix.
20409
20410 2001-08-27 Marc Autret <autret_m@epita.fr>
20411
20412 * src/vcg.h (classname_s, infoname_s, node_s): Constify the
20413 char * members.
20414 Echo modifications to the functions prototypes.
20415 * src/vcg.c (add_classname, add_infoname): Adjust arguments.
20416
20417 2001-08-27 Marc Autret <autret_m@epita.fr>
20418
20419 * src/vcg.c: Include `xalloc.h'.
20420 (add_colorentry): New.
20421 (add_classname): New.
20422 (add_infoname): New.
20423 * src/vcg.h: Add new prototypes.
20424
20425 2001-08-27 Akim Demaille <akim@epita.fr>
20426
20427 * Makefile.maint: Sync. again with CVS Autoconf.
20428
20429 2001-08-27 Akim Demaille <akim@epita.fr>
20430
20431 * Makefile.maint: Formatting changes.
20432 (po-update, cvs-update, update): New targets.
20433 (AMTAR): Remove.
20434
20435 2001-08-27 Akim Demaille <akim@epita.fr>
20436
20437 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
20438 * Makefile.maint: Sync. with CVS Autoconf.
20439
20440 2001-08-27 Marc Autret <autret_m@epita.fr>
20441
20442 * src/vcg.h (struct infoname_s): New.
20443 (struct colorentry_s): New.
20444 (graph_s): New fields {vertical,horizontal}_order in structure.
20445 Add `infoname' field.
20446 Add `colorentry' field;
20447 * src/vcg_defaults.h (G_VERTICAL_ORDER): New.
20448 (G_HORIZONTAL_ORDER): New.
20449 (G_INFONAME): New.
20450 (G_COLORENTRY): New.
20451 * src/vcg.c (output_graph): Add output of {vertical,horizontal}_order.
20452 Add output of `infoname'.
20453 Add output of `colorentry'.
20454
20455 2001-08-27 Marc Autret <autret_m@epita.fr>
20456
20457 * src/reader.c (parse_dquoted_param): Rename variable `index' to `i'.
20458 This one shadowed a global parameter.
20459
20460 2001-08-24 Marc Autret <autret_m@epita.fr>
20461
20462 * src/print_graph.c (node_output_size): Declared POSIX `size_t' type,
20463 instead of `unsigned'.
20464 (print_state): Do not call obstack_object_size () in obstack_grow ()
20465 to avoid macro variables shadowing.
20466
20467 2001-08-23 Marc Autret <autret_m@epita.fr>
20468
20469 * src/lex.c (percent_table): Typo: s/naem/name/.
20470 Add graph option.
20471 Normalize new options declarations.
20472
20473 2001-08-20 Pascal Bart <pascal.bart@epita.fr>
20474
20475 * tests/suite.at: Exercise %header_extension and %source_extension.
20476
20477 2001-08-16 Marc Autret <autret_m@epita.fr>
20478
20479 * src/reader.c (parse_dquoted_param): New.
20480 (parse_header_extension_decl): Use it.
20481 (parse_source_extension_decl): Likewise.
20482
20483 2001-08-16 Marc Autret <autret_m@epita.fr>
20484
20485 * src/vcg.c: Remove includes of `complain.h' and `xalloc.h'.
20486 (get_xxxx_str): Use assert () instead of complain ().
20487 Remove return invokations in default cases.
20488 (get_decision_str): Modify default behaviour. Remove second argument.
20489 Echo modifications on calls.
20490 (output_graph): Fix.
20491
20492 2001-08-16 Marc Autret <autret_m@epita.fr>
20493
20494 * src/getargs.c (usage): Update with ``-g, --graph''.
20495
20496 2001-08-16 Marc Autret <autret_m@epita.fr>
20497
20498 * doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
20499 (Option Cross Key): Likewise.
20500 * doc/bison.1: Update.
20501
1c8c2190
PB
205022001-09-25 Pascal Bart <pascal.bart@epita.fr>
20503
20504 * src/output.c (output_master_parser): Don't finish action_obstack.
20505 (output_parser): Don't care about the muscle action, here.
20506 (prepare): Copy the action_obstack in the action muscle.
20507 (output): Free action_obstack.
20508
180d45ba
PB
205092001-09-23 Pascal Bart <pascal.bart@epita.fr>
20510
20511 * src/reader.c (parse_union_decl): Add new obstack union_obstack. Which
20512 will contain `%union' declaration.
20513 (parse_union_decl): Delete #line directive output.
20514 (parse_union_decl): Substitute /attrs_obstack/union_obstack for all
20515 informations about %union.
20516 (parse_union_decl): Copy the union_obstack in the muscle stype.
20517 * src/bison.simple: Add new #line directive.
20518 Add typdef %%stype YYSTYPE.
20519
c51d1a19
PB
205202001-09-23 Pascal Bart <pascal.bart@epita.fr>
20521
20522 * src/bison.simple: Add new `#line' directive.
20523
6f9344da
PB
205242001-09-22 Pascal Bart <pascal.bart@epita.fr>
20525
20526 * src/bison.simple: New `#line' directive.
20527 * src/output.c (output_parser): Support new dynamic muscle input_line.
20528
652def80
MA
205292001-09-22 Marc Autret <autret_m@epita.fr>
20530
20531 * src/output.c (output_master_parser): New.
20532 (output_parser): Be more re-entrant.
20533
25b222fa
MA
205342001-09-21 Marc Autret <autret_m@epita.fr>
20535
20536 * src/reader.c (copy_definition, parse_union_decl): Update and use
20537 `linef' muscle.
20538 (copy_action): Likewise.
20539 Use obstack_1grow ().
20540 * src/muscle_tab.c (muscle_init): Add muscle `linef'.
20541
6bc35ae5
MA
205422001-09-21 Marc Autret <autret_m@epita.fr>
20543
20544 * src/options.c (option_table): Adjust.
20545 * src/lex.c (parse_percent_token): Fix.
20546
c0629aa1
PB
205472001-09-20 Pascal Bart <pascal.bart@epita.fr>
20548
20549 * src/options.c (symtab.h): Include it, need by lex.h.
342b8b6e 20550
82b6d266
PB
205512001-09-20 Pascal Bart <pascal.bart@epita.fr>
20552
20553 * src/lex.c (parse_percent_token): Change type of variable `tx', which
20554 is now an option_table_struct*.
20555 (option_strcmp): New function option_strcmp.
20556 (parse_percent_token): Call option_strcmp.
20557 * src/getargs.c (xalloc.h, options.h): Include it.
20558 (getargs): Call create_long_option_table.
20559 (getargs): Free longopts at the end of the function.
20560 (shortopts): Move in options.c.
20561 * src/options.c (create_long_option_table): New function. Convert
20562 information from option_table to option structure.
20563 * src/reader.c (options.h): Include it.
20564
20565 * src/Makefile.am: Adjust.
20566 * src/options.c (option_table): Create from longopts and percent_table.
20567 * src/getargs.c (longopts): Delete.
20568 * src/lex.c (struct percent_table_struct): Delete.
20569 (percent_table): Delete.
20570 (options.h): Include it.
20571 * src/options.c: Create.
20572 * src/options.h: Create.
20573 Declare enum opt_access_e.
20574 Define struct option_table_struct.
20575
75f5aaea
MA
205762001-09-20 Marc Autret <autret_m@epita.fr>
20577
20578 * doc/bison.texinfo: Adjust terminologies about prologue and epilogue
20579 sections of Bison.
20580
f508cb0a
PB
205812001-09-19 Pascal Bart <pascal.bart@epita.fr>
20582
20583 * src/bison.simple: s/%%filename/%%skeleton.
20584 * src/muscle_tab.c (getargs.h): Include it.
20585 (muscle_init): Insert new muscle skeleton.
20586
13105fc1
PB
205872001-09-18 Pascal Bart <pascal.bart@epita.fr>
20588
20589 * src/output.c (output_parser): Delete unused variable actions_dumped.
20590
b0c4483e
PB
205912001-09-07 Pascal Bart <pascal.bart@epita.fr>
20592
20593 * src/output.c (output): Delete call to reader_output_yylsp.
20594 * src/reader.c (reader): Likewise.
ba0fe3c7 20595 * src/reader.h: Delete declaration of reader_output_yylsp.
342b8b6e 20596
11d82f03
MA
205972001-09-02 Marc Autret <autret_m@epita.fr>
20598
20599 * src/reader.c: Include muscle_tab.h.
20600 (parse_union_decl): Update.
20601 (parse_macro_decl): Rename parse_muscle_decl.
20602 Update to use renamed functions and variable.
20603 (read_declarations, copy_action, read_additionnal_code, : Updated
20604 with correct variables and functions names.
20605 (packsymbols, reader): Likewise.
342b8b6e 20606
11d82f03 20607 * src/reader.h (muscle_obstack): Extern declaration update.
342b8b6e 20608
11d82f03
MA
20609 * src/output.c: Include muscle_tab.h
20610 In all functions using macro_insert, change by using muscle_insert ().
20611 (macro_obstack): Rename muscle_obstack.
20612 Echo modifications in the whole file.
20613 (MACRO_INSERT_INT): Rename MUSCLE_INSERT_INT.
20614 (MACRO_INSERT_STRING): Rename MUSCLE_INSERT_STRING.
20615 (MACRO_INSERT_PREFIX): Rename MUSCLE_INSERT_PREFIX.
20616
20617 * src/muscle_tab.h: Update double inclusion macros.
20618 (macro_entry_s): Rename muscle_entry_s.
20619 Update prototypes.
342b8b6e 20620
11d82f03
MA
20621 * src/muscle_tab.c: Include muscle_tab.h.
20622 Rename macro_tabble to muscle_table.
20623 (mhash1, mhash2, mcmp): Use muscle_entry.
20624 (macro_init): Rename muscle_init. Update.
20625 (macro_insert): Rename muscle_insert. Update.
20626 (macro_find): Rename muscle_find. Update.
20627
20628 * src/main.c: Include muscle_tab.h.
20629 (main): Call muscle_init ().
20630 * src/Makefile.am (bison_SOURCES): Echo modifications.
20631
93a37297
MA
206322001-09-02 Marc Autret <autret_m@epita.fr>
20633
f753cd62 20634 Now the files macro_tab.[ch] are named muscle_tab.[ch].
342b8b6e 20635
f753cd62
MA
20636 * src/muscle_tab.c, src/muscle_tab.h: Add files.
20637
206382001-09-02 Marc Autret <autret_m@epita.fr>
20639
20640 * src/macrotab.c, src/macrotab.h: Remove.
93a37297 20641
682d48cd
PB
206422001-09-01 Pascal Bart <pascal.bart@epita.fr>
20643
342b8b6e 20644 * src/reader.c (copy_guard): Use muscle to specify the `#line'
682d48cd
PB
20645 filename.
20646
087c8fda
MA
206472001-09-01 Marc Autret <autret_m@epita.fr>
20648
20649 * tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set
20650 to an explicit value to activate the feature. We do it here.
20651
dda680cb
PB
206522001-08-31 Pascal Bart <pascal.bart@epita.fr>
20653
20654 * src/output.c (prepare): Delete the `filename' muscule insertion.
20655 * src/reader.c (copy_action): Use `filename' muscule with `#line'.
20656 (parse_union_decl): Likewise.
20657 * src/macrotab.c (macro_init): Initialize filename by infile.
20658
9e644e64
MA
206592001-08-31 Marc Autret <autret_m@epita.fr>
20660
20661 * src/bison.simple (YYLSP_NEEDED): New definition.
20662 * src/output.c (prepare): Add macro insertion of `locations_flag'
20663
17da6427
PB
206642001-08-31 Pascal Bart <pascal.bart@epita.fr>
20665
20666 * src/output.c (prepare): Delete insertion of previous muscles,
20667 and insert the `prefix' muscles.
20668 * src/macrotab.c (macro_init): Likewise.
20669 (macro_init): Initialization prefix directive by `yy'.
342b8b6e 20670 * src/bison.simple: Substitute all %%yylex, %%yychar, %%yylval,
17da6427
PB
20671 %%yydebug, %%yyerror, %%yynerrs and %%yyparse by yylex, yychar,
20672 yylval, yydebug, yyerror, yynerrs and yyparse.
342b8b6e 20673 New directive `#define' to substitute yydebug, ... with option
17da6427
PB
20674 name_prefix.
20675
e8cb70b9
PB
206762001-08-31 Pascal Bart <pascal.bart@epita.fr>
20677
20678 * src/main.c (main): Standardize.
20679 * src/output.c (output_table_data, output_parser): Likewise.
20680 * src/macrotab.h, src/macrotab.c, src/bison.simple: Likewise.
20681
63c2d5de
MA
206822001-08-31 Pascal Bart <pascal.bart@epita.fr>, Marc Autret <autret_m@epita.fr>
20683
342b8b6e 20684 * src/reader.c (read_additionnal_code): Rename %%user_code to
63c2d5de
MA
20685 %%epilogue.
20686 * src/output.c (output): Rename %%declarations to %%prologue.
20687 * src/bison.simple: Echo modifications.
342b8b6e 20688
d8cb5183
MA
206892001-08-31 Marc Autret <autret_m@epita.fr>
20690
20691 * src/reader.c (readgram): CleanUp.
20692 (output_token_defines): Likewise.
20693 (packsymbols): Likewise.
20694 (reader): Likewise.
20695 * src/output.c (output): CPP-out useless code.
20696
6c686258
PB
206972001-08-31 Pascal Bart <pascal.bart@epita.fr>
20698
342b8b6e 20699 * src/reader.c (reader): Delete obsolete call to function
6c686258
PB
20700 output_trailers and output_headers.
20701 * src/output.h: Remove obsolete functions prototypes of output_headers
20702 and output_trailers.
20703
8f451ef7
PB
207042001-08-30 Pascal Bart <pascal.bart@epita.fr>
20705
20706 * src/main.c: Include macrotab.h.
342b8b6e 20707 * src/macrotab.h (macro_entry_s): Constify fields.
8f451ef7
PB
20708 Adjust functions prototypes.
20709 * src/macrotab.c (macro_insert): Constify key and value.
20710 (macro_find): Constify key.
20711 (macro_insert): Include 'xalloc.h'
20712 (macro_insert): Use XMALLOC.
20713 (macro_find): Constify return value.
20714 * src/output.c (output_table_data): Rename table to table_data.
20715 (output_parser): Constify macro_key, macro_value.
20716
997b6fd0 207172001-08-30 Marc Autret <autret_m@epita.fr>
2ba3b73c
MA
20718
20719 * src/reader.c (parse_skel_decl): New.
342b8b6e 20720 (read_declarations): Add case `tok_skel', call parse_skel_decl ().
2ba3b73c
MA
20721 * src/lex.h (token_t): New token `tok_skel'.
20722 * src/lex.c (percent_table): Add skeleton option entry.
20723 Standardize.
20724
ff48177d
MA
207252001-08-29 Marc Autret <autret_m@epita.fr>
20726
20727 * src/bison.simple: Add %%user_code directive at the end.
20728 * src/reader.c (read_additionnal_code): New.
20729 (reader): Use it.
20730 * src/output.c (output_program): Remove.
20731 (output): Update.
20732
b33160bf
MA
207332001-08-28 Marc Autret <autret_m@epita.fr>
20734
20735 * src/output.c (output_actions): Clean up.
4e5caae2 20736 (output_gram): CPP-out useless code.
b33160bf
MA
20737 * src/reader.c (reader): Clean up, CPP-out useless code.
20738
d1a2daf7
PB
207392001-08-28 Pascal Bart <pascal.bart@epita.fr>
20740
342b8b6e 20741 * src/output.c (output): Copy attrs_obstack in the '%%definitions'
535c0e75 20742 directive.
d1a2daf7
PB
20743 * src/bison.simple: Add `%%definitions'.
20744
2b763dfe
MA
207452001-08-28 Marc Autret <autret_m@epita.fr>
20746
20747 * config/depcomp: New file.
20748
f1a87ef6
PE
207492001-08-27 Paul Eggert <eggert@twinsun.com>
20750
20751 * src/bison.simple (yyparse): Don't take the address of an
20752 item before the start of an array, as that doesn't conform to
20753 the C Standard.
20754
82e236e2
RA
207552001-08-27 Robert Anisko <robert.anisko@epita.fr>
20756
f1a87ef6 20757 * src/output.c (output): Remove the initialization of the macro
82e236e2
RA
20758 obstack. It was done too late here.
20759
20760 * src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was
20761 completely wrong.
20762 (reader): Initialize the macro obstack here, since we need it to grow
20763 '%define' directives.
20764
20765 * src/reader.h: Declare the macro obstack as extern.
20766
b0cfa28a
RA
207672001-08-27 Robert Anisko <robert.anisko@epita.fr>
20768
20769 * src/output.c (output_parser): Fix. Store single '%' characters in
20770 the output obstack instead of throwing them away.
20771
6fc74234
AD
207722001-08-27 Akim Demaille <akim@epita.fr>
20773
20774 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
20775
9c76d118
RA
207762001-08-25 Robert Anisko <robert.anisko@epita.fr>
20777
20778 * lib/Makefile.am: Adjust.
20779
a8289c62
RA
207802001-08-25 Robert Anisko <robert.anisko@epita.fr>
20781
20782 * src/bison.simple: Update and add '%%' directives.
20783
b6610515
RA
207842001-08-25 Robert Anisko <robert.anisko@epita.fr>
20785
20786 * src/reader.c (reader): Remove calls to 'output_headers' and
20787 'output_trailers'. Remove some C output.
20788 (readgram): Disable a piece of code that was writing a default
20789 definition for 'YYSTYPE'.
20790 (reader_output_yylsp): Remove.
20791 (packsymbols): Output token defintions to a macro.
20792 (copy_definition): Disable C output.
6fc74234 20793
b6610515
RA
20794 * src/reader.c (parse_macro_decl): New function used to parse macro
20795 declarations.
20796 (copy_string2): Put the body of copy_string into this new function.
20797 Add a parameter to let the caller choose whether he wants to copy the
20798 string delimiters or not.
20799 (copy_string): Be a simple call to copy_string2 with the last argument
20800 bound to true.
20801 (read_declarations): Add case for macro definition.
20802 (copy_identifier): New.
6fc74234 20803 (parse_macro_decl): Read macro identifiers using copy_identifier
b6610515
RA
20804 rather than lex.
20805
26f609ff
RA
208062001-08-25 Robert Anisko <robert.anisko@epita.fr>
20807
20808 * src/output.c (prepare): Add prefixed names.
20809 (output_parser): Output semantic actions.
20810 (output_parser): Fix bug on '%%line' directives.
6fc74234 20811
26f609ff
RA
20812 * src/output.c (output_headers): Remove. The C code printed by this
20813 function should now be in the skeletons.
20814 (output_trailers): Remove.
20815 (output): Disable call to 'reader_output_yylsp'.
20816 (output_rule_data): Do not output tables to the table obstack.
20817
20818 * src/output.c: Remove some C dedicated output.
20819 Improve the use of macro and output obstacks.
20820 (output_defines): Remove.
6fc74234 20821
26f609ff
RA
20822 * src/output.c (output_token_translations): Associate 'translate'
20823 table with a macro. No output to the table obstack.
20824 (output_gram): Same for 'rhs' and 'prhs'.
20825 (output_stos): Same for 'stos'.
20826 (output_rule_data): Same for 'r1' and 'r2'.
20827 (token_actions): Same for 'defact'.
20828 (goto_actions): Same for 'defgoto'.
20829 (output_base): Same for 'pact' and 'pgoto'.
20830 (output_table): Same for 'table'.
20831 (output_check): Same for 'check'.
6fc74234 20832
26f609ff
RA
20833 * src/output.c (output_table_data): New function.
20834 (output_short_table): Remove.
20835 (output_short_or_char_table): Remove.
6fc74234 20836
26f609ff
RA
20837 * src/output.c (output_parser): Replace most of the skeleton copy code
20838 with something new. Skeletons are now processed character by character
20839 rather than line by line, and Bison looks for '%%' macros. This is the
20840 first step in making Bison's output process (a lot) more flexible.
20841 (output_parser): Use the macro table.
20842
6f43b113
RA
208432001-08-25 Robert Anisko <robert.anisko@epita.fr>
20844
20845 * src/main.c (main): Initialize the macro table.
20846
dd3127cf
RA
208472001-08-25 Robert Anisko <robert.anisko@epita.fr>
20848
20849 * src/lex.c (percent_table): Add tok_define.
20850 * src/lex.h: Add tok_define.
20851
aa321494
RA
208522001-08-25 Robert Anisko <robert.anisko@epita.fr>
20853
20854 * src/macrotab.c: New file.
20855 * src/macrotab.h: New file.
20856 * src/Makefile.am: Update.
20857
68bd3b6b
RA
208582001-08-25 Robert Anisko <robert.anisko@epita.fr>
20859
20860 * lib/hash.c: New file.
20861 * lib/hash.h: New file.
20862 * lib/Makefile.am: Update.
20863
45f8dd1e
AD
208642001-08-15 Akim Demaille <akim@epita.fr>
20865
20866 Version 1.28c.
20867
40a64a7a 208682001-08-15 Marc Autret <autret_m@epita.fr>
0b8afb77
AD
20869
20870 * src/reader.c (readgram): Indent output macro YYSTYPE.
20871 (packsymbols): Likewise.
20872 (output_token_defines): Likewise.
20873 * src/files.c: Standardize.
20874 (compute_header_macro): New.
20875 (defines_obstack_save): New. Use compute_header_macro.
20876 (output_files): Update. Use defines_obstack_save.
20877
f9a8293a
AD
208782001-08-15 Akim Demaille <akim@epita.fr>
20879
20880 * doc/bison.texinfo (Table of Symbols): Document
20881 YYSTACK_USE_ALLOCA.
20882
150ca7a7
AD
208832001-08-15 Akim Demaille <akim@epita.fr>
20884
20885 * missing: Update from CVS Automake.
20886 * config/config.guess, config/config.sub, config/texinfo.tex:
20887 Update from gnu.org.
20888
69b5cec4
AD
208892001-08-15 Akim Demaille <akim@epita.fr>
20890
20891 * Makefile.maint: Sync with CVS Autoconf.
20892
f2b5126e
PB
208932001-08-14 Pascal Bart <pascal.bart@epita.fr>
20894
69b5cec4 20895 * doc/bison.texinfo: Include GNU Free Documentation License from
f2b5126e
PB
20896 `fdl.texi'.
20897 * doc/fdl.texi: Add to package.
20898
4ecbf796
MA
208992001-08-14 Marc Autret <autret_m@epita.fr>
20900
20901 Turn on %{source,header}_extension features.
20902
69b5cec4 20903 * src/lex.c (percent_table): Un-CPP out header_extension and
4ecbf796
MA
20904 source_extension.
20905 * src/files.c (compute_exts_from_gf): Compare pointers with NULL.
69b5cec4 20906 (compute_exts_from_src): Remove conditions. It restores priorities
4ecbf796
MA
20907 between options.
20908
95fb5662
MA
209092001-08-14 Marc Autret <autret_m@epita.fr>
20910
20911 * src/files.c (compute_base_names): Add extensions computing when
20912 `--file-prefix' used.
20913 Standardize function calls.
20914
78d09da9
MA
209152001-08-13 Marc Autret <autret_m@epita.fr>
20916
69b5cec4 20917 * src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
78d09da9
MA
20918 defining it (defined but null disables alloca).
20919
5a009f2c
MA
209202001-08-13 Marc Autret <autret_m@epita.fr>
20921
20922 * src/bison.simple (_yy_memcpy): CPP reformat.
20923
1e41465a
PB
209242001-08-13 Pascal Bart <pascal.bart@epita.fr>
20925
20926 * tests/atconfig.in (CPPFLAGS): Fix.
20927
c67a198d
PB
209282001-08-10 Pascal Bart <pascal.bart@epita.fr>
20929
79282c6c 20930 * doc/bison.texinfo: Include GNU General Public License from
c67a198d
PB
20931 `gpl.texi'.
20932 * doc/gpl.texi: Add to package.
20933
09a6de7e
MA
209342001-08-10 Marc Autret <autret_m@epita.fr>
20935
20936 * src/print_graph.h: Fix.
20937 * src/reader.c (read_declarations): Use parse_header_extension_decl ().
20938
b77b9ee0
AD
209392001-08-10 Akim Demaille <akim@epita.fr>
20940
20941 * src/system.h: Provide default declarations for stpcpy, strndup,
20942 and strnlen.
20943
3e259915
MA
209442001-08-10 Robert Anisko <anisko_r@epita.fr>
20945
20946 * doc/bison.texinfo (Locations): Update @$ stuff.
20947
ca96bc2d
MA
209482001-08-09 Robert Anisko <anisko_r@epita.fr>
20949
20950 * src/bison.simple (YYLLOC_DEFAULT): Update.
20951 (yyparse): Adjust.
20952
fdc6758b
MA
209532001-08-08 Marc Autret <autret_m@epita.fr>
20954
b77b9ee0 20955 * doc/bison.texinfo: Change @samp{$<@dots{}>} to
fdc6758b
MA
20956 @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.
20957 Reported by Fabrice Bauzac.
957d4dbf 20958
600cad3b
MA
209592001-08-08 Marc Autret <autret_m@epita.fr>
20960
20961 * src/vcg_default.h: Use NULL instead of 0 to initialize pointers.
20962 * src/vcg.c (output_node): Fix.
20963 * src/vcg.h: Cleanup.
20964 * src/print_graph.c: Add comments.
b77b9ee0 20965 (node_output_size): New global variable. Simplify the formatting of
600cad3b 20966 the VCG graph output.
b77b9ee0 20967 (print_actions): Unused code is now used. It notifies the final state
600cad3b 20968 and no action states in the VCG graph. It also give the reduce actions.
b77b9ee0 20969 The `shift and goto' edges are red and the `go to state' edges are
600cad3b
MA
20970 blue.
20971 Get the current node name and node_obstack by argument.
20972 (node_obstack): New variable.
20973 (print_state): Manage node_obstack.
20974 (print_core): Use node_obstack given by argument.
20975 A node is not only computed here but in print_actions also.
20976 (print_graph): CPP out useless code instead of commenting it.
20977
976e528f
AD
209782001-08-07 Pascal Bart <pascal.bart@epita.fr>
20979
20980 * tests/atconfig.in (CPPFLAGS): Fix.
20981
20e8e5ca
AD
209822001-08-07 Akim Demaille <akim@epita.fr>
20983
20984 * src/print_graph.c (quote): New.
20985 (print_core): Use it.
20986
957d4dbf 209872001-08-06 Akim Demaille <akim@epita.fr>, Marc Autret <autret_m@epita.fr>
3e3da797 20988
3e3da797
AD
20989 * src/vcg.c (complain.h): Include it.
20990 Unepitaize `return' invocations.
c4b66126 20991 [NDEBUG] (main): Remove.
79282c6c 20992 * src/vcg.h (node_t, edge_t, graph_t): Constify the char * members.
c4b66126
AD
20993 * src/files.c (open_files): Initialize graph_obstack.
20994 * src/print_graph.c (print_actions): CPP out useless code.
20995 (print_core): Don't output the last `\n' in labels.
20996 Use `quote'.
20997 * src/files.c (output_files): Output the VCG file.
20998 * src/main.c (main): Invoke print_graph ();
3e3da797 20999
957d4dbf 210002001-08-06 Marc Autret <autret_m@epita.fr>
22c2cbc0
AD
21001
21002 Automaton VCG graph output.
21003 Using option ``-g'' or long option ``--graph'', you can generate
21004 a gram_filename.vcg file containing a VCG description of the LALR (1)
21005 automaton of your grammar.
21006
21007 * src/main.c: Call to print_graph() function.
21008 * src/getargs.h: Update.
21009 * src/getargs.c (options): Update to catch `-g' and `--graph' options.
21010 (graph_flag): New flag.
21011 (longopts): Update.
21012 (getargs): Add case `g'.
21013 * src/files.c (graph_obstack): New obstack struct.
21014 (open_files): Initialize new obstack.
21015 (output_files): Saves graph_obstack if required.
21016 * src/files.h (graph_obstack): New extern declaration.
21017 * src/Makefile.am: Add new source files.
21018
927c1557 210192001-08-06 Marc Autret <autret_m@epita.fr>
ce4d5ce0
AD
21020
21021 * src/print_graph.c, src/print_graph.h (graph): New.
21022 * src/vcg.h: New file.
21023 * src/vcg.c: New file, VCG graph handling.
21024
7333d403
AD
210252001-08-06 Marc Autret <autret_m@epita.fr>
21026
21027 Add of %source_extension and %header_extension which specify
21028 the source or/and the header output file extension.
21029
21030 * src/files.c (compute_base_names): Remove initialisation of
21031 src_extension and header_extension.
21032 (compute_exts_from_gf): Update.
21033 (compute_exts_from_src): Update.
21034 (output_files): Update.
21035 * src/reader.c (parse_header_extension_decl): New.
21036 (parse_source_extension_decl): New.
21037 (read_declarations): New case statements for the new tokens.
21038 * src/lex.c (percent_table): Add entries for %source_extension
21039 and %header_extension.
21040 * src/lex.h (token_e): New tokens tok_hdrext and tok_srcext.
21041
84163231
AD
210422001-08-06 Marc Autret <autret_m@epita.fr>
21043
21044 * configure.in: Bump to 1.28c.
21045 * doc/bison.texinfo: Texinfo thingies.
21046
8303fc42
AD
210472001-08-04 Pascal Bart <pascal.bart@epita.fr>
21048
21049 * tests/atconfig.in (CPPFLAGS): Add.
21050 * tests/calc.at (AT_CHECK): Use CPPFLAGS.
21051
70a84437
AD
210522001-08-03 Akim Demaille <akim@epita.fr>
21053
21054 Version 1.28b.
21055
2ce10144
AD
210562001-08-03 Akim Demaille <akim@epita.fr>
21057
21058 * tests/Makefile.am (check-local): Ship testsuite.
21059 * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
21060 Include `string.h'.
21061
1e3e4bc1
AD
210622001-08-03 Akim Demaille <akim@epita.fr>
21063
21064 * configure.in: Try using -Wformat when compiling.
21065
42b45b7f
AD
210662001-08-03 Akim Demaille <akim@epita.fr>
21067
21068 * configure.in: Bump to 1.28b.
21069
8f13fe33
AD
210702001-08-03 Akim Demaille <akim@epita.fr>
21071
21072 * src/complain.c: Adjust strerror_r portability issues.
21073
b37ba92c
AD
210742001-08-03 Akim Demaille <akim@epita.fr>
21075
21076 Version 1.28a.
21077
b0ce6046
AD
210782001-08-03 Akim Demaille <akim@epita.fr>
21079
21080 * src/getargs.c, src/getarg.h (skeleton)): Constify.
21081 * src/lex.c (literalchar): Avoid name clashes on `buf'.
21082 * src/getargs.c: Include complain.h.
21083 * src/files.c, src/files.h (skeleton_find): Avoid name clashes.
21084 * lib/quotearg.c, lib/quotearg.h: Update from fileutils 4.1.
21085
d01c415b
AD
210862001-08-03 Akim Demaille <akim@epita.fr>
21087
21088 * src/reader.c (readgram): Display hidden chars in error messages.
21089
459dd1a6
AD
210902001-08-03 Akim Demaille <akim@epita.fr>
21091
21092 Update to gettext 0.10.39.
21093
53b74c0c
AD
210942001-08-03 Akim Demaille <akim@epita.fr>
21095
21096 * lib/strspn.c: New.
21097
234a3be3
AD
210982001-08-01 Marc Autret <autret_m@epita.fr>
21099
21100 * doc/bison.texinfo: Update.
21101 * doc/bison.1 (mandoc): Update.
21102 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove .c and .h.
21103 * src/files.c: Support output files extensions computing.
21104 (src_extension): New static variable.
21105 (header_extension): New static variable.
21106 (tr): New function.
21107 (get_extension_index): New function, gets the index of an extension
21108 filename in a string.
21109 (compute_exts_from_gf): New function, computes extensions from the
21110 grammar file extension.
21111 (compute_exts_from_src): New functions, computes extensions from the
21112 C source file extension, file given by ``-o'' option.
21113 (compute_base_names): Update.
21114 (output_files): Update.
21115
847bf1f5
AD
211162001-08-01 Robert Anisko <anisko_r@epita.fr>
21117
d995fee7 21118 * doc/bison.texi: Document @$.
847bf1f5
AD
21119 (Locations): New section.
21120
d074a105
AD
211212001-07-18 Akim Demaille <akim@epita.fr>
21122
21123 * Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
21124 * config/prev-version.txt, config/move-if-change: New.
21125 * Makefile.am: Adjust.
21126
3419715d
AD
211272001-07-08 Pascal Bart <pascal.bart@epita.fr>
21128
21129 * src/bison.simple (yyparse): Suppress warning `comparaison
21130 between signed and unsigned'.
21131
62ab6972
AD
211322001-07-05 Pascal Bart <pascal.bart@epita.fr>
21133
21134 * src/getargs.h (raw_flag): Remove.
21135 * src/getargs.c: Die on `-r'/`--raw'.
21136 * src/lex.c (parse_percent_token): Die on `%raw'.
21137 * src/reader.c (output_token_defines): Suppress call to `raw_flag'.
21138 * tests/calc.at: Suppress test with option `--raw'.
21139
1e24cc5b
AD
211402001-07-14 Akim Demaille <akim@epita.fr>
21141
21142 * config/: New.
21143 * configure.in: Require Autoconf 2.50.
21144 Update to gettext 0.10.38.
21145
32dfccf8
AD
211462001-03-16 Akim Demaille <akim@epita.fr>
21147
21148 * doc/bison.texinfo: ANSIfy the examples.
21149
cd5bd6ac
AD
211502001-03-16 Akim Demaille <akim@epita.fr>
21151
21152 * getargs.c (skeleton): New variable.
21153 (longopts): --skeleton is a new option.
21154 (shortopts, getargs): -S is a new option.
21155 * getargs.h: Declare skeleton.
21156 * output.c (output_parser): Use it.
21157
5141b016
AD
211582001-03-16 Akim Demaille <akim@epita.fr>
21159
21160 * m4/strerror_r.m4: New.
21161 * m4/error.m4: Run AC_FUNC_STRERROR_R.
21162 * lib/error.h, lib/error.c: Update.
21163
447992b9
AD
211642001-03-16 Akim Demaille <akim@epita.fr>
21165
21166 * src/getargs.c (longopts): Clean up.
21167
274d42ce
AD
211682001-02-21 Akim Demaille <akim@epita.fr>
21169
21170 * src/reader.c (gensym): `gensym_count' is your own.
21171 Use a static buf to create the symbol name, as token_buffer is no
21172 longer a buffer.
21173
22c821f3
AD
211742001-02-08 Akim Demaille <akim@epita.fr>
21175
21176 * src/conflicts.c (conflict_report): Be sure not to append to res
21177 between two calls, which could happen if both first sprintf were
21178 skipped, but not the first cp += strlen.
21179
18569462
AD
211802001-02-08 Akim Demaille <akim@epita.fr>
21181
21182 * lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
21183 New, from fileutils 4.0.37.
21184 * configure.in: Require Autoconf 2.49c. I took some time before
21185 making this decision. This is the only way out for portability
21186 issues in Bison, it would mean way too much duplicate effort to
21187 import in Bison features implemented in 2.49c since 2.13.
21188 AC_REPLACE_FUNCS and AC_CHECK_DECLS the functions above.
21189
0d8f3c8a
AD
211902001-02-02 Akim Demaille <akim@epita.fr>
21191
21192 * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
66075dcf 21193 * lib/xalloc.h, lib/xmalloc.c: Update.
0d8f3c8a 21194
f17bcd1f
AD
211952001-01-19 Akim Demaille <akim@epita.fr>
21196
21197 Get rid of the ad hoc handling of token_buffer in the scanner: use
21198 the obstacks.
21199
21200 * src/lex.c (token_obstack): New.
21201 (init_lex): Initialize it. No longer call...
21202 (grow_token_buffer): this. Remove it.
21203 Adjust all the places which used it to use the obstack.
21204
511e79b3
AD
212052001-01-19 Akim Demaille <akim@epita.fr>
21206
21207 * src/lex.h: Rename all the tokens:
21208 s/\bENDFILE\b/tok_eof/g;
21209 s/\bIDENTIFIER\b/tok_identifier/g;
21210 etc.
21211 Let them be enums, not #define, to ease debugging.
21212 Adjust all the code.
21213
0d6508ef
AD
212142001-01-18 Akim Demaille <akim@epita.fr>
21215
21216 * src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
21217 * src/lex.c (maxtoken, grow_token_buffer): Static.
21218
6deb4447
AD
212192001-01-18 Akim Demaille <akim@epita.fr>
21220
21221 Since we now use obstacks, more % directives can be enabled.
21222
21223 * src/lex.c (percent_table): Also accept `%yacc',
21224 `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
21225 `%debug'.
21226 Handle the actions for `%semantic_parser' and `%pure_parser' here,
21227 instead of returning a token.
21228 * src/lex.h (SEMANTIC_PARSER, PURE_PARSER): Remove, unused.
21229 * src/reader.c (read_declarations): Adjust.
21230 * src/files.c (open_files): Don't call `compute_base_names', don't
21231 compute `attrsfile' since they depend upon data which might be
21232 *in* the input file now.
21233 (output_files): Do it here.
21234 * src/output.c (output_headers): Document the fact that this patch
21235 introduces a guaranteed SEGV for semantic parsers.
21236 * doc/bison.texinfo: Document them.
21237 * tests/suite.at: Exercise these %options.
21238
ff4423cc
AD
212392000-12-20 Akim Demaille <akim@epita.fr>
21240
21241 Also handle the output file (--verbose) with obstacks.
21242
21243 * files.c (foutput): Remove.
21244 (output_obstack): New.
21245 Adjust all dependencies.
21246 * src/conflicts.c: Return a string.
21247 * src/system.h (obstack_grow_string): Rename as...
21248 (obstack_sgrow): this. Be ready to work with non literals.
21249 (obstack_fgrow4): New.
21250
956dba3a
AD
212512000-12-20 Akim Demaille <akim@epita.fr>
21252
21253 * src/files.c (open_files): Fix the computation of short_base_name
21254 in the case of `-o foo.tab.c'.
21255
337bab46
AD
212562000-12-20 Akim Demaille <akim@epita.fr>
21257
21258 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
21259 (copy_dollar): Now that everything uses obstacks, get rid of the
21260 FILE * parameters.
21261
5d3214b8
AD
212622000-12-20 Akim Demaille <akim@epita.fr>
21263
21264 * src/files.c (open_files): Actually the `.output' file is based
21265 on the short_base_name, not base_name.
21266 * tests/suite.at (Checking output file names): Adjust.
21267
29092a57
AD
212682000-12-20 Akim Demaille <akim@epita.fr>
21269
21270 * src/bison.s1: Remove, we now use directly...
21271 * src/bison.simple: this.
21272 * src/Makefile.am: Use pkgdata instead of data.
21273
ea5607fd
AD
212742000-12-20 Akim Demaille <akim@epita.fr>
21275
21276 * src/files.c (guard_obstack): New.
21277 (open_files): Initialize it.
21278 (output_files): Dump it...
21279 * src/files.h: Export it.
21280 * src/reader.c (copy_guard): Use it.
21281
27110317
AD
212822000-12-19 Akim Demaille <akim@epita.fr>
21283
21284 * src/files.c (outfile, defsfile, actfile): Removed as global
21285 vars.
21286 (open_files): Don't compute them.
21287 (output_files): Adjust.
21288 (base_name, short_base_name): Be global.
21289 Adjust dependencies.
21290
19c50364
AD
212912000-12-19 Akim Demaille <akim@epita.fr>
21292
21293 * src/files.c (strsuffix): New.
21294 (stringappend): Be just like strcat but allocate.
21295 (base_names): Eve out from open_files.
21296 Try to simplify the rather hairy computation of base_name and
21297 short_base_name.
21298 (open_files): Use it.
21299 * tests/suite.at (Checking output file names): New test.
21300
573c1d9f
AD
213012000-12-19 Akim Demaille <akim@epita.fr>
21302
21303 * src/system.h (obstack_grow_literal_string): Rename as...
21304 (obstack_grow_string): this.
21305 * src/output.c (output_parser): Recognize `%% actions' instead of
21306 `$'.
21307 * src/bison.s1: s/$/%% actions/.
21308 * src/bison.hairy: Likewise.
21309
ef7ddedd
AD
213102000-12-19 Akim Demaille <akim@epita.fr>
21311
21312 * src/output.c (output_parser): Compute the `#line' lines when
21313 there are.
21314 * src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
21315 Suggested by Hans Aberg.
21316
ff61dabd
AD
213172000-12-19 Akim Demaille <akim@epita.fr>
21318
21319 Let the handling of the skeleton files be local to the procedures
21320 that use it.
21321
21322 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
21323 longer static.
21324 (fparser, open_extra_files): Remove.
21325 (open_files, output_files): Don't take care of fparser.
21326 * src/files.h: Adjust.
21327 * src/output.c (output_parser): Open and close the file to the
21328 skeleton.
21329 * src/reader.c (read_declarations): When %semantic_parser, open
21330 fguard.
21331
55b96341
AD
213322000-12-19 Akim Demaille <akim@epita.fr>
21333
21334 * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
21335 * src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
21336
358c15b7
AD
213372000-12-19 Akim Demaille <akim@epita.fr>
21338
21339 * src/files.c (open_files): Yipee! We no longer need all the code
21340 looking for `/tmp' since we have no tmp file.
21341
7de3329e
AD
213422000-12-19 Akim Demaille <akim@epita.fr>
21343
21344 * src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_GUARD_C):
21345 New macros.
21346 * src/files.c (open_files): Less dependency on MSDOS etc.
21347
3abcd459
AD
213482000-12-14 Akim Demaille <akim@epita.fr>
21349
21350 * src/bison.s1 (YYLLOC_DEFAULT): New macro.
21351 Provide a default definition.
21352 Use it when executing the default @ action.
21353 * src/reader.c (reader_output_yylsp): No longer include
21354 `timestamp' and `text' in the default YYLTYPE.
21355
2a91a95e
AD
213562000-12-12 Akim Demaille <akim@epita.fr>
21357
21358 * src/reader.c (copy_definition, parse_union_decl, copy_action)
21359 (copy_guard): Quote the file names.
21360 Reported by Laurent Mascherpa.
21361
14d3eb9b
AD
213622000-12-12 Akim Demaille <akim@epita.fr>
21363
21364 * src/output.c (output_headers, output_program, output): Be sure
21365 to escape special characters when outputting filenames.
21366 (ACTSTR_PROLOGUE, ACTSTR_EPILOGUE): Remove.
21367 (output_headers): Don't depend on them, Use ACTSTR.
21368
d7045ec6
AD
213692000-11-17 Akim Demaille <akim@epita.fr>
21370
21371 * lib/obstack.h: Formatting changes.
21372 (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
21373 prevents type checking.
21374 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
21375 cast the value to (void *): assigning a `foo *' to a `void *'
21376 variable is valid.
21377 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
21378 * src/reader.c (parse_union_decl): Typo: use obstack_1grow to
21379 append characters.
21380
6fd54b73
AD
213812000-11-17 Akim Demaille <akim@epita.fr>
21382
21383 * tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
21384 as...
21385 (suite.m4, regression.m4, calc.m4): these.
21386 * tests/atgeneral.m4: Update from CVS Autoconf.
21387
4c50eae6
AD
213882000-11-17 Akim Demaille <akim@epita.fr>
21389
21390 * tests/regression.m4 (%union and --defines): New test,
21391 demonstrating a current bug in the obstack implementation.
21392
a35f64ea
AD
213932000-11-17 Akim Demaille <akim@epita.fr>
21394
21395 * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
21396 macros.
21397 Use them to declare the variables which are global or local to
21398 `yyparse'.
21399
7de23534
AD
214002000-11-17 Akim Demaille <akim@epita.fr>
21401
21402 * acconfig.h: Remove, no longer used.
21403
aa7815f5
AD
214042000-11-07 Akim Demaille <akim@epita.fr>
21405
21406 * src: s/Copyright (C)/Copyright/g.
21407
5af1f549
AD
214082000-11-07 Akim Demaille <akim@epita.fr>
21409
21410 * src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
21411 defining.
21412 * src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
21413
553e2b22
AD
214142000-11-07 Akim Demaille <akim@epita.fr>
21415
21416 * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
21417 Merge in a single CPP if/else.
21418
8a4f41d6
AD
214192000-11-07 Akim Demaille <akim@epita.fr>
21420
21421 * src/output.c (output): Remove useless variables.
21422 * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
21423 argument `data' for consistency with the prototypes.
21424 Qualify it `const'.
21425 (obstack_copy, obstack_copy0): Rename the second argument as
21426 `address' for consistency. Qualify it `const'.
21427 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
21428 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
21429 `const' their input argument (`data' or `address').
21430 Adjust the corresponding macros to include `const' in casts.
21431
095a3fb5
AD
214322000-11-03 Akim Demaille <akim@epita.fr>
21433
21434 * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
21435 s/PFILE1/BISON_HAIRY/.
21436 Adjust dependencies.
21437
d1cdce7c
AD
214382000-11-03 Akim Demaille <akim@epita.fr>
21439
090c5ebf 21440 For some reason, this was not applied.
d1cdce7c
AD
21441
21442 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
21443 `unlink': it's no longer used.
21444
9311529b
AD
214452000-11-03 Akim Demaille <akim@epita.fr>
21446
21447 * src/files.c (skeleton_find): New function, eved out of...
21448 (open_files, open_extra_files): here.
21449
d8880f69
AD
214502000-11-03 Akim Demaille <akim@epita.fr>
21451
21452 Don't use `atexit'.
21453
21454 * src/files.c (obstack_save): New function.
21455 (done): Rename as...
21456 (output_files): this.
21457 Use `obstack_save'.
21458 * src/main.c (main): Don't use `atexit' to register `done', since
21459 it no longer has to remove tmp files, just call `output_files'
21460 when there are no errors.
21461
0dbb648e
AD
214622000-11-02 Akim Demaille <akim@epita.fr>
21463
21464 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
21465 `unlink': it's no longer used.
21466 * src/files.h: Formatting changes.
21467
896fe5c1
AD
214682000-11-02 Akim Demaille <akim@epita.fr>
21469
21470 Remove the last uses of mktemp and unlink/delete.
21471
21472 * src/files.c (fdefines, ftable): Removed.
21473 (defines_ostack, table_obstack): New.
21474 Adjust dependencies of the former into uses of the latter.
21475 * src/output.c (output_short_or_char_table, output_short_table):
21476 Convert to using obstacks.
21477 * src/reader.c (copy_comment2): Accept one FILE * and two
21478 obstacks.
21479 (output_token_defines, reader_output_yylsp): Use obstacks.
21480 * src/system.h (obstack_fgrow3): New.
1f65350a 21481 * po/POTFILES.in: Adjust.
896fe5c1 21482
dd60faec
AD
214832000-11-01 Akim Demaille <akim@epita.fr>
21484
21485 Change each use of `fattrs' into a use of `attrs_obstack'.
21486
21487 * src/reader.c (copy_at): Typo: s/yylloc/yyloc/.
21488 * src/files.c (fattrs): Remove.
21489 (attrs_obstack): New.
21490 Adjust all dependencies.
21491 (done): If SEMANTIC_PARSER, dump attrs_obstack into attrsfile.
21492
8c7ebe49
AD
214932000-11-01 Akim Demaille <akim@epita.fr>
21494
21495 Introduce obstacks.
21496 Change each use of `faction' into a use of `action_obstack'.
21497
21498 * lib/obstack.h, lib/obstack.c: New files.
21499 * src/files.c (faction): Remove.
21500 (action_obstack): New.
21501 Adjust all dependencies.
21502
77aee789
AD
215032000-10-20 Akim Demaille <akim@epita.fr>
21504
21505 * lib/quote.h (PARAMS): New macro. Use it.
21506
43591cec
AD
215072000-10-16 Akim Demaille <akim@epita.fr>
21508
21509 * src/output.c (output_short_or_char_table): New function.
21510 (output_short_table, output_token_translations): Use it.
21511 (goto_actions): Use output_short_table.
21512
1e9798d5
AD
215132000-10-16 Akim Demaille <akim@epita.fr>
21514
21515 * src/symtab.c (bucket_new): New function.
21516 (getsym): Use it.
21517
21518 * src/output.c (output_short_table): New argument to display the
21519 comment associated with the table.
21520 Adjust dependencies.
21521 (output_gram): Use it.
21522 (output_rule_data): Nicer output layout for YYTNAME.
21523
f282676b
AD
215242000-10-16 Akim Demaille <akim@epita.fr>
21525
21526 * src/lex.c (read_typename): New function.
21527 (lex): Use it.
21528 * src/reader.c (copy_dollar): Likewise.
21529
550a72a3
AD
215302000-10-16 Akim Demaille <akim@epita.fr>
21531
21532 * src/reader.c (copy_comment2): Expect the input stream to be on
21533 the `/' which is suspected to open a comment, instead of being
21534 called after `//' or `/*' was read.
21535 (copy_comment, copy_definition, parse_union_decl, copy_action)
21536 (copy_guard): Adjust.
21537
131e2fef
AD
215382000-10-16 Akim Demaille <akim@epita.fr>
21539
21540 * src/reader.c (parse_expect_decl): Use `skip_white_space' and
21541 `read_signed_integer'.
21542
79282c5a
AD
215432000-10-16 Akim Demaille <akim@epita.fr>
21544
21545 * src/reader.c (copy_dollar): New function.
21546 (copy_guard, copy_action): Use it.
21547
ff4a34be
AD
215482000-10-16 Akim Demaille <akim@epita.fr>
21549
21550 * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
21551 * m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
21552 New files, from Fileutils 4.0.27.
21553 * src/main.c (printable_version): Remove.
21554 * src/lex.c, src/reader.c: Use `quote'.
21555
215562000-10-04 Akim Demaille <akim@epita.fr>
21557
21558 * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
21559
14ded682
AD
215602000-10-04 Akim Demaille <akim@epita.fr>
21561
21562 * doc/bison.texinfo: Various typos spotted by Neil Booth.
21563
8e03724b
AD
215642000-10-04 Akim Demaille <akim@epita.fr>
21565
21566 When a literal string is used to define two different tokens,
21567 `bison -v' segfaults.
21568 Reported by Piotr Gackiewicz, and fixed by Neil Booth.
21569
21570 * tests/regression.m4: New file.
21571 Include the core of the sample provided by Piotr Gackiewicz.
21572 * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
21573 properly.
21574
a9e64249
AD
215752000-10-04 Akim Demaille <akim@epita.fr>
21576
21577 * src/reader.c (parse_expect_decl): Keep `count' within the size
21578 of `buffer'.
21579 From Neil Booth.
21580
da9abf43
AD
215812000-10-02 Paul Eggert <eggert@twinsun.com>
21582
21583 * bison.s1 (yyparse): Assign the default value
21584 unconditionally, to avoid a GCC warning and make the parser a
21585 tad smaller.
21586
c33638bb
AD
215872000-10-02 Akim Demaille <akim@epita.fr>
21588
21589 * src/getargs.c (getargs): Don't dump `--help' on unrecognized
21590 options.
21591
444c570a
AD
215922000-10-02 Akim Demaille <akim@epita.fr>
21593
21594 * src/derives.c, src/print.c, src/reduce.c: To ease the
21595 translation, move some `\n' out of the translated strings.
21596
89cab50d
AD
215972000-10-02 Akim Demaille <akim@epita.fr>
21598
21599 The location tracking mechanism is precious for parse error
21600 messages. Nevertheless, it is enabled only when `@n' is used in
21601 the grammar, which is a different issue (you can use it in error
21602 message, but not in the grammar per se). Therefore, there should
21603 be another means to enable it.
21604
21605 * src/getargs.c (getargs): Support `--locations'.
21606 (usage): Report it.
21607 * src/getargs.h (locationsflag): Export it.
21608 * src/lex.c (percent_table): Support `%locations'.
21609 * src/reader.c (yylsp_needed): Remove this variable, now replaced
21610 with `locationsflag'.
21611 * doc/bison.texinfo: Document `--locations' and `%locations'.
21612 Sort the options.
21613 * tests/calc.m4: Test it.
21614
21615 For regularity of the names, replace each
21616 (nolineflag, toknumflag, rawtokenumflag, noparserflag): with...
21617 (no_lineflag, token_tableflag, rawflag, no_parserflag): this.
21618 In addition replace each `flag' with `_flag'.
21619
d6c2cba0
AD
216202000-10-02 Akim Demaille <akim@epita.fr>
21621
21622 Also test parse error messages, including with YYERROR_VERBOSE.
21623
21624 * tests/calc.m4 (calc.y): Add support for `exp = exp' (non
21625 associative).
21626 Use it to check the computations.
21627 Use it to check `nonassoc' is honored.
21628 (AT_DATA_CALC_Y): Equip `calc.y' with YYERROR_VERBOSE when passed
21629 `--yyerror-verbose'.
21630 (_AT_CHECK_CALC): Adjust to this option.
21631 (_AT_CHECK_CALC_ERROR): New macro to check parse error messages.
21632
5a35a6cb
AD
216332000-10-02 Akim Demaille <akim@epita.fr>
21634
21635 Test also `--verbose', `--defines' and `--name-prefix'. Testing
21636 the latter demonstrates a flaw in the handling of non debugging
21637 parsers introduced by myself on 2000-03-16: `#define yydebug 0'
21638 was used in order to simplify:
21639
21640 #if YYDEBUG
21641 if (yydebug)
21642 {
21643 ...
21644 }
21645 #endif
21646
21647 into
21648
21649 if (yydebug)
21650 {
21651 ...
21652 }
21653
21654 unfortunately this leads to a CPP conflict when
21655 `--name-prefix=foo' is used since it produces `#define yydebug
21656 foodebug'.
21657
21658 * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
21659 (YYDPRINTF): New macro.
21660 Spread its use.
21661 * tests/calc.m4 (AT_CHECK_CALC): Do require a title, build it from
21662 the bison options.
21663 Also test `--verbose', `--defines' and `--name-prefix'.
21664
71da9eea
AD
216652000-10-02 Akim Demaille <akim@epita.fr>
21666
21667 Improve the readability of the produced parsers.
21668
21669 * src/bison.s1: Formatting changes.
21670 Improve the comment related to the `$' mark.
21671 (yydefault): Don't fall through to `yyresume': `goto' there.
21672 * src/output.c (output_parser): When the `$' is met, skip the end
21673 of its line.
21674 New variable, `number_of_dollar_signs', to check there's exactly
21675 one `$' in the parser skeleton.
21676
95e36146
AD
216772000-10-02 Akim Demaille <akim@epita.fr>
21678
21679 * lib/xstrdup.c: New file, from the fileutils.
21680 * src/reader.c (parse_token_decl, get_type_name, parse_type_decl)
21681 (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
21682 instead of strlen + xmalloc + strcpy.
21683 * src/symtab.c (copys): Remove, use xstrdup instead.
21684
d7020c20
AD
216852000-10-02 Akim Demaille <akim@epita.fr>
21686
21687 * src/gram.h (associativity): New enum type which replaces the
21688 former CPP macros `RIGHT_ASSOC', `LEFT_ASSOC' and `NON_ASSOC' with
21689 `right_assoc', `left_assoc' and `non_assoc'.
21690 Adjust all dependencies.
21691 * src/reader.c: Formatting changes.
21692 (LTYPESTR): Don't define it, use it as a literal in
21693 `reader_output_yylsp'.
21694 * src/symtab.h (symbol_class): New enum type which replaces the
21695 former CPP macros `SUNKNOWN', `STOKEN and `SNTERM' with
21696 `sunknown', `stoken and `snterm'.
21697
1916f98e
AD
216982000-10-02 Akim Demaille <akim@epita.fr>
21699
21700 * src/getargs.c (fixed_outfiles): Rename as...
21701 (yaccflag): for consistency and accuracy.
21702 Adjust dependencies.
21703
d7913476
AD
217042000-10-02 Akim Demaille <akim@epita.fr>
21705
21706 Use the more standard files `xalloc.h' and `xmalloc.c' instead of
21707 Bison's `allocate.c' and `alloc.h'. This patch was surprisingly
21708 difficult and introduced a lot of core dump. It turns out that
21709 Bison used an implementation of `xmalloc' based on `calloc', and
21710 at various places it does depend upon the initialization to 0. I
21711 have not tried to isolate the pertinent places, and all the former
21712 calls to Bison's `xmalloc' are now using `XCALLOC'. Someday,
21713 someone should address this issue.
21714
21715 * src/allocate.c, src/alloc.h, m4/bison-decl.m4: Remove.
21716 * lib/xmalloc.c, lib/xalloc.h, m4/malloc.m4, m4/realloc.m4: New
21717 files.
21718 Adjust dependencies.
21719 * src/warshall.h: New file.
21720 Propagate.
21721
340ef489
AD
217222000-10-02 Akim Demaille <akim@epita.fr>
21723
21724 Various anti-`extern in *.c' changes.
21725
21726 * src/system.h: Include `assert.h'.
21727
b2ca4022
AD
217282000-10-02 Akim Demaille <akim@epita.fr>
21729
21730 * src/state.h (nstates, final_state, first_state, first_shift)
21731 (first_reduction): Move their exportation from here...
21732 * src/LR0.h: to here.
21733 Adjust dependencies.
21734 * src/getargs.c (statisticsflag): New variable.
21735 Add support for `--statistics'.
21736 Adjust dependencies.
21737
21738 Remove a lot of now useless `extern' statements in most files.
21739
403b315b
AD
217402000-10-02 Akim Demaille <akim@epita.fr>
21741
21742 * src/LR0.h: New file.
21743 Propagate its use.
21744
07a58c13
AD
217452000-10-02 Akim Demaille <akim@epita.fr>
21746
21747 * src/print.h: New file.
21748 Propagate its use.
21749 * src/print.c: Formatting and ordering changes.
21750 (verbose, terse): Replace with...
21751 (print_results): this new function.
21752 Adjust dependencies.
21753
0619caf0
AD
217542000-10-02 Akim Demaille <akim@epita.fr>
21755
21756 * src/conflicts.c (conflict_report): New function.
21757 (conflict_log, verbose_conflict_log): Replace with...
21758 (print_conflicts): this function.
21759 Adjust dependencies.
21760 * src/conflicts.h: New file.
21761 Propagate its inclusion.
21762
3519ec76
AD
217632000-10-02 Akim Demaille <akim@epita.fr>
21764
21765 * src/nullable.h: New file.
21766 Propagate its inclusion.
21767 * src/nullable.c: Formatting changes.
21768
015acc48
AD
217692000-10-02 Akim Demaille <akim@epita.fr>
21770
21771 * src/reduce.h: New file.
21772 Propagate its inclusion.
21773 * src/reduce.c: Topological sort and other formatting changes.
21774 (bool, TRUE, FALSE): Move their definition to...
21775 * src/system.h: here.
21776
8963a27b
AD
217772000-10-02 Akim Demaille <akim@epita.fr>
21778
21779 * src/files.c: Formatting changes.
21780 (tryopen, tryclose, openfiles): Rename as...
21781 (xfopen, xfclose, open_files): this.
21782 (stringappend): static.
21783 * src/files.h: Complete the list of exported symbols.
21784 Propagate its use.
21785
a70083a3
AD
217862000-10-02 Akim Demaille <akim@epita.fr>
21787
21788 * src/reader.h: New file.
21789 Propagate its use instead of tedious list of `extern' and
21790 prototypes.
21791 * src/reader.c: Formatting changes, topological sort,
21792 s/register//.
21793
abadc117
AD
217942000-10-02 Akim Demaille <akim@epita.fr>
21795
21796 * src/lex.h: Prototype `lex.c' exported functions.
21797 * src/reader.c: Adjust.
21798 * src/lex.c: Formatting changes.
21799 (safegetc): Rename as...
21800 (xgetc): this.
21801
720d742f
AD
218022000-10-02 Akim Demaille <akim@epita.fr>
21803
21804 * src/lalr.h: New file.
21805 Propagate its inclusion instead of prototypes and `extern'.
21806 * src/lalr.c: Formatting changes, topological sorting etc.
21807
f2acea59
AD
218082000-10-02 Akim Demaille <akim@epita.fr>
21809
21810 * src/output.c (token_actions): Introduce a temporary array,
21811 YYDEFACT, that makes it possible for this function to use
21812 output_short_table.
21813
d019d655
AD
218142000-10-02 Akim Demaille <akim@epita.fr>
21815
21816 `user_toknums' is output as a `short[]' in `output.c', while it is
21817 defined as a `int[]' in `reader.c'. For consistency with the
21818 other output tables, `user_toknums' is now defined as a table of
21819 shorts.
21820
21821 * src/reader.c (user_toknums): Be a short table instead of an int
21822 table.
21823 Adjust dependencies.
21824
21825 Factor the short table outputs.
21826
21827 * src/output.c (output_short_table): New function.
21828 * src/output.c (output_gram, output_stos, output_rule_data)
21829 (output_base, output_table, output_check): Use it.
21830
6c89f1c1
AD
218312000-10-02 Akim Demaille <akim@epita.fr>
21832
21833 * src/output.c (output): Topological sort of the functions, in
21834 order to get rid of the `static' prototypes.
21835 No longer use `register'.
21836 * src/output.h: New file.
21837 Propagate its inclusion in files explicitly prototyping functions
21838 from output.c.
21839
d9efd181
AD
218402000-09-21 Akim Demaille <akim@epita.fr>
21841
21842 * src/atgeneral.m4: Update from Autoconf.
21843
c29240e7 218442000-09-21 Akim Demaille <akim@epita.fr>
2fa6973e
AD
21845
21846 * src/closure.h: New file.
21847 * src/closure.c: Formatting changes, topological sort over the
21848 functions, use of closure.h.
21849 (initialize_closure, finalize_closure): Rename as...
21850 (new_closure, free_closure): these. Adjust dependencies.
21851 * src/LR0.c: Formatting changes, topological sort, use of
21852 cloture.h.
21853 (initialize_states): Rename as...
21854 (new_states): this.
21855 * src/Makefile.am (noinst_HEADERS): Adjust.
21856
499daa50
AD
218572000-09-20 Akim Demaille <akim@epita.fr>
21858
21859 * src/acconfig.h: Don't protect config.h against multiple
21860 inclusion.
21861 Don't define PARAMS.
21862 * src/system.h: Define PARAMS.
21863 Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the
21864 purpose of config.h. system.h must not try to fix wrong
21865 definitions in config.h.
21866
cc84fd5d
AD
218672000-09-20 Akim Demaille <akim@epita.fr>
21868
21869 * src/derives.h: New file.
21870 * src/main.c, src/derives.h: Use it.
21871 Formatting changes.
21872 * src/Makefile.am (noinst_HEADERS): Adjust.
21873
db5b3a89
AD
218742000-09-20 Akim Demaille <akim@epita.fr>
21875
21876 * tests/atgeneral.m4: Update from Autoconf.
21877 * tests/calc.m4 (_AT_DATA_CALC_Y, AT_DATA_CALC_Y, _AT_CHECK_CALC)
21878 (AT_CHECK_CALC): New macros.
21879 Use these macros to test bison with options `', `--raw',
21880 `--debug', `--yacc', `--yacc --debug'.
21881
ceed8467
AD
218822000-09-19 Akim Demaille <akim@epita.fr>
21883
21884 * src/output.c: Formatting changes.
21885 * src/machine.h: Remove, leaving its contents in...
21886 * src/system.h: here.
21887 Include stdio.h.
21888 Adjust all dependencies on stdio.h and machine.h.
21889 * src/getargs.h: New file.
21890 Let all `extern' declarations about getargs.c be replaced with
21891 inclusion of `getargs.h'.
21892 * src/Makefile.am (noinst_HEADERS): Adjust.
21893
21894 * tests/calc.m4 (yyin): Be initialized in main, not on the global
21895 scope.
21896 (yyerror): Returns void, not int.
21897 * doc/bison.texinfo: Formatting changes.
21898
05a1d24b
AD
218992000-09-19 Akim Demaille <akim@epita.fr>
21900
21901 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
21902 portable.
21903
cbd25751
AD
219042000-09-18 Akim Demaille <akim@epita.fr>
21905
21906 * configure.in: Append WARNING_CFLAGS to CFLAGS.
21907 * src/Makefile.am (INCLUDES): Don't.
21908 Be ready to fetch headers in lib/.
21909
13863333
AD
219102000-09-18 Akim Demaille <akim@epita.fr>
21911
21912 * doc/bison.texinfo: Update the copyright.
21913 ANSIfy and GNUify the examples.
21914 Remove the old menu.
21915
0d533154
AD
219162000-09-18 Akim Demaille <akim@epita.fr>
21917
21918 First set of tests: use the `calc' example from the documentation.
21919
21920 * src/bison.s1 (yyparse): Condition the code using `yytname' which
21921 is defined only when YYDEBUG is.
21922 * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
21923 * src/files.c (tryopen, tryclose): Formatting changes.
21924 Move to the top and be static.
21925 * src/reader.c (read_signed_integer): Likewise.
21926 * tests/calc.m4: New file.
21927 * Makefile.am, suite.m4: Adjust.
21928 * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
21929
e79137ac
AD
219302000-09-18 Akim Demaille <akim@epita.fr>
21931
21932 Add support for an Autotest test suite for Bison.
21933
21934 * m4/m4.m4, m4/atconfig.m4: New files.
21935 * m4/Makefile.am (EXTRA_DIST): Adjust.
21936 * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
21937 files.
21938 * src/getargs.c: Display a more standard --version message.
21939 * src/reader.c (reader): Formatting changes.
21940 No longer depend upon VERSION_STRING.
21941 * configure.in: No longer use `dnl'.
21942 Set up the test suite and the new directory `tests/.
21943 (VERSION_STRING): Remove.
21944
27821bff
AD
219452000-04-14 Akim Demaille <akim@epita.fr>
21946
21947 * src/reader.c (copy_comment2): New function, same as former
21948 `copy_comment', but outputs into two FILE *.
21949 (copy_comment): Use it.
21950 (parse_union_decl): Use it.
21951 (get_type, parse_start_decl): Use the same `invalid' message.
21952 (parse_start_decl, parse_union_decl): Use the same `multiple'
21953 message.
21954 (parse_union_decl, copy_guard, copy_action): Use the same
21955 `unmatched' message.
21956 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
21957
cfe5fbc0
AD
219582000-03-31 Akim Demaille <akim@epita.fr>
21959
21960 * src/files.c (tryopen, tryclose): Move to the top.
21961 Be static.
21962
cb7db13e
AD
219632000-03-31 Akim Demaille <akim@epita.fr>
21964
21965 * src/main.c (main): Don't call `done', exit does it.
21966
a0f6b076
AD
219672000-03-31 Akim Demaille <akim@epita.fr>
21968
36281465
AD
21969 * allocate.c: s/return (foo)/return foo/.
21970 * lalr.c: Likewise.
21971 * LR0.c: Likewise.
21972 * output.c: Likewise.
21973 * reader.c: Likewise.
21974 * symtab.c: Likewise.
21975 * vmsgetargs.c: Likewise.
21976
219772000-03-31 Akim Demaille <akim@epita.fr>
21978
21979 Clean up the error reporting functions.
a0f6b076
AD
21980
21981 * src/report.c: New file.
21982 * src/report.h: Likewise.
21983 * src/Makefile.am: Adjust.
21984 * m4/error.m4: New file.
21985 * m4/Makefile.am: Adjust.
21986 * configure.in (jm_PREREQ_ERROR): Call it.
21987 * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
21988 Remove.
21989 (fatal, fatals): Remove. All callers use complain.c::fatal.
21990 (warn, warni, warns, warnss, warnss): Remove. All callers use
21991 complain.c::complain.
21992 (toomany): Remove, use fatal instead.
21993 * src/files.c (done): No argument, use complain_message_count.
21994 * src/main.c (main): Register `done' to `atexit'.
21995
21996 * src/getargs.c (usage): More `fputs', less `fprintf'.
21997
18539825
AD
219982000-03-28 Akim Demaille <akim@epita.fr>
21999
22000 * lib/: New directory.
22001 * Makefile.am (SUBDIRS): Adjust.
22002 * configure.in: Adjust.
22003 (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
22004 useless.
22005 * src/alloca.c: Moved to lib/.
22006 * src/getopt.c: Likewise.
22007 * src/getopt1.c: Likewise.
22008 * src/getopt.h: Likewise.
22009 * src/ansi2knr.c: Likewise.
22010 * src/ansi2knr.1: Likewise.
22011 * src/Makefile.am: Adjust.
22012 * lib/Makefile.am: New file.
22013
9f306f2a
AD
220142000-03-28 Akim Demaille <akim@epita.fr>
22015
22016 * src/getargs.c (usage): Refresh the help message.
22017
0ba347b6
AD
220182000-03-17 Akim Demaille <akim@epita.fr>
22019
22020 * src/getopt1.c: Updated from textutils 2.0e
22021 * src/getopt.c: Likewise.
22022 * src/getopt.h: Likewise.
22023
dbe7f271
AD
220242000-03-17 Akim Demaille <akim@epita.fr>
22025
22026 * src/Makefile.am (bison.simple): Fix the awk program: quote only
22027 the file name, not the whole `#line LINE FILE'.
22028
75bbe78d
AD
220292000-03-17 Akim Demaille <akim@epita.fr>
22030
22031 On syntax errors, report the token on which we choked.
22032
aa5fd0ee
AD
22033 * src/bison.s1 (yyparse): In the label yyerrlab, when
22034 YYERROR_VERBOSE, add yychar in msg.
75bbe78d 22035
7b306f52
AD
220362000-03-17 Akim Demaille <akim@epita.fr>
22037
aa5fd0ee 22038 * src/reader.c (copy_at): New function.
7b306f52
AD
22039 (copy_guard): Use it.
22040 (copy_action): Use it.
22041
e87b5700
AD
220422000-03-17 Akim Demaille <akim@epita.fr>
22043
22044 Be kind to translators, save some useless translations.
22045
aa5fd0ee 22046 * src/main.c (banner): New function.
e87b5700
AD
22047 (fatal_banner): Use it.
22048 (warn_banner): Use it.
22049
ae3c3164
AD
220502000-03-17 Akim Demaille <akim@epita.fr>
22051
aa5fd0ee
AD
22052 * src/reader.c (copy_definition): Use copy_string and
22053 copy_comment. Removed now unused `match', `ended',
22054 `cplus_comment'.
ae3c3164
AD
22055 (copy_comment, copy_string): Moved, to be visible from
22056 copy_definition.
22057
4dc58e7c
AD
220582000-03-17 Akim Demaille <akim@epita.fr>
22059
aa5fd0ee
AD
22060 * src/reader.c (copy_string): Declare `static inline'. No
22061 problems with inline, since it is checked by configure.
4dc58e7c
AD
22062 (copy_comment): Likewise.
22063
0a6384c4
AD
220642000-03-17 Akim Demaille <akim@epita.fr>
22065
aa5fd0ee 22066 * src/reader.c (packsymbols): Formatting changes.
0a6384c4 22067
3cef001a
AD
220682000-03-17 Akim Demaille <akim@epita.fr>
22069
aa5fd0ee 22070 * src/reader.c (copy_comment): New function, factored out from:
3cef001a
AD
22071 (copy_action): Use it. Removed now unused `match', `ended',
22072 `cplus_comment'.
22073 (copy_guard): Likewise.
22074
ca36d2ef
AD
220752000-03-17 Akim Demaille <akim@epita.fr>
22076
aa5fd0ee 22077 * src/reader.c (copy_string): New function, factored out from:
ca36d2ef
AD
22078 (copy_action): Use it.
22079 (copy_guard): Likewise.
22080
6666f98f
AD
220812000-03-17 Akim Demaille <akim@epita.fr>
22082
22083 Change the handling of @s so that they behave exactly like $s.
22084 There is now a pseudo variable @$ (readble and writable), location
22085 of the lhs of the rule (by default ranging from the location of
22086 the first symbol of the rhs, to the location of the last symbol,
22087 or, if the rhs is empty, YYLLOC).
22088
22089 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
22090 yyval.
22091 (yyparse): When providing a default semantic action, provide a
22092 default location action.
22093 (after the $): No longer change `*YYLSP', just stack YYLOC the
22094 same way you stack YYVAL.
22095 * src/reader.c (read_declarations): Use warns.
22096 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
22097 (copy_action, case '@'): Likewise.
22098 Use a standard error message, to save useless work from
22099 translators.
22100
41aca2e0
AD
221012000-03-17 Akim Demaille <akim@epita.fr>
22102
aa5fd0ee
AD
22103 * src/bison.s1: Formatting and cosmetics changes.
22104 * src/reader.c: Likewise.
41aca2e0
AD
22105 Update the Copyright notice.
22106
dc08c1d5
AD
221072000-03-17 Akim Demaille <akim@epita.fr>
22108
aa5fd0ee
AD
22109 * src/bison.s1 (#line): All set to `#line' only, since the
22110 Makefile now handles them.
dc08c1d5 22111
9ee3c97b
AD
221122000-03-16 Akim Demaille <akim@epita.fr>
22113
22114 * src/output.c (output_rule_data): Output the documentation of
22115 some of the tables.
22116 (Copyright notice): Update.
22117 Formatting changes.
22118
0de741ca
AD
221192000-03-16 Akim Demaille <akim@epita.fr>
22120
22121 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
22122 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
22123 One `#if YYDEBUG' remains, since it uses variables which are
22124 defined only if `YYDEBUG != 0'.
22125
bb10be54
AD
221262000-03-16 Akim Demaille <akim@epita.fr>
22127
22128 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
22129 and related variables so that the similarities are highlighted.
22130
b07b484a
AD
221312000-03-16 Akim Demaille <akim@epita.fr>
22132
22133 * src/bison.s1: Properly indent CPP directives.
22134
361f60b3
AD
221352000-03-16 Akim Demaille <akim@epita.fr>
22136
22137 * src/bison.s1: Properly indent the `alloca' CPP section.
22138
8c44d3ec
AD
221392000-03-16 Akim Demaille <akim@epita.fr>
22140
22141 Do not hard code values of directories in `configure.in'.
22142 Update the `configure' tool chain.
22143
22144 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
22145 src/makefile.am.
22146 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
22147 (AC_OUTPUT): Add m4/Makefile.
22148 Bump to bison 1.28a, 1.29 has never been released.
22149 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
22150 handled via src/Makefile.am.
22151 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
22152 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
22153 autoheader.
22154 * Makefile.am (SUBDIRS): Add m4.
22155 (ACLOCAL_AM_FLAGS): New variable.
22156 (AUTOMAKE_OPTIONS): Add check-news.
22157 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
22158 the proper line number and file name.
22159 (DEFS): Propagate the location of bison library files and of the
22160 locale files.
22161 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
22162 builddir.
22163 * acinclude.m4: Remove, replaced by the directory m4.
22164 * m4/Makefile.am (EXTRA_DIST): New variable.
22165 * m4/gettext.m4: New file, from the fileutils.
22166 * m4/lcmessage.m4: Likewise
22167 * m4/progtest.m4: Likewise.
22168 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
22169
f95997e7
AD
221702000-03-10 Akim Demaille <akim@epita.fr>
22171
22172 * src/closure.c:
22173 Formatting changes of various comments.
22174 Respect the GNU coding standards at various places.
22175 Don't use `_()' when no translation is needed.
22176
221771999-12-13 Jesse Thilo <jthilo@gnu.org>
22178
22179 * src/files.c:
22180 OS/2 honors TMPDIR environment variable.
22181
221821999-12-13 Jesse Thilo <jthilo@gnu.org>
22183
22184 * doc/bison.texinfo: Tweaked spelling and grammar.
22185 Updated ISBN.
22186 Removed reference to price of printed copy.
22187 Mention BISON_SIMPLE and BISON_HAIRY.
22188
221891999-12-13 Jesse Thilo <jthilo@gnu.org>
22190
22191 * configure.in, NEWS:
22192 Bison 1.29 released.
22193
221941999-10-27 Jesse Thilo <jthilo@gnu.org>
22195
22196 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
22197 Added reference card.
22198
221991999-07-26 Jesse Thilo <jthilo@gnu.org>
22200
22201 * po/ru.po: Added Russian translation.
22202
222031999-07-26 Jesse Thilo <jthilo@gnu.org>
22204
22205 * configure.in: Added Russian translation.
22206
222071999-07-06 Jesse Thilo <jthilo@gnu.org>
22208
22209 * configure.in, NEWS, README:
22210 Released version 1.28.
22211
222121999-06-14 Jesse Thilo <jthilo@gnu.org>
22213
22214 * src/system.h:
22215 Squashed redefinition warning on some systems.
22216
22217 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
22218 Have configure build version string instead of relying on ANSI string
22219 concatentation.
22220
222211999-06-14 Jesse Thilo <jthilo@gnu.org>
22222
22223 * po/POTFILES.in: Got rid of version.c.
22224
222251999-06-14 Jesse Thilo <jthilo@gnu.org>
22226
22227 * acconfig.h, configure.in:
22228 Have configure build version string instead of relying on ANSI string
22229 concatentation.
22230
222311999-06-08 Jesse Thilo <jthilo@gnu.org>
22232
22233 * doc/bison.1:
22234 Dropped mention of `+' for long-named options.
22235
222361999-05-30 Jesse Thilo <jthilo@gnu.org>
22237
22238 * src/files.c: Added <unistd.h> for unlink().
22239
22240 * src/Makefile.am, src/system.h:
22241 I18n fixes.
22242
222431999-05-30 Jesse Thilo <jthilo@gnu.org>
22244
22245 * README: Added a FAQ list.
22246
22247 * configure.in, acconfig.h:
22248 I18n fixes.
22249
222501999-05-30 Jesse Thilo <jthilo@gnu.org>
22251
22252 * doc/FAQ, doc/Makefile.am:
22253 Added a FAQ list.
22254
222551999-05-19 Jesse Thilo <jthilo@gnu.org>
22256
22257 * src/alloc.h, src/symtab.h, src/version.c:
22258 Protected inclusion of "config.h" with HAVE_CONFIG_H.
22259
222601999-04-18 Jesse Thilo <jthilo@gnu.org>
22261
22262 * src/.cvsignore, src/Makefile.am:
22263 Reorganized: sources in `src', documentation in `doc'.
22264
22265 * src/lex.c (literalchar):
22266 fixed the code for escaping double quotes (thanks
22267 Jonathan Czisny.)
22268
222691999-04-18 Jesse Thilo <jthilo@gnu.org>
22270
22271 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
22272 Adjusted paths to reflect directory reorganization.
22273
222741999-04-18 Jesse Thilo <jthilo@gnu.org>
22275
22276 * doc/.cvsignore, doc/Makefile.am:
22277 Reorganized: sources in `src', documentation in `doc'.
22278
222791999-04-18 Jesse Thilo <jthilo@gnu.org>
22280
22281 * configure.in:
22282 Updated AC_INIT file to reflect directory reorganization.
22283
22284 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
22285 Reorganized: sources in `src', documentation in `doc'.
22286
222871999-04-13 Jesse Thilo <jthilo@gnu.org>
22288
22289 * src/allocate.c:
22290 Don't declare calloc() and realloc() if not necessary.
22291
222921999-04-13 Jesse Thilo <jthilo@gnu.org>
22293
22294 * configure.in, acconfig.h, acinclude.m4:
22295 Don't declare calloc() and realloc() if not necessary.
22296
222971999-03-23 Jesse Thilo <jthilo@gnu.org>
22298
22299 * po/.cvsignore: Added i18n support.
22300
223011999-03-23 Jesse Thilo <jthilo@gnu.org>
22302
22303 * acconfig.h, configure.in, Makefile.am:
22304 Added i18n support.
22305
223061999-03-22 Jesse Thilo <jthilo@gnu.org>
22307
22308 * src/bison.s1: Fixed #line numbers.
22309
223101999-03-15 Jesse Thilo <jthilo@gnu.org>
22311
22312 * po/es.po, po/fr.po, po/nl.po, po/de.po:
22313 Added PO files from Translation Project.
22314
223151999-03-03 Jesse Thilo <jthilo@gnu.org>
22316
22317 * Makefile.am:
22318 Added support for non-ANSI compilers (ansi2knr).
22319
223201999-02-16 Jesse Thilo <jthilo@gnu.org>
22321
22322 * configure.in: Bumped version number to 1.27.
22323
22324 * Makefile.am:
22325 Added `bison.simple' to list of files removed by `make distclean'.
22326
223271999-02-12 Jesse Thilo <jthilo@gnu.org>
22328
22329 * src/files.c, src/files.h:
22330 Defined locations of parser files in config.h instead of Makefile.
22331
223321999-02-12 Jesse Thilo <jthilo@gnu.org>
22333
22334 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
22335 Defined locations of parser files in config.h instead of Makefile.
22336
223371999-02-09 Jesse Thilo <jthilo@gnu.org>
22338
22339 * Makefile.am:
22340 Removed inappropriate use of $< macro.
22341
223421999-02-05 Jesse Thilo <jthilo@gnu.org>
22343
22344 * po/Makefile.in.in, po/POTFILES.in:
22345 Add `po' directory skeleton.
22346
223471999-01-27 Jesse Thilo <jthilo@gnu.org>
22348
22349 * README: Document help-bison list.
22350
22351 * configure.in: Add check for mkstemp().
22352
223531999-01-20 Jesse Thilo <jthilo@gnu.org>
22354
22355 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
22356 Hush a few compiler warnings.
22357
22358 * src/files.c:
22359 Add tryclose(), which verifies that fclose was successful.
22360 Hush a couple of compiler warnings.
22361
223621999-01-20 Jesse Thilo <jthilo@gnu.org>
22363
22364 * Makefile.am, OChangeLog:
22365 ChangeLog is now automatically generated. Include the old version as
22366 OChangeLog.
22367
223681999-01-14 Jesse Thilo <jthilo@gnu.org>
22369
22370 * 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:
22371 Update FSF address.
22372
223731999-01-14 Jesse Thilo <jthilo@gnu.org>
22374
22375 * doc/bison.texinfo: Fix formatting glitch.
22376
22377 * doc/bison.texinfo: Update FSF address.
22378
223791999-01-14 Jesse Thilo <jthilo@gnu.org>
22380
22381 * acconfig.h: Update FSF address.
22382
223831999-01-08 Jesse Thilo <jthilo@gnu.org>
22384
22385 * src/system.h:
22386 Don't define PACKAGE here, since config.h defines it.
22387
223881998-12-30 Jesse Thilo <jthilo@gnu.org>
22389
22390 * src/reader.c: Update copyright date.
22391
22392 * src/main.c:
22393 Ditch sprintf to statically-sized buffers in fatal/warn functions in
22394 favor of output directly to stderr (avoids buffer overruns).
22395
22396 * src/reader.c: Some checks for premature EOF.
22397
22398 * 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:
22399 Use prototypes if the compiler understands them.
22400
22401 * src/files.c: Honor TMPDIR on Unix hosts.
22402 Use prototypes if the compiler understands them.
22403
22404 * src/reader.c:
22405 Fix a couple of buffer overrun bugs.
22406 Use prototypes if the compiler understands them.
22407
22408 * src/system.h: Include unistd.h and ctype.h.
22409 Use #ifdef instead of #if for NLS symbols.
22410
224111998-12-30 Jesse Thilo <jthilo@gnu.org>
22412
22413 * doc/bison.texinfo:
22414 Delete comment "consider using @set for edition number, etc..." since
22415 we now are doing so.
22416
224171998-12-30 Jesse Thilo <jthilo@gnu.org>
22418
22419 * configure.in:
22420 Use prototypes if the compiler understands them.
22421
22422 * NEWS: Document 1.26 highlights.
22423
22424 * Makefile.am: Require Automake 1.3 or later.
22425
22426 * acconfig.h:
22427 Use prototypes if the compiler understands them.
22428
224291998-12-29 Jesse Thilo <jthilo@gnu.org>
22430
22431 * src/version.c:
22432 Use VERSION symbol from automake for version number.
22433
224341998-12-29 Jesse Thilo <jthilo@gnu.org>
22435
22436 * acconfig.h, configure.in, version.cin:
22437 Use VERSION symbol from automake for version number.
22438
224391998-11-28 Jesse Thilo <jthilo@gnu.org>
22440
22441 * Makefile.am:
22442 Distribute original version of simple parser (bison.s1), not built
22443 version (bison.simple).
22444
224451998-11-28 Jesse Thilo <jthilo@gnu.org>
22446
22447 * doc/bison.texinfo: Add info dir entry.
22448
22449 * doc/bison.texinfo:
22450 Let automake put version number into documentation.
22451
224521998-11-26 Jesse Thilo <jthilo@gnu.org>
22453
22454 * src/bison.cld, src/build.com, src/vmshlp.mar:
22455 Add non-RCS files from /gd/gnu/bison.
22456
224571998-11-26 Jesse Thilo <jthilo@gnu.org>
22458
22459 * doc/bison.1:
22460 Document the BISON_HAIRY and BISON_SIMPLE variables.
22461
224621998-11-25 Jesse Thilo <jthilo@gnu.org>
22463
22464 * src/version.c: Build version.c automatically.
22465
22466 * src/reader.c:
22467 Fix token numbering (used to start at 258, not 257).
22468
22469 * src/system.h: Include config.h.
22470
22471 * src/getargs.c: Update bug report address.
22472
22473 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
22474 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
22475
224761998-11-25 Jesse Thilo <jthilo@gnu.org>
22477
22478 * Makefile.am:
22479 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
22480
22481 * configure.in, version.cin:
22482 Build version.c automatically.
22483
22484 * AUTHORS: Add AUTHORS file.
22485
22486 * README: Update bug report address.
22487
22488 * bison.simple:
22489 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
22490
22491 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
22492 Add automake stuff.
22493
224941998-11-25 Jesse Thilo <jthilo@gnu.org>
22495
22496 * doc/bison.texinfo: Clean up some formatting.
22497
224981998-05-05 Richard Stallman <rms@gnu.org>
22499
22500 * doc/bison.texinfo:
22501 Explain better why to make a pure parser.
22502
225031998-01-05 Richard Stallman <rms@gnu.org>
22504
22505 * src/files.c (openfiles):
22506 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
22507 find a temporary directory, if possible. Do not unlink files while
22508 they are open.
22509
225101997-08-25 Richard Stallman <rms@gnu.org>
22511
22512 * src/reader.c (stack_offset;):
22513 Change some warni to warns.
22514
22515 * src/lex.c (literalchar): Use warns, not warni.
22516
225171997-06-28 Richard Stallman <rms@gnu.org>
22518
22519 * src/bison.s1: Add a Bison version comment.
22520
22521 * src/main.c (fatal, warn, berror):
22522 Use program_name.
22523
225241997-06-28 Richard Stallman <rms@gnu.org>
22525
22526 * Makefile.in (bison_version): New variable.
22527 (dist): Use that variable.
22528 (bison.s1): Substitute the Bison version into bison.simple.
22529
22530 * bison.simple: Add a Bison version comment.
22531
225321997-06-18 Richard Stallman <rms@gnu.org>
22533
22534 * src/main.c (fatal, warn, berror):
22535 Make error messages standard.
22536 (toomany): Improve error message text.
22537
22538 * 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:
22539 new.h renamed to alloc.h.
22540
225411997-06-18 Richard Stallman <rms@gnu.org>
22542
22543 * Makefile.in: new.h renamed to alloc.h.
22544
225451997-05-24 Richard Stallman <rms@gnu.org>
22546
22547 * src/lex.c (literalchar):
22548 Fix the code for escaping \, " and '.
22549
22550 (lex): Avoid trouble when there are many chars
22551 to discard in a char literal with just several chars in it.
22552
225531997-05-17 Richard Stallman <rms@gnu.org>
22554
22555 * src/bison.s1:
22556 Use malloc, if using alloca is troublesome.
22557 (YYSTACK_USE_ALLOCA): New flag macro.
22558 Define it for some systems and compilers.
22559 (YYSTACK_ALLOC): New macro.
22560 (yyparse): Use YYSTACK_ALLOC to allocate stack.
22561 If it was malloc'd, free it.
22562
225631997-05-17 Richard Stallman <rms@gnu.org>
22564
22565 * bison.simple:
22566 Use malloc, if using alloca is troublesome.
22567 (YYSTACK_USE_ALLOCA): New flag macro.
22568 Define it for some systems and compilers.
22569 (YYSTACK_ALLOC): New macro.
22570 (yyparse): Use YYSTACK_ALLOC to allocate stack.
22571 If it was malloc'd, free it.
22572
225731997-04-23 Richard Stallman <rms@gnu.org>
22574
22575 * src/bison.s1:
22576 (alloca) [__hpux]: Always define as __builtin_alloca.
22577
225781997-04-23 Richard Stallman <rms@gnu.org>
22579
22580 * bison.simple:
22581 (alloca) [__hpux]: Always define as __builtin_alloca.
22582
225831997-04-22 Richard Stallman <rms@gnu.org>
22584
22585 * src/bison.s1:
22586 [__hpux]: Include alloca.h (right for HPUX 10)
22587 instead of declaring alloca (right for HPUX 9).
22588
22589 * src/bison.s1 (__yy_memcpy):
22590 Declare arg `count' as unsigned int.
22591 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
22592
225931997-04-22 Richard Stallman <rms@gnu.org>
22594
22595 * bison.simple:
22596 [__hpux]: Include alloca.h (right for HPUX 10)
22597 instead of declaring alloca (right for HPUX 9).
22598
22599 * bison.simple (__yy_memcpy):
22600 Declare arg `count' as unsigned int.
22601 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
22602
226031997-01-03 Richard Stallman <rms@gnu.org>
22604
22605 * src/allocate.c: [__STDC__ or _MSC_VER]:
22606 Declare calloc and realloc to return void *.
22607
226081997-01-02 Richard Stallman <rms@gnu.org>
22609
22610 * src/system.h:
22611 [_MSC_VER]: Include stdlib.h and process.h.
22612 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
22613
22614 * src/main.c (main): Return FAILURE as a value.
22615 (printable_version): Declare arg as int, not char.
22616
226171997-01-02 Richard Stallman <rms@gnu.org>
22618
22619 * Makefile.in (dist):
22620 Explicitly check for symlinks, and copy them.
22621
226221996-12-19 Richard Stallman <rms@gnu.org>
22623
22624 * src/files.c:
22625 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
22626
226271996-12-18 Paul Eggert <eggert@gnu.org>
22628
22629 * src/bison.s1 (yyparse):
22630 If __GNUC__ and YYPARSE_PARAM are both defined,
22631 declare yyparse to have a void * argument.
22632
226331996-12-18 Paul Eggert <eggert@gnu.org>
22634
22635 * bison.simple (yyparse):
22636 If __GNUC__ and YYPARSE_PARAM are both defined,
22637 declare yyparse to have a void * argument.
22638
226391996-12-17 Richard Stallman <rms@gnu.org>
22640
22641 * src/reduce.c (nbits): Add some casts.
22642
226431996-08-12 Richard Stallman <rms@gnu.org>
22644
22645 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
22646
226471996-08-12 Richard Stallman <rms@gnu.org>
22648
22649 * bison.simple: Test _MSDOS as well as _MSDOS_.
22650
226511996-07-31 Richard Stallman <rms@gnu.org>
22652
22653 * src/bison.s1:
22654 [__sun && __i386]: Include alloca.h.
22655
226561996-07-31 Richard Stallman <rms@gnu.org>
22657
22658 * bison.simple:
22659 [__sun && __i386]: Include alloca.h.
22660
226611996-07-30 Richard Stallman <rms@gnu.org>
22662
22663 * src/bison.s1: Comment change.
22664
22665 * src/bison.s1: Test _MSDOS_, not MSDOS.
22666
226671996-07-30 Richard Stallman <rms@gnu.org>
22668
22669 * bison.simple: Comment change.
22670
22671 * bison.simple: Test _MSDOS_, not MSDOS.
22672
226731996-06-01 Richard Stallman <rms@gnu.org>
22674
22675 * 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:
22676 Insert `_' macro around many string constants.
22677
22678 * src/main.c:
22679 Insert `_' macro around many string constants.
22680
22681 (main): Call setlocale, bindtextdomain and textdomain.
22682
22683 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
22684 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
22685 [ENABLE_NLS]: Include libintl.h.
22686 [ENABLE_NLS] (gettext): Define.
22687 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
22688 (N_, PACKAGE, LOCALEDIR): New macros.
22689
226901996-06-01 Richard Stallman <rms@gnu.org>
22691
22692 * POTFILES.in: New file.
22693
22694 * Makefile.in (allocate.o):
22695 Define target explicitly.
22696
22697 * Makefile.in (CFLAGS): Set to @CFLAGS@.
22698 (LDFLAGS): Set to @LDFLAGS@.
22699 (configure): Run autoconf only if preceding `cd' succeeds.
22700 (bison.s1): Redirect output to temporary file then move the
22701 temporary to the target, rather than redirecting directly to bison.s1.
22702 (clean): Remove config.status and config.log.
22703 (distclean): Don't remove config.status here.
22704
227051996-05-12 Richard Stallman <rms@gnu.org>
22706
22707 * src/bison.s1:
22708 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
22709
227101996-05-12 Richard Stallman <rms@gnu.org>
22711
22712 * bison.simple:
22713 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
22714
227151996-05-11 Richard Stallman <rms@gnu.org>
22716
22717 * src/bison.s1 (__yy_memcpy):
22718 Really reorder the args, as was supposedly done on Feb 14 1995.
22719 (yyparse): Calls changed accordingly.
22720
227211996-05-11 Richard Stallman <rms@gnu.org>
22722
22723 * Makefile.in (dist): Don't use $(srcdir).
22724
22725 * bison.simple (__yy_memcpy):
22726 Really reorder the args, as was supposedly done on Feb 14 1995.
22727 (yyparse): Calls changed accordingly.
22728
227291996-01-27 Richard Stallman <rms@gnu.org>
22730
22731 * src/output.c (output_rule_data):
22732 Test YYERROR_VERBOSE in the conditional
22733 around the definition of ttyname.
22734
227351995-12-29 Richard Stallman <rms@gnu.org>
22736
22737 * src/bison.s1:
22738 Fix line numbers in #line commands.
22739
227401995-12-29 Richard Stallman <rms@gnu.org>
22741
22742 * bison.simple:
22743 Fix line numbers in #line commands.
22744
227451995-12-27 Richard Stallman <rms@gnu.org>
22746
22747 * src/bison.s1 (YYPARSE_PARAM_DECL):
22748 In C++, make it always null.
22749 (YYPARSE_PARAM_ARG): New macro.
22750 (yyparse): Use YYPARSE_PARAM_ARG.
22751
227521995-12-27 Richard Stallman <rms@gnu.org>
22753
22754 * bison.simple (YYPARSE_PARAM_DECL):
22755 In C++, make it always null.
22756 (YYPARSE_PARAM_ARG): New macro.
22757 (yyparse): Use YYPARSE_PARAM_ARG.
22758
227591995-11-29 Richard Stallman <rms@gnu.org>
22760
22761 * doc/bison.texinfo:
22762 Describe literal string tokens, %raw, %no_lines, %token_table.
22763
227641995-11-29 Daniel Hagerty <hag@gnu.org>
22765
22766 * doc/bison.texinfo: Fixed update date
22767
227681995-10-16 Richard Stallman <rms@gnu.org>
22769
22770 * src/version.c: Version 1.25.
22771
227721995-10-16 Richard Stallman <rms@gnu.org>
22773
22774 * NEWS: *** empty log message ***
22775
227761995-10-16 Richard Stallman <rms@gnu.org>
22777
22778 * doc/bison.1, doc/bison.rnh:
22779 Add new options.
22780
227811995-10-15 Richard Stallman <rms@gnu.org>
22782
22783 * src/vmsgetargs.c, src/getargs.c:
22784 Added -n, -k, and -raw switches.
22785 (noparserflag, toknumflag, rawtoknumflag): New variables.
22786
22787 * src/symtab.h (SALIAS):
22788 New #define for adding aliases to %token.
22789 (struct bucket): Added `alias' field.
22790
22791 * src/reduce.c (reduce_grammar):
22792 Revise error message.
22793 (print_notices): Remove final `.' from error message.
22794
22795 * src/reader.c (reader_output_yylsp):
22796 New function.
22797 (readgram): Use `#if 0' around code that accepted %command
22798 inside grammar rules: The documentation doesn't allow it,
22799 and it will fail since the %command processors scan for the next %.
22800 (parse_token_decl): Extended the %token
22801 declaration to allow a multi-character symbol as an alias.
22802 (parse_thong_decl): New function.
22803 (read_declarations): Added %thong declarations.
22804 (read_declarations): Handle NOOP to deal with allowing
22805 % declarations as another means to specify the flags.
22806 (readgram): Allow %prec prior to semantics embedded in a rule.
22807 (skip_to_char, read_declarations, copy_definition)
22808 (parse_token_decl, parse_start_decl, parse_type_decl)
22809 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
22810 (get_type_name, copy_guard, copy_action, readgram)
22811 (get_type, packsymbols): Revised most error messages.
22812 Changed `fatal' to `warnxxx' to avoid aborting for error.
22813 Revised and use multiple warnxxx functions to avoid using VARARGS1.
22814 (read_declarations): Improve the error message for
22815 an invalid character. Do not abort.
22816 (read_declarations, copy_guard, copy_action): Use
22817 printable_version to avoid unprintable characters in printed output.
22818 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
22819 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
22820 Allow the type of a non-terminal can be given
22821 more than once, as long as all specifications give the same type.
22822
22823 * src/output.c:
22824 (output_headers, output_trailers, output, output_gram)
22825 (output_rule_data): Implement noparserflag variable.
22826 Implement toknumflag variable.
22827 (output): Call reader_output_yylsp to output LTYPESTR.
22828
22829 * src/main.c (main):
22830 If reader sees an error, don't process the grammar.
22831 (fatals): Updated to not use VARARGS1.
22832 (printable_version, int_to_string, warn, warni, warns, warnss)
22833 (warnsss): New error reporting functions. Avoid abort for error.
22834
22835 * src/lex.h:
22836 Added THONG and NOOP for alias processing.
22837 Added SETOPT for the new code that allows setting options with %flags.
22838
22839 * src/lex.c:
22840 Include getopt.h. Add some extern decls.
22841 (safegetc): New function to deal with EOF gracefully.
22842 (literalchar); new function to deal with reading \ escapes.
22843 (lex): Use literalchar.
22844 (lex): Implemented "..." tokens.
22845 (literalchar, lex, parse_percent_token): Made tokenbuffer
22846 always contain the token. This includes growing the token
22847 buffer while reading an integer.
22848 (parse_percent_token): Replaced if-else statement with percent_table.
22849 (parse_percent_token): Added % declarations as another
22850 way to specify the flags -n, -l, and -r. Also added hooks for
22851 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
22852 major changes to files.c.
22853 (lex) Retain in the incoming stream a character following
22854 an incorrect '/'.
22855 (skip_white_space, lex): Revised most error messages
22856 and changed fatal to warn to avoid aborting.
22857 (percent_table): Added %thong declarations.
22858
22859 * src/gram.h: Comment changes.
22860
22861 * src/files.c (openfiles, open_extra_files, done):
22862 Add faction flag
22863 and actfile file. Handle noparserflag. Both for -n switch.
22864
22865 * src/conflicts.c (resolve_sr_conflict):
22866 Remove use of alloca.
22867
228681995-06-01 Jim Meyering <meyering@gnu.org>
22869
22870 * doc/bison.texinfo: *** empty log message ***
22871
228721995-05-06 Richard Stallman <rms@gnu.org>
22873
22874 * src/bison.s1: Comment change.
22875
228761995-05-06 Richard Stallman <rms@gnu.org>
22877
22878 * bison.simple: Comment change.
22879
228801995-05-03 Richard Stallman <rms@gnu.org>
22881
22882 * src/version.c: Version now 1.24.
22883
22884 * src/bison.s1: Change distribution terms.
22885
22886 * src/version.c: Version now 1.23.
22887
228881995-05-03 Richard Stallman <rms@gnu.org>
22889
22890 * doc/bison.texinfo:
22891 Rewrite "Conditions for Using Bison".
22892 Update version to 1.24.
22893
228941995-05-03 Richard Stallman <rms@gnu.org>
22895
22896 * bison.simple: Change distribution terms.
22897
228981995-02-23 Richard Stallman <rms@gnu.org>
22899
22900 * src/files.c: Test __VMS_POSIX as well as VMS.
22901
229021995-02-14 Jim Meyering <meyering@gnu.org>
22903
22904 * src/bison.s1 (__yy_memcpy):
22905 Renamed from __yy_bcopy to avoid
22906 confusion. Reverse FROM and TO arguments to be consistent with
22907 those of memcpy.
22908
229091995-02-14 Jim Meyering <meyering@gnu.org>
22910
22911 * bison.simple (__yy_memcpy):
22912 Renamed from __yy_bcopy to avoid
22913 confusion. Reverse FROM and TO arguments to be consistent with
22914 those of memcpy.
22915
229161994-11-10 David J. MacKenzie <djm@gnu.org>
22917
22918 * NEWS: reformat
22919
22920 * NEWS: New file.
22921
22922 * Makefile.in (DISTFILES): Include NEWS.
22923
22924 * Makefile.in (DISTFILES):
22925 Include install-sh, not install.sh.
22926
22927 * configure.in: Update to Autoconf v2 macro names.
22928
229291994-10-05 David J. MacKenzie <djm@gnu.org>
22930
22931 * Makefile.in: fix typo
22932
22933 * Makefile.in (prefix, exec_prefix):
22934 Let configure set them.
22935
229361994-09-28 David J. MacKenzie <djm@gnu.org>
22937
22938 * Makefile.in: Set datadir to $(prefix)/share.
22939
229401994-09-15 Richard Stallman <rms@gnu.org>
22941
22942 * src/bison.s1:
22943 Update copyright notice and GPL version.
22944
229451994-09-15 Richard Stallman <rms@gnu.org>
22946
22947 * bison.simple:
22948 Update copyright notice and GPL version.
22949
229501994-07-12 Richard Stallman <rms@gnu.org>
22951
22952 * src/reduce.c, src/reader.c:
22953 entered into RCS
22954
229551994-05-05 David J. MacKenzie <djm@gnu.org>
22956
22957 * Makefile.in: entered into RCS
22958
229591994-03-26 Richard Stallman <rms@gnu.org>
22960
22961 * src/bison.s1: entered into RCS
22962
229631994-03-26 Richard Stallman <rms@gnu.org>
22964
22965 * bison.simple: entered into RCS
22966
229671994-03-25 Richard Stallman <rms@gnu.org>
22968
22969 * src/main.c: entered into RCS
22970
229711994-03-24 Richard Stallman <rms@gnu.org>
22972
22973 * src/conflicts.c: entered into RCS
22974
229751994-01-02 Richard Stallman <rms@gnu.org>
22976
22977 * Makefile.in: *** empty log message ***
22978
229791993-11-21 Richard Stallman <rms@gnu.org>
22980
22981 * src/bison.s1: *** empty log message ***
22982
229831993-11-21 Richard Stallman <rms@gnu.org>
22984
22985 * doc/bison.texinfo: entered into RCS
22986
22987 * doc/bison.texinfo: *** empty log message ***
22988
229891993-11-21 Richard Stallman <rms@gnu.org>
22990
22991 * bison.simple: *** empty log message ***
22992
229931993-10-25 David J. MacKenzie <djm@gnu.org>
22994
22995 * doc/bison.texinfo: *** empty log message ***
22996
229971993-10-19 Richard Stallman <rms@gnu.org>
22998
22999 * src/bison.s1: *** empty log message ***
23000
230011993-10-19 Richard Stallman <rms@gnu.org>
23002
23003 * bison.simple: *** empty log message ***
23004
230051993-10-14 Richard Stallman <rms@gnu.org>
23006
23007 * src/bison.s1: *** empty log message ***
23008
230091993-10-14 Richard Stallman <rms@gnu.org>
23010
23011 * bison.simple: *** empty log message ***
23012
230131993-09-14 David J. MacKenzie <djm@gnu.org>
23014
23015 * doc/bison.texinfo: *** empty log message ***
23016
230171993-09-13 Noah Friedman <friedman@gnu.org>
23018
23019 * Makefile.in: *** empty log message ***
23020
230211993-09-10 Richard Stallman <rms@gnu.org>
23022
23023 * src/conflicts.c: *** empty log message ***
23024
23025 * src/system.h: entered into RCS
23026
230271993-09-10 Richard Stallman <rms@gnu.org>
23028
23029 * doc/bison.1: entered into RCS
23030
230311993-09-06 Noah Friedman <friedman@gnu.org>
23032
23033 * src/version.c: entered into RCS
23034
230351993-09-06 Noah Friedman <friedman@gnu.org>
23036
23037 * Makefile.in: *** empty log message ***
23038
230391993-07-30 David J. MacKenzie <djm@gnu.org>
23040
23041 * Makefile.in: *** empty log message ***
23042
230431993-07-24 Richard Stallman <rms@gnu.org>
23044
23045 * src/bison.s1: *** empty log message ***
23046
230471993-07-24 Richard Stallman <rms@gnu.org>
23048
23049 * bison.simple: *** empty log message ***
23050
230511993-07-08 David J. MacKenzie <djm@gnu.org>
23052
23053 * Makefile.in: *** empty log message ***
23054
230551993-07-04 Richard Stallman <rms@gnu.org>
23056
23057 * src/bison.s1: *** empty log message ***
23058
230591993-07-04 Richard Stallman <rms@gnu.org>
23060
23061 * bison.simple: *** empty log message ***
23062
230631993-06-26 David J. MacKenzie <djm@gnu.org>
23064
23065 * src/getargs.c: entered into RCS
23066
230671993-06-26 David J. MacKenzie <djm@gnu.org>
23068
23069 * doc/bison.texinfo: *** empty log message ***
23070
23071 * doc/bison.1: New file.
23072
230731993-06-25 Richard Stallman <rms@gnu.org>
23074
23075 * src/getargs.c: New file.
23076
230771993-06-16 Richard Stallman <rms@gnu.org>
23078
23079 * src/bison.s1: *** empty log message ***
23080
230811993-06-16 Richard Stallman <rms@gnu.org>
23082
23083 * bison.simple: *** empty log message ***
23084
230851993-06-03 Richard Stallman <rms@gnu.org>
23086
23087 * src/bison.s1: New file.
23088
230891993-06-03 Richard Stallman <rms@gnu.org>
23090
23091 * doc/bison.texinfo: *** empty log message ***
23092
230931993-06-03 Richard Stallman <rms@gnu.org>
23094
23095 * bison.simple: New file.
23096
230971993-05-19 Richard Stallman <rms@gnu.org>
23098
23099 * doc/bison.texinfo: New file.
23100
231011993-05-07 Noah Friedman <friedman@gnu.org>
23102
23103 * Makefile.in: *** empty log message ***
23104
231051993-04-28 Noah Friedman <friedman@gnu.org>
23106
23107 * src/reader.c: *** empty log message ***
23108
231091993-04-23 Noah Friedman <friedman@gnu.org>
23110
23111 * src/alloc.h: entered into RCS
23112
231131993-04-20 David J. MacKenzie <djm@gnu.org>
23114
23115 * src/version.c: *** empty log message ***
23116
23117 * src/files.c, src/allocate.c:
23118 entered into RCS
23119
23120 * src/reader.c: *** empty log message ***
23121
23122 * src/lex.c: entered into RCS
23123
23124 * src/conflicts.c: New file.
23125
23126 * src/symtab.c: entered into RCS
23127
23128 * src/alloc.h: New file.
23129
23130 * src/LR0.c: entered into RCS
23131
231321993-04-18 Noah Friedman <friedman@gnu.org>
23133
23134 * src/reader.c: New file.
23135
23136 * src/version.c: *** empty log message ***
23137
231381993-04-18 Noah Friedman <friedman@gnu.org>
23139
23140 * Makefile.in: *** empty log message ***
23141
231421993-04-17 Noah Friedman <friedman@gnu.org>
23143
23144 * Makefile.in: *** empty log message ***
23145
231461993-04-15 Richard Stallman <rms@gnu.org>
23147
23148 * src/main.c, src/files.c:
23149 New file.
23150
231511993-04-15 Noah Friedman <friedman@gnu.org>
23152
23153 * configure.in: entered into RCS
23154
23155 * configure.in: *** empty log message ***
23156
23157 * configure.in: New file.
23158
231591993-04-14 Richard Stallman <rms@gnu.org>
23160
23161 * Makefile.in: New file.
23162
231631993-04-13 Richard Stallman <rms@gnu.org>
23164
23165 * src/version.c: New file.
23166
231671993-03-25 Richard Stallman <rms@gnu.org>
23168
23169 * src/output.c: entered into RCS
23170
231711992-09-25 Richard Stallman <rms@gnu.org>
23172
23173 * configure.bat: entered into RCS
23174
231751992-06-22 Richard Stallman <rms@gnu.org>
23176
23177 * src/vmsgetargs.c: entered into RCS
23178
231791992-06-22 Richard Stallman <rms@gnu.org>
23180
23181 * doc/bison.rnh: entered into RCS
23182
231831992-04-20 David J. MacKenzie <djm@gnu.org>
23184
23185 * README: entered into RCS
23186
231871992-01-22 Richard Stallman <rms@gnu.org>
23188
23189 * src/machine.h: entered into RCS
23190
231911991-12-21 Richard Stallman <rms@gnu.org>
23192
23193 * src/lalr.c, src/closure.c:
23194 entered into RCS
23195
231961991-12-20 Richard Stallman <rms@gnu.org>
23197
23198 * src/state.h: entered into RCS
23199
232001991-12-18 Richard Stallman <rms@gnu.org>
23201
23202 * src/print.c, src/nullable.c, src/derives.c:
23203 entered into RCS
23204
232051991-11-03 David J. MacKenzie <djm@gnu.org>
23206
23207 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
23208 entered into RCS
23209
232101988-09-09 Richard Stallman <rms@gnu.org>
23211
23212 * src/bison.hairy: entered into RCS
23213
232141987-12-16 Richard Stallman <rms@gnu.org>
23215
23216 * REFERENCES: entered into RCS
dc546b0f 23217
f294a2c2 23218
04098407 23219 -----
f294a2c2 23220
04098407 23221 Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996,
9126263e 23222 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
95021767 23223 Free Software Foundation, Inc.
f294a2c2 23224
04098407
PE
23225 Copying and distribution of this file, with or without
23226 modification, are permitted provided the copyright notice and this
23227 notice are preserved.