]> git.saurik.com Git - bison.git/blob - ChangeLog
Add reminder about uploading public key to keys.gnupg.net.
[bison.git] / ChangeLog
1 2009-02-03 Joel E. Denny <jdenny@ces.clemson.edu>
2
3 Add reminder about uploading public key to keys.gnupg.net.
4 * HACKING (Release Procedure): Here.
5
6 2009-01-28 Akim Demaille <demaille@gostai.com>
7
8 * NEWS: Update information about 2.4.1 and 2.4.2.
9
10 2008-11-04 Akim Demaille <demaille@gostai.com>
11
12 Reformat NEWS.
13 * NEWS: Use more outline-mode markup.
14 Suggested by Jim Meyering.
15
16 2009-01-08 Akim Demaille <demaille@gostai.com>
17
18 Fix grep portability issues.
19 Grep on Solaris does not support -q.
20 Reported by Summum Bonum.
21
22 * NEWS: Add a stub for 2.4.2.
23 * THANKS: Add Summum Bonum.
24 * tests/atlocal.in (EGREP): New.
25 (CC, CXX, XSLTPROC): Make it possible to override them via
26 envvars.
27 * tests/java.at: Use $EGREP instead of egrep.
28 Use AT_CHECK's ignore instead of grep's -q.
29
30 2008-12-11 Akim Demaille <demaille@gostai.com>
31
32 Pass the token type to yysyntax_error.
33 * data/yacc.c (yysyntax_error): Take the transated token instead
34 of the raw number.
35 Adjust callers.
36 * TODO: Update.
37
38 2008-12-11 Akim Demaille <demaille@gostai.com>
39
40 Formatting changes.
41 * data/glr.c: Formatting changes.
42
43 2008-12-11 Akim Demaille <demaille@gostai.com>
44
45 Propagate i18n changes into glr.c.
46 * TODO: Update.
47 * data/glr.c (yyreportSyntaxError): Use "switch" instead of
48 building the error message format dynamically.
49 * data/lalr1.java: Formatting changes.
50
51 2008-12-11 Akim Demaille <demaille@gostai.com>
52
53 Use testsuite -C.
54 * tests/local.mk: Replace "cd && testsuite" by "testsuite -C".
55 Solves problems when top_srcdir is an absolute path.
56 Suggested by Eric Blake.
57 * configure.ac: Require Autoconf 2.62.
58
59 2008-12-11 Akim Demaille <demaille@gostai.com>
60
61 Simplify the i18n of the error messages.
62 * data/lalr1.cc: Comment changes.
63 * data/yacc.c (yysyntax_error): Rewrite, using a switch as in
64 lalr1.cc instead of building dynamically the format string.
65
66 2008-12-08 Akim Demaille <demaille@gostai.com>
67
68 Fix portability issue in the test suite.
69 * tests/local.at (AT_MATCHES_CHECK): New.
70 Based on Perl instead of Sed. Sed has too many portability
71 pitfalls, not ever Sed is GNU Sed.
72 * tests/actions.at (Fix user actions without a trailing semicolon):
73 Use it.
74
75 2008-12-08 Akim Demaille <demaille@gostai.com>
76
77 Update data/README.
78 * data/README: Document glr.cc, lalr1.java, m4sugar and xslt.
79
80 2008-12-08 Akim Demaille <demaille@gostai.com>
81
82 Install autoconf as a submodule to get m4sugar.
83 * .gitmodules: Add submodules/autoconf.
84 * data/m4sugar/foreach.m4, data/m4sugar/m4sugar.m4: Now links into
85 submodules/autoconf.
86
87 2008-12-08 Akim Demaille <demaille@gostai.com>
88
89 Test token.prefix in all the skeletons.
90 * data/java.m4 (b4_token_enum): Use the token.prefix.
91 * tests/local.at (AT_BISON_OPTION_PUSHDEFS): Define AT_TOKEN_PREFIX.
92 * tests/calc.at (_AT_DATA_CALC_Y): Use it.
93 Add checks for yacc.c, glr.c, lalr1.cc and glr.cc.
94 * tests/java.at: Comment changes.
95 (AT_CHECK_JAVA_MINIMAL): Define the END token.
96 (Java parser class and package names): Add token.prefix check.
97
98 2008-12-08 Akim Demaille <demaille@gostai.com>
99
100 Fix regeneration of atconfig.
101 * tests/local.mk (tests/atconfig): The rule was incorrect, but
102 remove it: now that there is no tests/Makefile.am, the top-level
103 Makefile properly updates atconfig when needed.
104
105 2008-12-07 Di-an Jan <dianj@freeshell.org>
106
107 Implement the FIXME that ends an user action with a semicolon
108 if it seems necessary.
109 * src/scan-code.l (flex rules section): Flag cpp directive from
110 any `#' to the first unescaped end-of-line. Semicolon is not
111 needed after `;', `{', '}', or cpp directives and is needed after
112 any other token (whitespaces and comments have no effect).
113 * tests/actions.at (Fix user actions without a trailing semicolon):
114 New test.
115 * tests/input.at (AT_CHECK_UNUSED_VALUES): Add semicolons to
116 to make user actions complete statements.
117 Adjust column numbers in error messages.
118 * tests/regression.at (Fix user actions without a trailing semicolon):
119 Remove. Covered by new test.
120
121 2008-12-07 Akim Demaille <demaille@gostai.com>
122
123 Update gnulib.
124 * gnulib: Update from master.
125
126 2008-12-05 Eric Blake <ebb9@byu.net>
127
128 Avoid compiler warning.
129 * src/output.c (muscle_insert_item_number_table): Delete unused
130 function.
131
132 2008-12-02 Eric Blake <ebb9@byu.net>
133
134 Build testsuite with newer autoconf.
135 * tests/output.at (m4_expand): Don't override in newer autoconf,
136 where the underlying implementation changed.
137 * tests/cxx-type.at (_AT_RESOLVED_GLR_OUTPUT)
138 (_AT_RESOLVED_GLR_OUTPUT_WITH_LOC, _AT_AMBIG_GLR_OUTPUT)
139 (_AT_AMBIG_GLR_OUTPUT_WITH_LOC, _AT_GLR_STDERR)
140 (_AT_VERBOSE_GLR_STDERR): Expand to double-quoted strings,
141 since some of them contain unbalanced ')'.
142
143 2008-12-01 Akim Demaille <demaille@gostai.com>
144
145 Use b4_symbol for printers and destructors everywhere.
146 * data/bison.m4 (b4_symbol_action_location): New.
147 * data/c.m4 (b4_symbol_actions): Remove.
148 Adjust all callers to use by b4_symbol_foreach and the corresponding
149 b4_symbol_printer/destructor macro.
150 * data/glr.cc: Adjust.
151 * data/lalr1.java: Adjust the %destructor sanity check.
152 * src/output.c (symbol_code_props_output): Remove, we no longer
153 need the b4_symbol_printers/destructors tables.
154
155 2008-12-01 Akim Demaille <demaille@gostai.com>
156
157 Use b4_symbol_case_.
158 * data/lalr1.cc, data/bison.m4 (b4_symbol_action): Use
159 b4_symbol_case_.
160
161 2008-12-01 Akim Demaille <demaille@gostai.com>
162
163 Move b4_symbol based macro to bison.m4.
164 * data/lalr1.cc (b4_symbol_, b4_symbol, b4_symbol_if)
165 (b4_symbol_action, b4_symbol_destructor, b4_symbol_printer)
166 (b4_symbol_case_, b4_symbol_foreach, b4_type_action_)
167 (b4_type_foreach): Move to...
168 * data/bison.m4: Here.
169 * data/lalr1.cc (b4_symbol_action): Specialize for C++: use
170 b4_symbol_value_template instead of b4_symbol_value.
171
172 2008-12-01 Akim Demaille <demaille@gostai.com>
173
174 b4_symbol/type_foreach.
175 * data/lalr1.cc (b4_symbol_foreach, b4_type_foreach): New.
176 Use them.
177
178 2008-12-01 Akim Demaille <demaille@gostai.com>
179
180 Use the symbol properties to output the printer/destructor for lalr1.cc.
181 Instead of defining complex list of tuples to define various
182 properties of the symbols, we now prefer to define symbols as
183 "structs" in m4: using the symbol key (its number), and the
184 property name, b4_symbol gives it value. Use this to handle
185 destructors and printers.
186
187 * src/output.c (CODE_PROP): New.
188 (prepare_symbol_definitions): Use it to define the printer and
189 destructor related attributes of the symbols.
190 * data/lalr1.cc (b4_symbol_actions): Rename as...
191 (b4_symbol_action): this.
192 Use b4_symbol instead of 6 arguments.
193 (b4_symbol_printer, b4_symbol_destructor): New.
194 Use them instead of b4_symbol_actions.
195
196 2008-12-01 Akim Demaille <demaille@gostai.com>
197
198 Avoid capturing variables too easily.
199 * src/muscle_tab.h (MUSCLE_INSERT_BOOL, MUSCLE_OBSTACK_SGROW): Use
200 v__ and p__ instead of v and p.
201
202 2008-12-01 Akim Demaille <demaille@gostai.com>
203
204 Remove spurious empty line before syncline.
205 * data/bison.m4 (b4_syncline): Don't output an empty line before
206 the output.
207
208 2008-11-26 Akim Demaille <demaille@gostai.com>
209
210 Convert lib/Makefile.am into lib/local.mk.
211 The real problem is rather gnulib.mk, which itself is extracted
212 from a Makefile.am that gnulib expects to the "recursive". The
213 tool prefix-gnulib-mk converts such a gnulib.mk to be
214 non-recursive. Also, some AC_SUBST variables need to be adjusted.
215
216 * etc/prefix-gnulib-mk: New.
217 * bootstrap (slurp): Use it to convert further gnulib.mk.
218 No longer try to avoid re-creation of lib/gnulib.mk as the changes
219 are deeper.
220 * lib/Makefile.am: Rename as...
221 * lib/local.mk: this.
222 Adjust to be prefixed.
223 * Makefile.am, configure.ac: Adjust.
224 * src/local.mk (AM_CPPFLAGS): Extend it, don't define it.
225
226 2008-11-26 Akim Demaille <demaille@gostai.com>
227
228 s/_FLAGS/FLAGS/.
229 * tests/local.mk (TESTSUITE_FLAGS, AUTOTEST_FLAGS): Rename as...
230 (TESTSUITEFLAGS, AUTOTESTFLAGS): these to compy with the GCS.
231 Reported by Eric Blake.
232
233 2008-11-26 Akim Demaille <demaille@gostai.com>
234
235 Use b4_parser_tables_define in glr.cc.
236 * data/glr.c: Use b4_parser_tables_define instead of defining the
237 (deterministic integral) tables by hand.
238
239 2008-11-26 Akim Demaille <demaille@gostai.com>
240
241 Use b4_parser_tables_define in Java.
242 * data/java.m4 (b4_typed_parser_table): Rename as...
243 (b4_typed_parser_table_define): this, for consistency.
244 Accept a comment as $4.
245 Move $2 into yy*_.
246 (b4_integral_parser_table): Rename as...
247 (b4_integral_parser_table_define): this.
248 * data/lalr1.java: Adjust all uses.
249 Use b4_parser_tables_define instead of generation by hand.
250
251 2008-11-26 Akim Demaille <demaille@gostai.com>
252
253 Prepare the convergence bw C style and Java table generation.
254 * data/bison.m4 (b4_tables_map, b4_tables_declare)
255 (b4_tables_define): Rename as...
256 (b4_integral_parser_tables_map, b4_parser_tables_declare)
257 (b4_parser_tables_define): these.
258 * data/c.m4 (b4_table_define): Rename as...
259 (b4_integral_parser_table_define): this.
260 * data/lalr1.cc: Adjust.
261 (b4_table_define, b4_table_declare): Rename as...
262 (b4_integral_parser_table_define)
263 (b4_integral_parser_table_declare): these.
264 (yyrline_): Move the comment where it is actually used.
265 * data/yacc.c: Adjust.
266 (yyrline): Use b4_integral_parser_table_define.
267
268 2008-11-26 Akim Demaille <demaille@gostai.com>
269
270 Regen.
271 * src/parse-gram.h, src/parse-gram.c: Regen.
272
273 2008-11-26 Akim Demaille <demaille@gostai.com>
274
275 Factor the generation of the (integral) tables bw yacc.c and lalr1.cc.
276 * data/lalr1.cc (b4_tables_map): Move to...
277 * data/bison.m4: here.
278 Update the comment for yytable during the flight.
279 (b4_tables_declare, b4_tables_define): New.
280 * data/lalr1.cc: Use them.
281 * data/c.m4 (b4_table_define): New.
282 * data/yacc.c: Use b4_tables_define instead of output the tables
283 by hand.
284 * tests/regression.at (Web2c Actions): Adjust the expected output,
285 the order of the tables changed.
286
287 2008-11-26 Akim Demaille <demaille@gostai.com>
288
289 Get rid of (yy)rhs and (yy)prhs.
290 These tables are no longer needed in the parsers, and they don't seem to
291 be useful. They are not documented either.
292
293 * src/output.c (prepare_rules): Get rid of rhs and prhs.
294 Adjust the computation of (yy)r2.
295
296 2008-11-26 Akim Demaille <demaille@gostai.com>
297
298 Rule length is unsigned.
299 * src/gram.h, src/gram.c (rule_rhs_length): Return a size_t.
300
301 2008-11-26 Akim Demaille <demaille@gostai.com>
302
303 Get rid of lalr1-split.cc.
304 It was no longer maintainer.
305
306 * data/lalr1-split.cc: Remove.
307 * etc/bench.pl.in (bench_fusion_parser): Remove.
308 Adjust.
309
310 2008-11-26 Akim Demaille <demaille@gostai.com>
311
312 Use yy* consistently.
313 * data/glr.c: Now that yyrhs no longer exists as a global
314 variable, rename local "rhs" variables into "yyrhs" for
315 consistency.
316
317 2008-11-25 Akim Demaille <demaille@gostai.com>
318
319 Get rid of yyrhs and yyprhs in glr.c.
320 * data/glr.c (yyrhs, yyprhs): Remove.
321 Instead, use the state stack and yystos.
322
323 2008-11-25 Akim Demaille <demaille@gostai.com>
324
325 Flag glr tests.
326 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): If glr, declare it
327 as an Autotest keyword.
328
329 2008-11-25 Akim Demaille <demaille@gostai.com>
330
331 Prefer TESTSUITE_FLAGS.
332 TESTSUITEFLAGS is barely readable.
333
334 * tests/local.mk (TESTSUITE_FLAGS): Default to $(TESTSUITEFLAGS)
335 for backward compatibility.
336 Use the former instead of the latter.
337
338 2008-11-25 Akim Demaille <demaille@gostai.com>
339
340 Get rid of yyrhs and yyprhs in larl1.java.
341 * data/lalr1.java (yyrhs_, yyprhs_): Remove.
342 (yy_reduce_print): Rather, use yystos_ and the state stack.
343
344 2008-11-25 Akim Demaille <demaille@gostai.com>
345
346 Formatting changes.
347
348 2008-11-25 Akim Demaille <demaille@gostai.com>
349
350 Get rid of yyrhs and yyprhs in yacc.c.
351 They were used to get the symbol types, given a rule number, when
352 displaying the top of the stack before a reduction. But the
353 symbol type is available from the state stack. This has two be
354 benefits: two tables less in the parser (making it smaller), and a
355 more consistent use of the three stacks which will help to fuse
356 them.
357
358 * data/yacc.c (yyprhs, yyrhs): Remove.
359 (YY_REDUCE_PRINT): Pass yyssp to yy_reduce_print.
360 (yy_reduce_print): Take yyssp as argument.
361 Use it, together with yystos, to get the symbol type.
362 * tests/regression.at (Web2c Report): Remove these tables from the
363 expected output.
364
365 2008-11-25 Akim Demaille <demaille@gostai.com>
366
367 b4_tables_map.
368 The point is to factor the generation of the tables across skeletons.
369 This is language dependant.
370
371 * data/c.m4 (b4_comment_): New.
372 Should be usable to define how to generate tables independently of
373 the language.
374 (b4_c_comment): New.
375 (b4_comment): Bounce to b4_c_comment.
376 Now support $2 = [PREFIX] for indentation.
377 * data/lalr1.cc (b4_table_declare): Don't output a comment if
378 there is no comment.
379 Indent it properly when there is one.
380 Output the ending semicolon.
381 (b4_table_define): Space changes.
382 Output the ending semicolon.
383 (b4_tables_map): New.
384 Use it twice instead of declaring and defining the (integral)
385 tables by hand.
386
387 2008-11-25 Akim Demaille <demaille@gostai.com>
388
389 b4_table_declare.
390 * data/lalr1.cc (b4_table_declare): New.
391 Use it to declare the tables defined with b4_table_define.
392 (b4_table_define): Declare a third arg to match b4_table_declare
393 signature.
394 Move all the comments around invocations of b4_table_define into
395 the invocations itselves.
396 Move things around to have the order for declarations and
397 definitions.
398
399 2008-11-25 Akim Demaille <demaille@gostai.com>
400
401 Formatting changes.
402 * data/lalr1.java: here.
403
404 2008-11-25 Akim Demaille <demaille@gostai.com>
405
406 b4_args is more general than only C++.
407 * data/lalr1.cc (b4_args, _b4_args): Move to...
408 * data/bison.m4: here.
409
410 2008-11-21 Di-an Jan <dianj@freeshell.org>
411
412 Implement no-XXX arguments for --warnings, --report, --trace.
413 * src/getargs.c (flags_argmatch): Handles no-XXX.
414 Fix typo in doxygen comment.
415
416 2008-11-21 Akim Demaille <demaille@gostai.com>
417
418 Display the changes in cross-options.texi.
419 * build-aux/cross-options.pl ($sep): New, to separate items.
420 * doc/local.mk ($(CROSS_OPTIONS_TEXI)): Use diff to display the
421 changes.
422
423 2008-11-20 Di-an Jan <dianj@freeshell.org>
424
425 Improves options in the manual.
426 * doc/bison.texinfo (-g, -x): Add space before argument.
427 (Option Cross Key): Implement FIXME: listing directives also.
428 * build-aux/cross-options.pl: Read from <STDIN> rather than <>.
429 (Short Option): Special case -d. Put arguments inside @option.
430 (Bison Directive): Add column, automatically extracted from
431 src/scan-gram.l (actual name passed as the first argument)
432 with special case for %define.
433 * doc/local.mk (doc/cross-options.texi): Pass src/scan-gram.l
434 to build-aux/cross-options.pl.
435 * src/getargs.c (usage): Document limitations of cross-options.pl.
436 * src/scan-gram.l: Likewise.
437
438 2008-11-18 Joel E. Denny <jdenny@ces.clemson.edu>
439
440 Fix unexpanded macros in GLR defines file.
441 Reported by Csaba Raduly at
442 <http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00048.html>.
443 * THANKS (Csaba Raduly): Add.
444 * data/glr.c: Fix overquoting on b4_prefix for yylval and yylloc.
445 * tests/calc.at (_AT_DATA_CALC_Y): If %defines is specified, generate
446 lexer in a separate module that includes the defines file.
447 (AT_CHECK_CALC): From AT_FULL_COMPILE, request compilation of lexer
448 source.
449 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Push AT_DEFINES_IF.
450 Adjust AT_LOC and AT_VAL to use AT_NAME_PREFIX.
451 (AT_BISON_OPTION_POPDEFS): Pop AT_DEFINES_IF.
452 (AT_DATA_SOURCE_PROLOGUE): New.
453 (AT_DATA_GRAMMAR_PROLOGUE): Use AT_DATA_SOURCE_PROLOGUE.
454 (AT_DATA_SOURCE): New.
455 (AT_FULL_COMPILE): Extend to support an additional source file.
456
457 2008-11-18 Akim Demaille <demaille@gostai.com>
458
459 More TODO.
460 * TODO: More short term issues.
461
462 2008-11-18 Akim Demaille <demaille@gostai.com>
463
464 Regen.
465 * src/parse-gram.h, src/parse-gram.c: Regen.
466
467 2008-11-18 Akim Demaille <demaille@gostai.com>
468
469 Use b4_subtract where possible.
470 * data/lalr1.cc (b4_subtract): Move to...
471 * data/bison.m4: here.
472 * data/glr.c (b4_rhs_data): Use it.
473 * data/yacc.c (b4_rhs_value, b4_rhs_location): Use it.
474
475 2008-11-18 Akim Demaille <demaille@gostai.com>
476
477 Remove incorrect mode specification.
478 * data/glr.cc: Don't pretend it's C code.
479
480 2008-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
481
482 Simplify last patch slightly.
483 * src/getargs.c (getargs): Here.
484
485 2008-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
486
487 Fix last warning from --enable-gcc-warnings.
488 * src/getargs.c (getargs): Don't assign const address to non-const
489 pointer.
490
491 2008-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
492
493 Don't let maintainer-*-check targets force a version update.
494 * cfg.mk (_is-dist-target): Implement. maintainer-check* was already
495 handled.
496
497 2008-11-17 Di-an Jan <dianj@freeshell.org>
498
499 * doc/bison.texinfo: Synchronize ``Detail Node Listing''.
500 Align menus. Adjust word wrapping. Use node names for menu names.
501 (Examples): Don't abbreviate node names.
502 (LocalWords): Remove abbreviations.
503 (Copying): Make description a sentence.
504 (Java Action Features): Remove period to match the rest of menu.
505
506 2008-11-17 Di-an Jan <dianj@freeshell.org>
507
508 Handles several --enable-gcc-warnings.
509 * src/getargs.c (command_line_location): Set parameters to void.
510 * src/output.c (symbol_type_name_cmp): Make static.
511 (symbols_by_type_name): Set parameters to void.
512 (symbol_definitions_output): Remove unused parameter. Rename as...
513 (prepare_symbol_definitions): this.
514 (muscles_output): Move symbol_definitions_output to...
515 (output): here as prepare_symbol_definitions.
516 * tests/c++.at (AT_CHECK_VARIANTS): Remove unused parameters of main.
517 (AT_CHECK_NAMESPACE): Make unused parameter lloc unnamed.
518
519 2008-11-17 Di-an Jan <dianj@freeshell.org>
520
521 * tests/c++.at (AT_CHECK_VARIANTS): Fixes tests 198-202.
522 Use AT_DATA_GRAMMAR instead of AT_DATA for compiled tests.
523
524 2008-11-16 Akim Demaille <demaille@gostai.com>
525
526 Add missing $(EXEEXT).
527 * doc/local.mk ($(CROSS_OPTIONS_TEXI)): The target is
528 "src/bison$(EXEEXT)".
529 Reported by Di-an Jan.
530
531 2008-11-15 Akim Demaille <demaille@gostai.com>
532
533 * TODO: Update.
534
535 2008-11-15 Akim Demaille <demaille@gostai.com>
536
537 Formatting changes.
538 * tests/input.at: here.
539
540 2008-11-15 Akim Demaille <demaille@gostai.com>
541
542 Remove duplicate header inclusion.
543 * src/LR0.c: here.
544
545 2008-11-15 Akim Demaille <demaille@gostai.com>
546
547 * src/parse-gram.h, src/parse-gram.c: Regen.
548
549 2008-11-15 Akim Demaille <demaille@gostai.com>
550
551 Support parametric types.
552
553 There are two issues to handle: first scanning nested angle
554 bracket pairs to support types such as std::pair< std::string,
555 std::list<std::string> > >.
556
557 Another issue is to address idiosyncracies of C++: do not glue two
558 closing angle brackets together (otherwise it's operator>>), and
559 avoid sticking blindly a TYPE to the opening <, as it can result
560 in '<:' which is a digraph for '['.
561
562 * src/scan-gram.l (brace_level): Rename as...
563 (nesting): this.
564 (SC_TAG): New.
565 Implement support for complex tags.
566 (tag): Accept
567 , but not <.
568 * data/lalr1.cc (b4_symbol_value, b4_symbol_value_template)
569 (b4_symbol_variant): Leave space around types as parameters.
570 * examples/variant.yy: Use nested template types and leading ::.
571 * src/parse-gram.y (TYPE, TYPE_TAG_ANY, TYPE_TAG_NONE, type.opt):
572 Rename as...
573 (TAG, TAG_ANY, TAG_NONE, tag.opt): these.
574 * tests/c++.at: Test parametric types.
575
576 2008-11-15 Akim Demaille <akim@betelgeuse.gostai.ensta.fr>
577
578 Test token.prefix.
579 This is not sufficient, but we test at least that the make_SYMBOL
580 interface is not affected by token.prefix. A more general test
581 will be implemented when the support of token.prefix is generalized
582 to more skeletons.
583
584 * tests/c++.at: One more variant test, using token.prefix.
585
586 2008-11-15 Akim Demaille <akim@betelgeuse.gostai.ensta.fr>
587
588 Test the make_TOKEN interface.
589 * tests/c++.at (AT_CHECK_VARIANTS): Require and use locations.
590 Factor the common code in yylex.
591 Use it to test "%define lex_symbol".
592
593 2008-11-15 Akim Demaille <akim@betelgeuse.gostai.ensta.fr>
594
595 Formatting change.
596
597 2008-11-15 Akim Demaille <akim@betelgeuse.gostai.ensta.fr>
598
599 Simplify code for variants bench marks.
600 * etc/bench.pl.in (&generate_grammar_list): Define and use
601 location_type.
602 Factor the common code in yylex.
603
604 2008-11-15 Akim Demaille <demaille@gostai.com>
605
606 Better error message.
607 * bootstrap (find_tool): Fix the error message.
608
609 2008-11-15 Akim Demaille <demaille@gostai.com>
610
611 Update variant.yy to newest interface.
612 * examples/variant.yy: Define lex_symbol.
613 Adjust.
614
615 2008-11-15 Akim Demaille <demaille@gostai.com>
616
617 Don't use locations in variant.yy.
618 * examples/variant.yy: Adjust to not using locations.
619
620 2008-11-15 Akim Demaille <demaille@gostai.com>
621
622 Comment changes.
623 * data/local.mk, etc/local.mk, examples/local.mk: Use Automake
624 comments for the license.
625
626 2008-11-15 Akim Demaille <demaille@gostai.com>
627
628 Remove tests/Makefile.am.
629 * tests/Makefile.am: Rename as...
630 * tests/local.mk: this.
631 * Makefile.am, configure.ac: Adjust.
632 * Makefile.am (DISTCLEANFILES): Define.
633 (maintainer-check, maintainer-xml-check, maintainer-push-check):
634 Remove, we no longer need to bounce to the real targets.
635
636 2008-11-15 Akim Demaille <demaille@gostai.com>
637
638 Comment changes.
639
640 2008-11-15 Akim Demaille <demaille@gostai.com>
641
642 djgpp/local.mk.
643 * Makefile.am (EXTRA_DIST): Move djgpp related part to...
644 * djgpp/local.mk: this new file.
645
646 2008-11-15 Akim Demaille <demaille@gostai.com>
647
648 Remove doc/Makefile.am.
649 * doc/Makefile.am: Rename as...
650 * doc/local.mk: this.
651 Adjust paths
652 * Makefile.am, configure.ac: Adjust.
653 * Makefile.am (MOSTLYCLEANFILES): New.
654 * src/local.mk: Adjust.
655
656 2008-11-15 Akim Demaille <demaille@gostai.com>
657
658 Move sc_tight_scope into maint.mk.
659 It does not work, and I don't know how it was supposed to work: it
660 seems to be looking for sources in the build tree. I just moved
661 it at a better place, fixing it is still required.
662
663 * src/local.mk (echo): Remove.
664 (sc_tight_scope): Move to...
665 * maint.mk: here.
666
667 2008-11-15 Akim Demaille <demaille@gostai.com>
668
669 Regen.
670 * src/parse-gram.h, src/parse-gram.h: Regen.
671
672 2008-11-15 Akim Demaille <demaille@gostai.com>
673
674 Remove src/Makefile.am.
675 * src/Makefile.am: Rename as...
676 * src/local.mk: this.
677 Prefix all the paths with src/.
678 (AUTOMAKE_OPTIONS): Build object files in the sub dirs.
679 (AM_CPPFLAGS): Find find in builddir/src.
680 (YACC): Move the flags into...
681 (AM_YFLAGS): here.
682 * maint.mk (sc_tight_scope): Disable.
683 It used to bounce to the version in src/Makefile.am which is now
684 part of this very Makefile.
685 * Makefile.am, configure.ac: Adjust.
686 * src/scan-code-c.c, src/scan-code.l: We can no longer rely on
687 include "..." to find files "here": we are no longer in src/, so
688 qualify the includes with src/.
689 * doc/Makefile.am (PREPATH): No longer include the top_builddir
690 prefix.
691 (.x.1): Adjust to be able to create src/foo from the top level
692 Makefile, instead of going bounce to src/Makefile the creation of
693 foo.
694
695 2008-11-15 Akim Demaille <demaille@gostai.com>
696
697 Remove useless variable.
698 * doc/Makefile.am (srcsrcdir): Remove.
699
700 2008-11-15 Akim Demaille <demaille@gostai.com>
701
702 Remove data/Makefile.am.
703 * data/Makefile.am: Rename as...
704 * data/local.mk: this.
705 Adjust paths.
706 * Makefile.am, configure.ac: Adjust.
707
708 2008-11-15 Akim Demaille <demaille@gostai.com>
709
710 Remove etc/Makefile.am.
711 * etc/Makefile.am: Rename as...
712 * etc/local.mk: this.
713 Adjust.
714 * Makefile.am, configure.ac: Adjust.
715
716 2008-11-15 Akim Demaille <demaille@gostai.com>
717
718 Remove examples/local.mk.
719 examples/calc++/Makefile.am might be interesting to keep as is, since
720 it is an example in itself.
721
722 * examples/Makefile.am: Rename as...
723 * examples/local.mk: this.
724 Adjust.
725 * Makefile.am, configure.ac: Adjust.
726
727 2008-11-15 Akim Demaille <demaille@gostai.com>
728
729 Remove build-aux/Makefile.am.
730 Recursive Makefiles are really way too slow, let's get rid of some of
731 them.
732
733 * build-aux/Makefile.am: Rename as...
734 * build-aux/local.mk: this.
735 Adjust paths.
736 * Makefile.am, configure.ac: Adjust.
737
738 2008-11-15 Akim Demaille <demaille@gostai.com>
739
740 Provide convenience constructors for locations and positions.
741 * data/location.cc (position::position): Accept file, line and
742 column as arguments with default values.
743 Always qualify initial line and column literals as unsigned.
744 (location::location): Provide convenience constructors.
745
746 2008-11-15 Akim Demaille <demaille@gostai.com>
747
748 Instead of using make_symbol<TOK_FOO>, generate make_FOO for each
749 token type.
750 Using template buys us nothing, and makes it uselessly complex to
751 construct a symbol. Besides, it could not be generalized to other
752 languages, while make_FOO would work in C/Java etc.
753
754 * data/lalr1.cc (b4_symbol_): New.
755 (b4_symbol): Use it.
756 (b4_symbol_constructor_declaration_)
757 (b4_symbol_constructor_definition_): Instead of generating
758 specializations of an overloaded template function, just generate
759 several functions whose names are forged from the token names
760 without the token.prefix.
761 (b4_symbol_constructor_declarations): Generate them for all the
762 symbols, not just by class of symbol type, now that instead of
763 specializing a function template by the token, we generate a
764 function named after the token.
765 (b4_symbol_constructor_specialization_)
766 (b4_symbol_constructor_specializations): Remove.
767 * etc/bench.pl.in: Adjust to this new API.
768
769 2008-11-13 Akim Demaille <demaille@gostai.com>
770
771 %define token.prefix.
772 Provide a means to add a prefix to the name of the tokens as
773 output in the generated files. Because of name clashes, it is
774 good to have such a prefix such as TOK_ that protects from names
775 such as EOF, FILE etc. But it clutters the grammar itself.
776
777 * data/bison.m4 (token.prefix): Empty by default.
778 * data/c.m4 (b4_token_enum, b4_token_define): Use it.
779 * data/lalr1.cc (b4_symbol): Ditto.
780
781 2008-11-13 Akim Demaille <demaille@gostai.com>
782
783 Compute at M4 time some of the subtractions.
784 * data/lalr1.cc (b4_subtract): New.
785 (b4_rhs_data): Use it.
786
787 2008-11-13 Akim Demaille <demaille@gostai.com>
788
789 symbol::token.
790 This allows the user to get the type of a token returned by yylex.
791
792 * data/lalr1.cc (symbol::token): New.
793 (yytoknum_): Define when %define lex_symbol, independently of
794 %debug.
795 (yytoken_number_): Move into...
796 (symbol::token): here, since that's the only use.
797 The other one is YYPRINT which was not officially supported
798 by lalr1.cc, and anyway it did not work since YYPRINT uses this
799 array under a different name (yytoknum).
800
801 2008-11-13 Akim Demaille <demaille@gostai.com>
802
803 YYERRCODE.
804 * TODO (YYERRCODE): Mention the case of $undef.
805
806 2008-11-13 Akim Demaille <demaille@gostai.com>
807
808 TODO: YYPRINT.
809 * TODO (YYPRINT): New.
810
811 2008-11-13 Akim Demaille <demaille@gostai.com>
812
813 Comment changes.
814 * data/lalr1.cc, data/yacc.c: Fix the description of the
815 yytranslate and yytoknum tables.
816
817 2008-11-13 Akim Demaille <demaille@gostai.com>
818
819 Define make_symbol in the header.
820 To reach good performances these functions should be inlined (yet
821 this is to measure precisely). To this end they must be available
822 to the caller.
823
824 * data/lalr1.cc (b4_symbol_constructor_definition_): Qualify
825 location_type with the class name.
826 Since will now be output in the header, declare "inline".
827 No longer use b4_symbol_constructor_specializations, but
828 b4_symbol_constructor_definitions in the header.
829 Don't call it in the *.cc file.
830
831 2008-11-13 Akim Demaille <demaille@gostai.com>
832
833 Define yytranslate in the header for lex_symbol.
834 * data/lalr1.cc: Move the invocation of b4_yytranslate_definition
835 into the header file when using %define lex_symbol.
836 (yytranslate_): Declare inline.
837
838 2008-11-13 Akim Demaille <demaille@gostai.com>
839
840 Define the constructors of symbol_type in
841 b4_symbol_constructor_definitions.
842 The constructors are called by the make_symbol functions, which a
843 forthcoming patch will move elsewhere. Hence the interest of
844 putting them together.
845
846 The stack_symbol_type does not need to be moved, it is used only
847 by the parser.
848
849 * data/lalr1.cc: Move symbol_type and symbol_base_type
850 constructors into...
851 (b4_symbol_constructor_definitions): here.
852 Adjust.
853
854 2008-11-13 Akim Demaille <demaille@gostai.com>
855
856 Make it easier to move the definition of yytranslate_.
857 Forthcoming changes will make it possible to use yytranslate_
858 from outside the parser implementation file.
859
860 * data/lalr1.cc (b4_yytranslate_definition): New.
861 Use it.
862
863 2008-11-13 Akim Demaille <demaille@gostai.com>
864
865 Remove useless class specification.
866 * data/lalr1.cc (b4_symbol_constructor_specialization_): No need
867 to refer to the class name to use a type defined by the class for
868 arguments of member functions.
869
870 2008-11-13 Akim Demaille <demaille@gostai.com>
871
872 Finer input type for yytranslate.
873 This patch is debatable: the tradition expects yylex to return an int
874 which happens to correspond to token_number (which is an enum). This
875 allows for instance to return characters (such as '*' etc.). But this
876 goes against the stronger typing I am trying to have with the new
877 lex interface which return a symbol_type. So in this case, feed
878 yytranslate_ with a token_type.
879
880 * data/lalr1.cc (yytranslate_): When in %define lex-symbol,
881 expect a token_type.
882
883 2008-11-13 Akim Demaille <demaille@gostai.com>
884
885 Honor lex-params in %define lex_symbol mode.
886 * data/lalr1.cc: Use b4_lex_param.
887
888 2008-11-13 Akim Demaille <demaille@gostai.com>
889
890 Simplify names.
891 * src/output.c (symbol_definitions_output): Rename symbol
892 attributes type_name and has_type_name as type and has_type.
893 * data/lalr1.cc: Adjust uses.
894
895 2008-11-13 Akim Demaille <demaille@gostai.com>
896
897 Use b4_type_names for the union type.
898 The union used to compute the size of the variant used to iterate
899 over the type of all the symbols, with a lot of redundancy. Now
900 iterate over the lists of symbols having the same type-name.
901
902 * data/lalr1.cc (b4_char_sizeof_): New.
903 (b4_char_sizeof): Use it.
904 Adjust to be called with a list of numbers instead of a single
905 number.
906 Adjust its caller for new-line issues.
907
908 2008-11-13 Akim Demaille <demaille@gostai.com>
909
910 Define the "identifier" of a symbol.
911 Symbols may have several string representations, for instance if
912 they have an alias. What I call its "id" is a string that can be
913 used as an identifier. May not exist.
914
915 Currently the symbols which have the "tag_is_id" flag set are
916 those that don't have an alias. Look harder for the id.
917
918 * src/output.c (is_identifier): Move to...
919 * src/symtab.c (is_identifier): here.
920 * src/symtab.h, src/symtab.c (symbol_id_get): New.
921 * src/output.c (symbol_definitions_output): Use it to define "id"
922 and "has_id".
923 Remove the definition of "tag_is_id".
924 * data/lalr1.cc: Use the "id" and "has_id" whereever "tag" and
925 "tag_is_id" were used to produce code.
926 We still use "tag" for documentation.
927
928 2008-11-11 Akim Demaille <demaille@gostai.com>
929
930 Locations are no longer required by lalr1.cc.
931 * data/lalr1.cc (_b4_args, b4_args): New.
932 Adjust all uses of locations to make them optional.
933 * tests/c++.at (AT_CHECK_VARIANTS): No longer use the locations.
934 (AT_CHECK_NAMESPACE): Check the use of locations.
935 * tests/calc.at (_AT_DATA_CALC_Y): Adjust to be usable with or
936 without locations with lalr1.cc.
937 Test these cases.
938 * tests/output.at: Check lalr1.cc with and without location
939 support.
940 * tests/regression.at (_AT_DATA_EXPECT2_Y, _AT_DATA_DANCER_Y):
941 Don't use locations.
942
943 2008-11-11 Akim Demaille <demaille@gostai.com>
944
945 AT_FULL_COMPILE.
946 * tests/local.at (AT_FULL_COMPILE): New.
947 * tests/actions.at, tests/calc.at, tests/regression.at: Use it.
948
949 2008-11-11 Akim Demaille <demaille@gostai.com>
950
951 Support parens in calc++.
952 * doc/bison.texinfo (Calc++ Scanner, Calc++ Parser): Support parens.
953 * examples/calc++/test (run): Check the expected output.
954 Adjust callers.
955 Check parens too.
956
957 2008-11-11 Akim Demaille <demaille@gostai.com>
958
959 Simplify lalr1.cc since %defines is mandatory.
960 * data/lalr1.cc: Remove useless calls to b4_defines_if.
961
962 2008-11-11 Akim Demaille <demaille@gostai.com>
963
964 TODO: yyfmt.
965 * TODO (yysyntax_error): New item.
966
967 2008-11-11 Akim Demaille <demaille@gostai.com>
968
969 Prefer M4 to CPP.
970 * data/lalr1.cc: Use b4_error_verbose_if instead of #if
971 YYERROR_VERBOSE.
972
973 2008-11-11 Akim Demaille <demaille@gostai.com>
974
975 Support i18n of the parse error messages.
976 * TODO (lalr1.cc/I18n): Remove.
977 * data/lalr1.cc (yysyntax_error_): Support the translation of the
978 error messages, as done in yacc.c.
979 Stay within the yy* pseudo namespace.
980
981 2008-11-11 Akim Demaille <demaille@gostai.com>
982
983 More TODO.
984 * TODO (single stack, yysyntax_error): New.
985
986 2008-11-11 Akim Demaille <demaille@gostai.com>
987
988 Make it possible to return a symbol_type from yylex.
989 * data/lalr1.cc (b4_lex_symbol_if): New.
990 (parse): When lex_symbol is defined, expected yylex to return the
991 complete lookahead.
992 * etc/bench.pl.in (generate_grammar_list): Extend to support this
993 yylex interface.
994 (bench_variant_parser): Exercise it.
995
996 2008-11-11 Akim Demaille <demaille@gostai.com>
997
998 Remove useless bench case.
999 * etc/bench.pl.in (bench_variant_parser): VARIANT_DESTROY is
1000 no longer used.
1001
1002 2008-11-11 Akim Demaille <demaille@gostai.com>
1003
1004 Improve display of directives.
1005 * etc/bench.pl.in (parse_term): Don't add useless eol.
1006
1007 2008-11-11 Akim Demaille <demaille@gostai.com>
1008
1009 Use string_cast in the bench.
1010 * etc/bench.pl.in (generate_grammar_list): Define and use
1011 string_cast.
1012
1013 2008-11-11 Akim Demaille <demaille@gostai.com>
1014
1015 Replace yychar with a Boolean.
1016 * data/lalr1.cc (parse::yychar): Replace by...
1017 (parse::yyempty): this.
1018
1019 2008-11-11 Akim Demaille <demaille@gostai.com>
1020
1021 Factor the tables.
1022 * TODO: New item.
1023
1024 2008-11-11 Akim Demaille <demaille@gostai.com>
1025
1026 Let yytranslate handle the eof case.
1027 * data/lalr1.cc (yytranslate_): Handle the EOF case.
1028 Adjust callers.
1029 No longer expect yychar to be equal to yyeof_, rather, test the
1030 lookahead's (translated) kind.
1031
1032 2008-11-11 Akim Demaille <demaille@gostai.com>
1033
1034 yychar cannot be empty in yyerrlab.
1035 * TODO (yychar == yyempty_): New.
1036 * data/lalr1.cc: Remove the handling of this case.
1037 This eases forthcoming changes related to yychar and yytranslate.
1038
1039 2008-11-11 Akim Demaille <demaille@gostai.com>
1040
1041 Bench: syntactic sugar for %define/#define.
1042 * etc/bench.pl.in (parse_dirs): Support %d and #d with arguments.
1043 (&bench_push_parser, bench_variant_parser): Use this feature.
1044 (&eat): New.
1045 Use it.
1046
1047 2008-11-11 Akim Demaille <demaille@gostai.com>
1048
1049 Less memory pressure on the "list" bench.
1050 * etc/bench.pl.in (generate_grammar_list): Do not accumulate all
1051 the values, to limit memory pressure.
1052
1053 2008-11-11 Akim Demaille <demaille@gostai.com>
1054
1055 Introduce make_symbol.
1056 make_symbol provides a means to construct a full symbol (kind,
1057 value, location) in a single shot. It is meant to be a Symbol
1058 constructor, parameterized by the symbol kind so that overloading
1059 would prevent incorrect kind/value pairs. Unfortunately
1060 parameterized constructors do not work well in C++ (unless the
1061 parameter also appears as an argument, which is not acceptable),
1062 hence the use of a function instead of a constructor.
1063
1064 * data/lalr1.cc (b4_symbol_constructor_declaration_)
1065 (b4_symbol_constructor_declarations)
1066 (b4_symbol_constructor_specialization_)
1067 (b4_symbol_constructor_specializations)
1068 (b4_symbol_constructor_definition_)
1069 (b4_symbol_constructor_definitions): New.
1070 Use them where appropriate to generate declaration, declaration of
1071 the specializations, and implementations of the templated
1072 overloaded function "make_symbol".
1073 (variant::variant): Always define a default ctor.
1074 Also provide a copy ctor.
1075 (symbol_base_type, symbol_type): New ctor overloads for value-less
1076 symbols.
1077 (symbol_type): Now public, so that functions such as yylex can use
1078 it.
1079
1080 2008-11-11 Akim Demaille <demaille@gostai.com>
1081
1082 Inform m4 whether a tag is a valid id.
1083 * src/output.c (is_identifier): New.
1084 (symbol_definitions_output): Use it to define tag_is_id.
1085 But maybe this should be done at m4 level?
1086
1087 2008-11-11 Akim Demaille <demaille@gostai.com>
1088
1089 Test 214 was failing: it greps with a pattern containing [ ]*
1090 which obviously meant to catch spaces and tabs, but contained only
1091 spaces. Tabulations in sources are a nuisance, so to simplify the
1092 matter, get rid of all the tabulations in the Java sources. The
1093 other skeletons will be treated equally later.
1094
1095 * data/java.m4, data/lalr1.java: Untabify.
1096 * tests/java.at: Simplify AT_CHECK_JAVA_GREP invocations:
1097 tabulations are no longer generated.
1098
1099 2008-11-11 Paolo Bonzini <bonzini@gnu.org>
1100
1101 * bootstrap.conf: Replace m4/warning.m4 with warnings module.
1102 * configure.ac: Adjust usage.
1103 * lib/Makefile.am: Replace $(WARNING_CFLAGS) with $(WARN_CFLAGS).
1104 * src/Makefile.am: Replace $(WARNING_CFLAGS) with $(WARN_CFLAGS).
1105 * tests/atlocal.in: Replace $(WARNING_*FLAGS) with $(WARN_*FLAGS).
1106
1107 2008-11-10 Di-an Jan <dianj@freeshell.org>
1108
1109 Workaround Java's ``code too large'' problem for parser tables
1110 in most cases, by using one function per initialization.
1111 * data/java.m4 (b4_typed_parser_table, b4_integral_parser_table): New.
1112 * data/lalr1.java (yypact_, yydefact_, yypgoto_, yydefgoto_,
1113 yytable_, yycheck_, yystos_, yytoken_number_, yyr1_, yyr2_, yyrhs_
1114 yyprhs_, yyrline_, yytranslate_table_): Use b4_integral_parser_table.
1115 (yytname_): Use b4_typed_parser_table.
1116 * doc/bison.texinfo (Java Bison Interface): Add note on Java's
1117 ``code too large'' error.
1118
1119 2008-11-10 Di-an Jan <dianj@freeshell.org>
1120
1121 * NEWS: Document them.
1122
1123 General Java skeleton improvements.
1124 * configure.ac (gt_JAVACOMP): Request target of 1.4, which allows
1125 using gcj < 4.3 in the testsuite, according to comments in
1126 gnulib/m4/javacomp.m4.
1127 * data/java.m4 (stype, parser_class_name, lex_throws, throws,
1128 location_type, position_type): Remove extraneous brackets from
1129 b4_percent_define_default.
1130 (b4_lex_param, b4_parse_param): Remove extraneous brackets from
1131 m4_define and m4_define_default.
1132 * data/lalr1.java (b4_pre_prologue): Change to b4_user_post_prologue,
1133 which marks the end of user code with appropriate syncline, like all
1134 the other skeletons.
1135 (b4_user_post_prologue): Add. Don't silently drop.
1136 (yylex): Remove.
1137 (parse): Inline yylex.
1138 * doc/bison.texinfo (bisonVersion, bisonSkeleton): Document.
1139 (%{...%}): Fix typo of %code imports.
1140 * tests/java.at (AT_JAVA_COMPILE): Add "java" keyword.
1141
1142 Support annotations on parser class with %define annotations.
1143 * data/lalr1.java (annotations): Add to parser class modifier.
1144 * doc/bison.texinfo (Java Parser Interface): Document
1145 %define annotations.
1146 (Java Declarations Summary): Document %define annotations.
1147 * tests/java.at (Java parser class modifiers): Test annotations.
1148
1149 Do not generate code for %error-verbose unless requested.
1150 * data/lalr1.java (errorVerbose): Rename to yyErrorVerbose.
1151 Make private. Make conditional on %error-verbose.
1152 (getErrorVerbose, setErrorVerbose): New.
1153 (yytnamerr_): Make conditional on %error-verbose.
1154 (yysyntax_error): Make some code conditional on %error-verbose.
1155 * doc/bison.texinfo (Java Bison Interface): Remove the parts
1156 about %error-verbose having no effect.
1157 (getErrorVerbose, setErrorVerbose): Document.
1158
1159 Move constants for token names to Lexer interface.
1160 * data/lalr1.java (Lexer): Move EOF, b4_token_enums(b4_tokens) here.
1161 * data/java.m4 (b4_token_enum): Indent for move to Lexer interface.
1162 (parse): Qualify EOF to Lexer.EOF.
1163 * doc/bison.texinfo (Java Parser Interface): Move documentation of
1164 EOF and token names to Java Lexer Interface.
1165 * tests/java.at (_AT_DATA_JAVA_CALC_Y): Remove Calc qualifier.
1166
1167 Make yyerror public.
1168 * data/lalr1.java (Lexer.yyerror): Use longer parameter name.
1169 (yyerror): Change to public. Add Javadoc comments. Use longer
1170 parameter names. Make the body rather than the declarator
1171 conditional on %locations.
1172 * doc/bison.texinfo (yyerror): Document. Don't mark as protected.
1173
1174 Allow user to add code to the constructor with %code init.
1175 * data/java.m4 (b4_init_throws): New, for %define init_throws.
1176 * data/lalr1.java (YYParser.YYParser): Add b4_init_throws.
1177 Add %code init to the front of the constructor body.
1178 * doc/bison.texinfo (YYParser.YYParser): Document %code init
1179 and %define init_throws.
1180 (Java Declarations Summary): Document %code init and
1181 %define init_throws.
1182 * tests/java.at (Java %parse-param and %lex-param): Adjust grep.
1183 (Java constructor init and init_throws): Add tests.
1184
1185 2008-11-10 Akim Demaille <demaille@gostai.com>
1186
1187 Update TODO.
1188 * TODO (-D): is implemented.
1189 (associativity): Same precedence must have the same associativity.
1190 For instance, how can a * b / c be parsed if * is %left and / is
1191 %right?
1192 (YYERRORCODE, YYFAIL, YYBACKUP): New.
1193
1194 2008-11-10 Akim Demaille <demaille@gostai.com>
1195
1196 Formatting changes.
1197
1198 2008-11-10 Akim Demaille <demaille@gostai.com>
1199
1200 More information about the symbols.
1201 * src/output.c (type_names_output): Document all the symbols,
1202 including those that don't have a type-name.
1203 (symbol_definitions_output): Define "is_token" and
1204 "has_type_name".
1205 * data/lalr1.cc (b4_type_action_): Skip symbols that have an empty
1206 type-name, now that they are defined too in b4_type_names.
1207
1208 2008-11-10 Akim Demaille <demaille@gostai.com>
1209
1210 Regen.
1211
1212 2008-11-10 Akim Demaille <demaille@gostai.com>
1213
1214 Make parser::yytranslate static.
1215 Small speedup (1%) on the list grammar. And makes yytranslate_
1216 available in non member functions.
1217
1218 * data/lalr1.cc (yytranslate_): Does not need to be a instance
1219 function.
1220
1221 2008-11-10 Akim Demaille <demaille@gostai.com>
1222
1223 Avoid trailing spaces.
1224 * data/c.m4: b4_comment(TEXT): Don't indent empty lines.
1225 * data/lalr1.cc: Don't indent before rule and symbol actions, as
1226 they can be empty, and anyway this incorrectly indents the first
1227 action.
1228
1229 2008-11-10 Akim Demaille <demaille@gostai.com>
1230
1231 Comment changes.
1232
1233 2008-11-10 Akim Demaille <demaille@gostai.com>
1234
1235 Use "enum" for integral constants.
1236 This is just nicer to read, I observed no speedup.
1237
1238 * data/lalr1.cc (yyeof_, yylast_, yynnts_, yyempty_, yyfinal_)
1239 (yterror_, yyerrcode_, yyntokens_): Define as members of an enum.
1240 (yyuser_token_number_max_, yyundef_token_): Move into...
1241 (yytranslate_): here.
1242
1243 2008-11-10 Akim Demaille <demaille@gostai.com>
1244
1245 Shortcuts in bench directives.
1246 * etc/bench.pl.in (parse_dirs): New.
1247 Use it.
1248 (bench_variant_parser, bench_fusion_parser): Use %s and %d.
1249 Create the benches in "benches/".
1250
1251 2008-11-10 Akim Demaille <demaille@gostai.com>
1252
1253 Formatting changes.
1254 * data/lalr1.cc: here.
1255
1256 2008-11-10 Akim Demaille <demaille@gostai.com>
1257
1258 Adjust verbose message to using emacs.
1259 * etc/bench.pl.in: Inform compilation-mode when we change the
1260 directory.
1261 (generate_grammar_list): Recognize %define "variant" in addition
1262 to %define variant.
1263
1264 2008-11-10 Akim Demaille <demaille@gostai.com>
1265
1266 Classify symbols by type-name.
1267 * src/uniqstr.h (UNIQSTR_CMP): New.
1268 * src/output.c (symbol_type_name_cmp, symbols_by_type_name)
1269 (type_names_output): New.
1270 (muscles_output): Use it.
1271 * data/lalr1.cc (b4_symbol_action_): Remove.
1272 (b4_symbol_case_, b4_type_action_): New.
1273 Adjust uses of b4_symbol_action_ to use b4_type_action_.
1274
1275 2008-11-10 Akim Demaille <demaille@gostai.com>
1276
1277 Change the handling of the symbols in the skeletons.
1278 Before we were using tables which lines were the symbols and which
1279 columns were things like number, tag, type-name etc. It is was
1280 difficult to extend: each time a column was added, all the numbers had
1281 to be updated (you asked for colon $2, not for "tag"). Also, it was
1282 hard to filter these tables when only a subset of the symbols (say the
1283 tokens, or the nterms, or the tokens that have and external number
1284 *and* a type-name) was of interest.
1285
1286 Now instead of monolithic tables, we define one macro per cell. For
1287 instance "b4_symbol(0, tag)" is a macro name which contents is
1288 self-decriptive. The macro "b4_symbol" provides easier access to
1289 these cells.
1290
1291 * src/output.c (type_names_output): Remove.
1292 (symbol_numbers_output, symbol_definitions_output): New.
1293 (muscles_output): Call them.
1294 (prepare_symbols): Define b4_symbols_number.
1295
1296 2008-11-10 Akim Demaille <demaille@gostai.com>
1297
1298 --trace=muscles
1299 * src/getargs.h, src/getargs.c (trace_muscle): New.
1300 (trace_types, trace_args): Support it.
1301 * src/output.c (output_skeleton): Use it.
1302
1303 2008-11-10 Akim Demaille <demaille@gostai.com>
1304
1305 muscles_output.
1306 * src/output.c (muscles_output): New, extracted from...
1307 (output_skeleton): here.
1308 Adjust.
1309
1310 2008-11-10 Akim Demaille <demaille@gostai.com>
1311
1312 Formatting changes.
1313
1314 2008-11-10 Akim Demaille <demaille@gostai.com>
1315
1316 Update the variant example.
1317 * examples/variant.yy: Formatting changes.
1318 One stage build.
1319
1320 2008-11-10 Akim Demaille <demaille@gostai.com>
1321
1322 Support constructor with an argument.
1323 This improves the "list" bench by 2%.
1324
1325 * data/lalr1.cc (variant::build): Add an overloaded version with
1326 an argument.
1327 * tests/c++.at (AT_CHECK_VARIANT): Check it.
1328
1329 2008-11-10 Akim Demaille <demaille@gostai.com>
1330
1331 Test variants.
1332 * tests/c++.at (AT_CHECK_VARIANTS): New.
1333 Use it with and without %define assert.
1334
1335 2008-11-10 Akim Demaille <demaille@gostai.com>
1336
1337 Add %precedence support.
1338 Unfortunately it is not possible to reuse the %prec directive. This
1339 is because to please POSIX, we do not require to end the rules with a
1340 semicolon. As a result,
1341
1342 foo: bar %prec baz
1343
1344 is ambiguous: either a rule which precedence is that of baz, or a rule,
1345 and then a declaration of the precedence of the token baz.
1346
1347 * doc/bison.texinfo: Document %precedence.
1348 (Precedence Only): New.
1349 * src/assoc.h, src/assoc.c (precedence_assoc): New.
1350 * src/conflicts.c (resolve_sr_conflict): Support it.
1351 * src/scan-gram.l, src/parse-gram.y (%precedence): New token.
1352 Parse it.
1353 * tests/calc.at: Use %precedence for NEG.
1354 * tests/conflicts.at (%precedence does not suffice)
1355 (%precedence suffices): New tests.
1356
1357 2008-11-09 Akim Demaille <demaille@gostai.com>
1358
1359 Make benches in a sub dirs.
1360 * etc/bench.pl.in ($dir): New.
1361 Use it.
1362 Check the use of constructors with an argument.
1363 (bench_variant_parser): Fix.
1364
1365 2008-11-09 Akim Demaille <demaille@gostai.com>
1366
1367 fix eof condition
1368
1369 2008-11-09 Akim Demaille <demaille@gostai.com>
1370
1371 Fix --help.
1372
1373 2008-11-09 Akim Demaille <demaille@gostai.com>
1374
1375 Require the generation of parse-gram.output.
1376 * src/Makefile.am (YACC): Pass --report=all.
1377
1378 2008-11-09 Akim Demaille <demaille@gostai.com>
1379
1380 Formatting changes.
1381
1382 2008-11-09 Akim Demaille <demaille@gostai.com>
1383
1384 Update TODO.
1385 * TODO: Remove obsolete items.
1386 Update others.
1387
1388 2008-11-09 Akim Demaille <demaille@gostai.com>
1389
1390 Enhance bench.pl.
1391 * etc/bench.pl.in (parse, parse_expr, parse_term, parse_fact)
1392 (@token, $grammar, $bench): New.
1393 (generate_grammar_variant): Rename as...
1394 (generate_grammar_list): this.
1395 (generate_grammar): Adjust.
1396 (bench_grammar): Rename as...
1397 (bench): this.
1398 Use it in the various bench-marking routines.
1399 (-b, -g): New options.
1400
1401 2008-11-09 Akim Demaille <demaille@gostai.com>
1402
1403 Use a static hierarchy for symbols in the C++ parser.
1404 * data/lalr1.cc (symbol_base_type, symbol_type)
1405 (stack_symbol_type): Make it a static hierarchy.
1406 Adjust dependencies.
1407
1408 2008-11-09 Akim Demaille <demaille@gostai.com>
1409
1410 bench.pl -d, --directive.
1411 * etc/bench.pl.in (@directive): New.
1412 (&bench_grammar): Use it.
1413 (&bench_list_grammar): New, to provide access to the "variant"
1414 grammar.
1415 Use it.
1416 (getopts): Support -d, --directive.
1417
1418 2008-11-09 Akim Demaille <demaille@gostai.com>
1419
1420 Use inline for small operations.
1421 * data/lalr1.cc (symbol_base_type, symbol_type)
1422 (stack_symbol_type): Declare constructor and other operations as
1423 inline.
1424 (yy_destroy_): Inline.
1425
1426 2008-11-09 Akim Demaille <demaille@gostai.com>
1427
1428 Introduce a hierarchy for symbols.
1429 * data/lalr1.cc (symbol_base_type, symbol_type): New.
1430 (data_type): Rename as...
1431 (stack_symbol_type): this.
1432 Derive from symbol_base_type.
1433 (yy_symbol_value_print_): Merge into...
1434 (yy_symbol_print_): this.
1435 Rename as...
1436 (yy_print_): this.
1437 (yydestruct_): Rename as...
1438 (yy_destroy_): this.
1439 (b4_symbols_actions, YY_SYMBOL_PRINT): Adjust.
1440 (parser::parse): yyla is now of symbol_type.
1441 Use its type member instead of yytoken.
1442
1443 2008-11-09 Akim Demaille <demaille@gostai.com>
1444
1445 Rename data_type and stack_symbol_type.
1446 * data/lalr1.cc (data_type): Rename as...
1447 (stack_symbol_type): this.
1448
1449 2008-11-09 Akim Demaille <demaille@gostai.com>
1450
1451 Handle semantic value and location together.
1452 * data/lalr1.cc (b4_symbol_actions): Bounce $$ and @$ to
1453 yydata.value and yydata.location.
1454 (yy_symbol_value_print_, yy_symbol_print_, yydestruct_)
1455 (YY_SYMBOL_PRINT): Now take semantic value and location as a
1456 single arg.
1457 Adjust all callers.
1458 (yydestruct_): New overload for a stack symbol.
1459
1460 2008-11-09 Akim Demaille <demaille@gostai.com>
1461
1462 Push a complete symbol, not connected parts.
1463 * data/lalr1.cc (yypush_): Take a data_type&, not disconnected
1464 state, value and location.
1465 Adjust callers.
1466
1467 2008-11-09 Akim Demaille <demaille@gostai.com>
1468
1469 Agregate yylval and yylloc.
1470 * data/lalr1.cc (parser::yylval, parser::yylloc): Replace by...
1471 (parser::yyla): this.
1472
1473 2008-11-09 Akim Demaille <demaille@gostai.com>
1474
1475 Rely on the state stack to display reduction traces.
1476 To display rhs symbols before a reduction, we used information
1477 about the rule reduced, which required the tables yyrhs and
1478 yyprhs. Now use rely only on the state stack to get the same
1479 information.
1480
1481 * data/lalr1.cc (b4_rhs_data, b4_rhs_state): New.
1482 Use them.
1483 (parser::yyrhs_, parser::yyprhs_): Remove.
1484 (parser::yy_reduce_print_): Use the state stack.
1485
1486 2008-11-09 Akim Demaille <demaille@gostai.com>
1487
1488 Fuse yyval and yyloc into yylhs.
1489 * data/lalr1.cc (b4_lhs_value, b4_lhs_location): Adjust to using
1490 yylhs.
1491 (parse): Replace yyval and yyloc with yylhs.value and
1492 yylhs.location.
1493 After a user action, compute yylhs.state earlier.
1494 (yyerrlab1): Do not play tricks with yylhs.location, rather, use a
1495 fresh error_token.
1496
1497 2008-11-09 Di-an Jan <dianj@freeshell.org>
1498
1499 Remove unused variable.
1500 * src/output.c (type_names_output): Remove unused variable sep.
1501
1502 2008-11-09 Paolo Bonzini <bonzini@gnu.org>
1503
1504 Change tests/output.at quoting.
1505 * tests/output.at (AT_CHECK_OUTPUT): Use conventional m4 quoting when
1506 expanding arguments.
1507
1508 2008-11-07 Joel E. Denny <jdenny@ces.clemson.edu>
1509
1510 Don't add a semicolon to actions for %skeleton or %language.
1511 It breaks Java test cases as reported by Akim Demaille.
1512 * src/scan-code.l: Implement.
1513
1514 2008-11-07 Joel E. Denny <jdenny@ces.clemson.edu>
1515
1516 Clean up %skeleton and %language priority implementation.
1517 * src/getargs.c (skeleton_prio): Use default_prio rather than 2, and
1518 remove static qualifier because others will soon need to see it.
1519 (language_prio): Likewise.
1520 (getargs): Use command_line_prio rather than 0.
1521 * src/getargs.h (command_line_prio, grammar_prio, default_prio): New
1522 enum fields.
1523 (skeleton_prio): Extern it.
1524 (language_prio): Extern it.
1525 * src/parse-gram.y: Use grammar_prio rather than 1.
1526
1527 2008-11-07 Akim Demaille <demaille@gostai.com>
1528
1529 Moving push traces into yypush_.
1530 * data/lalr1.cc (yypush_): Now takes a optional trace message.
1531 Adjust all uses.
1532
1533 2008-11-07 Akim Demaille <demaille@gostai.com>
1534
1535 The single-stack C++ parser is now the standard one.
1536 * data/lalr1.cc: Rename as...
1537 * data/lalr1-split.cc: this.
1538 * data/lalr1-fusion.cc: Rename as...
1539 * data/lalr1.cc: this.
1540 * etc/bench.pl.in: Adjust.
1541
1542 2008-11-07 Akim Demaille <demaille@gostai.com>
1543
1544 Avoid empty-if warnings.
1545 Reported by Quentin Hocquet.
1546
1547 * data/lalr1-fusion.cc (YY_SYMBOL_PRINT, YY_REDUCE_PRINT)
1548 (YY_STACK_PRINT): Provide some contents even when !YYDEBUG.
1549
1550 2008-11-07 Akim Demaille <demaille@gostai.com>
1551
1552 Pass command line location to skeleton_arg and language_argmatch.
1553 * src/getargs.h, src/getargs.c (skeleton_arg, language_argmatch):
1554 The location argument is now mandatory.
1555 Adjust all dependencies.
1556 (getargs): Use command_line_location.
1557
1558 2008-11-07 Akim Demaille <demaille@gostai.com>
1559
1560 -D, --define.
1561 * src/getargs.c (usage): Document -D.
1562 Fix help string for --locations.
1563 (command_line_location): New.
1564 (short_options, long_options, getargs): Support -D, --define.
1565 (getargs): Move -d support at the right place.
1566 * doc/bison.texinfo (Bison Options): Update.
1567 * tests/input.at (%define, --define): New.
1568
1569 2008-11-07 Akim Demaille <demaille@gostai.com>
1570
1571 Initialize the muscle table before parsing the command line.
1572 * src/getargs.c (quotearg.h, muscle_tab.h): Include.
1573 (getargs): Define file_name.
1574 * src/main.c (main): Initialize muscle_tab before calling
1575 getargs.
1576 * src/muscle_tab.c (muscle_init): No longer define file_name, as
1577 its value is not available yet.
1578
1579 2008-11-07 Akim Demaille <demaille@gostai.com>
1580
1581 Locations without columns for command line arguments.
1582 * src/location.c (location_print): Don't display negative columns.
1583 * src/location.h: Document this.
1584
1585 2008-11-07 Akim Demaille <demaille@gostai.com>
1586
1587 Fix --help.
1588 * src/getargs.c (usage): Fix help string for -W.
1589
1590 2008-11-07 Akim Demaille <demaille@gostai.com>
1591
1592 Handle more general types of option arguments.
1593 * build-aux/cross-options.pl: The argument ends at the first
1594 space, not the first non-symbol character.
1595 Use @var for each word appearing the argument description.
1596
1597 2008-11-07 Akim Demaille <demaille@gostai.com>
1598
1599 Destroy the variants that remain on the stack in case of error.
1600 * data/lalr1-fusion.cc (yydestruct_): Invoke the variant's
1601 destructor.
1602 Display the value only if yymsg is nonnull.
1603 (yyreduce): Invoke yydestruct_ when popping lhs symbols.
1604
1605 2008-11-07 Akim Demaille <demaille@gostai.com>
1606
1607 Add "%define assert" to variants.
1608 This is used to help the user catch cases where some value gets
1609 ovewritten by a new one. This should not happen, as this will
1610 probably leak.
1611
1612 Unfortunately this uncovered a bug in the C++ parser itself: the
1613 lookahead value was not destroyed between two calls to yylex. For
1614 instance if the previous lookahead was a std::string, and then an int,
1615 then the value of the std::string was correctly taken (i.e., the
1616 lookahead was now an empty string), but std::string structure itself
1617 was not reclaimed.
1618
1619 This is now done in variant::build(other&) (which is used to take the
1620 value of the lookahead): other is not only stolen from its value, it
1621 is also destroyed. This incurs a new performance penalty of a few
1622 percent, and union becomes faster again.
1623
1624 * data/lalr1-fusion.cc (variant::build(other&)): Destroy other.
1625 (b4_variant_if): New.
1626 (variant::built): New.
1627 Use it whereever the status of the variant changes.
1628 * etc/bench.pl.in: Check the penalty of %define assert.
1629
1630 2008-11-07 Akim Demaille <demaille@gostai.com>
1631
1632 Use "%define variant" in bench.pl.
1633 * etc/bench.pl.in: No longer use the pseudo directive %variants,
1634 just use %define variants.
1635
1636 2008-11-07 Akim Demaille <demaille@gostai.com>
1637
1638 Regen.
1639 * src/parse-gram.h, src/parse-gram.c: Regen.
1640
1641 2008-11-04 Joel E. Denny <jdenny@ces.clemson.edu>
1642
1643 Fix user actions without a trailing semicolon.
1644 Reported by Sergei Steshenko at
1645 <http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00001.html>.
1646 * THANKS (Sergei Steshenko): Add.
1647 * src/scan-code.l (SC_RULE_ACTION): Fix it.
1648 * tests/regression.at (Fix user actions without a trailing semicolon):
1649 New test case.
1650
1651 2008-11-04 Akim Demaille <demaille@gostai.com>
1652
1653 Use b4_copyright_years.
1654 * data/yacc.c (b4_copyright_years): New.
1655 Fix its value according to the comments in the file.
1656 Use it and undefine it.
1657
1658 2008-11-04 Akim Demaille <demaille@gostai.com>
1659
1660 Formatting changes.
1661 * data/lalr1-fusion.cc, src/parse-gram.y: here.
1662
1663 2008-11-04 Akim Demaille <demaille@gostai.com>
1664
1665 Formatting changes.
1666 * data/lalr1-fusion.cc: here.
1667
1668 2008-11-04 Akim Demaille <demaille@gostai.com>
1669
1670 Use strict on bench.pl.
1671 * etc/bench.pl.in (&run, &generate_grammar): New.
1672 Rename the grammar generating functions for consistency.
1673 Change the interface so that the list of benches to run is passed
1674 as (optionless) arguments.
1675 (&compile): Use &run.
1676
1677 2008-11-04 Akim Demaille <demaille@gostai.com>
1678
1679 Remove spurious initial empty lines.
1680 * data/glr.c, data/glr.cc, data/lalr1.cc, data/lalr1.java,
1681 * data/yacc.c: End the @output lines with an @.
1682
1683 2008-11-04 Akim Demaille <demaille@gostai.com>
1684
1685 Improve the display of sizes.
1686 * etc/bench.p.in: Higher precision.
1687 Sort by decreasing size.
1688
1689 2008-11-04 Akim Demaille <demaille@gostai.com>
1690
1691 Don't memcpy C++ structures.
1692 * data/lalr1-fusion.cc (b4_symbol_variant): Adjust additional
1693 arguments.
1694 (variant::build): New overload for
1695 copy-construction-that-destroys.
1696 (variant::swap): New.
1697 (parser::yypush_): Use it in variant mode.
1698
1699 2008-11-04 Akim Demaille <demaille@gostai.com>
1700
1701 Better defaults for bench.pl.
1702 * etc/bench.pl.in ($verbose, $cflags, $iterations): Change the
1703 default values.
1704 Adjust &verbose uses.
1705 (-q, --quiet): New.
1706
1707 2008-11-04 Akim Demaille <demaille@gostai.com>
1708
1709 Make variant.yy more complex.
1710 std::list cannot be copied via memcpy, they are more demanding than
1711 std::string. Use one std::list to strengthen the test.
1712
1713 * examples/variant.yy: Use lalr1-fusion.cc, not lalr1.cc.
1714 Adjust.
1715 Create a list of strings, instead of a single large string.
1716
1717 2008-11-04 Akim Demaille <demaille@gostai.com>
1718
1719 bench.pl --bench.
1720 * etc/bench.pl.in (--bench, $bench): New.
1721
1722 2008-11-04 Akim Demaille <demaille@gostai.com>
1723
1724 Sort methods.
1725 * data/lalr1-fusion.cc (destroy): Use as() in its definition.
1726 Define it after as().
1727
1728 2008-11-04 Akim Demaille <demaille@gostai.com>
1729
1730 Useless parens.
1731 * data/lalr1-fusion.cc (b4_rhs_location): Remove useless parens.
1732
1733 2008-11-04 Akim Demaille <demaille@gostai.com>
1734
1735 Issue missing synclines after user actions.
1736 * data/c.m4 (b4_case): Issue synclines on the output file.
1737
1738 2008-11-04 Akim Demaille <demaille@gostai.com>
1739
1740 Remove trailing empty line.
1741 * data/lalr1-fusion.cc: Don't add an empty line after the user's
1742 epilogue.
1743
1744 2008-11-04 Akim Demaille <demaille@gostai.com>
1745
1746 Fix output of copyright years.
1747 * data/bison.m4 (b4_copyright): Fix the indentation of the
1748 copyright year paragraph.
1749 Use b4_copyright_years when no years are given.
1750 * data/lalr1.cc, data/lalr1-fusion.cc, data/location.cc
1751 (b4_copyright_years): New.
1752 Use it.
1753
1754 2008-11-04 Akim Demaille <demaille@gostai.com>
1755
1756 Avoid the spurious initial empty line.
1757 * data/lalr1-fusion.cc, data/location.cc: Put a trailing "@" at
1758 the end of @output request to suppress the empty line that
1759 results.
1760
1761 2008-11-04 Akim Demaille <demaille@gostai.com>
1762
1763 Remove parser::rhs_number_type.
1764 * data/lalr1-fusion.cc (rhs_number_type): No longer define it.
1765 (yyrhs_): Use b4_table_define.
1766
1767 2008-11-04 Akim Demaille <demaille@gostai.com>
1768
1769 Fix iteration type.
1770 * data/lalr1-fusion.cc: Use an int to iterate up to an int.
1771
1772 2008-11-04 Akim Demaille <demaille@gostai.com>
1773
1774 Factor the declaration of the integer tables.
1775 * data/lalr1-fusion.cc (b4_table_define): New.
1776 Use it.
1777
1778 2008-11-03 Akim Demaille <demaille@gostai.com>
1779
1780 Fix indentation of tables in lalr1.cc
1781 * data/lalr1-fusion.cc: Fix the indentation.
1782
1783 2008-11-03 Akim Demaille <demaille@gostai.com>
1784
1785 Destroy the lhs symbols after reduction.
1786 * data/lalr1-fusion.cc (parse): After the user action, when in
1787 variant mode, destroy the lhs symbols.
1788
1789 2008-11-03 Akim Demaille <demaille@gostai.com>
1790
1791 Simplify yysyntax_error_ use.
1792 * data/lalr1-fusion.cc (yysyntax_error_): Always pass it the token
1793 type, but make it unnamed in the declaration when it is not used.
1794
1795 2008-11-03 Akim Demaille <demaille@gostai.com>
1796
1797 Let yy::variant::build return an lvalue.
1798 * data/lalr1-fusion.cc (variant::build): Return a reference to the
1799 object.
1800
1801 2008-11-03 Akim Demaille <demaille@gostai.com>
1802
1803 Define yy::variant only when needed.
1804 * data/lalr1-fusion.cc (yy::variant): Define only if variants are
1805 used.
1806
1807 2008-11-03 Akim Demaille <demaille@gostai.com>
1808
1809 Bench the three-stack lalr1.cc.
1810 * etc/bench.pl.in: Bench the three-stack lalr1.cc vs. the
1811 one-stack one.
1812
1813 2008-11-03 Akim Demaille <demaille@gostai.com>
1814
1815 Fail on parse error in calc++.
1816 * doc/bison.texinfo (calc++.cc): Propagate failures to the exit
1817 status.
1818 * examples/calc++/test ($me, $number, $exit, run): New.
1819 Use them to propagate errors to the exit status.
1820
1821 2008-11-03 Akim Demaille <demaille@gostai.com>
1822
1823 Don't specify the skeleton twice in the example.
1824 * examples/calc++/Makefile.am: Don't pass -S to Bison, the grammar
1825 file does what is needed.
1826
1827 2008-11-03 Akim Demaille <demaille@gostai.com>
1828
1829 bench: Improve output.
1830 * etc/bench.pl.in (bench_grammar): Tune the printf format.
1831
1832 2008-11-03 Akim Demaille <demaille@gostai.com>
1833
1834 bench: check impact of %debug on variants.
1835 * etc/bench.pl.in (variant_grammar): Fix the computation of
1836 $variant.
1837 Generate a grammar file that can work with or without %debug.
1838 Do use the @directive.
1839 (bench_variant_parser): Check impact of %debug.
1840 (@directives): Rename all the occurrences to...
1841 (@directive): this, for consistency.
1842
1843 2008-11-03 Akim Demaille <demaille@gostai.com>
1844
1845 bench: report the size too.
1846 * etc/bench.pl.in ($iterations): Defaults to -3.
1847 (&bench_grammar): Require hireswallclock.
1848 Compute and display the size of the result.
1849 More comments.
1850
1851 2008-11-03 Akim Demaille <demaille@gostai.com>
1852
1853 bench: More use of the verbosity level.
1854 * etc/bench.pl.in ($verbose, &verbose): New.
1855 Use them.
1856 More POD documentation.
1857
1858 2008-11-03 Akim Demaille <demaille@gostai.com>
1859
1860 bench.pl: a command line interface
1861 * etc/bench.pl.in: More doc.
1862 Some fixes in the documentation.
1863 ($cflags, $iterations, &help, &getopt): New.
1864 Use them.
1865 (&variant_grammar): Let the number of stages be 10 times what is
1866 specified.
1867
1868 2008-11-03 Akim Demaille <demaille@gostai.com>
1869
1870 Bench the use of Boost.Variants.
1871 * etc/bench.pl.in ($cxx, &variant_grammar, &bench_variant_parser):
1872 New.
1873 (&compile): Be ready to compile C++ parsers.
1874 (&bench_push_parser): Move debug information to the outermost
1875 level.
1876 * THANKS: Add Michiel De Wilde.
1877
1878 2008-11-03 Akim Demaille <demaille@gostai.com>
1879
1880 bench.pl: Pass directives as a list instead of as a string.
1881 * etc/bench.pl.in (&directives): New.
1882 (&triangular_grammar, &calc_grammar): Use it to format the Bison
1883 directives.
1884 (&triangular_grammar): Do use the directives (were ignored).
1885 (&bench_grammar, &bench_push_parser): Adjust to pass lists of
1886 directives.
1887
1888 2008-11-03 Akim Demaille <demaille@gostai.com>
1889
1890 Improve genericity of bench.pl.
1891 * etc/bench.pl.in (&bench_grammar): Take the set of benches as
1892 argument.
1893 (&bench_push_parser): New.
1894 Call it.
1895
1896 2008-11-03 Akim Demaille <demaille@gostai.com>
1897
1898 Add documentation to bench.pl.
1899 * etc/bench.pl.in: Comment changes.
1900
1901 2008-11-03 Akim Demaille <demaille@gostai.com>
1902
1903 Fuse the three stacks into a single one.
1904
1905 In order to make it easy to perform benchmarks to ensure that
1906 there are no performance loss, lalr1.cc is forked into
1907 lalr1-fusion.cc. Eventually, lalr1-fusion.cc will replace
1908 lalr1.cc.
1909
1910 Meanwhile, to make sure that lalr1-fusion.cc is correctly
1911 exercized by the test suite, the user must install a symbolic link
1912 from lalr1.cc to it.
1913
1914 Instead of having three stacks (state, value, location), use a
1915 stack of triples. This considerably simplifies the code (and it
1916 will be easier not to require locations as currently does the C++
1917 parser), and also gives a 10% speedup according to
1918 etc/bench (probably mainly since memory allocation is done once
1919 instead of three times).
1920
1921 Another motivation is to make it easier to destruct properly
1922 semantic values: now that they are bound to their state (hence
1923 symbol type) it will be easier to call the appropriate destructor.
1924
1925 These changes should probably benefit the C parser too.
1926
1927 * data/lalr1.cc: Copy as...
1928 * data/lalr1-fusion.cc: this new file.
1929 (b4_rhs_value, b4_rhs_location): New definitions overriding those
1930 from c++.m4.
1931 (state_stack_type, semantic_stack_type, location_stack_type)
1932 (yystate_stack_, yysemantic_stack_, yylocation_stack_): Remove.
1933 (data_type, stack_type, yystack_): New.
1934 (YYLLOC_DEFAULT, yypush_): Adjust.
1935 (yyerror_range): Now based on data_type, not location_type.
1936
1937 2008-11-03 Akim Demaille <demaille@gostai.com>
1938
1939 Push the state, value, and location at the same time.
1940 This is needed to prepare a forthcoming patch that fuses the three
1941 stacks into one.
1942
1943 * data/lalr1.cc (parser::yypush_): New.
1944 (parser::yynewstate): Change the semantics: instead of arriving to
1945 this label when value and location have been pushed, but yystate
1946 is to be pushed on the state stack, now the three of them must
1947 have been pushed before. yystate still must be the new state.
1948 This allows to use yypush_ everywhere instead of individual
1949 handling of the stacks.
1950
1951 2008-11-03 Akim Demaille <demaille@gostai.com>
1952
1953 Prefer references to pointers.
1954 * data/lalr1.cc (b4_symbol_actions): New, overrides the default C
1955 definition to use references instead of pointers.
1956 (yy_symbol_value_print_, yy_symbol_print_, yydestruct_):
1957 Take the value and location as references.
1958 Adjust callers.
1959
1960 2008-11-03 Akim Demaille <demaille@gostai.com>
1961
1962 stack::size instead of stack::height.
1963 * data/lalr1.cc (stack::height): Rename as...
1964 (stack::size): this.
1965 Fix the output type.
1966 Comment changes.
1967
1968 2008-11-03 Akim Demaille <demaille@gostai.com>
1969
1970 Use variants to support objects as semantic values.
1971 This patch was inspired by work by Michiel De Wilde. But he used
1972 Boost variants which (i) requires Boost on the user side, (ii) is
1973 slow, and (iii) has useless overhead (the parser knows the type of
1974 the semantic value there is no reason to duplicate this
1975 information as Boost.Variants do).
1976
1977 This implementation reserves a buffer large enough to store the
1978 largest objects. yy::variant implements this buffer. It was
1979 implemented with Quentin Hocquet.
1980
1981 * src/output.c (type_names_output): New.
1982 (output_skeleton): Invoke it.
1983 * data/c++.m4 (b4_variant_if): New.
1984 (b4_symbol_value): If needed, provide a definition for variants.
1985 * data/lalr1.cc (b4_symbol_value, b4_symbol_action_)
1986 (b4_symbol_variant, _b4_char_sizeof_counter, _b4_char_sizeof_dummy)
1987 (b4_char_sizeof, yy::variant): New.
1988 (parser::parse): If variants are requested, define
1989 parser::union_type, parser::variant, change the definition of
1990 semantic_type, construct $$ before running the user action instead
1991 of performing a default $$ = $1.
1992 * examples/variant.yy: New.
1993 Based on an example by Michiel De Wilde.
1994
1995 2008-11-03 Akim Demaille <demaille@gostai.com>
1996
1997 Parameterize the extraction of semantic values.
1998 To make future changes easier, no longer rely on ".TYPE" being the
1999 way to get a semantic value.
2000
2001 * data/c.m4 (b4_symbol_value): New.
2002 Use it.
2003 * data/c++.m4, data/yacc.c: Use it.
2004 * data/glr.c: Use b4_symbol_value.
2005 (b4_rhs_data): New.
2006 Use it.
2007
2008 2008-11-03 Akim Demaille <demaille@gostai.com>
2009
2010 Prepare easier M4 changes.
2011 * data/lalr1.cc: Use escaped [] instead of literals to prepare
2012 future changes.
2013
2014 2008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
2015
2016 Initiate further development.
2017 * NEWS: Create an empty section for new entries.
2018 * gnulib: Update submodule to HEAD.
2019
2020 2008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
2021
2022 * NEWS: Version 2.4.
2023
2024 2008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
2025
2026 Prepare for next release.
2027 * NEWS: Briefly mention changes since 2.3b.
2028 * README: Say GNU m4 1.4.6, which we've been requiring in release
2029 announcements already, not 1.4.3, which breaks the build.
2030
2031 2008-11-02 Joel E. Denny <jdenny@ces.clemson.edu>
2032
2033 Say %language is experimental.
2034 We're thinking of extending it's effect on output file naming. See the
2035 thread at
2036 <http://lists.gnu.org/archive/html/bison-patches/2008-10/msg00003.html>.
2037 * NEWS: Say it's experimental.
2038 * doc/bison.texinfo (Decl Summary): Say it's experimental, and so don't
2039 recommend it over %skeleton for now.
2040 (Bison Options): Likewise.
2041 (C++ Bison Interface): Use %skeleton not %language.
2042 (Calc++ Parser): Use %skeleton not %language.
2043 * src/getargs.c (usage): Say it's experimental.
2044
2045 2008-11-01 Di-an Jan <dianj@freeshell.org>
2046 Paolo Bonzini <bonzini@gnu.org>
2047
2048 Support all Java parser class modifiers.
2049 * data/java.m4 (b4_percent_define_get3): New.
2050 (b4_final_if, b4_strictfp_if): New.
2051 * data/lalr1.java (final, strictfp, extends, implements): Support.
2052 * doc/bison.texinfo (final, strictfp, extends, implements): Add
2053 documentation.
2054 * tests/java.at (AT_CHECK_JAVA_MINIMAL): New.
2055 (AT_CHECK_JAVA_MINIMAL_W_LEXER): New.
2056 (AT_CHECK_JAVA_GREP): New.
2057 (Java parser class modifiers): New test.
2058 (Java parser class extends and implements): New test.
2059
2060 Model exception propagation better with throws and lex_throws.
2061 * data/java.m4 (b4_list2): New.
2062 (throws): Change default.
2063 * data/lalr1.java (yyaction): Add throws.
2064 (parse): Add lex_throws in addition to throws.
2065 * doc/bison.texinfo (throws, lex_throws): Add documentation.
2066 * tests/java.at (Java throws specifications): New test.
2067
2068 Improve documentation for Java parsers.
2069 * doc/bison.texinfo (Java Parsers): Add subsections.
2070 Don't quote first argument of %define.
2071 (Java Bison Interface): Document output files. Move documentation
2072 of parser class and merge into Java Parser Interface. Document
2073 features that error out. Document directives with no effect.
2074 Move note about Javadoc higher.
2075 (Java Semantic Values): Explicitly mention stype.
2076 Document that generic types cannot be used.
2077 (Java Location Values): Use @deftypeivar. Document constructors.
2078 Correct return value for toString.
2079 (Java Parser Interface): List undocumented constants/fields.
2080 Move documentation of fields added by %parse-param closer to list
2081 of members. Document that token names are added as fields.
2082 Document constructors accurately. Remove error method.
2083 (Java Scanner Interface): Move note on %pure-parser to Java Bison
2084 Interface. Describe %code lexer and yylex accutately.
2085 Remove documentation that does not match the code.
2086 (Java Action Features): New.
2087 (Java Differences): Add reference. Add item on semantic values.
2088 Add note about @{ ... @}. Clarify %% epilogue placement.
2089 (Java Declarations Summary): New.
2090
2091 Fix Java skeleton.
2092 * data/java.m4 (b4_prefix): Correct quoting for m4_define_default.
2093 (b4_remove_comma): Quote test argument.
2094 (b4_identification): Remove "bison" field.
2095 * tests/java.at (Java parser class and package names): New test.
2096 (Java %parse-param and %lex-param): New test.
2097 (Java stype, position_class and location_class): New test.
2098
2099 2008-10-31 Di-an Jan <dianj@freeshell.org>
2100
2101 * data/lalr1.jave: Update copyright years.
2102 (YYParser): Correct name of "generated from" file in Javadoc:
2103 use b4_file_name instead of @ofile@.
2104 (Location constructor): Correct Javadoc parameter name.
2105 (yylloc): Add missing opening m4 quote after b4_location_if.
2106 This removes a stray [ in the Javadoc of Lexer.getStartPos.
2107 (Lexer.yyerror): Fix incorrect m4 and Javadoc.
2108 (YYParser constructor): Correct Javadoc parameter name.
2109
2110 2008-10-30 Joel E. Denny <jdenny@ces.clemson.edu>
2111
2112 Always put auxiliary code files in the same dir as other output files.
2113 * src/files.c (compute_file_name_parts): When the user specifies
2114 --output but not --file-prefix, extract the directory prefix from the
2115 file prefix not from the grammar file name. This affects the location
2116 of files like location.hh generated by the C++ skeleton. The includes
2117 in the other output files require this fix.
2118 * tests/output.at (AT_CHECK_OUTPUT): Automatically create directories
2119 for expected output files.
2120 (Output files): Add a test for the above.
2121
2122 2008-10-29 Joel E. Denny <jdenny@ces.clemson.edu>
2123
2124 * gnulib: Update submodule to HEAD.
2125
2126 2008-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
2127
2128 Update copyright year.
2129 * src/files.c: Here.
2130
2131 2008-10-28 Di-an Jan <dianj@freeshell.org> (tiny change)
2132
2133 Don't overwrite the input file.
2134 * src/files.c (output_file_name_check): Fatal error if using input file
2135 for output.
2136 * tests/output.at: (AT_CHECK_CONFLICTING_OUTPUT): Add return status
2137 argument.
2138 (Conflicting output files): Add test.
2139
2140 2008-10-28 Akim Demaille <demaille@gostai.com>
2141
2142 Space changes.
2143 * data/lalr1.cc: Formatting changes.
2144
2145 2008-10-28 Akim Demaille <demaille@gostai.com>
2146
2147 Don't define debugging functions when !YYDEBUG.
2148 * data/lalr1.cc (debug_stream, set_debug_stream)
2149 (debug_level_type, debug_level, set_debug_level): Don't
2150 declare them when YYDEBUG is not defined.
2151 The implementation are already YYDEBUG-aware.
2152
2153 2008-10-28 Akim Demaille <demaille@gostai.com>
2154
2155 Prefer "continue" for empty loop bodies.
2156 * etc/bench.pl.in: Use "continue" instead of {}.
2157
2158 2008-10-28 Akim Demaille <demaille@gostai.com>
2159
2160 Space and comments changes.
2161 * data/c++.m4, data/glr.c, data/lalr1.cc: Copyright year changes.
2162 * data/c.m4, data/lalr1.cc: Space changes.
2163
2164 2008-10-28 Akim Demaille <demaille@gostai.com>
2165
2166 Make gnulib a submodule.
2167 * gnulib: New.
2168 * .gitmodules (gnulib): New.
2169
2170 2008-10-18 Joel E. Denny <jdenny@ces.clemson.edu>
2171
2172 Fix yyerror_range for user-defined location type in C++. Reported by
2173 Georg Sauthoff at
2174 <http://lists.gnu.org/archive/html/bug-bison/2008-08/msg00008.html>.
2175 * data/lalr1.cc (parse): Change type of yyerror_range to location_type.
2176 * THANKS (Georg Sauthoff): Add.
2177
2178 2008-10-18 Joel E. Denny <jdenny@ces.clemson.edu>
2179
2180 Update several administrative files mainly to facilitate releasing.
2181 * HACKING (Administrivia): Make the git-merge-changelog notes more
2182 helpful.
2183 (Test suite): Don't say lalr1.cc is not exercised in the test suite.
2184 (Release Procedure): Update for git and add numerous details that were
2185 previously missing.
2186 * Makefile.am (EXTRA_DIST): Remove Makefile.cfg and Makefile.maint.
2187 * maint.mk (announcement): Don't list bison as a bootstrap tool so
2188 that announcements don't claim we bootstrapped with whatever bison
2189 happened to be in PATH. Add flex as a bootstrap tool.
2190 * Makefile.maint: Remove, previously replaced by maint.mk.
2191 * Makefile.cfg: Remove, and migrate settings to...
2192 * cfg.mk: ... here for the sake of `make announcement'.
2193 * bootstrap.conf (gnulib_modules): Add announce-gen.
2194 * README: Say GNU Bison instead of just Bison. Suggested by Karl
2195 Berry.
2196
2197 2008-10-08 Di-an Jan <dianj@freeshell.org> (tiny change)
2198
2199 Small but important bugfixes for the Java skeleton.
2200 * data/lalr1.java (yyerror): Change Location to b4_location_type.
2201 (yy_symbol_print): Call toString on yyvaluep.
2202
2203 2008-08-29 Akim Demaille <demaille@gostai.com>
2204
2205 Clarify UPDATED use.
2206 * doc/bison.texinfo: It refers to the last edition of this file,
2207 not to the release date of Bison.
2208 Reported by Joel E. Denny.
2209
2210 2008-08-29 Akim Demaille <demaille@gostai.com>
2211
2212 * README: Update FAQ pointer.
2213 Reported by Joel E. Denny.
2214
2215 2008-08-27 Eric Blake <ebb9@byu.net>
2216
2217 Resync m4sugar from autoconf.
2218 * data/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine)
2219 (m4_init): Adjust to latest m4.git changes.
2220 (m4_mapall_sep, _m4_list_cmp, m4_version_compare): Reduce side
2221 effects.
2222 * data/m4sugar/foreach.m4 (_m4_shiftn): Fix off-by-one bug.
2223 (_m4_list_cmp): Reduce side effects.
2224
2225 2008-08-27 Akim Demaille <demaille@gostai.com>
2226
2227 Check yyerrok in calc.at.
2228 * tests/calc.at (calc.y): Use yyerrok on "( error )".
2229 (AT_CHECK_CALC): Add a check that ensures that yyerrok works as
2230 expected.
2231
2232 2008-08-27 Akim Demaille <demaille@gostai.com>
2233
2234 Support yyerrok in lalr1.cc.
2235 YYBACKUP is still to import back into lalr1.cc.
2236 * data/lalr1.cc (yyerrork, yyclearin, YYRECOVERING): Define.
2237
2238 2008-08-26 Joel E. Denny <jdenny@ces.clemson.edu>
2239
2240 For maintainer-check*, don't recompile for a $(VERSION) update.
2241 * cfg.mk: New file.
2242 (_is-dist-target): Override the one in GNUmakefile.
2243 * Makefile.am (EXTRA_DIST): Add cfg.mk.
2244
2245 2008-08-26 Joel E. Denny <jdenny@ces.clemson.edu>
2246
2247 Update for recent change to gnulib.
2248 * src/parse-gram.y: Don't include strverscmp.h. It comes from
2249 string.h now.
2250
2251 2008-08-15 Eric Blake <ebb9@byu.net>
2252
2253 Remaining m4sugar merge from autoconf.
2254 * data/m4sugar/m4sugar.m4: Copy entire file from autoconf.
2255 * data/m4sugar/foreach.m4: New file, copied from autoconf.
2256 * data/Makefile.am (dist_m4sugar_DATA): Distribute it.
2257 * src/output.c (output_skeleton): Tell m4 how to find it.
2258
2259 Partial m4sugar merge from autoconf: m4_map.
2260 * data/m4sugar/m4sugar.m4 (m4_fst): Delete.
2261 (m4_map, m4_map_sep, _m4_map): Rewrite more efficiently.
2262 (m4_apply, _m4_apply, m4_mapall, m4_mapall_sep): New macros.
2263 * data/java.m4 (b4_token_enums): Use more efficient short-circuit
2264 for empty list.
2265 * data/c.m4 (b4_token_defines, b4_token_enums, b4_c_ansi_formals):
2266 Likewise.
2267 (b4_parse_param_for): Avoid m4_fst, now that autoconf no longer
2268 declares it.
2269
2270 2008-08-07 Joel E. Denny <jdenny@ces.clemson.edu>
2271
2272 Keep .version and PACKAGE_VERSION in sync.
2273 * Makefile.am ($(top_srcdir)/.version): Declare configure as a
2274 dependency, and add comments justifying this in more detail. Discussed
2275 starting at
2276 <http://lists.gnu.org/archive/html/bison-patches/2008-07/msg00022.html>.
2277
2278 2008-08-06 Eric Blake <ebb9@byu.net>
2279
2280 Partial m4sugar merge from autoconf: m4_shiftn.
2281 * data/m4sugar/m4sugar.m4 (m4_shiftn): Faster implementation.
2282 (m4_shift2, m4_shift3): New macros.
2283 (m4_case, m4_bmatch, m4_bpatsubsts, m4_join): Adjust clients.
2284 * data/c.m4 (b4_c_function_def, b4_c_ansi_function_def)
2285 (b4_c_ansi_function_decl, b4_c_function_call): Likewise.
2286 * data/java.m4 (b4_remove_comma): Likewise.
2287
2288 Partial m4sugar merge from autoconf: m4_wrap vs. m4 1.6.
2289 * data/m4sugar/m4sugar.m4 (m4_unquote, m4_wrap_lifo): New macros.
2290 (m4_wrap): Guarantee FIFO order, in spite of m4 1.6.
2291 (m4_init): Consolidate wrapped text into single m4_wrap.
2292 * data/bison.m4 (b4_check_user_names_wrap): Stick with LIFO order
2293 in wrapped text.
2294
2295 2008-08-05 Eric Blake <ebb9@byu.net>
2296
2297 Partial m4sugar merge from autoconf: builtins, version.m4.
2298 * data/m4sugar/m4sugar.m4 (changeword): Nuke.
2299 (m4_prepend): Remove, as it is unused and inherently quadratic,
2300 whereas m4_append is linear in newer m4.
2301 (m4_mkstemp): New builtin.
2302 (m4_symbols): Make rename conditional.
2303 (m4_version_prereq): Ensure fatal error if used in bison, which
2304 intentionally lacks version.m4.
2305
2306 Fix comments in m4sugar.
2307 * data/m4sugar/m4sugar.m4: Comment changes, borrowed from autoconf.
2308
2309 2008-08-02 Joel E. Denny <jdenny@ces.clemson.edu>
2310
2311 Update for recent .gitignore fix in Gnulib.
2312 * bootstrap: Back out 2008-07-18 hack now that gnulib-tool creates
2313 anchored .gitignore entries.
2314
2315 2008-08-02 Joel E. Denny <jdenny@ces.clemson.edu>
2316
2317 Set gnu or gnits strictness.
2318 * configure.ac (AM_INIT_AUTOMAKE): Set gnu strictness during
2319 development and gnits strictness for releases. Based on Eric Blake's
2320 suggestion at
2321 <http://lists.gnu.org/archive/html/bug-bison/2008-07/msg00019.html>.
2322
2323 2008-07-31 Paolo Bonzini <bonzini@gnu.org>
2324
2325 * NEWS: Clarify documentation of %language.
2326
2327 2008-07-31 Paolo Bonzini <bonzini@gnu.org>
2328
2329 Support usage of git-merge-changelog.
2330 * .gitattributes: New.
2331 * HACKING: Document usage of git-merge-changelog.
2332 * bootstrap: Install git-merge-changelog entries in .git/config
2333 if appropriate.
2334
2335 2008-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
2336
2337 Remove remaining dependence on CVS Id keyword.
2338 * ChangeLog: For the sake of people still using CVS, don't use dollars
2339 when mentioning Id.
2340 * data/xslt/bison.xsl: Remove Id from header comments, where it was
2341 unusual anyway.
2342 * data/xslt/xml2dot.xsl: Likewise.
2343 * data/xslt/xml2text.xsl: Likewise.
2344 * data/xslt/xml2xhtml.xsl: Likewise.
2345 * doc/Doxyfile.in (PROJECT_NUMBER): Don't use ID.
2346 * doc/Makefile.am (neutralize): Remove, no longer needed.
2347 (.x.1): Don't use neutralize.
2348 (edit): Don't substitute for ID.
2349 (Doxyfile): Don't define Id, and thus don't depend on ChangeLog.
2350
2351 2008-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
2352
2353 Fix dependence on computed configure variables.
2354 * doc/Makefile.am (common_dep): Depend on $(top_srcdir)/configure not
2355 $(top_srcdir)/configure.ac so that changes to computed variables, such
2356 as PACKAGE_VERSION, are seen.
2357 * tests/Makefile.am ($(srcdir)/package.m4): Likewise.
2358
2359 2008-07-20 Joel E. Denny <jdenny@ces.clemson.edu>
2360
2361 Update copyright dates for recent changes.
2362 * Makefile.am: Here.
2363 * src/Makefile.am: Here.
2364 * src/reduce.c: Here.
2365 * tests/reduce.at: Here.
2366
2367 2008-07-18 Joel E. Denny <jdenny@ces.clemson.edu>
2368
2369 Use git-version-gen for version names between releases.
2370 * .cvsignore (.tarball-version, GNUmakefile, *~): Add.
2371 * .gitignore (/.tarball-version, /GNUmakefile, /*~): Add.
2372 * .prev-version: New.
2373 * .version.in: Remove.
2374 * ChangeLog: Remove the Id previously used for capturing the CVS
2375 revision.
2376 * GNUmakefile: Remove, now copied from Gnulib.
2377 * Makefile.am: Add code suggested by comments in
2378 build-aux/git-version-gen.
2379 (EXTRA_DIST): Remove GNUmakefile, handled by Gnulib. Add maint.mk,
2380 .prev-version, and .version.
2381 * NEWS (2.3b+): Rename to...
2382 (?.?): ... this because we're dropping the "+" version naming scheme,
2383 but, in general, we still can't be sure of our next release name.
2384 * bootstrap: Add a quick hack to remove from .gitignore the
2385 GNUmakefile entry that gnulib adds. We already have a /GNUmakefile
2386 entry. This should really be fixed in gnulib instead.
2387 * bootstrap.conf (gnulib_modules): Add gnumakefile.
2388 * configure.ac (AC_INIT): Set version name by invoking
2389 build-aux/git-version-gen.
2390 (AC_CONFIG_FILES): Remove .version, now generated by
2391 build-aux/git-version-gen.
2392 * maint.mk: New, copied from coreutils.
2393 * doc/.cvsignore (bison.1): Add.
2394 * doc/.gitignore (/bison.1): Add.
2395 * doc/bison.1: Remove, generated.
2396 * src/.cvsignore (revision.c): Remove.
2397 * src/.gitignore (/revision.c): Remove.
2398 * src/Makefile.am (bison_SOURCES): Remove revision.c and revision.h.
2399 (BUILT_SOURCES): Remove revision.c.
2400 (revision.c): Remove.
2401 * src/getargs.c (version): Don't print revision after the VERSION.
2402 * src/revision.h: Remove.
2403
2404 2008-07-16 Joel E. Denny <jdenny@ces.clemson.edu>
2405
2406 Fix untranslatable composition of sentences. Reported by Goran
2407 Uddeborg at
2408 <http://lists.gnu.org/archive/html/bug-bison/2008-06/msg00000.html>.
2409 * THANKS (Goran Uddeborg): Add.
2410 * src/reduce.c (reduce_print): Report the number of nonterminals and
2411 rules useless in the grammar in separate sentences.
2412 * tests/reduce.at (Useless Rules): Update output.
2413 (Reduced Automaton): Likewise.
2414 (Underivable Rules): Likewise.
2415 (Empty Language): Likewise.
2416
2417 2008-07-15 Joel E. Denny <jdenny@ces.clemson.edu>
2418
2419 Fix some .gitignore and .cvsignore problems.
2420 * bootstrap (insert_sorted_if_absent): Replace all uses with...
2421 (insert_vc_ignore): ... this new function, which prepends `/' to all
2422 .gitignore entries before passing them to insert_sorted_if_absent.
2423 * bootstrap.conf (vc_ignore): Set to '.cvsignore .gitignore' so that
2424 .cvsignore files are maintained even though Bison developers run
2425 bootstrap while using Git.
2426 * .cvsignore (*.patch *.log log patches applied): Remove, apparently
2427 unneeded by Bison.
2428 (gnulib): Add.
2429 * .gitignore (/*.patch *.log log patches applied): Remove, broken and
2430 unneeded. Reported by Eric Blake.
2431 * lib/.gitignore (/*~): Add.
2432 * po/.cvsignore, runtime-po/.cvsignore: Sync with .gitignore.
2433 * examples/calc++/.gitignore (/calc++.exe): Add. Reported by Eric
2434 Blake.
2435 * src/.gitignore (/bison.exe): Add. Reported by Eric Blake.
2436
2437 2008-07-15 Joel E. Denny <jdenny@ces.clemson.edu>
2438
2439 Improve forward-compatibility with GNU M4. Reported by Eric Blake at
2440 <http://lists.gnu.org/archive/html/bug-bison/2008-07/msg00000.html>.
2441 * bootstrap.conf (gnulib_modules): Add unsetenv.
2442 * lib/.gitignore, lib/.cvsignore (/unsetenv.c): Add.
2443 * m4/.gitignore, m4/.cvsignore (/environ.m4): Add.
2444 (/setenv.m4): Add.
2445 * src/output.c (output_skeleton): For the m4 invocation, pass -dV as
2446 the first argument because it may become position-dependent, and unset
2447 POSIXLY_CORRECT so Bison's skeletons have access to GNU M4 extensions.
2448 Add comments explaining these issues in more detail.
2449
2450 2008-07-14 Joel E. Denny <jdenny@ces.clemson.edu>
2451
2452 Add .gitignore everywhere based on .cvsignore.
2453 * .gitignore: New.
2454 * build-aux/.gitignore: New.
2455 * data/.gitignore: New.
2456 * doc/.gitignore: New.
2457 * etc/.gitignore: New.
2458 * examples/.gitignore: New.
2459 * examples/calc++/.gitignore: New.
2460 * lib/.gitignore: New.
2461 * m4/.gitignore: New.
2462 * po/.gitignore: New.
2463 * runtime-po/.gitignore: New.
2464 * src/.gitignore: New.
2465 * tests/.gitignore: New.
2466
2467 2008-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
2468
2469 * NEWS (2.3b+): New section, empty for now.
2470 * configure.ac (AC_INIT): 2.3b -> 2.3b+.
2471
2472 2008-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
2473
2474 * NEWS (2.3b): Update release date since there has been a delay in
2475 getting the announcements and tarballs out.
2476
2477 2008-05-23 Joel E. Denny <jdenny@ces.clemson.edu>
2478
2479 * NEWS: Version 2.3b.
2480 * configure.ac (AC_INIT): Likewise.
2481 (PACKAGE_COPYRIGHT_YEAR): Update to 2008.
2482
2483 2008-05-23 Joel E. Denny <jdenny@ces.clemson.edu>
2484
2485 * HACKING: Don't say don't mention HACKING in the ChangeLog. We've
2486 been doing it for years.
2487 (Test suite): Mention maintainer-push-check and maintainer-xml-check.
2488 (Release Procedure): Add FIXME about make alpha being unmaintained.
2489
2490 2008-05-13 Joel E. Denny <jdenny@ces.clemson.edu>
2491
2492 * data/yacc.c: Reformat m4 a little for readability.
2493 * src/lalr.c (build_relations): Correct comment.
2494
2495 2008-05-12 Juan Manuel Guerrero <juan.guerrero@gmx.de>
2496
2497 DJGPP specific issue.
2498 * djgpp/config.sed: Fixes required to run configure scripts generated
2499 by autoconf 2.62.
2500
2501 2008-05-07 Joel E. Denny <jdenny@ces.clemson.edu>
2502
2503 * HACKING (Release Procedure): translation@iro.umontreal.ca is now
2504 coordinator@translationproject.org.
2505
2506 2008-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
2507
2508 * THANKS: Add Eric Blake.
2509
2510 2008-04-23 Eric Blake <ebb9@byu.net>
2511
2512 Revert prior patch, by working around autoconf regression.
2513 * tests/output.at (m4_expand): Add workaround for autoconf 2.62.
2514 ("Output file name: ("): Uncomment test.
2515 ("Output file name: )"): Likewise.
2516 Based on an idea from Noah Misch.
2517
2518 2008-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
2519
2520 Work-around an Autoconf 2.62 AT_SETUP bug that was not present in
2521 2.61. Reported by Juan Manuel Guerrero at
2522 <http://lists.gnu.org/archive/html/bug-bison/2008-04/msg00011.html>.
2523 * tests/output.at ("Output file name: ("): Comment out test case for
2524 now.
2525 ("Output file name: )"): Likewise.
2526
2527 2008-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
2528
2529 * GNUmakefile: Update git-version-gen invocation so make dist
2530 succeeds.
2531
2532 2008-04-21 Joel E. Denny <jdenny@ces.clemson.edu>
2533
2534 Update to the current gnulib CVS repository, and fix trigraph handling
2535 in Bison.
2536 * bootstrap: Update gnulib CVS repository URL.
2537 (symlink_to_dir): Encapsulate the code that guarantees the destination
2538 directory exists into...
2539 (check_dst_dir): ... this new function, and...
2540 (cp_mark_as_generated): ... reuse it here so that bootstrap doesn't
2541 fail when copying files into lib/uniwidth/.
2542 * src/output.c (prepare_symbols): When writing yytname muscles, where
2543 symbol names will be encoded in C-string literals, tell quotearg to
2544 escape trigraphs. This used to be the default in gnulib.
2545 * tests/regression.at (Token definitions): Because of the change in
2546 gnulib's quotearg behavior, string_as_id in parse-gram.y no longer
2547 escapes trigraphs in symbol names. Thus, yytname no longer has
2548 trigraphs unnecessarily doubly escaped. Update test case output.
2549 Extend test case to be sure Bison's own error messages will no longer
2550 have trigraphs in symbol names unnecessarily escaped once.
2551
2552 2008-04-20 Joel E. Denny <jdenny@ces.clemson.edu>
2553
2554 Fix make dist infinite loop reported by Juan Manuel Guerrero at
2555 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00009.html>.
2556 * .cvsignore: Add .version.
2557 * .version.in: New.
2558 * bootstrap.conf (gnulib_modules): Add git-version-gen.
2559 * configure.ac (AC_CONFIG_FILES): Add .version.
2560 * build-aux/.cvsignore: Add git-version-gen.
2561
2562 2008-03-08 Joel E. Denny <jdenny@ces.clemson.edu>
2563
2564 * NEWS (2.3a+): Mention that -g now takes an argument.
2565 * doc/bison.texinfo (Bison Options): Reword -W entry a little for
2566 consistency. Update the -g and -x entries now that they take
2567 arguments. Use brackets to indicate optional arguments.
2568 * src/getargs.c (usage): Explain the relationship between arguments of
2569 long and short options more completely. Document --defines and -d
2570 separately since the former takes an argument but, for POSIX Yacc, the
2571 latter does not.
2572 (short_options): Let -W take an optional argument like --warnings.
2573 (getargs): Sort cases.
2574
2575 2008-02-28 Akim Demaille <demaille@gostai.com>
2576
2577 * doc/bison.texinfo: Fix a few typos.
2578
2579 2008-02-28 Akim Demaille <akim@epita.fr>
2580
2581 * doc/bison.texinfo (Bison Options): Document -W.
2582 Based on Joel E. Denny's NEWS entry, and Automake's documentation.
2583
2584 2008-02-28 Akim Demaille <akim@epita.fr>
2585
2586 * src/getargs.c (short_options): Split and sort for readability.
2587 -g and -x take optional arguments, just like their long options.
2588 * build-aux/cross-options.pl: Use /x to make the regexp easier to
2589 understand.
2590 Fix the handling of $opt which resulted in all the argument to be
2591 considered as optional.
2592
2593 2008-02-22 Joel E. Denny <jdenny@ces.clemson.edu>
2594
2595 * NEWS (2.3a+): Don't say %language is experimental. Mention Java and
2596 say its interface is experimental.
2597 * doc/bison.texinfo (Decl Summary): In the %language entry, mention
2598 Java.
2599 (Bison Options): In the -L and --language entry, mention Java.
2600 (Java Bison Interface): Say the interface is experimental.
2601 * src/getargs.c (usage): Mention -L and --language.
2602
2603 * NEWS (2.3a+): Say the push parsing interface is experimental.
2604 * doc/bison.texinfo (Push Decl): Likewise.
2605 (Decl Summary): Likewise in the "%define api.push_pull" entry.
2606 (Push Parser Function): Likewise.
2607 (Pull Parser Function): Likewise.
2608 (Parser Create Function): Likewise.
2609 (Parser Delete Function): Likewise.
2610 (Table of Symbols): Likewise in the yypstate_delete, yypstate_new,
2611 yypull_parse, and yypush_parse entries.
2612
2613 * NEWS (2.3a+): Mention XML support, and say the schema is
2614 experimental.
2615 * doc/bison.texinfo (Bison Options): Mention -x and --xml.
2616 * src/getargs.c (usage): Say the XML schema is experimental.
2617
2618 * NEWS (2.3a+): Say option instead of flag.
2619
2620 2008-02-21 Wojciech Polak <polak@gnu.org>
2621
2622 * data/xslt/xml2xhtml.xsl (xsl:template match="/"): Change footer
2623 text.
2624
2625 2008-02-20 Joel E. Denny <jdenny@ces.clemson.edu>
2626
2627 Fix impure push parser compile error reported by Bob Rossi at
2628 <http://lists.gnu.org/archive/html/help-bison/2008-02/msg00023.html>.
2629 * data/yacc.c: Clean up whitespace in the output a little.
2630 (yypstate_allocated): Define for impure push parsers regardless of
2631 whether the pull interface is also requested.
2632 * tests/push.at (Push Parsing: Multiple impure instances): Extend to
2633 check impure push parsers without the pull interface.
2634
2635 * data/yacc.c (yypstate_new): Don't try to invoke yyerror since
2636 yyerror takes arguments specified by %parse-param while yypstate_new
2637 does not.
2638 * doc/bison.texinfo (Parser Create Function): Document that
2639 yypstate_new returns 0 for multiple impure parser instances.
2640 * tests/push.at (Push Parsing: Multiple impure instances): Update
2641 expected stderr output.
2642
2643 2008-02-19 Joel E. Denny <jdenny@ces.clemson.edu>
2644
2645 * runtime-po/POTFILES.in (push.c): Remove.
2646
2647 2008-02-17 Joel E. Denny <jdenny@ces.clemson.edu>
2648
2649 * data/Makefile.am (dist_pkgdata_DATA): Remove push.c.
2650 * data/push.c: Rename to...
2651 * data/yacc.c: ... this, overwriting it.
2652 * etc/bench.pl.in (bench_grammar): `%pure-parser'-> `%define api.pure'.
2653 `%push-pull-parser' -> `%define api.push_pull "both"'.
2654 Remove old yacc.c tests, and update push.c tests to yacc.c.
2655
2656 2008-02-17 Joel E. Denny <jdenny@ces.clemson.edu>
2657
2658 * data/bison.m4 (b4_percent_code_get): Output %code block comments like
2659 `"%code top" blocks' instead of `%code "top" blocks'.
2660 * data/push.c: Import yacc.c changes from 2008-01-09 and 2007-08-03.
2661 Clean up whitespace in the output a little.
2662
2663 2008-02-16 Joel E. Denny <jdenny@ces.clemson.edu>
2664
2665 Fix documentation problems reported by Tim Josling at
2666 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00013.html>.
2667 * NEWS (2.3a+): Mention removal of --no-parser, -n, and %no-parser.
2668 * doc/bison.texinfo (Token Decl): Token numbers are *nonnegative*
2669 integers. Explain the effect of literal string aliases on error
2670 messages. Copy token 0 documentation from the C++ skeleton
2671 documentation.
2672
2673 2008-02-16 Joel E. Denny <jdenny@ces.clemson.edu>
2674
2675 Accept a token number in a %left, %right, or %nonassoc for POSIX
2676 conformance. Reported by Tim Josling at
2677 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00010.html>.
2678 * NEWS (2.3a+): Mention.
2679 * doc/bison.texinfo (Precedence Decl): Describe how literal strings
2680 and code numbers are treated by precedence declarations.
2681 * src/parse-gram.y (precedence_declaration): Use symbols.prec instead
2682 of symbols.1.
2683 (symbols.prec): New, just like symbols.1 but uses symbol.prec instead
2684 of symbol.
2685 (symbol.prec): New, just like symbol but allows INT.
2686 * src/symtab.c (symbol_user_token_number_set): Remove an aver that no
2687 longer holds.
2688 * tests/regression.at (Token number in precedence declaration): New
2689 test case.
2690
2691 2008-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
2692
2693 DJGPP specific issues.
2694 * djgpp/config.bat: Add filenames that are not 8.3 clean and that must
2695 be changed. Copyright timestamp adjusted.
2696 * djgpp/config.sed: Add filenames that are not 8.3 clean and that must
2697 be changed. Copyright timestamp adjusted.
2698 * djgpp/config.site: Copyright timestamp adjusted.
2699 * djgpp/config_h.sed: Copyright timestamp adjusted.
2700 * djgpp/djunpack.bat: Copyright timestamp adjusted.
2701 * djgpp/fnchnage.lst: Add filenames that are not 8.3 clean to the
2702 filename translation list.
2703 * djgpp/subpipe.c (init_subpipe): Check the environment variables
2704 TMPDIR, TMP and TEMP, in that order, to determinate where the temp
2705 files shall be created. Before trying to use the temp dir where the
2706 environment variable points to check that the dir really exists. If
2707 not default to the cwd as temp dir. Copyright timestamp adjusted.
2708 * djgpp/subpipe.h: Copyright timestamp adjusted.
2709 * djgpp/testsuite.sed: Copyright timestamp adjusted.
2710
2711 2008-01-30 Paul Eggert <eggert@cs.ucla.edu>
2712
2713 * doc/bison.texinfo: Update Back-Cover text to reflect new GNU wording.
2714
2715 2008-01-09 Paul Eggert <eggert@cs.ucla.edu>
2716
2717 * data/yacc.c (yyparse): Correct the comment when locations aren't used.
2718 Problem reported by Claudio Saavedra in
2719 <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00003.html>.
2720
2721 2008-01-05 Wojciech Polak <polak@gnu.org>
2722
2723 * data/xslt/xml2xhtml.xsl (xsl:template match="/"): Precede an XHTML
2724 document's title with the input grammar file name.
2725
2726 2007-12-22 Joel E. Denny <jdenny@ces.clemson.edu>
2727
2728 Automate regression testing of the XML/XSLT implementation. Discussed
2729 starting at
2730 <http://lists.gnu.org/archive/html/bison-patches/2007-11/msg00021.html>.
2731 * configure.ac (XSLTPROC): New substitution.
2732 * Makefile.am (maintainer-xml-check): New phony target invoking...
2733 * tests/Makefile.am (maintainer-xml-check): ... this new phony target
2734 invoking make maintainer-check with BISON_TEST_XML=1.
2735 * tests/atlocal.in (XSLTPROC): New.
2736 * tests/local.at (AT_BISON_CHECK): New macro to (1) instruct Valgrind
2737 not to report reachable memory when Bison is expected to have a
2738 non-zero exit status and (2) to compare XML/XSLT output with --graph
2739 and --report=all output for every working grammar when
2740 BISON_TEST_XML=1.
2741 (AT_BISON_CHECK_NO_XML): Likewise, but skip XML checks.
2742 (AT_BISON_CHECK_XML): New.
2743 (AT_QUELL_VALGRIND): New.
2744 * tests/testsuite.at (ORIGINAL_AT_CHECK): Remove this and...
2745 (AT_CHECK): ... don't redefine this since this was the old way to
2746 quell Valgrind.
2747 * tests/actions.at: Rewrite all AT_CHECK invocations for bison as
2748 AT_BISON_CHECK invocations.
2749 * tests/c++.at: Likewise.
2750 * tests/calc.at: Likewise.
2751 * tests/conflicts.at: Likewise.
2752 * tests/cxx-type.at: Likewise.
2753 * tests/existing.at: Likewise.
2754 * tests/glr-regression.at: Likewise.
2755 * tests/headers.at: Likewise.
2756 * tests/input.at: Likewise.
2757 * tests/java.at: Likewise.
2758 * tests/output.at: Likewise.
2759 * tests/push.at: Likewise.
2760 * tests/reduce.at: Likewise.
2761 * tests/regression.at: Likewise.
2762 * tests/sets.at: Likewise.
2763 * tests/skeletons.at: Likewise.
2764 * tests/synclines.at: Likewise.
2765 * tests/torture.at: Likewise.
2766 (Big triangle): Use AT_BISON_CHECK_NO_XML instead since this grammar
2767 tends to hang xsltproc.
2768 (Big horizontal): Likewise.
2769
2770 2007-12-08 Joel E. Denny <jdenny@ces.clemson.edu>
2771
2772 In XML output, remove redundant class attribute on symbol element.
2773 * data/xslt/bison.xsl (xsl:key name="bison:symbolByName"): New.
2774 * data/xslt/xml2xhtml.xsl (xsl:template match="symbol"): Use it to
2775 look up a symbol to determine whether it's a nonterminal or terminal.
2776 * src/gram.c (rule_rhs_print_xml): Remove class attribute.
2777 * src/state.c (state_rule_lookahead_tokens_print_xml): Likewise.
2778
2779 Add prec/assoc information to XML output.
2780 * src/gram.c (grammar_rules_print_xml): For each rule that has a
2781 %prec, add a percent_prec attribute.
2782 * src/print-xml.c (print_grammar): For each terminal that has a
2783 precedence or associativity, add a prec or assoc attribute.
2784 (xml_indent): New.
2785 (xml_puts): Use xml_indent.
2786 (xml_printf): Use xml_indent.
2787 * src/print-xml.h (xml_indent): Prototype.
2788
2789 * tests/existing.at (GNU pic Grammar): Fix a rule miscopied from
2790 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
2791
2792 2007-12-08 Joel E. Denny <jdenny@ces.clemson.edu>
2793
2794 * data/xslt/bison.xsl (bison:ruleNumber): Rename to...
2795 (bison:ruleByNumber): ... this for clarity.
2796 * data/xslt/xml2dot.xsl (xsl:template match="item"): Update.
2797 * data/xslt/xml2text.xsl (xsl:template match="item"): Update.
2798 (xsl:template match="reduction"): Update.
2799 (xsl:template match="item"): Update.
2800 (xsl:template match="reduction"): Update.
2801
2802 In the XML output, don't print the list of rules where symbols appear.
2803 Compute it in XSLT instead. Discussed at
2804 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00024.html>.
2805 * data/xslt/bison.xsl (bison:ruleByLhs): New.
2806 (bison:ruleByRhs): New.
2807 * data/xslt/xml2text.xsl (xsl:template match="terminal"): Use
2808 bison:ruleByRhs.
2809 (xsl:template match="terminal/rule"): Remove.
2810 (xsl:template match="nonterminal"): Use bison:ruleByLhs and
2811 bison:ruleByRhs.
2812 (xsl:template match="nonterminal/left/rule|nonterminal/right/rule"):
2813 Remove.
2814 * data/xslt/xml2xhtml.xsl (xsl:template match="terminal"): Use
2815 bison:ruleByRhs and mode="number-link" for rule template.
2816 (xsl:template match="terminal/rule"): Remove.
2817 (xsl:template match="nonterminal"): Use bison:ruleByLhs and
2818 bison:ruleByRhs and mode="number-link" for rule template.
2819 (xsl:template match="nonterminal/left/rule|nonterminal/right/rule"):
2820 Rewrite as...
2821 (xsl:template match="rule" mode="number-link"): ... this.
2822 * src/print-xml.c (print_grammar): Don't print the list of rules.
2823
2824 2007-12-01 Joel E. Denny <jdenny@ces.clemson.edu>
2825
2826 Don't let --report affect XML output; always print all information.
2827 Discussed at
2828 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00020.html>.
2829 * src/conflicts.c (log_resolution): Implement.
2830 * src/print-xml.c (print_core): Implement.
2831 (print_state): Implement.
2832 (print_xml): Implement.
2833
2834 * NEWS (2.3a+): Fix quotes.
2835 * src/parse-gram.y (prologue_declaration): For consistency with -v,
2836 don't let %verbose clear the list specified by --report.
2837
2838 2007-11-26 Akim Demaille <akim@epita.fr>
2839
2840 * data/Makefile.am (dist_pkgdata_DATA): Ship and install bison.xsl.
2841
2842 2007-11-24 Joel E. Denny <jdenny@ces.clemson.edu>
2843
2844 In the XML output, list useless and unused symbols and rules with the
2845 useful ones and add a "usefulness" attribute. Discussed starting at
2846 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00017.html>.
2847 * src/gram.c (grammar_rules_partial_print_xml): Remove.
2848 (grammar_rules_print_xml): Print all rules instead of just those
2849 useful in the grammar, and add a "usefulness" attribute.
2850 * src/gram.h (grammar_rules_partial_print_xml): Remove prototype.
2851 * src/print-xml.c (print_rules_useless_in_parser): Remove.
2852 (print_grammar): Print all nonterminals instead of just useful ones,
2853 and add a "usefulness" attribute to nonterminals and terminals.
2854 (print_xml): Don't print a separate "reductions" or
2855 "rules-useless-in-parser" element.
2856 * src/reduce.c (reduce_output): Use reduce_token_unused_in_grammar.
2857 (reduce_xml): Remove.
2858 (reduce_token_unused_in_grammar): New.
2859 (reduce_nonterminal_useless_in_grammar): New.
2860 * src/reduce.h (reduce_xml): Remove prototype.
2861 (reduce_token_unused_in_grammar): Add prototype.
2862 (reduce_nonterminal_useless_in_grammar): Add prototype.
2863 * data/xslt/xml2text.xsl: Update for XML changes.
2864 * data/xslt/xml2xhtml.xsl: Update for XML changes.
2865 * tests/reduce.at (Useless Terminals): Update output.
2866 (Useless Rules): Update output.
2867 (Reduced Automaton): Update output.
2868
2869 Say "Terminals unused in grammar" instead of "Unused terminals".
2870 * NEWS (2.3a+): Update.
2871 * doc/bison.texinfo (Understanding): Update example output.
2872 * src/reduce.c (reduce_output): Implement.
2873 * data/xslt/xml2text.xsl: Implement.
2874 * data/xslt/xml2xhtml.xsl: Implement.
2875
2876 2007-11-18 Joel E. Denny <jdenny@ces.clemson.edu>
2877
2878 Accept --report-file=FILE to override the default `.output' filename.
2879 * NEWS (2.3a+): Mention.
2880 * doc/bison.texinfo (Bison Options): Add an entry.
2881 * src/files.c (compute_output_file_names): Don't override
2882 spec_verbose_file if already set.
2883 * src/getargs.c (usage): Document --report-file.
2884 (REPORT_FILE_OPTION): New anonymous enum member.
2885 (long_options): Add entry for it.
2886 (getargs): Add case for it setting spec_verbose_file.
2887
2888 * build-aux/cross-options.pl: Don't record a short option just because
2889 there's an arg.
2890 * doc/.cvsignore: Add yacc.1.
2891
2892 2007-11-14 Akim Demaille <akim@epita.fr>
2893
2894 * doc/yacc.1.in: New.
2895 * configure.ac, doc/Makefile.am: Adjust.
2896 * configure.ac (PACKAGE_COPYRIGHT_YEAR): New substitution, and new
2897 config.h symbol.
2898 Use AC_SUBST for assignments too.
2899 * src/getargs.c (version): Use PACKAGE_COPYRIGHT_YEAR.
2900
2901 2007-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
2902
2903 * src/gram.c: Remove comments that duplicate comments in gram.h.
2904
2905 When reporting useless rules and nonterminals, say "useless in grammar"
2906 instead of "useless", and say "useless in parser" instead of "never
2907 reduced". Discussed starting at
2908 <http://lists.gnu.org/archive/html/bison-patches/2007-10/msg00033.html>.
2909 * NEWS (2.3a+): Mention this change.
2910 * data/xslt/xml2text.xsl: Update output text and expected input XML
2911 element names to match changes below.
2912 * data/xslt/xml2xhtml.xsl: Likewise.
2913 (xsl:template match="bison-xml-report"): Add missing entry in Table of
2914 Contents: "Rules useless in parser due to conflicts".
2915 * doc/bison.texinfo (Decl Summary): Reword a little.
2916 (Understanding): Update example output for changes below.
2917 * src/gram.c: (rule_useful_p): Rename to...
2918 (rule_useful_in_grammar_p): ... this.
2919 (rule_useless_p): Rename to...
2920 (rule_useless_in_grammar_p): ... this.
2921 (rule_never_reduced_p): Rename to...
2922 (rule_useless_in_parser_p): ... this.
2923 (grammar_rules_print): Update for renames.
2924 (grammar_rules_print_xml): Update for renames.
2925 (grammar_rules_never_reduced_report): Rename to...
2926 (grammar_rules_useless_report): ... this since it is used for either
2927 kind of useless rule.
2928 * src/gram.h: Reword comments and update function names in prototypes.
2929 * src/main.c (main): Say "rule useless in parser due to conflicts".
2930 * src/print-xml.c (print_rules_never_reduced): Rename to...
2931 (print_rules_useless_in_parser): ... this, and rename output XML
2932 element "rules-never-reduced" to "rules-useless-in-parser".
2933 (print_xml): Update for rename.
2934 * src/print.c (print_results): Say "Rules useless in parser due to
2935 conflicts".
2936 * src/reduce.c (reduce_grammar_tables): Say "rule useless in grammar".
2937 (nonterminals_reduce): Say "nonterminal useless in grammar".
2938 (reduce_output): Say "Nonterminals useless in grammar".
2939 Say "Rules useless in grammar".
2940 (reduce_xml): Rename output XML element "useless" to
2941 "useless-in-grammar".
2942 (reduce_print): Don't report the count of grammatically useless rules
2943 as "rules never reduced" just because %yacc is specified.
2944 In the correct report of this count, say nonterminal(s) and rule(s)
2945 "useless in grammar".
2946 * tests/conflicts.at (S/R in initial): Update expected output.
2947 (Defaulted Conflicted Reduction): Likewise.
2948 (Unreachable States After Conflict Resolution): Likewise.
2949 * tests/existing.at (GNU pic Grammar): Likewise.
2950 * tests/reduce.at (Useless Nonterminals): Likewise.
2951 (Useless Rules): Likewise.
2952 (Reduced Automaton): Likewise.
2953 (Underivable Rules): Likewise.
2954 (Empty Language): Likewise.
2955
2956 2007-11-09 Joel E. Denny <jdenny@ces.clemson.edu>
2957
2958 * data/bison.m4 (b4_cat): Put a newline after the end delimiter of the
2959 here document and before the EOF so that BSD's implementation of Bourne
2960 shell doesn't parse the delimiter as part of the here document.
2961 * doc/.cvsignore: Add cross-options.texi.
2962 * src/getargs.c (usage): Add a blank line after the warning categories.
2963
2964 2007-11-08 Paolo Bonzini <bonzini@gnu.org>
2965
2966 * data/lalr1.java (Lexer): Remove usage of b4_pure_if.
2967
2968 2007-11-05 Akim Demaille <akim@epita.fr>
2969
2970 Remove Id: from bison.1.
2971 * doc/Makefile.am (remove_time_stamp): Include the sed invocation.
2972 (perl -0777 -pi -e 's/\.PP\nId): New.
2973 (.x.1): Use it to ignore the version control revision.
2974
2975 2007-11-05 Akim Demaille <demaille@gostai.com>
2976
2977 * build-aux/Makefile.am: Ship cross-options.pl.
2978 * doc/Makefile.am: Always refer to cross-options.texi with
2979 $(srcdir).
2980 (MAINTAINERCLEANFILES): Add it.
2981
2982 2007-11-04 Akim Demaille <demaille@gostai.com>
2983
2984 Generate the long/short option cross-table.
2985 * build-aux/cross-options.pl: New.
2986 * doc/Makefile.am (cross-options.texi): New.
2987 * doc/bison.texinfo: Use it.
2988
2989 2007-11-04 Akim Demaille <demaille@gostai.com>
2990
2991 Generate bison.1 using help2man.
2992 * doc/common.x, doc/bison.x: New.
2993 * doc/Makefile.am (bison.1, .x.1): New.
2994 The code is taken from autoconf-2.61/man/Makefile.am.
2995 * configure.ac: Look for help2man.
2996
2997 2007-11-04 Akim Demaille <demaille@gostai.com>
2998
2999 Complete --help.
3000 * src/getargs.c (usage): Document -W, make it clear that -d,
3001 -g and -x have optional arguments.
3002
3003 2007-11-04 Akim Demaille <demaille@gostai.com>
3004
3005 Find sha1sum when named gsha1sum.
3006 * bootstrap (find_tool): New.
3007 ($SHA1SUM): New.
3008
3009 2007-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
3010
3011 Deprecate %pure-parser and add `%define api.pure'. Discussed starting
3012 at
3013 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00006.html>.
3014 * NEWS (2.3a+): Mention.
3015 * data/bison.m4 (b4_pure_if): Don't define it here.
3016 * data/c.m4 (b4_identification): Depend on individual skeletons to
3017 define b4_pure_flag, b4_push_flag, or b4_pull_flag if they use the
3018 values of the %define variables api.pure or api.push_pull. Define
3019 YYPURE, YYPUSH, and YYPULL accordingly.
3020 * data/glr.c: Define b4_pure_if based on `%define api.pure' unless
3021 glr.cc has already defined b4_pure_flag.
3022 * data/push.c: Define b4_pure_if based on `%define api.pure'.
3023 Remove YYPUSH and YYPULL since they're back in b4_identification again.
3024 * data/yacc.c: Define b4_pure_if based on `%define api.pure'.
3025 * doc/bison.texinfo (Pure Decl): Update.
3026 (Push Decl): Update.
3027 (Decl Summary): Add api.pure to %define entry.
3028 In %pure-parser entry, say it's deprecated and reference %define.
3029 (Pure Calling): Update.
3030 (Error Reporting): Update.
3031 (C++ Scanner Interface): Update.
3032 (How Can I Reset the Parser): Update.
3033 (Table of Symbols): In %pure-parser entry, say it's deprecated and
3034 reference %define.
3035 * src/getargs.c (pure_parser): Remove global variable.
3036 * src/getargs.h (pure_parser): Remove extern.
3037 * src/output.c (prepare): Don't define pure_flag muscle.
3038 * src/parse-gram.y (prologue_declaration): Implement %pure-parser as a
3039 wrapper around `%define api.pure'.
3040 * tests/calc.at (Simple LALR Calculator): Update.
3041 (Simple GLR Calculator): Update.
3042 * tests/cxx-type.at (GLR: Resolve ambiguity, pure, no locations):
3043 Update.
3044 (GLR: Resolve ambiguity, pure, locations): Update.
3045 (GLR: Merge conflicting parses, pure, no locations): Update.
3046 (GLR: Merge conflicting parses, pure, locations): Update.
3047 * tests/glr-regression.at (Uninitialized location when reporting
3048 ambiguity): Update
3049 * tests/input.at (Unused %define api.pure): New test case.
3050 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Update definition for
3051 AT_PURE_IF and AT_PURE_AND_LOC_IF.
3052 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update.
3053
3054 2007-10-28 Joel E. Denny <jdenny@ces.clemson.edu>
3055
3056 %define push_pull -> %define api.push_pull. Discussed starting at
3057 <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00005.html>.
3058 * data/push.c: Expect the new name.
3059 * data/yacc.c: Likewise.
3060 * doc/bison.texinfo (Push Decl): Update.
3061 (Decl Summary): Update %define entry.
3062 (Push Parser Function): Update.
3063 (Pull Parser Function): Update.
3064 (Parser Create Function): Update.
3065 (Parser Delete Function): Update.
3066 * tests/calc.at (Simple LALR Calculator): Update.
3067 * tests/input.at (%define enum variables): Update.
3068 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update.
3069 (Push Parsing: Multiple impure instances): Update.
3070 (Push Parsing: Unsupported Skeletons): Update.
3071 * tests/torture.at (Exploding the Stack Size with Alloca): Update.
3072 (Exploding the Stack Size with Malloc): Update.
3073
3074 * NEWS (2.3a+): Add an entry for the push parser, and clean up the
3075 other entries some.
3076
3077 2007-10-27 Joel E. Denny <jdenny@ces.clemson.edu>
3078
3079 For the XML output's terminal element, rename @number to @token-number,
3080 and add @symbol-number. In the nonterminal element, rename @number to
3081 @symbol-number. Discussed starting at
3082 <http://lists.gnu.org/archive/html/bison-patches/2007-10/msg00040.html>.
3083 * data/xslt/xml2text.xsl (xsl:template match="terminal"): Update for
3084 renames.
3085 (xsl:template match="nonterminal"): Likewise.
3086 * data/xslt/xml2xhtml.xsl (xsl:template match="terminal"): Likewise.
3087 (xsl:template match="nonterminal"): Likewise.
3088 * src/print-xml.c (print_grammar): Implement.
3089
3090 2007-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
3091
3092 * data/xslt/xml2dot.xsl (xsl:template match="automaton/state"): After
3093 2007-10-11 change, the child elements here are items not rules.
3094 (xsl:template match="item"): New.
3095 (xsl:template match="rule"): Update for new reduced itemset.
3096 (xsl:template match="point"): Remove.
3097 (xsl:template match="empty"): For consistency with --graph, don't
3098 output "/* empty */".
3099 * data/xslt/xml2text.xsl (xsl:template match="terminal"): When invoking
3100 line-wrap, don't pass a negative value as first-line-length since this
3101 won't work with the following changes.
3102 (xsl:template name="line-wrap"): Simplify slightly.
3103 (xsl:template name="ws-search"): Eliminate recursion.
3104 * src/print_graph.c (print_core): Don't print a reduction's lookahead
3105 set next to an item whose dot is not at the end of the RHS even if it
3106 happens to be associated with the same rule.
3107
3108 2007-10-19 Joel E. Denny <jdenny@ces.clemson.edu>
3109
3110 Add %define lr.keep_unreachable_states.
3111 * NEWS (2.3a+): Mention it in the entry for unreachable state removal.
3112 * doc/bison.texinfo (Decl Summary): Mention it in the %define entry.
3113 * src/main.c (main): Implement it.
3114 * tests/conflicts.at (Unreachable States After Conflict Resolution):
3115 Extend to test it, and fix a typo.
3116
3117 2007-10-19 Joel E. Denny <jdenny@ces.clemson.edu>
3118
3119 * NEWS (2.3a+): Add entry for recent .output file lookahead set fix.
3120 * doc/bison.texinfo (Understanding): Remove a bogus lookahead set in
3121 the example .output text.
3122 * tests/regression.at (Extra lookahead sets in report): Improve wording
3123 of comments.
3124
3125 2007-10-17 Wojciech Polak <polak@gnu.org>
3126
3127 * src/print-xml.c (print_grammar): Renamed
3128 <terminal> and <nonterminal> attributes:
3129 "type" to "number" and "symbol" to "name".
3130 * data/xslt/xml2text.xsl (xsl:template match="terminal"):
3131 Use new attribute names.
3132 (xsl:template match="nonterminal"): Likewise.
3133 * data/xslt/xml2xhtml.xsl: Likewise.
3134
3135 2007-10-17 Joel E. Denny <jdenny@ces.clemson.edu>
3136
3137 * doc/bison.texinfo (Bison Options): Add entry for --print-datadir.
3138 (Option Cross Key): Likewise.
3139
3140 * src/print-xml.c (print_core): Don't print a reduction's lookahead set
3141 next to an item whose dot is not at the end of the RHS even if it
3142 happens to be associated with the same rule.
3143 * src/print.c (print_core): Likewise.
3144 * tests/conflicts.at (Unresolved SR Conflicts): Update output.
3145 (Resolved SR Conflicts): Update output.
3146 * tests/regression.at (Extra lookahead sets in report): New test case.
3147
3148 2007-10-11 Wojciech Polak <polak@gnu.org>
3149
3150 * src/print-xml.c (print_core): Remove item set
3151 redundancy.
3152 * data/xslt/bison.xsl (bison:ruleNumber): New key.
3153 Improve processing time. Suggested by Joel E. Denny.
3154 * data/xslt/xml2dot.xsl (xsl:template name="escape"):
3155 Write xsl:param "required" attribute as comment.
3156 * data/xslt/xml2text.xsl (xsl:template match="item"): New.
3157 (xsl:template match="rule"): Support new reduced itemset.
3158 (xsl:template match="point"): Remove.
3159 * data/xslt/xml2xhtml.xsl: Likewise.
3160
3161 2007-10-09 Joel E. Denny <jdenny@ces.clemson.edu>
3162
3163 * src/getargs.c (version): Update copyright year.
3164
3165 2007-10-09 Joel E. Denny <jdenny@ces.clemson.edu>
3166
3167 Make xml2dot.xsl and --graph produce the same output.
3168 * data/xslt/xml2dot.xsl (xsl:template match="rule"): Use a `&#10;'
3169 instead of a `\n'. That is, don't add escapes yet or they'll be doubly
3170 escaped later.
3171 (xsl:template name="output-node"): Use the new escape template instead
3172 of the string-replace template directly.
3173 (xsl:template name="output-edge"): Likewise.
3174 (xsl:template name="escape"): New, escapes backslashes and newlines in
3175 addition to quotation marks.
3176 * src/graphviz.c (start_graph, output_node, output_edge): Add
3177 whitespace to output for legibility.
3178
3179 Make xml2text.xsl and --report produce the same output, and remove the
3180 XML "conflicts" element since a conflict summary is easily extracted
3181 from the automaton.
3182 * data/xslt/bison.xsl: New.
3183 (xsl:template match="state" mode="bison:count-conflicts): New.
3184 * data/xslt/xml2text.xsl: Import bison.xsl.
3185 (xsl:template match="bison-xml-report"): Instead of styling the
3186 "conflicts" element, style the "automaton" element with mode
3187 "conflicts". Unlike the former, the latter lists S/R and R/R
3188 conflicts for a state on the same line.
3189 (xsl:template match="conflicts"): Remove.
3190 (xsl:template match="conflict"): Remove.
3191 (xsl:template match="terminal"): Line-wrap the list of rules in which
3192 the terminal is used.
3193 (xsl:template match="nonterminal"): Likewise for nonterminals.
3194 (xsl:template match="automaton" mode="conflicts"): New.
3195 (xsl:template match="state" mode="conflicts"): New.
3196 (xsl:template name="line-wrap"): New.
3197 (xsl:template name="ws-search"): New.
3198 * data/xslt/xml2xhtml.xsl: Import bison.xsl.
3199 (xsl:template match="bison-xml-report"): Instead of styling the
3200 "conflicts" element, style the "automaton" element with mode
3201 "conflicts."
3202 (xsl:template match="conflicts"): Remove.
3203 (xsl:template match="conflict"): Remove.
3204 (xsl:template match="automaton" mode="conflicts"): New.
3205 (xsl:template match="state" mode="conflicts): New.
3206 * src/conflicts.c (conflicts_output_xml): Remove.
3207 * src/conflicts.h (conflicts_output_xml): Remove prototype.
3208 * src/print-xml.c (print_xml): Don't invoke conflicts_output_xml.
3209 * src/print.c (print_grammar): Consistently wrap at the 66th column so
3210 the corresponding XSLT is easier. Also, never wrap between a word and
3211 the comma that follows it.
3212
3213 2007-10-08 Joel E. Denny <jdenny@ces.clemson.edu>
3214
3215 Improve C++ namespace support. Discussed starting at
3216 <http://lists.gnu.org/archive/html/help-bison/2007-09/msg00016.html>.
3217 * data/c++.m4: (b4_namespace_ref, b4_namespace_open,
3218 b4_namespace_close): New macros that interpret the %define variable
3219 "namespace" so its value can contain "::" to indicate nested
3220 namespaces.
3221 * data/glr.cc (b4_namespace): Don't define, and replace all uses with
3222 the above macros.
3223 * data/lalr1.cc (b4_namespace): Likewise.
3224 * data/location.cc (b4_namespace): Likewise.
3225 * doc/bison.texinfo (Decl Summary): Move `%define push_pull' entry
3226 inside a new table in the general %define entry. Document `%define
3227 namespace' there as well. Point the %name-prefix entry to it since it
3228 explains it more completely in the case of C++.
3229 (C++ Bison Interface): Mention `%define namespace' instead of
3230 %name-prefix.
3231 (Table of Symbols): Remove the `%define push_pull' entry. The %define
3232 entry suffices.
3233 * tests/c++.at (Relative namespace references): New test case.
3234 (Absolute namespace references): New test case.
3235 (Syntactically invalid namespace references): New test case.
3236 * tests/input.at (C++ namespace reference errors): New test case.
3237
3238 2007-10-08 Joel E. Denny <jdenny@ces.clemson.edu>
3239
3240 Add syncline support and location accessor to internal %define
3241 interfaces.
3242 * data/bison.m4 (b4_percent_define_get_loc): New.
3243 (b4_percent_define_get_syncline): New.
3244 (b4_percent_define_flag_if): Use b4_percent_define_get_loc.
3245 (b4_percent_define_default): Record defining location as line 1 rather
3246 than 0 for the sake of synchronizing #line's, and define
3247 b4_percent_define_syncline(VARIABLE).
3248 (b4_percent_define_check_values): Use b4_percent_define_get_loc.
3249 * src/muscle_tab.c (muscle_syncline_grow): New.
3250 (muscle_code_grow): Use muscle_syncline_grow.
3251 (muscle_percent_define_insert): Use muscle_percent_define_get_loc, and
3252 define b4_percent_define_syncline(VARIABLE).
3253 (muscle_percent_define_get_loc): New.
3254 (muscle_percent_define_get_syncline): New.
3255 (muscle_percent_define_flag_if): Use muscle_percent_define_get_loc, and
3256 remove some unused variables.
3257 (muscle_percent_define_default): Record defining location as line 1
3258 rather than 0 for the sake of synchronizing #line's, and define
3259 b4_percent_define_syncline(VARIABLE).
3260 (muscle_percent_define_check_values): Use
3261 muscle_percent_define_get_loc.
3262 * src/muscle_tab.h (muscle_percent_define_get_loc): Prototype.
3263 (muscle_percent_define_get_syncline): Prototype.
3264 * tests/skeletons.at (%define Boolean variables: invalid skeleton
3265 defaults): Update output for location change.
3266 (Complaining during macro argument expansion): Extend to test
3267 b4_percent_define_get_loc and b4_percent_define_get_syncline errors.
3268
3269 2007-10-07 Joel E. Denny <jdenny@ces.clemson.edu>
3270
3271 Fix some error-reporting macro bugs.
3272 * data/bison.m4 (b4_cat): New.
3273 (b4_error, b4_error_at): Use b4_cat to send error directives directly
3274 to stdout so they don't become arguments to other macros. Update
3275 comments and add examples.
3276 (b4_warn, b4_warn_at, b4_complain, b4_complain_at): Update comments and
3277 add examples.
3278 (b4_fatal, b4_fatal_at): Likewise, and invoke m4_exit(1) immediately
3279 after printing the error directive so that M4 doesn't report subsequent
3280 problems that are induced by this problem.
3281 * src/scan-skel.l: Recognize @` digraph outside of directive arguments
3282 instead of just in them. Recognize @\n in both places. Both expand to
3283 the empty string. Needed by b4_cat.
3284 * tests/skeletons.at (Complaining during macro argument expansion):
3285 New test case.
3286 (Fatal errors make M4 exit immediately): New test case.
3287
3288 2007-10-04 Joel E. Denny <jdenny@ces.clemson.edu>
3289
3290 Implement --print-datadir.
3291 * src/getargs.c (usage): Mention.
3292 (PRINT_DATADIR_OPTION): New anonymous enum member.
3293 (long_options): Add entry for it.
3294 (getargs): Add case for it calling compute_pkgdatadir.
3295 * src/output.c (output_skeleton): Encapsulate data directory
3296 computation from here...
3297 (prepare): ... and from here...
3298 (compute_pkgdatadir): ... into this new function.
3299 * src/output.h (compute_pkgdatadir): Prototype.
3300
3301 2007-09-29 Joel E. Denny <jdenny@ces.clemson.edu>
3302
3303 * src/print-xml.c (escape_bufs): New static global variable
3304 replacing...
3305 (xml_escape_n): ... the static local variable buf here.
3306 (print_xml): Free memory for escape_bufs.
3307 * src/reduce.c (reduce_xml): XML-escape terminal symbol tags.
3308
3309 2007-09-25 Joel E. Denny <jdenny@ces.clemson.edu>
3310
3311 Replace `%push-parser' and `%push-pull-parser' with
3312 `%define push_pull "push"' and `%define push_pull "both"'.
3313 `%define push_pull "pull"' is the default.
3314 * doc/bison.texinfo (Push Decl, Push Parser Function,
3315 Pull Parser Function, Parser Create Function, Parser Delete Function):
3316 Update declarations.
3317 (Decl Summary, Table of Symbols): Replace %push-parser and
3318 %push-pull-parser entries with a %define push_pull entry.
3319 * data/bison.m4 (b4_percent_define_check_values): New macro.
3320 (b4_pull_if, b4_push_if, b4_use_push_for_pull_if): Move these
3321 definitions...
3322 * data/c.m4 (b4_identification): ... and the YYPUSH and YYPULL cpp
3323 definitions...
3324 * data/push.c: ... to here and compute them from the value of the
3325 %define variable push_pull.
3326 * data/c-skel.m4: Instead of choosing the push.c skeleton for push
3327 parsing requests here...
3328 * data/yacc.c: ... hack this to switch to push.c any time
3329 b4_use_push_pull_flag or the %define variable push_pull is set. This
3330 will go away when we mv push.c yacc.c.
3331 * data/c++-skel.m4, data/glr.c, data/java-skel.m4: Don't report that
3332 push parsing is not supported since unused %define variables are
3333 reported anyway.
3334 * src/getargs.c, src/getargs.h (pull_parser, push_parser): Remove.
3335 * src/muscle_tab.h (muscle_percent_define_check_values): Update
3336 comments for consistency with b4_percent_define_check_values.
3337 * src/output.c (prepare): Don't insert b4_pull_flag and b4_push_flag
3338 muscles.
3339 * src/parse-gram.y (PERCENT_PUSH_PARSER, PERCENT_PUSH_PULL_PARSER):
3340 Remove.
3341 (prologue_declaration): Remove %push-parser and %push-pull-parser
3342 rules.
3343 * src/scan-gram.l (%push-parser, %push-pull-parser): Remove rules.
3344 * tests/calc.at: Update declarations.
3345 * tests/input.at (%define enum variables): New test case.
3346 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update
3347 declaration.
3348 (Push Parsing: Multiple impure instances): Update declaration.
3349 (Push Parsing: Unsupported Skeletons): New test case.
3350 * tests/torture.at (Exploding the Stack Size with Alloca): Update
3351 declaration.
3352 (Exploding the Stack Size with Malloc): Update declaration.
3353
3354 2007-09-24 Wojciech Polak <polak@gnu.org>
3355
3356 Add XSLT transformations.
3357
3358 * data/xslt/xml2dot.xsl: Transform XML into DOT.
3359 * data/xslt/xml2text.xsl: Transform XML into plain text.
3360 * data/xslt/xml2xhtml.xsl: Transform XML into XHTML.
3361 * data/Makefile.am (xsltdir): New variable.
3362 (dist_xslt_DATA): Add xslt/*.xsl files.
3363
3364 2007-09-23 Paul Eggert <eggert@cs.ucla.edu>
3365
3366 * src/conflicts.c (log_resolution): Fix indenting bugs I introduced.
3367 Problem reported by Wojciech Polak.
3368 * src/print-xml.c (xml_puts): Work even if LEVEL exceeds INT_MAX/2.
3369 (xml_printf): Undo change I made on 21 September; that is,
3370 indent 2 spaces, not 1.
3371
3372 2007-09-23 Joel E. Denny <jdenny@ces.clemson.edu>
3373
3374 Pacify ./configure --enable-gcc-warnings.
3375 * src/print-xml.c, src/print-xml.h (xml_puts): Make third argument
3376 `char const *' instead of `char *'.
3377 * src/state.c (state_rule_lookahead_tokens_print_xml): Remove unused
3378 local variable `sep'.
3379
3380 2007-09-21 Paul Eggert <eggert@cs.ucla.edu>
3381
3382 * src/gram.c (rule_rhs_print_xml): Now static, since it isn't used
3383 elsewhere.
3384 * src/print-xml.c: Prefer "const" after types; that's more consistent.
3385 (xml_printf): Indent just 1 space for level.
3386 (e_char, xlate_char): Remove.
3387 (xml_escape_string): Rewrite to avoid undefined behavior (used
3388 storage that was freed from the stack).
3389 (xml_escape_n): Don't bother checking for subscript error.
3390
3391 2007-09-21 Wojciech Polak <polak@gnu.org>
3392
3393 Add Bison XML Automaton Report.
3394
3395 Add support for an -x option to generate an XML report.
3396 It is not documented yet.
3397 * src/print-xml.c: New file.
3398 * src/print-xml.h: Likewise.
3399 * lib/timevar.def (TV_XML): New var.
3400 * src/Makefile.am (bison_SOURCES): Add print-xml.c, print-xml.h.
3401 * src/conflicts.c: Include print-xml.h.
3402 (solved_conflicts_xml_obstack): New var.
3403 (log_resolution, conflicts_solve, conflicts_free):
3404 Add support for XML report.
3405 (conflicts_output_val): New function.
3406 * src/conflicts.h (conflicts_output_val): New decl.
3407 * src/files.c (spec_xml_file): New var.
3408 (compute_output_file_names, output_file_names_free): Add XML support.
3409 * src/files.h (spec_xml_file): New decl.
3410 * src/getargs.c (xml_flag): New var.
3411 (usage, short_options, long_options, getargs): Add XML support.
3412 * src/getargs.h (xml_flag): New decl.
3413 * src/gram.c: Include print-xml.h.
3414 (rule_lhs_print_xml, rule_rhs_print_xml):
3415 (grammar_rules_partial_print_xml, grammar_rules_print_xml):
3416 New functions.
3417 * src/gram.h: Declare external ones.
3418 * src/main.c: Include print-xml.h.
3419 (main): Add XML support.
3420 * src/reduce.c: Include print-xml.h.
3421 (reduce_xml): New function.
3422 * src/reduce.h: Declare it.
3423 * src/state.c: Include print-xml.h.
3424 (state_new): Add XML support.
3425 (state_rule_lookahead_tokens_print_xml): New function.
3426 * src/state.h: Declare it.
3427 (struct state): New member solved_conflicts_xml.
3428 * src/symtab.c (symbol_class_get_string): New function.
3429 * src/symtab.h: Declare it.
3430
3431 2007-09-21 Paul Eggert <eggert@cs.ucla.edu>
3432
3433 * GNUmakefile: Switch to coreutils's version.
3434 * bootstrap: Likewise.
3435 * Makefile.cfg: Adjust to new GNUmakefile.
3436 * README-hacking: Likewise.
3437
3438 Import from gnulib:
3439
3440 2006-08-18 Paul Eggert <eggert@cs.ucla.edu>
3441 Bruno Haible <bruno@clisp.org>
3442
3443 * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
3444 and is a script that invokes bison. Tighten the code. Add comments.
3445
3446 2007-08-28 Joel E. Denny <jdenny@ces.clemson.edu>
3447
3448 Spell "boolean" as "Boolean". Reported by Akim Demaille.
3449 * data/bison.m4 (b4_percent_define_flag_if): Fix complaint.
3450 * doc/bison.texinfo (Decl Summary): Fix.
3451 * src/muscle_tab.c (muscle_percent_define_flag_if): Fix complaint.
3452 * tests/input.at (Boolean %define variables): Update output.
3453 * tests/skeletons.at (%define boolean variables: invalid skeleton
3454 defaults): Rename to...
3455 (%define Boolean variables: invalid skeleton defaults): ... this and
3456 update output.
3457
3458 2007-08-17 Joel E. Denny <jdenny@ces.clemson.edu>
3459
3460 In impure push mode, don't allow more than one yypstate to be allocated
3461 since multiple impure parsers would corrupt yynerrs.
3462 * data/push.c (yypstate_allocated): New static global variable
3463 initialized to 0.
3464 (yypull_parse): If yypstate_new returns 0, don't report it as memory
3465 exhaustion if yypstate_allocated is 1, but still return 2.
3466 (yypstate_new): Invoke yyerror and return 0 if yypstate_allocated is
3467 already 1. Otherwise, set it to 1.
3468 (yypstate_delete): Set it to 0.
3469 * tests/push.at (Push Parsing: Multiple impure instances): New test
3470 case.
3471
3472 2007-08-17 Bob Rossi <bob@brasko.net>
3473
3474 * doc/bison.texinfo (Push Decl): Document the push parser.
3475 (Table of Symbols): Ditto.
3476 (Pure Decl): Ditto.
3477 (Decl Summary): Ditto.
3478 (Multiple Parsers, Push Parser Function, Pull Parser Function,
3479 Parser Create Function, Parser Delete Function):
3480 Add new push parser symbols.
3481 (Table of Symbols): Document push-parser, push-pull-parser,
3482 yypush_parse, yypull_parse, yypstate_new and yypstate_delete.
3483
3484 2007-08-15 Paul Eggert <eggert@cs.ucla.edu>
3485
3486 Update to GPLv3.
3487 * doc/gpl-3.0.texi: New file.
3488 * doc/gpl.texi: Remove.
3489 * COPYING, GNUmakefile, HACKING, Makefile.am, Makefile.cfg:
3490 * Makefile.maint, NEWS, PACKAGING, README, README-alpha:
3491 * README-hacking, TODO, bootstrap, bootstrap.conf:
3492 * configure.ac, data/Makefile.am, data/README, data/bison.m4:
3493 * data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4:
3494 * data/glr.c, data/glr.cc, data/java-skel.m4, data/java.m4:
3495 * data/lalr1.cc, data/lalr1.java, data/location.cc:
3496 * data/push.c, data/yacc.c, data/m4sugar/m4sugar.m4:
3497 * djgpp/Makefile.maint, djgpp/README.in, djgpp/config.bat:
3498 * djgpp/config.sed, djgpp/config.site, djgpp/config_h.sed:
3499 * djgpp/djunpack.bat, djgpp/subpipe.c, djgpp/subpipe.h:
3500 * djgpp/testsuite.sed, doc/Makefile.am, doc/bison.texinfo:
3501 * doc/fdl.texi, doc/refcard.tex, etc/Makefile.am, etc/README:
3502 * etc/bench.pl.in, examples/Makefile.am, examples/extexi:
3503 * examples/calc++/Makefile.am, lib/Makefile.am, lib/abitset.c:
3504 * lib/abitset.h, lib/bbitset.h, lib/bitset.c, lib/bitset.h:
3505 * lib/bitset_stats.c, lib/bitset_stats.h, lib/bitsetv-print.c:
3506 * lib/bitsetv-print.h, lib/bitsetv.c, lib/bitsetv.h:
3507 * lib/ebitset.c, lib/ebitset.h, lib/get-errno.c:
3508 * lib/get-errno.h, lib/lbitset.c, lib/lbitset.h:
3509 * lib/libiberty.h, lib/main.c, lib/subpipe.c, lib/subpipe.h:
3510 * lib/timevar.c, lib/timevar.def, lib/timevar.h:
3511 * lib/vbitset.c, lib/vbitset.h, lib/yyerror.c:
3512 * m4/c-working.m4, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4:
3513 * m4/timevar.m4, src/LR0.c, src/LR0.h, src/Makefile.am:
3514 * src/assoc.c, src/assoc.h, src/closure.c, src/closure.h:
3515 * src/complain.c, src/complain.h, src/conflicts.c:
3516 * src/conflicts.h, src/derives.c, src/derives.h, src/files.c:
3517 * src/files.h, src/flex-scanner.h, src/getargs.c:
3518 * src/getargs.h, src/gram.c, src/gram.h, src/graphviz.c:
3519 * src/lalr.c, src/lalr.h, src/location.c, src/location.h:
3520 * src/main.c, src/muscle_tab.c, src/muscle_tab.h:
3521 * src/nullable.c, src/nullable.h, src/output.c, src/output.h:
3522 * src/parse-gram.c, src/parse-gram.h, src/parse-gram.y:
3523 * src/print.c, src/print.h, src/print_graph.c:
3524 * src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c:
3525 * src/reduce.h, src/relation.c, src/relation.h:
3526 * src/revision.h, src/scan-code.h, src/scan-code.l:
3527 * src/scan-gram.h, src/scan-gram.l, src/scan-skel.h:
3528 * src/scan-skel.l, src/state.c, src/state.h, src/symlist.c:
3529 * src/symlist.h, src/symtab.c, src/symtab.h, src/system.h:
3530 * src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h:
3531 * tests/Makefile.am, tests/actions.at, tests/c++.at:
3532 * tests/calc.at, tests/conflicts.at, tests/cxx-type.at:
3533 * tests/existing.at, tests/glr-regression.at:
3534 * tests/headers.at, tests/input.at, tests/java.at:
3535 * tests/local.at, tests/output.at, tests/push.at:
3536 * tests/reduce.at, tests/regression.at, tests/sets.at:
3537 * tests/skeletons.at, tests/synclines.at, tests/testsuite.at:
3538 * tests/torture.at:
3539 Update to GPLv3.
3540
3541 2007-08-11 Joel E. Denny <jdenny@ces.clemson.edu>
3542
3543 Get rid of broken %no-parser, -n, and --no-parser implementation and
3544 documentation.
3545 * TODO: Don't mention them.
3546 * doc/bison.1: Likewise.
3547 * doc/bison.texinfo (Decl Summary): Likewise.
3548 (Bison Options): Likewise.
3549 (Option Cross Key): Likewise.
3550 * src/getargs.c (no_parser_flag): Remove global variable.
3551 (usage): Don't print description of -n and --no-parser.
3552 (long_options): Remove --no-parser entry here.
3553 (getargs): Remove -n case in the switch here.
3554 * src/getargs.h (no_parser_flag): Remove extern.
3555 * tests/regression.at (Web2c Actions): Remove comment that mentions
3556 --no-parser.
3557
3558 2007-08-11 Joel E. Denny <jdenny@ces.clemson.edu>
3559
3560 * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Do not
3561 name user variables starting with `yy'. Just pass NULL instead of a
3562 dummy local &yylval to yypush_parse.
3563 * tests/torture.at (AT_DATA_STACK_TORTURE): Do not name user variables
3564 starting with `yy'.
3565
3566 2007-08-03 Joel E. Denny <jdenny@ces.clemson.edu>
3567
3568 * data/yacc.c (yyexhaustedlab): Define it when YYERROR_VERBOSE is
3569 true since it's then always used regardless of whether yyoverflow is
3570 defined. Reported by Christian Burger at
3571 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00031.html>.
3572 * THANKS: Add Christian Burger.
3573
3574 * ChangeLog: For changes in doc/bison.texinfo, consistently reference
3575 node names: say "Decl Summary" not "Bison Declaration Summary".
3576
3577 2007-07-28 Joel E. Denny <jdenny@ces.clemson.edu>
3578
3579 * src/muscle_tab.c (muscle_percent_define_flag_if): In order to
3580 determine whether this function has already complained about an invalid
3581 value for a %define boolean variable, don't check whether Bison has
3582 ever examined the value. As written, the check was a tautology.
3583 Instead, record and check for this complaint using a separate muscle.
3584
3585 2007-07-27 Joel E. Denny <jdenny@ces.clemson.edu>
3586
3587 Fix push parsing memory leak reported by Brandon Lucia at
3588 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00032.html>.
3589 * THANKS: Add Brandon Lucia.
3590 * data/push.c (yypstate_delete): Free the stack if it was reallocated
3591 but the parse never completed and thus freed it.
3592 * tests/Makefile.am (TESTSUITE_AT): Add push.at.
3593 * tests/testsuite.at: Include push.at.
3594 * test/push.at: New.
3595 (Push Parsing: Memory Leak for Early Deletion): New test case.
3596
3597 2007-07-17 Joel E. Denny <jdenny@ces.clemson.edu>
3598
3599 Improve handling of multiple S/R conflicts in the same state and of S/R
3600 conflicts involving multiple reductions.
3601 * src/conflicts.c (resolve_sr_conflict): Don't assign the error action
3602 set for a state here or Bison will abort if it is reassigned on a
3603 later conflicted reduction in the same state.
3604 Similarly, don't finalize and assign the solved conflicts report here
3605 or it will be lost if it is reassigned on a later conflicted reduction
3606 in the same state.
3607 (set_conflicts): Instead, assign them both here after all S/R conflicts
3608 in the state have been fully examined.
3609 * src/print.c (shift_set): Rename to...
3610 (no_reduce_set): ... this.
3611 (print_reductions): Update for rename, and add %nonassoc error action
3612 tokens to no_reduce_set so that, when printing the first remaining
3613 reduction on an error action token, the reduction is enclosed in
3614 brackets.
3615 (print_results): Update for rename.
3616 * tests/conflicts.at (Solved conflicts report for multiple reductions
3617 in a state): New test case.
3618 (%nonassoc error actions for multiple reductions in a state): New test
3619 case.
3620
3621 * src/main.c (main): Don't depend on C99 features.
3622
3623 2007-07-16 Joel E. Denny <jdenny@ces.clemson.edu>
3624
3625 * build-aux/.cvsignore: Add compile.
3626 * lib/.cvsignore: Add charset.alias, ref-add.sed, ref-del.sed, and
3627 uniwidth.
3628
3629 2007-07-10 Joel E. Denny <jdenny@ces.clemson.edu>
3630
3631 * bootstrap (slurp): Create target directories that don't exist.
3632 Specifically, we need lib/uniwidth/ because of recent Gnulib changes.
3633
3634 2007-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
3635
3636 * LR0.c (new_itemsets): Fix wording in comments: say item index rather
3637 than item number.
3638 * closure.c (closure): Likewise.
3639 * state.h (reductions): Comment sorting of rules.
3640 (state): Comment sorting of items.
3641
3642 2007-07-02 Joel E. Denny <jdenny@ces.clemson.edu>
3643
3644 Fix C++ test cases after recent Gnulib changes. Discussed starting at
3645 <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00000.html>.
3646 * examples/calc++/Makefile.am (DEFAULT_INCLUDES): Override Automake's
3647 definition in order to avoid Gnulib headers since we don't use config.h
3648 here.
3649 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): Use AT_DATA_GRAMMAR
3650 rather than AT_DATA so that config.h is included.
3651
3652 2007-07-01 Joel E. Denny <jdenny@ces.clemson.edu>
3653
3654 * data/glr.c (yy_yypstack, yypstates, yypdumpstack): Use YYFPRINTF
3655 instead of fprintf. Guard these functions with #if YYDEBUG instead of
3656 #ifdef YYDEBUG for consistency with all other uses of YYDEBUG in Bison
3657 and so that YYFPRINTF is guaranteed to be defined here.
3658
3659 2007-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
3660
3661 * src/muscle_tab.c (muscle_percent_define_invalid_value): Replace
3662 with...
3663 (muscle_percent_define_check_values): ... this more helpful function.
3664 Again, it's not used yet, but it will be.
3665 * src/muscle_tab.h: Likewise.
3666
3667 Improve some comments in parser table construction.
3668 * src/LR0.c (new_itemsets): Explain sorting of itemset and kernel_base.
3669 (generate_states): Don't mention ruleset, which is internal to closure.
3670 * src/closure.c (closure): Explain sorting of core and itemset, which
3671 is required for this function to behave correctly.
3672 * src/closure.h (closure): Mention sorting.
3673
3674 2007-05-28 Joel E. Denny <jdenny@ces.clemson.edu>
3675
3676 * src/lalr.c (state_lookahead_tokens_count): For code readability,
3677 move the check for disabled transitions to an aver since conflict
3678 resolution hasn't happened yet.
3679
3680 * src/lalr.c (state_lookahead_tokens_count): Remove the check that
3681 labels a state as inconsistent just because it has error transitions.
3682 The original form of this check appeared in revision 1.1 of lalr.c,
3683 which was committed on 1991-12-21. Now (at least), changing the
3684 consistency label on such a state appears to have no useful effect in
3685 any of the places it is examined, which I enumerate below. The key
3686 point to understanding each item in this enumeration is that a state
3687 with an error transition is labelled consistent in the first place only
3688 if it has no rules, so the check cannot matter for states that have
3689 rules. (1) Labelling a state as inconsistent will cause set_conflicts
3690 to try to identify its conflicts, and a state must have *rules* to have
3691 conflicts. (2) Labelling a state as inconsistent will affect how
3692 action_row sets the default *rule* for the state. (3) Labelling a
3693 state as inconsistent will cause build_relations to add lookback edges
3694 to *rules* in that state.
3695 * src/state.h (struct state): Word the comment for member consistent
3696 more carefully.
3697
3698 2007-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
3699
3700 Don't depend on C99 features.
3701 * src/conflicts.c (conflicts_update_state_numbers): Fix for-loop.
3702 * src/lalr.c (lalr_update_state_numbers): Fix for-loop.
3703 * src/reader.c (check_and_convert_grammar): Fix for-loop.
3704 * src/state.c (state_mark_reachable_states): Fix for-loop.
3705 (state_remove_unreachable_states): Fix for-loop.
3706
3707 Don't widen struct state with member reachable just to temporarily
3708 record reachability. Instead, use a local bitset.
3709 * src/state.h (struct state): Remove member.
3710 * src/state.c (state_new): Don't initialize it.
3711 (state_mark_reachable_states): Rename to...
3712 (state_record_reachable_states): ... this, and use bitset.
3713 (state_remove_unreachable_states): Use bitset.
3714
3715 2007-05-26 Joel E. Denny <jdenny@ces.clemson.edu>
3716
3717 * src/Makefile.am (yacc): Quote target action commands properly so
3718 that the yacc script isn't corrupt. Reported by Hans Aberg at
3719 <http://lists.gnu.org/archive/html/bug-bison/2007-05/msg00003.html>.
3720
3721 * data/glr.c (yylval): As in yacc.c, don't extern in the header for
3722 the case of pure parsers. Reported by Frans Englich at
3723 <http://lists.gnu.org/archive/html/help-bison/2007-05/msg00018.html>.
3724 * THANKS: Add Frans Englich.
3725
3726 * NEWS (2.3a+): In the %code entry, reference section `Bison
3727 Declaration Summary' from the manual now since the %code summary has
3728 moved there.
3729 * doc/bison.texinfo (Prologue Alternatives): Mention that directives
3730 in the rules section must be terminated by semicolons.
3731
3732 2007-05-20 Joel E. Denny <jdenny@ces.clemson.edu>
3733
3734 Extend the front-end API for %define variables to more completely
3735 mirror the back-end. This will be useful in the future.
3736 * data/bison.m4 (b4_percent_define_get, b4_percent_define_ifdef):
3737 Update comments to mention the new front-end counterparts of these
3738 macros.
3739 * src/muscle_tab.c (MUSCLE_COMMON_DECODE): New macro with common code
3740 for muscle_string_decode and muscle_location_decode.
3741 (muscle_string_decode): New static function.
3742 (muscle_location_decode): Use MUSCLE_COMMON_DECODE.
3743 (muscle_percent_define_get, muscle_percent_define_ifdef): New
3744 functions.
3745 (muscle_percent_define_flag_if): Use muscle_percent_define_ifdef and
3746 muscle_percent_define_get to mimic the b4_percent_define_flag_if
3747 implementation more closely.
3748 (muscle_percent_define_invalid_value): New function.
3749 * src/muscle_tab.h (muscle_percent_define_get,
3750 muscle_percent_define_ifdef, muscle_percent_define_invalid_value):
3751 Prototype.
3752
3753 2007-05-07 Joel E. Denny <jdenny@ces.clemson.edu>
3754
3755 * NEWS (2.3a+): Mention yesterday's state-removal change.
3756 (2.3a): Remove the %language entry, which was added after 2.3a.
3757 * src/LR0.c, src/closure.c, src/closure.h, src/conflicts.c,
3758 src/conflicts.h, src/lalr.c, src/lalr.h, src/print.c,
3759 src/print_graph.c, src/state.c, src/state.h, tests/conflicts.at,
3760 tests/existing.at: Update copyright date.
3761
3762 2007-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
3763
3764 If conflict resolution makes states unreachable, remove those states,
3765 report rules that are then unused, and don't report conflicts in those
3766 states.
3767 * src/conflicts.c, src/conflicts.h (conflicts_update_state_numbers):
3768 New global function.
3769 * src/lalr.c, src/lalr.h (lalr_update_state_numbers): New global
3770 function.
3771 * src/main.c (main): After conflict resolution, remove the unreachable
3772 states and update all data structures that reference states by number.
3773 * src/state.c (state_new): Initialize each state's reachable member to
3774 false.
3775 (state_mark_reachable_states): New static function.
3776 (state_remove_unreachable_states): New global function.
3777 * src/state.h (struct state): Add member bool reachable.
3778 (state_remove_unreachable_states): Prototype.
3779 * tests/conflicts.at (Unreachable States After Conflict Resolution):
3780 New test case.
3781 * tests/existing.at (GNU pic Grammar): Update test case output now that
3782 an unused rule is discovered.
3783
3784 2007-05-06 Joel E. Denny <jdenny@ces.clemson.edu>
3785
3786 Minor code cleanup in parser table construction.
3787 * src/LR0.c (new_itemsets): Use item_number_is_symbol_number.
3788 (new_itemsets, save_reductions): Update for rename to nitemset.
3789 * src/closure.c (nritemset): Rename to...
3790 (nitemset): ... this since the "r" appears to meaningless and isn't
3791 used in the comments.
3792 (closure): Update for rename.
3793 * src/closure.h (nritemset): Update extern to...
3794 (nitemset): ... this.
3795 * src/lalr.c (LA): Fix a typo in comments.
3796 * src/print.c (print_core): Update for rename to nitemset.
3797 * src/print_graph.c (print_graph): Likewise.
3798 * src/state.h: Fix some typos in header comments.
3799
3800 2007-04-04 Paul Eggert <eggert@cs.ucla.edu>
3801
3802 * THANKS: Use ASCII for Sebastien Fricker's name. Bison source
3803 still sticks to ASCII. Sorry!
3804
3805 * README-hacking: New file, taken mostly from coreutils, with changes
3806 for Bison. Contains much of the contents of:
3807 * README-cvs: Remove.
3808 * bootstrap: Sync from gnulib.
3809 * build-aux/.cvsignore: Remove *.t, mkinstalldirs.
3810 * lib/.cvsignore: Add wchar.h, wctype.h. Remove exit.h.
3811
3812 2007-03-10 Joel E. Denny <jdenny@ces.clemson.edu>
3813
3814 * doc/bison.texinfo (Destructor Decl): Fix typo reported by Sebastian
3815 Setzer.
3816 (Java Differences): Fix some typos.
3817 * THANKS: Add Sebastian Setzer.
3818
3819 2007-03-07 Paolo Bonzini <bonzini@gnu.org>
3820
3821 * data/java.m4 (b4_single_class_if): Remove.
3822 (b4_abstract_if): Look at "%define abstract".
3823 (b4_lexer_if): New.
3824 (b4_union_name): Rename...
3825 (b4_yystype): ... to this. Map to "%define stype".
3826 (b4_rhs_value, b4_parse_param_decl, b4_lex_param_decl,
3827 b4_maybe_throws): Fix quoting.
3828 (b4_lex_param_call): Move below to keep b4_*_param_decl close.
3829 * data/lalr1.java (Lexer interface): Always define.
3830 (Lexer interface within parser class): Remove.
3831 (YYLexer class): New, used when "%code lexer" is present.
3832 (constructor): When "%code lexer" is used, pass %lex-param
3833 to the lexer constructor.
3834 (yylex, yyparse): Remove %lex-param from method invocations
3835 (YYStack, yyaction, yyparse): Rename b4_union_name to b4_yystype.
3836
3837 * doc/bison.texinfo (Java Bison Interface): Mention "%define
3838 abstract". Rename "%define union_name" to "%define stype".
3839 Rename method names according to previous patch.
3840 (Java Scanner Interface): Describe "%code lexer" instead of
3841 "%pure-parser" and "%define single_class".
3842 (Java Differences): Mention "%code lexer".
3843
3844 * tests/java.at (_AT_DATA_JAVA_CALC_Y): Remove final argument.
3845 Include scanner here, using macros from tests/local.at.
3846 (AT_DATA_CALC_Y): Remove final argument.
3847 (_AT_CHECK_JAVA_CALC): Likewise.
3848 (AT_CHECK_JAVA_CALC): Likewise. Test all four combinations
3849 of %locations and %error-verbose.
3850 (main): Test with and without %lex-param.
3851 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Push AT_LEXPARAM_IF.
3852 (AT_BISON_OPTION_POPDEFS): Pop it.
3853
3854 2007-03-07 Juan Manuel Guerrero <juan.guerrero@gmx.de>
3855
3856 DJGPP spefic issue. Inhibit the use of disallowed characters for
3857 file name genertion on Win98, WinXP, etc. These are |<>":?*\
3858 and concern testsuite case 46.
3859 * Makefile.am: djgpp/testsuite.sed added to EXTRA_DIST
3860 * djgpp/testsuite.sed: Inhibit the use of disallowed characters.
3861 * djgpp/config.bat: Inhibit the use of disallowed characters.
3862
3863 2007-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
3864
3865 Miscellaneous %define and %code cleanup.
3866 * data/bison.m4 (b4_percent_define_flag_if): Correct comments on how
3867 values are interpreted.
3868 * doc/bison.texinfo (Decl Summary): Clean up and extend %define
3869 documentation a little more.
3870 * src/muscle_tab.c (MUSCLE_USER_NAME_CONVERT,
3871 muscle_percent_define_insert, muscle_percent_code_grow): New
3872 functions/macros.
3873 * src/muscle_tab.h (muscle_percent_define_insert,
3874 muscle_percent_code_grow): Prototype.
3875 * src/parse-gram.y (prologue_declaration): Use
3876 muscle_percent_define_insert and muscle_percent_code_grow when parsing
3877 %define and %code directives.
3878
3879 Make it easy to share %define boolean variables between the front-end
3880 and back-end. Though not used yet, this will be useful in the future.
3881 * data/bison.m4 (b4_check_user_names): Rewrite comments to talk about
3882 Bison uses of names rather than just skeleton uses of names.
3883 (b4_percent_define_get, b4_percent_define_ifdef): Rename
3884 b4_percent_define_skeleton_variables(VARIABLE) to
3885 b4_percent_define_bison_variables(VARIABLE).
3886 (b4_percent_code_get, b4_percent_code_ifdef): Rename
3887 b4_percent_code_skeleton_qualifiers(QUALIFIER) to
3888 b4_percent_code_bison_qualifiers(QUALIFIER).
3889 (b4_check_user_names_wrap): Update for renames.
3890 * src/muscle_tab.c, src/muscle_tab.h (muscle_percent_define_flag_if,
3891 muscle_percent_define_default): New functions mimicking
3892 b4_percent_define_flag_if and b4_percent_define_default.
3893
3894 For %define variables, report locations for invalid values and
3895 redefinitions.
3896 * data/bison.m4 (b4_percent_define_flag_if): Read
3897 b4_percent_define_loc(VARIABLE) to report the location of an invalid
3898 value for VARIABLE.
3899 (b4_percent_define_default): Save a special location in
3900 b4_percent_define_loc(VARIABLE) in case the default value for VARIABLE
3901 must later be reported as invalid.
3902 * src/muscle_tab.c (muscle_location_grow, muscle_location_decode): New
3903 functions.
3904 (muscle_percent_define_insert): Record the location of VARIABLE in
3905 muscle percent_define_loc(VARIABLE), and use it to report the previous
3906 location for a redefinition.
3907 (muscle_percent_define_flag_if): Update like b4_percent_define_flag_if.
3908 (muscle_percent_define_default): Update like b4_percent_define_default.
3909 (muscle_grow_user_name_list): Rename to...
3910 (muscle_user_name_list_grow): ... this for consistency and use
3911 muscle_location_grow.
3912 * src/muscle_tab.h (muscle_location_grow): Prototype.
3913 * tests/input.at (%define errors): Update expected output.
3914 * tests/skeletons.at (%define boolean variables: invalid skeleton
3915 defaults): New test case.
3916
3917 2007-02-28 Joel E. Denny <jdenny@ces.clemson.edu>
3918
3919 * src/print.c (lookahead_set, state_default_rule): Remove.
3920 (print_reductions): Replace state_default_rule invocation with
3921 equivalent use of yydefact, which was computed in token_actions in
3922 tables.c.
3923 (print_results): Don't allocate lookahead_set.
3924
3925 2007-02-27 Paolo Bonzini <bonzini@gnu.org>
3926
3927 * data/lalr1.java: Prefix all private members with yy.
3928
3929 2007-02-24 Joel E. Denny <jdenny@ces.clemson.edu>
3930
3931 Use YYFPRINTF instead of fprintf where appropriate. Reported by
3932 Sebastien Fricker at
3933 <http://lists.gnu.org/archive/html/bug-bison/2007-02/msg00035.html>.
3934 * THANKS: Add Sebastien Fricker.
3935 * data/glr.c, data/push.c, data/yacc.c (yy_reduce_print): Implement.
3936 * doc/bison.texinfo (Tracing): Make it clearer that YYFPRINTF must
3937 accept a variable number of arguments.
3938
3939 2007-02-19 Joel E. Denny <jdenny@ces.clemson.edu>
3940
3941 * bootstrap: Remove occurrences of .#bootmp from lib/Makefile.
3942
3943 2007-02-13 Juan Manuel Guerrero <juan.guerrero@gmx.de>
3944
3945 * djgpp/config.bat: Adjustments concerning the use of autoconf 2.61.
3946 * djgpp/config.sed: Adjustments concerning the use of autoconf 2.61.
3947 * djgpp/config.site: Adjustments concerning the use of autoconf 2.61.
3948
3949 2007-02-11 Paul Eggert <eggert@cs.ucla.edu>
3950
3951 Undo my 2007-02-07 change, switching back to the c-strcase module
3952 introduced in the 2007-02-03 change. Bruno Haible reported that
3953 the 2007-02-07 change would be dangerous in Turkish if we add a
3954 language whose name contains "i", since "i" is not lowercase "I"
3955 in Turkish.
3956 * bootstrap.conf (gnulib_modules): Add c-strcase. Remove strcase.
3957 * lib/.cvsignore: Add c-ctype.c, c-ctype.h, c-strcase.h,
3958 c-strcasecomp.c, c-strncasecmp.c. Remove strcasecmp.c, strncasecmp.c.
3959 * m4/.cvsignore: Remove strcase.m4.
3960 * src/getargs.c: Revert 2007-02-07 change, as follows.
3961 Include c-strcase.h.
3962 (language_argmatch): Use c_strcasecmp rather than strcasecmp.
3963
3964 2007-02-11 Bruno Haible <bruno@clisp.org>
3965
3966 Enable the Java related testsuite tests when the only Java compiler
3967 found is a gcj < 4.3. Discussed at
3968 <http://lists.gnu.org/archive/html/bug-bison/2007-02/msg00016.html>.
3969 * configure.ac (gt_JAVACOMP): Don't specify a target_version.
3970
3971 2007-02-11 Joel E. Denny <jdenny@ces.clemson.edu>
3972
3973 * data/Makefile.am: Update copyright date.
3974 * data/push.c (yypull_parse): Report memory exhaustion and return 2 if
3975 yypstate_new returns NULL.
3976 (yypstate_new): Return NULL if malloc does.
3977 * src/reader.c (packgram): Move translation of rule actions from the
3978 beginning of packgram to...
3979 (check_and_convert_grammar): ... here right before packgram is invoked
3980 so it's easier to write more complete comments, and remove redundant
3981 code.
3982
3983 2007-02-10 Joel E. Denny <jdenny@ces.clemson.edu>
3984
3985 As in semantic actions, make @$ in %initial-action, %destructor, and
3986 %printer imply %locations.
3987 * src/scan-code.l (SC_SYMBOL_ACTION): Set locations_flag = true when
3988 scanning @$.
3989 * tests/actions.at (AT_CHECK_ACTION_LOCATIONS): New macro supporting...
3990 (@$ in %initial-action implies %locations,
3991 @$ in %destructor implies %locations,
3992 @$ in %printer implies %locations): ... these new test cases.
3993
3994 2007-02-07 Paul Eggert <eggert@cs.ucla.edu>
3995
3996 Undo most of the 2007-02-03 change, switching to the strcase module
3997 now that gnulib strcase has been fixed.
3998 * bootstrap.conf (gnulib_modules): Remove c-strcase. Add strcase.
3999 * lib/.cvsignore: Remove c-ctype.c, c-ctype.h, c-strcase.h,
4000 c-strcasecomp.c, c-strncasecmp.c. Add strcasecmp.c, strncasecmp.c
4001 * m4/.cvsignore: Add strcase.m4.
4002 * src/getargs.c: Revert 2007-02-03 change, as follows.
4003 Don't include c-strcase.h.
4004 (language_argmatch): Use strcasecmp rather than c_strcasecmp.
4005 strcasecmp has "unspecified behavior" outside the POSIX locale,
4006 but it works fine in practice if at least one argument is ASCII,
4007 as is the case in Bison.
4008
4009 2007-02-07 Paolo Bonzini <bonzini@gnu.org>
4010
4011 * tests/java.at: Skip tests if only one of javac/java is present.
4012 Reported by Joel E. Denny.
4013 * tests/atlocal.in: Adjust copyright years.
4014
4015 2007-02-05 Paolo Bonzini <bonzini@gnu.org>
4016
4017 * data/lalr1.java (Stack): Work around old verifiers that disallow
4018 access to the private fields of an inner class, from the outer class.
4019 We can make Stack's fields public because user code doesn't have access
4020 to the instance of Stack used by parse(). Reported by Paul Eggert.
4021
4022 2007-02-03 Paul Eggert <eggert@cs.ucla.edu>
4023
4024 * .cvsignore: Add javacomp.sh, javaexec.sh. Is this really
4025 the right spot for these files?
4026 * bootstrap.conf (gnulib_modules): Add c-strcase.
4027 * lib/.cvsignore: Add c-ctype.c c-ctype.h, c-strcasecomp.c,
4028 c-strncasecmp.c.
4029 * src/getargs.c: Include c-strcase.h.
4030 (language_argmatch): Use c_strcasecmp rather than strcasecmp,
4031 to avoid unspecified behavior.
4032
4033 2007-02-01 Joel E. Denny <jdenny@ces.clemson.edu>
4034
4035 * doc/bison.texinfo (Decl Summary): Correct typo.
4036
4037 2007-01-30 Paolo Bonzini <bonzini@gnu.org>
4038
4039 * data/bison.m4 (b4_percent_define_flag_if): Don't treat 0 as false.
4040 Complain if the value does not match empty, "true" or "false".
4041 * data/c++.m4: Adjust default definitions of %define variables.
4042 * data/java.m4: Adjust default definitions of %define variables.
4043 * doc/bison.texinfo (Decl Summary): Adjust the %define entry according
4044 to above behavior.
4045 * tests/input.at (Boolean %define variables): Test new behavior.
4046
4047 2007-01-29 Paolo Bonzini <bonzini@gnu.org>
4048
4049 * NEWS: Mention java.
4050 * TODO: Remove things that are done.
4051 * bootstrap.conf: Add javacomp-script and javaexec-script.
4052 * configure.ac: Invoke gt_JAVACOMP and gt_JAVAEXEC.
4053
4054 * data/Makefile.am: Add new files.
4055 * data/java-skel.m4: New.
4056 * data/java.m4: New.
4057 * data/lalr1.java: New.
4058
4059 * doc/bison.texinfo: Put "A Complete C++ Example" under
4060 C++ Parsers. Add Java Parsers. Put C++ Parsers and Java Parsers
4061 under Other Languages.
4062
4063 * src/getargs.c (valid_languages): Add Java.
4064 * src/getargs.h (struct bison_language): Update size of string fields.
4065
4066 * tests/Makefile.am: Add java.at.
4067 * tests/atlocal.in: Add CONF_JAVA and CONF_JAVAC.
4068 * tests/java.at: New.
4069 * tests/testsuite.at: Include it.
4070
4071 2007-01-28 Joel E. Denny <jdenny@ces.clemson.edu>
4072
4073 Clean up.
4074 * src/scan-skel.l (at_directive_perform): Add at_directive_argc and
4075 at_directive_argv arguments so these no longer have to be global
4076 variables. Also, update the implementation for the following changes.
4077 (fail_for_at_directive_too_many_args,
4078 fail_for_at_directive_too_few_args): Add at_directive_name argument.
4079 (at_directive_name): Remove as at_directive_argv[0] will be used for
4080 this now.
4081 (AT_DIRECTIVE_ARGC_MAX): Increment to make space in at_directive_argv
4082 for the directive name.
4083 (at_directive_argc, at_directive_argv): Make these local within
4084 skel_lex instead of global.
4085 (INITIAL): Update directive start action for above changes.
4086 (SC_AT_DIRECTIVE_ARG): Rename to...
4087 (SC_AT_DIRECTIVE_ARGS): ... this, and update for above changes.
4088 (SC_AT_DIRECTIVE_SKIP_WS): Update.
4089 (scan_skel): Move yylex_destroy to...
4090 (skel_scanner_free): ... here.
4091 * tests/skeletons.at (installed skeleton file name): Rename to...
4092 (installed skeleton file names): ... this.
4093
4094 2007-01-27 Joel E. Denny <jdenny@ces.clemson.edu>
4095
4096 * ChangeLog: For changes in doc/bison.texinfo, consistently reference
4097 node names: say "Table of Symbols" not "Bison Symbols", and say "Decl
4098 Summary" not "Directives".
4099 * doc/bison.texinfo (Decl Summary, Calc++ Parser): Cross-reference the
4100 %code entry in "Decl Summary" rather than the one in "Table of Symbols"
4101 since the former is now the more complete one.
4102 (Prologue Alternatives): Likewise and do the same for %defines.
4103 (Table of Symbols): Add summary of %code, add summary of %define, and
4104 move full %code documentation to...
4105 (Decl Summary): ... here for consistency with other entries in these
4106 sections.
4107 Move %define entry in order to keep this list alphabetized.
4108 Reword %define entry a little to put less emphasis on the skeleton
4109 concept, which most users shouldn't have to think about.
4110
4111 2007-01-26 Paul Eggert <eggert@cs.ucla.edu>
4112
4113 Adjust to recent gnulib changes.
4114 * lib/.cvsignore: Remove stpcpy.h, strndup.h, strnlen.h.
4115 Add string.h, string_.h, unistd_.h, wchar_.h.
4116 * m4/.cvsignore: Add gnulib-common.m4, string_h.m4, wchar.m4.
4117 * src/system.h: Don't include <stpcpy.h>; this is now done by
4118 <string.h>.
4119
4120 2007-01-23 Paolo Bonzini <bonzini@gnu.org>
4121
4122 Simplify implementation of unqualified %code, implement macros for
4123 uniform treatment of boolean %define flags. Document %define.
4124 * data/bison.m4 (b4_percent_define_ifdef, b4_percent_define_flag_if,
4125 b4_percent_code_ifdef): New.
4126 (b4_percent_code_get): Map unqualified %code to b4_percent_code().
4127 * data/c++.m4: Define default value for global_tokens_and_yystype.
4128 * data/glr.cc: Likewise.
4129 * data/location.cc: Use b4_percent_define_flag_if.
4130
4131 * doc/bison.texinfo (Decl Summary): Document %define.
4132
4133 * src/parse-gram.y (Unqualified %code): Change muscle name to
4134 b4_percent_code().
4135 (content.opt): Default to empty.
4136
4137 2007-01-17 Joel E. Denny <jdenny@ces.clemson.edu>
4138
4139 Implement support for relative and absolute skeleton file names.
4140 Discussed starting at
4141 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00071.html>.
4142 * doc/bison.texinfo (Decl Summary): Document in %skeleton entry.
4143 (Bison Options): Document in --skeleton entry.
4144 * src/output.c (output_skeleton): Use strncpy rather than strcpy since
4145 full_skeleton can't necessarily hold all of pkgdatadir.
4146 If the specified skeleton file name contains a `/', don't prepend
4147 pkgdatadir.
4148 * src/parse-gram.y (prologue_declaration): If the specified skeleton
4149 file name contains a `/', prepend the grammar file directory.
4150 * tests/Makefile.am (TESTSUITE_AT): Add skeletons.at.
4151 * skeletons.at: New file.
4152 (relative skeleton file names): New test case.
4153 (installed skeleton file names): New test case.
4154 * tests/testsuite.at: Include skeletons.at.
4155
4156 * bootstrap: Update copyright to 2007.
4157
4158 2007-01-17 Paolo Bonzini <bonzini@gnu.org>
4159
4160 * bootstrap: Remove occurrences of .#bootmp from the files.
4161
4162 2007-01-17 Akim Demaille <akim@epita.fr>
4163
4164 * doc/bison.texinfo (Calc++ Parser): Don't try to alias
4165 nonterminals.
4166 Use per-type %printer.
4167
4168 2007-01-17 Joel E. Denny <jdenny@ces.clemson.edu>
4169
4170 * NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4,
4171 data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
4172 djgpp/config.site, src/files.c, src/files.h, src/main.c,
4173 src/muscle_tab.c, src/muscle_tab.h, src/parse-gram.y, src/reader.h,
4174 src/scan-skel.h, src/scan-skel.l, tests/actions.at, tests/calc.at,
4175 tests/glr-regression.at, tests/input.at, tests/local.at,
4176 tests/output.at, tests/torture.at: Update copyright to 2007.
4177
4178 2007-01-16 Akim Demaille <akim@epita.fr>
4179
4180 * doc/bison.texinfo (Calc++ Parsing Driver): Let "parse" return an
4181 error code.
4182 (Calc++ Scanner): Exit with failure if we can't open the input
4183 file.
4184 Accept "-" standing for stdin.
4185 (Calc++ Top Level): Print the result only if the parsing was
4186 successful.
4187
4188 2007-01-16 Akim Demaille <akim@epita.fr>
4189
4190 * data/lalr1.cc (yy_reduce_print_): Add a missing end-of-line.
4191
4192 2007-01-15 Paolo Bonzini <bonzini@gnu.org>
4193 and Joel E. Denny <jdenny@ces.clemson.edu>
4194
4195 Clean up %define and %code implementation in M4 some. Most
4196 importantly, rename all related macros to be in the b4_percent_define
4197 and b4_percent_code namespaces. Also, complete support for `.' in
4198 %define variable names and %code qualifiers.
4199 * data/bison.m4 (b4_check_user_names): Check for special
4200 "SKELETON-NAMESPACE(name)" macros instead of using two nested
4201 m4_foreach loops.
4202 (b4_get_percent_define, b4_get_percent_code): Rename to...
4203 (b4_percent_define_get, b4_percent_code_get): ... these.
4204 Extend documentation with examples.
4205 For SKELETON-NAMESPACE (as documented for b4_check_user_names), use
4206 b4_percent_define_skeleton_variables and
4207 b4_percent_code_skeleton_qualifiers.
4208 Expect any value for the %define variable `foo' to be stored in the
4209 macro named `b4_percent_define(foo)'; expect any %code blocks for the
4210 qualifier `foo' to be stored in a macro named `b4_percent_code(foo)';
4211 expect any unqualified %code blocks to be stored in a macro named
4212 `b4_percent_code_unqualified'.
4213 Use m4_indir so that %define variable names and %code qualifiers can
4214 contain `.', which is allowed by the grammar parser.
4215 (b4_percent_define_default): New macro to set a default value for a
4216 %define variable.
4217 (m4_wrap): Update wrapped code, and fix some underquoting.
4218 (b4_check_user_names_wrap): Update and define outside the m4_wrap.
4219 Expect grammar uses of %define variables and %code qualifiers to be
4220 defined in b4_percent_define_user_variables and
4221 b4_percent_code_user_qualifiers.
4222 * data/c++.m4: Use b4_percent_define_default rather than
4223 m4_define_default. Fix some underquoting. Skeleton usage of %define
4224 variable define_location_comparison now implies skeleton usage of
4225 %define variable filename_type.
4226 * data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
4227 data/push.c, data/yacc.c: Update macro names.
4228 * src/parse-gram.y (prologue_declaration, grammar_declaration): Update
4229 muscle names.
4230
4231 2007-01-14 Juan Manuel Guerrero <juan.guerrero@gmx.de>
4232
4233 DJGPP specific issues.
4234
4235 * djgpp/config.site: Set ac_cv_path_mkdir to a sane DJGPP specific
4236 default. Set gl_cv_absolute_wctype_h to a sane DJGPP specific default.
4237
4238 2007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
4239
4240 * tests/glr-regression.at: Use AT_PARSER_CHECK rather than AT_CHECK to
4241 run parsers in all tests so that Valgrind is invoked during
4242 maintainer-check-valgrind.
4243 (Duplicate representation of merged trees): Free all semantic values.
4244 (Duplicated user destructor for lookahead): Likewise.
4245
4246 2007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
4247
4248 * tests/local.at (AT_PARSER_CHECK): Add a PRE argument to specify a
4249 command-line prefix.
4250 * tests/torture.at (Exploding the Stack Size with Alloca): Stderr is
4251 ignored, so use that PRE to set --log-fd=1 in VALGRIND_OPTS so we don't
4252 miss Valgrind messages.
4253 (Exploding the Stack Size with Malloc): Likewise.
4254
4255 2007-01-09 Joel E. Denny <jdenny@ces.clemson.edu>
4256
4257 Ignore YYSTACK_USE_ALLOCA for push parsers since the stacks can't be
4258 locals. Reported by Juan Manuel Guerrero at
4259 <http://lists.gnu.org/archive/html/bug-bison/2007-01/msg00000.html>.
4260 * data/push.c: Enclose the #ifdef YYSTACK_USE_ALLOCA in b4_push_if.
4261 Fix some indentation also.
4262 * tests/torture.at (Exploding the Stack Size with Alloca): Add comment
4263 explaining this issue.
4264
4265 2007-01-09 Paolo Bonzini <bonzini@gnu.org>
4266 and Joel E. Denny <jdenny@ces.clemson.edu>
4267
4268 Simplify union and prologue handling, and escape union and lex/parse
4269 params with digraphs.
4270 * data/bison.m4 (b4_pre_prologue, b4_post_prologue): Set their default
4271 values to the empty string since these are no longer guaranteed
4272 initialized by the front-end.
4273 * data/glr.c, data/glr.cc, data/lalr1.cc, data/push.c, data/yacc.c: Add
4274 braces around b4_user_stype since this is no longer done by the
4275 front-end.
4276 * src/files.c, src/files.h (pre_prologue_obstack,
4277 post_prologue_obstack): Remove.
4278 * src/muscle_tab.c (muscle_pair_list_grow): Don't duplicate header
4279 comments here. Use MUSCLE_OBSTACK_SGROW so that values are escaped
4280 with digraphs. This fixes lex params and parse params.
4281 * src/muscle_tab.h (muscle_pair_list_grow): Update comments.
4282 * src/output.c (prepare): Remove muscle insertion of the prologues.
4283 (output): Remove freeing of pre_prologue_obstack and
4284 post_prologue_obstack.
4285 * src/parse-gram.y (prologue_declaration): Use muscle_code_grow rather
4286 than prologue_augment for prologue parsing so you don't need prologue
4287 obstacks.
4288 (grammar_declaration): For %union RHS, use `braceless' instead of
4289 "{...}" so that braces are already stripped and code is escaped with
4290 digraphs.
4291 * src/reader.c (prologue_augment): Remove.
4292 (reader): Remove initialization of pre_prologue_obstack and
4293 post_prologue_obstack.
4294 * src/reader.h (prologue_augment): Remove.
4295
4296 * data/c.m4: Remove stray parenthesis.
4297
4298 2007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
4299
4300 Remove quotes from variables names in %define directives and from
4301 qualifiers in %code directives, and restrict the characters that are
4302 allowed in them to M4-friendly ones. For %define, continue to support
4303 the quoted form as a deprecated feature. Discussed starting at
4304 <http://lists.gnu.org/archive/html/bison-patches/2007-01/msg00023.html>.
4305 * NEWS (2.3a+): Add entry for the change to %define. Update entry for
4306 %code.
4307 * doc/bison.texinfo (Prologue Alternatives): Update.
4308 (Decl Summary): In %defines entry, update mention of `%code requires'
4309 and `%code provides'.
4310 (C++ Location Values): Update %define uses.
4311 (Calc++ Parser Interface): Likewise.
4312 (Calc++ Parser): Likewise, and update `%code requires' uses.
4313 (Table of Symbols): Update %code documentation.
4314 * src/parse-gram.y (prologue_declaration): For %define variables, use
4315 `variable' instead of `STRING'.
4316 (grammar_declaration): For %code qualifiers, use `ID' instead of
4317 `STRING'.
4318 (variable): New nonterminal that takes an `ID' or a `STRING'.
4319 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Update %code
4320 and %define uses.
4321 * tests/calc.at (_AT_DATA_CALC_Y): Update %define use.
4322 * tests/input.at (Reject unused %code qualifiers): Update %code uses.
4323 (%define errors): Update %define uses.
4324
4325 2007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
4326
4327 * src/parse-gram.y (prologue_declaration): Use MUSCLE_INSERT_STRING
4328 instead of muscle_insert for %define values so that M4-special
4329 characters are replaced with digraphs.
4330 * tests/input.at (%define errors): Extend to check weird values.
4331
4332 2007-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
4333
4334 Instead of having skeletons declare all valid %define variables and
4335 %code qualifiers, provide macros that retrieve the associated values
4336 and build these lists automatically. Thus Bison will now warn when a
4337 variable or qualifier is not used by the skeleton in the current
4338 invocation regardless of whether it might sometimes be used by that
4339 skeleton in other invocations. Also, move all %define value macros to
4340 the b4_percent_define_ namespace, and remove the %define "NAME" {CODE}
4341 form, which is replaced by %code.
4342 * data/bison.m4 (b4_check_for_unrecognized_names): Rename to...
4343 (b4_check_user_names): ... this, and change the series of valid name
4344 arguments to a single list argument for names used in the skeleton
4345 similar to the existing list argument for names used in the grammar.
4346 Warn instead of complaining.
4347 (b4_get_percent_define, b4_get_percent_code): New to retrieve %define
4348 values and %code code, to format %code code properly, and to build
4349 lists of all %define variables and %code qualifiers used in the
4350 skeleton: b4_skeleton_percent_define_variables and
4351 b4_skeleton_percent_code_qualifiers.
4352 (b4_check_percent_define_variables, b4_check_percent_code_qualifiers):
4353 Remove, and...
4354 (m4_wrap): ... m4_wrap b4_check_user_names invocations instead so that
4355 the skeleton names lists can finish building first. In place of
4356 b4_used_percent_define_variables and b4_used_percent_code_qualifiers,
4357 expect the lists b4_user_percent_define_variables and
4358 b4_user_percent_code_qualifiers.
4359 * data/c++.m4: Where setting default values for b4_parser_class_name,
4360 b4_location_type, b4_filename_type, b4_namespace, and
4361 b4_define_location_comparison, update their names to the
4362 b4_percent_define_ namespace.
4363 * data/glr.c: Don't use b4_check_percent_define_variables and
4364 b4_check_percent_code_qualifiers. Use b4_get_percent_code.
4365 * data/glr.cc, data/lalr1.cc: Likewise, and use b4_get_percent_define.
4366 (b4_parser_class_name, b4_namespace): Define these using
4367 b4_get_percent_define for parser_class_name and namespace.
4368 * data/location.cc: Use b4_get_percent_define.
4369 * data/push.c: Don't use b4_check_percent_define_variables and
4370 b4_check_percent_code_qualifiers. Use b4_get_percent_code.
4371 * data/yacc.c: Likewise, and don't call m4_exit in
4372 b4_use_push_for_pull_if or m4_wrap code will never execute.
4373 * src/muscle_tab.c, src/muscle_tab.h (muscle_grow_used_name_list):
4374 Rename to...
4375 (muscle_grow_user_name_list): ... this for consistency with the
4376 terminology used in bison.m4.
4377 * src/parse-gram.y (prologue_declaration): Prepend "percent_define_" to
4378 %define variable names, and rename muscle used_percent_define_variables
4379 to user_percent_define_variables.
4380 (grammar_declaration): Rename muscle used_percent_code_qualifiers to
4381 user_percent_code_qualifiers.
4382 (content): Remove.
4383 (content.opt): Replace content RHS with STRING RHS so %define "NAME"
4384 {CODE} form is no longer accepted.
4385 * tests/input.at (Reject bad %code qualifiers): Rename to...
4386 (Reject unused %code qualifiers): ... this, and update test output.
4387 (%define error): Update test output.
4388
4389 2007-01-07 Joel E. Denny <jdenny@ces.clemson.edu>
4390
4391 Check for unrecognized %define variables similar to checking for
4392 unrecognized %code qualifiers. Check for redefined %define variables.
4393 * data/bison.m4 (b4_check_for_unrecognized_names): New macro that
4394 generalizes...
4395 (b4_check_percent_code_qualifiers): ... this, which now wraps it.
4396 (b4_check_percent_define_variables): New, also wraps it.
4397 * data/glr.c: Unless glr.cc is wrapping glr.c, declare no valid %define
4398 variables using b4_check_percent_define_variables.
4399 * data/glr.cc, data/lalr1.cc: Declare the valid %define variables as
4400 all those exercised in the test suite and all those listed in the
4401 `Default values' section of c++.m4. Are there others?
4402 * data/push.c, data/yacc.c: Declare no valid %define variables.
4403 * src/muscle_tab.c, src/muscle_tab.h (muscle_find_const): New function,
4404 similar to muscle_find, but it works even when the muscle stores a
4405 const value.
4406 (muscle_grow_used_name_list): New function for constructing the used
4407 name list muscles that b4_check_for_unrecognized_names requires.
4408 * src/parse-gram.y (prologue_declaration): Warn if a variable is
4409 %define'd more than once. Define the b4_used_percent_define_variables
4410 muscle with muscle_grow_used_name_list.
4411 (grammar_declaration): Abbreviate %code code with
4412 muscle_grow_used_name_list.
4413 * tests/input.at (%define errors): New.
4414
4415 2007-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
4416
4417 Provide warn_at, complain_at, and fatal_at function callbacks to the
4418 skeletons, and use this for %code qualifier complaints.
4419 * data/bison.m4 (b4_error_at): New, invoked by...
4420 (b4_warn_at, b4_complain_at, b4_fatal_at): ... these new macros to wrap
4421 the skeleton scanner's new @warn_at(...@), @complain_at(...@), and
4422 @fatal_at(...@) directives.
4423 (b4_check_percent_code_qualifiers): Rewrite to expect locations for
4424 qualifiers in b4_used_percent_code_qualifiers and to use
4425 b4_complain_at.
4426 * src/location.c, src/location.h (boundary_set_from_string): New global
4427 function.
4428 * src/muscle_tab.c, src/muscle_tab.h (muscle_boundary_grow): New global
4429 function.
4430 * src/parse-gram.y (grammar_declaration): Add locations for qualifiers
4431 to b4_used_percent_code_qualifiers.
4432 * src/scan-skel.l (fail_for_at_directive_too_few_args): New static
4433 function.
4434 (AT_DIRECTIVE_ARGC_MAX): Increase for boundary arguments.
4435 (lineno): Rename to...
4436 (out_lineno): ... this so I don't misunderstand it again.
4437 (SC_AT_DIRECTIVE_SKIP_WS): Don't increment out_lineno for newlines
4438 here; these newlines are in the input but not the output file.
4439 (SC_AT_DIRECTIVE_ARG): Likewise. Extract directive execution to...
4440 (at_directive_perform): ... this new static function, and add handling
4441 of new @warn_at(...@), @complain_at(...@), and @fatal_at(...@)
4442 directives.
4443 * tests/input.at (Reject bad %code qualifiers): Update test output with
4444 locations and extend.
4445
4446 * tests/output.at (Output file name: [, Output file name: ]): Remove
4447 bogus comment about these tests failing.
4448
4449 2007-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
4450
4451 Clean up b4_check_percent_code_qualifiers a little.
4452 * data/bison.m4 (b4_check_percent_code_qualifiers): Expect qualifiers
4453 in b4_used_percent_code_qualifiers to be double-M4-quoted. Rewrite
4454 documentation and add examples.
4455 * src/parse-gram.y (grammar_declaration): Double-M4-quote those
4456 qualifiers here.
4457
4458 2007-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
4459
4460 Don't use m4_divert since it makes m4_divert_push and m4_divert_pop
4461 unreliable -- especially when they're hidden inside another macro.
4462 * data/bison.m4, data/c++-skel.m4, data/c++.m4, data/c-skel.m4,
4463 data/c.m4: Remove m4_divert(-1).
4464 * data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
4465 data/push.c, data/yacc.c: Likewise, and replace m4_divert(0) with
4466 m4_divert_push(0) and m4_divert_pop(0).
4467 * src/output.c (output_skeleton): Don't add an m4_divert_push(0) and
4468 an m4_wrap([m4_divert_pop(0)]) to the M4. Diversion -1, which is
4469 pushed and popped by m4sugar, should be first on the stack.
4470
4471 Provide warn, complain, and fatal function callbacks to the skeletons.
4472 This provides more flexibility than m4_fatal, improves the error
4473 message format, and captures messages for translation. Discussed
4474 starting at
4475 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00063.html>.
4476 * data/bison.m4 (b4_error): New, invoked by...
4477 (b4_warn, b4_complain, b4_fatal): ... these new macros to wrap the
4478 skeleton scanner's new @warn(...@), @complain(...@), and @fatal(...@)
4479 directives. Because these M4 macros might be called when the current
4480 diversion is -1 or 0, m4_divert_push and m4_divert_pop is used; thus
4481 the previous removal of uses of m4_divert, which caused trouble.
4482 (b4_check_percent_code_qualifiers): Use b4_complain instead of
4483 m4_fatal to report unrecognized %code qualifiers.
4484 * data/c++-skel.m4: Use b4_complain instead of m4_fatal to report C++
4485 push parser requests.
4486 * data/glr.c: Use b4_complain instead of m4_fatal to report
4487 non-deterministic push parser requests.
4488 Update @output usage to @output(...@) form.
4489 * data/glr.cc, data/lalr1.cc: Use b4_fatal instead of m4_fatal to
4490 report missing %defines. Update @output usage to @output(...@) form.
4491 * data/location.cc, data/push.c, data/yacc.c: Update @output usage to
4492 @output(...@) form.
4493 * src/main.c (main): Invoke skel_scanner_free.
4494 * src/scan-skel.h (skel_scanner_free): Prototype new function.
4495 * src/scan-skel.l (FLEX_NO_OBSTACK): Don't define; we now need the
4496 obstack_for_string from flex-scanner.h.
4497 (YY_DECL): Use to declare skel_lex static.
4498 (decode_at_digraphs): Remove; now handled in the new
4499 SC_AT_DIRECTIVE_ARG start condition.
4500 (fail_for_at_directive_too_many_args, fail_for_invalid_at): New static
4501 functions.
4502 (at_directive_name, AT_DIRECTIVE_ARGC_MAX, at_directive_argc,
4503 at_directive_argv): New static globals.
4504 (INITIAL): Use fail_for_invalid_at.
4505 Don't parse `@output file_name\n' or `@basename(...@)'. Instead,
4506 recognize the start of a generalized `@directive(...@)' form and
4507 start...
4508 (SC_AT_DIRECTIVE_ARG): ... this new start condition to parse the
4509 directive args (using the new obstack_for_string), to decode the
4510 contained @ diagraphs, and to perform the directive. It recognizes
4511 @basename(...@), @warn(...@), @complain(...@), @fatal(...@), and
4512 @output(...@).
4513 (SC_AT_DIRECTIVE_SKIP_WS): New start condition started by
4514 SC_AT_DIRECTIVE_ARG to skip whitespace after the argument delimiter,
4515 `@,'.
4516 (scan_skel): Initialize obstack_for_string on the first call.
4517 (skel_scanner_free): New function to free obstack_for_string.
4518 * tests/input.at (Reject bad %code qualifiers): Update test output.
4519
4520 2007-01-04 Joel E. Denny <jdenny@ces.clemson.edu>
4521
4522 Consolidate the 4 prologue alternative directives (%code, %requires,
4523 %provides, and %code-top) into a single %code directive with an
4524 optional qualifier field. Discussed at
4525 <http://lists.gnu.org/archive/html/bison-patches/2007-01/msg00012.html>.
4526 * NEWS (2.3a+): Rewrite the existing entry for the prologue
4527 alternatives.
4528 * doc/bison.texinfo (Prologue Alternatives): Update.
4529 (Decl Summary): Update to %code "requires" and %code "provides".
4530 (Calc++ Parser): Update to %code "requires".
4531 (Table of Symbols): Remove entries for %requires, %provides, and
4532 %code-top. Rewrite %code entry, and add a %code "QUALIFIER" entry.
4533 * data/bison.m4 (b4_user_provides, b4_user_requires): Remove as these
4534 are replaced by b4_percent_code_provides and b4_percent_code_requires,
4535 which are skeleton-specific.
4536 (b4_check_percent_code_qualifiers): New. A skeleton can use this to
4537 declare what %code qualifiers it supports and to complain if any other
4538 qualifiers were used in the grammar.
4539 * data/glr.cc: Update to use b4_user_code([b4_percent_code_requires])
4540 and b4_user_code([b4_percent_code_provides]) in place of
4541 b4_user_requires and b4_user_provides.
4542 * data/glr.c, data/lalr1.cc, data/push.c, data/yacc.c: Likewise.
4543 Add b4_user_code([b4_percent_code_top]) and
4544 b4_user_code([b4_percent_code]).
4545 Invoke b4_check_percent_code_qualifiers.
4546 * src/parse-gram.y (PERCENT_CODE_TOP, PERCENT_PROVIDES,
4547 PERCENT_REQUIRES): Remove.
4548 (grammar_declaration): Remove RHS's for %code-top, %provides, and
4549 %requires. Rewrite the %code RHS as the unqualified form defining the
4550 muscle b4_percent_code. Add another RHS for the qualified %code form,
4551 which defines muscles of the form b4_percent_code_QUALIFIER and the
4552 b4_used_percent_code_qualifiers muscle.
4553 * src/scan-gram.l (PERCENT_CODE_TOP, PERCENT_PROVIDES,
4554 PERCENT_REQUIRES): Remove.
4555 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Update to use
4556 %code "requires" and %code "provides".
4557 * tests/input.at (Reject bad %code qualifiers): New.
4558
4559 2007-01-03 Joel E. Denny <jdenny@ces.clemson.edu>
4560
4561 Use the new code_props interface for destructors and printers.
4562 * src/symtab.h (symbol, semantic_type): Remove destructor_location and
4563 printer_location members, and change the type of the destructor and
4564 printer members to code_props.
4565 (symbol_destructor_set, symbol_destructor_get, symbol_printer_set,
4566 symbol_printer_get, semantic_type_destructor_set,
4567 semantic_type_printer_set, default_tagged_destructor_set,
4568 default_tagless_destructor_set, default_tagged_printer_set,
4569 default_tagless_printer_set): Use code_props in arguments and return
4570 types in place of char const * and location.
4571 (symbol_destructor_location_get, symbol_printer_location_get): Remove
4572 since the locations are now contained in the return of
4573 symbol_destructor_get and symbol_printer_get.
4574 * src/output.c (symbol_destructors_output, symbol_printers_output):
4575 Replace with...
4576 (symbol_code_props_output): ... this to eliminate duplicate code.
4577 (output_skeleton): Update to use symbol_code_props_output.
4578 * src/reader.c (symbol_should_be_used): Update use of
4579 symbol_destructor_get.
4580 * src/symlist.c (symbol_list_destructor_set, symbol_list_printer_set):
4581 Update uses of the various _destructor_set and _printer_set functions.
4582 * src/symtab.c: (default_tagged_destructor_location,
4583 default_tagless_destructor_location, default_tagged_printer_location,
4584 default_tagless_printer_location): Remove since we...
4585 (default_tagged_destructor, default_tagless_destructor,
4586 default_tagged_printer, default_tagless_printer): ... change the type
4587 of these to code_props.
4588 (symbol_new, semantic_type_new, symbol_destructor_set,
4589 semantic_type_destructor_set, symbol_destructor_get,
4590 symbol_printer_set, semantic_type_printer_set, symbol_printer_get,
4591 symbol_check_alias_consistency, default_tagged_destructor_set,
4592 default_tagless_destructor_set, default_tagged_printer_set,
4593 default_tagless_printer_set): Update.
4594 (symbol_destructor_location_get, symbol_printer_location_get): Remove.
4595 (SYMBOL_CODE_PRINT): New similar to SYMBOL_ATTR_PRINT but for
4596 code_props members.
4597 (symbol_print): Use SYMBOL_CODE_PRINT.
4598
4599 2007-01-03 Joel E. Denny <jdenny@ces.clemson.edu>
4600
4601 Use the new code_props interface for rule actions.
4602 * src/symlist.h (symbol_list): Replace action, action_location, and
4603 used members with a code_props action_props member.
4604 * src/reader.c (symbol_should_be_used, grammar_rule_check,
4605 grammar_midrule_action, grammar_current_rule_merge_set,
4606 grammar_current_rule_symbol_append, packgram): Update.
4607 * src/scan-code.h (translate_rule_action): Remove, no longer used.
4608 * src/scan-code.l (handle_action_dollar): Update.
4609 (translate_rule_action): Remove, no longer used.
4610 * src/symlist.c (symbol_list_sym_new, symbol_list_syms_print): Update.
4611
4612 2007-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
4613
4614 Use the new code_props interface in parse-gram.y.
4615 * src/parse-gram.y (prologue_declaration, braceless, epilogue.opt):
4616 Update all uses of translate_* functions to use the new code_props
4617 interface and to use gram_scanner_last_string_free and
4618 code_scanner_last_string_free where possible.
4619 (grammar_declaration): symbol_list_destructor_set and
4620 symbol_list_printer_set now perform the translation, so don't do it
4621 here. Use gram_scanner_last_string_free where possible.
4622 * src/scan-code.h, src/scan-code.l (translate_symbol_action,
4623 translate_code): Remove, no longer used.
4624 * src/symlist.h, src/symlist.c (symbol_list_destructor_set,
4625 symbol_list_printer_set): Perform code translation here rather than
4626 depending on the caller to do so.
4627
4628 * src/symlist.h (struct symbol_list): Correct some documentation typos.
4629 * src/scan-gram.h (gram_last_string): Remove declaration.
4630 * src/scan-gram.l (last_string): Declare it static.
4631
4632 2007-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
4633
4634 Encapsulate code properties and related functionality for the various
4635 destructors, printers, and actions into a code_props structure and
4636 interface. This patch merely implements code_props in scan-code.h and
4637 scan-code.l. Future patches will rewrite other modules to use it.
4638 Discussed starting at
4639 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00020.html>.
4640 * src/location.h (EMPTY_LOCATION_INIT): Define so that it's easier to
4641 consistently initialize const structs that have an empty location
4642 field.
4643 * src/location.c (empty_location): Initialize with EMPTY_LOCATION_INIT
4644 to ensure consistency.
4645 * src/scan-code.h (code_props): New structure.
4646 (code_props_none_init, CODE_PROPS_NONE_INIT, code_props_none): New
4647 function, macro, and const global variable for initializing a
4648 code_props with no code.
4649 (code_props_plain_init, code_props_symbol_action_init,
4650 code_props_rule_action_init, code_props_translate_code): The rest of
4651 the new code_props functional interface. Among other things, the init
4652 functions set the code_props kind field so that
4653 code_props_translate_code will know whether to behave like
4654 translate_symbol_action, translate_rule_action, or translate_code.
4655 These old translate functions must remain until all other modules are
4656 updated to use the new code_props interface.
4657 (code_scanner_last_string_free): New function similar to
4658 gram_scanner_last_string_free.
4659 (code_scanner_free): Add documentation.
4660 * src/scan-code.l: Implement the new interface.
4661 (code_lex): Make it static, add a code_props* argument, and remove the
4662 rule argument.
4663 (last_string): New static global similar to the one in scan-gram.l.
4664 (SC_RULE_ACTION): Update to use the code_props* argument to code_lex
4665 instead of rule.
4666 (SC_SYMBOL_ACTION): For $$, set the is_value_used member of the
4667 code_props since Bison may one day use this information for destructors
4668 and printers.
4669 (<*><<EOF>>): Use STRING_FINISH so that last_string is set.
4670 (handle_action_dollar): Use symbol_list_n_get and set used flag
4671 directly since symbol_list_n_used_set is removed.
4672 (translate_action): Add a code_props* argument and remove the rule,
4673 action, and location arguments. Pass the code_props* on to code_lex.
4674 (translate_rule_action, translate_symbol_action, translate_code):
4675 Rewrite as wrappers around the new code_props interface.
4676 * src/symlist.h, src/symlist.c (symbol_list_n_used_set): Remove since
4677 it would eventually need to break the encapsulation of code_props.
4678
4679 2007-01-01 Joel E. Denny <jdenny@ces.clemson.edu>
4680
4681 * etc/.cvsignore: New.
4682
4683 2007-01-01 Joel E. Denny <jdenny@ces.clemson.edu>
4684
4685 Add maintainer-push-check to run maintainer-check using push parsing in
4686 place of pull parsing where available.
4687 * Makefile.am (maintainer-push-check): New.
4688 * data/bison.m4 (b4_use_push_for_pull_if): New.
4689 * data/push.c: Redefine b4_push_if and b4_use_push_for_pull_if
4690 appropriately based on their existing values.
4691 (yypush_parse): Don't print push-parser-specific diagnostics if push
4692 parsing is being used in place of pull parsing.
4693 * data/yacc.c: If push parsing should replace pull parsing, redirect to
4694 push.c.
4695 * src/output.c (prepare): Check BISON_USE_PUSH_FOR_PULL environment
4696 variable, and insert b4_use_push_for_pull_flag into muscles.
4697 * tests/Makefile.am (maintainer-push-check): New.
4698
4699 2006-12-31 Joel E. Denny <jdenny@ces.clemson.edu>
4700
4701 * data/push.c (yypush_parse): Set yynew = 1 at the end of a parse
4702 (whether successful or failed) so that yypush_parse can be invoked
4703 again to start a new parse using the same yypstate.
4704 * tests/torture.at (AT_DATA_STACK_TORTURE): For push mode, extend to
4705 check multiple yypull_parse invocations on the same yypstate. For pull
4706 mode, extend to check multiple yyparse invocations.
4707 (Exploding the Stack Size with Alloca): Extend to try with
4708 %push-pull-parser.
4709 (Exploding the Stack Size with Malloc): Likewise.
4710
4711 * tests/calc.at (Simple LALR Calculator): Don't specify
4712 %skeleton "push.c" since %push-pull-parser implies that now.
4713 * tests/headers.at (export YYLTYPE): Don't check for the push
4714 declarations. Otherwise, this test case can't be used to see if push
4715 mode can truly emulate pull mode.
4716 * tests/input.at (Torturing the Scanner): Likewise.
4717 * tests/local.at (AT_YACC_OR_PUSH_IF, AT_PUSH_IF): Remove.
4718 (AT_YYERROR_SEES_LOC_IF): Rather than AT_YACC_OR_PUSH_IF, use
4719 AT_YACC_IF, which now includes the case of push mode since %skeleton
4720 need not be used for push mode. This will be more intuitive once
4721 push.c is renamed to yacc.c.
4722
4723 2006-12-31 Joel E. Denny <jdenny@ces.clemson.edu>
4724
4725 For push mode, convert yyparse from a macro to a function, invoke yylex
4726 instead of passing a yylexp argument to yypull_parse, and don't
4727 generate yypull_parse or yyparse unless %push-pull-parser is declared.
4728 Discussed starting at
4729 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00163.html>.
4730 * data/bison.m4 (b4_pull_if): New.
4731 * data/c.m4 (b4_identification): Define YYPULL similar to YYPUSH.
4732 * data/push.c: Improve M4 quoting a little.
4733 (b4_generate_macro_args, b4_parenthesize): Remove.
4734 (yyparse): If there's a b4_prefix, #define this to b4_prefix[parse]
4735 any time a pull parser is requested.
4736 Don't #define this as a wrapper around yypull_parse. Instead, when
4737 both push and pull are requested, make it a function that does that
4738 same thing.
4739 (yypull_parse): If there's a b4_prefix, #define this to
4740 b4_prefix[pull_parse] when both push and pull are requested.
4741 Don't define this as a function unless both push and pull are
4742 requested.
4743 Remove the yylexp argument and hard-code yylex invocation instead.
4744 * etc/bench.pl.in (bench_grammar): Use %push-pull-parser instead of
4745 %push-parser.
4746 * src/getargs.c (pull_parser): New global initialized to true.
4747 * getargs.h (pull_parser): extern it.
4748 * src/output.c (prepare): Insert pull_flag muscle.
4749 * src/parse-gram.y (PERCENT_PUSH_PULL_PARSER): New token.
4750 (prologue_declaration): Set both push_parser and pull_parser = true for
4751 %push-pull-parser. Set push_parser = true and pull_parser = false for
4752 %push-parser.
4753 * src/scan-gram.l: Don't accept %push_parser as an alternative to
4754 %push-parser since there's no backward-compatibility concern here.
4755 Scan %push-pull-parser.
4756 * tests/calc.at (Simple LALR(1) Calculator): Use %push-pull-parser
4757 instead of %push-parser.
4758 * tests/headers.at (export YYLTYPE): Make yylex static, and don't
4759 prototype it in the module that calls yyparse.
4760 * tests/input.at (Torturing the Scanner): Likewise.
4761 * tests/local.at (AT_PUSH_IF): Check for %push-pull-parser as well.
4762
4763 2006-12-26 Joel E. Denny <jdenny@ces.clemson.edu>
4764
4765 Update etc/bench.pl. Optimize push mode a little (the yyn change
4766 deserves most of the credit).
4767 * Makefile.am (SUBDIRS): Add etc subdirectory.
4768 * configure.ac (AC_CONFIG_FILES): Add etc/bench.pl and etc/Makefile.
4769 * data/push.c (b4_declare_parser_state_variables): Move yyn, yyresult,
4770 yytoken, yyval, and yyloc declarations to...
4771 (yyparse or yypush_parse): ... here to improve performance. For
4772 yypush_parse invocations after the first, be sure to assign yyn its old
4773 value again.
4774 (yypstate_new): Don't bother initializing the yyresult field since the
4775 initial value isn't used.
4776 (yyn, yyresult, yytoken, yyval, yyloc): For each NAME in this list,
4777 remove the #define that, in push mode, set it to yyps->NAME.
4778 * etc/Makefile.am: New.
4779 * etc/bench.pl: Remove and build it instead from...
4780 * etc/bench.pl.in: ... this new file. Use @abs_top_builddir@ to invoke
4781 "tests/bison" from the build directory by default rather than just
4782 invoking "bison" from $PATH.
4783 (calc_grammar): Update push parser code: don't declare yylval globally,
4784 don't define yyparse_wrapper, and don't #define yyparse.
4785 (bench_grammar): Update to check all working combinations of yacc.c,
4786 push.c, impure, pure, pull, and push.
4787
4788 2006-12-25 Joel E. Denny <jdenny@ces.clemson.edu>
4789
4790 For push mode, add pull wrappers around yypush_parse.
4791 * data/push.c: (b4_generate_macro_args, b4_parenthesize): New macros.
4792 (yypull_parse): New function wrapping yypush_parse.
4793 (yyparse): New #define wrapping yypull_parse.
4794 * tests/calc.at (_AT_DATA_CALC_Y): Call yyparse even when %push-parser
4795 is declared.
4796 * tests/headers.at (export YYLTYPE): Make yylex global. For push mode,
4797 prototype yylex in the module that calls yyparse, and don't prototype
4798 yyparse there. Otherwise, the yyparse expansion won't compile.
4799 * tests/input.at (Torturing the Scanner): Likewise.
4800
4801 2006-12-25 Joel E. Denny <jdenny@ces.clemson.edu>
4802
4803 Enable push parsers to operate in impure mode. Thus, %push-parser no
4804 longer implies %pure-parser. The point of this change is to move
4805 towards being able to test the push parser code by running the entire
4806 test suite as if %push-parser had been declared.
4807 * data/push.c (yypush_parse): For impure mode, remove the
4808 yypushed_char, yypushed_val, and yypushed_loc arguments.
4809 Instead, declare these as local variables initialized to the global
4810 yychar, yylval, and yylloc.
4811 For the first yypush_parse invocation only, restore the initial values
4812 of these global variables when it's time to read a token since they
4813 have been overwritten.
4814 * src/parse-gram.y (prologue_declaration): Don't set pure_parser for
4815 %push-parser.
4816 * tests/calc.at (Simple LALR(1) Calculator): Always declare
4817 %pure-parser along with %push-parser since this test case was designed
4818 for pure push parsers.
4819 * tests/local.at (AT_PURE_OR_PUSH_IF): Remove unused.
4820 (AT_YACC_OR_PUSH_IF): New.
4821 (AT_YYERROR_SEES_LOC_IF): Fix enough that the test suite passes, but
4822 add a note that it's still wrong for some cases (as it has been for a
4823 while).
4824 (AT_PURE_LEX_IF): Use AT_PURE_IF instead of AT_PURE_OR_PUSH_IF since
4825 %push-parser no longer implies %pure-parser.
4826
4827 2006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
4828
4829 Remove some unnecessary differences between the pull parser code and
4830 the push parser code. This patch enables yynerrs in push mode.
4831 * data/push.c: Reformat M4 a little.
4832 (b4_yyerror_range): Remove and convert all uses to just yyerror_range.
4833 (b4_declare_scanner_communication_variables): Don't omit yynerrs just
4834 because push mode is on. Instead, if pure mode is on, move yynerrs
4835 to...
4836 (b4_declare_parser_state_variables): ... here.
4837 (yynerrs, yyerror_range): For push mode, #define each NAME in this list
4838 to yyps->NAME so it can be used in yypush_parse.
4839 (yypush_parse): Don't omit uses of yynerrs in push mode.
4840
4841 2006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
4842
4843 Fix bug such that the first pushed token's value and location are
4844 sometimes overwritten (sometimes by %initial-action) before being used.
4845 * data/push.c (yypush_parse): Rename arguments yynchar, yynlval, and
4846 yynlloc to yypushed_char, yypushed_val, and yypushed_loc for clarity.
4847 For the first yypush_parse invocation, initialize yychar to YYEMPTY to
4848 more closely mimic the pull parser logic.
4849 Don't copy the pushed token to yychar, yylval, and yylloc until it's
4850 time to read a token, which is after any initialization of yylval and
4851 yylloc.
4852 (gottoken): Rename label to...
4853 (yyread_pushed_token): ... for clarity and to avoid infringing on the
4854 user namespace.
4855
4856 2006-12-20 Joel E. Denny <jdenny@ces.clemson.edu>
4857
4858 Rearrange initialization of the parser state variables so that the
4859 skeleton doesn't have to have a copy for pull mode and another for push
4860 mode. This patch also fixes at least a bug such that yylloc was not
4861 initialized (with b4_location_initial_line and
4862 b4_location_initial_column) upon calling yypush_parse. However, that
4863 initialization now overwrites the first token's location;
4864 %initial-action assigning @$ already did the same thing, and both bugs
4865 will be fixed in a later patch.
4866 * data/push.c (b4_yyssa): Remove and convert all uses to just yyssa.
4867 (b4_declare_parser_state_variables): Remove initialization of yytoken,
4868 yyss, yyvs, yyls, and yystacksize.
4869 (yypstate_new): Remove initialization of some yypstate fields: yystate,
4870 yyerrstatus, yytoken, yyss, yyvs, yyls, yystacksize, yyssp, yyvsp, and
4871 yylsp.
4872 (yyssa, yyvsa, yylsa): For push mode, #define each NAME in this list to
4873 yyps->NAME so it can be used in yypush_parse.
4874 (yyparse or yypush_parse): For yypush_parse, don't print the
4875 "Starting parse" diagnostic for invocations after the first.
4876 Add initialization of yytoken, yyss, yyvs, yyls, and yystacksize; for
4877 yypush_parse, only do it for the first invocation.
4878 Allow yystate, yyerrstatus, yyssp, yyvsp, yylsp, and yylloc
4879 initialization to occur in yypush_parse but only on the first
4880 invocation.
4881
4882 2006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
4883
4884 * data/push.c: Add CPP guards around push parser declarations in both
4885 the header and the code file.
4886 In the code file, move the push parser declarations to the same place
4887 they appear in the header file.
4888 Clean up the M4 some, especially the inconsistent underquoting in
4889 some b4_c_function_def and b4_c_function_decl uses.
4890
4891 2006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
4892
4893 Encapsulate the push parser state variables into an M4 macro so the
4894 push skeleton doesn't have to list them again for pull mode's yyparse.
4895 For push mode, remove yypush_parse's local equivalents of these
4896 variables to eliminate unnecessary copying between the two sets at
4897 run-time. This patch also fixes at least a bug related to multiple
4898 %initial-action invocations in push mode.
4899 * data/push.c (b4_declare_parser_variables): Rename to...
4900 (b4_declare_scanner_communication_variables): ... this for clarity and
4901 update both uses.
4902 (b4_declare_yyparse_variables): Remove and move its contents to the one
4903 spot where it was invoked.
4904 (b4_declare_parser_state_variables): New macro containing the parser
4905 state variables required by push mode.
4906 (struct yypstate): Replace all fields but yynew with
4907 b4_declare_parser_state_variables.
4908 (yystate, yyn, yyresult, yyerrstatus, yytoken, yyss, yyssp, yyvs,
4909 yyvsp, yyls, yylsp, yystacksize, yyval, yyloc): For push mode, #define
4910 each NAME in this list to yyps->NAME so it can be used in yypush_parse.
4911 (yyparse or yypush_parse): For yyparse in pull mode, replace local
4912 parser state variable declarations with
4913 b4_declare_parser_state_variables.
4914 Don't initialize parser state variables when calling yypush_parse since
4915 yypstate_new already does that.
4916 Invoke the user's initial action only upon the first yypush_parse
4917 invocation.
4918 Remove all code that copies between the local parser state variables
4919 and the yypstate.
4920
4921 2006-12-19 Joel E. Denny <jdenny@ces.clemson.edu>
4922
4923 * data/push.c (union yyalloc): Rename yyss, yyvs, and yyls fields to
4924 prevent a name collision in a future patch where these names will
4925 sometimes be #define'd.
4926 (YYSTACK_RELOCATE): Add an argument to select a union yyalloc field
4927 since it no longer has the same name as the existing argument.
4928 (yyparse or yypush_parse): Update all uses of YYSTACK_RELOCATE.
4929
4930 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4931 and Joel E. Denny <jdenny@ces.clemson.edu>
4932
4933 * doc/bison.texinfo (Decl Summary): In the %language entry, mention
4934 that the argument is case-insensitive, and there's no `=' here.
4935 For the %skeleton entry, mention that %language is better.
4936 (Bison Options): Likewise for --language and --skeleton. Move the
4937 --skeleton entry so that the `Tuning the parser' section is sorted
4938 alphabetically on long options.
4939 (C++ Bison Interface): Don't use the word skeleton. Don't explain the
4940 %language directive in detail here; cross-reference the %language
4941 documentation instead.
4942 (Calc++ Parser): Use `%require "@value{VERSION}"' rather than
4943 `%require "2.3b"' so that the example is always up-to-date.
4944 (Table of Symbols): Add entries for %language and %skeleton.
4945 * examples/extexi (normalize): Instead of replacing every %require
4946 argument with the current Bison version, just substitute for
4947 `@value{VERSION}'. This guarantees that we're testing what actually
4948 appears in the documentation.
4949 * examples/calc++/Makefile.am ($(calc_extracted)): Use `$(VERSION)'
4950 rather than `@VERSION@'.
4951
4952 2006-12-18 Paul Eggert <eggert@cs.ucla.edu>
4953
4954 * NEWS: Reword the %language news a bit, and put it earlier.
4955
4956 * src/getargs.c (skeleton_arg): Last arg is now location const *.
4957 Rewrite to simplify the logic.
4958 (language_argmatch): Likewise.
4959 (program_name): We now own this var.
4960 * src/getargs.h (struct bison_language): Use char[] rather than
4961 const char *.
4962
4963 * doc/bison.texinfo (Decl Summary, Bison Options): Don't claim
4964 Java is supported.
4965 * src/complain.c (program_name): Remove decl; no longer needed.
4966 * src/main.c (program_name): Remove; now belongs to getargs.
4967
4968 2006-12-18 Paolo Bonzini <bonzini@gnu.org>
4969
4970 * NEWS: Document %language.
4971
4972 * data/Makefile.am (dist_pkgdata_DATA): Add c-skel.m4, c++-skel.m4.
4973
4974 * data/c-skel.m4, data/c++-skel.m4: New files.
4975 * data/glr.c: Complain on push parsers.
4976
4977 * doc/bison.texinfo (C++ Parser Interface): Prefer %language
4978 over %skeleton.
4979 (Decl Summary): Document %language and %skeleton.
4980 (Command line): Document -L.
4981
4982 * examples/extexi: Rewrite %require directive.
4983 * examples/calc++/Makefile.am: Pass VERSION to extexi.
4984
4985 * src/files.c (compute_exts_from_gc): Look in language structure
4986 for .y extension.
4987 (compute_file_name_parts): Check whether .tab should be added.
4988 * src/getargs.c (valid_languages, skeleton_prio, language_prio):
4989 (language, skeleton_arg, language_argmatch): New.
4990 (long_options): Add --language.
4991 (getargs): Use skeleton_arg, add -L/--language.
4992 * src/getargs.h: Include location.h.
4993 (struct bison_language, language, skeleton_arg, language_argmatch): New.
4994 * src/output.c (prepare): Pick default skeleton from struct language.
4995 Don't dispatch C skeletons here.
4996 * src/parse-gram.y (PERCENT_LANGUAGE): New.
4997 (prologue_declaration): Add "%language" rule, use skeleton_arg.
4998 * src/scan-gram.l ("%language"): New rule.
4999
5000 * tests/calc.at: Test %skeleton and %language.
5001 * tests/local.at (AT_SKEL_CC_IF): Look for %language.
5002 (AT_GLR_IF): Look for %skeleton "glr.cc".
5003 (AT_LALR1_CC_IF, AT_GLR_CC_IF): Rewrite.
5004 (AT_YACC_IF): Reject %language.
5005
5006 2006-12-18 Paul Eggert <eggert@cs.ucla.edu>
5007
5008 * src/symtab.h (struct semantic_type): Remove the tag 'semantic_type',
5009 since it wasn't used; only the typedef name 'semantic_type' is needed.
5010 Also, omit trailing white space.
5011
5012 * bootstrap: Sync from coreutils.
5013 (gnulib_extra_files): Add build-aux/announce.gen.
5014 (slurp): Adjust .gitignore files like .cvsignore files.
5015 * build-aux/announce-gen: Remove from CVS, since bootstrap
5016 now creates this.
5017
5018 2006-12-16 Joel E. Denny <jdenny@ces.clemson.edu>
5019
5020 Make %push-parser imply %pure-parser. This fixes several bugs; see
5021 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00148.html>.
5022 * src/parse-gram.y (prologue_declaration): For %push-parser, also set
5023 pure_parser = true.
5024 * data/push.c: Don't bother testing b4_push_if when deciding whether
5025 to expand b4_declare_parser_variables globally.
5026 (yypush_parse): Likewise in here.
5027
5028 * data/push.c (yypush_parse): Add b4_parse_param to arguments.
5029 (yy_reduce_print): Reformat M4 for readability.
5030
5031 2006-12-15 Bob Rossi <bob@brasko.net>
5032 and Joel Denny <jdenny@ces.clemson.edu>
5033
5034 * data/push.c (yypstate): Add typedef, and update all uses of
5035 struct yypstate to just yypstate.
5036 * tests/calc.at (_AT_DATA_CALC_Y): Update here as well.
5037
5038 2006-12-14 Bob Rossi <bob@brasko.net>
5039
5040 * data/push.c (yypush_parse): Declare prototype regardless of
5041 %locations option.
5042
5043 2006-12-14 Bob Rossi <bob@brasko.net>
5044
5045 * data/push.c (yyparse): Remove the prototype and the #define when in
5046 push-parser mode.
5047
5048 2006-12-13 Bob Rossi <bob@brasko.net>
5049
5050 * data/push.c (yypstate_init): Rename to...
5051 (yypstate_new): ... this and use b4_c_function_def.
5052 (yypstate_delete): New.
5053 (yypush_parse): Change parameters yynval and yynlloc to be const.
5054 * tests/calc.at (_AT_DATA_CALC_Y): Use new yypstate_new and
5055 yypstate_delete functions.
5056
5057 2006-12-13 Joel E. Denny <jdenny@ces.clemson.edu>
5058
5059 * configure.ac (AC_PREREQ): Require Autoconf 2.61 because of our
5060 strange test case titles. Reported by Bob Rossi.
5061
5062 2006-12-13 Paul Eggert <eggert@cs.ucla.edu>
5063
5064 * TODO: Add pointer to Sylvain Schmitz's work on static detection
5065 of potential ambiguities in GLR grammers.
5066
5067 2006-12-12 Joel E. Denny <jdenny@ces.clemson.edu>
5068
5069 * tests/testsuite.at (AT_CHECK): When checking if $1 starts with
5070 `bison ', use m4_index instead of m4_substr since chopping up a string
5071 containing M4-special characters causes problems here.
5072
5073 Fix a couple of bugs related to special characters in user-specified
5074 file names, and make it easier for skeletons to compute output file
5075 names with the same file name prefix as Bison-computed output file
5076 names.
5077 * data/glr.cc, data/push.c, data/yacc.c: In @output, use
5078 b4_parser_file_name and b4_spec_defines_file instead of
5079 @output_parser_name@ and @output_header_name@, which are now redundant.
5080 * data/glr.c, data/lalr1.cc: Likewise. Also, in header #include's, use
5081 b4_parser_file_name, b4_spec_defines_file, and the new
5082 @basename(FILENAME@) instead of @output_parser_name@ and
5083 @output_header_name@, which inappropriately escaped the file names as
5084 C string literals.
5085 * src/files.c (all_but_ext): Remove static qualifier.
5086 (compute_output_file_names): Move `free (all_but_ext)' to...
5087 (output_file_names_free): ... here since all_but_ext is needed later.
5088 * src/files.h (all_but_ext): Extern.
5089 * src/muscle_tab.h (MUSCLE_INSERT_STRING_RAW): New macro that does
5090 exactly what MUSCLE_INSERT_STRING used to do.
5091 (MUSCLE_INSERT_STRING): Use MUSCLE_OBSTACK_SGROW so that M4-special
5092 characters are escaped properly.
5093 * src/output.c (prepare): Define muscle file_name_all_but_ext as
5094 all_but_ext.
5095 For pkgdatadir muscle, maintain previous functionality by using
5096 MUSCLE_INSERT_STRING_RAW instead of MUSCLE_INSERT_STRING. The problem
5097 is that b4_pkgdatadir is used inside m4_include in the skeletons, so
5098 digraphs would never be expanded. Hopefully no one has M4-special
5099 characters in his Bison installation path.
5100 * src/scan-skel.l: Don't parse @output_header_name@ and
5101 @output_parser_name@ anymore since they're now redundant.
5102 In @output, use decode_at_digraphs.
5103 Parse a new @basename command that invokes last_component.
5104 (decode_at_digraphs): New.
5105 (BASE_QPUTS): Remove unused.
5106 * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): New macro.
5107 (Output file name): New tests.
5108
5109 2006-12-09 Joel E. Denny <jdenny@ces.clemson.edu>
5110
5111 Warn about output files that are generated by the skeletons and that
5112 conflict with other output files.
5113 * data/glr.c: Don't generate the header file here when glr.cc does.
5114 * src/files.c (file_names, file_names_count): New static globals.
5115 (compute_output_file_names): Invoke output_file_name_check for files
5116 not generated by the skeletons and remove existing checks.
5117 (output_file_name_check): New function that warns about conflicting
5118 output file names.
5119 (output_file_names_free): Free file_names.
5120 * src/files.h (output_file_name_check): Declare.
5121 * src/scan-skel.l: Invoke output_file_name_check for files generated by
5122 the skeletons.
5123 * tests/output.at (AT_CHECK_CONFLICTING_OUTPUT): New.
5124 (Conflicting output files): New tests.
5125
5126 2006-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5127
5128 * doc/bison.texinfo: Fix a couple of typos.
5129
5130 2006-12-08 Bob Rossi <bob@brasko.net>
5131
5132 * data/push.c: (yypvarsinit, yypvars, struct yypvars, yypushparse):
5133 Rename to...
5134 (yypstate_init, yypstate, struct yypstate, yypush_parse): ... these and
5135 update all uses.
5136 (b4_yyssa, b4_yyerror_range, yypstate_init): Rename pv to yyps.
5137 (yypush_parse): Rename yypvars argument to yyps and remove redundant
5138 local pv.
5139 (yypstate_init, yypush_parse): Declare in Bison-generated header file.
5140 * tests/calc.at (_AT_DATA_CALC_Y): Use newly named functions.
5141
5142 2006-12-07 Bob Rossi <bob@brasko.net>
5143 and Joel Denny <jdenny@ces.clemson.edu>
5144
5145 * data/push.c (yypvarsinit): Change return type from void* to struct
5146 yypvars*. No longer cast to void* on return.
5147 (struct yypvars): Remove yylen since it need not be remembered between
5148 yypushparse invocations.
5149 (yypushparse): Don't copy between yylen and pv->yylen.
5150
5151 2006-12-05 Bob Rossi <bob@brasko.net>
5152
5153 * data/push.c (yychar_set, yylval_set, yylloc_set): Delete.
5154 (yypushparse): Add yynchar, yynlval, yynlloc parameters.
5155 (b4_declare_parser_variables): Do not declare yynerrs for push mode.
5156 (struct yypvars): Remove b4_declare_parser_variables.
5157 (yypvarsinit): Remove init code for removed variables.
5158 (global scope): Do not declare b4_declare_parser_variables if
5159 push or pure mode.
5160 (yypushparse): Add b4_declare_parser_variables.
5161 Init new local variables, and remove init code for removed
5162 yypvars variables.
5163 (yyparse): Delete.
5164 * tests/calc.at (_AT_DATA_CALC_Y): Call yypushparse for push mode
5165 and yyparse for other modes.
5166 (AT_CHECK_CALC_LALR): Added '%skeleton "push.c"' for push tests.
5167 * tests/local.at (AT_PUSH_IF, AT_PURE_OR_PUSH_IF): Added.
5168 (AT_YYERROR_SEES_LOC_IF): push-parser makes this false.
5169 (AT_PURE_LEX_IF): True if pure or push parser.
5170
5171 2006-12-05 Joel E. Denny <jdenny@ces.clemson.edu>
5172
5173 Document Yacc prologue alternatives and default %destructor's and
5174 %printer's as experimental. Don't mention Java yet. Discussed at
5175 <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00002.html>.
5176 * NEWS (2.3a+): Say they're experimental. Remove any mention of Java.
5177 (2.3a): Annotate this entry to say the old forms of these features were
5178 also experimental.
5179 * doc/bison.texinfo (Prologue Alternatives, Freeing Discarded Symbols,
5180 Table of Symbols): Say they're experimental. Comment out any mention
5181 of Java (we'll want this back eventually).
5182
5183 2006-12-01 Joel E. Denny <jdenny@ces.clemson.edu>
5184
5185 Support a file name argument to %defines. Deprecate `=' in
5186 %file-prefix, %name-prefix, and %output. Discussed at
5187 <http://lists.gnu.org/archive/html/help-bison/2006-09/msg00001.html>.
5188 * NEWS (2.3a+): Mention.
5189 * doc/bison.texinfo (Decl Summary, Table of Symbols): Add entry for new
5190 form of %defines, and remove `=' from entries for %file-prefix,
5191 %name-prefix, and %output.
5192 * src/parse-gram.y (prologue_declaration): Implement.
5193 * tests/calc.at (Simple LALR Calculator, Simple GLR Calculator, Simple
5194 LALR1 C++ Calculator, Simple GLR C++ Calculator): Remove the `=' from
5195 all but one occurrence of %name-prefix.
5196 * tests/headers.at (export YYLTYPE): Remove the `=' from %name-prefix.
5197 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Likewise.
5198 * tests/output.at (AT_CHECK_OUTPUT): Remove the `=' from all but one
5199 occurrence of each of %file-prefix and %output. Add check for %defines
5200 with argument.
5201 * tests/reduce.at (Useless Terminals, Useless Nonterminals,
5202 Useless Rules, Reduced Automaton, Underivable Rules, Empty Language):
5203 Remove the `=' from %output.
5204
5205 2006-11-21 Joel E. Denny <jdenny@ces.clemson.edu>
5206
5207 Don't escape $ in test case titles since Autoconf 2.61 now does that
5208 correctly.
5209 * tests/actions.at (Default %printer and %destructor are not for error
5210 or $undefined): Here.
5211 (Default %printer and %destructor are not for $accept): Here.
5212 * tests/input.at (Invalid $n and @n): Here.
5213
5214 2006-11-20 Joel E. Denny <jdenny@ces.clemson.edu>
5215
5216 Rename <!> to <>. Discussed starting at
5217 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00039.html>.
5218 * NEWS (2.3a+): Update.
5219 * doc/bison.texinfo (Freeing Discarded Symbols, Table of Symbols):
5220 Update.
5221 * src/parse-gram.y (TYPE_TAG_NONE, generic_symlist_item): Implement.
5222 * src/scan-gram.l (INITIAL): Implement.
5223 * src/symlist.c (symbol_list_default_tagless_new): Update comment.
5224 * src/symlist.h (symbol_list, symbol_list_default_tagless_new): Update
5225 comment.
5226 * tests/actions.at (Default tagless %printer and %destructor,
5227 Default tagged and per-type %printer and %destructor,
5228 Default %printer and %destructor are not for error or $undefined,
5229 Default %printer and %destructor are not for $accept,
5230 Default %printer and %destructor for mid-rule values): Update.
5231 * tests/input.at (Default %printer and %destructor redeclared,
5232 Unused values with default %destructor): Update.
5233
5234 2006-11-17 Joel E. Denny <jdenny@ces.clemson.edu>
5235
5236 Don't let %prec take a nonterminal.
5237 * src/reader.c (grammar_current_rule_prec_set): Make the %prec symbol a
5238 token.
5239 * tests/input.at (%prec takes a token): New test checking that %prec
5240 won't take a nonterminal.
5241
5242 2006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
5243
5244 * tests/testsuite.at (AT_CHECK): Don't miss an exit value of 0 because
5245 it was double-quoted.
5246 * src/Makefile.am (YACC): Use --warnings=all,error so that Bison's own
5247 grammar is maintained with Bison's highest standards.
5248 * src/getargs.c: Fix some typos in Doxygen comments.
5249
5250 2006-11-10 Joel E. Denny <jdenny@ces.clemson.edu>
5251
5252 Fix memory leaks in scanners generated by at least Flex 2.5.9 and
5253 later. Reported by Paul Eggert in
5254 <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00014.html>.
5255 * src/flex-scanner.h (yylex_destroy): Define for Flex before 2.5.9.
5256 * src/scan-code.l (translate_action): Don't bother invoking
5257 yy_delete_buffer (YY_CURRENT_BUFFER) before creating the first buffer.
5258 (code_scanner_free): Instead of invoking
5259 yy_delete_buffer (YY_CURRENT_BUFFER) directly, invoke yylex_destroy,
5260 which frees more.
5261 * src/scan-gram.l (gram_scanner_free): Likewise.
5262 * src/scan-skel.l (scan_skel): Likewise.
5263
5264 2006-11-09 Joel E. Denny <jdenny@ces.clemson.edu>
5265
5266 * src/files.c (tr): Change return type to void.
5267 * src/muscle_tab.c (muscle_insert): Free storage in case muscle_grow
5268 has been called previously for the same key.
5269 (muscle_find): Return storage instead of value so that
5270 --enable-gcc-warnings doesn't produce warnings that the return discards
5271 const. aver that the value and storage are the same since storage
5272 could potentially be NULL when value is not.
5273 * tests/testsuite.at (AT_CHECK): Treat an unspecified exit value the
5274 same as 0.
5275
5276 2006-11-08 Paul Eggert <eggert@cs.ucla.edu>
5277
5278 * bootstrap.conf (excluded_files): Exclude m4/codeset.m4 (undoing
5279 the earlier change today), m4/intl.m4, m4/intldir.m4. This gives
5280 us a slightly cleaner distribution, and also works.
5281 * m4/.cvsignore: Add inline.m4, wint_t.m4 to accommodate recent
5282 gnulib changes.
5283
5284 2006-11-08 Joel E. Denny <jdenny@ces.clemson.edu>
5285 and Paul Eggert <eggert@cs.ucla.edu>
5286
5287 Don't let Bison leak memory except when it complains.
5288 * src/files.h (parser_file_name, spec_verbose_file, spec_graph_file):
5289 (spec_defines_file, dir_prefix): Now char *, not const char *,
5290 since they are freed.
5291 * src/files.c: Likewise.
5292 (all_but_ext, all_but_tab_ext, src_extension, header_extension):
5293 Likewise.
5294 (tr): Now operates in-place. All uses changed.
5295 (compute_exts_from_gf, compute_exts_from_src): Don't leak temporary
5296 values.
5297 (compute_file_name_parts, compute_output_file_names): Don't store
5298 read-only data in variables that will be freed.
5299 (compute_output_file_names): Free all_but_ext, all_but_tab_ext,
5300 src_extension, and header_extension.
5301 (output_file_names_free): New public function to free
5302 spec_verbose_file, spec_graph_file, spec_defines_file,
5303 parser_file_name, and dir_prefix.
5304 * src/getargs.c (getargs): Don't store read-only data in variables that
5305 will be freed.
5306 * src/main.c (main): Invoke output_file_names_free, code_scanner_free
5307 (which previously existed but was unused), and quotearg_free.
5308 * src/muscle_tab.h (muscle_insert): value arg is now a `char const *'.
5309 * src/muscle_tab.c: Likewise.
5310 (muscle_entry): Make the value char const *,
5311 and add a new storage member that is char * and can be freed.
5312 (muscle_entry_free): New private function.
5313 (muscle_init): Use it instead of free.
5314 (muscle_insert, muscle_grow): Update and use new storage member.
5315 (muscle_code_grow): Free the string passed to muscle_grow
5316 since it's not needed anymore.
5317 * src/parse-gram.y (%union): Make `chars' member a `char const *', and
5318 add a new `char *code' member.
5319 ("{...}"): Declare semantic type as code.
5320 * src/scan-code.h (translate_rule_action):
5321 (translate_symbol_action, translate_code, translate_action): Return
5322 `char const *' rather than `char *' since external code should not free
5323 these strings.
5324 * src/scan-code.l: Likewise.
5325 * src/scan-gram.l (<SC_BRACED_CODE>): Use val->code for BRACED_CODE,
5326 which is "{...}" in the parser.
5327 * tests/Makefile.am (maintainer-check-valgrind): Set
5328 VALGRIND_OPTS='--leak-check=full --show-reacheable=yes' before invoking
5329 Valgrind.
5330 * tests/calc.at (_AT_DATA_CALC_Y): fclose the FILE* so Valgrind doesn't
5331 complain.
5332 * tests/testsuite.at (AT_CHECK): Redefine so that running Bison and
5333 expecting a non-zero exit status sets --leak-check=summary and
5334 --show-reachable=no for Valgrind. Bison unabashedly leaks memory in
5335 this case, and we don't want to hear about it.
5336
5337 2006-11-08 Paul Eggert <eggert@cs.ucla.edu>
5338
5339 * bootstrap (runtime-po/Makevars): Derive from po/Makevars
5340 instead of from the template, to simplify configuration a bit.
5341 * bootstrap.conf (excluded_files): Don't exclude m4/codeset.m4
5342 and m4/wint_t.m4, as they are needed with the latest gnulib.
5343
5344 2006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
5345
5346 Disable unset/unused mid-rule value warnings by default, and recognize
5347 --warnings=midrule-values to enable them. Discussed starting at
5348 <http://lists.gnu.org/archive/html/help-bison/2006-10/msg00030.html>.
5349 * NEWS (2.3a+): Mention.
5350 * src/getargs.c, src/getargs.h (warnings_args, warnings_types, enum
5351 warnings): Add entry for midrule-values subargument.
5352 * src/reader.c (symbol_should_be_used): Don't return true just because
5353 the value is a set/used mid-rule value unless
5354 --warnings=midrule-values was specified.
5355 * tests/input.at (Unused values, Unused values before symbol
5356 declarations): Run tests with and without --warnings=midrule-values.
5357
5358 * src/reader.c (check_and_convert_grammar): Use symbol_list_free rather
5359 than LIST_FREE directly.
5360
5361 2006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
5362
5363 Finish implementing --warnings=error, which should not be implied by
5364 --warnings=all (or by its synonyms -W and --warnings without
5365 subarguments).
5366 * src/complain.c (set_warning_issued): New function to report that
5367 warnings are being treated as errors and to record an error if so.
5368 Invoke...
5369 (warn_at, warn): ... here.
5370 * src/getargs.c (warnings_args, warnings_types): Reorder so that
5371 "error - warnings are errors" does not appear above "all - all of the
5372 above".
5373 (getargs): For -W and --warnings without subarguments, don't let
5374 FLAGS_ARGMATCH set warnings_error in warnings_flag.
5375 * src/getargs.h (enum warnings): Unset warnings_error in warnings_all.
5376
5377 2006-10-31 Joel E. Denny <jdenny@ces.clemson.edu>
5378
5379 * src/getargs.c (flags_argmatch): Don't cause segmentation fault for
5380 empty subargument list. For example: `bison --warnings= parser.y'.
5381
5382 2006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
5383
5384 * data/push.c, data/yacc.c: Make sure there's a newline at the end of
5385 the parser header file so that gcc doesn't warn.
5386
5387 2006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
5388
5389 Split the default %destructor/%printer into two kinds: <*> and <!>.
5390 Discussed starting at
5391 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00060.html>.
5392 * NEWS (2.3a+): Mention.
5393 * doc/bison.texinfo (Freeing Discarded Symbols): Document this and the
5394 previous change today related to mid-rules.
5395 (Table of Symbols): Remove %symbol-default and add <*> and <!>.
5396 * src/parse-gram.y (PERCENT_SYMBOL_DEFAULT): Remove.
5397 (TYPE_TAG_ANY): Add as <*>.
5398 (TYPE_TAG_NONE): Add as <!>.
5399 (generic_symlist_item): Remove RHS for %symbol-default and add RHS's
5400 for <*> and <!>.
5401 * src/scan-gram.l (PERCENT_SYMBOL_DEFAULT): Remove.
5402 (TYPE_TAG_ANY, TYPE_TAG_NONE): Add.
5403 * src/symlist.c (symbol_list_default_new): Split into tagged and
5404 tagless versions.
5405 (symbol_list_destructor_set, symbol_list_printer_set): Split
5406 SYMLIST_DEFAULT case into SYMLIST_DEFAULT_TAGGED and
5407 SYMLIST_DEFAULT_TAGLESS.
5408 * src/symlist.h: Update symbol_list_default*_new prototypes.
5409 (symbol_list.content_type): Split enum value SYMLIST_DEFAULT into
5410 SYMLIST_DEFAULT_TAGGED and SYMLIST_DEFAULT_TAGLESS.
5411 * src/symtab.c (default_destructor, default_destructor_location,
5412 default_printer, default_printer_location): Split each into tagged and
5413 tagless versions.
5414 (symbol_destructor_get, symbol_destructor_location_get,
5415 symbol_printer_get, symbol_printer_location_get): Implement tagged
5416 default and tagless default cases.
5417 (default_destructor_set, default_printer_set): Split each into tagged
5418 and tagless versions.
5419 * src/symtab.h: Update prototypes.
5420 * tests/actions.at (Default %printer and %destructor): Rename to...
5421 (Default tagless %printer and %destructor): ... this, and extend.
5422 (Per-type %printer and %destructor): Rename to...
5423 (Default tagged and per-type %printer and %destructor): ... this, and
5424 extend.
5425 (Default %printer and %destructor for user-defined end token): Extend.
5426 (Default %printer and %destructor are not for error or $undefined):
5427 Update.
5428 (Default %printer and %destructor are not for $accept): Update.
5429 (Default %printer and %destructor for mid-rule values): Extend.
5430 * tests/input.at (Default %printer and %destructor redeclared): Extend.
5431 (Unused values with default %destructor): Extend.
5432
5433 2006-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
5434
5435 Don't apply the default %destructor/%printer to an unreferenced midrule
5436 value. Mentioned at
5437 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00104.html>.
5438 * src/symtab.c (dummy_symbol_get): Name all dummy symbols initially
5439 like $@n instead of just @n so that the default %destructor/%printer
5440 logic doesn't see them as user-defined symbols.
5441 (symbol_is_dummy): Check for both forms of the name.
5442 * src/reader.c (packgram): Remove the `$' from each midrule symbol
5443 name for which the midrule value is referenced in any action.
5444 * tests/actions.at (Default %printer and %destructor for mid-rule
5445 values): New test.
5446 * tests/regression.at (Rule Line Numbers, Web2c Report): Update output
5447 for change to dummy symbol names.
5448
5449 2006-10-20 Joel E. Denny <jdenny@ces.clemson.edu>
5450
5451 Warn about unset midrule $$ if the corresponding $n is used.
5452 * src/reader.c (symbol_should_be_used): Check midrule parent rule for
5453 $n usage.
5454 (packgram): Before invoking grammar_rule_check on any rule, make sure
5455 all actions have already been scanned in order to set `used' flags.
5456 Otherwise, checking that a midrule's $$ is set will not always work
5457 properly because the midrule check must forward-reference the midrule's
5458 parent rule.
5459 * tests/input.at (AT_CHECK_UNUSED_VALUES): Extend to check the new
5460 warning.
5461
5462 2006-10-20 Joel E. Denny <jdenny@ces.clemson.edu>
5463
5464 More improvements to the documentation of the prologue alternatives:
5465 * NEWS (2.3a+): Mention the new `Prologue Alternatives' section in the
5466 Bison manual.
5467 * doc/bison.texinfo (Prologue Alternatives): Correct some errors. Add
5468 some text to clarify the relative importance of the new directives and
5469 to show how these directives may be viewed as code labels.
5470
5471 2006-10-16 Joel E. Denny <jdenny@ces.clemson.edu>
5472
5473 Similar to the recently removed %before-header, add %code-top as the
5474 alternative to the pre-prologue. Mentioned at
5475 <http://lists.gnu.org/archive/html/bison-patches/2006-10/msg00063.html>.
5476 Also, let the prologue alternatives appear in the grammar section.
5477 * src/parse-gram.y (PERCENT_CODE_TOP): New token.
5478 (prologue_declaration): Move the existing prologue alternatives to...
5479 (grammar_declaration): ... here and add %code-top.
5480 * src/scan-gram.l (PERCENT_CODE_TOP): New token.
5481
5482 Clean up and extend documentation for the prologue alternatives.
5483 * NEWS (2.3a+): Describe prologue alternatives.
5484 * doc/bison.texinfo (Prologue): Move discussion of prologue
5485 alternatives to...
5486 (Prologue Alternatives): ... this new section, and extend it to discuss
5487 all 4 directives in detail.
5488 (Table of Symbols): Clean up discussion of prologue alternatives and
5489 add %code-top.
5490
5491 2006-10-16 Juan Manuel Guerrero <juan.guerrero@gmx.de>
5492
5493 DJGPP specific issues.
5494
5495 * djgpp/config.bat: config.hin has been moved to lib. Adjust
5496 config.bat accordingly.
5497 * djgpp/config.sed: Adjust config.sed for the use of autoconf 2.60.
5498 * djgpp/config.site: Likewise.
5499
5500 2006-10-16 Paolo Bonzini <bonzini@gnu.org>
5501
5502 Replace %*-header with %provides, %requires, %code. See discussion at
5503 http://lists.gnu.org/archive/html/bison-patches/2006-10/msg00002.html
5504
5505 * data/bison.m4 (b4_user_requires, b4_user_provides): New.
5506 (b4_user_start_header): Remove.
5507 * data/glr.c: Use new macros instead of b4_*start_header
5508 and b4_*end_header.
5509 * data/glr.cc: Likewise.
5510 * data/lalr1.cc: Likewise.
5511 * data/push.c: Likewise.
5512 * data/yacc.c: Likewise.
5513
5514 * doc/bison.texinfo: Remove %before-header, rename
5515 %{start,end,after}-header to %requires, %provides, %code.
5516
5517 * src/parse-gram.y: Likewise (also rename token names accordingly).
5518 * src/scan-gram.l: Likewise.
5519 * tests/actions.at: Likewise.
5520
5521 2006-10-14 Paul Eggert <eggert@cs.ucla.edu>
5522
5523 * lib/Makefile.am (AM_CFLAGS): Remove $(WERROR_CFLAGS).
5524 Problem reported by Joel E. Denny.
5525
5526 2006-10-14 Jim Meyering <jim@meyering.net>
5527
5528 (Sync from coreutils.)
5529 Work also when the working directory (with e.g. coreutils sources)
5530 is version controlled with git, rather than CVS.
5531 * bootstrap (CVS_only_file): Test for the existence of README-cvs,
5532 rather than CVS.
5533 In messages and comments, say e.g., "checked-out sources",
5534 rather than "CVS sources".
5535 (version_controlled_file): New function. Work for git as well as
5536 for CVS. Don't use grep's -q option.
5537 (slurp): Call it here, in place of CVS-specific code.
5538
5539 2006-10-14 Joel E. Denny <jdenny@ces.clemson.edu>
5540
5541 Fix testsuite for ./configure --enable-gcc-warnings:
5542 * configure.ac (gcc-warnings): Move -Wall before -Wno-sign-compare.
5543 Otherwise, gcc 4.1.0 (at least) warns about sign comparisons in
5544 __AT_CHECK_PRINTER_AND_DESTRUCTOR in tests/actions.at.
5545 * test/input.at (Torturing the Scanner): #include <stdlib.h> for abort.
5546 * test/regression.at (Diagnostic that expects two alternatives):
5547 Likewise.
5548
5549 2006-10-12 Paul Eggert <eggert@cs.ucla.edu>
5550
5551 * bootstrap.conf (gnulib_modules): Add config-h.
5552 * djgpp/subpipe.c: Include <config.h> unconditionally; don't
5553 worry about HAVE_CONFIG_H.
5554 * lib/abitset.c: Likewise.
5555 * lib/bitset.c: Likewise.
5556 * lib/bitset_stats.c: Likewise.
5557 * lib/bitsetv-print.c: Likewise.
5558 * lib/bitsetv.c: Likewise.
5559 * lib/ebitset.c: Likewise.
5560 * lib/get-errno.c: Likewise.
5561 * lib/lbitset.c: Likewise.
5562 * lib/subpipe.c: Likewise.
5563 * lib/timevar.c: Likewise.
5564 * lib/vbitset.c: Likewise.
5565 * lib/bitset.c: Include "bitset.h" first, to test interface.
5566 * lib/bitset_stats.c: Include "bitset_stats.h" first.
5567 * lib/bitsetv-print.c: Include "bitsetv-print.h" first.
5568 * lib/bitsetv.c: Include "bitsetv.h" first.
5569 * lib/get-errno.c: Include "get-errno.h" first.
5570 * m4/.cvsignore: Add config-h.m4.
5571 * tests/actions.at (Default %printer and %destructor for ...):
5572 Adjust expected line numbers in output to reflect removal of #if
5573 HAVE_CONFIG_H lines.
5574 * tests/glr-regression.at (Missed %merge type warnings when ...):
5575 Likewise.
5576 * tests/regression.at (Braced code in declaration in rules section):
5577 Likewise.
5578 * tests/atlocal.in (CPPFLAGS): Don't define HAVE_CONFIG_H.
5579 * tests/local.at (AT_DATA_GRAMMAR_PROLOGUE):
5580 Include <config.h> unconditionally.
5581
5582 * bootstrap: Sync from coreutils, as follows:
5583
5584 2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
5585
5586 * bootstrap (symlink_to_gnulib): Fix bug: the dot_dots shell
5587 variable was sometimes used without being initialized. This
5588 messed up the installation of the INSTALL file in some cases.
5589
5590 2006-10-09 Paul Eggert <eggert@cs.ucla.edu>
5591
5592 * bootstrap (usage, main program, symlink_to_gnulib): Add option
5593 --copy. Inspired by a suggestion from Bruno Haible.
5594
5595 2006-10-03 Jim Meyering <jim@meyering.net>
5596
5597 * bootstrap: Undo last change to this file, since now gnulib-tool
5598 sticks with the automake default in generating dependencies.
5599
5600 2006-10-12 Paul Eggert <eggert@cs.ucla.edu>
5601
5602 * configure.ac: Use AC_PROG_CC_STDC; this is more modern than
5603 the old AC_PROG_CC / AM_PROG_CC_STDC combination.
5604
5605 * doc/bison.1: Add copyright notice.
5606
5607 * data/glr.c: Don't include <stdarg.h>; not used.
5608
5609 * NEWS: The -g and --graph options now output graphs in Graphviz
5610 DOT format, not VCG format.
5611 * doc/bison.1: Likewise.
5612 * doc/bison.texinfo (Understanding, Bison Options): Likewise.
5613 * THANKS: Add Satya Kiran Popuri, who proposed the initial version
5614 of this change in
5615 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00158.html>.
5616 * TODO: Remove Graphviz entry.
5617 * src/Makefile.am (bison_SOURCES): Add graphviz.c and graphviz.h;
5618 remove vcg.c, vcg.h, vcg_defaults.h.
5619 * src/vcg.c, src/vcg.h, src/vcg_defaults.h: Remove.
5620 * src/graphviz.c, src/graphviz.h: New files.
5621 * src/files.c (compute_output_file_names): Output .dot, not .vcg.
5622 * src/files.h: Make comment more generic.
5623 * src/main.c (main): Likewise.
5624 * src/print_graph.h: Likewise.
5625 * src/getargs.c (usage): Make usage description more generic.
5626 * src/print_graph.c: Include graphviz.h rather than vcg.h.
5627 (static_graph, fgraph): Remove. All uses changed to pass
5628 arguments instead of sharing a static var.
5629 (print_core, print_actions, print_state, print_graph):
5630 Output graphviz format rather than VCG format.
5631 * tests/.cvsignore: Remove *.vcg; add *.dot.
5632 * tests/output.at: Expect *.dot files, not *.vcg files.
5633
5634 * data/Makefile.am (dist_pkgdata_DATA): Add bison.m4; this
5635 accommodates the 2006-10-08 change.
5636
5637 2006-10-11 Bob Rossi <bob@brasko.net>
5638
5639 * data/push.c (yypushparse, yypvarsinit, yypvars): Wrap in b4_push_if.
5640 (b4_yyssa, b4_yyerror_range): New macros.
5641 (struct yypvars): Remove yyssa_ptr and yyerror_range_ptr fields.
5642 (yypvarsinit): Remove init of removed fields.
5643 (yypushparse): Remove use of removed fields; use new macros instead.
5644
5645 2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
5646
5647 * data/push.c (yypushparse): Fix memory leak if yymsg is malloced
5648 in a push parser. Reindent slightly to match yacc.c better.
5649
5650 2006-10-11 Bob Rossi <bob@brasko.net>
5651
5652 * data/push.c (struct yypvars): Remove yymsgbuf, yymsgbuf_ptr, yymsg,
5653 yymsg_alloc fields.
5654 (yypvarsinit, yypushparse): Remove init of removed fields.
5655 (yypushparse): Use yymsgbuf instead of yymsgbuf_ptr.
5656
5657 2006-10-09 Paul Eggert <eggert@cs.ucla.edu>
5658
5659 * THANKS: Add Paolo Bonzini and Bob Rossi.
5660
5661 2006-10-08 Paolo Bonzini <bonzini@gnu.org>
5662
5663 * data/c.m4 (b4_copyright, b4_epilogue, b4_location_initial_column,
5664 b4_location_initial_line, p4_parse_param, b4_ints_in, b4_flag_if,
5665 b4_define_flag_if and uses, b4_basename, b4_syncline, b4_user_code,
5666 b4_define_user_cde and uses): Remove.
5667 (b4_comment, b4_prefix, b4_sync_start): New.
5668 * data/bison.m4: New file, with most of the content removed from c.m4.
5669 * src/muscle_tab.h: Use "do {...} while(0)" throughout.
5670 * src/output.c (output_skeleton): Pass bison.m4.
5671 (prepare): Pass glr_flag and nondeterministic_flag. Pass prefix
5672 only if specified.
5673
5674 2006-10-05 Paul Eggert <eggert@cs.ucla.edu>
5675
5676 Fix test failure reported by Tom Lane in
5677 <http://lists.gnu.org/archive/html/bug-bison/2006-10/msg00000.html>
5678 and try to make such failures easier to catch in the future.
5679 * data/glr.c (YYTRANSLATE): Don't check for nonpositive arg;
5680 that's now the caller's responsibility.
5681 (yyprocessOneStack, yyrecoverSyntaxError, yyparse):
5682 Set yychar = YYEOF if it's negative.
5683 * tests/actions.at (yylex): Abort if asked to read past EOF.
5684 * tests/conflicts.at (yylex): Likewise.
5685 * tests/cxx-type.at (yylex): Likewise.
5686 * tests/glr-regression.at (yylex): Likewise.
5687 * tests/input.at (yylex): Likewise.
5688 * tests/regression.at (yylex): Likewise.
5689 * tests/torture.at (yylex): Likewise.
5690
5691 2006-10-01 Paul Eggert <eggert@cs.ucla.edu>
5692
5693 Fix problems with translating English-language diagnostics.
5694 * bootstrap: Fix bug introduced in recent bootstrap changes, with
5695 respect to bison-runtime pot generation. The YY_ stuff
5696 wasn't being captured.
5697 * bootstrap.conf (XGETTEXT_OPTIONS_RUNTIME): New var.
5698 * po/POTFILES.in: Add src/location.c, src/scan-code.l.
5699 * runtime-po/POTFILES.in: Add data/push.c.
5700
5701 2006-09-29 Paul Eggert <eggert@cs.ucla.edu>
5702
5703 Merge bootstrap changes from coreutils.
5704
5705 2006-09-28 Jim Meyering <jim@meyering.net>
5706
5707 Automatically generated dependencies are important even
5708 when all of the sources in a directory come from gnulib.
5709 * bootstrap (gnulib_tool): Remove the "no-dependencies" automake
5710 option that gnulib-tool adds to what becomes our lib/gnulib.mk.
5711
5712 2006-09-23 Jim Meyering <jim@meyering.net>
5713
5714 * bootstrap (gnulib_tool_options): Add "--local-dir gl".
5715
5716 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
5717
5718 * bootstrap: Add support for --force.
5719 (usage): New function. Describe usage less tersely.
5720 (CVS_only_file): New var.
5721
5722 2006-09-21 Paul Eggert <eggert@cs.ucla.edu>
5723
5724 * data/push.c (YYPUSH_MORE): Make it an enum instead.
5725 (yypushparse): Use YYPUSH_MORE instead of the mystery constant.
5726 Adjust white space and comments to match GNU style better.
5727
5728 2006-09-20 Bob Rossi <bob@brasko.net>
5729
5730 * data/push.c (yyresult_get): Remove function.
5731 (YYPUSH_MORE): Add #define.
5732 (yypushparse): Modify return value.
5733
5734 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
5735
5736 * stamp-h.in: Remove; no longer needed.
5737 * .cvsignore: Replace autom4te.cache and config.cache with *.cache.
5738 Remove config.h, config.hin, intl (no longer created).
5739 * lib/.cvsignore: Add config.h, config.hin, configmake.h, inttypes.h,
5740 stamp-h1.
5741
5742 Sync bootstrap from coreutils, as follows:
5743
5744 2006-09-18 Paul Eggert <eggert@cs.ucla.edu>
5745
5746 * bootstrap (symlink_to_gnulib): New function.
5747 (cp_mark_as_generated): Use it, to prefer symlinks-to-gnulib
5748 to copies-of-gnulib.
5749 (cp_mark_as_generated, slurp, gnulib_files):
5750 Avoid making a copy if it's the same as the old version.
5751 (gnulib_files): Add support for this variable (used by Bison).
5752
5753 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
5754
5755 * src/getargs.c (usage): Rework to use conventions similar to
5756 coreutils, to make translation a bit easier and the code a bit
5757 smaller. Problem reported by Tim Van Holder.
5758
5759 2006-09-15 Paul Eggert <eggert@cs.ucla.edu>
5760
5761 Use some of gnulib's new modules, taken from coreutils.
5762
5763 * bootstrap: Sync from coreutils, except add support for gnulib_files.
5764 * bootstrap.conf: New file.
5765 (gnulib_modules): Add configmake, inttypes, unistd.
5766 (XGETTEXT_OPTIONS): Add complain, complain_at,
5767 fatal, fatal_at, warn, warn_at, unexpected_end.
5768 * configure.ac (AC_CONFIG_HEADERS): config.h is now in lib, not here.
5769 (gl_USE_SYSTEM_EXTENSIONS): Remove; gl_EARLY now does this.
5770 (gl_EARLY): Add.
5771 (AM_STDBOOL_H): Remove; gl_INIT now dows this.
5772 (gl_INIT): Add
5773 (GNULIB_AUTOCONF_SNIPPET): Remove.
5774 (AM_GNU_GETTEXT): Add; require formatstring macros since that's
5775 the pickiest.
5776 * lib/.cvsignore: Add inttypes_.h.
5777 * lib/Makefile.am: Include gnulib.mk first so we can append to it.
5778 (AM_CFLAGS): Add WERROR_CFLAGS, to be more like coreutils.
5779 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES): Remove
5780 no-longer-necessary initializations.
5781 (lib_SOURCES): Remove, replacing by libbison_a_SOURCES.
5782 * lib/subpipe.c: Include <unistd.h> unconditionally, now that we
5783 use the unistd module.
5784 * src/system.h: Likewise.
5785 * m4/.cvsignore: Remove *_gl.m4, gnulib.m4, inttypes_h.m4, uintmax_t.m4,
5786 ulonglong.m4. Add gettext.m4, gnulib-cache.m4, gnulib-comp.m4,
5787 gnulib-tool.m4, inttypes-h.m4, inttypes-pri.m4, inttypes.m4.
5788 * src/Makefile.am (DEFS): Remove, since configmake does this for us.
5789 (AM_CPPFLAGS): Remove -I../lib, since Automake does that for us.
5790 * src/system.h: Include inttypes.h unconditionally, now that we
5791 use the inttypes module. Don't bother to include stdint.h, since
5792 inttypes.h now does that for us.
5793 (LOCALEDIR): Remove, now that we use the configmake module.
5794 * src/getargs.c: Include configmake.h.
5795 * src/main.c: Likewise.
5796 * src/output.c: Likewise.
5797 * tests/atlocal.in (CPPFLAGS): Include from $abs_top_builddir/lib,
5798 not from $abs_top_builddir, since config.h moved.
5799
5800
5801 Port to GCC 2.95. First two problems reported by Michael Deutschmann in
5802 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00018.html>.
5803
5804 * src/parse-gram.y (symbol_declaration): Don't put statements
5805 before declarations; it's not portable to C89.
5806 * src/scan-code.l (handle_action_at): Likewise.
5807
5808 * src/scan-code.l: Always initialize braces_level; the old code
5809 left it uninitialized and therefore had undefined behavior.
5810
5811 Don't attempt to redefine 'assert', since it runs afoul of
5812 systems where standard headers (mistakenly) include <assert.h>.
5813 Instead, define and use our own alternative, called 'aver'.
5814 * src/reader.c: Don't include assert.h, since we no longer
5815 use assert.
5816 * src/scan-code.l: Likewise.
5817 * src/system.h (assert): Remove, replacing with....
5818 (aver): New function, taking a bool arg. All uses changed.
5819 * src/tables.c (pack_vector): Ensure that aver arg is bool,
5820 not merely an integer.
5821
5822 2006-09-15 Bob Rossi <bob@brasko.net>
5823
5824 * data/Makefile.am (dist_pkgdata_DATA): Add push.c.
5825 * data/c.m4 (YYPUSH): New.
5826 (b4_push_if): New macro. Use it instead of #ifdef YYPUSH.
5827 * src/getargs.c (push_parser): New var.
5828 * src/getargs.h (push_parser): New declaration.
5829 * src/output.c (prepare): Add macro insertion of `push_flag'.
5830 * src/parse-gram.y (PERCENT_PUSH_PARSER): New token.
5831 (prologue_declaration): Parse %push-parser.
5832 * src/scan-gram.l: Scan new PERCENT_PUSH_PARSER token.
5833 * tests/calc.at (_AT_CHECK_CALC_ERROR): Add "Return" and "Now" to
5834 list of removed lines from the traces observed.
5835 (AT_CHECK_CALC_LALR): Added push parser tests.
5836
5837 2006-09-13 Paul Eggert <eggert@cs.ucla.edu>
5838
5839 * NEWS: Version 2.3a.
5840 * configure.ac (AC_INIT): Likewise.
5841
5842 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Remove
5843 "#define YYSTYPE int" that caused "make maintainer-check" to fail
5844 due to header ordering dependencies. I don't know why the #define
5845 was there.
5846
5847 Fix glr.cc and lalr1.cc's use of YYDEBUG so that there's zero
5848 runtime cost when YYDEBUG is not defined, and so that some tests
5849 that used to fail now work. Problem and initial suggestion by
5850 Paolo Bonzini.
5851 * data/c++.m4 (b4_parse_param_cons): Omit leading ','.
5852 * data/glr.cc (b4_parser_class_name):
5853 Initialize yycdebug_ only if YYDEBUG. Also, initialize yydebug_.
5854 (debug_level, set_debug_level): Affect yydebug_, not ::yydebug.
5855 (yydebug_) [YYDEBUG]: New member.
5856 (yycdebug_): Now defined only if YYDEBUG.
5857 * data/lalr1.cc (yydebug_, yycdebug_): Now defined only if YYDEBUG.
5858 (YYCDEBUG) [!YYDEBUG]: Don't use yydebug_ and yycdebug_.
5859 (b4_parser_class_name): Initialize yydebug_ and yycdebug_ only
5860 if YYYDEBUG.
5861 (debug_stream, set_debug_stream, debug_level, set_debug_level):
5862 Define only if YYDEBUG.
5863 * tests/calc.at (_AT_DATA_CALC_Y) [!YYDEBUG]: Omit call to
5864 set_debug_level.
5865 * tests/regression.at (_AT_DATA_DANCER_Y) [!YYDEBUG]: Likewise.
5866 * tests/calc.at (AT_CHECK_CALC_GLR_CC): Uncomment calls to
5867 AT_CHECK_CALC_GLR_CC that are working now.
5868
5869 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
5870
5871 * data/glr.cc (YYERROR_VERBOSE, YYTOKEN_TABLE): Remove.
5872 We don't need them in glr.cc, and glr.c defines them.
5873 Defining YYERROR_VERBOSE to 0 here breaks glr.c, since glr.c
5874 assumes that defining it to anything is the same as defining
5875 it to 1. Problem reported by Paolo Bonzini.
5876
5877 2006-09-12 Paolo Bonzini <bonzini@gnu.org> (tiny change)
5878
5879 * data/c.m4 (b4_null, b4_case): Define.
5880 * src/output.c (prepare_symbols): Use b4_null.
5881 (user_actions_output): Use b4_case.
5882
5883 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
5884
5885 * data/glr.c (b4_shared_declarations): Put start-header first,
5886 before any #includes that we generate, so that feature-test
5887 macros work. Problem reported by Michael Deutschmann in
5888 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00004.html>.
5889 * data/lalr1.cc: Likewise.
5890 * doc/bison.texinfo (Prologue): Document that feature-test macros
5891 should be defined before any Bison declarations.
5892 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Put defns
5893 that depend on location.hh after, not before, Bison decls, since
5894 we now include location.hh after the first user prologue.
5895
5896 * doc/bison.texinfo (Calc++ Parser): Fix memory leak reported by
5897 Sander Brandenburg in
5898 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00002.html>.
5899 Also, fix minor white space and comment issues.
5900 (Prologue): Mention that it's better to define feature-test macros
5901 before Bison declarations. Problem reported by Michael Deutschmann.
5902
5903 * README-cvs: Fix typo: "&" should be "&&". Problem reported
5904 by Jim Meyering.
5905 * m4/.cvsignore: Add argmatch.m4. Remove obstack.m4, strerror_r.m4.
5906 This adjusts to recent gnulib changes.
5907
5908 2006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
5909
5910 Finish implementation of per-type %destructor/%printer. Discussed
5911 starting at
5912 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>
5913 and
5914 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>.
5915 * NEWS (2.3+): Add a description of this feature to the default
5916 %destructor/%printer description.
5917 * doc/bison.texinfo (Freeing Discarded Symbols): Likewise.
5918 * src/symlist.c (symbol_list_destructor_set, symbol_list_printer_set):
5919 Invoke semantic_type_destructor_set or semantic_type_printer_set when a
5920 list node contains a semantic type.
5921 * src/symtab.c, src/symtab.h: Extend with a table that associates
5922 semantic types with their %destructor's and %printer's.
5923 (semantic_type_from_uniqstr, semantic_type_get,
5924 semantic_type_destructor_set, semantic_type_printer_set): New functions
5925 composing the public interface of that table.
5926 (symbol_destructor_get, symbol_destructor_location_get,
5927 symbol_printer_get, symbol_printer_location_get): If there's no
5928 per-symbol %destructor/%printer, look up the per-type before trying
5929 the default.
5930 * tests/actions.at (Per-type %printer and %destructor): New test case.
5931 * tests/input.at (Default %printer and %destructor redeclared):
5932 Extend to check that multiple occurrences of %symbol-default in a
5933 single %destructor/%printer declaration is an error.
5934 (Per-type %printer and %destructor redeclared, Unused values with
5935 per-type %destructor): New test cases.
5936
5937 2006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
5938
5939 Require default %destructor/%printer to be declared using
5940 %symbol-default instead of an empty symbol list, and start working on
5941 new per-type %destructor/%printer. Discussed at
5942 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00007.html>.
5943 * NEWS (2.3+): Add %symbol-default to example.
5944 * bison.texinfo (Freeing Discarded Symbols): Likewise.
5945 (Table of Symbols): Add entry for %symbol-default.
5946 * src/parse-gram.y (PERCENT_SYMBOL_DEFAULT): New token.
5947 (generic_symlist, generic_symlist_item): New nonterminals for creating
5948 a list in which each item is a symbol, semantic type, or
5949 %symbol-default.
5950 (grammar_declaration): Use generic_symlist in %destructor and %printer
5951 declarations instead of symbols.1 or an empty list.
5952 (symbol_declaration, precedence_declaration, symbols.1): Update actions
5953 for changes to symbol_list.
5954 * src/reader.c: Update for changes to symbol_list.
5955 * src/scan-code.l: Likewise.
5956 * src/scan-gram.l: Scan new PERCENT_SYMBOL_DEFAULT token.
5957 * src/symlist.c, src/symlist.h: Extend such that a list node may
5958 represent a semantic type or a %symbol-default in addition to just an
5959 ordinary symbol. Add switched functions for setting %destructor's and
5960 %printer's.
5961 * tests/actions.at, tests/input.at: Add %symbol-default to all default
5962 %destructor/%printer declarations.
5963
5964 2006-08-23 Joel E. Denny <jdenny@ces.clemson.edu>
5965
5966 Whether the default %destructor/%printer applies to a particular symbol
5967 isn't a question of whether the user *declares* that symbol (in %token,
5968 for example). It's a question of whether the user by any means
5969 *defines* the symbol at all (by simply using a char token, for
5970 example). $end is defined by Bison whereas any other token with token
5971 number 0 is defined by the user. The error token is always defined by
5972 Bison regardless of whether the user declares it with %token, but we
5973 may one day let the user define error as a nonterminal instead.
5974 * NEWS (2.3+): Say "user-defined" instead of "user-declared".
5975 * doc/bison.texinfo (Freeing Discarded Symbols): Likewise, and document
5976 the meaning of "user-defined".
5977 * tests/actions.at (Default %printer and %destructor for user-declared
5978 end token): Rename to...
5979 (Default %printer and %destructor for user-defined end token): ...
5980 this.
5981
5982 * src/symtab.c (symbol_destructor_get, symbol_printer_get): In the
5983 computation of whether to apply the default, don't maintain a list of
5984 every Bison-defined symbol. Instead, just check for a first character
5985 of '$', which a user symbol cannot have, and check for the error token.
5986
5987 2006-08-21 Joel E. Denny <jdenny@ces.clemson.edu>
5988
5989 Don't apply the default %destructor or %printer to the error token,
5990 $undefined, or $accept. This change fits the general rule that the
5991 default %destructor and %printer are only for user-declared symbols,
5992 and it solves several difficulties that are described in the new test
5993 cases listed below.
5994 * src/symtab.c (symbol_destructor_get, symbol_printer_get): Implement.
5995 * tests/actions.at (Default %printer and %destructor are not for error
5996 or $undefined, Default %printer and %destructor are not for $accept):
5997 New test cases.
5998
5999 2006-08-19 Joel E. Denny <jdenny@ces.clemson.edu>
6000
6001 Allow %start after the first rule.
6002 * src/reader.c (grammar_current_rule_begin): Don't set the start symbol
6003 when parsing the first rule.
6004 (check_and_convert_grammar): Search for it here after all grammar
6005 declarations have been parsed. Skip midrules, which have dummy LHS
6006 nonterminals.
6007 * src/symtab.c (symbol_is_dummy): New function.
6008 * src/symtab.h (symbol_is_dummy): Declare it.
6009 * tests/input.at (%start after first rule): New test.
6010
6011 2006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
6012
6013 Redo some of the previous commit: add back the ability to use
6014 non-aliased/undeclared string literals since it might be useful to
6015 those declaring %token-table.
6016 * src/reader.c (check_and_convert_grammar): Undo changes in previous
6017 commit: don't worry about complaints from symbols_pack.
6018 * src/symtab.c (symbol_new, symbol_class_set,
6019 symbol_check_alias_consistency): Undo changes in previous commit: count
6020 each string literal as a new symbol and token, assign it a symbol
6021 number, and don't complain about non-aliased string literals.
6022 (symbols_pack): Since symbol_make_alias still does not decrement symbol
6023 and token counts but does still set aliased tokens to the same number,
6024 symbol_pack_processor now leaves empty slots in the symbols array.
6025 Remove those slots.
6026 * tests/regression.at (Undeclared string literal): Remove test case
6027 added in previous commit since non-aliased string literals are allowed
6028 again.
6029 (Characters Escapes, Web2c Actions): Undo changes in previous commit:
6030 remove unnecessary string literal declarations.
6031 * tests/sets.at (Firsts): Likewise.
6032
6033 2006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
6034
6035 Don't allow an undeclared string literal, but allow a string literal to
6036 be used before its declaration.
6037 * src/reader.c (check_and_convert_grammar): Don't invoke packgram if
6038 symbols_pack complained.
6039 * src/symtab.c (symbol_new): Don't count a string literal as a new
6040 symbol.
6041 (symbol_class_set): Don't count a string literal as a new token, and
6042 don't assign it a symbol number since symbol_make_alias does that.
6043 (symbol_make_alias): It's not necessary to decrement the symbol and
6044 token counts anymore. Don't assume that an alias declaration occurs
6045 before any uses of the identifier or string, and thus don't assert that
6046 one of them has the highest symbol number so far.
6047 (symbol_check_alias_consistency): Complain if there's a string literal
6048 that wasn't declared as an alias.
6049 (symbols_pack): Bail if symbol_check_alias_consistency failed since
6050 symbol_pack asserts that every token has been assigned a symbol number
6051 although undeclared string literals have not.
6052 * tests/regression.at (String alias declared after use, Undeclared
6053 string literal): New test cases.
6054 (Characters Escapes, Web2c Actions): Declare string literals as
6055 aliases.
6056 * tests/sets.at (Firsts): Likewise.
6057
6058 2006-08-14 Joel E. Denny <jdenny@ces.clemson.edu>
6059
6060 In the grammar scanner, STRING_FINISH unclosed constructs and return
6061 them to the parser in order to improve error messages.
6062 * src/scan-gram.l (SC_ESCAPED_STRING, SC_ESCAPED_CHARACTER,
6063 SC_BRACED_CODE, SC_PROLOGUE): Implement.
6064 * tests/input.at (Unclosed constructs): New test case.
6065 * tests/regression.at (Invalid inputs): Update now that unclosed %{ is
6066 seen.
6067
6068 * src/scan-gram.h, src/scan-gram.l (gram_last_braced_code_loc): Remove
6069 unused global.
6070
6071 2006-08-13 Joel E. Denny <jdenny@ces.clemson.edu>
6072
6073 Handle string aliases for character tokens correctly.
6074 * src/symtab.c (symbol_user_token_number_set): If the token has an
6075 alias, check and set its alias's user token number instead of its own,
6076 which is set to indicate the alias. Previously, every occurrence of
6077 the character token in the grammar overwrote that alias indicator with
6078 the character code.
6079 * tests/input.at (String aliases for character tokens): New test.
6080
6081 2006-08-12 Joel E. Denny <jdenny@ces.clemson.edu>
6082
6083 * src/parse-gram.y: Add `%expect 0' so we don't overlook conflicts.
6084
6085 2006-08-11 Paul Eggert <eggert@cs.ucla.edu>
6086
6087 * bootstrap: Put in need-ngettext argument to AM_GNU_GETTEXT,
6088 to prevent failures when building on older platforms.
6089 Check for autopoint failure.
6090 Set XGETTEXT_OPTIONS to values that check for C format strings,
6091 so that translators are warned about them (this also helps
6092 prevent core dumps).
6093
6094 * lib/subpipe.c (create_subpipe): Use new gnulib pipe_safer
6095 function, since it simplifies our code a bit.
6096
6097 * configure.ac (AC_ARG_ENABLE): Use -Wextra -Wno-sign-compare
6098 rather than -W, so we don't get bogus warnings about sign comparisons.
6099 Add -Wpointer-arith, since that warning is useful (it reports code
6100 that does not conform to C89 and that some compilers reject).
6101 * data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c: Undo latest change,
6102 since it's no longer needed.
6103
6104 2006-08-10 Joel E. Denny <jdenny@ces.clemson.edu>
6105
6106 Clean up scanners a bit.
6107 * src/flex-scanner.h (FLEX_NO_OBSTACK): New macro that blocks obstack
6108 definitions so gcc won't warn when obstack_for_string is unused.
6109 * src/scan-code.l: config.h and system.h are already #include'd by
6110 scan-code-c.c, so get rid of them here.
6111 * src/scan-gram.l: Likewise.
6112 * src/scan-skel.l: Likewise, and use flex-scanner.h without obstack
6113 definitions rather than duplicating the rest of it.
6114 * src/scan-gram-c.c, scan-skel-c.c: #include "system.h".
6115
6116 2006-08-09 Joel E. Denny <jdenny@ces.clemson.edu>
6117
6118 Suppress signed/unsigned comparison warnings for yycheck.
6119 * data/c.m4 (b4_safest_int_type): New macro.
6120 * data/glr.c, data/lalr1.cc: Wherever you compare yycheck[i] against
6121 a signed int type, cast it to b4_safest_int_type first.
6122 * data/yacc.c: Likewise.
6123 (b4_safest_int_type): Overwrite the one from c.m4 since b4_int_type is
6124 also overwritten.
6125
6126 2006-08-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
6127
6128 * doc/bison.texinfo: Fix some typos.
6129
6130 2006-08-02 Paul Eggert <eggert@cs.ucla.edu>
6131
6132 * m4/.cvsignore: Add inttypes_h.m4,lib-ld.m4, lib-prefix.m4,
6133 po.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4, warning.m4.
6134
6135 * bootstrap (gnulib_tool): Stop using --assume-autoconf;
6136 the latest gnulib does this a different way.
6137 (get_translations): Sharuzzaman Ahmat Raslan reported that the ms
6138 translation was patched, so stop omitting it.
6139
6140 2006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
6141
6142 Enable declaration of default %printer/%destructor. Make the parser
6143 use these for all user-declared grammar symbols for which the user does
6144 not declare a specific %printer/%destructor. Thus, the parser uses it
6145 for token 0 if the user declares it but not if Bison generates it as
6146 $end. Discussed starting at
6147 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>,
6148 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>,
6149 and
6150 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>.
6151 * NEWS (2.3+): Mention.
6152 * doc/bison.texinfo (Actions in Mid-Rule): It's no longer impossible to
6153 declare a %destructor for a mid-rule's semantic value. It's just
6154 impossible to declare one specific to it.
6155 (Freeing Discarded Symbols): Mention that @$ can be used in %destructor
6156 code. Describe default %destructor form.
6157 * src/parse-gram.y (grammar_declaration): Parse default
6158 %printer/%destructor declarations.
6159 * src/output.c (symbol_destructors_output): Use symbol_destructor_get
6160 and symbol_destructor_location_get rather than accessing the destructor
6161 and destructor_location members of struct symbol.
6162 (symbol_printers_output): Likewise but for %printer's.
6163 * src/reader.c (symbol_should_be_used): Likewise but for %destructor's
6164 again.
6165 * src/symtab.c (default_destructor, default_destructor_location,
6166 default_printer, default_printer_location): New static global
6167 variables to record the default %destructor and %printer.
6168 (symbol_destructor_get, symbol_destructor_location_get,
6169 symbol_printer_get, symbol_printer_location_get): New functions to
6170 compute the appropriate %destructor and %printer for a symbol.
6171 (default_destructor_set, default_printer_set): New functions to set the
6172 default %destructor and %printer.
6173 * src/symtab.h: Prototype all those new functions.
6174 * tests/actions.at (Default %printer and %destructor): New test to
6175 check that the right %printer and %destructor are called, that they're
6176 not called for $end, and that $$ and @$ work correctly.
6177 (Default %printer and %destructor for user-declared end token): New
6178 test to check that the default %printer and %destructor are called for
6179 a user-declared end token.
6180 * tests/input.at (Default %printer and %destructor redeclared, Unused
6181 values with default %destructor): New tests to check related grammar
6182 warnings and errors.
6183
6184 2006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
6185
6186 Clean up handling of %destructor for the end token (token 0).
6187 Discussed starting at
6188 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>
6189 and
6190 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00013.html>.
6191
6192 Make the skeletons consistent in how they pop the end token and invoke
6193 its %destructor.
6194 * data/glr.c (yyrecoverSyntaxError, yyparse): Don't pop the start
6195 state, which has token number 0, since this would invoke the
6196 %destructor for the end token.
6197 * data/lalr1.cc (yy::parser::parse): Don't check for the final state
6198 until after shifting the end token, or else it won't be popped.
6199 * data/yacc.c (yyparse): Likewise.
6200
6201 * data/glr.c (yyparse): Clear the lookahead after shifting it even when
6202 it's the end token. Upon termination, destroy an unshifted lookahead
6203 even when it's the end token.
6204 * data/lalr1.cc (yy::parser::parse): Likewise.
6205 * data/yacc.c (yyparse): Likewise.
6206
6207 * src/reader.c (packgram): Don't check rule 0. This suppresses unused
6208 value warnings for the end token when the user gives the end token a
6209 %destructor.
6210
6211 * tests/actions.at (Printers and Destructors): Test all the above.
6212
6213 2006-07-24 Paul Eggert <eggert@cs.ucla.edu>
6214
6215 Update to latest gnulib and gettext versions.
6216 * bootstrap (gnulib-modules): Remove hard-locale, stdio-safer.
6217 Add fopen-safer.
6218 (gnulib_files): Add m4/warning.m4. Don't worry about files
6219 overwritten by autopoint.
6220 Replace gt_INTL_SUBDIR_CORE with an empty body in m4/gettext_gl.m4.
6221 Suppress "id", "ms", "tr" translations for now, since gettext 0.15
6222 rejects them.
6223 Don't use autoreconf; instead, invoke autopoint etc. by hand,
6224 so that we can remove the intl files at a better time.
6225 (intl_files_to_remove): Remove aclocal.m4, since it gets
6226 rebuilt anyway. Remove m4/inttypes_h.m4, m4/inttypes.m4,
6227 m4/isc-posix.m4, m4/lib-ld.m4, m4/lib-prefix.m4, m4/po.m4,
6228 m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
6229 Add m4/inttypes-h.m4, m4/lock.m4, m4/visibility.m4.
6230 Remove datarootdir hack; no longer needed.
6231 * configure.ac: Use gl_WARNING_CFLAGS rather than BISON_WARNING.
6232 (AM_GNU_GETTEXT_VERSION): Bump from 0.12 to 0.15.
6233 * lib/.cvsignore: Remove hard-locale.c, hard-locale.h, strdup.c,
6234 strdup.h.
6235 * m4/.cvsignore: Remove hard-locale.m4, strdup.m4.
6236 * m4/warning.m4: Remove from CVS, since we now use gnulib's version.
6237
6238 2006-07-20 Paul Eggert <eggert@cs.ucla.edu>
6239
6240 * bootstrap: Adjust to today's change to gnulib-tool by invoking
6241 it with --assume-autoconf='latest-stable'.
6242
6243 2006-07-13 Joel E. Denny <jdenny@ces.clemson.edu>
6244
6245 * src/parse-gram.y (grammar_declaration): Don't confuse Doxygen (at
6246 least 1.4.7 and 1.4.4) by putting a #line between `typedef union
6247 YYSTYPE' and `{'.
6248 * src/muscle_tab.h (muscle_grow): Replace the header comments with
6249 those from muscle_tab.c since the old ones are misleading.
6250
6251 2006-07-13 Akim Demaille <akim@epita.fr>
6252
6253 Support %define "KEY" {VALUE}.
6254 * src/scan-code.h, src/scan-code.l (translate_action)
6255 (translate_rule_action, translate_symbol_action, translate_code):
6256 Return char *, not const char *.
6257 * src/parse-gram.y (declaration): Rename as...
6258 (prologue_declaration): this.
6259 (string_content): Remove this nonterminal, use STRING.
6260 (braceless, content, content.opt): New nonterminal.
6261 Use them.
6262 (%define): Now accept content.opt, i.e., accept also BRACED_CODE
6263 as value.
6264 * src/scan-gram.l (getargs.h): Don't include it.
6265
6266 2006-07-12 Paul Eggert <eggert@cs.ucla.edu>
6267
6268 * data/lalr1.cc (YYCDEBUG): Use 'if (yydebug_) (*yycdebug_)'
6269 rather than a for-loop that declares a local bool variable. This
6270 should work around a compatibility problem with a Cray x1e C++
6271 compiler reported by Hung Nguyen in
6272 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00022.html>.
6273 The for-loop was introduced in the 2004-11-17 change but I don't
6274 know why it was needed.
6275
6276 2006-07-12 Akim Demaille <akim@epita.fr>
6277
6278 * data/c.m4: Comment changes.
6279
6280 2006-07-10 Akim Demaille <akim@lrde.epita.fr>
6281
6282 * src/complain.c (error_message, ERROR_MESSAGE): New.
6283 To factor...
6284 (fatal_at, fatal, warn_at, warn, complain_at, complain): these.
6285 * src/complain.h, src/complain.c (warning_issued): Remove, unused.
6286
6287 2006-07-09 Paul Eggert <eggert@cs.ucla.edu>
6288
6289 * NEWS: Instead of %union, you can define and use your own union type
6290 YYSTYPE if your grammar contains at least one <type> tag.
6291 Your YYSTYPE need not be a macro; it can be a typedef.
6292 * doc/bison.texinfo (Value Type, Multiple Types, Location Type):
6293 (Union Decl, Decl Summary): Document this.
6294 * data/glr.c (YYSTYPE): Implement this.
6295 * data/glr.cc (YYSTYPE): Likewise.
6296 * data/lalr1.cc (YYSTYPE): Likewise.
6297 * data/yacc.c (YYSTYPE): Likewise.
6298 * src/output.c (prepare): Output tag_seen_flag.
6299 * src/parse-gram.y (declaration, grammar_declaration):
6300 Use 'union_seen' rather than 'typed' to determine whether
6301 %union has been seen, since grammars can now be typed without
6302 %union.
6303 (symbol_declaration, type.opt, symbol_def):
6304 Keep track of whether a tag has been seen.
6305 * src/reader.c (union_seen, tag_seen): New vars.
6306 (typed): remove.
6307 * src/reader.h (union_seen, tag_seen, typed): Likewise.
6308 * src/scan-code.l (untyped_var_seen): New variable.
6309 (handle_action_dollar): Adjust to above changes.
6310 (handle_action_dollar, handle_action_at):
6311 Improve overflow checking for outlandish numbers.
6312 * tests/input.at (AT_CHECK_UNUSED_VALUES): Redo test to
6313 avoid new diagnostics generated by above changes.
6314 * tests/regression.at (YYSTYPE typedef): Add test to check
6315 for type tags without %union.
6316
6317 * src/symlist.c (symbol_list_length): Return int, not unsigned
6318 int, since callers expect int. This may need to get revisited
6319 once we have proper integer overflow checking.
6320
6321 * src/scan-gram.h (gram_scanner_cursor): Remove decl, since this
6322 object is now static.
6323
6324 * src/getargs.c (flags_argmatch): Return void, not int,
6325 to pacify ./configure --enable-gcc-warnings.
6326
6327 * src/flex-scanner.h (STRING_FREE): Don't use FLEX_PREFIX (last_string)
6328 since last_string is already defined to FLEX_PREFIX (last_string).
6329
6330 2006-07-09 Akim Demaille <akim@lrde.epita.fr>
6331
6332 Implement --warnings/-W.
6333 * src/getargs.c (report_argmatch, trace_argmatch): Remove,
6334 replaced by...
6335 (flags_argmatch, FLAGS_ARGMATCH): this new function and macro.
6336 Adjust callers.
6337 * src/getargs.h, src/getargs.c (warnings, warnings_flags)
6338 (warnings_args, warnings_types): New.
6339 (getargs, short_options, long_options): Accept -W/--warnings.
6340 Sort the options by alphabetical order, upper case letter right
6341 before its lower case.
6342
6343 2006-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
6344
6345 Change %merge result type clash warnings to errors. Discussed at
6346 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00026.html>.
6347 * src/reader.c (record_merge_function_type): Use complain_at.
6348 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
6349 declared later): Update test case results.
6350
6351 2006-07-09 Akim Demaille <akim@lrde.epita.fr>
6352
6353 * src/getargs.h, src/getargs.c: Swap --report and --trace handling
6354 to be in alphabetical order.
6355 (trace_args): Spelling fixes.
6356
6357 2006-07-09 Paul Eggert <eggert@cs.ucla.edu>
6358
6359 * data/yacc.c (YYID, yy_stack_print): Prefix local vars with "yy"
6360 so they don't collide with user-defined macros.
6361 (yy_stack_print): Don't assume that yytype_int16 promotes to int;
6362 this was never guaranteed, and now that we're using gnulib stdint,
6363 which defines int_fast16_t to long int, the problem is exposed.
6364
6365 2006-07-08 Paul Eggert <eggert@cs.ucla.edu>
6366
6367 * data/c.m4 (b4_basename): Simplify a bit, since we don't
6368 need the full POSIX semantics (and weren't implementing them
6369 anyway).
6370
6371 Adjust to Autoconf 2.60 and today's gnulib.
6372 * bootstrap (gnulib_modules): Add stdint.
6373 Remove special case for m4/onceonly_2_57.m4, since gnulib-tool
6374 no longer copies it.
6375 (intl_files_to_remove): Remove m4/longlong.m4 and m4/wchar_t.m4,
6376 since stdint needs the former and wcwidth (which is now required
6377 by mbswidth) needs the latter.
6378 Append 'datarootdir = @datarootdir@' to po/Makefile.in.in, to
6379 work around a compatibility glitch between gettext 0.14.6 and
6380 Autoconf 2.60.
6381 * configure.ac (AC_PREREQ): Require Autoconf 2.60.
6382 Do not check for uintptr_t, since new stdint module does the right
6383 thing.
6384 * lib/.cvsignore: Remove alloca.c, alloca.h, alloca_.h.
6385 Add stdint.h, stdint_.h, wcwidth.h.
6386 * m4/.cvsignore: Remove alloca.m4, onceonly.m4.
6387 Add absolute-header.m4, double-slash-root.m4, longlong.m4,
6388 stdint.m4, wchar_t.m4, wcwidth.m4.
6389 * src/files.c: Include <dirname.h> and <stdio-safer.h> in the
6390 usual order for ../lib/*.h files.
6391 (file_name_split): Use last_component, not base_name, to adjust
6392 to gnulib changes.
6393 * src/parse-gram.h: Include <strverscmp.h> in the usual order
6394 for ../lib/*.h files.
6395 (YYTYPE_INT16, YYTYPE_INT8, YYTYPE_UINT16, YYTYPE_UINT8):
6396 Define unconditionally, since we now assume the stdint module.
6397 * src/scan-skel.l: Include <dirname.h>.
6398 (BASE_QPUTS): Use last_component, not base_name.
6399 * src/system.h: Include <unlocked-io.h> in the usual order
6400 for ../lib/*.h files. Include <stdint.h> unconditionally,
6401 since we now use the stdint module.
6402 (uintptr_t): Declare if UINTPTR_MAX is not defined, not
6403 HAVE_UINTPTR_T, since we now use the stdint module.
6404 (base_name): Remove decl, since files now include <dirname.h>
6405 to get the decl.
6406
6407 2006-07-08 Akim Demaille <akim@lrde.epita.fr>
6408
6409 * data/c.m4 (b4_location_initial_column, b4_location_initial_line):
6410 New, default to 1.
6411 * data/yacc.c, data/glr.c, data/location.cc: Use them.
6412 * NEWS, doc/bison.texinfo: The initial column and line are 1 by
6413 default.
6414 * tests/calc.at: Adjust.
6415
6416 2006-07-08 Akim Demaille <akim@lrde.epita.fr>
6417
6418 * data/c.m4 (b4_basename): New.
6419 (b4_syncline): Also output the location of its invocation (from
6420 the skeleton).
6421 (b4_user_action, b4_define_user_action, b4_user_actions)
6422 (b4_user_initial_action, b4_user_post_prologue, b4_user_start_header)
6423 (b4_user_stype): New.
6424 * data/yacc.c, data/glr.c, data/lalr1.cc, data/glr.cc: Use them.
6425
6426 2006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
6427
6428 In the grammar file, the first column is 1 not 0 on the first line as
6429 on every other line.
6430 * src/parse-gram.y (%initial-action): Initialize @$ correctly.
6431 * tests/input.at (Torturing the Scanner): Update output.
6432
6433 * src/scan-gram.l (scanner_cursor): Declare it static.
6434
6435 2006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
6436
6437 In warnings, say "previous declaration" rather than "first
6438 declaration".
6439 * src/symtab.c (redeclaration): Do that here.
6440 * src/reader.c (record_merge_function_type): In the case of a result
6441 type clash, report the previous declaration rather than the very first
6442 one in the grammar file.
6443 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
6444 declared later): Add a third declaration to check this behavior.
6445 * tests/input.at (Incompatible Aliases): Update output.
6446
6447 2006-06-27 Akim Demaille <akim@epita.fr>
6448
6449 * doc/Doxyfile.in: New.
6450 * doc/Makefile.am: Use it.
6451 * src/lalr.h, src/symtab.h: Initial doxygenation.
6452
6453 2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
6454
6455 Don't miss %merge result type warnings just because the LHS types are
6456 declared after the %merge. This continues the effort of the previous
6457 patch.
6458 * src/reader.c (get_merge_function): Don't set the merger type yet.
6459 (record_merge_function_type): New function for setting the merger type
6460 and checking for clashes.
6461 (grammar_current_rule_merge_set): Set the location of the %merge for
6462 the current rule.
6463 (packgram): Invoke record_merge_function_type for each rule now that
6464 all symbol type declarations have been parsed.
6465 * src/reader.h (merger_list.type_declaration_location): New member
6466 storing the location of the first %merge from which the type for this
6467 merging function was derived.
6468 * src/symlist.h (symbol_list.merger_declaration_location): New member
6469 storing the location of a rule's %merge, if any.
6470 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
6471 declared later): New test to catch the error fixed by the above patch.
6472
6473 2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
6474
6475 Get action warnings (grammar_rule_check) right even when symbol
6476 declarations appear after the rules. Discussed at
6477 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00108.html>
6478 and
6479 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00151.html>.
6480 Don't mistake the type of $$ in a midrule to be that of its parent
6481 rule's $$.
6482 * src/reader.c (grammar_current_rule_end): Don't invoke
6483 grammar_rule_check yet since not all symbol declarations may have been
6484 parsed yet.
6485 (grammar_midrule_action): Likewise.
6486 Don't record whether the midrule's $$ has been used yet since actions
6487 haven't been translated yet.
6488 Record the midrule's parent rule and its RHS index within the parent
6489 rule.
6490 (grammar_current_rule_action_append): Don't translate the action yet
6491 since not all symbol declarations may have been parsed yet and, thus,
6492 warnings about types for $$, $n, @$, and @n can't be reported yet.
6493 (packgram): Translate the action and invoke grammar_rule_check now that
6494 all symbol declarations have been parsed.
6495 * src/scan-code.l (handle_action_dollar): Now that this is invoked
6496 after parsing the entire grammar file, the symbol list here in the case
6497 of a midrule is actually the midrule's empty RHS, so reference its
6498 parent rule's RHS where necessary.
6499 On the other hand, now that you can already know it's a midrule, you
6500 aren't forced to think $$ has the same type as its parent rule's $$.
6501 (handle_action_at): In the case of a midrule, reference the parent rule
6502 where necessary.
6503 * src/symlist.c (symbol_list_new): Initialize new midrule-related
6504 members.
6505 (symbol_list_length): Now that this is invoked after all rules have
6506 been parsed, a NULL symbol (rather than a NULL symbol list node)
6507 terminates a rule. symbol_list_print already does this correctly.
6508 * src/symlist.h (symbol_list.midrule_parent_rule,
6509 symbol_list.midrule_parent_rhs_index): New members so that midrules can
6510 remember their relationships with their parents.
6511 * tests/input.at (Type Clashes): Extend to catch the midrule $$ error
6512 fixed by the above patch.
6513 (_AT_UNUSED_VALUES_DECLARATIONS, AT_CHECK_UNUSED_VALUES): New m4 macros
6514 implementing...
6515 (Unused values): ... this old test case and...
6516 (Unused values before symbol declarations): ... this new test case.
6517 This one is the same as `Unused values' except that all symbol
6518 declarations appear after the rules in order to catch the rest of the
6519 errors fixed by the above patch.
6520
6521 2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
6522
6523 More cleanup.
6524 * src/reader.c (current_rule): Declare it static since it's no longer
6525 used outside this file.
6526 (grammar_current_rule_action_append): Remove redundant arguments from
6527 translate_rule_action invocation.
6528 * src/reader.h (current_rule): Remove this unused extern.
6529 * src/scan-code.h (translate_rule_action): Remove redundant arguments.
6530 * src/scan-code.l (translate_rule_action): Likewise.
6531
6532 2006-06-25 Joel E. Denny <jdenny@ces.clemson.edu>
6533
6534 Clean up yesterday's patch.
6535 * parse-gram.y (rhs): Move grammar_midrule_action invocation from here
6536 to...
6537 * src/reader.c (grammar_current_rule_action_append): ... here for
6538 consistency with grammar_current_rule_symbol_append.
6539 * tests/regression.at (Braced code in declaration in rules section):
6540 Make yyerror and yylex static as usual.
6541
6542 2006-06-24 Joel E. Denny <jdenny@ces.clemson.edu>
6543
6544 Fix bug that mistakes braced code in a declaration in the rules section
6545 to be a rule action. Mentioned at
6546 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00105.html>.
6547 * src/scan-gram.l: Move midrule action detection from the start of the
6548 scanning of any braced code to...
6549 * src/parse-gram.y (rhs): ... the parsing of braced code as a rule
6550 action. For readability, use $2 and @2 rather than the equivalent
6551 global variables.
6552 * tests/regression.at (Braced code in declaration in rules section):
6553 New test to catch the error fixed by the above patch.
6554
6555 Work on code readability some.
6556 * src/scan-code.l (current_rule): Get rid of this misleading and
6557 redundant declaration: it's actually extern'ed in reader.h.
6558 (YY_DECL, code_lex, handle_action_dollar, handle_action_at,
6559 translate_action): Add a rule argument and use it instead of the global
6560 current_rule.
6561 (translate_rule_action): This already receives current_rule through an
6562 argument, so pass it on to translate_action instead of assigning
6563 current_rule to current_rule.
6564 (translate_symbol_action, translate_code): Pass rule = NULL to
6565 translate_action.
6566
6567 2006-06-23 Joel E. Denny <jdenny@ces.clemson.edu>
6568
6569 Rename %before-definitions to %start-header and %after-definitions to
6570 %end-header. Don't use these declarations to separate pre-prologue
6571 blocks from post-prologue blocks. Add new order-independent
6572 declarations %before-header and %after-header as alternatives to the
6573 traditional Yacc pre-prologue and post-prologue blocks. Discussed at
6574 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00110.html>.
6575 * NEWS (2.3+): Update for these changes.
6576 * data/glr.c (b4_before_definitions): Update to...
6577 (b4_start_header): ... this.
6578 (b4_after_definitions): Update to...
6579 (b4_end_header): ... this.
6580 * data/glr.cc: Likewise.
6581 * data/lalr1.cc: Likewise.
6582 * data/yacc.c: Likewise.
6583 * doc/bison.texinfo (The prologue): Update names, and replace remaining
6584 prologue blocks with %*-header declarations.
6585 (Calc++ Parser): Likewise.
6586 (Decl Summary): Update names.
6587 (Table of Symbols): Update description.
6588 * src/parse-gram.y (PERCENT_AFTER_DEFINITIONS): Update to...
6589 (PERCENT_END_HEADER): ... this.
6590 (PERCENT_BEFORE_DEFINITIONS): Update to...
6591 (PERCENT_START_HEADER): ... this.
6592 (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
6593 (declaration): Update token names and m4 macro names.
6594 When parsing %end-header and %start-header, invoke translate_code
6595 before muscle_code_grow, and no longer set global booleans to remember
6596 whether these declarations have been seen.
6597 Parse new %after-header and %before-header.
6598 * src/reader.c (before_definitions, after_definitions): Remove.
6599 (prologue_augment): Accept a new bool argument to specify whether to
6600 augment the pre-prologue or post-prologue.
6601 * src/reader.h (before_definitions, after_definitions): Remove these
6602 extern's.
6603 (prologue_augment): Add new bool argument.
6604 * src/scan-gram.l (PERCENT_AFTER_DEFINITIONS): Update to...
6605 (PERCENT_END_HEADER): ... this.
6606 (PERCENT_BEFORE_DEFINITIONS): Update to...
6607 (PERCENT_START_HEADER): ... this.
6608 (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
6609 * tests/actions.at (Printers and Destructors): Update names.
6610
6611 2006-06-22 Joel E. Denny <jdenny@ces.clemson.edu>
6612
6613 Add comparison operators for C++ location classes. Discussed at
6614 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00092.html>.
6615 * data/c++.m4 (b4_define_location_comparison): New boolean %define
6616 declaration indicating whether filename_type has an operator==. If
6617 filename_type is `std::string', it defaults to `1', `0' otherwise.
6618 * data/location.cc: Iff b4_define_location_comparison is `1', add
6619 operator== and operator!= for class position and for class location.
6620
6621 Some minor fixes.
6622 * src/scan-action.l: Remove unused file.
6623 * src/symtab.c (symbol_printer_set): Use printer_location not
6624 destructor_location.
6625 * src/symtab.h (struct symbol): Replace incorrect source comment for
6626 printer members.
6627 * tests/input.at (Incompatible Aliases): Update output with correct
6628 printer location.
6629
6630 2006-06-20 Joel E. Denny <jdenny@ces.clemson.edu>
6631
6632 Don't put the pre-prologue in the header file. For the yacc.c code
6633 file and the glr.c header and code files, move the pre-prologue before
6634 the token definitions. Add new %before-definitions and
6635 %after-definitions to declare code that will go in both the header file
6636 and code file. Discussed at
6637 <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00000.html>,
6638 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00016.html>,
6639 and
6640 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00055.html>.
6641 * NEWS (2.3+): Describe these changes.
6642 * data/glr.c (b4_pre_prologue): Move from within to before...
6643 (b4_shared_declarations): ... this.
6644 Add new b4_before_definitions before b4_token_enums.
6645 Add new b4_after_definitions at the end.
6646 * data/glr.cc (b4_pre_prologue): Replace with...
6647 (b4_before_definitions): ... this in the header file.
6648 (b4_after_definitions): New near the end of the header file.
6649 * data/lalr1.cc (b4_pre_prologue): Move from the header file to the
6650 code file right before including the header file.
6651 (b4_before_definitions): New in the previous position of
6652 b4_pre_prologue in the header file.
6653 (b4_after_definitions): New near the end of the header file.
6654 * data/yacc.c: Clean up some m4 quoting especially in the header file.
6655 (b4_token_enums_defines): In the code file, move to right before
6656 YYSTYPE for consistency with the header file.
6657 (b4_before_definitions): New right before b4_token_enums_defines in
6658 both the header and code file.
6659 (b4_after_definitions): New right after YYLTYPE and yylloc in both the
6660 header and code file.
6661 * doc/bison.texinfo (Prologue): Show use of %before-definitions instead
6662 of prologues for %union dependencies.
6663 (Decl Summary): In %defines description, mention the effect of
6664 %before-definitions and %after-definitions on the header file.
6665 (Calc++ Parser): Forward declare driver in a %before-definitions rather
6666 than in the pre-prologue so that make check succeeds.
6667 (Table of Symbols): Add entries for %before-definitions and
6668 %after-definitions.
6669 * src/parse-gram.y (PERCENT_BEFORE_DEFINITIONS): New token for
6670 %before-definitions.
6671 (PERCENT_AFTER_DEFINITIONS): New token for %after-definitions.
6672 (declaration): Parse those declarations and append to
6673 b4_before_definitions and b4_after_definitions, respectively.
6674 * src/reader.c (before_definitions, after_definitions): New bools to
6675 track whether those declarations have been seen.
6676 (prologue_augment): Add to the post-prologue if %union,
6677 %before-definitions, or %after-definitions has been seen.
6678 * src/reader.h (before_definitions, after_definitions): New extern's.
6679 * src/scan-gram.l: Scan the new declarations.
6680 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Place the second
6681 prologue block in a %before-definitions or a %after-definitions based
6682 on whether the %union is declared.
6683 * tests/regression.at (Early token definitions with --yacc, Early token
6684 definitions without --yacc): Move tests for token definitions into the
6685 post-prologue since token names are no longer defined in the
6686 pre-prologue.
6687
6688 2006-06-20 Akim Demaille <akim@epita.fr>
6689
6690 * src/symtab.h, src/symtab.c (symbol_from_uniqstr): New.
6691 (symbol_get): Use it.
6692 * src/parse-gram.y: Use it.
6693
6694 2006-06-19 Joel E. Denny <jdenny@ces.clemson.edu>
6695
6696 * src/scan-gram.l: Remove unused declaration of last_string_1 so the
6697 build succeeds when configured with --enable-gcc-warnings.
6698
6699 2006-06-19 Paul Eggert <eggert@cs.ucla.edu>
6700
6701 * src/parse-gram.y (char_name): New function.
6702 (CHAR, STRING, string_content): For %printer, properly escape.
6703 (ID): Prefer fputs to fprintf.
6704 (id): Reindent to be consistent with other rules.
6705 Properly quote char.
6706
6707 The Translation Project changed its way of publishing translations
6708 to maintainers. I haven't received any responses to my request
6709 for supporting the old way, or for documenting the new way. I
6710 have modified 'bootstrap' to use screen scraping
6711 (in this case, HTML scraping). This is unreliable and inelegant,
6712 but I don't see any better way. Yuck.
6713 * bootstrap (TP_URL, WGET_COMMAND): New vars.
6714 (get_translations): New function, which uses HTML scraping to
6715 deduce locations of latest translations.
6716 Use this function to grab both bison and bison-runtime .po files.
6717 Don't bother priming the pump for the runtime-po domain any more,
6718 as it's now translated better than bison is.
6719
6720 2006-06-19 Akim Demaille <akim@epita.fr>
6721
6722 * src/scan-gram.l: No longer "parse" things after `%union' until
6723 `{'. Rather, return a single "%union" token.
6724 No longer make symbols: return strings, and leave the conversion
6725 to symbols to the parser.
6726 (SC_PRE_CODE, token_type): Remove.
6727 * src/parse-gram.y (%union): New field `character'.
6728 Sort tokens.
6729 (CHAR): New token.
6730 (ID, ID_COLON): Now that the scanner no longer makes them
6731 identifiers, adjust all uses to invoke symbol_get.
6732 (id_colon): New, wraps the conversion from string to symbol.
6733 (%union): Accept a possible union_name.
6734 (symbol): Now can be a char.
6735 * data/c.m4 (b4_union_name): Leave a default value.
6736 * data/glr.c, data/yacc.c: Use it.
6737
6738 2006-06-11 Joel E. Denny <jdenny@ces.clemson.edu>
6739
6740 For associating token numbers with token names for "yacc.c", don't use
6741 #define statements unless `--yacc' is specified; always use enum
6742 yytokentype. Most important discussions start at:
6743 <http://lists.gnu.org/archive/html/bison-patches/2005-09/msg00053.html>,
6744 <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00052.html>,
6745 and
6746 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00043.html>.
6747 * NEWS (2.3+): Mention.
6748 * data/c.m4 (b4_yacc_if): New.
6749 (b4_token_enums_defines): Use b4_yacc_if to decide whether to add the
6750 token #define's.
6751 * doc/bison.texinfo (Bison Options): Describe the effect of `--yacc'
6752 on token name definitions.
6753 * src/getargs.c (usage): Capitalize `Yacc' in English.
6754 * src/output.c (prepare): Define b4_yacc_flag.
6755 * tests/regression.at (Early token definitions): Test that tokens names
6756 are defined before the pre-prologue not just before the post-prologue.
6757 Remove this test case and copy to...
6758 (Early token definitions with --yacc): ... this to test #define's.
6759 (Early token definitions without --yacc): ... and this to test enums.
6760
6761 2006-06-11 Paul Eggert <eggert@cs.ucla.edu>
6762
6763 * NEWS: Reword the post-2.3 change to not be so optimistic about
6764 removing the old "look-ahead" spelling.
6765 Update previous look-ahead/lookahead change reports.
6766 * REFERENCES: look-ahead -> lookahead (since that's
6767 what he actually wrote).
6768 * doc/refcard.tex: look ahead -> lookahead,
6769 look-ahead -> lookahead
6770
6771 2006-06-09 Joel E. Denny <jdenny@ces.clemson.edu>
6772
6773 For consistency, use `lookahead' instead of `look-ahead' or
6774 `look_ahead'. Discussed starting at
6775 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00049.html>
6776 and then at
6777 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00017.html>.
6778 * NEWS: For the next release, note the change to `--report'.
6779 * TODO, doc/bison.1: Update English.
6780 * doc/bison.texinfo: Update English.
6781 (Understanding Your Parser, Bison Options): Document as
6782 `--report=lookahead' rather than `--report=look-ahead'.
6783 * src/conflicts.c: Update English in comments.
6784 (lookahead_set): Rename from look_ahead_set.
6785 (flush_reduce): Rename argument look_ahead_tokens to lookahead_tokens.
6786 (resolve_sr_conflict): Rename local look_ahead_tokens to
6787 lookahead_tokens, and update other uses.
6788 (flush_shift, set_conflicts, conflicts_solve, count_sr_conflicts,
6789 count_rr_conflicts, conflicts_free): Update uses.
6790 * src/getargs.c (report_args): Move "lookahead" before alternate
6791 spellings.
6792 (report_types): Update uses.
6793 (usage): For `--report' usage description, state `lookahead' spelling
6794 rather than `look-ahead'.
6795 * src/getargs.h (report.report_lookahead_tokens): Rename from
6796 report_look_ahead_tokens.
6797 * src/lalr.c: Update English in comments.
6798 (compute_lookahead_tokens): Rename from compute_look_ahead_tokens.
6799 (state_lookahead_tokens_count): Rename from
6800 state_look_ahead_tokens_count.
6801 Rename local n_look_ahead_tokens to n_lookahead_tokens.
6802 (lookahead_tokens_print): Rename from look_ahead_tokens_print.
6803 Rename local n_look_ahead_tokens to n_lookahead_tokens.
6804 Update other uses.
6805 Update English in output.
6806 (add_lookback_edge, initialize_LA, lalr, lalr_free): Update uses.
6807 * src/print.c: Update English in comments.
6808 (lookahead_set): Rename from look_ahead_set.
6809 (print_reduction): Rename argument lookahead_token from
6810 look_ahead_token.
6811 (print_core, state_default_rule, print_reductions, print_results):
6812 Update uses.
6813 * src/print_graph.c: Update English in comments.
6814 (print_core): Update uses.
6815 * src/state.c: Update English in comments.
6816 (reductions_new): Update uses.
6817 (state_rule_lookahead_tokens_print): Rename from
6818 state_rule_look_ahead_tokens_print, and update other uses.
6819 * src/state.h: Update English in comments.
6820 (reductions.lookahead_tokens): Rename from look_ahead_tokens.
6821 (state_rule_lookahead_tokens_print): Rename from
6822 state_rule_look_ahead_tokens_print.
6823 * src/tables.c: Update English in comments.
6824 (conflict_row, action_row): Update uses.
6825 * tests/glr-regression.at
6826 (Incorrect lookahead during deterministic GLR,
6827 Incorrect lookahead during nondeterministic GLR): Rename
6828 print_look_ahead to print_lookahead.
6829 * tests/torture.at: Update English in comments.
6830 (AT_DATA_LOOKAHEAD_TOKENS_GRAMMAR): Rename from
6831 AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR.
6832 (Many lookahead tokens): Update uses.
6833 * data/glr.c: Update English in comments.
6834 * lalr1.cc: Likewise.
6835 * yacc.c: Likewise.
6836 * src/conflicts.h: Likewise.
6837 * src/lalr.h: Likewise.
6838 * src/main.c: Likewise.
6839 * src/output.c: Likewise.
6840 * src/parse-gram.c: Likewise.
6841 * src/tables.h: Likewise.
6842 * tests/calc.at: Likewise.
6843
6844 2006-06-08 Joel E. Denny <jdenny@ces.clemson.edu>
6845
6846 * src/flex-scanner.h (yytext): Remove stray `*/' in #define.
6847
6848 2006-06-07 Paul Eggert <eggert@cs.ucla.edu>
6849
6850 * TODO: Add request from Nelson H. F. Beebe to be able to install
6851 Bison without installing the yacc script.
6852
6853 2006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
6854
6855 * src/flex-scanner.h: For the sake of Flex 2.5.4, don't #define yyleng
6856 and yytext if they're already #define'd.
6857 * src/flex-scanner.h, src/location.h: Move #include "system.h" to...
6858 * src/scan-code-c.c: ... here.
6859 * src/scan-code.l, src/scan-gram.l: ... and here. Also #include
6860 <config.h>.
6861
6862 2006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
6863
6864 Get Bison to build again when configured with --enable-gcc-warnings.
6865 * src/location.c, src/location.h, src/main.c, src/scan-code.l: Add some
6866 missing #include's.
6867 * src/scan-code.l (handle_action_dollar, handle_action_at): Rename
6868 loc argument as it shadows a global.
6869 * src/scan-gram.l: Remove stray comma that prevents boundary_set
6870 invocation.
6871
6872 * src/.cvsignore: Add scan-code.c.
6873
6874 2006-06-07 Akim Demaille <akim@epita.fr>
6875
6876 * src/scan-gram.l: Move the "add a trailing ; to actions" code
6877 to...
6878 * src/scan-code.l: here.
6879 * tests/input.at (Torturing the Scanner): Fix another location
6880 error.
6881
6882 2006-06-07 Akim Demaille <akim@epita.fr>
6883
6884 * src/Makefile.am (BUILT_SOURCES): Fix the trailing backslash.
6885
6886 2006-06-06 Akim Demaille <akim@epita.fr>
6887
6888 Extract the parsing of user actions from the grammar scanner.
6889 As a consequence, the relation between the grammar scanner and
6890 parser is much simpler. We can also split "composite tokens" back
6891 into simple tokens.
6892 * src/gram.h (ITEM_NUMBER_MAX, RULE_NUMBER_MAX): New.
6893 * src/scan-gram.l (add_column_width, adjust_location): Move to and
6894 rename as...
6895 * src/location.h, src/location.c (add_column_width)
6896 (location_compute): these.
6897 Fix the column count: the initial column is 0.
6898 (location_print): Be robust to ending column being 0.
6899 * src/location.h (boundary_set): New.
6900 * src/main.c: Adjust to scanner_free being renamed as
6901 gram_scanner_free.
6902 * src/output.c: Include scan-code.h.
6903 * src/parse-gram.y: Include scan-gram.h and scan-code.h.
6904 Use boundary_set.
6905 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_INITIAL_ACTION)
6906 (PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Remove the {...} part,
6907 which is now, again, a separate token.
6908 Adjust all dependencies.
6909 Whereever actions with $ and @ are used, use translate_code.
6910 (action): Remove this nonterminal which is now useless.
6911 * src/reader.c: Include assert.h, scan-gram.h and scan-code.h.
6912 (grammar_current_rule_action_append): Use translate_code.
6913 (packgram): Bound check ruleno, itemno, and rule_length.
6914 * src/reader.h (gram_in, gram__flex_debug, scanner_cursor)
6915 (last_string, last_braced_code_loc, max_left_semantic_context)
6916 (scanner_initialize, scanner_free, scanner_last_string_free)
6917 (gram_out, gram_lineno, YY_DECL_): Move to...
6918 * src/scan-gram.h: this new file.
6919 (YY_DECL): Rename as...
6920 (GRAM_DECL): this.
6921 * src/scan-code.h, src/scan-code.l, src/scan-code-c.c: New.
6922 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
6923 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
6924 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
6925 Move these declarations, and...
6926 (obstack_for_string, STRING_GROW, STRING_FINISH, STRING_FREE):
6927 these to...
6928 * src/flex-scanner.h: this new file.
6929 * src/scan-gram.l (rule_length, rule_length_overflow)
6930 (increment_rule_length): Remove.
6931 (last_braced_code_loc): Rename as...
6932 (gram_last_braced_code_loc): this.
6933 Adjust to the changes of the parser.
6934 Move all the handling of $ and @ into...
6935 * src/scan-code.l: here.
6936 * src/scan-gram.l (handle_dollar, handle_at): Remove.
6937 (handle_action_dollar, handle_action_at): Move to...
6938 * src/scan-code.l: here.
6939 * src/Makefile.am (bison_SOURCES): Add flex-scanner.h,
6940 scan-code.h, scan-code-c.c, scan-gram.h.
6941 (EXTRA_bison_SOURCES): Add scan-code.l.
6942 (BUILT_SOURCES): Add scan-code.c.
6943 (yacc): Be robust to white spaces.
6944
6945 * tests/conflicts.at, tests/input.at, tests/reduce.at,
6946 * tests/regression.at: Adjust the column numbers.
6947 * tests/regression.at: Adjust the error message.
6948
6949 2006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
6950
6951 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
6952 Use Akim's wording from
6953 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00056.html>.
6954
6955 2006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
6956
6957 Between Bison releases, manually append `+' to the previous Bison
6958 release number, and use that as a signal to automatically print the
6959 ChangeLog's CVS Id keyword from --version. Discussed starting at
6960 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00028.html>.
6961 * ChangeLog: Add Id header.
6962 * configure.ac (AC_INIT): Append `+' to `2.3'.
6963 * src/.cvsignore: Add revision.c.
6964 * src/Makefile.am (bison_SOURCES): Add revision.c and revision.h.
6965 (BUILT_SOURCES): Add revision.c.
6966 (revision.c): New target rule. This file defines a new global variable
6967 named revision. It initializes it with either the Id from ChangeLog
6968 or, if VERSION doesn't contain `+', with the empty string.
6969 * src/getargs.c (version): Print the value of revision.
6970 * src/revision.h: Extern revision.
6971
6972 2006-06-05 Paul Eggert <eggert@cs.ucla.edu>
6973
6974 * NEWS: Version 2.3.
6975 * configure.ac (AC_INIT): Likewise.
6976
6977 2006-05-30 Paul Eggert <eggert@cs.ucla.edu>
6978
6979 * data/glr.c (YYRECOVERING): Define to be a function-like macro
6980 with no arguments, not as an object-like macro. This is for
6981 compatibility with data/yacc.c. Problem reported by John P. Hartmann in
6982 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00059.html>.
6983 * doc/bison.texinfo (Action Features, Error Recovery, Table of Symbols):
6984 Document this.
6985
6986 2006-05-30 Joel E. Denny <jdenny@ces.clemson.edu>
6987
6988 * src/getargs.c (usage): Back out yesterday's modification of the
6989 --help output so that we don't have to wait for translation before
6990 releasing 2.3.
6991
6992 2006-05-29 Paul Eggert <eggert@cs.ucla.edu>
6993
6994 * doc/bison.texinfo (Introduction): Don't say "GLR grammar".
6995 Problem reported by Akim Demaille.
6996
6997 2006-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
6998
6999 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
7000
7001 2006-05-26 Paul Eggert <eggert@cs.ucla.edu>
7002
7003 * data/yacc.c (yy_reduce_print): Omit trailing white space in
7004 generated source code. Problem reported by Frans Englich in
7005 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00049.html>.
7006
7007 2006-05-22 Paul Eggert <eggert@cs.ucla.edu>
7008
7009 * Makefile.maint (gzip_rsyncable, GZIP_ENV): Compute within the
7010 shell, not within 'make', so that 'make' by an ordinary builder
7011 (using GNU make) does not worry about configuring gzip. This also
7012 works around a bug reported independently by Keith Thompson and by
7013 Georg Schwarz, whereby gzip 1.2.4 --help would output usage on
7014 stderr rather than stdout, messing up the build logs.
7015
7016 2006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
7017
7018 * data/yacc.c (yyparse): Wrap the final return from yyparse inside YYID
7019 to make sure that YYID will never be unused. This fixes a 'make
7020 maintainer-check' failure caused by the recent changes to the 'Trivial
7021 grammars' test case, which caused g++ 4.1.0 to complain that YYID was
7022 not used.
7023 * data/glr.c (yyparse): Wrap yyparse's return inside YYID just in case.
7024
7025 2006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
7026
7027 * data/glr.c (yyresolveLocations): Remove bogus YYASSERT that the
7028 state before an empty RHS is always resolved here. Only the location
7029 of that state is guaranteed to be resolved, and that's enough. This
7030 fixes the remaining bug reported by Derek M. Jones in
7031 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
7032 * tests/glr-regression.at (Uninitialized location when reporting
7033 ambiguity): Test the above case.
7034 Also, the embedded comments in this test case claim it checks the case
7035 of an empty RHS that has inherited the initial location. However, the
7036 corresponding LHS was already resolved, so yyresolveLocations didn't
7037 actually have reason to modify it. Fix this by forcing
7038 nondeterministic operation at the beginning of the parse.
7039
7040 2006-05-20 Paul Eggert <eggert@cs.ucla.edu>
7041
7042 * data/c.m4 (b4_yy_symbol_print_generate):
7043 (b4_yy_symbol_print_generate): Use 'YYSTYPE const' rather than
7044 'const YYSTYPE', and similarly for YYLTYPE. This fixes one
7045 of the bugs reported today by Derek M Jones in
7046 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
7047 * doc/bison.texinfo (Value Type): Document that YYSTYPE must be
7048 defined to be a type name without parens or brackets.
7049 (Location Type): Similarly for YYLTYPE.
7050 * tests/regression.at (Trivial grammars): Put in a test for this
7051 bug that will be caught by 'make maintainer-check' (though not,
7052 alas, by 'make check' unless your compiler is picky).
7053
7054 2006-05-19 Paul Eggert <eggert@cs.ucla.edu>
7055
7056 * NEWS: Version 2.2.
7057 * configure.ac (AC_INIT): Likewise.
7058
7059 2006-05-17 Joel E. Denny <jdenny@ces.clemson.edu>
7060
7061 * data/glr.c (yyreportTree): Make room in yystates for the state
7062 preceding the RHS. This fixes the segmentation fault reported by Derek
7063 M. Jones in
7064 <http://lists.gnu.org/archive/html/help-bison/2006-05/msg00035.html>.
7065 (yyreportTree, yypdumpstack): Subtract 1 from yyrule before printing
7066 to the user. Reported for yyreportTree by Derek M. Jones later in the
7067 same thread.
7068 * THANKS: Add Derek M. Jones.
7069 Update my email address.
7070 Fix typo in Steve Murphy's name.
7071
7072 2006-05-14 Paul Eggert <eggert@cs.ucla.edu>
7073
7074 * data/glr.c (yyreportSyntaxError): Fix off-by-one error in
7075 checking against YYLAST that caused the parser to miss a potential
7076 alternative in its diagnostic.
7077 Problem reported by Maria Jose Moron Fernandez in
7078 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00024.html>.
7079 * data/lalr1.cc (yysyntax_error_): Likewise.
7080 * data/yacc.c (yysyntax_error): Likewise.
7081 * tests/regression.at (_AT_DATA_DANCER_Y): Use static array for
7082 tokens, in case we run into an older C compiler.
7083 (_AT_DATA_EXPECT2_Y, AT_CHECK_EXPECT2): New macros.
7084 Use them to check for the off-by-one error fixed above.
7085
7086 * data/yacc.c (yytnamerr): Fix typo: local var should be of type
7087 YYSIZE_T, not size_t.
7088 * tests/regression.at (Trivial grammars): New test, to catch
7089 the error fixed by the above patch.
7090
7091 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
7092
7093 * doc/bison.texinfo (C++ Bison Interface): Clarify the naming
7094 scheme.
7095 Reported by Steve Murphy.
7096
7097 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
7098
7099 * data/glr.cc, data/lalr1.cc: Using %defines is mandatory.
7100 * data/glr.cc: b4_location_flag is now b4_locations_flag.
7101
7102 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
7103
7104 Implement --trace=m4.
7105 * src/getargs.c (trace_types, trace_args): Accept trace_m4.
7106 * src/output.c (output_skeleton): When set, pass -dV to m4.
7107
7108 Factor the handling of flags in m4.
7109 * src/output.c (prepare): Rename the muscle names debug, defines,
7110 error_verbose to debug_flag, defines_flag, error_verbose_flag.
7111 * data/c.m4: Adjust.
7112 (_b4_define_flag_if, b4_define_flag_if, b4_defines_if): New.
7113 Use b4_define_flag_if to define other b4_FLAG_if macros.
7114 (b4_location_if): As a consequence, rename as...
7115 (b4_locations_if): this, for consistency.
7116 Adjust all the skeletons.
7117
7118 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
7119
7120 * etc/bench.pm: Shorten bench names.
7121
7122 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
7123
7124 * src/output.h, src/output.c (error_verbose): Move to...
7125 * src/getargs.h, src/getargs.c: here.
7126 Sort the flags.
7127 Adjust dependencies.
7128
7129 2006-05-13 Paul Eggert <eggert@cs.ucla.edu>
7130
7131 * data/c.m4 (b4_copyright): Put the special exception for Bison
7132 skeletons here, so we don't have to put it in each skeleton. All
7133 uses changed. Suggested by Akim Demaille. Also, wrap the
7134 copyright notice, in case it is longer than 80 columns. Replace
7135 comma by newline after title.
7136
7137 2006-05-11 Paul Eggert <eggert@cs.ucla.edu>
7138
7139 * doc/bison.texinfo (Calc++ Scanner): The flex behavior is an
7140 incompatibility, not a bug. Mention that it wasn't fixed as of
7141 flex 2.5.33.
7142
7143 2006-05-11 Akim Demaille <akim@lrde.epita.fr>
7144
7145 * examples/extexi: Enforce the precedence of concatenation over
7146 >>.
7147 Reported by Tommy Nordgren.
7148
7149 2006-05-11 Akim Demaille <akim@lrde.epita.fr>
7150
7151 * data/lalr1.cc (yytranslate_): Rename token as t to avoid clashes
7152 with the member "token".
7153 Reported by Martin Nylin.
7154
7155 2006-05-08 Paul Eggert <eggert@cs.ucla.edu>
7156
7157 * data/glr.c: Switch to Bison 2.2 special-exception language in
7158 the copyright notice. Use more-regular format for titles and
7159 copyright notices.
7160 * data/glr.cc: Likewise.
7161 * data/location.cc: Likewise.
7162 * data/yacc.cc: Likewise.
7163 * doc/bison.texinfo (Conditions): Document this.
7164 * NEWS: likewise. Upgrade version to 2.2.
7165
7166 2006-04-27 Akim Demaille <akim@lrde.epita.fr>
7167
7168 * data/glr.cc: Remove dead code.
7169
7170 2006-04-25 Paul Eggert <eggert@cs.ucla.edu>
7171
7172 * bootstrap: Comment out the AM_CPPFLAGS line, since we don't use
7173 that variable and the line breaks the bootstrap. Problem reported
7174 by Juan M. Guerrero.
7175
7176 2006-04-24 Akim Demaille <akim@lrde.epita.fr>
7177
7178 * doc/bison.texinfo (Multiple start-symbols): New.
7179
7180 2006-04-24 Akim Demaille <akim@lrde.epita.fr>
7181
7182 * etc/README, etc/bench.pl: New.
7183
7184 2006-04-03 Akim Demaille <akim@lrde.epita.fr>
7185
7186 * src/scan-gram.l: Be robust to BRACED_CODE appearing before any
7187 rule.
7188 Reported by Mickael Labau.
7189 * tests/input.at (Torturing the Scanner): Test it.
7190
7191 2006-03-16 Paul Eggert <eggert@cs.ucla.edu>
7192
7193 * doc/bison.texinfo (Decl Summary): Don't mention yylloc twice.
7194 Problem reported by Bob Rossi.
7195
7196 2006-03-13 Paul Eggert <eggert@cs.ucla.edu>
7197
7198 * doc/bison.texinfo: Remove @shorttitlepage stuff; it wasn't used
7199 and didn't really work.
7200 For the index, use @ifnotinfo, not @iftex.
7201 Minor cleanups of spacing and terminology.
7202
7203 2006-03-12 Akim Demaille <akim@lrde.epita.fr>
7204
7205 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Fix the definition
7206 of AT_NAME_PREFIX when %name-prefix is not used.
7207
7208 2006-03-12 Akim Demaille <akim@lrde.epita.fr>
7209
7210 Apply --prefix to C++ skeletons too: they change the namespace.
7211 The test suite already exercize these cases.
7212 * data/c++.m4 (b4_namespace): New.
7213 * data/lalr1.cc, data/glr.cc, data/location.cc: Use it instead of `yy'.
7214 * data/lalr1.cc (yytnameerr_): Move its definition into the namespace.
7215 * data/yacc.c, data/glr.c: Remove a useless `[]'.
7216 * doc/bison.texinfo: Document it.
7217 (Option Cross Key): Use @multitable in all formats. It looks
7218 nicer, even in TeX outputs.
7219 (Rules): Use the same code whatever the output type is.
7220 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS)
7221 (_AT_BISON_OPTION_POPDEFS): Support AT_NAME_PREFIX.
7222 * tests/calc.at: Use it, instead of hard coding `yy'.
7223
7224 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
7225
7226 * TODO: Remove dead items.
7227
7228 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
7229
7230 * doc/FAQ: Remove, merged into...
7231 * doc/bison.texinfo (FAQ): this.
7232 * doc/Makefile.am (EXTRA_DIST): Adjust.
7233
7234 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
7235
7236 * data/c.m4 (b4_token_enum): Always define the enum of tokens,
7237 even if empty.
7238 * data/lalrl1.cc, data/glr.cc (parser::token_type): New.
7239 * doc/bison.texinfo (Calc++ Scanner): Use it.
7240
7241 2006-03-09 Paul Eggert <eggert@cs.ucla.edu>
7242
7243 Fix two nits reported by twlevo, plus one more that I discovered.
7244
7245 * src/assoc.h (assoc_to_string): Give a name to the arg, as
7246 this is the usual Bison style.
7247 * src/location.h (location_print): Likewise.
7248
7249 * src/reader.h (token_name): Likewise.
7250
7251 2006-03-08 Paul Eggert <eggert@cs.ucla.edu>
7252
7253 Fix some nits reported by twlevo.
7254 * doc/FAQ: Remove ancient Y2K FAQ, replacing it with "secure"
7255 and "POSIX". Use more-modern syntax for URLs. Mention C++
7256 and ask for Java. Don't hardwire OS version numbers. Add
7257 copyright notice.
7258 * m4/.cvsignore: Add unistd_h.m4, for latest gnulib.
7259 * src/conflicts.c (solved_conflicts_obstack): Now static.
7260
7261 2006-03-08 Joel E. Denny <jdenny@ces.clemson.edu>
7262
7263 * doc/bison.texinfo (Introduction): Mention GLR and C++ as on the web
7264 page. Say "you can use it" not "you may use it" as on the web page;
7265 we're describing capabilities not granting permission.
7266
7267 2006-03-06 Paul Eggert <eggert@cs.ucla.edu>
7268
7269 * data/glr.c (yyresolveLocations): Rename local variables to avoid
7270 shadowing warnings. Use usual patter for iterating through RHS.
7271 * tests/glr-regression.at
7272 (Uninitialized location when reporting ambiguity):
7273 Modify yylex so that it uses its argument, rather than trying
7274 to rely on ARGSUSED (which doesn't work for gcc with warnings).
7275 const char -> char const.
7276
7277 * tests/Makefile.am ($(srcdir)/package.m4, maintainer-check-valgrind):
7278 Don't use tabs inside commands; it messes up 'ps'.
7279 Problem reported by twlevo.
7280
7281 2006-03-06 Joel E. Denny <jdenny@ces.clemson.edu>
7282
7283 * tests/glr-regression.at (Uninitialized location when reporting
7284 ambiguity): New test case.
7285 * data/glr.c (yyresolveLocations): New function, which uses
7286 YYLLOC_DEFAULT.
7287 (yyresolveValue): Invoke yyresolveLocations before reporting an
7288 ambiguity.
7289 * doc/bison.texinfo (Default Action for Locations): Note
7290 YYLLOC_DEFAULT's usage for ambiguity locations.
7291 (GLR Semantic Actions): Cross-reference those notes.
7292
7293 2006-03-04 Joel E. Denny <jdenny@ces.clemson.edu>
7294
7295 * tests/glr-regression.at (Leaked semantic values when reporting
7296 ambiguity): Remove unnecessary union and type declarations.
7297 (Leaked lookahead after nondeterministic parse syntax error): New test
7298 case.
7299 * data/glr.c (yyparse): Check for zero stacks remaining before
7300 attempting to shift the lookahead so that you don't lose it.
7301
7302 2006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
7303
7304 Avoid memory leaks by not invoking longjmp in yyreportAmbiguity.
7305 * tests/glr-regression.at (Leaked semantic values when reporting
7306 ambiguity): New test case.
7307 * data/glr.c (yyreportAmbiguity): Invoke yyyerror directly and return
7308 yyabort rather than invoking yyFail, which invokes longjmp. Remove the
7309 now unnecessary yystackp parameter.
7310 (yyresolveValue): Return yyreportAmbiguity's result. Now the necessary
7311 destructors can be called.
7312
7313 * tests/glr-regression.at: Don't invoke bison with `-t' unnecessarily
7314 in existing testcases.
7315
7316 2006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
7317
7318 Don't leak semantic values for parent RHS when a user action cuts the
7319 parser, and clean up related code a bit.
7320 * tests/glr-regression.at (Leaked merged semantic value if user action
7321 cuts parse): Rename to...
7322 (Leaked semantic values if user action cuts parse): ... this. Add check
7323 for leaked parent RHS values.
7324 * data/glr.c (yydestroyGLRState): In debugging output, distinguish
7325 between an unresolved state (non-empty chain of semantic options) and
7326 an incomplete one (signaled by an empty chain).
7327 (yyresolveStates): Document the interface. Move all manipulation of a
7328 successfully or unsuccessfully resolved yyGLRState to...
7329 (yyresolveValue): ... here so that yyresolveValue always leaves a
7330 yyGLRState with consistent data and thus is easier to understand.
7331 Remove the yyvalp and yylocp parameters since they are always just
7332 taken from the yys parameter. When reporting a discarded merged value
7333 in debugging output, note that it is incompletely merged. Document the
7334 interface.
7335 (yyresolveAction): If resolving any of the RHS states fails, destroy
7336 them all rather than leaking them. Thus, as long as user actions are
7337 written to clean up the RHS correctly, yyresolveAction always cleans up
7338 the RHS of a semantic option. Document the interface.
7339
7340 2006-02-27 Paul Eggert <eggert@cs.ucla.edu>
7341
7342 * data/glr.c (yyexpandGLRStack): Catch an off-by-one error that
7343 led to a segmentation fault in GNU Pascal. Problem reported
7344 by Waldek Hebisch.
7345
7346 2006-02-21 Joel E. Denny <jdenny@ces.clemson.edu>
7347
7348 * doc/bison.texinfo (Mid-Rule Actions): Explain how to bury a
7349 mid-rule action inside a nonterminal symbol in order to declare a
7350 destructor for its semantic value.
7351
7352 2006-02-16 Paul Eggert <eggert@cs.ucla.edu>
7353
7354 * data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE) && !
7355 YYSTACK_USE_ALLOCA && ! defined YYSTACK_ALLOC && defined
7356 __cplusplus && ! defined _STDLIB_H && !
7357 ((defined YYMALLOC || defined malloc) && (defined YYFREE ||
7358 defined free))]: Include <stdlib.h> rather than rolling our own
7359 declarations of malloc and free, to avoid problems with
7360 incompatible declarations (using 'throw') C++'s stdlib.h. This
7361 should fix Debian bug 340012
7362 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=340012>,
7363 reported by Guillaume Melquiond.
7364
7365 2006-02-13 Paul Eggert <eggert@cs.ucla.edu>
7366
7367 * NEWS: Clarify symbols versus types in unused-value warnings.
7368
7369 * configure.ac (AC_INIT): Bump version number.
7370
7371 2006-02-13 Paul Eggert <eggert@cs.ucla.edu>
7372
7373 * NEWS: Version 2.1a.
7374 * tests/headers.at (AT_TEST_CPP_GUARD_H): Declare yyerror and yylex,
7375 since C99 requires this.
7376
7377 2006-02-11 Paul Eggert <eggert@cs.ucla.edu>
7378
7379 * m4/c-working.m4: New file.
7380 * configure.ac (BISON_TEST_FOR_WORKING_C_COMPILER): Use it.
7381
7382 2006-02-10 Paul Eggert <eggert@cs.ucla.edu>
7383
7384 * Makefile.maint: Merge from coreutils.
7385
7386 2006-02-09 Paul Eggert <eggert@cs.ucla.edu>
7387
7388 More portability fixes for problems summarized by Nelson H. F. Beebe.
7389
7390 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Catch a
7391 configuration screwup "./configure CC=/opt/SUNWspro/bin/c89
7392 CFLAGS="-xarch=generic64" CXX=/opt/SUNWspro/bin/CC
7393 LDFLAGS="-xarch=generic64" with Sun C 5.7 on Solaris 10; this
7394 messes up because C++ code is compiled in 32-bit mode but linked
7395 in 64-bit mode.
7396
7397 2006-02-08 Paul Eggert <eggert@cs.ucla.edu>
7398
7399 More portability fixes for problems summarized by Nelson H. F. Beebe.
7400
7401 * doc/bison.texinfo (Calc++ Scanner): Work around a bug in flex
7402 2.5.31. This resembles the 2005-10-10 patch to src/scan-skel.l.
7403
7404 * examples/calc++/Makefile.am (check_PROGRAMS): Renamed from
7405 nodist_PROGRAMS, since we don't need to actually compile the
7406 example if we're just doing a plain 'make'. This avoids bothering
7407 the installer unnecessarily about problems due to weird C++
7408 compilers.
7409
7410 2006-02-06 Paul Eggert <eggert@cs.ucla.edu>
7411
7412 More portability fixes for problems summarized by Nelson H. F. Beebe.
7413
7414 * tests/headers.at (AT_TEST_CPP_GUARD_H): Use #include <...> rather
7415 than #include "...", and compile with -I'.'. The old method was
7416 not portable, according to Posix and the C standard, and it does
7417 not work with Sun C 5.7, where previous #line directives affect
7418 the working directory used in later #include "..." directives.
7419
7420 2006-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
7421
7422 Various DJGGP specific issues in /djgpp
7423
7424 2006-02-02 Paul Eggert <eggert@cs.ucla.edu>
7425
7426 More portability fixes for problems summarized by Nelson H. F. Beebe.
7427
7428 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check that
7429 '#include <map>' works and that you can apply ++ to iterators.
7430
7431 2006-02-01 Paul Eggert <eggert@cs.ucla.edu>
7432
7433 Work around portability problems summarized by Nelson H. F. Beebe in
7434 <http://lists.gnu.org/archive/html/bug-bison/2005-09/msg00021.html>.
7435
7436 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
7437 that '#include <string>' works.
7438
7439 * data/lalr1.cc (yytranslate_): No longer inline, to work around a
7440 porting problem to g++ 3.4.3 on Darwin 7.9.0, where g++ complained
7441 "warning: sorry: semantics of inline function static data `const
7442 unsigned char translate_table[262]' are wrong (you'll wind up with
7443 multiple copies)".
7444
7445 * lib/bbitset.h (struct bitset_vtable): Rename members not, and,
7446 or, xor to not_, and_, or_, and xor_, respectively. This works
7447 around a bug in GCC 3.4.3 on Irix 6.5, which apparently has a
7448 random system header somewhere that includes the equivalent of
7449 <iso646.h>.
7450
7451 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that "$CC
7452 -E" works; it apparently doesn't work with PathScale EKO Compiler
7453 Suite Version 2.0.
7454
7455 2006-01-30 Joel E. Denny <jdenny@ces.clemson.edu>
7456
7457 During deterministic GLR operation, user actions should be able to
7458 influence the parse by changing yychar. To make this easier to fix and
7459 to make glr.c easier to evolve in general, don't maintain yytoken in
7460 parallel with yychar; just compute yytoken when needed.
7461 * tests/glr-regression.at (Incorrect lookahead during deterministic
7462 GLR): Check that setting yychar in a user action has the intended
7463 effect.
7464 * data/glr.c (yyGLRStack): Remove yytokenp member.
7465 (yyclearin): Don't set *yytokenp.
7466 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Examine
7467 yychar rather than *yytokenp to determine the current lookahead.
7468 Compute yytoken locally when needed.
7469 (yyparse): Likewise. Remove the local yytoken that yytokenp used to
7470 point to.
7471
7472 * doc/bison.texinfo (Bison Options): Remove stray sentence fragment
7473 after `--report' documentation.
7474
7475 2006-01-30 Paul Eggert <eggert@cs.ucla.edu>
7476
7477 * src/parse-gram.y (grammar_declaration): Location of printer
7478 symbol is @1, not list->location. Bug reported by twlevo.
7479 * tests/input.at (Incompatible Aliases): Adjust to above change.
7480
7481 2006-01-29 Paul Eggert <eggert@cs.ucla.edu>
7482
7483 * tests/input.at (AT_CHECK_UNUSED_VALUES): Remove. Instead, do
7484 all the test at once. This makes the output easier to read in the
7485 normal case.
7486
7487 Fix a longstanding bug uncovered by bro-0.9a9/src/parse.y, which I
7488 got from <http://bro-ids.org/download.html>. The bug is that
7489 when two actions appeared in succession, the second one was
7490 scanned before the first one was added to the grammar rule
7491 as a midrule action. Bison then output the incorrect warning
7492 "parse.y:905.17-906.36: warning: unused value: $3".
7493 * src/parse-gram.y (BRACED_CODE, action): These are no longer
7494 associated with a value.
7495 (rhs): Don't invoke grammar_current_rule_action_append.
7496 (action): Invoke it here instead.
7497 * src/reader.c (grammar_midrule_action): Now extern.
7498 (grammar_current_rule_action_append): Don't invoke
7499 grammar_midrule_action; that is now the scanner's job.
7500 * src/reader.h (last_string, last_braced_code_loc):
7501 (grammar_midrule_action): New decls.
7502 * src/scan-gram.l (last_string): Now extern, sigh.
7503 (last_braced_code_loc): New extern variable.
7504 (<INITIAL>"{"): Invoke grammar_midrule_action if the current
7505 rule already has an action.
7506 (<SC_BRACED_CODE>"}"): Set last_braced_code_loc before returning.
7507 * tests/input.at (AT_CHECK_UNUSED_VALUES):
7508 Add some tests to check that the above changes fixed the bug.
7509
7510 2006-01-27 Paul Eggert <eggert@cs.ucla.edu>
7511
7512 * src/reader.c (symbol_should_be_used): Renamed from symbol_typed_p.
7513 All used changed. Check whether the symbol has a destructor,
7514 not whether it is typed.
7515 * tests/input.at (AT_CHECK_UNUSED_VALUES): Add a destructor, so
7516 that the values are still reported as unused. All line numbers
7517 adjusted.
7518
7519 2006-01-23 Paul Eggert <eggert@cs.ucla.edu>
7520
7521 Work around a bug in bro 0.8, which underparenthesizes its
7522 definition of YYLLOC_DEFAULT.
7523 * data/glr.c: Change all uses of YYLLOC_DEFAULT to parenthesize
7524 their arguments.
7525 * data/lalr1.cc: Likewise.
7526 * data/yacc.cc: Likewise.
7527
7528 2006-01-22 Paul Eggert <eggert@cs.ucla.edu>
7529
7530 Work around a bug in Pike 7.0, and give the Pike folks a
7531 better way to override the usual int widths.
7532 * data/yacc.c (b4_int_type): Use yytype_uint8, etc., so that the
7533 user can override the types.
7534 (short): #undef, to work around a bug in Pike 7.0.
7535 (yytype_uint8, yytype_int8, yytype_uint16, yytype_int16): New types.
7536 (union yyalloc.yyss): Use yytype_int16 rather than short.
7537 All uses changed.
7538 (yysigned_char): Remove.
7539 * src/parse-gram.y (YYTYPE_UINT8, YYTYPE_INT8, YYTYPE_UINT16):
7540 (YYTYPE_INT16): New macros, to test the new facility in yacc.c.
7541 * tests/regression.at (Web2c Actions): Adjust to above changes.
7542
7543 * src/reader.c (check_and_convert_grammar): New function.
7544 (reader): Close the input file even if something went wrong during
7545 parsing. Minor file descriptor leak reported by twlevo.
7546
7547 * src/assoc.c (assoc_to_string): Use a default: abort (); case
7548 to pacify gcc -Wswitch-default.
7549 * src/scan-gram.l (adjust_location): Use a default: break; case
7550 to pacify gcc -Wswitch-default.
7551 * src/scan-skel.h (skel_get_lineno, skel_get_in, skel_get_out):
7552 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
7553 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
7554 Move these decls to scan-skel.l, since they don't need to be
7555 visible elsewhere.
7556 * src/scan-skel.l: Accept the above decls.
7557 (skel_lex): New decl, to pacify GCC when unpatched flex 2.5.31
7558 is used.
7559
7560 2006-01-21 Paul Eggert <eggert@cs.ucla.edu>
7561
7562 * Makefile.cfg (local-checks-to-skip): Add changelog-check,
7563 since we don't want to insist on a version number at the start
7564 of the changelog every time.
7565 * Makefile.maint: Sync from coreutils a bit better.
7566 (sc_trailing_blank): Renamed from sc_trailing_space.
7567 All uses changed.
7568 (sc_no_if_have_config_h, sc_require_config_h):
7569 (sc_prohibit_assert_without_use): New rules.
7570 (sc_obsolete_symbols): Don't catch Makefile.maint itself.
7571 (sc_dd_max_sym_length): Fix leading spaces in rule.
7572 (sc_system_h_headers): Prefix with @.
7573 (sc_useless_cpp_parens, m4-check): Output line numbers.
7574 (changelog-check): Allow version only in head.
7575 * data/c.m4: Use "defined FOO" instead of "defined (FOO)", to
7576 satisfy new Makefile.maint rule.
7577 * data/glr.c: Likewise.
7578 * data/glr.cc: Likewise.
7579 * data/lalr1.cc: Likewise.
7580 * data/yacc.c: Likewise.
7581 * lib/ebitsetv.c: Likewise.
7582 * lib/lbitset.c: Likewise.
7583 * lib/subpipe.c: Likewise.
7584 * lib/timevar.c: Likewise.
7585 * src/system.h: Likewise.
7586 * data/yacc.c (YYSTYPE): Don't generate trailing spaces in output.
7587 * djgpp/Makefile.maint: Add copyright notice.
7588 * djgpp/README.in: Likewise.
7589 * djgpp/config.bat: Likewise.
7590 * djgpp/config.site: Likewise.
7591 * djgpp/config_h.sed: Likewise.
7592 * djgpp/djunpack.bat: Likewise.
7593 * djgpp/config.sed: Fix copyright notice to match standard format.
7594 * djgpp/subpipe.h: Likewise.
7595 * lib/bitsetv-print.c: Likewise.
7596 * lib/bitsetv.c: Likewise.
7597 * lib/subpipe.h: Likewise.
7598 * lib/timevar.c: Likewise.
7599 * lib/timevar.h: Likewise.
7600 * djgpp/subpipe.c: Use standard recipe for config.h.
7601 * lib/abitset.c: Likewise.
7602 * lib/bitset.c: Likewise.
7603 * lib/bitset_stats.c: Likewise.
7604 * lib/bitsetv-print.c: Likewise.
7605 * lib/bitsetv.c: Likewise.
7606 * lib/ebitsetv.c: Likewise.
7607 * lib/get-errno.c: Likewise.
7608 * lib/lbitset.c: Likewise.
7609 * lib/subpipe.c: Likewise.
7610 * lib/timevar.c: Likewise.
7611 * lib/vbitset.c: Likewise.
7612 * tests/local.at: Likewise.
7613 * src/scan-gram.l: Don't include verify.h, since system.h does
7614 that for us.
7615 * .x-sc_require_config_h: New file.
7616 * .x-sc_unmarked_diagnostics: New file.
7617
7618 2006-01-20 Paul Eggert <eggert@cs.ucla.edu>
7619
7620 Be a bit more systematic about using 'abort'.
7621 * lib/abitset.c (abitset_test): Remove ATTRIBUTE_UNUSED; not needed.
7622 * lib/bitset.c (bitset_bytes, bitset_init, bitset_op4_cmp):
7623 Put 'default: abort ();' before some other case, to satisfy older
7624 pedantic compilers.
7625 * lib/bitset_stats.c (bitset_stats_init): Likewise.
7626 * lib/ebitset.c (ebitset_elt_find, ebitset_op3_cmp): Likewise.
7627 * lib/lbitset.c (lbitset_elt_find, lbitset_op3_cmp): Likewise.
7628 * src/conflicts.c (resolve_sr_conflict): Likewise.
7629 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str):
7630 (get_decision_str, get_orientation_str, get_node_alignment_str):
7631 (get_arrow_mode_str, get_crossing_type_str, get_view_str):
7632 (get_linestyle_str, get_arrowstyle_str): Likewise.
7633 * src/conflicts.c (resolve_sr_conflict):
7634 Use a default case rather than one for the one remaining enum
7635 value, to catch invalid enum values as well.
7636 * src/lalr.c (set_goto_map, map_goto):
7637 Prefer "assert (FOO);" to "if (!FOO) abort ();".
7638 * src/nullable.c (nullable_compute, token_definitions_output):
7639 Likewise.
7640 * src/reader.c (packgram, reader): Likewise.
7641 * src/state.c (transitions_to, state_new, state_reduction_find):
7642 Likewise.
7643 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias):
7644 (symbol_pack): Likewise.
7645 * src/tables.c (conflict_row, pack_vector): Likewise.
7646 * src/scan-skel.l (QPUTS): Remove unnecessary parens.
7647 (BASE_QPUTS, "@output ".*\n): Remove unnecessary asserts.
7648 * src/system.h: Don't include <assert.h>.
7649 (assert): New macro.
7650
7651 * doc/bison.texinfo (Prologue, Rules, Actions, Union Decl, Action Decl):
7652 (Destructor Decl, Parser Function, Pure Calling):
7653 Describe rules for braces inside C code more carefully.
7654
7655 2006-01-19 Paul Eggert <eggert@cs.ucla.edu>
7656
7657 Fix some porting glitches found by Nelson H. F. Beebe.
7658 * lib/abitset.c (abitset_resize): Rewrite to avoid warnings from
7659 compilers that don't understand that abort () does not return.
7660 * src/state.c (transitions_to): Likewise.
7661 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
7662 that '#include <cstdlib>' works.
7663 * src/system.h (INT8_MIN, INT16_MIN, INT32_MIN, INT8_MAX):
7664 (INT16_MAX, UINT8_MAX, INT32_MAX, UINT16_MAX, UINT32_MAX):
7665 #undef if ! defined __STDC_VERSION__ || __STDC_VERSION__ < 199901,
7666 for the benefit of some pre-C99 compilers.
7667
7668 * bootstrap: Undo changes to gnulib files that autoreconf made.
7669
7670 Minor fixups to get 'make maintainer-check' to work.
7671 * configure.ac: Don't use -Wnested-externs, as it's incompatible
7672 with the new verify.h implementation.
7673 * data/c.m4 (b4_yy_symbol_print_generate): YYUSE (yyoutput).
7674 * data/glr.c (YYUSE): Depend on __GNUC__ as well.
7675 * data/yacc.c (YYUSE): Likewise.
7676 * data/lalr1.cc (yysyntax_error_): YYUSE (yystate).
7677 * lib/subpipe.c (end_of_output_subpipe): The args are unused.
7678 * src/parse-gram.y (declaration): Don't pass a string constant
7679 to a function that expects char *, since GCC might complain
7680 about the constant value.
7681 * src/reader.c (symbol_typed_p): Add parens to pacify GCC.
7682 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): #undef yylloc and yylval
7683 before #defining them.
7684 * tests/glr-regression.at
7685 (Incorrectly initialized location for empty right-hand side in GLR):
7686 In yyerror, use the msg arg.
7687 (Corrupted semantic options if user action cuts parse):
7688 (Incorrect lookahead during deterministic GLR):
7689 (Incorrect lookahead during nondeterministic GLR):
7690 Don't name a local var 'index'; it shadows string.h's 'index'.
7691
7692 2006-01-19 Akim Demaille <akim@epita.fr>
7693
7694 * tests/calc.at (_AT_DATA_CALC_Y): Initialize the whole initial
7695 location, not just parts of it.
7696
7697 2006-01-18 Paul Eggert <eggert@cs.ucla.edu>
7698
7699 * NEWS: Document the fact that multiple %unions are now allowed.
7700 * doc/bison.texinfo (Union Decl): Likewise.
7701 * TODO: This feature is now implemented, so remove it from
7702 the wishlist.
7703
7704 * Makefile.maint: Merge with coreutils Makefile.maint.
7705 (CVS_LIST): Use build-aux version if available.
7706 (VERSION_REGEXP): New macro.
7707 (syntax-check-rules): Add sc_no_if_have_config_h,
7708 sc_prohibit_assert_without_use, sc_require_config_h,
7709 sc_useless_cpp_parens.
7710 (sc_obsolete_symbols): Check for O_NDELAY.
7711 (sc_dd_max_sym_length): Track coreutils.
7712 (sc_unmarked_diagnostics): Look in all files, not just *.c.
7713 (sc_useless_cpp_parens): New rule.
7714 (news-date-check): Look for version or today's date.
7715 (changelog-check): Don't require version number near head.
7716 (copyright-check): Use current year instead of hardwiring 2005.
7717 (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
7718 (announcement): Add --gpg-key-ID.
7719
7720 * djgpp/config.sed: Add copyright notice, and replace "filesystem"
7721 with "file system".
7722
7723 Avoid undefined behavior that addressed just before the start of an
7724 array. Problem reported by twlevo.
7725 * src/reader.c (packgram): Prepend a new sentinel before ritem.
7726 * src/lalr.c (build_relations): Rely on new sentinel.
7727 * src/gram.c (gram_free): Adjust to new sentinel.
7728
7729 2006-01-12 Joel E. Denny <jdenny@ces.clemson.edu>
7730
7731 * data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses to
7732 yylookaheadNeeds. All uses updated.
7733 (yysplitStack): Rename local yynewLookaheadStatuses to
7734 yynewLookaheadNeeds.
7735 * data/glr-regression.at (Incorrect lookahead during nondeterministic
7736 GLR): In comments, change `lookahead status' to `lookahead need'.
7737
7738 2006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
7739
7740 * data/glr.c (yysplitStack): A little stylistic rewrite.
7741
7742 2006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
7743
7744 * data/glr.c (yyaddDeferredAction): Flesh out the comment.
7745
7746 2006-01-11 Joel E. Denny <jdenny@ces.clemson.edu>
7747
7748 * doc/bison.texinfo: Fix some typos.
7749 (GLR Semantic Actions): New subsection discussing special
7750 considerations because GLR semantic actions might be deferred.
7751 (Actions): Mention look-ahead usage of yylval.
7752 (Actions and Locations): Mention look-ahead usage of yylloc.
7753 (Special Features for Use in Actions): Add YYEOF entry and mention it
7754 in the yychar entry.
7755 In the yychar entry, remove mention of the local yychar case (pure
7756 parser) since this is irrelevant information when writing semantic
7757 actions and since it's already discussed in `Table of Symbols' where
7758 yychar is otherwise described as an external variable.
7759 In the yychar entry, don't call it the `current' look-ahead since it
7760 isn't when semantic actions are deferred.
7761 In the yychar and yyclearin entries, add note about deferred semantic
7762 actions.
7763 Add yylloc and yylval entries discussing look-ahead usage.
7764 (Look-Ahead Tokens): When discussing yychar, don't call it the
7765 `current' look-ahead, and do mention yylval and yylloc.
7766 (Error Recovery): Cross-reference `Action Features' when mentioning
7767 yyclearin.
7768 (Table of Symbols): In the yychar entry, don't call it the `current'
7769 look-ahead.
7770 In the yylloc and yylval entries, mention look-ahead usage.
7771
7772 2006-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
7773
7774 * tests/glr-regression.at: Update copyright year to 2006.
7775
7776 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
7777
7778 * data/glr.c (yyGLRStateSet): Add yybool* yylookaheadStatuses member to
7779 use during nondeterministic operation to track which stacks have
7780 actually needed the current lookahead.
7781 (yyinitStateSet, yyfreeStateSet, yyremoveDeletes, yysplitStack):
7782 Allocate, deallocate, resize, and otherwise shuffle space for
7783 yylookaheadStatuses in parallel with yystates member of yyGLRStateSet.
7784 (yysplitStack, yyprocessOneStack, yyparse): Set lookahead status
7785 appropriately during nondeterministic operation.
7786 (yySemanticOption): Add int yyrawchar, YYSTYPE yyval, and YYLTYPE yyloc
7787 members to store the current lookahead to be used by the deferred
7788 user action.
7789 (yyaddDeferredAction): Add size_t yyk parameter specifying the stack
7790 from which the RHS is taken. Set the lookahead members of the new
7791 yySemanticOption according to the lookahead status for stack yyk.
7792 (yyglrShiftDefer, yyglrReduce): Pass yyk parameter on to
7793 yyaddDeferredAction.
7794 (yyresolveAction): Set yychar, yylval, and yylloc to the lookahead
7795 members of yySemanticOption before invoking yyuserAction, and then set
7796 them back to their current values afterward.
7797 (yyparse): Set yychar = YYEMPTY where yytoken = YYEMPTY.
7798 (yyreportAmbiguity): Add /*ARGSUSED*/ to pacify lint.
7799 * tests/glr-regression.at: Remove `.' from the ends of recent test case
7800 titles for consistency.
7801 (Leaked merged semantic value if user action cuts parse): In order to
7802 suppress lint warnings, use arguments in merge function, and assign
7803 char value < 128 in main.
7804 (Incorrect lookahead during deterministic GLR): New test case.
7805 (Incorrect lookahead during nondeterministic GLR): New test case.
7806
7807 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
7808
7809 * data/c.m4 (b4_yy_symbol_print_generate): In yy_symbol_print, accept
7810 !yyvaluep as signal that no semantic value is available to print.
7811 * data/glr.c (yydestroyGLRState): If state is not resolved, don't try
7812 to print a semantic value.
7813
7814 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
7815
7816 * tests/glr-regression.at: For consistency with my newer test cases,
7817 don't thank myself.
7818
7819 2006-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
7820
7821 * data/glr.c (yyresolveValue): When merging semantic options, if at
7822 least one user action succeeds but a later one cuts the parse, then
7823 destroy the semantic value before returning rather than leaking it.
7824 (yyresolveStates): If a user action cuts the parse and thus
7825 yyresolveValue fails, ignore the (unset) semantic value rather than
7826 corrupting the yyGLRState, and empty the semantic options list since
7827 the user actions should have called all necessary destructors.
7828 Simplify code with YYCHK.
7829 * tests/glr-regression.at (Corrupted semantic options if user action
7830 cuts parse): New test case.
7831 (Undesirable destructors if user action cuts parse): New test case.
7832 Before applying any of this patch, this test case never actually failed
7833 for me... but only because the corrupted semantic options usually
7834 masked this bug.
7835 (Leaked merged semantic value if user action cuts parse): New test
7836 case.
7837
7838 2006-01-05 Akim Demaille <akim@epita.fr>
7839
7840 * src/reader.c, src/symlist.h, src/symlist.c: s/mid_rule/midrule/.
7841
7842 2006-01-04 Paul Eggert <eggert@cs.ucla.edu>
7843
7844 * data/c.m4 (b4_c_modern): New macro, with a new provision for
7845 _MSC_VER. Problem reported by Cenzato Marco.
7846 (b4_c_function_def): Use it.
7847 * data/yacc.c (YYMODERN_C): Remove. All uses replaced by
7848 b4_c_modern.
7849 (yystrlen, yystpcpy, yyparse): Use b4_c_function... macros rather
7850 than rolling our own.
7851
7852 2006-01-04 Akim Demaille <akim@epita.fr>
7853
7854 Also warn about non-used mid-rule values.
7855 * src/symlist.h, src/symlist.c (symbol_list): Add a mid_rule
7856 member.
7857 (symbol_list_new): Adjust.
7858 * src/reader.c (symbol_typed_p): New.
7859 (grammar_rule_check): Use it.
7860 (grammar_midrule_action): Bind a mid-rule LHS to its rule.
7861 Check its rule.
7862 * tests/input.at (AT_CHECK_UNUSED_VALUES): New.
7863 Use it.
7864 * tests/actions.at (Exotic Dollars): Adjust.
7865
7866 2006-01-04 Akim Demaille <akim@epita.fr>
7867
7868 * src/reader.c (grammar_midrule_action): If $$ is set in a
7869 mid-rule, move the `used' bit to its lhs.
7870 * tests/input.at (Unused values): New.
7871 * tests/actions.at (Exotic Dollars): Adjust: exp is not typed.
7872
7873 2006-01-03 Paul Eggert <eggert@cs.ucla.edu>
7874
7875 * doc/bison.texinfo (Bison Options): Say more accurately what
7876 --yacc does.
7877 * src/parse-gram.y (rules_or_grammar_declaration): Don't complain
7878 about declarations in the grammar when in Yacc mode, as POSIX does
7879 not require a diagnostic when the grammar uses extensions.
7880
7881 * src/reduce.c (reduce_grammar): Remove unnecessary cast to bool.
7882
7883 Warn about dubious constructions like "%token T T".
7884 Reported by twlevo.
7885 * src/symtab.h (struct symbol.declared): New member.
7886 * src/symtab.c (symbol_new): Initialize it to false.
7887 (symbol_class_set): New arg DECLARING, specifying whether
7888 this is a declaration that we want to warn about, if there
7889 is more than one of them. All uses changed.
7890
7891 * data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c:
7892 Allow multiple %union directives, whose contents concatenate.
7893 * src/parse-gram.y (grammar_declaration): Likewise.
7894 Use muscle_code_grow, so that we don't need stype_line any more.
7895 All uses changed.
7896
7897 * src/muscle_tab.c (muscle_grow): Fix comment.
7898
7899 * ChangeLog, data/c.m4, data/glr.c, data/glr.cc, data/location.cc:
7900 * data/yacc.c, src/getargs.c, src/output.c, tests/cxx-type.at:
7901 Update copyright year to 2006.
7902
7903 2006-01-03 Akim Demaille <akim@epita.fr>
7904
7905 Have glr.cc pass (some of) the calc.at tests.
7906 * data/glr.cc (b4_parse_param_orig): New.
7907 (b4_parse_param): Improve its definition, and bound it more
7908 clearly in the skeleton.
7909 (b4_epilogue): Append, instead of prepending, in order to keep
7910 #line consistency.
7911 Simplify the generation of auxiliary functions: locations and
7912 purity are mandated.
7913 (b4_global_tokens_and_yystype): Honor it.
7914 * data/location.cc (c++.m4): Don't include it.
7915 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Define AT_GLR_CC_IF
7916 and AT_SKEL_CC_IF.
7917 * tests/calc.at (AT_CHECK_CALC): Rely on AT_SKEL_CC_IF instead of
7918 AT_LALR1_CC_IF.
7919 Be sure to initialize the first position's filename.
7920 (AT_CHECK_CALC_LALR1_CC): Add %location and %defines, they are
7921 mandated anyway.
7922 (AT_CHECK_CALC_GLR_CC): New.
7923 Use it to exercise glr.cc as a lalr1.cc drop-in replacement.
7924
7925 2006-01-02 Akim Demaille <akim@epita.fr>
7926
7927 * src/output.c (output_skeleton): Don't hard wire the inclusion of
7928 c.m4.
7929 * data/c++.m4, data/glr.c, data/yacc.c: Include c.m4.
7930 * data/glr.cc: Do not include stack.hh.
7931
7932 2006-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
7933
7934 * data/glr.c: Reformat whitespace with tabs.
7935 (b4_lpure_formals): Remove this unused m4 macro.
7936 * tests/cxx-type.at: Reformat whitespace with tabs.
7937 (_AT_TEST_GLR_CXXTYPES): In union Node, rename node_info to nodeInfo
7938 since it's a member. Rename type to isNterm for clarity.
7939
7940 2005-12-29 Akim <akim@sulaco.local>
7941
7942 Let glr.cc catch up with symbol_value_print.
7943 * data/glr.cc (b4_yysymprint_generate): Replace by...
7944 (b4_yy_symbol_print_generate): this.
7945 (yy_symbol_print, yy_symbol_value_print): Declare them.
7946
7947 2005-12-28 Paul Eggert <eggert@cs.ucla.edu>
7948
7949 * src/location.h (boundary): Note that a line or column equal
7950 to INT_MAX indicates an overflow.
7951 * src/scan-gram.l: Include verify.h. Don't include get-errno.h.
7952 (rule_length_overflow, increment_rule_length, add_column_width):
7953 New functions.
7954 (<INITIAL>{id}, <SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'"):
7955 (<SC_BRACED_CODE>"}"):
7956 Use increment_rule_length rather than incrementing it by hand.
7957 (adjust_location, handle_syncline): Diagnose overflow.
7958 (handle_action_dollar, handle_action_at):
7959 Fix bug with monstrosities like $-2147483648.
7960 Remove now-unnecessary checks.
7961 (scan_integer): Verify assumptions and remove now-unnecessary checks.
7962 (convert_ucn_to_byte): Verify assumptions.
7963 (handle_syncline): New arg LOC. All callers changed.
7964 Don't store through a value derived from char const * pointer.
7965
7966 * src/reader.c (grammar_rule_check): Rewrite slightly to avoid
7967 GCC warnings.
7968
7969 2005-12-27 Paul Eggert <eggert@cs.ucla.edu>
7970
7971 * src/reader.c (grammar_midrule_action, grammar_symbol_append):
7972 Remove unnecessary forward static decls.
7973
7974 2005-12-27 Akim Demaille <akim@epita.fr>
7975
7976 * src/reader.c (grammar_current_rule_check): Also check that $$
7977 is used.
7978 Take the rule to check as argument, hence rename as...
7979 (grammar_rule_check): this.
7980 * src/reader.h, src/reader.c (grammar_rule_begin, grammar_rule_end):
7981 Rename as...
7982 (grammar_rule_begin, grammar_rule_end): these, for consistency.
7983 (grammar_midrule_action, grammar_symbol_append): Now static.
7984 * tests/torture.at (input): Don't rely on the default action
7985 being always performed.
7986 * tests/calc.at: "Set" $$ even when the action is "cut" with
7987 YYERROR or other.
7988 * tests/actions.at (Exotic Dollars): Instead of using unused
7989 values, check that the warning is issued.
7990
7991 2005-12-22 Paul Eggert <eggert@cs.ucla.edu>
7992
7993 * NEWS: Improve wording for unused-value warnings.
7994
7995 2005-12-22 Akim Demaille <akim@epita.fr>
7996
7997 * data/lalr1.cc, data/yacc.c, data/glr.c, data/c.m4
7998 (b4_yysymprint_generate): Rename as...
7999 (b4_yy_symbol_print_generate): this.
8000 Generate yy_symbol_print instead of yysymprint.
8001 Generate also yy_symbol_value_print, and use it.
8002
8003 2005-12-22 Akim Demaille <akim@epita.fr>
8004
8005 * NEWS: Warn about unused values.
8006 * src/symlist.h, src/symlist.c (symbol_list, symbol_list_new): Add
8007 a `used' member.
8008 (symbol_list_n_get, symbol_list_n_used_set): New.
8009 (symbol_list_n_type_name_get): Use symbol_list_n_get.
8010 * src/scan-gram.l (handle_action_dollar): Flag used symbols.
8011 * src/reader.c (grammar_current_rule_check): Check that values are
8012 used.
8013 * src/symtab.c (symbol_print): Accept 0.
8014 * tests/existing.at: Remove the type information.
8015 Empty the actions.
8016 Remove useless actions (beware of mid-rule actions: perl -000
8017 -pi -e 's/\s*\{\}(?=[\n\s]*[|;])//g').
8018 * tests/actions.at (Exotic Dollars): Use unused values.
8019 * tests/calc.at: Likewise.
8020 * tests/glr-regression.at (No users destructors if stack 0 deleted):
8021 Likewise.
8022
8023 * src/gram.c (rule_useful_p, rule_never_reduced_p): Use
8024 rule_useful_p.
8025
8026 2005-12-21 Paul Eggert <eggert@cs.ucla.edu>
8027
8028 Undo 2005-12-01 tentative license wording change. The wording is
8029 still being reviewed by the lawyers, and we don't want to wait for
8030 them before publishing a test release. For now, revert to the
8031 previous wording.
8032 * NEWS: Undo 2005-12-01 change.
8033 * data/glr.c: Revert to previous license wording.
8034 * data/glr.cc: Likewise.
8035 * data/lalr1.cc: Likewise.
8036 * data/location.cc: Likewise.
8037 * data/yacc.c: Likewise.
8038
8039 * NEWS: Reword %destructor vs YYABORT etc.
8040 * data/glr.c: Use American spacing, for consistency.
8041 * data/glr.cc: Likewise.
8042 * data/lalr1.cc: Likewise.
8043 * data/yacc.c: Likewise.
8044 * data/yacc.c: Reformat comments slightly.
8045 * doc/bison.texinfo: Replace "non-" with "non" when that makes sense,
8046 for consistency. Fix some spelling errors and reword recently-included
8047 text slightly.
8048 * tests/cxx-type.at: Cast results of malloc, for C++.
8049
8050 2005-12-21 Joel E. Denny <address@hidden>
8051
8052 * tests/cxx-type.at: Construct a tree, count the parents of shared
8053 nodes, and free each node once and only once. Previously, the memory
8054 for semantic values was leaked instead.
8055
8056 2005-12-21 Joel E. Denny <address@hidden>
8057
8058 * data/glr.c (struct yyGLRStack): If pure, add yyval and yyloc members.
8059 (yylval, yylloc): If pure, #define to yystackp->yyval and
8060 yystackp->yyloc similar to yychar and yynerrs.
8061 (yyparse): If pure, remove local yylval and yylloc. Add local
8062 yystackp to accommodate pure definitions of yylval and yylloc.
8063 (b4_lex_param, b4_lyyerror_args, b4_lpure_args): If pure, change
8064 yylvalp and yyllocp to &yylval and &yylloc.
8065 (nerrs, char, lval, lloc): If pure, add #define's for b4_prefix[]
8066 namespace. Previously, nerrs and char were missing, but lval and lloc
8067 weren't necessary.
8068 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Remove
8069 yylvalp and yyllocp parameters since, if pure, these are now always
8070 accessible through yystackp. If not pure, they are still accessible
8071 globally.
8072 * data/glr.c, data/yacc.c (YYLLOC_DEFAULT): Change `if (N)' to
8073 `if (YYID (N))' to pacify lint.
8074
8075 2005-12-21 Akim Demaille <akim@epita.fr>
8076
8077 YYACCEPT, YYERROR, and YYABORT, as user actions, should not
8078 destroy the RHS symbols of a rule.
8079 * data/yacc.c (yylen): Initialize to 0.
8080 Keep its value to the number of items to possibly shift.
8081 In particular, a regular successful parse that ends on YYFINAL by
8082 a (internal) YYACCEPT must not have yylen != 0.
8083 (yyerrorlab, yyreturn): Pop the RHS.
8084 Reorder a bit to emphasize the `shifting' bits of code.
8085 (YYPOPSTACK): Now accept a number of items to pop.
8086 * data/lalr1.cc: Likewise.
8087 * data/glr.c: Formatting changes.
8088 Use goto instead of fall through.
8089 * doc/bison.texinfo (Destructor Decl): Complete.
8090
8091 2005-12-20 Juan Manuel Guerrero <juan.guerrero@gmx.de>
8092
8093 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
8094 * djgpp/Makefile.maint: Fix PACKAGE variable computation.
8095 * djgpp/config.bat: Replace every occurence of the file name
8096 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
8097 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
8098 * djgpp/config.sed: Replace every occurence of the file name
8099 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
8100 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
8101 * djgpp/djunpack.bat: DJGPP specific file.
8102 * djgpp/fnchange.lst: DJGPP specific file.
8103 * djgpp/README.in: Add new information about how to unpack the bison
8104 source on MSDOS and other systems which have 8.3 file name restrictions
8105 using djunpack.bat and fnchange.lst.
8106
8107 2005-12-12 Paul Eggert <eggert@cs.ucla.edu>
8108
8109 * bootstrap (build_cvs_prefix): Remove; unused.
8110 (CVS_PREFIX): Adjust to yesterday's Savannah reorganization
8111 when getting gnulib.
8112
8113 2005-12-12 "Joel E. Denny" <jdenny@ces.clemson.edu>
8114
8115 * data/glr.c: Reorder typedef declarations for structs to match order
8116 of struct declarations.
8117 Rename yystack everywhere to yystackp except in yyparse where it's not
8118 a pointer.
8119 (yyglrShift): Change parameter YYSTYPE yysval to YYSTYPE* yyvalp for
8120 consistency.
8121 (yyis_table_ninf): Change 0 to YYID (0) to pacify lint.
8122 (yyreportSyntaxError): Add /*ARGSUSED*/ to pacify lint.
8123 (yyparse): Change while (yytrue) to while ( YYID (yytrue)) to pacify
8124 lint.
8125
8126 2005-12-09 Paul Eggert <eggert@cs.ucla.edu>
8127
8128 * tests/sets.at (Accept): Fix typos in regular expression used to
8129 sed out the final state number.
8130
8131 Work around portability problem on Solaris 10: flex-generated
8132 files include <stdio.h> before <config.h>, which messes up
8133 because the latter defines __EXTENSIONS__. Address the problem
8134 by creating two new little files that include <config.h> first,
8135 then include the flex-generated files. Rewrite everyone else
8136 to include <config.h> first, as well.
8137 * lib/timevar.c: Always include "config.h".
8138 * src/Makefile.am (bison_SOURCES): Replace scan-gram.l with
8139 scan-gram-c.c, and scan-skel.l with scan-skel-c.c.
8140 (EXTRA_bison_SOURCES): New macro.
8141 * src/scan-gram-c.c, src/scan-skel-c.c: New files.
8142 * src/system.h: Don't include config.h.
8143 * src/LR0.c: Include <config.h> first.
8144 * src/assoc.c: Likewise.
8145 * src/closure.c: Likewise.
8146 * src/complain.c: Likewise.
8147 * src/conflicts.c: Likewise.
8148 * src/derives.c: Likewise.
8149 * src/files.c: Likewise.
8150 * src/getargs.c: Likewise.
8151 * src/gram.c: Likewise.
8152 * src/lalr.c: Likewise.
8153 * src/location.c: Likewise.
8154 * src/main.c: Likewise.
8155 * src/muscle_tab.c: Likewise.
8156 * src/nullable.c: Likewise.
8157 * src/output.c: Likewise.
8158 * src/parse-gram.y: Likewise.
8159 * src/print.c: Likewise.
8160 * src/print_graph.c: Likewise.
8161 * src/reader.c: Likewise.
8162 * src/reduce.c: Likewise.
8163 * src/relation.c: Likewise.
8164 * src/state.c: Likewise.
8165 * src/symlist.c: Likewise.
8166 * src/symtab.c: Likewise.
8167 * src/tables.c: Likewise.
8168 * src/uniqstr.c: Likewise.
8169 * src/vcg.c: Likewise.
8170
8171 * src/parse-gram.y: Fix minor problems uncovered by lint.
8172 (current_lhs, current_lhs_location): Now static.
8173 (current_assoc): Remove unused variable.
8174
8175 Cleanups so that Bison-generated parsers have less lint.
8176 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate):
8177 Prepend /*ARGSUSED*/, for lint's sake.
8178 * data/glr.c (YYUSE): Properly parenthesize, and use an alternate
8179 definition if 'lint' is defined.
8180 (YYID): New macro (or function, if lint).
8181 All uses of /*CONSTCOND*/0 replaced by YYID(0).
8182 * data/yacc.c: Likewise.
8183 * data/glr.c (yyuserAction, yyuserMerge, yy_reduce_print):
8184 (yyrecoverSyntaxError): Prepend /*ARGSUSED*/.
8185 * data/glr.cc (YYLLOC_DEFAULT): Omit /*CONSTCOND*/ since this code
8186 is C++ only.
8187 * data/lalr1.cc (YYUSE): Just use a cast, since this code is C++ only.
8188 * data/yacc.c (YYSTACK_FREE) [defined YYSTACK_ALLOC]:
8189 Use YYID(0) rather than 0, for lint.
8190 (yystrlen): Rewrite to avoid lint warning about ptrdiff_t overflow.
8191 (yysyntax_error): Rewrite to avoid lint warnings about parenthesization.
8192
8193 2005-12-07 Paul Eggert <eggert@cs.ucla.edu>
8194
8195 * tests/glr-regression.at
8196 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
8197 Close memory leak reported by twlevo.
8198
8199 2005-12-06 "Joel E. Denny" <jdenny@ces.clemson.edu>
8200
8201 * data/glr.c (yyprocessOneStack, yyparse): Synchronize the shift for
8202 all stacks.
8203 (yyparse): Iterate another stack in order to call user destructors.
8204 * tests/glr-regression.at (No users destructors if stack 0 deleted):
8205 New test case.
8206 (Duplicated user destructor for lookahead): This test now is expected
8207 to succeed.
8208
8209 2005-12-01 Paul Eggert <eggert@cs.ucla.edu>
8210
8211 * NEWS: Document the following change.
8212 * data/yacc.c: Say "parser skeleton" rather than "file", since
8213 it's no longer just a file.
8214 * data/glr.c: Grant a special exception for C GLR parsers, that
8215 reads like the already-existing exception for C LALR(1) parsers.
8216 * data/glr.cc: Likewise.
8217 * data/lalr1.cc: Likewise.
8218 * data/location.cc: Likewise.
8219 * data/yacc.c: Reword the "written by" statement to clarify that
8220 it was the parser skeleton, not the entire output file.
8221 * data/glr.c: Written by Paul Hilfinger.
8222 * data/glr.cc: Written by Akim Demaille.
8223 * data/lalr1.cc: Likewise.
8224
8225 2005-11-18 Paul Eggert <eggert@cs.ucla.edu>
8226
8227 * data/yacc.c (yy_reduce_print, YY_REDUCE_PRINT):
8228 Fix typos in previous change that broke 'make check'.
8229 YY_REDUCE_PRINT cannot be a pseudo-varargs macro; that isn't
8230 supported in C.
8231 * tests/calc.at (_AT_CHECK_CALC,_AT_CHECK_CALC_ERROR):
8232 Don't check NUM-STDERR-LINES, since the output format is fluctuating.
8233 We can revert this once things settle down.
8234
8235 * src/conflicts.c (conflicts_print): Don't print file name twice
8236 when %expect fails because there were no conflicts.
8237 * doc/bison.texinfo (Expect Decl): Tighten up wording in previous
8238 change.
8239 * tests/conflicts.at (%expect not enough, %expect too much):
8240 (%expect with reduce conflicts): Adjust to new behavior.
8241
8242 2005-11-18 Akim Demaille <akim@epita.fr>
8243
8244 * src/conflicts.c (conflicts_print): Unsatisfied %expectation are
8245 errors.
8246 * NEWS: Document this.
8247 * doc/bison.texinfo (Expect Decl): Likewise.
8248
8249 2005-11-16 Akim Demaille <akim@epita.fr>
8250
8251 Generalize the display of semantic values and locations in traces.
8252 * data/glr.c (yy_reduce_print): Fix indices (again).
8253 * data/c++.m4 (b4_rhs_value, b4_rhs_location): Don't expect
8254 literal integers.
8255 * data/lalr1.cc (yyreduce_print): Rename as...
8256 (yy_reduce_print): this.
8257 Display values and locations.
8258 * data/yacc.c (yy_reduce_print): Likewise.
8259 (YY_REDUCE_PRINT): Adjust to pass the required arguments.
8260 (yysymprint): Move higher to be visible from yy_reduce_print).
8261 (yyparse): Adjust.
8262 * tests/calc.at: Adjust the expected length of the traces.
8263
8264 2005-11-14 Akim Demaille <akim@epita.fr>
8265
8266 * data/glr.c (yy_reduce_print): The loop was quite wrong: type are
8267 from 1 to N, while values and location start at 0.
8268 (b4_rhs_location, b4_rhs_value): Add parens around $1 and $2.
8269
8270 2005-11-14 Akim Demaille <akim@epita.fr>
8271
8272 * data/glr.c (yy_reduce_print): Fix the $ number.
8273
8274 2005-11-14 Akim Demaille <akim@epita.fr>
8275
8276 "Use" parse parameters.
8277 * data/c.m4 (b4_parse_param_for, b4_parse_param_use): New.
8278 * data/glr.c, data/glr.cc: Use them.
8279 * data/glr.c (YYUSE): Have a C++ definition that supports
8280 non-pointer types.
8281
8282 2005-11-14 Akim Demaille <akim@epita.fr>
8283
8284 * data/glr.c (yyexpandGLRStack): Declare only if defined.
8285
8286 2005-11-14 Akim Demaille <akim@epita.fr>
8287
8288 * data/glr.cc: New.
8289 * data/m4sugar/m4sugar.m4 (m4_prepend): New.
8290
8291 2005-11-12 Akim Demaille <akim@epita.fr>
8292
8293 Let position and location be PODs.
8294 * data/location.cc (position::initialize, location::initialize): New.
8295 (position::position, location::location): Define only if
8296 b4_location_constructors is defined.
8297 * data/lalr1.cc (b4_location_constructors): Define it for backward
8298 compatibility.
8299 * doc/bison.texinfo (Initial Action Decl): Use initialize.
8300
8301 2005-11-12 Akim Demaille <akim@epita.fr>
8302
8303 * data/lalr1.cc: Move the body of the ctor and dtor into the
8304 parser file (instead of the header).
8305 Wrap the implementations in a "namespace yy".
8306
8307 2005-11-12 Akim Demaille <akim@epita.fr>
8308
8309 Have glr.c include its header file when created.
8310 * data/glr.c (b4_shared_declarations): New.
8311 Output them verbatim in the parser if !%defines, otherwise
8312 output then in the header file, and include it instead.
8313
8314 2005-11-11 Akim Demaille <akim@epita.fr>
8315
8316 * data/glr.c: Comment changes.
8317
8318 2005-11-11 Akim Demaille <akim@epita.fr>
8319
8320 When yydebug, report semantic and location values for reductions.
8321 * data/glr.c (yy_reduce_print): Report the semantic values and the
8322 locations.
8323 (YY_REDUCE_PRINT): Adjust.
8324 (yyglrReduce): Use them.
8325 (b4_rhs_value, b4_rhs_location): Remove m4_eval invocations.
8326 * data/c.m4 (b4_yysymprint_generate): Specify the const arguments.
8327 * tests/calc.at (_AT_CHECK_CALC_ERROR): Remove the reduction
8328 traces.
8329
8330 2005-11-10 Akim Demaille <akim@epita.fr>
8331
8332 * data/glr.c (yynewGLRStackItem, YY_RESERVE_GLRSTACK): New.
8333 (yyaddDeferredAction, yyglrShift, yyglrShiftDefer): Use them.
8334 (yyexpandGLRStack, YYRELOC): Define only when YYSTACKEXPANDABLE.
8335
8336 2005-11-09 Albert Chin-A-Young <china@thewrittenword.com>
8337
8338 * m4/cxx.m4, examples/Makefile.am: Don't build
8339 examples/calc++ if no C++ compiler is available. (trivial change)
8340
8341 2005-11-09 Akim Demaille <akim@epita.fr>
8342
8343 * src/scan-skel.l: Use a couple of asserts.
8344
8345 2005-11-03 Akim Demaille <akim@epita.fr>
8346
8347 In some (weird) cases, the final state number is incorrect.
8348 Reported by Alexandre Duret-Lutz.
8349 * src/LR0.c (state_list_append): Remove the computation of
8350 final_state.
8351 (save_reductions): Do it here.
8352 (get_state): Alpha conversion.
8353 (generate_states): Use a for loop.
8354 * src/gram.h (item_number_is_rule_number)
8355 (item_number_is_symbol_number): New.
8356 * src/state.c: Use assert.
8357 * src/system.h: Include assert.h.
8358 * tests/sets.at (Accept): New.
8359
8360 2005-10-30 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
8361
8362 * data/glr.c (yyfill): Adjust comment.
8363 (yyresolveAction): Initialize default location properly
8364 for empty right-hand sides.
8365 (yydoAction): Ditto.
8366 Add comment explaining apparently dead code.
8367 * tests/glr-regression.at
8368 (Incorrectly initialized location for empty right-hand side in GLR):
8369 New test.
8370
8371 2005-10-30 Paul Eggert <eggert@cs.ucla.edu>
8372
8373 * bootstrap (cleanup_gnulib): New function. Use it to clean up
8374 gnulib when interrupted. This fixes some race conditions and
8375 works around some portability problems (one noted by Paul
8376 Hilfinger).
8377
8378 2005-10-22 Akim <akim@epita.fr>
8379
8380 * Makefile.cfg: Adjust to config -> build-aux.
8381 Reported by twledo.
8382
8383 2005-10-21 Akim Demaille <akim@epita.fr>
8384
8385 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Pass
8386 the %parse-params.
8387 * data/glr.c (YY_SYMBOL_PRINT, yydestroyGLRState): Adjust.
8388 * data/yacc.c (b4_Pure_if): Rename as...
8389 (b4_yacc_pure_if): this.
8390 (YY_SYMBOL_PRINT, yyparse): Adjust.
8391 * doc/bison.texinfo: Formatting changes.
8392
8393 2005-10-21 Akim Demaille <akim@epita.fr>
8394
8395 Finish the transition config -> build-aux.
8396 * configure.ac, Makefile.am: Use build-aux.
8397 * config/prev-version, config/announce-gen, config/Makefile.am:
8398 Move to...
8399 * build-aux/prev-version, build-aux/announce-gen,
8400 * build-aux/Makefile.am: here.
8401
8402 2005-10-14 Akim Demaille <akim@epita.fr>
8403
8404 * examples/calc++/test: Use set -x only when VERBOSE.
8405
8406 2005-10-13 Paul Eggert <eggert@cs.ucla.edu>
8407
8408 * NEWS: Bison now warns if it finds a stray `$' or `@' in an action.
8409 * src/scan-gram.l (<SC_BRACED_CODE>[$@]): Implement this.
8410
8411 2005-10-13 Akim Demaille <akim@epita.fr>
8412
8413 * src/scan-skel.l: Output the base name parts of the parser and
8414 header file names.
8415 * tests/output.at (AT_CHECK_OUTPUT): Support subdirectories, and
8416 additional checks.
8417 Use this to exercise C++ outputs in subdirs.
8418 Reported by Oleg Smolsky.
8419
8420 2005-10-12 Paul Eggert <eggert@cs.ucla.edu>
8421
8422 * data/c.m4 (b4_c_function_def): Look at __C99_FUNC__, not at
8423 __STDC_VERSION__, as IBM cc 7.0 doesn't define the latter either.
8424 Problem reported by John P. Hartmann.
8425 * data/yacc.c (YYMODERN_C): Likewise. Don't define if the user has
8426 already defined it.
8427
8428 2005-10-12 Akim Demaille <akim@epita.fr>
8429
8430 * src/parse-gram.y (version_check): Exit 63 to please missing
8431 (stands for "version mismatch).
8432 * tests/input.at, doc/bison.texinfo: Adjust.
8433
8434 2005-10-10 Paul Eggert <eggert@cs.ucla.edu>
8435
8436 Work around portability problems with Visual Age C compiler
8437 (xlc and xlC_r) reported by John P. Hartmann.
8438 * data/location.cc (initial_column, initial_line): Remove.
8439 All uses replaced by 0 and 1.
8440 * src/scan-gram.l (gram_wrap): Redefine to avoid bug in flex 2.5.31
8441 that xlc complains about.
8442 * src/scan-skel.l (skel_wrap): Likewise.
8443 * data/c.m4 (b4_c_function_def): Look at __STDC_VERSION__ as well
8444 as __STDC__.
8445 * data/yacc.c (YYMODERN_C): New macro, which also looks at
8446 __STDC_VERSION__. Use it everywhere instead of looking at
8447 __STDC__ and __cplusplus.
8448
8449 2005-10-10 Akim Demaille <akim@epita.fr>
8450
8451 * examples/calc++/test: Be quiet unless VERBOSE.
8452
8453 2005-10-05 Paul Eggert <eggert@cs.ucla.edu>
8454
8455 * data/c.m4 (yydestruct, yysymprint):
8456 Use YYUSE instead of casting to void.
8457 * data/glr.c (YYUSE): New macro.
8458 (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
8459 Use it instead of rolling our own.
8460 (YYLLOC_DEFAULT, YYCHK, YYDPRINTF, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
8461 (YYCHK1):
8462 Use /*CONSTCOND*/ to suppress lint warnings.
8463 * data/lalr1.cc (YYLLOC_DEFAULT, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
8464 (YY_STACK_PRINT): Use 'false' not '0'.
8465 (YYUSE): New macro.
8466 (yysymprint_, yydestruct_): Use it instead of rolling our own.
8467 * data/yacc.c (YYUSE): New macro.
8468 (YYCOPY, YYSTACK_RELOCATE, YYBACKUP, YYLLOC_DEFAULT):
8469 (YYDPRINTF, YY_SYMBOL_PRINT, YY_STACK_PRINT, YY_REDUCE_PRINT):
8470 (yyerrorlab): Use /*CONSTCOND*/ to suppress lint warnings.
8471
8472
8473 * data/m4sugar/m4sugar.m4 (_m4_map): New macro.
8474 (m4_map, m4_map_sep): Use it. Handle the empty list correctly.
8475
8476 2005-10-04 Paul Eggert <eggert@cs.ucla.edu>
8477
8478 Undo the parts of the unlocked-I/O change that substituted
8479 putc or puts for printf. This might hurt performance a bit,
8480 but some people prefer the printf style.
8481 * data/c.m4 (yysymprint): Prefer printf to puts and putc.
8482 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): Remove.
8483 All uses replaced by YYFPRINTF and YYDPRINTF.
8484 * data/yacc.c: Likewise.
8485 * lib/bitset.c (bitset_print): Likewise.
8486 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer printf to
8487 putc and puts.
8488 * lib/lbitset.c (debug_lbitset): Likewise.
8489 * src/closure.c (print_firsts, print_fderives): Likewise.
8490 * src/gram.c (grammar_dump): Likewise.
8491 * src/lalr.c (look_ahead_tokens_print): Likewise.
8492 * src/output.c (escaped_output): Likewise.
8493 (user_actions_output): Break apart two printfs.
8494 * src/parse-gram.y (%printer): Prefer printf to putc and puts.
8495 * src/reduce.c (reduce_print): Likewise.
8496 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
8497 * src/system.h: Include unlocked-io.h rathe than stdio.h.
8498
8499 * data/glr.c (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
8500 Use assignments rather than casts-to-void to suppress
8501 unused-variable warnings. This pacifies 'lint'.
8502 * data/lalr1.cc (yysymprint_, yydestruct_): Use a call to suppress
8503 unused-variable warnings.
8504
8505 2005-10-03 Juan Manuel Guerrero <juan.guerrero@gmx.de>
8506
8507 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
8508
8509 2005-10-02 Paul Eggert <eggert@cs.ucla.edu>
8510
8511 Use unlocked I/O for a minor performance improvement on hosts like
8512 GNU/Linux and Solaris that support unlocked I/O. The basic idea
8513 is to use the gnlib unlocked-io module, and to prefer putc and
8514 puts to printf when either will work (since the latter doesn't
8515 come in an unlocked flavor).
8516 * bootstrap (gnulib_modules): Add unlocked-io.
8517 * data/c.m4 (yysymprint): Prefer puts and putc to printf.
8518 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): New macros.
8519 Prefer them to YYFPRINTF and YYDPRINTF if either will do,
8520 and similarly for puts and putc and printf.
8521 * data/yacc.c: Likewise.
8522 * lib/bitset.c (bitset_print): Likewise.
8523 * lib/bitset.h [USE_UNLOCKED_IO]: Include unlocked-io.h.
8524 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer putc and puts
8525 to printf.
8526 * lib/lbitset.c (debug_lbitset): Likewise.
8527 * src/closure.c (print_firsts, print_fderives): Likewise.
8528 * src/gram.c (grammar_dump): Likewise.
8529 * src/lalr.c (look_ahead_tokens_print): Likewise.
8530 * src/output.c (escaped_output): Likewise.
8531 (user_actions_output): Coalesce two printfs.
8532 * src/parse-gram.y (%printer): Prefer putc and puts to printf.
8533 * src/reduce.c (reduce_print): Likewise.
8534 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
8535 * src/system.h: Include unlocked-io.h rather than stdio.h.
8536
8537 * data/lalr1.cc: Don't put an unmatched ' in a dnl comment, as
8538 this confuses xgettext.
8539
8540 2005-10-02 Akim Demaille <akim@epita.fr>
8541
8542 * bootstrap (gnulib_modules): Add strverscmp.
8543 * lib/.cvsignore: Add strverscmp.c, strverscmp.h.
8544 * m4/.cvsignore: Add strverscmp.m4.
8545 * src/parse-gram.y (%require): New token, new rule.
8546 (version_check): New.
8547 * src/scan-gram.l (%require): Adjust.
8548 * tests/input.at (AT_REQUIRE): New.
8549 Use it.
8550 * doc/bison.texinfo (Require Decl): New.
8551 (Calc++ Parser): Use %require.
8552
8553 2005-10-02 Akim Demaille <akim@epita.fr>
8554
8555 * data/location.cc: New.
8556
8557 2005-10-02 Paul Eggert <eggert@cs.ucla.edu>,
8558 Akim Demaille <akim@epita.fr>
8559
8560 Make sure -odir/foo.cc creates dir/location.hh etc.
8561 * src/files.h (spec_outfile, parser_file_name, spec_name_prefix)
8562 (spec_file_prefix, spec_verbose_file, spec_graph_file)
8563 (spec_defines_file): Now const.
8564 (dir_prefix): New.
8565 (short_base_name): Remove.
8566 * src/files.c: Adjust.
8567 (dirname.h): Include.
8568 (base_name): Don't prototype it.
8569 (finput): Remove, duplicates gram_in.
8570 (full_base_name, short_base_name): Replace by...
8571 (all_but_ext, all_but_tab_ext): these.
8572 (compute_base_names): Rename as...
8573 (compute_file_name_parts): this.
8574 Update to compute the new variables, including dir_prefix.
8575 Adjust dependencies.
8576 * src/output.c (prepare): Output them.
8577 * src/reader.c: Adjust to use gram_in, not finput.
8578 * src/scan-skel.l (@dir_prefix@): New.
8579
8580 2005-10-02 Juan Manuel Guerrero <juan.guerrero@gmx.de>
8581
8582 * lib/subpipe.c: New function end_of_output_subpipe() added
8583 to allow support for non-posix systems. This is a no-op function
8584 for posix systems.
8585
8586 * lib/subpipe.h: New function end_of_output_subpipe() added
8587 to allow support for non-posix systems. This is a no-op function
8588 for posix systems.
8589
8590 * src/output.c (output_skeleton): Use end_of_output_subpipe() to
8591 handle the lack of pipe/fork functionality on non-posix systems.
8592
8593 * djgpp/Makefile.maint: DJGPP specific file.
8594
8595 * djgpp/README.in: DJGPP specific file.
8596
8597 * djgpp/config.bat: DJGPP specific configuration file.
8598
8599 * djgpp/config.sed: DJGPP specific configuration file.
8600
8601 * djgpp/config.site: DJGPP specific configuration file.
8602
8603 * djgpp/config_h.sed: DJGPP specific configuration file.
8604
8605 * djgpp/subpipe.c: DJGPP specific replacement file for lib/subpipe.c.
8606
8607 * djgpp/subpipe.h: DJGPP specific replacement file for lib/subpipe.h.
8608
8609 2005-10-02 Akim Demaille <akim@epita.fr>
8610
8611 * data/location.cc: New, extract from...
8612 * data/lalr1.cc: here.
8613 (location.hh): Include it after the user prologue, in case the
8614 filename type is defined by the user.
8615 Forward declation location and position before the pre-prologue.
8616 (yyresult_): Rename as...
8617 (yyresult): this, it's a local variable, not an attribute.
8618 * data/Makefile.am (dist_pkgdata_DATA): Adjust.
8619
8620 2005-10-01 Akim Demaille <akim@epita.fr>
8621
8622 * examples/extexi: Restore the #line generation.
8623
8624 2005-09-30 Akim Demaille <akim@epita.fr>,
8625 Alexandre Duret-Lutz <adl@gnu.org>
8626
8627 Move the token type and YYSTYPE in the parser class.
8628 * data/lalr1.cc (stack.hh, location.hh): Include earlier.
8629 (parser::token): New, from the moved free definition of tokens.
8630 (parser::semantic_value): Now a full definition instead of an
8631 indirection to YYSTYPE.
8632 (b4_post_prologue): No longer included in the header file, but
8633 in the implementation file.
8634 * doc/bison.texi (C+ Language Interface): Update.
8635 * src/parse-gram.y: Support unary %define.
8636 * tests/actions.at: Define global_tokens_and_yystype for backward
8637 compatibility until we update the tests.
8638 * tests/calc.at: Idem.
8639 (first_line, first_column, last_line, last_column): Define for lalr1.cc
8640 to simplify the code.
8641
8642 2005-09-29 Paul Eggert <eggert@cs.ucla.edu>
8643
8644 Port to SunOS 4.1.4, which lacks strtoul and strerror.
8645 Ah, the good old days! Problem reported by Peter Klein.
8646 * bootstrap (gnulib_modules): Add strerror, strtoul.
8647 * lib/.cvsignore: Add strerror.c, strtol.c, strtoul.c
8648 * m4/.cvsignore: Add strerror.m4, strtol.m4, strtoul.m4.
8649
8650 2005-09-29 Akim Demaille <akim@epita.fr>
8651
8652 * data/c.m4 (b4_error_verbose_if): New.
8653 * data/lalr1.cc: Use it.
8654 (YYERROR_VERBOSE_IF): Remove.
8655 (yyn_, yylen_, yystate_, yynerrs_, yyerrstatus_): Remove as
8656 parser members, replaced by...
8657 (yyn, yylen, yystate, yynerss, yyerrstatus): these parser::parse
8658 local variables.
8659 (yysyntax_error_): Takes the state number as argument.
8660 (yyreduce_print_): Use the argument yyrule, not the former
8661 attribute yyn_.
8662
8663 2005-09-26 Paul Eggert <eggert@cs.ucla.edu>
8664
8665 * bootstrap (gnulib_modules): Add verify.
8666 * lib/.cvsignore: Add verify.h.
8667 * src/getargs.c: Use ARGMATCH_VERIFY rather than verify.
8668 * src/system.h (verify): Remove.
8669 Include verify.h instead.
8670 * src/tables.c (tables_generate): Use new API for 'verify'.
8671
8672 2005-09-21 Paul Eggert <eggert@cs.ucla.edu>
8673
8674 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Do not use
8675 local variables whose names begin with 'yy'.
8676 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
8677 Trivial changes from Joel E. Denny.
8678
8679 * bootstrap (gnulib_modules): Remove alloca. Bison doesn't need
8680 it itself.
8681 * src/main.c (main) [C_ALLOCA]: Don't flush alloca'ed memory; we
8682 don't use alloca any more.
8683
8684 * data/yacc.c [YYSTACK_USE_ALLOCA && !defined __GNUC__ && ! defined
8685 __BUILTIN_VA_ARG_INCR && ! defined _AIX && ! defined _MSC_VER &&
8686 defined _ALLOCA_H]: Don't include <stdlib.h>; not needed in this case.
8687 * tests/torture.at (Exploding the Stack Size with Alloca): Adjust
8688 to match yacc.c, to test more hosts.
8689
8690 2005-09-20 Paul Eggert <eggert@cs.ucla.edu>
8691
8692 * data/yacc.c (YYSIZE_T): Reindent to make it clearer. This
8693 doesn't affect behavior.
8694 (YYSTACK_ALLOC) [YYSTACK_USE_ALLOCA]: Improve support for
8695 Solaris, AIX, MSC.
8696 (_STDLIB_H): Renamed from YYINCLUDED_STDLIB_H. All uses changed.
8697 This works a bit better with glibc, if user code has already included
8698 stdlib.h.
8699 * doc/bison.texinfo (Bison Parser): Document that users can't
8700 arbitrarily use malloc and free for other purposes. Document
8701 that <alloca.h> and <malloc.h> might be included.
8702 (Table of Symbols): Under YYSTACK_USE_ALLOCA, Don't claim that the
8703 user must declare alloca.
8704
8705 * HACKING (release): Forwarn the Translation Project about
8706 stable releses.
8707
8708 2005-09-20 Akim Demaille <akim@epita.fr>
8709
8710 * data/glr.c: Use b4_token_enums, not b4_token_enums_defines.
8711
8712 2005-09-19 Paul Eggert <eggert@cs.ucla.edu>
8713
8714 * data/yacc.c (YYSIZE_MAXIMUM): New macro.
8715 (YYSTACK_ALLOC_MAXIMUM): Use it.
8716 (yysyntax_error): New function.
8717 (yyparse) [YYERROR_VERBOSE]: Don't leak memory indefinitely if
8718 multiple syntax errors are reported, and alloca is being used.
8719 Instead, reallocate buffers twice as big each time, so that
8720 we waste at most half the allocated memory. Start with a small
8721 (128-byte) buffer that will suffice in most cases anyway.
8722 Use yysyntax_error to do most of the work.
8723
8724 * doc/bison.texinfo (Error Reporting, Table of Symbols):
8725 yynerrs is the number of errors reported, not the number of
8726 errors encountered.
8727
8728 * tests/glr-regression.at (Duplicated user destructor for lookahead):
8729 Mark it as expected to fail.
8730 Cast result of malloc; problem reported by twlevo@xs4all.nl.
8731 * tests/actions.at, tests/calc.at, tests/glr-regression.at:
8732 Don't start user-code symbols with "yy", to avoid name space problems.
8733
8734 2005-09-19 Akim Demaille <akim@epita.fr>
8735
8736 Remove the traits, failed experiment.
8737 It never proved useful, and anyway because of the current
8738 definition, it was not possible to have several specialization of
8739 this traits, making it useless.
8740 * data/lalr1.cc (yy:traits): Remove.
8741 Inline its definitions in the parser class.
8742
8743 2005-09-19 Akim Demaille <akim@epita.fr>
8744
8745 * tests/atlocal.in (LIBS): Pass INTLLIBS to address failures on at
8746 least Mac OSX with a /usr/local install of gettext.
8747
8748 2005-09-19 Akim Demaille <akim@epita.fr>
8749
8750 * data/lalr1.cc (yyparse): Rename yylooka and yyilooka as yychar
8751 and yytoken for similarity with the other skeletons.
8752
8753 2005-09-19 Akim Demaille <akim@epita.fr>
8754
8755 * NEWS, configure.ac: update version number to 2.1a.
8756
8757 2005-09-16 Paul Eggert <eggert@cs.ucla.edu>
8758
8759 * NEWS: Version 2.1.
8760
8761 * NEWS: Remove notice of yytname change, since it was never in an
8762 official release.
8763 * data/glr.c (yydestroyGLRState): Rename local var to avoid shadowing
8764 diagnostic.
8765 * src/output.c (prepare): Likewise.
8766 * data/lalr1.cc (YYERROR_VERBOSE_IF): New macro.
8767 (yysyntax_error_): Use it to avoid GCC warning when YYERROR_VERBOSE
8768 is not defined. This is an awful hack, but it's enough for now.
8769 All callers changed.
8770 * tests/glr-regression-at (make_value): Args are const pointers now,
8771 to avoid GCC warning.
8772 (Duplicated user destructor for lookahead): New test. Currently
8773 skipped. It fails on my host but I'm not sure it'll always fail.
8774
8775 2005-09-16 Akim Demaille <akim@epita.fr>
8776
8777 * src/symtab.h (struct symbol): Declare the printer and destructor
8778 as const, to avoid accidental calls to free.
8779 (symbol_destructor_set, symbol_printer_set): Adjust.
8780 * src/symtab.c: Adjust.
8781
8782 2005-09-16 Akim Demaille <akim@epita.fr>
8783
8784 * data/c.m4 (b4_token_enums): New.
8785 (b4_token_defines): Rename as...
8786 (b4_token_enums_defines): this.
8787 (b4_token_defines): New, output only the #defines.
8788 * data/yacc.c, data/glr.c: Adjust.
8789 * data/lalr1.cc: Use b4_token_enums instead of b4_token_enums_defines.
8790 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Define
8791 as default values.
8792
8793 2005-09-16 Akim Demaille <akim@epita.fr>
8794
8795 * data/lalr1.cc (yylex_): Remove, inline its code.
8796 (yyreport_syntax_error_): Remove, replaced by...
8797 (yysyntax_error_): this which returns a string and leaves to the
8798 caller the call to the users' error function.
8799 (yylooka_, yyilooka_, yylval, yylloc, yyerror_range_, yyval, yyloc):
8800 Move from members of the parser object...
8801 (yylooka, yyilooka, yylval, yylloc, yyerror_range, yyval, yyloc):
8802 to local variables of the parse function.
8803
8804 2005-09-16 Akim Demaille <akim@epita.fr>
8805
8806 * doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF
8807 since it's in Bison's name space.
8808
8809 2005-09-15 Paul Eggert <eggert@cs.ucla.edu>
8810
8811 * data/glr.c (yyresolveValue): Add default case to pacify
8812 gcc -Wswitch-default. Problem reported by twlevo@xs4all.nl.
8813
8814 * NEWS: Document when yyparse started to return 2.
8815 * doc/bison.texinfo (Parser Function): Document when yyparse
8816 returns 2.
8817
8818 * data/lalr1.cc: Revert part of previous change, as it's incompatible.
8819 (b4_filename_type): Renamed back from b4_file_name_type. All uses
8820 changed.
8821 (class position): file_name -> filename (reverting). All uses changed.
8822
8823 2005-09-14 Paul Eggert <eggert@cs.ucla.edu>
8824
8825 * examples/calc++/Makefile.am ($(calc_sources_generated)): Don't
8826 do anything if $@ exists. This reverts part of the 2005-07-07
8827 patch.
8828
8829 2005-09-11 Paul Eggert <eggert@cs.ucla.edu>
8830
8831 * Makefile.am (EXTRA_DIST): Do not distribute REFERENCES; it
8832 contains obsolete information and isn't worth distributing as a
8833 separate file anyway.
8834 * data/glr.c [defined YYSETJMP]: Don't include <setjmp.h>.
8835 (YYJMP_BUF, YYSETJMP, YYLONGJMP) [!defined YYSETJMP]: New macros.
8836 All uses of jmp_buf, setjmp, longjmp changed to use these instead.
8837 (yyparse): Abort if user code uses longjmp to throw an unexpected
8838 value.
8839
8840 2005-09-09 Paul Eggert <eggert@cs.ucla.edu>
8841
8842 * data/c.m4 (b4_identification): Define YYBISON_VERSION.
8843 Suggested by twlevo@xs4all.nl.
8844
8845 * data/glr.c (YYCHK1): Do not assume YYE is in range.
8846 This avoids a diagnostic from gcc -Wswitch-enum.
8847 Problem reported by twlevo@xs4all.nl.
8848
8849 * doc/bison.texinfo: Don't use "filename", as per GNU coding
8850 standards. Use "file name" or "file" or "name", depending on
8851 the context.
8852 (Invocation): The output of "bison hack/foo.y" goes to foo.tab.c,
8853 not to hack/foo.tab.c.
8854 (Calc++ Top Level): 2nd arg of main is not const.
8855 * data/glr.c: b4_filename -> b4_file_name.
8856 * data/lalr1.cc: Likewise. Also, b4_filename_type -> b4_file_name_type.
8857 All uses changed.
8858 (class position): filename -> file_name. All uses changed.
8859 * data/yacc.c: b4_filename -> b4_file_name.
8860 * lib/bitset.h: filename -> file_name in local vars.
8861 * lib/bitset_stats.c: Likewise.
8862 * src/files.c: Likewise.
8863 * src/scan-skel.l ("@output ".*\n): Likewise.
8864 * src/files.c (file_name_split): Renamed from filename_split.
8865 * src/muscle_tab.c (muscle_init): Output b4_file_name, not b4_filename.
8866
8867 2005-09-08 Paul Eggert <eggert@cs.ucla.edu>
8868
8869 * lib/.cvsignore: Add pipe-safer.c, stdio--.h, unistd--.h,
8870 to accommodate latest gnulib.
8871
8872 * tests/glr-regression.at (Duplicate representation of merged trees):
8873 Add casts to pacify g++. Problem reported by twlevo@xs4all.nl.
8874
8875 * bootstrap: Add comment as to why the AM_LANGINFO_CODESET hack is
8876 needed.
8877
8878 2005-08-26 Paul Eggert <eggert@cs.ucla.edu>
8879
8880 * data/glr.c (yydestroyGLRState): Renamed from yydestroyStackItem.
8881 All uses changed. Invoke user destructor after an error during a
8882 split parse (trivial change from Joel E. Denny).
8883
8884 * tests/glr-regression.at
8885 (User destructor after an error during a split parse): New test case.
8886 Problem reported by Joel E. Denny in:
8887 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00029.html
8888
8889 2005-08-25 Paul Eggert <eggert@cs.ucla.edu>
8890
8891 * README-cvs: Give URLs for recommended tools.
8892 Mention Gzip version problem, and bootstrapping issues.
8893 Remove troubleshooting section, as it's somewhat obsolete.
8894
8895 * bootstrap (no_cache): New var, to accommodate different wget
8896 variants. Use it instead of '-C off'. Problem reported by
8897 twlevo@xs4all.nl.
8898
8899 * data/glr.c (yydestroyStackItem): New function.
8900 (yyrecoverSyntaxError, yyreturn): Use it to improve quality of
8901 debugging information. Problem reported by Joel E. Denny.
8902
8903 2005-08-25 Akim Demaille <akim@epita.fr>
8904
8905 * tests/local.at (AT_COMPILE_CXX): Pass $LINKS too.
8906
8907 2005-08-24 Paul Eggert <eggert@cs.ucla.edu>
8908
8909 * data/glr.c (yyrecoverSyntaxError, yyreturn):
8910 Don't invoke destructor on unresolved entries.
8911 * tests/glr-regression.at
8912 (User destructor for unresolved GLR semantic value): New test case.
8913 Problem reported by Joel E. Denny in:
8914 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00016.html
8915
8916 2005-08-21 Paul Eggert <eggert@cs.ucla.edu>
8917
8918 * lib/.cvsignore: Remove realloc.c, strncasecmp.c, xstrdup.c.
8919 Add strnlen.c.
8920 * m4/.cvsignore: Remove codeset.m4, gettext.m4, lib-ld.m4,
8921 lib-prefix.m4, po.m4.
8922
8923 * data/glr.c (yyreturn): Use "Cleanup:" rather than "Error:"
8924 in yydestruct diagnostic, since it might not be an error.
8925 Problem reported by Joel Denny near end of
8926 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
8927 * data/lalr1.cc (yyerturn): Likewise.
8928 * data/yacc.c (yyreturn): Likewise.
8929 * tests/calc.at (_AT_CHECK_CALC_ERROR): Adjust to the above change.
8930
8931 * src/files.c: Remove obsolete FIXME comment.
8932
8933 * data/glr.c (YY_SYMBOL_PRINT): Append a newline, for consistency
8934 with the other templates, and to fix bogus run-on messages such
8935 as the one reported at the end of
8936 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
8937 All callers changed to avoid the newline.
8938 (yyprocessOneStack): Output two lines rather than one, to accommodate
8939 the above change. This changes the debug output format slightly.
8940
8941 * data/glr.c (yyresolveValue): Fix redundant parse tree problem
8942 reported by Joel E. Denny in
8943 <http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00004.html>
8944 (trivial change).
8945 * tests/glr-regression.at (Duplicate representation of merged trees):
8946 New test, from Joel E. Denny in:
8947 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00013.html>.
8948 * THANKS: Add Joel E. Denny.
8949
8950 * configure.ac (AC_INIT): Bump to 2.0c.
8951
8952 2005-07-24 Paul Eggert <eggert@cs.ucla.edu>
8953
8954 * NEWS: Version 2.0b.
8955
8956 * Makefile.am (SUBDIRS): Put examples before tests, so that
8957 "make check" doesn't finish with "All 1 tests passed".
8958
8959 * tests/regression.at (Token definitions): Don't rely on
8960 AT_PARSER_CHECK for data that contains backslashes. It currently
8961 uses 'echo', and 'echo' isn't portable if its argument contains
8962 backslashes. Problem found on OpenBSD 3.4. Also, do not assume
8963 that the byte '\0xff' is not printable in the C locale; it is,
8964 under OpenBSD 3.4 (!). Luckily, '\0x80' through '\0x9e' are
8965 not printable, so use '\0x81' to test.
8966
8967 * data/glr.c (YYOPTIONAL_LOC): Define even if it's not a recent
8968 version of GCC, since the macro is used with non-GCC compilers.
8969
8970 Fix core dump reported by Pablo De Napoli in
8971 <http://lists.gnu.org/archive/html/bug-bison/2005-07/msg00053.html>.
8972 * tests/regression.at (Invalid inputs with {}): New test.
8973 * src/parse-gram.y (token_name): Translate type before using
8974 it as an index.
8975
8976 * data/glr.c (ATTRIBUTE_UNUSED): Remove, since it infringes on
8977 the user's name space. All uses changed to __attribute__
8978 ((__unused__)).
8979 (yyFail, yyMemoryExhausted, yyreportAmbiguity):
8980 Add __attribute__ ((__noreturn__)).
8981
8982 * etc/clcommit: Remove. We weren't using it, and it failed
8983 "make maintainer-distcheck".
8984 * Makefile.maint: Merge from coreutils.
8985 (CVS_LIST, CVS_LIST_EXCEPT): New macros.
8986 (syntax-check-rules): Change list of rules as described below.
8987 (sc_cast_of_alloca_return_value, sc_dd_max_sym_length):
8988 (sc_file_system, sc_obsolete_symbols, sc_prohibit_atoi_atof):
8989 (sc_prohibit_jm_in_m4, sc_root_tests, sc_tight_scope):
8990 (sc_trailing_space): New rules.
8991 (sc_xalloc_h_in_src): Remove.
8992 (sc_cast_of_argument_to_free, sc_cast_of_x_alloc_return_value):
8993 (sc_space_tab, sc_error_exit_success, sc_changelog):
8994 (sc_system_h_headers, sc_sun_os_names, sc_unmarked_diagnostics):
8995 (makefile-check, po-check, author_mark_check):
8996 (makefile_path_separator_check, copyright-check):
8997 Use grep -n, to make it easier to find violations.
8998 Use CVS_LIST and CVS_LIST_EXCEPT.
8999 (header_regexp, h_re): Remove.
9000 (dd_c): New macro.
9001 (sc_dd_max_sym_length, .re-list, news-date-check): New rules.
9002 (my-distcheck): Use more-modern GCC flags.
9003 (signatures, %.asc): Remove.
9004 (rel-files, announcement): Remove signatures.
9005 Restore old updating code, even though we don't use it, so
9006 that we're the same as coreutils.
9007 (alpha, beta, major): Depend on news-date-check.
9008 Make the upload commands.
9009
9010 * data/c.m4, data/lalr1.cc, data/yacc.c: Normalize white space.
9011 * lib/abitset.h, lib/bbitset.h, lib/bitset.h: Likewise.
9012 * lib/bitset_stats.c, lib/ebitset.h, lib/lbitset.c: Likewise.
9013 * lib/libitset.h, lib/timevar.c, lib/vbitset.h: Likewise.
9014 * src/Makefile.am, src/gram.c, src/muscle_tab.h: Likewise.
9015 * src/parse-gram.y, src/system.h, src/tables.c, src/vcg.c: Likewise.
9016 * src/vcg_defaults.h, tests/cxx-type.at, tests/existing.at: Likewise.
9017 * tests/sets.at: Likewise.
9018
9019 * data/m4sugar/m4sugar.m4: Sync from Autoconf, except that
9020 we comment out the Autoconf version number.
9021 * doc/bison.texinfo (Calc++ Scanner): Don't use atoi, as
9022 it's error-prone and "make maintainer-distcheck" rejects it.
9023
9024 * lib/subpipe.c: Include <fcntl.h> without checking for HAVE_FCNTL_H.
9025 Indent calls to "error" to pacify "make maintainer-distcheck",
9026 when the calls are not intended to be translated.
9027 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't check for fcntl.h.
9028
9029 * src/Makefile.am (DEFS): Use +=, to pacify
9030 "make maintainer-distcheck".
9031 (bison_SOURCES): Add scan-skel.h.
9032 (sc_tight_scope): New rule, from coreutils.
9033
9034 * src/files.c (src_extension, header_extension):
9035 Now static, not extern.
9036 * src/getargs.c (short_options): Likewise.
9037 * src/muscle_tab.c (muscle_table): Likewise.
9038 * src/parse-gram.y (current_class, current_type, current_prec):
9039 Likewise.
9040 * src/reader.c (grammar_end, previous_rule_end): Likewise.
9041 * src/getargs.h: Redo comments to pacify "make maintainer-distcheck".
9042 * src/main.c (main): Cast bindtextdomain and textdomain calls to
9043 void, to avoid warning when NLS is disabled.
9044 * src/output.c: Include scan-skel.h.
9045 (scan_skel): Remove decl, since scan-skel.h does this.
9046 (output_skeleton):
9047 Indent calls to "error" to pacify "make maintainer-distcheck".
9048 * src/print_graph.c: Don't include <obstack.h>, as system.h does this.
9049 * src/reader.h (gram_end, gram_lineno): New decls to pacify
9050 "make maintainer-distcheck".
9051 * src/scan-skel.l (skel_lex, skel_get_lineno, skel_get_in):
9052 (skel_get_out, skel_get_leng, skel_get_text, skel_set_lineno):
9053 (skel_set_in, skel_set_out, skel_get_debug, skel_set_debug):
9054 (skel_lex_destroy, scan_skel): Move these decls to...
9055 * src/scan-skel.h: New file.
9056 * src/uniqstr.c (uniqstr_assert):
9057 Indent calls to "error" to pacify "make maintainer-distcheck".
9058
9059 * tests/Makefile.am ($(srcdir)/package.m4): Use $(VAR),
9060 not @VAR@.
9061
9062 * tests/torture.at: Revamp to avoid misuse of atoi that
9063 "make maintainer-distcheck" complained about.
9064
9065 * examples/extexi (message): Don't print a message more than once,
9066 and omit line-number decoration that makes Emacs compile think
9067 that informative messages are worth worrying about.
9068
9069 2005-07-22 Paul Eggert <eggert@cs.ucla.edu>
9070
9071 * configure.ac: Update version number.
9072
9073 * Makefile.am (SUBDIRS): Add examples; somehow this got removed
9074 accidentally.
9075 * examples/calc++/calc++-parser.yy: Remove from CVS, as it's
9076 autogenerated by the maintainer.
9077 * examples/calc++/.cvsignore: Add *.yy.
9078
9079 * lib/bitset.c (bitset_alloc): Don't cast xcalloc result.
9080 * lib/bitset_stats.c (bitset_stats_init): Likewise.
9081 * lib/bitsetv.c (bitsetv_alloc): Likewise.
9082
9083 * po/POTFILES.in: Add lib/xalloc-die.c; remove lib/xmalloc.c.
9084
9085 * src/relation.c (relation_transpose): Rewrite to avoid bogus complaint
9086 from maintainer-distcheck about casting the argument of 'free'.
9087
9088 * NEWS: Mention recent yytname changes.
9089 * THANKS: Add Anthony Heading, twlevo@xs4all.nl.
9090
9091 * bootstrap: For translations that have not yet been upgraded to
9092 the new runtime-po domain, prime the pump by extracting the
9093 relevant strings from the obsolete translations. This code can be
9094 removed once the bison-runtime domain has been translated by each
9095 team.
9096
9097 * src/scan-gram.l (<SC_PRE_CODE>.): Don't double-quote token names,
9098 now that token names are already quoted.
9099
9100 Fix problem reported by Anthony Heading.
9101 * data/glr.c (YYTOKEN_TABLE): New macro.
9102 (yytname): Define if YYTOKEN_TABLE.
9103 * data/yacc.c (YYTOKEN_TABLE, yytname): Likewise.
9104 * data/lalr1.cc (YYTOKEN_TABLE, yytname_): Likewise.
9105 (YYERROR_VERBOSE): Define the same way the other skeletons do.
9106 * src/output.c (prepare_symbols): Output token_table_flag.
9107
9108 2005-07-21 Paul Eggert <eggert@cs.ucla.edu>
9109
9110 * data/glr.c (yyinitGLRStack, yyreturn): Don't call malloc
9111 again if the first call fails.
9112
9113 * data/glr.c (yytnamerr): New function.
9114 (yyreportSyntaxError): Use it to dequote most string literals.
9115 * data/lalr1.c (yytname_): Renamed from yyname_, for compatibility
9116 with other skeletons. All uses changed.
9117 (yytnameerr_): New function.
9118 (yyreport_syntax_error): Use it to dequote most string literals.
9119 * data/yacc.c (yytnamerr): New function.
9120 (yyerrlab): Use it to decode most string literals.
9121 * doc/bison.texinfo (Decl Summary, Calling Convention):
9122 Clarify quoting convention of yytname.
9123 * src/output.c (prepare_symbols): Quote all names. This undoes
9124 the 2005-04-17 change, which is now accomplished (mostly) via
9125 changes in the parsers as described above.
9126 * tests/regression.at (Token definitions, Web2c Actions):
9127 Undo most 2005-04-17 change here, too.
9128
9129 2005-07-20 Paul Eggert <eggert@cs.ucla.edu>
9130
9131 Fix more problems reported by twlevo@xs4all.nl.
9132 * tests/cxx-type.at: Don't pipe output of ./types through sed to
9133 remove trailing spaces. This loses the exit status of ./types,
9134 and isn't needed since ./types shouldn't be emitting trailing
9135 spaces.
9136 * data/glr.c (yyreturn): Don't pop stack if yyinitStateSet failed,
9137 as the stack isn't valid in that case.
9138
9139 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
9140 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
9141 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
9142 Add declarations to pacify "gcc -Wmissing-prototypes" when flex 2.5.31
9143 is used.
9144 * src/scan-skel.l (skel_get_lineno, skel_get_in, skel_get_out):
9145 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
9146 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
9147 Likewise.
9148
9149 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Work even with
9150 overly-picky compilers that reject 'char *foo = "bar";'.
9151
9152 * src/symtab.c (SYMBOL_ATTR_PRINT, symbol_print): Direct output
9153 to FILE * parameter, not to stderr. This fixes a typo introduced
9154 in the 2005-07-12 change.
9155
9156 * lib/subpipe.c (create_subpipe): Rewrite slightly to avoid
9157 warnings from GCC 4.
9158
9159 * data/glr.c (yyexpandGLRStack, yyaddDeferredAction, yyexpandGLRStack):
9160 (yyglrShiftDefer, yysplitStack):
9161 Remove unused parameters b4_pure_formals. All uses changed.
9162 (yyglrShift): Remove unused parameters b4_user_formals.
9163 All uses changed.
9164 (yyglrReduce): Removed unused parameter yylocp. All uses changed.
9165
9166 2005-07-18 Paul Eggert <eggert@cs.ucla.edu>
9167
9168 Destructor cleanups and regularization among the three skeletons.
9169 * NEWS: Document the behavior changes.
9170 * data/glr.c (yyrecoverSyntaxError): Don't bother to pop the
9171 stack before failing, as the cleanup code will do it for us now.
9172 * data/lalr1.cc (yyerrlab): Likewise.
9173 * data/glr.c (yyparse): Pop everything off the stack before
9174 freeing it, so that destructors get called properly.
9175 * data/lalr1.cc (yyreturn): Likewise.
9176 * data/yacc.c (yyreturn): Pop and destroy the start symbol, too.
9177 This is more consistent.
9178 * doc/bison.texinfo (Destructor Decl): Mention more reasons
9179 why destructors might be called. 1.875 -> 2.1.
9180 (Destructor Decl, Decl Summary, Table of Symbols):
9181 Some English-language cleanups for %destructor.
9182 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
9183 Add output line for destructor of start symbol.
9184 * tests/calc.at (AT_CHECK_CALC): Add one to line counts,
9185 because of that same extra output line.
9186
9187 * NEWS: Document minor wording changes in diagnostics of
9188 Bison-generated parsers.
9189 * data/glr.c (yyMemoryExhausted): Renamed from yyStackOverflow.
9190 Remove unused formals. All uses changed.
9191 (yyreportAmbiguity): "ambiguity detected" -> "syntax is ambiguous".
9192 (yyparse): Rename yyoverflowlab to yyexhaustedlab.
9193 * data/yacc.c (yyparse): "parser stack overflow" -> "memory exhausted".
9194 Rename yyoverflowab to yyexhaustedlab.
9195 When memory exhaustion occurs during syntax-error reporting,
9196 report it separately rather than in a single diagnostic; this
9197 eases translation.
9198 * doc/bison.texinfo (Memory Management): Renamed from Stack Overflow.
9199 (Memory Exhausted): Renamed from Parser Stack Overflow.
9200 Revamp wording slightly to prefer "memory exhaustion".
9201 * tests/actions.at: "parser stack overflow" -> "memory exhausted".
9202
9203 * data/c.m4 (b4_yysymprint_generate): Use YYFPRINTF, not fprintf.
9204
9205 Add i18n support to the GLR skeleton. Partially fix the C++
9206 skeleton; a C++ expert needs to finish this. Remove debugging
9207 msgids; there's little point to having them translated, since they
9208 can be understood only by someone who can read the
9209 (English-language) source code.
9210
9211 Generate runtime-po/bison-runtime.pot automatically, so that we
9212 don't have to worry about garbage getting in that file. We'll
9213 make sure after the next official release that old msgids don't
9214 get lost. See
9215 <http://lists.gnu.org/archive/html/bison-patches/2005-07/msg00119.html>.
9216
9217 * runtime-po/Makefile.in.in, runtime-po/bison-runtime.pot: Remove.
9218 Now auto-generated.
9219 * PACKAGING: Don't claim that Gawk, GCC, Perl use this method yet.
9220 Fix typos in explanations of the runtime file.
9221 * bootstrap: Change gettext keyword from YYI18N to YY_.
9222 Use standard Makefile.in.in in runtime-po, since we'll arrange
9223 for backward-compatible bison-runtime.po files in a different way.
9224 * data/glr.c (YY_): New macro, from yacc.c.
9225 (yyuserAction, yyreportAmbiguity, yyreportSyntaxError, yyparse):
9226 Translate messages intended for users.
9227 (yyreportSyntaxError): Change "virtual memory" to "memory" to match
9228 the wording in the other skeletons. We don't know that the memory
9229 is virtual.
9230 * data/lalr1.cc (YY_): Renamed from _. All uses changed.
9231 Use same method that yacc.c uses.
9232 Don't translate debugging messages.
9233 (yy::yyreport_syntax_error): Put in a FIXME for the i18n stuff;
9234 it doesn't work (yet), and requires C++ expertise to fix.
9235 * data/yacc.c (YY_): Renamed from YY18N. All uses changed.
9236 Move defn to a more logical place, to be consistent with other
9237 skeletons.
9238 Don't translate debugging messages.
9239 Don't assume line numbers fit in unsigned int; use unsigned long fmts.
9240 * doc/bison.texinfo: Mention <libintl.h>. Change glibc cross reference
9241 to gettext cross reference. Add indexing terms. Mention YYENABLE_NLS.
9242 * runtime-po/POTFILES.in: Add data/glr.c, data/lalr1.cc.
9243
9244 Fix yyerror / yylex test glitches noted by twlevo@xs4all.nl.
9245 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Have yyerror return
9246 void, not int.
9247 * tests/glr-regression.at (Badly Collapsed GLR States):
9248 Likewise.
9249 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
9250 yylex should return 0 at EOF rather than aborting.
9251
9252 Improve tests for stack overflow in GLR parser.
9253 Problem reported by twlevo@xs4all.nl.
9254 * data/glr.c (struct yyGLRStack): Remove yyerrflag member.
9255 All uses removed.
9256 (yyStackOverflow): Just longjmp, but with value 2 so that caller
9257 can handle the problem.
9258 (YYCHK1): Use goto (a la yacc.c) rather than setting a flag.
9259 (yyparse): New local variable yyresult to record the result.
9260 Use result of setjmp to set it, rather than storing itinto
9261 struct.
9262 (yyDone): Remove label.
9263 (yyacceptlab, yyabortlab, yyoverflowlab, yyreturn): New labels,
9264 to mimic yacc.c. Do not discard lookahead if it's EOF (possible
9265 if YYABORT is used).
9266 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Exit with
9267 yyparse status; put status > 1 into diagnostic.
9268 Check that status==2 works.
9269 * tests/calc.at, tests/cxx-type.at, tests/glr-regression.at:
9270 Use exit status 3 for failure to open (which shouldn't happen).
9271
9272 2005-07-17 Paul Eggert <eggert@cs.ucla.edu>
9273
9274 * tests/conflicts.at (%nonassoc and eof): Don't exit with status
9275 1 on syntax error; just let yyparse do its thing.
9276 * tests/glr-regression.at (Badly Collapsed GLR States): Likewise.
9277 * tests/torture.at (AT_DATA_STACK_TORTURE): Likewise.
9278 (Exploding the Stack Size with Alloca):
9279 (Exploding the Stack Size with Malloc):
9280 Expect exit status 2, not 1, since the parser is supposed to blow
9281 its stack. Problem reported by twlevo@xs4all.nl.
9282
9283 * data/glr.c (yyparse): Don't assume that the initial calls
9284 to YYMALLOC succeed; in that case, yyparse incorrectly returned 0.
9285 Print a stack-overflow message and fail instead.
9286 Initialize the line-number information before creating the stack,
9287 so that the stack-overflow message can report line zero safely.
9288
9289 2005-07-14 Paul Eggert <eggert@cs.ucla.edu>
9290
9291 Fix problems reported by twlevo@xs4all.nl.
9292 * data/glr.c (YYSTACKEXPANDABLE): Don't define if already defined.
9293 (yyuserMerge): Provide a default case if b4_mergers is empty.
9294 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Define YYSTACKEXPANDABLE.
9295 * tests/glr-regression.at
9296 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
9297 Add casts to pacify C++ compilers.
9298 * tests/glr-regression.at (Improper merging of GLR delayed action
9299 sets): Declare yylex before using it.
9300 * tests/Makefile.am (maintainer-check-g++): Fix a stray
9301 $(GXX) that escaped the renaming of GXX to CXX. Remove bogus
9302 test for valgrind; valgrind is independent of g++.
9303 (maintainer-check-posix): Add _POSIX2_VERSION=200112, to check
9304 for compatibility with POSIX 1003.1-2001 (if running coreutils).
9305 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Port to stricter C++.
9306 Use a destructor, so that we can expand the stack. Change
9307 YYSTYPE to char * so that we can free it. Cast result of malloc.
9308
9309 2005-07-13 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
9310
9311 * data/glr.c (yyuserAction): Fix uninitialized variable that caused
9312 a valgrind failure. Problem reported by twlevo@xs4all.nl.
9313
9314 2005-07-13 Paul Eggert <eggert@cs.ucla.edu>
9315
9316 * PACKAGING: New file, suggested by Bruno Haible and taken from
9317 similar wording in gettext's PACKAGING file.
9318 * NEWS: Mention PACKAGING.
9319 * Makefile.am (EXTRA_DIST): Add PACKAGING.
9320
9321 2005-07-12 Paul Eggert <eggert@cs.ucla.edu>
9322
9323 * NEWS: Document recent i18n improvements.
9324 * bootstrap: Get runtime translations into runtime-po.
9325 Create runtime-po files automatically, if possible.
9326 * configure.ac: Invoke BISON_I18N, so that we eat our own dog food.
9327 * data/yacc.c: Rewrite inclusion of <libintl.h> so that ENABLE_NLS
9328 does not infringe on the user's name space.
9329 (YYENABLE_NLS): Renamed from ENABLE_BISON_NLS.
9330 * doc/bison.texinfo (Internationalization): Revamp the English
9331 and Texinfo syntax a bit, to try to make it clearer.
9332 (Bison Options, Option Cross Key): Mention --print-localedir.
9333 * m4/bison-i18n.m4 (BISON_I18N): Rename ENABLE_BISON_NLS to
9334 YYENABLE_NLS. Quote a bit more.
9335 * runtime-po/.cvsignore: New file.
9336 * runtime-po/Makefile.in.in (mostlyclean): Remove *.old.pot.
9337 * runtime-po/Rules-quot: Remove; now created by bootstrap.
9338 * runtime-po/quot.sed: Likewise.
9339 * runtime-po/boldquot.sed: Likewise.
9340 * runtime-po/en@quot.header: Likewise.
9341 * runtime-po/en@boldquot.header: Likewise.
9342 * runtime-po/insert-header.sin: Likewise.
9343 * runtime-po/remove-potcdate.sin: Likewise.
9344 * runtime-po/Makevars: Likewise.
9345 * runtime-po/LINGUAS: Likewise.
9346 * runtime-po/de.po: Likewise; we will rely on the translation project
9347 to maintain this, so "bootstrap" should get it.
9348 * src/getarg.c (PRINT_LOCALEDIR_OPTION): Let the C compiler determine
9349 its value.
9350 * src/main.c (main): Bind the bison-runtime domain, too.
9351
9352 2005-07-12 Bruno Haible <bruno@clisp.org>
9353
9354 * data/yacc.c: Include <libintl.h> when NLS is enabled.
9355 (YYI18N): Renamed from _. Use dgettext when NLS is enabled.
9356 * po/POTFILES.in: Remove autogenerated file src/parse-gram.c.
9357 * runtime-po: New directory.
9358 * runtime-po/Makefile.in.in: New file, copied from po/, with modified
9359 $(DOMAIN).pot-update rule, so that old messages are never dropped.
9360 * runtime-po/Rules-quot: New file, copied from po/.
9361 * runtime-po/quot.sed: Likewise.
9362 * runtime-po/boldquot.sed: Likewise.
9363 * runtime-po/en@quot.header: Likewise.
9364 * runtime-po/en@boldquot.header: Likewise.
9365 * runtime-po/insert-header.sin: Likewise.
9366 * runtime-po/remove-potcdate.sin: Likewise.
9367 * runtime-po/Makevars: New file.
9368 * runtime-po/POTFILES.in: New file.
9369 * runtime-po/LINGUAS: New file.
9370 * runtime-po/bison-runtime.pot: New file.
9371 * runtime-po/de.po: New file.
9372 * m4/bison.m4: New file.
9373 * Makefile.am (SUBDIRS): Add runtime-po.
9374 (aclocaldir, aclocal_DATA): New variables.
9375 * configure.ac: Add AC_CONFIG_FILES of runtime-po/Makefile.in.
9376 Define aclocaldir.
9377 * src/getargs.c (usage): Document --print-localedir option.
9378 (PRINT_LOCALEDIR_OPTION): New enum item.
9379 (long_options): Add --print-localedir option.
9380 (getargs): Handle --print-localedir option.
9381 * doc/bison.texinfo (Bison Parser): Remove paragraph about _().
9382 (Internationalization): New section.
9383
9384 2005-07-12 Akim Demaille <akim@epita.fr>
9385
9386 * src/symtab.h, src/symtab.c (symbol_print): Swap the arguments,
9387 for consistency with the rest of the code.
9388 * src/symlist.h, src/symlist.c (symbol_list_print): Ditto.
9389 Add separators.
9390
9391 2005-07-12 Akim Demaille <akim@epita.fr>
9392
9393 * src/parse-gram.y: Use %printer instead of YYPRINT.
9394
9395 2005-07-12 Akim Demaille <akim@epita.fr>
9396
9397 * src/symtab.h, src/symtab.c (symbol_print): New.
9398 * src/symlist.h, src/symlist.c (symbol_list_print): New.
9399 * src/symlist.c (symbol_list_n_type_name_get): Report the culprit.
9400
9401 2005-07-12 Akim Demaille <akim@epita.fr>
9402
9403 * data/glr.c (b4_syncline): Fix (swap) the definitions of
9404 b4_at_dollar and b4_dollar_dollar.
9405
9406 2005-07-11 Paul Eggert <eggert@cs.ucla.edu>
9407
9408 * doc/bison.texinfo (Mystery Conflicts): Add reference to DeRemer
9409 and Pennello's paper.
9410
9411 2005-07-09 Paul Eggert <eggert@cs.ucla.edu>
9412
9413 * data/yacc.c (yyparse): Undo previous patch. Instead,
9414 set yylsp[0] and yyvsp[0] only if the initial action
9415 sets yylloc and yylval, respectively.
9416
9417 * data/yacc.c (yyparse): In the initial action, set
9418 yylsp[0] and yyvsp[0] rather than yylloc and yylval.
9419 This avoids the use of undefined variables if the initial
9420 action does not set yylloc and/or yylval.
9421
9422 2005-07-07 Paul Eggert <eggert@cs.ucla.edu>
9423
9424 * examples/calc++/calc++-driver.cc, examples/calc++/calc++-driver.hh:
9425 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc:
9426 Remove from CVS. These files are automatically generated.
9427 * examples/extexi: Clarify that this file is now part of Bison,
9428 not GNU M4, and that it works with any POSIX-compatible Awk.
9429 * examples/calc++/Makefile.am (run_extexi): Remove; not used.
9430 ($(calc_extracted)): Renamed from $(calc_sources_extracted),
9431 so that we also get calc++-parser.yy. Geneate it.
9432 Use $(AWK), not gawk, since any conforming Awk will do.
9433 Put comment before action, since older 'make' can't handle comment
9434 in action.
9435 $(BUILT_SOURCES): List all built sources, not just some of them.
9436 $(MAINTAINERCLEANFILES): Remove *.stamp, and all built sources.
9437 $($(srcdir)/calc++-parser.stamp): Work even if POSIXLY_CORRECT.
9438 $($(calc_sources_generated)): Remove unnecessary test for existence
9439 of target. (This had a shell syntax error anyway; a stray "x".)
9440 (calc_extracted): List $(srcdir)/calc++-parser.yy, not
9441 calc++-parser.yy.
9442 * examples/.cvsignore, examples/calc++/.cvsignore: New files.
9443
9444 * bootstrap (gnulib_modules): Add gettext, now that it's no longer
9445 implied by the other modules.
9446
9447 2005-07-06 Akim Demaille <akim@epita.fr>
9448
9449 Bind examples/calc++ to the package.
9450 * examples/calc++/Makefile: Remove, replaced by...
9451 * examples/calc++/Makefile.am: ... this new file.
9452 * examples/calc++/test: Remove input.
9453 * examples/calc++/compile: Remove.
9454 * examples/Makefile.am: New.
9455 * configure.ac, Makefile.am: Adjust.
9456 * doc/Makefile.am (clean-local): New, for more recent texi2dvis.
9457
9458 2005-07-05 Paul Eggert <eggert@cs.ucla.edu>
9459
9460 * data/glr.c (yyFail): Drastically simplify; since the format argument
9461 never had any % directives, we can simply pass it to yyerror.
9462 (yyparse): Use "t a; a=b;" rather than "t a = b;" when a will
9463 be modified later, as that is the usual style in glr.c.
9464 Problems reported by Paul Hilfinger.
9465
9466 Rewrite GLR parser to catch more buffer overrun, storage exhaustion,
9467 and size overflow errors.
9468 * data/glr.c: Include <stdio.h> etc. after user prolog, not before,
9469 in case the user prolog sets feature-test macros like _GNU_SOURCE.
9470 (YYSIZEMAX): New macro.
9471 (yystpcpy): New function, taken from yacc.c.
9472 (struct yyGLRStack.yyspaceLeft): Now size_t, not int.
9473 (yyinitGLRStack, yyfreeGLRstack): Remove unnecessary forward decls,
9474 so that we don't have to maintain their signatures.
9475 (yyFail): Check for buffer overflow, by using vsnprintf rather
9476 than vsprintf. Allocate a bigger buffer if possible.
9477 Report an error if buffer allocation fails.
9478 (yyStackOverflow): New function.
9479 (yyinitStateSet, yyinitGLRStack): Return a boolean indicating whether
9480 the initialization was successful. It might fail if storage was
9481 exhausted.
9482 (yyexpandGLRStack): Add more checks for storage allocation failure.
9483 Use yyStackOverflow to report failures.
9484 (yymarkStackDeleted, yyglrShift, yyglrShiftDefer, yydoAction):
9485 (yysplitStack, yyprocessOneStack, yyparse, yypstack):
9486 Don't assume stack number fits in int.
9487 (yysplitStack): Check for storage allocation failure.
9488 (yysplitStack, yyprocessOneStack): Add pure_formals, so that we
9489 can print diagnostics on storage allocation failure. All callers
9490 changed.
9491 (yyresolveValue): Use yybool for boolean.
9492 (yyreportSyntaxError): Check for size-calculation overflow.
9493 This code is taken from yacc.c.
9494 (yyparse): Check for storage allocation errors when allocating
9495 the initial stack.
9496
9497 2005-07-05 Akim Demaille <akim@epita.fr>
9498
9499 Extract calc++ from the documentation.
9500 * doc/bison.texinfo (Calc++): Add the extraction marks.
9501 * examples/extexi: New, from the aborted GNU Programming 2E.
9502 Separate the different paragraph of a file with empty lines.
9503 * examples/Makefile: Use it to extract the whole calc++ example.
9504
9505 2005-06-24 Akim Demaille <akim@epita.fr>
9506
9507 * doc/bison.texinfo (C++ Parser Interface): Use defcv to define
9508 class typedefs.
9509
9510 2005-06-22 Akim Demaille <akim@epita.fr>
9511
9512 * doc/bison.texinfo (C++ Language Interface): First stab.
9513 (C++ Parsers): Remove.
9514
9515 2005-06-22 Akim Demaille <akim@epita.fr>
9516
9517 * data/lalr1.cc (yylex_): Honor %lex-param.
9518
9519 2005-06-22 Akim Demaille <akim@epita.fr>
9520
9521 Start a set of simple examples.
9522 * examples/calc++/Makefile, examples/calc++/calc++-driver.cc,
9523 * examples/calc++/calc++-driver.hh,
9524 * examples/calc++/calc++-parser.yy,
9525 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc,
9526 * examples/calc++/compile, examples/calc++/test: New.
9527
9528 2005-06-09 Paul Eggert <eggert@cs.ucla.edu>
9529
9530 * data/yacc.c (malloc, free) [defined __cplusplus]: Wrap inside
9531 extern "C" {}. This fixes a problem reported by Paul Hilfinger,
9532 which stems from the 2005-05-27 patch.
9533
9534 2005-06-06 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
9535
9536 * data/glr.c: Modify treatment of unused parameters to permit use
9537 of g++ (which doesn't allow __attribute__ ((unused)) for parameters).
9538
9539 2005-05-30 Paul Eggert <eggert@cs.ucla.edu>
9540
9541 Fix infringement on user name space reported by Janos Zoltan Szabo.
9542 * data/yacc.c (yyparse): strlen -> yystrlen.
9543
9544 2005-05-30 Akim Demaille <akim@epita.fr>
9545
9546 * data/lalr1.cc (_): New.
9547 Translate the various messages.
9548
9549 2005-05-27 Paul Eggert <eggert@cs.ucla.edu>
9550
9551 Fix infringement on user name space reported by Bruno Haible.
9552 * data/yacc.c (YYSIZE_T): Define first, so that later decls can use it.
9553 Prefer GCC's __SIZE_TYPE__ if available, so that we don't infringe on
9554 the user's name space.
9555 (alloca): Include <stdlib.h> to get it, if it's not built in.
9556 (YYMALLOC, YYFREE): Define only if needed.
9557 (malloc, free): Declare, but only if needed, as this infringes on
9558 the user name space.
9559
9560 2005-05-25 Paul Eggert <eggert@cs.ucla.edu>
9561
9562 Fix BeOS, FreeBSD, MacOS porting problems reported by Bruno Haible.
9563 * lib/bitset.c (bitset_print): Don't assume size_t can be printed
9564 with %d format.
9565 * lib/ebitset.c (min, max): Undef before defining.
9566 * lib/vbitset.c (min, max): Likewise.
9567 * lib/subpipe.c (create_subpipe): Save local variables in case
9568 vfork clobbers them.
9569
9570 2005-05-24 Bruno Haible <bruno@clisp.org>
9571
9572 * tests/synclines.at (AT_SYNCLINES_COMPILE): Add support for the
9573 error message syntax used by gcc-4.0.
9574
9575 2005-05-23 Paul Eggert <eggert@cs.ucla.edu>
9576
9577 * README: Mention m4 1.4.3. Remove obsolete advice about
9578 Sun Forte Developer 6 update 2, VMS, and MS-DOS.
9579
9580 * bootstrap: Remove workaround for problem I encountered with
9581 gettext 0.14.1; it seems to be fixed now.
9582
9583 2005-05-22 Paul Eggert <eggert@cs.ucla.edu>
9584
9585 * NEWS: Version 2.0a.
9586
9587 * src/files.c: Include "stdio-safer.h"; this fixes a typo in
9588 the previous change.
9589
9590 Various maintainer cleanups.
9591 * .cvsignore: Add a.exe, a.out, b.out,, conf[0-9]*, confdefs*,
9592 conftest*, for benefit of CVS commands run at the same time as
9593 "configure". Add build-aux, since "bootstrap" now creates it and
9594 its subfiles.
9595 * Makefile.cfg (move_if_change): Remove.
9596 * Makefile.maint: Remove the update stuff; we now use "bootstrap".
9597 (ftp-gnu, www-gnu, move_if_change, local_updates, update):
9598 (po_repo, do-po-update, po-update, wget_files, get-targets):
9599 (config.guess-url_prefix, config.sub-url_prefix):
9600 (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
9601 (standards.texi-url_prefix, make-stds.texi-url_prefix, taget, url):
9602 ($(get-targets), cvs-files, automake_repo, wget-update, cvs-update):
9603 Remove.
9604 * configure.ac (AC_CONFIG_AUX_DIR): Change from config to build-aux;
9605 this is now the recommended name.
9606 * config/.cvsignore: Remove config.guess, config.rpath, config.sub,
9607 depcomp, install-sh, mdate-sh, missing, mkinstalldirs, texinfo.tex,
9608 ylwrap. These files now go into build-aux.
9609 * config/move-if-change: Remove.
9610 * config/prev-version.txt: Bump from 1.75 to 2.0.
9611
9612 * bootstrap: Add stdio-safer, unistd-safer modules.
9613 Remove m4/glibc2.m4 (introduced by latest gnulib, but
9614 we don't need it).
9615 * lib/.cvsignore: Add dup-safer.c, fd-safer.c,
9616 fopen-safer.c, stdio-safer.h, unistd-safer.h.
9617 * lib/subpipe.c: Include "unistd-safer.h".
9618 (create_subpipe): Make sure all the newly-created
9619 file descriptors are > 2, so that diagnostics don't
9620 get sent down them (which might cause Bison to hang, in theory).
9621 * m4/.cvsignore: Add stdio-safer.m4, unistd-safer.m4.
9622 * src/files.c (xfopen): Use fopen_safer, not fopen.
9623
9624 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Port
9625 yesterday's yacc.c fix.
9626
9627 2005-05-21 Paul Eggert <eggert@cs.ucla.edu>
9628
9629 * data/glr.c, data/lalr1.cc: Update copyright date.
9630
9631 Fix a destructor bug reported by Wolfgang Spraul in
9632 <http://lists.gnu.org/archive/html/bug-bison/2005-05/msg00042.html>.
9633 * data/yacc.c (yyabortlab): Don't call destructor, and
9634 don't set yychar to EMPTY.
9635 (yyoverflowlab): Don't call destructor.
9636 (yyreturn): Call destructor, if yychar is neither YYEOF nor YYEMPTY.
9637 * tests/calc.at (AT_CHECK_CALC): Expect one fewer output lines,
9638 since we no longer output the message "discarding lookahead token
9639 end of input ()".
9640
9641 2005-05-20 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
9642
9643 * data/glr.c (YY_SYMBOL_PRINT): Don't print newline at end to
9644 fix a small glitch in debugging output.
9645 (yyprocessOneStack, yyrecoverSyntaxError, yyparse): Print newline
9646 after YY_SYMBOL_PRINT where needed.
9647
9648 (struct yyGLRState): Add some comments.
9649 (struct yySemanticOption): Add some comments.
9650 (union yyGLRStackItem): Add comment.
9651
9652 (yymergeOptionSets): Correct this to properly perform the union,
9653 avoiding infinite reported by Michael Rosien.
9654 Update comment.
9655
9656 * tests/glr-regression.at: Add test for GLR merging error reported
9657 by M. Rosien.
9658
9659 2005-05-13 Paul Eggert <eggert@cs.ucla.edu>
9660
9661 * COPYING, ChangeLog, GNUmakefile, HACKING, Makefile.am,
9662 Makefile.cfg, Makefile.maint, NEWS, README, README-alpha,
9663 README-cvs, TODO, bootstrap, configure.ac, data/Makefile.am,
9664 data/README, data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c,
9665 data/m4sugar/m4sugar.m4, doc/Makefile.am, doc/bison.texinfo,
9666 doc/fdl.texi, doc/gpl.texi, doc/refcard.tex, lib/Makefile.am,
9667 lib/abitset.c, lib/abitset.h, lib/bbitset.h, lib/bitset.c,
9668 lib/bitset.h, lib/bitset_stats.c, lib/bitset_stats.h,
9669 lib/bitsetv-print.c, lib/bitsetv-print.h, lib/bitsetv.c,
9670 lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/get-errno.c,
9671 lib/get-errno.h, lib/lbitset.c, lib/lbitset.h, lib/libiberty.h,
9672 lib/main.c, lib/subpipe.c, lib/subpipe.h, lib/timevar.c,
9673 lib/timevar.def, lib/timevar.h, lib/vbitset.c, lib/vbitset.h,
9674 lib/yyerror.c, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4, m4/timevar.m4,
9675 m4/warning.m4, src/LR0.c, src/LR0.h, src/Makefile.am, src/assoc.c,
9676 src/assoc.h, src/closure.c, src/closure.h, src/complain.c,
9677 src/complain.h, src/conflicts.c, src/conflicts.h, src/derives.c,
9678 src/derives.h, src/files.c, src/files.h, src/getargs.c,
9679 src/getargs.h, src/gram.c, src/gram.h, src/lalr.c, src/lalr.h,
9680 src/location.c, src/location.h, src/main.c, src/muscle_tab.c,
9681 src/muscle_tab.h, src/nullable.c, src/nullable.h, src/output.c,
9682 src/output.h, src/parse-gram.c, src/parse-gram.h,
9683 src/parse-gram.y, src/print.c, src/print.h, src/print_graph.c,
9684 src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c,
9685 src/reduce.h, src/relation.c, src/relation.h, src/scan-gram.l,
9686 src/scan-skel.l, src/state.c, src/state.h, src/symlist.c,
9687 src/symlist.h, src/symtab.c, src/symtab.h, src/system.h,
9688 src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h,
9689 src/vcg.c, src/vcg.h, src/vcg_defaults.h, tests/Makefile.am,
9690 tests/actions.at, tests/c++.at, tests/calc.at, tests/conflicts.at,
9691 tests/cxx-type.at, tests/existing.at, tests/glr-regression.at,
9692 tests/headers.at, tests/input.at, tests/local.at, tests/output.at,
9693 tests/reduce.at, tests/regression.at, tests/sets.at,
9694 tests/synclines.at, tests/testsuite.at, tests/torture.at:
9695 Update FSF postal mail address.
9696
9697 2005-05-11 Paul Eggert <eggert@cs.ucla.edu>
9698
9699 * tests/local.at (AT_COMPILE_CXX): Treat LDFLAGS like AT_COMPILE does.
9700 Problem reported by Ralf Menzel.
9701
9702 2005-05-01 Paul Eggert <eggert@cs.ucla.edu>
9703
9704 * tests/actions.at: Test that stack overflow invokes destructors.
9705 From Marcus Holland-Moritz.
9706 * data/yacc.c (yyerrlab): Move the code that destroys the stack
9707 from here....
9708 (yyreturn): to here. That way, destructors are called properly
9709 even if the stack overflows, or the user calls YYACCEPT or
9710 YYABORT. Stack-overflow problem reported by Marcus Holland-Moritz.
9711 (yyoverflowlab): Destroy the lookahead.
9712
9713 2005-04-24 Paul Eggert <eggert@cs.ucla.edu>
9714
9715 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): Add more-descriptive comment.
9716
9717 2005-04-17 Paul Eggert <eggert@cs.ucla.edu>
9718
9719 * NEWS: Bison-generated C parsers no longer quote literal strings
9720 associated with tokens.
9721 * src/output.c (prepare_symbols): Don't escape strings,
9722 since users don't want to see C escapes.
9723 * tests/calc.at (AT_CHECK_CALC): Adjust to lack of quotes
9724 in diagnostics.
9725 * tests/input.at (Torturing the Scanner): Likewise.
9726 * tests/regression.at (Token definitions, Web2c Actions): Likewise.
9727
9728 2005-04-16 Paul Eggert <eggert@cs.ucla.edu>
9729
9730 * tests/torture.at (AT_INCREASE_DATA_SIZE): Skip the test if
9731 the data size is known to be too small and we can't increase it.
9732 This works around an HP-UX 11.00 glitch reported by Andrew Benham.
9733
9734 2005-04-15 Paul Eggert <eggert@cs.ucla.edu>
9735
9736 * src/parse-gram.y: Include quotearg.h.
9737 (string_as_id): Quote $1 before using it as a key, since the
9738 lexer no longer quotes it for us.
9739 (string_content): Don't strip quotes, since lexer no longer
9740 quotes it for us.
9741 * src/scan-gram.l: Include quotearg.h.
9742 ("\""): Omit quote.
9743 ("'"<SC_ESCAPED_CHARACTER>): Quote symbol before using it as
9744 a key, since the rest of the lexer doesn't quote it.
9745 * src/symtab.c (symbol_get): Don't quote symbol; caller does it now.
9746 * tests/regression.at (Token definitions): Check for backslashes
9747 in token strings.
9748
9749 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): New macro.
9750 (YYSIZE_T): Define to unsigned long int when using an older compiler.
9751 (yyparse): Revamp code to generate long syntax error message, to
9752 make it easier to translate, and to avoid problems with arithmetic
9753 overflow. Change "virtual memory" to "memory" in diagnostic, since
9754 we don't know whether the memory is virtual.
9755
9756 2005-04-13 Paul Eggert <eggert@cs.ucla.edu>
9757
9758 * NEWS: Bison-generated C parsers now use the _ macro to
9759 translate strings.
9760 * data/yacc.c (_) [!defined _]: New macro.
9761 All English strings wrapped inside this macro.
9762 * doc/bison.texinfo (Bison Parser): Document _.
9763 * po/POTFILES.in: Include src/parse-gram.c, since it now
9764 includes translateable strings that parse-gram.y doesn't.
9765
9766 2005-04-12 Paul Eggert <eggert@cs.ucla.edu>
9767
9768 * src/symtab.c (symbol_make_alias): Call symbol_type_set,
9769 reverting the 2004-10-11 change to this function.
9770 (symbol_check_alias_consistency): Don't call symbol_type_set
9771 if the type name is already correct.
9772 * tests/input.at (Typed symbol aliases): New test, from Tim Van Holder.
9773
9774 2005-03-25 Paul Eggert <eggert@cs.ucla.edu>
9775
9776 * tests/regression.at (Token definitions): Don't use a token named
9777 c, as that generates a "#define c ..." that runs afoul of buggy
9778 stdlib.h that uses the identifier c as a member of struct
9779 drand48_data. Problem reported by Horst Wente.
9780
9781 2005-03-21 Paul Eggert <eggert@cs.ucla.edu>
9782
9783 * bootstrap: Change translation URL from
9784 http://www2.iro.umontreal.ca/~gnutra/po/maint/bison/ to
9785 http://www.iro.umontreal.ca/translation/maint/bison/ to avoid
9786 redirection glitches. Problem reported by twlevo@xs4all.nl.
9787
9788 2005-03-20 Paul Eggert <eggert@cs.ucla.edu>
9789
9790 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Don't put options
9791 after operands; POSIX says this isn't portable for the c99 command.
9792
9793 2005-03-18 Paul Eggert <eggert@cs.ucla.edu>
9794
9795 * tests/glr-regression.at (glr-regr2a.y): Try to dump core
9796 immediately if a data overrun has occurred; this may help us track
9797 down what may be a spurious failure on MacOS.
9798
9799 2005-03-17 Paul Eggert <eggert@cs.ucla.edu>
9800
9801 Respond to problems reported by twlevo@xs4all.nl.
9802
9803 * bootstrap: Use "trap - 0" rather than the unportable "trap 0".
9804
9805 * src/vcg.h: Comment fix.
9806 * src/vcg_defaults.h: Parenthesize macro bodies to make them safe.
9807 (G_CMAX): Change to -1 instead of INT_MAX.
9808
9809 * data/yacc.c (yyparse): Omit spaces before #line.
9810
9811 2005-03-15 Paul Eggert <eggert@cs.ucla.edu>
9812
9813 * src/tables.c (state_number_to_vector_number): Put it inside an
9814 "#if 0", since it's not currently used. Problem reported by
9815 Roland McGrath.
9816
9817 2005-03-06 Paul Eggert <eggert@cs.ucla.edu>
9818
9819 * src/output.c (escaped_output): Renamed from
9820 escaped_file_name_output, since we now use it for symbol tags as
9821 well. All uses changed.
9822 (symbol_destructors_output, symbol_printers_output):
9823 Escape symbol tags too.
9824 Problem reported by Matyas Forstner in
9825 <http://lists.gnu.org/archive/html/bug-bison/2005-03/msg00009.html>.
9826
9827 * src/muscle_tab.c (muscle_code_grow): Don't quote numbers; it's
9828 not needed.
9829 * src/output.c (user_actions_output, token_definitions_output,
9830 symbol_destructors_output, symbol_printers_output): Likewise.
9831 * src/reader.c (prologue_augment): Likewise.
9832 * src/scan-gram.l (handle_action_dollar, handle_action_at): Likewise.
9833
9834 * src/vcg.c (output_edge): Don't quote linestyle arg.
9835 Problem reported by twlevo@xs4all.nl.
9836
9837 2005-02-28 Paul Eggert <eggert@cs.ucla.edu>
9838
9839 * doc/bison.texinfo (Semantic Tokens): Fix scoping problem in
9840 example, reported by Derek M Jones. Also, make the example even
9841 more outrageous, to better illustrate how bad the problem is.
9842
9843 2005-02-24 Paul Eggert <eggert@cs.ucla.edu>
9844
9845 * doc/bison.texinfo (Mfcalc Symtab): Correct the prototype for
9846 putsym. Typo reported by Sebastian Piping.
9847
9848 2005-02-23 Paul Eggert <eggert@cs.ucla.edu>
9849
9850 * doc/bison.texinfo (Language and Grammar): some -> same
9851 (Epilogue): int he -> in the
9852 Typos reported by Sebastian Piping via Justin Pence.
9853
9854 2005-02-07 Paul Eggert <eggert@cs.ucla.edu>
9855
9856 * tests/glr-regression.at (Improper handling of embedded actions
9857 and dollar(-N) in GLR parsers): Renamed from "Improper handling of
9858 embedded actions and $-N in GLR parsers", work around an Autoconf bug
9859 with dollar signs in test names.
9860 * tests/input.at (Invalid dollar-n): Renamed from "Invalid \$n",
9861 for a similar reason.
9862
9863 2005-01-28 Paul Eggert <eggert@cs.ucla.edu>
9864
9865 * src/vcg.c (output_graph): G_VIEW -> normal_view in case someone
9866 wants to redefine G_VIEW.
9867
9868 2005-01-27 Paul Eggert <eggert@cs.ucla.edu>
9869
9870 * src/vcg.c (get_view_str): Remove case for normal_view.
9871 Problem reported by twlevo@xs4all.nl.
9872
9873 2005-01-24 Paul Eggert <eggert@cs.ucla.edu>
9874
9875 * configure.ac (O0CFLAGS, O0CXXFLAGS): Fix quoting bug.
9876 Problem reported by twlevo@xs4all.nl.
9877
9878 * doc/bison.texinfo: Change @dircategory from "GNU programming
9879 tools" to "Software development". Requested by Richard Stallman
9880 via Karl Berry.
9881
9882 2005-01-23 Paul Eggert <eggert@cs.ucla.edu>
9883
9884 * tests/c++.at (AT_CHECK_DOXYGEN): Don't use options after operands.
9885 Problem reported by twlevo@xs4all.nl.
9886
9887 2005-01-21 Paul Eggert <eggert@cs.ucla.edu>
9888
9889 * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register"
9890 keyword; it's not needed with modern compilers, and it doesn't
9891 affect correctness with older compilers. Suggested by
9892 twlevo@xs4all.nl.
9893
9894 2005-01-17 Paul Eggert <eggert@cs.ucla.edu>
9895
9896 * data/glr.c (yyuserAction): Add "default: break;" case to pacify
9897 gcc -Wswitch-default.
9898 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
9899 * data/yacc.c (yyparse): Likewise.
9900
9901 2005-01-12 Paul Eggert <eggert@cs.ucla.edu>
9902
9903 * src/system.h (OUTPUT_EXT, TAB_EXT): Define only if not defined
9904 already. Let config.h define any nonstandard values.
9905
9906 2005-01-10 Paul Eggert <eggert@cs.ucla.edu>
9907
9908 * tests/calc.at (_AT_DATA_CALC_Y): Use alarm (100), not alarm (10),
9909 for the benefit of slower hosts. Problem reported by
9910 Nelson H. F. Beebe.
9911
9912 2005-01-07 Paul Eggert <eggert@cs.ucla.edu>
9913
9914 * data/yacc.c (yyparse): Pacify non-GCC compilers about yyerrorlab
9915 being defined and not used.
9916 * data/lalr1.cc (yyparse): Likewise.
9917 Use "if (false)" rather than "if (0)".
9918
9919 2005-01-05 Paul Eggert <eggert@cs.ucla.edu>
9920
9921 * TODO: Mention that we should allow NUL bytes in tokens.
9922
9923 2005-01-02 Paul Eggert <eggert@cs.ucla.edu>
9924
9925 * src/scan-skel.l (<<EOF>>): Don't close standard output.
9926 Problem reported by Hans Aberg.
9927
9928 2005-01-01 Paul Eggert <eggert@cs.ucla.edu>
9929
9930 * src/getargs.c (version): Happy new year; update overall
9931 program copyright date from 2004 to 2005.
9932
9933 * src/scan-skel.l ("@output ".*\n): Don't close standard output.
9934 Problem reported by Hans Aberg.
9935 * tests/output.at (AT_CHECK_OUTPUT): New arg SHELLIO.
9936 (Output file names.): Add a test for the case when standard output
9937 is closed.
9938
9939 2004-12-26 Paul Eggert <eggert@cs.ucla.edu>
9940
9941 * doc/bison.texinfo (@copying): Update FDL version number to 1.2,
9942 to fix an oversight in the Bison 2.0 manual.
9943
9944 2004-12-25 Paul Eggert <eggert@cs.ucla.edu>
9945
9946 * NEWS: Version 2.0. Reformat the existing news items since
9947 1.875, so that related items are grouped together.
9948 * configure.ac (AC_INIT): Bump version to 2.0.
9949 * src/parse-gram.c, src/parse-gram.h: Regenerate with 2.0.
9950
9951 * tests/torture.at (Exploding the Stack Size with Alloca): Set
9952 YYSTACK_USE_ALLOCA to 1 if __GNUC__ or alloca are defined;
9953 otherwise, we're not testing alloca. Unfortunately there's no
9954 simple way to consult HAVE_ALLOCA here.
9955
9956 * data/lalr1.cc (yydestruct_): Pacify unused variable warning
9957 for yymsg, too.
9958
9959 * src/LR0.c (new_itemsets): Use memset rather than zeroing by
9960 hand. This avoids a warning about comparing int to size_t when
9961 GCC warnings are enabled.
9962
9963 2004-12-22 Paul Eggert <eggert@cs.ucla.edu>
9964
9965 * NEWS: Bison-generated parsers no longer default to using the
9966 alloca function (when available) to extend the parser stack, due
9967 to widespread problems in unchecked stack-overflow detection.
9968 * data/glr.c (YYMAXDEPTH): Remove undef when zero. It's the user's
9969 responsibility to set it to a positive value. This lets the user
9970 specify a value that is not a preprocessor constant.
9971 * data/yacc.c (YYMAXDEPTH): Likewise.
9972 (YYSTACK_ALLOC): Define only if YYSTACK_USE_ALLOCA is nonzero.
9973 * doc/bison.texinfo (Stack Overflow): YYMAXDEPTH no longer needs
9974 to be a compile-time constant. However, explain the constraints on it.
9975 Also, explain the constraints on YYINITDEPTH.
9976 (Table of Symbols): Explain that alloca is no longer the default.
9977 Explain the user's responsibility if they define YYSTACK_USE_ALLOCA
9978 to 1.
9979
9980 * doc/bison.texinfo (Location Default Action): Mention that n must
9981 be zero when k is zero. Suggested by Frank Heckenbach.
9982
9983 2004-12-22 Akim Demaille <akim@epita.fr>
9984
9985 * data/lalr1.cc (parser::token_number_type, parser::rhs_number_type)
9986 (parser::state_type, parser::semantic_type, parser::location_type):
9987 Private, not public.
9988 (parser::parse): Return ints, not bool.
9989 Returning a bool introduces a problem: 0 corresponds to false, and
9990 it seems weird to return false on success. Returning true changes
9991 the conventions for yyparse.
9992 Alternatively we could return void and send an exception.
9993 There is no clear consensus (yet?).
9994 (state_stack, semantic_stack, location_stack): Rename as...
9995 (state_stack_type, semantic_stack_type, location_stack_type): these.
9996 Private, not public.
9997 * tests/c++.at: New.
9998 * tests/testsuite.at, tests/Makefile.am: Adjust.
9999
10000 2004-12-21 Akim Demaille <akim@epita.fr>
10001
10002 * data/lalr1.cc (parser::parse): Return a bool instead of an int.
10003
10004 2004-12-21 Akim Demaille <akim@epita.fr>
10005
10006 Don't impose std::string for filenames.
10007
10008 * data/lalr1.cc (b4_filename_type): New.
10009 (position::filename): Use it.
10010 (parser.hh): Move the inclusion of stack.hh and location.hh below
10011 the user code, so that needed headers for the filename type can be
10012 included first.
10013 Forward declare them before the user code.
10014 * tests/Makefile.am (check-local, installcheck-local): Pass
10015 TESTSUITEFLAGS to the TESTSUITE.
10016
10017 2004-12-20 Akim Demaille <akim@epita.fr>
10018
10019 Use more STL like names: my_class instead of MyClass.
10020
10021 * data/lalr1.cc (LocationStack, LocationType, RhsNumberType)
10022 (SemanticStack, SemanticType, StateStack, StateType)
10023 (TokenNumberType, Stack, Slice, Traits, Parser::location)
10024 (Parser::value): Rename as...
10025 (location_stack, location_type, rhs_number_type, semantic_stack)
10026 (semantic_type, state_stack, state_type, token_number_type, stack)
10027 (slice, traits, parser::yylloc, parser::yylval): these.
10028
10029 * tests/calc.at, tests/regression.at, tests/actions.at: Adjust.
10030
10031 2004-12-19 Paul Eggert <eggert@cs.ucla.edu>
10032
10033 * data/glr.c (YYLLOC_DEFAULT): Use GNU spacing conventions.
10034 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
10035
10036 2004-12-17 Paul Eggert <eggert@cs.ucla.edu>
10037
10038 Remove uses of 'short int' and 'unsigned short int'. This raises
10039 some arbitrary limits. It uses more memory but nowadays that's
10040 not much of an issue.
10041
10042 This change does not affect the generated parsers; that's a different
10043 task, as some users will want to conserve memory there.
10044
10045 Ideally we should use size_t to represent all object counts, and
10046 something like ptrdiff_t to represent signed differences of object
10047 counts; but that will require more code-cleanup than I have the
10048 time to do right now.
10049
10050 * src/LR0.c (allocate_itemsets, new_itemsets, save_reductions):
10051 Use size_t, not int or short int, to count objects.
10052 * src/closure.c (nritemset, closure): Likewise.
10053 * src/closure.h (nritemset, closure): Likewise.
10054 * src/nullable.c (nullable_compute): Likewise.
10055 * src/print.c (print_core): Likewise.
10056 * src/print_graph.c (print_core): Likewise.
10057 * src/state.c (state_compare, state_hash): Likewise.
10058 * src/state.h (struct state): Likewise.
10059 * src/tables.c (default_goto, goto_actions): Likewise.
10060
10061 * src/gram.h (rule_number, rule): Use int, not short int.
10062 * src/output.c (prepare_rules): Likewise.
10063 * src/state.h (state_number, STATE_NUMBER_MAXIMUM, transitions,
10064 errs, reductions): Likewise.
10065 * src/symtab.h (symbol_number, SYMBOL_NUMBER_MAXIMUM, struct symbol):
10066 Likewise.
10067 * src/tables.c (vector_number, tally, action_number,
10068 ACTION_NUMBER_MINIMUM): Likewise.
10069 * src/output.c (muscle_insert_short_int_table): Remove.
10070
10071 2004-12-17 Akim Demaille <akim@epita.fr>
10072
10073 * data/lalr1.cc: Extensive Doxygenation.
10074 (error_): Rename as...
10075 (error): this, since it is visible to the user.
10076 Adjust callers.
10077 (Parser::message): Now an automatic variable from...
10078 (Parser::yyreport_syntax_error_): here.
10079 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust to
10080 Parser::error.
10081 * tests/input.at: Escape $.
10082
10083 2004-12-16 Paul Eggert <eggert@cs.ucla.edu>
10084
10085 * data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location):
10086 Parenthesize rhs to avoid obscure problems with mistakes like
10087 "foo$$bar = foo$1bar;". Problem reported by twlevo at xs4all.
10088 * data/lalr1.cc (b4_lhs_value, b4_rhs_value, b4_lhs_location,
10089 b4_rhs_location): Likewise.
10090 * data/yacc.c (b4_lhs_value, b4_rhs_value, b4_lhs_location,
10091 b4_rhs_location): Likewise.
10092
10093 2004-12-16 Akim Demaille <akim@epita.fr>
10094
10095 * data/lalr1.cc (yyreport_syntax_error_): Catch up with glr.c and
10096 yacc.c: be sure to stay within yycheck_.
10097 * tests/actions.at: Re-enable C++ tests.
10098
10099 2004-12-16 Akim Demaille <akim@epita.fr>
10100
10101 * src/print_graph.c (print_graph): Remove layoutalgorithm uses for
10102 real.
10103
10104 2004-12-16 Akim Demaille <akim@epita.fr>
10105
10106 Use #define to handle the %name-prefix.
10107
10108 * data/glr.c, data/yacc.c: Comment changes.
10109 * data/lalr1.cc (yylex): Use #define to select the name of yylex,
10110 so that one can refer to yylex in the parser file, and have it
10111 renamed, as is the case with other skeletons.
10112
10113 2004-12-16 Akim Demaille <akim@epita.fr>
10114
10115 Move lalr1.cc internals into yy*.
10116
10117 * data/lalr1.cc (semantic_stack_, location_stack_, state_stack_)
10118 (semantic_stack_, location_stack_, pact_, pact_ninf_, defact_)
10119 (pgoto_, defgoto_, table_, table_ninf_, check_, stos_, r1_, r2_)
10120 (name_, rhs_, prhs_, rline_, token_number_, eof_, last_, nnts_)
10121 (empty_, final_, terror_, errcode_, ntokens_)
10122 (user_token_number_max_, undef_token_, n_, len_, state_, nerrs_)
10123 (looka_, ilooka_, error_range_, nerrs_):
10124 Rename as...
10125 (yysemantic_stack_, yylocation_stack_, yystate_stack_)
10126 (yysemantic_stack_, yylocation_stack_, yypact_, yypact_ninf_)
10127 (yydefact_, yypgoto_, yydefgoto_, yytable_, yytable_ninf_)
10128 (yycheck_, yystos_, yyr1_, yyr2_, yyname_, yyrhs_, yyprhs_)
10129 (yyrline_, yytoken_number_, yyeof_, yylast_, yynnts_, yyempty_)
10130 (yyfinal_, yyterror_, yyerrcode_, yyntokens_)
10131 (yyuser_token_number_max_, yyundef_token_, yyn_, yylen_, yystate_)
10132 (yynerrs_, yylooka_, yyilooka_, yyerror_range_, yynerrs_):
10133 these.
10134
10135 2004-12-15 Paul Eggert <eggert@cs.ucla.edu>
10136
10137 Fix some problems reported by twlevo at xs4all.
10138 * src/symtab.c (symbol_new): Report an error if the input grammar
10139 contains too many symbols. This is better than calling abort() later.
10140 * src/vcg.h (enum layoutalgorithm): Remove. All uses removed.
10141 (struct node, struct graph):
10142 Rename member expand to stretch. All uses changed.
10143 (struct graph): Remove member layoutalgorithm. All uses removed.
10144 * src/vcg.c (get_layoutalgorithm_str): Remove. All uses removed.
10145 * src/vcg_defaults.h (G_STRETCH): Renamed from G_EXPAND.
10146 All uses changed.
10147 (N_STRETCH): Rename from N_EXPAND. All uses changed.
10148
10149 2004-12-15 Akim Demaille <akim@epita.fr>
10150
10151 * data/lalr1.cc: Normalize /** \brief ... */ to ///.
10152 Add more Doxygen comments.
10153 (symprint_, stack_print_, reduce_print_, destruct_, pop)
10154 (report_syntax_error_, translate_): Rename as...
10155 (yysymprint_, yystack_print_, yyreduce_print_, yydestruct_)
10156 (yypop_, yyreport_syntax_error_, yytranslate_): this.
10157
10158 2004-12-15 Akim Demaille <akim@epita.fr>
10159
10160 * data/lalr1.cc (lex_): Rename as...
10161 (yylex_): this.
10162 Move the trace here.
10163 Take the %name-prefix into account.
10164 Reported by Alexandre Duret-Lutz.
10165
10166 2004-12-15 Akim Demaille <akim@epita.fr>
10167
10168 Simplify the C++ parser constructor.
10169
10170 * data/lalr1.cc (debug_): Rename as...
10171 (yydebug_): so that the parser's internals are always in the yy*
10172 pseudo namespace.
10173 Adjust uses.
10174 (b4_parse_param_decl): Remove the leading comma as it is now only
10175 called as unique argument list.
10176 (Parser::Parser): Remove the constructor accepting a location and
10177 an initial debugging level.
10178 Remove from the other ctor the argument for the debugging level.
10179 (debug_level_type, debug_level, set_debug_level): New.
10180
10181 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust
10182 constructor calls.
10183
10184 2004-12-15 Akim Demaille <akim@epita.fr>
10185
10186 Remove b4_root related material: failure experiment
10187 (which goal was to allow to derive from a class).
10188
10189 * data/lalr1.cc (b4_root, b4_param, b4_constructor): Remove
10190 definitions and uses.
10191
10192 2004-12-14 Paul Eggert <eggert@cs.ucla.edu>
10193
10194 * data/glr.c (struct yyGLRStack): yyerror_range now has 3 items,
10195 not 2, since it's not portable to subtract 1 from the start of an
10196 array. The new item 0 is never set or used. All uses changed.
10197
10198 (yyrecoverSyntaxError): Use YYLLOC_DEFAULT instead of assuming
10199 the default definition of YYLLOC_DEFAULT. Problem reported
10200 by Frank Heckenbach.
10201
10202 2004-12-12 Paul Eggert <eggert@cs.ucla.edu>
10203
10204 * data/glr.c (YYRHSLOC): Don't have two definitions, one for
10205 the normal case and one for the error case. Just use the
10206 first one uniformly. Problem reported by Frank Heckenbach.
10207 (YYLLOC_DEFAULT): Use the conventions of yacc.c, so we can
10208 use exactly the same macro in both places.
10209 (yyerror_range): Now of type yyGLRStackItem, not YYLTYPE,
10210 so that the normal-case YYRHSLOC works for the error case too.
10211 All uses changed.
10212 * data/yacc.c (YYRHSLOC): New macro, taken from glr.c.
10213 (YYLLOC_DEFAULT): Use the same macro as glr.c.
10214 * doc/bison.texinfo (Location Default Action): Don't claim that
10215 we have an array of locations. Use the same macro for both glr
10216 and lalr parsers. Mention YYRHSLOC. Mention what happens when
10217 the index is 0.
10218
10219 2004-12-10 Paul Eggert <eggert@cs.ucla.edu>
10220
10221 * HACKING: Update email addresses to send announcements to.
10222
10223 * configure.ac (AC_INIT): Bump version to 1.875f.
10224
10225 2004-12-10 Paul Eggert <eggert@cs.ucla.edu>
10226
10227 * NEWS: Version 1.875e.
10228 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875e.
10229
10230 * src/scan-skel.l: Include "complain.h", for "fatal".
10231
10232 * src/relation.h (relation_print, relation_digraph):
10233 Relation sizes are of type relation_node, not size_t (this is
10234 merely a doc fix, since the two types are equivalent).
10235 (relation_transpose): Relation sizes are of type relation_node,
10236 not int.
10237 * src/relation.c: Likewise.
10238 (top, infinity): Now of type relation_node, not int.
10239 (traverse, relation_transpose): Use relation_node, not int.
10240
10241 * data/glr.c (yyuserAction, yyrecoverSyntaxError): Mark args
10242 with ATTRIBUTE_UNUSED if they're not used, to avoid GCC warning.
10243 (yyparse): Remove unused local introduced in 2004-10-25 patch.
10244
10245 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): New arg
10246 specifying whether the test should be skipped. Use it tp
10247 specify that the [%defines %skeleton "lalr1.cc"] tests currently
10248 fail on some hosts, and should be skipped.
10249
10250 2004-12-08 Paul Eggert <eggert@cs.ucla.edu>
10251
10252 * src/system.h (CALLOC, MALLOC, REALLOC): Remove. All callers
10253 changed to use xcalloc, xnmalloc, xnrealloc, respectively,
10254 unless otherwise specified below.
10255
10256 * src/LR0.c (allocate_itemsets): Use xnmalloc, not xcalloc,
10257 to allocate kernel_base, kernel_items, kernel_size, since
10258 they needn't be initialized to 0.
10259 (allocate_storgae): Likewise, for shiftset, redset, shift_symbol.
10260 * src/closure.c (new_closure): Likewise, for itemset.
10261 * src/derives.c (derives_compute): Likewise, for delts, derives, q.
10262 * src/lalr.c (set_goto_map): Likewise, for temp_map.
10263 (initialize_F): Likewise, for reads, edge, reads[i], includes[i].
10264 (build_relations): Likewise for edge, states1, includes.
10265 * src/nullable.c (nullable_compute): Likewise, for squeue, relts.
10266 * src/reader.c (packgram): Likewise, for ritem, rules.
10267 * src/reduce.c (nonterminals_reduce): Likewise for nontermmap.
10268 * src/relation.c (relation_digraph): Likewise for VERTICES.
10269 (relation_transpose): Likewise for new_R, end_R.
10270 * src/symtab.c (symbols_token_translations_init): Likewise for
10271 token_translations.
10272 * src/tables.c (save_row): Likewise for froms, tos, conflict_tos.
10273 (token_actions): Likewise for yydefact, actrow, conflrow,
10274 conflict_list.
10275 (save_column): Likewise for froms[symno], tos[symno].
10276 (goto_actions): Likewise for state_count.
10277 (pack_table): Likewise for base, pos, check.
10278 (tables_generate): Likewise for width.
10279
10280 * src/LR0.c (set_states): Don't reuse kernel_size and kernel_base
10281 for initial core. Just have a separate core, so we needn't worry
10282 about whether kernel_size and kernel_base are initialized.
10283
10284 * src/LR0.c (shift_symbol, redset, shiftset, kernel_base,
10285 kernel_size, kernel_items): Remove unnecessary initialization.
10286 * src/conflicts.c (conflicts): Likewise.
10287 * src/derives.c (derives): Likewise.
10288 * src/muscle_tablc (muscle_insert): Likewise.
10289 * src/relation.c (relation_digraph): Likewise.
10290 * src/tables.c (froms, tos, conflict_tos, tally, width, actrow, order,
10291 conflrow, conflict_table, conflict_list, table, check):
10292 Likewise.
10293
10294 * src/closure.c (new_closure): Arg is of type unsigned int, not int.
10295 This is because all callers pass unsigned int.
10296 * src/closure.h (new_closure): Likewise.
10297
10298 * src/lalr.c (initialize_F): Initialize reads[i] in all cases.
10299 (build_relations): Initialize includes[i] in all cases.
10300 * src/reader.c (packgram): Always initialize rules[ruleno].prec
10301 and rules[ruleno].precsym. Initialize members in order.
10302 * src/relation.c (relation_transpose): Always initialize new_R[i]
10303 and end_R[i].
10304 * src/table.c (conflict_row): Initialize 0 at end of conflict_list.
10305
10306 * src/output.c (prepare_actions): Pass 0 instead of conflict_list[0];
10307 conflict_list[0] was always 0, but now it isn't initialized.
10308
10309 * src/table.c (table_grow): When conflict_table grew, the grown
10310 area wasn't cleared. Fix this.
10311
10312 * lib/.cvsignore: Add strdup.c, strdup.h.
10313 * m4/.cvsignore: Add strdup.m4.
10314
10315 2004-12-07 Paul Eggert <eggert@cs.ucla.edu>
10316
10317 * src/lalr.h (GOTO_NUMBER_MAXIMUM): New macro.
10318 * src/lalr.c (set_goto_map): Don't allow ngotos to equal
10319 GOTO_NUMBER_MAXIMUM, since we occasionally compute
10320 ngotos + 1 without checking for overflow.
10321 (build_relations): Use END_NODE, not -1, to denote end of edges.
10322 * src/lalr.c (set_goto_map, map_goto, initialize_F, add_loopback_edge,
10323 build_relations): Use goto_number, not int, for goto numbers.
10324 * src/tables.c (save_column, default_goto): Likewise.
10325
10326 2004-11-23 Akim Demaille <akim@epita.fr>
10327
10328 * data/lalr1.cc (YYSTYPE): Define it as is done for C, instead
10329 of #defining from yystype.
10330 Don't typedef yystype, C++ does not need it.
10331 This lets it possible to forward declare it as union.
10332
10333 2004-11-23 Paul Eggert <eggert@cs.ucla.edu>
10334
10335 * bootstrap (gnulib_modules): Add extensions.
10336 Problem reported by Jim Meyering.
10337
10338 2004-11-22 Paul Eggert <eggert@cs.ucla.edu>
10339
10340 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c,
10341 src/lalr.c, src/nullable.c, src/relation.c, src/scan-skel.l,
10342 src/system.h, src/tables.c: XFREE -> free, to accommodate
10343 recent change to gnulib xalloc.h.
10344 Problem reported by Jim Meyering.
10345
10346 2004-11-17 Akim Demaille <akim@epita.fr>
10347
10348 * data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings.
10349
10350 2004-11-17 Akim Demaille <akim@epita.fr>,
10351 Alexandre Duret-Lutz <adl@gnu.org>
10352
10353 * data/lalr1.cc (Parser::yycdebug_): New, a pointer, to allow
10354 changes.
10355 (YYCDEBUG): Adjust.
10356 Use it instead of cdebug_.
10357 (Parser::debug_stream, Parser::set_debug_stream): New.
10358 (Parser::symprint_): Define cdebug_ for temporary backward
10359 compatibility.
10360 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use
10361 debug_stream ().
10362
10363 2004-11-17 Akim Demaille <akim@epita.fr>
10364
10365 * data/lalr1.cc (Parser:print_): Remove, use %printer instead.
10366 * tests/regression.at (_AT_DATA_DANCER_Y): Adjust.
10367 * tests/calc.at (_AT_DATA_CALC_Y): Ditto.
10368 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
10369
10370 2004-10-27 Paul Eggert <eggert@cs.ucla.edu>
10371
10372 * data/glr.c (yyloc_default): Remove; not used.
10373 Problem reported by Frank Heckenbach.
10374
10375 2004-10-25 Akim Demaille <akim@epita.fr>
10376
10377 * data/glr.c (YYRHSLOC): Move its definition next to its uses.
10378 Introduce another definition to address simple location arrays.
10379 (yyGLRStack): New member: yyerror_range.
10380 (yyrecoverSyntaxError, yyparse): Update it.
10381 (yyrecoverSyntaxError): Use it when shifting the error token to
10382 have an accurate range, equivalent to the one computed by both
10383 yacc.c and lalr1.cc.
10384 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Change its yylex so
10385 that column numbers start at column 0, as per GNU Coding
10386 Standards, the others tests, and the doc.
10387 (_AT_RESOLVED_GLR_OUTPUT_WITH_LOC, _AT_AMBIG_GLR_OUTPUT_WITH_LOC):
10388 Adjust to the above change (first column is 0).
10389 And adjust the location of the "<error>", now covering the whole
10390 line.
10391
10392 2004-10-22 Akim Demaille <akim@epita.fr>
10393 and Paul Eggert <eggert@cs.ucla.edu>
10394
10395 Remove some arbitrary limits on goto numbers and relations.
10396 * src/lalr.c (goto_map, ngotos, from_state, to_state): Omit
10397 initial values, since they're never used.
10398 (set_goto_map): ngotos is now unsigned, so test for overflow
10399 by seeing whether it wraps around to zero.
10400 * src/lalr.h (goto_number): Now size_t, not short int.
10401 (GOTO_NUMBER_MAXIMUM): Remove.
10402 * src/relation.c (relation_print, traverse, relation_transpose):
10403 Check for END_NODE rather than looking at sign.
10404 * src/relation.h (END_NODE): New macro.
10405 (relation_node): Now size_t, not short int.
10406
10407 2004-10-22 Paul Eggert <eggert@cs.ucla.edu>
10408
10409 * doc/bison.texinfo (Language and Grammar): In example, "int" is a
10410 keyword, not an identifier. Problem reported by Baron Schwartz in
10411 <http://lists.gnu.org/archive/html/bug-bison/2004-10/msg00017.html>.
10412
10413 2004-10-11 Akim Demaille <akim@epita.fr>
10414
10415 * src/symtab.c (symbol_check_alias_consistency): Also check
10416 type names, destructors, and printers.
10417 Reported by Alexandre Duret-Lutz.
10418 Recode the handling of associativity and precedence in terms
10419 of symbol_precedence_set.
10420 Accept no redeclaration at all, not even equal to the previous
10421 value.
10422 (redeclaration): New.
10423 Use it to factor redeclaration complaints.
10424 (symbol_make_alias): Don't set the type of the alias, let
10425 symbol_check_alias_consistency do it as for other features.
10426 * src/symtab.h (symbol): Add new member prec_location, and
10427 type_location.
10428 * src/symtab.c (symbol_precedence_set, symbol_type_set): Set them.
10429 * tests/input.at (Incompatible Aliases): New.
10430
10431 2004-10-09 Paul Eggert <eggert@cs.ucla.edu>
10432
10433 .cvsignore fixes to accommodate gnulib changes,
10434 and the practice of naming build directories "_build".
10435 * .cvsignore: Add "_*". Sort.
10436 * lib/.cvsignore: Add getopt_.h, xalloc-die.c.
10437 * m4/.cvsignore: Add "*_gl.m4".
10438
10439 2004-10-06 Akim Demaille <akim@epita.fr>
10440
10441 * src/parse-gram.y (add_param): Fix the truncation of trailing
10442 spaces.
10443
10444 2004-10-05 Akim Demaille <akim@epita.fr>
10445
10446 In Bison 1.875's yacc.c, YYLLOC_DEFAULT was called regardless
10447 whether the reducion was empty or not. This leaves room to
10448 improve the use of YYLLOC_DEFAULT in such a case.
10449 lalr1.cc is still experimental, so changing this is acceptable.
10450 And finally, there are probably not many users who changed the
10451 handling of locations in GLR, so changing is admissible too.
10452
10453 * data/glr.c, data/lalr1.cc, data/yacc.c (YYLLOC_DEFAULT): On an
10454 empty reduction, set @$ to an empty location ending the previously
10455 stacked symbol.
10456 Adjust uses to make sure the code is triggered on empty
10457 reductions.
10458 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust the
10459 expected output: empty reductions have empty locations.
10460
10461 2004-09-29 Akim Demaille <akim@epita.fr>
10462
10463 * data/lalr1.cc: Move towards a more standard C++ coding style
10464 for templates: Class < T > -> Class<T>.
10465
10466 2004-09-29 Akim Demaille <akim@epita.fr>
10467
10468 * data/lalr1.cc: Reinstall the former ctor, for sake of
10469 compatibility, but warn it will be removed.
10470 Move towards a more standard C++ coding style (i.e., type *var ->
10471 type* var).
10472
10473 2004-09-27 Paul Eggert <eggert@cs.ucla.edu>
10474
10475 * src/parse-gram.y (add_param): Rewrite to avoid strchr,
10476 since it's less likely to work if NULs are involved in the future.
10477
10478 2004-09-27 Akim Demaille <akim@epita.fr>
10479
10480 * data/yacc.c (YY_LOCATION_PRINT): Fix its default declaration.
10481
10482 2004-09-27 Akim Demaille <akim@epita.fr>
10483
10484 * data/lalr1.cc (b4_parse_param_decl_1): New.
10485 (b4_parse_param_decl): Use it to have different names between attribute
10486 and argument names.
10487 (b4_cc_constructor_call): Likewise.
10488
10489 2004-09-24 Akim Demaille <akim@epita.fr>
10490
10491 * src/parse-gram.y (add_param): Strip the leading and trailing
10492 blanks from a formal argument declaration.
10493 (YY_LOCATION_PRINT): New.
10494
10495 2004-09-24 Akim Demaille <akim@epita.fr>
10496
10497 * data/c.m4 (b4_yysymprint_generate): Move the YYINPUT invocation
10498 after the location.
10499
10500 2004-09-24 Akim Demaille <akim@epita.fr>
10501
10502 * doc/bison.texinfo (Table of Symbols): Sort.
10503
10504 2004-09-21 Akim Demaille <akim@epita.fr>
10505
10506 * data/yacc.c, data/glr.c (b4_at_dollar, b4_dollar_dollar): Remove
10507 the useless parentheses.
10508 Suggested by Paul Eggert.
10509
10510 2004-09-20 Akim Demaille <akim@epita.fr>
10511
10512 Let the initial-action act on the look-ahead, and use it for the
10513 "initial push" (corresponding to an hypothetical beginning-of-file).
10514 And let lalr1.cc honor %initial-action.
10515
10516 * doc/bison.texinfo (Initial Action Decl): Clarify, and add an
10517 example.
10518 * data/lalr1.cc (Parser::initlocation_): Remove, bad experiment.
10519 (Parser::Parser): Remove the ctor that used to initialize it.
10520 (Parser::parse): Like in the other skeletons, issue the "starting
10521 parse" message before any action.
10522 Honor %initial-action.
10523 Initialize the stacks with the lookahead.
10524 * data/yacc.c: Let $$ and @$ in %initial-action designate the
10525 look-ahead.
10526 Push them in the stacks.
10527 * tests/actions.at, tests/calc.at: Adjust the C++ ctor invocations.
10528
10529 2004-09-20 Akim Demaille <akim@epita.fr>
10530
10531 * doc/bison.texinfo (Initial Action Decl): New.
10532
10533 2004-09-20 Akim Demaille <akim@epita.fr>
10534
10535 * data/yacc.c (YY_LOCATION_PRINT): Use YYLTYPE_IS_TRIVIAL as a
10536 clearer criterion to define it.
10537 (parse): Initialize the initial location when YYLTYPE_IS_TRIVIAL.
10538 When reducing on an empty RHS, use the latest stacked location as
10539 location.
10540 yylloc is not always available.
10541 * data/glr.c: Likewise.
10542 Also, honor initial-actions.
10543
10544 2004-09-20 Akim Demaille <akim@epita.fr>
10545
10546 * data/yacc.c (YY_LOCATION_PRINT): New.
10547 Define when we know YYLTYPE's structure, i.e., when the default
10548 YYLLOC_DEFAULT is used.
10549 * data/c.m4 (b4_yysymprint_generate): Use it.
10550 * data/lalr1.cc (YYLLOC_DEFAULT): Stop relying on the initial
10551 value of the result.
10552 (error_start_): Replace with...
10553 (error_range_): this location array.
10554 This allows to replace code relying on the implementation of
10555 locations by portable code.
10556 * data/yacc.c (yylerrsp): Replace with...
10557 (yyerror_range): this.
10558 Every time a token is popped, update yyerror_range[0], to have an
10559 accurate location for the error token.
10560 * data/glr.c (YY_LOCATION_PRINT): New.
10561 (yyprocessOneStack): Fix an invocation of YY_SYMBOL_PRINT:
10562 deference a pointer.
10563 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): No longer
10564 report the location in %printers.
10565
10566 * src/scan-skel.l: Instead of abort, report error messages to ease
10567 understanding skeleton scanning failures.
10568
10569 2004-09-16 Akim Demaille <akim@epita.fr>
10570
10571 * data/lalr1.cc (Stack::Iterator, Stack::ConstIterator): Rename as...
10572 (iterator, const_iterator): these, to be more in the C++ spirit.
10573 Also, return reverse iterators so that when displaying the stack
10574 we display its bottom first.
10575 (Parser::stack_print_, Parser::reduce_print_): Match the messages
10576 from yacc.c.
10577 We should probably use vector here though.
10578
10579 2004-09-16 Akim Demaille <akim@epita.fr>
10580
10581 Have more complete shift traces.
10582
10583 * data/yacc.c, data/lalr1.c, data/glr.c: Use YY_SYMBOL_PRINT
10584 to report Shifts instead of ad hoc YYDPRINTF invocations,
10585 including for the error token.
10586 * data/lalr1.cc (symprint_): Output the location.
10587 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): In C++, don't
10588 output the location within the %printer.
10589 Activate GLR tests, at least to make sure they compile properly.
10590 They still don't pass though.
10591 * tests/calc.at: Adjust expect verbose output, since now "Entering
10592 state..." is on a different line than the "Shifting" message.
10593
10594 2004-09-08 Akim Demaille <akim@epita.fr>
10595
10596 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Move the
10597 Bison directive from the Bison file to the invocation of this
10598 macro, so that these directives are passed to
10599 AT_BISON_OPTION_PUSHDEFS to get correct help macros.
10600 Use these helping macros (e.g., AT_LOC, AT_VAL and so forth).
10601 Move the AT_SETUP/AT_CLEANUP outside, to report as test title
10602 the extra Bison directives instead of the whole series.
10603 Change the grammar so that there are recoverable errors, and
10604 unrecoverable errors. Now we can have the parser give up before
10605 consuming the whole input. As a result we now can observe that
10606 the lookahead is freed when needed.
10607 Change the parser source to parse argv[1] instead of a hard coded
10608 string.
10609 Simplify yylex, and give a value and location to EOF.
10610 Simplify some invocations of AT_CHECK_PRINTER_AND_DESTRUCTOR that
10611 passed directives already coded in the file.
10612 Add some tests to check the location of "error".
10613 For some tests, the C++ parser is correct, and not yacc.c.
10614 For other tests, they provide different, but unsatisfying, values,
10615 so keep the C++ value so that at least one parser is "correct"
10616 according to the test suite.
10617 (Actions after errors): Remove, this is subsumed by the
10618 AT_CHECK_PRINTER_AND_DESTRUCTOR series.
10619
10620 2004-09-06 Akim Demaille <akim@epita.fr>
10621
10622 * data/lalr1.cc: Adjust the indentation of the labels.
10623 (Parser::pop): New.
10624 Use it.
10625
10626 2004-09-06 Akim Demaille <akim@epita.fr>
10627
10628 * data/yacc.cc, data/glr.cc (yydestruct): Accept an additional
10629 argument, an informative message.
10630 Call YY_SYMBOL_PRINT.
10631 Adjust all callers: integrate the associated YY_SYMBOL_PRINT.
10632 * data/lalr1.cc (destruct_): Likewise.
10633 In addition, no longer depend on b4_yysymprint_generate and
10634 b4_yydestruct_generate to generate these functions, do it "by
10635 hand".
10636
10637 2004-09-03 Akim Demaille <akim@epita.fr>
10638
10639 * data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was
10640 invoked, yydestruct the lookahead.
10641 * tests/calc.at (Calculator $1): Update the expected lengths of
10642 traces: there is an added line for the discarded lookahead.
10643 * doc/bison.texinfo (Destructor Decl): Some rewording.
10644 Define "discarded" symbols.
10645
10646 2004-09-02 Akim Demaille <akim@epita.fr>
10647
10648 * data/lalr1.cc (translate_, destruct_): No reason to be static.
10649
10650 2004-09-02 Akim Demaille <akim@epita.fr>
10651
10652 * data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used.
10653 (YYDSYMPRINTF): Rename as...
10654 (YY_SYMBOL_PRINT): this.
10655 * data/lalr1.cc (YY_SYMBOL_PRINT): New, modeled after the previous
10656 two.
10657 Use it instead of direct symprint_ calls.
10658 (yybackup): Tweak the "Now at end of input" case to match yacc.c's
10659 one.
10660
10661 2004-09-02 Akim Demaille <akim@epita.fr>
10662
10663 * data/lalr1.cc (b4_yysymprint_generate): New.
10664 (symprint_): New member function, defined when YYDEBUG.
10665 Use it consistently instead of token/nterm debugging output by
10666 hand.
10667 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust
10668 %printer calls to use cdebug_ when using lalr1.cc.
10669
10670 2004-08-30 Florian Krohm <florian@edamail.fishkill.ibm.com>
10671
10672 * data/glr.c: Guard the declarations of yypstack and yypdumpstack
10673 with #ifdef YYDEBUG.
10674
10675 2004-08-26 Akim Demaille <akim@epita.fr>
10676
10677 * doc/bison.texinfo (Implementing Loops): Rename as...
10678 (Implementing Gotos/Loops): this.
10679
10680 2004-08-13 Paul Eggert <eggert@cs.ucla.edu>
10681
10682 Adjust to latest gnulib.
10683 * bootstrap (gnulib_modules): Add xalloc-die.
10684 Set LC_ALL=C so that file names sort consistently.
10685 Prefer the gnulib copies of gettext.m4, glibc21.m4,
10686 inttypes_h.m4, lib-ld.m4, lib-prefix.m4, po.m4, stdint_h.m4,
10687 uintmax_t.m4, ulonglong.m4.
10688 (intl_files_to_remove): Add gettext.m4, lib-ld.m4, lib-prefix.m4,
10689 po.m4 since we are now using _gl.m4 instead.
10690
10691 2004-08-10 Florian Krohm <florian@edamail.fishkill.ibm.com>
10692
10693 * src/scan-action.l: Remove. Scanning of semantic actions is
10694 handled in scan-gram.l.
10695
10696 2004-08-07 Florian Krohm <florian@edamail.fishkill.ibm.com>
10697
10698 * src/scan-gram.l (handle_syncline): Use uniqstr_new not xstrdup.
10699
10700 * src/location.h (struct): The file member is a uniqstr.
10701 (equal_boundaries): Use UNIQSTR_EQ for comparison.
10702
10703 2004-07-22 Paul Eggert <eggert@cs.ucla.edu>
10704
10705 Fix bug with non-%union parsers that have printers or destructors,
10706 which led to a Bison core dump. Reported by Peter Fales in
10707 <http://lists.gnu.org/archive/html/bug-bison/2004-07/msg00014.html>.
10708
10709 * data/c.m4 (b4_symbol_actions): Don't assume %union was used.
10710 * data/lalr1.cc (yystype) [defined YYSTYPE]: Define to YYSTYPE,
10711 not to our own type.
10712 * src/output.c (symbol_destructors_output, symbol_printers_output):
10713 Don't assume %union.
10714 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR,
10715 AT_CHECK_PRINTER_AND_DESTRUCTOR): New argument
10716 UNION-FLAG. All callers changed.
10717 (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't assume %union.
10718 Use type char, not unsigned int, when declaring an array of char;
10719 this lets us remove a cast.
10720 (Printers and Destructors): Add non-%union test cases.
10721
10722 2004-06-21 Paul Eggert <eggert@cs.ucla.edu>
10723
10724 * doc/bison.texinfo: Minor editorial changes, mostly to the new
10725 GLR writeups. E.g., avoid frenchspacing and the future tense,
10726 change "lookahead" to "look-ahead", and change "wrt" to "with
10727 respect to".
10728
10729 2004-06-21 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
10730
10731 * doc/bison.texinfo (Merging GLR Parses, Compiler Requirements):
10732 New sections, split off from the GLR Parsers section. Put the new
10733 Simple GLR Parser near the start of the GLR section, for clarity.
10734 Rewrite connective text.
10735
10736 2004-06-21 Frank Heckenbach <frank@g-n-u.de>
10737
10738 * doc/bison.texinfo (Simple GLR Parsers): New section.
10739
10740 2004-06-21 Paul Eggert <eggert@cs.ucla.edu>
10741
10742 * NEWS, TODO, doc/bison.texinfo:
10743 Use "look-ahead" instead of "lookahead", to be consistent.
10744 * REFERENCES: Fix incorrect reference to DeRemer and Pennello,
10745 while we're fixing "look-ahead".
10746 * src/conflicts.c (shift_set): Renamed from shiftset.
10747 (look_ahead_set): Renamed from lookaheadset.
10748 * src/print.c: Likewise.
10749 * src/getargs.c (report_args): Add "look-ahead" as the new canonical
10750 name for "lookahead".
10751 (report_types, usage): Likewise.
10752 * src/getargs.h (report_look_ahead_tokens): Renamed from
10753 report_lookaheads.
10754 * src/lalr.c (compute_look_ahead_tokens): Renamed from
10755 compute_lookaheads.
10756 (state_look_ahead_tokens_count): Renamed from state_lookaheads_count.
10757 (look_ahead_tokens_print): Renamed from lookaheads_print.
10758 * src/state.c (state_rule_look_ahead_tokens_print): Renamed from
10759 state_rule_lookaheads_print.
10760 * src/state.h: Likewise.
10761 (reductions.look_ahead_tokens): Renamed from lookaheads.
10762 * tests/torture.at (AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR): Renamed from
10763 AT_DATA_LOOKAHEADS_GRAMMAR.
10764
10765 2004-06-03 Paul Eggert <eggert@cs.ucla.edu>
10766
10767 * README: Update location of patched M4 distribution.
10768
10769 2004-05-30 Albert Chin-A-Young <china@thewrittenword.com>
10770
10771 Don't assume the C++ compiler takes the same arguments as the C compiler
10772 (trivial change).
10773 * configure.ac (O0CXXFLAGS): New var.
10774 * tests/atlocal.in (CXXFLAGS): Use it.
10775
10776 2004-05-29 Paul Eggert <eggert@cs.ucla.edu>
10777
10778 Fix some "make check" problems with C++ reported by
10779 Albert Chin-A-Young for Tru64 C++ in this thread:
10780 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00049.html
10781
10782 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check for std::cerr.
10783 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
10784 Output to a .cc file for C++, not to a .c file.
10785 * tests/calc.at (AT_CHECK_CALC): Likewise.
10786 * tests/regression.at (AT_CHECK_DANCER): Likewise.
10787 * tests/local.at (AT_COMPILE_CXX): Default to OUTPUT.cc, not OUTPUT.c.
10788
10789 2004-05-28 Albert Chin-A-Young <china@thewrittenword.com>
10790
10791 * tests/calc.at, tests/actions.at: Workaround for SGI
10792 C++ compiler. (trivial change)
10793
10794 2004-05-27 Paul Eggert <eggert@cs.ucla.edu>
10795
10796 Spent a few hours checking out which prerequisite versions the
10797 current sources actually require. I went all the way back to
10798 Gettext 0.10.40, Automake 1.4, and Autoconf 2.57 and investigated
10799 a seemingly endless set of combinations of versions more recent
10800 than that. The bottom line is that the current sources require
10801 fairly recent versions of the build tools, and it'll be some work
10802 to change this.
10803 * configure.ac (AC_PREREQ): Increase from 2.58 to 2.59.
10804 (AM_INIT_AUTOMAKE): Increase from 1.7 to 1.8.
10805 (AM_GNU_GETTEXT_VERSION): Increase from 0.11.5 to 0.12.
10806 Add comments explaining why those particular versions are
10807 currently needed.
10808
10809 * src/parse-gram.y (lloc_default): Rewrite to avoid compiler bug
10810 in SGI MIPSpro 7.4.1m. Problem reported by Albert Chin-A-Young in
10811 <http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00037.html>.
10812
10813 * configure.ac (AC_PREREQ): Bump to 2.58, since 2.57 doesn't work
10814 (it fails with a Autoconf-without-aclocal-m4 diagnostic).
10815
10816 2004-05-26 Paul Eggert <eggert@cs.ucla.edu>
10817
10818 * configure.ac (AM_GNU_GETTEXT_VERSION): Lower it from 0.14.1 to
10819 0.11.5. Suggested by Bruno Haible.
10820 * bootstrap: Remove gettext version checking.
10821
10822 * doc/bison.texinfo (Decl Summary): Also mention that %union
10823 can depend on prerequisite types. Problem reported by Tim
10824 Van Holder.
10825
10826 2004-05-25 Paul Eggert <eggert@cs.ucla.edu>
10827
10828 * README: Mention GNU m4 1.4 bugs and Akim's patched version.
10829 * README-alpha: Don't tell people not to package this.
10830
10831 * bootstrap: Don't assume $(...) works; use `...` instead.
10832 Problem reported by Paul Hilfinger. Also, diagnose non-GNU
10833 gettext better.
10834
10835 * doc/bison.texinfo (Decl Summary, Bison Options): Clarify what's
10836 put into the -d output file, and mention what to do if YYSTYPE is
10837 defined as a macro.
10838
10839 2004-05-24 Paul Eggert <eggert@cs.ucla.edu>
10840
10841 Undo change made earlier today: it caused autopoint to not bring
10842 in ABOUT-NLS. Ouch. Instead, substitute our own diagnostic for
10843 autopoint's.
10844
10845 * bootstrap: Check that gettext version matches what's in
10846 configure.ac. Warn users to ignore robots.txt ERROR 404.
10847 * bootstrap: Undo today's earlier change (logged below).
10848 * configure.ac (AM_GNU_GETTEXT_VERSION): Likewise.
10849
10850 The gettext version checking is causing more trouble than it's
10851 curing; remove it. Problem reported by Paul Hilfinger.
10852
10853 * bootstrap: Issue a warning that one can expect a message
10854 'AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION'.
10855 * configure.ac (AM_GNU_GETTEXT_VERSION): Remove.
10856
10857 2004-05-23 Paul Eggert <eggert@cs.ucla.edu>
10858
10859 Ensure that the C++ compiler used for testing actually works on a
10860 simple test program; if not, skip the C++-related tests. Problem
10861 reported by Vin Shelton in:
10862 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00026.html
10863
10864 * m4/cxx.m4: New file.
10865 * configure.ac (BISON_TEST_FOR_WORKING_CXX_COMPILER): Add.
10866 * tests/atlocal.in (BISON_CXX_WORKS): Add.
10867 * tests/local.at (AT_COMPILE_CXX): Use it.
10868
10869 2004-05-21 Paul Eggert <eggert@cs.ucla.edu>
10870
10871 * data/glr.c (yylloc): Output this macro even if locations are not
10872 being generated, as the GLR parser needs it even in that case.
10873 Problem reported by Troy A. Johnson
10874 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=195946>.
10875
10876 * configure.ac (AC_INIT): Update to 1.875e.
10877
10878 2004-05-21 Paul Eggert <eggert@cs.ucla.edu>
10879
10880 * NEWS: Version 1.875d.
10881 * configure.ac (AC_INIT): Likewise.
10882 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875d.
10883
10884 * configure.ac (--enable-gcc-warnings): Do not enable -Wshadow,
10885 -Wmissing-prototypes, or -Wstrict-prototypes for C++. The current
10886 lalr1.cc runs afoul of the first, and the last two are no longer
10887 supported by GCC 3.4.0.
10888 * README: Mention GNU m4 1.4 or later; mention m4 patches.
10889 * HACKING: Use ./bootstrap, not "make update" to import foreign files.
10890
10891 2004-05-06 Paul Eggert <eggert@cs.ucla.edu>
10892
10893 * src/muscle_tab.c (hash_muscle): Accept and return size_t, not
10894 unsigned int, for compatibility with latest gnulib hash module.
10895 * src/state.c (state_hash, state_hasher): Likewise.
10896 * src/symtab.c (hash_symbol, hash_symbol_hasher): Likewise.
10897 * src/uniqstr.c (hash_uniqstr): Likewise.
10898
10899 2004-05-03 Paul Eggert <eggert@cs.ucla.edu>
10900
10901 * NEWS: Unescaped newlines are no longer allowed in char & strings.
10902
10903 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER,
10904 SC_CHARACTER,SC_STRING>): Reject unescaped newlines in
10905 character and string literals.
10906 (unexpected_end): New function.
10907 (unexpected_eof): Use it.
10908 (unexpected_newline): New function.
10909 (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>): Coalesce duplicate
10910 actions.
10911
10912 * NEWS: Document %expect-rr.
10913
10914 * bootstrap (--gnulib-srcdir=*, --cvs-user=*):
10915 Fix typo by replacing $1 with $option.
10916 Remove more 'intl'-related files.
10917 Don't DEFUN AM_INTL_SUBDIR twice.
10918
10919 * lib/.cvsignore: Add strndup.h. Remove memchr.c, memcmp.c,
10920 memrchr.c, strcasecmp.c, strchr.c, strrchr.c, strspn.c, strtol.c,
10921 strtoul.c.
10922 * m4/.cvsignore: Add exitfail.m4, extensions.m4, gnulib.m4,
10923 hard-locale.m4, mbstate_t.m4, strerror_r.m4, strndup.m4,
10924 xstrndup.m4. Remove glibc21.m4, intdiv0.m4, inttypes-pri.m4,
10925 inttypes.m4, inttypes_h.m4, isc-posix.m4, lcmessage.m4,
10926 stdint_h.m4, uintmax_t.m4, ulonglong.m4.
10927 * src/.cvsignore: Add *.output.
10928
10929 * src/parse-gram.y: Put copyright notice inside %{ %} so it
10930 gets copied to the output file.
10931
10932 2004-04-28 Paul Eggert <eggert@twinsun.com>
10933
10934 Get files from the gnulib and po repositories, instead of relying
10935 on them being in our CVS. Upgrade to latest versions of gnulib
10936 and Automake.
10937
10938 * Makefile.am (SUBDIRS): Remove m4; Automake now does m4.
10939 * bootstrap: Bootstrap from gnulib and po repositories.
10940 Much of this code was stolen from GNU diff and GNU tar's bootstrap.
10941 * README-cvs: Document these changes. Remove version numbers from
10942 mentions of build tools, since they change so often. Mention Flex.
10943
10944 * configure.ac (AC_CONFIG_MACRO_DIR): Add, with m4 as arg.
10945 (gl_USE_SYSTEM_EXTENSIONS): Add.
10946 (AC_GNU_SOURCE, AC_AIX, AC_MINIX):
10947 Remove; no longer needed, as gl_USE_SYSTEM_EXTENSIONS
10948 does this for us.
10949 (AC_ISC_POSIX): Remove; we no longer support this
10950 ancient OS, as it gets in the way of latest Autoconf & gnulib.
10951 (AC_HEADER_STDC): Remove: we now assume C89 or better.
10952 (AC_CHECK_HEADERS_ONCE): Use instead of AC_CHECK_HEADERS.
10953 Do not check for C89 headers, except for locale.h which is used
10954 by the Yacc library and must port to K&R hosts.
10955 (AC_CHECK_FUNCS_ONCE): Use instead of AC_CHECK_FUNCS.
10956 Do not check for C89 functions, except for setlocale which is
10957 used by the Yacc library.
10958 (AC_CHECK_DECLS, AC_REPLACE_FUNCS): Remove; no longer needed.
10959 (gl_DIRNAME, gl_ERROR, gl_FUNC_ALLOCA, gl_FUNC_MEMCHR,
10960 gl_FUNC_MEMRCHR, gl_FUNC_STPCPY, gl_FUNC_STRNLEN, gl_FUNC_STRTOL,
10961 gl_GETOPT, gl_HASH, gl_MBSWIDTH, gl_OBSTACK, gl_QUOTE,
10962 gl_QUOTEARG, gl_XALLOC, jm_FUNC_GLIBC_UNLOCKED_IO, jm_FUNC_MALLOC,
10963 AM_GNU_GETTEXT): Remove; now done by:
10964 (GNULIB_AUTOCONF_SNIPPET): Add. "bootstrap" builds this for us.
10965 (AC_CONFIG_FILES): Remove m4/Makefile, as Automake now does this
10966 for us.
10967
10968 * lib/Makefile.am: Include gnulib.mk, built for us by "bootstrap".
10969 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES):
10970 Define to empty, as gnulib.mk will do the rest for us.
10971 ($(libbison_a_OBJECTS), stdbool.h): Remove, as gnulib.mk does this
10972 for us.
10973 (libbison_a_SOURCES): Define to $(lib_SOURCES) now.
10974 (lib_SOURCES): New symbol, containing only the non-gnulib libs.
10975
10976 * src/files.c: Include gnulib's xstrndup.h.
10977
10978 * src/system.h (MALLOC): Use xnmalloc, for better overflow checking.
10979 (REALLOC): Use xnrealloc, for likewise.
10980 (xstrndup, stpcpy): Remove decls, as gnulib does this for us now.
10981 (strnlen, memrchr): Remove decls; functions no longer used.
10982 Include <stpcpy.h>.
10983
10984 * config/depcomp, config/install-sh, lib/alloca.c, lib/argmatch.c,
10985 lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
10986 lib/error.c, lib/error.h, lib/getopt.c, lib/getopt.h,
10987 lib/getopt1.c, lib/gettext.h, lib/hash.c, lib/hash.h,
10988 lib/malloc.c, lib/mbswidth.c, lib/mbswidth.h, lib/memchr.c,
10989 lib/memcmp.c, lib/memrchr.c, lib/obstack.c, lib/obstack.h,
10990 lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h,
10991 lib/realloc.c, lib/stdbool_.h, lib/stpcpy.c, lib/strcasecmp.c,
10992 lib/strchr.c, lib/strncasecmp.c, lib/strnlen.c, lib/strrchr.c,
10993 lib/strspn.c, lib/strtol.c, lib/strtoul.c, lib/unlocked-io.h,
10994 lib/xalloc.h, lib/xmalloc.c, lib/xstrdup.c, lib/xstrndup.c,
10995 m4/Makefile.am, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
10996 m4/error.m4, m4/getopt.m4, m4/hash.m4, m4/malloc.m4,
10997 m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4, m4/memcmp.m4,
10998 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/prereq.m4,
10999 m4/quote.m4, m4/quotearg.m4, m4/realloc.m4, m4/stdbool.m4,
11000 m4/stpcpy.m4, m4/strnlen.m4, m4/strtol.m4, m4/strtoul.m4,
11001 m4/unlocked-io.m4, m4/xalloc.m4, po/LINGUAS, po/Makefile.in.in,
11002 po/Makevars, po/da.po, po/de.po, po/es.po, po/et.po, po/fr.po,
11003 po/hr.po, po/id.po, po/it.po, po/ja.po, po/ms.po, po/nl.po,
11004 po/pt_BR.po, po/ro.po, po/ru.po, po/sv.po, po/tr.po:
11005 Remove, as these files are now generated automatically
11006 by bootstrap or automake.
11007
11008 * po/ChangeLog: Remove: all but one entry was a duplicate
11009 of this file, and I moved that 2000-11-02 entry here.
11010
11011 * config/.cvsignore: Add Makefile, depcomp, install-sh.
11012 * lib/.cvsignore: Add alloca.c, alloca.h, alloca_.h, argmatch.c,
11013 argmatch.h, basename.c, dirname.c, dirname.h, error.c, error.h,
11014 exit.h, exitfail.c, exitfail.h, getopt.c, getopt.h, getopt1.c,
11015 getopt_int.h, gettext.h, gnulib.mk, hard-locale.c, hard-locale.h,
11016 hash.c, hash.h, malloc.c, mbswidth.c, mbswidth.h, memchr.c,
11017 memcmp.c, memrchr.c, obstack.c, obstack.h, quote.c, quote.h,
11018 quotearg.c, quotearg.h, realloc.c, stdbool_.h, stpcpy.c, stpcpy.h,
11019 strcasecmp.c, strchr.c, stripslash.c, strncasecmp.c, strndup.c,
11020 strnlen.c, strrchr.c, strspn.c, strtol.c, strtoul.c,
11021 unlocked-io.h, xalloc.h, xmalloc.c, xstrdup.c, xstrndup.c,
11022 xstrndup.h.
11023 * m4/.cvsignore: Remove Makefile, Makefile.in. Add alloca.m4,
11024 dirname.m4, dos.m4, error.m4, getopt.m4, hash.m4, mbrtowc.m4,
11025 mbswidth.m4, obstack.m4, onceonly.m4, quote.m4, quotearg.m4,
11026 stdbool.m4, stpcpy.m4, strnlen.m4, unlocked-io.m4, xalloc.m4.
11027 * po/.cvsignore: Add *.po, LINGUAS, Makefile.in.in, Makevars.
11028 * src/.cvsignore: Remove *_.c.
11029
11030
11031 * Makefile.maint (GZIP_ENV): Don't use --rsyncable if gzip doesn't
11032 support it. (The latest stable gzip doesn't.)
11033
11034 2004-04-27 Paul Eggert <eggert@twinsun.com>
11035
11036 * data/lalr1.cc (Parser::stos_) [! YYDEBUG]: Define even in this
11037 case, as stos_ is now used by destructors due to the 2004-02-09
11038 change.
11039
11040 Remove more K&R C support.
11041 * lib/libiberty.y (PARAMS): Remove. All uses removed.
11042 * lib/subpipe.c (errno): Remove decl.
11043 Include <stdlib.h> unconditionally.
11044 (EXIT_FAILURE): Remove macro.
11045 * src/complain.c (vfprintf, strerror): Remove.
11046 * src/system.h: Include limits.h, stdlib.h, string.h, locale.h
11047 unconditionally.
11048 (EXIT_FAILURE, EXIT_SUCCESS, setlocale): Remove defns.
11049 Use latest Autoconf recommendations for including inttypes.h, stdint.h.
11050 (strchr, strspn, memchr): Remove decls.
11051 * tests/calc.at (_AT_DATA_CALC_Y): Include stdlib.h, string.h
11052 unconditionally. Do not declare perror.
11053 * tests/conflicts.at (%nonassoc and eof): Include stdlib.h
11054 unconditionally.
11055
11056 * src/complain.c (_): Remove useless defn, as system.h defines this.
11057
11058 * lib/bitset.h (__INT_TO_PTR): Remove; workaround no longer needed
11059 with latest obstack.h.
11060 * lib/ebitset.c (ebitset_elt_alloc): Don't bother to cast args
11061 to procedure types, as obstack.h now does that for us.
11062 * lib/lbitset.c (lbitset_elt_alloc): Likewise.
11063
11064 * lib/subpipe.h [HAVE_SYS_TYPES_H]: Include <sys/types.h>,
11065 so that this include file can stand alone.
11066 * lib/subpipe.c: Do not include <sys/types.h>, as subpipe.h
11067 does this now. Include subpipe.h first after config.h, to
11068 test whether it can stand alone.
11069
11070 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't
11071 declare yyerror when using lalr.cc, as GCC 3.4.0 warns about the
11072 unused declaration.
11073
11074 * tests/synclines.at (%union synch line): Put a dummy member in
11075 the union, because empty unions aren't allowed in C. Caught
11076 by GCC 3.4.0.
11077
11078 2004-04-13 Jim Meyering <jim@meyering.net>
11079
11080 * src/conflicts.c (conflicts_print): Correct format string typo:
11081 use `%%' to produce literal `%'. (trivial change)
11082
11083 2004-03-30 Paul Eggert <eggert@twinsun.com>
11084
11085 * src/getargs.c (version): Update copyright year to 2004.
11086
11087 * data/c.m4 (b4_int_type): Use 'short int' rather than
11088 'short', and similarly for 'long', 'unsigned', etc.
11089 * data/glr.c (YYTRANSLATE, yyconfl, yySymbol, yyItemNum,
11090 yygetLRActions, yyprocessOneStack, yyrecoverSyntaxError,
11091 yy_yypstack, yydumpstack): Likewise.
11092 * data/lalr1.cc (user_token_number_max_, user_token_number_max_,
11093 translate_, seq_, [], pop, Slice, range_, operator+, operator+=):
11094 Likewise.
11095 * data/yacc.c (b4_int_type, yyss, YYSTACK_BYTES, yysigned_char,
11096 yy_stack_print, yyparse): Likewise.
11097 * doc/bison.texinfo (Prologue, Multiple Types): Likewise.
11098 * lib/bbitset.h (bitset_word, BITSET_WORD_BITS): Likewise.
11099 * lib/bitset.c (bitset_print): Likewise.
11100 * lib/bitset_stats.c (bitste_log_histogram_print): Likewise.
11101 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
11102 * lib/bitsetv.c (bitsetv_dump): Likewise.
11103 * lib/ebitset.c (EBITSET_ELT_BITS, ebitset_elt_alloc): Likewise.
11104 * lib/lbitset.c (LBITSET_ELT_BITS, lbitset_elt_alloc, debug_lbitset):
11105 Likewise.
11106 * src/LR0.c (allocate_itemsets): Likewise.
11107 * src/gram.h (rule_number, rule): Likewise.
11108 * src/lalr.h (goto_number): Likewise.
11109 * src/nullable.c (nullable_compute): Likewise.
11110 * src/output.c (prepare_rules): Likewise.
11111 * src/relation.c (relation_print, relation_digraph): Likewise.
11112 * src/relation.h (relation_node): Likewise.
11113 * src/state.h (state_number, transitions, errs, reductions,
11114 struct state): Likewise.
11115 * src/symtab.h (symbol_number, struct symbol): Likewise.
11116 * src/tables.c (vector_number, tally, action_number,
11117 default_goto, goto_actions): Likewise.
11118 * tests/existing.at (GNU Cim Grammar): Likewise.
11119 * tests/regression.at (Web2c Actions): Likewise.
11120
11121 * src/output.c (muscle_insert_short_int_table): Renamed from
11122 muscle_insert_short_table. All uses changed.
11123
11124 2004-03-25 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
11125
11126 * src/parse-gram.y: Define PERCENT_EXPECT_RR.
11127 (declaration): Replace expected_conflicts with expected_sr_conflicts.
11128 Add %expect-rr rule.
11129
11130 * src/scan-gram.l: Recognize %expect-rr.
11131
11132 * src/conflicts.h (expected_sr_conflicts): Rename from
11133 expected_conflicts.
11134 (expected_rr_conflicts): Declare.
11135
11136 * src/conflicts.c (expected_sr_conflicts): Rename from
11137 expected_conflicts.
11138 (expected_rr_conflicts): Define.
11139 (conflicts_print): Check r/r conflicts against expected_rr_conflicts
11140 for GLR parsers.
11141 Use expected_sr_conflicts in place of expected_conflicts.
11142 Warn if expected_rr_conflicts used in non-GLR parser.
11143
11144 * doc/bison.texinfo: Add documentation for %expect-rr.
11145
11146 2004-03-08 Paul Eggert <eggert@gnu.org>
11147
11148 Add support for hex token numbers. Suggested by Odd Arild Olsen in
11149 <http://lists.gnu.org/archive/html/bison-patches/2004-03/msg00000.html>.
11150
11151 * NEWS: Document hexadecimal tokens, no NUL bytes, %destructor
11152 in lalr1.cc.
11153 * doc/bison.texinfo (Token Decl): Add hexadecimal token numbers.
11154 * src/scan-gram.l (scan_integer): New function.
11155 ({int}): Use it.
11156 (0[xX][0-9abcdefABCDEF]+): New pattern, to support hex numbers.
11157 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>, \\x[0-9abcdefABCDEF]+,
11158 handle_action_dollar, handle_action_at, convert_ucn_to_byte):
11159 Say "long int", not "long", for uniformity with GNU style.
11160
11161 2004-02-25 Paul Eggert <eggert@twinsun.com>
11162
11163 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Ignore stdout from
11164 compilers. This fixes a problem with Intel's C++ compiler being
11165 chatty, reported by Guido Trentalancia in
11166 <http://lists.gnu.org/archive/html/bug-bison/2004-02/msg00030.html>.
11167
11168 2004-02-09 Alexandre Duret-Lutz <adl@gnu.org>
11169
11170 Support %destructor and merge error locations in lalr1.cc.
11171
11172 * data/lalr1.cc (b4_cxx_destruct_def): New macro.
11173 (Parser::stos_): Define unconditionally.
11174 (Parser::destruct_): New method. Generate its body with
11175 b4_yydestruct_generate.
11176 (Parser::error_start_): New attribute.
11177 (Parser::parse) <yyerrlab, yyerrlab1>: Call destruct_ on erroneous
11178 token which are discarded.
11179 (Parser::parse) <yyerrlab, yyerrorlab, yyerrlab1>: Update
11180 error_start_ when erroneous token are discarded.
11181 (Parser::parse) <yyerrlab1>: Compute the location of the error
11182 token so that it covers all the discarded tokens.
11183 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust so
11184 it can be called with `%skeleton "lalr1.cc"', and do that.
11185
11186 2004-02-02 Paul Eggert <eggert@twinsun.com>
11187
11188 * src/Makefile.am (AM_CPPFLAGS): New macro. It mentions
11189 $(top_srcdir)/lib and ../lib. This fixes a bug reported
11190 by Paul Hilfinger; the old INCLUDES value didn't mention ../lib.
11191 There's no need to mention top_builddir since Automake does that
11192 for us.
11193 (INCLUDES): Remove, as Automake says it's obsolescent.
11194 Contents migrated into AM_CPPFLAGS as described above.
11195 * lib/Makefile.am (INCLUDES): Remove; obsolescent.
11196
11197 2004-01-14 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
11198
11199 * data/glr.c (yytokenName): Bullet-proof against YYEMPTY token.
11200 (yyreportSyntaxError): Handle case where lookahead token is
11201 YYEMPTY.
11202
11203 2004-01-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
11204
11205 * data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC so that
11206 resulting parsers are compilable with C++.
11207
11208 2003-12-23 Paul Eggert <eggert@twinsun.com>
11209
11210 * config/depcomp, config/install-sh: Sync with Automake 1.8.
11211 * src/output.c (output_skeleton): Rename local var.
11212 * tests/input.at (Torturing the Scanner): Don't use \x0 or \0 in
11213 Bison tokens, as this runs afoul of the 2003-10-07 change that
11214 disallowed NUL bytes in character constants or string literals.
11215
11216 * tests/local.at: Require Autoconf 2.59's Autotest.
11217 * tests/testsuite.at: Don't include local.at, since we now assume
11218 Autoconf 2.59 or later. Autoconf 2.59 had some problems with
11219 including it.
11220 * tests/Makefile.am ($(TESTSUITE)): Remove warning about ignoring
11221 multiple inclusion warnings.
11222
11223 2003-12-02 Akim Demaille <akim@epita.fr>
11224
11225 * doc/bison.texinfo (How Can I Reset the Parser): More about start
11226 conditions.
11227 From Bruno Haible.
11228
11229 2003-11-18 Alexandre Duret-Lutz <adl@gnu.org>
11230
11231 * doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
11232
11233 2003-10-07 Paul Eggert <eggert@twinsun.com>
11234
11235 * tests/Makefile.am (clean-local): Don't run 'testsuite --clean'
11236 if testsuite doesn't exist.
11237
11238 * doc/bison.texinfo (Symbols): NUL bytes are not allowed in string
11239 literals, unfortunately.
11240 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>):
11241 Complain about NUL bytes in character constants or string literals.
11242
11243 2003-10-05 Paul Eggert <eggert@twinsun.com>
11244
11245 * NEWS: Don't document %no-default-prec, as it's still
11246 too experimental.
11247 * doc/bison.texinfo: Document %no-default-prec only if
11248 the defaultprec flag is set. Normally it's not.
11249
11250 2003-10-04 Paul Eggert <eggert@twinsun.com>
11251
11252 * data/glr.c (b4_rhs_value, b4_rhs_location): Yield a
11253 non-modifiable lvalue, instead of a modifiable one.
11254 * doc/bison.texinfo (Actions): Document that $$ can
11255 be assigned to. Do not claim that $$ and $N are
11256 array element references: user code should not rely on this.
11257
11258 2003-10-01 Paul Eggert <eggert@twinsun.com>
11259
11260 * src/parse-gram.h (PERCENT_NO_DEFAULT_PREC): New token.
11261 (grammar_declaration): Use it.
11262 * src/scan-gram.l: New token %no-default-prec.
11263 * tests/conflicts.at: Revamp tests to use %no-default-prec.
11264 * NEWS, doc/bison.texinfo: Document the above.
11265
11266 2003-10-01 Akim Demaille <akim@epita.fr>
11267
11268 VCG no longer supports long_straight_phase.
11269
11270 * src/vcg.c, src/vcg.h: Remove the handling of long_straight_phase.
11271 * src/print_graph.c (print_graph): Adjust.
11272
11273 2003-09-30 Frank Heckenbach <frank@g-n-u.de>
11274 and Paul Eggert <eggert@twinsun.com>
11275
11276 * doc/bison.texinfo (Decl Summary, Contextual Precedence,
11277 Table of Symbols): Document %default-prec.
11278 * src/parse-gram.y (PERCENT_DEFAULT_PREC): New token.
11279 (grammar_declaration): Set default_prec on %default-prec.
11280 * src/scan-gram.l (%default-prec): New token.
11281 * src/reader.h (default_prec): New flag.
11282 * src/reader.c: Likewise.
11283 (packgram): Handle it.
11284 * tests/conflicts.at (%default-prec without %prec,
11285 %default-prec with %prec, %default-prec 1): New tests.
11286
11287 2003-09-30 Paul Eggert <eggert@twinsun.com>
11288
11289 * tests/testsuite.at: Include local.at, not input.at, fixing
11290 a typo in the 2003-08-25 patch.
11291
11292 2003-08-27 Akim Demaille <akim@epita.fr>
11293
11294 * data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab to pacify
11295 GCC warnings.
11296
11297 2003-08-26 Akim Demaille <akim@epita.fr>
11298
11299 * config/announce-gen (print_changelog_deltas): Neutralize "<#" as
11300 "<\#" to avoid magic from Gnus when posting parts of this script.
11301
11302 2003-08-26 Akim Demaille <akim@epita.fr>
11303
11304 * data/lalr1.cc (Parser::report_syntax_error_): New, extracted from
11305 (Parser::parse): here.
11306 Adjust: nerrs and errstatus is now replaced by...
11307 (Parser::nerrs_, Parser::errstatus_): New.
11308
11309 2003-08-25 Akim Demaille <akim@epita.fr>
11310
11311 * config/announce-gen, Makefile.cfg: New.
11312 * Makefile.am: Adjust.
11313 * GNUmakefile, Makefile.maint: Update from CVS Autoconf, but
11314 keeping local WGET and WGETFLAGS modifications from Paul Eggert.
11315
11316 2003-08-25 Akim Demaille <akim@epita.fr>
11317
11318 When reducing initial empty rules, Bison parser read an initial
11319 location that is not defined. This results in garbage, and that
11320 affects Bison's own parser. Therefore we need (i) to extend Bison
11321 to support a means to initialize this location, and (ii) to use
11322 this CVS Bison to fix CVS Bison's parser.
11323
11324 * src/reader.h, reader.c (epilogue_augment): Remove, replace
11325 with...
11326 * src/muscle_tab.h, src/muscle_tab.c (muscle_code_grow): this.
11327 * src/parse-gram.y: Adjust.
11328 (%initial-action): New.
11329 (%error-verbose): Since we require CVS Bison, there is no reason
11330 not to use it.
11331 * src/scan-gram.l: Adjust.
11332 * src/Makefile.am (YACC): New, to make sure we use our own parser.
11333 * data/yacc.c (yyparse): Use b4_initial_action.
11334
11335 2003-08-25 Akim Demaille <akim@epita.fr>
11336
11337 * doc/bison.texinfo: Don't promote stdout for error messages.
11338
11339 2003-08-25 Akim Demaille <akim@epita.fr>
11340
11341 * data/lalr1.cc (Parser::reduce_print_): Remove unused yyi.
11342 From Alexandre Duret-Lutz.
11343
11344 2003-08-25 Akim Demaille <akim@epita.fr>
11345
11346 Version 1.875c.
11347
11348 2003-08-25 Akim Demaille <akim@epita.fr>
11349
11350 * data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT): New.
11351 Use them.
11352
11353 2003-08-25 Akim Demaille <akim@epita.fr>
11354
11355 * data/lalr1.cc (Parser::reduce_print_): New.
11356 Use it.
11357
11358 2003-08-25 Akim Demaille <akim@epita.fr>
11359
11360 Have lalr1.cc catch with Paul Eggert's patch to fix the infinite
11361 error recovery loops. This patch is based on
11362 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00000.html>.
11363 Also, augment the similarity between lalr1.cc and yacc.c.
11364 Note: the locations of error recovery rules are not correct yet.
11365
11366 * data/lalr1.cc: Comment changes to augment the similarity between
11367 lalr1.cc and yacc.c.
11368 (YYERROR): Goto to yyerrorlab, not yyerrlab1.
11369 (yyerrlab1): Remove, but where it used to be (now the bottom part of
11370 yyerrlab), when hitting EOF, pop the whole stack here instead of
11371 merely falling thru the default error handling mechanism.
11372 (yyerrorlab): New label, with the old contents of YYERROR,
11373 plus the following change: pop the stack of rhs corresponding
11374 to the production that invoked YYERROR. That is how Yacc
11375 behaves (required by POSIX).
11376 * tests/calc.at (AT_CHECK_CALC_LALR1_CC): No longer expected to
11377 fail.
11378
11379 2003-08-25 Akim Demaille <akim@epita.fr>
11380
11381 Tune local.at so that people can "autom4te -l autotest calc.at -o
11382 calc" for instance, to extract a sub test suite.
11383
11384 * tests/testsuite.at: Move the initialization, Autotest version
11385 requirement, and AT_TESTED invocation into...
11386 * tests/local.at: here.
11387 * tests/testsuite.at: Include it for compatibility with Autoconf
11388 2.57.
11389 * tests/Makefile.am ($(TESTSUITE)): Report that the warning should
11390 be ignore.
11391
11392 2003-08-04 Paul Eggert <eggert@twinsun.com>
11393
11394 Rework code slightly to avoid gcc -Wtraditional warnings.
11395 * data/glr.c (yyuserMerge): Return void, not YYSTYPE.
11396 The returned value is now stored in *YY0. All callers changed.
11397 * src/output.c (merge_output): Adjust to the above change.
11398
11399 2003-07-26 Paul Eggert <eggert@twinsun.com>
11400
11401 * data/glr.c (YYASSERT): New macro.
11402 (yyfillin, yydoAction, yyglrReduce, yysplitStack,
11403 yyresolveStates, yyprocessOneStack):
11404 Use `YYASSERT (FOO);' rather than `if (! (FOO)) abort ();'.
11405 Derived from a suggestion by Frank Heckenbach.
11406
11407 2003-07-25 Paul Eggert <eggert@twinsun.com>
11408
11409 * data/glr.c (yyglrReduce): Don't use C89 string concatenation,
11410 for portability to K&R C (after ansi2knr, presumably). See
11411 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>
11412 by Frank Heckenbach, though I have omitted the structure-initialization
11413 part of his glr-knr.diff patch since I recall that the Portable
11414 C Compiler didn't require that change.
11415
11416 Let the user specify how to allocate and free memory.
11417 Derived from a suggestion by Frank Heckenbach in
11418 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>.
11419 * data/glr.c (YYFREE, YYMALLOC, YYREALLOC): New macros.
11420 All uses of free, malloc, realloc changed to use these macros,
11421 and unnecessary casts removed.
11422 * data/yacc.c (YYFREE, YYMALLOC): Likewise.
11423
11424 2003-07-06 Matthias Mann <MatthiasMann@gmx.de>
11425
11426 * data/lalr1.cc (operator<<(std::ostream&, const Position&)):
11427 use s.empty() rather than s == "" to test for empty string; see
11428 <http://lists.gnu.org/archive/html/bison-patches/2003-07/msg00003.html>
11429 (trivial change)
11430
11431 2003-06-25 Akim Demaille <akim@epita.fr>
11432
11433 * config/depcomp, config/install-sh: Update from masters.
11434
11435 2003-06-20 Paul Eggert <eggert@twinsun.com>
11436
11437 * data/glr.c (YYLLOC_DEFAULT): Parenthesize arguments as needed,
11438 and return properly parenthesized result.
11439 * data/lalar1.cc (YYLLOC_DEFAULT): Likewise.
11440 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
11441 Remove unnecessary parentheses from uses.
11442 * doc/bison.texinfo (Location Default Action): Describe the
11443 conventions for parentheses.
11444
11445 2003-06-19 Paul Eggert <eggert@twinsun.com>
11446
11447 * data/glr.c (yyremoveDeletes, yy_reduce_print, yyglrReduce,
11448 yyreportTree): Do not assume that size_t is the same width as int,
11449 when printing sizes. Print sizes using an unsigned format.
11450 Problem reported by Frank Heckenbach in
11451 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00035.html>.
11452
11453 Port to Forte Developer 7 C compiler.
11454 * data/glr.c (struct YYLTYPE): If locations are not being used,
11455 declare a single dummy member, as empty structs do not conform
11456 to the C standard.
11457 (YYERROR, YYBACKUP): Do not use "do { ...; return foo; } while (0)";
11458 the Forte Developer 7 C compiler complains that end-of-loop
11459 code is not reached.
11460
11461 2003-06-17 Paul Eggert <eggert@twinsun.com>
11462
11463 * lib/libiberty.h (PARAMS): Spell argument as Args, not as X, to
11464 avoid warnings from picky compilers about redefinition of PARAMS.
11465
11466 2003-06-17 Paul Eggert <eggert@twinsun.com>
11467
11468 Version 1.875b.
11469
11470 * NEWS: Document 1.875b.
11471
11472 * lib/bbitset.h: Do not include config.h; that's the includer's job.
11473 Do not include <sys/types.h>; shouldn't be needed on a C89 host.
11474 * lib/bitset.h (bitset_compatible_p): Indent as per GNU standard.
11475 Don't use 'index' in comments, as it's a builtin fn on some hosts.
11476 * lib/bitset_stats.c: Include gettext.h unconditionally, as
11477 per recent gettext manual's suggestion.
11478 * lib/ebitset.c (ebitset_resize, ebitset_unused_clear):
11479 Use prototypes, not old-style definitions.
11480 * lib/lbitset.c (lbitset_unused_clear): Likewise.
11481 * lib/vbitset.c (vbitset_resize, vbitset_ones, vbitset_zero,
11482 vbitset_empty_p, vbitset_copy1, vbitset_not, vbitset_equal_p,
11483 vbitset_subset_p, vbitset_disjoint_p, vbitset_and, vbitset_and_cmp,
11484 vbitset_andn, vbitset_andn_cmp, vbitset_or, vbitset_or_cmp,
11485 vbitset_xor, vbitset_xor_cmp, vbitset_and_or, vbitset_and_or_cmp,
11486 vbitset_andn_or, vbitset_andn_or_cmp, vbitset_or_and,
11487 vbitset_or_and_cmp, vbitset_copy): Likewise.
11488
11489 * lib/libiberty.h: Do not include config.h; that's the includer's job.
11490 Do not include <stdlib.h>.
11491 (PARAMS): Define unconditionally for C89.
11492 (ATTRIBUTE_NORETURN): Remove.
11493 (ATTRIBUTE_UNUSED): Define unconditionally.
11494
11495 Upgrade to 2003-06-08 libbitset, submitted by Michael Hayes in:
11496 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00005.html>
11497 * lib/Makefile.am (bitsets_sources): Add vbitset.c, vbitset.h.
11498 * lib/vbitset.c, lib/vbitset.h: New files.
11499 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
11500 lib/bitset_stats.c, lib/ebitset.c, lib/lbitset.c: Import
11501 from libbitset.
11502
11503 * doc/bison.texinfo (How Can I Reset the Parser): Renamed from
11504 `How Can I Reset @code{yyparse}', since texinfo does not allow
11505 arbitrary @ in node names.
11506
11507 * m4/Makefile.am (EXTRA_DIST): Add the following files, which
11508 shouldn't be needed according to the gettext 0.12.1 documentation
11509 but which seem to be needed anyway: codeset.m4 glibc21.m4
11510 intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 isc-posix.m4
11511 lcmessage.m4 nls.m4 po.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4.
11512 * po/Makefile.in.in: Upgrade to gettext 0.12.1 version.
11513
11514 * lib/.cvsignore: Add stdbool.h.
11515 * m4/.cvsignore: Add nls.m4, po.m4.
11516
11517 Upgrade to CVS gnulib.
11518 * stdbool_.h: File renamed from stdbool.h.in.
11519 * configure.ac (AM_STDBOOL_H): Invoke this instead of
11520 AC_HEADER_STDBOOL.
11521 (AM_GNU_GETTEXT): Put brackets around args, as latest manual suggests.
11522 (AM_GNU_GETTEXT_VERSION): Update to 0.12.1.
11523 * lib/Makefile.am (EXTRA_DIST): Add stdbool_.h.
11524 (MOSTLYCLEANFILES): New var.
11525 ($(libbison_a_OBJECTS)): Depend on $(STDBOOL_H).
11526 (stdbool.h): New rule.
11527 * lib/dirname.c, lib/dirname.h, lib/hash.c, lib/hash.h,
11528 lib/malloc.c, lib/obstack.h, lib/quote.c, lib/realloc.c,
11529 lib/strcasecmp.c, lib/xalloc.h, m4/alloca.m4, m4/onceonly.m4,
11530 m4/quote.m4: Upgrade to today's gnulib.
11531
11532 * tests/calc.at (AT_CHECK_CALC): New option EXPECTED-TO-FAIL.
11533 (AT_CHECK_CALC_LALR1_CC): Use it, since the C++ LALR parser fails
11534 the tests right now.
11535 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Ensure yylex and
11536 yyerror are declared before use; C99 requires this.
11537
11538 2003-06-09 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
11539
11540 * data/glr.c (YYERROR): Update definition to reset yyerrState to 0
11541 first.
11542 (yyrecoverSyntaxError): Correct the logic for setting and testing
11543 yyerrState.
11544 Correct comment on handling EOF.
11545 Allow states with only a default reduction, rather than failing
11546 (I can't quite reconstruct why these were not allowed before).
11547
11548 Fixes to avoid problem that $-N rules in GLR parsers can cause
11549 buffer overruns, corrupting state.
11550
11551 * src/output.c (prepare_rules): Output max_left_semantic_context
11552 definition.
11553 * src/reader.h (max_left_semantic_context): New variable declaration.
11554 * src/scan-gram.l (max_left_semantic_context): Define.
11555 (handle_action_dollar): Update max_left_semantic_context.
11556 * data/glr.c (YYMAXLEFT): New definition.
11557 (yydoAction): Increase size of yyrhsVals by YYMAXLEFT.
11558 (yyresolveAction): Ditto.
11559
11560 Fixes to problems with location handling in GLR parsers reported by
11561 Frank Heckenbach (2003/06/05).
11562
11563 * data/glr.c (YYLTYPE): Make trivial if locations not used.
11564 (YYRHSLOC): Add parentheses, and define only if locations used.
11565 (YYLLOC_DEFAULT): Add parentheses, and give trivial definition if
11566 locations not used.
11567 (yyuserAction): Use YYLLOC_DEFAULT to set *yylocp.
11568 (yydoAction): Remove redundant initialization of *yyvalp and *yylocp.
11569
11570 * tests/cxx-type.at: Exercise location information; update tests
11571 to differentiate output with and without locations.
11572 Remove forward declarations of yylex and yyerror---caused errors
11573 because default YYLTYPE not yet defined.
11574 Change semantic actions to compute strings, rather than printing
11575 them directly (to test proper passing of semantics values). Change
11576 output to prefix notation and update test data and expected results.
11577 (yylex): Track locations.
11578 (stmtMerge): Return value rather than printing, and include arguments
11579 in value.
11580
11581 2003-06-03 Paul Eggert <eggert@twinsun.com>
11582
11583 Avoid warnings generated by GCC 2.95.4 when Bison is
11584 configured with --enable-gcc-warnings.
11585 * data/lalr1.cc (yy::]b4_parser_class_name[::parse,
11586 yy::]b4_parser_class_name[::translate_,
11587 yy::Stack::operator[] (unsigned),
11588 yy::Stack::operator[] (unsigned) const,
11589 yy::Slice::operator[] (unsigned),
11590 yy::Slice::operator[] (unsigned) const):
11591 Rename local vars to avoid warnings.
11592 * tests/glr-regression.at (Improper handling of embedded actions
11593 and $-N in GLR parsers): Remove unused local variable from yylex.
11594 * tests/regression.at (_AT_DATA_DANCER_Y): Declare yylex to take
11595 (void) as arg when not pure, since we now assume C89 when building
11596 Bison. Pacify GCC by using parameter.
11597
11598 2003-06-02 Paul Eggert <eggert@twinsun.com>
11599
11600 * data/lalr1.cc (yy::Position::lines, yy::Position::columns,
11601 yy::Location::lines, yy::Location::columns): Rename arguments
11602 to avoid shadowing; this removes a warning generated by GCC 3.3.
11603
11604 2003-06-01 Paul Eggert <eggert@twinsun.com>
11605
11606 Don't pass C-only warning optins (e.g., -Wmissing-declarations)
11607 to g++, as GCC 3.3 complains if you do it.
11608 * configure.ac (WARNING_CXXFLAGS): New subst. Set it to
11609 everything that WARNING_CFLAGS has, except omit warnings
11610 not suitable for C++.
11611 (AC_PROG_CXX): Use this instead of AC_CHECK_PROGS([CXX], [g++]).
11612 * tests/atlocal.in (CXXFLAGS): New var.
11613 * tests/local.at (AT_COMPILE_CXX): Use it instead of CFLAGS.
11614
11615 Fix a GLR parser bug I reported in February; see
11616 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00008.html>.
11617 The problem was that GLR parsers did not conform to the C standard,
11618 because actions like { $1 = $2 + $3; } expanded to expressions
11619 that invoked YYFILL in separate subexpressions, and YYFILL assigned
11620 to a local variable. The C standard says that expressions
11621 like (var = f ()) + (var = f ()) have undefined behavior.
11622 Another problem was that GCC sometimes issues warnings that
11623 yyfill and its parameters are unused.
11624
11625 * data/glr.c (yyfillin): Renamed from the old yyfill. Mark
11626 as possibly unused.
11627 (yyfill): New function.
11628 (YYFILL): Use it.
11629 (yyuserAction): Change type of yynormal to bool, so that it matches
11630 the new yyfill signature. Mark it as possibly unused.
11631
11632
11633 Follow up on a bug I reported in February, where a Bison-generated
11634 parser can loop. Provide a test case and a fix for yacc.c. I
11635 don't have a fix for lalr1.cc or for glr.c, unfortunately.
11636 The original bug report is in:
11637 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00044.html>
11638
11639 * data/yacc.c (YYERROR): Now just 'goto yyerrorlab', since the
11640 macro's size was becoming unwieldy.
11641 (yyerrlab): Do not discard an empty lookahead symbol, as this
11642 might destroy garbage.
11643 (yyerrorlab): New label, with the old contents of YYERROR,
11644 plus the following change: pop the stack of rhs corresponding
11645 to the production that invoked YYERROR. That is how Yacc
11646 behaves, and POSIX requires this behavior.
11647 (yyerrlab1): Use YYPOPSTACK instead of its definiens.
11648 * tests/calc.at (_AT_DATA_CALC_Y): Include unistd.h if available.
11649 Define 'alarm' to do nothing if unistd.h is not available.
11650 Add a new rule "exp: '-' error;" to test the above change to
11651 data/yacc.c. Use 'alarm' to abort any test taking longer than
11652 10 seconds, as it's probably looping.
11653 (AT_CHECK_CALC): Test recovery from error in new grammar rule.
11654 Also, the new yacc.c generates two fewer diagnostics for an
11655 existing test.
11656
11657 2003-05-24 Paul Eggert <eggert@twinsun.com>
11658
11659 * data/glr.c (YYSTACKEXPANDABLE): Do not evaluate
11660 YYSTYPE_IS_TRIVIAL or YYSTYPE_IS_TRIVIAL unless they are defined.
11661 This fixes a problem reported by John Bowman when the Compaq/HP
11662 Alpha cxx compiler happy (e.g. using cxx -D__USE_STD_IOSTREAM
11663 -ansi -Wall -gall).
11664 * data/yacc.c (union yyalloc): Likewise.
11665 (YYCOPY): Do not evaluate __GNUC__ unless it is defined.
11666
11667 Switch from 'int' to 'bool' where that makes sense.
11668
11669 * lib/abitset.c (abitset_test, abitset_empty_p, abitset_equal_p,
11670 abitset_subset_p, abitset_disjoint_p, abitset_and_cmp,
11671 abitset_andn_cmp, abitset_or_cmp, abitset_xor_cmp, abitset_and_or,
11672 abitset_and_or_cmp, abitset_andn_or_cmp, abitset_or_and_cmp):
11673 Return or accept bool, not int. All callers changed.
11674 * lib/bbitset.h: (bitset_toggle_, bitset_copy_, bitset_and_or_cmp_,
11675 bitset_andn_or_cmp_, bitset_or_and_cmp_): Likewise.
11676 * lib/bitset.c (bitset_only_set_p, bitset_print, bitset_toggle_,
11677 bitset_copy_, bitset_op4_cmp, bitset_and_or_cmp_, bitset_andn_or_cmp_,
11678 bitset_or_and_cmp_): Likewise.
11679 * lib/bitset.h (bitset_test, bitset_only_set_p): Likewise.
11680 * lib/bitset_stats.c (bitset_stats_print, bitset_stats_toggle,
11681 bitset_stats_test, bitset_stats_empty_p, bitset_stats_disjoint_p,
11682 bitset_stats_equal_p, bitset_stats_subset_p, bitset_stats_and_cmp,
11683 bitset_stats_andn_cmp, bitset_stats_or_cmp, bitset_stats_xor_cmp,
11684 bitset_stats_and_or_cmp, bitset_stats_andn_or_cmp,
11685 bitset_stats_or_and_cmp): Likewise.
11686 * lib/ebitset.c (ebitset_elt_zero_p, ebitset_equal_p, ebitset_copy_cmp,
11687 ebitset_test, ebitset_empty_p, ebitset_subset_p, ebitset_disjoint_p,
11688 ebitset_op3_cmp, ebitset_and_cmp, ebitset_andn_cmp, ebitset_or_cmp,
11689 ebitset_xor_cmp): Likewise.
11690 * lib/lbitset.c (lbitset_elt_zero_p, lbitset_equal_p, lbitset_copy_cmp,
11691 lbitset_test, lbitset_empty_p, lbitset_subset_p, lbitset_disjoint_p,
11692 lbitset_op3_cmp, lbitset_and_cmp, lbitset_andn_cmp, lbitset_or_cmp,
11693 lbitset_xor_cmp): Likewise.
11694 * lib/bbitset.h: Include <stdbool.h>.
11695 (struct bitset_vtable): The following members now return bool, not
11696 int: toggle, test, empty_p, disjoint_p, equal_p, subset_p,
11697 and_cmp, andn_cmp, or_cmp, xor_cmp, and_or_cmp, andn_or_cmp,
11698 or_and_cmp).
11699 * src/conflicts.c (count_rr_conflicts): Likewise.
11700 * lib/bitset_stats.h (bitset_stats_enabled): Now bool, not int.
11701 All uses changed.
11702 * lib/ebitset.c (ebitset_obstack_init): Likewise.
11703 * lib/lbitset.c (lbitset_obstack_init): Likewise.
11704 * src/getargs.c (debug_flag, defines_flag, locations_flag,
11705 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
11706 graph_flag): Likewise.
11707 * src/getargs.h (debug_flag, defines_flag, locations_flag,
11708 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
11709 graph_flag): Likewise.
11710 * src/output.c (error_verbose): Likewise.
11711 * src/output.h (error_verbose): Likewise.
11712 * src/reader.c (start_flag, typed): Likewise.
11713 * src/reader.h (typed): Likewise.
11714 * src/getargs.c (LOCATIONS_OPTION): New constant.
11715 (long_options, getargs): Use it.
11716 * src/lalr.c (build_relations): Use bool, not int.
11717 * src/nullable.c (nullable_compute): Likewise.
11718 * src/print.c (print_reductions): Likewise.
11719 * src/tables.c (action_row, pack_vector): Likewise.
11720 * src/muscle_tab.h (MUSCLE_INSERT_BOOL): New macro.
11721 * src/output.c (prepare): Use it.
11722 * src/output.c (token_definitions_output,
11723 symbol_destructors_output, symbol_destructors_output): Use string,
11724 not boolean integer, to keep track of whether to output separator.
11725 * src/print_graph.c (print_core): Likewise.
11726 * src/state.c (state_rule_lookaheads_print): Likewise.
11727
11728 * config/install-sh: Sync from automake 1.7.5.
11729
11730 2003-05-14 Paul Eggert <eggert@twinsun.com>
11731
11732 * src/parse-gram.y (rules_or_grammar_declaration): Require a
11733 semicolon after a grammar declaration, in the interest of possible
11734 future changes to the Bison input language.
11735 Do not allow a stray semicolon at the start of the grammar.
11736 (rhses.1): Allow one or more semicolons after any rule, including
11737 just before "|" as required by POSIX.
11738 * tests/input.at (Torturing the Scanner): Add tests for ";|" in a
11739 grammar.
11740
11741 2003-05-14 Alexandre Duret-Lutz <adl@gnu.org>
11742
11743 %parse-param support for lalr1.cc.
11744
11745 * data/lalr1.cc (b4_parse_param_decl, b4_parse_param_cons,
11746 b4_cc_constructor_calls, b4_cc_constructor_call,
11747 b4_parse_param_vars, b4_cc_var_decls, b4_cc_var_decl): New m4
11748 definitions.
11749 (yy::b4_parser_class_name::b4_parser_class_name): Take extra
11750 parse-param arguments.
11751 (yy::b4_parser_class_name): Declare instance variables to
11752 hold parse-param arguments.
11753 * tests/calc.at: s/value/semantic_value/ because value clashes
11754 with a member of yy::b4_parser_class_name. Adjust C++ code
11755 to handle %parse-param. Enable %parse-param test in C++.
11756
11757 2003-05-12 Paul Eggert <eggert@twinsun.com>
11758
11759 * doc/bison.texinfo (How Can I Reset @code{yyparse}): Reword the
11760 English a bit. Fix fclose typo. Change "const char" to "char
11761 const", and use ANSI C rather than K&R for "main". Suggest
11762 YY_FLUSH_BUFFER over yyrestart (as that is what Flex recommends)
11763 and suggest yy_switch_to_buffer.
11764
11765 2003-05-05 Paul Eggert <eggert@twinsun.com>
11766
11767 * lib/bitset.h (__INT_TO_PTR): Define to a value that presumes
11768 C89. This avoids a diagnostic on compilers that define __STDC__
11769 to 0, fixing a problem with Tru64 cc reported by Martin Mokrejs in
11770 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
11771
11772 2003-05-03 Paul Eggert <eggert@twinsun.com>
11773
11774 * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):
11775 Do not overrun array bounds.
11776 This should fix a bug reported today by Olatunji Oluwabukunmi in
11777 <http://lists.gnu.org/archive/html/bug-bison/2003-05/msg00004.html>.
11778
11779 2003-04-29 Akim Demaille <akim@epita.fr>
11780
11781 * src/gram.h, src/gram.c (pure_parser, glr_parser): Move to...
11782 * src/getargs.c, src/getargs.h: here, as bool, not int.
11783 (nondeterministic_parser): New.
11784 * src/parse-gram.y, src/scan-gram.l: Support
11785 %nondeterministic-parser.
11786 * src/output.c (prepare): Use nondeterministic_parser instead
11787 of glr_parser where appropriate.
11788 * src/tables.c (conflict_row, action_row, save_row)
11789 (token_actions, token_actions, pack_vector): Ditto.
11790
11791 2003-04-29 Akim Demaille <akim@epita.fr>
11792
11793 * doc/bison.texinfo (C++ Parsers, Implementing Loops): New.
11794
11795 2003-04-29 Akim Demaille <akim@epita.fr>
11796
11797 * tests/calc.at: Also test yacc.c and glr.c (but not lalr1.cc yet)
11798 with %pure-parser and %locations to exercise the patch from Yakov
11799 Markovitch below.
11800
11801 2003-04-28 Tim Van Holder <tim.van.holder@pandora.be>
11802
11803 * data/yacc.c: (b4_lex_param): Corrected for the case where
11804 %lex-param is provided and %pure-parser isn't.
11805
11806 2003-04-27 Paul Eggert <eggert@twinsun.com>
11807
11808 Avoid gcc -Wundef warnings reported by Gerald Pfeifer in
11809 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00044.html>.
11810 * data/yacc.c (YYSTACK_ALLOC): Don't evaluate YYSTACK_USE_ALLOCA
11811 if it is not defined.
11812 (YYMAXDEPTH): Don't evaluate YYMAXDEPTH if it is not defined.
11813
11814 2003-04-26 Paul Eggert <eggert@twinsun.com>
11815
11816 * data/lalr1.cc (yy::Parser::pact_ninf_, yy::Parser::table_ninf_):
11817 Declare to be of type suitable for the ninf value itself, not of
11818 type suitable for the corresponding table, since the latter might
11819 be unsigned but the ninf value might be negative. This fixes a
11820 bug reported by Alexandre Duret-Lutz in
11821 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00017.html>.
11822
11823 * configure.ac (AC_FUNC_ERROR_AT_LINE): Remove, since gl_ERROR
11824 invokes it. We shouldn't invoke it twice because it will attempt
11825 to put error.o in the archive twice. This fixes a glitch reported
11826 by Martin Mokrejs in
11827 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
11828
11829 2003-04-21 Paul Eggert <eggert@twinsun.com>
11830
11831 * m4/error.m4: Update from Bruno Haible's 2003-04-14 patch
11832 to gnulib.
11833
11834 2003-04-21 Yakov Markovitch <Markovitch@iso.ru>
11835
11836 * data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
11837 Fix obvious typo that results in uncompilable GLR parsers
11838 when both %pure-parser and %locations are used. (trivial change)
11839
11840 2003-04-17 Paul Eggert <eggert@twinsun.com>
11841
11842 * src/scan-gram.l: Add %option nounput, since we no longer use unput.
11843 (unexpected_eof): Renamed from unexpected_end_of_file, for brevity.
11844 Do not insert the expected token via unput, as this runs afoul
11845 of a POSIX-compatibility bug in flex 2.5.31.
11846 All uses changed to BEGIN the parent state,
11847 since we no longer insert the expected token via unput.
11848 * tests/regression.at (Invalid inputs): Remove cascaded diagnostic
11849 that is no longer emitted after the above change.
11850
11851 * src/conflicts.c (set_conflicts): Resolve all conflicts, not just
11852 the first one. This change is from Paul Hilfinger, and it fixes
11853 regression reported by Werner Lemberg in
11854 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
11855
11856 (resolve_sr_conflict): Don't invoke state_errs_set
11857 unless one or more tokens have been explicitly made errors.
11858 Otherwise, the above change causes Bison to abort.
11859
11860 * tests/existing.at (GNU pic Grammar): New test case, taken from
11861 Lemberg's email.
11862
11863 2003-03-31 Akim Demaille <akim@epita.fr>
11864
11865 * doc/Makefile.am (AM_MAKEINFOFLAGS): Don't split the info file.
11866
11867 2003-03-31 Akim Demaille <akim@epita.fr>
11868
11869 * src/output.c (prepare_symbols): Avoid trailing spaces in the
11870 output.
11871
11872 2003-03-31 Akim Demaille <akim@epita.fr>
11873
11874 * doc/bison.texinfo (Strings are Destroyed): s/losses/loses/.
11875 From Paul Hilfinger.
11876
11877 2003-03-29 Akim Demaille <akim@epita.fr>
11878
11879 * m4/error.m4: Do not put under dynamic conditions some code which
11880 expansion is under static control.
11881
11882 2003-03-29 Akim Demaille <akim@epita.fr>
11883
11884 * doc/bison.texinfo (How Can I Reset @code{yyparse}): New.
11885
11886 2003-03-29 Akim Demaille <akim@epita.fr>
11887
11888 * doc/bison.texinfo (Strings are Destroyed): New.
11889
11890 2003-03-13 Paul Eggert <eggert@twinsun.com>
11891
11892 * .cvsignore: Add configure.lineno.
11893 * src/.cvsignore: Add yacc.
11894 * tests/.cvsignore: Add testsuite.log.
11895 * doc/fdl.texi: Sync with latest FSF version.
11896
11897 2003-03-12 Paul Eggert <eggert@twinsun.com>
11898
11899 * scan-gram.l (YY_USER_INIT): Initialize code_start, too.
11900 (<INITIAL><<EOF>>, <SC_PRE_CODE><<EOF>>): Set *loc to the scanner
11901 cursor, instead of leaving it undefined. This fixes a bug
11902 reported by Tim Van Holder in
11903 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00023.html>.
11904 * tests/input.at (Torturing the Scanner): Test the scanner on
11905 an empty input file, which was Tim Van Holder's test case.
11906
11907 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): When checking whether
11908 <sys/resource.h> can be included, include sys/time.h and
11909 sys/times.h first, if available. This works around the SunOS
11910 4.1.4 porting bug reported by Bruce Becker in
11911 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00018.html>.
11912
11913 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't
11914 AC_CHECK_HEADERS([sys/wait.h]), as this interferes with
11915 AC_HEADER_SYS_WAIT.
11916
11917 Merge changes from gnulib. This was prompted because the CVS
11918 snapshot didn't build on Solaris 7 due to strnlen problems.
11919
11920 These changes need to be merged back into gnulib:
11921 * lib/hash.c: Include <stdbool.h> unconditionally.
11922 * m4/onceonly.m4 (m4_quote): New macro.
11923 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
11924 Quote AC_FOREACH variable-expansions properly.
11925 The 2003-01-03 obstack.h change also needs merging.
11926 {end of changes requiring merging}
11927
11928 * lib/stdbool.h.in, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
11929 m4/getopt.m4, m4/hash.m4, m4/malloc.m4, m4/memchr.m4,
11930 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/quote.m4,
11931 m4/quotearg.m4, m4/realloc.m4, m4/stpcpy.m4, m4/strnlen.m4,
11932 m4/strtol.m4, m4/strtoul.m4, m4/unlocked-io.m4, m4/xalloc.m4:
11933 New files, imported from gnulib.
11934 * m4/Makefile.am (EXTRA_DIST): Add the new m4/*.m4 files mentioned
11935 above.
11936
11937 * lib/mbswidth.c, m4/error.m4, m4/mbrtowc.m4, m4/mbswidth.m4,
11938 m4/memcmp.m4, m4/prereq.m4, m4/stdbool.m4: Update to current
11939 gnulib sources.
11940
11941 * configure.ac (gl_DIRNAME, gl_GETOPT, gl_HASH, gl_QUOTE, gl_XALLOC):
11942 Add.
11943 (gl_ERROR): New, replacing jm_PREREQ_ERROR.
11944 (gl_FUNC_ALLOCA): New, replacing AC_FUNC_ALLOCA.
11945 (gl_FUNC_STPCPY): New, replacing AC_REPLACE_FUNCS(stpcpy).
11946 (gl_FUNC_STRNLEN): New, replacing AC_FUNC_STRNLEN.
11947 (gl_MBSWIDTH): New, replacing jm_PREREQ_MBSWIDTH.
11948 (gl_OBSTACK): New, replacing AC_FUNC_OBSTACK.
11949 (gl_QUOTEARG): New, replacing jm_PREREQ_QUOTEARG.
11950 (jm_FUNC_GLIBC_UNLOCKED_IO, gl_FUNC_STPCPY, gl_FUNC_STRTOL): New.
11951 (jm_FUNC_MALLOC): New, replacing AC_FUNC_MALLOC.
11952 (jm_FUNC_REALLOC): New, replacing AC_FUNC_REALLOC.
11953 (jm_PREREQ_ARGMATCH): Remove.
11954 (AC_REPLACE_FUNCS): Remove memchr, memrchr, stpcpy, strtol, strtoul.
11955 * lib/Makefile.am (libbison_a_SOURCES): Add argmatch.c, argmatch.h.
11956
11957 * src/system.h: Include <stdbool.h> unconditionally.
11958
11959 * lib/bbitset.h: Include <limits.h> unconditionally. We have been
11960 assuming at least C89 in the bitset code for some time now.
11961
11962 2003-03-03 Akim Demaille <akim@epita.fr>
11963
11964 * ro.po: New.
11965
11966 2003-03-02 Akim Demaille <akim@epita.fr>
11967
11968 * doc/bison.texinfo (Table of Symbols): Reactivate the
11969 documentation for %lex-param, and %parse-param.
11970
11971 2003-03-02 Akim Demaille <akim@epita.fr>
11972
11973 * data/yacc.c, data/glr.c, data/lal1.cc: Use similar code to
11974 generate verbose error messages.
11975 Use the number of tokens as an upper bound in yytname, as it
11976 cannot be a non terminal.
11977
11978 2003-03-02 Akim Demaille <akim@epita.fr>
11979
11980 * tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected error
11981 message.
11982
11983 2003-03-02 Akim Demaille <akim@epita.fr>
11984
11985 * tests/regression.at (_AT_DATA_DANCER_Y, AT_CHECK_DANCER): New.
11986 Use them to exercise yycheck overrun.
11987 Based on Andrew Suffield's grammar.
11988
11989 2003-03-02 Akim Demaille <akim@epita.fr>
11990
11991 Create tests/local.at for Bison generic testing macros.
11992
11993 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Move to...
11994 * tests/local.at (AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS):
11995 This new file.
11996 * tests/calc.at (AT_CHECK_CALC): Adjust.
11997 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR)
11998 (AT_COMPILE, AT_COMPILE_CXX, AT_PARSER_CHECK): Move to...
11999 * tests/local.at: here.
12000 (AT_COMPILE_CXX): Tags the tests using it as c++.
12001 Ignore the test if CXX is not functional.
12002
12003 2003-03-01 Paul Eggert <eggert@twinsun.com>
12004
12005 * src/scan-gram.l (code_start): Initialize it to scanner_cursor,
12006 not loc->end, since loc->end might contain garbage and this leads
12007 to undefined behavior on some platforms.
12008 (id_loc, token_start): Use (IF_LINTed) initial values that do not
12009 depend on *loc, so that the reader doesn't give the the false
12010 impression that *loc is initialized.
12011 (<INITIAL>"%%"): Do not bother setting code_start, since its value
12012 does not survive the return.
12013
12014 2003-03-01 Akim Demaille <akim@epita.fr>
12015
12016 * src/scan-gram.l (code_start): Always initialize it when entering
12017 into yylex, as SC_EPILOGUE is activated *before* the corresponding
12018 yylex invocation. An alternative would be making it static, but
12019 then it starts with the second %%'s beginning, instead of its end.
12020
12021 2003-02-28 Paul Eggert <eggert@twinsun.com>
12022
12023 * lib/mbswidth.c: Include <wchar.h> before "mbswidth.h", to work
12024 around a UnixWare 7.1.1 porting bug reported by John Hughes in
12025 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00030.html>.
12026
12027 2003-02-26 Paul Eggert <eggert@twinsun.com>
12028
12029 * README: Mention compiler bug in Sun Forte Developer 6 update 2.
12030 Remove Sequent/Pyramid discussion (nobody uses them any more).
12031 Merge VMS and MS-DOS discussion; these ports may well be dead
12032 but let's keep mentioning them for now. Put <> around email
12033 addresses. Add copyright notice.
12034
12035 2003-02-24 Paul Eggert <eggert@twinsun.com>
12036
12037 * data/glr.c (yy_reduce_print): yylineno -> yylno,
12038 to avoid collision with flex use of yylineno.
12039 Problem reported by Bruce Lilly in
12040 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00016.html>.
12041 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
12042 * data/yacc.c (yy_reduce_print): Likewise.
12043
12044 * config/depcomp: Sync with Automake 1.7.3.
12045
12046 2003-02-21 Akim Demaille <akim@epita.fr>
12047
12048 * data/lalr1.cc: Use temporary variables instead of casts to
12049 change integer types.
12050 Suggested by Paul Eggert.
12051
12052 2003-02-21 Akim Demaille <akim@epita.fr>
12053
12054 * doc/bison.texinfo: Use "location" consistently to refer to @n,
12055 to avoid confusions with lalr1.cc's notion of Position.
12056 Suggested by Paul Eggert.
12057
12058 2003-02-20 Akim Demaille <akim@epita.fr>
12059
12060 * data/lalr1.cc (position.hh): Make sure "columns" never pushes
12061 before initial_columns.
12062 (location.hh): Use consistent variable names when defining the
12063 operator<<.
12064 Use "last" so that we subtract from Positions, not from unsigned.
12065
12066 2003-02-20 Akim Demaille <akim@epita.fr>
12067
12068 * data/lalr1.cc (position.hh): New subfile, including the extended
12069 and Doxygen'ed documentation of class Position.
12070 (location.hh): Use it.
12071 Document a` la Doxygen.
12072 With the help of Benoit Perrot.
12073
12074 2003-02-20 Akim Demaille <akim@epita.fr>
12075
12076 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Define
12077 AT_YACC_IF.
12078 Redefine AT_YYERROR_SEES_LOC_IF using it.
12079 (_AT_DATA_CALC_Y): Don't declare yyerror when lalr1.cc, as it is
12080 not defined.
12081 Don't use the location in yy::Parser::error_ and
12082 yy::Parser::print_ when not %locations.
12083 Activate more lalr1.cc tests.
12084
12085 2003-02-19 Akim Demaille <akim@epita.fr>
12086
12087 * data/lalr1.cc: When displaying a line number, be sure to make it
12088 an int.
12089
12090 2003-02-19 Akim Demaille <akim@epita.fr>
12091
12092 * data/lalr1.cc (b4_stack_depth_init, yy::Parser::initdepth_):
12093 Remove, useless.
12094 (YYABORT, YYACCEPT, YYERROR): New.
12095 * tests/calc.at: Renable the lalr1.cc test.
12096
12097 2003-02-19 Akim Demaille <akim@epita.fr>
12098
12099 * tests/calc.at (AT_CHECK_CALC): Check different scenarios of
12100 error recovery, mixing with/without pops and discarding of the
12101 lookahead.
12102 Exercise YYERROR.
12103 Disable the lalr1.cc tests as currently it doesn't support YYERROR.
12104
12105 2003-02-17 Paul Eggert <eggert@twinsun.com>
12106
12107 * tests/atlocal.in (LDFLAGS, LIBS): New vars.
12108 * tests/testsuite.at (AT_COMPILE): Use them.
12109 This fixes the testsuite problem reported by Robert Lentz in
12110 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00011.html>.
12111
12112 2003-02-12 Paul Eggert <eggert@twinsun.com>
12113
12114 * data/yacc.c (yyerrlab) [YYERROR_VERBOSE]:
12115 Avoid subscript error in yycheck. Bug reported by Andrew Suffield in
12116 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00003.html>.
12117 * data/glr.c (yyreportSyntaxError) [YYERROR_VERBOSE]: Likewise.
12118 Check for malloc failure, for consistency with yacc.c.
12119 (yytname_size): Remove, for consistency with yacc.c.
12120
12121 The bug still remains in data/lalr1.cc, as I didn't have time
12122 to fix it there.
12123
12124 2003-02-06 Akim Demaille <akim@epita.fr>
12125
12126 * configure.ac (GXX): Rename as...
12127 (CXX): this, to keep the original Autoconf semantics.
12128 Require 2.57.
12129 * data/lalr1.cc: Fix b4_copyright invocations.
12130 If YYDEBUG is not defined, don't depend upon name_ being defined.
12131 (location.hh): Include string and iostream.
12132 (Position::filename): New member.
12133 (Position::Position ()): New.
12134 (operator<< (Position)): New.
12135 (operator- (Position, int)): New.
12136 (Location::first, Location::last): Rename as...
12137 (Location::begin, Location::end): these, to mock the conventional
12138 iterator names.
12139 (operator<< (Location)): New.
12140 * tests/atlocal.in (CXX): New.
12141 * tests/testsuite.at (AT_COMPILE_CXX): New.
12142 * tests/calc.at (_AT_DATA_CALC_Y): Adjust yyerror to report the
12143 locations in a more synthetic way.
12144 (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF is positive if
12145 lalr1.cc is used.
12146 Adjust the C locations to match those from Emacs: first column is
12147 column 0.
12148 Change all the expected results.
12149 Conform to the GCS: simplify the locations when applicable.
12150 (LOC, VAL, YYLLOC_FORMAL, YYLLOC_ARG, USE_YYLLOC, LEX_FORMALS)
12151 (LEX_ARGS, USE_LEX_ARGS, LEX_PRE_FORMALS, LEX_PRE_ARGS): Replace
12152 these CPP macros with the m4 macros new defined by...
12153 (AT_CHECK_PUSHDEFS): this, i.e.:
12154 (AT_LALR1_CC_IF, AT_PURE_LEX_IF, AT_LOC, AT_VAL, AT_LEX_FORMALS)
12155 (AT_LEX_ARGS, AT_USE_LEX_ARGS, AT_LEX_PRE_FORMALS, AT_LEX_PRE_ARGS)
12156 New macros.
12157 (AT_CHECK_POPDEFS): Undefine them.
12158 (AT_CHECK_CALC_LALR1_CC): New.
12159 Use it for the first lalr1.cc test.
12160
12161 2003-02-04 Akim Demaille <akim@epita.fr>
12162
12163 * data/lalr1.cc (YYLLOC_DEFAULT): Fix its definition: be based on
12164 Location as is defined.
12165
12166 2003-02-04 Akim Demaille <akim@epita.fr>
12167
12168 * data/lalr1.cc: If YYDEBUG is not defined, don't depend upon
12169 name_ being defined.
12170
12171 2003-02-03 Paul Eggert <eggert@twinsun.com>
12172
12173 * src/gram.h (start_symbol): Remove unused decl.
12174
12175 Use more-consistent naming conventions for local vars.
12176
12177 * src/derives.c (derives_compute): Change type of local var from
12178 int to rule_number.
12179 * src/gram.c (grammar_rules_partial_print): Likewise.
12180 * src/print.c (print_core): Likewise.
12181 * src/reduce.c (reduce_grammar_tables): Likewise.
12182
12183 * src/gram.c (grammar_dump): Change name of item_number *
12184 local var from r to rp.
12185 * src/nullable.c (nullable_compute): Likewise.
12186
12187 * src/gram.h (ISTOKEN, ISVAR): Use i, not s, for int var.
12188
12189 * src/gram.h (symbol_number_as_item_number): Use sym, not s,
12190 for symbol or symbol_number var.
12191 * src/reader.c (grammar_start_symbol_set): Likewise.
12192 * src/reader.h (grammar_start_symbol_set, grammar_symbol_append):
12193 Likewise.
12194 * src/state.c (transitions_to): Likewise.
12195 * src/state.h: Likewise.
12196 * src/tables.c (symbol_number_to_vector_number): Likewise.
12197
12198 * src/muscle_tab.h (MUSCLE_OBSTACK_SGROW): Use p, not s, for
12199 char * var.
12200
12201 * src/parse-gram.y (lloc_default): Use loc, not r, for YYLTYPE
12202 var.
12203
12204 * src/scan-gram.l (no_cr_read): Use bytes_read, not s, for size
12205 var.
12206
12207 * src/system.h (xstrndup, strchr, strspn, strnlen, memchr, memrchr):
12208 Use str, not s, for char * var. Use ch, not c, for character var.
12209 Use size for size var.
12210
12211 * src/uniqstr.c (uniqstr_new, uniqstr_assert): Use str, not s, for
12212 char * var.
12213 (uniqstr_print, uniqst_print_processor): Use ustr, not s, for
12214 uniqstr var.
12215 * src/uniqstr.h: Likewise.
12216
12217 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
12218 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
12219 get_node_alignment_str, get_arrow_mode_str, get_crossing_type_str,
12220 get_view_str, get_linestyle_str, get_arrowstyle_str): Rename
12221 param to have same name as that of enum, so that we don't use
12222 "s" to stand for a non-state.
12223
12224 2003-02-02 Akim Demaille <akim@epita.fr>
12225
12226 * src/scan-skel.l: Scan more than one inert character per yylex
12227 invocation.
12228
12229 2003-02-01 Paul Eggert <eggert@twinsun.com>
12230
12231 Version 1.875a.
12232
12233 * po/LINGUAS: Add ms.
12234
12235 2003-01-30 Akim Demaille <akim@epita.fr>
12236
12237 * doc/Makefile.am (CLEANFILES): Add bison.fns for distcheck.
12238
12239 2003-01-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
12240
12241 * tests/cxx-type.at: Correct apparent typo in Bison input: $$ instead
12242 of $1.
12243
12244 Changes in response to error report by S. Eken: GLR mode does not
12245 handle negative $ indices or $ indices in embedded rules correctly.
12246 See <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00076.html>.
12247
12248 * data/glr.c (b4_rhs_value): Change to use YYFILL macro.
12249 (b4_rhs_location): Ditto.
12250 (yyfill): New function to copy from stack tree into array
12251 incrementally.
12252 (yyuserAction): Modify to allow incremental move of semantic values
12253 to rhs array when in GLR mode.
12254 Define YYFILL to use in user-defined actions to fill semantic array
12255 as needed.
12256 Remove dummy use of yystack, as there is now a guaranteed use.
12257 (yydoAction): Modify to allow incremental move of semantic values
12258 to rhs array when in GLR mode.
12259 (yyresolveAction): Ditto.
12260 (yyglrShiftDefer): Update comment.
12261 (yyresolveStates): Use X == NULL for pointers, not !X.
12262 (yyglrReduce): Ditto.
12263 (yydoAction): Ditto
12264
12265 * tests/glr-regr1.at: Rename to ...
12266 * tests/glr-regression.at: Add new regression test for the problems
12267 described above (adapted from S. Eken).
12268 Update copyright notice.
12269 * tests/testsuite.at: Rename glr-regr1.at to glr-regression.at.
12270 * tests/Makefile.am: Ditto.
12271
12272 2003-01-28 Paul Eggert <eggert@twinsun.com>
12273
12274 * data/lalr1.cc: Do not use @output_header_name@ unless
12275 b4_defines_flag is set. This fixes two bugs reported by
12276 Tim Van Holder in
12277 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00071.html>
12278 and <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00073.html>.
12279
12280 2003-01-21 Paul Eggert <eggert@twinsun.com>
12281
12282 * data/yacc.c (YYERROR): Move code from yyerrlab1 to here, so that
12283 we don't need to worry about yyerrlab1 being reported as an
12284 "unused label" by non-GCC C compilers. The downside is that if
12285 locations are used then a couple of statements are duplicated each
12286 time YYERROR is invoked, but the upside is that the warnings
12287 should vanish.
12288 (yyerrlab1): Move code to YERROR.
12289 (yyerrlab2): Remove. Change uses back to yyerrlab1.
12290 This reverts some of the 2002-12-27 change.
12291
12292 2003-01-17 Paul Eggert <eggert@twinsun.com>
12293
12294 * src/output.c (symbol_printers_output): Fix typo that led
12295 to core dump. Problem reported by Antonio Rus in
12296 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00058.html>.
12297
12298 2003-01-13 Akim Demaille <akim@epita.fr>,
12299 Quoc Peyrot <chojin@lrde.epita.fr>,
12300 Robert Anisko <anisko_r@lrde.epita.fr>
12301
12302 * data/lalr1.cc (parse::yyerrlab1): When popping the stack, stop
12303 when the stacks contain one element, as the loop would otherwise
12304 free the last state, and then use the top state (the one we just
12305 popped). This means that the initial elements will not be freed
12306 explicitly, as is the case in yacc.c; it is not a problem, as
12307 these elements have fake values.
12308
12309 2003-01-11 Paul Eggert <eggert@twinsun.com>
12310
12311 * NEWS: %expect-violations are now just warnings, reverting
12312 to Bison 1.30 and 1.75 behavior. This fixes the GCC 3.2
12313 bootstrapping problem reported by Matthias Klose; see
12314 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00053.html>.
12315 * src/conflicts.c (conflicts_print): Likewise.
12316 * tests/conflicts.at (%expect not enough, %expect too much,
12317 %expect with reduce conflicts): Likewise.
12318 * doc/bison.texinfo (Expect Decl): Document this. Also mention
12319 that the warning is enabled if the number of conflicts changes
12320 (not necessarily increases).
12321
12322 * src/getargs.c (version): Update copyright year.
12323
12324 2003-01-09 Akim Demaille <akim@epita.fr>
12325
12326 * src/Makefile.am, lib/Makefile.am: Use $(VAR) instead of @VAR@.
12327
12328 2003-01-08 Paul Eggert <eggert@twinsun.com>
12329
12330 * Makefile.maint (WGETFLAGS):
12331 New macro, containing "-C off" to disable proxy caches.
12332 All uses of $(WGET) changed to $(WGET) $(WGETFLAGS).
12333 (rel-check): Use $(WGET) instead of wget.
12334
12335 2003-01-06 Paul Eggert <eggert@twinsun.com>
12336
12337 * doc/bison.texinfo (Generalized LR Parsing): Add a reference to
12338 the GLR paper of Scott, Johnstone and Hussain.
12339
12340 2003-01-04 Paul Eggert <eggert@twinsun.com>
12341
12342 * configure.ac (AC_ARG_ENABLE): Add --disable-yacc.
12343 (YACC_SCRIPT, YACC_LIBRARY): New vars to AC_SUBST.
12344 * lib/Makefile.am (lib_LIBRARIES): liby.a -> @YACC_LIBRARY@.
12345 (EXTRA_LIBRARIES): New var, for liby.a.
12346 * src/Makefile.am (bin_SCRIPTS): yacc -> @YACC_SCRIPT@.
12347 (EXTRA_SCRIPTS): New var, for yacc.
12348
12349 * data/yacc.c (yyerrlab1): Omit attribute if __cplusplus is defined,
12350 since GNU C++ (as of 3.2.1) does not allow attributes on labels.
12351 Problem reported by Nelson H. F. Beebe.
12352
12353 2003-01-03 Paul Eggert <eggert@twinsun.com>
12354
12355 * lib/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
12356 (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
12357 when compiling Bison 1.875's `bitset bset = obstack_alloc
12358 (bobstack, bytes);'. Problem reported by Nelson H. F. Beebe.
12359
12360 * src/scan-skel.l (QPUTS): Omit redundant `;' from macro definition.
12361 ([^@\n]): Renamed from [^@\n]+ so that the token buffer does not
12362 grow to a huge size with typical invocation.
12363
12364 * lib/hash.c (_Bool, bool, false, true, __bool_true_false_are_defined):
12365 Use the pattern recommended by Autoconf 2.57, except also protect
12366 against double-definition.
12367 * src/system.h: Likewise.
12368 Portability issues reported by Nelson H. F. Beebe.
12369
12370 * data/glr.c (yybool): Renamed from bool, to avoid collisions in C.
12371 All uses changed. Provide a definition in both C and C++.
12372 (yytrue, yyfalse): Define even if defined (__cplusplus).
12373
12374 * lib/bitset_stats.c (bitset_stats_list): Remove unused var.
12375 Reported by Nelson H. F. Beebe.
12376
12377 * src/scan-skel.l ("@oline@"): Output lineno+1, not lineno.
12378
12379 2003-01-02 Paul Eggert <eggert@twinsun.com>
12380
12381 * data/yacc.c (yyerrlab1): Append `;' after attribute, to
12382 pacify the buggy "smart preprocessor" in MacOS 10.2.3.
12383 Bug reported by Nelson H. F. Beebe.
12384
12385 2003-01-01 Paul Eggert <eggert@twinsun.com>
12386
12387 * Version 1.875.
12388
12389 2002-12-30 Paul Eggert <eggert@twinsun.com>
12390
12391 * src/scan-gram.l (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","):
12392 Moved here from...
12393 (<INITIAL>","): Here. This causes stray "," to be treated
12394 more uniformly.
12395
12396 * src/scan-gram.l (<SC_BRACED_CODE>"}"): Output ";" before the
12397 last brace in braced code when not in Yacc mode, for compatibility
12398 with Bison 1.35. This resurrects the 2001-12-15 patch to
12399 src/reader.c.
12400
12401 * src/reader.h (YYDECL): Use YYSTYPE, not its deprecated alias
12402 yystype. This follows up the 2002-12-24 YYSTYPE bug fix.
12403
12404 2002-12-28 Paul Eggert <eggert@twinsun.com>
12405
12406 * src/symtab.c (symbol_make_alias): Set type of SYMVAL to be
12407 that of SYM's type. This fixes Debian bug 168069, reported by
12408 Thomas Olsson.
12409
12410 2002-12-28 Paul Eggert <eggert@twinsun.com>
12411
12412 Version 1.75f.
12413
12414 Switch back to the Yacc style of conflict reports, undoing some
12415 of the 2002-07-30 change.
12416 * doc/bison.texinfo (Understanding): Use Yacc style for
12417 conflict reports. Also, use new way of locating rules.
12418 * src/conflicts.c (conflict_report):
12419 Renamed from conflict_report_yacc, removing the old
12420 'conflict_report'. Translate the entire conflict report at once,
12421 so that we don't assume that "," has the same interpretation in
12422 all languages.
12423 (conflicts_output): Use Yacc-style conflict report for each state,
12424 instead of our more-complicated style.
12425 (conflicts_print): Use Yacc-style conflict report, except print
12426 the input file name when not emulating Yacc.
12427 * tests/conflicts.at (Unresolved SR Conflicts, Defaulted
12428 Conflicted Reduction, %expect not enough, %expect too much,
12429 %expect with reduce conflicts): Switch to Yacc-style conflict reports.
12430 * tests/existing.at (GNU Cim Grammar): Likewise.
12431 * tests/glr-regr1.at (Badly Collapsed GLR States): Likewise.
12432
12433 * src/complain.c (warn_at, warn, complain_at, complain, fatal_at,
12434 fatal): Don't invoke fflush; it's not needed and it might even be
12435 harmful for stdout, as stdout might not be open.
12436 * src/reduce.c (reduce_print): Likewise.
12437
12438 2002-12-27 Paul Eggert <eggert@twinsun.com>
12439
12440 Fix a bug where error locations were not being recorded correctly.
12441 This problem was originally reported by Paul Hilfinger in
12442 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00086.html>.
12443
12444 * data/yacc.c (yyparse): New local var yylerrsp, to record the
12445 top of the location stack's error locations.
12446 (yyerrlab): Set it. When discarding a token, push its location
12447 onto yylerrsp so that we don't lose track of the error's end.
12448 (yyerrlab1): Now is only the target of YYERROR, so that we can
12449 properly record the location of the action that failed. For GCC
12450 2.93 and later, insert an __attribute__ ((__unused__)) to avoid
12451 GCC warning about yyerrlab1 being unused if YYERROR is unused.
12452 (yyerrlab2): New label, which yyerrlab now falls through to.
12453 Compute the error's location by applying YYLLOC_DEFAULT to
12454 the locations of all the symbols that went into the error.
12455 * doc/bison.texinfo (Location Default Action): Mention that
12456 YYLLOC_DEFAULT is also invoked for syntax errors.
12457 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
12458 Error locations include the locations of all the tokens that were
12459 discarded, not just the last token.
12460
12461 2002-12-26 Paul Eggert <eggert@twinsun.com>
12462
12463 * src/files.c: Include quote.h.
12464 (compute_output_file_names): Warn if we detect conflicting
12465 outputs to the same file. This should catch the misunderstanding
12466 exemplified by Debian Bug 165349, reported by Bruce Stephens..
12467
12468 * src/conflicts.c (conflicts_print): If the user specifies
12469 "%expect N", report an error if there are any reduce/reduce
12470 conflicts. This is what the manual says should happen.
12471 This fixes Debian bug 130890, reported by Anthony DeRobertis.
12472 * tests/conflicts.at (%expect with reduce conflicts): New test.
12473
12474 Don't use m4_include on relative file names, as it doesn't work as
12475 desired if there happens to be a file with that name under ".".
12476
12477 * m4sugar/version.m4: Remove; it was included but it wasn't used.
12478 * data/Makefile.am (dist_m4sugar_DATA): Remove m4sugar/version.m4.
12479 * data/m4sugar/m4sugar.m4: Don't include m4sugar/version.m4.
12480 * data/glr.c, data/lalr1.cc, data/yacc.c: Don't include c.m4.
12481 * src/output.c (output_skeleton): Use full path names when
12482 specifying a file to include; don't rely on include path, as
12483 it's unreliable when the working file contains a file with
12484 that name.
12485
12486 2002-12-25 Paul Eggert <eggert@twinsun.com>
12487
12488 Remove obsolete references to bison.simple and bison.hairy.
12489 Problem mentioned by Aubin Mahe in
12490 <http://lists.gnu.org/archive/html/help-bison/2002-12/msg00010.html>.
12491 * data/glr.c: Comment fix.
12492 * doc/bison.1: Remove references. Also, mention "yacc".
12493
12494 * src/getargs.c (getargs) [MSDOS]: Don't assume optarg != NULL
12495 with -g option.
12496
12497 * src/parse-gram.y (declaration): Use enum "report_states" rather
12498 than its numeric value 1.
12499
12500 * src/scan-skel.l ("@output ".*\n): Close any old yyout before
12501 opening a new one. This fixes Debian bug 165349, reported by
12502 Bruce Stephens.
12503
12504 2002-12-24 Paul Eggert <eggert@twinsun.com>
12505
12506 Version 1.75e.
12507
12508 * Makefile.maint (cvs-update): Don't assume that the shell
12509 supports $(...), as Solaris sh doesn't.
12510
12511 * src/parse-gram.y (lloc_default): Remove test for empty
12512 nonterminals at the end, since it didn't change the result.
12513
12514 2002-12-24 Paul Eggert <eggert@twinsun.com>
12515
12516 If the user does not define YYSTYPE as a macro, Bison now declares it
12517 using typedef instead of defining it as a macro. POSIX requires this.
12518 For consistency, YYLTYPE is also declared instead of defined.
12519
12520 %union directives can now have a tag before the `{', e.g., the
12521 directive `%union foo {...}' now generates the C code
12522 `typedef union foo { ... } YYSTYPE;'; this is for Yacc compatibility.
12523 The default union tag is `YYSTYPE', for compatibility with Solaris 9
12524 Yacc. For consistency, YYLTYPE's struct tag is now `YYLTYPE'
12525 instead of `yyltype'.
12526
12527 `yystype' and `yyltype' are now obsolescent macros instead of being
12528 typedefs or tags; they are no longer documented and will be
12529 withdrawn in a future release.
12530
12531 * data/glr.c (b4_location_type): Remove.
12532 (YYSTYPE): Renamed from yystype.
12533 (YYSTYPE_IS_DECLARED): New macro, used to prevent double-typedef.
12534 (struct YYLTYPE): Renamed from struct yyltype.
12535 (YYLTYPE): Renamed from yyltype.
12536 (yyltype, yystype): New (and obsolescent) macros,
12537 for backward compatibility.
12538 * data/yacc.c: Likewise.
12539
12540 * data/yacc.c (YYSTYPE): Declare as union YYSTYPE if the user
12541 does not specify a union tag. This is for compatibility with
12542 Solaris 9 yacc.
12543
12544 * src/parse-gram.y (add_param): 2nd arg is now char * not char
12545 const *, since it is now modified by stripping surrounding { }.
12546 (current_braced_code): Remove.
12547 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_UNION,
12548 PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Change names to include
12549 trailing " {...}". Now of type <chars>.
12550 (grammar_declaration): Adjust to bundled tokens.
12551 (code_content): Remove; stripping is now done by add_param.
12552 (print_token_value): Print contents of bundled tokens.
12553 (token_name): New function.
12554
12555 * src/reader.h (braced_code, current_braced_code): Remove.
12556 (token_name): New decl.
12557
12558 * src/scan-gram.l (handle_dollar, handle_at): Now takes int
12559 token_type, not braced_code code_kind. All uses changed.
12560 (SC_PRE_CODE): New state, for scanning after a keyword that
12561 has (or usually has) an immediately-following braced code.
12562 (token_type): New local var, to keep track of which token type
12563 to return when scanning braced code.
12564 (<INITIAL>"%destructor", <INITIAL>"%lex-param",
12565 <INITIAL>"%parse-param", <INITIAL>"%printer",
12566 <INITIAL>"%union"): Set token type and BEGIN SC_PRE_CODE
12567 instead of returning a token type immediately.
12568 (<INITIAL>"{"): Set token type.
12569 (<SC_BRACED_CODE>"}"): Use it.
12570 (handle_action_dollar, handle_action_at): Now returns bool
12571 indicating success. Fail if ! current_rule; this prevents a core dump.
12572 (handle_symbol_code_dollar, handle_symbol_code_at):
12573 Remove; merge body into caller.
12574 (handle_dollar, handle_at): Complain in invalid contexts.
12575
12576 * NEWS, doc/bison.texinfo: Document the above.
12577 * NEWS: Fix years and program names in copyright notice.
12578
12579 2002-12-17 Paul Eggert <eggert@twinsun.com>
12580
12581 * NEWS, doc/bison.texinfo (Parser Function, Pure Calling, Error
12582 Reporting, Table of Symbols): Omit mentions of %lex-param and
12583 %parse-param from the documentation for now.
12584
12585 2002-12-15 Paul Eggert <eggert@twinsun.com>
12586
12587 Undo most of the 2002-11-12 yychar -> yytoken patch, as it broke
12588 GCC 3.2.1 (which depends on yychar == YYEMPTY when there is no
12589 lookahead symbol, and which sets yychar in parser actions) and it
12590 disagreed with the Bison documentation. Bug
12591 reported by Andrew Walrond.
12592
12593 * data/yacc.c (YYTRANSLATE): Don't check for negative argument,
12594 as the caller now does that.
12595 (yyclearin, YYBACKUP, yyparse): Use yychar, not yytoken.
12596 (YYEMPTY): Parenthesize right hand side, since others use it.
12597 (yyparse): Don't assume that our generated code is the only code
12598 that sets yychar.
12599
12600 2002-12-13 Paul Eggert <eggert@twinsun.com>
12601
12602 Version 1.75d.
12603
12604 POSIX requires a "yacc" command.
12605 * src/Makefile.am (bin_SCRIPTS): New macro, for yacc.
12606 (MOSTLYCLEANFILES): Add yacc.
12607 (yacc): New rule.
12608 * doc/bison.texinfo (Invocation, Bison Options): Mention yacc
12609 as an alias for bison y.
12610
12611 * po/LINGUAS: Add da.
12612
12613 * src/getargs.c (__GNU_LIBRARY__) [lint]: Define to work around
12614 problem with latest <getopt.h>.
12615 (HACK_FOR___GNU_LIBRARY___PROTOTYPE): New macro.
12616
12617 * doc/fdl.texi: Upgrade to 1.2.
12618 * lib/alloca.c, lib/error.c, lib/getopt.c, lib/getopt.h
12619 lib/getopt1.c, lib/gettext.h, lib/memrchr.c, lib/obstack.c,
12620 lib/obstack.h, lib/strnlen.c, lib/unlocked-io.h: Sync with
12621 gnulib.
12622 * config/install-sh: Sync with autotools.
12623
12624 Fix a bad interaction with flex 2.5.23 reported by Bruce Lilly in
12625 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
12626 * data/yacc.c (YYLTYPE, struct yyltype): Do not define unless
12627 locations are requested.
12628 (union yyalloc): Do not depend on YYLTYPE_IS_TRIVIAL unless
12629 locations are requested.
12630
12631 2002-12-12 Paul Eggert <eggert@twinsun.com>
12632
12633 Remove unportable casts and storage allocation tricks.
12634 While we're at it, remove almost all casts, since they
12635 usually aren't needed and are a sign of trouble.
12636
12637 * configure.ac (AC_CHECK_TYPES): Check for uintptr_t.
12638
12639 * src/derives.c (derives_compute): Do not subtract NTOKENS from
12640 the pointer DSET returned by malloc; this isn't portable.
12641 Instead, always use DSET[i - NTOKENS] rather than DSET[i].
12642 Similarly for DERIVES.
12643 * src/lalr.c (set_goto_map): Likewise, for GOTO_MAP and TEMP_MAP.
12644 * src/nullable.c (nullable_compute): Likewise, for RSETS and NULLABLE.
12645 * src/reduce.c (reduce_grammar_tables): Likewise, for nontermmap
12646
12647 * src/derives.c (derives_compute): Do not bother invoking
12648 int_of_rule_number, since rule numbers are integers.
12649
12650 * src/files.c (concat2, tr, compute_base_name): Use xmalloc (N)
12651 rather than XMALLOC (char, N).
12652
12653 * src/files.c (filename_split): Rewrite to avoid cast.
12654
12655 * src/gram.h (symbol_number_as_item_number,
12656 item_number_as_symbol_number, rule_number_as_item_number,
12657 item_number_as_rule_number):
12658 Now inline functions rather than macros, to avoid casts.
12659 * src/state.h (state_number_as_int): Likewise.
12660 * src/tables.c (state_number_to_vector_number,
12661 symbol_number_to_vector_number): Likewise.
12662
12663 * src/gram.h (int_of_rule_number): Remove; no longer used.
12664
12665 * src/lalr.c (add_lookback_edge): Use malloc rather than calloc,
12666 since the resulting storage is always stored into.
12667
12668 * src/main.c (alloca) [C_ALLOCA]: Add decl here, the only place
12669 where it's needed.
12670
12671 * src/muscle_tab.c (muscle_m4_output):
12672 Now inline. Return bool, not int.
12673 * src/state.c (state_compare): Likewise.
12674 * src/symtab.c (symbol_check_defined,
12675 symbol_check_alias_consistency, symbol_pack, symbol_translation,
12676 hash_compare_symbol, hash_symbol):
12677 Likewise.
12678 * src/uniqstr.c (uniqstr_print): Likewise.
12679 * src/muscle_tab.c (muscle_m4_output_processor):
12680 New function, to avoid casts.
12681 * src/state.c (state_comparator, stage_hasher): Likewise.
12682 * src/symtab.c (symbol_check_defined_processor,
12683 symbol_check_alias_consistency_processor, symbol_pack_processor,
12684 symbol_translation_processor, hash_symbol_comparator,
12685 hash_symbol_hasher): Likewise.
12686 * src/uniqstr.c (uniqstr_print_processor): Likewise.
12687 * src/muscle_tab.c (muscles_m4_output):
12688 Use new functions instead of casting old functions unportably.
12689 * src/state.c (state_hash_new): Likewise.
12690 * src/symtab.c (symbols_new, symbols_do, symbols_check_defined,
12691 symbols_token_translations_init):
12692 Likewise.
12693 * src/uniqstr.c (uniqstrs_new, hash_initialize, uniqstrs_do): Likewise.
12694
12695 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): Use long local
12696 var instead of casting to long, to avoid casts.
12697 (prepare_states): Use MALLOC rather than alloca, so that we don't
12698 have to worry about alloca.
12699 * src/state.c (state_hash_lookup): Likewise.
12700
12701 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>"'"): Use unsigned char
12702 local var instead of casting to unsigned char, to avoid casts.
12703
12704 * src/state.c (TRANSITIONS_ALLOC, ERRS_ALLOC, REDUCTIONS_ALLOC,
12705 STATE_ALLOC): Remove.
12706 (transitions_new, errs_new, reductions_new, state_new): Use malloc
12707 rather than calloc, and use offsetof to avoid allocating slightly
12708 too much storage.
12709 (state_new): Initialize all members.
12710
12711 * src/state.c (state_hash): Use unsigned accumulator, not signed.
12712
12713 * src/symtab.c (symbol_free): Remove; unused.
12714 (symbol_get): Remove cast in lhs of assignment.
12715 (symbols_do): Now static. Accept generic arguments, not
12716 hashing-related ones.
12717
12718 * src/symtab.h: (NUMBER_UNDEFINED): Remove unnecessary cast.
12719 (symbol_processor): Remove.
12720 (symbols_do): Remove decl; now static.
12721
12722 * src/system.h (alloca): Remove; decl no longer needed.
12723 (<stddef.h>): Include, for offsetof.
12724 (<inttypes.>, <stdint.h>): Include if available.
12725 (uintptr_t): New type, if system lacks it.
12726 (CALLOC, MALLOC, REALLOC): New macros.
12727 All uses of XCALLOC, XMALLOC, and XREALLOC changed to use these
12728 new macros.
12729
12730 * src/tables.c (table_size): Now int, to pacify GCC.
12731 (table_grow, table_ninf_remap): Use signed table size.
12732 (save_row): Don't bother initializing locals when not needed.
12733 (default_goto, goto_actions, pack_vector): Remove unnecessary casts.
12734 * src/uniqstr.c (hash_compare_uniqstr): Likewise.
12735
12736 * src/vcg.h: Correct misspellings.
12737
12738 * src/vcg_defaults.h (G_CMAX): Now INT_MAX.
12739
12740
12741 * src/getargs.c (getargs): Don't assume EOF == -1.
12742
12743 2002-12-09 Paul Eggert <eggert@twinsun.com>
12744
12745 Change identifier spellings to avoid collisions with names
12746 that are reserved by POSIX.
12747
12748 Don't use names ending in _t, since POSIX reserves them.
12749 For consistency, remove _e and _s endings -- they're weren't
12750 needed to remove ambiguity. All uses changed.
12751 * src/uniqstr.h (uniqstr): Renamed from uniqstr_t, which in
12752 turn was just renamed from struniq_t.
12753 * src/uniqstr.c (uniqstr_processor): Renamed from struniq_processor,
12754 which in turn was just renamed from struniq_processor_t.
12755 (hash_compare_uniqstr): Renamed from hash_compare_struniq, which
12756 in turn was renamed from hash_compare_struniq_t.
12757 * src/LR0.c (struct state_list): Renamed from struct state_list_s.
12758 (state_list): Renamed from state_list_t.
12759 * src/assoc.h (assoc): Renamed from assoc_t.
12760 * src/conflicts.c (enum conflict_resolution): Renamed from
12761 enum conflict_resolution_e.
12762 * src/derives.c (struct rule_list): Renamed from struct rule_list_s.
12763 (rule_list): Renamed from rule_list_t.
12764 * src/getargs.h (enum trace): Renamed from enum trace_e.
12765 (enum report): Renamed from enum report_e.
12766 * src/gram.h (item_number): Renamed from item_number_t.
12767 (rule_number): Renamed from rule_number_t.
12768 (struct rule_s): Remove the "rule_s" part; not used.
12769 (rule): Renamed from rule_t.
12770 (rule_filter): Renamed from rule_filter_t.
12771 * src/lalr.c (struct goto_list): Renamed from struct goto_list_s.
12772 (goto_list): Renamed from goto_list_t.
12773 * src/lalr.h (goto_number): Renamed from goto_number_t.
12774 * src/location.h (location): Renamed from location_t.
12775 * src/muscle_tab.c (muscle_entry): Renamed from muscle_entry_t,
12776 and moved here from:
12777 * src/muscle_tab.h (muscle_entry_t): here.
12778 * src/nullable.c (struct rule_list): Renamed from struct rule_list_s.
12779 (rule_list): Renamed from rule_list_t.
12780 * src/print_graph.c (static_graph): Renamed from graph.
12781 * src/reader.h (braced_code): Renamed from braced_code_t.
12782 Remove brace_code_e tag.
12783 * src/relation.h (relation_node): Renamed from relation_node_t.
12784 (relation_nodes): Renamed from relation_nodes_t.
12785 (relation): Renamed from relation_t.
12786 * src/state.h (state_number): Renamed from state_number_t.
12787 (struct state): Renamed from struct state_s.
12788 (state): Renamed from state_t.
12789 (transitions): Renamed from transitions_t. Unused (and
12790 misspelled) transtion_s tag removed.
12791 (errs): Renamed from errs_t. Unused errs_s tag removed.
12792 (reductions): Renamed from reductions_t. Unused tag
12793 reductions_s removed.
12794 * src/symlist.h (symbol_list): Renamed from symbol_list_t.
12795 (struct symbol_list): Renamed from struct symbol_list_s.
12796 * src/symtab.h (symbol_number): Renamed from symbol_number_t.
12797 (struct symbol): Renamed from struct symbol_s.
12798 (symbol): Renamed from symbol_t.
12799 * src/tables.c (vector_number): Renamed from vector_number_t.
12800 (action_number): Renamed from action_t.
12801 * src/tables.h (base_number): Renamed from base_t.
12802 * src/vcg.h (enum color): Renamed from enum color_e.
12803 (enum textmode): Renamed from enum textmode_e.
12804 (enum shape): Renamed from enum shape_e.
12805 (struct colorentry): Renamed from struct colorentry_s.
12806 (struct classname): Renamed from struct classname_s.
12807 (struct infoname): Renamed from struct infoname_s.
12808 (enum layoutalgorithm): Renamed from enum layoutalgorithm_e.
12809 (enum decision): Renamed from enum decision_e.
12810 (enum orientation): Renamed from enum orientation_e.
12811 (enum alignment): Renamed from enum alignment_e.
12812 (enum arrow_mode): Renamed from enum arrow_mode_e.
12813 (enum crossing_type): Renamed from enum crossing_type_e.
12814 (enum view): Renamed from enum view_e.
12815 (struct node): Renamed from struct node_s.
12816 (node): Renamed from node_t.
12817 (enum linestyle): Renamed from enum linestyle_e.
12818 (enum arrowstyle): Renamed from enum arrowstyle_e.
12819 (struct edge): Renamed from struct edge.
12820 (edge): Renamed from edge_t.
12821 (struct graph): Renamed from struct graph_s.
12822 (graph): Renamed from graph_t.
12823 * tests/calc.at (_AT_DATA_CALC_Y, Simple LALR Calculator):
12824 Rename value_t -> value.
12825 * tests/input.at (Torturing the Scanner): Rename value_t -> value,
12826 value_t_as_yystype -> value_as_yystype.
12827
12828 Don't include <errno.h> in the mainstream code, since it
12829 reserves E[A-Z0-9]* and we want to use symbols like 'EQUALS'.
12830 * lib/get-errno.c, lib/get-errno.h: New files.
12831 * lib/Makefile.am (libbison_a_SOURCES): Add get-errno.h,
12832 get-errno.c.
12833 * src/files.c (xfopen, xfclose): Use get_errno instead of errno.
12834 * src/output.c (output_skeleton): Likewise.
12835 * src/scan-gram.l (<INITIAL>{int}): Use set_errno and get_errno
12836 instead of errno.
12837 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>\\x[0-9abcdefABCDEF]+):
12838 Likewise.
12839 (handle_action_dollar, handle_action_at): Likewise.
12840 * src/system.h: Do not include <errno.h>.
12841 (TAB_EXT): Renamed from EXT_TAB.
12842 (OUTPUT_EXT): Renamed from EXT_OUTPUT.
12843
12844 Avoid str[a-z]*, since <string.h> reserves that name space.
12845 Change all instances of "struniq" in names to "uniqstr", and
12846 likewise for "STRUNIQ" and "UNIQSTR".
12847 * src/uniqstr.c: Renamed from src/struniq.c.
12848 * src/uniqstr.h: Renamed from src/struniq.h.
12849 * src/Makefile.am (bison_SOURCES): Adjust to these renamings.
12850 * src/files.c (strsuffix): Remove; unused.
12851 (concat2): Renamed from stringappend. Now static.
12852 * src/files.h (strsuffix, stringappend): Remove; unused.
12853 * src/parse-gram.y (<chars>): Renamed from <string>.
12854 (<uniqstr>): Renamed from <struniq>.
12855 * src/scan-gram.l (obstack_for_string): Renamed from string_obstack.
12856 * src/vcg.h (struct node_s.expand): Renamed from struct node_s.stretch.
12857 (struct graph_s.expand): Renamed from struct graph_s.stretch.
12858 * src/vcg_defaults.h (G_EXPAND): Renamed from G_STRETCH.
12859 (G_LONG_STRAIGHT_PHASE): Renamed from G_STRAIGHT_PHASE.
12860 (N_EXPAND): Renamed from N_STRETCH.
12861
12862 Avoid *_MAX and *_MIN, since <limits.h> reserves that name space.
12863 * data/yacc.c (YYSTACK_GAP_MAXIMUM): Renamed from YYSTACK_GAP_MAX.
12864 * src/gram.h (ITEM_NUMBER_MAX, ITEM_NUMBER_MIN, RULE_NUMBER_MAX):
12865 Remove; unused.
12866 * src/lalr.h (GOTO_NUMBER_MAXIMUM): Renamed from GOTO_NUMBER_MAX.
12867 * src/state.h (STATE_NUMBER_MAXIMUM): Renamed from STATE_NUMBER_MAX.
12868 * src/symtab.h (SYMBOL_NUMBER_MAXIMUM): Renamed from SYMBOL_NUMBER_MAX.
12869 * src/tables.c (VECTOR_NUMBER_MAX, VECTOR_NUMBER_MIN): Remove; unused.
12870 (BASE_MAXIMUM): Renamed from BASE_MAX.
12871 (BASE_MINIMUM): Renamed from BASE_MIN.
12872 (ACTION_MAX): Remove; unused.
12873 (ACTION_NUMBER_MINIMUM): Renamed from ACTION_MIN.
12874 Unnecessary casts removed from above defines.
12875
12876
12877 Fix misspelling in names.
12878 * src/vcg.h (enum_alignment_e): Renamed from enum_alignement_e.
12879 * src/vcg_defaults.h (G_NODE_ALIGNMENT): Renamed from
12880 G_NODE_ALIGNEMENT.
12881
12882
12883 * lib/timevar.c (timevar_report): Renamed from time_report,
12884 for consistency with other names.
12885 * lib/timevar.h (timevar_report): New decl.
12886 * src/system.h (time_report): Remove; decl is now in lib/timevar.h.
12887
12888
12889 Sort include-file uses.
12890
12891 Reorder all include files under src to be in the order "system.h".
12892 then the ../lib include files in angle brackets (alphabetized),
12893 then the . include files in double-quotes (alphabetized). Fix
12894 dependency breakages encountered in this process, as follows:
12895 * src/closure.h, src/derives.h, src/state.h: Include "gram.h".
12896 * src/complain.c: Don't include stdlib.h, string.h _LIBC stuff.
12897 * src/state.h: Include "symtab.h".
12898
12899 2002-12-08 Paul Eggert <eggert@twinsun.com>
12900
12901 * data/glr.c, data/lalr1.cc, data/yacc.c: Do not use __file__,
12902 since this causes problems when __file__ contains character
12903 sequences like "@" that are treated specially by src/scan-skel.l.
12904 Instead, just use the file's basename. This fixes the bug
12905 reported by Martin Mokrejs in
12906 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00007.html>.
12907
12908 2002-12-06 Paul Eggert <eggert@twinsun.com>
12909
12910 Add support for rules that do not have trailing semicolons, as
12911 POSIX requires. Improve the quality of locations in Bison
12912 diagnostics.
12913
12914 * src/location.c: Include <quotearg.h>.
12915 (empty_location): Now const.
12916 (location_print): New function. Follow the recommendation of the
12917 GNU Coding Standards for locations that span file boundaries.
12918 * src/location.h: Do not include <quotearg.h>; no longer needed.
12919 (boundary): New type.
12920 (location_t): Use it. This allows locations to span file boundaries.
12921 All member uses changed: file -> start.file or end.file (as needed),
12922 first_line -> start.line, first_column -> start.column,
12923 last_line -> end.line, last_column -> end.column.
12924 (equal_boundaries): New function.
12925 (LOCATION_RESET, LOCATION_STEP): Remove.
12926 (LOCATION_PRINT): Remove. All callers changed to use location_print.
12927 (empty_location): Now const.
12928 (location_print): New decl.
12929 * src/parse-gram.y (lloc_default): New function, which handles
12930 empty locations more accurately.
12931 (YYLLOC_DEFAULT): Use it.
12932 (%token COLON): Remove.
12933 (%token ID_COLON): New token.
12934 (rules): Use it.
12935 (declarations, rules): Remove trailing semicolon.
12936 (declaration, rules_or_grammar_declaration):
12937 Allow empty (";") declaration.
12938 (symbol_def): Remove empty actions; no longer needed.
12939 (rules_or_grammar_declaration): Remove trailing semicolon.
12940 (semi_colon.opt): Remove.
12941 * src/reader.h: Include location.h.
12942 (scanner_cursor): New decl.
12943 * src/reduce.c (nonterminals_reduce): Use warn_at rather than
12944 rolling our own.
12945 * src/scan-gram.l (YY_USER_INIT): Initialize scanner_cursor instead
12946 of *loc.
12947 (STEP): Remove. No longer needed, now that adjust_location does
12948 the work. All uses removed.
12949 (scanner_cursor): New var.
12950 (adjust_location): Renamed from extend_location. It now sets
12951 *loc and adjusts the scanner cursor. All uses changed.
12952 Don't bother testing for CR.
12953 (handle_syncline): Remove location arg; now updates scanner cursor.
12954 All callers changed.
12955 (unexpected_end_of_file): Now accepts start boundary of token or
12956 comment, not location. All callers changed. Update scanner cursor,
12957 not the location.
12958 (SC_AFTER_IDENTIFIER): New state.
12959 (context_state): Renamed from c_context. All uses changed.
12960 (id_loc, code_start, token_start): New local vars.
12961 (<INITIAL,SC_AFTER_IDENTIFIER>): New initial context. Move all
12962 processing of Yacc white space and equivalents here.
12963 (<INITIAL>{id}): Save id_loc. Begin state SC_AFTER_IDENTIFIER
12964 instead of returning ID immediately, since we need to search for
12965 a subsequent colon.
12966 (<INITIAL>"'", "\""): Save token_start.
12967 (<INITIAL>"%{", "{", "%%"): Save code_start.
12968 (<SC_AFTER_IDENTIFIER>): New state, looking for a colon.
12969 (<SC_YACC_COMMENT>, <SC_COMMENT>, <SC_LINE_COMMENT>):
12970 BEGIN context_state at end, not INITIAL.
12971 (<SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'",
12972 <SC_BRACED_CODE>"}", <SC_PROLOGUE>"%}", <SC_EPILOGUE><<EOF>>):
12973 Return correct token start.
12974 (<SC_BRACED_CODE,SC_PROLOGUE,SC_EPILOGUE>): Save start boundary when
12975 the start of a character, string or multiline comment is found.
12976 * tests/conflicts.at (S/R in initial, Defaulted Conflicted
12977 Reduction): Adjust reported locations to match the more-precise
12978 results now expected.
12979 * tests/input.at (Invalid $n, Invalid @n, Type Clashes): Likewise.
12980 * tests/reduce.at (Useless Rules, Reduced Automaton,
12981 Underivable Rules): Likewise.
12982 * tests/regression.at (Invalid inputs): No longer `expecting ";"
12983 or "|"' now that so many other tokens are allowed by the new grammar.
12984
12985 * src/complain.h (current_file): Remove duplicate decl;
12986 current_file is now owned by files.h.
12987 * src/complain.c, src/scan-gram.l: Include files.h.
12988
12989 2002-12-06 Paul Eggert <eggert@twinsun.com>
12990
12991 * data/glr.c (yy_reduce_print): Don't assume that yyrline[yyrule]
12992 promotes to int; it might be unsigned int.
12993 * data/yacc.c (yy_reduce_print): Likewise.
12994
12995 * doc/bison.texinfo (Table of Symbols): YYERROR_VERBOSE should
12996 be #defined in the prologue, not in the Bison declarations.
12997 This fixes Debian Bug 102878, reported by Shaul Karl.
12998
12999 2002-12-02 Paul Eggert <eggert@twinsun.com>
13000
13001 * configure.ac (AC_REPLACE_FUNCS): Add strtoul.
13002 * lib/strtoul.c: New file, from gnulib.
13003 This fixes a porting bug reported by Peter Klein in
13004 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00000.html>.
13005
13006 2002-11-30 Paul Eggert <eggert@twinsun.com>
13007
13008 * src/scan-gram.l (no_cr_read, extend_location): Move to epilogue,
13009 and put only a forward declaration in the prologue. This is for
13010 consistency with the other scanner helper functions.
13011
13012 Type clashes now generate warnings, not errors, since it
13013 appears that POSIX may allow some grammars with type clashes.
13014 * src/reader.c (grammar_current_rule_check): Warn about
13015 type clashes instead of complaining.
13016 * tests/input.at (Type Clashes): Expect warnings, not complaints.
13017
13018 Add Yacc library, since POSIX requires it.
13019 * doc/bison.texinfo (Yacc Library): New node. Regenerate top menu.
13020 * lib/Makefile.am (lib_LIBRARIES, liby_a_SOURCES): New macros.
13021 * lib/main.c, lib/yyerror.c: New files.
13022
13023 gram_error can be static; it need not be extern.
13024 * src/reader.h (gram_error): Remove decl.
13025 * src/parse-gram.y (gram_error): Now static. Add static decl.
13026 (print_token_value): Omit parameter names from forward decl,
13027 for consistency.
13028
13029 2002-11-29 Paul Eggert <eggert@twinsun.com>
13030
13031 * doc/bison.texinfo: Emphasize that yylex and yyerror must
13032 be declared before being used. E.g., one should typically
13033 declare them in the prologue. Use GNU coding style in examples.
13034 Put "const" consistently after the type it modifies. Mention
13035 that C99 supports "inline". Mention that yyerror traditionally
13036 returns "int".
13037
13038 %parse-param and %lex-param now take just one argument, the
13039 declaration; the argument name is deduced from the declaration.
13040
13041 * doc/bison.texinfo (Parser Function, Pure Calling, Error
13042 Reporting, Table of Symbols): Document this.
13043 * src/parse-gram.y (add_param): New function.
13044 (COMMA): Remove.
13045 (declaration): Implement new rule for %parse-param and %lex-param.
13046 * src/scan-gram.l: "," now elicits a warning, rather than being
13047 a token; this is more compatible with byacc.
13048 * tests/calc.at (Simple LALR Calculator): Adopt new convention.
13049
13050 2002-11-27 Paul Eggert <eggert@twinsun.com>
13051
13052 Rename identifiers to avoid real and potential collisions.
13053
13054 * data/c.m4 (b4_yysymprint_generate): yyout -> yyoutput,
13055 to avoid collision with lex macro described by Bruce Lilly in
13056 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
13057 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
13058 * doc/bison.texinfo (Prologue, Tracing): yyprint -> print_token_value.
13059 * src/parse-gram.y (print_token_value): Renamed from yyprint.
13060 All uses changed.
13061 (YYPARSE_PARAM, YYLEX_PARAM, yycontrol): Remove. All uses changed.
13062 The name "yycontrol" violates the name space rules, and this stuff
13063 wasn't being used anyway.
13064 (input): Remove action; this stuff wasn't being used.
13065 (gram_error): Rename local variable yylloc -> loc.
13066 * src/reader.h (struct gram_control_s, gram_control_t): Remove.
13067 (YY_DECL): Don't use "yy" at start of local variables.
13068 All uses changed, e.g., yylloc -> loc.
13069 * src/scan-gram.l (STEP): Renamed from YY_STEP. All uses changed.
13070 (STRING_GROW): Renamed from YY_OBS_GROW. All uses changed.
13071 (STRING_FINISH): Renamed from YY_OBS_FINISH. All uses changed.
13072 (STRING_FREE): Renamed from YY_OBS_FREE. All uses changed.
13073
13074 * src/parse-gram.y (gram_error): loc is now const *.
13075 * src/reader.h (gram_error): Likewise.
13076
13077 2002-11-24 Paul Eggert <eggert@twinsun.com>
13078
13079 Version 1.75c.
13080
13081 * tests/actions.at (Actions after errors): Use an output format
13082 more similar to that of the Printers and Destructors test.
13083 Test the position of the ';' token too.
13084 (Printers and Destructors): Likewise.
13085 (Printers and Destructors: %glr-parser): Remove for now, to avoid
13086 unnecessarily alarming people when the test fails.
13087
13088 * data/yacc.c (yyerrlab1): Move this label down, so that the
13089 parser does not discard the lookahead token if the user code
13090 invokes YYERROR. This change is required for POSIX conformance.
13091
13092 * lib/error.c: Sync with gnulib.
13093
13094 2002-11-22 Paul Eggert <eggert@twinsun.com>
13095
13096 * lib/quotearg.c, lib/quotearg.h: Sync with gnulib.
13097 * lib/mbswidth.c, lib/mbswidth.h: Likewise.
13098 * lib/xmalloc.c: Likewise.
13099
13100 2002-11-20 Paul Eggert <eggert@twinsun.com>
13101
13102 * lib/argmatch.c, lib/argmatch.h: Sync with gnulib.
13103
13104 2002-11-20 Paul Eggert <eggert@twinsun.com>
13105
13106 Avoid use of <assert.h>, as the GNU Coding Standards hint that one
13107 should use `if (! x) abort ();' rather than `assert (x);', and
13108 anyway it's one less thing to worry about configuring.
13109
13110 * data/glr.c, lib/hash.c, src/system.h: Do not include <assert.h>.
13111 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise,
13112 and replace all instances of assert with abort.
13113 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
13114 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Likewise.
13115
13116 * data/glr.c (yydoAction, yyglrReduce, yysplitStack, yyresolveStates,
13117 yyresolveAction, yyprocessOneStack): Use abort rather than assert.
13118 * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
13119 hash_find_entry, hash_rehash, hash_insert): Likewise.
13120 * src/conflicts.c (resolve_sr_conflict): Likewise.
13121 * src/lalr.c (set_goto_map, map_goto): Likewise.
13122 * src/nullable.c (nullable_compute): Likewise.
13123 * src/output.c (prepare_rules, token_definitions_output): Likewise.
13124 * src/reader.c (packgram, reader): Likewise.
13125 * src/state.c (state_new, state_free, state_transitions_set,
13126 state_reduction_find): Likewise.
13127 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias,
13128 symbol_pack): Likewise.
13129 * src/tables.c (conflict_row, pack_vector): Likewise.
13130 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
13131 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
13132 get_node_alignement_str, get_arrow_mode_str, get_crossing_type_str,
13133 get_view_str, get_linestyle_str, get_arrowstyle_str): Likewise.
13134
13135 * lib/argmatch.h (ARRAY_CARDINALITY): Do not bother to #undef.
13136 (ARGMATCH_CONSTRAINT): New macro.
13137 (ARGMATCH_ASSERT): Use it.
13138
13139 * src/system.h (verify): New macro.
13140 * src/getargs.c (trace_argmatch, report_argmatch): Use verify
13141 rather than assert.
13142 * src/tables.c (tables_generate): Likewise.
13143
13144 * src/struniq.c (struniq_assert): Now returns void, and aborts
13145 if the assertion is false.
13146 (struniq_assert_p): Remove.
13147 * src/struniq.h: Likewise.
13148
13149 2002-11-18 Paul Eggert <eggert@twinsun.com>
13150
13151 * data/glr.c (yygetLRActions): Replace `yyindex' with
13152 `yytable[yyindex]' to fix typo introduced in my 2002-11-09 patch.
13153 This fixes the regression with Sun ONE Studio 7 cc that I reported in
13154 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00077.html>.
13155
13156 2002-11-18 Akim Demaille <akim@epita.fr>
13157
13158 * doc/bison.texinfo (Tracing): `yyprint' shouldn't prepend a
13159 space.
13160 From Tim Van Holder.
13161
13162 2002-11-17 Paul Eggert <eggert@twinsun.com>
13163
13164 Pacify Sun ONE Studio 7 lint. Also, rename "ParseError"
13165 to "SyntaxError" for consistency with my 2002-11-15 change.
13166
13167 * data/glr.c (YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]: Do
13168 not define to {}, since this breaks the common use of `YYDPRINTF
13169 ((...));' if a single statement is desired (e.g. before `else').
13170 Work around GCC warnings by surrounding corresponding calls with
13171 {} if needed.
13172 (yyhasResolvedValue): Remove unused function.
13173 (yymergeOptionSets, yyresolvStack): Use `continue;' for empty
13174 loop body.
13175 (yyreportSyntaxError): Renamed from yyreportParseError.
13176 (yyrecoverSyntaxError): Renamed from yyrecoverParseError.
13177 All uses changed.
13178 * tests/calc.at (_AT_DATA_CALC_Y): Make vars static instead of
13179 extern when possible. Remove unused initializations.
13180
13181 2002-11-16 Akim Demaille <akim@epita.fr>
13182
13183 Augment the similarity between GLR and LALR traces.
13184
13185 * data/yacc.c (yy_stack_print, YY_STACK_PRINT, yy_reduce_print)
13186 (YY_REDUCE_PRINT): New.
13187 (yyparse): Use them.
13188 * data/glr.c (yy_reduce_print): Use YYFPRINTF, no need for
13189 YYDPRINT here.
13190 (yyglrReduce, yyrecoverParseError, yyparse): Don't report the
13191 state reached after the reduction/recovery, since...
13192 (yyparse, yyprocessOneStack): Report the state we are entering in.
13193
13194 2002-11-16 Akim Demaille <akim@epita.fr>
13195
13196 * src/getargs.h, src/getargs.c (trace_e, trace_args, trace_types):
13197 Add support for --trace=skeleton.
13198 * src/scan-skel.l: %option debug.
13199 Scan strings of non-@ or \n instead of character by character.
13200 (scan_skel): Handle trace_skeleton.
13201 (QPUTS): New.
13202 (@output_parser_name@, @output_header_name@): ``Restore'' their
13203 support (used to be M4 macros).
13204 * data/yacc.c: Quote larger chunks, a la glr.c.
13205 * data/lalr1.cc: Likewise.
13206 The header guards are no longer available, so use some other
13207 string than `YYLSP_NEEDED'.
13208
13209 2002-11-16 Akim Demaille <akim@epita.fr>
13210
13211 Make the ``Printers and Destructors'' test more verbose, taking
13212 `yacc.c''s behavior as (possibly wrong) reference.
13213
13214 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use printf
13215 instead of fprint on stdout.
13216 Set and report the last_line of the symbols.
13217 Consistently display values and locations.
13218
13219 2002-11-16 Paul Eggert <eggert@twinsun.com>
13220
13221 * data/yacc.c: Avoid over-quoting of __line__ and __file__.
13222
13223 2002-11-15 Paul Eggert <eggert@twinsun.com>
13224
13225 * tests/actions.at (Actions after errors): New test case.
13226
13227 * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison.texinfo,
13228 src/conflicts.c, src/parse-gram.y, src/tables.c, src/tables.h,
13229 tests/action.at, tests/calc.at, tests/conflicts.at,
13230 tests/cxx-type.at, tests/regression.at:
13231 "parse error" -> "syntax error" for POSIX compatibility.
13232 "parsing stack overflow..." -> "parser stack overflow" so
13233 that code matches Bison documentation.
13234
13235 2002-11-15 Akim Demaille <akim@epita.fr>
13236
13237 * src/parse-gram.y (declaration): Have %parse-param and %lex-param
13238 take two BRACED_CODE, not two string_content.
13239 Free the scanner's obstack when we are done.
13240 (code_content): New.
13241 * tests/calc.at: Adjust.
13242 * doc/bison.texinfo: Adjust.
13243 Also, make sure to include the `,' for these declarations.
13244
13245 2002-11-15 Tim Van Holder <tim.van.holder@pandora.be>
13246
13247 * m4/prereq.m4: Removed the commented jm_PREREQ_HASH
13248 definition; avoids potential autoreconf problems.
13249
13250 2002-11-15 Akim Demaille <akim@epita.fr>
13251
13252 Always check the value returned by yyparse.
13253
13254 * tests/calc.at (_AT_DATA_CALC_Y): Have `main' exit with the value
13255 returned by yyparse.
13256 (_AT_CHECK_CALC_ERROR): Take the expected exit value as argument.
13257 Adjust calls.
13258 * tests/glr-regr1.at (glr-regr1.y): Have `main' exit with the value
13259 returned by yyparse.
13260
13261 2002-11-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13262
13263 * data/glr.c (yyFail): Always set yyerrflag. Corrects regression
13264 on input.at test.
13265
13266 2002-11-14 Paul Eggert <eggert@twinsun.com>
13267
13268 * src/output.c (output_skeleton): Call xfopen instead of
13269 duplicating xfopen's body.
13270
13271 Fix bugs reported by Nelson H. F. Beebe in
13272 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00078.html>.
13273
13274 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that
13275 "$CC -E foo.h" is allowed, as this doesn't work with the Portland
13276 Group compiler. Instead, use "$CC -E bar.c". Include the .h
13277 file twice in the grammar, as an extra check.
13278
13279 * tests/input.at (Torturing the Scanner): Surround the
13280 backslash-newline tests with "#if 0", to make it less likely that
13281 we'll run into compiler bugs. Bring back solitary \ inside
13282 comment, but add a closing comment to work around HP C bug. Don't
13283 test backslash-newline in C character constant.
13284
13285 2002-11-14 Akim Demaille <akim@epita.fr>
13286
13287 * tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore the exit
13288 status of the compiler.
13289 Calling `exit 1' is no longer needed.
13290 Reported by Nelson H. F. Beebe.
13291
13292 2002-11-14 Akim Demaille <akim@epita.fr>
13293
13294 * tests/atlocal.in (CPPFLAGS): We have config.h.
13295 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR):
13296 New.
13297 * tests/actions.at, tests/calc.at, tests/conflicts.at,
13298 * tests/cxx-type.at, tests/glr-regr1.at, tests/headers.at,
13299 * tests/regression.at, tests/torture.at: Use them for all the
13300 grammars that are to be compiled.
13301 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Rename as...
13302 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): this.
13303 * doc/bison.texinfo (GLR Parsers): Document `inline'.
13304
13305 2002-11-14 Akim Demaille <akim@epita.fr>
13306
13307 * doc/bison.texinfo: Various formatting changes (alignments in
13308 samples, additional @group/@end group, GCS in samples.
13309 Use @deffn instead of simple @table to define the directives,
13310 macros, variables etc.
13311
13312 2002-11-13 Paul Eggert <eggert@twinsun.com>
13313
13314 Fix some bugs reported by Albert Chin-A-Young in
13315 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00066.html>.
13316
13317 * tests/input.at (Torturing the Scanner): Don't invoke "cc a.c b.c
13318 -o c"; the HP C compiler chatters during compilation.
13319 Instead, invoke "cc -c a.c -o a.o; cc -c b.c -o b.o; cc a.o b.o -o c".
13320 * tests/headers.at (export YYLTYPE): Likewise.
13321
13322 * tests/input.at (Torturing the Scanner): Remove lines containing
13323 solitary backslashes, as they tickle a bug in the HP C compiler.
13324
13325 * tests/glr-regr1.at (Badly Collapsed GLR States): Avoid //
13326 comments, since they're not portable. Use GNU coding style.
13327
13328 2002-11-13 Akim Demaille <akim@epita.fr>
13329
13330 * data/yacc.c: Leave bigger chunks of quoted text.
13331 (YYDSYMPRINTF): New.
13332 Use it to report symbol activities.
13333 * data/glr.c (YYDSYMPRINTF): New.
13334 Use it.
13335
13336 2002-11-12 Paul Eggert <eggert@twinsun.com>
13337
13338 Version 1.75b.
13339
13340 * data/glr.c (yydoAction): Return YYRESULTTAG, not int.
13341 (yyglrReduce): Return yyok, not 0.
13342 This should avoid the enumerated-type warnings reported
13343 by Nelson H. F. Beebe in
13344 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00057.html>.
13345
13346 * lib/bbitset.h (BITSET_INLINE): Remove.
13347 * lib/bitset.h [! BITSET_INLINE]: Remove.
13348 (bitset_set, bitset_reset, bitset_test): Rename local vars
13349 to avoid shadowing warnings by GCC.
13350
13351 * data/glr.c (inline): Remove #define. It's the user's
13352 responsibility to #define it away, just like 'const'.
13353 This fixes one of the bugs reported by Nelson H. F. Beebe in
13354 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00058.html>.
13355
13356 * Makefile.maint (po-check): Scan .l and .y files instead of the
13357 .c and the .h files that they generate. This fixes the bug
13358 reported by Tim Van Holder in:
13359 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00062.html>
13360 Look for N_ as well as for _. Try to avoid matching #define for
13361 N_ and _.
13362 * po/POTFILES.in: Remove src/parse-gram.c, src/scan-gram.c,
13363 src/system.h. Add src/parse-gram.y, src/scan-gram.l.
13364 * src/scan-gram.l: Revamp regular expressions so that " and '
13365 do not confuse xgettext.
13366
13367 * src/struniq.h (struniq_new): Do not declare the return type
13368 to be 'const'; this violates the C standard.
13369 * src/struniq.c (struniq_new): Likewise.
13370
13371 2002-11-12 Albert Chin-A-Young <china@thewrittenword.com>
13372
13373 * src/Makefile.am (LDADD): Link $(LIBINTL) last to avoid the
13374 duplicate definition of optind on Tru64 UNIX 4.0D with the Compaq
13375 linker.
13376
13377 2002-11-12 Akim Demaille <akim@epita.fr>
13378
13379 * Makefile.maint: Sync with Autoconf:
13380 (local_updates): New.
13381
13382 2002-11-12 Akim Demaille <akim@epita.fr>
13383
13384 * po/POTFILES.in (src/lalr.c, src/state.c): Remove
13385
13386 2002-11-12 Akim Demaille <akim@epita.fr>
13387
13388 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Display the
13389 locations.
13390
13391 2002-11-12 Akim Demaille <akim@epita.fr>
13392
13393 * data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep to YYPRINT,
13394 not yyvalue.
13395
13396 2002-11-12 Akim Demaille <akim@epita.fr>
13397
13398 * tests/actions.at (AT_CHECK_PRINTER_AND_DESTRUCTOR): New.
13399 Use it to test the GLR parser.
13400
13401 2002-11-12 Akim Demaille <akim@epita.fr>
13402
13403 * tests/regression.at (input.y): s/YYEOF/MYEOF/, as the skeleton
13404 defines it.
13405 * data/glr.c (yystos): New.
13406 (b4_yysymprint_generate, b4_yydestruct_generate): Invoke.
13407 (YYDSYMPRINT): New.
13408 (yyval): Don't define it, it is handled via M4.
13409 (yyrecoverParseError): Free verbosely the discarded symbols.
13410 * data/yacc.c (yysymprint): Remove, rather...
13411 (b4_yysymprint_generate): invoke.
13412 * data/c.m4 (b4_yysymprint_generate): New.
13413 Accept pointers as arguments, as opposed to the version from
13414 yacc.c.
13415 (b4_yydestruct_generate): Likewise.
13416 * tests/cations.at (Printers and Destructors): Use Bison directives
13417 instead of CPP macros.
13418 Don't rely on internal details.
13419
13420 2002-11-12 Akim Demaille <akim@epita.fr>
13421
13422 * data/c.m4 (b4_yydestruct_generate, b4_symbol_actions): New.
13423 * data/yacc.c: Rename yychar1 as yytoken, as in glr.c.
13424 Don't work on yychar (i.e., do set it to YYEMPTY, don't match
13425 it against YYEMPTY and so forth), work on yytoken (i.e., set
13426 it to YYEMPTY etc.).
13427 (yydestruct): Replace with a b4_yydestruct_generate invocation.
13428 (b4_symbol_actions): Remove.
13429 * data/glr.c (YYTRANSLATE): As for yacc.c, if negative, it stands
13430 for 0, end-of-input.
13431
13432 2002-11-12 Akim Demaille <akim@epita.fr>
13433
13434 * doc/bison.texinfo (Destructor Decl): New.
13435
13436 2002-11-12 Akim Demaille <akim@epita.fr>
13437
13438 * src/tables.c (tables_generate): Use free for pointers that
13439 cannot be NULL, not XFREE.
13440 (pack_vector): Use assert, not fatal, for bound violations.
13441 * src/state.c (state_new): Likewise.
13442 * src/reader.c (reader): Likewise.
13443 * src/lalr.c (set_goto_map): Likewise.
13444 * src/location.h (LOCATION_PRINT): If first_line is 0, just issue
13445 the file name.
13446
13447 2002-11-12 Akim Demaille <akim@epita.fr>
13448
13449 * src/scan-gram.l, src/reader.h (scanner_last_string_free):
13450 Restore.
13451 * src/scan-gram.l (last_string): Is global to the file, not to
13452 yylex.
13453 * src/parse-gram.y (input): Don't append the epilogue here,
13454 (epilogue.opt): do it here, and free the scanner's obstack.
13455 * src/reader.c (epilogue_set): Rename as...
13456 (epilogue_augment): this.
13457 * data/c.m4 (b4_epilogue): Defaults to empty.
13458
13459 2002-11-12 Akim Demaille <akim@epita.fr>
13460
13461 * src/getargs.c (long_options): Remove duplicates.
13462 * src/vmsgetargs.c, src/build.com, src/bison.cld, src/vmshlp.mar:
13463 Remove.
13464 * doc/bison.rnh: Remove.
13465 * doc/bison.texinfo (VMS Invocation): Remove.
13466
13467 2002-11-12 Akim Demaille <akim@epita.fr>
13468
13469 * src/struniq.h, src/struniq.c (struniq_t): Is const.
13470 (STRUNIQ_EQ, struniq_assert, struniq_assert_p): New.
13471
13472 Use struniq for symbols.
13473
13474 * src/symtab.h (symbol_t): The tag member is a struniq.
13475 (symbol_type_set): Adjust.
13476 * src/symtab.c (symbol_new): Takes a struniq.
13477 (symbol_free): Don't free the tag member.
13478 (hash_compare_symbol_t, hash_symbol_t): Rename as...
13479 (hash_compare_symbol, hash_symbol): these.
13480 Use the fact that tags as struniqs.
13481 (symbol_get): Use struniq_new.
13482 * src/symlist.h, src/symlist.c (symbol_list_n_type_name_get):
13483 Returns a strniq.
13484 * src/reader.h (merger_list, grammar_currentmerge_set): The name
13485 and type members are struniqs.
13486 * src/reader.c (get_merge_function)
13487 (grammar_current_rule_merge_set): Adjust.
13488 (TYPE, current_type): Are struniq.
13489
13490 Use struniq for file names.
13491
13492 * src/files.h, src/files.c (infile): Split into...
13493 (grammar_file, current_file): these.
13494 * src/scan-gram.c (YY_USER_INIT, handle_syncline): Adjust.
13495 * src/reduce.c (reduce_print): Likewise.
13496 * src/getargs.c (getargs): Likewise.
13497 * src/complain.h, src/complain.c: Likewise.
13498 * src/main.c (main): Call struniqs_new early enough to use it for
13499 file names.
13500 Don't free the input file name.
13501
13502 2002-11-12 Akim Demaille <akim@epita.fr>
13503
13504 * src/symtab.c (symbol_free): Remove dead deactivated code:
13505 type_name are properly removed.
13506 Don't use XFREE to free items that cannot be NULL.
13507 * src/struniq.h, src/struniq.c: New.
13508 * src/main.c (main): Initialize/free struniqs.
13509 * src/parse-gram.y (%union): Add astruniq member.
13510 (yyprint): Adjust.
13511 * src/scan-gram.l (<{tag}>): Return a struniq.
13512 Free the obstack bit that used to store it.
13513 * src/symtab.h (symbol_t): The 'type_name' member is a struniq.
13514
13515 2002-11-11 Paul Eggert <eggert@twinsun.com>
13516
13517 Revamp to fix many (but not all) of the C- and M4-related quoting
13518 problems. Among other things, this fixes the Bison bug reported
13519 by Jan Hubicka when processing the Bash grammar; see:
13520 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00039.html>
13521
13522 Use new @ escapes consistently. Represent brackets with @{ and @}
13523 rather than @<:@ and @:>@, since this works a bit better with dumb
13524 editors like vi. Represent @ with @@, since @ is now consistently
13525 an escape. Use @oline@ and @ofile@ rather than __oline__ and
13526 __ofile__, to avoid unexpected expansions. Similarly, use @output
13527 rather than #output.
13528
13529 * data/c.m4 (b4_copyright): Omit file name from comment, since
13530 the file name could contain "*/".
13531 (b4_synclines_flag): Don't quote the 2nd argument; it should already
13532 be quoted. All uses changed.
13533
13534 * data/glr.c: Use new @ escapes consistently.
13535 (b4_input_suffix, b4_output_parser_suffix, b4_output_parser_name,
13536 b4_output_header_suffix, b4_output_header_name, b4_header_guard):
13537 Remove, since they couldn't handle arbitrary characters in file
13538 names.
13539 * data/lalr1.cc: Likewise.
13540 * data/yacc.c: Likewise.
13541
13542 * src/files.c (output_infix): Remove; all uses removed.
13543 * src/files.h: Likewise.
13544
13545 * data/glr.c: Remove use of "#ifdef b4_header_guard", since it
13546 mishandled funny characters in file names, and anyway it isn't
13547 needed any more.
13548 * data/yacc.c: Likewise.
13549 * data/lalr1.cc: Use YYSLP_NEEDED instead of b4_header_guard.
13550
13551 * data/glr.c (YYSTYPE_IS_TRIVIAL): Define when the .h file would.
13552 * data/yacc.c: Likewise.
13553
13554 * src/muscle_tab.c: Include quotearg.h, since we need to quote C
13555 strings now.
13556 (muscle_init): Quote filename as a C string.
13557 * src/muscle_tab.h (MUSCLE_GROW_STRING_PAIR): Remove; unused.
13558 (MUSCLE_OBSTACK_SGROW, MUSCLE_INSERT_C_STRING): New macros.
13559 * src/output.c (escaped_file_name_output): New function.
13560 (prepare_symbols): Quote tokens for M4.
13561 (prepare): Don't insert output_infix, output_prefix,
13562 output_parser_name, output_header_name; this is now down by scan-skel.
13563 Insert skeleton as a C string.
13564
13565 * src/output.c (user_actions_output, symbol_destructors_output,
13566 symbol_printers_output): Quote filenames for C and M4.
13567 * src/reader.c (prologue_augment, epilogue_set): Likewise.
13568
13569 * src/scan-gram.l (<SC_CHARACTER>): Don't worry about any backslash
13570 escapes other than \\ and \'; this simplifies the code.
13571 (<SC_STRING>): Likewise, for \\ and \".
13572 (<SC_COMMENT,SC_LINE_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,
13573 SC_PROLOGUE,SC_EPILOGUE>): Escape $ and @, too.
13574 Use new escapes @{ and @} for [ and ].
13575
13576 * src/scan-skel.l (yylineno, yyoutname): Remove static vars, replacing
13577 them with auto vars.
13578 Switch to new escape scheme, where @ is the escape character uniformly.
13579 Abort if a stray escape character is found. Avoid unbounded input
13580 buffer when parsing non-escaped text.
13581
13582 * tests/input.at (Torturing the Scanner): Add tests that @oline@,
13583 __oline__, #output, $@, and @{ do not have unintended meanings.
13584
13585 2002-11-09 Paul Eggert <eggert@twinsun.com>
13586
13587 Fix the test failure due to GCC warnings described in
13588 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00000.html>.
13589 * data/glr.c (yyis_pact_ninf, yyis_table_ninf): New macros, which
13590 evaluate to 0 if it's impossible for NINF to be in the respective
13591 table.
13592 (yygetLRActions, yyrecoverParseError): Use them.
13593
13594 * src/scan-gram.l (unexpected_end_of_file): Fix bug: columns were
13595 counted in the token inserted at end of file. Now takes
13596 location_t *, not location_t, so that the location can be
13597 adjusted. All uses changed.
13598
13599 * tests/regression.at (Invalid inputs): Adjust wording in
13600 diagnostic to match the new behavior.
13601
13602 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR,
13603 AT_DATA_HORIZONTAL_GRAMMAR, AT_DATA_LOOKAHEADS_GRAMMAR,
13604 AT_DATA_STACK_TORTURE): Replace `assert (x);' with `if (! (x))
13605 abort ();'. This reduces the runtime of the "Many lookaheads"
13606 test from 27.6 to 2.7 minutes on a 440 MHz Ultrasparc III running
13607 GCC 3.2.
13608
13609 2002-11-07 Paul Eggert <eggert@twinsun.com>
13610
13611 * src/parse-gram.y (CHARACTER): Remove unused token.
13612 All uses removed.
13613
13614 * src/scan-gram.l: Remove stack option. We no longer use the
13615 stack, since the stack was never deeper than 1; instead, use the
13616 new auto var c_context to record the stacked value.
13617
13618 Remove nounput option. At an unexpected end of file, we now unput
13619 the minimal input necessary to end cleanly; this simplifies the
13620 code.
13621
13622 Avoid unbounded token sizes where this is easy.
13623
13624 (unexpected_end_of_file): New function.
13625 Use it to systematize the error message on unexpected EOF.
13626 (last-string): Now auto, not static.
13627 (YY_OBS_FREE): Remove unnecessary do while (0) wrapper.
13628 (scanner_last_string_free): Remove; not used.
13629 (percent_percent_count): Move decl to just before use.
13630 (SC_ESCAPED_CHARACTER): Return ID at unexpected end of file,
13631 not the (never otherwised-used) CHARACTER.
13632
13633 2002-11-07 Akim Demaille <akim@epita.fr>
13634
13635 Let yyerror always receive the msg as last argument, so that
13636 yyerror can be variadic.
13637
13638 * data/yacc.c (b4_yyerror_args): New.
13639 Use it when calling yyerror.
13640 * data/glr.c (b4_yyerror_args, b4_lyyerror_args): New.
13641 Use it when calling yyerror.
13642 * doc/bison.texinfo (Error Reporting): Adjust.
13643 * tests/calc.at (_AT_DATA_CALC_Y): Adjust.
13644 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Adjust.
13645
13646 2002-11-06 Akim Demaille <akim@epita.fr>
13647
13648 #line should have quoted strings.
13649 Ideally, this should be done by m4_quotearg.
13650
13651 * src/scan-skel.l: Include quotearg.h.
13652 Quote __ofile__.
13653 * src/output.c (symbol_printers_output)
13654 (symbol_destructors_output): Quote the file name.
13655
13656 2002-11-06 Akim Demaille <akim@epita.fr>
13657
13658 * tests/regression.at (Invalid inputs): Adjust to the recent
13659 messages.
13660
13661 2002-11-06 Akim Demaille <akim@epita.fr>
13662
13663 Restore --no-lines.
13664 Reported by Jim Kent.
13665
13666 * data/c.m4 (b4_syncline): New.
13667 * data/glr.c, data/yacc.c, data/lalr1.cc: Use it.
13668 * src/reader.c (prologue_augment, epilogue_set): Use b4_syncline.
13669 * src/output.c (user_actions_output): Likewise.
13670 (prepare): Define 'b4_synclines_flag'.
13671 * src/muscle_tab.c (muscle_init): Don't define b4_linef.
13672
13673 2002-11-06 Akim Demaille <akim@epita.fr>
13674
13675 * src/main.c (main): Free `infile'.
13676 * src/scan-gram.l (handle_syncline): New.
13677 Recognize `#line'.
13678 * src/output.c (user_actions_output, symbol_destructors_output)
13679 (symbol_printers_output): Use the location's file name, not
13680 infile.
13681 * src/reader.c (prologue_augment, epilogue_set): Likewise.
13682
13683 2002-11-05 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13684
13685 * src/tables.c (matching_state): Don't allow states to match if
13686 either has GLR conflict entries.
13687
13688 2002-11-05 Paul Eggert <eggert@twinsun.com>
13689
13690 * src/scan-gram.l: Use more accurate diagnostics, e.g.
13691 "integer out of range" rather than "invalid value".
13692 * tests/input.at (Invalid $n, Invalid @n): Change expected wording
13693 accordingly.
13694
13695 Scan <% and %> digraphs in C code as POSIX 1003.1-2001 requires.
13696 Also, remove one static variable in the scanner.
13697
13698 * src/scan-gram.l (braces_level): Now auto, not static.
13699 Initialize to zero if the compiler is being picky.
13700 (INITIAL): Clear braces_level instead of incrementing it.
13701 (SC_BRACED_CODE): Treat <% and %> as { and } when inside C code,
13702 as POSIX 1003.1-2001 requires.
13703 * src/system.h (IF_LINT): New macro, taken from coreutils.
13704 * configure.ac: Define "lint" if --enable-gcc-warnings.
13705
13706 2002-11-05 Akim Demaille <akim@epita.fr>
13707
13708 * src/scan-gram.l: When it starts with `%', complain about the
13709 whole directive, not just that `invalid character: %'.
13710
13711 2002-11-04 Akim Demaille <akim@epita.fr>
13712
13713 * Makefile.maint: Update from Autoconf.
13714 (update, cvs-update, po-update, do-po-update): New.
13715
13716 2002-11-04 Akim Demaille <akim@epita.fr>
13717
13718 * tests/glr-regr1.at (Badly Collapsed GLR States): Prototype yylex
13719 and yyerror.
13720 Have yyerror `use' its arguments.
13721 * tests/calc.at (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF
13722 returns true when location & yacc & pure & parse-param.
13723 (_AT_DATA_CALC_Y): Let yyerror ``use'' its arguments.
13724
13725 2002-11-04 Akim Demaille <akim@epita.fr>
13726
13727 * src/location.h (LOCATION_PRINT): Use quotearg slot 3 to avoid
13728 clashes.
13729 * src/scan-gram.l: Use [\'] instead of ['] to pacify
13730 font-lock-mode.
13731 Use complain_at.
13732 Use quote, not quote_n since LOCATION_PRINT no longer uses the
13733 slot 0.
13734
13735 2002-11-03 Paul Eggert <eggert@twinsun.com>
13736
13737 * src/reader.c (get_merge_function, grammar_current_rule_check):
13738 Use consistent diagnostics for reporting type name clashes.
13739 Quote the types with <>, for consistency with Yacc.
13740 * tests/input.at (Type Clashes): Adjust to diagnostic changes.
13741
13742 2002-11-03 Akim Demaille <akim@epita.fr>
13743
13744 * data/c.m4 (b4_identification, b4_user_args, b4_parse_param):
13745 New.
13746 * data/yacc.m4 (b4_pure_args, b4_Pure_args): New.
13747 (b4_parse_param): Remove.
13748 Use b4_identification.
13749 Propagate b4_pure_args where needed to pass them to yyerror.
13750 * data/glr.m4 (b4_parse_param): Remove.
13751 (b4_user_formals, b4_pure_args, b4_pure_formals, b4_lpure_args)
13752 (b4_lpure_formals): New.
13753 Use b4_identification.
13754 (YY_USER_FORMALS, YY_USER_ARGS): Remove, replaced by
13755 b4_user_formals and b4_user_args.
13756 (yyexpandGLRStack, yyFail, yyaddDeferredAction, yyglrShiftDefer)
13757 (yyreportAmbiguity): When using a pure parser, also need
13758 the location, and the parse-params.
13759 Adjust callers.
13760 (yyuserAction, yyglrShift, yyreportParseError, yyrecoverParseError):
13761 When using a pure parser, also need the parse-params.
13762 Adjust callers.
13763 * tests/calc.at: Test pure (%pure-parser) and absolutely pure
13764 (%pure-parser + %parse-param) LALR and GLR parsers.
13765 (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): New, define AT_PARAM_IF,
13766 AT_LOCATION_IF, AT_PURE_IF, AT_GLR_IF, AAT_PURE_AND_LOC_IF,
13767 AT_GLR_OR_PARAM_IF, AT_YYERROR_ARG_LOC_IF, AT_YYERROR_SEES_LOC_IF.
13768 (_AT_DATA_CALC_Y): Equip for purity of yyerror.
13769 (_AT_CHECK_CALC_ERROR): Use AT_YYERROR_SEES_LOC_IF.
13770 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Equip for yyerror purity.
13771 * doc/bison.texinfo: Untabify the whole file.
13772 (Parser Function): Document %parse-param, deprecate YYPARSE_PARAM.
13773 (Pure Calling): Document %lex-param, deprecate YYLEX_PARAM.
13774 (Error Reporting): Adjust to these new directives.
13775 Document %error-verbose, deprecate YYERROR_VERBOSE.
13776
13777 2002-11-03 Akim Demaille <akim@epita.fr>
13778
13779 * tests/calc.at: Change all the AT_CHECK_CALC_LALR and
13780 AT_CHECK_CALC_GLR invocations to use % directives, instead of
13781 command line options.
13782 * tests/cxx-type.at: Formatting changes.
13783
13784 2002-11-03 Paul Eggert <eggert@twinsun.com>
13785
13786 * src/scan-gram.l: Revamp to fix POSIX incompatibilities,
13787 to count columns correctly, and to check for invalid inputs.
13788
13789 Use mbsnwidth to count columns correctly. Account for tabs, too.
13790 Include mbswidth.h.
13791 (YY_USER_ACTION): Invoke extend_location rather than LOCATION_COLUMNS.
13792 (extend_location): New function.
13793 (YY_LINES): Remove.
13794
13795 Handle CRLF in C code rather than in Lex code.
13796 (YY_INPUT): New macro.
13797 (no_cr_read): New function.
13798
13799 Scan UCNs, even though we don't fully handle them yet.
13800 (convert_ucn_to_byte): New function.
13801
13802 Handle backslash-newline correctly in C code.
13803 (SC_LINE_COMMENT, SC_YACC_COMMENT): New states.
13804 (eols, blanks): Remove. YY_USER_ACTION now counts newlines etc.;
13805 all uses changed.
13806 (tag, splice): New EREs. Do not allow NUL or newline in tags.
13807 Use {splice} wherever C allows backslash-newline.
13808 YY_STEP after space, newline, vertical-tab.
13809 ("/*"): BEGIN SC_YACC_COMMENT, not yy_push_state (SC_COMMENT).
13810
13811 (letter, id): Don't assume ASCII; e.g., spell out a-z.
13812
13813 ({int}, handle_action_dollar, handle_action_at): Check for integer
13814 overflow.
13815
13816 (YY_STEP): Omit trailing semicolon, so that it's more like C.
13817
13818 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>): Allow \0 and \00
13819 as well as \000. Check for UCHAR_MAX, not 255.
13820 Allow \x with an arbitrary positive number of digits, as in C.
13821 Check for overflow here.
13822 Allow \? and UCNs, for compatibility with C.
13823
13824 (handle_symbol_code_dollar): Use quote_n slot 1 to avoid collision
13825 with quote slot used by complain_at.
13826
13827 * tests/input.at: Add tests for backslash-newline, m4 quotes
13828 in symbols, long literals, and funny escapes in strings.
13829
13830 * configure.ac (jm_PREREQ_MBSWIDTH): Add.
13831 * lib/Makefile.am (libbison_a_SOURCES): Add mbswidth.h, mbswidth.c.
13832 * lib/mbswidth.h, lib/mbswidth.c: New files, from GNU gettext.
13833 * m4/Makefile.am (EXTRA_DIST): Add mbswidth.m4.
13834 * m4/mbswidth.m4: New file, from GNU coreutils.
13835
13836 * doc/bison.texinfo (Grammar Outline): Document // comments.
13837 (Symbols): Document that trigraphs have no special meaning in Bison,
13838 nor is backslash-newline allowed.
13839 (Actions): Document that trigraphs have no special meaning.
13840
13841 * src/location.h (LOCATION_COLUMNS, LOCATION_LINES): Remove;
13842 no longer used.
13843
13844 2002-11-02 Paul Eggert <eggert@twinsun.com>
13845
13846 * src/reader.c: Don't include quote.h; not needed.
13847 (get_merge_function): Reword warning to be consistent with
13848 type clash diagnostic in grammar_current_rule_check.
13849
13850 * lib/quotearg.c (quotearg_buffer_restyled): Fix off-by-two
13851 bug in trigraph handling.
13852
13853 * src/output.c (prepare_symbols): When printing token names,
13854 escape "[" as "@<:@" and likewise for "]".
13855
13856 * src/system.h (errno): Remove declaration, as we are now
13857 assuming C89 or better, and C89 guarantees errno.
13858
13859 2002-10-30 Paul Eggert <eggert@twinsun.com>
13860
13861 * lib/bitset_stats.c (bitset_stats_read, bitset_stats_write):
13862 Check for close failures.
13863 * src/files.h (xfclose): Return void, not int, since it always
13864 returned zero.
13865 * src/files.c (xfclose): Likewise. Report I/O error if ferror
13866 indicates one.
13867 * src/output.c (output_skeleton): Use xfclose rather than fclose
13868 and ferror. xfclose now checks ferror.
13869
13870 * data/glr.c (YYLEFTMOST_STATE): Remove.
13871 (yyreportTree): Use a stack-based leftmost state. This avoids
13872 our continuing battles with bogus warnings about initializers.
13873
13874 2002-10-30 Akim Demaille <akim@epita.fr>
13875
13876 * src/system.h: Don't use #ifdef/#ifndef on HAVE_ values, only
13877 #if.
13878
13879 2002-10-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
13880
13881 * tests/glr-regr1.at: New test for reported regressions.
13882 * tests/testsuite.at: Add glr-regr1.at test.
13883 * tests/Makefile.am: Add glr-regr1.at test.
13884
13885 2002-10-24 Paul Eggert <eggert@twinsun.com>
13886
13887 Version 1.75a.
13888
13889 * tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat declaration.
13890 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Include stdlib.h, since
13891 we use malloc. Don't assume 'A' through 'Z' are contiguous.
13892 Don't assume strdup exists; POSIX says its an XSI extension.
13893 Check for buffer overflow on input.
13894
13895 2002-10-24 Akim Demaille <akim@epita.fr>
13896
13897 * src/output.c (output_skeleton): Don't disable M4sugar comments
13898 too soon: it results in comments being expanded.
13899 * data/yacc.c, data/glr.c, data/lalr1.cc: Do it right before the
13900 first output.
13901
13902 2002-10-24 Akim Demaille <akim@epita.fr>
13903
13904 * data/yacc.c (m4_int_type): New.
13905 * data/c.m4 (m4_int_type): Don't use yysigned_char, but `signed
13906 char' as only yacc.c wants K&R portability.
13907 * data/glr.c (yysigned_char): Remove.
13908 * data/lalr1.cc: Rename the trailing b4_name as b4_parser_class_name.
13909 Reported by Quoc Peyrot.
13910
13911 2002-10-23 Paul Eggert <eggert@twinsun.com>
13912
13913 * src/main.c (main): With --trace=time, report times even if a
13914 non-fatal error occurs. Formerly, the times were reported in some
13915 such cases but not in others.
13916 * src/reader.c (reader): Just return if a complaint has been issued,
13917 instead of exiting, so that 'main' can report times.
13918
13919 2002-10-22 Akim Demaille <akim@epita.fr>
13920
13921 * src/system.h: Include sys/types.
13922 Reported by Bert Deknuydt.
13923
13924 2002-10-23 Paul Eggert <eggert@twinsun.com>
13925
13926 * configure.ac (AC_PROG_LEX): Use instead of AM_PROG_LEX.
13927 Suggested by Art Haas.
13928
13929 2002-10-22 Paul Eggert <eggert@twinsun.com>
13930
13931 * src/complain.c (exit) [! (STDC_HEADERS || _LIBC)]: Remove exit
13932 decl; not needed any more.
13933 * src/main.c (main): Use return to exit, undoing yesterday's change.
13934 The last OS that we could find where this wouldn't work is
13935 SunOS 3.5, and that's too old to worry about now.
13936
13937 * data/glr.c (struct yyltype): Define members even when not
13938 doing locations. This is more consistent with yacc.c, and it
13939 works around the following bug reports:
13940 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00106.html
13941 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00111.html
13942
13943 * doc/bison.texinfo: Minor spelling and typographical fixes. Use
13944 @acronym consistently. Standardize on "Yacc" instead of "YACC",
13945 "Algol" instead of "ALGOL". Give a bit more history about BNF.
13946
13947 2002-10-22 Akim Demaille <akim@epita.fr>
13948
13949 * data/README: New.
13950
13951 2002-10-21 Paul Eggert <eggert@twinsun.com>
13952
13953 Be consistent about 'bool'; the old code used an enum in one
13954 module and an int in another, and this violates the C standard.
13955 * m4/stdbool.m4: New file, from coreutils 4.5.3.
13956 * configure.ac (AC_HEADER_STDBOOL): Add.
13957 * m4/Makefile.am (EXTRA_DIST): Add stdbool.m4.
13958 * src/muscle_tab.c (hash_compare_muscles): (a ? FALSE : TRUE) -> (! a)
13959 * src/symtab.c (hash_compare_symbol_t): Likewise.
13960 * src/system.h (bool, false, true): Use a definition consistent
13961 with ../lib/hash.c. All uses changed.
13962
13963 * src/complain.c (warning_issued): Renamed from warn_message_count,
13964 so that we needn't worry about integer overflow (!).
13965 Now of type bool. All uses changed.
13966 (complaint_issued): Renamed from complain_message_count; likewise.
13967
13968 * src/main.c (main): Use exit to exit with failure.
13969
13970 * src/complain.c (fatal_at, fatal): Use EXIT_FAILURE and EXIT_SUCCESS
13971 rather than 1 and 0.
13972 * src/main.c (main): Likewise.
13973 * src/getargs.c (getargs): Likewise.
13974 * src/reader.c (reader): Likewise.
13975
13976 * src/getarg.c (getargs): Remove duplicate code for
13977 "Try `bison --help'".
13978
13979 * src/files.c (xfopen, xfclose): Use EXIT_FAILURE rather than 2.
13980 What was that "2" for?
13981
13982 * src/complain.h (fatal, fatal_at): Add __attribute__((__noreturn__)).
13983 * src/getargs.c (usage): Likewise.
13984
13985 * src/getargs.c (getargs): When there are too few operands, report
13986 the last one. When there are too many, report the first extra
13987 one. This is how diffutils does it.
13988
13989 2002-10-20 Paul Eggert <eggert@twinsun.com>
13990
13991 Remove K&R vestiges.
13992 * configure.ac (AC_C_CONST, AM_C_PROTOTYPES): Remove.
13993 * src/complain.c (VA_START): Remove. Assume prototypes.
13994 (vfprintf) [! (HAVE_VPRINTF || defined vfprintf)]: New macro.
13995 (private_strerror, warn_at, warn, complain_at, complain, fatal_at,
13996 fatal): Assume prototypes.
13997 * src/complain.h: Assume prototypes.
13998 * src/system.h (PARAMS): Remove.
13999 Include <limits.h> unconditionally, since it's guaranteeed even
14000 for a freestanding C89 compiler.
14001 (SHRT_MIN, SHRT_MAX): Remove, since C89 guarantees them.
14002 * src/vmsgetargs.c (getargs, cli_present, cli_get_value): Prototype.
14003
14004 2002-10-20 Akim Demaille <akim@epita.fr>
14005
14006 * src/muscle_tab.c (muscle_grow): Remove trailing debugging code.
14007 * data/glr.c (YY_USER_FORMALS, YY_USER_ARGS): New.
14008 (yyuserAction, yydoAction, yyglrReduce, yyresolveValue)
14009 (yyresolveStates, yyresolveAction, yyresolveStack)
14010 (yyprocessOneStack): Use them.
14011 (yy_reduce_print): New.
14012 * tests/calc.at (_AT_DATA_CALC_Y): Exercise %parse-param.
14013
14014 2002-10-20 Akim Demaille <akim@epita.fr>
14015
14016 * data/c.m4 (b4_c_ansi_args): Recognize functions with no
14017 arguments and output `void'.
14018 (b4_c_function): Rename as...
14019 (b4_c_function_def): this.
14020 (b4_c_function_decl, b4_c_ansi_function_def)
14021 (b4_c_ansi_function_decl): New.
14022 Change the interpretation of the arguments: before `int, foo', now
14023 `int foo, foo'.
14024 * data/yacc.c (yyparse): Prototype and define thanks to these.
14025 Adjust b4_c_function_def uses.
14026 * data/glr.c (yyparse): Likewise, but ANSI only.
14027
14028 2002-10-20 Akim Demaille <akim@epita.fr>
14029
14030 * src/output.c (prepare): Move the definition of `tokens_number',
14031 `nterms_number', `undef_token_number', `user_token_number_max'
14032 to...
14033 (prepare_tokens): Here.
14034 (prepare_tokens): Rename as...
14035 (prepare_symbols): this.
14036 (prepare): Move the definition of `rules_number' to...
14037 (prepare_rules): here.
14038 (prepare): Move the definition of `last', `final_state_number',
14039 `states_number' to...
14040 (prepare_states): here.
14041 * data/yacc.c, data/lalr1.cc, data/glr.c: Normalize `>' into `<'.
14042
14043 2002-10-20 Akim Demaille <akim@epita.fr>
14044
14045 * src/tables.h, src/tables.c, src/output.c: Comment changes.
14046
14047 2002-10-20 Akim Demaille <akim@epita.fr>
14048
14049 * data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if): Move to...
14050 * data/c.m4: here.
14051
14052 2002-10-20 Akim Demaille <akim@epita.fr>
14053
14054 * src/output.c (prepare): Use MUSCLE_INSERT_STRING.
14055 * src/muscle_tab.c (muscle_pair_list_grow): Rename `val as
14056 `pair'.
14057 (muscle_init): Move the `b4_ltype', `b4_maxdepth', `b4_initdepth',
14058 `name' to...
14059 * data/glr.c, data/lalr1.cc, data/yacc.c (b4_location_type)
14060 (b4_stack_depth_init, b4_stack_depth_max, b4_parser_class_name):
14061 These.
14062
14063 2002-10-19 Paul Eggert <eggert@twinsun.com>
14064
14065 Do not create a temporary file, as that involves security and
14066 cleanup headaches. Instead, use a pair of pipes.
14067 Derived from a suggestion by Florian Krohm.
14068 * lib/subpipe.c, lib/subpipe.h, m4/subpipe.m4: New files.
14069 * lib/mkstemp.c, lib/readpipe.c, lib/tempname.c, m4/mkstemp.m4: Remove.
14070 * configure.ac (UTILS_FUNC_MKSTEMP, jm_PREREQ_TEMPNAME): Remove.
14071 (BISON_PREREQ_SUBPIPE): Add.
14072 * lib/Makefile.am (libbison_a_SOURCES): Remove readpipe.c.
14073 Add subpipe.h, subpipe.c.
14074 * m4/Makefile.am (EXTRA_DIST): Remove mkstemp.m4. Add subpipe.m4.
14075 * po/POTFILES.in: Add lib/subpipe.c.
14076 * src/output.c: Include "subpipe.h".
14077 (m4_invoke): Remove decl.
14078 (scan_skel): New decl.
14079 (output_skeleton): Use pipe rather than temporary file for m4 input.
14080 Check that m4sugar.m4 is readable, to avoid deadlock.
14081 Check for pipe I/O error.
14082 * src/scan-skel.l (readpipe): Remove decl.
14083 (scan_skel): New function, to be used in place of m4_invoke.
14084 Read from stream rather than file.
14085
14086 * lib/timevar.c (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Do not cast to
14087 float, as this generates a warning on Solaris 8 + GCC 3.2 with
14088 --enable-gcc-warnings. Instead, divide into 1.0 rather than 1;
14089 this generates a more-accurate value anyway.
14090
14091 * lib/timevar.c (timervar_accumulate): Rename locals to
14092 avoid confusion with similarly-named more-global.
14093 * src/muscle_tab.c (muscle_pair_list_grow): Likewise.
14094
14095 * src/output.c (prepare): Use xstrdup to convert char const *
14096 to char *, to avoid GCC warning.
14097
14098 2002-10-19 Akim Demaille <akim@epita.fr>
14099
14100 * tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC, LEX_FORMALS,
14101 LEX_PRE_FORMALS, LEX_ARGS, LEX_PRE_ARGS, USE_LEX_ARGS.
14102 Use them to have `calc.y' ready for %pure-parser.
14103 * data/yacc.c (YYLEX): Pass a yylex return type to
14104 b4_c_function_call.
14105
14106 2002-10-19 Akim Demaille <akim@epita.fr>
14107
14108 Prototype support of %lex-param and %parse-param.
14109
14110 * src/parse-gram.y: Add the definition of the %lex-param and
14111 %parse-param tokens, plus their rules.
14112 Drop the `_' version of %glr-parser.
14113 Add the "," token.
14114 * src/scan-gram.l (INITIAL): Scan them.
14115 * src/muscle_tab.c: Comment changes.
14116 (muscle_insert, muscle_find): Rename `pair' as `probe'.
14117 * src/muscle_tab.h (MUSCLE_INSERT_PREFIX): Remove unused.
14118 (muscle_entry_s): The `value' member is no longer const.
14119 Adjust all dependencies.
14120 * src/muscle_tab.c (muscle_init): Adjust: use
14121 MUSCLE_INSERT_STRING.
14122 Initialize the obstack earlier.
14123 * src/muscle_tab.h, src/muscle_tab.c (muscle_grow)
14124 (muscle_pair_list_grow): New.
14125 * data/c.m4 (b4_c_function_call, b4_c_args): New.
14126 * data/yacc.c (YYLEX): Use b4_c_function_call to honor %lex-param.
14127 * tests/calc.at: Use %locations, not --locations.
14128 (AT_CHECK_CALC_GLR): Use %glr-parser, not %glr_parser.
14129
14130 2002-10-19 Akim Demaille <akim@epita.fr>
14131
14132 * src/getargs.c (usage): Take status as argument and exit
14133 accordingly.
14134 Report the traditional `Try ... --help' message when status != 0.
14135 (usage, version): Don't take a FILE * as arg, it is pointless.
14136 (getargs): When there is an incorrect number of arguments, make it
14137 an error, and report it GNUlically thanks to `usage ()'.
14138
14139 2002-10-18 Paul Eggert <eggert@twinsun.com>
14140
14141 * data/glr.c (yyreportParseError): Don't assume that sprintf
14142 yields the length of the printed string, as this is not true
14143 on SunOS 4.1.4. Reported by Peter Klein.
14144
14145 * tests/calc.at (_AT_DATA_CALC_Y): #undef memcmp and realloc.
14146 * tests/conflicts.at (%nonassoc and eof): Likewise.
14147 Fixes SunOS 4.1.4 test failure reported by Peter Klein.
14148
14149 2002-10-17 Akim Demaille <akim@epita.fr>
14150
14151 * src/getargs.h (trace_e): Add trace_scan, and trace_parse.
14152 * src/getargs.c (trace_types, trace_args): Adjust.
14153 * src/reader.c (grammar_current_rule_prec_set)
14154 (grammar_current_rule_dprec_set, grammar_current_rule_merge_set):
14155 Standardize error messages.
14156 And s/@prec/%prec/!
14157 (reader): Use trace_flag to enable scanner/parser debugging,
14158 instead of an adhoc scheme.
14159 * src/scan-gram.l: Remove trailing debugging code.
14160
14161 2002-10-16 Paul Eggert <eggert@twinsun.com>
14162
14163 * src/muscle_tab.h (MUSCLE_TAB_H_): Was misspelled as
14164 MUSCLE_TAB_H.
14165
14166 * NEWS: Officially drop support for building Bison with K&R C,
14167 since it didn't work anyway and it's not worth worrying about.
14168 * Makefile.maint (wget_files): Remove ansi2knr.c.
14169 (ansi2knr.c-url_prefix): Remove.
14170 * lib/.cvsignore: Remove ansi2knr, ansi2knr.*.
14171 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
14172 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
14173
14174 2002-10-15 Paul Eggert <eggert@twinsun.com>
14175
14176 Stop using the "enum_" trick for K&R-style function definitions;
14177 it confused me, and I was the author! Instead, assume that people
14178 who want to use K&R C compilers (when using these modules in GCC,
14179 perhaps?) will run ansi2knr.
14180
14181 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): Remove.
14182 All uses of "enum_" changed to "enum ".
14183 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
14184 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
14185
14186 * lib/abitset.c (abitset_and, abitset_and_cmp, abitset_and_or,
14187 abitset_and_or_cmp, abitset_andn, abitset_andn_cmp,
14188 abitset_andn_or, abitset_andn_or_cmp, abitset_bytes, abitset_copy,
14189 abitset_copy1, abitset_disjoint_p, abitset_empty_p,
14190 abitset_equal_p, abitset_init, abitset_list, abitset_list_reverse,
14191 abitset_not, abitset_ones, abitset_or, abitset_or_and,
14192 abitset_or_and_cmp, abitset_or_cmp, abitset_reset, abitset_set,
14193 abitset_size, abitset_small_list, abitset_subset_p, abitset_test,
14194 abitset_unused_clear, abitset_xor, abitset_xor_cmp, abitset_zero):
14195 Use function prototypes; this removes the need for declaring
14196 static functions simply to provide their prototypes.
14197 * lib/bitset.c (bitset_alloc, bitset_and_or_, bitset_and_or_cmp_,
14198 bitset_andn_or_, bitset_andn_or_cmp_, bitset_bytes, bitset_copy_,
14199 bitset_count_, bitset_create, bitset_dump, bitset_first,
14200 bitset_free, bitset_init, bitset_last, bitset_next,
14201 bitset_obstack_alloc, bitset_obstack_free, bitset_only_set_p,
14202 bitset_op4_cmp, bitset_or_and_, bitset_or_and_cmp_, bitset_prev,
14203 bitset_print, bitset_release_memory, bitset_toggle_,
14204 bitset_type_choose, bitset_type_get, bitset_type_name_get,
14205 debug_bitset): Likewise.
14206 * lib/bitset.h (bitset_set, bitset_reset, bitset_test): Likewise.
14207 * lib/bitset_stats.c (bitset_log_histogram_print,
14208 bitset_percent_histogram_print, bitset_stats_and,
14209 bitset_stats_and_cmp, bitset_stats_and_or,
14210 bitset_stats_and_or_cmp, bitset_stats_andn, bitset_stats_andn_cmp,
14211 bitset_stats_andn_or, bitset_stats_andn_or_cmp, bitset_stats_copy,
14212 bitset_stats_count, bitset_stats_disable, bitset_stats_disjoint_p,
14213 bitset_stats_dump, bitset_stats_empty_p, bitset_stats_enable,
14214 bitset_stats_equal_p, bitset_stats_free, bitset_stats_init,
14215 bitset_stats_list, bitset_stats_list_reverse, bitset_stats_not,
14216 bitset_stats_ones, bitset_stats_or, bitset_stats_or_and,
14217 bitset_stats_or_and_cmp, bitset_stats_or_cmp, bitset_stats_print,
14218 bitset_stats_print_1, bitset_stats_read, bitset_stats_reset,
14219 bitset_stats_set, bitset_stats_size, bitset_stats_subset_p,
14220 bitset_stats_test, bitset_stats_toggle, bitset_stats_type_get,
14221 bitset_stats_write, bitset_stats_xor, bitset_stats_xor_cmp,
14222 bitset_stats_zero): Likewise.
14223 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
14224 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
14225 bitsetv_dump, debug_bitsetv): Likewise.
14226 * lib/ebitset.c (ebitset_and, ebitset_and_cmp, ebitset_andn,
14227 ebitset_andn_cmp, ebitset_bytes, ebitset_copy, ebitset_copy_,
14228 ebitset_copy_cmp, ebitset_disjoint_p, ebitset_elt_add,
14229 ebitset_elt_alloc, ebitset_elt_calloc, ebitset_elt_find,
14230 ebitset_elt_free, ebitset_elt_last, ebitset_elt_remove,
14231 ebitset_elt_zero_p, ebitset_elts_grow, ebitset_empty_p,
14232 ebitset_equal_p, ebitset_free, ebitset_init, ebitset_list,
14233 ebitset_list_reverse, ebitset_not, ebitset_ones, ebitset_op3_cmp,
14234 ebitset_or, ebitset_or_cmp, ebitset_release_memory, ebitset_reset,
14235 ebitset_set, ebitset_size, ebitset_subset_p, ebitset_test,
14236 ebitset_weed, ebitset_xor, ebitset_xor_cmp, ebitset_zero):
14237 Likewise.
14238 * lib/lbitset.c (debug_lbitset, lbitset_and, lbitset_and_cmp,
14239 lbitset_andn, lbitset_andn_cmp, lbitset_bytes, lbitset_copy,
14240 lbitset_copy_cmp, lbitset_disjoint_p, lbitset_elt_alloc,
14241 lbitset_elt_calloc, lbitset_elt_find, lbitset_elt_free,
14242 lbitset_elt_link, lbitset_elt_unlink, lbitset_elt_zero_p,
14243 lbitset_empty_p, lbitset_equal_p, lbitset_free, lbitset_init,
14244 lbitset_list, lbitset_list_reverse, lbitset_not, lbitset_ones,
14245 lbitset_op3_cmp, lbitset_or, lbitset_or_cmp, lbitset_prune,
14246 lbitset_release_memory, lbitset_reset, lbitset_set, lbitset_size,
14247 lbitset_subset_p, lbitset_test, lbitset_weed, lbitset_xor,
14248 lbitset_xor_cmp, lbitset_zero): Likewise.
14249
14250 2002-10-14 Akim Demaille <akim@epita.fr>
14251
14252 Version 1.75.
14253
14254 2002-10-14 Akim Demaille <akim@epita.fr>
14255
14256 * tests/Makefile.am (maintainer-check-posix): New.
14257
14258 2002-10-14 Akim Demaille <akim@epita.fr>
14259
14260 * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize the yyloc
14261 member.
14262
14263 2002-10-14 Akim Demaille <akim@epita.fr>
14264
14265 * src/tables.c (table_ninf_remap): base -> tab.
14266 Reported by Matt Rosing.
14267
14268 2002-10-14 Paul Eggert <eggert@twinsun.com>
14269
14270 * tests/action.at, tests/calc.at, tests/conflicts.at,
14271 tests/cxx-type.at, tests/headers.at, tests/input.at,
14272 tests/regression.at, tests/synclines.at, tests/torture.at:
14273 Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
14274 so that the tests still work even if POSIXLY_CORRECT is set.
14275 * doc/bison.texinfo (Rpcalc Compile, Invocation): Likewise.
14276
14277 * data/c.m4 (b4_int_type): Use yysigned_char instead of signed char,
14278 for portability to K&R hosts. Fix typo: signed char is guaranteed
14279 only to 127, not to 128.
14280 * data/glr.c (yysigned_char): New type.
14281 * data/yacc.c (yysigned_char): Likewise.
14282 * tests/regression.at (Web2c Actions): signed char -> yysigned_char.
14283
14284 2002-10-13 Paul Eggert <eggert@twinsun.com>
14285
14286 * data/yacc.c (yyparse): Rewrite to avoid "comparison is always
14287 true due to limited range of data type" warning from GCC.
14288
14289 * data/c.m4 (b4_token_defines): Protect against double-inclusion
14290 by wrapping enum yytokentype's definition inside #ifndef
14291 YYTOKENTYPE. This undoes a bug I introduced on 2002-10-12.
14292
14293 2002-10-13 Akim Demaille <akim@epita.fr>
14294
14295 * data/glr.c (yyglrShiftDefer, yyaddDeferredAction, yydoAction):
14296 Un yy- yyrhs to avoid the name clash with the global YYRHS.
14297
14298 2002-10-13 Akim Demaille <akim@epita.fr>
14299
14300 * Makefile.maint: Update from Autoconf 2.54.
14301 * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Remove, shipped with 2.54.
14302
14303 2002-10-13 Akim Demaille <akim@epita.fr>
14304
14305 * src/print.c (print_state): Separate the list of solved conflicts
14306 from the other items.
14307 * tests/conflicts.at (Resolved SR Conflicts): Adjust.
14308
14309 2002-10-13 Akim Demaille <akim@epita.fr>
14310
14311 Let nondeterministic skeletons be usable with deterministic
14312 tables.
14313
14314 With the patch, GAWK compiled by GCC without -O2 passes its test
14315 suite using a GLR parser driven by LALR tables. It fails with -O2
14316 because `struct stat' gives two different answers on my machine:
14317 88 (definition of an auto var) and later 96 (memset on this var).
14318 Hence the stack is badly corrumpted. The headers inclusion is to
14319 blame: if I move the awk.h inclusion before GLR's system header
14320 inclusion, the two struct stat have the same size.
14321
14322 * src/tables.c (pack_table): Always create conflict_table.
14323 (token_actions): Always create conflict_list.
14324 * data/glr.c (YYFLAG): Remove, unused.
14325
14326 2002-10-13 Akim Demaille <akim@epita.fr>
14327
14328 * configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.
14329 (O0FLAGS): New.
14330 (VALGRIND, GXX): New.
14331 * tests/atlocal.in (CFLAGS): Use O0FLAGS.
14332 * tests/bison.in: Run $PREBISON a pre-command.
14333 * tests/Makefile.am (maintainer-check, maintainer-check-valgrind)
14334 (maintainer-check-g++): New.
14335 * Makefile.am (maintainer-check): New.
14336
14337 2002-10-13 Akim Demaille <akim@epita.fr>
14338
14339 * data/glr.c: Formatting changes.
14340 Tweak some trace messages to match yacc.c's.
14341
14342 2002-10-13 Akim Demaille <akim@epita.fr>
14343
14344 GLR parsers sometimes raise parse errors instead of performing the
14345 default reduction.
14346 Reported by Charles-Henry de Boysson.
14347
14348 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Don't
14349 check the length of the traces when %glr.
14350 (_AT_CHECK_CALC_ERROR): Also skip `^Stack' lines, coming from
14351 GLR's traces.
14352 (AT_CHECK_CALC_LALR, AT_CHECK_CALC_GLR): New.
14353 Test GLR parsers.
14354 * data/glr.c (YYLEFTMOST_STATE): Fix its value.
14355 (yyltype): Remove the yy prefix from the member names.
14356 (yytable): Complete its comment.
14357 (yygetLRActions): Map error action number from YYTABLE from
14358 YYTABLE_NINF to 0.
14359 (yyisErrorAction): No longer compare YYACTION to YYPACT_NINF
14360 (which was a bug: it should have been YYTABEL_NINF, and yet it was
14361 not satisfying as we could compare an YYACTION computed from
14362 YYDEFACT to YYTABLE_NINF although they are unrelated): 0 is the
14363 only value for error actions.
14364 (yyreportParseError): In verbose parse error messages, don't issue
14365 `error' in the list of expected tokens.
14366 * data/yacc.c (yyparse) <yybackup>: Rewrite the decoding of the
14367 next action to perform to match glr.c's decoding.
14368 (yytable): Complete its comment.
14369
14370 2002-10-13 Paul Eggert <eggert@twinsun.com>
14371
14372 Fix problem reported by Henrik Grubbstroem in
14373 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00098.html>:
14374 "nonterm: { $$ = 123; } { $$ = $1; };" was wrongly rejected,
14375 because the Bison parser reads the second action before reducing
14376 the first one.
14377 * src/scan-gram.l (rule_length): New static var.
14378 Use it to keep track of the rule length in the scanner, since
14379 we can't expect the parser to be in lock-step sync with the scanner.
14380 (handle_action_dollar, handle_action_at): Use this var.
14381 * tests/actions.at (Exotic Dollars): Test for the problem.
14382
14383 2002-10-12 Paul Eggert <eggert@twinsun.com>
14384
14385 * lib/timevar.c [! IN_GCC && HAVE_SYS_TIME_H]: Include <sys/time.h>.
14386 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): Check for <sys/time.h>.
14387 Include <sys/time.h> when checking for clock_t and struct tms.
14388 Use same include order as source.
14389 This is for the SunOS 4.1.4 porting bug reported by Peter Klein in
14390 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00016.html>.
14391
14392 * lib/timevar.c: Update copyright date and clarify comments.
14393 (get_time) [IN_GCC]: Keep the GCC version for reference.
14394
14395 * lib/timevar.c, lib/timevar.h, lib/timevar.def: Import
14396 GCC version as of today, then merge Bison's changes.
14397 Change "GCC" to "Bison" in copyright notice. timevar.def's
14398 author is Akim, so change that too.
14399
14400 * src/reader.c (grammar_current_rule_check):
14401 Don't worry about the default action if $$ is untyped.
14402 Prevents bogus warnings reported by Jim Gifford in
14403 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00015.html>.
14404
14405 * data/c.m4 (b4_token_enum): Do not define YYTOKENTYPE.
14406 * data/glr.c, data/lalr1.cc, data/yacc.c:
14407 Output token definitions before the first part of user declarations.
14408 Fixes compatibility problem reported by Jim Gifford for kbd in
14409 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00014.html>.
14410
14411 2002-10-11 Paul Eggert <eggert@twinsun.com>
14412
14413 * data/yacc.c (yyreport_parse_error): Remove, putting its body into...
14414 (yyparse): here. This undoes some of the 2002-07-25 change.
14415 Compatibility problem reported by Ralf S. Engelschall with
14416 OSSP cfg <http://www.ossp.org/pkg/lib/cfg/>.
14417
14418 2002-10-11 Akim Demaille <akim@epita.fr>
14419
14420 * tests/regression.at Characters Escapes): New.
14421 * src/scan-gram.l (SC_ESCAPED_CHARACTER): Accept \' in strings and
14422 characters.
14423 Reported by Jan Nieuwenhuizen.
14424
14425 2002-10-11 Akim Demaille <akim@epita.fr>
14426
14427 * po/id.po: New.
14428
14429 2002-10-10 Paul Eggert <eggert@twinsun.com>
14430
14431 Portability fixes for bitsets; this also avoids several GCC
14432 warnings.
14433
14434 * lib/abitset.c: Include <stddef.h>, for offsetof.
14435 * lib/lbitset.c: Likewise.
14436
14437 * lib/abitset.c (abitset_bytes): Return a size that is aligned
14438 properly for vectors of objects. Do not assume that adding a
14439 header size to a multiple of a word size yields a value that is
14440 properly aligned for the whole union.
14441 * lib/bitsetv.c (bitsetv_alloc): Likewise.
14442
14443 * lib/bitset_stats.c (bitset_stats_bytes): Adjust to new,
14444 unique names for structures.
14445 * lib/ebitset.c (ebitset_bytes): Likewise.
14446 * lib/lbitset.c (lbitset_bytes): Likewise.
14447
14448 * lib/abitset.c (abitset_ones, abitset_zero, abitset_empty_p,
14449 abitset_copy1, abitset_not, abitset_equal_p, abitset_subset_p,
14450 abitset_disjoint_p, abitset_and, abitset_and_cmp, abitset_andn,
14451 abitset_andn_cmp, abitset_or, abitset_or_cmp, abitset_xor,
14452 abitset_xor_cmp, abitset_and_or, abitset_and_or_cmp,
14453 abitset_andn_or, abitset_andn_or_cmp, abitset_or_and,
14454 abitset_or_and_cmp, abitset_copy): Supply prototype decls,
14455 to improve the type-checking that GCC can do.
14456 * lib/bitset.c (bitset_op4_cmp): Likewise.
14457 * lib/bitset_stats.c (bitset_stats_count,
14458 bitset_stats_empty_p, bitset_stats_ones, bitset_stats_zero,
14459 bitset_stats_copy, bitset_stats_disjoint_p,
14460 bitset_stats_equal_p, bitset_stats_not, bitset_stats_subset_p,
14461 bitset_stats_and, bitset_stats_and_cmp, bitset_stats_andn,
14462 bitset_stats_andn_cmp, bitset_stats_or, bitset_stats_or_cmp,
14463 bitset_stats_xor, bitset_stats_xor_cmp, bitset_stats_and_or,
14464 bitset_stats_and_or_cmp, bitset_stats_andn_or,
14465 bitset_stats_andn_or_cmp, bitset_stats_or_and,
14466 bitset_stats_or_and_cmp): Likewise.
14467 * lib/lbitset.c (lbitset_and, lbitset_and_cmp, lbitset_andn,
14468 lbitset_andn_cmp, lbitset_or, lbitset_or_cmp, lbitset_xor,
14469 lbitset_xor_cmp, lbitset_empty_p, lbitset_ones, lbitset_not,
14470 lbitset_subset_p, lbitset_disjoint_p, debug_lbitset): Likewise.
14471
14472 * lib/abitset.h: Include bitset.h, not bbitset.h.
14473 * lib/ebitset.h: Likewise.
14474 * lib/lbitset.h: Likewise.
14475
14476 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): New types.
14477 All instances of parameters of type enum bitset_opts are now of
14478 type enum_bitset_opts, to conform to the C Standard, and similarly
14479 for enum_bitset_type.
14480 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
14481 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
14482
14483 Do not use "struct bitset_struct" to mean different things in
14484 different modules. Not only is this confusing, it violates
14485 the C Standard, which requires that structure types in different
14486 modules must be compatible if one is to be passed to the other.
14487 * lib/bbitset.h (bitset): Now points to a union, not to a struct.
14488 All instances of "struct bitset_struct *" replaced with "bitset".
14489 * lib/bitset.h (struct bitset_struct): Remove, replacing with....
14490 (union bitset_union, struct abitset_struct, struct ebitset_struct,
14491 struct lbitset_struct, struct bitset_stats_struct): New types.
14492 All uses of struct bitset_struct changed to union bitset_union,
14493 etc.
14494 * lib/abitset.c (struct abitset_struct, abitset,
14495 struct bitset_struct): Remove.
14496 * lib/bitset_stats.c (struct bitset_stats_struct, bitset_stats,
14497 struct bitset_struct): Remove.
14498 * lib/ebitset.c (struct ebitset_struct, ebitset, struct
14499 bitset_struct): Remove.
14500 * lib/lbitset.c (struct lbitset_struct, lbitset, bitset_struct):
14501 Likewise.
14502
14503 Do not call a function of type T using a call that assumes the
14504 function is of a different type U. Standard C requires that a
14505 function must be called with a type that is compatible with its
14506 definition.
14507 * lib/bbitset.h (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
14508 New decls.
14509 * lib/bitset.c (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
14510 New functions.
14511 * lib/ebitset.c (PFV): Remove.
14512 * lib/lbitset.c (PFV): Likewise.
14513 * lib/ebitset.c (ebitset_and, ebitset_andn, ebitset_or,
14514 ebitset_xor, ebitset_copy, ebitset_ones, ebitset_empty_p): New
14515 decls.
14516 (ebitset_and, ebitset_andn, ebitset_or, ebitset_xor): New functions.
14517 (ebitset_vtable): Use them.
14518 * lib/lbitset.c (lbitset_and, lbitset_andn, lbitset_or,
14519 lbitset_xor): New functions.
14520 (lbitset_vtable): Use them.
14521
14522 * lib/bitset.h (bitset_next, bitset_prev, bitset_only_set_p):
14523 Declare.
14524
14525 * lib/bitsetv.c (bitsetv_alloc): Add a cast to (void *) to avoid a
14526 GCC warning.
14527 * lib/lbitset.c (LBITSET_CURRENT1): Likewise.
14528 Use offsetof, for simplicity.
14529
14530 2002-10-06 Paul Eggert <eggert@twinsun.com>
14531
14532 * lib/bitset.h (bitset_reset): Do not assume that bitset_word is
14533 the same width as int. This reapplies a hunk of the 2002-08-12 patch
14534 <http://lists.gnu.org/archive/html/bison-patches/2002-08/msg00007.html>,
14535 which was inadvertently undone by the 2002-09-30 patch.
14536 * lib/lbitset.c (debug_lbitset): Do not assume that bitset_word is
14537 the same width as int.
14538
14539 2002-10-04 Paul Eggert <eggert@twinsun.com>
14540
14541 Version 1.50.
14542
14543 * configure.ac (AC_INIT), NEWS: Increment version number.
14544
14545 * doc/bison.texinfo: Minor spelling, grammar, and white space
14546 fixes.
14547 (Symbols): Mention that any negative value returned from yylex
14548 signifies end-of-input. Warn about negative chars. Mention
14549 the portable Standard C character set.
14550
14551 The GNU coding standard says CFLAGS and YFLAGS are reserved
14552 for the installer to set.
14553 * lib/Makefile.am (AM_CFLAGS): Renamed from CFLAGS.
14554 * src/Makefile.am (AM_CFLAGS): Likewise.
14555 (AM_YFLAGS): Renamed from YFLAGS.
14556
14557 Fix some MAX and MIN problems.
14558 * src/gram.h (ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.
14559 * src/lalr.h (GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.
14560 * src/symtab.h (SYMBOL_NUMBER_MAX): New macro.
14561 * src/reader.c (reader): Use it.
14562
14563 * tests/regression.at (Braces parsing): Use grep, not fgrep, as
14564 POSIX 1003.1-2001 has removed fgrep.
14565
14566 2002-10-04 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14567
14568 * lib/bbitset.h (BITSET_WINDEX_MAX): Redefine so that it cannot be
14569 interpreted as signed.
14570 * lib/ebitset.c (ebitset_list): Fix bug.
14571
14572 2002-10-01 Paul Eggert <eggert@twinsun.com>
14573
14574 More fixes for 64-bit hosts and large bitsets.
14575
14576 * lib/abitset.c (struct abitset_struct.n_bits, abitset_small_list,
14577 abitset_size, abitset_list, abitset_list_reverse, abitset_list):
14578 Use bitset_bindex, not int or unsigned int or size_t, to count bits.
14579 * lib/bbitset.h (struct bitset_vtable.size, struct bitset_vtable.count,
14580 struct bitset_vtable.list, struct bitset_vtable.list_reverse,
14581 bitset_count_, bitset_next, bitset_prev, bitset_first, bitset_last,
14582 bitset_count_): Likewise.
14583 * lib/bitset.h (bitset_iterator.num, bitset_iterator.i,
14584 bitset_first, bitset_last): Likewise.
14585 * lib/bitset_stats.c (bitset_stats_size, bitset_stats_list,
14586 bitset_stats_list_reverse, bitset_stats_size,
14587 bitset_stats_count, bitset_stats_list, bitset_stat_list_reverse):
14588 Likewise.
14589 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
14590 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
14591 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
14592 bitsetv_reflexive_transitive_closure): Likewise.
14593 * lib/bitsetv.h (bitsetv_alloc, bitsetv_create): Likewise.
14594 * lib/ebitset.c (ebitset_size, ebitset_list, ebitset_list_reverse):
14595 Likewise.
14596 * lib/lbitset.c (lbitset_size, lbitset_list, lbitset_list_merge):
14597 Likewise.
14598
14599 * lib/abitset.c (abitset_ones, abitset_zero, abitset_bytes):
14600 Use size_t, not unsigned int, to count bytes.
14601 * lib/abitset.h (abitset_bytes): Likewise.
14602 * lib/bitset.c (bitset_bytes, bitset_alloc, bitset_obstack_alloc):
14603 Likewise.
14604 * lib/bitset.h (bitset_bytes): Likewise.
14605 * lib/bitset_stats.c (bitset_stats_bytes, bitset_stats_init): Likewise.
14606 * lib/bitset_stats.h (bitset_stats_bytes): Likewise.
14607 * lib/bitsetv.c (bitsetv_alloc): Likewise.
14608 * lib/ebitset.c (ebitset_bytes): Likewise.
14609 * lib/ebitset.h (ebitset_bytes): Likewise.
14610 * lib/lbitset.c (lbitset_bytes): Likewise.
14611 * lib/lbitset.h (lbitset_bytes): Likewise.
14612
14613 * lib/abitset.c (abitset_empty_p, abitset_not, abitset_equal_p,
14614 abitset_subset_p, abitset_disjoint_p, abitset_and,
14615 abitset_and_cmp, abitset_andn, abitset_andn_cmp, abitset_or,
14616 abitset_or_cmp, abitset_xor, abitset_xor_cmp, abitset_and_or,
14617 abitset_and_or_cmp, abitset_andn_or, abitset_andn_or_cmp,
14618 abitset_or_and, abitset_or_and_cmp):
14619 Use bitset_windex instead of unsigned int.
14620 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
14621 * lib/ebitset.c (struct ebitset_struct.size, ebitset_elts_grow,
14622 ebitset_elt_add, ebitset_elt_remove, ebitset_weed,
14623 ebitset_elt_find, ebitset_list_reverse, ebitset_list, ebitset_init):
14624 Likewise.
14625 * lib/lbitset.c (lbitset_ones, lbitset_not): Likewise.
14626
14627 * lib/bitset.c (bitset_print):
14628 Use proper printf formats for widths of integer types.
14629 * lib/bitset_stats.c (bitset_percent_histogram_print,
14630 bitset_log_histogram_print, bitset_stats_print_1): Likewise.
14631 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
14632 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
14633 * lib/lbitset.c (lbitset_bytes): Likewise.
14634
14635 * lib/bbitset.h (BITSET_BINDEX_MAX, BITSET_WINDEX_MAX,
14636 BITSET_SIZE_MAX): New macros.
14637 (BITSET_INDEX_MAX): Remove. It wasn't right, since it assumed that
14638 sizeof (bitset_word) == sizeof (bitset_windex). All uses changed
14639 to BITSET_WINDEX_MAX.
14640
14641 * lib/bitset.c (bitset_next, bitset_prev, bitset_first,
14642 bitset_last): Return BITSET_BINDEX_MAX (not -1) for no value,
14643 since we now return the bitset_bindex type (not int).
14644
14645 * lib/bitsetv.c (bitsetv_alloc): Check for arithmetic overflow
14646 when computing sizes.
14647 * lib/ebitset.c (ebitset_elts_grow): Likewise.
14648
14649 * lib/lbitset.c (lbitset_elt_find): Simplify windex calculation
14650 and avoid cast to unsigned.
14651
14652 2002-09-30 Akim Demaille <akim@epita.fr>
14653
14654 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
14655 * lib/bitset_stats.c, lib/bitsetv.c, lib/ebitset.c, lib/lbitset.c:
14656 Updates from Michael Hayes.
14657
14658 2002-09-30 Art Haas <ahaas@neosoft.com>
14659
14660 * configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
14661 invocations.
14662 * tests/cxx-type.at (declarator): Don't rely on NDEBUG being not
14663 defined.
14664
14665 2002-09-27 Akim Demaille <akim@epita.fr>
14666
14667 Version 1.49c.
14668
14669 2002-09-27 Akim Demaille <akim@epita.fr>
14670
14671 * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.
14672 (Because of AC_LIBSOURCE).
14673
14674 2002-09-27 Akim Demaille <akim@epita.fr>
14675
14676 Playing with Autoscan.
14677
14678 * configure.ac: Remove the old LIBOBJ tweaks.
14679 (AC_REPLACE_FUNCS): Add strrchr and strtol.
14680 * lib/strrchr.c: New.
14681 * lib/strtol.c: New, from the Coreutils 4.5.1.
14682
14683 2002-09-27 Akim Demaille <akim@epita.fr>
14684
14685 Playing with Autoscan.
14686
14687 * m4/prereq.m4 (jm_PREREQ_ARGMATCH, jm_FUNC_ARGMATCH): New.
14688 * lib/Makefile.am (libbison_a_SOURCES): No longer include
14689 argmatch.c and argmatch.h, since they are AC_LIBSOURCE'd.
14690 * lib/strcasecmp.c, lib/strncasecmp.c, lib/memcmp.c: New, from the
14691 Coreutils 4.5.1.
14692
14693 2002-09-24 Akim Demaille <akim@epita.fr>
14694
14695 * doc/bison.texinfo (Stack Overflow): xref to Recursion.
14696 (Frequently Asked Questions, Parser Stack Overflow): New.
14697
14698 2002-09-13 Akim Demaille <akim@epita.fr>
14699
14700 Playing with autoscan.
14701
14702 * src/reader.c (get_merge_function): Use xstrdup, not strdup.
14703 * src/files.c (skeleton_find): Remove, unused.
14704 * m4/memcmp.m4: New, from the Coreutils 4.5.1.
14705 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Run jm_FUNC_MEMCMP.
14706
14707 2002-09-13 Akim Demaille <akim@epita.fr>
14708
14709 * configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.6.3.
14710 * Makefile.am (AUTOMAKE_OPTIONS): Don't.
14711
14712 2002-09-13 Akim Demaille <akim@epita.fr>
14713
14714 * configure.ac: Require 2.54.
14715 s/jm_FUNC_MALLOC/AC_FUNC_MALLOC/.
14716 s/jm_FUNC_REALLOC/AC_FUNC_REALLOC/.
14717 * m4/c-bs-a.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/realloc.m4:
14718 Remove, provided by Autoconf macros.
14719
14720 2002-09-12 Akim Demaille <akim@epita.fr>
14721
14722 * m4/prereq.m4: Update, from Coreutils 4.5.1.
14723
14724 2002-09-12 Akim Demaille <akim@epita.fr>
14725
14726 * m4/prereq.m4: Update, from Fileutils 4.1.5.
14727 * configure.ac (jm_PREREQ_TEMPNAME): Invoke it.
14728 Reported by Martin Mokrejs.
14729
14730 2002-09-10 Akim Demaille <akim@epita.fr>
14731
14732 * src/parse-gram.y: Associate a human readable string to each
14733 token type.
14734 * tests/regression.at (Invalid inputs): Adjust.
14735
14736 2002-09-10 Gary V. Vaughan <gary@gnu.org>
14737
14738 * tests/Makefile.am ($(srcdir)/package.m4): Bison now ships
14739 with an Autoconf-2.5x style configure.ac.
14740
14741 2002-09-06 Paul Eggert <eggert@twinsun.com>
14742
14743 * doc/bison.texinfo (Conditions): Make explicit that the GPL
14744 exception applies only to yacc.c. This is a modification of a
14745 patch originally suggested by Akim Demaille.
14746
14747 2002-09-06 Akim Demaille <akim@epita.fr>
14748
14749 * data/c.m4 (b4_copyright): Move the GPL exception comment from
14750 here to...
14751 * data/yacc.c: here.
14752
14753 * data/lalr1.cc (struct yyltype): Don't define it, since we use
14754 LocationType.
14755 (b4_ltype): Default to yy::Location from location.hh.
14756
14757 2002-09-04 Jim Meyering <jim@meyering.net>
14758
14759 * data/yacc.c: Guard the declaration of yytoknum also with
14760 `#ifdef YYPRINT', so it is declared only when used.
14761
14762 2002-09-04 Akim Demaille <akim@epita.fr>
14763
14764 * configure.in: Rename as...
14765 * configure.ac: this.
14766 Bump to 1.49c.
14767
14768 2002-09-04 Akim Demaille <akim@epita.fr>
14769
14770 * src/assoc.c, src/closure.c, src/gram.c, src/injections.c,
14771 * src/lalr.c, src/LR0.c, src/relation.c, src/tables.c: Don't
14772 translate maintainer only messages.
14773
14774 2002-08-12 Paul Eggert <eggert@twinsun.com>
14775
14776 Version 1.49b.
14777
14778 * Makefile.am (SUBDIRS): Remove intl.
14779 (DISTCLEANFILES): Remove.
14780 * NEWS: Mention that GNU M4 is now required. Clarify what is
14781 meant by "larger grammars". Mention the pt_BR translation.
14782 * configure.in (AC_CHECK_DECLS): Add getenv, getopt.
14783 (AM_GNU_GETTEXT_VERSION): New macro, replacing GETTEXT_VERSION var.
14784 Bump version from 0.11.2 to 0.11.5.
14785 (BISON_PREREQ_STAGE): Remove.
14786 (AM_GNU_GETTEXT): Use external gettext.
14787 (AC_OUTPUT): Remove intl/Makefile.
14788
14789 * config/depcomp, config/install-sh: Sync with Automake 1.6.3.
14790
14791 * data/glr.c: Include string.h, for strlen.
14792 (yyreportParseError): Use size_t for yysize.
14793 (yy_yypstack): No longer nested inside yypstates, as nested
14794 functions are not portable. Do not assume size_t is the
14795 same width as int.
14796 (yypstates): Do not assume that ptrdiff_t is the same width
14797 as int, and similarly for yyposn and YYINDEX.
14798
14799 * data/yacc.c: Fix comment about `$$ = $1': it can copy garbage.
14800
14801 * lib/Makefile.am (INCLUDES): Do not include from the intl
14802 directory, which has been removed.
14803 * src/Makefile.am (INCLUDES): Likewise.
14804
14805 * lib/Makefile.am (libbison_a_SOURCES): Add unlocked-io.h.
14806 (bitsets_sources, additional_bitsets_sources, timevars_sources):
14807 New vars.
14808
14809 * lib/Makefile.am (libbison_a_SOURCES): Avoid +=, a GNU make extension.
14810 * tests/Makefile.am (EXTRA_DIST): Likewise.
14811
14812 * lib/abitset.c (abitset_reverse_list, ebitset_reverse_list):
14813 Do not assume that bitset_windex is the same width as unsigned.
14814
14815 * lib/abitset.c (abitset_unused_clear): Do not assume that
14816 bitset_word is the same width as int.
14817 * lib/bbitset.h (BITSET_INDEX_MAX, BITSET_MSB): Likewise.
14818 * lib/bitset.h (bitset_set, bitset_reset): Likewise.
14819 * lib/bitset_stats.c (bitset_stats_set, bitset_stats_reset): Likewise.
14820 * lib/ebitset.c (ebitset_set, ebitset_reset): Likewise.
14821 * lib/lbitset.c (lbitset_set, lbitset_reset): Likewise.
14822
14823 * lib/abitset.c (abitset_op1): Use -1, not ~0, as memset arg (for
14824 portability to one's complement hosts!).
14825 * lib/ebitset.c (ebitset_op1): Likewise.
14826 * lib/lbitset.c (lbitset_op1): Likewise.
14827
14828 * lib/argmatch.c, lib/quotearg.c, quotearg.h: Sync with GNU tar.
14829 * lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
14830 lib/hash.c, lib/hash.h, lib/strnlen.c, lib/xmalloc.c:
14831 Sync with fileutils.
14832 * lib/error.c, lib/getopt.c, lib/getopt.h, lib/getopt1.c,
14833 lib/gettext.h: Sync with diffutils.
14834
14835 * lib/memrchr.c, lib/mkstemp.c, lib/strchr.c, lib/strnlen.c,
14836 lib/strspn.c, lib/tempname.c: Use GPL, not LGPL.
14837
14838 * lib/obstack.c, lib/obstack.h: Sync with fileutils, except use
14839 PROTOTYPES to check for prototypes, and "defined __STDC__" to
14840 check for void *.
14841
14842 * lib/bbitset.h (BITSET_WORD_BITS): Now of type unsigned, not
14843 size_t; the old version tried to do this but casted improperly.
14844 (bitset_bindex, bitset_windex): Now size_t, not unsigned long.
14845 (bitset_test): Now returns int, not unsigned long.
14846
14847 * lib/bitset_stats.c: Include "gettext.h".
14848 (_): New macro.
14849 (bitset_stats_set, bitset_stats_reset, bitset_stats_test): Don't
14850 name locals "index", as it generates unnecessary warnings on some
14851 hosts that have an "index" function.
14852
14853 * lib/bitset_stats.c (bitset_stats_print_1, bitset_stats_print,
14854 bitset_stats_read, bitset_stats_write): Wrap strings in _() if
14855 they need translation.
14856 * src/LR0.c (state_list_append, new_itemsets, get_state,
14857 append_states, generate_states): Likewise.
14858 * src/assoc.c (assoc_to_string): Likewise.
14859 * src/closure.c (print_closure, set_firsts, closure): Likewise.
14860 * src/gram.c (grammar_dump): Likewise.
14861 * src/injections.c (injections_compute): Likewise.
14862 * src/lalr.c (lookaheads_print): Likewise.
14863 * src/relation.c (relation_transpose): Likewise.
14864 * src/scan-gram.l: Likewise.
14865 * src/tables.c (table_grow, pack_vector): Likewise.
14866
14867 * m4/Makefile.am (EXTRA_DIST): Remove codeset.m4,
14868 glibc21.m4, isc-posix.m4 lcmessage.m4, stage.m4.
14869 * m4/malloc.m4, m4/realloc.m4: Sync with diffutils.
14870 * m4/mbstate_t.m4: Sync with fileutils.
14871 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): AC_MBSTATE_T -> AC_TYPE_MBSTATE_T.
14872
14873 * po/LINGUAS: Add pt_BR.
14874 * po/POTFILES.in: Add src/assoc.c, src/closure.c, src/gram.c,
14875 src/main.c, src/relation.c, src/state.c, lib/bitset_stats.c,
14876 lib/timevar.c.
14877 Use src/parse-gram.y instead of src/parse-gram.c, as the gettext
14878 manual recommends.
14879 Similarly, use src/scan-gram.l instead of src/scan-gram.c.
14880
14881 * src/complain.c (strerror_r): Remove decl; not needed.
14882 (strerror): Use same pattern as ../lib/error.c.
14883
14884 * src/files.c, src/files.h (compute_header_macro): Remove; unused.
14885
14886 * src/gram.c (grammar_dump): Do not assume ptrdiff_t fits in int.
14887
14888 * src/main.c (main): Cast result of bindtextdomain and textdomain
14889 to void, to avoid a GCC warning when --disable-nls is in effect.
14890
14891 * src/scan-gram.l: Use strings rather than escapes when possible,
14892 to minimize the number of warnings from xgettext.
14893 (handle_action_dollar, handle_action_at): Don't use isdigit,
14894 as it mishandles negative chars and it may not work as expected
14895 outside the C locale.
14896
14897 * src/symtab.c (symbol_get): Don't cast LHS of an assignment;
14898 this is a GCC extension and is not portable to other compilers.
14899
14900 * src/system.h (alloca): Use same pattern as ../lib/error.c.
14901 Do not include <ctype.h>; no longer needed.
14902 Do not include <malloc.h>; no longer needed (and generates
14903 warnings on OpenBSD 3.0).
14904
14905 * tests/cxx-type.at (yylex): Do not pass signed char to isupper;
14906 it's not portable.
14907
14908 * tests/regression.at: Do not use 'cc -c input.c -o input';
14909 Sun C rejects this. Instead, use 'cc -c input.c -o input.o'.
14910
14911 * tests/synclines.at (AC_SYNCLINES_COMPILE): Accept any nonzero
14912 exit status as failure, not just exit status 1. Sun C exits
14913 with status 2 sometimes.
14914
14915 * tests/torture.at (AT_INCREASE_DATA_SIZE): New macro.
14916 Use it for the two large tests.
14917
14918 2002-08-02 Akim Demaille <akim@epita.fr>
14919
14920 * src/conflicts.c (conflicts_output): Don't output rules never
14921 reduced here, since anyway that computation doesn't work.
14922 * src/gram.h, src/gram.h (rule_filter_t, rule_useful_p)
14923 (rule_useless_p, rule_never_reduced_p): New.
14924 (grammar_rules_partial_print): Use a filter instead of a range.
14925 Display the title only if needed.
14926 (grammar_rules_print): Adjust.
14927 (grammar_rules_never_reduced_report): New.
14928 * src/tables.c (action_row): Move the computation of rules never
14929 reduced to...
14930 (token_actions): here.
14931 * src/main.c (main): Make the parser before making the report, so
14932 that rules never reduced are computed.
14933 Call grammar_rules_never_reduced_report.
14934 * src/print.c (print_results): Report rules never reduced.
14935 * tests/conflicts.at, tests/reduce.at: Adjust.
14936
14937 2002-08-01 Akim Demaille <akim@epita.fr>
14938
14939 Instead of attaching lookaheads and duplicating the rules being
14940 reduced by a state, attach the lookaheads to the reductions.
14941
14942 * src/state.h (state_t): Remove the `lookaheads',
14943 `lookaheads_rule' member.
14944 (reductions_t): Add a `lookaheads' member.
14945 Use a regular array for the `rules'.
14946 * src/state.c (reductions_new): Initialize the lookaheads member
14947 to 0.
14948 (state_rule_lookaheads_print): Adjust.
14949 * src/state.h, src/state.c (state_reductions_find): New.
14950 * src/conflicts.c (resolve_sr_conflict, set_conflicts)
14951 (count_rr_conflicts): Adjust.
14952 * src/lalr.c (LArule): Remove.
14953 (add_lookback_edge): Adjust.
14954 (state_lookaheads_count): New.
14955 (states_lookaheads_initialize): Merge into...
14956 (initialize_LA): this.
14957 (lalr_free): Adjust.
14958 * src/main.c (main): Don't free nullable and derives too early: it
14959 is used by --verbose.
14960 * src/print.c, src/print_graph.c, src/tables.c: Adjust.
14961
14962 2002-08-01 Akim Demaille <akim@epita.fr>
14963
14964 * src/derives.h, src/derives.c (derives): A `rule_t***' instead of
14965 `rule_number_t**'.
14966 (set_derives, free_derives): Rename as...
14967 (derives_compute, derives_free): this.
14968 Adjust all dependencies.
14969 * src/nullable.c (set_nullable, free_nullable): Rename as...
14970 (nullable_compute, nullable_free): these.
14971 (rule_list_t): Store rule_t *, not rule_number_t.
14972 * src/state.c (state_rule_lookaheads_print): Directly compare rule
14973 pointers, instead of their numbers.
14974 * src/main.c (main): Call nullable_free, and derives_free earlier,
14975 as they were lo longer used.
14976
14977 2002-08-01 Akim Demaille <akim@epita.fr>
14978
14979 * lib/timevar.c (get_time): Include children time.
14980 * src/lalr.h (LA, LArule): Don't export them: used with the
14981 state_t.
14982 * src/lalr.c (LA, LArule): Static.
14983 * src/lalr.h, src/lalr.c (lalr_free): New.
14984 * src/main.c (main): Call it.
14985 * src/tables.c (pack_vector): Check whether loc is >= to the
14986 table_size, not >.
14987 (pack_tables): Don't free froms, tos, conflict_tos, and pos...
14988 (tables_generate): do it, since that's also it which allocates
14989 them.
14990 Don't free LA and LArule, main does.
14991
14992 2002-07-31 Akim Demaille <akim@epita.fr>
14993
14994 Separate parser tables computation and output.
14995
14996 * src/output.c (nvectors, base_t, base, base_ninf, conflict_table)
14997 (conflict_list, conflict_list_cnt, table, check, table_ninf)
14998 (yydefgoto, yydefact, high): Move to...
14999 * src/tables.h, src/tables.c: here.
15000 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
15001 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
15002 (symbol_number_to_vector_number, nvectors, BASE_MAX, BASE_MIN)
15003 (froms, tos, conflict_tos, tally, width, action_t, ACTION_MAX)
15004 (ACTION_MIN, actrow, order, nentries, pos, conflrow)
15005 (conflict_list_free, table_size, lowzero, table_grow, conflict_row)
15006 (action_row, save_row, token_actions, save_column, default_goto)
15007 (goto_actions, sort_actions, matching_state, pack_vector)
15008 (table_ninf_remap, pack_table, prepare_actions): Move to...
15009 * src/tables.c: here.
15010 * src/tables.h, src/tables.c(tables_generate, tables_free): New.
15011 * src/output.c (token_actions, output_base, output_conflicts)
15012 (output_check): Merge into...
15013 (prepare_actions): this.
15014 (actions_output): Rename as...
15015 (user_actions_output): this.
15016 * src/main.c (main): Call tables_generate and tables_free.
15017
15018 2002-07-31 Akim Demaille <akim@epita.fr>
15019
15020 Steal GCC's --time-report support.
15021
15022 * lib/timevar.c, lib/timevar.h, lib/timevar.def: New,
15023 stolen/adjusted from GCC.
15024 * m4/stage.m4: Remove time related checks.
15025 * m4/timevar.m4: New.
15026 * configure.in: Adjust.
15027 * src/system.h: Adjust to using timevar.h.
15028 * src/getargs.h, src/getargs.c: Support trace_time for
15029 --trace=time.
15030 * src/main.c (stage): Remove.
15031 (main): Replace `stage' invocations with timevar calls.
15032 * src/output.c: Insert pertinent timevar calls.
15033
15034 2002-07-31 Akim Demaille <akim@epita.fr>
15035
15036 Let --trace have arguments.
15037
15038 * src/getargs.h (enum trace_e): New.
15039 * src/getargs.c (trace_args, trace_types, trace_argmatch): New.
15040 (long_options, short_options): --trace/-T takes an optional
15041 argument.
15042 Change all the uses of trace_flag to reflect the new flags.
15043 * tests/sets.at (Firsts, Nullable, Broken Closure): Use --trace=sets.
15044
15045 Strengthen `stage' portability.
15046
15047 * m4/stage.m4 (BISON_PREREQ_STAGE): New.
15048 * configure.in: Use it.
15049 Don't check for malloc.h and sys/times.h.
15050 * src/system.h: Include them when appropriate.
15051 * src/main.c (stage): Compile only when mallinfo, struct mallinfo,
15052 times and struct tms are available.
15053
15054 2002-07-30 Akim Demaille <akim@epita.fr>
15055
15056 In verbose parse error message, don't report `error' as an
15057 expected token.
15058 * tests/actions.at (Printers and Destructors): Adjust.
15059 * tests/calc.at (Calculator $1): Adjust.
15060 * data/yacc.c, data/glr.c, data/lalr1.c: When making the verbose
15061 error message, do not report the parser accepts the error token in
15062 that state.
15063
15064 2002-07-30 Akim Demaille <akim@epita.fr>
15065
15066 Normalize conflict related messages.
15067
15068 * src/complain.h, src/complain.c (warn, complain): New.
15069 * src/conflicts.c (conflicts_print): Use them.
15070 (conflict_report_yacc): New, extracted from...
15071 (conflicts_print): here.
15072 * tests/conflicts.at, tests/existing.at: Adjust.
15073
15074 2002-07-30 Akim Demaille <akim@epita.fr>
15075
15076 Report rules which are never reduced by the parser: those hidden
15077 by conflicts.
15078
15079 * src/LR0.c (save_reductions): Don't make the final state too
15080 different: save its reduction (accept) instead of having a state
15081 without any action (no shift or goto, no reduce).
15082 Note: the final state is now a ``regular'' state, i.e., the
15083 parsers now contain `reduce 0' as default reduction.
15084 Nevertheless, since they decide to `accept' when yystate =
15085 final_state, they still will not reduce rule 0.
15086 * src/print.c (print_actions, print_reduction): Adjust.
15087 * src/output.c (action_row): Track reduced rules.
15088 (token_actions): Report rules never reduced.
15089 * tests/conflicts.at, tests/regression.at: Adjust.
15090
15091 2002-07-30 Akim Demaille <akim@epita.fr>
15092
15093 `stage' was accidently included in a previous patch.
15094 Initiate its autoconfiscation.
15095
15096 * configure.in: Look for malloc.h and sys/times.h.
15097 * src/main.c (stage): Adjust.
15098 Report only when trace_flag.
15099
15100 2002-07-29 Akim Demaille <akim@epita.fr>
15101
15102 * src/state.h, src/state.c (transitions_t): Holds state_t*'s, not
15103 state_number_t.
15104 (errs_t): symbol_t*, not symbol_number_t.
15105 (reductions_t): rule_t*, not rule_number_t.
15106 (FOR_EACH_SHIFT): New.
15107 * src/LR0.c, src/conflicts.c, src/lalr.c, src/output.c
15108 * src/print.c, src/print_graph.c: Adjust.
15109
15110 2002-07-29 Akim Demaille <akim@epita.fr>
15111
15112 Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
15113
15114 * src/symtab.h, src/symtab.c (eoftoken, axiom): Rename as...
15115 (endtoken, accept): these.
15116 * src/reader.c (reader): Set endtoken's default tag to "$end".
15117 Set undeftoken's tag to "$undefined" instead of "$undefined.".
15118 * doc/bison.texinfo (Table of Symbols): Mention $accept and $end.
15119 Adjust.
15120
15121 2002-07-29 Akim Demaille <akim@epita.fr>
15122
15123 * src/reduce.c (reduce_grammar): When the language is empty,
15124 complain about the start symbol, not the axiom.
15125 Use its location.
15126 * tests/reduce.at (Empty Language): New.
15127
15128 2002-07-26 Akim Demaille <akim@epita.fr>
15129
15130 * src/reader.h, src/reader.c (gram_error): ... can't get
15131 yycontrol without making too strong assumptions on the parser
15132 itself.
15133 * src/output.c (prepare_tokens): Use the real 0th value of
15134 token_translations instead of `0'.
15135 * src/parse-gram.y (yyerror): Don't rely on yycontrol being
15136 visible here.
15137 * data/yacc.c (yyreport_parse_error): Rename yylocation as yylloc
15138 for the time being: %locations ought to provide it to yyerror.
15139
15140 2002-07-25 Akim Demaille <akim@epita.fr>
15141
15142 * src/output.c (prepare_tokens): Go up to ntokens, not ntokens + 1.
15143 * doc/bison.texinfo (Decl Summary): s/$illegal/$undefined./.
15144 * tests/regression.at (Web2c Actions): Adjust.
15145
15146 2002-07-25 Akim Demaille <akim@epita.fr>
15147
15148 Stop storing rules from 1 to nrules + 1.
15149
15150 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c, src/lalr.c
15151 * src/nullable.c, src/output.c, src/print.c, src/reader.c
15152 * src/reduce.c: Allocate and free from &rules[0], not &rules[1].
15153 Iterate from 0 to nrules.
15154 Use rule_number_as_item_number and item_number_as_rule_number.
15155 Adjust to `derive' now containing possibly 0.
15156 * src/gram.h (rule_number_as_item_number, item_number_as_rule_number):
15157 Handle the `- 1' part in rule numbers from/to item numbers.
15158 * src/conflicts.c (log_resolution): Fix the message which reversed
15159 shift and reduce.
15160 * src/output.c (action_row): Initialize default_rule to -1.
15161 (token_actions): Adjust.
15162 * tests/sets.at (Nullable, Firsts): Fix the previously bogus
15163 expected output.
15164 * tests/conflicts.at (Resolved SR Conflicts): Likewise.
15165
15166 2002-07-25 Akim Demaille <akim@epita.fr>
15167
15168 * data/c.m4 (b4_c_function, b4_c_ansi_args, b4_c_ansi_arg)
15169 (b4_c_knr_arg_names, b4_c_knr_arg_name, b4_c_knr_arg_decls)
15170 (b4_c_knr_arg_decl): New.
15171 * data/yacc.c: Use it to define yysymprint, yydestruct, and
15172 yyreport_parse_error.
15173
15174 2002-07-25 Akim Demaille <akim@epita.fr>
15175
15176 * data/yacc.c (yyreport_parse_error): New, extracted from...
15177 (yyparse): here.
15178 (yydestruct, yysymprint): Move above yyparse.
15179 Be K&R compliant.
15180
15181 2002-07-25 Akim Demaille <akim@epita.fr>
15182
15183 * data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for): New,
15184 replace...
15185 (b4_sint_type, b4_uint_type): these.
15186 * data/yacc.c, data/glr.c, data/lalr1.cc: Use b4_int_type_for.
15187 * tests/regression.at (Web2c Actions): Adjust.
15188
15189 2002-07-25 Akim Demaille <akim@epita.fr>
15190
15191 * src/gram.h (TIEM_NUMBER_MAX): New.
15192 (item_number_of_rule_number, rule_number_of_item_number): Rename
15193 as...
15194 (rule_number_as_item_number, item_number_as_rule_number): these.
15195 Adjust dependencies.
15196 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
15197 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
15198 (symbol_number_to_vector_number): New.
15199 (order): Of vector_number_t* type.
15200 (base_t, BASE_MAX, BASE_MIN): New.
15201 (froms, tos, width, pos, check): Of base_t type.
15202 (action_number_t, ACTION_MIN, ACTION_MAX): New.
15203 (actrow): Of action_number_t type.
15204 (conflrow): Of unsigned int type.
15205 (table_ninf, base_ninf): New.
15206 (GENERATE_MUSCLE_INSERT_TABLE): Also output the `*_min' value.
15207 (muscle_insert_int_table, muscle_insert_base_table)
15208 (muscle_insert_rule_number_table): New.
15209 (prepare_tokens): Output `toknum' as int_table.
15210 (action_row): Returns a rule_number_t.
15211 Use ACTION_MIN, not SHRT_MIN.
15212 (token_actions): yydefact is rule_number_t*.
15213 (table_ninf_remap): New.
15214 (pack_table): Use it for `base' and `table'.
15215 * data/yacc.c, data/glr.c, data/lalr1.cc (YYFLAG): Remove,
15216 replaced with...
15217 (YYPACT_NINF, YYTABLE_NINF): these.
15218 (yypact, yytable): Compute their types instead of hard-coded
15219 `short'.
15220 * tests/regression.at (Web2c Actions): Adjust.
15221
15222 2002-07-19 Akim Demaille <akim@epita.fr>
15223
15224 * src/scan-gram.l (id): Can start with an underscore.
15225
15226 2002-07-16 Akim Demaille <akim@epita.fr>
15227
15228 * src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string): New.
15229 Adjust all former `associativity' dependencies.
15230 * src/symtab.c (symbol_new): Default associativity is `undef', not
15231 `right'.
15232 (symbol_check_alias_consistence): Adjust.
15233
15234 2002-07-09 Akim Demaille <akim@epita.fr>
15235
15236 * doc/bison.texinfo: Properly set the ``header'' part.
15237 Use @dircategory ``GNU programming tools'' as per Texinfo's
15238 documentation.
15239 Use @copying.
15240
15241 2002-07-09 Akim Demaille <akim@epita.fr>
15242
15243 * lib/quotearg.h: Protect against multiple inclusions.
15244 * src/location.h (location_t): Add a `file' member.
15245 (LOCATION_RESET, LOCATION_PRINT): Adjust.
15246 * src/complain.c (warn_at, complain_at, fatal_at): Drop
15247 `error_one_per_line' support.
15248
15249 2002-07-09 Akim Demaille <akim@epita.fr>
15250
15251 * src/complain.h, src/complain.c (warn, complain): Remove, unused.
15252 * src/reader.c (lineno): Remove.
15253 Adjust all dependencies.
15254 (get_merge_function): Take a location and use complain_at.
15255 * src/symtab.h, src/symtab.c (symbol_make_alias): Likewise.
15256 * tests/regression.at (Invalid inputs, Mixing %token styles):
15257 Adjust.
15258
15259 2002-07-09 Akim Demaille <akim@epita.fr>
15260
15261 * src/parse-gram.y (rules_or_grammar_declaration): Add an error
15262 recovery rule, and forbid extensions when --yacc.
15263 (gram_error): Use complain_at.
15264 * src/reader.c (reader): Exit if there were parse errors.
15265
15266 2002-07-09 Akim Demaille <akim@epita.fr>
15267
15268 * tests/synclines.at (AT_SYNCLINES_COMPILE): New.
15269 (AT_TEST_SYNCLINE): Adjust to unusual GCC outputs.
15270 Reported by R Blake <blakers@mac.com>.
15271
15272 2002-07-09 Akim Demaille <akim@epita.fr>
15273
15274 * data/yacc.c: Output the copyright notive in the header.
15275
15276 2002-07-03 Akim Demaille <akim@epita.fr>
15277
15278 * src/output.c (froms, tos): Are state_number_t.
15279 (save_column): sp, sp1, and sp2 are state_number_t.
15280 (prepare): Rename `final' as `final_state_number', `nnts' as
15281 `nterms_number', `nrules' as `rules_number', `nstates' as
15282 `states_number', and `ntokens' as `tokens_number'. Remove `nsym',
15283 unused.
15284 * data/yacc.c, data/glr.c, data/lalr1.cc: Adjust.
15285 * data/lalr1.cc (nsym_): Remove, unused.
15286
15287 2002-07-03 Akim Demaille <akim@epita.fr>
15288
15289 * src/lalr.h, src/lalr.c (goto_number_t): New.
15290 * src/lalr.c (goto_list_t): New.
15291 Propagate them.
15292 * src/nullable.c (rule_list_t): New.
15293 Propagate.
15294 * src/types.h: Remove.
15295
15296 2002-07-03 Akim Demaille <akim@epita.fr>
15297
15298 * src/closure.c (print_fderives): Use rule_rhs_print.
15299 * src/derives.c (print_derives): Use rule_rhs_print.
15300 (rule_list_t): New, replaces `shorts'.
15301 (set_derives): Add comments.
15302 * tests/sets.at (Nullable, Firsts): Adjust.
15303
15304 2002-07-03 Akim Demaille <akim@epita.fr>
15305
15306 * src/output.c (prepare_actions): Free `tally' and `width'.
15307 (prepare_actions): Allocate and free `order'.
15308 * src/symtab.c (symbols_free): Free `symbols'.
15309 * src/scan-gram.l (scanner_free): Clear Flex's scanners memory.
15310 * src/output.c (m4_invoke): Move to...
15311 * src/scan-skel.l: here.
15312 (<<EOF>>): Close yyout, and free its name.
15313
15314 2002-07-03 Akim Demaille <akim@epita.fr>
15315
15316 Fix some memory leaks, and fix a bug: state 0 was examined twice.
15317
15318 * src/LR0.c (new_state): Merge into...
15319 (state_list_append): this.
15320 (new_states): Merge into...
15321 (generate_states): here.
15322 (set_states): Don't ensure a proper `errs' state member here, do it...
15323 * src/conflicts.c (conflicts_solve): here.
15324 * src/state.h, src/state.c: Comment changes.
15325 (state_t): Rename member `shifts' as `transitions'.
15326 Adjust all dependencies.
15327 (errs_new): For consistency, also take the values as argument.
15328 (errs_dup): Remove.
15329 (state_errs_set): New.
15330 (state_reductions_set, state_transitions_set): Assert that no
15331 previous value was assigned.
15332 (state_free): New.
15333 (states_free): Use it.
15334 * src/conflicts.c (resolve_sr_conflict): Don't use an `errs_t' as
15335 temporary storage: use `errs' and `nerrs' as elsewhere.
15336 (set_conflicts): Allocate and free this `errs'.
15337
15338 2002-07-02 Akim Demaille <akim@epita.fr>
15339
15340 * lib/libiberty.h: New.
15341 * lib: Update the bitset implementation from upstream.
15342 * src/closure.c, src/lalr.c, src/output.c, src/print_graph.c,
15343 * src/state.c: Use BITSET_FOR_EACH, not BITSET_EXECUTE.
15344 * src/main.c: Adjust bitset stats calls.
15345
15346 2002-07-01 Paul Eggert <eggert@twinsun.com>
15347
15348 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>): Convert to unsigned
15349 char, so that negative chars don't collide with $.
15350
15351 2002-06-30 Akim Demaille <akim@epita.fr>
15352
15353 Have the GLR tests be `warning' checked, and fix the warnings.
15354
15355 * data/glr.c (YYFPRINTF): Always define it, not only when YYDEBUG
15356 (yyuserAction, yyreportAmbiguity): `Use' all the arguments.
15357 (yyremoveDeletes): `yyi' and `yyj' are size_t.
15358 Use YYFPRINTF when under if (YYDEBUG) to avoid empty `if' bodies.
15359 (yyaddDeferredAction): static.
15360 (yyglrReduce): yyi, yyk, amd yyposn are size_t.
15361 (yyreportParseError): yyprefix is const.
15362 yytokenp is used only when verbose.
15363 (yy__GNUC__): Replace with __GNUC__.
15364 (yypdumpstack): yyi is size_t.
15365 (yypreference): Un-yy local variables and arguments, to avoid
15366 clashes with `yyr1'. Anyway, we are not in the user name space.
15367 (yytname_size): be an int, as is compared with ints.
15368 * tests/testsuite.at (AT_COMPILE, AT_PARSER_CHECK): New.
15369 Use them.
15370 * tests/cxx-gram.at: Use quotation to protect $1.
15371 Use AT_COMPILE to enable warnings hunts.
15372 Prototype yylex and yyerror.
15373 `Use' argc.
15374 Include `string.h', not `strings.h'.
15375 Produce and prototype stmtMerge only when used.
15376 yylex takes a location.
15377
15378 2002-06-30 Akim Demaille <akim@epita.fr>
15379
15380 We spend a lot of time in quotearg, in particular when --verbose.
15381
15382 * src/symtab.c (symbol_get): Store a quoted version of the key.
15383 (symbol_tag_get, symbol_tag_get_n, symbol_tag_print): Remove.
15384 Adjust all callers.
15385
15386 2002-06-30 Akim Demaille <akim@epita.fr>
15387
15388 * src/state.h (reductions_t): Rename member `nreds' as num.
15389 (errs_t): Rename members `nerrs' and `errs' as `num' and `symbols'.
15390 * src/state.c (ERRS_ALLOC, REDUCTIONS_ALLOC): Use the correct types.
15391
15392 2002-06-30 Akim Demaille <akim@epita.fr>
15393
15394 * src/state.h, src/state.c (shift_t, SHIFT_SYMBOL, SHIFT_IS_SHIFT)
15395 (SHIFT_IS_GOTO, SHIFT_IS_ERROR, SHIFT_DISABLE, SHIFT_IS_DISABLED)
15396 (shifts_to): Rename as...
15397 (transition_t, TRANSITION_SYMBOL, TRANSITION_IS_TRANSITION)
15398 (TRANSITION_IS_GOTO, TRANSITION_IS_ERROR, TRANSITION_DISABLE)
15399 (TRANSITION_IS_DISABLED, transitions_to): these.
15400
15401 2002-06-30 Akim Demaille <akim@epita.fr>
15402
15403 * src/print.c (print_shifts, print_gotos): Merge into...
15404 (print_transitions): this.
15405 (print_transitions, print_errs, print_reductions): Align the
15406 lookaheads columns.
15407 (print_core, print_transitions, print_errs, print_state,
15408 print_grammar): Output empty lines separator before, not after.
15409 (state_default_rule_compute): Rename as...
15410 (state_default_rule): this.
15411 * tests/conflicts.at (Defaulted Conflicted Reduction),
15412 (Unresolved SR Conflicts, Resolved SR Conflicts): Adjust.
15413 * tests/regression.at (Rule Line Numbers, Web2c Report): Adjust.
15414
15415 2002-06-30 Akim Demaille <akim@epita.fr>
15416
15417 Display items as we display rules.
15418
15419 * src/gram.h, src/gram.c (rule_lhs_print): New.
15420 * src/gram.c (grammar_rules_partial_print): Use it.
15421 * src/print.c (print_core): Likewise.
15422 * tests/conflicts.at (Defaulted Conflicted Reduction),
15423 (Unresolved SR Conflicts): Adjust.
15424 (Unresolved SR Conflicts): Adjust and rename as...
15425 (Resolved SR Conflicts): this, as was meant.
15426 * tests/regression.at (Web2c Report): Adjust.
15427
15428 2002-06-30 Akim Demaille <akim@epita.fr>
15429
15430 * src/print.c (state_default_rule_compute): New, extracted from...
15431 (print_reductions): here.
15432 Pessimize, but clarify the code.
15433 * tests/conflicts.at (Defaulted Conflicted Reduction): New.
15434
15435 2002-06-30 Akim Demaille <akim@epita.fr>
15436
15437 * src/output.c (action_row): Let default_rule be always a rule
15438 number.
15439
15440 2002-06-30 Akim Demaille <akim@epita.fr>
15441
15442 * src/closure.c (print_firsts, print_fderives, closure):
15443 Use BITSET_EXECUTE.
15444 * src/lalr.c (lookaheads_print): Likewise.
15445 * src/state.c (state_rule_lookaheads_print): Likewise.
15446 * src/print_graph.c (print_core): Likewise.
15447 * src/print.c (print_reductions): Likewise.
15448 * src/output.c (action_row): Likewise.
15449 Use SHIFT_IS_DISABLED, SHIFT_IS_SHIFT and SHIFT_SYMBOL.
15450
15451 2002-06-30 Akim Demaille <akim@epita.fr>
15452
15453 * src/print_graph.c: Use report_flag.
15454
15455 2002-06-30 Akim Demaille <akim@epita.fr>
15456
15457 * src/lalr.c (traverse, digraph, matrix_print, transpose): Move
15458 to...
15459 * src/relation.h, src/relation.c (traverse, relation_digraph)
15460 (relation_print, relation_transpose): New.
15461
15462 2002-06-30 Akim Demaille <akim@epita.fr>
15463
15464 * src/state.h, src/state.c (shifts_to): New.
15465 * src/lalr.c (build_relations): Use it.
15466
15467 2002-06-30 Akim Demaille <akim@epita.fr>
15468
15469 * src/gram.h (rule_number_t, RULE_NUMBER_MAX, int_of_rule_number)
15470 (item_number_of_rule_number, rule_number_of_item_number): New.
15471 * src/LR0.c, src/closure.c, src/derives.c, src/derives.h,
15472 * src/gram.c, src/lalr.c, src/nullable.c, src/output.c, src/print.c,
15473 * src/print_graph.c, src/reader.c, src/reduce.c, src/reduce.h:
15474 Propagate their use.
15475 Much remains to be done, in particular wrt `shorts' from types.h.
15476
15477 2002-06-30 Akim Demaille <akim@epita.fr>
15478
15479 * src/symtab.c (symbol_new): Initialize the `printer' member.
15480
15481 2002-06-30 Akim Demaille <akim@epita.fr>
15482
15483 * src/LR0.c (save_reductions): Remove, replaced by...
15484 * src/state.h, src/state.c (state_reductions_set): New.
15485 (reductions, errs): Rename as...
15486 (reductions_t, errs_t): these.
15487 Adjust all dependencies.
15488
15489 2002-06-30 Akim Demaille <akim@epita.fr>
15490
15491 * src/LR0.c (state_list_t, state_list_append): New.
15492 (first_state, last_state): Now symbol_list_t.
15493 (this_state): Remove.
15494 (new_itemsets, append_states, save_reductions): Take a state_t as
15495 argument.
15496 (set_states, generate_states): Adjust.
15497 (save_shifts): Remove, replaced by...
15498 * src/state.h, src/state.c (state_shifts_set): New.
15499 (shifts): Rename as...
15500 (shifts_t): this.
15501 Adjust all dependencies.
15502 * src/state.h (state_t): Remove the `next' member.
15503
15504 2002-06-30 Akim Demaille <akim@epita.fr>
15505
15506 * src/vcg.c (quote): Use slot 2, since we often pass symbol tag
15507 escaped in slot 0.
15508
15509 2002-06-30 Akim Demaille <akim@epita.fr>
15510
15511 Use hash.h for the state hash table.
15512
15513 * src/LR0.c (STATE_HASH_SIZE, state_hash): Remove.
15514 (allocate_storage): Use state_hash_new.
15515 (free_storage): Use state_hash_free.
15516 (new_state, get_state): Adjust.
15517 * src/lalr.h, src/lalr.c (states): Move to...
15518 * src/states.h (state_t): Remove the `link' member, no longer
15519 used.
15520 * src/states.h, src/states.c: here.
15521 (state_hash_new, state_hash_free, state_hash_lookup)
15522 (state_hash_insert, states_free): New.
15523 * src/states.c (state_table, state_compare, state_hash): New.
15524 * src/output.c (output_actions): Do not free states now, since we
15525 still need to know the final_state number in `prepare', called
15526 afterwards. Do it...
15527 * src/main.c (main): here: call states_free after `output'.
15528
15529 2002-06-30 Akim Demaille <akim@epita.fr>
15530
15531 * src/state.h, src/state.c (state_new): New, extracted from...
15532 * src/LR0.c (new_state): here.
15533 * src/state.h (STATE_ALLOC): Move to...
15534 * src/state.c: here.
15535 * src/LR0.h, src/LR0.c (nstates, final_state): Move to...
15536 * src/state.h, src/state.c: here.
15537
15538 2002-06-30 Akim Demaille <akim@epita.fr>
15539
15540 * src/reader.c (gensym): Rename as...
15541 * src/symtab.h, src/symtab.c (dummy_symbol_get): this.
15542 (getsym): Rename as...
15543 (symbol_get): this.
15544
15545 2002-06-30 Akim Demaille <akim@epita.fr>
15546
15547 * src/state.h (state_number_t, STATE_NUMBER_MAX): New.
15548 * src/LR0.c, src/LR0.h, src/conflicts.c, src/lalr.c, src/lalr.h,
15549 * src/output.c, src/print.c, src/print_graph.c: Propagate.
15550 * src/LR0.h, src/LR0.h (final_state): Is a state_t*.
15551
15552 2002-06-30 Akim Demaille <akim@epita.fr>
15553
15554 Make the test suite pass with warnings checked.
15555
15556 * tests/actions.at (Printers and Destructors): Improve.
15557 Avoid unsigned vs. signed issues.
15558 * tests/calc.at: Don't exercise the scanner here, do it...
15559 * tests/input.at (Torturing the Scanner): here.
15560
15561 2002-06-28 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15562
15563 * data/glr.c: Correct typo in Emacs-mode directive. Slightly
15564 reorganize first lines parallel to yacc.c.
15565
15566 2002-06-28 Akim Demaille <akim@epita.fr>
15567
15568 * data/c.m4 (b4_copyright, b4_sint_type, b4_uint_type, b4_token_define)
15569 (b4_token_enum, b4_token_defines): New, factored from...
15570 * data/lalr1.cc, data/yacc.c, glr.c: here.
15571
15572 2002-06-28 Akim Demaille <akim@epita.fr>
15573
15574 * data/yacc.c (yydestruct, yysymprint): Pacify GCC warnings for
15575 unused variables.
15576 * src/output.c (merger_output): static.
15577
15578 2002-06-28 Akim Demaille <akim@epita.fr>
15579
15580 * src/reader.h: s/grammer_current_rule_merge_set/grammar_.../.
15581 * src/conflicts.c (conflicts_total_count): `i' is unsigned, to
15582 pacify GCC.
15583 * src/output.c (save_row): Initialize all the variables to pacify GCC.
15584
15585 2002-06-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15586
15587 Accumulated changelog for new GLR parsing features.
15588
15589 * src/conflicts.c (count_total_conflicts): Change name to
15590 conflicts_total_count.
15591 * src/conflicts.h: Ditto.
15592 * src/output.c (token_actions): Use the new name.
15593 (output_conflicts): Change conflp => conflict_list_heads, and
15594 confl => conflict_list for better readability.
15595 * data/glr.c: Use the new names.
15596 * NEWS: Add self to GLR announcement.
15597
15598 * src/reader.c (free_merger_functions): Cleanup: XFREE->free.
15599
15600 * doc/bison.texinfo (GLR Parsers): Make corrections suggested by
15601 Akim Demaille.
15602
15603 * data/bison.glr: Change name to glr.c
15604 * data/glr.c: Renamed from bison.glr.
15605 * data/Makefile.am: Add glr.c
15606
15607 * src/getargs.c:
15608
15609 * src/symlist.h: Add dprec and merger fields to symbol_list_s.
15610 * src/symlist.c (symbol_list_new): Initialize dprec and merger fields.
15611
15612 Originally 2002-06-16 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15613
15614 * data/bison.glr: Be sure to restore the
15615 current #line when returning to the skeleton contents after having
15616 exposed the input file's #line.
15617
15618 Originally 2002-06-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15619
15620 * data/bison.glr: Bring up to date with changes to bison.simple.
15621
15622 Originally 2002-06-03 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15623
15624 * data/bison.glr: Correct definitions that use b4_prefix.
15625 Various reformatting.
15626 (GLRStack): Make yychar (in YYPURE case) and yytokenp as part of stack.
15627 (yyreportParseError, yyrecoverParseError, yyprocessOneStack): remove
15628 yytokenp argument; now part of stack.
15629 (yychar): Define to behave as documented.
15630 (yyclearin): Ditto.
15631
15632 Originally 2002-05-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
15633
15634 * src/reader.h: Add declaration for free_merger_functions.
15635
15636 * src/reader.c (merge_functions): New variable.
15637 (get_merge_function): New function.
15638 (free_merger_functions): New function.
15639 (readgram): Check for %prec that is not followed by a symbol.
15640 Handle %dprec and %merge declarations.
15641 (packgram): Initialize dprec and merger fields in rules array.
15642
15643 * src/output.c (conflict_tos, conflrow, conflict_table, conflict_list,
15644 conflict_list_cnt, conflict_list_free): New variables.
15645 (table_grow): Also grow conflict_table.
15646 (prepare_rules): Output dprec and merger tables.
15647 (conflict_row): New function.
15648 (action_row): Output conflict lists for GLR parser. Don't use
15649 default reduction in conflicted states for GLR parser so that there
15650 are spaces for the conflict lists.
15651 (save_row): Also save conflict information.
15652 (token_actions): Allocate conflict list.
15653 (merger_output): New function.
15654 (pack_vector): Pack conflict table, too.
15655 (output_conflicts): New function to output yyconflp and yyconfl.
15656 (output_check): Allocate conflict_tos.
15657 (output_actions): Output conflict tables, also.
15658 (output_skeleton): Output b4_mergers definition.
15659 (prepare): Output b4_max_rhs_length definition.
15660 Use 'bison.glr' as default skeleton for GLR parsers.
15661
15662 * src/gram.c (glr_parser): New flag.
15663 (grammar_free): Call free_merger_functions.
15664
15665 * src/conflicts.c (count_rr_conflicts): Augment to optionally count
15666 all pairs of conflicting reductions, rather than just all tokens
15667 causing conflicts. Needed to size conflict tables.
15668 (conflicts_output): Modify call to count_rr_conflicts for new
15669 interface.
15670 (conflicts_print): Ditto.
15671 (count_total_conflicts): New function.
15672
15673 * src/reader.h (merger_list): New type.
15674 (merge_functions): New variable.
15675
15676 * src/lex.h (tok_dprec, tok_merge): New token types.
15677
15678 * src/gram.h (rule_s): Add dprec and merger fields.
15679 (glr_parser): New flag.
15680
15681 * src/conflicts.h (count_total_conflicts): New function.
15682
15683 * src/options.c (option_table): Add %dprec, %merge, and %glr-parser.
15684
15685 * doc/bison.texinfo (Generalized LR Parsing): New section.
15686 (GLR Parsers): New section.
15687 (Language and Grammar): Mention GLR parsing.
15688 (Table of Symbols): Add %dprec, %glr-parser, %merge, GLR
15689 Correct typo ("tge" -> "the").
15690
15691 * data/bison.glr: New skeleton for GLR parsing.
15692
15693 * tests/cxx-gram.at: New tests for GLR parsing.
15694
15695 * tests/testsuite.at: Include cxx-gram.at.
15696
15697 * tests/Makefile.am: Add cxx-gram.at.
15698
15699 * src/parse-gram.y:
15700
15701 * src/scan-gram.l: Add %dprec, %glr-parser, %merge.
15702
15703 * src/parse-gram.y: Grammar for %dprec, %merge, %glr-parser.
15704
15705 2002-06-27 Akim Demaille <akim@epita.fr>
15706
15707 * src/options.h, src/options.c: Remove.
15708 * src/getargs.c (short_options, long_options): New.
15709
15710 2002-06-27 Akim Demaille <akim@epita.fr>
15711
15712 * data/bison.simple, data/bison.c++: Rename as...
15713 * data/yacc.c, data/lalr1.cc: these.
15714 * doc/bison.texinfo (Environment Variables): Remove.
15715
15716 2002-06-25 Raja R Harinath <harinath@cs.umn.edu>
15717
15718 * src/getargs.c (report_argmatch): Initialize strtok().
15719
15720 2002-06-20 Akim Demaille <akim@epita.fr>
15721
15722 * data/bison.simple (b4_symbol_actions): New, replaces...
15723 (b4_symbol_destructor, b4_symbol_printer): these.
15724 (yysymprint): Be sure to call YYPRINT only for tokens, and using
15725 user token numbers.
15726
15727 2002-06-20 Akim Demaille <akim@epita.fr>
15728
15729 * data/bison.simple (yydestructor): Rename as...
15730 (yydestruct): this.
15731
15732 2002-06-20 Akim Demaille <akim@epita.fr>
15733
15734 * src/symtab.h, src/symtab.c (symbol_type_set)
15735 (symbol_destructor_set, symbol_precedence_set): The location is
15736 the last argument.
15737 Adjust all callers.
15738
15739 2002-06-20 Akim Demaille <akim@epita.fr>
15740
15741 * src/parse-gram.y (YYPRINT, yyprint): Don't mess with the parser
15742 internals.
15743 * src/reader.h, src/reader.c (grammar_current_rule_prec_set):
15744 Takes a location.
15745 * src/symtab.h, src/symtab.c (symbol_class_set)
15746 (symbol_user_token_number_set): Likewise.
15747 Adjust all callers.
15748 Promote complain_at.
15749 * tests/input.at (Type Clashes): Adjust.
15750
15751 2002-06-20 Akim Demaille <akim@epita.fr>
15752
15753 * data/bison.simple (YYLEX): Fix the declaration when
15754 %pure-parser.
15755
15756 2002-06-20 Akim Demaille <akim@epita.fr>
15757
15758 * data/bison.simple (yysymprint): Don't print the token number,
15759 just its name.
15760 * tests/actions.at (Destructors): Rename as...
15761 (Printers and Destructors): this.
15762 Also exercise %printer.
15763
15764 2002-06-20 Akim Demaille <akim@epita.fr>
15765
15766 * data/bison.simple (YYDSYMPRINT): New.
15767 Use it to remove many of the #if YYDEBUG/if (yydebug).
15768
15769 2002-06-20 Akim Demaille <akim@epita.fr>
15770
15771 * src/symtab.h, src/symtab.c (symbol_t): printer and
15772 printer_location are new members.
15773 (symbol_printer_set): New.
15774 * src/parse-gram.y (PERCENT_PRINTER): New token.
15775 Handle its associated rule.
15776 * src/scan-gram.l: Adjust.
15777 (handle_destructor_at, handle_destructor_dollar): Rename as...
15778 (handle_symbol_code_at, handle_symbol_code_dollar): these.
15779 * src/output.c (symbol_printers_output): New.
15780 (output_skeleton): Call it.
15781 * data/bison.simple (yysymprint): New. Cannot be named yyprint
15782 since there are already many grammar files with a user `yyprint'.
15783 Replace the calls to YYPRINT to calls to yysymprint.
15784 * tests/calc.at: Adjust.
15785 * tests/torture.at (AT_DATA_STACK_TORTURE): Remove YYPRINT: it was
15786 taking advantage of parser very internal details (stack size!).
15787
15788 2002-06-20 Akim Demaille <akim@epita.fr>
15789
15790 * src/scan-gram.l: Complete the scanner with the missing patterns
15791 to pacify Flex.
15792 Use `quote' and `symbol_tag_get' where appropriate.
15793
15794 2002-06-19 Akim Demaille <akim@epita.fr>
15795
15796 * tests/actions.at (Destructors): Augment to test locations.
15797 * data/bison.simple (yydestructor): Pass it the current location
15798 if locations are enabled.
15799 Prototype only when __STDC__ or C++.
15800 Change the argument names to move into the yy name space: there is
15801 user code here.
15802
15803 2002-06-19 Akim Demaille <akim@epita.fr>
15804
15805 * data/bison.simple (b4_pure_if): New.
15806 Use it instead of #ifdef YYPURE.
15807
15808 2002-06-19 Akim Demaille <akim@epita.fr>
15809
15810 * data/bison.simple (b4_location_if): New.
15811 Use it instead of #ifdef YYLSP_NEEDED.
15812
15813 2002-06-19 Akim Demaille <akim@epita.fr>
15814
15815 Prepare @$ in %destructor, but currently don't bind it in the
15816 skeleton, as %location use is not cleaned up yet.
15817
15818 * src/scan-gram.l (handle_dollar, handle_destructor_at)
15819 (handle_action_at): New.
15820 (handle_at, handle_action_dollar, handle_destructor_dollar): Take
15821 a braced_code_t and a location as additional arguments.
15822 (handle_destructor_dollar): Instead of requiring `b4_eval', just
15823 unquote one when outputting `b4_dollar_dollar'.
15824 Adjust callers.
15825 * data/bison.simple (b4_eval): Remove.
15826 (b4_symbol_destructor): Adjust.
15827 * tests/input.at (Invalid @n): Adjust.
15828
15829 2002-06-19 Zack Weinberg <zack@codesourcery.com>
15830
15831 * doc/bison.texinfo: Document ability to have multiple
15832 prologue sections.
15833
15834 2002-06-18 Akim Demaille <akim@epita.fr>
15835
15836 * src/files.c (compute_base_names): When computing the output file
15837 names from the input file name, strip the directory part.
15838
15839 2002-06-18 Akim Demaille <akim@epita.fr>
15840
15841 * data/bison.simple.new: Comment changes.
15842 Reported by Andreas Schwab.
15843
15844 2002-06-18 Matt Kraai <kraai@alumni.cmu.edu>
15845
15846 * data/bison.simple (yyoverflowlab): #ifndef yyoverflow, so that
15847 there are no `label `yyoverflowlab' defined but not used' warnings
15848 when yyoverflow is defined.
15849
15850 2002-06-18 Akim Demaille <akim@epita.fr>
15851
15852 * src/symtab.h, src/symtab.c (symbol_t): destructor_location is a
15853 new member.
15854 (symbol_destructor_set): Adjust.
15855 * src/output.c (symbol_destructors_output): Output the destructor
15856 locations.
15857 Output the symbol name.
15858 * data/bison.simple (b4_symbol_destructor): Adjust.
15859
15860 2002-06-18 Cris Bailiff <c.bailiff@awayweb.com>
15861 and Akim Demaille <akim@epita.fr>
15862
15863 * data/bison.simple.new (yyerrlab1): Be sure to pop and destroy
15864 what's left on the stack when the error recovery hits EOF.
15865 * tests/actions.at (Destructors): Complete to exercise this case.
15866
15867 2002-06-17 Akim Demaille <akim@epita.fr>
15868
15869 * data/m4sugar/m4sugar.m4 (m4_map): Recognize when the list of
15870 arguments is really empty, not only equal to `[]'.
15871 * src/symtab.h, src/symtab.c (symbol_t): `destructor' is a new
15872 member.
15873 (symbol_destructor_set): New.
15874 * src/output.c (symbol_destructors_output): New.
15875 * src/reader.h (brace_code_t, current_braced_code): New.
15876 * src/scan-gram.l (BRACED_CODE): Use it to branch on...
15877 (handle_dollar): Rename as...
15878 (handle_action_dollar): this.
15879 (handle_destructor_dollar): New.
15880 * src/parse-gram.y (PERCENT_DESTRUCTOR): New.
15881 (grammar_declaration): Use it.
15882 * data/bison.simple (yystos): Is always defined.
15883 (yydestructor): New.
15884 * tests/actions.at (Destructors): New.
15885 * tests/calc.at (_AT_CHECK_CALC_ERROR): Don't rely on egrep.
15886
15887 2002-06-17 Akim Demaille <akim@epita.fr>
15888
15889 * src/symlist.h, src/symlist.c (symbol_list_length): New.
15890 * src/scan-gram.l (handle_dollar, handle_at): Compute the
15891 rule_length only when needed.
15892 * src/output.c (actions_output, token_definitions_output): Output
15893 the full M4 block.
15894 * src/symtab.c: Don't access directly to the symbol tag, use
15895 symbol_tag_get.
15896 * src/parse-gram.y: Use symbol_list_free.
15897
15898 2002-06-17 Akim Demaille <akim@epita.fr>
15899
15900 * src/reader.h, src/reader.c (symbol_list, symbol_list_new)
15901 (symbol_list_prepend, get_type_name): Move to...
15902 * src/symlist.h, src/symlist.c (symbol_list_t, symbol_list_new)
15903 (symbol_list_prepend, symbol_list_n_type_name_get): here.
15904 Adjust all callers.
15905 (symbol_list_free): New.
15906 * src/scan-gram.l (handle_dollar): Takes a location.
15907 * tests/input.at (Invalid $n): Adjust.
15908
15909 2002-06-17 Akim Demaille <akim@epita.fr>
15910
15911 * src/reader.h, src/reader.c (symbol_list_new): Export it.
15912 (symbol_list_prepend): New.
15913 * src/parse-gram.y (%union): `list' is a new member.
15914 (symbols.1): New, replaces...
15915 (terms_to_prec.1, nterms_to_type.1): these.
15916 * src/symtab.h, src/symtab.c (symbol_type_set, symbol_precedence_set)
15917 Take a location as additional argument.
15918 Adjust all callers.
15919
15920 2002-06-15 Akim Demaille <akim@epita.fr>
15921
15922 * src/parse-gram.y: Move %token in the declaration section so that
15923 we don't depend upon CVS Bison.
15924
15925 2002-06-15 Akim Demaille <akim@epita.fr>
15926
15927 * src/state.h, src/state.c (state_rule_lookaheads_print): New.
15928 * src/print.c (print_core): Use it.
15929
15930 2002-06-15 Akim Demaille <akim@epita.fr>
15931
15932 * src/conflicts.c (log_resolution): Accept the rule involved in
15933 the sr conflicts instead of the lookahead number that points to
15934 that rule.
15935 (flush_reduce): Accept the current lookahead vector as argument,
15936 instead of the index in LA.
15937 (resolve_sr_conflict): Accept the current number of lookahead
15938 bitset to consider for the STATE, instead of the index in LA.
15939 (set_conflicts): Adjust.
15940 * src/lalr.c, src/lalr.h, src/state.h: Comment changes.
15941
15942 2002-06-15 Akim Demaille <akim@epita.fr>
15943
15944 * src/state.h (state_t): Replace the `lookaheadsp' member, a
15945 short, with `lookaheads' (bitsetv), `lookaheads_rule' (rule_t**).
15946 Adjust all dependencies.
15947 * src/lalr.c (initialize_lookaheads): Split into...
15948 (states_lookaheads_count, states_lookaheads_initialize): these.
15949 (lalr): Adjust.
15950
15951 2002-06-15 Akim Demaille <akim@epita.fr>
15952
15953 * src/gram.h, src/gram.c (grammar_rules_partial_print): New, eved
15954 out of...
15955 (grammar_rules_print): here.
15956 * src/reduce.c (reduce_output): Use it.
15957 * tests/reduce.at (Useless Rules, Reduced Automaton)
15958 (Underivable Rules): Adjust.
15959
15960 2002-06-15 Akim Demaille <akim@epita.fr>
15961
15962 Copy BYacc's nice way to report the grammar.
15963
15964 * src/gram.h, src/gram.c (grammar_rhs_print, grammar_rules_print):
15965 New.
15966 Don't print the rules' location, it is confusing and useless.
15967 (rule_print): Use grammar_rhs_print.
15968 * src/print.c (print_grammar): Use grammar_rules_print.
15969
15970 2002-06-15 Akim Demaille <akim@epita.fr>
15971
15972 Complete and rationalize `useless thing' warnings.
15973
15974 * src/symtab.h, src/symtab.c (symbol_tag_get, symbol_tag_get_n)
15975 (symbol_tag_print): New.
15976 Use them everywhere in place of accessing directly the tag member.
15977 * src/gram.h, src/gram.c (rule_print): New.
15978 Use it where a rule used to be printed `by hand'.
15979 * src/reduce.c (nonterminals_reduce): Report the use nonterminals.
15980 (reduce_grammar_tables): Report the useless rules.
15981 (reduce_print): Useless things are a warning, not an error.
15982 Report it as such.
15983 * tests/reduce.at (Useless Nonterminals, Useless Rules):
15984 (Reduced Automaton, Underivable Rules): Adjust.
15985 * tests/regression.at (Web2c Report, Web2c Report): Adjust.
15986 * tests/conflicts.at (Unresolved SR Conflicts)
15987 (Solved SR Conflicts): Adjust.
15988
15989 2002-06-15 Akim Demaille <akim@epita.fr>
15990
15991 Let symbols have a location.
15992
15993 * src/symtab.h, src/symtab.c (symbol_t): Location is a new member.
15994 (getsym): Adjust.
15995 Adjust all callers.
15996 * src/complain.h, src/complain.c (complain_at, fatal_at, warn_at):
15997 Use location_t, not int.
15998 * src/symtab.c (symbol_check_defined): Take advantage of the
15999 location.
16000 * tests/regression.at (Invalid inputs): Adjust.
16001
16002 2002-06-15 Akim Demaille <akim@epita.fr>
16003
16004 * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.
16005 (input): Don't try to initialize yylloc here, do it in the
16006 scanner.
16007 * src/scan-gram.l (YY_USER_INIT): Initialize yylloc.
16008 * src/gram.h (rule_t): Change line and action_line into location
16009 and action_location, of location_t type.
16010 Adjust all dependencies.
16011 * src/location.h, src/location.c (empty_location): New.
16012 * src/reader.h, src/reader.c (grammar_start_symbol_set)
16013 (grammar_symbol_append, grammar_rule_begin, grammar_rule_end)
16014 (grammar_current_rule_symbol_append)
16015 (grammar_current_rule_action_append): Expect a location as argument.
16016 * src/reader.c (grammar_midrule_action): Adjust to attach an
16017 action's location as dummy symbol location.
16018 * src/symtab.h, src/symtab.c (startsymbol_location): New.
16019 * tests/regression.at (Web2c Report, Rule Line Numbers): Adjust
16020 the line numbers.
16021
16022 2002-06-14 Akim Demaille <akim@epita.fr>
16023
16024 Grammar declarations may be found in the grammar section.
16025
16026 * src/parse-gram.y (rules_or_grammar_declaration): New.
16027 (declarations): Each declaration may end with a semicolon, not
16028 just...
16029 (grammar_declaration): `"%union"'.
16030 (grammar): Branch to rules_or_grammar_declaration.
16031
16032 2002-06-14 Akim Demaille <akim@epita.fr>
16033
16034 * src/main.c (main): Invoke scanner_free.
16035
16036 2002-06-14 Akim Demaille <akim@epita.fr>
16037
16038 * src/output.c (m4_invoke): Extracted from...
16039 (output_skeleton): here.
16040 Free tempfile.
16041
16042 2002-06-14 Akim Demaille <akim@epita.fr>
16043
16044 * src/parse-gram.y (directives, directive, gram)
16045 (grammar_directives, precedence_directives, precedence_directive):
16046 Rename as...
16047 (declarations, declaration, grammar, grammar_declaration)
16048 (precedence_declaration, precedence_declarator): these.
16049 (symbol_declaration): New.
16050
16051 2002-06-14 Akim Demaille <akim@epita.fr>
16052
16053 * src/files.c (action_obstack): Remove, unused.
16054 (output_obstack): Remove it, and all its dependencies, as it is no
16055 longer needed.
16056 * src/reader.c (epilogue_set): Build the epilogue in the
16057 muscle_obstack.
16058 * src/output.h, src/output.c (muscle_obstack): Move to...
16059 * src/muscle_tab.h, src/muscle_tab.h: here.
16060 (muscle_init): Initialize muscle_obstack.
16061 (muscle_free): New.
16062 * src/main.c (main): Call it.
16063
16064 2002-06-14 Akim Demaille <akim@epita.fr>
16065
16066 * src/location.h: New, extracted from...
16067 * src/reader.h: here.
16068 * src/Makefile.am (noinst_HEADERS): Merge into
16069 (bison_SOURCES): this.
16070 Add location.h.
16071 * src/parse-gram.y: Use location_t instead of Bison's.
16072 * src/reader.h, src/reader.c (prologue_augment, epilogue_set):
16073 Use location_t instead of ints.
16074
16075 2002-06-14 Akim Demaille <akim@epita.fr>
16076
16077 * data/bison.simple, data/bison.c++: Be sure to restore the
16078 current #line when returning to the skeleton contents after having
16079 exposed the input file's #line.
16080
16081 2002-06-12 Akim Demaille <akim@epita.fr>
16082
16083 * src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*>', it is too
16084 eager.
16085 * tests/actions.at (Exotic Dollars): New.
16086
16087 2002-06-12 Akim Demaille <akim@epita.fr>
16088
16089 * src/scan-gram.l (SC_PROLOGUE): Don't eat characters amongst
16090 ['"/] too eagerly.
16091 * tests/input.at (Torturing the Scanner): New.
16092
16093 2002-06-11 Akim Demaille <akim@epita.fr>
16094
16095 * src/scan-gram.l (YY_OBS_INIT): Remove, replace with...
16096 [SC_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,SC_PROLOGUE]
16097 [SC_EPILOGUE]: Output the quadrigraphs only when not in a comment.
16098 * src/reader.h, src/scan-gram.l (scanner_initialize): this.
16099 * src/reader.c (reader): Use it.
16100
16101 2002-06-11 Akim Demaille <akim@epita.fr>
16102
16103 * src/scan-gram.l (YY_OBS_FINISH): Don't set yylval.
16104 Adjust all callers.
16105 (scanner_last_string_free): New.
16106
16107 2002-06-11 Akim Demaille <akim@epita.fr>
16108
16109 * src/scan-gram.l (YY_INIT, YY_GROW, YY_FINISH): Rename as...
16110 (YY_OBS_INIT, YY_OBS_GROW, YY_OBS_FINISH): these.
16111 (last_string, YY_OBS_FREE): New.
16112 Use them when returning an ID.
16113
16114 2002-06-11 Akim Demaille <akim@epita.fr>
16115
16116 Have Bison grammars parsed by a Bison grammar.
16117
16118 * src/reader.c, src/reader.h (prologue_augment): New.
16119 * src/reader.c (copy_definition): Remove.
16120
16121 * src/reader.h, src/reader.c (gram_start_symbol_set, prologue_augment)
16122 (grammar_symbol_append, grammar_rule_begin, grammar_midrule_action)
16123 (grammar_current_rule_prec_set, grammar_current_rule_check)
16124 (grammar_current_rule_symbol_append)
16125 (grammar_current_rule_action_append): Export.
16126 * src/parse-gram.y (symbol_list_new, symbol_list_symbol_append_
16127 (symbol_list_action_append): Remove.
16128 Hook the routines from reader.
16129 * src/scan-gram.l: In INITIAL, characters and strings are tokens.
16130 * src/system.h (ATTRIBUTE_NORETURN, ATTRIBUTE_UNUSED): Now.
16131
16132 * src/reader.c (read_declarations): Remove, unused.
16133
16134 * src/parse-gram.y: Handle the epilogue.
16135 * src/reader.h, src/reader.c (gram_start_symbol_set): Rename as...
16136 (grammar_start_symbol_set): this.
16137 * src/scan-gram.l: Be sure to ``use'' yycontrol to keep GCC quiet.
16138 * src/reader.c (readgram): Remove, unused.
16139 (reader): Adjust to insert eoftoken and axiom where appropriate.
16140
16141 * src/reader.c (copy_dollar): Replace with...
16142 * src/scan-gram.h (handle_dollar): this.
16143 * src/parse-gram.y: Remove `%thong'.
16144
16145 * src/reader.c (copy_at): Replace with...
16146 * src/scan-gram.h (handle_at): this.
16147
16148 * src/complain.h, src/complain.c (warn_at, complain_at, fatal_at):
16149 New.
16150
16151 * src/scan-gram.l (YY_LINES): Keep lineno synchronized for the
16152 time being.
16153
16154 * src/reader.h, src/reader.c (grammar_rule_end): New.
16155
16156 * src/parse.y (current_type, current_class): New.
16157 Implement `%nterm', `%token' support.
16158 Merge `%term' into `%token'.
16159 (string_as_id): New.
16160 * src/symtab.h, src/symtab.c (symbol_make_alias): Don't pass the
16161 type name.
16162
16163 * src/parse-gram.y: Be sure to handle properly the beginning of
16164 rules.
16165
16166 * src/parse-gram.y: Handle %type.
16167 * src/reader.c (grammar_rule_end): Call grammar_current_rule_check.
16168
16169 * src/parse-gram.y: More directives support.
16170 * src/options.c: No longer handle source directives.
16171
16172 * src/parse-gram.y: Fix %output.
16173
16174 * src/parse-gram.y: Handle %union.
16175 Use the prologue locations.
16176 * src/reader.c (parse_union_decl): Remove.
16177
16178 * src/reader.h, src/reader.c (epilogue_set): New.
16179 * src/parse-gram.y: Use it.
16180
16181 * data/bison.simple, data/bison.c++: b4_stype is now either not
16182 defined, then default to int, or to the contents of %union,
16183 without `union' itself.
16184 Adjust.
16185 * src/muscle_tab.c (muscle_init): Don't predefine `stype'.
16186
16187 * src/output.c (actions_output): Don't output braces, as they are
16188 already handled by the scanner.
16189
16190 * src/scan-gram.l (SC_CHARACTER): Set the user_token_number of
16191 characters to themselves.
16192
16193 * tests/reduce.at (Reduced Automaton): End the grammars with %% so
16194 that the epilogue has a proper #line.
16195
16196 * src/parse-gram.y: Handle precedence/associativity.
16197
16198 * src/symtab.c (symbol_precedence_set): Requires the symbol to be
16199 a terminal.
16200 * src/scan-gram.l (SC_BRACED_CODE): Catch strings and characters.
16201 * tests/calc.at: Do not use `%token "foo"' as it makes not sense
16202 at all to define terminals that cannot be emitted.
16203
16204 * src/scan-gram.l: Escape M4 characters.
16205
16206 * src/scan-gram.l: Working properly with escapes in user
16207 strings/characters.
16208
16209 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR)
16210 (AT_DATA_HORIZONTAL_GRAMMAR): Respect the `%token ID NUM STRING'
16211 grammar.
16212 Use more modest sizes, as for the time being the parser does not
16213 release memory, and therefore the process swallows a huge amount
16214 of memory.
16215
16216 * tests/torture.at (AT_DATA_LOOKAHEADS_GRAMMAR): Adjust to the
16217 stricter %token grammar.
16218
16219 * src/symtab.h (associativity): Add `undef_assoc'.
16220 (symbol_precedence_set): Do nothing when passed an undef_assoc.
16221 * src/symtab.c (symbol_check_alias_consistence): Adjust.
16222
16223 * tests/regression.at (Invalid %directive): Remove, as it is now
16224 meaningless.
16225 (Invalid inputs): Adjust to the new error messages.
16226 (Token definitions): The new grammar doesn't allow too many
16227 eccentricities.
16228
16229 * src/lex.h, src/lex.c: Remove.
16230 * src/reader.c (lastprec, skip_to_char, read_signed_integer)
16231 (copy_character, copy_string2, copy_string, copy_identifier)
16232 (copy_comment, parse_token_decl, parse_type_decl, parse_assoc_decl)
16233 (parse_muscle_decl, parse_dquoted_param, parse_skel_decl)
16234 (parse_action): Remove.
16235 * po/POTFILES.in: Adjust.
16236
16237 2002-06-11 Akim Demaille <akim@epita.fr>
16238
16239 * src/reader.c (parse_action): Don't store directly into the
16240 rule's action member: return the action as a string.
16241 Don't require `rule_length' as an argument: compute it.
16242 (grammar_current_rule_symbol_append)
16243 (grammar_current_rule_action_append): New, eved out from
16244 (readgram): here.
16245 Remove `action_flag', `rulelength', unused now.
16246
16247 2002-06-11 Akim Demaille <akim@epita.fr>
16248
16249 * src/reader.c (grammar_current_rule_prec_set).
16250 (grammar_current_rule_check): New, eved out from...
16251 (readgram): here.
16252 Remove `xaction', `first_rhs': useless.
16253 * tests/input.at (Type clashes): New.
16254 * tests/existing.at (GNU Cim Grammar): Adjust.
16255
16256 2002-06-11 Akim Demaille <akim@epita.fr>
16257
16258 * src/reader.c (grammar_midrule_action): New, Eved out from
16259 (readgram): here.
16260
16261 2002-06-11 Akim Demaille <akim@epita.fr>
16262
16263 * src/reader.c (grammar_rule_begin, previous_rule, current_rule):
16264 New.
16265 (readgram): Use them as replacement of inlined code, crule and
16266 crule1.
16267
16268 2002-06-11 Akim Demaille <akim@epita.fr>
16269
16270 * src/reader.c (grammar_end, grammar_symbol_append): New.
16271 (readgram): Use them.
16272 Make the use of `p' as local as possible.
16273
16274 2002-06-10 Akim Demaille <akim@epita.fr>
16275
16276 GCJ's parser requires the tokens to be defined before the prologue.
16277
16278 * data/bison.simple: Output the token definition before the user's
16279 prologue.
16280 * tests/regression.at (Braces parsing, Duplicate string)
16281 (Mixing %token styles): Check the output from bison.
16282 (Early token definitions): New.
16283
16284 2002-06-10 Akim Demaille <akim@epita.fr>
16285
16286 * src/symtab.c (symbol_user_token_number_set): Don't complain when
16287 assigning twice the same user number to a token, so that we can
16288 use it in...
16289 * src/lex.c (lex): here.
16290 Also use `symbol_class_set' instead of hand written code.
16291 * src/reader.c (parse_assoc_decl): Likewise.
16292
16293 2002-06-10 Akim Demaille <akim@epita.fr>
16294
16295 * src/symtab.c, src/symtab.c (symbol_class_set)
16296 (symbol_user_token_number_set): New.
16297 * src/reader.c (parse_token_decl): Use them.
16298 Use a switch instead of ifs.
16299 Use a single argument.
16300
16301 2002-06-10 Akim Demaille <akim@epita.fr>
16302
16303 Remove `%thong' support as it is undocumented, unused, duplicates
16304 `%token's job, and creates useless e-mail traffic with people who
16305 want to know what it is, why it is undocumented, unused, and
16306 duplicates `%token's job.
16307
16308 * src/reader.c (parse_thong_decl): Remove.
16309 * src/options.c (option_table): Remove "thong".
16310 * src/lex.h (tok_thong): Remove.
16311
16312 2002-06-10 Akim Demaille <akim@epita.fr>
16313
16314 * src/symtab.c, src/symtab.c (symbol_type_set)
16315 (symbol_precedence_set): New.
16316 * src/reader.c (parse_type_decl, parse_assoc_decl): Use them.
16317 (value_components_used): Remove, unused.
16318
16319 2002-06-09 Akim Demaille <akim@epita.fr>
16320
16321 Move symbols handling code out of the reader.
16322
16323 * src/reader.h, src/reader.c (errtoken, undeftoken, eoftoken)
16324 (axiom): Move to...
16325 * src/symtab.h, src/symtab.c: here.
16326
16327 * src/gram.c (start_symbol): Remove: use startsymbol->number.
16328 * src/reader.c (startval): Rename as...
16329 * src/symtab.h, src/symtab.c (startsymbol): this.
16330 * src/reader.c: Adjust.
16331
16332 * src/reader.c (symbol_check_defined, symbol_make_alias)
16333 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
16334 (token_translations_init)
16335 Move to...
16336 * src/symtab.c: here.
16337 * src/reader.c (packsymbols): Move to...
16338 * src/symtab.h, src/symtab.c (symbols_pack): here.
16339 * src/symtab.h, src/symtab.c (symbol_make_alias): Takes SYMVAL as
16340 argument.
16341
16342 2002-06-03 Akim Demaille <akim@epita.fr>
16343
16344 * src/muscle_tab.c (muscle_insert, muscle_find): Declarations,
16345 then statements.
16346
16347 2002-06-03 Akim Demaille <akim@epita.fr>
16348
16349 * src/muscle_tab.c (muscle_find, muscle_insert): Don't initialize
16350 structs with non literals.
16351 * src/scan-skel.l: never-interactive.
16352 * src/conflicts.c (enum conflict_resolution_e): No trailing
16353 comma.
16354 * src/getargs.c (usage): Split long literal strings.
16355 Reported by Hans Aberg.
16356
16357 2002-05-28 Akim Demaille <akim@epita.fr>
16358
16359 * data/bison.c++: Use C++ ostreams.
16360 (cdebug_): New member.
16361
16362 2002-05-28 Akim Demaille <akim@epita.fr>
16363
16364 * src/output.c (output_skeleton): Be sure to allocate enough room
16365 for `/' _and_ for `\0' in full_skeleton.
16366
16367 2002-05-28 Akim Demaille <akim@epita.fr>
16368
16369 * data/bison.c++: Catch up with bison.simple:
16370 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
16371 and Paul Eggert <eggert@twinsun.com>: `error' handing.
16372 2002-05-26 Akim Demaille <akim@epita.fr>: stos_, token_number_,
16373 and popping traces.
16374
16375 2002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
16376
16377 * src/output.c (output_skeleton): Put an explicit path in front of
16378 the skeleton file name, rather than relying on the -I directory,
16379 to partially alleviate effects of having a skeleton file lying around
16380 in the current directory.
16381
16382 2002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
16383
16384 * src/conflicts.c (log_resolution): Correct typo:
16385 obstack_printf should be obstack_fgrow1.
16386
16387 2002-05-26 Akim Demaille <akim@epita.fr>
16388
16389 * src/state.h (state_t): `solved_conflicts' is a new member.
16390 * src/LR0.c (new_state): Set it to 0.
16391 * src/conflicts.h, src/conflicts.c (print_conflicts)
16392 (free_conflicts, solve_conflicts): Rename as...
16393 (conflicts_print, conflicts_free, conflicts_solve): these.
16394 Adjust callers.
16395 * src/conflicts.c (enum conflict_resolution_e)
16396 (solved_conflicts_obstack): New, used by...
16397 (log_resolution): this.
16398 Adjust to attach the conflict resolution to each state.
16399 Complete the description with the precedence/associativity
16400 information.
16401 (resolve_sr_conflict): Adjust.
16402 * src/print.c (print_state): Output its solved_conflicts.
16403 * tests/conflicts.at (Unresolved SR Conflicts)
16404 (Solved SR Conflicts): Exercise --report=all.
16405
16406 2002-05-26 Akim Demaille <akim@epita.fr>
16407
16408 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
16409 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
16410 * src/reader.c, src/reduce.c, src/state.h, src/symtab.h
16411 (token_number_t, item_number_as_token_number)
16412 (token_number_as_item_number, muscle_insert_token_number_table):
16413 Rename as...
16414 (symbol_number_t, item_number_as_symbol_number)
16415 (symbol_number_as_item_number, muscle_insert_symbol_number_table):
16416 these, since it is more appropriate.
16417
16418 2002-05-26 Akim Demaille <akim@epita.fr>
16419
16420 * tests/calc.at (AT_CHECK_CALC): Adjust: there are now additional
16421 `Error:' lines.
16422 * data/bison.simple (yystos) [YYDEBUG]: New.
16423 (yyparse) [YYDEBUG]: Display the symbols which are popped during
16424 error recovery.
16425 * tests/regression.at (Web2c Actions): Adjust: yystos is output now.
16426
16427 2002-05-25 Akim Demaille <akim@epita.fr>
16428
16429 * doc/bison.texinfo (Debugging): Split into...
16430 (Tracing): this new section, its former contents, and...
16431 (Understanding): this new section.
16432 * src/getargs.h, src/getargs.c (verbose_flag): Remove, replaced
16433 by...
16434 (report_flag): this.
16435 Adjust all dependencies.
16436 (report_args, report_types, report_argmatch): New.
16437 (usage, getargs): Report/support -r, --report.
16438 * src/options.h
16439 (struct option_table_struct): Rename as..,
16440 (struct option_table_s): this.
16441 Rename the `set_flag' member to `flag' to match with getopt_long's
16442 struct.
16443 * src/options.c (option_table): Split verbose into an entry for
16444 %verbose, and another for --verbose.
16445 Support --report/-r, so remove -r from the obsolete --raw.
16446 * src/print.c: Attach full item sets and lookaheads reports to
16447 report_flag instead of trace_flag.
16448 * lib/argmatch.h, lib/argmatch.c: New, from Fileutils 4.1.
16449
16450 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
16451 and Paul Eggert <eggert@twinsun.com>
16452
16453 * data/bison.simple (yyparse): Correct error handling to conform to
16454 POSIX and yacc. Specifically, after syntax error is discovered,
16455 do not reduce further before shifting the error token.
16456 Clean up the code a bit by removing the labels yyerrdefault,
16457 yyerrhandle, yyerrpop.
16458 * NEWS: Document the above.
16459
16460 2002-05-20 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
16461
16462 * data/bison.simple (yyr1): Don't use yy_token_number_type as element
16463 type; it isn't always big enough, since it doesn't necessarily
16464 include non-terminals.
16465 (yytranslate): Expand definition of yy_token_number_type, so that
16466 the latter can be removed.
16467 (yy_token_number_type): Remove, only one use.
16468 * data/bison.c++ (r1_): Parallel change to yyr1 in bison.simple---
16469 don't use TokenNumberType as element type.
16470
16471 * tests/regression.at: Modify expected output to agree with change
16472 to yyr1 and yytranslate.
16473
16474 2002-05-13 Florian Krohm <florian@edamail.fishkill.ibm.com>
16475
16476 * src/reader.c (parse_action): Use copy_character instead of
16477 obstack_1grow.
16478
16479 2002-05-13 Akim Demaille <akim@epita.fr>
16480
16481 * tests/regression.at (Token definitions): Prototype yylex and
16482 yyerror.
16483
16484 2002-05-12 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
16485
16486 * src/scan-skel.l: Correct off-by-one error in handling of __oline__.
16487 * data/bison.simple (b4_sint_type, b4_uint_type): Correct to reflect
16488 32-bit arithmetic.
16489 * data/bison.c++ (b4_sint_type, b4_uint_type): Ditto.
16490
16491 2002-05-07 Akim Demaille <akim@epita.fr>
16492
16493 * tests/synclines.at: Be sure to prototype yylex and yyerror to
16494 avoid GCC warnings.
16495
16496 2002-05-07 Akim Demaille <akim@epita.fr>
16497
16498 Kill GCC warnings.
16499
16500 * src/reduce.c (nonterminals_reduce): Don't loop over RITEM: loop
16501 over the RHS of each rule.
16502 * src/gram.h, src/gram.c (nritems): Is `unsigned int', not int.
16503 * src/state.h (state_t): Member `nitems' is unsigned short.
16504 * src/LR0.c (get_state): Adjust.
16505 * src/reader.c (packgram): Likewise.
16506 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): `max' is of type
16507 `Type'.
16508 (muscle_insert_int_table): Remove, unused.
16509 (prepare_rules): Remove `max'.
16510
16511 2002-05-06 Akim Demaille <akim@epita.fr>
16512
16513 * src/closure.c (print_firsts): Display of the symbol tags.
16514 (bitmatrix_print): Move to...
16515 * lib/bitsetv-print.h, lib/bitsetv-print.c (bitsetv_matrix_dump):
16516 here.
16517 * tests/sets.at (Nullable, Broken Closure, Firsts): Adjust.
16518
16519 2002-05-06 Akim Demaille <akim@epita.fr>
16520
16521 * src/muscle_tab.c (muscle_m4_output): Must return TRUE for
16522 hash_do_for_each.
16523
16524 2002-05-06 Akim Demaille <akim@epita.fr>
16525
16526 * src/LR0.c (new_state, get_state): Instead of using the global
16527 `kernel_size' and `kernel_base', have two new arguments:
16528 `core_size' and `core'.
16529 Adjust callers.
16530
16531 2002-05-06 Akim Demaille <akim@epita.fr>
16532
16533 * src/reader.c (packgram): No longer end `ritem' with a 0
16534 sentinel: it is not used.
16535
16536 2002-05-05 Akim Demaille <akim@epita.fr>
16537
16538 New experimental feature: display the lookaheads in the report and
16539 graph.
16540
16541 * src/print (print_core): When --trace-flag, display the rules
16542 lookaheads.
16543 * src/print_graph.c (print_core): Likewise.
16544 Swap the arguments.
16545 Adjust caller.
16546
16547 2002-05-05 Akim Demaille <akim@epita.fr>
16548
16549 * tests/torture.at (Many lookaheads): New test.
16550
16551 2002-05-05 Akim Demaille <akim@epita.fr>
16552
16553 * src/output.c (GENERATE_OUTPUT_TABLE): Replace with...
16554 (GENERATE_MUSCLE_INSERT_TABLE): this.
16555 (output_int_table, output_unsigned_int_table, output_short_table)
16556 (output_token_number_table, output_item_number_table): Replace with...
16557 (muscle_insert_int_table, muscle_insert_unsigned_int_table)
16558 (muscle_insert_short_table, muscle_insert_token_number_table)
16559 (muscle_insert_item_number_table): these.
16560 Adjust all callers.
16561 (prepare_tokens): Don't free `translations', since...
16562 * src/reader.h, src/reader.c (grammar_free): do it.
16563 Move to...
16564 * src/gram.h, src/gram.c (grammar_free): here.
16565 * data/bison.simple, data/bison.c++: b4_token_number_max is now
16566 b4_translate_max.
16567
16568 2002-05-05 Akim Demaille <akim@epita.fr>
16569
16570 * src/output.c (output_unsigned_int_table): New.
16571 (prepare_rules): `i' is unsigned.
16572 `prhs', `rline', `r2' are unsigned int.
16573 Rename muscle `rhs_number_max' as `rhs_max'.
16574 Output muscles `prhs_max', `rline_max', and `r2_max'.
16575 Free rline and r1.
16576 * data/bison.simple, data/bison.c++: Adjust to use these muscles
16577 to compute types instead of constant types.
16578 * tests/regression.at (Web2c Actions): Adjust.
16579
16580 2002-05-04 Akim Demaille <akim@epita.fr>
16581
16582 * src/symtab.h (SALIAS, SUNDEF): Rename as...
16583 (USER_NUMBER_ALIAS, USER_NUMBER_UNDEFINED): these.
16584 Adjust dependencies.
16585 * src/output.c (token_definitions_output): Be sure not to output a
16586 `#define 'a'' when fed with `%token 'a' "a"'.
16587 * tests/regression.at (Token definitions): New.
16588
16589 2002-05-03 Paul Eggert <eggert@twinsun.com>
16590
16591 * data/bison.simple (b4_token_defines): Also define YYTOKENTYPE
16592 for K&R C.
16593
16594 2002-05-03 gettextize <bug-gnu-gettext@gnu.org>
16595
16596 * Makefile.am (SUBDIRS): Remove intl.
16597 (EXTRA_DIST): Add config/config.rpath.
16598
16599 2002-05-03 Akim Demaille <akim@epita.fr>
16600
16601 * data/bison.simple (m4_if): Don't output empty enums.
16602 And actually, output valid enum definitions :(.
16603
16604 2002-05-03 Akim Demaille <akim@epita.fr>
16605
16606 * configure.bat: Remove, completely obsolete.
16607 * Makefile.am (EXTRA_DIST): Adjust.
16608 Don't distribute config.rpath...
16609 * config/Makefile.am (EXTRA_DIST): Do it.
16610
16611 2002-05-03 Akim Demaille <akim@epita.fr>
16612
16613 * configure.in (GETTEXT_VERSION): New.
16614 Suggested by Bruno Haible for the forthcoming Gettext 0.10.3.
16615
16616 2002-05-03 Akim Demaille <akim@epita.fr>
16617
16618 * data/bison.simple (b4_token_enum): New.
16619 (b4_token_defines): Use it to output tokens both as #define and
16620 enums.
16621 Suggested by Paul Eggert.
16622 * src/output.c (token_definitions_output): Don't output spurious
16623 white spaces.
16624
16625 2002-05-03 Akim Demaille <akim@epita.fr>
16626
16627 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
16628
16629 2002-05-02 Robert Anisko <robert@lrde.epita.fr>
16630
16631 * data/bison.c++: Adapt expansion of $s and @s to the C++ parser.
16632 Update the stack class, give a try to deque as the default container.
16633
16634 2002-05-02 Akim Demaille <akim@epita.fr>
16635
16636 * data/bison.simple (yyparse): Do not implement @$ = @1.
16637 (YYLLOC_DEFAULT): Adjust to do it.
16638 * doc/bison.texinfo (Location Default Action): Fix.
16639
16640 2002-05-02 Akim Demaille <akim@epita.fr>
16641
16642 * src/reader.c (parse_braces): Merge into...
16643 (parse_action): this.
16644
16645 2002-05-02 Akim Demaille <akim@epita.fr>
16646
16647 * configure.in (ALL_LINGUAS): Remove.
16648 * po/LINGUAS, hr.po: New.
16649
16650 2002-05-02 Akim Demaille <akim@epita.fr>
16651
16652 Remove the so called hairy (semantic) parsers.
16653
16654 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove.
16655 * src/gram.h, src/gram.c (semantic_parser): Remove.
16656 (rule_t): Remove the guard and guard_line members.
16657 * src/lex.h (token_t): remove tok_guard.
16658 * src/options.c (option_table): Remove %guard and %semantic_parser
16659 support.
16660 * src/output.c, src/output.h (guards_output): Remove.
16661 (prepare): Adjust.
16662 (token_definitions_output): Don't output the `T'
16663 tokens (???).
16664 (output_skeleton): Don't output the guards.
16665 * src/files.c, src/files.c (attrsfile): Remove.
16666 * src/reader.c (symbol_list): Remove the guard and guard_line
16667 members.
16668 Adjust dependencies.
16669 (parse_guard): Remove.
16670 * data/bison.hairy: Remove.
16671 * doc/bison.texinfo (Environment Variables): Remove occurrences of
16672 BISON_HAIRY.
16673
16674 2002-05-02 Akim Demaille <akim@epita.fr>
16675
16676 * src/reader.c (copy_at, copy_dollarm parse_braces, parse_action)
16677 (parse_guard): Rename the formal argument `stack_offset' as
16678 `rule_length', which is more readable.
16679 Adjust callers.
16680 (copy_at, copy_dollar): Instead of outputting the hard coded
16681 values of $$, $n and so forth, output invocation to b4_lhs_value,
16682 b4_lhs_location, b4_rhs_value, and b4_rhs_location.
16683 Note: this patch partially drops `semantic-parser' support: it
16684 always does `rule_length - n', where semantic parsers ought to
16685 always use `-n'.
16686 * data/bison.simple, data/bison.c++ (b4_lhs_value)
16687 (b4_lhs_location, b4_rhs_value, and b4_rhs_location: New.
16688
16689 2002-05-02 Akim Demaille <akim@epita.fr>
16690
16691 * configure.in (AC_INIT): Bump to 1.49b.
16692 (AM_INIT_AUTOMAKE): Short invocation.
16693
16694 2002-05-02 Akim Demaille <akim@epita.fr>
16695
16696 Version 1.49a.
16697
16698 2002-05-01 Akim Demaille <akim@epita.fr>
16699
16700 * src/skeleton.h: Remove.
16701
16702 2002-05-01 Akim Demaille <akim@epita.fr>
16703
16704 * src/skeleton.h: Fix the #endif.
16705 Reported by Magnus Fromreide.
16706
16707 2002-04-26 Paul Eggert <eggert@twinsun.com>
16708
16709 * data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
16710 Define if we define YYSTYPE and YYLTYPE, respectively.
16711 (YYCOPY): Fix [] quoting problem in the non-GCC case.
16712
16713 2002-04-25 Robert Anisko <robert@lrde.epita.fr>
16714
16715 * src/scan-skel.l: Postprocess quadrigraphs.
16716
16717 * src/reader.c (copy_character): New function, used to output
16718 single characters while replacing `[' and `]' with quadrigraphs, to
16719 avoid troubles with M4 quotes.
16720 (copy_comment): Output characters with copy_character.
16721 (read_additionnal_code): Likewise.
16722 (copy_string2): Likewise.
16723 (copy_definition): Likewise.
16724
16725 * tests/calc.at: Exercise M4 quoting.
16726
16727 2002-04-25 Akim Demaille <akim@epita.fr>
16728
16729 * tests/sets.at (AT_EXTRACT_SETS): Sed portability issue: no space
16730 between `!' and the command.
16731 Reported by Paul Eggert.
16732
16733 2002-04-24 Robert Anisko <robert@lrde.epita.fr>
16734
16735 * tests/calc.at: Exercise prologue splitting.
16736
16737 * data/bison.simple, data/bison.c++: Use `b4_pre_prologue' and
16738 `b4_post_prologue' instead of `b4_prologue'.
16739
16740 * src/output.c (prepare): Add the `pre_prologue' and `post_prologue'
16741 muscles.
16742 (output): Free pre_prologue_obstack and post_prologue_obstack.
16743 * src/files.h, src/files.c (attrs_obstack): Remove.
16744 (pre_prologue_obstack, post_prologue_obstack): New.
16745 * src/reader.c (copy_definition): Add a parameter to specify the
16746 obstack to fill, instead of using attrs_obstack unconditionally.
16747 (read_declarations): Pass pre_prologue_obstack to copy_definition if
16748 `%union' has not yet been seen, pass post_prologue_obstack otherwise.
16749
16750 2002-04-23 Paul Eggert <eggert@twinsun.com>
16751
16752 * data/bison.simple: Remove unnecessary commentary and white
16753 space differences from 1_29-branch.
16754 Depend on YYERROR_VERBOSE, not defined (YYERROR_VERBOSE).
16755
16756 (union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY,
16757 YYSTACK_RELOCATE): Do not define if yyoverflow is defined, or
16758 if this is a C++ parser and YYSTYPE or YYLTYPE has nontrivial
16759 constructors or destructors.
16760
16761 (yyparse) [! defined YYSTACK_RELOCATE]: Do not relocate the stack.
16762
16763 2002-04-23 Akim Demaille <akim@epita.fr>
16764
16765 * tests/sets.at (AT_EXTRACT_SETS): Don't use 8 char long sed labels.
16766 * tests/synclines.at (AT_TEST_SYNCLINE): Be robust to GCC's
16767 location with columns.
16768 * tests/conflicts.at (%nonassoc and eof): Don't use `error.h'.
16769 All reported by Paul Eggert.
16770
16771 2002-04-22 Akim Demaille <akim@epita.fr>
16772
16773 * src/reduce.c (dump_grammar): Move to...
16774 * src/gram.h, src/gram.c (grammar_dump): here.
16775 Be sure to separate long item numbers.
16776 Don't read the members of a rule's prec if its nil.
16777
16778 2002-04-22 Akim Demaille <akim@epita.fr>
16779
16780 * src/output.c (table_size, table_grow): New.
16781 (MAXTABLE): Remove, replace uses with table_size.
16782 (pack_vector): Instead of dying when the table is too big, grow it.
16783
16784 2002-04-22 Akim Demaille <akim@epita.fr>
16785
16786 * data/bison.simple (yyr1): Its type is that of a token number.
16787 * data/bison.c++ (r1_): Likewise.
16788 * tests/regression.at (Web2c Actions): Adjust.
16789
16790 2002-04-22 Akim Demaille <akim@epita.fr>
16791
16792 * src/reader.c (token_translations_init): 256 is now the default
16793 value for the error token, i.e., it will be assigned another
16794 number if the user assigned 256 to one of her tokens.
16795 (reader): Don't force 256 to error.
16796 * doc/bison.texinfo (Symbols): Adjust.
16797 * tests/torture.at (AT_DATA_HORIZONTAL_GRAMMAR)
16798 (AT_DATA_TRIANGULAR_GRAMMAR): Number the tokens as 1, 2, 3
16799 etc. instead of 10, 20, 30 (which was used to `jump' over error
16800 (256) and undefined (2)).
16801
16802 2002-04-22 Akim Demaille <akim@epita.fr>
16803
16804 Propagate more token_number_t.
16805
16806 * src/gram.h (token_number_as_item_number)
16807 (item_number_as_token_number): New.
16808 * src/output.c (GENERATE_OUTPUT_TABLE): New.
16809 Use it to create output_item_number_table and
16810 output_token_number_table.
16811 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
16812 * src/lex.c, src/nullable.c, src/output.c, src/print.c,
16813 * src/print_graph.c, src/reader.c, src/reduce.c, src/state.h,
16814 * src/symtab.c, src/symtab.h: Use token_number_t instead of shorts.
16815
16816 2002-04-22 Akim Demaille <akim@epita.fr>
16817
16818 * src/output.h, src/output.c (get_lines_number): Remove.
16819
16820 2002-04-19 Akim Demaille <akim@epita.fr>
16821
16822 * doc/bison.texinfo (Actions): Make clear that `|' is not the same
16823 as Lex/Flex'.
16824 (Debugging): More details about enabling the debugging features.
16825 (Table of Symbols): Describe $$, $n, @$, and @n.
16826 Suggested by Tim Josling.
16827
16828 2002-04-19 Akim Demaille <akim@epita.fr>
16829
16830 * doc/bison.texinfo: Remove the uses of the obsolete @refill.
16831
16832 2002-04-10 Akim Demaille <akim@epita.fr>
16833
16834 * src/system.h: Rely on HAVE_LIMITS_H.
16835 Suggested by Paul Eggert.
16836
16837 2002-04-09 Akim Demaille <akim@epita.fr>
16838
16839 * tests/calc.at (_AT_CHECK_CALC_ERROR): Receive as argument the
16840 full stderr, and strip it according to the bison options, instead
16841 of composing the error message from different bits.
16842 This makes it easier to check for several error messages.
16843 Adjust all the invocations.
16844 Add an invocation exercising the error token.
16845 Add an invocation demonstrating a stupid error message.
16846 (_AT_DATA_CALC_Y): Follow the GCS: initial column is 1, not 0.
16847 Adjust the tests.
16848 Error message are for stderr, not stdout.
16849
16850 2002-04-09 Akim Demaille <akim@epita.fr>
16851
16852 * src/gram.h, src/gram.c (error_token_number): Remove, use
16853 errtoken->number.
16854 * src/reader.c (reader): Don't specify the user token number (2)
16855 for $undefined, as it uselessly prevents using it.
16856 * src/gram.h (token_number_t): Move to...
16857 * src/symtab.h: here.
16858 (state_t.number): Is a token_number_t.
16859 * src/print.c, src/reader.c: Use undeftoken->number instead of
16860 hard coded 2.
16861 (Even though this 2 is not the same as above: the number of the
16862 undeftoken remains being 2, it is its user token number which
16863 might not be 2).
16864 * src/output.c (prepare_tokens): Rename the `maxtok' muscle with
16865 `user_token_number_max'.
16866 Output `undef_token_number'.
16867 * data/bison.simple, data/bison.c++: Use them.
16868 Be sure to map invalid yylex return values to
16869 `undef_token_number'. This saves us from gratuitous SEGV.
16870
16871 * tests/conflicts.at (Solved SR Conflicts)
16872 (Unresolved SR Conflicts): Adjust.
16873 * tests/regression.at (Web2c Actions): Adjust.
16874
16875 2002-04-08 Akim Demaille <akim@epita.fr>
16876
16877 * data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.
16878 Adding #line.
16879 Remove the duplicate `typedefs'.
16880 (RhsNumberType): Fix the declaration and various other typos.
16881 Use __ofile__.
16882 * data/bison.simple: Use __ofile__.
16883 * src/scan-skel.l: Handle __ofile__.
16884
16885 2002-04-08 Akim Demaille <akim@epita.fr>
16886
16887 * src/gram.h (item_number_t): New, the type of item numbers in
16888 RITEM. Note that it must be able to code symbol numbers as
16889 positive number, and the negation of rule numbers as negative
16890 numbers.
16891 Adjust all dependencies (pretty many).
16892 * src/reduce.c (rule): Remove this `short *' pointer: use
16893 item_number_t.
16894 * src/system.h (MINSHORT, MAXSHORT): Remove.
16895 Include `limits.h'.
16896 Adjust dependencies to using SHRT_MAX and SHRT_MIN.
16897 (shortcpy): Remove.
16898 (MAXTABLE): Move to...
16899 * src/output.c (MAXTABLE): here.
16900 (prepare_rules): Use output_int_table to output rhs.
16901 * data/bison.simple, data/bison.c++: Adjust.
16902 * tests/torture.at (Big triangle): Move the limit from 254 to
16903 500.
16904 * tests/regression.at (Web2c Actions): Ajust.
16905
16906 Trying with bigger grammars shows various phenomena: at 3000 (28Mb
16907 of grammar file) bison is killed by my system, at 2000 (12Mb) bison
16908 passes, but produces negative #line number, once fixed, GCC is
16909 killed while compiling 14Mb, at 1500 (6.7 Mb of grammar, 8.2Mb of
16910 C), it passes.
16911 * src/state.h (state_h): Code input lines on ints, not shorts.
16912
16913 2002-04-08 Akim Demaille <akim@epita.fr>
16914
16915 * src/reduce.c (reduce_grammar): First reduce the nonterminals,
16916 and then the grammar.
16917
16918 2002-04-08 Akim Demaille <akim@epita.fr>
16919
16920 * src/system.h: No longer using strndup.
16921
16922 2002-04-07 Akim Demaille <akim@epita.fr>
16923
16924 * src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
16925 * src/output.c (output_table_data): Return the longest number.
16926 (prepare_tokens): Output `token_number_max').
16927 * data/bison.simple, data/bison.c++ (b4_sint_type, b4_uint_type):
16928 New.
16929 Use them to define yy_token_number_type/TokenNumberType.
16930 Use this type for yytranslate.
16931 * tests/torture.at (Big triangle): Push the limit from 124 to
16932 253.
16933 * tests/regression.at (Web2c Actions): Adjust.
16934
16935 2002-04-07 Akim Demaille <akim@epita.fr>
16936
16937 * tests/torture.at (Big triangle): New.
16938 (GNU AWK Grammar, GNU Cim Grammar): Move to...
16939 * tests/existing.at: here.
16940
16941 2002-04-07 Akim Demaille <akim@epita.fr>
16942
16943 * src/gram.h, src/gram.c (nitems): Remove, it is an alias of
16944 nritems.
16945 Adjust dependencies.
16946
16947 2002-04-07 Akim Demaille <akim@epita.fr>
16948
16949 * src/reader.c: Normalize increments to prefix form.
16950
16951 2002-04-07 Akim Demaille <akim@epita.fr>
16952
16953 * src/reader.c, symtab.c: Remove debugging code.
16954
16955 2002-04-07 Akim Demaille <akim@epita.fr>
16956
16957 Rename all the `bucket's as `symbol_t'.
16958
16959 * src/gram.c, src/gram.h, src/lex.c, src/lex.h, src/output.c,
16960 * src/reader.c, src/reader.h, src/reduce.c, src/state.h,
16961 * src/symtab.c, src/symtab.h (bucket): Rename as...
16962 (symbol_t): this.
16963 (symbol_list_new, bucket_check_defined, bucket_make_alias)
16964 (bucket_check_alias_consistence, bucket_pack, bucket_translation)
16965 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
16966 (buckets_new, buckets_free, buckets_do): Rename as...
16967 (symbol_list_new, symbol_check_defined, symbol_make_alias)
16968 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
16969 (symbol_new, symbol_free, hash_compare_symbol_t, hash_symbol_t)
16970 (symbols_new, symbols_free, symbols_do): these.
16971
16972 2002-04-07 Akim Demaille <akim@epita.fr>
16973
16974 Use lib/hash for the symbol table.
16975
16976 * src/gram.c (ntokens): Initialize to 1, to reserve a slot for
16977 EOF.
16978 * src/lex.c (lex): Set the `number' member of new terminals.
16979 * src/reader.c (bucket_check_defined, bucket_make_alias)
16980 (bucket_check_alias_consistence, bucket_translation): New.
16981 (reader, grammar_free, readgram, token_translations_init)
16982 (packsymbols): Adjust.
16983 (reader): Number the predefined tokens.
16984 * src/reduce.c (inaccessable_symbols): Just use hard coded numbers
16985 for predefined tokens.
16986 * src/symtab.h (bucket): Remove all the hash table related
16987 members.
16988 * src/symtab.c (symtab): Replace by...
16989 (bucket_table): this.
16990 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
16991 (buckets_new, buckets_do): New.
16992
16993 2002-04-07 Akim Demaille <akim@epita.fr>
16994
16995 * src/gram.c (nitems, nrules, nsyms, ntokens, nvars, nritems)
16996 (start_symbol, max_user_token_number, semantic_parser)
16997 (error_token_number): Initialize.
16998 * src/reader.c (grammar, start_flag, startval, typed, lastprec):
16999 Initialize.
17000 (reader): Don't.
17001 (errtoken, eoftoken, undeftoken, axiom): Extern.
17002
17003 2002-04-07 Akim Demaille <akim@epita.fr>
17004
17005 * src/gram.h (rule_s): prec and precsym are now pointers
17006 to the bucket giving the priority/associativity.
17007 Member `associativity' removed: useless.
17008 * src/reduce.c, src/conflicts.c: Adjust.
17009
17010 2002-04-07 Akim Demaille <akim@epita.fr>
17011
17012 * src/lalr.c, src/LR0.c, src/closure.c, src/gram.c, src/reduce.c:
17013 Properly escape the symbols' TAG when outputting them.
17014
17015 2002-04-07 Akim Demaille <akim@epita.fr>
17016
17017 * src/lalr.h (LA): Is a bitsetv, not bitset*.
17018
17019 2002-04-07 Akim Demaille <akim@epita.fr>
17020
17021 * src/lalr.h, src/lalr.c (LAruleno): Replace with...
17022 (LArule): this, which is an array to rule_t*.
17023 * src/print.c, src/conflicts.c: Adjust.
17024
17025 2002-04-07 Akim Demaille <akim@epita.fr>
17026
17027 * src/gram.h (rule_t): Rename `number' as `user_number'.
17028 `number' is a new member.
17029 Adjust dependencies.
17030 * src/reduce.c (reduce_grammar_tables): Renumber rule_t.number.
17031
17032 2002-04-07 Akim Demaille <akim@epita.fr>
17033
17034 As a result of the previous patch, it is no longer needed
17035 to reorder ritem itself.
17036
17037 * src/reduce.c (reduce_grammar_tables): Don't sort RITEM.
17038
17039 2002-04-07 Akim Demaille <akim@epita.fr>
17040
17041 Be sure never to walk through RITEMS, but use only data related to
17042 the rules themselves. RITEMS should be banished.
17043
17044 * src/output.c (output_token_translations): Rename as...
17045 (prepare_tokens): this.
17046 In addition to `translate', prepare the muscles `tname' and
17047 `toknum', which were handled by...
17048 (output_rule_data): this.
17049 Remove, and move the remainder of its outputs into...
17050 (prepare_rules): this new routines, which also merges content from
17051 (output_gram): this.
17052 (prepare_rules): Be sure never to walk through RITEMS.
17053 (output_stos): Rename as...
17054 (prepare_stos): this.
17055 (output): Always invoke prepare_states, after all, just don't use it
17056 in the output if you don't need it.
17057
17058 2002-04-07 Akim Demaille <akim@epita.fr>
17059
17060 * src/LR0.c (new_state): Display `nstates' as the name of the
17061 newly created state.
17062 Adjust to initialize first_state and last_state if needed.
17063 Be sure to distinguish the initial from the final state.
17064 (new_states): Create the itemset of the initial state, and use
17065 new_state.
17066 * src/closure.c (closure): Now that the initial state has its
17067 items properly set, there is no need for a special case when
17068 creating `ruleset'.
17069
17070 As a result, now the rule 0, reducing to $axiom, is visible in the
17071 outputs. Adjust the test suite.
17072
17073 * tests/conflicts.at (Solved SR Conflicts)
17074 (Unresolved SR Conflicts): Adjust.
17075 * tests/regression.at (Web2c Report, Rule Line Numbers): Idem.
17076 * tests/conflicts.at (S/R in initial): New.
17077
17078 2002-04-07 Akim Demaille <akim@epita.fr>
17079
17080 * src/LR0.c (allocate_itemsets): Don't loop over ritem: loop over
17081 the RHS of the rules.
17082 * src/output.c (output_gram): Likewise.
17083
17084 2002-04-07 Akim Demaille <akim@epita.fr>
17085
17086 * src/gram.h (rule_t): `lhs' is now a pointer to the symbol's
17087 bucket.
17088 Adjust all dependencies.
17089 * src/reduce.c (nonterminals_reduce): Don't forget to renumber the
17090 `number' of the buckets too.
17091 * src/gram.h: Include `symtab.h'.
17092 (associativity): Move to...
17093 * src/symtab.h: here.
17094 No longer include `gram.h'.
17095
17096 2002-04-07 Akim Demaille <akim@epita.fr>
17097
17098 * src/gram.h, src/gram.c (rules_rhs_length): New.
17099 (ritem_longest_rhs): Use it.
17100 * src/gram.h (rule_t): `number' is a new member.
17101 * src/reader.c (packgram): Set it.
17102 * src/reduce.c (reduce_grammar_tables): Move the useless rules at
17103 the end of `rules', and count them out of `nrules'.
17104 (reduce_output, dump_grammar): Adjust.
17105 * src/print.c (print_grammar): It is no longer needed to check for
17106 the usefulness of a rule, as useless rules are beyond `nrules + 1'.
17107 * tests/reduce.at (Reduced Automaton): New test.
17108
17109 2002-04-07 Akim Demaille <akim@epita.fr>
17110
17111 * src/reduce.c (inaccessable_symbols): Fix a buglet: because of a
17112 lacking `+ 1' to nrules, Bison reported as useless a token if it
17113 was used solely to set the precedence of the last rule...
17114
17115 2002-04-07 Akim Demaille <akim@epita.fr>
17116
17117 * data/bison.c++, data/bison.simple: Don't output the current file
17118 name in #line, to avoid useless diffs between two identical
17119 outputs under different names.
17120
17121 2002-04-07 Akim Demaille <akim@epita.fr>
17122
17123 * src/closure.c, src/print.c, src/reader.c, src/reduce.c:
17124 Normalize loops to using `< nrules + 1', not `<= nrules'.
17125
17126 2002-04-07 Akim Demaille <akim@epita.fr>
17127
17128 * TODO: Update.
17129
17130 2002-04-07 Akim Demaille <akim@epita.fr>
17131
17132 * src/output.c, src/reader.c, src/symtab.c, src/symtab.h: Rename
17133 bucket.value as bucket.number.
17134
17135 2002-04-07 Akim Demaille <akim@epita.fr>
17136
17137 * src/closure.c, src/derives.c, src/gram.h, src/lalr.c,
17138 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
17139 * src/reader.c, src/reduce.c: Let rule_t.rhs point directly to the
17140 RHS, instead of being an index in RITEMS.
17141
17142 2002-04-04 Paul Eggert <eggert@twinsun.com>
17143
17144 * doc/bison.texinfo: Update copyright date.
17145 (Rpcalc Lexer, Symbols, Token Decl): Don't assume ASCII.
17146 (Symbols): Warn about running Bison in one character set,
17147 but compiling and/or running in an incompatible one.
17148 Warn about character code 256, too.
17149
17150 2002-04-03 Paul Eggert <eggert@twinsun.com>
17151
17152 * src/bison.data (YYSTACK_ALLOC): Depend on whether
17153 YYERROR_VERBOSE is nonzero, not whether it is defined.
17154
17155 Merge changes from bison-1_29-branch.
17156
17157 2002-03-20 Paul Eggert <eggert@twinsun.com>
17158
17159 Merge fixes from Debian bison_1.34-1.diff.
17160
17161 * configure.in (AC_PREREQ): 2.53.
17162
17163 2002-03-20 Akim Demaille <akim@epita.fr>
17164
17165 * src/conflicts.c (log_resolution): Argument `resolution' is const.
17166
17167 2002-03-19 Paul Eggert <eggert@twinsun.com>
17168
17169 * src/bison.simple (YYCOPY): New macro.
17170 (YYSTACK_RELOCATE): Use it.
17171 Remove Type arg; no longer needed. All callers changed.
17172 (yymemcpy): Remove; no longer needed.
17173
17174 * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
17175 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
17176
17177 2002-03-19 Akim Demaille <akim@epita.fr>
17178
17179 Test and fix the #line outputs.
17180
17181 * tests/atlocal.at (GCC): New.
17182 * tests/synclines.at (AT_TEST_SYNCLINE): New macro.
17183 (Prologue synch line, %union synch line, Postprologue synch line)
17184 (Action synch line, Epilogue synch line): New tests.
17185 * src/reader.c (parse_union_decl): Define the muscle stype_line.
17186 * data/bison.simple, data/bison.c++: Use it.
17187
17188 2002-03-19 Akim Demaille <akim@epita.fr>
17189
17190 * tests/regression.at (%nonassoc and eof, Unresolved SR Conflicts)
17191 (Solved SR Conflicts, %expect not enough, %expect right)
17192 (%expect too much): Move to...
17193 * tests/conflicts.at: this new file.
17194
17195 2002-03-19 Akim Demaille <akim@epita.fr>
17196
17197 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
17198 * data/bison.simple, data/bison.c++: Handle the `#define' part, so
17199 that we can move to enums for instance.
17200 * src/output.c (token_definitions_output): Output a list of
17201 `token-name, token-number' instead of the #define.
17202 (output_skeleton): Name this list `b4_tokens', not `b4_tokendefs'.
17203
17204 2002-03-14 Akim Demaille <akim@epita.fr>
17205
17206 Use Gettext 0.11.1.
17207
17208 2002-03-09 Robert Anisko <robert@lrde.epita.fr>
17209
17210 * data/bison.c++: Make the user able to add members to the generated
17211 parser by subclassing.
17212
17213 2002-03-05 Robert Anisko <robert@lrde.epita.fr>
17214
17215 * src/reader.c (read_additionnal_code): `c' should be an integer, not
17216 a character.
17217 Reported by Nicolas Tisserand and Nicolas Burrus.
17218
17219 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
17220
17221 * src/reader.c: Warn about lacking semi-colons, do not complain.
17222
17223 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
17224
17225 * data/bison.c++: Remove a debug line.
17226
17227 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
17228
17229 * data/bison.c++: Unmerge value as yylval and value as yyval. Unmerge
17230 location as yylloc and location as yyloc. Use YYLLOC_DEFAULT, and
17231 provide a default implementation.
17232
17233 2002-03-04 Akim Demaille <akim@epita.fr>
17234
17235 * tests/input.at (Invalid $n, Invalid @n): Add the ending `;'.
17236 * tests/output.at (AT_CHECK_OUTPUT): Likewise.
17237 * tests/headers.at (AT_TEST_CPP_GUARD_H): Ditto.
17238 * tests/semantic.at (Parsing Guards): Similarly.
17239 * src/reader.at (readgram): Complain if the last rule is not ended
17240 with a semi-colon.
17241
17242 2002-03-04 Akim Demaille <akim@epita.fr>
17243
17244 * src/warshall.h, src/warshall.c (bitmatrix_print): Move to...
17245 * src/closure.c: here.
17246 (set_firsts): Use bitsetv_reflexive_transitive_closure instead of
17247 RTC.
17248 * src/warshall.h, src/warshall.c: Remove.
17249 * tests/sets.at (Broken Closure): Adjust.
17250
17251 2002-03-04 Akim Demaille <akim@epita.fr>
17252
17253 * src/output.c (output_skeleton): tempdir is const.
17254 bytes_read is unused.
17255
17256 2002-03-04 Akim Demaille <akim@epita.fr>
17257
17258 * lib/bbitset.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
17259 * lib/bitsetv.h, lib/ebitset.c, lib/lbitset.c, lib/sbitset.c:
17260 Update.
17261 From Michael Hayes.
17262
17263 2002-03-04 Akim Demaille <akim@epita.fr>
17264
17265 * src/closure.c (closure): `r' is unused.
17266
17267 2002-03-04 Akim Demaille <akim@epita.fr>
17268
17269 * tests/sets.at (Broken Closure): Add the ending `;'.
17270 * src/reader.at (readgram): Complain if a rule is not ended with a
17271 semi-colon.
17272
17273 2002-03-04 Akim Demaille <akim@epita.fr>
17274
17275 * src/conflicts.c (set_conflicts): Use bitset_disjoint_p.
17276 (count_sr_conflicts): Use bitset_count.
17277 * src/reduce.c (inaccessable_symbols): Ditto.
17278 (bits_size): Remove.
17279 * src/warshall.h, src/warshall.c: Convert to bitsetv.
17280
17281 2002-03-04 Akim Demaille <akim@epita.fr>
17282
17283 * src/closure.c, src/conflicts.c, src/lalr.c, src/print.c,
17284 * src/reduce.c: Remove the `bitset_zero's following the
17285 `bitset_create's, as now it is performed by the latter.
17286
17287 2002-03-04 Akim Demaille <akim@epita.fr>
17288
17289 * lib/bitset.c, lib/bitset.h, lib/bitsetv.c, lib/bitsetv.h,
17290 * lib/ebitset.c, lib/ebitset.h, lib/lbitset.c, lib/lbitset.h,
17291 * lib/sbitset.c, lib/sbitset.h, lib/bbitset.h: Update from the
17292 latest sources from Michael.
17293
17294 2002-03-04 Akim Demaille <akim@epita.fr>
17295
17296 * src/output.c (output): Don't free the grammar.
17297 * src/reader.c (grammar_free): New.
17298 * src/main.c (main): Call it and don't free symtab here.
17299
17300 2002-03-04 Akim Demaille <akim@epita.fr>
17301
17302 * src/lex.c (parse_percent_token): Be sure to 0-end token_buffer
17303 before returning.
17304 Reported by Benoit Perrot.
17305
17306 2002-03-04 Akim Demaille <akim@epita.fr>
17307
17308 Use bitset operations when possible, not loops over bits.
17309
17310 * src/conflicts.c (set_conflicts, count_sr_conflicts): Use
17311 bitset_or.
17312 * src/print.c (print_reductions): Use bitset_and, bitset_andn.
17313 * src/reduce.c (useless_nonterminals): Formatting changes.
17314 * src/warshall.c (TC): Use bitset_or.
17315
17316 2002-03-04 Akim Demaille <akim@epita.fr>
17317
17318 * src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
17319 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):
17320 Ditto.
17321
17322 2002-03-04 Akim Demaille <akim@epita.fr>
17323
17324 * src/lalr.c (F): Now a bitset*.
17325 Adjust all dependencies.
17326
17327 2002-03-04 Akim Demaille <akim@epita.fr>
17328
17329 * src/conflicts.c (shiftset, lookaheadset): Now bitset.
17330 Adjust all dependencies.
17331
17332 2002-03-04 Akim Demaille <akim@epita.fr>
17333
17334 * src/L0.c, src/LR0.h (nstates): Be size_t.
17335 Adjust comparisons (signed vs unsigned).
17336 * src/conflics.c, src/lalr.c, src/lalr.h, src/output.c (LA): Now a
17337 bitset*.
17338 Adjust all dependencies.
17339
17340 2002-03-04 Akim Demaille <akim@epita.fr>
17341
17342 * src/closure.c (firsts): Now, also a bitset.
17343 Adjust all dependencies.
17344 (varsetsize): Remove, now unused.
17345 * src/warshall.h, src/warshall.c: Now work on arrays of bitsets.
17346
17347 2002-03-04 Akim Demaille <akim@epita.fr>
17348
17349 * src/print.c: Convert to use bitset.h, not hand coded iterations
17350 over ints.
17351
17352 2002-03-04 Akim Demaille <akim@epita.fr>
17353
17354 * src/reduce.c: Convert to use bitset.h, not hand coded BSet.
17355
17356 2002-03-04 Akim Demaille <akim@epita.fr>
17357
17358 * src/closure.c (ruleset): Be a bitset.
17359 (rulesetsize): Remove.
17360
17361 2002-03-04 Akim Demaille <akim@epita.fr>
17362
17363 * lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
17364 * lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/lbitset.c,
17365 * lib/lbitset.h, lib/sbitset.c, lib/sbitset.h: New.
17366 * src/closure.c (fderives): Be an array of bitsets.
17367
17368 2002-02-28 Robert Anisko <robert@lrde.epita.fr>
17369
17370 * data/bison.c++: Merge the two generated headers. Insert a copyright
17371 notice in each output file.
17372
17373 2002-02-28 Akim Demaille <akim@epita.fr>
17374
17375 * data/bison.c++: Copy the prologue of bison.simple to fetch
17376 useful M4 definitions, such as b4_header_guard.
17377
17378 2002-02-25 Akim Demaille <akim@epita.fr>
17379
17380 * src/getargs.c (version): Give the name of the authors, and use a
17381 translator friendly scheme for the bgr
17382 copyright notice.
17383
17384 2002-02-25 Akim Demaille <akim@epita.fr>
17385
17386 * src/output.c (header_output): Remove, now handled completely via
17387 M4.
17388
17389 2002-02-25 Akim Demaille <akim@epita.fr>
17390
17391 * m4/m4.m4: New, from CVS Autoconf.
17392 * configure.in: Invoke it.
17393 * src/output.c (output_skeleton): Use its result instead of the
17394 hard coded name.
17395
17396 2002-02-25 Akim Demaille <akim@epita.fr>
17397
17398 * lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
17399 Fileutils 4.1.5.
17400 * configure.in: Invoke UTILS_FUNC_MKSTEMP.
17401 * src/output.c (output_skeleton): Use mkstemp to create a real
17402 temporary file.
17403 Move the filling of `skeleton' and its muscle to...
17404 (prepare): here.
17405 (output): Move the definition of the prologue muscle to...
17406 (prepare): here.
17407 * src/system.h (DEFAULT_TMPDIR): New.
17408
17409 2002-02-14 Paul Eggert <eggert@twinsun.com>
17410
17411 Remove the support for C++ namespace cleanliness; it was
17412 causing more problems than it was curing, since it didn't work
17413 properly on some nonstandard C++ compilers. This can wait
17414 for a proper C++ parser.
17415
17416 * NEWS: Document this.
17417 * doc/bison.texinfo (Bison Parser, Debugging): Remove special mention
17418 of C++, as it's treated like C now.
17419 * src/bison.simple (YYSTD): Remove.
17420 (YYSIZE_T, YYFPRINTF, YYPARSE_PARAM_ARG, YYPARSE_PARAM_DECL):
17421 Treat C++ just like Standard C instead of trying to support
17422 namespace cleanliness.
17423
17424 2002-02-14 Akim Demaille <akim@epita.fr>
17425
17426 * tests/regression.at (else): Adjust to Andreas' change.
17427
17428 2002-02-14 Akim Demaille <akim@epita.fr>
17429
17430 * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
17431
17432 2002-02-13 Andreas Schwab <schwab@suse.de>
17433
17434 * src/output.c (output_rule_data): Don't output NULL, it might
17435 not be defined yet.
17436
17437 2002-02-11 Robert Anisko <robert@lrde.epita.fr>
17438
17439 * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue.
17440 (Copyright notice): Update.
17441
17442 2002-02-11 Akim Demaille <akim@epita.fr>
17443
17444 * tests/regression.at (%nonassoc and eof): Don't include
17445 nonportable headers.
17446
17447 2002-02-08 Robert Anisko <robert@lrde.epita.fr>
17448
17449 * data/bison.c++: Correct error recovery. Make the user able to
17450 initialize the starting location.
17451
17452 2002-02-07 Akim Demaille <akim@epita.fr>
17453
17454 * tests/input.at: New.
17455
17456 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
17457
17458 * data/bison.c++: Replace some direct m4 expansions by constants. Be
17459 more consistent when naming methods and variables. Put preprocessor
17460 directives around tables only needed for debugging.
17461
17462 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
17463
17464 * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
17465 C++ parsers.
17466 (yy::b4_name::parse): Use print_.
17467
17468 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
17469
17470 * data/bison.c++ (yy::b4_name::parse): Error recovery is back.
17471
17472 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
17473
17474 * data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in
17475 C++ parsers.
17476 (yy::b4_name::parse): Build verbose error messages, and use error_.
17477
17478 2002-02-06 Robert Anisko <robert@lrde.epita.fr>
17479
17480 * data/bison.c++: Fix m4 quoting in comments.
17481
17482 2002-02-06 Robert Anisko <robert@lrde.epita.fr>
17483
17484 * data/bison.c++: Adjust the parser code. Fix some muscles that were
17485 not expanded by m4.
17486
17487 2002-02-05 Akim Demaille <akim@epita.fr>
17488
17489 * data/bison.c++: Adjust to the M4 back end.
17490 More is certainly needed.
17491
17492 2002-02-05 Akim Demaille <akim@epita.fr>
17493
17494 Give a try to M4 as a back end.
17495
17496 * lib/readpipe.c: New, from wdiff.
17497 * src/Makefile.am (DEFS): Define PKGDATADIR, not BISON_SIMPLE and
17498 BISON_HAIRY.
17499 * src/system.h (BISON_HAIRY, BISON_SIMPLE): Remove the DOS and VMS
17500 specific values. Now it is m4 that performs the lookup.
17501 * src/parse-skel.y: Remove.
17502 * src/muscle_tab.c, src/muscle_tab.h (muscles_m4_output): New.
17503 * src/output.c (actions_output, guards_output)
17504 (token_definitions_output): No longer keeps track of the output
17505 line number, hence remove the second argument.
17506 (guards_output): Check against the guard member of a rule, not the
17507 action member.
17508 Adjust callers.
17509 (output_skeleton): Don't look for the skeleton location, let m4 do
17510 that.
17511 Create `/tmp/muscles.m4'. This is temporary, a proper temporary
17512 file will be used.
17513 Invoke `m4' on m4sugar.m4, muscles.m4, and the skeleton.
17514 (prepare): Given that for the time being changesyntax is not
17515 usable in M4, rename the muscles using `-' to `_'.
17516 Define `defines_flag', `output_parser_name' and `output_header_name'.
17517 * src/output.h (actions_output, guards_output)
17518 (token_definitions_output): Adjust prototypes.
17519 * src/scan-skel.l: Instead of scanning the skeletons, it now
17520 processes the output of m4: `__oline__' and `#output'.
17521 * data/bison.simple: Adjust to be used by M4(sugar).
17522 * tests/Makefile.am: Use check_SCRIPTS to make sure `bison' is up
17523 to date.
17524 * tests/bison.in: Use the secrete envvar `BISON_PKGDATADIR'
17525 instead of the dead `BISON_SIMPLE' and `BISON_HAIRY'.
17526 * data/m4sugar/m4sugar.m4, data/m4sugar/version.m4: New,
17527 shamelessly stolen from CVS Autoconf.
17528
17529 2002-02-05 Akim Demaille <akim@epita.fr>
17530
17531 * lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version.
17532 * configure.in: Check for the declarations of free and malloc.
17533 * src/muscle_tab.c: Adjust.
17534
17535 2002-02-05 Akim Demaille <akim@epita.fr>
17536
17537 * src/muscle_tab.c (muscle_init): Don't default to NULL muscle
17538 which have no values.
17539
17540 2002-02-05 Akim Demaille <akim@epita.fr>
17541
17542 * src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
17543 * data/: here.
17544
17545 2002-01-29 Paul Eggert <eggert@twinsun.com>
17546
17547 * src/bison.simple (YYSIZE_T): Do not define merely because
17548 YYSTACK_USE_ALLOCA is nonzero or alloca or _ALLOCA_H are defined.
17549 On some platforms, <alloca.h> does not declare YYSTD (size_t).
17550
17551 2002-01-27 Akim Demaille <akim@epita.fr>
17552
17553 Fix `%nonassoc and eof'.
17554
17555 * src/state.c (errs_dup): Aaaah! The failure was due to bytes
17556 which were not properly copied! Replace
17557 memcpy (res->errs, src->errs, src->nerrs);
17558 with
17559 memcpy (res->errs, src->errs, src->nerrs * sizeof (src->errs[0]));
17560 !!!
17561 * tests/regression.at (%nonassoc and eof): Adjust to newest
17562 Autotest: `.' is not in the PATH.
17563
17564 2002-01-27 Akim Demaille <akim@epita.fr>
17565
17566 * tests/sets.at (AT_EXTRACT_SETS): New.
17567 (Nullable): Use it.
17568 (Firsts): New.
17569
17570 2002-01-26 Akim Demaille <akim@epita.fr>
17571
17572 * tests/actions.at, tests/calc.at, tests/headers.at,
17573 * tests/torture.at: Adjust to the newest Autotest which no longer
17574 forces `.' in the PATH.
17575
17576 2002-01-25 Akim Demaille <akim@epita.fr>
17577
17578 * tests/regression.at (%nonassoc and eof): New.
17579 Suggested by Robert Anisko.
17580
17581 2002-01-24 Akim Demaille <akim@epita.fr>
17582
17583 Bison dumps core when trying to complain about broken input files.
17584 Reported by Cris van Pelt.
17585
17586 * src/lex.c (parse_percent_token): Be sure to set token_buffer.
17587 * tests/regression.at (Invalid input: 1, Invalid input: 2): Merge
17588 into...
17589 (Invalid inputs): Strengthen: exercise parse_percent_token.
17590
17591 2002-01-24 Robert Anisko <robert.anisko@epita.fr>
17592
17593 * src/Makefile.am: Add bison.c++.
17594 * src/bison.c++: New skeleton.
17595
17596 2002-01-21 Paolo Bonzini <bonzini@gnu.org>
17597
17598 * po/it.po: New.
17599
17600 2002-01-21 Kees Zeelenberg <kzlg@users.sourceforge.net>
17601
17602 * src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
17603
17604 2002-01-20 Marc Autret <marc@gnu.org>
17605
17606 * src/files.c (compute_output_file_names): Fix
17607
17608 2002-01-20 Marc Autret <marc@gnu.org>
17609
17610 * tests/output.at: New test.
17611 * src/files.c (compute_base_names): Don't map extensions when
17612 the YACC flag is set, use defaults.
17613 Reported by Evgeny Stambulchik.
17614
17615 2002-01-20 Marc Autret <marc@gnu.org>
17616
17617 * src/system.h: Need to define __attribute__ away for non-GCC
17618 compilers as well (i.e., the vendor C compiler).
17619 Suggested by Albert Chin-A-Young.
17620
17621 2002-01-11 Tim Van Holder <tim.van.holder@pandora.be>
17622
17623 * lib/hash.h, lib/hash.c: Renamed __P to PARAMS and used the
17624 canonical definition.
17625 * src/system.h: Use the canonical definition for PARAMS (avoids
17626 a conflict with the macro from lib/hash.h).
17627
17628 2002-01-11 Akim Demaille <akim@epita.fr>
17629
17630 * configure.in: Use AC_FUNC_STRNLEN.
17631 Fixes the failures observed on AIX 4.3 by H.Merijn Brand.
17632
17633 2002-01-09 Akim Demaille <akim@epita.fr>
17634
17635 * src/files.c, src/files.h (output_infix): New.
17636 (tab_extension): Remove.
17637 (compute_base_names): Compute the former, drop the latter.
17638 * src/output.c (prepare): Insert the muscles `output-infix', and
17639 `output-suffix'.
17640 * src/parse-skel.y (string, string.1): New.
17641 (section.header): Use it.
17642 (section.yacc): Remove.
17643 (prefix): Remove too.
17644 * src/scan-skel.l: Adjust.
17645 * src/bison.simple, src/bison.hairy: Adjust.
17646
17647 2002-01-09 Akim Demaille <akim@epita.fr>
17648
17649 * configure.in (WERROR_CFLAGS): Compute it.
17650 * src/Makefile.am (CFLAGS): Pass it.
17651 * tests/atlocal.in (CFLAGS): Idem.
17652 * src/files.c: Fix a few warnings.
17653 (get_extension_index): Remove, unused.
17654
17655 2002-01-08 Akim Demaille <akim@epita.fr>
17656
17657 * src/getargs.c (AS_FILE_NAME): New.
17658 (getargs): Use it to convert DOSish file names.
17659 * src/files.c (base_name): Rename as full_base_name to avoid
17660 clashes with `base_name ()'.
17661 (filename_split): New.
17662 (compute_base_names): N-th rewrite, using filename_split.
17663
17664 2002-01-08 Akim Demaille <akim@epita.fr>
17665
17666 * lib/basename.c, lib/dirname.h, lib/dirname.c, lib/memrchr.c:
17667 New, stolen from the Fileutils 4.1.
17668 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
17669 * configure.in: Check for the presence of memrchr, and of its
17670 prototype.
17671
17672 2002-01-07 Tim Van Holder <tim.van.holder@pandora.be>
17673
17674 * lib/hash.h (__P): Added definition for this macro.
17675 * src/Makefile.am: Add parse-skel.c and scan-skel.c to
17676 BUILT_SOURCES, to ensure they are generated first.
17677 * src/parse-skel.y: Use YYERROR_VERBOSE instead of
17678 %error-verbose to allow bootstrapping with bison 1.30x.
17679
17680 2002-01-06 Akim Demaille <akim@epita.fr>
17681
17682 * src/reader.c (parse_braces): Don't fetch the next char, the
17683 convention is to fetch on entry.
17684 * tests/torture.at (GNU Cim Grammar): Reintroduce their weird
17685 'switch' without a following semicolon.
17686 * tests/regression.at (braces parsing): New.
17687
17688 2002-01-06 Akim Demaille <akim@epita.fr>
17689
17690 Bison is dead wrong in its RR conflict reports.
17691
17692 * tests/torture.at (GNU Cim Grammar): New.
17693 * src/conflicts.c (count_rr_conflicts): Fix.
17694
17695 2002-01-06 Akim Demaille <akim@epita.fr>
17696
17697 Creating package.m4 from configure.ac causes too many problems.
17698
17699 * tests/Makefile.am (package.m4): Create it by hand,
17700 AC_CONFIG_TESTDIR no longer does in the most recent CVS Autoconf.
17701
17702 2002-01-06 Akim Demaille <akim@epita.fr>
17703
17704 * src/Makefile.am (bison_SOURCES): Add parse-skel.h and
17705 skeleton.h.
17706
17707 2002-01-04 Paul Eggert <eggert@twinsun.com>
17708
17709 * doc/bison.texinfo (Debugging):
17710 Remove YYSTDERR; it's no longer defined or used.
17711 Also, s/cstdio.h/cstdio/.
17712
17713 2002-01-03 Akim Demaille <akim@epita.fr>
17714
17715 * tests/bison.in, tests/atlocal.in: Adjust to CVS Autoconf.
17716
17717 2002-01-03 Akim Demaille <akim@epita.fr>
17718
17719 * src/parse-skel.y (process_skeleton): Don't bind the parser's
17720 tracing code to --trace, wait for a better --trace option, with
17721 args.
17722
17723 2002-01-03 Akim Demaille <akim@epita.fr>
17724
17725 * src/bison.simple (YYSTDERR): Remove, replace `stderr'.
17726 The ISO C++ standard is extremely clear about it: stderr is
17727 considered a macro, not a regular symbol (see table 94 `Header
17728 <cstdio> synopsis', [lib.c.files] 27.8.2 C Library files).
17729 Therefore std:: does not apply to it. It still does with fprintf.
17730 Also, s/cstdio.h/cstdio/.
17731
17732 2002-01-03 Akim Demaille <akim@epita.fr>
17733
17734 * lib/quotearg.c: Use `#include "..."' instead of `#include <...>'
17735 for non system headers.
17736
17737 2002-01-02 Akim Demaille <akim@epita.fr>
17738
17739 Equip the skeleton chain with location tracking, runtime trace,
17740 pure parser and scanner.
17741
17742 * src/parse-skel.y: Request a pure parser, locations, and prefix
17743 renaming.
17744 (%union): Having several members with the same type does not help
17745 type mismatches, simplify.
17746 (YYPRINT, yyprint): New.
17747 (yyerror): ``Rename'' (there is a #define yyerror skel_error) as...
17748 (skel_error): this.
17749 Handle locations.
17750 * src/scan-skel.l: Adjust to these changes.
17751 * src/skeleton.h (LOCATION_RESET, LOCATION_LINES, LOCATION_STEP)
17752 (LOCATION_PRINT, skel_control_t): New.
17753
17754 2001-12-30 Akim Demaille <akim@epita.fr>
17755
17756 * src/parse-skel.y: Get rid of the shift/reduce conflict:
17757 replace `gb' with BLANKS.
17758 * src/scan-skel.l: Adjust.
17759
17760 2001-12-30 Akim Demaille <akim@epita.fr>
17761
17762 * src/system.h: We don't need nor want bcopy.
17763 Throw away MS-DOS crap: we don't need getpid.
17764 * configure.in: We don't need strndup. It was even causing
17765 problems: because Flex includes the headers *before* us,
17766 _GNU_SOURCE is not defined by config.h, and therefore strndup was
17767 not visible.
17768 * lib/xstrndup.c: New.
17769 * src/scan-skel.l: Use it.
17770 Be sure to initialize yylval.muscle member when scanning a MUSCLE.
17771 * src/parse-skel.y: Use %directives instead of #defines.
17772
17773 2001-12-30 Akim Demaille <akim@epita.fr>
17774
17775 * src/skeleton.h: New.
17776 * src/output.c (output_parser, output_master_parser): Remove, dead
17777 code.
17778 * src/output.h (get_lines_number, actions_output, guards_output)
17779 (token_definitions_output): Prototype them.
17780 * src/parse-skel.y: Add the license notice.
17781 Include output.h and skeleton.h.
17782 (process_skeleton): Returns void, and takes a single parameter.
17783 * src/scan-skel.l: Add the license notice.
17784 Include skeleton.h.
17785 Don't use %option yylineno: it seems that then Flex imagines
17786 REJECT has been used, and therefore it won't reallocate its
17787 buffers (which makes no other sense to me than a bug). It results
17788 in warnings for `unused: yy_flex_realloc'.
17789
17790 2001-12-30 Robert Anisko <robert.anisko@epita.fr>
17791
17792 * src/muscle_tab.h (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
17793 (MUSCLE_INSERT_PREFIX): ...to there.
17794 * src/output.c (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
17795 (MUSCLE_INSERT_PREFIX): Move from here...
17796
17797 * src/bison.hairy: Add a section directive. Put braces around muscle
17798 names. This parser skeleton is still broken, but Bison should not
17799 choke on a bad muscle 'syntax'.
17800 * src/bison.simple: Add a section directive. Put braces around muscle
17801 names.
17802
17803 * src/files.h (strsuffix, stringappend): Add declarations.
17804 (tab_extension): Add declaration.
17805 (short_base_name): Add declaration.
17806
17807 * src/files.c (strsuffix, stringappend): No longer static. These
17808 functions are used in the skeleton parser.
17809 (tab_extension): New.
17810 (compute_base_names): Use the computations done in this function
17811 to guess if the generated parsers should have '.tab' in their
17812 names.
17813 (short_base_name): No longer static.
17814
17815 * src/output.c (output_skeleton): New.
17816 (output): Disable call to output_master_parser, and give a try to
17817 a new skeleton handling system.
17818 (guards_output, actions_output): No longer static.
17819 (token_definitions_output, get_lines_number): No longer static.
17820
17821 * configure.in: Use AM_PROG_LEX and AC_PROG_YACC.
17822
17823 * src/Makefile.am (bison_SOURCES): Add scan-skel.l and
17824 parse-skel.y.
17825
17826 * src/parse-skel.y: New file.
17827 * src/scan-skel.l: New file.
17828
17829 2001-12-29 Akim Demaille <akim@epita.fr>
17830
17831 %name-prefix is broken.
17832
17833 * src/files.c (spec_name_prefix): Initialize to NULL, not to "yy".
17834 Adjust all dependencies.
17835 * tests/headers.at (export YYLTYPE): Strengthen this test: use
17836 %name-prefix.
17837
17838 Renaming yylval but not yylloc is not consistent. Now we do.
17839
17840 * src/bison.simple: Prefix yylloc if used.
17841 * doc/bison.texinfo (Decl Summary): Document that.
17842
17843 2001-12-29 Akim Demaille <akim@epita.fr>
17844
17845 * doc/bison.texinfo: Promote `%long-directive' over
17846 `%long_directive'.
17847 Remove all references to fixed-output-files, yacc is enough.
17848
17849 2001-12-29 Akim Demaille <akim@epita.fr>
17850
17851 * src/bison.simple: Define YYDEBUG and YYERROR_VERBOSE *after* the
17852 user prologue. These are defaults.
17853 * tests/actions.at (Mid-rule actions): Make sure the user can
17854 define YYDEBUG and YYERROR_VERBOSE.
17855
17856 2001-12-29 Akim Demaille <akim@epita.fr>
17857
17858 * src/output.c (header_output): Don't forget to export YYLTYPE and
17859 yylloc.
17860 * tests/headers.at (export YYLTYPE): New, make sure it does.
17861 * tests/regression.at (%union and --defines, Invalid CPP headers):
17862 Move to...
17863 * tests/headers.at: here.
17864
17865 2001-12-29 Akim Demaille <akim@epita.fr>
17866
17867 * src/gram.h (rule_s): Member `assoc' is of type `associativity'.
17868
17869 2001-12-29 Akim Demaille <akim@epita.fr>
17870
17871 * tests/actions.at (Mid-rule actions): Output on a single line
17872 instead of several.
17873
17874 2001-12-29 Akim Demaille <akim@epita.fr>
17875
17876 * doc/bison.texinfo: Formatting changes.
17877
17878 2001-12-29 Akim Demaille <akim@epita.fr>
17879
17880 Don't store the token defs in a muscle, just be ready to output it
17881 on command. Now possible via `symbols'. Fixes a memory leak.
17882
17883 * src/output.c (token_definitions_output): New.
17884 (output_parser, header_output): Use it.
17885 * src/reader.c (symbols_save): Remove.
17886
17887 2001-12-29 Akim Demaille <akim@epita.fr>
17888
17889 * src/bison.simple: Do not provide a default for YYSTYPE and
17890 YYLTYPE before the user's prologue. Otherwise it's hardly... a
17891 default.
17892
17893 2001-12-29 Akim Demaille <akim@epita.fr>
17894
17895 Mid-rule actions are simply... ignored!
17896
17897 * src/reader.c (readgram): Be sure to attach mid-rule actions to
17898 the empty-rule associated to the dummy symbol, not to the host
17899 rule.
17900 * tests/actions.at (Mid-rule actions): New.
17901
17902 2001-12-29 Akim Demaille <akim@epita.fr>
17903
17904 Memory leak.
17905
17906 * src/reader.c (reader): Free grammar.
17907
17908 2001-12-29 Akim Demaille <akim@epita.fr>
17909
17910 Memory leak.
17911
17912 * src/LR0.c (new_itemsets): Don't allocate `shift_symbol' here,
17913 since it allocates it for each state, although only one is needed.
17914 (allocate_storage): Do it here.
17915
17916 2001-12-29 Akim Demaille <akim@epita.fr>
17917
17918 * src/options.h, src/options.c (create_long_option_table): Rename
17919 as...
17920 (long_option_table_new): this, with a clearer prototype.
17921 (percent_table): Remove, unused,
17922 * src/getargs.c (getargs): Adjust.
17923
17924 2001-12-29 Akim Demaille <akim@epita.fr>
17925
17926 * src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.c
17927 * src/print.c, src/print_graph.c, src/state.h: Rename state_table
17928 as states.
17929
17930 2001-12-29 Akim Demaille <akim@epita.fr>
17931
17932 * src/lalr.c (build_relations): Rename `states' as `states1'.
17933 Sorry, I don't understand exactly what it is, no better name...
17934
17935 2001-12-29 Akim Demaille <akim@epita.fr>
17936
17937 * src/closure.c, src/conflicts.c, src/derives.c, src/gram.c
17938 * src/gram.h, src/lalr.c, src/nullable.c, src/output.c, src/print.c
17939 * src/print_graph.c, src/reader.c, src/reduce.c: Rename rule_table
17940 as rules.
17941
17942 2001-12-29 Akim Demaille <akim@epita.fr>
17943
17944 * src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long
17945 ago.
17946
17947 2001-12-29 Akim Demaille <akim@epita.fr>
17948
17949 * src/reader.c, src/reader.h (user_toknums): Remove.
17950 Adjust all users to use symbols[i]->user_token_number.
17951
17952 2001-12-29 Akim Demaille <akim@epita.fr>
17953
17954 * src/gram.c, src/gram.h (sprec, sassoc): Remove.
17955 Adjust all users to use symbols[i]->prec or ->assoc.
17956
17957 2001-12-29 Akim Demaille <akim@epita.fr>
17958
17959 * src/reader.c, src/reader.h (tags): Remove.
17960 Adjust all users to use symbols[i]->tag.
17961
17962 2001-12-29 Akim Demaille <akim@epita.fr>
17963
17964 * src/gram.h, src/gram.c (symbols): New, similar to state_table
17965 and rule_table.
17966 * src/reader.c (packsymbols): Fill this table.
17967 Drop sprec.
17968 * src/conflicts.c (resolve_sr_conflict): Adjust.
17969 * src/reduce.c (reduce_grammar): Adjust: just sort symbols, a
17970 single table.
17971 Use symbols[i]->tag instead of tags[i].
17972
17973 2001-12-29 Akim Demaille <akim@epita.fr>
17974
17975 * tests/calc.at (_AT_DATA_CALC_Y): Also use %union.
17976 In addition, put a comment in there, to replace...
17977 * tests/regression.at (%union and C comments): Remove.
17978
17979 2001-12-29 Akim Demaille <akim@epita.fr>
17980
17981 * tests/regression.at (Web2c Actions): Blindly move the actual
17982 output as expected output. The contents *seem* right to me, but I
17983 can't pretend reading perfectly parser tables... Nonetheless, all
17984 the other tests pass correctly, the table look OK, even though the
17985 presence of `$axiom' is to be noted: AFAICS it is useless (but
17986 harmless).
17987
17988 2001-12-29 Akim Demaille <akim@epita.fr>
17989
17990 * src/reader.c (readgram): Don't add the rule 0 if there were no
17991 rules read. In other words, add it _after_ having performed
17992 grammar sanity checks.
17993 Fixes the `tests/regression.at (Invalid input: 1)' Failure.
17994
17995 2001-12-29 Akim Demaille <akim@epita.fr>
17996
17997 * tests/regression.at (Web2c Report): Catch up: the rule 0 is now
17998 visible, and some states have now a different number.
17999
18000 2001-12-29 Akim Demaille <akim@epita.fr>
18001
18002 * src/reader.c (readgram): Bind the initial rule's lineno to that
18003 of the first rule.
18004 * tests/regression.at (Rule Line Numbers, Unresolved SR Conflicts):
18005 (Solved SR Conflicts): Adjust rule 0's line number.
18006
18007 2001-12-29 Akim Demaille <akim@epita.fr>
18008
18009 Fix the `GAWK Grammar' failure.
18010
18011 * src/LR0.c (final_state): Initialize to -1 so that we do compute
18012 the reductions of the first state which was mistakenly confused
18013 with the final state because precisely final_state was initialized
18014 to 0.
18015 * tests/sets.at (Nullable): Adjust: state 0 does have lookaheads,
18016 now noticed by Bison.
18017 * tests/regression.at (Rule Line Numbers): Adjust: state 0 does
18018 have a reduction on $default.
18019
18020 2001-12-29 Akim Demaille <akim@epita.fr>
18021
18022 * src/gram.c (ritem_print): Be sure to subtract 1 when displaying
18023 rule line numbers.
18024 * src/closure.c (print_closure): Likewise.
18025 * src/derives.c (print_derives): Likewise.
18026 * tests/sets.at (Nullable): Adjust: the rule numbers are correct
18027 now.
18028
18029 2001-12-29 Akim Demaille <akim@epita.fr>
18030
18031 * src/lalr.c (lookaheads_print): New.
18032 (lalr): Call it when --trace-flag.
18033 * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads
18034 are dumped.
18035
18036 2001-12-29 Akim Demaille <akim@epita.fr>
18037
18038 * src/derives.c (print_derives): Be sure to use `>= 0', not `> 0',
18039 when walking through ritem, even via rule->rhs.
18040 * src/reduce.c (dump_grammar, useful_production, reduce_output)
18041 (useful_production, useless_nonterminals): Likewise.
18042 (reduce_grammar_tables): Likewise, plus update nritems.
18043 * src/nullable.c (set_nullable): Likewise.
18044 * src/lalr.c (build_relations): Likewise.
18045 * tests/sets.at (Nullable): Adjust.
18046 Fortunately, now, the $axiom is no longer nullable.
18047
18048 2001-12-29 Akim Demaille <akim@epita.fr>
18049
18050 * src/LR0.c (generate_states): Use nritems, not nitems, nor using
18051 the 0-sentinel.
18052 * src/gram.c (ritem_longest_rhs): Likewise.
18053 * src/reduce.c (nonterminals_reduce): Likewise.
18054 * src/print_graph.c (print_graph): Likewise.
18055 * src/output.c (output_rule_data): Likewise.
18056 * src/nullable.c (set_nullable): Likewise.
18057
18058 2001-12-29 Akim Demaille <akim@epita.fr>
18059
18060 * src/output.c: Comment changes.
18061
18062 2001-12-27 Paul Eggert <eggert@twinsun.com>
18063
18064 * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
18065 cases for non-GNU systems like AIX, HP-UX, SGI, Sun, and
18066 Sparc, as they were causing more porting problems than the
18067 (minor) performance improvement was worth.
18068
18069 Also, catch up with 1.31's YYSTD.
18070
18071 2001-12-27 Akim Demaille <akim@epita.fr>
18072
18073 * src/output.c (output_gram): Rely on nritems, not the
18074 0-sentinel. See below.
18075 Use -1 as separator, not 0.
18076 * src/bison.simple (yyparse): Subtract 1 to the rule numbers.
18077 Rely on -1 as separator in yyrhs, instead of 0.
18078 * tests/calc.at (AT_CHECK_CALC): Now, the parsers no longer issue
18079 twice `Now at end of input', therefore there are two lines less to
18080 expect.
18081
18082 2001-12-27 Akim Demaille <akim@epita.fr>
18083
18084 * tests/regression.at (Unresolved SR Conflicts):
18085 (Solved SR Conflicts, Rule Line Numbers): Adjust to the changes
18086 below.
18087
18088 2001-12-27 Akim Demaille <akim@epita.fr>
18089
18090 * src/LR0.c (new_state): Recognize the final state by the fact it
18091 is reached by eoftoken.
18092 (insert_start_shifting_state, insert_eof_shifting_state)
18093 (insert_accepting_state, augment_automaton): Remove, since now
18094 these states are automatically computed from the initial state.
18095 (generate_states): Adjust.
18096 * src/print.c: When reporting a rule number to the user, substract
18097 1, so that the axiom rule is rule 0, and the first user rule is 1.
18098 * src/reduce.c: Likewise.
18099 * src/print_graph.c (print_core): For the time being, just as for
18100 the report, depend upon --trace-flags to dump the full set of
18101 items.
18102 * src/reader.c (readgram): Once the grammar read, insert the rule
18103 0: `$axiom: START-SYMBOL $'.
18104 * tests/set.at: Adjust: rule 0 is now displayed, and since the
18105 number of the states has changed (the final state is no longer
18106 necessarily the last), catch up.
18107
18108 2001-12-27 Akim Demaille <akim@epita.fr>
18109
18110 Try to make the use of the eoftoken valid. Given that its value
18111 is 0 which was also used as a sentinel in ritem, (i) make sure >= 0
18112 is used instead of > 0 where appropriate, (ii), depend upon nritems
18113 instead of the 0-sentinel.
18114
18115 * src/gram.h, src/gram.c (nritems): New.
18116 Expected to be duplication of nitems, but for the time being...
18117 * src/reader.c (packgram): Assert nritems and nitems are equal.
18118 * src/LR0.c (allocate_itemsets, new_itemsets): Adjust.
18119 * src/closure.c (print_closure, print_fderives): Likewise.
18120 * src/gram.c (ritem_print): Likewise.
18121 * src/print.c (print_core, print_grammar): Likewise.
18122 * src/print_graph.c: Likewise.
18123
18124 2001-12-27 Akim Demaille <akim@epita.fr>
18125
18126 * src/main.c (main): If there are complains after grammar
18127 reductions, then output the report anyway if requested, then die.
18128 * src/symtab.c (bucket_new): Initialize `value' to -1, not 0.
18129 * src/reader.c (eoftoken): New.
18130 (parse_token_decl): If the token being defined has value `0', it
18131 is the eoftoken.
18132 (packsymbols): No longer hack `tags' to insert `$' by hand.
18133 Be sure to preserve the value of the eoftoken.
18134 (reader): Make sure eoftoken is defined.
18135 Initialize nsyms to 0: now eoftoken is created just like the others.
18136 * src/print.c (print_grammar): Don't special case the eof token.
18137 * src/regression.at: Adjust: `$' has value 0, not -1, which was a
18138 lie anyway, albeit pleasant.
18139 * tests/calc.at: Exercise error messages with eoftoken.
18140 Change the grammar so that empty input is invalid.
18141 Adjust expectations.
18142 When yyungeting, be sure to use a valid yylloc: use last_yylloc.
18143
18144 2001-12-27 Akim Demaille <akim@epita.fr>
18145
18146 * configure.in: Check the protos of strchr ans strspn.
18147 Replace strchr if needed.
18148 * src/system.h: Provide the protos of strchr, strspn and memchr if
18149 missing.
18150 * lib/strchr.c: New.
18151 * src/reader.c (symbols_save): Use strchr.
18152
18153 2001-12-27 Akim Demaille <akim@epita.fr>
18154
18155 * src/print.c, src/print_graph.c (escape): New.
18156 Use it to quote the TAGS outputs.
18157 * src/print_graph.c (print_state): Now errors are in red, and
18158 reductions in green.
18159 Prefer high to wide: output the state number on a line of its own.
18160
18161 2001-12-27 Akim Demaille <akim@epita.fr>
18162
18163 * src/state.h, src/state.c (reductions_new): New.
18164 * src/LR0.c (set_state_table): Let all the states have a
18165 `reductions', even if reduced to 0.
18166 (save_reductions): Adjust.
18167 * src/lalr.c (initialize_LA, initialize_lookaheads): Adjust.
18168 * src/print.c (print_reductions, print_actions): Adjust.
18169 * src/output.c (action_row): Adjust.
18170
18171 2001-12-27 Akim Demaille <akim@epita.fr>
18172
18173 * src/state.h, src/state.c (errs_new, errs_dup): New.
18174 * src/LR0.c (set_state_table): Let all the states have an errs,
18175 even if reduced to 0.
18176 * src/print.c (print_errs, print_reductions): Adjust.
18177 * src/output.c (output_actions, action_row): Adjust.
18178 * src/conflicts.c (resolve_sr_conflict): Adjust.
18179
18180 2001-12-27 Akim Demaille <akim@epita.fr>
18181
18182 * src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SYMBOL.
18183
18184 2001-12-27 Akim Demaille <akim@epita.fr>
18185
18186 * src/conflicts.c, src/conflicts.h (print_reductions): Move to...
18187 * src/print.c: here.
18188 (lookaheadset, shiftset): New, used as additional storage by
18189 print_reductions.
18190 (print_results): Adjust.
18191 (print_shifts, print_gotos, print_errs): New, extracted from...
18192 (print_actions): here.
18193 * src/print_graph.c (print_actions): Remove dead code.
18194
18195 2001-12-27 Akim Demaille <akim@epita.fr>
18196
18197 * src/reader.c (copy_dollar, copy_at): Better checking of `n' in
18198 `$n' and `@n'.
18199
18200 2001-12-27 Akim Demaille <akim@epita.fr>
18201
18202 * src/lalr.c (add_lookback_edge): Use state_t instead of ints.
18203 (build_relations): Adjust.
18204
18205 2001-12-27 Akim Demaille <akim@epita.fr>
18206
18207 * src/lalr.c (set_goto_map): Remove a wrong but benign loop
18208 duplication.
18209
18210 2001-12-27 Akim Demaille <akim@epita.fr>
18211
18212 * src/reader.c (packgram): Catch nitems overflows.
18213
18214 2001-12-27 Akim Demaille <akim@epita.fr>
18215
18216 * src/files.c, src/files.h (guard_obstack): Remove.
18217 * src/output.c (output): Adjust.
18218 * src/reader.c (parse_braces): New, factoring...
18219 (copy_action, copy_guard): these two which are renamed as...
18220 (parse_action, parse_guard): these.
18221 As a voluntary consequence, using braces around guards is now
18222 mandatory.
18223
18224 2001-12-27 Akim Demaille <akim@epita.fr>
18225
18226 * src/gram.h (rule_t): `guard' and `guard_line' are new members.
18227 * src/reader.c (symbol_list): `guard' and `guard_line' are new
18228 members.
18229 (symbol_list_new): Adjust.
18230 (copy_action): action_line is the first line, not the last.
18231 (copy_guard): Just as for actions, store the `action' only, not
18232 the switch/case/break flesh.
18233 Don't parse the user action that might follow the guard, let...
18234 (readgram): do it, i.e., now, there can be an action after a
18235 guard.
18236 In other words the guard is just explicitly optional.
18237 (packgram): Adjust.
18238 * src/output.c (guards_output): New.
18239 (output_parser): Call it when needed.
18240 (output): Also free the guard and attrs obstacks.
18241 * src/files.c, src/files.h (obstack_save): Remove.
18242 (output_files): Remove.
18243 As a result, if one needs the former `.act' file, using an
18244 appropriate skeleton which requires actions and guards is now
18245 required.
18246 * src/main.c (main): Adjust.
18247 * tests/semantic.at: New.
18248 * tests/regression.at: Use `input.y' as input file name.
18249 Avoid 8+3 problems by requiring input.c when the test needs the
18250 parser.
18251
18252 2001-12-27 Akim Demaille <akim@epita.fr>
18253
18254 * src/reader.c (symbol_list_new): Be sure to initialize all the
18255 fields.
18256
18257 2001-12-27 Akim Demaille <akim@epita.fr>
18258
18259 All the hacks using a final pseudo state are now useless.
18260
18261 * src/LR0.c (set_state_table): state_table holds exactly nstates.
18262 * src/lalr.c (nLA): New.
18263 (initialize_LA, compute_lookaheads, initialize_lookaheads): Use it
18264 instead of lookaheadsp from the pseudo state (nstate + 1).
18265
18266 2001-12-27 Akim Demaille <akim@epita.fr>
18267
18268 * src/output.c (action_row, token_actions): Use a state_t instead
18269 of a integer, and nlookaheads instead of the following state's
18270 lookaheadsp.
18271
18272 2001-12-27 Akim Demaille <akim@epita.fr>
18273
18274 * src/conflicts.c (log_resolution, flush_shift)
18275 (resolve_sr_conflict, set_conflicts, solve_conflicts)
18276 (count_sr_conflicts, count_rr_conflicts, conflicts_output)
18277 (conflicts_print, print_reductions): Use a state_t instead of an
18278 integer when referring to a state.
18279 As much as possible, depend upon nlookaheads, instead of the
18280 `lookaheadsp' member of the following state (since lookaheads of
18281 successive states are successive, the difference between state n + 1
18282 and n served as the number of lookaheads for state n).
18283 * src/lalr.c (add_lookback_edge): Likewise.
18284 * src/print.c (print_core, print_actions, print_state)
18285 (print_results): Likewise.
18286 * src/print_graph.c (print_core, print_actions, print_state)
18287 (print_graph): Likewise.
18288 * src/conflicts.h: Adjust.
18289
18290 2001-12-27 Akim Demaille <akim@epita.fr>
18291
18292 * src/bison.hairy: Formatting/comment changes.
18293 ANSIfy.
18294 Remove `register' indications.
18295 Add plenty of `static'.
18296
18297 2001-12-27 Akim Demaille <akim@epita.fr>
18298
18299 * src/output.c (prepare): Drop the muscle `ntbase' which
18300 duplicates ntokens.
18301 * src/bison.simple: Formatting/comment changes.
18302 Use YYNTOKENS only, which is documented, but not YYNTBASE, which
18303 is an undocumented synonym.
18304
18305 2001-12-22 Akim Demaille <akim@epita.fr>
18306
18307 * src/output.c (output_table_data): Change the prototype to use
18308 `int' for array ranges: some invocations do pass an int, not a
18309 short.
18310 Reported by Wayne Green.
18311
18312 2001-12-22 Akim Demaille <akim@epita.fr>
18313
18314 Some actions of web2c.y are improperly triggered.
18315 Reported by Mike Castle.
18316
18317 * src/lalr.c (traverse): s/F (i)[k] = F (j)[k]/F (j)[k] = F (i)[k]/.
18318 * tests/regression.at (Web2c): Rename as...
18319 (Web2c Report): this.
18320 (Web2c Actions): New.
18321
18322 2001-12-22 Akim Demaille <akim@epita.fr>
18323
18324 Reductions in web2c.y are improperly reported.
18325 Reported by Mike Castle.
18326
18327 * src/conflicts.c (print_reductions): Fix.
18328 * tests/regression.at (Web2c): New.
18329
18330 2001-12-18 Akim Demaille <akim@epita.fr>
18331
18332 Some host fail on `assert (!"foo")', which expands to
18333 ((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
18334 Reported by Nelson Beebee.
18335
18336 * src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
18337 `#define it_succeeded 0' and `assert (it_succeeded)'.
18338
18339 2001-12-17 Marc Autret <autret_m@epita.fr>
18340
18341 * src/bison.simple: Don't hard code the skeleton line and filename.
18342 * src/output.c (output_parser): Rename 'line' as 'output_line'.
18343 New line counter 'skeleton_line' (skeleton-line muscle).
18344
18345 2001-12-17 Paul Eggert <eggert@twinsun.com>
18346
18347 * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that
18348 YYDEBUG must be defined to a nonzero value.
18349
18350 * src/bison.simple (yytname): Do not assume that the user defines
18351 YYDEBUG to a properly parenthesized expression.
18352
18353 2001-12-17 Akim Demaille <akim@epita.fr>
18354
18355 * src/state.h (state_t): Rename lookaheads as lookaheadsp.
18356 nlookaheads is a new member.
18357 Adjust all users.
18358 * src/lalr.h (nlookaheads): Remove this orphan declaration.
18359 * src/lalr.c (initialize_lookaheads): Set nlookaheads for each
18360 state.
18361
18362 2001-12-17 Akim Demaille <akim@epita.fr>
18363
18364 * src/files.h, src/files.c (open_files, close_files): Remove.
18365 * src/main.c (main): Don't open/close files, nor invoke lex_free,
18366 let...
18367 * src/reader.c (reader): Do it.
18368
18369 2001-12-17 Akim Demaille <akim@epita.fr>
18370
18371 * src/conflicts.c (print_reductions): Formatting changes.
18372
18373 2001-12-17 Akim Demaille <akim@epita.fr>
18374
18375 * src/conflicts.c (flush_shift): Also adjust lookaheadset.
18376 (flush_reduce): New.
18377 (resolve_sr_conflict): Adjust.
18378
18379 2001-12-17 Akim Demaille <akim@epita.fr>
18380
18381 * src/output.c (output_obstack): Be static and rename as...
18382 (format_obstack): this, to avoid any confusion with files.c's
18383 output_obstack.
18384 * src/reader.h (muscle_obstack): Move to...
18385 * src/output.h: here, since it's defined in output.c.
18386
18387 2001-12-17 Akim Demaille <akim@epita.fr>
18388
18389 * src/output.c (action_row, save_column, default_goto)
18390 (sort_actions, matching_state, pack_vector): Better variable
18391 locality.
18392
18393 2001-12-17 Akim Demaille <akim@epita.fr>
18394
18395 * src/output.c: Various formatting changes.
18396
18397 2001-12-17 Akim Demaille <akim@epita.fr>
18398
18399 * src/files.c (output_files): Free the output_obstack.
18400 * src/main.c (main): Call print and print_graph conditionally.
18401 * src/print.c (print): Work unconditionally.
18402 * src/print_graph.c (print_graph): Work unconditionally.
18403 * src/conflicts.c (log_resolution): Output only if verbose_flag.
18404
18405 2001-12-16 Marc Autret <autret_m@epita.fr>
18406
18407 * src/output.c (actions_output): Fix. When we use %no-lines,
18408 there is one less line per action.
18409
18410 2001-12-16 Marc Autret <autret_m@epita.fr>
18411
18412 * src/bison.simple: Remove a useless #line directive.
18413 s/#line %%line %%skeleton/#line %%line "%%parser-file-name"/'.
18414 * src/output.c (get_lines_number): New.
18415 (output_parser): Adjust, now takes care about the lines of a
18416 output muscles.
18417 Fix line numbering.
18418 (actions_output): Computes the number of lines taken by actions.
18419 (output_master_parser): Insert new skeleton which is the name of
18420 the output parser file name.
18421
18422 2001-12-15 Marc Autret <autret_m@epita.fr>
18423
18424 * src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
18425
18426 2001-12-15 Marc Autret <autret_m@epita.fr>
18427
18428 * src/output.c (output_gram): Keep track of the hairy one.
18429
18430 2001-12-15 Akim Demaille <akim@epita.fr>
18431
18432 Make `make distcheck' work.
18433
18434 * lib/Makefile.am (INCLUDES): Add top_srcdir/intl, since hash uses
18435 system.h which uses libgettext.h.
18436
18437 2001-12-15 Akim Demaille <akim@epita.fr>
18438
18439 * src/nullable.c (set_nullable): Useless rules must be skipped,
18440 otherwise, since we range over their symbols, we might look at a
18441 nonterminal which no longer ``exists'', i.e., it is not counted in
18442 `nvars', hence we overflow our arrays.
18443
18444 2001-12-15 Akim Demaille <akim@epita.fr>
18445
18446 The header can also be produced directly, without any obstack!
18447 Yahoo!
18448
18449 * src/files.c, src/files.h (defines_obstack): Remove.
18450 (compute_header_macro): Global.
18451 (defines_obstack_save): Remove.
18452 * src/reader.c (parse_union_decl): No longer output to
18453 defines_obstack: its content can be found in the `stype' muscle
18454 anyway.
18455 (output_token_translations): Merge into...
18456 (symbols_output): this.
18457 Rename as...
18458 (symbols_save): this.
18459 (reader): Adjust.
18460 * src/output.c (header_output): New.
18461 (output): Call it.
18462
18463 2001-12-15 Akim Demaille <akim@epita.fr>
18464
18465 * src/reader.c (parse_union_decl): Instead of handling two obstack
18466 simultaneously, use one to define the `stype' muscle, and use the
18467 value of the latter to fill defines_obstack.
18468 (copy_comment): Remove.
18469 (copy_comment2): Work for a single obstack.
18470 Rename as...
18471 (copy_comment): this.
18472
18473 2001-12-15 Akim Demaille <akim@epita.fr>
18474
18475 * src/lex.c, src/lex.h (xgetc): No longer static.
18476 * src/reader.c (parse_union_decl): Revamp.
18477
18478 2001-12-15 Akim Demaille <akim@epita.fr>
18479
18480 Still making progress in separating Bison into (i) input, (ii)
18481 process, (iii) output: now we can directly output the parser file
18482 without using table_obstack at all.
18483
18484 * src/files.c, src/files.h (table_obstack): Bye bye.
18485 (parser_file_name): New.
18486 * src/files.c (compute_output_file_names): Compute it.
18487 * src/output.c (actions_output, output_parser)
18488 (output_master_parser): To a file instead of an obstack.
18489
18490 2001-12-15 Akim Demaille <akim@epita.fr>
18491
18492 Attach actions to rules, instead of pre-outputting them to
18493 actions_obstack.
18494
18495 * src/gram.h (rule_t): action and action_line are new members.
18496 * src/reader.c (symbol_list): Likewise.
18497 (copy_action): Save the actions within the rule.
18498 (packgram): Save them in rule_table.
18499 * src/output.c (actions_output): New.
18500 (output_parser): Use it on `%%actions'.
18501 (output_rule_data): Don't free rule_table.
18502 (output): Do it.
18503 (prepare): Don't save the `action' muscle.
18504 * src/bison.simple: s/%%action/%%actions/.
18505
18506 2001-12-15 Akim Demaille <akim@epita.fr>
18507
18508 * src/reader.c (copy_action): When --yacc, don't append a `;'
18509 to the user action: let it fail if lacking.
18510 Suggested by Arnold Robbins and Tom Tromey.
18511
18512 2001-12-14 Akim Demaille <akim@epita.fr>
18513
18514 * src/lex.c (literalchar): Simply return the char you decoded, non
18515 longer mess around with obstacks and int pointers.
18516 Adjust all callers.
18517
18518 2001-12-14 Akim Demaille <akim@epita.fr>
18519
18520 * src/lex.c (literalchar): Don't escape the special characters,
18521 just decode them, and keep them as char (before, eol was output as
18522 the 2 char string `\n' etc.).
18523 * src/output.c (output_rule_data): Use quotearg to output the
18524 token strings.
18525
18526 2001-12-13 Paul Eggert <eggert@twinsun.com>
18527
18528 * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
18529 Do not infringe on the global user namespace when using C++.
18530 (YYFPRINTF, YYSTDERR): New macros, needed for the above.
18531 All uses of `fprintf' and `stderr' changed.
18532
18533 * doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
18534
18535 2001-12-13 Akim Demaille <akim@epita.fr>
18536
18537 The computation of nullable is broken: it doesn't handle empty
18538 RHS's properly.
18539
18540 * tests/torture.at (GNU AWK Grammar): New.
18541 * tests/sets.at (Nullable): New.
18542 * src/nullable.c (set_nullable): Instead of blindly looping over
18543 `ritems', loop over the rules, and then over their rhs's.
18544
18545 Work around Autotest bugs.
18546
18547 * src/warshall.c (bitmatrix_print): Don't use `+--+' as table
18548 frame, because Autotest understand lines starting with a `+' as
18549 traces from the shell. Then, they are not processed properly.
18550 Admittedly an Autotest bug, but we don't have time to wait for
18551 Autotest to catch up.
18552 * tests/regression.at (Broken Closure): Adjust to the new table
18553 frames.
18554 Move to...
18555 * tests/sets.at: here.
18556
18557 2001-12-13 Akim Demaille <akim@epita.fr>
18558
18559 * src/closure.c (closure): Use nrules instead of playing tricks
18560 with BITS_PER_WORD.
18561
18562 2001-12-13 Akim Demaille <akim@epita.fr>
18563
18564 * src/print.c (print_actions): Output the handling of `$' as the
18565 traces do: shifting the token EOF. Before EOF was treated as a
18566 nonterminal.
18567 * tests/regression.at: Adjust some tests.
18568 * src/print_graph.c (print_core): Complete the set of items via
18569 closure. The next-to-final and final states are still unsatisfying,
18570 but that's to be addressed elsewhere.
18571 No longer output the rule numbers, but do output the state number.
18572 A single loop for the shifts + gotos is enough, but picked a
18573 distinct color for each.
18574 (print_graph): Initialize and finalize closure.
18575
18576 2001-12-13 Akim Demaille <akim@epita.fr>
18577
18578 * src/reader.c (readgram): Remove dead code, an strip useless
18579 braces.
18580 (get_type): Remove, unused.
18581
18582 2001-12-12 Akim Demaille <akim@epita.fr>
18583
18584 * src/complain.h, src/complain.c: Remove error_one_per_line, rely
18585 on that of lib/error.c.
18586
18587 2001-12-12 Akim Demaille <akim@epita.fr>
18588
18589 Some hosts don't like `/' in includes.
18590
18591 * src/system.h: Include libgettext.h without qualifying the path.
18592 * src/Makefile.am (INCLUDES): Add $(top_srcdir)/intl, remove
18593 $(top_srcdir).
18594
18595 2001-12-11 Marc Autret <autret_m@epita.fr>
18596
18597 * src/output.c (output_parser): Remove useless muscle.
18598
18599 2001-12-11 Marc Autret <autret_m@epita.fr>
18600
18601 * src/bison.simple: Remove #line just before %%epilogue. It
18602 is now handled in ...
18603 * src/reader.c (read_additionnal_code): Add the output of a
18604 #line for the epilogue.
18605
18606 2001-12-10 Marc Autret <autret_m@epita.fr>
18607
18608 * src/reader.c (copy_definition): Re-use CPP-outed code which
18609 replace precedent remove.
18610 * src/bison.simple: Remove #line before %%prologue because
18611 %%input-line is wrong at this time.
18612
18613 2001-12-10 Marc Autret <autret_m@epita.fr>
18614
18615 * src/reader.c (symbols_output): Clean up.
18616 * src/output.c (output_gram, output): Clean up.
18617
18618 2001-12-10 Akim Demaille <akim@epita.fr>
18619
18620 * src/lalr.c (initialize_lookaheads): New. Extracted from...
18621 * src/LR0.c (set_state_table): here.
18622 * src/lalr.c (lalr): Call it.
18623
18624 2001-12-10 Akim Demaille <akim@epita.fr>
18625
18626 * src/state.h (shifts): Remove the `number' member: shifts are
18627 attached to state, hence no longer need to be labelled with a
18628 state number.
18629
18630 2001-12-10 Akim Demaille <akim@epita.fr>
18631
18632 Now that states have a complete set of members, the linked list of
18633 shifts is useless: just fill directly the state's shifts member.
18634
18635 * src/state.h (shifts): Remove the `next' member.
18636 * src/LR0.c (first_state, last_state): Remove.
18637 Adjust the callers.
18638 (augment_automaton): Don't look for the shifts that must be added
18639 a shift on EOF: it is those of the state we looked for! But now,
18640 since shifts are attached, it is no longer needed to looking
18641 merely by its id: its number.
18642
18643 2001-12-10 Akim Demaille <akim@epita.fr>
18644
18645 * src/LR0.c (augment_automaton): Better variable locality.
18646 Remove an impossible branch: if there is a state corresponding to
18647 the start symbol being shifted, then there is shift for the start
18648 symbol from the initial state.
18649
18650 2001-12-10 Akim Demaille <akim@epita.fr>
18651
18652 * src/LR0.c (augment_automaton): Call `insert_eof_shifting_state'
18653 only when appropriate: when insert_start_shifting_state' is not
18654 invoked.
18655 * tests/regression.at (Rule Line Numbers): Adjust.
18656
18657 2001-12-10 Akim Demaille <akim@epita.fr>
18658
18659 * src/LR0.c (augment_automaton): Now that all states have shifts,
18660 merge the two cases addition shifts to the initial state.
18661
18662 2001-12-10 Akim Demaille <akim@epita.fr>
18663
18664 * src/lalr.c (set_state_table): Move to...
18665 * src/LR0.c: here.
18666 * src/lalr.c (lalr): Don't call it...
18667 * src/LR0.c (generate_states): do it.
18668 * src/LR0.h (first_state): Remove, only the table is used.
18669
18670 2001-12-10 Akim Demaille <akim@epita.fr>
18671
18672 * src/LR0.h (first_shift, first_reduction): Remove.
18673 * src/lalr.c: Don't use first_shift: find shifts through the
18674 states.
18675
18676 2001-12-10 Akim Demaille <akim@epita.fr>
18677
18678 * src/LR0.c: Attach shifts to states as soon as they are
18679 computed.
18680 * src/lalr.c (set_state_table): Instead of assigning shifts to
18681 state, just assert that the mapping was properly done.
18682
18683 2001-12-10 Akim Demaille <akim@epita.fr>
18684
18685 * src/LR0.c (insert_start_shift): Rename as...
18686 (insert_start_shifting_state): this.
18687 (insert_eof_shifting_state, insert_accepting_state): New.
18688 (augment_automaton): Adjust.
18689 Better locality of the variables.
18690 When looking if the start_symbol is shifted from the initial
18691 state, using `while (... symbol != start_symbol ...)' sounds
18692 better than `while (... symbol < start_symbol ...)': If fail
18693 to see how the order between symbols could be relevant!
18694
18695 2001-12-10 Akim Demaille <akim@epita.fr>
18696
18697 * src/getargs.h: Don't declare `spec_name_prefix' and
18698 `spec_file_prefix', declared by src/files.h.
18699 * src/files.c, src/files.h: Default for spec_name_prefix is "yy".
18700 * src/muscle_tab.c (muscle_init): Default prefix to NULL.
18701 * src/output.c (prepare): Adjust.
18702 * src/reader.c (symbols_output): Likewise.
18703 * src/vmsgetargs.c: Vaguely adjust, but who cares?
18704
18705 2001-12-10 Akim Demaille <akim@epita.fr>
18706
18707 * src/muscle_tab.c (muscle_init): NULL is a better default than
18708 `"0"'.
18709
18710 2001-12-10 Akim Demaille <akim@epita.fr>
18711
18712 * src/reader.c (reader): Calling symbols_output once is enough.
18713
18714 2001-12-10 Akim Demaille <akim@epita.fr>
18715
18716 Now that states have a complete set of members, the linked list of
18717 reductions is useless: just fill directly the state's reductions
18718 member.
18719
18720 * src/state.h (struct reductions): Remove member `number' and
18721 `next'.
18722 * src/LR0.c (first_reduction, last_reduction): Remove.
18723 (save_reductions): Don't link the new reductions, store them in
18724 this_state.
18725 * src/lalr.c (set_state_table): No need to attach reductions to
18726 states, it's already done.
18727 * src/output.c (output_actions): No longer free the shifts, then
18728 the reductions, then the states: free all the states and their
18729 members.
18730
18731 2001-12-10 Akim Demaille <akim@epita.fr>
18732
18733 * src/options.c (OPTN, DRTV, BOTH): New.
18734 (option_table): Use them.
18735
18736 * src/muscle_tab.c: Don't include xalloc.h and string.h: that's
18737 the job of system.h.
18738 * src/options.c: Don't include stdio.h and xalloc.h for the same
18739 reasons.
18740
18741 2001-12-10 Akim Demaille <akim@epita.fr>
18742
18743 * src/output.c (output, prepare): Make sure the values of the
18744 muscles `action' and `prologue' are 0-terminated.
18745
18746 2001-12-10 Akim Demaille <akim@epita.fr>
18747
18748 Clean up GCC warnings.
18749
18750 * src/reader.c (copy_action): `buf' is not used.
18751 (parse_skel_decl): Be static.
18752 * src/muscle_tab.c (mhash1, mhash2, muscle_insert): Preserve `const'.
18753 * src/options.h (create_long_option_table): Have a real prototype.
18754 * lib/hash.c, lib/hash.h (hash_insert, hash_insert_at, hash_delete)
18755 (hash_delete_at): Return const void *.
18756 Adjust casts to preserve the const.
18757
18758 2001-12-10 Akim Demaille <akim@epita.fr>
18759
18760 * configure.in: Require 2.52g.
18761 M4 is not needed, but AUTOM4TE is.
18762 * m4/m4.m4: Remove.
18763 * tests/Makefile.am: Adjust.
18764
18765 2001-12-10 Akim Demaille <akim@epita.fr>
18766
18767 One structure for states is enough, even though theoretically
18768 there are LR(0) states and LALR(1) states.
18769
18770 * src/lalr.h (state_t): Remove.
18771 (state_table): Be state_t **, not state_t *.
18772 * src/state.h (core, CORE_ALLOC): Rename as...
18773 (state_t, STATE_ALLOC): this.
18774 Add the LALR(1) members: shifts, reductions, errs.
18775 * src/LR0.c (state_table): Rename as...
18776 (state_hash): this, to avoid name clashes with the global
18777 `state_table'.
18778 * src/print_graph.c, src/LR0.c, src/LR0.h, src/conflicts.c
18779 * src/lalr.c, src/lalr.h, src/output.c, src/print.c: Adjust.
18780
18781 2001-12-10 Akim Demaille <akim@epita.fr>
18782
18783 Bison dumps core on bash.y.
18784 Reported by Pascal Bart.
18785
18786 * src/warshall.c (bitmatrix_print): New.
18787 (TC): Use it.
18788 When performing a transitive closure R(i, j) && R(j, k) => R(i, k),
18789 j must be the outer loop.
18790 * tests/regression.at (Broken Closure): New.
18791
18792 2001-12-05 Akim Demaille <akim@epita.fr>
18793
18794 * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
18795 its argument.
18796 Reported by Peter Hamorsky.
18797
18798 2001-12-05 Akim Demaille <akim@epita.fr>
18799
18800 * src/conflicts.c (err_table): Remove.
18801 (resolve_sr_conflict): Adjust.
18802 * src/lalr.h (state_t.reduction_table, state_t.shift_table):
18803 Rename as...
18804 (state_t.reductions, state_t.shifts): this.
18805
18806 2001-12-05 Akim Demaille <akim@epita.fr>
18807
18808 * src/reduce.c (reduce_grammar_tables): No longer disable the
18809 removal of useless rules via CPP but via `if (0)', so that the
18810 compiler still check the code is valid.
18811 For instance, it should have noticed `rline' no longer exists: use
18812 the `line' member of rule_t.
18813 * src/gram.c (dummy, rline): Remove, unused.
18814
18815 2001-12-05 Akim Demaille <akim@epita.fr>
18816
18817 * src/output.c (pack_vector): Use assert, not berror.
18818 * src/main.c (berror): Remove, unused.
18819
18820 2001-12-05 Akim Demaille <akim@epita.fr>
18821
18822 New experimental feature: if --verbose --trace output all the
18823 items of a state, not only its kernel.
18824
18825 * src/print.c (print_core): If `trace_flag', then invoke closure
18826 before outputting the items of the state (print_core is no longer
18827 a correct name them).
18828 (print_results): Invoke new_closure/free_closure if needed.
18829
18830 2001-12-05 Akim Demaille <akim@epita.fr>
18831
18832 * src/LR0.c (new_itemsets): Use nshifts only, not shiftcount.
18833 * src/closure.c, src/closure.h (itemsetsize): Rename as...
18834 (nitemset): for consistency with the rest of the project.
18835
18836 2001-12-05 Akim Demaille <akim@epita.fr>
18837
18838 * src/closure.c (print_closure): Improve.
18839 (closure): Use it for printing input and output.
18840
18841 2001-12-05 Akim Demaille <akim@epita.fr>
18842
18843 * src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are
18844 indexed by nonterminals.
18845
18846 2001-12-05 Akim Demaille <akim@epita.fr>
18847
18848 * src/warshall.c (TC, RTC): De-obsfucate (source reduced to 22% of
18849 what it was!).
18850 * src/warshall.h: Remove accidental duplication of the content.
18851
18852 2001-12-05 Akim Demaille <akim@epita.fr>
18853
18854 * src/closure.c (set_fderives): De-obfuscate.
18855
18856 2001-12-05 Akim Demaille <akim@epita.fr>
18857
18858 * src/closure.c (print_firsts, print_fderives): De-obfuscate.
18859
18860 2001-12-05 Akim Demaille <akim@epita.fr>
18861
18862 * src/closure.c (set_firsts): De-obfuscate.
18863
18864 2001-12-05 Akim Demaille <akim@epita.fr>
18865
18866 * src/output.c (action_row): De-obfuscate
18867 using the good o' techniques: arrays not pointers, variable
18868 locality, BITISSET, RESETBIT etc.
18869
18870 2001-12-05 Akim Demaille <akim@epita.fr>
18871
18872 Pessimize the code to simplify it: from now on, all the states
18873 have a valid SHIFTS, which NSHIFTS is possibly 0.
18874
18875 * src/LR0.c (shifts_new): Be global and move to..
18876 * src/state.c, src/state.h: here.
18877 * src/conflicts, src/lalr.c, src/output.c, src/print.c,
18878 * src/print_graph: Adjust.
18879
18880 2001-12-05 Akim Demaille <akim@epita.fr>
18881
18882 * src/state.h (SHIFT_DISABLE, SHIFT_IS_DISABLED): New.
18883 * src/conflicts.c: Use it.
18884 Restore a few missing `if (!SHIFT_IS_DISABLED)' which were
18885 incorrectly ``simplified''.
18886
18887 2001-12-05 Akim Demaille <akim@epita.fr>
18888
18889 * src/conflicts.c (flush_shift, resolve_sr_conflict): De-obfuscate
18890 using the good o' techniques: arrays not pointers, variable
18891 locality, BITISSET, RESETBIT etc.
18892
18893 2001-12-05 Akim Demaille <akim@epita.fr>
18894
18895 * src/state.h (SHIFT_SYMBOL): New.
18896 * src/conflicts.c: Use it to deobfuscate.
18897
18898 2001-12-05 Akim Demaille <akim@epita.fr>
18899
18900 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts)
18901 (print_reductions): De-obfuscate using the good o' techniques:
18902 arrays not pointers, variable locality, BITISSET.
18903
18904 2001-12-05 Akim Demaille <akim@epita.fr>
18905
18906 * src/conflicts.c (print_reductions): Arrays, not pointers.
18907 Use BITISSET.
18908
18909 2001-12-05 Akim Demaille <akim@epita.fr>
18910
18911 * src/conflicts.c (print_reductions): Pessimize, but clarify.
18912
18913 2001-12-05 Akim Demaille <akim@epita.fr>
18914
18915 * src/conflicts.c (print_reductions): Improve variable locality.
18916
18917 2001-12-05 Akim Demaille <akim@epita.fr>
18918
18919 * src/conflicts.c (print_reductions): Pessimize, but clarify.
18920
18921 2001-12-05 Akim Demaille <akim@epita.fr>
18922
18923 * src/conflicts.c (print_reductions): Improve variable locality.
18924
18925 2001-12-05 Akim Demaille <akim@epita.fr>
18926
18927 * src/state.h (SHIFT_IS_ERROR, SHIFT_IS_GOTO, SHIFT_IS_SHIFT): New.
18928 * src/lalr.c: Use them.
18929
18930 2001-12-05 Akim Demaille <akim@epita.fr>
18931
18932 * src/LR0.c (augment_automaton): Formatting changes.
18933 Better variable locality.
18934
18935 2001-12-05 Akim Demaille <akim@epita.fr>
18936
18937 * src/lalr.c (matrix_print): New.
18938 (transpose): Use it.
18939 Use arrays instead of pointers.
18940
18941 2001-12-05 Akim Demaille <akim@epita.fr>
18942
18943 * src/lalr.c (maxrhs): Move to...
18944 * src/gram.c, src/gram.h (ritem_longest_rhs): here.
18945 * src/lalr.c (build_relations): Adjust.
18946
18947 2001-12-05 Akim Demaille <akim@epita.fr>
18948
18949 * src/lalr.c (transpose): Free the memory allocated to the
18950 argument, as it is replaced by the results by the unique caller.
18951 (build_relations): Merely invoke transpose: it handles the memory
18952 deallocation.
18953 Improve variable locality.
18954 Avoid variables used as mere abbreviations.
18955 (compute_lookaheads): Use arrays instead of pointers.
18956
18957 2001-12-05 Akim Demaille <akim@epita.fr>
18958
18959 * src/lalr.c (initialize_F): Improve variable locality.
18960 Avoid variables used as mere abbreviations.
18961
18962 2001-12-05 Akim Demaille <akim@epita.fr>
18963
18964 * src/derives.c (print_derives): Display the ruleno.
18965 * src/lalr.c (initialize_F, transpose): Better variable locality
18966 to improve readability.
18967 Avoid variables used as mere abbreviations.
18968
18969 2001-12-05 Akim Demaille <akim@epita.fr>
18970
18971 * src/lalr.c (traverse): Use arrays instead of pointers.
18972
18973 2001-12-05 Akim Demaille <akim@epita.fr>
18974
18975 * src/nullable.c (set_nullable): Use a for loop to de-obfuscate
18976 the handling of squeue.
18977 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
18978
18979 2001-12-05 Akim Demaille <akim@epita.fr>
18980
18981 Because useless nonterminals are now kept alive (instead of being
18982 `destroyed'), we now sometimes examine them, and store information
18983 related to them. Hence we need to know their number, and adjust
18984 memory allocations.
18985
18986 * src/reduce.c, src/reduce.h (nuseless_nonterminals): No longer
18987 static.
18988 * src/LR0.c (allocate_itemsets): The memory allocated to
18989 `symbol_count' was used for two different purpose: once to count
18990 the number of occurrences of each symbol, and later reassigned to
18991 `shift_symbol', containing the symbol that can be shifted from a
18992 given state.
18993 Deobfuscate, i.e., allocate, use and free `symbol_count' here
18994 only, and...
18995 (new_itemsets): Allocate `shift_symbol' here.
18996 (allocate_itemsets): symbol_count includes useless nonterminals.
18997 Make room for them.
18998 (free_storage): Use `free', not `XFREE', for pointers that cannot
18999 be null.
19000
19001 2001-12-05 Akim Demaille <akim@epita.fr>
19002
19003 * src/nullable.c (set_nullable): Deobfuscate the handling of
19004 ritem.
19005 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
19006
19007 2001-12-05 Akim Demaille <akim@epita.fr>
19008
19009 * src/gram.c, src/gram.h (ritem_print): New.
19010 * src/gram.c (dummy): Remove, now there is actual code in gram.c.
19011 (This useless function was defined only to work around VMS linkers
19012 that can't handle compilation units with variables only).
19013 * src/reduce.c (dump_grammar): Use it to trace the construction of
19014 ritem.
19015
19016 2001-12-04 Paul Eggert <eggert@twinsun.com>
19017
19018 * src/bison.simple (union yyalloc): Change member names
19019 to be the same as the stack names.
19020 (yyparse): yyptr is now union yyalloc *, not char *.
19021 (YYSTACK_RELOCATE): Likewise. This avoids a GCC warning,
19022 and may generate better code on some machines.
19023 (yystpcpy): Use prototype if __STDC__ is defined, not just
19024 if __cplusplus is defined.
19025
19026 2001-11-30 Akim Demaille <akim@epita.fr>
19027
19028 * configure.in (WARNING_CFLAGS): Add -Werror when possible.
19029 (CFLAGS): Do not include the WARNING_CFLAGS here, since GNU
19030 Gettext doesn't compile cleanly, and dies with -Werror.
19031 * src/Makefile.am, lib/Makefile.am, tests/atlocal.in (CFLAGS):
19032 Include WARNING_CFLAGS here.
19033 * lib/xstrdup.c: Include xalloc.h, so that xstrdup be declared
19034 before being defined.
19035
19036 2001-11-27 Paul Eggert <eggert@twinsun.com>
19037
19038 * lib/quotearg.h (quotearg_n, quotearg_n_style):
19039 First arg is int, not unsigned.
19040 * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
19041 (SIZE_MAX, UINT_MAX): New macros.
19042 (quotearg_n_options): Abort if N is negative.
19043 Avoid overflow check on hosts where size_t is 64 bits and int
19044 is 32 bits, as overflow is impossible there.
19045 Fix off-by-one typo that caused unnecessary reallocation.
19046
19047 2001-11-29 Paul Eggert <eggert@twinsun.com>
19048
19049 Name space cleanup in generated parser.
19050
19051 * doc/bison.texinfo (Bison Parser): Discuss system headers
19052 and their effect on the user name space.
19053
19054 * src/bison.simple:
19055 (YYSTACK_ALLOC, YYSTACK_FREE, union yyalloc, YYSTACK_GAP_MAX,
19056 YYSTACK_BYTES, YYSTACK_RELOCATE): Do not define unless necessary,
19057 i.e. unless ! defined (yyoverflow) || defined (YYERROR_VERBOSE).
19058
19059 (YYSIZE_T): New macro. Use it instead of size_t, to avoid infringing
19060 on user names when possible.
19061
19062 (YYSTACK_USE_ALLOCA): Do not define; just use any existing defn.
19063 Simplify test for whather <alloca.h> exists.
19064
19065 (<stdlib.h>): Include if we will use malloc, and if standard C or C++.
19066
19067 (<stdio.h>): Include if YYDEBUG.
19068
19069 (yymemcpy): Renamed from __yy_memcpy. Do not define unless
19070 ! defined (yyoverflow) && ! defined (yymemcpy).
19071
19072 (yymemcpy, yyparse): Rename local variables as needed so that
19073 they all begin with 'yy'.
19074
19075 (yystrlen, yystpcpy): New functions.
19076
19077 (YY_DECL_NON_LSP_VARIABLES): Renamed from _YY_DECL_VARIABLES.
19078 All uses changed.
19079
19080 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy
19081 instead of relying on string.h functions. Use YYSTACK_ALLOC
19082 and YYSTACK_FREE instead of malloc and free.
19083
19084 2001-11-30 Akim Demaille <akim@epita.fr>
19085
19086 * src/bison.simple (YYSTYPE, YYLTYPE): Move their definitions
19087 before their first uses.
19088 (YYBISON, YYPURE): Move to the top of the output.
19089
19090 2001-11-30 Akim Demaille <akim@epita.fr>
19091
19092 * tests/reduce.at (Useless Nonterminals): Fix.
19093
19094 2001-11-30 Akim Demaille <akim@epita.fr>
19095
19096 * src/bison.simple (YYSTACK_FREE): Use `do {;} while (0)' as empty
19097 if body instead of `;' to pacify GCC's warnings.
19098
19099 2001-11-30 Akim Demaille <akim@epita.fr>
19100
19101 Instead of mapping the LHS of unused rules to -1, keep the LHS
19102 valid, but flag the rules as invalid.
19103
19104 * src/gram.h (rule_t): `useful' is a new member.
19105 * src/print.c (print_grammar): Adjust.
19106 * src/derives.c (set_derives): Likewise.
19107 * src/reader.c (packgram, reduce_output): Likewise.
19108 * src/reduce.c (reduce_grammar_tables): Likewise.
19109 * tests/reduce.at (Underivable Rules, Useless Rules): New.
19110
19111 2001-11-30 Akim Demaille <akim@epita.fr>
19112
19113 * src/reduce.c (reduce_output): Formatting changes.
19114 * src/print.c (print_results, print_grammar): Likewise.
19115 * tests/regression.at (Rule Line Numbers)
19116 (Solved SR Conflicts, Unresolved SR Conflicts): Adjust.
19117
19118 2001-11-30 Akim Demaille <akim@epita.fr>
19119
19120 * src/reduce.c (nonterminals_reduce): Instead of throwing away
19121 useless nonterminals, move them at the end of the symbol arrays.
19122 (reduce_output): Adjust.
19123 * tests/reduce.at (Useless Nonterminals): Adjust.
19124
19125 2001-11-30 Akim Demaille <akim@epita.fr>
19126
19127 * src/reduce.c: Various comment/formatting changes.
19128 (nonterminals_reduce): New, extracted from...
19129 (reduce_grammar_tables): here.
19130 (reduce_grammar): Call nonterminals_reduce.
19131
19132 2001-11-29 Paul Eggert <eggert@twinsun.com>
19133
19134 * src/bison.simple (YYSTACK_REALLOC): Remove.
19135 (YYSTACK_ALLOC): Resurrect this macro, with its old meaning.
19136 (YYSTACK_FREE, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYSTACK_RELOCATE):
19137 New macros.
19138 (union yyalloc): New type.
19139 (__yy_memcpy): Last arg is size_t, not unsigned int, to remove
19140 an arbitrary restriction on hosts where size_t is wider than int.
19141
19142 (yyparse): Don't dump core if alloca or malloc fails; instead, report
19143 a parser stack overflow. Allocate just one block of memory for all
19144 three stacks, instead of allocating three blocks; this typically is
19145 faster and reduces fragmentation.
19146
19147 Do not limit the number of items in the stack to a value that fits
19148 in 'int', as this is an arbitrary limit on hosts with 64-bit
19149 size_t and 32-bit int.
19150
19151 2001-11-29 Marc Autret <autret_m@epita.fr>
19152
19153 * tests/calc.at [AT_DATA_CALC_Y]: Use %error-verbose instead
19154 of defining YYERROR_VERBOSE.
19155 [AT_DATA]: $4 is now out of C declarations in the prologue.
19156
19157 2001-11-28 Marc Autret <autret_m@epita.fr>
19158
19159 * src/reader.c (parse_dquoted_param): New.
19160 (parse_skel_decl): Use it.
19161 * src/lex.h: Add its prototype.
19162 * src/lex.c (literalchar): Become not static.
19163
19164 2001-11-28 Marc Autret <autret_m@epita.fr>
19165
19166 * src/output.h: And put its extern declaration here.
19167 * src/output.c (error_verbose): Define here.
19168 (prepare): Echo name modification.
19169 * src/getargs.h: Clean its extern declaration.
19170 * src/getargs.c (error_verbose_flag): Remove.
19171 (getargs): Remove case 'e'.
19172 * src/options.c (option_table): 'error-verbose' is now seen as simple
19173 percent option.
19174 Include output.h.
19175
19176 * src/reader.c (read_declarations): Remove case tok_include.
19177 (parse_include_decl): Remove.
19178 * src/lex.h (token_t): Remove tok_include.
19179 * src/options.c (option_table): 'include' is now a simple command line
19180 option.
19181
19182 2001-11-28 Marc Autret <autret_m@epita.fr>
19183
19184 * src/bison.simple: Adjust muscle names.
19185 * src/muscle_tab.c (muscle_init): Also rename the muscles.
19186 * src/output.c (prepare): s/_/-/ for the muscles names.
19187 (output_parser): When scanning for a muscle, allow '-' instead of '_'.
19188
19189 2001-11-28 Marc Autret <autret_m@epita.fr>
19190
19191 * src/bison.simple: Fix debug.
19192 [YYERROR_VERBOSE]: Re-integrate as an internal macro.
19193
19194 2001-11-28 Akim Demaille <akim@epita.fr>
19195
19196 * src/LR0.c (shifts_new): New.
19197 (save_shifts, insert_start_shift, augment_automaton): Use it.
19198
19199 2001-11-28 Akim Demaille <akim@epita.fr>
19200
19201 * src/closure.c (closure): `b' and `ruleno' denote the same value:
19202 keep ruleno only.
19203
19204 2001-11-28 Akim Demaille <akim@epita.fr>
19205
19206 * src/closure.c (closure): Instead of looping over word in array
19207 then bits in words, loop over bits in array.
19208
19209 2001-11-28 Akim Demaille <akim@epita.fr>
19210
19211 * src/closure.c (closure): No longer optimize the special case
19212 where all the bits of `ruleset[r]' are set to 0, to make the code
19213 clearer.
19214
19215 2001-11-28 Akim Demaille <akim@epita.fr>
19216
19217 * src/closure.c (closure): `r' and `c' are new variables, used to
19218 de-obfuscate accesses to RULESET and CORE.
19219
19220 2001-11-28 Akim Demaille <akim@epita.fr>
19221
19222 * src/reduce.c (reduce_print): Use ngettext.
19223 (dump_grammar): Improve the trace accuracy.
19224
19225 2001-11-28 Akim Demaille <akim@epita.fr>
19226
19227 * src/reduce.c (dump_grammar): Don't translate trace messages.
19228
19229 2001-11-28 Akim Demaille <akim@epita.fr>
19230
19231 * tests/reduce.at (Useless Terminals, Useless Nonterminals): New.
19232 * src/reduce.c (reduce_grammar_tables): Do not free useless tags,
19233 as all tags are free'ed afterwards.
19234 From Enrico Scholz.
19235
19236 2001-11-27 Paul Eggert <eggert@twinsun.com>
19237
19238 * src/bison.simple (YYSTACK_REALLOC): Fix typo that caused us to
19239 use alloca when we didn't want to, and vice versa.
19240
19241 2001-11-27 Marc Autret <autret_m@epita.fr>
19242
19243 * src/muscle_tab.c (muscle_init): Remove 'verbose' muscle
19244 initialization.
19245 * src/output.c (prepare): Remove its update.
19246
19247 2001-11-27 Marc Autret <autret_m@epita.fr>
19248
19249 * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
19250 Use %error-verbose.
19251
19252 2001-11-27 Marc Autret <autret_m@epita.fr>
19253
19254 * src/bison.simple: Remove YYERROR_VERBOSE using.
19255 Use %%error_verbose.
19256 (yyparse): Likewise.
19257 * src/output.c (prepare): Give its final value.
19258 * src/muscle_tab.c (muscle_init): Init new muscle 'error_verbose'.
19259 * src/getargs.h: Add its extern declaration.
19260 * src/getargs.c (error_verbose_flag): New int.
19261 (getargs): Update to catch new case.
19262 * src/options.c (option_table): 'error-verbose' is a new option.
19263 (shortopts): Update.
19264
19265 2001-11-27 Akim Demaille <akim@epita.fr>
19266
19267 * src/system.h: Use intl/libgettext.h.
19268 * src/Makefile.am (INCLUDES): Add -I $(top_srcdir).
19269
19270 2001-11-27 Akim Demaille <akim@epita.fr>
19271
19272 * tests/torture.at (Exploding the Stack Size with Malloc):
19273 s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
19274
19275 2001-11-27 Akim Demaille <akim@epita.fr>
19276
19277 * src/files.c: Include error.h.
19278 Reported by Hans Aberg.
19279
19280 2001-11-26 Marc Autret <autret_m@epita.fr>
19281
19282 * src/reader.c (parse_include_decl): New, not yet implemented.
19283 (read_declarations): Add case tok_include.
19284 * src/getargs.h (include): Add its extern definition.
19285 * src/getargs.c (include): New const char *.
19286 (getargs): Add case '-I'.
19287 * src/options.c (option_table): Add include as command line and
19288 percent option.
19289 * src/lex.h (token_t): Add tok_include.
19290
19291 2001-11-26 Akim Demaille <akim@epita.fr>
19292
19293 * src/reader.c (readgram): Make sure rules for mid-rule actions
19294 have a lineno equal to that of their host rule.
19295 Reported by Hans Aberg.
19296 * tests/regression.at (Rule Line Numbers): New.
19297
19298 2001-11-26 Akim Demaille <akim@epita.fr>
19299
19300 * src/LR0.c (allocate_itemsets): kernel_size contains ints, not
19301 size_ts.
19302
19303 2001-11-26 Akim Demaille <akim@epita.fr>
19304
19305 * src/complain.c, src/complain.h (error): Remove, provided by
19306 lib/error.[ch].
19307
19308 2001-11-26 Akim Demaille <akim@epita.fr>
19309
19310 * src/reader.c (read_declarations): Don't abort on tok_illegal,
19311 issue an error message.
19312 * tests/regression.at (Invalid %directive): New.
19313 Reported by Hans Aberg.
19314
19315 2001-11-26 Akim Demaille <akim@epita.fr>
19316
19317 * configure.in: Invoke AC_FUNC_OBSTACK and AC_FUNC_ERROR_AT_LINE.
19318 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
19319
19320 2001-11-26 Akim Demaille <akim@epita.fr>
19321
19322 * src/conflicts.c (conflicts_print): Don't complain at all when
19323 there are no reduce/reduce conflicts, and as many shift/reduce
19324 conflicts as expected.
19325 * tests/regression.at (%expect right): Adjust.
19326
19327 2001-11-23 Akim Demaille <akim@epita.fr>
19328
19329 * lib/alloca.c: Update, from fileutils.
19330
19331 2001-11-23 Akim Demaille <akim@epita.fr>
19332
19333 * lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@.
19334
19335 2001-11-23 Akim Demaille <akim@epita.fr>
19336
19337 * src/system.h: Include alloca.h.
19338 * src/main.c (main) [C_ALLOCA]: Call alloca (0).
19339
19340 2001-11-23 Akim Demaille <akim@epita.fr>
19341
19342 * src/print_graph.c (print_actions): Remove `rule', unused.
19343 * src/LR0.c (kernel_size): Contain `int' instead of `size_t' to
19344 pacify GCC's signed < unsigned warnings.
19345 * src/closure.c (itemsetsize): Likewise.
19346 * src/reader.c (symbol_list_new): Static.
19347
19348 2001-11-23 Akim Demaille <akim@epita.fr>
19349
19350 Attaching lineno to buckets is stupid, since only one copy of each
19351 symbol is kept, only the line of the first occurrence is kept too.
19352
19353 * src/symtab.h, src/symtab.c (bucket): Remove the line member.
19354 * src/reader.c (rline_allocated): Remove, unused.
19355 (symbol_list): Have a `line' member.
19356 (symbol_list_new): New.
19357 (readgram): Use it.
19358 * src/print.c (print_grammar): Output the rule line numbers.
19359 * tests/regression.at (Solved SR Conflicts)
19360 (Unresolved SR Conflicts): Adjust.
19361 Reported by Hans Aberg.
19362
19363 2001-11-22 Marc Autret <autret_m@epita.fr>
19364
19365 * src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
19366
19367 2001-11-22 Marc Autret <autret_m@epita.fr>
19368
19369 * src/muscle_tab.c (muscle_init): Remove initialization of
19370 skeleton muscle.
19371 * src/output.c (output_master_parser): Do it here.
19372
19373 2001-11-20 Akim Demaille <akim@epita.fr>
19374
19375 * po/sv.po: New.
19376 * configure.in (ALL_LINGUAS): Adjust.
19377 * po/POTFILE.in: Remove `nullable.c' and `derives.c' which no
19378 longer contains strings to translate.
19379
19380 2001-11-19 Akim Demaille <akim@epita.fr>
19381
19382 * src/conflicts.c (conflicts_print): Add a missing \n.
19383
19384 2001-11-19 Akim Demaille <akim@epita.fr>
19385
19386 * src/nullable.c (nullable_print): New.
19387 (set_nullable): Call it when tracing.
19388 Better locality of variables.
19389
19390 2001-11-19 Akim Demaille <akim@epita.fr>
19391
19392 * src/print.c (print_actions): Better locality of variables.
19393
19394 2001-11-19 Akim Demaille <akim@epita.fr>
19395
19396 * src/derives.c (print_derives): Fix and enrich.
19397 * src/closure.c (print_fderives): Likewise.
19398
19399 2001-11-19 Akim Demaille <akim@epita.fr>
19400
19401 * src/closure.c (itemsetend): Remove, replaced with...
19402 (itemsetsize): new.
19403
19404 2001-11-19 Akim Demaille <akim@epita.fr>
19405
19406 * src/LR0.c (kernel_end): Remove, replaced with...
19407 (kernel_size): new.
19408
19409 2001-11-19 Akim Demaille <akim@epita.fr>
19410
19411 * src/conflicts.c (set_conflicts): Use arrays instead of pointers
19412 to clarify.
19413
19414 2001-11-19 Akim Demaille <akim@epita.fr>
19415
19416 * src/closure.c (closure): Use arrays instead of pointers to clarify.
19417
19418 2001-11-19 Akim Demaille <akim@epita.fr>
19419
19420 * src/closure.c, src/derives.c, src/nullable.c: Adjust various
19421 trace messages.
19422 * src/LR0.c: Likewise.
19423 (allocate_itemsets): Use arrays instead of pointers to clarify.
19424
19425 2001-11-19 Akim Demaille <akim@epita.fr>
19426
19427 * src/getargs.c (statistics_flag): Replace with...
19428 (trace_flag): New.
19429 (longopts): Accept --trace instead of --statistics.
19430 * src/getargs.h, src/options.c: Adjust.
19431 * src/LR0.c, src/closure.c, src/derives.c, src/nullable.c,
19432 * src/reduce.c: Use trace_flags instead of the CPP conditional TRACE.
19433
19434 2001-11-19 Akim Demaille <akim@epita.fr>
19435
19436 * src/LR0.c (new_itemsets, get_state): Use more arrays and fewer
19437 pointers to clarify the code.
19438 (save_reductions, save_shifts): Factor common parts of alternatives.
19439
19440 2001-11-19 Akim Demaille <akim@epita.fr>
19441
19442 * src/LR0.c (new_state, get_state): Complete TRACE code.
19443 * src/closure.c: Include `reader.h' to get `tags', needed by the
19444 trace code.
19445 Rename the conditional DEBUG as TRACE.
19446 Output consistently TRACEs to stderr, not stdout.
19447 * src/derives.c: Likewise.
19448 * src/reduce.c: (inaccessable_symbols): Using if is better style
19449 than goto.
19450 Use `#if TRACE' instead of `#if 0' for tracing code.
19451
19452 2001-11-19 Akim Demaille <akim@epita.fr>
19453
19454 * src/system.h (LIST_FREE, shortcpy): New.
19455 * src/LR0.c: Use them.
19456 * src/output.c (free_itemsets, free_reductions, free_shifts):
19457 Remove, replaced by LIST_FREE.
19458
19459 2001-11-19 Akim Demaille <akim@epita.fr>
19460
19461 * src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)
19462 (REDUCTIONS_ALLOC): New.
19463 * src/LR0.c, src/conflicts.c: Use them to de-obfuscate memory
19464 allocation.
19465
19466 2001-11-19 Akim Demaille <akim@epita.fr>
19467
19468 * src/LR0.c (new_state): Complete trace code.
19469 * src/nullable.c (set_nullable): Don't translate traces.
19470
19471 2001-11-19 Akim Demaille <akim@epita.fr>
19472
19473 * src/print_graph.c (print_core): Better locality of variables.
19474 * src/print.c (print_core): Likewise.
19475
19476 2001-11-19 Akim Demaille <akim@epita.fr>
19477
19478 * src/vcg.c: You do the output, so you are responsible of the
19479 handling of VCG syntax, in particular: use quotearg.
19480 * src/print_graph.c: Don't.
19481 (print_actions): Don't output the actions as part of the nodes,
19482 since that's the job of the edges.
19483 (print_state): Don't output by hand: fill the node description,
19484 and ask for its output.
19485
19486 2001-11-19 Akim Demaille <akim@epita.fr>
19487
19488 * src/bison.simple (yyparse): When verbosely reporting an error,
19489 no longer put additional quotes around token names.
19490 * tests/calc.at: Adjust.
19491
19492 2001-11-19 Akim Demaille <akim@epita.fr>
19493
19494 * src/symtab.h, src/symtab.c: `line' is a new member of `bucket'.
19495 * src/reader.c (record_rule_lines, rline, rline_allocated): Remove.
19496 * src/output.c: Adjust.
19497
19498 2001-11-19 Akim Demaille <akim@epita.fr>
19499
19500 * src/gram.h (rprec, rprecsym, rassoc): Remove, now part of...
19501 (rule_t): this.
19502 * src/conflicts.c, src/reader.c, src/reduce.c: Adjust.
19503
19504 2001-11-19 Akim Demaille <akim@epita.fr>
19505
19506 * src/gram.h (rule_t): New.
19507 (rule_table): New.
19508 (rrhs, rlhs): Remove, part of state_t.
19509 * src/print_graph.c, src/closure.c, src/conflicts.c, src/derives.c,
19510 * src/lalr.c, src/nullable.c, src/output.c, src/print.c,
19511 * src/reader.c, src/reduce.c: Adjust.
19512
19513 2001-11-19 Akim Demaille <akim@epita.fr>
19514
19515 * src/reader.c (symbols_output): New, extracted from...
19516 (packsymbols): Here.
19517 (reader): Call it.
19518
19519 2001-11-19 Akim Demaille <akim@epita.fr>
19520
19521 * src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...
19522 (maxrhs): this new function.
19523
19524 2001-11-19 Akim Demaille <akim@epita.fr>
19525
19526 * src/lalr.c (F): New macro to access the variable F.
19527 Adjust.
19528
19529 2001-11-19 Akim Demaille <akim@epita.fr>
19530
19531 * src/lalr.h (LA): New macro to access the variable LA.
19532 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
19533 * src/lalr.c: Adjust.
19534
19535 2001-11-19 Akim Demaille <akim@epita.fr>
19536
19537 * src/lalr.c (initialize_LA): Only initialize LA. Let...
19538 (set_state_table): handle the `lookaheads' members.
19539
19540 2001-11-19 Akim Demaille <akim@epita.fr>
19541
19542 * src/lalr.h (lookaheads): Removed array, whose contents is now
19543 a member of...
19544 (state_t): this structure.
19545 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
19546 Adjust.
19547
19548 2001-11-19 Akim Demaille <akim@epita.fr>
19549
19550 * src/lalr.h (consistent): Removed array, whose contents is now
19551 a member of...
19552 (state_t): this structure.
19553 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
19554 Adjust.
19555
19556 2001-11-19 Akim Demaille <akim@epita.fr>
19557
19558 * src/lalr.h (reduction_table, shift_table): Removed arrays, whose
19559 contents are now members of...
19560 (state_t): this structure.
19561 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
19562 Adjust.
19563
19564 2001-11-19 Akim Demaille <akim@epita.fr>
19565
19566 * src/lalr.h (state_t): New.
19567 (state_table): Be a state_t * instead of a core **.
19568 (accessing_symbol): Remove, part of state_t.
19569 * src/lalr.c: Adjust.
19570 (set_accessing_symbol): Merge into...
19571 (set_state_table): this.
19572 * src/print_graph.c, src/conflicts.c: Adjust.
19573
19574 2001-11-14 Akim Demaille <akim@epita.fr>
19575
19576 * tests/calc.at, tests/output.at, tests/regression.at,
19577 * tests/testsuite.at, tests/torture.at: Rely on Autotest 2.52g:
19578 now the tests are run in private dirs, therefore AC_CLEANUP and
19579 family can be simplified to 0-ary.
19580 * tests/atlocal.in: Now that we run `elsewhere' than in tests/,
19581 use abs. path to find config.h.
19582 * tests/calc.at (AT_CHECK_CALC): Don't try to check the compiler's
19583 stderr, there can be way too much random noise.
19584 Instead pass -Werror to GCC and rely on the exit status.
19585 Reported by Wolfram Wagner.
19586
19587 2001-11-14 Akim Demaille <akim@epita.fr>
19588
19589 * src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
19590 defined only if yyoverflow is defined, to avoid `warning: unused
19591 variable `yyvs1''.
19592 Reported by The Test Suite.
19593
19594 2001-11-14 Akim Demaille <akim@epita.fr>
19595
19596 * src/print.c: Include reduce.h.
19597 Reported by Hans Aberg.
19598
19599 2001-11-14 Akim Demaille <akim@epita.fr>
19600
19601 * src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
19602 Revert a previous patch: these are really const.
19603 * src/conflicts.c (conflict_report): Additional useless pair of
19604 braces to pacify GCC's warnings for `if () if () {} else {}'.
19605 * src/lex.c (parse_percent_token): Replace equal_offset with
19606 arg_offset.
19607 arg is const.
19608 Be sure to strdup `arg' when used, since there is no reason for
19609 token_buffer not to change.
19610
19611 2001-11-14 Akim Demaille <akim@epita.fr>
19612
19613 * src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure a proper
19614 definition.
19615 * src/main.c (main): Use them.
19616 Suggested by Hans Aberg.
19617
19618 2001-11-12 Akim Demaille <akim@epita.fr>
19619
19620 * src/system.h (ngettext): Now that we use ngettext, be sure to
19621 provide a default definition when NLS are not used.
19622
19623 2001-11-12 Akim Demaille <akim@epita.fr>
19624
19625 * doc/bison.texinfo: Use `$' as shell prompt, not `%'.
19626 Use @kbd to denote user input.
19627 (Language and Grammar): ANSIfy the example.
19628 Adjust its layout for info/notinfo.
19629 (Location Tracking Calc): Output error messages to stderr.
19630 Output locations in a more GNUtically correct way.
19631 Fix a couple of Englishos.
19632 Adjust @group/@end group pairs.
19633
19634 2001-11-12 Akim Demaille <akim@epita.fr>
19635
19636 %expect was not functioning at all.
19637
19638 * src/conflicts.c (expected_conflicts): Set to -1.
19639 (conflict_report): Use ngettext.
19640 (conflicts_print): Check %expect and make its violation an error.
19641 * doc/bison.texinfo (Expect Decl): Adjust.
19642 * configure.in (AM_GNU_GETTEXT): Ask for ngettext.
19643 * tests/regression.at (%expect not enough, %expect right)
19644 (%expect too much): New.
19645
19646 2001-11-12 Akim Demaille <akim@epita.fr>
19647
19648 * tests/regression.at (Conflicts): Rename as...
19649 (Unresolved SR Conflicts): this.
19650 (Solved SR Conflicts): New.
19651
19652 2001-11-12 Akim Demaille <akim@epita.fr>
19653
19654 * src/reduce.c (print_results): Rename as...
19655 (reduce_output): This.
19656 Output to OUT, passed as argument, instead of output_obstack.
19657 (dump_grammar): Likewise.
19658 (reduce_free): New.
19659 Also free V1.
19660 (reduce_grammar): No longer call reduce_output, since...
19661 * src/print.c (print_results): do it.
19662 * src/main.c (main): Call reduce_free;
19663
19664 2001-11-12 Akim Demaille <akim@epita.fr>
19665
19666 * src/conflicts.c (print_reductions): Accept OUT as argument.
19667 Output to it, not to output_obstack.
19668 * src/print.c (print_actions): Adjust.
19669
19670 2001-11-12 Akim Demaille <akim@epita.fr>
19671
19672 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts): Return
19673 the result instead of using...
19674 (src_total, rrc_total, src_count, rrc_count): Remove.
19675 (any_conflicts): Remove.
19676 (print_conflicts): Split into...
19677 (conflicts_print, conflicts_output): New.
19678 * src/conflicts.h: Adjust.
19679 * src/main.c (main): Invoke both conflicts_output and conflicts_print.
19680 * src/print.c (print_grammar): Issue `\n' between two rules.
19681 * tests/regression.at (Conflicts): New.
19682 Reported by Tom Lane.
19683
19684 2001-11-12 Akim Demaille <akim@epita.fr>
19685
19686 * tests/regression.at (Invalid input): Remove, duplicate with
19687 ``Invalid input: 1''.
19688
19689 2001-11-12 Akim Demaille <akim@epita.fr>
19690
19691 * tests/torture.at (AT_DATA_STACK_TORTURE)
19692 (Exploding the Stack Size with Alloca)
19693 (Exploding the Stack Size with Malloc): New.
19694
19695 2001-11-12 Akim Demaille <akim@epita.fr>
19696
19697 * src/bison.simple (YYSTACK_REALLOC): New.
19698 (yyparse) [!yyoverflow]: Use it and free the old stack.
19699 Reported by Per Allansson.
19700
19701 2001-11-12 Pascal Bart <pascal.bart@epita.fr>
19702
19703 * src/bison.simple: Define type yystype instead of YYSTYPE, and
19704 define CPP macro, which substitute YYSTYPE by yystype.
19705 * src/reader.c (parse_union_decl): Output yystype/YYSTYPE as we do
19706 with yyltype/YYLTYPE. This allows inclusion of the generated
19707 header within the parser if the compiler, such as GGC, accepts
19708 multiple equivalent #defines.
19709 From Akim.
19710
19711 2001-11-05 Akim Demaille <akim@epita.fr>
19712
19713 * src/reader.c (symbols_output): New, extracted from...
19714 (packsymbols): here.
19715 (reader): Adjust.
19716
19717 2001-11-05 Akim Demaille <akim@epita.fr>
19718
19719 * src/lex.c (parse_percent_token): s/quotearg/quote/.
19720
19721 2001-11-05 Akim Demaille <akim@epita.fr>
19722
19723 * tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
19724 pattern.
19725
19726 2001-11-05 Akim Demaille <akim@epita.fr>
19727
19728 * src/options.h (struct option_table_struct): set_flags is void*.
19729 * src/options.c (longopts): Support `--output' and `%output'.
19730 (usage): Adjust.
19731 * src/lex.h (tok_setopt): Remove, replaced with...
19732 (tok_intopt, tok_stropt): these new guys.
19733 * src/lex.c (getopt.h): Not needed.
19734 (token_buffer, unlexed_token_buffer): Not const.
19735 (percent_table): Promote `-' over `_' in directive names.
19736 Active `%name-prefix', `file-prefix', and `output'.
19737 (parse_percent_token): Accept possible arguments to directives.
19738 Promote `-' over `_' in directive names.
19739
19740 2001-11-04 Akim Demaille <akim@epita.fr>
19741
19742 * doc/bison.texinfo (Decl Summary): Split the list into
19743 `directives for grammars' and `directives for bison'.
19744 Sort'em.
19745 Add description of `%name-prefix', `file-prefix', and `output'.
19746 Promote `-' over `_' in directive names.
19747 (Bison Options): s/%locactions/%locations/. Nice Freudian slip.
19748 Simplify the description of `--name-prefix'.
19749 Promote `-' over `_' in directive names.
19750 Promote `--output' over `--output-file'.
19751 Fix the description of `--defines'.
19752 * tests/output.at: Exercise %file-prefix and %output.
19753
19754 2001-11-02 Akim Demaille <akim@epita.fr>
19755
19756 * doc/refcard.tex: Update.
19757
19758 2001-11-02 Akim Demaille <akim@epita.fr>
19759
19760 * src/symtab.h (SUNDEF): New.
19761 * src/symtab.c (bucket_new): Init user_token_number to SUNDEF to
19762 stand for `uninitialized', instead of 0.
19763 * src/reader.c (packsymbols, parse_thong_decl): Adjust.
19764 * src/lex.c (lex): Adjust.
19765
19766 * tests/calc.at (_AT_DATA_CALC_Y): Declare a token for EOF.
19767 Number it 0.
19768 Let yylex return it instead of a plain 0.
19769 Reported by Dick Streefland.
19770
19771 2001-11-02 Akim Demaille <akim@epita.fr>
19772
19773 * tests/regression.at (Mixing %token styles): New test.
19774
19775 2001-11-02 Akim Demaille <akim@epita.fr>
19776
19777 * src/reader.c (parse_thong_decl): Formatting changes.
19778 (token_translations_init): New, extracted from...
19779 (packsymbols): Here.
19780 Adjust.
19781
19782 2001-11-01 Akim Demaille <akim@epita.fr>
19783
19784 * tests/regression.at (AT_TEST_CPP_GUARD_H): New.
19785 Check that `9foo.y' produces correct cpp guards.
19786 * src/files.c (compute_header_macro): Prepend `BISON_' to CPP
19787 guards.
19788 Reported by Wwp.
19789
19790 2001-11-01 Akim Demaille <akim@epita.fr>
19791
19792 * tests/regression.at (Invalid input: 2): New.
19793 * src/lex.c (unlexed_token_buffer): New.
19794 (lex, unlex): Adjust: when unlexing, be sure to save token_buffer
19795 too.
19796 Reported by Wwp.
19797
19798 2001-11-01 Akim Demaille <akim@epita.fr>
19799
19800 * tests/calc.at: Catch up with 1.30.
19801 * configure.in: Bump to 1.49a.
19802 Adjust to newer Autotest.
19803
19804 2001-10-19 Pascal Bart <pascal.bart@epita.fr>
19805
19806 * src/conflicts.c: Move global variables rrc_total and src_total ...
19807 (print_conflicts): here.
19808 * src/output.c (output): Free global variable user_toknums.
19809 * src/lex.c (token_obstack): Become static.
19810
19811 2001-10-18 Akim Demaille <akim@epita.fr>
19812
19813 * tests/atlocal.in (GCC): Add.
19814 * tests/calc.at: s/m4_match/m4_bmatch/.
19815 s/m4_patsubst/m4_bpatsubst/.
19816 (AT_CHECK_CALC): Check the compiler's stderr only if it's GCC.
19817 * configure.in: AC_SUBST(GCC).
19818
19819 2001-10-14 Marc Autret <autret_m@epita.fr>
19820
19821 * src/options.c (create_long_option_table): Fix.
19822
19823 2001-10-10 Akim Demaille <akim@epita.fr>
19824
19825 * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
19826
19827 2001-10-04 Akim Demaille <akim@epita.fr>
19828
19829 * src/reader.c (parse_union_decl): Push the caracters in
19830 union_obstack, not attrs_obstack.
19831
19832 2001-10-04 Akim Demaille <akim@epita.fr>
19833
19834 Merge in the branch 1.29.
19835
19836 * src/reader.c (packsymbols): Use a temporary obstack for
19837 `%%tokendef', since output_stack is already used elsewhere.
19838
19839 2001-10-02 Akim Demaille <akim@epita.fr>
19840
19841 Bump 1.29d.
19842
19843 2001-10-02 Akim Demaille <akim@epita.fr>
19844
19845 Version 1.29c.
19846
19847 2001-10-02 Akim Demaille <akim@epita.fr>
19848
19849 * tests/regression.at (Invalid CPP headers): New.
19850 From Alexander Belopolsky.
19851 * src/files.c (compute_header_macro): Map non alnum chars to `_'.
19852
19853 2001-10-02 Akim Demaille <akim@epita.fr>
19854
19855 * tests/regression.at (Invalid input): New.
19856 * src/lex.c (lex): Be sure to set `token_buffer' in any case.
19857 Reported by Shura.
19858
19859 2001-10-02 Akim Demaille <akim@epita.fr>
19860
19861 * tests/calc.at: Now that --debug works, the tests must be adjusted.
19862
19863 2001-10-02 Akim Demaille <akim@epita.fr>
19864
19865 * src/output.c (output_parser): Assert `skeleton'.
19866 * src/files.c (skeleton_find): Look harder for skeletons on DOSish
19867 systems.
19868 From Shura.
19869
19870 2001-10-01 Marc Autret <autret_m@epita.fr>
19871
19872 * src/lex.h: Echo modifications.
19873 * src/lex.c (unlex): Parameter is now token_t.
19874 From Hans Aberg.
19875
19876 2001-10-01 Marc Autret <autret_m@epita.fr>
19877
19878 * src/main.c: Include lex.h.
19879 From Hans Aberg.
19880
19881 2001-09-29 Akim Demaille <akim@epita.fr>
19882
19883 * src/getargs.c (longopts): `--debug' is `-t', not `-d'.
19884
19885 2001-09-28 Akim Demaille <akim@epita.fr>
19886
19887 * tests/testsuite.at: Update to newer Autotest.
19888 * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
19889
19890 2001-09-27 Akim Demaille <akim@epita.fr>
19891
19892 Position independent wrapper.
19893
19894 * tests/bison: Remove.
19895 * tests/bison.in: New.
19896 * configure.in: Adjust.
19897
19898 2001-09-27 Paul Eggert <eggert@twinsun.com>
19899
19900 Port quotearg fixes from tar 1.13.24.
19901
19902 * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
19903 tm to be declared.
19904 (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
19905 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
19906
19907 * m4/Makefile.am (EXTRA_DIST): Add mbrtowc.m4.
19908 * m4/mbrtowc.m4: New file.
19909 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit and stddef.h.
19910 Use jm_FUNC_MBRTOWC instead of AC_CHECK_FUNCS(mbrtowc).
19911
19912 2001-09-27 Akim Demaille <akim@epita.fr>
19913
19914 Bump to 1.29c.
19915
19916 2001-09-27 Akim Demaille <akim@epita.fr>
19917
19918 Version 1.29b.
19919
19920 2001-09-25 Akim Demaille <akim@epita.fr>
19921
19922 * src/system.h: Include `xalloc.h'.
19923 Remove it from the C files.
19924 * src/files.c (output_files): Free the obstacks.
19925 * src/lex.c (init_lex): Rename as...
19926 (lex_init): this.
19927 (lex_free): New.
19928 * src/main.c (main): Use it.
19929
19930 2001-09-24 Marc Autret <autret_m@epita.fr>
19931
19932 * src/vcg.c (open_edge, close_edge, open_node, close_node): Change
19933 to output informations in fout (FILE*).
19934 (open_graph, close_graph): Likewise.
19935 (output_graph, output_edge, output_node): Likewise.
19936 * src/vcg.h: Update function prototypes.
19937 * src/print_graph.c (print_graph): Open output graph file.
19938 (print_actions): Adjust.
19939 * src/files.h: Remove extern declaration.
19940 * src/files.c: Remove graph_obstack declaration.
19941 (open_files): Remove graph_obstack initialization.
19942 (output_files): Remove graph_obstack saving.
19943
19944 2001-09-24 Marc Autret <autret_m@epita.fr>
19945
19946 * src/files.c (compute_output_file_names): Fix.
19947
19948 2001-09-24 Marc Autret <autret_m@epita.fr>,
19949 Akim Demaille <akim@epita.fr>
19950
19951 * src/reader.c (reader): Remove call to free_symtab ().
19952 * src/main.c (main): Call it here.
19953 Include symtab.h.
19954 * src/conflicts.c (initialize_conflicts): Rename as...
19955 (solve_conflicts): this.
19956 * src/print.c (print_core, print_actions, print_state)
19957 (print_grammar): Dump to a file instead a `output_obstack'.
19958 (print_results): Dump `output_obstack', and then proceed with the
19959 FILE *.
19960 * src/files.c (compute_output_file_names, close_files): New.
19961 (output_files): Adjust.
19962 * src/main.c (main): Adjust.
19963
19964 2001-09-23 Marc Autret <autret_m@epita.fr>
19965
19966 * src/files.c (compute_header_macro): Computes header macro name
19967 from spec_defines_file when given.
19968
19969 2001-09-23 Marc Autret <autret_m@epita.fr>
19970
19971 * src/files.c (output_files): Add default extensions.
19972
19973 2001-09-22 Akim Demaille <akim@epita.fr>
19974
19975 * src/conflicts.c (finalize_conflicts): Rename as...
19976 (free_conflicts): this.
19977
19978 2001-09-22 Akim Demaille <akim@epita.fr>
19979
19980 * src/gram.c (gram_free): Rename back as...
19981 (dummy): this.
19982 (output_token_translations): Free `token_translations'.
19983 * src/symtab.c (free_symtab): Free the tag field.
19984
19985 2001-09-22 Akim Demaille <akim@epita.fr>
19986
19987 Remove `translations' as it is always set to true.
19988
19989 * src/gram.h: Adjust.
19990 * src/reader.c (packsymbols, parse_token_decl): Adjust
19991 * src/print.c (print_grammar): Adjust.
19992 * src/output.c (output_token_translations): Adjust.
19993 * src/lex.c (lex): Adjust.
19994 * src/gram.c: Be sure the set pointers to NULL.
19995 (dummy): Rename as...
19996 (gram_free): this.
19997
19998 2001-09-22 Akim Demaille <akim@epita.fr>
19999
20000 * configure.in: Invoke AM_LIB_DMALLOC.
20001 * src/system.h: Use dmalloc.
20002 * src/LR0.c: Be sure to have pointers initialized to NULL.
20003 (allocate_itemsets): Allocate kernel_items only if needed.
20004
20005 2001-09-22 Akim Demaille <akim@epita.fr>
20006
20007 * configure.in: Bump to 1.29b.
20008 * tests/Makefile.am (DISTCLEANFILES): Add package.m4.
20009 * tests/calc.at (_AT_DATA_CALC_Y): #undef malloc so that we don't
20010 need xmalloc.c in calc.y.
20011 From Pascal Bart.
20012
20013 2001-09-21 Akim Demaille <akim@epita.fr>
20014
20015 Version 1.29a.
20016 * Makefile.maint, config/config.guess, config/config.sub,
20017 * config/missing: Update from masters.
20018 * tests/Makefile.am ($(srcdir)/$(TESTSUITE)): No longer depend
20019 upon package.m4.
20020 * configure.in (ALL_LINGUAS): Add `tr'.
20021
20022 2001-09-21 Akim Demaille <akim@epita.fr>
20023
20024 * tests/Makefile.am (package.m4): Move to...
20025 ($(srcdir)/$(TESTSUITE)): here.
20026
20027 2001-09-20 Akim Demaille <akim@epita.fr>
20028
20029 * src/complain.c: No longer try to be standalone: use system.h.
20030 Don't assume __STDC__ is defined to 1. Just test if it is defined.
20031 * src/complain.h: Likewise.
20032 * src/reduce.c (useless_nonterminals, inaccessable_symbols):
20033 Remove the unused variable `n'.
20034 From Albert Chin-A-Young.
20035
20036 2001-09-18 Marc Autret <autret_m@epita.fr>
20037
20038 * doc/bison.1: Update.
20039 * doc/bison.texinfo (Bison Options): Update --defines and --graph
20040 descriptions.
20041 (Option Cross Key): Update.
20042 Add --graph.
20043
20044 2001-09-18 Marc Autret <autret_m@epita.fr>
20045
20046 * tests/regression.at: New test (comment in %union).
20047
20048 2001-09-18 Marc Autret <autret_m@epita.fr>
20049
20050 * src/reader.c (parse_union_decl): Do not output '/'. Let copy_comment
20051 do that.
20052 Reported by Keith Browne.
20053
20054 2001-09-18 Marc Autret <autret_m@epita.fr>
20055
20056 * tests/output.at: Add tests for --defines and --graph.
20057
20058 2001-09-18 Marc Autret <autret_m@epita.fr>
20059
20060 * tests/output.at: Removes tests of %{header,src}_extension features.
20061
20062 2001-09-18 Akim Demaille <akim@epita.fr>
20063
20064 * tests/Makefile.am (package.m4): New.
20065 * tests/calc.at (_AT_CHECK_CALC): Just run `calc input'.
20066 (_AT_CHECK_CALC_ERROR): Likewise.
20067 Factor the `, ' part of verbose error messages.
20068
20069 2001-09-18 Marc Autret <autret_m@epita.fr>
20070
20071 * src/getargs.c (longopts): Declare --defines and --graph as options
20072 with optional arguments.
20073 * src/files.h: Add extern declarations.
20074 * src/files.c (spec_graph_file, spec_defines_file): New.
20075 (output_files): Update.
20076 Remove CPP-outed code.
20077
20078 2001-09-18 Marc Autret <autret_m@epita.fr>
20079
20080 Turn off %{source,header}_extension feature.
20081
20082 * src/files.c (compute_exts_from_gf): Update.
20083 (compute_exts_from_src): Update.
20084 (output_files): CPP-out useless code.
20085 * src/files.h: Remove {header,source}_extension extern declarations.
20086 * src/reader.c (parse_dquoted_param): CPP-out.
20087 (parse_header_extension_decl): Remove.
20088 (parse_source_extension_decl): Remove.
20089 (read_declarations): Remove cases tok_{hdrext,srcext}.
20090 * src/lex.c (percent_table): Remove {header,source}_extension entries.
20091 * src/lex.h (token_t): Remove tok_hdrext and tok_srcext.
20092
20093 2001-09-10 Akim Demaille <akim@epita.fr>
20094
20095 * tests/output.at (AT_CHECK_BISON_FLAGS, AT_CHECK_BISON_PERCENT):
20096 (AT_CHECK_BISON_PERCENT_FLAGS): Merge into...
20097 (AT_CHECK_OUTPUT): this.
20098 Merely check ls' exit status, its output is useless.
20099
20100 2001-09-10 Akim Demaille <akim@epita.fr>
20101
20102 * tests/calc.at: Use m4_match.
20103 (_AT_DATA_CALC_Y): Check `yyin != NULL', not `stdin != NULL'.
20104
20105 2001-09-10 Marc Autret <autret_m@epita.fr>,
20106 Akim Demaille <akim@epita.fr>
20107
20108 * src/vcg.h (graph_s): color, textcolor, bordercolor are now
20109 enum color_e.
20110 * src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
20111 to `normal'.
20112 * src/reader.c (parse_token_decl): Initialize token with tok_eof.
20113 * src/lex.h: Adjust prototype.
20114 (token_t): Add `tok_undef'.
20115 * src/lex.c (struct percent_table_struct): Retval is now a token_t.
20116 (parse_percent_token): Now returns token_t.
20117 Add default statement in switch.
20118 (lex): Separate `c' as an input variable, from the token_t result
20119 part.
20120 (unlexed): Is a token_t.
20121
20122 2001-09-10 Akim Demaille <akim@epita.fr>
20123
20124 * configure.in: Bump to 1.29a.
20125
20126 2001-09-07 Akim Demaille <akim@epita.fr>
20127
20128 Version 1.29.
20129
20130 2001-08-30 Akim Demaille <akim@epita.fr>
20131
20132 * tests/atgeneral.m4, tests/atconfig.in, tests/suite.at: Remove.
20133 * m4/atconfig.m4: Remove.
20134 * tests/testsuite.at, tests/atlocal.in, tests/output.at,
20135 * tests/bison: New.
20136 * tests/regression.at, tests/calc.at: Use m4_define, AT_BANNER,
20137 m4_if, m4_patsubst, and m4_regexp.
20138 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Use an
20139 `input' file instead of echo.
20140
20141 2001-08-29 Akim Demaille <akim@epita.fr>
20142
20143 Bump to 1.28e.
20144
20145 2001-08-29 Akim Demaille <akim@epita.fr>
20146
20147 Version 1.28d.
20148
20149 2001-08-29 Paul Eggert <eggert@twinsun.com>
20150
20151 * src/bison.simple (yyparse): Don't take the address of an
20152 item before the start of an array, as that doesn't conform to
20153 the C Standard.
20154
20155 2001-08-29 Robert Anisko <anisko_r@epita.fr>
20156
20157 * doc/bison.texinfo (Location Tracking Calc): New node.
20158
20159 2001-08-29 Paul Eggert <eggert@twinsun.com>
20160
20161 * src/output.c (output): Do not define const, as this now
20162 causes more problems than it cures.
20163
20164 2001-08-29 Akim Demaille <akim@epita.fr>
20165
20166 * doc/bison.texinfo: Modernize `@node' and `@top' use: just name
20167 the nodes.
20168 Be sure to tag the `detailmenu'.
20169
20170 2001-08-29 Akim Demaille <akim@epita.fr>
20171
20172 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
20173 download in a tmp dir.
20174
20175 2001-08-28 Marc Autret <autret_m@epita.fr>
20176
20177 * config/depcomp: New file.
20178
20179 2001-08-28 Marc Autret <autret_m@epita.fr>
20180
20181 * doc/bison.1 (mandoc): Adjust.
20182 From Juan Manuel Guerrero.
20183
20184 2001-08-28 Marc Autret <autret_m@epita.fr>
20185
20186 * src/print_graph.c (print_state): Fix.
20187
20188 2001-08-27 Marc Autret <autret_m@epita.fr>
20189
20190 * src/vcg.h (classname_s, infoname_s, node_s): Constify the
20191 char * members.
20192 Echo modifications to the functions prototypes.
20193 * src/vcg.c (add_classname, add_infoname): Adjust arguments.
20194
20195 2001-08-27 Marc Autret <autret_m@epita.fr>
20196
20197 * src/vcg.c: Include `xalloc.h'.
20198 (add_colorentry): New.
20199 (add_classname): New.
20200 (add_infoname): New.
20201 * src/vcg.h: Add new prototypes.
20202
20203 2001-08-27 Akim Demaille <akim@epita.fr>
20204
20205 * Makefile.maint: Sync. again with CVS Autoconf.
20206
20207 2001-08-27 Akim Demaille <akim@epita.fr>
20208
20209 * Makefile.maint: Formatting changes.
20210 (po-update, cvs-update, update): New targets.
20211 (AMTAR): Remove.
20212
20213 2001-08-27 Akim Demaille <akim@epita.fr>
20214
20215 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
20216 * Makefile.maint: Sync. with CVS Autoconf.
20217
20218 2001-08-27 Marc Autret <autret_m@epita.fr>
20219
20220 * src/vcg.h (struct infoname_s): New.
20221 (struct colorentry_s): New.
20222 (graph_s): New fields {vertical,horizontal}_order in structure.
20223 Add `infoname' field.
20224 Add `colorentry' field;
20225 * src/vcg_defaults.h (G_VERTICAL_ORDER): New.
20226 (G_HORIZONTAL_ORDER): New.
20227 (G_INFONAME): New.
20228 (G_COLORENTRY): New.
20229 * src/vcg.c (output_graph): Add output of {vertical,horizontal}_order.
20230 Add output of `infoname'.
20231 Add output of `colorentry'.
20232
20233 2001-08-27 Marc Autret <autret_m@epita.fr>
20234
20235 * src/reader.c (parse_dquoted_param): Rename variable `index' to `i'.
20236 This one shadowed a global parameter.
20237
20238 2001-08-24 Marc Autret <autret_m@epita.fr>
20239
20240 * src/print_graph.c (node_output_size): Declared POSIX `size_t' type,
20241 instead of `unsigned'.
20242 (print_state): Do not call obstack_object_size () in obstack_grow ()
20243 to avoid macro variables shadowing.
20244
20245 2001-08-23 Marc Autret <autret_m@epita.fr>
20246
20247 * src/lex.c (percent_table): Typo: s/naem/name/.
20248 Add graph option.
20249 Normalize new options declarations.
20250
20251 2001-08-20 Pascal Bart <pascal.bart@epita.fr>
20252
20253 * tests/suite.at: Exercise %header_extension and %source_extension.
20254
20255 2001-08-16 Marc Autret <autret_m@epita.fr>
20256
20257 * src/reader.c (parse_dquoted_param): New.
20258 (parse_header_extension_decl): Use it.
20259 (parse_source_extension_decl): Likewise.
20260
20261 2001-08-16 Marc Autret <autret_m@epita.fr>
20262
20263 * src/vcg.c: Remove includes of `complain.h' and `xalloc.h'.
20264 (get_xxxx_str): Use assert () instead of complain ().
20265 Remove return invokations in default cases.
20266 (get_decision_str): Modify default behaviour. Remove second argument.
20267 Echo modifications on calls.
20268 (output_graph): Fix.
20269
20270 2001-08-16 Marc Autret <autret_m@epita.fr>
20271
20272 * src/getargs.c (usage): Update with ``-g, --graph''.
20273
20274 2001-08-16 Marc Autret <autret_m@epita.fr>
20275
20276 * doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
20277 (Option Cross Key): Likewise.
20278 * doc/bison.1: Update.
20279
20280 2001-09-25 Pascal Bart <pascal.bart@epita.fr>
20281
20282 * src/output.c (output_master_parser): Don't finish action_obstack.
20283 (output_parser): Don't care about the muscle action, here.
20284 (prepare): Copy the action_obstack in the action muscle.
20285 (output): Free action_obstack.
20286
20287 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
20288
20289 * src/reader.c (parse_union_decl): Add new obstack union_obstack. Which
20290 will contain `%union' declaration.
20291 (parse_union_decl): Delete #line directive output.
20292 (parse_union_decl): Substitute /attrs_obstack/union_obstack for all
20293 informations about %union.
20294 (parse_union_decl): Copy the union_obstack in the muscle stype.
20295 * src/bison.simple: Add new #line directive.
20296 Add typdef %%stype YYSTYPE.
20297
20298 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
20299
20300 * src/bison.simple: Add new `#line' directive.
20301
20302 2001-09-22 Pascal Bart <pascal.bart@epita.fr>
20303
20304 * src/bison.simple: New `#line' directive.
20305 * src/output.c (output_parser): Support new dynamic muscle input_line.
20306
20307 2001-09-22 Marc Autret <autret_m@epita.fr>
20308
20309 * src/output.c (output_master_parser): New.
20310 (output_parser): Be more re-entrant.
20311
20312 2001-09-21 Marc Autret <autret_m@epita.fr>
20313
20314 * src/reader.c (copy_definition, parse_union_decl): Update and use
20315 `linef' muscle.
20316 (copy_action): Likewise.
20317 Use obstack_1grow ().
20318 * src/muscle_tab.c (muscle_init): Add muscle `linef'.
20319
20320 2001-09-21 Marc Autret <autret_m@epita.fr>
20321
20322 * src/options.c (option_table): Adjust.
20323 * src/lex.c (parse_percent_token): Fix.
20324
20325 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
20326
20327 * src/options.c (symtab.h): Include it, need by lex.h.
20328
20329 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
20330
20331 * src/lex.c (parse_percent_token): Change type of variable `tx', which
20332 is now an option_table_struct*.
20333 (option_strcmp): New function option_strcmp.
20334 (parse_percent_token): Call option_strcmp.
20335 * src/getargs.c (xalloc.h, options.h): Include it.
20336 (getargs): Call create_long_option_table.
20337 (getargs): Free longopts at the end of the function.
20338 (shortopts): Move in options.c.
20339 * src/options.c (create_long_option_table): New function. Convert
20340 information from option_table to option structure.
20341 * src/reader.c (options.h): Include it.
20342
20343 * src/Makefile.am: Adjust.
20344 * src/options.c (option_table): Create from longopts and percent_table.
20345 * src/getargs.c (longopts): Delete.
20346 * src/lex.c (struct percent_table_struct): Delete.
20347 (percent_table): Delete.
20348 (options.h): Include it.
20349 * src/options.c: Create.
20350 * src/options.h: Create.
20351 Declare enum opt_access_e.
20352 Define struct option_table_struct.
20353
20354 2001-09-20 Marc Autret <autret_m@epita.fr>
20355
20356 * doc/bison.texinfo: Adjust terminologies about prologue and epilogue
20357 sections of Bison.
20358
20359 2001-09-19 Pascal Bart <pascal.bart@epita.fr>
20360
20361 * src/bison.simple: s/%%filename/%%skeleton.
20362 * src/muscle_tab.c (getargs.h): Include it.
20363 (muscle_init): Insert new muscle skeleton.
20364
20365 2001-09-18 Pascal Bart <pascal.bart@epita.fr>
20366
20367 * src/output.c (output_parser): Delete unused variable actions_dumped.
20368
20369 2001-09-07 Pascal Bart <pascal.bart@epita.fr>
20370
20371 * src/output.c (output): Delete call to reader_output_yylsp.
20372 * src/reader.c (reader): Likewise.
20373 * src/reader.h: Delete declaration of reader_output_yylsp.
20374
20375 2001-09-02 Marc Autret <autret_m@epita.fr>
20376
20377 * src/reader.c: Include muscle_tab.h.
20378 (parse_union_decl): Update.
20379 (parse_macro_decl): Rename parse_muscle_decl.
20380 Update to use renamed functions and variable.
20381 (read_declarations, copy_action, read_additionnal_code, : Updated
20382 with correct variables and functions names.
20383 (packsymbols, reader): Likewise.
20384
20385 * src/reader.h (muscle_obstack): Extern declaration update.
20386
20387 * src/output.c: Include muscle_tab.h
20388 In all functions using macro_insert, change by using muscle_insert ().
20389 (macro_obstack): Rename muscle_obstack.
20390 Echo modifications in the whole file.
20391 (MACRO_INSERT_INT): Rename MUSCLE_INSERT_INT.
20392 (MACRO_INSERT_STRING): Rename MUSCLE_INSERT_STRING.
20393 (MACRO_INSERT_PREFIX): Rename MUSCLE_INSERT_PREFIX.
20394
20395 * src/muscle_tab.h: Update double inclusion macros.
20396 (macro_entry_s): Rename muscle_entry_s.
20397 Update prototypes.
20398
20399 * src/muscle_tab.c: Include muscle_tab.h.
20400 Rename macro_tabble to muscle_table.
20401 (mhash1, mhash2, mcmp): Use muscle_entry.
20402 (macro_init): Rename muscle_init. Update.
20403 (macro_insert): Rename muscle_insert. Update.
20404 (macro_find): Rename muscle_find. Update.
20405
20406 * src/main.c: Include muscle_tab.h.
20407 (main): Call muscle_init ().
20408 * src/Makefile.am (bison_SOURCES): Echo modifications.
20409
20410 2001-09-02 Marc Autret <autret_m@epita.fr>
20411
20412 Now the files macro_tab.[ch] are named muscle_tab.[ch].
20413
20414 * src/muscle_tab.c, src/muscle_tab.h: Add files.
20415
20416 2001-09-02 Marc Autret <autret_m@epita.fr>
20417
20418 * src/macrotab.c, src/macrotab.h: Remove.
20419
20420 2001-09-01 Pascal Bart <pascal.bart@epita.fr>
20421
20422 * src/reader.c (copy_guard): Use muscle to specify the `#line'
20423 filename.
20424
20425 2001-09-01 Marc Autret <autret_m@epita.fr>
20426
20427 * tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set
20428 to an explicit value to activate the feature. We do it here.
20429
20430 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
20431
20432 * src/output.c (prepare): Delete the `filename' muscule insertion.
20433 * src/reader.c (copy_action): Use `filename' muscule with `#line'.
20434 (parse_union_decl): Likewise.
20435 * src/macrotab.c (macro_init): Initialize filename by infile.
20436
20437 2001-08-31 Marc Autret <autret_m@epita.fr>
20438
20439 * src/bison.simple (YYLSP_NEEDED): New definition.
20440 * src/output.c (prepare): Add macro insertion of `locations_flag'
20441
20442 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
20443
20444 * src/output.c (prepare): Delete insertion of previous muscles,
20445 and insert the `prefix' muscles.
20446 * src/macrotab.c (macro_init): Likewise.
20447 (macro_init): Initialization prefix directive by `yy'.
20448 * src/bison.simple: Substitute all %%yylex, %%yychar, %%yylval,
20449 %%yydebug, %%yyerror, %%yynerrs and %%yyparse by yylex, yychar,
20450 yylval, yydebug, yyerror, yynerrs and yyparse.
20451 New directive `#define' to substitute yydebug, ... with option
20452 name_prefix.
20453
20454 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
20455
20456 * src/main.c (main): Standardize.
20457 * src/output.c (output_table_data, output_parser): Likewise.
20458 * src/macrotab.h, src/macrotab.c, src/bison.simple: Likewise.
20459
20460 2001-08-31 Pascal Bart <pascal.bart@epita.fr>, Marc Autret <autret_m@epita.fr>
20461
20462 * src/reader.c (read_additionnal_code): Rename %%user_code to
20463 %%epilogue.
20464 * src/output.c (output): Rename %%declarations to %%prologue.
20465 * src/bison.simple: Echo modifications.
20466
20467 2001-08-31 Marc Autret <autret_m@epita.fr>
20468
20469 * src/reader.c (readgram): CleanUp.
20470 (output_token_defines): Likewise.
20471 (packsymbols): Likewise.
20472 (reader): Likewise.
20473 * src/output.c (output): CPP-out useless code.
20474
20475 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
20476
20477 * src/reader.c (reader): Delete obsolete call to function
20478 output_trailers and output_headers.
20479 * src/output.h: Remove obsolete functions prototypes of output_headers
20480 and output_trailers.
20481
20482 2001-08-30 Pascal Bart <pascal.bart@epita.fr>
20483
20484 * src/main.c: Include macrotab.h.
20485 * src/macrotab.h (macro_entry_s): Constify fields.
20486 Adjust functions prototypes.
20487 * src/macrotab.c (macro_insert): Constify key and value.
20488 (macro_find): Constify key.
20489 (macro_insert): Include 'xalloc.h'
20490 (macro_insert): Use XMALLOC.
20491 (macro_find): Constify return value.
20492 * src/output.c (output_table_data): Rename table to table_data.
20493 (output_parser): Constify macro_key, macro_value.
20494
20495 2001-08-30 Marc Autret <autret_m@epita.fr>
20496
20497 * src/reader.c (parse_skel_decl): New.
20498 (read_declarations): Add case `tok_skel', call parse_skel_decl ().
20499 * src/lex.h (token_t): New token `tok_skel'.
20500 * src/lex.c (percent_table): Add skeleton option entry.
20501 Standardize.
20502
20503 2001-08-29 Marc Autret <autret_m@epita.fr>
20504
20505 * src/bison.simple: Add %%user_code directive at the end.
20506 * src/reader.c (read_additionnal_code): New.
20507 (reader): Use it.
20508 * src/output.c (output_program): Remove.
20509 (output): Update.
20510
20511 2001-08-28 Marc Autret <autret_m@epita.fr>
20512
20513 * src/output.c (output_actions): Clean up.
20514 (output_gram): CPP-out useless code.
20515 * src/reader.c (reader): Clean up, CPP-out useless code.
20516
20517 2001-08-28 Pascal Bart <pascal.bart@epita.fr>
20518
20519 * src/output.c (output): Copy attrs_obstack in the '%%definitions'
20520 directive.
20521 * src/bison.simple: Add `%%definitions'.
20522
20523 2001-08-28 Marc Autret <autret_m@epita.fr>
20524
20525 * config/depcomp: New file.
20526
20527 2001-08-27 Paul Eggert <eggert@twinsun.com>
20528
20529 * src/bison.simple (yyparse): Don't take the address of an
20530 item before the start of an array, as that doesn't conform to
20531 the C Standard.
20532
20533 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
20534
20535 * src/output.c (output): Remove the initialization of the macro
20536 obstack. It was done too late here.
20537
20538 * src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was
20539 completely wrong.
20540 (reader): Initialize the macro obstack here, since we need it to grow
20541 '%define' directives.
20542
20543 * src/reader.h: Declare the macro obstack as extern.
20544
20545 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
20546
20547 * src/output.c (output_parser): Fix. Store single '%' characters in
20548 the output obstack instead of throwing them away.
20549
20550 2001-08-27 Akim Demaille <akim@epita.fr>
20551
20552 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
20553
20554 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
20555
20556 * lib/Makefile.am: Adjust.
20557
20558 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
20559
20560 * src/bison.simple: Update and add '%%' directives.
20561
20562 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
20563
20564 * src/reader.c (reader): Remove calls to 'output_headers' and
20565 'output_trailers'. Remove some C output.
20566 (readgram): Disable a piece of code that was writing a default
20567 definition for 'YYSTYPE'.
20568 (reader_output_yylsp): Remove.
20569 (packsymbols): Output token defintions to a macro.
20570 (copy_definition): Disable C output.
20571
20572 * src/reader.c (parse_macro_decl): New function used to parse macro
20573 declarations.
20574 (copy_string2): Put the body of copy_string into this new function.
20575 Add a parameter to let the caller choose whether he wants to copy the
20576 string delimiters or not.
20577 (copy_string): Be a simple call to copy_string2 with the last argument
20578 bound to true.
20579 (read_declarations): Add case for macro definition.
20580 (copy_identifier): New.
20581 (parse_macro_decl): Read macro identifiers using copy_identifier
20582 rather than lex.
20583
20584 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
20585
20586 * src/output.c (prepare): Add prefixed names.
20587 (output_parser): Output semantic actions.
20588 (output_parser): Fix bug on '%%line' directives.
20589
20590 * src/output.c (output_headers): Remove. The C code printed by this
20591 function should now be in the skeletons.
20592 (output_trailers): Remove.
20593 (output): Disable call to 'reader_output_yylsp'.
20594 (output_rule_data): Do not output tables to the table obstack.
20595
20596 * src/output.c: Remove some C dedicated output.
20597 Improve the use of macro and output obstacks.
20598 (output_defines): Remove.
20599
20600 * src/output.c (output_token_translations): Associate 'translate'
20601 table with a macro. No output to the table obstack.
20602 (output_gram): Same for 'rhs' and 'prhs'.
20603 (output_stos): Same for 'stos'.
20604 (output_rule_data): Same for 'r1' and 'r2'.
20605 (token_actions): Same for 'defact'.
20606 (goto_actions): Same for 'defgoto'.
20607 (output_base): Same for 'pact' and 'pgoto'.
20608 (output_table): Same for 'table'.
20609 (output_check): Same for 'check'.
20610
20611 * src/output.c (output_table_data): New function.
20612 (output_short_table): Remove.
20613 (output_short_or_char_table): Remove.
20614
20615 * src/output.c (output_parser): Replace most of the skeleton copy code
20616 with something new. Skeletons are now processed character by character
20617 rather than line by line, and Bison looks for '%%' macros. This is the
20618 first step in making Bison's output process (a lot) more flexible.
20619 (output_parser): Use the macro table.
20620
20621 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
20622
20623 * src/main.c (main): Initialize the macro table.
20624
20625 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
20626
20627 * src/lex.c (percent_table): Add tok_define.
20628 * src/lex.h: Add tok_define.
20629
20630 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
20631
20632 * src/macrotab.c: New file.
20633 * src/macrotab.h: New file.
20634 * src/Makefile.am: Update.
20635
20636 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
20637
20638 * lib/hash.c: New file.
20639 * lib/hash.h: New file.
20640 * lib/Makefile.am: Update.
20641
20642 2001-08-15 Akim Demaille <akim@epita.fr>
20643
20644 Version 1.28c.
20645
20646 2001-08-15 Marc Autret <autret_m@epita.fr>
20647
20648 * src/reader.c (readgram): Indent output macro YYSTYPE.
20649 (packsymbols): Likewise.
20650 (output_token_defines): Likewise.
20651 * src/files.c: Standardize.
20652 (compute_header_macro): New.
20653 (defines_obstack_save): New. Use compute_header_macro.
20654 (output_files): Update. Use defines_obstack_save.
20655
20656 2001-08-15 Akim Demaille <akim@epita.fr>
20657
20658 * doc/bison.texinfo (Table of Symbols): Document
20659 YYSTACK_USE_ALLOCA.
20660
20661 2001-08-15 Akim Demaille <akim@epita.fr>
20662
20663 * missing: Update from CVS Automake.
20664 * config/config.guess, config/config.sub, config/texinfo.tex:
20665 Update from gnu.org.
20666
20667 2001-08-15 Akim Demaille <akim@epita.fr>
20668
20669 * Makefile.maint: Sync with CVS Autoconf.
20670
20671 2001-08-14 Pascal Bart <pascal.bart@epita.fr>
20672
20673 * doc/bison.texinfo: Include GNU Free Documentation License from
20674 `fdl.texi'.
20675 * doc/fdl.texi: Add to package.
20676
20677 2001-08-14 Marc Autret <autret_m@epita.fr>
20678
20679 Turn on %{source,header}_extension features.
20680
20681 * src/lex.c (percent_table): Un-CPP out header_extension and
20682 source_extension.
20683 * src/files.c (compute_exts_from_gf): Compare pointers with NULL.
20684 (compute_exts_from_src): Remove conditions. It restores priorities
20685 between options.
20686
20687 2001-08-14 Marc Autret <autret_m@epita.fr>
20688
20689 * src/files.c (compute_base_names): Add extensions computing when
20690 `--file-prefix' used.
20691 Standardize function calls.
20692
20693 2001-08-13 Marc Autret <autret_m@epita.fr>
20694
20695 * src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
20696 defining it (defined but null disables alloca).
20697
20698 2001-08-13 Marc Autret <autret_m@epita.fr>
20699
20700 * src/bison.simple (_yy_memcpy): CPP reformat.
20701
20702 2001-08-13 Pascal Bart <pascal.bart@epita.fr>
20703
20704 * tests/atconfig.in (CPPFLAGS): Fix.
20705
20706 2001-08-10 Pascal Bart <pascal.bart@epita.fr>
20707
20708 * doc/bison.texinfo: Include GNU General Public License from
20709 `gpl.texi'.
20710 * doc/gpl.texi: Add to package.
20711
20712 2001-08-10 Marc Autret <autret_m@epita.fr>
20713
20714 * src/print_graph.h: Fix.
20715 * src/reader.c (read_declarations): Use parse_header_extension_decl ().
20716
20717 2001-08-10 Akim Demaille <akim@epita.fr>
20718
20719 * src/system.h: Provide default declarations for stpcpy, strndup,
20720 and strnlen.
20721
20722 2001-08-10 Robert Anisko <anisko_r@epita.fr>
20723
20724 * doc/bison.texinfo (Locations): Update @$ stuff.
20725
20726 2001-08-09 Robert Anisko <anisko_r@epita.fr>
20727
20728 * src/bison.simple (YYLLOC_DEFAULT): Update.
20729 (yyparse): Adjust.
20730
20731 2001-08-08 Marc Autret <autret_m@epita.fr>
20732
20733 * doc/bison.texinfo: Change @samp{$<@dots{}>} to
20734 @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.
20735 Reported by Fabrice Bauzac.
20736
20737 2001-08-08 Marc Autret <autret_m@epita.fr>
20738
20739 * src/vcg_default.h: Use NULL instead of 0 to initialize pointers.
20740 * src/vcg.c (output_node): Fix.
20741 * src/vcg.h: Cleanup.
20742 * src/print_graph.c: Add comments.
20743 (node_output_size): New global variable. Simplify the formatting of
20744 the VCG graph output.
20745 (print_actions): Unused code is now used. It notifies the final state
20746 and no action states in the VCG graph. It also give the reduce actions.
20747 The `shift and goto' edges are red and the `go to state' edges are
20748 blue.
20749 Get the current node name and node_obstack by argument.
20750 (node_obstack): New variable.
20751 (print_state): Manage node_obstack.
20752 (print_core): Use node_obstack given by argument.
20753 A node is not only computed here but in print_actions also.
20754 (print_graph): CPP out useless code instead of commenting it.
20755
20756 2001-08-07 Pascal Bart <pascal.bart@epita.fr>
20757
20758 * tests/atconfig.in (CPPFLAGS): Fix.
20759
20760 2001-08-07 Akim Demaille <akim@epita.fr>
20761
20762 * src/print_graph.c (quote): New.
20763 (print_core): Use it.
20764
20765 2001-08-06 Akim Demaille <akim@epita.fr>, Marc Autret <autret_m@epita.fr>
20766
20767 * src/vcg.c (complain.h): Include it.
20768 Unepitaize `return' invocations.
20769 [NDEBUG] (main): Remove.
20770 * src/vcg.h (node_t, edge_t, graph_t): Constify the char * members.
20771 * src/files.c (open_files): Initialize graph_obstack.
20772 * src/print_graph.c (print_actions): CPP out useless code.
20773 (print_core): Don't output the last `\n' in labels.
20774 Use `quote'.
20775 * src/files.c (output_files): Output the VCG file.
20776 * src/main.c (main): Invoke print_graph ();
20777
20778 2001-08-06 Marc Autret <autret_m@epita.fr>
20779
20780 Automaton VCG graph output.
20781 Using option ``-g'' or long option ``--graph'', you can generate
20782 a gram_filename.vcg file containing a VCG description of the LALR (1)
20783 automaton of your grammar.
20784
20785 * src/main.c: Call to print_graph() function.
20786 * src/getargs.h: Update.
20787 * src/getargs.c (options): Update to catch `-g' and `--graph' options.
20788 (graph_flag): New flag.
20789 (longopts): Update.
20790 (getargs): Add case `g'.
20791 * src/files.c (graph_obstack): New obstack struct.
20792 (open_files): Initialize new obstack.
20793 (output_files): Saves graph_obstack if required.
20794 * src/files.h (graph_obstack): New extern declaration.
20795 * src/Makefile.am: Add new source files.
20796
20797 2001-08-06 Marc Autret <autret_m@epita.fr>
20798
20799 * src/print_graph.c, src/print_graph.h (graph): New.
20800 * src/vcg.h: New file.
20801 * src/vcg.c: New file, VCG graph handling.
20802
20803 2001-08-06 Marc Autret <autret_m@epita.fr>
20804
20805 Add of %source_extension and %header_extension which specify
20806 the source or/and the header output file extension.
20807
20808 * src/files.c (compute_base_names): Remove initialisation of
20809 src_extension and header_extension.
20810 (compute_exts_from_gf): Update.
20811 (compute_exts_from_src): Update.
20812 (output_files): Update.
20813 * src/reader.c (parse_header_extension_decl): New.
20814 (parse_source_extension_decl): New.
20815 (read_declarations): New case statements for the new tokens.
20816 * src/lex.c (percent_table): Add entries for %source_extension
20817 and %header_extension.
20818 * src/lex.h (token_e): New tokens tok_hdrext and tok_srcext.
20819
20820 2001-08-06 Marc Autret <autret_m@epita.fr>
20821
20822 * configure.in: Bump to 1.28c.
20823 * doc/bison.texinfo: Texinfo thingies.
20824
20825 2001-08-04 Pascal Bart <pascal.bart@epita.fr>
20826
20827 * tests/atconfig.in (CPPFLAGS): Add.
20828 * tests/calc.at (AT_CHECK): Use CPPFLAGS.
20829
20830 2001-08-03 Akim Demaille <akim@epita.fr>
20831
20832 Version 1.28b.
20833
20834 2001-08-03 Akim Demaille <akim@epita.fr>
20835
20836 * tests/Makefile.am (check-local): Ship testsuite.
20837 * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
20838 Include `string.h'.
20839
20840 2001-08-03 Akim Demaille <akim@epita.fr>
20841
20842 * configure.in: Try using -Wformat when compiling.
20843
20844 2001-08-03 Akim Demaille <akim@epita.fr>
20845
20846 * configure.in: Bump to 1.28b.
20847
20848 2001-08-03 Akim Demaille <akim@epita.fr>
20849
20850 * src/complain.c: Adjust strerror_r portability issues.
20851
20852 2001-08-03 Akim Demaille <akim@epita.fr>
20853
20854 Version 1.28a.
20855
20856 2001-08-03 Akim Demaille <akim@epita.fr>
20857
20858 * src/getargs.c, src/getarg.h (skeleton)): Constify.
20859 * src/lex.c (literalchar): Avoid name clashes on `buf'.
20860 * src/getargs.c: Include complain.h.
20861 * src/files.c, src/files.h (skeleton_find): Avoid name clashes.
20862 * lib/quotearg.c, lib/quotearg.h: Update from fileutils 4.1.
20863
20864 2001-08-03 Akim Demaille <akim@epita.fr>
20865
20866 * src/reader.c (readgram): Display hidden chars in error messages.
20867
20868 2001-08-03 Akim Demaille <akim@epita.fr>
20869
20870 Update to gettext 0.10.39.
20871
20872 2001-08-03 Akim Demaille <akim@epita.fr>
20873
20874 * lib/strspn.c: New.
20875
20876 2001-08-01 Marc Autret <autret_m@epita.fr>
20877
20878 * doc/bison.texinfo: Update.
20879 * doc/bison.1 (mandoc): Update.
20880 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove .c and .h.
20881 * src/files.c: Support output files extensions computing.
20882 (src_extension): New static variable.
20883 (header_extension): New static variable.
20884 (tr): New function.
20885 (get_extension_index): New function, gets the index of an extension
20886 filename in a string.
20887 (compute_exts_from_gf): New function, computes extensions from the
20888 grammar file extension.
20889 (compute_exts_from_src): New functions, computes extensions from the
20890 C source file extension, file given by ``-o'' option.
20891 (compute_base_names): Update.
20892 (output_files): Update.
20893
20894 2001-08-01 Robert Anisko <anisko_r@epita.fr>
20895
20896 * doc/bison.texi: Document @$.
20897 (Locations): New section.
20898
20899 2001-07-18 Akim Demaille <akim@epita.fr>
20900
20901 * Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
20902 * config/prev-version.txt, config/move-if-change: New.
20903 * Makefile.am: Adjust.
20904
20905 2001-07-08 Pascal Bart <pascal.bart@epita.fr>
20906
20907 * src/bison.simple (yyparse): Suppress warning `comparaison
20908 between signed and unsigned'.
20909
20910 2001-07-05 Pascal Bart <pascal.bart@epita.fr>
20911
20912 * src/getargs.h (raw_flag): Remove.
20913 * src/getargs.c: Die on `-r'/`--raw'.
20914 * src/lex.c (parse_percent_token): Die on `%raw'.
20915 * src/reader.c (output_token_defines): Suppress call to `raw_flag'.
20916 * tests/calc.at: Suppress test with option `--raw'.
20917
20918 2001-07-14 Akim Demaille <akim@epita.fr>
20919
20920 * config/: New.
20921 * configure.in: Require Autoconf 2.50.
20922 Update to gettext 0.10.38.
20923
20924 2001-03-16 Akim Demaille <akim@epita.fr>
20925
20926 * doc/bison.texinfo: ANSIfy the examples.
20927
20928 2001-03-16 Akim Demaille <akim@epita.fr>
20929
20930 * getargs.c (skeleton): New variable.
20931 (longopts): --skeleton is a new option.
20932 (shortopts, getargs): -S is a new option.
20933 * getargs.h: Declare skeleton.
20934 * output.c (output_parser): Use it.
20935
20936 2001-03-16 Akim Demaille <akim@epita.fr>
20937
20938 * m4/strerror_r.m4: New.
20939 * m4/error.m4: Run AC_FUNC_STRERROR_R.
20940 * lib/error.h, lib/error.c: Update.
20941
20942 2001-03-16 Akim Demaille <akim@epita.fr>
20943
20944 * src/getargs.c (longopts): Clean up.
20945
20946 2001-02-21 Akim Demaille <akim@epita.fr>
20947
20948 * src/reader.c (gensym): `gensym_count' is your own.
20949 Use a static buf to create the symbol name, as token_buffer is no
20950 longer a buffer.
20951
20952 2001-02-08 Akim Demaille <akim@epita.fr>
20953
20954 * src/conflicts.c (conflict_report): Be sure not to append to res
20955 between two calls, which could happen if both first sprintf were
20956 skipped, but not the first cp += strlen.
20957
20958 2001-02-08 Akim Demaille <akim@epita.fr>
20959
20960 * lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
20961 New, from fileutils 4.0.37.
20962 * configure.in: Require Autoconf 2.49c. I took some time before
20963 making this decision. This is the only way out for portability
20964 issues in Bison, it would mean way too much duplicate effort to
20965 import in Bison features implemented in 2.49c since 2.13.
20966 AC_REPLACE_FUNCS and AC_CHECK_DECLS the functions above.
20967
20968 2001-02-02 Akim Demaille <akim@epita.fr>
20969
20970 * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
20971 * lib/xalloc.h, lib/xmalloc.c: Update.
20972
20973 2001-01-19 Akim Demaille <akim@epita.fr>
20974
20975 Get rid of the ad hoc handling of token_buffer in the scanner: use
20976 the obstacks.
20977
20978 * src/lex.c (token_obstack): New.
20979 (init_lex): Initialize it. No longer call...
20980 (grow_token_buffer): this. Remove it.
20981 Adjust all the places which used it to use the obstack.
20982
20983 2001-01-19 Akim Demaille <akim@epita.fr>
20984
20985 * src/lex.h: Rename all the tokens:
20986 s/\bENDFILE\b/tok_eof/g;
20987 s/\bIDENTIFIER\b/tok_identifier/g;
20988 etc.
20989 Let them be enums, not #define, to ease debugging.
20990 Adjust all the code.
20991
20992 2001-01-18 Akim Demaille <akim@epita.fr>
20993
20994 * src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
20995 * src/lex.c (maxtoken, grow_token_buffer): Static.
20996
20997 2001-01-18 Akim Demaille <akim@epita.fr>
20998
20999 Since we now use obstacks, more % directives can be enabled.
21000
21001 * src/lex.c (percent_table): Also accept `%yacc',
21002 `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
21003 `%debug'.
21004 Handle the actions for `%semantic_parser' and `%pure_parser' here,
21005 instead of returning a token.
21006 * src/lex.h (SEMANTIC_PARSER, PURE_PARSER): Remove, unused.
21007 * src/reader.c (read_declarations): Adjust.
21008 * src/files.c (open_files): Don't call `compute_base_names', don't
21009 compute `attrsfile' since they depend upon data which might be
21010 *in* the input file now.
21011 (output_files): Do it here.
21012 * src/output.c (output_headers): Document the fact that this patch
21013 introduces a guaranteed SEGV for semantic parsers.
21014 * doc/bison.texinfo: Document them.
21015 * tests/suite.at: Exercise these %options.
21016
21017 2000-12-20 Akim Demaille <akim@epita.fr>
21018
21019 Also handle the output file (--verbose) with obstacks.
21020
21021 * files.c (foutput): Remove.
21022 (output_obstack): New.
21023 Adjust all dependencies.
21024 * src/conflicts.c: Return a string.
21025 * src/system.h (obstack_grow_string): Rename as...
21026 (obstack_sgrow): this. Be ready to work with non literals.
21027 (obstack_fgrow4): New.
21028
21029 2000-12-20 Akim Demaille <akim@epita.fr>
21030
21031 * src/files.c (open_files): Fix the computation of short_base_name
21032 in the case of `-o foo.tab.c'.
21033
21034 2000-12-20 Akim Demaille <akim@epita.fr>
21035
21036 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
21037 (copy_dollar): Now that everything uses obstacks, get rid of the
21038 FILE * parameters.
21039
21040 2000-12-20 Akim Demaille <akim@epita.fr>
21041
21042 * src/files.c (open_files): Actually the `.output' file is based
21043 on the short_base_name, not base_name.
21044 * tests/suite.at (Checking output file names): Adjust.
21045
21046 2000-12-20 Akim Demaille <akim@epita.fr>
21047
21048 * src/bison.s1: Remove, we now use directly...
21049 * src/bison.simple: this.
21050 * src/Makefile.am: Use pkgdata instead of data.
21051
21052 2000-12-20 Akim Demaille <akim@epita.fr>
21053
21054 * src/files.c (guard_obstack): New.
21055 (open_files): Initialize it.
21056 (output_files): Dump it...
21057 * src/files.h: Export it.
21058 * src/reader.c (copy_guard): Use it.
21059
21060 2000-12-19 Akim Demaille <akim@epita.fr>
21061
21062 * src/files.c (outfile, defsfile, actfile): Removed as global
21063 vars.
21064 (open_files): Don't compute them.
21065 (output_files): Adjust.
21066 (base_name, short_base_name): Be global.
21067 Adjust dependencies.
21068
21069 2000-12-19 Akim Demaille <akim@epita.fr>
21070
21071 * src/files.c (strsuffix): New.
21072 (stringappend): Be just like strcat but allocate.
21073 (base_names): Eve out from open_files.
21074 Try to simplify the rather hairy computation of base_name and
21075 short_base_name.
21076 (open_files): Use it.
21077 * tests/suite.at (Checking output file names): New test.
21078
21079 2000-12-19 Akim Demaille <akim@epita.fr>
21080
21081 * src/system.h (obstack_grow_literal_string): Rename as...
21082 (obstack_grow_string): this.
21083 * src/output.c (output_parser): Recognize `%% actions' instead of
21084 `$'.
21085 * src/bison.s1: s/$/%% actions/.
21086 * src/bison.hairy: Likewise.
21087
21088 2000-12-19 Akim Demaille <akim@epita.fr>
21089
21090 * src/output.c (output_parser): Compute the `#line' lines when
21091 there are.
21092 * src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
21093 Suggested by Hans Aberg.
21094
21095 2000-12-19 Akim Demaille <akim@epita.fr>
21096
21097 Let the handling of the skeleton files be local to the procedures
21098 that use it.
21099
21100 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
21101 longer static.
21102 (fparser, open_extra_files): Remove.
21103 (open_files, output_files): Don't take care of fparser.
21104 * src/files.h: Adjust.
21105 * src/output.c (output_parser): Open and close the file to the
21106 skeleton.
21107 * src/reader.c (read_declarations): When %semantic_parser, open
21108 fguard.
21109
21110 2000-12-19 Akim Demaille <akim@epita.fr>
21111
21112 * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
21113 * src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
21114
21115 2000-12-19 Akim Demaille <akim@epita.fr>
21116
21117 * src/files.c (open_files): Yipee! We no longer need all the code
21118 looking for `/tmp' since we have no tmp file.
21119
21120 2000-12-19 Akim Demaille <akim@epita.fr>
21121
21122 * src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_GUARD_C):
21123 New macros.
21124 * src/files.c (open_files): Less dependency on MSDOS etc.
21125
21126 2000-12-14 Akim Demaille <akim@epita.fr>
21127
21128 * src/bison.s1 (YYLLOC_DEFAULT): New macro.
21129 Provide a default definition.
21130 Use it when executing the default @ action.
21131 * src/reader.c (reader_output_yylsp): No longer include
21132 `timestamp' and `text' in the default YYLTYPE.
21133
21134 2000-12-12 Akim Demaille <akim@epita.fr>
21135
21136 * src/reader.c (copy_definition, parse_union_decl, copy_action)
21137 (copy_guard): Quote the file names.
21138 Reported by Laurent Mascherpa.
21139
21140 2000-12-12 Akim Demaille <akim@epita.fr>
21141
21142 * src/output.c (output_headers, output_program, output): Be sure
21143 to escape special characters when outputting filenames.
21144 (ACTSTR_PROLOGUE, ACTSTR_EPILOGUE): Remove.
21145 (output_headers): Don't depend on them, Use ACTSTR.
21146
21147 2000-11-17 Akim Demaille <akim@epita.fr>
21148
21149 * lib/obstack.h: Formatting changes.
21150 (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
21151 prevents type checking.
21152 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
21153 cast the value to (void *): assigning a `foo *' to a `void *'
21154 variable is valid.
21155 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
21156 * src/reader.c (parse_union_decl): Typo: use obstack_1grow to
21157 append characters.
21158
21159 2000-11-17 Akim Demaille <akim@epita.fr>
21160
21161 * tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
21162 as...
21163 (suite.m4, regression.m4, calc.m4): these.
21164 * tests/atgeneral.m4: Update from CVS Autoconf.
21165
21166 2000-11-17 Akim Demaille <akim@epita.fr>
21167
21168 * tests/regression.m4 (%union and --defines): New test,
21169 demonstrating a current bug in the obstack implementation.
21170
21171 2000-11-17 Akim Demaille <akim@epita.fr>
21172
21173 * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
21174 macros.
21175 Use them to declare the variables which are global or local to
21176 `yyparse'.
21177
21178 2000-11-17 Akim Demaille <akim@epita.fr>
21179
21180 * acconfig.h: Remove, no longer used.
21181
21182 2000-11-07 Akim Demaille <akim@epita.fr>
21183
21184 * src: s/Copyright (C)/Copyright/g.
21185
21186 2000-11-07 Akim Demaille <akim@epita.fr>
21187
21188 * src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
21189 defining.
21190 * src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
21191
21192 2000-11-07 Akim Demaille <akim@epita.fr>
21193
21194 * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
21195 Merge in a single CPP if/else.
21196
21197 2000-11-07 Akim Demaille <akim@epita.fr>
21198
21199 * src/output.c (output): Remove useless variables.
21200 * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
21201 argument `data' for consistency with the prototypes.
21202 Qualify it `const'.
21203 (obstack_copy, obstack_copy0): Rename the second argument as
21204 `address' for consistency. Qualify it `const'.
21205 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
21206 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
21207 `const' their input argument (`data' or `address').
21208 Adjust the corresponding macros to include `const' in casts.
21209
21210 2000-11-03 Akim Demaille <akim@epita.fr>
21211
21212 * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
21213 s/PFILE1/BISON_HAIRY/.
21214 Adjust dependencies.
21215
21216 2000-11-03 Akim Demaille <akim@epita.fr>
21217
21218 For some reason, this was not applied.
21219
21220 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
21221 `unlink': it's no longer used.
21222
21223 2000-11-03 Akim Demaille <akim@epita.fr>
21224
21225 * src/files.c (skeleton_find): New function, eved out of...
21226 (open_files, open_extra_files): here.
21227
21228 2000-11-03 Akim Demaille <akim@epita.fr>
21229
21230 Don't use `atexit'.
21231
21232 * src/files.c (obstack_save): New function.
21233 (done): Rename as...
21234 (output_files): this.
21235 Use `obstack_save'.
21236 * src/main.c (main): Don't use `atexit' to register `done', since
21237 it no longer has to remove tmp files, just call `output_files'
21238 when there are no errors.
21239
21240 2000-11-02 Akim Demaille <akim@epita.fr>
21241
21242 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
21243 `unlink': it's no longer used.
21244 * src/files.h: Formatting changes.
21245
21246 2000-11-02 Akim Demaille <akim@epita.fr>
21247
21248 Remove the last uses of mktemp and unlink/delete.
21249
21250 * src/files.c (fdefines, ftable): Removed.
21251 (defines_ostack, table_obstack): New.
21252 Adjust dependencies of the former into uses of the latter.
21253 * src/output.c (output_short_or_char_table, output_short_table):
21254 Convert to using obstacks.
21255 * src/reader.c (copy_comment2): Accept one FILE * and two
21256 obstacks.
21257 (output_token_defines, reader_output_yylsp): Use obstacks.
21258 * src/system.h (obstack_fgrow3): New.
21259 * po/POTFILES.in: Adjust.
21260
21261 2000-11-01 Akim Demaille <akim@epita.fr>
21262
21263 Change each use of `fattrs' into a use of `attrs_obstack'.
21264
21265 * src/reader.c (copy_at): Typo: s/yylloc/yyloc/.
21266 * src/files.c (fattrs): Remove.
21267 (attrs_obstack): New.
21268 Adjust all dependencies.
21269 (done): If SEMANTIC_PARSER, dump attrs_obstack into attrsfile.
21270
21271 2000-11-01 Akim Demaille <akim@epita.fr>
21272
21273 Introduce obstacks.
21274 Change each use of `faction' into a use of `action_obstack'.
21275
21276 * lib/obstack.h, lib/obstack.c: New files.
21277 * src/files.c (faction): Remove.
21278 (action_obstack): New.
21279 Adjust all dependencies.
21280
21281 2000-10-20 Akim Demaille <akim@epita.fr>
21282
21283 * lib/quote.h (PARAMS): New macro. Use it.
21284
21285 2000-10-16 Akim Demaille <akim@epita.fr>
21286
21287 * src/output.c (output_short_or_char_table): New function.
21288 (output_short_table, output_token_translations): Use it.
21289 (goto_actions): Use output_short_table.
21290
21291 2000-10-16 Akim Demaille <akim@epita.fr>
21292
21293 * src/symtab.c (bucket_new): New function.
21294 (getsym): Use it.
21295
21296 * src/output.c (output_short_table): New argument to display the
21297 comment associated with the table.
21298 Adjust dependencies.
21299 (output_gram): Use it.
21300 (output_rule_data): Nicer output layout for YYTNAME.
21301
21302 2000-10-16 Akim Demaille <akim@epita.fr>
21303
21304 * src/lex.c (read_typename): New function.
21305 (lex): Use it.
21306 * src/reader.c (copy_dollar): Likewise.
21307
21308 2000-10-16 Akim Demaille <akim@epita.fr>
21309
21310 * src/reader.c (copy_comment2): Expect the input stream to be on
21311 the `/' which is suspected to open a comment, instead of being
21312 called after `//' or `/*' was read.
21313 (copy_comment, copy_definition, parse_union_decl, copy_action)
21314 (copy_guard): Adjust.
21315
21316 2000-10-16 Akim Demaille <akim@epita.fr>
21317
21318 * src/reader.c (parse_expect_decl): Use `skip_white_space' and
21319 `read_signed_integer'.
21320
21321 2000-10-16 Akim Demaille <akim@epita.fr>
21322
21323 * src/reader.c (copy_dollar): New function.
21324 (copy_guard, copy_action): Use it.
21325
21326 2000-10-16 Akim Demaille <akim@epita.fr>
21327
21328 * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
21329 * m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
21330 New files, from Fileutils 4.0.27.
21331 * src/main.c (printable_version): Remove.
21332 * src/lex.c, src/reader.c: Use `quote'.
21333
21334 2000-10-04 Akim Demaille <akim@epita.fr>
21335
21336 * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
21337
21338 2000-10-04 Akim Demaille <akim@epita.fr>
21339
21340 * doc/bison.texinfo: Various typos spotted by Neil Booth.
21341
21342 2000-10-04 Akim Demaille <akim@epita.fr>
21343
21344 When a literal string is used to define two different tokens,
21345 `bison -v' segfaults.
21346 Reported by Piotr Gackiewicz, and fixed by Neil Booth.
21347
21348 * tests/regression.m4: New file.
21349 Include the core of the sample provided by Piotr Gackiewicz.
21350 * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
21351 properly.
21352
21353 2000-10-04 Akim Demaille <akim@epita.fr>
21354
21355 * src/reader.c (parse_expect_decl): Keep `count' within the size
21356 of `buffer'.
21357 From Neil Booth.
21358
21359 2000-10-02 Paul Eggert <eggert@twinsun.com>
21360
21361 * bison.s1 (yyparse): Assign the default value
21362 unconditionally, to avoid a GCC warning and make the parser a
21363 tad smaller.
21364
21365 2000-10-02 Akim Demaille <akim@epita.fr>
21366
21367 * src/getargs.c (getargs): Don't dump `--help' on unrecognized
21368 options.
21369
21370 2000-10-02 Akim Demaille <akim@epita.fr>
21371
21372 * src/derives.c, src/print.c, src/reduce.c: To ease the
21373 translation, move some `\n' out of the translated strings.
21374
21375 2000-10-02 Akim Demaille <akim@epita.fr>
21376
21377 The location tracking mechanism is precious for parse error
21378 messages. Nevertheless, it is enabled only when `@n' is used in
21379 the grammar, which is a different issue (you can use it in error
21380 message, but not in the grammar per se). Therefore, there should
21381 be another means to enable it.
21382
21383 * src/getargs.c (getargs): Support `--locations'.
21384 (usage): Report it.
21385 * src/getargs.h (locationsflag): Export it.
21386 * src/lex.c (percent_table): Support `%locations'.
21387 * src/reader.c (yylsp_needed): Remove this variable, now replaced
21388 with `locationsflag'.
21389 * doc/bison.texinfo: Document `--locations' and `%locations'.
21390 Sort the options.
21391 * tests/calc.m4: Test it.
21392
21393 For regularity of the names, replace each
21394 (nolineflag, toknumflag, rawtokenumflag, noparserflag): with...
21395 (no_lineflag, token_tableflag, rawflag, no_parserflag): this.
21396 In addition replace each `flag' with `_flag'.
21397
21398 2000-10-02 Akim Demaille <akim@epita.fr>
21399
21400 Also test parse error messages, including with YYERROR_VERBOSE.
21401
21402 * tests/calc.m4 (calc.y): Add support for `exp = exp' (non
21403 associative).
21404 Use it to check the computations.
21405 Use it to check `nonassoc' is honored.
21406 (AT_DATA_CALC_Y): Equip `calc.y' with YYERROR_VERBOSE when passed
21407 `--yyerror-verbose'.
21408 (_AT_CHECK_CALC): Adjust to this option.
21409 (_AT_CHECK_CALC_ERROR): New macro to check parse error messages.
21410
21411 2000-10-02 Akim Demaille <akim@epita.fr>
21412
21413 Test also `--verbose', `--defines' and `--name-prefix'. Testing
21414 the latter demonstrates a flaw in the handling of non debugging
21415 parsers introduced by myself on 2000-03-16: `#define yydebug 0'
21416 was used in order to simplify:
21417
21418 #if YYDEBUG
21419 if (yydebug)
21420 {
21421 ...
21422 }
21423 #endif
21424
21425 into
21426
21427 if (yydebug)
21428 {
21429 ...
21430 }
21431
21432 unfortunately this leads to a CPP conflict when
21433 `--name-prefix=foo' is used since it produces `#define yydebug
21434 foodebug'.
21435
21436 * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
21437 (YYDPRINTF): New macro.
21438 Spread its use.
21439 * tests/calc.m4 (AT_CHECK_CALC): Do require a title, build it from
21440 the bison options.
21441 Also test `--verbose', `--defines' and `--name-prefix'.
21442
21443 2000-10-02 Akim Demaille <akim@epita.fr>
21444
21445 Improve the readability of the produced parsers.
21446
21447 * src/bison.s1: Formatting changes.
21448 Improve the comment related to the `$' mark.
21449 (yydefault): Don't fall through to `yyresume': `goto' there.
21450 * src/output.c (output_parser): When the `$' is met, skip the end
21451 of its line.
21452 New variable, `number_of_dollar_signs', to check there's exactly
21453 one `$' in the parser skeleton.
21454
21455 2000-10-02 Akim Demaille <akim@epita.fr>
21456
21457 * lib/xstrdup.c: New file, from the fileutils.
21458 * src/reader.c (parse_token_decl, get_type_name, parse_type_decl)
21459 (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
21460 instead of strlen + xmalloc + strcpy.
21461 * src/symtab.c (copys): Remove, use xstrdup instead.
21462
21463 2000-10-02 Akim Demaille <akim@epita.fr>
21464
21465 * src/gram.h (associativity): New enum type which replaces the
21466 former CPP macros `RIGHT_ASSOC', `LEFT_ASSOC' and `NON_ASSOC' with
21467 `right_assoc', `left_assoc' and `non_assoc'.
21468 Adjust all dependencies.
21469 * src/reader.c: Formatting changes.
21470 (LTYPESTR): Don't define it, use it as a literal in
21471 `reader_output_yylsp'.
21472 * src/symtab.h (symbol_class): New enum type which replaces the
21473 former CPP macros `SUNKNOWN', `STOKEN and `SNTERM' with
21474 `sunknown', `stoken and `snterm'.
21475
21476 2000-10-02 Akim Demaille <akim@epita.fr>
21477
21478 * src/getargs.c (fixed_outfiles): Rename as...
21479 (yaccflag): for consistency and accuracy.
21480 Adjust dependencies.
21481
21482 2000-10-02 Akim Demaille <akim@epita.fr>
21483
21484 Use the more standard files `xalloc.h' and `xmalloc.c' instead of
21485 Bison's `allocate.c' and `alloc.h'. This patch was surprisingly
21486 difficult and introduced a lot of core dump. It turns out that
21487 Bison used an implementation of `xmalloc' based on `calloc', and
21488 at various places it does depend upon the initialization to 0. I
21489 have not tried to isolate the pertinent places, and all the former
21490 calls to Bison's `xmalloc' are now using `XCALLOC'. Someday,
21491 someone should address this issue.
21492
21493 * src/allocate.c, src/alloc.h, m4/bison-decl.m4: Remove.
21494 * lib/xmalloc.c, lib/xalloc.h, m4/malloc.m4, m4/realloc.m4: New
21495 files.
21496 Adjust dependencies.
21497 * src/warshall.h: New file.
21498 Propagate.
21499
21500 2000-10-02 Akim Demaille <akim@epita.fr>
21501
21502 Various anti-`extern in *.c' changes.
21503
21504 * src/system.h: Include `assert.h'.
21505
21506 2000-10-02 Akim Demaille <akim@epita.fr>
21507
21508 * src/state.h (nstates, final_state, first_state, first_shift)
21509 (first_reduction): Move their exportation from here...
21510 * src/LR0.h: to here.
21511 Adjust dependencies.
21512 * src/getargs.c (statisticsflag): New variable.
21513 Add support for `--statistics'.
21514 Adjust dependencies.
21515
21516 Remove a lot of now useless `extern' statements in most files.
21517
21518 2000-10-02 Akim Demaille <akim@epita.fr>
21519
21520 * src/LR0.h: New file.
21521 Propagate its use.
21522
21523 2000-10-02 Akim Demaille <akim@epita.fr>
21524
21525 * src/print.h: New file.
21526 Propagate its use.
21527 * src/print.c: Formatting and ordering changes.
21528 (verbose, terse): Replace with...
21529 (print_results): this new function.
21530 Adjust dependencies.
21531
21532 2000-10-02 Akim Demaille <akim@epita.fr>
21533
21534 * src/conflicts.c (conflict_report): New function.
21535 (conflict_log, verbose_conflict_log): Replace with...
21536 (print_conflicts): this function.
21537 Adjust dependencies.
21538 * src/conflicts.h: New file.
21539 Propagate its inclusion.
21540
21541 2000-10-02 Akim Demaille <akim@epita.fr>
21542
21543 * src/nullable.h: New file.
21544 Propagate its inclusion.
21545 * src/nullable.c: Formatting changes.
21546
21547 2000-10-02 Akim Demaille <akim@epita.fr>
21548
21549 * src/reduce.h: New file.
21550 Propagate its inclusion.
21551 * src/reduce.c: Topological sort and other formatting changes.
21552 (bool, TRUE, FALSE): Move their definition to...
21553 * src/system.h: here.
21554
21555 2000-10-02 Akim Demaille <akim@epita.fr>
21556
21557 * src/files.c: Formatting changes.
21558 (tryopen, tryclose, openfiles): Rename as...
21559 (xfopen, xfclose, open_files): this.
21560 (stringappend): static.
21561 * src/files.h: Complete the list of exported symbols.
21562 Propagate its use.
21563
21564 2000-10-02 Akim Demaille <akim@epita.fr>
21565
21566 * src/reader.h: New file.
21567 Propagate its use instead of tedious list of `extern' and
21568 prototypes.
21569 * src/reader.c: Formatting changes, topological sort,
21570 s/register//.
21571
21572 2000-10-02 Akim Demaille <akim@epita.fr>
21573
21574 * src/lex.h: Prototype `lex.c' exported functions.
21575 * src/reader.c: Adjust.
21576 * src/lex.c: Formatting changes.
21577 (safegetc): Rename as...
21578 (xgetc): this.
21579
21580 2000-10-02 Akim Demaille <akim@epita.fr>
21581
21582 * src/lalr.h: New file.
21583 Propagate its inclusion instead of prototypes and `extern'.
21584 * src/lalr.c: Formatting changes, topological sorting etc.
21585
21586 2000-10-02 Akim Demaille <akim@epita.fr>
21587
21588 * src/output.c (token_actions): Introduce a temporary array,
21589 YYDEFACT, that makes it possible for this function to use
21590 output_short_table.
21591
21592 2000-10-02 Akim Demaille <akim@epita.fr>
21593
21594 `user_toknums' is output as a `short[]' in `output.c', while it is
21595 defined as a `int[]' in `reader.c'. For consistency with the
21596 other output tables, `user_toknums' is now defined as a table of
21597 shorts.
21598
21599 * src/reader.c (user_toknums): Be a short table instead of an int
21600 table.
21601 Adjust dependencies.
21602
21603 Factor the short table outputs.
21604
21605 * src/output.c (output_short_table): New function.
21606 * src/output.c (output_gram, output_stos, output_rule_data)
21607 (output_base, output_table, output_check): Use it.
21608
21609 2000-10-02 Akim Demaille <akim@epita.fr>
21610
21611 * src/output.c (output): Topological sort of the functions, in
21612 order to get rid of the `static' prototypes.
21613 No longer use `register'.
21614 * src/output.h: New file.
21615 Propagate its inclusion in files explicitly prototyping functions
21616 from output.c.
21617
21618 2000-09-21 Akim Demaille <akim@epita.fr>
21619
21620 * src/atgeneral.m4: Update from Autoconf.
21621
21622 2000-09-21 Akim Demaille <akim@epita.fr>
21623
21624 * src/closure.h: New file.
21625 * src/closure.c: Formatting changes, topological sort over the
21626 functions, use of closure.h.
21627 (initialize_closure, finalize_closure): Rename as...
21628 (new_closure, free_closure): these. Adjust dependencies.
21629 * src/LR0.c: Formatting changes, topological sort, use of
21630 cloture.h.
21631 (initialize_states): Rename as...
21632 (new_states): this.
21633 * src/Makefile.am (noinst_HEADERS): Adjust.
21634
21635 2000-09-20 Akim Demaille <akim@epita.fr>
21636
21637 * src/acconfig.h: Don't protect config.h against multiple
21638 inclusion.
21639 Don't define PARAMS.
21640 * src/system.h: Define PARAMS.
21641 Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the
21642 purpose of config.h. system.h must not try to fix wrong
21643 definitions in config.h.
21644
21645 2000-09-20 Akim Demaille <akim@epita.fr>
21646
21647 * src/derives.h: New file.
21648 * src/main.c, src/derives.h: Use it.
21649 Formatting changes.
21650 * src/Makefile.am (noinst_HEADERS): Adjust.
21651
21652 2000-09-20 Akim Demaille <akim@epita.fr>
21653
21654 * tests/atgeneral.m4: Update from Autoconf.
21655 * tests/calc.m4 (_AT_DATA_CALC_Y, AT_DATA_CALC_Y, _AT_CHECK_CALC)
21656 (AT_CHECK_CALC): New macros.
21657 Use these macros to test bison with options `', `--raw',
21658 `--debug', `--yacc', `--yacc --debug'.
21659
21660 2000-09-19 Akim Demaille <akim@epita.fr>
21661
21662 * src/output.c: Formatting changes.
21663 * src/machine.h: Remove, leaving its contents in...
21664 * src/system.h: here.
21665 Include stdio.h.
21666 Adjust all dependencies on stdio.h and machine.h.
21667 * src/getargs.h: New file.
21668 Let all `extern' declarations about getargs.c be replaced with
21669 inclusion of `getargs.h'.
21670 * src/Makefile.am (noinst_HEADERS): Adjust.
21671
21672 * tests/calc.m4 (yyin): Be initialized in main, not on the global
21673 scope.
21674 (yyerror): Returns void, not int.
21675 * doc/bison.texinfo: Formatting changes.
21676
21677 2000-09-19 Akim Demaille <akim@epita.fr>
21678
21679 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
21680 portable.
21681
21682 2000-09-18 Akim Demaille <akim@epita.fr>
21683
21684 * configure.in: Append WARNING_CFLAGS to CFLAGS.
21685 * src/Makefile.am (INCLUDES): Don't.
21686 Be ready to fetch headers in lib/.
21687
21688 2000-09-18 Akim Demaille <akim@epita.fr>
21689
21690 * doc/bison.texinfo: Update the copyright.
21691 ANSIfy and GNUify the examples.
21692 Remove the old menu.
21693
21694 2000-09-18 Akim Demaille <akim@epita.fr>
21695
21696 First set of tests: use the `calc' example from the documentation.
21697
21698 * src/bison.s1 (yyparse): Condition the code using `yytname' which
21699 is defined only when YYDEBUG is.
21700 * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
21701 * src/files.c (tryopen, tryclose): Formatting changes.
21702 Move to the top and be static.
21703 * src/reader.c (read_signed_integer): Likewise.
21704 * tests/calc.m4: New file.
21705 * Makefile.am, suite.m4: Adjust.
21706 * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
21707
21708 2000-09-18 Akim Demaille <akim@epita.fr>
21709
21710 Add support for an Autotest test suite for Bison.
21711
21712 * m4/m4.m4, m4/atconfig.m4: New files.
21713 * m4/Makefile.am (EXTRA_DIST): Adjust.
21714 * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
21715 files.
21716 * src/getargs.c: Display a more standard --version message.
21717 * src/reader.c (reader): Formatting changes.
21718 No longer depend upon VERSION_STRING.
21719 * configure.in: No longer use `dnl'.
21720 Set up the test suite and the new directory `tests/.
21721 (VERSION_STRING): Remove.
21722
21723 2000-04-14 Akim Demaille <akim@epita.fr>
21724
21725 * src/reader.c (copy_comment2): New function, same as former
21726 `copy_comment', but outputs into two FILE *.
21727 (copy_comment): Use it.
21728 (parse_union_decl): Use it.
21729 (get_type, parse_start_decl): Use the same `invalid' message.
21730 (parse_start_decl, parse_union_decl): Use the same `multiple'
21731 message.
21732 (parse_union_decl, copy_guard, copy_action): Use the same
21733 `unmatched' message.
21734 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
21735
21736 2000-03-31 Akim Demaille <akim@epita.fr>
21737
21738 * src/files.c (tryopen, tryclose): Move to the top.
21739 Be static.
21740
21741 2000-03-31 Akim Demaille <akim@epita.fr>
21742
21743 * src/main.c (main): Don't call `done', exit does it.
21744
21745 2000-03-31 Akim Demaille <akim@epita.fr>
21746
21747 * allocate.c: s/return (foo)/return foo/.
21748 * lalr.c: Likewise.
21749 * LR0.c: Likewise.
21750 * output.c: Likewise.
21751 * reader.c: Likewise.
21752 * symtab.c: Likewise.
21753 * vmsgetargs.c: Likewise.
21754
21755 2000-03-31 Akim Demaille <akim@epita.fr>
21756
21757 Clean up the error reporting functions.
21758
21759 * src/report.c: New file.
21760 * src/report.h: Likewise.
21761 * src/Makefile.am: Adjust.
21762 * m4/error.m4: New file.
21763 * m4/Makefile.am: Adjust.
21764 * configure.in (jm_PREREQ_ERROR): Call it.
21765 * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
21766 Remove.
21767 (fatal, fatals): Remove. All callers use complain.c::fatal.
21768 (warn, warni, warns, warnss, warnss): Remove. All callers use
21769 complain.c::complain.
21770 (toomany): Remove, use fatal instead.
21771 * src/files.c (done): No argument, use complain_message_count.
21772 * src/main.c (main): Register `done' to `atexit'.
21773
21774 * src/getargs.c (usage): More `fputs', less `fprintf'.
21775
21776 2000-03-28 Akim Demaille <akim@epita.fr>
21777
21778 * lib/: New directory.
21779 * Makefile.am (SUBDIRS): Adjust.
21780 * configure.in: Adjust.
21781 (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
21782 useless.
21783 * src/alloca.c: Moved to lib/.
21784 * src/getopt.c: Likewise.
21785 * src/getopt1.c: Likewise.
21786 * src/getopt.h: Likewise.
21787 * src/ansi2knr.c: Likewise.
21788 * src/ansi2knr.1: Likewise.
21789 * src/Makefile.am: Adjust.
21790 * lib/Makefile.am: New file.
21791
21792 2000-03-28 Akim Demaille <akim@epita.fr>
21793
21794 * src/getargs.c (usage): Refresh the help message.
21795
21796 2000-03-17 Akim Demaille <akim@epita.fr>
21797
21798 * src/getopt1.c: Updated from textutils 2.0e
21799 * src/getopt.c: Likewise.
21800 * src/getopt.h: Likewise.
21801
21802 2000-03-17 Akim Demaille <akim@epita.fr>
21803
21804 * src/Makefile.am (bison.simple): Fix the awk program: quote only
21805 the file name, not the whole `#line LINE FILE'.
21806
21807 2000-03-17 Akim Demaille <akim@epita.fr>
21808
21809 On syntax errors, report the token on which we choked.
21810
21811 * src/bison.s1 (yyparse): In the label yyerrlab, when
21812 YYERROR_VERBOSE, add yychar in msg.
21813
21814 2000-03-17 Akim Demaille <akim@epita.fr>
21815
21816 * src/reader.c (copy_at): New function.
21817 (copy_guard): Use it.
21818 (copy_action): Use it.
21819
21820 2000-03-17 Akim Demaille <akim@epita.fr>
21821
21822 Be kind to translators, save some useless translations.
21823
21824 * src/main.c (banner): New function.
21825 (fatal_banner): Use it.
21826 (warn_banner): Use it.
21827
21828 2000-03-17 Akim Demaille <akim@epita.fr>
21829
21830 * src/reader.c (copy_definition): Use copy_string and
21831 copy_comment. Removed now unused `match', `ended',
21832 `cplus_comment'.
21833 (copy_comment, copy_string): Moved, to be visible from
21834 copy_definition.
21835
21836 2000-03-17 Akim Demaille <akim@epita.fr>
21837
21838 * src/reader.c (copy_string): Declare `static inline'. No
21839 problems with inline, since it is checked by configure.
21840 (copy_comment): Likewise.
21841
21842 2000-03-17 Akim Demaille <akim@epita.fr>
21843
21844 * src/reader.c (packsymbols): Formatting changes.
21845
21846 2000-03-17 Akim Demaille <akim@epita.fr>
21847
21848 * src/reader.c (copy_comment): New function, factored out from:
21849 (copy_action): Use it. Removed now unused `match', `ended',
21850 `cplus_comment'.
21851 (copy_guard): Likewise.
21852
21853 2000-03-17 Akim Demaille <akim@epita.fr>
21854
21855 * src/reader.c (copy_string): New function, factored out from:
21856 (copy_action): Use it.
21857 (copy_guard): Likewise.
21858
21859 2000-03-17 Akim Demaille <akim@epita.fr>
21860
21861 Change the handling of @s so that they behave exactly like $s.
21862 There is now a pseudo variable @$ (readble and writable), location
21863 of the lhs of the rule (by default ranging from the location of
21864 the first symbol of the rhs, to the location of the last symbol,
21865 or, if the rhs is empty, YYLLOC).
21866
21867 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
21868 yyval.
21869 (yyparse): When providing a default semantic action, provide a
21870 default location action.
21871 (after the $): No longer change `*YYLSP', just stack YYLOC the
21872 same way you stack YYVAL.
21873 * src/reader.c (read_declarations): Use warns.
21874 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
21875 (copy_action, case '@'): Likewise.
21876 Use a standard error message, to save useless work from
21877 translators.
21878
21879 2000-03-17 Akim Demaille <akim@epita.fr>
21880
21881 * src/bison.s1: Formatting and cosmetics changes.
21882 * src/reader.c: Likewise.
21883 Update the Copyright notice.
21884
21885 2000-03-17 Akim Demaille <akim@epita.fr>
21886
21887 * src/bison.s1 (#line): All set to `#line' only, since the
21888 Makefile now handles them.
21889
21890 2000-03-16 Akim Demaille <akim@epita.fr>
21891
21892 * src/output.c (output_rule_data): Output the documentation of
21893 some of the tables.
21894 (Copyright notice): Update.
21895 Formatting changes.
21896
21897 2000-03-16 Akim Demaille <akim@epita.fr>
21898
21899 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
21900 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
21901 One `#if YYDEBUG' remains, since it uses variables which are
21902 defined only if `YYDEBUG != 0'.
21903
21904 2000-03-16 Akim Demaille <akim@epita.fr>
21905
21906 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
21907 and related variables so that the similarities are highlighted.
21908
21909 2000-03-16 Akim Demaille <akim@epita.fr>
21910
21911 * src/bison.s1: Properly indent CPP directives.
21912
21913 2000-03-16 Akim Demaille <akim@epita.fr>
21914
21915 * src/bison.s1: Properly indent the `alloca' CPP section.
21916
21917 2000-03-16 Akim Demaille <akim@epita.fr>
21918
21919 Do not hard code values of directories in `configure.in'.
21920 Update the `configure' tool chain.
21921
21922 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
21923 src/makefile.am.
21924 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
21925 (AC_OUTPUT): Add m4/Makefile.
21926 Bump to bison 1.28a, 1.29 has never been released.
21927 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
21928 handled via src/Makefile.am.
21929 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
21930 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
21931 autoheader.
21932 * Makefile.am (SUBDIRS): Add m4.
21933 (ACLOCAL_AM_FLAGS): New variable.
21934 (AUTOMAKE_OPTIONS): Add check-news.
21935 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
21936 the proper line number and file name.
21937 (DEFS): Propagate the location of bison library files and of the
21938 locale files.
21939 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
21940 builddir.
21941 * acinclude.m4: Remove, replaced by the directory m4.
21942 * m4/Makefile.am (EXTRA_DIST): New variable.
21943 * m4/gettext.m4: New file, from the fileutils.
21944 * m4/lcmessage.m4: Likewise
21945 * m4/progtest.m4: Likewise.
21946 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
21947
21948 2000-03-10 Akim Demaille <akim@epita.fr>
21949
21950 * src/closure.c:
21951 Formatting changes of various comments.
21952 Respect the GNU coding standards at various places.
21953 Don't use `_()' when no translation is needed.
21954
21955 1999-12-13 Jesse Thilo <jthilo@gnu.org>
21956
21957 * src/files.c:
21958 OS/2 honors TMPDIR environment variable.
21959
21960 1999-12-13 Jesse Thilo <jthilo@gnu.org>
21961
21962 * doc/bison.texinfo: Tweaked spelling and grammar.
21963 Updated ISBN.
21964 Removed reference to price of printed copy.
21965 Mention BISON_SIMPLE and BISON_HAIRY.
21966
21967 1999-12-13 Jesse Thilo <jthilo@gnu.org>
21968
21969 * configure.in, NEWS:
21970 Bison 1.29 released.
21971
21972 1999-10-27 Jesse Thilo <jthilo@gnu.org>
21973
21974 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
21975 Added reference card.
21976
21977 1999-07-26 Jesse Thilo <jthilo@gnu.org>
21978
21979 * po/ru.po: Added Russian translation.
21980
21981 1999-07-26 Jesse Thilo <jthilo@gnu.org>
21982
21983 * configure.in: Added Russian translation.
21984
21985 1999-07-06 Jesse Thilo <jthilo@gnu.org>
21986
21987 * configure.in, NEWS, README:
21988 Released version 1.28.
21989
21990 1999-06-14 Jesse Thilo <jthilo@gnu.org>
21991
21992 * src/system.h:
21993 Squashed redefinition warning on some systems.
21994
21995 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
21996 Have configure build version string instead of relying on ANSI string
21997 concatentation.
21998
21999 1999-06-14 Jesse Thilo <jthilo@gnu.org>
22000
22001 * po/POTFILES.in: Got rid of version.c.
22002
22003 1999-06-14 Jesse Thilo <jthilo@gnu.org>
22004
22005 * acconfig.h, configure.in:
22006 Have configure build version string instead of relying on ANSI string
22007 concatentation.
22008
22009 1999-06-08 Jesse Thilo <jthilo@gnu.org>
22010
22011 * doc/bison.1:
22012 Dropped mention of `+' for long-named options.
22013
22014 1999-05-30 Jesse Thilo <jthilo@gnu.org>
22015
22016 * src/files.c: Added <unistd.h> for unlink().
22017
22018 * src/Makefile.am, src/system.h:
22019 I18n fixes.
22020
22021 1999-05-30 Jesse Thilo <jthilo@gnu.org>
22022
22023 * README: Added a FAQ list.
22024
22025 * configure.in, acconfig.h:
22026 I18n fixes.
22027
22028 1999-05-30 Jesse Thilo <jthilo@gnu.org>
22029
22030 * doc/FAQ, doc/Makefile.am:
22031 Added a FAQ list.
22032
22033 1999-05-19 Jesse Thilo <jthilo@gnu.org>
22034
22035 * src/alloc.h, src/symtab.h, src/version.c:
22036 Protected inclusion of "config.h" with HAVE_CONFIG_H.
22037
22038 1999-04-18 Jesse Thilo <jthilo@gnu.org>
22039
22040 * src/.cvsignore, src/Makefile.am:
22041 Reorganized: sources in `src', documentation in `doc'.
22042
22043 * src/lex.c (literalchar):
22044 fixed the code for escaping double quotes (thanks
22045 Jonathan Czisny.)
22046
22047 1999-04-18 Jesse Thilo <jthilo@gnu.org>
22048
22049 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
22050 Adjusted paths to reflect directory reorganization.
22051
22052 1999-04-18 Jesse Thilo <jthilo@gnu.org>
22053
22054 * doc/.cvsignore, doc/Makefile.am:
22055 Reorganized: sources in `src', documentation in `doc'.
22056
22057 1999-04-18 Jesse Thilo <jthilo@gnu.org>
22058
22059 * configure.in:
22060 Updated AC_INIT file to reflect directory reorganization.
22061
22062 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
22063 Reorganized: sources in `src', documentation in `doc'.
22064
22065 1999-04-13 Jesse Thilo <jthilo@gnu.org>
22066
22067 * src/allocate.c:
22068 Don't declare calloc() and realloc() if not necessary.
22069
22070 1999-04-13 Jesse Thilo <jthilo@gnu.org>
22071
22072 * configure.in, acconfig.h, acinclude.m4:
22073 Don't declare calloc() and realloc() if not necessary.
22074
22075 1999-03-23 Jesse Thilo <jthilo@gnu.org>
22076
22077 * po/.cvsignore: Added i18n support.
22078
22079 1999-03-23 Jesse Thilo <jthilo@gnu.org>
22080
22081 * acconfig.h, configure.in, Makefile.am:
22082 Added i18n support.
22083
22084 1999-03-22 Jesse Thilo <jthilo@gnu.org>
22085
22086 * src/bison.s1: Fixed #line numbers.
22087
22088 1999-03-15 Jesse Thilo <jthilo@gnu.org>
22089
22090 * po/es.po, po/fr.po, po/nl.po, po/de.po:
22091 Added PO files from Translation Project.
22092
22093 1999-03-03 Jesse Thilo <jthilo@gnu.org>
22094
22095 * Makefile.am:
22096 Added support for non-ANSI compilers (ansi2knr).
22097
22098 1999-02-16 Jesse Thilo <jthilo@gnu.org>
22099
22100 * configure.in: Bumped version number to 1.27.
22101
22102 * Makefile.am:
22103 Added `bison.simple' to list of files removed by `make distclean'.
22104
22105 1999-02-12 Jesse Thilo <jthilo@gnu.org>
22106
22107 * src/files.c, src/files.h:
22108 Defined locations of parser files in config.h instead of Makefile.
22109
22110 1999-02-12 Jesse Thilo <jthilo@gnu.org>
22111
22112 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
22113 Defined locations of parser files in config.h instead of Makefile.
22114
22115 1999-02-09 Jesse Thilo <jthilo@gnu.org>
22116
22117 * Makefile.am:
22118 Removed inappropriate use of $< macro.
22119
22120 1999-02-05 Jesse Thilo <jthilo@gnu.org>
22121
22122 * po/Makefile.in.in, po/POTFILES.in:
22123 Add `po' directory skeleton.
22124
22125 1999-01-27 Jesse Thilo <jthilo@gnu.org>
22126
22127 * README: Document help-bison list.
22128
22129 * configure.in: Add check for mkstemp().
22130
22131 1999-01-20 Jesse Thilo <jthilo@gnu.org>
22132
22133 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
22134 Hush a few compiler warnings.
22135
22136 * src/files.c:
22137 Add tryclose(), which verifies that fclose was successful.
22138 Hush a couple of compiler warnings.
22139
22140 1999-01-20 Jesse Thilo <jthilo@gnu.org>
22141
22142 * Makefile.am, OChangeLog:
22143 ChangeLog is now automatically generated. Include the old version as
22144 OChangeLog.
22145
22146 1999-01-14 Jesse Thilo <jthilo@gnu.org>
22147
22148 * 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:
22149 Update FSF address.
22150
22151 1999-01-14 Jesse Thilo <jthilo@gnu.org>
22152
22153 * doc/bison.texinfo: Fix formatting glitch.
22154
22155 * doc/bison.texinfo: Update FSF address.
22156
22157 1999-01-14 Jesse Thilo <jthilo@gnu.org>
22158
22159 * acconfig.h: Update FSF address.
22160
22161 1999-01-08 Jesse Thilo <jthilo@gnu.org>
22162
22163 * src/system.h:
22164 Don't define PACKAGE here, since config.h defines it.
22165
22166 1998-12-30 Jesse Thilo <jthilo@gnu.org>
22167
22168 * src/reader.c: Update copyright date.
22169
22170 * src/main.c:
22171 Ditch sprintf to statically-sized buffers in fatal/warn functions in
22172 favor of output directly to stderr (avoids buffer overruns).
22173
22174 * src/reader.c: Some checks for premature EOF.
22175
22176 * 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:
22177 Use prototypes if the compiler understands them.
22178
22179 * src/files.c: Honor TMPDIR on Unix hosts.
22180 Use prototypes if the compiler understands them.
22181
22182 * src/reader.c:
22183 Fix a couple of buffer overrun bugs.
22184 Use prototypes if the compiler understands them.
22185
22186 * src/system.h: Include unistd.h and ctype.h.
22187 Use #ifdef instead of #if for NLS symbols.
22188
22189 1998-12-30 Jesse Thilo <jthilo@gnu.org>
22190
22191 * doc/bison.texinfo:
22192 Delete comment "consider using @set for edition number, etc..." since
22193 we now are doing so.
22194
22195 1998-12-30 Jesse Thilo <jthilo@gnu.org>
22196
22197 * configure.in:
22198 Use prototypes if the compiler understands them.
22199
22200 * NEWS: Document 1.26 highlights.
22201
22202 * Makefile.am: Require Automake 1.3 or later.
22203
22204 * acconfig.h:
22205 Use prototypes if the compiler understands them.
22206
22207 1998-12-29 Jesse Thilo <jthilo@gnu.org>
22208
22209 * src/version.c:
22210 Use VERSION symbol from automake for version number.
22211
22212 1998-12-29 Jesse Thilo <jthilo@gnu.org>
22213
22214 * acconfig.h, configure.in, version.cin:
22215 Use VERSION symbol from automake for version number.
22216
22217 1998-11-28 Jesse Thilo <jthilo@gnu.org>
22218
22219 * Makefile.am:
22220 Distribute original version of simple parser (bison.s1), not built
22221 version (bison.simple).
22222
22223 1998-11-28 Jesse Thilo <jthilo@gnu.org>
22224
22225 * doc/bison.texinfo: Add info dir entry.
22226
22227 * doc/bison.texinfo:
22228 Let automake put version number into documentation.
22229
22230 1998-11-26 Jesse Thilo <jthilo@gnu.org>
22231
22232 * src/bison.cld, src/build.com, src/vmshlp.mar:
22233 Add non-RCS files from /gd/gnu/bison.
22234
22235 1998-11-26 Jesse Thilo <jthilo@gnu.org>
22236
22237 * doc/bison.1:
22238 Document the BISON_HAIRY and BISON_SIMPLE variables.
22239
22240 1998-11-25 Jesse Thilo <jthilo@gnu.org>
22241
22242 * src/version.c: Build version.c automatically.
22243
22244 * src/reader.c:
22245 Fix token numbering (used to start at 258, not 257).
22246
22247 * src/system.h: Include config.h.
22248
22249 * src/getargs.c: Update bug report address.
22250
22251 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
22252 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
22253
22254 1998-11-25 Jesse Thilo <jthilo@gnu.org>
22255
22256 * Makefile.am:
22257 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
22258
22259 * configure.in, version.cin:
22260 Build version.c automatically.
22261
22262 * AUTHORS: Add AUTHORS file.
22263
22264 * README: Update bug report address.
22265
22266 * bison.simple:
22267 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
22268
22269 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
22270 Add automake stuff.
22271
22272 1998-11-25 Jesse Thilo <jthilo@gnu.org>
22273
22274 * doc/bison.texinfo: Clean up some formatting.
22275
22276 1998-05-05 Richard Stallman <rms@gnu.org>
22277
22278 * doc/bison.texinfo:
22279 Explain better why to make a pure parser.
22280
22281 1998-01-05 Richard Stallman <rms@gnu.org>
22282
22283 * src/files.c (openfiles):
22284 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
22285 find a temporary directory, if possible. Do not unlink files while
22286 they are open.
22287
22288 1997-08-25 Richard Stallman <rms@gnu.org>
22289
22290 * src/reader.c (stack_offset;):
22291 Change some warni to warns.
22292
22293 * src/lex.c (literalchar): Use warns, not warni.
22294
22295 1997-06-28 Richard Stallman <rms@gnu.org>
22296
22297 * src/bison.s1: Add a Bison version comment.
22298
22299 * src/main.c (fatal, warn, berror):
22300 Use program_name.
22301
22302 1997-06-28 Richard Stallman <rms@gnu.org>
22303
22304 * Makefile.in (bison_version): New variable.
22305 (dist): Use that variable.
22306 (bison.s1): Substitute the Bison version into bison.simple.
22307
22308 * bison.simple: Add a Bison version comment.
22309
22310 1997-06-18 Richard Stallman <rms@gnu.org>
22311
22312 * src/main.c (fatal, warn, berror):
22313 Make error messages standard.
22314 (toomany): Improve error message text.
22315
22316 * 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:
22317 new.h renamed to alloc.h.
22318
22319 1997-06-18 Richard Stallman <rms@gnu.org>
22320
22321 * Makefile.in: new.h renamed to alloc.h.
22322
22323 1997-05-24 Richard Stallman <rms@gnu.org>
22324
22325 * src/lex.c (literalchar):
22326 Fix the code for escaping \, " and '.
22327
22328 (lex): Avoid trouble when there are many chars
22329 to discard in a char literal with just several chars in it.
22330
22331 1997-05-17 Richard Stallman <rms@gnu.org>
22332
22333 * src/bison.s1:
22334 Use malloc, if using alloca is troublesome.
22335 (YYSTACK_USE_ALLOCA): New flag macro.
22336 Define it for some systems and compilers.
22337 (YYSTACK_ALLOC): New macro.
22338 (yyparse): Use YYSTACK_ALLOC to allocate stack.
22339 If it was malloc'd, free it.
22340
22341 1997-05-17 Richard Stallman <rms@gnu.org>
22342
22343 * bison.simple:
22344 Use malloc, if using alloca is troublesome.
22345 (YYSTACK_USE_ALLOCA): New flag macro.
22346 Define it for some systems and compilers.
22347 (YYSTACK_ALLOC): New macro.
22348 (yyparse): Use YYSTACK_ALLOC to allocate stack.
22349 If it was malloc'd, free it.
22350
22351 1997-04-23 Richard Stallman <rms@gnu.org>
22352
22353 * src/bison.s1:
22354 (alloca) [__hpux]: Always define as __builtin_alloca.
22355
22356 1997-04-23 Richard Stallman <rms@gnu.org>
22357
22358 * bison.simple:
22359 (alloca) [__hpux]: Always define as __builtin_alloca.
22360
22361 1997-04-22 Richard Stallman <rms@gnu.org>
22362
22363 * src/bison.s1:
22364 [__hpux]: Include alloca.h (right for HPUX 10)
22365 instead of declaring alloca (right for HPUX 9).
22366
22367 * src/bison.s1 (__yy_memcpy):
22368 Declare arg `count' as unsigned int.
22369 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
22370
22371 1997-04-22 Richard Stallman <rms@gnu.org>
22372
22373 * bison.simple:
22374 [__hpux]: Include alloca.h (right for HPUX 10)
22375 instead of declaring alloca (right for HPUX 9).
22376
22377 * bison.simple (__yy_memcpy):
22378 Declare arg `count' as unsigned int.
22379 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
22380
22381 1997-01-03 Richard Stallman <rms@gnu.org>
22382
22383 * src/allocate.c: [__STDC__ or _MSC_VER]:
22384 Declare calloc and realloc to return void *.
22385
22386 1997-01-02 Richard Stallman <rms@gnu.org>
22387
22388 * src/system.h:
22389 [_MSC_VER]: Include stdlib.h and process.h.
22390 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
22391
22392 * src/main.c (main): Return FAILURE as a value.
22393 (printable_version): Declare arg as int, not char.
22394
22395 1997-01-02 Richard Stallman <rms@gnu.org>
22396
22397 * Makefile.in (dist):
22398 Explicitly check for symlinks, and copy them.
22399
22400 1996-12-19 Richard Stallman <rms@gnu.org>
22401
22402 * src/files.c:
22403 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
22404
22405 1996-12-18 Paul Eggert <eggert@gnu.org>
22406
22407 * src/bison.s1 (yyparse):
22408 If __GNUC__ and YYPARSE_PARAM are both defined,
22409 declare yyparse to have a void * argument.
22410
22411 1996-12-18 Paul Eggert <eggert@gnu.org>
22412
22413 * bison.simple (yyparse):
22414 If __GNUC__ and YYPARSE_PARAM are both defined,
22415 declare yyparse to have a void * argument.
22416
22417 1996-12-17 Richard Stallman <rms@gnu.org>
22418
22419 * src/reduce.c (nbits): Add some casts.
22420
22421 1996-08-12 Richard Stallman <rms@gnu.org>
22422
22423 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
22424
22425 1996-08-12 Richard Stallman <rms@gnu.org>
22426
22427 * bison.simple: Test _MSDOS as well as _MSDOS_.
22428
22429 1996-07-31 Richard Stallman <rms@gnu.org>
22430
22431 * src/bison.s1:
22432 [__sun && __i386]: Include alloca.h.
22433
22434 1996-07-31 Richard Stallman <rms@gnu.org>
22435
22436 * bison.simple:
22437 [__sun && __i386]: Include alloca.h.
22438
22439 1996-07-30 Richard Stallman <rms@gnu.org>
22440
22441 * src/bison.s1: Comment change.
22442
22443 * src/bison.s1: Test _MSDOS_, not MSDOS.
22444
22445 1996-07-30 Richard Stallman <rms@gnu.org>
22446
22447 * bison.simple: Comment change.
22448
22449 * bison.simple: Test _MSDOS_, not MSDOS.
22450
22451 1996-06-01 Richard Stallman <rms@gnu.org>
22452
22453 * 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:
22454 Insert `_' macro around many string constants.
22455
22456 * src/main.c:
22457 Insert `_' macro around many string constants.
22458
22459 (main): Call setlocale, bindtextdomain and textdomain.
22460
22461 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
22462 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
22463 [ENABLE_NLS]: Include libintl.h.
22464 [ENABLE_NLS] (gettext): Define.
22465 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
22466 (N_, PACKAGE, LOCALEDIR): New macros.
22467
22468 1996-06-01 Richard Stallman <rms@gnu.org>
22469
22470 * POTFILES.in: New file.
22471
22472 * Makefile.in (allocate.o):
22473 Define target explicitly.
22474
22475 * Makefile.in (CFLAGS): Set to @CFLAGS@.
22476 (LDFLAGS): Set to @LDFLAGS@.
22477 (configure): Run autoconf only if preceding `cd' succeeds.
22478 (bison.s1): Redirect output to temporary file then move the
22479 temporary to the target, rather than redirecting directly to bison.s1.
22480 (clean): Remove config.status and config.log.
22481 (distclean): Don't remove config.status here.
22482
22483 1996-05-12 Richard Stallman <rms@gnu.org>
22484
22485 * src/bison.s1:
22486 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
22487
22488 1996-05-12 Richard Stallman <rms@gnu.org>
22489
22490 * bison.simple:
22491 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
22492
22493 1996-05-11 Richard Stallman <rms@gnu.org>
22494
22495 * src/bison.s1 (__yy_memcpy):
22496 Really reorder the args, as was supposedly done on Feb 14 1995.
22497 (yyparse): Calls changed accordingly.
22498
22499 1996-05-11 Richard Stallman <rms@gnu.org>
22500
22501 * Makefile.in (dist): Don't use $(srcdir).
22502
22503 * bison.simple (__yy_memcpy):
22504 Really reorder the args, as was supposedly done on Feb 14 1995.
22505 (yyparse): Calls changed accordingly.
22506
22507 1996-01-27 Richard Stallman <rms@gnu.org>
22508
22509 * src/output.c (output_rule_data):
22510 Test YYERROR_VERBOSE in the conditional
22511 around the definition of ttyname.
22512
22513 1995-12-29 Richard Stallman <rms@gnu.org>
22514
22515 * src/bison.s1:
22516 Fix line numbers in #line commands.
22517
22518 1995-12-29 Richard Stallman <rms@gnu.org>
22519
22520 * bison.simple:
22521 Fix line numbers in #line commands.
22522
22523 1995-12-27 Richard Stallman <rms@gnu.org>
22524
22525 * src/bison.s1 (YYPARSE_PARAM_DECL):
22526 In C++, make it always null.
22527 (YYPARSE_PARAM_ARG): New macro.
22528 (yyparse): Use YYPARSE_PARAM_ARG.
22529
22530 1995-12-27 Richard Stallman <rms@gnu.org>
22531
22532 * bison.simple (YYPARSE_PARAM_DECL):
22533 In C++, make it always null.
22534 (YYPARSE_PARAM_ARG): New macro.
22535 (yyparse): Use YYPARSE_PARAM_ARG.
22536
22537 1995-11-29 Richard Stallman <rms@gnu.org>
22538
22539 * doc/bison.texinfo:
22540 Describe literal string tokens, %raw, %no_lines, %token_table.
22541
22542 1995-11-29 Daniel Hagerty <hag@gnu.org>
22543
22544 * doc/bison.texinfo: Fixed update date
22545
22546 1995-10-16 Richard Stallman <rms@gnu.org>
22547
22548 * src/version.c: Version 1.25.
22549
22550 1995-10-16 Richard Stallman <rms@gnu.org>
22551
22552 * NEWS: *** empty log message ***
22553
22554 1995-10-16 Richard Stallman <rms@gnu.org>
22555
22556 * doc/bison.1, doc/bison.rnh:
22557 Add new options.
22558
22559 1995-10-15 Richard Stallman <rms@gnu.org>
22560
22561 * src/vmsgetargs.c, src/getargs.c:
22562 Added -n, -k, and -raw switches.
22563 (noparserflag, toknumflag, rawtoknumflag): New variables.
22564
22565 * src/symtab.h (SALIAS):
22566 New #define for adding aliases to %token.
22567 (struct bucket): Added `alias' field.
22568
22569 * src/reduce.c (reduce_grammar):
22570 Revise error message.
22571 (print_notices): Remove final `.' from error message.
22572
22573 * src/reader.c (reader_output_yylsp):
22574 New function.
22575 (readgram): Use `#if 0' around code that accepted %command
22576 inside grammar rules: The documentation doesn't allow it,
22577 and it will fail since the %command processors scan for the next %.
22578 (parse_token_decl): Extended the %token
22579 declaration to allow a multi-character symbol as an alias.
22580 (parse_thong_decl): New function.
22581 (read_declarations): Added %thong declarations.
22582 (read_declarations): Handle NOOP to deal with allowing
22583 % declarations as another means to specify the flags.
22584 (readgram): Allow %prec prior to semantics embedded in a rule.
22585 (skip_to_char, read_declarations, copy_definition)
22586 (parse_token_decl, parse_start_decl, parse_type_decl)
22587 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
22588 (get_type_name, copy_guard, copy_action, readgram)
22589 (get_type, packsymbols): Revised most error messages.
22590 Changed `fatal' to `warnxxx' to avoid aborting for error.
22591 Revised and use multiple warnxxx functions to avoid using VARARGS1.
22592 (read_declarations): Improve the error message for
22593 an invalid character. Do not abort.
22594 (read_declarations, copy_guard, copy_action): Use
22595 printable_version to avoid unprintable characters in printed output.
22596 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
22597 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
22598 Allow the type of a non-terminal can be given
22599 more than once, as long as all specifications give the same type.
22600
22601 * src/output.c:
22602 (output_headers, output_trailers, output, output_gram)
22603 (output_rule_data): Implement noparserflag variable.
22604 Implement toknumflag variable.
22605 (output): Call reader_output_yylsp to output LTYPESTR.
22606
22607 * src/main.c (main):
22608 If reader sees an error, don't process the grammar.
22609 (fatals): Updated to not use VARARGS1.
22610 (printable_version, int_to_string, warn, warni, warns, warnss)
22611 (warnsss): New error reporting functions. Avoid abort for error.
22612
22613 * src/lex.h:
22614 Added THONG and NOOP for alias processing.
22615 Added SETOPT for the new code that allows setting options with %flags.
22616
22617 * src/lex.c:
22618 Include getopt.h. Add some extern decls.
22619 (safegetc): New function to deal with EOF gracefully.
22620 (literalchar); new function to deal with reading \ escapes.
22621 (lex): Use literalchar.
22622 (lex): Implemented "..." tokens.
22623 (literalchar, lex, parse_percent_token): Made tokenbuffer
22624 always contain the token. This includes growing the token
22625 buffer while reading an integer.
22626 (parse_percent_token): Replaced if-else statement with percent_table.
22627 (parse_percent_token): Added % declarations as another
22628 way to specify the flags -n, -l, and -r. Also added hooks for
22629 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
22630 major changes to files.c.
22631 (lex) Retain in the incoming stream a character following
22632 an incorrect '/'.
22633 (skip_white_space, lex): Revised most error messages
22634 and changed fatal to warn to avoid aborting.
22635 (percent_table): Added %thong declarations.
22636
22637 * src/gram.h: Comment changes.
22638
22639 * src/files.c (openfiles, open_extra_files, done):
22640 Add faction flag
22641 and actfile file. Handle noparserflag. Both for -n switch.
22642
22643 * src/conflicts.c (resolve_sr_conflict):
22644 Remove use of alloca.
22645
22646 1995-06-01 Jim Meyering <meyering@gnu.org>
22647
22648 * doc/bison.texinfo: *** empty log message ***
22649
22650 1995-05-06 Richard Stallman <rms@gnu.org>
22651
22652 * src/bison.s1: Comment change.
22653
22654 1995-05-06 Richard Stallman <rms@gnu.org>
22655
22656 * bison.simple: Comment change.
22657
22658 1995-05-03 Richard Stallman <rms@gnu.org>
22659
22660 * src/version.c: Version now 1.24.
22661
22662 * src/bison.s1: Change distribution terms.
22663
22664 * src/version.c: Version now 1.23.
22665
22666 1995-05-03 Richard Stallman <rms@gnu.org>
22667
22668 * doc/bison.texinfo:
22669 Rewrite "Conditions for Using Bison".
22670 Update version to 1.24.
22671
22672 1995-05-03 Richard Stallman <rms@gnu.org>
22673
22674 * bison.simple: Change distribution terms.
22675
22676 1995-02-23 Richard Stallman <rms@gnu.org>
22677
22678 * src/files.c: Test __VMS_POSIX as well as VMS.
22679
22680 1995-02-14 Jim Meyering <meyering@gnu.org>
22681
22682 * src/bison.s1 (__yy_memcpy):
22683 Renamed from __yy_bcopy to avoid
22684 confusion. Reverse FROM and TO arguments to be consistent with
22685 those of memcpy.
22686
22687 1995-02-14 Jim Meyering <meyering@gnu.org>
22688
22689 * bison.simple (__yy_memcpy):
22690 Renamed from __yy_bcopy to avoid
22691 confusion. Reverse FROM and TO arguments to be consistent with
22692 those of memcpy.
22693
22694 1994-11-10 David J. MacKenzie <djm@gnu.org>
22695
22696 * NEWS: reformat
22697
22698 * NEWS: New file.
22699
22700 * Makefile.in (DISTFILES): Include NEWS.
22701
22702 * Makefile.in (DISTFILES):
22703 Include install-sh, not install.sh.
22704
22705 * configure.in: Update to Autoconf v2 macro names.
22706
22707 1994-10-05 David J. MacKenzie <djm@gnu.org>
22708
22709 * Makefile.in: fix typo
22710
22711 * Makefile.in (prefix, exec_prefix):
22712 Let configure set them.
22713
22714 1994-09-28 David J. MacKenzie <djm@gnu.org>
22715
22716 * Makefile.in: Set datadir to $(prefix)/share.
22717
22718 1994-09-15 Richard Stallman <rms@gnu.org>
22719
22720 * src/bison.s1:
22721 Update copyright notice and GPL version.
22722
22723 1994-09-15 Richard Stallman <rms@gnu.org>
22724
22725 * bison.simple:
22726 Update copyright notice and GPL version.
22727
22728 1994-07-12 Richard Stallman <rms@gnu.org>
22729
22730 * src/reduce.c, src/reader.c:
22731 entered into RCS
22732
22733 1994-05-05 David J. MacKenzie <djm@gnu.org>
22734
22735 * Makefile.in: entered into RCS
22736
22737 1994-03-26 Richard Stallman <rms@gnu.org>
22738
22739 * src/bison.s1: entered into RCS
22740
22741 1994-03-26 Richard Stallman <rms@gnu.org>
22742
22743 * bison.simple: entered into RCS
22744
22745 1994-03-25 Richard Stallman <rms@gnu.org>
22746
22747 * src/main.c: entered into RCS
22748
22749 1994-03-24 Richard Stallman <rms@gnu.org>
22750
22751 * src/conflicts.c: entered into RCS
22752
22753 1994-01-02 Richard Stallman <rms@gnu.org>
22754
22755 * Makefile.in: *** empty log message ***
22756
22757 1993-11-21 Richard Stallman <rms@gnu.org>
22758
22759 * src/bison.s1: *** empty log message ***
22760
22761 1993-11-21 Richard Stallman <rms@gnu.org>
22762
22763 * doc/bison.texinfo: entered into RCS
22764
22765 * doc/bison.texinfo: *** empty log message ***
22766
22767 1993-11-21 Richard Stallman <rms@gnu.org>
22768
22769 * bison.simple: *** empty log message ***
22770
22771 1993-10-25 David J. MacKenzie <djm@gnu.org>
22772
22773 * doc/bison.texinfo: *** empty log message ***
22774
22775 1993-10-19 Richard Stallman <rms@gnu.org>
22776
22777 * src/bison.s1: *** empty log message ***
22778
22779 1993-10-19 Richard Stallman <rms@gnu.org>
22780
22781 * bison.simple: *** empty log message ***
22782
22783 1993-10-14 Richard Stallman <rms@gnu.org>
22784
22785 * src/bison.s1: *** empty log message ***
22786
22787 1993-10-14 Richard Stallman <rms@gnu.org>
22788
22789 * bison.simple: *** empty log message ***
22790
22791 1993-09-14 David J. MacKenzie <djm@gnu.org>
22792
22793 * doc/bison.texinfo: *** empty log message ***
22794
22795 1993-09-13 Noah Friedman <friedman@gnu.org>
22796
22797 * Makefile.in: *** empty log message ***
22798
22799 1993-09-10 Richard Stallman <rms@gnu.org>
22800
22801 * src/conflicts.c: *** empty log message ***
22802
22803 * src/system.h: entered into RCS
22804
22805 1993-09-10 Richard Stallman <rms@gnu.org>
22806
22807 * doc/bison.1: entered into RCS
22808
22809 1993-09-06 Noah Friedman <friedman@gnu.org>
22810
22811 * src/version.c: entered into RCS
22812
22813 1993-09-06 Noah Friedman <friedman@gnu.org>
22814
22815 * Makefile.in: *** empty log message ***
22816
22817 1993-07-30 David J. MacKenzie <djm@gnu.org>
22818
22819 * Makefile.in: *** empty log message ***
22820
22821 1993-07-24 Richard Stallman <rms@gnu.org>
22822
22823 * src/bison.s1: *** empty log message ***
22824
22825 1993-07-24 Richard Stallman <rms@gnu.org>
22826
22827 * bison.simple: *** empty log message ***
22828
22829 1993-07-08 David J. MacKenzie <djm@gnu.org>
22830
22831 * Makefile.in: *** empty log message ***
22832
22833 1993-07-04 Richard Stallman <rms@gnu.org>
22834
22835 * src/bison.s1: *** empty log message ***
22836
22837 1993-07-04 Richard Stallman <rms@gnu.org>
22838
22839 * bison.simple: *** empty log message ***
22840
22841 1993-06-26 David J. MacKenzie <djm@gnu.org>
22842
22843 * src/getargs.c: entered into RCS
22844
22845 1993-06-26 David J. MacKenzie <djm@gnu.org>
22846
22847 * doc/bison.texinfo: *** empty log message ***
22848
22849 * doc/bison.1: New file.
22850
22851 1993-06-25 Richard Stallman <rms@gnu.org>
22852
22853 * src/getargs.c: New file.
22854
22855 1993-06-16 Richard Stallman <rms@gnu.org>
22856
22857 * src/bison.s1: *** empty log message ***
22858
22859 1993-06-16 Richard Stallman <rms@gnu.org>
22860
22861 * bison.simple: *** empty log message ***
22862
22863 1993-06-03 Richard Stallman <rms@gnu.org>
22864
22865 * src/bison.s1: New file.
22866
22867 1993-06-03 Richard Stallman <rms@gnu.org>
22868
22869 * doc/bison.texinfo: *** empty log message ***
22870
22871 1993-06-03 Richard Stallman <rms@gnu.org>
22872
22873 * bison.simple: New file.
22874
22875 1993-05-19 Richard Stallman <rms@gnu.org>
22876
22877 * doc/bison.texinfo: New file.
22878
22879 1993-05-07 Noah Friedman <friedman@gnu.org>
22880
22881 * Makefile.in: *** empty log message ***
22882
22883 1993-04-28 Noah Friedman <friedman@gnu.org>
22884
22885 * src/reader.c: *** empty log message ***
22886
22887 1993-04-23 Noah Friedman <friedman@gnu.org>
22888
22889 * src/alloc.h: entered into RCS
22890
22891 1993-04-20 David J. MacKenzie <djm@gnu.org>
22892
22893 * src/version.c: *** empty log message ***
22894
22895 * src/files.c, src/allocate.c:
22896 entered into RCS
22897
22898 * src/reader.c: *** empty log message ***
22899
22900 * src/lex.c: entered into RCS
22901
22902 * src/conflicts.c: New file.
22903
22904 * src/symtab.c: entered into RCS
22905
22906 * src/alloc.h: New file.
22907
22908 * src/LR0.c: entered into RCS
22909
22910 1993-04-18 Noah Friedman <friedman@gnu.org>
22911
22912 * src/reader.c: New file.
22913
22914 * src/version.c: *** empty log message ***
22915
22916 1993-04-18 Noah Friedman <friedman@gnu.org>
22917
22918 * Makefile.in: *** empty log message ***
22919
22920 1993-04-17 Noah Friedman <friedman@gnu.org>
22921
22922 * Makefile.in: *** empty log message ***
22923
22924 1993-04-15 Richard Stallman <rms@gnu.org>
22925
22926 * src/main.c, src/files.c:
22927 New file.
22928
22929 1993-04-15 Noah Friedman <friedman@gnu.org>
22930
22931 * configure.in: entered into RCS
22932
22933 * configure.in: *** empty log message ***
22934
22935 * configure.in: New file.
22936
22937 1993-04-14 Richard Stallman <rms@gnu.org>
22938
22939 * Makefile.in: New file.
22940
22941 1993-04-13 Richard Stallman <rms@gnu.org>
22942
22943 * src/version.c: New file.
22944
22945 1993-03-25 Richard Stallman <rms@gnu.org>
22946
22947 * src/output.c: entered into RCS
22948
22949 1992-09-25 Richard Stallman <rms@gnu.org>
22950
22951 * configure.bat: entered into RCS
22952
22953 1992-06-22 Richard Stallman <rms@gnu.org>
22954
22955 * src/vmsgetargs.c: entered into RCS
22956
22957 1992-06-22 Richard Stallman <rms@gnu.org>
22958
22959 * doc/bison.rnh: entered into RCS
22960
22961 1992-04-20 David J. MacKenzie <djm@gnu.org>
22962
22963 * README: entered into RCS
22964
22965 1992-01-22 Richard Stallman <rms@gnu.org>
22966
22967 * src/machine.h: entered into RCS
22968
22969 1991-12-21 Richard Stallman <rms@gnu.org>
22970
22971 * src/lalr.c, src/closure.c:
22972 entered into RCS
22973
22974 1991-12-20 Richard Stallman <rms@gnu.org>
22975
22976 * src/state.h: entered into RCS
22977
22978 1991-12-18 Richard Stallman <rms@gnu.org>
22979
22980 * src/print.c, src/nullable.c, src/derives.c:
22981 entered into RCS
22982
22983 1991-11-03 David J. MacKenzie <djm@gnu.org>
22984
22985 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
22986 entered into RCS
22987
22988 1988-09-09 Richard Stallman <rms@gnu.org>
22989
22990 * src/bison.hairy: entered into RCS
22991
22992 1987-12-16 Richard Stallman <rms@gnu.org>
22993
22994 * REFERENCES: entered into RCS
22995
22996
22997 -----
22998
22999 Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996,
23000 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
23001 Free Software Foundation, Inc.
23002
23003 Copying and distribution of this file, with or without
23004 modification, are permitted provided the copyright notice and this
23005 notice are preserved.