]> git.saurik.com Git - bison.git/blame - ChangeLog
Dub make_TOKEN as a public type interface.
[bison.git] / ChangeLog
CommitLineData
0623bacc
AD
12009-03-02 Akim Demaille <demaille@gostai.com>
2
3 Dub make_TOKEN as a public type interface.
4 * data/c++.m4 (b4_symbol_constructor_declare)
5 (b4_symbol_constructor_define): New empty stubs.
6 (b4_public_types_declare, b4_public_types_define): Use them.
7 * data/lalr1.cc (b4_symbol_constructor_declare)
8 (b4_symbol_constructor_declare_)
9 (b4_symbol_constructor_define_, b4_symbol_constructor_define):
10 Move to...
11 * data/variant.hh: here.
12 Remove the "b4_variant_if" parts, as variant.hh is loaded only if
13 needed.
14 * data/lalr1.cc: No longer invoke b4_symbol_constructor_define and
15 b4_symbol_constructor_declare, as it is now done by
16 b4_public_types_define and b4_public_types_declare.
17
5f5a90df
AD
182009-03-02 Akim Demaille <demaille@gostai.com>
19
20 Coding style changes.
21 * data/lalr1.cc (b4_symbol_constructor_declaration_)
22 (b4_symbol_constructor_declarations)
23 (b4_symbol_constructor_definition_)
24 (b4_symbol_constructor_definitions)
25 (b4_yytranslate_definition): Rename as...
26 (b4_symbol_constructor_declare_)
27 (b4_symbol_constructor_declare)
28 (b4_symbol_constructor_define_)
29 (b4_symbol_constructor_define)
30 (b4_yytranslate_define): these.
31 * data/variant.hh (b4_variant_definition): Rename as...
32 (b4_variant_define): this.
33
b47b6ff7
AD
342009-03-02 Akim Demaille <demaille@gostai.com>
35
36 Factor b4_assert_if, b4_lex_symbol_if, and b4_variant_if.
37 * data/bison.m4 (b4_percent_define_if_define): New.
38 * data/c++.m4 (b4_variant_if): Move to...
39 * data/bison.m4: Here, using b4_percent_define_if_define.
40 * data/lalr1.cc (b4_assert_if, b4_lex_symbol_if): Move to...
41 * data/bison.m4: Here, using b4_percent_define_if_define.
42
1d6b689b
AD
432009-03-02 Akim Demaille <demaille@gostai.com>
44
45 Dub symbol_type_base as a public type.
46 * data/c++.m4 (b4_public_types_declare): Now define
47 symbol_type_base and symbol_type.
48 (b4_public_types_define): New.
49 In both cases, the definitions are taken verbatim from lalr1.cc.
50 * data/lalr1.cc: Adjust.
51
4f84717d
AD
522009-03-02 Akim Demaille <demaille@gostai.com>
53
54 b4_public_types_declare.
55 * data/c++.m4 (b4_public_types_declare): New.
56 * data/glr.cc, data/lalr1.cc: Use it.
57
b9e4eb5b
AD
582009-03-02 Akim Demaille <demaille@gostai.com>
59
60 b4_semantic_type_declare.
61 * data/c++.m4 (b4_semantic_type_declare): New.
62 Factors and generalizes what was in glr.cc and lalr1.cc.
63 * data/variant.hh (b4_semantic_type_declare): Redefine it for
64 variants.
65 * data/lalr1.cc, data/glr.cc: Use it.
66
6a6e7f0c
AD
672009-02-26 Akim Demaille <demaille@gostai.com>
68
69 Upgrade gnulib.
70 * gnulib: Upgrade from master.
71 * lib/.cvsignore, lib/.gitignore, m4/.cvsignore, m4/.gitignore:
72 Regen.
73
e9e61b00
AD
742009-02-25 Akim Demaille <demaille@gostai.com>
75
76 Remove useless arguments.
77 * data/glr.c (yy_reduce_print): $$ and @$ are not used and not
78 relevant.
79
3eead995
AD
802009-02-25 Akim Demaille <demaille@gostai.com>
81
82 Comment changes.
83 * data/lalr1.cc: here.
84
87f28efe
AD
852009-02-25 Akim Demaille <demaille@gostai.com>
86
87 Fix glr.cc's debug level handling.
88 * data/glr.cc (yydebug_): Remove, as it is actually yydebug from
89 glr.c which is used.
90 (debug_level, set_debug_level): Adjust.
91
9be2a009
AD
922009-02-25 Akim Demaille <demaille@gostai.com>
93
94 Copyright years.
95 * data/glr.c: Add 2007 and 2008 here, consistenly with the comments.
96
07a6e87d
AD
972009-02-25 Akim Demaille <demaille@gostai.com>
98
99 Style changes.
100 * etc/bench.pl.in (generate_grammar_list): Consitently use
101 location_type, not yy::location.
102
33c78bd2
AD
1032009-02-25 Akim Demaille <demaille@gostai.com>
104
105 Comment change.
106 * data/lalr1.cc: here.
107
49572920
AD
1082009-02-19 Akim Demaille <demaille@gostai.com>
109
110 Make yyparser::error public.
111 * data/lalr1.cc: here.
112 There is no good reason to keep it private (and it is convenient
113 to use it from the scanner for instance). It is already public in
114 glr.cc.
115
88654b47
AD
1162009-02-19 Akim Demaille <demaille@gostai.com>
117
118 Comment changes.
119 * data/glr.cc: here.
120
4524c55b
AD
1212009-02-19 Akim Demaille <demaille@gostai.com>
122
123 Remove trailing blanks.
6a6e7f0c
AD
124 The epilogue has its own ending \n, no need to add another.
125
4524c55b
AD
126 * data/glr.c, data/lalr1.java, data/yacc.c: dnl when outputing the
127 epilogue.
128 * data/glr.cc: dnl when extending the epilogue.
129 Remove stray "private:".
130
6ceccee8
AD
1312009-02-19 Akim Demaille <demaille@gostai.com>
132
133 Use b4_c_modern.
134 * data/c.m4 (b4_c_function_decl): Here.
135
9c6a8966
AD
1362009-02-19 Akim Demaille <demaille@gostai.com>
137
138 Comment changes.
139 * data/lalr1.cc: here.
140
507aa0e2
AD
1412009-02-19 Akim Demaille <demaille@gostai.com>
142
143 Extract variant.hh
144 * data/variant.hh: New, extracted from...
145 * data/lalr1.cc: here.
146 Adjust.
147 * data/local.mk: Adjust.
148
51bacae6
AD
1492009-02-19 Akim Demaille <demaille@gostai.com>
150
151 Extract stack.hh from lalr1.cc.
152 * data/stack.hh: New.
153 * data/lalr1.cc: Extract from here.
154 * data/local.mk: Adjust.
155
06c3084f
JD
1562009-02-03 Joel E. Denny <jdenny@ces.clemson.edu>
157
158 Add reminder about uploading public key to keys.gnupg.net.
159 * HACKING (Release Procedure): Here.
160
0ea583d2
AD
1612009-01-28 Akim Demaille <demaille@gostai.com>
162
163 * NEWS: Update information about 2.4.1 and 2.4.2.
164
402b123d
AD
1652008-11-04 Akim Demaille <demaille@gostai.com>
166
167 Reformat NEWS.
168 * NEWS: Use more outline-mode markup.
169 Suggested by Jim Meyering.
170
74553c98
AD
1712009-01-08 Akim Demaille <demaille@gostai.com>
172
173 Fix grep portability issues.
174 Grep on Solaris does not support -q.
175 Reported by Summum Bonum.
176
177 * NEWS: Add a stub for 2.4.2.
178 * THANKS: Add Summum Bonum.
179 * tests/atlocal.in (EGREP): New.
180 (CC, CXX, XSLTPROC): Make it possible to override them via
181 envvars.
182 * tests/java.at: Use $EGREP instead of egrep.
183 Use AT_CHECK's ignore instead of grep's -q.
184
84eedf86
AD
1852008-12-11 Akim Demaille <demaille@gostai.com>
186
187 Pass the token type to yysyntax_error.
188 * data/yacc.c (yysyntax_error): Take the transated token instead
189 of the raw number.
190 Adjust callers.
191 * TODO: Update.
192
5860cc8c
AD
1932008-12-11 Akim Demaille <demaille@gostai.com>
194
195 Formatting changes.
196 * data/glr.c: Formatting changes.
197
2b008529
AD
1982008-12-11 Akim Demaille <demaille@gostai.com>
199
200 Propagate i18n changes into glr.c.
201 * TODO: Update.
202 * data/glr.c (yyreportSyntaxError): Use "switch" instead of
203 building the error message format dynamically.
204 * data/lalr1.java: Formatting changes.
205
2cd1af95
AD
2062008-12-11 Akim Demaille <demaille@gostai.com>
207
208 Use testsuite -C.
209 * tests/local.mk: Replace "cd && testsuite" by "testsuite -C".
210 Solves problems when top_srcdir is an absolute path.
211 Suggested by Eric Blake.
212 * configure.ac: Require Autoconf 2.62.
213
eeb29422
AD
2142008-12-11 Akim Demaille <demaille@gostai.com>
215
216 Simplify the i18n of the error messages.
217 * data/lalr1.cc: Comment changes.
218 * data/yacc.c (yysyntax_error): Rewrite, using a switch as in
219 lalr1.cc instead of building dynamically the format string.
220
6617622c
AD
2212008-12-08 Akim Demaille <demaille@gostai.com>
222
223 Fix portability issue in the test suite.
224 * tests/local.at (AT_MATCHES_CHECK): New.
225 Based on Perl instead of Sed. Sed has too many portability
226 pitfalls, not ever Sed is GNU Sed.
227 * tests/actions.at (Fix user actions without a trailing semicolon):
228 Use it.
229
2ca1136c
AD
2302008-12-08 Akim Demaille <demaille@gostai.com>
231
232 Update data/README.
233 * data/README: Document glr.cc, lalr1.java, m4sugar and xslt.
234
6c63b895
AD
2352008-12-08 Akim Demaille <demaille@gostai.com>
236
237 Install autoconf as a submodule to get m4sugar.
238 * .gitmodules: Add submodules/autoconf.
239 * data/m4sugar/foreach.m4, data/m4sugar/m4sugar.m4: Now links into
240 submodules/autoconf.
241
417e31d2
AD
2422008-12-08 Akim Demaille <demaille@gostai.com>
243
244 Test token.prefix in all the skeletons.
245 * data/java.m4 (b4_token_enum): Use the token.prefix.
246 * tests/local.at (AT_BISON_OPTION_PUSHDEFS): Define AT_TOKEN_PREFIX.
247 * tests/calc.at (_AT_DATA_CALC_Y): Use it.
248 Add checks for yacc.c, glr.c, lalr1.cc and glr.cc.
249 * tests/java.at: Comment changes.
250 (AT_CHECK_JAVA_MINIMAL): Define the END token.
251 (Java parser class and package names): Add token.prefix check.
252
97abf544
AD
2532008-12-08 Akim Demaille <demaille@gostai.com>
254
255 Fix regeneration of atconfig.
256 * tests/local.mk (tests/atconfig): The rule was incorrect, but
257 remove it: now that there is no tests/Makefile.am, the top-level
258 Makefile properly updates atconfig when needed.
259
e8cd1ad6
DJ
2602008-12-07 Di-an Jan <dianj@freeshell.org>
261
262 Implement the FIXME that ends an user action with a semicolon
263 if it seems necessary.
264 * src/scan-code.l (flex rules section): Flag cpp directive from
265 any `#' to the first unescaped end-of-line. Semicolon is not
266 needed after `;', `{', '}', or cpp directives and is needed after
267 any other token (whitespaces and comments have no effect).
268 * tests/actions.at (Fix user actions without a trailing semicolon):
269 New test.
270 * tests/input.at (AT_CHECK_UNUSED_VALUES): Add semicolons to
271 to make user actions complete statements.
272 Adjust column numbers in error messages.
273 * tests/regression.at (Fix user actions without a trailing semicolon):
274 Remove. Covered by new test.
275
ce9447fc
AD
2762008-12-07 Akim Demaille <demaille@gostai.com>
277
278 Update gnulib.
279 * gnulib: Update from master.
280
d333175f
EB
2812008-12-05 Eric Blake <ebb9@byu.net>
282
283 Avoid compiler warning.
284 * src/output.c (muscle_insert_item_number_table): Delete unused
285 function.
286
215b40ac
EB
2872008-12-02 Eric Blake <ebb9@byu.net>
288
289 Build testsuite with newer autoconf.
290 * tests/output.at (m4_expand): Don't override in newer autoconf,
291 where the underlying implementation changed.
292 * tests/cxx-type.at (_AT_RESOLVED_GLR_OUTPUT)
293 (_AT_RESOLVED_GLR_OUTPUT_WITH_LOC, _AT_AMBIG_GLR_OUTPUT)
294 (_AT_AMBIG_GLR_OUTPUT_WITH_LOC, _AT_GLR_STDERR)
295 (_AT_VERBOSE_GLR_STDERR): Expand to double-quoted strings,
296 since some of them contain unbalanced ')'.
297
3bb21113
AD
2982008-12-01 Akim Demaille <demaille@gostai.com>
299
300 Use b4_symbol for printers and destructors everywhere.
301 * data/bison.m4 (b4_symbol_action_location): New.
302 * data/c.m4 (b4_symbol_actions): Remove.
303 Adjust all callers to use by b4_symbol_foreach and the corresponding
304 b4_symbol_printer/destructor macro.
305 * data/glr.cc: Adjust.
306 * data/lalr1.java: Adjust the %destructor sanity check.
307 * src/output.c (symbol_code_props_output): Remove, we no longer
308 need the b4_symbol_printers/destructors tables.
309
fb7c5b1f
AD
3102008-12-01 Akim Demaille <demaille@gostai.com>
311
312 Use b4_symbol_case_.
313 * data/lalr1.cc, data/bison.m4 (b4_symbol_action): Use
314 b4_symbol_case_.
315
cf6fb222
AD
3162008-12-01 Akim Demaille <demaille@gostai.com>
317
318 Move b4_symbol based macro to bison.m4.
319 * data/lalr1.cc (b4_symbol_, b4_symbol, b4_symbol_if)
320 (b4_symbol_action, b4_symbol_destructor, b4_symbol_printer)
321 (b4_symbol_case_, b4_symbol_foreach, b4_type_action_)
322 (b4_type_foreach): Move to...
323 * data/bison.m4: Here.
324 * data/lalr1.cc (b4_symbol_action): Specialize for C++: use
325 b4_symbol_value_template instead of b4_symbol_value.
cf6fb222 326
e3c52a63
AD
3272008-12-01 Akim Demaille <demaille@gostai.com>
328
329 b4_symbol/type_foreach.
330 * data/lalr1.cc (b4_symbol_foreach, b4_type_foreach): New.
331 Use them.
332
2bde9113
AD
3332008-12-01 Akim Demaille <demaille@gostai.com>
334
335 Use the symbol properties to output the printer/destructor for lalr1.cc.
30c10faf
AD
336 Instead of defining complex list of tuples to define various
337 properties of the symbols, we now prefer to define symbols as
338 "structs" in m4: using the symbol key (its number), and the
339 property name, b4_symbol gives it value. Use this to handle
340 destructors and printers.
341
2bde9113
AD
342 * src/output.c (CODE_PROP): New.
343 (prepare_symbol_definitions): Use it to define the printer and
344 destructor related attributes of the symbols.
345 * data/lalr1.cc (b4_symbol_actions): Rename as...
346 (b4_symbol_action): this.
347 Use b4_symbol instead of 6 arguments.
348 (b4_symbol_printer, b4_symbol_destructor): New.
349 Use them instead of b4_symbol_actions.
350
44494bf6
AD
3512008-12-01 Akim Demaille <demaille@gostai.com>
352
353 Avoid capturing variables too easily.
354 * src/muscle_tab.h (MUSCLE_INSERT_BOOL, MUSCLE_OBSTACK_SGROW): Use
355 v__ and p__ instead of v and p.
356
fad814bd
AD
3572008-12-01 Akim Demaille <demaille@gostai.com>
358
359 Remove spurious empty line before syncline.
360 * data/bison.m4 (b4_syncline): Don't output an empty line before
361 the output.
362
feda5527
AD
3632008-11-26 Akim Demaille <demaille@gostai.com>
364
365 Convert lib/Makefile.am into lib/local.mk.
366 The real problem is rather gnulib.mk, which itself is extracted
367 from a Makefile.am that gnulib expects to the "recursive". The
368 tool prefix-gnulib-mk converts such a gnulib.mk to be
369 non-recursive. Also, some AC_SUBST variables need to be adjusted.
370
371 * etc/prefix-gnulib-mk: New.
372 * bootstrap (slurp): Use it to convert further gnulib.mk.
373 No longer try to avoid re-creation of lib/gnulib.mk as the changes
374 are deeper.
375 * lib/Makefile.am: Rename as...
376 * lib/local.mk: this.
377 Adjust to be prefixed.
378 * Makefile.am, configure.ac: Adjust.
379 * src/local.mk (AM_CPPFLAGS): Extend it, don't define it.
380
56ddee7f
AD
3812008-11-26 Akim Demaille <demaille@gostai.com>
382
383 s/_FLAGS/FLAGS/.
384 * tests/local.mk (TESTSUITE_FLAGS, AUTOTEST_FLAGS): Rename as...
385 (TESTSUITEFLAGS, AUTOTESTFLAGS): these to compy with the GCS.
386 Reported by Eric Blake.
387
728e89a0
AD
3882008-11-26 Akim Demaille <demaille@gostai.com>
389
390 Use b4_parser_tables_define in glr.cc.
391 * data/glr.c: Use b4_parser_tables_define instead of defining the
392 (deterministic integral) tables by hand.
393
2c1bf9bd
AD
3942008-11-26 Akim Demaille <demaille@gostai.com>
395
396 Use b4_parser_tables_define in Java.
397 * data/java.m4 (b4_typed_parser_table): Rename as...
398 (b4_typed_parser_table_define): this, for consistency.
399 Accept a comment as $4.
400 Move $2 into yy*_.
401 (b4_integral_parser_table): Rename as...
402 (b4_integral_parser_table_define): this.
403 * data/lalr1.java: Adjust all uses.
404 Use b4_parser_tables_define instead of generation by hand.
405
ba206cf4
AD
4062008-11-26 Akim Demaille <demaille@gostai.com>
407
408 Prepare the convergence bw C style and Java table generation.
409 * data/bison.m4 (b4_tables_map, b4_tables_declare)
410 (b4_tables_define): Rename as...
411 (b4_integral_parser_tables_map, b4_parser_tables_declare)
412 (b4_parser_tables_define): these.
413 * data/c.m4 (b4_table_define): Rename as...
414 (b4_integral_parser_table_define): this.
415 * data/lalr1.cc: Adjust.
416 (b4_table_define, b4_table_declare): Rename as...
417 (b4_integral_parser_table_define)
418 (b4_integral_parser_table_declare): these.
419 (yyrline_): Move the comment where it is actually used.
420 * data/yacc.c: Adjust.
421 (yyrline): Use b4_integral_parser_table_define.
422
d12f8e49
AD
4232008-11-26 Akim Demaille <demaille@gostai.com>
424
425 Regen.
426 * src/parse-gram.h, src/parse-gram.c: Regen.
427
0991e29b
AD
4282008-11-26 Akim Demaille <demaille@gostai.com>
429
430 Factor the generation of the (integral) tables bw yacc.c and lalr1.cc.
431 * data/lalr1.cc (b4_tables_map): Move to...
432 * data/bison.m4: here.
433 Update the comment for yytable during the flight.
434 (b4_tables_declare, b4_tables_define): New.
435 * data/lalr1.cc: Use them.
436 * data/c.m4 (b4_table_define): New.
437 * data/yacc.c: Use b4_tables_define instead of output the tables
438 by hand.
439 * tests/regression.at (Web2c Actions): Adjust the expected output,
440 the order of the tables changed.
441
3d3bc1fe
AD
4422008-11-26 Akim Demaille <demaille@gostai.com>
443
444 Get rid of (yy)rhs and (yy)prhs.
445 These tables are no longer needed in the parsers, and they don't seem to
446 be useful. They are not documented either.
feda5527 447
3d3bc1fe
AD
448 * src/output.c (prepare_rules): Get rid of rhs and prhs.
449 Adjust the computation of (yy)r2.
450
08c81469
AD
4512008-11-26 Akim Demaille <demaille@gostai.com>
452
453 Rule length is unsigned.
454 * src/gram.h, src/gram.c (rule_rhs_length): Return a size_t.
455
932b0c96
AD
4562008-11-26 Akim Demaille <demaille@gostai.com>
457
458 Get rid of lalr1-split.cc.
459 It was no longer maintainer.
feda5527 460
932b0c96
AD
461 * data/lalr1-split.cc: Remove.
462 * etc/bench.pl.in (bench_fusion_parser): Remove.
463 Adjust.
464
8452c667
AD
4652008-11-26 Akim Demaille <demaille@gostai.com>
466
467 Use yy* consistently.
468 * data/glr.c: Now that yyrhs no longer exists as a global
469 variable, rename local "rhs" variables into "yyrhs" for
470 consistency.
471
783aa653
AD
4722008-11-25 Akim Demaille <demaille@gostai.com>
473
474 Get rid of yyrhs and yyprhs in glr.c.
475 * data/glr.c (yyrhs, yyprhs): Remove.
476 Instead, use the state stack and yystos.
477
6130b755
AD
4782008-11-25 Akim Demaille <demaille@gostai.com>
479
480 Flag glr tests.
481 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): If glr, declare it
482 as an Autotest keyword.
483
95a7b1c9
AD
4842008-11-25 Akim Demaille <demaille@gostai.com>
485
486 Prefer TESTSUITE_FLAGS.
487 TESTSUITEFLAGS is barely readable.
feda5527 488
95a7b1c9
AD
489 * tests/local.mk (TESTSUITE_FLAGS): Default to $(TESTSUITEFLAGS)
490 for backward compatibility.
491 Use the former instead of the latter.
492
b4f18401
AD
4932008-11-25 Akim Demaille <demaille@gostai.com>
494
495 Get rid of yyrhs and yyprhs in larl1.java.
496 * data/lalr1.java (yyrhs_, yyprhs_): Remove.
497 (yy_reduce_print): Rather, use yystos_ and the state stack.
498
c265fd6b
AD
4992008-11-25 Akim Demaille <demaille@gostai.com>
500
501 Formatting changes.
502
68dbdee8
AD
5032008-11-25 Akim Demaille <demaille@gostai.com>
504
505 Get rid of yyrhs and yyprhs in yacc.c.
30c10faf
AD
506 They were used to get the symbol types, given a rule number, when
507 displaying the top of the stack before a reduction. But the
508 symbol type is available from the state stack. This has two be
509 benefits: two tables less in the parser (making it smaller), and a
510 more consistent use of the three stacks which will help to fuse
511 them.
feda5527 512
68dbdee8
AD
513 * data/yacc.c (yyprhs, yyrhs): Remove.
514 (YY_REDUCE_PRINT): Pass yyssp to yy_reduce_print.
515 (yy_reduce_print): Take yyssp as argument.
516 Use it, together with yystos, to get the symbol type.
517 * tests/regression.at (Web2c Report): Remove these tables from the
518 expected output.
519
6ab1adbe
AD
5202008-11-25 Akim Demaille <demaille@gostai.com>
521
522 b4_tables_map.
523 The point is to factor the generation of the tables across skeletons.
524 This is language dependant.
feda5527 525
6ab1adbe
AD
526 * data/c.m4 (b4_comment_): New.
527 Should be usable to define how to generate tables independently of
528 the language.
529 (b4_c_comment): New.
530 (b4_comment): Bounce to b4_c_comment.
531 Now support $2 = [PREFIX] for indentation.
532 * data/lalr1.cc (b4_table_declare): Don't output a comment if
533 there is no comment.
534 Indent it properly when there is one.
535 Output the ending semicolon.
536 (b4_table_define): Space changes.
537 Output the ending semicolon.
538 (b4_tables_map): New.
539 Use it twice instead of declaring and defining the (integral)
540 tables by hand.
541
0fddb3d5
AD
5422008-11-25 Akim Demaille <demaille@gostai.com>
543
544 b4_table_declare.
545 * data/lalr1.cc (b4_table_declare): New.
546 Use it to declare the tables defined with b4_table_define.
547 (b4_table_define): Declare a third arg to match b4_table_declare
548 signature.
549 Move all the comments around invocations of b4_table_define into
550 the invocations itselves.
551 Move things around to have the order for declarations and
552 definitions.
553
c4ddc0fb
AD
5542008-11-25 Akim Demaille <demaille@gostai.com>
555
556 Formatting changes.
557 * data/lalr1.java: here.
558
e0c653e7
AD
5592008-11-25 Akim Demaille <demaille@gostai.com>
560
561 b4_args is more general than only C++.
562 * data/lalr1.cc (b4_args, _b4_args): Move to...
563 * data/bison.m4: here.
564
4182a0a1
DJ
5652008-11-21 Di-an Jan <dianj@freeshell.org>
566
567 Implement no-XXX arguments for --warnings, --report, --trace.
568 * src/getargs.c (flags_argmatch): Handles no-XXX.
569 Fix typo in doxygen comment.
570
01466c3e
AD
5712008-11-21 Akim Demaille <demaille@gostai.com>
572
573 Display the changes in cross-options.texi.
574 * build-aux/cross-options.pl ($sep): New, to separate items.
575 * doc/local.mk ($(CROSS_OPTIONS_TEXI)): Use diff to display the
576 changes.
577
a7c09cba
DJ
5782008-11-20 Di-an Jan <dianj@freeshell.org>
579
580 Improves options in the manual.
581 * doc/bison.texinfo (-g, -x): Add space before argument.
582 (Option Cross Key): Implement FIXME: listing directives also.
583 * build-aux/cross-options.pl: Read from <STDIN> rather than <>.
584 (Short Option): Special case -d. Put arguments inside @option.
feda5527 585 (Bison Directive): Add column, automatically extracted from
a7c09cba
DJ
586 src/scan-gram.l (actual name passed as the first argument)
587 with special case for %define.
588 * doc/local.mk (doc/cross-options.texi): Pass src/scan-gram.l
589 to build-aux/cross-options.pl.
590 * src/getargs.c (usage): Document limitations of cross-options.pl.
591 * src/scan-gram.l: Likewise.
592
6c88b51e
JD
5932008-11-18 Joel E. Denny <jdenny@ces.clemson.edu>
594
595 Fix unexpanded macros in GLR defines file.
596 Reported by Csaba Raduly at
597 <http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00048.html>.
598 * THANKS (Csaba Raduly): Add.
599 * data/glr.c: Fix overquoting on b4_prefix for yylval and yylloc.
600 * tests/calc.at (_AT_DATA_CALC_Y): If %defines is specified, generate
601 lexer in a separate module that includes the defines file.
602 (AT_CHECK_CALC): From AT_FULL_COMPILE, request compilation of lexer
603 source.
604 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Push AT_DEFINES_IF.
605 Adjust AT_LOC and AT_VAL to use AT_NAME_PREFIX.
606 (AT_BISON_OPTION_POPDEFS): Pop AT_DEFINES_IF.
607 (AT_DATA_SOURCE_PROLOGUE): New.
608 (AT_DATA_GRAMMAR_PROLOGUE): Use AT_DATA_SOURCE_PROLOGUE.
609 (AT_DATA_SOURCE): New.
610 (AT_FULL_COMPILE): Extend to support an additional source file.
611
1e034807
AD
6122008-11-18 Akim Demaille <demaille@gostai.com>
613
614 More TODO.
615 * TODO: More short term issues.
616
e3dda35c
AD
6172008-11-18 Akim Demaille <demaille@gostai.com>
618
619 Regen.
620 * src/parse-gram.h, src/parse-gram.c: Regen.
621
bd187d7b
AD
6222008-11-18 Akim Demaille <demaille@gostai.com>
623
624 Use b4_subtract where possible.
625 * data/lalr1.cc (b4_subtract): Move to...
626 * data/bison.m4: here.
627 * data/glr.c (b4_rhs_data): Use it.
628 * data/yacc.c (b4_rhs_value, b4_rhs_location): Use it.
629
6085ab0d
AD
6302008-11-18 Akim Demaille <demaille@gostai.com>
631
632 Remove incorrect mode specification.
633 * data/glr.cc: Don't pretend it's C code.
634
9ce405ce
JD
6352008-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
636
637 Simplify last patch slightly.
638 * src/getargs.c (getargs): Here.
639
a8beef7e
JD
6402008-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
641
642 Fix last warning from --enable-gcc-warnings.
643 * src/getargs.c (getargs): Don't assign const address to non-const
644 pointer.
645
d50eea6d
JD
6462008-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
647
648 Don't let maintainer-*-check targets force a version update.
649 * cfg.mk (_is-dist-target): Implement. maintainer-check* was already
650 handled.
651
f5f419de
DJ
6522008-11-17 Di-an Jan <dianj@freeshell.org>
653
654 * doc/bison.texinfo: Synchronize ``Detail Node Listing''.
655 Align menus. Adjust word wrapping. Use node names for menu names.
656 (Examples): Don't abbreviate node names.
657 (LocalWords): Remove abbreviations.
658 (Copying): Make description a sentence.
d50eea6d 659 (Java Action Features): Remove period to match the rest of menu.
f5f419de 660
d73e55e0
DJ
6612008-11-17 Di-an Jan <dianj@freeshell.org>
662
663 Handles several --enable-gcc-warnings.
664 * src/getargs.c (command_line_location): Set parameters to void.
665 * src/output.c (symbol_type_name_cmp): Make static.
666 (symbols_by_type_name): Set parameters to void.
667 (symbol_definitions_output): Remove unused parameter. Rename as...
668 (prepare_symbol_definitions): this.
669 (muscles_output): Move symbol_definitions_output to...
670 (output): here as prepare_symbol_definitions.
671 * tests/c++.at (AT_CHECK_VARIANTS): Remove unused parameters of main.
d50eea6d 672 (AT_CHECK_NAMESPACE): Make unused parameter lloc unnamed.
d73e55e0 673
68c989de
DJ
6742008-11-17 Di-an Jan <dianj@freeshell.org>
675
676 * tests/c++.at (AT_CHECK_VARIANTS): Fixes tests 198-202.
677 Use AT_DATA_GRAMMAR instead of AT_DATA for compiled tests.
678
23ce6f4c
AD
6792008-11-16 Akim Demaille <demaille@gostai.com>
680
681 Add missing $(EXEEXT).
682 * doc/local.mk ($(CROSS_OPTIONS_TEXI)): The target is
683 "src/bison$(EXEEXT)".
684 Reported by Di-an Jan.
685
dd704c35
AD
6862008-11-15 Akim Demaille <demaille@gostai.com>
687
688 * TODO: Update.
689
dab244d5
AD
6902008-11-15 Akim Demaille <demaille@gostai.com>
691
692 Formatting changes.
693 * tests/input.at: here.
694
4b4da9fb
AD
6952008-11-15 Akim Demaille <demaille@gostai.com>
696
697 Remove duplicate header inclusion.
698 * src/LR0.c: here.
699
4ea3f53d
AD
7002008-11-15 Akim Demaille <demaille@gostai.com>
701
702 * src/parse-gram.h, src/parse-gram.c: Regen.
703
cb823b6f
AD
7042008-11-15 Akim Demaille <demaille@gostai.com>
705
706 Support parametric types.
b06df3c2
AD
707
708 There are two issues to handle: first scanning nested angle
709 bracket pairs to support types such as std::pair< std::string,
710 std::list<std::string> > >.
711
712 Another issue is to address idiosyncracies of C++: do not glue two
713 closing angle brackets together (otherwise it's operator>>), and
714 avoid sticking blindly a TYPE to the opening <, as it can result
715 in '<:' which is a digraph for '['.
716
cb823b6f
AD
717 * src/scan-gram.l (brace_level): Rename as...
718 (nesting): this.
719 (SC_TAG): New.
720 Implement support for complex tags.
b06df3c2 721 (tag): Accept
cb823b6f
AD
722 , but not <.
723 * data/lalr1.cc (b4_symbol_value, b4_symbol_value_template)
724 (b4_symbol_variant): Leave space around types as parameters.
725 * examples/variant.yy: Use nested template types and leading ::.
726 * src/parse-gram.y (TYPE, TYPE_TAG_ANY, TYPE_TAG_NONE, type.opt):
727 Rename as...
728 (TAG, TAG_ANY, TAG_NONE, tag.opt): these.
729 * tests/c++.at: Test parametric types.
730
7b6e6753
AD
7312008-11-15 Akim Demaille <akim@betelgeuse.gostai.ensta.fr>
732
733 Test token.prefix.
734 This is not sufficient, but we test at least that the make_SYMBOL
735 interface is not affected by token.prefix. A more general test
736 will be implemented when the support of token.prefix is generalized
737 to more skeletons.
b06df3c2 738
7b6e6753
AD
739 * tests/c++.at: One more variant test, using token.prefix.
740
dddec537
AD
7412008-11-15 Akim Demaille <akim@betelgeuse.gostai.ensta.fr>
742
743 Test the make_TOKEN interface.
744 * tests/c++.at (AT_CHECK_VARIANTS): Require and use locations.
745 Factor the common code in yylex.
746 Use it to test "%define lex_symbol".
747
7d3e21ba
AD
7482008-11-15 Akim Demaille <akim@betelgeuse.gostai.ensta.fr>
749
750 Formatting change.
751
4fc55348
AD
7522008-11-15 Akim Demaille <akim@betelgeuse.gostai.ensta.fr>
753
754 Simplify code for variants bench marks.
755 * etc/bench.pl.in (&generate_grammar_list): Define and use
756 location_type.
757 Factor the common code in yylex.
758
070e6509
AD
7592008-11-15 Akim Demaille <demaille@gostai.com>
760
761 Better error message.
762 * bootstrap (find_tool): Fix the error message.
763
0078681b
AD
7642008-11-15 Akim Demaille <demaille@gostai.com>
765
766 Update variant.yy to newest interface.
767 * examples/variant.yy: Define lex_symbol.
768 Adjust.
769
ff084799
AD
7702008-11-15 Akim Demaille <demaille@gostai.com>
771
772 Don't use locations in variant.yy.
773 * examples/variant.yy: Adjust to not using locations.
774
b0d79ec6
AD
7752008-11-15 Akim Demaille <demaille@gostai.com>
776
777 Comment changes.
778 * data/local.mk, etc/local.mk, examples/local.mk: Use Automake
779 comments for the license.
780
d4977ce3
AD
7812008-11-15 Akim Demaille <demaille@gostai.com>
782
783 Remove tests/Makefile.am.
784 * tests/Makefile.am: Rename as...
785 * tests/local.mk: this.
786 * Makefile.am, configure.ac: Adjust.
787 * Makefile.am (DISTCLEANFILES): Define.
788 (maintainer-check, maintainer-xml-check, maintainer-push-check):
789 Remove, we no longer need to bounce to the real targets.
790
87f1149a
AD
7912008-11-15 Akim Demaille <demaille@gostai.com>
792
793 Comment changes.
794
36415906
AD
7952008-11-15 Akim Demaille <demaille@gostai.com>
796
797 djgpp/local.mk.
798 * Makefile.am (EXTRA_DIST): Move djgpp related part to...
799 * djgpp/local.mk: this new file.
800
e2c2f696
AD
8012008-11-15 Akim Demaille <demaille@gostai.com>
802
803 Remove doc/Makefile.am.
804 * doc/Makefile.am: Rename as...
805 * doc/local.mk: this.
806 Adjust paths
807 * Makefile.am, configure.ac: Adjust.
808 * Makefile.am (MOSTLYCLEANFILES): New.
809 * src/local.mk: Adjust.
810
2ead32e6
AD
8112008-11-15 Akim Demaille <demaille@gostai.com>
812
813 Move sc_tight_scope into maint.mk.
b06df3c2
AD
814 It does not work, and I don't know how it was supposed to work: it
815 seems to be looking for sources in the build tree. I just moved
816 it at a better place, fixing it is still required.
817
2ead32e6
AD
818 * src/local.mk (echo): Remove.
819 (sc_tight_scope): Move to...
820 * maint.mk: here.
821
2df9ec37
AD
8222008-11-15 Akim Demaille <demaille@gostai.com>
823
824 Regen.
825 * src/parse-gram.h, src/parse-gram.h: Regen.
826
0305d25e
AD
8272008-11-15 Akim Demaille <demaille@gostai.com>
828
829 Remove src/Makefile.am.
830 * src/Makefile.am: Rename as...
831 * src/local.mk: this.
832 Prefix all the paths with src/.
833 (AUTOMAKE_OPTIONS): Build object files in the sub dirs.
834 (AM_CPPFLAGS): Find find in builddir/src.
835 (YACC): Move the flags into...
836 (AM_YFLAGS): here.
837 * maint.mk (sc_tight_scope): Disable.
838 It used to bounce to the version in src/Makefile.am which is now
839 part of this very Makefile.
840 * Makefile.am, configure.ac: Adjust.
841 * src/scan-code-c.c, src/scan-code.l: We can no longer rely on
842 include "..." to find files "here": we are no longer in src/, so
843 qualify the includes with src/.
844 * doc/Makefile.am (PREPATH): No longer include the top_builddir
845 prefix.
846 (.x.1): Adjust to be able to create src/foo from the top level
847 Makefile, instead of going bounce to src/Makefile the creation of
848 foo.
849
5277c0a3
AD
8502008-11-15 Akim Demaille <demaille@gostai.com>
851
852 Remove useless variable.
853 * doc/Makefile.am (srcsrcdir): Remove.
854
6a5aa0cd
AD
8552008-11-15 Akim Demaille <demaille@gostai.com>
856
857 Remove data/Makefile.am.
858 * data/Makefile.am: Rename as...
859 * data/local.mk: this.
860 Adjust paths.
861 * Makefile.am, configure.ac: Adjust.
862
7cb794dc
AD
8632008-11-15 Akim Demaille <demaille@gostai.com>
864
865 Remove etc/Makefile.am.
866 * etc/Makefile.am: Rename as...
867 * etc/local.mk: this.
868 Adjust.
869 * Makefile.am, configure.ac: Adjust.
870
cd409e3b
AD
8712008-11-15 Akim Demaille <demaille@gostai.com>
872
873 Remove examples/local.mk.
874 examples/calc++/Makefile.am might be interesting to keep as is, since
875 it is an example in itself.
2df9ec37 876
cd409e3b
AD
877 * examples/Makefile.am: Rename as...
878 * examples/local.mk: this.
879 Adjust.
880 * Makefile.am, configure.ac: Adjust.
881
9a1e4214
AD
8822008-11-15 Akim Demaille <demaille@gostai.com>
883
884 Remove build-aux/Makefile.am.
885 Recursive Makefiles are really way too slow, let's get rid of some of
886 them.
2df9ec37 887
9a1e4214
AD
888 * build-aux/Makefile.am: Rename as...
889 * build-aux/local.mk: this.
890 Adjust paths.
891 * Makefile.am, configure.ac: Adjust.
892
0634493c
AD
8932008-11-15 Akim Demaille <demaille@gostai.com>
894
895 Provide convenience constructors for locations and positions.
896 * data/location.cc (position::position): Accept file, line and
897 column as arguments with default values.
898 Always qualify initial line and column literals as unsigned.
899 (location::location): Provide convenience constructors.
900
fe1b448a
AD
9012008-11-15 Akim Demaille <demaille@gostai.com>
902
b06df3c2
AD
903 Instead of using make_symbol<TOK_FOO>, generate make_FOO for each
904 token type.
fe1b448a
AD
905 Using template buys us nothing, and makes it uselessly complex to
906 construct a symbol. Besides, it could not be generalized to other
907 languages, while make_FOO would work in C/Java etc.
2df9ec37 908
fe1b448a
AD
909 * data/lalr1.cc (b4_symbol_): New.
910 (b4_symbol): Use it.
911 (b4_symbol_constructor_declaration_)
912 (b4_symbol_constructor_definition_): Instead of generating
913 specializations of an overloaded template function, just generate
914 several functions whose names are forged from the token names
915 without the token.prefix.
916 (b4_symbol_constructor_declarations): Generate them for all the
917 symbols, not just by class of symbol type, now that instead of
918 specializing a function template by the token, we generate a
919 function named after the token.
920 (b4_symbol_constructor_specialization_)
921 (b4_symbol_constructor_specializations): Remove.
922 * etc/bench.pl.in: Adjust to this new API.
923
5679f311
AD
9242008-11-13 Akim Demaille <demaille@gostai.com>
925
926 %define token.prefix.
b06df3c2
AD
927 Provide a means to add a prefix to the name of the tokens as
928 output in the generated files. Because of name clashes, it is
929 good to have such a prefix such as TOK_ that protects from names
930 such as EOF, FILE etc. But it clutters the grammar itself.
2df9ec37 931
5679f311
AD
932 * data/bison.m4 (token.prefix): Empty by default.
933 * data/c.m4 (b4_token_enum, b4_token_define): Use it.
934 * data/lalr1.cc (b4_symbol): Ditto.
935
3204049e
AD
9362008-11-13 Akim Demaille <demaille@gostai.com>
937
938 Compute at M4 time some of the subtractions.
90290ce5 939 * data/lalr1.cc (b4_subtract): New.
3204049e
AD
940 (b4_rhs_data): Use it.
941
202598d3
AD
9422008-11-13 Akim Demaille <demaille@gostai.com>
943
944 symbol::token.
b06df3c2 945 This allows the user to get the type of a token returned by yylex.
2df9ec37 946
202598d3
AD
947 * data/lalr1.cc (symbol::token): New.
948 (yytoknum_): Define when %define lex_symbol, independently of
949 %debug.
950 (yytoken_number_): Move into...
951 (symbol::token): here, since that's the only use.
952 The other one is YYPRINT which was not officially supported
953 by lalr1.cc, and anyway it did not work since YYPRINT uses this
954 array under a different name (yytoknum).
955
fc2476c7
AD
9562008-11-13 Akim Demaille <demaille@gostai.com>
957
958 YYERRCODE.
959 * TODO (YYERRCODE): Mention the case of $undef.
960
865f1e9f
AD
9612008-11-13 Akim Demaille <demaille@gostai.com>
962
963 TODO: YYPRINT.
964 * TODO (YYPRINT): New.
965
cb0b136a
AD
9662008-11-13 Akim Demaille <demaille@gostai.com>
967
968 Comment changes.
969 * data/lalr1.cc, data/yacc.c: Fix the description of the
970 yytranslate and yytoknum tables.
971
2c086d29
AD
9722008-11-13 Akim Demaille <demaille@gostai.com>
973
974 Define make_symbol in the header.
b06df3c2
AD
975 To reach good performances these functions should be inlined (yet
976 this is to measure precisely). To this end they must be available
977 to the caller.
2df9ec37 978
2c086d29
AD
979 * data/lalr1.cc (b4_symbol_constructor_definition_): Qualify
980 location_type with the class name.
981 Since will now be output in the header, declare "inline".
982 No longer use b4_symbol_constructor_specializations, but
983 b4_symbol_constructor_definitions in the header.
984 Don't call it in the *.cc file.
985
1c4af381
AD
9862008-11-13 Akim Demaille <demaille@gostai.com>
987
988 Define yytranslate in the header for lex_symbol.
989 * data/lalr1.cc: Move the invocation of b4_yytranslate_definition
990 into the header file when using %define lex_symbol.
991 (yytranslate_): Declare inline.
992
e51b0a82
AD
9932008-11-13 Akim Demaille <demaille@gostai.com>
994
b06df3c2
AD
995 Define the constructors of symbol_type in
996 b4_symbol_constructor_definitions.
e51b0a82 997 The constructors are called by the make_symbol functions, which a
b06df3c2
AD
998 forthcoming patch will move elsewhere. Hence the interest of
999 putting them together.
2df9ec37 1000
b06df3c2
AD
1001 The stack_symbol_type does not need to be moved, it is used only
1002 by the parser.
2df9ec37 1003
e51b0a82
AD
1004 * data/lalr1.cc: Move symbol_type and symbol_base_type
1005 constructors into...
1006 (b4_symbol_constructor_definitions): here.
1007 Adjust.
1008
78835571
AD
10092008-11-13 Akim Demaille <demaille@gostai.com>
1010
1011 Make it easier to move the definition of yytranslate_.
1012 Forthcoming changes will make it possible to use yytranslate_
1013 from outside the parser implementation file.
2df9ec37 1014
78835571
AD
1015 * data/lalr1.cc (b4_yytranslate_definition): New.
1016 Use it.
1017
c1e6c88c
AD
10182008-11-13 Akim Demaille <demaille@gostai.com>
1019
1020 Remove useless class specification.
1021 * data/lalr1.cc (b4_symbol_constructor_specialization_): No need
1022 to refer to the class name to use a type defined by the class for
1023 arguments of member functions.
1024
4654b0c0
AD
10252008-11-13 Akim Demaille <demaille@gostai.com>
1026
1027 Finer input type for yytranslate.
1028 This patch is debatable: the tradition expects yylex to return an int
1029 which happens to correspond to token_number (which is an enum). This
1030 allows for instance to return characters (such as '*' etc.). But this
1031 goes against the stronger typing I am trying to have with the new
1032 lex interface which return a symbol_type. So in this case, feed
1033 yytranslate_ with a token_type.
2df9ec37 1034
4654b0c0
AD
1035 * data/lalr1.cc (yytranslate_): When in %define lex-symbol,
1036 expect a token_type.
1037
dd735e4e
AD
10382008-11-13 Akim Demaille <demaille@gostai.com>
1039
1040 Honor lex-params in %define lex_symbol mode.
1041 * data/lalr1.cc: Use b4_lex_param.
1042
6659366c
AD
10432008-11-13 Akim Demaille <demaille@gostai.com>
1044
1045 Simplify names.
1046 * src/output.c (symbol_definitions_output): Rename symbol
1047 attributes type_name and has_type_name as type and has_type.
1048 * data/lalr1.cc: Adjust uses.
1049
e9805e57
AD
10502008-11-13 Akim Demaille <demaille@gostai.com>
1051
1052 Use b4_type_names for the union type.
b06df3c2
AD
1053 The union used to compute the size of the variant used to iterate
1054 over the type of all the symbols, with a lot of redundancy. Now
1055 iterate over the lists of symbols having the same type-name.
2df9ec37 1056
e9805e57
AD
1057 * data/lalr1.cc (b4_char_sizeof_): New.
1058 (b4_char_sizeof): Use it.
1059 Adjust to be called with a list of numbers instead of a single
1060 number.
1061 Adjust its caller for new-line issues.
1062
aea10ef4
AD
10632008-11-13 Akim Demaille <demaille@gostai.com>
1064
1065 Define the "identifier" of a symbol.
b06df3c2
AD
1066 Symbols may have several string representations, for instance if
1067 they have an alias. What I call its "id" is a string that can be
1068 used as an identifier. May not exist.
2df9ec37 1069
b06df3c2
AD
1070 Currently the symbols which have the "tag_is_id" flag set are
1071 those that don't have an alias. Look harder for the id.
2df9ec37 1072
aea10ef4
AD
1073 * src/output.c (is_identifier): Move to...
1074 * src/symtab.c (is_identifier): here.
1075 * src/symtab.h, src/symtab.c (symbol_id_get): New.
1076 * src/output.c (symbol_definitions_output): Use it to define "id"
1077 and "has_id".
1078 Remove the definition of "tag_is_id".
1079 * data/lalr1.cc: Use the "id" and "has_id" whereever "tag" and
1080 "tag_is_id" were used to produce code.
1081 We still use "tag" for documentation.
1082
2ea7730c
AD
10832008-11-11 Akim Demaille <demaille@gostai.com>
1084
1085 Locations are no longer required by lalr1.cc.
1086 * data/lalr1.cc (_b4_args, b4_args): New.
1087 Adjust all uses of locations to make them optional.
1088 * tests/c++.at (AT_CHECK_VARIANTS): No longer use the locations.
1089 (AT_CHECK_NAMESPACE): Check the use of locations.
1090 * tests/calc.at (_AT_DATA_CALC_Y): Adjust to be usable with or
1091 without locations with lalr1.cc.
1092 Test these cases.
1093 * tests/output.at: Check lalr1.cc with and without location
1094 support.
1095 * tests/regression.at (_AT_DATA_EXPECT2_Y, _AT_DATA_DANCER_Y):
1096 Don't use locations.
1097
7ca2266a
AD
10982008-11-11 Akim Demaille <demaille@gostai.com>
1099
1100 AT_FULL_COMPILE.
1101 * tests/local.at (AT_FULL_COMPILE): New.
1102 * tests/actions.at, tests/calc.at, tests/regression.at: Use it.
1103
1a7a65f9
AD
11042008-11-11 Akim Demaille <demaille@gostai.com>
1105
1106 Support parens in calc++.
1107 * doc/bison.texinfo (Calc++ Scanner, Calc++ Parser): Support parens.
1108 * examples/calc++/test (run): Check the expected output.
1109 Adjust callers.
1110 Check parens too.
1111
c944f7f2
AD
11122008-11-11 Akim Demaille <demaille@gostai.com>
1113
1114 Simplify lalr1.cc since %defines is mandatory.
1115 * data/lalr1.cc: Remove useless calls to b4_defines_if.
1116
dada3cd1
AD
11172008-11-11 Akim Demaille <demaille@gostai.com>
1118
1119 TODO: yyfmt.
1120 * TODO (yysyntax_error): New item.
1121
422c18f4
AD
11222008-11-11 Akim Demaille <demaille@gostai.com>
1123
1124 Prefer M4 to CPP.
1125 * data/lalr1.cc: Use b4_error_verbose_if instead of #if
1126 YYERROR_VERBOSE.
1127
a0ffc175
AD
11282008-11-11 Akim Demaille <demaille@gostai.com>
1129
1130 Support i18n of the parse error messages.
1131 * TODO (lalr1.cc/I18n): Remove.
1132 * data/lalr1.cc (yysyntax_error_): Support the translation of the
1133 error messages, as done in yacc.c.
1134 Stay within the yy* pseudo namespace.
1135
00a8a083
AD
11362008-11-11 Akim Demaille <demaille@gostai.com>
1137
1138 More TODO.
1139 * TODO (single stack, yysyntax_error): New.
1140
09277875
AD
11412008-11-11 Akim Demaille <demaille@gostai.com>
1142
1143 Make it possible to return a symbol_type from yylex.
1144 * data/lalr1.cc (b4_lex_symbol_if): New.
1145 (parse): When lex_symbol is defined, expected yylex to return the
1146 complete lookahead.
1147 * etc/bench.pl.in (generate_grammar_list): Extend to support this
1148 yylex interface.
1149 (bench_variant_parser): Exercise it.
1150
64c1b92a
AD
11512008-11-11 Akim Demaille <demaille@gostai.com>
1152
1153 Remove useless bench case.
1154 * etc/bench.pl.in (bench_variant_parser): VARIANT_DESTROY is
1155 no longer used.
1156
2722aa42
AD
11572008-11-11 Akim Demaille <demaille@gostai.com>
1158
1159 Improve display of directives.
1160 * etc/bench.pl.in (parse_term): Don't add useless eol.
1161
918eb7c5
AD
11622008-11-11 Akim Demaille <demaille@gostai.com>
1163
1164 Use string_cast in the bench.
1165 * etc/bench.pl.in (generate_grammar_list): Define and use
1166 string_cast.
1167
39be9022
AD
11682008-11-11 Akim Demaille <demaille@gostai.com>
1169
1170 Replace yychar with a Boolean.
1171 * data/lalr1.cc (parse::yychar): Replace by...
1172 (parse::yyempty): this.
1173
a2e3fa77
AD
11742008-11-11 Akim Demaille <demaille@gostai.com>
1175
1176 Factor the tables.
1177 * TODO: New item.
1178
aba12ad1
AD
11792008-11-11 Akim Demaille <demaille@gostai.com>
1180
1181 Let yytranslate handle the eof case.
1182 * data/lalr1.cc (yytranslate_): Handle the EOF case.
1183 Adjust callers.
1184 No longer expect yychar to be equal to yyeof_, rather, test the
1185 lookahead's (translated) kind.
1186
27cb5b59
AD
11872008-11-11 Akim Demaille <demaille@gostai.com>
1188
1189 yychar cannot be empty in yyerrlab.
1190 * TODO (yychar == yyempty_): New.
1191 * data/lalr1.cc: Remove the handling of this case.
1192 This eases forthcoming changes related to yychar and yytranslate.
1193
fce629c0
AD
11942008-11-11 Akim Demaille <demaille@gostai.com>
1195
1196 Bench: syntactic sugar for %define/#define.
1197 * etc/bench.pl.in (parse_dirs): Support %d and #d with arguments.
1198 (&bench_push_parser, bench_variant_parser): Use this feature.
1199 (&eat): New.
1200 Use it.
1201
ce671960
AD
12022008-11-11 Akim Demaille <demaille@gostai.com>
1203
1204 Less memory pressure on the "list" bench.
1205 * etc/bench.pl.in (generate_grammar_list): Do not accumulate all
1206 the values, to limit memory pressure.
1207
2873fdf8
AD
12082008-11-11 Akim Demaille <demaille@gostai.com>
1209
1210 Introduce make_symbol.
b06df3c2
AD
1211 make_symbol provides a means to construct a full symbol (kind,
1212 value, location) in a single shot. It is meant to be a Symbol
1213 constructor, parameterized by the symbol kind so that overloading
1214 would prevent incorrect kind/value pairs. Unfortunately
1215 parameterized constructors do not work well in C++ (unless the
1216 parameter also appears as an argument, which is not acceptable),
1217 hence the use of a function instead of a constructor.
2df9ec37 1218
2873fdf8
AD
1219 * data/lalr1.cc (b4_symbol_constructor_declaration_)
1220 (b4_symbol_constructor_declarations)
1221 (b4_symbol_constructor_specialization_)
1222 (b4_symbol_constructor_specializations)
1223 (b4_symbol_constructor_definition_)
1224 (b4_symbol_constructor_definitions): New.
1225 Use them where appropriate to generate declaration, declaration of
1226 the specializations, and implementations of the templated
1227 overloaded function "make_symbol".
1228 (variant::variant): Always define a default ctor.
1229 Also provide a copy ctor.
1230 (symbol_base_type, symbol_type): New ctor overloads for value-less
1231 symbols.
1232 (symbol_type): Now public, so that functions such as yylex can use
1233 it.
1234
8be046d7
AD
12352008-11-11 Akim Demaille <demaille@gostai.com>
1236
1237 Inform m4 whether a tag is a valid id.
1238 * src/output.c (is_identifier): New.
1239 (symbol_definitions_output): Use it to define tag_is_id.
1240 But maybe this should be done at m4 level?
1241
de62edee
AD
12422008-11-11 Akim Demaille <demaille@gostai.com>
1243
1244 Test 214 was failing: it greps with a pattern containing [ ]*
1245 which obviously meant to catch spaces and tabs, but contained only
1246 spaces. Tabulations in sources are a nuisance, so to simplify the
1247 matter, get rid of all the tabulations in the Java sources. The
1248 other skeletons will be treated equally later.
1249
1250 * data/java.m4, data/lalr1.java: Untabify.
1251 * tests/java.at: Simplify AT_CHECK_JAVA_GREP invocations:
1252 tabulations are no longer generated.
1253
905f0697
PB
12542008-11-11 Paolo Bonzini <bonzini@gnu.org>
1255
1256 * bootstrap.conf: Replace m4/warning.m4 with warnings module.
1257 * configure.ac: Adjust usage.
1258 * lib/Makefile.am: Replace $(WARNING_CFLAGS) with $(WARN_CFLAGS).
1259 * src/Makefile.am: Replace $(WARNING_CFLAGS) with $(WARN_CFLAGS).
1260 * tests/atlocal.in: Replace $(WARNING_*FLAGS) with $(WARN_*FLAGS).
1261
09ccae9b
DJ
12622008-11-10 Di-an Jan <dianj@freeshell.org>
1263
1264 Workaround Java's ``code too large'' problem for parser tables
1265 in most cases, by using one function per initialization.
1266 * data/java.m4 (b4_typed_parser_table, b4_integral_parser_table): New.
1267 * data/lalr1.java (yypact_, yydefact_, yypgoto_, yydefgoto_,
1268 yytable_, yycheck_, yystos_, yytoken_number_, yyr1_, yyr2_, yyrhs_
1269 yyprhs_, yyrline_, yytranslate_table_): Use b4_integral_parser_table.
1270 (yytname_): Use b4_typed_parser_table.
1271 * doc/bison.texinfo (Java Bison Interface): Add note on Java's
1272 ``code too large'' error.
1273
1979121c
DJ
12742008-11-10 Di-an Jan <dianj@freeshell.org>
1275
1276 * NEWS: Document them.
de62edee 1277
1979121c
DJ
1278 General Java skeleton improvements.
1279 * configure.ac (gt_JAVACOMP): Request target of 1.4, which allows
1280 using gcj < 4.3 in the testsuite, according to comments in
1281 gnulib/m4/javacomp.m4.
1282 * data/java.m4 (stype, parser_class_name, lex_throws, throws,
1283 location_type, position_type): Remove extraneous brackets from
1284 b4_percent_define_default.
1285 (b4_lex_param, b4_parse_param): Remove extraneous brackets from
1286 m4_define and m4_define_default.
1287 * data/lalr1.java (b4_pre_prologue): Change to b4_user_post_prologue,
1288 which marks the end of user code with appropriate syncline, like all
1289 the other skeletons.
1290 (b4_user_post_prologue): Add. Don't silently drop.
1291 (yylex): Remove.
1292 (parse): Inline yylex.
1293 * doc/bison.texinfo (bisonVersion, bisonSkeleton): Document.
1294 (%{...%}): Fix typo of %code imports.
1295 * tests/java.at (AT_JAVA_COMPILE): Add "java" keyword.
1296
1297 Support annotations on parser class with %define annotations.
1298 * data/lalr1.java (annotations): Add to parser class modifier.
1299 * doc/bison.texinfo (Java Parser Interface): Document
1300 %define annotations.
1301 (Java Declarations Summary): Document %define annotations.
1302 * tests/java.at (Java parser class modifiers): Test annotations.
1303
1304 Do not generate code for %error-verbose unless requested.
1305 * data/lalr1.java (errorVerbose): Rename to yyErrorVerbose.
1306 Make private. Make conditional on %error-verbose.
1307 (getErrorVerbose, setErrorVerbose): New.
1308 (yytnamerr_): Make conditional on %error-verbose.
1309 (yysyntax_error): Make some code conditional on %error-verbose.
1310 * doc/bison.texinfo (Java Bison Interface): Remove the parts
1311 about %error-verbose having no effect.
1312 (getErrorVerbose, setErrorVerbose): Document.
1313
1314 Move constants for token names to Lexer interface.
1315 * data/lalr1.java (Lexer): Move EOF, b4_token_enums(b4_tokens) here.
1316 * data/java.m4 (b4_token_enum): Indent for move to Lexer interface.
1317 (parse): Qualify EOF to Lexer.EOF.
1318 * doc/bison.texinfo (Java Parser Interface): Move documentation of
1319 EOF and token names to Java Lexer Interface.
1320 * tests/java.at (_AT_DATA_JAVA_CALC_Y): Remove Calc qualifier.
1321
1322 Make yyerror public.
1323 * data/lalr1.java (Lexer.yyerror): Use longer parameter name.
1324 (yyerror): Change to public. Add Javadoc comments. Use longer
1325 parameter names. Make the body rather than the declarator
1326 conditional on %locations.
1327 * doc/bison.texinfo (yyerror): Document. Don't mark as protected.
1328
1329 Allow user to add code to the constructor with %code init.
1330 * data/java.m4 (b4_init_throws): New, for %define init_throws.
1331 * data/lalr1.java (YYParser.YYParser): Add b4_init_throws.
1332 Add %code init to the front of the constructor body.
1333 * doc/bison.texinfo (YYParser.YYParser): Document %code init
1334 and %define init_throws.
1335 (Java Declarations Summary): Document %code init and
1336 %define init_throws.
1337 * tests/java.at (Java %parse-param and %lex-param): Adjust grep.
1338 (Java constructor init and init_throws): Add tests.
de62edee 1339
42f832d6
AD
13402008-11-10 Akim Demaille <demaille@gostai.com>
1341
1342 Update TODO.
1343 * TODO (-D): is implemented.
1344 (associativity): Same precedence must have the same associativity.
1345 For instance, how can a * b / c be parsed if * is %left and / is
1346 %right?
1347 (YYERRORCODE, YYFAIL, YYBACKUP): New.
1348
247efe34
AD
13492008-11-10 Akim Demaille <demaille@gostai.com>
1350
1351 Formatting changes.
1352
5d731440
AD
13532008-11-10 Akim Demaille <demaille@gostai.com>
1354
1355 More information about the symbols.
1356 * src/output.c (type_names_output): Document all the symbols,
1357 including those that don't have a type-name.
1358 (symbol_definitions_output): Define "is_token" and
1359 "has_type_name".
1360 * data/lalr1.cc (b4_type_action_): Skip symbols that have an empty
1361 type-name, now that they are defined too in b4_type_names.
1362
21db118b
AD
13632008-11-10 Akim Demaille <demaille@gostai.com>
1364
1365 Regen.
1366
6ed15cde
AD
13672008-11-10 Akim Demaille <demaille@gostai.com>
1368
1369 Make parser::yytranslate static.
b06df3c2
AD
1370 Small speedup (1%) on the list grammar. And makes yytranslate_
1371 available in non member functions.
de62edee 1372
6ed15cde
AD
1373 * data/lalr1.cc (yytranslate_): Does not need to be a instance
1374 function.
1375
30bb2edc
AD
13762008-11-10 Akim Demaille <demaille@gostai.com>
1377
1378 Avoid trailing spaces.
1379 * data/c.m4: b4_comment(TEXT): Don't indent empty lines.
1380 * data/lalr1.cc: Don't indent before rule and symbol actions, as
1381 they can be empty, and anyway this incorrectly indents the first
1382 action.
1383
b3a28fd4
AD
13842008-11-10 Akim Demaille <demaille@gostai.com>
1385
1386 Comment changes.
1387
914202bd
AD
13882008-11-10 Akim Demaille <demaille@gostai.com>
1389
1390 Use "enum" for integral constants.
1391 This is just nicer to read, I observed no speedup.
de62edee 1392
914202bd
AD
1393 * data/lalr1.cc (yyeof_, yylast_, yynnts_, yyempty_, yyfinal_)
1394 (yterror_, yyerrcode_, yyntokens_): Define as members of an enum.
1395 (yyuser_token_number_max_, yyundef_token_): Move into...
1396 (yytranslate_): here.
1397
c17f9a4a
AD
13982008-11-10 Akim Demaille <demaille@gostai.com>
1399
1400 Shortcuts in bench directives.
1401 * etc/bench.pl.in (parse_dirs): New.
1402 Use it.
1403 (bench_variant_parser, bench_fusion_parser): Use %s and %d.
1404 Create the benches in "benches/".
1405
b9855ea5
AD
14062008-11-10 Akim Demaille <demaille@gostai.com>
1407
1408 Formatting changes.
1409 * data/lalr1.cc: here.
1410
6e097787
AD
14112008-11-10 Akim Demaille <demaille@gostai.com>
1412
1413 Adjust verbose message to using emacs.
1414 * etc/bench.pl.in: Inform compilation-mode when we change the
1415 directory.
1416 (generate_grammar_list): Recognize %define "variant" in addition
1417 to %define variant.
1418
4c3cc7da
AD
14192008-11-10 Akim Demaille <demaille@gostai.com>
1420
1421 Classify symbols by type-name.
1422 * src/uniqstr.h (UNIQSTR_CMP): New.
1423 * src/output.c (symbol_type_name_cmp, symbols_by_type_name)
1424 (type_names_output): New.
1425 (muscles_output): Use it.
1426 * data/lalr1.cc (b4_symbol_action_): Remove.
1427 (b4_symbol_case_, b4_type_action_): New.
1428 Adjust uses of b4_symbol_action_ to use b4_type_action_.
1429
d69c9694
AD
14302008-11-10 Akim Demaille <demaille@gostai.com>
1431
1432 Change the handling of the symbols in the skeletons.
1433 Before we were using tables which lines were the symbols and which
1434 columns were things like number, tag, type-name etc. It is was
1435 difficult to extend: each time a column was added, all the numbers had
1436 to be updated (you asked for colon $2, not for "tag"). Also, it was
1437 hard to filter these tables when only a subset of the symbols (say the
1438 tokens, or the nterms, or the tokens that have and external number
1439 *and* a type-name) was of interest.
de62edee 1440
d69c9694
AD
1441 Now instead of monolithic tables, we define one macro per cell. For
1442 instance "b4_symbol(0, tag)" is a macro name which contents is
1443 self-decriptive. The macro "b4_symbol" provides easier access to
1444 these cells.
de62edee 1445
d69c9694
AD
1446 * src/output.c (type_names_output): Remove.
1447 (symbol_numbers_output, symbol_definitions_output): New.
1448 (muscles_output): Call them.
1449 (prepare_symbols): Define b4_symbols_number.
1450
5263bea9
AD
14512008-11-10 Akim Demaille <demaille@gostai.com>
1452
1453 --trace=muscles
1454 * src/getargs.h, src/getargs.c (trace_muscle): New.
1455 (trace_types, trace_args): Support it.
1456 * src/output.c (output_skeleton): Use it.
1457
4175f6bb
AD
14582008-11-10 Akim Demaille <demaille@gostai.com>
1459
1460 muscles_output.
1461 * src/output.c (muscles_output): New, extracted from...
1462 (output_skeleton): here.
1463 Adjust.
1464
1de69d6a
AD
14652008-11-10 Akim Demaille <demaille@gostai.com>
1466
1467 Formatting changes.
1468
36db78a7
AD
14692008-11-10 Akim Demaille <demaille@gostai.com>
1470
1471 Update the variant example.
1472 * examples/variant.yy: Formatting changes.
1473 One stage build.
1474
e5eb92e7
AD
14752008-11-10 Akim Demaille <demaille@gostai.com>
1476
1477 Support constructor with an argument.
1478 This improves the "list" bench by 2%.
de62edee 1479
e5eb92e7
AD
1480 * data/lalr1.cc (variant::build): Add an overloaded version with
1481 an argument.
1482 * tests/c++.at (AT_CHECK_VARIANT): Check it.
1483
76307410
AD
14842008-11-10 Akim Demaille <demaille@gostai.com>
1485
1486 Test variants.
1487 * tests/c++.at (AT_CHECK_VARIANTS): New.
1488 Use it with and without %define assert.
1489
d78f0ac9
AD
14902008-11-10 Akim Demaille <demaille@gostai.com>
1491
1492 Add %precedence support.
1493 Unfortunately it is not possible to reuse the %prec directive. This
1494 is because to please POSIX, we do not require to end the rules with a
1495 semicolon. As a result,
de62edee 1496
d78f0ac9 1497 foo: bar %prec baz
de62edee 1498
d78f0ac9
AD
1499 is ambiguous: either a rule which precedence is that of baz, or a rule,
1500 and then a declaration of the precedence of the token baz.
de62edee 1501
d78f0ac9
AD
1502 * doc/bison.texinfo: Document %precedence.
1503 (Precedence Only): New.
1504 * src/assoc.h, src/assoc.c (precedence_assoc): New.
1505 * src/conflicts.c (resolve_sr_conflict): Support it.
1506 * src/scan-gram.l, src/parse-gram.y (%precedence): New token.
1507 Parse it.
1508 * tests/calc.at: Use %precedence for NEG.
1509 * tests/conflicts.at (%precedence does not suffice)
1510 (%precedence suffices): New tests.
1511
c85be41a
AD
15122008-11-09 Akim Demaille <demaille@gostai.com>
1513
1514 Make benches in a sub dirs.
1515 * etc/bench.pl.in ($dir): New.
1516 Use it.
1517 Check the use of constructors with an argument.
1518 (bench_variant_parser): Fix.
1519
db65ca1f
AD
15202008-11-09 Akim Demaille <demaille@gostai.com>
1521
1522 fix eof condition
1523
9b0efa5b
AD
15242008-11-09 Akim Demaille <demaille@gostai.com>
1525
1526 Fix --help.
1527
432ac57a
AD
15282008-11-09 Akim Demaille <demaille@gostai.com>
1529
1530 Require the generation of parse-gram.output.
1531 * src/Makefile.am (YACC): Pass --report=all.
1532
deef2a0a
AD
15332008-11-09 Akim Demaille <demaille@gostai.com>
1534
1535 Formatting changes.
1536
df72984a
AD
15372008-11-09 Akim Demaille <demaille@gostai.com>
1538
1539 Update TODO.
1540 * TODO: Remove obsolete items.
1541 Update others.
1542
f10e19fd
AD
15432008-11-09 Akim Demaille <demaille@gostai.com>
1544
1545 Enhance bench.pl.
1546 * etc/bench.pl.in (parse, parse_expr, parse_term, parse_fact)
1547 (@token, $grammar, $bench): New.
1548 (generate_grammar_variant): Rename as...
1549 (generate_grammar_list): this.
1550 (generate_grammar): Adjust.
1551 (bench_grammar): Rename as...
1552 (bench): this.
1553 Use it in the various bench-marking routines.
1554 (-b, -g): New options.
1555
5de9c593
AD
15562008-11-09 Akim Demaille <demaille@gostai.com>
1557
1558 Use a static hierarchy for symbols in the C++ parser.
1559 * data/lalr1.cc (symbol_base_type, symbol_type)
1560 (stack_symbol_type): Make it a static hierarchy.
1561 Adjust dependencies.
1562
757f8f98
AD
15632008-11-09 Akim Demaille <demaille@gostai.com>
1564
1565 bench.pl -d, --directive.
1566 * etc/bench.pl.in (@directive): New.
1567 (&bench_grammar): Use it.
1568 (&bench_list_grammar): New, to provide access to the "variant"
1569 grammar.
1570 Use it.
1571 (getopts): Support -d, --directive.
1572
d3be4f6d
AD
15732008-11-09 Akim Demaille <demaille@gostai.com>
1574
1575 Use inline for small operations.
1576 * data/lalr1.cc (symbol_base_type, symbol_type)
1577 (stack_symbol_type): Declare constructor and other operations as
1578 inline.
1579 (yy_destroy_): Inline.
1580
1f7d007b
AD
15812008-11-09 Akim Demaille <demaille@gostai.com>
1582
1583 Introduce a hierarchy for symbols.
1584 * data/lalr1.cc (symbol_base_type, symbol_type): New.
1585 (data_type): Rename as...
1586 (stack_symbol_type): this.
1587 Derive from symbol_base_type.
1588 (yy_symbol_value_print_): Merge into...
1589 (yy_symbol_print_): this.
1590 Rename as...
1591 (yy_print_): this.
1592 (yydestruct_): Rename as...
1593 (yy_destroy_): this.
1594 (b4_symbols_actions, YY_SYMBOL_PRINT): Adjust.
1595 (parser::parse): yyla is now of symbol_type.
1596 Use its type member instead of yytoken.
1597
bc0b0477
AD
15982008-11-09 Akim Demaille <demaille@gostai.com>
1599
1600 Rename data_type and stack_symbol_type.
1601 * data/lalr1.cc (data_type): Rename as...
1602 (stack_symbol_type): this.
1603
57295d14
AD
16042008-11-09 Akim Demaille <demaille@gostai.com>
1605
1606 Handle semantic value and location together.
1607 * data/lalr1.cc (b4_symbol_actions): Bounce $$ and @$ to
1608 yydata.value and yydata.location.
1609 (yy_symbol_value_print_, yy_symbol_print_, yydestruct_)
1610 (YY_SYMBOL_PRINT): Now take semantic value and location as a
1611 single arg.
1612 Adjust all callers.
1613 (yydestruct_): New overload for a stack symbol.
1614
e9b0834e
AD
16152008-11-09 Akim Demaille <demaille@gostai.com>
1616
1617 Push a complete symbol, not connected parts.
1618 * data/lalr1.cc (yypush_): Take a data_type&, not disconnected
1619 state, value and location.
1620 Adjust callers.
1621
6082531a
AD
16222008-11-09 Akim Demaille <demaille@gostai.com>
1623
1624 Agregate yylval and yylloc.
1625 * data/lalr1.cc (parser::yylval, parser::yylloc): Replace by...
1626 (parser::yyla): this.
1627
33c195cc
AD
16282008-11-09 Akim Demaille <demaille@gostai.com>
1629
1630 Rely on the state stack to display reduction traces.
b06df3c2
AD
1631 To display rhs symbols before a reduction, we used information
1632 about the rule reduced, which required the tables yyrhs and
1633 yyprhs. Now use rely only on the state stack to get the same
1634 information.
de62edee 1635
33c195cc
AD
1636 * data/lalr1.cc (b4_rhs_data, b4_rhs_state): New.
1637 Use them.
1638 (parser::yyrhs_, parser::yyprhs_): Remove.
1639 (parser::yy_reduce_print_): Use the state stack.
1640
e1f93869
AD
16412008-11-09 Akim Demaille <demaille@gostai.com>
1642
1643 Fuse yyval and yyloc into yylhs.
1644 * data/lalr1.cc (b4_lhs_value, b4_lhs_location): Adjust to using
1645 yylhs.
1646 (parse): Replace yyval and yyloc with yylhs.value and
1647 yylhs.location.
1648 After a user action, compute yylhs.state earlier.
1649 (yyerrlab1): Do not play tricks with yylhs.location, rather, use a
1650 fresh error_token.
1651
2935744b
DJ
16522008-11-09 Di-an Jan <dianj@freeshell.org>
1653
1654 Remove unused variable.
1655 * src/output.c (type_names_output): Remove unused variable sep.
1656
bbf9ca37
PB
16572008-11-09 Paolo Bonzini <bonzini@gnu.org>
1658
1659 Change tests/output.at quoting.
1660 * tests/output.at (AT_CHECK_OUTPUT): Use conventional m4 quoting when
1661 expanding arguments.
1662
d9a9b96b
JD
16632008-11-07 Joel E. Denny <jdenny@ces.clemson.edu>
1664
1665 Don't add a semicolon to actions for %skeleton or %language.
1666 It breaks Java test cases as reported by Akim Demaille.
1667 * src/scan-code.l: Implement.
1668
51365192
JD
16692008-11-07 Joel E. Denny <jdenny@ces.clemson.edu>
1670
1671 Clean up %skeleton and %language priority implementation.
1672 * src/getargs.c (skeleton_prio): Use default_prio rather than 2, and
1673 remove static qualifier because others will soon need to see it.
1674 (language_prio): Likewise.
1675 (getargs): Use command_line_prio rather than 0.
1676 * src/getargs.h (command_line_prio, grammar_prio, default_prio): New
1677 enum fields.
1678 (skeleton_prio): Extern it.
1679 (language_prio): Extern it.
1680 * src/parse-gram.y: Use grammar_prio rather than 1.
1681
9380cfd0
AD
16822008-11-07 Akim Demaille <demaille@gostai.com>
1683
1684 Moving push traces into yypush_.
1685 * data/lalr1.cc (yypush_): Now takes a optional trace message.
1686 Adjust all uses.
1687
8901f32e
AD
16882008-11-07 Akim Demaille <demaille@gostai.com>
1689
1690 The single-stack C++ parser is now the standard one.
1691 * data/lalr1.cc: Rename as...
1692 * data/lalr1-split.cc: this.
1693 * data/lalr1-fusion.cc: Rename as...
1694 * data/lalr1.cc: this.
1695 * etc/bench.pl.in: Adjust.
1696
8cdabf02
AD
16972008-11-07 Akim Demaille <demaille@gostai.com>
1698
1699 Avoid empty-if warnings.
1700 Reported by Quentin Hocquet.
de62edee 1701
8cdabf02
AD
1702 * data/lalr1-fusion.cc (YY_SYMBOL_PRINT, YY_REDUCE_PRINT)
1703 (YY_STACK_PRINT): Provide some contents even when !YYDEBUG.
1704
5a893c2b
AD
17052008-11-07 Akim Demaille <demaille@gostai.com>
1706
1707 Pass command line location to skeleton_arg and language_argmatch.
1708 * src/getargs.h, src/getargs.c (skeleton_arg, language_argmatch):
1709 The location argument is now mandatory.
1710 Adjust all dependencies.
1711 (getargs): Use command_line_location.
1712
58697c6d
AD
17132008-11-07 Akim Demaille <demaille@gostai.com>
1714
1715 -D, --define.
1716 * src/getargs.c (usage): Document -D.
1717 Fix help string for --locations.
1718 (command_line_location): New.
1719 (short_options, long_options, getargs): Support -D, --define.
1720 (getargs): Move -d support at the right place.
1721 * doc/bison.texinfo (Bison Options): Update.
1722 * tests/input.at (%define, --define): New.
1723
9fe5a457
AD
17242008-11-07 Akim Demaille <demaille@gostai.com>
1725
1726 Initialize the muscle table before parsing the command line.
1727 * src/getargs.c (quotearg.h, muscle_tab.h): Include.
1728 (getargs): Define file_name.
1729 * src/main.c (main): Initialize muscle_tab before calling
1730 getargs.
1731 * src/muscle_tab.c (muscle_init): No longer define file_name, as
1732 its value is not available yet.
1733
56c5eca9
AD
17342008-11-07 Akim Demaille <demaille@gostai.com>
1735
1736 Locations without columns for command line arguments.
1737 * src/location.c (location_print): Don't display negative columns.
1738 * src/location.h: Document this.
1739
9b9e0a7d
AD
17402008-11-07 Akim Demaille <demaille@gostai.com>
1741
1742 Fix --help.
1743 * src/getargs.c (usage): Fix help string for -W.
1744
74eae918
AD
17452008-11-07 Akim Demaille <demaille@gostai.com>
1746
1747 Handle more general types of option arguments.
1748 * build-aux/cross-options.pl: The argument ends at the first
1749 space, not the first non-symbol character.
1750 Use @var for each word appearing the argument description.
1751
a3d4c6fb
AD
17522008-11-07 Akim Demaille <demaille@gostai.com>
1753
1754 Destroy the variants that remain on the stack in case of error.
1755 * data/lalr1-fusion.cc (yydestruct_): Invoke the variant's
1756 destructor.
1757 Display the value only if yymsg is nonnull.
1758 (yyreduce): Invoke yydestruct_ when popping lhs symbols.
1759
2d32fc9f
AD
17602008-11-07 Akim Demaille <demaille@gostai.com>
1761
1762 Add "%define assert" to variants.
1763 This is used to help the user catch cases where some value gets
1764 ovewritten by a new one. This should not happen, as this will
1765 probably leak.
de62edee 1766
2d32fc9f
AD
1767 Unfortunately this uncovered a bug in the C++ parser itself: the
1768 lookahead value was not destroyed between two calls to yylex. For
1769 instance if the previous lookahead was a std::string, and then an int,
1770 then the value of the std::string was correctly taken (i.e., the
1771 lookahead was now an empty string), but std::string structure itself
1772 was not reclaimed.
de62edee 1773
2d32fc9f
AD
1774 This is now done in variant::build(other&) (which is used to take the
1775 value of the lookahead): other is not only stolen from its value, it
1776 is also destroyed. This incurs a new performance penalty of a few
1777 percent, and union becomes faster again.
de62edee 1778
2d32fc9f
AD
1779 * data/lalr1-fusion.cc (variant::build(other&)): Destroy other.
1780 (b4_variant_if): New.
1781 (variant::built): New.
1782 Use it whereever the status of the variant changes.
1783 * etc/bench.pl.in: Check the penalty of %define assert.
1784
f6038cb8
AD
17852008-11-07 Akim Demaille <demaille@gostai.com>
1786
1787 Use "%define variant" in bench.pl.
1788 * etc/bench.pl.in: No longer use the pseudo directive %variants,
1789 just use %define variants.
1790
ccde1f98
AD
17912008-11-07 Akim Demaille <demaille@gostai.com>
1792
1793 Regen.
1794 * src/parse-gram.h, src/parse-gram.c: Regen.
1795
58bd33b7
JD
17962008-11-04 Joel E. Denny <jdenny@ces.clemson.edu>
1797
1798 Fix user actions without a trailing semicolon.
1799 Reported by Sergei Steshenko at
1800 <http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00001.html>.
1801 * THANKS (Sergei Steshenko): Add.
1802 * src/scan-code.l (SC_RULE_ACTION): Fix it.
1803 * tests/regression.at (Fix user actions without a trailing semicolon):
1804 New test case.
1805
639867b5
AD
18062008-11-04 Akim Demaille <demaille@gostai.com>
1807
1808 Use b4_copyright_years.
1809 * data/yacc.c (b4_copyright_years): New.
1810 Fix its value according to the comments in the file.
1811 Use it and undefine it.
1812
3c262606
AD
18132008-11-04 Akim Demaille <demaille@gostai.com>
1814
1815 Formatting changes.
1816 * data/lalr1-fusion.cc, src/parse-gram.y: here.
1817
a2b93d52
AD
18182008-11-04 Akim Demaille <demaille@gostai.com>
1819
1820 Formatting changes.
1821 * data/lalr1-fusion.cc: here.
1822
3a2803df
AD
18232008-11-04 Akim Demaille <demaille@gostai.com>
1824
1825 Use strict on bench.pl.
1826 * etc/bench.pl.in (&run, &generate_grammar): New.
1827 Rename the grammar generating functions for consistency.
1828 Change the interface so that the list of benches to run is passed
1829 as (optionless) arguments.
1830 (&compile): Use &run.
1831
a0d4650a
AD
18322008-11-04 Akim Demaille <demaille@gostai.com>
1833
1834 Remove spurious initial empty lines.
1835 * data/glr.c, data/glr.cc, data/lalr1.cc, data/lalr1.java,
1836 * data/yacc.c: End the @output lines with an @.
1837
cac9e09b
AD
18382008-11-04 Akim Demaille <demaille@gostai.com>
1839
1840 Improve the display of sizes.
1841 * etc/bench.p.in: Higher precision.
1842 Sort by decreasing size.
1843
4af4348a
AD
18442008-11-04 Akim Demaille <demaille@gostai.com>
1845
1846 Don't memcpy C++ structures.
1847 * data/lalr1-fusion.cc (b4_symbol_variant): Adjust additional
1848 arguments.
1849 (variant::build): New overload for
1850 copy-construction-that-destroys.
1851 (variant::swap): New.
1852 (parser::yypush_): Use it in variant mode.
1853
ef05c4d6
AD
18542008-11-04 Akim Demaille <demaille@gostai.com>
1855
1856 Better defaults for bench.pl.
1857 * etc/bench.pl.in ($verbose, $cflags, $iterations): Change the
1858 default values.
1859 Adjust &verbose uses.
1860 (-q, --quiet): New.
1861
9718cfa9
AD
18622008-11-04 Akim Demaille <demaille@gostai.com>
1863
1864 Make variant.yy more complex.
1865 std::list cannot be copied via memcpy, they are more demanding than
1866 std::string. Use one std::list to strengthen the test.
de62edee 1867
9718cfa9
AD
1868 * examples/variant.yy: Use lalr1-fusion.cc, not lalr1.cc.
1869 Adjust.
1870 Create a list of strings, instead of a single large string.
1871
a6df593d
AD
18722008-11-04 Akim Demaille <demaille@gostai.com>
1873
1874 bench.pl --bench.
1875 * etc/bench.pl.in (--bench, $bench): New.
1876
006a0303
AD
18772008-11-04 Akim Demaille <demaille@gostai.com>
1878
1879 Sort methods.
1880 * data/lalr1-fusion.cc (destroy): Use as() in its definition.
1881 Define it after as().
1882
faef3466
AD
18832008-11-04 Akim Demaille <demaille@gostai.com>
1884
1885 Useless parens.
1886 * data/lalr1-fusion.cc (b4_rhs_location): Remove useless parens.
1887
2141aded
AD
18882008-11-04 Akim Demaille <demaille@gostai.com>
1889
1890 Issue missing synclines after user actions.
1891 * data/c.m4 (b4_case): Issue synclines on the output file.
1892
e426d17b
AD
18932008-11-04 Akim Demaille <demaille@gostai.com>
1894
1895 Remove trailing empty line.
1896 * data/lalr1-fusion.cc: Don't add an empty line after the user's
1897 epilogue.
1898
a9ce3f54
AD
18992008-11-04 Akim Demaille <demaille@gostai.com>
1900
1901 Fix output of copyright years.
1902 * data/bison.m4 (b4_copyright): Fix the indentation of the
1903 copyright year paragraph.
1904 Use b4_copyright_years when no years are given.
1905 * data/lalr1.cc, data/lalr1-fusion.cc, data/location.cc
1906 (b4_copyright_years): New.
1907 Use it.
1908
59c544c2
AD
19092008-11-04 Akim Demaille <demaille@gostai.com>
1910
1911 Avoid the spurious initial empty line.
1912 * data/lalr1-fusion.cc, data/location.cc: Put a trailing "@" at
1913 the end of @output request to suppress the empty line that
1914 results.
1915
96b15448
AD
19162008-11-04 Akim Demaille <demaille@gostai.com>
1917
1918 Remove parser::rhs_number_type.
1919 * data/lalr1-fusion.cc (rhs_number_type): No longer define it.
1920 (yyrhs_): Use b4_table_define.
1921
f0633174
AD
19222008-11-04 Akim Demaille <demaille@gostai.com>
1923
1924 Fix iteration type.
1925 * data/lalr1-fusion.cc: Use an int to iterate up to an int.
1926
417b8004
AD
19272008-11-04 Akim Demaille <demaille@gostai.com>
1928
1929 Factor the declaration of the integer tables.
1930 * data/lalr1-fusion.cc (b4_table_define): New.
1931 Use it.
1932
1a5246c6
AD
19332008-11-03 Akim Demaille <demaille@gostai.com>
1934
1935 Fix indentation of tables in lalr1.cc
1936 * data/lalr1-fusion.cc: Fix the indentation.
1937
f8a95c9c
AD
19382008-11-03 Akim Demaille <demaille@gostai.com>
1939
1940 Destroy the lhs symbols after reduction.
1941 * data/lalr1-fusion.cc (parse): After the user action, when in
1942 variant mode, destroy the lhs symbols.
1943
d7f4d823
AD
19442008-11-03 Akim Demaille <demaille@gostai.com>
1945
1946 Simplify yysyntax_error_ use.
1947 * data/lalr1-fusion.cc (yysyntax_error_): Always pass it the token
1948 type, but make it unnamed in the declaration when it is not used.
1949
8b9c89fb
AD
19502008-11-03 Akim Demaille <demaille@gostai.com>
1951
1952 Let yy::variant::build return an lvalue.
1953 * data/lalr1-fusion.cc (variant::build): Return a reference to the
1954 object.
1955
83243c24
AD
19562008-11-03 Akim Demaille <demaille@gostai.com>
1957
1958 Define yy::variant only when needed.
1959 * data/lalr1-fusion.cc (yy::variant): Define only if variants are
1960 used.
1961
429b4848
AD
19622008-11-03 Akim Demaille <demaille@gostai.com>
1963
1964 Bench the three-stack lalr1.cc.
1965 * etc/bench.pl.in: Bench the three-stack lalr1.cc vs. the
1966 one-stack one.
1967
414c76a4
AD
19682008-11-03 Akim Demaille <demaille@gostai.com>
1969
1970 Fail on parse error in calc++.
1971 * doc/bison.texinfo (calc++.cc): Propagate failures to the exit
1972 status.
1973 * examples/calc++/test ($me, $number, $exit, run): New.
1974 Use them to propagate errors to the exit status.
1975
8a5783fd
AD
19762008-11-03 Akim Demaille <demaille@gostai.com>
1977
1978 Don't specify the skeleton twice in the example.
1979 * examples/calc++/Makefile.am: Don't pass -S to Bison, the grammar
1980 file does what is needed.
1981
0cc5bead
AD
19822008-11-03 Akim Demaille <demaille@gostai.com>
1983
1984 bench: Improve output.
1985 * etc/bench.pl.in (bench_grammar): Tune the printf format.
1986
5b421a4e
AD
19872008-11-03 Akim Demaille <demaille@gostai.com>
1988
1989 bench: check impact of %debug on variants.
1990 * etc/bench.pl.in (variant_grammar): Fix the computation of
1991 $variant.
1992 Generate a grammar file that can work with or without %debug.
1993 Do use the @directive.
1994 (bench_variant_parser): Check impact of %debug.
1995 (@directives): Rename all the occurrences to...
1996 (@directive): this, for consistency.
1997
d11ee647
AD
19982008-11-03 Akim Demaille <demaille@gostai.com>
1999
2000 bench: report the size too.
2001 * etc/bench.pl.in ($iterations): Defaults to -3.
2002 (&bench_grammar): Require hireswallclock.
2003 Compute and display the size of the result.
2004 More comments.
2005
e1b74b92
AD
20062008-11-03 Akim Demaille <demaille@gostai.com>
2007
2008 bench: More use of the verbosity level.
2009 * etc/bench.pl.in ($verbose, &verbose): New.
2010 Use them.
2011 More POD documentation.
2012
7e5f9c54
AD
20132008-11-03 Akim Demaille <demaille@gostai.com>
2014
2015 bench.pl: a command line interface
2016 * etc/bench.pl.in: More doc.
2017 Some fixes in the documentation.
2018 ($cflags, $iterations, &help, &getopt): New.
2019 Use them.
2020 (&variant_grammar): Let the number of stages be 10 times what is
2021 specified.
2022
7109a18d
AD
20232008-11-03 Akim Demaille <demaille@gostai.com>
2024
2025 Bench the use of Boost.Variants.
2026 * etc/bench.pl.in ($cxx, &variant_grammar, &bench_variant_parser):
2027 New.
2028 (&compile): Be ready to compile C++ parsers.
2029 (&bench_push_parser): Move debug information to the outermost
2030 level.
2031 * THANKS: Add Michiel De Wilde.
2032
922730fe
AD
20332008-11-03 Akim Demaille <demaille@gostai.com>
2034
2035 bench.pl: Pass directives as a list instead of as a string.
2036 * etc/bench.pl.in (&directives): New.
2037 (&triangular_grammar, &calc_grammar): Use it to format the Bison
2038 directives.
2039 (&triangular_grammar): Do use the directives (were ignored).
2040 (&bench_grammar, &bench_push_parser): Adjust to pass lists of
2041 directives.
2042
7484f1d4
AD
20432008-11-03 Akim Demaille <demaille@gostai.com>
2044
2045 Improve genericity of bench.pl.
2046 * etc/bench.pl.in (&bench_grammar): Take the set of benches as
2047 argument.
2048 (&bench_push_parser): New.
2049 Call it.
2050
15129f25
AD
20512008-11-03 Akim Demaille <demaille@gostai.com>
2052
2053 Add documentation to bench.pl.
2054 * etc/bench.pl.in: Comment changes.
2055
0e0ed236
AD
20562008-11-03 Akim Demaille <demaille@gostai.com>
2057
2058 Fuse the three stacks into a single one.
de62edee 2059
b06df3c2
AD
2060 In order to make it easy to perform benchmarks to ensure that
2061 there are no performance loss, lalr1.cc is forked into
2062 lalr1-fusion.cc. Eventually, lalr1-fusion.cc will replace
2063 lalr1.cc.
2064
2065 Meanwhile, to make sure that lalr1-fusion.cc is correctly
2066 exercized by the test suite, the user must install a symbolic link
2067 from lalr1.cc to it.
de62edee 2068
b06df3c2
AD
2069 Instead of having three stacks (state, value, location), use a
2070 stack of triples. This considerably simplifies the code (and it
2071 will be easier not to require locations as currently does the C++
2072 parser), and also gives a 10% speedup according to
2073 etc/bench (probably mainly since memory allocation is done once
2074 instead of three times).
de62edee 2075
0e0ed236
AD
2076 Another motivation is to make it easier to destruct properly
2077 semantic values: now that they are bound to their state (hence
2078 symbol type) it will be easier to call the appropriate destructor.
de62edee 2079
0e0ed236 2080 These changes should probably benefit the C parser too.
de62edee 2081
b06df3c2
AD
2082 * data/lalr1.cc: Copy as...
2083 * data/lalr1-fusion.cc: this new file.
0e0ed236
AD
2084 (b4_rhs_value, b4_rhs_location): New definitions overriding those
2085 from c++.m4.
2086 (state_stack_type, semantic_stack_type, location_stack_type)
2087 (yystate_stack_, yysemantic_stack_, yylocation_stack_): Remove.
2088 (data_type, stack_type, yystack_): New.
2089 (YYLLOC_DEFAULT, yypush_): Adjust.
2090 (yyerror_range): Now based on data_type, not location_type.
2091
7dedf26e
AD
20922008-11-03 Akim Demaille <demaille@gostai.com>
2093
2094 Push the state, value, and location at the same time.
2095 This is needed to prepare a forthcoming patch that fuses the three
2096 stacks into one.
de62edee 2097
7dedf26e
AD
2098 * data/lalr1.cc (parser::yypush_): New.
2099 (parser::yynewstate): Change the semantics: instead of arriving to
2100 this label when value and location have been pushed, but yystate
2101 is to be pushed on the state stack, now the three of them must
2102 have been pushed before. yystate still must be the new state.
2103 This allows to use yypush_ everywhere instead of individual
2104 handling of the stacks.
2105
c4585f1e
AD
21062008-11-03 Akim Demaille <demaille@gostai.com>
2107
2108 Prefer references to pointers.
2109 * data/lalr1.cc (b4_symbol_actions): New, overrides the default C
2110 definition to use references instead of pointers.
2111 (yy_symbol_value_print_, yy_symbol_print_, yydestruct_):
2112 Take the value and location as references.
2113 Adjust callers.
2114
56017c17
AD
21152008-11-03 Akim Demaille <demaille@gostai.com>
2116
2117 stack::size instead of stack::height.
2118 * data/lalr1.cc (stack::height): Rename as...
2119 (stack::size): this.
2120 Fix the output type.
2121 Comment changes.
2122
5ab8c47b
AD
21232008-11-03 Akim Demaille <demaille@gostai.com>
2124
2125 Use variants to support objects as semantic values.
b06df3c2
AD
2126 This patch was inspired by work by Michiel De Wilde. But he used
2127 Boost variants which (i) requires Boost on the user side, (ii) is
2128 slow, and (iii) has useless overhead (the parser knows the type of
2129 the semantic value there is no reason to duplicate this
2130 information as Boost.Variants do).
2131
2132 This implementation reserves a buffer large enough to store the
2133 largest objects. yy::variant implements this buffer. It was
2134 implemented with Quentin Hocquet.
de62edee 2135
5ab8c47b
AD
2136 * src/output.c (type_names_output): New.
2137 (output_skeleton): Invoke it.
2138 * data/c++.m4 (b4_variant_if): New.
2139 (b4_symbol_value): If needed, provide a definition for variants.
2140 * data/lalr1.cc (b4_symbol_value, b4_symbol_action_)
2141 (b4_symbol_variant, _b4_char_sizeof_counter, _b4_char_sizeof_dummy)
2142 (b4_char_sizeof, yy::variant): New.
2143 (parser::parse): If variants are requested, define
2144 parser::union_type, parser::variant, change the definition of
2145 semantic_type, construct $$ before running the user action instead
2146 of performing a default $$ = $1.
2147 * examples/variant.yy: New.
2148 Based on an example by Michiel De Wilde.
2149
1fa5d8bb
AD
21502008-11-03 Akim Demaille <demaille@gostai.com>
2151
2152 Parameterize the extraction of semantic values.
2153 To make future changes easier, no longer rely on ".TYPE" being the
2154 way to get a semantic value.
de62edee 2155
1fa5d8bb
AD
2156 * data/c.m4 (b4_symbol_value): New.
2157 Use it.
2158 * data/c++.m4, data/yacc.c: Use it.
2159 * data/glr.c: Use b4_symbol_value.
2160 (b4_rhs_data): New.
2161 Use it.
2162
91ba8a55
AD
21632008-11-03 Akim Demaille <demaille@gostai.com>
2164
2165 Prepare easier M4 changes.
2166 * data/lalr1.cc: Use escaped [] instead of literals to prepare
2167 future changes.
2168
c9ba9e59
JD
21692008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
2170
2171 Initiate further development.
2172 * NEWS: Create an empty section for new entries.
2173 * gnulib: Update submodule to HEAD.
2174
bfb40910
JD
21752008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
2176
2177 * NEWS: Version 2.4.
2178
241fda7a
JD
21792008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
2180
2181 Prepare for next release.
2182 * NEWS: Briefly mention changes since 2.3b.
2183 * README: Say GNU m4 1.4.6, which we've been requiring in release
2184 announcements already, not 1.4.3, which breaks the build.
2185
ed4d67dc
JD
21862008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
2187
2188 Say %language is experimental.
2189 We're thinking of extending it's effect on output file naming. See the
2190 thread at
2191 <http://lists.gnu.org/archive/html/bison-patches/2008-10/msg00003.html>.
2192 * NEWS: Say it's experimental.
2193 * doc/bison.texinfo (Decl Summary): Say it's experimental, and so don't
2194 recommend it over %skeleton for now.
2195 (Bison Options): Likewise.
2196 (C++ Bison Interface): Use %skeleton not %language.
2197 (Calc++ Parser): Use %skeleton not %language.
2198 * src/getargs.c (usage): Say it's experimental.
2199
e254a580
DJ
22002008-11-01 Di-an Jan <dianj@freeshell.org>
2201 Paolo Bonzini <bonzini@gnu.org>
2202
2203 Support all Java parser class modifiers.
2204 * data/java.m4 (b4_percent_define_get3): New.
2205 (b4_final_if, b4_strictfp_if): New.
2206 * data/lalr1.java (final, strictfp, extends, implements): Support.
2207 * doc/bison.texinfo (final, strictfp, extends, implements): Add
2208 documentation.
2209 * tests/java.at (AT_CHECK_JAVA_MINIMAL): New.
2210 (AT_CHECK_JAVA_MINIMAL_W_LEXER): New.
2211 (AT_CHECK_JAVA_GREP): New.
2212 (Java parser class modifiers): New test.
2213 (Java parser class extends and implements): New test.
2214
2215 Model exception propagation better with throws and lex_throws.
2216 * data/java.m4 (b4_list2): New.
2217 (throws): Change default.
2218 * data/lalr1.java (yyaction): Add throws.
2219 (parse): Add lex_throws in addition to throws.
2220 * doc/bison.texinfo (throws, lex_throws): Add documentation.
2221 * tests/java.at (Java throws specifications): New test.
2222
2223 Improve documentation for Java parsers.
2224 * doc/bison.texinfo (Java Parsers): Add subsections.
2225 Don't quote first argument of %define.
2226 (Java Bison Interface): Document output files. Move documentation
2227 of parser class and merge into Java Parser Interface. Document
2228 features that error out. Document directives with no effect.
2229 Move note about Javadoc higher.
2230 (Java Semantic Values): Explicitly mention stype.
2231 Document that generic types cannot be used.
2232 (Java Location Values): Use @deftypeivar. Document constructors.
2233 Correct return value for toString.
2234 (Java Parser Interface): List undocumented constants/fields.
2235 Move documentation of fields added by %parse-param closer to list
2236 of members. Document that token names are added as fields.
2237 Document constructors accurately. Remove error method.
2238 (Java Scanner Interface): Move note on %pure-parser to Java Bison
2239 Interface. Describe %code lexer and yylex accutately.
2240 Remove documentation that does not match the code.
2241 (Java Action Features): New.
2242 (Java Differences): Add reference. Add item on semantic values.
2243 Add note about @{ ... @}. Clarify %% epilogue placement.
2244 (Java Declarations Summary): New.
2245
2246 Fix Java skeleton.
2247 * data/java.m4 (b4_prefix): Correct quoting for m4_define_default.
2248 (b4_remove_comma): Quote test argument.
2249 (b4_identification): Remove "bison" field.
2250 * tests/java.at (Java parser class and package names): New test.
2251 (Java %parse-param and %lex-param): New test.
2252 (Java stype, position_class and location_class): New test.
2253
f259e4e6
PB
22542008-10-31 Di-an Jan <dianj@freeshell.org>
2255
2256 * data/lalr1.jave: Update copyright years.
2257 (YYParser): Correct name of "generated from" file in Javadoc:
2258 use b4_file_name instead of @ofile@.
2259 (Location constructor): Correct Javadoc parameter name.
2260 (yylloc): Add missing opening m4 quote after b4_location_if.
2261 This removes a stray [ in the Javadoc of Lexer.getStartPos.
2262 (Lexer.yyerror): Fix incorrect m4 and Javadoc.
2263 (YYParser constructor): Correct Javadoc parameter name.
2264
cae5057f
JD
22652008-10-30 Joel E. Denny <jdenny@ces.clemson.edu>
2266
2267 Always put auxiliary code files in the same dir as other output files.
2268 * src/files.c (compute_file_name_parts): When the user specifies
2269 --output but not --file-prefix, extract the directory prefix from the
2270 file prefix not from the grammar file name. This affects the location
2271 of files like location.hh generated by the C++ skeleton. The includes
2272 in the other output files require this fix.
2273 * tests/output.at (AT_CHECK_OUTPUT): Automatically create directories
2274 for expected output files.
2275 (Output files): Add a test for the above.
2276
4af432ba
JD
22772008-10-29 Joel E. Denny <jdenny@ces.clemson.edu>
2278
2279 * gnulib: Update submodule to HEAD.
2280
e26d4e43
JD
22812008-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
2282
2283 Update copyright year.
2284 * src/files.c: Here.
2285
c0ee9e21
DJ
22862008-10-28 Di-an Jan <dianj@freeshell.org> (tiny change)
2287
2288 Don't overwrite the input file.
2289 * src/files.c (output_file_name_check): Fatal error if using input file
2290 for output.
2291 * tests/output.at: (AT_CHECK_CONFLICTING_OUTPUT): Add return status
2292 argument.
2293 (Conflicting output files): Add test.
2294
482dc52f
AD
22952008-10-28 Akim Demaille <demaille@gostai.com>
2296
2297 Space changes.
2298 * data/lalr1.cc: Formatting changes.
2299
52cbbe84
AD
23002008-10-28 Akim Demaille <demaille@gostai.com>
2301
2302 Don't define debugging functions when !YYDEBUG.
2303 * data/lalr1.cc (debug_stream, set_debug_stream)
2304 (debug_level_type, debug_level, set_debug_level): Don't
2305 declare them when YYDEBUG is not defined.
2306 The implementation are already YYDEBUG-aware.
2307
0925d5bf
AD
23082008-10-28 Akim Demaille <demaille@gostai.com>
2309
2310 Prefer "continue" for empty loop bodies.
2311 * etc/bench.pl.in: Use "continue" instead of {}.
2312
cf98343c
AD
23132008-10-28 Akim Demaille <demaille@gostai.com>
2314
2315 Space and comments changes.
2316 * data/c++.m4, data/glr.c, data/lalr1.cc: Copyright year changes.
2317 * data/c.m4, data/lalr1.cc: Space changes.
2318
9f467b7d
AD
23192008-10-28 Akim Demaille <demaille@gostai.com>
2320
2321 Make gnulib a submodule.
2322 * gnulib: New.
2323 * .gitmodules (gnulib): New.
2324
0f0e1ace
JD
23252008-10-18 Joel E. Denny <jdenny@ces.clemson.edu>
2326
2327 Fix yyerror_range for user-defined location type in C++. Reported by
2328 Georg Sauthoff at
2329 <http://lists.gnu.org/archive/html/bug-bison/2008-08/msg00008.html>.
2330 * data/lalr1.cc (parse): Change type of yyerror_range to location_type.
2331 * THANKS (Georg Sauthoff): Add.
2332
548e2104
JD
23332008-10-18 Joel E. Denny <jdenny@ces.clemson.edu>
2334
2335 Update several administrative files mainly to facilitate releasing.
2336 * HACKING (Administrivia): Make the git-merge-changelog notes more
2337 helpful.
2338 (Test suite): Don't say lalr1.cc is not exercised in the test suite.
2339 (Release Procedure): Update for git and add numerous details that were
2340 previously missing.
2341 * Makefile.am (EXTRA_DIST): Remove Makefile.cfg and Makefile.maint.
2342 * maint.mk (announcement): Don't list bison as a bootstrap tool so
2343 that announcements don't claim we bootstrapped with whatever bison
2344 happened to be in PATH. Add flex as a bootstrap tool.
2345 * Makefile.maint: Remove, previously replaced by maint.mk.
2346 * Makefile.cfg: Remove, and migrate settings to...
2347 * cfg.mk: ... here for the sake of `make announcement'.
2348 * bootstrap.conf (gnulib_modules): Add announce-gen.
2349 * README: Say GNU Bison instead of just Bison. Suggested by Karl
2350 Berry.
2351
ddf17a6e
PB
23522008-10-08 Di-an Jan <dianj@freeshell.org> (tiny change)
2353
2354 Small but important bugfixes for the Java skeleton.
2355 * data/lalr1.java (yyerror): Change Location to b4_location_type.
2356 (yy_symbol_print): Call toString on yyvaluep.
2357
e1145ad8
AD
23582008-08-29 Akim Demaille <demaille@gostai.com>
2359
2360 Clarify UPDATED use.
215b40ac 2361 * doc/bison.texinfo: It refers to the last edition of this file,
e1145ad8 2362 not to the release date of Bison.
215b40ac 2363 Reported by Joel E. Denny.
e1145ad8 2364
0df72d78
AD
23652008-08-29 Akim Demaille <demaille@gostai.com>
2366
2367 * README: Update FAQ pointer.
2368 Reported by Joel E. Denny.
2369
9a90b6bb
EB
23702008-08-27 Eric Blake <ebb9@byu.net>
2371
2372 Resync m4sugar from autoconf.
2373 * data/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine)
2374 (m4_init): Adjust to latest m4.git changes.
2375 (m4_mapall_sep, _m4_list_cmp, m4_version_compare): Reduce side
2376 effects.
2377 * data/m4sugar/foreach.m4 (_m4_shiftn): Fix off-by-one bug.
2378 (_m4_list_cmp): Reduce side effects.
2379
65015668
AD
23802008-08-27 Akim Demaille <demaille@gostai.com>
2381
2382 Check yyerrok in calc.at.
215b40ac
EB
2383 * tests/calc.at (calc.y): Use yyerrok on "( error )".
2384 (AT_CHECK_CALC): Add a check that ensures that yyerrok works as
2385 expected.
65015668 2386
98e26a92
AD
23872008-08-27 Akim Demaille <demaille@gostai.com>
2388
2389 Support yyerrok in lalr1.cc.
2390 YYBACKUP is still to import back into lalr1.cc.
215b40ac 2391 * data/lalr1.cc (yyerrork, yyclearin, YYRECOVERING): Define.
98e26a92 2392
86c0e784
JD
23932008-08-26 Joel E. Denny <jdenny@ces.clemson.edu>
2394
2395 For maintainer-check*, don't recompile for a $(VERSION) update.
2396 * cfg.mk: New file.
2397 (_is-dist-target): Override the one in GNUmakefile.
2398 * Makefile.am (EXTRA_DIST): Add cfg.mk.
2399
88511166
JD
24002008-08-26 Joel E. Denny <jdenny@ces.clemson.edu>
2401
2402 Update for recent change to gnulib.
2403 * src/parse-gram.y: Don't include strverscmp.h. It comes from
2404 string.h now.
2405
6bbb2ed5
EB
24062008-08-15 Eric Blake <ebb9@byu.net>
2407
d67c52e8
EB
2408 Remaining m4sugar merge from autoconf.
2409 * data/m4sugar/m4sugar.m4: Copy entire file from autoconf.
2410 * data/m4sugar/foreach.m4: New file, copied from autoconf.
2411 * data/Makefile.am (dist_m4sugar_DATA): Distribute it.
2412 * src/output.c (output_skeleton): Tell m4 how to find it.
2413
6bbb2ed5
EB
2414 Partial m4sugar merge from autoconf: m4_map.
2415 * data/m4sugar/m4sugar.m4 (m4_fst): Delete.
2416 (m4_map, m4_map_sep, _m4_map): Rewrite more efficiently.
2417 (m4_apply, _m4_apply, m4_mapall, m4_mapall_sep): New macros.
2418 * data/java.m4 (b4_token_enums): Use more efficient short-circuit
2419 for empty list.
2420 * data/c.m4 (b4_token_defines, b4_token_enums, b4_c_ansi_formals):
2421 Likewise.
2422 (b4_parse_param_for): Avoid m4_fst, now that autoconf no longer
2423 declares it.
2424
8dce3875
JD
24252008-08-07 Joel E. Denny <jdenny@ces.clemson.edu>
2426
2427 Keep .version and PACKAGE_VERSION in sync.
2428 * Makefile.am ($(top_srcdir)/.version): Declare configure as a
2429 dependency, and add comments justifying this in more detail. Discussed
2430 starting at
2431 <http://lists.gnu.org/archive/html/bison-patches/2008-07/msg00022.html>.
2432
882a1fbf
EB
24332008-08-06 Eric Blake <ebb9@byu.net>
2434
a3764451
EB
2435 Partial m4sugar merge from autoconf: m4_shiftn.
2436 * data/m4sugar/m4sugar.m4 (m4_shiftn): Faster implementation.
2437 (m4_shift2, m4_shift3): New macros.
2438 (m4_case, m4_bmatch, m4_bpatsubsts, m4_join): Adjust clients.
2439 * data/c.m4 (b4_c_function_def, b4_c_ansi_function_def)
2440 (b4_c_ansi_function_decl, b4_c_function_call): Likewise.
2441 * data/java.m4 (b4_remove_comma): Likewise.
2442
882a1fbf
EB
2443 Partial m4sugar merge from autoconf: m4_wrap vs. m4 1.6.
2444 * data/m4sugar/m4sugar.m4 (m4_unquote, m4_wrap_lifo): New macros.
2445 (m4_wrap): Guarantee FIFO order, in spite of m4 1.6.
2446 (m4_init): Consolidate wrapped text into single m4_wrap.
2447 * data/bison.m4 (b4_check_user_names_wrap): Stick with LIFO order
2448 in wrapped text.
2449
a30e920d
EB
24502008-08-05 Eric Blake <ebb9@byu.net>
2451
dfcc5959
EB
2452 Partial m4sugar merge from autoconf: builtins, version.m4.
2453 * data/m4sugar/m4sugar.m4 (changeword): Nuke.
2454 (m4_prepend): Remove, as it is unused and inherently quadratic,
2455 whereas m4_append is linear in newer m4.
2456 (m4_mkstemp): New builtin.
2457 (m4_symbols): Make rename conditional.
2458 (m4_version_prereq): Ensure fatal error if used in bison, which
2459 intentionally lacks version.m4.
2460
a30e920d
EB
2461 Fix comments in m4sugar.
2462 * data/m4sugar/m4sugar.m4: Comment changes, borrowed from autoconf.
2463
445b7470
JD
24642008-08-02 Joel E. Denny <jdenny@ces.clemson.edu>
2465
2466 Update for recent .gitignore fix in Gnulib.
2467 * bootstrap: Back out 2008-07-18 hack now that gnulib-tool creates
2468 anchored .gitignore entries.
2469
a1e50014
JD
24702008-08-02 Joel E. Denny <jdenny@ces.clemson.edu>
2471
2472 Set gnu or gnits strictness.
2473 * configure.ac (AM_INIT_AUTOMAKE): Set gnu strictness during
2474 development and gnits strictness for releases. Based on Eric Blake's
2475 suggestion at
2476 <http://lists.gnu.org/archive/html/bug-bison/2008-07/msg00019.html>.
2477
d43f77e7
PB
24782008-07-31 Paolo Bonzini <bonzini@gnu.org>
2479
2480 * NEWS: Clarify documentation of %language.
2481
fee2ed87
PB
24822008-07-31 Paolo Bonzini <bonzini@gnu.org>
2483
2484 Support usage of git-merge-changelog.
2485 * .gitattributes: New.
2486 * HACKING: Document usage of git-merge-changelog.
2487 * bootstrap: Install git-merge-changelog entries in .git/config
2488 if appropriate.
2489
78029cd5
JD
24902008-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
2491
2492 Remove remaining dependence on CVS Id keyword.
2493 * ChangeLog: For the sake of people still using CVS, don't use dollars
2494 when mentioning Id.
2495 * data/xslt/bison.xsl: Remove Id from header comments, where it was
2496 unusual anyway.
2497 * data/xslt/xml2dot.xsl: Likewise.
2498 * data/xslt/xml2text.xsl: Likewise.
2499 * data/xslt/xml2xhtml.xsl: Likewise.
2500 * doc/Doxyfile.in (PROJECT_NUMBER): Don't use ID.
2501 * doc/Makefile.am (neutralize): Remove, no longer needed.
2502 (.x.1): Don't use neutralize.
2503 (edit): Don't substitute for ID.
2504 (Doxyfile): Don't define Id, and thus don't depend on ChangeLog.
2505
c53d18b1
JD
25062008-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
2507
2508 Fix dependence on computed configure variables.
2509 * doc/Makefile.am (common_dep): Depend on $(top_srcdir)/configure not
2510 $(top_srcdir)/configure.ac so that changes to computed variables, such
2511 as PACKAGE_VERSION, are seen.
2512 * tests/Makefile.am ($(srcdir)/package.m4): Likewise.
2513
5523ac79
JD
25142008-07-20 Joel E. Denny <jdenny@ces.clemson.edu>
2515
2516 Update copyright dates for recent changes.
2517 * Makefile.am: Here.
2518 * src/Makefile.am: Here.
2519 * src/reduce.c: Here.
2520 * tests/reduce.at: Here.
2521
8fa36911
JD
25222008-07-18 Joel E. Denny <jdenny@ces.clemson.edu>
2523
2524 Use git-version-gen for version names between releases.
2525 * .cvsignore (.tarball-version, GNUmakefile, *~): Add.
2526 * .gitignore (/.tarball-version, /GNUmakefile, /*~): Add.
2527 * .prev-version: New.
2528 * .version.in: Remove.
78029cd5 2529 * ChangeLog: Remove the Id previously used for capturing the CVS
8fa36911
JD
2530 revision.
2531 * GNUmakefile: Remove, now copied from Gnulib.
2532 * Makefile.am: Add code suggested by comments in
2533 build-aux/git-version-gen.
2534 (EXTRA_DIST): Remove GNUmakefile, handled by Gnulib. Add maint.mk,
2535 .prev-version, and .version.
2536 * NEWS (2.3b+): Rename to...
2537 (?.?): ... this because we're dropping the "+" version naming scheme,
2538 but, in general, we still can't be sure of our next release name.
2539 * bootstrap: Add a quick hack to remove from .gitignore the
2540 GNUmakefile entry that gnulib adds. We already have a /GNUmakefile
2541 entry. This should really be fixed in gnulib instead.
2542 * bootstrap.conf (gnulib_modules): Add gnumakefile.
2543 * configure.ac (AC_INIT): Set version name by invoking
2544 build-aux/git-version-gen.
2545 (AC_CONFIG_FILES): Remove .version, now generated by
2546 build-aux/git-version-gen.
2547 * maint.mk: New, copied from coreutils.
2548 * doc/.cvsignore (bison.1): Add.
2549 * doc/.gitignore (/bison.1): Add.
2550 * doc/bison.1: Remove, generated.
2551 * src/.cvsignore (revision.c): Remove.
2552 * src/.gitignore (/revision.c): Remove.
2553 * src/Makefile.am (bison_SOURCES): Remove revision.c and revision.h.
2554 (BUILT_SOURCES): Remove revision.c.
2555 (revision.c): Remove.
2556 * src/getargs.c (version): Don't print revision after the VERSION.
2557 * src/revision.h: Remove.
2558
bcf07cb7
JD
25592008-07-16 Joel E. Denny <jdenny@ces.clemson.edu>
2560
2561 Fix untranslatable composition of sentences. Reported by Goran
2562 Uddeborg at
2563 <http://lists.gnu.org/archive/html/bug-bison/2008-06/msg00000.html>.
2564 * THANKS (Goran Uddeborg): Add.
2565 * src/reduce.c (reduce_print): Report the number of nonterminals and
2566 rules useless in the grammar in separate sentences.
2567 * tests/reduce.at (Useless Rules): Update output.
2568 (Reduced Automaton): Likewise.
2569 (Underivable Rules): Likewise.
2570 (Empty Language): Likewise.
2571
9aacab9a
JD
25722008-07-15 Joel E. Denny <jdenny@ces.clemson.edu>
2573
2574 Fix some .gitignore and .cvsignore problems.
2575 * bootstrap (insert_sorted_if_absent): Replace all uses with...
2576 (insert_vc_ignore): ... this new function, which prepends `/' to all
2577 .gitignore entries before passing them to insert_sorted_if_absent.
2578 * bootstrap.conf (vc_ignore): Set to '.cvsignore .gitignore' so that
2579 .cvsignore files are maintained even though Bison developers run
2580 bootstrap while using Git.
2581 * .cvsignore (*.patch *.log log patches applied): Remove, apparently
2582 unneeded by Bison.
2583 (gnulib): Add.
2584 * .gitignore (/*.patch *.log log patches applied): Remove, broken and
2585 unneeded. Reported by Eric Blake.
2586 * lib/.gitignore (/*~): Add.
2587 * po/.cvsignore, runtime-po/.cvsignore: Sync with .gitignore.
2588 * examples/calc++/.gitignore (/calc++.exe): Add. Reported by Eric
2589 Blake.
2590 * src/.gitignore (/bison.exe): Add. Reported by Eric Blake.
2591
a9fc7990
JD
25922008-07-15 Joel E. Denny <jdenny@ces.clemson.edu>
2593
2594 Improve forward-compatibility with GNU M4. Reported by Eric Blake at
2595 <http://lists.gnu.org/archive/html/bug-bison/2008-07/msg00000.html>.
2596 * bootstrap.conf (gnulib_modules): Add unsetenv.
2597 * lib/.gitignore, lib/.cvsignore (/unsetenv.c): Add.
2598 * m4/.gitignore, m4/.cvsignore (/environ.m4): Add.
2599 (/setenv.m4): Add.
2600 * src/output.c (output_skeleton): For the m4 invocation, pass -dV as
2601 the first argument because it may become position-dependent, and unset
2602 POSIXLY_CORRECT so Bison's skeletons have access to GNU M4 extensions.
2603 Add comments explaining these issues in more detail.
2604
0f1d6f10
JD
26052008-07-14 Joel E. Denny <jdenny@ces.clemson.edu>
2606
2607 Add .gitignore everywhere based on .cvsignore.
2608 * .gitignore: New.
2609 * build-aux/.gitignore: New.
2610 * data/.gitignore: New.
2611 * doc/.gitignore: New.
2612 * etc/.gitignore: New.
2613 * examples/.gitignore: New.
2614 * examples/calc++/.gitignore: New.
2615 * lib/.gitignore: New.
2616 * m4/.gitignore: New.
2617 * po/.gitignore: New.
2618 * runtime-po/.gitignore: New.
2619 * src/.gitignore: New.
2620 * tests/.gitignore: New.
2621
7bd1665a
JD
26222008-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
2623
2624 * NEWS (2.3b+): New section, empty for now.
2625 * configure.ac (AC_INIT): 2.3b -> 2.3b+.
2626
72c5b982
JD
26272008-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
2628
2629 * NEWS (2.3b): Update release date since there has been a delay in
2630 getting the announcements and tarballs out.
2631
bd02cd5d
JD
26322008-05-23 Joel E. Denny <jdenny@ces.clemson.edu>
2633
2634 * NEWS: Version 2.3b.
2635 * configure.ac (AC_INIT): Likewise.
2636 (PACKAGE_COPYRIGHT_YEAR): Update to 2008.
2637
9126263e
JD
26382008-05-23 Joel E. Denny <jdenny@ces.clemson.edu>
2639
2640 * HACKING: Don't say don't mention HACKING in the ChangeLog. We've
2641 been doing it for years.
2642 (Test suite): Mention maintainer-push-check and maintainer-xml-check.
2643 (Release Procedure): Add FIXME about make alpha being unmaintained.
2644
fa6aa7b3
JD
26452008-05-13 Joel E. Denny <jdenny@ces.clemson.edu>
2646
2647 * data/yacc.c: Reformat m4 a little for readability.
2648 * src/lalr.c (build_relations): Correct comment.
2649
d30b312d
JMG
26502008-05-12 Juan Manuel Guerrero <juan.guerrero@gmx.de>
2651
2652 DJGPP specific issue.
2653 * djgpp/config.sed: Fixes required to run configure scripts generated
2654 by autoconf 2.62.
2655
138d4cd9
JD
26562008-05-07 Joel E. Denny <jdenny@ces.clemson.edu>
2657
2658 * HACKING (Release Procedure): translation@iro.umontreal.ca is now
2659 coordinator@translationproject.org.
2660
8f7e2e1f
JD
26612008-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
2662
2663 * THANKS: Add Eric Blake.
2664
f55efa38
JD
26652008-04-23 Eric Blake <ebb9@byu.net>
2666
2667 Revert prior patch, by working around autoconf regression.
2668 * tests/output.at (m4_expand): Add workaround for autoconf 2.62.
2669 ("Output file name: ("): Uncomment test.
2670 ("Output file name: )"): Likewise.
2671 Based on an idea from Noah Misch.
2672
096c9f9d
JD
26732008-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
2674
2675 Work-around an Autoconf 2.62 AT_SETUP bug that was not present in
2676 2.61. Reported by Juan Manuel Guerrero at
2677 <http://lists.gnu.org/archive/html/bug-bison/2008-04/msg00011.html>.
2678 * tests/output.at ("Output file name: ("): Comment out test case for
2679 now.
2680 ("Output file name: )"): Likewise.
2681
0f664b89
JD
26822008-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
2683
2684 * GNUmakefile: Update git-version-gen invocation so make dist
2685 succeeds.
2686
1cfe6375
JD
26872008-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
2688
2689 Update to the current gnulib CVS repository, and fix trigraph handling
2690 in Bison.
2691 * bootstrap: Update gnulib CVS repository URL.
2692 (symlink_to_dir): Encapsulate the code that guarantees the destination
2693 directory exists into...
2694 (check_dst_dir): ... this new function, and...
2695 (cp_mark_as_generated): ... reuse it here so that bootstrap doesn't
2696 fail when copying files into lib/uniwidth/.
2697 * src/output.c (prepare_symbols): When writing yytname muscles, where
2698 symbol names will be encoded in C-string literals, tell quotearg to
2699 escape trigraphs. This used to be the default in gnulib.
2700 * tests/regression.at (Token definitions): Because of the change in
2701 gnulib's quotearg behavior, string_as_id in parse-gram.y no longer
2702 escapes trigraphs in symbol names. Thus, yytname no longer has
2703 trigraphs unnecessarily doubly escaped. Update test case output.
2704 Extend test case to be sure Bison's own error messages will no longer
2705 have trigraphs in symbol names unnecessarily escaped once.
2706
74c52fc8
JD
27072008-04-20 Joel E. Denny <jdenny@ces.clemson.edu>
2708
2709 Fix make dist infinite loop reported by Juan Manuel Guerrero at
2710 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00009.html>.
2711 * .cvsignore: Add .version.
2712 * .version.in: New.
2713 * bootstrap.conf (gnulib_modules): Add git-version-gen.
2714 * configure.ac (AC_CONFIG_FILES): Add .version.
2715 * build-aux/.cvsignore: Add git-version-gen.
2716
8e55b3aa
JD
27172008-03-08 Joel E. Denny <jdenny@ces.clemson.edu>
2718
2719 * NEWS (2.3a+): Mention that -g now takes an argument.
2720 * doc/bison.texinfo (Bison Options): Reword -W entry a little for
2721 consistency. Update the -g and -x entries now that they take
2722 arguments. Use brackets to indicate optional arguments.
2723 * src/getargs.c (usage): Explain the relationship between arguments of
2724 long and short options more completely. Document --defines and -d
2725 separately since the former takes an argument but, for POSIX Yacc, the
2726 latter does not.
2727 (short_options): Let -W take an optional argument like --warnings.
8452fdd9 2728 (getargs): Sort cases.
8e55b3aa 2729
59c5ac72
AD
27302008-02-28 Akim Demaille <demaille@gostai.com>
2731
2732 * doc/bison.texinfo: Fix a few typos.
2733
118d4978
AD
27342008-02-28 Akim Demaille <akim@epita.fr>
2735
2736 * doc/bison.texinfo (Bison Options): Document -W.
2737 Based on Joel E. Denny's NEWS entry, and Automake's documentation.
2738
7020f1e9
AD
27392008-02-28 Akim Demaille <akim@epita.fr>
2740
2741 * src/getargs.c (short_options): Split and sort for readability.
2742 -g and -x take optional arguments, just like their long options.
2743 * build-aux/cross-options.pl: Use /x to make the regexp easier to
2744 understand.
2745 Fix the handling of $opt which resulted in all the argument to be
2746 considered as optional.
2747
59da312b
JD
27482008-02-22 Joel E. Denny <jdenny@ces.clemson.edu>
2749
2750 * NEWS (2.3a+): Don't say %language is experimental. Mention Java and
2751 say its interface is experimental.
2752 * doc/bison.texinfo (Decl Summary): In the %language entry, mention
2753 Java.
2754 (Bison Options): In the -L and --language entry, mention Java.
2755 (Java Bison Interface): Say the interface is experimental.
2756 * src/getargs.c (usage): Mention -L and --language.
2757
2758 * NEWS (2.3a+): Say the push parsing interface is experimental.
2759 * doc/bison.texinfo (Push Decl): Likewise.
2760 (Decl Summary): Likewise in the "%define api.push_pull" entry.
2761 (Push Parser Function): Likewise.
2762 (Pull Parser Function): Likewise.
2763 (Parser Create Function): Likewise.
2764 (Parser Delete Function): Likewise.
2765 (Table of Symbols): Likewise in the yypstate_delete, yypstate_new,
2766 yypull_parse, and yypush_parse entries.
2767
2768 * NEWS (2.3a+): Mention XML support, and say the schema is
2769 experimental.
2770 * doc/bison.texinfo (Bison Options): Mention -x and --xml.
2771 * src/getargs.c (usage): Say the XML schema is experimental.
2772
2773 * NEWS (2.3a+): Say option instead of flag.
2774
2bb3ebec
WP
27752008-02-21 Wojciech Polak <polak@gnu.org>
2776
2777 * data/xslt/xml2xhtml.xsl (xsl:template match="/"): Change footer
2778 text.
2779
333e670c
JD
27802008-02-20 Joel E. Denny <jdenny@ces.clemson.edu>
2781
2782 Fix impure push parser compile error reported by Bob Rossi at
2783 <http://lists.gnu.org/archive/html/help-bison/2008-02/msg00023.html>.
2784 * data/yacc.c: Clean up whitespace in the output a little.
2785 (yypstate_allocated): Define for impure push parsers regardless of
2786 whether the pull interface is also requested.
2787 * tests/push.at (Push Parsing: Multiple impure instances): Extend to
2788 check impure push parsers without the pull interface.
2789
2790 * data/yacc.c (yypstate_new): Don't try to invoke yyerror since
2791 yyerror takes arguments specified by %parse-param while yypstate_new
2792 does not.
2793 * doc/bison.texinfo (Parser Create Function): Document that
2794 yypstate_new returns 0 for multiple impure parser instances.
2795 * tests/push.at (Push Parsing: Multiple impure instances): Update
2796 expected stderr output.
2797
798096e1
JD
27982008-02-19 Joel E. Denny <jdenny@ces.clemson.edu>
2799
2800 * runtime-po/POTFILES.in (push.c): Remove.
2801
9ca7f077
JD
28022008-02-17 Joel E. Denny <jdenny@ces.clemson.edu>
2803
2804 * data/Makefile.am (dist_pkgdata_DATA): Remove push.c.
2805 * data/push.c: Rename to...
2806 * data/yacc.c: ... this, overwriting it.
2807 * etc/bench.pl.in (bench_grammar): `%pure-parser'-> `%define api.pure'.
2808 `%push-pull-parser' -> `%define api.push_pull "both"'.
2809 Remove old yacc.c tests, and update push.c tests to yacc.c.
2810
42ee26bb
JD
28112008-02-17 Joel E. Denny <jdenny@ces.clemson.edu>
2812
2813 * data/bison.m4 (b4_percent_code_get): Output %code block comments like
2814 `"%code top" blocks' instead of `%code "top" blocks'.
2815 * data/push.c: Import yacc.c changes from 2008-01-09 and 2007-08-03.
2816 Clean up whitespace in the output a little.
2817
b1cc23c4
JD
28182008-02-16 Joel E. Denny <jdenny@ces.clemson.edu>
2819
2820 Fix documentation problems reported by Tim Josling at
2821 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00013.html>.
2822 * NEWS (2.3a+): Mention removal of --no-parser, -n, and %no-parser.
2823 * doc/bison.texinfo (Token Decl): Token numbers are *nonnegative*
2824 integers. Explain the effect of literal string aliases on error
2825 messages. Copy token 0 documentation from the C++ skeleton
2826 documentation.
2827
ab7f29f8
JD
28282008-02-16 Joel E. Denny <jdenny@ces.clemson.edu>
2829
2830 Accept a token number in a %left, %right, or %nonassoc for POSIX
2831 conformance. Reported by Tim Josling at
2832 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00010.html>.
2833 * NEWS (2.3a+): Mention.
2834 * doc/bison.texinfo (Precedence Decl): Describe how literal strings
2835 and code numbers are treated by precedence declarations.
2836 * src/parse-gram.y (precedence_declaration): Use symbols.prec instead
2837 of symbols.1.
2838 (symbols.prec): New, just like symbols.1 but uses symbol.prec instead
2839 of symbol.
2840 (symbol.prec): New, just like symbol but allows INT.
2841 * src/symtab.c (symbol_user_token_number_set): Remove an aver that no
2842 longer holds.
2843 * tests/regression.at (Token number in precedence declaration): New
2844 test case.
2845
a924ef36
JMG
28462008-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
2847
2848 DJGPP specific issues.
2849 * djgpp/config.bat: Add filenames that are not 8.3 clean and that must
2850 be changed. Copyright timestamp adjusted.
2851 * djgpp/config.sed: Add filenames that are not 8.3 clean and that must
2852 be changed. Copyright timestamp adjusted.
2853 * djgpp/config.site: Copyright timestamp adjusted.
2854 * djgpp/config_h.sed: Copyright timestamp adjusted.
2855 * djgpp/djunpack.bat: Copyright timestamp adjusted.
2856 * djgpp/fnchnage.lst: Add filenames that are not 8.3 clean to the
2857 filename translation list.
2858 * djgpp/subpipe.c (init_subpipe): Check the environment variables
2859 TMPDIR, TMP and TEMP, in that order, to determinate where the temp
2860 files shall be created. Before trying to use the temp dir where the
2861 environment variable points to check that the dir really exists. If
2862 not default to the cwd as temp dir. Copyright timestamp adjusted.
2863 * djgpp/subpipe.h: Copyright timestamp adjusted.
2864 * djgpp/testsuite.sed: Copyright timestamp adjusted.
2865
389c8cfd
PE
28662008-01-30 Paul Eggert <eggert@cs.ucla.edu>
2867
2868 * doc/bison.texinfo: Update Back-Cover text to reflect new GNU wording.
2869
5d1cfef4
PE
28702008-01-09 Paul Eggert <eggert@cs.ucla.edu>
2871
2872 * data/yacc.c (yyparse): Correct the comment when locations aren't used.
2873 Problem reported by Claudio Saavedra in
2874 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00003.html>.
2875
e2dcf996
WP
28762008-01-05 Wojciech Polak <polak@gnu.org>
2877
2878 * data/xslt/xml2xhtml.xsl (xsl:template match="/"): Precede an XHTML
2879 document's title with the input grammar file name.
2880
da730230
JD
28812007-12-22 Joel E. Denny <jdenny@ces.clemson.edu>
2882
2883 Automate regression testing of the XML/XSLT implementation. Discussed
2884 starting at
2885 <http://lists.gnu.org/archive/html/bison-patches/2007-11/msg00021.html>.
2886 * configure.ac (XSLTPROC): New substitution.
2887 * Makefile.am (maintainer-xml-check): New phony target invoking...
2888 * tests/Makefile.am (maintainer-xml-check): ... this new phony target
2889 invoking make maintainer-check with BISON_TEST_XML=1.
2890 * tests/atlocal.in (XSLTPROC): New.
2891 * tests/local.at (AT_BISON_CHECK): New macro to (1) instruct Valgrind
2892 not to report reachable memory when Bison is expected to have a
2893 non-zero exit status and (2) to compare XML/XSLT output with --graph
2894 and --report=all output for every working grammar when
2895 BISON_TEST_XML=1.
2896 (AT_BISON_CHECK_NO_XML): Likewise, but skip XML checks.
2897 (AT_BISON_CHECK_XML): New.
2898 (AT_QUELL_VALGRIND): New.
2899 * tests/testsuite.at (ORIGINAL_AT_CHECK): Remove this and...
2900 (AT_CHECK): ... don't redefine this since this was the old way to
2901 quell Valgrind.
2902 * tests/actions.at: Rewrite all AT_CHECK invocations for bison as
2903 AT_BISON_CHECK invocations.
2904 * tests/c++.at: Likewise.
2905 * tests/calc.at: Likewise.
2906 * tests/conflicts.at: Likewise.
2907 * tests/cxx-type.at: Likewise.
2908 * tests/existing.at: Likewise.
2909 * tests/glr-regression.at: Likewise.
2910 * tests/headers.at: Likewise.
2911 * tests/input.at: Likewise.
2912 * tests/java.at: Likewise.
2913 * tests/output.at: Likewise.
2914 * tests/push.at: Likewise.
2915 * tests/reduce.at: Likewise.
2916 * tests/regression.at: Likewise.
2917 * tests/sets.at: Likewise.
2918 * tests/skeletons.at: Likewise.
2919 * tests/synclines.at: Likewise.
2920 * tests/torture.at: Likewise.
2921 (Big triangle): Use AT_BISON_CHECK_NO_XML instead since this grammar
2922 tends to hang xsltproc.
2923 (Big horizontal): Likewise.
2924
408476bc
JD
29252007-12-08 Joel E. Denny <jdenny@ces.clemson.edu>
2926
2927 In XML output, remove redundant class attribute on symbol element.
2928 * data/xslt/bison.xsl (xsl:key name="bison:symbolByName"): New.
2929 * data/xslt/xml2xhtml.xsl (xsl:template match="symbol"): Use it to
2930 look up a symbol to determine whether it's a nonterminal or terminal.
2931 * src/gram.c (rule_rhs_print_xml): Remove class attribute.
2932 * src/state.c (state_rule_lookahead_tokens_print_xml): Likewise.
2933
2934 Add prec/assoc information to XML output.
2935 * src/gram.c (grammar_rules_print_xml): For each rule that has a
2936 %prec, add a percent_prec attribute.
2937 * src/print-xml.c (print_grammar): For each terminal that has a
2938 precedence or associativity, add a prec or assoc attribute.
2939 (xml_indent): New.
2940 (xml_puts): Use xml_indent.
2941 (xml_printf): Use xml_indent.
2942 * src/print-xml.h (xml_indent): Prototype.
2943
2944 * tests/existing.at (GNU pic Grammar): Fix a rule miscopied from
2945 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
2946
d4a26c48
JD
29472007-12-08 Joel E. Denny <jdenny@ces.clemson.edu>
2948
2949 * data/xslt/bison.xsl (bison:ruleNumber): Rename to...
2950 (bison:ruleByNumber): ... this for clarity.
2951 * data/xslt/xml2dot.xsl (xsl:template match="item"): Update.
2952 * data/xslt/xml2text.xsl (xsl:template match="item"): Update.
2953 (xsl:template match="reduction"): Update.
2954 (xsl:template match="item"): Update.
2955 (xsl:template match="reduction"): Update.
2956
2957 In the XML output, don't print the list of rules where symbols appear.
2958 Compute it in XSLT instead. Discussed at
2959 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00024.html>.
2960 * data/xslt/bison.xsl (bison:ruleByLhs): New.
2961 (bison:ruleByRhs): New.
2962 * data/xslt/xml2text.xsl (xsl:template match="terminal"): Use
2963 bison:ruleByRhs.
2964 (xsl:template match="terminal/rule"): Remove.
2965 (xsl:template match="nonterminal"): Use bison:ruleByLhs and
2966 bison:ruleByRhs.
2967 (xsl:template match="nonterminal/left/rule|nonterminal/right/rule"):
2968 Remove.
2969 * data/xslt/xml2xhtml.xsl (xsl:template match="terminal"): Use
2970 bison:ruleByRhs and mode="number-link" for rule template.
2971 (xsl:template match="terminal/rule"): Remove.
2972 (xsl:template match="nonterminal"): Use bison:ruleByLhs and
2973 bison:ruleByRhs and mode="number-link" for rule template.
2974 (xsl:template match="nonterminal/left/rule|nonterminal/right/rule"):
2975 Rewrite as...
2976 (xsl:template match="rule" mode="number-link"): ... this.
2977 * src/print-xml.c (print_grammar): Don't print the list of rules.
2978
ef1b4273
JD
29792007-12-01 Joel E. Denny <jdenny@ces.clemson.edu>
2980
2981 Don't let --report affect XML output; always print all information.
2982 Discussed at
2983 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00020.html>.
2984 * src/conflicts.c (log_resolution): Implement.
2985 * src/print-xml.c (print_core): Implement.
2986 (print_state): Implement.
2987 (print_xml): Implement.
2988
2989 * NEWS (2.3a+): Fix quotes.
2990 * src/parse-gram.y (prologue_declaration): For consistency with -v,
2991 don't let %verbose clear the list specified by --report.
2992
0f6cd9e3
AD
29932007-11-26 Akim Demaille <akim@epita.fr>
2994
2995 * data/Makefile.am (dist_pkgdata_DATA): Ship and install bison.xsl.
2996
d80fb37a
JD
29972007-11-24 Joel E. Denny <jdenny@ces.clemson.edu>
2998
2999 In the XML output, list useless and unused symbols and rules with the
3000 useful ones and add a "usefulness" attribute. Discussed starting at
3001 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00017.html>.
3002 * src/gram.c (grammar_rules_partial_print_xml): Remove.
3003 (grammar_rules_print_xml): Print all rules instead of just those
3004 useful in the grammar, and add a "usefulness" attribute.
3005 * src/gram.h (grammar_rules_partial_print_xml): Remove prototype.
3006 * src/print-xml.c (print_rules_useless_in_parser): Remove.
3007 (print_grammar): Print all nonterminals instead of just useful ones,
3008 and add a "usefulness" attribute to nonterminals and terminals.
3009 (print_xml): Don't print a separate "reductions" or
3010 "rules-useless-in-parser" element.
3011 * src/reduce.c (reduce_output): Use reduce_token_unused_in_grammar.
3012 (reduce_xml): Remove.
3013 (reduce_token_unused_in_grammar): New.
3014 (reduce_nonterminal_useless_in_grammar): New.
3015 * src/reduce.h (reduce_xml): Remove prototype.
3016 (reduce_token_unused_in_grammar): Add prototype.
3017 (reduce_nonterminal_useless_in_grammar): Add prototype.
3018 * data/xslt/xml2text.xsl: Update for XML changes.
3019 * data/xslt/xml2xhtml.xsl: Update for XML changes.
3020 * tests/reduce.at (Useless Terminals): Update output.
3021 (Useless Rules): Update output.
3022 (Reduced Automaton): Update output.
3023
3024 Say "Terminals unused in grammar" instead of "Unused terminals".
3025 * NEWS (2.3a+): Update.
3026 * doc/bison.texinfo (Understanding): Update example output.
3027 * src/reduce.c (reduce_output): Implement.
3028 * data/xslt/xml2text.xsl: Implement.
3029 * data/xslt/xml2xhtml.xsl: Implement.
3030
1bb2bd75
JD
30312007-11-18 Joel E. Denny <jdenny@ces.clemson.edu>
3032
3033 Accept --report-file=FILE to override the default `.output' filename.
3034 * NEWS (2.3a+): Mention.
3035 * doc/bison.texinfo (Bison Options): Add an entry.
3036 * src/files.c (compute_output_file_names): Don't override
3037 spec_verbose_file if already set.
3038 * src/getargs.c (usage): Document --report-file.
3039 (REPORT_FILE_OPTION): New anonymous enum member.
3040 (long_options): Add entry for it.
3041 (getargs): Add case for it setting spec_verbose_file.
3042
3043 * build-aux/cross-options.pl: Don't record a short option just because
3044 there's an arg.
3045 * doc/.cvsignore: Add yacc.1.
3046
a005a9c4
AD
30472007-11-14 Akim Demaille <akim@epita.fr>
3048
3049 * doc/yacc.1.in: New.
3050 * configure.ac, doc/Makefile.am: Adjust.
3051 * configure.ac (PACKAGE_COPYRIGHT_YEAR): New substitution, and new
3052 config.h symbol.
3053 Use AC_SUBST for assignments too.
3054 * src/getargs.c (version): Use PACKAGE_COPYRIGHT_YEAR.
3055
cff03fb2
JD
30562007-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
3057
3058 * src/gram.c: Remove comments that duplicate comments in gram.h.
3059
3060 When reporting useless rules and nonterminals, say "useless in grammar"
3061 instead of "useless", and say "useless in parser" instead of "never
3062 reduced". Discussed starting at
3063 <http://lists.gnu.org/archive/html/bison-patches/2007-10/msg00033.html>.
3064 * NEWS (2.3a+): Mention this change.
3065 * data/xslt/xml2text.xsl: Update output text and expected input XML
3066 element names to match changes below.
3067 * data/xslt/xml2xhtml.xsl: Likewise.
3068 (xsl:template match="bison-xml-report"): Add missing entry in Table of
3069 Contents: "Rules useless in parser due to conflicts".
3070 * doc/bison.texinfo (Decl Summary): Reword a little.
3071 (Understanding): Update example output for changes below.
3072 * src/gram.c: (rule_useful_p): Rename to...
3073 (rule_useful_in_grammar_p): ... this.
3074 (rule_useless_p): Rename to...
3075 (rule_useless_in_grammar_p): ... this.
3076 (rule_never_reduced_p): Rename to...
3077 (rule_useless_in_parser_p): ... this.
3078 (grammar_rules_print): Update for renames.
3079 (grammar_rules_print_xml): Update for renames.
3080 (grammar_rules_never_reduced_report): Rename to...
3081 (grammar_rules_useless_report): ... this since it is used for either
3082 kind of useless rule.
3083 * src/gram.h: Reword comments and update function names in prototypes.
3084 * src/main.c (main): Say "rule useless in parser due to conflicts".
3085 * src/print-xml.c (print_rules_never_reduced): Rename to...
3086 (print_rules_useless_in_parser): ... this, and rename output XML
3087 element "rules-never-reduced" to "rules-useless-in-parser".
3088 (print_xml): Update for rename.
3089 * src/print.c (print_results): Say "Rules useless in parser due to
3090 conflicts".
3091 * src/reduce.c (reduce_grammar_tables): Say "rule useless in grammar".
3092 (nonterminals_reduce): Say "nonterminal useless in grammar".
3093 (reduce_output): Say "Nonterminals useless in grammar".
3094 Say "Rules useless in grammar".
3095 (reduce_xml): Rename output XML element "useless" to
3096 "useless-in-grammar".
3097 (reduce_print): Don't report the count of grammatically useless rules
3098 as "rules never reduced" just because %yacc is specified.
3099 In the correct report of this count, say nonterminal(s) and rule(s)
3100 "useless in grammar".
3101 * tests/conflicts.at (S/R in initial): Update expected output.
3102 (Defaulted Conflicted Reduction): Likewise.
3103 (Unreachable States After Conflict Resolution): Likewise.
3104 * tests/existing.at (GNU pic Grammar): Likewise.
3105 * tests/reduce.at (Useless Nonterminals): Likewise.
3106 (Useless Rules): Likewise.
3107 (Reduced Automaton): Likewise.
3108 (Underivable Rules): Likewise.
3109 (Empty Language): Likewise.
3110
66f0441d
JD
31112007-11-09 Joel E. Denny <jdenny@ces.clemson.edu>
3112
3113 * data/bison.m4 (b4_cat): Put a newline after the end delimiter of the
3114 here document and before the EOF so that BSD's implementation of Bourne
3115 shell doesn't parse the delimiter as part of the here document.
3116 * doc/.cvsignore: Add cross-options.texi.
3117 * src/getargs.c (usage): Add a blank line after the warning categories.
3118
d0ee4105
PB
31192007-11-08 Paolo Bonzini <bonzini@gnu.org>
3120
3121 * data/lalr1.java (Lexer): Remove usage of b4_pure_if.
3122
e8b1fb9b
AD
31232007-11-05 Akim Demaille <akim@epita.fr>
3124
3125 Remove Id: from bison.1.
3126 * doc/Makefile.am (remove_time_stamp): Include the sed invocation.
3127 (perl -0777 -pi -e 's/\.PP\nId): New.
3128 (.x.1): Use it to ignore the version control revision.
3129
2f7a96b5
AD
31302007-11-05 Akim Demaille <demaille@gostai.com>
3131
3132 * build-aux/Makefile.am: Ship cross-options.pl.
3133 * doc/Makefile.am: Always refer to cross-options.texi with
3134 $(srcdir).
3135 (MAINTAINERCLEANFILES): Add it.
3136
f4101aa6
AD
31372007-11-04 Akim Demaille <demaille@gostai.com>
3138
3139 Generate the long/short option cross-table.
3140 * build-aux/cross-options.pl: New.
3141 * doc/Makefile.am (cross-options.texi): New.
3142 * doc/bison.texinfo: Use it.
3143
727a1401
AD
31442007-11-04 Akim Demaille <demaille@gostai.com>
3145
3146 Generate bison.1 using help2man.
3147 * doc/common.x, doc/bison.x: New.
3148 * doc/Makefile.am (bison.1, .x.1): New.
3149 The code is taken from autoconf-2.61/man/Makefile.am.
3150 * configure.ac: Look for help2man.
3151
6aeb9c57
AD
31522007-11-04 Akim Demaille <demaille@gostai.com>
3153
3154 Complete --help.
3155 * src/getargs.c (usage): Document -W, make it clear that -d,
3156 -g and -x have optional arguments.
3157
d7be4085
AD
31582007-11-04 Akim Demaille <demaille@gostai.com>
3159
3160 Find sha1sum when named gsha1sum.
3161 * bootstrap (find_tool): New.
3162 ($SHA1SUM): New.
3163
d9df47b6
JD
31642007-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
3165
3166 Deprecate %pure-parser and add `%define api.pure'. Discussed starting
3167 at
3168 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00006.html>.
3169 * NEWS (2.3a+): Mention.
3170 * data/bison.m4 (b4_pure_if): Don't define it here.
3171 * data/c.m4 (b4_identification): Depend on individual skeletons to
3172 define b4_pure_flag, b4_push_flag, or b4_pull_flag if they use the
3173 values of the %define variables api.pure or api.push_pull. Define
3174 YYPURE, YYPUSH, and YYPULL accordingly.
3175 * data/glr.c: Define b4_pure_if based on `%define api.pure' unless
3176 glr.cc has already defined b4_pure_flag.
3177 * data/push.c: Define b4_pure_if based on `%define api.pure'.
3178 Remove YYPUSH and YYPULL since they're back in b4_identification again.
42ee26bb 3179 * data/yacc.c: Define b4_pure_if based on `%define api.pure'.
d9df47b6
JD
3180 * doc/bison.texinfo (Pure Decl): Update.
3181 (Push Decl): Update.
3182 (Decl Summary): Add api.pure to %define entry.
3183 In %pure-parser entry, say it's deprecated and reference %define.
3184 (Pure Calling): Update.
3185 (Error Reporting): Update.
3186 (C++ Scanner Interface): Update.
3187 (How Can I Reset the Parser): Update.
3188 (Table of Symbols): In %pure-parser entry, say it's deprecated and
3189 reference %define.
3190 * src/getargs.c (pure_parser): Remove global variable.
3191 * src/getargs.h (pure_parser): Remove extern.
3192 * src/output.c (prepare): Don't define pure_flag muscle.
3193 * src/parse-gram.y (prologue_declaration): Implement %pure-parser as a
3194 wrapper around `%define api.pure'.
3195 * tests/calc.at (Simple LALR Calculator): Update.
3196 (Simple GLR Calculator): Update.
3197 * tests/cxx-type.at (GLR: Resolve ambiguity, pure, no locations):
3198 Update.
3199 (GLR: Resolve ambiguity, pure, locations): Update.
3200 (GLR: Merge conflicting parses, pure, no locations): Update.
3201 (GLR: Merge conflicting parses, pure, locations): Update.
3202 * tests/glr-regression.at (Uninitialized location when reporting
3203 ambiguity): Update
3204 * tests/input.at (Unused %define api.pure): New test case.
3205 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Update definition for
3206 AT_PURE_IF and AT_PURE_AND_LOC_IF.
3207 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update.
3208
c373bf8b
JD
32092007-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
3210
3211 %define push_pull -> %define api.push_pull. Discussed starting at
3212 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00005.html>.
3213 * data/push.c: Expect the new name.
3214 * data/yacc.c: Likewise.
3215 * doc/bison.texinfo (Push Decl): Update.
3216 (Decl Summary): Update %define entry.
3217 (Push Parser Function): Update.
3218 (Pull Parser Function): Update.
3219 (Parser Create Function): Update.
3220 (Parser Delete Function): Update.
3221 * tests/calc.at (Simple LALR Calculator): Update.
3222 * tests/input.at (%define enum variables): Update.
3223 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update.
3224 (Push Parsing: Multiple impure instances): Update.
3225 (Push Parsing: Unsupported Skeletons): Update.
3226 * tests/torture.at (Exploding the Stack Size with Alloca): Update.
3227 (Exploding the Stack Size with Malloc): Update.
3228
3229 * NEWS (2.3a+): Add an entry for the push parser, and clean up the
3230 other entries some.
3231
32f19b6b
JD
32322007-10-27 Joel E. Denny <jdenny@ces.clemson.edu>
3233
3234 For the XML output's terminal element, rename @number to @token-number,
3235 and add @symbol-number. In the nonterminal element, rename @number to
3236 @symbol-number. Discussed starting at
3237 <http://lists.gnu.org/archive/html/bison-patches/2007-10/msg00040.html>.
3238 * data/xslt/xml2text.xsl (xsl:template match="terminal"): Update for
3239 renames.
3240 (xsl:template match="nonterminal"): Likewise.
3241 * data/xslt/xml2xhtml.xsl (xsl:template match="terminal"): Likewise.
3242 (xsl:template match="nonterminal"): Likewise.
3243 * src/print-xml.c (print_grammar): Implement.
3244
255a6b90
JD
32452007-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
3246
3247 * data/xslt/xml2dot.xsl (xsl:template match="automaton/state"): After
3248 2007-10-11 change, the child elements here are items not rules.
408476bc 3249 (xsl:template match="item"): New.
255a6b90
JD
3250 (xsl:template match="rule"): Update for new reduced itemset.
3251 (xsl:template match="point"): Remove.
3252 (xsl:template match="empty"): For consistency with --graph, don't
3253 output "/* empty */".
3254 * data/xslt/xml2text.xsl (xsl:template match="terminal"): When invoking
3255 line-wrap, don't pass a negative value as first-line-length since this
3256 won't work with the following changes.
3257 (xsl:template name="line-wrap"): Simplify slightly.
3258 (xsl:template name="ws-search"): Eliminate recursion.
3259 * src/print_graph.c (print_core): Don't print a reduction's lookahead
3260 set next to an item whose dot is not at the end of the RHS even if it
3261 happens to be associated with the same rule.
3262
88c78747
JD
32632007-10-19 Joel E. Denny <jdenny@ces.clemson.edu>
3264
31984206
JD
3265 Add %define lr.keep_unreachable_states.
3266 * NEWS (2.3a+): Mention it in the entry for unreachable state removal.
3267 * doc/bison.texinfo (Decl Summary): Mention it in the %define entry.
3268 * src/main.c (main): Implement it.
3269 * tests/conflicts.at (Unreachable States After Conflict Resolution):
3270 Extend to test it, and fix a typo.
3271
32722007-10-19 Joel E. Denny <jdenny@ces.clemson.edu>
3273
3274 * NEWS (2.3a+): Add entry for recent .output file lookahead set fix.
88c78747
JD
3275 * doc/bison.texinfo (Understanding): Remove a bogus lookahead set in
3276 the example .output text.
3277 * tests/regression.at (Extra lookahead sets in report): Improve wording
3278 of comments.
3279
b7a70162
WP
32802007-10-17 Wojciech Polak <polak@gnu.org>
3281
3282 * src/print-xml.c (print_grammar): Renamed
3283 <terminal> and <nonterminal> attributes:
3284 "type" to "number" and "symbol" to "name".
3285 * data/xslt/xml2text.xsl (xsl:template match="terminal"):
3286 Use new attribute names.
3287 (xsl:template match="nonterminal"): Likewise.
3288 * data/xslt/xml2xhtml.xsl: Likewise.
3289
a0de5091
JD
32902007-10-17 Joel E. Denny <jdenny@ces.clemson.edu>
3291
3292 * doc/bison.texinfo (Bison Options): Add entry for --print-datadir.
3293 (Option Cross Key): Likewise.
3294
3295 * src/print-xml.c (print_core): Don't print a reduction's lookahead set
3296 next to an item whose dot is not at the end of the RHS even if it
3297 happens to be associated with the same rule.
3298 * src/print.c (print_core): Likewise.
3299 * tests/conflicts.at (Unresolved SR Conflicts): Update output.
3300 (Resolved SR Conflicts): Update output.
3301 * tests/regression.at (Extra lookahead sets in report): New test case.
3302
4c20d18d
WP
33032007-10-11 Wojciech Polak <polak@gnu.org>
3304
3305 * src/print-xml.c (print_core): Remove item set
3306 redundancy.
3307 * data/xslt/bison.xsl (bison:ruleNumber): New key.
3308 Improve processing time. Suggested by Joel E. Denny.
3309 * data/xslt/xml2dot.xsl (xsl:template name="escape"):
3310 Write xsl:param "required" attribute as comment.
3311 * data/xslt/xml2text.xsl (xsl:template match="item"): New.
3312 (xsl:template match="rule"): Support new reduced itemset.
3313 (xsl:template match="point"): Remove.
3314 * data/xslt/xml2xhtml.xsl: Likewise.
3315
f506ad1c
JD
33162007-10-09 Joel E. Denny <jdenny@ces.clemson.edu>
3317
3318 * src/getargs.c (version): Update copyright year.
3319
21f1b063
JD
33202007-10-09 Joel E. Denny <jdenny@ces.clemson.edu>
3321
3322 Make xml2dot.xsl and --graph produce the same output.
3323 * data/xslt/xml2dot.xsl (xsl:template match="rule"): Use a `&#10;'
3324 instead of a `\n'. That is, don't add escapes yet or they'll be doubly
3325 escaped later.
3326 (xsl:template name="output-node"): Use the new escape template instead
3327 of the string-replace template directly.
3328 (xsl:template name="output-edge"): Likewise.
3329 (xsl:template name="escape"): New, escapes backslashes and newlines in
3330 addition to quotation marks.
3331 * src/graphviz.c (start_graph, output_node, output_edge): Add
3332 whitespace to output for legibility.
3333
3334 Make xml2text.xsl and --report produce the same output, and remove the
3335 XML "conflicts" element since a conflict summary is easily extracted
3336 from the automaton.
3337 * data/xslt/bison.xsl: New.
3338 (xsl:template match="state" mode="bison:count-conflicts): New.
3339 * data/xslt/xml2text.xsl: Import bison.xsl.
3340 (xsl:template match="bison-xml-report"): Instead of styling the
3341 "conflicts" element, style the "automaton" element with mode
3342 "conflicts". Unlike the former, the latter lists S/R and R/R
3343 conflicts for a state on the same line.
3344 (xsl:template match="conflicts"): Remove.
3345 (xsl:template match="conflict"): Remove.
3346 (xsl:template match="terminal"): Line-wrap the list of rules in which
3347 the terminal is used.
3348 (xsl:template match="nonterminal"): Likewise for nonterminals.
3349 (xsl:template match="automaton" mode="conflicts"): New.
3350 (xsl:template match="state" mode="conflicts"): New.
3351 (xsl:template name="line-wrap"): New.
3352 (xsl:template name="ws-search"): New.
3353 * data/xslt/xml2xhtml.xsl: Import bison.xsl.
3354 (xsl:template match="bison-xml-report"): Instead of styling the
3355 "conflicts" element, style the "automaton" element with mode
3356 "conflicts."
3357 (xsl:template match="conflicts"): Remove.
3358 (xsl:template match="conflict"): Remove.
3359 (xsl:template match="automaton" mode="conflicts"): New.
3360 (xsl:template match="state" mode="conflicts): New.
3361 * src/conflicts.c (conflicts_output_xml): Remove.
3362 * src/conflicts.h (conflicts_output_xml): Remove prototype.
3363 * src/print-xml.c (print_xml): Don't invoke conflicts_output_xml.
3364 * src/print.c (print_grammar): Consistently wrap at the 66th column so
3365 the corresponding XSLT is easier. Also, never wrap between a word and
3366 the comma that follows it.
3367
793fbca5
JD
33682007-10-08 Joel E. Denny <jdenny@ces.clemson.edu>
3369
3370 Improve C++ namespace support. Discussed starting at
3371 <http://lists.gnu.org/archive/html/help-bison/2007-09/msg00016.html>.
3372 * data/c++.m4: (b4_namespace_ref, b4_namespace_open,
3373 b4_namespace_close): New macros that interpret the %define variable
3374 "namespace" so its value can contain "::" to indicate nested
3375 namespaces.
3376 * data/glr.cc (b4_namespace): Don't define, and replace all uses with
3377 the above macros.
3378 * data/lalr1.cc (b4_namespace): Likewise.
3379 * data/location.cc (b4_namespace): Likewise.
3380 * doc/bison.texinfo (Decl Summary): Move `%define push_pull' entry
3381 inside a new table in the general %define entry. Document `%define
3382 namespace' there as well. Point the %name-prefix entry to it since it
3383 explains it more completely in the case of C++.
3384 (C++ Bison Interface): Mention `%define namespace' instead of
3385 %name-prefix.
3386 (Table of Symbols): Remove the `%define push_pull' entry. The %define
3387 entry suffices.
3388 * tests/c++.at (Relative namespace references): New test case.
3389 (Absolute namespace references): New test case.
3390 (Syntactically invalid namespace references): New test case.
3391 * tests/input.at (C++ namespace reference errors): New test case.
3392
35b8730d
JD
33932007-10-08 Joel E. Denny <jdenny@ces.clemson.edu>
3394
3395 Add syncline support and location accessor to internal %define
3396 interfaces.
3397 * data/bison.m4 (b4_percent_define_get_loc): New.
3398 (b4_percent_define_get_syncline): New.
3399 (b4_percent_define_flag_if): Use b4_percent_define_get_loc.
3400 (b4_percent_define_default): Record defining location as line 1 rather
3401 than 0 for the sake of synchronizing #line's, and define
3402 b4_percent_define_syncline(VARIABLE).
3403 (b4_percent_define_check_values): Use b4_percent_define_get_loc.
3404 * src/muscle_tab.c (muscle_syncline_grow): New.
3405 (muscle_code_grow): Use muscle_syncline_grow.
3406 (muscle_percent_define_insert): Use muscle_percent_define_get_loc, and
3407 define b4_percent_define_syncline(VARIABLE).
3408 (muscle_percent_define_get_loc): New.
3409 (muscle_percent_define_get_syncline): New.
3410 (muscle_percent_define_flag_if): Use muscle_percent_define_get_loc, and
3411 remove some unused variables.
3412 (muscle_percent_define_default): Record defining location as line 1
3413 rather than 0 for the sake of synchronizing #line's, and define
3414 b4_percent_define_syncline(VARIABLE).
3415 (muscle_percent_define_check_values): Use
3416 muscle_percent_define_get_loc.
3417 * src/muscle_tab.h (muscle_percent_define_get_loc): Prototype.
3418 (muscle_percent_define_get_syncline): Prototype.
3419 * tests/skeletons.at (%define Boolean variables: invalid skeleton
3420 defaults): Update output for location change.
3421 (Complaining during macro argument expansion): Extend to test
3422 b4_percent_define_get_loc and b4_percent_define_get_syncline errors.
3423
7dc4a694
JD
34242007-10-07 Joel E. Denny <jdenny@ces.clemson.edu>
3425
3426 Fix some error-reporting macro bugs.
3427 * data/bison.m4 (b4_cat): New.
3428 (b4_error, b4_error_at): Use b4_cat to send error directives directly
3429 to stdout so they don't become arguments to other macros. Update
3430 comments and add examples.
3431 (b4_warn, b4_warn_at, b4_complain, b4_complain_at): Update comments and
3432 add examples.
3433 (b4_fatal, b4_fatal_at): Likewise, and invoke m4_exit(1) immediately
3434 after printing the error directive so that M4 doesn't report subsequent
3435 problems that are induced by this problem.
3436 * src/scan-skel.l: Recognize @` digraph outside of directive arguments
3437 instead of just in them. Recognize @\n in both places. Both expand to
3438 the empty string. Needed by b4_cat.
3439 * tests/skeletons.at (Complaining during macro argument expansion):
3440 New test case.
3441 (Fatal errors make M4 exit immediately): New test case.
3442
d4bd2295
JD
34432007-10-04 Joel E. Denny <jdenny@ces.clemson.edu>
3444
3445 Implement --print-datadir.
3446 * src/getargs.c (usage): Mention.
3447 (PRINT_DATADIR_OPTION): New anonymous enum member.
3448 (long_options): Add entry for it.
3449 (getargs): Add case for it calling compute_pkgdatadir.
3450 * src/output.c (output_skeleton): Encapsulate data directory
3451 computation from here...
3452 (prepare): ... and from here...
3453 (compute_pkgdatadir): ... into this new function.
3454 * src/output.h (compute_pkgdatadir): Prototype.
3455
34cdeddf
JD
34562007-09-29 Joel E. Denny <jdenny@ces.clemson.edu>
3457
3458 * src/print-xml.c (escape_bufs): New static global variable
3459 replacing...
3460 (xml_escape_n): ... the static local variable buf here.
3461 (print_xml): Free memory for escape_bufs.
3462 * src/reduce.c (reduce_xml): XML-escape terminal symbol tags.
3463
d782395d
JD
34642007-09-25 Joel E. Denny <jdenny@ces.clemson.edu>
3465
3466 Replace `%push-parser' and `%push-pull-parser' with
3467 `%define push_pull "push"' and `%define push_pull "both"'.
3468 `%define push_pull "pull"' is the default.
3469 * doc/bison.texinfo (Push Decl, Push Parser Function,
3470 Pull Parser Function, Parser Create Function, Parser Delete Function):
3471 Update declarations.
3472 (Decl Summary, Table of Symbols): Replace %push-parser and
3473 %push-pull-parser entries with a %define push_pull entry.
3474 * data/bison.m4 (b4_percent_define_check_values): New macro.
3475 (b4_pull_if, b4_push_if, b4_use_push_for_pull_if): Move these
3476 definitions...
3477 * data/c.m4 (b4_identification): ... and the YYPUSH and YYPULL cpp
3478 definitions...
3479 * data/push.c: ... to here and compute them from the value of the
3480 %define variable push_pull.
3481 * data/c-skel.m4: Instead of choosing the push.c skeleton for push
3482 parsing requests here...
3483 * data/yacc.c: ... hack this to switch to push.c any time
3484 b4_use_push_pull_flag or the %define variable push_pull is set. This
3485 will go away when we mv push.c yacc.c.
3486 * data/c++-skel.m4, data/glr.c, data/java-skel.m4: Don't report that
3487 push parsing is not supported since unused %define variables are
3488 reported anyway.
3489 * src/getargs.c, src/getargs.h (pull_parser, push_parser): Remove.
3490 * src/muscle_tab.h (muscle_percent_define_check_values): Update
3491 comments for consistency with b4_percent_define_check_values.
3492 * src/output.c (prepare): Don't insert b4_pull_flag and b4_push_flag
3493 muscles.
3494 * src/parse-gram.y (PERCENT_PUSH_PARSER, PERCENT_PUSH_PULL_PARSER):
3495 Remove.
3496 (prologue_declaration): Remove %push-parser and %push-pull-parser
3497 rules.
3498 * src/scan-gram.l (%push-parser, %push-pull-parser): Remove rules.
3499 * tests/calc.at: Update declarations.
3500 * tests/input.at (%define enum variables): New test case.
3501 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update
3502 declaration.
3503 (Push Parsing: Multiple impure instances): Update declaration.
3504 (Push Parsing: Unsupported Skeletons): New test case.
3505 * tests/torture.at (Exploding the Stack Size with Alloca): Update
3506 declaration.
3507 (Exploding the Stack Size with Malloc): Update declaration.
3508
3f999f78
WP
35092007-09-24 Wojciech Polak <polak@gnu.org>
3510
3511 Add XSLT transformations.
3512
3513 * data/xslt/xml2dot.xsl: Transform XML into DOT.
3514 * data/xslt/xml2text.xsl: Transform XML into plain text.
3515 * data/xslt/xml2xhtml.xsl: Transform XML into XHTML.
3516 * data/Makefile.am (xsltdir): New variable.
3517 (dist_xslt_DATA): Add xslt/*.xsl files.
3518
a4f75309
PE
35192007-09-23 Paul Eggert <eggert@cs.ucla.edu>
3520
3521 * src/conflicts.c (log_resolution): Fix indenting bugs I introduced.
3522 Problem reported by Wojciech Polak.
3523 * src/print-xml.c (xml_puts): Work even if LEVEL exceeds INT_MAX/2.
3524 (xml_printf): Undo change I made on 21 September; that is,
3525 indent 2 spaces, not 1.
3526
ad5feac4
JD
35272007-09-23 Joel E. Denny <jdenny@ces.clemson.edu>
3528
3529 Pacify ./configure --enable-gcc-warnings.
3530 * src/print-xml.c, src/print-xml.h (xml_puts): Make third argument
3531 `char const *' instead of `char *'.
3532 * src/state.c (state_rule_lookahead_tokens_print_xml): Remove unused
3533 local variable `sep'.
3534
41d7a5f2
PE
35352007-09-21 Paul Eggert <eggert@cs.ucla.edu>
3536
3537 * src/gram.c (rule_rhs_print_xml): Now static, since it isn't used
3538 elsewhere.
3539 * src/print-xml.c: Prefer "const" after types; that's more consistent.
3540 (xml_printf): Indent just 1 space for level.
3541 (e_char, xlate_char): Remove.
3542 (xml_escape_string): Rewrite to avoid undefined behavior (used
3543 storage that was freed from the stack).
3544 (xml_escape_n): Don't bother checking for subscript error.
3545
3f999f78
WP
35462007-09-21 Wojciech Polak <polak@gnu.org>
3547
3548 Add Bison XML Automaton Report.
41d7a5f2
PE
3549
3550 Add support for an -x option to generate an XML report.
3551 It is not documented yet.
3552 * src/print-xml.c: New file.
3553 * src/print-xml.h: Likewise.
3554 * lib/timevar.def (TV_XML): New var.
3555 * src/Makefile.am (bison_SOURCES): Add print-xml.c, print-xml.h.
3556 * src/conflicts.c: Include print-xml.h.
3557 (solved_conflicts_xml_obstack): New var.
3558 (log_resolution, conflicts_solve, conflicts_free):
3559 Add support for XML report.
3560 (conflicts_output_val): New function.
3561 * src/conflicts.h (conflicts_output_val): New decl.
3562 * src/files.c (spec_xml_file): New var.
3563 (compute_output_file_names, output_file_names_free): Add XML support.
3564 * src/files.h (spec_xml_file): New decl.
3565 * src/getargs.c (xml_flag): New var.
3566 (usage, short_options, long_options, getargs): Add XML support.
3567 * src/getargs.h (xml_flag): New decl.
3568 * src/gram.c: Include print-xml.h.
3569 (rule_lhs_print_xml, rule_rhs_print_xml):
3570 (grammar_rules_partial_print_xml, grammar_rules_print_xml):
3571 New functions.
3572 * src/gram.h: Declare external ones.
3573 * src/main.c: Include print-xml.h.
3574 (main): Add XML support.
3575 * src/reduce.c: Include print-xml.h.
3576 (reduce_xml): New function.
3577 * src/reduce.h: Declare it.
3578 * src/state.c: Include print-xml.h.
3579 (state_new): Add XML support.
3580 (state_rule_lookahead_tokens_print_xml): New function.
3581 * src/state.h: Declare it.
3582 (struct state): New member solved_conflicts_xml.
3583 * src/symtab.c (symbol_class_get_string): New function.
3584 * src/symtab.h: Declare it.
3585
6d8e724d
PE
35862007-09-21 Paul Eggert <eggert@cs.ucla.edu>
3587
3588 * GNUmakefile: Switch to coreutils's version.
3589 * bootstrap: Likewise.
3590 * Makefile.cfg: Adjust to new GNUmakefile.
3591 * README-hacking: Likewise.
3592
3593 Import from gnulib:
3594
3595 2006-08-18 Paul Eggert <eggert@cs.ucla.edu>
3596 Bruno Haible <bruno@clisp.org>
3597
3598 * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
3599 and is a script that invokes bison. Tighten the code. Add comments.
3600
922bdd7f
JD
36012007-08-28 Joel E. Denny <jdenny@ces.clemson.edu>
3602
3603 Spell "boolean" as "Boolean". Reported by Akim Demaille.
3604 * data/bison.m4 (b4_percent_define_flag_if): Fix complaint.
3605 * doc/bison.texinfo (Decl Summary): Fix.
3606 * src/muscle_tab.c (muscle_percent_define_flag_if): Fix complaint.
3607 * tests/input.at (Boolean %define variables): Update output.
3608 * tests/skeletons.at (%define boolean variables: invalid skeleton
3609 defaults): Rename to...
3610 (%define Boolean variables: invalid skeleton defaults): ... this and
3611 update output.
3612
1b17b01d
JD
36132007-08-17 Joel E. Denny <jdenny@ces.clemson.edu>
3614
3615 In impure push mode, don't allow more than one yypstate to be allocated
3616 since multiple impure parsers would corrupt yynerrs.
3617 * data/push.c (yypstate_allocated): New static global variable
3618 initialized to 0.
3619 (yypull_parse): If yypstate_new returns 0, don't report it as memory
3620 exhaustion if yypstate_allocated is 1, but still return 2.
3621 (yypstate_new): Invoke yyerror and return 0 if yypstate_allocated is
3622 already 1. Otherwise, set it to 1.
3623 (yypstate_delete): Set it to 0.
3624 * tests/push.at (Push Parsing: Multiple impure instances): New test
3625 case.
3626
9987d1b3
JD
36272007-08-17 Bob Rossi <bob@brasko.net>
3628
3629 * doc/bison.texinfo (Push Decl): Document the push parser.
3630 (Table of Symbols): Ditto.
3631 (Pure Decl): Ditto.
3632 (Decl Summary): Ditto.
3633 (Multiple Parsers, Push Parser Function, Pull Parser Function,
3634 Parser Create Function, Parser Delete Function):
3635 Add new push parser symbols.
3636 (Table of Symbols): Document push-parser, push-pull-parser,
3637 yypush_parse, yypull_parse, yypstate_new and yypstate_delete.
3638
f16b0819
PE
36392007-08-15 Paul Eggert <eggert@cs.ucla.edu>
3640
3641 Update to GPLv3.
3642 * doc/gpl-3.0.texi: New file.
3643 * doc/gpl.texi: Remove.
3644 * COPYING, GNUmakefile, HACKING, Makefile.am, Makefile.cfg:
3645 * Makefile.maint, NEWS, PACKAGING, README, README-alpha:
3646 * README-hacking, TODO, bootstrap, bootstrap.conf:
3647 * configure.ac, data/Makefile.am, data/README, data/bison.m4:
3648 * data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4:
3649 * data/glr.c, data/glr.cc, data/java-skel.m4, data/java.m4:
3650 * data/lalr1.cc, data/lalr1.java, data/location.cc:
3651 * data/push.c, data/yacc.c, data/m4sugar/m4sugar.m4:
3652 * djgpp/Makefile.maint, djgpp/README.in, djgpp/config.bat:
3653 * djgpp/config.sed, djgpp/config.site, djgpp/config_h.sed:
3654 * djgpp/djunpack.bat, djgpp/subpipe.c, djgpp/subpipe.h:
3655 * djgpp/testsuite.sed, doc/Makefile.am, doc/bison.texinfo:
3656 * doc/fdl.texi, doc/refcard.tex, etc/Makefile.am, etc/README:
3657 * etc/bench.pl.in, examples/Makefile.am, examples/extexi:
3658 * examples/calc++/Makefile.am, lib/Makefile.am, lib/abitset.c:
3659 * lib/abitset.h, lib/bbitset.h, lib/bitset.c, lib/bitset.h:
3660 * lib/bitset_stats.c, lib/bitset_stats.h, lib/bitsetv-print.c:
3661 * lib/bitsetv-print.h, lib/bitsetv.c, lib/bitsetv.h:
3662 * lib/ebitset.c, lib/ebitset.h, lib/get-errno.c:
3663 * lib/get-errno.h, lib/lbitset.c, lib/lbitset.h:
3664 * lib/libiberty.h, lib/main.c, lib/subpipe.c, lib/subpipe.h:
3665 * lib/timevar.c, lib/timevar.def, lib/timevar.h:
3666 * lib/vbitset.c, lib/vbitset.h, lib/yyerror.c:
3667 * m4/c-working.m4, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4:
3668 * m4/timevar.m4, src/LR0.c, src/LR0.h, src/Makefile.am:
3669 * src/assoc.c, src/assoc.h, src/closure.c, src/closure.h:
3670 * src/complain.c, src/complain.h, src/conflicts.c:
3671 * src/conflicts.h, src/derives.c, src/derives.h, src/files.c:
3672 * src/files.h, src/flex-scanner.h, src/getargs.c:
3673 * src/getargs.h, src/gram.c, src/gram.h, src/graphviz.c:
3674 * src/lalr.c, src/lalr.h, src/location.c, src/location.h:
3675 * src/main.c, src/muscle_tab.c, src/muscle_tab.h:
3676 * src/nullable.c, src/nullable.h, src/output.c, src/output.h:
3677 * src/parse-gram.c, src/parse-gram.h, src/parse-gram.y:
3678 * src/print.c, src/print.h, src/print_graph.c:
3679 * src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c:
3680 * src/reduce.h, src/relation.c, src/relation.h:
3681 * src/revision.h, src/scan-code.h, src/scan-code.l:
3682 * src/scan-gram.h, src/scan-gram.l, src/scan-skel.h:
3683 * src/scan-skel.l, src/state.c, src/state.h, src/symlist.c:
3684 * src/symlist.h, src/symtab.c, src/symtab.h, src/system.h:
3685 * src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h:
3686 * tests/Makefile.am, tests/actions.at, tests/c++.at:
3687 * tests/calc.at, tests/conflicts.at, tests/cxx-type.at:
3688 * tests/existing.at, tests/glr-regression.at:
3689 * tests/headers.at, tests/input.at, tests/java.at:
3690 * tests/local.at, tests/output.at, tests/push.at:
3691 * tests/reduce.at, tests/regression.at, tests/sets.at:
3692 * tests/skeletons.at, tests/synclines.at, tests/testsuite.at:
3693 * tests/torture.at:
3694 Update to GPLv3.
3695
728c4be2
JD
36962007-08-11 Joel E. Denny <jdenny@ces.clemson.edu>
3697
3698 Get rid of broken %no-parser, -n, and --no-parser implementation and
3699 documentation.
3700 * TODO: Don't mention them.
3701 * doc/bison.1: Likewise.
3702 * doc/bison.texinfo (Decl Summary): Likewise.
3703 (Bison Options): Likewise.
3704 (Option Cross Key): Likewise.
3705 * src/getargs.c (no_parser_flag): Remove global variable.
3706 (usage): Don't print description of -n and --no-parser.
3707 (long_options): Remove --no-parser entry here.
3708 (getargs): Remove -n case in the switch here.
3709 * src/getargs.h (no_parser_flag): Remove extern.
3710 * tests/regression.at (Web2c Actions): Remove comment that mentions
3711 --no-parser.
3712
5d31a216
JD
37132007-08-11 Joel E. Denny <jdenny@ces.clemson.edu>
3714
3715 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Do not
3716 name user variables starting with `yy'. Just pass NULL instead of a
3717 dummy local &yylval to yypush_parse.
3718 * tests/torture.at (AT_DATA_STACK_TORTURE): Do not name user variables
3719 starting with `yy'.
3720
a2ea208d
JD
37212007-08-03 Joel E. Denny <jdenny@ces.clemson.edu>
3722
3723 * data/yacc.c (yyexhaustedlab): Define it when YYERROR_VERBOSE is
3724 true since it's then always used regardless of whether yyoverflow is
3725 defined. Reported by Christian Burger at
3726 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00031.html>.
3727 * THANKS: Add Christian Burger.
3728
91661ebb
JD
3729 * ChangeLog: For changes in doc/bison.texinfo, consistently reference
3730 node names: say "Decl Summary" not "Bison Declaration Summary".
3731
cbd50549
JD
37322007-07-28 Joel E. Denny <jdenny@ces.clemson.edu>
3733
3734 * src/muscle_tab.c (muscle_percent_define_flag_if): In order to
3735 determine whether this function has already complained about an invalid
3736 value for a %define boolean variable, don't check whether Bison has
3737 ever examined the value. As written, the check was a tautology.
3738 Instead, record and check for this complaint using a separate muscle.
3739
eb1b0740
JD
37402007-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
3741
3742 Fix push parsing memory leak reported by Brandon Lucia at
3743 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00032.html>.
3744 * THANKS: Add Brandon Lucia.
3745 * data/push.c (yypstate_delete): Free the stack if it was reallocated
3746 but the parse never completed and thus freed it.
3747 * tests/Makefile.am (TESTSUITE_AT): Add push.at.
3748 * tests/testsuite.at: Include push.at.
3749 * test/push.at: New.
3750 (Push Parsing: Memory Leak for Early Deletion): New test case.
3751
9d774aff
JD
37522007-07-17 Joel E. Denny <jdenny@ces.clemson.edu>
3753
3754 Improve handling of multiple S/R conflicts in the same state and of S/R
3755 conflicts involving multiple reductions.
3756 * src/conflicts.c (resolve_sr_conflict): Don't assign the error action
3757 set for a state here or Bison will abort if it is reassigned on a
3758 later conflicted reduction in the same state.
3759 Similarly, don't finalize and assign the solved conflicts report here
3760 or it will be lost if it is reassigned on a later conflicted reduction
3761 in the same state.
3762 (set_conflicts): Instead, assign them both here after all S/R conflicts
3763 in the state have been fully examined.
3764 * src/print.c (shift_set): Rename to...
3765 (no_reduce_set): ... this.
3766 (print_reductions): Update for rename, and add %nonassoc error action
3767 tokens to no_reduce_set so that, when printing the first remaining
3768 reduction on an error action token, the reduction is enclosed in
3769 brackets.
3770 (print_results): Update for rename.
3771 * tests/conflicts.at (Solved conflicts report for multiple reductions
3772 in a state): New test case.
3773 (%nonassoc error actions for multiple reductions in a state): New test
3774 case.
3775
3776 * src/main.c (main): Don't depend on C99 features.
3777
10159d2a
JD
37782007-07-16 Joel E. Denny <jdenny@ces.clemson.edu>
3779
3780 * build-aux/.cvsignore: Add compile.
b541ffdf
JD
3781 * lib/.cvsignore: Add charset.alias, ref-add.sed, ref-del.sed, and
3782 uniwidth.
10159d2a 3783
953b3935
JD
37842007-07-10 Joel E. Denny <jdenny@ces.clemson.edu>
3785
3786 * bootstrap (slurp): Create target directories that don't exist.
3787 Specifically, we need lib/uniwidth/ because of recent Gnulib changes.
3788
6ce2d93a
JD
37892007-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
3790
3791 * LR0.c (new_itemsets): Fix wording in comments: say item index rather
3792 than item number.
3793 * closure.c (closure): Likewise.
3794 * state.h (reductions): Comment sorting of rules.
3795 (state): Comment sorting of items.
3796
ce3448d5
JD
37972007-07-02 Joel E. Denny <jdenny@ces.clemson.edu>
3798
3799 Fix C++ test cases after recent Gnulib changes. Discussed starting at
3800 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00000.html>.
3801 * examples/calc++/Makefile.am (DEFAULT_INCLUDES): Override Automake's
3802 definition in order to avoid Gnulib headers since we don't use config.h
3803 here.
3804 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): Use AT_DATA_GRAMMAR
3805 rather than AT_DATA so that config.h is included.
3806
8a86eef0
JD
38072007-07-01 Joel E. Denny <jdenny@ces.clemson.edu>
3808
3809 * data/glr.c (yy_yypstack, yypstates, yypdumpstack): Use YYFPRINTF
3810 instead of fprintf. Guard these functions with #if YYDEBUG instead of
3811 #ifdef YYDEBUG for consistency with all other uses of YYDEBUG in Bison
3812 and so that YYFPRINTF is guaranteed to be defined here.
3813
b1a81613
JD
38142007-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
3815
3816 * src/muscle_tab.c (muscle_percent_define_invalid_value): Replace
3817 with...
3818 (muscle_percent_define_check_values): ... this more helpful function.
3819 Again, it's not used yet, but it will be.
3820 * src/muscle_tab.h: Likewise.
3821
71b61d4d
JD
3822 Improve some comments in parser table construction.
3823 * src/LR0.c (new_itemsets): Explain sorting of itemset and kernel_base.
3824 (generate_states): Don't mention ruleset, which is internal to closure.
3825 * src/closure.c (closure): Explain sorting of core and itemset, which
3826 is required for this function to behave correctly.
3827 * src/closure.h (closure): Mention sorting.
3828
2a6b783d
JD
38292007-05-28 Joel E. Denny <jdenny@ces.clemson.edu>
3830
3831 * src/lalr.c (state_lookahead_tokens_count): For code readability,
3832 move the check for disabled transitions to an aver since conflict
3833 resolution hasn't happened yet.
3834
3835 * src/lalr.c (state_lookahead_tokens_count): Remove the check that
3836 labels a state as inconsistent just because it has error transitions.
3837 The original form of this check appeared in revision 1.1 of lalr.c,
3838 which was committed on 1991-12-21. Now (at least), changing the
3839 consistency label on such a state appears to have no useful effect in
3840 any of the places it is examined, which I enumerate below. The key
3841 point to understanding each item in this enumeration is that a state
3842 with an error transition is labelled consistent in the first place only
3843 if it has no rules, so the check cannot matter for states that have
3844 rules. (1) Labelling a state as inconsistent will cause set_conflicts
3845 to try to identify its conflicts, and a state must have *rules* to have
3846 conflicts. (2) Labelling a state as inconsistent will affect how
3847 action_row sets the default *rule* for the state. (3) Labelling a
3848 state as inconsistent will cause build_relations to add lookback edges
3849 to *rules* in that state.
3850 * src/state.h (struct state): Word the comment for member consistent
3851 more carefully.
3852
14462c2b
JD
38532007-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
3854
3855 Don't depend on C99 features.
3856 * src/conflicts.c (conflicts_update_state_numbers): Fix for-loop.
3857 * src/lalr.c (lalr_update_state_numbers): Fix for-loop.
3858 * src/reader.c (check_and_convert_grammar): Fix for-loop.
3859 * src/state.c (state_mark_reachable_states): Fix for-loop.
3860 (state_remove_unreachable_states): Fix for-loop.
3861
3862 Don't widen struct state with member reachable just to temporarily
3863 record reachability. Instead, use a local bitset.
3864 * src/state.h (struct state): Remove member.
3865 * src/state.c (state_new): Don't initialize it.
3866 (state_mark_reachable_states): Rename to...
3867 (state_record_reachable_states): ... this, and use bitset.
3868 (state_remove_unreachable_states): Use bitset.
3869
5a43d418
JD
38702007-05-26 Joel E. Denny <jdenny@ces.clemson.edu>
3871
3872 * src/Makefile.am (yacc): Quote target action commands properly so
3873 that the yacc script isn't corrupt. Reported by Hans Aberg at
3874 <http://lists.gnu.org/archive/html/bug-bison/2007-05/msg00003.html>.
3875
0c650a20
JD
3876 * data/glr.c (yylval): As in yacc.c, don't extern in the header for
3877 the case of pure parsers. Reported by Frans Englich at
3878 <http://lists.gnu.org/archive/html/help-bison/2007-05/msg00018.html>.
3879 * THANKS: Add Frans Englich.
3880
61fee93e
JD
3881 * NEWS (2.3a+): In the %code entry, reference section `Bison
3882 Declaration Summary' from the manual now since the %code summary has
3883 moved there.
3884 * doc/bison.texinfo (Prologue Alternatives): Mention that directives
3885 in the rules section must be terminated by semicolons.
3886
f124d423
JD
38872007-05-20 Joel E. Denny <jdenny@ces.clemson.edu>
3888
3889 Extend the front-end API for %define variables to more completely
3890 mirror the back-end. This will be useful in the future.
3891 * data/bison.m4 (b4_percent_define_get, b4_percent_define_ifdef):
3892 Update comments to mention the new front-end counterparts of these
3893 macros.
3894 * src/muscle_tab.c (MUSCLE_COMMON_DECODE): New macro with common code
3895 for muscle_string_decode and muscle_location_decode.
3896 (muscle_string_decode): New static function.
3897 (muscle_location_decode): Use MUSCLE_COMMON_DECODE.
3898 (muscle_percent_define_get, muscle_percent_define_ifdef): New
3899 functions.
3900 (muscle_percent_define_flag_if): Use muscle_percent_define_ifdef and
3901 muscle_percent_define_get to mimic the b4_percent_define_flag_if
3902 implementation more closely.
3903 (muscle_percent_define_invalid_value): New function.
3904 * src/muscle_tab.h (muscle_percent_define_get,
3905 muscle_percent_define_ifdef, muscle_percent_define_invalid_value):
3906 Prototype.
3907
75ad86ee
JD
39082007-05-07 Joel E. Denny <jdenny@ces.clemson.edu>
3909
3910 * NEWS (2.3a+): Mention yesterday's state-removal change.
3911 (2.3a): Remove the %language entry, which was added after 2.3a.
3912 * src/LR0.c, src/closure.c, src/closure.h, src/conflicts.c,
3913 src/conflicts.h, src/lalr.c, src/lalr.h, src/print.c,
3914 src/print_graph.c, src/state.c, src/state.h, tests/conflicts.at,
3915 tests/existing.at: Update copyright date.
3916
5967f0cf
JD
39172007-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
3918
3919 If conflict resolution makes states unreachable, remove those states,
3920 report rules that are then unused, and don't report conflicts in those
3921 states.
3922 * src/conflicts.c, src/conflicts.h (conflicts_update_state_numbers):
3923 New global function.
3924 * src/lalr.c, src/lalr.h (lalr_update_state_numbers): New global
3925 function.
3926 * src/main.c (main): After conflict resolution, remove the unreachable
3927 states and update all data structures that reference states by number.
3928 * src/state.c (state_new): Initialize each state's reachable member to
3929 false.
3930 (state_mark_reachable_states): New static function.
3931 (state_remove_unreachable_states): New global function.
3932 * src/state.h (struct state): Add member bool reachable.
3933 (state_remove_unreachable_states): Prototype.
3934 * tests/conflicts.at (Unreachable States After Conflict Resolution):
3935 New test case.
3936 * tests/existing.at (GNU pic Grammar): Update test case output now that
3937 an unused rule is discovered.
3938
b09f4f48
JD
39392007-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
3940
3941 Minor code cleanup in parser table construction.
3942 * src/LR0.c (new_itemsets): Use item_number_is_symbol_number.
3943 (new_itemsets, save_reductions): Update for rename to nitemset.
3944 * src/closure.c (nritemset): Rename to...
3945 (nitemset): ... this since the "r" appears to meaningless and isn't
3946 used in the comments.
3947 (closure): Update for rename.
3948 * src/closure.h (nritemset): Update extern to...
3949 (nitemset): ... this.
3950 * src/lalr.c (LA): Fix a typo in comments.
3951 * src/print.c (print_core): Update for rename to nitemset.
3952 * src/print_graph.c (print_graph): Likewise.
3953 * src/state.h: Fix some typos in header comments.
3954
bbb44d83
PE
39552007-04-04 Paul Eggert <eggert@cs.ucla.edu>
3956
9b33de72
PE
3957 * THANKS: Use ASCII for Sebastien Fricker's name. Bison source
3958 still sticks to ASCII. Sorry!
3959
bbb44d83
PE
3960 * README-hacking: New file, taken mostly from coreutils, with changes
3961 for Bison. Contains much of the contents of:
3962 * README-cvs: Remove.
3963 * bootstrap: Sync from gnulib.
3964 * build-aux/.cvsignore: Remove *.t, mkinstalldirs.
3965 * lib/.cvsignore: Add wchar.h, wctype.h. Remove exit.h.
3966
29553547
JD
39672007-03-10 Joel E. Denny <jdenny@ces.clemson.edu>
3968
3969 * doc/bison.texinfo (Destructor Decl): Fix typo reported by Sebastian
3970 Setzer.
3971 (Java Differences): Fix some typos.
3972 * THANKS: Add Sebastian Setzer.
3973
01b477c6
PB
39742007-03-07 Paolo Bonzini <bonzini@gnu.org>
3975
730739e4
AD
3976 * data/java.m4 (b4_single_class_if): Remove.
3977 (b4_abstract_if): Look at "%define abstract".
3978 (b4_lexer_if): New.
3979 (b4_union_name): Rename...
3980 (b4_yystype): ... to this. Map to "%define stype".
3981 (b4_rhs_value, b4_parse_param_decl, b4_lex_param_decl,
3982 b4_maybe_throws): Fix quoting.
3983 (b4_lex_param_call): Move below to keep b4_*_param_decl close.
3984 * data/lalr1.java (Lexer interface): Always define.
3985 (Lexer interface within parser class): Remove.
3986 (YYLexer class): New, used when "%code lexer" is present.
3987 (constructor): When "%code lexer" is used, pass %lex-param
3988 to the lexer constructor.
3989 (yylex, yyparse): Remove %lex-param from method invocations
3990 (YYStack, yyaction, yyparse): Rename b4_union_name to b4_yystype.
3991
3992 * doc/bison.texinfo (Java Bison Interface): Mention "%define
3993 abstract". Rename "%define union_name" to "%define stype".
3994 Rename method names according to previous patch.
3995 (Java Scanner Interface): Describe "%code lexer" instead of
3996 "%pure-parser" and "%define single_class".
3997 (Java Differences): Mention "%code lexer".
3998
3999 * tests/java.at (_AT_DATA_JAVA_CALC_Y): Remove final argument.
4000 Include scanner here, using macros from tests/local.at.
4001 (AT_DATA_CALC_Y): Remove final argument.
4002 (_AT_CHECK_JAVA_CALC): Likewise.
4003 (AT_CHECK_JAVA_CALC): Likewise. Test all four combinations
4004 of %locations and %error-verbose.
4005 (main): Test with and without %lex-param.
4006 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Push AT_LEXPARAM_IF.
4007 (AT_BISON_OPTION_POPDEFS): Pop it.
01b477c6 4008
122bea3a
JMG
40092007-03-07 Juan Manuel Guerrero <juan.guerrero@gmx.de>
4010
4011 DJGPP spefic issue. Inhibit the use of disallowed characters for
4012 file name genertion on Win98, WinXP, etc. These are |<>":?*\
4013 and concern testsuite case 46.
4014 * Makefile.am: djgpp/testsuite.sed added to EXTRA_DIST
4015 * djgpp/testsuite.sed: Inhibit the use of disallowed characters.
4016 * djgpp/config.bat: Inhibit the use of disallowed characters.
4017
9611cfa2
JD
40182007-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
4019
4020 Miscellaneous %define and %code cleanup.
4021 * data/bison.m4 (b4_percent_define_flag_if): Correct comments on how
4022 values are interpreted.
4023 * doc/bison.texinfo (Decl Summary): Clean up and extend %define
4024 documentation a little more.
4025 * src/muscle_tab.c (MUSCLE_USER_NAME_CONVERT,
4026 muscle_percent_define_insert, muscle_percent_code_grow): New
4027 functions/macros.
4028 * src/muscle_tab.h (muscle_percent_define_insert,
4029 muscle_percent_code_grow): Prototype.
4030 * src/parse-gram.y (prologue_declaration): Use
4031 muscle_percent_define_insert and muscle_percent_code_grow when parsing
4032 %define and %code directives.
4033
4034 Make it easy to share %define boolean variables between the front-end
4035 and back-end. Though not used yet, this will be useful in the future.
4036 * data/bison.m4 (b4_check_user_names): Rewrite comments to talk about
4037 Bison uses of names rather than just skeleton uses of names.
4038 (b4_percent_define_get, b4_percent_define_ifdef): Rename
4039 b4_percent_define_skeleton_variables(VARIABLE) to
4040 b4_percent_define_bison_variables(VARIABLE).
4041 (b4_percent_code_get, b4_percent_code_ifdef): Rename
4042 b4_percent_code_skeleton_qualifiers(QUALIFIER) to
4043 b4_percent_code_bison_qualifiers(QUALIFIER).
4044 (b4_check_user_names_wrap): Update for renames.
4045 * src/muscle_tab.c, src/muscle_tab.h (muscle_percent_define_flag_if,
4046 muscle_percent_define_default): New functions mimicking
4047 b4_percent_define_flag_if and b4_percent_define_default.
4048
4049 For %define variables, report locations for invalid values and
bbb44d83 4050 redefinitions.
9611cfa2
JD
4051 * data/bison.m4 (b4_percent_define_flag_if): Read
4052 b4_percent_define_loc(VARIABLE) to report the location of an invalid
4053 value for VARIABLE.
4054 (b4_percent_define_default): Save a special location in
4055 b4_percent_define_loc(VARIABLE) in case the default value for VARIABLE
4056 must later be reported as invalid.
4057 * src/muscle_tab.c (muscle_location_grow, muscle_location_decode): New
4058 functions.
4059 (muscle_percent_define_insert): Record the location of VARIABLE in
4060 muscle percent_define_loc(VARIABLE), and use it to report the previous
4061 location for a redefinition.
4062 (muscle_percent_define_flag_if): Update like b4_percent_define_flag_if.
4063 (muscle_percent_define_default): Update like b4_percent_define_default.
4064 (muscle_grow_user_name_list): Rename to...
4065 (muscle_user_name_list_grow): ... this for consistency and use
4066 muscle_location_grow.
4067 * src/muscle_tab.h (muscle_location_grow): Prototype.
4068 * tests/input.at (%define errors): Update expected output.
4069 * tests/skeletons.at (%define boolean variables: invalid skeleton
4070 defaults): New test case.
4071
0bf92491
JD
40722007-02-28 Joel E. Denny <jdenny@ces.clemson.edu>
4073
4074 * src/print.c (lookahead_set, state_default_rule): Remove.
4075 (print_reductions): Replace state_default_rule invocation with
4076 equivalent use of yydefact, which was computed in token_actions in
4077 tables.c.
4078 (print_results): Don't allocate lookahead_set.
4079
d3b12988
PB
40802007-02-27 Paolo Bonzini <bonzini@gnu.org>
4081
4082 * data/lalr1.java: Prefix all private members with yy.
4083
f57a7536
JD
40842007-02-24 Joel E. Denny <jdenny@ces.clemson.edu>
4085
4086 Use YYFPRINTF instead of fprintf where appropriate. Reported by
9b33de72 4087 Sebastien Fricker at
f57a7536 4088 <http://lists.gnu.org/archive/html/bug-bison/2007-02/msg00035.html>.
9b33de72 4089 * THANKS: Add Sebastien Fricker.
f57a7536
JD
4090 * data/glr.c, data/push.c, data/yacc.c (yy_reduce_print): Implement.
4091 * doc/bison.texinfo (Tracing): Make it clearer that YYFPRINTF must
4092 accept a variable number of arguments.
4093
6404a5bf
JD
40942007-02-19 Joel E. Denny <jdenny@ces.clemson.edu>
4095
4096 * bootstrap: Remove occurrences of .#bootmp from lib/Makefile.
4097
e4e09639
JMG
40982007-02-13 Juan Manuel Guerrero <juan.guerrero@gmx.de>
4099
4100 * djgpp/config.bat: Adjustments concerning the use of autoconf 2.61.
4101 * djgpp/config.sed: Adjustments concerning the use of autoconf 2.61.
4102 * djgpp/config.site: Adjustments concerning the use of autoconf 2.61.
4103
d7e0a1a7
PE
41042007-02-11 Paul Eggert <eggert@cs.ucla.edu>
4105
4106 Undo my 2007-02-07 change, switching back to the c-strcase module
4107 introduced in the 2007-02-03 change. Bruno Haible reported that
4108 the 2007-02-07 change would be dangerous in Turkish if we add a
4109 language whose name contains "i", since "i" is not lowercase "I"
4110 in Turkish.
4111 * bootstrap.conf (gnulib_modules): Add c-strcase. Remove strcase.
4112 * lib/.cvsignore: Add c-ctype.c, c-ctype.h, c-strcase.h,
4113 c-strcasecomp.c, c-strncasecmp.c. Remove strcasecmp.c, strncasecmp.c.
4114 * m4/.cvsignore: Remove strcase.m4.
4115 * src/getargs.c: Revert 2007-02-07 change, as follows.
4116 Include c-strcase.h.
4117 (language_argmatch): Use c_strcasecmp rather than strcasecmp.
4118
deee93a1
JD
41192007-02-11 Bruno Haible <bruno@clisp.org>
4120
4121 Enable the Java related testsuite tests when the only Java compiler
4122 found is a gcj < 4.3. Discussed at
4123 <http://lists.gnu.org/archive/html/bug-bison/2007-02/msg00016.html>.
4124 * configure.ac (gt_JAVACOMP): Don't specify a target_version.
4125
574add85
JD
41262007-02-11 Joel E. Denny <jdenny@ces.clemson.edu>
4127
4128 * data/Makefile.am: Update copyright date.
4129 * data/push.c (yypull_parse): Report memory exhaustion and return 2 if
4130 yypstate_new returns NULL.
4131 (yypstate_new): Return NULL if malloc does.
4132 * src/reader.c (packgram): Move translation of rule actions from the
4133 beginning of packgram to...
4134 (check_and_convert_grammar): ... here right before packgram is invoked
4135 so it's easier to write more complete comments, and remove redundant
4136 code.
4137
e785ccf7
JD
41382007-02-10 Joel E. Denny <jdenny@ces.clemson.edu>
4139
4140 As in semantic actions, make @$ in %initial-action, %destructor, and
4141 %printer imply %locations.
4142 * src/scan-code.l (SC_SYMBOL_ACTION): Set locations_flag = true when
4143 scanning @$.
4144 * tests/actions.at (AT_CHECK_ACTION_LOCATIONS): New macro supporting...
4145 (@$ in %initial-action implies %locations,
4146 @$ in %destructor implies %locations,
4147 @$ in %printer implies %locations): ... these new test cases.
4148
1cfe1ed7
PE
41492007-02-07 Paul Eggert <eggert@cs.ucla.edu>
4150
4151 Undo most of the 2007-02-03 change, switching to the strcase module
4152 now that gnulib strcase has been fixed.
4153 * bootstrap.conf (gnulib_modules): Remove c-strcase. Add strcase.
4154 * lib/.cvsignore: Remove c-ctype.c, c-ctype.h, c-strcase.h,
4155 c-strcasecomp.c, c-strncasecmp.c. Add strcasecmp.c, strncasecmp.c
4156 * m4/.cvsignore: Add strcase.m4.
4157 * src/getargs.c: Revert 2007-02-03 change, as follows.
4158 Don't include c-strcase.h.
4159 (language_argmatch): Use strcasecmp rather than c_strcasecmp.
4160 strcasecmp has "unspecified behavior" outside the POSIX locale,
4161 but it works fine in practice if at least one argument is ASCII,
4162 as is the case in Bison.
4163
0049ec86
PB
41642007-02-07 Paolo Bonzini <bonzini@gnu.org>
4165
4166 * tests/java.at: Skip tests if only one of javac/java is present.
4167 Reported by Joel E. Denny.
4168 * tests/atlocal.in: Adjust copyright years.
4169
41702007-02-05 Paolo Bonzini <bonzini@gnu.org>
4171
4172 * data/lalr1.java (Stack): Work around old verifiers that disallow
4173 access to the private fields of an inner class, from the outer class.
4174 We can make Stack's fields public because user code doesn't have access
4175 to the instance of Stack used by parse(). Reported by Paul Eggert.
4176
2c2b7220
PE
41772007-02-03 Paul Eggert <eggert@cs.ucla.edu>
4178
4179 * .cvsignore: Add javacomp.sh, javaexec.sh. Is this really
4180 the right spot for these files?
4181 * bootstrap.conf (gnulib_modules): Add c-strcase.
4182 * lib/.cvsignore: Add c-ctype.c c-ctype.h, c-strcasecomp.c,
4183 c-strncasecmp.c.
4184 * src/getargs.c: Include c-strcase.h.
4185 (language_argmatch): Use c_strcasecmp rather than strcasecmp,
4186 to avoid unspecified behavior.
4187
b2b81dae
JD
41882007-02-01 Joel E. Denny <jdenny@ces.clemson.edu>
4189
4190 * doc/bison.texinfo (Decl Summary): Correct typo.
4191
c1d19e10
PB
41922007-01-30 Paolo Bonzini <bonzini@gnu.org>
4193
4194 * data/bison.m4 (b4_percent_define_flag_if): Don't treat 0 as false.
4195 Complain if the value does not match empty, "true" or "false".
4196 * data/c++.m4: Adjust default definitions of %define variables.
4197 * data/java.m4: Adjust default definitions of %define variables.
4198 * doc/bison.texinfo (Decl Summary): Adjust the %define entry according
4199 to above behavior.
4200 * tests/input.at (Boolean %define variables): Test new behavior.
4201
8405b70c
PB
42022007-01-29 Paolo Bonzini <bonzini@gnu.org>
4203
4204 * NEWS: Mention java.
4205 * TODO: Remove things that are done.
4206 * bootstrap.conf: Add javacomp-script and javaexec-script.
4207 * configure.ac: Invoke gt_JAVACOMP and gt_JAVAEXEC.
4208
4209 * data/Makefile.am: Add new files.
4210 * data/java-skel.m4: New.
4211 * data/java.m4: New.
4212 * data/lalr1.java: New.
4213
4214 * doc/bison.texinfo: Put "A Complete C++ Example" under
4215 C++ Parsers. Add Java Parsers. Put C++ Parsers and Java Parsers
4216 under Other Languages.
4217
4218 * src/getargs.c (valid_languages): Add Java.
4219 * src/getargs.h (struct bison_language): Update size of string fields.
4220
4221 * tests/Makefile.am: Add java.at.
4222 * tests/atlocal.in: Add CONF_JAVA and CONF_JAVAC.
4223 * tests/java.at: New.
4224 * tests/testsuite.at: Include it.
4225
3eb82471
JD
42262007-01-28 Joel E. Denny <jdenny@ces.clemson.edu>
4227
4228 Clean up.
4229 * src/scan-skel.l (at_directive_perform): Add at_directive_argc and
4230 at_directive_argv arguments so these no longer have to be global
4231 variables. Also, update the implementation for the following changes.
4232 (fail_for_at_directive_too_many_args,
4233 fail_for_at_directive_too_few_args): Add at_directive_name argument.
4234 (at_directive_name): Remove as at_directive_argv[0] will be used for
4235 this now.
4236 (AT_DIRECTIVE_ARGC_MAX): Increment to make space in at_directive_argv
4237 for the directive name.
4238 (at_directive_argc, at_directive_argv): Make these local within
4239 skel_lex instead of global.
4240 (INITIAL): Update directive start action for above changes.
4241 (SC_AT_DIRECTIVE_ARG): Rename to...
4242 (SC_AT_DIRECTIVE_ARGS): ... this, and update for above changes.
4243 (SC_AT_DIRECTIVE_SKIP_WS): Update.
4244 (scan_skel): Move yylex_destroy to...
4245 (skel_scanner_free): ... here.
4246 * tests/skeletons.at (installed skeleton file name): Rename to...
4247 (installed skeleton file names): ... this.
4248
148d66d8
JD
42492007-01-27 Joel E. Denny <jdenny@ces.clemson.edu>
4250
4251 * ChangeLog: For changes in doc/bison.texinfo, consistently reference
4252 node names: say "Table of Symbols" not "Bison Symbols", and say "Decl
4253 Summary" not "Directives".
4254 * doc/bison.texinfo (Decl Summary, Calc++ Parser): Cross-reference the
4255 %code entry in "Decl Summary" rather than the one in "Table of Symbols"
4256 since the former is now the more complete one.
4257 (Prologue Alternatives): Likewise and do the same for %defines.
4258 (Table of Symbols): Add summary of %code, add summary of %define, and
4259 move full %code documentation to...
4260 (Decl Summary): ... here for consistency with other entries in these
4261 sections.
4262 Move %define entry in order to keep this list alphabetized.
4263 Reword %define entry a little to put less emphasis on the skeleton
4264 concept, which most users shouldn't have to think about.
4265
665f0c24
PE
42662007-01-26 Paul Eggert <eggert@cs.ucla.edu>
4267
4268 Adjust to recent gnulib changes.
4269 * lib/.cvsignore: Remove stpcpy.h, strndup.h, strnlen.h.
4270 Add string.h, string_.h, unistd_.h, wchar_.h.
4271 * m4/.cvsignore: Add gnulib-common.m4, string_h.m4, wchar.m4.
4272 * src/system.h: Don't include <stpcpy.h>; this is now done by
4273 <string.h>.
4274
592d0b1e
PB
42752007-01-23 Paolo Bonzini <bonzini@gnu.org>
4276
4277 Simplify implementation of unqualified %code, implement macros for
4278 uniform treatment of boolean %define flags. Document %define.
4279 * data/bison.m4 (b4_percent_define_ifdef, b4_percent_define_flag_if,
4280 b4_percent_code_ifdef): New.
4281 (b4_percent_code_get): Map unqualified %code to b4_percent_code().
4282 * data/c++.m4: Define default value for global_tokens_and_yystype.
4283 * data/glr.cc: Likewise.
4284 * data/location.cc: Use b4_percent_define_flag_if.
4285
148d66d8 4286 * doc/bison.texinfo (Decl Summary): Document %define.
592d0b1e
PB
4287
4288 * src/parse-gram.y (Unqualified %code): Change muscle name to
4289 b4_percent_code().
4290 (content.opt): Default to empty.
4291
a7867f53
JD
42922007-01-17 Joel E. Denny <jdenny@ces.clemson.edu>
4293
4294 Implement support for relative and absolute skeleton file names.
4295 Discussed starting at
4296 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00071.html>.
4297 * doc/bison.texinfo (Decl Summary): Document in %skeleton entry.
4298 (Bison Options): Document in --skeleton entry.
4299 * src/output.c (output_skeleton): Use strncpy rather than strcpy since
4300 full_skeleton can't necessarily hold all of pkgdatadir.
4301 If the specified skeleton file name contains a `/', don't prepend
4302 pkgdatadir.
4303 * src/parse-gram.y (prologue_declaration): If the specified skeleton
4304 file name contains a `/', prepend the grammar file directory.
4305 * tests/Makefile.am (TESTSUITE_AT): Add skeletons.at.
4306 * skeletons.at: New file.
4307 (relative skeleton file names): New test case.
4308 (installed skeleton file names): New test case.
4309 * tests/testsuite.at: Include skeletons.at.
4310
4311 * bootstrap: Update copyright to 2007.
4312
830c9b18
PB
43132007-01-17 Paolo Bonzini <bonzini@gnu.org>
4314
4315 * bootstrap: Remove occurrences of .#bootmp from the files.
4316
a8c2e813
AD
43172007-01-17 Akim Demaille <akim@epita.fr>
4318
4319 * doc/bison.texinfo (Calc++ Parser): Don't try to alias
4320 nonterminals.
4321 Use per-type %printer.
4322
279cabb6
JD
43232007-01-17 Joel E. Denny <jdenny@ces.clemson.edu>
4324
4325 * NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4,
4326 data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
4327 djgpp/config.site, src/files.c, src/files.h, src/main.c,
4328 src/muscle_tab.c, src/muscle_tab.h, src/parse-gram.y, src/reader.h,
4329 src/scan-skel.h, src/scan-skel.l, tests/actions.at, tests/calc.at,
4330 tests/glr-regression.at, tests/input.at, tests/local.at,
4331 tests/output.at, tests/torture.at: Update copyright to 2007.
4332
bb32f4f2
AD
43332007-01-16 Akim Demaille <akim@epita.fr>
4334
4335 * doc/bison.texinfo (Calc++ Parsing Driver): Let "parse" return an
4336 error code.
4337 (Calc++ Scanner): Exit with failure if we can't open the input
4338 file.
4339 Accept "-" standing for stdin.
4340 (Calc++ Top Level): Print the result only if the parsing was
4341 successful.
4342
7cff04b5
AD
43432007-01-16 Akim Demaille <akim@epita.fr>
4344
4345 * data/lalr1.cc (yy_reduce_print_): Add a missing end-of-line.
4346
a4e25e1d
JD
43472007-01-15 Paolo Bonzini <bonzini@gnu.org>
4348 and Joel E. Denny <jdenny@ces.clemson.edu>
4349
4350 Clean up %define and %code implementation in M4 some. Most
4351 importantly, rename all related macros to be in the b4_percent_define
4352 and b4_percent_code namespaces. Also, complete support for `.' in
4353 %define variable names and %code qualifiers.
4354 * data/bison.m4 (b4_check_user_names): Check for special
4355 "SKELETON-NAMESPACE(name)" macros instead of using two nested
4356 m4_foreach loops.
4357 (b4_get_percent_define, b4_get_percent_code): Rename to...
4358 (b4_percent_define_get, b4_percent_code_get): ... these.
4359 Extend documentation with examples.
4360 For SKELETON-NAMESPACE (as documented for b4_check_user_names), use
4361 b4_percent_define_skeleton_variables and
4362 b4_percent_code_skeleton_qualifiers.
4363 Expect any value for the %define variable `foo' to be stored in the
4364 macro named `b4_percent_define(foo)'; expect any %code blocks for the
4365 qualifier `foo' to be stored in a macro named `b4_percent_code(foo)';
4366 expect any unqualified %code blocks to be stored in a macro named
4367 `b4_percent_code_unqualified'.
4368 Use m4_indir so that %define variable names and %code qualifiers can
4369 contain `.', which is allowed by the grammar parser.
4370 (b4_percent_define_default): New macro to set a default value for a
4371 %define variable.
4372 (m4_wrap): Update wrapped code, and fix some underquoting.
4373 (b4_check_user_names_wrap): Update and define outside the m4_wrap.
4374 Expect grammar uses of %define variables and %code qualifiers to be
4375 defined in b4_percent_define_user_variables and
4376 b4_percent_code_user_qualifiers.
4377 * data/c++.m4: Use b4_percent_define_default rather than
4378 m4_define_default. Fix some underquoting. Skeleton usage of %define
4379 variable define_location_comparison now implies skeleton usage of
4380 %define variable filename_type.
4381 * data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
4382 data/push.c, data/yacc.c: Update macro names.
4383 * src/parse-gram.y (prologue_declaration, grammar_declaration): Update
4384 muscle names.
4385
e37c665c
JMG
43862007-01-14 Juan Manuel Guerrero <juan.guerrero@gmx.de>
4387
4388 DJGPP specific issues.
4389
4390 * djgpp/config.site: Set ac_cv_path_mkdir to a sane DJGPP specific
4391 default. Set gl_cv_absolute_wctype_h to a sane DJGPP specific default.
4392
7d2d521f
JD
43932007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
4394
4395 * tests/glr-regression.at: Use AT_PARSER_CHECK rather than AT_CHECK to
4396 run parsers in all tests so that Valgrind is invoked during
4397 maintainer-check-valgrind.
4398 (Duplicate representation of merged trees): Free all semantic values.
4399 (Duplicated user destructor for lookahead): Likewise.
4400
e0ac9b4b
JD
44012007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
4402
4403 * tests/local.at (AT_PARSER_CHECK): Add a PRE argument to specify a
4404 command-line prefix.
4405 * tests/torture.at (Exploding the Stack Size with Alloca): Stderr is
4406 ignored, so use that PRE to set --log-fd=1 in VALGRIND_OPTS so we don't
4407 miss Valgrind messages.
4408 (Exploding the Stack Size with Malloc): Likewise.
4409
78143faa
JD
44102007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
4411
4412 Ignore YYSTACK_USE_ALLOCA for push parsers since the stacks can't be
4413 locals. Reported by Juan Manuel Guerrero at
4414 <http://lists.gnu.org/archive/html/bug-bison/2007-01/msg00000.html>.
4415 * data/push.c: Enclose the #ifdef YYSTACK_USE_ALLOCA in b4_push_if.
4416 Fix some indentation also.
4417 * tests/torture.at (Exploding the Stack Size with Alloca): Add comment
4418 explaining this issue.
4419
7ecec4dd
JD
44202007-01-09 Paolo Bonzini <bonzini@gnu.org>
4421 and Joel E. Denny <jdenny@ces.clemson.edu>
4422
4423 Simplify union and prologue handling, and escape union and lex/parse
4424 params with digraphs.
4425 * data/bison.m4 (b4_pre_prologue, b4_post_prologue): Set their default
4426 values to the empty string since these are no longer guaranteed
4427 initialized by the front-end.
4428 * data/glr.c, data/glr.cc, data/lalr1.cc, data/push.c, data/yacc.c: Add
4429 braces around b4_user_stype since this is no longer done by the
4430 front-end.
4431 * src/files.c, src/files.h (pre_prologue_obstack,
4432 post_prologue_obstack): Remove.
4433 * src/muscle_tab.c (muscle_pair_list_grow): Don't duplicate header
4434 comments here. Use MUSCLE_OBSTACK_SGROW so that values are escaped
4435 with digraphs. This fixes lex params and parse params.
4436 * src/muscle_tab.h (muscle_pair_list_grow): Update comments.
4437 * src/output.c (prepare): Remove muscle insertion of the prologues.
4438 (output): Remove freeing of pre_prologue_obstack and
4439 post_prologue_obstack.
4440 * src/parse-gram.y (prologue_declaration): Use muscle_code_grow rather
4441 than prologue_augment for prologue parsing so you don't need prologue
4442 obstacks.
5c80250c
JD
4443 (grammar_declaration): For %union RHS, use `braceless' instead of
4444 "{...}" so that braces are already stripped and code is escaped with
4445 digraphs.
7ecec4dd
JD
4446 * src/reader.c (prologue_augment): Remove.
4447 (reader): Remove initialization of pre_prologue_obstack and
4448 post_prologue_obstack.
4449 * src/reader.h (prologue_augment): Remove.
4450
4451 * data/c.m4: Remove stray parenthesis.
4452
16dc6a9e
JD
44532007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
4454
4455 Remove quotes from variables names in %define directives and from
4456 qualifiers in %code directives, and restrict the characters that are
4457 allowed in them to M4-friendly ones. For %define, continue to support
4458 the quoted form as a deprecated feature. Discussed starting at
4459 <http://lists.gnu.org/archive/html/bison-patches/2007-01/msg00023.html>.
4460 * NEWS (2.3a+): Add entry for the change to %define. Update entry for
4461 %code.
4462 * doc/bison.texinfo (Prologue Alternatives): Update.
91661ebb
JD
4463 (Decl Summary): In %defines entry, update mention of `%code requires'
4464 and `%code provides'.
16dc6a9e
JD
4465 (C++ Location Values): Update %define uses.
4466 (Calc++ Parser Interface): Likewise.
4467 (Calc++ Parser): Likewise, and update `%code requires' uses.
148d66d8 4468 (Table of Symbols): Update %code documentation.
16dc6a9e
JD
4469 * src/parse-gram.y (prologue_declaration): For %define variables, use
4470 `variable' instead of `STRING'.
4471 (grammar_declaration): For %code qualifiers, use `ID' instead of
4472 `STRING'.
4473 (variable): New nonterminal that takes an `ID' or a `STRING'.
4474 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Update %code
4475 and %define uses.
4476 * tests/calc.at (_AT_DATA_CALC_Y): Update %define use.
4477 * tests/input.at (Reject unused %code qualifiers): Update %code uses.
4478 (%define errors): Update %define uses.
4479
e9813cd4
JD
44802007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
4481
4482 * src/parse-gram.y (prologue_declaration): Use MUSCLE_INSERT_STRING
4483 instead of muscle_insert for %define values so that M4-special
4484 characters are replaced with digraphs.
4485 * tests/input.at (%define errors): Extend to check weird values.
4486
6afc30cc
JD
44872007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
4488
4489 Instead of having skeletons declare all valid %define variables and
4490 %code qualifiers, provide macros that retrieve the associated values
4491 and build these lists automatically. Thus Bison will now warn when a
4492 variable or qualifier is not used by the skeleton in the current
4493 invocation regardless of whether it might sometimes be used by that
4494 skeleton in other invocations. Also, move all %define value macros to
4495 the b4_percent_define_ namespace, and remove the %define "NAME" {CODE}
4496 form, which is replaced by %code.
4497 * data/bison.m4 (b4_check_for_unrecognized_names): Rename to...
4498 (b4_check_user_names): ... this, and change the series of valid name
4499 arguments to a single list argument for names used in the skeleton
4500 similar to the existing list argument for names used in the grammar.
4501 Warn instead of complaining.
4502 (b4_get_percent_define, b4_get_percent_code): New to retrieve %define
4503 values and %code code, to format %code code properly, and to build
4504 lists of all %define variables and %code qualifiers used in the
4505 skeleton: b4_skeleton_percent_define_variables and
4506 b4_skeleton_percent_code_qualifiers.
4507 (b4_check_percent_define_variables, b4_check_percent_code_qualifiers):
4508 Remove, and...
4509 (m4_wrap): ... m4_wrap b4_check_user_names invocations instead so that
4510 the skeleton names lists can finish building first. In place of
4511 b4_used_percent_define_variables and b4_used_percent_code_qualifiers,
4512 expect the lists b4_user_percent_define_variables and
4513 b4_user_percent_code_qualifiers.
4514 * data/c++.m4: Where setting default values for b4_parser_class_name,
4515 b4_location_type, b4_filename_type, b4_namespace, and
4516 b4_define_location_comparison, update their names to the
4517 b4_percent_define_ namespace.
4518 * data/glr.c: Don't use b4_check_percent_define_variables and
4519 b4_check_percent_code_qualifiers. Use b4_get_percent_code.
4520 * data/glr.cc, data/lalr1.cc: Likewise, and use b4_get_percent_define.
4521 (b4_parser_class_name, b4_namespace): Define these using
a4e25e1d 4522 b4_get_percent_define for parser_class_name and namespace.
6afc30cc
JD
4523 * data/location.cc: Use b4_get_percent_define.
4524 * data/push.c: Don't use b4_check_percent_define_variables and
4525 b4_check_percent_code_qualifiers. Use b4_get_percent_code.
4526 * data/yacc.c: Likewise, and don't call m4_exit in
4527 b4_use_push_for_pull_if or m4_wrap code will never execute.
4528 * src/muscle_tab.c, src/muscle_tab.h (muscle_grow_used_name_list):
4529 Rename to...
4530 (muscle_grow_user_name_list): ... this for consistency with the
4531 terminology used in bison.m4.
4532 * src/parse-gram.y (prologue_declaration): Prepend "percent_define_" to
4533 %define variable names, and rename muscle used_percent_define_variables
4534 to user_percent_define_variables.
4535 (grammar_declaration): Rename muscle used_percent_code_qualifiers to
4536 user_percent_code_qualifiers.
4537 (content): Remove.
4538 (content.opt): Replace content RHS with STRING RHS so %define "NAME"
4539 {CODE} form is no longer accepted.
4540 * tests/input.at (Reject bad %code qualifiers): Rename to...
4541 (Reject unused %code qualifiers): ... this, and update test output.
4542 (%define error): Update test output.
4543
7eb8a0bc
JD
45442007-01-07 Joel E. Denny <jdenny@ces.clemson.edu>
4545
4546 Check for unrecognized %define variables similar to checking for
4547 unrecognized %code qualifiers. Check for redefined %define variables.
4548 * data/bison.m4 (b4_check_for_unrecognized_names): New macro that
4549 generalizes...
4550 (b4_check_percent_code_qualifiers): ... this, which now wraps it.
4551 (b4_check_percent_define_variables): New, also wraps it.
4552 * data/glr.c: Unless glr.cc is wrapping glr.c, declare no valid %define
4553 variables using b4_check_percent_define_variables.
4554 * data/glr.cc, data/lalr1.cc: Declare the valid %define variables as
4555 all those exercised in the test suite and all those listed in the
4556 `Default values' section of c++.m4. Are there others?
4557 * data/push.c, data/yacc.c: Declare no valid %define variables.
4558 * src/muscle_tab.c, src/muscle_tab.h (muscle_find_const): New function,
4559 similar to muscle_find, but it works even when the muscle stores a
4560 const value.
4561 (muscle_grow_used_name_list): New function for constructing the used
4562 name list muscles that b4_check_for_unrecognized_names requires.
4563 * src/parse-gram.y (prologue_declaration): Warn if a variable is
4564 %define'd more than once. Define the b4_used_percent_define_variables
4565 muscle with muscle_grow_used_name_list.
4566 (grammar_declaration): Abbreviate %code code with
4567 muscle_grow_used_name_list.
4568 * tests/input.at (%define errors): New.
4569
3fc65ead
JD
45702007-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
4571
4572 Provide warn_at, complain_at, and fatal_at function callbacks to the
4573 skeletons, and use this for %code qualifier complaints.
4574 * data/bison.m4 (b4_error_at): New, invoked by...
4575 (b4_warn_at, b4_complain_at, b4_fatal_at): ... these new macros to wrap
4576 the skeleton scanner's new @warn_at(...@), @complain_at(...@), and
4577 @fatal_at(...@) directives.
4578 (b4_check_percent_code_qualifiers): Rewrite to expect locations for
4579 qualifiers in b4_used_percent_code_qualifiers and to use
4580 b4_complain_at.
4581 * src/location.c, src/location.h (boundary_set_from_string): New global
4582 function.
4583 * src/muscle_tab.c, src/muscle_tab.h (muscle_boundary_grow): New global
4584 function.
4585 * src/parse-gram.y (grammar_declaration): Add locations for qualifiers
4586 to b4_used_percent_code_qualifiers.
4587 * src/scan-skel.l (fail_for_at_directive_too_few_args): New static
4588 function.
4589 (AT_DIRECTIVE_ARGC_MAX): Increase for boundary arguments.
4590 (lineno): Rename to...
4591 (out_lineno): ... this so I don't misunderstand it again.
4592 (SC_AT_DIRECTIVE_SKIP_WS): Don't increment out_lineno for newlines
4593 here; these newlines are in the input but not the output file.
4594 (SC_AT_DIRECTIVE_ARG): Likewise. Extract directive execution to...
4595 (at_directive_perform): ... this new static function, and add handling
4596 of new @warn_at(...@), @complain_at(...@), and @fatal_at(...@)
4597 directives.
4598 * tests/input.at (Reject bad %code qualifiers): Update test output with
4599 locations and extend.
4600
4601 * tests/output.at (Output file name: [, Output file name: ]): Remove
4602 bogus comment about these tests failing.
4603
1c7b7e1d
JD
46042007-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
4605
4606 Clean up b4_check_percent_code_qualifiers a little.
4607 * data/bison.m4 (b4_check_percent_code_qualifiers): Expect qualifiers
4608 in b4_used_percent_code_qualifiers to be double-M4-quoted. Rewrite
4609 documentation and add examples.
4610 * src/parse-gram.y (grammar_declaration): Double-M4-quote those
4611 qualifiers here.
4612
08af01c2
JD
46132007-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
4614
4615 Don't use m4_divert since it makes m4_divert_push and m4_divert_pop
4616 unreliable -- especially when they're hidden inside another macro.
4617 * data/bison.m4, data/c++-skel.m4, data/c++.m4, data/c-skel.m4,
4618 data/c.m4: Remove m4_divert(-1).
4619 * data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
4620 data/push.c, data/yacc.c: Likewise, and replace m4_divert(0) with
4621 m4_divert_push(0) and m4_divert_pop(0).
279cabb6 4622 * src/output.c (output_skeleton): Don't add an m4_divert_push(0) and
08af01c2
JD
4623 an m4_wrap([m4_divert_pop(0)]) to the M4. Diversion -1, which is
4624 pushed and popped by m4sugar, should be first on the stack.
4625
4626 Provide warn, complain, and fatal function callbacks to the skeletons.
4627 This provides more flexibility than m4_fatal, improves the error
4628 message format, and captures messages for translation. Discussed
4629 starting at
4630 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00063.html>.
4631 * data/bison.m4 (b4_error): New, invoked by...
4632 (b4_warn, b4_complain, b4_fatal): ... these new macros to wrap the
4633 skeleton scanner's new @warn(...@), @complain(...@), and @fatal(...@)
4634 directives. Because these M4 macros might be called when the current
4635 diversion is -1 or 0, m4_divert_push and m4_divert_pop is used; thus
4636 the previous removal of uses of m4_divert, which caused trouble.
4637 (b4_check_percent_code_qualifiers): Use b4_complain instead of
4638 m4_fatal to report unrecognized %code qualifiers.
4639 * data/c++-skel.m4: Use b4_complain instead of m4_fatal to report C++
4640 push parser requests.
4641 * data/glr.c: Use b4_complain instead of m4_fatal to report
4642 non-deterministic push parser requests.
4643 Update @output usage to @output(...@) form.
4644 * data/glr.cc, data/lalr1.cc: Use b4_fatal instead of m4_fatal to
4645 report missing %defines. Update @output usage to @output(...@) form.
4646 * data/location.cc, data/push.c, data/yacc.c: Update @output usage to
4647 @output(...@) form.
4648 * src/main.c (main): Invoke skel_scanner_free.
4649 * src/scan-skel.h (skel_scanner_free): Prototype new function.
4650 * src/scan-skel.l (FLEX_NO_OBSTACK): Don't define; we now need the
4651 obstack_for_string from flex-scanner.h.
4652 (YY_DECL): Use to declare skel_lex static.
4653 (decode_at_digraphs): Remove; now handled in the new
4654 SC_AT_DIRECTIVE_ARG start condition.
4655 (fail_for_at_directive_too_many_args, fail_for_invalid_at): New static
4656 functions.
4657 (at_directive_name, AT_DIRECTIVE_ARGC_MAX, at_directive_argc,
4658 at_directive_argv): New static globals.
4659 (INITIAL): Use fail_for_invalid_at.
4660 Don't parse `@output file_name\n' or `@basename(...@)'. Instead,
4661 recognize the start of a generalized `@directive(...@)' form and
4662 start...
4663 (SC_AT_DIRECTIVE_ARG): ... this new start condition to parse the
4664 directive args (using the new obstack_for_string), to decode the
4665 contained @ diagraphs, and to perform the directive. It recognizes
4666 @basename(...@), @warn(...@), @complain(...@), @fatal(...@), and
4667 @output(...@).
4668 (SC_AT_DIRECTIVE_SKIP_WS): New start condition started by
4669 SC_AT_DIRECTIVE_ARG to skip whitespace after the argument delimiter,
4670 `@,'.
4671 (scan_skel): Initialize obstack_for_string on the first call.
4672 (skel_scanner_free): New function to free obstack_for_string.
4673 * tests/input.at (Reject bad %code qualifiers): Update test output.
4674
8e0a5e9e
JD
46752007-01-04 Joel E. Denny <jdenny@ces.clemson.edu>
4676
4677 Consolidate the 4 prologue alternative directives (%code, %requires,
4678 %provides, and %code-top) into a single %code directive with an
4679 optional qualifier field. Discussed at
4680 <http://lists.gnu.org/archive/html/bison-patches/2007-01/msg00012.html>.
4681 * NEWS (2.3a+): Rewrite the existing entry for the prologue
4682 alternatives.
4683 * doc/bison.texinfo (Prologue Alternatives): Update.
4684 (Decl Summary): Update to %code "requires" and %code "provides".
4685 (Calc++ Parser): Update to %code "requires".
148d66d8 4686 (Table of Symbols): Remove entries for %requires, %provides, and
8e0a5e9e
JD
4687 %code-top. Rewrite %code entry, and add a %code "QUALIFIER" entry.
4688 * data/bison.m4 (b4_user_provides, b4_user_requires): Remove as these
4689 are replaced by b4_percent_code_provides and b4_percent_code_requires,
4690 which are skeleton-specific.
4691 (b4_check_percent_code_qualifiers): New. A skeleton can use this to
4692 declare what %code qualifiers it supports and to complain if any other
4693 qualifiers were used in the grammar.
4694 * data/glr.cc: Update to use b4_user_code([b4_percent_code_requires])
4695 and b4_user_code([b4_percent_code_provides]) in place of
4696 b4_user_requires and b4_user_provides.
4697 * data/glr.c, data/lalr1.cc, data/push.c, data/yacc.c: Likewise.
4698 Add b4_user_code([b4_percent_code_top]) and
4699 b4_user_code([b4_percent_code]).
4700 Invoke b4_check_percent_code_qualifiers.
4701 * src/parse-gram.y (PERCENT_CODE_TOP, PERCENT_PROVIDES,
4702 PERCENT_REQUIRES): Remove.
4703 (grammar_declaration): Remove RHS's for %code-top, %provides, and
4704 %requires. Rewrite the %code RHS as the unqualified form defining the
4705 muscle b4_percent_code. Add another RHS for the qualified %code form,
4706 which defines muscles of the form b4_percent_code_QUALIFIER and the
4707 b4_used_percent_code_qualifiers muscle.
4708 * src/scan-gram.l (PERCENT_CODE_TOP, PERCENT_PROVIDES,
4709 PERCENT_REQUIRES): Remove.
4710 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Update to use
4711 %code "requires" and %code "provides".
4712 * tests/input.at (Reject bad %code qualifiers): New.
4713
95021767
JD
47142007-01-03 Joel E. Denny <jdenny@ces.clemson.edu>
4715
4716 Use the new code_props interface for destructors and printers.
4717 * src/symtab.h (symbol, semantic_type): Remove destructor_location and
4718 printer_location members, and change the type of the destructor and
4719 printer members to code_props.
4720 (symbol_destructor_set, symbol_destructor_get, symbol_printer_set,
4721 symbol_printer_get, semantic_type_destructor_set,
4722 semantic_type_printer_set, default_tagged_destructor_set,
4723 default_tagless_destructor_set, default_tagged_printer_set,
4724 default_tagless_printer_set): Use code_props in arguments and return
4725 types in place of char const * and location.
4726 (symbol_destructor_location_get, symbol_printer_location_get): Remove
4727 since the locations are now contained in the return of
4728 symbol_destructor_get and symbol_printer_get.
4729 * src/output.c (symbol_destructors_output, symbol_printers_output):
4730 Replace with...
4731 (symbol_code_props_output): ... this to eliminate duplicate code.
4732 (output_skeleton): Update to use symbol_code_props_output.
4733 * src/reader.c (symbol_should_be_used): Update use of
4734 symbol_destructor_get.
4735 * src/symlist.c (symbol_list_destructor_set, symbol_list_printer_set):
4736 Update uses of the various _destructor_set and _printer_set functions.
4737 * src/symtab.c: (default_tagged_destructor_location,
4738 default_tagless_destructor_location, default_tagged_printer_location,
4739 default_tagless_printer_location): Remove since we...
4740 (default_tagged_destructor, default_tagless_destructor,
4741 default_tagged_printer, default_tagless_printer): ... change the type
4742 of these to code_props.
4743 (symbol_new, semantic_type_new, symbol_destructor_set,
4744 semantic_type_destructor_set, symbol_destructor_get,
4745 symbol_printer_set, semantic_type_printer_set, symbol_printer_get,
4746 symbol_check_alias_consistency, default_tagged_destructor_set,
4747 default_tagless_destructor_set, default_tagged_printer_set,
4748 default_tagless_printer_set): Update.
4749 (symbol_destructor_location_get, symbol_printer_location_get): Remove.
4750 (SYMBOL_CODE_PRINT): New similar to SYMBOL_ATTR_PRINT but for
4751 code_props members.
4752 (symbol_print): Use SYMBOL_CODE_PRINT.
4753
f6857bbf
JD
47542007-01-03 Joel E. Denny <jdenny@ces.clemson.edu>
4755
4756 Use the new code_props interface for rule actions.
4757 * src/symlist.h (symbol_list): Replace action, action_location, and
4758 used members with a code_props action_props member.
4759 * src/reader.c (symbol_should_be_used, grammar_rule_check,
4760 grammar_midrule_action, grammar_current_rule_merge_set,
4761 grammar_current_rule_symbol_append, packgram): Update.
4762 * src/scan-code.h (translate_rule_action): Remove, no longer used.
4763 * src/scan-code.l (handle_action_dollar): Update.
4764 (translate_rule_action): Remove, no longer used.
4765 * src/symlist.c (symbol_list_sym_new, symbol_list_syms_print): Update.
4766
7c0c6181
JD
47672007-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
4768
4769 Use the new code_props interface in parse-gram.y.
4770 * src/parse-gram.y (prologue_declaration, braceless, epilogue.opt):
4771 Update all uses of translate_* functions to use the new code_props
4772 interface and to use gram_scanner_last_string_free and
4773 code_scanner_last_string_free where possible.
4774 (grammar_declaration): symbol_list_destructor_set and
4775 symbol_list_printer_set now perform the translation, so don't do it
4776 here. Use gram_scanner_last_string_free where possible.
4777 * src/scan-code.h, src/scan-code.l (translate_symbol_action,
4778 translate_code): Remove, no longer used.
4779 * src/symlist.h, src/symlist.c (symbol_list_destructor_set,
4780 symbol_list_printer_set): Perform code translation here rather than
4781 depending on the caller to do so.
4782
4783 * src/symlist.h (struct symbol_list): Correct some documentation typos.
4784 * src/scan-gram.h (gram_last_string): Remove declaration.
4785 * src/scan-gram.l (last_string): Declare it static.
4786
28e52c0d
JD
47872007-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
4788
4789 Encapsulate code properties and related functionality for the various
4790 destructors, printers, and actions into a code_props structure and
4791 interface. This patch merely implements code_props in scan-code.h and
4792 scan-code.l. Future patches will rewrite other modules to use it.
4793 Discussed starting at
4794 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00020.html>.
4795 * src/location.h (EMPTY_LOCATION_INIT): Define so that it's easier to
4796 consistently initialize const structs that have an empty location
4797 field.
4798 * src/location.c (empty_location): Initialize with EMPTY_LOCATION_INIT
4799 to ensure consistency.
4800 * src/scan-code.h (code_props): New structure.
4801 (code_props_none_init, CODE_PROPS_NONE_INIT, code_props_none): New
4802 function, macro, and const global variable for initializing a
4803 code_props with no code.
4804 (code_props_plain_init, code_props_symbol_action_init,
4805 code_props_rule_action_init, code_props_translate_code): The rest of
4806 the new code_props functional interface. Among other things, the init
4807 functions set the code_props kind field so that
4808 code_props_translate_code will know whether to behave like
4809 translate_symbol_action, translate_rule_action, or translate_code.
4810 These old translate functions must remain until all other modules are
4811 updated to use the new code_props interface.
4812 (code_scanner_last_string_free): New function similar to
4813 gram_scanner_last_string_free.
4814 (code_scanner_free): Add documentation.
4815 * src/scan-code.l: Implement the new interface.
4816 (code_lex): Make it static, add a code_props* argument, and remove the
4817 rule argument.
4818 (last_string): New static global similar to the one in scan-gram.l.
4819 (SC_RULE_ACTION): Update to use the code_props* argument to code_lex
4820 instead of rule.
4821 (SC_SYMBOL_ACTION): For $$, set the is_value_used member of the
4822 code_props since Bison may one day use this information for destructors
4823 and printers.
4824 (<*><<EOF>>): Use STRING_FINISH so that last_string is set.
4825 (handle_action_dollar): Use symbol_list_n_get and set used flag
4826 directly since symbol_list_n_used_set is removed.
4827 (translate_action): Add a code_props* argument and remove the rule,
4828 action, and location arguments. Pass the code_props* on to code_lex.
4829 (translate_rule_action, translate_symbol_action, translate_code):
4830 Rewrite as wrappers around the new code_props interface.
4831 * src/symlist.h, src/symlist.c (symbol_list_n_used_set): Remove since
4832 it would eventually need to break the encapsulation of code_props.
4833
96034983
JD
48342007-01-01 Joel E. Denny <jdenny@ces.clemson.edu>
4835
4836 * etc/.cvsignore: New.
4837
945e396c
JD
48382007-01-01 Joel E. Denny <jdenny@ces.clemson.edu>
4839
4840 Add maintainer-push-check to run maintainer-check using push parsing in
4841 place of pull parsing where available.
4842 * Makefile.am (maintainer-push-check): New.
4843 * data/bison.m4 (b4_use_push_for_pull_if): New.
4844 * data/push.c: Redefine b4_push_if and b4_use_push_for_pull_if
4845 appropriately based on their existing values.
4846 (yypush_parse): Don't print push-parser-specific diagnostics if push
4847 parsing is being used in place of pull parsing.
4848 * data/yacc.c: If push parsing should replace pull parsing, redirect to
4849 push.c.
4850 * src/output.c (prepare): Check BISON_USE_PUSH_FOR_PULL environment
4851 variable, and insert b4_use_push_for_pull_flag into muscles.
4852 * tests/Makefile.am (maintainer-push-check): New.
4853
7d596384
JD
48542006-12-31 Joel E. Denny <jdenny@ces.clemson.edu>
4855
4856 * data/push.c (yypush_parse): Set yynew = 1 at the end of a parse
4857 (whether successful or failed) so that yypush_parse can be invoked
4858 again to start a new parse using the same yypstate.
4859 * tests/torture.at (AT_DATA_STACK_TORTURE): For push mode, extend to
4860 check multiple yypull_parse invocations on the same yypstate. For pull
4861 mode, extend to check multiple yyparse invocations.
4862 (Exploding the Stack Size with Alloca): Extend to try with
4863 %push-pull-parser.
4864 (Exploding the Stack Size with Malloc): Likewise.
4865
4866 * tests/calc.at (Simple LALR Calculator): Don't specify
4867 %skeleton "push.c" since %push-pull-parser implies that now.
4868 * tests/headers.at (export YYLTYPE): Don't check for the push
4869 declarations. Otherwise, this test case can't be used to see if push
4870 mode can truly emulate pull mode.
4871 * tests/input.at (Torturing the Scanner): Likewise.
4872 * tests/local.at (AT_YACC_OR_PUSH_IF, AT_PUSH_IF): Remove.
4873 (AT_YYERROR_SEES_LOC_IF): Rather than AT_YACC_OR_PUSH_IF, use
4874 AT_YACC_IF, which now includes the case of push mode since %skeleton
4875 need not be used for push mode. This will be more intuitive once
4876 push.c is renamed to yacc.c.
4877
7172e23e
JD
48782006-12-31 Joel E. Denny <jdenny@ces.clemson.edu>
4879
4880 For push mode, convert yyparse from a macro to a function, invoke yylex
4881 instead of passing a yylexp argument to yypull_parse, and don't
4882 generate yypull_parse or yyparse unless %push-pull-parser is declared.
4883 Discussed starting at
4884 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00163.html>.
4885 * data/bison.m4 (b4_pull_if): New.
4886 * data/c.m4 (b4_identification): Define YYPULL similar to YYPUSH.
4887 * data/push.c: Improve M4 quoting a little.
4888 (b4_generate_macro_args, b4_parenthesize): Remove.
4889 (yyparse): If there's a b4_prefix, #define this to b4_prefix[parse]
4890 any time a pull parser is requested.
4891 Don't #define this as a wrapper around yypull_parse. Instead, when
4892 both push and pull are requested, make it a function that does that
4893 same thing.
4894 (yypull_parse): If there's a b4_prefix, #define this to
4895 b4_prefix[pull_parse] when both push and pull are requested.
4896 Don't define this as a function unless both push and pull are
4897 requested.
4898 Remove the yylexp argument and hard-code yylex invocation instead.
4899 * etc/bench.pl.in (bench_grammar): Use %push-pull-parser instead of
4900 %push-parser.
4901 * src/getargs.c (pull_parser): New global initialized to true.
4902 * getargs.h (pull_parser): extern it.
4903 * src/output.c (prepare): Insert pull_flag muscle.
4904 * src/parse-gram.y (PERCENT_PUSH_PULL_PARSER): New token.
4905 (prologue_declaration): Set both push_parser and pull_parser = true for
4906 %push-pull-parser. Set push_parser = true and pull_parser = false for
4907 %push-parser.
4908 * src/scan-gram.l: Don't accept %push_parser as an alternative to
4909 %push-parser since there's no backward-compatibility concern here.
4910 Scan %push-pull-parser.
4911 * tests/calc.at (Simple LALR(1) Calculator): Use %push-pull-parser
4912 instead of %push-parser.
4913 * tests/headers.at (export YYLTYPE): Make yylex static, and don't
4914 prototype it in the module that calls yyparse.
4915 * tests/input.at (Torturing the Scanner): Likewise.
4916 * tests/local.at (AT_PUSH_IF): Check for %push-pull-parser as well.
4917
2e7944cb
JD
49182006-12-26 Joel E. Denny <jdenny@ces.clemson.edu>
4919
4920 Update etc/bench.pl. Optimize push mode a little (the yyn change
4921 deserves most of the credit).
4922 * Makefile.am (SUBDIRS): Add etc subdirectory.
4923 * configure.ac (AC_CONFIG_FILES): Add etc/bench.pl and etc/Makefile.
4924 * data/push.c (b4_declare_parser_state_variables): Move yyn, yyresult,
4925 yytoken, yyval, and yyloc declarations to...
4926 (yyparse or yypush_parse): ... here to improve performance. For
4927 yypush_parse invocations after the first, be sure to assign yyn its old
4928 value again.
4929 (yypstate_new): Don't bother initializing the yyresult field since the
4930 initial value isn't used.
4931 (yyn, yyresult, yytoken, yyval, yyloc): For each NAME in this list,
4932 remove the #define that, in push mode, set it to yyps->NAME.
4933 * etc/Makefile.am: New.
4934 * etc/bench.pl: Remove and build it instead from...
4935 * etc/bench.pl.in: ... this new file. Use @abs_top_builddir@ to invoke
4936 "tests/bison" from the build directory by default rather than just
4937 invoking "bison" from $PATH.
4938 (calc_grammar): Update push parser code: don't declare yylval globally,
4939 don't define yyparse_wrapper, and don't #define yyparse.
4940 (bench_grammar): Update to check all working combinations of yacc.c,
4941 push.c, impure, pure, pull, and push.
4942
c3d50342
JD
49432006-12-25 Joel E. Denny <jdenny@ces.clemson.edu>
4944
4945 For push mode, add pull wrappers around yypush_parse.
4946 * data/push.c: (b4_generate_macro_args, b4_parenthesize): New macros.
4947 (yypull_parse): New function wrapping yypush_parse.
4948 (yyparse): New #define wrapping yypull_parse.
4949 * tests/calc.at (_AT_DATA_CALC_Y): Call yyparse even when %push-parser
4950 is declared.
4951 * tests/headers.at (export YYLTYPE): Make yylex global. For push mode,
4952 prototype yylex in the module that calls yyparse, and don't prototype
4953 yyparse there. Otherwise, the yyparse expansion won't compile.
4954 * tests/input.at (Torturing the Scanner): Likewise.
4955
94ebeba5
JD
49562006-12-25 Joel E. Denny <jdenny@ces.clemson.edu>
4957
4958 Enable push parsers to operate in impure mode. Thus, %push-parser no
4959 longer implies %pure-parser. The point of this change is to move
4960 towards being able to test the push parser code by running the entire
4961 test suite as if %push-parser had been declared.
4962 * data/push.c (yypush_parse): For impure mode, remove the
4963 yypushed_char, yypushed_val, and yypushed_loc arguments.
4964 Instead, declare these as local variables initialized to the global
4965 yychar, yylval, and yylloc.
4966 For the first yypush_parse invocation only, restore the initial values
4967 of these global variables when it's time to read a token since they
4968 have been overwritten.
4969 * src/parse-gram.y (prologue_declaration): Don't set pure_parser for
4970 %push-parser.
4971 * tests/calc.at (Simple LALR(1) Calculator): Always declare
4972 %pure-parser along with %push-parser since this test case was designed
4973 for pure push parsers.
4974 * tests/local.at (AT_PURE_OR_PUSH_IF): Remove unused.
4975 (AT_YACC_OR_PUSH_IF): New.
4976 (AT_YYERROR_SEES_LOC_IF): Fix enough that the test suite passes, but
4977 add a note that it's still wrong for some cases (as it has been for a
4978 while).
4979 (AT_PURE_LEX_IF): Use AT_PURE_IF instead of AT_PURE_OR_PUSH_IF since
4980 %push-parser no longer implies %pure-parser.
4981
a0633178
JD
49822006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
4983
4984 Remove some unnecessary differences between the pull parser code and
4985 the push parser code. This patch enables yynerrs in push mode.
4986 * data/push.c: Reformat M4 a little.
4987 (b4_yyerror_range): Remove and convert all uses to just yyerror_range.
4988 (b4_declare_scanner_communication_variables): Don't omit yynerrs just
4989 because push mode is on. Instead, if pure mode is on, move yynerrs
4990 to...
4991 (b4_declare_parser_state_variables): ... here.
4992 (yynerrs, yyerror_range): For push mode, #define each NAME in this list
4993 to yyps->NAME so it can be used in yypush_parse.
4994 (yypush_parse): Don't omit uses of yynerrs in push mode.
4995
8646b6a3
JD
49962006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
4997
4998 Fix bug such that the first pushed token's value and location are
4999 sometimes overwritten (sometimes by %initial-action) before being used.
5000 * data/push.c (yypush_parse): Rename arguments yynchar, yynlval, and
5001 yynlloc to yypushed_char, yypushed_val, and yypushed_loc for clarity.
5002 For the first yypush_parse invocation, initialize yychar to YYEMPTY to
5003 more closely mimic the pull parser logic.
5004 Don't copy the pushed token to yychar, yylval, and yylloc until it's
5005 time to read a token, which is after any initialization of yylval and
5006 yylloc.
5007 (gottoken): Rename label to...
5008 (yyread_pushed_token): ... for clarity and to avoid infringing on the
5009 user namespace.
5010
9baf4d74
JD
50112006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
5012
5013 Rearrange initialization of the parser state variables so that the
5014 skeleton doesn't have to have a copy for pull mode and another for push
5015 mode. This patch also fixes at least a bug such that yylloc was not
5016 initialized (with b4_location_initial_line and
5017 b4_location_initial_column) upon calling yypush_parse. However, that
5018 initialization now overwrites the first token's location;
5019 %initial-action assigning @$ already did the same thing, and both bugs
5020 will be fixed in a later patch.
5021 * data/push.c (b4_yyssa): Remove and convert all uses to just yyssa.
5022 (b4_declare_parser_state_variables): Remove initialization of yytoken,
5023 yyss, yyvs, yyls, and yystacksize.
5024 (yypstate_new): Remove initialization of some yypstate fields: yystate,
5025 yyerrstatus, yytoken, yyss, yyvs, yyls, yystacksize, yyssp, yyvsp, and
5026 yylsp.
5027 (yyssa, yyvsa, yylsa): For push mode, #define each NAME in this list to
5028 yyps->NAME so it can be used in yypush_parse.
5029 (yyparse or yypush_parse): For yypush_parse, don't print the
5030 "Starting parse" diagnostic for invocations after the first.
5031 Add initialization of yytoken, yyss, yyvs, yyls, and yystacksize; for
5032 yypush_parse, only do it for the first invocation.
5033 Allow yystate, yyerrstatus, yyssp, yyvsp, yylsp, and yylloc
5034 initialization to occur in yypush_parse but only on the first
5035 invocation.
5036
23522164
JD
50372006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
5038
5039 * data/push.c: Add CPP guards around push parser declarations in both
5040 the header and the code file.
5041 In the code file, move the push parser declarations to the same place
5042 they appear in the header file.
5043 Clean up the M4 some, especially the inconsistent underquoting in
5044 some b4_c_function_def and b4_c_function_decl uses.
5045
bb010fe5
JD
50462006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
5047
5048 Encapsulate the push parser state variables into an M4 macro so the
5049 push skeleton doesn't have to list them again for pull mode's yyparse.
5050 For push mode, remove yypush_parse's local equivalents of these
5051 variables to eliminate unnecessary copying between the two sets at
5052 run-time. This patch also fixes at least a bug related to multiple
5053 %initial-action invocations in push mode.
5054 * data/push.c (b4_declare_parser_variables): Rename to...
5055 (b4_declare_scanner_communication_variables): ... this for clarity and
5056 update both uses.
5057 (b4_declare_yyparse_variables): Remove and move its contents to the one
5058 spot where it was invoked.
5059 (b4_declare_parser_state_variables): New macro containing the parser
5060 state variables required by push mode.
5061 (struct yypstate): Replace all fields but yynew with
5062 b4_declare_parser_state_variables.
5063 (yystate, yyn, yyresult, yyerrstatus, yytoken, yyss, yyssp, yyvs,
5064 yyvsp, yyls, yylsp, yystacksize, yyval, yyloc): For push mode, #define
5065 each NAME in this list to yyps->NAME so it can be used in yypush_parse.
5066 (yyparse or yypush_parse): For yyparse in pull mode, replace local
5067 parser state variable declarations with
5068 b4_declare_parser_state_variables.
5069 Don't initialize parser state variables when calling yypush_parse since
5070 yypstate_new already does that.
5071 Invoke the user's initial action only upon the first yypush_parse
5072 invocation.
5073 Remove all code that copies between the local parser state variables
5074 and the yypstate.
5075
2d212f8c
JD
50762006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
5077
5078 * data/push.c (union yyalloc): Rename yyss, yyvs, and yyls fields to
5079 prevent a name collision in a future patch where these names will
5080 sometimes be #define'd.
5081 (YYSTACK_RELOCATE): Add an argument to select a union yyalloc field
5082 since it no longer has the same name as the existing argument.
5083 (yyparse or yypush_parse): Update all uses of YYSTACK_RELOCATE.
5084
e6e704dc
JD
50852006-12-19 Paolo Bonzini <bonzini@gnu.org>
5086 and Joel E. Denny <jdenny@ces.clemson.edu>
5087
5088 * doc/bison.texinfo (Decl Summary): In the %language entry, mention
5089 that the argument is case-insensitive, and there's no `=' here.
5090 For the %skeleton entry, mention that %language is better.
5091 (Bison Options): Likewise for --language and --skeleton. Move the
5092 --skeleton entry so that the `Tuning the parser' section is sorted
5093 alphabetically on long options.
5094 (C++ Bison Interface): Don't use the word skeleton. Don't explain the
5095 %language directive in detail here; cross-reference the %language
5096 documentation instead.
5097 (Calc++ Parser): Use `%require "@value{VERSION}"' rather than
5098 `%require "2.3b"' so that the example is always up-to-date.
148d66d8 5099 (Table of Symbols): Add entries for %language and %skeleton.
e6e704dc
JD
5100 * examples/extexi (normalize): Instead of replacing every %require
5101 argument with the current Bison version, just substitute for
5102 `@value{VERSION}'. This guarantees that we're testing what actually
5103 appears in the documentation.
5104 * examples/calc++/Makefile.am ($(calc_extracted)): Use `$(VERSION)'
5105 rather than `@VERSION@'.
5106
0e021770
PE
51072006-12-18 Paul Eggert <eggert@cs.ucla.edu>
5108
fd575f05
PE
5109 * NEWS: Reword the %language news a bit, and put it earlier.
5110
0e021770
PE
5111 * src/getargs.c (skeleton_arg): Last arg is now location const *.
5112 Rewrite to simplify the logic.
5113 (language_argmatch): Likewise.
fd575f05
PE
5114 (program_name): We now own this var.
5115 * src/getargs.h (struct bison_language): Use char[] rather than
5116 const char *.
0e021770
PE
5117
5118 * doc/bison.texinfo (Decl Summary, Bison Options): Don't claim
5119 Java is supported.
5120 * src/complain.c (program_name): Remove decl; no longer needed.
5121 * src/main.c (program_name): Remove; now belongs to getargs.
5122
51232006-12-18 Paolo Bonzini <bonzini@gnu.org>
5124
5125 * NEWS: Document %language.
5126
5127 * data/Makefile.am (dist_pkgdata_DATA): Add c-skel.m4, c++-skel.m4.
5128
5129 * data/c-skel.m4, data/c++-skel.m4: New files.
5130 * data/glr.c: Complain on push parsers.
5131
5132 * doc/bison.texinfo (C++ Parser Interface): Prefer %language
5133 over %skeleton.
148d66d8 5134 (Decl Summary): Document %language and %skeleton.
0e021770
PE
5135 (Command line): Document -L.
5136
5137 * examples/extexi: Rewrite %require directive.
5138 * examples/calc++/Makefile.am: Pass VERSION to extexi.
5139
5140 * src/files.c (compute_exts_from_gc): Look in language structure
5141 for .y extension.
5142 (compute_file_name_parts): Check whether .tab should be added.
5143 * src/getargs.c (valid_languages, skeleton_prio, language_prio):
5144 (language, skeleton_arg, language_argmatch): New.
5145 (long_options): Add --language.
5146 (getargs): Use skeleton_arg, add -L/--language.
5147 * src/getargs.h: Include location.h.
5148 (struct bison_language, language, skeleton_arg, language_argmatch): New.
5149 * src/output.c (prepare): Pick default skeleton from struct language.
5150 Don't dispatch C skeletons here.
5151 * src/parse-gram.y (PERCENT_LANGUAGE): New.
5152 (prologue_declaration): Add "%language" rule, use skeleton_arg.
5153 * src/scan-gram.l ("%language"): New rule.
5154
5155 * tests/calc.at: Test %skeleton and %language.
5156 * tests/local.at (AT_SKEL_CC_IF): Look for %language.
5157 (AT_GLR_IF): Look for %skeleton "glr.cc".
5158 (AT_LALR1_CC_IF, AT_GLR_CC_IF): Rewrite.
5159 (AT_YACC_IF): Reject %language.
5160
5691bf57
PE
51612006-12-18 Paul Eggert <eggert@cs.ucla.edu>
5162
db06f0ce
PE
5163 * src/symtab.h (struct semantic_type): Remove the tag 'semantic_type',
5164 since it wasn't used; only the typedef name 'semantic_type' is needed.
5165 Also, omit trailing white space.
5166
5691bf57
PE
5167 * bootstrap: Sync from coreutils.
5168 (gnulib_extra_files): Add build-aux/announce.gen.
5169 (slurp): Adjust .gitignore files like .cvsignore files.
5170 * build-aux/announce-gen: Remove from CVS, since bootstrap
5171 now creates this.
5172
791934e4
JD
51732006-12-16 Joel E. Denny <jdenny@ces.clemson.edu>
5174
5175 Make %push-parser imply %pure-parser. This fixes several bugs; see
5176 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00148.html>.
5177 * src/parse-gram.y (prologue_declaration): For %push-parser, also set
5178 pure_parser = true.
5179 * data/push.c: Don't bother testing b4_push_if when deciding whether
5180 to expand b4_declare_parser_variables globally.
5181 (yypush_parse): Likewise in here.
5182
5183 * data/push.c (yypush_parse): Add b4_parse_param to arguments.
5184 (yy_reduce_print): Reformat M4 for readability.
5185
ee5abb37
JD
51862006-12-15 Bob Rossi <bob@brasko.net>
5187 and Joel Denny <jdenny@ces.clemson.edu>
5188
5189 * data/push.c (yypstate): Add typedef, and update all uses of
5190 struct yypstate to just yypstate.
5191 * tests/calc.at (_AT_DATA_CALC_Y): Update here as well.
5192
16ca01f9
JD
51932006-12-14 Bob Rossi <bob@brasko.net>
5194
5195 * data/push.c (yypush_parse): Declare prototype regardless of
5196 %locations option.
5197
ab8e7e1a
JD
51982006-12-14 Bob Rossi <bob@brasko.net>
5199
5200 * data/push.c (yyparse): Remove the prototype and the #define when in
5201 push-parser mode.
5202
9bf32be3
JD
52032006-12-13 Bob Rossi <bob@brasko.net>
5204
5205 * data/push.c (yypstate_init): Rename to...
5206 (yypstate_new): ... this and use b4_c_function_def.
5207 (yypstate_delete): New.
5208 (yypush_parse): Change parameters yynval and yynlloc to be const.
5209 * tests/calc.at (_AT_DATA_CALC_Y): Use new yypstate_new and
5210 yypstate_delete functions.
5211
f02e2948
JD
52122006-12-13 Joel E. Denny <jdenny@ces.clemson.edu>
5213
5214 * configure.ac (AC_PREREQ): Require Autoconf 2.61 because of our
5215 strange test case titles. Reported by Bob Rossi.
5216
38eb7751
PE
52172006-12-13 Paul Eggert <eggert@cs.ucla.edu>
5218
5219 * TODO: Add pointer to Sylvain Schmitz's work on static detection
5220 of potential ambiguities in GLR grammers.
5221
bd9d212b
JD
52222006-12-12 Joel E. Denny <jdenny@ces.clemson.edu>
5223
5224 * tests/testsuite.at (AT_CHECK): When checking if $1 starts with
5225 `bison ', use m4_index instead of m4_substr since chopping up a string
5226 containing M4-special characters causes problems here.
5227
5228 Fix a couple of bugs related to special characters in user-specified
5229 file names, and make it easier for skeletons to compute output file
5230 names with the same file name prefix as Bison-computed output file
5231 names.
5232 * data/glr.cc, data/push.c, data/yacc.c: In @output, use
5233 b4_parser_file_name and b4_spec_defines_file instead of
5234 @output_parser_name@ and @output_header_name@, which are now redundant.
5235 * data/glr.c, data/lalr1.cc: Likewise. Also, in header #include's, use
5236 b4_parser_file_name, b4_spec_defines_file, and the new
5237 @basename(FILENAME@) instead of @output_parser_name@ and
5238 @output_header_name@, which inappropriately escaped the file names as
5239 C string literals.
5240 * src/files.c (all_but_ext): Remove static qualifier.
5241 (compute_output_file_names): Move `free (all_but_ext)' to...
5242 (output_file_names_free): ... here since all_but_ext is needed later.
5243 * src/files.h (all_but_ext): Extern.
5244 * src/muscle_tab.h (MUSCLE_INSERT_STRING_RAW): New macro that does
5245 exactly what MUSCLE_INSERT_STRING used to do.
5246 (MUSCLE_INSERT_STRING): Use MUSCLE_OBSTACK_SGROW so that M4-special
5247 characters are escaped properly.
5248 * src/output.c (prepare): Define muscle file_name_all_but_ext as
5249 all_but_ext.
5250 For pkgdatadir muscle, maintain previous functionality by using
5251 MUSCLE_INSERT_STRING_RAW instead of MUSCLE_INSERT_STRING. The problem
5252 is that b4_pkgdatadir is used inside m4_include in the skeletons, so
5253 digraphs would never be expanded. Hopefully no one has M4-special
5254 characters in his Bison installation path.
5255 * src/scan-skel.l: Don't parse @output_header_name@ and
5256 @output_parser_name@ anymore since they're now redundant.
5257 In @output, use decode_at_digraphs.
5258 Parse a new @basename command that invokes last_component.
5259 (decode_at_digraphs): New.
5260 (BASE_QPUTS): Remove unused.
5261 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): New macro.
5262 (Output file name): New tests.
5263
3f7ca628
JD
52642006-12-09 Joel E. Denny <jdenny@ces.clemson.edu>
5265
5266 Warn about output files that are generated by the skeletons and that
5267 conflict with other output files.
5268 * data/glr.c: Don't generate the header file here when glr.cc does.
5269 * src/files.c (file_names, file_names_count): New static globals.
5270 (compute_output_file_names): Invoke output_file_name_check for files
5271 not generated by the skeletons and remove existing checks.
5272 (output_file_name_check): New function that warns about conflicting
5273 output file names.
5274 (output_file_names_free): Free file_names.
5275 * src/files.h (output_file_name_check): Declare.
5276 * src/scan-skel.l: Invoke output_file_name_check for files generated by
5277 the skeletons.
5278 * tests/output.at (AT_CHECK_CONFLICTING_OUTPUT): New.
5279 (Conflicting output files): New tests.
5280
178e123e
PE
52812006-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5282
5283 * doc/bison.texinfo: Fix a couple of typos.
5284
52852006-12-08 Bob Rossi <bob@brasko.net>
8def5cd0
JD
5286
5287 * data/push.c: (yypvarsinit, yypvars, struct yypvars, yypushparse):
5288 Rename to...
5289 (yypstate_init, yypstate, struct yypstate, yypush_parse): ... these and
5290 update all uses.
5291 (b4_yyssa, b4_yyerror_range, yypstate_init): Rename pv to yyps.
5292 (yypush_parse): Rename yypvars argument to yyps and remove redundant
5293 local pv.
5294 (yypstate_init, yypush_parse): Declare in Bison-generated header file.
5295 * tests/calc.at (_AT_DATA_CALC_Y): Use newly named functions.
5296
ea17f233
JD
52972006-12-07 Bob Rossi <bob@brasko.net>
5298 and Joel Denny <jdenny@ces.clemson.edu>
5299
5300 * data/push.c (yypvarsinit): Change return type from void* to struct
5301 yypvars*. No longer cast to void* on return.
5302 (struct yypvars): Remove yylen since it need not be remembered between
5303 yypushparse invocations.
5304 (yypushparse): Don't copy between yylen and pv->yylen.
5305
55a30bda
JD
53062006-12-05 Bob Rossi <bob@brasko.net>
5307
5308 * data/push.c (yychar_set, yylval_set, yylloc_set): Delete.
5309 (yypushparse): Add yynchar, yynlval, yynlloc parameters.
5310 (b4_declare_parser_variables): Do not declare yynerrs for push mode.
5311 (struct yypvars): Remove b4_declare_parser_variables.
5312 (yypvarsinit): Remove init code for removed variables.
5313 (global scope): Do not declare b4_declare_parser_variables if
5314 push or pure mode.
5315 (yypushparse): Add b4_declare_parser_variables.
5316 Init new local variables, and remove init code for removed
5317 yypvars variables.
5318 (yyparse): Delete.
5319 * tests/calc.at (_AT_DATA_CALC_Y): Call yypushparse for push mode
5320 and yyparse for other modes.
5321 (AT_CHECK_CALC_LALR): Added '%skeleton "push.c"' for push tests.
5322 * tests/local.at (AT_PUSH_IF, AT_PURE_OR_PUSH_IF): Added.
5323 (AT_YYERROR_SEES_LOC_IF): push-parser makes this false.
5324 (AT_PURE_LEX_IF): True if pure or push parser.
5325
85894313
JD
53262006-12-05 Joel E. Denny <jdenny@ces.clemson.edu>
5327
5328 Document Yacc prologue alternatives and default %destructor's and
5329 %printer's as experimental. Don't mention Java yet. Discussed at
5330 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00002.html>.
5331 * NEWS (2.3a+): Say they're experimental. Remove any mention of Java.
5332 (2.3a): Annotate this entry to say the old forms of these features were
5333 also experimental.
5334 * doc/bison.texinfo (Prologue Alternatives, Freeing Discarded Symbols,
148d66d8 5335 Table of Symbols): Say they're experimental. Comment out any mention
85894313
JD
5336 of Java (we'll want this back eventually).
5337
02975b9a
JD
53382006-12-01 Joel E. Denny <jdenny@ces.clemson.edu>
5339
5340 Support a file name argument to %defines. Deprecate `=' in
5341 %file-prefix, %name-prefix, and %output. Discussed at
5342 <http://lists.gnu.org/archive/html/help-bison/2006-09/msg00001.html>.
5343 * NEWS (2.3a+): Mention.
148d66d8 5344 * doc/bison.texinfo (Decl Summary, Table of Symbols): Add entry for new
02975b9a
JD
5345 form of %defines, and remove `=' from entries for %file-prefix,
5346 %name-prefix, and %output.
5347 * src/parse-gram.y (prologue_declaration): Implement.
5348 * tests/calc.at (Simple LALR Calculator, Simple GLR Calculator, Simple
5349 LALR1 C++ Calculator, Simple GLR C++ Calculator): Remove the `=' from
5350 all but one occurrence of %name-prefix.
5351 * tests/headers.at (export YYLTYPE): Remove the `=' from %name-prefix.
5352 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Likewise.
5353 * tests/output.at (AT_CHECK_OUTPUT): Remove the `=' from all but one
5354 occurrence of each of %file-prefix and %output. Add check for %defines
5355 with argument.
5356 * tests/reduce.at (Useless Terminals, Useless Nonterminals,
5357 Useless Rules, Reduced Automaton, Underivable Rules, Empty Language):
5358 Remove the `=' from %output.
5359
287b314e
JD
53602006-11-21 Joel E. Denny <jdenny@ces.clemson.edu>
5361
5362 Don't escape $ in test case titles since Autoconf 2.61 now does that
5363 correctly.
5364 * tests/actions.at (Default %printer and %destructor are not for error
5365 or $undefined): Here.
5366 (Default %printer and %destructor are not for $accept): Here.
5367 * tests/input.at (Invalid $n and @n): Here.
5368
3ebecc24
JD
53692006-11-20 Joel E. Denny <jdenny@ces.clemson.edu>
5370
5371 Rename <!> to <>. Discussed starting at
5372 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00039.html>.
5373 * NEWS (2.3a+): Update.
148d66d8 5374 * doc/bison.texinfo (Freeing Discarded Symbols, Table of Symbols):
3ebecc24
JD
5375 Update.
5376 * src/parse-gram.y (TYPE_TAG_NONE, generic_symlist_item): Implement.
5377 * src/scan-gram.l (INITIAL): Implement.
5378 * src/symlist.c (symbol_list_default_tagless_new): Update comment.
5379 * src/symlist.h (symbol_list, symbol_list_default_tagless_new): Update
5380 comment.
5381 * tests/actions.at (Default tagless %printer and %destructor,
5382 Default tagged and per-type %printer and %destructor,
5383 Default %printer and %destructor are not for error or $undefined,
5384 Default %printer and %destructor are not for $accept,
5385 Default %printer and %destructor for mid-rule values): Update.
5386 * tests/input.at (Default %printer and %destructor redeclared,
5387 Unused values with default %destructor): Update.
5388
26b8a438
JD
53892006-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
5390
5391 Don't let %prec take a nonterminal.
5392 * src/reader.c (grammar_current_rule_prec_set): Make the %prec symbol a
5393 token.
5394 * tests/input.at (%prec takes a token): New test checking that %prec
5395 won't take a nonterminal.
5396
07c39ae9
JD
53972006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
5398
405d53b7
JD
5399 * tests/testsuite.at (AT_CHECK): Don't miss an exit value of 0 because
5400 it was double-quoted.
07c39ae9
JD
5401 * src/Makefile.am (YACC): Use --warnings=all,error so that Bison's own
5402 grammar is maintained with Bison's highest standards.
5403 * src/getargs.c: Fix some typos in Doxygen comments.
5404
580b8926
JD
54052006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
5406
5407 Fix memory leaks in scanners generated by at least Flex 2.5.9 and
5408 later. Reported by Paul Eggert in
5409 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00014.html>.
5410 * src/flex-scanner.h (yylex_destroy): Define for Flex before 2.5.9.
5411 * src/scan-code.l (translate_action): Don't bother invoking
5412 yy_delete_buffer (YY_CURRENT_BUFFER) before creating the first buffer.
5413 (code_scanner_free): Instead of invoking
5414 yy_delete_buffer (YY_CURRENT_BUFFER) directly, invoke yylex_destroy,
5415 which frees more.
5416 * src/scan-gram.l (gram_scanner_free): Likewise.
5417 * src/scan-skel.l (scan_skel): Likewise.
5418
4502eadc
JD
54192006-11-09 Joel E. Denny <jdenny@ces.clemson.edu>
5420
5421 * src/files.c (tr): Change return type to void.
5422 * src/muscle_tab.c (muscle_insert): Free storage in case muscle_grow
5423 has been called previously for the same key.
5424 (muscle_find): Return storage instead of value so that
5425 --enable-gcc-warnings doesn't produce warnings that the return discards
5426 const. aver that the value and storage are the same since storage
5427 could potentially be NULL when value is not.
5428 * tests/testsuite.at (AT_CHECK): Treat an unspecified exit value the
5429 same as 0.
5430
7746c8f6
PE
54312006-11-08 Paul Eggert <eggert@cs.ucla.edu>
5432
5433 * bootstrap.conf (excluded_files): Exclude m4/codeset.m4 (undoing
5434 the earlier change today), m4/intl.m4, m4/intldir.m4. This gives
5435 us a slightly cleaner distribution, and also works.
5436 * m4/.cvsignore: Add inline.m4, wint_t.m4 to accommodate recent
5437 gnulib changes.
5438
eb095650
PE
54392006-11-08 Joel E. Denny <jdenny@ces.clemson.edu>
5440 and Paul Eggert <eggert@cs.ucla.edu>
5441
5442 Don't let Bison leak memory except when it complains.
5443 * src/files.h (parser_file_name, spec_verbose_file, spec_graph_file):
5444 (spec_defines_file, dir_prefix): Now char *, not const char *,
5445 since they are freed.
5446 * src/files.c: Likewise.
5447 (all_but_ext, all_but_tab_ext, src_extension, header_extension):
5448 Likewise.
5449 (tr): Now operates in-place. All uses changed.
5450 (compute_exts_from_gf, compute_exts_from_src): Don't leak temporary
5451 values.
5452 (compute_file_name_parts, compute_output_file_names): Don't store
5453 read-only data in variables that will be freed.
5454 (compute_output_file_names): Free all_but_ext, all_but_tab_ext,
5455 src_extension, and header_extension.
5456 (output_file_names_free): New public function to free
5457 spec_verbose_file, spec_graph_file, spec_defines_file,
5458 parser_file_name, and dir_prefix.
5459 * src/getargs.c (getargs): Don't store read-only data in variables that
5460 will be freed.
5461 * src/main.c (main): Invoke output_file_names_free, code_scanner_free
5462 (which previously existed but was unused), and quotearg_free.
5463 * src/muscle_tab.h (muscle_insert): value arg is now a `char const *'.
5464 * src/muscle_tab.c: Likewise.
5465 (muscle_entry): Make the value char const *,
5466 and add a new storage member that is char * and can be freed.
5467 (muscle_entry_free): New private function.
5468 (muscle_init): Use it instead of free.
5469 (muscle_insert, muscle_grow): Update and use new storage member.
5470 (muscle_code_grow): Free the string passed to muscle_grow
5471 since it's not needed anymore.
5472 * src/parse-gram.y (%union): Make `chars' member a `char const *', and
5473 add a new `char *code' member.
5474 ("{...}"): Declare semantic type as code.
5475 * src/scan-code.h (translate_rule_action):
5476 (translate_symbol_action, translate_code, translate_action): Return
5477 `char const *' rather than `char *' since external code should not free
5478 these strings.
5479 * src/scan-code.l: Likewise.
5480 * src/scan-gram.l (<SC_BRACED_CODE>): Use val->code for BRACED_CODE,
5481 which is "{...}" in the parser.
5482 * tests/Makefile.am (maintainer-check-valgrind): Set
5483 VALGRIND_OPTS='--leak-check=full --show-reacheable=yes' before invoking
5484 Valgrind.
5485 * tests/calc.at (_AT_DATA_CALC_Y): fclose the FILE* so Valgrind doesn't
5486 complain.
5487 * tests/testsuite.at (AT_CHECK): Redefine so that running Bison and
5488 expecting a non-zero exit status sets --leak-check=summary and
5489 --show-reachable=no for Valgrind. Bison unabashedly leaks memory in
5490 this case, and we don't want to hear about it.
5491
ac564be4
PE
54922006-11-08 Paul Eggert <eggert@cs.ucla.edu>
5493
5494 * bootstrap (runtime-po/Makevars): Derive from po/Makevars
5495 instead of from the template, to simplify configuration a bit.
5496 * bootstrap.conf (excluded_files): Don't exclude m4/codeset.m4
5497 and m4/wint_t.m4, as they are needed with the latest gnulib.
5498
17bd8a73
JD
54992006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
5500
5501 Disable unset/unused mid-rule value warnings by default, and recognize
5502 --warnings=midrule-values to enable them. Discussed starting at
5503 <http://lists.gnu.org/archive/html/help-bison/2006-10/msg00030.html>.
5504 * NEWS (2.3a+): Mention.
5505 * src/getargs.c, src/getargs.h (warnings_args, warnings_types, enum
5506 warnings): Add entry for midrule-values subargument.
5507 * src/reader.c (symbol_should_be_used): Don't return true just because
5508 the value is a set/used mid-rule value unless
5509 --warnings=midrule-values was specified.
5510 * tests/input.at (Unused values, Unused values before symbol
5511 declarations): Run tests with and without --warnings=midrule-values.
5512
5513 * src/reader.c (check_and_convert_grammar): Use symbol_list_free rather
5514 than LIST_FREE directly.
5515
89eb3c76
JD
55162006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
5517
5518 Finish implementing --warnings=error, which should not be implied by
5519 --warnings=all (or by its synonyms -W and --warnings without
5520 subarguments).
5521 * src/complain.c (set_warning_issued): New function to report that
5522 warnings are being treated as errors and to record an error if so.
5523 Invoke...
5524 (warn_at, warn): ... here.
5525 * src/getargs.c (warnings_args, warnings_types): Reorder so that
5526 "error - warnings are errors" does not appear above "all - all of the
5527 above".
5528 (getargs): For -W and --warnings without subarguments, don't let
5529 FLAGS_ARGMATCH set warnings_error in warnings_flag.
5530 * src/getargs.h (enum warnings): Unset warnings_error in warnings_all.
5531
ba7560e2
JD
55322006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
5533
5534 * src/getargs.c (flags_argmatch): Don't cause segmentation fault for
5535 empty subargument list. For example: `bison --warnings= parser.y'.
5536
31283fc3
JD
55372006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
5538
5539 * data/push.c, data/yacc.c: Make sure there's a newline at the end of
5540 the parser header file so that gcc doesn't warn.
5541
12e35840
JD
55422006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
5543
5544 Split the default %destructor/%printer into two kinds: <*> and <!>.
5545 Discussed starting at
5546 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00060.html>.
5547 * NEWS (2.3a+): Mention.
5548 * doc/bison.texinfo (Freeing Discarded Symbols): Document this and the
5549 previous change today related to mid-rules.
148d66d8 5550 (Table of Symbols): Remove %symbol-default and add <*> and <!>.
3ebecc24 5551 * src/parse-gram.y (PERCENT_SYMBOL_DEFAULT): Remove.
12e35840
JD
5552 (TYPE_TAG_ANY): Add as <*>.
5553 (TYPE_TAG_NONE): Add as <!>.
5554 (generic_symlist_item): Remove RHS for %symbol-default and add RHS's
5555 for <*> and <!>.
5556 * src/scan-gram.l (PERCENT_SYMBOL_DEFAULT): Remove.
5557 (TYPE_TAG_ANY, TYPE_TAG_NONE): Add.
5558 * src/symlist.c (symbol_list_default_new): Split into tagged and
5559 tagless versions.
5560 (symbol_list_destructor_set, symbol_list_printer_set): Split
5561 SYMLIST_DEFAULT case into SYMLIST_DEFAULT_TAGGED and
5562 SYMLIST_DEFAULT_TAGLESS.
5563 * src/symlist.h: Update symbol_list_default*_new prototypes.
5564 (symbol_list.content_type): Split enum value SYMLIST_DEFAULT into
5565 SYMLIST_DEFAULT_TAGGED and SYMLIST_DEFAULT_TAGLESS.
5566 * src/symtab.c (default_destructor, default_destructor_location,
5567 default_printer, default_printer_location): Split each into tagged and
5568 tagless versions.
5569 (symbol_destructor_get, symbol_destructor_location_get,
5570 symbol_printer_get, symbol_printer_location_get): Implement tagged
5571 default and tagless default cases.
5572 (default_destructor_set, default_printer_set): Split each into tagged
5573 and tagless versions.
5574 * src/symtab.h: Update prototypes.
5575 * tests/actions.at (Default %printer and %destructor): Rename to...
5576 (Default tagless %printer and %destructor): ... this, and extend.
5577 (Per-type %printer and %destructor): Rename to...
5578 (Default tagged and per-type %printer and %destructor): ... this, and
5579 extend.
5580 (Default %printer and %destructor for user-defined end token): Extend.
5581 (Default %printer and %destructor are not for error or $undefined):
5582 Update.
5583 (Default %printer and %destructor are not for $accept): Update.
5584 (Default %printer and %destructor for mid-rule values): Extend.
5585 * tests/input.at (Default %printer and %destructor redeclared): Extend.
5586 (Unused values with default %destructor): Extend.
5587
f91b1629
JD
55882006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
5589
5590 Don't apply the default %destructor/%printer to an unreferenced midrule
5591 value. Mentioned at
5592 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00104.html>.
5593 * src/symtab.c (dummy_symbol_get): Name all dummy symbols initially
5594 like $@n instead of just @n so that the default %destructor/%printer
5595 logic doesn't see them as user-defined symbols.
5596 (symbol_is_dummy): Check for both forms of the name.
5597 * src/reader.c (packgram): Remove the `$' from each midrule symbol
5598 name for which the midrule value is referenced in any action.
5599 * tests/actions.at (Default %printer and %destructor for mid-rule
5600 values): New test.
5601 * tests/regression.at (Rule Line Numbers, Web2c Report): Update output
5602 for change to dummy symbol names.
5603
519d0004
JD
56042006-10-20 Joel E. Denny <jdenny@ces.clemson.edu>
5605
5606 Warn about unset midrule $$ if the corresponding $n is used.
5607 * src/reader.c (symbol_should_be_used): Check midrule parent rule for
5608 $n usage.
5609 (packgram): Before invoking grammar_rule_check on any rule, make sure
5610 all actions have already been scanned in order to set `used' flags.
5611 Otherwise, checking that a midrule's $$ is set will not always work
5612 properly because the midrule check must forward-reference the midrule's
5613 parent rule.
5614 * tests/input.at (AT_CHECK_UNUSED_VALUES): Extend to check the new
5615 warning.
5616
a501eca9
JD
56172006-10-20 Joel E. Denny <jdenny@ces.clemson.edu>
5618
5619 More improvements to the documentation of the prologue alternatives:
5620 * NEWS (2.3a+): Mention the new `Prologue Alternatives' section in the
5621 Bison manual.
5622 * doc/bison.texinfo (Prologue Alternatives): Correct some errors. Add
5623 some text to clarify the relative importance of the new directives and
5624 to show how these directives may be viewed as code labels.
5625
2cbe6b7f
JD
56262006-10-16 Joel E. Denny <jdenny@ces.clemson.edu>
5627
5628 Similar to the recently removed %before-header, add %code-top as the
5629 alternative to the pre-prologue. Mentioned at
5630 <http://lists.gnu.org/archive/html/bison-patches/2006-10/msg00063.html>.
5631 Also, let the prologue alternatives appear in the grammar section.
5632 * src/parse-gram.y (PERCENT_CODE_TOP): New token.
5633 (prologue_declaration): Move the existing prologue alternatives to...
5634 (grammar_declaration): ... here and add %code-top.
5635 * src/scan-gram.l (PERCENT_CODE_TOP): New token.
5636
5637 Clean up and extend documentation for the prologue alternatives.
5638 * NEWS (2.3a+): Describe prologue alternatives.
5639 * doc/bison.texinfo (Prologue): Move discussion of prologue
5640 alternatives to...
5641 (Prologue Alternatives): ... this new section, and extend it to discuss
5642 all 4 directives in detail.
148d66d8
JD
5643 (Table of Symbols): Clean up discussion of prologue alternatives and
5644 add %code-top.
2cbe6b7f 5645
e557d3ea
JMG
56462006-10-16 Juan Manuel Guerrero <juan.guerrero@gmx.de>
5647
5648 DJGPP specific issues.
5649
5650 * djgpp/config.bat: config.hin has been moved to lib. Adjust
5651 config.bat accordingly.
5652 * djgpp/config.sed: Adjust config.sed for the use of autoconf 2.60.
5653 * djgpp/config.site: Likewise.
5654
136a0f76
PB
56552006-10-16 Paolo Bonzini <bonzini@gnu.org>
5656
27bd5d67
PB
5657 Replace %*-header with %provides, %requires, %code. See discussion at
5658 http://lists.gnu.org/archive/html/bison-patches/2006-10/msg00002.html
5659
136a0f76
PB
5660 * data/bison.m4 (b4_user_requires, b4_user_provides): New.
5661 (b4_user_start_header): Remove.
5662 * data/glr.c: Use new macros instead of b4_*start_header
5663 and b4_*end_header.
5664 * data/glr.cc: Likewise.
5665 * data/lalr1.cc: Likewise.
5666 * data/push.c: Likewise.
5667 * data/yacc.c: Likewise.
5668
5669 * doc/bison.texinfo: Remove %before-header, rename
5670 %{start,end,after}-header to %requires, %provides, %code.
5671
5672 * src/parse-gram.y: Likewise (also rename token names accordingly).
5673 * src/scan-gram.l: Likewise.
5674 * tests/actions.at: Likewise.
5675
10f429ef
PE
56762006-10-14 Paul Eggert <eggert@cs.ucla.edu>
5677
5678 * lib/Makefile.am (AM_CFLAGS): Remove $(WERROR_CFLAGS).
5679 Problem reported by Joel E. Denny.
5680
56812006-10-14 Jim Meyering <jim@meyering.net>
5682
5683 (Sync from coreutils.)
5684 Work also when the working directory (with e.g. coreutils sources)
5685 is version controlled with git, rather than CVS.
5686 * bootstrap (CVS_only_file): Test for the existence of README-cvs,
5687 rather than CVS.
5688 In messages and comments, say e.g., "checked-out sources",
5689 rather than "CVS sources".
5690 (version_controlled_file): New function. Work for git as well as
5691 for CVS. Don't use grep's -q option.
5692 (slurp): Call it here, in place of CVS-specific code.
5693
c4bd5bf7
JD
56942006-10-14 Joel E. Denny <jdenny@ces.clemson.edu>
5695
5696 Fix testsuite for ./configure --enable-gcc-warnings:
5697 * configure.ac (gcc-warnings): Move -Wall before -Wno-sign-compare.
5698 Otherwise, gcc 4.1.0 (at least) warns about sign comparisons in
5699 __AT_CHECK_PRINTER_AND_DESTRUCTOR in tests/actions.at.
5700 * test/input.at (Torturing the Scanner): #include <stdlib.h> for abort.
5701 * test/regression.at (Diagnostic that expects two alternatives):
5702 Likewise.
5703
46356ea4
PE
57042006-10-12 Paul Eggert <eggert@cs.ucla.edu>
5705
231ed89a
PE
5706 * bootstrap.conf (gnulib_modules): Add config-h.
5707 * djgpp/subpipe.c: Include <config.h> unconditionally; don't
5708 worry about HAVE_CONFIG_H.
5709 * lib/abitset.c: Likewise.
5710 * lib/bitset.c: Likewise.
5711 * lib/bitset_stats.c: Likewise.
5712 * lib/bitsetv-print.c: Likewise.
5713 * lib/bitsetv.c: Likewise.
5714 * lib/ebitset.c: Likewise.
5715 * lib/get-errno.c: Likewise.
5716 * lib/lbitset.c: Likewise.
5717 * lib/subpipe.c: Likewise.
5718 * lib/timevar.c: Likewise.
5719 * lib/vbitset.c: Likewise.
5720 * lib/bitset.c: Include "bitset.h" first, to test interface.
5721 * lib/bitset_stats.c: Include "bitset_stats.h" first.
5722 * lib/bitsetv-print.c: Include "bitsetv-print.h" first.
5723 * lib/bitsetv.c: Include "bitsetv.h" first.
5724 * lib/get-errno.c: Include "get-errno.h" first.
5725 * m4/.cvsignore: Add config-h.m4.
5726 * tests/actions.at (Default %printer and %destructor for ...):
5727 Adjust expected line numbers in output to reflect removal of #if
5728 HAVE_CONFIG_H lines.
5729 * tests/glr-regression.at (Missed %merge type warnings when ...):
5730 Likewise.
5731 * tests/regression.at (Braced code in declaration in rules section):
5732 Likewise.
5733 * tests/atlocal.in (CPPFLAGS): Don't define HAVE_CONFIG_H.
5734 * tests/local.at (AT_DATA_GRAMMAR_PROLOGUE):
5735 Include <config.h> unconditionally.
5736
46356ea4
PE
5737 * bootstrap: Sync from coreutils, as follows:
5738
5739 2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
5740
5741 * bootstrap (symlink_to_gnulib): Fix bug: the dot_dots shell
5742 variable was sometimes used without being initialized. This
5743 messed up the installation of the INSTALL file in some cases.
5744
5745 2006-10-09 Paul Eggert <eggert@cs.ucla.edu>
5746
5747 * bootstrap (usage, main program, symlink_to_gnulib): Add option
5748 --copy. Inspired by a suggestion from Bruno Haible.
5749
5750 2006-10-03 Jim Meyering <jim@meyering.net>
5751
5752 * bootstrap: Undo last change to this file, since now gnulib-tool
5753 sticks with the automake default in generating dependencies.
5754
dd4bf078
PE
57552006-10-12 Paul Eggert <eggert@cs.ucla.edu>
5756
cf2a5f7c
PE
5757 * configure.ac: Use AC_PROG_CC_STDC; this is more modern than
5758 the old AC_PROG_CC / AM_PROG_CC_STDC combination.
5759
5760 * doc/bison.1: Add copyright notice.
5761
5762 * data/glr.c: Don't include <stdarg.h>; not used.
5763
35fe0834
PE
5764 * NEWS: The -g and --graph options now output graphs in Graphviz
5765 DOT format, not VCG format.
5766 * doc/bison.1: Likewise.
5767 * doc/bison.texinfo (Understanding, Bison Options): Likewise.
fcab4a2e
PE
5768 * THANKS: Add Satya Kiran Popuri, who proposed the initial version
5769 of this change in
5770 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00158.html>.
35fe0834
PE
5771 * TODO: Remove Graphviz entry.
5772 * src/Makefile.am (bison_SOURCES): Add graphviz.c and graphviz.h;
5773 remove vcg.c, vcg.h, vcg_defaults.h.
5774 * src/vcg.c, src/vcg.h, src/vcg_defaults.h: Remove.
5775 * src/graphviz.c, src/graphviz.h: New files.
5776 * src/files.c (compute_output_file_names): Output .dot, not .vcg.
5777 * src/files.h: Make comment more generic.
5778 * src/main.c (main): Likewise.
5779 * src/print_graph.h: Likewise.
5780 * src/getargs.c (usage): Make usage description more generic.
5781 * src/print_graph.c: Include graphviz.h rather than vcg.h.
5782 (static_graph, fgraph): Remove. All uses changed to pass
5783 arguments instead of sharing a static var.
5784 (print_core, print_actions, print_state, print_graph):
5785 Output graphviz format rather than VCG format.
5786 * tests/.cvsignore: Remove *.vcg; add *.dot.
5787 * tests/output.at: Expect *.dot files, not *.vcg files.
5788
dd4bf078
PE
5789 * data/Makefile.am (dist_pkgdata_DATA): Add bison.m4; this
5790 accommodates the 2006-10-08 change.
5791
efdd7421
PE
57922006-10-11 Bob Rossi <bob@brasko.net>
5793
5794 * data/push.c (yypushparse, yypvarsinit, yypvars): Wrap in b4_push_if.
5795 (b4_yyssa, b4_yyerror_range): New macros.
5796 (struct yypvars): Remove yyssa_ptr and yyerror_range_ptr fields.
5797 (yypvarsinit): Remove init of removed fields.
5798 (yypushparse): Remove use of removed fields; use new macros instead.
5799
96a1981a
PE
58002006-10-11 Paul Eggert <eggert@cs.ucla.edu>
5801
5802 * data/push.c (yypushparse): Fix memory leak if yymsg is malloced
5803 in a push parser. Reindent slightly to match yacc.c better.
5804
58052006-10-11 Bob Rossi <bob@brasko.net>
5806
46356ea4
PE
5807 * data/push.c (struct yypvars): Remove yymsgbuf, yymsgbuf_ptr, yymsg,
5808 yymsg_alloc fields.
5809 (yypvarsinit, yypushparse): Remove init of removed fields.
5810 (yypushparse): Use yymsgbuf instead of yymsgbuf_ptr.
96a1981a 5811
c1630a8b
PE
58122006-10-09 Paul Eggert <eggert@cs.ucla.edu>
5813
5814 * THANKS: Add Paolo Bonzini and Bob Rossi.
5815
90b9908d
PB
58162006-10-08 Paolo Bonzini <bonzini@gnu.org>
5817
5818 * data/c.m4 (b4_copyright, b4_epilogue, b4_location_initial_column,
5819 b4_location_initial_line, p4_parse_param, b4_ints_in, b4_flag_if,
5820 b4_define_flag_if and uses, b4_basename, b4_syncline, b4_user_code,
5821 b4_define_user_cde and uses): Remove.
5822 (b4_comment, b4_prefix, b4_sync_start): New.
5823 * data/bison.m4: New file, with most of the content removed from c.m4.
5824 * src/muscle_tab.h: Use "do {...} while(0)" throughout.
5825 * src/output.c (output_skeleton): Pass bison.m4.
5826 (prepare): Pass glr_flag and nondeterministic_flag. Pass prefix
5827 only if specified.
5828
cf806753
PE
58292006-10-05 Paul Eggert <eggert@cs.ucla.edu>
5830
5831 Fix test failure reported by Tom Lane in
5832 <http://lists.gnu.org/archive/html/bug-bison/2006-10/msg00000.html>
5833 and try to make such failures easier to catch in the future.
5834 * data/glr.c (YYTRANSLATE): Don't check for nonpositive arg;
5835 that's now the caller's responsibility.
5836 (yyprocessOneStack, yyrecoverSyntaxError, yyparse):
5837 Set yychar = YYEOF if it's negative.
5838 * tests/actions.at (yylex): Abort if asked to read past EOF.
5839 * tests/conflicts.at (yylex): Likewise.
5840 * tests/cxx-type.at (yylex): Likewise.
5841 * tests/glr-regression.at (yylex): Likewise.
5842 * tests/input.at (yylex): Likewise.
5843 * tests/regression.at (yylex): Likewise.
5844 * tests/torture.at (yylex): Likewise.
5845
0e2f006a
PE
58462006-10-01 Paul Eggert <eggert@cs.ucla.edu>
5847
5848 Fix problems with translating English-language diagnostics.
5849 * bootstrap: Fix bug introduced in recent bootstrap changes, with
5850 respect to bison-runtime pot generation. The YY_ stuff
5851 wasn't being captured.
5852 * bootstrap.conf (XGETTEXT_OPTIONS_RUNTIME): New var.
5853 * po/POTFILES.in: Add src/location.c, src/scan-code.l.
5854 * runtime-po/POTFILES.in: Add data/push.c.
5855
e3ddc1e3
PE
58562006-09-29 Paul Eggert <eggert@cs.ucla.edu>
5857
5858 Merge bootstrap changes from coreutils.
5859
5860 2006-09-28 Jim Meyering <jim@meyering.net>
5861
5862 Automatically generated dependencies are important even
5863 when all of the sources in a directory come from gnulib.
5864 * bootstrap (gnulib_tool): Remove the "no-dependencies" automake
5865 option that gnulib-tool adds to what becomes our lib/gnulib.mk.
5866
5867 2006-09-23 Jim Meyering <jim@meyering.net>
5868
5869 * bootstrap (gnulib_tool_options): Add "--local-dir gl".
5870
5871 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
5872
5873 * bootstrap: Add support for --force.
5874 (usage): New function. Describe usage less tersely.
5875 (CVS_only_file): New var.
5876
01e972b3
PE
58772006-09-21 Paul Eggert <eggert@cs.ucla.edu>
5878
5879 * data/push.c (YYPUSH_MORE): Make it an enum instead.
5880 (yypushparse): Use YYPUSH_MORE instead of the mystery constant.
5881 Adjust white space and comments to match GNU style better.
5882
c63d3e90
PE
58832006-09-20 Bob Rossi <bob@brasko.net>
5884
5885 * data/push.c (yyresult_get): Remove function.
5886 (YYPUSH_MORE): Add #define.
5887 (yypushparse): Modify return value.
5888
e70f46d1
PE
58892006-09-20 Paul Eggert <eggert@cs.ucla.edu>
5890
5891 * stamp-h.in: Remove; no longer needed.
5892 * .cvsignore: Replace autom4te.cache and config.cache with *.cache.
5893 Remove config.h, config.hin, intl (no longer created).
5894 * lib/.cvsignore: Add config.h, config.hin, configmake.h, inttypes.h,
5895 stamp-h1.
5896
5897 Sync bootstrap from coreutils, as follows:
5898
5899 2006-09-18 Paul Eggert <eggert@cs.ucla.edu>
5900
5901 * bootstrap (symlink_to_gnulib): New function.
5902 (cp_mark_as_generated): Use it, to prefer symlinks-to-gnulib
5903 to copies-of-gnulib.
5904 (cp_mark_as_generated, slurp, gnulib_files):
5905 Avoid making a copy if it's the same as the old version.
5906 (gnulib_files): Add support for this variable (used by Bison).
5907
a92be413
PE
59082006-09-20 Paul Eggert <eggert@cs.ucla.edu>
5909
5910 * src/getargs.c (usage): Rework to use conventions similar to
5911 coreutils, to make translation a bit easier and the code a bit
5912 smaller. Problem reported by Tim Van Holder.
5913
4f82b42a
PE
59142006-09-15 Paul Eggert <eggert@cs.ucla.edu>
5915
3b2942e6
PE
5916 Use some of gnulib's new modules, taken from coreutils.
5917
5918 * bootstrap: Sync from coreutils, except add support for gnulib_files.
5919 * bootstrap.conf: New file.
5920 (gnulib_modules): Add configmake, inttypes, unistd.
5921 (XGETTEXT_OPTIONS): Add complain, complain_at,
5922 fatal, fatal_at, warn, warn_at, unexpected_end.
5923 * configure.ac (AC_CONFIG_HEADERS): config.h is now in lib, not here.
5924 (gl_USE_SYSTEM_EXTENSIONS): Remove; gl_EARLY now does this.
5925 (gl_EARLY): Add.
5926 (AM_STDBOOL_H): Remove; gl_INIT now dows this.
5927 (gl_INIT): Add
5928 (GNULIB_AUTOCONF_SNIPPET): Remove.
5929 (AM_GNU_GETTEXT): Add; require formatstring macros since that's
5930 the pickiest.
5931 * lib/.cvsignore: Add inttypes_.h.
5932 * lib/Makefile.am: Include gnulib.mk first so we can append to it.
5933 (AM_CFLAGS): Add WERROR_CFLAGS, to be more like coreutils.
5934 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES): Remove
5935 no-longer-necessary initializations.
5936 (lib_SOURCES): Remove, replacing by libbison_a_SOURCES.
5937 * lib/subpipe.c: Include <unistd.h> unconditionally, now that we
5938 use the unistd module.
5939 * src/system.h: Likewise.
5940 * m4/.cvsignore: Remove *_gl.m4, gnulib.m4, inttypes_h.m4, uintmax_t.m4,
5941 ulonglong.m4. Add gettext.m4, gnulib-cache.m4, gnulib-comp.m4,
5942 gnulib-tool.m4, inttypes-h.m4, inttypes-pri.m4, inttypes.m4.
5943 * src/Makefile.am (DEFS): Remove, since configmake does this for us.
5944 (AM_CPPFLAGS): Remove -I../lib, since Automake does that for us.
5945 * src/system.h: Include inttypes.h unconditionally, now that we
5946 use the inttypes module. Don't bother to include stdint.h, since
5947 inttypes.h now does that for us.
5948 (LOCALEDIR): Remove, now that we use the configmake module.
5949 * src/getargs.c: Include configmake.h.
5950 * src/main.c: Likewise.
5951 * src/output.c: Likewise.
5952 * tests/atlocal.in (CPPFLAGS): Include from $abs_top_builddir/lib,
5953 not from $abs_top_builddir, since config.h moved.
5954
5955
4f82b42a
PE
5956 Port to GCC 2.95. First two problems reported by Michael Deutschmann in
5957 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00018.html>.
5958
5959 * src/parse-gram.y (symbol_declaration): Don't put statements
5960 before declarations; it's not portable to C89.
5961 * src/scan-code.l (handle_action_at): Likewise.
5962
5963 * src/scan-code.l: Always initialize braces_level; the old code
5964 left it uninitialized and therefore had undefined behavior.
5965
5966 Don't attempt to redefine 'assert', since it runs afoul of
5967 systems where standard headers (mistakenly) include <assert.h>.
5968 Instead, define and use our own alternative, called 'aver'.
5969 * src/reader.c: Don't include assert.h, since we no longer
5970 use assert.
5971 * src/scan-code.l: Likewise.
5972 * src/system.h (assert): Remove, replacing with....
5973 (aver): New function, taking a bool arg. All uses changed.
5974 * src/tables.c (pack_vector): Ensure that aver arg is bool,
5975 not merely an integer.
5976
31c10e38
PE
59772006-09-15 Bob Rossi <bob@brasko.net>
5978
5979 * data/Makefile.am (dist_pkgdata_DATA): Add push.c.
5980 * data/c.m4 (YYPUSH): New.
5981 (b4_push_if): New macro. Use it instead of #ifdef YYPUSH.
5982 * src/getargs.c (push_parser): New var.
5983 * src/getargs.h (push_parser): New declaration.
5984 * src/output.c (prepare): Add macro insertion of `push_flag'.
5985 * src/parse-gram.y (PERCENT_PUSH_PARSER): New token.
5986 (prologue_declaration): Parse %push-parser.
5987 * src/scan-gram.l: Scan new PERCENT_PUSH_PARSER token.
5988 * tests/calc.at (_AT_CHECK_CALC_ERROR): Add "Return" and "Now" to
5989 list of removed lines from the traces observed.
5990 (AT_CHECK_CALC_LALR): Added push parser tests.
5991
fa7b79c0
PE
59922006-09-13 Paul Eggert <eggert@cs.ucla.edu>
5993
21fe08ca
PE
5994 * NEWS: Version 2.3a.
5995 * configure.ac (AC_INIT): Likewise.
5996
e8ec4d9b
PE
5997 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Remove
5998 "#define YYSTYPE int" that caused "make maintainer-check" to fail
5999 due to header ordering dependencies. I don't know why the #define
6000 was there.
6001
fa7b79c0
PE
6002 Fix glr.cc and lalr1.cc's use of YYDEBUG so that there's zero
6003 runtime cost when YYDEBUG is not defined, and so that some tests
6004 that used to fail now work. Problem and initial suggestion by
6005 Paolo Bonzini.
6006 * data/c++.m4 (b4_parse_param_cons): Omit leading ','.
6007 * data/glr.cc (b4_parser_class_name):
6008 Initialize yycdebug_ only if YYDEBUG. Also, initialize yydebug_.
6009 (debug_level, set_debug_level): Affect yydebug_, not ::yydebug.
6010 (yydebug_) [YYDEBUG]: New member.
6011 (yycdebug_): Now defined only if YYDEBUG.
6012 * data/lalr1.cc (yydebug_, yycdebug_): Now defined only if YYDEBUG.
6013 (YYCDEBUG) [!YYDEBUG]: Don't use yydebug_ and yycdebug_.
6014 (b4_parser_class_name): Initialize yydebug_ and yycdebug_ only
6015 if YYYDEBUG.
6016 (debug_stream, set_debug_stream, debug_level, set_debug_level):
6017 Define only if YYDEBUG.
6018 * tests/calc.at (_AT_DATA_CALC_Y) [!YYDEBUG]: Omit call to
6019 set_debug_level.
6020 * tests/regression.at (_AT_DATA_DANCER_Y) [!YYDEBUG]: Likewise.
6021 * tests/calc.at (AT_CHECK_CALC_GLR_CC): Uncomment calls to
6022 AT_CHECK_CALC_GLR_CC that are working now.
6023
4ec13d60
PE
60242006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6025
6026 * data/glr.cc (YYERROR_VERBOSE, YYTOKEN_TABLE): Remove.
6027 We don't need them in glr.cc, and glr.c defines them.
6028 Defining YYERROR_VERBOSE to 0 here breaks glr.c, since glr.c
6029 assumes that defining it to anything is the same as defining
6030 it to 1. Problem reported by Paolo Bonzini.
6031
8e1687ae
PE
60322006-09-12 Paolo Bonzini <bonzini@gnu.org> (tiny change)
6033
6034 * data/c.m4 (b4_null, b4_case): Define.
6035 * src/output.c (prepare_symbols): Use b4_null.
6036 (user_actions_output): Use b4_case.
6037
3dc5e96b
PE
60382006-09-11 Paul Eggert <eggert@cs.ucla.edu>
6039
aef3da86
PE
6040 * data/glr.c (b4_shared_declarations): Put start-header first,
6041 before any #includes that we generate, so that feature-test
6042 macros work. Problem reported by Michael Deutschmann in
6043 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00004.html>.
6044 * data/lalr1.cc: Likewise.
6045 * doc/bison.texinfo (Prologue): Document that feature-test macros
6046 should be defined before any Bison declarations.
6047 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Put defns
6048 that depend on location.hh after, not before, Bison decls, since
6049 we now include location.hh after the first user prologue.
6050
3dc5e96b
PE
6051 * doc/bison.texinfo (Calc++ Parser): Fix memory leak reported by
6052 Sander Brandenburg in
6053 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00002.html>.
6054 Also, fix minor white space and comment issues.
aef3da86
PE
6055 (Prologue): Mention that it's better to define feature-test macros
6056 before Bison declarations. Problem reported by Michael Deutschmann.
6057
6058 * README-cvs: Fix typo: "&" should be "&&". Problem reported
6059 by Jim Meyering.
6060 * m4/.cvsignore: Add argmatch.m4. Remove obstack.m4, strerror_r.m4.
6061 This adjusts to recent gnulib changes.
3dc5e96b 6062
b2a0b7ca
JD
60632006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
6064
6065 Finish implementation of per-type %destructor/%printer. Discussed
6066 starting at
6067 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>
6068 and
6069 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>.
6070 * NEWS (2.3+): Add a description of this feature to the default
6071 %destructor/%printer description.
6072 * doc/bison.texinfo (Freeing Discarded Symbols): Likewise.
6073 * src/symlist.c (symbol_list_destructor_set, symbol_list_printer_set):
6074 Invoke semantic_type_destructor_set or semantic_type_printer_set when a
6075 list node contains a semantic type.
6076 * src/symtab.c, src/symtab.h: Extend with a table that associates
6077 semantic types with their %destructor's and %printer's.
6078 (semantic_type_from_uniqstr, semantic_type_get,
6079 semantic_type_destructor_set, semantic_type_printer_set): New functions
6080 composing the public interface of that table.
6081 (symbol_destructor_get, symbol_destructor_location_get,
6082 symbol_printer_get, symbol_printer_location_get): If there's no
6083 per-symbol %destructor/%printer, look up the per-type before trying
6084 the default.
6085 * tests/actions.at (Per-type %printer and %destructor): New test case.
6086 * tests/input.at (Default %printer and %destructor redeclared):
6087 Extend to check that multiple occurrences of %symbol-default in a
6088 single %destructor/%printer declaration is an error.
6089 (Per-type %printer and %destructor redeclared, Unused values with
6090 per-type %destructor): New test cases.
6091
3be03b13
JD
60922006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
6093
6094 Require default %destructor/%printer to be declared using
6095 %symbol-default instead of an empty symbol list, and start working on
6096 new per-type %destructor/%printer. Discussed at
6097 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00007.html>.
6098 * NEWS (2.3+): Add %symbol-default to example.
6099 * bison.texinfo (Freeing Discarded Symbols): Likewise.
148d66d8 6100 (Table of Symbols): Add entry for %symbol-default.
3be03b13
JD
6101 * src/parse-gram.y (PERCENT_SYMBOL_DEFAULT): New token.
6102 (generic_symlist, generic_symlist_item): New nonterminals for creating
6103 a list in which each item is a symbol, semantic type, or
6104 %symbol-default.
6105 (grammar_declaration): Use generic_symlist in %destructor and %printer
6106 declarations instead of symbols.1 or an empty list.
6107 (symbol_declaration, precedence_declaration, symbols.1): Update actions
6108 for changes to symbol_list.
6109 * src/reader.c: Update for changes to symbol_list.
6110 * src/scan-code.l: Likewise.
6111 * src/scan-gram.l: Scan new PERCENT_SYMBOL_DEFAULT token.
6112 * src/symlist.c, src/symlist.h: Extend such that a list node may
6113 represent a semantic type or a %symbol-default in addition to just an
6114 ordinary symbol. Add switched functions for setting %destructor's and
6115 %printer's.
6116 * tests/actions.at, tests/input.at: Add %symbol-default to all default
6117 %destructor/%printer declarations.
6118
3508ce36
JD
61192006-08-23 Joel E. Denny <jdenny@ces.clemson.edu>
6120
6121 Whether the default %destructor/%printer applies to a particular symbol
6122 isn't a question of whether the user *declares* that symbol (in %token,
6123 for example). It's a question of whether the user by any means
6124 *defines* the symbol at all (by simply using a char token, for
6125 example). $end is defined by Bison whereas any other token with token
6126 number 0 is defined by the user. The error token is always defined by
6127 Bison regardless of whether the user declares it with %token, but we
6128 may one day let the user define error as a nonterminal instead.
6129 * NEWS (2.3+): Say "user-defined" instead of "user-declared".
6130 * doc/bison.texinfo (Freeing Discarded Symbols): Likewise, and document
6131 the meaning of "user-defined".
6132 * tests/actions.at (Default %printer and %destructor for user-declared
6133 end token): Rename to...
6134 (Default %printer and %destructor for user-defined end token): ...
6135 this.
6136
6137 * src/symtab.c (symbol_destructor_get, symbol_printer_get): In the
6138 computation of whether to apply the default, don't maintain a list of
6139 every Bison-defined symbol. Instead, just check for a first character
6140 of '$', which a user symbol cannot have, and check for the error token.
6141
9350499c
JD
61422006-08-21 Joel E. Denny <jdenny@ces.clemson.edu>
6143
6144 Don't apply the default %destructor or %printer to the error token,
6145 $undefined, or $accept. This change fits the general rule that the
6146 default %destructor and %printer are only for user-declared symbols,
6147 and it solves several difficulties that are described in the new test
6148 cases listed below.
6149 * src/symtab.c (symbol_destructor_get, symbol_printer_get): Implement.
6150 * tests/actions.at (Default %printer and %destructor are not for error
6151 or $undefined, Default %printer and %destructor are not for $accept):
6152 New test cases.
6153
4d7370cb
JD
61542006-08-19 Joel E. Denny <jdenny@ces.clemson.edu>
6155
6156 Allow %start after the first rule.
6157 * src/reader.c (grammar_current_rule_begin): Don't set the start symbol
6158 when parsing the first rule.
6159 (check_and_convert_grammar): Search for it here after all grammar
6160 declarations have been parsed. Skip midrules, which have dummy LHS
6161 nonterminals.
6162 * src/symtab.c (symbol_is_dummy): New function.
6163 * src/symtab.h (symbol_is_dummy): Declare it.
6164 * tests/input.at (%start after first rule): New test.
6165
6d0ef4ec
JD
61662006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
6167
6168 Redo some of the previous commit: add back the ability to use
6169 non-aliased/undeclared string literals since it might be useful to
6170 those declaring %token-table.
6171 * src/reader.c (check_and_convert_grammar): Undo changes in previous
6172 commit: don't worry about complaints from symbols_pack.
6173 * src/symtab.c (symbol_new, symbol_class_set,
6174 symbol_check_alias_consistency): Undo changes in previous commit: count
6175 each string literal as a new symbol and token, assign it a symbol
6176 number, and don't complain about non-aliased string literals.
6177 (symbols_pack): Since symbol_make_alias still does not decrement symbol
6178 and token counts but does still set aliased tokens to the same number,
6179 symbol_pack_processor now leaves empty slots in the symbols array.
6180 Remove those slots.
6181 * tests/regression.at (Undeclared string literal): Remove test case
6182 added in previous commit since non-aliased string literals are allowed
6183 again.
6184 (Characters Escapes, Web2c Actions): Undo changes in previous commit:
6185 remove unnecessary string literal declarations.
6186 * tests/sets.at (Firsts): Likewise.
6187
965537bc
JD
61882006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
6189
6190 Don't allow an undeclared string literal, but allow a string literal to
6191 be used before its declaration.
6192 * src/reader.c (check_and_convert_grammar): Don't invoke packgram if
6193 symbols_pack complained.
6194 * src/symtab.c (symbol_new): Don't count a string literal as a new
6195 symbol.
6196 (symbol_class_set): Don't count a string literal as a new token, and
6197 don't assign it a symbol number since symbol_make_alias does that.
6198 (symbol_make_alias): It's not necessary to decrement the symbol and
6199 token counts anymore. Don't assume that an alias declaration occurs
6200 before any uses of the identifier or string, and thus don't assert that
6201 one of them has the highest symbol number so far.
6202 (symbol_check_alias_consistency): Complain if there's a string literal
6203 that wasn't declared as an alias.
6204 (symbols_pack): Bail if symbol_check_alias_consistency failed since
6205 symbol_pack asserts that every token has been assigned a symbol number
6206 although undeclared string literals have not.
6207 * tests/regression.at (String alias declared after use, Undeclared
6d0ef4ec 6208 string literal): New test cases.
965537bc
JD
6209 (Characters Escapes, Web2c Actions): Declare string literals as
6210 aliases.
6211 * tests/sets.at (Firsts): Likewise.
6212
47aee066
JD
62132006-08-14 Joel E. Denny <jdenny@ces.clemson.edu>
6214
6215 In the grammar scanner, STRING_FINISH unclosed constructs and return
6216 them to the parser in order to improve error messages.
6217 * src/scan-gram.l (SC_ESCAPED_STRING, SC_ESCAPED_CHARACTER,
6218 SC_BRACED_CODE, SC_PROLOGUE): Implement.
6219 * tests/input.at (Unclosed constructs): New test case.
6220 * tests/regression.at (Invalid inputs): Update now that unclosed %{ is
6221 seen.
6222
6223 * src/scan-gram.h, src/scan-gram.l (gram_last_braced_code_loc): Remove
6224 unused global.
6225
1f6b3679
JD
62262006-08-13 Joel E. Denny <jdenny@ces.clemson.edu>
6227
6228 Handle string aliases for character tokens correctly.
6229 * src/symtab.c (symbol_user_token_number_set): If the token has an
6230 alias, check and set its alias's user token number instead of its own,
6231 which is set to indicate the alias. Previously, every occurrence of
6232 the character token in the grammar overwrote that alias indicator with
6233 the character code.
6234 * tests/input.at (String aliases for character tokens): New test.
6235
219741d8
JD
62362006-08-12 Joel E. Denny <jdenny@ces.clemson.edu>
6237
6238 * src/parse-gram.y: Add `%expect 0' so we don't overlook conflicts.
6239
11daa4e7
PE
62402006-08-11 Paul Eggert <eggert@cs.ucla.edu>
6241
6242 * bootstrap: Put in need-ngettext argument to AM_GNU_GETTEXT,
6243 to prevent failures when building on older platforms.
6244 Check for autopoint failure.
6245 Set XGETTEXT_OPTIONS to values that check for C format strings,
6246 so that translators are warned about them (this also helps
6247 prevent core dumps).
6248
6249 * lib/subpipe.c (create_subpipe): Use new gnulib pipe_safer
6250 function, since it simplifies our code a bit.
6251
6252 * configure.ac (AC_ARG_ENABLE): Use -Wextra -Wno-sign-compare
6253 rather than -W, so we don't get bogus warnings about sign comparisons.
6254 Add -Wpointer-arith, since that warning is useful (it reports code
6255 that does not conform to C89 and that some compilers reject).
6256 * data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c: Undo latest change,
6257 since it's no longer needed.
6258
f9bfc42a
JD
62592006-08-10 Joel E. Denny <jdenny@ces.clemson.edu>
6260
6261 Clean up scanners a bit.
6262 * src/flex-scanner.h (FLEX_NO_OBSTACK): New macro that blocks obstack
6263 definitions so gcc won't warn when obstack_for_string is unused.
6264 * src/scan-code.l: config.h and system.h are already #include'd by
6265 scan-code-c.c, so get rid of them here.
6266 * src/scan-gram.l: Likewise.
6267 * src/scan-skel.l: Likewise, and use flex-scanner.h without obstack
6268 definitions rather than duplicating the rest of it.
6269 * src/scan-gram-c.c, scan-skel-c.c: #include "system.h".
6270
06e8700a
JD
62712006-08-09 Joel E. Denny <jdenny@ces.clemson.edu>
6272
6273 Suppress signed/unsigned comparison warnings for yycheck.
6274 * data/c.m4 (b4_safest_int_type): New macro.
6275 * data/glr.c, data/lalr1.cc: Wherever you compare yycheck[i] against
6276 a signed int type, cast it to b4_safest_int_type first.
6277 * data/yacc.c: Likewise.
6278 (b4_safest_int_type): Overwrite the one from c.m4 since b4_int_type is
6279 also overwritten.
6280
9c437126
PE
62812006-08-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6282
6283 * doc/bison.texinfo: Fix some typos.
6284
284d8a13
PE
62852006-08-02 Paul Eggert <eggert@cs.ucla.edu>
6286
6287 * m4/.cvsignore: Add inttypes_h.m4,lib-ld.m4, lib-prefix.m4,
6288 po.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4, warning.m4.
6289
6290 * bootstrap (gnulib_tool): Stop using --assume-autoconf;
6291 the latest gnulib does this a different way.
6292 (get_translations): Sharuzzaman Ahmat Raslan reported that the ms
6293 translation was patched, so stop omitting it.
6294
ec5479ce
JD
62952006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
6296
6297 Enable declaration of default %printer/%destructor. Make the parser
6298 use these for all user-declared grammar symbols for which the user does
6299 not declare a specific %printer/%destructor. Thus, the parser uses it
6300 for token 0 if the user declares it but not if Bison generates it as
6301 $end. Discussed starting at
6302 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>,
6303 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>,
6304 and
6305 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>.
6306 * NEWS (2.3+): Mention.
6307 * doc/bison.texinfo (Actions in Mid-Rule): It's no longer impossible to
6308 declare a %destructor for a mid-rule's semantic value. It's just
6309 impossible to declare one specific to it.
6310 (Freeing Discarded Symbols): Mention that @$ can be used in %destructor
6311 code. Describe default %destructor form.
6312 * src/parse-gram.y (grammar_declaration): Parse default
6313 %printer/%destructor declarations.
6314 * src/output.c (symbol_destructors_output): Use symbol_destructor_get
6315 and symbol_destructor_location_get rather than accessing the destructor
6316 and destructor_location members of struct symbol.
6317 (symbol_printers_output): Likewise but for %printer's.
6318 * src/reader.c (symbol_should_be_used): Likewise but for %destructor's
6319 again.
6320 * src/symtab.c (default_destructor, default_destructor_location,
6321 default_printer, default_printer_location): New static global
6322 variables to record the default %destructor and %printer.
6323 (symbol_destructor_get, symbol_destructor_location_get,
6324 symbol_printer_get, symbol_printer_location_get): New functions to
6325 compute the appropriate %destructor and %printer for a symbol.
6326 (default_destructor_set, default_printer_set): New functions to set the
6327 default %destructor and %printer.
6328 * src/symtab.h: Prototype all those new functions.
6329 * tests/actions.at (Default %printer and %destructor): New test to
6330 check that the right %printer and %destructor are called, that they're
6331 not called for $end, and that $$ and @$ work correctly.
6332 (Default %printer and %destructor for user-declared end token): New
6333 test to check that the default %printer and %destructor are called for
6334 a user-declared end token.
6335 * tests/input.at (Default %printer and %destructor redeclared, Unused
6336 values with default %destructor): New tests to check related grammar
6337 warnings and errors.
6338
868d2d96
JD
63392006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
6340
6341 Clean up handling of %destructor for the end token (token 0).
6342 Discussed starting at
6343 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>
6344 and
6345 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00013.html>.
6346
6347 Make the skeletons consistent in how they pop the end token and invoke
6348 its %destructor.
6349 * data/glr.c (yyrecoverSyntaxError, yyparse): Don't pop the start
6350 state, which has token number 0, since this would invoke the
6351 %destructor for the end token.
6352 * data/lalr1.cc (yy::parser::parse): Don't check for the final state
6353 until after shifting the end token, or else it won't be popped.
6354 * data/yacc.c (yyparse): Likewise.
6355
6356 * data/glr.c (yyparse): Clear the lookahead after shifting it even when
6357 it's the end token. Upon termination, destroy an unshifted lookahead
6358 even when it's the end token.
6359 * data/lalr1.cc (yy::parser::parse): Likewise.
6360 * data/yacc.c (yyparse): Likewise.
6361
6362 * src/reader.c (packgram): Don't check rule 0. This suppresses unused
6363 value warnings for the end token when the user gives the end token a
6364 %destructor.
6365
6366 * tests/actions.at (Printers and Destructors): Test all the above.
6367
62a9592d
PE
63682006-07-24 Paul Eggert <eggert@cs.ucla.edu>
6369
6370 Update to latest gnulib and gettext versions.
6371 * bootstrap (gnulib-modules): Remove hard-locale, stdio-safer.
6372 Add fopen-safer.
6373 (gnulib_files): Add m4/warning.m4. Don't worry about files
6374 overwritten by autopoint.
6375 Replace gt_INTL_SUBDIR_CORE with an empty body in m4/gettext_gl.m4.
6376 Suppress "id", "ms", "tr" translations for now, since gettext 0.15
6377 rejects them.
6378 Don't use autoreconf; instead, invoke autopoint etc. by hand,
6379 so that we can remove the intl files at a better time.
6380 (intl_files_to_remove): Remove aclocal.m4, since it gets
6381 rebuilt anyway. Remove m4/inttypes_h.m4, m4/inttypes.m4,
6382 m4/isc-posix.m4, m4/lib-ld.m4, m4/lib-prefix.m4, m4/po.m4,
6383 m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
6384 Add m4/inttypes-h.m4, m4/lock.m4, m4/visibility.m4.
6385 Remove datarootdir hack; no longer needed.
6386 * configure.ac: Use gl_WARNING_CFLAGS rather than BISON_WARNING.
6387 (AM_GNU_GETTEXT_VERSION): Bump from 0.12 to 0.15.
6388 * lib/.cvsignore: Remove hard-locale.c, hard-locale.h, strdup.c,
6389 strdup.h.
6390 * m4/.cvsignore: Remove hard-locale.m4, strdup.m4.
6391 * m4/warning.m4: Remove from CVS, since we now use gnulib's version.
6392
10d6970f
PE
63932006-07-20 Paul Eggert <eggert@cs.ucla.edu>
6394
6395 * bootstrap: Adjust to today's change to gnulib-tool by invoking
6396 it with --assume-autoconf='latest-stable'.
6397
50a33993
JD
63982006-07-13 Joel E. Denny <jdenny@ces.clemson.edu>
6399
6400 * src/parse-gram.y (grammar_declaration): Don't confuse Doxygen (at
6401 least 1.4.7 and 1.4.4) by putting a #line between `typedef union
6402 YYSTYPE' and `{'.
6403 * src/muscle_tab.h (muscle_grow): Replace the header comments with
6404 those from muscle_tab.c since the old ones are misleading.
6405
2ce4ed68
AD
64062006-07-13 Akim Demaille <akim@epita.fr>
6407
6408 Support %define "KEY" {VALUE}.
6409 * src/scan-code.h, src/scan-code.l (translate_action)
6410 (translate_rule_action, translate_symbol_action, translate_code):
6411 Return char *, not const char *.
6412 * src/parse-gram.y (declaration): Rename as...
6413 (prologue_declaration): this.
6414 (string_content): Remove this nonterminal, use STRING.
6415 (braceless, content, content.opt): New nonterminal.
6416 Use them.
6417 (%define): Now accept content.opt, i.e., accept also BRACED_CODE
6418 as value.
6419 * src/scan-gram.l (getargs.h): Don't include it.
6420
db7e5eb5
PE
64212006-07-12 Paul Eggert <eggert@cs.ucla.edu>
6422
6423 * data/lalr1.cc (YYCDEBUG): Use 'if (yydebug_) (*yycdebug_)'
6424 rather than a for-loop that declares a local bool variable. This
6425 should work around a compatibility problem with a Cray x1e C++
6426 compiler reported by Hung Nguyen in
6427 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00022.html>.
6428 The for-loop was introduced in the 2004-11-17 change but I don't
6429 know why it was needed.
6430
a5d80ba5
AD
64312006-07-12 Akim Demaille <akim@epita.fr>
6432
6433 * data/c.m4: Comment changes.
6434
23eb2a69
AD
64352006-07-10 Akim Demaille <akim@lrde.epita.fr>
6436
6437 * src/complain.c (error_message, ERROR_MESSAGE): New.
6438 To factor...
6439 (fatal_at, fatal, warn_at, warn, complain_at, complain): these.
6440 * src/complain.h, src/complain.c (warning_issued): Remove, unused.
6441
ddc8ede1
PE
64422006-07-09 Paul Eggert <eggert@cs.ucla.edu>
6443
6444 * NEWS: Instead of %union, you can define and use your own union type
6445 YYSTYPE if your grammar contains at least one <type> tag.
6446 Your YYSTYPE need not be a macro; it can be a typedef.
6447 * doc/bison.texinfo (Value Type, Multiple Types, Location Type):
6448 (Union Decl, Decl Summary): Document this.
6449 * data/glr.c (YYSTYPE): Implement this.
6450 * data/glr.cc (YYSTYPE): Likewise.
6451 * data/lalr1.cc (YYSTYPE): Likewise.
6452 * data/yacc.c (YYSTYPE): Likewise.
6453 * src/output.c (prepare): Output tag_seen_flag.
6454 * src/parse-gram.y (declaration, grammar_declaration):
6455 Use 'union_seen' rather than 'typed' to determine whether
6456 %union has been seen, since grammars can now be typed without
6457 %union.
6458 (symbol_declaration, type.opt, symbol_def):
6459 Keep track of whether a tag has been seen.
6460 * src/reader.c (union_seen, tag_seen): New vars.
6461 (typed): remove.
6462 * src/reader.h (union_seen, tag_seen, typed): Likewise.
6463 * src/scan-code.l (untyped_var_seen): New variable.
6464 (handle_action_dollar): Adjust to above changes.
6465 (handle_action_dollar, handle_action_at):
6466 Improve overflow checking for outlandish numbers.
6467 * tests/input.at (AT_CHECK_UNUSED_VALUES): Redo test to
6468 avoid new diagnostics generated by above changes.
6469 * tests/regression.at (YYSTYPE typedef): Add test to check
6470 for type tags without %union.
6471
6472 * src/symlist.c (symbol_list_length): Return int, not unsigned
6473 int, since callers expect int. This may need to get revisited
6474 once we have proper integer overflow checking.
6475
6476 * src/scan-gram.h (gram_scanner_cursor): Remove decl, since this
6477 object is now static.
6478
6479 * src/getargs.c (flags_argmatch): Return void, not int,
6480 to pacify ./configure --enable-gcc-warnings.
6481
6482 * src/flex-scanner.h (STRING_FREE): Don't use FLEX_PREFIX (last_string)
6483 since last_string is already defined to FLEX_PREFIX (last_string).
6484
7b42569e
AD
64852006-07-09 Akim Demaille <akim@lrde.epita.fr>
6486
6487 Implement --warnings/-W.
6488 * src/getargs.c (report_argmatch, trace_argmatch): Remove,
6489 replaced by...
6490 (flags_argmatch, FLAGS_ARGMATCH): this new function and macro.
6491 Adjust callers.
6492 * src/getargs.h, src/getargs.c (warnings, warnings_flags)
6493 (warnings_args, warnings_types): New.
6494 (getargs, short_options, long_options): Accept -W/--warnings.
6495 Sort the options by alphabetical order, upper case letter right
6496 before its lower case.
6497
3b452f4e
JD
64982006-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
6499
6500 Change %merge result type clash warnings to errors. Discussed at
6501 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00026.html>.
6502 * src/reader.c (record_merge_function_type): Use complain_at.
6503 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
6504 declared later): Update test case results.
6505
b8a41559
AD
65062006-07-09 Akim Demaille <akim@lrde.epita.fr>
6507
6508 * src/getargs.h, src/getargs.c: Swap --report and --trace handling
6509 to be in alphabetical order.
6510 (trace_args): Spelling fixes.
6511
cd9e1ba2
PE
65122006-07-09 Paul Eggert <eggert@cs.ucla.edu>
6513
6514 * data/yacc.c (YYID, yy_stack_print): Prefix local vars with "yy"
6515 so they don't collide with user-defined macros.
6516 (yy_stack_print): Don't assume that yytype_int16 promotes to int;
6517 this was never guaranteed, and now that we're using gnulib stdint,
6518 which defines int_fast16_t to long int, the problem is exposed.
6519
cb48f191
PE
65202006-07-08 Paul Eggert <eggert@cs.ucla.edu>
6521
b8445a15
PE
6522 * data/c.m4 (b4_basename): Simplify a bit, since we don't
6523 need the full POSIX semantics (and weren't implementing them
6524 anyway).
6525
cb48f191
PE
6526 Adjust to Autoconf 2.60 and today's gnulib.
6527 * bootstrap (gnulib_modules): Add stdint.
6528 Remove special case for m4/onceonly_2_57.m4, since gnulib-tool
6529 no longer copies it.
6530 (intl_files_to_remove): Remove m4/longlong.m4 and m4/wchar_t.m4,
6531 since stdint needs the former and wcwidth (which is now required
6532 by mbswidth) needs the latter.
6533 Append 'datarootdir = @datarootdir@' to po/Makefile.in.in, to
6534 work around a compatibility glitch between gettext 0.14.6 and
6535 Autoconf 2.60.
6536 * configure.ac (AC_PREREQ): Require Autoconf 2.60.
6537 Do not check for uintptr_t, since new stdint module does the right
6538 thing.
6539 * lib/.cvsignore: Remove alloca.c, alloca.h, alloca_.h.
6540 Add stdint.h, stdint_.h, wcwidth.h.
6541 * m4/.cvsignore: Remove alloca.m4, onceonly.m4.
6542 Add absolute-header.m4, double-slash-root.m4, longlong.m4,
6543 stdint.m4, wchar_t.m4, wcwidth.m4.
6544 * src/files.c: Include <dirname.h> and <stdio-safer.h> in the
6545 usual order for ../lib/*.h files.
6546 (file_name_split): Use last_component, not base_name, to adjust
6547 to gnulib changes.
6548 * src/parse-gram.h: Include <strverscmp.h> in the usual order
6549 for ../lib/*.h files.
6550 (YYTYPE_INT16, YYTYPE_INT8, YYTYPE_UINT16, YYTYPE_UINT8):
6551 Define unconditionally, since we now assume the stdint module.
6552 * src/scan-skel.l: Include <dirname.h>.
6553 (BASE_QPUTS): Use last_component, not base_name.
6554 * src/system.h: Include <unlocked-io.h> in the usual order
6555 for ../lib/*.h files. Include <stdint.h> unconditionally,
6556 since we now use the stdint module.
6557 (uintptr_t): Declare if UINTPTR_MAX is not defined, not
6558 HAVE_UINTPTR_T, since we now use the stdint module.
6559 (base_name): Remove decl, since files now include <dirname.h>
6560 to get the decl.
6561
cd48d21d
AD
65622006-07-08 Akim Demaille <akim@lrde.epita.fr>
6563
6564 * data/c.m4 (b4_location_initial_column, b4_location_initial_line):
6565 New, default to 1.
6566 * data/yacc.c, data/glr.c, data/location.cc: Use them.
6567 * NEWS, doc/bison.texinfo: The initial column and line are 1 by
6568 default.
6569 * tests/calc.at: Adjust.
6570
8ec0a172
AD
65712006-07-08 Akim Demaille <akim@lrde.epita.fr>
6572
b8445a15 6573 * data/c.m4 (b4_basename): New.
8ec0a172
AD
6574 (b4_syncline): Also output the location of its invocation (from
6575 the skeleton).
6576 (b4_user_action, b4_define_user_action, b4_user_actions)
6577 (b4_user_initial_action, b4_user_post_prologue, b4_user_start_header)
6578 (b4_user_stype): New.
6579 * data/yacc.c, data/glr.c, data/lalr1.cc, data/glr.cc: Use them.
6580
4a678af8
JD
65812006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
6582
6583 In the grammar file, the first column is 1 not 0 on the first line as
6584 on every other line.
6585 * src/parse-gram.y (%initial-action): Initialize @$ correctly.
6586 * tests/input.at (Torturing the Scanner): Update output.
6587
6588 * src/scan-gram.l (scanner_cursor): Declare it static.
6589
dd60572a
JD
65902006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
6591
6592 In warnings, say "previous declaration" rather than "first
6593 declaration".
6594 * src/symtab.c (redeclaration): Do that here.
6595 * src/reader.c (record_merge_function_type): In the case of a result
6596 type clash, report the previous declaration rather than the very first
6597 one in the grammar file.
6598 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
6599 declared later): Add a third declaration to check this behavior.
6600 * tests/input.at (Incompatible Aliases): Update output.
6601
2073e1b6
AD
66022006-06-27 Akim Demaille <akim@epita.fr>
6603
6604 * doc/Doxyfile.in: New.
6605 * doc/Makefile.am: Use it.
6606 * src/lalr.h, src/symtab.h: Initial doxygenation.
6607
8ee5b538
JD
66082006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
6609
6610 Don't miss %merge result type warnings just because the LHS types are
fab044e6
JD
6611 declared after the %merge. This continues the effort of the previous
6612 patch.
8ee5b538
JD
6613 * src/reader.c (get_merge_function): Don't set the merger type yet.
6614 (record_merge_function_type): New function for setting the merger type
6615 and checking for clashes.
6616 (grammar_current_rule_merge_set): Set the location of the %merge for
6617 the current rule.
6618 (packgram): Invoke record_merge_function_type for each rule now that
6619 all symbol type declarations have been parsed.
6620 * src/reader.h (merger_list.type_declaration_location): New member
6621 storing the location of the first %merge from which the type for this
6622 merging function was derived.
6623 * src/symlist.h (symbol_list.merger_declaration_location): New member
6624 storing the location of a rule's %merge, if any.
6625 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
6626 declared later): New test to catch the error fixed by the above patch.
6627
ffa4ba3a
JD
66282006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
6629
6630 Get action warnings (grammar_rule_check) right even when symbol
fab044e6
JD
6631 declarations appear after the rules. Discussed at
6632 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00108.html>
6633 and
6634 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00151.html>.
6635 Don't mistake the type of $$ in a midrule to be that of its parent
6636 rule's $$.
ffa4ba3a
JD
6637 * src/reader.c (grammar_current_rule_end): Don't invoke
6638 grammar_rule_check yet since not all symbol declarations may have been
6639 parsed yet.
6640 (grammar_midrule_action): Likewise.
6641 Don't record whether the midrule's $$ has been used yet since actions
6642 haven't been translated yet.
6643 Record the midrule's parent rule and its RHS index within the parent
6644 rule.
6645 (grammar_current_rule_action_append): Don't translate the action yet
6646 since not all symbol declarations may have been parsed yet and, thus,
6647 warnings about types for $$, $n, @$, and @n can't be reported yet.
6648 (packgram): Translate the action and invoke grammar_rule_check now that
6649 all symbol declarations have been parsed.
6650 * src/scan-code.l (handle_action_dollar): Now that this is invoked
6651 after parsing the entire grammar file, the symbol list here in the case
6652 of a midrule is actually the midrule's empty RHS, so reference its
6653 parent rule's RHS where necessary.
6654 On the other hand, now that you can already know it's a midrule, you
6655 aren't forced to think $$ has the same type as its parent rule's $$.
6656 (handle_action_at): In the case of a midrule, reference the parent rule
6657 where necessary.
6658 * src/symlist.c (symbol_list_new): Initialize new midrule-related
6659 members.
6660 (symbol_list_length): Now that this is invoked after all rules have
6661 been parsed, a NULL symbol (rather than a NULL symbol list node)
6662 terminates a rule. symbol_list_print already does this correctly.
6663 * src/symlist.h (symbol_list.midrule_parent_rule,
6664 symbol_list.midrule_parent_rhs_index): New members so that midrules can
6665 remember their relationships with their parents.
6666 * tests/input.at (Type Clashes): Extend to catch the midrule $$ error
6667 fixed by the above patch.
6668 (_AT_UNUSED_VALUES_DECLARATIONS, AT_CHECK_UNUSED_VALUES): New m4 macros
6669 implementing...
6670 (Unused values): ... this old test case and...
6671 (Unused values before symbol declarations): ... this new test case.
6672 This one is the same as `Unused values' except that all symbol
6673 declarations appear after the rules in order to catch the rest of the
6674 errors fixed by the above patch.
6675
e256e17f
JD
66762006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
6677
300a1930
JD
6678 More cleanup.
6679 * src/reader.c (current_rule): Declare it static since it's no longer
6680 used outside this file.
6681 (grammar_current_rule_action_append): Remove redundant arguments from
6682 translate_rule_action invocation.
6683 * src/reader.h (current_rule): Remove this unused extern.
6684 * src/scan-code.h (translate_rule_action): Remove redundant arguments.
6685 * src/scan-code.l (translate_rule_action): Likewise.
e256e17f 6686
381ecb06
JD
66872006-06-25 Joel E. Denny <jdenny@ces.clemson.edu>
6688
6689 Clean up yesterday's patch.
6690 * parse-gram.y (rhs): Move grammar_midrule_action invocation from here
6691 to...
6692 * src/reader.c (grammar_current_rule_action_append): ... here for
6693 consistency with grammar_current_rule_symbol_append.
6694 * tests/regression.at (Braced code in declaration in rules section):
6695 Make yyerror and yylex static as usual.
6696
4210cd0b
JD
66972006-06-24 Joel E. Denny <jdenny@ces.clemson.edu>
6698
6699 Fix bug that mistakes braced code in a declaration in the rules section
6700 to be a rule action. Mentioned at
6701 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00105.html>.
6702 * src/scan-gram.l: Move midrule action detection from the start of the
6703 scanning of any braced code to...
6704 * src/parse-gram.y (rhs): ... the parsing of braced code as a rule
6705 action. For readability, use $2 and @2 rather than the equivalent
6706 global variables.
6707 * tests/regression.at (Braced code in declaration in rules section):
6708 New test to catch the error fixed by the above patch.
6709
6710 Work on code readability some.
6711 * src/scan-code.l (current_rule): Get rid of this misleading and
6712 redundant declaration: it's actually extern'ed in reader.h.
6713 (YY_DECL, code_lex, handle_action_dollar, handle_action_at,
6714 translate_action): Add a rule argument and use it instead of the global
6715 current_rule.
6716 (translate_rule_action): This already receives current_rule through an
6717 argument, so pass it on to translate_action instead of assigning
6718 current_rule to current_rule.
6719 (translate_symbol_action, translate_code): Pass rule = NULL to
6720 translate_action.
6721
34f98f46
JD
67222006-06-23 Joel E. Denny <jdenny@ces.clemson.edu>
6723
6724 Rename %before-definitions to %start-header and %after-definitions to
6725 %end-header. Don't use these declarations to separate pre-prologue
6726 blocks from post-prologue blocks. Add new order-independent
6727 declarations %before-header and %after-header as alternatives to the
6728 traditional Yacc pre-prologue and post-prologue blocks. Discussed at
6729 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00110.html>.
6730 * NEWS (2.3+): Update for these changes.
6731 * data/glr.c (b4_before_definitions): Update to...
6732 (b4_start_header): ... this.
6733 (b4_after_definitions): Update to...
6734 (b4_end_header): ... this.
6735 * data/glr.cc: Likewise.
6736 * data/lalr1.cc: Likewise.
6737 * data/yacc.c: Likewise.
6738 * doc/bison.texinfo (The prologue): Update names, and replace remaining
6739 prologue blocks with %*-header declarations.
6740 (Calc++ Parser): Likewise.
91661ebb 6741 (Decl Summary): Update names.
148d66d8 6742 (Table of Symbols): Update description.
34f98f46
JD
6743 * src/parse-gram.y (PERCENT_AFTER_DEFINITIONS): Update to...
6744 (PERCENT_END_HEADER): ... this.
6745 (PERCENT_BEFORE_DEFINITIONS): Update to...
6746 (PERCENT_START_HEADER): ... this.
6747 (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
6748 (declaration): Update token names and m4 macro names.
6749 When parsing %end-header and %start-header, invoke translate_code
6750 before muscle_code_grow, and no longer set global booleans to remember
6751 whether these declarations have been seen.
6752 Parse new %after-header and %before-header.
6753 * src/reader.c (before_definitions, after_definitions): Remove.
6754 (prologue_augment): Accept a new bool argument to specify whether to
6755 augment the pre-prologue or post-prologue.
6756 * src/reader.h (before_definitions, after_definitions): Remove these
6757 extern's.
6758 (prologue_augment): Add new bool argument.
6759 * src/scan-gram.l (PERCENT_AFTER_DEFINITIONS): Update to...
6760 (PERCENT_END_HEADER): ... this.
6761 (PERCENT_BEFORE_DEFINITIONS): Update to...
6762 (PERCENT_START_HEADER): ... this.
6763 (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
6764 * tests/actions.at (Printers and Destructors): Update names.
6765
31b2b07e
JD
67662006-06-22 Joel E. Denny <jdenny@ces.clemson.edu>
6767
6768 Add comparison operators for C++ location classes. Discussed at
6769 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00092.html>.
6770 * data/c++.m4 (b4_define_location_comparison): New boolean %define
6771 declaration indicating whether filename_type has an operator==. If
6772 filename_type is `std::string', it defaults to `1', `0' otherwise.
6773 * data/location.cc: Iff b4_define_location_comparison is `1', add
6774 operator== and operator!= for class position and for class location.
6775
6776 Some minor fixes.
6777 * src/scan-action.l: Remove unused file.
6778 * src/symtab.c (symbol_printer_set): Use printer_location not
6779 destructor_location.
6780 * src/symtab.h (struct symbol): Replace incorrect source comment for
6781 printer members.
6782 * tests/input.at (Incompatible Aliases): Update output with correct
6783 printer location.
6784
9bc0dd67
JD
67852006-06-20 Joel E. Denny <jdenny@ces.clemson.edu>
6786
6787 Don't put the pre-prologue in the header file. For the yacc.c code
6788 file and the glr.c header and code files, move the pre-prologue before
6789 the token definitions. Add new %before-definitions and
6790 %after-definitions to declare code that will go in both the header file
6791 and code file. Discussed at
6792 <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00000.html>,
6793 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00016.html>,
6794 and
6795 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00055.html>.
6796 * NEWS (2.3+): Describe these changes.
6797 * data/glr.c (b4_pre_prologue): Move from within to before...
6798 (b4_shared_declarations): ... this.
6799 Add new b4_before_definitions before b4_token_enums.
6800 Add new b4_after_definitions at the end.
6801 * data/glr.cc (b4_pre_prologue): Replace with...
6802 (b4_before_definitions): ... this in the header file.
6803 (b4_after_definitions): New near the end of the header file.
6804 * data/lalr1.cc (b4_pre_prologue): Move from the header file to the
6805 code file right before including the header file.
6806 (b4_before_definitions): New in the previous position of
6807 b4_pre_prologue in the header file.
6808 (b4_after_definitions): New near the end of the header file.
6809 * data/yacc.c: Clean up some m4 quoting especially in the header file.
6810 (b4_token_enums_defines): In the code file, move to right before
6811 YYSTYPE for consistency with the header file.
6812 (b4_before_definitions): New right before b4_token_enums_defines in
6813 both the header and code file.
6814 (b4_after_definitions): New right after YYLTYPE and yylloc in both the
6815 header and code file.
6816 * doc/bison.texinfo (Prologue): Show use of %before-definitions instead
6817 of prologues for %union dependencies.
91661ebb
JD
6818 (Decl Summary): In %defines description, mention the effect of
6819 %before-definitions and %after-definitions on the header file.
9bc0dd67
JD
6820 (Calc++ Parser): Forward declare driver in a %before-definitions rather
6821 than in the pre-prologue so that make check succeeds.
148d66d8 6822 (Table of Symbols): Add entries for %before-definitions and
9bc0dd67
JD
6823 %after-definitions.
6824 * src/parse-gram.y (PERCENT_BEFORE_DEFINITIONS): New token for
6825 %before-definitions.
6826 (PERCENT_AFTER_DEFINITIONS): New token for %after-definitions.
6827 (declaration): Parse those declarations and append to
6828 b4_before_definitions and b4_after_definitions, respectively.
6829 * src/reader.c (before_definitions, after_definitions): New bools to
6830 track whether those declarations have been seen.
6831 (prologue_augment): Add to the post-prologue if %union,
6832 %before-definitions, or %after-definitions has been seen.
6833 * src/reader.h (before_definitions, after_definitions): New extern's.
6834 * src/scan-gram.l: Scan the new declarations.
6835 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Place the second
6836 prologue block in a %before-definitions or a %after-definitions based
6837 on whether the %union is declared.
6838 * tests/regression.at (Early token definitions with --yacc, Early token
6839 definitions without --yacc): Move tests for token definitions into the
6840 post-prologue since token names are no longer defined in the
6841 pre-prologue.
6842
203b9274
AD
68432006-06-20 Akim Demaille <akim@epita.fr>
6844
6845 * src/symtab.h, src/symtab.c (symbol_from_uniqstr): New.
6846 (symbol_get): Use it.
6847 * src/parse-gram.y: Use it.
6848
a7ee59cf
JD
68492006-06-19 Joel E. Denny <jdenny@ces.clemson.edu>
6850
6851 * src/scan-gram.l: Remove unused declaration of last_string_1 so the
6852 build succeeds when configured with --enable-gcc-warnings.
6853
5a2baae7
PE
68542006-06-19 Paul Eggert <eggert@cs.ucla.edu>
6855
33ad1a9c
PE
6856 * src/parse-gram.y (char_name): New function.
6857 (CHAR, STRING, string_content): For %printer, properly escape.
6858 (ID): Prefer fputs to fprintf.
6859 (id): Reindent to be consistent with other rules.
6860 Properly quote char.
6861
5a2baae7
PE
6862 The Translation Project changed its way of publishing translations
6863 to maintainers. I haven't received any responses to my request
6864 for supporting the old way, or for documenting the new way. I
6865 have modified 'bootstrap' to use screen scraping
6866 (in this case, HTML scraping). This is unreliable and inelegant,
6867 but I don't see any better way. Yuck.
6868 * bootstrap (TP_URL, WGET_COMMAND): New vars.
6869 (get_translations): New function, which uses HTML scraping to
6870 deduce locations of latest translations.
6871 Use this function to grab both bison and bison-runtime .po files.
6872 Don't bother priming the pump for the runtime-po domain any more,
6873 as it's now translated better than bison is.
6874
58d7a1a1
AD
68752006-06-19 Akim Demaille <akim@epita.fr>
6876
6877 * src/scan-gram.l: No longer "parse" things after `%union' until
6878 `{'. Rather, return a single "%union" token.
6879 No longer make symbols: return strings, and leave the conversion
6880 to symbols to the parser.
6881 (SC_PRE_CODE, token_type): Remove.
6882 * src/parse-gram.y (%union): New field `character'.
6883 Sort tokens.
6884 (CHAR): New token.
6885 (ID, ID_COLON): Now that the scanner no longer makes them
6886 identifiers, adjust all uses to invoke symbol_get.
6887 (id_colon): New, wraps the conversion from string to symbol.
6888 (%union): Accept a possible union_name.
6889 (symbol): Now can be a char.
6890 * data/c.m4 (b4_union_name): Leave a default value.
6891 * data/glr.c, data/yacc.c: Use it.
6892
b931235e
JD
68932006-06-11 Joel E. Denny <jdenny@ces.clemson.edu>
6894
6895 For associating token numbers with token names for "yacc.c", don't use
6896 #define statements unless `--yacc' is specified; always use enum
6897 yytokentype. Most important discussions start at:
6898 <http://lists.gnu.org/archive/html/bison-patches/2005-09/msg00053.html>,
6899 <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00052.html>,
6900 and
6901 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00043.html>.
6902 * NEWS (2.3+): Mention.
6903 * data/c.m4 (b4_yacc_if): New.
6904 (b4_token_enums_defines): Use b4_yacc_if to decide whether to add the
6905 token #define's.
6906 * doc/bison.texinfo (Bison Options): Describe the effect of `--yacc'
6907 on token name definitions.
6908 * src/getargs.c (usage): Capitalize `Yacc' in English.
6909 * src/output.c (prepare): Define b4_yacc_flag.
6910 * tests/regression.at (Early token definitions): Test that tokens names
6911 are defined before the pre-prologue not just before the post-prologue.
6912 Remove this test case and copy to...
6913 (Early token definitions with --yacc): ... this to test #define's.
6914 (Early token definitions without --yacc): ... and this to test enums.
6915
9e6e7ed2
PE
69162006-06-11 Paul Eggert <eggert@cs.ucla.edu>
6917
6918 * NEWS: Reword the post-2.3 change to not be so optimistic about
6919 removing the old "look-ahead" spelling.
6920 Update previous look-ahead/lookahead change reports.
6921 * REFERENCES: look-ahead -> lookahead (since that's
6922 what he actually wrote).
6923 * doc/refcard.tex: look ahead -> lookahead,
6924 look-ahead -> lookahead
6925
742e4900
JD
69262006-06-09 Joel E. Denny <jdenny@ces.clemson.edu>
6927
6928 For consistency, use `lookahead' instead of `look-ahead' or
6929 `look_ahead'. Discussed starting at
6930 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00049.html>
6931 and then at
6932 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00017.html>.
6933 * NEWS: For the next release, note the change to `--report'.
6934 * TODO, doc/bison.1: Update English.
6935 * doc/bison.texinfo: Update English.
6936 (Understanding Your Parser, Bison Options): Document as
6937 `--report=lookahead' rather than `--report=look-ahead'.
6938 * src/conflicts.c: Update English in comments.
6939 (lookahead_set): Rename from look_ahead_set.
6940 (flush_reduce): Rename argument look_ahead_tokens to lookahead_tokens.
6941 (resolve_sr_conflict): Rename local look_ahead_tokens to
6942 lookahead_tokens, and update other uses.
6943 (flush_shift, set_conflicts, conflicts_solve, count_sr_conflicts,
6944 count_rr_conflicts, conflicts_free): Update uses.
6945 * src/getargs.c (report_args): Move "lookahead" before alternate
6946 spellings.
6947 (report_types): Update uses.
6948 (usage): For `--report' usage description, state `lookahead' spelling
6949 rather than `look-ahead'.
6950 * src/getargs.h (report.report_lookahead_tokens): Rename from
6951 report_look_ahead_tokens.
6952 * src/lalr.c: Update English in comments.
6953 (compute_lookahead_tokens): Rename from compute_look_ahead_tokens.
6954 (state_lookahead_tokens_count): Rename from
6955 state_look_ahead_tokens_count.
6956 Rename local n_look_ahead_tokens to n_lookahead_tokens.
6957 (lookahead_tokens_print): Rename from look_ahead_tokens_print.
6958 Rename local n_look_ahead_tokens to n_lookahead_tokens.
6959 Update other uses.
6960 Update English in output.
6961 (add_lookback_edge, initialize_LA, lalr, lalr_free): Update uses.
6962 * src/print.c: Update English in comments.
6963 (lookahead_set): Rename from look_ahead_set.
6964 (print_reduction): Rename argument lookahead_token from
6965 look_ahead_token.
6966 (print_core, state_default_rule, print_reductions, print_results):
6967 Update uses.
6968 * src/print_graph.c: Update English in comments.
6969 (print_core): Update uses.
6970 * src/state.c: Update English in comments.
6971 (reductions_new): Update uses.
6972 (state_rule_lookahead_tokens_print): Rename from
6973 state_rule_look_ahead_tokens_print, and update other uses.
6974 * src/state.h: Update English in comments.
6975 (reductions.lookahead_tokens): Rename from look_ahead_tokens.
6976 (state_rule_lookahead_tokens_print): Rename from
6977 state_rule_look_ahead_tokens_print.
6978 * src/tables.c: Update English in comments.
6979 (conflict_row, action_row): Update uses.
6980 * tests/glr-regression.at
6981 (Incorrect lookahead during deterministic GLR,
6982 Incorrect lookahead during nondeterministic GLR): Rename
6983 print_look_ahead to print_lookahead.
6984 * tests/torture.at: Update English in comments.
6985 (AT_DATA_LOOKAHEAD_TOKENS_GRAMMAR): Rename from
6986 AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR.
6987 (Many lookahead tokens): Update uses.
6988 * data/glr.c: Update English in comments.
6989 * lalr1.cc: Likewise.
6990 * yacc.c: Likewise.
6991 * src/conflicts.h: Likewise.
6992 * src/lalr.h: Likewise.
6993 * src/main.c: Likewise.
6994 * src/output.c: Likewise.
6995 * src/parse-gram.c: Likewise.
6996 * src/tables.h: Likewise.
6997 * tests/calc.at: Likewise.
6998
3c40d0b5
JD
69992006-06-08 Joel E. Denny <jdenny@ces.clemson.edu>
7000
7001 * src/flex-scanner.h (yytext): Remove stray `*/' in #define.
7002
5d278082
PE
70032006-06-07 Paul Eggert <eggert@cs.ucla.edu>
7004
7005 * TODO: Add request from Nelson H. F. Beebe to be able to install
7006 Bison without installing the yacc script.
7007
9e668899
JD
70082006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
7009
7010 * src/flex-scanner.h: For the sake of Flex 2.5.4, don't #define yyleng
7011 and yytext if they're already #define'd.
7012 * src/flex-scanner.h, src/location.h: Move #include "system.h" to...
7013 * src/scan-code-c.c: ... here.
7014 * src/scan-code.l, src/scan-gram.l: ... and here. Also #include
7015 <config.h>.
7016
0c8e079f
JD
70172006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
7018
7019 Get Bison to build again when configured with --enable-gcc-warnings.
7020 * src/location.c, src/location.h, src/main.c, src/scan-code.l: Add some
7021 missing #include's.
7022 * src/scan-code.l (handle_action_dollar, handle_action_at): Rename
7023 loc argument as it shadows a global.
7024 * src/scan-gram.l: Remove stray comma that prevents boundary_set
7025 invocation.
7026
7027 * src/.cvsignore: Add scan-code.c.
7028
2346344a
AD
70292006-06-07 Akim Demaille <akim@epita.fr>
7030
7031 * src/scan-gram.l: Move the "add a trailing ; to actions" code
7032 to...
7033 * src/scan-code.l: here.
7034 * tests/input.at (Torturing the Scanner): Fix another location
7035 error.
7036
4862bdfd
AD
70372006-06-07 Akim Demaille <akim@epita.fr>
7038
7039 * src/Makefile.am (BUILT_SOURCES): Fix the trailing backslash.
7040
e9071366
AD
70412006-06-06 Akim Demaille <akim@epita.fr>
7042
7043 Extract the parsing of user actions from the grammar scanner.
7044 As a consequence, the relation between the grammar scanner and
7045 parser is much simpler. We can also split "composite tokens" back
7046 into simple tokens.
7047 * src/gram.h (ITEM_NUMBER_MAX, RULE_NUMBER_MAX): New.
7048 * src/scan-gram.l (add_column_width, adjust_location): Move to and
7049 rename as...
7050 * src/location.h, src/location.c (add_column_width)
7051 (location_compute): these.
7052 Fix the column count: the initial column is 0.
7053 (location_print): Be robust to ending column being 0.
7054 * src/location.h (boundary_set): New.
7055 * src/main.c: Adjust to scanner_free being renamed as
7056 gram_scanner_free.
7057 * src/output.c: Include scan-code.h.
7058 * src/parse-gram.y: Include scan-gram.h and scan-code.h.
7059 Use boundary_set.
7060 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_INITIAL_ACTION)
7061 (PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Remove the {...} part,
7062 which is now, again, a separate token.
7063 Adjust all dependencies.
7064 Whereever actions with $ and @ are used, use translate_code.
7065 (action): Remove this nonterminal which is now useless.
7066 * src/reader.c: Include assert.h, scan-gram.h and scan-code.h.
7067 (grammar_current_rule_action_append): Use translate_code.
7068 (packgram): Bound check ruleno, itemno, and rule_length.
7069 * src/reader.h (gram_in, gram__flex_debug, scanner_cursor)
7070 (last_string, last_braced_code_loc, max_left_semantic_context)
7071 (scanner_initialize, scanner_free, scanner_last_string_free)
7072 (gram_out, gram_lineno, YY_DECL_): Move to...
7073 * src/scan-gram.h: this new file.
7074 (YY_DECL): Rename as...
7075 (GRAM_DECL): this.
7076 * src/scan-code.h, src/scan-code.l, src/scan-code-c.c: New.
7077 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
7078 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
7079 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
7080 Move these declarations, and...
7081 (obstack_for_string, STRING_GROW, STRING_FINISH, STRING_FREE):
7082 these to...
7083 * src/flex-scanner.h: this new file.
7084 * src/scan-gram.l (rule_length, rule_length_overflow)
7085 (increment_rule_length): Remove.
7086 (last_braced_code_loc): Rename as...
7087 (gram_last_braced_code_loc): this.
7088 Adjust to the changes of the parser.
7089 Move all the handling of $ and @ into...
7090 * src/scan-code.l: here.
7091 * src/scan-gram.l (handle_dollar, handle_at): Remove.
7092 (handle_action_dollar, handle_action_at): Move to...
7093 * src/scan-code.l: here.
7094 * src/Makefile.am (bison_SOURCES): Add flex-scanner.h,
7095 scan-code.h, scan-code-c.c, scan-gram.h.
7096 (EXTRA_bison_SOURCES): Add scan-code.l.
7097 (BUILT_SOURCES): Add scan-code.c.
7098 (yacc): Be robust to white spaces.
7099
7100 * tests/conflicts.at, tests/input.at, tests/reduce.at,
7101 * tests/regression.at: Adjust the column numbers.
7102 * tests/regression.at: Adjust the error message.
7891a7c4 7103
184e42f0
JD
71042006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
7105
7106 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
7107 Use Akim's wording from
7108 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00056.html>.
7109
7891a7c4
JD
71102006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
7111
7112 Between Bison releases, manually append `+' to the previous Bison
7113 release number, and use that as a signal to automatically print the
7114 ChangeLog's CVS Id keyword from --version. Discussed starting at
7115 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00028.html>.
7116 * ChangeLog: Add Id header.
7117 * configure.ac (AC_INIT): Append `+' to `2.3'.
7118 * src/.cvsignore: Add revision.c.
7119 * src/Makefile.am (bison_SOURCES): Add revision.c and revision.h.
7120 (BUILT_SOURCES): Add revision.c.
7121 (revision.c): New target rule. This file defines a new global variable
7122 named revision. It initializes it with either the Id from ChangeLog
7123 or, if VERSION doesn't contain `+', with the empty string.
7124 * src/getargs.c (version): Print the value of revision.
7125 * src/revision.h: Extern revision.
7126
4ad3ed84
PE
71272006-06-05 Paul Eggert <eggert@cs.ucla.edu>
7128
7129 * NEWS: Version 2.3.
7130 * configure.ac (AC_INIT): Likewise.
7131
02103984
PE
71322006-05-30 Paul Eggert <eggert@cs.ucla.edu>
7133
7134 * data/glr.c (YYRECOVERING): Define to be a function-like macro
7135 with no arguments, not as an object-like macro. This is for
7136 compatibility with data/yacc.c. Problem reported by John P. Hartmann in
7137 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00059.html>.
7138 * doc/bison.texinfo (Action Features, Error Recovery, Table of Symbols):
7139 Document this.
7140
2c08afa5
JD
71412006-05-30 Joel E. Denny <jdenny@ces.clemson.edu>
7142
7143 * src/getargs.c (usage): Back out yesterday's modification of the
7144 --help output so that we don't have to wait for translation before
7145 releasing 2.3.
7146
6077da58
PE
71472006-05-29 Paul Eggert <eggert@cs.ucla.edu>
7148
7149 * doc/bison.texinfo (Introduction): Don't say "GLR grammar".
7150 Problem reported by Akim Demaille.
7151
2a26b6c2
JD
71522006-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
7153
7154 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
7155
aefef0d6
PE
71562006-05-26 Paul Eggert <eggert@cs.ucla.edu>
7157
7158 * data/yacc.c (yy_reduce_print): Omit trailing white space in
7159 generated source code. Problem reported by Frans Englich in
7160 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00049.html>.
7161
fcd8e201
PE
71622006-05-22 Paul Eggert <eggert@cs.ucla.edu>
7163
7164 * Makefile.maint (gzip_rsyncable, GZIP_ENV): Compute within the
7165 shell, not within 'make', so that 'make' by an ordinary builder
7166 (using GNU make) does not worry about configuring gzip. This also
7167 works around a bug reported independently by Keith Thompson and by
7168 Georg Schwarz, whereby gzip 1.2.4 --help would output usage on
7169 stderr rather than stdout, messing up the build logs.
7170
7b5cdcbd
JD
71712006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
7172
7173 * data/yacc.c (yyparse): Wrap the final return from yyparse inside YYID
7174 to make sure that YYID will never be unused. This fixes a 'make
7175 maintainer-check' failure caused by the recent changes to the 'Trivial
7176 grammars' test case, which caused g++ 4.1.0 to complain that YYID was
7177 not used.
7178 * data/glr.c (yyparse): Wrap yyparse's return inside YYID just in case.
7179
5ad0a449
JD
71802006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
7181
7182 * data/glr.c (yyresolveLocations): Remove bogus YYASSERT that the
7183 state before an empty RHS is always resolved here. Only the location
7184 of that state is guaranteed to be resolved, and that's enough. This
7185 fixes the remaining bug reported by Derek M. Jones in
7186 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
7187 * tests/glr-regression.at (Uninitialized location when reporting
7188 ambiguity): Test the above case.
7189 Also, the embedded comments in this test case claim it checks the case
7190 of an empty RHS that has inherited the initial location. However, the
7191 corresponding LHS was already resolved, so yyresolveLocations didn't
7192 actually have reason to modify it. Fix this by forcing
7193 nondeterministic operation at the beginning of the parse.
7194
50cce58e
PE
71952006-05-20 Paul Eggert <eggert@cs.ucla.edu>
7196
7197 * data/c.m4 (b4_yy_symbol_print_generate):
7198 (b4_yy_symbol_print_generate): Use 'YYSTYPE const' rather than
7199 'const YYSTYPE', and similarly for YYLTYPE. This fixes one
7200 of the bugs reported today by Derek M Jones in
7201 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
7202 * doc/bison.texinfo (Value Type): Document that YYSTYPE must be
7203 defined to be a type name without parens or brackets.
7204 (Location Type): Similarly for YYLTYPE.
7205 * tests/regression.at (Trivial grammars): Put in a test for this
7206 bug that will be caught by 'make maintainer-check' (though not,
7207 alas, by 'make check' unless your compiler is picky).
7208
ab8d9dc5
PE
72092006-05-19 Paul Eggert <eggert@cs.ucla.edu>
7210
0d2c8934 7211 * NEWS: Version 2.2.
ab8d9dc5
PE
7212 * configure.ac (AC_INIT): Likewise.
7213
9138c575
JD
72142006-05-17 Joel E. Denny <jdenny@ces.clemson.edu>
7215
7216 * data/glr.c (yyreportTree): Make room in yystates for the state
7217 preceding the RHS. This fixes the segmentation fault reported by Derek
7218 M. Jones in
7219 <http://lists.gnu.org/archive/html/help-bison/2006-05/msg00035.html>.
7220 (yyreportTree, yypdumpstack): Subtract 1 from yyrule before printing
7221 to the user. Reported for yyreportTree by Derek M. Jones later in the
7222 same thread.
7223 * THANKS: Add Derek M. Jones.
7224 Update my email address.
7225 Fix typo in Steve Murphy's name.
7226
276f48df
PE
72272006-05-14 Paul Eggert <eggert@cs.ucla.edu>
7228
d6645148
PE
7229 * data/glr.c (yyreportSyntaxError): Fix off-by-one error in
7230 checking against YYLAST that caused the parser to miss a potential
7231 alternative in its diagnostic.
7232 Problem reported by Maria Jose Moron Fernandez in
7233 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00024.html>.
7234 * data/lalr1.cc (yysyntax_error_): Likewise.
7235 * data/yacc.c (yysyntax_error): Likewise.
7236 * tests/regression.at (_AT_DATA_DANCER_Y): Use static array for
7237 tokens, in case we run into an older C compiler.
7238 (_AT_DATA_EXPECT2_Y, AT_CHECK_EXPECT2): New macros.
7239 Use them to check for the off-by-one error fixed above.
7240
276f48df
PE
7241 * data/yacc.c (yytnamerr): Fix typo: local var should be of type
7242 YYSIZE_T, not size_t.
7243 * tests/regression.at (Trivial grammars): New test, to catch
7244 the error fixed by the above patch.
7245
cd8b5791
AD
72462006-05-14 Akim Demaille <akim@lrde.epita.fr>
7247
7248 * doc/bison.texinfo (C++ Bison Interface): Clarify the naming
7249 scheme.
7250 Reported by Steve Murphy.
7251
34376418
AD
72522006-05-14 Akim Demaille <akim@lrde.epita.fr>
7253
7254 * data/glr.cc, data/lalr1.cc: Using %defines is mandatory.
7255 * data/glr.cc: b4_location_flag is now b4_locations_flag.
7256
327afc7c
AD
72572006-05-14 Akim Demaille <akim@lrde.epita.fr>
7258
7259 Implement --trace=m4.
7260 * src/getargs.c (trace_types, trace_args): Accept trace_m4.
7261 * src/output.c (output_skeleton): When set, pass -dV to m4.
7262
7263 Factor the handling of flags in m4.
7264 * src/output.c (prepare): Rename the muscle names debug, defines,
7265 error_verbose to debug_flag, defines_flag, error_verbose_flag.
7266 * data/c.m4: Adjust.
7267 (_b4_define_flag_if, b4_define_flag_if, b4_defines_if): New.
7268 Use b4_define_flag_if to define other b4_FLAG_if macros.
7269 (b4_location_if): As a consequence, rename as...
7270 (b4_locations_if): this, for consistency.
7271 Adjust all the skeletons.
7272
ba9ecd19
AD
72732006-05-14 Akim Demaille <akim@lrde.epita.fr>
7274
7275 * etc/bench.pm: Shorten bench names.
7276
4e83ea15
AD
72772006-05-14 Akim Demaille <akim@lrde.epita.fr>
7278
7279 * src/output.h, src/output.c (error_verbose): Move to...
7280 * src/getargs.h, src/getargs.c: here.
7281 Sort the flags.
7282 Adjust dependencies.
7283
6e93d810
PE
72842006-05-13 Paul Eggert <eggert@cs.ucla.edu>
7285
7286 * data/c.m4 (b4_copyright): Put the special exception for Bison
7287 skeletons here, so we don't have to put it in each skeleton. All
b15296ff
PE
7288 uses changed. Suggested by Akim Demaille. Also, wrap the
7289 copyright notice, in case it is longer than 80 columns. Replace
7290 comma by newline after title.
6e93d810 7291
eaea13f5
PE
72922006-05-11 Paul Eggert <eggert@cs.ucla.edu>
7293
7294 * doc/bison.texinfo (Calc++ Scanner): The flex behavior is an
7295 incompatibility, not a bug. Mention that it wasn't fixed as of
7296 flex 2.5.33.
7297
3cf084ec
AD
72982006-05-11 Akim Demaille <akim@lrde.epita.fr>
7299
7300 * examples/extexi: Enforce the precedence of concatenation over
7301 >>.
0a9f1c7d 7302 Reported by Tommy Nordgren.
3cf084ec 7303
32c96bd7
AD
73042006-05-11 Akim Demaille <akim@lrde.epita.fr>
7305
7306 * data/lalr1.cc (yytranslate_): Rename token as t to avoid clashes
7307 with the member "token".
f94705b2 7308 Reported by Martin Nylin.
32c96bd7 7309
eaea13f5
PE
73102006-05-08 Paul Eggert <eggert@cs.ucla.edu>
7311
7312 * data/glr.c: Switch to Bison 2.2 special-exception language in
7313 the copyright notice. Use more-regular format for titles and
7314 copyright notices.
7315 * data/glr.cc: Likewise.
7316 * data/location.cc: Likewise.
7317 * data/yacc.cc: Likewise.
7318 * doc/bison.texinfo (Conditions): Document this.
7319 * NEWS: likewise. Upgrade version to 2.2.
7320
6e2d1146
AD
73212006-04-27 Akim Demaille <akim@lrde.epita.fr>
7322
7323 * data/glr.cc: Remove dead code.
7324
47671055
PE
73252006-04-25 Paul Eggert <eggert@cs.ucla.edu>
7326
7327 * bootstrap: Comment out the AM_CPPFLAGS line, since we don't use
7328 that variable and the line breaks the bootstrap. Problem reported
7329 by Juan M. Guerrero.
7330
ed2e6384
AD
73312006-04-24 Akim Demaille <akim@lrde.epita.fr>
7332
7333 * doc/bison.texinfo (Multiple start-symbols): New.
7334
3cedc2dc
AD
73352006-04-24 Akim Demaille <akim@lrde.epita.fr>
7336
7337 * etc/README, etc/bench.pl: New.
7338
b2ddc3f3
AD
73392006-04-03 Akim Demaille <akim@lrde.epita.fr>
7340
7341 * src/scan-gram.l: Be robust to BRACED_CODE appearing before any
7342 rule.
7343 Reported by Mickael Labau.
7344 * tests/input.at (Torturing the Scanner): Test it.
7345
91e3ac9a
PE
73462006-03-16 Paul Eggert <eggert@cs.ucla.edu>
7347
7348 * doc/bison.texinfo (Decl Summary): Don't mention yylloc twice.
7349 Problem reported by Bob Rossi.
7350
73512006-03-13 Paul Eggert <eggert@cs.ucla.edu>
7352
7353 * doc/bison.texinfo: Remove @shorttitlepage stuff; it wasn't used
7354 and didn't really work.
7355 For the index, use @ifnotinfo, not @iftex.
7356 Minor cleanups of spacing and terminology.
7357
5cf61e93
AD
73582006-03-12 Akim Demaille <akim@lrde.epita.fr>
7359
7360 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Fix the definition
7361 of AT_NAME_PREFIX when %name-prefix is not used.
7362
aa08666d
AD
73632006-03-12 Akim Demaille <akim@lrde.epita.fr>
7364
7365 Apply --prefix to C++ skeletons too: they change the namespace.
7366 The test suite already exercize these cases.
7367 * data/c++.m4 (b4_namespace): New.
7368 * data/lalr1.cc, data/glr.cc, data/location.cc: Use it instead of `yy'.
7369 * data/lalr1.cc (yytnameerr_): Move its definition into the namespace.
7370 * data/yacc.c, data/glr.c: Remove a useless `[]'.
7371 * doc/bison.texinfo: Document it.
7372 (Option Cross Key): Use @multitable in all formats. It looks
7373 nicer, even in TeX outputs.
7374 (Rules): Use the same code whatever the output type is.
7375 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS)
7376 (_AT_BISON_OPTION_POPDEFS): Support AT_NAME_PREFIX.
7377 * tests/calc.at: Use it, instead of hard coding `yy'.
91e3ac9a 7378
45567173
AD
73792006-03-10 Akim Demaille <akim@lrde.epita.fr>
7380
7381 * TODO: Remove dead items.
7382
e9d8f881 73832006-03-10 Akim Demaille <akim@lrde.epita.fr>
55ba27be
AD
7384
7385 * doc/FAQ: Remove, merged into...
7386 * doc/bison.texinfo (FAQ): this.
7387 * doc/Makefile.am (EXTRA_DIST): Adjust.
7388
c095d689
AD
73892006-03-10 Akim Demaille <akim@lrde.epita.fr>
7390
7391 * data/c.m4 (b4_token_enum): Always define the enum of tokens,
7392 even if empty.
7393 * data/lalrl1.cc, data/glr.cc (parser::token_type): New.
7394 * doc/bison.texinfo (Calc++ Scanner): Use it.
7395
6e0f8287
PE
73962006-03-09 Paul Eggert <eggert@cs.ucla.edu>
7397
7398 Fix two nits reported by twlevo, plus one more that I discovered.
7399
7400 * src/assoc.h (assoc_to_string): Give a name to the arg, as
7401 this is the usual Bison style.
7402 * src/location.h (location_print): Likewise.
7403
7404 * src/reader.h (token_name): Likewise.
7405
d6b771c3
PE
74062006-03-08 Paul Eggert <eggert@cs.ucla.edu>
7407
7408 Fix some nits reported by twlevo.
7409 * doc/FAQ: Remove ancient Y2K FAQ, replacing it with "secure"
7410 and "POSIX". Use more-modern syntax for URLs. Mention C++
7411 and ask for Java. Don't hardwire OS version numbers. Add
7412 copyright notice.
7413 * m4/.cvsignore: Add unistd_h.m4, for latest gnulib.
7414 * src/conflicts.c (solved_conflicts_obstack): Now static.
7415
1e137b71
JD
74162006-03-08 Joel E. Denny <jdenny@ces.clemson.edu>
7417
7418 * doc/bison.texinfo (Introduction): Mention GLR and C++ as on the web
7419 page. Say "you can use it" not "you may use it" as on the web page;
7420 we're describing capabilities not granting permission.
7421
73f2e47e
PE
74222006-03-06 Paul Eggert <eggert@cs.ucla.edu>
7423
6d05403d
PE
7424 * data/glr.c (yyresolveLocations): Rename local variables to avoid
7425 shadowing warnings. Use usual patter for iterating through RHS.
7426 * tests/glr-regression.at
7427 (Uninitialized location when reporting ambiguity):
7428 Modify yylex so that it uses its argument, rather than trying
7429 to rely on ARGSUSED (which doesn't work for gcc with warnings).
7430 const char -> char const.
7431
73f2e47e
PE
7432 * tests/Makefile.am ($(srcdir)/package.m4, maintainer-check-valgrind):
7433 Don't use tabs inside commands; it messes up 'ps'.
7434 Problem reported by twlevo.
7435
8710fc41
JD
74362006-03-06 Joel E. Denny <jdenny@ces.clemson.edu>
7437
7438 * tests/glr-regression.at (Uninitialized location when reporting
7439 ambiguity): New test case.
7440 * data/glr.c (yyresolveLocations): New function, which uses
7441 YYLLOC_DEFAULT.
7442 (yyresolveValue): Invoke yyresolveLocations before reporting an
7443 ambiguity.
7444 * doc/bison.texinfo (Default Action for Locations): Note
7445 YYLLOC_DEFAULT's usage for ambiguity locations.
7446 (GLR Semantic Actions): Cross-reference those notes.
7447
ae952af2
JD
74482006-03-04 Joel E. Denny <jdenny@ces.clemson.edu>
7449
7450 * tests/glr-regression.at (Leaked semantic values when reporting
7451 ambiguity): Remove unnecessary union and type declarations.
7452 (Leaked lookahead after nondeterministic parse syntax error): New test
7453 case.
7454 * data/glr.c (yyparse): Check for zero stacks remaining before
7455 attempting to shift the lookahead so that you don't lose it.
7456
35ee866a
JD
74572006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
7458
7459 Avoid memory leaks by not invoking longjmp in yyreportAmbiguity.
7460 * tests/glr-regression.at (Leaked semantic values when reporting
7461 ambiguity): New test case.
7462 * data/glr.c (yyreportAmbiguity): Invoke yyyerror directly and return
7463 yyabort rather than invoking yyFail, which invokes longjmp. Remove the
7464 now unnecessary yystackp parameter.
7465 (yyresolveValue): Return yyreportAmbiguity's result. Now the necessary
7466 destructors can be called.
7467
7468 * tests/glr-regression.at: Don't invoke bison with `-t' unnecessarily
7469 in existing testcases.
7470
520181ab
JD
74712006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
7472
7473 Don't leak semantic values for parent RHS when a user action cuts the
7474 parser, and clean up related code a bit.
7475 * tests/glr-regression.at (Leaked merged semantic value if user action
35ee866a
JD
7476 cuts parse): Rename to...
7477 (Leaked semantic values if user action cuts parse): ... this. Add check
520181ab
JD
7478 for leaked parent RHS values.
7479 * data/glr.c (yydestroyGLRState): In debugging output, distinguish
7480 between an unresolved state (non-empty chain of semantic options) and
7481 an incomplete one (signaled by an empty chain).
ae952af2 7482 (yyresolveStates): Document the interface. Move all manipulation of a
520181ab
JD
7483 successfully or unsuccessfully resolved yyGLRState to...
7484 (yyresolveValue): ... here so that yyresolveValue always leaves a
7485 yyGLRState with consistent data and thus is easier to understand.
7486 Remove the yyvalp and yylocp parameters since they are always just
7487 taken from the yys parameter. When reporting a discarded merged value
7488 in debugging output, note that it is incompletely merged. Document the
7489 interface.
7490 (yyresolveAction): If resolving any of the RHS states fails, destroy
7491 them all rather than leaking them. Thus, as long as user actions are
7492 written to clean up the RHS correctly, yyresolveAction always cleans up
7493 the RHS of a semantic option. Document the interface.
7494
18d9185c
PE
74952006-02-27 Paul Eggert <eggert@cs.ucla.edu>
7496
7497 * data/glr.c (yyexpandGLRStack): Catch an off-by-one error that
7498 led to a segmentation fault in GNU Pascal. Problem reported
7499 by Waldek Hebisch.
7500
841a7737
JD
75012006-02-21 Joel E. Denny <jdenny@ces.clemson.edu>
7502
7503 * doc/bison.texinfo (Mid-Rule Actions): Explain how to bury a
7504 mid-rule action inside a nonterminal symbol in order to declare a
7505 destructor for its semantic value.
7506
fc3f467f
PE
75072006-02-16 Paul Eggert <eggert@cs.ucla.edu>
7508
7509 * data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE) && !
7510 YYSTACK_USE_ALLOCA && ! defined YYSTACK_ALLOC && defined
7511 __cplusplus && ! defined _STDLIB_H && !
7512 ((defined YYMALLOC || defined malloc) && (defined YYFREE ||
7513 defined free))]: Include <stdlib.h> rather than rolling our own
7514 declarations of malloc and free, to avoid problems with
7515 incompatible declarations (using 'throw') C++'s stdlib.h. This
7516 should fix Debian bug 340012
7517 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=340012>,
7518 reported by Guillaume Melquiond.
7519
a3af26dd
PE
75202006-02-13 Paul Eggert <eggert@cs.ucla.edu>
7521
4d7bc38c
PE
7522 * NEWS: Clarify symbols versus types in unused-value warnings.
7523
a3af26dd
PE
7524 * configure.ac (AC_INIT): Bump version number.
7525
4e26c69e
PE
75262006-02-13 Paul Eggert <eggert@cs.ucla.edu>
7527
7528 * NEWS: Version 2.1a.
7529 * tests/headers.at (AT_TEST_CPP_GUARD_H): Declare yyerror and yylex,
7530 since C99 requires this.
7531
498e897c
PE
75322006-02-11 Paul Eggert <eggert@cs.ucla.edu>
7533
7534 * m4/c-working.m4: New file.
7535 * configure.ac (BISON_TEST_FOR_WORKING_C_COMPILER): Use it.
7536
57bb17ca
PE
75372006-02-10 Paul Eggert <eggert@cs.ucla.edu>
7538
7539 * Makefile.maint: Merge from coreutils.
7540
0be105dc
PE
75412006-02-09 Paul Eggert <eggert@cs.ucla.edu>
7542
7543 More portability fixes for problems summarized by Nelson H. F. Beebe.
7544
7545 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Catch a
7546 configuration screwup "./configure CC=/opt/SUNWspro/bin/c89
7547 CFLAGS="-xarch=generic64" CXX=/opt/SUNWspro/bin/CC
7548 LDFLAGS="-xarch=generic64" with Sun C 5.7 on Solaris 10; this
7549 messes up because C++ code is compiled in 32-bit mode but linked
7550 in 64-bit mode.
7551
6fc0c024
PE
75522006-02-08 Paul Eggert <eggert@cs.ucla.edu>
7553
7554 More portability fixes for problems summarized by Nelson H. F. Beebe.
7555
7870f699
PE
7556 * doc/bison.texinfo (Calc++ Scanner): Work around a bug in flex
7557 2.5.31. This resembles the 2005-10-10 patch to src/scan-skel.l.
7558
6fc0c024
PE
7559 * examples/calc++/Makefile.am (check_PROGRAMS): Renamed from
7560 nodist_PROGRAMS, since we don't need to actually compile the
7561 example if we're just doing a plain 'make'. This avoids bothering
7562 the installer unnecessarily about problems due to weird C++
7563 compilers.
7564
fe6c2fde
PE
75652006-02-06 Paul Eggert <eggert@cs.ucla.edu>
7566
7567 More portability fixes for problems summarized by Nelson H. F. Beebe.
7568
7569 * tests/headers.at (AT_TEST_CPP_GUARD_H): Use #include <...> rather
7570 than #include "...", and compile with -I'.'. The old method was
7571 not portable, according to Posix and the C standard, and it does
7572 not work with Sun C 5.7, where previous #line directives affect
7573 the working directory used in later #include "..." directives.
7574
927b425b
JMG
75752006-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
7576
7577 Various DJGGP specific issues in /djgpp
7578
d9735e9e
PE
75792006-02-02 Paul Eggert <eggert@cs.ucla.edu>
7580
7581 More portability fixes for problems summarized by Nelson H. F. Beebe.
7582
7583 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check that
7584 '#include <map>' works and that you can apply ++ to iterators.
7585
5a6755af
PE
75862006-02-01 Paul Eggert <eggert@cs.ucla.edu>
7587
67a0dc4f
PE
7588 Work around portability problems summarized by Nelson H. F. Beebe in
7589 <http://lists.gnu.org/archive/html/bug-bison/2005-09/msg00021.html>.
7590
8c86f0ef
PE
7591 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
7592 that '#include <string>' works.
7593
de35dd59
PE
7594 * data/lalr1.cc (yytranslate_): No longer inline, to work around a
7595 porting problem to g++ 3.4.3 on Darwin 7.9.0, where g++ complained
7596 "warning: sorry: semantics of inline function static data `const
7597 unsigned char translate_table[262]' are wrong (you'll wind up with
7598 multiple copies)".
7599
67a0dc4f
PE
7600 * lib/bbitset.h (struct bitset_vtable): Rename members not, and,
7601 or, xor to not_, and_, or_, and xor_, respectively. This works
7602 around a bug in GCC 3.4.3 on Irix 6.5, which apparently has a
7603 random system header somewhere that includes the equivalent of
7604 <iso646.h>.
7605
5a6755af
PE
7606 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that "$CC
7607 -E" works; it apparently doesn't work with PathScale EKO Compiler
67a0dc4f 7608 Suite Version 2.0.
5a6755af 7609
3f001415
JD
76102006-01-30 Joel E. Denny <jdenny@ces.clemson.edu>
7611
7612 During deterministic GLR operation, user actions should be able to
7613 influence the parse by changing yychar. To make this easier to fix and
7614 to make glr.c easier to evolve in general, don't maintain yytoken in
7615 parallel with yychar; just compute yytoken when needed.
7616 * tests/glr-regression.at (Incorrect lookahead during deterministic
7617 GLR): Check that setting yychar in a user action has the intended
7618 effect.
7619 * data/glr.c (yyGLRStack): Remove yytokenp member.
7620 (yyclearin): Don't set *yytokenp.
7621 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Examine
7622 yychar rather than *yytokenp to determine the current lookahead.
7623 Compute yytoken locally when needed.
7624 (yyparse): Likewise. Remove the local yytoken that yytokenp used to
7625 point to.
7626
7627 * doc/bison.texinfo (Bison Options): Remove stray sentence fragment
7628 after `--report' documentation.
7629
e2a8c0f5
PE
76302006-01-30 Paul Eggert <eggert@cs.ucla.edu>
7631
7632 * src/parse-gram.y (grammar_declaration): Location of printer
7633 symbol is @1, not list->location. Bug reported by twlevo.
7634 * tests/input.at (Incompatible Aliases): Adjust to above change.
7635
6b702268
PE
76362006-01-29 Paul Eggert <eggert@cs.ucla.edu>
7637
27622431
PE
7638 * tests/input.at (AT_CHECK_UNUSED_VALUES): Remove. Instead, do
7639 all the test at once. This makes the output easier to read in the
7640 normal case.
7641
6b702268
PE
7642 Fix a longstanding bug uncovered by bro-0.9a9/src/parse.y, which I
7643 got from <http://bro-ids.org/download.html>. The bug is that
7644 when two actions appeared in succession, the second one was
7645 scanned before the first one was added to the grammar rule
7646 as a midrule action. Bison then output the incorrect warning
7647 "parse.y:905.17-906.36: warning: unused value: $3".
7648 * src/parse-gram.y (BRACED_CODE, action): These are no longer
7649 associated with a value.
7650 (rhs): Don't invoke grammar_current_rule_action_append.
7651 (action): Invoke it here instead.
7652 * src/reader.c (grammar_midrule_action): Now extern.
7653 (grammar_current_rule_action_append): Don't invoke
7654 grammar_midrule_action; that is now the scanner's job.
7655 * src/reader.h (last_string, last_braced_code_loc):
7656 (grammar_midrule_action): New decls.
7657 * src/scan-gram.l (last_string): Now extern, sigh.
7658 (last_braced_code_loc): New extern variable.
7659 (<INITIAL>"{"): Invoke grammar_midrule_action if the current
7660 rule already has an action.
7661 (<SC_BRACED_CODE>"}"): Set last_braced_code_loc before returning.
7662 * tests/input.at (AT_CHECK_UNUSED_VALUES):
7663 Add some tests to check that the above changes fixed the bug.
7664
d40ba6c2
PE
76652006-01-27 Paul Eggert <eggert@cs.ucla.edu>
7666
7667 * src/reader.c (symbol_should_be_used): Renamed from symbol_typed_p.
7668 All used changed. Check whether the symbol has a destructor,
7669 not whether it is typed.
7670 * tests/input.at (AT_CHECK_UNUSED_VALUES): Add a destructor, so
7671 that the values are still reported as unused. All line numbers
7672 adjusted.
7673
401aace6
PE
76742006-01-23 Paul Eggert <eggert@cs.ucla.edu>
7675
7676 Work around a bug in bro 0.8, which underparenthesizes its
7677 definition of YYLLOC_DEFAULT.
7678 * data/glr.c: Change all uses of YYLLOC_DEFAULT to parenthesize
7679 their arguments.
7680 * data/lalr1.cc: Likewise.
7681 * data/yacc.cc: Likewise.
7682
06f01bc4
PE
76832006-01-22 Paul Eggert <eggert@cs.ucla.edu>
7684
401aace6
PE
7685 Work around a bug in Pike 7.0, and give the Pike folks a
7686 better way to override the usual int widths.
7687 * data/yacc.c (b4_int_type): Use yytype_uint8, etc., so that the
7688 user can override the types.
7689 (short): #undef, to work around a bug in Pike 7.0.
7690 (yytype_uint8, yytype_int8, yytype_uint16, yytype_int16): New types.
7691 (union yyalloc.yyss): Use yytype_int16 rather than short.
7692 All uses changed.
7693 (yysigned_char): Remove.
7694 * src/parse-gram.y (YYTYPE_UINT8, YYTYPE_INT8, YYTYPE_UINT16):
7695 (YYTYPE_INT16): New macros, to test the new facility in yacc.c.
7696 * tests/regression.at (Web2c Actions): Adjust to above changes.
7697
7698 * src/reader.c (check_and_convert_grammar): New function.
7699 (reader): Close the input file even if something went wrong during
7700 parsing. Minor file descriptor leak reported by twlevo.
7701
06f01bc4
PE
7702 * src/assoc.c (assoc_to_string): Use a default: abort (); case
7703 to pacify gcc -Wswitch-default.
7704 * src/scan-gram.l (adjust_location): Use a default: break; case
7705 to pacify gcc -Wswitch-default.
7706 * src/scan-skel.h (skel_get_lineno, skel_get_in, skel_get_out):
7707 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
7708 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
7709 Move these decls to scan-skel.l, since they don't need to be
7710 visible elsewhere.
7711 * src/scan-skel.l: Accept the above decls.
7712 (skel_lex): New decl, to pacify GCC when unpatched flex 2.5.31
7713 is used.
7714
02650b7f
PE
77152006-01-21 Paul Eggert <eggert@cs.ucla.edu>
7716
7717 * Makefile.cfg (local-checks-to-skip): Add changelog-check,
7718 since we don't want to insist on a version number at the start
7719 of the changelog every time.
7720 * Makefile.maint: Sync from coreutils a bit better.
7721 (sc_trailing_blank): Renamed from sc_trailing_space.
7722 All uses changed.
7723 (sc_no_if_have_config_h, sc_require_config_h):
7724 (sc_prohibit_assert_without_use): New rules.
7725 (sc_obsolete_symbols): Don't catch Makefile.maint itself.
7726 (sc_dd_max_sym_length): Fix leading spaces in rule.
7727 (sc_system_h_headers): Prefix with @.
7728 (sc_useless_cpp_parens, m4-check): Output line numbers.
7729 (changelog-check): Allow version only in head.
7730 * data/c.m4: Use "defined FOO" instead of "defined (FOO)", to
7731 satisfy new Makefile.maint rule.
7732 * data/glr.c: Likewise.
7733 * data/glr.cc: Likewise.
7734 * data/lalr1.cc: Likewise.
7735 * data/yacc.c: Likewise.
7736 * lib/ebitsetv.c: Likewise.
7737 * lib/lbitset.c: Likewise.
7738 * lib/subpipe.c: Likewise.
7739 * lib/timevar.c: Likewise.
7740 * src/system.h: Likewise.
7741 * data/yacc.c (YYSTYPE): Don't generate trailing spaces in output.
7742 * djgpp/Makefile.maint: Add copyright notice.
7743 * djgpp/README.in: Likewise.
7744 * djgpp/config.bat: Likewise.
7745 * djgpp/config.site: Likewise.
7746 * djgpp/config_h.sed: Likewise.
7747 * djgpp/djunpack.bat: Likewise.
7748 * djgpp/config.sed: Fix copyright notice to match standard format.
7749 * djgpp/subpipe.h: Likewise.
7750 * lib/bitsetv-print.c: Likewise.
7751 * lib/bitsetv.c: Likewise.
7752 * lib/subpipe.h: Likewise.
7753 * lib/timevar.c: Likewise.
7754 * lib/timevar.h: Likewise.
7755 * djgpp/subpipe.c: Use standard recipe for config.h.
7756 * lib/abitset.c: Likewise.
7757 * lib/bitset.c: Likewise.
7758 * lib/bitset_stats.c: Likewise.
7759 * lib/bitsetv-print.c: Likewise.
7760 * lib/bitsetv.c: Likewise.
7761 * lib/ebitsetv.c: Likewise.
7762 * lib/get-errno.c: Likewise.
7763 * lib/lbitset.c: Likewise.
7764 * lib/subpipe.c: Likewise.
7765 * lib/timevar.c: Likewise.
7766 * lib/vbitset.c: Likewise.
7767 * tests/local.at: Likewise.
7768 * src/scan-gram.l: Don't include verify.h, since system.h does
7769 that for us.
7770 * .x-sc_require_config_h: New file.
7771 * .x-sc_unmarked_diagnostics: New file.
7772
287c78f6
PE
77732006-01-20 Paul Eggert <eggert@cs.ucla.edu>
7774
287c78f6
PE
7775 Be a bit more systematic about using 'abort'.
7776 * lib/abitset.c (abitset_test): Remove ATTRIBUTE_UNUSED; not needed.
7777 * lib/bitset.c (bitset_bytes, bitset_init, bitset_op4_cmp):
7778 Put 'default: abort ();' before some other case, to satisfy older
7779 pedantic compilers.
7780 * lib/bitset_stats.c (bitset_stats_init): Likewise.
7781 * lib/ebitset.c (ebitset_elt_find, ebitset_op3_cmp): Likewise.
7782 * lib/lbitset.c (lbitset_elt_find, lbitset_op3_cmp): Likewise.
7783 * src/conflicts.c (resolve_sr_conflict): Likewise.
68cae94e
PE
7784 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str):
7785 (get_decision_str, get_orientation_str, get_node_alignment_str):
7786 (get_arrow_mode_str, get_crossing_type_str, get_view_str):
7787 (get_linestyle_str, get_arrowstyle_str): Likewise.
7788 * src/conflicts.c (resolve_sr_conflict):
7789 Use a default case rather than one for the one remaining enum
7790 value, to catch invalid enum values as well.
7791 * src/lalr.c (set_goto_map, map_goto):
7792 Prefer "assert (FOO);" to "if (!FOO) abort ();".
7793 * src/nullable.c (nullable_compute, token_definitions_output):
7794 Likewise.
7795 * src/reader.c (packgram, reader): Likewise.
7796 * src/state.c (transitions_to, state_new, state_reduction_find):
7797 Likewise.
7798 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias):
7799 (symbol_pack): Likewise.
7800 * src/tables.c (conflict_row, pack_vector): Likewise.
287c78f6
PE
7801 * src/scan-skel.l (QPUTS): Remove unnecessary parens.
7802 (BASE_QPUTS, "@output ".*\n): Remove unnecessary asserts.
68cae94e
PE
7803 * src/system.h: Don't include <assert.h>.
7804 (assert): New macro.
7805
7806 * doc/bison.texinfo (Prologue, Rules, Actions, Union Decl, Action Decl):
7807 (Destructor Decl, Parser Function, Pure Calling):
7808 Describe rules for braces inside C code more carefully.
287c78f6 7809
c66dfadd
PE
78102006-01-19 Paul Eggert <eggert@cs.ucla.edu>
7811
c21493b8
PE
7812 Fix some porting glitches found by Nelson H. F. Beebe.
7813 * lib/abitset.c (abitset_resize): Rewrite to avoid warnings from
7814 compilers that don't understand that abort () does not return.
7815 * src/state.c (transitions_to): Likewise.
7816 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
7817 that '#include <cstdlib>' works.
7818 * src/system.h (INT8_MIN, INT16_MIN, INT32_MIN, INT8_MAX):
7819 (INT16_MAX, UINT8_MAX, INT32_MAX, UINT16_MAX, UINT32_MAX):
7820 #undef if ! defined __STDC_VERSION__ || __STDC_VERSION__ < 199901,
7821 for the benefit of some pre-C99 compilers.
7822
b6e3facf
PE
7823 * bootstrap: Undo changes to gnulib files that autoreconf made.
7824
c66dfadd
PE
7825 Minor fixups to get 'make maintainer-check' to work.
7826 * configure.ac: Don't use -Wnested-externs, as it's incompatible
7827 with the new verify.h implementation.
7828 * data/c.m4 (b4_yy_symbol_print_generate): YYUSE (yyoutput).
7829 * data/glr.c (YYUSE): Depend on __GNUC__ as well.
7830 * data/yacc.c (YYUSE): Likewise.
7831 * data/lalr1.cc (yysyntax_error_): YYUSE (yystate).
7832 * lib/subpipe.c (end_of_output_subpipe): The args are unused.
7833 * src/parse-gram.y (declaration): Don't pass a string constant
7834 to a function that expects char *, since GCC might complain
7835 about the constant value.
7836 * src/reader.c (symbol_typed_p): Add parens to pacify GCC.
7837 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): #undef yylloc and yylval
7838 before #defining them.
7839 * tests/glr-regression.at
7840 (Incorrectly initialized location for empty right-hand side in GLR):
7841 In yyerror, use the msg arg.
7842 (Corrupted semantic options if user action cuts parse):
7843 (Incorrect lookahead during deterministic GLR):
7844 (Incorrect lookahead during nondeterministic GLR):
7845 Don't name a local var 'index'; it shadows string.h's 'index'.
7846
ed94ef2a
AD
78472006-01-19 Akim Demaille <akim@epita.fr>
7848
7849 * tests/calc.at (_AT_DATA_CALC_Y): Initialize the whole initial
7850 location, not just parts of it.
7851
e9ad4aec
PE
78522006-01-18 Paul Eggert <eggert@cs.ucla.edu>
7853
d6ca7905
PE
7854 * NEWS: Document the fact that multiple %unions are now allowed.
7855 * doc/bison.texinfo (Union Decl): Likewise.
51cbef6f
PE
7856 * TODO: This feature is now implemented, so remove it from
7857 the wishlist.
d6ca7905 7858
ef1b70e0
PE
7859 * Makefile.maint: Merge with coreutils Makefile.maint.
7860 (CVS_LIST): Use build-aux version if available.
7861 (VERSION_REGEXP): New macro.
7862 (syntax-check-rules): Add sc_no_if_have_config_h,
7863 sc_prohibit_assert_without_use, sc_require_config_h,
7864 sc_useless_cpp_parens.
7865 (sc_obsolete_symbols): Check for O_NDELAY.
7866 (sc_dd_max_sym_length): Track coreutils.
7867 (sc_unmarked_diagnostics): Look in all files, not just *.c.
7868 (sc_useless_cpp_parens): New rule.
7869 (news-date-check): Look for version or today's date.
7870 (changelog-check): Don't require version number near head.
7871 (copyright-check): Use current year instead of hardwiring 2005.
7872 (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
7873 (announcement): Add --gpg-key-ID.
7874
7875 * djgpp/config.sed: Add copyright notice, and replace "filesystem"
7876 with "file system".
7877
2073ce56 7878 Avoid undefined behavior that addressed just before the start of an
e9ad4aec
PE
7879 array. Problem reported by twlevo.
7880 * src/reader.c (packgram): Prepend a new sentinel before ritem.
7881 * src/lalr.c (build_relations): Rely on new sentinel.
7882 * src/gram.c (gram_free): Adjust to new sentinel.
7883
b7691f15
JD
78842006-01-12 Joel E. Denny <jdenny@ces.clemson.edu>
7885
7886 * data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses to
7887 yylookaheadNeeds. All uses updated.
7888 (yysplitStack): Rename local yynewLookaheadStatuses to
7889 yynewLookaheadNeeds.
7890 * data/glr-regression.at (Incorrect lookahead during nondeterministic
7891 GLR): In comments, change `lookahead status' to `lookahead need'.
7892
ddee1b06
PH
78932006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
7894
7895 * data/glr.c (yysplitStack): A little stylistic rewrite.
7896
12f4614d
PH
78972006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
7898
7899 * data/glr.c (yyaddDeferredAction): Flesh out the comment.
7900
32c29292
JD
79012006-01-11 Joel E. Denny <jdenny@ces.clemson.edu>
7902
7903 * doc/bison.texinfo: Fix some typos.
7904 (GLR Semantic Actions): New subsection discussing special
7905 considerations because GLR semantic actions might be deferred.
7906 (Actions): Mention look-ahead usage of yylval.
7907 (Actions and Locations): Mention look-ahead usage of yylloc.
7908 (Special Features for Use in Actions): Add YYEOF entry and mention it
7909 in the yychar entry.
7910 In the yychar entry, remove mention of the local yychar case (pure
7911 parser) since this is irrelevant information when writing semantic
148d66d8 7912 actions and since it's already discussed in `Table of Symbols' where
32c29292
JD
7913 yychar is otherwise described as an external variable.
7914 In the yychar entry, don't call it the `current' look-ahead since it
7915 isn't when semantic actions are deferred.
7916 In the yychar and yyclearin entries, add note about deferred semantic
7917 actions.
7918 Add yylloc and yylval entries discussing look-ahead usage.
7919 (Look-Ahead Tokens): When discussing yychar, don't call it the
7920 `current' look-ahead, and do mention yylval and yylloc.
7921 (Error Recovery): Cross-reference `Action Features' when mentioning
7922 yyclearin.
148d66d8 7923 (Table of Symbols): In the yychar entry, don't call it the `current'
32c29292
JD
7924 look-ahead.
7925 In the yylloc and yylval entries, mention look-ahead usage.
7926
de366a2f 79272006-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
2781dbd1
JD
7928
7929 * tests/glr-regression.at: Update copyright year to 2006.
7930
bf70fa87
JD
79312006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
7932
7933 * data/glr.c (yyGLRStateSet): Add yybool* yylookaheadStatuses member to
7934 use during nondeterministic operation to track which stacks have
7935 actually needed the current lookahead.
7936 (yyinitStateSet, yyfreeStateSet, yyremoveDeletes, yysplitStack):
7937 Allocate, deallocate, resize, and otherwise shuffle space for
7938 yylookaheadStatuses in parallel with yystates member of yyGLRStateSet.
7939 (yysplitStack, yyprocessOneStack, yyparse): Set lookahead status
7940 appropriately during nondeterministic operation.
7941 (yySemanticOption): Add int yyrawchar, YYSTYPE yyval, and YYLTYPE yyloc
7942 members to store the current lookahead to be used by the deferred
7943 user action.
7944 (yyaddDeferredAction): Add size_t yyk parameter specifying the stack
7945 from which the RHS is taken. Set the lookahead members of the new
7946 yySemanticOption according to the lookahead status for stack yyk.
7947 (yyglrShiftDefer, yyglrReduce): Pass yyk parameter on to
7948 yyaddDeferredAction.
7949 (yyresolveAction): Set yychar, yylval, and yylloc to the lookahead
7950 members of yySemanticOption before invoking yyuserAction, and then set
7951 them back to their current values afterward.
7952 (yyparse): Set yychar = YYEMPTY where yytoken = YYEMPTY.
7953 (yyreportAmbiguity): Add /*ARGSUSED*/ to pacify lint.
7954 * tests/glr-regression.at: Remove `.' from the ends of recent test case
7955 titles for consistency.
7956 (Leaked merged semantic value if user action cuts parse): In order to
7957 suppress lint warnings, use arguments in merge function, and assign
7958 char value < 128 in main.
7959 (Incorrect lookahead during deterministic GLR): New test case.
7960 (Incorrect lookahead during nondeterministic GLR): New test case.
7961
05449a2c
JD
79622006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
7963
de366a2f 7964 * data/c.m4 (b4_yy_symbol_print_generate): In yy_symbol_print, accept
05449a2c
JD
7965 !yyvaluep as signal that no semantic value is available to print.
7966 * data/glr.c (yydestroyGLRState): If state is not resolved, don't try
7967 to print a semantic value.
7968
4158e0a1 79692006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
fd2493f7 7970
4158e0a1
JD
7971 * tests/glr-regression.at: For consistency with my newer test cases,
7972 don't thank myself.
7973
d659304d
JD
79742006-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
7975
7976 * data/glr.c (yyresolveValue): When merging semantic options, if at
7977 least one user action succeeds but a later one cuts the parse, then
7978 destroy the semantic value before returning rather than leaking it.
7979 (yyresolveStates): If a user action cuts the parse and thus
7980 yyresolveValue fails, ignore the (unset) semantic value rather than
7981 corrupting the yyGLRState, and empty the semantic options list since
7982 the user actions should have called all necessary destructors.
7983 Simplify code with YYCHK.
7984 * tests/glr-regression.at (Corrupted semantic options if user action
7985 cuts parse): New test case.
7986 (Undesirable destructors if user action cuts parse): New test case.
7987 Before applying any of this patch, this test case never actually failed
7988 for me... but only because the corrupted semantic options usually
7989 masked this bug.
7990 (Leaked merged semantic value if user action cuts parse): New test
7991 case.
7992
6ec2c0f2
AD
79932006-01-05 Akim Demaille <akim@epita.fr>
7994
7995 * src/reader.c, src/symlist.h, src/symlist.c: s/mid_rule/midrule/.
7996
1b9c21fb
PE
79972006-01-04 Paul Eggert <eggert@cs.ucla.edu>
7998
7999 * data/c.m4 (b4_c_modern): New macro, with a new provision for
8000 _MSC_VER. Problem reported by Cenzato Marco.
8001 (b4_c_function_def): Use it.
8002 * data/yacc.c (YYMODERN_C): Remove. All uses replaced by
8003 b4_c_modern.
8004 (yystrlen, yystpcpy, yyparse): Use b4_c_function... macros rather
8005 than rolling our own.
8006
84866159
AD
80072006-01-04 Akim Demaille <akim@epita.fr>
8008
8009 Also warn about non-used mid-rule values.
8010 * src/symlist.h, src/symlist.c (symbol_list): Add a mid_rule
8011 member.
8012 (symbol_list_new): Adjust.
8013 * src/reader.c (symbol_typed_p): New.
8014 (grammar_rule_check): Use it.
8015 (grammar_midrule_action): Bind a mid-rule LHS to its rule.
8016 Check its rule.
8017 * tests/input.at (AT_CHECK_UNUSED_VALUES): New.
8018 Use it.
8019 * tests/actions.at (Exotic Dollars): Adjust.
8020
378f4bd8
AD
80212006-01-04 Akim Demaille <akim@epita.fr>
8022
8023 * src/reader.c (grammar_midrule_action): If $$ is set in a
8024 mid-rule, move the `used' bit to its lhs.
8025 * tests/input.at (Unused values): New.
8026 * tests/actions.at (Exotic Dollars): Adjust: exp is not typed.
8027
e2a21b6f
PE
80282006-01-03 Paul Eggert <eggert@cs.ucla.edu>
8029
54662697
PE
8030 * doc/bison.texinfo (Bison Options): Say more accurately what
8031 --yacc does.
8032 * src/parse-gram.y (rules_or_grammar_declaration): Don't complain
8033 about declarations in the grammar when in Yacc mode, as POSIX does
8034 not require a diagnostic when the grammar uses extensions.
8035
8036 * src/reduce.c (reduce_grammar): Remove unnecessary cast to bool.
8037
073f9288
PE
8038 Warn about dubious constructions like "%token T T".
8039 Reported by twlevo.
8040 * src/symtab.h (struct symbol.declared): New member.
8041 * src/symtab.c (symbol_new): Initialize it to false.
8042 (symbol_class_set): New arg DECLARING, specifying whether
8043 this is a declaration that we want to warn about, if there
8044 is more than one of them. All uses changed.
8045
1221b78a
PE
8046 * data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c:
8047 Allow multiple %union directives, whose contents concatenate.
8048 * src/parse-gram.y (grammar_declaration): Likewise.
8049 Use muscle_code_grow, so that we don't need stype_line any more.
8050 All uses changed.
8051
8052 * src/muscle_tab.c (muscle_grow): Fix comment.
8053
e2a21b6f
PE
8054 * ChangeLog, data/c.m4, data/glr.c, data/glr.cc, data/location.cc:
8055 * data/yacc.c, src/getargs.c, src/output.c, tests/cxx-type.at:
8056 Update copyright year to 2006.
8057
8f7e3cf9
AD
80582006-01-03 Akim Demaille <akim@epita.fr>
8059
8060 Have glr.cc pass (some of) the calc.at tests.
8061 * data/glr.cc (b4_parse_param_orig): New.
8062 (b4_parse_param): Improve its definition, and bound it more
8063 clearly in the skeleton.
8064 (b4_epilogue): Append, instead of prepending, in order to keep
8065 #line consistency.
8066 Simplify the generation of auxiliary functions: locations and
8067 purity are mandated.
8068 (b4_global_tokens_and_yystype): Honor it.
8069 * data/location.cc (c++.m4): Don't include it.
8070 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Define AT_GLR_CC_IF
8071 and AT_SKEL_CC_IF.
8072 * tests/calc.at (AT_CHECK_CALC): Rely on AT_SKEL_CC_IF instead of
8073 AT_LALR1_CC_IF.
8074 Be sure to initialize the first position's filename.
8075 (AT_CHECK_CALC_LALR1_CC): Add %location and %defines, they are
8076 mandated anyway.
8077 (AT_CHECK_CALC_GLR_CC): New.
8078 Use it to exercise glr.cc as a lalr1.cc drop-in replacement.
8079
3953ed88
AD
80802006-01-02 Akim Demaille <akim@epita.fr>
8081
8082 * src/output.c (output_skeleton): Don't hard wire the inclusion of
8083 c.m4.
0a96ba81 8084 * data/c++.m4, data/glr.c, data/yacc.c: Include c.m4.
3953ed88
AD
8085 * data/glr.cc: Do not include stack.hh.
8086
9ecafbbf
AD
80872006-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
8088
8089 * data/glr.c: Reformat whitespace with tabs.
8090 (b4_lpure_formals): Remove this unused m4 macro.
8091 * tests/cxx-type.at: Reformat whitespace with tabs.
8092 (_AT_TEST_GLR_CXXTYPES): In union Node, rename node_info to nodeInfo
8093 since it's a member. Rename type to isNterm for clarity.
8094
c4d497a0
AD
80952005-12-29 Akim <akim@sulaco.local>
8096
8097 Let glr.cc catch up with symbol_value_print.
8098 * data/glr.cc (b4_yysymprint_generate): Replace by...
8099 (b4_yy_symbol_print_generate): this.
8100 (yy_symbol_print, yy_symbol_value_print): Declare them.
8101
4517da37
PE
81022005-12-28 Paul Eggert <eggert@cs.ucla.edu>
8103
8104 * src/location.h (boundary): Note that a line or column equal
8105 to INT_MAX indicates an overflow.
8106 * src/scan-gram.l: Include verify.h. Don't include get-errno.h.
8107 (rule_length_overflow, increment_rule_length, add_column_width):
8108 New functions.
8109 (<INITIAL>{id}, <SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'"):
8110 (<SC_BRACED_CODE>"}"):
8111 Use increment_rule_length rather than incrementing it by hand.
8112 (adjust_location, handle_syncline): Diagnose overflow.
8113 (handle_action_dollar, handle_action_at):
8114 Fix bug with monstrosities like $-2147483648.
8115 Remove now-unnecessary checks.
8116 (scan_integer): Verify assumptions and remove now-unnecessary checks.
8117 (convert_ucn_to_byte): Verify assumptions.
8118 (handle_syncline): New arg LOC. All callers changed.
8119 Don't store through a value derived from char const * pointer.
8120
8121 * src/reader.c (grammar_rule_check): Rewrite slightly to avoid
8122 GCC warnings.
8123
e3233bf6
PE
81242005-12-27 Paul Eggert <eggert@cs.ucla.edu>
8125
8126 * src/reader.c (grammar_midrule_action, grammar_symbol_append):
8127 Remove unnecessary forward static decls.
8128
8f3596a6
AD
81292005-12-27 Akim Demaille <akim@epita.fr>
8130
8131 * src/reader.c (grammar_current_rule_check): Also check that $$
8132 is used.
8133 Take the rule to check as argument, hence rename as...
8134 (grammar_rule_check): this.
8135 * src/reader.h, src/reader.c (grammar_rule_begin, grammar_rule_end):
8136 Rename as...
8137 (grammar_rule_begin, grammar_rule_end): these, for consistency.
8138 (grammar_midrule_action, grammar_symbol_append): Now static.
8139 * tests/torture.at (input): Don't rely on the default action
8140 being always performed.
8141 * tests/calc.at: "Set" $$ even when the action is "cut" with
8142 YYERROR or other.
8143 * tests/actions.at (Exotic Dollars): Instead of using unused
8144 values, check that the warning is issued.
8145
721be13c
PE
81462005-12-22 Paul Eggert <eggert@cs.ucla.edu>
8147
8148 * NEWS: Improve wording for unused-value warnings.
8149
a0af42fc
AD
81502005-12-22 Akim Demaille <akim@epita.fr>
8151
8152 * data/lalr1.cc, data/yacc.c, data/glr.c, data/c.m4
8153 (b4_yysymprint_generate): Rename as...
8154 (b4_yy_symbol_print_generate): this.
8155 Generate yy_symbol_print instead of yysymprint.
8156 Generate also yy_symbol_value_print, and use it.
8157
affac613
AD
81582005-12-22 Akim Demaille <akim@epita.fr>
8159
721be13c 8160 * NEWS: Warn about unused values.
affac613
AD
8161 * src/symlist.h, src/symlist.c (symbol_list, symbol_list_new): Add
8162 a `used' member.
8163 (symbol_list_n_get, symbol_list_n_used_set): New.
8164 (symbol_list_n_type_name_get): Use symbol_list_n_get.
8165 * src/scan-gram.l (handle_action_dollar): Flag used symbols.
8166 * src/reader.c (grammar_current_rule_check): Check that values are
8167 used.
8168 * src/symtab.c (symbol_print): Accept 0.
8169 * tests/existing.at: Remove the type information.
8170 Empty the actions.
8171 Remove useless actions (beware of mid-rule actions: perl -000
8172 -pi -e 's/\s*\{\}(?=[\n\s]*[|;])//g').
8173 * tests/actions.at (Exotic Dollars): Use unused values.
8174 * tests/calc.at: Likewise.
8175 * tests/glr-regression.at (No users destructors if stack 0 deleted):
8176 Likewise.
8177
8178 * src/gram.c (rule_useful_p, rule_never_reduced_p): Use
8179 rule_useful_p.
8180
9d9b8b70
PE
81812005-12-21 Paul Eggert <eggert@cs.ucla.edu>
8182
8bb4c753
PE
8183 Undo 2005-12-01 tentative license wording change. The wording is
8184 still being reviewed by the lawyers, and we don't want to wait for
8185 them before publishing a test release. For now, revert to the
8186 previous wording.
8187 * NEWS: Undo 2005-12-01 change.
8188 * data/glr.c: Revert to previous license wording.
8189 * data/glr.cc: Likewise.
8190 * data/lalr1.cc: Likewise.
8191 * data/location.cc: Likewise.
8192 * data/yacc.c: Likewise.
8193
9d9b8b70
PE
8194 * NEWS: Reword %destructor vs YYABORT etc.
8195 * data/glr.c: Use American spacing, for consistency.
8196 * data/glr.cc: Likewise.
8197 * data/lalr1.cc: Likewise.
8198 * data/yacc.c: Likewise.
8199 * data/yacc.c: Reformat comments slightly.
8200 * doc/bison.texinfo: Replace "non-" with "non" when that makes sense,
8201 for consistency. Fix some spelling errors and reword recently-included
8202 text slightly.
8203 * tests/cxx-type.at: Cast results of malloc, for C++.
8204
2c3b392a
AD
82052005-12-21 Joel E. Denny <address@hidden>
8206
8207 * tests/cxx-type.at: Construct a tree, count the parents of shared
8208 nodes, and free each node once and only once. Previously, the memory
8209 for semantic values was leaked instead.
8210
d6cff4dc
AD
82112005-12-21 Joel E. Denny <address@hidden>
8212
8213 * data/glr.c (struct yyGLRStack): If pure, add yyval and yyloc members.
8214 (yylval, yylloc): If pure, #define to yystackp->yyval and
8215 yystackp->yyloc similar to yychar and yynerrs.
8216 (yyparse): If pure, remove local yylval and yylloc. Add local
8217 yystackp to accommodate pure definitions of yylval and yylloc.
8218 (b4_lex_param, b4_lyyerror_args, b4_lpure_args): If pure, change
8219 yylvalp and yyllocp to &yylval and &yylloc.
8220 (nerrs, char, lval, lloc): If pure, add #define's for b4_prefix[]
8221 namespace. Previously, nerrs and char were missing, but lval and lloc
8222 weren't necessary.
8223 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Remove
8224 yylvalp and yyllocp parameters since, if pure, these are now always
8225 accessible through yystackp. If not pure, they are still accessible
8226 globally.
8227 * data/glr.c, data/yacc.c (YYLLOC_DEFAULT): Change `if (N)' to
8228 `if (YYID (N))' to pacify lint.
8229
a85284cf
AD
82302005-12-21 Akim Demaille <akim@epita.fr>
8231
8232 YYACCEPT, YYERROR, and YYABORT, as user actions, should not
8233 destroy the RHS symbols of a rule.
8234 * data/yacc.c (yylen): Initialize to 0.
8235 Keep its value to the number of items to possibly shift.
8236 In particular, a regular successful parse that ends on YYFINAL by
8237 a (internal) YYACCEPT must not have yylen != 0.
8238 (yyerrorlab, yyreturn): Pop the RHS.
8239 Reorder a bit to emphasize the `shifting' bits of code.
8240 (YYPOPSTACK): Now accept a number of items to pop.
8241 * data/lalr1.cc: Likewise.
8242 * data/glr.c: Formatting changes.
8243 Use goto instead of fall through.
8244 * doc/bison.texinfo (Destructor Decl): Complete.
8245
d508c281
JMG
82462005-12-20 Juan Manuel Guerrero <juan.guerrero@gmx.de>
8247
8248 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
8249 * djgpp/Makefile.maint: Fix PACKAGE variable computation.
8250 * djgpp/config.bat: Replace every occurence of the file name
8251 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
8252 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
8253 * djgpp/config.sed: Replace every occurence of the file name
8254 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
8255 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
8256 * djgpp/djunpack.bat: DJGPP specific file.
8257 * djgpp/fnchange.lst: DJGPP specific file.
8258 * djgpp/README.in: Add new information about how to unpack the bison
8259 source on MSDOS and other systems which have 8.3 file name restrictions
8260 using djunpack.bat and fnchange.lst.
8261
3e7a2cd9
PE
82622005-12-12 Paul Eggert <eggert@cs.ucla.edu>
8263
8264 * bootstrap (build_cvs_prefix): Remove; unused.
8265 (CVS_PREFIX): Adjust to yesterday's Savannah reorganization
8266 when getting gnulib.
8267
82682005-12-12 "Joel E. Denny" <jdenny@ces.clemson.edu>
8269
8270 * data/glr.c: Reorder typedef declarations for structs to match order
8271 of struct declarations.
8272 Rename yystack everywhere to yystackp except in yyparse where it's not
8273 a pointer.
8274 (yyglrShift): Change parameter YYSTYPE yysval to YYSTYPE* yyvalp for
8275 consistency.
8276 (yyis_table_ninf): Change 0 to YYID (0) to pacify lint.
8277 (yyreportSyntaxError): Add /*ARGSUSED*/ to pacify lint.
8278 (yyparse): Change while (yytrue) to while ( YYID (yytrue)) to pacify
8279 lint.
8280
877519f8
PE
82812005-12-09 Paul Eggert <eggert@cs.ucla.edu>
8282
0eca5a39
PE
8283 * tests/sets.at (Accept): Fix typos in regular expression used to
8284 sed out the final state number.
8285
2cec9080
PE
8286 Work around portability problem on Solaris 10: flex-generated
8287 files include <stdio.h> before <config.h>, which messes up
8288 because the latter defines __EXTENSIONS__. Address the problem
8289 by creating two new little files that include <config.h> first,
8290 then include the flex-generated files. Rewrite everyone else
8291 to include <config.h> first, as well.
8292 * lib/timevar.c: Always include "config.h".
8293 * src/Makefile.am (bison_SOURCES): Replace scan-gram.l with
8294 scan-gram-c.c, and scan-skel.l with scan-skel-c.c.
8295 (EXTRA_bison_SOURCES): New macro.
8296 * src/scan-gram-c.c, src/scan-skel-c.c: New files.
8297 * src/system.h: Don't include config.h.
8298 * src/LR0.c: Include <config.h> first.
8299 * src/assoc.c: Likewise.
8300 * src/closure.c: Likewise.
8301 * src/complain.c: Likewise.
8302 * src/conflicts.c: Likewise.
8303 * src/derives.c: Likewise.
8304 * src/files.c: Likewise.
8305 * src/getargs.c: Likewise.
8306 * src/gram.c: Likewise.
8307 * src/lalr.c: Likewise.
8308 * src/location.c: Likewise.
8309 * src/main.c: Likewise.
8310 * src/muscle_tab.c: Likewise.
8311 * src/nullable.c: Likewise.
8312 * src/output.c: Likewise.
8313 * src/parse-gram.y: Likewise.
8314 * src/print.c: Likewise.
8315 * src/print_graph.c: Likewise.
8316 * src/reader.c: Likewise.
8317 * src/reduce.c: Likewise.
8318 * src/relation.c: Likewise.
8319 * src/state.c: Likewise.
8320 * src/symlist.c: Likewise.
8321 * src/symtab.c: Likewise.
8322 * src/tables.c: Likewise.
8323 * src/uniqstr.c: Likewise.
8324 * src/vcg.c: Likewise.
8325
877519f8
PE
8326 * src/parse-gram.y: Fix minor problems uncovered by lint.
8327 (current_lhs, current_lhs_location): Now static.
8328 (current_assoc): Remove unused variable.
8329
8330 Cleanups so that Bison-generated parsers have less lint.
8331 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate):
8332 Prepend /*ARGSUSED*/, for lint's sake.
8333 * data/glr.c (YYUSE): Properly parenthesize, and use an alternate
8334 definition if 'lint' is defined.
8335 (YYID): New macro (or function, if lint).
8336 All uses of /*CONSTCOND*/0 replaced by YYID(0).
8337 * data/yacc.c: Likewise.
8338 * data/glr.c (yyuserAction, yyuserMerge, yy_reduce_print):
8339 (yyrecoverSyntaxError): Prepend /*ARGSUSED*/.
8340 * data/glr.cc (YYLLOC_DEFAULT): Omit /*CONSTCOND*/ since this code
8341 is C++ only.
8342 * data/lalr1.cc (YYUSE): Just use a cast, since this code is C++ only.
8343 * data/yacc.c (YYSTACK_FREE) [defined YYSTACK_ALLOC]:
8344 Use YYID(0) rather than 0, for lint.
8345 (yystrlen): Rewrite to avoid lint warning about ptrdiff_t overflow.
8346 (yysyntax_error): Rewrite to avoid lint warnings about parenthesization.
8347
f5228370
PE
83482005-12-07 Paul Eggert <eggert@cs.ucla.edu>
8349
8350 * tests/glr-regression.at
8351 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
8352 Close memory leak reported by twlevo.
8353
69ce078b
PE
83542005-12-06 "Joel E. Denny" <jdenny@ces.clemson.edu>
8355
6ff99711
PE
8356 * data/glr.c (yyprocessOneStack, yyparse): Synchronize the shift for
8357 all stacks.
8358 (yyparse): Iterate another stack in order to call user destructors.
69ce078b
PE
8359 * tests/glr-regression.at (No users destructors if stack 0 deleted):
8360 New test case.
8361 (Duplicated user destructor for lookahead): This test now is expected
8362 to succeed.
8363
af3412cd
PE
83642005-12-01 Paul Eggert <eggert@cs.ucla.edu>
8365
32b5b719 8366 * NEWS: Document the following change.
af3412cd
PE
8367 * data/yacc.c: Say "parser skeleton" rather than "file", since
8368 it's no longer just a file.
8369 * data/glr.c: Grant a special exception for C GLR parsers, that
8370 reads like the already-existing exception for C LALR(1) parsers.
8371 * data/glr.cc: Likewise.
8372 * data/lalr1.cc: Likewise.
8373 * data/location.cc: Likewise.
8374 * data/yacc.c: Reword the "written by" statement to clarify that
8375 it was the parser skeleton, not the entire output file.
8376 * data/glr.c: Written by Paul Hilfinger.
8377 * data/glr.cc: Written by Akim Demaille.
8378 * data/lalr1.cc: Likewise.
8379
035aa4a0
PE
83802005-11-18 Paul Eggert <eggert@cs.ucla.edu>
8381
d9963c85
PE
8382 * data/yacc.c (yy_reduce_print, YY_REDUCE_PRINT):
8383 Fix typos in previous change that broke 'make check'.
8384 YY_REDUCE_PRINT cannot be a pseudo-varargs macro; that isn't
8385 supported in C.
8386 * tests/calc.at (_AT_CHECK_CALC,_AT_CHECK_CALC_ERROR):
8387 Don't check NUM-STDERR-LINES, since the output format is fluctuating.
8388 We can revert this once things settle down.
8389
035aa4a0
PE
8390 * src/conflicts.c (conflicts_print): Don't print file name twice
8391 when %expect fails because there were no conflicts.
8392 * doc/bison.texinfo (Expect Decl): Tighten up wording in previous
8393 change.
8394 * tests/conflicts.at (%expect not enough, %expect too much):
8395 (%expect with reduce conflicts): Adjust to new behavior.
8396
83972005-11-18 Akim Demaille <akim@epita.fr>
8398
8399 * src/conflicts.c (conflicts_print): Unsatisfied %expectation are
8400 errors.
8401 * NEWS: Document this.
8402 * doc/bison.texinfo (Expect Decl): Likewise.
8403
d1ff7a7c
AD
84042005-11-16 Akim Demaille <akim@epita.fr>
8405
8406 Generalize the display of semantic values and locations in traces.
8407 * data/glr.c (yy_reduce_print): Fix indices (again).
8408 * data/c++.m4 (b4_rhs_value, b4_rhs_location): Don't expect
8409 literal integers.
8410 * data/lalr1.cc (yyreduce_print): Rename as...
8411 (yy_reduce_print): this.
8412 Display values and locations.
8413 * data/yacc.c (yy_reduce_print): Likewise.
8414 (YY_REDUCE_PRINT): Adjust to pass the required arguments.
8415 (yysymprint): Move higher to be visible from yy_reduce_print).
8416 (yyparse): Adjust.
8417 * tests/calc.at: Adjust the expected length of the traces.
8418
6de5398d
AD
84192005-11-14 Akim Demaille <akim@epita.fr>
8420
8421 * data/glr.c (yy_reduce_print): The loop was quite wrong: type are
8422 from 1 to N, while values and location start at 0.
8423 (b4_rhs_location, b4_rhs_value): Add parens around $1 and $2.
8424
a1373f55
AD
84252005-11-14 Akim Demaille <akim@epita.fr>
8426
8427 * data/glr.c (yy_reduce_print): Fix the $ number.
8428
613d8952
AD
84292005-11-14 Akim Demaille <akim@epita.fr>
8430
8431 "Use" parse parameters.
8432 * data/c.m4 (b4_parse_param_for, b4_parse_param_use): New.
8433 * data/glr.c, data/glr.cc: Use them.
8434 * data/glr.c (YYUSE): Have a C++ definition that supports
8435 non-pointer types.
8436
b2741627
AD
84372005-11-14 Akim Demaille <akim@epita.fr>
8438
8439 * data/glr.c (yyexpandGLRStack): Declare only if defined.
8440
5059b5c8
AD
84412005-11-14 Akim Demaille <akim@epita.fr>
8442
42249483
AD
8443 * data/glr.cc: New.
8444 * data/m4sugar/m4sugar.m4 (m4_prepend): New.
5059b5c8 8445
4626a15d
AD
84462005-11-12 Akim Demaille <akim@epita.fr>
8447
8448 Let position and location be PODs.
8449 * data/location.cc (position::initialize, location::initialize): New.
8450 (position::position, location::location): Define only if
8451 b4_location_constructors is defined.
8452 * data/lalr1.cc (b4_location_constructors): Define it for backward
8453 compatibility.
8454 * doc/bison.texinfo (Initial Action Decl): Use initialize.
8455
84562005-11-12 Akim Demaille <akim@epita.fr>
98ae9643
AD
8457
8458 * data/lalr1.cc: Move the body of the ctor and dtor into the
8459 parser file (instead of the header).
8460 Wrap the implementations in a "namespace yy".
8461
84622005-11-12 Akim Demaille <akim@epita.fr>
8463
8464 Have glr.c include its header file when created.
8465 * data/glr.c (b4_shared_declarations): New.
8466 Output them verbatim in the parser if !%defines, otherwise
8467 output then in the header file, and include it instead.
8468
1989d947
AD
84692005-11-11 Akim Demaille <akim@epita.fr>
8470
8471 * data/glr.c: Comment changes.
8472
84732005-11-11 Akim Demaille <akim@epita.fr>
62b08cfc
AD
8474
8475 When yydebug, report semantic and location values for reductions.
8476 * data/glr.c (yy_reduce_print): Report the semantic values and the
8477 locations.
8478 (YY_REDUCE_PRINT): Adjust.
8479 (yyglrReduce): Use them.
8480 (b4_rhs_value, b4_rhs_location): Remove m4_eval invocations.
8481 * data/c.m4 (b4_yysymprint_generate): Specify the const arguments.
8482 * tests/calc.at (_AT_CHECK_CALC_ERROR): Remove the reduction
8483 traces.
8484
02998094
AD
84852005-11-10 Akim Demaille <akim@epita.fr>
8486
8487 * data/glr.c (yynewGLRStackItem, YY_RESERVE_GLRSTACK): New.
8488 (yyaddDeferredAction, yyglrShift, yyglrShiftDefer): Use them.
8489 (yyexpandGLRStack, YYRELOC): Define only when YYSTACKEXPANDABLE.
8490
5210672f
PE
84912005-11-09 Albert Chin-A-Young <china@thewrittenword.com>
8492
8493 * m4/cxx.m4, examples/Makefile.am: Don't build
8494 examples/calc++ if no C++ compiler is available. (trivial change)
8495
a8991a1d
AD
84962005-11-09 Akim Demaille <akim@epita.fr>
8497
8498 * src/scan-skel.l: Use a couple of asserts.
8499
36b5e963
AD
85002005-11-03 Akim Demaille <akim@epita.fr>
8501
8502 In some (weird) cases, the final state number is incorrect.
8503 Reported by Alexandre Duret-Lutz.
8504 * src/LR0.c (state_list_append): Remove the computation of
8505 final_state.
8506 (save_reductions): Do it here.
8507 (get_state): Alpha conversion.
8508 (generate_states): Use a for loop.
8509 * src/gram.h (item_number_is_rule_number)
8510 (item_number_is_symbol_number): New.
8511 * src/state.c: Use assert.
8512 * src/system.h: Include assert.h.
8513 * tests/sets.at (Accept): New.
8514
44e7ead1
PH
85152005-10-30 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
8516
8517 * data/glr.c (yyfill): Adjust comment.
36b5e963 8518 (yyresolveAction): Initialize default location properly
44e7ead1
PH
8519 for empty right-hand sides.
8520 (yydoAction): Ditto.
8521 Add comment explaining apparently dead code.
36b5e963
AD
8522 * tests/glr-regression.at
8523 (Incorrectly initialized location for empty right-hand side in GLR):
44e7ead1 8524 New test.
36b5e963 8525
e10a80ee
PE
85262005-10-30 Paul Eggert <eggert@cs.ucla.edu>
8527
8528 * bootstrap (cleanup_gnulib): New function. Use it to clean up
8529 gnulib when interrupted. This fixes some race conditions and
8530 works around some portability problems (one noted by Paul
8531 Hilfinger).
8532
067b32ee
AD
85332005-10-22 Akim <akim@epita.fr>
8534
8535 * Makefile.cfg: Adjust to config -> build-aux.
8536 Reported by twledo.
8537
4b367315
AD
85382005-10-21 Akim Demaille <akim@epita.fr>
8539
8540 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Pass
8541 the %parse-params.
8542 * data/glr.c (YY_SYMBOL_PRINT, yydestroyGLRState): Adjust.
8543 * data/yacc.c (b4_Pure_if): Rename as...
8544 (b4_yacc_pure_if): this.
8545 (YY_SYMBOL_PRINT, yyparse): Adjust.
8546 * doc/bison.texinfo: Formatting changes.
8547
24cc23d9
AD
85482005-10-21 Akim Demaille <akim@epita.fr>
8549
8550 Finish the transition config -> build-aux.
8551 * configure.ac, Makefile.am: Use build-aux.
8552 * config/prev-version, config/announce-gen, config/Makefile.am:
8553 Move to...
8554 * build-aux/prev-version, build-aux/announce-gen,
8555 * build-aux/Makefile.am: here.
8556
d4476375
AD
85572005-10-14 Akim Demaille <akim@epita.fr>
8558
8559 * examples/calc++/test: Use set -x only when VERBOSE.
8560
302c0aee
PE
85612005-10-13 Paul Eggert <eggert@cs.ucla.edu>
8562
8563 * NEWS: Bison now warns if it finds a stray `$' or `@' in an action.
8564 * src/scan-gram.l (<SC_BRACED_CODE>[$@]): Implement this.
8565
7625ec2c
AD
85662005-10-13 Akim Demaille <akim@epita.fr>
8567
8568 * src/scan-skel.l: Output the base name parts of the parser and
8569 header file names.
302c0aee 8570 * tests/output.at (AT_CHECK_OUTPUT): Support subdirectories, and
7625ec2c
AD
8571 additional checks.
8572 Use this to exercise C++ outputs in subdirs.
8573 Reported by Oleg Smolsky.
8574
ba0fe3c7
PE
85752005-10-12 Paul Eggert <eggert@cs.ucla.edu>
8576
8577 * data/c.m4 (b4_c_function_def): Look at __C99_FUNC__, not at
8578 __STDC_VERSION__, as IBM cc 7.0 doesn't define the latter either.
8579 Problem reported by John P. Hartmann.
8580 * data/yacc.c (YYMODERN_C): Likewise. Don't define if the user has
8581 already defined it.
8582
9b8a5ce0
AD
85832005-10-12 Akim Demaille <akim@epita.fr>
8584
8585 * src/parse-gram.y (version_check): Exit 63 to please missing
8586 (stands for "version mismatch).
8587 * tests/input.at, doc/bison.texinfo: Adjust.
8588
4f6e011e
PE
85892005-10-10 Paul Eggert <eggert@cs.ucla.edu>
8590
8591 Work around portability problems with Visual Age C compiler
8592 (xlc and xlC_r) reported by John P. Hartmann.
8593 * data/location.cc (initial_column, initial_line): Remove.
8594 All uses replaced by 0 and 1.
8595 * src/scan-gram.l (gram_wrap): Redefine to avoid bug in flex 2.5.31
8596 that xlc complains about.
8597 * src/scan-skel.l (skel_wrap): Likewise.
4d7aa45e 8598 * data/c.m4 (b4_c_function_def): Look at __STDC_VERSION__ as well
ba0fe3c7 8599 as __STDC__.
4d7aa45e
PE
8600 * data/yacc.c (YYMODERN_C): New macro, which also looks at
8601 __STDC_VERSION__. Use it everywhere instead of looking at
8602 __STDC__ and __cplusplus.
4f6e011e 8603
a1b3bf8c
AD
86042005-10-10 Akim Demaille <akim@epita.fr>
8605
8606 * examples/calc++/test: Be quiet unless VERBOSE.
8607
412e44aa
PE
86082005-10-05 Paul Eggert <eggert@cs.ucla.edu>
8609
2a4647a3
PE
8610 * data/c.m4 (yydestruct, yysymprint):
8611 Use YYUSE instead of casting to void.
8612 * data/glr.c (YYUSE): New macro.
8613 (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
8614 Use it instead of rolling our own.
8615 (YYLLOC_DEFAULT, YYCHK, YYDPRINTF, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
8616 (YYCHK1):
8617 Use /*CONSTCOND*/ to suppress lint warnings.
8618 * data/lalr1.cc (YYLLOC_DEFAULT, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
8619 (YY_STACK_PRINT): Use 'false' not '0'.
8620 (YYUSE): New macro.
8621 (yysymprint_, yydestruct_): Use it instead of rolling our own.
8622 * data/yacc.c (YYUSE): New macro.
8623 (YYCOPY, YYSTACK_RELOCATE, YYBACKUP, YYLLOC_DEFAULT):
8624 (YYDPRINTF, YY_SYMBOL_PRINT, YY_STACK_PRINT, YY_REDUCE_PRINT):
8625 (yyerrorlab): Use /*CONSTCOND*/ to suppress lint warnings.
8626
8627
412e44aa
PE
8628 * data/m4sugar/m4sugar.m4 (_m4_map): New macro.
8629 (m4_map, m4_map_sep): Use it. Handle the empty list correctly.
8630
88c6637f
PE
86312005-10-04 Paul Eggert <eggert@cs.ucla.edu>
8632
2f4f028d
PE
8633 Undo the parts of the unlocked-I/O change that substituted
8634 putc or puts for printf. This might hurt performance a bit,
8635 but some people prefer the printf style.
8636 * data/c.m4 (yysymprint): Prefer printf to puts and putc.
8637 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): Remove.
8638 All uses replaced by YYFPRINTF and YYDPRINTF.
8639 * data/yacc.c: Likewise.
8640 * lib/bitset.c (bitset_print): Likewise.
8641 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer printf to
8642 putc and puts.
8643 * lib/lbitset.c (debug_lbitset): Likewise.
8644 * src/closure.c (print_firsts, print_fderives): Likewise.
8645 * src/gram.c (grammar_dump): Likewise.
8646 * src/lalr.c (look_ahead_tokens_print): Likewise.
8647 * src/output.c (escaped_output): Likewise.
8648 (user_actions_output): Break apart two printfs.
8649 * src/parse-gram.y (%printer): Prefer printf to putc and puts.
8650 * src/reduce.c (reduce_print): Likewise.
8651 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
8652 * src/system.h: Include unlocked-io.h rathe than stdio.h.
8653
88c6637f
PE
8654 * data/glr.c (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
8655 Use assignments rather than casts-to-void to suppress
8656 unused-variable warnings. This pacifies 'lint'.
8657 * data/lalr1.cc (yysymprint_, yydestruct_): Use a call to suppress
8658 unused-variable warnings.
8659
fb32e373
JMG
86602005-10-03 Juan Manuel Guerrero <juan.guerrero@gmx.de>
8661
8662 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
8663
edb8f44f
PE
86642005-10-02 Paul Eggert <eggert@cs.ucla.edu>
8665
fb9c0b33
PE
8666 Use unlocked I/O for a minor performance improvement on hosts like
8667 GNU/Linux and Solaris that support unlocked I/O. The basic idea
8668 is to use the gnlib unlocked-io module, and to prefer putc and
8669 puts to printf when either will work (since the latter doesn't
8670 come in an unlocked flavor).
8671 * bootstrap (gnulib_modules): Add unlocked-io.
8672 * data/c.m4 (yysymprint): Prefer puts and putc to printf.
8673 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): New macros.
8674 Prefer them to YYFPRINTF and YYDPRINTF if either will do,
8675 and similarly for puts and putc and printf.
8676 * data/yacc.c: Likewise.
8677 * lib/bitset.c (bitset_print): Likewise.
8678 * lib/bitset.h [USE_UNLOCKED_IO]: Include unlocked-io.h.
8679 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer putc and puts
8680 to printf.
8681 * lib/lbitset.c (debug_lbitset): Likewise.
8682 * src/closure.c (print_firsts, print_fderives): Likewise.
8683 * src/gram.c (grammar_dump): Likewise.
8684 * src/lalr.c (look_ahead_tokens_print): Likewise.
8685 * src/output.c (escaped_output): Likewise.
8686 (user_actions_output): Coalesce two printfs.
2f4f028d 8687 * src/parse-gram.y (%printer): Prefer putc and puts to printf.
fb9c0b33
PE
8688 * src/reduce.c (reduce_print): Likewise.
8689 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
2f4f028d 8690 * src/system.h: Include unlocked-io.h rather than stdio.h.
fb9c0b33 8691
edb8f44f
PE
8692 * data/lalr1.cc: Don't put an unmatched ' in a dnl comment, as
8693 this confuses xgettext.
8694
b50d2359
AD
86952005-10-02 Akim Demaille <akim@epita.fr>
8696
8697 * bootstrap (gnulib_modules): Add strverscmp.
8698 * lib/.cvsignore: Add strverscmp.c, strverscmp.h.
8699 * m4/.cvsignore: Add strverscmp.m4.
8700 * src/parse-gram.y (%require): New token, new rule.
8701 (version_check): New.
8702 * src/scan-gram.l (%require): Adjust.
8703 * tests/input.at (AT_REQUIRE): New.
8704 Use it.
8705 * doc/bison.texinfo (Require Decl): New.
8706 (Calc++ Parser): Use %require.
8707
21667f64
AD
87082005-10-02 Akim Demaille <akim@epita.fr>
8709
8710 * data/location.cc: New.
8711
2b81e969
AD
87122005-10-02 Paul Eggert <eggert@cs.ucla.edu>,
8713 Akim Demaille <akim@epita.fr>
8714
8715 Make sure -odir/foo.cc creates dir/location.hh etc.
8716 * src/files.h (spec_outfile, parser_file_name, spec_name_prefix)
8717 (spec_file_prefix, spec_verbose_file, spec_graph_file)
8718 (spec_defines_file): Now const.
8719 (dir_prefix): New.
8720 (short_base_name): Remove.
8721 * src/files.c: Adjust.
8722 (dirname.h): Include.
8723 (base_name): Don't prototype it.
8724 (finput): Remove, duplicates gram_in.
8725 (full_base_name, short_base_name): Replace by...
8726 (all_but_ext, all_but_tab_ext): these.
8727 (compute_base_names): Rename as...
8728 (compute_file_name_parts): this.
8729 Update to compute the new variables, including dir_prefix.
8730 Adjust dependencies.
8731 * src/output.c (prepare): Output them.
8732 * src/reader.c: Adjust to use gram_in, not finput.
8733 * src/scan-skel.l (@dir_prefix@): New.
8734
ad6a9b97
JMG
87352005-10-02 Juan Manuel Guerrero <juan.guerrero@gmx.de>
8736
8737 * lib/subpipe.c: New function end_of_output_subpipe() added
8738 to allow support for non-posix systems. This is a no-op function
8739 for posix systems.
8740
8741 * lib/subpipe.h: New function end_of_output_subpipe() added
8742 to allow support for non-posix systems. This is a no-op function
8743 for posix systems.
8744
8745 * src/output.c (output_skeleton): Use end_of_output_subpipe() to
8746 handle the lack of pipe/fork functionality on non-posix systems.
8747
8748 * djgpp/Makefile.maint: DJGPP specific file.
8749
8750 * djgpp/README.in: DJGPP specific file.
8751
8752 * djgpp/config.bat: DJGPP specific configuration file.
8753
8754 * djgpp/config.sed: DJGPP specific configuration file.
8755
8756 * djgpp/config.site: DJGPP specific configuration file.
8757
8758 * djgpp/config_h.sed: DJGPP specific configuration file.
8759
8760 * djgpp/subpipe.c: DJGPP specific replacement file for lib/subpipe.c.
8761
8762 * djgpp/subpipe.h: DJGPP specific replacement file for lib/subpipe.h.
8763
fc695704
AD
87642005-10-02 Akim Demaille <akim@epita.fr>
8765
8766 * data/location.cc: New, extract from...
8767 * data/lalr1.cc: here.
8768 (location.hh): Include it after the user prologue, in case the
8769 filename type is defined by the user.
8770 Forward declation location and position before the pre-prologue.
8771 (yyresult_): Rename as...
8772 (yyresult): this, it's a local variable, not an attribute.
8773 * data/Makefile.am (dist_pkgdata_DATA): Adjust.
8774
87752005-10-01 Akim Demaille <akim@epita.fr>
5215c87f
AD
8776
8777 * examples/extexi: Restore the #line generation.
8778
fb9712a9
AD
87792005-09-30 Akim Demaille <akim@epita.fr>,
8780 Alexandre Duret-Lutz <adl@gnu.org>
8781
8782 Move the token type and YYSTYPE in the parser class.
8783 * data/lalr1.cc (stack.hh, location.hh): Include earlier.
8784 (parser::token): New, from the moved free definition of tokens.
8785 (parser::semantic_value): Now a full definition instead of an
8786 indirection to YYSTYPE.
8787 (b4_post_prologue): No longer included in the header file, but
8788 in the implementation file.
8789 * doc/bison.texi (C+ Language Interface): Update.
8790 * src/parse-gram.y: Support unary %define.
8791 * tests/actions.at: Define global_tokens_and_yystype for backward
8792 compatibility until we update the tests.
8793 * tests/calc.at: Idem.
8794 (first_line, first_column, last_line, last_column): Define for lalr1.cc
8795 to simplify the code.
8796
55f0c7b1
PE
87972005-09-29 Paul Eggert <eggert@cs.ucla.edu>
8798
8799 Port to SunOS 4.1.4, which lacks strtoul and strerror.
8800 Ah, the good old days! Problem reported by Peter Klein.
8801 * bootstrap (gnulib_modules): Add strerror, strtoul.
8802 * lib/.cvsignore: Add strerror.c, strtol.c, strtoul.c
8803 * m4/.cvsignore: Add strerror.m4, strtol.m4, strtoul.m4.
8804
fb9712a9 88052005-09-29 Akim Demaille <akim@epita.fr>
d4fb5e3c
AD
8806
8807 * data/c.m4 (b4_error_verbose_if): New.
8808 * data/lalr1.cc: Use it.
8809 (YYERROR_VERBOSE_IF): Remove.
8810 (yyn_, yylen_, yystate_, yynerrs_, yyerrstatus_): Remove as
8811 parser members, replaced by...
8812 (yyn, yylen, yystate, yynerss, yyerrstatus): these parser::parse
8813 local variables.
8814 (yysyntax_error_): Takes the state number as argument.
8815 (yyreduce_print_): Use the argument yyrule, not the former
8816 attribute yyn_.
8817
8a6f72f3
PE
88182005-09-26 Paul Eggert <eggert@cs.ucla.edu>
8819
8820 * bootstrap (gnulib_modules): Add verify.
8821 * lib/.cvsignore: Add verify.h.
8822 * src/getargs.c: Use ARGMATCH_VERIFY rather than verify.
8823 * src/system.h (verify): Remove.
8824 Include verify.h instead.
8825 * src/tables.c (tables_generate): Use new API for 'verify'.
8826
0d50976f
PE
88272005-09-21 Paul Eggert <eggert@cs.ucla.edu>
8828
ebc3737e
PE
8829 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Do not use
8830 local variables whose names begin with 'yy'.
8831 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
8832 Trivial changes from Joel E. Denny.
8833
0d50976f
PE
8834 * bootstrap (gnulib_modules): Remove alloca. Bison doesn't need
8835 it itself.
8836 * src/main.c (main) [C_ALLOCA]: Don't flush alloca'ed memory; we
8837 don't use alloca any more.
8838
8839 * data/yacc.c [YYSTACK_USE_ALLOCA && !defined __GNUC__ && ! defined
8840 __BUILTIN_VA_ARG_INCR && ! defined _AIX && ! defined _MSC_VER &&
62c4328e 8841 defined _ALLOCA_H]: Don't include <stdlib.h>; not needed in this case.
0d50976f
PE
8842 * tests/torture.at (Exploding the Stack Size with Alloca): Adjust
8843 to match yacc.c, to test more hosts.
8844
a05b79df
PE
88452005-09-20 Paul Eggert <eggert@cs.ucla.edu>
8846
55289366
PE
8847 * data/yacc.c (YYSIZE_T): Reindent to make it clearer. This
8848 doesn't affect behavior.
8849 (YYSTACK_ALLOC) [YYSTACK_USE_ALLOCA]: Improve support for
8850 Solaris, AIX, MSC.
8851 (_STDLIB_H): Renamed from YYINCLUDED_STDLIB_H. All uses changed.
8852 This works a bit better with glibc, if user code has already included
8853 stdlib.h.
8854 * doc/bison.texinfo (Bison Parser): Document that users can't
8855 arbitrarily use malloc and free for other purposes. Document
8856 that <alloca.h> and <malloc.h> might be included.
8857 (Table of Symbols): Under YYSTACK_USE_ALLOCA, Don't claim that the
8858 user must declare alloca.
8859
a05b79df
PE
8860 * HACKING (release): Forwarn the Translation Project about
8861 stable releses.
8862
3ab2ca22
AD
88632005-09-20 Akim Demaille <akim@epita.fr>
8864
8865 * data/glr.c: Use b4_token_enums, not b4_token_enums_defines.
8866
a9739e7c
PE
88672005-09-19 Paul Eggert <eggert@cs.ucla.edu>
8868
a702593e
PE
8869 * data/yacc.c (YYSIZE_MAXIMUM): New macro.
8870 (YYSTACK_ALLOC_MAXIMUM): Use it.
8871 (yysyntax_error): New function.
8872 (yyparse) [YYERROR_VERBOSE]: Don't leak memory indefinitely if
8873 multiple syntax errors are reported, and alloca is being used.
8874 Instead, reallocate buffers twice as big each time, so that
8875 we waste at most half the allocated memory. Start with a small
8876 (128-byte) buffer that will suffice in most cases anyway.
8877 Use yysyntax_error to do most of the work.
8878
8879 * doc/bison.texinfo (Error Reporting, Table of Symbols):
8880 yynerrs is the number of errors reported, not the number of
8881 errors encountered.
8882
a9739e7c
PE
8883 * tests/glr-regression.at (Duplicated user destructor for lookahead):
8884 Mark it as expected to fail.
8885 Cast result of malloc; problem reported by twlevo@xs4all.nl.
8886 * tests/actions.at, tests/calc.at, tests/glr-regression.at:
8887 Don't start user-code symbols with "yy", to avoid name space problems.
8888
f479c6c6
AD
88892005-09-19 Akim Demaille <akim@epita.fr>
8890
8891 Remove the traits, failed experiment.
8892 It never proved useful, and anyway because of the current
8893 definition, it was not possible to have several specialization of
8894 this traits, making it useless.
8895 * data/lalr1.cc (yy:traits): Remove.
8896 Inline its definitions in the parser class.
8897
e2586f82
AD
88982005-09-19 Akim Demaille <akim@epita.fr>
8899
8900 * tests/atlocal.in (LIBS): Pass INTLLIBS to address failures on at
8901 least Mac OSX with a /usr/local install of gettext.
8902
2e8cf949
AD
89032005-09-19 Akim Demaille <akim@epita.fr>
8904
8905 * data/lalr1.cc (yyparse): Rename yylooka and yyilooka as yychar
8906 and yytoken for similarity with the other skeletons.
8907
c7fb0b90
AD
89082005-09-19 Akim Demaille <akim@epita.fr>
8909
4e26c69e 8910 * NEWS, configure.ac: update version number to 2.1a.
c7fb0b90 8911
1bd0deda
PE
89122005-09-16 Paul Eggert <eggert@cs.ucla.edu>
8913
8914 * NEWS: Version 2.1.
8915
8916 * NEWS: Remove notice of yytname change, since it was never in an
8917 official release.
8918 * data/glr.c (yydestroyGLRState): Rename local var to avoid shadowing
8919 diagnostic.
8920 * src/output.c (prepare): Likewise.
8921 * data/lalr1.cc (YYERROR_VERBOSE_IF): New macro.
8922 (yysyntax_error_): Use it to avoid GCC warning when YYERROR_VERBOSE
8923 is not defined. This is an awful hack, but it's enough for now.
8924 All callers changed.
8925 * tests/glr-regression-at (make_value): Args are const pointers now,
8926 to avoid GCC warning.
8927 (Duplicated user destructor for lookahead): New test. Currently
8928 skipped. It fails on my host but I'm not sure it'll always fail.
8929
89302005-09-16 Akim Demaille <akim@epita.fr>
c1432f65
AD
8931
8932 * src/symtab.h (struct symbol): Declare the printer and destructor
8933 as const, to avoid accidental calls to free.
8934 (symbol_destructor_set, symbol_printer_set): Adjust.
8935 * src/symtab.c: Adjust.
8936
1bd0deda 89372005-09-16 Akim Demaille <akim@epita.fr>
cf147260
AD
8938
8939 * data/c.m4 (b4_token_enums): New.
8940 (b4_token_defines): Rename as...
8941 (b4_token_enums_defines): this.
8942 (b4_token_defines): New, output only the #defines.
8943 * data/yacc.c, data/glr.c: Adjust.
8944 * data/lalr1.cc: Use b4_token_enums instead of b4_token_enums_defines.
8945 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Define
8946 as default values.
8947
dbcdae2d
AD
89482005-09-16 Akim Demaille <akim@epita.fr>
8949
8950 * data/lalr1.cc (yylex_): Remove, inline its code.
8951 (yyreport_syntax_error_): Remove, replaced by...
8952 (yysyntax_error_): this which returns a string and leaves to the
8953 caller the call to the users' error function.
8954 (yylooka_, yyilooka_, yylval, yylloc, yyerror_range_, yyval, yyloc):
8955 Move from members of the parser object...
8956 (yylooka, yyilooka, yylval, yylloc, yyerror_range, yyval, yyloc):
8957 to local variables of the parse function.
8958
70d8f291
AD
89592005-09-16 Akim Demaille <akim@epita.fr>
8960
8961 * doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF
8962 since it's in Bison's name space.
8963
b47dbebe
PE
89642005-09-15 Paul Eggert <eggert@cs.ucla.edu>
8965
ae199bf1
PE
8966 * data/glr.c (yyresolveValue): Add default case to pacify
8967 gcc -Wswitch-default. Problem reported by twlevo@xs4all.nl.
8968
b47dbebe
PE
8969 * NEWS: Document when yyparse started to return 2.
8970 * doc/bison.texinfo (Parser Function): Document when yyparse
8971 returns 2.
8972
8973 * data/lalr1.cc: Revert part of previous change, as it's incompatible.
8974 (b4_filename_type): Renamed back from b4_file_name_type. All uses
8975 changed.
8976 (class position): file_name -> filename (reverting). All uses changed.
8977
89782005-09-14 Paul Eggert <eggert@cs.ucla.edu>
8979
8980 * examples/calc++/Makefile.am ($(calc_sources_generated)): Don't
8981 do anything if $@ exists. This reverts part of the 2005-07-07
8982 patch.
8983
00292f66
PE
89842005-09-11 Paul Eggert <eggert@cs.ucla.edu>
8985
8986 * Makefile.am (EXTRA_DIST): Do not distribute REFERENCES; it
8987 contains obsolete information and isn't worth distributing as a
8988 separate file anyway.
8989 * data/glr.c [defined YYSETJMP]: Don't include <setjmp.h>.
8990 (YYJMP_BUF, YYSETJMP, YYLONGJMP) [!defined YYSETJMP]: New macros.
8991 All uses of jmp_buf, setjmp, longjmp changed to use these instead.
8992 (yyparse): Abort if user code uses longjmp to throw an unexpected
8993 value.
8994
a420f962
PE
89952005-09-09 Paul Eggert <eggert@cs.ucla.edu>
8996
00292f66
PE
8997 * data/c.m4 (b4_identification): Define YYBISON_VERSION.
8998 Suggested by twlevo@xs4all.nl.
8999
127287e9
PE
9000 * data/glr.c (YYCHK1): Do not assume YYE is in range.
9001 This avoids a diagnostic from gcc -Wswitch-enum.
9002 Problem reported by twlevo@xs4all.nl.
9003
a420f962
PE
9004 * doc/bison.texinfo: Don't use "filename", as per GNU coding
9005 standards. Use "file name" or "file" or "name", depending on
9006 the context.
9007 (Invocation): The output of "bison hack/foo.y" goes to foo.tab.c,
9008 not to hack/foo.tab.c.
9009 (Calc++ Top Level): 2nd arg of main is not const.
48b16bbc
PE
9010 * data/glr.c: b4_filename -> b4_file_name.
9011 * data/lalr1.cc: Likewise. Also, b4_filename_type -> b4_file_name_type.
9012 All uses changed.
9013 (class position): filename -> file_name. All uses changed.
9014 * data/yacc.c: b4_filename -> b4_file_name.
9015 * lib/bitset.h: filename -> file_name in local vars.
9016 * lib/bitset_stats.c: Likewise.
9017 * src/files.c: Likewise.
9018 * src/scan-skel.l ("@output ".*\n): Likewise.
9019 * src/files.c (file_name_split): Renamed from filename_split.
9020 * src/muscle_tab.c (muscle_init): Output b4_file_name, not b4_filename.
a420f962
PE
9021
90222005-09-08 Paul Eggert <eggert@cs.ucla.edu>
9023
9024 * lib/.cvsignore: Add pipe-safer.c, stdio--.h, unistd--.h,
9025 to accommodate latest gnulib.
9026
9027 * tests/glr-regression.at (Duplicate representation of merged trees):
9028 Add casts to pacify g++. Problem reported by twlevo@xs4all.nl.
9029
9030 * bootstrap: Add comment as to why the AM_LANGINFO_CODESET hack is
9031 needed.
9032
42a6501d
PE
90332005-08-26 Paul Eggert <eggert@cs.ucla.edu>
9034
9035 * data/glr.c (yydestroyGLRState): Renamed from yydestroyStackItem.
9036 All uses changed. Invoke user destructor after an error during a
9037 split parse (trivial change from Joel E. Denny).
9038
9039 * tests/glr-regression.at
9040 (User destructor after an error during a split parse): New test case.
9041 Problem reported by Joel E. Denny in:
9042 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00029.html
9043
ef9a1faf
PE
90442005-08-25 Paul Eggert <eggert@cs.ucla.edu>
9045
5b4aaf78
PE
9046 * README-cvs: Give URLs for recommended tools.
9047 Mention Gzip version problem, and bootstrapping issues.
9048 Remove troubleshooting section, as it's somewhat obsolete.
9049
b5240ba5
PE
9050 * bootstrap (no_cache): New var, to accommodate different wget
9051 variants. Use it instead of '-C off'. Problem reported by
9052 twlevo@xs4all.nl.
9053
ef9a1faf
PE
9054 * data/glr.c (yydestroyStackItem): New function.
9055 (yyrecoverSyntaxError, yyreturn): Use it to improve quality of
9056 debugging information. Problem reported by Joel E. Denny.
9057
e6efa9da
AD
90582005-08-25 Akim Demaille <akim@epita.fr>
9059
9060 * tests/local.at (AT_COMPILE_CXX): Pass $LINKS too.
9061
adc90f13
PE
90622005-08-24 Paul Eggert <eggert@cs.ucla.edu>
9063
9064 * data/glr.c (yyrecoverSyntaxError, yyreturn):
9065 Don't invoke destructor on unresolved entries.
9066 * tests/glr-regression.at
9067 (User destructor for unresolved GLR semantic value): New test case.
9068 Problem reported by Joel E. Denny in:
9069 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00016.html
9070
f9315de5
PE
90712005-08-21 Paul Eggert <eggert@cs.ucla.edu>
9072
15d29c1f
PE
9073 * lib/.cvsignore: Remove realloc.c, strncasecmp.c, xstrdup.c.
9074 Add strnlen.c.
9075 * m4/.cvsignore: Remove codeset.m4, gettext.m4, lib-ld.m4,
9076 lib-prefix.m4, po.m4.
9077
dd5f2af2
PE
9078 * data/glr.c (yyreturn): Use "Cleanup:" rather than "Error:"
9079 in yydestruct diagnostic, since it might not be an error.
9080 Problem reported by Joel Denny near end of
9081 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
6250acbd 9082 * data/lalr1.cc (yyerturn): Likewise.
dd5f2af2
PE
9083 * data/yacc.c (yyreturn): Likewise.
9084 * tests/calc.at (_AT_CHECK_CALC_ERROR): Adjust to the above change.
9085
9086 * src/files.c: Remove obsolete FIXME comment.
9087
9088 * data/glr.c (YY_SYMBOL_PRINT): Append a newline, for consistency
9089 with the other templates, and to fix bogus run-on messages such
9090 as the one reported at the end of
9091 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
9092 All callers changed to avoid the newline.
9093 (yyprocessOneStack): Output two lines rather than one, to accommodate
9094 the above change. This changes the debug output format slightly.
9095
f9315de5
PE
9096 * data/glr.c (yyresolveValue): Fix redundant parse tree problem
9097 reported by Joel E. Denny in
9098 <http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00004.html>
9099 (trivial change).
9100 * tests/glr-regression.at (Duplicate representation of merged trees):
9101 New test, from Joel E. Denny in:
9102 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00013.html>.
9103 * THANKS: Add Joel E. Denny.
9104
9105 * configure.ac (AC_INIT): Bump to 2.0c.
9106
04098407
PE
91072005-07-24 Paul Eggert <eggert@cs.ucla.edu>
9108
9109 * NEWS: Version 2.0b.
9110
ca5d2013
PE
9111 * Makefile.am (SUBDIRS): Put examples before tests, so that
9112 "make check" doesn't finish with "All 1 tests passed".
9113
3d54b576
PE
9114 * tests/regression.at (Token definitions): Don't rely on
9115 AT_PARSER_CHECK for data that contains backslashes. It currently
9116 uses 'echo', and 'echo' isn't portable if its argument contains
9117 backslashes. Problem found on OpenBSD 3.4. Also, do not assume
9118 that the byte '\0xff' is not printable in the C locale; it is,
9119 under OpenBSD 3.4 (!). Luckily, '\0x80' through '\0x9e' are
9120 not printable, so use '\0x81' to test.
9121
d53ae497
PE
9122 * data/glr.c (YYOPTIONAL_LOC): Define even if it's not a recent
9123 version of GCC, since the macro is used with non-GCC compilers.
9124
fc01665e
PE
9125 Fix core dump reported by Pablo De Napoli in
9126 <http://lists.gnu.org/archive/html/bug-bison/2005-07/msg00053.html>.
9127 * tests/regression.at (Invalid inputs with {}): New test.
9128 * src/parse-gram.y (token_name): Translate type before using
9129 it as an index.
9130
04098407
PE
9131 * data/glr.c (ATTRIBUTE_UNUSED): Remove, since it infringes on
9132 the user's name space. All uses changed to __attribute__
9133 ((__unused__)).
9134 (yyFail, yyMemoryExhausted, yyreportAmbiguity):
9135 Add __attribute__ ((__noreturn__)).
9136
9137 * etc/clcommit: Remove. We weren't using it, and it failed
9138 "make maintainer-distcheck".
9139 * Makefile.maint: Merge from coreutils.
9140 (CVS_LIST, CVS_LIST_EXCEPT): New macros.
9141 (syntax-check-rules): Change list of rules as described below.
9142 (sc_cast_of_alloca_return_value, sc_dd_max_sym_length):
9143 (sc_file_system, sc_obsolete_symbols, sc_prohibit_atoi_atof):
9144 (sc_prohibit_jm_in_m4, sc_root_tests, sc_tight_scope):
9145 (sc_trailing_space): New rules.
9146 (sc_xalloc_h_in_src): Remove.
9147 (sc_cast_of_argument_to_free, sc_cast_of_x_alloc_return_value):
9148 (sc_space_tab, sc_error_exit_success, sc_changelog):
9149 (sc_system_h_headers, sc_sun_os_names, sc_unmarked_diagnostics):
9150 (makefile-check, po-check, author_mark_check):
9151 (makefile_path_separator_check, copyright-check):
9152 Use grep -n, to make it easier to find violations.
9153 Use CVS_LIST and CVS_LIST_EXCEPT.
9154 (header_regexp, h_re): Remove.
9155 (dd_c): New macro.
9156 (sc_dd_max_sym_length, .re-list, news-date-check): New rules.
9157 (my-distcheck): Use more-modern GCC flags.
9158 (signatures, %.asc): Remove.
9159 (rel-files, announcement): Remove signatures.
9160 Restore old updating code, even though we don't use it, so
9161 that we're the same as coreutils.
9162 (alpha, beta, major): Depend on news-date-check.
9163 Make the upload commands.
9164
9165 * data/c.m4, data/lalr1.cc, data/yacc.c: Normalize white space.
9166 * lib/abitset.h, lib/bbitset.h, lib/bitset.h: Likewise.
9167 * lib/bitset_stats.c, lib/ebitset.h, lib/lbitset.c: Likewise.
9168 * lib/libitset.h, lib/timevar.c, lib/vbitset.h: Likewise.
9169 * src/Makefile.am, src/gram.c, src/muscle_tab.h: Likewise.
9170 * src/parse-gram.y, src/system.h, src/tables.c, src/vcg.c: Likewise.
9171 * src/vcg_defaults.h, tests/cxx-type.at, tests/existing.at: Likewise.
9172 * tests/sets.at: Likewise.
9173
9174 * data/m4sugar/m4sugar.m4: Sync from Autoconf, except that
9175 we comment out the Autoconf version number.
9176 * doc/bison.texinfo (Calc++ Scanner): Don't use atoi, as
9177 it's error-prone and "make maintainer-distcheck" rejects it.
9178
9179 * lib/subpipe.c: Include <fcntl.h> without checking for HAVE_FCNTL_H.
9180 Indent calls to "error" to pacify "make maintainer-distcheck",
9181 when the calls are not intended to be translated.
9182 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't check for fcntl.h.
9183
9184 * src/Makefile.am (DEFS): Use +=, to pacify
9185 "make maintainer-distcheck".
9186 (bison_SOURCES): Add scan-skel.h.
9187 (sc_tight_scope): New rule, from coreutils.
9188
9189 * src/files.c (src_extension, header_extension):
9190 Now static, not extern.
9191 * src/getargs.c (short_options): Likewise.
9192 * src/muscle_tab.c (muscle_table): Likewise.
9193 * src/parse-gram.y (current_class, current_type, current_prec):
9194 Likewise.
9195 * src/reader.c (grammar_end, previous_rule_end): Likewise.
9196 * src/getargs.h: Redo comments to pacify "make maintainer-distcheck".
9197 * src/main.c (main): Cast bindtextdomain and textdomain calls to
9198 void, to avoid warning when NLS is disabled.
9199 * src/output.c: Include scan-skel.h.
9200 (scan_skel): Remove decl, since scan-skel.h does this.
9201 (output_skeleton):
9202 Indent calls to "error" to pacify "make maintainer-distcheck".
9203 * src/print_graph.c: Don't include <obstack.h>, as system.h does this.
9204 * src/reader.h (gram_end, gram_lineno): New decls to pacify
9205 "make maintainer-distcheck".
9206 * src/scan-skel.l (skel_lex, skel_get_lineno, skel_get_in):
9207 (skel_get_out, skel_get_leng, skel_get_text, skel_set_lineno):
9208 (skel_set_in, skel_set_out, skel_get_debug, skel_set_debug):
9209 (skel_lex_destroy, scan_skel): Move these decls to...
9210 * src/scan-skel.h: New file.
9211 * src/uniqstr.c (uniqstr_assert):
9212 Indent calls to "error" to pacify "make maintainer-distcheck".
9213
9214 * tests/Makefile.am ($(srcdir)/package.m4): Use $(VAR),
9215 not @VAR@.
9216
9217 * tests/torture.at: Revamp to avoid misuse of atoi that
9218 "make maintainer-distcheck" complained about.
9219
9220 * examples/extexi (message): Don't print a message more than once,
9221 and omit line-number decoration that makes Emacs compile think
9222 that informative messages are worth worrying about.
9223
92242005-07-22 Paul Eggert <eggert@cs.ucla.edu>
9225
9226 * configure.ac: Update version number.
9227
9228 * Makefile.am (SUBDIRS): Add examples; somehow this got removed
9229 accidentally.
9230 * examples/calc++/calc++-parser.yy: Remove from CVS, as it's
9231 autogenerated by the maintainer.
9232 * examples/calc++/.cvsignore: Add *.yy.
9233
9234 * lib/bitset.c (bitset_alloc): Don't cast xcalloc result.
9235 * lib/bitset_stats.c (bitset_stats_init): Likewise.
9236 * lib/bitsetv.c (bitsetv_alloc): Likewise.
9237
9238 * po/POTFILES.in: Add lib/xalloc-die.c; remove lib/xmalloc.c.
9239
9240 * src/relation.c (relation_transpose): Rewrite to avoid bogus complaint
9241 from maintainer-distcheck about casting the argument of 'free'.
9242
9243 * NEWS: Mention recent yytname changes.
9244 * THANKS: Add Anthony Heading, twlevo@xs4all.nl.
9245
9246 * bootstrap: For translations that have not yet been upgraded to
9247 the new runtime-po domain, prime the pump by extracting the
9248 relevant strings from the obsolete translations. This code can be
9249 removed once the bison-runtime domain has been translated by each
9250 team.
9251
9252 * src/scan-gram.l (<SC_PRE_CODE>.): Don't double-quote token names,
9253 now that token names are already quoted.
9254
9255 Fix problem reported by Anthony Heading.
9256 * data/glr.c (YYTOKEN_TABLE): New macro.
9257 (yytname): Define if YYTOKEN_TABLE.
9258 * data/yacc.c (YYTOKEN_TABLE, yytname): Likewise.
9259 * data/lalr1.cc (YYTOKEN_TABLE, yytname_): Likewise.
9260 (YYERROR_VERBOSE): Define the same way the other skeletons do.
9261 * src/output.c (prepare_symbols): Output token_table_flag.
9262
0ffda363
PE
92632005-07-21 Paul Eggert <eggert@cs.ucla.edu>
9264
9265 * data/glr.c (yyinitGLRStack, yyreturn): Don't call malloc
9266 again if the first call fails.
9267
9268 * data/glr.c (yytnamerr): New function.
9269 (yyreportSyntaxError): Use it to dequote most string literals.
9270 * data/lalr1.c (yytname_): Renamed from yyname_, for compatibility
9271 with other skeletons. All uses changed.
9272 (yytnameerr_): New function.
9273 (yyreport_syntax_error): Use it to dequote most string literals.
9274 * data/yacc.c (yytnamerr): New function.
9275 (yyerrlab): Use it to decode most string literals.
9276 * doc/bison.texinfo (Decl Summary, Calling Convention):
9277 Clarify quoting convention of yytname.
9278 * src/output.c (prepare_symbols): Quote all names. This undoes
9279 the 2005-04-17 change, which is now accomplished (mostly) via
9280 changes in the parsers as described above.
9281 * tests/regression.at (Token definitions, Web2c Actions):
9282 Undo most 2005-04-17 change here, too.
9283
92842005-07-20 Paul Eggert <eggert@cs.ucla.edu>
9285
9286 Fix more problems reported by twlevo@xs4all.nl.
9287 * tests/cxx-type.at: Don't pipe output of ./types through sed to
9288 remove trailing spaces. This loses the exit status of ./types,
9289 and isn't needed since ./types shouldn't be emitting trailing
9290 spaces.
9291 * data/glr.c (yyreturn): Don't pop stack if yyinitStateSet failed,
9292 as the stack isn't valid in that case.
9293
9294 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
9295 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
9296 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
9297 Add declarations to pacify "gcc -Wmissing-prototypes" when flex 2.5.31
9298 is used.
9299 * src/scan-skel.l (skel_get_lineno, skel_get_in, skel_get_out):
9300 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
9301 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
9302 Likewise.
9303
9304 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Work even with
9305 overly-picky compilers that reject 'char *foo = "bar";'.
9306
9307 * src/symtab.c (SYMBOL_ATTR_PRINT, symbol_print): Direct output
9308 to FILE * parameter, not to stderr. This fixes a typo introduced
9309 in the 2005-07-12 change.
9310
9311 * lib/subpipe.c (create_subpipe): Rewrite slightly to avoid
9312 warnings from GCC 4.
9313
9314 * data/glr.c (yyexpandGLRStack, yyaddDeferredAction, yyexpandGLRStack):
9315 (yyglrShiftDefer, yysplitStack):
9316 Remove unused parameters b4_pure_formals. All uses changed.
9317 (yyglrShift): Remove unused parameters b4_user_formals.
9318 All uses changed.
9319 (yyglrReduce): Removed unused parameter yylocp. All uses changed.
9320
6100a9aa
PE
93212005-07-18 Paul Eggert <eggert@cs.ucla.edu>
9322
258b75ca
PE
9323 Destructor cleanups and regularization among the three skeletons.
9324 * NEWS: Document the behavior changes.
9325 * data/glr.c (yyrecoverSyntaxError): Don't bother to pop the
9326 stack before failing, as the cleanup code will do it for us now.
9327 * data/lalr1.cc (yyerrlab): Likewise.
9328 * data/glr.c (yyparse): Pop everything off the stack before
9329 freeing it, so that destructors get called properly.
9330 * data/lalr1.cc (yyreturn): Likewise.
9331 * data/yacc.c (yyreturn): Pop and destroy the start symbol, too.
9332 This is more consistent.
9333 * doc/bison.texinfo (Destructor Decl): Mention more reasons
9334 why destructors might be called. 1.875 -> 2.1.
9335 (Destructor Decl, Decl Summary, Table of Symbols):
9336 Some English-language cleanups for %destructor.
9337 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
9338 Add output line for destructor of start symbol.
9339 * tests/calc.at (AT_CHECK_CALC): Add one to line counts,
9340 because of that same extra output line.
9341
1a059451
PE
9342 * NEWS: Document minor wording changes in diagnostics of
9343 Bison-generated parsers.
9344 * data/glr.c (yyMemoryExhausted): Renamed from yyStackOverflow.
9345 Remove unused formals. All uses changed.
9346 (yyreportAmbiguity): "ambiguity detected" -> "syntax is ambiguous".
9347 (yyparse): Rename yyoverflowlab to yyexhaustedlab.
9348 * data/yacc.c (yyparse): "parser stack overflow" -> "memory exhausted".
9349 Rename yyoverflowab to yyexhaustedlab.
9350 When memory exhaustion occurs during syntax-error reporting,
9351 report it separately rather than in a single diagnostic; this
9352 eases translation.
9353 * doc/bison.texinfo (Memory Management): Renamed from Stack Overflow.
9354 (Memory Exhausted): Renamed from Parser Stack Overflow.
9355 Revamp wording slightly to prefer "memory exhaustion".
9356 * tests/actions.at: "parser stack overflow" -> "memory exhausted".
9357
97460c78
PE
9358 * data/c.m4 (b4_yysymprint_generate): Use YYFPRINTF, not fprintf.
9359
30757c8c
PE
9360 Add i18n support to the GLR skeleton. Partially fix the C++
9361 skeleton; a C++ expert needs to finish this. Remove debugging
9362 msgids; there's little point to having them translated, since they
9363 can be understood only by someone who can read the
9364 (English-language) source code.
9365
9366 Generate runtime-po/bison-runtime.pot automatically, so that we
9367 don't have to worry about garbage getting in that file. We'll
9368 make sure after the next official release that old msgids don't
9369 get lost. See
9370 <http://lists.gnu.org/archive/html/bison-patches/2005-07/msg00119.html>.
9371
9372 * runtime-po/Makefile.in.in, runtime-po/bison-runtime.pot: Remove.
9373 Now auto-generated.
9374 * PACKAGING: Don't claim that Gawk, GCC, Perl use this method yet.
9375 Fix typos in explanations of the runtime file.
9376 * bootstrap: Change gettext keyword from YYI18N to YY_.
9377 Use standard Makefile.in.in in runtime-po, since we'll arrange
9378 for backward-compatible bison-runtime.po files in a different way.
9379 * data/glr.c (YY_): New macro, from yacc.c.
9380 (yyuserAction, yyreportAmbiguity, yyreportSyntaxError, yyparse):
9381 Translate messages intended for users.
9382 (yyreportSyntaxError): Change "virtual memory" to "memory" to match
9383 the wording in the other skeletons. We don't know that the memory
9384 is virtual.
9385 * data/lalr1.cc (YY_): Renamed from _. All uses changed.
9386 Use same method that yacc.c uses.
9387 Don't translate debugging messages.
9388 (yy::yyreport_syntax_error): Put in a FIXME for the i18n stuff;
9389 it doesn't work (yet), and requires C++ expertise to fix.
9390 * data/yacc.c (YY_): Renamed from YY18N. All uses changed.
9391 Move defn to a more logical place, to be consistent with other
9392 skeletons.
9393 Don't translate debugging messages.
9394 Don't assume line numbers fit in unsigned int; use unsigned long fmts.
9395 * doc/bison.texinfo: Mention <libintl.h>. Change glibc cross reference
9396 to gettext cross reference. Add indexing terms. Mention YYENABLE_NLS.
9397 * runtime-po/POTFILES.in: Add data/glr.c, data/lalr1.cc.
9398
ac8c5689
PE
9399 Fix yyerror / yylex test glitches noted by twlevo@xs4all.nl.
9400 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Have yyerror return
9401 void, not int.
9402 * tests/glr-regression.at (Badly Collapsed GLR States):
9403 Likewise.
9404 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
9405 yylex should return 0 at EOF rather than aborting.
9406
6100a9aa
PE
9407 Improve tests for stack overflow in GLR parser.
9408 Problem reported by twlevo@xs4all.nl.
9409 * data/glr.c (struct yyGLRStack): Remove yyerrflag member.
9410 All uses removed.
9411 (yyStackOverflow): Just longjmp, but with value 2 so that caller
9412 can handle the problem.
9413 (YYCHK1): Use goto (a la yacc.c) rather than setting a flag.
9414 (yyparse): New local variable yyresult to record the result.
9415 Use result of setjmp to set it, rather than storing itinto
9416 struct.
9417 (yyDone): Remove label.
9418 (yyacceptlab, yyabortlab, yyoverflowlab, yyreturn): New labels,
9419 to mimic yacc.c. Do not discard lookahead if it's EOF (possible
9420 if YYABORT is used).
9421 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Exit with
9422 yyparse status; put status > 1 into diagnostic.
9423 Check that status==2 works.
9424 * tests/calc.at, tests/cxx-type.at, tests/glr-regression.at:
9425 Use exit status 3 for failure to open (which shouldn't happen).
9426
15f40952
PE
94272005-07-17 Paul Eggert <eggert@cs.ucla.edu>
9428
67fd79c4
PE
9429 * tests/conflicts.at (%nonassoc and eof): Don't exit with status
9430 1 on syntax error; just let yyparse do its thing.
9431 * tests/glr-regression.at (Badly Collapsed GLR States): Likewise.
9432 * tests/torture.at (AT_DATA_STACK_TORTURE): Likewise.
9433 (Exploding the Stack Size with Alloca):
9434 (Exploding the Stack Size with Malloc):
9435 Expect exit status 2, not 1, since the parser is supposed to blow
9436 its stack. Problem reported by twlevo@xs4all.nl.
9437
15f40952
PE
9438 * data/glr.c (yyparse): Don't assume that the initial calls
9439 to YYMALLOC succeed; in that case, yyparse incorrectly returned 0.
9440 Print a stack-overflow message and fail instead.
9441 Initialize the line-number information before creating the stack,
9442 so that the stack-overflow message can report line zero safely.
9443
f32c66b5
PE
94442005-07-14 Paul Eggert <eggert@cs.ucla.edu>
9445
a22ff96f 9446 Fix problems reported by twlevo@xs4all.nl.
e2688cd9
PE
9447 * data/glr.c (YYSTACKEXPANDABLE): Don't define if already defined.
9448 (yyuserMerge): Provide a default case if b4_mergers is empty.
9449 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Define YYSTACKEXPANDABLE.
9450 * tests/glr-regression.at
9451 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
c70fdfcd 9452 Add casts to pacify C++ compilers.
1beb0b24
PE
9453 * tests/glr-regression.at (Improper merging of GLR delayed action
9454 sets): Declare yylex before using it.
f32c66b5 9455 * tests/Makefile.am (maintainer-check-g++): Fix a stray
a22ff96f
PE
9456 $(GXX) that escaped the renaming of GXX to CXX. Remove bogus
9457 test for valgrind; valgrind is independent of g++.
9458 (maintainer-check-posix): Add _POSIX2_VERSION=200112, to check
9459 for compatibility with POSIX 1003.1-2001 (if running coreutils).
9460 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Port to stricter C++.
9461 Use a destructor, so that we can expand the stack. Change
9462 YYSTYPE to char * so that we can free it. Cast result of malloc.
f32c66b5 9463
d741bd1b
PE
94642005-07-13 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
9465
9466 * data/glr.c (yyuserAction): Fix uninitialized variable that caused
9467 a valgrind failure. Problem reported by twlevo@xs4all.nl.
9468
0410a6e0
PE
94692005-07-13 Paul Eggert <eggert@cs.ucla.edu>
9470
9471 * PACKAGING: New file, suggested by Bruno Haible and taken from
9472 similar wording in gettext's PACKAGING file.
9473 * NEWS: Mention PACKAGING.
9474 * Makefile.am (EXTRA_DIST): Add PACKAGING.
9475
f7ab6a50
PE
94762005-07-12 Paul Eggert <eggert@cs.ucla.edu>
9477
baf785db 9478 * NEWS: Document recent i18n improvements.
f7ab6a50
PE
9479 * bootstrap: Get runtime translations into runtime-po.
9480 Create runtime-po files automatically, if possible.
9481 * configure.ac: Invoke BISON_I18N, so that we eat our own dog food.
9482 * data/yacc.c: Rewrite inclusion of <libintl.h> so that ENABLE_NLS
9483 does not infringe on the user's name space.
9484 (YYENABLE_NLS): Renamed from ENABLE_BISON_NLS.
9485 * doc/bison.texinfo (Internationalization): Revamp the English
9486 and Texinfo syntax a bit, to try to make it clearer.
9487 (Bison Options, Option Cross Key): Mention --print-localedir.
9488 * m4/bison-i18n.m4 (BISON_I18N): Rename ENABLE_BISON_NLS to
9489 YYENABLE_NLS. Quote a bit more.
9490 * runtime-po/.cvsignore: New file.
9491 * runtime-po/Makefile.in.in (mostlyclean): Remove *.old.pot.
9492 * runtime-po/Rules-quot: Remove; now created by bootstrap.
9493 * runtime-po/quot.sed: Likewise.
9494 * runtime-po/boldquot.sed: Likewise.
9495 * runtime-po/en@quot.header: Likewise.
9496 * runtime-po/en@boldquot.header: Likewise.
9497 * runtime-po/insert-header.sin: Likewise.
9498 * runtime-po/remove-potcdate.sin: Likewise.
9499 * runtime-po/Makevars: Likewise.
9500 * runtime-po/LINGUAS: Likewise.
9501 * runtime-po/de.po: Likewise; we will rely on the translation project
9502 to maintain this, so "bootstrap" should get it.
0410a6e0 9503 * src/getarg.c (PRINT_LOCALEDIR_OPTION): Let the C compiler determine
f7ab6a50
PE
9504 its value.
9505 * src/main.c (main): Bind the bison-runtime domain, too.
9506
95072005-07-12 Bruno Haible <bruno@clisp.org>
9508
9509 * data/yacc.c: Include <libintl.h> when NLS is enabled.
9510 (YYI18N): Renamed from _. Use dgettext when NLS is enabled.
9511 * po/POTFILES.in: Remove autogenerated file src/parse-gram.c.
9512 * runtime-po: New directory.
9513 * runtime-po/Makefile.in.in: New file, copied from po/, with modified
9514 $(DOMAIN).pot-update rule, so that old messages are never dropped.
9515 * runtime-po/Rules-quot: New file, copied from po/.
9516 * runtime-po/quot.sed: Likewise.
9517 * runtime-po/boldquot.sed: Likewise.
9518 * runtime-po/en@quot.header: Likewise.
9519 * runtime-po/en@boldquot.header: Likewise.
9520 * runtime-po/insert-header.sin: Likewise.
9521 * runtime-po/remove-potcdate.sin: Likewise.
9522 * runtime-po/Makevars: New file.
9523 * runtime-po/POTFILES.in: New file.
9524 * runtime-po/LINGUAS: New file.
9525 * runtime-po/bison-runtime.pot: New file.
9526 * runtime-po/de.po: New file.
9527 * m4/bison.m4: New file.
9528 * Makefile.am (SUBDIRS): Add runtime-po.
9529 (aclocaldir, aclocal_DATA): New variables.
9530 * configure.ac: Add AC_CONFIG_FILES of runtime-po/Makefile.in.
9531 Define aclocaldir.
9532 * src/getargs.c (usage): Document --print-localedir option.
9533 (PRINT_LOCALEDIR_OPTION): New enum item.
9534 (long_options): Add --print-localedir option.
9535 (getargs): Handle --print-localedir option.
9536 * doc/bison.texinfo (Bison Parser): Remove paragraph about _().
9537 (Internationalization): New section.
9538
22dda0f0
AD
95392005-07-12 Akim Demaille <akim@epita.fr>
9540
9541 * src/symtab.h, src/symtab.c (symbol_print): Swap the arguments,
9542 for consistency with the rest of the code.
9543 * src/symlist.h, src/symlist.c (symbol_list_print): Ditto.
9544 Add separators.
9545
82b248ad
AD
95462005-07-12 Akim Demaille <akim@epita.fr>
9547
9548 * src/parse-gram.y: Use %printer instead of YYPRINT.
9549
fa0e9314
AD
95502005-07-12 Akim Demaille <akim@epita.fr>
9551
867a3e00
AD
9552 * src/symtab.h, src/symtab.c (symbol_print): New.
9553 * src/symlist.h, src/symlist.c (symbol_list_print): New.
9554 * src/symlist.c (symbol_list_n_type_name_get): Report the culprit.
9555
95562005-07-12 Akim Demaille <akim@epita.fr>
9557
9558 * data/glr.c (b4_syncline): Fix (swap) the definitions of
fa0e9314
AD
9559 b4_at_dollar and b4_dollar_dollar.
9560
e054b190
PE
95612005-07-11 Paul Eggert <eggert@cs.ucla.edu>
9562
9563 * doc/bison.texinfo (Mystery Conflicts): Add reference to DeRemer
9564 and Pennello's paper.
9565
34160ec4
PE
95662005-07-09 Paul Eggert <eggert@cs.ucla.edu>
9567
407d4a75
PE
9568 * data/yacc.c (yyparse): Undo previous patch. Instead,
9569 set yylsp[0] and yyvsp[0] only if the initial action
9570 sets yylloc and yylval, respectively.
9571
34160ec4
PE
9572 * data/yacc.c (yyparse): In the initial action, set
9573 yylsp[0] and yyvsp[0] rather than yylloc and yylval.
9574 This avoids the use of undefined variables if the initial
9575 action does not set yylloc and/or yylval.
9576
c3d5a4a7
PE
95772005-07-07 Paul Eggert <eggert@cs.ucla.edu>
9578
b34d96c1
PE
9579 * examples/calc++/calc++-driver.cc, examples/calc++/calc++-driver.hh:
9580 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc:
9581 Remove from CVS. These files are automatically generated.
9582 * examples/extexi: Clarify that this file is now part of Bison,
9583 not GNU M4, and that it works with any POSIX-compatible Awk.
9584 * examples/calc++/Makefile.am (run_extexi): Remove; not used.
9585 ($(calc_extracted)): Renamed from $(calc_sources_extracted),
9586 so that we also get calc++-parser.yy. Geneate it.
9587 Use $(AWK), not gawk, since any conforming Awk will do.
9588 Put comment before action, since older 'make' can't handle comment
9589 in action.
9590 $(BUILT_SOURCES): List all built sources, not just some of them.
9591 $(MAINTAINERCLEANFILES): Remove *.stamp, and all built sources.
9592 $($(srcdir)/calc++-parser.stamp): Work even if POSIXLY_CORRECT.
9593 $($(calc_sources_generated)): Remove unnecessary test for existence
9594 of target. (This had a shell syntax error anyway; a stray "x".)
9595 (calc_extracted): List $(srcdir)/calc++-parser.yy, not
9596 calc++-parser.yy.
9597 * examples/.cvsignore, examples/calc++/.cvsignore: New files.
9598
c3d5a4a7
PE
9599 * bootstrap (gnulib_modules): Add gettext, now that it's no longer
9600 implied by the other modules.
9601
828c373b
AD
96022005-07-06 Akim Demaille <akim@epita.fr>
9603
9604 Bind examples/calc++ to the package.
9605 * examples/calc++/Makefile: Remove, replaced by...
9606 * examples/calc++/Makefile.am: ... this new file.
9607 * examples/calc++/test: Remove input.
9608 * examples/calc++/compile: Remove.
9609 * examples/Makefile.am: New.
9610 * configure.ac, Makefile.am: Adjust.
9611 * doc/Makefile.am (clean-local): New, for more recent texi2dvis.
9612
63cb01d6
PE
96132005-07-05 Paul Eggert <eggert@cs.ucla.edu>
9614
fd2df2ed
PE
9615 * data/glr.c (yyFail): Drastically simplify; since the format argument
9616 never had any % directives, we can simply pass it to yyerror.
9617 (yyparse): Use "t a; a=b;" rather than "t a = b;" when a will
9618 be modified later, as that is the usual style in glr.c.
9619 Problems reported by Paul Hilfinger.
9620
63cb01d6
PE
9621 Rewrite GLR parser to catch more buffer overrun, storage exhaustion,
9622 and size overflow errors.
9623 * data/glr.c: Include <stdio.h> etc. after user prolog, not before,
9624 in case the user prolog sets feature-test macros like _GNU_SOURCE.
9625 (YYSIZEMAX): New macro.
9626 (yystpcpy): New function, taken from yacc.c.
9627 (struct yyGLRStack.yyspaceLeft): Now size_t, not int.
9628 (yyinitGLRStack, yyfreeGLRstack): Remove unnecessary forward decls,
9629 so that we don't have to maintain their signatures.
9630 (yyFail): Check for buffer overflow, by using vsnprintf rather
9631 than vsprintf. Allocate a bigger buffer if possible.
9632 Report an error if buffer allocation fails.
9633 (yyStackOverflow): New function.
9634 (yyinitStateSet, yyinitGLRStack): Return a boolean indicating whether
9635 the initialization was successful. It might fail if storage was
9636 exhausted.
9637 (yyexpandGLRStack): Add more checks for storage allocation failure.
9638 Use yyStackOverflow to report failures.
9639 (yymarkStackDeleted, yyglrShift, yyglrShiftDefer, yydoAction):
9640 (yysplitStack, yyprocessOneStack, yyparse, yypstack):
9641 Don't assume stack number fits in int.
9642 (yysplitStack): Check for storage allocation failure.
9643 (yysplitStack, yyprocessOneStack): Add pure_formals, so that we
9644 can print diagnostics on storage allocation failure. All callers
9645 changed.
9646 (yyresolveValue): Use yybool for boolean.
9647 (yyreportSyntaxError): Check for size-calculation overflow.
9648 This code is taken from yacc.c.
9649 (yyparse): Check for storage allocation errors when allocating
9650 the initial stack.
9651
1c59e0a1
AD
96522005-07-05 Akim Demaille <akim@epita.fr>
9653
9654 Extract calc++ from the documentation.
9655 * doc/bison.texinfo (Calc++): Add the extraction marks.
9656 * examples/extexi: New, from the aborted GNU Programming 2E.
9657 Separate the different paragraph of a file with empty lines.
9658 * examples/Makefile: Use it to extract the whole calc++ example.
9659
8a0adb01
AD
96602005-06-24 Akim Demaille <akim@epita.fr>
9661
9662 * doc/bison.texinfo (C++ Parser Interface): Use defcv to define
9663 class typedefs.
9664
12545799
AD
96652005-06-22 Akim Demaille <akim@epita.fr>
9666
9667 * doc/bison.texinfo (C++ Language Interface): First stab.
9668 (C++ Parsers): Remove.
9669
99be0235
AD
96702005-06-22 Akim Demaille <akim@epita.fr>
9671
9672 * data/lalr1.cc (yylex_): Honor %lex-param.
9673
0ffd4fd1
AD
96742005-06-22 Akim Demaille <akim@epita.fr>
9675
9676 Start a set of simple examples.
9677 * examples/calc++/Makefile, examples/calc++/calc++-driver.cc,
9678 * examples/calc++/calc++-driver.hh,
9679 * examples/calc++/calc++-parser.yy,
9680 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc,
9681 * examples/calc++/compile, examples/calc++/test: New.
9682
0925ebb4
PE
96832005-06-09 Paul Eggert <eggert@cs.ucla.edu>
9684
9685 * data/yacc.c (malloc, free) [defined __cplusplus]: Wrap inside
9686 extern "C" {}. This fixes a problem reported by Paul Hilfinger,
9687 which stems from the 2005-05-27 patch.
9688
43d3b664
PH
96892005-06-06 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
9690
9691 * data/glr.c: Modify treatment of unused parameters to permit use
9692 of g++ (which doesn't allow __attribute__ ((unused)) for parameters).
9693
3062864d
PE
96942005-05-30 Paul Eggert <eggert@cs.ucla.edu>
9695
9696 Fix infringement on user name space reported by Janos Zoltan Szabo.
9697 * data/yacc.c (yyparse): strlen -> yystrlen.
9698
989b5b8e
AD
96992005-05-30 Akim Demaille <akim@epita.fr>
9700
9701 * data/lalr1.cc (_): New.
9702 Translate the various messages.
9703
bedf57f5
PE
97042005-05-27 Paul Eggert <eggert@cs.ucla.edu>
9705
9706 Fix infringement on user name space reported by Bruno Haible.
9707 * data/yacc.c (YYSIZE_T): Define first, so that later decls can use it.
9708 Prefer GCC's __SIZE_TYPE__ if available, so that we don't infringe on
9709 the user's name space.
9710 (alloca): Include <stdlib.h> to get it, if it's not built in.
9711 (YYMALLOC, YYFREE): Define only if needed.
9712 (malloc, free): Declare, but only if needed, as this infringes on
9713 the user name space.
9714
4d1801f1
PE
97152005-05-25 Paul Eggert <eggert@cs.ucla.edu>
9716
9717 Fix BeOS, FreeBSD, MacOS porting problems reported by Bruno Haible.
9718 * lib/bitset.c (bitset_print): Don't assume size_t can be printed
9719 with %d format.
9720 * lib/ebitset.c (min, max): Undef before defining.
9721 * lib/vbitset.c (min, max): Likewise.
9722 * lib/subpipe.c (create_subpipe): Save local variables in case
9723 vfork clobbers them.
9724
97252005-05-24 Bruno Haible <bruno@clisp.org>
9726
9727 * tests/synclines.at (AT_SYNCLINES_COMPILE): Add support for the
9728 error message syntax used by gcc-4.0.
9729
b94a9e1e
PE
97302005-05-23 Paul Eggert <eggert@cs.ucla.edu>
9731
85ac3861
PE
9732 * README: Mention m4 1.4.3. Remove obsolete advice about
9733 Sun Forte Developer 6 update 2, VMS, and MS-DOS.
9734
b94a9e1e
PE
9735 * bootstrap: Remove workaround for problem I encountered with
9736 gettext 0.14.1; it seems to be fixed now.
9737
51c30d21
PE
97382005-05-22 Paul Eggert <eggert@cs.ucla.edu>
9739
009ce67d
PE
9740 * NEWS: Version 2.0a.
9741
f2a97c62
PE
9742 * src/files.c: Include "stdio-safer.h"; this fixes a typo in
9743 the previous change.
9744
c8775f93
PE
9745 Various maintainer cleanups.
9746 * .cvsignore: Add a.exe, a.out, b.out,, conf[0-9]*, confdefs*,
9747 conftest*, for benefit of CVS commands run at the same time as
9748 "configure". Add build-aux, since "bootstrap" now creates it and
9749 its subfiles.
9750 * Makefile.cfg (move_if_change): Remove.
9751 * Makefile.maint: Remove the update stuff; we now use "bootstrap".
9752 (ftp-gnu, www-gnu, move_if_change, local_updates, update):
9753 (po_repo, do-po-update, po-update, wget_files, get-targets):
9754 (config.guess-url_prefix, config.sub-url_prefix):
9755 (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
9756 (standards.texi-url_prefix, make-stds.texi-url_prefix, taget, url):
9757 ($(get-targets), cvs-files, automake_repo, wget-update, cvs-update):
9758 Remove.
9759 * configure.ac (AC_CONFIG_AUX_DIR): Change from config to build-aux;
9760 this is now the recommended name.
9761 * config/.cvsignore: Remove config.guess, config.rpath, config.sub,
9762 depcomp, install-sh, mdate-sh, missing, mkinstalldirs, texinfo.tex,
9763 ylwrap. These files now go into build-aux.
9764 * config/move-if-change: Remove.
9765 * config/prev-version.txt: Bump from 1.75 to 2.0.
9766
3ea5f0ec
PE
9767 * bootstrap: Add stdio-safer, unistd-safer modules.
9768 Remove m4/glibc2.m4 (introduced by latest gnulib, but
9769 we don't need it).
9770 * lib/.cvsignore: Add dup-safer.c, fd-safer.c,
9771 fopen-safer.c, stdio-safer.h, unistd-safer.h.
9772 * lib/subpipe.c: Include "unistd-safer.h".
9773 (create_subpipe): Make sure all the newly-created
9774 file descriptors are > 2, so that diagnostics don't
9775 get sent down them (which might cause Bison to hang, in theory).
9776 * m4/.cvsignore: Add stdio-safer.m4, unistd-safer.m4.
9777 * src/files.c (xfopen): Use fopen_safer, not fopen.
9778
51c30d21
PE
9779 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Port
9780 yesterday's yacc.c fix.
9781
cea1469d
PE
97822005-05-21 Paul Eggert <eggert@cs.ucla.edu>
9783
3ea5f0ec
PE
9784 * data/glr.c, data/lalr1.cc: Update copyright date.
9785
cea1469d
PE
9786 Fix a destructor bug reported by Wolfgang Spraul in
9787 <http://lists.gnu.org/archive/html/bug-bison/2005-05/msg00042.html>.
9788 * data/yacc.c (yyabortlab): Don't call destructor, and
9789 don't set yychar to EMPTY.
9790 (yyoverflowlab): Don't call destructor.
9791 (yyreturn): Call destructor, if yychar is neither YYEOF nor YYEMPTY.
9792 * tests/calc.at (AT_CHECK_CALC): Expect one fewer output lines,
9793 since we no longer output the message "discarding lookahead token
9794 end of input ()".
9795
5e6f62f2
PH
97962005-05-20 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
9797
9798 * data/glr.c (YY_SYMBOL_PRINT): Don't print newline at end to
9799 fix a small glitch in debugging output.
9800 (yyprocessOneStack, yyrecoverSyntaxError, yyparse): Print newline
9801 after YY_SYMBOL_PRINT where needed.
9802
9803 (struct yyGLRState): Add some comments.
9804 (struct yySemanticOption): Add some comments.
9805 (union yyGLRStackItem): Add comment.
9806
9807 (yymergeOptionSets): Correct this to properly perform the union,
9808 avoiding infinite reported by Michael Rosien.
9809 Update comment.
9810
9811 * tests/glr-regression.at: Add test for GLR merging error reported
9812 by M. Rosien.
cea1469d 9813
0fb669f9
PE
98142005-05-13 Paul Eggert <eggert@cs.ucla.edu>
9815
9816 * COPYING, ChangeLog, GNUmakefile, HACKING, Makefile.am,
9817 Makefile.cfg, Makefile.maint, NEWS, README, README-alpha,
9818 README-cvs, TODO, bootstrap, configure.ac, data/Makefile.am,
9819 data/README, data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c,
9820 data/m4sugar/m4sugar.m4, doc/Makefile.am, doc/bison.texinfo,
9821 doc/fdl.texi, doc/gpl.texi, doc/refcard.tex, lib/Makefile.am,
9822 lib/abitset.c, lib/abitset.h, lib/bbitset.h, lib/bitset.c,
9823 lib/bitset.h, lib/bitset_stats.c, lib/bitset_stats.h,
9824 lib/bitsetv-print.c, lib/bitsetv-print.h, lib/bitsetv.c,
9825 lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/get-errno.c,
9826 lib/get-errno.h, lib/lbitset.c, lib/lbitset.h, lib/libiberty.h,
9827 lib/main.c, lib/subpipe.c, lib/subpipe.h, lib/timevar.c,
9828 lib/timevar.def, lib/timevar.h, lib/vbitset.c, lib/vbitset.h,
9829 lib/yyerror.c, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4, m4/timevar.m4,
9830 m4/warning.m4, src/LR0.c, src/LR0.h, src/Makefile.am, src/assoc.c,
9831 src/assoc.h, src/closure.c, src/closure.h, src/complain.c,
9832 src/complain.h, src/conflicts.c, src/conflicts.h, src/derives.c,
9833 src/derives.h, src/files.c, src/files.h, src/getargs.c,
9834 src/getargs.h, src/gram.c, src/gram.h, src/lalr.c, src/lalr.h,
9835 src/location.c, src/location.h, src/main.c, src/muscle_tab.c,
9836 src/muscle_tab.h, src/nullable.c, src/nullable.h, src/output.c,
9837 src/output.h, src/parse-gram.c, src/parse-gram.h,
9838 src/parse-gram.y, src/print.c, src/print.h, src/print_graph.c,
9839 src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c,
9840 src/reduce.h, src/relation.c, src/relation.h, src/scan-gram.l,
9841 src/scan-skel.l, src/state.c, src/state.h, src/symlist.c,
9842 src/symlist.h, src/symtab.c, src/symtab.h, src/system.h,
9843 src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h,
9844 src/vcg.c, src/vcg.h, src/vcg_defaults.h, tests/Makefile.am,
9845 tests/actions.at, tests/c++.at, tests/calc.at, tests/conflicts.at,
9846 tests/cxx-type.at, tests/existing.at, tests/glr-regression.at,
9847 tests/headers.at, tests/input.at, tests/local.at, tests/output.at,
9848 tests/reduce.at, tests/regression.at, tests/sets.at,
9849 tests/synclines.at, tests/testsuite.at, tests/torture.at:
9850 Update FSF postal mail address.
9851
51f4735e
PE
98522005-05-11 Paul Eggert <eggert@cs.ucla.edu>
9853
9854 * tests/local.at (AT_COMPILE_CXX): Treat LDFLAGS like AT_COMPILE does.
9855 Problem reported by Ralf Menzel.
9856
80ce3401
PE
98572005-05-01 Paul Eggert <eggert@cs.ucla.edu>
9858
9859 * tests/actions.at: Test that stack overflow invokes destructors.
9860 From Marcus Holland-Moritz.
9861 * data/yacc.c (yyerrlab): Move the code that destroys the stack
9862 from here....
9863 (yyreturn): to here. That way, destructors are called properly
9864 even if the stack overflows, or the user calls YYACCEPT or
9865 YYABORT. Stack-overflow problem reported by Marcus Holland-Moritz.
9866 (yyoverflowlab): Destroy the lookahead.
9867
98682005-04-24 Paul Eggert <eggert@cs.ucla.edu>
9869
9870 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): Add more-descriptive comment.
9871
72f000b0
PE
98722005-04-17 Paul Eggert <eggert@cs.ucla.edu>
9873
9874 * NEWS: Bison-generated C parsers no longer quote literal strings
9875 associated with tokens.
9876 * src/output.c (prepare_symbols): Don't escape strings,
9877 since users don't want to see C escapes.
9878 * tests/calc.at (AT_CHECK_CALC): Adjust to lack of quotes
9879 in diagnostics.
c19683bb 9880 * tests/input.at (Torturing the Scanner): Likewise.
72f000b0
PE
9881 * tests/regression.at (Token definitions, Web2c Actions): Likewise.
9882
1094323f
PE
98832005-04-16 Paul Eggert <eggert@cs.ucla.edu>
9884
9885 * tests/torture.at (AT_INCREASE_DATA_SIZE): Skip the test if
9886 the data size is known to be too small and we can't increase it.
9887 This works around an HP-UX 11.00 glitch reported by Andrew Benham.
9888
ca407bdf
PE
98892005-04-15 Paul Eggert <eggert@cs.ucla.edu>
9890
9891 * src/parse-gram.y: Include quotearg.h.
9892 (string_as_id): Quote $1 before using it as a key, since the
9893 lexer no longer quotes it for us.
9894 (string_content): Don't strip quotes, since lexer no longer
9895 quotes it for us.
9896 * src/scan-gram.l: Include quotearg.h.
9897 ("\""): Omit quote.
9898 ("'"<SC_ESCAPED_CHARACTER>): Quote symbol before using it as
9899 a key, since the rest of the lexer doesn't quote it.
9900 * src/symtab.c (symbol_get): Don't quote symbol; caller does it now.
9901 * tests/regression.at (Token definitions): Check for backslashes
9902 in token strings.
9903
9904 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): New macro.
9905 (YYSIZE_T): Define to unsigned long int when using an older compiler.
9906 (yyparse): Revamp code to generate long syntax error message, to
9907 make it easier to translate, and to avoid problems with arithmetic
9908 overflow. Change "virtual memory" to "memory" in diagnostic, since
9909 we don't know whether the memory is virtual.
9910
1ce59070
PE
99112005-04-13 Paul Eggert <eggert@cs.ucla.edu>
9912
9913 * NEWS: Bison-generated C parsers now use the _ macro to
9914 translate strings.
9915 * data/yacc.c (_) [!defined _]: New macro.
9916 All English strings wrapped inside this macro.
9917 * doc/bison.texinfo (Bison Parser): Document _.
9918 * po/POTFILES.in: Include src/parse-gram.c, since it now
9919 includes translateable strings that parse-gram.y doesn't.
9920
a749a695
PE
99212005-04-12 Paul Eggert <eggert@cs.ucla.edu>
9922
9923 * src/symtab.c (symbol_make_alias): Call symbol_type_set,
9924 reverting the 2004-10-11 change to this function.
9925 (symbol_check_alias_consistency): Don't call symbol_type_set
9926 if the type name is already correct.
9927 * tests/input.at (Typed symbol aliases): New test, from Tim Van Holder.
9928
8fb1053b
PE
99292005-03-25 Paul Eggert <eggert@cs.ucla.edu>
9930
9931 * tests/regression.at (Token definitions): Don't use a token named
9932 c, as that generates a "#define c ..." that runs afoul of buggy
9933 stdlib.h that uses the identifier c as a member of struct
9934 drand48_data. Problem reported by Horst Wente.
9935
ff498c4a
PE
99362005-03-21 Paul Eggert <eggert@cs.ucla.edu>
9937
9938 * bootstrap: Change translation URL from
9939 http://www2.iro.umontreal.ca/~gnutra/po/maint/bison/ to
9940 http://www.iro.umontreal.ca/translation/maint/bison/ to avoid
9941 redirection glitches. Problem reported by twlevo@xs4all.nl.
9942
65211d70
PE
99432005-03-20 Paul Eggert <eggert@cs.ucla.edu>
9944
9945 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Don't put options
9946 after operands; POSIX says this isn't portable for the c99 command.
9947
9577fb1f
PE
99482005-03-18 Paul Eggert <eggert@cs.ucla.edu>
9949
9950 * tests/glr-regression.at (glr-regr2a.y): Try to dump core
9951 immediately if a data overrun has occurred; this may help us track
9952 down what may be a spurious failure on MacOS.
9953
78b178f7
PE
99542005-03-17 Paul Eggert <eggert@cs.ucla.edu>
9955
a2599d0f
PE
9956 Respond to problems reported by twlevo@xs4all.nl.
9957
9958 * bootstrap: Use "trap - 0" rather than the unportable "trap 0".
9959
78b178f7
PE
9960 * src/vcg.h: Comment fix.
9961 * src/vcg_defaults.h: Parenthesize macro bodies to make them safe.
9962 (G_CMAX): Change to -1 instead of INT_MAX.
9963
9964 * data/yacc.c (yyparse): Omit spaces before #line.
78b178f7 9965
7296e729
PE
99662005-03-15 Paul Eggert <eggert@cs.ucla.edu>
9967
9968 * src/tables.c (state_number_to_vector_number): Put it inside an
9969 "#if 0", since it's not currently used. Problem reported by
9970 Roland McGrath.
9971
05ac60f3
PE
99722005-03-06 Paul Eggert <eggert@cs.ucla.edu>
9973
9974 * src/output.c (escaped_output): Renamed from
9975 escaped_file_name_output, since we now use it for symbol tags as
9976 well. All uses changed.
9977 (symbol_destructors_output, symbol_printers_output):
9978 Escape symbol tags too.
9979 Problem reported by Matyas Forstner in
9980 <http://lists.gnu.org/archive/html/bug-bison/2005-03/msg00009.html>.
9981
9982 * src/muscle_tab.c (muscle_code_grow): Don't quote numbers; it's
9983 not needed.
9984 * src/output.c (user_actions_output, token_definitions_output,
9985 symbol_destructors_output, symbol_printers_output): Likewise.
9986 * src/reader.c (prologue_augment): Likewise.
9987 * src/scan-gram.l (handle_action_dollar, handle_action_at): Likewise.
9988
9989 * src/vcg.c (output_edge): Don't quote linestyle arg.
9990 Problem reported by twlevo@xs4all.nl.
9991
7eb453ac
PE
99922005-02-28 Paul Eggert <eggert@cs.ucla.edu>
9993
9994 * doc/bison.texinfo (Semantic Tokens): Fix scoping problem in
9995 example, reported by Derek M Jones. Also, make the example even
9996 more outrageous, to better illustrate how bad the problem is.
9997
4c04c52a
PE
99982005-02-24 Paul Eggert <eggert@cs.ucla.edu>
9999
10000 * doc/bison.texinfo (Mfcalc Symtab): Correct the prototype for
10001 putsym. Typo reported by Sebastian Piping.
10002
a61e1620
PE
100032005-02-23 Paul Eggert <eggert@cs.ucla.edu>
10004
10005 * doc/bison.texinfo (Language and Grammar): some -> same
10006 (Epilogue): int he -> in the
10007 Typos reported by Sebastian Piping via Justin Pence.
10008
9ec93868
PE
100092005-02-07 Paul Eggert <eggert@cs.ucla.edu>
10010
10011 * tests/glr-regression.at (Improper handling of embedded actions
10012 and dollar(-N) in GLR parsers): Renamed from "Improper handling of
10013 embedded actions and $-N in GLR parsers", work around an Autoconf bug
10014 with dollar signs in test names.
10015 * tests/input.at (Invalid dollar-n): Renamed from "Invalid \$n",
10016 for a similar reason.
10017
73ce7e7e
PE
100182005-01-28 Paul Eggert <eggert@cs.ucla.edu>
10019
10020 * src/vcg.c (output_graph): G_VIEW -> normal_view in case someone
10021 wants to redefine G_VIEW.
10022
2e72b98e
PE
100232005-01-27 Paul Eggert <eggert@cs.ucla.edu>
10024
10025 * src/vcg.c (get_view_str): Remove case for normal_view.
10026 Problem reported by twlevo@xs4all.nl.
10027
e0d634e5
PE
100282005-01-24 Paul Eggert <eggert@cs.ucla.edu>
10029
ccf830a4
PE
10030 * configure.ac (O0CFLAGS, O0CXXFLAGS): Fix quoting bug.
10031 Problem reported by twlevo@xs4all.nl.
10032
e0d634e5
PE
10033 * doc/bison.texinfo: Change @dircategory from "GNU programming
10034 tools" to "Software development". Requested by Richard Stallman
10035 via Karl Berry.
10036
7bbc8cb0
PE
100372005-01-23 Paul Eggert <eggert@cs.ucla.edu>
10038
10039 * tests/c++.at (AT_CHECK_DOXYGEN): Don't use options after operands.
10040 Problem reported by twlevo@xs4all.nl.
10041
08b770bc
PE
100422005-01-21 Paul Eggert <eggert@cs.ucla.edu>
10043
10044 * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register"
10045 keyword; it's not needed with modern compilers, and it doesn't
10046 affect correctness with older compilers. Suggested by
10047 twlevo@xs4all.nl.
10048
95f22ad2
PE
100492005-01-17 Paul Eggert <eggert@cs.ucla.edu>
10050
10051 * data/glr.c (yyuserAction): Add "default: break;" case to pacify
10052 gcc -Wswitch-default.
10053 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
10054 * data/yacc.c (yyparse): Likewise.
10055
d229d15c
PE
100562005-01-12 Paul Eggert <eggert@cs.ucla.edu>
10057
10058 * src/system.h (OUTPUT_EXT, TAB_EXT): Define only if not defined
10059 already. Let config.h define any nonstandard values.
10060
ecadd90f
PE
100612005-01-10 Paul Eggert <eggert@cs.ucla.edu>
10062
10063 * tests/calc.at (_AT_DATA_CALC_Y): Use alarm (100), not alarm (10),
10064 for the benefit of slower hosts. Problem reported by
10065 Nelson H. F. Beebe.
10066
213744b5
PE
100672005-01-07 Paul Eggert <eggert@cs.ucla.edu>
10068
10069 * data/yacc.c (yyparse): Pacify non-GCC compilers about yyerrorlab
10070 being defined and not used.
10071 * data/lalr1.cc (yyparse): Likewise.
10072 Use "if (false)" rather than "if (0)".
10073
249d3236
PE
100742005-01-05 Paul Eggert <eggert@cs.ucla.edu>
10075
10076 * TODO: Mention that we should allow NUL bytes in tokens.
10077
987cc1fb
PE
100782005-01-02 Paul Eggert <eggert@cs.ucla.edu>
10079
10080 * src/scan-skel.l (<<EOF>>): Don't close standard output.
10081 Problem reported by Hans Aberg.
10082
08fe02d9
PE
100832005-01-01 Paul Eggert <eggert@cs.ucla.edu>
10084
10085 * src/getargs.c (version): Happy new year; update overall
10086 program copyright date from 2004 to 2005.
10087
10088 * src/scan-skel.l ("@output ".*\n): Don't close standard output.
10089 Problem reported by Hans Aberg.
10090 * tests/output.at (AT_CHECK_OUTPUT): New arg SHELLIO.
10091 (Output file names.): Add a test for the case when standard output
10092 is closed.
10093
010c0266
PE
100942004-12-26 Paul Eggert <eggert@cs.ucla.edu>
10095
10096 * doc/bison.texinfo (@copying): Update FDL version number to 1.2,
10097 to fix an oversight in the Bison 2.0 manual.
10098
da12206a
PE
100992004-12-25 Paul Eggert <eggert@cs.ucla.edu>
10100
10101 * NEWS: Version 2.0. Reformat the existing news items since
10102 1.875, so that related items are grouped together.
3a4734aa 10103 * configure.ac (AC_INIT): Bump version to 2.0.
da12206a
PE
10104 * src/parse-gram.c, src/parse-gram.h: Regenerate with 2.0.
10105
c935d934
PE
10106 * tests/torture.at (Exploding the Stack Size with Alloca): Set
10107 YYSTACK_USE_ALLOCA to 1 if __GNUC__ or alloca are defined;
10108 otherwise, we're not testing alloca. Unfortunately there's no
10109 simple way to consult HAVE_ALLOCA here.
10110
da12206a
PE
10111 * data/lalr1.cc (yydestruct_): Pacify unused variable warning
10112 for yymsg, too.
10113
10114 * src/LR0.c (new_itemsets): Use memset rather than zeroing by
10115 hand. This avoids a warning about comparing int to size_t when
10116 GCC warnings are enabled.
10117
0a2c5137
PE
101182004-12-22 Paul Eggert <eggert@cs.ucla.edu>
10119
d7e14fc0
PE
10120 * NEWS: Bison-generated parsers no longer default to using the
10121 alloca function (when available) to extend the parser stack, due
10122 to widespread problems in unchecked stack-overflow detection.
10123 * data/glr.c (YYMAXDEPTH): Remove undef when zero. It's the user's
10124 responsibility to set it to a positive value. This lets the user
10125 specify a value that is not a preprocessor constant.
10126 * data/yacc.c (YYMAXDEPTH): Likewise.
10127 (YYSTACK_ALLOC): Define only if YYSTACK_USE_ALLOCA is nonzero.
10128 * doc/bison.texinfo (Stack Overflow): YYMAXDEPTH no longer needs
10129 to be a compile-time constant. However, explain the constraints on it.
10130 Also, explain the constraints on YYINITDEPTH.
10131 (Table of Symbols): Explain that alloca is no longer the default.
10132 Explain the user's responsibility if they define YYSTACK_USE_ALLOCA
10133 to 1.
10134
0a2c5137
PE
10135 * doc/bison.texinfo (Location Default Action): Mention that n must
10136 be zero when k is zero. Suggested by Frank Heckenbach.
10137
e019c247
AD
101382004-12-22 Akim Demaille <akim@epita.fr>
10139
10140 * data/lalr1.cc (parser::token_number_type, parser::rhs_number_type)
10141 (parser::state_type, parser::semantic_type, parser::location_type):
10142 Private, not public.
10143 (parser::parse): Return ints, not bool.
10144 Returning a bool introduces a problem: 0 corresponds to false, and
10145 it seems weird to return false on success. Returning true changes
10146 the conventions for yyparse.
10147 Alternatively we could return void and send an exception.
10148 There is no clear consensus (yet?).
10149 (state_stack, semantic_stack, location_stack): Rename as...
10150 (state_stack_type, semantic_stack_type, location_stack_type): these.
10151 Private, not public.
10152 * tests/c++.at: New.
10153 * tests/testsuite.at, tests/Makefile.am: Adjust.
10154
72731bb7
AD
101552004-12-21 Akim Demaille <akim@epita.fr>
10156
10157 * data/lalr1.cc (parser::parse): Return a bool instead of an int.
10158
9a0d8bec
AD
101592004-12-21 Akim Demaille <akim@epita.fr>
10160
10161 Don't impose std::string for filenames.
10162
10163 * data/lalr1.cc (b4_filename_type): New.
10164 (position::filename): Use it.
10165 (parser.hh): Move the inclusion of stack.hh and location.hh below
10166 the user code, so that needed headers for the filename type can be
10167 included first.
72731bb7
AD
10168 Forward declare them before the user code.
10169 * tests/Makefile.am (check-local, installcheck-local): Pass
10170 TESTSUITEFLAGS to the TESTSUITE.
9a0d8bec 10171
99880de5
AD
101722004-12-20 Akim Demaille <akim@epita.fr>
10173
10174 Use more STL like names: my_class instead of MyClass.
10175
10176 * data/lalr1.cc (LocationStack, LocationType, RhsNumberType)
10177 (SemanticStack, SemanticType, StateStack, StateType)
10178 (TokenNumberType, Stack, Slice, Traits, Parser::location)
10179 (Parser::value): Rename as...
10180 (location_stack, location_type, rhs_number_type, semantic_stack)
10181 (semantic_type, state_stack, state_type, token_number_type, stack)
10182 (slice, traits, parser::yylloc, parser::yylval): these.
10183
10184 * tests/calc.at, tests/regression.at, tests/actions.at: Adjust.
10185
9bec482e
PE
101862004-12-19 Paul Eggert <eggert@cs.ucla.edu>
10187
10188 * data/glr.c (YYLLOC_DEFAULT): Use GNU spacing conventions.
10189 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
10190
f6fbd3da
PE
101912004-12-17 Paul Eggert <eggert@cs.ucla.edu>
10192
10193 Remove uses of 'short int' and 'unsigned short int'. This raises
10194 some arbitrary limits. It uses more memory but nowadays that's
10195 not much of an issue.
10196
10197 This change does not affect the generated parsers; that's a different
10198 task, as some users will want to conserve memory there.
10199
10200 Ideally we should use size_t to represent all object counts, and
10201 something like ptrdiff_t to represent signed differences of object
10202 counts; but that will require more code-cleanup than I have the
10203 time to do right now.
10204
10205 * src/LR0.c (allocate_itemsets, new_itemsets, save_reductions):
10206 Use size_t, not int or short int, to count objects.
10207 * src/closure.c (nritemset, closure): Likewise.
10208 * src/closure.h (nritemset, closure): Likewise.
10209 * src/nullable.c (nullable_compute): Likewise.
10210 * src/print.c (print_core): Likewise.
10211 * src/print_graph.c (print_core): Likewise.
10212 * src/state.c (state_compare, state_hash): Likewise.
10213 * src/state.h (struct state): Likewise.
10214 * src/tables.c (default_goto, goto_actions): Likewise.
10215
10216 * src/gram.h (rule_number, rule): Use int, not short int.
10217 * src/output.c (prepare_rules): Likewise.
10218 * src/state.h (state_number, STATE_NUMBER_MAXIMUM, transitions,
10219 errs, reductions): Likewise.
10220 * src/symtab.h (symbol_number, SYMBOL_NUMBER_MAXIMUM, struct symbol):
10221 Likewise.
10222 * src/tables.c (vector_number, tally, action_number,
10223 ACTION_NUMBER_MINIMUM): Likewise.
10224 * src/output.c (muscle_insert_short_int_table): Remove.
10225
efeed023
AD
102262004-12-17 Akim Demaille <akim@epita.fr>
10227
10228 * data/lalr1.cc: Extensive Doxygenation.
10229 (error_): Rename as...
10230 (error): this, since it is visible to the user.
10231 Adjust callers.
10232 (Parser::message): Now an automatic variable from...
10233 (Parser::yyreport_syntax_error_): here.
10234 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust to
10235 Parser::error.
10236 * tests/input.at: Escape $.
10237
bc82c5a5
PE
102382004-12-16 Paul Eggert <eggert@cs.ucla.edu>
10239
10240 * data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location):
10241 Parenthesize rhs to avoid obscure problems with mistakes like
10242 "foo$$bar = foo$1bar;". Problem reported by twlevo at xs4all.
10243 * data/lalr1.cc (b4_lhs_value, b4_rhs_value, b4_lhs_location,
10244 b4_rhs_location): Likewise.
10245 * data/yacc.c (b4_lhs_value, b4_rhs_value, b4_lhs_location,
10246 b4_rhs_location): Likewise.
10247
fd19f271
AD
102482004-12-16 Akim Demaille <akim@epita.fr>
10249
10250 * data/lalr1.cc (yyreport_syntax_error_): Catch up with glr.c and
10251 yacc.c: be sure to stay within yycheck_.
10252 * tests/actions.at: Re-enable C++ tests.
10253
10454ea4
AD
102542004-12-16 Akim Demaille <akim@epita.fr>
10255
10256 * src/print_graph.c (print_graph): Remove layoutalgorithm uses for
10257 real.
10258
c5b95ccf
AD
102592004-12-16 Akim Demaille <akim@epita.fr>
10260
10261 Use #define to handle the %name-prefix.
10262
10263 * data/glr.c, data/yacc.c: Comment changes.
10264 * data/lalr1.cc (yylex): Use #define to select the name of yylex,
10265 so that one can refer to yylex in the parser file, and have it
10266 renamed, as is the case with other skeletons.
10267
617a8f12
AD
102682004-12-16 Akim Demaille <akim@epita.fr>
10269
10270 Move lalr1.cc internals into yy*.
10271
10272 * data/lalr1.cc (semantic_stack_, location_stack_, state_stack_)
10273 (semantic_stack_, location_stack_, pact_, pact_ninf_, defact_)
10274 (pgoto_, defgoto_, table_, table_ninf_, check_, stos_, r1_, r2_)
10275 (name_, rhs_, prhs_, rline_, token_number_, eof_, last_, nnts_)
10276 (empty_, final_, terror_, errcode_, ntokens_)
10277 (user_token_number_max_, undef_token_, n_, len_, state_, nerrs_)
10278 (looka_, ilooka_, error_range_, nerrs_):
10279 Rename as...
10280 (yysemantic_stack_, yylocation_stack_, yystate_stack_)
10281 (yysemantic_stack_, yylocation_stack_, yypact_, yypact_ninf_)
10282 (yydefact_, yypgoto_, yydefgoto_, yytable_, yytable_ninf_)
10283 (yycheck_, yystos_, yyr1_, yyr2_, yyname_, yyrhs_, yyprhs_)
10284 (yyrline_, yytoken_number_, yyeof_, yylast_, yynnts_, yyempty_)
10285 (yyfinal_, yyterror_, yyerrcode_, yyntokens_)
10286 (yyuser_token_number_max_, yyundef_token_, yyn_, yylen_, yystate_)
10287 (yynerrs_, yylooka_, yyilooka_, yyerror_range_, yynerrs_):
10288 these.
10289
1e547e6e
PE
102902004-12-15 Paul Eggert <eggert@cs.ucla.edu>
10291
10292 Fix some problems reported by twlevo at xs4all.
10293 * src/symtab.c (symbol_new): Report an error if the input grammar
10294 contains too many symbols. This is better than calling abort() later.
10295 * src/vcg.h (enum layoutalgorithm): Remove. All uses removed.
10296 (struct node, struct graph):
10297 Rename member expand to stretch. All uses changed.
10298 (struct graph): Remove member layoutalgorithm. All uses removed.
10299 * src/vcg.c (get_layoutalgorithm_str): Remove. All uses removed.
10300 * src/vcg_defaults.h (G_STRETCH): Renamed from G_EXPAND.
10301 All uses changed.
10302 (N_STRETCH): Rename from N_EXPAND. All uses changed.
10303
735d6bd4
AD
103042004-12-15 Akim Demaille <akim@epita.fr>
10305
10306 * data/lalr1.cc: Normalize /** \brief ... */ to ///.
10307 Add more Doxygen comments.
10308 (symprint_, stack_print_, reduce_print_, destruct_, pop)
10309 (report_syntax_error_, translate_): Rename as...
10310 (yysymprint_, yystack_print_, yyreduce_print_, yydestruct_)
10311 (yypop_, yyreport_syntax_error_, yytranslate_): this.
10312
2e1f5829
AD
103132004-12-15 Akim Demaille <akim@epita.fr>
10314
10315 * data/lalr1.cc (lex_): Rename as...
10316 (yylex_): this.
10317 Move the trace here.
10318 Take the %name-prefix into account.
10319 Reported by Alexandre Duret-Lutz.
10320
a3cb6248
AD
103212004-12-15 Akim Demaille <akim@epita.fr>
10322
10323 Simplify the C++ parser constructor.
10324
10325 * data/lalr1.cc (debug_): Rename as...
10326 (yydebug_): so that the parser's internals are always in the yy*
10327 pseudo namespace.
10328 Adjust uses.
10329 (b4_parse_param_decl): Remove the leading comma as it is now only
10330 called as unique argument list.
10331 (Parser::Parser): Remove the constructor accepting a location and
10332 an initial debugging level.
10333 Remove from the other ctor the argument for the debugging level.
10334 (debug_level_type, debug_level, set_debug_level): New.
10335
10336 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust
10337 constructor calls.
10338
07fed891
AD
103392004-12-15 Akim Demaille <akim@epita.fr>
10340
10341 Remove b4_root related material: failure experiment
a3cb6248 10342 (which goal was to allow to derive from a class).
07fed891
AD
10343
10344 * data/lalr1.cc (b4_root, b4_param, b4_constructor): Remove
10345 definitions and uses.
10346
e603eaa5
PE
103472004-12-14 Paul Eggert <eggert@cs.ucla.edu>
10348
10349 * data/glr.c (struct yyGLRStack): yyerror_range now has 3 items,
10350 not 2, since it's not portable to subtract 1 from the start of an
10351 array. The new item 0 is never set or used. All uses changed.
10352
10353 (yyrecoverSyntaxError): Use YYLLOC_DEFAULT instead of assuming
10354 the default definition of YYLLOC_DEFAULT. Problem reported
10355 by Frank Heckenbach.
10356
fafb007d
PE
103572004-12-12 Paul Eggert <eggert@cs.ucla.edu>
10358
10359 * data/glr.c (YYRHSLOC): Don't have two definitions, one for
10360 the normal case and one for the error case. Just use the
10361 first one uniformly. Problem reported by Frank Heckenbach.
10362 (YYLLOC_DEFAULT): Use the conventions of yacc.c, so we can
10363 use exactly the same macro in both places.
10364 (yyerror_range): Now of type yyGLRStackItem, not YYLTYPE,
10365 so that the normal-case YYRHSLOC works for the error case too.
10366 All uses changed.
10367 * data/yacc.c (YYRHSLOC): New macro, taken from glr.c.
10368 (YYLLOC_DEFAULT): Use the same macro as glr.c.
10369 * doc/bison.texinfo (Location Default Action): Don't claim that
10370 we have an array of locations. Use the same macro for both glr
10371 and lalr parsers. Mention YYRHSLOC. Mention what happens when
10372 the index is 0.
10373
48814dcd
PE
103742004-12-10 Paul Eggert <eggert@cs.ucla.edu>
10375
a4e1a53b
PE
10376 * HACKING: Update email addresses to send announcements to.
10377
48814dcd
PE
10378 * configure.ac (AC_INIT): Bump version to 1.875f.
10379
337116ba
PE
103802004-12-10 Paul Eggert <eggert@cs.ucla.edu>
10381
10382 * NEWS: Version 1.875e.
10383 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875e.
10384
10385 * src/scan-skel.l: Include "complain.h", for "fatal".
10386
10387 * src/relation.h (relation_print, relation_digraph):
10388 Relation sizes are of type relation_node, not size_t (this is
10389 merely a doc fix, since the two types are equivalent).
10390 (relation_transpose): Relation sizes are of type relation_node,
10391 not int.
10392 * src/relation.c: Likewise.
10393 (top, infinity): Now of type relation_node, not int.
10394 (traverse, relation_transpose): Use relation_node, not int.
10395
10396 * data/glr.c (yyuserAction, yyrecoverSyntaxError): Mark args
10397 with ATTRIBUTE_UNUSED if they're not used, to avoid GCC warning.
10398 (yyparse): Remove unused local introduced in 2004-10-25 patch.
10399
10400 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): New arg
68b082af 10401 specifying whether the test should be skipped. Use it tp
337116ba 10402 specify that the [%defines %skeleton "lalr1.cc"] tests currently
68b082af 10403 fail on some hosts, and should be skipped.
337116ba 10404
da2a7671
PE
104052004-12-08 Paul Eggert <eggert@cs.ucla.edu>
10406
10407 * src/system.h (CALLOC, MALLOC, REALLOC): Remove. All callers
10408 changed to use xcalloc, xnmalloc, xnrealloc, respectively,
10409 unless otherwise specified below.
10410
10411 * src/LR0.c (allocate_itemsets): Use xnmalloc, not xcalloc,
10412 to allocate kernel_base, kernel_items, kernel_size, since
10413 they needn't be initialized to 0.
10414 (allocate_storgae): Likewise, for shiftset, redset, shift_symbol.
10415 * src/closure.c (new_closure): Likewise, for itemset.
10416 * src/derives.c (derives_compute): Likewise, for delts, derives, q.
10417 * src/lalr.c (set_goto_map): Likewise, for temp_map.
10418 (initialize_F): Likewise, for reads, edge, reads[i], includes[i].
10419 (build_relations): Likewise for edge, states1, includes.
10420 * src/nullable.c (nullable_compute): Likewise, for squeue, relts.
10421 * src/reader.c (packgram): Likewise, for ritem, rules.
10422 * src/reduce.c (nonterminals_reduce): Likewise for nontermmap.
10423 * src/relation.c (relation_digraph): Likewise for VERTICES.
10424 (relation_transpose): Likewise for new_R, end_R.
10425 * src/symtab.c (symbols_token_translations_init): Likewise for
10426 token_translations.
10427 * src/tables.c (save_row): Likewise for froms, tos, conflict_tos.
10428 (token_actions): Likewise for yydefact, actrow, conflrow,
10429 conflict_list.
10430 (save_column): Likewise for froms[symno], tos[symno].
10431 (goto_actions): Likewise for state_count.
10432 (pack_table): Likewise for base, pos, check.
10433 (tables_generate): Likewise for width.
10434
10435 * src/LR0.c (set_states): Don't reuse kernel_size and kernel_base
10436 for initial core. Just have a separate core, so we needn't worry
10437 about whether kernel_size and kernel_base are initialized.
10438
10439 * src/LR0.c (shift_symbol, redset, shiftset, kernel_base,
10440 kernel_size, kernel_items): Remove unnecessary initialization.
10441 * src/conflicts.c (conflicts): Likewise.
10442 * src/derives.c (derives): Likewise.
10443 * src/muscle_tablc (muscle_insert): Likewise.
10444 * src/relation.c (relation_digraph): Likewise.
10445 * src/tables.c (froms, tos, conflict_tos, tally, width, actrow, order,
10446 conflrow, conflict_table, conflict_list, table, check):
10447 Likewise.
10448
10449 * src/closure.c (new_closure): Arg is of type unsigned int, not int.
10450 This is because all callers pass unsigned int.
10451 * src/closure.h (new_closure): Likewise.
10452
10453 * src/lalr.c (initialize_F): Initialize reads[i] in all cases.
10454 (build_relations): Initialize includes[i] in all cases.
10455 * src/reader.c (packgram): Always initialize rules[ruleno].prec
10456 and rules[ruleno].precsym. Initialize members in order.
10457 * src/relation.c (relation_transpose): Always initialize new_R[i]
10458 and end_R[i].
10459 * src/table.c (conflict_row): Initialize 0 at end of conflict_list.
10460
10461 * src/output.c (prepare_actions): Pass 0 instead of conflict_list[0];
10462 conflict_list[0] was always 0, but now it isn't initialized.
10463
10464 * src/table.c (table_grow): When conflict_table grew, the grown
10465 area wasn't cleared. Fix this.
10466
10467 * lib/.cvsignore: Add strdup.c, strdup.h.
10468 * m4/.cvsignore: Add strdup.m4.
10469
00baeeac
PE
104702004-12-07 Paul Eggert <eggert@cs.ucla.edu>
10471
10472 * src/lalr.h (GOTO_NUMBER_MAXIMUM): New macro.
10473 * src/lalr.c (set_goto_map): Don't allow ngotos to equal
10474 GOTO_NUMBER_MAXIMUM, since we occasionally compute
10475 ngotos + 1 without checking for overflow.
10476 (build_relations): Use END_NODE, not -1, to denote end of edges.
10477 * src/lalr.c (set_goto_map, map_goto, initialize_F, add_loopback_edge,
10478 build_relations): Use goto_number, not int, for goto numbers.
10479 * src/tables.c (save_column, default_goto): Likewise.
10480
be3d9d42
AD
104812004-11-23 Akim Demaille <akim@epita.fr>
10482
10483 * data/lalr1.cc (YYSTYPE): Define it as is done for C, instead
10484 of #defining from yystype.
10485 Don't typedef yystype, C++ does not need it.
10486 This lets it possible to forward declare it as union.
10487
78e526d5
PE
104882004-11-23 Paul Eggert <eggert@cs.ucla.edu>
10489
10490 * bootstrap (gnulib_modules): Add extensions.
10491 Problem reported by Jim Meyering.
10492
afbb696d
PE
104932004-11-22 Paul Eggert <eggert@cs.ucla.edu>
10494
10495 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c,
10496 src/lalr.c, src/nullable.c, src/relation.c, src/scan-skel.l,
10497 src/system.h, src/tables.c: XFREE -> free, to accommodate
10498 recent change to gnulib xalloc.h.
78e526d5 10499 Problem reported by Jim Meyering.
afbb696d 10500
c1f8f16a
AD
105012004-11-17 Akim Demaille <akim@epita.fr>
10502
10503 * data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings.
10504
db7e5eb5 105052004-11-17 Akim Demaille <akim@epita.fr>,
9a1e9989
AD
10506 Alexandre Duret-Lutz <adl@gnu.org>
10507
10508 * data/lalr1.cc (Parser::yycdebug_): New, a pointer, to allow
10509 changes.
10510 (YYCDEBUG): Adjust.
10511 Use it instead of cdebug_.
10512 (Parser::debug_stream, Parser::set_debug_stream): New.
10513 (Parser::symprint_): Define cdebug_ for temporary backward
10514 compatibility.
10515 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use
10516 debug_stream ().
10517
68e11668
AD
105182004-11-17 Akim Demaille <akim@epita.fr>
10519
10520 * data/lalr1.cc (Parser:print_): Remove, use %printer instead.
10521 * tests/regression.at (_AT_DATA_DANCER_Y): Adjust.
10522 * tests/calc.at (_AT_DATA_CALC_Y): Ditto.
10523 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
10524
97cbc73e
PE
105252004-10-27 Paul Eggert <eggert@cs.ucla.edu>
10526
10527 * data/glr.c (yyloc_default): Remove; not used.
10528 Problem reported by Frank Heckenbach.
10529
e342c3be
AD
105302004-10-25 Akim Demaille <akim@epita.fr>
10531
10532 * data/glr.c (YYRHSLOC): Move its definition next to its uses.
10533 Introduce another definition to address simple location arrays.
10534 (yyGLRStack): New member: yyerror_range.
10535 (yyrecoverSyntaxError, yyparse): Update it.
10536 (yyrecoverSyntaxError): Use it when shifting the error token to
10537 have an accurate range, equivalent to the one computed by both
10538 yacc.c and lalr1.cc.
10539 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Change its yylex so
10540 that column numbers start at column 0, as per GNU Coding
10541 Standards, the others tests, and the doc.
10542 (_AT_RESOLVED_GLR_OUTPUT_WITH_LOC, _AT_AMBIG_GLR_OUTPUT_WITH_LOC):
10543 Adjust to the above change (first column is 0).
10544 And adjust the location of the "<error>", now covering the whole
10545 line.
10546
93602feb 105472004-10-22 Akim Demaille <akim@epita.fr>
04098407 10548 and Paul Eggert <eggert@cs.ucla.edu>
93602feb
PE
10549
10550 Remove some arbitrary limits on goto numbers and relations.
10551 * src/lalr.c (goto_map, ngotos, from_state, to_state): Omit
10552 initial values, since they're never used.
10553 (set_goto_map): ngotos is now unsigned, so test for overflow
10554 by seeing whether it wraps around to zero.
10555 * src/lalr.h (goto_number): Now size_t, not short int.
10556 (GOTO_NUMBER_MAXIMUM): Remove.
10557 * src/relation.c (relation_print, traverse, relation_transpose):
10558 Check for END_NODE rather than looking at sign.
10559 * src/relation.h (END_NODE): New macro.
10560 (relation_node): Now size_t, not short int.
10561
dba08b04
PE
105622004-10-22 Paul Eggert <eggert@cs.ucla.edu>
10563
10564 * doc/bison.texinfo (Language and Grammar): In example, "int" is a
10565 keyword, not an identifier. Problem reported by Baron Schwartz in
10566 <http://lists.gnu.org/archive/html/bug-bison/2004-10/msg00017.html>.
10567
df09ef2e
AD
105682004-10-11 Akim Demaille <akim@epita.fr>
10569
10570 * src/symtab.c (symbol_check_alias_consistency): Also check
10571 type names, destructors, and printers.
10572 Reported by Alexandre Duret-Lutz.
10573 Recode the handling of associativity and precedence in terms
10574 of symbol_precedence_set.
10575 Accept no redeclaration at all, not even equal to the previous
10576 value.
10577 (redeclaration): New.
10578 Use it to factor redeclaration complaints.
10579 (symbol_make_alias): Don't set the type of the alias, let
10580 symbol_check_alias_consistency do it as for other features.
10581 * src/symtab.h (symbol): Add new member prec_location, and
10582 type_location.
10583 * src/symtab.c (symbol_precedence_set, symbol_type_set): Set them.
10584 * tests/input.at (Incompatible Aliases): New.
10585
146bc99d
PE
105862004-10-09 Paul Eggert <eggert@cs.ucla.edu>
10587
10588 .cvsignore fixes to accommodate gnulib changes,
10589 and the practice of naming build directories "_build".
10590 * .cvsignore: Add "_*". Sort.
10591 * lib/.cvsignore: Add getopt_.h, xalloc-die.c.
10592 * m4/.cvsignore: Add "*_gl.m4".
10593
e503aa60
AD
105942004-10-06 Akim Demaille <akim@epita.fr>
10595
10596 * src/parse-gram.y (add_param): Fix the truncation of trailing
10597 spaces.
10598
b4a20338
AD
105992004-10-05 Akim Demaille <akim@epita.fr>
10600
10601 In Bison 1.875's yacc.c, YYLLOC_DEFAULT was called regardless
10602 whether the reducion was empty or not. This leaves room to
10603 improve the use of YYLLOC_DEFAULT in such a case.
10604 lalr1.cc is still experimental, so changing this is acceptable.
10605 And finally, there are probably not many users who changed the
10606 handling of locations in GLR, so changing is admissible too.
10607
10608 * data/glr.c, data/lalr1.cc, data/yacc.c (YYLLOC_DEFAULT): On an
10609 empty reduction, set @$ to an empty location ending the previously
10610 stacked symbol.
10611 Adjust uses to make sure the code is triggered on empty
10612 reductions.
10613 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust the
10614 expected output: empty reductions have empty locations.
10615
f85a5e6f
AD
106162004-09-29 Akim Demaille <akim@epita.fr>
10617
10618 * data/lalr1.cc: Move towards a more standard C++ coding style
10619 for templates: Class < T > -> Class<T>.
10620
b203fc2c
AD
106212004-09-29 Akim Demaille <akim@epita.fr>
10622
10623 * data/lalr1.cc: Reinstall the former ctor, for sake of
10624 compatibility, but warn it will be removed.
10625 Move towards a more standard C++ coding style (i.e., type *var ->
10626 type* var).
10627
5b7e1e73
PE
106282004-09-27 Paul Eggert <eggert@cs.ucla.edu>
10629
3fee967f
PE
10630 * src/parse-gram.y (add_param): Rewrite to avoid strchr,
10631 since it's less likely to work if NULs are involved in the future.
5b7e1e73 10632
0dcca5c2
AD
106332004-09-27 Akim Demaille <akim@epita.fr>
10634
10635 * data/yacc.c (YY_LOCATION_PRINT): Fix its default declaration.
10636
6dde1c82
AD
106372004-09-27 Akim Demaille <akim@epita.fr>
10638
10639 * data/lalr1.cc (b4_parse_param_decl_1): New.
b203fc2c 10640 (b4_parse_param_decl): Use it to have different names between attribute
6dde1c82
AD
10641 and argument names.
10642 (b4_cc_constructor_call): Likewise.
10643
b233d555
AD
106442004-09-24 Akim Demaille <akim@epita.fr>
10645
10646 * src/parse-gram.y (add_param): Strip the leading and trailing
10647 blanks from a formal argument declaration.
10648 (YY_LOCATION_PRINT): New.
10649
619404e3
AD
106502004-09-24 Akim Demaille <akim@epita.fr>
10651
10652 * data/c.m4 (b4_yysymprint_generate): Move the YYINPUT invocation
10653 after the location.
10654
dd8d9022
AD
106552004-09-24 Akim Demaille <akim@epita.fr>
10656
10657 * doc/bison.texinfo (Table of Symbols): Sort.
10658
0092f063
AD
106592004-09-21 Akim Demaille <akim@epita.fr>
10660
10661 * data/yacc.c, data/glr.c (b4_at_dollar, b4_dollar_dollar): Remove
10662 the useless parentheses.
10663 Suggested by Paul Eggert.
10664
451364ed
AD
106652004-09-20 Akim Demaille <akim@epita.fr>
10666
10667 Let the initial-action act on the look-ahead, and use it for the
10668 "initial push" (corresponding to an hypothetical beginning-of-file).
10669 And let lalr1.cc honor %initial-action.
10670
10671 * doc/bison.texinfo (Initial Action Decl): Clarify, and add an
10672 example.
10673 * data/lalr1.cc (Parser::initlocation_): Remove, bad experiment.
10674 (Parser::Parser): Remove the ctor that used to initialize it.
10675 (Parser::parse): Like in the other skeletons, issue the "starting
10676 parse" message before any action.
10677 Honor %initial-action.
10678 Initialize the stacks with the lookahead.
10679 * data/yacc.c: Let $$ and @$ in %initial-action designate the
10680 look-ahead.
10681 Push them in the stacks.
10682 * tests/actions.at, tests/calc.at: Adjust the C++ ctor invocations.
10683
18d192f0
AD
106842004-09-20 Akim Demaille <akim@epita.fr>
10685
10686 * doc/bison.texinfo (Initial Action Decl): New.
10687
b8458aa5
AD
106882004-09-20 Akim Demaille <akim@epita.fr>
10689
10690 * data/yacc.c (YY_LOCATION_PRINT): Use YYLTYPE_IS_TRIVIAL as a
10691 clearer criterion to define it.
10692 (parse): Initialize the initial location when YYLTYPE_IS_TRIVIAL.
10693 When reducing on an empty RHS, use the latest stacked location as
10694 location.
10695 yylloc is not always available.
10696 * data/glr.c: Likewise.
10697 Also, honor initial-actions.
10698
3fc16193
AD
106992004-09-20 Akim Demaille <akim@epita.fr>
10700
10701 * data/yacc.c (YY_LOCATION_PRINT): New.
10702 Define when we know YYLTYPE's structure, i.e., when the default
10703 YYLLOC_DEFAULT is used.
10704 * data/c.m4 (b4_yysymprint_generate): Use it.
10705 * data/lalr1.cc (YYLLOC_DEFAULT): Stop relying on the initial
10706 value of the result.
10707 (error_start_): Replace with...
10708 (error_range_): this location array.
10709 This allows to replace code relying on the implementation of
10710 locations by portable code.
10711 * data/yacc.c (yylerrsp): Replace with...
10712 (yyerror_range): this.
10713 Every time a token is popped, update yyerror_range[0], to have an
10714 accurate location for the error token.
10715 * data/glr.c (YY_LOCATION_PRINT): New.
10716 (yyprocessOneStack): Fix an invocation of YY_SYMBOL_PRINT:
10717 deference a pointer.
10718 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): No longer
10719 report the location in %printers.
10720
10721 * src/scan-skel.l: Instead of abort, report error messages to ease
10722 understanding skeleton scanning failures.
10723
ecfe33e7
AD
107242004-09-16 Akim Demaille <akim@epita.fr>
10725
10726 * data/lalr1.cc (Stack::Iterator, Stack::ConstIterator): Rename as...
10727 (iterator, const_iterator): these, to be more in the C++ spirit.
10728 Also, return reverse iterators so that when displaying the stack
10729 we display its bottom first.
10730 (Parser::stack_print_, Parser::reduce_print_): Match the messages
10731 from yacc.c.
10732 We should probably use vector here though.
10733
1576d44d
AD
107342004-09-16 Akim Demaille <akim@epita.fr>
10735
10736 Have more complete shift traces.
10737
10738 * data/yacc.c, data/lalr1.c, data/glr.c: Use YY_SYMBOL_PRINT
10739 to report Shifts instead of ad hoc YYDPRINTF invocations,
10740 including for the error token.
10741 * data/lalr1.cc (symprint_): Output the location.
10742 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): In C++, don't
10743 output the location within the %printer.
10744 Activate GLR tests, at least to make sure they compile properly.
10745 They still don't pass though.
10746 * tests/calc.at: Adjust expect verbose output, since now "Entering
10747 state..." is on a different line than the "Shifting" message.
10748
9c66f418
AD
107492004-09-08 Akim Demaille <akim@epita.fr>
10750
10751 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Move the
10752 Bison directive from the Bison file to the invocation of this
10753 macro, so that these directives are passed to
10754 AT_BISON_OPTION_PUSHDEFS to get correct help macros.
10755 Use these helping macros (e.g., AT_LOC, AT_VAL and so forth).
10756 Move the AT_SETUP/AT_CLEANUP outside, to report as test title
10757 the extra Bison directives instead of the whole series.
10758 Change the grammar so that there are recoverable errors, and
10759 unrecoverable errors. Now we can have the parser give up before
10760 consuming the whole input. As a result we now can observe that
10761 the lookahead is freed when needed.
10762 Change the parser source to parse argv[1] instead of a hard coded
10763 string.
10764 Simplify yylex, and give a value and location to EOF.
10765 Simplify some invocations of AT_CHECK_PRINTER_AND_DESTRUCTOR that
10766 passed directives already coded in the file.
10767 Add some tests to check the location of "error".
10768 For some tests, the C++ parser is correct, and not yacc.c.
10769 For other tests, they provide different, but unsatisfying, values,
10770 so keep the C++ value so that at least one parser is "correct"
10771 according to the test suite.
10772 (Actions after errors): Remove, this is subsumed by the
10773 AT_CHECK_PRINTER_AND_DESTRUCTOR series.
10774
52d5733f
AD
107752004-09-06 Akim Demaille <akim@epita.fr>
10776
10777 * data/lalr1.cc: Adjust the indentation of the labels.
04098407 10778 (Parser::pop): New.
52d5733f
AD
10779 Use it.
10780
a0e68930
AD
107812004-09-06 Akim Demaille <akim@epita.fr>
10782
10783 * data/yacc.cc, data/glr.cc (yydestruct): Accept an additional
10784 argument, an informative message.
10785 Call YY_SYMBOL_PRINT.
10786 Adjust all callers: integrate the associated YY_SYMBOL_PRINT.
10787 * data/lalr1.cc (destruct_): Likewise.
10788 In addition, no longer depend on b4_yysymprint_generate and
10789 b4_yydestruct_generate to generate these functions, do it "by
10790 hand".
10791
e757bb10
AD
107922004-09-03 Akim Demaille <akim@epita.fr>
10793
10794 * data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was
10795 invoked, yydestruct the lookahead.
10796 * tests/calc.at (Calculator $1): Update the expected lengths of
10797 traces: there is an added line for the discarded lookahead.
10798 * doc/bison.texinfo (Destructor Decl): Some rewording.
10799 Define "discarded" symbols.
10800
0fe1f06d
AD
108012004-09-02 Akim Demaille <akim@epita.fr>
10802
10803 * data/lalr1.cc (translate_, destruct_): No reason to be static.
10804
284acc8b
AD
108052004-09-02 Akim Demaille <akim@epita.fr>
10806
10807 * data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used.
10808 (YYDSYMPRINTF): Rename as...
10809 (YY_SYMBOL_PRINT): this.
10810 * data/lalr1.cc (YY_SYMBOL_PRINT): New, modeled after the previous
10811 two.
10812 Use it instead of direct symprint_ calls.
10813 (yybackup): Tweak the "Now at end of input" case to match yacc.c's
10814 one.
10815
a5eb1ed2
AD
108162004-09-02 Akim Demaille <akim@epita.fr>
10817
b7c72fe1
AD
10818 * data/lalr1.cc (b4_yysymprint_generate): New.
10819 (symprint_): New member function, defined when YYDEBUG.
10820 Use it consistently instead of token/nterm debugging output by
10821 hand.
a5eb1ed2
AD
10822 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust
10823 %printer calls to use cdebug_ when using lalr1.cc.
10824
417141dd
AD
108252004-08-30 Florian Krohm <florian@edamail.fishkill.ibm.com>
10826
10827 * data/glr.c: Guard the declarations of yypstack and yypdumpstack
10828 with #ifdef YYDEBUG.
10829
2fa09258
AD
108302004-08-26 Akim Demaille <akim@epita.fr>
10831
10832 * doc/bison.texinfo (Implementing Loops): Rename as...
10833 (Implementing Gotos/Loops): this.
10834
9378b508
PE
108352004-08-13 Paul Eggert <eggert@cs.ucla.edu>
10836
10837 Adjust to latest gnulib.
10838 * bootstrap (gnulib_modules): Add xalloc-die.
10839 Set LC_ALL=C so that file names sort consistently.
10840 Prefer the gnulib copies of gettext.m4, glibc21.m4,
10841 inttypes_h.m4, lib-ld.m4, lib-prefix.m4, po.m4, stdint_h.m4,
10842 uintmax_t.m4, ulonglong.m4.
10843 (intl_files_to_remove): Add gettext.m4, lib-ld.m4, lib-prefix.m4,
10844 po.m4 since we are now using _gl.m4 instead.
10845
87a8ad5c
PE
108462004-08-10 Florian Krohm <florian@edamail.fishkill.ibm.com>
10847
10848 * src/scan-action.l: Remove. Scanning of semantic actions is
10849 handled in scan-gram.l.
10850
dca81a78
PE
108512004-08-07 Florian Krohm <florian@edamail.fishkill.ibm.com>
10852
10853 * src/scan-gram.l (handle_syncline): Use uniqstr_new not xstrdup.
10854
10855 * src/location.h (struct): The file member is a uniqstr.
10856 (equal_boundaries): Use UNIQSTR_EQ for comparison.
10857
c9cbf7c5
PE
108582004-07-22 Paul Eggert <eggert@cs.ucla.edu>
10859
10860 Fix bug with non-%union parsers that have printers or destructors,
10861 which led to a Bison core dump. Reported by Peter Fales in
10862 <http://lists.gnu.org/archive/html/bug-bison/2004-07/msg00014.html>.
2fa09258 10863
c9cbf7c5
PE
10864 * data/c.m4 (b4_symbol_actions): Don't assume %union was used.
10865 * data/lalr1.cc (yystype) [defined YYSTYPE]: Define to YYSTYPE,
10866 not to our own type.
10867 * src/output.c (symbol_destructors_output, symbol_printers_output):
10868 Don't assume %union.
10869 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR,
10870 AT_CHECK_PRINTER_AND_DESTRUCTOR): New argument
10871 UNION-FLAG. All callers changed.
10872 (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't assume %union.
10873 Use type char, not unsigned int, when declaring an array of char;
10874 this lets us remove a cast.
10875 (Printers and Destructors): Add non-%union test cases.
10876
fa7e68c3
PE
108772004-06-21 Paul Eggert <eggert@cs.ucla.edu>
10878
10879 * doc/bison.texinfo: Minor editorial changes, mostly to the new
10880 GLR writeups. E.g., avoid frenchspacing and the future tense,
10881 change "lookahead" to "look-ahead", and change "wrt" to "with
10882 respect to".
2fa09258 10883
fa7e68c3
PE
108842004-06-21 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
10885
10886 * doc/bison.texinfo (Merging GLR Parses, Compiler Requirements):
10887 New sections, split off from the GLR Parsers section. Put the new
10888 Simple GLR Parser near the start of the GLR section, for clarity.
10889 Rewrite connective text.
10890
99a9344e
PE
108912004-06-21 Frank Heckenbach <frank@g-n-u.de>
10892
10893 * doc/bison.texinfo (Simple GLR Parsers): New section.
10894
8dd162d3
PE
108952004-06-21 Paul Eggert <eggert@cs.ucla.edu>
10896
10897 * NEWS, TODO, doc/bison.texinfo:
10898 Use "look-ahead" instead of "lookahead", to be consistent.
10899 * REFERENCES: Fix incorrect reference to DeRemer and Pennello,
10900 while we're fixing "look-ahead".
10901 * src/conflicts.c (shift_set): Renamed from shiftset.
10902 (look_ahead_set): Renamed from lookaheadset.
10903 * src/print.c: Likewise.
10904 * src/getargs.c (report_args): Add "look-ahead" as the new canonical
10905 name for "lookahead".
10906 (report_types, usage): Likewise.
10907 * src/getargs.h (report_look_ahead_tokens): Renamed from
10908 report_lookaheads.
10909 * src/lalr.c (compute_look_ahead_tokens): Renamed from
10910 compute_lookaheads.
10911 (state_look_ahead_tokens_count): Renamed from state_lookaheads_count.
10912 (look_ahead_tokens_print): Renamed from lookaheads_print.
10913 * src/state.c (state_rule_look_ahead_tokens_print): Renamed from
10914 state_rule_lookaheads_print.
10915 * src/state.h: Likewise.
10916 (reductions.look_ahead_tokens): Renamed from lookaheads.
10917 * tests/torture.at (AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR): Renamed from
10918 AT_DATA_LOOKAHEADS_GRAMMAR.
10919
57a90331
PE
109202004-06-03 Paul Eggert <eggert@cs.ucla.edu>
10921
10922 * README: Update location of patched M4 distribution.
10923
8ed3234a
PE
109242004-05-30 Albert Chin-A-Young <china@thewrittenword.com>
10925
10926 Don't assume the C++ compiler takes the same arguments as the C compiler
10927 (trivial change).
10928 * configure.ac (O0CXXFLAGS): New var.
10929 * tests/atlocal.in (CXXFLAGS): Use it.
10930
07971983
PE
109312004-05-29 Paul Eggert <eggert@cs.ucla.edu>
10932
10933 Fix some "make check" problems with C++ reported by
10934 Albert Chin-A-Young for Tru64 C++ in this thread:
10935 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00049.html
10936
10937 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check for std::cerr.
10938 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
10939 Output to a .cc file for C++, not to a .c file.
10940 * tests/calc.at (AT_CHECK_CALC): Likewise.
10941 * tests/regression.at (AT_CHECK_DANCER): Likewise.
10942 * tests/local.at (AT_COMPILE_CXX): Default to OUTPUT.cc, not OUTPUT.c.
10943
29058652
PE
109442004-05-28 Albert Chin-A-Young <china@thewrittenword.com>
10945
10946 * tests/calc.at, tests/actions.at: Workaround for SGI
10947 C++ compiler. (trivial change)
10948
62cb8a99
PE
109492004-05-27 Paul Eggert <eggert@cs.ucla.edu>
10950
fd418816
PE
10951 Spent a few hours checking out which prerequisite versions the
10952 current sources actually require. I went all the way back to
10953 Gettext 0.10.40, Automake 1.4, and Autoconf 2.57 and investigated
10954 a seemingly endless set of combinations of versions more recent
10955 than that. The bottom line is that the current sources require
10956 fairly recent versions of the build tools, and it'll be some work
10957 to change this.
10958 * configure.ac (AC_PREREQ): Increase from 2.58 to 2.59.
10959 (AM_INIT_AUTOMAKE): Increase from 1.7 to 1.8.
10960 (AM_GNU_GETTEXT_VERSION): Increase from 0.11.5 to 0.12.
10961 Add comments explaining why those particular versions are
10962 currently needed.
2fa09258 10963
62cb8a99
PE
10964 * src/parse-gram.y (lloc_default): Rewrite to avoid compiler bug
10965 in SGI MIPSpro 7.4.1m. Problem reported by Albert Chin-A-Young in
161a71f3 10966 <http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00037.html>.
62cb8a99
PE
10967
10968 * configure.ac (AC_PREREQ): Bump to 2.58, since 2.57 doesn't work
10969 (it fails with a Autoconf-without-aclocal-m4 diagnostic).
10970
caa52c10
PE
109712004-05-26 Paul Eggert <eggert@cs.ucla.edu>
10972
10973 * configure.ac (AM_GNU_GETTEXT_VERSION): Lower it from 0.14.1 to
10974 0.11.5. Suggested by Bruno Haible.
10975 * bootstrap: Remove gettext version checking.
10976
10977 * doc/bison.texinfo (Decl Summary): Also mention that %union
10978 can depend on prerequisite types. Problem reported by Tim
10979 Van Holder.
10980
4bfd5e4e
PE
109812004-05-25 Paul Eggert <eggert@cs.ucla.edu>
10982
2cef3017
PE
10983 * README: Mention GNU m4 1.4 bugs and Akim's patched version.
10984 * README-alpha: Don't tell people not to package this.
10985
b9c85d5c
PE
10986 * bootstrap: Don't assume $(...) works; use `...` instead.
10987 Problem reported by Paul Hilfinger. Also, diagnose non-GNU
10988 gettext better.
10989
4bfd5e4e
PE
10990 * doc/bison.texinfo (Decl Summary, Bison Options): Clarify what's
10991 put into the -d output file, and mention what to do if YYSTYPE is
10992 defined as a macro.
10993
6a36ff94
PE
109942004-05-24 Paul Eggert <eggert@cs.ucla.edu>
10995
6712933e
PE
10996 Undo change made earlier today: it caused autopoint to not bring
10997 in ABOUT-NLS. Ouch. Instead, substitute our own diagnostic for
10998 autopoint's.
10999
11000 * bootstrap: Check that gettext version matches what's in
11001 configure.ac. Warn users to ignore robots.txt ERROR 404.
11002 * bootstrap: Undo today's earlier change (logged below).
11003 * configure.ac (AM_GNU_GETTEXT_VERSION): Likewise.
b9c85d5c 11004
6a36ff94
PE
11005 The gettext version checking is causing more trouble than it's
11006 curing; remove it. Problem reported by Paul Hilfinger.
11007
11008 * bootstrap: Issue a warning that one can expect a message
11009 'AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION'.
11010 * configure.ac (AM_GNU_GETTEXT_VERSION): Remove.
11011
209ea708
PE
110122004-05-23 Paul Eggert <eggert@cs.ucla.edu>
11013
11014 Ensure that the C++ compiler used for testing actually works on a
11015 simple test program; if not, skip the C++-related tests. Problem
11016 reported by Vin Shelton in:
161a71f3 11017 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00026.html
209ea708
PE
11018
11019 * m4/cxx.m4: New file.
11020 * configure.ac (BISON_TEST_FOR_WORKING_CXX_COMPILER): Add.
11021 * tests/atlocal.in (BISON_CXX_WORKS): Add.
11022 * tests/local.at (AT_COMPILE_CXX): Use it.
11023
41ca2549
PE
110242004-05-21 Paul Eggert <eggert@cs.ucla.edu>
11025
383e69dc
PE
11026 * data/glr.c (yylloc): Output this macro even if locations are not
11027 being generated, as the GLR parser needs it even in that case.
11028 Problem reported by Troy A. Johnson
11029 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=195946>.
11030
41ca2549
PE
11031 * configure.ac (AC_INIT): Update to 1.875e.
11032
e476c87d
PE
110332004-05-21 Paul Eggert <eggert@cs.ucla.edu>
11034
11035 * NEWS: Version 1.875d.
11036 * configure.ac (AC_INIT): Likewise.
11037 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875d.
11038
11039 * configure.ac (--enable-gcc-warnings): Do not enable -Wshadow,
11040 -Wmissing-prototypes, or -Wstrict-prototypes for C++. The current
11041 lalr1.cc runs afoul of the first, and the last two are no longer
11042 supported by GCC 3.4.0.
11043 * README: Mention GNU m4 1.4 or later; mention m4 patches.
11044 * HACKING: Use ./bootstrap, not "make update" to import foreign files.
11045
233a88ad
PE
110462004-05-06 Paul Eggert <eggert@cs.ucla.edu>
11047
11048 * src/muscle_tab.c (hash_muscle): Accept and return size_t, not
11049 unsigned int, for compatibility with latest gnulib hash module.
11050 * src/state.c (state_hash, state_hasher): Likewise.
11051 * src/symtab.c (hash_symbol, hash_symbol_hasher): Likewise.
11052 * src/uniqstr.c (hash_uniqstr): Likewise.
e476c87d 11053
12ffdd28
PE
110542004-05-03 Paul Eggert <eggert@cs.ucla.edu>
11055
11056 * NEWS: Unescaped newlines are no longer allowed in char & strings.
11057
11058 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER,
11059 SC_CHARACTER,SC_STRING>): Reject unescaped newlines in
11060 character and string literals.
11061 (unexpected_end): New function.
11062 (unexpected_eof): Use it.
11063 (unexpected_newline): New function.
11064 (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>): Coalesce duplicate
11065 actions.
e476c87d 11066
12ffdd28
PE
11067 * NEWS: Document %expect-rr.
11068
11069 * bootstrap (--gnulib-srcdir=*, --cvs-user=*):
11070 Fix typo by replacing $1 with $option.
11071 Remove more 'intl'-related files.
9668e2be 11072 Don't DEFUN AM_INTL_SUBDIR twice.
12ffdd28
PE
11073
11074 * lib/.cvsignore: Add strndup.h. Remove memchr.c, memcmp.c,
11075 memrchr.c, strcasecmp.c, strchr.c, strrchr.c, strspn.c, strtol.c,
11076 strtoul.c.
11077 * m4/.cvsignore: Add exitfail.m4, extensions.m4, gnulib.m4,
11078 hard-locale.m4, mbstate_t.m4, strerror_r.m4, strndup.m4,
11079 xstrndup.m4. Remove glibc21.m4, intdiv0.m4, inttypes-pri.m4,
11080 inttypes.m4, inttypes_h.m4, isc-posix.m4, lcmessage.m4,
11081 stdint_h.m4, uintmax_t.m4, ulonglong.m4.
11082 * src/.cvsignore: Add *.output.
11083
11084 * src/parse-gram.y: Put copyright notice inside %{ %} so it
11085 gets copied to the output file.
e476c87d 11086
1f65350a
PE
110872004-04-28 Paul Eggert <eggert@twinsun.com>
11088
11089 Get files from the gnulib and po repositories, instead of relying
11090 on them being in our CVS. Upgrade to latest versions of gnulib
11091 and Automake.
11092
11093 * Makefile.am (SUBDIRS): Remove m4; Automake now does m4.
11094 * bootstrap: Bootstrap from gnulib and po repositories.
11095 Much of this code was stolen from GNU diff and GNU tar's bootstrap.
11096 * README-cvs: Document these changes. Remove version numbers from
11097 mentions of build tools, since they change so often. Mention Flex.
11098
11099 * configure.ac (AC_CONFIG_MACRO_DIR): Add, with m4 as arg.
11100 (gl_USE_SYSTEM_EXTENSIONS): Add.
12ffdd28
PE
11101 (AC_GNU_SOURCE, AC_AIX, AC_MINIX):
11102 Remove; no longer needed, as gl_USE_SYSTEM_EXTENSIONS
1f65350a 11103 does this for us.
12ffdd28
PE
11104 (AC_ISC_POSIX): Remove; we no longer support this
11105 ancient OS, as it gets in the way of latest Autoconf & gnulib.
1f65350a
PE
11106 (AC_HEADER_STDC): Remove: we now assume C89 or better.
11107 (AC_CHECK_HEADERS_ONCE): Use instead of AC_CHECK_HEADERS.
11108 Do not check for C89 headers, except for locale.h which is used
11109 by the Yacc library and must port to K&R hosts.
11110 (AC_CHECK_FUNCS_ONCE): Use instead of AC_CHECK_FUNCS.
11111 Do not check for C89 functions, except for setlocale which is
11112 used by the Yacc library.
11113 (AC_CHECK_DECLS, AC_REPLACE_FUNCS): Remove; no longer needed.
11114 (gl_DIRNAME, gl_ERROR, gl_FUNC_ALLOCA, gl_FUNC_MEMCHR,
11115 gl_FUNC_MEMRCHR, gl_FUNC_STPCPY, gl_FUNC_STRNLEN, gl_FUNC_STRTOL,
11116 gl_GETOPT, gl_HASH, gl_MBSWIDTH, gl_OBSTACK, gl_QUOTE,
11117 gl_QUOTEARG, gl_XALLOC, jm_FUNC_GLIBC_UNLOCKED_IO, jm_FUNC_MALLOC,
11118 AM_GNU_GETTEXT): Remove; now done by:
11119 (GNULIB_AUTOCONF_SNIPPET): Add. "bootstrap" builds this for us.
11120 (AC_CONFIG_FILES): Remove m4/Makefile, as Automake now does this
11121 for us.
11122
11123 * lib/Makefile.am: Include gnulib.mk, built for us by "bootstrap".
11124 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES):
11125 Define to empty, as gnulib.mk will do the rest for us.
11126 ($(libbison_a_OBJECTS), stdbool.h): Remove, as gnulib.mk does this
11127 for us.
11128 (libbison_a_SOURCES): Define to $(lib_SOURCES) now.
11129 (lib_SOURCES): New symbol, containing only the non-gnulib libs.
11130
11131 * src/files.c: Include gnulib's xstrndup.h.
11132
11133 * src/system.h (MALLOC): Use xnmalloc, for better overflow checking.
11134 (REALLOC): Use xnrealloc, for likewise.
11135 (xstrndup, stpcpy): Remove decls, as gnulib does this for us now.
11136 (strnlen, memrchr): Remove decls; functions no longer used.
11137 Include <stpcpy.h>.
11138
11139 * config/depcomp, config/install-sh, lib/alloca.c, lib/argmatch.c,
11140 lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
11141 lib/error.c, lib/error.h, lib/getopt.c, lib/getopt.h,
11142 lib/getopt1.c, lib/gettext.h, lib/hash.c, lib/hash.h,
11143 lib/malloc.c, lib/mbswidth.c, lib/mbswidth.h, lib/memchr.c,
11144 lib/memcmp.c, lib/memrchr.c, lib/obstack.c, lib/obstack.h,
11145 lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h,
11146 lib/realloc.c, lib/stdbool_.h, lib/stpcpy.c, lib/strcasecmp.c,
11147 lib/strchr.c, lib/strncasecmp.c, lib/strnlen.c, lib/strrchr.c,
11148 lib/strspn.c, lib/strtol.c, lib/strtoul.c, lib/unlocked-io.h,
11149 lib/xalloc.h, lib/xmalloc.c, lib/xstrdup.c, lib/xstrndup.c,
11150 m4/Makefile.am, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
11151 m4/error.m4, m4/getopt.m4, m4/hash.m4, m4/malloc.m4,
11152 m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4, m4/memcmp.m4,
11153 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/prereq.m4,
11154 m4/quote.m4, m4/quotearg.m4, m4/realloc.m4, m4/stdbool.m4,
11155 m4/stpcpy.m4, m4/strnlen.m4, m4/strtol.m4, m4/strtoul.m4,
11156 m4/unlocked-io.m4, m4/xalloc.m4, po/LINGUAS, po/Makefile.in.in,
11157 po/Makevars, po/da.po, po/de.po, po/es.po, po/et.po, po/fr.po,
11158 po/hr.po, po/id.po, po/it.po, po/ja.po, po/ms.po, po/nl.po,
11159 po/pt_BR.po, po/ro.po, po/ru.po, po/sv.po, po/tr.po:
11160 Remove, as these files are now generated automatically
11161 by bootstrap or automake.
11162
11163 * po/ChangeLog: Remove: all but one entry was a duplicate
11164 of this file, and I moved that 2000-11-02 entry here.
11165
11166 * config/.cvsignore: Add Makefile, depcomp, install-sh.
11167 * lib/.cvsignore: Add alloca.c, alloca.h, alloca_.h, argmatch.c,
11168 argmatch.h, basename.c, dirname.c, dirname.h, error.c, error.h,
11169 exit.h, exitfail.c, exitfail.h, getopt.c, getopt.h, getopt1.c,
11170 getopt_int.h, gettext.h, gnulib.mk, hard-locale.c, hard-locale.h,
11171 hash.c, hash.h, malloc.c, mbswidth.c, mbswidth.h, memchr.c,
11172 memcmp.c, memrchr.c, obstack.c, obstack.h, quote.c, quote.h,
11173 quotearg.c, quotearg.h, realloc.c, stdbool_.h, stpcpy.c, stpcpy.h,
11174 strcasecmp.c, strchr.c, stripslash.c, strncasecmp.c, strndup.c,
11175 strnlen.c, strrchr.c, strspn.c, strtol.c, strtoul.c,
11176 unlocked-io.h, xalloc.h, xmalloc.c, xstrdup.c, xstrndup.c,
11177 xstrndup.h.
11178 * m4/.cvsignore: Remove Makefile, Makefile.in. Add alloca.m4,
11179 dirname.m4, dos.m4, error.m4, getopt.m4, hash.m4, mbrtowc.m4,
11180 mbswidth.m4, obstack.m4, onceonly.m4, quote.m4, quotearg.m4,
11181 stdbool.m4, stpcpy.m4, strnlen.m4, unlocked-io.m4, xalloc.m4.
11182 * po/.cvsignore: Add *.po, LINGUAS, Makefile.in.in, Makevars.
11183 * src/.cvsignore: Remove *_.c.
11184
11185
11186 * Makefile.maint (GZIP_ENV): Don't use --rsyncable if gzip doesn't
11187 support it. (The latest stable gzip doesn't.)
11188
111892004-04-27 Paul Eggert <eggert@twinsun.com>
11190
11191 * data/lalr1.cc (Parser::stos_) [! YYDEBUG]: Define even in this
11192 case, as stos_ is now used by destructors due to the 2004-02-09
11193 change.
11194
11195 Remove more K&R C support.
11196 * lib/libiberty.y (PARAMS): Remove. All uses removed.
11197 * lib/subpipe.c (errno): Remove decl.
11198 Include <stdlib.h> unconditionally.
11199 (EXIT_FAILURE): Remove macro.
11200 * src/complain.c (vfprintf, strerror): Remove.
11201 * src/system.h: Include limits.h, stdlib.h, string.h, locale.h
11202 unconditionally.
11203 (EXIT_FAILURE, EXIT_SUCCESS, setlocale): Remove defns.
11204 Use latest Autoconf recommendations for including inttypes.h, stdint.h.
11205 (strchr, strspn, memchr): Remove decls.
11206 * tests/calc.at (_AT_DATA_CALC_Y): Include stdlib.h, string.h
11207 unconditionally. Do not declare perror.
11208 * tests/conflicts.at (%nonassoc and eof): Include stdlib.h
11209 unconditionally.
11210
11211 * src/complain.c (_): Remove useless defn, as system.h defines this.
11212
11213 * lib/bitset.h (__INT_TO_PTR): Remove; workaround no longer needed
11214 with latest obstack.h.
11215 * lib/ebitset.c (ebitset_elt_alloc): Don't bother to cast args
11216 to procedure types, as obstack.h now does that for us.
11217 * lib/lbitset.c (lbitset_elt_alloc): Likewise.
11218
11219 * lib/subpipe.h [HAVE_SYS_TYPES_H]: Include <sys/types.h>,
11220 so that this include file can stand alone.
11221 * lib/subpipe.c: Do not include <sys/types.h>, as subpipe.h
11222 does this now. Include subpipe.h first after config.h, to
11223 test whether it can stand alone.
11224
11225 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't
11226 declare yyerror when using lalr.cc, as GCC 3.4.0 warns about the
11227 unused declaration.
11228
11229 * tests/synclines.at (%union synch line): Put a dummy member in
11230 the union, because empty unions aren't allowed in C. Caught
11231 by GCC 3.4.0.
11232
4f16766c
PE
112332004-04-13 Jim Meyering <jim@meyering.net>
11234
11235 * src/conflicts.c (conflicts_print): Correct format string typo:
11236 use `%%' to produce literal `%'. (trivial change)
11237
779e7ceb
PE
112382004-03-30 Paul Eggert <eggert@twinsun.com>
11239
11240 * src/getargs.c (version): Update copyright year to 2004.
11241
11242 * data/c.m4 (b4_int_type): Use 'short int' rather than
11243 'short', and similarly for 'long', 'unsigned', etc.
11244 * data/glr.c (YYTRANSLATE, yyconfl, yySymbol, yyItemNum,
11245 yygetLRActions, yyprocessOneStack, yyrecoverSyntaxError,
11246 yy_yypstack, yydumpstack): Likewise.
11247 * data/lalr1.cc (user_token_number_max_, user_token_number_max_,
11248 translate_, seq_, [], pop, Slice, range_, operator+, operator+=):
11249 Likewise.
11250 * data/yacc.c (b4_int_type, yyss, YYSTACK_BYTES, yysigned_char,
11251 yy_stack_print, yyparse): Likewise.
11252 * doc/bison.texinfo (Prologue, Multiple Types): Likewise.
11253 * lib/bbitset.h (bitset_word, BITSET_WORD_BITS): Likewise.
11254 * lib/bitset.c (bitset_print): Likewise.
11255 * lib/bitset_stats.c (bitste_log_histogram_print): Likewise.
11256 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
11257 * lib/bitsetv.c (bitsetv_dump): Likewise.
11258 * lib/ebitset.c (EBITSET_ELT_BITS, ebitset_elt_alloc): Likewise.
11259 * lib/lbitset.c (LBITSET_ELT_BITS, lbitset_elt_alloc, debug_lbitset):
11260 Likewise.
11261 * src/LR0.c (allocate_itemsets): Likewise.
11262 * src/gram.h (rule_number, rule): Likewise.
11263 * src/lalr.h (goto_number): Likewise.
11264 * src/nullable.c (nullable_compute): Likewise.
11265 * src/output.c (prepare_rules): Likewise.
11266 * src/relation.c (relation_print, relation_digraph): Likewise.
11267 * src/relation.h (relation_node): Likewise.
11268 * src/state.h (state_number, transitions, errs, reductions,
11269 struct state): Likewise.
11270 * src/symtab.h (symbol_number, struct symbol): Likewise.
11271 * src/tables.c (vector_number, tally, action_number,
11272 default_goto, goto_actions): Likewise.
11273 * tests/existing.at (GNU Cim Grammar): Likewise.
11274 * tests/regression.at (Web2c Actions): Likewise.
11275
11276 * src/output.c (muscle_insert_short_int_table): Renamed from
11277 muscle_insert_short_table. All uses changed.
11278
d6328241
PH
112792004-03-25 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
11280
11281 * src/parse-gram.y: Define PERCENT_EXPECT_RR.
11282 (declaration): Replace expected_conflicts with expected_sr_conflicts.
11283 Add %expect-rr rule.
4f16766c 11284
d6328241
PH
11285 * src/scan-gram.l: Recognize %expect-rr.
11286
4f16766c 11287 * src/conflicts.h (expected_sr_conflicts): Rename from
d6328241 11288 expected_conflicts.
4f16766c 11289 (expected_rr_conflicts): Declare.
d6328241
PH
11290
11291 * src/conflicts.c (expected_sr_conflicts): Rename from
11292 expected_conflicts.
11293 (expected_rr_conflicts): Define.
11294 (conflicts_print): Check r/r conflicts against expected_rr_conflicts
11295 for GLR parsers.
11296 Use expected_sr_conflicts in place of expected_conflicts.
11297 Warn if expected_rr_conflicts used in non-GLR parser.
4f16766c 11298
d6328241 11299 * doc/bison.texinfo: Add documentation for %expect-rr.
4f16766c 11300
1452af69
PE
113012004-03-08 Paul Eggert <eggert@gnu.org>
11302
11303 Add support for hex token numbers. Suggested by Odd Arild Olsen in
161a71f3 11304 <http://lists.gnu.org/archive/html/bison-patches/2004-03/msg00000.html>.
1452af69
PE
11305
11306 * NEWS: Document hexadecimal tokens, no NUL bytes, %destructor
11307 in lalr1.cc.
11308 * doc/bison.texinfo (Token Decl): Add hexadecimal token numbers.
11309 * src/scan-gram.l (scan_integer): New function.
11310 ({int}): Use it.
11311 (0[xX][0-9abcdefABCDEF]+): New pattern, to support hex numbers.
11312 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>, \\x[0-9abcdefABCDEF]+,
11313 handle_action_dollar, handle_action_at, convert_ucn_to_byte):
11314 Say "long int", not "long", for uniformity with GNU style.
11315
006d217d
PE
113162004-02-25 Paul Eggert <eggert@twinsun.com>
11317
11318 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Ignore stdout from
11319 compilers. This fixes a problem with Intel's C++ compiler being
11320 chatty, reported by Guido Trentalancia in
161a71f3 11321 <http://lists.gnu.org/archive/html/bug-bison/2004-02/msg00030.html>.
006d217d 11322
c2729758
ADL
113232004-02-09 Alexandre Duret-Lutz <adl@gnu.org>
11324
11325 Support %destructor and merge error locations in lalr1.cc.
11326
11327 * data/lalr1.cc (b4_cxx_destruct_def): New macro.
11328 (Parser::stos_): Define unconditionally.
11329 (Parser::destruct_): New method. Generate its body with
11330 b4_yydestruct_generate.
11331 (Parser::error_start_): New attribute.
11332 (Parser::parse) <yyerrlab, yyerrlab1>: Call destruct_ on erroneous
11333 token which are discarded.
11334 (Parser::parse) <yyerrlab, yyerrorlab, yyerrlab1>: Update
11335 error_start_ when erroneous token are discarded.
11336 (Parser::parse) <yyerrlab1>: Compute the location of the error
11337 token so that it covers all the discarded tokens.
11338 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust so
11339 it can be called with `%skeleton "lalr1.cc"', and do that.
11340
dd0e0635
PE
113412004-02-02 Paul Eggert <eggert@twinsun.com>
11342
11343 * src/Makefile.am (AM_CPPFLAGS): New macro. It mentions
11344 $(top_srcdir)/lib and ../lib. This fixes a bug reported
11345 by Paul Hilfinger; the old INCLUDES value didn't mention ../lib.
11346 There's no need to mention top_builddir since Automake does that
11347 for us.
11348 (INCLUDES): Remove, as Automake says it's obsolescent.
11349 Contents migrated into AM_CPPFLAGS as described above.
11350 * lib/Makefile.am (INCLUDES): Remove; obsolescent.
11351
113522004-01-14 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
11353
11354 * data/glr.c (yytokenName): Bullet-proof against YYEMPTY token.
11355 (yyreportSyntaxError): Handle case where lookahead token is
11356 YYEMPTY.
11357
be16239b
PH
113582004-01-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
11359
11360 * data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC so that
11361 resulting parsers are compilable with C++.
11362
5fa90832
PE
113632003-12-23 Paul Eggert <eggert@twinsun.com>
11364
11365 * config/depcomp, config/install-sh: Sync with Automake 1.8.
11366 * src/output.c (output_skeleton): Rename local var.
11367 * tests/input.at (Torturing the Scanner): Don't use \x0 or \0 in
11368 Bison tokens, as this runs afoul of the 2003-10-07 change that
11369 disallowed NUL bytes in character constants or string literals.
11370
11371 * tests/local.at: Require Autoconf 2.59's Autotest.
11372 * tests/testsuite.at: Don't include local.at, since we now assume
11373 Autoconf 2.59 or later. Autoconf 2.59 had some problems with
11374 including it.
11375 * tests/Makefile.am ($(TESTSUITE)): Remove warning about ignoring
11376 multiple inclusion warnings.
dd0e0635 11377
b165c324
AD
113782003-12-02 Akim Demaille <akim@epita.fr>
11379
11380 * doc/bison.texinfo (How Can I Reset the Parser): More about start
11381 conditions.
11382 From Bruno Haible.
11383
26e06a21
ADL
113842003-11-18 Alexandre Duret-Lutz <adl@gnu.org>
11385
11386 * doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
11387
92ac3705
PE
113882003-10-07 Paul Eggert <eggert@twinsun.com>
11389
6a5ecb38
PE
11390 * tests/Makefile.am (clean-local): Don't run 'testsuite --clean'
11391 if testsuite doesn't exist.
11392
92ac3705
PE
11393 * doc/bison.texinfo (Symbols): NUL bytes are not allowed in string
11394 literals, unfortunately.
11395 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>):
11396 Complain about NUL bytes in character constants or string literals.
11397
91d2c560
PE
113982003-10-05 Paul Eggert <eggert@twinsun.com>
11399
11400 * NEWS: Don't document %no-default-prec, as it's still
11401 too experimental.
11402 * doc/bison.texinfo: Document %no-default-prec only if
11403 the defaultprec flag is set. Normally it's not.
11404
0cc3da3a
PE
114052003-10-04 Paul Eggert <eggert@twinsun.com>
11406
11407 * data/glr.c (b4_rhs_value, b4_rhs_location): Yield a
11408 non-modifiable lvalue, instead of a modifiable one.
11409 * doc/bison.texinfo (Actions): Document that $$ can
11410 be assigned to. Do not claim that $$ and $N are
11411 array element references: user code should not rely on this.
11412
22fccf95
PE
114132003-10-01 Paul Eggert <eggert@twinsun.com>
11414
11415 * src/parse-gram.h (PERCENT_NO_DEFAULT_PREC): New token.
11416 (grammar_declaration): Use it.
11417 * src/scan-gram.l: New token %no-default-prec.
11418 * tests/conflicts.at: Revamp tests to use %no-default-prec.
11419 * NEWS, doc/bison.texinfo: Document the above.
11420
fc8f2965
AD
114212003-10-01 Akim Demaille <akim@epita.fr>
11422
11423 VCG no longer supports long_straight_phase.
11424
11425 * src/vcg.c, src/vcg.h: Remove the handling of long_straight_phase.
11426 * src/print_graph.c (print_graph): Adjust.
11427
39a06c25
PE
114282003-09-30 Frank Heckenbach <frank@g-n-u.de>
11429 and Paul Eggert <eggert@twinsun.com>
11430
11431 * doc/bison.texinfo (Decl Summary, Contextual Precedence,
11432 Table of Symbols): Document %default-prec.
11433 * src/parse-gram.y (PERCENT_DEFAULT_PREC): New token.
11434 (grammar_declaration): Set default_prec on %default-prec.
11435 * src/scan-gram.l (%default-prec): New token.
11436 * src/reader.h (default_prec): New flag.
11437 * src/reader.c: Likewise.
11438 (packgram): Handle it.
11439 * tests/conflicts.at (%default-prec without %prec,
11440 %default-prec with %prec, %default-prec 1): New tests.
fc8f2965 11441
39a06c25
PE
114422003-09-30 Paul Eggert <eggert@twinsun.com>
11443
11444 * tests/testsuite.at: Include local.at, not input.at, fixing
11445 a typo in the 2003-08-25 patch.
11446
62b6aef9
AD
114472003-08-27 Akim Demaille <akim@epita.fr>
11448
11449 * data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab to pacify
11450 GCC warnings.
11451
89e1cc61
AD
114522003-08-26 Akim Demaille <akim@epita.fr>
11453
11454 * config/announce-gen (print_changelog_deltas): Neutralize "<#" as
11455 "<\#" to avoid magic from Gnus when posting parts of this script.
11456
a08460b0
AD
114572003-08-26 Akim Demaille <akim@epita.fr>
11458
11459 * data/lalr1.cc (Parser::report_syntax_error_): New, extracted from
11460 (Parser::parse): here.
11461 Adjust: nerrs and errstatus is now replaced by...
11462 (Parser::nerrs_, Parser::errstatus_): New.
11463
603f1cfd
AD
114642003-08-25 Akim Demaille <akim@epita.fr>
11465
11466 * config/announce-gen, Makefile.cfg: New.
11467 * Makefile.am: Adjust.
11468 * GNUmakefile, Makefile.maint: Update from CVS Autoconf, but
11469 keeping local WGET and WGETFLAGS modifications from Paul Eggert.
11470
cd3684cf
AD
114712003-08-25 Akim Demaille <akim@epita.fr>
11472
11473 When reducing initial empty rules, Bison parser read an initial
11474 location that is not defined. This results in garbage, and that
11475 affects Bison's own parser. Therefore we need (i) to extend Bison
11476 to support a means to initialize this location, and (ii) to use
11477 this CVS Bison to fix CVS Bison's parser.
11478
11479 * src/reader.h, reader.c (epilogue_augment): Remove, replace
11480 with...
11481 * src/muscle_tab.h, src/muscle_tab.c (muscle_code_grow): this.
11482 * src/parse-gram.y: Adjust.
11483 (%initial-action): New.
11484 (%error-verbose): Since we require CVS Bison, there is no reason
11485 not to use it.
11486 * src/scan-gram.l: Adjust.
11487 * src/Makefile.am (YACC): New, to make sure we use our own parser.
11488 * data/yacc.c (yyparse): Use b4_initial_action.
11489
4e03e201
AD
114902003-08-25 Akim Demaille <akim@epita.fr>
11491
11492 * doc/bison.texinfo: Don't promote stdout for error messages.
11493
8c182d05
AD
114942003-08-25 Akim Demaille <akim@epita.fr>
11495
11496 * data/lalr1.cc (Parser::reduce_print_): Remove unused yyi.
11497 From Alexandre Duret-Lutz.
11498
6a60c4cf
PE
114992003-08-25 Akim Demaille <akim@epita.fr>
11500
11501 Version 1.875c.
11502
25f66e1a
AD
115032003-08-25 Akim Demaille <akim@epita.fr>
11504
11505 * data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT): New.
11506 Use them.
11507
5348bfbe
AD
115082003-08-25 Akim Demaille <akim@epita.fr>
11509
11510 * data/lalr1.cc (Parser::reduce_print_): New.
11511 Use it.
11512
47301314
AD
115132003-08-25 Akim Demaille <akim@epita.fr>
11514
11515 Have lalr1.cc catch with Paul Eggert's patch to fix the infinite
11516 error recovery loops. This patch is based on
161a71f3 11517 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00000.html>.
47301314
AD
11518 Also, augment the similarity between lalr1.cc and yacc.c.
11519 Note: the locations of error recovery rules are not correct yet.
11520
11521 * data/lalr1.cc: Comment changes to augment the similarity between
11522 lalr1.cc and yacc.c.
11523 (YYERROR): Goto to yyerrorlab, not yyerrlab1.
11524 (yyerrlab1): Remove, but where it used to be (now the bottom part of
11525 yyerrlab), when hitting EOF, pop the whole stack here instead of
11526 merely falling thru the default error handling mechanism.
11527 (yyerrorlab): New label, with the old contents of YYERROR,
11528 plus the following change: pop the stack of rhs corresponding
11529 to the production that invoked YYERROR. That is how Yacc
11530 behaves (required by POSIX).
11531 * tests/calc.at (AT_CHECK_CALC_LALR1_CC): No longer expected to
11532 fail.
11533
1f7a61ff
AD
115342003-08-25 Akim Demaille <akim@epita.fr>
11535
11536 Tune local.at so that people can "autom4te -l autotest calc.at -o
11537 calc" for instance, to extract a sub test suite.
11538
11539 * tests/testsuite.at: Move the initialization, Autotest version
11540 requirement, and AT_TESTED invocation into...
11541 * tests/local.at: here.
11542 * tests/testsuite.at: Include it for compatibility with Autoconf
11543 2.57.
11544 * tests/Makefile.am ($(TESTSUITE)): Report that the warning should
11545 be ignore.
11546
327b5b56
PE
115472003-08-04 Paul Eggert <eggert@twinsun.com>
11548
11549 Rework code slightly to avoid gcc -Wtraditional warnings.
11550 * data/glr.c (yyuserMerge): Return void, not YYSTYPE.
11551 The returned value is now stored in *YY0. All callers changed.
11552 * src/output.c (merge_output): Adjust to the above change.
11553
0051e3ed
PE
115542003-07-26 Paul Eggert <eggert@twinsun.com>
11555
11556 * data/glr.c (YYASSERT): New macro.
11557 (yyfillin, yydoAction, yyglrReduce, yysplitStack,
11558 yyresolveStates, yyprocessOneStack):
11559 Use `YYASSERT (FOO);' rather than `if (! (FOO)) abort ();'.
11560 Derived from a suggestion by Frank Heckenbach.
1f7a61ff 11561
137437c6
PE
115622003-07-25 Paul Eggert <eggert@twinsun.com>
11563
5b620e06
PE
11564 * data/glr.c (yyglrReduce): Don't use C89 string concatenation,
11565 for portability to K&R C (after ansi2knr, presumably). See
161a71f3 11566 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>
5b620e06
PE
11567 by Frank Heckenbach, though I have omitted the structure-initialization
11568 part of his glr-knr.diff patch since I recall that the Portable
11569 C Compiler didn't require that change.
11570
137437c6
PE
11571 Let the user specify how to allocate and free memory.
11572 Derived from a suggestion by Frank Heckenbach in
161a71f3 11573 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>.
137437c6
PE
11574 * data/glr.c (YYFREE, YYMALLOC, YYREALLOC): New macros.
11575 All uses of free, malloc, realloc changed to use these macros,
11576 and unnecessary casts removed.
11577 * data/yacc.c (YYFREE, YYMALLOC): Likewise.
11578
ddb85ca5
PE
115792003-07-06 Matthias Mann <MatthiasMann@gmx.de>
11580
11581 * data/lalr1.cc (operator<<(std::ostream&, const Position&)):
11582 use s.empty() rather than s == "" to test for empty string; see
161a71f3 11583 <http://lists.gnu.org/archive/html/bison-patches/2003-07/msg00003.html>
ddb85ca5
PE
11584 (trivial change)
11585
39910e09
AD
115862003-06-25 Akim Demaille <akim@epita.fr>
11587
11588 * config/depcomp, config/install-sh: Update from masters.
11589
0ae99356
PE
115902003-06-20 Paul Eggert <eggert@twinsun.com>
11591
11592 * data/glr.c (YYLLOC_DEFAULT): Parenthesize arguments as needed,
11593 and return properly parenthesized result.
11594 * data/lalar1.cc (YYLLOC_DEFAULT): Likewise.
11595 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
11596 Remove unnecessary parentheses from uses.
11597 * doc/bison.texinfo (Location Default Action): Describe the
11598 conventions for parentheses.
11599
cd05d13c
PE
116002003-06-19 Paul Eggert <eggert@twinsun.com>
11601
81fd08ca
PE
11602 * data/glr.c (yyremoveDeletes, yy_reduce_print, yyglrReduce,
11603 yyreportTree): Do not assume that size_t is the same width as int,
11604 when printing sizes. Print sizes using an unsigned format.
11605 Problem reported by Frank Heckenbach in
161a71f3 11606 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00035.html>.
4dcf140b 11607
cd05d13c
PE
11608 Port to Forte Developer 7 C compiler.
11609 * data/glr.c (struct YYLTYPE): If locations are not being used,
11610 declare a single dummy member, as empty structs do not conform
11611 to the C standard.
11612 (YYERROR, YYBACKUP): Do not use "do { ...; return foo; } while (0)";
11613 the Forte Developer 7 C compiler complains that end-of-loop
11614 code is not reached.
11615
4dcf140b
PE
116162003-06-17 Paul Eggert <eggert@twinsun.com>
11617
11618 * lib/libiberty.h (PARAMS): Spell argument as Args, not as X, to
11619 avoid warnings from picky compilers about redefinition of PARAMS.
11620
8dd76bee
PE
116212003-06-17 Paul Eggert <eggert@twinsun.com>
11622
11623 Version 1.875b.
11624
11625 * NEWS: Document 1.875b.
11626
11627 * lib/bbitset.h: Do not include config.h; that's the includer's job.
11628 Do not include <sys/types.h>; shouldn't be needed on a C89 host.
11629 * lib/bitset.h (bitset_compatible_p): Indent as per GNU standard.
11630 Don't use 'index' in comments, as it's a builtin fn on some hosts.
11631 * lib/bitset_stats.c: Include gettext.h unconditionally, as
11632 per recent gettext manual's suggestion.
11633 * lib/ebitset.c (ebitset_resize, ebitset_unused_clear):
11634 Use prototypes, not old-style definitions.
11635 * lib/lbitset.c (lbitset_unused_clear): Likewise.
11636 * lib/vbitset.c (vbitset_resize, vbitset_ones, vbitset_zero,
11637 vbitset_empty_p, vbitset_copy1, vbitset_not, vbitset_equal_p,
11638 vbitset_subset_p, vbitset_disjoint_p, vbitset_and, vbitset_and_cmp,
11639 vbitset_andn, vbitset_andn_cmp, vbitset_or, vbitset_or_cmp,
11640 vbitset_xor, vbitset_xor_cmp, vbitset_and_or, vbitset_and_or_cmp,
11641 vbitset_andn_or, vbitset_andn_or_cmp, vbitset_or_and,
11642 vbitset_or_and_cmp, vbitset_copy): Likewise.
11643
11644 * lib/libiberty.h: Do not include config.h; that's the includer's job.
11645 Do not include <stdlib.h>.
11646 (PARAMS): Define unconditionally for C89.
11647 (ATTRIBUTE_NORETURN): Remove.
11648 (ATTRIBUTE_UNUSED): Define unconditionally.
11649
11650 Upgrade to 2003-06-08 libbitset, submitted by Michael Hayes in:
161a71f3 11651 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00005.html>
8dd76bee
PE
11652 * lib/Makefile.am (bitsets_sources): Add vbitset.c, vbitset.h.
11653 * lib/vbitset.c, lib/vbitset.h: New files.
11654 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
11655 lib/bitset_stats.c, lib/ebitset.c, lib/lbitset.c: Import
11656 from libbitset.
11657
11658 * doc/bison.texinfo (How Can I Reset the Parser): Renamed from
11659 `How Can I Reset @code{yyparse}', since texinfo does not allow
11660 arbitrary @ in node names.
11661
11662 * m4/Makefile.am (EXTRA_DIST): Add the following files, which
11663 shouldn't be needed according to the gettext 0.12.1 documentation
11664 but which seem to be needed anyway: codeset.m4 glibc21.m4
f8e8262e 11665 intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 isc-posix.m4
8dd76bee 11666 lcmessage.m4 nls.m4 po.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4.
f8e8262e 11667 * po/Makefile.in.in: Upgrade to gettext 0.12.1 version.
cd05d13c 11668
8dd76bee
PE
11669 * lib/.cvsignore: Add stdbool.h.
11670 * m4/.cvsignore: Add nls.m4, po.m4.
11671
11672 Upgrade to CVS gnulib.
11673 * stdbool_.h: File renamed from stdbool.h.in.
11674 * configure.ac (AM_STDBOOL_H): Invoke this instead of
11675 AC_HEADER_STDBOOL.
11676 (AM_GNU_GETTEXT): Put brackets around args, as latest manual suggests.
11677 (AM_GNU_GETTEXT_VERSION): Update to 0.12.1.
11678 * lib/Makefile.am (EXTRA_DIST): Add stdbool_.h.
11679 (MOSTLYCLEANFILES): New var.
11680 ($(libbison_a_OBJECTS)): Depend on $(STDBOOL_H).
11681 (stdbool.h): New rule.
11682 * lib/dirname.c, lib/dirname.h, lib/hash.c, lib/hash.h,
11683 lib/malloc.c, lib/obstack.h, lib/quote.c, lib/realloc.c,
11684 lib/strcasecmp.c, lib/xalloc.h, m4/alloca.m4, m4/onceonly.m4,
11685 m4/quote.m4: Upgrade to today's gnulib.
11686
11687 * tests/calc.at (AT_CHECK_CALC): New option EXPECTED-TO-FAIL.
11688 (AT_CHECK_CALC_LALR1_CC): Use it, since the C++ LALR parser fails
11689 the tests right now.
11690 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Ensure yylex and
11691 yyerror are declared before use; C99 requires this.
11692
25005f6a
PH
116932003-06-09 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
11694
11695 * data/glr.c (YYERROR): Update definition to reset yyerrState to 0
11696 first.
11697 (yyrecoverSyntaxError): Correct the logic for setting and testing
11698 yyerrState.
11699 Correct comment on handling EOF.
11700 Allow states with only a default reduction, rather than failing
8dd76bee 11701 (I can't quite reconstruct why these were not allowed before).
25005f6a 11702
137437c6 11703 Fixes to avoid problem that $-N rules in GLR parsers can cause
25005f6a 11704 buffer overruns, corrupting state.
8dd76bee
PE
11705
11706 * src/output.c (prepare_rules): Output max_left_semantic_context
25005f6a
PH
11707 definition.
11708 * src/reader.h (max_left_semantic_context): New variable declaration.
11709 * src/scan-gram.l (max_left_semantic_context): Define.
11710 (handle_action_dollar): Update max_left_semantic_context.
11711 * data/glr.c (YYMAXLEFT): New definition.
11712 (yydoAction): Increase size of yyrhsVals by YYMAXLEFT.
11713 (yyresolveAction): Ditto.
11714
11715 Fixes to problems with location handling in GLR parsers reported by
11716 Frank Heckenbach (2003/06/05).
11717
11718 * data/glr.c (YYLTYPE): Make trivial if locations not used.
11719 (YYRHSLOC): Add parentheses, and define only if locations used.
11720 (YYLLOC_DEFAULT): Add parentheses, and give trivial definition if
11721 locations not used.
11722 (yyuserAction): Use YYLLOC_DEFAULT to set *yylocp.
11723 (yydoAction): Remove redundant initialization of *yyvalp and *yylocp.
8dd76bee 11724
25005f6a
PH
11725 * tests/cxx-type.at: Exercise location information; update tests
11726 to differentiate output with and without locations.
8dd76bee 11727 Remove forward declarations of yylex and yyerror---caused errors
25005f6a
PH
11728 because default YYLTYPE not yet defined.
11729 Change semantic actions to compute strings, rather than printing
11730 them directly (to test proper passing of semantics values). Change
11731 output to prefix notation and update test data and expected results.
11732 (yylex): Track locations.
11733 (stmtMerge): Return value rather than printing, and include arguments
11734 in value.
8dd76bee 11735
711f40b7
PE
117362003-06-03 Paul Eggert <eggert@twinsun.com>
11737
11738 Avoid warnings generated by GCC 2.95.4 when Bison is
11739 configured with --enable-gcc-warnings.
11740 * data/lalr1.cc (yy::]b4_parser_class_name[::parse,
11741 yy::]b4_parser_class_name[::translate_,
11742 yy::Stack::operator[] (unsigned),
11743 yy::Stack::operator[] (unsigned) const,
11744 yy::Slice::operator[] (unsigned),
11745 yy::Slice::operator[] (unsigned) const):
11746 Rename local vars to avoid warnings.
11747 * tests/glr-regression.at (Improper handling of embedded actions
11748 and $-N in GLR parsers): Remove unused local variable from yylex.
11749 * tests/regression.at (_AT_DATA_DANCER_Y): Declare yylex to take
11750 (void) as arg when not pure, since we now assume C89 when building
11751 Bison. Pacify GCC by using parameter.
11752
ac695f7d
PE
117532003-06-02 Paul Eggert <eggert@twinsun.com>
11754
11755 * data/lalr1.cc (yy::Position::lines, yy::Position::columns,
11756 yy::Location::lines, yy::Location::columns): Rename arguments
11757 to avoid shadowing; this removes a warning generated by GCC 3.3.
11758
26ec81e0
PE
117592003-06-01 Paul Eggert <eggert@twinsun.com>
11760
11761 Don't pass C-only warning optins (e.g., -Wmissing-declarations)
11762 to g++, as GCC 3.3 complains if you do it.
11763 * configure.ac (WARNING_CXXFLAGS): New subst. Set it to
11764 everything that WARNING_CFLAGS has, except omit warnings
11765 not suitable for C++.
11766 (AC_PROG_CXX): Use this instead of AC_CHECK_PROGS([CXX], [g++]).
11767 * tests/atlocal.in (CXXFLAGS): New var.
11768 * tests/local.at (AT_COMPILE_CXX): Use it instead of CFLAGS.
11769
11770 Fix a GLR parser bug I reported in February; see
161a71f3 11771 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00008.html>.
26ec81e0
PE
11772 The problem was that GLR parsers did not conform to the C standard,
11773 because actions like { $1 = $2 + $3; } expanded to expressions
11774 that invoked YYFILL in separate subexpressions, and YYFILL assigned
11775 to a local variable. The C standard says that expressions
11776 like (var = f ()) + (var = f ()) have undefined behavior.
11777 Another problem was that GCC sometimes issues warnings that
11778 yyfill and its parameters are unused.
11779
11780 * data/glr.c (yyfillin): Renamed from the old yyfill. Mark
11781 as possibly unused.
11782 (yyfill): New function.
11783 (YYFILL): Use it.
11784 (yyuserAction): Change type of yynormal to bool, so that it matches
11785 the new yyfill signature. Mark it as possibly unused.
11786
11787
11788 Follow up on a bug I reported in February, where a Bison-generated
11789 parser can loop. Provide a test case and a fix for yacc.c. I
11790 don't have a fix for lalr1.cc or for glr.c, unfortunately.
11791 The original bug report is in:
161a71f3 11792 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00044.html>
26ec81e0
PE
11793
11794 * data/yacc.c (YYERROR): Now just 'goto yyerrorlab', since the
11795 macro's size was becoming unwieldy.
11796 (yyerrlab): Do not discard an empty lookahead symbol, as this
11797 might destroy garbage.
11798 (yyerrorlab): New label, with the old contents of YYERROR,
11799 plus the following change: pop the stack of rhs corresponding
11800 to the production that invoked YYERROR. That is how Yacc
11801 behaves, and POSIX requires this behavior.
11802 (yyerrlab1): Use YYPOPSTACK instead of its definiens.
11803 * tests/calc.at (_AT_DATA_CALC_Y): Include unistd.h if available.
11804 Define 'alarm' to do nothing if unistd.h is not available.
11805 Add a new rule "exp: '-' error;" to test the above change to
11806 data/yacc.c. Use 'alarm' to abort any test taking longer than
11807 10 seconds, as it's probably looping.
11808 (AT_CHECK_CALC): Test recovery from error in new grammar rule.
11809 Also, the new yacc.c generates two fewer diagnostics for an
11810 existing test.
11811
d0829076
PE
118122003-05-24 Paul Eggert <eggert@twinsun.com>
11813
c6ae27df
PE
11814 * data/glr.c (YYSTACKEXPANDABLE): Do not evaluate
11815 YYSTYPE_IS_TRIVIAL or YYSTYPE_IS_TRIVIAL unless they are defined.
11816 This fixes a problem reported by John Bowman when the Compaq/HP
11817 Alpha cxx compiler happy (e.g. using cxx -D__USE_STD_IOSTREAM
11818 -ansi -Wall -gall).
11819 * data/yacc.c (union yyalloc): Likewise.
11820 (YYCOPY): Do not evaluate __GNUC__ unless it is defined.
26ec81e0 11821
d0829076
PE
11822 Switch from 'int' to 'bool' where that makes sense.
11823
11824 * lib/abitset.c (abitset_test, abitset_empty_p, abitset_equal_p,
11825 abitset_subset_p, abitset_disjoint_p, abitset_and_cmp,
11826 abitset_andn_cmp, abitset_or_cmp, abitset_xor_cmp, abitset_and_or,
11827 abitset_and_or_cmp, abitset_andn_or_cmp, abitset_or_and_cmp):
11828 Return or accept bool, not int. All callers changed.
11829 * lib/bbitset.h: (bitset_toggle_, bitset_copy_, bitset_and_or_cmp_,
11830 bitset_andn_or_cmp_, bitset_or_and_cmp_): Likewise.
11831 * lib/bitset.c (bitset_only_set_p, bitset_print, bitset_toggle_,
11832 bitset_copy_, bitset_op4_cmp, bitset_and_or_cmp_, bitset_andn_or_cmp_,
11833 bitset_or_and_cmp_): Likewise.
11834 * lib/bitset.h (bitset_test, bitset_only_set_p): Likewise.
11835 * lib/bitset_stats.c (bitset_stats_print, bitset_stats_toggle,
11836 bitset_stats_test, bitset_stats_empty_p, bitset_stats_disjoint_p,
11837 bitset_stats_equal_p, bitset_stats_subset_p, bitset_stats_and_cmp,
11838 bitset_stats_andn_cmp, bitset_stats_or_cmp, bitset_stats_xor_cmp,
11839 bitset_stats_and_or_cmp, bitset_stats_andn_or_cmp,
11840 bitset_stats_or_and_cmp): Likewise.
11841 * lib/ebitset.c (ebitset_elt_zero_p, ebitset_equal_p, ebitset_copy_cmp,
11842 ebitset_test, ebitset_empty_p, ebitset_subset_p, ebitset_disjoint_p,
11843 ebitset_op3_cmp, ebitset_and_cmp, ebitset_andn_cmp, ebitset_or_cmp,
11844 ebitset_xor_cmp): Likewise.
11845 * lib/lbitset.c (lbitset_elt_zero_p, lbitset_equal_p, lbitset_copy_cmp,
11846 lbitset_test, lbitset_empty_p, lbitset_subset_p, lbitset_disjoint_p,
11847 lbitset_op3_cmp, lbitset_and_cmp, lbitset_andn_cmp, lbitset_or_cmp,
11848 lbitset_xor_cmp): Likewise.
11849 * lib/bbitset.h: Include <stdbool.h>.
11850 (struct bitset_vtable): The following members now return bool, not
11851 int: toggle, test, empty_p, disjoint_p, equal_p, subset_p,
11852 and_cmp, andn_cmp, or_cmp, xor_cmp, and_or_cmp, andn_or_cmp,
11853 or_and_cmp).
11854 * src/conflicts.c (count_rr_conflicts): Likewise.
11855 * lib/bitset_stats.h (bitset_stats_enabled): Now bool, not int.
11856 All uses changed.
11857 * lib/ebitset.c (ebitset_obstack_init): Likewise.
11858 * lib/lbitset.c (lbitset_obstack_init): Likewise.
11859 * src/getargs.c (debug_flag, defines_flag, locations_flag,
11860 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
11861 graph_flag): Likewise.
11862 * src/getargs.h (debug_flag, defines_flag, locations_flag,
11863 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
11864 graph_flag): Likewise.
11865 * src/output.c (error_verbose): Likewise.
11866 * src/output.h (error_verbose): Likewise.
11867 * src/reader.c (start_flag, typed): Likewise.
11868 * src/reader.h (typed): Likewise.
11869 * src/getargs.c (LOCATIONS_OPTION): New constant.
11870 (long_options, getargs): Use it.
11871 * src/lalr.c (build_relations): Use bool, not int.
11872 * src/nullable.c (nullable_compute): Likewise.
11873 * src/print.c (print_reductions): Likewise.
11874 * src/tables.c (action_row, pack_vector): Likewise.
11875 * src/muscle_tab.h (MUSCLE_INSERT_BOOL): New macro.
11876 * src/output.c (prepare): Use it.
11877 * src/output.c (token_definitions_output,
11878 symbol_destructors_output, symbol_destructors_output): Use string,
11879 not boolean integer, to keep track of whether to output separator.
11880 * src/print_graph.c (print_core): Likewise.
11881 * src/state.c (state_rule_lookaheads_print): Likewise.
11882
11883 * config/install-sh: Sync from automake 1.7.5.
11884
6b2584b7
PE
118852003-05-14 Paul Eggert <eggert@twinsun.com>
11886
11887 * src/parse-gram.y (rules_or_grammar_declaration): Require a
11888 semicolon after a grammar declaration, in the interest of possible
11889 future changes to the Bison input language.
11890 Do not allow a stray semicolon at the start of the grammar.
11891 (rhses.1): Allow one or more semicolons after any rule, including
11892 just before "|" as required by POSIX.
11893 * tests/input.at (Torturing the Scanner): Add tests for ";|" in a
11894 grammar.
11895
caf37a36
ADL
118962003-05-14 Alexandre Duret-Lutz <adl@gnu.org>
11897
11898 %parse-param support for lalr1.cc.
11899
11900 * data/lalr1.cc (b4_parse_param_decl, b4_parse_param_cons,
11901 b4_cc_constructor_calls, b4_cc_constructor_call,
11902 b4_parse_param_vars, b4_cc_var_decls, b4_cc_var_decl): New m4
11903 definitions.
11904 (yy::b4_parser_class_name::b4_parser_class_name): Take extra
11905 parse-param arguments.
11906 (yy::b4_parser_class_name): Declare instance variables to
11907 hold parse-param arguments.
11908 * tests/calc.at: s/value/semantic_value/ because value clashes
11909 with a member of yy::b4_parser_class_name. Adjust C++ code
11910 to handle %parse-param. Enable %parse-param test in C++.
11911
3ab37077
PE
119122003-05-12 Paul Eggert <eggert@twinsun.com>
11913
11914 * doc/bison.texinfo (How Can I Reset @code{yyparse}): Reword the
11915 English a bit. Fix fclose typo. Change "const char" to "char
11916 const", and use ANSI C rather than K&R for "main". Suggest
11917 YY_FLUSH_BUFFER over yyrestart (as that is what Flex recommends)
11918 and suggest yy_switch_to_buffer.
11919
119202003-05-05 Paul Eggert <eggert@twinsun.com>
163ab321
PE
11921
11922 * lib/bitset.h (__INT_TO_PTR): Define to a value that presumes
11923 C89. This avoids a diagnostic on compilers that define __STDC__
11924 to 0, fixing a problem with Tru64 cc reported by Martin Mokrejs in
161a71f3 11925 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
163ab321 11926
e743727f
PE
119272003-05-03 Paul Eggert <eggert@twinsun.com>
11928
11929 * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):
11930 Do not overrun array bounds.
11931 This should fix a bug reported today by Olatunji Oluwabukunmi in
161a71f3 11932 <http://lists.gnu.org/archive/html/bug-bison/2003-05/msg00004.html>.
e743727f 11933
916708d5
AD
119342003-04-29 Akim Demaille <akim@epita.fr>
11935
11936 * src/gram.h, src/gram.c (pure_parser, glr_parser): Move to...
11937 * src/getargs.c, src/getargs.h: here, as bool, not int.
11938 (nondeterministic_parser): New.
11939 * src/parse-gram.y, src/scan-gram.l: Support
11940 %nondeterministic-parser.
11941 * src/output.c (prepare): Use nondeterministic_parser instead
11942 of glr_parser where appropriate.
11943 * src/tables.c (conflict_row, action_row, save_row)
11944 (token_actions, token_actions, pack_vector): Ditto.
11945
a06ea4aa
AD
119462003-04-29 Akim Demaille <akim@epita.fr>
11947
11948 * doc/bison.texinfo (C++ Parsers, Implementing Loops): New.
11949
211074ca
AD
119502003-04-29 Akim Demaille <akim@epita.fr>
11951
11952 * tests/calc.at: Also test yacc.c and glr.c (but not lalr1.cc yet)
11953 with %pure-parser and %locations to exercise the patch from Yakov
11954 Markovitch below.
11955
6175ffe3
PE
119562003-04-28 Tim Van Holder <tim.van.holder@pandora.be>
11957
11958 * data/yacc.c: (b4_lex_param): Corrected for the case where
11959 %lex-param is provided and %pure-parser isn't.
11960
b1e95857
PE
119612003-04-27 Paul Eggert <eggert@twinsun.com>
11962
11963 Avoid gcc -Wundef warnings reported by Gerald Pfeifer in
161a71f3 11964 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00044.html>.
b1e95857
PE
11965 * data/yacc.c (YYSTACK_ALLOC): Don't evaluate YYSTACK_USE_ALLOCA
11966 if it is not defined.
11967 (YYMAXDEPTH): Don't evaluate YYMAXDEPTH if it is not defined.
11968
acda9df6
PE
119692003-04-26 Paul Eggert <eggert@twinsun.com>
11970
3470c57b
PE
11971 * data/lalr1.cc (yy::Parser::pact_ninf_, yy::Parser::table_ninf_):
11972 Declare to be of type suitable for the ninf value itself, not of
11973 type suitable for the corresponding table, since the latter might
11974 be unsigned but the ninf value might be negative. This fixes a
11975 bug reported by Alexandre Duret-Lutz in
161a71f3 11976 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00017.html>.
3470c57b 11977
acda9df6
PE
11978 * configure.ac (AC_FUNC_ERROR_AT_LINE): Remove, since gl_ERROR
11979 invokes it. We shouldn't invoke it twice because it will attempt
11980 to put error.o in the archive twice. This fixes a glitch reported
11981 by Martin Mokrejs in
161a71f3 11982 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
acda9df6 11983
b5250f26
PE
119842003-04-21 Paul Eggert <eggert@twinsun.com>
11985
11986 * m4/error.m4: Update from Bruno Haible's 2003-04-14 patch
11987 to gnulib.
11988
089ac0f1
PE
119892003-04-21 Yakov Markovitch <Markovitch@iso.ru>
11990
11991 * data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
11992 Fix obvious typo that results in uncompilable GLR parsers
11993 when both %pure-parser and %locations are used. (trivial change)
11994
5ededac6
PE
119952003-04-17 Paul Eggert <eggert@twinsun.com>
11996
1b8f2fff
PE
11997 * src/scan-gram.l: Add %option nounput, since we no longer use unput.
11998 (unexpected_eof): Renamed from unexpected_end_of_file, for brevity.
11999 Do not insert the expected token via unput, as this runs afoul
12000 of a POSIX-compatibility bug in flex 2.5.31.
12001 All uses changed to BEGIN the parent state,
12002 since we no longer insert the expected token via unput.
12003 * tests/regression.at (Invalid inputs): Remove cascaded diagnostic
12004 that is no longer emitted after the above change.
12005
5ededac6
PE
12006 * src/conflicts.c (set_conflicts): Resolve all conflicts, not just
12007 the first one. This change is from Paul Hilfinger, and it fixes
12008 regression reported by Werner Lemberg in
161a71f3 12009 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
5ededac6
PE
12010
12011 (resolve_sr_conflict): Don't invoke state_errs_set
12012 unless one or more tokens have been explicitly made errors.
12013 Otherwise, the above change causes Bison to abort.
12014
12015 * tests/existing.at (GNU pic Grammar): New test case, taken from
12016 Lemberg's email.
12017
b8be9132
AD
120182003-03-31 Akim Demaille <akim@epita.fr>
12019
12020 * doc/Makefile.am (AM_MAKEINFOFLAGS): Don't split the info file.
12021
d423d460
AD
120222003-03-31 Akim Demaille <akim@epita.fr>
12023
12024 * src/output.c (prepare_symbols): Avoid trailing spaces in the
12025 output.
12026
c7e441b4
AD
120272003-03-31 Akim Demaille <akim@epita.fr>
12028
12029 * doc/bison.texinfo (Strings are Destroyed): s/losses/loses/.
12030 From Paul Hilfinger.
12031
231897ad
AD
120322003-03-29 Akim Demaille <akim@epita.fr>
12033
12034 * m4/error.m4: Do not put under dynamic conditions some code which
12035 expansion is under static control.
12036
5b066063
AD
120372003-03-29 Akim Demaille <akim@epita.fr>
12038
12039 * doc/bison.texinfo (How Can I Reset @code{yyparse}): New.
12040
22a74fec
AD
120412003-03-29 Akim Demaille <akim@epita.fr>
12042
12043 * doc/bison.texinfo (Strings are Destroyed): New.
12044
0eee27e7
PE
120452003-03-13 Paul Eggert <eggert@twinsun.com>
12046
12047 * .cvsignore: Add configure.lineno.
12048 * src/.cvsignore: Add yacc.
12049 * tests/.cvsignore: Add testsuite.log.
12050 * doc/fdl.texi: Sync with latest FSF version.
12051
f61aad93
PE
120522003-03-12 Paul Eggert <eggert@twinsun.com>
12053
537636c7
PE
12054 * scan-gram.l (YY_USER_INIT): Initialize code_start, too.
12055 (<INITIAL><<EOF>>, <SC_PRE_CODE><<EOF>>): Set *loc to the scanner
12056 cursor, instead of leaving it undefined. This fixes a bug
12057 reported by Tim Van Holder in
161a71f3 12058 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00023.html>.
537636c7
PE
12059 * tests/input.at (Torturing the Scanner): Test the scanner on
12060 an empty input file, which was Tim Van Holder's test case.
12061
12062 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): When checking whether
12063 <sys/resource.h> can be included, include sys/time.h and
12064 sys/times.h first, if available. This works around the SunOS
12065 4.1.4 porting bug reported by Bruce Becker in
161a71f3 12066 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00018.html>.
537636c7
PE
12067
12068 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't
12069 AC_CHECK_HEADERS([sys/wait.h]), as this interferes with
12070 AC_HEADER_SYS_WAIT.
12071
f61aad93
PE
12072 Merge changes from gnulib. This was prompted because the CVS
12073 snapshot didn't build on Solaris 7 due to strnlen problems.
12074
12075 These changes need to be merged back into gnulib:
12076 * lib/hash.c: Include <stdbool.h> unconditionally.
12077 * m4/onceonly.m4 (m4_quote): New macro.
12078 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
12079 Quote AC_FOREACH variable-expansions properly.
12080 The 2003-01-03 obstack.h change also needs merging.
12081 {end of changes requiring merging}
5b066063 12082
f61aad93
PE
12083 * lib/stdbool.h.in, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
12084 m4/getopt.m4, m4/hash.m4, m4/malloc.m4, m4/memchr.m4,
12085 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/quote.m4,
12086 m4/quotearg.m4, m4/realloc.m4, m4/stpcpy.m4, m4/strnlen.m4,
12087 m4/strtol.m4, m4/strtoul.m4, m4/unlocked-io.m4, m4/xalloc.m4:
12088 New files, imported from gnulib.
12089 * m4/Makefile.am (EXTRA_DIST): Add the new m4/*.m4 files mentioned
12090 above.
12091
12092 * lib/mbswidth.c, m4/error.m4, m4/mbrtowc.m4, m4/mbswidth.m4,
12093 m4/memcmp.m4, m4/prereq.m4, m4/stdbool.m4: Update to current
12094 gnulib sources.
12095
12096 * configure.ac (gl_DIRNAME, gl_GETOPT, gl_HASH, gl_QUOTE, gl_XALLOC):
12097 Add.
12098 (gl_ERROR): New, replacing jm_PREREQ_ERROR.
12099 (gl_FUNC_ALLOCA): New, replacing AC_FUNC_ALLOCA.
12100 (gl_FUNC_STPCPY): New, replacing AC_REPLACE_FUNCS(stpcpy).
12101 (gl_FUNC_STRNLEN): New, replacing AC_FUNC_STRNLEN.
12102 (gl_MBSWIDTH): New, replacing jm_PREREQ_MBSWIDTH.
12103 (gl_OBSTACK): New, replacing AC_FUNC_OBSTACK.
12104 (gl_QUOTEARG): New, replacing jm_PREREQ_QUOTEARG.
12105 (jm_FUNC_GLIBC_UNLOCKED_IO, gl_FUNC_STPCPY, gl_FUNC_STRTOL): New.
12106 (jm_FUNC_MALLOC): New, replacing AC_FUNC_MALLOC.
12107 (jm_FUNC_REALLOC): New, replacing AC_FUNC_REALLOC.
12108 (jm_PREREQ_ARGMATCH): Remove.
12109 (AC_REPLACE_FUNCS): Remove memchr, memrchr, stpcpy, strtol, strtoul.
12110 * lib/Makefile.am (libbison_a_SOURCES): Add argmatch.c, argmatch.h.
12111
12112 * src/system.h: Include <stdbool.h> unconditionally.
12113
12114 * lib/bbitset.h: Include <limits.h> unconditionally. We have been
12115 assuming at least C89 in the bitset code for some time now.
12116
d2ffe116
AD
121172003-03-03 Akim Demaille <akim@epita.fr>
12118
12119 * ro.po: New.
12120
052826fd
AD
121212003-03-02 Akim Demaille <akim@epita.fr>
12122
12123 * doc/bison.texinfo (Table of Symbols): Reactivate the
12124 documentation for %lex-param, and %parse-param.
12125
c4749565
AD
121262003-03-02 Akim Demaille <akim@epita.fr>
12127
12128 * data/yacc.c, data/glr.c, data/lal1.cc: Use similar code to
12129 generate verbose error messages.
12130 Use the number of tokens as an upper bound in yytname, as it
12131 cannot be a non terminal.
12132
d5286af1
AD
121332003-03-02 Akim Demaille <akim@epita.fr>
12134
12135 * tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected error
12136 message.
12137
22e304a6
AD
121382003-03-02 Akim Demaille <akim@epita.fr>
12139
22e304a6
AD
12140 * tests/regression.at (_AT_DATA_DANCER_Y, AT_CHECK_DANCER): New.
12141 Use them to exercise yycheck overrun.
12142 Based on Andrew Suffield's grammar.
12143
67a25fed
AD
121442003-03-02 Akim Demaille <akim@epita.fr>
12145
12146 Create tests/local.at for Bison generic testing macros.
12147
12148 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Move to...
12149 * tests/local.at (AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS):
12150 This new file.
12151 * tests/calc.at (AT_CHECK_CALC): Adjust.
12152 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR)
12153 (AT_COMPILE, AT_COMPILE_CXX, AT_PARSER_CHECK): Move to...
12154 * tests/local.at: here.
12155 (AT_COMPILE_CXX): Tags the tests using it as c++.
12156 Ignore the test if CXX is not functional.
12157
9c2b381f
PE
121582003-03-01 Paul Eggert <eggert@twinsun.com>
12159
12160 * src/scan-gram.l (code_start): Initialize it to scanner_cursor,
12161 not loc->end, since loc->end might contain garbage and this leads
12162 to undefined behavior on some platforms.
12163 (id_loc, token_start): Use (IF_LINTed) initial values that do not
12164 depend on *loc, so that the reader doesn't give the the false
12165 impression that *loc is initialized.
12166 (<INITIAL>"%%"): Do not bother setting code_start, since its value
12167 does not survive the return.
12168
0433ba88
AD
121692003-03-01 Akim Demaille <akim@epita.fr>
12170
12171 * src/scan-gram.l (code_start): Always initialize it when entering
12172 into yylex, as SC_EPILOGUE is activated *before* the corresponding
12173 yylex invocation. An alternative would be making it static, but
12174 then it starts with the second %%'s beginning, instead of its end.
12175
b305ea69
PE
121762003-02-28 Paul Eggert <eggert@twinsun.com>
12177
12178 * lib/mbswidth.c: Include <wchar.h> before "mbswidth.h", to work
12179 around a UnixWare 7.1.1 porting bug reported by John Hughes in
161a71f3 12180 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00030.html>.
b305ea69 12181
c3d25e01
PE
121822003-02-26 Paul Eggert <eggert@twinsun.com>
12183
12184 * README: Mention compiler bug in Sun Forte Developer 6 update 2.
12185 Remove Sequent/Pyramid discussion (nobody uses them any more).
12186 Merge VMS and MS-DOS discussion; these ports may well be dead
12187 but let's keep mentioning them for now. Put <> around email
12188 addresses. Add copyright notice.
12189
c267ffbc
PE
121902003-02-24 Paul Eggert <eggert@twinsun.com>
12191
12192 * data/glr.c (yy_reduce_print): yylineno -> yylno,
12193 to avoid collision with flex use of yylineno.
12194 Problem reported by Bruce Lilly in
161a71f3 12195 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00016.html>.
c267ffbc
PE
12196 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
12197 * data/yacc.c (yy_reduce_print): Likewise.
12198
12199 * config/depcomp: Sync with Automake 1.7.3.
12200
f939fc12
AD
122012003-02-21 Akim Demaille <akim@epita.fr>
12202
12203 * data/lalr1.cc: Use temporary variables instead of casts to
12204 change integer types.
12205 Suggested by Paul Eggert.
12206
95923bd6
AD
122072003-02-21 Akim Demaille <akim@epita.fr>
12208
12209 * doc/bison.texinfo: Use "location" consistently to refer to @n,
12210 to avoid confusions with lalr1.cc's notion of Position.
12211 Suggested by Paul Eggert.
12212
2cdc240e
AD
122132003-02-20 Akim Demaille <akim@epita.fr>
12214
12215 * data/lalr1.cc (position.hh): Make sure "columns" never pushes
12216 before initial_columns.
12217 (location.hh): Use consistent variable names when defining the
12218 operator<<.
12219 Use "last" so that we subtract from Positions, not from unsigned.
12220
5d003116
AD
122212003-02-20 Akim Demaille <akim@epita.fr>
12222
12223 * data/lalr1.cc (position.hh): New subfile, including the extended
12224 and Doxygen'ed documentation of class Position.
12225 (location.hh): Use it.
12226 Document a` la Doxygen.
ba1ecc07 12227 With the help of Benoit Perrot.
5d003116 12228
d02b25f9
AD
122292003-02-20 Akim Demaille <akim@epita.fr>
12230
12231 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Define
12232 AT_YACC_IF.
12233 Redefine AT_YYERROR_SEES_LOC_IF using it.
12234 (_AT_DATA_CALC_Y): Don't declare yyerror when lalr1.cc, as it is
12235 not defined.
12236 Don't use the location in yy::Parser::error_ and
12237 yy::Parser::print_ when not %locations.
12238 Activate more lalr1.cc tests.
12239
0d1c3a04
AD
122402003-02-19 Akim Demaille <akim@epita.fr>
12241
12242 * data/lalr1.cc: When displaying a line number, be sure to make it
12243 an int.
12244
60a777aa
AD
122452003-02-19 Akim Demaille <akim@epita.fr>
12246
12247 * data/lalr1.cc (b4_stack_depth_init, yy::Parser::initdepth_):
12248 Remove, useless.
12249 (YYABORT, YYACCEPT, YYERROR): New.
12250 * tests/calc.at: Renable the lalr1.cc test.
12251
0b86fc41
AD
122522003-02-19 Akim Demaille <akim@epita.fr>
12253
12254 * tests/calc.at (AT_CHECK_CALC): Check different scenarios of
12255 error recovery, mixing with/without pops and discarding of the
12256 lookahead.
12257 Exercise YYERROR.
12258 Disable the lalr1.cc tests as currently it doesn't support YYERROR.
12259
da99a5dc
PE
122602003-02-17 Paul Eggert <eggert@twinsun.com>
12261
12262 * tests/atlocal.in (LDFLAGS, LIBS): New vars.
12263 * tests/testsuite.at (AT_COMPILE): Use them.
12264 This fixes the testsuite problem reported by Robert Lentz in
161a71f3 12265 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00011.html>.
da99a5dc 12266
93b8c255
PE
122672003-02-12 Paul Eggert <eggert@twinsun.com>
12268
12269 * data/yacc.c (yyerrlab) [YYERROR_VERBOSE]:
12270 Avoid subscript error in yycheck. Bug reported by Andrew Suffield in
161a71f3 12271 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00003.html>.
93b8c255
PE
12272 * data/glr.c (yyreportSyntaxError) [YYERROR_VERBOSE]: Likewise.
12273 Check for malloc failure, for consistency with yacc.c.
12274 (yytname_size): Remove, for consistency with yacc.c.
12275
12276 The bug still remains in data/lalr1.cc, as I didn't have time
12277 to fix it there.
12278
7548fed2
AD
122792003-02-06 Akim Demaille <akim@epita.fr>
12280
12281 * configure.ac (GXX): Rename as...
12282 (CXX): this, to keep the original Autoconf semantics.
12283 Require 2.57.
12284 * data/lalr1.cc: Fix b4_copyright invocations.
12285 If YYDEBUG is not defined, don't depend upon name_ being defined.
12286 (location.hh): Include string and iostream.
12287 (Position::filename): New member.
12288 (Position::Position ()): New.
12289 (operator<< (Position)): New.
12290 (operator- (Position, int)): New.
12291 (Location::first, Location::last): Rename as...
12292 (Location::begin, Location::end): these, to mock the conventional
12293 iterator names.
12294 (operator<< (Location)): New.
12295 * tests/atlocal.in (CXX): New.
12296 * tests/testsuite.at (AT_COMPILE_CXX): New.
12297 * tests/calc.at (_AT_DATA_CALC_Y): Adjust yyerror to report the
12298 locations in a more synthetic way.
12299 (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF is positive if
12300 lalr1.cc is used.
12301 Adjust the C locations to match those from Emacs: first column is
12302 column 0.
12303 Change all the expected results.
12304 Conform to the GCS: simplify the locations when applicable.
12305 (LOC, VAL, YYLLOC_FORMAL, YYLLOC_ARG, USE_YYLLOC, LEX_FORMALS)
12306 (LEX_ARGS, USE_LEX_ARGS, LEX_PRE_FORMALS, LEX_PRE_ARGS): Replace
12307 these CPP macros with the m4 macros new defined by...
12308 (AT_CHECK_PUSHDEFS): this, i.e.:
12309 (AT_LALR1_CC_IF, AT_PURE_LEX_IF, AT_LOC, AT_VAL, AT_LEX_FORMALS)
d02b25f9 12310 (AT_LEX_ARGS, AT_USE_LEX_ARGS, AT_LEX_PRE_FORMALS, AT_LEX_PRE_ARGS)
7548fed2
AD
12311 New macros.
12312 (AT_CHECK_POPDEFS): Undefine them.
12313 (AT_CHECK_CALC_LALR1_CC): New.
12314 Use it for the first lalr1.cc test.
12315
43a176ef
AD
123162003-02-04 Akim Demaille <akim@epita.fr>
12317
12318 * data/lalr1.cc (YYLLOC_DEFAULT): Fix its definition: be based on
12319 Location as is defined.
12320
fc049e9c
AD
123212003-02-04 Akim Demaille <akim@epita.fr>
12322
12323 * data/lalr1.cc: If YYDEBUG is not defined, don't depend upon
12324 name_ being defined.
12325
a737b216
PE
123262003-02-03 Paul Eggert <eggert@twinsun.com>
12327
12328 * src/gram.h (start_symbol): Remove unused decl.
12329
12330 Use more-consistent naming conventions for local vars.
12331
12332 * src/derives.c (derives_compute): Change type of local var from
12333 int to rule_number.
12334 * src/gram.c (grammar_rules_partial_print): Likewise.
12335 * src/print.c (print_core): Likewise.
12336 * src/reduce.c (reduce_grammar_tables): Likewise.
12337
12338 * src/gram.c (grammar_dump): Change name of item_number *
12339 local var from r to rp.
12340 * src/nullable.c (nullable_compute): Likewise.
12341
12342 * src/gram.h (ISTOKEN, ISVAR): Use i, not s, for int var.
12343
12344 * src/gram.h (symbol_number_as_item_number): Use sym, not s,
12345 for symbol or symbol_number var.
12346 * src/reader.c (grammar_start_symbol_set): Likewise.
12347 * src/reader.h (grammar_start_symbol_set, grammar_symbol_append):
12348 Likewise.
12349 * src/state.c (transitions_to): Likewise.
12350 * src/state.h: Likewise.
12351 * src/tables.c (symbol_number_to_vector_number): Likewise.
12352
12353 * src/muscle_tab.h (MUSCLE_OBSTACK_SGROW): Use p, not s, for
12354 char * var.
12355
12356 * src/parse-gram.y (lloc_default): Use loc, not r, for YYLTYPE
12357 var.
12358
12359 * src/scan-gram.l (no_cr_read): Use bytes_read, not s, for size
12360 var.
12361
12362 * src/system.h (xstrndup, strchr, strspn, strnlen, memchr, memrchr):
12363 Use str, not s, for char * var. Use ch, not c, for character var.
12364 Use size for size var.
12365
12366 * src/uniqstr.c (uniqstr_new, uniqstr_assert): Use str, not s, for
12367 char * var.
12368 (uniqstr_print, uniqst_print_processor): Use ustr, not s, for
12369 uniqstr var.
12370 * src/uniqstr.h: Likewise.
12371
12372 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
12373 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
12374 get_node_alignment_str, get_arrow_mode_str, get_crossing_type_str,
12375 get_view_str, get_linestyle_str, get_arrowstyle_str): Rename
12376 param to have same name as that of enum, so that we don't use
12377 "s" to stand for a non-state.
12378
68e93ad5
AD
123792003-02-02 Akim Demaille <akim@epita.fr>
12380
12381 * src/scan-skel.l: Scan more than one inert character per yylex
12382 invocation.
12383
92898986
PE
123842003-02-01 Paul Eggert <eggert@twinsun.com>
12385
12386 Version 1.875a.
12387
1d9d5d71
PE
12388 * po/LINGUAS: Add ms.
12389
0435d061
AD
123902003-01-30 Akim Demaille <akim@epita.fr>
12391
12392 * doc/Makefile.am (CLEANFILES): Add bison.fns for distcheck.
12393
6029a57f
PH
123942003-01-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
12395
12396 * tests/cxx-type.at: Correct apparent typo in Bison input: $$ instead
12397 of $1.
0435d061
AD
12398
12399 Changes in response to error report by S. Eken: GLR mode does not
6029a57f 12400 handle negative $ indices or $ indices in embedded rules correctly.
161a71f3 12401 See <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00076.html>.
0435d061 12402
6029a57f
PH
12403 * data/glr.c (b4_rhs_value): Change to use YYFILL macro.
12404 (b4_rhs_location): Ditto.
0435d061 12405 (yyfill): New function to copy from stack tree into array
6029a57f 12406 incrementally.
0435d061
AD
12407 (yyuserAction): Modify to allow incremental move of semantic values
12408 to rhs array when in GLR mode.
12409 Define YYFILL to use in user-defined actions to fill semantic array
6029a57f
PH
12410 as needed.
12411 Remove dummy use of yystack, as there is now a guaranteed use.
12412 (yydoAction): Modify to allow incremental move of semantic values
12413 to rhs array when in GLR mode.
12414 (yyresolveAction): Ditto.
12415 (yyglrShiftDefer): Update comment.
0435d061 12416 (yyresolveStates): Use X == NULL for pointers, not !X.
6029a57f
PH
12417 (yyglrReduce): Ditto.
12418 (yydoAction): Ditto
0435d061 12419
6029a57f
PH
12420 * tests/glr-regr1.at: Rename to ...
12421 * tests/glr-regression.at: Add new regression test for the problems
12422 described above (adapted from S. Eken).
12423 Update copyright notice.
12424 * tests/testsuite.at: Rename glr-regr1.at to glr-regression.at.
12425 * tests/Makefile.am: Ditto.
12426
6cee6297
PE
124272003-01-28 Paul Eggert <eggert@twinsun.com>
12428
12429 * data/lalr1.cc: Do not use @output_header_name@ unless
12430 b4_defines_flag is set. This fixes two bugs reported by
12431 Tim Van Holder in
161a71f3
PE
12432 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00071.html>
12433 and <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00073.html>.
6cee6297 12434
b2a836b5
PE
124352003-01-21 Paul Eggert <eggert@twinsun.com>
12436
12437 * data/yacc.c (YYERROR): Move code from yyerrlab1 to here, so that
12438 we don't need to worry about yyerrlab1 being reported as an
12439 "unused label" by non-GCC C compilers. The downside is that if
12440 locations are used then a couple of statements are duplicated each
12441 time YYERROR is invoked, but the upside is that the warnings
12442 should vanish.
12443 (yyerrlab1): Move code to YERROR.
12444 (yyerrlab2): Remove. Change uses back to yyerrlab1.
12445 This reverts some of the 2002-12-27 change.
12446
4196b931
PE
124472003-01-17 Paul Eggert <eggert@twinsun.com>
12448
12449 * src/output.c (symbol_printers_output): Fix typo that led
12450 to core dump. Problem reported by Antonio Rus in
161a71f3 12451 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00058.html>.
4196b931 12452
3ae831b4
AD
124532003-01-13 Akim Demaille <akim@epita.fr>,
12454 Quoc Peyrot <chojin@lrde.epita.fr>,
12455 Robert Anisko <anisko_r@lrde.epita.fr>
12456
12457 * data/lalr1.cc (parse::yyerrlab1): When popping the stack, stop
12458 when the stacks contain one element, as the loop would otherwise
12459 free the last state, and then use the top state (the one we just
12460 popped). This means that the initial elements will not be freed
12461 explicitly, as is the case in yacc.c; it is not a problem, as
12462 these elements have fake values.
12463
e3aa65c5
PE
124642003-01-11 Paul Eggert <eggert@twinsun.com>
12465
12466 * NEWS: %expect-violations are now just warnings, reverting
12467 to Bison 1.30 and 1.75 behavior. This fixes the GCC 3.2
12468 bootstrapping problem reported by Matthias Klose; see
161a71f3 12469 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00053.html>.
e3aa65c5
PE
12470 * src/conflicts.c (conflicts_print): Likewise.
12471 * tests/conflicts.at (%expect not enough, %expect too much,
12472 %expect with reduce conflicts): Likewise.
12473 * doc/bison.texinfo (Expect Decl): Document this. Also mention
12474 that the warning is enabled if the number of conflicts changes
12475 (not necessarily increases).
12476
12477 * src/getargs.c (version): Update copyright year.
12478
f0057011
AD
124792003-01-09 Akim Demaille <akim@epita.fr>
12480
12481 * src/Makefile.am, lib/Makefile.am: Use $(VAR) instead of @VAR@.
12482
1ee6d2a0
PE
124832003-01-08 Paul Eggert <eggert@twinsun.com>
12484
12485 * Makefile.maint (WGETFLAGS):
12486 New macro, containing "-C off" to disable proxy caches.
12487 All uses of $(WGET) changed to $(WGET) $(WGETFLAGS).
12488 (rel-check): Use $(WGET) instead of wget.
12489
d4fd77c4
PE
124902003-01-06 Paul Eggert <eggert@twinsun.com>
12491
12492 * doc/bison.texinfo (Generalized LR Parsing): Add a reference to
12493 the GLR paper of Scott, Johnstone and Hussain.
12494
464c6927
PE
124952003-01-04 Paul Eggert <eggert@twinsun.com>
12496
d600ee67
PE
12497 * configure.ac (AC_ARG_ENABLE): Add --disable-yacc.
12498 (YACC_SCRIPT, YACC_LIBRARY): New vars to AC_SUBST.
12499 * lib/Makefile.am (lib_LIBRARIES): liby.a -> @YACC_LIBRARY@.
12500 (EXTRA_LIBRARIES): New var, for liby.a.
12501 * src/Makefile.am (bin_SCRIPTS): yacc -> @YACC_SCRIPT@.
12502 (EXTRA_SCRIPTS): New var, for yacc.
12503
464c6927
PE
12504 * data/yacc.c (yyerrlab1): Omit attribute if __cplusplus is defined,
12505 since GNU C++ (as of 3.2.1) does not allow attributes on labels.
12506 Problem reported by Nelson H. F. Beebe.
12507
125082003-01-03 Paul Eggert <eggert@twinsun.com>
12509
12510 * lib/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
12511 (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
12512 when compiling Bison 1.875's `bitset bset = obstack_alloc
12513 (bobstack, bytes);'. Problem reported by Nelson H. F. Beebe.
12514
12515 * src/scan-skel.l (QPUTS): Omit redundant `;' from macro definition.
12516 ([^@\n]): Renamed from [^@\n]+ so that the token buffer does not
12517 grow to a huge size with typical invocation.
d600ee67 12518
464c6927
PE
12519 * lib/hash.c (_Bool, bool, false, true, __bool_true_false_are_defined):
12520 Use the pattern recommended by Autoconf 2.57, except also protect
12521 against double-definition.
12522 * src/system.h: Likewise.
12523 Portability issues reported by Nelson H. F. Beebe.
d600ee67 12524
464c6927
PE
12525 * data/glr.c (yybool): Renamed from bool, to avoid collisions in C.
12526 All uses changed. Provide a definition in both C and C++.
12527 (yytrue, yyfalse): Define even if defined (__cplusplus).
12528
12529 * lib/bitset_stats.c (bitset_stats_list): Remove unused var.
12530 Reported by Nelson H. F. Beebe.
d600ee67 12531
464c6927
PE
12532 * src/scan-skel.l ("@oline@"): Output lineno+1, not lineno.
12533
0f42c7d5
PE
125342003-01-02 Paul Eggert <eggert@twinsun.com>
12535
12536 * data/yacc.c (yyerrlab1): Append `;' after attribute, to
12537 pacify the buggy "smart preprocessor" in MacOS 10.2.3.
12538 Bug reported by Nelson H. F. Beebe.
12539
dc546b0f
PE
125402003-01-01 Paul Eggert <eggert@twinsun.com>
12541
12542 * Version 1.875.
12543
2c09b6a7
PE
125442002-12-30 Paul Eggert <eggert@twinsun.com>
12545
12546 * src/scan-gram.l (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","):
12547 Moved here from...
12548 (<INITIAL>","): Here. This causes stray "," to be treated
12549 more uniformly.
12550
dc546b0f 12551 * src/scan-gram.l (<SC_BRACED_CODE>"}"): Output ";" before the
2c09b6a7
PE
12552 last brace in braced code when not in Yacc mode, for compatibility
12553 with Bison 1.35. This resurrects the 2001-12-15 patch to
12554 src/reader.c.
12555
12556 * src/reader.h (YYDECL): Use YYSTYPE, not its deprecated alias
12557 yystype. This follows up the 2002-12-24 YYSTYPE bug fix.
12558
535c0f63
PE
125592002-12-28 Paul Eggert <eggert@twinsun.com>
12560
12561 * src/symtab.c (symbol_make_alias): Set type of SYMVAL to be
12562 that of SYM's type. This fixes Debian bug 168069, reported by
12563 Thomas Olsson.
d600ee67 12564
963fcc17
PE
125652002-12-28 Paul Eggert <eggert@twinsun.com>
12566
12567 Version 1.75f.
12568
12569 Switch back to the Yacc style of conflict reports, undoing some
12570 of the 2002-07-30 change.
12571 * doc/bison.texinfo (Understanding): Use Yacc style for
12572 conflict reports. Also, use new way of locating rules.
12573 * src/conflicts.c (conflict_report):
12574 Renamed from conflict_report_yacc, removing the old
12575 'conflict_report'. Translate the entire conflict report at once,
12576 so that we don't assume that "," has the same interpretation in
12577 all languages.
12578 (conflicts_output): Use Yacc-style conflict report for each state,
12579 instead of our more-complicated style.
12580 (conflicts_print): Use Yacc-style conflict report, except print
12581 the input file name when not emulating Yacc.
12582 * tests/conflicts.at (Unresolved SR Conflicts, Defaulted
12583 Conflicted Reduction, %expect not enough, %expect too much,
12584 %expect with reduce conflicts): Switch to Yacc-style conflict reports.
12585 * tests/existing.at (GNU Cim Grammar): Likewise.
12586 * tests/glr-regr1.at (Badly Collapsed GLR States): Likewise.
12587
12588 * src/complain.c (warn_at, warn, complain_at, complain, fatal_at,
12589 fatal): Don't invoke fflush; it's not needed and it might even be
12590 harmful for stdout, as stdout might not be open.
12591 * src/reduce.c (reduce_print): Likewise.
12592
b1efe548
PE
125932002-12-27 Paul Eggert <eggert@twinsun.com>
12594
12595 Fix a bug where error locations were not being recorded correctly.
12596 This problem was originally reported by Paul Hilfinger in
161a71f3 12597 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00086.html>.
b1efe548
PE
12598
12599 * data/yacc.c (yyparse): New local var yylerrsp, to record the
12600 top of the location stack's error locations.
12601 (yyerrlab): Set it. When discarding a token, push its location
12602 onto yylerrsp so that we don't lose track of the error's end.
12603 (yyerrlab1): Now is only the target of YYERROR, so that we can
12604 properly record the location of the action that failed. For GCC
12605 2.93 and later, insert an __attribute__ ((__unused__)) to avoid
12606 GCC warning about yyerrlab1 being unused if YYERROR is unused.
12607 (yyerrlab2): New label, which yyerrlab now falls through to.
12608 Compute the error's location by applying YYLLOC_DEFAULT to
12609 the locations of all the symbols that went into the error.
12610 * doc/bison.texinfo (Location Default Action): Mention that
12611 YYLLOC_DEFAULT is also invoked for syntax errors.
12612 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
12613 Error locations include the locations of all the tokens that were
12614 discarded, not just the last token.
d600ee67 12615
983c5c2c
PE
126162002-12-26 Paul Eggert <eggert@twinsun.com>
12617
b1efe548
PE
12618 * src/files.c: Include quote.h.
12619 (compute_output_file_names): Warn if we detect conflicting
12620 outputs to the same file. This should catch the misunderstanding
12621 exemplified by Debian Bug 165349, reported by Bruce Stephens..
12622
12623 * src/conflicts.c (conflicts_print): If the user specifies
12624 "%expect N", report an error if there are any reduce/reduce
12625 conflicts. This is what the manual says should happen.
12626 This fixes Debian bug 130890, reported by Anthony DeRobertis.
12627 * tests/conflicts.at (%expect with reduce conflicts): New test.
12628
983c5c2c
PE
12629 Don't use m4_include on relative file names, as it doesn't work as
12630 desired if there happens to be a file with that name under ".".
d600ee67 12631
983c5c2c
PE
12632 * m4sugar/version.m4: Remove; it was included but it wasn't used.
12633 * data/Makefile.am (dist_m4sugar_DATA): Remove m4sugar/version.m4.
12634 * data/m4sugar/m4sugar.m4: Don't include m4sugar/version.m4.
12635 * data/glr.c, data/lalr1.cc, data/yacc.c: Don't include c.m4.
12636 * src/output.c (output_skeleton): Use full path names when
12637 specifying a file to include; don't rely on include path, as
12638 it's unreliable when the working file contains a file with
12639 that name.
d600ee67 12640
983c5c2c
PE
126412002-12-25 Paul Eggert <eggert@twinsun.com>
12642
12643 Remove obsolete references to bison.simple and bison.hairy.
12644 Problem mentioned by Aubin Mahe in
161a71f3 12645 <http://lists.gnu.org/archive/html/help-bison/2002-12/msg00010.html>.
983c5c2c
PE
12646 * data/glr.c: Comment fix.
12647 * doc/bison.1: Remove references. Also, mention "yacc".
12648
12649 * src/getargs.c (getargs) [MSDOS]: Don't assume optarg != NULL
12650 with -g option.
12651
12652 * src/parse-gram.y (declaration): Use enum "report_states" rather
12653 than its numeric value 1.
12654
12655 * src/scan-skel.l ("@output ".*\n): Close any old yyout before
12656 opening a new one. This fixes Debian bug 165349, reported by
12657 Bruce Stephens.
12658
23f2d9dc
PE
126592002-12-24 Paul Eggert <eggert@twinsun.com>
12660
12661 Version 1.75e.
12662
12663 * Makefile.maint (cvs-update): Don't assume that the shell
12664 supports $(...), as Solaris sh doesn't.
12665
12666 * src/parse-gram.y (lloc_default): Remove test for empty
12667 nonterminals at the end, since it didn't change the result.
12668
126692002-12-24 Paul Eggert <eggert@twinsun.com>
33167b8b
PE
12670
12671 If the user does not define YYSTYPE as a macro, Bison now declares it
12672 using typedef instead of defining it as a macro. POSIX requires this.
12673 For consistency, YYLTYPE is also declared instead of defined.
12674
12675 %union directives can now have a tag before the `{', e.g., the
12676 directive `%union foo {...}' now generates the C code
12677 `typedef union foo { ... } YYSTYPE;'; this is for Yacc compatibility.
12678 The default union tag is `YYSTYPE', for compatibility with Solaris 9
12679 Yacc. For consistency, YYLTYPE's struct tag is now `YYLTYPE'
12680 instead of `yyltype'.
12681
12682 `yystype' and `yyltype' are now obsolescent macros instead of being
12683 typedefs or tags; they are no longer documented and will be
12684 withdrawn in a future release.
12685
12686 * data/glr.c (b4_location_type): Remove.
12687 (YYSTYPE): Renamed from yystype.
12688 (YYSTYPE_IS_DECLARED): New macro, used to prevent double-typedef.
12689 (struct YYLTYPE): Renamed from struct yyltype.
12690 (YYLTYPE): Renamed from yyltype.
12691 (yyltype, yystype): New (and obsolescent) macros,
12692 for backward compatibility.
12693 * data/yacc.c: Likewise.
12694
12695 * data/yacc.c (YYSTYPE): Declare as union YYSTYPE if the user
12696 does not specify a union tag. This is for compatibility with
12697 Solaris 9 yacc.
12698
12699 * src/parse-gram.y (add_param): 2nd arg is now char * not char
12700 const *, since it is now modified by stripping surrounding { }.
12701 (current_braced_code): Remove.
12702 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_UNION,
12703 PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Change names to include
12704 trailing " {...}". Now of type <chars>.
12705 (grammar_declaration): Adjust to bundled tokens.
12706 (code_content): Remove; stripping is now done by add_param.
12707 (print_token_value): Print contents of bundled tokens.
12708 (token_name): New function.
12709
12710 * src/reader.h (braced_code, current_braced_code): Remove.
12711 (token_name): New decl.
12712
12713 * src/scan-gram.l (handle_dollar, handle_at): Now takes int
12714 token_type, not braced_code code_kind. All uses changed.
12715 (SC_PRE_CODE): New state, for scanning after a keyword that
12716 has (or usually has) an immediately-following braced code.
12717 (token_type): New local var, to keep track of which token type
12718 to return when scanning braced code.
12719 (<INITIAL>"%destructor", <INITIAL>"%lex-param",
dc546b0f 12720 <INITIAL>"%parse-param", <INITIAL>"%printer",
33167b8b
PE
12721 <INITIAL>"%union"): Set token type and BEGIN SC_PRE_CODE
12722 instead of returning a token type immediately.
12723 (<INITIAL>"{"): Set token type.
12724 (<SC_BRACED_CODE>"}"): Use it.
12725 (handle_action_dollar, handle_action_at): Now returns bool
12726 indicating success. Fail if ! current_rule; this prevents a core dump.
12727 (handle_symbol_code_dollar, handle_symbol_code_at):
12728 Remove; merge body into caller.
12729 (handle_dollar, handle_at): Complain in invalid contexts.
12730
12731 * NEWS, doc/bison.texinfo: Document the above.
12732 * NEWS: Fix years and program names in copyright notice.
12733
879ca4f8
PE
127342002-12-17 Paul Eggert <eggert@twinsun.com>
12735
12736 * NEWS, doc/bison.texinfo (Parser Function, Pure Calling, Error
12737 Reporting, Table of Symbols): Omit mentions of %lex-param and
12738 %parse-param from the documentation for now.
12739
1c5fe69d
PE
127402002-12-15 Paul Eggert <eggert@twinsun.com>
12741
12742 Undo most of the 2002-11-12 yychar -> yytoken patch, as it broke
12743 GCC 3.2.1 (which depends on yychar == YYEMPTY when there is no
12744 lookahead symbol, and which sets yychar in parser actions) and it
7ea9026a
PE
12745 disagreed with the Bison documentation. Bug
12746 reported by Andrew Walrond.
d600ee67 12747
1c5fe69d
PE
12748 * data/yacc.c (YYTRANSLATE): Don't check for negative argument,
12749 as the caller now does that.
12750 (yyclearin, YYBACKUP, yyparse): Use yychar, not yytoken.
12751 (YYEMPTY): Parenthesize right hand side, since others use it.
12752 (yyparse): Don't assume that our generated code is the only code
12753 that sets yychar.
12754
d1de5372
PE
127552002-12-13 Paul Eggert <eggert@twinsun.com>
12756
12757 Version 1.75d.
12758
12759 POSIX requires a "yacc" command.
12760 * src/Makefile.am (bin_SCRIPTS): New macro, for yacc.
12761 (MOSTLYCLEANFILES): Add yacc.
12762 (yacc): New rule.
1c5fe69d 12763 * doc/bison.texinfo (Invocation, Bison Options): Mention yacc
d1de5372
PE
12764 as an alias for bison y.
12765
12766 * po/LINGUAS: Add da.
d600ee67 12767
d1de5372
PE
12768 * src/getargs.c (__GNU_LIBRARY__) [lint]: Define to work around
12769 problem with latest <getopt.h>.
12770 (HACK_FOR___GNU_LIBRARY___PROTOTYPE): New macro.
12771
12772 * doc/fdl.texi: Upgrade to 1.2.
12773 * lib/alloca.c, lib/error.c, lib/getopt.c, lib/getopt.h
12774 lib/getopt1.c, lib/gettext.h, lib/memrchr.c, lib/obstack.c,
12775 lib/obstack.h, lib/strnlen.c, lib/unlocked-io.h: Sync with
12776 gnulib.
12777 * config/install-sh: Sync with autotools.
12778
12779 Fix a bad interaction with flex 2.5.23 reported by Bruce Lilly in
161a71f3 12780 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
d1de5372
PE
12781 * data/yacc.c (YYLTYPE, struct yyltype): Do not define unless
12782 locations are requested.
12783 (union yyalloc): Do not depend on YYLTYPE_IS_TRIVIAL unless
12784 locations are requested.
12785
d0f3fe23
PE
127862002-12-12 Paul Eggert <eggert@twinsun.com>
12787
12788 Remove unportable casts and storage allocation tricks.
12789 While we're at it, remove almost all casts, since they
12790 usually aren't needed and are a sign of trouble.
12791
12792 * configure.ac (AC_CHECK_TYPES): Check for uintptr_t.
12793
12794 * src/derives.c (derives_compute): Do not subtract NTOKENS from
12795 the pointer DSET returned by malloc; this isn't portable.
12796 Instead, always use DSET[i - NTOKENS] rather than DSET[i].
12797 Similarly for DERIVES.
12798 * src/lalr.c (set_goto_map): Likewise, for GOTO_MAP and TEMP_MAP.
12799 * src/nullable.c (nullable_compute): Likewise, for RSETS and NULLABLE.
12800 * src/reduce.c (reduce_grammar_tables): Likewise, for nontermmap
12801
12802 * src/derives.c (derives_compute): Do not bother invoking
12803 int_of_rule_number, since rule numbers are integers.
12804
12805 * src/files.c (concat2, tr, compute_base_name): Use xmalloc (N)
12806 rather than XMALLOC (char, N).
12807
12808 * src/files.c (filename_split): Rewrite to avoid cast.
12809
12810 * src/gram.h (symbol_number_as_item_number,
12811 item_number_as_symbol_number, rule_number_as_item_number,
12812 item_number_as_rule_number):
12813 Now inline functions rather than macros, to avoid casts.
12814 * src/state.h (state_number_as_int): Likewise.
12815 * src/tables.c (state_number_to_vector_number,
12816 symbol_number_to_vector_number): Likewise.
12817
12818 * src/gram.h (int_of_rule_number): Remove; no longer used.
12819
12820 * src/lalr.c (add_lookback_edge): Use malloc rather than calloc,
12821 since the resulting storage is always stored into.
12822
12823 * src/main.c (alloca) [C_ALLOCA]: Add decl here, the only place
12824 where it's needed.
12825
12826 * src/muscle_tab.c (muscle_m4_output):
12827 Now inline. Return bool, not int.
12828 * src/state.c (state_compare): Likewise.
12829 * src/symtab.c (symbol_check_defined,
12830 symbol_check_alias_consistency, symbol_pack, symbol_translation,
12831 hash_compare_symbol, hash_symbol):
12832 Likewise.
12833 * src/uniqstr.c (uniqstr_print): Likewise.
12834 * src/muscle_tab.c (muscle_m4_output_processor):
12835 New function, to avoid casts.
12836 * src/state.c (state_comparator, stage_hasher): Likewise.
12837 * src/symtab.c (symbol_check_defined_processor,
12838 symbol_check_alias_consistency_processor, symbol_pack_processor,
12839 symbol_translation_processor, hash_symbol_comparator,
12840 hash_symbol_hasher): Likewise.
12841 * src/uniqstr.c (uniqstr_print_processor): Likewise.
12842 * src/muscle_tab.c (muscles_m4_output):
12843 Use new functions instead of casting old functions unportably.
12844 * src/state.c (state_hash_new): Likewise.
12845 * src/symtab.c (symbols_new, symbols_do, symbols_check_defined,
12846 symbols_token_translations_init):
12847 Likewise.
12848 * src/uniqstr.c (uniqstrs_new, hash_initialize, uniqstrs_do): Likewise.
12849
12850 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): Use long local
12851 var instead of casting to long, to avoid casts.
12852 (prepare_states): Use MALLOC rather than alloca, so that we don't
12853 have to worry about alloca.
12854 * src/state.c (state_hash_lookup): Likewise.
12855
12856 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>"'"): Use unsigned char
12857 local var instead of casting to unsigned char, to avoid casts.
12858
12859 * src/state.c (TRANSITIONS_ALLOC, ERRS_ALLOC, REDUCTIONS_ALLOC,
12860 STATE_ALLOC): Remove.
12861 (transitions_new, errs_new, reductions_new, state_new): Use malloc
12862 rather than calloc, and use offsetof to avoid allocating slightly
12863 too much storage.
12864 (state_new): Initialize all members.
12865
12866 * src/state.c (state_hash): Use unsigned accumulator, not signed.
12867
12868 * src/symtab.c (symbol_free): Remove; unused.
12869 (symbol_get): Remove cast in lhs of assignment.
12870 (symbols_do): Now static. Accept generic arguments, not
12871 hashing-related ones.
12872
12873 * src/symtab.h: (NUMBER_UNDEFINED): Remove unnecessary cast.
12874 (symbol_processor): Remove.
12875 (symbols_do): Remove decl; now static.
12876
12877 * src/system.h (alloca): Remove; decl no longer needed.
12878 (<stddef.h>): Include, for offsetof.
12879 (<inttypes.>, <stdint.h>): Include if available.
12880 (uintptr_t): New type, if system lacks it.
12881 (CALLOC, MALLOC, REALLOC): New macros.
12882 All uses of XCALLOC, XMALLOC, and XREALLOC changed to use these
12883 new macros.
12884
12885 * src/tables.c (table_size): Now int, to pacify GCC.
12886 (table_grow, table_ninf_remap): Use signed table size.
12887 (save_row): Don't bother initializing locals when not needed.
12888 (default_goto, goto_actions, pack_vector): Remove unnecessary casts.
12889 * src/uniqstr.c (hash_compare_uniqstr): Likewise.
12890
12891 * src/vcg.h: Correct misspellings.
12892
12893 * src/vcg_defaults.h (G_CMAX): Now INT_MAX.
12894
12895
12896 * src/getargs.c (getargs): Don't assume EOF == -1.
12897
26b4a969
PE
128982002-12-09 Paul Eggert <eggert@twinsun.com>
12899
12900 Change identifier spellings to avoid collisions with names
12901 that are reserved by POSIX.
12902
12903 Don't use names ending in _t, since POSIX reserves them.
12904 For consistency, remove _e and _s endings -- they're weren't
12905 needed to remove ambiguity. All uses changed.
12906 * src/uniqstr.h (uniqstr): Renamed from uniqstr_t, which in
12907 turn was just renamed from struniq_t.
12908 * src/uniqstr.c (uniqstr_processor): Renamed from struniq_processor,
12909 which in turn was just renamed from struniq_processor_t.
12910 (hash_compare_uniqstr): Renamed from hash_compare_struniq, which
12911 in turn was renamed from hash_compare_struniq_t.
12912 * src/LR0.c (struct state_list): Renamed from struct state_list_s.
12913 (state_list): Renamed from state_list_t.
12914 * src/assoc.h (assoc): Renamed from assoc_t.
12915 * src/conflicts.c (enum conflict_resolution): Renamed from
12916 enum conflict_resolution_e.
12917 * src/derives.c (struct rule_list): Renamed from struct rule_list_s.
12918 (rule_list): Renamed from rule_list_t.
12919 * src/getargs.h (enum trace): Renamed from enum trace_e.
12920 (enum report): Renamed from enum report_e.
12921 * src/gram.h (item_number): Renamed from item_number_t.
12922 (rule_number): Renamed from rule_number_t.
12923 (struct rule_s): Remove the "rule_s" part; not used.
12924 (rule): Renamed from rule_t.
12925 (rule_filter): Renamed from rule_filter_t.
12926 * src/lalr.c (struct goto_list): Renamed from struct goto_list_s.
12927 (goto_list): Renamed from goto_list_t.
12928 * src/lalr.h (goto_number): Renamed from goto_number_t.
12929 * src/location.h (location): Renamed from location_t.
12930 * src/muscle_tab.c (muscle_entry): Renamed from muscle_entry_t,
12931 and moved here from:
12932 * src/muscle_tab.h (muscle_entry_t): here.
12933 * src/nullable.c (struct rule_list): Renamed from struct rule_list_s.
12934 (rule_list): Renamed from rule_list_t.
12935 * src/print_graph.c (static_graph): Renamed from graph.
12936 * src/reader.h (braced_code): Renamed from braced_code_t.
12937 Remove brace_code_e tag.
12938 * src/relation.h (relation_node): Renamed from relation_node_t.
12939 (relation_nodes): Renamed from relation_nodes_t.
12940 (relation): Renamed from relation_t.
12941 * src/state.h (state_number): Renamed from state_number_t.
12942 (struct state): Renamed from struct state_s.
12943 (state): Renamed from state_t.
12944 (transitions): Renamed from transitions_t. Unused (and
12945 misspelled) transtion_s tag removed.
12946 (errs): Renamed from errs_t. Unused errs_s tag removed.
12947 (reductions): Renamed from reductions_t. Unused tag
12948 reductions_s removed.
12949 * src/symlist.h (symbol_list): Renamed from symbol_list_t.
12950 (struct symbol_list): Renamed from struct symbol_list_s.
12951 * src/symtab.h (symbol_number): Renamed from symbol_number_t.
12952 (struct symbol): Renamed from struct symbol_s.
12953 (symbol): Renamed from symbol_t.
12954 * src/tables.c (vector_number): Renamed from vector_number_t.
12955 (action_number): Renamed from action_t.
12956 * src/tables.h (base_number): Renamed from base_t.
12957 * src/vcg.h (enum color): Renamed from enum color_e.
12958 (enum textmode): Renamed from enum textmode_e.
12959 (enum shape): Renamed from enum shape_e.
12960 (struct colorentry): Renamed from struct colorentry_s.
12961 (struct classname): Renamed from struct classname_s.
12962 (struct infoname): Renamed from struct infoname_s.
12963 (enum layoutalgorithm): Renamed from enum layoutalgorithm_e.
12964 (enum decision): Renamed from enum decision_e.
12965 (enum orientation): Renamed from enum orientation_e.
12966 (enum alignment): Renamed from enum alignment_e.
12967 (enum arrow_mode): Renamed from enum arrow_mode_e.
12968 (enum crossing_type): Renamed from enum crossing_type_e.
12969 (enum view): Renamed from enum view_e.
12970 (struct node): Renamed from struct node_s.
12971 (node): Renamed from node_t.
12972 (enum linestyle): Renamed from enum linestyle_e.
12973 (enum arrowstyle): Renamed from enum arrowstyle_e.
12974 (struct edge): Renamed from struct edge.
12975 (edge): Renamed from edge_t.
12976 (struct graph): Renamed from struct graph_s.
12977 (graph): Renamed from graph_t.
12978 * tests/calc.at (_AT_DATA_CALC_Y, Simple LALR Calculator):
12979 Rename value_t -> value.
12980 * tests/input.at (Torturing the Scanner): Rename value_t -> value,
12981 value_t_as_yystype -> value_as_yystype.
12982
12983 Don't include <errno.h> in the mainstream code, since it
12984 reserves E[A-Z0-9]* and we want to use symbols like 'EQUALS'.
12985 * lib/get-errno.c, lib/get-errno.h: New files.
12986 * lib/Makefile.am (libbison_a_SOURCES): Add get-errno.h,
12987 get-errno.c.
12988 * src/files.c (xfopen, xfclose): Use get_errno instead of errno.
12989 * src/output.c (output_skeleton): Likewise.
12990 * src/scan-gram.l (<INITIAL>{int}): Use set_errno and get_errno
12991 instead of errno.
12992 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>\\x[0-9abcdefABCDEF]+):
12993 Likewise.
12994 (handle_action_dollar, handle_action_at): Likewise.
12995 * src/system.h: Do not include <errno.h>.
12996 (TAB_EXT): Renamed from EXT_TAB.
12997 (OUTPUT_EXT): Renamed from EXT_OUTPUT.
12998
12999 Avoid str[a-z]*, since <string.h> reserves that name space.
13000 Change all instances of "struniq" in names to "uniqstr", and
13001 likewise for "STRUNIQ" and "UNIQSTR".
13002 * src/uniqstr.c: Renamed from src/struniq.c.
13003 * src/uniqstr.h: Renamed from src/struniq.h.
13004 * src/Makefile.am (bison_SOURCES): Adjust to these renamings.
13005 * src/files.c (strsuffix): Remove; unused.
13006 (concat2): Renamed from stringappend. Now static.
13007 * src/files.h (strsuffix, stringappend): Remove; unused.
13008 * src/parse-gram.y (<chars>): Renamed from <string>.
13009 (<uniqstr>): Renamed from <struniq>.
13010 * src/scan-gram.l (obstack_for_string): Renamed from string_obstack.
13011 * src/vcg.h (struct node_s.expand): Renamed from struct node_s.stretch.
13012 (struct graph_s.expand): Renamed from struct graph_s.stretch.
13013 * src/vcg_defaults.h (G_EXPAND): Renamed from G_STRETCH.
13014 (G_LONG_STRAIGHT_PHASE): Renamed from G_STRAIGHT_PHASE.
13015 (N_EXPAND): Renamed from N_STRETCH.
13016
13017 Avoid *_MAX and *_MIN, since <limits.h> reserves that name space.
13018 * data/yacc.c (YYSTACK_GAP_MAXIMUM): Renamed from YYSTACK_GAP_MAX.
13019 * src/gram.h (ITEM_NUMBER_MAX, ITEM_NUMBER_MIN, RULE_NUMBER_MAX):
13020 Remove; unused.
13021 * src/lalr.h (GOTO_NUMBER_MAXIMUM): Renamed from GOTO_NUMBER_MAX.
13022 * src/state.h (STATE_NUMBER_MAXIMUM): Renamed from STATE_NUMBER_MAX.
13023 * src/symtab.h (SYMBOL_NUMBER_MAXIMUM): Renamed from SYMBOL_NUMBER_MAX.
13024 * src/tables.c (VECTOR_NUMBER_MAX, VECTOR_NUMBER_MIN): Remove; unused.
13025 (BASE_MAXIMUM): Renamed from BASE_MAX.
13026 (BASE_MINIMUM): Renamed from BASE_MIN.
13027 (ACTION_MAX): Remove; unused.
13028 (ACTION_NUMBER_MINIMUM): Renamed from ACTION_MIN.
13029 Unnecessary casts removed from above defines.
13030
13031
13032 Fix misspelling in names.
13033 * src/vcg.h (enum_alignment_e): Renamed from enum_alignement_e.
13034 * src/vcg_defaults.h (G_NODE_ALIGNMENT): Renamed from
13035 G_NODE_ALIGNEMENT.
13036
13037
13038 * lib/timevar.c (timevar_report): Renamed from time_report,
13039 for consistency with other names.
13040 * lib/timevar.h (timevar_report): New decl.
13041 * src/system.h (time_report): Remove; decl is now in lib/timevar.h.
13042
13043
13044 Sort include-file uses.
13045
13046 Reorder all include files under src to be in the order "system.h".
13047 then the ../lib include files in angle brackets (alphabetized),
13048 then the . include files in double-quotes (alphabetized). Fix
13049 dependency breakages encountered in this process, as follows:
13050 * src/closure.h, src/derives.h, src/state.h: Include "gram.h".
13051 * src/complain.c: Don't include stdlib.h, string.h _LIBC stuff.
13052 * src/state.h: Include "symtab.h".
13053
996b1c7e
PE
130542002-12-08 Paul Eggert <eggert@twinsun.com>
13055
13056 * data/glr.c, data/lalr1.cc, data/yacc.c: Do not use __file__,
13057 since this causes problems when __file__ contains character
13058 sequences like "@" that are treated specially by src/scan-skel.l.
13059 Instead, just use the file's basename. This fixes the bug
13060 reported by Martin Mokrejs in
161a71f3 13061 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00007.html>.
996b1c7e 13062
e19c4e5d
PE
130632002-12-06 Paul Eggert <eggert@twinsun.com>
13064
13065 Add support for rules that do not have trailing semicolons, as
13066 POSIX requires. Improve the quality of locations in Bison
13067 diagnostics.
26b4a969 13068
e19c4e5d
PE
13069 * src/location.c: Include <quotearg.h>.
13070 (empty_location): Now const.
13071 (location_print): New function. Follow the recommendation of the
13072 GNU Coding Standards for locations that span file boundaries.
13073 * src/location.h: Do not include <quotearg.h>; no longer needed.
13074 (boundary): New type.
13075 (location_t): Use it. This allows locations to span file boundaries.
13076 All member uses changed: file -> start.file or end.file (as needed),
13077 first_line -> start.line, first_column -> start.column,
13078 last_line -> end.line, last_column -> end.column.
13079 (equal_boundaries): New function.
13080 (LOCATION_RESET, LOCATION_STEP): Remove.
13081 (LOCATION_PRINT): Remove. All callers changed to use location_print.
13082 (empty_location): Now const.
13083 (location_print): New decl.
13084 * src/parse-gram.y (lloc_default): New function, which handles
13085 empty locations more accurately.
13086 (YYLLOC_DEFAULT): Use it.
13087 (%token COLON): Remove.
13088 (%token ID_COLON): New token.
26b4a969 13089 (rules): Use it.
e19c4e5d
PE
13090 (declarations, rules): Remove trailing semicolon.
13091 (declaration, rules_or_grammar_declaration):
13092 Allow empty (";") declaration.
13093 (symbol_def): Remove empty actions; no longer needed.
13094 (rules_or_grammar_declaration): Remove trailing semicolon.
13095 (semi_colon.opt): Remove.
13096 * src/reader.h: Include location.h.
13097 (scanner_cursor): New decl.
13098 * src/reduce.c (nonterminals_reduce): Use warn_at rather than
13099 rolling our own.
13100 * src/scan-gram.l (YY_USER_INIT): Initialize scanner_cursor instead
13101 of *loc.
13102 (STEP): Remove. No longer needed, now that adjust_location does
13103 the work. All uses removed.
13104 (scanner_cursor): New var.
13105 (adjust_location): Renamed from extend_location. It now sets
13106 *loc and adjusts the scanner cursor. All uses changed.
13107 Don't bother testing for CR.
13108 (handle_syncline): Remove location arg; now updates scanner cursor.
13109 All callers changed.
13110 (unexpected_end_of_file): Now accepts start boundary of token or
13111 comment, not location. All callers changed. Update scanner cursor,
13112 not the location.
13113 (SC_AFTER_IDENTIFIER): New state.
13114 (context_state): Renamed from c_context. All uses changed.
13115 (id_loc, code_start, token_start): New local vars.
13116 (<INITIAL,SC_AFTER_IDENTIFIER>): New initial context. Move all
13117 processing of Yacc white space and equivalents here.
13118 (<INITIAL>{id}): Save id_loc. Begin state SC_AFTER_IDENTIFIER
13119 instead of returning ID immediately, since we need to search for
13120 a subsequent colon.
13121 (<INITIAL>"'", "\""): Save token_start.
13122 (<INITIAL>"%{", "{", "%%"): Save code_start.
13123 (<SC_AFTER_IDENTIFIER>): New state, looking for a colon.
13124 (<SC_YACC_COMMENT>, <SC_COMMENT>, <SC_LINE_COMMENT>):
13125 BEGIN context_state at end, not INITIAL.
13126 (<SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'",
13127 <SC_BRACED_CODE>"}", <SC_PROLOGUE>"%}", <SC_EPILOGUE><<EOF>>):
13128 Return correct token start.
13129 (<SC_BRACED_CODE,SC_PROLOGUE,SC_EPILOGUE>): Save start boundary when
13130 the start of a character, string or multiline comment is found.
13131 * tests/conflicts.at (S/R in initial, Defaulted Conflicted
13132 Reduction): Adjust reported locations to match the more-precise
13133 results now expected.
13134 * tests/input.at (Invalid $n, Invalid @n, Type Clashes): Likewise.
13135 * tests/reduce.at (Useless Rules, Reduced Automaton,
13136 Underivable Rules): Likewise.
13137 * tests/regression.at (Invalid inputs): No longer `expecting ";"
13138 or "|"' now that so many other tokens are allowed by the new grammar.
13139
13140 * src/complain.h (current_file): Remove duplicate decl;
13141 current_file is now owned by files.h.
13142 * src/complain.c, src/scan-gram.l: Include files.h.
13143
131442002-12-06 Paul Eggert <eggert@twinsun.com>
26b4a969 13145
e19c4e5d
PE
13146 * data/glr.c (yy_reduce_print): Don't assume that yyrline[yyrule]
13147 promotes to int; it might be unsigned int.
13148 * data/yacc.c (yy_reduce_print): Likewise.
13149
13150 * doc/bison.texinfo (Table of Symbols): YYERROR_VERBOSE should
13151 be #defined in the prologue, not in the Bison declarations.
13152 This fixes Debian Bug 102878, reported by Shaul Karl.
26b4a969 13153
b64755e3
PE
131542002-12-02 Paul Eggert <eggert@twinsun.com>
13155
13156 * configure.ac (AC_REPLACE_FUNCS): Add strtoul.
13157 * lib/strtoul.c: New file, from gnulib.
13158 This fixes a porting bug reported by Peter Klein in
161a71f3 13159 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00000.html>.
b64755e3 13160
6e746484
PE
131612002-11-30 Paul Eggert <eggert@twinsun.com>
13162
b64755e3
PE
13163 * src/scan-gram.l (no_cr_read, extend_location): Move to epilogue,
13164 and put only a forward declaration in the prologue. This is for
13165 consistency with the other scanner helper functions.
13166
6ba55592
PE
13167 Type clashes now generate warnings, not errors, since it
13168 appears that POSIX may allow some grammars with type clashes.
13169 * src/reader.c (grammar_current_rule_check): Warn about
13170 type clashes instead of complaining.
13171 * tests/input.at (Type Clashes): Expect warnings, not complaints.
13172
6e746484
PE
13173 Add Yacc library, since POSIX requires it.
13174 * doc/bison.texinfo (Yacc Library): New node. Regenerate top menu.
13175 * lib/Makefile.am (lib_LIBRARIES, liby_a_SOURCES): New macros.
13176 * lib/main.c, lib/yyerror.c: New files.
13177
13178 gram_error can be static; it need not be extern.
13179 * src/reader.h (gram_error): Remove decl.
13180 * src/parse-gram.y (gram_error): Now static. Add static decl.
13181 (print_token_value): Omit parameter names from forward decl,
13182 for consistency.
13183
88510f9c
PE
131842002-11-29 Paul Eggert <eggert@twinsun.com>
13185
6e746484
PE
13186 * doc/bison.texinfo: Emphasize that yylex and yyerror must
13187 be declared before being used. E.g., one should typically
13188 declare them in the prologue. Use GNU coding style in examples.
13189 Put "const" consistently after the type it modifies. Mention
13190 that C99 supports "inline". Mention that yyerror traditionally
13191 returns "int".
13192
88510f9c
PE
13193 %parse-param and %lex-param now take just one argument, the
13194 declaration; the argument name is deduced from the declaration.
13195
13196 * doc/bison.texinfo (Parser Function, Pure Calling, Error
13197 Reporting, Table of Symbols): Document this.
13198 * src/parse-gram.y (add_param): New function.
13199 (COMMA): Remove.
13200 (declaration): Implement new rule for %parse-param and %lex-param.
13201 * src/scan-gram.l: "," now elicits a warning, rather than being
13202 a token; this is more compatible with byacc.
13203 * tests/calc.at (Simple LALR Calculator): Adopt new convention.
13204
bb92250c
PE
132052002-11-27 Paul Eggert <eggert@twinsun.com>
13206
13207 Rename identifiers to avoid real and potential collisions.
13208
13209 * data/c.m4 (b4_yysymprint_generate): yyout -> yyoutput,
13210 to avoid collision with lex macro described by Bruce Lilly in
161a71f3 13211 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
bb92250c
PE
13212 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
13213 * doc/bison.texinfo (Prologue, Tracing): yyprint -> print_token_value.
13214 * src/parse-gram.y (print_token_value): Renamed from yyprint.
13215 All uses changed.
13216 (YYPARSE_PARAM, YYLEX_PARAM, yycontrol): Remove. All uses changed.
13217 The name "yycontrol" violates the name space rules, and this stuff
13218 wasn't being used anyway.
13219 (input): Remove action; this stuff wasn't being used.
13220 (gram_error): Rename local variable yylloc -> loc.
13221 * src/reader.h (struct gram_control_s, gram_control_t): Remove.
13222 (YY_DECL): Don't use "yy" at start of local variables.
13223 All uses changed, e.g., yylloc -> loc.
13224 * src/scan-gram.l (STEP): Renamed from YY_STEP. All uses changed.
13225 (STRING_GROW): Renamed from YY_OBS_GROW. All uses changed.
13226 (STRING_FINISH): Renamed from YY_OBS_FINISH. All uses changed.
13227 (STRING_FREE): Renamed from YY_OBS_FREE. All uses changed.
13228
13229 * src/parse-gram.y (gram_error): loc is now const *.
13230 * src/reader.h (gram_error): Likewise.
13231
3af4feb2
PE
132322002-11-24 Paul Eggert <eggert@twinsun.com>
13233
13234 Version 1.75c.
13235
13236 * tests/actions.at (Actions after errors): Use an output format
13237 more similar to that of the Printers and Destructors test.
13238 Test the position of the ';' token too.
13239 (Printers and Destructors): Likewise.
13240 (Printers and Destructors: %glr-parser): Remove for now, to avoid
13241 unnecessarily alarming people when the test fails.
13242
13243 * data/yacc.c (yyerrlab1): Move this label down, so that the
13244 parser does not discard the lookahead token if the user code
13245 invokes YYERROR. This change is required for POSIX conformance.
13246
13247 * lib/error.c: Sync with gnulib.
13248
132492002-11-22 Paul Eggert <eggert@twinsun.com>
13250
13251 * lib/quotearg.c, lib/quotearg.h: Sync with gnulib.
13252 * lib/mbswidth.c, lib/mbswidth.h: Likewise.
13253 * lib/xmalloc.c: Likewise.
26b4a969 13254
58004308
PE
132552002-11-20 Paul Eggert <eggert@twinsun.com>
13256
13257 * lib/argmatch.c, lib/argmatch.h: Sync with gnulib.
13258
132592002-11-20 Paul Eggert <eggert@twinsun.com>
26b4a969 13260
58004308
PE
13261 Avoid use of <assert.h>, as the GNU Coding Standards hint that one
13262 should use `if (! x) abort ();' rather than `assert (x);', and
13263 anyway it's one less thing to worry about configuring.
13264
13265 * data/glr.c, lib/hash.c, src/system.h: Do not include <assert.h>.
13266 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise,
13267 and replace all instances of assert with abort.
13268 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
13269 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Likewise.
13270
13271 * data/glr.c (yydoAction, yyglrReduce, yysplitStack, yyresolveStates,
13272 yyresolveAction, yyprocessOneStack): Use abort rather than assert.
13273 * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
13274 hash_find_entry, hash_rehash, hash_insert): Likewise.
13275 * src/conflicts.c (resolve_sr_conflict): Likewise.
13276 * src/lalr.c (set_goto_map, map_goto): Likewise.
13277 * src/nullable.c (nullable_compute): Likewise.
13278 * src/output.c (prepare_rules, token_definitions_output): Likewise.
13279 * src/reader.c (packgram, reader): Likewise.
13280 * src/state.c (state_new, state_free, state_transitions_set,
13281 state_reduction_find): Likewise.
13282 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias,
13283 symbol_pack): Likewise.
13284 * src/tables.c (conflict_row, pack_vector): Likewise.
13285 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
13286 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
13287 get_node_alignement_str, get_arrow_mode_str, get_crossing_type_str,
13288 get_view_str, get_linestyle_str, get_arrowstyle_str): Likewise.
13289
13290 * lib/argmatch.h (ARRAY_CARDINALITY): Do not bother to #undef.
13291 (ARGMATCH_CONSTRAINT): New macro.
13292 (ARGMATCH_ASSERT): Use it.
13293
13294 * src/system.h (verify): New macro.
13295 * src/getargs.c (trace_argmatch, report_argmatch): Use verify
13296 rather than assert.
13297 * src/tables.c (tables_generate): Likewise.
13298
13299 * src/struniq.c (struniq_assert): Now returns void, and aborts
13300 if the assertion is false.
13301 (struniq_assert_p): Remove.
13302 * src/struniq.h: Likewise.
13303
76ae8198
PE
133042002-11-18 Paul Eggert <eggert@twinsun.com>
13305
13306 * data/glr.c (yygetLRActions): Replace `yyindex' with
13307 `yytable[yyindex]' to fix typo introduced in my 2002-11-09 patch.
13308 This fixes the regression with Sun ONE Studio 7 cc that I reported in
161a71f3 13309 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00077.html>.
76ae8198 13310
d3c4e709
AD
133112002-11-18 Akim Demaille <akim@epita.fr>
13312
13313 * doc/bison.texinfo (Tracing): `yyprint' shouldn't prepend a
13314 space.
13315 From Tim Van Holder.
13316
8d8a7238
PE
133172002-11-17 Paul Eggert <eggert@twinsun.com>
13318
13319 Pacify Sun ONE Studio 7 lint. Also, rename "ParseError"
13320 to "SyntaxError" for consistency with my 2002-11-15 change.
13321
13322 * data/glr.c (YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]: Do
13323 not define to {}, since this breaks the common use of `YYDPRINTF
13324 ((...));' if a single statement is desired (e.g. before `else').
13325 Work around GCC warnings by surrounding corresponding calls with
13326 {} if needed.
13327 (yyhasResolvedValue): Remove unused function.
13328 (yymergeOptionSets, yyresolvStack): Use `continue;' for empty
13329 loop body.
13330 (yyreportSyntaxError): Renamed from yyreportParseError.
13331 (yyrecoverSyntaxError): Renamed from yyrecoverParseError.
13332 All uses changed.
13333 * tests/calc.at (_AT_DATA_CALC_Y): Make vars static instead of
13334 extern when possible. Remove unused initializations.
13335
b0937b22
AD
133362002-11-16 Akim Demaille <akim@epita.fr>
13337
13338 Augment the similarity between GLR and LALR traces.
13339
13340 * data/yacc.c (yy_stack_print, YY_STACK_PRINT, yy_reduce_print)
13341 (YY_REDUCE_PRINT): New.
13342 (yyparse): Use them.
13343 * data/glr.c (yy_reduce_print): Use YYFPRINTF, no need for
13344 YYDPRINT here.
13345 (yyglrReduce, yyrecoverParseError, yyparse): Don't report the
13346 state reached after the reduction/recovery, since...
13347 (yyparse, yyprocessOneStack): Report the state we are entering in.
13348
c5e3e510
AD
133492002-11-16 Akim Demaille <akim@epita.fr>
13350
13351 * src/getargs.h, src/getargs.c (trace_e, trace_args, trace_types):
13352 Add support for --trace=skeleton.
13353 * src/scan-skel.l: %option debug.
13354 Scan strings of non-@ or \n instead of character by character.
13355 (scan_skel): Handle trace_skeleton.
13356 (QPUTS): New.
13357 (@output_parser_name@, @output_header_name@): ``Restore'' their
13358 support (used to be M4 macros).
13359 * data/yacc.c: Quote larger chunks, a la glr.c.
13360 * data/lalr1.cc: Likewise.
13361 The header guards are no longer available, so use some other
13362 string than `YYLSP_NEEDED'.
13363
4c6cc1db
AD
133642002-11-16 Akim Demaille <akim@epita.fr>
13365
13366 Make the ``Printers and Destructors'' test more verbose, taking
13367 `yacc.c''s behavior as (possibly wrong) reference.
13368
13369 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use printf
13370 instead of fprint on stdout.
13371 Set and report the last_line of the symbols.
13372 Consistently display values and locations.
13373
6d9e8019
PE
133742002-11-16 Paul Eggert <eggert@twinsun.com>
13375
13376 * data/yacc.c: Avoid over-quoting of __line__ and __file__.
13377
6e649e65
PE
133782002-11-15 Paul Eggert <eggert@twinsun.com>
13379
b25d88f6
PE
13380 * tests/actions.at (Actions after errors): New test case.
13381
6e649e65
PE
13382 * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison.texinfo,
13383 src/conflicts.c, src/parse-gram.y, src/tables.c, src/tables.h,
13384 tests/action.at, tests/calc.at, tests/conflicts.at,
13385 tests/cxx-type.at, tests/regression.at:
13386 "parse error" -> "syntax error" for POSIX compatibility.
13387 "parsing stack overflow..." -> "parser stack overflow" so
13388 that code matches Bison documentation.
13389
0f39aab9
AD
133902002-11-15 Akim Demaille <akim@epita.fr>
13391
13392 * src/parse-gram.y (declaration): Have %parse-param and %lex-param
13393 take two BRACED_CODE, not two string_content.
13394 Free the scanner's obstack when we are done.
13395 (code_content): New.
13396 * tests/calc.at: Adjust.
13397 * doc/bison.texinfo: Adjust.
13398 Also, make sure to include the `,' for these declarations.
13399
761c1926
AD
134002002-11-15 Tim Van Holder <tim.van.holder@pandora.be>
13401
13402 * m4/prereq.m4: Removed the commented jm_PREREQ_HASH
13403 definition; avoids potential autoreconf problems.
13404
b0f98b10
AD
134052002-11-15 Akim Demaille <akim@epita.fr>
13406
13407 Always check the value returned by yyparse.
13408
13409 * tests/calc.at (_AT_DATA_CALC_Y): Have `main' exit with the value
13410 returned by yyparse.
13411 (_AT_CHECK_CALC_ERROR): Take the expected exit value as argument.
13412 Adjust calls.
13413 * tests/glr-regr1.at (glr-regr1.y): Have `main' exit with the value
13414 returned by yyparse.
13415
970785f1
PH
134162002-11-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13417
13418 * data/glr.c (yyFail): Always set yyerrflag. Corrects regression
13419 on input.at test.
13420
8fcc7db1
PE
134212002-11-14 Paul Eggert <eggert@twinsun.com>
13422
7ec1b48e
PE
13423 * src/output.c (output_skeleton): Call xfopen instead of
13424 duplicating xfopen's body.
13425
cfff7583 13426 Fix bugs reported by Nelson H. F. Beebe in
161a71f3 13427 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00078.html>.
cfff7583 13428
8fcc7db1
PE
13429 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that
13430 "$CC -E foo.h" is allowed, as this doesn't work with the Portland
13431 Group compiler. Instead, use "$CC -E bar.c". Include the .h
13432 file twice in the grammar, as an extra check.
13433
13434 * tests/input.at (Torturing the Scanner): Surround the
13435 backslash-newline tests with "#if 0", to make it less likely that
13436 we'll run into compiler bugs. Bring back solitary \ inside
13437 comment, but add a closing comment to work around HP C bug. Don't
e3aa65c5 13438 test backslash-newline in C character constant.
8fcc7db1 13439
4e8d992c
AD
134402002-11-14 Akim Demaille <akim@epita.fr>
13441
13442 * tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore the exit
13443 status of the compiler.
f32b346d 13444 Calling `exit 1' is no longer needed.
4e8d992c
AD
13445 Reported by Nelson H. F. Beebe.
13446
9501dc6e
AD
134472002-11-14 Akim Demaille <akim@epita.fr>
13448
13449 * tests/atlocal.in (CPPFLAGS): We have config.h.
13450 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR):
13451 New.
13452 * tests/actions.at, tests/calc.at, tests/conflicts.at,
13453 * tests/cxx-type.at, tests/glr-regr1.at, tests/headers.at,
13454 * tests/regression.at, tests/torture.at: Use them for all the
13455 grammars that are to be compiled.
13456 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Rename as...
13457 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): this.
13458 * doc/bison.texinfo (GLR Parsers): Document `inline'.
13459
18b519c0
AD
134602002-11-14 Akim Demaille <akim@epita.fr>
13461
13462 * doc/bison.texinfo: Various formatting changes (alignments in
13463 samples, additional @group/@end group, GCS in samples.
13464 Use @deffn instead of simple @table to define the directives,
13465 macros, variables etc.
13466
9a86cdb9
PE
134672002-11-13 Paul Eggert <eggert@twinsun.com>
13468
daa33def 13469 Fix some bugs reported by Albert Chin-A-Young in
161a71f3 13470 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00066.html>.
18b519c0 13471
daa33def 13472 * tests/input.at (Torturing the Scanner): Don't invoke "cc a.c b.c
8fcc7db1 13473 -o c"; the HP C compiler chatters during compilation.
daa33def
PE
13474 Instead, invoke "cc -c a.c -o a.o; cc -c b.c -o b.o; cc a.o b.o -o c".
13475 * tests/headers.at (export YYLTYPE): Likewise.
13476
13477 * tests/input.at (Torturing the Scanner): Remove lines containing
8fcc7db1 13478 solitary backslashes, as they tickle a bug in the HP C compiler.
daa33def 13479
9a86cdb9
PE
13480 * tests/glr-regr1.at (Badly Collapsed GLR States): Avoid //
13481 comments, since they're not portable. Use GNU coding style.
13482
9c1e26bd
AD
134832002-11-13 Akim Demaille <akim@epita.fr>
13484
13485 * data/yacc.c: Leave bigger chunks of quoted text.
13486 (YYDSYMPRINTF): New.
13487 Use it to report symbol activities.
13488 * data/glr.c (YYDSYMPRINTF): New.
13489 Use it.
13490
87f721cc
PE
134912002-11-12 Paul Eggert <eggert@twinsun.com>
13492
13493 Version 1.75b.
13494
13495 * data/glr.c (yydoAction): Return YYRESULTTAG, not int.
13496 (yyglrReduce): Return yyok, not 0.
13497 This should avoid the enumerated-type warnings reported
464c6927 13498 by Nelson H. F. Beebe in
161a71f3 13499 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00057.html>.
87f721cc
PE
13500
13501 * lib/bbitset.h (BITSET_INLINE): Remove.
13502 * lib/bitset.h [! BITSET_INLINE]: Remove.
13503 (bitset_set, bitset_reset, bitset_test): Rename local vars
13504 to avoid shadowing warnings by GCC.
13505
13506 * data/glr.c (inline): Remove #define. It's the user's
13507 responsibility to #define it away, just like 'const'.
464c6927 13508 This fixes one of the bugs reported by Nelson H. F. Beebe in
161a71f3 13509 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00058.html>.
18b519c0 13510
87f721cc
PE
13511 * Makefile.maint (po-check): Scan .l and .y files instead of the
13512 .c and the .h files that they generate. This fixes the bug
13513 reported by Tim Van Holder in:
161a71f3 13514 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00062.html>
87f721cc
PE
13515 Look for N_ as well as for _. Try to avoid matching #define for
13516 N_ and _.
13517 * po/POTFILES.in: Remove src/parse-gram.c, src/scan-gram.c,
13518 src/system.h. Add src/parse-gram.y, src/scan-gram.l.
13519 * src/scan-gram.l: Revamp regular expressions so that " and '
13520 do not confuse xgettext.
13521
13522 * src/struniq.h (struniq_new): Do not declare the return type
13523 to be 'const'; this violates the C standard.
13524 * src/struniq.c (struniq_new): Likewise.
13525
be14ade5
AD
135262002-11-12 Albert Chin-A-Young <china@thewrittenword.com>
13527
13528 * src/Makefile.am (LDADD): Link $(LIBINTL) last to avoid the
13529 duplicate definition of optind on Tru64 UNIX 4.0D with the Compaq
13530 linker.
13531
05291fbc
AD
135322002-11-12 Akim Demaille <akim@epita.fr>
13533
13534 * Makefile.maint: Sync with Autoconf:
13535 (local_updates): New.
13536
1f5fd52e
AD
135372002-11-12 Akim Demaille <akim@epita.fr>
13538
13539 * po/POTFILES.in (src/lalr.c, src/state.c): Remove
13540
283f1e64
AD
135412002-11-12 Akim Demaille <akim@epita.fr>
13542
13543 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Display the
13544 locations.
13545
886b69d1
AD
135462002-11-12 Akim Demaille <akim@epita.fr>
13547
13548 * data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep to YYPRINT,
13549 not yyvalue.
13550
3df37415
AD
135512002-11-12 Akim Demaille <akim@epita.fr>
13552
13553 * tests/actions.at (AT_CHECK_PRINTER_AND_DESTRUCTOR): New.
13554 Use it to test the GLR parser.
13555
7bd6c77e
AD
135562002-11-12 Akim Demaille <akim@epita.fr>
13557
13558 * tests/regression.at (input.y): s/YYEOF/MYEOF/, as the skeleton
13559 defines it.
13560 * data/glr.c (yystos): New.
13561 (b4_yysymprint_generate, b4_yydestruct_generate): Invoke.
13562 (YYDSYMPRINT): New.
13563 (yyval): Don't define it, it is handled via M4.
13564 (yyrecoverParseError): Free verbosely the discarded symbols.
13565 * data/yacc.c (yysymprint): Remove, rather...
13566 (b4_yysymprint_generate): invoke.
13567 * data/c.m4 (b4_yysymprint_generate): New.
13568 Accept pointers as arguments, as opposed to the version from
13569 yacc.c.
13570 (b4_yydestruct_generate): Likewise.
13571 * tests/cations.at (Printers and Destructors): Use Bison directives
13572 instead of CPP macros.
13573 Don't rely on internal details.
13574
b0400cc6
AD
135752002-11-12 Akim Demaille <akim@epita.fr>
13576
13577 * data/c.m4 (b4_yydestruct_generate, b4_symbol_actions): New.
13578 * data/yacc.c: Rename yychar1 as yytoken, as in glr.c.
13579 Don't work on yychar (i.e., do set it to YYEMPTY, don't match
13580 it against YYEMPTY and so forth), work on yytoken (i.e., set
13581 it to YYEMPTY etc.).
13582 (yydestruct): Replace with a b4_yydestruct_generate invocation.
13583 (b4_symbol_actions): Remove.
13584 * data/glr.c (YYTRANSLATE): As for yacc.c, if negative, it stands
13585 for 0, end-of-input.
13586
72f889cc
AD
135872002-11-12 Akim Demaille <akim@epita.fr>
13588
13589 * doc/bison.texinfo (Destructor Decl): New.
13590
b1ae9233
AD
135912002-11-12 Akim Demaille <akim@epita.fr>
13592
13593 * src/tables.c (tables_generate): Use free for pointers that
13594 cannot be NULL, not XFREE.
13595 (pack_vector): Use assert, not fatal, for bound violations.
13596 * src/state.c (state_new): Likewise.
13597 * src/reader.c (reader): Likewise.
13598 * src/lalr.c (set_goto_map): Likewise.
72f889cc 13599 * src/location.h (LOCATION_PRINT): If first_line is 0, just issue
b1ae9233
AD
13600 the file name.
13601
7ec2d4cd
AD
136022002-11-12 Akim Demaille <akim@epita.fr>
13603
13604 * src/scan-gram.l, src/reader.h (scanner_last_string_free):
13605 Restore.
13606 * src/scan-gram.l (last_string): Is global to the file, not to
13607 yylex.
13608 * src/parse-gram.y (input): Don't append the epilogue here,
13609 (epilogue.opt): do it here, and free the scanner's obstack.
13610 * src/reader.c (epilogue_set): Rename as...
13611 (epilogue_augment): this.
13612 * data/c.m4 (b4_epilogue): Defaults to empty.
13613
573a6cd3
AD
136142002-11-12 Akim Demaille <akim@epita.fr>
13615
13616 * src/getargs.c (long_options): Remove duplicates.
13617 * src/vmsgetargs.c, src/build.com, src/bison.cld, src/vmshlp.mar:
13618 Remove.
13619 * doc/bison.rnh: Remove.
13620 * doc/bison.texinfo (VMS Invocation): Remove.
13621
95612cfa
AD
136222002-11-12 Akim Demaille <akim@epita.fr>
13623
13624 * src/struniq.h, src/struniq.c (struniq_t): Is const.
13625 (STRUNIQ_EQ, struniq_assert, struniq_assert_p): New.
13626
13627 Use struniq for symbols.
13628
13629 * src/symtab.h (symbol_t): The tag member is a struniq.
13630 (symbol_type_set): Adjust.
13631 * src/symtab.c (symbol_new): Takes a struniq.
13632 (symbol_free): Don't free the tag member.
13633 (hash_compare_symbol_t, hash_symbol_t): Rename as...
13634 (hash_compare_symbol, hash_symbol): these.
13635 Use the fact that tags as struniqs.
13636 (symbol_get): Use struniq_new.
13637 * src/symlist.h, src/symlist.c (symbol_list_n_type_name_get):
13638 Returns a strniq.
13639 * src/reader.h (merger_list, grammar_currentmerge_set): The name
13640 and type members are struniqs.
13641 * src/reader.c (get_merge_function)
13642 (grammar_current_rule_merge_set): Adjust.
13643 (TYPE, current_type): Are struniq.
13644
13645 Use struniq for file names.
13646
13647 * src/files.h, src/files.c (infile): Split into...
13648 (grammar_file, current_file): these.
13649 * src/scan-gram.c (YY_USER_INIT, handle_syncline): Adjust.
13650 * src/reduce.c (reduce_print): Likewise.
13651 * src/getargs.c (getargs): Likewise.
13652 * src/complain.h, src/complain.c: Likewise.
13653 * src/main.c (main): Call struniqs_new early enough to use it for
13654 file names.
13655 Don't free the input file name.
13656
3e6656f9
AD
136572002-11-12 Akim Demaille <akim@epita.fr>
13658
13659 * src/symtab.c (symbol_free): Remove dead deactivated code:
13660 type_name are properly removed.
13661 Don't use XFREE to free items that cannot be NULL.
13662 * src/struniq.h, src/struniq.c: New.
13663 * src/main.c (main): Initialize/free struniqs.
13664 * src/parse-gram.y (%union): Add astruniq member.
13665 (yyprint): Adjust.
13666 * src/scan-gram.l (<{tag}>): Return a struniq.
13667 Free the obstack bit that used to store it.
13668 * src/symtab.h (symbol_t): The 'type_name' member is a struniq.
13669
7672019c
PE
136702002-11-11 Paul Eggert <eggert@twinsun.com>
13671
13672 Revamp to fix many (but not all) of the C- and M4-related quoting
13673 problems. Among other things, this fixes the Bison bug reported
13674 by Jan Hubicka when processing the Bash grammar; see:
161a71f3 13675 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00039.html>
7672019c
PE
13676
13677 Use new @ escapes consistently. Represent brackets with @{ and @}
13678 rather than @<:@ and @:>@, since this works a bit better with dumb
13679 editors like vi. Represent @ with @@, since @ is now consistently
13680 an escape. Use @oline@ and @ofile@ rather than __oline__ and
13681 __ofile__, to avoid unexpected expansions. Similarly, use @output
13682 rather than #output.
13683
13684 * data/c.m4 (b4_copyright): Omit file name from comment, since
13685 the file name could contain "*/".
13686 (b4_synclines_flag): Don't quote the 2nd argument; it should already
13687 be quoted. All uses changed.
13688
13689 * data/glr.c: Use new @ escapes consistently.
13690 (b4_input_suffix, b4_output_parser_suffix, b4_output_parser_name,
13691 b4_output_header_suffix, b4_output_header_name, b4_header_guard):
13692 Remove, since they couldn't handle arbitrary characters in file
13693 names.
13694 * data/lalr1.cc: Likewise.
13695 * data/yacc.c: Likewise.
13696
13697 * src/files.c (output_infix): Remove; all uses removed.
13698 * src/files.h: Likewise.
13699
13700 * data/glr.c: Remove use of "#ifdef b4_header_guard", since it
13701 mishandled funny characters in file names, and anyway it isn't
13702 needed any more.
13703 * data/yacc.c: Likewise.
13704 * data/lalr1.cc: Use YYSLP_NEEDED instead of b4_header_guard.
13705
13706 * data/glr.c (YYSTYPE_IS_TRIVIAL): Define when the .h file would.
13707 * data/yacc.c: Likewise.
13708
13709 * src/muscle_tab.c: Include quotearg.h, since we need to quote C
13710 strings now.
13711 (muscle_init): Quote filename as a C string.
13712 * src/muscle_tab.h (MUSCLE_GROW_STRING_PAIR): Remove; unused.
13713 (MUSCLE_OBSTACK_SGROW, MUSCLE_INSERT_C_STRING): New macros.
13714 * src/output.c (escaped_file_name_output): New function.
13715 (prepare_symbols): Quote tokens for M4.
13716 (prepare): Don't insert output_infix, output_prefix,
13717 output_parser_name, output_header_name; this is now down by scan-skel.
13718 Insert skeleton as a C string.
13719
13720 * src/output.c (user_actions_output, symbol_destructors_output,
13721 symbol_printers_output): Quote filenames for C and M4.
13722 * src/reader.c (prologue_augment, epilogue_set): Likewise.
13723
13724 * src/scan-gram.l (<SC_CHARACTER>): Don't worry about any backslash
13725 escapes other than \\ and \'; this simplifies the code.
13726 (<SC_STRING>): Likewise, for \\ and \".
13727 (<SC_COMMENT,SC_LINE_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,
13728 SC_PROLOGUE,SC_EPILOGUE>): Escape $ and @, too.
13729 Use new escapes @{ and @} for [ and ].
13730
13731 * src/scan-skel.l (yylineno, yyoutname): Remove static vars, replacing
13732 them with auto vars.
13733 Switch to new escape scheme, where @ is the escape character uniformly.
13734 Abort if a stray escape character is found. Avoid unbounded input
13735 buffer when parsing non-escaped text.
13736
13737 * tests/input.at (Torturing the Scanner): Add tests that @oline@,
13738 __oline__, #output, $@, and @{ do not have unintended meanings.
13739
acea4f3b
PE
137402002-11-09 Paul Eggert <eggert@twinsun.com>
13741
13742 Fix the test failure due to GCC warnings described in
161a71f3 13743 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00000.html>.
acea4f3b
PE
13744 * data/glr.c (yyis_pact_ninf, yyis_table_ninf): New macros, which
13745 evaluate to 0 if it's impossible for NINF to be in the respective
13746 table.
13747 (yygetLRActions, yyrecoverParseError): Use them.
13748
13749 * src/scan-gram.l (unexpected_end_of_file): Fix bug: columns were
13750 counted in the token inserted at end of file. Now takes
13751 location_t *, not location_t, so that the location can be
13752 adjusted. All uses changed.
13753
13754 * tests/regression.at (Invalid inputs): Adjust wording in
13755 diagnostic to match the new behavior.
13756
13757 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR,
13758 AT_DATA_HORIZONTAL_GRAMMAR, AT_DATA_LOOKAHEADS_GRAMMAR,
13759 AT_DATA_STACK_TORTURE): Replace `assert (x);' with `if (! (x))
13760 abort ();'. This reduces the runtime of the "Many lookaheads"
13761 test from 27.6 to 2.7 minutes on a 440 MHz Ultrasparc III running
13762 GCC 3.2.
13763
20ef1ad5
PE
137642002-11-07 Paul Eggert <eggert@twinsun.com>
13765
13766 * src/parse-gram.y (CHARACTER): Remove unused token.
13767 All uses removed.
13768
13769 * src/scan-gram.l: Remove stack option. We no longer use the
13770 stack, since the stack was never deeper than 1; instead, use the
13771 new auto var c_context to record the stacked value.
13772
13773 Remove nounput option. At an unexpected end of file, we now unput
13774 the minimal input necessary to end cleanly; this simplifies the
13775 code.
13776
13777 Avoid unbounded token sizes where this is easy.
13778
13779 (unexpected_end_of_file): New function.
13780 Use it to systematize the error message on unexpected EOF.
13781 (last-string): Now auto, not static.
13782 (YY_OBS_FREE): Remove unnecessary do while (0) wrapper.
13783 (scanner_last_string_free): Remove; not used.
13784 (percent_percent_count): Move decl to just before use.
13785 (SC_ESCAPED_CHARACTER): Return ID at unexpected end of file,
13786 not the (never otherwised-used) CHARACTER.
13787
93724f13
AD
137882002-11-07 Akim Demaille <akim@epita.fr>
13789
13790 Let yyerror always receive the msg as last argument, so that
13791 yyerror can be variadic.
13792
13793 * data/yacc.c (b4_yyerror_args): New.
13794 Use it when calling yyerror.
13795 * data/glr.c (b4_yyerror_args, b4_lyyerror_args): New.
13796 Use it when calling yyerror.
13797 * doc/bison.texinfo (Error Reporting): Adjust.
13798 * tests/calc.at (_AT_DATA_CALC_Y): Adjust.
13799 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Adjust.
13800
6e40b4eb
AD
138012002-11-06 Akim Demaille <akim@epita.fr>
13802
13803 #line should have quoted strings.
13804 Ideally, this should be done by m4_quotearg.
13805
13806 * src/scan-skel.l: Include quotearg.h.
13807 Quote __ofile__.
13808 * src/output.c (symbol_printers_output)
13809 (symbol_destructors_output): Quote the file name.
13810
2dfbfc12
AD
138112002-11-06 Akim Demaille <akim@epita.fr>
13812
13813 * tests/regression.at (Invalid inputs): Adjust to the recent
13814 messages.
13815
437c2d80
AD
138162002-11-06 Akim Demaille <akim@epita.fr>
13817
13818 Restore --no-lines.
13819 Reported by Jim Kent.
13820
13821 * data/c.m4 (b4_syncline): New.
13822 * data/glr.c, data/yacc.c, data/lalr1.cc: Use it.
13823 * src/reader.c (prologue_augment, epilogue_set): Use b4_syncline.
13824 * src/output.c (user_actions_output): Likewise.
13825 (prepare): Define 'b4_synclines_flag'.
2dfbfc12 13826 * src/muscle_tab.c (muscle_init): Don't define b4_linef.
437c2d80 13827
900c5db5
AD
138282002-11-06 Akim Demaille <akim@epita.fr>
13829
13830 * src/main.c (main): Free `infile'.
13831 * src/scan-gram.l (handle_syncline): New.
13832 Recognize `#line'.
13833 * src/output.c (user_actions_output, symbol_destructors_output)
13834 (symbol_printers_output): Use the location's file name, not
13835 infile.
13836 * src/reader.c (prologue_augment, epilogue_set): Likewise.
13837
e183b123 138382002-11-05 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
51b4a04c 13839
e183b123 13840 * src/tables.c (matching_state): Don't allow states to match if
51b4a04c 13841 either has GLR conflict entries.
e183b123 13842
193eb6b7
PE
138432002-11-05 Paul Eggert <eggert@twinsun.com>
13844
e183b123
PE
13845 * src/scan-gram.l: Use more accurate diagnostics, e.g.
13846 "integer out of range" rather than "invalid value".
13847 * tests/input.at (Invalid $n, Invalid @n): Change expected wording
13848 accordingly.
13849
193eb6b7
PE
13850 Scan <% and %> digraphs in C code as POSIX 1003.1-2001 requires.
13851 Also, remove one static variable in the scanner.
13852
13853 * src/scan-gram.l (braces_level): Now auto, not static.
13854 Initialize to zero if the compiler is being picky.
13855 (INITIAL): Clear braces_level instead of incrementing it.
13856 (SC_BRACED_CODE): Treat <% and %> as { and } when inside C code,
13857 as POSIX 1003.1-2001 requires.
13858 * src/system.h (IF_LINT): New macro, taken from coreutils.
13859 * configure.ac: Define "lint" if --enable-gcc-warnings.
13860
29c01725
AD
138612002-11-05 Akim Demaille <akim@epita.fr>
13862
13863 * src/scan-gram.l: When it starts with `%', complain about the
13864 whole directive, not just that `invalid character: %'.
13865
8aeac3ca
AD
138662002-11-04 Akim Demaille <akim@epita.fr>
13867
13868 * Makefile.maint: Update from Autoconf.
13869 (update, cvs-update, po-update, do-po-update): New.
13870
793a58bb
AD
138712002-11-04 Akim Demaille <akim@epita.fr>
13872
13873 * tests/glr-regr1.at (Badly Collapsed GLR States): Prototype yylex
13874 and yyerror.
13875 Have yyerror `use' its arguments.
13876 * tests/calc.at (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF
13877 returns true when location & yacc & pure & parse-param.
13878 (_AT_DATA_CALC_Y): Let yyerror ``use'' its arguments.
13879
c4d720cd
AD
138802002-11-04 Akim Demaille <akim@epita.fr>
13881
13882 * src/location.h (LOCATION_PRINT): Use quotearg slot 3 to avoid
13883 clashes.
13884 * src/scan-gram.l: Use [\'] instead of ['] to pacify
13885 font-lock-mode.
13886 Use complain_at.
13887 Use quote, not quote_n since LOCATION_PRINT no longer uses the
13888 slot 0.
13889
613a0dc5
PE
138902002-11-03 Paul Eggert <eggert@twinsun.com>
13891
13892 * src/reader.c (get_merge_function, grammar_current_rule_check):
13893 Use consistent diagnostics for reporting type name clashes.
13894 Quote the types with <>, for consistency with Yacc.
13895 * tests/input.at (Type Clashes): Adjust to diagnostic changes.
13896
2a8d363a
AD
138972002-11-03 Akim Demaille <akim@epita.fr>
13898
13899 * data/c.m4 (b4_identification, b4_user_args, b4_parse_param):
13900 New.
13901 * data/yacc.m4 (b4_pure_args, b4_Pure_args): New.
13902 (b4_parse_param): Remove.
13903 Use b4_identification.
13904 Propagate b4_pure_args where needed to pass them to yyerror.
13905 * data/glr.m4 (b4_parse_param): Remove.
13906 (b4_user_formals, b4_pure_args, b4_pure_formals, b4_lpure_args)
13907 (b4_lpure_formals): New.
13908 Use b4_identification.
13909 (YY_USER_FORMALS, YY_USER_ARGS): Remove, replaced by
13910 b4_user_formals and b4_user_args.
13911 (yyexpandGLRStack, yyFail, yyaddDeferredAction, yyglrShiftDefer)
13912 (yyreportAmbiguity): When using a pure parser, also need
13913 the location, and the parse-params.
13914 Adjust callers.
13915 (yyuserAction, yyglrShift, yyreportParseError, yyrecoverParseError):
13916 When using a pure parser, also need the parse-params.
13917 Adjust callers.
13918 * tests/calc.at: Test pure (%pure-parser) and absolutely pure
13919 (%pure-parser + %parse-param) LALR and GLR parsers.
13920 (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): New, define AT_PARAM_IF,
13921 AT_LOCATION_IF, AT_PURE_IF, AT_GLR_IF, AAT_PURE_AND_LOC_IF,
13922 AT_GLR_OR_PARAM_IF, AT_YYERROR_ARG_LOC_IF, AT_YYERROR_SEES_LOC_IF.
13923 (_AT_DATA_CALC_Y): Equip for purity of yyerror.
13924 (_AT_CHECK_CALC_ERROR): Use AT_YYERROR_SEES_LOC_IF.
13925 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Equip for yyerror purity.
13926 * doc/bison.texinfo: Untabify the whole file.
13927 (Parser Function): Document %parse-param, deprecate YYPARSE_PARAM.
13928 (Pure Calling): Document %lex-param, deprecate YYLEX_PARAM.
13929 (Error Reporting): Adjust to these new directives.
13930 Document %error-verbose, deprecate YYERROR_VERBOSE.
13931
9e32add8
AD
139322002-11-03 Akim Demaille <akim@epita.fr>
13933
13934 * tests/calc.at: Change all the AT_CHECK_CALC_LALR and
13935 AT_CHECK_CALC_GLR invocations to use % directives, instead of
13936 command line options.
13937 * tests/cxx-type.at: Formatting changes.
13938
b02d90a5
PE
139392002-11-03 Paul Eggert <eggert@twinsun.com>
13940
13941 * src/scan-gram.l: Revamp to fix POSIX incompatibilities,
13942 to count columns correctly, and to check for invalid inputs.
9e32add8 13943
b02d90a5
PE
13944 Use mbsnwidth to count columns correctly. Account for tabs, too.
13945 Include mbswidth.h.
13946 (YY_USER_ACTION): Invoke extend_location rather than LOCATION_COLUMNS.
13947 (extend_location): New function.
13948 (YY_LINES): Remove.
13949
13950 Handle CRLF in C code rather than in Lex code.
13951 (YY_INPUT): New macro.
13952 (no_cr_read): New function.
13953
13954 Scan UCNs, even though we don't fully handle them yet.
13955 (convert_ucn_to_byte): New function.
13956
13957 Handle backslash-newline correctly in C code.
13958 (SC_LINE_COMMENT, SC_YACC_COMMENT): New states.
13959 (eols, blanks): Remove. YY_USER_ACTION now counts newlines etc.;
13960 all uses changed.
13961 (tag, splice): New EREs. Do not allow NUL or newline in tags.
13962 Use {splice} wherever C allows backslash-newline.
13963 YY_STEP after space, newline, vertical-tab.
13964 ("/*"): BEGIN SC_YACC_COMMENT, not yy_push_state (SC_COMMENT).
9e32add8 13965
b02d90a5
PE
13966 (letter, id): Don't assume ASCII; e.g., spell out a-z.
13967
13968 ({int}, handle_action_dollar, handle_action_at): Check for integer
13969 overflow.
9e32add8 13970
b02d90a5
PE
13971 (YY_STEP): Omit trailing semicolon, so that it's more like C.
13972
13973 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>): Allow \0 and \00
13974 as well as \000. Check for UCHAR_MAX, not 255.
13975 Allow \x with an arbitrary positive number of digits, as in C.
13976 Check for overflow here.
13977 Allow \? and UCNs, for compatibility with C.
13978
13979 (handle_symbol_code_dollar): Use quote_n slot 1 to avoid collision
13980 with quote slot used by complain_at.
13981
13982 * tests/input.at: Add tests for backslash-newline, m4 quotes
13983 in symbols, long literals, and funny escapes in strings.
13984
13985 * configure.ac (jm_PREREQ_MBSWIDTH): Add.
13986 * lib/Makefile.am (libbison_a_SOURCES): Add mbswidth.h, mbswidth.c.
13987 * lib/mbswidth.h, lib/mbswidth.c: New files, from GNU gettext.
13988 * m4/Makefile.am (EXTRA_DIST): Add mbswidth.m4.
13989 * m4/mbswidth.m4: New file, from GNU coreutils.
13990
13991 * doc/bison.texinfo (Grammar Outline): Document // comments.
13992 (Symbols): Document that trigraphs have no special meaning in Bison,
13993 nor is backslash-newline allowed.
13994 (Actions): Document that trigraphs have no special meaning.
13995
13996 * src/location.h (LOCATION_COLUMNS, LOCATION_LINES): Remove;
13997 no longer used.
13998
139992002-11-02 Paul Eggert <eggert@twinsun.com>
14000
14001 * src/reader.c: Don't include quote.h; not needed.
14002 (get_merge_function): Reword warning to be consistent with
14003 type clash diagnostic in grammar_current_rule_check.
14004
14005 * lib/quotearg.c (quotearg_buffer_restyled): Fix off-by-two
14006 bug in trigraph handling.
14007
14008 * src/output.c (prepare_symbols): When printing token names,
14009 escape "[" as "@<:@" and likewise for "]".
14010
14011 * src/system.h (errno): Remove declaration, as we are now
14012 assuming C89 or better, and C89 guarantees errno.
14013
762b212b
PE
140142002-10-30 Paul Eggert <eggert@twinsun.com>
14015
14016 * lib/bitset_stats.c (bitset_stats_read, bitset_stats_write):
14017 Check for close failures.
14018 * src/files.h (xfclose): Return void, not int, since it always
14019 returned zero.
14020 * src/files.c (xfclose): Likewise. Report I/O error if ferror
14021 indicates one.
14022 * src/output.c (output_skeleton): Use xfclose rather than fclose
14023 and ferror. xfclose now checks ferror.
14024
14025 * data/glr.c (YYLEFTMOST_STATE): Remove.
14026 (yyreportTree): Use a stack-based leftmost state. This avoids
14027 our continuing battles with bogus warnings about initializers.
14028
56100c60
AD
140292002-10-30 Akim Demaille <akim@epita.fr>
14030
14031 * src/system.h: Don't use #ifdef/#ifndef on HAVE_ values, only
14032 #if.
14033
51b4a04c
PH
140342002-10-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
14035
14036 * tests/glr-regr1.at: New test for reported regressions.
14037 * tests/testsuite.at: Add glr-regr1.at test.
14038 * tests/Makefile.am: Add glr-regr1.at test.
e183b123 14039
bf1ebda2
PE
140402002-10-24 Paul Eggert <eggert@twinsun.com>
14041
5c16c6b1
PE
14042 Version 1.75a.
14043
bf1ebda2
PE
14044 * tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat declaration.
14045 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Include stdlib.h, since
14046 we use malloc. Don't assume 'A' through 'Z' are contiguous.
14047 Don't assume strdup exists; POSIX says its an XSI extension.
14048 Check for buffer overflow on input.
14049
b526ee61
AD
140502002-10-24 Akim Demaille <akim@epita.fr>
14051
14052 * src/output.c (output_skeleton): Don't disable M4sugar comments
14053 too soon: it results in comments being expanded.
14054 * data/yacc.c, data/glr.c, data/lalr1.cc: Do it right before the
14055 first output.
14056
f1886bb2
AD
140572002-10-24 Akim Demaille <akim@epita.fr>
14058
14059 * data/yacc.c (m4_int_type): New.
14060 * data/c.m4 (m4_int_type): Don't use yysigned_char, but `signed
14061 char' as only yacc.c wants K&R portability.
14062 * data/glr.c (yysigned_char): Remove.
14063 * data/lalr1.cc: Rename the trailing b4_name as b4_parser_class_name.
14064 Reported by Quoc Peyrot.
14065
c5576256
PE
140662002-10-23 Paul Eggert <eggert@twinsun.com>
14067
14068 * src/main.c (main): With --trace=time, report times even if a
14069 non-fatal error occurs. Formerly, the times were reported in some
14070 such cases but not in others.
14071 * src/reader.c (reader): Just return if a complaint has been issued,
14072 instead of exiting, so that 'main' can report times.
14073
27b0ffea
AD
140742002-10-22 Akim Demaille <akim@epita.fr>
14075
14076 * src/system.h: Include sys/types.
14077 Reported by Bert Deknuydt.
14078
223a7883
PE
140792002-10-23 Paul Eggert <eggert@twinsun.com>
14080
14081 * configure.ac (AC_PROG_LEX): Use instead of AM_PROG_LEX.
14082 Suggested by Art Haas.
14083
140842002-10-22 Paul Eggert <eggert@twinsun.com>
14085
14086 * src/complain.c (exit) [! (STDC_HEADERS || _LIBC)]: Remove exit
14087 decl; not needed any more.
14088 * src/main.c (main): Use return to exit, undoing yesterday's change.
14089 The last OS that we could find where this wouldn't work is
14090 SunOS 3.5, and that's too old to worry about now.
14091
14092 * data/glr.c (struct yyltype): Define members even when not
14093 doing locations. This is more consistent with yacc.c, and it
14094 works around the following bug reports:
161a71f3
PE
14095 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00106.html
14096 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00111.html
27b0ffea 14097
223a7883
PE
14098 * doc/bison.texinfo: Minor spelling and typographical fixes. Use
14099 @acronym consistently. Standardize on "Yacc" instead of "YACC",
14100 "Algol" instead of "ALGOL". Give a bit more history about BNF.
14101
8b76775a
AD
141022002-10-22 Akim Demaille <akim@epita.fr>
14103
14104 * data/README: New.
14105
6db10d14
PE
141062002-10-21 Paul Eggert <eggert@twinsun.com>
14107
14108 Be consistent about 'bool'; the old code used an enum in one
14109 module and an int in another, and this violates the C standard.
14110 * m4/stdbool.m4: New file, from coreutils 4.5.3.
14111 * configure.ac (AC_HEADER_STDBOOL): Add.
14112 * m4/Makefile.am (EXTRA_DIST): Add stdbool.m4.
14113 * src/muscle_tab.c (hash_compare_muscles): (a ? FALSE : TRUE) -> (! a)
14114 * src/symtab.c (hash_compare_symbol_t): Likewise.
14115 * src/system.h (bool, false, true): Use a definition consistent
14116 with ../lib/hash.c. All uses changed.
14117
14118 * src/complain.c (warning_issued): Renamed from warn_message_count,
14119 so that we needn't worry about integer overflow (!).
14120 Now of type bool. All uses changed.
14121 (complaint_issued): Renamed from complain_message_count; likewise.
14122
14123 * src/main.c (main): Use exit to exit with failure.
27b0ffea 14124
6db10d14
PE
14125 * src/complain.c (fatal_at, fatal): Use EXIT_FAILURE and EXIT_SUCCESS
14126 rather than 1 and 0.
14127 * src/main.c (main): Likewise.
14128 * src/getargs.c (getargs): Likewise.
14129 * src/reader.c (reader): Likewise.
14130
14131 * src/getarg.c (getargs): Remove duplicate code for
14132 "Try `bison --help'".
14133
14134 * src/files.c (xfopen, xfclose): Use EXIT_FAILURE rather than 2.
14135 What was that "2" for?
14136
14137 * src/complain.h (fatal, fatal_at): Add __attribute__((__noreturn__)).
14138 * src/getargs.c (usage): Likewise.
14139
14140 * src/getargs.c (getargs): When there are too few operands, report
14141 the last one. When there are too many, report the first extra
14142 one. This is how diffutils does it.
14143
92a060fd
PE
141442002-10-20 Paul Eggert <eggert@twinsun.com>
14145
14146 Remove K&R vestiges.
14147 * configure.ac (AC_C_CONST, AM_C_PROTOTYPES): Remove.
14148 * src/complain.c (VA_START): Remove. Assume prototypes.
14149 (vfprintf) [! (HAVE_VPRINTF || defined vfprintf)]: New macro.
14150 (private_strerror, warn_at, warn, complain_at, complain, fatal_at,
14151 fatal): Assume prototypes.
14152 * src/complain.h: Assume prototypes.
14153 * src/system.h (PARAMS): Remove.
14154 Include <limits.h> unconditionally, since it's guaranteeed even
14155 for a freestanding C89 compiler.
14156 (SHRT_MIN, SHRT_MAX): Remove, since C89 guarantees them.
14157 * src/vmsgetargs.c (getargs, cli_present, cli_get_value): Prototype.
8b76775a 14158
e7cb57c0
AD
141592002-10-20 Akim Demaille <akim@epita.fr>
14160
14161 * src/muscle_tab.c (muscle_grow): Remove trailing debugging code.
14162 * data/glr.c (YY_USER_FORMALS, YY_USER_ARGS): New.
14163 (yyuserAction, yydoAction, yyglrReduce, yyresolveValue)
14164 (yyresolveStates, yyresolveAction, yyresolveStack)
14165 (yyprocessOneStack): Use them.
14166 (yy_reduce_print): New.
14167 * tests/calc.at (_AT_DATA_CALC_Y): Exercise %parse-param.
14168
0245f82d
AD
141692002-10-20 Akim Demaille <akim@epita.fr>
14170
14171 * data/c.m4 (b4_c_ansi_args): Recognize functions with no
14172 arguments and output `void'.
14173 (b4_c_function): Rename as...
14174 (b4_c_function_def): this.
14175 (b4_c_function_decl, b4_c_ansi_function_def)
14176 (b4_c_ansi_function_decl): New.
14177 Change the interpretation of the arguments: before `int, foo', now
14178 `int foo, foo'.
14179 * data/yacc.c (yyparse): Prototype and define thanks to these.
14180 Adjust b4_c_function_def uses.
14181 * data/glr.c (yyparse): Likewise, but ANSI only.
14182
39912f52
AD
141832002-10-20 Akim Demaille <akim@epita.fr>
14184
14185 * src/output.c (prepare): Move the definition of `tokens_number',
14186 `nterms_number', `undef_token_number', `user_token_number_max'
14187 to...
14188 (prepare_tokens): Here.
14189 (prepare_tokens): Rename as...
14190 (prepare_symbols): this.
14191 (prepare): Move the definition of `rules_number' to...
14192 (prepare_rules): here.
14193 (prepare): Move the definition of `last', `final_state_number',
14194 `states_number' to...
14195 (prepare_states): here.
14196 * data/yacc.c, data/lalr1.cc, data/glr.c: Normalize `>' into `<'.
14197
20c1e2ad
AD
141982002-10-20 Akim Demaille <akim@epita.fr>
14199
14200 * src/tables.h, src/tables.c, src/output.c: Comment changes.
14201
21964f43
AD
142022002-10-20 Akim Demaille <akim@epita.fr>
14203
14204 * data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if): Move to...
14205 * data/c.m4: here.
14206
66d30cd4
AD
142072002-10-20 Akim Demaille <akim@epita.fr>
14208
14209 * src/output.c (prepare): Use MUSCLE_INSERT_STRING.
14210 * src/muscle_tab.c (muscle_pair_list_grow): Rename `val as
14211 `pair'.
14212 (muscle_init): Move the `b4_ltype', `b4_maxdepth', `b4_initdepth',
14213 `name' to...
14214 * data/glr.c, data/lalr1.cc, data/yacc.c (b4_location_type)
14215 (b4_stack_depth_init, b4_stack_depth_max, b4_parser_class_name):
14216 These.
14217
95f2c9fe
PE
142182002-10-19 Paul Eggert <eggert@twinsun.com>
14219
14220 Do not create a temporary file, as that involves security and
14221 cleanup headaches. Instead, use a pair of pipes.
14222 Derived from a suggestion by Florian Krohm.
14223 * lib/subpipe.c, lib/subpipe.h, m4/subpipe.m4: New files.
14224 * lib/mkstemp.c, lib/readpipe.c, lib/tempname.c, m4/mkstemp.m4: Remove.
14225 * configure.ac (UTILS_FUNC_MKSTEMP, jm_PREREQ_TEMPNAME): Remove.
14226 (BISON_PREREQ_SUBPIPE): Add.
14227 * lib/Makefile.am (libbison_a_SOURCES): Remove readpipe.c.
14228 Add subpipe.h, subpipe.c.
14229 * m4/Makefile.am (EXTRA_DIST): Remove mkstemp.m4. Add subpipe.m4.
14230 * po/POTFILES.in: Add lib/subpipe.c.
14231 * src/output.c: Include "subpipe.h".
14232 (m4_invoke): Remove decl.
14233 (scan_skel): New decl.
14234 (output_skeleton): Use pipe rather than temporary file for m4 input.
14235 Check that m4sugar.m4 is readable, to avoid deadlock.
14236 Check for pipe I/O error.
14237 * src/scan-skel.l (readpipe): Remove decl.
14238 (scan_skel): New function, to be used in place of m4_invoke.
14239 Read from stream rather than file.
66d30cd4 14240
95f2c9fe
PE
14241 * lib/timevar.c (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Do not cast to
14242 float, as this generates a warning on Solaris 8 + GCC 3.2 with
14243 --enable-gcc-warnings. Instead, divide into 1.0 rather than 1;
14244 this generates a more-accurate value anyway.
14245
14246 * lib/timevar.c (timervar_accumulate): Rename locals to
14247 avoid confusion with similarly-named more-global.
14248 * src/muscle_tab.c (muscle_pair_list_grow): Likewise.
14249
14250 * src/output.c (prepare): Use xstrdup to convert char const *
14251 to char *, to avoid GCC warning.
14252
c19988b7
AD
142532002-10-19 Akim Demaille <akim@epita.fr>
14254
14255 * tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC, LEX_FORMALS,
14256 LEX_PRE_FORMALS, LEX_ARGS, LEX_PRE_ARGS, USE_LEX_ARGS.
14257 Use them to have `calc.y' ready for %pure-parser.
14258 * data/yacc.c (YYLEX): Pass a yylex return type to
14259 b4_c_function_call.
14260
ae7453f2
AD
142612002-10-19 Akim Demaille <akim@epita.fr>
14262
14263 Prototype support of %lex-param and %parse-param.
14264
14265 * src/parse-gram.y: Add the definition of the %lex-param and
14266 %parse-param tokens, plus their rules.
14267 Drop the `_' version of %glr-parser.
14268 Add the "," token.
14269 * src/scan-gram.l (INITIAL): Scan them.
14270 * src/muscle_tab.c: Comment changes.
14271 (muscle_insert, muscle_find): Rename `pair' as `probe'.
14272 * src/muscle_tab.h (MUSCLE_INSERT_PREFIX): Remove unused.
14273 (muscle_entry_s): The `value' member is no longer const.
14274 Adjust all dependencies.
14275 * src/muscle_tab.c (muscle_init): Adjust: use
14276 MUSCLE_INSERT_STRING.
14277 Initialize the obstack earlier.
14278 * src/muscle_tab.h, src/muscle_tab.c (muscle_grow)
14279 (muscle_pair_list_grow): New.
14280 * data/c.m4 (b4_c_function_call, b4_c_args): New.
14281 * data/yacc.c (YYLEX): Use b4_c_function_call to honor %lex-param.
14282 * tests/calc.at: Use %locations, not --locations.
14283 (AT_CHECK_CALC_GLR): Use %glr-parser, not %glr_parser.
14284
0e575721
AD
142852002-10-19 Akim Demaille <akim@epita.fr>
14286
14287 * src/getargs.c (usage): Take status as argument and exit
14288 accordingly.
14289 Report the traditional `Try ... --help' message when status != 0.
14290 (usage, version): Don't take a FILE * as arg, it is pointless.
14291 (getargs): When there is an incorrect number of arguments, make it
14292 an error, and report it GNUlically thanks to `usage ()'.
14293
724ce7f5
PE
142942002-10-18 Paul Eggert <eggert@twinsun.com>
14295
3a781eb2
PE
14296 * data/glr.c (yyreportParseError): Don't assume that sprintf
14297 yields the length of the printed string, as this is not true
14298 on SunOS 4.1.4. Reported by Peter Klein.
14299
724ce7f5
PE
14300 * tests/calc.at (_AT_DATA_CALC_Y): #undef memcmp and realloc.
14301 * tests/conflicts.at (%nonassoc and eof): Likewise.
14302 Fixes SunOS 4.1.4 test failure reported by Peter Klein.
14303
473d0a75
AD
143042002-10-17 Akim Demaille <akim@epita.fr>
14305
14306 * src/getargs.h (trace_e): Add trace_scan, and trace_parse.
14307 * src/getargs.c (trace_types, trace_args): Adjust.
14308 * src/reader.c (grammar_current_rule_prec_set)
14309 (grammar_current_rule_dprec_set, grammar_current_rule_merge_set):
14310 Standardize error messages.
14311 And s/@prec/%prec/!
14312 (reader): Use trace_flag to enable scanner/parser debugging,
14313 instead of an adhoc scheme.
14314 * src/scan-gram.l: Remove trailing debugging code.
14315
e76d2469
PE
143162002-10-16 Paul Eggert <eggert@twinsun.com>
14317
93e2236a
PE
14318 * src/muscle_tab.h (MUSCLE_TAB_H_): Was misspelled as
14319 MUSCLE_TAB_H.
14320
e76d2469
PE
14321 * NEWS: Officially drop support for building Bison with K&R C,
14322 since it didn't work anyway and it's not worth worrying about.
14323 * Makefile.maint (wget_files): Remove ansi2knr.c.
14324 (ansi2knr.c-url_prefix): Remove.
14325 * lib/.cvsignore: Remove ansi2knr, ansi2knr.*.
14326 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
14327 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
14328
5bd1c419
PE
143292002-10-15 Paul Eggert <eggert@twinsun.com>
14330
14331 Stop using the "enum_" trick for K&R-style function definitions;
14332 it confused me, and I was the author! Instead, assume that people
14333 who want to use K&R C compilers (when using these modules in GCC,
14334 perhaps?) will run ansi2knr.
14335
14336 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): Remove.
14337 All uses of "enum_" changed to "enum ".
14338 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
14339 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
e76d2469 14340
5bd1c419
PE
14341 * lib/abitset.c (abitset_and, abitset_and_cmp, abitset_and_or,
14342 abitset_and_or_cmp, abitset_andn, abitset_andn_cmp,
14343 abitset_andn_or, abitset_andn_or_cmp, abitset_bytes, abitset_copy,
14344 abitset_copy1, abitset_disjoint_p, abitset_empty_p,
14345 abitset_equal_p, abitset_init, abitset_list, abitset_list_reverse,
14346 abitset_not, abitset_ones, abitset_or, abitset_or_and,
14347 abitset_or_and_cmp, abitset_or_cmp, abitset_reset, abitset_set,
14348 abitset_size, abitset_small_list, abitset_subset_p, abitset_test,
14349 abitset_unused_clear, abitset_xor, abitset_xor_cmp, abitset_zero):
14350 Use function prototypes; this removes the need for declaring
14351 static functions simply to provide their prototypes.
14352 * lib/bitset.c (bitset_alloc, bitset_and_or_, bitset_and_or_cmp_,
14353 bitset_andn_or_, bitset_andn_or_cmp_, bitset_bytes, bitset_copy_,
14354 bitset_count_, bitset_create, bitset_dump, bitset_first,
14355 bitset_free, bitset_init, bitset_last, bitset_next,
14356 bitset_obstack_alloc, bitset_obstack_free, bitset_only_set_p,
14357 bitset_op4_cmp, bitset_or_and_, bitset_or_and_cmp_, bitset_prev,
14358 bitset_print, bitset_release_memory, bitset_toggle_,
14359 bitset_type_choose, bitset_type_get, bitset_type_name_get,
14360 debug_bitset): Likewise.
14361 * lib/bitset.h (bitset_set, bitset_reset, bitset_test): Likewise.
14362 * lib/bitset_stats.c (bitset_log_histogram_print,
14363 bitset_percent_histogram_print, bitset_stats_and,
14364 bitset_stats_and_cmp, bitset_stats_and_or,
14365 bitset_stats_and_or_cmp, bitset_stats_andn, bitset_stats_andn_cmp,
14366 bitset_stats_andn_or, bitset_stats_andn_or_cmp, bitset_stats_copy,
14367 bitset_stats_count, bitset_stats_disable, bitset_stats_disjoint_p,
14368 bitset_stats_dump, bitset_stats_empty_p, bitset_stats_enable,
14369 bitset_stats_equal_p, bitset_stats_free, bitset_stats_init,
14370 bitset_stats_list, bitset_stats_list_reverse, bitset_stats_not,
14371 bitset_stats_ones, bitset_stats_or, bitset_stats_or_and,
14372 bitset_stats_or_and_cmp, bitset_stats_or_cmp, bitset_stats_print,
14373 bitset_stats_print_1, bitset_stats_read, bitset_stats_reset,
14374 bitset_stats_set, bitset_stats_size, bitset_stats_subset_p,
14375 bitset_stats_test, bitset_stats_toggle, bitset_stats_type_get,
14376 bitset_stats_write, bitset_stats_xor, bitset_stats_xor_cmp,
14377 bitset_stats_zero): Likewise.
14378 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
14379 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
14380 bitsetv_dump, debug_bitsetv): Likewise.
14381 * lib/ebitset.c (ebitset_and, ebitset_and_cmp, ebitset_andn,
14382 ebitset_andn_cmp, ebitset_bytes, ebitset_copy, ebitset_copy_,
14383 ebitset_copy_cmp, ebitset_disjoint_p, ebitset_elt_add,
14384 ebitset_elt_alloc, ebitset_elt_calloc, ebitset_elt_find,
14385 ebitset_elt_free, ebitset_elt_last, ebitset_elt_remove,
14386 ebitset_elt_zero_p, ebitset_elts_grow, ebitset_empty_p,
14387 ebitset_equal_p, ebitset_free, ebitset_init, ebitset_list,
14388 ebitset_list_reverse, ebitset_not, ebitset_ones, ebitset_op3_cmp,
14389 ebitset_or, ebitset_or_cmp, ebitset_release_memory, ebitset_reset,
14390 ebitset_set, ebitset_size, ebitset_subset_p, ebitset_test,
14391 ebitset_weed, ebitset_xor, ebitset_xor_cmp, ebitset_zero):
14392 Likewise.
14393 * lib/lbitset.c (debug_lbitset, lbitset_and, lbitset_and_cmp,
14394 lbitset_andn, lbitset_andn_cmp, lbitset_bytes, lbitset_copy,
14395 lbitset_copy_cmp, lbitset_disjoint_p, lbitset_elt_alloc,
14396 lbitset_elt_calloc, lbitset_elt_find, lbitset_elt_free,
14397 lbitset_elt_link, lbitset_elt_unlink, lbitset_elt_zero_p,
14398 lbitset_empty_p, lbitset_equal_p, lbitset_free, lbitset_init,
14399 lbitset_list, lbitset_list_reverse, lbitset_not, lbitset_ones,
14400 lbitset_op3_cmp, lbitset_or, lbitset_or_cmp, lbitset_prune,
14401 lbitset_release_memory, lbitset_reset, lbitset_set, lbitset_size,
14402 lbitset_subset_p, lbitset_test, lbitset_weed, lbitset_xor,
14403 lbitset_xor_cmp, lbitset_zero): Likewise.
e76d2469 14404
ae26e1f0
AD
144052002-10-14 Akim Demaille <akim@epita.fr>
14406
14407 Version 1.75.
14408
d43baf71
AD
144092002-10-14 Akim Demaille <akim@epita.fr>
14410
14411 * tests/Makefile.am (maintainer-check-posix): New.
14412
7ebc83e3
AD
144132002-10-14 Akim Demaille <akim@epita.fr>
14414
14415 * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize the yyloc
14416 member.
14417
05846dae
AD
144182002-10-14 Akim Demaille <akim@epita.fr>
14419
14420 * src/tables.c (table_ninf_remap): base -> tab.
14421 Reported by Matt Rosing.
14422
1318e37d
PE
144232002-10-14 Paul Eggert <eggert@twinsun.com>
14424
447fbb17
PE
14425 * tests/action.at, tests/calc.at, tests/conflicts.at,
14426 tests/cxx-type.at, tests/headers.at, tests/input.at,
14427 tests/regression.at, tests/synclines.at, tests/torture.at:
14428 Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
14429 so that the tests still work even if POSIXLY_CORRECT is set.
14430 * doc/bison.texinfo (Rpcalc Compile, Invocation): Likewise.
05846dae 14431
1318e37d
PE
14432 * data/c.m4 (b4_int_type): Use yysigned_char instead of signed char,
14433 for portability to K&R hosts. Fix typo: signed char is guaranteed
14434 only to 127, not to 128.
14435 * data/glr.c (yysigned_char): New type.
14436 * data/yacc.c (yysigned_char): Likewise.
14437 * tests/regression.at (Web2c Actions): signed char -> yysigned_char.
14438
cc0f0794
PE
144392002-10-13 Paul Eggert <eggert@twinsun.com>
14440
5038f418
PE
14441 * data/yacc.c (yyparse): Rewrite to avoid "comparison is always
14442 true due to limited range of data type" warning from GCC.
14443
cc0f0794
PE
14444 * data/c.m4 (b4_token_defines): Protect against double-inclusion
14445 by wrapping enum yytokentype's definition inside #ifndef
14446 YYTOKENTYPE. This undoes a bug I introduced on 2002-10-12.
14447
6fed0802
AD
144482002-10-13 Akim Demaille <akim@epita.fr>
14449
14450 * data/glr.c (yyglrShiftDefer, yyaddDeferredAction, yydoAction):
14451 Un yy- yyrhs to avoid the name clash with the global YYRHS.
14452
32f0598d
AD
144532002-10-13 Akim Demaille <akim@epita.fr>
14454
14455 * Makefile.maint: Update from Autoconf 2.54.
14456 * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Remove, shipped with 2.54.
14457
7ea9a33f
AD
144582002-10-13 Akim Demaille <akim@epita.fr>
14459
14460 * src/print.c (print_state): Separate the list of solved conflicts
14461 from the other items.
14462 * tests/conflicts.at (Resolved SR Conflicts): Adjust.
14463
ea99527d
AD
144642002-10-13 Akim Demaille <akim@epita.fr>
14465
14466 Let nondeterministic skeletons be usable with deterministic
14467 tables.
14468
14469 With the patch, GAWK compiled by GCC without -O2 passes its test
14470 suite using a GLR parser driven by LALR tables. It fails with -O2
14471 because `struct stat' gives two different answers on my machine:
14472 88 (definition of an auto var) and later 96 (memset on this var).
14473 Hence the stack is badly corrumpted. The headers inclusion is to
14474 blame: if I move the awk.h inclusion before GLR's system header
14475 inclusion, the two struct stat have the same size.
14476
14477 * src/tables.c (pack_table): Always create conflict_table.
14478 (token_actions): Always create conflict_list.
14479 * data/glr.c (YYFLAG): Remove, unused.
14480
f377f69f
AD
144812002-10-13 Akim Demaille <akim@epita.fr>
14482
14483 * configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.
14484 (O0FLAGS): New.
14485 (VALGRIND, GXX): New.
14486 * tests/atlocal.in (CFLAGS): Use O0FLAGS.
14487 * tests/bison.in: Run $PREBISON a pre-command.
14488 * tests/Makefile.am (maintainer-check, maintainer-check-valgrind)
14489 (maintainer-check-g++): New.
14490 * Makefile.am (maintainer-check): New.
14491
2a1fe6ed
AD
144922002-10-13 Akim Demaille <akim@epita.fr>
14493
14494 * data/glr.c: Formatting changes.
14495 Tweak some trace messages to match yacc.c's.
14496
f50adbbd
AD
144972002-10-13 Akim Demaille <akim@epita.fr>
14498
14499 GLR parsers sometimes raise parse errors instead of performing the
14500 default reduction.
14501 Reported by Charles-Henry de Boysson.
14502
14503 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Don't
ba0fe3c7 14504 check the length of the traces when %glr.
f50adbbd
AD
14505 (_AT_CHECK_CALC_ERROR): Also skip `^Stack' lines, coming from
14506 GLR's traces.
14507 (AT_CHECK_CALC_LALR, AT_CHECK_CALC_GLR): New.
14508 Test GLR parsers.
14509 * data/glr.c (YYLEFTMOST_STATE): Fix its value.
14510 (yyltype): Remove the yy prefix from the member names.
14511 (yytable): Complete its comment.
14512 (yygetLRActions): Map error action number from YYTABLE from
14513 YYTABLE_NINF to 0.
14514 (yyisErrorAction): No longer compare YYACTION to YYPACT_NINF
14515 (which was a bug: it should have been YYTABEL_NINF, and yet it was
14516 not satisfying as we could compare an YYACTION computed from
14517 YYDEFACT to YYTABLE_NINF although they are unrelated): 0 is the
14518 only value for error actions.
14519 (yyreportParseError): In verbose parse error messages, don't issue
14520 `error' in the list of expected tokens.
14521 * data/yacc.c (yyparse) <yybackup>: Rewrite the decoding of the
14522 next action to perform to match glr.c's decoding.
14523 (yytable): Complete its comment.
14524
bcbad5b9
PE
145252002-10-13 Paul Eggert <eggert@twinsun.com>
14526
14527 Fix problem reported by Henrik Grubbstroem in
161a71f3 14528 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00098.html>:
bcbad5b9
PE
14529 "nonterm: { $$ = 123; } { $$ = $1; };" was wrongly rejected,
14530 because the Bison parser reads the second action before reducing
14531 the first one.
14532 * src/scan-gram.l (rule_length): New static var.
14533 Use it to keep track of the rule length in the scanner, since
14534 we can't expect the parser to be in lock-step sync with the scanner.
14535 (handle_action_dollar, handle_action_at): Use this var.
14536 * tests/actions.at (Exotic Dollars): Test for the problem.
05846dae 14537
14904b89
PE
145382002-10-12 Paul Eggert <eggert@twinsun.com>
14539
1fe611e5
PE
14540 * lib/timevar.c [! IN_GCC && HAVE_SYS_TIME_H]: Include <sys/time.h>.
14541 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): Check for <sys/time.h>.
14542 Include <sys/time.h> when checking for clock_t and struct tms.
14543 Use same include order as source.
14544 This is for the SunOS 4.1.4 porting bug reported by Peter Klein in
161a71f3 14545 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00016.html>.
05846dae 14546
1fe611e5
PE
14547 * lib/timevar.c: Update copyright date and clarify comments.
14548 (get_time) [IN_GCC]: Keep the GCC version for reference.
05846dae 14549
1fe611e5
PE
14550 * lib/timevar.c, lib/timevar.h, lib/timevar.def: Import
14551 GCC version as of today, then merge Bison's changes.
14552 Change "GCC" to "Bison" in copyright notice. timevar.def's
14553 author is Akim, so change that too.
14554
98194095
PE
14555 * src/reader.c (grammar_current_rule_check):
14556 Don't worry about the default action if $$ is untyped.
14557 Prevents bogus warnings reported by Jim Gifford in
161a71f3 14558 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00015.html>.
98194095 14559
14904b89
PE
14560 * data/c.m4 (b4_token_enum): Do not define YYTOKENTYPE.
14561 * data/glr.c, data/lalr1.cc, data/yacc.c:
14562 Output token definitions before the first part of user declarations.
14563 Fixes compatibility problem reported by Jim Gifford for kbd in
161a71f3 14564 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00014.html>.
14904b89 14565
ff6dca18
PE
145662002-10-11 Paul Eggert <eggert@twinsun.com>
14567
14568 * data/yacc.c (yyreport_parse_error): Remove, putting its body into...
14569 (yyparse): here. This undoes some of the 2002-07-25 change.
14570 Compatibility problem reported by Ralf S. Engelschall with
14571 OSSP cfg <http://www.ossp.org/pkg/lib/cfg/>.
14572
eb714592
AD
145732002-10-11 Akim Demaille <akim@epita.fr>
14574
14575 * tests/regression.at Characters Escapes): New.
14576 * src/scan-gram.l (SC_ESCAPED_CHARACTER): Accept \' in strings and
14577 characters.
14578 Reported by Jan Nieuwenhuizen.
14579
b7195100
AD
145802002-10-11 Akim Demaille <akim@epita.fr>
14581
14582 * po/id.po: New.
14583
f28a0f2d
PE
145842002-10-10 Paul Eggert <eggert@twinsun.com>
14585
14586 Portability fixes for bitsets; this also avoids several GCC
14587 warnings.
14588
14589 * lib/abitset.c: Include <stddef.h>, for offsetof.
14590 * lib/lbitset.c: Likewise.
14591
14592 * lib/abitset.c (abitset_bytes): Return a size that is aligned
14593 properly for vectors of objects. Do not assume that adding a
14594 header size to a multiple of a word size yields a value that is
14595 properly aligned for the whole union.
14596 * lib/bitsetv.c (bitsetv_alloc): Likewise.
14597
14598 * lib/bitset_stats.c (bitset_stats_bytes): Adjust to new,
14599 unique names for structures.
14600 * lib/ebitset.c (ebitset_bytes): Likewise.
14601 * lib/lbitset.c (lbitset_bytes): Likewise.
14602
14603 * lib/abitset.c (abitset_ones, abitset_zero, abitset_empty_p,
14604 abitset_copy1, abitset_not, abitset_equal_p, abitset_subset_p,
14605 abitset_disjoint_p, abitset_and, abitset_and_cmp, abitset_andn,
14606 abitset_andn_cmp, abitset_or, abitset_or_cmp, abitset_xor,
14607 abitset_xor_cmp, abitset_and_or, abitset_and_or_cmp,
14608 abitset_andn_or, abitset_andn_or_cmp, abitset_or_and,
14609 abitset_or_and_cmp, abitset_copy): Supply prototype decls,
14610 to improve the type-checking that GCC can do.
14611 * lib/bitset.c (bitset_op4_cmp): Likewise.
14612 * lib/bitset_stats.c (bitset_stats_count,
14613 bitset_stats_empty_p, bitset_stats_ones, bitset_stats_zero,
14614 bitset_stats_copy, bitset_stats_disjoint_p,
14615 bitset_stats_equal_p, bitset_stats_not, bitset_stats_subset_p,
14616 bitset_stats_and, bitset_stats_and_cmp, bitset_stats_andn,
14617 bitset_stats_andn_cmp, bitset_stats_or, bitset_stats_or_cmp,
14618 bitset_stats_xor, bitset_stats_xor_cmp, bitset_stats_and_or,
14619 bitset_stats_and_or_cmp, bitset_stats_andn_or,
14620 bitset_stats_andn_or_cmp, bitset_stats_or_and,
14621 bitset_stats_or_and_cmp): Likewise.
14622 * lib/lbitset.c (lbitset_and, lbitset_and_cmp, lbitset_andn,
14623 lbitset_andn_cmp, lbitset_or, lbitset_or_cmp, lbitset_xor,
14624 lbitset_xor_cmp, lbitset_empty_p, lbitset_ones, lbitset_not,
14625 lbitset_subset_p, lbitset_disjoint_p, debug_lbitset): Likewise.
14626
14627 * lib/abitset.h: Include bitset.h, not bbitset.h.
14628 * lib/ebitset.h: Likewise.
14629 * lib/lbitset.h: Likewise.
14630
14631 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): New types.
14632 All instances of parameters of type enum bitset_opts are now of
14633 type enum_bitset_opts, to conform to the C Standard, and similarly
14634 for enum_bitset_type.
14635 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
14636 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
14637
14638 Do not use "struct bitset_struct" to mean different things in
14639 different modules. Not only is this confusing, it violates
14640 the C Standard, which requires that structure types in different
14641 modules must be compatible if one is to be passed to the other.
14642 * lib/bbitset.h (bitset): Now points to a union, not to a struct.
14643 All instances of "struct bitset_struct *" replaced with "bitset".
14644 * lib/bitset.h (struct bitset_struct): Remove, replacing with....
14645 (union bitset_union, struct abitset_struct, struct ebitset_struct,
14646 struct lbitset_struct, struct bitset_stats_struct): New types.
14647 All uses of struct bitset_struct changed to union bitset_union,
14648 etc.
ba0fe3c7 14649 * lib/abitset.c (struct abitset_struct, abitset,
f28a0f2d
PE
14650 struct bitset_struct): Remove.
14651 * lib/bitset_stats.c (struct bitset_stats_struct, bitset_stats,
14652 struct bitset_struct): Remove.
14653 * lib/ebitset.c (struct ebitset_struct, ebitset, struct
14654 bitset_struct): Remove.
14655 * lib/lbitset.c (struct lbitset_struct, lbitset, bitset_struct):
14656 Likewise.
14657
14658 Do not call a function of type T using a call that assumes the
14659 function is of a different type U. Standard C requires that a
14660 function must be called with a type that is compatible with its
14661 definition.
14662 * lib/bbitset.h (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
14663 New decls.
14664 * lib/bitset.c (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
14665 New functions.
14666 * lib/ebitset.c (PFV): Remove.
14667 * lib/lbitset.c (PFV): Likewise.
14668 * lib/ebitset.c (ebitset_and, ebitset_andn, ebitset_or,
14669 ebitset_xor, ebitset_copy, ebitset_ones, ebitset_empty_p): New
14670 decls.
14671 (ebitset_and, ebitset_andn, ebitset_or, ebitset_xor): New functions.
14672 (ebitset_vtable): Use them.
14673 * lib/lbitset.c (lbitset_and, lbitset_andn, lbitset_or,
14674 lbitset_xor): New functions.
14675 (lbitset_vtable): Use them.
14676
14677 * lib/bitset.h (bitset_next, bitset_prev, bitset_only_set_p):
14678 Declare.
14679
14680 * lib/bitsetv.c (bitsetv_alloc): Add a cast to (void *) to avoid a
14681 GCC warning.
14682 * lib/lbitset.c (LBITSET_CURRENT1): Likewise.
14683 Use offsetof, for simplicity.
14684
6fbe4984
PE
146852002-10-06 Paul Eggert <eggert@twinsun.com>
14686
14687 * lib/bitset.h (bitset_reset): Do not assume that bitset_word is
14688 the same width as int. This reapplies a hunk of the 2002-08-12 patch
161a71f3 14689 <http://lists.gnu.org/archive/html/bison-patches/2002-08/msg00007.html>,
6fbe4984
PE
14690 which was inadvertently undone by the 2002-09-30 patch.
14691 * lib/lbitset.c (debug_lbitset): Do not assume that bitset_word is
14692 the same width as int.
14693
420f93c8
PE
146942002-10-04 Paul Eggert <eggert@twinsun.com>
14695
14696 Version 1.50.
14697
14698 * configure.ac (AC_INIT), NEWS: Increment version number.
14699
14700 * doc/bison.texinfo: Minor spelling, grammar, and white space
14701 fixes.
14702 (Symbols): Mention that any negative value returned from yylex
14703 signifies end-of-input. Warn about negative chars. Mention
14704 the portable Standard C character set.
14705
14706 The GNU coding standard says CFLAGS and YFLAGS are reserved
14707 for the installer to set.
14708 * lib/Makefile.am (AM_CFLAGS): Renamed from CFLAGS.
14709 * src/Makefile.am (AM_CFLAGS): Likewise.
14710 (AM_YFLAGS): Renamed from YFLAGS.
14711
14712 Fix some MAX and MIN problems.
14713 * src/gram.h (ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.
14714 * src/lalr.h (GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.
14715 * src/symtab.h (SYMBOL_NUMBER_MAX): New macro.
14716 * src/reader.c (reader): Use it.
14717
14718 * tests/regression.at (Braces parsing): Use grep, not fgrep, as
14719 POSIX 1003.1-2001 has removed fgrep.
14720
147212002-10-04 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14722
14723 * lib/bbitset.h (BITSET_WINDEX_MAX): Redefine so that it cannot be
14724 interpreted as signed.
14725 * lib/ebitset.c (ebitset_list): Fix bug.
14726
ff68026d
PE
147272002-10-01 Paul Eggert <eggert@twinsun.com>
14728
14729 More fixes for 64-bit hosts and large bitsets.
14730
14731 * lib/abitset.c (struct abitset_struct.n_bits, abitset_small_list,
14732 abitset_size, abitset_list, abitset_list_reverse, abitset_list):
14733 Use bitset_bindex, not int or unsigned int or size_t, to count bits.
14734 * lib/bbitset.h (struct bitset_vtable.size, struct bitset_vtable.count,
14735 struct bitset_vtable.list, struct bitset_vtable.list_reverse,
14736 bitset_count_, bitset_next, bitset_prev, bitset_first, bitset_last,
14737 bitset_count_): Likewise.
14738 * lib/bitset.h (bitset_iterator.num, bitset_iterator.i,
14739 bitset_first, bitset_last): Likewise.
14740 * lib/bitset_stats.c (bitset_stats_size, bitset_stats_list,
14741 bitset_stats_list_reverse, bitset_stats_size,
14742 bitset_stats_count, bitset_stats_list, bitset_stat_list_reverse):
14743 Likewise.
14744 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
14745 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
14746 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
14747 bitsetv_reflexive_transitive_closure): Likewise.
14748 * lib/bitsetv.h (bitsetv_alloc, bitsetv_create): Likewise.
14749 * lib/ebitset.c (ebitset_size, ebitset_list, ebitset_list_reverse):
14750 Likewise.
14751 * lib/lbitset.c (lbitset_size, lbitset_list, lbitset_list_merge):
14752 Likewise.
420f93c8 14753
ff68026d
PE
14754 * lib/abitset.c (abitset_ones, abitset_zero, abitset_bytes):
14755 Use size_t, not unsigned int, to count bytes.
14756 * lib/abitset.h (abitset_bytes): Likewise.
14757 * lib/bitset.c (bitset_bytes, bitset_alloc, bitset_obstack_alloc):
14758 Likewise.
14759 * lib/bitset.h (bitset_bytes): Likewise.
14760 * lib/bitset_stats.c (bitset_stats_bytes, bitset_stats_init): Likewise.
14761 * lib/bitset_stats.h (bitset_stats_bytes): Likewise.
14762 * lib/bitsetv.c (bitsetv_alloc): Likewise.
14763 * lib/ebitset.c (ebitset_bytes): Likewise.
14764 * lib/ebitset.h (ebitset_bytes): Likewise.
14765 * lib/lbitset.c (lbitset_bytes): Likewise.
14766 * lib/lbitset.h (lbitset_bytes): Likewise.
420f93c8 14767
ff68026d
PE
14768 * lib/abitset.c (abitset_empty_p, abitset_not, abitset_equal_p,
14769 abitset_subset_p, abitset_disjoint_p, abitset_and,
14770 abitset_and_cmp, abitset_andn, abitset_andn_cmp, abitset_or,
14771 abitset_or_cmp, abitset_xor, abitset_xor_cmp, abitset_and_or,
14772 abitset_and_or_cmp, abitset_andn_or, abitset_andn_or_cmp,
14773 abitset_or_and, abitset_or_and_cmp):
14774 Use bitset_windex instead of unsigned int.
14775 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
14776 * lib/ebitset.c (struct ebitset_struct.size, ebitset_elts_grow,
14777 ebitset_elt_add, ebitset_elt_remove, ebitset_weed,
14778 ebitset_elt_find, ebitset_list_reverse, ebitset_list, ebitset_init):
14779 Likewise.
14780 * lib/lbitset.c (lbitset_ones, lbitset_not): Likewise.
420f93c8 14781
ff68026d
PE
14782 * lib/bitset.c (bitset_print):
14783 Use proper printf formats for widths of integer types.
14784 * lib/bitset_stats.c (bitset_percent_histogram_print,
14785 bitset_log_histogram_print, bitset_stats_print_1): Likewise.
14786 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
14787 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
14788 * lib/lbitset.c (lbitset_bytes): Likewise.
420f93c8 14789
ff68026d
PE
14790 * lib/bbitset.h (BITSET_BINDEX_MAX, BITSET_WINDEX_MAX,
14791 BITSET_SIZE_MAX): New macros.
14792 (BITSET_INDEX_MAX): Remove. It wasn't right, since it assumed that
14793 sizeof (bitset_word) == sizeof (bitset_windex). All uses changed
14794 to BITSET_WINDEX_MAX.
14795
14796 * lib/bitset.c (bitset_next, bitset_prev, bitset_first,
14797 bitset_last): Return BITSET_BINDEX_MAX (not -1) for no value,
14798 since we now return the bitset_bindex type (not int).
14799
14800 * lib/bitsetv.c (bitsetv_alloc): Check for arithmetic overflow
14801 when computing sizes.
14802 * lib/ebitset.c (ebitset_elts_grow): Likewise.
14803
14804 * lib/lbitset.c (lbitset_elt_find): Simplify windex calculation
14805 and avoid cast to unsigned.
14806
6aa452a6
AD
148072002-09-30 Akim Demaille <akim@epita.fr>
14808
14809 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
14810 * lib/bitset_stats.c, lib/bitsetv.c, lib/ebitset.c, lib/lbitset.c:
14811 Updates from Michael Hayes.
14812
927f7817
AD
148132002-09-30 Art Haas <ahaas@neosoft.com>
14814
14815 * configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
14816 invocations.
14817 * tests/cxx-type.at (declarator): Don't rely on NDEBUG being not
14818 defined.
14819
9738f41e
AD
148202002-09-27 Akim Demaille <akim@epita.fr>
14821
14822 Version 1.49c.
14823
a5c75d7f
AD
148242002-09-27 Akim Demaille <akim@epita.fr>
14825
14826 * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.
14827 (Because of AC_LIBSOURCE).
14828
8280e179
AD
148292002-09-27 Akim Demaille <akim@epita.fr>
14830
14831 Playing with Autoscan.
14832
14833 * configure.ac: Remove the old LIBOBJ tweaks.
14834 (AC_REPLACE_FUNCS): Add strrchr and strtol.
14835 * lib/strrchr.c: New.
14836 * lib/strtol.c: New, from the Coreutils 4.5.1.
14837
ae64af35
AD
148382002-09-27 Akim Demaille <akim@epita.fr>
14839
14840 Playing with Autoscan.
14841
14842 * m4/prereq.m4 (jm_PREREQ_ARGMATCH, jm_FUNC_ARGMATCH): New.
14843 * lib/Makefile.am (libbison_a_SOURCES): No longer include
14844 argmatch.c and argmatch.h, since they are AC_LIBSOURCE'd.
14845 * lib/strcasecmp.c, lib/strncasecmp.c, lib/memcmp.c: New, from the
14846 Coreutils 4.5.1.
14847
d1a1114f
AD
148482002-09-24 Akim Demaille <akim@epita.fr>
14849
14850 * doc/bison.texinfo (Stack Overflow): xref to Recursion.
14851 (Frequently Asked Questions, Parser Stack Overflow): New.
14852
b906441c
AD
148532002-09-13 Akim Demaille <akim@epita.fr>
14854
14855 Playing with autoscan.
14856
14857 * src/reader.c (get_merge_function): Use xstrdup, not strdup.
14858 * src/files.c (skeleton_find): Remove, unused.
14859 * m4/memcmp.m4: New, from the Coreutils 4.5.1.
14860 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Run jm_FUNC_MEMCMP.
14861
bd701811
AD
148622002-09-13 Akim Demaille <akim@epita.fr>
14863
14864 * configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.6.3.
14865 * Makefile.am (AUTOMAKE_OPTIONS): Don't.
14866
e0a13e7b
AD
148672002-09-13 Akim Demaille <akim@epita.fr>
14868
14869 * configure.ac: Require 2.54.
14870 s/jm_FUNC_MALLOC/AC_FUNC_MALLOC/.
14871 s/jm_FUNC_REALLOC/AC_FUNC_REALLOC/.
14872 * m4/c-bs-a.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/realloc.m4:
14873 Remove, provided by Autoconf macros.
14874
c97011bf
AD
148752002-09-12 Akim Demaille <akim@epita.fr>
14876
14877 * m4/prereq.m4: Update, from Coreutils 4.5.1.
14878
d862b1be
AD
148792002-09-12 Akim Demaille <akim@epita.fr>
14880
14881 * m4/prereq.m4: Update, from Fileutils 4.1.5.
14882 * configure.ac (jm_PREREQ_TEMPNAME): Invoke it.
14883 Reported by Martin Mokrejs.
14884
3d38c03a
AD
148852002-09-10 Akim Demaille <akim@epita.fr>
14886
14887 * src/parse-gram.y: Associate a human readable string to each
14888 token type.
14889 * tests/regression.at (Invalid inputs): Adjust.
14890
b6347355
AD
148912002-09-10 Gary V. Vaughan <gary@gnu.org>
14892
14893 * tests/Makefile.am ($(srcdir)/package.m4): Bison now ships
14894 with an Autoconf-2.5x style configure.ac.
14895
09ba4ab2
PE
148962002-09-06 Paul Eggert <eggert@twinsun.com>
14897
14898 * doc/bison.texinfo (Conditions): Make explicit that the GPL
14899 exception applies only to yacc.c. This is a modification of a
14900 patch originally suggested by Akim Demaille.
14901
21846f69
AD
149022002-09-06 Akim Demaille <akim@epita.fr>
14903
09ba4ab2
PE
14904 * data/c.m4 (b4_copyright): Move the GPL exception comment from
14905 here to...
14906 * data/yacc.c: here.
14907
21846f69
AD
14908 * data/lalr1.cc (struct yyltype): Don't define it, since we use
14909 LocationType.
14910 (b4_ltype): Default to yy::Location from location.hh.
14911
c0ad8bf3
AD
149122002-09-04 Jim Meyering <jim@meyering.net>
14913
14914 * data/yacc.c: Guard the declaration of yytoknum also with
14915 `#ifdef YYPRINT', so it is declared only when used.
14916
3a93251e
AD
149172002-09-04 Akim Demaille <akim@epita.fr>
14918
14919 * configure.in: Rename as...
14920 * configure.ac: this.
14921 Bump to 1.49c.
14922
427c0dda
AD
149232002-09-04 Akim Demaille <akim@epita.fr>
14924
14925 * src/assoc.c, src/closure.c, src/gram.c, src/injections.c,
14926 * src/lalr.c, src/LR0.c, src/relation.c, src/tables.c: Don't
14927 translate maintainer only messages.
14928
6a254321
PE
149292002-08-12 Paul Eggert <eggert@twinsun.com>
14930
645e30d1
PE
14931 Version 1.49b.
14932
6a254321
PE
14933 * Makefile.am (SUBDIRS): Remove intl.
14934 (DISTCLEANFILES): Remove.
14935 * NEWS: Mention that GNU M4 is now required. Clarify what is
14936 meant by "larger grammars". Mention the pt_BR translation.
14937 * configure.in (AC_CHECK_DECLS): Add getenv, getopt.
14938 (AM_GNU_GETTEXT_VERSION): New macro, replacing GETTEXT_VERSION var.
14939 Bump version from 0.11.2 to 0.11.5.
14940 (BISON_PREREQ_STAGE): Remove.
14941 (AM_GNU_GETTEXT): Use external gettext.
14942 (AC_OUTPUT): Remove intl/Makefile.
14943
14944 * config/depcomp, config/install-sh: Sync with Automake 1.6.3.
14945
14946 * data/glr.c: Include string.h, for strlen.
14947 (yyreportParseError): Use size_t for yysize.
14948 (yy_yypstack): No longer nested inside yypstates, as nested
14949 functions are not portable. Do not assume size_t is the
14950 same width as int.
14951 (yypstates): Do not assume that ptrdiff_t is the same width
14952 as int, and similarly for yyposn and YYINDEX.
14953
14954 * data/yacc.c: Fix comment about `$$ = $1': it can copy garbage.
14955
14956 * lib/Makefile.am (INCLUDES): Do not include from the intl
14957 directory, which has been removed.
14958 * src/Makefile.am (INCLUDES): Likewise.
14959
14960 * lib/Makefile.am (libbison_a_SOURCES): Add unlocked-io.h.
14961 (bitsets_sources, additional_bitsets_sources, timevars_sources):
14962 New vars.
14963
14964 * lib/Makefile.am (libbison_a_SOURCES): Avoid +=, a GNU make extension.
14965 * tests/Makefile.am (EXTRA_DIST): Likewise.
14966
14967 * lib/abitset.c (abitset_reverse_list, ebitset_reverse_list):
14968 Do not assume that bitset_windex is the same width as unsigned.
14969
14970 * lib/abitset.c (abitset_unused_clear): Do not assume that
14971 bitset_word is the same width as int.
14972 * lib/bbitset.h (BITSET_INDEX_MAX, BITSET_MSB): Likewise.
14973 * lib/bitset.h (bitset_set, bitset_reset): Likewise.
14974 * lib/bitset_stats.c (bitset_stats_set, bitset_stats_reset): Likewise.
14975 * lib/ebitset.c (ebitset_set, ebitset_reset): Likewise.
14976 * lib/lbitset.c (lbitset_set, lbitset_reset): Likewise.
14977
14978 * lib/abitset.c (abitset_op1): Use -1, not ~0, as memset arg (for
14979 portability to one's complement hosts!).
14980 * lib/ebitset.c (ebitset_op1): Likewise.
14981 * lib/lbitset.c (lbitset_op1): Likewise.
14982
14983 * lib/argmatch.c, lib/quotearg.c, quotearg.h: Sync with GNU tar.
14984 * lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
14985 lib/hash.c, lib/hash.h, lib/strnlen.c, lib/xmalloc.c:
14986 Sync with fileutils.
14987 * lib/error.c, lib/getopt.c, lib/getopt.h, lib/getopt1.c,
14988 lib/gettext.h: Sync with diffutils.
14989
14990 * lib/memrchr.c, lib/mkstemp.c, lib/strchr.c, lib/strnlen.c,
14991 lib/strspn.c, lib/tempname.c: Use GPL, not LGPL.
14992
14993 * lib/obstack.c, lib/obstack.h: Sync with fileutils, except use
14994 PROTOTYPES to check for prototypes, and "defined __STDC__" to
14995 check for void *.
14996
14997 * lib/bbitset.h (BITSET_WORD_BITS): Now of type unsigned, not
14998 size_t; the old version tried to do this but casted improperly.
14999 (bitset_bindex, bitset_windex): Now size_t, not unsigned long.
15000 (bitset_test): Now returns int, not unsigned long.
15001
15002 * lib/bitset_stats.c: Include "gettext.h".
15003 (_): New macro.
15004 (bitset_stats_set, bitset_stats_reset, bitset_stats_test): Don't
15005 name locals "index", as it generates unnecessary warnings on some
15006 hosts that have an "index" function.
15007
15008 * lib/bitset_stats.c (bitset_stats_print_1, bitset_stats_print,
15009 bitset_stats_read, bitset_stats_write): Wrap strings in _() if
15010 they need translation.
15011 * src/LR0.c (state_list_append, new_itemsets, get_state,
15012 append_states, generate_states): Likewise.
15013 * src/assoc.c (assoc_to_string): Likewise.
15014 * src/closure.c (print_closure, set_firsts, closure): Likewise.
15015 * src/gram.c (grammar_dump): Likewise.
15016 * src/injections.c (injections_compute): Likewise.
15017 * src/lalr.c (lookaheads_print): Likewise.
15018 * src/relation.c (relation_transpose): Likewise.
15019 * src/scan-gram.l: Likewise.
15020 * src/tables.c (table_grow, pack_vector): Likewise.
15021
15022 * m4/Makefile.am (EXTRA_DIST): Remove codeset.m4,
15023 glibc21.m4, isc-posix.m4 lcmessage.m4, stage.m4.
15024 * m4/malloc.m4, m4/realloc.m4: Sync with diffutils.
15025 * m4/mbstate_t.m4: Sync with fileutils.
15026 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): AC_MBSTATE_T -> AC_TYPE_MBSTATE_T.
15027
15028 * po/LINGUAS: Add pt_BR.
15029 * po/POTFILES.in: Add src/assoc.c, src/closure.c, src/gram.c,
15030 src/main.c, src/relation.c, src/state.c, lib/bitset_stats.c,
15031 lib/timevar.c.
15032 Use src/parse-gram.y instead of src/parse-gram.c, as the gettext
15033 manual recommends.
15034 Similarly, use src/scan-gram.l instead of src/scan-gram.c.
15035
15036 * src/complain.c (strerror_r): Remove decl; not needed.
15037 (strerror): Use same pattern as ../lib/error.c.
15038
15039 * src/files.c, src/files.h (compute_header_macro): Remove; unused.
15040
15041 * src/gram.c (grammar_dump): Do not assume ptrdiff_t fits in int.
15042
15043 * src/main.c (main): Cast result of bindtextdomain and textdomain
15044 to void, to avoid a GCC warning when --disable-nls is in effect.
15045
15046 * src/scan-gram.l: Use strings rather than escapes when possible,
15047 to minimize the number of warnings from xgettext.
15048 (handle_action_dollar, handle_action_at): Don't use isdigit,
15049 as it mishandles negative chars and it may not work as expected
15050 outside the C locale.
15051
15052 * src/symtab.c (symbol_get): Don't cast LHS of an assignment;
15053 this is a GCC extension and is not portable to other compilers.
15054
15055 * src/system.h (alloca): Use same pattern as ../lib/error.c.
15056 Do not include <ctype.h>; no longer needed.
15057 Do not include <malloc.h>; no longer needed (and generates
15058 warnings on OpenBSD 3.0).
15059
15060 * tests/cxx-type.at (yylex): Do not pass signed char to isupper;
15061 it's not portable.
15062
15063 * tests/regression.at: Do not use 'cc -c input.c -o input';
15064 Sun C rejects this. Instead, use 'cc -c input.c -o input.o'.
15065
15066 * tests/synclines.at (AC_SYNCLINES_COMPILE): Accept any nonzero
15067 exit status as failure, not just exit status 1. Sun C exits
15068 with status 2 sometimes.
15069
15070 * tests/torture.at (AT_INCREASE_DATA_SIZE): New macro.
15071 Use it for the two large tests.
15072
c8f002c7
AD
150732002-08-02 Akim Demaille <akim@epita.fr>
15074
15075 * src/conflicts.c (conflicts_output): Don't output rules never
15076 reduced here, since anyway that computation doesn't work.
15077 * src/gram.h, src/gram.h (rule_filter_t, rule_useful_p)
15078 (rule_useless_p, rule_never_reduced_p): New.
15079 (grammar_rules_partial_print): Use a filter instead of a range.
15080 Display the title only if needed.
15081 (grammar_rules_print): Adjust.
15082 (grammar_rules_never_reduced_report): New.
15083 * src/tables.c (action_row): Move the computation of rules never
15084 reduced to...
15085 (token_actions): here.
15086 * src/main.c (main): Make the parser before making the report, so
15087 that rules never reduced are computed.
15088 Call grammar_rules_never_reduced_report.
15089 * src/print.c (print_results): Report rules never reduced.
15090 * tests/conflicts.at, tests/reduce.at: Adjust.
15091
cd08e51e
AD
150922002-08-01 Akim Demaille <akim@epita.fr>
15093
15094 Instead of attaching lookaheads and duplicating the rules being
15095 reduced by a state, attach the lookaheads to the reductions.
15096
15097 * src/state.h (state_t): Remove the `lookaheads',
15098 `lookaheads_rule' member.
15099 (reductions_t): Add a `lookaheads' member.
15100 Use a regular array for the `rules'.
15101 * src/state.c (reductions_new): Initialize the lookaheads member
15102 to 0.
15103 (state_rule_lookaheads_print): Adjust.
15104 * src/state.h, src/state.c (state_reductions_find): New.
15105 * src/conflicts.c (resolve_sr_conflict, set_conflicts)
15106 (count_rr_conflicts): Adjust.
15107 * src/lalr.c (LArule): Remove.
15108 (add_lookback_edge): Adjust.
15109 (state_lookaheads_count): New.
15110 (states_lookaheads_initialize): Merge into...
15111 (initialize_LA): this.
15112 (lalr_free): Adjust.
15113 * src/main.c (main): Don't free nullable and derives too early: it
15114 is used by --verbose.
15115 * src/print.c, src/print_graph.c, src/tables.c: Adjust.
15116
bb0027a9
AD
151172002-08-01 Akim Demaille <akim@epita.fr>
15118
15119 * src/derives.h, src/derives.c (derives): A `rule_t***' instead of
15120 `rule_number_t**'.
15121 (set_derives, free_derives): Rename as...
15122 (derives_compute, derives_free): this.
15123 Adjust all dependencies.
15124 * src/nullable.c (set_nullable, free_nullable): Rename as...
15125 (nullable_compute, nullable_free): these.
15126 (rule_list_t): Store rule_t *, not rule_number_t.
15127 * src/state.c (state_rule_lookaheads_print): Directly compare rule
15128 pointers, instead of their numbers.
15129 * src/main.c (main): Call nullable_free, and derives_free earlier,
15130 as they were lo longer used.
15131
3325ddc4
AD
151322002-08-01 Akim Demaille <akim@epita.fr>
15133
15134 * lib/timevar.c (get_time): Include children time.
15135 * src/lalr.h (LA, LArule): Don't export them: used with the
15136 state_t.
15137 * src/lalr.c (LA, LArule): Static.
15138 * src/lalr.h, src/lalr.c (lalr_free): New.
15139 * src/main.c (main): Call it.
15140 * src/tables.c (pack_vector): Check whether loc is >= to the
15141 table_size, not >.
15142 (pack_tables): Don't free froms, tos, conflict_tos, and pos...
15143 (tables_generate): do it, since that's also it which allocates
15144 them.
15145 Don't free LA and LArule, main does.
15146
c6f1a33c
AD
151472002-07-31 Akim Demaille <akim@epita.fr>
15148
15149 Separate parser tables computation and output.
15150
15151 * src/output.c (nvectors, base_t, base, base_ninf, conflict_table)
15152 (conflict_list, conflict_list_cnt, table, check, table_ninf)
15153 (yydefgoto, yydefact, high): Move to...
15154 * src/tables.h, src/tables.c: here.
15155 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
15156 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
15157 (symbol_number_to_vector_number, nvectors, BASE_MAX, BASE_MIN)
15158 (froms, tos, conflict_tos, tally, width, action_t, ACTION_MAX)
15159 (ACTION_MIN, actrow, order, nentries, pos, conflrow)
15160 (conflict_list_free, table_size, lowzero, table_grow, conflict_row)
15161 (action_row, save_row, token_actions, save_column, default_goto)
15162 (goto_actions, sort_actions, matching_state, pack_vector)
15163 (table_ninf_remap, pack_table, prepare_actions): Move to...
15164 * src/tables.c: here.
15165 * src/tables.h, src/tables.c(tables_generate, tables_free): New.
15166 * src/output.c (token_actions, output_base, output_conflicts)
15167 (output_check): Merge into...
15168 (prepare_actions): this.
15169 (actions_output): Rename as...
15170 (user_actions_output): this.
15171 * src/main.c (main): Call tables_generate and tables_free.
15172
1509d42f
AD
151732002-07-31 Akim Demaille <akim@epita.fr>
15174
15175 Steal GCC's --time-report support.
15176
15177 * lib/timevar.c, lib/timevar.h, lib/timevar.def: New,
15178 stolen/adjusted from GCC.
15179 * m4/stage.m4: Remove time related checks.
15180 * m4/timevar.m4: New.
15181 * configure.in: Adjust.
15182 * src/system.h: Adjust to using timevar.h.
15183 * src/getargs.h, src/getargs.c: Support trace_time for
15184 --trace=time.
15185 * src/main.c (stage): Remove.
15186 (main): Replace `stage' invocations with timevar calls.
15187 * src/output.c: Insert pertinent timevar calls.
15188
273a74fa
AD
151892002-07-31 Akim Demaille <akim@epita.fr>
15190
15191 Let --trace have arguments.
15192
15193 * src/getargs.h (enum trace_e): New.
15194 * src/getargs.c (trace_args, trace_types, trace_argmatch): New.
15195 (long_options, short_options): --trace/-T takes an optional
15196 argument.
15197 Change all the uses of trace_flag to reflect the new flags.
15198 * tests/sets.at (Firsts, Nullable, Broken Closure): Use --trace=sets.
15199
15200 Strengthen `stage' portability.
15201
15202 * m4/stage.m4 (BISON_PREREQ_STAGE): New.
15203 * configure.in: Use it.
15204 Don't check for malloc.h and sys/times.h.
15205 * src/system.h: Include them when appropriate.
15206 * src/main.c (stage): Compile only when mallinfo, struct mallinfo,
15207 times and struct tms are available.
15208
217598da
AD
152092002-07-30 Akim Demaille <akim@epita.fr>
15210
15211 In verbose parse error message, don't report `error' as an
15212 expected token.
15213 * tests/actions.at (Printers and Destructors): Adjust.
15214 * tests/calc.at (Calculator $1): Adjust.
15215 * data/yacc.c, data/glr.c, data/lalr1.c: When making the verbose
15216 error message, do not report the parser accepts the error token in
15217 that state.
15218
52489d44
AD
152192002-07-30 Akim Demaille <akim@epita.fr>
15220
15221 Normalize conflict related messages.
15222
15223 * src/complain.h, src/complain.c (warn, complain): New.
15224 * src/conflicts.c (conflicts_print): Use them.
15225 (conflict_report_yacc): New, extracted from...
15226 (conflicts_print): here.
15227 * tests/conflicts.at, tests/existing.at: Adjust.
15228
e8832397
AD
152292002-07-30 Akim Demaille <akim@epita.fr>
15230
15231 Report rules which are never reduced by the parser: those hidden
15232 by conflicts.
15233
15234 * src/LR0.c (save_reductions): Don't make the final state too
15235 different: save its reduction (accept) instead of having a state
15236 without any action (no shift or goto, no reduce).
15237 Note: the final state is now a ``regular'' state, i.e., the
15238 parsers now contain `reduce 0' as default reduction.
15239 Nevertheless, since they decide to `accept' when yystate =
15240 final_state, they still will not reduce rule 0.
15241 * src/print.c (print_actions, print_reduction): Adjust.
15242 * src/output.c (action_row): Track reduced rules.
15243 (token_actions): Report rules never reduced.
15244 * tests/conflicts.at, tests/regression.at: Adjust.
15245
caf23d24
AD
152462002-07-30 Akim Demaille <akim@epita.fr>
15247
15248 `stage' was accidently included in a previous patch.
15249 Initiate its autoconfiscation.
15250
15251 * configure.in: Look for malloc.h and sys/times.h.
15252 * src/main.c (stage): Adjust.
15253 Report only when trace_flag.
15254
640748ee
AD
152552002-07-29 Akim Demaille <akim@epita.fr>
15256
15257 * src/state.h, src/state.c (transitions_t): Holds state_t*'s, not
15258 state_number_t.
15259 (errs_t): symbol_t*, not symbol_number_t.
15260 (reductions_t): rule_t*, not rule_number_t.
15261 (FOR_EACH_SHIFT): New.
15262 * src/LR0.c, src/conflicts.c, src/lalr.c, src/output.c
15263 * src/print.c, src/print_graph.c: Adjust.
15264
88bce5a2
AD
152652002-07-29 Akim Demaille <akim@epita.fr>
15266
15267 Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
15268
15269 * src/symtab.h, src/symtab.c (eoftoken, axiom): Rename as...
15270 (endtoken, accept): these.
15271 * src/reader.c (reader): Set endtoken's default tag to "$end".
15272 Set undeftoken's tag to "$undefined" instead of "$undefined.".
15273 * doc/bison.texinfo (Table of Symbols): Mention $accept and $end.
15274 Adjust.
15275
1bfb97db
AD
152762002-07-29 Akim Demaille <akim@epita.fr>
15277
15278 * src/reduce.c (reduce_grammar): When the language is empty,
15279 complain about the start symbol, not the axiom.
15280 Use its location.
15281 * tests/reduce.at (Empty Language): New.
15282
fc5734fe
AD
152832002-07-26 Akim Demaille <akim@epita.fr>
15284
15285 * src/reader.h, src/reader.c (gram_error): ... can't get
15286 yycontrol without making too strong assumptions on the parser
15287 itself.
15288 * src/output.c (prepare_tokens): Use the real 0th value of
15289 token_translations instead of `0'.
15290 * src/parse-gram.y (yyerror): Don't rely on yycontrol being
15291 visible here.
15292 * data/yacc.c (yyreport_parse_error): Rename yylocation as yylloc
15293 for the time being: %locations ought to provide it to yyerror.
15294
3650b4b8
AD
152952002-07-25 Akim Demaille <akim@epita.fr>
15296
15297 * src/output.c (prepare_tokens): Go up to ntokens, not ntokens + 1.
15298 * doc/bison.texinfo (Decl Summary): s/$illegal/$undefined./.
15299 * tests/regression.at (Web2c Actions): Adjust.
15300
4b3d3a8e
AD
153012002-07-25 Akim Demaille <akim@epita.fr>
15302
15303 Stop storing rules from 1 to nrules + 1.
15304
15305 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c, src/lalr.c
15306 * src/nullable.c, src/output.c, src/print.c, src/reader.c
15307 * src/reduce.c: Allocate and free from &rules[0], not &rules[1].
15308 Iterate from 0 to nrules.
15309 Use rule_number_as_item_number and item_number_as_rule_number.
15310 Adjust to `derive' now containing possibly 0.
15311 * src/gram.h (rule_number_as_item_number, item_number_as_rule_number):
15312 Handle the `- 1' part in rule numbers from/to item numbers.
15313 * src/conflicts.c (log_resolution): Fix the message which reversed
15314 shift and reduce.
15315 * src/output.c (action_row): Initialize default_rule to -1.
15316 (token_actions): Adjust.
15317 * tests/sets.at (Nullable, Firsts): Fix the previously bogus
15318 expected output.
15319 * tests/conflicts.at (Resolved SR Conflicts): Likewise.
15320
4a2a22f4
AD
153212002-07-25 Akim Demaille <akim@epita.fr>
15322
15323 * data/c.m4 (b4_c_function, b4_c_ansi_args, b4_c_ansi_arg)
15324 (b4_c_knr_arg_names, b4_c_knr_arg_name, b4_c_knr_arg_decls)
15325 (b4_c_knr_arg_decl): New.
15326 * data/yacc.c: Use it to define yysymprint, yydestruct, and
15327 yyreport_parse_error.
15328
b8df3223
AD
153292002-07-25 Akim Demaille <akim@epita.fr>
15330
15331 * data/yacc.c (yyreport_parse_error): New, extracted from...
15332 (yyparse): here.
15333 (yydestruct, yysymprint): Move above yyparse.
15334 Be K&R compliant.
15335
a762e609
AD
153362002-07-25 Akim Demaille <akim@epita.fr>
15337
15338 * data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for): New,
15339 replace...
15340 (b4_sint_type, b4_uint_type): these.
15341 * data/yacc.c, data/glr.c, data/lalr1.cc: Use b4_int_type_for.
15342 * tests/regression.at (Web2c Actions): Adjust.
15343
12b0043a
AD
153442002-07-25 Akim Demaille <akim@epita.fr>
15345
15346 * src/gram.h (TIEM_NUMBER_MAX): New.
15347 (item_number_of_rule_number, rule_number_of_item_number): Rename
15348 as...
15349 (rule_number_as_item_number, item_number_as_rule_number): these.
15350 Adjust dependencies.
15351 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
15352 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
15353 (symbol_number_to_vector_number): New.
15354 (order): Of vector_number_t* type.
15355 (base_t, BASE_MAX, BASE_MIN): New.
15356 (froms, tos, width, pos, check): Of base_t type.
15357 (action_number_t, ACTION_MIN, ACTION_MAX): New.
15358 (actrow): Of action_number_t type.
15359 (conflrow): Of unsigned int type.
15360 (table_ninf, base_ninf): New.
15361 (GENERATE_MUSCLE_INSERT_TABLE): Also output the `*_min' value.
15362 (muscle_insert_int_table, muscle_insert_base_table)
15363 (muscle_insert_rule_number_table): New.
15364 (prepare_tokens): Output `toknum' as int_table.
15365 (action_row): Returns a rule_number_t.
15366 Use ACTION_MIN, not SHRT_MIN.
15367 (token_actions): yydefact is rule_number_t*.
15368 (table_ninf_remap): New.
15369 (pack_table): Use it for `base' and `table'.
15370 * data/yacc.c, data/glr.c, data/lalr1.cc (YYFLAG): Remove,
15371 replaced with...
15372 (YYPACT_NINF, YYTABLE_NINF): these.
15373 (yypact, yytable): Compute their types instead of hard-coded
15374 `short'.
15375 * tests/regression.at (Web2c Actions): Adjust.
15376
5dde258a
AD
153772002-07-19 Akim Demaille <akim@epita.fr>
15378
15379 * src/scan-gram.l (id): Can start with an underscore.
15380
a945ec39
AD
153812002-07-16 Akim Demaille <akim@epita.fr>
15382
15383 * src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string): New.
15384 Adjust all former `associativity' dependencies.
15385 * src/symtab.c (symbol_new): Default associativity is `undef', not
15386 `right'.
15387 (symbol_check_alias_consistence): Adjust.
15388
fae437e8
AD
153892002-07-09 Akim Demaille <akim@epita.fr>
15390
15391 * doc/bison.texinfo: Properly set the ``header'' part.
15392 Use @dircategory ``GNU programming tools'' as per Texinfo's
15393 documentation.
15394 Use @copying.
15395
1a715ef2
AD
153962002-07-09 Akim Demaille <akim@epita.fr>
15397
15398 * lib/quotearg.h: Protect against multiple inclusions.
15399 * src/location.h (location_t): Add a `file' member.
15400 (LOCATION_RESET, LOCATION_PRINT): Adjust.
15401 * src/complain.c (warn_at, complain_at, fatal_at): Drop
15402 `error_one_per_line' support.
15403
a5d50994
AD
154042002-07-09 Akim Demaille <akim@epita.fr>
15405
15406 * src/complain.h, src/complain.c (warn, complain): Remove, unused.
15407 * src/reader.c (lineno): Remove.
15408 Adjust all dependencies.
15409 (get_merge_function): Take a location and use complain_at.
15410 * src/symtab.h, src/symtab.c (symbol_make_alias): Likewise.
15411 * tests/regression.at (Invalid inputs, Mixing %token styles):
15412 Adjust.
15413
b275314e
AD
154142002-07-09 Akim Demaille <akim@epita.fr>
15415
15416 * src/parse-gram.y (rules_or_grammar_declaration): Add an error
15417 recovery rule, and forbid extensions when --yacc.
15418 (gram_error): Use complain_at.
15419 * src/reader.c (reader): Exit if there were parse errors.
15420
865b9df1
AD
154212002-07-09 Akim Demaille <akim@epita.fr>
15422
15423 * tests/synclines.at (AT_SYNCLINES_COMPILE): New.
15424 (AT_TEST_SYNCLINE): Adjust to unusual GCC outputs.
15425 Reported by R Blake <blakers@mac.com>.
15426
c76e14da
AD
154272002-07-09 Akim Demaille <akim@epita.fr>
15428
15429 * data/yacc.c: Output the copyright notive in the header.
15430
7db2ed2d
AD
154312002-07-03 Akim Demaille <akim@epita.fr>
15432
15433 * src/output.c (froms, tos): Are state_number_t.
15434 (save_column): sp, sp1, and sp2 are state_number_t.
15435 (prepare): Rename `final' as `final_state_number', `nnts' as
15436 `nterms_number', `nrules' as `rules_number', `nstates' as
15437 `states_number', and `ntokens' as `tokens_number'. Remove `nsym',
15438 unused.
15439 * data/yacc.c, data/glr.c, data/lalr1.cc: Adjust.
15440 * data/lalr1.cc (nsym_): Remove, unused.
15441
e68e0410
AD
154422002-07-03 Akim Demaille <akim@epita.fr>
15443
15444 * src/lalr.h, src/lalr.c (goto_number_t): New.
15445 * src/lalr.c (goto_list_t): New.
15446 Propagate them.
15447 * src/nullable.c (rule_list_t): New.
15448 Propagate.
15449 * src/types.h: Remove.
15450
e1a4f3a4
AD
154512002-07-03 Akim Demaille <akim@epita.fr>
15452
15453 * src/closure.c (print_fderives): Use rule_rhs_print.
15454 * src/derives.c (print_derives): Use rule_rhs_print.
15455 (rule_list_t): New, replaces `shorts'.
15456 (set_derives): Add comments.
15457 * tests/sets.at (Nullable, Firsts): Adjust.
15458
536545f3
AD
154592002-07-03 Akim Demaille <akim@epita.fr>
15460
15461 * src/output.c (prepare_actions): Free `tally' and `width'.
15462 (prepare_actions): Allocate and free `order'.
15463 * src/symtab.c (symbols_free): Free `symbols'.
15464 * src/scan-gram.l (scanner_free): Clear Flex's scanners memory.
15465 * src/output.c (m4_invoke): Move to...
15466 * src/scan-skel.l: here.
15467 (<<EOF>>): Close yyout, and free its name.
15468
8b752b00
AD
154692002-07-03 Akim Demaille <akim@epita.fr>
15470
15471 Fix some memory leaks, and fix a bug: state 0 was examined twice.
15472
15473 * src/LR0.c (new_state): Merge into...
15474 (state_list_append): this.
15475 (new_states): Merge into...
15476 (generate_states): here.
15477 (set_states): Don't ensure a proper `errs' state member here, do it...
15478 * src/conflicts.c (conflicts_solve): here.
15479 * src/state.h, src/state.c: Comment changes.
15480 (state_t): Rename member `shifts' as `transitions'.
15481 Adjust all dependencies.
15482 (errs_new): For consistency, also take the values as argument.
15483 (errs_dup): Remove.
15484 (state_errs_set): New.
15485 (state_reductions_set, state_transitions_set): Assert that no
15486 previous value was assigned.
15487 (state_free): New.
15488 (states_free): Use it.
15489 * src/conflicts.c (resolve_sr_conflict): Don't use an `errs_t' as
15490 temporary storage: use `errs' and `nerrs' as elsewhere.
15491 (set_conflicts): Allocate and free this `errs'.
15492
613f5e1a
AD
154932002-07-02 Akim Demaille <akim@epita.fr>
15494
15495 * lib/libiberty.h: New.
15496 * lib: Update the bitset implementation from upstream.
15497 * src/closure.c, src/lalr.c, src/output.c, src/print_graph.c,
15498 * src/state.c: Use BITSET_FOR_EACH, not BITSET_EXECUTE.
15499 * src/main.c: Adjust bitset stats calls.
15500
26e0cadc
PE
155012002-07-01 Paul Eggert <eggert@twinsun.com>
15502
15503 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>): Convert to unsigned
15504 char, so that negative chars don't collide with $.
15505
1154cced
AD
155062002-06-30 Akim Demaille <akim@epita.fr>
15507
15508 Have the GLR tests be `warning' checked, and fix the warnings.
15509
15510 * data/glr.c (YYFPRINTF): Always define it, not only when YYDEBUG
15511 (yyuserAction, yyreportAmbiguity): `Use' all the arguments.
15512 (yyremoveDeletes): `yyi' and `yyj' are size_t.
15513 Use YYFPRINTF when under if (YYDEBUG) to avoid empty `if' bodies.
15514 (yyaddDeferredAction): static.
15515 (yyglrReduce): yyi, yyk, amd yyposn are size_t.
15516 (yyreportParseError): yyprefix is const.
15517 yytokenp is used only when verbose.
15518 (yy__GNUC__): Replace with __GNUC__.
15519 (yypdumpstack): yyi is size_t.
15520 (yypreference): Un-yy local variables and arguments, to avoid
15521 clashes with `yyr1'. Anyway, we are not in the user name space.
15522 (yytname_size): be an int, as is compared with ints.
15523 * tests/testsuite.at (AT_COMPILE, AT_PARSER_CHECK): New.
15524 Use them.
15525 * tests/cxx-gram.at: Use quotation to protect $1.
15526 Use AT_COMPILE to enable warnings hunts.
15527 Prototype yylex and yyerror.
15528 `Use' argc.
15529 Include `string.h', not `strings.h'.
15530 Produce and prototype stmtMerge only when used.
15531 yylex takes a location.
15532
97650f4e
AD
155332002-06-30 Akim Demaille <akim@epita.fr>
15534
15535 We spend a lot of time in quotearg, in particular when --verbose.
15536
15537 * src/symtab.c (symbol_get): Store a quoted version of the key.
15538 (symbol_tag_get, symbol_tag_get_n, symbol_tag_print): Remove.
15539 Adjust all callers.
15540
d2576365
AD
155412002-06-30 Akim Demaille <akim@epita.fr>
15542
15543 * src/state.h (reductions_t): Rename member `nreds' as num.
15544 (errs_t): Rename members `nerrs' and `errs' as `num' and `symbols'.
15545 * src/state.c (ERRS_ALLOC, REDUCTIONS_ALLOC): Use the correct types.
15546
ccaf65bc
AD
155472002-06-30 Akim Demaille <akim@epita.fr>
15548
15549 * src/state.h, src/state.c (shift_t, SHIFT_SYMBOL, SHIFT_IS_SHIFT)
15550 (SHIFT_IS_GOTO, SHIFT_IS_ERROR, SHIFT_DISABLE, SHIFT_IS_DISABLED)
15551 (shifts_to): Rename as...
15552 (transition_t, TRANSITION_SYMBOL, TRANSITION_IS_TRANSITION)
15553 (TRANSITION_IS_GOTO, TRANSITION_IS_ERROR, TRANSITION_DISABLE)
15554 (TRANSITION_IS_DISABLED, transitions_to): these.
15555
87675353
AD
155562002-06-30 Akim Demaille <akim@epita.fr>
15557
15558 * src/print.c (print_shifts, print_gotos): Merge into...
15559 (print_transitions): this.
15560 (print_transitions, print_errs, print_reductions): Align the
15561 lookaheads columns.
15562 (print_core, print_transitions, print_errs, print_state,
15563 print_grammar): Output empty lines separator before, not after.
15564 (state_default_rule_compute): Rename as...
15565 (state_default_rule): this.
15566 * tests/conflicts.at (Defaulted Conflicted Reduction),
15567 (Unresolved SR Conflicts, Resolved SR Conflicts): Adjust.
15568 * tests/regression.at (Rule Line Numbers, Web2c Report): Adjust.
15569
ce4ccb4b
AD
155702002-06-30 Akim Demaille <akim@epita.fr>
15571
15572 Display items as we display rules.
15573
15574 * src/gram.h, src/gram.c (rule_lhs_print): New.
15575 * src/gram.c (grammar_rules_partial_print): Use it.
15576 * src/print.c (print_core): Likewise.
15577 * tests/conflicts.at (Defaulted Conflicted Reduction),
15578 (Unresolved SR Conflicts): Adjust.
15579 (Unresolved SR Conflicts): Adjust and rename as...
15580 (Resolved SR Conflicts): this, as was meant.
15581 * tests/regression.at (Web2c Report): Adjust.
15582
bc933ef1
AD
155832002-06-30 Akim Demaille <akim@epita.fr>
15584
15585 * src/print.c (state_default_rule_compute): New, extracted from...
15586 (print_reductions): here.
15587 Pessimize, but clarify the code.
15588 * tests/conflicts.at (Defaulted Conflicted Reduction): New.
15589
53d4308d
AD
155902002-06-30 Akim Demaille <akim@epita.fr>
15591
15592 * src/output.c (action_row): Let default_rule be always a rule
15593 number.
15594
574fb2d5
AD
155952002-06-30 Akim Demaille <akim@epita.fr>
15596
15597 * src/closure.c (print_firsts, print_fderives, closure):
15598 Use BITSET_EXECUTE.
15599 * src/lalr.c (lookaheads_print): Likewise.
15600 * src/state.c (state_rule_lookaheads_print): Likewise.
15601 * src/print_graph.c (print_core): Likewise.
15602 * src/print.c (print_reductions): Likewise.
15603 * src/output.c (action_row): Likewise.
15604 Use SHIFT_IS_DISABLED, SHIFT_IS_SHIFT and SHIFT_SYMBOL.
15605
05811fd7
AD
156062002-06-30 Akim Demaille <akim@epita.fr>
15607
15608 * src/print_graph.c: Use report_flag.
15609
0e4d5753
AD
156102002-06-30 Akim Demaille <akim@epita.fr>
15611
15612 * src/lalr.c (traverse, digraph, matrix_print, transpose): Move
15613 to...
15614 * src/relation.h, src/relation.c (traverse, relation_digraph)
15615 (relation_print, relation_transpose): New.
15616
24c7d800
AD
156172002-06-30 Akim Demaille <akim@epita.fr>
15618
15619 * src/state.h, src/state.c (shifts_to): New.
15620 * src/lalr.c (build_relations): Use it.
15621
9222837b
AD
156222002-06-30 Akim Demaille <akim@epita.fr>
15623
15624 * src/gram.h (rule_number_t, RULE_NUMBER_MAX, int_of_rule_number)
15625 (item_number_of_rule_number, rule_number_of_item_number): New.
15626 * src/LR0.c, src/closure.c, src/derives.c, src/derives.h,
15627 * src/gram.c, src/lalr.c, src/nullable.c, src/output.c, src/print.c,
15628 * src/print_graph.c, src/reader.c, src/reduce.c, src/reduce.h:
15629 Propagate their use.
15630 Much remains to be done, in particular wrt `shorts' from types.h.
15631
260008e5
AD
156322002-06-30 Akim Demaille <akim@epita.fr>
15633
15634 * src/symtab.c (symbol_new): Initialize the `printer' member.
15635
8a731ca8
AD
156362002-06-30 Akim Demaille <akim@epita.fr>
15637
15638 * src/LR0.c (save_reductions): Remove, replaced by...
15639 * src/state.h, src/state.c (state_reductions_set): New.
15640 (reductions, errs): Rename as...
15641 (reductions_t, errs_t): these.
15642 Adjust all dependencies.
15643
32e1e0a4
AD
156442002-06-30 Akim Demaille <akim@epita.fr>
15645
15646 * src/LR0.c (state_list_t, state_list_append): New.
15647 (first_state, last_state): Now symbol_list_t.
15648 (this_state): Remove.
15649 (new_itemsets, append_states, save_reductions): Take a state_t as
15650 argument.
15651 (set_states, generate_states): Adjust.
15652 (save_shifts): Remove, replaced by...
15653 * src/state.h, src/state.c (state_shifts_set): New.
15654 (shifts): Rename as...
15655 (shifts_t): this.
15656 Adjust all dependencies.
15657 * src/state.h (state_t): Remove the `next' member.
15658
e5fb6710
AD
156592002-06-30 Akim Demaille <akim@epita.fr>
15660
15661 * src/vcg.c (quote): Use slot 2, since we often pass symbol tag
15662 escaped in slot 0.
15663
c7ca99d4
AD
156642002-06-30 Akim Demaille <akim@epita.fr>
15665
15666 Use hash.h for the state hash table.
15667
15668 * src/LR0.c (STATE_HASH_SIZE, state_hash): Remove.
15669 (allocate_storage): Use state_hash_new.
15670 (free_storage): Use state_hash_free.
15671 (new_state, get_state): Adjust.
15672 * src/lalr.h, src/lalr.c (states): Move to...
15673 * src/states.h (state_t): Remove the `link' member, no longer
15674 used.
15675 * src/states.h, src/states.c: here.
15676 (state_hash_new, state_hash_free, state_hash_lookup)
15677 (state_hash_insert, states_free): New.
15678 * src/states.c (state_table, state_compare, state_hash): New.
15679 * src/output.c (output_actions): Do not free states now, since we
15680 still need to know the final_state number in `prepare', called
15681 afterwards. Do it...
15682 * src/main.c (main): here: call states_free after `output'.
15683
df0e7316
AD
156842002-06-30 Akim Demaille <akim@epita.fr>
15685
15686 * src/state.h, src/state.c (state_new): New, extracted from...
15687 * src/LR0.c (new_state): here.
15688 * src/state.h (STATE_ALLOC): Move to...
15689 * src/state.c: here.
15690 * src/LR0.h, src/LR0.c (nstates, final_state): Move to...
15691 * src/state.h, src/state.c: here.
15692
39f41916
AD
156932002-06-30 Akim Demaille <akim@epita.fr>
15694
15695 * src/reader.c (gensym): Rename as...
15696 * src/symtab.h, src/symtab.c (dummy_symbol_get): this.
15697 (getsym): Rename as...
15698 (symbol_get): this.
15699
d57650a5
AD
157002002-06-30 Akim Demaille <akim@epita.fr>
15701
15702 * src/state.h (state_number_t, STATE_NUMBER_MAX): New.
15703 * src/LR0.c, src/LR0.h, src/conflicts.c, src/lalr.c, src/lalr.h,
15704 * src/output.c, src/print.c, src/print_graph.c: Propagate.
15705 * src/LR0.h, src/LR0.h (final_state): Is a state_t*.
15706
5a08f1ce
AD
157072002-06-30 Akim Demaille <akim@epita.fr>
15708
15709 Make the test suite pass with warnings checked.
15710
15711 * tests/actions.at (Printers and Destructors): Improve.
15712 Avoid unsigned vs. signed issues.
15713 * tests/calc.at: Don't exercise the scanner here, do it...
15714 * tests/input.at (Torturing the Scanner): here.
15715
720623af
PH
157162002-06-28 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15717
88e7e941 15718 * data/glr.c: Correct typo in Emacs-mode directive. Slightly
720623af
PH
15719 reorganize first lines parallel to yacc.c.
15720
fb8135fa
AD
157212002-06-28 Akim Demaille <akim@epita.fr>
15722
15723 * data/c.m4 (b4_copyright, b4_sint_type, b4_uint_type, b4_token_define)
15724 (b4_token_enum, b4_token_defines): New, factored from...
15725 * data/lalr1.cc, data/yacc.c, glr.c: here.
15726
41442480
AD
157272002-06-28 Akim Demaille <akim@epita.fr>
15728
15729 * data/yacc.c (yydestruct, yysymprint): Pacify GCC warnings for
15730 unused variables.
15731 * src/output.c (merger_output): static.
15732
e0e5bf84
AD
157332002-06-28 Akim Demaille <akim@epita.fr>
15734
ba0fe3c7 15735 * src/reader.h: s/grammer_current_rule_merge_set/grammar_.../.
e0e5bf84
AD
15736 * src/conflicts.c (conflicts_total_count): `i' is unsigned, to
15737 pacify GCC.
15738 * src/output.c (save_row): Initialize all the variables to pacify GCC.
e0e5bf84 15739
676385e2
PH
157402002-06-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15741
15742 Accumulated changelog for new GLR parsing features.
15743
6a254321 15744 * src/conflicts.c (count_total_conflicts): Change name to
676385e2
PH
15745 conflicts_total_count.
15746 * src/conflicts.h: Ditto.
15747 * src/output.c (token_actions): Use the new name.
15748 (output_conflicts): Change conflp => conflict_list_heads, and
15749 confl => conflict_list for better readability.
15750 * data/glr.c: Use the new names.
15751 * NEWS: Add self to GLR announcement.
e0e5bf84 15752
676385e2
PH
15753 * src/reader.c (free_merger_functions): Cleanup: XFREE->free.
15754
15755 * doc/bison.texinfo (GLR Parsers): Make corrections suggested by
15756 Akim Demaille.
15757
15758 * data/bison.glr: Change name to glr.c
15759 * data/glr.c: Renamed from bison.glr.
15760 * data/Makefile.am: Add glr.c
e0e5bf84
AD
15761
15762 * src/getargs.c:
15763
676385e2 15764 * src/symlist.h: Add dprec and merger fields to symbol_list_s.
ba0fe3c7 15765 * src/symlist.c (symbol_list_new): Initialize dprec and merger fields.
e0e5bf84 15766
676385e2
PH
15767 Originally 2002-06-16 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15768
15769 * data/bison.glr: Be sure to restore the
15770 current #line when returning to the skeleton contents after having
15771 exposed the input file's #line.
15772
15773 Originally 2002-06-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15774
15775 * data/bison.glr: Bring up to date with changes to bison.simple.
15776
15777 Originally 2002-06-03 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15778
15779 * data/bison.glr: Correct definitions that use b4_prefix.
15780 Various reformatting.
15781 (GLRStack): Make yychar (in YYPURE case) and yytokenp as part of stack.
15782 (yyreportParseError, yyrecoverParseError, yyprocessOneStack): remove
15783 yytokenp argument; now part of stack.
15784 (yychar): Define to behave as documented.
15785 (yyclearin): Ditto.
e0e5bf84 15786
676385e2
PH
15787 Originally 2002-05-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15788
15789 * src/reader.h: Add declaration for free_merger_functions.
15790
15791 * src/reader.c (merge_functions): New variable.
15792 (get_merge_function): New function.
15793 (free_merger_functions): New function.
15794 (readgram): Check for %prec that is not followed by a symbol.
15795 Handle %dprec and %merge declarations.
15796 (packgram): Initialize dprec and merger fields in rules array.
15797
15798 * src/output.c (conflict_tos, conflrow, conflict_table, conflict_list,
15799 conflict_list_cnt, conflict_list_free): New variables.
15800 (table_grow): Also grow conflict_table.
e0e5bf84 15801 (prepare_rules): Output dprec and merger tables.
676385e2 15802 (conflict_row): New function.
e0e5bf84 15803 (action_row): Output conflict lists for GLR parser. Don't use
676385e2
PH
15804 default reduction in conflicted states for GLR parser so that there
15805 are spaces for the conflict lists.
15806 (save_row): Also save conflict information.
15807 (token_actions): Allocate conflict list.
15808 (merger_output): New function.
15809 (pack_vector): Pack conflict table, too.
15810 (output_conflicts): New function to output yyconflp and yyconfl.
15811 (output_check): Allocate conflict_tos.
15812 (output_actions): Output conflict tables, also.
15813 (output_skeleton): Output b4_mergers definition.
15814 (prepare): Output b4_max_rhs_length definition.
15815 Use 'bison.glr' as default skeleton for GLR parsers.
15816
15817 * src/gram.c (glr_parser): New flag.
15818 (grammar_free): Call free_merger_functions.
15819
15820 * src/conflicts.c (count_rr_conflicts): Augment to optionally count
15821 all pairs of conflicting reductions, rather than just all tokens
15822 causing conflicts. Needed to size conflict tables.
e0e5bf84 15823 (conflicts_output): Modify call to count_rr_conflicts for new
676385e2
PH
15824 interface.
15825 (conflicts_print): Ditto.
15826 (count_total_conflicts): New function.
15827
15828 * src/reader.h (merger_list): New type.
15829 (merge_functions): New variable.
15830
15831 * src/lex.h (tok_dprec, tok_merge): New token types.
15832
15833 * src/gram.h (rule_s): Add dprec and merger fields.
15834 (glr_parser): New flag.
15835
15836 * src/conflicts.h (count_total_conflicts): New function.
15837
15838 * src/options.c (option_table): Add %dprec, %merge, and %glr-parser.
15839
15840 * doc/bison.texinfo (Generalized LR Parsing): New section.
15841 (GLR Parsers): New section.
15842 (Language and Grammar): Mention GLR parsing.
15843 (Table of Symbols): Add %dprec, %glr-parser, %merge, GLR
15844 Correct typo ("tge" -> "the").
15845
15846 * data/bison.glr: New skeleton for GLR parsing.
15847
15848 * tests/cxx-gram.at: New tests for GLR parsing.
15849
15850 * tests/testsuite.at: Include cxx-gram.at.
15851
15852 * tests/Makefile.am: Add cxx-gram.at.
e0e5bf84 15853
676385e2
PH
15854 * src/parse-gram.y:
15855
15856 * src/scan-gram.l: Add %dprec, %glr-parser, %merge.
15857
15858 * src/parse-gram.y: Grammar for %dprec, %merge, %glr-parser.
e0e5bf84 15859
b5480d74 158602002-06-27 Akim Demaille <akim@epita.fr>
e2aaf4c4
AD
15861
15862 * src/options.h, src/options.c: Remove.
15863 * src/getargs.c (short_options, long_options): New.
15864
60491a94
AD
158652002-06-27 Akim Demaille <akim@epita.fr>
15866
15867 * data/bison.simple, data/bison.c++: Rename as...
15868 * data/yacc.c, data/lalr1.cc: these.
15869 * doc/bison.texinfo (Environment Variables): Remove.
15870
9be0c25b
AD
158712002-06-25 Raja R Harinath <harinath@cs.umn.edu>
15872
15873 * src/getargs.c (report_argmatch): Initialize strtok().
15874
1ae72863
AD
158752002-06-20 Akim Demaille <akim@epita.fr>
15876
15877 * data/bison.simple (b4_symbol_actions): New, replaces...
15878 (b4_symbol_destructor, b4_symbol_printer): these.
15879 (yysymprint): Be sure to call YYPRINT only for tokens, and using
15880 user token numbers.
15881
87542d29
AD
158822002-06-20 Akim Demaille <akim@epita.fr>
15883
15884 * data/bison.simple (yydestructor): Rename as...
15885 (yydestruct): this.
15886
1a31ed21
AD
158872002-06-20 Akim Demaille <akim@epita.fr>
15888
15889 * src/symtab.h, src/symtab.c (symbol_type_set)
15890 (symbol_destructor_set, symbol_precedence_set): The location is
15891 the last argument.
15892 Adjust all callers.
15893
e776192e
AD
158942002-06-20 Akim Demaille <akim@epita.fr>
15895
15896 * src/parse-gram.y (YYPRINT, yyprint): Don't mess with the parser
15897 internals.
15898 * src/reader.h, src/reader.c (grammar_current_rule_prec_set):
15899 Takes a location.
15900 * src/symtab.h, src/symtab.c (symbol_class_set)
15901 (symbol_user_token_number_set): Likewise.
15902 Adjust all callers.
15903 Promote complain_at.
15904 * tests/input.at (Type Clashes): Adjust.
15905
5c1180b3
AD
159062002-06-20 Akim Demaille <akim@epita.fr>
15907
15908 * data/bison.simple (YYLEX): Fix the declaration when
15909 %pure-parser.
15910
e3170060
AD
159112002-06-20 Akim Demaille <akim@epita.fr>
15912
15913 * data/bison.simple (yysymprint): Don't print the token number,
15914 just its name.
15915 * tests/actions.at (Destructors): Rename as...
15916 (Printers and Destructors): this.
15917 Also exercise %printer.
15918
253862fd
AD
159192002-06-20 Akim Demaille <akim@epita.fr>
15920
15921 * data/bison.simple (YYDSYMPRINT): New.
15922 Use it to remove many of the #if YYDEBUG/if (yydebug).
15923
366eea36
AD
159242002-06-20 Akim Demaille <akim@epita.fr>
15925
15926 * src/symtab.h, src/symtab.c (symbol_t): printer and
15927 printer_location are new members.
15928 (symbol_printer_set): New.
15929 * src/parse-gram.y (PERCENT_PRINTER): New token.
15930 Handle its associated rule.
15931 * src/scan-gram.l: Adjust.
15932 (handle_destructor_at, handle_destructor_dollar): Rename as...
15933 (handle_symbol_code_at, handle_symbol_code_dollar): these.
15934 * src/output.c (symbol_printers_output): New.
15935 (output_skeleton): Call it.
15936 * data/bison.simple (yysymprint): New. Cannot be named yyprint
15937 since there are already many grammar files with a user `yyprint'.
15938 Replace the calls to YYPRINT to calls to yysymprint.
15939 * tests/calc.at: Adjust.
15940 * tests/torture.at (AT_DATA_STACK_TORTURE): Remove YYPRINT: it was
15941 taking advantage of parser very internal details (stack size!).
15942
4f25ebb0
AD
159432002-06-20 Akim Demaille <akim@epita.fr>
15944
15945 * src/scan-gram.l: Complete the scanner with the missing patterns
15946 to pacify Flex.
15947 Use `quote' and `symbol_tag_get' where appropriate.
15948
93b68a0e
AD
159492002-06-19 Akim Demaille <akim@epita.fr>
15950
15951 * tests/actions.at (Destructors): Augment to test locations.
15952 * data/bison.simple (yydestructor): Pass it the current location
15953 if locations are enabled.
15954 Prototype only when __STDC__ or C++.
15955 Change the argument names to move into the yy name space: there is
15956 user code here.
15957
58612f1d
AD
159582002-06-19 Akim Demaille <akim@epita.fr>
15959
74310291
AD
15960 * data/bison.simple (b4_pure_if): New.
15961 Use it instead of #ifdef YYPURE.
15962
159632002-06-19 Akim Demaille <akim@epita.fr>
15964
15965 * data/bison.simple (b4_location_if): New.
58612f1d
AD
15966 Use it instead of #ifdef YYLSP_NEEDED.
15967
f25bfb75
AD
159682002-06-19 Akim Demaille <akim@epita.fr>
15969
15970 Prepare @$ in %destructor, but currently don't bind it in the
15971 skeleton, as %location use is not cleaned up yet.
15972
15973 * src/scan-gram.l (handle_dollar, handle_destructor_at)
15974 (handle_action_at): New.
15975 (handle_at, handle_action_dollar, handle_destructor_dollar): Take
15976 a braced_code_t and a location as additional arguments.
15977 (handle_destructor_dollar): Instead of requiring `b4_eval', just
15978 unquote one when outputting `b4_dollar_dollar'.
15979 Adjust callers.
15980 * data/bison.simple (b4_eval): Remove.
15981 (b4_symbol_destructor): Adjust.
15982 * tests/input.at (Invalid @n): Adjust.
15983
c732d2c6
AD
159842002-06-19 Zack Weinberg <zack@codesourcery.com>
15985
15986 * doc/bison.texinfo: Document ability to have multiple
15987 prologue sections.
15988
8c165d89
AD
159892002-06-18 Akim Demaille <akim@epita.fr>
15990
15991 * src/files.c (compute_base_names): When computing the output file
15992 names from the input file name, strip the directory part.
15993
ca98bf57
AD
159942002-06-18 Akim Demaille <akim@epita.fr>
15995
15996 * data/bison.simple.new: Comment changes.
15997 Reported by Andreas Schwab.
15998
0bfb02ff
AD
159992002-06-18 Matt Kraai <kraai@alumni.cmu.edu>
16000
16001 * data/bison.simple (yyoverflowlab): #ifndef yyoverflow, so that
16002 there are no `label `yyoverflowlab' defined but not used' warnings
16003 when yyoverflow is defined.
16004
24c0aad7
AD
160052002-06-18 Akim Demaille <akim@epita.fr>
16006
16007 * src/symtab.h, src/symtab.c (symbol_t): destructor_location is a
16008 new member.
16009 (symbol_destructor_set): Adjust.
16010 * src/output.c (symbol_destructors_output): Output the destructor
16011 locations.
16012 Output the symbol name.
16013 * data/bison.simple (b4_symbol_destructor): Adjust.
16014
5719c109
AD
160152002-06-18 Cris Bailiff <c.bailiff@awayweb.com>
16016 and Akim Demaille <akim@epita.fr>
16017
16018 * data/bison.simple.new (yyerrlab1): Be sure to pop and destroy
16019 what's left on the stack when the error recovery hits EOF.
16020 * tests/actions.at (Destructors): Complete to exercise this case.
16021
9280d3ef
AD
160222002-06-17 Akim Demaille <akim@epita.fr>
16023
16024 * data/m4sugar/m4sugar.m4 (m4_map): Recognize when the list of
16025 arguments is really empty, not only equal to `[]'.
16026 * src/symtab.h, src/symtab.c (symbol_t): `destructor' is a new
16027 member.
16028 (symbol_destructor_set): New.
16029 * src/output.c (symbol_destructors_output): New.
16030 * src/reader.h (brace_code_t, current_braced_code): New.
16031 * src/scan-gram.l (BRACED_CODE): Use it to branch on...
16032 (handle_dollar): Rename as...
16033 (handle_action_dollar): this.
16034 (handle_destructor_dollar): New.
16035 * src/parse-gram.y (PERCENT_DESTRUCTOR): New.
16036 (grammar_declaration): Use it.
16037 * data/bison.simple (yystos): Is always defined.
16038 (yydestructor): New.
16039 * tests/actions.at (Destructors): New.
16040 * tests/calc.at (_AT_CHECK_CALC_ERROR): Don't rely on egrep.
16041
dafdc66f
AD
160422002-06-17 Akim Demaille <akim@epita.fr>
16043
16044 * src/symlist.h, src/symlist.c (symbol_list_length): New.
16045 * src/scan-gram.l (handle_dollar, handle_at): Compute the
16046 rule_length only when needed.
16047 * src/output.c (actions_output, token_definitions_output): Output
16048 the full M4 block.
16049 * src/symtab.c: Don't access directly to the symbol tag, use
16050 symbol_tag_get.
16051 * src/parse-gram.y: Use symbol_list_free.
16052
56c47203
AD
160532002-06-17 Akim Demaille <akim@epita.fr>
16054
16055 * src/reader.h, src/reader.c (symbol_list, symbol_list_new)
16056 (symbol_list_prepend, get_type_name): Move to...
16057 * src/symlist.h, src/symlist.c (symbol_list_t, symbol_list_new)
16058 (symbol_list_prepend, symbol_list_n_type_name_get): here.
16059 Adjust all callers.
16060 (symbol_list_free): New.
16061 * src/scan-gram.l (handle_dollar): Takes a location.
16062 * tests/input.at (Invalid $n): Adjust.
16063
1e0bab92
AD
160642002-06-17 Akim Demaille <akim@epita.fr>
16065
16066 * src/reader.h, src/reader.c (symbol_list_new): Export it.
16067 (symbol_list_prepend): New.
16068 * src/parse-gram.y (%union): `list' is a new member.
16069 (symbols.1): New, replaces...
16070 (terms_to_prec.1, nterms_to_type.1): these.
16071 * src/symtab.h, src/symtab.c (symbol_type_set, symbol_precedence_set)
16072 Take a location as additional argument.
16073 Adjust all callers.
16074
04e60654
AD
160752002-06-15 Akim Demaille <akim@epita.fr>
16076
16077 * src/parse-gram.y: Move %token in the declaration section so that
16078 we don't depend upon CVS Bison.
16079
10e5b8bd
AD
160802002-06-15 Akim Demaille <akim@epita.fr>
16081
16082 * src/state.h, src/state.c (state_rule_lookaheads_print): New.
16083 * src/print.c (print_core): Use it.
16084
9801d40c
AD
160852002-06-15 Akim Demaille <akim@epita.fr>
16086
16087 * src/conflicts.c (log_resolution): Accept the rule involved in
16088 the sr conflicts instead of the lookahead number that points to
16089 that rule.
16090 (flush_reduce): Accept the current lookahead vector as argument,
16091 instead of the index in LA.
16092 (resolve_sr_conflict): Accept the current number of lookahead
16093 bitset to consider for the STATE, instead of the index in LA.
16094 (set_conflicts): Adjust.
16095 * src/lalr.c, src/lalr.h, src/state.h: Comment changes.
16096
c0263492
AD
160972002-06-15 Akim Demaille <akim@epita.fr>
16098
16099 * src/state.h (state_t): Replace the `lookaheadsp' member, a
16100 short, with `lookaheads' (bitsetv), `lookaheads_rule' (rule_t**).
16101 Adjust all dependencies.
16102 * src/lalr.c (initialize_lookaheads): Split into...
16103 (states_lookaheads_count, states_lookaheads_initialize): these.
16104 (lalr): Adjust.
16105
9757c359
AD
161062002-06-15 Akim Demaille <akim@epita.fr>
16107
16108 * src/gram.h, src/gram.c (grammar_rules_partial_print): New, eved
16109 out of...
16110 (grammar_rules_print): here.
16111 * src/reduce.c (reduce_output): Use it.
16112 * tests/reduce.at (Useless Rules, Reduced Automaton)
16113 (Underivable Rules): Adjust.
16114
6b98e4b5
AD
161152002-06-15 Akim Demaille <akim@epita.fr>
16116
16117 Copy BYacc's nice way to report the grammar.
16118
16119 * src/gram.h, src/gram.c (grammar_rhs_print, grammar_rules_print):
16120 New.
16121 Don't print the rules' location, it is confusing and useless.
16122 (rule_print): Use grammar_rhs_print.
16123 * src/print.c (print_grammar): Use grammar_rules_print.
16124
6b98e4b5
AD
161252002-06-15 Akim Demaille <akim@epita.fr>
16126
16127 Complete and rationalize `useless thing' warnings.
16128
16129 * src/symtab.h, src/symtab.c (symbol_tag_get, symbol_tag_get_n)
16130 (symbol_tag_print): New.
16131 Use them everywhere in place of accessing directly the tag member.
16132 * src/gram.h, src/gram.c (rule_print): New.
16133 Use it where a rule used to be printed `by hand'.
16134 * src/reduce.c (nonterminals_reduce): Report the use nonterminals.
16135 (reduce_grammar_tables): Report the useless rules.
16136 (reduce_print): Useless things are a warning, not an error.
16137 Report it as such.
16138 * tests/reduce.at (Useless Nonterminals, Useless Rules):
16139 (Reduced Automaton, Underivable Rules): Adjust.
16140 * tests/regression.at (Web2c Report, Web2c Report): Adjust.
16141 * tests/conflicts.at (Unresolved SR Conflicts)
16142 (Solved SR Conflicts): Adjust.
16143
ee000ba4
AD
161442002-06-15 Akim Demaille <akim@epita.fr>
16145
16146 Let symbols have a location.
16147
16148 * src/symtab.h, src/symtab.c (symbol_t): Location is a new member.
16149 (getsym): Adjust.
16150 Adjust all callers.
16151 * src/complain.h, src/complain.c (complain_at, fatal_at, warn_at):
16152 Use location_t, not int.
16153 * src/symtab.c (symbol_check_defined): Take advantage of the
16154 location.
16155 * tests/regression.at (Invalid inputs): Adjust.
16156
8efe435c
AD
161572002-06-15 Akim Demaille <akim@epita.fr>
16158
16159 * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.
16160 (input): Don't try to initialize yylloc here, do it in the
16161 scanner.
16162 * src/scan-gram.l (YY_USER_INIT): Initialize yylloc.
16163 * src/gram.h (rule_t): Change line and action_line into location
16164 and action_location, of location_t type.
16165 Adjust all dependencies.
16166 * src/location.h, src/location.c (empty_location): New.
16167 * src/reader.h, src/reader.c (grammar_start_symbol_set)
16168 (grammar_symbol_append, grammar_rule_begin, grammar_rule_end)
16169 (grammar_current_rule_symbol_append)
16170 (grammar_current_rule_action_append): Expect a location as argument.
16171 * src/reader.c (grammar_midrule_action): Adjust to attach an
16172 action's location as dummy symbol location.
16173 * src/symtab.h, src/symtab.c (startsymbol_location): New.
16174 * tests/regression.at (Web2c Report, Rule Line Numbers): Adjust
16175 the line numbers.
16176
1921f1d7
AD
161772002-06-14 Akim Demaille <akim@epita.fr>
16178
16179 Grammar declarations may be found in the grammar section.
16180
16181 * src/parse-gram.y (rules_or_grammar_declaration): New.
16182 (declarations): Each declaration may end with a semicolon, not
16183 just...
16184 (grammar_declaration): `"%union"'.
16185 (grammar): Branch to rules_or_grammar_declaration.
16186
4515534c
AD
161872002-06-14 Akim Demaille <akim@epita.fr>
16188
16189 * src/main.c (main): Invoke scanner_free.
16190
f958596b
AD
161912002-06-14 Akim Demaille <akim@epita.fr>
16192
16193 * src/output.c (m4_invoke): Extracted from...
16194 (output_skeleton): here.
16195 Free tempfile.
16196
2c569025
AD
161972002-06-14 Akim Demaille <akim@epita.fr>
16198
16199 * src/parse-gram.y (directives, directive, gram)
16200 (grammar_directives, precedence_directives, precedence_directive):
16201 Rename as...
16202 (declarations, declaration, grammar, grammar_declaration)
16203 (precedence_declaration, precedence_declarator): these.
16204 (symbol_declaration): New.
16205
592e8d4d
AD
162062002-06-14 Akim Demaille <akim@epita.fr>
16207
16208 * src/files.c (action_obstack): Remove, unused.
16209 (output_obstack): Remove it, and all its dependencies, as it is no
16210 longer needed.
16211 * src/reader.c (epilogue_set): Build the epilogue in the
16212 muscle_obstack.
16213 * src/output.h, src/output.c (muscle_obstack): Move to...
16214 * src/muscle_tab.h, src/muscle_tab.h: here.
16215 (muscle_init): Initialize muscle_obstack.
16216 (muscle_free): New.
16217 * src/main.c (main): Call it.
16218
0c15323d
AD
162192002-06-14 Akim Demaille <akim@epita.fr>
16220
16221 * src/location.h: New, extracted from...
16222 * src/reader.h: here.
16223 * src/Makefile.am (noinst_HEADERS): Merge into
16224 (bison_SOURCES): this.
16225 Add location.h.
16226 * src/parse-gram.y: Use location_t instead of Bison's.
16227 * src/reader.h, src/reader.c (prologue_augment, epilogue_set):
16228 Use location_t instead of ints.
16229
e96c9728
AD
162302002-06-14 Akim Demaille <akim@epita.fr>
16231
16232 * data/bison.simple, data/bison.c++: Be sure to restore the
16233 current #line when returning to the skeleton contents after having
16234 exposed the input file's #line.
16235
75d1fe16
AD
162362002-06-12 Akim Demaille <akim@epita.fr>
16237
16238 * src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*>', it is too
16239 eager.
16240 * tests/actions.at (Exotic Dollars): New.
16241
6c35d22c
AD
162422002-06-12 Akim Demaille <akim@epita.fr>
16243
16244 * src/scan-gram.l (SC_PROLOGUE): Don't eat characters amongst
16245 ['"/] too eagerly.
16246 * tests/input.at (Torturing the Scanner): New.
16247
1d6412ad
AD
162482002-06-11 Akim Demaille <akim@epita.fr>
16249
16250 * src/scan-gram.l (YY_OBS_INIT): Remove, replace with...
16251 [SC_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,SC_PROLOGUE]
16252 [SC_EPILOGUE]: Output the quadrigraphs only when not in a comment.
16253 * src/reader.h, src/scan-gram.l (scanner_initialize): this.
16254 * src/reader.c (reader): Use it.
16255
4cdb01db
AD
162562002-06-11 Akim Demaille <akim@epita.fr>
16257
16258 * src/scan-gram.l (YY_OBS_FINISH): Don't set yylval.
16259 Adjust all callers.
16260 (scanner_last_string_free): New.
16261
44995b2e
AD
162622002-06-11 Akim Demaille <akim@epita.fr>
16263
16264 * src/scan-gram.l (YY_INIT, YY_GROW, YY_FINISH): Rename as...
16265 (YY_OBS_INIT, YY_OBS_GROW, YY_OBS_FINISH): these.
16266 (last_string, YY_OBS_FREE): New.
16267 Use them when returning an ID.
16268
e9955c83
AD
162692002-06-11 Akim Demaille <akim@epita.fr>
16270
16271 Have Bison grammars parsed by a Bison grammar.
16272
16273 * src/reader.c, src/reader.h (prologue_augment): New.
16274 * src/reader.c (copy_definition): Remove.
16275
16276 * src/reader.h, src/reader.c (gram_start_symbol_set, prologue_augment)
16277 (grammar_symbol_append, grammar_rule_begin, grammar_midrule_action)
16278 (grammar_current_rule_prec_set, grammar_current_rule_check)
16279 (grammar_current_rule_symbol_append)
16280 (grammar_current_rule_action_append): Export.
16281 * src/parse-gram.y (symbol_list_new, symbol_list_symbol_append_
16282 (symbol_list_action_append): Remove.
16283 Hook the routines from reader.
16284 * src/scan-gram.l: In INITIAL, characters and strings are tokens.
16285 * src/system.h (ATTRIBUTE_NORETURN, ATTRIBUTE_UNUSED): Now.
16286
16287 * src/reader.c (read_declarations): Remove, unused.
16288
16289 * src/parse-gram.y: Handle the epilogue.
16290 * src/reader.h, src/reader.c (gram_start_symbol_set): Rename as...
16291 (grammar_start_symbol_set): this.
16292 * src/scan-gram.l: Be sure to ``use'' yycontrol to keep GCC quiet.
16293 * src/reader.c (readgram): Remove, unused.
16294 (reader): Adjust to insert eoftoken and axiom where appropriate.
16295
16296 * src/reader.c (copy_dollar): Replace with...
16297 * src/scan-gram.h (handle_dollar): this.
16298 * src/parse-gram.y: Remove `%thong'.
16299
16300 * src/reader.c (copy_at): Replace with...
16301 * src/scan-gram.h (handle_at): this.
16302
16303 * src/complain.h, src/complain.c (warn_at, complain_at, fatal_at):
16304 New.
16305
16306 * src/scan-gram.l (YY_LINES): Keep lineno synchronized for the
16307 time being.
16308
16309 * src/reader.h, src/reader.c (grammar_rule_end): New.
16310
16311 * src/parse.y (current_type, current_class): New.
16312 Implement `%nterm', `%token' support.
16313 Merge `%term' into `%token'.
16314 (string_as_id): New.
16315 * src/symtab.h, src/symtab.c (symbol_make_alias): Don't pass the
16316 type name.
16317
16318 * src/parse-gram.y: Be sure to handle properly the beginning of
16319 rules.
16320
16321 * src/parse-gram.y: Handle %type.
16322 * src/reader.c (grammar_rule_end): Call grammar_current_rule_check.
16323
16324 * src/parse-gram.y: More directives support.
16325 * src/options.c: No longer handle source directives.
16326
16327 * src/parse-gram.y: Fix %output.
16328
16329 * src/parse-gram.y: Handle %union.
16330 Use the prologue locations.
16331 * src/reader.c (parse_union_decl): Remove.
16332
16333 * src/reader.h, src/reader.c (epilogue_set): New.
16334 * src/parse-gram.y: Use it.
16335
16336 * data/bison.simple, data/bison.c++: b4_stype is now either not
16337 defined, then default to int, or to the contents of %union,
16338 without `union' itself.
16339 Adjust.
16340 * src/muscle_tab.c (muscle_init): Don't predefine `stype'.
16341
16342 * src/output.c (actions_output): Don't output braces, as they are
16343 already handled by the scanner.
16344
16345 * src/scan-gram.l (SC_CHARACTER): Set the user_token_number of
16346 characters to themselves.
16347
16348 * tests/reduce.at (Reduced Automaton): End the grammars with %% so
16349 that the epilogue has a proper #line.
16350
16351 * src/parse-gram.y: Handle precedence/associativity.
16352
16353 * src/symtab.c (symbol_precedence_set): Requires the symbol to be
16354 a terminal.
16355 * src/scan-gram.l (SC_BRACED_CODE): Catch strings and characters.
16356 * tests/calc.at: Do not use `%token "foo"' as it makes not sense
16357 at all to define terminals that cannot be emitted.
16358
16359 * src/scan-gram.l: Escape M4 characters.
16360
16361 * src/scan-gram.l: Working properly with escapes in user
16362 strings/characters.
16363
16364 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR)
16365 (AT_DATA_HORIZONTAL_GRAMMAR): Respect the `%token ID NUM STRING'
16366 grammar.
16367 Use more modest sizes, as for the time being the parser does not
16368 release memory, and therefore the process swallows a huge amount
16369 of memory.
16370
16371 * tests/torture.at (AT_DATA_LOOKAHEADS_GRAMMAR): Adjust to the
16372 stricter %token grammar.
16373
16374 * src/symtab.h (associativity): Add `undef_assoc'.
16375 (symbol_precedence_set): Do nothing when passed an undef_assoc.
16376 * src/symtab.c (symbol_check_alias_consistence): Adjust.
16377
16378 * tests/regression.at (Invalid %directive): Remove, as it is now
16379 meaningless.
16380 (Invalid inputs): Adjust to the new error messages.
16381 (Token definitions): The new grammar doesn't allow too many
16382 eccentricities.
16383
16384 * src/lex.h, src/lex.c: Remove.
16385 * src/reader.c (lastprec, skip_to_char, read_signed_integer)
16386 (copy_character, copy_string2, copy_string, copy_identifier)
16387 (copy_comment, parse_token_decl, parse_type_decl, parse_assoc_decl)
16388 (parse_muscle_decl, parse_dquoted_param, parse_skel_decl)
16389 (parse_action): Remove.
16390 * po/POTFILES.in: Adjust.
16391
2e047461
AD
163922002-06-11 Akim Demaille <akim@epita.fr>
16393
cd05d13c 16394 * src/reader.c (parse_action): Don't store directly into the
2e047461
AD
16395 rule's action member: return the action as a string.
16396 Don't require `rule_length' as an argument: compute it.
16397 (grammar_current_rule_symbol_append)
16398 (grammar_current_rule_action_append): New, eved out from
16399 (readgram): here.
16400 Remove `action_flag', `rulelength', unused now.
16401
9af3fbce
AD
164022002-06-11 Akim Demaille <akim@epita.fr>
16403
16404 * src/reader.c (grammar_current_rule_prec_set).
16405 (grammar_current_rule_check): New, eved out from...
16406 (readgram): here.
16407 Remove `xaction', `first_rhs': useless.
16408 * tests/input.at (Type clashes): New.
16409 * tests/existing.at (GNU Cim Grammar): Adjust.
16410
1485e106
AD
164112002-06-11 Akim Demaille <akim@epita.fr>
16412
16413 * src/reader.c (grammar_midrule_action): New, Eved out from
16414 (readgram): here.
16415
da4160c3
AD
164162002-06-11 Akim Demaille <akim@epita.fr>
16417
16418 * src/reader.c (grammar_rule_begin, previous_rule, current_rule):
16419 New.
16420 (readgram): Use them as replacement of inlined code, crule and
16421 crule1.
16422
f6d0f937
AD
164232002-06-11 Akim Demaille <akim@epita.fr>
16424
16425 * src/reader.c (grammar_end, grammar_symbol_append): New.
16426 (readgram): Use them.
16427 Make the use of `p' as local as possible.
16428
69078d4b
AD
164292002-06-10 Akim Demaille <akim@epita.fr>
16430
16431 GCJ's parser requires the tokens to be defined before the prologue.
16432
16433 * data/bison.simple: Output the token definition before the user's
16434 prologue.
16435 * tests/regression.at (Braces parsing, Duplicate string)
16436 (Mixing %token styles): Check the output from bison.
16437 (Early token definitions): New.
16438
5e424082
AD
164392002-06-10 Akim Demaille <akim@epita.fr>
16440
16441 * src/symtab.c (symbol_user_token_number_set): Don't complain when
16442 assigning twice the same user number to a token, so that we can
16443 use it in...
16444 * src/lex.c (lex): here.
16445 Also use `symbol_class_set' instead of hand written code.
16446 * src/reader.c (parse_assoc_decl): Likewise.
16447
44536b35
AD
164482002-06-10 Akim Demaille <akim@epita.fr>
16449
16450 * src/symtab.c, src/symtab.c (symbol_class_set)
16451 (symbol_user_token_number_set): New.
16452 * src/reader.c (parse_token_decl): Use them.
16453 Use a switch instead of ifs.
16454 Use a single argument.
16455
8b9f2372
AD
164562002-06-10 Akim Demaille <akim@epita.fr>
16457
16458 Remove `%thong' support as it is undocumented, unused, duplicates
16459 `%token's job, and creates useless e-mail traffic with people who
16460 want to know what it is, why it is undocumented, unused, and
16461 duplicates `%token's job.
16462
16463 * src/reader.c (parse_thong_decl): Remove.
16464 * src/options.c (option_table): Remove "thong".
16465 * src/lex.h (tok_thong): Remove.
16466
3ae2b51f
AD
164672002-06-10 Akim Demaille <akim@epita.fr>
16468
16469 * src/symtab.c, src/symtab.c (symbol_type_set)
16470 (symbol_precedence_set): New.
16471 * src/reader.c (parse_type_decl, parse_assoc_decl): Use them.
16472 (value_components_used): Remove, unused.
16473
2f1afb73
AD
164742002-06-09 Akim Demaille <akim@epita.fr>
16475
16476 Move symbols handling code out of the reader.
16477
16478 * src/reader.h, src/reader.c (errtoken, undeftoken, eoftoken)
16479 (axiom): Move to...
16480 * src/symtab.h, src/symtab.c: here.
16481
16482 * src/gram.c (start_symbol): Remove: use startsymbol->number.
16483 * src/reader.c (startval): Rename as...
16484 * src/symtab.h, src/symtab.c (startsymbol): this.
16485 * src/reader.c: Adjust.
16486
16487 * src/reader.c (symbol_check_defined, symbol_make_alias)
16488 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
16489 (token_translations_init)
16490 Move to...
16491 * src/symtab.c: here.
16492 * src/reader.c (packsymbols): Move to...
16493 * src/symtab.h, src/symtab.c (symbols_pack): here.
16494 * src/symtab.h, src/symtab.c (symbol_make_alias): Takes SYMVAL as
16495 argument.
16496
e9bca3ad
AD
164972002-06-03 Akim Demaille <akim@epita.fr>
16498
16499 * src/muscle_tab.c (muscle_insert, muscle_find): Declarations,
16500 then statements.
16501
86eff183
AD
165022002-06-03 Akim Demaille <akim@epita.fr>
16503
16504 * src/muscle_tab.c (muscle_find, muscle_insert): Don't initialize
16505 structs with non literals.
16506 * src/scan-skel.l: never-interactive.
16507 * src/conflicts.c (enum conflict_resolution_e): No trailing
16508 comma.
16509 * src/getargs.c (usage): Split long literal strings.
16510 Reported by Hans Aberg.
16511
717be197
AD
165122002-05-28 Akim Demaille <akim@epita.fr>
16513
16514 * data/bison.c++: Use C++ ostreams.
16515 (cdebug_): New member.
16516
670ddffd
AD
165172002-05-28 Akim Demaille <akim@epita.fr>
16518
16519 * src/output.c (output_skeleton): Be sure to allocate enough room
16520 for `/' _and_ for `\0' in full_skeleton.
16521
769b430f
AD
165222002-05-28 Akim Demaille <akim@epita.fr>
16523
16524 * data/bison.c++: Catch up with bison.simple:
16525 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
16526 and Paul Eggert <eggert@twinsun.com>: `error' handing.
16527 2002-05-26 Akim Demaille <akim@epita.fr>: stos_, token_number_,
16528 and popping traces.
16529
7067cb36
PH
165302002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
16531
16532 * src/output.c (output_skeleton): Put an explicit path in front of
16533 the skeleton file name, rather than relying on the -I directory,
16534 to partially alleviate effects of having a skeleton file lying around
16535 in the current directory.
769b430f 16536
4a713ec2
PH
165372002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
16538
769b430f 16539 * src/conflicts.c (log_resolution): Correct typo:
4a713ec2
PH
16540 obstack_printf should be obstack_fgrow1.
16541
b408954b
AD
165422002-05-26 Akim Demaille <akim@epita.fr>
16543
16544 * src/state.h (state_t): `solved_conflicts' is a new member.
16545 * src/LR0.c (new_state): Set it to 0.
16546 * src/conflicts.h, src/conflicts.c (print_conflicts)
16547 (free_conflicts, solve_conflicts): Rename as...
16548 (conflicts_print, conflicts_free, conflicts_solve): these.
16549 Adjust callers.
16550 * src/conflicts.c (enum conflict_resolution_e)
16551 (solved_conflicts_obstack): New, used by...
16552 (log_resolution): this.
16553 Adjust to attach the conflict resolution to each state.
16554 Complete the description with the precedence/associativity
16555 information.
16556 (resolve_sr_conflict): Adjust.
16557 * src/print.c (print_state): Output its solved_conflicts.
16558 * tests/conflicts.at (Unresolved SR Conflicts)
16559 (Solved SR Conflicts): Exercise --report=all.
16560
a49aecd5
AD
165612002-05-26 Akim Demaille <akim@epita.fr>
16562
16563 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
16564 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
16565 * src/reader.c, src/reduce.c, src/state.h, src/symtab.h
16566 (token_number_t, item_number_as_token_number)
16567 (token_number_as_item_number, muscle_insert_token_number_table):
16568 Rename as...
16569 (symbol_number_t, item_number_as_symbol_number)
16570 (symbol_number_as_item_number, muscle_insert_symbol_number_table):
16571 these, since it is more appropriate.
16572
5504898e
AD
165732002-05-26 Akim Demaille <akim@epita.fr>
16574
16575 * tests/calc.at (AT_CHECK_CALC): Adjust: there are now additional
16576 `Error:' lines.
16577 * data/bison.simple (yystos) [YYDEBUG]: New.
16578 (yyparse) [YYDEBUG]: Display the symbols which are popped during
16579 error recovery.
16580 * tests/regression.at (Web2c Actions): Adjust: yystos is output now.
16581
ec3bc396
AD
165822002-05-25 Akim Demaille <akim@epita.fr>
16583
16584 * doc/bison.texinfo (Debugging): Split into...
16585 (Tracing): this new section, its former contents, and...
16586 (Understanding): this new section.
16587 * src/getargs.h, src/getargs.c (verbose_flag): Remove, replaced
16588 by...
16589 (report_flag): this.
16590 Adjust all dependencies.
16591 (report_args, report_types, report_argmatch): New.
16592 (usage, getargs): Report/support -r, --report.
16593 * src/options.h
16594 (struct option_table_struct): Rename as..,
16595 (struct option_table_s): this.
16596 Rename the `set_flag' member to `flag' to match with getopt_long's
16597 struct.
16598 * src/options.c (option_table): Split verbose into an entry for
16599 %verbose, and another for --verbose.
16600 Support --report/-r, so remove -r from the obsolete --raw.
16601 * src/print.c: Attach full item sets and lookaheads reports to
16602 report_flag instead of trace_flag.
16603 * lib/argmatch.h, lib/argmatch.c: New, from Fileutils 4.1.
16604
78df8250
PE
166052002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
16606 and Paul Eggert <eggert@twinsun.com>
769b430f 16607
78df8250
PE
16608 * data/bison.simple (yyparse): Correct error handling to conform to
16609 POSIX and yacc. Specifically, after syntax error is discovered,
16610 do not reduce further before shifting the error token.
16611 Clean up the code a bit by removing the labels yyerrdefault,
16612 yyerrhandle, yyerrpop.
16613 * NEWS: Document the above.
16614
c0c9ea05
PH
166152002-05-20 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
16616
16617 * data/bison.simple (yyr1): Don't use yy_token_number_type as element
16618 type; it isn't always big enough, since it doesn't necessarily
16619 include non-terminals.
769b430f 16620 (yytranslate): Expand definition of yy_token_number_type, so that
c0c9ea05
PH
16621 the latter can be removed.
16622 (yy_token_number_type): Remove, only one use.
16623 * data/bison.c++ (r1_): Parallel change to yyr1 in bison.simple---
16624 don't use TokenNumberType as element type.
769b430f 16625
c0c9ea05
PH
16626 * tests/regression.at: Modify expected output to agree with change
16627 to yyr1 and yytranslate.
769b430f 16628
6390a83f
FK
166292002-05-13 Florian Krohm <florian@edamail.fishkill.ibm.com>
16630
16631 * src/reader.c (parse_action): Use copy_character instead of
16632 obstack_1grow.
16633
db7c8e9a
AD
166342002-05-13 Akim Demaille <akim@epita.fr>
16635
16636 * tests/regression.at (Token definitions): Prototype yylex and
16637 yyerror.
16638
fcc61800
PH
166392002-05-12 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
16640
158c687b 16641 * src/scan-skel.l: Correct off-by-one error in handling of __oline__.
fcc61800
PH
16642 * data/bison.simple (b4_sint_type, b4_uint_type): Correct to reflect
16643 32-bit arithmetic.
16644 * data/bison.c++ (b4_sint_type, b4_uint_type): Ditto.
16645
5683e9b2
AD
166462002-05-07 Akim Demaille <akim@epita.fr>
16647
16648 * tests/synclines.at: Be sure to prototype yylex and yyerror to
16649 avoid GCC warnings.
16650
0c2d3f4c
AD
166512002-05-07 Akim Demaille <akim@epita.fr>
16652
16653 Kill GCC warnings.
16654
16655 * src/reduce.c (nonterminals_reduce): Don't loop over RITEM: loop
16656 over the RHS of each rule.
16657 * src/gram.h, src/gram.c (nritems): Is `unsigned int', not int.
16658 * src/state.h (state_t): Member `nitems' is unsigned short.
16659 * src/LR0.c (get_state): Adjust.
16660 * src/reader.c (packgram): Likewise.
16661 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): `max' is of type
16662 `Type'.
16663 (muscle_insert_int_table): Remove, unused.
16664 (prepare_rules): Remove `max'.
16665
1565b720
AD
166662002-05-06 Akim Demaille <akim@epita.fr>
16667
16668 * src/closure.c (print_firsts): Display of the symbol tags.
16669 (bitmatrix_print): Move to...
16670 * lib/bitsetv-print.h, lib/bitsetv-print.c (bitsetv_matrix_dump):
16671 here.
16672 * tests/sets.at (Nullable, Broken Closure, Firsts): Adjust.
16673
cfaee611
AD
166742002-05-06 Akim Demaille <akim@epita.fr>
16675
16676 * src/muscle_tab.c (muscle_m4_output): Must return TRUE for
16677 hash_do_for_each.
16678
458be8e0
AD
166792002-05-06 Akim Demaille <akim@epita.fr>
16680
16681 * src/LR0.c (new_state, get_state): Instead of using the global
16682 `kernel_size' and `kernel_base', have two new arguments:
16683 `core_size' and `core'.
16684 Adjust callers.
16685
a900a624
AD
166862002-05-06 Akim Demaille <akim@epita.fr>
16687
16688 * src/reader.c (packgram): No longer end `ritem' with a 0
16689 sentinel: it is not used.
16690
d4e7d3a1
AD
166912002-05-05 Akim Demaille <akim@epita.fr>
16692
16693 New experimental feature: display the lookaheads in the report and
16694 graph.
16695
16696 * src/print (print_core): When --trace-flag, display the rules
16697 lookaheads.
16698 * src/print_graph.c (print_core): Likewise.
16699 Swap the arguments.
16700 Adjust caller.
16701
39ceb25b
AD
167022002-05-05 Akim Demaille <akim@epita.fr>
16703
16704 * tests/torture.at (Many lookaheads): New test.
16705
5372019f
AD
167062002-05-05 Akim Demaille <akim@epita.fr>
16707
16708 * src/output.c (GENERATE_OUTPUT_TABLE): Replace with...
16709 (GENERATE_MUSCLE_INSERT_TABLE): this.
16710 (output_int_table, output_unsigned_int_table, output_short_table)
16711 (output_token_number_table, output_item_number_table): Replace with...
16712 (muscle_insert_int_table, muscle_insert_unsigned_int_table)
16713 (muscle_insert_short_table, muscle_insert_token_number_table)
16714 (muscle_insert_item_number_table): these.
16715 Adjust all callers.
16716 (prepare_tokens): Don't free `translations', since...
16717 * src/reader.h, src/reader.c (grammar_free): do it.
16718 Move to...
16719 * src/gram.h, src/gram.c (grammar_free): here.
16720 * data/bison.simple, data/bison.c++: b4_token_number_max is now
16721 b4_translate_max.
16722
5df5f6d5
AD
167232002-05-05 Akim Demaille <akim@epita.fr>
16724
16725 * src/output.c (output_unsigned_int_table): New.
16726 (prepare_rules): `i' is unsigned.
16727 `prhs', `rline', `r2' are unsigned int.
16728 Rename muscle `rhs_number_max' as `rhs_max'.
16729 Output muscles `prhs_max', `rline_max', and `r2_max'.
16730 Free rline and r1.
16731 * data/bison.simple, data/bison.c++: Adjust to use these muscles
16732 to compute types instead of constant types.
16733 * tests/regression.at (Web2c Actions): Adjust.
16734
b87f8b21
AD
167352002-05-04 Akim Demaille <akim@epita.fr>
16736
16737 * src/symtab.h (SALIAS, SUNDEF): Rename as...
16738 (USER_NUMBER_ALIAS, USER_NUMBER_UNDEFINED): these.
16739 Adjust dependencies.
16740 * src/output.c (token_definitions_output): Be sure not to output a
16741 `#define 'a'' when fed with `%token 'a' "a"'.
16742 * tests/regression.at (Token definitions): New.
16743
8bb936e4
PE
167442002-05-03 Paul Eggert <eggert@twinsun.com>
16745
16746 * data/bison.simple (b4_token_defines): Also define YYTOKENTYPE
16747 for K&R C.
16748
167492002-05-03 gettextize <bug-gnu-gettext@gnu.org>
16750
16751 * Makefile.am (SUBDIRS): Remove intl.
16752 (EXTRA_DIST): Add config/config.rpath.
16753
53c71a12
AD
167542002-05-03 Akim Demaille <akim@epita.fr>
16755
16756 * data/bison.simple (m4_if): Don't output empty enums.
16757 And actually, output valid enum definitions :(.
16758
289dd0cf
AD
167592002-05-03 Akim Demaille <akim@epita.fr>
16760
16761 * configure.bat: Remove, completely obsolete.
16762 * Makefile.am (EXTRA_DIST): Adjust.
16763 Don't distribute config.rpath...
16764 * config/Makefile.am (EXTRA_DIST): Do it.
16765
db85e524
AD
167662002-05-03 Akim Demaille <akim@epita.fr>
16767
16768 * configure.in (GETTEXT_VERSION): New.
16769 Suggested by Bruno Haible for the forthcoming Gettext 0.10.3.
16770
83ccf991
AD
167712002-05-03 Akim Demaille <akim@epita.fr>
16772
16773 * data/bison.simple (b4_token_enum): New.
16774 (b4_token_defines): Use it to output tokens both as #define and
16775 enums.
16776 Suggested by Paul Eggert.
16777 * src/output.c (token_definitions_output): Don't output spurious
16778 white spaces.
16779
1f418995
AD
167802002-05-03 Akim Demaille <akim@epita.fr>
16781
16782 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
16783
45119f04
RA
167842002-05-02 Robert Anisko <robert@lrde.epita.fr>
16785
16786 * data/bison.c++: Adapt expansion of $s and @s to the C++ parser.
16787 Update the stack class, give a try to deque as the default container.
16788
b2d52318
AD
167892002-05-02 Akim Demaille <akim@epita.fr>
16790
16791 * data/bison.simple (yyparse): Do not implement @$ = @1.
16792 (YYLLOC_DEFAULT): Adjust to do it.
16793 * doc/bison.texinfo (Location Default Action): Fix.
16794
3a8b4109
AD
167952002-05-02 Akim Demaille <akim@epita.fr>
16796
16797 * src/reader.c (parse_braces): Merge into...
16798 (parse_action): this.
16799
84614e13
AD
168002002-05-02 Akim Demaille <akim@epita.fr>
16801
16802 * configure.in (ALL_LINGUAS): Remove.
16803 * po/LINGUAS, hr.po: New.
16804
fdbcd8e2
AD
168052002-05-02 Akim Demaille <akim@epita.fr>
16806
16807 Remove the so called hairy (semantic) parsers.
16808
16809 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove.
16810 * src/gram.h, src/gram.c (semantic_parser): Remove.
16811 (rule_t): Remove the guard and guard_line members.
16812 * src/lex.h (token_t): remove tok_guard.
16813 * src/options.c (option_table): Remove %guard and %semantic_parser
16814 support.
16815 * src/output.c, src/output.h (guards_output): Remove.
16816 (prepare): Adjust.
16817 (token_definitions_output): Don't output the `T'
16818 tokens (???).
16819 (output_skeleton): Don't output the guards.
16820 * src/files.c, src/files.c (attrsfile): Remove.
16821 * src/reader.c (symbol_list): Remove the guard and guard_line
16822 members.
16823 Adjust dependencies.
16824 (parse_guard): Remove.
16825 * data/bison.hairy: Remove.
16826 * doc/bison.texinfo (Environment Variables): Remove occurrences of
16827 BISON_HAIRY.
16828
82b6cb3f
AD
168292002-05-02 Akim Demaille <akim@epita.fr>
16830
16831 * src/reader.c (copy_at, copy_dollarm parse_braces, parse_action)
16832 (parse_guard): Rename the formal argument `stack_offset' as
16833 `rule_length', which is more readable.
16834 Adjust callers.
16835 (copy_at, copy_dollar): Instead of outputting the hard coded
16836 values of $$, $n and so forth, output invocation to b4_lhs_value,
16837 b4_lhs_location, b4_rhs_value, and b4_rhs_location.
900c877b
AD
16838 Note: this patch partially drops `semantic-parser' support: it
16839 always does `rule_length - n', where semantic parsers ought to
16840 always use `-n'.
82b6cb3f
AD
16841 * data/bison.simple, data/bison.c++ (b4_lhs_value)
16842 (b4_lhs_location, b4_rhs_value, and b4_rhs_location: New.
16843
6cbfbcc5
AD
168442002-05-02 Akim Demaille <akim@epita.fr>
16845
16846 * configure.in (AC_INIT): Bump to 1.49b.
16847 (AM_INIT_AUTOMAKE): Short invocation.
16848
b8548114
AD
168492002-05-02 Akim Demaille <akim@epita.fr>
16850
16851 Version 1.49a.
16852
c20cd1fa
AD
168532002-05-01 Akim Demaille <akim@epita.fr>
16854
16855 * src/skeleton.h: Remove.
16856
8a9566d4
AD
168572002-05-01 Akim Demaille <akim@epita.fr>
16858
16859 * src/skeleton.h: Fix the #endif.
16860 Reported by Magnus Fromreide.
16861
8c6d399a
PE
168622002-04-26 Paul Eggert <eggert@twinsun.com>
16863
16864 * data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
16865 Define if we define YYSTYPE and YYLTYPE, respectively.
b756bb75 16866 (YYCOPY): Fix [] quoting problem in the non-GCC case.
8a9566d4 16867
2b7ed18a
RA
168682002-04-25 Robert Anisko <robert@lrde.epita.fr>
16869
16870 * src/scan-skel.l: Postprocess quadrigraphs.
16871
16872 * src/reader.c (copy_character): New function, used to output
16873 single characters while replacing `[' and `]' with quadrigraphs, to
16874 avoid troubles with M4 quotes.
16875 (copy_comment): Output characters with copy_character.
16876 (read_additionnal_code): Likewise.
16877 (copy_string2): Likewise.
16878 (copy_definition): Likewise.
16879
16880 * tests/calc.at: Exercise M4 quoting.
16881
34a89c50
AD
168822002-04-25 Akim Demaille <akim@epita.fr>
16883
16884 * tests/sets.at (AT_EXTRACT_SETS): Sed portability issue: no space
16885 between `!' and the command.
16886 Reported by Paul Eggert.
16887
0dd1580a
RA
168882002-04-24 Robert Anisko <robert@lrde.epita.fr>
16889
16890 * tests/calc.at: Exercise prologue splitting.
16891
16892 * data/bison.simple, data/bison.c++: Use `b4_pre_prologue' and
16893 `b4_post_prologue' instead of `b4_prologue'.
16894
16895 * src/output.c (prepare): Add the `pre_prologue' and `post_prologue'
16896 muscles.
16897 (output): Free pre_prologue_obstack and post_prologue_obstack.
16898 * src/files.h, src/files.c (attrs_obstack): Remove.
16899 (pre_prologue_obstack, post_prologue_obstack): New.
16900 * src/reader.c (copy_definition): Add a parameter to specify the
16901 obstack to fill, instead of using attrs_obstack unconditionally.
16902 (read_declarations): Pass pre_prologue_obstack to copy_definition if
16903 `%union' has not yet been seen, pass post_prologue_obstack otherwise.
16904
83c1796f
PE
169052002-04-23 Paul Eggert <eggert@twinsun.com>
16906
16907 * data/bison.simple: Remove unnecessary commentary and white
16908 space differences from 1_29-branch.
16909 Depend on YYERROR_VERBOSE, not defined (YYERROR_VERBOSE).
16910
16911 (union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY,
16912 YYSTACK_RELOCATE): Do not define if yyoverflow is defined, or
16913 if this is a C++ parser and YYSTYPE or YYLTYPE has nontrivial
16914 constructors or destructors.
16915
16916 (yyparse) [! defined YYSTACK_RELOCATE]: Do not relocate the stack.
16917
1207eeac
AD
169182002-04-23 Akim Demaille <akim@epita.fr>
16919
16920 * tests/sets.at (AT_EXTRACT_SETS): Don't use 8 char long sed labels.
16921 * tests/synclines.at (AT_TEST_SYNCLINE): Be robust to GCC's
16922 location with columns.
16923 * tests/conflicts.at (%nonassoc and eof): Don't use `error.h'.
16924 All reported by Paul Eggert.
16925
78ab8f67
AD
169262002-04-22 Akim Demaille <akim@epita.fr>
16927
16928 * src/reduce.c (dump_grammar): Move to...
16929 * src/gram.h, src/gram.c (grammar_dump): here.
16930 Be sure to separate long item numbers.
16931 Don't read the members of a rule's prec if its nil.
16932
133c20e2
AD
169332002-04-22 Akim Demaille <akim@epita.fr>
16934
16935 * src/output.c (table_size, table_grow): New.
16936 (MAXTABLE): Remove, replace uses with table_size.
16937 (pack_vector): Instead of dying when the table is too big, grow it.
16938
9515e8a7
AD
169392002-04-22 Akim Demaille <akim@epita.fr>
16940
16941 * data/bison.simple (yyr1): Its type is that of a token number.
16942 * data/bison.c++ (r1_): Likewise.
16943 * tests/regression.at (Web2c Actions): Adjust.
16944
23c5a174
AD
169452002-04-22 Akim Demaille <akim@epita.fr>
16946
16947 * src/reader.c (token_translations_init): 256 is now the default
16948 value for the error token, i.e., it will be assigned another
16949 number if the user assigned 256 to one of her tokens.
16950 (reader): Don't force 256 to error.
16951 * doc/bison.texinfo (Symbols): Adjust.
16952 * tests/torture.at (AT_DATA_HORIZONTAL_GRAMMAR)
16953 (AT_DATA_TRIANGULAR_GRAMMAR): Number the tokens as 1, 2, 3
16954 etc. instead of 10, 20, 30 (which was used to `jump' over error
16955 (256) and undefined (2)).
16956
5fbb0954
AD
169572002-04-22 Akim Demaille <akim@epita.fr>
16958
16959 Propagate more token_number_t.
16960
16961 * src/gram.h (token_number_as_item_number)
16962 (item_number_as_token_number): New.
16963 * src/output.c (GENERATE_OUTPUT_TABLE): New.
16964 Use it to create output_item_number_table and
16965 output_token_number_table.
16966 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
16967 * src/lex.c, src/nullable.c, src/output.c, src/print.c,
16968 * src/print_graph.c, src/reader.c, src/reduce.c, src/state.h,
16969 * src/symtab.c, src/symtab.h: Use token_number_t instead of shorts.
16970
4f940944
AD
169712002-04-22 Akim Demaille <akim@epita.fr>
16972
16973 * src/output.h, src/output.c (get_lines_number): Remove.
16974
3ded9a63
AD
169752002-04-19 Akim Demaille <akim@epita.fr>
16976
16977 * doc/bison.texinfo (Actions): Make clear that `|' is not the same
16978 as Lex/Flex'.
16979 (Debugging): More details about enabling the debugging features.
16980 (Table of Symbols): Describe $$, $n, @$, and @n.
16981 Suggested by Tim Josling.
16982
e0c471a9
AD
169832002-04-19 Akim Demaille <akim@epita.fr>
16984
16985 * doc/bison.texinfo: Remove the uses of the obsolete @refill.
16986
fecc10cd
AD
169872002-04-10 Akim Demaille <akim@epita.fr>
16988
16989 * src/system.h: Rely on HAVE_LIMITS_H.
16990 Suggested by Paul Eggert.
16991
51dec47b
AD
169922002-04-09 Akim Demaille <akim@epita.fr>
16993
16994 * tests/calc.at (_AT_CHECK_CALC_ERROR): Receive as argument the
16995 full stderr, and strip it according to the bison options, instead
16996 of composing the error message from different bits.
16997 This makes it easier to check for several error messages.
16998 Adjust all the invocations.
16999 Add an invocation exercising the error token.
17000 Add an invocation demonstrating a stupid error message.
17001 (_AT_DATA_CALC_Y): Follow the GCS: initial column is 1, not 0.
17002 Adjust the tests.
17003 Error message are for stderr, not stdout.
17004
007a50a4
AD
170052002-04-09 Akim Demaille <akim@epita.fr>
17006
17007 * src/gram.h, src/gram.c (error_token_number): Remove, use
17008 errtoken->number.
17009 * src/reader.c (reader): Don't specify the user token number (2)
17010 for $undefined, as it uselessly prevents using it.
17011 * src/gram.h (token_number_t): Move to...
17012 * src/symtab.h: here.
17013 (state_t.number): Is a token_number_t.
17014 * src/print.c, src/reader.c: Use undeftoken->number instead of
17015 hard coded 2.
17016 (Even though this 2 is not the same as above: the number of the
17017 undeftoken remains being 2, it is its user token number which
17018 might not be 2).
17019 * src/output.c (prepare_tokens): Rename the `maxtok' muscle with
17020 `user_token_number_max'.
17021 Output `undef_token_number'.
17022 * data/bison.simple, data/bison.c++: Use them.
17023 Be sure to map invalid yylex return values to
17024 `undef_token_number'. This saves us from gratuitous SEGV.
17025
17026 * tests/conflicts.at (Solved SR Conflicts)
17027 (Unresolved SR Conflicts): Adjust.
17028 * tests/regression.at (Web2c Actions): Adjust.
17029
06446ccf
AD
170302002-04-08 Akim Demaille <akim@epita.fr>
17031
17032 * data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.
17033 Adding #line.
17034 Remove the duplicate `typedefs'.
17035 (RhsNumberType): Fix the declaration and various other typos.
17036 Use __ofile__.
17037 * data/bison.simple: Use __ofile__.
17038 * src/scan-skel.l: Handle __ofile__.
17039
62a3e4f0
AD
170402002-04-08 Akim Demaille <akim@epita.fr>
17041
17042 * src/gram.h (item_number_t): New, the type of item numbers in
17043 RITEM. Note that it must be able to code symbol numbers as
17044 positive number, and the negation of rule numbers as negative
17045 numbers.
17046 Adjust all dependencies (pretty many).
17047 * src/reduce.c (rule): Remove this `short *' pointer: use
17048 item_number_t.
17049 * src/system.h (MINSHORT, MAXSHORT): Remove.
17050 Include `limits.h'.
17051 Adjust dependencies to using SHRT_MAX and SHRT_MIN.
17052 (shortcpy): Remove.
17053 (MAXTABLE): Move to...
17054 * src/output.c (MAXTABLE): here.
17055 (prepare_rules): Use output_int_table to output rhs.
17056 * data/bison.simple, data/bison.c++: Adjust.
17057 * tests/torture.at (Big triangle): Move the limit from 254 to
17058 500.
17059 * tests/regression.at (Web2c Actions): Ajust.
17060
17061 Trying with bigger grammars shows various phenomena: at 3000 (28Mb
17062 of grammar file) bison is killed by my system, at 2000 (12Mb) bison
17063 passes, but produces negative #line number, once fixed, GCC is
17064 killed while compiling 14Mb, at 1500 (6.7 Mb of grammar, 8.2Mb of
17065 C), it passes.
17066 * src/state.h (state_h): Code input lines on ints, not shorts.
17067
bb88b0fc
AD
170682002-04-08 Akim Demaille <akim@epita.fr>
17069
17070 * src/reduce.c (reduce_grammar): First reduce the nonterminals,
17071 and then the grammar.
17072
9a636f47
AD
170732002-04-08 Akim Demaille <akim@epita.fr>
17074
17075 * src/system.h: No longer using strndup.
17076
680e8701
AD
170772002-04-07 Akim Demaille <akim@epita.fr>
17078
17079 * src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
17080 * src/output.c (output_table_data): Return the longest number.
17081 (prepare_tokens): Output `token_number_max').
17082 * data/bison.simple, data/bison.c++ (b4_sint_type, b4_uint_type):
17083 New.
17084 Use them to define yy_token_number_type/TokenNumberType.
17085 Use this type for yytranslate.
17086 * tests/torture.at (Big triangle): Push the limit from 124 to
17087 253.
17088 * tests/regression.at (Web2c Actions): Adjust.
17089
817e9f41
AD
170902002-04-07 Akim Demaille <akim@epita.fr>
17091
17092 * tests/torture.at (Big triangle): New.
17093 (GNU AWK Grammar, GNU Cim Grammar): Move to...
17094 * tests/existing.at: here.
17095
5123689b
AD
170962002-04-07 Akim Demaille <akim@epita.fr>
17097
17098 * src/gram.h, src/gram.c (nitems): Remove, it is an alias of
17099 nritems.
17100 Adjust dependencies.
17101
f3849179
AD
171022002-04-07 Akim Demaille <akim@epita.fr>
17103
17104 * src/reader.c: Normalize increments to prefix form.
17105
bd02036a
AD
171062002-04-07 Akim Demaille <akim@epita.fr>
17107
17108 * src/reader.c, symtab.c: Remove debugging code.
17109
db8837cb
AD
171102002-04-07 Akim Demaille <akim@epita.fr>
17111
17112 Rename all the `bucket's as `symbol_t'.
17113
17114 * src/gram.c, src/gram.h, src/lex.c, src/lex.h, src/output.c,
17115 * src/reader.c, src/reader.h, src/reduce.c, src/state.h,
17116 * src/symtab.c, src/symtab.h (bucket): Rename as...
17117 (symbol_t): this.
17118 (symbol_list_new, bucket_check_defined, bucket_make_alias)
17119 (bucket_check_alias_consistence, bucket_pack, bucket_translation)
17120 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
17121 (buckets_new, buckets_free, buckets_do): Rename as...
17122 (symbol_list_new, symbol_check_defined, symbol_make_alias)
17123 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
17124 (symbol_new, symbol_free, hash_compare_symbol_t, hash_symbol_t)
17125 (symbols_new, symbols_free, symbols_do): these.
17126
72a23c97
AD
171272002-04-07 Akim Demaille <akim@epita.fr>
17128
17129 Use lib/hash for the symbol table.
17130
17131 * src/gram.c (ntokens): Initialize to 1, to reserve a slot for
17132 EOF.
17133 * src/lex.c (lex): Set the `number' member of new terminals.
17134 * src/reader.c (bucket_check_defined, bucket_make_alias)
17135 (bucket_check_alias_consistence, bucket_translation): New.
17136 (reader, grammar_free, readgram, token_translations_init)
17137 (packsymbols): Adjust.
17138 (reader): Number the predefined tokens.
17139 * src/reduce.c (inaccessable_symbols): Just use hard coded numbers
17140 for predefined tokens.
17141 * src/symtab.h (bucket): Remove all the hash table related
17142 members.
17143 * src/symtab.c (symtab): Replace by...
17144 (bucket_table): this.
17145 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
17146 (buckets_new, buckets_do): New.
17147
280a38c3
AD
171482002-04-07 Akim Demaille <akim@epita.fr>
17149
17150 * src/gram.c (nitems, nrules, nsyms, ntokens, nvars, nritems)
17151 (start_symbol, max_user_token_number, semantic_parser)
17152 (error_token_number): Initialize.
17153 * src/reader.c (grammar, start_flag, startval, typed, lastprec):
17154 Initialize.
17155 (reader): Don't.
17156 (errtoken, eoftoken, undeftoken, axiom): Extern.
17157
03b31c0c
AD
171582002-04-07 Akim Demaille <akim@epita.fr>
17159
17160 * src/gram.h (rule_s): prec and precsym are now pointers
17161 to the bucket giving the priority/associativity.
17162 Member `associativity' removed: useless.
17163 * src/reduce.c, src/conflicts.c: Adjust.
17164
8b3df748
AD
171652002-04-07 Akim Demaille <akim@epita.fr>
17166
17167 * src/lalr.c, src/LR0.c, src/closure.c, src/gram.c, src/reduce.c:
17168 Properly escape the symbols' TAG when outputting them.
17169
e601aa1d
AD
171702002-04-07 Akim Demaille <akim@epita.fr>
17171
17172 * src/lalr.h (LA): Is a bitsetv, not bitset*.
17173
b0299a2e
AD
171742002-04-07 Akim Demaille <akim@epita.fr>
17175
17176 * src/lalr.h, src/lalr.c (LAruleno): Replace with...
17177 (LArule): this, which is an array to rule_t*.
17178 * src/print.c, src/conflicts.c: Adjust.
17179
d7e1f00c
AD
171802002-04-07 Akim Demaille <akim@epita.fr>
17181
17182 * src/gram.h (rule_t): Rename `number' as `user_number'.
17183 `number' is a new member.
17184 Adjust dependencies.
17185 * src/reduce.c (reduce_grammar_tables): Renumber rule_t.number.
17186
cc9305dd
AD
171872002-04-07 Akim Demaille <akim@epita.fr>
17188
17189 As a result of the previous patch, it is no longer needed
17190 to reorder ritem itself.
17191
17192 * src/reduce.c (reduce_grammar_tables): Don't sort RITEM.
17193
b0940840
AD
171942002-04-07 Akim Demaille <akim@epita.fr>
17195
17196 Be sure never to walk through RITEMS, but use only data related to
17197 the rules themselves. RITEMS should be banished.
17198
17199 * src/output.c (output_token_translations): Rename as...
17200 (prepare_tokens): this.
17201 In addition to `translate', prepare the muscles `tname' and
17202 `toknum', which were handled by...
17203 (output_rule_data): this.
17204 Remove, and move the remainder of its outputs into...
17205 (prepare_rules): this new routines, which also merges content from
17206 (output_gram): this.
17207 (prepare_rules): Be sure never to walk through RITEMS.
17208 (output_stos): Rename as...
17209 (prepare_stos): this.
17210 (output): Always invoke prepare_states, after all, just don't use it
17211 in the output if you don't need it.
17212
643a5994
AD
172132002-04-07 Akim Demaille <akim@epita.fr>
17214
17215 * src/LR0.c (new_state): Display `nstates' as the name of the
17216 newly created state.
17217 Adjust to initialize first_state and last_state if needed.
17218 Be sure to distinguish the initial from the final state.
17219 (new_states): Create the itemset of the initial state, and use
17220 new_state.
17221 * src/closure.c (closure): Now that the initial state has its
17222 items properly set, there is no need for a special case when
17223 creating `ruleset'.
17224
17225 As a result, now the rule 0, reducing to $axiom, is visible in the
17226 outputs. Adjust the test suite.
17227
17228 * tests/conflicts.at (Solved SR Conflicts)
17229 (Unresolved SR Conflicts): Adjust.
17230 * tests/regression.at (Web2c Report, Rule Line Numbers): Idem.
17231 * tests/conflicts.at (S/R in initial): New.
17232
b4c4ccc2
AD
172332002-04-07 Akim Demaille <akim@epita.fr>
17234
17235 * src/LR0.c (allocate_itemsets): Don't loop over ritem: loop over
17236 the RHS of the rules.
17237 * src/output.c (output_gram): Likewise.
17238
bba97eb2
AD
172392002-04-07 Akim Demaille <akim@epita.fr>
17240
17241 * src/gram.h (rule_t): `lhs' is now a pointer to the symbol's
17242 bucket.
17243 Adjust all dependencies.
17244 * src/reduce.c (nonterminals_reduce): Don't forget to renumber the
17245 `number' of the buckets too.
17246 * src/gram.h: Include `symtab.h'.
17247 (associativity): Move to...
17248 * src/symtab.h: here.
17249 No longer include `gram.h'.
17250
c3b407f4
AD
172512002-04-07 Akim Demaille <akim@epita.fr>
17252
17253 * src/gram.h, src/gram.c (rules_rhs_length): New.
17254 (ritem_longest_rhs): Use it.
17255 * src/gram.h (rule_t): `number' is a new member.
17256 * src/reader.c (packgram): Set it.
17257 * src/reduce.c (reduce_grammar_tables): Move the useless rules at
17258 the end of `rules', and count them out of `nrules'.
17259 (reduce_output, dump_grammar): Adjust.
17260 * src/print.c (print_grammar): It is no longer needed to check for
17261 the usefulness of a rule, as useless rules are beyond `nrules + 1'.
17262 * tests/reduce.at (Reduced Automaton): New test.
17263
11652ab3
AD
172642002-04-07 Akim Demaille <akim@epita.fr>
17265
17266 * src/reduce.c (inaccessable_symbols): Fix a buglet: because of a
17267 lacking `+ 1' to nrules, Bison reported as useless a token if it
17268 was used solely to set the precedence of the last rule...
17269
26b23c1a
AD
172702002-04-07 Akim Demaille <akim@epita.fr>
17271
17272 * data/bison.c++, data/bison.simple: Don't output the current file
17273 name in #line, to avoid useless diffs between two identical
17274 outputs under different names.
17275
18bcecb0
AD
172762002-04-07 Akim Demaille <akim@epita.fr>
17277
17278 * src/closure.c, src/print.c, src/reader.c, src/reduce.c:
17279 Normalize loops to using `< nrules + 1', not `<= nrules'.
17280
fa770c86
AD
172812002-04-07 Akim Demaille <akim@epita.fr>
17282
17283 * TODO: Update.
17284
d9b739c3
AD
172852002-04-07 Akim Demaille <akim@epita.fr>
17286
17287 * src/output.c, src/reader.c, src/symtab.c, src/symtab.h: Rename
17288 bucket.value as bucket.number.
17289
99013900
AD
172902002-04-07 Akim Demaille <akim@epita.fr>
17291
17292 * src/closure.c, src/derives.c, src/gram.h, src/lalr.c,
17293 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
17294 * src/reader.c, src/reduce.c: Let rule_t.rhs point directly to the
17295 RHS, instead of being an index in RITEMS.
17296
e966383b
PE
172972002-04-04 Paul Eggert <eggert@twinsun.com>
17298
17299 * doc/bison.texinfo: Update copyright date.
17300 (Rpcalc Lexer, Symbols, Token Decl): Don't assume ASCII.
17301 (Symbols): Warn about running Bison in one character set,
17302 but compiling and/or running in an incompatible one.
17303 Warn about character code 256, too.
17304
173052002-04-03 Paul Eggert <eggert@twinsun.com>
17306
17307 * src/bison.data (YYSTACK_ALLOC): Depend on whether
17308 YYERROR_VERBOSE is nonzero, not whether it is defined.
17309
17310 Merge changes from bison-1_29-branch.
c307773e 17311
8d6c48b9
PE
173122002-03-20 Paul Eggert <eggert@twinsun.com>
17313
17314 Merge fixes from Debian bison_1.34-1.diff.
17315
17316 * configure.in (AC_PREREQ): 2.53.
17317
e53c6322
AD
173182002-03-20 Akim Demaille <akim@epita.fr>
17319
17320 * src/conflicts.c (log_resolution): Argument `resolution' is const.
17321
9ffbeca7
PE
173222002-03-19 Paul Eggert <eggert@twinsun.com>
17323
21db0b2a
PE
17324 * src/bison.simple (YYCOPY): New macro.
17325 (YYSTACK_RELOCATE): Use it.
17326 Remove Type arg; no longer needed. All callers changed.
17327 (yymemcpy): Remove; no longer needed.
17328
9ffbeca7
PE
17329 * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
17330 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
17331
642cb8f8
AD
173322002-03-19 Akim Demaille <akim@epita.fr>
17333
17334 Test and fix the #line outputs.
17335
17336 * tests/atlocal.at (GCC): New.
17337 * tests/synclines.at (AT_TEST_SYNCLINE): New macro.
0ffd4fd1 17338 (Prologue synch line, %union synch line, Postprologue synch line)
642cb8f8
AD
17339 (Action synch line, Epilogue synch line): New tests.
17340 * src/reader.c (parse_union_decl): Define the muscle stype_line.
17341 * data/bison.simple, data/bison.c++: Use it.
17342
3c31a486
AD
173432002-03-19 Akim Demaille <akim@epita.fr>
17344
17345 * tests/regression.at (%nonassoc and eof, Unresolved SR Conflicts)
17346 (Solved SR Conflicts, %expect not enough, %expect right)
17347 (%expect too much): Move to...
17348 * tests/conflicts.at: this new file.
17349
0d8bed56
AD
173502002-03-19 Akim Demaille <akim@epita.fr>
17351
17352 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
17353 * data/bison.simple, data/bison.c++: Handle the `#define' part, so
17354 that we can move to enums for instance.
17355 * src/output.c (token_definitions_output): Output a list of
17356 `token-name, token-number' instead of the #define.
17357 (output_skeleton): Name this list `b4_tokens', not `b4_tokendefs'.
17358
9208d17f
AD
173592002-03-14 Akim Demaille <akim@epita.fr>
17360
17361 Use Gettext 0.11.1.
17362
af27eacb
RA
173632002-03-09 Robert Anisko <robert@lrde.epita.fr>
17364
17365 * data/bison.c++: Make the user able to add members to the generated
17366 parser by subclassing.
17367
9101a310
RA
173682002-03-05 Robert Anisko <robert@lrde.epita.fr>
17369
17370 * src/reader.c (read_additionnal_code): `c' should be an integer, not
17371 a character.
17372 Reported by Nicolas Tisserand and Nicolas Burrus.
17373
fff9bf0b
RA
173742002-03-04 Robert Anisko <robert@lrde.epita.fr>
17375
17376 * src/reader.c: Warn about lacking semi-colons, do not complain.
17377
64dba31e
RA
173782002-03-04 Robert Anisko <robert@lrde.epita.fr>
17379
17380 * data/bison.c++: Remove a debug line.
17381
374f5a14
RA
173822002-03-04 Robert Anisko <robert@lrde.epita.fr>
17383
17384 * data/bison.c++: Unmerge value as yylval and value as yyval. Unmerge
17385 location as yylloc and location as yyloc. Use YYLLOC_DEFAULT, and
17386 provide a default implementation.
17387
bfcf1f3a
AD
173882002-03-04 Akim Demaille <akim@epita.fr>
17389
17390 * tests/input.at (Invalid $n, Invalid @n): Add the ending `;'.
17391 * tests/output.at (AT_CHECK_OUTPUT): Likewise.
17392 * tests/headers.at (AT_TEST_CPP_GUARD_H): Ditto.
17393 * tests/semantic.at (Parsing Guards): Similarly.
17394 * src/reader.at (readgram): Complain if the last rule is not ended
17395 with a semi-colon.
17396
65ccf9fc
AD
173972002-03-04 Akim Demaille <akim@epita.fr>
17398
17399 * src/warshall.h, src/warshall.c (bitmatrix_print): Move to...
17400 * src/closure.c: here.
17401 (set_firsts): Use bitsetv_reflexive_transitive_closure instead of
17402 RTC.
17403 * src/warshall.h, src/warshall.c: Remove.
17404 * tests/sets.at (Broken Closure): Adjust.
17405
d0039cbc
AD
174062002-03-04 Akim Demaille <akim@epita.fr>
17407
17408 * src/output.c (output_skeleton): tempdir is const.
17409 bytes_read is unused.
17410
345cea78
AD
174112002-03-04 Akim Demaille <akim@epita.fr>
17412
17413 * lib/bbitset.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
17414 * lib/bitsetv.h, lib/ebitset.c, lib/lbitset.c, lib/sbitset.c:
17415 Update.
17416 From Michael Hayes.
17417
564801f7
AD
174182002-03-04 Akim Demaille <akim@epita.fr>
17419
17420 * src/closure.c (closure): `r' is unused.
17421
e5352bc7
AD
174222002-03-04 Akim Demaille <akim@epita.fr>
17423
17424 * tests/sets.at (Broken Closure): Add the ending `;'.
17425 * src/reader.at (readgram): Complain if a rule is not ended with a
17426 semi-colon.
17427
914feea9
AD
174282002-03-04 Akim Demaille <akim@epita.fr>
17429
17430 * src/conflicts.c (set_conflicts): Use bitset_disjoint_p.
17431 (count_sr_conflicts): Use bitset_count.
17432 * src/reduce.c (inaccessable_symbols): Ditto.
17433 (bits_size): Remove.
17434 * src/warshall.h, src/warshall.c: Convert to bitsetv.
17435
f0250de6
AD
174362002-03-04 Akim Demaille <akim@epita.fr>
17437
17438 * src/closure.c, src/conflicts.c, src/lalr.c, src/print.c,
17439 * src/reduce.c: Remove the `bitset_zero's following the
17440 `bitset_create's, as now it is performed by the latter.
17441
ef017502
AD
174422002-03-04 Akim Demaille <akim@epita.fr>
17443
17444 * lib/bitset.c, lib/bitset.h, lib/bitsetv.c, lib/bitsetv.h,
17445 * lib/ebitset.c, lib/ebitset.h, lib/lbitset.c, lib/lbitset.h,
17446 * lib/sbitset.c, lib/sbitset.h, lib/bbitset.h: Update from the
17447 latest sources from Michael.
17448
76514394
AD
174492002-03-04 Akim Demaille <akim@epita.fr>
17450
17451 * src/output.c (output): Don't free the grammar.
17452 * src/reader.c (grammar_free): New.
17453 * src/main.c (main): Call it and don't free symtab here.
17454
55024580
AD
174552002-03-04 Akim Demaille <akim@epita.fr>
17456
17457 * src/lex.c (parse_percent_token): Be sure to 0-end token_buffer
17458 before returning.
17459 Reported by Benoit Perrot.
17460
f9abaa2c
AD
174612002-03-04 Akim Demaille <akim@epita.fr>
17462
17463 Use bitset operations when possible, not loops over bits.
17464
17465 * src/conflicts.c (set_conflicts, count_sr_conflicts): Use
17466 bitset_or.
17467 * src/print.c (print_reductions): Use bitset_and, bitset_andn.
17468 * src/reduce.c (useless_nonterminals): Formatting changes.
17469 * src/warshall.c (TC): Use bitset_or.
17470
0e721e75
AD
174712002-03-04 Akim Demaille <akim@epita.fr>
17472
17473 * src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
17474 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):
17475 Ditto.
17476
0fb1ffb1
AD
174772002-03-04 Akim Demaille <akim@epita.fr>
17478
17479 * src/lalr.c (F): Now a bitset*.
17480 Adjust all dependencies.
17481
b86796bf
AD
174822002-03-04 Akim Demaille <akim@epita.fr>
17483
17484 * src/conflicts.c (shiftset, lookaheadset): Now bitset.
17485 Adjust all dependencies.
17486
602bbf31
AD
174872002-03-04 Akim Demaille <akim@epita.fr>
17488
17489 * src/L0.c, src/LR0.h (nstates): Be size_t.
17490 Adjust comparisons (signed vs unsigned).
17491 * src/conflics.c, src/lalr.c, src/lalr.h, src/output.c (LA): Now a
17492 bitset*.
17493 Adjust all dependencies.
17494
d8a0245c
AD
174952002-03-04 Akim Demaille <akim@epita.fr>
17496
17497 * src/closure.c (firsts): Now, also a bitset.
17498 Adjust all dependencies.
17499 (varsetsize): Remove, now unused.
17500 * src/warshall.h, src/warshall.c: Now work on arrays of bitsets.
17501
34ba9743
AD
175022002-03-04 Akim Demaille <akim@epita.fr>
17503
17504 * src/print.c: Convert to use bitset.h, not hand coded iterations
17505 over ints.
17506
ed86e78c
AD
175072002-03-04 Akim Demaille <akim@epita.fr>
17508
17509 * src/reduce.c: Convert to use bitset.h, not hand coded BSet.
17510
dfdb1797
AD
175112002-03-04 Akim Demaille <akim@epita.fr>
17512
17513 * src/closure.c (ruleset): Be a bitset.
17514 (rulesetsize): Remove.
17515
7086e707
AD
175162002-03-04 Akim Demaille <akim@epita.fr>
17517
17518 * lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
17519 * lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/lbitset.c,
17520 * lib/lbitset.h, lib/sbitset.c, lib/sbitset.h: New.
17521 * src/closure.c (fderives): Be an array of bitsets.
17522
98254360
RA
175232002-02-28 Robert Anisko <robert@lrde.epita.fr>
17524
17525 * data/bison.c++: Merge the two generated headers. Insert a copyright
17526 notice in each output file.
17527
a75c057f
AD
175282002-02-28 Akim Demaille <akim@epita.fr>
17529
17530 * data/bison.c++: Copy the prologue of bison.simple to fetch
17531 useful M4 definitions, such as b4_header_guard.
17532
06b00abc
AD
175332002-02-25 Akim Demaille <akim@epita.fr>
17534
17535 * src/getargs.c (version): Give the name of the authors, and use a
a75c057f
AD
17536 translator friendly scheme for the bgr
17537 copyright notice.
06b00abc 17538
70e7d534
AD
175392002-02-25 Akim Demaille <akim@epita.fr>
17540
17541 * src/output.c (header_output): Remove, now handled completely via
17542 M4.
17543
abe017f6
AD
175442002-02-25 Akim Demaille <akim@epita.fr>
17545
17546 * m4/m4.m4: New, from CVS Autoconf.
17547 * configure.in: Invoke it.
17548 * src/output.c (output_skeleton): Use its result instead of the
17549 hard coded name.
17550
381fb12e
AD
175512002-02-25 Akim Demaille <akim@epita.fr>
17552
17553 * lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
17554 Fileutils 4.1.5.
17555 * configure.in: Invoke UTILS_FUNC_MKSTEMP.
17556 * src/output.c (output_skeleton): Use mkstemp to create a real
17557 temporary file.
17558 Move the filling of `skeleton' and its muscle to...
17559 (prepare): here.
17560 (output): Move the definition of the prologue muscle to...
17561 (prepare): here.
17562 * src/system.h (DEFAULT_TMPDIR): New.
17563
6f38107f
PE
175642002-02-14 Paul Eggert <eggert@twinsun.com>
17565
17566 Remove the support for C++ namespace cleanliness; it was
17567 causing more problems than it was curing, since it didn't work
17568 properly on some nonstandard C++ compilers. This can wait
17569 for a proper C++ parser.
17570
17571 * NEWS: Document this.
17572 * doc/bison.texinfo (Bison Parser, Debugging): Remove special mention
17573 of C++, as it's treated like C now.
17574 * src/bison.simple (YYSTD): Remove.
17575 (YYSIZE_T, YYFPRINTF, YYPARSE_PARAM_ARG, YYPARSE_PARAM_DECL):
17576 Treat C++ just like Standard C instead of trying to support
17577 namespace cleanliness.
17578
80cce3da
AD
175792002-02-14 Akim Demaille <akim@epita.fr>
17580
17581 * tests/regression.at (else): Adjust to Andreas' change.
17582
842e8679
AD
175832002-02-14 Akim Demaille <akim@epita.fr>
17584
17585 * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
17586
4bda3f10
AD
175872002-02-13 Andreas Schwab <schwab@suse.de>
17588
17589 * src/output.c (output_rule_data): Don't output NULL, it might
17590 not be defined yet.
17591
4162fa07 175922002-02-11 Robert Anisko <robert@lrde.epita.fr>
b418ecd8 17593
4162fa07
RA
17594 * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue.
17595 (Copyright notice): Update.
b418ecd8 17596
bd16a5dc
AD
175972002-02-11 Akim Demaille <akim@epita.fr>
17598
17599 * tests/regression.at (%nonassoc and eof): Don't include
17600 nonportable headers.
17601
8d69a1a3
RA
176022002-02-08 Robert Anisko <robert@lrde.epita.fr>
17603
17604 * data/bison.c++: Correct error recovery. Make the user able to
17605 initialize the starting location.
17606
9b2d0677
AD
176072002-02-07 Akim Demaille <akim@epita.fr>
17608
17609 * tests/input.at: New.
17610
69e2658b
RA
176112002-02-07 Robert Anisko <robert@lrde.epita.fr>
17612
17613 * data/bison.c++: Replace some direct m4 expansions by constants. Be
9b2d0677 17614 more consistent when naming methods and variables. Put preprocessor
69e2658b
RA
17615 directives around tables only needed for debugging.
17616
4aacc3a7
RA
176172002-02-07 Robert Anisko <robert@lrde.epita.fr>
17618
17619 * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
17620 C++ parsers.
17621 (yy::b4_name::parse): Use print_.
17622
762a801e
RA
176232002-02-07 Robert Anisko <robert@lrde.epita.fr>
17624
17625 * data/bison.c++ (yy::b4_name::parse): Error recovery is back.
17626
4bb2bc3f
RA
176272002-02-07 Robert Anisko <robert@lrde.epita.fr>
17628
17629 * data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in
17630 C++ parsers.
17631 (yy::b4_name::parse): Build verbose error messages, and use error_.
17632
6b45a3ca
RA
176332002-02-06 Robert Anisko <robert@lrde.epita.fr>
17634
17635 * data/bison.c++: Fix m4 quoting in comments.
17636
50997c6e
RA
176372002-02-06 Robert Anisko <robert@lrde.epita.fr>
17638
17639 * data/bison.c++: Adjust the parser code. Fix some muscles that were
17640 not expanded by m4.
17641
3f3eed27
AD
176422002-02-05 Akim Demaille <akim@epita.fr>
17643
17644 * data/bison.c++: Adjust to the M4 back end.
17645 More is certainly needed.
17646
be2a1a68
AD
176472002-02-05 Akim Demaille <akim@epita.fr>
17648
17649 Give a try to M4 as a back end.
17650
17651 * lib/readpipe.c: New, from wdiff.
17652 * src/Makefile.am (DEFS): Define PKGDATADIR, not BISON_SIMPLE and
17653 BISON_HAIRY.
17654 * src/system.h (BISON_HAIRY, BISON_SIMPLE): Remove the DOS and VMS
17655 specific values. Now it is m4 that performs the lookup.
17656 * src/parse-skel.y: Remove.
17657 * src/muscle_tab.c, src/muscle_tab.h (muscles_m4_output): New.
17658 * src/output.c (actions_output, guards_output)
17659 (token_definitions_output): No longer keeps track of the output
17660 line number, hence remove the second argument.
17661 (guards_output): Check against the guard member of a rule, not the
17662 action member.
17663 Adjust callers.
17664 (output_skeleton): Don't look for the skeleton location, let m4 do
17665 that.
17666 Create `/tmp/muscles.m4'. This is temporary, a proper temporary
17667 file will be used.
17668 Invoke `m4' on m4sugar.m4, muscles.m4, and the skeleton.
17669 (prepare): Given that for the time being changesyntax is not
17670 usable in M4, rename the muscles using `-' to `_'.
17671 Define `defines_flag', `output_parser_name' and `output_header_name'.
17672 * src/output.h (actions_output, guards_output)
17673 (token_definitions_output): Adjust prototypes.
17674 * src/scan-skel.l: Instead of scanning the skeletons, it now
17675 processes the output of m4: `__oline__' and `#output'.
17676 * data/bison.simple: Adjust to be used by M4(sugar).
17677 * tests/Makefile.am: Use check_SCRIPTS to make sure `bison' is up
17678 to date.
17679 * tests/bison.in: Use the secrete envvar `BISON_PKGDATADIR'
17680 instead of the dead `BISON_SIMPLE' and `BISON_HAIRY'.
17681 * data/m4sugar/m4sugar.m4, data/m4sugar/version.m4: New,
17682 shamelessly stolen from CVS Autoconf.
17683
beda758b
AD
176842002-02-05 Akim Demaille <akim@epita.fr>
17685
17686 * lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version.
17687 * configure.in: Check for the declarations of free and malloc.
17688 * src/muscle_tab.c: Adjust.
17689
5ece6d43
AD
176902002-02-05 Akim Demaille <akim@epita.fr>
17691
17692 * src/muscle_tab.c (muscle_init): Don't default to NULL muscle
17693 which have no values.
17694
5bb18f9a
AD
176952002-02-05 Akim Demaille <akim@epita.fr>
17696
17697 * src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
17698 * data/: here.
17699
894dd62e
PE
177002002-01-29 Paul Eggert <eggert@twinsun.com>
17701
17702 * src/bison.simple (YYSIZE_T): Do not define merely because
17703 YYSTACK_USE_ALLOCA is nonzero or alloca or _ALLOCA_H are defined.
17704 On some platforms, <alloca.h> does not declare YYSTD (size_t).
17705
82841af7
AD
177062002-01-27 Akim Demaille <akim@epita.fr>
17707
17708 Fix `%nonassoc and eof'.
17709
17710 * src/state.c (errs_dup): Aaaah! The failure was due to bytes
17711 which were not properly copied! Replace
17712 memcpy (res->errs, src->errs, src->nerrs);
17713 with
17714 memcpy (res->errs, src->errs, src->nerrs * sizeof (src->errs[0]));
17715 !!!
17716 * tests/regression.at (%nonassoc and eof): Adjust to newest
17717 Autotest: `.' is not in the PATH.
17718
318b76e9
AD
177192002-01-27 Akim Demaille <akim@epita.fr>
17720
17721 * tests/sets.at (AT_EXTRACT_SETS): New.
17722 (Nullable): Use it.
17723 (Firsts): New.
17724
30d2f3d5
AD
177252002-01-26 Akim Demaille <akim@epita.fr>
17726
17727 * tests/actions.at, tests/calc.at, tests/headers.at,
17728 * tests/torture.at: Adjust to the newest Autotest which no longer
17729 forces `.' in the PATH.
17730
30f8c395
AD
177312002-01-25 Akim Demaille <akim@epita.fr>
17732
17733 * tests/regression.at (%nonassoc and eof): New.
17734 Suggested by Robert Anisko.
17735
29ae55f1
AD
177362002-01-24 Akim Demaille <akim@epita.fr>
17737
17738 Bison dumps core when trying to complain about broken input files.
17739 Reported by Cris van Pelt.
17740
17741 * src/lex.c (parse_percent_token): Be sure to set token_buffer.
17742 * tests/regression.at (Invalid input: 1, Invalid input: 2): Merge
17743 into...
17744 (Invalid inputs): Strengthen: exercise parse_percent_token.
17745
2b548aa6
RA
177462002-01-24 Robert Anisko <robert.anisko@epita.fr>
17747
17748 * src/Makefile.am: Add bison.c++.
17749 * src/bison.c++: New skeleton.
17750
bb0146c2
AD
177512002-01-21 Paolo Bonzini <bonzini@gnu.org>
17752
17753 * po/it.po: New.
17754
bec30531
AD
177552002-01-21 Kees Zeelenberg <kzlg@users.sourceforge.net>
17756
17757 * src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
17758
fc6edc45
MA
177592002-01-20 Marc Autret <marc@gnu.org>
17760
17761 * src/files.c (compute_output_file_names): Fix
17762
5e5d5415
MA
177632002-01-20 Marc Autret <marc@gnu.org>
17764
17765 * tests/output.at: New test.
17766 * src/files.c (compute_base_names): Don't map extensions when
17767 the YACC flag is set, use defaults.
17768 Reported by Evgeny Stambulchik.
17769
44ea3fbd
MA
177702002-01-20 Marc Autret <marc@gnu.org>
17771
ba0fe3c7
PE
17772 * src/system.h: Need to define __attribute__ away for non-GCC
17773 compilers as well (i.e., the vendor C compiler).
44ea3fbd
MA
17774 Suggested by Albert Chin-A-Young.
17775
338963d1
TVH
177762002-01-11 Tim Van Holder <tim.van.holder@pandora.be>
17777
17778 * lib/hash.h, lib/hash.c: Renamed __P to PARAMS and used the
17779 canonical definition.
17780 * src/system.h: Use the canonical definition for PARAMS (avoids
17781 a conflict with the macro from lib/hash.h).
17782
c57b2479
AD
177832002-01-11 Akim Demaille <akim@epita.fr>
17784
17785 * configure.in: Use AC_FUNC_STRNLEN.
d9e9746c 17786 Fixes the failures observed on AIX 4.3 by H.Merijn Brand.
c57b2479 17787
b85810ae
AD
177882002-01-09 Akim Demaille <akim@epita.fr>
17789
17790 * src/files.c, src/files.h (output_infix): New.
17791 (tab_extension): Remove.
17792 (compute_base_names): Compute the former, drop the latter.
17793 * src/output.c (prepare): Insert the muscles `output-infix', and
17794 `output-suffix'.
17795 * src/parse-skel.y (string, string.1): New.
17796 (section.header): Use it.
17797 (section.yacc): Remove.
17798 (prefix): Remove too.
17799 * src/scan-skel.l: Adjust.
17800 * src/bison.simple, src/bison.hairy: Adjust.
17801
cae60122
AD
178022002-01-09 Akim Demaille <akim@epita.fr>
17803
17804 * configure.in (WERROR_CFLAGS): Compute it.
17805 * src/Makefile.am (CFLAGS): Pass it.
17806 * tests/atlocal.in (CFLAGS): Idem.
17807 * src/files.c: Fix a few warnings.
17808 (get_extension_index): Remove, unused.
17809
ae404801
AD
178102002-01-08 Akim Demaille <akim@epita.fr>
17811
17812 * src/getargs.c (AS_FILE_NAME): New.
17813 (getargs): Use it to convert DOSish file names.
17814 * src/files.c (base_name): Rename as full_base_name to avoid
17815 clashes with `base_name ()'.
17816 (filename_split): New.
17817 (compute_base_names): N-th rewrite, using filename_split.
17818
22312b71
AD
178192002-01-08 Akim Demaille <akim@epita.fr>
17820
17821 * lib/basename.c, lib/dirname.h, lib/dirname.c, lib/memrchr.c:
17822 New, stolen from the Fileutils 4.1.
17823 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
17824 * configure.in: Check for the presence of memrchr, and of its
17825 prototype.
17826
a67cef01
TVH
178272002-01-07 Tim Van Holder <tim.van.holder@pandora.be>
17828
17829 * lib/hash.h (__P): Added definition for this macro.
17830 * src/Makefile.am: Add parse-skel.c and scan-skel.c to
17831 BUILT_SOURCES, to ensure they are generated first.
17832 * src/parse-skel.y: Use YYERROR_VERBOSE instead of
17833 %error-verbose to allow bootstrapping with bison 1.30x.
17834
2b25d624
AD
178352002-01-06 Akim Demaille <akim@epita.fr>
17836
17837 * src/reader.c (parse_braces): Don't fetch the next char, the
17838 convention is to fetch on entry.
17839 * tests/torture.at (GNU Cim Grammar): Reintroduce their weird
17840 'switch' without a following semicolon.
17841 * tests/regression.at (braces parsing): New.
17842
3460813b
AD
178432002-01-06 Akim Demaille <akim@epita.fr>
17844
17845 Bison is dead wrong in its RR conflict reports.
17846
17847 * tests/torture.at (GNU Cim Grammar): New.
17848 * src/conflicts.c (count_rr_conflicts): Fix.
17849
73784c64
AD
178502002-01-06 Akim Demaille <akim@epita.fr>
17851
17852 Creating package.m4 from configure.ac causes too many problems.
17853
17854 * tests/Makefile.am (package.m4): Create it by hand,
17855 AC_CONFIG_TESTDIR no longer does in the most recent CVS Autoconf.
17856
25d81090
AD
178572002-01-06 Akim Demaille <akim@epita.fr>
17858
17859 * src/Makefile.am (bison_SOURCES): Add parse-skel.h and
17860 skeleton.h.
17861
a9b8959e
PE
178622002-01-04 Paul Eggert <eggert@twinsun.com>
17863
17864 * doc/bison.texinfo (Debugging):
17865 Remove YYSTDERR; it's no longer defined or used.
17866 Also, s/cstdio.h/cstdio/.
17867
25d81090
AD
178682002-01-03 Akim Demaille <akim@epita.fr>
17869
17870 * tests/bison.in, tests/atlocal.in: Adjust to CVS Autoconf.
17871
1109455c
AD
178722002-01-03 Akim Demaille <akim@epita.fr>
17873
17874 * src/parse-skel.y (process_skeleton): Don't bind the parser's
17875 tracing code to --trace, wait for a better --trace option, with
17876 args.
17877
7ea5e977
AD
178782002-01-03 Akim Demaille <akim@epita.fr>
17879
17880 * src/bison.simple (YYSTDERR): Remove, replace `stderr'.
17881 The ISO C++ standard is extremely clear about it: stderr is
17882 considered a macro, not a regular symbol (see table 94 `Header
17883 <cstdio> synopsis', [lib.c.files] 27.8.2 C Library files).
17884 Therefore std:: does not apply to it. It still does with fprintf.
17885 Also, s/cstdio.h/cstdio/.
17886
fab5b110
AD
178872002-01-03 Akim Demaille <akim@epita.fr>
17888
17889 * lib/quotearg.c: Use `#include "..."' instead of `#include <...>'
17890 for non system headers.
17891
aed7fd9b
AD
178922002-01-02 Akim Demaille <akim@epita.fr>
17893
17894 Equip the skeleton chain with location tracking, runtime trace,
17895 pure parser and scanner.
17896
17897 * src/parse-skel.y: Request a pure parser, locations, and prefix
17898 renaming.
17899 (%union): Having several members with the same type does not help
17900 type mismatches, simplify.
17901 (YYPRINT, yyprint): New.
17902 (yyerror): ``Rename'' (there is a #define yyerror skel_error) as...
17903 (skel_error): this.
17904 Handle locations.
17905 * src/scan-skel.l: Adjust to these changes.
17906 * src/skeleton.h (LOCATION_RESET, LOCATION_LINES, LOCATION_STEP)
17907 (LOCATION_PRINT, skel_control_t): New.
17908
24fad99e
AD
179092001-12-30 Akim Demaille <akim@epita.fr>
17910
17911 * src/parse-skel.y: Get rid of the shift/reduce conflict:
17912 replace `gb' with BLANKS.
17913 * src/scan-skel.l: Adjust.
17914
a4b36db4
AD
179152001-12-30 Akim Demaille <akim@epita.fr>
17916
17917 * src/system.h: We don't need nor want bcopy.
17918 Throw away MS-DOS crap: we don't need getpid.
17919 * configure.in: We don't need strndup. It was even causing
17920 problems: because Flex includes the headers *before* us,
17921 _GNU_SOURCE is not defined by config.h, and therefore strndup was
17922 not visible.
17923 * lib/xstrndup.c: New.
17924 * src/scan-skel.l: Use it.
17925 Be sure to initialize yylval.muscle member when scanning a MUSCLE.
17926 * src/parse-skel.y: Use %directives instead of #defines.
17927
1239777d
AD
179282001-12-30 Akim Demaille <akim@epita.fr>
17929
17930 * src/skeleton.h: New.
17931 * src/output.c (output_parser, output_master_parser): Remove, dead
17932 code.
17933 * src/output.h (get_lines_number, actions_output, guards_output)
17934 (token_definitions_output): Prototype them.
17935 * src/parse-skel.y: Add the license notice.
17936 Include output.h and skeleton.h.
17937 (process_skeleton): Returns void, and takes a single parameter.
17938 * src/scan-skel.l: Add the license notice.
17939 Include skeleton.h.
17940 Don't use %option yylineno: it seems that then Flex imagines
17941 REJECT has been used, and therefore it won't reallocate its
17942 buffers (which makes no other sense to me than a bug). It results
17943 in warnings for `unused: yy_flex_realloc'.
17944
9b3add5b
RA
179452001-12-30 Robert Anisko <robert.anisko@epita.fr>
17946
17947 * src/muscle_tab.h (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
17948 (MUSCLE_INSERT_PREFIX): ...to there.
17949 * src/output.c (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
17950 (MUSCLE_INSERT_PREFIX): Move from here...
17951
17952 * src/bison.hairy: Add a section directive. Put braces around muscle
17953 names. This parser skeleton is still broken, but Bison should not
17954 choke on a bad muscle 'syntax'.
17955 * src/bison.simple: Add a section directive. Put braces around muscle
17956 names.
17957
17958 * src/files.h (strsuffix, stringappend): Add declarations.
17959 (tab_extension): Add declaration.
17960 (short_base_name): Add declaration.
17961
17962 * src/files.c (strsuffix, stringappend): No longer static. These
17963 functions are used in the skeleton parser.
17964 (tab_extension): New.
17965 (compute_base_names): Use the computations done in this function
fab5b110 17966 to guess if the generated parsers should have '.tab' in their
9b3add5b
RA
17967 names.
17968 (short_base_name): No longer static.
17969
17970 * src/output.c (output_skeleton): New.
17971 (output): Disable call to output_master_parser, and give a try to
17972 a new skeleton handling system.
17973 (guards_output, actions_output): No longer static.
17974 (token_definitions_output, get_lines_number): No longer static.
17975
17976 * configure.in: Use AM_PROG_LEX and AC_PROG_YACC.
17977
fab5b110 17978 * src/Makefile.am (bison_SOURCES): Add scan-skel.l and
9b3add5b
RA
17979 parse-skel.y.
17980
17981 * src/parse-skel.y: New file.
17982 * src/scan-skel.l: New file.
17983
b5b61c61
AD
179842001-12-29 Akim Demaille <akim@epita.fr>
17985
17986 %name-prefix is broken.
17987
17988 * src/files.c (spec_name_prefix): Initialize to NULL, not to "yy".
17989 Adjust all dependencies.
17990 * tests/headers.at (export YYLTYPE): Strengthen this test: use
17991 %name-prefix.
17992
17993 Renaming yylval but not yylloc is not consistent. Now we do.
17994
17995 * src/bison.simple: Prefix yylloc if used.
17996 * doc/bison.texinfo (Decl Summary): Document that.
17997
8c9a50be
AD
179982001-12-29 Akim Demaille <akim@epita.fr>
17999
18000 * doc/bison.texinfo: Promote `%long-directive' over
18001 `%long_directive'.
18002 Remove all references to fixed-output-files, yacc is enough.
18003
d99361e6
AD
180042001-12-29 Akim Demaille <akim@epita.fr>
18005
18006 * src/bison.simple: Define YYDEBUG and YYERROR_VERBOSE *after* the
18007 user prologue. These are defaults.
18008 * tests/actions.at (Mid-rule actions): Make sure the user can
18009 define YYDEBUG and YYERROR_VERBOSE.
18010
b9cecb91
AD
180112001-12-29 Akim Demaille <akim@epita.fr>
18012
18013 * src/output.c (header_output): Don't forget to export YYLTYPE and
18014 yylloc.
18015 * tests/headers.at (export YYLTYPE): New, make sure it does.
18016 * tests/regression.at (%union and --defines, Invalid CPP headers):
18017 Move to...
18018 * tests/headers.at: here.
18019
aea13e97
AD
180202001-12-29 Akim Demaille <akim@epita.fr>
18021
18022 * src/gram.h (rule_s): Member `assoc' is of type `associativity'.
18023
931394cb
AD
180242001-12-29 Akim Demaille <akim@epita.fr>
18025
18026 * tests/actions.at (Mid-rule actions): Output on a single line
18027 instead of several.
18028
704a47c4
AD
180292001-12-29 Akim Demaille <akim@epita.fr>
18030
18031 * doc/bison.texinfo: Formatting changes.
18032
091e20bb
AD
180332001-12-29 Akim Demaille <akim@epita.fr>
18034
18035 Don't store the token defs in a muscle, just be ready to output it
18036 on command. Now possible via `symbols'. Fixes a memory leak.
18037
18038 * src/output.c (token_definitions_output): New.
18039 (output_parser, header_output): Use it.
18040 * src/reader.c (symbols_save): Remove.
18041
cce71710
AD
180422001-12-29 Akim Demaille <akim@epita.fr>
18043
18044 * src/bison.simple: Do not provide a default for YYSTYPE and
18045 YYLTYPE before the user's prologue. Otherwise it's hardly... a
18046 default.
18047
82c035a8
AD
180482001-12-29 Akim Demaille <akim@epita.fr>
18049
18050 Mid-rule actions are simply... ignored!
18051
18052 * src/reader.c (readgram): Be sure to attach mid-rule actions to
18053 the empty-rule associated to the dummy symbol, not to the host
18054 rule.
18055 * tests/actions.at (Mid-rule actions): New.
18056
8419d367
AD
180572001-12-29 Akim Demaille <akim@epita.fr>
18058
18059 Memory leak.
18060
18061 * src/reader.c (reader): Free grammar.
18062
375d5806
AD
180632001-12-29 Akim Demaille <akim@epita.fr>
18064
18065 Memory leak.
18066
18067 * src/LR0.c (new_itemsets): Don't allocate `shift_symbol' here,
18068 since it allocates it for each state, although only one is needed.
18069 (allocate_storage): Do it here.
18070
f51cb8ff
AD
180712001-12-29 Akim Demaille <akim@epita.fr>
18072
18073 * src/options.h, src/options.c (create_long_option_table): Rename
18074 as...
18075 (long_option_table_new): this, with a clearer prototype.
18076 (percent_table): Remove, unused,
18077 * src/getargs.c (getargs): Adjust.
18078
29e88316
AD
180792001-12-29 Akim Demaille <akim@epita.fr>
18080
18081 * src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.c
18082 * src/print.c, src/print_graph.c, src/state.h: Rename state_table
18083 as states.
18084
b9f71f19
AD
180852001-12-29 Akim Demaille <akim@epita.fr>
18086
18087 * src/lalr.c (build_relations): Rename `states' as `states1'.
18088 Sorry, I don't understand exactly what it is, no better name...
18089
1a2b5d37
AD
180902001-12-29 Akim Demaille <akim@epita.fr>
18091
18092 * src/closure.c, src/conflicts.c, src/derives.c, src/gram.c
18093 * src/gram.h, src/lalr.c, src/nullable.c, src/output.c, src/print.c
18094 * src/print_graph.c, src/reader.c, src/reduce.c: Rename rule_table
18095 as rules.
18096
1cca533e
AD
180972001-12-29 Akim Demaille <akim@epita.fr>
18098
18099 * src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long
18100 ago.
18101
c03ae966
AD
181022001-12-29 Akim Demaille <akim@epita.fr>
18103
18104 * src/reader.c, src/reader.h (user_toknums): Remove.
18105 Adjust all users to use symbols[i]->user_token_number.
18106
5a670b1e
AD
181072001-12-29 Akim Demaille <akim@epita.fr>
18108
18109 * src/gram.c, src/gram.h (sprec, sassoc): Remove.
18110 Adjust all users to use symbols[i]->prec or ->assoc.
18111
ad949da9
AD
181122001-12-29 Akim Demaille <akim@epita.fr>
18113
18114 * src/reader.c, src/reader.h (tags): Remove.
18115 Adjust all users to use symbols[i]->tag.
18116
0e78e603
AD
181172001-12-29 Akim Demaille <akim@epita.fr>
18118
18119 * src/gram.h, src/gram.c (symbols): New, similar to state_table
18120 and rule_table.
18121 * src/reader.c (packsymbols): Fill this table.
18122 Drop sprec.
18123 * src/conflicts.c (resolve_sr_conflict): Adjust.
18124 * src/reduce.c (reduce_grammar): Adjust: just sort symbols, a
18125 single table.
18126 Use symbols[i]->tag instead of tags[i].
18127
213e640e
AD
181282001-12-29 Akim Demaille <akim@epita.fr>
18129
18130 * tests/calc.at (_AT_DATA_CALC_Y): Also use %union.
18131 In addition, put a comment in there, to replace...
18132 * tests/regression.at (%union and C comments): Remove.
18133
e7b8bef1
AD
181342001-12-29 Akim Demaille <akim@epita.fr>
18135
18136 * tests/regression.at (Web2c Actions): Blindly move the actual
18137 output as expected output. The contents *seem* right to me, but I
18138 can't pretend reading perfectly parser tables... Nonetheless, all
18139 the other tests pass correctly, the table look OK, even though the
18140 presence of `$axiom' is to be noted: AFAICS it is useless (but
18141 harmless).
18142
b68e7744
AD
181432001-12-29 Akim Demaille <akim@epita.fr>
18144
18145 * src/reader.c (readgram): Don't add the rule 0 if there were no
18146 rules read. In other words, add it _after_ having performed
18147 grammar sanity checks.
18148 Fixes the `tests/regression.at (Invalid input: 1)' Failure.
18149
78d5bae9
AD
181502001-12-29 Akim Demaille <akim@epita.fr>
18151
18152 * tests/regression.at (Web2c Report): Catch up: the rule 0 is now
18153 visible, and some states have now a different number.
18154
ff442794
AD
181552001-12-29 Akim Demaille <akim@epita.fr>
18156
18157 * src/reader.c (readgram): Bind the initial rule's lineno to that
18158 of the first rule.
18159 * tests/regression.at (Rule Line Numbers, Unresolved SR Conflicts):
18160 (Solved SR Conflicts): Adjust rule 0's line number.
18161
610ab194
AD
181622001-12-29 Akim Demaille <akim@epita.fr>
18163
18164 Fix the `GAWK Grammar' failure.
18165
18166 * src/LR0.c (final_state): Initialize to -1 so that we do compute
18167 the reductions of the first state which was mistakenly confused
18168 with the final state because precisely final_state was initialized
18169 to 0.
18170 * tests/sets.at (Nullable): Adjust: state 0 does have lookaheads,
18171 now noticed by Bison.
18172 * tests/regression.at (Rule Line Numbers): Adjust: state 0 does
18173 have a reduction on $default.
18174
29d29c8f
AD
181752001-12-29 Akim Demaille <akim@epita.fr>
18176
18177 * src/gram.c (ritem_print): Be sure to subtract 1 when displaying
18178 rule line numbers.
18179 * src/closure.c (print_closure): Likewise.
18180 * src/derives.c (print_derives): Likewise.
18181 * tests/sets.at (Nullable): Adjust: the rule numbers are correct
18182 now.
18183
7c6b64d0
AD
181842001-12-29 Akim Demaille <akim@epita.fr>
18185
18186 * src/lalr.c (lookaheads_print): New.
18187 (lalr): Call it when --trace-flag.
18188 * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads
18189 are dumped.
18190
3d4daee3
AD
181912001-12-29 Akim Demaille <akim@epita.fr>
18192
18193 * src/derives.c (print_derives): Be sure to use `>= 0', not `> 0',
18194 when walking through ritem, even via rule->rhs.
18195 * src/reduce.c (dump_grammar, useful_production, reduce_output)
18196 (useful_production, useless_nonterminals): Likewise.
18197 (reduce_grammar_tables): Likewise, plus update nritems.
18198 * src/nullable.c (set_nullable): Likewise.
18199 * src/lalr.c (build_relations): Likewise.
18200 * tests/sets.at (Nullable): Adjust.
18201 Fortunately, now, the $axiom is no longer nullable.
18202
9e7f6bbd
AD
182032001-12-29 Akim Demaille <akim@epita.fr>
18204
18205 * src/LR0.c (generate_states): Use nritems, not nitems, nor using
18206 the 0-sentinel.
18207 * src/gram.c (ritem_longest_rhs): Likewise.
18208 * src/reduce.c (nonterminals_reduce): Likewise.
18209 * src/print_graph.c (print_graph): Likewise.
18210 * src/output.c (output_rule_data): Likewise.
18211 * src/nullable.c (set_nullable): Likewise.
18212
255ef638
AD
182132001-12-29 Akim Demaille <akim@epita.fr>
18214
18215 * src/output.c: Comment changes.
18216
0d8a7363
AD
182172001-12-27 Paul Eggert <eggert@twinsun.com>
18218
18219 * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
18220 cases for non-GNU systems like AIX, HP-UX, SGI, Sun, and
18221 Sparc, as they were causing more porting problems than the
18222 (minor) performance improvement was worth.
18223
18224 Also, catch up with 1.31's YYSTD.
18225
3db472b9
AD
182262001-12-27 Akim Demaille <akim@epita.fr>
18227
18228 * src/output.c (output_gram): Rely on nritems, not the
18229 0-sentinel. See below.
18230 Use -1 as separator, not 0.
18231 * src/bison.simple (yyparse): Subtract 1 to the rule numbers.
18232 Rely on -1 as separator in yyrhs, instead of 0.
18233 * tests/calc.at (AT_CHECK_CALC): Now, the parsers no longer issue
18234 twice `Now at end of input', therefore there are two lines less to
18235 expect.
18236
b365aa05
AD
182372001-12-27 Akim Demaille <akim@epita.fr>
18238
18239 * tests/regression.at (Unresolved SR Conflicts):
18240 (Solved SR Conflicts, Rule Line Numbers): Adjust to the changes
18241 below.
18242
30171f79
AD
182432001-12-27 Akim Demaille <akim@epita.fr>
18244
18245 * src/LR0.c (new_state): Recognize the final state by the fact it
18246 is reached by eoftoken.
18247 (insert_start_shifting_state, insert_eof_shifting_state)
18248 (insert_accepting_state, augment_automaton): Remove, since now
18249 these states are automatically computed from the initial state.
18250 (generate_states): Adjust.
18251 * src/print.c: When reporting a rule number to the user, substract
18252 1, so that the axiom rule is rule 0, and the first user rule is 1.
18253 * src/reduce.c: Likewise.
18254 * src/print_graph.c (print_core): For the time being, just as for
18255 the report, depend upon --trace-flags to dump the full set of
18256 items.
18257 * src/reader.c (readgram): Once the grammar read, insert the rule
18258 0: `$axiom: START-SYMBOL $'.
18259 * tests/set.at: Adjust: rule 0 is now displayed, and since the
18260 number of the states has changed (the final state is no longer
18261 necessarily the last), catch up.
18262
75142d45
AD
182632001-12-27 Akim Demaille <akim@epita.fr>
18264
18265 Try to make the use of the eoftoken valid. Given that its value
18266 is 0 which was also used as a sentinel in ritem, (i) make sure >= 0
18267 is used instead of > 0 where appropriate, (ii), depend upon nritems
18268 instead of the 0-sentinel.
18269
18270 * src/gram.h, src/gram.c (nritems): New.
18271 Expected to be duplication of nitems, but for the time being...
18272 * src/reader.c (packgram): Assert nritems and nitems are equal.
18273 * src/LR0.c (allocate_itemsets, new_itemsets): Adjust.
18274 * src/closure.c (print_closure, print_fderives): Likewise.
18275 * src/gram.c (ritem_print): Likewise.
18276 * src/print.c (print_core, print_grammar): Likewise.
18277 * src/print_graph.c: Likewise.
18278
b7c49edf
AD
182792001-12-27 Akim Demaille <akim@epita.fr>
18280
18281 * src/main.c (main): If there are complains after grammar
18282 reductions, then output the report anyway if requested, then die.
18283 * src/symtab.c (bucket_new): Initialize `value' to -1, not 0.
18284 * src/reader.c (eoftoken): New.
18285 (parse_token_decl): If the token being defined has value `0', it
18286 is the eoftoken.
18287 (packsymbols): No longer hack `tags' to insert `$' by hand.
18288 Be sure to preserve the value of the eoftoken.
18289 (reader): Make sure eoftoken is defined.
18290 Initialize nsyms to 0: now eoftoken is created just like the others.
18291 * src/print.c (print_grammar): Don't special case the eof token.
18292 * src/regression.at: Adjust: `$' has value 0, not -1, which was a
18293 lie anyway, albeit pleasant.
18294 * tests/calc.at: Exercise error messages with eoftoken.
18295 Change the grammar so that empty input is invalid.
18296 Adjust expectations.
18297 When yyungeting, be sure to use a valid yylloc: use last_yylloc.
18298
ec2da99f
AD
182992001-12-27 Akim Demaille <akim@epita.fr>
18300
18301 * configure.in: Check the protos of strchr ans strspn.
18302 Replace strchr if needed.
18303 * src/system.h: Provide the protos of strchr, strspn and memchr if
18304 missing.
18305 * lib/strchr.c: New.
18306 * src/reader.c (symbols_save): Use strchr.
18307
8adfa272
AD
183082001-12-27 Akim Demaille <akim@epita.fr>
18309
18310 * src/print.c, src/print_graph.c (escape): New.
18311 Use it to quote the TAGS outputs.
18312 * src/print_graph.c (print_state): Now errors are in red, and
18313 reductions in green.
18314 Prefer high to wide: output the state number on a line of its own.
18315
80dac38c
AD
183162001-12-27 Akim Demaille <akim@epita.fr>
18317
18318 * src/state.h, src/state.c (reductions_new): New.
18319 * src/LR0.c (set_state_table): Let all the states have a
18320 `reductions', even if reduced to 0.
18321 (save_reductions): Adjust.
18322 * src/lalr.c (initialize_LA, initialize_lookaheads): Adjust.
18323 * src/print.c (print_reductions, print_actions): Adjust.
18324 * src/output.c (action_row): Adjust.
18325
2cec70b9
AD
183262001-12-27 Akim Demaille <akim@epita.fr>
18327
18328 * src/state.h, src/state.c (errs_new, errs_dup): New.
18329 * src/LR0.c (set_state_table): Let all the states have an errs,
18330 even if reduced to 0.
18331 * src/print.c (print_errs, print_reductions): Adjust.
18332 * src/output.c (output_actions, action_row): Adjust.
18333 * src/conflicts.c (resolve_sr_conflict): Adjust.
18334
13ca549a
AD
183352001-12-27 Akim Demaille <akim@epita.fr>
18336
18337 * src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SYMBOL.
18338
5092aba5
AD
183392001-12-27 Akim Demaille <akim@epita.fr>
18340
18341 * src/conflicts.c, src/conflicts.h (print_reductions): Move to...
18342 * src/print.c: here.
18343 (lookaheadset, shiftset): New, used as additional storage by
18344 print_reductions.
18345 (print_results): Adjust.
18346 (print_shifts, print_gotos, print_errs): New, extracted from...
18347 (print_actions): here.
18348 * src/print_graph.c (print_actions): Remove dead code.
18349
11e2beca
AD
183502001-12-27 Akim Demaille <akim@epita.fr>
18351
18352 * src/reader.c (copy_dollar, copy_at): Better checking of `n' in
18353 `$n' and `@n'.
18354
dac3c910
AD
183552001-12-27 Akim Demaille <akim@epita.fr>
18356
18357 * src/lalr.c (add_lookback_edge): Use state_t instead of ints.
18358 (build_relations): Adjust.
18359
d0b0fefa
AD
183602001-12-27 Akim Demaille <akim@epita.fr>
18361
18362 * src/lalr.c (set_goto_map): Remove a wrong but benign loop
18363 duplication.
18364
adc8c848
AD
183652001-12-27 Akim Demaille <akim@epita.fr>
18366
18367 * src/reader.c (packgram): Catch nitems overflows.
18368
14d293ac
AD
183692001-12-27 Akim Demaille <akim@epita.fr>
18370
18371 * src/files.c, src/files.h (guard_obstack): Remove.
18372 * src/output.c (output): Adjust.
18373 * src/reader.c (parse_braces): New, factoring...
18374 (copy_action, copy_guard): these two which are renamed as...
18375 (parse_action, parse_guard): these.
18376 As a voluntary consequence, using braces around guards is now
18377 mandatory.
18378
f499b062
AD
183792001-12-27 Akim Demaille <akim@epita.fr>
18380
18381 * src/gram.h (rule_t): `guard' and `guard_line' are new members.
18382 * src/reader.c (symbol_list): `guard' and `guard_line' are new
18383 members.
18384 (symbol_list_new): Adjust.
18385 (copy_action): action_line is the first line, not the last.
18386 (copy_guard): Just as for actions, store the `action' only, not
18387 the switch/case/break flesh.
18388 Don't parse the user action that might follow the guard, let...
18389 (readgram): do it, i.e., now, there can be an action after a
18390 guard.
18391 In other words the guard is just explicitly optional.
18392 (packgram): Adjust.
18393 * src/output.c (guards_output): New.
18394 (output_parser): Call it when needed.
18395 (output): Also free the guard and attrs obstacks.
18396 * src/files.c, src/files.h (obstack_save): Remove.
18397 (output_files): Remove.
18398 As a result, if one needs the former `.act' file, using an
18399 appropriate skeleton which requires actions and guards is now
18400 required.
18401 * src/main.c (main): Adjust.
18402 * tests/semantic.at: New.
18403 * tests/regression.at: Use `input.y' as input file name.
18404 Avoid 8+3 problems by requiring input.c when the test needs the
18405 parser.
18406
d945f5cd
AD
184072001-12-27 Akim Demaille <akim@epita.fr>
18408
18409 * src/reader.c (symbol_list_new): Be sure to initialize all the
18410 fields.
18411
d200e455
AD
184122001-12-27 Akim Demaille <akim@epita.fr>
18413
18414 All the hacks using a final pseudo state are now useless.
18415
18416 * src/LR0.c (set_state_table): state_table holds exactly nstates.
18417 * src/lalr.c (nLA): New.
18418 (initialize_LA, compute_lookaheads, initialize_lookaheads): Use it
18419 instead of lookaheadsp from the pseudo state (nstate + 1).
18420
f9507c28
AD
184212001-12-27 Akim Demaille <akim@epita.fr>
18422
18423 * src/output.c (action_row, token_actions): Use a state_t instead
18424 of a integer, and nlookaheads instead of the following state's
18425 lookaheadsp.
18426
065fbd27
AD
184272001-12-27 Akim Demaille <akim@epita.fr>
18428
18429 * src/conflicts.c (log_resolution, flush_shift)
18430 (resolve_sr_conflict, set_conflicts, solve_conflicts)
18431 (count_sr_conflicts, count_rr_conflicts, conflicts_output)
18432 (conflicts_print, print_reductions): Use a state_t instead of an
18433 integer when referring to a state.
18434 As much as possible, depend upon nlookaheads, instead of the
18435 `lookaheadsp' member of the following state (since lookaheads of
18436 successive states are successive, the difference between state n + 1
18437 and n served as the number of lookaheads for state n).
18438 * src/lalr.c (add_lookback_edge): Likewise.
18439 * src/print.c (print_core, print_actions, print_state)
18440 (print_results): Likewise.
18441 * src/print_graph.c (print_core, print_actions, print_state)
18442 (print_graph): Likewise.
18443 * src/conflicts.h: Adjust.
18444
1b177bd7
AD
184452001-12-27 Akim Demaille <akim@epita.fr>
18446
18447 * src/bison.hairy: Formatting/comment changes.
18448 ANSIfy.
18449 Remove `register' indications.
18450 Add plenty of `static'.
18451
7742ddeb
AD
184522001-12-27 Akim Demaille <akim@epita.fr>
18453
18454 * src/output.c (prepare): Drop the muscle `ntbase' which
18455 duplicates ntokens.
18456 * src/bison.simple: Formatting/comment changes.
18457 Use YYNTOKENS only, which is documented, but not YYNTBASE, which
18458 is an undocumented synonym.
18459
1fa14068
AD
184602001-12-22 Akim Demaille <akim@epita.fr>
18461
18462 * src/output.c (output_table_data): Change the prototype to use
18463 `int' for array ranges: some invocations do pass an int, not a
18464 short.
18465 Reported by Wayne Green.
18466
b9752825
AD
184672001-12-22 Akim Demaille <akim@epita.fr>
18468
18469 Some actions of web2c.y are improperly triggered.
18470 Reported by Mike Castle.
18471
18472 * src/lalr.c (traverse): s/F (i)[k] = F (j)[k]/F (j)[k] = F (i)[k]/.
18473 * tests/regression.at (Web2c): Rename as...
18474 (Web2c Report): this.
18475 (Web2c Actions): New.
18476
776209d6
AD
184772001-12-22 Akim Demaille <akim@epita.fr>
18478
18479 Reductions in web2c.y are improperly reported.
18480 Reported by Mike Castle.
18481
18482 * src/conflicts.c (print_reductions): Fix.
18483 * tests/regression.at (Web2c): New.
18484
275fc3ad
AD
184852001-12-18 Akim Demaille <akim@epita.fr>
18486
18487 Some host fail on `assert (!"foo")', which expands to
18488 ((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
18489 Reported by Nelson Beebee.
18490
18491 * src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
18492 `#define it_succeeded 0' and `assert (it_succeeded)'.
18493
897668ee
MA
184942001-12-17 Marc Autret <autret_m@epita.fr>
18495
18496 * src/bison.simple: Don't hard code the skeleton line and filename.
18497 * src/output.c (output_parser): Rename 'line' as 'output_line'.
18498 New line counter 'skeleton_line' (skeleton-line muscle).
18499
ab3399e0
PE
185002001-12-17 Paul Eggert <eggert@twinsun.com>
18501
18502 * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that
18503 YYDEBUG must be defined to a nonzero value.
18504
18505 * src/bison.simple (yytname): Do not assume that the user defines
18506 YYDEBUG to a properly parenthesized expression.
18507
3877f72b
AD
185082001-12-17 Akim Demaille <akim@epita.fr>
18509
18510 * src/state.h (state_t): Rename lookaheads as lookaheadsp.
18511 nlookaheads is a new member.
18512 Adjust all users.
18513 * src/lalr.h (nlookaheads): Remove this orphan declaration.
18514 * src/lalr.c (initialize_lookaheads): Set nlookaheads for each
18515 state.
776209d6 18516
331dbc1b
AD
185172001-12-17 Akim Demaille <akim@epita.fr>
18518
18519 * src/files.h, src/files.c (open_files, close_files): Remove.
18520 * src/main.c (main): Don't open/close files, nor invoke lex_free,
18521 let...
18522 * src/reader.c (reader): Do it.
776209d6 18523
be750e4c
AD
185242001-12-17 Akim Demaille <akim@epita.fr>
18525
18526 * src/conflicts.c (print_reductions): Formatting changes.
776209d6 18527
709ae8c6
AD
185282001-12-17 Akim Demaille <akim@epita.fr>
18529
18530 * src/conflicts.c (flush_shift): Also adjust lookaheadset.
18531 (flush_reduce): New.
18532 (resolve_sr_conflict): Adjust.
776209d6 18533
f87685c3
AD
185342001-12-17 Akim Demaille <akim@epita.fr>
18535
18536 * src/output.c (output_obstack): Be static and rename as...
18537 (format_obstack): this, to avoid any confusion with files.c's
18538 output_obstack.
18539 * src/reader.h (muscle_obstack): Move to...
18540 * src/output.h: here, since it's defined in output.c.
18541
837491d8
AD
185422001-12-17 Akim Demaille <akim@epita.fr>
18543
18544 * src/output.c (action_row, save_column, default_goto)
18545 (sort_actions, matching_state, pack_vector): Better variable
18546 locality.
18547
796d61fb
AD
185482001-12-17 Akim Demaille <akim@epita.fr>
18549
18550 * src/output.c: Various formatting changes.
776209d6 18551
64d15509
AD
185522001-12-17 Akim Demaille <akim@epita.fr>
18553
18554 * src/files.c (output_files): Free the output_obstack.
18555 * src/main.c (main): Call print and print_graph conditionally.
18556 * src/print.c (print): Work unconditionally.
18557 * src/print_graph.c (print_graph): Work unconditionally.
18558 * src/conflicts.c (log_resolution): Output only if verbose_flag.
18559
fbc8ecb7
MA
185602001-12-16 Marc Autret <autret_m@epita.fr>
18561
18562 * src/output.c (actions_output): Fix. When we use %no-lines,
18563 there is one less line per action.
18564
f0440388
MA
185652001-12-16 Marc Autret <autret_m@epita.fr>
18566
18567 * src/bison.simple: Remove a useless #line directive.
18568 s/#line %%line %%skeleton/#line %%line "%%parser-file-name"/'.
18569 * src/output.c (get_lines_number): New.
776209d6 18570 (output_parser): Adjust, now takes care about the lines of a
f0440388
MA
18571 output muscles.
18572 Fix line numbering.
18573 (actions_output): Computes the number of lines taken by actions.
18574 (output_master_parser): Insert new skeleton which is the name of
18575 the output parser file name.
18576
a79986b8
MA
185772001-12-15 Marc Autret <autret_m@epita.fr>
18578
18579 * src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
18580
4ec8e00f
MA
185812001-12-15 Marc Autret <autret_m@epita.fr>
18582
18583 * src/output.c (output_gram): Keep track of the hairy one.
18584
1a4648ff
AD
185852001-12-15 Akim Demaille <akim@epita.fr>
18586
18587 Make `make distcheck' work.
18588
18589 * lib/Makefile.am (INCLUDES): Add top_srcdir/intl, since hash uses
18590 system.h which uses libgettext.h.
18591
9c2c67e6
AD
185922001-12-15 Akim Demaille <akim@epita.fr>
18593
18594 * src/nullable.c (set_nullable): Useless rules must be skipped,
18595 otherwise, since we range over their symbols, we might look at a
18596 nonterminal which no longer ``exists'', i.e., it is not counted in
18597 `nvars', hence we overflow our arrays.
18598
93ede233
AD
185992001-12-15 Akim Demaille <akim@epita.fr>
18600
18601 The header can also be produced directly, without any obstack!
18602 Yahoo!
18603
18604 * src/files.c, src/files.h (defines_obstack): Remove.
18605 (compute_header_macro): Global.
18606 (defines_obstack_save): Remove.
18607 * src/reader.c (parse_union_decl): No longer output to
18608 defines_obstack: its content can be found in the `stype' muscle
18609 anyway.
18610 (output_token_translations): Merge into...
18611 (symbols_output): this.
18612 Rename as...
18613 (symbols_save): this.
18614 (reader): Adjust.
18615 * src/output.c (header_output): New.
18616 (output): Call it.
18617
2666f928
AD
186182001-12-15 Akim Demaille <akim@epita.fr>
18619
18620 * src/reader.c (parse_union_decl): Instead of handling two obstack
18621 simultaneously, use one to define the `stype' muscle, and use the
18622 value of the latter to fill defines_obstack.
18623 (copy_comment): Remove.
18624 (copy_comment2): Work for a single obstack.
18625 Rename as...
18626 (copy_comment): this.
18627
428046f8
AD
186282001-12-15 Akim Demaille <akim@epita.fr>
18629
18630 * src/lex.c, src/lex.h (xgetc): No longer static.
18631 * src/reader.c (parse_union_decl): Revamp.
18632
ea52d706
AD
186332001-12-15 Akim Demaille <akim@epita.fr>
18634
18635 Still making progress in separating Bison into (i) input, (ii)
18636 process, (iii) output: now we can directly output the parser file
18637 without using table_obstack at all.
18638
18639 * src/files.c, src/files.h (table_obstack): Bye bye.
18640 (parser_file_name): New.
18641 * src/files.c (compute_output_file_names): Compute it.
18642 * src/output.c (actions_output, output_parser)
18643 (output_master_parser): To a file instead of an obstack.
18644
3f96f4dc
AD
186452001-12-15 Akim Demaille <akim@epita.fr>
18646
18647 Attach actions to rules, instead of pre-outputting them to
18648 actions_obstack.
18649
18650 * src/gram.h (rule_t): action and action_line are new members.
18651 * src/reader.c (symbol_list): Likewise.
18652 (copy_action): Save the actions within the rule.
18653 (packgram): Save them in rule_table.
18654 * src/output.c (actions_output): New.
18655 (output_parser): Use it on `%%actions'.
18656 (output_rule_data): Don't free rule_table.
18657 (output): Do it.
18658 (prepare): Don't save the `action' muscle.
18659 * src/bison.simple: s/%%action/%%actions/.
18660
51576fb3
AD
186612001-12-15 Akim Demaille <akim@epita.fr>
18662
18663 * src/reader.c (copy_action): When --yacc, don't append a `;'
18664 to the user action: let it fail if lacking.
dee049eb 18665 Suggested by Arnold Robbins and Tom Tromey.
51576fb3 18666
2648a72d
AD
186672001-12-14 Akim Demaille <akim@epita.fr>
18668
18669 * src/lex.c (literalchar): Simply return the char you decoded, non
18670 longer mess around with obstacks and int pointers.
18671 Adjust all callers.
18672
92790e5b
AD
186732001-12-14 Akim Demaille <akim@epita.fr>
18674
18675 * src/lex.c (literalchar): Don't escape the special characters,
18676 just decode them, and keep them as char (before, eol was output as
18677 the 2 char string `\n' etc.).
18678 * src/output.c (output_rule_data): Use quotearg to output the
18679 token strings.
18680
927c1557
PE
186812001-12-13 Paul Eggert <eggert@twinsun.com>
18682
18683 * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
18684 Do not infringe on the global user namespace when using C++.
18685 (YYFPRINTF, YYSTDERR): New macros, needed for the above.
18686 All uses of `fprintf' and `stderr' changed.
18687
18688 * doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
18689
ed8e1f68
AD
186902001-12-13 Akim Demaille <akim@epita.fr>
18691
18692 The computation of nullable is broken: it doesn't handle empty
18693 RHS's properly.
18694
18695 * tests/torture.at (GNU AWK Grammar): New.
18696 * tests/sets.at (Nullable): New.
18697 * src/nullable.c (set_nullable): Instead of blindly looping over
18698 `ritems', loop over the rules, and then over their rhs's.
18699
18700 Work around Autotest bugs.
18701
18702 * src/warshall.c (bitmatrix_print): Don't use `+--+' as table
18703 frame, because Autotest understand lines starting with a `+' as
18704 traces from the shell. Then, they are not processed properly.
18705 Admittedly an Autotest bug, but we don't have time to wait for
18706 Autotest to catch up.
18707 * tests/regression.at (Broken Closure): Adjust to the new table
18708 frames.
18709 Move to...
18710 * tests/sets.at: here.
18711
cb581495
AD
187122001-12-13 Akim Demaille <akim@epita.fr>
18713
18714 * src/closure.c (closure): Use nrules instead of playing tricks
18715 with BITS_PER_WORD.
18716
2e729273
AD
187172001-12-13 Akim Demaille <akim@epita.fr>
18718
18719 * src/print.c (print_actions): Output the handling of `$' as the
18720 traces do: shifting the token EOF. Before EOF was treated as a
18721 nonterminal.
18722 * tests/regression.at: Adjust some tests.
18723 * src/print_graph.c (print_core): Complete the set of items via
18724 closure. The next-to-final and final states are still unsatisfying,
18725 but that's to be addressed elsewhere.
18726 No longer output the rule numbers, but do output the state number.
18727 A single loop for the shifts + gotos is enough, but picked a
18728 distinct color for each.
18729 (print_graph): Initialize and finalize closure.
18730
107f7dfb
AD
187312001-12-13 Akim Demaille <akim@epita.fr>
18732
18733 * src/reader.c (readgram): Remove dead code, an strip useless
18734 braces.
18735 (get_type): Remove, unused.
18736
9b53a24f
AD
187372001-12-12 Akim Demaille <akim@epita.fr>
18738
18739 * src/complain.h, src/complain.c: Remove error_one_per_line, rely
18740 on that of lib/error.c.
18741
dbfb6dcd
AD
187422001-12-12 Akim Demaille <akim@epita.fr>
18743
18744 Some hosts don't like `/' in includes.
18745
18746 * src/system.h: Include libgettext.h without qualifying the path.
18747 * src/Makefile.am (INCLUDES): Add $(top_srcdir)/intl, remove
18748 $(top_srcdir).
18749
c25fb648
MA
187502001-12-11 Marc Autret <autret_m@epita.fr>
18751
18752 * src/output.c (output_parser): Remove useless muscle.
18753
710ddc4f
MA
187542001-12-11 Marc Autret <autret_m@epita.fr>
18755
18756 * src/bison.simple: Remove #line just before %%epilogue. It
18757 is now handled in ...
18758 * src/reader.c (read_additionnal_code): Add the output of a
18759 #line for the epilogue.
18760
e83d80b8
MA
187612001-12-10 Marc Autret <autret_m@epita.fr>
18762
927c1557 18763 * src/reader.c (copy_definition): Re-use CPP-outed code which
e83d80b8
MA
18764 replace precedent remove.
18765 * src/bison.simple: Remove #line before %%prologue because
18766 %%input-line is wrong at this time.
18767
971d5158
MA
187682001-12-10 Marc Autret <autret_m@epita.fr>
18769
18770 * src/reader.c (symbols_output): Clean up.
927c1557 18771 * src/output.c (output_gram, output): Clean up.
971d5158 18772
5edafffd
AD
187732001-12-10 Akim Demaille <akim@epita.fr>
18774
18775 * src/lalr.c (initialize_lookaheads): New. Extracted from...
18776 * src/LR0.c (set_state_table): here.
18777 * src/lalr.c (lalr): Call it.
18778
0279f8e9
AD
187792001-12-10 Akim Demaille <akim@epita.fr>
18780
18781 * src/state.h (shifts): Remove the `number' member: shifts are
18782 attached to state, hence no longer need to be labelled with a
18783 state number.
18784
190c4f5f
AD
187852001-12-10 Akim Demaille <akim@epita.fr>
18786
18787 Now that states have a complete set of members, the linked list of
18788 shifts is useless: just fill directly the state's shifts member.
18789
18790 * src/state.h (shifts): Remove the `next' member.
18791 * src/LR0.c (first_state, last_state): Remove.
18792 Adjust the callers.
18793 (augment_automaton): Don't look for the shifts that must be added
18794 a shift on EOF: it is those of the state we looked for! But now,
18795 since shifts are attached, it is no longer needed to looking
18796 merely by its id: its number.
18797
2a73b93d
AD
187982001-12-10 Akim Demaille <akim@epita.fr>
18799
18800 * src/LR0.c (augment_automaton): Better variable locality.
18801 Remove an impossible branch: if there is a state corresponding to
18802 the start symbol being shifted, then there is shift for the start
18803 symbol from the initial state.
18804
74392f6a
AD
188052001-12-10 Akim Demaille <akim@epita.fr>
18806
18807 * src/LR0.c (augment_automaton): Call `insert_eof_shifting_state'
18808 only when appropriate: when insert_start_shifting_state' is not
18809 invoked.
18810 * tests/regression.at (Rule Line Numbers): Adjust.
18811
37c82725
AD
188122001-12-10 Akim Demaille <akim@epita.fr>
18813
18814 * src/LR0.c (augment_automaton): Now that all states have shifts,
18815 merge the two cases addition shifts to the initial state.
18816
6a164e0c
AD
188172001-12-10 Akim Demaille <akim@epita.fr>
18818
18819 * src/lalr.c (set_state_table): Move to...
18820 * src/LR0.c: here.
18821 * src/lalr.c (lalr): Don't call it...
18822 * src/LR0.c (generate_states): do it.
18823 * src/LR0.h (first_state): Remove, only the table is used.
18824
7215de24
AD
188252001-12-10 Akim Demaille <akim@epita.fr>
18826
18827 * src/LR0.h (first_shift, first_reduction): Remove.
18828 * src/lalr.c: Don't use first_shift: find shifts through the
18829 states.
18830
80e25d4d
AD
188312001-12-10 Akim Demaille <akim@epita.fr>
18832
18833 * src/LR0.c: Attach shifts to states as soon as they are
18834 computed.
18835 * src/lalr.c (set_state_table): Instead of assigning shifts to
18836 state, just assert that the mapping was properly done.
18837
0ab3728b
AD
188382001-12-10 Akim Demaille <akim@epita.fr>
18839
18840 * src/LR0.c (insert_start_shift): Rename as...
18841 (insert_start_shifting_state): this.
18842 (insert_eof_shifting_state, insert_accepting_state): New.
18843 (augment_automaton): Adjust.
18844 Better locality of the variables.
18845 When looking if the start_symbol is shifted from the initial
18846 state, using `while (... symbol != start_symbol ...)' sounds
18847 better than `while (... symbol < start_symbol ...)': If fail
18848 to see how the order between symbols could be relevant!
18849
78af9bbc
AD
188502001-12-10 Akim Demaille <akim@epita.fr>
18851
18852 * src/getargs.h: Don't declare `spec_name_prefix' and
18853 `spec_file_prefix', declared by src/files.h.
18854 * src/files.c, src/files.h: Default for spec_name_prefix is "yy".
18855 * src/muscle_tab.c (muscle_init): Default prefix to NULL.
18856 * src/output.c (prepare): Adjust.
18857 * src/reader.c (symbols_output): Likewise.
18858 * src/vmsgetargs.c: Vaguely adjust, but who cares?
18859
bdef2a41
AD
188602001-12-10 Akim Demaille <akim@epita.fr>
18861
18862 * src/muscle_tab.c (muscle_init): NULL is a better default than
18863 `"0"'.
18864
3735969c
AD
188652001-12-10 Akim Demaille <akim@epita.fr>
18866
18867 * src/reader.c (reader): Calling symbols_output once is enough.
18868
49701457
AD
188692001-12-10 Akim Demaille <akim@epita.fr>
18870
18871 Now that states have a complete set of members, the linked list of
18872 reductions is useless: just fill directly the state's reductions
18873 member.
18874
18875 * src/state.h (struct reductions): Remove member `number' and
18876 `next'.
18877 * src/LR0.c (first_reduction, last_reduction): Remove.
18878 (save_reductions): Don't link the new reductions, store them in
18879 this_state.
18880 * src/lalr.c (set_state_table): No need to attach reductions to
18881 states, it's already done.
18882 * src/output.c (output_actions): No longer free the shifts, then
18883 the reductions, then the states: free all the states and their
18884 members.
18885
0edad749
AD
188862001-12-10 Akim Demaille <akim@epita.fr>
18887
18888 * src/options.c (OPTN, DRTV, BOTH): New.
18889 (option_table): Use them.
18890
0edad749
AD
18891 * src/muscle_tab.c: Don't include xalloc.h and string.h: that's
18892 the job of system.h.
18893 * src/options.c: Don't include stdio.h and xalloc.h for the same
18894 reasons.
18895
5449dd0f
AD
188962001-12-10 Akim Demaille <akim@epita.fr>
18897
18898 * src/output.c (output, prepare): Make sure the values of the
18899 muscles `action' and `prologue' are 0-terminated.
18900
a870c567
AD
189012001-12-10 Akim Demaille <akim@epita.fr>
18902
18903 Clean up GCC warnings.
18904
18905 * src/reader.c (copy_action): `buf' is not used.
18906 (parse_skel_decl): Be static.
18907 * src/muscle_tab.c (mhash1, mhash2, muscle_insert): Preserve `const'.
18908 * src/options.h (create_long_option_table): Have a real prototype.
18909 * lib/hash.c, lib/hash.h (hash_insert, hash_insert_at, hash_delete)
18910 (hash_delete_at): Return const void *.
18911 Adjust casts to preserve the const.
18912
80df8768
AD
189132001-12-10 Akim Demaille <akim@epita.fr>
18914
18915 * configure.in: Require 2.52g.
18916 M4 is not needed, but AUTOM4TE is.
18917 * m4/m4.m4: Remove.
18918 * tests/Makefile.am: Adjust.
18919
f693ad14
AD
189202001-12-10 Akim Demaille <akim@epita.fr>
18921
18922 One structure for states is enough, even though theoretically
18923 there are LR(0) states and LALR(1) states.
18924
18925 * src/lalr.h (state_t): Remove.
18926 (state_table): Be state_t **, not state_t *.
18927 * src/state.h (core, CORE_ALLOC): Rename as...
18928 (state_t, STATE_ALLOC): this.
18929 Add the LALR(1) members: shifts, reductions, errs.
18930 * src/LR0.c (state_table): Rename as...
18931 (state_hash): this, to avoid name clashes with the global
18932 `state_table'.
18933 * src/print_graph.c, src/LR0.c, src/LR0.h, src/conflicts.c
18934 * src/lalr.c, src/lalr.h, src/output.c, src/print.c: Adjust.
18935
74ffbcb6
AD
189362001-12-10 Akim Demaille <akim@epita.fr>
18937
18938 Bison dumps core on bash.y.
18939 Reported by Pascal Bart.
18940
18941 * src/warshall.c (bitmatrix_print): New.
18942 (TC): Use it.
ba0fe3c7 18943 When performing a transitive closure R(i, j) && R(j, k) => R(i, k),
74ffbcb6
AD
18944 j must be the outer loop.
18945 * tests/regression.at (Broken Closure): New.
18946
07708e19
AD
189472001-12-05 Akim Demaille <akim@epita.fr>
18948
18949 * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
18950 its argument.
ba1ecc07 18951 Reported by Peter Hamorsky.
07708e19 18952
92b16366
AD
189532001-12-05 Akim Demaille <akim@epita.fr>
18954
18955 * src/conflicts.c (err_table): Remove.
18956 (resolve_sr_conflict): Adjust.
18957 * src/lalr.h (state_t.reduction_table, state_t.shift_table):
18958 Rename as...
18959 (state_t.reductions, state_t.shifts): this.
18960
076ab033
AD
189612001-12-05 Akim Demaille <akim@epita.fr>
18962
18963 * src/reduce.c (reduce_grammar_tables): No longer disable the
18964 removal of useless rules via CPP but via `if (0)', so that the
18965 compiler still check the code is valid.
18966 For instance, it should have noticed `rline' no longer exists: use
18967 the `line' member of rule_t.
18968 * src/gram.c (dummy, rline): Remove, unused.
18969
3843c413
AD
189702001-12-05 Akim Demaille <akim@epita.fr>
18971
18972 * src/output.c (pack_vector): Use assert, not berror.
18973 * src/main.c (berror): Remove, unused.
18974
43168960
AD
189752001-12-05 Akim Demaille <akim@epita.fr>
18976
18977 New experimental feature: if --verbose --trace output all the
18978 items of a state, not only its kernel.
18979
18980 * src/print.c (print_core): If `trace_flag', then invoke closure
18981 before outputting the items of the state (print_core is no longer
18982 a correct name them).
18983 (print_results): Invoke new_closure/free_closure if needed.
18984
b2872512
AD
189852001-12-05 Akim Demaille <akim@epita.fr>
18986
18987 * src/LR0.c (new_itemsets): Use nshifts only, not shiftcount.
18988 * src/closure.c, src/closure.h (itemsetsize): Rename as...
18989 (nitemset): for consistency with the rest of the project.
18990
23cbcc6c
AD
189912001-12-05 Akim Demaille <akim@epita.fr>
18992
18993 * src/closure.c (print_closure): Improve.
18994 (closure): Use it for printing input and output.
18995
03ec521c
AD
189962001-12-05 Akim Demaille <akim@epita.fr>
18997
18998 * src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are
18999 indexed by nonterminals.
19000
3a7456dd
AD
190012001-12-05 Akim Demaille <akim@epita.fr>
19002
19003 * src/warshall.c (TC, RTC): De-obsfucate (source reduced to 22% of
19004 what it was!).
19005 * src/warshall.h: Remove accidental duplication of the content.
19006
1cbcf2e7
AD
190072001-12-05 Akim Demaille <akim@epita.fr>
19008
19009 * src/closure.c (set_fderives): De-obfuscate.
19010
84182270
AD
190112001-12-05 Akim Demaille <akim@epita.fr>
19012
19013 * src/closure.c (print_firsts, print_fderives): De-obfuscate.
19014
3f6f053c
AD
190152001-12-05 Akim Demaille <akim@epita.fr>
19016
19017 * src/closure.c (set_firsts): De-obfuscate.
19018
7a5350ba
AD
190192001-12-05 Akim Demaille <akim@epita.fr>
19020
19021 * src/output.c (action_row): De-obfuscate
19022 using the good o' techniques: arrays not pointers, variable
19023 locality, BITISSET, RESETBIT etc.
19024
d954473d
AD
190252001-12-05 Akim Demaille <akim@epita.fr>
19026
19027 Pessimize the code to simplify it: from now on, all the states
19028 have a valid SHIFTS, which NSHIFTS is possibly 0.
19029
19030 * src/LR0.c (shifts_new): Be global and move to..
19031 * src/state.c, src/state.h: here.
19032 * src/conflicts, src/lalr.c, src/output.c, src/print.c,
19033 * src/print_graph: Adjust.
19034
9839bbe5
AD
190352001-12-05 Akim Demaille <akim@epita.fr>
19036
19037 * src/state.h (SHIFT_DISABLE, SHIFT_IS_DISABLED): New.
19038 * src/conflicts.c: Use it.
19039 Restore a few missing `if (!SHIFT_IS_DISABLED)' which were
19040 incorrectly ``simplified''.
19041
9f136c07
AD
190422001-12-05 Akim Demaille <akim@epita.fr>
19043
19044 * src/conflicts.c (flush_shift, resolve_sr_conflict): De-obfuscate
19045 using the good o' techniques: arrays not pointers, variable
19046 locality, BITISSET, RESETBIT etc.
19047
b608206e
AD
190482001-12-05 Akim Demaille <akim@epita.fr>
19049
19050 * src/state.h (SHIFT_SYMBOL): New.
19051 * src/conflicts.c: Use it to deobfuscate.
19052
52afa962
AD
190532001-12-05 Akim Demaille <akim@epita.fr>
19054
19055 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts)
19056 (print_reductions): De-obfuscate using the good o' techniques:
19057 arrays not pointers, variable locality, BITISSET.
19058
e74dc321
AD
190592001-12-05 Akim Demaille <akim@epita.fr>
19060
19061 * src/conflicts.c (print_reductions): Arrays, not pointers.
19062 Use BITISSET.
19063
768fca83
AD
190642001-12-05 Akim Demaille <akim@epita.fr>
19065
19066 * src/conflicts.c (print_reductions): Pessimize, but clarify.
19067
a17e599f
AD
190682001-12-05 Akim Demaille <akim@epita.fr>
19069
19070 * src/conflicts.c (print_reductions): Improve variable locality.
19071
a04bc341
AD
190722001-12-05 Akim Demaille <akim@epita.fr>
19073
19074 * src/conflicts.c (print_reductions): Pessimize, but clarify.
19075
c8ea038e
AD
190762001-12-05 Akim Demaille <akim@epita.fr>
19077
19078 * src/conflicts.c (print_reductions): Improve variable locality.
19079
aa2aab3c
AD
190802001-12-05 Akim Demaille <akim@epita.fr>
19081
19082 * src/state.h (SHIFT_IS_ERROR, SHIFT_IS_GOTO, SHIFT_IS_SHIFT): New.
19083 * src/lalr.c: Use them.
19084
b178c8cc
AD
190852001-12-05 Akim Demaille <akim@epita.fr>
19086
19087 * src/LR0.c (augment_automaton): Formatting changes.
19088 Better variable locality.
19089
f67d13aa
AD
190902001-12-05 Akim Demaille <akim@epita.fr>
19091
19092 * src/lalr.c (matrix_print): New.
19093 (transpose): Use it.
19094 Use arrays instead of pointers.
19095
c2713865
AD
190962001-12-05 Akim Demaille <akim@epita.fr>
19097
19098 * src/lalr.c (maxrhs): Move to...
19099 * src/gram.c, src/gram.h (ritem_longest_rhs): here.
19100 * src/lalr.c (build_relations): Adjust.
19101
9887c18a
AD
191022001-12-05 Akim Demaille <akim@epita.fr>
19103
19104 * src/lalr.c (transpose): Free the memory allocated to the
19105 argument, as it is replaced by the results by the unique caller.
19106 (build_relations): Merely invoke transpose: it handles the memory
19107 deallocation.
19108 Improve variable locality.
19109 Avoid variables used as mere abbreviations.
19110 (compute_lookaheads): Use arrays instead of pointers.
19111
4d4f699c
AD
191122001-12-05 Akim Demaille <akim@epita.fr>
19113
19114 * src/lalr.c (initialize_F): Improve variable locality.
19115 Avoid variables used as mere abbreviations.
19116
80a69750
AD
191172001-12-05 Akim Demaille <akim@epita.fr>
19118
19119 * src/derives.c (print_derives): Display the ruleno.
19120 * src/lalr.c (initialize_F, transpose): Better variable locality
19121 to improve readability.
19122 Avoid variables used as mere abbreviations.
19123
fe961097
AD
191242001-12-05 Akim Demaille <akim@epita.fr>
19125
19126 * src/lalr.c (traverse): Use arrays instead of pointers.
19127
e3e4e814
AD
191282001-12-05 Akim Demaille <akim@epita.fr>
19129
19130 * src/nullable.c (set_nullable): Use a for loop to de-obfuscate
19131 the handling of squeue.
19132 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
19133
630e182b
AD
191342001-12-05 Akim Demaille <akim@epita.fr>
19135
19136 Because useless nonterminals are now kept alive (instead of being
19137 `destroyed'), we now sometimes examine them, and store information
19138 related to them. Hence we need to know their number, and adjust
19139 memory allocations.
19140
19141 * src/reduce.c, src/reduce.h (nuseless_nonterminals): No longer
19142 static.
19143 * src/LR0.c (allocate_itemsets): The memory allocated to
19144 `symbol_count' was used for two different purpose: once to count
19145 the number of occurrences of each symbol, and later reassigned to
19146 `shift_symbol', containing the symbol that can be shifted from a
19147 given state.
19148 Deobfuscate, i.e., allocate, use and free `symbol_count' here
19149 only, and...
19150 (new_itemsets): Allocate `shift_symbol' here.
19151 (allocate_itemsets): symbol_count includes useless nonterminals.
19152 Make room for them.
19153 (free_storage): Use `free', not `XFREE', for pointers that cannot
19154 be null.
19155
81b51460
AD
191562001-12-05 Akim Demaille <akim@epita.fr>
19157
19158 * src/nullable.c (set_nullable): Deobfuscate the handling of
19159 ritem.
19160 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
19161
3067fbef
AD
191622001-12-05 Akim Demaille <akim@epita.fr>
19163
19164 * src/gram.c, src/gram.h (ritem_print): New.
19165 * src/gram.c (dummy): Remove, now there is actual code in gram.c.
19166 (This useless function was defined only to work around VMS linkers
19167 that can't handle compilation units with variables only).
19168 * src/reduce.c (dump_grammar): Use it to trace the construction of
19169 ritem.
19170
c2bea5f9
PE
191712001-12-04 Paul Eggert <eggert@twinsun.com>
19172
7d27c823
PE
19173 * src/bison.simple (union yyalloc): Change member names
19174 to be the same as the stack names.
19175 (yyparse): yyptr is now union yyalloc *, not char *.
19176 (YYSTACK_RELOCATE): Likewise. This avoids a GCC warning,
19177 and may generate better code on some machines.
c2bea5f9
PE
19178 (yystpcpy): Use prototype if __STDC__ is defined, not just
19179 if __cplusplus is defined.
35687a9d 19180
2c8a9dfa
AD
191812001-11-30 Akim Demaille <akim@epita.fr>
19182
19183 * configure.in (WARNING_CFLAGS): Add -Werror when possible.
19184 (CFLAGS): Do not include the WARNING_CFLAGS here, since GNU
19185 Gettext doesn't compile cleanly, and dies with -Werror.
19186 * src/Makefile.am, lib/Makefile.am, tests/atlocal.in (CFLAGS):
19187 Include WARNING_CFLAGS here.
19188 * lib/xstrdup.c: Include xalloc.h, so that xstrdup be declared
19189 before being defined.
19190
f4e421e6
AD
191912001-11-27 Paul Eggert <eggert@twinsun.com>
19192
19193 * lib/quotearg.h (quotearg_n, quotearg_n_style):
19194 First arg is int, not unsigned.
19195 * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
19196 (SIZE_MAX, UINT_MAX): New macros.
19197 (quotearg_n_options): Abort if N is negative.
19198 Avoid overflow check on hosts where size_t is 64 bits and int
19199 is 32 bits, as overflow is impossible there.
19200 Fix off-by-one typo that caused unnecessary reallocation.
19201
7093d0f5
AD
192022001-11-29 Paul Eggert <eggert@twinsun.com>
19203
19204 Name space cleanup in generated parser.
19205
19206 * doc/bison.texinfo (Bison Parser): Discuss system headers
19207 and their effect on the user name space.
19208
19209 * src/bison.simple:
19210 (YYSTACK_ALLOC, YYSTACK_FREE, union yyalloc, YYSTACK_GAP_MAX,
19211 YYSTACK_BYTES, YYSTACK_RELOCATE): Do not define unless necessary,
19212 i.e. unless ! defined (yyoverflow) || defined (YYERROR_VERBOSE).
19213
19214 (YYSIZE_T): New macro. Use it instead of size_t, to avoid infringing
19215 on user names when possible.
19216
19217 (YYSTACK_USE_ALLOCA): Do not define; just use any existing defn.
19218 Simplify test for whather <alloca.h> exists.
19219
19220 (<stdlib.h>): Include if we will use malloc, and if standard C or C++.
19221
19222 (<stdio.h>): Include if YYDEBUG.
19223
19224 (yymemcpy): Renamed from __yy_memcpy. Do not define unless
19225 ! defined (yyoverflow) && ! defined (yymemcpy).
19226
19227 (yymemcpy, yyparse): Rename local variables as needed so that
19228 they all begin with 'yy'.
19229
19230 (yystrlen, yystpcpy): New functions.
19231
19232 (YY_DECL_NON_LSP_VARIABLES): Renamed from _YY_DECL_VARIABLES.
19233 All uses changed.
19234
19235 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy
19236 instead of relying on string.h functions. Use YYSTACK_ALLOC
19237 and YYSTACK_FREE instead of malloc and free.
19238
fd51e5ff
AD
192392001-11-30 Akim Demaille <akim@epita.fr>
19240
19241 * src/bison.simple (YYSTYPE, YYLTYPE): Move their definitions
19242 before their first uses.
19243 (YYBISON, YYPURE): Move to the top of the output.
19244
7d13ff5f
AD
192452001-11-30 Akim Demaille <akim@epita.fr>
19246
19247 * tests/reduce.at (Useless Nonterminals): Fix.
19248
892a3995
AD
192492001-11-30 Akim Demaille <akim@epita.fr>
19250
19251 * src/bison.simple (YYSTACK_FREE): Use `do {;} while (0)' as empty
19252 if body instead of `;' to pacify GCC's warnings.
19253
68f1e3ed
AD
192542001-11-30 Akim Demaille <akim@epita.fr>
19255
19256 Instead of mapping the LHS of unused rules to -1, keep the LHS
19257 valid, but flag the rules as invalid.
19258
19259 * src/gram.h (rule_t): `useful' is a new member.
19260 * src/print.c (print_grammar): Adjust.
19261 * src/derives.c (set_derives): Likewise.
19262 * src/reader.c (packgram, reduce_output): Likewise.
19263 * src/reduce.c (reduce_grammar_tables): Likewise.
19264 * tests/reduce.at (Underivable Rules, Useless Rules): New.
19265
d2d1b42b
AD
192662001-11-30 Akim Demaille <akim@epita.fr>
19267
19268 * src/reduce.c (reduce_output): Formatting changes.
19269 * src/print.c (print_results, print_grammar): Likewise.
19270 * tests/regression.at (Rule Line Numbers)
19271 (Solved SR Conflicts, Unresolved SR Conflicts): Adjust.
19272
760b53a8
AD
192732001-11-30 Akim Demaille <akim@epita.fr>
19274
19275 * src/reduce.c (nonterminals_reduce): Instead of throwing away
19276 useless nonterminals, move them at the end of the symbol arrays.
19277 (reduce_output): Adjust.
19278 * tests/reduce.at (Useless Nonterminals): Adjust.
19279
00238958
AD
192802001-11-30 Akim Demaille <akim@epita.fr>
19281
19282 * src/reduce.c: Various comment/formatting changes.
19283 (nonterminals_reduce): New, extracted from...
19284 (reduce_grammar_tables): here.
19285 (reduce_grammar): Call nonterminals_reduce.
19286
396452de
PE
192872001-11-29 Paul Eggert <eggert@twinsun.com>
19288
19289 * src/bison.simple (YYSTACK_REALLOC): Remove.
19290 (YYSTACK_ALLOC): Resurrect this macro, with its old meaning.
19291 (YYSTACK_FREE, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYSTACK_RELOCATE):
19292 New macros.
19293 (union yyalloc): New type.
19294 (__yy_memcpy): Last arg is size_t, not unsigned int, to remove
19295 an arbitrary restriction on hosts where size_t is wider than int.
19296
19297 (yyparse): Don't dump core if alloca or malloc fails; instead, report
19298 a parser stack overflow. Allocate just one block of memory for all
19299 three stacks, instead of allocating three blocks; this typically is
19300 faster and reduces fragmentation.
19301
19302 Do not limit the number of items in the stack to a value that fits
19303 in 'int', as this is an arbitrary limit on hosts with 64-bit
19304 size_t and 32-bit int.
19305
147e184c
MA
193062001-11-29 Marc Autret <autret_m@epita.fr>
19307
19308 * tests/calc.at [AT_DATA_CALC_Y]: Use %error-verbose instead
19309 of defining YYERROR_VERBOSE.
19310 [AT_DATA]: $4 is now out of C declarations in the prologue.
19311
426cf563
MA
193122001-11-28 Marc Autret <autret_m@epita.fr>
19313
19314 * src/reader.c (parse_dquoted_param): New.
19315 (parse_skel_decl): Use it.
19316 * src/lex.h: Add its prototype.
19317 * src/lex.c (literalchar): Become not static.
19318
c7925b99
MA
193192001-11-28 Marc Autret <autret_m@epita.fr>
19320
19321 * src/output.h: And put its extern declaration here.
19322 * src/output.c (error_verbose): Define here.
19323 (prepare): Echo name modification.
19324 * src/getargs.h: Clean its extern declaration.
19325 * src/getargs.c (error_verbose_flag): Remove.
19326 (getargs): Remove case 'e'.
19327 * src/options.c (option_table): 'error-verbose' is now seen as simple
19328 percent option.
19329 Include output.h.
19330
19331 * src/reader.c (read_declarations): Remove case tok_include.
19332 (parse_include_decl): Remove.
19333 * src/lex.h (token_t): Remove tok_include.
19334 * src/options.c (option_table): 'include' is now a simple command line
19335 option.
19336
5b5d1929
MA
193372001-11-28 Marc Autret <autret_m@epita.fr>
19338
19339 * src/bison.simple: Adjust muscle names.
19340 * src/muscle_tab.c (muscle_init): Also rename the muscles.
19341 * src/output.c (prepare): s/_/-/ for the muscles names.
19342 (output_parser): When scanning for a muscle, allow '-' instead of '_'.
19343
8850be4b
MA
193442001-11-28 Marc Autret <autret_m@epita.fr>
19345
19346 * src/bison.simple: Fix debug.
19347 [YYERROR_VERBOSE]: Re-integrate as an internal macro.
19348
4a38e613
AD
193492001-11-28 Akim Demaille <akim@epita.fr>
19350
19351 * src/LR0.c (shifts_new): New.
19352 (save_shifts, insert_start_shift, augment_automaton): Use it.
19353
4b35e1c1
AD
193542001-11-28 Akim Demaille <akim@epita.fr>
19355
19356 * src/closure.c (closure): `b' and `ruleno' denote the same value:
19357 keep ruleno only.
19358
d2b04478
AD
193592001-11-28 Akim Demaille <akim@epita.fr>
19360
19361 * src/closure.c (closure): Instead of looping over word in array
19362 then bits in words, loop over bits in array.
19363
2c4c30aa
AD
193642001-11-28 Akim Demaille <akim@epita.fr>
19365
19366 * src/closure.c (closure): No longer optimize the special case
19367 where all the bits of `ruleset[r]' are set to 0, to make the code
19368 clearer.
19369
576890b7
AD
193702001-11-28 Akim Demaille <akim@epita.fr>
19371
19372 * src/closure.c (closure): `r' and `c' are new variables, used to
19373 de-obfuscate accesses to RULESET and CORE.
19374
cb487d7d
AD
193752001-11-28 Akim Demaille <akim@epita.fr>
19376
19377 * src/reduce.c (reduce_print): Use ngettext.
19378 (dump_grammar): Improve the trace accuracy.
19379
6013d43f
AD
193802001-11-28 Akim Demaille <akim@epita.fr>
19381
19382 * src/reduce.c (dump_grammar): Don't translate trace messages.
19383
cb4956ee
AD
193842001-11-28 Akim Demaille <akim@epita.fr>
19385
19386 * tests/reduce.at (Useless Terminals, Useless Nonterminals): New.
19387 * src/reduce.c (reduce_grammar_tables): Do not free useless tags,
19388 as all tags are free'ed afterwards.
19389 From Enrico Scholz.
19390
648185ab
PE
193912001-11-27 Paul Eggert <eggert@twinsun.com>
19392
19393 * src/bison.simple (YYSTACK_REALLOC): Fix typo that caused us to
19394 use alloca when we didn't want to, and vice versa.
19395
68254a03
MA
193962001-11-27 Marc Autret <autret_m@epita.fr>
19397
9113b58f
AD
19398 * src/muscle_tab.c (muscle_init): Remove 'verbose' muscle
19399 initialization.
68254a03
MA
19400 * src/output.c (prepare): Remove its update.
19401
04d843a2
MA
194022001-11-27 Marc Autret <autret_m@epita.fr>
19403
19404 * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
19405 Use %error-verbose.
19406
d2079671 194072001-11-27 Marc Autret <autret_m@epita.fr>
eeeb962b
MA
19408
19409 * src/bison.simple: Remove YYERROR_VERBOSE using.
19410 Use %%error_verbose.
19411 (yyparse): Likewise.
19412 * src/output.c (prepare): Give its final value.
19413 * src/muscle_tab.c (muscle_init): Init new muscle 'error_verbose'.
19414 * src/getargs.h: Add its extern declaration.
19415 * src/getargs.c (error_verbose_flag): New int.
19416 (getargs): Update to catch new case.
19417 * src/options.c (option_table): 'error-verbose' is a new option.
19418 (shortopts): Update.
19419
e0327bc8
AD
194202001-11-27 Akim Demaille <akim@epita.fr>
19421
19422 * src/system.h: Use intl/libgettext.h.
19423 * src/Makefile.am (INCLUDES): Add -I $(top_srcdir).
19424
000f1a3c
AD
194252001-11-27 Akim Demaille <akim@epita.fr>
19426
19427 * tests/torture.at (Exploding the Stack Size with Malloc):
19428 s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
19429
26cfe0be
AD
194302001-11-27 Akim Demaille <akim@epita.fr>
19431
19432 * src/files.c: Include error.h.
19433 Reported by Hans Aberg.
19434
f6bd5427
MA
194352001-11-26 Marc Autret <autret_m@epita.fr>
19436
d2079671 19437 * src/reader.c (parse_include_decl): New, not yet implemented.
f6bd5427
MA
19438 (read_declarations): Add case tok_include.
19439 * src/getargs.h (include): Add its extern definition.
19440 * src/getargs.c (include): New const char *.
19441 (getargs): Add case '-I'.
19442 * src/options.c (option_table): Add include as command line and
19443 percent option.
19444 * src/lex.h (token_t): Add tok_include.
19445
2ca209c1
AD
194462001-11-26 Akim Demaille <akim@epita.fr>
19447
19448 * src/reader.c (readgram): Make sure rules for mid-rule actions
19449 have a lineno equal to that of their host rule.
19450 Reported by Hans Aberg.
19451 * tests/regression.at (Rule Line Numbers): New.
19452
0e41b407
AD
194532001-11-26 Akim Demaille <akim@epita.fr>
19454
19455 * src/LR0.c (allocate_itemsets): kernel_size contains ints, not
19456 size_ts.
19457
194582001-11-26 Akim Demaille <akim@epita.fr>
19459
19460 * src/complain.c, src/complain.h (error): Remove, provided by
19461 lib/error.[ch].
19462
e0c40012
AD
194632001-11-26 Akim Demaille <akim@epita.fr>
19464
19465 * src/reader.c (read_declarations): Don't abort on tok_illegal,
19466 issue an error message.
19467 * tests/regression.at (Invalid %directive): New.
19468 Reported by Hans Aberg.
19469
5e147124
AD
194702001-11-26 Akim Demaille <akim@epita.fr>
19471
19472 * configure.in: Invoke AC_FUNC_OBSTACK and AC_FUNC_ERROR_AT_LINE.
19473 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
19474
a034c8b8
AD
194752001-11-26 Akim Demaille <akim@epita.fr>
19476
19477 * src/conflicts.c (conflicts_print): Don't complain at all when
19478 there are no reduce/reduce conflicts, and as many shift/reduce
19479 conflicts as expected.
19480 * tests/regression.at (%expect right): Adjust.
19481
c64a20f3
AD
194822001-11-23 Akim Demaille <akim@epita.fr>
19483
19484 * lib/alloca.c: Update, from fileutils.
19485
5b0d29bb
AD
194862001-11-23 Akim Demaille <akim@epita.fr>
19487
19488 * lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@.
19489
722c4bfe
AD
194902001-11-23 Akim Demaille <akim@epita.fr>
19491
19492 * src/system.h: Include alloca.h.
19493 * src/main.c (main) [C_ALLOCA]: Call alloca (0).
19494
6255b435
AD
194952001-11-23 Akim Demaille <akim@epita.fr>
19496
19497 * src/print_graph.c (print_actions): Remove `rule', unused.
19498 * src/LR0.c (kernel_size): Contain `int' instead of `size_t' to
19499 pacify GCC's signed < unsigned warnings.
19500 * src/closure.c (itemsetsize): Likewise.
19501 * src/reader.c (symbol_list_new): Static.
19502
b29b2ed5
AD
195032001-11-23 Akim Demaille <akim@epita.fr>
19504
19505 Attaching lineno to buckets is stupid, since only one copy of each
19506 symbol is kept, only the line of the first occurrence is kept too.
19507
19508 * src/symtab.h, src/symtab.c (bucket): Remove the line member.
19509 * src/reader.c (rline_allocated): Remove, unused.
19510 (symbol_list): Have a `line' member.
19511 (symbol_list_new): New.
19512 (readgram): Use it.
19513 * src/print.c (print_grammar): Output the rule line numbers.
19514 * tests/regression.at (Solved SR Conflicts)
19515 (Unresolved SR Conflicts): Adjust.
19516 Reported by Hans Aberg.
19517
a81b1d4a
MA
195182001-11-22 Marc Autret <autret_m@epita.fr>
19519
19520 * src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
19521
c1ecb3c1
MA
195222001-11-22 Marc Autret <autret_m@epita.fr>
19523
19524 * src/muscle_tab.c (muscle_init): Remove initialization of
19525 skeleton muscle.
19526 * src/output.c (output_master_parser): Do it here.
19527
fbe01355
AD
195282001-11-20 Akim Demaille <akim@epita.fr>
19529
19530 * po/sv.po: New.
19531 * configure.in (ALL_LINGUAS): Adjust.
19532 * po/POTFILE.in: Remove `nullable.c' and `derives.c' which no
19533 longer contains strings to translate.
19534
81e895c0
AD
195352001-11-19 Akim Demaille <akim@epita.fr>
19536
19537 * src/conflicts.c (conflicts_print): Add a missing \n.
19538
6bb1878b
AD
195392001-11-19 Akim Demaille <akim@epita.fr>
19540
19541 * src/nullable.c (nullable_print): New.
19542 (set_nullable): Call it when tracing.
19543 Better locality of variables.
19544
d9ec2d07
AD
195452001-11-19 Akim Demaille <akim@epita.fr>
19546
19547 * src/print.c (print_actions): Better locality of variables.
19548
720e5c1b
AD
195492001-11-19 Akim Demaille <akim@epita.fr>
19550
19551 * src/derives.c (print_derives): Fix and enrich.
19552 * src/closure.c (print_fderives): Likewise.
19553
fb908786
AD
195542001-11-19 Akim Demaille <akim@epita.fr>
19555
19556 * src/closure.c (itemsetend): Remove, replaced with...
19557 (itemsetsize): new.
19558
125ecb56
AD
195592001-11-19 Akim Demaille <akim@epita.fr>
19560
19561 * src/LR0.c (kernel_end): Remove, replaced with...
19562 (kernel_size): new.
19563
d8cf039f
AD
195642001-11-19 Akim Demaille <akim@epita.fr>
19565
19566 * src/conflicts.c (set_conflicts): Use arrays instead of pointers
19567 to clarify.
19568
7bec0760
AD
195692001-11-19 Akim Demaille <akim@epita.fr>
19570
19571 * src/closure.c (closure): Use arrays instead of pointers to clarify.
19572
c87d4863
AD
195732001-11-19 Akim Demaille <akim@epita.fr>
19574
19575 * src/closure.c, src/derives.c, src/nullable.c: Adjust various
19576 trace messages.
19577 * src/LR0.c: Likewise.
19578 (allocate_itemsets): Use arrays instead of pointers to clarify.
19579
9bfe901c
AD
195802001-11-19 Akim Demaille <akim@epita.fr>
19581
19582 * src/getargs.c (statistics_flag): Replace with...
19583 (trace_flag): New.
19584 (longopts): Accept --trace instead of --statistics.
19585 * src/getargs.h, src/options.c: Adjust.
19586 * src/LR0.c, src/closure.c, src/derives.c, src/nullable.c,
19587 * src/reduce.c: Use trace_flags instead of the CPP conditional TRACE.
19588
97db7bd4
AD
195892001-11-19 Akim Demaille <akim@epita.fr>
19590
cc72668c 19591 * src/LR0.c (new_itemsets, get_state): Use more arrays and fewer
97db7bd4
AD
19592 pointers to clarify the code.
19593 (save_reductions, save_shifts): Factor common parts of alternatives.
19594
2c5f66ed
AD
195952001-11-19 Akim Demaille <akim@epita.fr>
19596
19597 * src/LR0.c (new_state, get_state): Complete TRACE code.
19598 * src/closure.c: Include `reader.h' to get `tags', needed by the
19599 trace code.
19600 Rename the conditional DEBUG as TRACE.
19601 Output consistently TRACEs to stderr, not stdout.
19602 * src/derives.c: Likewise.
19603 * src/reduce.c: (inaccessable_symbols): Using if is better style
19604 than goto.
19605 Use `#if TRACE' instead of `#if 0' for tracing code.
19606
300f275f
AD
196072001-11-19 Akim Demaille <akim@epita.fr>
19608
19609 * src/system.h (LIST_FREE, shortcpy): New.
19610 * src/LR0.c: Use them.
19611 * src/output.c (free_itemsets, free_reductions, free_shifts):
19612 Remove, replaced by LIST_FREE.
19613
f59c437a
AD
196142001-11-19 Akim Demaille <akim@epita.fr>
19615
19616 * src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)
19617 (REDUCTIONS_ALLOC): New.
19618 * src/LR0.c, src/conflicts.c: Use them to de-obfuscate memory
19619 allocation.
19620
6986fd9e
AD
196212001-11-19 Akim Demaille <akim@epita.fr>
19622
19623 * src/LR0.c (new_state): Complete trace code.
19624 * src/nullable.c (set_nullable): Don't translate traces.
19625
4bc30f78
AD
196262001-11-19 Akim Demaille <akim@epita.fr>
19627
19628 * src/print_graph.c (print_core): Better locality of variables.
19629 * src/print.c (print_core): Likewise.
19630
08a946e0
AD
196312001-11-19 Akim Demaille <akim@epita.fr>
19632
19633 * src/vcg.c: You do the output, so you are responsible of the
19634 handling of VCG syntax, in particular: use quotearg.
19635 * src/print_graph.c: Don't.
19636 (print_actions): Don't output the actions as part of the nodes,
19637 since that's the job of the edges.
19638 (print_state): Don't output by hand: fill the node description,
9bfe901c 19639 and ask for its output.
08a946e0 19640
f0473484
AD
196412001-11-19 Akim Demaille <akim@epita.fr>
19642
cc72668c
AD
19643 * src/bison.simple (yyparse): When verbosely reporting an error,
19644 no longer put additional quotes around token names.
f0473484
AD
19645 * tests/calc.at: Adjust.
19646
e41dc700
AD
196472001-11-19 Akim Demaille <akim@epita.fr>
19648
19649 * src/symtab.h, src/symtab.c: `line' is a new member of `bucket'.
19650 * src/reader.c (record_rule_lines, rline, rline_allocated): Remove.
19651 * src/output.c: Adjust.
19652
652a871c
AD
196532001-11-19 Akim Demaille <akim@epita.fr>
19654
19655 * src/gram.h (rprec, rprecsym, rassoc): Remove, now part of...
19656 (rule_t): this.
19657 * src/conflicts.c, src/reader.c, src/reduce.c: Adjust.
19658
b2ed6e58
AD
196592001-11-19 Akim Demaille <akim@epita.fr>
19660
19661 * src/gram.h (rule_t): New.
19662 (rule_table): New.
19663 (rrhs, rlhs): Remove, part of state_t.
19664 * src/print_graph.c, src/closure.c, src/conflicts.c, src/derives.c,
19665 * src/lalr.c, src/nullable.c, src/output.c, src/print.c,
19666 * src/reader.c, src/reduce.c: Adjust.
19667
edad7067
AD
196682001-11-19 Akim Demaille <akim@epita.fr>
19669
19670 * src/reader.c (symbols_output): New, extracted from...
19671 (packsymbols): Here.
19672 (reader): Call it.
19673
3feec034
AD
196742001-11-19 Akim Demaille <akim@epita.fr>
19675
19676 * src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...
19677 (maxrhs): this new function.
19678
ddcd5fdf
AD
196792001-11-19 Akim Demaille <akim@epita.fr>
19680
cc72668c 19681 * src/lalr.c (F): New macro to access the variable F.
ddcd5fdf
AD
19682 Adjust.
19683
bb527fc2
AD
196842001-11-19 Akim Demaille <akim@epita.fr>
19685
cc72668c 19686 * src/lalr.h (LA): New macro to access the variable LA.
bb527fc2
AD
19687 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
19688 * src/lalr.c: Adjust.
19689
a845a697
AD
196902001-11-19 Akim Demaille <akim@epita.fr>
19691
19692 * src/lalr.c (initialize_LA): Only initialize LA. Let...
19693 (set_state_table): handle the `lookaheads' members.
19694
f004bf6a
AD
196952001-11-19 Akim Demaille <akim@epita.fr>
19696
cc72668c
AD
19697 * src/lalr.h (lookaheads): Removed array, whose contents is now
19698 a member of...
f004bf6a
AD
19699 (state_t): this structure.
19700 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
19701 Adjust.
19702
de326cc0
AD
197032001-11-19 Akim Demaille <akim@epita.fr>
19704
cc72668c
AD
19705 * src/lalr.h (consistent): Removed array, whose contents is now
19706 a member of...
de326cc0
AD
19707 (state_t): this structure.
19708 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
19709 Adjust.
19710
90b4416b
AD
197112001-11-19 Akim Demaille <akim@epita.fr>
19712
cc72668c
AD
19713 * src/lalr.h (reduction_table, shift_table): Removed arrays, whose
19714 contents are now members of...
90b4416b
AD
19715 (state_t): this structure.
19716 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
19717 Adjust.
19718
9703cc49
AD
197192001-11-19 Akim Demaille <akim@epita.fr>
19720
19721 * src/lalr.h (state_t): New.
19722 (state_table): Be a state_t * instead of a core **.
19723 (accessing_symbol): Remove, part of state_t.
19724 * src/lalr.c: Adjust.
19725 (set_accessing_symbol): Merge into...
19726 (set_state_table): this.
19727 * src/print_graph.c, src/conflicts.c: Adjust.
19728
d803322e
AD
197292001-11-14 Akim Demaille <akim@epita.fr>
19730
19731 * tests/calc.at, tests/output.at, tests/regression.at,
19732 * tests/testsuite.at, tests/torture.at: Rely on Autotest 2.52g:
19733 now the tests are run in private dirs, therefore AC_CLEANUP and
19734 family can be simplified to 0-ary.
19735 * tests/atlocal.in: Now that we run `elsewhere' than in tests/,
19736 use abs. path to find config.h.
19737 * tests/calc.at (AT_CHECK_CALC): Don't try to check the compiler's
19738 stderr, there can be way too much random noise.
19739 Instead pass -Werror to GCC and rely on the exit status.
19740 Reported by Wolfram Wagner.
19741
3d76b07d
AD
197422001-11-14 Akim Demaille <akim@epita.fr>
19743
19744 * src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
19745 defined only if yyoverflow is defined, to avoid `warning: unused
19746 variable `yyvs1''.
19747 Reported by The Test Suite.
19748
09b503c8
AD
197492001-11-14 Akim Demaille <akim@epita.fr>
19750
19751 * src/print.c: Include reduce.h.
19752 Reported by Hans Aberg.
19753
197542001-11-14 Akim Demaille <akim@epita.fr>
19755
19756 * src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
19757 Revert a previous patch: these are really const.
19758 * src/conflicts.c (conflict_report): Additional useless pair of
19759 braces to pacify GCC's warnings for `if () if () {} else {}'.
19760 * src/lex.c (parse_percent_token): Replace equal_offset with
19761 arg_offset.
19762 arg is const.
19763 Be sure to strdup `arg' when used, since there is no reason for
19764 token_buffer not to change.
19765
0f37a994
AD
197662001-11-14 Akim Demaille <akim@epita.fr>
19767
19768 * src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure a proper
19769 definition.
19770 * src/main.c (main): Use them.
19771 Suggested by Hans Aberg.
19772
d39d93b8
AD
197732001-11-12 Akim Demaille <akim@epita.fr>
19774
19775 * src/system.h (ngettext): Now that we use ngettext, be sure to
19776 provide a default definition when NLS are not used.
19777
9edcd895
AD
197782001-11-12 Akim Demaille <akim@epita.fr>
19779
19780 * doc/bison.texinfo: Use `$' as shell prompt, not `%'.
19781 Use @kbd to denote user input.
19782 (Language and Grammar): ANSIfy the example.
19783 Adjust its layout for info/notinfo.
19784 (Location Tracking Calc): Output error messages to stderr.
19785 Output locations in a more GNUtically correct way.
19786 Fix a couple of Englishos.
19787 Adjust @group/@end group pairs.
19788
7da99ede
AD
197892001-11-12 Akim Demaille <akim@epita.fr>
19790
e3aa65c5 19791 %expect was not functioning at all.
7da99ede
AD
19792
19793 * src/conflicts.c (expected_conflicts): Set to -1.
19794 (conflict_report): Use ngettext.
19795 (conflicts_print): Check %expect and make its violation an error.
19796 * doc/bison.texinfo (Expect Decl): Adjust.
19797 * configure.in (AM_GNU_GETTEXT): Ask for ngettext.
19798 * tests/regression.at (%expect not enough, %expect right)
19799 (%expect too much): New.
19800
ba9dda1a
AD
198012001-11-12 Akim Demaille <akim@epita.fr>
19802
19803 * tests/regression.at (Conflicts): Rename as...
19804 (Unresolved SR Conflicts): this.
19805 (Solved SR Conflicts): New.
19806
337c5bd1
AD
198072001-11-12 Akim Demaille <akim@epita.fr>
19808
19809 * src/reduce.c (print_results): Rename as...
19810 (reduce_output): This.
19811 Output to OUT, passed as argument, instead of output_obstack.
19812 (dump_grammar): Likewise.
19813 (reduce_free): New.
19814 Also free V1.
19815 (reduce_grammar): No longer call reduce_output, since...
19816 * src/print.c (print_results): do it.
19817 * src/main.c (main): Call reduce_free;
19818
c73a41af
AD
198192001-11-12 Akim Demaille <akim@epita.fr>
19820
19821 * src/conflicts.c (print_reductions): Accept OUT as argument.
19822 Output to it, not to output_obstack.
19823 * src/print.c (print_actions): Adjust.
19824
0df87bb6
AD
198252001-11-12 Akim Demaille <akim@epita.fr>
19826
19827 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts): Return
19828 the result instead of using...
19829 (src_total, rrc_total, src_count, rrc_count): Remove.
19830 (any_conflicts): Remove.
19831 (print_conflicts): Split into...
19832 (conflicts_print, conflicts_output): New.
19833 * src/conflicts.h: Adjust.
19834 * src/main.c (main): Invoke both conflicts_output and conflicts_print.
0f37a994 19835 * src/print.c (print_grammar): Issue `\n' between two rules.
0df87bb6
AD
19836 * tests/regression.at (Conflicts): New.
19837 Reported by Tom Lane.
19838
e4d3d4de
AD
198392001-11-12 Akim Demaille <akim@epita.fr>
19840
19841 * tests/regression.at (Invalid input): Remove, duplicate with
19842 ``Invalid input: 1''.
19843
6d7d248e
AD
198442001-11-12 Akim Demaille <akim@epita.fr>
19845
19846 * tests/torture.at (AT_DATA_STACK_TORTURE)
19847 (Exploding the Stack Size with Alloca)
19848 (Exploding the Stack Size with Malloc): New.
19849
e9e4c321
AD
198502001-11-12 Akim Demaille <akim@epita.fr>
19851
19852 * src/bison.simple (YYSTACK_REALLOC): New.
19853 (yyparse) [!yyoverflow]: Use it and free the old stack.
0f37a994 19854 Reported by Per Allansson.
e9e4c321 19855
5f7e0832
AD
198562001-11-12 Pascal Bart <pascal.bart@epita.fr>
19857
19858 * src/bison.simple: Define type yystype instead of YYSTYPE, and
19859 define CPP macro, which substitute YYSTYPE by yystype.
19860 * src/reader.c (parse_union_decl): Output yystype/YYSTYPE as we do
19861 with yyltype/YYLTYPE. This allows inclusion of the generated
19862 header within the parser if the compiler, such as GGC, accepts
19863 multiple equivalent #defines.
19864 From Akim.
19865
e3f1699f
AD
198662001-11-05 Akim Demaille <akim@epita.fr>
19867
19868 * src/reader.c (symbols_output): New, extracted from...
19869 (packsymbols): here.
19870 (reader): Adjust.
19871
65be0866
AD
198722001-11-05 Akim Demaille <akim@epita.fr>
19873
19874 * src/lex.c (parse_percent_token): s/quotearg/quote/.
19875
e4d910bf
AD
198762001-11-05 Akim Demaille <akim@epita.fr>
19877
19878 * tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
19879 pattern.
19880
951366c1
AD
198812001-11-05 Akim Demaille <akim@epita.fr>
19882
19883 * src/options.h (struct option_table_struct): set_flags is void*.
19884 * src/options.c (longopts): Support `--output' and `%output'.
19885 (usage): Adjust.
19886 * src/lex.h (tok_setopt): Remove, replaced with...
19887 (tok_intopt, tok_stropt): these new guys.
19888 * src/lex.c (getopt.h): Not needed.
19889 (token_buffer, unlexed_token_buffer): Not const.
19890 (percent_table): Promote `-' over `_' in directive names.
19891 Active `%name-prefix', `file-prefix', and `output'.
19892 (parse_percent_token): Accept possible arguments to directives.
19893 Promote `-' over `_' in directive names.
19894
d8988b2f
AD
198952001-11-04 Akim Demaille <akim@epita.fr>
19896
19897 * doc/bison.texinfo (Decl Summary): Split the list into
19898 `directives for grammars' and `directives for bison'.
19899 Sort'em.
19900 Add description of `%name-prefix', `file-prefix', and `output'.
19901 Promote `-' over `_' in directive names.
19902 (Bison Options): s/%locactions/%locations/. Nice Freudian slip.
19903 Simplify the description of `--name-prefix'.
19904 Promote `-' over `_' in directive names.
19905 Promote `--output' over `--output-file'.
19906 Fix the description of `--defines'.
19907 * tests/output.at: Exercise %file-prefix and %output.
19908
6468d18e
AD
199092001-11-02 Akim Demaille <akim@epita.fr>
19910
19911 * doc/refcard.tex: Update.
19912
6b7e85b9
AD
199132001-11-02 Akim Demaille <akim@epita.fr>
19914
19915 * src/symtab.h (SUNDEF): New.
19916 * src/symtab.c (bucket_new): Init user_token_number to SUNDEF to
19917 stand for `uninitialized', instead of 0.
19918 * src/reader.c (packsymbols, parse_thong_decl): Adjust.
19919 * src/lex.c (lex): Adjust.
19920
19921 * tests/calc.at (_AT_DATA_CALC_Y): Declare a token for EOF.
19922 Number it 0.
19923 Let yylex return it instead of a plain 0.
19924 Reported by Dick Streefland.
19925
cd5aafcf
AD
199262001-11-02 Akim Demaille <akim@epita.fr>
19927
19928 * tests/regression.at (Mixing %token styles): New test.
19929
037ca2f1
AD
199302001-11-02 Akim Demaille <akim@epita.fr>
19931
19932 * src/reader.c (parse_thong_decl): Formatting changes.
19933 (token_translations_init): New, extracted from...
19934 (packsymbols): Here.
19935 Adjust.
19936
270a173c
AD
199372001-11-01 Akim Demaille <akim@epita.fr>
19938
19939 * tests/regression.at (AT_TEST_CPP_GUARD_H): New.
19940 Check that `9foo.y' produces correct cpp guards.
19941 * src/files.c (compute_header_macro): Prepend `BISON_' to CPP
19942 guards.
19943 Reported by Wwp.
19944
561f9a30
AD
199452001-11-01 Akim Demaille <akim@epita.fr>
19946
19947 * tests/regression.at (Invalid input: 2): New.
19948 * src/lex.c (unlexed_token_buffer): New.
19949 (lex, unlex): Adjust: when unlexing, be sure to save token_buffer
19950 too.
19951 Reported by Wwp.
19952
f987e9d2
AD
199532001-11-01 Akim Demaille <akim@epita.fr>
19954
19955 * tests/calc.at: Catch up with 1.30.
19956 * configure.in: Bump to 1.49a.
19957 Adjust to newer Autotest.
19958
0846f581
PB
199592001-10-19 Pascal Bart <pascal.bart@epita.fr>
19960
19961 * src/conflicts.c: Move global variables rrc_total and src_total ...
19962 (print_conflicts): here.
19963 * src/output.c (output): Free global variable user_toknums.
19964 * src/lex.c (token_obstack): Become static.
19965
3c1a79b3
AD
199662001-10-18 Akim Demaille <akim@epita.fr>
19967
19968 * tests/atlocal.in (GCC): Add.
19969 * tests/calc.at: s/m4_match/m4_bmatch/.
19970 s/m4_patsubst/m4_bpatsubst/.
19971 (AT_CHECK_CALC): Check the compiler's stderr only if it's GCC.
19972 * configure.in: AC_SUBST(GCC).
19973
5d52e7d0
MA
199742001-10-14 Marc Autret <autret_m@epita.fr>
19975
19976 * src/options.c (create_long_option_table): Fix.
19977
631aa1d3
AD
199782001-10-10 Akim Demaille <akim@epita.fr>
19979
19980 * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
19981
f6ec6d13
AD
199822001-10-04 Akim Demaille <akim@epita.fr>
19983
19984 * src/reader.c (parse_union_decl): Push the caracters in
19985 union_obstack, not attrs_obstack.
19986
342b8b6e
AD
199872001-10-04 Akim Demaille <akim@epita.fr>
19988
19989 Merge in the branch 1.29.
19990
19991 * src/reader.c (packsymbols): Use a temporary obstack for
19992 `%%tokendef', since output_stack is already used elsewhere.
19993
19994 2001-10-02 Akim Demaille <akim@epita.fr>
19995
19996 Bump 1.29d.
19997
19998 2001-10-02 Akim Demaille <akim@epita.fr>
19999
20000 Version 1.29c.
20001
20002 2001-10-02 Akim Demaille <akim@epita.fr>
20003
20004 * tests/regression.at (Invalid CPP headers): New.
20005 From Alexander Belopolsky.
20006 * src/files.c (compute_header_macro): Map non alnum chars to `_'.
20007
20008 2001-10-02 Akim Demaille <akim@epita.fr>
20009
20010 * tests/regression.at (Invalid input): New.
20011 * src/lex.c (lex): Be sure to set `token_buffer' in any case.
20012 Reported by Shura.
20013
20014 2001-10-02 Akim Demaille <akim@epita.fr>
20015
20016 * tests/calc.at: Now that --debug works, the tests must be adjusted.
20017
20018 2001-10-02 Akim Demaille <akim@epita.fr>
20019
20020 * src/output.c (output_parser): Assert `skeleton'.
20021 * src/files.c (skeleton_find): Look harder for skeletons on DOSish
20022 systems.
20023 From Shura.
20024
20025 2001-10-01 Marc Autret <autret_m@epita.fr>
20026
20027 * src/lex.h: Echo modifications.
20028 * src/lex.c (unlex): Parameter is now token_t.
20029 From Hans Aberg.
20030
20031 2001-10-01 Marc Autret <autret_m@epita.fr>
20032
20033 * src/main.c: Include lex.h.
20034 From Hans Aberg.
20035
20036 2001-09-29 Akim Demaille <akim@epita.fr>
20037
20038 * src/getargs.c (longopts): `--debug' is `-t', not `-d'.
20039
20040 2001-09-28 Akim Demaille <akim@epita.fr>
20041
20042 * tests/testsuite.at: Update to newer Autotest.
20043 * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
20044
20045 2001-09-27 Akim Demaille <akim@epita.fr>
20046
20047 Position independent wrapper.
20048
20049 * tests/bison: Remove.
20050 * tests/bison.in: New.
20051 * configure.in: Adjust.
20052
20053 2001-09-27 Paul Eggert <eggert@twinsun.com>
20054
20055 Port quotearg fixes from tar 1.13.24.
20056
20057 * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
20058 tm to be declared.
20059 (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
20060 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
20061
20062 * m4/Makefile.am (EXTRA_DIST): Add mbrtowc.m4.
20063 * m4/mbrtowc.m4: New file.
20064 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit and stddef.h.
20065 Use jm_FUNC_MBRTOWC instead of AC_CHECK_FUNCS(mbrtowc).
20066
20067 2001-09-27 Akim Demaille <akim@epita.fr>
20068
20069 Bump to 1.29c.
20070
20071 2001-09-27 Akim Demaille <akim@epita.fr>
20072
20073 Version 1.29b.
20074
20075 2001-09-25 Akim Demaille <akim@epita.fr>
20076
20077 * src/system.h: Include `xalloc.h'.
20078 Remove it from the C files.
20079 * src/files.c (output_files): Free the obstacks.
20080 * src/lex.c (init_lex): Rename as...
20081 (lex_init): this.
20082 (lex_free): New.
20083 * src/main.c (main): Use it.
20084
20085 2001-09-24 Marc Autret <autret_m@epita.fr>
20086
20087 * src/vcg.c (open_edge, close_edge, open_node, close_node): Change
20088 to output informations in fout (FILE*).
20089 (open_graph, close_graph): Likewise.
20090 (output_graph, output_edge, output_node): Likewise.
20091 * src/vcg.h: Update function prototypes.
20092 * src/print_graph.c (print_graph): Open output graph file.
20093 (print_actions): Adjust.
20094 * src/files.h: Remove extern declaration.
20095 * src/files.c: Remove graph_obstack declaration.
20096 (open_files): Remove graph_obstack initialization.
20097 (output_files): Remove graph_obstack saving.
20098
20099 2001-09-24 Marc Autret <autret_m@epita.fr>
20100
20101 * src/files.c (compute_output_file_names): Fix.
20102
20103 2001-09-24 Marc Autret <autret_m@epita.fr>,
20104 Akim Demaille <akim@epita.fr>
20105
20106 * src/reader.c (reader): Remove call to free_symtab ().
20107 * src/main.c (main): Call it here.
20108 Include symtab.h.
20109 * src/conflicts.c (initialize_conflicts): Rename as...
20110 (solve_conflicts): this.
20111 * src/print.c (print_core, print_actions, print_state)
20112 (print_grammar): Dump to a file instead a `output_obstack'.
20113 (print_results): Dump `output_obstack', and then proceed with the
20114 FILE *.
20115 * src/files.c (compute_output_file_names, close_files): New.
20116 (output_files): Adjust.
20117 * src/main.c (main): Adjust.
20118
20119 2001-09-23 Marc Autret <autret_m@epita.fr>
20120
20121 * src/files.c (compute_header_macro): Computes header macro name
20122 from spec_defines_file when given.
20123
20124 2001-09-23 Marc Autret <autret_m@epita.fr>
20125
20126 * src/files.c (output_files): Add default extensions.
20127
20128 2001-09-22 Akim Demaille <akim@epita.fr>
20129
20130 * src/conflicts.c (finalize_conflicts): Rename as...
20131 (free_conflicts): this.
20132
20133 2001-09-22 Akim Demaille <akim@epita.fr>
20134
20135 * src/gram.c (gram_free): Rename back as...
20136 (dummy): this.
20137 (output_token_translations): Free `token_translations'.
20138 * src/symtab.c (free_symtab): Free the tag field.
20139
20140 2001-09-22 Akim Demaille <akim@epita.fr>
20141
20142 Remove `translations' as it is always set to true.
20143
20144 * src/gram.h: Adjust.
20145 * src/reader.c (packsymbols, parse_token_decl): Adjust
20146 * src/print.c (print_grammar): Adjust.
20147 * src/output.c (output_token_translations): Adjust.
20148 * src/lex.c (lex): Adjust.
20149 * src/gram.c: Be sure the set pointers to NULL.
20150 (dummy): Rename as...
20151 (gram_free): this.
20152
20153 2001-09-22 Akim Demaille <akim@epita.fr>
20154
20155 * configure.in: Invoke AM_LIB_DMALLOC.
20156 * src/system.h: Use dmalloc.
20157 * src/LR0.c: Be sure to have pointers initialized to NULL.
20158 (allocate_itemsets): Allocate kernel_items only if needed.
20159
20160 2001-09-22 Akim Demaille <akim@epita.fr>
20161
20162 * configure.in: Bump to 1.29b.
20163 * tests/Makefile.am (DISTCLEANFILES): Add package.m4.
20164 * tests/calc.at (_AT_DATA_CALC_Y): #undef malloc so that we don't
20165 need xmalloc.c in calc.y.
20166 From Pascal Bart.
20167
20168 2001-09-21 Akim Demaille <akim@epita.fr>
20169
20170 Version 1.29a.
20171 * Makefile.maint, config/config.guess, config/config.sub,
20172 * config/missing: Update from masters.
20173 * tests/Makefile.am ($(srcdir)/$(TESTSUITE)): No longer depend
20174 upon package.m4.
20175 * configure.in (ALL_LINGUAS): Add `tr'.
20176
20177 2001-09-21 Akim Demaille <akim@epita.fr>
20178
20179 * tests/Makefile.am (package.m4): Move to...
20180 ($(srcdir)/$(TESTSUITE)): here.
20181
20182 2001-09-20 Akim Demaille <akim@epita.fr>
20183
20184 * src/complain.c: No longer try to be standalone: use system.h.
20185 Don't assume __STDC__ is defined to 1. Just test if it is defined.
20186 * src/complain.h: Likewise.
20187 * src/reduce.c (useless_nonterminals, inaccessable_symbols):
20188 Remove the unused variable `n'.
20189 From Albert Chin-A-Young.
20190
20191 2001-09-18 Marc Autret <autret_m@epita.fr>
20192
20193 * doc/bison.1: Update.
20194 * doc/bison.texinfo (Bison Options): Update --defines and --graph
20195 descriptions.
20196 (Option Cross Key): Update.
20197 Add --graph.
20198
20199 2001-09-18 Marc Autret <autret_m@epita.fr>
20200
20201 * tests/regression.at: New test (comment in %union).
20202
20203 2001-09-18 Marc Autret <autret_m@epita.fr>
20204
20205 * src/reader.c (parse_union_decl): Do not output '/'. Let copy_comment
20206 do that.
20207 Reported by Keith Browne.
20208
20209 2001-09-18 Marc Autret <autret_m@epita.fr>
20210
20211 * tests/output.at: Add tests for --defines and --graph.
20212
20213 2001-09-18 Marc Autret <autret_m@epita.fr>
20214
20215 * tests/output.at: Removes tests of %{header,src}_extension features.
20216
20217 2001-09-18 Akim Demaille <akim@epita.fr>
20218
20219 * tests/Makefile.am (package.m4): New.
20220 * tests/calc.at (_AT_CHECK_CALC): Just run `calc input'.
20221 (_AT_CHECK_CALC_ERROR): Likewise.
20222 Factor the `, ' part of verbose error messages.
20223
20224 2001-09-18 Marc Autret <autret_m@epita.fr>
20225
20226 * src/getargs.c (longopts): Declare --defines and --graph as options
20227 with optional arguments.
20228 * src/files.h: Add extern declarations.
20229 * src/files.c (spec_graph_file, spec_defines_file): New.
20230 (output_files): Update.
20231 Remove CPP-outed code.
20232
20233 2001-09-18 Marc Autret <autret_m@epita.fr>
20234
20235 Turn off %{source,header}_extension feature.
20236
20237 * src/files.c (compute_exts_from_gf): Update.
20238 (compute_exts_from_src): Update.
20239 (output_files): CPP-out useless code.
20240 * src/files.h: Remove {header,source}_extension extern declarations.
20241 * src/reader.c (parse_dquoted_param): CPP-out.
20242 (parse_header_extension_decl): Remove.
20243 (parse_source_extension_decl): Remove.
20244 (read_declarations): Remove cases tok_{hdrext,srcext}.
20245 * src/lex.c (percent_table): Remove {header,source}_extension entries.
20246 * src/lex.h (token_t): Remove tok_hdrext and tok_srcext.
20247
20248 2001-09-10 Akim Demaille <akim@epita.fr>
20249
20250 * tests/output.at (AT_CHECK_BISON_FLAGS, AT_CHECK_BISON_PERCENT):
20251 (AT_CHECK_BISON_PERCENT_FLAGS): Merge into...
20252 (AT_CHECK_OUTPUT): this.
20253 Merely check ls' exit status, its output is useless.
20254
20255 2001-09-10 Akim Demaille <akim@epita.fr>
20256
20257 * tests/calc.at: Use m4_match.
20258 (_AT_DATA_CALC_Y): Check `yyin != NULL', not `stdin != NULL'.
20259
20260 2001-09-10 Marc Autret <autret_m@epita.fr>,
20261 Akim Demaille <akim@epita.fr>
20262
20263 * src/vcg.h (graph_s): color, textcolor, bordercolor are now
20264 enum color_e.
20265 * src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
20266 to `normal'.
20267 * src/reader.c (parse_token_decl): Initialize token with tok_eof.
20268 * src/lex.h: Adjust prototype.
20269 (token_t): Add `tok_undef'.
20270 * src/lex.c (struct percent_table_struct): Retval is now a token_t.
20271 (parse_percent_token): Now returns token_t.
20272 Add default statement in switch.
20273 (lex): Separate `c' as an input variable, from the token_t result
20274 part.
20275 (unlexed): Is a token_t.
20276
20277 2001-09-10 Akim Demaille <akim@epita.fr>
20278
20279 * configure.in: Bump to 1.29a.
20280
20281 2001-09-07 Akim Demaille <akim@epita.fr>
20282
20283 Version 1.29.
20284
20285 2001-08-30 Akim Demaille <akim@epita.fr>
20286
20287 * tests/atgeneral.m4, tests/atconfig.in, tests/suite.at: Remove.
20288 * m4/atconfig.m4: Remove.
20289 * tests/testsuite.at, tests/atlocal.in, tests/output.at,
20290 * tests/bison: New.
20291 * tests/regression.at, tests/calc.at: Use m4_define, AT_BANNER,
20292 m4_if, m4_patsubst, and m4_regexp.
20293 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Use an
20294 `input' file instead of echo.
20295
20296 2001-08-29 Akim Demaille <akim@epita.fr>
20297
20298 Bump to 1.28e.
20299
20300 2001-08-29 Akim Demaille <akim@epita.fr>
20301
20302 Version 1.28d.
20303
20304 2001-08-29 Paul Eggert <eggert@twinsun.com>
20305
20306 * src/bison.simple (yyparse): Don't take the address of an
20307 item before the start of an array, as that doesn't conform to
20308 the C Standard.
20309
20310 2001-08-29 Robert Anisko <anisko_r@epita.fr>
20311
20312 * doc/bison.texinfo (Location Tracking Calc): New node.
20313
20314 2001-08-29 Paul Eggert <eggert@twinsun.com>
20315
20316 * src/output.c (output): Do not define const, as this now
20317 causes more problems than it cures.
20318
20319 2001-08-29 Akim Demaille <akim@epita.fr>
20320
20321 * doc/bison.texinfo: Modernize `@node' and `@top' use: just name
20322 the nodes.
20323 Be sure to tag the `detailmenu'.
20324
20325 2001-08-29 Akim Demaille <akim@epita.fr>
20326
20327 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
20328 download in a tmp dir.
20329
20330 2001-08-28 Marc Autret <autret_m@epita.fr>
20331
20332 * config/depcomp: New file.
20333
20334 2001-08-28 Marc Autret <autret_m@epita.fr>
20335
20336 * doc/bison.1 (mandoc): Adjust.
20337 From Juan Manuel Guerrero.
20338
20339 2001-08-28 Marc Autret <autret_m@epita.fr>
20340
20341 * src/print_graph.c (print_state): Fix.
20342
20343 2001-08-27 Marc Autret <autret_m@epita.fr>
20344
20345 * src/vcg.h (classname_s, infoname_s, node_s): Constify the
20346 char * members.
20347 Echo modifications to the functions prototypes.
20348 * src/vcg.c (add_classname, add_infoname): Adjust arguments.
20349
20350 2001-08-27 Marc Autret <autret_m@epita.fr>
20351
20352 * src/vcg.c: Include `xalloc.h'.
20353 (add_colorentry): New.
20354 (add_classname): New.
20355 (add_infoname): New.
20356 * src/vcg.h: Add new prototypes.
20357
20358 2001-08-27 Akim Demaille <akim@epita.fr>
20359
20360 * Makefile.maint: Sync. again with CVS Autoconf.
20361
20362 2001-08-27 Akim Demaille <akim@epita.fr>
20363
20364 * Makefile.maint: Formatting changes.
20365 (po-update, cvs-update, update): New targets.
20366 (AMTAR): Remove.
20367
20368 2001-08-27 Akim Demaille <akim@epita.fr>
20369
20370 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
20371 * Makefile.maint: Sync. with CVS Autoconf.
20372
20373 2001-08-27 Marc Autret <autret_m@epita.fr>
20374
20375 * src/vcg.h (struct infoname_s): New.
20376 (struct colorentry_s): New.
20377 (graph_s): New fields {vertical,horizontal}_order in structure.
20378 Add `infoname' field.
20379 Add `colorentry' field;
20380 * src/vcg_defaults.h (G_VERTICAL_ORDER): New.
20381 (G_HORIZONTAL_ORDER): New.
20382 (G_INFONAME): New.
20383 (G_COLORENTRY): New.
20384 * src/vcg.c (output_graph): Add output of {vertical,horizontal}_order.
20385 Add output of `infoname'.
20386 Add output of `colorentry'.
20387
20388 2001-08-27 Marc Autret <autret_m@epita.fr>
20389
20390 * src/reader.c (parse_dquoted_param): Rename variable `index' to `i'.
20391 This one shadowed a global parameter.
20392
20393 2001-08-24 Marc Autret <autret_m@epita.fr>
20394
20395 * src/print_graph.c (node_output_size): Declared POSIX `size_t' type,
20396 instead of `unsigned'.
20397 (print_state): Do not call obstack_object_size () in obstack_grow ()
20398 to avoid macro variables shadowing.
20399
20400 2001-08-23 Marc Autret <autret_m@epita.fr>
20401
20402 * src/lex.c (percent_table): Typo: s/naem/name/.
20403 Add graph option.
20404 Normalize new options declarations.
20405
20406 2001-08-20 Pascal Bart <pascal.bart@epita.fr>
20407
20408 * tests/suite.at: Exercise %header_extension and %source_extension.
20409
20410 2001-08-16 Marc Autret <autret_m@epita.fr>
20411
20412 * src/reader.c (parse_dquoted_param): New.
20413 (parse_header_extension_decl): Use it.
20414 (parse_source_extension_decl): Likewise.
20415
20416 2001-08-16 Marc Autret <autret_m@epita.fr>
20417
20418 * src/vcg.c: Remove includes of `complain.h' and `xalloc.h'.
20419 (get_xxxx_str): Use assert () instead of complain ().
20420 Remove return invokations in default cases.
20421 (get_decision_str): Modify default behaviour. Remove second argument.
20422 Echo modifications on calls.
20423 (output_graph): Fix.
20424
20425 2001-08-16 Marc Autret <autret_m@epita.fr>
20426
20427 * src/getargs.c (usage): Update with ``-g, --graph''.
20428
20429 2001-08-16 Marc Autret <autret_m@epita.fr>
20430
20431 * doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
20432 (Option Cross Key): Likewise.
20433 * doc/bison.1: Update.
20434
1c8c2190
PB
204352001-09-25 Pascal Bart <pascal.bart@epita.fr>
20436
20437 * src/output.c (output_master_parser): Don't finish action_obstack.
20438 (output_parser): Don't care about the muscle action, here.
20439 (prepare): Copy the action_obstack in the action muscle.
20440 (output): Free action_obstack.
20441
180d45ba
PB
204422001-09-23 Pascal Bart <pascal.bart@epita.fr>
20443
20444 * src/reader.c (parse_union_decl): Add new obstack union_obstack. Which
20445 will contain `%union' declaration.
20446 (parse_union_decl): Delete #line directive output.
20447 (parse_union_decl): Substitute /attrs_obstack/union_obstack for all
20448 informations about %union.
20449 (parse_union_decl): Copy the union_obstack in the muscle stype.
20450 * src/bison.simple: Add new #line directive.
20451 Add typdef %%stype YYSTYPE.
20452
c51d1a19
PB
204532001-09-23 Pascal Bart <pascal.bart@epita.fr>
20454
20455 * src/bison.simple: Add new `#line' directive.
20456
6f9344da
PB
204572001-09-22 Pascal Bart <pascal.bart@epita.fr>
20458
20459 * src/bison.simple: New `#line' directive.
20460 * src/output.c (output_parser): Support new dynamic muscle input_line.
20461
652def80
MA
204622001-09-22 Marc Autret <autret_m@epita.fr>
20463
20464 * src/output.c (output_master_parser): New.
20465 (output_parser): Be more re-entrant.
20466
25b222fa
MA
204672001-09-21 Marc Autret <autret_m@epita.fr>
20468
20469 * src/reader.c (copy_definition, parse_union_decl): Update and use
20470 `linef' muscle.
20471 (copy_action): Likewise.
20472 Use obstack_1grow ().
20473 * src/muscle_tab.c (muscle_init): Add muscle `linef'.
20474
6bc35ae5
MA
204752001-09-21 Marc Autret <autret_m@epita.fr>
20476
20477 * src/options.c (option_table): Adjust.
20478 * src/lex.c (parse_percent_token): Fix.
20479
c0629aa1
PB
204802001-09-20 Pascal Bart <pascal.bart@epita.fr>
20481
20482 * src/options.c (symtab.h): Include it, need by lex.h.
342b8b6e 20483
82b6d266
PB
204842001-09-20 Pascal Bart <pascal.bart@epita.fr>
20485
20486 * src/lex.c (parse_percent_token): Change type of variable `tx', which
20487 is now an option_table_struct*.
20488 (option_strcmp): New function option_strcmp.
20489 (parse_percent_token): Call option_strcmp.
20490 * src/getargs.c (xalloc.h, options.h): Include it.
20491 (getargs): Call create_long_option_table.
20492 (getargs): Free longopts at the end of the function.
20493 (shortopts): Move in options.c.
20494 * src/options.c (create_long_option_table): New function. Convert
20495 information from option_table to option structure.
20496 * src/reader.c (options.h): Include it.
20497
20498 * src/Makefile.am: Adjust.
20499 * src/options.c (option_table): Create from longopts and percent_table.
20500 * src/getargs.c (longopts): Delete.
20501 * src/lex.c (struct percent_table_struct): Delete.
20502 (percent_table): Delete.
20503 (options.h): Include it.
20504 * src/options.c: Create.
20505 * src/options.h: Create.
20506 Declare enum opt_access_e.
20507 Define struct option_table_struct.
20508
75f5aaea
MA
205092001-09-20 Marc Autret <autret_m@epita.fr>
20510
20511 * doc/bison.texinfo: Adjust terminologies about prologue and epilogue
20512 sections of Bison.
20513
f508cb0a
PB
205142001-09-19 Pascal Bart <pascal.bart@epita.fr>
20515
20516 * src/bison.simple: s/%%filename/%%skeleton.
20517 * src/muscle_tab.c (getargs.h): Include it.
20518 (muscle_init): Insert new muscle skeleton.
20519
13105fc1
PB
205202001-09-18 Pascal Bart <pascal.bart@epita.fr>
20521
20522 * src/output.c (output_parser): Delete unused variable actions_dumped.
20523
b0c4483e
PB
205242001-09-07 Pascal Bart <pascal.bart@epita.fr>
20525
20526 * src/output.c (output): Delete call to reader_output_yylsp.
20527 * src/reader.c (reader): Likewise.
ba0fe3c7 20528 * src/reader.h: Delete declaration of reader_output_yylsp.
342b8b6e 20529
11d82f03
MA
205302001-09-02 Marc Autret <autret_m@epita.fr>
20531
20532 * src/reader.c: Include muscle_tab.h.
20533 (parse_union_decl): Update.
20534 (parse_macro_decl): Rename parse_muscle_decl.
20535 Update to use renamed functions and variable.
20536 (read_declarations, copy_action, read_additionnal_code, : Updated
20537 with correct variables and functions names.
20538 (packsymbols, reader): Likewise.
342b8b6e 20539
11d82f03 20540 * src/reader.h (muscle_obstack): Extern declaration update.
342b8b6e 20541
11d82f03
MA
20542 * src/output.c: Include muscle_tab.h
20543 In all functions using macro_insert, change by using muscle_insert ().
20544 (macro_obstack): Rename muscle_obstack.
20545 Echo modifications in the whole file.
20546 (MACRO_INSERT_INT): Rename MUSCLE_INSERT_INT.
20547 (MACRO_INSERT_STRING): Rename MUSCLE_INSERT_STRING.
20548 (MACRO_INSERT_PREFIX): Rename MUSCLE_INSERT_PREFIX.
20549
20550 * src/muscle_tab.h: Update double inclusion macros.
20551 (macro_entry_s): Rename muscle_entry_s.
20552 Update prototypes.
342b8b6e 20553
11d82f03
MA
20554 * src/muscle_tab.c: Include muscle_tab.h.
20555 Rename macro_tabble to muscle_table.
20556 (mhash1, mhash2, mcmp): Use muscle_entry.
20557 (macro_init): Rename muscle_init. Update.
20558 (macro_insert): Rename muscle_insert. Update.
20559 (macro_find): Rename muscle_find. Update.
20560
20561 * src/main.c: Include muscle_tab.h.
20562 (main): Call muscle_init ().
20563 * src/Makefile.am (bison_SOURCES): Echo modifications.
20564
93a37297
MA
205652001-09-02 Marc Autret <autret_m@epita.fr>
20566
f753cd62 20567 Now the files macro_tab.[ch] are named muscle_tab.[ch].
342b8b6e 20568
f753cd62
MA
20569 * src/muscle_tab.c, src/muscle_tab.h: Add files.
20570
205712001-09-02 Marc Autret <autret_m@epita.fr>
20572
20573 * src/macrotab.c, src/macrotab.h: Remove.
93a37297 20574
682d48cd
PB
205752001-09-01 Pascal Bart <pascal.bart@epita.fr>
20576
342b8b6e 20577 * src/reader.c (copy_guard): Use muscle to specify the `#line'
682d48cd
PB
20578 filename.
20579
087c8fda
MA
205802001-09-01 Marc Autret <autret_m@epita.fr>
20581
20582 * tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set
20583 to an explicit value to activate the feature. We do it here.
20584
dda680cb
PB
205852001-08-31 Pascal Bart <pascal.bart@epita.fr>
20586
20587 * src/output.c (prepare): Delete the `filename' muscule insertion.
20588 * src/reader.c (copy_action): Use `filename' muscule with `#line'.
20589 (parse_union_decl): Likewise.
20590 * src/macrotab.c (macro_init): Initialize filename by infile.
20591
9e644e64
MA
205922001-08-31 Marc Autret <autret_m@epita.fr>
20593
20594 * src/bison.simple (YYLSP_NEEDED): New definition.
20595 * src/output.c (prepare): Add macro insertion of `locations_flag'
20596
17da6427
PB
205972001-08-31 Pascal Bart <pascal.bart@epita.fr>
20598
20599 * src/output.c (prepare): Delete insertion of previous muscles,
20600 and insert the `prefix' muscles.
20601 * src/macrotab.c (macro_init): Likewise.
20602 (macro_init): Initialization prefix directive by `yy'.
342b8b6e 20603 * src/bison.simple: Substitute all %%yylex, %%yychar, %%yylval,
17da6427
PB
20604 %%yydebug, %%yyerror, %%yynerrs and %%yyparse by yylex, yychar,
20605 yylval, yydebug, yyerror, yynerrs and yyparse.
342b8b6e 20606 New directive `#define' to substitute yydebug, ... with option
17da6427
PB
20607 name_prefix.
20608
e8cb70b9
PB
206092001-08-31 Pascal Bart <pascal.bart@epita.fr>
20610
20611 * src/main.c (main): Standardize.
20612 * src/output.c (output_table_data, output_parser): Likewise.
20613 * src/macrotab.h, src/macrotab.c, src/bison.simple: Likewise.
20614
63c2d5de
MA
206152001-08-31 Pascal Bart <pascal.bart@epita.fr>, Marc Autret <autret_m@epita.fr>
20616
342b8b6e 20617 * src/reader.c (read_additionnal_code): Rename %%user_code to
63c2d5de
MA
20618 %%epilogue.
20619 * src/output.c (output): Rename %%declarations to %%prologue.
20620 * src/bison.simple: Echo modifications.
342b8b6e 20621
d8cb5183
MA
206222001-08-31 Marc Autret <autret_m@epita.fr>
20623
20624 * src/reader.c (readgram): CleanUp.
20625 (output_token_defines): Likewise.
20626 (packsymbols): Likewise.
20627 (reader): Likewise.
20628 * src/output.c (output): CPP-out useless code.
20629
6c686258
PB
206302001-08-31 Pascal Bart <pascal.bart@epita.fr>
20631
342b8b6e 20632 * src/reader.c (reader): Delete obsolete call to function
6c686258
PB
20633 output_trailers and output_headers.
20634 * src/output.h: Remove obsolete functions prototypes of output_headers
20635 and output_trailers.
20636
8f451ef7
PB
206372001-08-30 Pascal Bart <pascal.bart@epita.fr>
20638
20639 * src/main.c: Include macrotab.h.
342b8b6e 20640 * src/macrotab.h (macro_entry_s): Constify fields.
8f451ef7
PB
20641 Adjust functions prototypes.
20642 * src/macrotab.c (macro_insert): Constify key and value.
20643 (macro_find): Constify key.
20644 (macro_insert): Include 'xalloc.h'
20645 (macro_insert): Use XMALLOC.
20646 (macro_find): Constify return value.
20647 * src/output.c (output_table_data): Rename table to table_data.
20648 (output_parser): Constify macro_key, macro_value.
20649
997b6fd0 206502001-08-30 Marc Autret <autret_m@epita.fr>
2ba3b73c
MA
20651
20652 * src/reader.c (parse_skel_decl): New.
342b8b6e 20653 (read_declarations): Add case `tok_skel', call parse_skel_decl ().
2ba3b73c
MA
20654 * src/lex.h (token_t): New token `tok_skel'.
20655 * src/lex.c (percent_table): Add skeleton option entry.
20656 Standardize.
20657
ff48177d
MA
206582001-08-29 Marc Autret <autret_m@epita.fr>
20659
20660 * src/bison.simple: Add %%user_code directive at the end.
20661 * src/reader.c (read_additionnal_code): New.
20662 (reader): Use it.
20663 * src/output.c (output_program): Remove.
20664 (output): Update.
20665
b33160bf
MA
206662001-08-28 Marc Autret <autret_m@epita.fr>
20667
20668 * src/output.c (output_actions): Clean up.
4e5caae2 20669 (output_gram): CPP-out useless code.
b33160bf
MA
20670 * src/reader.c (reader): Clean up, CPP-out useless code.
20671
d1a2daf7
PB
206722001-08-28 Pascal Bart <pascal.bart@epita.fr>
20673
342b8b6e 20674 * src/output.c (output): Copy attrs_obstack in the '%%definitions'
535c0e75 20675 directive.
d1a2daf7
PB
20676 * src/bison.simple: Add `%%definitions'.
20677
2b763dfe
MA
206782001-08-28 Marc Autret <autret_m@epita.fr>
20679
20680 * config/depcomp: New file.
20681
f1a87ef6
PE
206822001-08-27 Paul Eggert <eggert@twinsun.com>
20683
20684 * src/bison.simple (yyparse): Don't take the address of an
20685 item before the start of an array, as that doesn't conform to
20686 the C Standard.
20687
82e236e2
RA
206882001-08-27 Robert Anisko <robert.anisko@epita.fr>
20689
f1a87ef6 20690 * src/output.c (output): Remove the initialization of the macro
82e236e2
RA
20691 obstack. It was done too late here.
20692
20693 * src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was
20694 completely wrong.
20695 (reader): Initialize the macro obstack here, since we need it to grow
20696 '%define' directives.
20697
20698 * src/reader.h: Declare the macro obstack as extern.
20699
b0cfa28a
RA
207002001-08-27 Robert Anisko <robert.anisko@epita.fr>
20701
20702 * src/output.c (output_parser): Fix. Store single '%' characters in
20703 the output obstack instead of throwing them away.
20704
6fc74234
AD
207052001-08-27 Akim Demaille <akim@epita.fr>
20706
20707 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
20708
9c76d118
RA
207092001-08-25 Robert Anisko <robert.anisko@epita.fr>
20710
20711 * lib/Makefile.am: Adjust.
20712
a8289c62
RA
207132001-08-25 Robert Anisko <robert.anisko@epita.fr>
20714
20715 * src/bison.simple: Update and add '%%' directives.
20716
b6610515
RA
207172001-08-25 Robert Anisko <robert.anisko@epita.fr>
20718
20719 * src/reader.c (reader): Remove calls to 'output_headers' and
20720 'output_trailers'. Remove some C output.
20721 (readgram): Disable a piece of code that was writing a default
20722 definition for 'YYSTYPE'.
20723 (reader_output_yylsp): Remove.
20724 (packsymbols): Output token defintions to a macro.
20725 (copy_definition): Disable C output.
6fc74234 20726
b6610515
RA
20727 * src/reader.c (parse_macro_decl): New function used to parse macro
20728 declarations.
20729 (copy_string2): Put the body of copy_string into this new function.
20730 Add a parameter to let the caller choose whether he wants to copy the
20731 string delimiters or not.
20732 (copy_string): Be a simple call to copy_string2 with the last argument
20733 bound to true.
20734 (read_declarations): Add case for macro definition.
20735 (copy_identifier): New.
6fc74234 20736 (parse_macro_decl): Read macro identifiers using copy_identifier
b6610515
RA
20737 rather than lex.
20738
26f609ff
RA
207392001-08-25 Robert Anisko <robert.anisko@epita.fr>
20740
20741 * src/output.c (prepare): Add prefixed names.
20742 (output_parser): Output semantic actions.
20743 (output_parser): Fix bug on '%%line' directives.
6fc74234 20744
26f609ff
RA
20745 * src/output.c (output_headers): Remove. The C code printed by this
20746 function should now be in the skeletons.
20747 (output_trailers): Remove.
20748 (output): Disable call to 'reader_output_yylsp'.
20749 (output_rule_data): Do not output tables to the table obstack.
20750
20751 * src/output.c: Remove some C dedicated output.
20752 Improve the use of macro and output obstacks.
20753 (output_defines): Remove.
6fc74234 20754
26f609ff
RA
20755 * src/output.c (output_token_translations): Associate 'translate'
20756 table with a macro. No output to the table obstack.
20757 (output_gram): Same for 'rhs' and 'prhs'.
20758 (output_stos): Same for 'stos'.
20759 (output_rule_data): Same for 'r1' and 'r2'.
20760 (token_actions): Same for 'defact'.
20761 (goto_actions): Same for 'defgoto'.
20762 (output_base): Same for 'pact' and 'pgoto'.
20763 (output_table): Same for 'table'.
20764 (output_check): Same for 'check'.
6fc74234 20765
26f609ff
RA
20766 * src/output.c (output_table_data): New function.
20767 (output_short_table): Remove.
20768 (output_short_or_char_table): Remove.
6fc74234 20769
26f609ff
RA
20770 * src/output.c (output_parser): Replace most of the skeleton copy code
20771 with something new. Skeletons are now processed character by character
20772 rather than line by line, and Bison looks for '%%' macros. This is the
20773 first step in making Bison's output process (a lot) more flexible.
20774 (output_parser): Use the macro table.
20775
6f43b113
RA
207762001-08-25 Robert Anisko <robert.anisko@epita.fr>
20777
20778 * src/main.c (main): Initialize the macro table.
20779
dd3127cf
RA
207802001-08-25 Robert Anisko <robert.anisko@epita.fr>
20781
20782 * src/lex.c (percent_table): Add tok_define.
20783 * src/lex.h: Add tok_define.
20784
aa321494
RA
207852001-08-25 Robert Anisko <robert.anisko@epita.fr>
20786
20787 * src/macrotab.c: New file.
20788 * src/macrotab.h: New file.
20789 * src/Makefile.am: Update.
20790
68bd3b6b
RA
207912001-08-25 Robert Anisko <robert.anisko@epita.fr>
20792
20793 * lib/hash.c: New file.
20794 * lib/hash.h: New file.
20795 * lib/Makefile.am: Update.
20796
45f8dd1e
AD
207972001-08-15 Akim Demaille <akim@epita.fr>
20798
20799 Version 1.28c.
20800
40a64a7a 208012001-08-15 Marc Autret <autret_m@epita.fr>
0b8afb77
AD
20802
20803 * src/reader.c (readgram): Indent output macro YYSTYPE.
20804 (packsymbols): Likewise.
20805 (output_token_defines): Likewise.
20806 * src/files.c: Standardize.
20807 (compute_header_macro): New.
20808 (defines_obstack_save): New. Use compute_header_macro.
20809 (output_files): Update. Use defines_obstack_save.
20810
f9a8293a
AD
208112001-08-15 Akim Demaille <akim@epita.fr>
20812
20813 * doc/bison.texinfo (Table of Symbols): Document
20814 YYSTACK_USE_ALLOCA.
20815
150ca7a7
AD
208162001-08-15 Akim Demaille <akim@epita.fr>
20817
20818 * missing: Update from CVS Automake.
20819 * config/config.guess, config/config.sub, config/texinfo.tex:
20820 Update from gnu.org.
20821
69b5cec4
AD
208222001-08-15 Akim Demaille <akim@epita.fr>
20823
20824 * Makefile.maint: Sync with CVS Autoconf.
20825
f2b5126e
PB
208262001-08-14 Pascal Bart <pascal.bart@epita.fr>
20827
69b5cec4 20828 * doc/bison.texinfo: Include GNU Free Documentation License from
f2b5126e
PB
20829 `fdl.texi'.
20830 * doc/fdl.texi: Add to package.
20831
4ecbf796
MA
208322001-08-14 Marc Autret <autret_m@epita.fr>
20833
20834 Turn on %{source,header}_extension features.
20835
69b5cec4 20836 * src/lex.c (percent_table): Un-CPP out header_extension and
4ecbf796
MA
20837 source_extension.
20838 * src/files.c (compute_exts_from_gf): Compare pointers with NULL.
69b5cec4 20839 (compute_exts_from_src): Remove conditions. It restores priorities
4ecbf796
MA
20840 between options.
20841
95fb5662
MA
208422001-08-14 Marc Autret <autret_m@epita.fr>
20843
20844 * src/files.c (compute_base_names): Add extensions computing when
20845 `--file-prefix' used.
20846 Standardize function calls.
20847
78d09da9
MA
208482001-08-13 Marc Autret <autret_m@epita.fr>
20849
69b5cec4 20850 * src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
78d09da9
MA
20851 defining it (defined but null disables alloca).
20852
5a009f2c
MA
208532001-08-13 Marc Autret <autret_m@epita.fr>
20854
20855 * src/bison.simple (_yy_memcpy): CPP reformat.
20856
1e41465a
PB
208572001-08-13 Pascal Bart <pascal.bart@epita.fr>
20858
20859 * tests/atconfig.in (CPPFLAGS): Fix.
20860
c67a198d
PB
208612001-08-10 Pascal Bart <pascal.bart@epita.fr>
20862
79282c6c 20863 * doc/bison.texinfo: Include GNU General Public License from
c67a198d
PB
20864 `gpl.texi'.
20865 * doc/gpl.texi: Add to package.
20866
09a6de7e
MA
208672001-08-10 Marc Autret <autret_m@epita.fr>
20868
20869 * src/print_graph.h: Fix.
20870 * src/reader.c (read_declarations): Use parse_header_extension_decl ().
20871
b77b9ee0
AD
208722001-08-10 Akim Demaille <akim@epita.fr>
20873
20874 * src/system.h: Provide default declarations for stpcpy, strndup,
20875 and strnlen.
20876
3e259915
MA
208772001-08-10 Robert Anisko <anisko_r@epita.fr>
20878
20879 * doc/bison.texinfo (Locations): Update @$ stuff.
20880
ca96bc2d
MA
208812001-08-09 Robert Anisko <anisko_r@epita.fr>
20882
20883 * src/bison.simple (YYLLOC_DEFAULT): Update.
20884 (yyparse): Adjust.
20885
fdc6758b
MA
208862001-08-08 Marc Autret <autret_m@epita.fr>
20887
b77b9ee0 20888 * doc/bison.texinfo: Change @samp{$<@dots{}>} to
fdc6758b
MA
20889 @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.
20890 Reported by Fabrice Bauzac.
957d4dbf 20891
600cad3b
MA
208922001-08-08 Marc Autret <autret_m@epita.fr>
20893
20894 * src/vcg_default.h: Use NULL instead of 0 to initialize pointers.
20895 * src/vcg.c (output_node): Fix.
20896 * src/vcg.h: Cleanup.
20897 * src/print_graph.c: Add comments.
b77b9ee0 20898 (node_output_size): New global variable. Simplify the formatting of
600cad3b 20899 the VCG graph output.
b77b9ee0 20900 (print_actions): Unused code is now used. It notifies the final state
600cad3b 20901 and no action states in the VCG graph. It also give the reduce actions.
b77b9ee0 20902 The `shift and goto' edges are red and the `go to state' edges are
600cad3b
MA
20903 blue.
20904 Get the current node name and node_obstack by argument.
20905 (node_obstack): New variable.
20906 (print_state): Manage node_obstack.
20907 (print_core): Use node_obstack given by argument.
20908 A node is not only computed here but in print_actions also.
20909 (print_graph): CPP out useless code instead of commenting it.
20910
976e528f
AD
209112001-08-07 Pascal Bart <pascal.bart@epita.fr>
20912
20913 * tests/atconfig.in (CPPFLAGS): Fix.
20914
20e8e5ca
AD
209152001-08-07 Akim Demaille <akim@epita.fr>
20916
20917 * src/print_graph.c (quote): New.
20918 (print_core): Use it.
20919
957d4dbf 209202001-08-06 Akim Demaille <akim@epita.fr>, Marc Autret <autret_m@epita.fr>
3e3da797 20921
3e3da797
AD
20922 * src/vcg.c (complain.h): Include it.
20923 Unepitaize `return' invocations.
c4b66126 20924 [NDEBUG] (main): Remove.
79282c6c 20925 * src/vcg.h (node_t, edge_t, graph_t): Constify the char * members.
c4b66126
AD
20926 * src/files.c (open_files): Initialize graph_obstack.
20927 * src/print_graph.c (print_actions): CPP out useless code.
20928 (print_core): Don't output the last `\n' in labels.
20929 Use `quote'.
20930 * src/files.c (output_files): Output the VCG file.
20931 * src/main.c (main): Invoke print_graph ();
3e3da797 20932
957d4dbf 209332001-08-06 Marc Autret <autret_m@epita.fr>
22c2cbc0
AD
20934
20935 Automaton VCG graph output.
20936 Using option ``-g'' or long option ``--graph'', you can generate
20937 a gram_filename.vcg file containing a VCG description of the LALR (1)
20938 automaton of your grammar.
20939
20940 * src/main.c: Call to print_graph() function.
20941 * src/getargs.h: Update.
20942 * src/getargs.c (options): Update to catch `-g' and `--graph' options.
20943 (graph_flag): New flag.
20944 (longopts): Update.
20945 (getargs): Add case `g'.
20946 * src/files.c (graph_obstack): New obstack struct.
20947 (open_files): Initialize new obstack.
20948 (output_files): Saves graph_obstack if required.
20949 * src/files.h (graph_obstack): New extern declaration.
20950 * src/Makefile.am: Add new source files.
20951
927c1557 209522001-08-06 Marc Autret <autret_m@epita.fr>
ce4d5ce0
AD
20953
20954 * src/print_graph.c, src/print_graph.h (graph): New.
20955 * src/vcg.h: New file.
20956 * src/vcg.c: New file, VCG graph handling.
20957
7333d403
AD
209582001-08-06 Marc Autret <autret_m@epita.fr>
20959
20960 Add of %source_extension and %header_extension which specify
20961 the source or/and the header output file extension.
20962
20963 * src/files.c (compute_base_names): Remove initialisation of
20964 src_extension and header_extension.
20965 (compute_exts_from_gf): Update.
20966 (compute_exts_from_src): Update.
20967 (output_files): Update.
20968 * src/reader.c (parse_header_extension_decl): New.
20969 (parse_source_extension_decl): New.
20970 (read_declarations): New case statements for the new tokens.
20971 * src/lex.c (percent_table): Add entries for %source_extension
20972 and %header_extension.
20973 * src/lex.h (token_e): New tokens tok_hdrext and tok_srcext.
20974
84163231
AD
209752001-08-06 Marc Autret <autret_m@epita.fr>
20976
20977 * configure.in: Bump to 1.28c.
20978 * doc/bison.texinfo: Texinfo thingies.
20979
8303fc42
AD
209802001-08-04 Pascal Bart <pascal.bart@epita.fr>
20981
20982 * tests/atconfig.in (CPPFLAGS): Add.
20983 * tests/calc.at (AT_CHECK): Use CPPFLAGS.
20984
70a84437
AD
209852001-08-03 Akim Demaille <akim@epita.fr>
20986
20987 Version 1.28b.
20988
2ce10144
AD
209892001-08-03 Akim Demaille <akim@epita.fr>
20990
20991 * tests/Makefile.am (check-local): Ship testsuite.
20992 * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
20993 Include `string.h'.
20994
1e3e4bc1
AD
209952001-08-03 Akim Demaille <akim@epita.fr>
20996
20997 * configure.in: Try using -Wformat when compiling.
20998
42b45b7f
AD
209992001-08-03 Akim Demaille <akim@epita.fr>
21000
21001 * configure.in: Bump to 1.28b.
21002
8f13fe33
AD
210032001-08-03 Akim Demaille <akim@epita.fr>
21004
21005 * src/complain.c: Adjust strerror_r portability issues.
21006
b37ba92c
AD
210072001-08-03 Akim Demaille <akim@epita.fr>
21008
21009 Version 1.28a.
21010
b0ce6046
AD
210112001-08-03 Akim Demaille <akim@epita.fr>
21012
21013 * src/getargs.c, src/getarg.h (skeleton)): Constify.
21014 * src/lex.c (literalchar): Avoid name clashes on `buf'.
21015 * src/getargs.c: Include complain.h.
21016 * src/files.c, src/files.h (skeleton_find): Avoid name clashes.
21017 * lib/quotearg.c, lib/quotearg.h: Update from fileutils 4.1.
21018
d01c415b
AD
210192001-08-03 Akim Demaille <akim@epita.fr>
21020
21021 * src/reader.c (readgram): Display hidden chars in error messages.
21022
459dd1a6
AD
210232001-08-03 Akim Demaille <akim@epita.fr>
21024
21025 Update to gettext 0.10.39.
21026
53b74c0c
AD
210272001-08-03 Akim Demaille <akim@epita.fr>
21028
21029 * lib/strspn.c: New.
21030
234a3be3
AD
210312001-08-01 Marc Autret <autret_m@epita.fr>
21032
21033 * doc/bison.texinfo: Update.
21034 * doc/bison.1 (mandoc): Update.
21035 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove .c and .h.
21036 * src/files.c: Support output files extensions computing.
21037 (src_extension): New static variable.
21038 (header_extension): New static variable.
21039 (tr): New function.
21040 (get_extension_index): New function, gets the index of an extension
21041 filename in a string.
21042 (compute_exts_from_gf): New function, computes extensions from the
21043 grammar file extension.
21044 (compute_exts_from_src): New functions, computes extensions from the
21045 C source file extension, file given by ``-o'' option.
21046 (compute_base_names): Update.
21047 (output_files): Update.
21048
847bf1f5
AD
210492001-08-01 Robert Anisko <anisko_r@epita.fr>
21050
d995fee7 21051 * doc/bison.texi: Document @$.
847bf1f5
AD
21052 (Locations): New section.
21053
d074a105
AD
210542001-07-18 Akim Demaille <akim@epita.fr>
21055
21056 * Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
21057 * config/prev-version.txt, config/move-if-change: New.
21058 * Makefile.am: Adjust.
21059
3419715d
AD
210602001-07-08 Pascal Bart <pascal.bart@epita.fr>
21061
21062 * src/bison.simple (yyparse): Suppress warning `comparaison
21063 between signed and unsigned'.
21064
62ab6972
AD
210652001-07-05 Pascal Bart <pascal.bart@epita.fr>
21066
21067 * src/getargs.h (raw_flag): Remove.
21068 * src/getargs.c: Die on `-r'/`--raw'.
21069 * src/lex.c (parse_percent_token): Die on `%raw'.
21070 * src/reader.c (output_token_defines): Suppress call to `raw_flag'.
21071 * tests/calc.at: Suppress test with option `--raw'.
21072
1e24cc5b
AD
210732001-07-14 Akim Demaille <akim@epita.fr>
21074
21075 * config/: New.
21076 * configure.in: Require Autoconf 2.50.
21077 Update to gettext 0.10.38.
21078
32dfccf8
AD
210792001-03-16 Akim Demaille <akim@epita.fr>
21080
21081 * doc/bison.texinfo: ANSIfy the examples.
21082
cd5bd6ac
AD
210832001-03-16 Akim Demaille <akim@epita.fr>
21084
21085 * getargs.c (skeleton): New variable.
21086 (longopts): --skeleton is a new option.
21087 (shortopts, getargs): -S is a new option.
21088 * getargs.h: Declare skeleton.
21089 * output.c (output_parser): Use it.
21090
5141b016
AD
210912001-03-16 Akim Demaille <akim@epita.fr>
21092
21093 * m4/strerror_r.m4: New.
21094 * m4/error.m4: Run AC_FUNC_STRERROR_R.
21095 * lib/error.h, lib/error.c: Update.
21096
447992b9
AD
210972001-03-16 Akim Demaille <akim@epita.fr>
21098
21099 * src/getargs.c (longopts): Clean up.
21100
274d42ce
AD
211012001-02-21 Akim Demaille <akim@epita.fr>
21102
21103 * src/reader.c (gensym): `gensym_count' is your own.
21104 Use a static buf to create the symbol name, as token_buffer is no
21105 longer a buffer.
21106
22c821f3
AD
211072001-02-08 Akim Demaille <akim@epita.fr>
21108
21109 * src/conflicts.c (conflict_report): Be sure not to append to res
21110 between two calls, which could happen if both first sprintf were
21111 skipped, but not the first cp += strlen.
21112
18569462
AD
211132001-02-08 Akim Demaille <akim@epita.fr>
21114
21115 * lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
21116 New, from fileutils 4.0.37.
21117 * configure.in: Require Autoconf 2.49c. I took some time before
21118 making this decision. This is the only way out for portability
21119 issues in Bison, it would mean way too much duplicate effort to
21120 import in Bison features implemented in 2.49c since 2.13.
21121 AC_REPLACE_FUNCS and AC_CHECK_DECLS the functions above.
21122
0d8f3c8a
AD
211232001-02-02 Akim Demaille <akim@epita.fr>
21124
21125 * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
66075dcf 21126 * lib/xalloc.h, lib/xmalloc.c: Update.
0d8f3c8a 21127
f17bcd1f
AD
211282001-01-19 Akim Demaille <akim@epita.fr>
21129
21130 Get rid of the ad hoc handling of token_buffer in the scanner: use
21131 the obstacks.
21132
21133 * src/lex.c (token_obstack): New.
21134 (init_lex): Initialize it. No longer call...
21135 (grow_token_buffer): this. Remove it.
21136 Adjust all the places which used it to use the obstack.
21137
511e79b3
AD
211382001-01-19 Akim Demaille <akim@epita.fr>
21139
21140 * src/lex.h: Rename all the tokens:
21141 s/\bENDFILE\b/tok_eof/g;
21142 s/\bIDENTIFIER\b/tok_identifier/g;
21143 etc.
21144 Let them be enums, not #define, to ease debugging.
21145 Adjust all the code.
21146
0d6508ef
AD
211472001-01-18 Akim Demaille <akim@epita.fr>
21148
21149 * src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
21150 * src/lex.c (maxtoken, grow_token_buffer): Static.
21151
6deb4447
AD
211522001-01-18 Akim Demaille <akim@epita.fr>
21153
21154 Since we now use obstacks, more % directives can be enabled.
21155
21156 * src/lex.c (percent_table): Also accept `%yacc',
21157 `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
21158 `%debug'.
21159 Handle the actions for `%semantic_parser' and `%pure_parser' here,
21160 instead of returning a token.
21161 * src/lex.h (SEMANTIC_PARSER, PURE_PARSER): Remove, unused.
21162 * src/reader.c (read_declarations): Adjust.
21163 * src/files.c (open_files): Don't call `compute_base_names', don't
21164 compute `attrsfile' since they depend upon data which might be
21165 *in* the input file now.
21166 (output_files): Do it here.
21167 * src/output.c (output_headers): Document the fact that this patch
21168 introduces a guaranteed SEGV for semantic parsers.
21169 * doc/bison.texinfo: Document them.
21170 * tests/suite.at: Exercise these %options.
21171
ff4423cc
AD
211722000-12-20 Akim Demaille <akim@epita.fr>
21173
21174 Also handle the output file (--verbose) with obstacks.
21175
21176 * files.c (foutput): Remove.
21177 (output_obstack): New.
21178 Adjust all dependencies.
21179 * src/conflicts.c: Return a string.
21180 * src/system.h (obstack_grow_string): Rename as...
21181 (obstack_sgrow): this. Be ready to work with non literals.
21182 (obstack_fgrow4): New.
21183
956dba3a
AD
211842000-12-20 Akim Demaille <akim@epita.fr>
21185
21186 * src/files.c (open_files): Fix the computation of short_base_name
21187 in the case of `-o foo.tab.c'.
21188
337bab46
AD
211892000-12-20 Akim Demaille <akim@epita.fr>
21190
21191 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
21192 (copy_dollar): Now that everything uses obstacks, get rid of the
21193 FILE * parameters.
21194
5d3214b8
AD
211952000-12-20 Akim Demaille <akim@epita.fr>
21196
21197 * src/files.c (open_files): Actually the `.output' file is based
21198 on the short_base_name, not base_name.
21199 * tests/suite.at (Checking output file names): Adjust.
21200
29092a57
AD
212012000-12-20 Akim Demaille <akim@epita.fr>
21202
21203 * src/bison.s1: Remove, we now use directly...
21204 * src/bison.simple: this.
21205 * src/Makefile.am: Use pkgdata instead of data.
21206
ea5607fd
AD
212072000-12-20 Akim Demaille <akim@epita.fr>
21208
21209 * src/files.c (guard_obstack): New.
21210 (open_files): Initialize it.
21211 (output_files): Dump it...
21212 * src/files.h: Export it.
21213 * src/reader.c (copy_guard): Use it.
21214
27110317
AD
212152000-12-19 Akim Demaille <akim@epita.fr>
21216
21217 * src/files.c (outfile, defsfile, actfile): Removed as global
21218 vars.
21219 (open_files): Don't compute them.
21220 (output_files): Adjust.
21221 (base_name, short_base_name): Be global.
21222 Adjust dependencies.
21223
19c50364
AD
212242000-12-19 Akim Demaille <akim@epita.fr>
21225
21226 * src/files.c (strsuffix): New.
21227 (stringappend): Be just like strcat but allocate.
21228 (base_names): Eve out from open_files.
21229 Try to simplify the rather hairy computation of base_name and
21230 short_base_name.
21231 (open_files): Use it.
21232 * tests/suite.at (Checking output file names): New test.
21233
573c1d9f
AD
212342000-12-19 Akim Demaille <akim@epita.fr>
21235
21236 * src/system.h (obstack_grow_literal_string): Rename as...
21237 (obstack_grow_string): this.
21238 * src/output.c (output_parser): Recognize `%% actions' instead of
21239 `$'.
21240 * src/bison.s1: s/$/%% actions/.
21241 * src/bison.hairy: Likewise.
21242
ef7ddedd
AD
212432000-12-19 Akim Demaille <akim@epita.fr>
21244
21245 * src/output.c (output_parser): Compute the `#line' lines when
21246 there are.
21247 * src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
21248 Suggested by Hans Aberg.
21249
ff61dabd
AD
212502000-12-19 Akim Demaille <akim@epita.fr>
21251
21252 Let the handling of the skeleton files be local to the procedures
21253 that use it.
21254
21255 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
21256 longer static.
21257 (fparser, open_extra_files): Remove.
21258 (open_files, output_files): Don't take care of fparser.
21259 * src/files.h: Adjust.
21260 * src/output.c (output_parser): Open and close the file to the
21261 skeleton.
21262 * src/reader.c (read_declarations): When %semantic_parser, open
21263 fguard.
21264
55b96341
AD
212652000-12-19 Akim Demaille <akim@epita.fr>
21266
21267 * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
21268 * src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
21269
358c15b7
AD
212702000-12-19 Akim Demaille <akim@epita.fr>
21271
21272 * src/files.c (open_files): Yipee! We no longer need all the code
21273 looking for `/tmp' since we have no tmp file.
21274
7de3329e
AD
212752000-12-19 Akim Demaille <akim@epita.fr>
21276
21277 * src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_GUARD_C):
21278 New macros.
21279 * src/files.c (open_files): Less dependency on MSDOS etc.
21280
3abcd459
AD
212812000-12-14 Akim Demaille <akim@epita.fr>
21282
21283 * src/bison.s1 (YYLLOC_DEFAULT): New macro.
21284 Provide a default definition.
21285 Use it when executing the default @ action.
21286 * src/reader.c (reader_output_yylsp): No longer include
21287 `timestamp' and `text' in the default YYLTYPE.
21288
2a91a95e
AD
212892000-12-12 Akim Demaille <akim@epita.fr>
21290
21291 * src/reader.c (copy_definition, parse_union_decl, copy_action)
21292 (copy_guard): Quote the file names.
21293 Reported by Laurent Mascherpa.
21294
14d3eb9b
AD
212952000-12-12 Akim Demaille <akim@epita.fr>
21296
21297 * src/output.c (output_headers, output_program, output): Be sure
21298 to escape special characters when outputting filenames.
21299 (ACTSTR_PROLOGUE, ACTSTR_EPILOGUE): Remove.
21300 (output_headers): Don't depend on them, Use ACTSTR.
21301
d7045ec6
AD
213022000-11-17 Akim Demaille <akim@epita.fr>
21303
21304 * lib/obstack.h: Formatting changes.
21305 (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
21306 prevents type checking.
21307 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
21308 cast the value to (void *): assigning a `foo *' to a `void *'
21309 variable is valid.
21310 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
21311 * src/reader.c (parse_union_decl): Typo: use obstack_1grow to
21312 append characters.
21313
6fd54b73
AD
213142000-11-17 Akim Demaille <akim@epita.fr>
21315
21316 * tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
21317 as...
21318 (suite.m4, regression.m4, calc.m4): these.
21319 * tests/atgeneral.m4: Update from CVS Autoconf.
21320
4c50eae6
AD
213212000-11-17 Akim Demaille <akim@epita.fr>
21322
21323 * tests/regression.m4 (%union and --defines): New test,
21324 demonstrating a current bug in the obstack implementation.
21325
a35f64ea
AD
213262000-11-17 Akim Demaille <akim@epita.fr>
21327
21328 * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
21329 macros.
21330 Use them to declare the variables which are global or local to
21331 `yyparse'.
21332
7de23534
AD
213332000-11-17 Akim Demaille <akim@epita.fr>
21334
21335 * acconfig.h: Remove, no longer used.
21336
aa7815f5
AD
213372000-11-07 Akim Demaille <akim@epita.fr>
21338
21339 * src: s/Copyright (C)/Copyright/g.
21340
5af1f549
AD
213412000-11-07 Akim Demaille <akim@epita.fr>
21342
21343 * src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
21344 defining.
21345 * src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
21346
553e2b22
AD
213472000-11-07 Akim Demaille <akim@epita.fr>
21348
21349 * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
21350 Merge in a single CPP if/else.
21351
8a4f41d6
AD
213522000-11-07 Akim Demaille <akim@epita.fr>
21353
21354 * src/output.c (output): Remove useless variables.
21355 * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
21356 argument `data' for consistency with the prototypes.
21357 Qualify it `const'.
21358 (obstack_copy, obstack_copy0): Rename the second argument as
21359 `address' for consistency. Qualify it `const'.
21360 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
21361 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
21362 `const' their input argument (`data' or `address').
21363 Adjust the corresponding macros to include `const' in casts.
21364
095a3fb5
AD
213652000-11-03 Akim Demaille <akim@epita.fr>
21366
21367 * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
21368 s/PFILE1/BISON_HAIRY/.
21369 Adjust dependencies.
21370
d1cdce7c
AD
213712000-11-03 Akim Demaille <akim@epita.fr>
21372
090c5ebf 21373 For some reason, this was not applied.
d1cdce7c
AD
21374
21375 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
21376 `unlink': it's no longer used.
21377
9311529b
AD
213782000-11-03 Akim Demaille <akim@epita.fr>
21379
21380 * src/files.c (skeleton_find): New function, eved out of...
21381 (open_files, open_extra_files): here.
21382
d8880f69
AD
213832000-11-03 Akim Demaille <akim@epita.fr>
21384
21385 Don't use `atexit'.
21386
21387 * src/files.c (obstack_save): New function.
21388 (done): Rename as...
21389 (output_files): this.
21390 Use `obstack_save'.
21391 * src/main.c (main): Don't use `atexit' to register `done', since
21392 it no longer has to remove tmp files, just call `output_files'
21393 when there are no errors.
21394
0dbb648e
AD
213952000-11-02 Akim Demaille <akim@epita.fr>
21396
21397 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
21398 `unlink': it's no longer used.
21399 * src/files.h: Formatting changes.
21400
896fe5c1
AD
214012000-11-02 Akim Demaille <akim@epita.fr>
21402
21403 Remove the last uses of mktemp and unlink/delete.
21404
21405 * src/files.c (fdefines, ftable): Removed.
21406 (defines_ostack, table_obstack): New.
21407 Adjust dependencies of the former into uses of the latter.
21408 * src/output.c (output_short_or_char_table, output_short_table):
21409 Convert to using obstacks.
21410 * src/reader.c (copy_comment2): Accept one FILE * and two
21411 obstacks.
21412 (output_token_defines, reader_output_yylsp): Use obstacks.
21413 * src/system.h (obstack_fgrow3): New.
1f65350a 21414 * po/POTFILES.in: Adjust.
896fe5c1 21415
dd60faec
AD
214162000-11-01 Akim Demaille <akim@epita.fr>
21417
21418 Change each use of `fattrs' into a use of `attrs_obstack'.
21419
21420 * src/reader.c (copy_at): Typo: s/yylloc/yyloc/.
21421 * src/files.c (fattrs): Remove.
21422 (attrs_obstack): New.
21423 Adjust all dependencies.
21424 (done): If SEMANTIC_PARSER, dump attrs_obstack into attrsfile.
21425
8c7ebe49
AD
214262000-11-01 Akim Demaille <akim@epita.fr>
21427
21428 Introduce obstacks.
21429 Change each use of `faction' into a use of `action_obstack'.
21430
21431 * lib/obstack.h, lib/obstack.c: New files.
21432 * src/files.c (faction): Remove.
21433 (action_obstack): New.
21434 Adjust all dependencies.
21435
77aee789
AD
214362000-10-20 Akim Demaille <akim@epita.fr>
21437
21438 * lib/quote.h (PARAMS): New macro. Use it.
21439
43591cec
AD
214402000-10-16 Akim Demaille <akim@epita.fr>
21441
21442 * src/output.c (output_short_or_char_table): New function.
21443 (output_short_table, output_token_translations): Use it.
21444 (goto_actions): Use output_short_table.
21445
1e9798d5
AD
214462000-10-16 Akim Demaille <akim@epita.fr>
21447
21448 * src/symtab.c (bucket_new): New function.
21449 (getsym): Use it.
21450
21451 * src/output.c (output_short_table): New argument to display the
21452 comment associated with the table.
21453 Adjust dependencies.
21454 (output_gram): Use it.
21455 (output_rule_data): Nicer output layout for YYTNAME.
21456
f282676b
AD
214572000-10-16 Akim Demaille <akim@epita.fr>
21458
21459 * src/lex.c (read_typename): New function.
21460 (lex): Use it.
21461 * src/reader.c (copy_dollar): Likewise.
21462
550a72a3
AD
214632000-10-16 Akim Demaille <akim@epita.fr>
21464
21465 * src/reader.c (copy_comment2): Expect the input stream to be on
21466 the `/' which is suspected to open a comment, instead of being
21467 called after `//' or `/*' was read.
21468 (copy_comment, copy_definition, parse_union_decl, copy_action)
21469 (copy_guard): Adjust.
21470
131e2fef
AD
214712000-10-16 Akim Demaille <akim@epita.fr>
21472
21473 * src/reader.c (parse_expect_decl): Use `skip_white_space' and
21474 `read_signed_integer'.
21475
79282c5a
AD
214762000-10-16 Akim Demaille <akim@epita.fr>
21477
21478 * src/reader.c (copy_dollar): New function.
21479 (copy_guard, copy_action): Use it.
21480
ff4a34be
AD
214812000-10-16 Akim Demaille <akim@epita.fr>
21482
21483 * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
21484 * m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
21485 New files, from Fileutils 4.0.27.
21486 * src/main.c (printable_version): Remove.
21487 * src/lex.c, src/reader.c: Use `quote'.
21488
214892000-10-04 Akim Demaille <akim@epita.fr>
21490
21491 * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
21492
14ded682
AD
214932000-10-04 Akim Demaille <akim@epita.fr>
21494
21495 * doc/bison.texinfo: Various typos spotted by Neil Booth.
21496
8e03724b
AD
214972000-10-04 Akim Demaille <akim@epita.fr>
21498
21499 When a literal string is used to define two different tokens,
21500 `bison -v' segfaults.
21501 Reported by Piotr Gackiewicz, and fixed by Neil Booth.
21502
21503 * tests/regression.m4: New file.
21504 Include the core of the sample provided by Piotr Gackiewicz.
21505 * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
21506 properly.
21507
a9e64249
AD
215082000-10-04 Akim Demaille <akim@epita.fr>
21509
21510 * src/reader.c (parse_expect_decl): Keep `count' within the size
21511 of `buffer'.
21512 From Neil Booth.
21513
da9abf43
AD
215142000-10-02 Paul Eggert <eggert@twinsun.com>
21515
21516 * bison.s1 (yyparse): Assign the default value
21517 unconditionally, to avoid a GCC warning and make the parser a
21518 tad smaller.
21519
c33638bb
AD
215202000-10-02 Akim Demaille <akim@epita.fr>
21521
21522 * src/getargs.c (getargs): Don't dump `--help' on unrecognized
21523 options.
21524
444c570a
AD
215252000-10-02 Akim Demaille <akim@epita.fr>
21526
21527 * src/derives.c, src/print.c, src/reduce.c: To ease the
21528 translation, move some `\n' out of the translated strings.
21529
89cab50d
AD
215302000-10-02 Akim Demaille <akim@epita.fr>
21531
21532 The location tracking mechanism is precious for parse error
21533 messages. Nevertheless, it is enabled only when `@n' is used in
21534 the grammar, which is a different issue (you can use it in error
21535 message, but not in the grammar per se). Therefore, there should
21536 be another means to enable it.
21537
21538 * src/getargs.c (getargs): Support `--locations'.
21539 (usage): Report it.
21540 * src/getargs.h (locationsflag): Export it.
21541 * src/lex.c (percent_table): Support `%locations'.
21542 * src/reader.c (yylsp_needed): Remove this variable, now replaced
21543 with `locationsflag'.
21544 * doc/bison.texinfo: Document `--locations' and `%locations'.
21545 Sort the options.
21546 * tests/calc.m4: Test it.
21547
21548 For regularity of the names, replace each
21549 (nolineflag, toknumflag, rawtokenumflag, noparserflag): with...
21550 (no_lineflag, token_tableflag, rawflag, no_parserflag): this.
21551 In addition replace each `flag' with `_flag'.
21552
d6c2cba0
AD
215532000-10-02 Akim Demaille <akim@epita.fr>
21554
21555 Also test parse error messages, including with YYERROR_VERBOSE.
21556
21557 * tests/calc.m4 (calc.y): Add support for `exp = exp' (non
21558 associative).
21559 Use it to check the computations.
21560 Use it to check `nonassoc' is honored.
21561 (AT_DATA_CALC_Y): Equip `calc.y' with YYERROR_VERBOSE when passed
21562 `--yyerror-verbose'.
21563 (_AT_CHECK_CALC): Adjust to this option.
21564 (_AT_CHECK_CALC_ERROR): New macro to check parse error messages.
21565
5a35a6cb
AD
215662000-10-02 Akim Demaille <akim@epita.fr>
21567
21568 Test also `--verbose', `--defines' and `--name-prefix'. Testing
21569 the latter demonstrates a flaw in the handling of non debugging
21570 parsers introduced by myself on 2000-03-16: `#define yydebug 0'
21571 was used in order to simplify:
21572
21573 #if YYDEBUG
21574 if (yydebug)
21575 {
21576 ...
21577 }
21578 #endif
21579
21580 into
21581
21582 if (yydebug)
21583 {
21584 ...
21585 }
21586
21587 unfortunately this leads to a CPP conflict when
21588 `--name-prefix=foo' is used since it produces `#define yydebug
21589 foodebug'.
21590
21591 * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
21592 (YYDPRINTF): New macro.
21593 Spread its use.
21594 * tests/calc.m4 (AT_CHECK_CALC): Do require a title, build it from
21595 the bison options.
21596 Also test `--verbose', `--defines' and `--name-prefix'.
21597
71da9eea
AD
215982000-10-02 Akim Demaille <akim@epita.fr>
21599
21600 Improve the readability of the produced parsers.
21601
21602 * src/bison.s1: Formatting changes.
21603 Improve the comment related to the `$' mark.
21604 (yydefault): Don't fall through to `yyresume': `goto' there.
21605 * src/output.c (output_parser): When the `$' is met, skip the end
21606 of its line.
21607 New variable, `number_of_dollar_signs', to check there's exactly
21608 one `$' in the parser skeleton.
21609
95e36146
AD
216102000-10-02 Akim Demaille <akim@epita.fr>
21611
21612 * lib/xstrdup.c: New file, from the fileutils.
21613 * src/reader.c (parse_token_decl, get_type_name, parse_type_decl)
21614 (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
21615 instead of strlen + xmalloc + strcpy.
21616 * src/symtab.c (copys): Remove, use xstrdup instead.
21617
d7020c20
AD
216182000-10-02 Akim Demaille <akim@epita.fr>
21619
21620 * src/gram.h (associativity): New enum type which replaces the
21621 former CPP macros `RIGHT_ASSOC', `LEFT_ASSOC' and `NON_ASSOC' with
21622 `right_assoc', `left_assoc' and `non_assoc'.
21623 Adjust all dependencies.
21624 * src/reader.c: Formatting changes.
21625 (LTYPESTR): Don't define it, use it as a literal in
21626 `reader_output_yylsp'.
21627 * src/symtab.h (symbol_class): New enum type which replaces the
21628 former CPP macros `SUNKNOWN', `STOKEN and `SNTERM' with
21629 `sunknown', `stoken and `snterm'.
21630
1916f98e
AD
216312000-10-02 Akim Demaille <akim@epita.fr>
21632
21633 * src/getargs.c (fixed_outfiles): Rename as...
21634 (yaccflag): for consistency and accuracy.
21635 Adjust dependencies.
21636
d7913476
AD
216372000-10-02 Akim Demaille <akim@epita.fr>
21638
21639 Use the more standard files `xalloc.h' and `xmalloc.c' instead of
21640 Bison's `allocate.c' and `alloc.h'. This patch was surprisingly
21641 difficult and introduced a lot of core dump. It turns out that
21642 Bison used an implementation of `xmalloc' based on `calloc', and
21643 at various places it does depend upon the initialization to 0. I
21644 have not tried to isolate the pertinent places, and all the former
21645 calls to Bison's `xmalloc' are now using `XCALLOC'. Someday,
21646 someone should address this issue.
21647
21648 * src/allocate.c, src/alloc.h, m4/bison-decl.m4: Remove.
21649 * lib/xmalloc.c, lib/xalloc.h, m4/malloc.m4, m4/realloc.m4: New
21650 files.
21651 Adjust dependencies.
21652 * src/warshall.h: New file.
21653 Propagate.
21654
340ef489
AD
216552000-10-02 Akim Demaille <akim@epita.fr>
21656
21657 Various anti-`extern in *.c' changes.
21658
21659 * src/system.h: Include `assert.h'.
21660
b2ca4022
AD
216612000-10-02 Akim Demaille <akim@epita.fr>
21662
21663 * src/state.h (nstates, final_state, first_state, first_shift)
21664 (first_reduction): Move their exportation from here...
21665 * src/LR0.h: to here.
21666 Adjust dependencies.
21667 * src/getargs.c (statisticsflag): New variable.
21668 Add support for `--statistics'.
21669 Adjust dependencies.
21670
21671 Remove a lot of now useless `extern' statements in most files.
21672
403b315b
AD
216732000-10-02 Akim Demaille <akim@epita.fr>
21674
21675 * src/LR0.h: New file.
21676 Propagate its use.
21677
07a58c13
AD
216782000-10-02 Akim Demaille <akim@epita.fr>
21679
21680 * src/print.h: New file.
21681 Propagate its use.
21682 * src/print.c: Formatting and ordering changes.
21683 (verbose, terse): Replace with...
21684 (print_results): this new function.
21685 Adjust dependencies.
21686
0619caf0
AD
216872000-10-02 Akim Demaille <akim@epita.fr>
21688
21689 * src/conflicts.c (conflict_report): New function.
21690 (conflict_log, verbose_conflict_log): Replace with...
21691 (print_conflicts): this function.
21692 Adjust dependencies.
21693 * src/conflicts.h: New file.
21694 Propagate its inclusion.
21695
3519ec76
AD
216962000-10-02 Akim Demaille <akim@epita.fr>
21697
21698 * src/nullable.h: New file.
21699 Propagate its inclusion.
21700 * src/nullable.c: Formatting changes.
21701
015acc48
AD
217022000-10-02 Akim Demaille <akim@epita.fr>
21703
21704 * src/reduce.h: New file.
21705 Propagate its inclusion.
21706 * src/reduce.c: Topological sort and other formatting changes.
21707 (bool, TRUE, FALSE): Move their definition to...
21708 * src/system.h: here.
21709
8963a27b
AD
217102000-10-02 Akim Demaille <akim@epita.fr>
21711
21712 * src/files.c: Formatting changes.
21713 (tryopen, tryclose, openfiles): Rename as...
21714 (xfopen, xfclose, open_files): this.
21715 (stringappend): static.
21716 * src/files.h: Complete the list of exported symbols.
21717 Propagate its use.
21718
a70083a3
AD
217192000-10-02 Akim Demaille <akim@epita.fr>
21720
21721 * src/reader.h: New file.
21722 Propagate its use instead of tedious list of `extern' and
21723 prototypes.
21724 * src/reader.c: Formatting changes, topological sort,
21725 s/register//.
21726
abadc117
AD
217272000-10-02 Akim Demaille <akim@epita.fr>
21728
21729 * src/lex.h: Prototype `lex.c' exported functions.
21730 * src/reader.c: Adjust.
21731 * src/lex.c: Formatting changes.
21732 (safegetc): Rename as...
21733 (xgetc): this.
21734
720d742f
AD
217352000-10-02 Akim Demaille <akim@epita.fr>
21736
21737 * src/lalr.h: New file.
21738 Propagate its inclusion instead of prototypes and `extern'.
21739 * src/lalr.c: Formatting changes, topological sorting etc.
21740
f2acea59
AD
217412000-10-02 Akim Demaille <akim@epita.fr>
21742
21743 * src/output.c (token_actions): Introduce a temporary array,
21744 YYDEFACT, that makes it possible for this function to use
21745 output_short_table.
21746
d019d655
AD
217472000-10-02 Akim Demaille <akim@epita.fr>
21748
21749 `user_toknums' is output as a `short[]' in `output.c', while it is
21750 defined as a `int[]' in `reader.c'. For consistency with the
21751 other output tables, `user_toknums' is now defined as a table of
21752 shorts.
21753
21754 * src/reader.c (user_toknums): Be a short table instead of an int
21755 table.
21756 Adjust dependencies.
21757
21758 Factor the short table outputs.
21759
21760 * src/output.c (output_short_table): New function.
21761 * src/output.c (output_gram, output_stos, output_rule_data)
21762 (output_base, output_table, output_check): Use it.
21763
6c89f1c1
AD
217642000-10-02 Akim Demaille <akim@epita.fr>
21765
21766 * src/output.c (output): Topological sort of the functions, in
21767 order to get rid of the `static' prototypes.
21768 No longer use `register'.
21769 * src/output.h: New file.
21770 Propagate its inclusion in files explicitly prototyping functions
21771 from output.c.
21772
d9efd181
AD
217732000-09-21 Akim Demaille <akim@epita.fr>
21774
21775 * src/atgeneral.m4: Update from Autoconf.
21776
c29240e7 217772000-09-21 Akim Demaille <akim@epita.fr>
2fa6973e
AD
21778
21779 * src/closure.h: New file.
21780 * src/closure.c: Formatting changes, topological sort over the
21781 functions, use of closure.h.
21782 (initialize_closure, finalize_closure): Rename as...
21783 (new_closure, free_closure): these. Adjust dependencies.
21784 * src/LR0.c: Formatting changes, topological sort, use of
21785 cloture.h.
21786 (initialize_states): Rename as...
21787 (new_states): this.
21788 * src/Makefile.am (noinst_HEADERS): Adjust.
21789
499daa50
AD
217902000-09-20 Akim Demaille <akim@epita.fr>
21791
21792 * src/acconfig.h: Don't protect config.h against multiple
21793 inclusion.
21794 Don't define PARAMS.
21795 * src/system.h: Define PARAMS.
21796 Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the
21797 purpose of config.h. system.h must not try to fix wrong
21798 definitions in config.h.
21799
cc84fd5d
AD
218002000-09-20 Akim Demaille <akim@epita.fr>
21801
21802 * src/derives.h: New file.
21803 * src/main.c, src/derives.h: Use it.
21804 Formatting changes.
21805 * src/Makefile.am (noinst_HEADERS): Adjust.
21806
db5b3a89
AD
218072000-09-20 Akim Demaille <akim@epita.fr>
21808
21809 * tests/atgeneral.m4: Update from Autoconf.
21810 * tests/calc.m4 (_AT_DATA_CALC_Y, AT_DATA_CALC_Y, _AT_CHECK_CALC)
21811 (AT_CHECK_CALC): New macros.
21812 Use these macros to test bison with options `', `--raw',
21813 `--debug', `--yacc', `--yacc --debug'.
21814
ceed8467
AD
218152000-09-19 Akim Demaille <akim@epita.fr>
21816
21817 * src/output.c: Formatting changes.
21818 * src/machine.h: Remove, leaving its contents in...
21819 * src/system.h: here.
21820 Include stdio.h.
21821 Adjust all dependencies on stdio.h and machine.h.
21822 * src/getargs.h: New file.
21823 Let all `extern' declarations about getargs.c be replaced with
21824 inclusion of `getargs.h'.
21825 * src/Makefile.am (noinst_HEADERS): Adjust.
21826
21827 * tests/calc.m4 (yyin): Be initialized in main, not on the global
21828 scope.
21829 (yyerror): Returns void, not int.
21830 * doc/bison.texinfo: Formatting changes.
21831
05a1d24b
AD
218322000-09-19 Akim Demaille <akim@epita.fr>
21833
21834 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
21835 portable.
21836
cbd25751
AD
218372000-09-18 Akim Demaille <akim@epita.fr>
21838
21839 * configure.in: Append WARNING_CFLAGS to CFLAGS.
21840 * src/Makefile.am (INCLUDES): Don't.
21841 Be ready to fetch headers in lib/.
21842
13863333
AD
218432000-09-18 Akim Demaille <akim@epita.fr>
21844
21845 * doc/bison.texinfo: Update the copyright.
21846 ANSIfy and GNUify the examples.
21847 Remove the old menu.
21848
0d533154
AD
218492000-09-18 Akim Demaille <akim@epita.fr>
21850
21851 First set of tests: use the `calc' example from the documentation.
21852
21853 * src/bison.s1 (yyparse): Condition the code using `yytname' which
21854 is defined only when YYDEBUG is.
21855 * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
21856 * src/files.c (tryopen, tryclose): Formatting changes.
21857 Move to the top and be static.
21858 * src/reader.c (read_signed_integer): Likewise.
21859 * tests/calc.m4: New file.
21860 * Makefile.am, suite.m4: Adjust.
21861 * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
21862
e79137ac
AD
218632000-09-18 Akim Demaille <akim@epita.fr>
21864
21865 Add support for an Autotest test suite for Bison.
21866
21867 * m4/m4.m4, m4/atconfig.m4: New files.
21868 * m4/Makefile.am (EXTRA_DIST): Adjust.
21869 * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
21870 files.
21871 * src/getargs.c: Display a more standard --version message.
21872 * src/reader.c (reader): Formatting changes.
21873 No longer depend upon VERSION_STRING.
21874 * configure.in: No longer use `dnl'.
21875 Set up the test suite and the new directory `tests/.
21876 (VERSION_STRING): Remove.
21877
27821bff
AD
218782000-04-14 Akim Demaille <akim@epita.fr>
21879
21880 * src/reader.c (copy_comment2): New function, same as former
21881 `copy_comment', but outputs into two FILE *.
21882 (copy_comment): Use it.
21883 (parse_union_decl): Use it.
21884 (get_type, parse_start_decl): Use the same `invalid' message.
21885 (parse_start_decl, parse_union_decl): Use the same `multiple'
21886 message.
21887 (parse_union_decl, copy_guard, copy_action): Use the same
21888 `unmatched' message.
21889 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
21890
cfe5fbc0
AD
218912000-03-31 Akim Demaille <akim@epita.fr>
21892
21893 * src/files.c (tryopen, tryclose): Move to the top.
21894 Be static.
21895
cb7db13e
AD
218962000-03-31 Akim Demaille <akim@epita.fr>
21897
21898 * src/main.c (main): Don't call `done', exit does it.
21899
a0f6b076
AD
219002000-03-31 Akim Demaille <akim@epita.fr>
21901
36281465
AD
21902 * allocate.c: s/return (foo)/return foo/.
21903 * lalr.c: Likewise.
21904 * LR0.c: Likewise.
21905 * output.c: Likewise.
21906 * reader.c: Likewise.
21907 * symtab.c: Likewise.
21908 * vmsgetargs.c: Likewise.
21909
219102000-03-31 Akim Demaille <akim@epita.fr>
21911
21912 Clean up the error reporting functions.
a0f6b076
AD
21913
21914 * src/report.c: New file.
21915 * src/report.h: Likewise.
21916 * src/Makefile.am: Adjust.
21917 * m4/error.m4: New file.
21918 * m4/Makefile.am: Adjust.
21919 * configure.in (jm_PREREQ_ERROR): Call it.
21920 * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
21921 Remove.
21922 (fatal, fatals): Remove. All callers use complain.c::fatal.
21923 (warn, warni, warns, warnss, warnss): Remove. All callers use
21924 complain.c::complain.
21925 (toomany): Remove, use fatal instead.
21926 * src/files.c (done): No argument, use complain_message_count.
21927 * src/main.c (main): Register `done' to `atexit'.
21928
21929 * src/getargs.c (usage): More `fputs', less `fprintf'.
21930
18539825
AD
219312000-03-28 Akim Demaille <akim@epita.fr>
21932
21933 * lib/: New directory.
21934 * Makefile.am (SUBDIRS): Adjust.
21935 * configure.in: Adjust.
21936 (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
21937 useless.
21938 * src/alloca.c: Moved to lib/.
21939 * src/getopt.c: Likewise.
21940 * src/getopt1.c: Likewise.
21941 * src/getopt.h: Likewise.
21942 * src/ansi2knr.c: Likewise.
21943 * src/ansi2knr.1: Likewise.
21944 * src/Makefile.am: Adjust.
21945 * lib/Makefile.am: New file.
21946
9f306f2a
AD
219472000-03-28 Akim Demaille <akim@epita.fr>
21948
21949 * src/getargs.c (usage): Refresh the help message.
21950
0ba347b6
AD
219512000-03-17 Akim Demaille <akim@epita.fr>
21952
21953 * src/getopt1.c: Updated from textutils 2.0e
21954 * src/getopt.c: Likewise.
21955 * src/getopt.h: Likewise.
21956
dbe7f271
AD
219572000-03-17 Akim Demaille <akim@epita.fr>
21958
21959 * src/Makefile.am (bison.simple): Fix the awk program: quote only
21960 the file name, not the whole `#line LINE FILE'.
21961
75bbe78d
AD
219622000-03-17 Akim Demaille <akim@epita.fr>
21963
21964 On syntax errors, report the token on which we choked.
21965
aa5fd0ee
AD
21966 * src/bison.s1 (yyparse): In the label yyerrlab, when
21967 YYERROR_VERBOSE, add yychar in msg.
75bbe78d 21968
7b306f52
AD
219692000-03-17 Akim Demaille <akim@epita.fr>
21970
aa5fd0ee 21971 * src/reader.c (copy_at): New function.
7b306f52
AD
21972 (copy_guard): Use it.
21973 (copy_action): Use it.
21974
e87b5700
AD
219752000-03-17 Akim Demaille <akim@epita.fr>
21976
21977 Be kind to translators, save some useless translations.
21978
aa5fd0ee 21979 * src/main.c (banner): New function.
e87b5700
AD
21980 (fatal_banner): Use it.
21981 (warn_banner): Use it.
21982
ae3c3164
AD
219832000-03-17 Akim Demaille <akim@epita.fr>
21984
aa5fd0ee
AD
21985 * src/reader.c (copy_definition): Use copy_string and
21986 copy_comment. Removed now unused `match', `ended',
21987 `cplus_comment'.
ae3c3164
AD
21988 (copy_comment, copy_string): Moved, to be visible from
21989 copy_definition.
21990
4dc58e7c
AD
219912000-03-17 Akim Demaille <akim@epita.fr>
21992
aa5fd0ee
AD
21993 * src/reader.c (copy_string): Declare `static inline'. No
21994 problems with inline, since it is checked by configure.
4dc58e7c
AD
21995 (copy_comment): Likewise.
21996
0a6384c4
AD
219972000-03-17 Akim Demaille <akim@epita.fr>
21998
aa5fd0ee 21999 * src/reader.c (packsymbols): Formatting changes.
0a6384c4 22000
3cef001a
AD
220012000-03-17 Akim Demaille <akim@epita.fr>
22002
aa5fd0ee 22003 * src/reader.c (copy_comment): New function, factored out from:
3cef001a
AD
22004 (copy_action): Use it. Removed now unused `match', `ended',
22005 `cplus_comment'.
22006 (copy_guard): Likewise.
22007
ca36d2ef
AD
220082000-03-17 Akim Demaille <akim@epita.fr>
22009
aa5fd0ee 22010 * src/reader.c (copy_string): New function, factored out from:
ca36d2ef
AD
22011 (copy_action): Use it.
22012 (copy_guard): Likewise.
22013
6666f98f
AD
220142000-03-17 Akim Demaille <akim@epita.fr>
22015
22016 Change the handling of @s so that they behave exactly like $s.
22017 There is now a pseudo variable @$ (readble and writable), location
22018 of the lhs of the rule (by default ranging from the location of
22019 the first symbol of the rhs, to the location of the last symbol,
22020 or, if the rhs is empty, YYLLOC).
22021
22022 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
22023 yyval.
22024 (yyparse): When providing a default semantic action, provide a
22025 default location action.
22026 (after the $): No longer change `*YYLSP', just stack YYLOC the
22027 same way you stack YYVAL.
22028 * src/reader.c (read_declarations): Use warns.
22029 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
22030 (copy_action, case '@'): Likewise.
22031 Use a standard error message, to save useless work from
22032 translators.
22033
41aca2e0
AD
220342000-03-17 Akim Demaille <akim@epita.fr>
22035
aa5fd0ee
AD
22036 * src/bison.s1: Formatting and cosmetics changes.
22037 * src/reader.c: Likewise.
41aca2e0
AD
22038 Update the Copyright notice.
22039
dc08c1d5
AD
220402000-03-17 Akim Demaille <akim@epita.fr>
22041
aa5fd0ee
AD
22042 * src/bison.s1 (#line): All set to `#line' only, since the
22043 Makefile now handles them.
dc08c1d5 22044
9ee3c97b
AD
220452000-03-16 Akim Demaille <akim@epita.fr>
22046
22047 * src/output.c (output_rule_data): Output the documentation of
22048 some of the tables.
22049 (Copyright notice): Update.
22050 Formatting changes.
22051
0de741ca
AD
220522000-03-16 Akim Demaille <akim@epita.fr>
22053
22054 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
22055 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
22056 One `#if YYDEBUG' remains, since it uses variables which are
22057 defined only if `YYDEBUG != 0'.
22058
bb10be54
AD
220592000-03-16 Akim Demaille <akim@epita.fr>
22060
22061 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
22062 and related variables so that the similarities are highlighted.
22063
b07b484a
AD
220642000-03-16 Akim Demaille <akim@epita.fr>
22065
22066 * src/bison.s1: Properly indent CPP directives.
22067
361f60b3
AD
220682000-03-16 Akim Demaille <akim@epita.fr>
22069
22070 * src/bison.s1: Properly indent the `alloca' CPP section.
22071
8c44d3ec
AD
220722000-03-16 Akim Demaille <akim@epita.fr>
22073
22074 Do not hard code values of directories in `configure.in'.
22075 Update the `configure' tool chain.
22076
22077 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
22078 src/makefile.am.
22079 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
22080 (AC_OUTPUT): Add m4/Makefile.
22081 Bump to bison 1.28a, 1.29 has never been released.
22082 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
22083 handled via src/Makefile.am.
22084 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
22085 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
22086 autoheader.
22087 * Makefile.am (SUBDIRS): Add m4.
22088 (ACLOCAL_AM_FLAGS): New variable.
22089 (AUTOMAKE_OPTIONS): Add check-news.
22090 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
22091 the proper line number and file name.
22092 (DEFS): Propagate the location of bison library files and of the
22093 locale files.
22094 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
22095 builddir.
22096 * acinclude.m4: Remove, replaced by the directory m4.
22097 * m4/Makefile.am (EXTRA_DIST): New variable.
22098 * m4/gettext.m4: New file, from the fileutils.
22099 * m4/lcmessage.m4: Likewise
22100 * m4/progtest.m4: Likewise.
22101 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
22102
f95997e7
AD
221032000-03-10 Akim Demaille <akim@epita.fr>
22104
22105 * src/closure.c:
22106 Formatting changes of various comments.
22107 Respect the GNU coding standards at various places.
22108 Don't use `_()' when no translation is needed.
22109
221101999-12-13 Jesse Thilo <jthilo@gnu.org>
22111
22112 * src/files.c:
22113 OS/2 honors TMPDIR environment variable.
22114
221151999-12-13 Jesse Thilo <jthilo@gnu.org>
22116
22117 * doc/bison.texinfo: Tweaked spelling and grammar.
22118 Updated ISBN.
22119 Removed reference to price of printed copy.
22120 Mention BISON_SIMPLE and BISON_HAIRY.
22121
221221999-12-13 Jesse Thilo <jthilo@gnu.org>
22123
22124 * configure.in, NEWS:
22125 Bison 1.29 released.
22126
221271999-10-27 Jesse Thilo <jthilo@gnu.org>
22128
22129 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
22130 Added reference card.
22131
221321999-07-26 Jesse Thilo <jthilo@gnu.org>
22133
22134 * po/ru.po: Added Russian translation.
22135
221361999-07-26 Jesse Thilo <jthilo@gnu.org>
22137
22138 * configure.in: Added Russian translation.
22139
221401999-07-06 Jesse Thilo <jthilo@gnu.org>
22141
22142 * configure.in, NEWS, README:
22143 Released version 1.28.
22144
221451999-06-14 Jesse Thilo <jthilo@gnu.org>
22146
22147 * src/system.h:
22148 Squashed redefinition warning on some systems.
22149
22150 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
22151 Have configure build version string instead of relying on ANSI string
22152 concatentation.
22153
221541999-06-14 Jesse Thilo <jthilo@gnu.org>
22155
22156 * po/POTFILES.in: Got rid of version.c.
22157
221581999-06-14 Jesse Thilo <jthilo@gnu.org>
22159
22160 * acconfig.h, configure.in:
22161 Have configure build version string instead of relying on ANSI string
22162 concatentation.
22163
221641999-06-08 Jesse Thilo <jthilo@gnu.org>
22165
22166 * doc/bison.1:
22167 Dropped mention of `+' for long-named options.
22168
221691999-05-30 Jesse Thilo <jthilo@gnu.org>
22170
22171 * src/files.c: Added <unistd.h> for unlink().
22172
22173 * src/Makefile.am, src/system.h:
22174 I18n fixes.
22175
221761999-05-30 Jesse Thilo <jthilo@gnu.org>
22177
22178 * README: Added a FAQ list.
22179
22180 * configure.in, acconfig.h:
22181 I18n fixes.
22182
221831999-05-30 Jesse Thilo <jthilo@gnu.org>
22184
22185 * doc/FAQ, doc/Makefile.am:
22186 Added a FAQ list.
22187
221881999-05-19 Jesse Thilo <jthilo@gnu.org>
22189
22190 * src/alloc.h, src/symtab.h, src/version.c:
22191 Protected inclusion of "config.h" with HAVE_CONFIG_H.
22192
221931999-04-18 Jesse Thilo <jthilo@gnu.org>
22194
22195 * src/.cvsignore, src/Makefile.am:
22196 Reorganized: sources in `src', documentation in `doc'.
22197
22198 * src/lex.c (literalchar):
22199 fixed the code for escaping double quotes (thanks
22200 Jonathan Czisny.)
22201
222021999-04-18 Jesse Thilo <jthilo@gnu.org>
22203
22204 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
22205 Adjusted paths to reflect directory reorganization.
22206
222071999-04-18 Jesse Thilo <jthilo@gnu.org>
22208
22209 * doc/.cvsignore, doc/Makefile.am:
22210 Reorganized: sources in `src', documentation in `doc'.
22211
222121999-04-18 Jesse Thilo <jthilo@gnu.org>
22213
22214 * configure.in:
22215 Updated AC_INIT file to reflect directory reorganization.
22216
22217 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
22218 Reorganized: sources in `src', documentation in `doc'.
22219
222201999-04-13 Jesse Thilo <jthilo@gnu.org>
22221
22222 * src/allocate.c:
22223 Don't declare calloc() and realloc() if not necessary.
22224
222251999-04-13 Jesse Thilo <jthilo@gnu.org>
22226
22227 * configure.in, acconfig.h, acinclude.m4:
22228 Don't declare calloc() and realloc() if not necessary.
22229
222301999-03-23 Jesse Thilo <jthilo@gnu.org>
22231
22232 * po/.cvsignore: Added i18n support.
22233
222341999-03-23 Jesse Thilo <jthilo@gnu.org>
22235
22236 * acconfig.h, configure.in, Makefile.am:
22237 Added i18n support.
22238
222391999-03-22 Jesse Thilo <jthilo@gnu.org>
22240
22241 * src/bison.s1: Fixed #line numbers.
22242
222431999-03-15 Jesse Thilo <jthilo@gnu.org>
22244
22245 * po/es.po, po/fr.po, po/nl.po, po/de.po:
22246 Added PO files from Translation Project.
22247
222481999-03-03 Jesse Thilo <jthilo@gnu.org>
22249
22250 * Makefile.am:
22251 Added support for non-ANSI compilers (ansi2knr).
22252
222531999-02-16 Jesse Thilo <jthilo@gnu.org>
22254
22255 * configure.in: Bumped version number to 1.27.
22256
22257 * Makefile.am:
22258 Added `bison.simple' to list of files removed by `make distclean'.
22259
222601999-02-12 Jesse Thilo <jthilo@gnu.org>
22261
22262 * src/files.c, src/files.h:
22263 Defined locations of parser files in config.h instead of Makefile.
22264
222651999-02-12 Jesse Thilo <jthilo@gnu.org>
22266
22267 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
22268 Defined locations of parser files in config.h instead of Makefile.
22269
222701999-02-09 Jesse Thilo <jthilo@gnu.org>
22271
22272 * Makefile.am:
22273 Removed inappropriate use of $< macro.
22274
222751999-02-05 Jesse Thilo <jthilo@gnu.org>
22276
22277 * po/Makefile.in.in, po/POTFILES.in:
22278 Add `po' directory skeleton.
22279
222801999-01-27 Jesse Thilo <jthilo@gnu.org>
22281
22282 * README: Document help-bison list.
22283
22284 * configure.in: Add check for mkstemp().
22285
222861999-01-20 Jesse Thilo <jthilo@gnu.org>
22287
22288 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
22289 Hush a few compiler warnings.
22290
22291 * src/files.c:
22292 Add tryclose(), which verifies that fclose was successful.
22293 Hush a couple of compiler warnings.
22294
222951999-01-20 Jesse Thilo <jthilo@gnu.org>
22296
22297 * Makefile.am, OChangeLog:
22298 ChangeLog is now automatically generated. Include the old version as
22299 OChangeLog.
22300
223011999-01-14 Jesse Thilo <jthilo@gnu.org>
22302
22303 * 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:
22304 Update FSF address.
22305
223061999-01-14 Jesse Thilo <jthilo@gnu.org>
22307
22308 * doc/bison.texinfo: Fix formatting glitch.
22309
22310 * doc/bison.texinfo: Update FSF address.
22311
223121999-01-14 Jesse Thilo <jthilo@gnu.org>
22313
22314 * acconfig.h: Update FSF address.
22315
223161999-01-08 Jesse Thilo <jthilo@gnu.org>
22317
22318 * src/system.h:
22319 Don't define PACKAGE here, since config.h defines it.
22320
223211998-12-30 Jesse Thilo <jthilo@gnu.org>
22322
22323 * src/reader.c: Update copyright date.
22324
22325 * src/main.c:
22326 Ditch sprintf to statically-sized buffers in fatal/warn functions in
22327 favor of output directly to stderr (avoids buffer overruns).
22328
22329 * src/reader.c: Some checks for premature EOF.
22330
22331 * 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:
22332 Use prototypes if the compiler understands them.
22333
22334 * src/files.c: Honor TMPDIR on Unix hosts.
22335 Use prototypes if the compiler understands them.
22336
22337 * src/reader.c:
22338 Fix a couple of buffer overrun bugs.
22339 Use prototypes if the compiler understands them.
22340
22341 * src/system.h: Include unistd.h and ctype.h.
22342 Use #ifdef instead of #if for NLS symbols.
22343
223441998-12-30 Jesse Thilo <jthilo@gnu.org>
22345
22346 * doc/bison.texinfo:
22347 Delete comment "consider using @set for edition number, etc..." since
22348 we now are doing so.
22349
223501998-12-30 Jesse Thilo <jthilo@gnu.org>
22351
22352 * configure.in:
22353 Use prototypes if the compiler understands them.
22354
22355 * NEWS: Document 1.26 highlights.
22356
22357 * Makefile.am: Require Automake 1.3 or later.
22358
22359 * acconfig.h:
22360 Use prototypes if the compiler understands them.
22361
223621998-12-29 Jesse Thilo <jthilo@gnu.org>
22363
22364 * src/version.c:
22365 Use VERSION symbol from automake for version number.
22366
223671998-12-29 Jesse Thilo <jthilo@gnu.org>
22368
22369 * acconfig.h, configure.in, version.cin:
22370 Use VERSION symbol from automake for version number.
22371
223721998-11-28 Jesse Thilo <jthilo@gnu.org>
22373
22374 * Makefile.am:
22375 Distribute original version of simple parser (bison.s1), not built
22376 version (bison.simple).
22377
223781998-11-28 Jesse Thilo <jthilo@gnu.org>
22379
22380 * doc/bison.texinfo: Add info dir entry.
22381
22382 * doc/bison.texinfo:
22383 Let automake put version number into documentation.
22384
223851998-11-26 Jesse Thilo <jthilo@gnu.org>
22386
22387 * src/bison.cld, src/build.com, src/vmshlp.mar:
22388 Add non-RCS files from /gd/gnu/bison.
22389
223901998-11-26 Jesse Thilo <jthilo@gnu.org>
22391
22392 * doc/bison.1:
22393 Document the BISON_HAIRY and BISON_SIMPLE variables.
22394
223951998-11-25 Jesse Thilo <jthilo@gnu.org>
22396
22397 * src/version.c: Build version.c automatically.
22398
22399 * src/reader.c:
22400 Fix token numbering (used to start at 258, not 257).
22401
22402 * src/system.h: Include config.h.
22403
22404 * src/getargs.c: Update bug report address.
22405
22406 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
22407 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
22408
224091998-11-25 Jesse Thilo <jthilo@gnu.org>
22410
22411 * Makefile.am:
22412 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
22413
22414 * configure.in, version.cin:
22415 Build version.c automatically.
22416
22417 * AUTHORS: Add AUTHORS file.
22418
22419 * README: Update bug report address.
22420
22421 * bison.simple:
22422 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
22423
22424 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
22425 Add automake stuff.
22426
224271998-11-25 Jesse Thilo <jthilo@gnu.org>
22428
22429 * doc/bison.texinfo: Clean up some formatting.
22430
224311998-05-05 Richard Stallman <rms@gnu.org>
22432
22433 * doc/bison.texinfo:
22434 Explain better why to make a pure parser.
22435
224361998-01-05 Richard Stallman <rms@gnu.org>
22437
22438 * src/files.c (openfiles):
22439 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
22440 find a temporary directory, if possible. Do not unlink files while
22441 they are open.
22442
224431997-08-25 Richard Stallman <rms@gnu.org>
22444
22445 * src/reader.c (stack_offset;):
22446 Change some warni to warns.
22447
22448 * src/lex.c (literalchar): Use warns, not warni.
22449
224501997-06-28 Richard Stallman <rms@gnu.org>
22451
22452 * src/bison.s1: Add a Bison version comment.
22453
22454 * src/main.c (fatal, warn, berror):
22455 Use program_name.
22456
224571997-06-28 Richard Stallman <rms@gnu.org>
22458
22459 * Makefile.in (bison_version): New variable.
22460 (dist): Use that variable.
22461 (bison.s1): Substitute the Bison version into bison.simple.
22462
22463 * bison.simple: Add a Bison version comment.
22464
224651997-06-18 Richard Stallman <rms@gnu.org>
22466
22467 * src/main.c (fatal, warn, berror):
22468 Make error messages standard.
22469 (toomany): Improve error message text.
22470
22471 * 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:
22472 new.h renamed to alloc.h.
22473
224741997-06-18 Richard Stallman <rms@gnu.org>
22475
22476 * Makefile.in: new.h renamed to alloc.h.
22477
224781997-05-24 Richard Stallman <rms@gnu.org>
22479
22480 * src/lex.c (literalchar):
22481 Fix the code for escaping \, " and '.
22482
22483 (lex): Avoid trouble when there are many chars
22484 to discard in a char literal with just several chars in it.
22485
224861997-05-17 Richard Stallman <rms@gnu.org>
22487
22488 * src/bison.s1:
22489 Use malloc, if using alloca is troublesome.
22490 (YYSTACK_USE_ALLOCA): New flag macro.
22491 Define it for some systems and compilers.
22492 (YYSTACK_ALLOC): New macro.
22493 (yyparse): Use YYSTACK_ALLOC to allocate stack.
22494 If it was malloc'd, free it.
22495
224961997-05-17 Richard Stallman <rms@gnu.org>
22497
22498 * bison.simple:
22499 Use malloc, if using alloca is troublesome.
22500 (YYSTACK_USE_ALLOCA): New flag macro.
22501 Define it for some systems and compilers.
22502 (YYSTACK_ALLOC): New macro.
22503 (yyparse): Use YYSTACK_ALLOC to allocate stack.
22504 If it was malloc'd, free it.
22505
225061997-04-23 Richard Stallman <rms@gnu.org>
22507
22508 * src/bison.s1:
22509 (alloca) [__hpux]: Always define as __builtin_alloca.
22510
225111997-04-23 Richard Stallman <rms@gnu.org>
22512
22513 * bison.simple:
22514 (alloca) [__hpux]: Always define as __builtin_alloca.
22515
225161997-04-22 Richard Stallman <rms@gnu.org>
22517
22518 * src/bison.s1:
22519 [__hpux]: Include alloca.h (right for HPUX 10)
22520 instead of declaring alloca (right for HPUX 9).
22521
22522 * src/bison.s1 (__yy_memcpy):
22523 Declare arg `count' as unsigned int.
22524 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
22525
225261997-04-22 Richard Stallman <rms@gnu.org>
22527
22528 * bison.simple:
22529 [__hpux]: Include alloca.h (right for HPUX 10)
22530 instead of declaring alloca (right for HPUX 9).
22531
22532 * bison.simple (__yy_memcpy):
22533 Declare arg `count' as unsigned int.
22534 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
22535
225361997-01-03 Richard Stallman <rms@gnu.org>
22537
22538 * src/allocate.c: [__STDC__ or _MSC_VER]:
22539 Declare calloc and realloc to return void *.
22540
225411997-01-02 Richard Stallman <rms@gnu.org>
22542
22543 * src/system.h:
22544 [_MSC_VER]: Include stdlib.h and process.h.
22545 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
22546
22547 * src/main.c (main): Return FAILURE as a value.
22548 (printable_version): Declare arg as int, not char.
22549
225501997-01-02 Richard Stallman <rms@gnu.org>
22551
22552 * Makefile.in (dist):
22553 Explicitly check for symlinks, and copy them.
22554
225551996-12-19 Richard Stallman <rms@gnu.org>
22556
22557 * src/files.c:
22558 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
22559
225601996-12-18 Paul Eggert <eggert@gnu.org>
22561
22562 * src/bison.s1 (yyparse):
22563 If __GNUC__ and YYPARSE_PARAM are both defined,
22564 declare yyparse to have a void * argument.
22565
225661996-12-18 Paul Eggert <eggert@gnu.org>
22567
22568 * bison.simple (yyparse):
22569 If __GNUC__ and YYPARSE_PARAM are both defined,
22570 declare yyparse to have a void * argument.
22571
225721996-12-17 Richard Stallman <rms@gnu.org>
22573
22574 * src/reduce.c (nbits): Add some casts.
22575
225761996-08-12 Richard Stallman <rms@gnu.org>
22577
22578 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
22579
225801996-08-12 Richard Stallman <rms@gnu.org>
22581
22582 * bison.simple: Test _MSDOS as well as _MSDOS_.
22583
225841996-07-31 Richard Stallman <rms@gnu.org>
22585
22586 * src/bison.s1:
22587 [__sun && __i386]: Include alloca.h.
22588
225891996-07-31 Richard Stallman <rms@gnu.org>
22590
22591 * bison.simple:
22592 [__sun && __i386]: Include alloca.h.
22593
225941996-07-30 Richard Stallman <rms@gnu.org>
22595
22596 * src/bison.s1: Comment change.
22597
22598 * src/bison.s1: Test _MSDOS_, not MSDOS.
22599
226001996-07-30 Richard Stallman <rms@gnu.org>
22601
22602 * bison.simple: Comment change.
22603
22604 * bison.simple: Test _MSDOS_, not MSDOS.
22605
226061996-06-01 Richard Stallman <rms@gnu.org>
22607
22608 * 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:
22609 Insert `_' macro around many string constants.
22610
22611 * src/main.c:
22612 Insert `_' macro around many string constants.
22613
22614 (main): Call setlocale, bindtextdomain and textdomain.
22615
22616 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
22617 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
22618 [ENABLE_NLS]: Include libintl.h.
22619 [ENABLE_NLS] (gettext): Define.
22620 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
22621 (N_, PACKAGE, LOCALEDIR): New macros.
22622
226231996-06-01 Richard Stallman <rms@gnu.org>
22624
22625 * POTFILES.in: New file.
22626
22627 * Makefile.in (allocate.o):
22628 Define target explicitly.
22629
22630 * Makefile.in (CFLAGS): Set to @CFLAGS@.
22631 (LDFLAGS): Set to @LDFLAGS@.
22632 (configure): Run autoconf only if preceding `cd' succeeds.
22633 (bison.s1): Redirect output to temporary file then move the
22634 temporary to the target, rather than redirecting directly to bison.s1.
22635 (clean): Remove config.status and config.log.
22636 (distclean): Don't remove config.status here.
22637
226381996-05-12 Richard Stallman <rms@gnu.org>
22639
22640 * src/bison.s1:
22641 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
22642
226431996-05-12 Richard Stallman <rms@gnu.org>
22644
22645 * bison.simple:
22646 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
22647
226481996-05-11 Richard Stallman <rms@gnu.org>
22649
22650 * src/bison.s1 (__yy_memcpy):
22651 Really reorder the args, as was supposedly done on Feb 14 1995.
22652 (yyparse): Calls changed accordingly.
22653
226541996-05-11 Richard Stallman <rms@gnu.org>
22655
22656 * Makefile.in (dist): Don't use $(srcdir).
22657
22658 * bison.simple (__yy_memcpy):
22659 Really reorder the args, as was supposedly done on Feb 14 1995.
22660 (yyparse): Calls changed accordingly.
22661
226621996-01-27 Richard Stallman <rms@gnu.org>
22663
22664 * src/output.c (output_rule_data):
22665 Test YYERROR_VERBOSE in the conditional
22666 around the definition of ttyname.
22667
226681995-12-29 Richard Stallman <rms@gnu.org>
22669
22670 * src/bison.s1:
22671 Fix line numbers in #line commands.
22672
226731995-12-29 Richard Stallman <rms@gnu.org>
22674
22675 * bison.simple:
22676 Fix line numbers in #line commands.
22677
226781995-12-27 Richard Stallman <rms@gnu.org>
22679
22680 * src/bison.s1 (YYPARSE_PARAM_DECL):
22681 In C++, make it always null.
22682 (YYPARSE_PARAM_ARG): New macro.
22683 (yyparse): Use YYPARSE_PARAM_ARG.
22684
226851995-12-27 Richard Stallman <rms@gnu.org>
22686
22687 * bison.simple (YYPARSE_PARAM_DECL):
22688 In C++, make it always null.
22689 (YYPARSE_PARAM_ARG): New macro.
22690 (yyparse): Use YYPARSE_PARAM_ARG.
22691
226921995-11-29 Richard Stallman <rms@gnu.org>
22693
22694 * doc/bison.texinfo:
22695 Describe literal string tokens, %raw, %no_lines, %token_table.
22696
226971995-11-29 Daniel Hagerty <hag@gnu.org>
22698
22699 * doc/bison.texinfo: Fixed update date
22700
227011995-10-16 Richard Stallman <rms@gnu.org>
22702
22703 * src/version.c: Version 1.25.
22704
227051995-10-16 Richard Stallman <rms@gnu.org>
22706
22707 * NEWS: *** empty log message ***
22708
227091995-10-16 Richard Stallman <rms@gnu.org>
22710
22711 * doc/bison.1, doc/bison.rnh:
22712 Add new options.
22713
227141995-10-15 Richard Stallman <rms@gnu.org>
22715
22716 * src/vmsgetargs.c, src/getargs.c:
22717 Added -n, -k, and -raw switches.
22718 (noparserflag, toknumflag, rawtoknumflag): New variables.
22719
22720 * src/symtab.h (SALIAS):
22721 New #define for adding aliases to %token.
22722 (struct bucket): Added `alias' field.
22723
22724 * src/reduce.c (reduce_grammar):
22725 Revise error message.
22726 (print_notices): Remove final `.' from error message.
22727
22728 * src/reader.c (reader_output_yylsp):
22729 New function.
22730 (readgram): Use `#if 0' around code that accepted %command
22731 inside grammar rules: The documentation doesn't allow it,
22732 and it will fail since the %command processors scan for the next %.
22733 (parse_token_decl): Extended the %token
22734 declaration to allow a multi-character symbol as an alias.
22735 (parse_thong_decl): New function.
22736 (read_declarations): Added %thong declarations.
22737 (read_declarations): Handle NOOP to deal with allowing
22738 % declarations as another means to specify the flags.
22739 (readgram): Allow %prec prior to semantics embedded in a rule.
22740 (skip_to_char, read_declarations, copy_definition)
22741 (parse_token_decl, parse_start_decl, parse_type_decl)
22742 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
22743 (get_type_name, copy_guard, copy_action, readgram)
22744 (get_type, packsymbols): Revised most error messages.
22745 Changed `fatal' to `warnxxx' to avoid aborting for error.
22746 Revised and use multiple warnxxx functions to avoid using VARARGS1.
22747 (read_declarations): Improve the error message for
22748 an invalid character. Do not abort.
22749 (read_declarations, copy_guard, copy_action): Use
22750 printable_version to avoid unprintable characters in printed output.
22751 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
22752 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
22753 Allow the type of a non-terminal can be given
22754 more than once, as long as all specifications give the same type.
22755
22756 * src/output.c:
22757 (output_headers, output_trailers, output, output_gram)
22758 (output_rule_data): Implement noparserflag variable.
22759 Implement toknumflag variable.
22760 (output): Call reader_output_yylsp to output LTYPESTR.
22761
22762 * src/main.c (main):
22763 If reader sees an error, don't process the grammar.
22764 (fatals): Updated to not use VARARGS1.
22765 (printable_version, int_to_string, warn, warni, warns, warnss)
22766 (warnsss): New error reporting functions. Avoid abort for error.
22767
22768 * src/lex.h:
22769 Added THONG and NOOP for alias processing.
22770 Added SETOPT for the new code that allows setting options with %flags.
22771
22772 * src/lex.c:
22773 Include getopt.h. Add some extern decls.
22774 (safegetc): New function to deal with EOF gracefully.
22775 (literalchar); new function to deal with reading \ escapes.
22776 (lex): Use literalchar.
22777 (lex): Implemented "..." tokens.
22778 (literalchar, lex, parse_percent_token): Made tokenbuffer
22779 always contain the token. This includes growing the token
22780 buffer while reading an integer.
22781 (parse_percent_token): Replaced if-else statement with percent_table.
22782 (parse_percent_token): Added % declarations as another
22783 way to specify the flags -n, -l, and -r. Also added hooks for
22784 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
22785 major changes to files.c.
22786 (lex) Retain in the incoming stream a character following
22787 an incorrect '/'.
22788 (skip_white_space, lex): Revised most error messages
22789 and changed fatal to warn to avoid aborting.
22790 (percent_table): Added %thong declarations.
22791
22792 * src/gram.h: Comment changes.
22793
22794 * src/files.c (openfiles, open_extra_files, done):
22795 Add faction flag
22796 and actfile file. Handle noparserflag. Both for -n switch.
22797
22798 * src/conflicts.c (resolve_sr_conflict):
22799 Remove use of alloca.
22800
228011995-06-01 Jim Meyering <meyering@gnu.org>
22802
22803 * doc/bison.texinfo: *** empty log message ***
22804
228051995-05-06 Richard Stallman <rms@gnu.org>
22806
22807 * src/bison.s1: Comment change.
22808
228091995-05-06 Richard Stallman <rms@gnu.org>
22810
22811 * bison.simple: Comment change.
22812
228131995-05-03 Richard Stallman <rms@gnu.org>
22814
22815 * src/version.c: Version now 1.24.
22816
22817 * src/bison.s1: Change distribution terms.
22818
22819 * src/version.c: Version now 1.23.
22820
228211995-05-03 Richard Stallman <rms@gnu.org>
22822
22823 * doc/bison.texinfo:
22824 Rewrite "Conditions for Using Bison".
22825 Update version to 1.24.
22826
228271995-05-03 Richard Stallman <rms@gnu.org>
22828
22829 * bison.simple: Change distribution terms.
22830
228311995-02-23 Richard Stallman <rms@gnu.org>
22832
22833 * src/files.c: Test __VMS_POSIX as well as VMS.
22834
228351995-02-14 Jim Meyering <meyering@gnu.org>
22836
22837 * src/bison.s1 (__yy_memcpy):
22838 Renamed from __yy_bcopy to avoid
22839 confusion. Reverse FROM and TO arguments to be consistent with
22840 those of memcpy.
22841
228421995-02-14 Jim Meyering <meyering@gnu.org>
22843
22844 * bison.simple (__yy_memcpy):
22845 Renamed from __yy_bcopy to avoid
22846 confusion. Reverse FROM and TO arguments to be consistent with
22847 those of memcpy.
22848
228491994-11-10 David J. MacKenzie <djm@gnu.org>
22850
22851 * NEWS: reformat
22852
22853 * NEWS: New file.
22854
22855 * Makefile.in (DISTFILES): Include NEWS.
22856
22857 * Makefile.in (DISTFILES):
22858 Include install-sh, not install.sh.
22859
22860 * configure.in: Update to Autoconf v2 macro names.
22861
228621994-10-05 David J. MacKenzie <djm@gnu.org>
22863
22864 * Makefile.in: fix typo
22865
22866 * Makefile.in (prefix, exec_prefix):
22867 Let configure set them.
22868
228691994-09-28 David J. MacKenzie <djm@gnu.org>
22870
22871 * Makefile.in: Set datadir to $(prefix)/share.
22872
228731994-09-15 Richard Stallman <rms@gnu.org>
22874
22875 * src/bison.s1:
22876 Update copyright notice and GPL version.
22877
228781994-09-15 Richard Stallman <rms@gnu.org>
22879
22880 * bison.simple:
22881 Update copyright notice and GPL version.
22882
228831994-07-12 Richard Stallman <rms@gnu.org>
22884
22885 * src/reduce.c, src/reader.c:
22886 entered into RCS
22887
228881994-05-05 David J. MacKenzie <djm@gnu.org>
22889
22890 * Makefile.in: entered into RCS
22891
228921994-03-26 Richard Stallman <rms@gnu.org>
22893
22894 * src/bison.s1: entered into RCS
22895
228961994-03-26 Richard Stallman <rms@gnu.org>
22897
22898 * bison.simple: entered into RCS
22899
229001994-03-25 Richard Stallman <rms@gnu.org>
22901
22902 * src/main.c: entered into RCS
22903
229041994-03-24 Richard Stallman <rms@gnu.org>
22905
22906 * src/conflicts.c: entered into RCS
22907
229081994-01-02 Richard Stallman <rms@gnu.org>
22909
22910 * Makefile.in: *** empty log message ***
22911
229121993-11-21 Richard Stallman <rms@gnu.org>
22913
22914 * src/bison.s1: *** empty log message ***
22915
229161993-11-21 Richard Stallman <rms@gnu.org>
22917
22918 * doc/bison.texinfo: entered into RCS
22919
22920 * doc/bison.texinfo: *** empty log message ***
22921
229221993-11-21 Richard Stallman <rms@gnu.org>
22923
22924 * bison.simple: *** empty log message ***
22925
229261993-10-25 David J. MacKenzie <djm@gnu.org>
22927
22928 * doc/bison.texinfo: *** empty log message ***
22929
229301993-10-19 Richard Stallman <rms@gnu.org>
22931
22932 * src/bison.s1: *** empty log message ***
22933
229341993-10-19 Richard Stallman <rms@gnu.org>
22935
22936 * bison.simple: *** empty log message ***
22937
229381993-10-14 Richard Stallman <rms@gnu.org>
22939
22940 * src/bison.s1: *** empty log message ***
22941
229421993-10-14 Richard Stallman <rms@gnu.org>
22943
22944 * bison.simple: *** empty log message ***
22945
229461993-09-14 David J. MacKenzie <djm@gnu.org>
22947
22948 * doc/bison.texinfo: *** empty log message ***
22949
229501993-09-13 Noah Friedman <friedman@gnu.org>
22951
22952 * Makefile.in: *** empty log message ***
22953
229541993-09-10 Richard Stallman <rms@gnu.org>
22955
22956 * src/conflicts.c: *** empty log message ***
22957
22958 * src/system.h: entered into RCS
22959
229601993-09-10 Richard Stallman <rms@gnu.org>
22961
22962 * doc/bison.1: entered into RCS
22963
229641993-09-06 Noah Friedman <friedman@gnu.org>
22965
22966 * src/version.c: entered into RCS
22967
229681993-09-06 Noah Friedman <friedman@gnu.org>
22969
22970 * Makefile.in: *** empty log message ***
22971
229721993-07-30 David J. MacKenzie <djm@gnu.org>
22973
22974 * Makefile.in: *** empty log message ***
22975
229761993-07-24 Richard Stallman <rms@gnu.org>
22977
22978 * src/bison.s1: *** empty log message ***
22979
229801993-07-24 Richard Stallman <rms@gnu.org>
22981
22982 * bison.simple: *** empty log message ***
22983
229841993-07-08 David J. MacKenzie <djm@gnu.org>
22985
22986 * Makefile.in: *** empty log message ***
22987
229881993-07-04 Richard Stallman <rms@gnu.org>
22989
22990 * src/bison.s1: *** empty log message ***
22991
229921993-07-04 Richard Stallman <rms@gnu.org>
22993
22994 * bison.simple: *** empty log message ***
22995
229961993-06-26 David J. MacKenzie <djm@gnu.org>
22997
22998 * src/getargs.c: entered into RCS
22999
230001993-06-26 David J. MacKenzie <djm@gnu.org>
23001
23002 * doc/bison.texinfo: *** empty log message ***
23003
23004 * doc/bison.1: New file.
23005
230061993-06-25 Richard Stallman <rms@gnu.org>
23007
23008 * src/getargs.c: New file.
23009
230101993-06-16 Richard Stallman <rms@gnu.org>
23011
23012 * src/bison.s1: *** empty log message ***
23013
230141993-06-16 Richard Stallman <rms@gnu.org>
23015
23016 * bison.simple: *** empty log message ***
23017
230181993-06-03 Richard Stallman <rms@gnu.org>
23019
23020 * src/bison.s1: New file.
23021
230221993-06-03 Richard Stallman <rms@gnu.org>
23023
23024 * doc/bison.texinfo: *** empty log message ***
23025
230261993-06-03 Richard Stallman <rms@gnu.org>
23027
23028 * bison.simple: New file.
23029
230301993-05-19 Richard Stallman <rms@gnu.org>
23031
23032 * doc/bison.texinfo: New file.
23033
230341993-05-07 Noah Friedman <friedman@gnu.org>
23035
23036 * Makefile.in: *** empty log message ***
23037
230381993-04-28 Noah Friedman <friedman@gnu.org>
23039
23040 * src/reader.c: *** empty log message ***
23041
230421993-04-23 Noah Friedman <friedman@gnu.org>
23043
23044 * src/alloc.h: entered into RCS
23045
230461993-04-20 David J. MacKenzie <djm@gnu.org>
23047
23048 * src/version.c: *** empty log message ***
23049
23050 * src/files.c, src/allocate.c:
23051 entered into RCS
23052
23053 * src/reader.c: *** empty log message ***
23054
23055 * src/lex.c: entered into RCS
23056
23057 * src/conflicts.c: New file.
23058
23059 * src/symtab.c: entered into RCS
23060
23061 * src/alloc.h: New file.
23062
23063 * src/LR0.c: entered into RCS
23064
230651993-04-18 Noah Friedman <friedman@gnu.org>
23066
23067 * src/reader.c: New file.
23068
23069 * src/version.c: *** empty log message ***
23070
230711993-04-18 Noah Friedman <friedman@gnu.org>
23072
23073 * Makefile.in: *** empty log message ***
23074
230751993-04-17 Noah Friedman <friedman@gnu.org>
23076
23077 * Makefile.in: *** empty log message ***
23078
230791993-04-15 Richard Stallman <rms@gnu.org>
23080
23081 * src/main.c, src/files.c:
23082 New file.
23083
230841993-04-15 Noah Friedman <friedman@gnu.org>
23085
23086 * configure.in: entered into RCS
23087
23088 * configure.in: *** empty log message ***
23089
23090 * configure.in: New file.
23091
230921993-04-14 Richard Stallman <rms@gnu.org>
23093
23094 * Makefile.in: New file.
23095
230961993-04-13 Richard Stallman <rms@gnu.org>
23097
23098 * src/version.c: New file.
23099
231001993-03-25 Richard Stallman <rms@gnu.org>
23101
23102 * src/output.c: entered into RCS
23103
231041992-09-25 Richard Stallman <rms@gnu.org>
23105
23106 * configure.bat: entered into RCS
23107
231081992-06-22 Richard Stallman <rms@gnu.org>
23109
23110 * src/vmsgetargs.c: entered into RCS
23111
231121992-06-22 Richard Stallman <rms@gnu.org>
23113
23114 * doc/bison.rnh: entered into RCS
23115
231161992-04-20 David J. MacKenzie <djm@gnu.org>
23117
23118 * README: entered into RCS
23119
231201992-01-22 Richard Stallman <rms@gnu.org>
23121
23122 * src/machine.h: entered into RCS
23123
231241991-12-21 Richard Stallman <rms@gnu.org>
23125
23126 * src/lalr.c, src/closure.c:
23127 entered into RCS
23128
231291991-12-20 Richard Stallman <rms@gnu.org>
23130
23131 * src/state.h: entered into RCS
23132
231331991-12-18 Richard Stallman <rms@gnu.org>
23134
23135 * src/print.c, src/nullable.c, src/derives.c:
23136 entered into RCS
23137
231381991-11-03 David J. MacKenzie <djm@gnu.org>
23139
23140 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
23141 entered into RCS
23142
231431988-09-09 Richard Stallman <rms@gnu.org>
23144
23145 * src/bison.hairy: entered into RCS
23146
231471987-12-16 Richard Stallman <rms@gnu.org>
23148
23149 * REFERENCES: entered into RCS
dc546b0f 23150
f294a2c2 23151
04098407 23152 -----
f294a2c2 23153
04098407 23154 Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996,
9126263e 23155 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
95021767 23156 Free Software Foundation, Inc.
f294a2c2 23157
04098407
PE
23158 Copying and distribution of this file, with or without
23159 modification, are permitted provided the copyright notice and this
23160 notice are preserved.