Fix glr.cc's debug level handling.
[bison/ericb.git] / ChangeLog
blobe4801fbbb3527ae3ff26737edb4c84d9b3903b97
1 2009-02-25  Akim Demaille  <demaille@gostai.com>
3         Fix glr.cc's debug level handling.
4         * data/glr.cc (yydebug_): Remove, as it is actually yydebug from
5         glr.c which is used.
6         (debug_level, set_debug_level): Adjust.
8 2009-02-25  Akim Demaille  <demaille@gostai.com>
10         Copyright years.
11         * data/glr.c: Add 2007 and 2008 here, consistenly with the comments.
13 2009-02-25  Akim Demaille  <demaille@gostai.com>
15         Style changes.
16         * etc/bench.pl.in (generate_grammar_list): Consitently use
17         location_type, not yy::location.
19 2009-02-25  Akim Demaille  <demaille@gostai.com>
21         Comment change.
22         * data/lalr1.cc: here.
24 2009-02-19  Akim Demaille  <demaille@gostai.com>
26         Make yyparser::error public.
27         * data/lalr1.cc: here.
28         There is no good reason to keep it private (and it is convenient
29         to use it from the scanner for instance).  It is already public in
30         glr.cc.
32 2009-02-19  Akim Demaille  <demaille@gostai.com>
34         Comment changes.
35         * data/glr.cc: here.
37 2009-02-19  Akim Demaille  <demaille@gostai.com>
39         Remove trailing blanks.
40         The epilogue has its own ending 
41         , no need to add another.
42         
43         * data/glr.c, data/lalr1.java, data/yacc.c: dnl when outputing the
44         epilogue.
45         * data/glr.cc: dnl when extending the epilogue.
46         Remove stray "private:".
48 2009-02-19  Akim Demaille  <demaille@gostai.com>
50         Use b4_c_modern.
51         * data/c.m4 (b4_c_function_decl): Here.
53 2009-02-19  Akim Demaille  <demaille@gostai.com>
55         Comment changes.
56         * data/lalr1.cc: here.
58 2009-02-19  Akim Demaille  <demaille@gostai.com>
60         Extract variant.hh
61         * data/variant.hh: New, extracted from...
62         * data/lalr1.cc: here.
63         Adjust.
64         * data/local.mk: Adjust.
66 2009-02-19  Akim Demaille  <demaille@gostai.com>
68         Extract stack.hh from lalr1.cc.
69         * data/stack.hh: New.
70         * data/lalr1.cc: Extract from here.
71         * data/local.mk: Adjust.
73 2009-02-03  Joel E. Denny  <jdenny@ces.clemson.edu>
75         Add reminder about uploading public key to keys.gnupg.net.
76         * HACKING (Release Procedure): Here.
78 2009-01-28  Akim Demaille  <demaille@gostai.com>
80         * NEWS: Update information about 2.4.1 and 2.4.2.
82 2008-11-04  Akim Demaille  <demaille@gostai.com>
84         Reformat NEWS.
85         * NEWS: Use more outline-mode markup.
86         Suggested by Jim Meyering.
88 2009-01-08  Akim Demaille  <demaille@gostai.com>
90         Fix grep portability issues.
91         Grep on Solaris does not support -q.
92         Reported by Summum Bonum.
94         * NEWS: Add a stub for 2.4.2.
95         * THANKS: Add Summum Bonum.
96         * tests/atlocal.in (EGREP): New.
97         (CC, CXX, XSLTPROC): Make it possible to override them via
98         envvars.
99         * tests/java.at: Use $EGREP instead of egrep.
100         Use AT_CHECK's ignore instead of grep's -q.
102 2008-12-11  Akim Demaille  <demaille@gostai.com>
104         Pass the token type to yysyntax_error.
105         * data/yacc.c (yysyntax_error): Take the transated token instead
106         of the raw number.
107         Adjust callers.
108         * TODO: Update.
110 2008-12-11  Akim Demaille  <demaille@gostai.com>
112         Formatting changes.
113         * data/glr.c: Formatting changes.
115 2008-12-11  Akim Demaille  <demaille@gostai.com>
117         Propagate i18n changes into glr.c.
118         * TODO: Update.
119         * data/glr.c (yyreportSyntaxError): Use "switch" instead of
120         building the error message format dynamically.
121         * data/lalr1.java: Formatting changes.
123 2008-12-11  Akim Demaille  <demaille@gostai.com>
125         Use testsuite -C.
126         * tests/local.mk: Replace "cd && testsuite" by "testsuite -C".
127         Solves problems when top_srcdir is an absolute path.
128         Suggested by Eric Blake.
129         * configure.ac: Require Autoconf 2.62.
131 2008-12-11  Akim Demaille  <demaille@gostai.com>
133         Simplify the i18n of the error messages.
134         * data/lalr1.cc: Comment changes.
135         * data/yacc.c (yysyntax_error): Rewrite, using a switch as in
136         lalr1.cc instead of building dynamically the format string.
138 2008-12-08  Akim Demaille  <demaille@gostai.com>
140         Fix portability issue in the test suite.
141         * tests/local.at (AT_MATCHES_CHECK): New.
142         Based on Perl instead of Sed.  Sed has too many portability
143         pitfalls, not ever Sed is GNU Sed.
144         * tests/actions.at (Fix user actions without a trailing semicolon):
145         Use it.
147 2008-12-08  Akim Demaille  <demaille@gostai.com>
149         Update data/README.
150         * data/README: Document glr.cc, lalr1.java, m4sugar and xslt.
152 2008-12-08  Akim Demaille  <demaille@gostai.com>
154         Install autoconf as a submodule to get m4sugar.
155         * .gitmodules: Add submodules/autoconf.
156         * data/m4sugar/foreach.m4, data/m4sugar/m4sugar.m4: Now links into
157         submodules/autoconf.
159 2008-12-08  Akim Demaille  <demaille@gostai.com>
161         Test token.prefix in all the skeletons.
162         * data/java.m4 (b4_token_enum): Use the token.prefix.
163         * tests/local.at (AT_BISON_OPTION_PUSHDEFS): Define AT_TOKEN_PREFIX.
164         * tests/calc.at (_AT_DATA_CALC_Y): Use it.
165         Add checks for yacc.c, glr.c, lalr1.cc and glr.cc.
166         * tests/java.at: Comment changes.
167         (AT_CHECK_JAVA_MINIMAL): Define the END token.
168         (Java parser class and package names): Add token.prefix check.
170 2008-12-08  Akim Demaille  <demaille@gostai.com>
172         Fix regeneration of atconfig.
173         * tests/local.mk (tests/atconfig): The rule was incorrect, but
174         remove it: now that there is no tests/Makefile.am, the top-level
175         Makefile properly updates atconfig when needed.
177 2008-12-07  Di-an Jan  <dianj@freeshell.org>
179         Implement the FIXME that ends an user action with a semicolon
180         if it seems necessary.
181         * src/scan-code.l (flex rules section): Flag cpp directive from
182         any `#' to the first unescaped end-of-line.  Semicolon is not
183         needed after `;', `{', '}', or cpp directives and is needed after
184         any other token (whitespaces and comments have no effect).
185         * tests/actions.at (Fix user actions without a trailing semicolon):
186         New test.
187         * tests/input.at (AT_CHECK_UNUSED_VALUES): Add semicolons to
188         to make user actions complete statements.
189         Adjust column numbers in error messages.
190         * tests/regression.at (Fix user actions without a trailing semicolon):
191         Remove.  Covered by new test.
193 2008-12-07  Akim Demaille  <demaille@gostai.com>
195         Update gnulib.
196         * gnulib: Update from master.
198 2008-12-05  Eric Blake  <ebb9@byu.net>
200         Avoid compiler warning.
201         * src/output.c (muscle_insert_item_number_table): Delete unused
202         function.
204 2008-12-02  Eric Blake  <ebb9@byu.net>
206         Build testsuite with newer autoconf.
207         * tests/output.at (m4_expand): Don't override in newer autoconf,
208         where the underlying implementation changed.
209         * tests/cxx-type.at (_AT_RESOLVED_GLR_OUTPUT)
210         (_AT_RESOLVED_GLR_OUTPUT_WITH_LOC, _AT_AMBIG_GLR_OUTPUT)
211         (_AT_AMBIG_GLR_OUTPUT_WITH_LOC, _AT_GLR_STDERR)
212         (_AT_VERBOSE_GLR_STDERR): Expand to double-quoted strings,
213         since some of them contain unbalanced ')'.
215 2008-12-01  Akim Demaille  <demaille@gostai.com>
217         Use b4_symbol for printers and destructors everywhere.
218         * data/bison.m4 (b4_symbol_action_location): New.
219         * data/c.m4 (b4_symbol_actions): Remove.
220         Adjust all callers to use by b4_symbol_foreach and the corresponding
221         b4_symbol_printer/destructor macro.
222         * data/glr.cc: Adjust.
223         * data/lalr1.java: Adjust the %destructor sanity check.
224         * src/output.c (symbol_code_props_output): Remove, we no longer
225         need the b4_symbol_printers/destructors tables.
227 2008-12-01  Akim Demaille  <demaille@gostai.com>
229         Use b4_symbol_case_.
230         * data/lalr1.cc, data/bison.m4 (b4_symbol_action): Use
231         b4_symbol_case_.
233 2008-12-01  Akim Demaille  <demaille@gostai.com>
235         Move b4_symbol based macro to bison.m4.
236         * data/lalr1.cc (b4_symbol_, b4_symbol, b4_symbol_if)
237         (b4_symbol_action, b4_symbol_destructor, b4_symbol_printer)
238         (b4_symbol_case_, b4_symbol_foreach, b4_type_action_)
239         (b4_type_foreach): Move to...
240         * data/bison.m4: Here.
241         * data/lalr1.cc (b4_symbol_action): Specialize for C++: use
242         b4_symbol_value_template instead of b4_symbol_value.
244 2008-12-01  Akim Demaille  <demaille@gostai.com>
246         b4_symbol/type_foreach.
247         * data/lalr1.cc (b4_symbol_foreach, b4_type_foreach): New.
248         Use them.
250 2008-12-01  Akim Demaille  <demaille@gostai.com>
252         Use the symbol properties to output the printer/destructor for lalr1.cc.
253         Instead of defining complex list of tuples to define various
254         properties of the symbols, we now prefer to define symbols as
255         "structs" in m4: using the symbol key (its number), and the
256         property name, b4_symbol gives it value.  Use this to handle
257         destructors and printers.
259         * src/output.c (CODE_PROP): New.
260         (prepare_symbol_definitions): Use it to define the printer and
261         destructor related attributes of the symbols.
262         * data/lalr1.cc (b4_symbol_actions): Rename as...
263         (b4_symbol_action): this.
264         Use b4_symbol instead of 6 arguments.
265         (b4_symbol_printer, b4_symbol_destructor): New.
266         Use them instead of b4_symbol_actions.
268 2008-12-01  Akim Demaille  <demaille@gostai.com>
270         Avoid capturing variables too easily.
271         * src/muscle_tab.h (MUSCLE_INSERT_BOOL, MUSCLE_OBSTACK_SGROW): Use
272         v__ and p__ instead of v and p.
274 2008-12-01  Akim Demaille  <demaille@gostai.com>
276         Remove spurious empty line before syncline.
277         * data/bison.m4 (b4_syncline): Don't output an empty line before
278         the output.
280 2008-11-26  Akim Demaille  <demaille@gostai.com>
282         Convert lib/Makefile.am into lib/local.mk.
283         The real problem is rather gnulib.mk, which itself is extracted
284         from a Makefile.am that gnulib expects to the "recursive".  The
285         tool prefix-gnulib-mk converts such a gnulib.mk to be
286         non-recursive.  Also, some AC_SUBST variables need to be adjusted.
288         * etc/prefix-gnulib-mk: New.
289         * bootstrap (slurp): Use it to convert further gnulib.mk.
290         No longer try to avoid re-creation of lib/gnulib.mk as the changes
291         are deeper.
292         * lib/Makefile.am: Rename as...
293         * lib/local.mk: this.
294         Adjust to be prefixed.
295         * Makefile.am, configure.ac: Adjust.
296         * src/local.mk (AM_CPPFLAGS): Extend it, don't define it.
298 2008-11-26  Akim Demaille  <demaille@gostai.com>
300         s/_FLAGS/FLAGS/.
301         * tests/local.mk (TESTSUITE_FLAGS, AUTOTEST_FLAGS): Rename as...
302         (TESTSUITEFLAGS, AUTOTESTFLAGS): these to compy with the GCS.
303         Reported by Eric Blake.
305 2008-11-26  Akim Demaille  <demaille@gostai.com>
307         Use b4_parser_tables_define in glr.cc.
308         * data/glr.c: Use b4_parser_tables_define instead of defining the
309         (deterministic integral) tables by hand.
311 2008-11-26  Akim Demaille  <demaille@gostai.com>
313         Use b4_parser_tables_define in Java.
314         * data/java.m4 (b4_typed_parser_table): Rename as...
315         (b4_typed_parser_table_define): this, for consistency.
316         Accept a comment as $4.
317         Move $2 into yy*_.
318         (b4_integral_parser_table): Rename as...
319         (b4_integral_parser_table_define): this.
320         * data/lalr1.java: Adjust all uses.
321         Use b4_parser_tables_define instead of generation by hand.
323 2008-11-26  Akim Demaille  <demaille@gostai.com>
325         Prepare the convergence bw C style and Java table generation.
326         * data/bison.m4 (b4_tables_map, b4_tables_declare)
327         (b4_tables_define): Rename as...
328         (b4_integral_parser_tables_map, b4_parser_tables_declare)
329         (b4_parser_tables_define): these.
330         * data/c.m4 (b4_table_define): Rename as...
331         (b4_integral_parser_table_define): this.
332         * data/lalr1.cc: Adjust.
333         (b4_table_define, b4_table_declare): Rename as...
334         (b4_integral_parser_table_define)
335         (b4_integral_parser_table_declare): these.
336         (yyrline_): Move the comment where it is actually used.
337         * data/yacc.c: Adjust.
338         (yyrline): Use b4_integral_parser_table_define.
340 2008-11-26  Akim Demaille  <demaille@gostai.com>
342         Regen.
343         * src/parse-gram.h, src/parse-gram.c: Regen.
345 2008-11-26  Akim Demaille  <demaille@gostai.com>
347         Factor the generation of the (integral) tables bw yacc.c and lalr1.cc.
348         * data/lalr1.cc (b4_tables_map): Move to...
349         * data/bison.m4: here.
350         Update the comment for yytable during the flight.
351         (b4_tables_declare, b4_tables_define): New.
352         * data/lalr1.cc: Use them.
353         * data/c.m4 (b4_table_define): New.
354         * data/yacc.c: Use b4_tables_define instead of output the tables
355         by hand.
356         * tests/regression.at (Web2c Actions): Adjust the expected output,
357         the order of the tables changed.
359 2008-11-26  Akim Demaille  <demaille@gostai.com>
361         Get rid of (yy)rhs and (yy)prhs.
362         These tables are no longer needed in the parsers, and they don't seem to
363         be useful.  They are not documented either.
365         * src/output.c (prepare_rules): Get rid of rhs and prhs.
366         Adjust the computation of (yy)r2.
368 2008-11-26  Akim Demaille  <demaille@gostai.com>
370         Rule length is unsigned.
371         * src/gram.h, src/gram.c (rule_rhs_length): Return a size_t.
373 2008-11-26  Akim Demaille  <demaille@gostai.com>
375         Get rid of lalr1-split.cc.
376         It was no longer maintainer.
378         * data/lalr1-split.cc: Remove.
379         * etc/bench.pl.in (bench_fusion_parser): Remove.
380         Adjust.
382 2008-11-26  Akim Demaille  <demaille@gostai.com>
384         Use yy* consistently.
385         * data/glr.c: Now that yyrhs no longer exists as a global
386         variable, rename local "rhs" variables into "yyrhs" for
387         consistency.
389 2008-11-25  Akim Demaille  <demaille@gostai.com>
391         Get rid of yyrhs and yyprhs in glr.c.
392         * data/glr.c (yyrhs, yyprhs): Remove.
393         Instead, use the state stack and yystos.
395 2008-11-25  Akim Demaille  <demaille@gostai.com>
397         Flag glr tests.
398         * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): If glr, declare it
399         as an Autotest keyword.
401 2008-11-25  Akim Demaille  <demaille@gostai.com>
403         Prefer TESTSUITE_FLAGS.
404         TESTSUITEFLAGS is barely readable.
406         * tests/local.mk (TESTSUITE_FLAGS): Default to $(TESTSUITEFLAGS)
407         for backward compatibility.
408         Use the former instead of the latter.
410 2008-11-25  Akim Demaille  <demaille@gostai.com>
412         Get rid of yyrhs and yyprhs in larl1.java.
413         * data/lalr1.java (yyrhs_, yyprhs_): Remove.
414         (yy_reduce_print): Rather, use yystos_ and the state stack.
416 2008-11-25  Akim Demaille  <demaille@gostai.com>
418         Formatting changes.
420 2008-11-25  Akim Demaille  <demaille@gostai.com>
422         Get rid of yyrhs and yyprhs in yacc.c.
423         They were used to get the symbol types, given a rule number, when
424         displaying the top of the stack before a reduction.  But the
425         symbol type is available from the state stack.  This has two be
426         benefits: two tables less in the parser (making it smaller), and a
427         more consistent use of the three stacks which will help to fuse
428         them.
430         * data/yacc.c (yyprhs, yyrhs): Remove.
431         (YY_REDUCE_PRINT): Pass yyssp to yy_reduce_print.
432         (yy_reduce_print): Take yyssp as argument.
433         Use it, together with yystos, to get the symbol type.
434         * tests/regression.at (Web2c Report): Remove these tables from the
435         expected output.
437 2008-11-25  Akim Demaille  <demaille@gostai.com>
439         b4_tables_map.
440         The point is to factor the generation of the tables across skeletons.
441         This is language dependant.
443         * data/c.m4 (b4_comment_): New.
444         Should be usable to define how to generate tables independently of
445         the language.
446         (b4_c_comment): New.
447         (b4_comment): Bounce to b4_c_comment.
448         Now support $2 = [PREFIX] for indentation.
449         * data/lalr1.cc (b4_table_declare): Don't output a comment if
450         there is no comment.
451         Indent it properly when there is one.
452         Output the ending semicolon.
453         (b4_table_define): Space changes.
454         Output the ending semicolon.
455         (b4_tables_map): New.
456         Use it twice instead of declaring and defining the (integral)
457         tables by hand.
459 2008-11-25  Akim Demaille  <demaille@gostai.com>
461         b4_table_declare.
462         * data/lalr1.cc (b4_table_declare): New.
463         Use it to declare the tables defined with b4_table_define.
464         (b4_table_define): Declare a third arg to match b4_table_declare
465         signature.
466         Move all the comments around invocations of b4_table_define into
467         the invocations itselves.
468         Move things around to have the order for declarations and
469         definitions.
471 2008-11-25  Akim Demaille  <demaille@gostai.com>
473         Formatting changes.
474         * data/lalr1.java: here.
476 2008-11-25  Akim Demaille  <demaille@gostai.com>
478         b4_args is more general than only C++.
479         * data/lalr1.cc (b4_args, _b4_args): Move to...
480         * data/bison.m4: here.
482 2008-11-21  Di-an Jan  <dianj@freeshell.org>
484         Implement no-XXX arguments for --warnings, --report, --trace.
485         * src/getargs.c (flags_argmatch): Handles no-XXX.
486         Fix typo in doxygen comment.
488 2008-11-21  Akim Demaille  <demaille@gostai.com>
490         Display the changes in cross-options.texi.
491         * build-aux/cross-options.pl ($sep): New, to separate items.
492         * doc/local.mk ($(CROSS_OPTIONS_TEXI)): Use diff to display the
493         changes.
495 2008-11-20  Di-an Jan  <dianj@freeshell.org>
497         Improves options in the manual.
498         * doc/bison.texinfo (-g, -x): Add space before argument.
499         (Option Cross Key): Implement FIXME: listing directives also.
500         * build-aux/cross-options.pl:  Read from <STDIN> rather than <>.
501         (Short Option): Special case -d.  Put arguments inside @option.
502         (Bison Directive): Add column, automatically extracted from
503         src/scan-gram.l (actual name passed as the first argument)
504         with special case for %define.
505         * doc/local.mk (doc/cross-options.texi): Pass src/scan-gram.l
506         to build-aux/cross-options.pl.
507         * src/getargs.c (usage): Document limitations of cross-options.pl.
508         * src/scan-gram.l: Likewise.
510 2008-11-18  Joel E. Denny  <jdenny@ces.clemson.edu>
512         Fix unexpanded macros in GLR defines file.
513         Reported by Csaba Raduly at
514         <http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00048.html>.
515         * THANKS (Csaba Raduly): Add.
516         * data/glr.c: Fix overquoting on b4_prefix for yylval and yylloc.
517         * tests/calc.at (_AT_DATA_CALC_Y): If %defines is specified, generate
518         lexer in a separate module that includes the defines file.
519         (AT_CHECK_CALC): From AT_FULL_COMPILE, request compilation of lexer
520         source.
521         * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Push AT_DEFINES_IF.
522         Adjust AT_LOC and AT_VAL to use AT_NAME_PREFIX.
523         (AT_BISON_OPTION_POPDEFS): Pop AT_DEFINES_IF.
524         (AT_DATA_SOURCE_PROLOGUE): New.
525         (AT_DATA_GRAMMAR_PROLOGUE): Use AT_DATA_SOURCE_PROLOGUE.
526         (AT_DATA_SOURCE): New.
527         (AT_FULL_COMPILE): Extend to support an additional source file.
529 2008-11-18  Akim Demaille  <demaille@gostai.com>
531         More TODO.
532         * TODO: More short term issues.
534 2008-11-18  Akim Demaille  <demaille@gostai.com>
536         Regen.
537         * src/parse-gram.h, src/parse-gram.c: Regen.
539 2008-11-18  Akim Demaille  <demaille@gostai.com>
541         Use b4_subtract where possible.
542         * data/lalr1.cc (b4_subtract): Move to...
543         * data/bison.m4: here.
544         * data/glr.c (b4_rhs_data): Use it.
545         * data/yacc.c (b4_rhs_value, b4_rhs_location): Use it.
547 2008-11-18  Akim Demaille  <demaille@gostai.com>
549         Remove incorrect mode specification.
550         * data/glr.cc: Don't pretend it's C code.
552 2008-11-17  Joel E. Denny  <jdenny@ces.clemson.edu>
554         Simplify last patch slightly.
555         * src/getargs.c (getargs): Here.
557 2008-11-17  Joel E. Denny  <jdenny@ces.clemson.edu>
559         Fix last warning from --enable-gcc-warnings.
560         * src/getargs.c (getargs): Don't assign const address to non-const
561         pointer.
563 2008-11-17  Joel E. Denny  <jdenny@ces.clemson.edu>
565         Don't let maintainer-*-check targets force a version update.
566         * cfg.mk (_is-dist-target): Implement.  maintainer-check* was already
567         handled.
569 2008-11-17  Di-an Jan  <dianj@freeshell.org>
571         * doc/bison.texinfo: Synchronize ``Detail Node Listing''.
572         Align menus.  Adjust word wrapping.  Use node names for menu names.
573         (Examples): Don't abbreviate node names.
574         (LocalWords): Remove abbreviations.
575         (Copying): Make description a sentence.
576         (Java Action Features): Remove period to match the rest of menu.
578 2008-11-17  Di-an Jan  <dianj@freeshell.org>
580         Handles several --enable-gcc-warnings.
581         * src/getargs.c (command_line_location): Set parameters to void.
582         * src/output.c (symbol_type_name_cmp): Make static.
583         (symbols_by_type_name): Set parameters to void.
584         (symbol_definitions_output): Remove unused parameter.  Rename as...
585         (prepare_symbol_definitions): this.
586         (muscles_output): Move symbol_definitions_output to...
587         (output): here as prepare_symbol_definitions.
588         * tests/c++.at (AT_CHECK_VARIANTS): Remove unused parameters of main.
589         (AT_CHECK_NAMESPACE): Make unused parameter lloc unnamed.
591 2008-11-17  Di-an Jan  <dianj@freeshell.org>
593         * tests/c++.at (AT_CHECK_VARIANTS): Fixes tests 198-202.
594         Use AT_DATA_GRAMMAR instead of AT_DATA for compiled tests.
596 2008-11-16  Akim Demaille  <demaille@gostai.com>
598         Add missing $(EXEEXT).
599         * doc/local.mk ($(CROSS_OPTIONS_TEXI)): The target is
600         "src/bison$(EXEEXT)".
601         Reported by Di-an Jan.
603 2008-11-15  Akim Demaille  <demaille@gostai.com>
605         * TODO: Update.
607 2008-11-15  Akim Demaille  <demaille@gostai.com>
609         Formatting changes.
610         * tests/input.at: here.
612 2008-11-15  Akim Demaille  <demaille@gostai.com>
614         Remove duplicate header inclusion.
615         * src/LR0.c: here.
617 2008-11-15  Akim Demaille  <demaille@gostai.com>
619         * src/parse-gram.h, src/parse-gram.c: Regen.
621 2008-11-15  Akim Demaille  <demaille@gostai.com>
623         Support parametric types.
625         There are two issues to handle: first scanning nested angle
626         bracket pairs to support types such as std::pair< std::string,
627         std::list<std::string> > >.
629         Another issue is to address idiosyncracies of C++: do not glue two
630         closing angle brackets together (otherwise it's operator>>), and
631         avoid sticking blindly a TYPE to the opening <, as it can result
632         in '<:' which is a digraph for '['.
634         * src/scan-gram.l (brace_level): Rename as...
635         (nesting): this.
636         (SC_TAG): New.
637         Implement support for complex tags.
638         (tag): Accept
639         , but not <.
640         * data/lalr1.cc (b4_symbol_value, b4_symbol_value_template)
641         (b4_symbol_variant): Leave space around types as parameters.
642         * examples/variant.yy: Use nested template types and leading ::.
643         * src/parse-gram.y (TYPE, TYPE_TAG_ANY, TYPE_TAG_NONE, type.opt):
644         Rename as...
645         (TAG, TAG_ANY, TAG_NONE, tag.opt): these.
646         * tests/c++.at: Test parametric types.
648 2008-11-15  Akim Demaille  <akim@betelgeuse.gostai.ensta.fr>
650         Test token.prefix.
651         This is not sufficient, but we test at least that the make_SYMBOL
652         interface is not affected by token.prefix.  A more general test
653         will be implemented when the support of token.prefix is generalized
654         to more skeletons.
656         * tests/c++.at: One more variant test, using token.prefix.
658 2008-11-15  Akim Demaille  <akim@betelgeuse.gostai.ensta.fr>
660         Test the make_TOKEN interface.
661         * tests/c++.at (AT_CHECK_VARIANTS): Require and use locations.
662         Factor the common code in yylex.
663         Use it to test "%define lex_symbol".
665 2008-11-15  Akim Demaille  <akim@betelgeuse.gostai.ensta.fr>
667         Formatting change.
669 2008-11-15  Akim Demaille  <akim@betelgeuse.gostai.ensta.fr>
671         Simplify code for variants bench marks.
672         * etc/bench.pl.in (&generate_grammar_list): Define and use
673         location_type.
674         Factor the common code in yylex.
676 2008-11-15  Akim Demaille  <demaille@gostai.com>
678         Better error message.
679         * bootstrap (find_tool): Fix the error message.
681 2008-11-15  Akim Demaille  <demaille@gostai.com>
683         Update variant.yy to newest interface.
684         * examples/variant.yy: Define lex_symbol.
685         Adjust.
687 2008-11-15  Akim Demaille  <demaille@gostai.com>
689         Don't use locations in variant.yy.
690         * examples/variant.yy: Adjust to not using locations.
692 2008-11-15  Akim Demaille  <demaille@gostai.com>
694         Comment changes.
695         * data/local.mk, etc/local.mk, examples/local.mk: Use Automake
696         comments for the license.
698 2008-11-15  Akim Demaille  <demaille@gostai.com>
700         Remove tests/Makefile.am.
701         * tests/Makefile.am: Rename as...
702         * tests/local.mk: this.
703         * Makefile.am, configure.ac: Adjust.
704         * Makefile.am (DISTCLEANFILES): Define.
705         (maintainer-check, maintainer-xml-check, maintainer-push-check):
706         Remove, we no longer need to bounce to the real targets.
708 2008-11-15  Akim Demaille  <demaille@gostai.com>
710         Comment changes.
712 2008-11-15  Akim Demaille  <demaille@gostai.com>
714         djgpp/local.mk.
715         * Makefile.am (EXTRA_DIST): Move djgpp related part to...
716         * djgpp/local.mk: this new file.
718 2008-11-15  Akim Demaille  <demaille@gostai.com>
720         Remove doc/Makefile.am.
721         * doc/Makefile.am: Rename as...
722         * doc/local.mk: this.
723         Adjust paths
724         * Makefile.am, configure.ac: Adjust.
725         * Makefile.am (MOSTLYCLEANFILES): New.
726         * src/local.mk: Adjust.
728 2008-11-15  Akim Demaille  <demaille@gostai.com>
730         Move sc_tight_scope into maint.mk.
731         It does not work, and I don't know how it was supposed to work: it
732         seems to be looking for sources in the build tree.  I just moved
733         it at a better place, fixing it is still required.
735         * src/local.mk (echo): Remove.
736         (sc_tight_scope): Move to...
737         * maint.mk: here.
739 2008-11-15  Akim Demaille  <demaille@gostai.com>
741         Regen.
742         * src/parse-gram.h, src/parse-gram.h: Regen.
744 2008-11-15  Akim Demaille  <demaille@gostai.com>
746         Remove src/Makefile.am.
747         * src/Makefile.am: Rename as...
748         * src/local.mk: this.
749         Prefix all the paths with src/.
750         (AUTOMAKE_OPTIONS): Build object files in the sub dirs.
751         (AM_CPPFLAGS): Find find in builddir/src.
752         (YACC): Move the flags into...
753         (AM_YFLAGS): here.
754         * maint.mk (sc_tight_scope): Disable.
755         It used to bounce to the version in src/Makefile.am which is now
756         part of this very Makefile.
757         * Makefile.am, configure.ac: Adjust.
758         * src/scan-code-c.c, src/scan-code.l: We can no longer rely on
759         include "..." to find files "here": we are no longer in src/, so
760         qualify the includes with src/.
761         * doc/Makefile.am (PREPATH): No longer include the top_builddir
762         prefix.
763         (.x.1): Adjust to be able to create src/foo from the top level
764         Makefile, instead of going bounce to src/Makefile the creation of
765         foo.
767 2008-11-15  Akim Demaille  <demaille@gostai.com>
769         Remove useless variable.
770         * doc/Makefile.am (srcsrcdir): Remove.
772 2008-11-15  Akim Demaille  <demaille@gostai.com>
774         Remove data/Makefile.am.
775         * data/Makefile.am: Rename as...
776         * data/local.mk: this.
777         Adjust paths.
778         * Makefile.am, configure.ac: Adjust.
780 2008-11-15  Akim Demaille  <demaille@gostai.com>
782         Remove etc/Makefile.am.
783         * etc/Makefile.am: Rename as...
784         * etc/local.mk: this.
785         Adjust.
786         * Makefile.am, configure.ac: Adjust.
788 2008-11-15  Akim Demaille  <demaille@gostai.com>
790         Remove examples/local.mk.
791         examples/calc++/Makefile.am might be interesting to keep as is, since
792         it is an example in itself.
794         * examples/Makefile.am: Rename as...
795         * examples/local.mk: this.
796         Adjust.
797         * Makefile.am, configure.ac: Adjust.
799 2008-11-15  Akim Demaille  <demaille@gostai.com>
801         Remove build-aux/Makefile.am.
802         Recursive Makefiles are really way too slow, let's get rid of some of
803         them.
805         * build-aux/Makefile.am: Rename as...
806         * build-aux/local.mk: this.
807         Adjust paths.
808         * Makefile.am, configure.ac: Adjust.
810 2008-11-15  Akim Demaille  <demaille@gostai.com>
812         Provide convenience constructors for locations and positions.
813         * data/location.cc (position::position): Accept file, line and
814         column as arguments with default values.
815         Always qualify initial line and column literals as unsigned.
816         (location::location): Provide convenience constructors.
818 2008-11-15  Akim Demaille  <demaille@gostai.com>
820         Instead of using make_symbol<TOK_FOO>, generate make_FOO for each
821         token type.
822         Using template buys us nothing, and makes it uselessly complex to
823         construct a symbol.  Besides, it could not be generalized to other
824         languages, while make_FOO would work in C/Java etc.
826         * data/lalr1.cc (b4_symbol_): New.
827         (b4_symbol): Use it.
828         (b4_symbol_constructor_declaration_)
829         (b4_symbol_constructor_definition_): Instead of generating
830         specializations of an overloaded template function, just generate
831         several functions whose names are forged from the token names
832         without the token.prefix.
833         (b4_symbol_constructor_declarations): Generate them for all the
834         symbols, not just by class of symbol type, now that instead of
835         specializing a function template by the token, we generate a
836         function named after the token.
837         (b4_symbol_constructor_specialization_)
838         (b4_symbol_constructor_specializations): Remove.
839         * etc/bench.pl.in: Adjust to this new API.
841 2008-11-13  Akim Demaille  <demaille@gostai.com>
843         %define token.prefix.
844         Provide a means to add a prefix to the name of the tokens as
845         output in the generated files.  Because of name clashes, it is
846         good to have such a prefix such as TOK_ that protects from names
847         such as EOF, FILE etc.  But it clutters the grammar itself.
849         * data/bison.m4 (token.prefix): Empty by default.
850         * data/c.m4 (b4_token_enum, b4_token_define): Use it.
851         * data/lalr1.cc (b4_symbol): Ditto.
853 2008-11-13  Akim Demaille  <demaille@gostai.com>
855         Compute at M4 time some of the subtractions.
856         * data/lalr1.cc (b4_subtract): New.
857         (b4_rhs_data): Use it.
859 2008-11-13  Akim Demaille  <demaille@gostai.com>
861         symbol::token.
862         This allows the user to get the type of a token returned by yylex.
864         * data/lalr1.cc (symbol::token): New.
865         (yytoknum_): Define when %define lex_symbol, independently of
866         %debug.
867         (yytoken_number_): Move into...
868         (symbol::token): here, since that's the only use.
869         The other one is YYPRINT which was not officially supported
870         by lalr1.cc, and anyway it did not work since YYPRINT uses this
871         array under a different name (yytoknum).
873 2008-11-13  Akim Demaille  <demaille@gostai.com>
875         YYERRCODE.
876         * TODO (YYERRCODE): Mention the case of $undef.
878 2008-11-13  Akim Demaille  <demaille@gostai.com>
880         TODO: YYPRINT.
881         * TODO (YYPRINT): New.
883 2008-11-13  Akim Demaille  <demaille@gostai.com>
885         Comment changes.
886         * data/lalr1.cc, data/yacc.c: Fix the description of the
887         yytranslate and yytoknum tables.
889 2008-11-13  Akim Demaille  <demaille@gostai.com>
891         Define make_symbol in the header.
892         To reach good performances these functions should be inlined (yet
893         this is to measure precisely).  To this end they must be available
894         to the caller.
896         * data/lalr1.cc (b4_symbol_constructor_definition_): Qualify
897         location_type with the class name.
898         Since will now be output in the header, declare "inline".
899         No longer use b4_symbol_constructor_specializations, but
900         b4_symbol_constructor_definitions in the header.
901         Don't call it in the *.cc file.
903 2008-11-13  Akim Demaille  <demaille@gostai.com>
905         Define yytranslate in the header for lex_symbol.
906         * data/lalr1.cc: Move the invocation of b4_yytranslate_definition
907         into the header file when using %define lex_symbol.
908         (yytranslate_): Declare inline.
910 2008-11-13  Akim Demaille  <demaille@gostai.com>
912         Define the constructors of symbol_type in
913         b4_symbol_constructor_definitions.
914         The constructors are called by the make_symbol functions, which a
915         forthcoming patch will move elsewhere.  Hence the interest of
916         putting them together.
918         The stack_symbol_type does not need to be moved, it is used only
919         by the parser.
921         * data/lalr1.cc: Move symbol_type and symbol_base_type
922         constructors into...
923         (b4_symbol_constructor_definitions): here.
924         Adjust.
926 2008-11-13  Akim Demaille  <demaille@gostai.com>
928         Make it easier to move the definition of yytranslate_.
929         Forthcoming changes will make it possible to use yytranslate_
930         from outside the parser implementation file.
932         * data/lalr1.cc (b4_yytranslate_definition): New.
933         Use it.
935 2008-11-13  Akim Demaille  <demaille@gostai.com>
937         Remove useless class specification.
938         * data/lalr1.cc (b4_symbol_constructor_specialization_): No need
939         to refer to the class name to use a type defined by the class for
940         arguments of member functions.
942 2008-11-13  Akim Demaille  <demaille@gostai.com>
944         Finer input type for yytranslate.
945         This patch is debatable: the tradition expects yylex to return an int
946         which happens to correspond to token_number (which is an enum).  This
947         allows for instance to return characters (such as '*' etc.).  But this
948         goes against the stronger typing I am trying to have with the new
949         lex interface which return a symbol_type.  So in this case, feed
950         yytranslate_ with a token_type.
952         * data/lalr1.cc (yytranslate_): When in %define lex-symbol,
953         expect a token_type.
955 2008-11-13  Akim Demaille  <demaille@gostai.com>
957         Honor lex-params in %define lex_symbol mode.
958         * data/lalr1.cc: Use b4_lex_param.
960 2008-11-13  Akim Demaille  <demaille@gostai.com>
962         Simplify names.
963         * src/output.c (symbol_definitions_output): Rename symbol
964         attributes type_name and has_type_name as type and has_type.
965         * data/lalr1.cc: Adjust uses.
967 2008-11-13  Akim Demaille  <demaille@gostai.com>
969         Use b4_type_names for the union type.
970         The union used to compute the size of the variant used to iterate
971         over the type of all the symbols, with a lot of redundancy.  Now
972         iterate over the lists of symbols having the same type-name.
974         * data/lalr1.cc (b4_char_sizeof_): New.
975         (b4_char_sizeof): Use it.
976         Adjust to be called with a list of numbers instead of a single
977         number.
978         Adjust its caller for new-line issues.
980 2008-11-13  Akim Demaille  <demaille@gostai.com>
982         Define the "identifier" of a symbol.
983         Symbols may have several string representations, for instance if
984         they have an alias.  What I call its "id" is a string that can be
985         used as an identifier.  May not exist.
987         Currently the symbols which have the "tag_is_id" flag set are
988         those that don't have an alias.  Look harder for the id.
990         * src/output.c (is_identifier): Move to...
991         * src/symtab.c (is_identifier): here.
992         * src/symtab.h, src/symtab.c (symbol_id_get): New.
993         * src/output.c (symbol_definitions_output): Use it to define "id"
994         and "has_id".
995         Remove the definition of "tag_is_id".
996         * data/lalr1.cc: Use the "id" and "has_id" whereever "tag" and
997         "tag_is_id" were used to produce code.
998         We still use "tag" for documentation.
1000 2008-11-11  Akim Demaille  <demaille@gostai.com>
1002         Locations are no longer required by lalr1.cc.
1003         * data/lalr1.cc (_b4_args, b4_args): New.
1004         Adjust all uses of locations to make them optional.
1005         * tests/c++.at (AT_CHECK_VARIANTS): No longer use the locations.
1006         (AT_CHECK_NAMESPACE): Check the use of locations.
1007         * tests/calc.at (_AT_DATA_CALC_Y): Adjust to be usable with or
1008         without locations with lalr1.cc.
1009         Test these cases.
1010         * tests/output.at: Check lalr1.cc with and without location
1011         support.
1012         * tests/regression.at (_AT_DATA_EXPECT2_Y, _AT_DATA_DANCER_Y):
1013         Don't use locations.
1015 2008-11-11  Akim Demaille  <demaille@gostai.com>
1017         AT_FULL_COMPILE.
1018         * tests/local.at (AT_FULL_COMPILE): New.
1019         * tests/actions.at, tests/calc.at, tests/regression.at: Use it.
1021 2008-11-11  Akim Demaille  <demaille@gostai.com>
1023         Support parens in calc++.
1024         * doc/bison.texinfo (Calc++ Scanner, Calc++ Parser): Support parens.
1025         * examples/calc++/test (run): Check the expected output.
1026         Adjust callers.
1027         Check parens too.
1029 2008-11-11  Akim Demaille  <demaille@gostai.com>
1031         Simplify lalr1.cc since %defines is mandatory.
1032         * data/lalr1.cc: Remove useless calls to b4_defines_if.
1034 2008-11-11  Akim Demaille  <demaille@gostai.com>
1036         TODO: yyfmt.
1037         * TODO (yysyntax_error): New item.
1039 2008-11-11  Akim Demaille  <demaille@gostai.com>
1041         Prefer M4 to CPP.
1042         * data/lalr1.cc: Use b4_error_verbose_if instead of #if
1043         YYERROR_VERBOSE.
1045 2008-11-11  Akim Demaille  <demaille@gostai.com>
1047         Support i18n of the parse error messages.
1048         * TODO (lalr1.cc/I18n): Remove.
1049         * data/lalr1.cc (yysyntax_error_): Support the translation of the
1050         error messages, as done in yacc.c.
1051         Stay within the yy* pseudo namespace.
1053 2008-11-11  Akim Demaille  <demaille@gostai.com>
1055         More TODO.
1056         * TODO (single stack, yysyntax_error): New.
1058 2008-11-11  Akim Demaille  <demaille@gostai.com>
1060         Make it possible to return a symbol_type from yylex.
1061         * data/lalr1.cc (b4_lex_symbol_if): New.
1062         (parse): When lex_symbol is defined, expected yylex to return the
1063         complete lookahead.
1064         * etc/bench.pl.in (generate_grammar_list): Extend to support this
1065         yylex interface.
1066         (bench_variant_parser): Exercise it.
1068 2008-11-11  Akim Demaille  <demaille@gostai.com>
1070         Remove useless bench case.
1071         * etc/bench.pl.in (bench_variant_parser): VARIANT_DESTROY is
1072         no longer used.
1074 2008-11-11  Akim Demaille  <demaille@gostai.com>
1076         Improve display of directives.
1077         * etc/bench.pl.in (parse_term): Don't add useless eol.
1079 2008-11-11  Akim Demaille  <demaille@gostai.com>
1081         Use string_cast in the bench.
1082         * etc/bench.pl.in (generate_grammar_list): Define and use
1083         string_cast.
1085 2008-11-11  Akim Demaille  <demaille@gostai.com>
1087         Replace yychar with a Boolean.
1088         * data/lalr1.cc (parse::yychar): Replace by...
1089         (parse::yyempty): this.
1091 2008-11-11  Akim Demaille  <demaille@gostai.com>
1093         Factor the tables.
1094         * TODO: New item.
1096 2008-11-11  Akim Demaille  <demaille@gostai.com>
1098         Let yytranslate handle the eof case.
1099         * data/lalr1.cc (yytranslate_): Handle the EOF case.
1100         Adjust callers.
1101         No longer expect yychar to be equal to yyeof_, rather, test the
1102         lookahead's (translated) kind.
1104 2008-11-11  Akim Demaille  <demaille@gostai.com>
1106         yychar cannot be empty in yyerrlab.
1107         * TODO (yychar == yyempty_): New.
1108         * data/lalr1.cc: Remove the handling of this case.
1109         This eases forthcoming changes related to yychar and yytranslate.
1111 2008-11-11  Akim Demaille  <demaille@gostai.com>
1113         Bench: syntactic sugar for %define/#define.
1114         * etc/bench.pl.in (parse_dirs): Support %d and #d with arguments.
1115         (&bench_push_parser, bench_variant_parser): Use this feature.
1116         (&eat): New.
1117         Use it.
1119 2008-11-11  Akim Demaille  <demaille@gostai.com>
1121         Less memory pressure on the "list" bench.
1122         * etc/bench.pl.in (generate_grammar_list): Do not accumulate all
1123         the values, to limit memory pressure.
1125 2008-11-11  Akim Demaille  <demaille@gostai.com>
1127         Introduce make_symbol.
1128         make_symbol provides a means to construct a full symbol (kind,
1129         value, location) in a single shot.  It is meant to be a Symbol
1130         constructor, parameterized by the symbol kind so that overloading
1131         would prevent incorrect kind/value pairs.  Unfortunately
1132         parameterized constructors do not work well in C++ (unless the
1133         parameter also appears as an argument, which is not acceptable),
1134         hence the use of a function instead of a constructor.
1136         * data/lalr1.cc (b4_symbol_constructor_declaration_)
1137         (b4_symbol_constructor_declarations)
1138         (b4_symbol_constructor_specialization_)
1139         (b4_symbol_constructor_specializations)
1140         (b4_symbol_constructor_definition_)
1141         (b4_symbol_constructor_definitions): New.
1142         Use them where appropriate to generate declaration, declaration of
1143         the specializations, and implementations of the templated
1144         overloaded function "make_symbol".
1145         (variant::variant): Always define a default ctor.
1146         Also provide a copy ctor.
1147         (symbol_base_type, symbol_type): New ctor overloads for value-less
1148         symbols.
1149         (symbol_type): Now public, so that functions such as yylex can use
1150         it.
1152 2008-11-11  Akim Demaille  <demaille@gostai.com>
1154         Inform m4 whether a tag is a valid id.
1155         * src/output.c (is_identifier): New.
1156         (symbol_definitions_output): Use it to define tag_is_id.
1157         But maybe this should be done at m4 level?
1159 2008-11-11  Akim Demaille  <demaille@gostai.com>
1161         Test 214 was failing: it greps with a pattern containing [     ]*
1162         which obviously meant to catch spaces and tabs, but contained only
1163         spaces. Tabulations in sources are a nuisance, so to simplify the
1164         matter, get rid of all the tabulations in the Java sources.  The
1165         other skeletons will be treated equally later.
1167         * data/java.m4, data/lalr1.java: Untabify.
1168         * tests/java.at: Simplify AT_CHECK_JAVA_GREP invocations:
1169         tabulations are no longer generated.
1171 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
1173         * bootstrap.conf: Replace m4/warning.m4 with warnings module.
1174         * configure.ac: Adjust usage.
1175         * lib/Makefile.am: Replace $(WARNING_CFLAGS) with $(WARN_CFLAGS).
1176         * src/Makefile.am: Replace $(WARNING_CFLAGS) with $(WARN_CFLAGS).
1177         * tests/atlocal.in: Replace $(WARNING_*FLAGS) with $(WARN_*FLAGS).
1179 2008-11-10  Di-an Jan  <dianj@freeshell.org>
1181         Workaround Java's ``code too large'' problem for parser tables
1182         in most cases, by using one function per initialization.
1183         * data/java.m4 (b4_typed_parser_table, b4_integral_parser_table): New.
1184         * data/lalr1.java (yypact_, yydefact_, yypgoto_, yydefgoto_,
1185         yytable_, yycheck_, yystos_, yytoken_number_, yyr1_, yyr2_, yyrhs_
1186         yyprhs_, yyrline_, yytranslate_table_): Use b4_integral_parser_table.
1187         (yytname_): Use b4_typed_parser_table.
1188         * doc/bison.texinfo (Java Bison Interface): Add note on Java's
1189         ``code too large'' error.
1191 2008-11-10  Di-an Jan  <dianj@freeshell.org>
1193         * NEWS: Document them.
1195         General Java skeleton improvements.
1196         * configure.ac (gt_JAVACOMP): Request target of 1.4, which allows
1197         using gcj < 4.3 in the testsuite, according to comments in
1198         gnulib/m4/javacomp.m4.
1199         * data/java.m4 (stype, parser_class_name, lex_throws, throws,
1200         location_type, position_type): Remove extraneous brackets from
1201         b4_percent_define_default.
1202         (b4_lex_param, b4_parse_param): Remove extraneous brackets from
1203         m4_define and m4_define_default.
1204         * data/lalr1.java (b4_pre_prologue): Change to b4_user_post_prologue,
1205         which marks the end of user code with appropriate syncline, like all
1206         the other skeletons.
1207         (b4_user_post_prologue): Add.  Don't silently drop.
1208         (yylex): Remove.
1209         (parse): Inline yylex.
1210         * doc/bison.texinfo (bisonVersion, bisonSkeleton): Document.
1211         (%{...%}): Fix typo of %code imports.
1212         * tests/java.at (AT_JAVA_COMPILE): Add "java" keyword.
1214         Support annotations on parser class with %define annotations.
1215         * data/lalr1.java (annotations): Add to parser class modifier.
1216         * doc/bison.texinfo (Java Parser Interface): Document
1217         %define annotations.
1218         (Java Declarations Summary): Document %define annotations.
1219         * tests/java.at (Java parser class modifiers): Test annotations.
1221         Do not generate code for %error-verbose unless requested.
1222         * data/lalr1.java (errorVerbose): Rename to yyErrorVerbose.
1223         Make private.  Make conditional on %error-verbose.
1224         (getErrorVerbose, setErrorVerbose): New.
1225         (yytnamerr_): Make conditional on %error-verbose.
1226         (yysyntax_error): Make some code conditional on %error-verbose.
1227         * doc/bison.texinfo (Java Bison Interface): Remove the parts
1228         about %error-verbose having no effect.
1229         (getErrorVerbose, setErrorVerbose): Document.
1231         Move constants for token names to Lexer interface.
1232         * data/lalr1.java (Lexer): Move EOF, b4_token_enums(b4_tokens) here.
1233         * data/java.m4 (b4_token_enum): Indent for move to Lexer interface.
1234         (parse): Qualify EOF to Lexer.EOF.
1235         * doc/bison.texinfo (Java Parser Interface): Move documentation of
1236         EOF and token names to Java Lexer Interface.
1237         * tests/java.at (_AT_DATA_JAVA_CALC_Y): Remove Calc qualifier.
1239         Make yyerror public.
1240         * data/lalr1.java (Lexer.yyerror): Use longer parameter name.
1241         (yyerror): Change to public.  Add Javadoc comments.  Use longer
1242         parameter names.  Make the body rather than the declarator
1243         conditional on %locations.
1244         * doc/bison.texinfo (yyerror): Document.  Don't mark as protected.
1246         Allow user to add code to the constructor with %code init.
1247         * data/java.m4 (b4_init_throws): New, for %define init_throws.
1248         * data/lalr1.java (YYParser.YYParser): Add b4_init_throws.
1249         Add %code init to the front of the constructor body.
1250         * doc/bison.texinfo (YYParser.YYParser): Document %code init
1251         and %define init_throws.
1252         (Java Declarations Summary): Document %code init and
1253         %define init_throws.
1254         * tests/java.at (Java %parse-param and %lex-param): Adjust grep.
1255         (Java constructor init and init_throws): Add tests.
1257 2008-11-10  Akim Demaille  <demaille@gostai.com>
1259         Update TODO.
1260         * TODO (-D): is implemented.
1261         (associativity): Same precedence must have the same associativity.
1262         For instance, how can a * b / c be parsed if * is %left and / is
1263         %right?
1264         (YYERRORCODE, YYFAIL, YYBACKUP): New.
1266 2008-11-10  Akim Demaille  <demaille@gostai.com>
1268         Formatting changes.
1270 2008-11-10  Akim Demaille  <demaille@gostai.com>
1272         More information about the symbols.
1273         * src/output.c (type_names_output): Document all the symbols,
1274         including those that don't have a type-name.
1275         (symbol_definitions_output): Define "is_token" and
1276         "has_type_name".
1277         * data/lalr1.cc (b4_type_action_): Skip symbols that have an empty
1278         type-name, now that they are defined too in b4_type_names.
1280 2008-11-10  Akim Demaille  <demaille@gostai.com>
1282         Regen.
1284 2008-11-10  Akim Demaille  <demaille@gostai.com>
1286         Make parser::yytranslate static.
1287         Small speedup (1%) on the list grammar.  And makes yytranslate_
1288         available in non member functions.
1290         * data/lalr1.cc (yytranslate_): Does not need to be a instance
1291         function.
1293 2008-11-10  Akim Demaille  <demaille@gostai.com>
1295         Avoid trailing spaces.
1296         * data/c.m4: b4_comment(TEXT): Don't indent empty lines.
1297         * data/lalr1.cc: Don't indent before rule and symbol actions, as
1298         they can be empty, and anyway this incorrectly indents the first
1299         action.
1301 2008-11-10  Akim Demaille  <demaille@gostai.com>
1303         Comment changes.
1305 2008-11-10  Akim Demaille  <demaille@gostai.com>
1307         Use "enum" for integral constants.
1308         This is just nicer to read, I observed no speedup.
1310         * data/lalr1.cc (yyeof_, yylast_, yynnts_, yyempty_, yyfinal_)
1311         (yterror_, yyerrcode_, yyntokens_): Define as members of an enum.
1312         (yyuser_token_number_max_, yyundef_token_): Move into...
1313         (yytranslate_): here.
1315 2008-11-10  Akim Demaille  <demaille@gostai.com>
1317         Shortcuts in bench directives.
1318         * etc/bench.pl.in (parse_dirs): New.
1319         Use it.
1320         (bench_variant_parser, bench_fusion_parser): Use %s and %d.
1321         Create the benches in "benches/".
1323 2008-11-10  Akim Demaille  <demaille@gostai.com>
1325         Formatting changes.
1326         * data/lalr1.cc: here.
1328 2008-11-10  Akim Demaille  <demaille@gostai.com>
1330         Adjust verbose message to using emacs.
1331         * etc/bench.pl.in: Inform compilation-mode when we change the
1332         directory.
1333         (generate_grammar_list): Recognize %define "variant" in addition
1334         to %define variant.
1336 2008-11-10  Akim Demaille  <demaille@gostai.com>
1338         Classify symbols by type-name.
1339         * src/uniqstr.h (UNIQSTR_CMP): New.
1340         * src/output.c (symbol_type_name_cmp, symbols_by_type_name)
1341         (type_names_output): New.
1342         (muscles_output): Use it.
1343         * data/lalr1.cc (b4_symbol_action_): Remove.
1344         (b4_symbol_case_, b4_type_action_): New.
1345         Adjust uses of b4_symbol_action_ to use b4_type_action_.
1347 2008-11-10  Akim Demaille  <demaille@gostai.com>
1349         Change the handling of the symbols in the skeletons.
1350         Before we were using tables which lines were the symbols and which
1351         columns were things like number, tag, type-name etc.  It is was
1352         difficult to extend: each time a column was added, all the numbers had
1353         to be updated (you asked for colon $2, not for "tag").  Also, it was
1354         hard to filter these tables when only a subset of the symbols (say the
1355         tokens, or the nterms, or the tokens that have and external number
1356         *and* a type-name) was of interest.
1358         Now instead of monolithic tables, we define one macro per cell.  For
1359         instance "b4_symbol(0, tag)" is a macro name which contents is
1360         self-decriptive.  The macro "b4_symbol" provides easier access to
1361         these cells.
1363         * src/output.c (type_names_output): Remove.
1364         (symbol_numbers_output, symbol_definitions_output): New.
1365         (muscles_output): Call them.
1366         (prepare_symbols): Define b4_symbols_number.
1368 2008-11-10  Akim Demaille  <demaille@gostai.com>
1370         --trace=muscles
1371         * src/getargs.h, src/getargs.c (trace_muscle): New.
1372         (trace_types, trace_args): Support it.
1373         * src/output.c (output_skeleton): Use it.
1375 2008-11-10  Akim Demaille  <demaille@gostai.com>
1377         muscles_output.
1378         * src/output.c (muscles_output): New, extracted from...
1379         (output_skeleton): here.
1380         Adjust.
1382 2008-11-10  Akim Demaille  <demaille@gostai.com>
1384         Formatting changes.
1386 2008-11-10  Akim Demaille  <demaille@gostai.com>
1388         Update the variant example.
1389         * examples/variant.yy: Formatting changes.
1390         One stage build.
1392 2008-11-10  Akim Demaille  <demaille@gostai.com>
1394         Support constructor with an argument.
1395         This improves the "list" bench by 2%.
1397         * data/lalr1.cc (variant::build): Add an overloaded version with
1398         an argument.
1399         * tests/c++.at (AT_CHECK_VARIANT): Check it.
1401 2008-11-10  Akim Demaille  <demaille@gostai.com>
1403         Test variants.
1404         * tests/c++.at (AT_CHECK_VARIANTS): New.
1405         Use it with and without %define assert.
1407 2008-11-10  Akim Demaille  <demaille@gostai.com>
1409         Add %precedence support.
1410         Unfortunately it is not possible to reuse the %prec directive.  This
1411         is because to please POSIX, we do not require to end the rules with a
1412         semicolon.  As a result,
1414         foo: bar %prec baz
1416         is ambiguous: either a rule which precedence is that of baz, or a rule,
1417         and then a declaration of the precedence of the token baz.
1419         * doc/bison.texinfo: Document %precedence.
1420         (Precedence Only): New.
1421         * src/assoc.h, src/assoc.c (precedence_assoc): New.
1422         * src/conflicts.c (resolve_sr_conflict): Support it.
1423         * src/scan-gram.l, src/parse-gram.y (%precedence): New token.
1424         Parse it.
1425         * tests/calc.at: Use %precedence for NEG.
1426         * tests/conflicts.at (%precedence does not suffice)
1427         (%precedence suffices): New tests.
1429 2008-11-09  Akim Demaille  <demaille@gostai.com>
1431         Make benches in a sub dirs.
1432         * etc/bench.pl.in ($dir): New.
1433         Use it.
1434         Check the use of constructors with an argument.
1435         (bench_variant_parser): Fix.
1437 2008-11-09  Akim Demaille  <demaille@gostai.com>
1439         fix eof condition
1441 2008-11-09  Akim Demaille  <demaille@gostai.com>
1443         Fix --help.
1445 2008-11-09  Akim Demaille  <demaille@gostai.com>
1447         Require the generation of parse-gram.output.
1448         * src/Makefile.am (YACC): Pass --report=all.
1450 2008-11-09  Akim Demaille  <demaille@gostai.com>
1452         Formatting changes.
1454 2008-11-09  Akim Demaille  <demaille@gostai.com>
1456         Update TODO.
1457         * TODO: Remove obsolete items.
1458         Update others.
1460 2008-11-09  Akim Demaille  <demaille@gostai.com>
1462         Enhance bench.pl.
1463         * etc/bench.pl.in (parse, parse_expr, parse_term, parse_fact)
1464         (@token, $grammar, $bench): New.
1465         (generate_grammar_variant): Rename as...
1466         (generate_grammar_list): this.
1467         (generate_grammar): Adjust.
1468         (bench_grammar): Rename as...
1469         (bench): this.
1470         Use it in the various bench-marking routines.
1471         (-b, -g): New options.
1473 2008-11-09  Akim Demaille  <demaille@gostai.com>
1475         Use a static hierarchy for symbols in the C++ parser.
1476         * data/lalr1.cc (symbol_base_type, symbol_type)
1477         (stack_symbol_type): Make it a static hierarchy.
1478         Adjust dependencies.
1480 2008-11-09  Akim Demaille  <demaille@gostai.com>
1482         bench.pl -d, --directive.
1483         * etc/bench.pl.in (@directive): New.
1484         (&bench_grammar): Use it.
1485         (&bench_list_grammar): New, to provide access to the "variant"
1486         grammar.
1487         Use it.
1488         (getopts): Support -d, --directive.
1490 2008-11-09  Akim Demaille  <demaille@gostai.com>
1492         Use inline for small operations.
1493         * data/lalr1.cc (symbol_base_type, symbol_type)
1494         (stack_symbol_type): Declare constructor and other operations as
1495         inline.
1496         (yy_destroy_): Inline.
1498 2008-11-09  Akim Demaille  <demaille@gostai.com>
1500         Introduce a hierarchy for symbols.
1501         * data/lalr1.cc (symbol_base_type, symbol_type): New.
1502         (data_type): Rename as...
1503         (stack_symbol_type): this.
1504         Derive from symbol_base_type.
1505         (yy_symbol_value_print_): Merge into...
1506         (yy_symbol_print_): this.
1507         Rename as...
1508         (yy_print_): this.
1509         (yydestruct_): Rename as...
1510         (yy_destroy_): this.
1511         (b4_symbols_actions, YY_SYMBOL_PRINT): Adjust.
1512         (parser::parse): yyla is now of symbol_type.
1513         Use its type member instead of yytoken.
1515 2008-11-09  Akim Demaille  <demaille@gostai.com>
1517         Rename data_type and stack_symbol_type.
1518         * data/lalr1.cc (data_type): Rename as...
1519         (stack_symbol_type): this.
1521 2008-11-09  Akim Demaille  <demaille@gostai.com>
1523         Handle semantic value and location together.
1524         * data/lalr1.cc (b4_symbol_actions): Bounce $$ and @$ to
1525         yydata.value and yydata.location.
1526         (yy_symbol_value_print_, yy_symbol_print_, yydestruct_)
1527         (YY_SYMBOL_PRINT): Now take semantic value and location as a
1528         single arg.
1529         Adjust all callers.
1530         (yydestruct_): New overload for a stack symbol.
1532 2008-11-09  Akim Demaille  <demaille@gostai.com>
1534         Push a complete symbol, not connected parts.
1535         * data/lalr1.cc (yypush_): Take a data_type&, not disconnected
1536         state, value and location.
1537         Adjust callers.
1539 2008-11-09  Akim Demaille  <demaille@gostai.com>
1541         Agregate yylval and yylloc.
1542         * data/lalr1.cc (parser::yylval, parser::yylloc): Replace by...
1543         (parser::yyla): this.
1545 2008-11-09  Akim Demaille  <demaille@gostai.com>
1547         Rely on the state stack to display reduction traces.
1548         To display rhs symbols before a reduction, we used information
1549         about the rule reduced, which required the tables yyrhs and
1550         yyprhs.  Now use rely only on the state stack to get the same
1551         information.
1553         * data/lalr1.cc (b4_rhs_data, b4_rhs_state): New.
1554         Use them.
1555         (parser::yyrhs_, parser::yyprhs_): Remove.
1556         (parser::yy_reduce_print_): Use the state stack.
1558 2008-11-09  Akim Demaille  <demaille@gostai.com>
1560         Fuse yyval and yyloc into yylhs.
1561         * data/lalr1.cc (b4_lhs_value, b4_lhs_location): Adjust to using
1562         yylhs.
1563         (parse): Replace yyval and yyloc with yylhs.value and
1564         yylhs.location.
1565         After a user action, compute yylhs.state earlier.
1566         (yyerrlab1): Do not play tricks with yylhs.location, rather, use a
1567         fresh error_token.
1569 2008-11-09  Di-an Jan  <dianj@freeshell.org>
1571         Remove unused variable.
1572         * src/output.c (type_names_output): Remove unused variable sep.
1574 2008-11-09  Paolo Bonzini  <bonzini@gnu.org>
1576         Change tests/output.at quoting.
1577         * tests/output.at (AT_CHECK_OUTPUT): Use conventional m4 quoting when
1578         expanding arguments.
1580 2008-11-07  Joel E. Denny  <jdenny@ces.clemson.edu>
1582         Don't add a semicolon to actions for %skeleton or %language.
1583         It breaks Java test cases as reported by Akim Demaille.
1584         * src/scan-code.l: Implement.
1586 2008-11-07  Joel E. Denny  <jdenny@ces.clemson.edu>
1588         Clean up %skeleton and %language priority implementation.
1589         * src/getargs.c (skeleton_prio): Use default_prio rather than 2, and
1590         remove static qualifier because others will soon need to see it.
1591         (language_prio): Likewise.
1592         (getargs): Use command_line_prio rather than 0.
1593         * src/getargs.h (command_line_prio, grammar_prio, default_prio): New
1594         enum fields.
1595         (skeleton_prio): Extern it.
1596         (language_prio): Extern it.
1597         * src/parse-gram.y: Use grammar_prio rather than 1.
1599 2008-11-07  Akim Demaille  <demaille@gostai.com>
1601         Moving push traces into yypush_.
1602         * data/lalr1.cc (yypush_): Now takes a optional trace message.
1603         Adjust all uses.
1605 2008-11-07  Akim Demaille  <demaille@gostai.com>
1607         The single-stack C++ parser is now the standard one.
1608         * data/lalr1.cc: Rename as...
1609         * data/lalr1-split.cc: this.
1610         * data/lalr1-fusion.cc: Rename as...
1611         * data/lalr1.cc: this.
1612         * etc/bench.pl.in: Adjust.
1614 2008-11-07  Akim Demaille  <demaille@gostai.com>
1616         Avoid empty-if warnings.
1617         Reported by Quentin Hocquet.
1619         * data/lalr1-fusion.cc (YY_SYMBOL_PRINT, YY_REDUCE_PRINT)
1620         (YY_STACK_PRINT): Provide some contents even when !YYDEBUG.
1622 2008-11-07  Akim Demaille  <demaille@gostai.com>
1624         Pass command line location to skeleton_arg and language_argmatch.
1625         * src/getargs.h, src/getargs.c (skeleton_arg, language_argmatch):
1626         The location argument is now mandatory.
1627         Adjust all dependencies.
1628         (getargs): Use command_line_location.
1630 2008-11-07  Akim Demaille  <demaille@gostai.com>
1632         -D, --define.
1633         * src/getargs.c (usage): Document -D.
1634         Fix help string for --locations.
1635         (command_line_location): New.
1636         (short_options, long_options, getargs): Support -D, --define.
1637         (getargs): Move -d support at the right place.
1638         * doc/bison.texinfo (Bison Options): Update.
1639         * tests/input.at (%define, --define): New.
1641 2008-11-07  Akim Demaille  <demaille@gostai.com>
1643         Initialize the muscle table before parsing the command line.
1644         * src/getargs.c (quotearg.h, muscle_tab.h): Include.
1645         (getargs): Define file_name.
1646         * src/main.c (main): Initialize muscle_tab before calling
1647         getargs.
1648         * src/muscle_tab.c (muscle_init): No longer define file_name, as
1649         its value is not available yet.
1651 2008-11-07  Akim Demaille  <demaille@gostai.com>
1653         Locations without columns for command line arguments.
1654         * src/location.c (location_print): Don't display negative columns.
1655         * src/location.h: Document this.
1657 2008-11-07  Akim Demaille  <demaille@gostai.com>
1659         Fix --help.
1660         * src/getargs.c (usage): Fix help string for -W.
1662 2008-11-07  Akim Demaille  <demaille@gostai.com>
1664         Handle more general types of option arguments.
1665         * build-aux/cross-options.pl: The argument ends at the first
1666         space, not the first non-symbol character.
1667         Use @var for each word appearing the argument description.
1669 2008-11-07  Akim Demaille  <demaille@gostai.com>
1671         Destroy the variants that remain on the stack in case of error.
1672         * data/lalr1-fusion.cc (yydestruct_): Invoke the variant's
1673         destructor.
1674         Display the value only if yymsg is nonnull.
1675         (yyreduce): Invoke yydestruct_ when popping lhs symbols.
1677 2008-11-07  Akim Demaille  <demaille@gostai.com>
1679         Add "%define assert" to variants.
1680         This is used to help the user catch cases where some value gets
1681         ovewritten by a new one.  This should not happen, as this will
1682         probably leak.
1684         Unfortunately this uncovered a bug in the C++ parser itself: the
1685         lookahead value was not destroyed between two calls to yylex.  For
1686         instance if the previous lookahead was a std::string, and then an int,
1687         then the value of the std::string was correctly taken (i.e., the
1688         lookahead was now an empty string), but std::string structure itself
1689         was not reclaimed.
1691         This is now done in variant::build(other&) (which is used to take the
1692         value of the lookahead): other is not only stolen from its value, it
1693         is also destroyed.  This incurs a new performance penalty of a few
1694         percent, and union becomes faster again.
1696         * data/lalr1-fusion.cc (variant::build(other&)): Destroy other.
1697         (b4_variant_if): New.
1698         (variant::built): New.
1699         Use it whereever the status of the variant changes.
1700         * etc/bench.pl.in: Check the penalty of %define assert.
1702 2008-11-07  Akim Demaille  <demaille@gostai.com>
1704         Use "%define variant" in bench.pl.
1705         * etc/bench.pl.in: No longer use the pseudo directive %variants,
1706         just use %define variants.
1708 2008-11-07  Akim Demaille  <demaille@gostai.com>
1710         Regen.
1711         * src/parse-gram.h, src/parse-gram.c: Regen.
1713 2008-11-04  Joel E. Denny  <jdenny@ces.clemson.edu>
1715         Fix user actions without a trailing semicolon.
1716         Reported by Sergei Steshenko at
1717         <http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00001.html>.
1718         * THANKS (Sergei Steshenko): Add.
1719         * src/scan-code.l (SC_RULE_ACTION): Fix it.
1720         * tests/regression.at (Fix user actions without a trailing semicolon):
1721         New test case.
1723 2008-11-04  Akim Demaille  <demaille@gostai.com>
1725         Use b4_copyright_years.
1726         * data/yacc.c (b4_copyright_years): New.
1727         Fix its value according to the comments in the file.
1728         Use it and undefine it.
1730 2008-11-04  Akim Demaille  <demaille@gostai.com>
1732         Formatting changes.
1733         * data/lalr1-fusion.cc, src/parse-gram.y: here.
1735 2008-11-04  Akim Demaille  <demaille@gostai.com>
1737         Formatting changes.
1738         * data/lalr1-fusion.cc: here.
1740 2008-11-04  Akim Demaille  <demaille@gostai.com>
1742         Use strict on bench.pl.
1743         * etc/bench.pl.in (&run, &generate_grammar): New.
1744         Rename the grammar generating functions for consistency.
1745         Change the interface so that the list of benches to run is passed
1746         as (optionless) arguments.
1747         (&compile): Use &run.
1749 2008-11-04  Akim Demaille  <demaille@gostai.com>
1751         Remove spurious initial empty lines.
1752         * data/glr.c, data/glr.cc, data/lalr1.cc, data/lalr1.java,
1753         * data/yacc.c: End the @output lines with an @.
1755 2008-11-04  Akim Demaille  <demaille@gostai.com>
1757         Improve the display of sizes.
1758         * etc/bench.p.in: Higher precision.
1759         Sort by decreasing size.
1761 2008-11-04  Akim Demaille  <demaille@gostai.com>
1763         Don't memcpy C++ structures.
1764         * data/lalr1-fusion.cc (b4_symbol_variant): Adjust additional
1765         arguments.
1766         (variant::build): New overload for
1767         copy-construction-that-destroys.
1768         (variant::swap): New.
1769         (parser::yypush_): Use it in variant mode.
1771 2008-11-04  Akim Demaille  <demaille@gostai.com>
1773         Better defaults for bench.pl.
1774         * etc/bench.pl.in ($verbose, $cflags, $iterations): Change the
1775         default values.
1776         Adjust &verbose uses.
1777         (-q, --quiet): New.
1779 2008-11-04  Akim Demaille  <demaille@gostai.com>
1781         Make variant.yy more complex.
1782         std::list cannot be copied via memcpy, they are more demanding than
1783         std::string.  Use one std::list to strengthen the test.
1785         * examples/variant.yy: Use lalr1-fusion.cc, not lalr1.cc.
1786         Adjust.
1787         Create a list of strings, instead of a single large string.
1789 2008-11-04  Akim Demaille  <demaille@gostai.com>
1791         bench.pl --bench.
1792         * etc/bench.pl.in (--bench, $bench): New.
1794 2008-11-04  Akim Demaille  <demaille@gostai.com>
1796         Sort methods.
1797         * data/lalr1-fusion.cc (destroy): Use as() in its definition.
1798         Define it after as().
1800 2008-11-04  Akim Demaille  <demaille@gostai.com>
1802         Useless parens.
1803         * data/lalr1-fusion.cc (b4_rhs_location): Remove useless parens.
1805 2008-11-04  Akim Demaille  <demaille@gostai.com>
1807         Issue missing synclines after user actions.
1808         * data/c.m4 (b4_case): Issue synclines on the output file.
1810 2008-11-04  Akim Demaille  <demaille@gostai.com>
1812         Remove trailing empty line.
1813         * data/lalr1-fusion.cc: Don't add an empty line after the user's
1814         epilogue.
1816 2008-11-04  Akim Demaille  <demaille@gostai.com>
1818         Fix output of copyright years.
1819         * data/bison.m4 (b4_copyright): Fix the indentation of the
1820         copyright year paragraph.
1821         Use b4_copyright_years when no years are given.
1822         * data/lalr1.cc, data/lalr1-fusion.cc, data/location.cc
1823         (b4_copyright_years): New.
1824         Use it.
1826 2008-11-04  Akim Demaille  <demaille@gostai.com>
1828         Avoid the spurious initial empty line.
1829         * data/lalr1-fusion.cc, data/location.cc: Put a trailing "@" at
1830         the end of @output request to suppress the empty line that
1831         results.
1833 2008-11-04  Akim Demaille  <demaille@gostai.com>
1835         Remove parser::rhs_number_type.
1836         * data/lalr1-fusion.cc (rhs_number_type): No longer define it.
1837         (yyrhs_): Use b4_table_define.
1839 2008-11-04  Akim Demaille  <demaille@gostai.com>
1841         Fix iteration type.
1842         * data/lalr1-fusion.cc: Use an int to iterate up to an int.
1844 2008-11-04  Akim Demaille  <demaille@gostai.com>
1846         Factor the declaration of the integer tables.
1847         * data/lalr1-fusion.cc (b4_table_define): New.
1848         Use it.
1850 2008-11-03  Akim Demaille  <demaille@gostai.com>
1852         Fix indentation of tables in lalr1.cc
1853         * data/lalr1-fusion.cc: Fix the indentation.
1855 2008-11-03  Akim Demaille  <demaille@gostai.com>
1857         Destroy the lhs symbols after reduction.
1858         * data/lalr1-fusion.cc (parse): After the user action, when in
1859         variant mode, destroy the lhs symbols.
1861 2008-11-03  Akim Demaille  <demaille@gostai.com>
1863         Simplify yysyntax_error_ use.
1864         * data/lalr1-fusion.cc (yysyntax_error_): Always pass it the token
1865         type, but make it unnamed in the declaration when it is not used.
1867 2008-11-03  Akim Demaille  <demaille@gostai.com>
1869         Let yy::variant::build return an lvalue.
1870         * data/lalr1-fusion.cc (variant::build): Return a reference to the
1871         object.
1873 2008-11-03  Akim Demaille  <demaille@gostai.com>
1875         Define yy::variant only when needed.
1876         * data/lalr1-fusion.cc (yy::variant): Define only if variants are
1877         used.
1879 2008-11-03  Akim Demaille  <demaille@gostai.com>
1881         Bench the three-stack lalr1.cc.
1882         * etc/bench.pl.in: Bench the three-stack lalr1.cc vs. the
1883         one-stack one.
1885 2008-11-03  Akim Demaille  <demaille@gostai.com>
1887         Fail on parse error in calc++.
1888         * doc/bison.texinfo (calc++.cc): Propagate failures to the exit
1889         status.
1890         * examples/calc++/test ($me, $number, $exit, run): New.
1891         Use them to propagate errors to the exit status.
1893 2008-11-03  Akim Demaille  <demaille@gostai.com>
1895         Don't specify the skeleton twice in the example.
1896         * examples/calc++/Makefile.am: Don't pass -S to Bison, the grammar
1897         file does what is needed.
1899 2008-11-03  Akim Demaille  <demaille@gostai.com>
1901         bench: Improve output.
1902         * etc/bench.pl.in (bench_grammar): Tune the printf format.
1904 2008-11-03  Akim Demaille  <demaille@gostai.com>
1906         bench: check impact of %debug on variants.
1907         * etc/bench.pl.in (variant_grammar): Fix the computation of
1908         $variant.
1909         Generate a grammar file that can work with or without %debug.
1910         Do use the @directive.
1911         (bench_variant_parser): Check impact of %debug.
1912         (@directives): Rename all the occurrences to...
1913         (@directive): this, for consistency.
1915 2008-11-03  Akim Demaille  <demaille@gostai.com>
1917         bench: report the size too.
1918         * etc/bench.pl.in ($iterations): Defaults to -3.
1919         (&bench_grammar): Require hireswallclock.
1920         Compute and display the size of the result.
1921         More comments.
1923 2008-11-03  Akim Demaille  <demaille@gostai.com>
1925         bench: More use of the verbosity level.
1926         * etc/bench.pl.in ($verbose, &verbose): New.
1927         Use them.
1928         More POD documentation.
1930 2008-11-03  Akim Demaille  <demaille@gostai.com>
1932         bench.pl: a command line interface
1933         * etc/bench.pl.in: More doc.
1934         Some fixes in the documentation.
1935         ($cflags, $iterations, &help, &getopt): New.
1936         Use them.
1937         (&variant_grammar): Let the number of stages be 10 times what is
1938         specified.
1940 2008-11-03  Akim Demaille  <demaille@gostai.com>
1942         Bench the use of Boost.Variants.
1943         * etc/bench.pl.in ($cxx, &variant_grammar, &bench_variant_parser):
1944         New.
1945         (&compile): Be ready to compile C++ parsers.
1946         (&bench_push_parser): Move debug information to the outermost
1947         level.
1948         * THANKS: Add Michiel De Wilde.
1950 2008-11-03  Akim Demaille  <demaille@gostai.com>
1952         bench.pl: Pass directives as a list instead of as a string.
1953         * etc/bench.pl.in (&directives): New.
1954         (&triangular_grammar, &calc_grammar): Use it to format the Bison
1955         directives.
1956         (&triangular_grammar): Do use the directives (were ignored).
1957         (&bench_grammar, &bench_push_parser): Adjust to pass lists of
1958         directives.
1960 2008-11-03  Akim Demaille  <demaille@gostai.com>
1962         Improve genericity of bench.pl.
1963         * etc/bench.pl.in (&bench_grammar): Take the set of benches as
1964         argument.
1965         (&bench_push_parser): New.
1966         Call it.
1968 2008-11-03  Akim Demaille  <demaille@gostai.com>
1970         Add documentation to bench.pl.
1971         * etc/bench.pl.in: Comment changes.
1973 2008-11-03  Akim Demaille  <demaille@gostai.com>
1975         Fuse the three stacks into a single one.
1977         In order to make it easy to perform benchmarks to ensure that
1978         there are no performance loss, lalr1.cc is forked into
1979         lalr1-fusion.cc.  Eventually, lalr1-fusion.cc will replace
1980         lalr1.cc.
1982         Meanwhile, to make sure that lalr1-fusion.cc is correctly
1983         exercized by the test suite, the user must install a symbolic link
1984         from lalr1.cc to it.
1986         Instead of having three stacks (state, value, location), use a
1987         stack of triples.  This considerably simplifies the code (and it
1988         will be easier not to require locations as currently does the C++
1989         parser), and also gives a 10% speedup according to
1990         etc/bench (probably mainly since memory allocation is done once
1991         instead of three times).
1993         Another motivation is to make it easier to destruct properly
1994         semantic values: now that they are bound to their state (hence
1995         symbol type) it will be easier to call the appropriate destructor.
1997         These changes should probably benefit the C parser too.
1999         * data/lalr1.cc: Copy as...
2000         * data/lalr1-fusion.cc: this new file.
2001         (b4_rhs_value, b4_rhs_location): New definitions overriding those
2002         from c++.m4.
2003         (state_stack_type, semantic_stack_type, location_stack_type)
2004         (yystate_stack_, yysemantic_stack_, yylocation_stack_): Remove.
2005         (data_type, stack_type, yystack_): New.
2006         (YYLLOC_DEFAULT, yypush_): Adjust.
2007         (yyerror_range): Now based on data_type, not location_type.
2009 2008-11-03  Akim Demaille  <demaille@gostai.com>
2011         Push the state, value, and location at the same time.
2012         This is needed to prepare a forthcoming patch that fuses the three
2013         stacks into one.
2015         * data/lalr1.cc (parser::yypush_): New.
2016         (parser::yynewstate): Change the semantics: instead of arriving to
2017         this label when value and location have been pushed, but yystate
2018         is to be pushed on the state stack, now the three of them must
2019         have been pushed before.  yystate still must be the new state.
2020         This allows to use yypush_ everywhere instead of individual
2021         handling of the stacks.
2023 2008-11-03  Akim Demaille  <demaille@gostai.com>
2025         Prefer references to pointers.
2026         * data/lalr1.cc (b4_symbol_actions): New, overrides the default C
2027         definition to use references instead of pointers.
2028         (yy_symbol_value_print_, yy_symbol_print_, yydestruct_):
2029         Take the value and location as references.
2030         Adjust callers.
2032 2008-11-03  Akim Demaille  <demaille@gostai.com>
2034         stack::size instead of stack::height.
2035         * data/lalr1.cc (stack::height): Rename as...
2036         (stack::size): this.
2037         Fix the output type.
2038         Comment changes.
2040 2008-11-03  Akim Demaille  <demaille@gostai.com>
2042         Use variants to support objects as semantic values.
2043         This patch was inspired by work by Michiel De Wilde.  But he used
2044         Boost variants which (i) requires Boost on the user side, (ii) is
2045         slow, and (iii) has useless overhead (the parser knows the type of
2046         the semantic value there is no reason to duplicate this
2047         information as Boost.Variants do).
2049         This implementation reserves a buffer large enough to store the
2050         largest objects.  yy::variant implements this buffer.  It was
2051         implemented with Quentin Hocquet.
2053         * src/output.c (type_names_output): New.
2054         (output_skeleton): Invoke it.
2055         * data/c++.m4 (b4_variant_if): New.
2056         (b4_symbol_value): If needed, provide a definition for variants.
2057         * data/lalr1.cc (b4_symbol_value, b4_symbol_action_)
2058         (b4_symbol_variant, _b4_char_sizeof_counter, _b4_char_sizeof_dummy)
2059         (b4_char_sizeof, yy::variant): New.
2060         (parser::parse): If variants are requested, define
2061         parser::union_type, parser::variant, change the definition of
2062         semantic_type, construct $$ before running the user action instead
2063         of performing a default $$ = $1.
2064         * examples/variant.yy: New.
2065         Based on an example by Michiel De Wilde.
2067 2008-11-03  Akim Demaille  <demaille@gostai.com>
2069         Parameterize the extraction of semantic values.
2070         To make future changes easier, no longer rely on ".TYPE" being the
2071         way to get a semantic value.
2073         * data/c.m4 (b4_symbol_value): New.
2074         Use it.
2075         * data/c++.m4, data/yacc.c: Use it.
2076         * data/glr.c: Use b4_symbol_value.
2077         (b4_rhs_data): New.
2078         Use it.
2080 2008-11-03  Akim Demaille  <demaille@gostai.com>
2082         Prepare easier M4 changes.
2083         * data/lalr1.cc: Use escaped [] instead of literals to prepare
2084         future changes.
2086 2008-11-02  Joel E. Denny  <jdenny@ces.clemson.edu>
2088         Initiate further development.
2089         * NEWS: Create an empty section for new entries.
2090         * gnulib: Update submodule to HEAD.
2092 2008-11-02  Joel E. Denny  <jdenny@ces.clemson.edu>
2094         * NEWS: Version 2.4.
2096 2008-11-02  Joel E. Denny  <jdenny@ces.clemson.edu>
2098         Prepare for next release.
2099         * NEWS: Briefly mention changes since 2.3b.
2100         * README: Say GNU m4 1.4.6, which we've been requiring in release
2101         announcements already, not 1.4.3, which breaks the build.
2103 2008-11-02  Joel E. Denny  <jdenny@ces.clemson.edu>
2105         Say %language is experimental.
2106         We're thinking of extending it's effect on output file naming.  See the
2107         thread at
2108         <http://lists.gnu.org/archive/html/bison-patches/2008-10/msg00003.html>.
2109         * NEWS: Say it's experimental.
2110         * doc/bison.texinfo (Decl Summary): Say it's experimental, and so don't
2111         recommend it over %skeleton for now.
2112         (Bison Options): Likewise.
2113         (C++ Bison Interface): Use %skeleton not %language.
2114         (Calc++ Parser): Use %skeleton not %language.
2115         * src/getargs.c (usage): Say it's experimental.
2117 2008-11-01  Di-an Jan  <dianj@freeshell.org>
2118             Paolo Bonzini  <bonzini@gnu.org>
2120         Support all Java parser class modifiers.
2121         * data/java.m4 (b4_percent_define_get3): New.
2122         (b4_final_if, b4_strictfp_if): New.
2123         * data/lalr1.java (final, strictfp, extends, implements): Support.
2124         * doc/bison.texinfo (final, strictfp, extends, implements): Add
2125         documentation.
2126         * tests/java.at (AT_CHECK_JAVA_MINIMAL): New.
2127         (AT_CHECK_JAVA_MINIMAL_W_LEXER): New.
2128         (AT_CHECK_JAVA_GREP): New.
2129         (Java parser class modifiers): New test.
2130         (Java parser class extends and implements): New test.
2132         Model exception propagation better with throws and lex_throws.
2133         * data/java.m4 (b4_list2): New.
2134         (throws): Change default.
2135         * data/lalr1.java (yyaction): Add throws.
2136         (parse): Add lex_throws in addition to throws.
2137         * doc/bison.texinfo (throws, lex_throws): Add documentation.
2138         * tests/java.at (Java throws specifications): New test.
2140         Improve documentation for Java parsers.
2141         * doc/bison.texinfo (Java Parsers): Add subsections.
2142         Don't quote first argument of %define.
2143         (Java Bison Interface): Document output files.  Move documentation
2144         of parser class and merge into Java Parser Interface.  Document
2145         features that error out.  Document directives with no effect.
2146         Move note about Javadoc higher.
2147         (Java Semantic Values): Explicitly mention stype.
2148         Document that generic types cannot be used.
2149         (Java Location Values): Use @deftypeivar.  Document constructors.
2150         Correct return value for toString.
2151         (Java Parser Interface): List undocumented constants/fields.
2152         Move documentation of fields added by %parse-param closer to list
2153         of members.  Document that token names are added as fields.
2154         Document constructors accurately.  Remove error method.
2155         (Java Scanner Interface): Move note on %pure-parser to Java Bison
2156         Interface.  Describe %code lexer and yylex accutately.
2157         Remove documentation that does not match the code.
2158         (Java Action Features): New.
2159         (Java Differences): Add reference.  Add item on semantic values.
2160         Add note about @{ ... @}.  Clarify %% epilogue placement.
2161         (Java Declarations Summary): New.
2163         Fix Java skeleton.
2164         * data/java.m4 (b4_prefix): Correct quoting for m4_define_default.
2165         (b4_remove_comma): Quote test argument.
2166         (b4_identification): Remove "bison" field.
2167         * tests/java.at (Java parser class and package names): New test.
2168         (Java %parse-param and %lex-param): New test.
2169         (Java stype, position_class and location_class): New test.
2171 2008-10-31  Di-an Jan  <dianj@freeshell.org>
2173         * data/lalr1.jave: Update copyright years.
2174         (YYParser): Correct name of "generated from" file in Javadoc:
2175         use b4_file_name instead of @ofile@.
2176         (Location constructor): Correct Javadoc parameter name.
2177         (yylloc): Add missing opening m4 quote after b4_location_if.
2178         This removes a stray [ in the Javadoc of Lexer.getStartPos.
2179         (Lexer.yyerror): Fix incorrect m4 and Javadoc.
2180         (YYParser constructor): Correct Javadoc parameter name.
2182 2008-10-30  Joel E. Denny  <jdenny@ces.clemson.edu>
2184         Always put auxiliary code files in the same dir as other output files.
2185         * src/files.c (compute_file_name_parts): When the user specifies
2186         --output but not --file-prefix, extract the directory prefix from the
2187         file prefix not from the grammar file name.  This affects the location
2188         of files like location.hh generated by the C++ skeleton.  The includes
2189         in the other output files require this fix.
2190         * tests/output.at (AT_CHECK_OUTPUT): Automatically create directories
2191         for expected output files.
2192         (Output files): Add a test for the above.
2194 2008-10-29  Joel E. Denny  <jdenny@ces.clemson.edu>
2196         * gnulib: Update submodule to HEAD.
2198 2008-10-28  Joel E. Denny  <jdenny@ces.clemson.edu>
2200         Update copyright year.
2201         * src/files.c: Here.
2203 2008-10-28  Di-an Jan  <dianj@freeshell.org>  (tiny change)
2205         Don't overwrite the input file.
2206         * src/files.c (output_file_name_check): Fatal error if using input file
2207         for output.
2208         * tests/output.at: (AT_CHECK_CONFLICTING_OUTPUT): Add return status
2209         argument.
2210         (Conflicting output files): Add test.
2212 2008-10-28  Akim Demaille  <demaille@gostai.com>
2214         Space changes.
2215         * data/lalr1.cc: Formatting changes.
2217 2008-10-28  Akim Demaille  <demaille@gostai.com>
2219         Don't define debugging functions when !YYDEBUG.
2220         * data/lalr1.cc (debug_stream, set_debug_stream)
2221         (debug_level_type, debug_level, set_debug_level): Don't
2222         declare them when YYDEBUG is not defined.
2223         The implementation are already YYDEBUG-aware.
2225 2008-10-28  Akim Demaille  <demaille@gostai.com>
2227         Prefer "continue" for empty loop bodies.
2228         * etc/bench.pl.in: Use "continue" instead of {}.
2230 2008-10-28  Akim Demaille  <demaille@gostai.com>
2232         Space and comments changes.
2233         * data/c++.m4, data/glr.c, data/lalr1.cc: Copyright year changes.
2234         * data/c.m4, data/lalr1.cc: Space changes.
2236 2008-10-28  Akim Demaille  <demaille@gostai.com>
2238         Make gnulib a submodule.
2239         * gnulib: New.
2240         * .gitmodules (gnulib): New.
2242 2008-10-18  Joel E. Denny  <jdenny@ces.clemson.edu>
2244         Fix yyerror_range for user-defined location type in C++.  Reported by
2245         Georg Sauthoff at
2246         <http://lists.gnu.org/archive/html/bug-bison/2008-08/msg00008.html>.
2247         * data/lalr1.cc (parse): Change type of yyerror_range to location_type.
2248         * THANKS (Georg Sauthoff): Add.
2250 2008-10-18  Joel E. Denny  <jdenny@ces.clemson.edu>
2252         Update several administrative files mainly to facilitate releasing.
2253         * HACKING (Administrivia): Make the git-merge-changelog notes more
2254         helpful.
2255         (Test suite): Don't say lalr1.cc is not exercised in the test suite.
2256         (Release Procedure): Update for git and add numerous details that were
2257         previously missing.
2258         * Makefile.am (EXTRA_DIST): Remove Makefile.cfg and Makefile.maint.
2259         * maint.mk (announcement): Don't list bison as a bootstrap tool so
2260         that announcements don't claim we bootstrapped with whatever bison
2261         happened to be in PATH.  Add flex as a bootstrap tool.
2262         * Makefile.maint: Remove, previously replaced by maint.mk.
2263         * Makefile.cfg: Remove, and migrate settings to...
2264         * cfg.mk: ... here for the sake of `make announcement'.
2265         * bootstrap.conf (gnulib_modules): Add announce-gen.
2266         * README: Say GNU Bison instead of just Bison.  Suggested by Karl
2267         Berry.
2269 2008-10-08  Di-an Jan  <dianj@freeshell.org>  (tiny change)
2271         Small but important bugfixes for the Java skeleton.
2272         * data/lalr1.java (yyerror): Change Location to b4_location_type.
2273         (yy_symbol_print): Call toString on yyvaluep.
2275 2008-08-29  Akim Demaille  <demaille@gostai.com>
2277         Clarify UPDATED use.
2278         * doc/bison.texinfo: It refers to the last edition of this file,
2279         not to the release date of Bison.
2280         Reported by Joel E. Denny.
2282 2008-08-29  Akim Demaille  <demaille@gostai.com>
2284         * README: Update FAQ pointer.
2285         Reported by Joel E. Denny.
2287 2008-08-27  Eric Blake  <ebb9@byu.net>
2289         Resync m4sugar from autoconf.
2290         * data/m4sugar/m4sugar.m4 (m4_defn, m4_popdef, m4_undefine)
2291         (m4_init): Adjust to latest m4.git changes.
2292         (m4_mapall_sep, _m4_list_cmp, m4_version_compare): Reduce side
2293         effects.
2294         * data/m4sugar/foreach.m4 (_m4_shiftn): Fix off-by-one bug.
2295         (_m4_list_cmp): Reduce side effects.
2297 2008-08-27  Akim Demaille  <demaille@gostai.com>
2299         Check yyerrok in calc.at.
2300         * tests/calc.at (calc.y): Use yyerrok on "( error )".
2301         (AT_CHECK_CALC): Add a check that ensures that yyerrok works as
2302         expected.
2304 2008-08-27  Akim Demaille  <demaille@gostai.com>
2306         Support yyerrok in lalr1.cc.
2307         YYBACKUP is still to import back into lalr1.cc.
2308         * data/lalr1.cc (yyerrork, yyclearin, YYRECOVERING): Define.
2310 2008-08-26  Joel E. Denny  <jdenny@ces.clemson.edu>
2312         For maintainer-check*, don't recompile for a $(VERSION) update.
2313         * cfg.mk: New file.
2314         (_is-dist-target): Override the one in GNUmakefile.
2315         * Makefile.am (EXTRA_DIST): Add cfg.mk.
2317 2008-08-26  Joel E. Denny  <jdenny@ces.clemson.edu>
2319         Update for recent change to gnulib.
2320         * src/parse-gram.y: Don't include strverscmp.h.  It comes from
2321         string.h now.
2323 2008-08-15  Eric Blake  <ebb9@byu.net>
2325         Remaining m4sugar merge from autoconf.
2326         * data/m4sugar/m4sugar.m4: Copy entire file from autoconf.
2327         * data/m4sugar/foreach.m4: New file, copied from autoconf.
2328         * data/Makefile.am (dist_m4sugar_DATA): Distribute it.
2329         * src/output.c (output_skeleton): Tell m4 how to find it.
2331         Partial m4sugar merge from autoconf: m4_map.
2332         * data/m4sugar/m4sugar.m4 (m4_fst): Delete.
2333         (m4_map, m4_map_sep, _m4_map): Rewrite more efficiently.
2334         (m4_apply, _m4_apply, m4_mapall, m4_mapall_sep): New macros.
2335         * data/java.m4 (b4_token_enums): Use more efficient short-circuit
2336         for empty list.
2337         * data/c.m4 (b4_token_defines, b4_token_enums, b4_c_ansi_formals):
2338         Likewise.
2339         (b4_parse_param_for): Avoid m4_fst, now that autoconf no longer
2340         declares it.
2342 2008-08-07  Joel E. Denny  <jdenny@ces.clemson.edu>
2344         Keep .version and PACKAGE_VERSION in sync.
2345         * Makefile.am ($(top_srcdir)/.version): Declare configure as a
2346         dependency, and add comments justifying this in more detail.  Discussed
2347         starting at
2348         <http://lists.gnu.org/archive/html/bison-patches/2008-07/msg00022.html>.
2350 2008-08-06  Eric Blake  <ebb9@byu.net>
2352         Partial m4sugar merge from autoconf: m4_shiftn.
2353         * data/m4sugar/m4sugar.m4 (m4_shiftn): Faster implementation.
2354         (m4_shift2, m4_shift3): New macros.
2355         (m4_case, m4_bmatch, m4_bpatsubsts, m4_join): Adjust clients.
2356         * data/c.m4 (b4_c_function_def, b4_c_ansi_function_def)
2357         (b4_c_ansi_function_decl, b4_c_function_call): Likewise.
2358         * data/java.m4 (b4_remove_comma): Likewise.
2360         Partial m4sugar merge from autoconf: m4_wrap vs. m4 1.6.
2361         * data/m4sugar/m4sugar.m4 (m4_unquote, m4_wrap_lifo): New macros.
2362         (m4_wrap): Guarantee FIFO order, in spite of m4 1.6.
2363         (m4_init): Consolidate wrapped text into single m4_wrap.
2364         * data/bison.m4 (b4_check_user_names_wrap): Stick with LIFO order
2365         in wrapped text.
2367 2008-08-05  Eric Blake  <ebb9@byu.net>
2369         Partial m4sugar merge from autoconf: builtins, version.m4.
2370         * data/m4sugar/m4sugar.m4 (changeword): Nuke.
2371         (m4_prepend): Remove, as it is unused and inherently quadratic,
2372         whereas m4_append is linear in newer m4.
2373         (m4_mkstemp): New builtin.
2374         (m4_symbols): Make rename conditional.
2375         (m4_version_prereq): Ensure fatal error if used in bison, which
2376         intentionally lacks version.m4.
2378         Fix comments in m4sugar.
2379         * data/m4sugar/m4sugar.m4: Comment changes, borrowed from autoconf.
2381 2008-08-02  Joel E. Denny  <jdenny@ces.clemson.edu>
2383         Update for recent .gitignore fix in Gnulib.
2384         * bootstrap: Back out 2008-07-18 hack now that gnulib-tool creates
2385         anchored .gitignore entries.
2387 2008-08-02  Joel E. Denny  <jdenny@ces.clemson.edu>
2389         Set gnu or gnits strictness.
2390         * configure.ac (AM_INIT_AUTOMAKE): Set gnu strictness during
2391         development and gnits strictness for releases.  Based on Eric Blake's
2392         suggestion at
2393         <http://lists.gnu.org/archive/html/bug-bison/2008-07/msg00019.html>.
2395 2008-07-31  Paolo Bonzini  <bonzini@gnu.org>
2397         * NEWS: Clarify documentation of %language.
2399 2008-07-31  Paolo Bonzini  <bonzini@gnu.org>
2401         Support usage of git-merge-changelog.
2402         * .gitattributes: New.
2403         * HACKING: Document usage of git-merge-changelog.
2404         * bootstrap: Install git-merge-changelog entries in .git/config
2405         if appropriate.
2407 2008-07-27  Joel E. Denny  <jdenny@ces.clemson.edu>
2409         Remove remaining dependence on CVS Id keyword.
2410         * ChangeLog: For the sake of people still using CVS, don't use dollars
2411         when mentioning Id.
2412         * data/xslt/bison.xsl: Remove Id from header comments, where it was
2413         unusual anyway.
2414         * data/xslt/xml2dot.xsl: Likewise.
2415         * data/xslt/xml2text.xsl: Likewise.
2416         * data/xslt/xml2xhtml.xsl: Likewise.
2417         * doc/Doxyfile.in (PROJECT_NUMBER): Don't use ID.
2418         * doc/Makefile.am (neutralize): Remove, no longer needed.
2419         (.x.1): Don't use neutralize.
2420         (edit): Don't substitute for ID.
2421         (Doxyfile): Don't define Id, and thus don't depend on ChangeLog.
2423 2008-07-27  Joel E. Denny  <jdenny@ces.clemson.edu>
2425         Fix dependence on computed configure variables.
2426         * doc/Makefile.am (common_dep): Depend on $(top_srcdir)/configure not
2427         $(top_srcdir)/configure.ac so that changes to computed variables, such
2428         as PACKAGE_VERSION, are seen.
2429         * tests/Makefile.am ($(srcdir)/package.m4): Likewise.
2431 2008-07-20  Joel E. Denny  <jdenny@ces.clemson.edu>
2433         Update copyright dates for recent changes.
2434         * Makefile.am: Here.
2435         * src/Makefile.am: Here.
2436         * src/reduce.c: Here.
2437         * tests/reduce.at: Here.
2439 2008-07-18  Joel E. Denny  <jdenny@ces.clemson.edu>
2441         Use git-version-gen for version names between releases.
2442         * .cvsignore (.tarball-version, GNUmakefile, *~): Add.
2443         * .gitignore (/.tarball-version, /GNUmakefile, /*~): Add.
2444         * .prev-version: New.
2445         * .version.in: Remove.
2446         * ChangeLog: Remove the Id previously used for capturing the CVS
2447         revision.
2448         * GNUmakefile: Remove, now copied from Gnulib.
2449         * Makefile.am: Add code suggested by comments in
2450         build-aux/git-version-gen.
2451         (EXTRA_DIST): Remove GNUmakefile, handled by Gnulib.  Add maint.mk,
2452         .prev-version, and .version.
2453         * NEWS (2.3b+): Rename to...
2454         (?.?): ... this because we're dropping the "+" version naming scheme,
2455         but, in general, we still can't be sure of our next release name.
2456         * bootstrap: Add a quick hack to remove from .gitignore the
2457         GNUmakefile entry that gnulib adds.  We already have a /GNUmakefile
2458         entry.  This should really be fixed in gnulib instead.
2459         * bootstrap.conf (gnulib_modules): Add gnumakefile.
2460         * configure.ac (AC_INIT): Set version name by invoking
2461         build-aux/git-version-gen.
2462         (AC_CONFIG_FILES): Remove .version, now generated by
2463         build-aux/git-version-gen.
2464         * maint.mk: New, copied from coreutils.
2465         * doc/.cvsignore (bison.1): Add.
2466         * doc/.gitignore (/bison.1): Add.
2467         * doc/bison.1: Remove, generated.
2468         * src/.cvsignore (revision.c): Remove.
2469         * src/.gitignore (/revision.c): Remove.
2470         * src/Makefile.am (bison_SOURCES): Remove revision.c and revision.h.
2471         (BUILT_SOURCES): Remove revision.c.
2472         (revision.c): Remove.
2473         * src/getargs.c (version): Don't print revision after the VERSION.
2474         * src/revision.h: Remove.
2476 2008-07-16  Joel E. Denny  <jdenny@ces.clemson.edu>
2478         Fix untranslatable composition of sentences.  Reported by Goran
2479         Uddeborg at
2480         <http://lists.gnu.org/archive/html/bug-bison/2008-06/msg00000.html>.
2481         * THANKS (Goran Uddeborg): Add.
2482         * src/reduce.c (reduce_print): Report the number of nonterminals and
2483         rules useless in the grammar in separate sentences.
2484         * tests/reduce.at (Useless Rules): Update output.
2485         (Reduced Automaton): Likewise.
2486         (Underivable Rules): Likewise.
2487         (Empty Language): Likewise.
2489 2008-07-15  Joel E. Denny  <jdenny@ces.clemson.edu>
2491         Fix some .gitignore and .cvsignore problems.
2492         * bootstrap (insert_sorted_if_absent): Replace all uses with...
2493         (insert_vc_ignore): ... this new function, which prepends `/' to all
2494         .gitignore entries before passing them to insert_sorted_if_absent.
2495         * bootstrap.conf (vc_ignore): Set to '.cvsignore .gitignore' so that
2496         .cvsignore files are maintained even though Bison developers run
2497         bootstrap while using Git.
2498         * .cvsignore (*.patch *.log log patches applied): Remove, apparently
2499         unneeded by Bison.
2500         (gnulib): Add.
2501         * .gitignore (/*.patch *.log log patches applied): Remove, broken and
2502         unneeded.  Reported by Eric Blake.
2503         * lib/.gitignore (/*~): Add.
2504         * po/.cvsignore, runtime-po/.cvsignore: Sync with .gitignore.
2505         * examples/calc++/.gitignore (/calc++.exe): Add.  Reported by Eric
2506         Blake.
2507         * src/.gitignore (/bison.exe): Add.  Reported by Eric Blake.
2509 2008-07-15  Joel E. Denny  <jdenny@ces.clemson.edu>
2511         Improve forward-compatibility with GNU M4.  Reported by Eric Blake at
2512         <http://lists.gnu.org/archive/html/bug-bison/2008-07/msg00000.html>.
2513         * bootstrap.conf (gnulib_modules): Add unsetenv.
2514         * lib/.gitignore, lib/.cvsignore (/unsetenv.c): Add.
2515         * m4/.gitignore, m4/.cvsignore (/environ.m4): Add.
2516         (/setenv.m4): Add.
2517         * src/output.c (output_skeleton): For the m4 invocation, pass -dV as
2518         the first argument because it may become position-dependent, and unset
2519         POSIXLY_CORRECT so Bison's skeletons have access to GNU M4 extensions.
2520         Add comments explaining these issues in more detail.
2522 2008-07-14  Joel E. Denny  <jdenny@ces.clemson.edu>
2524         Add .gitignore everywhere based on .cvsignore.
2525         * .gitignore: New.
2526         * build-aux/.gitignore: New.
2527         * data/.gitignore: New.
2528         * doc/.gitignore: New.
2529         * etc/.gitignore: New.
2530         * examples/.gitignore: New.
2531         * examples/calc++/.gitignore: New.
2532         * lib/.gitignore: New.
2533         * m4/.gitignore: New.
2534         * po/.gitignore: New.
2535         * runtime-po/.gitignore: New.
2536         * src/.gitignore: New.
2537         * tests/.gitignore: New.
2539 2008-05-27  Joel E. Denny  <jdenny@ces.clemson.edu>
2541         * NEWS (2.3b+): New section, empty for now.
2542         * configure.ac (AC_INIT): 2.3b -> 2.3b+.
2544 2008-05-27  Joel E. Denny  <jdenny@ces.clemson.edu>
2546         * NEWS (2.3b): Update release date since there has been a delay in
2547         getting the announcements and tarballs out.
2549 2008-05-23  Joel E. Denny  <jdenny@ces.clemson.edu>
2551         * NEWS: Version 2.3b.
2552         * configure.ac (AC_INIT): Likewise.
2553         (PACKAGE_COPYRIGHT_YEAR): Update to 2008.
2555 2008-05-23  Joel E. Denny  <jdenny@ces.clemson.edu>
2557         * HACKING: Don't say don't mention HACKING in the ChangeLog.  We've
2558         been doing it for years.
2559         (Test suite): Mention maintainer-push-check and maintainer-xml-check.
2560         (Release Procedure): Add FIXME about make alpha being unmaintained.
2562 2008-05-13  Joel E. Denny  <jdenny@ces.clemson.edu>
2564         * data/yacc.c: Reformat m4 a little for readability.
2565         * src/lalr.c (build_relations): Correct comment.
2567 2008-05-12  Juan Manuel Guerrero  <juan.guerrero@gmx.de>
2569         DJGPP specific issue.
2570         * djgpp/config.sed: Fixes required to run configure scripts generated
2571         by autoconf 2.62.
2573 2008-05-07  Joel E. Denny  <jdenny@ces.clemson.edu>
2575         * HACKING (Release Procedure): translation@iro.umontreal.ca is now
2576         coordinator@translationproject.org.
2578 2008-05-06  Joel E. Denny  <jdenny@ces.clemson.edu>
2580         * THANKS: Add Eric Blake.
2582 2008-04-23  Eric Blake  <ebb9@byu.net>
2584         Revert prior patch, by working around autoconf regression.
2585         * tests/output.at (m4_expand): Add workaround for autoconf 2.62.
2586         ("Output file name: ("): Uncomment test.
2587         ("Output file name: )"): Likewise.
2588         Based on an idea from Noah Misch.
2590 2008-04-21  Joel E. Denny  <jdenny@ces.clemson.edu>
2592         Work-around an Autoconf 2.62 AT_SETUP bug that was not present in
2593         2.61.  Reported by Juan Manuel Guerrero at
2594         <http://lists.gnu.org/archive/html/bug-bison/2008-04/msg00011.html>.
2595         * tests/output.at ("Output file name: ("): Comment out test case for
2596         now.
2597         ("Output file name: )"): Likewise.
2599 2008-04-21  Joel E. Denny  <jdenny@ces.clemson.edu>
2601         * GNUmakefile: Update git-version-gen invocation so make dist
2602         succeeds.
2604 2008-04-21  Joel E. Denny  <jdenny@ces.clemson.edu>
2606         Update to the current gnulib CVS repository, and fix trigraph handling
2607         in Bison.
2608         * bootstrap: Update gnulib CVS repository URL.
2609         (symlink_to_dir): Encapsulate the code that guarantees the destination
2610         directory exists into...
2611         (check_dst_dir): ... this new function, and...
2612         (cp_mark_as_generated): ... reuse it here so that bootstrap doesn't
2613         fail when copying files into lib/uniwidth/.
2614         * src/output.c (prepare_symbols): When writing yytname muscles, where
2615         symbol names will be encoded in C-string literals, tell quotearg to
2616         escape trigraphs.  This used to be the default in gnulib.
2617         * tests/regression.at (Token definitions): Because of the change in
2618         gnulib's quotearg behavior, string_as_id in parse-gram.y no longer
2619         escapes trigraphs in symbol names.  Thus, yytname no longer has
2620         trigraphs unnecessarily doubly escaped.  Update test case output.
2621         Extend test case to be sure Bison's own error messages will no longer
2622         have trigraphs in symbol names unnecessarily escaped once.
2624 2008-04-20  Joel E. Denny  <jdenny@ces.clemson.edu>
2626         Fix make dist infinite loop reported by Juan Manuel Guerrero at
2627         <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00009.html>.
2628         * .cvsignore: Add .version.
2629         * .version.in: New.
2630         * bootstrap.conf (gnulib_modules): Add git-version-gen.
2631         * configure.ac (AC_CONFIG_FILES): Add .version.
2632         * build-aux/.cvsignore: Add git-version-gen.
2634 2008-03-08  Joel E. Denny  <jdenny@ces.clemson.edu>
2636         * NEWS (2.3a+): Mention that -g now takes an argument.
2637         * doc/bison.texinfo (Bison Options): Reword -W entry a little for
2638         consistency.  Update the -g and -x entries now that they take
2639         arguments.  Use brackets to indicate optional arguments.
2640         * src/getargs.c (usage): Explain the relationship between arguments of
2641         long and short options more completely.  Document --defines and -d
2642         separately since the former takes an argument but, for POSIX Yacc, the
2643         latter does not.
2644         (short_options): Let -W take an optional argument like --warnings.
2645         (getargs): Sort cases.
2647 2008-02-28  Akim Demaille  <demaille@gostai.com>
2649         * doc/bison.texinfo: Fix a few typos.
2651 2008-02-28  Akim Demaille  <akim@epita.fr>
2653         * doc/bison.texinfo (Bison Options): Document -W.
2654         Based on Joel E. Denny's NEWS entry, and Automake's documentation.
2656 2008-02-28  Akim Demaille  <akim@epita.fr>
2658         * src/getargs.c (short_options): Split and sort for readability.
2659         -g and -x take optional arguments, just like their long options.
2660         * build-aux/cross-options.pl: Use /x to make the regexp easier to
2661         understand.
2662         Fix the handling of $opt which resulted in all the argument to be
2663         considered as optional.
2665 2008-02-22  Joel E. Denny  <jdenny@ces.clemson.edu>
2667         * NEWS (2.3a+): Don't say %language is experimental.  Mention Java and
2668         say its interface is experimental.
2669         * doc/bison.texinfo (Decl Summary): In the %language entry, mention
2670         Java.
2671         (Bison Options): In the -L and --language entry, mention Java.
2672         (Java Bison Interface): Say the interface is experimental.
2673         * src/getargs.c (usage): Mention -L and --language.
2675         * NEWS (2.3a+): Say the push parsing interface is experimental.
2676         * doc/bison.texinfo (Push Decl): Likewise.
2677         (Decl Summary): Likewise in the "%define api.push_pull" entry.
2678         (Push Parser Function): Likewise.
2679         (Pull Parser Function): Likewise.
2680         (Parser Create Function): Likewise.
2681         (Parser Delete Function): Likewise.
2682         (Table of Symbols): Likewise in the yypstate_delete, yypstate_new,
2683         yypull_parse, and yypush_parse entries.
2685         * NEWS (2.3a+): Mention XML support, and say the schema is
2686         experimental.
2687         * doc/bison.texinfo (Bison Options): Mention -x and --xml.
2688         * src/getargs.c (usage): Say the XML schema is experimental.
2690         * NEWS (2.3a+): Say option instead of flag.
2692 2008-02-21  Wojciech Polak  <polak@gnu.org>
2694         * data/xslt/xml2xhtml.xsl (xsl:template match="/"): Change footer
2695         text.
2697 2008-02-20  Joel E. Denny  <jdenny@ces.clemson.edu>
2699         Fix impure push parser compile error reported by Bob Rossi at
2700         <http://lists.gnu.org/archive/html/help-bison/2008-02/msg00023.html>.
2701         * data/yacc.c: Clean up whitespace in the output a little.
2702         (yypstate_allocated): Define for impure push parsers regardless of
2703         whether the pull interface is also requested.
2704         * tests/push.at (Push Parsing: Multiple impure instances): Extend to
2705         check impure push parsers without the pull interface.
2707         * data/yacc.c (yypstate_new): Don't try to invoke yyerror since
2708         yyerror takes arguments specified by %parse-param while yypstate_new
2709         does not.
2710         * doc/bison.texinfo (Parser Create Function): Document that
2711         yypstate_new returns 0 for multiple impure parser instances.
2712         * tests/push.at (Push Parsing: Multiple impure instances): Update
2713         expected stderr output.
2715 2008-02-19  Joel E. Denny  <jdenny@ces.clemson.edu>
2717         * runtime-po/POTFILES.in (push.c): Remove.
2719 2008-02-17  Joel E. Denny  <jdenny@ces.clemson.edu>
2721         * data/Makefile.am (dist_pkgdata_DATA): Remove push.c.
2722         * data/push.c: Rename to...
2723         * data/yacc.c: ... this, overwriting it.
2724         * etc/bench.pl.in (bench_grammar): `%pure-parser'-> `%define api.pure'.
2725         `%push-pull-parser' -> `%define api.push_pull "both"'.
2726         Remove old yacc.c tests, and update push.c tests to yacc.c.
2728 2008-02-17  Joel E. Denny  <jdenny@ces.clemson.edu>
2730         * data/bison.m4 (b4_percent_code_get): Output %code block comments like
2731         `"%code top" blocks' instead of `%code "top" blocks'.
2732         * data/push.c: Import yacc.c changes from 2008-01-09 and 2007-08-03.
2733         Clean up whitespace in the output a little.
2735 2008-02-16  Joel E. Denny  <jdenny@ces.clemson.edu>
2737         Fix documentation problems reported by Tim Josling at
2738         <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00013.html>.
2739         * NEWS (2.3a+): Mention removal of --no-parser, -n, and %no-parser.
2740         * doc/bison.texinfo (Token Decl): Token numbers are *nonnegative*
2741         integers.  Explain the effect of literal string aliases on error
2742         messages.  Copy token 0 documentation from the C++ skeleton
2743         documentation.
2745 2008-02-16  Joel E. Denny  <jdenny@ces.clemson.edu>
2747         Accept a token number in a %left, %right, or %nonassoc for POSIX
2748         conformance.  Reported by Tim Josling at
2749         <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00010.html>.
2750         * NEWS (2.3a+): Mention.
2751         * doc/bison.texinfo (Precedence Decl): Describe how literal strings
2752         and code numbers are treated by precedence declarations.
2753         * src/parse-gram.y (precedence_declaration): Use symbols.prec instead
2754         of symbols.1.
2755         (symbols.prec): New, just like symbols.1 but uses symbol.prec instead
2756         of symbol.
2757         (symbol.prec): New, just like symbol but allows INT.
2758         * src/symtab.c (symbol_user_token_number_set): Remove an aver that no
2759         longer holds.
2760         * tests/regression.at (Token number in precedence declaration): New
2761         test case.
2763 2008-02-06  Juan Manuel Guerrero  <juan.guerrero@gmx.de>
2765         DJGPP specific issues.
2766         * djgpp/config.bat: Add filenames that are not 8.3 clean and that must
2767         be changed.  Copyright timestamp adjusted.
2768         * djgpp/config.sed: Add filenames that are not 8.3 clean and that must
2769         be changed.  Copyright timestamp adjusted.
2770         * djgpp/config.site: Copyright timestamp adjusted.
2771         * djgpp/config_h.sed: Copyright timestamp adjusted.
2772         * djgpp/djunpack.bat: Copyright timestamp adjusted.
2773         * djgpp/fnchnage.lst: Add filenames that are not 8.3 clean to the
2774         filename translation list.
2775         * djgpp/subpipe.c (init_subpipe): Check the environment variables
2776         TMPDIR, TMP and TEMP, in that order, to determinate where the temp
2777         files shall be created.  Before trying to use the temp dir where the
2778         environment variable points to check that the dir really exists. If
2779         not default to the cwd as temp dir.  Copyright timestamp adjusted.
2780         * djgpp/subpipe.h: Copyright timestamp adjusted.
2781         * djgpp/testsuite.sed: Copyright timestamp adjusted.
2783 2008-01-30  Paul Eggert  <eggert@cs.ucla.edu>
2785         * doc/bison.texinfo: Update Back-Cover text to reflect new GNU wording.
2787 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
2789         * data/yacc.c (yyparse): Correct the comment when locations aren't used.
2790         Problem reported by Claudio Saavedra in
2791         <http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00003.html>.
2793 2008-01-05  Wojciech Polak  <polak@gnu.org>
2795         * data/xslt/xml2xhtml.xsl (xsl:template match="/"): Precede an XHTML
2796         document's title with the input grammar file name.
2798 2007-12-22  Joel E. Denny  <jdenny@ces.clemson.edu>
2800         Automate regression testing of the XML/XSLT implementation.  Discussed
2801         starting at
2802         <http://lists.gnu.org/archive/html/bison-patches/2007-11/msg00021.html>.
2803         * configure.ac (XSLTPROC): New substitution.
2804         * Makefile.am (maintainer-xml-check): New phony target invoking...
2805         * tests/Makefile.am (maintainer-xml-check): ... this new phony target
2806         invoking make maintainer-check with BISON_TEST_XML=1.
2807         * tests/atlocal.in (XSLTPROC): New.
2808         * tests/local.at (AT_BISON_CHECK): New macro to (1) instruct Valgrind
2809         not to report reachable memory when Bison is expected to have a
2810         non-zero exit status and (2) to compare XML/XSLT output with --graph
2811         and --report=all output for every working grammar when
2812         BISON_TEST_XML=1.
2813         (AT_BISON_CHECK_NO_XML): Likewise, but skip XML checks.
2814         (AT_BISON_CHECK_XML): New.
2815         (AT_QUELL_VALGRIND): New.
2816         * tests/testsuite.at (ORIGINAL_AT_CHECK): Remove this and...
2817         (AT_CHECK): ... don't redefine this since this was the old way to
2818         quell Valgrind.
2819         * tests/actions.at: Rewrite all AT_CHECK invocations for bison as
2820         AT_BISON_CHECK invocations.
2821         * tests/c++.at: Likewise.
2822         * tests/calc.at: Likewise.
2823         * tests/conflicts.at: Likewise.
2824         * tests/cxx-type.at: Likewise.
2825         * tests/existing.at: Likewise.
2826         * tests/glr-regression.at: Likewise.
2827         * tests/headers.at: Likewise.
2828         * tests/input.at: Likewise.
2829         * tests/java.at: Likewise.
2830         * tests/output.at: Likewise.
2831         * tests/push.at: Likewise.
2832         * tests/reduce.at: Likewise.
2833         * tests/regression.at: Likewise.
2834         * tests/sets.at: Likewise.
2835         * tests/skeletons.at: Likewise.
2836         * tests/synclines.at: Likewise.
2837         * tests/torture.at: Likewise.
2838         (Big triangle): Use AT_BISON_CHECK_NO_XML instead since this grammar
2839         tends to hang xsltproc.
2840         (Big horizontal): Likewise.
2842 2007-12-08  Joel E. Denny  <jdenny@ces.clemson.edu>
2844         In XML output, remove redundant class attribute on symbol element.
2845         * data/xslt/bison.xsl (xsl:key name="bison:symbolByName"): New.
2846         * data/xslt/xml2xhtml.xsl (xsl:template match="symbol"): Use it to
2847         look up a symbol to determine whether it's a nonterminal or terminal.
2848         * src/gram.c (rule_rhs_print_xml): Remove class attribute.
2849         * src/state.c (state_rule_lookahead_tokens_print_xml): Likewise.
2851         Add prec/assoc information to XML output.
2852         * src/gram.c (grammar_rules_print_xml): For each rule that has a
2853         %prec, add a percent_prec attribute.
2854         * src/print-xml.c (print_grammar): For each terminal that has a
2855         precedence or associativity, add a prec or assoc attribute.
2856         (xml_indent): New.
2857         (xml_puts): Use xml_indent.
2858         (xml_printf): Use xml_indent.
2859         * src/print-xml.h (xml_indent): Prototype.
2861         * tests/existing.at (GNU pic Grammar): Fix a rule miscopied from
2862         <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
2864 2007-12-08  Joel E. Denny  <jdenny@ces.clemson.edu>
2866         * data/xslt/bison.xsl (bison:ruleNumber): Rename to...
2867         (bison:ruleByNumber): ... this for clarity.
2868         * data/xslt/xml2dot.xsl (xsl:template match="item"): Update.
2869         * data/xslt/xml2text.xsl (xsl:template match="item"): Update.
2870         (xsl:template match="reduction"): Update.
2871         (xsl:template match="item"): Update.
2872         (xsl:template match="reduction"): Update.
2874         In the XML output, don't print the list of rules where symbols appear.
2875         Compute it in XSLT instead.  Discussed at
2876         <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00024.html>.
2877         * data/xslt/bison.xsl (bison:ruleByLhs): New.
2878         (bison:ruleByRhs): New.
2879         * data/xslt/xml2text.xsl (xsl:template match="terminal"): Use
2880         bison:ruleByRhs.
2881         (xsl:template match="terminal/rule"): Remove.
2882         (xsl:template match="nonterminal"): Use bison:ruleByLhs and
2883         bison:ruleByRhs.
2884         (xsl:template match="nonterminal/left/rule|nonterminal/right/rule"):
2885         Remove.
2886         * data/xslt/xml2xhtml.xsl (xsl:template match="terminal"): Use
2887         bison:ruleByRhs and mode="number-link" for rule template.
2888         (xsl:template match="terminal/rule"): Remove.
2889         (xsl:template match="nonterminal"): Use bison:ruleByLhs and
2890         bison:ruleByRhs and mode="number-link" for rule template.
2891         (xsl:template match="nonterminal/left/rule|nonterminal/right/rule"):
2892         Rewrite as...
2893         (xsl:template match="rule" mode="number-link"): ... this.
2894         * src/print-xml.c (print_grammar): Don't print the list of rules.
2896 2007-12-01  Joel E. Denny  <jdenny@ces.clemson.edu>
2898         Don't let --report affect XML output; always print all information.
2899         Discussed at
2900         <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00020.html>.
2901         * src/conflicts.c (log_resolution): Implement.
2902         * src/print-xml.c (print_core): Implement.
2903         (print_state): Implement.
2904         (print_xml): Implement.
2906         * NEWS (2.3a+): Fix quotes.
2907         * src/parse-gram.y (prologue_declaration): For consistency with -v,
2908         don't let %verbose clear the list specified by --report.
2910 2007-11-26  Akim Demaille  <akim@epita.fr>
2912         * data/Makefile.am (dist_pkgdata_DATA): Ship and install bison.xsl.
2914 2007-11-24  Joel E. Denny  <jdenny@ces.clemson.edu>
2916         In the XML output, list useless and unused symbols and rules with the
2917         useful ones and add a "usefulness" attribute.  Discussed starting at
2918         <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00017.html>.
2919         * src/gram.c (grammar_rules_partial_print_xml): Remove.
2920         (grammar_rules_print_xml): Print all rules instead of just those
2921         useful in the grammar, and add a "usefulness" attribute.
2922         * src/gram.h (grammar_rules_partial_print_xml): Remove prototype.
2923         * src/print-xml.c (print_rules_useless_in_parser): Remove.
2924         (print_grammar): Print all nonterminals instead of just useful ones,
2925         and add a "usefulness" attribute to nonterminals and terminals.
2926         (print_xml): Don't print a separate "reductions" or
2927         "rules-useless-in-parser" element.
2928         * src/reduce.c (reduce_output): Use reduce_token_unused_in_grammar.
2929         (reduce_xml): Remove.
2930         (reduce_token_unused_in_grammar): New.
2931         (reduce_nonterminal_useless_in_grammar): New.
2932         * src/reduce.h (reduce_xml): Remove prototype.
2933         (reduce_token_unused_in_grammar): Add prototype.
2934         (reduce_nonterminal_useless_in_grammar): Add prototype.
2935         * data/xslt/xml2text.xsl: Update for XML changes.
2936         * data/xslt/xml2xhtml.xsl: Update for XML changes.
2937         * tests/reduce.at (Useless Terminals): Update output.
2938         (Useless Rules): Update output.
2939         (Reduced Automaton): Update output.
2941         Say "Terminals unused in grammar" instead of "Unused terminals".
2942         * NEWS (2.3a+): Update.
2943         * doc/bison.texinfo (Understanding): Update example output.
2944         * src/reduce.c (reduce_output): Implement.
2945         * data/xslt/xml2text.xsl: Implement.
2946         * data/xslt/xml2xhtml.xsl: Implement.
2948 2007-11-18  Joel E. Denny  <jdenny@ces.clemson.edu>
2950         Accept --report-file=FILE to override the default `.output' filename.
2951         * NEWS (2.3a+): Mention.
2952         * doc/bison.texinfo (Bison Options): Add an entry.
2953         * src/files.c (compute_output_file_names): Don't override
2954         spec_verbose_file if already set.
2955         * src/getargs.c (usage): Document --report-file.
2956         (REPORT_FILE_OPTION): New anonymous enum member.
2957         (long_options): Add entry for it.
2958         (getargs): Add case for it setting spec_verbose_file.
2960         * build-aux/cross-options.pl: Don't record a short option just because
2961         there's an arg.
2962         * doc/.cvsignore: Add yacc.1.
2964 2007-11-14  Akim Demaille  <akim@epita.fr>
2966         * doc/yacc.1.in: New.
2967         * configure.ac, doc/Makefile.am: Adjust.
2968         * configure.ac (PACKAGE_COPYRIGHT_YEAR): New substitution, and new
2969         config.h symbol.
2970         Use AC_SUBST for assignments too.
2971         * src/getargs.c (version): Use PACKAGE_COPYRIGHT_YEAR.
2973 2007-11-10  Joel E. Denny  <jdenny@ces.clemson.edu>
2975         * src/gram.c: Remove comments that duplicate comments in gram.h.
2977         When reporting useless rules and nonterminals, say "useless in grammar"
2978         instead of "useless", and say "useless in parser" instead of "never
2979         reduced".  Discussed starting at
2980         <http://lists.gnu.org/archive/html/bison-patches/2007-10/msg00033.html>.
2981         * NEWS (2.3a+): Mention this change.
2982         * data/xslt/xml2text.xsl: Update output text and expected input XML
2983         element names to match changes below.
2984         * data/xslt/xml2xhtml.xsl: Likewise.
2985         (xsl:template match="bison-xml-report"): Add missing entry in Table of
2986         Contents: "Rules useless in parser due to conflicts".
2987         * doc/bison.texinfo (Decl Summary): Reword a little.
2988         (Understanding): Update example output for changes below.
2989         * src/gram.c: (rule_useful_p): Rename to...
2990         (rule_useful_in_grammar_p): ... this.
2991         (rule_useless_p): Rename to...
2992         (rule_useless_in_grammar_p): ... this.
2993         (rule_never_reduced_p): Rename to...
2994         (rule_useless_in_parser_p): ... this.
2995         (grammar_rules_print): Update for renames.
2996         (grammar_rules_print_xml): Update for renames.
2997         (grammar_rules_never_reduced_report): Rename to...
2998         (grammar_rules_useless_report): ... this since it is used for either
2999         kind of useless rule.
3000         * src/gram.h: Reword comments and update function names in prototypes.
3001         * src/main.c (main): Say "rule useless in parser due to conflicts".
3002         * src/print-xml.c (print_rules_never_reduced): Rename to...
3003         (print_rules_useless_in_parser): ... this, and rename output XML
3004         element "rules-never-reduced" to "rules-useless-in-parser".
3005         (print_xml): Update for rename.
3006         * src/print.c (print_results): Say "Rules useless in parser due to
3007         conflicts".
3008         * src/reduce.c (reduce_grammar_tables): Say "rule useless in grammar".
3009         (nonterminals_reduce): Say "nonterminal useless in grammar".
3010         (reduce_output): Say "Nonterminals useless in grammar".
3011         Say "Rules useless in grammar".
3012         (reduce_xml): Rename output XML element "useless" to
3013         "useless-in-grammar".
3014         (reduce_print): Don't report the count of grammatically useless rules
3015         as "rules never reduced" just because %yacc is specified.
3016         In the correct report of this count, say nonterminal(s) and rule(s)
3017         "useless in grammar".
3018         * tests/conflicts.at (S/R in initial): Update expected output.
3019         (Defaulted Conflicted Reduction): Likewise.
3020         (Unreachable States After Conflict Resolution): Likewise.
3021         * tests/existing.at (GNU pic Grammar): Likewise.
3022         * tests/reduce.at (Useless Nonterminals): Likewise.
3023         (Useless Rules): Likewise.
3024         (Reduced Automaton): Likewise.
3025         (Underivable Rules): Likewise.
3026         (Empty Language): Likewise.
3028 2007-11-09  Joel E. Denny  <jdenny@ces.clemson.edu>
3030         * data/bison.m4 (b4_cat): Put a newline after the end delimiter of the
3031         here document and before the EOF so that BSD's implementation of Bourne
3032         shell doesn't parse the delimiter as part of the here document.
3033         * doc/.cvsignore: Add cross-options.texi.
3034         * src/getargs.c (usage): Add a blank line after the warning categories.
3036 2007-11-08  Paolo Bonzini  <bonzini@gnu.org>
3038         * data/lalr1.java (Lexer): Remove usage of b4_pure_if.
3040 2007-11-05  Akim Demaille  <akim@epita.fr>
3042         Remove Id: from bison.1.
3043         * doc/Makefile.am (remove_time_stamp): Include the sed invocation.
3044         (perl -0777 -pi -e 's/\.PP\nId): New.
3045         (.x.1): Use it to ignore the version control revision.
3047 2007-11-05  Akim Demaille  <demaille@gostai.com>
3049         * build-aux/Makefile.am: Ship cross-options.pl.
3050         * doc/Makefile.am: Always refer to cross-options.texi with
3051         $(srcdir).
3052         (MAINTAINERCLEANFILES): Add it.
3054 2007-11-04  Akim Demaille  <demaille@gostai.com>
3056         Generate the long/short option cross-table.
3057         * build-aux/cross-options.pl: New.
3058         * doc/Makefile.am (cross-options.texi): New.
3059         * doc/bison.texinfo: Use it.
3061 2007-11-04  Akim Demaille  <demaille@gostai.com>
3063         Generate bison.1 using help2man.
3064         * doc/common.x, doc/bison.x: New.
3065         * doc/Makefile.am (bison.1, .x.1): New.
3066         The code is taken from autoconf-2.61/man/Makefile.am.
3067         * configure.ac: Look for help2man.
3069 2007-11-04  Akim Demaille  <demaille@gostai.com>
3071         Complete --help.
3072         * src/getargs.c (usage): Document -W, make it clear that -d,
3073         -g and -x have optional arguments.
3075 2007-11-04  Akim Demaille  <demaille@gostai.com>
3077         Find sha1sum when named gsha1sum.
3078         * bootstrap (find_tool): New.
3079         ($SHA1SUM): New.
3081 2007-10-28  Joel E. Denny  <jdenny@ces.clemson.edu>
3083         Deprecate %pure-parser and add `%define api.pure'.  Discussed starting
3084         at
3085         <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00006.html>.
3086         * NEWS (2.3a+): Mention.
3087         * data/bison.m4 (b4_pure_if): Don't define it here.
3088         * data/c.m4 (b4_identification): Depend on individual skeletons to
3089         define b4_pure_flag, b4_push_flag, or b4_pull_flag if they use the
3090         values of the %define variables api.pure or api.push_pull.  Define
3091         YYPURE, YYPUSH, and YYPULL accordingly.
3092         * data/glr.c: Define b4_pure_if based on `%define api.pure' unless
3093         glr.cc has already defined b4_pure_flag.
3094         * data/push.c: Define b4_pure_if based on `%define api.pure'.
3095         Remove YYPUSH and YYPULL since they're back in b4_identification again.
3096         * data/yacc.c: Define b4_pure_if based on `%define api.pure'.
3097         * doc/bison.texinfo (Pure Decl): Update.
3098         (Push Decl): Update.
3099         (Decl Summary): Add api.pure to %define entry.
3100         In %pure-parser entry, say it's deprecated and reference %define.
3101         (Pure Calling): Update.
3102         (Error Reporting): Update.
3103         (C++ Scanner Interface): Update.
3104         (How Can I Reset the Parser): Update.
3105         (Table of Symbols): In %pure-parser entry, say it's deprecated and
3106         reference %define.
3107         * src/getargs.c (pure_parser): Remove global variable.
3108         * src/getargs.h (pure_parser): Remove extern.
3109         * src/output.c (prepare): Don't define pure_flag muscle.
3110         * src/parse-gram.y (prologue_declaration): Implement %pure-parser as a
3111         wrapper around `%define api.pure'.
3112         * tests/calc.at (Simple LALR Calculator): Update.
3113         (Simple GLR Calculator): Update.
3114         * tests/cxx-type.at (GLR: Resolve ambiguity, pure, no locations):
3115         Update.
3116         (GLR: Resolve ambiguity, pure, locations): Update.
3117         (GLR: Merge conflicting parses, pure, no locations): Update.
3118         (GLR: Merge conflicting parses, pure, locations): Update.
3119         * tests/glr-regression.at (Uninitialized location when reporting
3120         ambiguity): Update
3121         * tests/input.at (Unused %define api.pure): New test case.
3122         * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Update definition for
3123         AT_PURE_IF and AT_PURE_AND_LOC_IF.
3124         * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update.
3126 2007-10-28  Joel E. Denny  <jdenny@ces.clemson.edu>
3128         %define push_pull -> %define api.push_pull.  Discussed starting at
3129         <http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00005.html>.
3130         * data/push.c: Expect the new name.
3131         * data/yacc.c: Likewise.
3132         * doc/bison.texinfo (Push Decl): Update.
3133         (Decl Summary): Update %define entry.
3134         (Push Parser Function): Update.
3135         (Pull Parser Function): Update.
3136         (Parser Create Function): Update.
3137         (Parser Delete Function): Update.
3138         * tests/calc.at (Simple LALR Calculator): Update.
3139         * tests/input.at (%define enum variables): Update.
3140         * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update.
3141         (Push Parsing: Multiple impure instances): Update.
3142         (Push Parsing: Unsupported Skeletons): Update.
3143         * tests/torture.at (Exploding the Stack Size with Alloca): Update.
3144         (Exploding the Stack Size with Malloc): Update.
3146         * NEWS (2.3a+): Add an entry for the push parser, and clean up the
3147         other entries some.
3149 2007-10-27  Joel E. Denny  <jdenny@ces.clemson.edu>
3151         For the XML output's terminal element, rename @number to @token-number,
3152         and add @symbol-number.  In the nonterminal element, rename @number to
3153         @symbol-number.  Discussed starting at
3154         <http://lists.gnu.org/archive/html/bison-patches/2007-10/msg00040.html>.
3155         * data/xslt/xml2text.xsl (xsl:template match="terminal"): Update for
3156         renames.
3157         (xsl:template match="nonterminal"): Likewise.
3158         * data/xslt/xml2xhtml.xsl (xsl:template match="terminal"): Likewise.
3159         (xsl:template match="nonterminal"): Likewise.
3160         * src/print-xml.c (print_grammar): Implement.
3162 2007-10-21  Joel E. Denny  <jdenny@ces.clemson.edu>
3164         * data/xslt/xml2dot.xsl (xsl:template match="automaton/state"): After
3165         2007-10-11 change, the child elements here are items not rules.
3166         (xsl:template match="item"): New.
3167         (xsl:template match="rule"): Update for new reduced itemset.
3168         (xsl:template match="point"): Remove.
3169         (xsl:template match="empty"): For consistency with --graph, don't
3170         output "/* empty */".
3171         * data/xslt/xml2text.xsl (xsl:template match="terminal"): When invoking
3172         line-wrap, don't pass a negative value as first-line-length since this
3173         won't work with the following changes.
3174         (xsl:template name="line-wrap"): Simplify slightly.
3175         (xsl:template name="ws-search"): Eliminate recursion.
3176         * src/print_graph.c (print_core): Don't print a reduction's lookahead
3177         set next to an item whose dot is not at the end of the RHS even if it
3178         happens to be associated with the same rule.
3180 2007-10-19  Joel E. Denny  <jdenny@ces.clemson.edu>
3182         Add %define lr.keep_unreachable_states.
3183         * NEWS (2.3a+): Mention it in the entry for unreachable state removal.
3184         * doc/bison.texinfo (Decl Summary): Mention it in the %define entry.
3185         * src/main.c (main): Implement it.
3186         * tests/conflicts.at (Unreachable States After Conflict Resolution):
3187         Extend to test it, and fix a typo.
3189 2007-10-19  Joel E. Denny  <jdenny@ces.clemson.edu>
3191         * NEWS (2.3a+): Add entry for recent .output file lookahead set fix.
3192         * doc/bison.texinfo (Understanding): Remove a bogus lookahead set in
3193         the example .output text.
3194         * tests/regression.at (Extra lookahead sets in report): Improve wording
3195         of comments.
3197 2007-10-17  Wojciech Polak  <polak@gnu.org>
3199         * src/print-xml.c (print_grammar): Renamed
3200         <terminal> and <nonterminal> attributes:
3201         "type" to "number" and "symbol" to "name".
3202         * data/xslt/xml2text.xsl (xsl:template match="terminal"):
3203         Use new attribute names.
3204         (xsl:template match="nonterminal"): Likewise.
3205         * data/xslt/xml2xhtml.xsl: Likewise.
3207 2007-10-17  Joel E. Denny  <jdenny@ces.clemson.edu>
3209         * doc/bison.texinfo (Bison Options): Add entry for --print-datadir.
3210         (Option Cross Key): Likewise.
3212         * src/print-xml.c (print_core): Don't print a reduction's lookahead set
3213         next to an item whose dot is not at the end of the RHS even if it
3214         happens to be associated with the same rule.
3215         * src/print.c (print_core): Likewise.
3216         * tests/conflicts.at (Unresolved SR Conflicts): Update output.
3217         (Resolved SR Conflicts): Update output.
3218         * tests/regression.at (Extra lookahead sets in report): New test case.
3220 2007-10-11  Wojciech Polak  <polak@gnu.org>
3222         * src/print-xml.c (print_core): Remove item set
3223         redundancy.
3224         * data/xslt/bison.xsl (bison:ruleNumber): New key.
3225         Improve processing time. Suggested by Joel E. Denny.
3226         * data/xslt/xml2dot.xsl (xsl:template name="escape"):
3227         Write xsl:param "required" attribute as comment.
3228         * data/xslt/xml2text.xsl (xsl:template match="item"): New.
3229         (xsl:template match="rule"): Support new reduced itemset.
3230         (xsl:template match="point"): Remove.
3231         * data/xslt/xml2xhtml.xsl: Likewise.
3233 2007-10-09  Joel E. Denny  <jdenny@ces.clemson.edu>
3235         * src/getargs.c (version): Update copyright year.
3237 2007-10-09  Joel E. Denny  <jdenny@ces.clemson.edu>
3239         Make xml2dot.xsl and --graph produce the same output.
3240         * data/xslt/xml2dot.xsl (xsl:template match="rule"): Use a `&#10;'
3241         instead of a `\n'.  That is, don't add escapes yet or they'll be doubly
3242         escaped later.
3243         (xsl:template name="output-node"): Use the new escape template instead
3244         of the string-replace template directly.
3245         (xsl:template name="output-edge"): Likewise.
3246         (xsl:template name="escape"): New, escapes backslashes and newlines in
3247         addition to quotation marks.
3248         * src/graphviz.c (start_graph, output_node, output_edge): Add
3249         whitespace to output for legibility.
3251         Make xml2text.xsl and --report produce the same output, and remove the
3252         XML "conflicts" element since a conflict summary is easily extracted
3253         from the automaton.
3254         * data/xslt/bison.xsl: New.
3255         (xsl:template match="state" mode="bison:count-conflicts): New.
3256         * data/xslt/xml2text.xsl: Import bison.xsl.
3257         (xsl:template match="bison-xml-report"): Instead of styling the
3258         "conflicts" element, style the "automaton" element with mode
3259         "conflicts".  Unlike the former, the latter lists S/R and R/R
3260         conflicts for a state on the same line.
3261         (xsl:template match="conflicts"): Remove.
3262         (xsl:template match="conflict"): Remove.
3263         (xsl:template match="terminal"): Line-wrap the list of rules in which
3264         the terminal is used.
3265         (xsl:template match="nonterminal"): Likewise for nonterminals.
3266         (xsl:template match="automaton" mode="conflicts"): New.
3267         (xsl:template match="state" mode="conflicts"): New.
3268         (xsl:template name="line-wrap"): New.
3269         (xsl:template name="ws-search"): New.
3270         * data/xslt/xml2xhtml.xsl: Import bison.xsl.
3271         (xsl:template match="bison-xml-report"): Instead of styling the
3272         "conflicts" element, style the "automaton" element with mode
3273         "conflicts."
3274         (xsl:template match="conflicts"): Remove.
3275         (xsl:template match="conflict"): Remove.
3276         (xsl:template match="automaton" mode="conflicts"): New.
3277         (xsl:template match="state" mode="conflicts): New.
3278         * src/conflicts.c (conflicts_output_xml): Remove.
3279         * src/conflicts.h (conflicts_output_xml): Remove prototype.
3280         * src/print-xml.c (print_xml): Don't invoke conflicts_output_xml.
3281         * src/print.c (print_grammar): Consistently wrap at the 66th column so
3282         the corresponding XSLT is easier.  Also, never wrap between a word and
3283         the comma that follows it.
3285 2007-10-08  Joel E. Denny  <jdenny@ces.clemson.edu>
3287         Improve C++ namespace support.  Discussed starting at
3288         <http://lists.gnu.org/archive/html/help-bison/2007-09/msg00016.html>.
3289         * data/c++.m4: (b4_namespace_ref, b4_namespace_open,
3290         b4_namespace_close): New macros that interpret the %define variable
3291         "namespace" so its value can contain "::" to indicate nested
3292         namespaces.
3293         * data/glr.cc (b4_namespace): Don't define, and replace all uses with
3294         the above macros.
3295         * data/lalr1.cc (b4_namespace): Likewise.
3296         * data/location.cc (b4_namespace): Likewise.
3297         * doc/bison.texinfo (Decl Summary): Move `%define push_pull' entry
3298         inside a new table in the general %define entry.  Document `%define
3299         namespace' there as well.  Point the %name-prefix entry to it since it
3300         explains it more completely in the case of C++.
3301         (C++ Bison Interface): Mention `%define namespace' instead of
3302         %name-prefix.
3303         (Table of Symbols): Remove the `%define push_pull' entry.  The %define
3304         entry suffices.
3305         * tests/c++.at (Relative namespace references): New test case.
3306         (Absolute namespace references): New test case.
3307         (Syntactically invalid namespace references): New test case.
3308         * tests/input.at (C++ namespace reference errors): New test case.
3310 2007-10-08  Joel E. Denny  <jdenny@ces.clemson.edu>
3312         Add syncline support and location accessor to internal %define
3313         interfaces.
3314         * data/bison.m4 (b4_percent_define_get_loc): New.
3315         (b4_percent_define_get_syncline): New.
3316         (b4_percent_define_flag_if): Use b4_percent_define_get_loc.
3317         (b4_percent_define_default): Record defining location as line 1 rather
3318         than 0 for the sake of synchronizing #line's, and define
3319         b4_percent_define_syncline(VARIABLE).
3320         (b4_percent_define_check_values): Use b4_percent_define_get_loc.
3321         * src/muscle_tab.c (muscle_syncline_grow): New.
3322         (muscle_code_grow): Use muscle_syncline_grow.
3323         (muscle_percent_define_insert): Use muscle_percent_define_get_loc, and
3324         define b4_percent_define_syncline(VARIABLE).
3325         (muscle_percent_define_get_loc): New.
3326         (muscle_percent_define_get_syncline): New.
3327         (muscle_percent_define_flag_if): Use muscle_percent_define_get_loc, and
3328         remove some unused variables.
3329         (muscle_percent_define_default): Record defining location as line 1
3330         rather than 0 for the sake of synchronizing #line's, and define
3331         b4_percent_define_syncline(VARIABLE).
3332         (muscle_percent_define_check_values): Use
3333         muscle_percent_define_get_loc.
3334         * src/muscle_tab.h (muscle_percent_define_get_loc): Prototype.
3335         (muscle_percent_define_get_syncline): Prototype.
3336         * tests/skeletons.at (%define Boolean variables: invalid skeleton
3337         defaults): Update output for location change.
3338         (Complaining during macro argument expansion): Extend to test
3339         b4_percent_define_get_loc and b4_percent_define_get_syncline errors.
3341 2007-10-07  Joel E. Denny  <jdenny@ces.clemson.edu>
3343         Fix some error-reporting macro bugs.
3344         * data/bison.m4 (b4_cat): New.
3345         (b4_error, b4_error_at): Use b4_cat to send error directives directly
3346         to stdout so they don't become arguments to other macros.  Update
3347         comments and add examples.
3348         (b4_warn, b4_warn_at, b4_complain, b4_complain_at): Update comments and
3349         add examples.
3350         (b4_fatal, b4_fatal_at): Likewise, and invoke m4_exit(1) immediately
3351         after printing the error directive so that M4 doesn't report subsequent
3352         problems that are induced by this problem.
3353         * src/scan-skel.l: Recognize @` digraph outside of directive arguments
3354         instead of just in them.  Recognize @\n in both places.  Both expand to
3355         the empty string.  Needed by b4_cat.
3356         * tests/skeletons.at (Complaining during macro argument expansion):
3357         New test case.
3358         (Fatal errors make M4 exit immediately): New test case.
3360 2007-10-04  Joel E. Denny  <jdenny@ces.clemson.edu>
3362         Implement --print-datadir.
3363         * src/getargs.c (usage): Mention.
3364         (PRINT_DATADIR_OPTION): New anonymous enum member.
3365         (long_options): Add entry for it.
3366         (getargs): Add case for it calling compute_pkgdatadir.
3367         * src/output.c (output_skeleton): Encapsulate data directory
3368         computation from here...
3369         (prepare): ... and from here...
3370         (compute_pkgdatadir): ... into this new function.
3371         * src/output.h (compute_pkgdatadir): Prototype.
3373 2007-09-29  Joel E. Denny  <jdenny@ces.clemson.edu>
3375         * src/print-xml.c (escape_bufs): New static global variable
3376         replacing...
3377         (xml_escape_n): ... the static local variable buf here.
3378         (print_xml): Free memory for escape_bufs.
3379         * src/reduce.c (reduce_xml): XML-escape terminal symbol tags.
3381 2007-09-25  Joel E. Denny  <jdenny@ces.clemson.edu>
3383         Replace `%push-parser' and `%push-pull-parser' with
3384         `%define push_pull "push"' and `%define push_pull "both"'.
3385         `%define push_pull "pull"' is the default.
3386         * doc/bison.texinfo (Push Decl, Push Parser Function,
3387         Pull Parser Function, Parser Create Function, Parser Delete Function):
3388         Update declarations.
3389         (Decl Summary, Table of Symbols): Replace %push-parser and
3390         %push-pull-parser entries with a %define push_pull entry.
3391         * data/bison.m4 (b4_percent_define_check_values): New macro.
3392         (b4_pull_if, b4_push_if, b4_use_push_for_pull_if): Move these
3393         definitions...
3394         * data/c.m4 (b4_identification): ... and the YYPUSH and YYPULL cpp
3395         definitions...
3396         * data/push.c: ... to here and compute them from the value of the
3397         %define variable push_pull.
3398         * data/c-skel.m4: Instead of choosing the push.c skeleton for push
3399         parsing requests here...
3400         * data/yacc.c: ... hack this to switch to push.c any time
3401         b4_use_push_pull_flag or the %define variable push_pull is set.  This
3402         will go away when we mv push.c yacc.c.
3403         * data/c++-skel.m4, data/glr.c, data/java-skel.m4: Don't report that
3404         push parsing is not supported since unused %define variables are
3405         reported anyway.
3406         * src/getargs.c, src/getargs.h (pull_parser, push_parser): Remove.
3407         * src/muscle_tab.h (muscle_percent_define_check_values): Update
3408         comments for consistency with b4_percent_define_check_values.
3409         * src/output.c (prepare): Don't insert b4_pull_flag and b4_push_flag
3410         muscles.
3411         * src/parse-gram.y (PERCENT_PUSH_PARSER, PERCENT_PUSH_PULL_PARSER):
3412         Remove.
3413         (prologue_declaration): Remove %push-parser and %push-pull-parser
3414         rules.
3415         * src/scan-gram.l (%push-parser, %push-pull-parser): Remove rules.
3416         * tests/calc.at: Update declarations.
3417         * tests/input.at (%define enum variables): New test case.
3418         * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update
3419         declaration.
3420         (Push Parsing: Multiple impure instances): Update declaration.
3421         (Push Parsing: Unsupported Skeletons): New test case.
3422         * tests/torture.at (Exploding the Stack Size with Alloca): Update
3423         declaration.
3424         (Exploding the Stack Size with Malloc): Update declaration.
3426 2007-09-24  Wojciech Polak  <polak@gnu.org>
3428         Add XSLT transformations.
3430         * data/xslt/xml2dot.xsl: Transform XML into DOT.
3431         * data/xslt/xml2text.xsl: Transform XML into plain text.
3432         * data/xslt/xml2xhtml.xsl: Transform XML into XHTML.
3433         * data/Makefile.am (xsltdir): New variable.
3434         (dist_xslt_DATA): Add xslt/*.xsl files.
3436 2007-09-23  Paul Eggert  <eggert@cs.ucla.edu>
3438         * src/conflicts.c (log_resolution): Fix indenting bugs I introduced.
3439         Problem reported by Wojciech Polak.
3440         * src/print-xml.c (xml_puts): Work even if LEVEL exceeds INT_MAX/2.
3441         (xml_printf): Undo change I made on 21 September; that is,
3442         indent 2 spaces, not 1.
3444 2007-09-23  Joel E. Denny  <jdenny@ces.clemson.edu>
3446         Pacify ./configure --enable-gcc-warnings.
3447         * src/print-xml.c, src/print-xml.h (xml_puts): Make third argument
3448         `char const *' instead of `char *'.
3449         * src/state.c (state_rule_lookahead_tokens_print_xml): Remove unused
3450         local variable `sep'.
3452 2007-09-21  Paul Eggert  <eggert@cs.ucla.edu>
3454         * src/gram.c (rule_rhs_print_xml): Now static, since it isn't used
3455         elsewhere.
3456         * src/print-xml.c: Prefer "const" after types; that's more consistent.
3457         (xml_printf): Indent just 1 space for level.
3458         (e_char, xlate_char): Remove.
3459         (xml_escape_string): Rewrite to avoid undefined behavior (used
3460         storage that was freed from the stack).
3461         (xml_escape_n): Don't bother checking for subscript error.
3463 2007-09-21  Wojciech Polak  <polak@gnu.org>
3465         Add Bison XML Automaton Report.
3467         Add support for an -x option to generate an XML report.
3468         It is not documented yet.
3469         * src/print-xml.c: New file.
3470         * src/print-xml.h: Likewise.
3471         * lib/timevar.def (TV_XML): New var.
3472         * src/Makefile.am (bison_SOURCES): Add print-xml.c, print-xml.h.
3473         * src/conflicts.c: Include print-xml.h.
3474         (solved_conflicts_xml_obstack): New var.
3475         (log_resolution, conflicts_solve, conflicts_free):
3476         Add support for XML report.
3477         (conflicts_output_val): New function.
3478         * src/conflicts.h (conflicts_output_val): New decl.
3479         * src/files.c (spec_xml_file): New var.
3480         (compute_output_file_names, output_file_names_free): Add XML support.
3481         * src/files.h (spec_xml_file): New decl.
3482         * src/getargs.c (xml_flag): New var.
3483         (usage, short_options, long_options, getargs): Add XML support.
3484         * src/getargs.h (xml_flag): New decl.
3485         * src/gram.c: Include print-xml.h.
3486         (rule_lhs_print_xml, rule_rhs_print_xml):
3487         (grammar_rules_partial_print_xml, grammar_rules_print_xml):
3488         New functions.
3489         * src/gram.h: Declare external ones.
3490         * src/main.c: Include print-xml.h.
3491         (main): Add XML support.
3492         * src/reduce.c: Include print-xml.h.
3493         (reduce_xml): New function.
3494         * src/reduce.h: Declare it.
3495         * src/state.c: Include print-xml.h.
3496         (state_new): Add XML support.
3497         (state_rule_lookahead_tokens_print_xml): New function.
3498         * src/state.h: Declare it.
3499         (struct state): New member solved_conflicts_xml.
3500         * src/symtab.c (symbol_class_get_string): New function.
3501         * src/symtab.h: Declare it.
3503 2007-09-21  Paul Eggert  <eggert@cs.ucla.edu>
3505         * GNUmakefile: Switch to coreutils's version.
3506         * bootstrap: Likewise.
3507         * Makefile.cfg: Adjust to new GNUmakefile.
3508         * README-hacking: Likewise.
3510         Import from gnulib:
3512         2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
3513                     Bruno Haible  <bruno@clisp.org>
3515         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
3516         and is a script that invokes bison. Tighten the code. Add comments.
3518 2007-08-28  Joel E. Denny  <jdenny@ces.clemson.edu>
3520         Spell "boolean" as "Boolean".  Reported by Akim Demaille.
3521         * data/bison.m4 (b4_percent_define_flag_if): Fix complaint.
3522         * doc/bison.texinfo (Decl Summary): Fix.
3523         * src/muscle_tab.c (muscle_percent_define_flag_if): Fix complaint.
3524         * tests/input.at (Boolean %define variables): Update output.
3525         * tests/skeletons.at (%define boolean variables: invalid skeleton
3526         defaults): Rename to...
3527         (%define Boolean variables: invalid skeleton defaults): ... this and
3528         update output.
3530 2007-08-17  Joel E. Denny  <jdenny@ces.clemson.edu>
3532         In impure push mode, don't allow more than one yypstate to be allocated
3533         since multiple impure parsers would corrupt yynerrs.
3534         * data/push.c (yypstate_allocated): New static global variable
3535         initialized to 0.
3536         (yypull_parse): If yypstate_new returns 0, don't report it as memory
3537         exhaustion if yypstate_allocated is 1, but still return 2.
3538         (yypstate_new): Invoke yyerror and return 0 if yypstate_allocated is
3539         already 1.  Otherwise, set it to 1.
3540         (yypstate_delete): Set it to 0.
3541         * tests/push.at (Push Parsing: Multiple impure instances): New test
3542         case.
3544 2007-08-17  Bob Rossi  <bob@brasko.net>
3546         * doc/bison.texinfo (Push Decl): Document the push parser.
3547         (Table of Symbols): Ditto.
3548         (Pure Decl): Ditto.
3549         (Decl Summary): Ditto.
3550         (Multiple Parsers, Push Parser Function, Pull Parser Function,
3551         Parser Create Function, Parser Delete Function):
3552         Add new push parser symbols.
3553         (Table of Symbols): Document push-parser, push-pull-parser,
3554         yypush_parse, yypull_parse, yypstate_new and yypstate_delete.
3556 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
3558         Update to GPLv3.
3559         * doc/gpl-3.0.texi: New file.
3560         * doc/gpl.texi: Remove.
3561         * COPYING, GNUmakefile, HACKING, Makefile.am, Makefile.cfg:
3562         * Makefile.maint, NEWS, PACKAGING, README, README-alpha:
3563         * README-hacking, TODO, bootstrap, bootstrap.conf:
3564         * configure.ac, data/Makefile.am, data/README, data/bison.m4:
3565         * data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4:
3566         * data/glr.c, data/glr.cc, data/java-skel.m4, data/java.m4:
3567         * data/lalr1.cc, data/lalr1.java, data/location.cc:
3568         * data/push.c, data/yacc.c, data/m4sugar/m4sugar.m4:
3569         * djgpp/Makefile.maint, djgpp/README.in, djgpp/config.bat:
3570         * djgpp/config.sed, djgpp/config.site, djgpp/config_h.sed:
3571         * djgpp/djunpack.bat, djgpp/subpipe.c, djgpp/subpipe.h:
3572         * djgpp/testsuite.sed, doc/Makefile.am, doc/bison.texinfo:
3573         * doc/fdl.texi, doc/refcard.tex, etc/Makefile.am, etc/README:
3574         * etc/bench.pl.in, examples/Makefile.am, examples/extexi:
3575         * examples/calc++/Makefile.am, lib/Makefile.am, lib/abitset.c:
3576         * lib/abitset.h, lib/bbitset.h, lib/bitset.c, lib/bitset.h:
3577         * lib/bitset_stats.c, lib/bitset_stats.h, lib/bitsetv-print.c:
3578         * lib/bitsetv-print.h, lib/bitsetv.c, lib/bitsetv.h:
3579         * lib/ebitset.c, lib/ebitset.h, lib/get-errno.c:
3580         * lib/get-errno.h, lib/lbitset.c, lib/lbitset.h:
3581         * lib/libiberty.h, lib/main.c, lib/subpipe.c, lib/subpipe.h:
3582         * lib/timevar.c, lib/timevar.def, lib/timevar.h:
3583         * lib/vbitset.c, lib/vbitset.h, lib/yyerror.c:
3584         * m4/c-working.m4, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4:
3585         * m4/timevar.m4, src/LR0.c, src/LR0.h, src/Makefile.am:
3586         * src/assoc.c, src/assoc.h, src/closure.c, src/closure.h:
3587         * src/complain.c, src/complain.h, src/conflicts.c:
3588         * src/conflicts.h, src/derives.c, src/derives.h, src/files.c:
3589         * src/files.h, src/flex-scanner.h, src/getargs.c:
3590         * src/getargs.h, src/gram.c, src/gram.h, src/graphviz.c:
3591         * src/lalr.c, src/lalr.h, src/location.c, src/location.h:
3592         * src/main.c, src/muscle_tab.c, src/muscle_tab.h:
3593         * src/nullable.c, src/nullable.h, src/output.c, src/output.h:
3594         * src/parse-gram.c, src/parse-gram.h, src/parse-gram.y:
3595         * src/print.c, src/print.h, src/print_graph.c:
3596         * src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c:
3597         * src/reduce.h, src/relation.c, src/relation.h:
3598         * src/revision.h, src/scan-code.h, src/scan-code.l:
3599         * src/scan-gram.h, src/scan-gram.l, src/scan-skel.h:
3600         * src/scan-skel.l, src/state.c, src/state.h, src/symlist.c:
3601         * src/symlist.h, src/symtab.c, src/symtab.h, src/system.h:
3602         * src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h:
3603         * tests/Makefile.am, tests/actions.at, tests/c++.at:
3604         * tests/calc.at, tests/conflicts.at, tests/cxx-type.at:
3605         * tests/existing.at, tests/glr-regression.at:
3606         * tests/headers.at, tests/input.at, tests/java.at:
3607         * tests/local.at, tests/output.at, tests/push.at:
3608         * tests/reduce.at, tests/regression.at, tests/sets.at:
3609         * tests/skeletons.at, tests/synclines.at, tests/testsuite.at:
3610         * tests/torture.at:
3611         Update to GPLv3.
3613 2007-08-11  Joel E. Denny  <jdenny@ces.clemson.edu>
3615         Get rid of broken %no-parser, -n, and --no-parser implementation and
3616         documentation.
3617         * TODO: Don't mention them.
3618         * doc/bison.1: Likewise.
3619         * doc/bison.texinfo (Decl Summary): Likewise.
3620         (Bison Options): Likewise.
3621         (Option Cross Key): Likewise.
3622         * src/getargs.c (no_parser_flag): Remove global variable.
3623         (usage): Don't print description of -n and --no-parser.
3624         (long_options): Remove --no-parser entry here.
3625         (getargs): Remove -n case in the switch here.
3626         * src/getargs.h (no_parser_flag): Remove extern.
3627         * tests/regression.at (Web2c Actions): Remove comment that mentions
3628         --no-parser.
3630 2007-08-11  Joel E. Denny  <jdenny@ces.clemson.edu>
3632         * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Do not
3633         name user variables starting with `yy'.  Just pass NULL instead of a
3634         dummy local &yylval to yypush_parse.
3635         * tests/torture.at (AT_DATA_STACK_TORTURE): Do not name user variables
3636         starting with `yy'.
3638 2007-08-03  Joel E. Denny  <jdenny@ces.clemson.edu>
3640         * data/yacc.c (yyexhaustedlab): Define it when YYERROR_VERBOSE is
3641         true since it's then always used regardless of whether yyoverflow is
3642         defined.  Reported by Christian Burger at
3643         <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00031.html>.
3644         * THANKS: Add Christian Burger.
3646         * ChangeLog: For changes in doc/bison.texinfo, consistently reference
3647         node names: say "Decl Summary" not "Bison Declaration Summary".
3649 2007-07-28  Joel E. Denny  <jdenny@ces.clemson.edu>
3651         * src/muscle_tab.c (muscle_percent_define_flag_if): In order to
3652         determine whether this function has already complained about an invalid
3653         value for a %define boolean variable, don't check whether Bison has
3654         ever examined the value.  As written, the check was a tautology.
3655         Instead, record and check for this complaint using a separate muscle.
3657 2007-07-27  Joel E. Denny  <jdenny@ces.clemson.edu>
3659         Fix push parsing memory leak reported by Brandon Lucia at
3660         <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00032.html>.
3661         * THANKS: Add Brandon Lucia.
3662         * data/push.c (yypstate_delete): Free the stack if it was reallocated
3663         but the parse never completed and thus freed it.
3664         * tests/Makefile.am (TESTSUITE_AT): Add push.at.
3665         * tests/testsuite.at: Include push.at.
3666         * test/push.at: New.
3667         (Push Parsing: Memory Leak for Early Deletion): New test case.
3669 2007-07-17  Joel E. Denny  <jdenny@ces.clemson.edu>
3671         Improve handling of multiple S/R conflicts in the same state and of S/R
3672         conflicts involving multiple reductions.
3673         * src/conflicts.c (resolve_sr_conflict): Don't assign the error action
3674         set for a state here or Bison will abort if it is reassigned on a
3675         later conflicted reduction in the same state.
3676         Similarly, don't finalize and assign the solved conflicts report here
3677         or it will be lost if it is reassigned on a later conflicted reduction
3678         in the same state.
3679         (set_conflicts): Instead, assign them both here after all S/R conflicts
3680         in the state have been fully examined.
3681         * src/print.c (shift_set): Rename to...
3682         (no_reduce_set): ... this.
3683         (print_reductions): Update for rename, and add %nonassoc error action
3684         tokens to no_reduce_set so that, when printing the first remaining
3685         reduction on an error action token, the reduction is enclosed in
3686         brackets.
3687         (print_results): Update for rename.
3688         * tests/conflicts.at (Solved conflicts report for multiple reductions
3689         in a state): New test case.
3690         (%nonassoc error actions for multiple reductions in a state): New test
3691         case.
3693         * src/main.c (main): Don't depend on C99 features.
3695 2007-07-16  Joel E. Denny  <jdenny@ces.clemson.edu>
3697         * build-aux/.cvsignore: Add compile.
3698         * lib/.cvsignore: Add charset.alias, ref-add.sed, ref-del.sed, and
3699         uniwidth.
3701 2007-07-10  Joel E. Denny  <jdenny@ces.clemson.edu>
3703         * bootstrap (slurp): Create target directories that don't exist.
3704         Specifically, we need lib/uniwidth/ because of recent Gnulib changes.
3706 2007-07-09  Joel E. Denny  <jdenny@ces.clemson.edu>
3708         * LR0.c (new_itemsets): Fix wording in comments: say item index rather
3709         than item number.
3710         * closure.c (closure): Likewise.
3711         * state.h (reductions): Comment sorting of rules.
3712         (state): Comment sorting of items.
3714 2007-07-02  Joel E. Denny  <jdenny@ces.clemson.edu>
3716         Fix C++ test cases after recent Gnulib changes.  Discussed starting at
3717         <http://lists.gnu.org/archive/html/bug-bison/2007-07/msg00000.html>.
3718         * examples/calc++/Makefile.am (DEFAULT_INCLUDES): Override Automake's
3719         definition in order to avoid Gnulib headers since we don't use config.h
3720         here.
3721         * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): Use AT_DATA_GRAMMAR
3722         rather than AT_DATA so that config.h is included.
3724 2007-07-01  Joel E. Denny  <jdenny@ces.clemson.edu>
3726         * data/glr.c (yy_yypstack, yypstates, yypdumpstack): Use YYFPRINTF
3727         instead of fprintf.  Guard these functions with #if YYDEBUG instead of
3728         #ifdef YYDEBUG for consistency with all other uses of YYDEBUG in Bison
3729         and so that YYFPRINTF is guaranteed to be defined here.
3731 2007-05-29  Joel E. Denny  <jdenny@ces.clemson.edu>
3733         * src/muscle_tab.c (muscle_percent_define_invalid_value): Replace
3734         with...
3735         (muscle_percent_define_check_values): ... this more helpful function.
3736         Again, it's not used yet, but it will be.
3737         * src/muscle_tab.h: Likewise.
3739         Improve some comments in parser table construction.
3740         * src/LR0.c (new_itemsets): Explain sorting of itemset and kernel_base.
3741         (generate_states): Don't mention ruleset, which is internal to closure.
3742         * src/closure.c (closure): Explain sorting of core and itemset, which
3743         is required for this function to behave correctly.
3744         * src/closure.h (closure): Mention sorting.
3746 2007-05-28  Joel E. Denny  <jdenny@ces.clemson.edu>
3748         * src/lalr.c (state_lookahead_tokens_count): For code readability,
3749         move the check for disabled transitions to an aver since conflict
3750         resolution hasn't happened yet.
3752         * src/lalr.c (state_lookahead_tokens_count): Remove the check that
3753         labels a state as inconsistent just because it has error transitions.
3754         The original form of this check appeared in revision 1.1 of lalr.c,
3755         which was committed on 1991-12-21.  Now (at least), changing the
3756         consistency label on such a state appears to have no useful effect in
3757         any of the places it is examined, which I enumerate below.  The key
3758         point to understanding each item in this enumeration is that a state
3759         with an error transition is labelled consistent in the first place only
3760         if it has no rules, so the check cannot matter for states that have
3761         rules.  (1) Labelling a state as inconsistent will cause set_conflicts
3762         to try to identify its conflicts, and a state must have *rules* to have
3763         conflicts.  (2) Labelling a state as inconsistent will affect how
3764         action_row sets the default *rule* for the state.  (3) Labelling a
3765         state as inconsistent will cause build_relations to add lookback edges
3766         to *rules* in that state.
3767         * src/state.h (struct state): Word the comment for member consistent
3768         more carefully.
3770 2007-05-27  Joel E. Denny  <jdenny@ces.clemson.edu>
3772         Don't depend on C99 features.
3773         * src/conflicts.c (conflicts_update_state_numbers): Fix for-loop.
3774         * src/lalr.c (lalr_update_state_numbers): Fix for-loop.
3775         * src/reader.c (check_and_convert_grammar): Fix for-loop.
3776         * src/state.c (state_mark_reachable_states): Fix for-loop.
3777         (state_remove_unreachable_states): Fix for-loop.
3779         Don't widen struct state with member reachable just to temporarily
3780         record reachability.  Instead, use a local bitset.
3781         * src/state.h (struct state): Remove member.
3782         * src/state.c (state_new): Don't initialize it.
3783         (state_mark_reachable_states): Rename to...
3784         (state_record_reachable_states): ... this, and use bitset.
3785         (state_remove_unreachable_states): Use bitset.
3787 2007-05-26  Joel E. Denny  <jdenny@ces.clemson.edu>
3789         * src/Makefile.am (yacc): Quote target action commands properly so
3790         that the yacc script isn't corrupt.  Reported by Hans Aberg at
3791         <http://lists.gnu.org/archive/html/bug-bison/2007-05/msg00003.html>.
3793         * data/glr.c (yylval): As in yacc.c, don't extern in the header for
3794         the case of pure parsers.  Reported by Frans Englich at
3795         <http://lists.gnu.org/archive/html/help-bison/2007-05/msg00018.html>.
3796         * THANKS: Add Frans Englich.
3798         * NEWS (2.3a+): In the %code entry, reference section `Bison
3799         Declaration Summary' from the manual now since the %code summary has
3800         moved there.
3801         * doc/bison.texinfo (Prologue Alternatives): Mention that directives
3802         in the rules section must be terminated by semicolons.
3804 2007-05-20  Joel E. Denny  <jdenny@ces.clemson.edu>
3806         Extend the front-end API for %define variables to more completely
3807         mirror the back-end.  This will be useful in the future.
3808         * data/bison.m4 (b4_percent_define_get, b4_percent_define_ifdef):
3809         Update comments to mention the new front-end counterparts of these
3810         macros.
3811         * src/muscle_tab.c (MUSCLE_COMMON_DECODE): New macro with common code
3812         for muscle_string_decode and muscle_location_decode.
3813         (muscle_string_decode): New static function.
3814         (muscle_location_decode): Use MUSCLE_COMMON_DECODE.
3815         (muscle_percent_define_get, muscle_percent_define_ifdef): New
3816         functions.
3817         (muscle_percent_define_flag_if): Use muscle_percent_define_ifdef and
3818         muscle_percent_define_get to mimic the b4_percent_define_flag_if
3819         implementation more closely.
3820         (muscle_percent_define_invalid_value): New function.
3821         * src/muscle_tab.h (muscle_percent_define_get,
3822         muscle_percent_define_ifdef, muscle_percent_define_invalid_value):
3823         Prototype.
3825 2007-05-07  Joel E. Denny  <jdenny@ces.clemson.edu>
3827         * NEWS (2.3a+): Mention yesterday's state-removal change.
3828         (2.3a): Remove the %language entry, which was added after 2.3a.
3829         * src/LR0.c, src/closure.c, src/closure.h, src/conflicts.c,
3830         src/conflicts.h, src/lalr.c, src/lalr.h, src/print.c,
3831         src/print_graph.c, src/state.c, src/state.h, tests/conflicts.at,
3832         tests/existing.at: Update copyright date.
3834 2007-05-06  Joel E. Denny  <jdenny@ces.clemson.edu>
3836         If conflict resolution makes states unreachable, remove those states,
3837         report rules that are then unused, and don't report conflicts in those
3838         states.
3839         * src/conflicts.c, src/conflicts.h (conflicts_update_state_numbers):
3840         New global function.
3841         * src/lalr.c, src/lalr.h (lalr_update_state_numbers): New global
3842         function.
3843         * src/main.c (main): After conflict resolution, remove the unreachable
3844         states and update all data structures that reference states by number.
3845         * src/state.c (state_new): Initialize each state's reachable member to
3846         false.
3847         (state_mark_reachable_states): New static function.
3848         (state_remove_unreachable_states): New global function.
3849         * src/state.h (struct state): Add member bool reachable.
3850         (state_remove_unreachable_states): Prototype.
3851         * tests/conflicts.at (Unreachable States After Conflict Resolution):
3852         New test case.
3853         * tests/existing.at (GNU pic Grammar): Update test case output now that
3854         an unused rule is discovered.
3856 2007-05-06  Joel E. Denny  <jdenny@ces.clemson.edu>
3858         Minor code cleanup in parser table construction.
3859         * src/LR0.c (new_itemsets): Use item_number_is_symbol_number.
3860         (new_itemsets, save_reductions): Update for rename to nitemset.
3861         * src/closure.c (nritemset): Rename to...
3862         (nitemset): ... this since the "r" appears to meaningless and isn't
3863         used in the comments.
3864         (closure): Update for rename.
3865         * src/closure.h (nritemset): Update extern to...
3866         (nitemset): ... this.
3867         * src/lalr.c (LA): Fix a typo in comments.
3868         * src/print.c (print_core): Update for rename to nitemset.
3869         * src/print_graph.c (print_graph): Likewise.
3870         * src/state.h: Fix some typos in header comments.
3872 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
3874         * THANKS: Use ASCII for Sebastien Fricker's name.  Bison source
3875         still sticks to ASCII.  Sorry!
3877         * README-hacking: New file, taken mostly from coreutils, with changes
3878         for Bison.  Contains much of the contents of:
3879         * README-cvs: Remove.
3880         * bootstrap: Sync from gnulib.
3881         * build-aux/.cvsignore: Remove *.t, mkinstalldirs.
3882         * lib/.cvsignore: Add wchar.h, wctype.h.  Remove exit.h.
3884 2007-03-10  Joel E. Denny  <jdenny@ces.clemson.edu>
3886         * doc/bison.texinfo (Destructor Decl): Fix typo reported by Sebastian
3887         Setzer.
3888         (Java Differences): Fix some typos.
3889         * THANKS: Add Sebastian Setzer.
3891 2007-03-07  Paolo Bonzini  <bonzini@gnu.org>
3893         * data/java.m4 (b4_single_class_if): Remove.
3894         (b4_abstract_if): Look at "%define abstract".
3895         (b4_lexer_if): New.
3896         (b4_union_name): Rename...
3897         (b4_yystype): ... to this.  Map to "%define stype".
3898         (b4_rhs_value, b4_parse_param_decl, b4_lex_param_decl,
3899         b4_maybe_throws): Fix quoting.
3900         (b4_lex_param_call): Move below to keep b4_*_param_decl close.
3901         * data/lalr1.java (Lexer interface): Always define.
3902         (Lexer interface within parser class): Remove.
3903         (YYLexer class): New, used when "%code lexer" is present.
3904         (constructor): When "%code lexer" is used, pass %lex-param
3905         to the lexer constructor.
3906         (yylex, yyparse): Remove %lex-param from method invocations
3907         (YYStack, yyaction, yyparse): Rename b4_union_name to b4_yystype.
3909         * doc/bison.texinfo (Java Bison Interface): Mention "%define
3910         abstract".  Rename "%define union_name" to "%define stype".
3911         Rename method names according to previous patch.
3912         (Java Scanner Interface): Describe "%code lexer" instead of
3913         "%pure-parser" and "%define single_class".
3914         (Java Differences): Mention "%code lexer".
3916         * tests/java.at (_AT_DATA_JAVA_CALC_Y): Remove final argument.
3917         Include scanner here, using macros from tests/local.at.
3918         (AT_DATA_CALC_Y): Remove final argument.
3919         (_AT_CHECK_JAVA_CALC): Likewise.
3920         (AT_CHECK_JAVA_CALC): Likewise.  Test all four combinations
3921         of %locations and %error-verbose.
3922         (main): Test with and without %lex-param.
3923         * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Push AT_LEXPARAM_IF.
3924         (AT_BISON_OPTION_POPDEFS): Pop it.
3926 2007-03-07  Juan Manuel Guerrero  <juan.guerrero@gmx.de>
3928         DJGPP spefic issue.  Inhibit the use of disallowed characters for
3929         file name genertion on Win98, WinXP, etc.  These are |<>":?*\
3930         and concern testsuite case 46.
3931         * Makefile.am: djgpp/testsuite.sed added to EXTRA_DIST
3932         * djgpp/testsuite.sed: Inhibit the use of disallowed characters.
3933         * djgpp/config.bat: Inhibit the use of disallowed characters.
3935 2007-03-02  Joel E. Denny  <jdenny@ces.clemson.edu>
3937         Miscellaneous %define and %code cleanup.
3938         * data/bison.m4 (b4_percent_define_flag_if): Correct comments on how
3939         values are interpreted.
3940         * doc/bison.texinfo (Decl Summary): Clean up and extend %define
3941         documentation a little more.
3942         * src/muscle_tab.c (MUSCLE_USER_NAME_CONVERT,
3943         muscle_percent_define_insert, muscle_percent_code_grow): New
3944         functions/macros.
3945         * src/muscle_tab.h (muscle_percent_define_insert,
3946         muscle_percent_code_grow): Prototype.
3947         * src/parse-gram.y (prologue_declaration): Use
3948         muscle_percent_define_insert and muscle_percent_code_grow when parsing
3949         %define and %code directives.
3951         Make it easy to share %define boolean variables between the front-end
3952         and back-end.  Though not used yet, this will be useful in the future.
3953         * data/bison.m4 (b4_check_user_names): Rewrite comments to talk about
3954         Bison uses of names rather than just skeleton uses of names.
3955         (b4_percent_define_get, b4_percent_define_ifdef): Rename
3956         b4_percent_define_skeleton_variables(VARIABLE) to
3957         b4_percent_define_bison_variables(VARIABLE).
3958         (b4_percent_code_get, b4_percent_code_ifdef): Rename
3959         b4_percent_code_skeleton_qualifiers(QUALIFIER) to
3960         b4_percent_code_bison_qualifiers(QUALIFIER).
3961         (b4_check_user_names_wrap): Update for renames.
3962         * src/muscle_tab.c, src/muscle_tab.h (muscle_percent_define_flag_if,
3963         muscle_percent_define_default): New functions mimicking
3964         b4_percent_define_flag_if and b4_percent_define_default.
3966         For %define variables, report locations for invalid values and
3967         redefinitions.
3968         * data/bison.m4 (b4_percent_define_flag_if): Read
3969         b4_percent_define_loc(VARIABLE) to report the location of an invalid
3970         value for VARIABLE.
3971         (b4_percent_define_default): Save a special location in
3972         b4_percent_define_loc(VARIABLE) in case the default value for VARIABLE
3973         must later be reported as invalid.
3974         * src/muscle_tab.c (muscle_location_grow, muscle_location_decode): New
3975         functions.
3976         (muscle_percent_define_insert): Record the location of VARIABLE in
3977         muscle percent_define_loc(VARIABLE), and use it to report the previous
3978         location for a redefinition.
3979         (muscle_percent_define_flag_if): Update like b4_percent_define_flag_if.
3980         (muscle_percent_define_default): Update like b4_percent_define_default.
3981         (muscle_grow_user_name_list): Rename to...
3982         (muscle_user_name_list_grow): ... this for consistency and use
3983         muscle_location_grow.
3984         * src/muscle_tab.h (muscle_location_grow): Prototype.
3985         * tests/input.at (%define errors): Update expected output.
3986         * tests/skeletons.at (%define boolean variables: invalid skeleton
3987         defaults): New test case.
3989 2007-02-28  Joel E. Denny  <jdenny@ces.clemson.edu>
3991         * src/print.c (lookahead_set, state_default_rule): Remove.
3992         (print_reductions): Replace state_default_rule invocation with
3993         equivalent use of yydefact, which was computed in token_actions in
3994         tables.c.
3995         (print_results): Don't allocate lookahead_set.
3997 2007-02-27  Paolo Bonzini  <bonzini@gnu.org>
3999         * data/lalr1.java: Prefix all private members with yy.
4001 2007-02-24  Joel E. Denny  <jdenny@ces.clemson.edu>
4003         Use YYFPRINTF instead of fprintf where appropriate.  Reported by
4004         Sebastien Fricker at
4005         <http://lists.gnu.org/archive/html/bug-bison/2007-02/msg00035.html>.
4006         * THANKS: Add Sebastien Fricker.
4007         * data/glr.c, data/push.c, data/yacc.c (yy_reduce_print): Implement.
4008         * doc/bison.texinfo (Tracing): Make it clearer that YYFPRINTF must
4009         accept a variable number of arguments.
4011 2007-02-19  Joel E. Denny  <jdenny@ces.clemson.edu>
4013         * bootstrap: Remove occurrences of .#bootmp from lib/Makefile.
4015 2007-02-13  Juan Manuel Guerrero  <juan.guerrero@gmx.de>
4017         * djgpp/config.bat: Adjustments concerning the use of autoconf 2.61.
4018         * djgpp/config.sed: Adjustments concerning the use of autoconf 2.61.
4019         * djgpp/config.site: Adjustments concerning the use of autoconf 2.61.
4021 2007-02-11  Paul Eggert  <eggert@cs.ucla.edu>
4023         Undo my 2007-02-07 change, switching back to the c-strcase module
4024         introduced in the 2007-02-03 change.  Bruno Haible reported that
4025         the 2007-02-07 change would be dangerous in Turkish if we add a
4026         language whose name contains "i", since "i" is not lowercase "I"
4027         in Turkish.
4028         * bootstrap.conf (gnulib_modules): Add c-strcase.  Remove strcase.
4029         * lib/.cvsignore: Add c-ctype.c, c-ctype.h, c-strcase.h,
4030         c-strcasecomp.c, c-strncasecmp.c.  Remove strcasecmp.c, strncasecmp.c.
4031         * m4/.cvsignore: Remove strcase.m4.
4032         * src/getargs.c: Revert 2007-02-07 change, as follows.
4033         Include c-strcase.h.
4034         (language_argmatch): Use c_strcasecmp rather than strcasecmp.
4036 2007-02-11  Bruno Haible  <bruno@clisp.org>
4038         Enable the Java related testsuite tests when the only Java compiler
4039         found is a gcj < 4.3.  Discussed at
4040         <http://lists.gnu.org/archive/html/bug-bison/2007-02/msg00016.html>.
4041         * configure.ac (gt_JAVACOMP): Don't specify a target_version.
4043 2007-02-11  Joel E. Denny  <jdenny@ces.clemson.edu>
4045         * data/Makefile.am: Update copyright date.
4046         * data/push.c (yypull_parse): Report memory exhaustion and return 2 if
4047         yypstate_new returns NULL.
4048         (yypstate_new): Return NULL if malloc does.
4049         * src/reader.c (packgram): Move translation of rule actions from the
4050         beginning of packgram to...
4051         (check_and_convert_grammar): ... here right before packgram is invoked
4052         so it's easier to write more complete comments, and remove redundant
4053         code.
4055 2007-02-10  Joel E. Denny  <jdenny@ces.clemson.edu>
4057         As in semantic actions, make @$ in %initial-action, %destructor, and
4058         %printer imply %locations.
4059         * src/scan-code.l (SC_SYMBOL_ACTION): Set locations_flag = true when
4060         scanning @$.
4061         * tests/actions.at (AT_CHECK_ACTION_LOCATIONS): New macro supporting...
4062         (@$ in %initial-action implies %locations,
4063         @$ in %destructor implies %locations,
4064         @$ in %printer implies %locations): ... these new test cases.
4066 2007-02-07  Paul Eggert  <eggert@cs.ucla.edu>
4068         Undo most of the 2007-02-03 change, switching to the strcase module
4069         now that gnulib strcase has been fixed.
4070         * bootstrap.conf (gnulib_modules): Remove c-strcase.  Add strcase.
4071         * lib/.cvsignore: Remove c-ctype.c, c-ctype.h, c-strcase.h,
4072         c-strcasecomp.c, c-strncasecmp.c.  Add strcasecmp.c, strncasecmp.c
4073         * m4/.cvsignore: Add strcase.m4.
4074         * src/getargs.c: Revert 2007-02-03 change, as follows.
4075         Don't include c-strcase.h.
4076         (language_argmatch): Use strcasecmp rather than c_strcasecmp.
4077         strcasecmp has "unspecified behavior" outside the POSIX locale,
4078         but it works fine in practice if at least one argument is ASCII,
4079         as is the case in Bison.
4081 2007-02-07  Paolo Bonzini  <bonzini@gnu.org>
4083         * tests/java.at: Skip tests if only one of javac/java is present.
4084         Reported by Joel E. Denny.
4085         * tests/atlocal.in: Adjust copyright years.
4087 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
4089         * data/lalr1.java (Stack): Work around old verifiers that disallow
4090         access to the private fields of an inner class, from the outer class.
4091         We can make Stack's fields public because user code doesn't have access
4092         to the instance of Stack used by parse().  Reported by Paul Eggert.
4094 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
4096         * .cvsignore: Add javacomp.sh, javaexec.sh.  Is this really
4097         the right spot for these files?
4098         * bootstrap.conf (gnulib_modules): Add c-strcase.
4099         * lib/.cvsignore: Add c-ctype.c c-ctype.h, c-strcasecomp.c,
4100         c-strncasecmp.c.
4101         * src/getargs.c: Include c-strcase.h.
4102         (language_argmatch): Use c_strcasecmp rather than strcasecmp,
4103         to avoid unspecified behavior.
4105 2007-02-01  Joel E. Denny  <jdenny@ces.clemson.edu>
4107         * doc/bison.texinfo (Decl Summary): Correct typo.
4109 2007-01-30  Paolo Bonzini  <bonzini@gnu.org>
4111         * data/bison.m4 (b4_percent_define_flag_if): Don't treat 0 as false.
4112         Complain if the value does not match empty, "true" or "false".
4113         * data/c++.m4: Adjust default definitions of %define variables.
4114         * data/java.m4: Adjust default definitions of %define variables.
4115         * doc/bison.texinfo (Decl Summary): Adjust the %define entry according
4116         to above behavior.
4117         * tests/input.at (Boolean %define variables): Test new behavior.
4119 2007-01-29  Paolo Bonzini  <bonzini@gnu.org>
4121         * NEWS: Mention java.
4122         * TODO: Remove things that are done.
4123         * bootstrap.conf: Add javacomp-script and javaexec-script.
4124         * configure.ac: Invoke gt_JAVACOMP and gt_JAVAEXEC.
4126         * data/Makefile.am: Add new files.
4127         * data/java-skel.m4: New.
4128         * data/java.m4: New.
4129         * data/lalr1.java: New.
4131         * doc/bison.texinfo: Put "A Complete C++ Example" under
4132         C++ Parsers.  Add Java Parsers.  Put C++ Parsers and Java Parsers
4133         under Other Languages.
4135         * src/getargs.c (valid_languages): Add Java.
4136         * src/getargs.h (struct bison_language): Update size of string fields.
4138         * tests/Makefile.am: Add java.at.
4139         * tests/atlocal.in: Add CONF_JAVA and CONF_JAVAC.
4140         * tests/java.at: New.
4141         * tests/testsuite.at: Include it.
4143 2007-01-28  Joel E. Denny  <jdenny@ces.clemson.edu>
4145         Clean up.
4146         * src/scan-skel.l (at_directive_perform): Add at_directive_argc and
4147         at_directive_argv arguments so these no longer have to be global
4148         variables.  Also, update the implementation for the following changes.
4149         (fail_for_at_directive_too_many_args,
4150         fail_for_at_directive_too_few_args): Add at_directive_name argument.
4151         (at_directive_name): Remove as at_directive_argv[0] will be used for
4152         this now.
4153         (AT_DIRECTIVE_ARGC_MAX): Increment to make space in at_directive_argv
4154         for the directive name.
4155         (at_directive_argc, at_directive_argv): Make these local within
4156         skel_lex instead of global.
4157         (INITIAL): Update directive start action for above changes.
4158         (SC_AT_DIRECTIVE_ARG): Rename to...
4159         (SC_AT_DIRECTIVE_ARGS): ... this, and update for above changes.
4160         (SC_AT_DIRECTIVE_SKIP_WS): Update.
4161         (scan_skel): Move yylex_destroy to...
4162         (skel_scanner_free): ... here.
4163         * tests/skeletons.at (installed skeleton file name): Rename to...
4164         (installed skeleton file names): ... this.
4166 2007-01-27  Joel E. Denny  <jdenny@ces.clemson.edu>
4168         * ChangeLog: For changes in doc/bison.texinfo, consistently reference
4169         node names: say "Table of Symbols" not "Bison Symbols", and say "Decl
4170         Summary" not "Directives".
4171         * doc/bison.texinfo (Decl Summary, Calc++ Parser): Cross-reference the
4172         %code entry in "Decl Summary" rather than the one in "Table of Symbols"
4173         since the former is now the more complete one.
4174         (Prologue Alternatives): Likewise and do the same for %defines.
4175         (Table of Symbols): Add summary of %code, add summary of %define, and
4176         move full %code documentation to...
4177         (Decl Summary): ... here for consistency with other entries in these
4178         sections.
4179         Move %define entry in order to keep this list alphabetized.
4180         Reword %define entry a little to put less emphasis on the skeleton
4181         concept, which most users shouldn't have to think about.
4183 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
4185         Adjust to recent gnulib changes.
4186         * lib/.cvsignore: Remove stpcpy.h, strndup.h, strnlen.h.
4187         Add string.h, string_.h, unistd_.h, wchar_.h.
4188         * m4/.cvsignore: Add gnulib-common.m4, string_h.m4, wchar.m4.
4189         * src/system.h: Don't include <stpcpy.h>; this is now done by
4190         <string.h>.
4192 2007-01-23  Paolo Bonzini  <bonzini@gnu.org>
4194         Simplify implementation of unqualified %code, implement macros for
4195         uniform treatment of boolean %define flags.  Document %define.
4196         * data/bison.m4 (b4_percent_define_ifdef, b4_percent_define_flag_if,
4197         b4_percent_code_ifdef): New.
4198         (b4_percent_code_get): Map unqualified %code to b4_percent_code().
4199         * data/c++.m4: Define default value for global_tokens_and_yystype.
4200         * data/glr.cc: Likewise.
4201         * data/location.cc: Use b4_percent_define_flag_if.
4203         * doc/bison.texinfo (Decl Summary): Document %define.
4205         * src/parse-gram.y (Unqualified %code): Change muscle name to
4206         b4_percent_code().
4207         (content.opt): Default to empty.
4209 2007-01-17  Joel E. Denny  <jdenny@ces.clemson.edu>
4211         Implement support for relative and absolute skeleton file names.
4212         Discussed starting at
4213         <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00071.html>.
4214         * doc/bison.texinfo (Decl Summary): Document in %skeleton entry.
4215         (Bison Options): Document in --skeleton entry.
4216         * src/output.c (output_skeleton): Use strncpy rather than strcpy since
4217         full_skeleton can't necessarily hold all of pkgdatadir.
4218         If the specified skeleton file name contains a `/', don't prepend
4219         pkgdatadir.
4220         * src/parse-gram.y (prologue_declaration): If the specified skeleton
4221         file name contains a `/', prepend the grammar file directory.
4222         * tests/Makefile.am (TESTSUITE_AT): Add skeletons.at.
4223         * skeletons.at: New file.
4224         (relative skeleton file names): New test case.
4225         (installed skeleton file names): New test case.
4226         * tests/testsuite.at: Include skeletons.at.
4228         * bootstrap: Update copyright to 2007.
4230 2007-01-17  Paolo Bonzini  <bonzini@gnu.org>
4232         * bootstrap: Remove occurrences of .#bootmp from the files.
4234 2007-01-17  Akim Demaille  <akim@epita.fr>
4236         * doc/bison.texinfo (Calc++ Parser): Don't try to alias
4237         nonterminals.
4238         Use per-type %printer.
4240 2007-01-17  Joel E. Denny  <jdenny@ces.clemson.edu>
4242         * NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4,
4243         data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
4244         djgpp/config.site, src/files.c, src/files.h, src/main.c,
4245         src/muscle_tab.c, src/muscle_tab.h, src/parse-gram.y, src/reader.h,
4246         src/scan-skel.h, src/scan-skel.l, tests/actions.at, tests/calc.at,
4247         tests/glr-regression.at, tests/input.at, tests/local.at,
4248         tests/output.at, tests/torture.at: Update copyright to 2007.
4250 2007-01-16  Akim Demaille  <akim@epita.fr>
4252         * doc/bison.texinfo (Calc++ Parsing Driver): Let "parse" return an
4253         error code.
4254         (Calc++ Scanner): Exit with failure if we can't open the input
4255         file.
4256         Accept "-" standing for stdin.
4257         (Calc++ Top Level): Print the result only if the parsing was
4258         successful.
4260 2007-01-16  Akim Demaille  <akim@epita.fr>
4262         * data/lalr1.cc (yy_reduce_print_): Add a missing end-of-line.
4264 2007-01-15  Paolo Bonzini  <bonzini@gnu.org>
4265         and Joel E. Denny  <jdenny@ces.clemson.edu>
4267         Clean up %define and %code implementation in M4 some.  Most
4268         importantly, rename all related macros to be in the b4_percent_define
4269         and b4_percent_code namespaces.  Also, complete support for `.' in
4270         %define variable names and %code qualifiers.
4271         * data/bison.m4 (b4_check_user_names): Check for special
4272         "SKELETON-NAMESPACE(name)" macros instead of using two nested
4273         m4_foreach loops.
4274         (b4_get_percent_define, b4_get_percent_code): Rename to...
4275         (b4_percent_define_get, b4_percent_code_get): ... these.
4276         Extend documentation with examples.
4277         For SKELETON-NAMESPACE (as documented for b4_check_user_names), use
4278         b4_percent_define_skeleton_variables and
4279         b4_percent_code_skeleton_qualifiers.
4280         Expect any value for the %define variable `foo' to be stored in the
4281         macro named `b4_percent_define(foo)'; expect any %code blocks for the
4282         qualifier `foo' to be stored in a macro named `b4_percent_code(foo)';
4283         expect any unqualified %code blocks to be stored in a macro named
4284         `b4_percent_code_unqualified'.
4285         Use m4_indir so that %define variable names and %code qualifiers can
4286         contain `.', which is allowed by the grammar parser.
4287         (b4_percent_define_default): New macro to set a default value for a
4288         %define variable.
4289         (m4_wrap): Update wrapped code, and fix some underquoting.
4290         (b4_check_user_names_wrap): Update and define outside the m4_wrap.
4291         Expect grammar uses of %define variables and %code qualifiers to be
4292         defined in b4_percent_define_user_variables and
4293         b4_percent_code_user_qualifiers.
4294         * data/c++.m4: Use b4_percent_define_default rather than
4295         m4_define_default.  Fix some underquoting.  Skeleton usage of %define
4296         variable define_location_comparison now implies skeleton usage of
4297         %define variable filename_type.
4298         * data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
4299         data/push.c, data/yacc.c: Update macro names.
4300         * src/parse-gram.y (prologue_declaration, grammar_declaration): Update
4301         muscle names.
4303 2007-01-14  Juan Manuel Guerrero  <juan.guerrero@gmx.de>
4305         DJGPP specific issues.
4307         * djgpp/config.site: Set ac_cv_path_mkdir to a sane DJGPP specific
4308         default.  Set gl_cv_absolute_wctype_h to a sane DJGPP specific default.
4310 2007-01-09  Joel E. Denny  <jdenny@ces.clemson.edu>
4312         * tests/glr-regression.at: Use AT_PARSER_CHECK rather than AT_CHECK to
4313         run parsers in all tests so that Valgrind is invoked during
4314         maintainer-check-valgrind.
4315         (Duplicate representation of merged trees): Free all semantic values.
4316         (Duplicated user destructor for lookahead): Likewise.
4318 2007-01-09  Joel E. Denny  <jdenny@ces.clemson.edu>
4320         * tests/local.at (AT_PARSER_CHECK): Add a PRE argument to specify a
4321         command-line prefix.
4322         * tests/torture.at (Exploding the Stack Size with Alloca): Stderr is
4323         ignored, so use that PRE to set --log-fd=1 in VALGRIND_OPTS so we don't
4324         miss Valgrind messages.
4325         (Exploding the Stack Size with Malloc): Likewise.
4327 2007-01-09  Joel E. Denny  <jdenny@ces.clemson.edu>
4329         Ignore YYSTACK_USE_ALLOCA for push parsers since the stacks can't be
4330         locals.  Reported by Juan Manuel Guerrero at
4331         <http://lists.gnu.org/archive/html/bug-bison/2007-01/msg00000.html>.
4332         * data/push.c: Enclose the #ifdef YYSTACK_USE_ALLOCA in b4_push_if.
4333         Fix some indentation also.
4334         * tests/torture.at (Exploding the Stack Size with Alloca): Add comment
4335         explaining this issue.
4337 2007-01-09  Paolo Bonzini  <bonzini@gnu.org>
4338         and Joel E. Denny  <jdenny@ces.clemson.edu>
4340         Simplify union and prologue handling, and escape union and lex/parse
4341         params with digraphs.
4342         * data/bison.m4 (b4_pre_prologue, b4_post_prologue): Set their default
4343         values to the empty string since these are no longer guaranteed
4344         initialized by the front-end.
4345         * data/glr.c, data/glr.cc, data/lalr1.cc, data/push.c, data/yacc.c: Add
4346         braces around b4_user_stype since this is no longer done by the
4347         front-end.
4348         * src/files.c, src/files.h (pre_prologue_obstack,
4349         post_prologue_obstack): Remove.
4350         * src/muscle_tab.c (muscle_pair_list_grow): Don't duplicate header
4351         comments here.  Use MUSCLE_OBSTACK_SGROW so that values are escaped
4352         with digraphs.  This fixes lex params and parse params.
4353         * src/muscle_tab.h (muscle_pair_list_grow): Update comments.
4354         * src/output.c (prepare): Remove muscle insertion of the prologues.
4355         (output): Remove freeing of pre_prologue_obstack and
4356         post_prologue_obstack.
4357         * src/parse-gram.y (prologue_declaration): Use muscle_code_grow rather
4358         than prologue_augment for prologue parsing so you don't need prologue
4359         obstacks.
4360         (grammar_declaration): For %union RHS, use `braceless' instead of
4361         "{...}" so that braces are already stripped and code is escaped with
4362         digraphs.
4363         * src/reader.c (prologue_augment): Remove.
4364         (reader): Remove initialization of pre_prologue_obstack and
4365         post_prologue_obstack.
4366         * src/reader.h (prologue_augment): Remove.
4368         * data/c.m4: Remove stray parenthesis.
4370 2007-01-08  Joel E. Denny  <jdenny@ces.clemson.edu>
4372         Remove quotes from variables names in %define directives and from
4373         qualifiers in %code directives, and restrict the characters that are
4374         allowed in them to M4-friendly ones.  For %define, continue to support
4375         the quoted form as a deprecated feature.  Discussed starting at
4376         <http://lists.gnu.org/archive/html/bison-patches/2007-01/msg00023.html>.
4377         * NEWS (2.3a+): Add entry for the change to %define.  Update entry for
4378         %code.
4379         * doc/bison.texinfo (Prologue Alternatives): Update.
4380         (Decl Summary): In %defines entry, update mention of `%code requires'
4381         and `%code provides'.
4382         (C++ Location Values): Update %define uses.
4383         (Calc++ Parser Interface): Likewise.
4384         (Calc++ Parser): Likewise, and update `%code requires' uses.
4385         (Table of Symbols): Update %code documentation.
4386         * src/parse-gram.y (prologue_declaration): For %define variables, use
4387         `variable' instead of `STRING'.
4388         (grammar_declaration): For %code qualifiers, use `ID' instead of
4389         `STRING'.
4390         (variable): New nonterminal that takes an `ID' or a `STRING'.
4391         * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Update %code
4392         and %define uses.
4393         * tests/calc.at (_AT_DATA_CALC_Y): Update %define use.
4394         * tests/input.at (Reject unused %code qualifiers): Update %code uses.
4395         (%define errors): Update %define uses.
4397 2007-01-08  Joel E. Denny  <jdenny@ces.clemson.edu>
4399         * src/parse-gram.y (prologue_declaration): Use MUSCLE_INSERT_STRING
4400         instead of muscle_insert for %define values so that M4-special
4401         characters are replaced with digraphs.
4402         * tests/input.at (%define errors): Extend to check weird values.
4404 2007-01-08  Joel E. Denny  <jdenny@ces.clemson.edu>
4406         Instead of having skeletons declare all valid %define variables and
4407         %code qualifiers, provide macros that retrieve the associated values
4408         and build these lists automatically.  Thus Bison will now warn when a
4409         variable or qualifier is not used by the skeleton in the current
4410         invocation regardless of whether it might sometimes be used by that
4411         skeleton in other invocations.  Also, move all %define value macros to
4412         the b4_percent_define_ namespace, and remove the %define "NAME" {CODE}
4413         form, which is replaced by %code.
4414         * data/bison.m4 (b4_check_for_unrecognized_names): Rename to...
4415         (b4_check_user_names): ... this, and change the series of valid name
4416         arguments to a single list argument for names used in the skeleton
4417         similar to the existing list argument for names used in the grammar.
4418         Warn instead of complaining.
4419         (b4_get_percent_define, b4_get_percent_code): New to retrieve %define
4420         values and %code code, to format %code code properly, and to build
4421         lists of all %define variables and %code qualifiers used in the
4422         skeleton: b4_skeleton_percent_define_variables and
4423         b4_skeleton_percent_code_qualifiers.
4424         (b4_check_percent_define_variables, b4_check_percent_code_qualifiers):
4425         Remove, and...
4426         (m4_wrap): ... m4_wrap b4_check_user_names invocations instead so that
4427         the skeleton names lists can finish building first.  In place of
4428         b4_used_percent_define_variables and b4_used_percent_code_qualifiers,
4429         expect the lists b4_user_percent_define_variables and
4430         b4_user_percent_code_qualifiers.
4431         * data/c++.m4: Where setting default values for b4_parser_class_name,
4432         b4_location_type, b4_filename_type, b4_namespace, and
4433         b4_define_location_comparison, update their names to the
4434         b4_percent_define_ namespace.
4435         * data/glr.c: Don't use b4_check_percent_define_variables and
4436         b4_check_percent_code_qualifiers.  Use b4_get_percent_code.
4437         * data/glr.cc, data/lalr1.cc: Likewise, and use b4_get_percent_define.
4438         (b4_parser_class_name, b4_namespace): Define these using
4439         b4_get_percent_define for parser_class_name and namespace.
4440         * data/location.cc: Use b4_get_percent_define.
4441         * data/push.c: Don't use b4_check_percent_define_variables and
4442         b4_check_percent_code_qualifiers.  Use b4_get_percent_code.
4443         * data/yacc.c: Likewise, and don't call m4_exit in
4444         b4_use_push_for_pull_if or m4_wrap code will never execute.
4445         * src/muscle_tab.c, src/muscle_tab.h (muscle_grow_used_name_list):
4446         Rename to...
4447         (muscle_grow_user_name_list): ... this for consistency with the
4448         terminology used in bison.m4.
4449         * src/parse-gram.y (prologue_declaration): Prepend "percent_define_" to
4450         %define variable names, and rename muscle used_percent_define_variables
4451         to user_percent_define_variables.
4452         (grammar_declaration): Rename muscle used_percent_code_qualifiers to
4453         user_percent_code_qualifiers.
4454         (content): Remove.
4455         (content.opt): Replace content RHS with STRING RHS so %define "NAME"
4456         {CODE} form is no longer accepted.
4457         * tests/input.at (Reject bad %code qualifiers): Rename to...
4458         (Reject unused %code qualifiers): ... this, and update test output.
4459         (%define error): Update test output.
4461 2007-01-07  Joel E. Denny  <jdenny@ces.clemson.edu>
4463         Check for unrecognized %define variables similar to checking for
4464         unrecognized %code qualifiers.  Check for redefined %define variables.
4465         * data/bison.m4 (b4_check_for_unrecognized_names): New macro that
4466         generalizes...
4467         (b4_check_percent_code_qualifiers): ... this, which now wraps it.
4468         (b4_check_percent_define_variables): New, also wraps it.
4469         * data/glr.c: Unless glr.cc is wrapping glr.c, declare no valid %define
4470         variables using b4_check_percent_define_variables.
4471         * data/glr.cc, data/lalr1.cc: Declare the valid %define variables as
4472         all those exercised in the test suite and all those listed in the
4473         `Default values' section of c++.m4.  Are there others?
4474         * data/push.c, data/yacc.c: Declare no valid %define variables.
4475         * src/muscle_tab.c, src/muscle_tab.h (muscle_find_const): New function,
4476         similar to muscle_find, but it works even when the muscle stores a
4477         const value.
4478         (muscle_grow_used_name_list): New function for constructing the used
4479         name list muscles that b4_check_for_unrecognized_names requires.
4480         * src/parse-gram.y (prologue_declaration): Warn if a variable is
4481         %define'd more than once.  Define the b4_used_percent_define_variables
4482         muscle with muscle_grow_used_name_list.
4483         (grammar_declaration): Abbreviate %code code with
4484         muscle_grow_used_name_list.
4485         * tests/input.at (%define errors): New.
4487 2007-01-06  Joel E. Denny  <jdenny@ces.clemson.edu>
4489         Provide warn_at, complain_at, and fatal_at function callbacks to the
4490         skeletons, and use this for %code qualifier complaints.
4491         * data/bison.m4 (b4_error_at): New, invoked by...
4492         (b4_warn_at, b4_complain_at, b4_fatal_at): ... these new macros to wrap
4493         the skeleton scanner's new @warn_at(...@), @complain_at(...@), and
4494         @fatal_at(...@) directives.
4495         (b4_check_percent_code_qualifiers): Rewrite to expect locations for
4496         qualifiers in b4_used_percent_code_qualifiers and to use
4497         b4_complain_at.
4498         * src/location.c, src/location.h (boundary_set_from_string): New global
4499         function.
4500         * src/muscle_tab.c, src/muscle_tab.h (muscle_boundary_grow): New global
4501         function.
4502         * src/parse-gram.y (grammar_declaration): Add locations for qualifiers
4503         to b4_used_percent_code_qualifiers.
4504         * src/scan-skel.l (fail_for_at_directive_too_few_args): New static
4505         function.
4506         (AT_DIRECTIVE_ARGC_MAX): Increase for boundary arguments.
4507         (lineno): Rename to...
4508         (out_lineno): ... this so I don't misunderstand it again.
4509         (SC_AT_DIRECTIVE_SKIP_WS): Don't increment out_lineno for newlines
4510         here; these newlines are in the input but not the output file.
4511         (SC_AT_DIRECTIVE_ARG): Likewise.  Extract directive execution to...
4512         (at_directive_perform): ... this new static function, and add handling
4513         of new @warn_at(...@), @complain_at(...@), and @fatal_at(...@)
4514         directives.
4515         * tests/input.at (Reject bad %code qualifiers): Update test output with
4516         locations and extend.
4518         * tests/output.at (Output file name: [, Output file name: ]): Remove
4519         bogus comment about these tests failing.
4521 2007-01-06  Joel E. Denny  <jdenny@ces.clemson.edu>
4523         Clean up b4_check_percent_code_qualifiers a little.
4524         * data/bison.m4 (b4_check_percent_code_qualifiers): Expect qualifiers
4525         in b4_used_percent_code_qualifiers to be double-M4-quoted.  Rewrite
4526         documentation and add examples.
4527         * src/parse-gram.y (grammar_declaration): Double-M4-quote those
4528         qualifiers here.
4530 2007-01-05  Joel E. Denny  <jdenny@ces.clemson.edu>
4532         Don't use m4_divert since it makes m4_divert_push and m4_divert_pop
4533         unreliable -- especially when they're hidden inside another macro.
4534         * data/bison.m4, data/c++-skel.m4, data/c++.m4, data/c-skel.m4,
4535         data/c.m4: Remove m4_divert(-1).
4536         * data/glr.c, data/glr.cc, data/lalr1.cc, data/location.cc,
4537         data/push.c, data/yacc.c: Likewise, and replace m4_divert(0) with
4538         m4_divert_push(0) and m4_divert_pop(0).
4539         * src/output.c (output_skeleton): Don't add an m4_divert_push(0) and
4540         an m4_wrap([m4_divert_pop(0)]) to the M4.  Diversion -1, which is
4541         pushed and popped by m4sugar, should be first on the stack.
4543         Provide warn, complain, and fatal function callbacks to the skeletons.
4544         This provides more flexibility than m4_fatal, improves the error
4545         message format, and captures messages for translation.  Discussed
4546         starting at
4547         <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00063.html>.
4548         * data/bison.m4 (b4_error): New, invoked by...
4549         (b4_warn, b4_complain, b4_fatal): ... these new macros to wrap the
4550         skeleton scanner's new @warn(...@), @complain(...@), and @fatal(...@)
4551         directives.  Because these M4 macros might be called when the current
4552         diversion is -1 or 0, m4_divert_push and m4_divert_pop is used; thus
4553         the previous removal of uses of m4_divert, which caused trouble.
4554         (b4_check_percent_code_qualifiers): Use b4_complain instead of
4555         m4_fatal to report unrecognized %code qualifiers.
4556         * data/c++-skel.m4: Use b4_complain instead of m4_fatal to report C++
4557         push parser requests.
4558         * data/glr.c: Use b4_complain instead of m4_fatal to report
4559         non-deterministic push parser requests.
4560         Update @output usage to @output(...@) form.
4561         * data/glr.cc, data/lalr1.cc: Use b4_fatal instead of m4_fatal to
4562         report missing %defines.  Update @output usage to @output(...@) form.
4563         * data/location.cc, data/push.c, data/yacc.c: Update @output usage to
4564         @output(...@) form.
4565         * src/main.c (main): Invoke skel_scanner_free.
4566         * src/scan-skel.h (skel_scanner_free): Prototype new function.
4567         * src/scan-skel.l (FLEX_NO_OBSTACK): Don't define; we now need the
4568         obstack_for_string from flex-scanner.h.
4569         (YY_DECL): Use to declare skel_lex static.
4570         (decode_at_digraphs): Remove; now handled in the new
4571         SC_AT_DIRECTIVE_ARG start condition.
4572         (fail_for_at_directive_too_many_args, fail_for_invalid_at): New static
4573         functions.
4574         (at_directive_name, AT_DIRECTIVE_ARGC_MAX, at_directive_argc,
4575         at_directive_argv): New static globals.
4576         (INITIAL): Use fail_for_invalid_at.
4577         Don't parse `@output file_name\n' or `@basename(...@)'.  Instead,
4578         recognize the start of a generalized `@directive(...@)' form and
4579         start...
4580         (SC_AT_DIRECTIVE_ARG): ... this new start condition to parse the
4581         directive args (using the new obstack_for_string), to decode the
4582         contained @ diagraphs, and to perform the directive.  It recognizes
4583         @basename(...@), @warn(...@), @complain(...@), @fatal(...@), and
4584         @output(...@).
4585         (SC_AT_DIRECTIVE_SKIP_WS): New start condition started by
4586         SC_AT_DIRECTIVE_ARG to skip whitespace after the argument delimiter,
4587         `@,'.
4588         (scan_skel): Initialize obstack_for_string on the first call.
4589         (skel_scanner_free): New function to free obstack_for_string.
4590         * tests/input.at (Reject bad %code qualifiers): Update test output.
4592 2007-01-04  Joel E. Denny  <jdenny@ces.clemson.edu>
4594         Consolidate the 4 prologue alternative directives (%code, %requires,
4595         %provides, and %code-top) into a single %code directive with an
4596         optional qualifier field.  Discussed at
4597         <http://lists.gnu.org/archive/html/bison-patches/2007-01/msg00012.html>.
4598         * NEWS (2.3a+): Rewrite the existing entry for the prologue
4599         alternatives.
4600         * doc/bison.texinfo (Prologue Alternatives): Update.
4601         (Decl Summary): Update to %code "requires" and %code "provides".
4602         (Calc++ Parser): Update to %code "requires".
4603         (Table of Symbols): Remove entries for %requires, %provides, and
4604         %code-top.  Rewrite %code entry, and add a %code "QUALIFIER" entry.
4605         * data/bison.m4 (b4_user_provides, b4_user_requires): Remove as these
4606         are replaced by b4_percent_code_provides and b4_percent_code_requires,
4607         which are skeleton-specific.
4608         (b4_check_percent_code_qualifiers): New.  A skeleton can use this to
4609         declare what %code qualifiers it supports and to complain if any other
4610         qualifiers were used in the grammar.
4611         * data/glr.cc: Update to use b4_user_code([b4_percent_code_requires])
4612         and b4_user_code([b4_percent_code_provides]) in place of
4613         b4_user_requires and b4_user_provides.
4614         * data/glr.c, data/lalr1.cc, data/push.c, data/yacc.c: Likewise.
4615         Add b4_user_code([b4_percent_code_top]) and
4616         b4_user_code([b4_percent_code]).
4617         Invoke b4_check_percent_code_qualifiers.
4618         * src/parse-gram.y (PERCENT_CODE_TOP, PERCENT_PROVIDES,
4619         PERCENT_REQUIRES): Remove.
4620         (grammar_declaration): Remove RHS's for %code-top, %provides, and
4621         %requires.  Rewrite the %code RHS as the unqualified form defining the
4622         muscle b4_percent_code.  Add another RHS for the qualified %code form,
4623         which defines muscles of the form b4_percent_code_QUALIFIER and the
4624         b4_used_percent_code_qualifiers muscle.
4625         * src/scan-gram.l (PERCENT_CODE_TOP, PERCENT_PROVIDES,
4626         PERCENT_REQUIRES): Remove.
4627         * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Update to use
4628         %code "requires" and %code "provides".
4629         * tests/input.at (Reject bad %code qualifiers): New.
4631 2007-01-03  Joel E. Denny  <jdenny@ces.clemson.edu>
4633         Use the new code_props interface for destructors and printers.
4634         * src/symtab.h (symbol, semantic_type): Remove destructor_location and
4635         printer_location members, and change the type of the destructor and
4636         printer members to code_props.
4637         (symbol_destructor_set, symbol_destructor_get, symbol_printer_set,
4638         symbol_printer_get, semantic_type_destructor_set,
4639         semantic_type_printer_set, default_tagged_destructor_set,
4640         default_tagless_destructor_set, default_tagged_printer_set,
4641         default_tagless_printer_set): Use code_props in arguments and return
4642         types in place of char const * and location.
4643         (symbol_destructor_location_get, symbol_printer_location_get): Remove
4644         since the locations are now contained in the return of
4645         symbol_destructor_get and symbol_printer_get.
4646         * src/output.c (symbol_destructors_output, symbol_printers_output):
4647         Replace with...
4648         (symbol_code_props_output): ... this to eliminate duplicate code.
4649         (output_skeleton): Update to use symbol_code_props_output.
4650         * src/reader.c (symbol_should_be_used): Update use of
4651         symbol_destructor_get.
4652         * src/symlist.c (symbol_list_destructor_set, symbol_list_printer_set):
4653         Update uses of the various _destructor_set and _printer_set functions.
4654         * src/symtab.c: (default_tagged_destructor_location,
4655         default_tagless_destructor_location, default_tagged_printer_location,
4656         default_tagless_printer_location): Remove since we...
4657         (default_tagged_destructor, default_tagless_destructor,
4658         default_tagged_printer, default_tagless_printer): ... change the type
4659         of these to code_props.
4660         (symbol_new, semantic_type_new, symbol_destructor_set,
4661         semantic_type_destructor_set, symbol_destructor_get,
4662         symbol_printer_set, semantic_type_printer_set, symbol_printer_get,
4663         symbol_check_alias_consistency, default_tagged_destructor_set,
4664         default_tagless_destructor_set, default_tagged_printer_set,
4665         default_tagless_printer_set): Update.
4666         (symbol_destructor_location_get, symbol_printer_location_get): Remove.
4667         (SYMBOL_CODE_PRINT): New similar to SYMBOL_ATTR_PRINT but for
4668         code_props members.
4669         (symbol_print): Use SYMBOL_CODE_PRINT.
4671 2007-01-03  Joel E. Denny  <jdenny@ces.clemson.edu>
4673         Use the new code_props interface for rule actions.
4674         * src/symlist.h (symbol_list): Replace action, action_location, and
4675         used members with a code_props action_props member.
4676         * src/reader.c (symbol_should_be_used, grammar_rule_check,
4677         grammar_midrule_action, grammar_current_rule_merge_set,
4678         grammar_current_rule_symbol_append, packgram): Update.
4679         * src/scan-code.h (translate_rule_action): Remove, no longer used.
4680         * src/scan-code.l (handle_action_dollar): Update.
4681         (translate_rule_action): Remove, no longer used.
4682         * src/symlist.c (symbol_list_sym_new, symbol_list_syms_print): Update.
4684 2007-01-02  Joel E. Denny  <jdenny@ces.clemson.edu>
4686         Use the new code_props interface in parse-gram.y.
4687         * src/parse-gram.y (prologue_declaration, braceless, epilogue.opt):
4688         Update all uses of translate_* functions to use the new code_props
4689         interface and to use gram_scanner_last_string_free and
4690         code_scanner_last_string_free where possible.
4691         (grammar_declaration): symbol_list_destructor_set and
4692         symbol_list_printer_set now perform the translation, so don't do it
4693         here.  Use gram_scanner_last_string_free where possible.
4694         * src/scan-code.h, src/scan-code.l (translate_symbol_action,
4695         translate_code): Remove, no longer used.
4696         * src/symlist.h, src/symlist.c (symbol_list_destructor_set,
4697         symbol_list_printer_set): Perform code translation here rather than
4698         depending on the caller to do so.
4700         * src/symlist.h (struct symbol_list): Correct some documentation typos.
4701         * src/scan-gram.h (gram_last_string): Remove declaration.
4702         * src/scan-gram.l (last_string): Declare it static.
4704 2007-01-02  Joel E. Denny  <jdenny@ces.clemson.edu>
4706         Encapsulate code properties and related functionality for the various
4707         destructors, printers, and actions into a code_props structure and
4708         interface.  This patch merely implements code_props in scan-code.h and
4709         scan-code.l.  Future patches will rewrite other modules to use it.
4710         Discussed starting at
4711         <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00020.html>.
4712         * src/location.h (EMPTY_LOCATION_INIT): Define so that it's easier to
4713         consistently initialize const structs that have an empty location
4714         field.
4715         * src/location.c (empty_location): Initialize with EMPTY_LOCATION_INIT
4716         to ensure consistency.
4717         * src/scan-code.h (code_props): New structure.
4718         (code_props_none_init, CODE_PROPS_NONE_INIT, code_props_none): New
4719         function, macro, and const global variable for initializing a
4720         code_props with no code.
4721         (code_props_plain_init, code_props_symbol_action_init,
4722         code_props_rule_action_init, code_props_translate_code): The rest of
4723         the new code_props functional interface.  Among other things, the init
4724         functions set the code_props kind field so that
4725         code_props_translate_code will know whether to behave like
4726         translate_symbol_action, translate_rule_action, or translate_code.
4727         These old translate functions must remain until all other modules are
4728         updated to use the new code_props interface.
4729         (code_scanner_last_string_free): New function similar to
4730         gram_scanner_last_string_free.
4731         (code_scanner_free): Add documentation.
4732         * src/scan-code.l: Implement the new interface.
4733         (code_lex): Make it static, add a code_props* argument, and remove the
4734         rule argument.
4735         (last_string): New static global similar to the one in scan-gram.l.
4736         (SC_RULE_ACTION): Update to use the code_props* argument to code_lex
4737         instead of rule.
4738         (SC_SYMBOL_ACTION): For $$, set the is_value_used member of the
4739         code_props since Bison may one day use this information for destructors
4740         and printers.
4741         (<*><<EOF>>): Use STRING_FINISH so that last_string is set.
4742         (handle_action_dollar): Use symbol_list_n_get and set used flag
4743         directly since symbol_list_n_used_set is removed.
4744         (translate_action): Add a code_props* argument and remove the rule,
4745         action, and location arguments.  Pass the code_props* on to code_lex.
4746         (translate_rule_action, translate_symbol_action, translate_code):
4747         Rewrite as wrappers around the new code_props interface.
4748         * src/symlist.h, src/symlist.c (symbol_list_n_used_set): Remove since
4749         it would eventually need to break the encapsulation of code_props.
4751 2007-01-01  Joel E. Denny  <jdenny@ces.clemson.edu>
4753         * etc/.cvsignore: New.
4755 2007-01-01  Joel E. Denny  <jdenny@ces.clemson.edu>
4757         Add maintainer-push-check to run maintainer-check using push parsing in
4758         place of pull parsing where available.
4759         * Makefile.am (maintainer-push-check): New.
4760         * data/bison.m4 (b4_use_push_for_pull_if): New.
4761         * data/push.c: Redefine b4_push_if and b4_use_push_for_pull_if
4762         appropriately based on their existing values.
4763         (yypush_parse): Don't print push-parser-specific diagnostics if push
4764         parsing is being used in place of pull parsing.
4765         * data/yacc.c: If push parsing should replace pull parsing, redirect to
4766         push.c.
4767         * src/output.c (prepare): Check BISON_USE_PUSH_FOR_PULL environment
4768         variable, and insert b4_use_push_for_pull_flag into muscles.
4769         * tests/Makefile.am (maintainer-push-check): New.
4771 2006-12-31  Joel E. Denny  <jdenny@ces.clemson.edu>
4773         * data/push.c (yypush_parse): Set yynew = 1 at the end of a parse
4774         (whether successful or failed) so that yypush_parse can be invoked
4775         again to start a new parse using the same yypstate.
4776         * tests/torture.at (AT_DATA_STACK_TORTURE): For push mode, extend to
4777         check multiple yypull_parse invocations on the same yypstate.  For pull
4778         mode, extend to check multiple yyparse invocations.
4779         (Exploding the Stack Size with Alloca): Extend to try with
4780         %push-pull-parser.
4781         (Exploding the Stack Size with Malloc): Likewise.
4783         * tests/calc.at (Simple LALR Calculator): Don't specify
4784         %skeleton "push.c" since %push-pull-parser implies that now.
4785         * tests/headers.at (export YYLTYPE): Don't check for the push
4786         declarations.  Otherwise, this test case can't be used to see if push
4787         mode can truly emulate pull mode.
4788         * tests/input.at (Torturing the Scanner): Likewise.
4789         * tests/local.at (AT_YACC_OR_PUSH_IF, AT_PUSH_IF): Remove.
4790         (AT_YYERROR_SEES_LOC_IF): Rather than AT_YACC_OR_PUSH_IF, use
4791         AT_YACC_IF, which now includes the case of push mode since %skeleton
4792         need not be used for push mode.  This will be more intuitive once
4793         push.c is renamed to yacc.c.
4795 2006-12-31  Joel E. Denny  <jdenny@ces.clemson.edu>
4797         For push mode, convert yyparse from a macro to a function, invoke yylex
4798         instead of passing a yylexp argument to yypull_parse, and don't
4799         generate yypull_parse or yyparse unless %push-pull-parser is declared.
4800         Discussed starting at
4801         <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00163.html>.
4802         * data/bison.m4 (b4_pull_if): New.
4803         * data/c.m4 (b4_identification): Define YYPULL similar to YYPUSH.
4804         * data/push.c: Improve M4 quoting a little.
4805         (b4_generate_macro_args, b4_parenthesize): Remove.
4806         (yyparse): If there's a b4_prefix, #define this to b4_prefix[parse]
4807         any time a pull parser is requested.
4808         Don't #define this as a wrapper around yypull_parse.  Instead, when
4809         both push and pull are requested, make it a function that does that
4810         same thing.
4811         (yypull_parse): If there's a b4_prefix, #define this to
4812         b4_prefix[pull_parse] when both push and pull are requested.
4813         Don't define this as a function unless both push and pull are
4814         requested.
4815         Remove the yylexp argument and hard-code yylex invocation instead.
4816         * etc/bench.pl.in (bench_grammar): Use %push-pull-parser instead of
4817         %push-parser.
4818         * src/getargs.c (pull_parser): New global initialized to true.
4819         * getargs.h (pull_parser): extern it.
4820         * src/output.c (prepare): Insert pull_flag muscle.
4821         * src/parse-gram.y (PERCENT_PUSH_PULL_PARSER): New token.
4822         (prologue_declaration): Set both push_parser and pull_parser = true for
4823         %push-pull-parser.  Set push_parser = true and pull_parser = false for
4824         %push-parser.
4825         * src/scan-gram.l: Don't accept %push_parser as an alternative to
4826         %push-parser since there's no backward-compatibility concern here.
4827         Scan %push-pull-parser.
4828         * tests/calc.at (Simple LALR(1) Calculator): Use %push-pull-parser
4829         instead of %push-parser.
4830         * tests/headers.at (export YYLTYPE): Make yylex static, and don't
4831         prototype it in the module that calls yyparse.
4832         * tests/input.at (Torturing the Scanner): Likewise.
4833         * tests/local.at (AT_PUSH_IF): Check for %push-pull-parser as well.
4835 2006-12-26  Joel E. Denny  <jdenny@ces.clemson.edu>
4837         Update etc/bench.pl.  Optimize push mode a little (the yyn change
4838         deserves most of the credit).
4839         * Makefile.am (SUBDIRS): Add etc subdirectory.
4840         * configure.ac (AC_CONFIG_FILES): Add etc/bench.pl and etc/Makefile.
4841         * data/push.c (b4_declare_parser_state_variables): Move yyn, yyresult,
4842         yytoken, yyval, and yyloc declarations to...
4843         (yyparse or yypush_parse): ... here to improve performance.  For
4844         yypush_parse invocations after the first, be sure to assign yyn its old
4845         value again.
4846         (yypstate_new): Don't bother initializing the yyresult field since the
4847         initial value isn't used.
4848         (yyn, yyresult, yytoken, yyval, yyloc): For each NAME in this list,
4849         remove the #define that, in push mode, set it to yyps->NAME.
4850         * etc/Makefile.am: New.
4851         * etc/bench.pl: Remove and build it instead from...
4852         * etc/bench.pl.in: ... this new file.  Use @abs_top_builddir@ to invoke
4853         "tests/bison" from the build directory by default rather than just
4854         invoking "bison" from $PATH.
4855         (calc_grammar): Update push parser code: don't declare yylval globally,
4856         don't define yyparse_wrapper, and don't #define yyparse.
4857         (bench_grammar): Update to check all working combinations of yacc.c,
4858         push.c, impure, pure, pull, and push.
4860 2006-12-25  Joel E. Denny  <jdenny@ces.clemson.edu>
4862         For push mode, add pull wrappers around yypush_parse.
4863         * data/push.c: (b4_generate_macro_args, b4_parenthesize): New macros.
4864         (yypull_parse): New function wrapping yypush_parse.
4865         (yyparse): New #define wrapping yypull_parse.
4866         * tests/calc.at (_AT_DATA_CALC_Y): Call yyparse even when %push-parser
4867         is declared.
4868         * tests/headers.at (export YYLTYPE): Make yylex global.  For push mode,
4869         prototype yylex in the module that calls yyparse, and don't prototype
4870         yyparse there.  Otherwise, the yyparse expansion won't compile.
4871         * tests/input.at (Torturing the Scanner): Likewise.
4873 2006-12-25  Joel E. Denny  <jdenny@ces.clemson.edu>
4875         Enable push parsers to operate in impure mode.  Thus, %push-parser no
4876         longer implies %pure-parser.  The point of this change is to move
4877         towards being able to test the push parser code by running the entire
4878         test suite as if %push-parser had been declared.
4879         * data/push.c (yypush_parse): For impure mode, remove the
4880         yypushed_char, yypushed_val, and yypushed_loc arguments.
4881         Instead, declare these as local variables initialized to the global
4882         yychar, yylval, and yylloc.
4883         For the first yypush_parse invocation only, restore the initial values
4884         of these global variables when it's time to read a token since they
4885         have been overwritten.
4886         * src/parse-gram.y (prologue_declaration): Don't set pure_parser for
4887         %push-parser.
4888         * tests/calc.at (Simple LALR(1) Calculator): Always declare
4889         %pure-parser along with %push-parser since this test case was designed
4890         for pure push parsers.
4891         * tests/local.at (AT_PURE_OR_PUSH_IF): Remove unused.
4892         (AT_YACC_OR_PUSH_IF): New.
4893         (AT_YYERROR_SEES_LOC_IF): Fix enough that the test suite passes, but
4894         add a note that it's still wrong for some cases (as it has been for a
4895         while).
4896         (AT_PURE_LEX_IF): Use AT_PURE_IF instead of AT_PURE_OR_PUSH_IF since
4897         %push-parser no longer implies %pure-parser.
4899 2006-12-20  Joel E. Denny  <jdenny@ces.clemson.edu>
4901         Remove some unnecessary differences between the pull parser code and
4902         the push parser code.  This patch enables yynerrs in push mode.
4903         * data/push.c: Reformat M4 a little.
4904         (b4_yyerror_range): Remove and convert all uses to just yyerror_range.
4905         (b4_declare_scanner_communication_variables): Don't omit yynerrs just
4906         because push mode is on.  Instead, if pure mode is on, move yynerrs
4907         to...
4908         (b4_declare_parser_state_variables): ... here.
4909         (yynerrs, yyerror_range): For push mode, #define each NAME in this list
4910         to yyps->NAME so it can be used in yypush_parse.
4911         (yypush_parse): Don't omit uses of yynerrs in push mode.
4913 2006-12-20  Joel E. Denny  <jdenny@ces.clemson.edu>
4915         Fix bug such that the first pushed token's value and location are
4916         sometimes overwritten (sometimes by %initial-action) before being used.
4917         * data/push.c (yypush_parse): Rename arguments yynchar, yynlval, and
4918         yynlloc to yypushed_char, yypushed_val, and yypushed_loc for clarity.
4919         For the first yypush_parse invocation, initialize yychar to YYEMPTY to
4920         more closely mimic the pull parser logic.
4921         Don't copy the pushed token to yychar, yylval, and yylloc until it's
4922         time to read a token, which is after any initialization of yylval and
4923         yylloc.
4924         (gottoken): Rename label to...
4925         (yyread_pushed_token): ... for clarity and to avoid infringing on the
4926         user namespace.
4928 2006-12-20  Joel E. Denny  <jdenny@ces.clemson.edu>
4930         Rearrange initialization of the parser state variables so that the
4931         skeleton doesn't have to have a copy for pull mode and another for push
4932         mode.  This patch also fixes at least a bug such that yylloc was not
4933         initialized (with b4_location_initial_line and
4934         b4_location_initial_column) upon calling yypush_parse.  However, that
4935         initialization now overwrites the first token's location;
4936         %initial-action assigning @$ already did the same thing, and both bugs
4937         will be fixed in a later patch.
4938         * data/push.c (b4_yyssa): Remove and convert all uses to just yyssa.
4939         (b4_declare_parser_state_variables): Remove initialization of yytoken,
4940         yyss, yyvs, yyls, and yystacksize.
4941         (yypstate_new): Remove initialization of some yypstate fields: yystate,
4942         yyerrstatus, yytoken, yyss, yyvs, yyls, yystacksize, yyssp, yyvsp, and
4943         yylsp.
4944         (yyssa, yyvsa, yylsa): For push mode, #define each NAME in this list to
4945         yyps->NAME so it can be used in yypush_parse.
4946         (yyparse or yypush_parse): For yypush_parse, don't print the
4947         "Starting parse" diagnostic for invocations after the first.
4948         Add initialization of yytoken, yyss, yyvs, yyls, and yystacksize; for
4949         yypush_parse, only do it for the first invocation.
4950         Allow yystate, yyerrstatus, yyssp, yyvsp, yylsp, and yylloc
4951         initialization to occur in yypush_parse but only on the first
4952         invocation.
4954 2006-12-19  Joel E. Denny  <jdenny@ces.clemson.edu>
4956         * data/push.c: Add CPP guards around push parser declarations in both
4957         the header and the code file.
4958         In the code file, move the push parser declarations to the same place
4959         they appear in the header file.
4960         Clean up the M4 some, especially the inconsistent underquoting in
4961         some b4_c_function_def and b4_c_function_decl uses.
4963 2006-12-19  Joel E. Denny  <jdenny@ces.clemson.edu>
4965         Encapsulate the push parser state variables into an M4 macro so the
4966         push skeleton doesn't have to list them again for pull mode's yyparse.
4967         For push mode, remove yypush_parse's local equivalents of these
4968         variables to eliminate unnecessary copying between the two sets at
4969         run-time.  This patch also fixes at least a bug related to multiple
4970         %initial-action invocations in push mode.
4971         * data/push.c (b4_declare_parser_variables): Rename to...
4972         (b4_declare_scanner_communication_variables): ... this for clarity and
4973         update both uses.
4974         (b4_declare_yyparse_variables): Remove and move its contents to the one
4975         spot where it was invoked.
4976         (b4_declare_parser_state_variables): New macro containing the parser
4977         state variables required by push mode.
4978         (struct yypstate): Replace all fields but yynew with
4979         b4_declare_parser_state_variables.
4980         (yystate, yyn, yyresult, yyerrstatus, yytoken, yyss, yyssp, yyvs,
4981         yyvsp, yyls, yylsp, yystacksize, yyval, yyloc): For push mode, #define
4982         each NAME in this list to yyps->NAME so it can be used in yypush_parse.
4983         (yyparse or yypush_parse): For yyparse in pull mode, replace local
4984         parser state variable declarations with
4985         b4_declare_parser_state_variables.
4986         Don't initialize parser state variables when calling yypush_parse since
4987         yypstate_new already does that.
4988         Invoke the user's initial action only upon the first yypush_parse
4989         invocation.
4990         Remove all code that copies between the local parser state variables
4991         and the yypstate.
4993 2006-12-19  Joel E. Denny  <jdenny@ces.clemson.edu>
4995         * data/push.c (union yyalloc): Rename yyss, yyvs, and yyls fields to
4996         prevent a name collision in a future patch where these names will
4997         sometimes be #define'd.
4998         (YYSTACK_RELOCATE): Add an argument to select a union yyalloc field
4999         since it no longer has the same name as the existing argument.
5000         (yyparse or yypush_parse): Update all uses of YYSTACK_RELOCATE.
5002 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
5003         and Joel E. Denny  <jdenny@ces.clemson.edu>
5005         * doc/bison.texinfo (Decl Summary): In the %language entry, mention
5006         that the argument is case-insensitive, and there's no `=' here.
5007         For the %skeleton entry, mention that %language is better.
5008         (Bison Options): Likewise for --language and --skeleton.  Move the
5009         --skeleton entry so that the `Tuning the parser' section is sorted
5010         alphabetically on long options.
5011         (C++ Bison Interface): Don't use the word skeleton.  Don't explain the
5012         %language directive in detail here; cross-reference the %language
5013         documentation instead.
5014         (Calc++ Parser): Use `%require "@value{VERSION}"' rather than
5015         `%require "2.3b"' so that the example is always up-to-date.
5016         (Table of Symbols): Add entries for %language and %skeleton.
5017         * examples/extexi (normalize): Instead of replacing every %require
5018         argument with the current Bison version, just substitute for
5019         `@value{VERSION}'.  This guarantees that we're testing what actually
5020         appears in the documentation.
5021         * examples/calc++/Makefile.am ($(calc_extracted)): Use `$(VERSION)'
5022         rather than `@VERSION@'.
5024 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
5026         * NEWS: Reword the %language news a bit, and put it earlier.
5028         * src/getargs.c (skeleton_arg): Last arg is now location const *.
5029         Rewrite to simplify the logic.
5030         (language_argmatch): Likewise.
5031         (program_name): We now own this var.
5032         * src/getargs.h (struct bison_language): Use char[] rather than
5033         const char *.
5035         * doc/bison.texinfo (Decl Summary, Bison Options): Don't claim
5036         Java is supported.
5037         * src/complain.c (program_name): Remove decl; no longer needed.
5038         * src/main.c (program_name): Remove; now belongs to getargs.
5040 2006-12-18  Paolo Bonzini  <bonzini@gnu.org>
5042         * NEWS: Document %language.
5044         * data/Makefile.am (dist_pkgdata_DATA): Add c-skel.m4, c++-skel.m4.
5046         * data/c-skel.m4, data/c++-skel.m4: New files.
5047         * data/glr.c: Complain on push parsers.
5049         * doc/bison.texinfo (C++ Parser Interface): Prefer %language
5050         over %skeleton.
5051         (Decl Summary): Document %language and %skeleton.
5052         (Command line): Document -L.
5054         * examples/extexi: Rewrite %require directive.
5055         * examples/calc++/Makefile.am: Pass VERSION to extexi.
5057         * src/files.c (compute_exts_from_gc): Look in language structure
5058         for .y extension.
5059         (compute_file_name_parts): Check whether .tab should be added.
5060         * src/getargs.c (valid_languages, skeleton_prio, language_prio):
5061         (language, skeleton_arg, language_argmatch): New.
5062         (long_options): Add --language.
5063         (getargs): Use skeleton_arg, add -L/--language.
5064         * src/getargs.h: Include location.h.
5065         (struct bison_language, language, skeleton_arg, language_argmatch): New.
5066         * src/output.c (prepare): Pick default skeleton from struct language.
5067         Don't dispatch C skeletons here.
5068         * src/parse-gram.y (PERCENT_LANGUAGE): New.
5069         (prologue_declaration): Add "%language" rule, use skeleton_arg.
5070         * src/scan-gram.l ("%language"): New rule.
5072         * tests/calc.at: Test %skeleton and %language.
5073         * tests/local.at (AT_SKEL_CC_IF): Look for %language.
5074         (AT_GLR_IF): Look for %skeleton "glr.cc".
5075         (AT_LALR1_CC_IF, AT_GLR_CC_IF): Rewrite.
5076         (AT_YACC_IF): Reject %language.
5078 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
5080         * src/symtab.h (struct semantic_type): Remove the tag 'semantic_type',
5081         since it wasn't used; only the typedef name 'semantic_type' is needed.
5082         Also, omit trailing white space.
5084         * bootstrap: Sync from coreutils.
5085         (gnulib_extra_files): Add build-aux/announce.gen.
5086         (slurp): Adjust .gitignore files like .cvsignore files.
5087         * build-aux/announce-gen: Remove from CVS, since bootstrap
5088         now creates this.
5090 2006-12-16  Joel E. Denny  <jdenny@ces.clemson.edu>
5092         Make %push-parser imply %pure-parser.  This fixes several bugs; see
5093         <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00148.html>.
5094         * src/parse-gram.y (prologue_declaration): For %push-parser, also set
5095         pure_parser = true.
5096         * data/push.c: Don't bother testing b4_push_if when deciding whether
5097         to expand b4_declare_parser_variables globally.
5098         (yypush_parse): Likewise in here.
5100         * data/push.c (yypush_parse): Add b4_parse_param to arguments.
5101         (yy_reduce_print): Reformat M4 for readability.
5103 2006-12-15  Bob Rossi  <bob@brasko.net>
5104         and Joel Denny  <jdenny@ces.clemson.edu>
5106         * data/push.c (yypstate): Add typedef, and update all uses of
5107         struct yypstate to just yypstate.
5108         * tests/calc.at (_AT_DATA_CALC_Y): Update here as well.
5110 2006-12-14  Bob Rossi  <bob@brasko.net>
5112         * data/push.c (yypush_parse): Declare prototype regardless of
5113         %locations option.
5115 2006-12-14  Bob Rossi  <bob@brasko.net>
5117         * data/push.c (yyparse): Remove the prototype and the #define when in
5118         push-parser mode.
5120 2006-12-13  Bob Rossi  <bob@brasko.net>
5122         * data/push.c (yypstate_init): Rename to...
5123         (yypstate_new): ... this and use b4_c_function_def.
5124         (yypstate_delete): New.
5125         (yypush_parse): Change parameters yynval and yynlloc to be const.
5126         * tests/calc.at (_AT_DATA_CALC_Y): Use new yypstate_new and
5127         yypstate_delete functions.
5129 2006-12-13  Joel E. Denny  <jdenny@ces.clemson.edu>
5131         * configure.ac (AC_PREREQ): Require Autoconf 2.61 because of our
5132         strange test case titles.  Reported by Bob Rossi.
5134 2006-12-13  Paul Eggert  <eggert@cs.ucla.edu>
5136         * TODO: Add pointer to Sylvain Schmitz's work on static detection
5137         of potential ambiguities in GLR grammers.
5139 2006-12-12  Joel E. Denny  <jdenny@ces.clemson.edu>
5141         * tests/testsuite.at (AT_CHECK): When checking if $1 starts with
5142         `bison ', use m4_index instead of m4_substr since chopping up a string
5143         containing M4-special characters causes problems here.
5145         Fix a couple of bugs related to special characters in user-specified
5146         file names, and make it easier for skeletons to compute output file
5147         names with the same file name prefix as Bison-computed output file
5148         names.
5149         * data/glr.cc, data/push.c, data/yacc.c: In @output, use
5150         b4_parser_file_name and b4_spec_defines_file instead of
5151         @output_parser_name@ and @output_header_name@, which are now redundant.
5152         * data/glr.c, data/lalr1.cc: Likewise.  Also, in header #include's, use
5153         b4_parser_file_name, b4_spec_defines_file, and the new
5154         @basename(FILENAME@) instead of @output_parser_name@ and
5155         @output_header_name@, which inappropriately escaped the file names as
5156         C string literals.
5157         * src/files.c (all_but_ext): Remove static qualifier.
5158         (compute_output_file_names): Move `free (all_but_ext)' to...
5159         (output_file_names_free): ... here since all_but_ext is needed later.
5160         * src/files.h (all_but_ext): Extern.
5161         * src/muscle_tab.h (MUSCLE_INSERT_STRING_RAW): New macro that does
5162         exactly what MUSCLE_INSERT_STRING used to do.
5163         (MUSCLE_INSERT_STRING): Use MUSCLE_OBSTACK_SGROW so that M4-special
5164         characters are escaped properly.
5165         * src/output.c (prepare): Define muscle file_name_all_but_ext as
5166         all_but_ext.
5167         For pkgdatadir muscle, maintain previous functionality by using
5168         MUSCLE_INSERT_STRING_RAW instead of MUSCLE_INSERT_STRING.  The problem
5169         is that b4_pkgdatadir is used inside m4_include in the skeletons, so
5170         digraphs would never be expanded.  Hopefully no one has M4-special
5171         characters in his Bison installation path.
5172         * src/scan-skel.l: Don't parse @output_header_name@ and
5173         @output_parser_name@ anymore since they're now redundant.
5174         In @output, use decode_at_digraphs.
5175         Parse a new @basename command that invokes last_component.
5176         (decode_at_digraphs): New.
5177         (BASE_QPUTS): Remove unused.
5178         * tests/output.at (AT_CHECK_OUTPUT_FILE_NAME): New macro.
5179         (Output file name): New tests.
5181 2006-12-09  Joel E. Denny  <jdenny@ces.clemson.edu>
5183         Warn about output files that are generated by the skeletons and that
5184         conflict with other output files.
5185         * data/glr.c: Don't generate the header file here when glr.cc does.
5186         * src/files.c (file_names, file_names_count): New static globals.
5187         (compute_output_file_names): Invoke output_file_name_check for files
5188         not generated by the skeletons and remove existing checks.
5189         (output_file_name_check): New function that warns about conflicting
5190         output file names.
5191         (output_file_names_free): Free file_names.
5192         * src/files.h (output_file_name_check): Declare.
5193         * src/scan-skel.l: Invoke output_file_name_check for files generated by
5194         the skeletons.
5195         * tests/output.at (AT_CHECK_CONFLICTING_OUTPUT): New.
5196         (Conflicting output files): New tests.
5198 2006-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5200         * doc/bison.texinfo: Fix a couple of typos.
5202 2006-12-08  Bob Rossi  <bob@brasko.net>
5204         * data/push.c: (yypvarsinit, yypvars, struct yypvars, yypushparse):
5205         Rename to...
5206         (yypstate_init, yypstate, struct yypstate, yypush_parse): ... these and
5207         update all uses.
5208         (b4_yyssa, b4_yyerror_range, yypstate_init): Rename pv to yyps.
5209         (yypush_parse): Rename yypvars argument to yyps and remove redundant
5210         local pv.
5211         (yypstate_init, yypush_parse): Declare in Bison-generated header file.
5212         * tests/calc.at (_AT_DATA_CALC_Y): Use newly named functions.
5214 2006-12-07  Bob Rossi  <bob@brasko.net>
5215         and Joel Denny  <jdenny@ces.clemson.edu>
5217         * data/push.c (yypvarsinit): Change return type from void* to struct
5218         yypvars*. No longer cast to void* on return.
5219         (struct yypvars): Remove yylen since it need not be remembered between
5220         yypushparse invocations.
5221         (yypushparse): Don't copy between yylen and pv->yylen.
5223 2006-12-05  Bob Rossi  <bob@brasko.net>
5225         * data/push.c (yychar_set, yylval_set, yylloc_set): Delete.
5226         (yypushparse): Add yynchar, yynlval, yynlloc parameters.
5227         (b4_declare_parser_variables): Do not declare yynerrs for push mode.
5228         (struct yypvars): Remove b4_declare_parser_variables.
5229         (yypvarsinit): Remove init code for removed variables.
5230         (global scope): Do not declare b4_declare_parser_variables if
5231         push or pure mode.
5232         (yypushparse): Add b4_declare_parser_variables.
5233         Init new local variables, and remove init code for removed
5234         yypvars variables.
5235         (yyparse): Delete.
5236         * tests/calc.at (_AT_DATA_CALC_Y): Call yypushparse for push mode
5237         and yyparse for other modes.
5238         (AT_CHECK_CALC_LALR): Added '%skeleton "push.c"' for push tests.
5239         * tests/local.at (AT_PUSH_IF, AT_PURE_OR_PUSH_IF): Added.
5240         (AT_YYERROR_SEES_LOC_IF): push-parser makes this false.
5241         (AT_PURE_LEX_IF): True if pure or push parser.
5243 2006-12-05  Joel E. Denny  <jdenny@ces.clemson.edu>
5245         Document Yacc prologue alternatives and default %destructor's and
5246         %printer's as experimental.  Don't mention Java yet.  Discussed at
5247         <http://lists.gnu.org/archive/html/bison-patches/2006-12/msg00002.html>.
5248         * NEWS (2.3a+): Say they're experimental.  Remove any mention of Java.
5249         (2.3a): Annotate this entry to say the old forms of these features were
5250         also experimental.
5251         * doc/bison.texinfo (Prologue Alternatives, Freeing Discarded Symbols,
5252         Table of Symbols): Say they're experimental.  Comment out any mention
5253         of Java (we'll want this back eventually).
5255 2006-12-01  Joel E. Denny  <jdenny@ces.clemson.edu>
5257         Support a file name argument to %defines.  Deprecate `=' in
5258         %file-prefix, %name-prefix, and %output.  Discussed at
5259         <http://lists.gnu.org/archive/html/help-bison/2006-09/msg00001.html>.
5260         * NEWS (2.3a+): Mention.
5261         * doc/bison.texinfo (Decl Summary, Table of Symbols): Add entry for new
5262         form of %defines, and remove `=' from entries for %file-prefix,
5263         %name-prefix, and %output.
5264         * src/parse-gram.y (prologue_declaration): Implement.
5265         * tests/calc.at (Simple LALR Calculator, Simple GLR Calculator, Simple
5266         LALR1 C++ Calculator, Simple GLR C++ Calculator): Remove the `=' from
5267         all but one occurrence of %name-prefix.
5268         * tests/headers.at (export YYLTYPE): Remove the `=' from %name-prefix.
5269         * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Likewise.
5270         * tests/output.at (AT_CHECK_OUTPUT): Remove the `=' from all but one
5271         occurrence of each of %file-prefix and %output.  Add check for %defines
5272         with argument.
5273         * tests/reduce.at (Useless Terminals, Useless Nonterminals,
5274         Useless Rules, Reduced Automaton, Underivable Rules, Empty Language):
5275         Remove the `=' from %output.
5277 2006-11-21  Joel E. Denny  <jdenny@ces.clemson.edu>
5279         Don't escape $ in test case titles since Autoconf 2.61 now does that
5280         correctly.
5281         * tests/actions.at (Default %printer and %destructor are not for error
5282         or $undefined): Here.
5283         (Default %printer and %destructor are not for $accept): Here.
5284         * tests/input.at (Invalid $n and @n): Here.
5286 2006-11-20  Joel E. Denny  <jdenny@ces.clemson.edu>
5288         Rename <!> to <>.  Discussed starting at
5289         <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00039.html>.
5290         * NEWS (2.3a+): Update.
5291         * doc/bison.texinfo (Freeing Discarded Symbols, Table of Symbols):
5292         Update.
5293         * src/parse-gram.y (TYPE_TAG_NONE, generic_symlist_item): Implement.
5294         * src/scan-gram.l (INITIAL): Implement.
5295         * src/symlist.c (symbol_list_default_tagless_new): Update comment.
5296         * src/symlist.h (symbol_list, symbol_list_default_tagless_new): Update
5297         comment.
5298         * tests/actions.at (Default tagless %printer and %destructor,
5299         Default tagged and per-type %printer and %destructor,
5300         Default %printer and %destructor are not for error or $undefined,
5301         Default %printer and %destructor are not for $accept,
5302         Default %printer and %destructor for mid-rule values): Update.
5303         * tests/input.at (Default %printer and %destructor redeclared,
5304         Unused values with default %destructor): Update.
5306 2006-11-17  Joel E. Denny  <jdenny@ces.clemson.edu>
5308         Don't let %prec take a nonterminal.
5309         * src/reader.c (grammar_current_rule_prec_set): Make the %prec symbol a
5310         token.
5311         * tests/input.at (%prec takes a token): New test checking that %prec
5312         won't take a nonterminal.
5314 2006-11-10  Joel E. Denny  <jdenny@ces.clemson.edu>
5316         * tests/testsuite.at (AT_CHECK): Don't miss an exit value of 0 because
5317         it was double-quoted.
5318         * src/Makefile.am (YACC): Use --warnings=all,error so that Bison's own
5319         grammar is maintained with Bison's highest standards.
5320         * src/getargs.c: Fix some typos in Doxygen comments.
5322 2006-11-10  Joel E. Denny  <jdenny@ces.clemson.edu>
5324         Fix memory leaks in scanners generated by at least Flex 2.5.9 and
5325         later.  Reported by Paul Eggert in
5326         <http://lists.gnu.org/archive/html/bison-patches/2006-11/msg00014.html>.
5327         * src/flex-scanner.h (yylex_destroy): Define for Flex before 2.5.9.
5328         * src/scan-code.l (translate_action): Don't bother invoking
5329         yy_delete_buffer (YY_CURRENT_BUFFER) before creating the first buffer.
5330         (code_scanner_free): Instead of invoking
5331         yy_delete_buffer (YY_CURRENT_BUFFER) directly, invoke yylex_destroy,
5332         which frees more.
5333         * src/scan-gram.l (gram_scanner_free): Likewise.
5334         * src/scan-skel.l (scan_skel): Likewise.
5336 2006-11-09  Joel E. Denny  <jdenny@ces.clemson.edu>
5338         * src/files.c (tr): Change return type to void.
5339         * src/muscle_tab.c (muscle_insert): Free storage in case muscle_grow
5340         has been called previously for the same key.
5341         (muscle_find): Return storage instead of value so that
5342         --enable-gcc-warnings doesn't produce warnings that the return discards
5343         const.  aver that the value and storage are the same since storage
5344         could potentially be NULL when value is not.
5345         * tests/testsuite.at (AT_CHECK): Treat an unspecified exit value the
5346         same as 0.
5348 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
5350         * bootstrap.conf (excluded_files): Exclude m4/codeset.m4 (undoing
5351         the earlier change today), m4/intl.m4, m4/intldir.m4.  This gives
5352         us a slightly cleaner distribution, and also works.
5353         * m4/.cvsignore: Add inline.m4, wint_t.m4 to accommodate recent
5354         gnulib changes.
5356 2006-11-08  Joel E. Denny  <jdenny@ces.clemson.edu>
5357         and Paul Eggert  <eggert@cs.ucla.edu>
5359         Don't let Bison leak memory except when it complains.
5360         * src/files.h (parser_file_name, spec_verbose_file, spec_graph_file):
5361         (spec_defines_file, dir_prefix): Now char *, not const char *,
5362         since they are freed.
5363         * src/files.c: Likewise.
5364         (all_but_ext, all_but_tab_ext, src_extension, header_extension):
5365         Likewise.
5366         (tr): Now operates in-place.  All uses changed.
5367         (compute_exts_from_gf, compute_exts_from_src): Don't leak temporary
5368         values.
5369         (compute_file_name_parts, compute_output_file_names): Don't store
5370         read-only data in variables that will be freed.
5371         (compute_output_file_names): Free all_but_ext, all_but_tab_ext,
5372         src_extension, and header_extension.
5373         (output_file_names_free): New public function to free
5374         spec_verbose_file, spec_graph_file, spec_defines_file,
5375         parser_file_name, and dir_prefix.
5376         * src/getargs.c (getargs): Don't store read-only data in variables that
5377         will be freed.
5378         * src/main.c (main): Invoke output_file_names_free, code_scanner_free
5379         (which previously existed but was unused), and quotearg_free.
5380         * src/muscle_tab.h (muscle_insert): value arg is now a `char const *'.
5381         * src/muscle_tab.c: Likewise.
5382         (muscle_entry): Make the value char const *,
5383         and add a new storage member that is char * and can be freed.
5384         (muscle_entry_free): New private function.
5385         (muscle_init): Use it instead of free.
5386         (muscle_insert, muscle_grow): Update and use new storage member.
5387         (muscle_code_grow): Free the string passed to muscle_grow
5388         since it's not needed anymore.
5389         * src/parse-gram.y (%union): Make `chars' member a `char const *', and
5390         add a new `char *code' member.
5391         ("{...}"): Declare semantic type as code.
5392         * src/scan-code.h (translate_rule_action):
5393         (translate_symbol_action, translate_code, translate_action): Return
5394         `char const *' rather than `char *' since external code should not free
5395         these strings.
5396         * src/scan-code.l: Likewise.
5397         * src/scan-gram.l (<SC_BRACED_CODE>): Use val->code for BRACED_CODE,
5398         which is "{...}" in the parser.
5399         * tests/Makefile.am (maintainer-check-valgrind): Set
5400         VALGRIND_OPTS='--leak-check=full --show-reacheable=yes' before invoking
5401         Valgrind.
5402         * tests/calc.at (_AT_DATA_CALC_Y): fclose the FILE* so Valgrind doesn't
5403         complain.
5404         * tests/testsuite.at (AT_CHECK): Redefine so that running Bison and
5405         expecting a non-zero exit status sets --leak-check=summary and
5406         --show-reachable=no for Valgrind.  Bison unabashedly leaks memory in
5407         this case, and we don't want to hear about it.
5409 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
5411         * bootstrap (runtime-po/Makevars): Derive from po/Makevars
5412         instead of from the template, to simplify configuration a bit.
5413         * bootstrap.conf (excluded_files): Don't exclude m4/codeset.m4
5414         and m4/wint_t.m4, as they are needed with the latest gnulib.
5416 2006-10-31  Joel E. Denny  <jdenny@ces.clemson.edu>
5418         Disable unset/unused mid-rule value warnings by default, and recognize
5419         --warnings=midrule-values to enable them.  Discussed starting at
5420         <http://lists.gnu.org/archive/html/help-bison/2006-10/msg00030.html>.
5421         * NEWS (2.3a+): Mention.
5422         * src/getargs.c, src/getargs.h (warnings_args, warnings_types, enum
5423         warnings): Add entry for midrule-values subargument.
5424         * src/reader.c (symbol_should_be_used): Don't return true just because
5425         the value is a set/used mid-rule value unless
5426         --warnings=midrule-values was specified.
5427         * tests/input.at (Unused values, Unused values before symbol
5428         declarations): Run tests with and without --warnings=midrule-values.
5430         * src/reader.c (check_and_convert_grammar): Use symbol_list_free rather
5431         than LIST_FREE directly.
5433 2006-10-31  Joel E. Denny  <jdenny@ces.clemson.edu>
5435         Finish implementing --warnings=error, which should not be implied by
5436         --warnings=all (or by its synonyms -W and --warnings without
5437         subarguments).
5438         * src/complain.c (set_warning_issued): New function to report that
5439         warnings are being treated as errors and to record an error if so.
5440         Invoke...
5441         (warn_at, warn): ... here.
5442         * src/getargs.c (warnings_args, warnings_types): Reorder so that
5443         "error - warnings are errors" does not appear above "all - all of the
5444         above".
5445         (getargs): For -W and --warnings without subarguments, don't let
5446         FLAGS_ARGMATCH set warnings_error in warnings_flag.
5447         * src/getargs.h (enum warnings): Unset warnings_error in warnings_all.
5449 2006-10-31  Joel E. Denny  <jdenny@ces.clemson.edu>
5451         * src/getargs.c (flags_argmatch): Don't cause segmentation fault for
5452         empty subargument list.  For example: `bison  --warnings=  parser.y'.
5454 2006-10-21  Joel E. Denny  <jdenny@ces.clemson.edu>
5456         * data/push.c, data/yacc.c: Make sure there's a newline at the end of
5457         the parser header file so that gcc doesn't warn.
5459 2006-10-21  Joel E. Denny  <jdenny@ces.clemson.edu>
5461         Split the default %destructor/%printer into two kinds: <*> and <!>.
5462         Discussed starting at
5463         <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00060.html>.
5464         * NEWS (2.3a+): Mention.
5465         * doc/bison.texinfo (Freeing Discarded Symbols): Document this and the
5466         previous change today related to mid-rules.
5467         (Table of Symbols): Remove %symbol-default and add <*> and <!>.
5468         * src/parse-gram.y (PERCENT_SYMBOL_DEFAULT): Remove.
5469         (TYPE_TAG_ANY): Add as <*>.
5470         (TYPE_TAG_NONE): Add as <!>.
5471         (generic_symlist_item): Remove RHS for %symbol-default and add RHS's
5472         for <*> and <!>.
5473         * src/scan-gram.l (PERCENT_SYMBOL_DEFAULT): Remove.
5474         (TYPE_TAG_ANY, TYPE_TAG_NONE): Add.
5475         * src/symlist.c (symbol_list_default_new): Split into tagged and
5476         tagless versions.
5477         (symbol_list_destructor_set, symbol_list_printer_set): Split
5478         SYMLIST_DEFAULT case into SYMLIST_DEFAULT_TAGGED and
5479         SYMLIST_DEFAULT_TAGLESS.
5480         * src/symlist.h: Update symbol_list_default*_new prototypes.
5481         (symbol_list.content_type): Split enum value SYMLIST_DEFAULT into
5482         SYMLIST_DEFAULT_TAGGED and SYMLIST_DEFAULT_TAGLESS.
5483         * src/symtab.c (default_destructor, default_destructor_location,
5484         default_printer, default_printer_location): Split each into tagged and
5485         tagless versions.
5486         (symbol_destructor_get, symbol_destructor_location_get,
5487         symbol_printer_get, symbol_printer_location_get): Implement tagged
5488         default and tagless default cases.
5489         (default_destructor_set, default_printer_set): Split each into tagged
5490         and tagless versions.
5491         * src/symtab.h: Update prototypes.
5492         * tests/actions.at (Default %printer and %destructor): Rename to...
5493         (Default tagless %printer and %destructor): ... this, and extend.
5494         (Per-type %printer and %destructor): Rename to...
5495         (Default tagged and per-type %printer and %destructor): ... this, and
5496         extend.
5497         (Default %printer and %destructor for user-defined end token): Extend.
5498         (Default %printer and %destructor are not for error or $undefined):
5499         Update.
5500         (Default %printer and %destructor are not for $accept): Update.
5501         (Default %printer and %destructor for mid-rule values): Extend.
5502         * tests/input.at (Default %printer and %destructor redeclared): Extend.
5503         (Unused values with default %destructor): Extend.
5505 2006-10-21  Joel E. Denny  <jdenny@ces.clemson.edu>
5507         Don't apply the default %destructor/%printer to an unreferenced midrule
5508         value.  Mentioned at
5509         <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00104.html>.
5510         * src/symtab.c (dummy_symbol_get): Name all dummy symbols initially
5511         like $@n instead of just @n so that the default %destructor/%printer
5512         logic doesn't see them as user-defined symbols.
5513         (symbol_is_dummy): Check for both forms of the name.
5514         * src/reader.c (packgram): Remove the `$' from each midrule symbol
5515         name for which the midrule value is referenced in any action.
5516         * tests/actions.at (Default %printer and %destructor for mid-rule
5517         values): New test.
5518         * tests/regression.at (Rule Line Numbers, Web2c Report): Update output
5519         for change to dummy symbol names.
5521 2006-10-20  Joel E. Denny  <jdenny@ces.clemson.edu>
5523         Warn about unset midrule $$ if the corresponding $n is used.
5524         * src/reader.c (symbol_should_be_used): Check midrule parent rule for
5525         $n usage.
5526         (packgram): Before invoking grammar_rule_check on any rule, make sure
5527         all actions have already been scanned in order to set `used' flags.
5528         Otherwise, checking that a midrule's $$ is set will not always work
5529         properly because the midrule check must forward-reference the midrule's
5530         parent rule.
5531         * tests/input.at (AT_CHECK_UNUSED_VALUES): Extend to check the new
5532         warning.
5534 2006-10-20  Joel E. Denny  <jdenny@ces.clemson.edu>
5536         More improvements to the documentation of the prologue alternatives:
5537         * NEWS (2.3a+): Mention the new `Prologue Alternatives' section in the
5538         Bison manual.
5539         * doc/bison.texinfo (Prologue Alternatives): Correct some errors.  Add
5540         some text to clarify the relative importance of the new directives and
5541         to show how these directives may be viewed as code labels.
5543 2006-10-16  Joel E. Denny  <jdenny@ces.clemson.edu>
5545         Similar to the recently removed %before-header, add %code-top as the
5546         alternative to the pre-prologue.  Mentioned at
5547         <http://lists.gnu.org/archive/html/bison-patches/2006-10/msg00063.html>.
5548         Also, let the prologue alternatives appear in the grammar section.
5549         * src/parse-gram.y (PERCENT_CODE_TOP): New token.
5550         (prologue_declaration): Move the existing prologue alternatives to...
5551         (grammar_declaration): ... here and add %code-top.
5552         * src/scan-gram.l (PERCENT_CODE_TOP): New token.
5554         Clean up and extend documentation for the prologue alternatives.
5555         * NEWS (2.3a+): Describe prologue alternatives.
5556         * doc/bison.texinfo (Prologue): Move discussion of prologue
5557         alternatives to...
5558         (Prologue Alternatives): ... this new section, and extend it to discuss
5559         all 4 directives in detail.
5560         (Table of Symbols): Clean up discussion of prologue alternatives and
5561         add %code-top.
5563 2006-10-16  Juan Manuel Guerrero  <juan.guerrero@gmx.de>
5565         DJGPP specific issues.
5567         * djgpp/config.bat: config.hin has been moved to lib. Adjust
5568         config.bat accordingly.
5569         * djgpp/config.sed: Adjust config.sed for the use of autoconf 2.60.
5570         * djgpp/config.site: Likewise.
5572 2006-10-16  Paolo Bonzini  <bonzini@gnu.org>
5574         Replace %*-header with %provides, %requires, %code.  See discussion at
5575         http://lists.gnu.org/archive/html/bison-patches/2006-10/msg00002.html
5577         * data/bison.m4 (b4_user_requires, b4_user_provides): New.
5578         (b4_user_start_header): Remove.
5579         * data/glr.c: Use new macros instead of b4_*start_header
5580         and b4_*end_header.
5581         * data/glr.cc: Likewise.
5582         * data/lalr1.cc: Likewise.
5583         * data/push.c: Likewise.
5584         * data/yacc.c: Likewise.
5586         * doc/bison.texinfo: Remove %before-header, rename
5587         %{start,end,after}-header to %requires, %provides, %code.
5589         * src/parse-gram.y: Likewise (also rename token names accordingly).
5590         * src/scan-gram.l: Likewise.
5591         * tests/actions.at: Likewise.
5593 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
5595         * lib/Makefile.am (AM_CFLAGS): Remove $(WERROR_CFLAGS).
5596         Problem reported by Joel E. Denny.
5598 2006-10-14  Jim Meyering  <jim@meyering.net>
5600         (Sync from coreutils.)
5601         Work also when the working directory (with e.g. coreutils sources)
5602         is version controlled with git, rather than CVS.
5603         * bootstrap (CVS_only_file): Test for the existence of README-cvs,
5604         rather than CVS.
5605         In messages and comments, say e.g., "checked-out sources",
5606         rather than "CVS sources".
5607         (version_controlled_file): New function.  Work for git as well as
5608         for CVS.  Don't use grep's -q option.
5609         (slurp): Call it here, in place of CVS-specific code.
5611 2006-10-14  Joel E. Denny  <jdenny@ces.clemson.edu>
5613         Fix testsuite for ./configure --enable-gcc-warnings:
5614         * configure.ac (gcc-warnings): Move -Wall before -Wno-sign-compare.
5615         Otherwise, gcc 4.1.0 (at least) warns about sign comparisons in
5616         __AT_CHECK_PRINTER_AND_DESTRUCTOR in tests/actions.at.
5617         * test/input.at (Torturing the Scanner): #include <stdlib.h> for abort.
5618         * test/regression.at (Diagnostic that expects two alternatives):
5619         Likewise.
5621 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
5623         * bootstrap.conf (gnulib_modules): Add config-h.
5624         * djgpp/subpipe.c: Include <config.h> unconditionally; don't
5625         worry about HAVE_CONFIG_H.
5626         * lib/abitset.c: Likewise.
5627         * lib/bitset.c: Likewise.
5628         * lib/bitset_stats.c: Likewise.
5629         * lib/bitsetv-print.c: Likewise.
5630         * lib/bitsetv.c: Likewise.
5631         * lib/ebitset.c: Likewise.
5632         * lib/get-errno.c: Likewise.
5633         * lib/lbitset.c: Likewise.
5634         * lib/subpipe.c: Likewise.
5635         * lib/timevar.c: Likewise.
5636         * lib/vbitset.c: Likewise.
5637         * lib/bitset.c: Include "bitset.h" first, to test interface.
5638         * lib/bitset_stats.c: Include "bitset_stats.h" first.
5639         * lib/bitsetv-print.c: Include "bitsetv-print.h" first.
5640         * lib/bitsetv.c: Include "bitsetv.h" first.
5641         * lib/get-errno.c: Include "get-errno.h" first.
5642         * m4/.cvsignore: Add config-h.m4.
5643         * tests/actions.at (Default %printer and %destructor for ...):
5644         Adjust expected line numbers in output to reflect removal of #if
5645         HAVE_CONFIG_H lines.
5646         * tests/glr-regression.at (Missed %merge type warnings when ...):
5647         Likewise.
5648         * tests/regression.at (Braced code in declaration in rules section):
5649         Likewise.
5650         * tests/atlocal.in (CPPFLAGS): Don't define HAVE_CONFIG_H.
5651         * tests/local.at (AT_DATA_GRAMMAR_PROLOGUE):
5652         Include <config.h> unconditionally.
5654         * bootstrap: Sync from coreutils, as follows:
5656         2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5658         * bootstrap (symlink_to_gnulib): Fix bug: the dot_dots shell
5659         variable was sometimes used without being initialized.  This
5660         messed up the installation of the INSTALL file in some cases.
5662         2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
5664         * bootstrap (usage, main program, symlink_to_gnulib): Add option
5665         --copy.  Inspired by a suggestion from Bruno Haible.
5667         2006-10-03  Jim Meyering  <jim@meyering.net>
5669         * bootstrap: Undo last change to this file, since now gnulib-tool
5670         sticks with the automake default in generating dependencies.
5672 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
5674         * configure.ac: Use AC_PROG_CC_STDC; this is more modern than
5675         the old AC_PROG_CC / AM_PROG_CC_STDC combination.
5677         * doc/bison.1: Add copyright notice.
5679         * data/glr.c: Don't include <stdarg.h>; not used.
5681         * NEWS: The -g and --graph options now output graphs in Graphviz
5682         DOT format, not VCG format.
5683         * doc/bison.1: Likewise.
5684         * doc/bison.texinfo (Understanding, Bison Options): Likewise.
5685         * THANKS: Add Satya Kiran Popuri, who proposed the initial version
5686         of this change in
5687         <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00158.html>.
5688         * TODO: Remove Graphviz entry.
5689         * src/Makefile.am (bison_SOURCES): Add graphviz.c and graphviz.h;
5690         remove vcg.c, vcg.h, vcg_defaults.h.
5691         * src/vcg.c, src/vcg.h, src/vcg_defaults.h: Remove.
5692         * src/graphviz.c, src/graphviz.h: New files.
5693         * src/files.c (compute_output_file_names): Output .dot, not .vcg.
5694         * src/files.h: Make comment more generic.
5695         * src/main.c (main): Likewise.
5696         * src/print_graph.h: Likewise.
5697         * src/getargs.c (usage): Make usage description more generic.
5698         * src/print_graph.c: Include graphviz.h rather than vcg.h.
5699         (static_graph, fgraph): Remove.  All uses changed to pass
5700         arguments instead of sharing a static var.
5701         (print_core, print_actions, print_state, print_graph):
5702         Output graphviz format rather than VCG format.
5703         * tests/.cvsignore: Remove *.vcg; add *.dot.
5704         * tests/output.at: Expect *.dot files, not *.vcg files.
5706         * data/Makefile.am (dist_pkgdata_DATA): Add bison.m4; this
5707         accommodates the 2006-10-08 change.
5709 2006-10-11  Bob Rossi  <bob@brasko.net>
5711         * data/push.c (yypushparse, yypvarsinit, yypvars): Wrap in b4_push_if.
5712         (b4_yyssa, b4_yyerror_range): New macros.
5713         (struct yypvars): Remove yyssa_ptr and yyerror_range_ptr fields.
5714         (yypvarsinit): Remove init of removed fields.
5715         (yypushparse): Remove use of removed fields; use new macros instead.
5717 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
5719         * data/push.c (yypushparse): Fix memory leak if yymsg is malloced
5720         in a push parser.  Reindent slightly to match yacc.c better.
5722 2006-10-11  Bob Rossi  <bob@brasko.net>
5724         * data/push.c (struct yypvars): Remove yymsgbuf, yymsgbuf_ptr, yymsg,
5725         yymsg_alloc fields.
5726         (yypvarsinit, yypushparse): Remove init of removed fields.
5727         (yypushparse): Use yymsgbuf instead of yymsgbuf_ptr.
5729 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
5731         * THANKS: Add Paolo Bonzini and Bob Rossi.
5733 2006-10-08  Paolo Bonzini  <bonzini@gnu.org>
5735         * data/c.m4 (b4_copyright, b4_epilogue, b4_location_initial_column,
5736         b4_location_initial_line, p4_parse_param, b4_ints_in, b4_flag_if,
5737         b4_define_flag_if and uses, b4_basename, b4_syncline, b4_user_code,
5738         b4_define_user_cde and uses): Remove.
5739         (b4_comment, b4_prefix, b4_sync_start): New.
5740         * data/bison.m4: New file, with most of the content removed from c.m4.
5741         * src/muscle_tab.h: Use "do {...} while(0)" throughout.
5742         * src/output.c (output_skeleton): Pass bison.m4.
5743         (prepare): Pass glr_flag and nondeterministic_flag.  Pass prefix
5744         only if specified.
5746 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
5748         Fix test failure reported by Tom Lane in
5749         <http://lists.gnu.org/archive/html/bug-bison/2006-10/msg00000.html>
5750         and try to make such failures easier to catch in the future.
5751         * data/glr.c (YYTRANSLATE): Don't check for nonpositive arg;
5752         that's now the caller's responsibility.
5753         (yyprocessOneStack, yyrecoverSyntaxError, yyparse):
5754         Set yychar = YYEOF if it's negative.
5755         * tests/actions.at (yylex): Abort if asked to read past EOF.
5756         * tests/conflicts.at (yylex): Likewise.
5757         * tests/cxx-type.at (yylex): Likewise.
5758         * tests/glr-regression.at (yylex): Likewise.
5759         * tests/input.at (yylex): Likewise.
5760         * tests/regression.at (yylex): Likewise.
5761         * tests/torture.at (yylex): Likewise.
5763 2006-10-01  Paul Eggert  <eggert@cs.ucla.edu>
5765         Fix problems with translating English-language diagnostics.
5766         * bootstrap: Fix bug introduced in recent bootstrap changes, with
5767         respect to bison-runtime pot generation.  The YY_ stuff
5768         wasn't being captured.
5769         * bootstrap.conf (XGETTEXT_OPTIONS_RUNTIME): New var.
5770         * po/POTFILES.in: Add src/location.c, src/scan-code.l.
5771         * runtime-po/POTFILES.in: Add data/push.c.
5773 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
5775         Merge bootstrap changes from coreutils.
5777         2006-09-28  Jim Meyering  <jim@meyering.net>
5779         Automatically generated dependencies are important even
5780         when all of the sources in a directory come from gnulib.
5781         * bootstrap (gnulib_tool): Remove the "no-dependencies" automake
5782         option that gnulib-tool adds to what becomes our lib/gnulib.mk.
5784         2006-09-23  Jim Meyering  <jim@meyering.net>
5786         * bootstrap (gnulib_tool_options): Add "--local-dir gl".
5788         2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
5790         * bootstrap: Add support for --force.
5791         (usage): New function.  Describe usage less tersely.
5792         (CVS_only_file): New var.
5794 2006-09-21  Paul Eggert  <eggert@cs.ucla.edu>
5796         * data/push.c (YYPUSH_MORE): Make it an enum instead.
5797         (yypushparse): Use YYPUSH_MORE instead of the mystery constant.
5798         Adjust white space and comments to match GNU style better.
5800 2006-09-20  Bob Rossi  <bob@brasko.net>
5802         * data/push.c (yyresult_get): Remove function.
5803         (YYPUSH_MORE): Add #define.
5804         (yypushparse): Modify return value.
5806 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
5808         * stamp-h.in: Remove; no longer needed.
5809         * .cvsignore: Replace autom4te.cache and config.cache with *.cache.
5810         Remove config.h, config.hin, intl (no longer created).
5811         * lib/.cvsignore: Add config.h, config.hin, configmake.h, inttypes.h,
5812         stamp-h1.
5814         Sync bootstrap from coreutils, as follows:
5816         2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
5818         * bootstrap (symlink_to_gnulib): New function.
5819         (cp_mark_as_generated): Use it, to prefer symlinks-to-gnulib
5820         to copies-of-gnulib.
5821         (cp_mark_as_generated, slurp, gnulib_files):
5822         Avoid making a copy if it's the same as the old version.
5823         (gnulib_files): Add support for this variable (used by Bison).
5825 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
5827         * src/getargs.c (usage): Rework to use conventions similar to
5828         coreutils, to make translation a bit easier and the code a bit
5829         smaller.  Problem reported by Tim Van Holder.
5831 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
5833         Use some of gnulib's new modules, taken from coreutils.
5835         * bootstrap: Sync from coreutils, except add support for gnulib_files.
5836         * bootstrap.conf: New file.
5837         (gnulib_modules): Add configmake, inttypes, unistd.
5838         (XGETTEXT_OPTIONS): Add complain, complain_at,
5839         fatal, fatal_at, warn, warn_at, unexpected_end.
5840         * configure.ac (AC_CONFIG_HEADERS): config.h is now in lib, not here.
5841         (gl_USE_SYSTEM_EXTENSIONS): Remove; gl_EARLY now does this.
5842         (gl_EARLY): Add.
5843         (AM_STDBOOL_H): Remove; gl_INIT now dows this.
5844         (gl_INIT): Add
5845         (GNULIB_AUTOCONF_SNIPPET): Remove.
5846         (AM_GNU_GETTEXT): Add; require formatstring macros since that's
5847         the pickiest.
5848         * lib/.cvsignore: Add inttypes_.h.
5849         * lib/Makefile.am: Include gnulib.mk first so we can append to it.
5850         (AM_CFLAGS): Add WERROR_CFLAGS, to be more like coreutils.
5851         (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES): Remove
5852         no-longer-necessary initializations.
5853         (lib_SOURCES): Remove, replacing by libbison_a_SOURCES.
5854         * lib/subpipe.c: Include <unistd.h> unconditionally, now that we
5855         use the unistd module.
5856         * src/system.h: Likewise.
5857         * m4/.cvsignore: Remove *_gl.m4, gnulib.m4, inttypes_h.m4, uintmax_t.m4,
5858         ulonglong.m4.  Add gettext.m4, gnulib-cache.m4, gnulib-comp.m4,
5859         gnulib-tool.m4, inttypes-h.m4, inttypes-pri.m4, inttypes.m4.
5860         * src/Makefile.am (DEFS): Remove, since configmake does this for us.
5861         (AM_CPPFLAGS): Remove -I../lib, since Automake does that for us.
5862         * src/system.h: Include inttypes.h unconditionally, now that we
5863         use the inttypes module.  Don't bother to include stdint.h, since
5864         inttypes.h now does that for us.
5865         (LOCALEDIR): Remove, now that we use the configmake module.
5866         * src/getargs.c: Include configmake.h.
5867         * src/main.c: Likewise.
5868         * src/output.c: Likewise.
5869         * tests/atlocal.in (CPPFLAGS): Include from $abs_top_builddir/lib,
5870         not from $abs_top_builddir, since config.h moved.
5873         Port to GCC 2.95.  First two problems reported by Michael Deutschmann in
5874         <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00018.html>.
5876         * src/parse-gram.y (symbol_declaration): Don't put statements
5877         before declarations; it's not portable to C89.
5878         * src/scan-code.l (handle_action_at): Likewise.
5880         * src/scan-code.l: Always initialize braces_level; the old code
5881         left it uninitialized and therefore had undefined behavior.
5883         Don't attempt to redefine 'assert', since it runs afoul of
5884         systems where standard headers (mistakenly) include <assert.h>.
5885         Instead, define and use our own alternative, called 'aver'.
5886         * src/reader.c: Don't include assert.h, since we no longer
5887         use assert.
5888         * src/scan-code.l: Likewise.
5889         * src/system.h (assert): Remove, replacing with....
5890         (aver): New function, taking a bool arg.  All uses changed.
5891         * src/tables.c (pack_vector): Ensure that aver arg is bool,
5892         not merely an integer.
5894 2006-09-15  Bob Rossi  <bob@brasko.net>
5896         * data/Makefile.am (dist_pkgdata_DATA): Add push.c.
5897         * data/c.m4 (YYPUSH): New.
5898         (b4_push_if): New macro.  Use it instead of #ifdef YYPUSH.
5899         * src/getargs.c (push_parser): New var.
5900         * src/getargs.h (push_parser): New declaration.
5901         * src/output.c (prepare): Add macro insertion of `push_flag'.
5902         * src/parse-gram.y (PERCENT_PUSH_PARSER): New token.
5903         (prologue_declaration): Parse %push-parser.
5904         * src/scan-gram.l: Scan new PERCENT_PUSH_PARSER token.
5905         * tests/calc.at (_AT_CHECK_CALC_ERROR): Add "Return" and "Now" to
5906         list of removed lines from the traces observed.
5907         (AT_CHECK_CALC_LALR): Added push parser tests.
5909 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
5911         * NEWS: Version 2.3a.
5912         * configure.ac (AC_INIT): Likewise.
5914         * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Remove
5915         "#define YYSTYPE int" that caused "make maintainer-check" to fail
5916         due to header ordering dependencies.  I don't know why the #define
5917         was there.
5919         Fix glr.cc and lalr1.cc's use of YYDEBUG so that there's zero
5920         runtime cost when YYDEBUG is not defined, and so that some tests
5921         that used to fail now work.  Problem and initial suggestion by
5922         Paolo Bonzini.
5923         * data/c++.m4 (b4_parse_param_cons): Omit leading ','.
5924         * data/glr.cc (b4_parser_class_name):
5925         Initialize yycdebug_ only if YYDEBUG.  Also, initialize yydebug_.
5926         (debug_level, set_debug_level): Affect yydebug_, not ::yydebug.
5927         (yydebug_) [YYDEBUG]: New member.
5928         (yycdebug_): Now defined only if YYDEBUG.
5929         * data/lalr1.cc (yydebug_, yycdebug_): Now defined only if YYDEBUG.
5930         (YYCDEBUG) [!YYDEBUG]: Don't use yydebug_ and yycdebug_.
5931         (b4_parser_class_name): Initialize yydebug_ and yycdebug_ only
5932         if YYYDEBUG.
5933         (debug_stream, set_debug_stream, debug_level, set_debug_level):
5934         Define only if YYDEBUG.
5935         * tests/calc.at (_AT_DATA_CALC_Y) [!YYDEBUG]: Omit call to
5936         set_debug_level.
5937         * tests/regression.at (_AT_DATA_DANCER_Y) [!YYDEBUG]: Likewise.
5938         * tests/calc.at (AT_CHECK_CALC_GLR_CC): Uncomment calls to
5939         AT_CHECK_CALC_GLR_CC that are working now.
5941 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
5943         * data/glr.cc (YYERROR_VERBOSE, YYTOKEN_TABLE): Remove.
5944         We don't need them in glr.cc, and glr.c defines them.
5945         Defining YYERROR_VERBOSE to 0 here breaks glr.c, since glr.c
5946         assumes that defining it to anything is the same as defining
5947         it to 1.  Problem reported by Paolo Bonzini.
5949 2006-09-12  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
5951         * data/c.m4 (b4_null, b4_case): Define.
5952         * src/output.c (prepare_symbols): Use b4_null.
5953         (user_actions_output): Use b4_case.
5955 2006-09-11  Paul Eggert  <eggert@cs.ucla.edu>
5957         * data/glr.c (b4_shared_declarations): Put start-header first,
5958         before any #includes that we generate, so that feature-test
5959         macros work.  Problem reported by Michael Deutschmann in
5960         <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00004.html>.
5961         * data/lalr1.cc: Likewise.
5962         * doc/bison.texinfo (Prologue): Document that feature-test macros
5963         should be defined before any Bison declarations.
5964         * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Put defns
5965         that depend on location.hh after, not before, Bison decls, since
5966         we now include location.hh after the first user prologue.
5968         * doc/bison.texinfo (Calc++ Parser): Fix memory leak reported by
5969         Sander Brandenburg in
5970         <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00002.html>.
5971         Also, fix minor white space and comment issues.
5972         (Prologue): Mention that it's better to define feature-test macros
5973         before Bison declarations.  Problem reported by Michael Deutschmann.
5975         * README-cvs: Fix typo: "&" should be "&&".  Problem reported
5976         by Jim Meyering.
5977         * m4/.cvsignore: Add argmatch.m4.  Remove obstack.m4, strerror_r.m4.
5978         This adjusts to recent gnulib changes.
5980 2006-09-04  Joel E. Denny  <jdenny@ces.clemson.edu>
5982         Finish implementation of per-type %destructor/%printer.  Discussed
5983         starting at
5984         <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>
5985         and
5986         <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>.
5987         * NEWS (2.3+): Add a description of this feature to the default
5988         %destructor/%printer description.
5989         * doc/bison.texinfo (Freeing Discarded Symbols): Likewise.
5990         * src/symlist.c (symbol_list_destructor_set, symbol_list_printer_set):
5991         Invoke semantic_type_destructor_set or semantic_type_printer_set when a
5992         list node contains a semantic type.
5993         * src/symtab.c, src/symtab.h: Extend with a table that associates
5994         semantic types with their %destructor's and %printer's.
5995         (semantic_type_from_uniqstr, semantic_type_get,
5996         semantic_type_destructor_set, semantic_type_printer_set): New functions
5997         composing the public interface of that table.
5998         (symbol_destructor_get, symbol_destructor_location_get,
5999         symbol_printer_get, symbol_printer_location_get):  If there's no
6000         per-symbol %destructor/%printer, look up the per-type before trying
6001         the default.
6002         * tests/actions.at (Per-type %printer and %destructor): New test case.
6003         * tests/input.at (Default %printer and %destructor redeclared):
6004         Extend to check that multiple occurrences of %symbol-default in a
6005         single %destructor/%printer declaration is an error.
6006         (Per-type %printer and %destructor redeclared, Unused values with
6007         per-type %destructor): New test cases.
6009 2006-09-04  Joel E. Denny  <jdenny@ces.clemson.edu>
6011         Require default %destructor/%printer to be declared using
6012         %symbol-default instead of an empty symbol list, and start working on
6013         new per-type %destructor/%printer.  Discussed at
6014         <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00007.html>.
6015         * NEWS (2.3+): Add %symbol-default to example.
6016         * bison.texinfo (Freeing Discarded Symbols): Likewise.
6017         (Table of Symbols): Add entry for %symbol-default.
6018         * src/parse-gram.y (PERCENT_SYMBOL_DEFAULT): New token.
6019         (generic_symlist, generic_symlist_item): New nonterminals for creating
6020         a list in which each item is a symbol, semantic type, or
6021         %symbol-default.
6022         (grammar_declaration): Use generic_symlist in %destructor and %printer
6023         declarations instead of symbols.1 or an empty list.
6024         (symbol_declaration, precedence_declaration, symbols.1): Update actions
6025         for changes to symbol_list.
6026         * src/reader.c: Update for changes to symbol_list.
6027         * src/scan-code.l: Likewise.
6028         * src/scan-gram.l: Scan new PERCENT_SYMBOL_DEFAULT token.
6029         * src/symlist.c, src/symlist.h: Extend such that a list node may
6030         represent a semantic type or a %symbol-default in addition to just an
6031         ordinary symbol.  Add switched functions for setting %destructor's and
6032         %printer's.
6033         * tests/actions.at, tests/input.at: Add %symbol-default to all default
6034         %destructor/%printer declarations.
6036 2006-08-23  Joel E. Denny  <jdenny@ces.clemson.edu>
6038         Whether the default %destructor/%printer applies to a particular symbol
6039         isn't a question of whether the user *declares* that symbol (in %token,
6040         for example).  It's a question of whether the user by any means
6041         *defines* the symbol at all (by simply using a char token, for
6042         example).  $end is defined by Bison whereas any other token with token
6043         number 0 is defined by the user.  The error token is always defined by
6044         Bison regardless of whether the user declares it with %token, but we
6045         may one day let the user define error as a nonterminal instead.
6046         * NEWS (2.3+): Say "user-defined" instead of "user-declared".
6047         * doc/bison.texinfo (Freeing Discarded Symbols): Likewise, and document
6048         the meaning of "user-defined".
6049         * tests/actions.at (Default %printer and %destructor for user-declared
6050         end token): Rename to...
6051         (Default %printer and %destructor for user-defined end token): ...
6052         this.
6054         * src/symtab.c (symbol_destructor_get, symbol_printer_get): In the
6055         computation of whether to apply the default, don't maintain a list of
6056         every Bison-defined symbol.  Instead, just check for a first character
6057         of '$', which a user symbol cannot have, and check for the error token.
6059 2006-08-21  Joel E. Denny  <jdenny@ces.clemson.edu>
6061         Don't apply the default %destructor or %printer to the error token,
6062         $undefined, or $accept.  This change fits the general rule that the
6063         default %destructor and %printer are only for user-declared symbols,
6064         and it solves several difficulties that are described in the new test
6065         cases listed below.
6066         * src/symtab.c (symbol_destructor_get, symbol_printer_get): Implement.
6067         * tests/actions.at (Default %printer and %destructor are not for error
6068         or $undefined, Default %printer and %destructor are not for $accept):
6069         New test cases.
6071 2006-08-19  Joel E. Denny  <jdenny@ces.clemson.edu>
6073         Allow %start after the first rule.
6074         * src/reader.c (grammar_current_rule_begin): Don't set the start symbol
6075         when parsing the first rule.
6076         (check_and_convert_grammar): Search for it here after all grammar
6077         declarations have been parsed.  Skip midrules, which have dummy LHS
6078         nonterminals.
6079         * src/symtab.c (symbol_is_dummy): New function.
6080         * src/symtab.h (symbol_is_dummy): Declare it.
6081         * tests/input.at (%start after first rule): New test.
6083 2006-08-18  Joel E. Denny  <jdenny@ces.clemson.edu>
6085         Redo some of the previous commit: add back the ability to use
6086         non-aliased/undeclared string literals since it might be useful to
6087         those declaring %token-table.
6088         * src/reader.c (check_and_convert_grammar): Undo changes in previous
6089         commit: don't worry about complaints from symbols_pack.
6090         * src/symtab.c (symbol_new, symbol_class_set,
6091         symbol_check_alias_consistency): Undo changes in previous commit: count
6092         each string literal as a new symbol and token, assign it a symbol
6093         number, and don't complain about non-aliased string literals.
6094         (symbols_pack): Since symbol_make_alias still does not decrement symbol
6095         and token counts but does still set aliased tokens to the same number,
6096         symbol_pack_processor now leaves empty slots in the symbols array.
6097         Remove those slots.
6098         * tests/regression.at (Undeclared string literal): Remove test case
6099         added in previous commit since non-aliased string literals are allowed
6100         again.
6101         (Characters Escapes, Web2c Actions): Undo changes in previous commit:
6102         remove unnecessary string literal declarations.
6103         * tests/sets.at (Firsts): Likewise.
6105 2006-08-18  Joel E. Denny  <jdenny@ces.clemson.edu>
6107         Don't allow an undeclared string literal, but allow a string literal to
6108         be used before its declaration.
6109         * src/reader.c (check_and_convert_grammar): Don't invoke packgram if
6110         symbols_pack complained.
6111         * src/symtab.c (symbol_new): Don't count a string literal as a new
6112         symbol.
6113         (symbol_class_set): Don't count a string literal as a new token, and
6114         don't assign it a symbol number since symbol_make_alias does that.
6115         (symbol_make_alias): It's not necessary to decrement the symbol and
6116         token counts anymore.  Don't assume that an alias declaration occurs
6117         before any uses of the identifier or string, and thus don't assert that
6118         one of them has the highest symbol number so far.
6119         (symbol_check_alias_consistency): Complain if there's a string literal
6120         that wasn't declared as an alias.
6121         (symbols_pack): Bail if symbol_check_alias_consistency failed since
6122         symbol_pack asserts that every token has been assigned a symbol number
6123         although undeclared string literals have not.
6124         * tests/regression.at (String alias declared after use, Undeclared
6125         string literal): New test cases.
6126         (Characters Escapes, Web2c Actions): Declare string literals as
6127         aliases.
6128         * tests/sets.at (Firsts): Likewise.
6130 2006-08-14  Joel E. Denny  <jdenny@ces.clemson.edu>
6132         In the grammar scanner, STRING_FINISH unclosed constructs and return
6133         them to the parser in order to improve error messages.
6134         * src/scan-gram.l (SC_ESCAPED_STRING, SC_ESCAPED_CHARACTER,
6135         SC_BRACED_CODE, SC_PROLOGUE): Implement.
6136         * tests/input.at (Unclosed constructs): New test case.
6137         * tests/regression.at (Invalid inputs): Update now that unclosed %{ is
6138         seen.
6140         * src/scan-gram.h, src/scan-gram.l (gram_last_braced_code_loc): Remove
6141         unused global.
6143 2006-08-13  Joel E. Denny  <jdenny@ces.clemson.edu>
6145         Handle string aliases for character tokens correctly.
6146         * src/symtab.c (symbol_user_token_number_set): If the token has an
6147         alias, check and set its alias's user token number instead of its own,
6148         which is set to indicate the alias.  Previously, every occurrence of
6149         the character token in the grammar overwrote that alias indicator with
6150         the character code.
6151         * tests/input.at (String aliases for character tokens): New test.
6153 2006-08-12  Joel E. Denny  <jdenny@ces.clemson.edu>
6155         * src/parse-gram.y: Add `%expect 0' so we don't overlook conflicts.
6157 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6159         * bootstrap: Put in need-ngettext argument to AM_GNU_GETTEXT,
6160         to prevent failures when building on older platforms.
6161         Check for autopoint failure.
6162         Set XGETTEXT_OPTIONS to values that check for C format strings,
6163         so that translators are warned about them (this also helps
6164         prevent core dumps).
6166         * lib/subpipe.c (create_subpipe): Use new gnulib pipe_safer
6167         function, since it simplifies our code a bit.
6169         * configure.ac (AC_ARG_ENABLE): Use -Wextra -Wno-sign-compare
6170         rather than -W, so we don't get bogus warnings about sign comparisons.
6171         Add -Wpointer-arith, since that warning is useful (it reports code
6172         that does not conform to C89 and that some compilers reject).
6173         * data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c: Undo latest change,
6174         since it's no longer needed.
6176 2006-08-10  Joel E. Denny  <jdenny@ces.clemson.edu>
6178         Clean up scanners a bit.
6179         * src/flex-scanner.h (FLEX_NO_OBSTACK): New macro that blocks obstack
6180         definitions so gcc won't warn when obstack_for_string is unused.
6181         * src/scan-code.l: config.h and system.h are already #include'd by
6182         scan-code-c.c, so get rid of them here.
6183         * src/scan-gram.l: Likewise.
6184         * src/scan-skel.l: Likewise, and use flex-scanner.h without obstack
6185         definitions rather than duplicating the rest of it.
6186         * src/scan-gram-c.c, scan-skel-c.c: #include "system.h".
6188 2006-08-09  Joel E. Denny  <jdenny@ces.clemson.edu>
6190         Suppress signed/unsigned comparison warnings for yycheck.
6191         * data/c.m4 (b4_safest_int_type): New macro.
6192         * data/glr.c, data/lalr1.cc: Wherever you compare yycheck[i] against
6193         a signed int type, cast it to b4_safest_int_type first.
6194         * data/yacc.c: Likewise.
6195         (b4_safest_int_type): Overwrite the one from c.m4 since b4_int_type is
6196         also overwritten.
6198 2006-08-09  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>  (tiny change)
6200         * doc/bison.texinfo: Fix some typos.
6202 2006-08-02  Paul Eggert  <eggert@cs.ucla.edu>
6204         * m4/.cvsignore: Add inttypes_h.m4,lib-ld.m4, lib-prefix.m4,
6205         po.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4, warning.m4.
6207         * bootstrap (gnulib_tool): Stop using --assume-autoconf;
6208         the latest gnulib does this a different way.
6209         (get_translations): Sharuzzaman Ahmat Raslan reported that the ms
6210         translation was patched, so stop omitting it.
6212 2006-07-29  Joel E. Denny  <jdenny@ces.clemson.edu>
6214         Enable declaration of default %printer/%destructor.  Make the parser
6215         use these for all user-declared grammar symbols for which the user does
6216         not declare a specific %printer/%destructor.  Thus, the parser uses it
6217         for token 0 if the user declares it but not if Bison generates it as
6218         $end.  Discussed starting at
6219         <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>,
6220         <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>,
6221         and
6222         <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>.
6223         * NEWS (2.3+): Mention.
6224         * doc/bison.texinfo (Actions in Mid-Rule): It's no longer impossible to
6225         declare a %destructor for a mid-rule's semantic value.  It's just
6226         impossible to declare one specific to it.
6227         (Freeing Discarded Symbols): Mention that @$ can be used in %destructor
6228         code.  Describe default %destructor form.
6229         * src/parse-gram.y (grammar_declaration): Parse default
6230         %printer/%destructor declarations.
6231         * src/output.c (symbol_destructors_output): Use symbol_destructor_get
6232         and symbol_destructor_location_get rather than accessing the destructor
6233         and destructor_location members of struct symbol.
6234         (symbol_printers_output): Likewise but for %printer's.
6235         * src/reader.c (symbol_should_be_used): Likewise but for %destructor's
6236         again.
6237         * src/symtab.c (default_destructor, default_destructor_location,
6238         default_printer, default_printer_location): New static global
6239         variables to record the default %destructor and %printer.
6240         (symbol_destructor_get, symbol_destructor_location_get,
6241         symbol_printer_get, symbol_printer_location_get): New functions to
6242         compute the appropriate %destructor and %printer for a symbol.
6243         (default_destructor_set, default_printer_set): New functions to set the
6244         default %destructor and %printer.
6245         * src/symtab.h: Prototype all those new functions.
6246         * tests/actions.at (Default %printer and %destructor): New test to
6247         check that the right %printer and %destructor are called, that they're
6248         not called for $end, and that $$ and @$ work correctly.
6249         (Default %printer and %destructor for user-declared end token): New
6250         test to check that the default %printer and %destructor are called for
6251         a user-declared end token.
6252         * tests/input.at (Default %printer and %destructor redeclared, Unused
6253         values with default %destructor): New tests to check related grammar
6254         warnings and errors.
6256 2006-07-29  Joel E. Denny  <jdenny@ces.clemson.edu>
6258         Clean up handling of %destructor for the end token (token 0).
6259         Discussed starting at
6260         <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>
6261         and
6262         <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00013.html>.
6264         Make the skeletons consistent in how they pop the end token and invoke
6265         its %destructor.
6266         * data/glr.c (yyrecoverSyntaxError, yyparse): Don't pop the start
6267         state, which has token number 0, since this would invoke the
6268         %destructor for the end token.
6269         * data/lalr1.cc (yy::parser::parse): Don't check for the final state
6270         until after shifting the end token, or else it won't be popped.
6271         * data/yacc.c (yyparse): Likewise.
6273         * data/glr.c (yyparse): Clear the lookahead after shifting it even when
6274         it's the end token.  Upon termination, destroy an unshifted lookahead
6275         even when it's the end token.
6276         * data/lalr1.cc (yy::parser::parse): Likewise.
6277         * data/yacc.c (yyparse): Likewise.
6279         * src/reader.c (packgram): Don't check rule 0.  This suppresses unused
6280         value warnings for the end token when the user gives the end token a
6281         %destructor.
6283         * tests/actions.at (Printers and Destructors): Test all the above.
6285 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
6287         Update to latest gnulib and gettext versions.
6288         * bootstrap (gnulib-modules): Remove hard-locale, stdio-safer.
6289         Add fopen-safer.
6290         (gnulib_files): Add m4/warning.m4.  Don't worry about files
6291         overwritten by autopoint.
6292         Replace gt_INTL_SUBDIR_CORE with an empty body in m4/gettext_gl.m4.
6293         Suppress "id", "ms", "tr" translations for now, since gettext 0.15
6294         rejects them.
6295         Don't use autoreconf; instead, invoke autopoint etc. by hand,
6296         so that we can remove the intl files at a better time.
6297         (intl_files_to_remove): Remove aclocal.m4, since it gets
6298         rebuilt anyway.  Remove m4/inttypes_h.m4, m4/inttypes.m4,
6299         m4/isc-posix.m4, m4/lib-ld.m4, m4/lib-prefix.m4, m4/po.m4,
6300         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
6301         Add m4/inttypes-h.m4, m4/lock.m4, m4/visibility.m4.
6302         Remove datarootdir hack; no longer needed.
6303         * configure.ac: Use gl_WARNING_CFLAGS rather than BISON_WARNING.
6304         (AM_GNU_GETTEXT_VERSION): Bump from 0.12 to 0.15.
6305         * lib/.cvsignore: Remove hard-locale.c, hard-locale.h, strdup.c,
6306         strdup.h.
6307         * m4/.cvsignore: Remove hard-locale.m4, strdup.m4.
6308         * m4/warning.m4: Remove from CVS, since we now use gnulib's version.
6310 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
6312         * bootstrap: Adjust to today's change to gnulib-tool by invoking
6313         it with --assume-autoconf='latest-stable'.
6315 2006-07-13  Joel E. Denny  <jdenny@ces.clemson.edu>
6317         * src/parse-gram.y (grammar_declaration): Don't confuse Doxygen (at
6318         least 1.4.7 and 1.4.4) by putting a #line between `typedef union
6319         YYSTYPE' and `{'.
6320         * src/muscle_tab.h (muscle_grow): Replace the header comments with
6321         those from muscle_tab.c since the old ones are misleading.
6323 2006-07-13  Akim Demaille  <akim@epita.fr>
6325         Support %define "KEY" {VALUE}.
6326         * src/scan-code.h, src/scan-code.l (translate_action)
6327         (translate_rule_action, translate_symbol_action, translate_code):
6328         Return char *, not const char *.
6329         * src/parse-gram.y (declaration): Rename as...
6330         (prologue_declaration): this.
6331         (string_content): Remove this nonterminal, use STRING.
6332         (braceless, content, content.opt): New nonterminal.
6333         Use them.
6334         (%define): Now accept content.opt, i.e., accept also BRACED_CODE
6335         as value.
6336         * src/scan-gram.l (getargs.h): Don't include it.
6338 2006-07-12  Paul Eggert  <eggert@cs.ucla.edu>
6340         * data/lalr1.cc (YYCDEBUG): Use 'if (yydebug_) (*yycdebug_)'
6341         rather than a for-loop that declares a local bool variable.  This
6342         should work around a compatibility problem with a Cray x1e C++
6343         compiler reported by Hung Nguyen in
6344         <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00022.html>.
6345         The for-loop was introduced in the 2004-11-17 change but I don't
6346         know why it was needed.
6348 2006-07-12  Akim Demaille  <akim@epita.fr>
6350         * data/c.m4: Comment changes.
6352 2006-07-10  Akim Demaille  <akim@lrde.epita.fr>
6354         * src/complain.c (error_message, ERROR_MESSAGE): New.
6355         To factor...
6356         (fatal_at, fatal, warn_at, warn, complain_at, complain): these.
6357         * src/complain.h, src/complain.c (warning_issued): Remove, unused.
6359 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6361         * NEWS: Instead of %union, you can define and use your own union type
6362         YYSTYPE if your grammar contains at least one <type> tag.
6363         Your YYSTYPE need not be a macro; it can be a typedef.
6364         * doc/bison.texinfo (Value Type, Multiple Types, Location Type):
6365         (Union Decl, Decl Summary): Document this.
6366         * data/glr.c (YYSTYPE): Implement this.
6367         * data/glr.cc (YYSTYPE): Likewise.
6368         * data/lalr1.cc (YYSTYPE): Likewise.
6369         * data/yacc.c (YYSTYPE): Likewise.
6370         * src/output.c (prepare): Output tag_seen_flag.
6371         * src/parse-gram.y (declaration, grammar_declaration):
6372         Use 'union_seen' rather than 'typed' to determine whether
6373         %union has been seen, since grammars can now be typed without
6374         %union.
6375         (symbol_declaration, type.opt, symbol_def):
6376         Keep track of whether a tag has been seen.
6377         * src/reader.c (union_seen, tag_seen): New vars.
6378         (typed): remove.
6379         * src/reader.h (union_seen, tag_seen, typed): Likewise.
6380         * src/scan-code.l (untyped_var_seen): New variable.
6381         (handle_action_dollar): Adjust to above changes.
6382         (handle_action_dollar, handle_action_at):
6383         Improve overflow checking for outlandish numbers.
6384         * tests/input.at (AT_CHECK_UNUSED_VALUES): Redo test to
6385         avoid new diagnostics generated by above changes.
6386         * tests/regression.at (YYSTYPE typedef): Add test to check
6387         for type tags without %union.
6389         * src/symlist.c (symbol_list_length): Return int, not unsigned
6390         int, since callers expect int.  This may need to get revisited
6391         once we have proper integer overflow checking.
6393         * src/scan-gram.h (gram_scanner_cursor): Remove decl, since this
6394         object is now static.
6396         * src/getargs.c (flags_argmatch): Return void, not int,
6397         to pacify ./configure --enable-gcc-warnings.
6399         * src/flex-scanner.h (STRING_FREE): Don't use FLEX_PREFIX (last_string)
6400         since last_string is already defined to FLEX_PREFIX (last_string).
6402 2006-07-09  Akim Demaille  <akim@lrde.epita.fr>
6404         Implement --warnings/-W.
6405         * src/getargs.c (report_argmatch, trace_argmatch): Remove,
6406         replaced by...
6407         (flags_argmatch, FLAGS_ARGMATCH): this new function and macro.
6408         Adjust callers.
6409         * src/getargs.h, src/getargs.c (warnings, warnings_flags)
6410         (warnings_args, warnings_types): New.
6411         (getargs, short_options, long_options): Accept -W/--warnings.
6412         Sort the options by alphabetical order, upper case letter right
6413         before its lower case.
6415 2006-07-09  Joel E. Denny  <jdenny@ces.clemson.edu>
6417         Change %merge result type clash warnings to errors.  Discussed at
6418         <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00026.html>.
6419         * src/reader.c (record_merge_function_type): Use complain_at.
6420         * tests/glr-regression.at (Missed %merge type warnings when LHS type is
6421         declared later): Update test case results.
6423 2006-07-09  Akim Demaille  <akim@lrde.epita.fr>
6425         * src/getargs.h, src/getargs.c: Swap --report and --trace handling
6426         to be in alphabetical order.
6427         (trace_args): Spelling fixes.
6429 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6431         * data/yacc.c (YYID, yy_stack_print): Prefix local vars with "yy"
6432         so they don't collide with user-defined macros.
6433         (yy_stack_print): Don't assume that yytype_int16 promotes to int;
6434         this was never guaranteed, and now that we're using gnulib stdint,
6435         which defines int_fast16_t to long int, the problem is exposed.
6437 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
6439         * data/c.m4 (b4_basename): Simplify a bit, since we don't
6440         need the full POSIX semantics (and weren't implementing them
6441         anyway).
6443         Adjust to Autoconf 2.60 and today's gnulib.
6444         * bootstrap (gnulib_modules): Add stdint.
6445         Remove special case for m4/onceonly_2_57.m4, since gnulib-tool
6446         no longer copies it.
6447         (intl_files_to_remove): Remove m4/longlong.m4 and m4/wchar_t.m4,
6448         since stdint needs the former and wcwidth (which is now required
6449         by mbswidth) needs the latter.
6450         Append 'datarootdir = @datarootdir@' to po/Makefile.in.in, to
6451         work around a compatibility glitch between gettext 0.14.6 and
6452         Autoconf 2.60.
6453         * configure.ac (AC_PREREQ): Require Autoconf 2.60.
6454         Do not check for uintptr_t, since new stdint module does the right
6455         thing.
6456         * lib/.cvsignore: Remove alloca.c, alloca.h, alloca_.h.
6457         Add stdint.h, stdint_.h, wcwidth.h.
6458         * m4/.cvsignore: Remove alloca.m4, onceonly.m4.
6459         Add absolute-header.m4, double-slash-root.m4, longlong.m4,
6460         stdint.m4, wchar_t.m4, wcwidth.m4.
6461         * src/files.c: Include <dirname.h> and <stdio-safer.h> in the
6462         usual order for ../lib/*.h files.
6463         (file_name_split): Use last_component, not base_name, to adjust
6464         to gnulib changes.
6465         * src/parse-gram.h: Include <strverscmp.h> in the usual order
6466         for ../lib/*.h files.
6467         (YYTYPE_INT16, YYTYPE_INT8, YYTYPE_UINT16, YYTYPE_UINT8):
6468         Define unconditionally, since we now assume the stdint module.
6469         * src/scan-skel.l: Include <dirname.h>.
6470         (BASE_QPUTS): Use last_component, not base_name.
6471         * src/system.h: Include <unlocked-io.h> in the usual order
6472         for ../lib/*.h files.  Include <stdint.h> unconditionally,
6473         since we now use the stdint module.
6474         (uintptr_t): Declare if UINTPTR_MAX is not defined, not
6475         HAVE_UINTPTR_T, since we now use the stdint module.
6476         (base_name): Remove decl, since files now include <dirname.h>
6477         to get the decl.
6479 2006-07-08  Akim Demaille  <akim@lrde.epita.fr>
6481         * data/c.m4 (b4_location_initial_column, b4_location_initial_line):
6482         New, default to 1.
6483         * data/yacc.c, data/glr.c, data/location.cc: Use them.
6484         * NEWS, doc/bison.texinfo: The initial column and line are 1 by
6485         default.
6486         * tests/calc.at: Adjust.
6488 2006-07-08  Akim Demaille  <akim@lrde.epita.fr>
6490         * data/c.m4 (b4_basename): New.
6491         (b4_syncline): Also output the location of its invocation (from
6492         the skeleton).
6493         (b4_user_action, b4_define_user_action, b4_user_actions)
6494         (b4_user_initial_action, b4_user_post_prologue, b4_user_start_header)
6495         (b4_user_stype): New.
6496         * data/yacc.c, data/glr.c, data/lalr1.cc, data/glr.cc: Use them.
6498 2006-07-07  Joel E. Denny  <jdenny@ces.clemson.edu>
6500         In the grammar file, the first column is 1 not 0 on the first line as
6501         on every other line.
6502         * src/parse-gram.y (%initial-action): Initialize @$ correctly.
6503         * tests/input.at (Torturing the Scanner): Update output.
6505         * src/scan-gram.l (scanner_cursor): Declare it static.
6507 2006-07-07  Joel E. Denny  <jdenny@ces.clemson.edu>
6509         In warnings, say "previous declaration" rather than "first
6510         declaration".
6511         * src/symtab.c (redeclaration): Do that here.
6512         * src/reader.c (record_merge_function_type): In the case of a result
6513         type clash, report the previous declaration rather than the very first
6514         one in the grammar file.
6515         * tests/glr-regression.at (Missed %merge type warnings when LHS type is
6516         declared later): Add a third declaration to check this behavior.
6517         * tests/input.at (Incompatible Aliases): Update output.
6519 2006-06-27  Akim Demaille  <akim@epita.fr>
6521         * doc/Doxyfile.in: New.
6522         * doc/Makefile.am: Use it.
6523         * src/lalr.h, src/symtab.h: Initial doxygenation.
6525 2006-06-26  Joel E. Denny  <jdenny@ces.clemson.edu>
6527         Don't miss %merge result type warnings just because the LHS types are
6528         declared after the %merge.  This continues the effort of the previous
6529         patch.
6530         * src/reader.c (get_merge_function): Don't set the merger type yet.
6531         (record_merge_function_type): New function for setting the merger type
6532         and checking for clashes.
6533         (grammar_current_rule_merge_set): Set the location of the %merge for
6534         the current rule.
6535         (packgram): Invoke record_merge_function_type for each rule now that
6536         all symbol type declarations have been parsed.
6537         * src/reader.h (merger_list.type_declaration_location): New member
6538         storing the location of the first %merge from which the type for this
6539         merging function was derived.
6540         * src/symlist.h (symbol_list.merger_declaration_location): New member
6541         storing the location of a rule's %merge, if any.
6542         * tests/glr-regression.at (Missed %merge type warnings when LHS type is
6543         declared later): New test to catch the error fixed by the above patch.
6545 2006-06-26  Joel E. Denny  <jdenny@ces.clemson.edu>
6547         Get action warnings (grammar_rule_check) right even when symbol
6548         declarations appear after the rules.  Discussed at
6549         <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00108.html>
6550         and
6551         <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00151.html>.
6552         Don't mistake the type of $$ in a midrule to be that of its parent
6553         rule's $$.
6554         * src/reader.c (grammar_current_rule_end): Don't invoke
6555         grammar_rule_check yet since not all symbol declarations may have been
6556         parsed yet.
6557         (grammar_midrule_action): Likewise.
6558         Don't record whether the midrule's $$ has been used yet since actions
6559         haven't been translated yet.
6560         Record the midrule's parent rule and its RHS index within the parent
6561         rule.
6562         (grammar_current_rule_action_append): Don't translate the action yet
6563         since not all symbol declarations may have been parsed yet and, thus,
6564         warnings about types for $$, $n, @$, and @n can't be reported yet.
6565         (packgram): Translate the action and invoke grammar_rule_check now that
6566         all symbol declarations have been parsed.
6567         * src/scan-code.l (handle_action_dollar): Now that this is invoked
6568         after parsing the entire grammar file, the symbol list here in the case
6569         of a midrule is actually the midrule's empty RHS, so reference its
6570         parent rule's RHS where necessary.
6571         On the other hand, now that you can already know it's a midrule, you
6572         aren't forced to think $$ has the same type as its parent rule's $$.
6573         (handle_action_at): In the case of a midrule, reference the parent rule
6574         where necessary.
6575         * src/symlist.c (symbol_list_new): Initialize new midrule-related
6576         members.
6577         (symbol_list_length): Now that this is invoked after all rules have
6578         been parsed, a NULL symbol (rather than a NULL symbol list node)
6579         terminates a rule.  symbol_list_print already does this correctly.
6580         * src/symlist.h (symbol_list.midrule_parent_rule,
6581         symbol_list.midrule_parent_rhs_index): New members so that midrules can
6582         remember their relationships with their parents.
6583         * tests/input.at (Type Clashes): Extend to catch the midrule $$ error
6584         fixed by the above patch.
6585         (_AT_UNUSED_VALUES_DECLARATIONS, AT_CHECK_UNUSED_VALUES): New m4 macros
6586         implementing...
6587         (Unused values): ... this old test case and...
6588         (Unused values before symbol declarations): ... this new test case.
6589         This one is the same as `Unused values' except that all symbol
6590         declarations appear after the rules in order to catch the rest of the
6591         errors fixed by the above patch.
6593 2006-06-26  Joel E. Denny  <jdenny@ces.clemson.edu>
6595         More cleanup.
6596         * src/reader.c (current_rule): Declare it static since it's no longer
6597         used outside this file.
6598         (grammar_current_rule_action_append): Remove redundant arguments from
6599         translate_rule_action invocation.
6600         * src/reader.h (current_rule): Remove this unused extern.
6601         * src/scan-code.h (translate_rule_action): Remove redundant arguments.
6602         * src/scan-code.l (translate_rule_action): Likewise.
6604 2006-06-25  Joel E. Denny  <jdenny@ces.clemson.edu>
6606         Clean up yesterday's patch.
6607         * parse-gram.y (rhs): Move grammar_midrule_action invocation from here
6608         to...
6609         * src/reader.c (grammar_current_rule_action_append): ... here for
6610         consistency with grammar_current_rule_symbol_append.
6611         * tests/regression.at (Braced code in declaration in rules section):
6612         Make yyerror and yylex static as usual.
6614 2006-06-24  Joel E. Denny  <jdenny@ces.clemson.edu>
6616         Fix bug that mistakes braced code in a declaration in the rules section
6617         to be a rule action.  Mentioned at
6618         <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00105.html>.
6619         * src/scan-gram.l: Move midrule action detection from the start of the
6620         scanning of any braced code to...
6621         * src/parse-gram.y (rhs): ... the parsing of braced code as a rule
6622         action.  For readability, use $2 and @2 rather than the equivalent
6623         global variables.
6624         * tests/regression.at (Braced code in declaration in rules section):
6625         New test to catch the error fixed by the above patch.
6627         Work on code readability some.
6628         * src/scan-code.l (current_rule): Get rid of this misleading and
6629         redundant declaration: it's actually extern'ed in reader.h.
6630         (YY_DECL, code_lex, handle_action_dollar, handle_action_at,
6631         translate_action): Add a rule argument and use it instead of the global
6632         current_rule.
6633         (translate_rule_action): This already receives current_rule through an
6634         argument, so pass it on to translate_action instead of assigning
6635         current_rule to current_rule.
6636         (translate_symbol_action, translate_code): Pass rule = NULL to
6637         translate_action.
6639 2006-06-23  Joel E. Denny  <jdenny@ces.clemson.edu>
6641         Rename %before-definitions to %start-header and %after-definitions to
6642         %end-header.  Don't use these declarations to separate pre-prologue
6643         blocks from post-prologue blocks.  Add new order-independent
6644         declarations %before-header and %after-header as alternatives to the
6645         traditional Yacc pre-prologue and post-prologue blocks.  Discussed at
6646         <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00110.html>.
6647         * NEWS (2.3+): Update for these changes.
6648         * data/glr.c (b4_before_definitions): Update to...
6649         (b4_start_header): ... this.
6650         (b4_after_definitions): Update to...
6651         (b4_end_header): ... this.
6652         * data/glr.cc: Likewise.
6653         * data/lalr1.cc: Likewise.
6654         * data/yacc.c: Likewise.
6655         * doc/bison.texinfo (The prologue): Update names, and replace remaining
6656         prologue blocks with %*-header declarations.
6657         (Calc++ Parser): Likewise.
6658         (Decl Summary): Update names.
6659         (Table of Symbols): Update description.
6660         * src/parse-gram.y (PERCENT_AFTER_DEFINITIONS): Update to...
6661         (PERCENT_END_HEADER): ... this.
6662         (PERCENT_BEFORE_DEFINITIONS): Update to...
6663         (PERCENT_START_HEADER): ... this.
6664         (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
6665         (declaration): Update token names and m4 macro names.
6666         When parsing %end-header and %start-header, invoke translate_code
6667         before muscle_code_grow, and no longer set global booleans to remember
6668         whether these declarations have been seen.
6669         Parse new %after-header and %before-header.
6670         * src/reader.c (before_definitions, after_definitions): Remove.
6671         (prologue_augment): Accept a new bool argument to specify whether to
6672         augment the pre-prologue or post-prologue.
6673         * src/reader.h (before_definitions, after_definitions): Remove these
6674         extern's.
6675         (prologue_augment): Add new bool argument.
6676         * src/scan-gram.l (PERCENT_AFTER_DEFINITIONS): Update to...
6677         (PERCENT_END_HEADER): ... this.
6678         (PERCENT_BEFORE_DEFINITIONS): Update to...
6679         (PERCENT_START_HEADER): ... this.
6680         (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
6681         * tests/actions.at (Printers and Destructors): Update names.
6683 2006-06-22  Joel E. Denny  <jdenny@ces.clemson.edu>
6685         Add comparison operators for C++ location classes.  Discussed at
6686         <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00092.html>.
6687         * data/c++.m4 (b4_define_location_comparison): New boolean %define
6688         declaration indicating whether filename_type has an operator==.  If
6689         filename_type is `std::string', it defaults to `1', `0' otherwise.
6690         * data/location.cc: Iff b4_define_location_comparison is `1', add
6691         operator== and operator!= for class position and for class location.
6693         Some minor fixes.
6694         * src/scan-action.l: Remove unused file.
6695         * src/symtab.c (symbol_printer_set): Use printer_location not
6696         destructor_location.
6697         * src/symtab.h (struct symbol): Replace incorrect source comment for
6698         printer members.
6699         * tests/input.at (Incompatible Aliases): Update output with correct
6700         printer location.
6702 2006-06-20  Joel E. Denny  <jdenny@ces.clemson.edu>
6704         Don't put the pre-prologue in the header file.  For the yacc.c code
6705         file and the glr.c header and code files, move the pre-prologue before
6706         the token definitions.  Add new %before-definitions and
6707         %after-definitions to declare code that will go in both the header file
6708         and code file.  Discussed at
6709         <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00000.html>,
6710         <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00016.html>,
6711         and
6712         <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00055.html>.
6713         * NEWS (2.3+): Describe these changes.
6714         * data/glr.c (b4_pre_prologue): Move from within to before...
6715         (b4_shared_declarations): ... this.
6716         Add new b4_before_definitions before b4_token_enums.
6717         Add new b4_after_definitions at the end.
6718         * data/glr.cc (b4_pre_prologue): Replace with...
6719         (b4_before_definitions): ... this in the header file.
6720         (b4_after_definitions): New near the end of the header file.
6721         * data/lalr1.cc (b4_pre_prologue): Move from the header file to the
6722         code file right before including the header file.
6723         (b4_before_definitions): New in the previous position of
6724         b4_pre_prologue in the header file.
6725         (b4_after_definitions): New near the end of the header file.
6726         * data/yacc.c: Clean up some m4 quoting especially in the header file.
6727         (b4_token_enums_defines): In the code file, move to right before
6728         YYSTYPE for consistency with the header file.
6729         (b4_before_definitions): New right before b4_token_enums_defines in
6730         both the header and code file.
6731         (b4_after_definitions): New right after YYLTYPE and yylloc in both the
6732         header and code file.
6733         * doc/bison.texinfo (Prologue): Show use of %before-definitions instead
6734         of prologues for %union dependencies.
6735         (Decl Summary): In %defines description, mention the effect of
6736         %before-definitions and %after-definitions on the header file.
6737         (Calc++ Parser): Forward declare driver in a %before-definitions rather
6738         than in the pre-prologue so that make check succeeds.
6739         (Table of Symbols): Add entries for %before-definitions and
6740         %after-definitions.
6741         * src/parse-gram.y (PERCENT_BEFORE_DEFINITIONS): New token for
6742         %before-definitions.
6743         (PERCENT_AFTER_DEFINITIONS): New token for %after-definitions.
6744         (declaration): Parse those declarations and append to
6745         b4_before_definitions and b4_after_definitions, respectively.
6746         * src/reader.c (before_definitions, after_definitions): New bools to
6747         track whether those declarations have been seen.
6748         (prologue_augment): Add to the post-prologue if %union,
6749         %before-definitions, or %after-definitions has been seen.
6750         * src/reader.h (before_definitions, after_definitions): New extern's.
6751         * src/scan-gram.l: Scan the new declarations.
6752         * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Place the second
6753         prologue block in a %before-definitions or a %after-definitions based
6754         on whether the %union is declared.
6755         * tests/regression.at (Early token definitions with --yacc, Early token
6756         definitions without --yacc): Move tests for token definitions into the
6757         post-prologue since token names are no longer defined in the
6758         pre-prologue.
6760 2006-06-20  Akim Demaille  <akim@epita.fr>
6762         * src/symtab.h, src/symtab.c (symbol_from_uniqstr): New.
6763         (symbol_get): Use it.
6764         * src/parse-gram.y: Use it.
6766 2006-06-19  Joel E. Denny  <jdenny@ces.clemson.edu>
6768         * src/scan-gram.l: Remove unused declaration of last_string_1 so the
6769         build succeeds when configured with --enable-gcc-warnings.
6771 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
6773         * src/parse-gram.y (char_name): New function.
6774         (CHAR, STRING, string_content): For %printer, properly escape.
6775         (ID): Prefer fputs to fprintf.
6776         (id): Reindent to be consistent with other rules.
6777         Properly quote char.
6779         The Translation Project changed its way of publishing translations
6780         to maintainers.  I haven't received any responses to my request
6781         for supporting the old way, or for documenting the new way.  I
6782         have modified 'bootstrap' to use screen scraping
6783         (in this case, HTML scraping).  This is unreliable and inelegant,
6784         but I don't see any better way.  Yuck.
6785         * bootstrap (TP_URL, WGET_COMMAND): New vars.
6786         (get_translations): New function, which uses HTML scraping to
6787         deduce locations of latest translations.
6788         Use this function to grab both bison and bison-runtime .po files.
6789         Don't bother priming the pump for the runtime-po domain any more,
6790         as it's now translated better than bison is.
6792 2006-06-19  Akim Demaille  <akim@epita.fr>
6794         * src/scan-gram.l: No longer "parse" things after `%union' until
6795         `{'.  Rather, return a single "%union" token.
6796         No longer make symbols: return strings, and leave the conversion
6797         to symbols to the parser.
6798         (SC_PRE_CODE, token_type): Remove.
6799         * src/parse-gram.y (%union): New field `character'.
6800         Sort tokens.
6801         (CHAR): New token.
6802         (ID, ID_COLON): Now that the scanner no longer makes them
6803         identifiers, adjust all uses to invoke symbol_get.
6804         (id_colon): New, wraps the conversion from string to symbol.
6805         (%union): Accept a possible union_name.
6806         (symbol): Now can be a char.
6807         * data/c.m4 (b4_union_name): Leave a default value.
6808         * data/glr.c, data/yacc.c: Use it.
6810 2006-06-11  Joel E. Denny  <jdenny@ces.clemson.edu>
6812         For associating token numbers with token names for "yacc.c", don't use
6813         #define statements unless `--yacc' is specified; always use enum
6814         yytokentype.  Most important discussions start at:
6815         <http://lists.gnu.org/archive/html/bison-patches/2005-09/msg00053.html>,
6816         <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00052.html>,
6817         and
6818         <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00043.html>.
6819         * NEWS (2.3+): Mention.
6820         * data/c.m4 (b4_yacc_if): New.
6821         (b4_token_enums_defines): Use b4_yacc_if to decide whether to add the
6822         token #define's.
6823         * doc/bison.texinfo (Bison Options): Describe the effect of `--yacc'
6824         on token name definitions.
6825         * src/getargs.c (usage): Capitalize `Yacc' in English.
6826         * src/output.c (prepare): Define b4_yacc_flag.
6827         * tests/regression.at (Early token definitions): Test that tokens names
6828         are defined before the pre-prologue not just before the post-prologue.
6829         Remove this test case and copy to...
6830         (Early token definitions with --yacc): ... this to test #define's.
6831         (Early token definitions without --yacc): ... and this to test enums.
6833 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
6835         * NEWS: Reword the post-2.3 change to not be so optimistic about
6836         removing the old "look-ahead" spelling.
6837         Update previous look-ahead/lookahead change reports.
6838         * REFERENCES: look-ahead -> lookahead (since that's
6839         what he actually wrote).
6840         * doc/refcard.tex: look ahead -> lookahead,
6841         look-ahead -> lookahead
6843 2006-06-09  Joel E. Denny  <jdenny@ces.clemson.edu>
6845         For consistency, use `lookahead' instead of `look-ahead' or
6846         `look_ahead'.  Discussed starting at
6847         <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00049.html>
6848         and then at
6849         <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00017.html>.
6850         * NEWS: For the next release, note the change to `--report'.
6851         * TODO, doc/bison.1: Update English.
6852         * doc/bison.texinfo: Update English.
6853         (Understanding Your Parser, Bison Options): Document as
6854         `--report=lookahead' rather than `--report=look-ahead'.
6855         * src/conflicts.c: Update English in comments.
6856         (lookahead_set): Rename from look_ahead_set.
6857         (flush_reduce): Rename argument look_ahead_tokens to lookahead_tokens.
6858         (resolve_sr_conflict): Rename local look_ahead_tokens to
6859         lookahead_tokens, and update other uses.
6860         (flush_shift, set_conflicts, conflicts_solve, count_sr_conflicts,
6861         count_rr_conflicts, conflicts_free): Update uses.
6862         * src/getargs.c (report_args): Move "lookahead" before alternate
6863         spellings.
6864         (report_types): Update uses.
6865         (usage): For `--report' usage description, state `lookahead' spelling
6866         rather than `look-ahead'.
6867         * src/getargs.h (report.report_lookahead_tokens): Rename from
6868         report_look_ahead_tokens.
6869         * src/lalr.c: Update English in comments.
6870         (compute_lookahead_tokens): Rename from compute_look_ahead_tokens.
6871         (state_lookahead_tokens_count): Rename from
6872         state_look_ahead_tokens_count.
6873         Rename local n_look_ahead_tokens to n_lookahead_tokens.
6874         (lookahead_tokens_print): Rename from look_ahead_tokens_print.
6875         Rename local n_look_ahead_tokens to n_lookahead_tokens.
6876         Update other uses.
6877         Update English in output.
6878         (add_lookback_edge, initialize_LA, lalr, lalr_free): Update uses.
6879         * src/print.c: Update English in comments.
6880         (lookahead_set): Rename from look_ahead_set.
6881         (print_reduction): Rename argument lookahead_token from
6882         look_ahead_token.
6883         (print_core, state_default_rule, print_reductions, print_results):
6884         Update uses.
6885         * src/print_graph.c: Update English in comments.
6886         (print_core): Update uses.
6887         * src/state.c: Update English in comments.
6888         (reductions_new): Update uses.
6889         (state_rule_lookahead_tokens_print): Rename from
6890         state_rule_look_ahead_tokens_print, and update other uses.
6891         * src/state.h: Update English in comments.
6892         (reductions.lookahead_tokens): Rename from look_ahead_tokens.
6893         (state_rule_lookahead_tokens_print): Rename from
6894         state_rule_look_ahead_tokens_print.
6895         * src/tables.c: Update English in comments.
6896         (conflict_row, action_row): Update uses.
6897         * tests/glr-regression.at
6898         (Incorrect lookahead during deterministic GLR,
6899         Incorrect lookahead during nondeterministic GLR): Rename
6900         print_look_ahead to print_lookahead.
6901         * tests/torture.at: Update English in comments.
6902         (AT_DATA_LOOKAHEAD_TOKENS_GRAMMAR): Rename from
6903         AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR.
6904         (Many lookahead tokens): Update uses.
6905         * data/glr.c: Update English in comments.
6906         * lalr1.cc: Likewise.
6907         * yacc.c: Likewise.
6908         * src/conflicts.h: Likewise.
6909         * src/lalr.h: Likewise.
6910         * src/main.c: Likewise.
6911         * src/output.c: Likewise.
6912         * src/parse-gram.c: Likewise.
6913         * src/tables.h: Likewise.
6914         * tests/calc.at: Likewise.
6916 2006-06-08  Joel E. Denny  <jdenny@ces.clemson.edu>
6918         * src/flex-scanner.h (yytext): Remove stray `*/' in #define.
6920 2006-06-07  Paul Eggert  <eggert@cs.ucla.edu>
6922         * TODO: Add request from Nelson H. F. Beebe to be able to install
6923         Bison without installing the yacc script.
6925 2006-06-07  Joel E. Denny  <jdenny@ces.clemson.edu>
6927         * src/flex-scanner.h: For the sake of Flex 2.5.4, don't #define yyleng
6928         and yytext if they're already #define'd.
6929         * src/flex-scanner.h, src/location.h: Move #include "system.h" to...
6930         * src/scan-code-c.c: ... here.
6931         * src/scan-code.l, src/scan-gram.l: ... and here.  Also #include
6932         <config.h>.
6934 2006-06-07  Joel E. Denny  <jdenny@ces.clemson.edu>
6936         Get Bison to build again when configured with --enable-gcc-warnings.
6937         * src/location.c, src/location.h, src/main.c, src/scan-code.l: Add some
6938         missing #include's.
6939         * src/scan-code.l (handle_action_dollar, handle_action_at): Rename
6940         loc argument as it shadows a global.
6941         * src/scan-gram.l: Remove stray comma that prevents boundary_set
6942         invocation.
6944         * src/.cvsignore: Add scan-code.c.
6946 2006-06-07  Akim Demaille  <akim@epita.fr>
6948         * src/scan-gram.l: Move the "add a trailing ; to actions" code
6949         to...
6950         * src/scan-code.l: here.
6951         * tests/input.at (Torturing the Scanner): Fix another location
6952         error.
6954 2006-06-07  Akim Demaille  <akim@epita.fr>
6956         * src/Makefile.am (BUILT_SOURCES): Fix the trailing backslash.
6958 2006-06-06  Akim Demaille  <akim@epita.fr>
6960         Extract the parsing of user actions from the grammar scanner.
6961         As a consequence, the relation between the grammar scanner and
6962         parser is much simpler.  We can also split "composite tokens" back
6963         into simple tokens.
6964         * src/gram.h (ITEM_NUMBER_MAX, RULE_NUMBER_MAX): New.
6965         * src/scan-gram.l (add_column_width, adjust_location): Move to and
6966         rename as...
6967         * src/location.h, src/location.c (add_column_width)
6968         (location_compute): these.
6969         Fix the column count: the initial column is 0.
6970         (location_print): Be robust to ending column being 0.
6971         * src/location.h (boundary_set): New.
6972         * src/main.c: Adjust to scanner_free being renamed as
6973         gram_scanner_free.
6974         * src/output.c: Include scan-code.h.
6975         * src/parse-gram.y: Include scan-gram.h and scan-code.h.
6976         Use boundary_set.
6977         (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_INITIAL_ACTION)
6978         (PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Remove the {...} part,
6979         which is now, again, a separate token.
6980         Adjust all dependencies.
6981         Whereever actions with $ and @ are used, use translate_code.
6982         (action): Remove this nonterminal which is now useless.
6983         * src/reader.c: Include assert.h, scan-gram.h and scan-code.h.
6984         (grammar_current_rule_action_append): Use translate_code.
6985         (packgram): Bound check ruleno, itemno, and rule_length.
6986         * src/reader.h (gram_in, gram__flex_debug, scanner_cursor)
6987         (last_string, last_braced_code_loc, max_left_semantic_context)
6988         (scanner_initialize, scanner_free, scanner_last_string_free)
6989         (gram_out, gram_lineno, YY_DECL_): Move to...
6990         * src/scan-gram.h: this new file.
6991         (YY_DECL): Rename as...
6992         (GRAM_DECL): this.
6993         * src/scan-code.h, src/scan-code.l, src/scan-code-c.c: New.
6994         * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
6995         (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
6996         (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
6997         Move these declarations, and...
6998         (obstack_for_string, STRING_GROW, STRING_FINISH, STRING_FREE):
6999         these to...
7000         * src/flex-scanner.h: this new file.
7001         * src/scan-gram.l (rule_length, rule_length_overflow)
7002         (increment_rule_length): Remove.
7003         (last_braced_code_loc): Rename as...
7004         (gram_last_braced_code_loc): this.
7005         Adjust to the changes of the parser.
7006         Move all the handling of $ and @ into...
7007         * src/scan-code.l: here.
7008         * src/scan-gram.l (handle_dollar, handle_at): Remove.
7009         (handle_action_dollar, handle_action_at): Move to...
7010         * src/scan-code.l: here.
7011         * src/Makefile.am (bison_SOURCES): Add flex-scanner.h,
7012         scan-code.h, scan-code-c.c, scan-gram.h.
7013         (EXTRA_bison_SOURCES): Add scan-code.l.
7014         (BUILT_SOURCES): Add scan-code.c.
7015         (yacc): Be robust to white spaces.
7017         * tests/conflicts.at, tests/input.at, tests/reduce.at,
7018         * tests/regression.at: Adjust the column numbers.
7019         * tests/regression.at: Adjust the error message.
7021 2006-06-06  Joel E. Denny  <jdenny@ces.clemson.edu>
7023         * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
7024         Use Akim's wording from
7025         <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00056.html>.
7027 2006-06-06  Joel E. Denny  <jdenny@ces.clemson.edu>
7029         Between Bison releases, manually append `+' to the previous Bison
7030         release number, and use that as a signal to automatically print the
7031         ChangeLog's CVS Id keyword from --version.  Discussed starting at
7032         <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00028.html>.
7033         * ChangeLog: Add Id header.
7034         * configure.ac (AC_INIT): Append `+' to `2.3'.
7035         * src/.cvsignore: Add revision.c.
7036         * src/Makefile.am (bison_SOURCES): Add revision.c and revision.h.
7037         (BUILT_SOURCES): Add revision.c.
7038         (revision.c): New target rule.  This file defines a new global variable
7039         named revision.  It initializes it with either the Id from ChangeLog
7040         or, if VERSION doesn't contain `+', with the empty string.
7041         * src/getargs.c (version): Print the value of revision.
7042         * src/revision.h: Extern revision.
7044 2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
7046         * NEWS: Version 2.3.
7047         * configure.ac (AC_INIT): Likewise.
7049 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
7051         * data/glr.c (YYRECOVERING): Define to be a function-like macro
7052         with no arguments, not as an object-like macro.  This is for
7053         compatibility with data/yacc.c.  Problem reported by John P. Hartmann in
7054         <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00059.html>.
7055         * doc/bison.texinfo (Action Features, Error Recovery, Table of Symbols):
7056         Document this.
7058 2006-05-30  Joel E. Denny  <jdenny@ces.clemson.edu>
7060         * src/getargs.c (usage): Back out yesterday's modification of the
7061         --help output so that we don't have to wait for translation before
7062         releasing 2.3.
7064 2006-05-29  Paul Eggert  <eggert@cs.ucla.edu>
7066         * doc/bison.texinfo (Introduction): Don't say "GLR grammar".
7067         Problem reported by Akim Demaille.
7069 2006-05-29  Joel E. Denny  <jdenny@ces.clemson.edu>
7071         * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
7073 2006-05-26  Paul Eggert  <eggert@cs.ucla.edu>
7075         * data/yacc.c (yy_reduce_print): Omit trailing white space in
7076         generated source code.  Problem reported by Frans Englich in
7077         <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00049.html>.
7079 2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
7081         * Makefile.maint (gzip_rsyncable, GZIP_ENV): Compute within the
7082         shell, not within 'make', so that 'make' by an ordinary builder
7083         (using GNU make) does not worry about configuring gzip.  This also
7084         works around a bug reported independently by Keith Thompson and by
7085         Georg Schwarz, whereby gzip 1.2.4 --help would output usage on
7086         stderr rather than stdout, messing up the build logs.
7088 2006-05-21  Joel E. Denny  <jdenny@ces.clemson.edu>
7090         * data/yacc.c (yyparse): Wrap the final return from yyparse inside YYID
7091         to make sure that YYID will never be unused.  This fixes a 'make
7092         maintainer-check' failure caused by the recent changes to the 'Trivial
7093         grammars' test case, which caused g++ 4.1.0 to complain that YYID was
7094         not used.
7095         * data/glr.c (yyparse): Wrap yyparse's return inside YYID just in case.
7097 2006-05-21  Joel E. Denny  <jdenny@ces.clemson.edu>
7099         * data/glr.c (yyresolveLocations): Remove bogus YYASSERT that the
7100         state before an empty RHS is always resolved here.  Only the location
7101         of that state is guaranteed to be resolved, and that's enough.  This
7102         fixes the remaining bug reported by Derek M. Jones in
7103         <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
7104         * tests/glr-regression.at (Uninitialized location when reporting
7105         ambiguity): Test the above case.
7106         Also, the embedded comments in this test case claim it checks the case
7107         of an empty RHS that has inherited the initial location.  However, the
7108         corresponding LHS was already resolved, so yyresolveLocations didn't
7109         actually have reason to modify it.  Fix this by forcing
7110         nondeterministic operation at the beginning of the parse.
7112 2006-05-20  Paul Eggert  <eggert@cs.ucla.edu>
7114         * data/c.m4 (b4_yy_symbol_print_generate):
7115         (b4_yy_symbol_print_generate): Use 'YYSTYPE const' rather than
7116         'const YYSTYPE', and similarly for YYLTYPE.  This fixes one
7117         of the bugs reported today by Derek M Jones in
7118         <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
7119         * doc/bison.texinfo (Value Type): Document that YYSTYPE must be
7120         defined to be a type name without parens or brackets.
7121         (Location Type): Similarly for YYLTYPE.
7122         * tests/regression.at (Trivial grammars): Put in a test for this
7123         bug that will be caught by 'make maintainer-check' (though not,
7124         alas, by 'make check' unless your compiler is picky).
7126 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
7128         * NEWS: Version 2.2.
7129         * configure.ac (AC_INIT): Likewise.
7131 2006-05-17  Joel E. Denny  <jdenny@ces.clemson.edu>
7133         * data/glr.c (yyreportTree): Make room in yystates for the state
7134         preceding the RHS.  This fixes the segmentation fault reported by Derek
7135         M. Jones in
7136         <http://lists.gnu.org/archive/html/help-bison/2006-05/msg00035.html>.
7137         (yyreportTree, yypdumpstack): Subtract 1 from yyrule before printing
7138         to the user.  Reported for yyreportTree by Derek M. Jones later in the
7139         same thread.
7140         * THANKS: Add Derek M. Jones.
7141         Update my email address.
7142         Fix typo in Steve Murphy's name.
7144 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
7146         * data/glr.c (yyreportSyntaxError): Fix off-by-one error in
7147         checking against YYLAST that caused the parser to miss a potential
7148         alternative in its diagnostic.
7149         Problem reported by Maria Jose Moron Fernandez in
7150         <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00024.html>.
7151         * data/lalr1.cc (yysyntax_error_): Likewise.
7152         * data/yacc.c (yysyntax_error): Likewise.
7153         * tests/regression.at (_AT_DATA_DANCER_Y): Use static array for
7154         tokens, in case we run into an older C compiler.
7155         (_AT_DATA_EXPECT2_Y, AT_CHECK_EXPECT2): New macros.
7156         Use them to check for the off-by-one error fixed above.
7158         * data/yacc.c (yytnamerr): Fix typo: local var should be of type
7159         YYSIZE_T, not size_t.
7160         * tests/regression.at (Trivial grammars): New test, to catch
7161         the error fixed by the above patch.
7163 2006-05-14  Akim Demaille  <akim@lrde.epita.fr>
7165         * doc/bison.texinfo (C++ Bison Interface): Clarify the naming
7166         scheme.
7167         Reported by Steve Murphy.
7169 2006-05-14  Akim Demaille  <akim@lrde.epita.fr>
7171         * data/glr.cc, data/lalr1.cc: Using %defines is mandatory.
7172         * data/glr.cc: b4_location_flag is now b4_locations_flag.
7174 2006-05-14  Akim Demaille  <akim@lrde.epita.fr>
7176         Implement --trace=m4.
7177         * src/getargs.c (trace_types, trace_args): Accept trace_m4.
7178         * src/output.c (output_skeleton): When set, pass -dV to m4.
7180         Factor the handling of flags in m4.
7181         * src/output.c (prepare): Rename the muscle names debug, defines,
7182         error_verbose to debug_flag, defines_flag, error_verbose_flag.
7183         * data/c.m4: Adjust.
7184         (_b4_define_flag_if, b4_define_flag_if, b4_defines_if): New.
7185         Use b4_define_flag_if to define other b4_FLAG_if macros.
7186         (b4_location_if): As a consequence, rename as...
7187         (b4_locations_if): this, for consistency.
7188         Adjust all the skeletons.
7190 2006-05-14  Akim Demaille  <akim@lrde.epita.fr>
7192         * etc/bench.pm: Shorten bench names.
7194 2006-05-14  Akim Demaille  <akim@lrde.epita.fr>
7196         * src/output.h, src/output.c (error_verbose): Move to...
7197         * src/getargs.h, src/getargs.c: here.
7198         Sort the flags.
7199         Adjust dependencies.
7201 2006-05-13  Paul Eggert  <eggert@cs.ucla.edu>
7203         * data/c.m4 (b4_copyright): Put the special exception for Bison
7204         skeletons here, so we don't have to put it in each skeleton.  All
7205         uses changed.  Suggested by Akim Demaille.  Also, wrap the
7206         copyright notice, in case it is longer than 80 columns.  Replace
7207         comma by newline after title.
7209 2006-05-11  Paul Eggert  <eggert@cs.ucla.edu>
7211         * doc/bison.texinfo (Calc++ Scanner): The flex behavior is an
7212         incompatibility, not a bug.  Mention that it wasn't fixed as of
7213         flex 2.5.33.
7215 2006-05-11  Akim Demaille  <akim@lrde.epita.fr>
7217         * examples/extexi: Enforce the precedence of concatenation over
7218         >>.
7219         Reported by Tommy Nordgren.
7221 2006-05-11  Akim Demaille  <akim@lrde.epita.fr>
7223         * data/lalr1.cc (yytranslate_): Rename token as t to avoid clashes
7224         with the member "token".
7225         Reported by Martin Nylin.
7227 2006-05-08  Paul Eggert  <eggert@cs.ucla.edu>
7229         * data/glr.c: Switch to Bison 2.2 special-exception language in
7230         the copyright notice.  Use more-regular format for titles and
7231         copyright notices.
7232         * data/glr.cc: Likewise.
7233         * data/location.cc: Likewise.
7234         * data/yacc.cc: Likewise.
7235         * doc/bison.texinfo (Conditions): Document this.
7236         * NEWS: likewise.  Upgrade version to 2.2.
7238 2006-04-27  Akim Demaille  <akim@lrde.epita.fr>
7240         * data/glr.cc: Remove dead code.
7242 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
7244         * bootstrap: Comment out the AM_CPPFLAGS line, since we don't use
7245         that variable and the line breaks the bootstrap.  Problem reported
7246         by Juan M. Guerrero.
7248 2006-04-24  Akim Demaille  <akim@lrde.epita.fr>
7250         * doc/bison.texinfo (Multiple start-symbols): New.
7252 2006-04-24  Akim Demaille  <akim@lrde.epita.fr>
7254         * etc/README, etc/bench.pl: New.
7256 2006-04-03  Akim Demaille  <akim@lrde.epita.fr>
7258         * src/scan-gram.l: Be robust to BRACED_CODE appearing before any
7259         rule.
7260         Reported by Mickael Labau.
7261         * tests/input.at (Torturing the Scanner): Test it.
7263 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
7265         * doc/bison.texinfo (Decl Summary): Don't mention yylloc twice.
7266         Problem reported by Bob Rossi.
7268 2006-03-13  Paul Eggert  <eggert@cs.ucla.edu>
7270         * doc/bison.texinfo: Remove @shorttitlepage stuff; it wasn't used
7271         and didn't really work.
7272         For the index, use @ifnotinfo, not @iftex.
7273         Minor cleanups of spacing and terminology.
7275 2006-03-12  Akim Demaille  <akim@lrde.epita.fr>
7277         * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Fix the definition
7278         of AT_NAME_PREFIX when %name-prefix is not used.
7280 2006-03-12  Akim Demaille  <akim@lrde.epita.fr>
7282         Apply --prefix to C++ skeletons too: they change the namespace.
7283         The test suite already exercize these cases.
7284         * data/c++.m4 (b4_namespace): New.
7285         * data/lalr1.cc, data/glr.cc, data/location.cc: Use it instead of `yy'.
7286         * data/lalr1.cc (yytnameerr_): Move its definition into the namespace.
7287         * data/yacc.c, data/glr.c: Remove a useless `[]'.
7288         * doc/bison.texinfo: Document it.
7289         (Option Cross Key): Use @multitable in all formats.  It looks
7290         nicer, even in TeX outputs.
7291         (Rules): Use the same code whatever the output type is.
7292         * tests/local.at (_AT_BISON_OPTION_PUSHDEFS)
7293         (_AT_BISON_OPTION_POPDEFS): Support AT_NAME_PREFIX.
7294         * tests/calc.at: Use it, instead of hard coding `yy'.
7296 2006-03-10  Akim Demaille  <akim@lrde.epita.fr>
7298         * TODO: Remove dead items.
7300 2006-03-10  Akim Demaille  <akim@lrde.epita.fr>
7302         * doc/FAQ: Remove, merged into...
7303         * doc/bison.texinfo (FAQ): this.
7304         * doc/Makefile.am (EXTRA_DIST): Adjust.
7306 2006-03-10  Akim Demaille  <akim@lrde.epita.fr>
7308         * data/c.m4 (b4_token_enum): Always define the enum of tokens,
7309         even if empty.
7310         * data/lalrl1.cc, data/glr.cc (parser::token_type): New.
7311         * doc/bison.texinfo (Calc++ Scanner): Use it.
7313 2006-03-09  Paul Eggert  <eggert@cs.ucla.edu>
7315         Fix two nits reported by twlevo, plus one more that I discovered.
7317         * src/assoc.h (assoc_to_string): Give a name to the arg, as
7318         this is the usual Bison style.
7319         * src/location.h (location_print): Likewise.
7321         * src/reader.h (token_name): Likewise.
7323 2006-03-08  Paul Eggert  <eggert@cs.ucla.edu>
7325         Fix some nits reported by twlevo.
7326         * doc/FAQ: Remove ancient Y2K FAQ, replacing it with "secure"
7327         and "POSIX".  Use more-modern syntax for URLs.  Mention C++
7328         and ask for Java.  Don't hardwire OS version numbers.  Add
7329         copyright notice.
7330         * m4/.cvsignore: Add unistd_h.m4, for latest gnulib.
7331         * src/conflicts.c (solved_conflicts_obstack): Now static.
7333 2006-03-08  Joel E. Denny  <jdenny@ces.clemson.edu>
7335         * doc/bison.texinfo (Introduction): Mention GLR and C++ as on the web
7336         page.  Say "you can use it" not "you may use it" as on the web page;
7337         we're describing capabilities not granting permission.
7339 2006-03-06  Paul Eggert  <eggert@cs.ucla.edu>
7341         * data/glr.c (yyresolveLocations): Rename local variables to avoid
7342         shadowing warnings.  Use usual patter for iterating through RHS.
7343         * tests/glr-regression.at
7344         (Uninitialized location when reporting ambiguity):
7345         Modify yylex so that it uses its argument, rather than trying
7346         to rely on ARGSUSED (which doesn't work for gcc with warnings).
7347         const char -> char const.
7349         * tests/Makefile.am ($(srcdir)/package.m4, maintainer-check-valgrind):
7350         Don't use tabs inside commands; it messes up 'ps'.
7351         Problem reported by twlevo.
7353 2006-03-06  Joel E. Denny  <jdenny@ces.clemson.edu>
7355         * tests/glr-regression.at (Uninitialized location when reporting
7356         ambiguity): New test case.
7357         * data/glr.c (yyresolveLocations): New function, which uses
7358         YYLLOC_DEFAULT.
7359         (yyresolveValue): Invoke yyresolveLocations before reporting an
7360         ambiguity.
7361         * doc/bison.texinfo (Default Action for Locations): Note
7362         YYLLOC_DEFAULT's usage for ambiguity locations.
7363         (GLR Semantic Actions): Cross-reference those notes.
7365 2006-03-04  Joel E. Denny  <jdenny@ces.clemson.edu>
7367         * tests/glr-regression.at (Leaked semantic values when reporting
7368         ambiguity): Remove unnecessary union and type declarations.
7369         (Leaked lookahead after nondeterministic parse syntax error): New test
7370         case.
7371         * data/glr.c (yyparse): Check for zero stacks remaining before
7372         attempting to shift the lookahead so that you don't lose it.
7374 2006-03-02  Joel E. Denny  <jdenny@ces.clemson.edu>
7376         Avoid memory leaks by not invoking longjmp in yyreportAmbiguity.
7377         * tests/glr-regression.at (Leaked semantic values when reporting
7378         ambiguity): New test case.
7379         * data/glr.c (yyreportAmbiguity): Invoke yyyerror directly and return
7380         yyabort rather than invoking yyFail, which invokes longjmp.  Remove the
7381         now unnecessary yystackp parameter.
7382         (yyresolveValue): Return yyreportAmbiguity's result.  Now the necessary
7383         destructors can be called.
7385         * tests/glr-regression.at: Don't invoke bison with `-t' unnecessarily
7386         in existing testcases.
7388 2006-03-02  Joel E. Denny  <jdenny@ces.clemson.edu>
7390         Don't leak semantic values for parent RHS when a user action cuts the
7391         parser, and clean up related code a bit.
7392         * tests/glr-regression.at (Leaked merged semantic value if user action
7393         cuts parse): Rename to...
7394         (Leaked semantic values if user action cuts parse): ... this.  Add check
7395         for leaked parent RHS values.
7396         * data/glr.c (yydestroyGLRState): In debugging output, distinguish
7397         between an unresolved state (non-empty chain of semantic options) and
7398         an incomplete one (signaled by an empty chain).
7399         (yyresolveStates): Document the interface.  Move all manipulation of a
7400         successfully or unsuccessfully resolved yyGLRState to...
7401         (yyresolveValue): ... here so that yyresolveValue always leaves a
7402         yyGLRState with consistent data and thus is easier to understand.
7403         Remove the yyvalp and yylocp parameters since they are always just
7404         taken from the yys parameter.  When reporting a discarded merged value
7405         in debugging output, note that it is incompletely merged.  Document the
7406         interface.
7407         (yyresolveAction): If resolving any of the RHS states fails, destroy
7408         them all rather than leaking them.  Thus, as long as user actions are
7409         written to clean up the RHS correctly, yyresolveAction always cleans up
7410         the RHS of a semantic option.  Document the interface.
7412 2006-02-27  Paul Eggert  <eggert@cs.ucla.edu>
7414         * data/glr.c (yyexpandGLRStack): Catch an off-by-one error that
7415         led to a segmentation fault in GNU Pascal.  Problem reported
7416         by Waldek Hebisch.
7418 2006-02-21  Joel E. Denny  <jdenny@ces.clemson.edu>
7420         * doc/bison.texinfo (Mid-Rule Actions): Explain how to bury a
7421         mid-rule action inside a nonterminal symbol in order to declare a
7422         destructor for its semantic value.
7424 2006-02-16  Paul Eggert  <eggert@cs.ucla.edu>
7426         * data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE) && !
7427         YYSTACK_USE_ALLOCA && ! defined YYSTACK_ALLOC && defined
7428         __cplusplus && ! defined _STDLIB_H && !
7429         ((defined YYMALLOC || defined malloc) && (defined YYFREE ||
7430         defined free))]: Include <stdlib.h> rather than rolling our own
7431         declarations of malloc and free, to avoid problems with
7432         incompatible declarations (using 'throw') C++'s stdlib.h.  This
7433         should fix Debian bug 340012
7434         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=340012>,
7435         reported by Guillaume Melquiond.
7437 2006-02-13  Paul Eggert  <eggert@cs.ucla.edu>
7439         * NEWS: Clarify symbols versus types in unused-value warnings.
7441         * configure.ac (AC_INIT): Bump version number.
7443 2006-02-13  Paul Eggert  <eggert@cs.ucla.edu>
7445         * NEWS: Version 2.1a.
7446         * tests/headers.at (AT_TEST_CPP_GUARD_H): Declare yyerror and yylex,
7447         since C99 requires this.
7449 2006-02-11  Paul Eggert  <eggert@cs.ucla.edu>
7451         * m4/c-working.m4: New file.
7452         * configure.ac (BISON_TEST_FOR_WORKING_C_COMPILER): Use it.
7454 2006-02-10  Paul Eggert  <eggert@cs.ucla.edu>
7456         * Makefile.maint: Merge from coreutils.
7458 2006-02-09  Paul Eggert  <eggert@cs.ucla.edu>
7460         More portability fixes for problems summarized by Nelson H. F. Beebe.
7462         * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Catch a
7463         configuration screwup "./configure CC=/opt/SUNWspro/bin/c89
7464         CFLAGS="-xarch=generic64" CXX=/opt/SUNWspro/bin/CC
7465         LDFLAGS="-xarch=generic64" with Sun C 5.7 on Solaris 10; this
7466         messes up because C++ code is compiled in 32-bit mode but linked
7467         in 64-bit mode.
7469 2006-02-08  Paul Eggert  <eggert@cs.ucla.edu>
7471         More portability fixes for problems summarized by Nelson H. F. Beebe.
7473         * doc/bison.texinfo (Calc++ Scanner): Work around a bug in flex
7474         2.5.31.  This resembles the 2005-10-10 patch to src/scan-skel.l.
7476         * examples/calc++/Makefile.am (check_PROGRAMS): Renamed from
7477         nodist_PROGRAMS, since we don't need to actually compile the
7478         example if we're just doing a plain 'make'.  This avoids bothering
7479         the installer unnecessarily about problems due to weird C++
7480         compilers.
7482 2006-02-06  Paul Eggert  <eggert@cs.ucla.edu>
7484         More portability fixes for problems summarized by Nelson H. F. Beebe.
7486         * tests/headers.at (AT_TEST_CPP_GUARD_H): Use #include <...> rather
7487         than #include "...", and compile with -I'.'.  The old method was
7488         not portable, according to Posix and the C standard, and it does
7489         not work with Sun C 5.7, where previous #line directives affect
7490         the working directory used in later #include "..." directives.
7492 2006-02-06  Juan Manuel Guerrero  <juan.guerrero@gmx.de>
7494         Various DJGGP specific issues in /djgpp
7496 2006-02-02  Paul Eggert  <eggert@cs.ucla.edu>
7498         More portability fixes for problems summarized by Nelson H. F. Beebe.
7500         * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check that
7501         '#include <map>' works and that you can apply ++ to iterators.
7503 2006-02-01  Paul Eggert  <eggert@cs.ucla.edu>
7505         Work around portability problems summarized by Nelson H. F. Beebe in
7506         <http://lists.gnu.org/archive/html/bug-bison/2005-09/msg00021.html>.
7508         * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
7509         that '#include <string>' works.
7511         * data/lalr1.cc (yytranslate_): No longer inline, to work around a
7512         porting problem to g++ 3.4.3 on Darwin 7.9.0, where g++ complained
7513         "warning: sorry: semantics of inline function static data `const
7514         unsigned char translate_table[262]' are wrong (you'll wind up with
7515         multiple copies)".
7517         * lib/bbitset.h (struct bitset_vtable): Rename members not, and,
7518         or, xor to not_, and_, or_, and xor_, respectively.  This works
7519         around a bug in GCC 3.4.3 on Irix 6.5, which apparently has a
7520         random system header somewhere that includes the equivalent of
7521         <iso646.h>.
7523         * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that "$CC
7524         -E" works; it apparently doesn't work with PathScale EKO Compiler
7525         Suite Version 2.0.
7527 2006-01-30  Joel E. Denny  <jdenny@ces.clemson.edu>
7529         During deterministic GLR operation, user actions should be able to
7530         influence the parse by changing yychar.  To make this easier to fix and
7531         to make glr.c easier to evolve in general, don't maintain yytoken in
7532         parallel with yychar; just compute yytoken when needed.
7533         * tests/glr-regression.at (Incorrect lookahead during deterministic
7534         GLR): Check that setting yychar in a user action has the intended
7535         effect.
7536         * data/glr.c (yyGLRStack): Remove yytokenp member.
7537         (yyclearin): Don't set *yytokenp.
7538         (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Examine
7539         yychar rather than *yytokenp to determine the current lookahead.
7540         Compute yytoken locally when needed.
7541         (yyparse): Likewise.  Remove the local yytoken that yytokenp used to
7542         point to.
7544         * doc/bison.texinfo (Bison Options): Remove stray sentence fragment
7545         after `--report' documentation.
7547 2006-01-30  Paul Eggert  <eggert@cs.ucla.edu>
7549         * src/parse-gram.y (grammar_declaration): Location of printer
7550         symbol is @1, not list->location.  Bug reported by twlevo.
7551         * tests/input.at (Incompatible Aliases): Adjust to above change.
7553 2006-01-29  Paul Eggert  <eggert@cs.ucla.edu>
7555         * tests/input.at (AT_CHECK_UNUSED_VALUES): Remove.  Instead, do
7556         all the test at once.  This makes the output easier to read in the
7557         normal case.
7559         Fix a longstanding bug uncovered by bro-0.9a9/src/parse.y, which I
7560         got from <http://bro-ids.org/download.html>.  The bug is that
7561         when two actions appeared in succession, the second one was
7562         scanned before the first one was added to the grammar rule
7563         as a midrule action.  Bison then output the incorrect warning
7564         "parse.y:905.17-906.36: warning: unused value: $3".
7565         * src/parse-gram.y (BRACED_CODE, action): These are no longer
7566         associated with a value.
7567         (rhs): Don't invoke grammar_current_rule_action_append.
7568         (action): Invoke it here instead.
7569         * src/reader.c (grammar_midrule_action): Now extern.
7570         (grammar_current_rule_action_append): Don't invoke
7571         grammar_midrule_action; that is now the scanner's job.
7572         * src/reader.h (last_string, last_braced_code_loc):
7573         (grammar_midrule_action): New decls.
7574         * src/scan-gram.l (last_string): Now extern, sigh.
7575         (last_braced_code_loc): New extern variable.
7576         (<INITIAL>"{"): Invoke grammar_midrule_action if the current
7577         rule already has an action.
7578         (<SC_BRACED_CODE>"}"): Set last_braced_code_loc before returning.
7579         * tests/input.at (AT_CHECK_UNUSED_VALUES):
7580         Add some tests to check that the above changes fixed the bug.
7582 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
7584         * src/reader.c (symbol_should_be_used): Renamed from symbol_typed_p.
7585         All used changed.  Check whether the symbol has a destructor,
7586         not whether it is typed.
7587         * tests/input.at (AT_CHECK_UNUSED_VALUES): Add a destructor, so
7588         that the values are still reported as unused.  All line numbers
7589         adjusted.
7591 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7593         Work around a bug in bro 0.8, which underparenthesizes its
7594         definition of YYLLOC_DEFAULT.
7595         * data/glr.c: Change all uses of YYLLOC_DEFAULT to parenthesize
7596         their arguments.
7597         * data/lalr1.cc: Likewise.
7598         * data/yacc.cc: Likewise.
7600 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
7602         Work around a bug in Pike 7.0, and give the Pike folks a
7603         better way to override the usual int widths.
7604         * data/yacc.c (b4_int_type): Use yytype_uint8, etc., so that the
7605         user can override the types.
7606         (short): #undef, to work around a bug in Pike 7.0.
7607         (yytype_uint8, yytype_int8, yytype_uint16, yytype_int16): New types.
7608         (union yyalloc.yyss): Use yytype_int16 rather than short.
7609         All uses changed.
7610         (yysigned_char): Remove.
7611         * src/parse-gram.y (YYTYPE_UINT8, YYTYPE_INT8, YYTYPE_UINT16):
7612         (YYTYPE_INT16): New macros, to test the new facility in yacc.c.
7613         * tests/regression.at (Web2c Actions): Adjust to above changes.
7615         * src/reader.c (check_and_convert_grammar): New function.
7616         (reader): Close the input file even if something went wrong during
7617         parsing.  Minor file descriptor leak reported by twlevo.
7619         * src/assoc.c (assoc_to_string): Use a default: abort (); case
7620         to pacify gcc -Wswitch-default.
7621         * src/scan-gram.l (adjust_location): Use a default: break; case
7622         to pacify gcc -Wswitch-default.
7623         * src/scan-skel.h (skel_get_lineno, skel_get_in, skel_get_out):
7624         (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
7625         (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
7626         Move these decls to scan-skel.l, since they don't need to be
7627         visible elsewhere.
7628         * src/scan-skel.l: Accept the above decls.
7629         (skel_lex): New decl, to pacify GCC when unpatched flex 2.5.31
7630         is used.
7632 2006-01-21  Paul Eggert  <eggert@cs.ucla.edu>
7634         * Makefile.cfg (local-checks-to-skip): Add changelog-check,
7635         since we don't want to insist on a version number at the start
7636         of the changelog every time.
7637         * Makefile.maint: Sync from coreutils a bit better.
7638         (sc_trailing_blank): Renamed from sc_trailing_space.
7639         All uses changed.
7640         (sc_no_if_have_config_h, sc_require_config_h):
7641         (sc_prohibit_assert_without_use): New rules.
7642         (sc_obsolete_symbols): Don't catch Makefile.maint itself.
7643         (sc_dd_max_sym_length): Fix leading spaces in rule.
7644         (sc_system_h_headers): Prefix with @.
7645         (sc_useless_cpp_parens, m4-check): Output line numbers.
7646         (changelog-check): Allow version only in head.
7647         * data/c.m4: Use "defined FOO" instead of "defined (FOO)", to
7648         satisfy new Makefile.maint rule.
7649         * data/glr.c: Likewise.
7650         * data/glr.cc: Likewise.
7651         * data/lalr1.cc: Likewise.
7652         * data/yacc.c: Likewise.
7653         * lib/ebitsetv.c: Likewise.
7654         * lib/lbitset.c: Likewise.
7655         * lib/subpipe.c: Likewise.
7656         * lib/timevar.c: Likewise.
7657         * src/system.h: Likewise.
7658         * data/yacc.c (YYSTYPE): Don't generate trailing spaces in output.
7659         * djgpp/Makefile.maint: Add copyright notice.
7660         * djgpp/README.in: Likewise.
7661         * djgpp/config.bat: Likewise.
7662         * djgpp/config.site: Likewise.
7663         * djgpp/config_h.sed: Likewise.
7664         * djgpp/djunpack.bat: Likewise.
7665         * djgpp/config.sed: Fix copyright notice to match standard format.
7666         * djgpp/subpipe.h: Likewise.
7667         * lib/bitsetv-print.c: Likewise.
7668         * lib/bitsetv.c: Likewise.
7669         * lib/subpipe.h: Likewise.
7670         * lib/timevar.c: Likewise.
7671         * lib/timevar.h: Likewise.
7672         * djgpp/subpipe.c: Use standard recipe for config.h.
7673         * lib/abitset.c: Likewise.
7674         * lib/bitset.c: Likewise.
7675         * lib/bitset_stats.c: Likewise.
7676         * lib/bitsetv-print.c: Likewise.
7677         * lib/bitsetv.c: Likewise.
7678         * lib/ebitsetv.c: Likewise.
7679         * lib/get-errno.c: Likewise.
7680         * lib/lbitset.c: Likewise.
7681         * lib/subpipe.c: Likewise.
7682         * lib/timevar.c: Likewise.
7683         * lib/vbitset.c: Likewise.
7684         * tests/local.at: Likewise.
7685         * src/scan-gram.l: Don't include verify.h, since system.h does
7686         that for us.
7687         * .x-sc_require_config_h: New file.
7688         * .x-sc_unmarked_diagnostics: New file.
7690 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
7692         Be a bit more systematic about using 'abort'.
7693         * lib/abitset.c (abitset_test): Remove ATTRIBUTE_UNUSED; not needed.
7694         * lib/bitset.c (bitset_bytes, bitset_init, bitset_op4_cmp):
7695         Put 'default: abort ();' before some other case, to satisfy older
7696         pedantic compilers.
7697         * lib/bitset_stats.c (bitset_stats_init): Likewise.
7698         * lib/ebitset.c (ebitset_elt_find, ebitset_op3_cmp): Likewise.
7699         * lib/lbitset.c (lbitset_elt_find, lbitset_op3_cmp): Likewise.
7700         * src/conflicts.c (resolve_sr_conflict): Likewise.
7701         * src/vcg.c (get_color_str, get_textmode_str, get_shape_str):
7702         (get_decision_str, get_orientation_str, get_node_alignment_str):
7703         (get_arrow_mode_str, get_crossing_type_str, get_view_str):
7704         (get_linestyle_str, get_arrowstyle_str): Likewise.
7705         * src/conflicts.c (resolve_sr_conflict):
7706         Use a default case rather than one for the one remaining enum
7707         value, to catch invalid enum values as well.
7708         * src/lalr.c (set_goto_map, map_goto):
7709         Prefer "assert (FOO);" to "if (!FOO) abort ();".
7710         * src/nullable.c (nullable_compute, token_definitions_output):
7711         Likewise.
7712         * src/reader.c (packgram, reader): Likewise.
7713         * src/state.c (transitions_to, state_new, state_reduction_find):
7714         Likewise.
7715         * src/symtab.c (symbol_user_token_number_set, symbol_make_alias):
7716         (symbol_pack): Likewise.
7717         * src/tables.c (conflict_row, pack_vector): Likewise.
7718         * src/scan-skel.l (QPUTS): Remove unnecessary parens.
7719         (BASE_QPUTS, "@output ".*\n): Remove unnecessary asserts.
7720         * src/system.h: Don't include <assert.h>.
7721         (assert): New macro.
7723         * doc/bison.texinfo (Prologue, Rules, Actions, Union Decl, Action Decl):
7724         (Destructor Decl, Parser Function, Pure Calling):
7725         Describe rules for braces inside C code more carefully.
7727 2006-01-19  Paul Eggert  <eggert@cs.ucla.edu>
7729         Fix some porting glitches found by Nelson H. F. Beebe.
7730         * lib/abitset.c (abitset_resize): Rewrite to avoid warnings from
7731         compilers that don't understand that abort () does not return.
7732         * src/state.c (transitions_to): Likewise.
7733         * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
7734         that '#include <cstdlib>' works.
7735         * src/system.h (INT8_MIN, INT16_MIN, INT32_MIN, INT8_MAX):
7736         (INT16_MAX, UINT8_MAX, INT32_MAX, UINT16_MAX, UINT32_MAX):
7737         #undef if ! defined __STDC_VERSION__ || __STDC_VERSION__ < 199901,
7738         for the benefit of some pre-C99 compilers.
7740         * bootstrap: Undo changes to gnulib files that autoreconf made.
7742         Minor fixups to get 'make maintainer-check' to work.
7743         * configure.ac: Don't use -Wnested-externs, as it's incompatible
7744         with the new verify.h implementation.
7745         * data/c.m4 (b4_yy_symbol_print_generate): YYUSE (yyoutput).
7746         * data/glr.c (YYUSE): Depend on __GNUC__ as well.
7747         * data/yacc.c (YYUSE): Likewise.
7748         * data/lalr1.cc (yysyntax_error_): YYUSE (yystate).
7749         * lib/subpipe.c (end_of_output_subpipe): The args are unused.
7750         * src/parse-gram.y (declaration): Don't pass a string constant
7751         to a function that expects char *, since GCC might complain
7752         about the constant value.
7753         * src/reader.c (symbol_typed_p): Add parens to pacify GCC.
7754         * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): #undef yylloc and yylval
7755         before #defining them.
7756         * tests/glr-regression.at
7757         (Incorrectly initialized location for empty right-hand side in GLR):
7758         In yyerror, use the msg arg.
7759         (Corrupted semantic options if user action cuts parse):
7760         (Incorrect lookahead during deterministic GLR):
7761         (Incorrect lookahead during nondeterministic GLR):
7762         Don't name a local var 'index'; it shadows string.h's 'index'.
7764 2006-01-19  Akim Demaille  <akim@epita.fr>
7766         * tests/calc.at (_AT_DATA_CALC_Y): Initialize the whole initial
7767         location, not just parts of it.
7769 2006-01-18  Paul Eggert  <eggert@cs.ucla.edu>
7771         * NEWS: Document the fact that multiple %unions are now allowed.
7772         * doc/bison.texinfo (Union Decl): Likewise.
7773         * TODO: This feature is now implemented, so remove it from
7774         the wishlist.
7776         * Makefile.maint: Merge with coreutils Makefile.maint.
7777         (CVS_LIST): Use build-aux version if available.
7778         (VERSION_REGEXP): New macro.
7779         (syntax-check-rules): Add sc_no_if_have_config_h,
7780         sc_prohibit_assert_without_use, sc_require_config_h,
7781         sc_useless_cpp_parens.
7782         (sc_obsolete_symbols): Check for O_NDELAY.
7783         (sc_dd_max_sym_length): Track coreutils.
7784         (sc_unmarked_diagnostics): Look in all files, not just *.c.
7785         (sc_useless_cpp_parens): New rule.
7786         (news-date-check): Look for version or today's date.
7787         (changelog-check): Don't require version number near head.
7788         (copyright-check): Use current year instead of hardwiring 2005.
7789         (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
7790         (announcement): Add --gpg-key-ID.
7792         * djgpp/config.sed: Add copyright notice, and replace "filesystem"
7793         with "file system".
7795         Avoid undefined behavior that addressed just before the start of an
7796         array.  Problem reported by twlevo.
7797         * src/reader.c (packgram): Prepend a new sentinel before ritem.
7798         * src/lalr.c (build_relations): Rely on new sentinel.
7799         * src/gram.c (gram_free): Adjust to new sentinel.
7801 2006-01-12  Joel E. Denny  <jdenny@ces.clemson.edu>
7803         * data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses to
7804         yylookaheadNeeds.  All uses updated.
7805         (yysplitStack): Rename local yynewLookaheadStatuses to
7806         yynewLookaheadNeeds.
7807         * data/glr-regression.at (Incorrect lookahead during nondeterministic
7808         GLR): In comments, change `lookahead status' to `lookahead need'.
7810 2006-01-11  Paul Hilfinger  <hilfingr@tully.CS.Berkeley.EDU>
7812         * data/glr.c (yysplitStack): A little stylistic rewrite.
7814 2006-01-11  Paul Hilfinger  <hilfingr@tully.CS.Berkeley.EDU>
7816         * data/glr.c (yyaddDeferredAction): Flesh out the comment.
7818 2006-01-11  Joel E. Denny  <jdenny@ces.clemson.edu>
7820         * doc/bison.texinfo: Fix some typos.
7821         (GLR Semantic Actions): New subsection discussing special
7822         considerations because GLR semantic actions might be deferred.
7823         (Actions): Mention look-ahead usage of yylval.
7824         (Actions and Locations): Mention look-ahead usage of yylloc.
7825         (Special Features for Use in Actions): Add YYEOF entry and mention it
7826         in the yychar entry.
7827         In the yychar entry, remove mention of the local yychar case (pure
7828         parser) since this is irrelevant information when writing semantic
7829         actions and since it's already discussed in `Table of Symbols' where
7830         yychar is otherwise described as an external variable.
7831         In the yychar entry, don't call it the `current' look-ahead since it
7832         isn't when semantic actions are deferred.
7833         In the yychar and yyclearin entries, add note about deferred semantic
7834         actions.
7835         Add yylloc and yylval entries discussing look-ahead usage.
7836         (Look-Ahead Tokens): When discussing yychar, don't call it the
7837         `current' look-ahead, and do mention yylval and yylloc.
7838         (Error Recovery): Cross-reference `Action Features' when mentioning
7839         yyclearin.
7840         (Table of Symbols): In the yychar entry, don't call it the `current'
7841         look-ahead.
7842         In the yylloc and yylval entries, mention look-ahead usage.
7844 2006-01-08  Joel E. Denny  <jdenny@ces.clemson.edu>
7846         * tests/glr-regression.at: Update copyright year to 2006.
7848 2006-01-06  Joel E. Denny  <jdenny@ces.clemson.edu>
7850         * data/glr.c (yyGLRStateSet): Add yybool* yylookaheadStatuses member to
7851         use during nondeterministic operation to track which stacks have
7852         actually needed the current lookahead.
7853         (yyinitStateSet, yyfreeStateSet, yyremoveDeletes, yysplitStack):
7854         Allocate, deallocate, resize, and otherwise shuffle space for
7855         yylookaheadStatuses in parallel with yystates member of yyGLRStateSet.
7856         (yysplitStack, yyprocessOneStack, yyparse): Set lookahead status
7857         appropriately during nondeterministic operation.
7858         (yySemanticOption): Add int yyrawchar, YYSTYPE yyval, and YYLTYPE yyloc
7859         members to store the current lookahead to be used by the deferred
7860         user action.
7861         (yyaddDeferredAction): Add size_t yyk parameter specifying the stack
7862         from which the RHS is taken.  Set the lookahead members of the new
7863         yySemanticOption according to the lookahead status for stack yyk.
7864         (yyglrShiftDefer, yyglrReduce): Pass yyk parameter on to
7865         yyaddDeferredAction.
7866         (yyresolveAction): Set yychar, yylval, and yylloc to the lookahead
7867         members of yySemanticOption before invoking yyuserAction, and then set
7868         them back to their current values afterward.
7869         (yyparse): Set yychar = YYEMPTY where yytoken = YYEMPTY.
7870         (yyreportAmbiguity): Add /*ARGSUSED*/ to pacify lint.
7871         * tests/glr-regression.at: Remove `.' from the ends of recent test case
7872         titles for consistency.
7873         (Leaked merged semantic value if user action cuts parse): In order to
7874         suppress lint warnings, use arguments in merge function, and assign
7875         char value < 128 in main.
7876         (Incorrect lookahead during deterministic GLR): New test case.
7877         (Incorrect lookahead during nondeterministic GLR): New test case.
7879 2006-01-06  Joel E. Denny  <jdenny@ces.clemson.edu>
7881         * data/c.m4 (b4_yy_symbol_print_generate): In yy_symbol_print, accept
7882         !yyvaluep as signal that no semantic value is available to print.
7883         * data/glr.c (yydestroyGLRState): If state is not resolved, don't try
7884         to print a semantic value.
7886 2006-01-06  Joel E. Denny  <jdenny@ces.clemson.edu>
7888         * tests/glr-regression.at: For consistency with my newer test cases,
7889         don't thank myself.
7891 2006-01-05  Joel E. Denny  <jdenny@ces.clemson.edu>
7893         * data/glr.c (yyresolveValue): When merging semantic options, if at
7894         least one user action succeeds but a later one cuts the parse, then
7895         destroy the semantic value before returning rather than leaking it.
7896         (yyresolveStates): If a user action cuts the parse and thus
7897         yyresolveValue fails, ignore the (unset) semantic value rather than
7898         corrupting the yyGLRState, and empty the semantic options list since
7899         the user actions should have called all necessary destructors.
7900         Simplify code with YYCHK.
7901         * tests/glr-regression.at (Corrupted semantic options if user action
7902         cuts parse): New test case.
7903         (Undesirable destructors if user action cuts parse): New test case.
7904         Before applying any of this patch, this test case never actually failed
7905         for me... but only because the corrupted semantic options usually
7906         masked this bug.
7907         (Leaked merged semantic value if user action cuts parse): New test
7908         case.
7910 2006-01-05  Akim Demaille  <akim@epita.fr>
7912         * src/reader.c, src/symlist.h, src/symlist.c: s/mid_rule/midrule/.
7914 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
7916         * data/c.m4 (b4_c_modern): New macro, with a new provision for
7917         _MSC_VER.  Problem reported by Cenzato Marco.
7918         (b4_c_function_def): Use it.
7919         * data/yacc.c (YYMODERN_C): Remove.  All uses replaced by
7920         b4_c_modern.
7921         (yystrlen, yystpcpy, yyparse): Use b4_c_function... macros rather
7922         than rolling our own.
7924 2006-01-04  Akim Demaille  <akim@epita.fr>
7926         Also warn about non-used mid-rule values.
7927         * src/symlist.h, src/symlist.c (symbol_list): Add a mid_rule
7928         member.
7929         (symbol_list_new): Adjust.
7930         * src/reader.c (symbol_typed_p): New.
7931         (grammar_rule_check): Use it.
7932         (grammar_midrule_action): Bind a mid-rule LHS to its rule.
7933         Check its rule.
7934         * tests/input.at (AT_CHECK_UNUSED_VALUES): New.
7935         Use it.
7936         * tests/actions.at (Exotic Dollars): Adjust.
7938 2006-01-04  Akim Demaille  <akim@epita.fr>
7940         * src/reader.c (grammar_midrule_action): If $$ is set in a
7941         mid-rule, move the `used' bit to its lhs.
7942         * tests/input.at (Unused values): New.
7943         * tests/actions.at (Exotic Dollars): Adjust: exp is not typed.
7945 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
7947         * doc/bison.texinfo (Bison Options): Say more accurately what
7948         --yacc does.
7949         * src/parse-gram.y (rules_or_grammar_declaration): Don't complain
7950         about declarations in the grammar when in Yacc mode, as POSIX does
7951         not require a diagnostic when the grammar uses extensions.
7953         * src/reduce.c (reduce_grammar): Remove unnecessary cast to bool.
7955         Warn about dubious constructions like "%token T T".
7956         Reported by twlevo.
7957         * src/symtab.h (struct symbol.declared): New member.
7958         * src/symtab.c (symbol_new): Initialize it to false.
7959         (symbol_class_set): New arg DECLARING, specifying whether
7960         this is a declaration that we want to warn about, if there
7961         is more than one of them.  All uses changed.
7963         * data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c:
7964         Allow multiple %union directives, whose contents concatenate.
7965         * src/parse-gram.y (grammar_declaration): Likewise.
7966         Use muscle_code_grow, so that we don't need stype_line any more.
7967         All uses changed.
7969         * src/muscle_tab.c (muscle_grow): Fix comment.
7971         * ChangeLog, data/c.m4, data/glr.c, data/glr.cc, data/location.cc:
7972         * data/yacc.c, src/getargs.c, src/output.c, tests/cxx-type.at:
7973         Update copyright year to 2006.
7975 2006-01-03  Akim Demaille  <akim@epita.fr>
7977         Have glr.cc pass (some of) the calc.at tests.
7978         * data/glr.cc (b4_parse_param_orig): New.
7979         (b4_parse_param): Improve its definition, and bound it more
7980         clearly in the skeleton.
7981         (b4_epilogue): Append, instead of prepending, in order to keep
7982         #line consistency.
7983         Simplify the generation of auxiliary functions: locations and
7984         purity are mandated.
7985         (b4_global_tokens_and_yystype): Honor it.
7986         * data/location.cc (c++.m4): Don't include it.
7987         * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Define AT_GLR_CC_IF
7988         and AT_SKEL_CC_IF.
7989         * tests/calc.at (AT_CHECK_CALC): Rely on AT_SKEL_CC_IF instead of
7990         AT_LALR1_CC_IF.
7991         Be sure to initialize the first position's filename.
7992         (AT_CHECK_CALC_LALR1_CC): Add %location and %defines, they are
7993         mandated anyway.
7994         (AT_CHECK_CALC_GLR_CC): New.
7995         Use it to exercise glr.cc as a lalr1.cc drop-in replacement.
7997 2006-01-02  Akim Demaille  <akim@epita.fr>
7999         * src/output.c (output_skeleton): Don't hard wire the inclusion of
8000         c.m4.
8001         * data/c++.m4, data/glr.c, data/yacc.c: Include c.m4.
8002         * data/glr.cc: Do not include stack.hh.
8004 2006-01-02  Joel E. Denny  <jdenny@ces.clemson.edu>
8006         * data/glr.c: Reformat whitespace with tabs.
8007         (b4_lpure_formals): Remove this unused m4 macro.
8008         * tests/cxx-type.at: Reformat whitespace with tabs.
8009         (_AT_TEST_GLR_CXXTYPES): In union Node, rename node_info to nodeInfo
8010         since it's a member.  Rename type to isNterm for clarity.
8012 2005-12-29  Akim  <akim@sulaco.local>
8014         Let glr.cc catch up with symbol_value_print.
8015         * data/glr.cc (b4_yysymprint_generate): Replace by...
8016         (b4_yy_symbol_print_generate): this.
8017         (yy_symbol_print, yy_symbol_value_print): Declare them.
8019 2005-12-28  Paul Eggert  <eggert@cs.ucla.edu>
8021         * src/location.h (boundary): Note that a line or column equal
8022         to INT_MAX indicates an overflow.
8023         * src/scan-gram.l: Include verify.h.  Don't include get-errno.h.
8024         (rule_length_overflow, increment_rule_length, add_column_width):
8025         New functions.
8026         (<INITIAL>{id}, <SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'"):
8027         (<SC_BRACED_CODE>"}"):
8028         Use increment_rule_length rather than incrementing it by hand.
8029         (adjust_location, handle_syncline): Diagnose overflow.
8030         (handle_action_dollar, handle_action_at):
8031         Fix bug with monstrosities like $-2147483648.
8032         Remove now-unnecessary checks.
8033         (scan_integer): Verify assumptions and remove now-unnecessary checks.
8034         (convert_ucn_to_byte): Verify assumptions.
8035         (handle_syncline): New arg LOC.  All callers changed.
8036         Don't store through a value derived from char const * pointer.
8038         * src/reader.c (grammar_rule_check): Rewrite slightly to avoid
8039         GCC warnings.
8041 2005-12-27  Paul Eggert  <eggert@cs.ucla.edu>
8043         * src/reader.c (grammar_midrule_action, grammar_symbol_append):
8044         Remove unnecessary forward static decls.
8046 2005-12-27  Akim Demaille  <akim@epita.fr>
8048         * src/reader.c (grammar_current_rule_check): Also check that $$
8049         is used.
8050         Take the rule to check as argument, hence rename as...
8051         (grammar_rule_check): this.
8052         * src/reader.h, src/reader.c (grammar_rule_begin, grammar_rule_end):
8053         Rename as...
8054         (grammar_rule_begin, grammar_rule_end): these, for consistency.
8055         (grammar_midrule_action, grammar_symbol_append): Now static.
8056         * tests/torture.at (input): Don't rely on the default action
8057         being always performed.
8058         * tests/calc.at: "Set" $$ even when the action is "cut" with
8059         YYERROR or other.
8060         * tests/actions.at (Exotic Dollars): Instead of using unused
8061         values, check that the warning is issued.
8063 2005-12-22  Paul Eggert  <eggert@cs.ucla.edu>
8065         * NEWS: Improve wording for unused-value warnings.
8067 2005-12-22  Akim Demaille  <akim@epita.fr>
8069         * data/lalr1.cc, data/yacc.c, data/glr.c, data/c.m4
8070         (b4_yysymprint_generate): Rename as...
8071         (b4_yy_symbol_print_generate): this.
8072         Generate yy_symbol_print instead of yysymprint.
8073         Generate also yy_symbol_value_print, and use it.
8075 2005-12-22  Akim Demaille  <akim@epita.fr>
8077         * NEWS: Warn about unused values.
8078         * src/symlist.h, src/symlist.c (symbol_list, symbol_list_new): Add
8079         a `used' member.
8080         (symbol_list_n_get, symbol_list_n_used_set): New.
8081         (symbol_list_n_type_name_get): Use symbol_list_n_get.
8082         * src/scan-gram.l (handle_action_dollar): Flag used symbols.
8083         * src/reader.c (grammar_current_rule_check): Check that values are
8084         used.
8085         * src/symtab.c (symbol_print): Accept 0.
8086         * tests/existing.at: Remove the type information.
8087         Empty the actions.
8088         Remove useless actions (beware of mid-rule actions: perl -000
8089         -pi -e 's/\s*\{\}(?=[\n\s]*[|;])//g').
8090         * tests/actions.at (Exotic Dollars): Use unused values.
8091         * tests/calc.at: Likewise.
8092         * tests/glr-regression.at (No users destructors if stack 0 deleted):
8093         Likewise.
8095         * src/gram.c (rule_useful_p, rule_never_reduced_p): Use
8096         rule_useful_p.
8098 2005-12-21  Paul Eggert  <eggert@cs.ucla.edu>
8100         Undo 2005-12-01 tentative license wording change.  The wording is
8101         still being reviewed by the lawyers, and we don't want to wait for
8102         them before publishing a test release.  For now, revert to the
8103         previous wording.
8104         * NEWS: Undo 2005-12-01 change.
8105         * data/glr.c: Revert to previous license wording.
8106         * data/glr.cc: Likewise.
8107         * data/lalr1.cc: Likewise.
8108         * data/location.cc: Likewise.
8109         * data/yacc.c: Likewise.
8111         * NEWS: Reword %destructor vs YYABORT etc.
8112         * data/glr.c: Use American spacing, for consistency.
8113         * data/glr.cc: Likewise.
8114         * data/lalr1.cc: Likewise.
8115         * data/yacc.c: Likewise.
8116         * data/yacc.c: Reformat comments slightly.
8117         * doc/bison.texinfo: Replace "non-" with "non" when that makes sense,
8118         for consistency.  Fix some spelling errors and reword recently-included
8119         text slightly.
8120         * tests/cxx-type.at: Cast results of malloc, for C++.
8122 2005-12-21  Joel E. Denny  <address@hidden>
8124         * tests/cxx-type.at: Construct a tree, count the parents of shared
8125         nodes, and free each node once and only once.  Previously, the memory
8126         for semantic values was leaked instead.
8128 2005-12-21  Joel E. Denny  <address@hidden>
8130         * data/glr.c (struct yyGLRStack): If pure, add yyval and yyloc members.
8131         (yylval, yylloc): If pure, #define to yystackp->yyval and
8132         yystackp->yyloc similar to yychar and yynerrs.
8133         (yyparse): If pure, remove local yylval and yylloc. Add local
8134         yystackp to accommodate pure definitions of yylval and yylloc.
8135         (b4_lex_param, b4_lyyerror_args, b4_lpure_args): If pure, change
8136         yylvalp and yyllocp to &yylval and &yylloc.
8137         (nerrs, char, lval, lloc): If pure, add #define's for b4_prefix[]
8138         namespace. Previously, nerrs and char were missing, but lval and lloc
8139         weren't necessary.
8140         (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Remove
8141         yylvalp and yyllocp parameters since, if pure, these are now always
8142         accessible through yystackp.  If not pure, they are still accessible
8143         globally.
8144         * data/glr.c, data/yacc.c (YYLLOC_DEFAULT): Change `if (N)' to
8145         `if (YYID (N))' to pacify lint.
8147 2005-12-21  Akim Demaille  <akim@epita.fr>
8149         YYACCEPT, YYERROR, and YYABORT, as user actions, should not
8150         destroy the RHS symbols of a rule.
8151         * data/yacc.c (yylen): Initialize to 0.
8152         Keep its value to the number of items to possibly shift.
8153         In particular, a regular successful parse that ends on YYFINAL by
8154         a (internal) YYACCEPT must not have yylen != 0.
8155         (yyerrorlab, yyreturn): Pop the RHS.
8156         Reorder a bit to emphasize the `shifting' bits of code.
8157         (YYPOPSTACK): Now accept a number of items to pop.
8158         * data/lalr1.cc: Likewise.
8159         * data/glr.c: Formatting changes.
8160         Use goto instead of fall through.
8161         * doc/bison.texinfo (Destructor Decl): Complete.
8163 2005-12-20  Juan Manuel Guerrero  <juan.guerrero@gmx.de>
8165         * Makefile.am: DJGPP specific files added to EXTRA_DIST.
8166         * djgpp/Makefile.maint: Fix PACKAGE variable computation.
8167         * djgpp/config.bat: Replace every occurence of the file name
8168         scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
8169         c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
8170         * djgpp/config.sed: Replace every occurence of the file name
8171         scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
8172         c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
8173         * djgpp/djunpack.bat: DJGPP specific file.
8174         * djgpp/fnchange.lst: DJGPP specific file.
8175         * djgpp/README.in: Add new information about how to unpack the bison
8176         source on MSDOS and other systems which have 8.3 file name restrictions
8177         using djunpack.bat and fnchange.lst.
8179 2005-12-12  Paul Eggert  <eggert@cs.ucla.edu>
8181         * bootstrap (build_cvs_prefix): Remove; unused.
8182         (CVS_PREFIX): Adjust to yesterday's Savannah reorganization
8183         when getting gnulib.
8185 2005-12-12  "Joel E. Denny" <jdenny@ces.clemson.edu>
8187         * data/glr.c: Reorder typedef declarations for structs to match order
8188         of struct declarations.
8189         Rename yystack everywhere to yystackp except in yyparse where it's not
8190         a pointer.
8191         (yyglrShift): Change parameter YYSTYPE yysval to YYSTYPE* yyvalp for
8192         consistency.
8193         (yyis_table_ninf): Change 0 to YYID (0) to pacify lint.
8194         (yyreportSyntaxError): Add /*ARGSUSED*/ to pacify lint.
8195         (yyparse): Change while (yytrue) to while ( YYID (yytrue)) to pacify
8196         lint.
8198 2005-12-09  Paul Eggert  <eggert@cs.ucla.edu>
8200         * tests/sets.at (Accept): Fix typos in regular expression used to
8201         sed out the final state number.
8203         Work around portability problem on Solaris 10: flex-generated
8204         files include <stdio.h> before <config.h>, which messes up
8205         because the latter defines __EXTENSIONS__.  Address the problem
8206         by creating two new little files that include <config.h> first,
8207         then include the flex-generated files.  Rewrite everyone else
8208         to include <config.h> first, as well.
8209         * lib/timevar.c: Always include "config.h".
8210         * src/Makefile.am (bison_SOURCES): Replace scan-gram.l with
8211         scan-gram-c.c, and scan-skel.l with scan-skel-c.c.
8212         (EXTRA_bison_SOURCES): New macro.
8213         * src/scan-gram-c.c, src/scan-skel-c.c: New files.
8214         * src/system.h: Don't include config.h.
8215         * src/LR0.c: Include <config.h> first.
8216         * src/assoc.c: Likewise.
8217         * src/closure.c: Likewise.
8218         * src/complain.c: Likewise.
8219         * src/conflicts.c: Likewise.
8220         * src/derives.c: Likewise.
8221         * src/files.c: Likewise.
8222         * src/getargs.c: Likewise.
8223         * src/gram.c: Likewise.
8224         * src/lalr.c: Likewise.
8225         * src/location.c: Likewise.
8226         * src/main.c: Likewise.
8227         * src/muscle_tab.c: Likewise.
8228         * src/nullable.c: Likewise.
8229         * src/output.c: Likewise.
8230         * src/parse-gram.y: Likewise.
8231         * src/print.c: Likewise.
8232         * src/print_graph.c: Likewise.
8233         * src/reader.c: Likewise.
8234         * src/reduce.c: Likewise.
8235         * src/relation.c: Likewise.
8236         * src/state.c: Likewise.
8237         * src/symlist.c: Likewise.
8238         * src/symtab.c: Likewise.
8239         * src/tables.c: Likewise.
8240         * src/uniqstr.c: Likewise.
8241         * src/vcg.c: Likewise.
8243         * src/parse-gram.y: Fix minor problems uncovered by lint.
8244         (current_lhs, current_lhs_location): Now static.
8245         (current_assoc): Remove unused variable.
8247         Cleanups so that Bison-generated parsers have less lint.
8248         * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate):
8249         Prepend /*ARGSUSED*/, for lint's sake.
8250         * data/glr.c (YYUSE): Properly parenthesize, and use an alternate
8251         definition if 'lint' is defined.
8252         (YYID): New macro (or function, if lint).
8253         All uses of /*CONSTCOND*/0 replaced by YYID(0).
8254         * data/yacc.c: Likewise.
8255         * data/glr.c (yyuserAction, yyuserMerge, yy_reduce_print):
8256         (yyrecoverSyntaxError): Prepend /*ARGSUSED*/.
8257         * data/glr.cc (YYLLOC_DEFAULT): Omit /*CONSTCOND*/ since this code
8258         is C++ only.
8259         * data/lalr1.cc (YYUSE): Just use a cast, since this code is C++ only.
8260         * data/yacc.c (YYSTACK_FREE) [defined YYSTACK_ALLOC]:
8261         Use YYID(0) rather than 0, for lint.
8262         (yystrlen): Rewrite to avoid lint warning about ptrdiff_t overflow.
8263         (yysyntax_error): Rewrite to avoid lint warnings about parenthesization.
8265 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
8267         * tests/glr-regression.at
8268         (Improper handling of embedded actions and dollar(-N) in GLR parsers):
8269         Close memory leak reported by twlevo.
8271 2005-12-06  "Joel E. Denny" <jdenny@ces.clemson.edu>
8273         * data/glr.c (yyprocessOneStack, yyparse): Synchronize the shift for
8274         all stacks.
8275         (yyparse): Iterate another stack in order to call user destructors.
8276         * tests/glr-regression.at (No users destructors if stack 0 deleted):
8277         New test case.
8278         (Duplicated user destructor for lookahead): This test now is expected
8279         to succeed.
8281 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
8283         * NEWS: Document the following change.
8284         * data/yacc.c: Say "parser skeleton" rather than "file", since
8285         it's no longer just a file.
8286         * data/glr.c: Grant a special exception for C GLR parsers, that
8287         reads like the already-existing exception for C LALR(1) parsers.
8288         * data/glr.cc: Likewise.
8289         * data/lalr1.cc: Likewise.
8290         * data/location.cc: Likewise.
8291         * data/yacc.c: Reword the "written by" statement to clarify that
8292         it was the parser skeleton, not the entire output file.
8293         * data/glr.c: Written by Paul Hilfinger.
8294         * data/glr.cc: Written by Akim Demaille.
8295         * data/lalr1.cc: Likewise.
8297 2005-11-18  Paul Eggert  <eggert@cs.ucla.edu>
8299         * data/yacc.c (yy_reduce_print, YY_REDUCE_PRINT):
8300         Fix typos in previous change that broke 'make check'.
8301         YY_REDUCE_PRINT cannot be a pseudo-varargs macro; that isn't
8302         supported in C.
8303         * tests/calc.at (_AT_CHECK_CALC,_AT_CHECK_CALC_ERROR):
8304         Don't check NUM-STDERR-LINES, since the output format is fluctuating.
8305         We can revert this once things settle down.
8307         * src/conflicts.c (conflicts_print): Don't print file name twice
8308         when %expect fails because there were no conflicts.
8309         * doc/bison.texinfo (Expect Decl): Tighten up wording in previous
8310         change.
8311         * tests/conflicts.at (%expect not enough, %expect too much):
8312         (%expect with reduce conflicts): Adjust to new behavior.
8314 2005-11-18  Akim Demaille  <akim@epita.fr>
8316         * src/conflicts.c (conflicts_print): Unsatisfied %expectation are
8317         errors.
8318         * NEWS: Document this.
8319         * doc/bison.texinfo (Expect Decl): Likewise.
8321 2005-11-16  Akim Demaille  <akim@epita.fr>
8323         Generalize the display of semantic values and locations in traces.
8324         * data/glr.c (yy_reduce_print): Fix indices (again).
8325         * data/c++.m4 (b4_rhs_value, b4_rhs_location): Don't expect
8326         literal integers.
8327         * data/lalr1.cc (yyreduce_print): Rename as...
8328         (yy_reduce_print): this.
8329         Display values and locations.
8330         * data/yacc.c (yy_reduce_print): Likewise.
8331         (YY_REDUCE_PRINT): Adjust to pass the required arguments.
8332         (yysymprint): Move higher to be visible from yy_reduce_print).
8333         (yyparse): Adjust.
8334         * tests/calc.at: Adjust the expected length of the traces.
8336 2005-11-14  Akim Demaille  <akim@epita.fr>
8338         * data/glr.c (yy_reduce_print): The loop was quite wrong: type are
8339         from 1 to N, while values and location start at 0.
8340         (b4_rhs_location, b4_rhs_value): Add parens around $1 and $2.
8342 2005-11-14  Akim Demaille  <akim@epita.fr>
8344         * data/glr.c (yy_reduce_print): Fix the $ number.
8346 2005-11-14  Akim Demaille  <akim@epita.fr>
8348         "Use" parse parameters.
8349         * data/c.m4 (b4_parse_param_for, b4_parse_param_use): New.
8350         * data/glr.c, data/glr.cc: Use them.
8351         * data/glr.c (YYUSE): Have a C++ definition that supports
8352         non-pointer types.
8354 2005-11-14  Akim Demaille  <akim@epita.fr>
8356         * data/glr.c (yyexpandGLRStack): Declare only if defined.
8358 2005-11-14  Akim Demaille  <akim@epita.fr>
8360         * data/glr.cc: New.
8361         * data/m4sugar/m4sugar.m4 (m4_prepend): New.
8363 2005-11-12  Akim Demaille  <akim@epita.fr>
8365         Let position and location be PODs.
8366         * data/location.cc (position::initialize, location::initialize): New.
8367         (position::position, location::location): Define only if
8368         b4_location_constructors is defined.
8369         * data/lalr1.cc (b4_location_constructors): Define it for backward
8370         compatibility.
8371         * doc/bison.texinfo (Initial Action Decl): Use initialize.
8373 2005-11-12  Akim Demaille  <akim@epita.fr>
8375         * data/lalr1.cc: Move the body of the ctor and dtor into the
8376         parser file (instead of the header).
8377         Wrap the implementations in a "namespace yy".
8379 2005-11-12  Akim Demaille  <akim@epita.fr>
8381         Have glr.c include its header file when created.
8382         * data/glr.c (b4_shared_declarations): New.
8383         Output them verbatim in the parser if !%defines, otherwise
8384         output then in the header file, and include it instead.
8386 2005-11-11  Akim Demaille  <akim@epita.fr>
8388         * data/glr.c: Comment changes.
8390 2005-11-11  Akim Demaille  <akim@epita.fr>
8392         When yydebug, report semantic and location values for reductions.
8393         * data/glr.c (yy_reduce_print): Report the semantic values and the
8394         locations.
8395         (YY_REDUCE_PRINT): Adjust.
8396         (yyglrReduce): Use them.
8397         (b4_rhs_value, b4_rhs_location): Remove m4_eval invocations.
8398         * data/c.m4 (b4_yysymprint_generate): Specify the const arguments.
8399         * tests/calc.at (_AT_CHECK_CALC_ERROR): Remove the reduction
8400         traces.
8402 2005-11-10  Akim Demaille  <akim@epita.fr>
8404         * data/glr.c (yynewGLRStackItem, YY_RESERVE_GLRSTACK): New.
8405         (yyaddDeferredAction, yyglrShift, yyglrShiftDefer): Use them.
8406         (yyexpandGLRStack, YYRELOC): Define only when YYSTACKEXPANDABLE.
8408 2005-11-09  Albert Chin-A-Young  <china@thewrittenword.com>
8410         * m4/cxx.m4, examples/Makefile.am: Don't build
8411         examples/calc++ if no C++ compiler is available.  (trivial change)
8413 2005-11-09  Akim Demaille  <akim@epita.fr>
8415         * src/scan-skel.l: Use a couple of asserts.
8417 2005-11-03  Akim Demaille  <akim@epita.fr>
8419         In some (weird) cases, the final state number is incorrect.
8420         Reported by Alexandre Duret-Lutz.
8421         * src/LR0.c (state_list_append): Remove the computation of
8422         final_state.
8423         (save_reductions): Do it here.
8424         (get_state): Alpha conversion.
8425         (generate_states): Use a for loop.
8426         * src/gram.h (item_number_is_rule_number)
8427         (item_number_is_symbol_number): New.
8428         * src/state.c: Use assert.
8429         * src/system.h: Include assert.h.
8430         * tests/sets.at (Accept): New.
8432 2005-10-30  Paul Hilfinger  <hilfingr@tully.CS.Berkeley.EDU>
8434         * data/glr.c (yyfill): Adjust comment.
8435         (yyresolveAction): Initialize default location properly
8436         for empty right-hand sides.
8437         (yydoAction): Ditto.
8438         Add comment explaining apparently dead code.
8439         * tests/glr-regression.at
8440         (Incorrectly initialized location for empty right-hand side in GLR):
8441         New test.
8443 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
8445         * bootstrap (cleanup_gnulib): New function.  Use it to clean up
8446         gnulib when interrupted.  This fixes some race conditions and
8447         works around some portability problems (one noted by Paul
8448         Hilfinger).
8450 2005-10-22  Akim  <akim@epita.fr>
8452         * Makefile.cfg: Adjust to config -> build-aux.
8453         Reported by twledo.
8455 2005-10-21  Akim Demaille  <akim@epita.fr>
8457         * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Pass
8458         the %parse-params.
8459         * data/glr.c (YY_SYMBOL_PRINT, yydestroyGLRState): Adjust.
8460         * data/yacc.c (b4_Pure_if): Rename as...
8461         (b4_yacc_pure_if): this.
8462         (YY_SYMBOL_PRINT, yyparse): Adjust.
8463         * doc/bison.texinfo: Formatting changes.
8465 2005-10-21  Akim Demaille  <akim@epita.fr>
8467         Finish the transition config -> build-aux.
8468         * configure.ac, Makefile.am: Use build-aux.
8469         * config/prev-version, config/announce-gen, config/Makefile.am:
8470         Move to...
8471         * build-aux/prev-version, build-aux/announce-gen,
8472         * build-aux/Makefile.am: here.
8474 2005-10-14  Akim Demaille  <akim@epita.fr>
8476         * examples/calc++/test: Use set -x only when VERBOSE.
8478 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
8480         * NEWS: Bison now warns if it finds a stray `$' or `@' in an action.
8481         * src/scan-gram.l (<SC_BRACED_CODE>[$@]): Implement this.
8483 2005-10-13  Akim Demaille  <akim@epita.fr>
8485         * src/scan-skel.l: Output the base name parts of the parser and
8486         header file names.
8487         * tests/output.at (AT_CHECK_OUTPUT): Support subdirectories, and
8488         additional checks.
8489         Use this to exercise C++ outputs in subdirs.
8490         Reported by Oleg Smolsky.
8492 2005-10-12  Paul Eggert  <eggert@cs.ucla.edu>
8494         * data/c.m4 (b4_c_function_def): Look at __C99_FUNC__, not at
8495         __STDC_VERSION__, as IBM cc 7.0 doesn't define the latter either.
8496         Problem reported by John P. Hartmann.
8497         * data/yacc.c (YYMODERN_C): Likewise.  Don't define if the user has
8498         already defined it.
8500 2005-10-12  Akim Demaille  <akim@epita.fr>
8502         * src/parse-gram.y (version_check): Exit 63 to please missing
8503         (stands for "version mismatch).
8504         * tests/input.at, doc/bison.texinfo: Adjust.
8506 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
8508         Work around portability problems with Visual Age C compiler
8509         (xlc and xlC_r) reported by John P. Hartmann.
8510         * data/location.cc (initial_column, initial_line): Remove.
8511         All uses replaced by 0 and 1.
8512         * src/scan-gram.l (gram_wrap): Redefine to avoid bug in flex 2.5.31
8513         that xlc complains about.
8514         * src/scan-skel.l (skel_wrap): Likewise.
8515         * data/c.m4 (b4_c_function_def): Look at __STDC_VERSION__ as well
8516         as __STDC__.
8517         * data/yacc.c (YYMODERN_C): New macro, which also looks at
8518         __STDC_VERSION__.  Use it everywhere instead of looking at
8519         __STDC__ and __cplusplus.
8521 2005-10-10  Akim Demaille  <akim@epita.fr>
8523         * examples/calc++/test: Be quiet unless VERBOSE.
8525 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
8527         * data/c.m4 (yydestruct, yysymprint):
8528         Use YYUSE instead of casting to void.
8529         * data/glr.c (YYUSE): New macro.
8530         (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
8531         Use it instead of rolling our own.
8532         (YYLLOC_DEFAULT, YYCHK, YYDPRINTF, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
8533         (YYCHK1):
8534         Use /*CONSTCOND*/ to suppress lint warnings.
8535         * data/lalr1.cc (YYLLOC_DEFAULT, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
8536         (YY_STACK_PRINT): Use 'false' not '0'.
8537         (YYUSE): New macro.
8538         (yysymprint_, yydestruct_): Use it instead of rolling our own.
8539         * data/yacc.c (YYUSE): New macro.
8540         (YYCOPY, YYSTACK_RELOCATE, YYBACKUP, YYLLOC_DEFAULT):
8541         (YYDPRINTF, YY_SYMBOL_PRINT, YY_STACK_PRINT, YY_REDUCE_PRINT):
8542         (yyerrorlab): Use /*CONSTCOND*/ to suppress lint warnings.
8545         * data/m4sugar/m4sugar.m4 (_m4_map): New macro.
8546         (m4_map, m4_map_sep): Use it.  Handle the empty list correctly.
8548 2005-10-04  Paul Eggert  <eggert@cs.ucla.edu>
8550         Undo the parts of the unlocked-I/O change that substituted
8551         putc or puts for printf.  This might hurt performance a bit,
8552         but some people prefer the printf style.
8553         * data/c.m4 (yysymprint): Prefer printf to puts and putc.
8554         * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): Remove.
8555         All uses replaced by YYFPRINTF and YYDPRINTF.
8556         * data/yacc.c: Likewise.
8557         * lib/bitset.c (bitset_print): Likewise.
8558         * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer printf to
8559         putc and puts.
8560         * lib/lbitset.c (debug_lbitset): Likewise.
8561         * src/closure.c (print_firsts, print_fderives): Likewise.
8562         * src/gram.c (grammar_dump): Likewise.
8563         * src/lalr.c (look_ahead_tokens_print): Likewise.
8564         * src/output.c (escaped_output): Likewise.
8565         (user_actions_output): Break apart two printfs.
8566         * src/parse-gram.y (%printer): Prefer printf to putc and puts.
8567         * src/reduce.c (reduce_print): Likewise.
8568         * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
8569         * src/system.h: Include unlocked-io.h rathe than stdio.h.
8571         * data/glr.c (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
8572         Use assignments rather than casts-to-void to suppress
8573         unused-variable warnings.  This pacifies 'lint'.
8574         * data/lalr1.cc (yysymprint_, yydestruct_): Use a call to suppress
8575         unused-variable warnings.
8577 2005-10-03  Juan Manuel Guerrero  <juan.guerrero@gmx.de>
8579         * Makefile.am: DJGPP specific files added to EXTRA_DIST.
8581 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
8583         Use unlocked I/O for a minor performance improvement on hosts like
8584         GNU/Linux and Solaris that support unlocked I/O.  The basic idea
8585         is to use the gnlib unlocked-io module, and to prefer putc and
8586         puts to printf when either will work (since the latter doesn't
8587         come in an unlocked flavor).
8588         * bootstrap (gnulib_modules): Add unlocked-io.
8589         * data/c.m4 (yysymprint): Prefer puts and putc to printf.
8590         * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): New macros.
8591         Prefer them to YYFPRINTF and YYDPRINTF if either will do,
8592         and similarly for puts and putc and printf.
8593         * data/yacc.c: Likewise.
8594         * lib/bitset.c (bitset_print): Likewise.
8595         * lib/bitset.h [USE_UNLOCKED_IO]: Include unlocked-io.h.
8596         * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer putc and puts
8597         to printf.
8598         * lib/lbitset.c (debug_lbitset): Likewise.
8599         * src/closure.c (print_firsts, print_fderives): Likewise.
8600         * src/gram.c (grammar_dump): Likewise.
8601         * src/lalr.c (look_ahead_tokens_print): Likewise.
8602         * src/output.c (escaped_output): Likewise.
8603         (user_actions_output): Coalesce two printfs.
8604         * src/parse-gram.y (%printer): Prefer putc and puts to printf.
8605         * src/reduce.c (reduce_print): Likewise.
8606         * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
8607         * src/system.h: Include unlocked-io.h rather than stdio.h.
8609         * data/lalr1.cc: Don't put an unmatched ' in a dnl comment, as
8610         this confuses xgettext.
8612 2005-10-02  Akim Demaille  <akim@epita.fr>
8614         * bootstrap (gnulib_modules): Add strverscmp.
8615         * lib/.cvsignore: Add strverscmp.c, strverscmp.h.
8616         * m4/.cvsignore: Add strverscmp.m4.
8617         * src/parse-gram.y (%require): New token, new rule.
8618         (version_check): New.
8619         * src/scan-gram.l (%require): Adjust.
8620         * tests/input.at (AT_REQUIRE): New.
8621         Use it.
8622         * doc/bison.texinfo (Require Decl): New.
8623         (Calc++ Parser): Use %require.
8625 2005-10-02  Akim Demaille  <akim@epita.fr>
8627         * data/location.cc: New.
8629 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>,
8630             Akim Demaille  <akim@epita.fr>
8632         Make sure -odir/foo.cc creates dir/location.hh etc.
8633         * src/files.h (spec_outfile, parser_file_name, spec_name_prefix)
8634         (spec_file_prefix, spec_verbose_file, spec_graph_file)
8635         (spec_defines_file): Now const.
8636         (dir_prefix): New.
8637         (short_base_name): Remove.
8638         * src/files.c: Adjust.
8639         (dirname.h): Include.
8640         (base_name): Don't prototype it.
8641         (finput): Remove, duplicates gram_in.
8642         (full_base_name, short_base_name): Replace by...
8643         (all_but_ext, all_but_tab_ext): these.
8644         (compute_base_names): Rename as...
8645         (compute_file_name_parts): this.
8646         Update to compute the new variables, including dir_prefix.
8647         Adjust dependencies.
8648         * src/output.c (prepare): Output them.
8649         * src/reader.c: Adjust to use gram_in, not finput.
8650         * src/scan-skel.l (@dir_prefix@): New.
8652 2005-10-02  Juan Manuel Guerrero  <juan.guerrero@gmx.de>
8654         * lib/subpipe.c: New function end_of_output_subpipe() added
8655         to allow support for non-posix systems. This is a no-op function
8656         for posix systems.
8658         * lib/subpipe.h: New function end_of_output_subpipe() added
8659         to allow support for non-posix systems. This is a no-op function
8660         for posix systems.
8662         * src/output.c (output_skeleton): Use end_of_output_subpipe() to
8663         handle the lack of pipe/fork functionality on non-posix systems.
8665         * djgpp/Makefile.maint: DJGPP specific file.
8667         * djgpp/README.in: DJGPP specific file.
8669         * djgpp/config.bat: DJGPP specific configuration file.
8671         * djgpp/config.sed: DJGPP specific configuration file.
8673         * djgpp/config.site: DJGPP specific configuration file.
8675         * djgpp/config_h.sed: DJGPP specific configuration file.
8677         * djgpp/subpipe.c: DJGPP specific replacement file for lib/subpipe.c.
8679         * djgpp/subpipe.h: DJGPP specific replacement file for lib/subpipe.h.
8681 2005-10-02  Akim Demaille  <akim@epita.fr>
8683         * data/location.cc: New, extract from...
8684         * data/lalr1.cc: here.
8685         (location.hh): Include it after the user prologue, in case the
8686         filename type is defined by the user.
8687         Forward declation location and position before the pre-prologue.
8688         (yyresult_): Rename as...
8689         (yyresult): this, it's a local variable, not an attribute.
8690         * data/Makefile.am (dist_pkgdata_DATA): Adjust.
8692 2005-10-01  Akim Demaille  <akim@epita.fr>
8694         * examples/extexi: Restore the #line generation.
8696 2005-09-30  Akim Demaille  <akim@epita.fr>,
8697             Alexandre Duret-Lutz <adl@gnu.org>
8699         Move the token type and YYSTYPE in the parser class.
8700         * data/lalr1.cc (stack.hh, location.hh): Include earlier.
8701         (parser::token): New, from the moved free definition of tokens.
8702         (parser::semantic_value): Now a full definition instead of an
8703         indirection to YYSTYPE.
8704         (b4_post_prologue): No longer included in the header file, but
8705         in the implementation file.
8706         * doc/bison.texi (C+ Language Interface): Update.
8707         * src/parse-gram.y: Support unary %define.
8708         * tests/actions.at: Define global_tokens_and_yystype for backward
8709         compatibility until we update the tests.
8710         * tests/calc.at: Idem.
8711         (first_line, first_column, last_line, last_column): Define for lalr1.cc
8712         to simplify the code.
8714 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
8716         Port to SunOS 4.1.4, which lacks strtoul and strerror.
8717         Ah, the good old days!  Problem reported by Peter Klein.
8718         * bootstrap (gnulib_modules): Add strerror, strtoul.
8719         * lib/.cvsignore: Add strerror.c, strtol.c, strtoul.c
8720         * m4/.cvsignore: Add strerror.m4, strtol.m4, strtoul.m4.
8722 2005-09-29  Akim Demaille  <akim@epita.fr>
8724         * data/c.m4 (b4_error_verbose_if): New.
8725         * data/lalr1.cc: Use it.
8726         (YYERROR_VERBOSE_IF): Remove.
8727         (yyn_, yylen_, yystate_, yynerrs_, yyerrstatus_): Remove as
8728         parser members, replaced by...
8729         (yyn, yylen, yystate, yynerss, yyerrstatus): these parser::parse
8730         local variables.
8731         (yysyntax_error_): Takes the state number as argument.
8732         (yyreduce_print_): Use the argument yyrule, not the former
8733         attribute yyn_.
8735 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
8737         * bootstrap (gnulib_modules): Add verify.
8738         * lib/.cvsignore: Add verify.h.
8739         * src/getargs.c: Use ARGMATCH_VERIFY rather than verify.
8740         * src/system.h (verify): Remove.
8741         Include verify.h instead.
8742         * src/tables.c (tables_generate): Use new API for 'verify'.
8744 2005-09-21  Paul Eggert  <eggert@cs.ucla.edu>
8746         * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Do not use
8747         local variables whose names begin with 'yy'.
8748         * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
8749         Trivial changes from Joel E. Denny.
8751         * bootstrap (gnulib_modules): Remove alloca.  Bison doesn't need
8752         it itself.
8753         * src/main.c (main) [C_ALLOCA]: Don't flush alloca'ed memory; we
8754         don't use alloca any more.
8756         * data/yacc.c [YYSTACK_USE_ALLOCA && !defined __GNUC__ && ! defined
8757         __BUILTIN_VA_ARG_INCR && ! defined _AIX && ! defined _MSC_VER &&
8758         defined _ALLOCA_H]: Don't include <stdlib.h>; not needed in this case.
8759         * tests/torture.at (Exploding the Stack Size with Alloca): Adjust
8760         to match yacc.c, to test more hosts.
8762 2005-09-20  Paul Eggert  <eggert@cs.ucla.edu>
8764         * data/yacc.c (YYSIZE_T): Reindent to make it clearer.  This
8765         doesn't affect behavior.
8766         (YYSTACK_ALLOC) [YYSTACK_USE_ALLOCA]: Improve support for
8767         Solaris, AIX, MSC.
8768         (_STDLIB_H): Renamed from YYINCLUDED_STDLIB_H.  All uses changed.
8769         This works a bit better with glibc, if user code has already included
8770         stdlib.h.
8771         * doc/bison.texinfo (Bison Parser): Document that users can't
8772         arbitrarily use malloc and free for other purposes.  Document
8773         that <alloca.h> and <malloc.h> might be included.
8774         (Table of Symbols): Under YYSTACK_USE_ALLOCA, Don't claim that the
8775         user must declare alloca.
8777         * HACKING (release): Forwarn the Translation Project about
8778         stable releses.
8780 2005-09-20  Akim Demaille  <akim@epita.fr>
8782         * data/glr.c: Use b4_token_enums, not b4_token_enums_defines.
8784 2005-09-19  Paul Eggert  <eggert@cs.ucla.edu>
8786         * data/yacc.c (YYSIZE_MAXIMUM): New macro.
8787         (YYSTACK_ALLOC_MAXIMUM): Use it.
8788         (yysyntax_error): New function.
8789         (yyparse) [YYERROR_VERBOSE]: Don't leak memory indefinitely if
8790         multiple syntax errors are reported, and alloca is being used.
8791         Instead, reallocate buffers twice as big each time, so that
8792         we waste at most half the allocated memory.  Start with a small
8793         (128-byte) buffer that will suffice in most cases anyway.
8794         Use yysyntax_error to do most of the work.
8796         * doc/bison.texinfo (Error Reporting, Table of Symbols):
8797         yynerrs is the number of errors reported, not the number of
8798         errors encountered.
8800         * tests/glr-regression.at (Duplicated user destructor for lookahead):
8801         Mark it as expected to fail.
8802         Cast result of malloc; problem reported by twlevo@xs4all.nl.
8803         * tests/actions.at, tests/calc.at, tests/glr-regression.at:
8804         Don't start user-code symbols with "yy", to avoid name space problems.
8806 2005-09-19  Akim Demaille  <akim@epita.fr>
8808         Remove the traits, failed experiment.
8809         It never proved useful, and anyway because of the current
8810         definition, it was not possible to have several specialization of
8811         this traits, making it useless.
8812         * data/lalr1.cc (yy:traits): Remove.
8813         Inline its definitions in the parser class.
8815 2005-09-19  Akim Demaille  <akim@epita.fr>
8817         * tests/atlocal.in (LIBS): Pass INTLLIBS to address failures on at
8818         least Mac OSX with a /usr/local install of gettext.
8820 2005-09-19  Akim Demaille  <akim@epita.fr>
8822         * data/lalr1.cc (yyparse): Rename yylooka and yyilooka as yychar
8823         and yytoken for similarity with the other skeletons.
8825 2005-09-19  Akim Demaille  <akim@epita.fr>
8827         * NEWS, configure.ac: update version number to 2.1a.
8829 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
8831         * NEWS: Version 2.1.
8833         * NEWS: Remove notice of yytname change, since it was never in an
8834         official release.
8835         * data/glr.c (yydestroyGLRState): Rename local var to avoid shadowing
8836         diagnostic.
8837         * src/output.c (prepare): Likewise.
8838         * data/lalr1.cc (YYERROR_VERBOSE_IF): New macro.
8839         (yysyntax_error_): Use it to avoid GCC warning when YYERROR_VERBOSE
8840         is not defined.  This is an awful hack, but it's enough for now.
8841         All callers changed.
8842         * tests/glr-regression-at (make_value): Args are const pointers now,
8843         to avoid GCC warning.
8844         (Duplicated user destructor for lookahead): New test.  Currently
8845         skipped.  It fails on my host but I'm not sure it'll always fail.
8847 2005-09-16  Akim Demaille  <akim@epita.fr>
8849         * src/symtab.h (struct symbol): Declare the printer and destructor
8850         as const, to avoid accidental calls to free.
8851         (symbol_destructor_set, symbol_printer_set): Adjust.
8852         * src/symtab.c: Adjust.
8854 2005-09-16  Akim Demaille  <akim@epita.fr>
8856         * data/c.m4 (b4_token_enums): New.
8857         (b4_token_defines): Rename as...
8858         (b4_token_enums_defines): this.
8859         (b4_token_defines): New, output only the #defines.
8860         * data/yacc.c, data/glr.c: Adjust.
8861         * data/lalr1.cc: Use b4_token_enums instead of b4_token_enums_defines.
8862         * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Define
8863         as default values.
8865 2005-09-16  Akim Demaille  <akim@epita.fr>
8867         * data/lalr1.cc (yylex_): Remove, inline its code.
8868         (yyreport_syntax_error_): Remove, replaced by...
8869         (yysyntax_error_): this which returns a string and leaves to the
8870         caller the call to the users' error function.
8871         (yylooka_, yyilooka_, yylval, yylloc, yyerror_range_, yyval, yyloc):
8872         Move from members of the parser object...
8873         (yylooka, yyilooka, yylval, yylloc, yyerror_range, yyval, yyloc):
8874         to local variables of the parse function.
8876 2005-09-16  Akim Demaille  <akim@epita.fr>
8878         * doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF
8879         since it's in Bison's name space.
8881 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
8883         * data/glr.c (yyresolveValue): Add default case to pacify
8884         gcc -Wswitch-default.  Problem reported by twlevo@xs4all.nl.
8886         * NEWS: Document when yyparse started to return 2.
8887         * doc/bison.texinfo (Parser Function): Document when yyparse
8888         returns 2.
8890         * data/lalr1.cc: Revert part of previous change, as it's incompatible.
8891         (b4_filename_type): Renamed back from b4_file_name_type.  All uses
8892         changed.
8893         (class position): file_name -> filename (reverting).  All uses changed.
8895 2005-09-14  Paul Eggert  <eggert@cs.ucla.edu>
8897         * examples/calc++/Makefile.am ($(calc_sources_generated)): Don't
8898         do anything if $@ exists.  This reverts part of the 2005-07-07
8899         patch.
8901 2005-09-11  Paul Eggert  <eggert@cs.ucla.edu>
8903         * Makefile.am (EXTRA_DIST): Do not distribute REFERENCES; it
8904         contains obsolete information and isn't worth distributing as a
8905         separate file anyway.
8906         * data/glr.c [defined YYSETJMP]: Don't include <setjmp.h>.
8907         (YYJMP_BUF, YYSETJMP, YYLONGJMP) [!defined YYSETJMP]: New macros.
8908         All uses of jmp_buf, setjmp, longjmp changed to use these instead.
8909         (yyparse): Abort if user code uses longjmp to throw an unexpected
8910         value.
8912 2005-09-09  Paul Eggert  <eggert@cs.ucla.edu>
8914         * data/c.m4 (b4_identification): Define YYBISON_VERSION.
8915         Suggested by twlevo@xs4all.nl.
8917         * data/glr.c (YYCHK1): Do not assume YYE is in range.
8918         This avoids a diagnostic from gcc -Wswitch-enum.
8919         Problem reported by twlevo@xs4all.nl.
8921         * doc/bison.texinfo: Don't use "filename", as per GNU coding
8922         standards.  Use "file name" or "file" or "name", depending on
8923         the context.
8924         (Invocation): The output of "bison hack/foo.y" goes to foo.tab.c,
8925         not to hack/foo.tab.c.
8926         (Calc++ Top Level): 2nd arg of main is not const.
8927         * data/glr.c: b4_filename -> b4_file_name.
8928         * data/lalr1.cc: Likewise.  Also, b4_filename_type -> b4_file_name_type.
8929         All uses changed.
8930         (class position): filename -> file_name.  All uses changed.
8931         * data/yacc.c: b4_filename -> b4_file_name.
8932         * lib/bitset.h: filename -> file_name in local vars.
8933         * lib/bitset_stats.c: Likewise.
8934         * src/files.c: Likewise.
8935         * src/scan-skel.l ("@output ".*\n): Likewise.
8936         * src/files.c (file_name_split): Renamed from filename_split.
8937         * src/muscle_tab.c (muscle_init): Output b4_file_name, not b4_filename.
8939 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
8941         * lib/.cvsignore: Add pipe-safer.c, stdio--.h, unistd--.h,
8942         to accommodate latest gnulib.
8944         * tests/glr-regression.at (Duplicate representation of merged trees):
8945         Add casts to pacify g++.  Problem reported by twlevo@xs4all.nl.
8947         * bootstrap: Add comment as to why the AM_LANGINFO_CODESET hack is
8948         needed.
8950 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
8952         * data/glr.c (yydestroyGLRState): Renamed from yydestroyStackItem.
8953         All uses changed.  Invoke user destructor after an error during a
8954         split parse (trivial change from Joel E. Denny).
8956         * tests/glr-regression.at
8957         (User destructor after an error during a split parse):  New test case.
8958         Problem reported by Joel E. Denny in:
8959         http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00029.html
8961 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8963         * README-cvs: Give URLs for recommended tools.
8964         Mention Gzip version problem, and bootstrapping issues.
8965         Remove troubleshooting section, as it's somewhat obsolete.
8967         * bootstrap (no_cache): New var, to accommodate different wget
8968         variants.  Use it instead of '-C off'.  Problem reported by
8969         twlevo@xs4all.nl.
8971         * data/glr.c (yydestroyStackItem): New function.
8972         (yyrecoverSyntaxError, yyreturn): Use it to improve quality of
8973         debugging information.  Problem reported by Joel E. Denny.
8975 2005-08-25  Akim Demaille  <akim@epita.fr>
8977         * tests/local.at (AT_COMPILE_CXX): Pass $LINKS too.
8979 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8981         * data/glr.c (yyrecoverSyntaxError, yyreturn):
8982         Don't invoke destructor on unresolved entries.
8983         * tests/glr-regression.at
8984         (User destructor for unresolved GLR semantic value): New test case.
8985         Problem reported by Joel E. Denny in:
8986         http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00016.html
8988 2005-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8990         * lib/.cvsignore: Remove realloc.c, strncasecmp.c, xstrdup.c.
8991         Add strnlen.c.
8992         * m4/.cvsignore: Remove codeset.m4, gettext.m4, lib-ld.m4,
8993         lib-prefix.m4, po.m4.
8995         * data/glr.c (yyreturn): Use "Cleanup:" rather than "Error:"
8996         in yydestruct diagnostic, since it might not be an error.
8997         Problem reported by Joel Denny near end of
8998         <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
8999         * data/lalr1.cc (yyerturn): Likewise.
9000         * data/yacc.c (yyreturn): Likewise.
9001         * tests/calc.at (_AT_CHECK_CALC_ERROR): Adjust to the above change.
9003         * src/files.c: Remove obsolete FIXME comment.
9005         * data/glr.c (YY_SYMBOL_PRINT): Append a newline, for consistency
9006         with the other templates, and to fix bogus run-on messages such
9007         as the one reported at the end of
9008         <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
9009         All callers changed to avoid the newline.
9010         (yyprocessOneStack): Output two lines rather than one, to accommodate
9011         the above change.  This changes the debug output format slightly.
9013         * data/glr.c (yyresolveValue): Fix redundant parse tree problem
9014         reported by Joel E. Denny in
9015         <http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00004.html>
9016         (trivial change).
9017         * tests/glr-regression.at (Duplicate representation of merged trees):
9018         New test, from Joel E. Denny in:
9019         <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00013.html>.
9020         * THANKS: Add Joel E. Denny.
9022         * configure.ac (AC_INIT): Bump to 2.0c.
9024 2005-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9026         * NEWS: Version 2.0b.
9028         * Makefile.am (SUBDIRS): Put examples before tests, so that
9029         "make check" doesn't finish with "All 1 tests passed".
9031         * tests/regression.at (Token definitions): Don't rely on
9032         AT_PARSER_CHECK for data that contains backslashes.  It currently
9033         uses 'echo', and 'echo' isn't portable if its argument contains
9034         backslashes.  Problem found on OpenBSD 3.4.  Also, do not assume
9035         that the byte '\0xff' is not printable in the C locale; it is,
9036         under OpenBSD 3.4 (!).  Luckily, '\0x80' through '\0x9e' are
9037         not printable, so use '\0x81' to test.
9039         * data/glr.c (YYOPTIONAL_LOC): Define even if it's not a recent
9040         version of GCC, since the macro is used with non-GCC compilers.
9042         Fix core dump reported by Pablo De Napoli in
9043         <http://lists.gnu.org/archive/html/bug-bison/2005-07/msg00053.html>.
9044         * tests/regression.at (Invalid inputs with {}): New test.
9045         * src/parse-gram.y (token_name): Translate type before using
9046         it as an index.
9048         * data/glr.c (ATTRIBUTE_UNUSED): Remove, since it infringes on
9049         the user's name space.  All uses changed to __attribute__
9050         ((__unused__)).
9051         (yyFail, yyMemoryExhausted, yyreportAmbiguity):
9052         Add __attribute__ ((__noreturn__)).
9054         * etc/clcommit: Remove.  We weren't using it, and it failed
9055         "make maintainer-distcheck".
9056         * Makefile.maint: Merge from coreutils.
9057         (CVS_LIST, CVS_LIST_EXCEPT): New macros.
9058         (syntax-check-rules): Change list of rules as described below.
9059         (sc_cast_of_alloca_return_value, sc_dd_max_sym_length):
9060         (sc_file_system, sc_obsolete_symbols, sc_prohibit_atoi_atof):
9061         (sc_prohibit_jm_in_m4, sc_root_tests, sc_tight_scope):
9062         (sc_trailing_space): New rules.
9063         (sc_xalloc_h_in_src): Remove.
9064         (sc_cast_of_argument_to_free, sc_cast_of_x_alloc_return_value):
9065         (sc_space_tab, sc_error_exit_success, sc_changelog):
9066         (sc_system_h_headers, sc_sun_os_names, sc_unmarked_diagnostics):
9067         (makefile-check, po-check, author_mark_check):
9068         (makefile_path_separator_check, copyright-check):
9069         Use grep -n, to make it easier to find violations.
9070         Use CVS_LIST and CVS_LIST_EXCEPT.
9071         (header_regexp, h_re): Remove.
9072         (dd_c): New macro.
9073         (sc_dd_max_sym_length, .re-list, news-date-check): New rules.
9074         (my-distcheck): Use more-modern GCC flags.
9075         (signatures, %.asc): Remove.
9076         (rel-files, announcement): Remove signatures.
9077         Restore old updating code, even though we don't use it, so
9078         that we're the same as coreutils.
9079         (alpha, beta, major): Depend on news-date-check.
9080         Make the upload commands.
9082         * data/c.m4, data/lalr1.cc, data/yacc.c: Normalize white space.
9083         * lib/abitset.h, lib/bbitset.h, lib/bitset.h: Likewise.
9084         * lib/bitset_stats.c, lib/ebitset.h, lib/lbitset.c: Likewise.
9085         * lib/libitset.h, lib/timevar.c, lib/vbitset.h: Likewise.
9086         * src/Makefile.am, src/gram.c, src/muscle_tab.h: Likewise.
9087         * src/parse-gram.y, src/system.h, src/tables.c, src/vcg.c: Likewise.
9088         * src/vcg_defaults.h, tests/cxx-type.at, tests/existing.at: Likewise.
9089         * tests/sets.at: Likewise.
9091         * data/m4sugar/m4sugar.m4: Sync from Autoconf, except that
9092         we comment out the Autoconf version number.
9093         * doc/bison.texinfo (Calc++ Scanner): Don't use atoi, as
9094         it's error-prone and "make maintainer-distcheck" rejects it.
9096         * lib/subpipe.c: Include <fcntl.h> without checking for HAVE_FCNTL_H.
9097         Indent calls to "error" to pacify "make maintainer-distcheck",
9098         when the calls are not intended to be translated.
9099         * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't check for fcntl.h.
9101         * src/Makefile.am (DEFS): Use +=, to pacify
9102         "make maintainer-distcheck".
9103         (bison_SOURCES): Add scan-skel.h.
9104         (sc_tight_scope): New rule, from coreutils.
9106         * src/files.c (src_extension, header_extension):
9107         Now static, not extern.
9108         * src/getargs.c (short_options): Likewise.
9109         * src/muscle_tab.c (muscle_table): Likewise.
9110         * src/parse-gram.y (current_class, current_type, current_prec):
9111         Likewise.
9112         * src/reader.c (grammar_end, previous_rule_end): Likewise.
9113         * src/getargs.h: Redo comments to pacify "make maintainer-distcheck".
9114         * src/main.c (main): Cast bindtextdomain and textdomain calls to
9115         void, to avoid warning when NLS is disabled.
9116         * src/output.c: Include scan-skel.h.
9117         (scan_skel): Remove decl, since scan-skel.h does this.
9118         (output_skeleton):
9119         Indent calls to "error" to pacify "make maintainer-distcheck".
9120         * src/print_graph.c: Don't include <obstack.h>, as system.h does this.
9121         * src/reader.h (gram_end, gram_lineno): New decls to pacify
9122         "make maintainer-distcheck".
9123         * src/scan-skel.l (skel_lex, skel_get_lineno, skel_get_in):
9124         (skel_get_out, skel_get_leng, skel_get_text, skel_set_lineno):
9125         (skel_set_in, skel_set_out, skel_get_debug, skel_set_debug):
9126         (skel_lex_destroy, scan_skel): Move these decls to...
9127         * src/scan-skel.h: New file.
9128         * src/uniqstr.c (uniqstr_assert):
9129         Indent calls to "error" to pacify "make maintainer-distcheck".
9131         * tests/Makefile.am ($(srcdir)/package.m4): Use $(VAR),
9132         not @VAR@.
9134         * tests/torture.at: Revamp to avoid misuse of atoi that
9135         "make maintainer-distcheck" complained about.
9137         * examples/extexi (message): Don't print a message more than once,
9138         and omit line-number decoration that makes Emacs compile think
9139         that informative messages are worth worrying about.
9141 2005-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9143         * configure.ac: Update version number.
9145         * Makefile.am (SUBDIRS): Add examples; somehow this got removed
9146         accidentally.
9147         * examples/calc++/calc++-parser.yy: Remove from CVS, as it's
9148         autogenerated by the maintainer.
9149         * examples/calc++/.cvsignore: Add *.yy.
9151         * lib/bitset.c (bitset_alloc): Don't cast xcalloc result.
9152         * lib/bitset_stats.c (bitset_stats_init): Likewise.
9153         * lib/bitsetv.c (bitsetv_alloc): Likewise.
9155         * po/POTFILES.in: Add lib/xalloc-die.c; remove lib/xmalloc.c.
9157         * src/relation.c (relation_transpose): Rewrite to avoid bogus complaint
9158         from maintainer-distcheck about casting the argument of 'free'.
9160         * NEWS: Mention recent yytname changes.
9161         * THANKS: Add Anthony Heading, twlevo@xs4all.nl.
9163         * bootstrap: For translations that have not yet been upgraded to
9164         the new runtime-po domain, prime the pump by extracting the
9165         relevant strings from the obsolete translations.  This code can be
9166         removed once the bison-runtime domain has been translated by each
9167         team.
9169         * src/scan-gram.l (<SC_PRE_CODE>.): Don't double-quote token names,
9170         now that token names are already quoted.
9172         Fix problem reported by Anthony Heading.
9173         * data/glr.c (YYTOKEN_TABLE): New macro.
9174         (yytname): Define if YYTOKEN_TABLE.
9175         * data/yacc.c (YYTOKEN_TABLE, yytname): Likewise.
9176         * data/lalr1.cc (YYTOKEN_TABLE, yytname_): Likewise.
9177         (YYERROR_VERBOSE): Define the same way the other skeletons do.
9178         * src/output.c (prepare_symbols): Output token_table_flag.
9180 2005-07-21  Paul Eggert  <eggert@cs.ucla.edu>
9182         * data/glr.c (yyinitGLRStack, yyreturn): Don't call malloc
9183         again if the first call fails.
9185         * data/glr.c (yytnamerr): New function.
9186         (yyreportSyntaxError): Use it to dequote most string literals.
9187         * data/lalr1.c (yytname_): Renamed from yyname_, for compatibility
9188         with other skeletons.  All uses changed.
9189         (yytnameerr_): New function.
9190         (yyreport_syntax_error): Use it to dequote most string literals.
9191         * data/yacc.c (yytnamerr): New function.
9192         (yyerrlab): Use it to decode most string literals.
9193         * doc/bison.texinfo (Decl Summary, Calling Convention):
9194         Clarify quoting convention of yytname.
9195         * src/output.c (prepare_symbols): Quote all names.  This undoes
9196         the 2005-04-17 change, which is now accomplished (mostly) via
9197         changes in the parsers as described above.
9198         * tests/regression.at (Token definitions, Web2c Actions):
9199         Undo most 2005-04-17 change here, too.
9201 2005-07-20  Paul Eggert  <eggert@cs.ucla.edu>
9203         Fix more problems reported by twlevo@xs4all.nl.
9204         * tests/cxx-type.at: Don't pipe output of ./types through sed to
9205         remove trailing spaces.  This loses the exit status of ./types,
9206         and isn't needed since ./types shouldn't be emitting trailing
9207         spaces.
9208         * data/glr.c (yyreturn): Don't pop stack if yyinitStateSet failed,
9209         as the stack isn't valid in that case.
9211         * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
9212         (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
9213         (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
9214         Add declarations to pacify "gcc -Wmissing-prototypes" when flex 2.5.31
9215         is used.
9216         * src/scan-skel.l (skel_get_lineno, skel_get_in, skel_get_out):
9217         (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
9218         (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
9219         Likewise.
9221         * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Work even with
9222         overly-picky compilers that reject 'char *foo = "bar";'.
9224         * src/symtab.c (SYMBOL_ATTR_PRINT, symbol_print): Direct output
9225         to FILE * parameter, not to stderr.  This fixes a typo introduced
9226         in the 2005-07-12 change.
9228         * lib/subpipe.c (create_subpipe): Rewrite slightly to avoid
9229         warnings from GCC 4.
9231         * data/glr.c (yyexpandGLRStack, yyaddDeferredAction, yyexpandGLRStack):
9232         (yyglrShiftDefer, yysplitStack):
9233         Remove unused parameters b4_pure_formals.  All uses changed.
9234         (yyglrShift): Remove unused parameters b4_user_formals.
9235         All uses changed.
9236         (yyglrReduce): Removed unused parameter yylocp.  All uses changed.
9238 2005-07-18  Paul Eggert  <eggert@cs.ucla.edu>
9240         Destructor cleanups and regularization among the three skeletons.
9241         * NEWS: Document the behavior changes.
9242         * data/glr.c (yyrecoverSyntaxError): Don't bother to pop the
9243         stack before failing, as the cleanup code will do it for us now.
9244         * data/lalr1.cc (yyerrlab): Likewise.
9245         * data/glr.c (yyparse): Pop everything off the stack before
9246         freeing it, so that destructors get called properly.
9247         * data/lalr1.cc (yyreturn): Likewise.
9248         * data/yacc.c (yyreturn): Pop and destroy the start symbol, too.
9249         This is more consistent.
9250         * doc/bison.texinfo (Destructor Decl): Mention more reasons
9251         why destructors might be called.  1.875 -> 2.1.
9252         (Destructor Decl, Decl Summary, Table of Symbols):
9253         Some English-language cleanups for %destructor.
9254         * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
9255         Add output line for destructor of start symbol.
9256         * tests/calc.at (AT_CHECK_CALC): Add one to line counts,
9257         because of that same extra output line.
9259         * NEWS: Document minor wording changes in diagnostics of
9260         Bison-generated parsers.
9261         * data/glr.c (yyMemoryExhausted): Renamed from yyStackOverflow.
9262         Remove unused formals.  All uses changed.
9263         (yyreportAmbiguity): "ambiguity detected" -> "syntax is ambiguous".
9264         (yyparse): Rename yyoverflowlab to yyexhaustedlab.
9265         * data/yacc.c (yyparse): "parser stack overflow" -> "memory exhausted".
9266         Rename yyoverflowab to yyexhaustedlab.
9267         When memory exhaustion occurs during syntax-error reporting,
9268         report it separately rather than in a single diagnostic; this
9269         eases translation.
9270         * doc/bison.texinfo (Memory Management): Renamed from Stack Overflow.
9271         (Memory Exhausted): Renamed from Parser Stack Overflow.
9272         Revamp wording slightly to prefer "memory exhaustion".
9273         * tests/actions.at: "parser stack overflow" -> "memory exhausted".
9275         * data/c.m4 (b4_yysymprint_generate): Use YYFPRINTF, not fprintf.
9277         Add i18n support to the GLR skeleton.  Partially fix the C++
9278         skeleton; a C++ expert needs to finish this.  Remove debugging
9279         msgids; there's little point to having them translated, since they
9280         can be understood only by someone who can read the
9281         (English-language) source code.
9283         Generate runtime-po/bison-runtime.pot automatically, so that we
9284         don't have to worry about garbage getting in that file.  We'll
9285         make sure after the next official release that old msgids don't
9286         get lost.  See
9287         <http://lists.gnu.org/archive/html/bison-patches/2005-07/msg00119.html>.
9289         * runtime-po/Makefile.in.in, runtime-po/bison-runtime.pot: Remove.
9290         Now auto-generated.
9291         * PACKAGING: Don't claim that Gawk, GCC, Perl use this method yet.
9292         Fix typos in explanations of the runtime file.
9293         * bootstrap: Change gettext keyword from YYI18N to YY_.
9294         Use standard Makefile.in.in in runtime-po, since we'll arrange
9295         for backward-compatible bison-runtime.po files in a different way.
9296         * data/glr.c (YY_): New macro, from yacc.c.
9297         (yyuserAction, yyreportAmbiguity, yyreportSyntaxError, yyparse):
9298         Translate messages intended for users.
9299         (yyreportSyntaxError): Change "virtual memory" to "memory" to match
9300         the wording in the other skeletons.  We don't know that the memory
9301         is virtual.
9302         * data/lalr1.cc (YY_): Renamed from _.  All uses changed.
9303         Use same method that yacc.c uses.
9304         Don't translate debugging messages.
9305         (yy::yyreport_syntax_error): Put in a FIXME for the i18n stuff;
9306         it doesn't work (yet), and requires C++ expertise to fix.
9307         * data/yacc.c (YY_): Renamed from YY18N.  All uses changed.
9308         Move defn to a more logical place, to be consistent with other
9309         skeletons.
9310         Don't translate debugging messages.
9311         Don't assume line numbers fit in unsigned int; use unsigned long fmts.
9312         * doc/bison.texinfo: Mention <libintl.h>.  Change glibc cross reference
9313         to gettext cross reference.  Add indexing terms.  Mention YYENABLE_NLS.
9314         * runtime-po/POTFILES.in: Add data/glr.c, data/lalr1.cc.
9316         Fix yyerror / yylex test glitches noted by twlevo@xs4all.nl.
9317         * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Have yyerror return
9318         void, not int.
9319         * tests/glr-regression.at (Badly Collapsed GLR States):
9320         Likewise.
9321         (Improper handling of embedded actions and dollar(-N) in GLR parsers):
9322         yylex should return 0 at EOF rather than aborting.
9324         Improve tests for stack overflow in GLR parser.
9325         Problem reported by twlevo@xs4all.nl.
9326         * data/glr.c (struct yyGLRStack): Remove yyerrflag member.
9327         All uses removed.
9328         (yyStackOverflow): Just longjmp, but with value 2 so that caller
9329         can handle the problem.
9330         (YYCHK1): Use goto (a la yacc.c) rather than setting a flag.
9331         (yyparse): New local variable yyresult to record the result.
9332         Use result of setjmp to set it, rather than storing itinto
9333         struct.
9334         (yyDone): Remove label.
9335         (yyacceptlab, yyabortlab, yyoverflowlab, yyreturn): New labels,
9336         to mimic yacc.c.  Do not discard lookahead if it's EOF (possible
9337         if YYABORT is used).
9338         * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Exit with
9339         yyparse status; put status > 1 into diagnostic.
9340         Check that status==2 works.
9341         * tests/calc.at, tests/cxx-type.at, tests/glr-regression.at:
9342         Use exit status 3 for failure to open (which shouldn't happen).
9344 2005-07-17  Paul Eggert  <eggert@cs.ucla.edu>
9346         * tests/conflicts.at (%nonassoc and eof):  Don't exit with status
9347         1 on syntax error; just let yyparse do its thing.
9348         * tests/glr-regression.at (Badly Collapsed GLR States): Likewise.
9349         * tests/torture.at (AT_DATA_STACK_TORTURE): Likewise.
9350         (Exploding the Stack Size with Alloca):
9351         (Exploding the Stack Size with Malloc):
9352         Expect exit status 2, not 1, since the parser is supposed to blow
9353         its stack.  Problem reported by twlevo@xs4all.nl.
9355         * data/glr.c (yyparse): Don't assume that the initial calls
9356         to YYMALLOC succeed; in that case, yyparse incorrectly returned 0.
9357         Print a stack-overflow message and fail instead.
9358         Initialize the line-number information before creating the stack,
9359         so that the stack-overflow message can report line zero safely.
9361 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
9363         Fix problems reported by twlevo@xs4all.nl.
9364         * data/glr.c (YYSTACKEXPANDABLE): Don't define if already defined.
9365         (yyuserMerge): Provide a default case if b4_mergers is empty.
9366         * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Define YYSTACKEXPANDABLE.
9367         * tests/glr-regression.at
9368         (Improper handling of embedded actions and dollar(-N) in GLR parsers):
9369         Add casts to pacify C++ compilers.
9370         * tests/glr-regression.at (Improper merging of GLR delayed action
9371         sets): Declare yylex before using it.
9372         * tests/Makefile.am (maintainer-check-g++): Fix a stray
9373         $(GXX) that escaped the renaming of GXX to CXX.  Remove bogus
9374         test for valgrind; valgrind is independent of g++.
9375         (maintainer-check-posix): Add _POSIX2_VERSION=200112, to check
9376         for compatibility with POSIX 1003.1-2001 (if running coreutils).
9377         * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Port to stricter C++.
9378         Use a destructor, so that we can expand the stack.  Change
9379         YYSTYPE to char * so that we can free it.  Cast result of malloc.
9381 2005-07-13  Paul Hilfinger  <hilfingr@CS.Berkeley.EDU>
9383         * data/glr.c (yyuserAction): Fix uninitialized variable that caused
9384         a valgrind failure.  Problem reported by twlevo@xs4all.nl.
9386 2005-07-13  Paul Eggert  <eggert@cs.ucla.edu>
9388         * PACKAGING: New file, suggested by Bruno Haible and taken from
9389         similar wording in gettext's PACKAGING file.
9390         * NEWS: Mention PACKAGING.
9391         * Makefile.am (EXTRA_DIST): Add PACKAGING.
9393 2005-07-12  Paul Eggert  <eggert@cs.ucla.edu>
9395         * NEWS: Document recent i18n improvements.
9396         * bootstrap: Get runtime translations into runtime-po.
9397         Create runtime-po files automatically, if possible.
9398         * configure.ac: Invoke BISON_I18N, so that we eat our own dog food.
9399         * data/yacc.c: Rewrite inclusion of <libintl.h> so that ENABLE_NLS
9400         does not infringe on the user's name space.
9401         (YYENABLE_NLS): Renamed from ENABLE_BISON_NLS.
9402         * doc/bison.texinfo (Internationalization): Revamp the English
9403         and Texinfo syntax a bit, to try to make it clearer.
9404         (Bison Options, Option Cross Key): Mention --print-localedir.
9405         * m4/bison-i18n.m4 (BISON_I18N): Rename ENABLE_BISON_NLS to
9406         YYENABLE_NLS.  Quote a bit more.
9407         * runtime-po/.cvsignore: New file.
9408         * runtime-po/Makefile.in.in (mostlyclean): Remove *.old.pot.
9409         * runtime-po/Rules-quot: Remove; now created by bootstrap.
9410         * runtime-po/quot.sed: Likewise.
9411         * runtime-po/boldquot.sed: Likewise.
9412         * runtime-po/en@quot.header: Likewise.
9413         * runtime-po/en@boldquot.header: Likewise.
9414         * runtime-po/insert-header.sin: Likewise.
9415         * runtime-po/remove-potcdate.sin: Likewise.
9416         * runtime-po/Makevars: Likewise.
9417         * runtime-po/LINGUAS: Likewise.
9418         * runtime-po/de.po: Likewise; we will rely on the translation project
9419         to maintain this, so "bootstrap" should get it.
9420         * src/getarg.c (PRINT_LOCALEDIR_OPTION): Let the C compiler determine
9421         its value.
9422         * src/main.c (main): Bind the bison-runtime domain, too.
9424 2005-07-12  Bruno Haible  <bruno@clisp.org>
9426         * data/yacc.c: Include <libintl.h> when NLS is enabled.
9427         (YYI18N): Renamed from _. Use dgettext when NLS is enabled.
9428         * po/POTFILES.in: Remove autogenerated file src/parse-gram.c.
9429         * runtime-po: New directory.
9430         * runtime-po/Makefile.in.in: New file, copied from po/, with modified
9431         $(DOMAIN).pot-update rule, so that old messages are never dropped.
9432         * runtime-po/Rules-quot: New file, copied from po/.
9433         * runtime-po/quot.sed: Likewise.
9434         * runtime-po/boldquot.sed: Likewise.
9435         * runtime-po/en@quot.header: Likewise.
9436         * runtime-po/en@boldquot.header: Likewise.
9437         * runtime-po/insert-header.sin: Likewise.
9438         * runtime-po/remove-potcdate.sin: Likewise.
9439         * runtime-po/Makevars: New file.
9440         * runtime-po/POTFILES.in: New file.
9441         * runtime-po/LINGUAS: New file.
9442         * runtime-po/bison-runtime.pot: New file.
9443         * runtime-po/de.po: New file.
9444         * m4/bison.m4: New file.
9445         * Makefile.am (SUBDIRS): Add runtime-po.
9446         (aclocaldir, aclocal_DATA): New variables.
9447         * configure.ac: Add AC_CONFIG_FILES of runtime-po/Makefile.in.
9448         Define aclocaldir.
9449         * src/getargs.c (usage): Document --print-localedir option.
9450         (PRINT_LOCALEDIR_OPTION): New enum item.
9451         (long_options): Add --print-localedir option.
9452         (getargs): Handle --print-localedir option.
9453         * doc/bison.texinfo (Bison Parser): Remove paragraph about _().
9454         (Internationalization): New section.
9456 2005-07-12  Akim Demaille  <akim@epita.fr>
9458         * src/symtab.h, src/symtab.c (symbol_print): Swap the arguments,
9459         for consistency with the rest of the code.
9460         * src/symlist.h, src/symlist.c (symbol_list_print): Ditto.
9461         Add separators.
9463 2005-07-12  Akim Demaille  <akim@epita.fr>
9465         * src/parse-gram.y: Use %printer instead of YYPRINT.
9467 2005-07-12  Akim Demaille  <akim@epita.fr>
9469         * src/symtab.h, src/symtab.c (symbol_print): New.
9470         * src/symlist.h, src/symlist.c (symbol_list_print): New.
9471         * src/symlist.c (symbol_list_n_type_name_get): Report the culprit.
9473 2005-07-12  Akim Demaille  <akim@epita.fr>
9475         * data/glr.c (b4_syncline): Fix (swap) the definitions of
9476         b4_at_dollar and b4_dollar_dollar.
9478 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
9480         * doc/bison.texinfo (Mystery Conflicts): Add reference to DeRemer
9481         and Pennello's paper.
9483 2005-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9485         * data/yacc.c (yyparse): Undo previous patch.  Instead,
9486         set yylsp[0] and yyvsp[0] only if the initial action
9487         sets yylloc and yylval, respectively.
9489         * data/yacc.c (yyparse): In the initial action, set
9490         yylsp[0] and yyvsp[0] rather than yylloc and yylval.
9491         This avoids the use of undefined variables if the initial
9492         action does not set yylloc and/or yylval.
9494 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
9496         * examples/calc++/calc++-driver.cc, examples/calc++/calc++-driver.hh:
9497         * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc:
9498         Remove from CVS.  These files are automatically generated.
9499         * examples/extexi: Clarify that this file is now part of Bison,
9500         not GNU M4, and that it works with any POSIX-compatible Awk.
9501         * examples/calc++/Makefile.am (run_extexi): Remove; not used.
9502         ($(calc_extracted)): Renamed from $(calc_sources_extracted),
9503         so that we also get calc++-parser.yy.  Geneate it.
9504         Use $(AWK), not gawk, since any conforming Awk will do.
9505         Put comment before action, since older 'make' can't handle comment
9506         in action.
9507         $(BUILT_SOURCES): List all built sources, not just some of them.
9508         $(MAINTAINERCLEANFILES): Remove *.stamp, and all built sources.
9509         $($(srcdir)/calc++-parser.stamp): Work even if POSIXLY_CORRECT.
9510         $($(calc_sources_generated)): Remove unnecessary test for existence
9511         of target.  (This had a shell syntax error anyway; a stray "x".)
9512         (calc_extracted): List $(srcdir)/calc++-parser.yy, not
9513         calc++-parser.yy.
9514         * examples/.cvsignore, examples/calc++/.cvsignore: New files.
9516         * bootstrap (gnulib_modules): Add gettext, now that it's no longer
9517         implied by the other modules.
9519 2005-07-06  Akim Demaille  <akim@epita.fr>
9521         Bind examples/calc++ to the package.
9522         * examples/calc++/Makefile: Remove, replaced by...
9523         * examples/calc++/Makefile.am: ... this new file.
9524         * examples/calc++/test: Remove input.
9525         * examples/calc++/compile: Remove.
9526         * examples/Makefile.am: New.
9527         * configure.ac, Makefile.am: Adjust.
9528         * doc/Makefile.am (clean-local): New, for more recent texi2dvis.
9530 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
9532         * data/glr.c (yyFail): Drastically simplify; since the format argument
9533         never had any % directives, we can simply pass it to yyerror.
9534         (yyparse): Use "t a; a=b;" rather than "t a = b;" when a will
9535         be modified later, as that is the usual style in glr.c.
9536         Problems reported by Paul Hilfinger.
9538         Rewrite GLR parser to catch more buffer overrun, storage exhaustion,
9539         and size overflow errors.
9540         * data/glr.c: Include <stdio.h> etc. after user prolog, not before,
9541         in case the user prolog sets feature-test macros like _GNU_SOURCE.
9542         (YYSIZEMAX): New macro.
9543         (yystpcpy): New function, taken from yacc.c.
9544         (struct yyGLRStack.yyspaceLeft): Now size_t, not int.
9545         (yyinitGLRStack, yyfreeGLRstack): Remove unnecessary forward decls,
9546         so that we don't have to maintain their signatures.
9547         (yyFail): Check for buffer overflow, by using vsnprintf rather
9548         than vsprintf.  Allocate a bigger buffer if possible.
9549         Report an error if buffer allocation fails.
9550         (yyStackOverflow): New function.
9551         (yyinitStateSet, yyinitGLRStack): Return a boolean indicating whether
9552         the initialization was successful.  It might fail if storage was
9553         exhausted.
9554         (yyexpandGLRStack): Add more checks for storage allocation failure.
9555         Use yyStackOverflow to report failures.
9556         (yymarkStackDeleted, yyglrShift, yyglrShiftDefer, yydoAction):
9557         (yysplitStack, yyprocessOneStack, yyparse, yypstack):
9558         Don't assume stack number fits in int.
9559         (yysplitStack): Check for storage allocation failure.
9560         (yysplitStack, yyprocessOneStack): Add pure_formals, so that we
9561         can print diagnostics on storage allocation failure.  All callers
9562         changed.
9563         (yyresolveValue): Use yybool for boolean.
9564         (yyreportSyntaxError): Check for size-calculation overflow.
9565         This code is taken from yacc.c.
9566         (yyparse): Check for storage allocation errors when allocating
9567         the initial stack.
9569 2005-07-05  Akim Demaille  <akim@epita.fr>
9571         Extract calc++ from the documentation.
9572         * doc/bison.texinfo (Calc++): Add the extraction marks.
9573         * examples/extexi: New, from the aborted GNU Programming 2E.
9574         Separate the different paragraph of a file with empty lines.
9575         * examples/Makefile: Use it to extract the whole calc++ example.
9577 2005-06-24  Akim Demaille  <akim@epita.fr>
9579         * doc/bison.texinfo (C++ Parser Interface): Use defcv to define
9580         class typedefs.
9582 2005-06-22  Akim Demaille  <akim@epita.fr>
9584         * doc/bison.texinfo (C++ Language Interface): First stab.
9585         (C++ Parsers): Remove.
9587 2005-06-22  Akim Demaille  <akim@epita.fr>
9589         * data/lalr1.cc (yylex_): Honor %lex-param.
9591 2005-06-22  Akim Demaille  <akim@epita.fr>
9593         Start a set of simple examples.
9594         * examples/calc++/Makefile, examples/calc++/calc++-driver.cc,
9595         * examples/calc++/calc++-driver.hh,
9596         * examples/calc++/calc++-parser.yy,
9597         * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc,
9598         * examples/calc++/compile, examples/calc++/test: New.
9600 2005-06-09  Paul Eggert  <eggert@cs.ucla.edu>
9602         * data/yacc.c (malloc, free) [defined __cplusplus]: Wrap inside
9603         extern "C" {}.  This fixes a problem reported by Paul Hilfinger,
9604         which stems from the 2005-05-27 patch.
9606 2005-06-06  Paul Hilfinger  <hilfingr@tully.CS.Berkeley.EDU>
9608         * data/glr.c: Modify treatment of unused parameters to permit use
9609         of g++ (which doesn't allow __attribute__ ((unused)) for parameters).
9611 2005-05-30  Paul Eggert  <eggert@cs.ucla.edu>
9613         Fix infringement on user name space reported by Janos Zoltan Szabo.
9614         * data/yacc.c (yyparse): strlen -> yystrlen.
9616 2005-05-30  Akim Demaille  <akim@epita.fr>
9618         * data/lalr1.cc (_): New.
9619         Translate the various messages.
9621 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
9623         Fix infringement on user name space reported by Bruno Haible.
9624         * data/yacc.c (YYSIZE_T): Define first, so that later decls can use it.
9625         Prefer GCC's __SIZE_TYPE__ if available, so that we don't infringe on
9626         the user's name space.
9627         (alloca): Include <stdlib.h> to get it, if it's not built in.
9628         (YYMALLOC, YYFREE): Define only if needed.
9629         (malloc, free): Declare, but only if needed, as this infringes on
9630         the user name space.
9632 2005-05-25  Paul Eggert  <eggert@cs.ucla.edu>
9634         Fix BeOS, FreeBSD, MacOS porting problems reported by Bruno Haible.
9635         * lib/bitset.c (bitset_print): Don't assume size_t can be printed
9636         with %d format.
9637         * lib/ebitset.c (min, max): Undef before defining.
9638         * lib/vbitset.c (min, max): Likewise.
9639         * lib/subpipe.c (create_subpipe): Save local variables in case
9640         vfork clobbers them.
9642 2005-05-24  Bruno Haible  <bruno@clisp.org>
9644         * tests/synclines.at (AT_SYNCLINES_COMPILE): Add support for the
9645         error message syntax used by gcc-4.0.
9647 2005-05-23  Paul Eggert  <eggert@cs.ucla.edu>
9649         * README: Mention m4 1.4.3.  Remove obsolete advice about
9650         Sun Forte Developer 6 update 2, VMS, and MS-DOS.
9652         * bootstrap: Remove workaround for problem I encountered with
9653         gettext 0.14.1; it seems to be fixed now.
9655 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
9657         * NEWS: Version 2.0a.
9659         * src/files.c: Include "stdio-safer.h"; this fixes a typo in
9660         the previous change.
9662         Various maintainer cleanups.
9663         * .cvsignore: Add a.exe, a.out, b.out,, conf[0-9]*, confdefs*,
9664         conftest*, for benefit of CVS commands run at the same time as
9665         "configure".  Add build-aux, since "bootstrap" now creates it and
9666         its subfiles.
9667         * Makefile.cfg (move_if_change): Remove.
9668         * Makefile.maint: Remove the update stuff; we now use "bootstrap".
9669         (ftp-gnu, www-gnu, move_if_change, local_updates, update):
9670         (po_repo, do-po-update, po-update, wget_files, get-targets):
9671         (config.guess-url_prefix, config.sub-url_prefix):
9672         (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
9673         (standards.texi-url_prefix, make-stds.texi-url_prefix, taget, url):
9674         ($(get-targets), cvs-files, automake_repo, wget-update, cvs-update):
9675         Remove.
9676         * configure.ac (AC_CONFIG_AUX_DIR): Change from config to build-aux;
9677         this is now the recommended name.
9678         * config/.cvsignore: Remove config.guess, config.rpath, config.sub,
9679         depcomp, install-sh, mdate-sh, missing, mkinstalldirs, texinfo.tex,
9680         ylwrap.  These files now go into build-aux.
9681         * config/move-if-change: Remove.
9682         * config/prev-version.txt: Bump from 1.75 to 2.0.
9684         * bootstrap: Add stdio-safer, unistd-safer modules.
9685         Remove m4/glibc2.m4 (introduced by latest gnulib, but
9686         we don't need it).
9687         * lib/.cvsignore: Add dup-safer.c, fd-safer.c,
9688         fopen-safer.c, stdio-safer.h, unistd-safer.h.
9689         * lib/subpipe.c: Include "unistd-safer.h".
9690         (create_subpipe): Make sure all the newly-created
9691         file descriptors are > 2, so that diagnostics don't
9692         get sent down them (which might cause Bison to hang, in theory).
9693         * m4/.cvsignore: Add stdio-safer.m4, unistd-safer.m4.
9694         * src/files.c (xfopen): Use fopen_safer, not fopen.
9696         * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Port
9697         yesterday's yacc.c fix.
9699 2005-05-21  Paul Eggert  <eggert@cs.ucla.edu>
9701         * data/glr.c, data/lalr1.cc: Update copyright date.
9703         Fix a destructor bug reported by Wolfgang Spraul in
9704         <http://lists.gnu.org/archive/html/bug-bison/2005-05/msg00042.html>.
9705         * data/yacc.c (yyabortlab): Don't call destructor, and
9706         don't set yychar to EMPTY.
9707         (yyoverflowlab): Don't call destructor.
9708         (yyreturn): Call destructor, if yychar is neither YYEOF nor YYEMPTY.
9709         * tests/calc.at (AT_CHECK_CALC): Expect one fewer output lines,
9710         since we no longer output the message "discarding lookahead token
9711         end of input ()".
9713 2005-05-20  Paul Hilfinger  <hilfingr@CS.Berkeley.EDU>
9715         * data/glr.c (YY_SYMBOL_PRINT): Don't print newline at end to
9716         fix a small glitch in debugging output.
9717         (yyprocessOneStack, yyrecoverSyntaxError, yyparse): Print newline
9718         after YY_SYMBOL_PRINT where needed.
9720         (struct yyGLRState): Add some comments.
9721         (struct yySemanticOption): Add some comments.
9722         (union yyGLRStackItem): Add comment.
9724         (yymergeOptionSets): Correct this to properly perform the union,
9725         avoiding infinite reported by Michael Rosien.
9726         Update comment.
9728         * tests/glr-regression.at: Add test for GLR merging error reported
9729         by M. Rosien.
9731 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
9733         * COPYING, ChangeLog, GNUmakefile, HACKING, Makefile.am,
9734         Makefile.cfg, Makefile.maint, NEWS, README, README-alpha,
9735         README-cvs, TODO, bootstrap, configure.ac, data/Makefile.am,
9736         data/README, data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c,
9737         data/m4sugar/m4sugar.m4, doc/Makefile.am, doc/bison.texinfo,
9738         doc/fdl.texi, doc/gpl.texi, doc/refcard.tex, lib/Makefile.am,
9739         lib/abitset.c, lib/abitset.h, lib/bbitset.h, lib/bitset.c,
9740         lib/bitset.h, lib/bitset_stats.c, lib/bitset_stats.h,
9741         lib/bitsetv-print.c, lib/bitsetv-print.h, lib/bitsetv.c,
9742         lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/get-errno.c,
9743         lib/get-errno.h, lib/lbitset.c, lib/lbitset.h, lib/libiberty.h,
9744         lib/main.c, lib/subpipe.c, lib/subpipe.h, lib/timevar.c,
9745         lib/timevar.def, lib/timevar.h, lib/vbitset.c, lib/vbitset.h,
9746         lib/yyerror.c, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4, m4/timevar.m4,
9747         m4/warning.m4, src/LR0.c, src/LR0.h, src/Makefile.am, src/assoc.c,
9748         src/assoc.h, src/closure.c, src/closure.h, src/complain.c,
9749         src/complain.h, src/conflicts.c, src/conflicts.h, src/derives.c,
9750         src/derives.h, src/files.c, src/files.h, src/getargs.c,
9751         src/getargs.h, src/gram.c, src/gram.h, src/lalr.c, src/lalr.h,
9752         src/location.c, src/location.h, src/main.c, src/muscle_tab.c,
9753         src/muscle_tab.h, src/nullable.c, src/nullable.h, src/output.c,
9754         src/output.h, src/parse-gram.c, src/parse-gram.h,
9755         src/parse-gram.y, src/print.c, src/print.h, src/print_graph.c,
9756         src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c,
9757         src/reduce.h, src/relation.c, src/relation.h, src/scan-gram.l,
9758         src/scan-skel.l, src/state.c, src/state.h, src/symlist.c,
9759         src/symlist.h, src/symtab.c, src/symtab.h, src/system.h,
9760         src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h,
9761         src/vcg.c, src/vcg.h, src/vcg_defaults.h, tests/Makefile.am,
9762         tests/actions.at, tests/c++.at, tests/calc.at, tests/conflicts.at,
9763         tests/cxx-type.at, tests/existing.at, tests/glr-regression.at,
9764         tests/headers.at, tests/input.at, tests/local.at, tests/output.at,
9765         tests/reduce.at, tests/regression.at, tests/sets.at,
9766         tests/synclines.at, tests/testsuite.at, tests/torture.at:
9767         Update FSF postal mail address.
9769 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
9771         * tests/local.at (AT_COMPILE_CXX): Treat LDFLAGS like AT_COMPILE does.
9772         Problem reported by Ralf Menzel.
9774 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
9776         * tests/actions.at: Test that stack overflow invokes destructors.
9777         From Marcus Holland-Moritz.
9778         * data/yacc.c (yyerrlab): Move the code that destroys the stack
9779         from here....
9780         (yyreturn): to here.  That way, destructors are called properly
9781         even if the stack overflows, or the user calls YYACCEPT or
9782         YYABORT.  Stack-overflow problem reported by Marcus Holland-Moritz.
9783         (yyoverflowlab): Destroy the lookahead.
9785 2005-04-24  Paul Eggert  <eggert@cs.ucla.edu>
9787         * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): Add more-descriptive comment.
9789 2005-04-17  Paul Eggert  <eggert@cs.ucla.edu>
9791         * NEWS: Bison-generated C parsers no longer quote literal strings
9792         associated with tokens.
9793         * src/output.c (prepare_symbols): Don't escape strings,
9794         since users don't want to see C escapes.
9795         * tests/calc.at (AT_CHECK_CALC): Adjust to lack of quotes
9796         in diagnostics.
9797         * tests/input.at (Torturing the Scanner): Likewise.
9798         * tests/regression.at (Token definitions, Web2c Actions): Likewise.
9800 2005-04-16  Paul Eggert  <eggert@cs.ucla.edu>
9802         * tests/torture.at (AT_INCREASE_DATA_SIZE): Skip the test if
9803         the data size is known to be too small and we can't increase it.
9804         This works around an HP-UX 11.00 glitch reported by Andrew Benham.
9806 2005-04-15  Paul Eggert  <eggert@cs.ucla.edu>
9808         * src/parse-gram.y: Include quotearg.h.
9809         (string_as_id): Quote $1 before using it as a key, since the
9810         lexer no longer quotes it for us.
9811         (string_content): Don't strip quotes, since lexer no longer
9812         quotes it for us.
9813         * src/scan-gram.l: Include quotearg.h.
9814         ("\""): Omit quote.
9815         ("'"<SC_ESCAPED_CHARACTER>): Quote symbol before using it as
9816         a key, since the rest of the lexer doesn't quote it.
9817         * src/symtab.c (symbol_get): Don't quote symbol; caller does it now.
9818         * tests/regression.at (Token definitions): Check for backslashes
9819         in token strings.
9821         * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): New macro.
9822         (YYSIZE_T): Define to unsigned long int when using an older compiler.
9823         (yyparse): Revamp code to generate long syntax error message, to
9824         make it easier to translate, and to avoid problems with arithmetic
9825         overflow.  Change "virtual memory" to "memory" in diagnostic, since
9826         we don't know whether the memory is virtual.
9828 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
9830         * NEWS: Bison-generated C parsers now use the _ macro to
9831         translate strings.
9832         * data/yacc.c (_) [!defined _]: New macro.
9833         All English strings wrapped inside this macro.
9834         * doc/bison.texinfo (Bison Parser): Document _.
9835         * po/POTFILES.in: Include src/parse-gram.c, since it now
9836         includes translateable strings that parse-gram.y doesn't.
9838 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
9840         * src/symtab.c (symbol_make_alias): Call symbol_type_set,
9841         reverting the 2004-10-11 change to this function.
9842         (symbol_check_alias_consistency): Don't call symbol_type_set
9843         if the type name is already correct.
9844         * tests/input.at (Typed symbol aliases): New test, from Tim Van Holder.
9846 2005-03-25  Paul Eggert  <eggert@cs.ucla.edu>
9848         * tests/regression.at (Token definitions): Don't use a token named
9849         c, as that generates a "#define c ..." that runs afoul of buggy
9850         stdlib.h that uses the identifier c as a member of struct
9851         drand48_data.  Problem reported by Horst Wente.
9853 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
9855         * bootstrap: Change translation URL from
9856         http://www2.iro.umontreal.ca/~gnutra/po/maint/bison/ to
9857         http://www.iro.umontreal.ca/translation/maint/bison/ to avoid
9858         redirection glitches.  Problem reported by twlevo@xs4all.nl.
9860 2005-03-20  Paul Eggert  <eggert@cs.ucla.edu>
9862         * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Don't put options
9863         after operands; POSIX says this isn't portable for the c99 command.
9865 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
9867         * tests/glr-regression.at (glr-regr2a.y): Try to dump core
9868         immediately if a data overrun has occurred; this may help us track
9869         down what may be a spurious failure on MacOS.
9871 2005-03-17  Paul Eggert  <eggert@cs.ucla.edu>
9873         Respond to problems reported by twlevo@xs4all.nl.
9875         * bootstrap: Use "trap - 0" rather than the unportable "trap 0".
9877         * src/vcg.h: Comment fix.
9878         * src/vcg_defaults.h: Parenthesize macro bodies to make them safe.
9879         (G_CMAX): Change to -1 instead of INT_MAX.
9881         * data/yacc.c (yyparse): Omit spaces before #line.
9883 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
9885         * src/tables.c (state_number_to_vector_number): Put it inside an
9886         "#if 0", since it's not currently used.  Problem reported by
9887         Roland McGrath.
9889 2005-03-06  Paul Eggert  <eggert@cs.ucla.edu>
9891         * src/output.c (escaped_output): Renamed from
9892         escaped_file_name_output, since we now use it for symbol tags as
9893         well.  All uses changed.
9894         (symbol_destructors_output, symbol_printers_output):
9895         Escape symbol tags too.
9896         Problem reported by Matyas Forstner in
9897         <http://lists.gnu.org/archive/html/bug-bison/2005-03/msg00009.html>.
9899         * src/muscle_tab.c (muscle_code_grow): Don't quote numbers; it's
9900         not needed.
9901         * src/output.c (user_actions_output, token_definitions_output,
9902         symbol_destructors_output, symbol_printers_output): Likewise.
9903         * src/reader.c (prologue_augment): Likewise.
9904         * src/scan-gram.l (handle_action_dollar, handle_action_at): Likewise.
9906         * src/vcg.c (output_edge): Don't quote linestyle arg.
9907         Problem reported by twlevo@xs4all.nl.
9909 2005-02-28  Paul Eggert  <eggert@cs.ucla.edu>
9911         * doc/bison.texinfo (Semantic Tokens): Fix scoping problem in
9912         example, reported by Derek M Jones.  Also, make the example even
9913         more outrageous, to better illustrate how bad the problem is.
9915 2005-02-24  Paul Eggert  <eggert@cs.ucla.edu>
9917         * doc/bison.texinfo (Mfcalc Symtab): Correct the prototype for
9918         putsym.  Typo reported by Sebastian Piping.
9920 2005-02-23  Paul Eggert  <eggert@cs.ucla.edu>
9922         * doc/bison.texinfo (Language and Grammar): some -> same
9923         (Epilogue): int he -> in the
9924         Typos reported by Sebastian Piping via Justin Pence.
9926 2005-02-07  Paul Eggert  <eggert@cs.ucla.edu>
9928         * tests/glr-regression.at (Improper handling of embedded actions
9929         and dollar(-N) in GLR parsers): Renamed from "Improper handling of
9930         embedded actions and $-N in GLR parsers", work around an Autoconf bug
9931         with dollar signs in test names.
9932         * tests/input.at (Invalid dollar-n): Renamed from "Invalid \$n",
9933         for a similar reason.
9935 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
9937         * src/vcg.c (output_graph): G_VIEW -> normal_view in case someone
9938         wants to redefine G_VIEW.
9940 2005-01-27  Paul Eggert  <eggert@cs.ucla.edu>
9942         * src/vcg.c (get_view_str): Remove case for normal_view.
9943         Problem reported by twlevo@xs4all.nl.
9945 2005-01-24  Paul Eggert  <eggert@cs.ucla.edu>
9947         * configure.ac (O0CFLAGS, O0CXXFLAGS): Fix quoting bug.
9948         Problem reported by twlevo@xs4all.nl.
9950         * doc/bison.texinfo: Change @dircategory from "GNU programming
9951         tools" to "Software development".  Requested by Richard Stallman
9952         via Karl Berry.
9954 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
9956         * tests/c++.at (AT_CHECK_DOXYGEN): Don't use options after operands.
9957         Problem reported by twlevo@xs4all.nl.
9959 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
9961         * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register"
9962         keyword; it's not needed with modern compilers, and it doesn't
9963         affect correctness with older compilers.  Suggested by
9964         twlevo@xs4all.nl.
9966 2005-01-17  Paul Eggert  <eggert@cs.ucla.edu>
9968         * data/glr.c (yyuserAction): Add "default: break;" case to pacify
9969         gcc -Wswitch-default.
9970         * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
9971         * data/yacc.c (yyparse): Likewise.
9973 2005-01-12  Paul Eggert  <eggert@cs.ucla.edu>
9975         * src/system.h (OUTPUT_EXT, TAB_EXT): Define only if not defined
9976         already.  Let config.h define any nonstandard values.
9978 2005-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9980         * tests/calc.at (_AT_DATA_CALC_Y): Use alarm (100), not alarm (10),
9981         for the benefit of slower hosts.  Problem reported by
9982         Nelson H. F. Beebe.
9984 2005-01-07  Paul Eggert  <eggert@cs.ucla.edu>
9986         * data/yacc.c (yyparse): Pacify non-GCC compilers about yyerrorlab
9987         being defined and not used.
9988         * data/lalr1.cc (yyparse): Likewise.
9989         Use "if (false)" rather than "if (0)".
9991 2005-01-05  Paul Eggert  <eggert@cs.ucla.edu>
9993         * TODO: Mention that we should allow NUL bytes in tokens.
9995 2005-01-02  Paul Eggert  <eggert@cs.ucla.edu>
9997         * src/scan-skel.l (<<EOF>>): Don't close standard output.
9998         Problem reported by Hans Aberg.
10000 2005-01-01  Paul Eggert  <eggert@cs.ucla.edu>
10002         * src/getargs.c (version): Happy new year; update overall
10003         program copyright date from 2004 to 2005.
10005         * src/scan-skel.l ("@output ".*\n): Don't close standard output.
10006         Problem reported by Hans Aberg.
10007         * tests/output.at (AT_CHECK_OUTPUT): New arg SHELLIO.
10008         (Output file names.): Add a test for the case when standard output
10009         is closed.
10011 2004-12-26  Paul Eggert  <eggert@cs.ucla.edu>
10013         * doc/bison.texinfo (@copying): Update FDL version number to 1.2,
10014         to fix an oversight in the Bison 2.0 manual.
10016 2004-12-25  Paul Eggert  <eggert@cs.ucla.edu>
10018         * NEWS: Version 2.0.  Reformat the existing news items since
10019         1.875, so that related items are grouped together.
10020         * configure.ac (AC_INIT): Bump version to 2.0.
10021         * src/parse-gram.c, src/parse-gram.h: Regenerate with 2.0.
10023         * tests/torture.at (Exploding the Stack Size with Alloca): Set
10024         YYSTACK_USE_ALLOCA to 1 if __GNUC__ or alloca are defined;
10025         otherwise, we're not testing alloca.  Unfortunately there's no
10026         simple way to consult HAVE_ALLOCA here.
10028         * data/lalr1.cc (yydestruct_): Pacify unused variable warning
10029         for yymsg, too.
10031         * src/LR0.c (new_itemsets): Use memset rather than zeroing by
10032         hand.  This avoids a warning about comparing int to size_t when
10033         GCC warnings are enabled.
10035 2004-12-22  Paul Eggert  <eggert@cs.ucla.edu>
10037         * NEWS: Bison-generated parsers no longer default to using the
10038         alloca function (when available) to extend the parser stack, due
10039         to widespread problems in unchecked stack-overflow detection.
10040         * data/glr.c (YYMAXDEPTH): Remove undef when zero.  It's the user's
10041         responsibility to set it to a positive value.  This lets the user
10042         specify a value that is not a preprocessor constant.
10043         * data/yacc.c (YYMAXDEPTH): Likewise.
10044         (YYSTACK_ALLOC): Define only if YYSTACK_USE_ALLOCA is nonzero.
10045         * doc/bison.texinfo (Stack Overflow): YYMAXDEPTH no longer needs
10046         to be a compile-time constant.  However, explain the constraints on it.
10047         Also, explain the constraints on YYINITDEPTH.
10048         (Table of Symbols): Explain that alloca is no longer the default.
10049         Explain the user's responsibility if they define YYSTACK_USE_ALLOCA
10050         to 1.
10052         * doc/bison.texinfo (Location Default Action): Mention that n must
10053         be zero when k is zero.  Suggested by Frank Heckenbach.
10055 2004-12-22  Akim Demaille  <akim@epita.fr>
10057         * data/lalr1.cc (parser::token_number_type, parser::rhs_number_type)
10058         (parser::state_type, parser::semantic_type, parser::location_type):
10059         Private, not public.
10060         (parser::parse): Return ints, not bool.
10061         Returning a bool introduces a problem: 0 corresponds to false, and
10062         it seems weird to return false on success.  Returning true changes
10063         the conventions for yyparse.
10064         Alternatively we could return void and send an exception.
10065         There is no clear consensus (yet?).
10066         (state_stack, semantic_stack, location_stack): Rename as...
10067         (state_stack_type, semantic_stack_type, location_stack_type): these.
10068         Private, not public.
10069         * tests/c++.at: New.
10070         * tests/testsuite.at, tests/Makefile.am: Adjust.
10072 2004-12-21  Akim Demaille  <akim@epita.fr>
10074         * data/lalr1.cc (parser::parse): Return a bool instead of an int.
10076 2004-12-21  Akim Demaille  <akim@epita.fr>
10078         Don't impose std::string for filenames.
10080         * data/lalr1.cc (b4_filename_type): New.
10081         (position::filename): Use it.
10082         (parser.hh): Move the inclusion of stack.hh and location.hh below
10083         the user code, so that needed headers for the filename type can be
10084         included first.
10085         Forward declare them before the user code.
10086         * tests/Makefile.am (check-local, installcheck-local): Pass
10087         TESTSUITEFLAGS to the TESTSUITE.
10089 2004-12-20  Akim Demaille  <akim@epita.fr>
10091         Use more STL like names: my_class instead of MyClass.
10093         * data/lalr1.cc (LocationStack, LocationType, RhsNumberType)
10094         (SemanticStack, SemanticType, StateStack, StateType)
10095         (TokenNumberType, Stack, Slice, Traits, Parser::location)
10096         (Parser::value): Rename as...
10097         (location_stack, location_type, rhs_number_type, semantic_stack)
10098         (semantic_type, state_stack, state_type, token_number_type, stack)
10099         (slice, traits, parser::yylloc, parser::yylval): these.
10101         * tests/calc.at, tests/regression.at, tests/actions.at: Adjust.
10103 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
10105         * data/glr.c (YYLLOC_DEFAULT): Use GNU spacing conventions.
10106         * data/yacc.c (YYLLOC_DEFAULT): Likewise.
10108 2004-12-17  Paul Eggert  <eggert@cs.ucla.edu>
10110         Remove uses of 'short int' and 'unsigned short int'.  This raises
10111         some arbitrary limits.  It uses more memory but nowadays that's
10112         not much of an issue.
10114         This change does not affect the generated parsers; that's a different
10115         task, as some users will want to conserve memory there.
10117         Ideally we should use size_t to represent all object counts, and
10118         something like ptrdiff_t to represent signed differences of object
10119         counts; but that will require more code-cleanup than I have the
10120         time to do right now.
10122         * src/LR0.c (allocate_itemsets, new_itemsets, save_reductions):
10123         Use size_t, not int or short int, to count objects.
10124         * src/closure.c (nritemset, closure): Likewise.
10125         * src/closure.h (nritemset, closure): Likewise.
10126         * src/nullable.c (nullable_compute): Likewise.
10127         * src/print.c (print_core): Likewise.
10128         * src/print_graph.c (print_core): Likewise.
10129         * src/state.c (state_compare, state_hash): Likewise.
10130         * src/state.h (struct state): Likewise.
10131         * src/tables.c (default_goto, goto_actions): Likewise.
10133         * src/gram.h (rule_number, rule): Use int, not short int.
10134         * src/output.c (prepare_rules): Likewise.
10135         * src/state.h (state_number, STATE_NUMBER_MAXIMUM, transitions,
10136         errs, reductions): Likewise.
10137         * src/symtab.h (symbol_number, SYMBOL_NUMBER_MAXIMUM, struct symbol):
10138         Likewise.
10139         * src/tables.c (vector_number, tally, action_number,
10140         ACTION_NUMBER_MINIMUM): Likewise.
10141         * src/output.c (muscle_insert_short_int_table): Remove.
10143 2004-12-17  Akim Demaille  <akim@epita.fr>
10145         * data/lalr1.cc: Extensive Doxygenation.
10146         (error_): Rename as...
10147         (error): this, since it is visible to the user.
10148         Adjust callers.
10149         (Parser::message): Now an automatic variable from...
10150         (Parser::yyreport_syntax_error_): here.
10151         * tests/actions.at, tests/calc.at, tests/regression.at: Adjust to
10152         Parser::error.
10153         * tests/input.at: Escape $.
10155 2004-12-16  Paul Eggert  <eggert@cs.ucla.edu>
10157         * data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location):
10158         Parenthesize rhs to avoid obscure problems with mistakes like
10159         "foo$$bar = foo$1bar;".  Problem reported by twlevo at xs4all.
10160         * data/lalr1.cc (b4_lhs_value, b4_rhs_value, b4_lhs_location,
10161         b4_rhs_location): Likewise.
10162         * data/yacc.c (b4_lhs_value, b4_rhs_value, b4_lhs_location,
10163         b4_rhs_location): Likewise.
10165 2004-12-16  Akim Demaille  <akim@epita.fr>
10167         * data/lalr1.cc (yyreport_syntax_error_): Catch up with glr.c and
10168         yacc.c: be sure to stay within yycheck_.
10169         * tests/actions.at: Re-enable C++ tests.
10171 2004-12-16  Akim Demaille  <akim@epita.fr>
10173         * src/print_graph.c (print_graph): Remove layoutalgorithm uses for
10174         real.
10176 2004-12-16  Akim Demaille  <akim@epita.fr>
10178         Use #define to handle the %name-prefix.
10180         * data/glr.c, data/yacc.c: Comment changes.
10181         * data/lalr1.cc (yylex): Use #define to select the name of yylex,
10182         so that one can refer to yylex in the parser file, and have it
10183         renamed, as is the case with other skeletons.
10185 2004-12-16  Akim Demaille  <akim@epita.fr>
10187         Move lalr1.cc internals into yy*.
10189         * data/lalr1.cc (semantic_stack_, location_stack_, state_stack_)
10190         (semantic_stack_, location_stack_, pact_, pact_ninf_, defact_)
10191         (pgoto_, defgoto_, table_, table_ninf_, check_, stos_, r1_, r2_)
10192         (name_, rhs_, prhs_, rline_, token_number_, eof_, last_, nnts_)
10193         (empty_, final_, terror_, errcode_, ntokens_)
10194         (user_token_number_max_, undef_token_, n_, len_, state_, nerrs_)
10195         (looka_, ilooka_, error_range_, nerrs_):
10196         Rename as...
10197         (yysemantic_stack_, yylocation_stack_, yystate_stack_)
10198         (yysemantic_stack_, yylocation_stack_, yypact_, yypact_ninf_)
10199         (yydefact_, yypgoto_, yydefgoto_, yytable_, yytable_ninf_)
10200         (yycheck_, yystos_, yyr1_, yyr2_, yyname_, yyrhs_, yyprhs_)
10201         (yyrline_, yytoken_number_, yyeof_, yylast_, yynnts_, yyempty_)
10202         (yyfinal_, yyterror_, yyerrcode_, yyntokens_)
10203         (yyuser_token_number_max_, yyundef_token_, yyn_, yylen_, yystate_)
10204         (yynerrs_, yylooka_, yyilooka_, yyerror_range_, yynerrs_):
10205         these.
10207 2004-12-15  Paul Eggert  <eggert@cs.ucla.edu>
10209         Fix some problems reported by twlevo at xs4all.
10210         * src/symtab.c (symbol_new): Report an error if the input grammar
10211         contains too many symbols.  This is better than calling abort() later.
10212         * src/vcg.h (enum layoutalgorithm): Remove.  All uses removed.
10213         (struct node, struct graph):
10214         Rename member expand to stretch.  All uses changed.
10215         (struct graph): Remove member layoutalgorithm.  All uses removed.
10216         * src/vcg.c (get_layoutalgorithm_str): Remove.  All uses removed.
10217         * src/vcg_defaults.h (G_STRETCH): Renamed from G_EXPAND.
10218         All uses changed.
10219         (N_STRETCH): Rename from N_EXPAND.  All uses changed.
10221 2004-12-15  Akim Demaille  <akim@epita.fr>
10223         * data/lalr1.cc: Normalize /** \brief ... */ to ///.
10224         Add more Doxygen comments.
10225         (symprint_, stack_print_, reduce_print_, destruct_, pop)
10226         (report_syntax_error_, translate_): Rename as...
10227         (yysymprint_, yystack_print_, yyreduce_print_, yydestruct_)
10228         (yypop_, yyreport_syntax_error_, yytranslate_): this.
10230 2004-12-15  Akim Demaille  <akim@epita.fr>
10232         * data/lalr1.cc (lex_): Rename as...
10233         (yylex_): this.
10234         Move the trace here.
10235         Take the %name-prefix into account.
10236         Reported by Alexandre Duret-Lutz.
10238 2004-12-15  Akim Demaille  <akim@epita.fr>
10240         Simplify the C++ parser constructor.
10242         * data/lalr1.cc (debug_): Rename as...
10243         (yydebug_): so that the parser's internals are always in the yy*
10244         pseudo namespace.
10245         Adjust uses.
10246         (b4_parse_param_decl): Remove the leading comma as it is now only
10247         called as unique argument list.
10248         (Parser::Parser): Remove the constructor accepting a location and
10249         an initial debugging level.
10250         Remove from the other ctor the argument for the debugging level.
10251         (debug_level_type, debug_level, set_debug_level): New.
10253         * tests/actions.at, tests/calc.at, tests/regression.at: Adjust
10254         constructor calls.
10256 2004-12-15  Akim Demaille  <akim@epita.fr>
10258         Remove b4_root related material: failure experiment
10259         (which goal was to allow to derive from a class).
10261         * data/lalr1.cc (b4_root, b4_param, b4_constructor): Remove
10262         definitions and uses.
10264 2004-12-14  Paul Eggert  <eggert@cs.ucla.edu>
10266         * data/glr.c (struct yyGLRStack): yyerror_range now has 3 items,
10267         not 2, since it's not portable to subtract 1 from the start of an
10268         array.  The new item 0 is never set or used.  All uses changed.
10270         (yyrecoverSyntaxError): Use YYLLOC_DEFAULT instead of assuming
10271         the default definition of YYLLOC_DEFAULT.  Problem reported
10272         by Frank Heckenbach.
10274 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
10276         * data/glr.c (YYRHSLOC): Don't have two definitions, one for
10277         the normal case and one for the error case.  Just use the
10278         first one uniformly.  Problem reported by Frank Heckenbach.
10279         (YYLLOC_DEFAULT): Use the conventions of yacc.c, so we can
10280         use exactly the same macro in both places.
10281         (yyerror_range): Now of type yyGLRStackItem, not YYLTYPE,
10282         so that the normal-case YYRHSLOC works for the error case too.
10283         All uses changed.
10284         * data/yacc.c (YYRHSLOC): New macro, taken from glr.c.
10285         (YYLLOC_DEFAULT): Use the same macro as glr.c.
10286         * doc/bison.texinfo (Location Default Action): Don't claim that
10287         we have an array of locations.  Use the same macro for both glr
10288         and lalr parsers.  Mention YYRHSLOC.  Mention what happens when
10289         the index is 0.
10291 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
10293         * HACKING: Update email addresses to send announcements to.
10295         * configure.ac (AC_INIT): Bump version to 1.875f.
10297 2004-12-10  Paul Eggert  <eggert@cs.ucla.edu>
10299         * NEWS: Version 1.875e.
10300         * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875e.
10302         * src/scan-skel.l: Include "complain.h", for "fatal".
10304         * src/relation.h (relation_print, relation_digraph):
10305         Relation sizes are of type relation_node, not size_t (this is
10306         merely a doc fix, since the two types are equivalent).
10307         (relation_transpose): Relation sizes are of type relation_node,
10308         not int.
10309         * src/relation.c: Likewise.
10310         (top, infinity): Now of type relation_node, not int.
10311         (traverse, relation_transpose): Use relation_node, not int.
10313         * data/glr.c (yyuserAction, yyrecoverSyntaxError): Mark args
10314         with ATTRIBUTE_UNUSED if they're not used, to avoid GCC warning.
10315         (yyparse): Remove unused local introduced in 2004-10-25 patch.
10317         * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): New arg
10318         specifying whether the test should be skipped.  Use it tp
10319         specify that the [%defines %skeleton "lalr1.cc"] tests currently
10320         fail on some hosts, and should be skipped.
10322 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
10324         * src/system.h (CALLOC, MALLOC, REALLOC): Remove.  All callers
10325         changed to use xcalloc, xnmalloc, xnrealloc, respectively,
10326         unless otherwise specified below.
10328         * src/LR0.c (allocate_itemsets): Use xnmalloc, not xcalloc,
10329         to allocate kernel_base, kernel_items, kernel_size, since
10330         they needn't be initialized to 0.
10331         (allocate_storgae): Likewise, for shiftset, redset, shift_symbol.
10332         * src/closure.c (new_closure): Likewise, for itemset.
10333         * src/derives.c (derives_compute): Likewise, for delts, derives, q.
10334         * src/lalr.c (set_goto_map): Likewise, for temp_map.
10335         (initialize_F): Likewise, for reads, edge, reads[i], includes[i].
10336         (build_relations): Likewise for edge, states1, includes.
10337         * src/nullable.c (nullable_compute): Likewise, for squeue, relts.
10338         * src/reader.c (packgram): Likewise, for ritem, rules.
10339         * src/reduce.c (nonterminals_reduce): Likewise for nontermmap.
10340         * src/relation.c (relation_digraph): Likewise for VERTICES.
10341         (relation_transpose): Likewise for new_R, end_R.
10342         * src/symtab.c (symbols_token_translations_init): Likewise for
10343         token_translations.
10344         * src/tables.c (save_row): Likewise for froms, tos, conflict_tos.
10345         (token_actions): Likewise for yydefact, actrow, conflrow,
10346         conflict_list.
10347         (save_column): Likewise for froms[symno], tos[symno].
10348         (goto_actions): Likewise for state_count.
10349         (pack_table): Likewise for base, pos, check.
10350         (tables_generate): Likewise for width.
10352         * src/LR0.c (set_states): Don't reuse kernel_size and kernel_base
10353         for initial core.  Just have a separate core, so we needn't worry
10354         about whether kernel_size and kernel_base are initialized.
10356         * src/LR0.c (shift_symbol, redset, shiftset, kernel_base,
10357         kernel_size, kernel_items): Remove unnecessary initialization.
10358         * src/conflicts.c (conflicts): Likewise.
10359         * src/derives.c (derives): Likewise.
10360         * src/muscle_tablc (muscle_insert): Likewise.
10361         * src/relation.c (relation_digraph): Likewise.
10362         * src/tables.c (froms, tos, conflict_tos, tally, width, actrow, order,
10363         conflrow, conflict_table, conflict_list, table, check):
10364         Likewise.
10366         * src/closure.c (new_closure): Arg is of type unsigned int, not int.
10367         This is because all callers pass unsigned int.
10368         * src/closure.h (new_closure): Likewise.
10370         * src/lalr.c (initialize_F): Initialize reads[i] in all cases.
10371         (build_relations): Initialize includes[i] in all cases.
10372         * src/reader.c (packgram): Always initialize rules[ruleno].prec
10373         and rules[ruleno].precsym.  Initialize members in order.
10374         * src/relation.c (relation_transpose): Always initialize new_R[i]
10375         and end_R[i].
10376         * src/table.c (conflict_row): Initialize 0 at end of conflict_list.
10378         * src/output.c (prepare_actions): Pass 0 instead of conflict_list[0];
10379         conflict_list[0] was always 0, but now it isn't initialized.
10381         * src/table.c (table_grow): When conflict_table grew, the grown
10382         area wasn't cleared.  Fix this.
10384         * lib/.cvsignore: Add strdup.c, strdup.h.
10385         * m4/.cvsignore: Add strdup.m4.
10387 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
10389         * src/lalr.h (GOTO_NUMBER_MAXIMUM): New macro.
10390         * src/lalr.c (set_goto_map): Don't allow ngotos to equal
10391         GOTO_NUMBER_MAXIMUM, since we occasionally compute
10392         ngotos + 1 without checking for overflow.
10393         (build_relations): Use END_NODE, not -1, to denote end of edges.
10394         * src/lalr.c (set_goto_map, map_goto, initialize_F, add_loopback_edge,
10395         build_relations): Use goto_number, not int, for goto numbers.
10396         * src/tables.c (save_column, default_goto): Likewise.
10398 2004-11-23  Akim Demaille  <akim@epita.fr>
10400         * data/lalr1.cc (YYSTYPE): Define it as is done for C, instead
10401         of #defining from yystype.
10402         Don't typedef yystype, C++ does not need it.
10403         This lets it possible to forward declare it as union.
10405 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
10407         * bootstrap (gnulib_modules): Add extensions.
10408         Problem reported by Jim Meyering.
10410 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
10412         * src/LR0.c, src/closure.c, src/derives.c, src/gram.c,
10413         src/lalr.c, src/nullable.c, src/relation.c, src/scan-skel.l,
10414         src/system.h, src/tables.c: XFREE -> free, to accommodate
10415         recent change to gnulib xalloc.h.
10416         Problem reported by Jim Meyering.
10418 2004-11-17  Akim Demaille  <akim@epita.fr>
10420         * data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings.
10422 2004-11-17  Akim Demaille  <akim@epita.fr>,
10423             Alexandre Duret-Lutz <adl@gnu.org>
10425         * data/lalr1.cc (Parser::yycdebug_): New, a pointer, to allow
10426         changes.
10427         (YYCDEBUG): Adjust.
10428         Use it instead of cdebug_.
10429         (Parser::debug_stream, Parser::set_debug_stream): New.
10430         (Parser::symprint_): Define cdebug_ for temporary backward
10431         compatibility.
10432         * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use
10433         debug_stream ().
10435 2004-11-17  Akim Demaille  <akim@epita.fr>
10437         * data/lalr1.cc (Parser:print_): Remove, use %printer instead.
10438         * tests/regression.at (_AT_DATA_DANCER_Y): Adjust.
10439         * tests/calc.at (_AT_DATA_CALC_Y): Ditto.
10440         * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
10442 2004-10-27  Paul Eggert  <eggert@cs.ucla.edu>
10444         * data/glr.c (yyloc_default): Remove; not used.
10445         Problem reported by Frank Heckenbach.
10447 2004-10-25  Akim Demaille  <akim@epita.fr>
10449         * data/glr.c (YYRHSLOC): Move its definition next to its uses.
10450         Introduce another definition to address simple location arrays.
10451         (yyGLRStack): New member: yyerror_range.
10452         (yyrecoverSyntaxError, yyparse): Update it.
10453         (yyrecoverSyntaxError): Use it when shifting the error token to
10454         have an accurate range, equivalent to the one computed by both
10455         yacc.c and lalr1.cc.
10456         * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Change its yylex so
10457         that column numbers start at column 0, as per GNU Coding
10458         Standards, the others tests, and the doc.
10459         (_AT_RESOLVED_GLR_OUTPUT_WITH_LOC, _AT_AMBIG_GLR_OUTPUT_WITH_LOC):
10460         Adjust to the above change (first column is 0).
10461         And adjust the location of the "<error>", now covering the whole
10462         line.
10464 2004-10-22  Akim Demaille  <akim@epita.fr>
10465         and Paul Eggert  <eggert@cs.ucla.edu>
10467         Remove some arbitrary limits on goto numbers and relations.
10468         * src/lalr.c (goto_map, ngotos, from_state, to_state): Omit
10469         initial values, since they're never used.
10470         (set_goto_map): ngotos is now unsigned, so test for overflow
10471         by seeing whether it wraps around to zero.
10472         * src/lalr.h (goto_number): Now size_t, not short int.
10473         (GOTO_NUMBER_MAXIMUM): Remove.
10474         * src/relation.c (relation_print, traverse, relation_transpose):
10475         Check for END_NODE rather than looking at sign.
10476         * src/relation.h (END_NODE): New macro.
10477         (relation_node): Now size_t, not short int.
10479 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
10481         * doc/bison.texinfo (Language and Grammar): In example, "int" is a
10482         keyword, not an identifier.  Problem reported by Baron Schwartz in
10483         <http://lists.gnu.org/archive/html/bug-bison/2004-10/msg00017.html>.
10485 2004-10-11  Akim Demaille  <akim@epita.fr>
10487         * src/symtab.c (symbol_check_alias_consistency): Also check
10488         type names, destructors, and printers.
10489         Reported by Alexandre Duret-Lutz.
10490         Recode the handling of associativity and precedence in terms
10491         of symbol_precedence_set.
10492         Accept no redeclaration at all, not even equal to the previous
10493         value.
10494         (redeclaration): New.
10495         Use it to factor redeclaration complaints.
10496         (symbol_make_alias): Don't set the type of the alias, let
10497         symbol_check_alias_consistency do it as for other features.
10498         * src/symtab.h (symbol): Add new member prec_location, and
10499         type_location.
10500         * src/symtab.c (symbol_precedence_set, symbol_type_set): Set them.
10501         * tests/input.at (Incompatible Aliases): New.
10503 2004-10-09  Paul Eggert  <eggert@cs.ucla.edu>
10505         .cvsignore fixes to accommodate gnulib changes,
10506         and the practice of naming build directories "_build".
10507         * .cvsignore: Add "_*".  Sort.
10508         * lib/.cvsignore: Add getopt_.h, xalloc-die.c.
10509         * m4/.cvsignore: Add "*_gl.m4".
10511 2004-10-06  Akim Demaille  <akim@epita.fr>
10513         * src/parse-gram.y (add_param): Fix the truncation of trailing
10514         spaces.
10516 2004-10-05  Akim Demaille  <akim@epita.fr>
10518         In Bison 1.875's yacc.c, YYLLOC_DEFAULT was called regardless
10519         whether the reducion was empty or not.  This leaves room to
10520         improve the use of YYLLOC_DEFAULT in such a case.
10521         lalr1.cc is still experimental, so changing this is acceptable.
10522         And finally, there are probably not many users who changed the
10523         handling of locations in GLR, so changing is admissible too.
10525         * data/glr.c, data/lalr1.cc, data/yacc.c (YYLLOC_DEFAULT): On an
10526         empty reduction, set @$ to an empty location ending the previously
10527         stacked symbol.
10528         Adjust uses to make sure the code is triggered on empty
10529         reductions.
10530         * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust the
10531         expected output: empty reductions have empty locations.
10533 2004-09-29  Akim Demaille  <akim@epita.fr>
10535         * data/lalr1.cc: Move towards a more standard C++ coding style
10536         for templates: Class < T > -> Class<T>.
10538 2004-09-29  Akim Demaille  <akim@epita.fr>
10540         * data/lalr1.cc: Reinstall the former ctor, for sake of
10541         compatibility, but warn it will be removed.
10542         Move towards a more standard C++ coding style (i.e., type *var ->
10543         type* var).
10545 2004-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10547         * src/parse-gram.y (add_param): Rewrite to avoid strchr,
10548         since it's less likely to work if NULs are involved in the future.
10550 2004-09-27  Akim Demaille  <akim@epita.fr>
10552         * data/yacc.c (YY_LOCATION_PRINT): Fix its default declaration.
10554 2004-09-27  Akim Demaille  <akim@epita.fr>
10556         * data/lalr1.cc (b4_parse_param_decl_1): New.
10557         (b4_parse_param_decl): Use it to have different names between attribute
10558         and argument names.
10559         (b4_cc_constructor_call): Likewise.
10561 2004-09-24  Akim Demaille  <akim@epita.fr>
10563         * src/parse-gram.y (add_param): Strip the leading and trailing
10564         blanks from a formal argument declaration.
10565         (YY_LOCATION_PRINT): New.
10567 2004-09-24  Akim Demaille  <akim@epita.fr>
10569         * data/c.m4 (b4_yysymprint_generate): Move the YYINPUT invocation
10570         after the location.
10572 2004-09-24  Akim Demaille  <akim@epita.fr>
10574         * doc/bison.texinfo (Table of Symbols): Sort.
10576 2004-09-21  Akim Demaille  <akim@epita.fr>
10578         * data/yacc.c, data/glr.c (b4_at_dollar, b4_dollar_dollar): Remove
10579         the useless parentheses.
10580         Suggested by Paul Eggert.
10582 2004-09-20  Akim Demaille  <akim@epita.fr>
10584         Let the initial-action act on the look-ahead, and use it for the
10585         "initial push" (corresponding to an hypothetical beginning-of-file).
10586         And let lalr1.cc honor %initial-action.
10588         * doc/bison.texinfo (Initial Action Decl): Clarify, and add an
10589         example.
10590         * data/lalr1.cc (Parser::initlocation_): Remove, bad experiment.
10591         (Parser::Parser): Remove the ctor that used to initialize it.
10592         (Parser::parse): Like in the other skeletons, issue the "starting
10593         parse" message before any action.
10594         Honor %initial-action.
10595         Initialize the stacks with the lookahead.
10596         * data/yacc.c: Let $$ and @$ in %initial-action designate the
10597         look-ahead.
10598         Push them in the stacks.
10599         * tests/actions.at, tests/calc.at: Adjust the C++ ctor invocations.
10601 2004-09-20  Akim Demaille  <akim@epita.fr>
10603         * doc/bison.texinfo (Initial Action Decl): New.
10605 2004-09-20  Akim Demaille  <akim@epita.fr>
10607         * data/yacc.c (YY_LOCATION_PRINT): Use YYLTYPE_IS_TRIVIAL as a
10608         clearer criterion to define it.
10609         (parse): Initialize the initial location when YYLTYPE_IS_TRIVIAL.
10610         When reducing on an empty RHS, use the latest stacked location as
10611         location.
10612         yylloc is not always available.
10613         * data/glr.c: Likewise.
10614         Also, honor initial-actions.
10616 2004-09-20  Akim Demaille  <akim@epita.fr>
10618         * data/yacc.c (YY_LOCATION_PRINT): New.
10619         Define when we know YYLTYPE's structure, i.e., when the default
10620         YYLLOC_DEFAULT is used.
10621         * data/c.m4 (b4_yysymprint_generate): Use it.
10622         * data/lalr1.cc (YYLLOC_DEFAULT): Stop relying on the initial
10623         value of the result.
10624         (error_start_): Replace with...
10625         (error_range_): this location array.
10626         This allows to replace code relying on the implementation of
10627         locations by portable code.
10628         * data/yacc.c (yylerrsp): Replace with...
10629         (yyerror_range): this.
10630         Every time a token is popped, update yyerror_range[0], to have an
10631         accurate location for the error token.
10632         * data/glr.c (YY_LOCATION_PRINT): New.
10633         (yyprocessOneStack): Fix an invocation of YY_SYMBOL_PRINT:
10634         deference a pointer.
10635         * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): No longer
10636         report the location in %printers.
10638         * src/scan-skel.l: Instead of abort, report error messages to ease
10639         understanding skeleton scanning failures.
10641 2004-09-16  Akim Demaille  <akim@epita.fr>
10643         * data/lalr1.cc (Stack::Iterator, Stack::ConstIterator): Rename as...
10644         (iterator, const_iterator): these, to be more in the C++ spirit.
10645         Also, return reverse iterators so that when displaying the stack
10646         we display its bottom first.
10647         (Parser::stack_print_, Parser::reduce_print_): Match the messages
10648         from yacc.c.
10649         We should probably use vector here though.
10651 2004-09-16  Akim Demaille  <akim@epita.fr>
10653         Have more complete shift traces.
10655         * data/yacc.c, data/lalr1.c, data/glr.c: Use YY_SYMBOL_PRINT
10656         to report Shifts instead of ad hoc YYDPRINTF invocations,
10657         including for the error token.
10658         * data/lalr1.cc (symprint_): Output the location.
10659         * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): In C++, don't
10660         output the location within the %printer.
10661         Activate GLR tests, at least to make sure they compile properly.
10662         They still don't pass though.
10663         * tests/calc.at: Adjust expect verbose output, since now "Entering
10664         state..." is on a different line than the "Shifting" message.
10666 2004-09-08  Akim Demaille  <akim@epita.fr>
10668         * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Move the
10669         Bison directive from the Bison file to the invocation of this
10670         macro, so that these directives are passed to
10671         AT_BISON_OPTION_PUSHDEFS to get correct help macros.
10672         Use these helping macros (e.g., AT_LOC, AT_VAL and so forth).
10673         Move the AT_SETUP/AT_CLEANUP outside, to report as test title
10674         the extra Bison directives instead of the whole series.
10675         Change the grammar so that there are recoverable errors, and
10676         unrecoverable errors.  Now we can have the parser give up before
10677         consuming the whole input.  As a result we now can observe that
10678         the lookahead is freed when needed.
10679         Change the parser source to parse argv[1] instead of a hard coded
10680         string.
10681         Simplify yylex, and give a value and location to EOF.
10682         Simplify some invocations of AT_CHECK_PRINTER_AND_DESTRUCTOR that
10683         passed directives already coded in the file.
10684         Add some tests to check the location of "error".
10685         For some tests, the C++ parser is correct, and not yacc.c.
10686         For other tests, they provide different, but unsatisfying, values,
10687         so keep the C++ value so that at least one parser is "correct"
10688         according to the test suite.
10689         (Actions after errors): Remove, this is subsumed by the
10690         AT_CHECK_PRINTER_AND_DESTRUCTOR series.
10692 2004-09-06  Akim Demaille  <akim@epita.fr>
10694         * data/lalr1.cc: Adjust the indentation of the labels.
10695         (Parser::pop): New.
10696         Use it.
10698 2004-09-06  Akim Demaille  <akim@epita.fr>
10700         * data/yacc.cc, data/glr.cc (yydestruct): Accept an additional
10701         argument, an informative message.
10702         Call YY_SYMBOL_PRINT.
10703         Adjust all callers: integrate the associated YY_SYMBOL_PRINT.
10704         * data/lalr1.cc (destruct_): Likewise.
10705         In addition, no longer depend on b4_yysymprint_generate and
10706         b4_yydestruct_generate to generate these functions, do it "by
10707         hand".
10709 2004-09-03  Akim Demaille  <akim@epita.fr>
10711         * data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was
10712         invoked, yydestruct the lookahead.
10713         * tests/calc.at (Calculator $1): Update the expected lengths of
10714         traces: there is an added line for the discarded lookahead.
10715         * doc/bison.texinfo (Destructor Decl): Some rewording.
10716         Define "discarded" symbols.
10718 2004-09-02  Akim Demaille  <akim@epita.fr>
10720         * data/lalr1.cc (translate_, destruct_): No reason to be static.
10722 2004-09-02  Akim Demaille  <akim@epita.fr>
10724         * data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used.
10725         (YYDSYMPRINTF): Rename as...
10726         (YY_SYMBOL_PRINT): this.
10727         * data/lalr1.cc (YY_SYMBOL_PRINT): New, modeled after the previous
10728         two.
10729         Use it instead of direct symprint_ calls.
10730         (yybackup): Tweak the "Now at end of input" case to match yacc.c's
10731         one.
10733 2004-09-02  Akim Demaille  <akim@epita.fr>
10735         * data/lalr1.cc (b4_yysymprint_generate): New.
10736         (symprint_): New member function, defined when YYDEBUG.
10737         Use it consistently instead of token/nterm debugging output by
10738         hand.
10739         * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust
10740         %printer calls to use cdebug_ when using lalr1.cc.
10742 2004-08-30  Florian Krohm  <florian@edamail.fishkill.ibm.com>
10744         * data/glr.c: Guard the declarations of yypstack and yypdumpstack
10745         with #ifdef YYDEBUG.
10747 2004-08-26  Akim Demaille  <akim@epita.fr>
10749         * doc/bison.texinfo (Implementing Loops): Rename as...
10750         (Implementing Gotos/Loops): this.
10752 2004-08-13  Paul Eggert  <eggert@cs.ucla.edu>
10754         Adjust to latest gnulib.
10755         * bootstrap (gnulib_modules): Add xalloc-die.
10756         Set LC_ALL=C so that file names sort consistently.
10757         Prefer the gnulib copies of gettext.m4, glibc21.m4,
10758         inttypes_h.m4, lib-ld.m4, lib-prefix.m4, po.m4, stdint_h.m4,
10759         uintmax_t.m4, ulonglong.m4.
10760         (intl_files_to_remove): Add gettext.m4, lib-ld.m4, lib-prefix.m4,
10761         po.m4 since we are now using _gl.m4 instead.
10763 2004-08-10  Florian Krohm  <florian@edamail.fishkill.ibm.com>
10765         * src/scan-action.l: Remove. Scanning of semantic actions is
10766         handled in scan-gram.l.
10768 2004-08-07  Florian Krohm  <florian@edamail.fishkill.ibm.com>
10770         * src/scan-gram.l (handle_syncline): Use uniqstr_new not xstrdup.
10772         * src/location.h (struct): The file member is a uniqstr.
10773         (equal_boundaries): Use UNIQSTR_EQ for comparison.
10775 2004-07-22  Paul Eggert  <eggert@cs.ucla.edu>
10777         Fix bug with non-%union parsers that have printers or destructors,
10778         which led to a Bison core dump.  Reported by Peter Fales in
10779         <http://lists.gnu.org/archive/html/bug-bison/2004-07/msg00014.html>.
10781         * data/c.m4 (b4_symbol_actions): Don't assume %union was used.
10782         * data/lalr1.cc (yystype) [defined YYSTYPE]: Define to YYSTYPE,
10783         not to our own type.
10784         * src/output.c (symbol_destructors_output, symbol_printers_output):
10785         Don't assume %union.
10786         * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR,
10787         AT_CHECK_PRINTER_AND_DESTRUCTOR): New argument
10788         UNION-FLAG.  All callers changed.
10789         (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't assume %union.
10790         Use type char, not unsigned int, when declaring an array of char;
10791         this lets us remove a cast.
10792         (Printers and Destructors): Add non-%union test cases.
10794 2004-06-21  Paul Eggert  <eggert@cs.ucla.edu>
10796         * doc/bison.texinfo: Minor editorial changes, mostly to the new
10797         GLR writeups.  E.g., avoid frenchspacing and the future tense,
10798         change "lookahead" to "look-ahead", and change "wrt" to "with
10799         respect to".
10801 2004-06-21  Paul Hilfinger  <hilfingr@CS.Berkeley.EDU>
10803         * doc/bison.texinfo (Merging GLR Parses, Compiler Requirements):
10804         New sections, split off from the GLR Parsers section.  Put the new
10805         Simple GLR Parser near the start of the GLR section, for clarity.
10806         Rewrite connective text.
10808 2004-06-21  Frank Heckenbach  <frank@g-n-u.de>
10810         * doc/bison.texinfo (Simple GLR Parsers): New section.
10812 2004-06-21  Paul Eggert  <eggert@cs.ucla.edu>
10814         * NEWS, TODO, doc/bison.texinfo:
10815         Use "look-ahead" instead of "lookahead", to be consistent.
10816         * REFERENCES: Fix incorrect reference to DeRemer and Pennello,
10817         while we're fixing "look-ahead".
10818         * src/conflicts.c (shift_set): Renamed from shiftset.
10819         (look_ahead_set): Renamed from lookaheadset.
10820         * src/print.c: Likewise.
10821         * src/getargs.c (report_args): Add "look-ahead" as the new canonical
10822         name for "lookahead".
10823         (report_types, usage): Likewise.
10824         * src/getargs.h (report_look_ahead_tokens): Renamed from
10825         report_lookaheads.
10826         * src/lalr.c (compute_look_ahead_tokens): Renamed from
10827         compute_lookaheads.
10828         (state_look_ahead_tokens_count): Renamed from state_lookaheads_count.
10829         (look_ahead_tokens_print): Renamed from lookaheads_print.
10830         * src/state.c (state_rule_look_ahead_tokens_print): Renamed from
10831         state_rule_lookaheads_print.
10832         * src/state.h: Likewise.
10833         (reductions.look_ahead_tokens): Renamed from lookaheads.
10834         * tests/torture.at (AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR): Renamed from
10835         AT_DATA_LOOKAHEADS_GRAMMAR.
10837 2004-06-03  Paul Eggert  <eggert@cs.ucla.edu>
10839         * README: Update location of patched M4 distribution.
10841 2004-05-30  Albert Chin-A-Young  <china@thewrittenword.com>
10843         Don't assume the C++ compiler takes the same arguments as the C compiler
10844         (trivial change).
10845         * configure.ac (O0CXXFLAGS): New var.
10846         * tests/atlocal.in (CXXFLAGS): Use it.
10848 2004-05-29  Paul Eggert  <eggert@cs.ucla.edu>
10850         Fix some "make check" problems with C++ reported by
10851         Albert Chin-A-Young for Tru64 C++ in this thread:
10852         http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00049.html
10854         * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check for std::cerr.
10855         * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
10856         Output to a .cc file for C++, not to a .c file.
10857         * tests/calc.at (AT_CHECK_CALC): Likewise.
10858         * tests/regression.at (AT_CHECK_DANCER): Likewise.
10859         * tests/local.at (AT_COMPILE_CXX): Default to OUTPUT.cc, not OUTPUT.c.
10861 2004-05-28  Albert Chin-A-Young  <china@thewrittenword.com>
10863         * tests/calc.at, tests/actions.at: Workaround for SGI
10864         C++ compiler.  (trivial change)
10866 2004-05-27  Paul Eggert  <eggert@cs.ucla.edu>
10868         Spent a few hours checking out which prerequisite versions the
10869         current sources actually require.  I went all the way back to
10870         Gettext 0.10.40, Automake 1.4, and Autoconf 2.57 and investigated
10871         a seemingly endless set of combinations of versions more recent
10872         than that.  The bottom line is that the current sources require
10873         fairly recent versions of the build tools, and it'll be some work
10874         to change this.
10875         * configure.ac (AC_PREREQ): Increase from 2.58 to 2.59.
10876         (AM_INIT_AUTOMAKE): Increase from 1.7 to 1.8.
10877         (AM_GNU_GETTEXT_VERSION): Increase from 0.11.5 to 0.12.
10878         Add comments explaining why those particular versions are
10879         currently needed.
10881         * src/parse-gram.y (lloc_default): Rewrite to avoid compiler bug
10882         in SGI MIPSpro 7.4.1m.  Problem reported by Albert Chin-A-Young in
10883         <http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00037.html>.
10885         * configure.ac (AC_PREREQ): Bump to 2.58, since 2.57 doesn't work
10886         (it fails with a Autoconf-without-aclocal-m4 diagnostic).
10888 2004-05-26  Paul Eggert  <eggert@cs.ucla.edu>
10890         * configure.ac (AM_GNU_GETTEXT_VERSION): Lower it from 0.14.1 to
10891         0.11.5.  Suggested by Bruno Haible.
10892         * bootstrap: Remove gettext version checking.
10894         * doc/bison.texinfo (Decl Summary): Also mention that %union
10895         can depend on prerequisite types.  Problem reported by Tim
10896         Van Holder.
10898 2004-05-25  Paul Eggert  <eggert@cs.ucla.edu>
10900         * README: Mention GNU m4 1.4 bugs and Akim's patched version.
10901         * README-alpha: Don't tell people not to package this.
10903         * bootstrap: Don't assume $(...) works; use `...` instead.
10904         Problem reported by Paul Hilfinger.  Also, diagnose non-GNU
10905         gettext better.
10907         * doc/bison.texinfo (Decl Summary, Bison Options): Clarify what's
10908         put into the -d output file, and mention what to do if YYSTYPE is
10909         defined as a macro.
10911 2004-05-24  Paul Eggert  <eggert@cs.ucla.edu>
10913         Undo change made earlier today: it caused autopoint to not bring
10914         in ABOUT-NLS.  Ouch.  Instead, substitute our own diagnostic for
10915         autopoint's.
10917         * bootstrap: Check that gettext version matches what's in
10918         configure.ac.  Warn users to ignore robots.txt ERROR 404.
10919         * bootstrap: Undo today's earlier change (logged below).
10920         * configure.ac (AM_GNU_GETTEXT_VERSION): Likewise.
10922         The gettext version checking is causing more trouble than it's
10923         curing; remove it.  Problem reported by Paul Hilfinger.
10925         * bootstrap: Issue a warning that one can expect a message
10926         'AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION'.
10927         * configure.ac (AM_GNU_GETTEXT_VERSION): Remove.
10929 2004-05-23  Paul Eggert  <eggert@cs.ucla.edu>
10931         Ensure that the C++ compiler used for testing actually works on a
10932         simple test program; if not, skip the C++-related tests.  Problem
10933         reported by Vin Shelton in:
10934         http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00026.html
10936         * m4/cxx.m4: New file.
10937         * configure.ac (BISON_TEST_FOR_WORKING_CXX_COMPILER): Add.
10938         * tests/atlocal.in (BISON_CXX_WORKS): Add.
10939         * tests/local.at (AT_COMPILE_CXX): Use it.
10941 2004-05-21  Paul Eggert  <eggert@cs.ucla.edu>
10943         * data/glr.c (yylloc): Output this macro even if locations are not
10944         being generated, as the GLR parser needs it even in that case.
10945         Problem reported by Troy A. Johnson
10946         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=195946>.
10948         * configure.ac (AC_INIT): Update to 1.875e.
10950 2004-05-21  Paul Eggert  <eggert@cs.ucla.edu>
10952         * NEWS: Version 1.875d.
10953         * configure.ac (AC_INIT): Likewise.
10954         * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875d.
10956         * configure.ac (--enable-gcc-warnings): Do not enable -Wshadow,
10957         -Wmissing-prototypes, or -Wstrict-prototypes for C++.  The current
10958         lalr1.cc runs afoul of the first, and the last two are no longer
10959         supported by GCC 3.4.0.
10960         * README: Mention GNU m4 1.4 or later; mention m4 patches.
10961         * HACKING: Use ./bootstrap, not "make update" to import foreign files.
10963 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
10965         * src/muscle_tab.c (hash_muscle): Accept and return size_t, not
10966         unsigned int, for compatibility with latest gnulib hash module.
10967         * src/state.c (state_hash, state_hasher): Likewise.
10968         * src/symtab.c (hash_symbol, hash_symbol_hasher): Likewise.
10969         * src/uniqstr.c (hash_uniqstr): Likewise.
10971 2004-05-03  Paul Eggert  <eggert@cs.ucla.edu>
10973         * NEWS: Unescaped newlines are no longer allowed in char & strings.
10975         * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER,
10976         SC_CHARACTER,SC_STRING>): Reject unescaped newlines in
10977         character and string literals.
10978         (unexpected_end): New function.
10979         (unexpected_eof): Use it.
10980         (unexpected_newline): New function.
10981         (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>): Coalesce duplicate
10982         actions.
10984         * NEWS: Document %expect-rr.
10986         * bootstrap (--gnulib-srcdir=*, --cvs-user=*):
10987         Fix typo by replacing $1 with $option.
10988         Remove more 'intl'-related files.
10989         Don't DEFUN AM_INTL_SUBDIR twice.
10991         * lib/.cvsignore: Add strndup.h.  Remove memchr.c, memcmp.c,
10992         memrchr.c, strcasecmp.c, strchr.c, strrchr.c, strspn.c, strtol.c,
10993         strtoul.c.
10994         * m4/.cvsignore: Add exitfail.m4, extensions.m4, gnulib.m4,
10995         hard-locale.m4, mbstate_t.m4, strerror_r.m4, strndup.m4,
10996         xstrndup.m4.  Remove glibc21.m4, intdiv0.m4, inttypes-pri.m4,
10997         inttypes.m4, inttypes_h.m4, isc-posix.m4, lcmessage.m4,
10998         stdint_h.m4, uintmax_t.m4, ulonglong.m4.
10999         * src/.cvsignore: Add *.output.
11001         * src/parse-gram.y: Put copyright notice inside %{ %} so it
11002         gets copied to the output file.
11004 2004-04-28  Paul Eggert  <eggert@twinsun.com>
11006         Get files from the gnulib and po repositories, instead of relying
11007         on them being in our CVS.  Upgrade to latest versions of gnulib
11008         and Automake.
11010         * Makefile.am (SUBDIRS): Remove m4; Automake now does m4.
11011         * bootstrap: Bootstrap from gnulib and po repositories.
11012         Much of this code was stolen from GNU diff and GNU tar's bootstrap.
11013         * README-cvs: Document these changes.  Remove version numbers from
11014         mentions of build tools, since they change so often.  Mention Flex.
11016         * configure.ac (AC_CONFIG_MACRO_DIR): Add, with m4 as arg.
11017         (gl_USE_SYSTEM_EXTENSIONS): Add.
11018         (AC_GNU_SOURCE, AC_AIX, AC_MINIX):
11019         Remove; no longer needed, as gl_USE_SYSTEM_EXTENSIONS
11020         does this for us.
11021         (AC_ISC_POSIX): Remove; we no longer support this
11022         ancient OS, as it gets in the way of latest Autoconf & gnulib.
11023         (AC_HEADER_STDC): Remove: we now assume C89 or better.
11024         (AC_CHECK_HEADERS_ONCE): Use instead of AC_CHECK_HEADERS.
11025         Do not check for C89 headers, except for locale.h which is used
11026         by the Yacc library and must port to K&R hosts.
11027         (AC_CHECK_FUNCS_ONCE): Use instead of AC_CHECK_FUNCS.
11028         Do not check for C89 functions, except for setlocale which is
11029         used by the Yacc library.
11030         (AC_CHECK_DECLS, AC_REPLACE_FUNCS): Remove; no longer needed.
11031         (gl_DIRNAME, gl_ERROR, gl_FUNC_ALLOCA, gl_FUNC_MEMCHR,
11032         gl_FUNC_MEMRCHR, gl_FUNC_STPCPY, gl_FUNC_STRNLEN, gl_FUNC_STRTOL,
11033         gl_GETOPT, gl_HASH, gl_MBSWIDTH, gl_OBSTACK, gl_QUOTE,
11034         gl_QUOTEARG, gl_XALLOC, jm_FUNC_GLIBC_UNLOCKED_IO, jm_FUNC_MALLOC,
11035         AM_GNU_GETTEXT): Remove; now done by:
11036         (GNULIB_AUTOCONF_SNIPPET): Add.  "bootstrap" builds this for us.
11037         (AC_CONFIG_FILES): Remove m4/Makefile, as Automake now does this
11038         for us.
11040         * lib/Makefile.am: Include gnulib.mk, built for us by "bootstrap".
11041         (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES):
11042         Define to empty, as gnulib.mk will do the rest for us.
11043         ($(libbison_a_OBJECTS), stdbool.h): Remove, as gnulib.mk does this
11044         for us.
11045         (libbison_a_SOURCES): Define to $(lib_SOURCES) now.
11046         (lib_SOURCES): New symbol, containing only the non-gnulib libs.
11048         * src/files.c: Include gnulib's xstrndup.h.
11050         * src/system.h (MALLOC): Use xnmalloc, for better overflow checking.
11051         (REALLOC): Use xnrealloc, for likewise.
11052         (xstrndup, stpcpy): Remove decls, as gnulib does this for us now.
11053         (strnlen, memrchr): Remove decls; functions no longer used.
11054         Include <stpcpy.h>.
11056         * config/depcomp, config/install-sh, lib/alloca.c, lib/argmatch.c,
11057         lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
11058         lib/error.c, lib/error.h, lib/getopt.c, lib/getopt.h,
11059         lib/getopt1.c, lib/gettext.h, lib/hash.c, lib/hash.h,
11060         lib/malloc.c, lib/mbswidth.c, lib/mbswidth.h, lib/memchr.c,
11061         lib/memcmp.c, lib/memrchr.c, lib/obstack.c, lib/obstack.h,
11062         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h,
11063         lib/realloc.c, lib/stdbool_.h, lib/stpcpy.c, lib/strcasecmp.c,
11064         lib/strchr.c, lib/strncasecmp.c, lib/strnlen.c, lib/strrchr.c,
11065         lib/strspn.c, lib/strtol.c, lib/strtoul.c, lib/unlocked-io.h,
11066         lib/xalloc.h, lib/xmalloc.c, lib/xstrdup.c, lib/xstrndup.c,
11067         m4/Makefile.am, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
11068         m4/error.m4, m4/getopt.m4, m4/hash.m4, m4/malloc.m4,
11069         m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4, m4/memcmp.m4,
11070         m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/prereq.m4,
11071         m4/quote.m4, m4/quotearg.m4, m4/realloc.m4, m4/stdbool.m4,
11072         m4/stpcpy.m4, m4/strnlen.m4, m4/strtol.m4, m4/strtoul.m4,
11073         m4/unlocked-io.m4, m4/xalloc.m4, po/LINGUAS, po/Makefile.in.in,
11074         po/Makevars, po/da.po, po/de.po, po/es.po, po/et.po, po/fr.po,
11075         po/hr.po, po/id.po, po/it.po, po/ja.po, po/ms.po, po/nl.po,
11076         po/pt_BR.po, po/ro.po, po/ru.po, po/sv.po, po/tr.po:
11077         Remove, as these files are now generated automatically
11078         by bootstrap or automake.
11080         * po/ChangeLog: Remove: all but one entry was a duplicate
11081         of this file, and I moved that 2000-11-02 entry here.
11083         * config/.cvsignore: Add Makefile, depcomp, install-sh.
11084         * lib/.cvsignore: Add alloca.c, alloca.h, alloca_.h, argmatch.c,
11085         argmatch.h, basename.c, dirname.c, dirname.h, error.c, error.h,
11086         exit.h, exitfail.c, exitfail.h, getopt.c, getopt.h, getopt1.c,
11087         getopt_int.h, gettext.h, gnulib.mk, hard-locale.c, hard-locale.h,
11088         hash.c, hash.h, malloc.c, mbswidth.c, mbswidth.h, memchr.c,
11089         memcmp.c, memrchr.c, obstack.c, obstack.h, quote.c, quote.h,
11090         quotearg.c, quotearg.h, realloc.c, stdbool_.h, stpcpy.c, stpcpy.h,
11091         strcasecmp.c, strchr.c, stripslash.c, strncasecmp.c, strndup.c,
11092         strnlen.c, strrchr.c, strspn.c, strtol.c, strtoul.c,
11093         unlocked-io.h, xalloc.h, xmalloc.c, xstrdup.c, xstrndup.c,
11094         xstrndup.h.
11095         * m4/.cvsignore: Remove Makefile, Makefile.in.  Add alloca.m4,
11096         dirname.m4, dos.m4, error.m4, getopt.m4, hash.m4, mbrtowc.m4,
11097         mbswidth.m4, obstack.m4, onceonly.m4, quote.m4, quotearg.m4,
11098         stdbool.m4, stpcpy.m4, strnlen.m4, unlocked-io.m4, xalloc.m4.
11099         * po/.cvsignore: Add *.po, LINGUAS, Makefile.in.in, Makevars.
11100         * src/.cvsignore: Remove *_.c.
11103         * Makefile.maint (GZIP_ENV): Don't use --rsyncable if gzip doesn't
11104         support it.  (The latest stable gzip doesn't.)
11106 2004-04-27  Paul Eggert  <eggert@twinsun.com>
11108         * data/lalr1.cc (Parser::stos_) [! YYDEBUG]: Define even in this
11109         case, as stos_ is now used by destructors due to the 2004-02-09
11110         change.
11112         Remove more K&R C support.
11113         * lib/libiberty.y (PARAMS): Remove.  All uses removed.
11114         * lib/subpipe.c (errno): Remove decl.
11115         Include <stdlib.h> unconditionally.
11116         (EXIT_FAILURE): Remove macro.
11117         * src/complain.c (vfprintf, strerror): Remove.
11118         * src/system.h: Include limits.h, stdlib.h, string.h, locale.h
11119         unconditionally.
11120         (EXIT_FAILURE, EXIT_SUCCESS, setlocale): Remove defns.
11121         Use latest Autoconf recommendations for including inttypes.h, stdint.h.
11122         (strchr, strspn, memchr): Remove decls.
11123         * tests/calc.at (_AT_DATA_CALC_Y): Include stdlib.h, string.h
11124         unconditionally.  Do not declare perror.
11125         * tests/conflicts.at (%nonassoc and eof): Include stdlib.h
11126         unconditionally.
11128         * src/complain.c (_): Remove useless defn, as system.h defines this.
11130         * lib/bitset.h (__INT_TO_PTR): Remove; workaround no longer needed
11131         with latest obstack.h.
11132         * lib/ebitset.c (ebitset_elt_alloc): Don't bother to cast args
11133         to procedure types, as obstack.h now does that for us.
11134         * lib/lbitset.c (lbitset_elt_alloc): Likewise.
11136         * lib/subpipe.h [HAVE_SYS_TYPES_H]: Include <sys/types.h>,
11137         so that this include file can stand alone.
11138         * lib/subpipe.c: Do not include <sys/types.h>, as subpipe.h
11139         does this now.  Include subpipe.h first after config.h, to
11140         test whether it can stand alone.
11142         * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't
11143         declare yyerror when using lalr.cc, as GCC 3.4.0 warns about the
11144         unused declaration.
11146         * tests/synclines.at (%union synch line): Put a dummy member in
11147         the union, because empty unions aren't allowed in C.  Caught
11148         by GCC 3.4.0.
11150 2004-04-13  Jim Meyering  <jim@meyering.net>
11152         * src/conflicts.c (conflicts_print): Correct format string typo:
11153         use `%%' to produce literal `%'.  (trivial change)
11155 2004-03-30  Paul Eggert  <eggert@twinsun.com>
11157         * src/getargs.c (version): Update copyright year to 2004.
11159         * data/c.m4 (b4_int_type): Use 'short int' rather than
11160         'short', and similarly for 'long', 'unsigned', etc.
11161         * data/glr.c (YYTRANSLATE, yyconfl, yySymbol, yyItemNum,
11162         yygetLRActions, yyprocessOneStack, yyrecoverSyntaxError,
11163         yy_yypstack, yydumpstack): Likewise.
11164         * data/lalr1.cc (user_token_number_max_, user_token_number_max_,
11165         translate_, seq_, [], pop, Slice, range_, operator+, operator+=):
11166         Likewise.
11167         * data/yacc.c (b4_int_type, yyss, YYSTACK_BYTES, yysigned_char,
11168         yy_stack_print, yyparse): Likewise.
11169         * doc/bison.texinfo (Prologue, Multiple Types): Likewise.
11170         * lib/bbitset.h (bitset_word, BITSET_WORD_BITS): Likewise.
11171         * lib/bitset.c (bitset_print): Likewise.
11172         * lib/bitset_stats.c (bitste_log_histogram_print): Likewise.
11173         * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
11174         * lib/bitsetv.c (bitsetv_dump): Likewise.
11175         * lib/ebitset.c (EBITSET_ELT_BITS, ebitset_elt_alloc): Likewise.
11176         * lib/lbitset.c (LBITSET_ELT_BITS, lbitset_elt_alloc, debug_lbitset):
11177         Likewise.
11178         * src/LR0.c (allocate_itemsets): Likewise.
11179         * src/gram.h (rule_number, rule): Likewise.
11180         * src/lalr.h (goto_number): Likewise.
11181         * src/nullable.c (nullable_compute): Likewise.
11182         * src/output.c (prepare_rules): Likewise.
11183         * src/relation.c (relation_print, relation_digraph): Likewise.
11184         * src/relation.h (relation_node): Likewise.
11185         * src/state.h (state_number, transitions, errs, reductions,
11186         struct state): Likewise.
11187         * src/symtab.h (symbol_number, struct symbol): Likewise.
11188         * src/tables.c (vector_number, tally, action_number,
11189         default_goto, goto_actions): Likewise.
11190         * tests/existing.at (GNU Cim Grammar): Likewise.
11191         * tests/regression.at (Web2c Actions): Likewise.
11193         * src/output.c (muscle_insert_short_int_table): Renamed from
11194         muscle_insert_short_table.  All uses changed.
11196 2004-03-25  Paul Hilfinger  <hilfingr@tully.CS.Berkeley.EDU>
11198         * src/parse-gram.y: Define PERCENT_EXPECT_RR.
11199         (declaration): Replace expected_conflicts with expected_sr_conflicts.
11200         Add %expect-rr rule.
11202         * src/scan-gram.l: Recognize %expect-rr.
11204         * src/conflicts.h (expected_sr_conflicts): Rename from
11205         expected_conflicts.
11206         (expected_rr_conflicts): Declare.
11208         * src/conflicts.c (expected_sr_conflicts): Rename from
11209         expected_conflicts.
11210         (expected_rr_conflicts): Define.
11211         (conflicts_print): Check r/r conflicts against expected_rr_conflicts
11212         for GLR parsers.
11213         Use expected_sr_conflicts in place of expected_conflicts.
11214         Warn if expected_rr_conflicts used in non-GLR parser.
11216         * doc/bison.texinfo: Add documentation for %expect-rr.
11218 2004-03-08  Paul Eggert  <eggert@gnu.org>
11220         Add support for hex token numbers.  Suggested by Odd Arild Olsen in
11221         <http://lists.gnu.org/archive/html/bison-patches/2004-03/msg00000.html>.
11223         * NEWS: Document hexadecimal tokens, no NUL bytes, %destructor
11224         in lalr1.cc.
11225         * doc/bison.texinfo (Token Decl): Add hexadecimal token numbers.
11226         * src/scan-gram.l (scan_integer): New function.
11227         ({int}): Use it.
11228         (0[xX][0-9abcdefABCDEF]+): New pattern, to support hex numbers.
11229         (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>, \\x[0-9abcdefABCDEF]+,
11230         handle_action_dollar, handle_action_at, convert_ucn_to_byte):
11231         Say "long int", not "long", for uniformity with GNU style.
11233 2004-02-25  Paul Eggert  <eggert@twinsun.com>
11235         * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Ignore stdout from
11236         compilers.  This fixes a problem with Intel's C++ compiler being
11237         chatty, reported by Guido Trentalancia in
11238         <http://lists.gnu.org/archive/html/bug-bison/2004-02/msg00030.html>.
11240 2004-02-09  Alexandre Duret-Lutz  <adl@gnu.org>
11242         Support %destructor and merge error locations in lalr1.cc.
11244         * data/lalr1.cc (b4_cxx_destruct_def): New macro.
11245         (Parser::stos_): Define unconditionally.
11246         (Parser::destruct_): New method.  Generate its body with
11247         b4_yydestruct_generate.
11248         (Parser::error_start_): New attribute.
11249         (Parser::parse) <yyerrlab, yyerrlab1>: Call destruct_ on erroneous
11250         token which are discarded.
11251         (Parser::parse) <yyerrlab, yyerrorlab, yyerrlab1>: Update
11252         error_start_ when erroneous token are discarded.
11253         (Parser::parse) <yyerrlab1>: Compute the location of the error
11254         token so that it covers all the discarded tokens.
11255         * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust so
11256         it can be called with `%skeleton "lalr1.cc"', and do that.
11258 2004-02-02  Paul Eggert  <eggert@twinsun.com>
11260         * src/Makefile.am (AM_CPPFLAGS): New macro.  It mentions
11261         $(top_srcdir)/lib and ../lib.  This fixes a bug reported
11262         by Paul Hilfinger; the old INCLUDES value didn't mention ../lib.
11263         There's no need to mention top_builddir since Automake does that
11264         for us.
11265         (INCLUDES): Remove, as Automake says it's obsolescent.
11266         Contents migrated into AM_CPPFLAGS as described above.
11267         * lib/Makefile.am (INCLUDES): Remove; obsolescent.
11269 2004-01-14  Paul Hilfinger  <hilfingr@CS.Berkeley.EDU>
11271         * data/glr.c (yytokenName): Bullet-proof against YYEMPTY token.
11272         (yyreportSyntaxError): Handle case where lookahead token is
11273         YYEMPTY.
11275 2004-01-13  Paul Hilfinger  <Hilfinger@CS.Berkeley.EDU>
11277         * data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC so that
11278         resulting parsers are compilable with C++.
11280 2003-12-23  Paul Eggert  <eggert@twinsun.com>
11282         * config/depcomp, config/install-sh: Sync with Automake 1.8.
11283         * src/output.c (output_skeleton): Rename local var.
11284         * tests/input.at (Torturing the Scanner): Don't use \x0 or \0 in
11285         Bison tokens, as this runs afoul of the 2003-10-07 change that
11286         disallowed NUL bytes in character constants or string literals.
11288         * tests/local.at: Require Autoconf 2.59's Autotest.
11289         * tests/testsuite.at: Don't include local.at, since we now assume
11290         Autoconf 2.59 or later.  Autoconf 2.59 had some problems with
11291         including it.
11292         * tests/Makefile.am ($(TESTSUITE)): Remove warning about ignoring
11293         multiple inclusion warnings.
11295 2003-12-02  Akim Demaille  <akim@epita.fr>
11297         * doc/bison.texinfo (How Can I Reset the Parser): More about start
11298         conditions.
11299         From Bruno Haible.
11301 2003-11-18  Alexandre Duret-Lutz  <adl@gnu.org>
11303         * doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
11305 2003-10-07  Paul Eggert  <eggert@twinsun.com>
11307         * tests/Makefile.am (clean-local): Don't run 'testsuite --clean'
11308         if testsuite doesn't exist.
11310         * doc/bison.texinfo (Symbols): NUL bytes are not allowed in string
11311         literals, unfortunately.
11312         * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>):
11313         Complain about NUL bytes in character constants or string literals.
11315 2003-10-05  Paul Eggert  <eggert@twinsun.com>
11317         * NEWS: Don't document %no-default-prec, as it's still
11318         too experimental.
11319         * doc/bison.texinfo: Document %no-default-prec only if
11320         the defaultprec flag is set.  Normally it's not.
11322 2003-10-04  Paul Eggert  <eggert@twinsun.com>
11324         * data/glr.c (b4_rhs_value, b4_rhs_location): Yield a
11325         non-modifiable lvalue, instead of a modifiable one.
11326         * doc/bison.texinfo (Actions): Document that $$ can
11327         be assigned to.  Do not claim that $$ and $N are
11328         array element references: user code should not rely on this.
11330 2003-10-01  Paul Eggert  <eggert@twinsun.com>
11332         * src/parse-gram.h (PERCENT_NO_DEFAULT_PREC): New token.
11333         (grammar_declaration): Use it.
11334         * src/scan-gram.l: New token %no-default-prec.
11335         * tests/conflicts.at: Revamp tests to use %no-default-prec.
11336         * NEWS, doc/bison.texinfo: Document the above.
11338 2003-10-01  Akim Demaille  <akim@epita.fr>
11340         VCG no longer supports long_straight_phase.
11342         * src/vcg.c, src/vcg.h: Remove the handling of long_straight_phase.
11343         * src/print_graph.c (print_graph): Adjust.
11345 2003-09-30  Frank Heckenbach  <frank@g-n-u.de>
11346         and Paul Eggert  <eggert@twinsun.com>
11348         * doc/bison.texinfo (Decl Summary, Contextual Precedence,
11349         Table of Symbols): Document %default-prec.
11350         * src/parse-gram.y (PERCENT_DEFAULT_PREC): New token.
11351         (grammar_declaration): Set default_prec on %default-prec.
11352         * src/scan-gram.l (%default-prec): New token.
11353         * src/reader.h (default_prec): New flag.
11354         * src/reader.c: Likewise.
11355         (packgram): Handle it.
11356         * tests/conflicts.at (%default-prec without %prec,
11357         %default-prec with %prec, %default-prec 1): New tests.
11359 2003-09-30  Paul Eggert  <eggert@twinsun.com>
11361         * tests/testsuite.at: Include local.at, not input.at, fixing
11362         a typo in the 2003-08-25 patch.
11364 2003-08-27  Akim Demaille  <akim@epita.fr>
11366         * data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab to pacify
11367         GCC warnings.
11369 2003-08-26  Akim Demaille  <akim@epita.fr>
11371         * config/announce-gen (print_changelog_deltas): Neutralize "<#" as
11372         "<\#" to avoid magic from Gnus when posting parts of this script.
11374 2003-08-26  Akim Demaille  <akim@epita.fr>
11376         * data/lalr1.cc (Parser::report_syntax_error_): New, extracted from
11377         (Parser::parse): here.
11378         Adjust: nerrs and errstatus is now replaced by...
11379         (Parser::nerrs_, Parser::errstatus_): New.
11381 2003-08-25  Akim Demaille  <akim@epita.fr>
11383         * config/announce-gen, Makefile.cfg: New.
11384         * Makefile.am: Adjust.
11385         * GNUmakefile, Makefile.maint: Update from CVS Autoconf, but
11386         keeping local WGET and WGETFLAGS modifications from Paul Eggert.
11388 2003-08-25  Akim Demaille  <akim@epita.fr>
11390         When reducing initial empty rules, Bison parser read an initial
11391         location that is not defined.  This results in garbage, and that
11392         affects Bison's own parser.  Therefore we need (i) to extend Bison
11393         to support a means to initialize this location, and (ii) to use
11394         this CVS Bison to fix CVS Bison's parser.
11396         * src/reader.h, reader.c (epilogue_augment): Remove, replace
11397         with...
11398         * src/muscle_tab.h, src/muscle_tab.c (muscle_code_grow): this.
11399         * src/parse-gram.y: Adjust.
11400         (%initial-action): New.
11401         (%error-verbose): Since we require CVS Bison, there is no reason
11402         not to use it.
11403         * src/scan-gram.l: Adjust.
11404         * src/Makefile.am (YACC): New, to make sure we use our own parser.
11405         * data/yacc.c (yyparse): Use b4_initial_action.
11407 2003-08-25  Akim Demaille  <akim@epita.fr>
11409         * doc/bison.texinfo: Don't promote stdout for error messages.
11411 2003-08-25  Akim Demaille  <akim@epita.fr>
11413         * data/lalr1.cc (Parser::reduce_print_): Remove unused yyi.
11414         From Alexandre Duret-Lutz.
11416 2003-08-25  Akim Demaille  <akim@epita.fr>
11418         Version 1.875c.
11420 2003-08-25  Akim Demaille  <akim@epita.fr>
11422         * data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT): New.
11423         Use them.
11425 2003-08-25  Akim Demaille  <akim@epita.fr>
11427         * data/lalr1.cc (Parser::reduce_print_): New.
11428         Use it.
11430 2003-08-25  Akim Demaille  <akim@epita.fr>
11432         Have lalr1.cc catch with Paul Eggert's patch to fix the infinite
11433         error recovery loops.  This patch is based on
11434         <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00000.html>.
11435         Also, augment the similarity between lalr1.cc and yacc.c.
11436         Note: the locations of error recovery rules are not correct yet.
11438         * data/lalr1.cc: Comment changes to augment the similarity between
11439         lalr1.cc and yacc.c.
11440         (YYERROR): Goto to yyerrorlab, not yyerrlab1.
11441         (yyerrlab1): Remove, but where it used to be (now the bottom part of
11442         yyerrlab), when hitting EOF, pop the whole stack here instead of
11443         merely falling thru the default error handling mechanism.
11444         (yyerrorlab): New label, with the old contents of YYERROR,
11445         plus the following change: pop the stack of rhs corresponding
11446         to the production that invoked YYERROR.  That is how Yacc
11447         behaves (required by POSIX).
11448         * tests/calc.at (AT_CHECK_CALC_LALR1_CC): No longer expected to
11449         fail.
11451 2003-08-25  Akim Demaille  <akim@epita.fr>
11453         Tune local.at so that people can "autom4te -l autotest calc.at -o
11454         calc" for instance, to extract a sub test suite.
11456         * tests/testsuite.at: Move the initialization, Autotest version
11457         requirement, and AT_TESTED invocation into...
11458         * tests/local.at: here.
11459         * tests/testsuite.at: Include it for compatibility with Autoconf
11460         2.57.
11461         * tests/Makefile.am ($(TESTSUITE)): Report that the warning should
11462         be ignore.
11464 2003-08-04  Paul Eggert  <eggert@twinsun.com>
11466         Rework code slightly to avoid gcc -Wtraditional warnings.
11467         * data/glr.c (yyuserMerge): Return void, not YYSTYPE.
11468         The returned value is now stored in *YY0.  All callers changed.
11469         * src/output.c (merge_output): Adjust to the above change.
11471 2003-07-26  Paul Eggert  <eggert@twinsun.com>
11473         * data/glr.c (YYASSERT): New macro.
11474         (yyfillin, yydoAction, yyglrReduce, yysplitStack,
11475         yyresolveStates, yyprocessOneStack):
11476         Use `YYASSERT (FOO);' rather than `if (! (FOO)) abort ();'.
11477         Derived from a suggestion by Frank Heckenbach.
11479 2003-07-25  Paul Eggert  <eggert@twinsun.com>
11481         * data/glr.c (yyglrReduce): Don't use C89 string concatenation,
11482         for portability to K&R C (after ansi2knr, presumably).  See
11483         <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>
11484         by Frank Heckenbach, though I have omitted the structure-initialization
11485         part of his glr-knr.diff patch since I recall that the Portable
11486         C Compiler didn't require that change.
11488         Let the user specify how to allocate and free memory.
11489         Derived from a suggestion by Frank Heckenbach in
11490         <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>.
11491         * data/glr.c (YYFREE, YYMALLOC, YYREALLOC): New macros.
11492         All uses of free, malloc, realloc changed to use these macros,
11493         and unnecessary casts removed.
11494         * data/yacc.c (YYFREE, YYMALLOC): Likewise.
11496 2003-07-06  Matthias Mann  <MatthiasMann@gmx.de>
11498         * data/lalr1.cc (operator<<(std::ostream&, const Position&)):
11499         use s.empty() rather than s == "" to test for empty string; see
11500         <http://lists.gnu.org/archive/html/bison-patches/2003-07/msg00003.html>
11501         (trivial change)
11503 2003-06-25  Akim Demaille  <akim@epita.fr>
11505         * config/depcomp, config/install-sh: Update from masters.
11507 2003-06-20  Paul Eggert  <eggert@twinsun.com>
11509         * data/glr.c (YYLLOC_DEFAULT): Parenthesize arguments as needed,
11510         and return properly parenthesized result.
11511         * data/lalar1.cc (YYLLOC_DEFAULT): Likewise.
11512         * data/yacc.c (YYLLOC_DEFAULT): Likewise.
11513         Remove unnecessary parentheses from uses.
11514         * doc/bison.texinfo (Location Default Action): Describe the
11515         conventions for parentheses.
11517 2003-06-19  Paul Eggert  <eggert@twinsun.com>
11519         * data/glr.c (yyremoveDeletes, yy_reduce_print, yyglrReduce,
11520         yyreportTree): Do not assume that size_t is the same width as int,
11521         when printing sizes.  Print sizes using an unsigned format.
11522         Problem reported by Frank Heckenbach in
11523         <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00035.html>.
11525         Port to Forte Developer 7 C compiler.
11526         * data/glr.c (struct YYLTYPE): If locations are not being used,
11527         declare a single dummy member, as empty structs do not conform
11528         to the C standard.
11529         (YYERROR, YYBACKUP): Do not use "do { ...; return foo; } while (0)";
11530         the Forte Developer 7 C compiler complains that end-of-loop
11531         code is not reached.
11533 2003-06-17  Paul Eggert  <eggert@twinsun.com>
11535         * lib/libiberty.h (PARAMS): Spell argument as Args, not as X, to
11536         avoid warnings from picky compilers about redefinition of PARAMS.
11538 2003-06-17  Paul Eggert  <eggert@twinsun.com>
11540         Version 1.875b.
11542         * NEWS: Document 1.875b.
11544         * lib/bbitset.h: Do not include config.h; that's the includer's job.
11545         Do not include <sys/types.h>; shouldn't be needed on a C89 host.
11546         * lib/bitset.h (bitset_compatible_p): Indent as per GNU standard.
11547         Don't use 'index' in comments, as it's a builtin fn on some hosts.
11548         * lib/bitset_stats.c: Include gettext.h unconditionally, as
11549         per recent gettext manual's suggestion.
11550         * lib/ebitset.c (ebitset_resize, ebitset_unused_clear):
11551         Use prototypes, not old-style definitions.
11552         * lib/lbitset.c (lbitset_unused_clear): Likewise.
11553         * lib/vbitset.c (vbitset_resize, vbitset_ones, vbitset_zero,
11554         vbitset_empty_p, vbitset_copy1, vbitset_not, vbitset_equal_p,
11555         vbitset_subset_p, vbitset_disjoint_p, vbitset_and, vbitset_and_cmp,
11556         vbitset_andn, vbitset_andn_cmp, vbitset_or, vbitset_or_cmp,
11557         vbitset_xor, vbitset_xor_cmp, vbitset_and_or, vbitset_and_or_cmp,
11558         vbitset_andn_or, vbitset_andn_or_cmp, vbitset_or_and,
11559         vbitset_or_and_cmp, vbitset_copy): Likewise.
11561         * lib/libiberty.h: Do not include config.h; that's the includer's job.
11562         Do not include <stdlib.h>.
11563         (PARAMS): Define unconditionally for C89.
11564         (ATTRIBUTE_NORETURN): Remove.
11565         (ATTRIBUTE_UNUSED): Define unconditionally.
11567         Upgrade to 2003-06-08 libbitset, submitted by Michael Hayes in:
11568         <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00005.html>
11569         * lib/Makefile.am (bitsets_sources): Add vbitset.c, vbitset.h.
11570         * lib/vbitset.c, lib/vbitset.h: New files.
11571         * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
11572         lib/bitset_stats.c, lib/ebitset.c, lib/lbitset.c: Import
11573         from libbitset.
11575         * doc/bison.texinfo (How Can I Reset the Parser): Renamed from
11576         `How Can I Reset @code{yyparse}', since texinfo does not allow
11577         arbitrary @ in node names.
11579         * m4/Makefile.am (EXTRA_DIST): Add the following files, which
11580         shouldn't be needed according to the gettext 0.12.1 documentation
11581         but which seem to be needed anyway: codeset.m4 glibc21.m4
11582         intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 isc-posix.m4
11583         lcmessage.m4 nls.m4 po.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4.
11584         * po/Makefile.in.in: Upgrade to gettext 0.12.1 version.
11586         * lib/.cvsignore: Add stdbool.h.
11587         * m4/.cvsignore: Add nls.m4, po.m4.
11589         Upgrade to CVS gnulib.
11590         * stdbool_.h: File renamed from stdbool.h.in.
11591         * configure.ac (AM_STDBOOL_H): Invoke this instead of
11592         AC_HEADER_STDBOOL.
11593         (AM_GNU_GETTEXT): Put brackets around args, as latest manual suggests.
11594         (AM_GNU_GETTEXT_VERSION): Update to 0.12.1.
11595         * lib/Makefile.am (EXTRA_DIST): Add stdbool_.h.
11596         (MOSTLYCLEANFILES): New var.
11597         ($(libbison_a_OBJECTS)): Depend on $(STDBOOL_H).
11598         (stdbool.h): New rule.
11599         * lib/dirname.c, lib/dirname.h, lib/hash.c, lib/hash.h,
11600         lib/malloc.c, lib/obstack.h, lib/quote.c, lib/realloc.c,
11601         lib/strcasecmp.c, lib/xalloc.h, m4/alloca.m4, m4/onceonly.m4,
11602         m4/quote.m4: Upgrade to today's gnulib.
11604         * tests/calc.at (AT_CHECK_CALC): New option EXPECTED-TO-FAIL.
11605         (AT_CHECK_CALC_LALR1_CC): Use it, since the C++ LALR parser fails
11606         the tests right now.
11607         * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Ensure yylex and
11608         yyerror are declared before use; C99 requires this.
11610 2003-06-09  Paul Hilfinger  <Hilfinger@CS.Berkeley.EDU>
11612         * data/glr.c (YYERROR): Update definition to reset yyerrState to 0
11613         first.
11614         (yyrecoverSyntaxError): Correct the logic for setting and testing
11615         yyerrState.
11616         Correct comment on handling EOF.
11617         Allow states with only a default reduction, rather than failing
11618         (I can't quite reconstruct why these were not allowed before).
11620         Fixes to avoid problem that $-N rules in GLR parsers can cause
11621         buffer overruns, corrupting state.
11623         * src/output.c (prepare_rules): Output max_left_semantic_context
11624         definition.
11625         * src/reader.h (max_left_semantic_context): New variable declaration.
11626         * src/scan-gram.l (max_left_semantic_context): Define.
11627         (handle_action_dollar): Update max_left_semantic_context.
11628         * data/glr.c (YYMAXLEFT): New definition.
11629         (yydoAction): Increase size of yyrhsVals by YYMAXLEFT.
11630         (yyresolveAction): Ditto.
11632         Fixes to problems with location handling in GLR parsers reported by
11633         Frank Heckenbach (2003/06/05).
11635         * data/glr.c (YYLTYPE): Make trivial if locations not used.
11636         (YYRHSLOC): Add parentheses, and define only if locations used.
11637         (YYLLOC_DEFAULT): Add parentheses, and give trivial definition if
11638         locations not used.
11639         (yyuserAction): Use YYLLOC_DEFAULT to set *yylocp.
11640         (yydoAction): Remove redundant initialization of *yyvalp and *yylocp.
11642         * tests/cxx-type.at: Exercise location information; update tests
11643         to differentiate output with and without locations.
11644         Remove forward declarations of yylex and yyerror---caused errors
11645         because default YYLTYPE not yet defined.
11646         Change semantic actions to compute strings, rather than printing
11647         them directly (to test proper passing of semantics values).  Change
11648         output to prefix notation and update test data and expected results.
11649         (yylex): Track locations.
11650         (stmtMerge): Return value rather than printing, and include arguments
11651         in value.
11653 2003-06-03  Paul Eggert  <eggert@twinsun.com>
11655         Avoid warnings generated by GCC 2.95.4 when Bison is
11656         configured with --enable-gcc-warnings.
11657         * data/lalr1.cc (yy::]b4_parser_class_name[::parse,
11658         yy::]b4_parser_class_name[::translate_,
11659         yy::Stack::operator[] (unsigned),
11660         yy::Stack::operator[] (unsigned) const,
11661         yy::Slice::operator[] (unsigned),
11662         yy::Slice::operator[] (unsigned) const):
11663         Rename local vars to avoid warnings.
11664         * tests/glr-regression.at (Improper handling of embedded actions
11665         and $-N in GLR parsers): Remove unused local variable from yylex.
11666         * tests/regression.at (_AT_DATA_DANCER_Y): Declare yylex to take
11667         (void) as arg when not pure, since we now assume C89 when building
11668         Bison.  Pacify GCC by using parameter.
11670 2003-06-02  Paul Eggert  <eggert@twinsun.com>
11672         * data/lalr1.cc (yy::Position::lines, yy::Position::columns,
11673         yy::Location::lines, yy::Location::columns): Rename arguments
11674         to avoid shadowing; this removes a warning generated by GCC 3.3.
11676 2003-06-01  Paul Eggert  <eggert@twinsun.com>
11678         Don't pass C-only warning optins (e.g., -Wmissing-declarations)
11679         to g++, as GCC 3.3 complains if you do it.
11680         * configure.ac (WARNING_CXXFLAGS): New subst.  Set it to
11681         everything that WARNING_CFLAGS has, except omit warnings
11682         not suitable for C++.
11683         (AC_PROG_CXX): Use this instead of AC_CHECK_PROGS([CXX], [g++]).
11684         * tests/atlocal.in (CXXFLAGS): New var.
11685         * tests/local.at (AT_COMPILE_CXX): Use it instead of CFLAGS.
11687         Fix a GLR parser bug I reported in February; see
11688         <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00008.html>.
11689         The problem was that GLR parsers did not conform to the C standard,
11690         because actions like { $1 = $2 + $3; } expanded to expressions
11691         that invoked YYFILL in separate subexpressions, and YYFILL assigned
11692         to a local variable.  The C standard says that expressions
11693         like (var = f ()) + (var = f ()) have undefined behavior.
11694         Another problem was that GCC sometimes issues warnings that
11695         yyfill and its parameters are unused.
11697         * data/glr.c (yyfillin): Renamed from the old yyfill.  Mark
11698         as possibly unused.
11699         (yyfill): New function.
11700         (YYFILL): Use it.
11701         (yyuserAction): Change type of yynormal to bool, so that it matches
11702         the new yyfill signature.  Mark it as possibly unused.
11705         Follow up on a bug I reported in February, where a Bison-generated
11706         parser can loop.  Provide a test case and a fix for yacc.c.  I
11707         don't have a fix for lalr1.cc or for glr.c, unfortunately.
11708         The original bug report is in:
11709         <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00044.html>
11711         * data/yacc.c (YYERROR): Now just 'goto yyerrorlab', since the
11712         macro's size was becoming unwieldy.
11713         (yyerrlab): Do not discard an empty lookahead symbol, as this
11714         might destroy garbage.
11715         (yyerrorlab): New label, with the old contents of YYERROR,
11716         plus the following change: pop the stack of rhs corresponding
11717         to the production that invoked YYERROR.  That is how Yacc
11718         behaves, and POSIX requires this behavior.
11719         (yyerrlab1): Use YYPOPSTACK instead of its definiens.
11720         * tests/calc.at (_AT_DATA_CALC_Y): Include unistd.h if available.
11721         Define 'alarm' to do nothing if unistd.h is not available.
11722         Add a new rule "exp: '-' error;" to test the above change to
11723         data/yacc.c.  Use 'alarm' to abort any test taking longer than
11724         10 seconds, as it's probably looping.
11725         (AT_CHECK_CALC): Test recovery from error in new grammar rule.
11726         Also, the new yacc.c generates two fewer diagnostics for an
11727         existing test.
11729 2003-05-24  Paul Eggert  <eggert@twinsun.com>
11731         * data/glr.c (YYSTACKEXPANDABLE): Do not evaluate
11732         YYSTYPE_IS_TRIVIAL or YYSTYPE_IS_TRIVIAL unless they are defined.
11733         This fixes a problem reported by John Bowman when the Compaq/HP
11734         Alpha cxx compiler happy (e.g. using cxx -D__USE_STD_IOSTREAM
11735         -ansi -Wall -gall).
11736         * data/yacc.c (union yyalloc): Likewise.
11737         (YYCOPY): Do not evaluate __GNUC__ unless it is defined.
11739         Switch from 'int' to 'bool' where that makes sense.
11741         * lib/abitset.c (abitset_test, abitset_empty_p, abitset_equal_p,
11742         abitset_subset_p, abitset_disjoint_p, abitset_and_cmp,
11743         abitset_andn_cmp, abitset_or_cmp, abitset_xor_cmp, abitset_and_or,
11744         abitset_and_or_cmp, abitset_andn_or_cmp, abitset_or_and_cmp):
11745         Return or accept bool, not int.  All callers changed.
11746         * lib/bbitset.h: (bitset_toggle_, bitset_copy_, bitset_and_or_cmp_,
11747         bitset_andn_or_cmp_, bitset_or_and_cmp_): Likewise.
11748         * lib/bitset.c (bitset_only_set_p, bitset_print, bitset_toggle_,
11749         bitset_copy_, bitset_op4_cmp, bitset_and_or_cmp_, bitset_andn_or_cmp_,
11750         bitset_or_and_cmp_): Likewise.
11751         * lib/bitset.h (bitset_test, bitset_only_set_p): Likewise.
11752         * lib/bitset_stats.c (bitset_stats_print, bitset_stats_toggle,
11753         bitset_stats_test, bitset_stats_empty_p, bitset_stats_disjoint_p,
11754         bitset_stats_equal_p, bitset_stats_subset_p, bitset_stats_and_cmp,
11755         bitset_stats_andn_cmp, bitset_stats_or_cmp, bitset_stats_xor_cmp,
11756         bitset_stats_and_or_cmp, bitset_stats_andn_or_cmp,
11757         bitset_stats_or_and_cmp): Likewise.
11758         * lib/ebitset.c (ebitset_elt_zero_p, ebitset_equal_p, ebitset_copy_cmp,
11759         ebitset_test, ebitset_empty_p, ebitset_subset_p, ebitset_disjoint_p,
11760         ebitset_op3_cmp, ebitset_and_cmp, ebitset_andn_cmp, ebitset_or_cmp,
11761         ebitset_xor_cmp): Likewise.
11762         * lib/lbitset.c (lbitset_elt_zero_p, lbitset_equal_p, lbitset_copy_cmp,
11763         lbitset_test, lbitset_empty_p, lbitset_subset_p, lbitset_disjoint_p,
11764         lbitset_op3_cmp, lbitset_and_cmp, lbitset_andn_cmp, lbitset_or_cmp,
11765         lbitset_xor_cmp): Likewise.
11766         * lib/bbitset.h: Include <stdbool.h>.
11767         (struct bitset_vtable): The following members now return bool, not
11768         int: toggle, test, empty_p, disjoint_p, equal_p, subset_p,
11769         and_cmp, andn_cmp, or_cmp, xor_cmp, and_or_cmp, andn_or_cmp,
11770         or_and_cmp).
11771         * src/conflicts.c (count_rr_conflicts): Likewise.
11772         * lib/bitset_stats.h (bitset_stats_enabled): Now bool, not int.
11773         All uses changed.
11774         * lib/ebitset.c (ebitset_obstack_init): Likewise.
11775         * lib/lbitset.c (lbitset_obstack_init): Likewise.
11776         * src/getargs.c (debug_flag, defines_flag, locations_flag,
11777         no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
11778         graph_flag): Likewise.
11779         * src/getargs.h (debug_flag, defines_flag, locations_flag,
11780         no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
11781         graph_flag): Likewise.
11782         * src/output.c (error_verbose): Likewise.
11783         * src/output.h (error_verbose): Likewise.
11784         * src/reader.c (start_flag, typed): Likewise.
11785         * src/reader.h (typed): Likewise.
11786         * src/getargs.c (LOCATIONS_OPTION): New constant.
11787         (long_options, getargs): Use it.
11788         * src/lalr.c (build_relations): Use bool, not int.
11789         * src/nullable.c (nullable_compute): Likewise.
11790         * src/print.c (print_reductions): Likewise.
11791         * src/tables.c (action_row, pack_vector): Likewise.
11792         * src/muscle_tab.h (MUSCLE_INSERT_BOOL): New macro.
11793         * src/output.c (prepare): Use it.
11794         * src/output.c (token_definitions_output,
11795         symbol_destructors_output, symbol_destructors_output): Use string,
11796         not boolean integer, to keep track of whether to output separator.
11797         * src/print_graph.c (print_core): Likewise.
11798         * src/state.c (state_rule_lookaheads_print): Likewise.
11800         * config/install-sh: Sync from automake 1.7.5.
11802 2003-05-14  Paul Eggert  <eggert@twinsun.com>
11804         * src/parse-gram.y (rules_or_grammar_declaration): Require a
11805         semicolon after a grammar declaration, in the interest of possible
11806         future changes to the Bison input language.
11807         Do not allow a stray semicolon at the start of the grammar.
11808         (rhses.1): Allow one or more semicolons after any rule, including
11809         just before "|" as required by POSIX.
11810         * tests/input.at (Torturing the Scanner): Add tests for ";|" in a
11811         grammar.
11813 2003-05-14  Alexandre Duret-Lutz  <adl@gnu.org>
11815         %parse-param support for lalr1.cc.
11817         * data/lalr1.cc (b4_parse_param_decl, b4_parse_param_cons,
11818         b4_cc_constructor_calls, b4_cc_constructor_call,
11819         b4_parse_param_vars, b4_cc_var_decls, b4_cc_var_decl): New m4
11820         definitions.
11821         (yy::b4_parser_class_name::b4_parser_class_name): Take extra
11822         parse-param arguments.
11823         (yy::b4_parser_class_name): Declare instance variables to
11824         hold parse-param arguments.
11825         * tests/calc.at: s/value/semantic_value/ because value clashes
11826         with a member of yy::b4_parser_class_name.  Adjust C++ code
11827         to handle %parse-param.  Enable %parse-param test in C++.
11829 2003-05-12  Paul Eggert  <eggert@twinsun.com>
11831         * doc/bison.texinfo (How Can I Reset @code{yyparse}): Reword the
11832         English a bit.  Fix fclose typo.  Change "const char" to "char
11833         const", and use ANSI C rather than K&R for "main".  Suggest
11834         YY_FLUSH_BUFFER over yyrestart (as that is what Flex recommends)
11835         and suggest yy_switch_to_buffer.
11837 2003-05-05  Paul Eggert  <eggert@twinsun.com>
11839         * lib/bitset.h (__INT_TO_PTR): Define to a value that presumes
11840         C89.  This avoids a diagnostic on compilers that define __STDC__
11841         to 0, fixing a problem with Tru64 cc reported by Martin Mokrejs in
11842         <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
11844 2003-05-03  Paul Eggert  <eggert@twinsun.com>
11846         * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):
11847         Do not overrun array bounds.
11848         This should fix a bug reported today by Olatunji Oluwabukunmi in
11849         <http://lists.gnu.org/archive/html/bug-bison/2003-05/msg00004.html>.
11851 2003-04-29  Akim Demaille  <akim@epita.fr>
11853         * src/gram.h, src/gram.c (pure_parser, glr_parser): Move to...
11854         * src/getargs.c, src/getargs.h: here, as bool, not int.
11855         (nondeterministic_parser): New.
11856         * src/parse-gram.y, src/scan-gram.l: Support
11857         %nondeterministic-parser.
11858         * src/output.c (prepare): Use nondeterministic_parser instead
11859         of glr_parser where appropriate.
11860         * src/tables.c (conflict_row, action_row, save_row)
11861         (token_actions, token_actions, pack_vector): Ditto.
11863 2003-04-29  Akim Demaille  <akim@epita.fr>
11865         * doc/bison.texinfo (C++ Parsers, Implementing Loops): New.
11867 2003-04-29  Akim Demaille  <akim@epita.fr>
11869         * tests/calc.at: Also test yacc.c and glr.c (but not lalr1.cc yet)
11870         with %pure-parser and %locations to exercise the patch from Yakov
11871         Markovitch below.
11873 2003-04-28  Tim Van Holder <tim.van.holder@pandora.be>
11875         * data/yacc.c: (b4_lex_param): Corrected for the case where
11876         %lex-param is provided and %pure-parser isn't.
11878 2003-04-27  Paul Eggert  <eggert@twinsun.com>
11880         Avoid gcc -Wundef warnings reported by Gerald Pfeifer in
11881         <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00044.html>.
11882         * data/yacc.c (YYSTACK_ALLOC): Don't evaluate YYSTACK_USE_ALLOCA
11883         if it is not defined.
11884         (YYMAXDEPTH): Don't evaluate YYMAXDEPTH if it is not defined.
11886 2003-04-26  Paul Eggert  <eggert@twinsun.com>
11888         * data/lalr1.cc (yy::Parser::pact_ninf_, yy::Parser::table_ninf_):
11889         Declare to be of type suitable for the ninf value itself, not of
11890         type suitable for the corresponding table, since the latter might
11891         be unsigned but the ninf value might be negative.  This fixes a
11892         bug reported by Alexandre Duret-Lutz in
11893         <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00017.html>.
11895         * configure.ac (AC_FUNC_ERROR_AT_LINE): Remove, since gl_ERROR
11896         invokes it.  We shouldn't invoke it twice because it will attempt
11897         to put error.o in the archive twice.  This fixes a glitch reported
11898         by Martin Mokrejs in
11899         <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
11901 2003-04-21  Paul Eggert  <eggert@twinsun.com>
11903         * m4/error.m4: Update from Bruno Haible's 2003-04-14 patch
11904         to gnulib.
11906 2003-04-21  Yakov Markovitch <Markovitch@iso.ru>
11908         * data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
11909         Fix obvious typo that results in uncompilable GLR parsers
11910         when both %pure-parser and %locations are used.  (trivial change)
11912 2003-04-17  Paul Eggert  <eggert@twinsun.com>
11914         * src/scan-gram.l: Add %option nounput, since we no longer use unput.
11915         (unexpected_eof): Renamed from unexpected_end_of_file, for brevity.
11916         Do not insert the expected token via unput, as this runs afoul
11917         of a POSIX-compatibility bug in flex 2.5.31.
11918         All uses changed to BEGIN the parent state,
11919         since we no longer insert the expected token via unput.
11920         * tests/regression.at (Invalid inputs): Remove cascaded diagnostic
11921         that is no longer emitted after the above change.
11923         * src/conflicts.c (set_conflicts): Resolve all conflicts, not just
11924         the first one.  This change is from Paul Hilfinger, and it fixes
11925         regression reported by Werner Lemberg in
11926         <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
11928         (resolve_sr_conflict): Don't invoke state_errs_set
11929         unless one or more tokens have been explicitly made errors.
11930         Otherwise, the above change causes Bison to abort.
11932         * tests/existing.at (GNU pic Grammar): New test case, taken from
11933         Lemberg's email.
11935 2003-03-31  Akim Demaille  <akim@epita.fr>
11937         * doc/Makefile.am (AM_MAKEINFOFLAGS): Don't split the info file.
11939 2003-03-31  Akim Demaille  <akim@epita.fr>
11941         * src/output.c (prepare_symbols): Avoid trailing spaces in the
11942         output.
11944 2003-03-31  Akim Demaille  <akim@epita.fr>
11946         * doc/bison.texinfo (Strings are Destroyed): s/losses/loses/.
11947         From Paul Hilfinger.
11949 2003-03-29  Akim Demaille  <akim@epita.fr>
11951         * m4/error.m4: Do not put under dynamic conditions some code which
11952         expansion is under static control.
11954 2003-03-29  Akim Demaille  <akim@epita.fr>
11956         * doc/bison.texinfo (How Can I Reset @code{yyparse}): New.
11958 2003-03-29  Akim Demaille  <akim@epita.fr>
11960         * doc/bison.texinfo (Strings are Destroyed): New.
11962 2003-03-13  Paul Eggert  <eggert@twinsun.com>
11964         * .cvsignore: Add configure.lineno.
11965         * src/.cvsignore: Add yacc.
11966         * tests/.cvsignore: Add testsuite.log.
11967         * doc/fdl.texi: Sync with latest FSF version.
11969 2003-03-12  Paul Eggert  <eggert@twinsun.com>
11971         * scan-gram.l (YY_USER_INIT): Initialize code_start, too.
11972         (<INITIAL><<EOF>>, <SC_PRE_CODE><<EOF>>): Set *loc to the scanner
11973         cursor, instead of leaving it undefined.  This fixes a bug
11974         reported by Tim Van Holder in
11975         <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00023.html>.
11976         * tests/input.at (Torturing the Scanner): Test the scanner on
11977         an empty input file, which was Tim Van Holder's test case.
11979         * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): When checking whether
11980         <sys/resource.h> can be included, include sys/time.h and
11981         sys/times.h first, if available.  This works around the SunOS
11982         4.1.4 porting bug reported by Bruce Becker in
11983         <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00018.html>.
11985         * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't
11986         AC_CHECK_HEADERS([sys/wait.h]), as this interferes with
11987         AC_HEADER_SYS_WAIT.
11989         Merge changes from gnulib.  This was prompted because the CVS
11990         snapshot didn't build on Solaris 7 due to strnlen problems.
11992         These changes need to be merged back into gnulib:
11993         * lib/hash.c: Include <stdbool.h> unconditionally.
11994         * m4/onceonly.m4 (m4_quote): New macro.
11995         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
11996         Quote AC_FOREACH variable-expansions properly.
11997         The 2003-01-03 obstack.h change also needs merging.
11998         {end of changes requiring merging}
12000         * lib/stdbool.h.in, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
12001         m4/getopt.m4, m4/hash.m4, m4/malloc.m4, m4/memchr.m4,
12002         m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/quote.m4,
12003         m4/quotearg.m4, m4/realloc.m4, m4/stpcpy.m4, m4/strnlen.m4,
12004         m4/strtol.m4, m4/strtoul.m4, m4/unlocked-io.m4, m4/xalloc.m4:
12005         New files, imported from gnulib.
12006         * m4/Makefile.am (EXTRA_DIST): Add the new m4/*.m4 files mentioned
12007         above.
12009         * lib/mbswidth.c, m4/error.m4, m4/mbrtowc.m4, m4/mbswidth.m4,
12010         m4/memcmp.m4, m4/prereq.m4, m4/stdbool.m4: Update to current
12011         gnulib sources.
12013         * configure.ac (gl_DIRNAME, gl_GETOPT, gl_HASH, gl_QUOTE, gl_XALLOC):
12014         Add.
12015         (gl_ERROR): New, replacing jm_PREREQ_ERROR.
12016         (gl_FUNC_ALLOCA): New, replacing AC_FUNC_ALLOCA.
12017         (gl_FUNC_STPCPY): New, replacing AC_REPLACE_FUNCS(stpcpy).
12018         (gl_FUNC_STRNLEN): New, replacing AC_FUNC_STRNLEN.
12019         (gl_MBSWIDTH): New, replacing jm_PREREQ_MBSWIDTH.
12020         (gl_OBSTACK): New, replacing AC_FUNC_OBSTACK.
12021         (gl_QUOTEARG): New, replacing jm_PREREQ_QUOTEARG.
12022         (jm_FUNC_GLIBC_UNLOCKED_IO, gl_FUNC_STPCPY, gl_FUNC_STRTOL): New.
12023         (jm_FUNC_MALLOC): New, replacing AC_FUNC_MALLOC.
12024         (jm_FUNC_REALLOC): New, replacing AC_FUNC_REALLOC.
12025         (jm_PREREQ_ARGMATCH): Remove.
12026         (AC_REPLACE_FUNCS): Remove memchr, memrchr, stpcpy, strtol, strtoul.
12027         * lib/Makefile.am (libbison_a_SOURCES): Add argmatch.c, argmatch.h.
12029         * src/system.h: Include <stdbool.h> unconditionally.
12031         * lib/bbitset.h: Include <limits.h> unconditionally.  We have been
12032         assuming at least C89 in the bitset code for some time now.
12034 2003-03-03  Akim Demaille  <akim@epita.fr>
12036         * ro.po: New.
12038 2003-03-02  Akim Demaille  <akim@epita.fr>
12040         * doc/bison.texinfo (Table of Symbols): Reactivate the
12041         documentation for %lex-param, and %parse-param.
12043 2003-03-02  Akim Demaille  <akim@epita.fr>
12045         * data/yacc.c, data/glr.c, data/lal1.cc: Use similar code to
12046         generate verbose error messages.
12047         Use the number of tokens as an upper bound in yytname, as it
12048         cannot be a non terminal.
12050 2003-03-02  Akim Demaille  <akim@epita.fr>
12052         * tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected error
12053         message.
12055 2003-03-02  Akim Demaille  <akim@epita.fr>
12057         * tests/regression.at (_AT_DATA_DANCER_Y, AT_CHECK_DANCER): New.
12058         Use them to exercise yycheck overrun.
12059         Based on Andrew Suffield's grammar.
12061 2003-03-02  Akim Demaille  <akim@epita.fr>
12063         Create tests/local.at for Bison generic testing macros.
12065         * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Move to...
12066         * tests/local.at (AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS):
12067         This new file.
12068         * tests/calc.at (AT_CHECK_CALC): Adjust.
12069         * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR)
12070         (AT_COMPILE, AT_COMPILE_CXX, AT_PARSER_CHECK): Move to...
12071         * tests/local.at: here.
12072         (AT_COMPILE_CXX): Tags the tests using it as c++.
12073         Ignore the test if CXX is not functional.
12075 2003-03-01  Paul Eggert  <eggert@twinsun.com>
12077         * src/scan-gram.l (code_start): Initialize it to scanner_cursor,
12078         not loc->end, since loc->end might contain garbage and this leads
12079         to undefined behavior on some platforms.
12080         (id_loc, token_start): Use (IF_LINTed) initial values that do not
12081         depend on *loc, so that the reader doesn't give the the false
12082         impression that *loc is initialized.
12083         (<INITIAL>"%%"): Do not bother setting code_start, since its value
12084         does not survive the return.
12086 2003-03-01  Akim Demaille  <akim@epita.fr>
12088         * src/scan-gram.l (code_start): Always initialize it when entering
12089         into yylex, as SC_EPILOGUE is activated *before* the corresponding
12090         yylex invocation.  An alternative would be making it static, but
12091         then it starts with the second %%'s beginning, instead of its end.
12093 2003-02-28  Paul Eggert  <eggert@twinsun.com>
12095         * lib/mbswidth.c: Include <wchar.h> before "mbswidth.h", to work
12096         around a UnixWare 7.1.1 porting bug reported by John Hughes in
12097         <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00030.html>.
12099 2003-02-26  Paul Eggert  <eggert@twinsun.com>
12101         * README: Mention compiler bug in Sun Forte Developer 6 update 2.
12102         Remove Sequent/Pyramid discussion (nobody uses them any more).
12103         Merge VMS and MS-DOS discussion; these ports may well be dead
12104         but let's keep mentioning them for now.  Put <> around email
12105         addresses.  Add copyright notice.
12107 2003-02-24  Paul Eggert  <eggert@twinsun.com>
12109         * data/glr.c (yy_reduce_print): yylineno -> yylno,
12110         to avoid collision with flex use of yylineno.
12111         Problem reported by Bruce Lilly in
12112         <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00016.html>.
12113         * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
12114         * data/yacc.c (yy_reduce_print): Likewise.
12116         * config/depcomp: Sync with Automake 1.7.3.
12118 2003-02-21  Akim Demaille  <akim@epita.fr>
12120         * data/lalr1.cc: Use temporary variables instead of casts to
12121         change integer types.
12122         Suggested by Paul Eggert.
12124 2003-02-21  Akim Demaille  <akim@epita.fr>
12126         * doc/bison.texinfo: Use "location" consistently to refer to @n,
12127         to avoid confusions with lalr1.cc's notion of Position.
12128         Suggested by Paul Eggert.
12130 2003-02-20  Akim Demaille  <akim@epita.fr>
12132         * data/lalr1.cc (position.hh): Make sure "columns" never pushes
12133         before initial_columns.
12134         (location.hh): Use consistent variable names when defining the
12135         operator<<.
12136         Use "last" so that we subtract from Positions, not from unsigned.
12138 2003-02-20  Akim Demaille  <akim@epita.fr>
12140         * data/lalr1.cc (position.hh): New subfile, including the extended
12141         and Doxygen'ed documentation of class Position.
12142         (location.hh): Use it.
12143         Document a` la Doxygen.
12144         With the help of Benoit Perrot.
12146 2003-02-20  Akim Demaille  <akim@epita.fr>
12148         * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Define
12149         AT_YACC_IF.
12150         Redefine AT_YYERROR_SEES_LOC_IF using it.
12151         (_AT_DATA_CALC_Y): Don't declare yyerror when lalr1.cc, as it is
12152         not defined.
12153         Don't use the location in yy::Parser::error_ and
12154         yy::Parser::print_ when not %locations.
12155         Activate more lalr1.cc tests.
12157 2003-02-19  Akim Demaille  <akim@epita.fr>
12159         * data/lalr1.cc: When displaying a line number, be sure to make it
12160         an int.
12162 2003-02-19  Akim Demaille  <akim@epita.fr>
12164         * data/lalr1.cc (b4_stack_depth_init, yy::Parser::initdepth_):
12165         Remove, useless.
12166         (YYABORT, YYACCEPT, YYERROR): New.
12167         * tests/calc.at: Renable the lalr1.cc test.
12169 2003-02-19  Akim Demaille  <akim@epita.fr>
12171         * tests/calc.at (AT_CHECK_CALC): Check different scenarios of
12172         error recovery, mixing with/without pops and discarding of the
12173         lookahead.
12174         Exercise YYERROR.
12175         Disable the lalr1.cc tests as currently it doesn't support YYERROR.
12177 2003-02-17  Paul Eggert  <eggert@twinsun.com>
12179         * tests/atlocal.in (LDFLAGS, LIBS): New vars.
12180         * tests/testsuite.at (AT_COMPILE): Use them.
12181         This fixes the testsuite problem reported by Robert Lentz in
12182         <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00011.html>.
12184 2003-02-12  Paul Eggert  <eggert@twinsun.com>
12186         * data/yacc.c (yyerrlab) [YYERROR_VERBOSE]:
12187         Avoid subscript error in yycheck.  Bug reported by Andrew Suffield in
12188         <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00003.html>.
12189         * data/glr.c (yyreportSyntaxError) [YYERROR_VERBOSE]: Likewise.
12190         Check for malloc failure, for consistency with yacc.c.
12191         (yytname_size): Remove, for consistency with yacc.c.
12193         The bug still remains in data/lalr1.cc, as I didn't have time
12194         to fix it there.
12196 2003-02-06  Akim Demaille  <akim@epita.fr>
12198         * configure.ac (GXX): Rename as...
12199         (CXX): this, to keep the original Autoconf semantics.
12200         Require 2.57.
12201         * data/lalr1.cc: Fix b4_copyright invocations.
12202         If YYDEBUG is not defined, don't depend upon name_ being defined.
12203         (location.hh): Include string and iostream.
12204         (Position::filename): New member.
12205         (Position::Position ()): New.
12206         (operator<< (Position)): New.
12207         (operator- (Position, int)): New.
12208         (Location::first, Location::last): Rename as...
12209         (Location::begin, Location::end): these, to mock the conventional
12210         iterator names.
12211         (operator<< (Location)): New.
12212         * tests/atlocal.in (CXX): New.
12213         * tests/testsuite.at (AT_COMPILE_CXX): New.
12214         * tests/calc.at (_AT_DATA_CALC_Y): Adjust yyerror to report the
12215         locations in a more synthetic way.
12216         (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF is positive if
12217         lalr1.cc is used.
12218         Adjust the C locations to match those from Emacs: first column is
12219         column 0.
12220         Change all the expected results.
12221         Conform to the GCS: simplify the locations when applicable.
12222         (LOC, VAL, YYLLOC_FORMAL, YYLLOC_ARG, USE_YYLLOC, LEX_FORMALS)
12223         (LEX_ARGS, USE_LEX_ARGS, LEX_PRE_FORMALS, LEX_PRE_ARGS): Replace
12224         these CPP macros with the m4 macros new defined by...
12225         (AT_CHECK_PUSHDEFS): this, i.e.:
12226         (AT_LALR1_CC_IF, AT_PURE_LEX_IF, AT_LOC, AT_VAL, AT_LEX_FORMALS)
12227         (AT_LEX_ARGS, AT_USE_LEX_ARGS, AT_LEX_PRE_FORMALS, AT_LEX_PRE_ARGS)
12228         New macros.
12229         (AT_CHECK_POPDEFS): Undefine them.
12230         (AT_CHECK_CALC_LALR1_CC): New.
12231         Use it for the first lalr1.cc test.
12233 2003-02-04  Akim Demaille  <akim@epita.fr>
12235         * data/lalr1.cc (YYLLOC_DEFAULT): Fix its definition: be based on
12236         Location as is defined.
12238 2003-02-04  Akim Demaille  <akim@epita.fr>
12240         * data/lalr1.cc: If YYDEBUG is not defined, don't depend upon
12241         name_ being defined.
12243 2003-02-03  Paul Eggert  <eggert@twinsun.com>
12245         * src/gram.h (start_symbol): Remove unused decl.
12247         Use more-consistent naming conventions for local vars.
12249         * src/derives.c (derives_compute): Change type of local var from
12250         int to rule_number.
12251         * src/gram.c (grammar_rules_partial_print): Likewise.
12252         * src/print.c (print_core): Likewise.
12253         * src/reduce.c (reduce_grammar_tables): Likewise.
12255         * src/gram.c (grammar_dump): Change name of item_number *
12256         local var from r to rp.
12257         * src/nullable.c (nullable_compute): Likewise.
12259         * src/gram.h (ISTOKEN, ISVAR): Use i, not s, for int var.
12261         * src/gram.h (symbol_number_as_item_number): Use sym, not s,
12262         for symbol or symbol_number var.
12263         * src/reader.c (grammar_start_symbol_set): Likewise.
12264         * src/reader.h (grammar_start_symbol_set, grammar_symbol_append):
12265         Likewise.
12266         * src/state.c (transitions_to): Likewise.
12267         * src/state.h: Likewise.
12268         * src/tables.c (symbol_number_to_vector_number): Likewise.
12270         * src/muscle_tab.h (MUSCLE_OBSTACK_SGROW): Use p, not s, for
12271         char * var.
12273         * src/parse-gram.y (lloc_default): Use loc, not r, for YYLTYPE
12274         var.
12276         * src/scan-gram.l (no_cr_read): Use bytes_read, not s, for size
12277         var.
12279         * src/system.h (xstrndup, strchr, strspn, strnlen, memchr, memrchr):
12280         Use str, not s, for char * var.  Use ch, not c, for character var.
12281         Use size for size var.
12283         * src/uniqstr.c (uniqstr_new, uniqstr_assert): Use str, not s, for
12284         char * var.
12285         (uniqstr_print, uniqst_print_processor): Use ustr, not s, for
12286         uniqstr var.
12287         * src/uniqstr.h: Likewise.
12289         * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
12290         get_layoutalgorithm_str, get_decision_str, get_orientation_str,
12291         get_node_alignment_str, get_arrow_mode_str, get_crossing_type_str,
12292         get_view_str, get_linestyle_str, get_arrowstyle_str): Rename
12293         param to have same name as that of enum, so that we don't use
12294         "s" to stand for a non-state.
12296 2003-02-02  Akim Demaille  <akim@epita.fr>
12298         * src/scan-skel.l: Scan more than one inert character per yylex
12299         invocation.
12301 2003-02-01  Paul Eggert  <eggert@twinsun.com>
12303         Version 1.875a.
12305         * po/LINGUAS: Add ms.
12307 2003-01-30  Akim Demaille  <akim@epita.fr>
12309         * doc/Makefile.am (CLEANFILES): Add bison.fns for distcheck.
12311 2003-01-29  Paul Hilfinger  <Hilfinger@CS.Berkeley.EDU>
12313         * tests/cxx-type.at: Correct apparent typo in Bison input: $$ instead
12314         of $1.
12316         Changes in response to error report by S. Eken: GLR mode does not
12317         handle negative $ indices or $ indices in embedded rules correctly.
12318         See <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00076.html>.
12320         * data/glr.c (b4_rhs_value): Change to use YYFILL macro.
12321         (b4_rhs_location): Ditto.
12322         (yyfill): New function to copy from stack tree into array
12323         incrementally.
12324         (yyuserAction): Modify to allow incremental move of semantic values
12325         to rhs array when in GLR mode.
12326         Define YYFILL to use in user-defined actions to fill semantic array
12327         as needed.
12328         Remove dummy use of yystack, as there is now a guaranteed use.
12329         (yydoAction): Modify to allow incremental move of semantic values
12330         to rhs array when in GLR mode.
12331         (yyresolveAction): Ditto.
12332         (yyglrShiftDefer): Update comment.
12333         (yyresolveStates): Use X == NULL for pointers, not !X.
12334         (yyglrReduce): Ditto.
12335         (yydoAction): Ditto
12337         * tests/glr-regr1.at: Rename to ...
12338         * tests/glr-regression.at: Add new regression test for the problems
12339         described above (adapted from S. Eken).
12340         Update copyright notice.
12341         * tests/testsuite.at: Rename glr-regr1.at to glr-regression.at.
12342         * tests/Makefile.am: Ditto.
12344 2003-01-28  Paul Eggert  <eggert@twinsun.com>
12346         * data/lalr1.cc: Do not use @output_header_name@ unless
12347         b4_defines_flag is set.  This fixes two bugs reported by
12348         Tim Van Holder in
12349         <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00071.html>
12350         and <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00073.html>.
12352 2003-01-21  Paul Eggert  <eggert@twinsun.com>
12354         * data/yacc.c (YYERROR): Move code from yyerrlab1 to here, so that
12355         we don't need to worry about yyerrlab1 being reported as an
12356         "unused label" by non-GCC C compilers.  The downside is that if
12357         locations are used then a couple of statements are duplicated each
12358         time YYERROR is invoked, but the upside is that the warnings
12359         should vanish.
12360         (yyerrlab1): Move code to YERROR.
12361         (yyerrlab2): Remove.  Change uses back to yyerrlab1.
12362         This reverts some of the 2002-12-27 change.
12364 2003-01-17  Paul Eggert  <eggert@twinsun.com>
12366         * src/output.c (symbol_printers_output): Fix typo that led
12367         to core dump.  Problem reported by Antonio Rus in
12368         <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00058.html>.
12370 2003-01-13  Akim Demaille  <akim@epita.fr>,
12371                 Quoc Peyrot <chojin@lrde.epita.fr>,
12372                 Robert Anisko <anisko_r@lrde.epita.fr>
12374         * data/lalr1.cc (parse::yyerrlab1): When popping the stack, stop
12375         when the stacks contain one element, as the loop would otherwise
12376         free the last state, and then use the top state (the one we just
12377         popped).  This means that the initial elements will not be freed
12378         explicitly, as is the case in yacc.c; it is not a problem, as
12379         these elements have fake values.
12381 2003-01-11  Paul Eggert  <eggert@twinsun.com>
12383         * NEWS: %expect-violations are now just warnings, reverting
12384         to Bison 1.30 and 1.75 behavior.  This fixes the GCC 3.2
12385         bootstrapping problem reported by Matthias Klose; see
12386         <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00053.html>.
12387         * src/conflicts.c (conflicts_print): Likewise.
12388         * tests/conflicts.at (%expect not enough, %expect too much,
12389         %expect with reduce conflicts): Likewise.
12390         * doc/bison.texinfo (Expect Decl): Document this.  Also mention
12391         that the warning is enabled if the number of conflicts changes
12392         (not necessarily increases).
12394         * src/getargs.c (version): Update copyright year.
12396 2003-01-09  Akim Demaille  <akim@epita.fr>
12398         * src/Makefile.am, lib/Makefile.am: Use $(VAR) instead of @VAR@.
12400 2003-01-08  Paul Eggert  <eggert@twinsun.com>
12402         * Makefile.maint (WGETFLAGS):
12403         New macro, containing "-C off" to disable proxy caches.
12404         All uses of $(WGET) changed to $(WGET) $(WGETFLAGS).
12405         (rel-check): Use $(WGET) instead of wget.
12407 2003-01-06  Paul Eggert  <eggert@twinsun.com>
12409         * doc/bison.texinfo (Generalized LR Parsing): Add a reference to
12410         the GLR paper of Scott, Johnstone and Hussain.
12412 2003-01-04  Paul Eggert  <eggert@twinsun.com>
12414         * configure.ac (AC_ARG_ENABLE): Add --disable-yacc.
12415         (YACC_SCRIPT, YACC_LIBRARY): New vars to AC_SUBST.
12416         * lib/Makefile.am (lib_LIBRARIES): liby.a -> @YACC_LIBRARY@.
12417         (EXTRA_LIBRARIES): New var, for liby.a.
12418         * src/Makefile.am (bin_SCRIPTS): yacc -> @YACC_SCRIPT@.
12419         (EXTRA_SCRIPTS): New var, for yacc.
12421         * data/yacc.c (yyerrlab1): Omit attribute if __cplusplus is defined,
12422         since GNU C++ (as of 3.2.1) does not allow attributes on labels.
12423         Problem reported by Nelson H. F. Beebe.
12425 2003-01-03  Paul Eggert  <eggert@twinsun.com>
12427         * lib/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
12428         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
12429         when compiling Bison 1.875's `bitset bset = obstack_alloc
12430         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
12432         * src/scan-skel.l (QPUTS): Omit redundant `;' from macro definition.
12433         ([^@\n]): Renamed from [^@\n]+ so that the token buffer does not
12434         grow to a huge size with typical invocation.
12436         * lib/hash.c (_Bool, bool, false, true, __bool_true_false_are_defined):
12437         Use the pattern recommended by Autoconf 2.57, except also protect
12438         against double-definition.
12439         * src/system.h: Likewise.
12440         Portability issues reported by Nelson H. F. Beebe.
12442         * data/glr.c (yybool): Renamed from bool, to avoid collisions in C.
12443         All uses changed.  Provide a definition in both C and C++.
12444         (yytrue, yyfalse): Define even if defined (__cplusplus).
12446         * lib/bitset_stats.c (bitset_stats_list): Remove unused var.
12447         Reported by Nelson H. F. Beebe.
12449         * src/scan-skel.l ("@oline@"): Output lineno+1, not lineno.
12451 2003-01-02  Paul Eggert  <eggert@twinsun.com>
12453         * data/yacc.c (yyerrlab1): Append `;' after attribute, to
12454         pacify the buggy "smart preprocessor" in MacOS 10.2.3.
12455         Bug reported by Nelson H. F. Beebe.
12457 2003-01-01  Paul Eggert  <eggert@twinsun.com>
12459         * Version 1.875.
12461 2002-12-30  Paul Eggert  <eggert@twinsun.com>
12463         * src/scan-gram.l (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","):
12464         Moved here from...
12465         (<INITIAL>","): Here.  This causes stray "," to be treated
12466         more uniformly.
12468         * src/scan-gram.l (<SC_BRACED_CODE>"}"): Output ";" before the
12469         last brace in braced code when not in Yacc mode, for compatibility
12470         with Bison 1.35.  This resurrects the 2001-12-15 patch to
12471         src/reader.c.
12473         * src/reader.h (YYDECL): Use YYSTYPE, not its deprecated alias
12474         yystype.  This follows up the 2002-12-24 YYSTYPE bug fix.
12476 2002-12-28  Paul Eggert  <eggert@twinsun.com>
12478         * src/symtab.c (symbol_make_alias): Set type of SYMVAL to be
12479         that of SYM's type.  This fixes Debian bug 168069, reported by
12480         Thomas Olsson.
12482 2002-12-28  Paul Eggert  <eggert@twinsun.com>
12484         Version 1.75f.
12486         Switch back to the Yacc style of conflict reports, undoing some
12487         of the 2002-07-30 change.
12488         * doc/bison.texinfo (Understanding): Use Yacc style for
12489         conflict reports.  Also, use new way of locating rules.
12490         * src/conflicts.c (conflict_report):
12491         Renamed from conflict_report_yacc, removing the old
12492         'conflict_report'.  Translate the entire conflict report at once,
12493         so that we don't assume that "," has the same interpretation in
12494         all languages.
12495         (conflicts_output): Use Yacc-style conflict report for each state,
12496         instead of our more-complicated style.
12497         (conflicts_print): Use Yacc-style conflict report, except print
12498         the input file name when not emulating Yacc.
12499         * tests/conflicts.at (Unresolved SR Conflicts, Defaulted
12500         Conflicted Reduction, %expect not enough, %expect too much,
12501         %expect with reduce conflicts): Switch to Yacc-style conflict reports.
12502         * tests/existing.at (GNU Cim Grammar): Likewise.
12503         * tests/glr-regr1.at (Badly Collapsed GLR States): Likewise.
12505         * src/complain.c (warn_at, warn, complain_at, complain, fatal_at,
12506         fatal): Don't invoke fflush; it's not needed and it might even be
12507         harmful for stdout, as stdout might not be open.
12508         * src/reduce.c (reduce_print): Likewise.
12510 2002-12-27  Paul Eggert  <eggert@twinsun.com>
12512         Fix a bug where error locations were not being recorded correctly.
12513         This problem was originally reported by Paul Hilfinger in
12514         <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00086.html>.
12516         * data/yacc.c (yyparse): New local var yylerrsp, to record the
12517         top of the location stack's error locations.
12518         (yyerrlab): Set it.  When discarding a token, push its location
12519         onto yylerrsp so that we don't lose track of the error's end.
12520         (yyerrlab1): Now is only the target of YYERROR, so that we can
12521         properly record the location of the action that failed.  For GCC
12522         2.93 and later, insert an __attribute__ ((__unused__)) to avoid
12523         GCC warning about yyerrlab1 being unused if YYERROR is unused.
12524         (yyerrlab2): New label, which yyerrlab now falls through to.
12525         Compute the error's location by applying YYLLOC_DEFAULT to
12526         the locations of all the symbols that went into the error.
12527         * doc/bison.texinfo (Location Default Action): Mention that
12528         YYLLOC_DEFAULT is also invoked for syntax errors.
12529         * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
12530         Error locations include the locations of all the tokens that were
12531         discarded, not just the last token.
12533 2002-12-26  Paul Eggert  <eggert@twinsun.com>
12535         * src/files.c: Include quote.h.
12536         (compute_output_file_names): Warn if we detect conflicting
12537         outputs to the same file.  This should catch the misunderstanding
12538         exemplified by Debian Bug 165349, reported by Bruce Stephens..
12540         * src/conflicts.c (conflicts_print): If the user specifies
12541         "%expect N", report an error if there are any reduce/reduce
12542         conflicts.  This is what the manual says should happen.
12543         This fixes Debian bug 130890, reported by Anthony DeRobertis.
12544         * tests/conflicts.at (%expect with reduce conflicts): New test.
12546         Don't use m4_include on relative file names, as it doesn't work as
12547         desired if there happens to be a file with that name under ".".
12549         * m4sugar/version.m4: Remove; it was included but it wasn't used.
12550         * data/Makefile.am (dist_m4sugar_DATA): Remove m4sugar/version.m4.
12551         * data/m4sugar/m4sugar.m4: Don't include m4sugar/version.m4.
12552         * data/glr.c, data/lalr1.cc, data/yacc.c: Don't include c.m4.
12553         * src/output.c (output_skeleton): Use full path names when
12554         specifying a file to include; don't rely on include path, as
12555         it's unreliable when the working file contains a file with
12556         that name.
12558 2002-12-25  Paul Eggert  <eggert@twinsun.com>
12560         Remove obsolete references to bison.simple and bison.hairy.
12561         Problem mentioned by Aubin Mahe in
12562         <http://lists.gnu.org/archive/html/help-bison/2002-12/msg00010.html>.
12563         * data/glr.c: Comment fix.
12564         * doc/bison.1: Remove references.  Also, mention "yacc".
12566         * src/getargs.c (getargs) [MSDOS]: Don't assume optarg != NULL
12567         with -g option.
12569         * src/parse-gram.y (declaration): Use enum "report_states" rather
12570         than its numeric value 1.
12572         * src/scan-skel.l ("@output ".*\n): Close any old yyout before
12573         opening a new one.  This fixes Debian bug 165349, reported by
12574         Bruce Stephens.
12576 2002-12-24  Paul Eggert  <eggert@twinsun.com>
12578         Version 1.75e.
12580         * Makefile.maint (cvs-update): Don't assume that the shell
12581         supports $(...), as Solaris sh doesn't.
12583         * src/parse-gram.y (lloc_default): Remove test for empty
12584         nonterminals at the end, since it didn't change the result.
12586 2002-12-24  Paul Eggert  <eggert@twinsun.com>
12588         If the user does not define YYSTYPE as a macro, Bison now declares it
12589         using typedef instead of defining it as a macro.  POSIX requires this.
12590         For consistency, YYLTYPE is also declared instead of defined.
12592         %union directives can now have a tag before the `{', e.g., the
12593         directive `%union foo {...}' now generates the C code
12594         `typedef union foo { ... } YYSTYPE;'; this is for Yacc compatibility.
12595         The default union tag is `YYSTYPE', for compatibility with Solaris 9
12596         Yacc.  For consistency, YYLTYPE's struct tag is now `YYLTYPE'
12597         instead of `yyltype'.
12599         `yystype' and `yyltype' are now obsolescent macros instead of being
12600         typedefs or tags; they are no longer documented and will be
12601         withdrawn in a future release.
12603         * data/glr.c (b4_location_type): Remove.
12604         (YYSTYPE): Renamed from yystype.
12605         (YYSTYPE_IS_DECLARED): New macro, used to prevent double-typedef.
12606         (struct YYLTYPE): Renamed from struct yyltype.
12607         (YYLTYPE): Renamed from yyltype.
12608         (yyltype, yystype): New (and obsolescent) macros,
12609         for backward compatibility.
12610         * data/yacc.c: Likewise.
12612         * data/yacc.c (YYSTYPE): Declare as union YYSTYPE if the user
12613         does not specify a union tag.  This is for compatibility with
12614         Solaris 9 yacc.
12616         * src/parse-gram.y (add_param): 2nd arg is now char * not char
12617         const *, since it is now modified by stripping surrounding { }.
12618         (current_braced_code): Remove.
12619         (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_UNION,
12620         PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Change names to include
12621         trailing " {...}".  Now of type <chars>.
12622         (grammar_declaration): Adjust to bundled tokens.
12623         (code_content): Remove; stripping is now done by add_param.
12624         (print_token_value): Print contents of bundled tokens.
12625         (token_name): New function.
12627         * src/reader.h (braced_code, current_braced_code): Remove.
12628         (token_name): New decl.
12630         * src/scan-gram.l (handle_dollar, handle_at): Now takes int
12631         token_type, not braced_code code_kind.  All uses changed.
12632         (SC_PRE_CODE): New state, for scanning after a keyword that
12633         has (or usually has) an immediately-following braced code.
12634         (token_type): New local var, to keep track of which token type
12635         to return when scanning braced code.
12636         (<INITIAL>"%destructor", <INITIAL>"%lex-param",
12637         <INITIAL>"%parse-param", <INITIAL>"%printer",
12638         <INITIAL>"%union"): Set token type and BEGIN SC_PRE_CODE
12639         instead of returning a token type immediately.
12640         (<INITIAL>"{"): Set token type.
12641         (<SC_BRACED_CODE>"}"): Use it.
12642         (handle_action_dollar, handle_action_at): Now returns bool
12643         indicating success.  Fail if ! current_rule; this prevents a core dump.
12644         (handle_symbol_code_dollar, handle_symbol_code_at):
12645         Remove; merge body into caller.
12646         (handle_dollar, handle_at): Complain in invalid contexts.
12648         * NEWS, doc/bison.texinfo: Document the above.
12649         * NEWS: Fix years and program names in copyright notice.
12651 2002-12-17  Paul Eggert  <eggert@twinsun.com>
12653         * NEWS, doc/bison.texinfo (Parser Function, Pure Calling, Error
12654         Reporting, Table of Symbols): Omit mentions of %lex-param and
12655         %parse-param from the documentation for now.
12657 2002-12-15  Paul Eggert  <eggert@twinsun.com>
12659         Undo most of the 2002-11-12 yychar -> yytoken patch, as it broke
12660         GCC 3.2.1 (which depends on yychar == YYEMPTY when there is no
12661         lookahead symbol, and which sets yychar in parser actions) and it
12662         disagreed with the Bison documentation.  Bug
12663         reported by Andrew Walrond.
12665         * data/yacc.c (YYTRANSLATE): Don't check for negative argument,
12666         as the caller now does that.
12667         (yyclearin, YYBACKUP, yyparse): Use yychar, not yytoken.
12668         (YYEMPTY): Parenthesize right hand side, since others use it.
12669         (yyparse): Don't assume that our generated code is the only code
12670         that sets yychar.
12672 2002-12-13  Paul Eggert  <eggert@twinsun.com>
12674         Version 1.75d.
12676         POSIX requires a "yacc" command.
12677         * src/Makefile.am (bin_SCRIPTS): New macro, for yacc.
12678         (MOSTLYCLEANFILES): Add yacc.
12679         (yacc): New rule.
12680         * doc/bison.texinfo (Invocation, Bison Options): Mention yacc
12681         as an alias for bison y.
12683         * po/LINGUAS: Add da.
12685         * src/getargs.c (__GNU_LIBRARY__) [lint]: Define to work around
12686         problem with latest <getopt.h>.
12687         (HACK_FOR___GNU_LIBRARY___PROTOTYPE): New macro.
12689         * doc/fdl.texi: Upgrade to 1.2.
12690         * lib/alloca.c, lib/error.c, lib/getopt.c, lib/getopt.h
12691         lib/getopt1.c, lib/gettext.h, lib/memrchr.c, lib/obstack.c,
12692         lib/obstack.h, lib/strnlen.c, lib/unlocked-io.h: Sync with
12693         gnulib.
12694         * config/install-sh: Sync with autotools.
12696         Fix a bad interaction with flex 2.5.23 reported by Bruce Lilly in
12697         <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
12698         * data/yacc.c (YYLTYPE, struct yyltype): Do not define unless
12699         locations are requested.
12700         (union yyalloc): Do not depend on YYLTYPE_IS_TRIVIAL unless
12701         locations are requested.
12703 2002-12-12  Paul Eggert  <eggert@twinsun.com>
12705         Remove unportable casts and storage allocation tricks.
12706         While we're at it, remove almost all casts, since they
12707         usually aren't needed and are a sign of trouble.
12709         * configure.ac (AC_CHECK_TYPES): Check for uintptr_t.
12711         * src/derives.c (derives_compute): Do not subtract NTOKENS from
12712         the pointer DSET returned by malloc; this isn't portable.
12713         Instead, always use DSET[i - NTOKENS] rather than DSET[i].
12714         Similarly for DERIVES.
12715         * src/lalr.c (set_goto_map): Likewise, for GOTO_MAP and TEMP_MAP.
12716         * src/nullable.c (nullable_compute): Likewise, for RSETS and NULLABLE.
12717         * src/reduce.c (reduce_grammar_tables): Likewise, for nontermmap
12719         * src/derives.c (derives_compute): Do not bother invoking
12720         int_of_rule_number, since rule numbers are integers.
12722         * src/files.c (concat2, tr, compute_base_name): Use xmalloc (N)
12723         rather than XMALLOC (char, N).
12725         * src/files.c (filename_split): Rewrite to avoid cast.
12727         * src/gram.h (symbol_number_as_item_number,
12728         item_number_as_symbol_number, rule_number_as_item_number,
12729         item_number_as_rule_number):
12730         Now inline functions rather than macros, to avoid casts.
12731         * src/state.h (state_number_as_int): Likewise.
12732         * src/tables.c (state_number_to_vector_number,
12733         symbol_number_to_vector_number): Likewise.
12735         * src/gram.h (int_of_rule_number): Remove; no longer used.
12737         * src/lalr.c (add_lookback_edge): Use malloc rather than calloc,
12738         since the resulting storage is always stored into.
12740         * src/main.c (alloca) [C_ALLOCA]: Add decl here, the only place
12741         where it's needed.
12743         * src/muscle_tab.c (muscle_m4_output):
12744         Now inline.  Return bool, not int.
12745         * src/state.c (state_compare): Likewise.
12746         * src/symtab.c (symbol_check_defined,
12747         symbol_check_alias_consistency, symbol_pack, symbol_translation,
12748         hash_compare_symbol, hash_symbol):
12749         Likewise.
12750         * src/uniqstr.c (uniqstr_print): Likewise.
12751         * src/muscle_tab.c (muscle_m4_output_processor):
12752         New function, to avoid casts.
12753         * src/state.c (state_comparator, stage_hasher): Likewise.
12754         * src/symtab.c (symbol_check_defined_processor,
12755         symbol_check_alias_consistency_processor, symbol_pack_processor,
12756         symbol_translation_processor, hash_symbol_comparator,
12757         hash_symbol_hasher): Likewise.
12758         * src/uniqstr.c (uniqstr_print_processor): Likewise.
12759         * src/muscle_tab.c (muscles_m4_output):
12760         Use new functions instead of casting old functions unportably.
12761         * src/state.c (state_hash_new): Likewise.
12762         * src/symtab.c (symbols_new, symbols_do, symbols_check_defined,
12763         symbols_token_translations_init):
12764         Likewise.
12765         * src/uniqstr.c (uniqstrs_new, hash_initialize, uniqstrs_do): Likewise.
12767         * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): Use long local
12768         var instead of casting to long, to avoid casts.
12769         (prepare_states): Use MALLOC rather than alloca, so that we don't
12770         have to worry about alloca.
12771         * src/state.c (state_hash_lookup): Likewise.
12773         * src/scan-gram.l (<SC_ESCAPED_CHARACTER>"'"): Use unsigned char
12774         local var instead of casting to unsigned char, to avoid casts.
12776         * src/state.c (TRANSITIONS_ALLOC, ERRS_ALLOC, REDUCTIONS_ALLOC,
12777         STATE_ALLOC): Remove.
12778         (transitions_new, errs_new, reductions_new, state_new): Use malloc
12779         rather than calloc, and use offsetof to avoid allocating slightly
12780         too much storage.
12781         (state_new): Initialize all members.
12783         * src/state.c (state_hash): Use unsigned accumulator, not signed.
12785         * src/symtab.c (symbol_free): Remove; unused.
12786         (symbol_get): Remove cast in lhs of assignment.
12787         (symbols_do): Now static.  Accept generic arguments, not
12788         hashing-related ones.
12790         * src/symtab.h: (NUMBER_UNDEFINED): Remove unnecessary cast.
12791         (symbol_processor): Remove.
12792         (symbols_do): Remove decl; now static.
12794         * src/system.h (alloca): Remove; decl no longer needed.
12795         (<stddef.h>): Include, for offsetof.
12796         (<inttypes.>, <stdint.h>): Include if available.
12797         (uintptr_t): New type, if system lacks it.
12798         (CALLOC, MALLOC, REALLOC): New macros.
12799         All uses of XCALLOC, XMALLOC, and XREALLOC changed to use these
12800         new macros.
12802         * src/tables.c (table_size): Now int, to pacify GCC.
12803         (table_grow, table_ninf_remap): Use signed table size.
12804         (save_row): Don't bother initializing locals when not needed.
12805         (default_goto, goto_actions, pack_vector): Remove unnecessary casts.
12806         * src/uniqstr.c (hash_compare_uniqstr):  Likewise.
12808         * src/vcg.h: Correct misspellings.
12810         * src/vcg_defaults.h (G_CMAX): Now INT_MAX.
12813         * src/getargs.c (getargs): Don't assume EOF == -1.
12815 2002-12-09  Paul Eggert  <eggert@twinsun.com>
12817         Change identifier spellings to avoid collisions with names
12818         that are reserved by POSIX.
12820         Don't use names ending in _t, since POSIX reserves them.
12821         For consistency, remove _e and _s endings -- they're weren't
12822         needed to remove ambiguity.  All uses changed.
12823         * src/uniqstr.h (uniqstr): Renamed from uniqstr_t, which in
12824         turn was just renamed from struniq_t.
12825         * src/uniqstr.c (uniqstr_processor): Renamed from struniq_processor,
12826         which in turn was just renamed from struniq_processor_t.
12827         (hash_compare_uniqstr): Renamed from hash_compare_struniq, which
12828         in turn was renamed from hash_compare_struniq_t.
12829         * src/LR0.c (struct state_list): Renamed from struct state_list_s.
12830         (state_list): Renamed from state_list_t.
12831         * src/assoc.h (assoc): Renamed from assoc_t.
12832         * src/conflicts.c (enum conflict_resolution): Renamed from
12833         enum conflict_resolution_e.
12834         * src/derives.c (struct rule_list): Renamed from struct rule_list_s.
12835         (rule_list): Renamed from rule_list_t.
12836         * src/getargs.h (enum trace): Renamed from enum trace_e.
12837         (enum report): Renamed from enum report_e.
12838         * src/gram.h (item_number): Renamed from item_number_t.
12839         (rule_number): Renamed from rule_number_t.
12840         (struct rule_s): Remove the "rule_s" part; not used.
12841         (rule): Renamed from rule_t.
12842         (rule_filter): Renamed from rule_filter_t.
12843         * src/lalr.c (struct goto_list): Renamed from struct goto_list_s.
12844         (goto_list): Renamed from goto_list_t.
12845         * src/lalr.h (goto_number): Renamed from goto_number_t.
12846         * src/location.h (location): Renamed from location_t.
12847         * src/muscle_tab.c (muscle_entry): Renamed from muscle_entry_t,
12848         and moved here from:
12849         * src/muscle_tab.h (muscle_entry_t): here.
12850         * src/nullable.c (struct rule_list): Renamed from struct rule_list_s.
12851         (rule_list): Renamed from rule_list_t.
12852         * src/print_graph.c (static_graph): Renamed from graph.
12853         * src/reader.h (braced_code): Renamed from braced_code_t.
12854         Remove brace_code_e tag.
12855         * src/relation.h (relation_node): Renamed from relation_node_t.
12856         (relation_nodes): Renamed from relation_nodes_t.
12857         (relation): Renamed from relation_t.
12858         * src/state.h (state_number): Renamed from state_number_t.
12859         (struct state): Renamed from struct state_s.
12860         (state): Renamed from state_t.
12861         (transitions): Renamed from transitions_t.  Unused (and
12862         misspelled) transtion_s tag removed.
12863         (errs): Renamed from errs_t.  Unused errs_s tag removed.
12864         (reductions): Renamed from reductions_t.  Unused tag
12865         reductions_s removed.
12866         * src/symlist.h (symbol_list): Renamed from symbol_list_t.
12867         (struct symbol_list): Renamed from struct symbol_list_s.
12868         * src/symtab.h (symbol_number): Renamed from symbol_number_t.
12869         (struct symbol): Renamed from struct symbol_s.
12870         (symbol): Renamed from symbol_t.
12871         * src/tables.c (vector_number): Renamed from vector_number_t.
12872         (action_number): Renamed from action_t.
12873         * src/tables.h (base_number): Renamed from base_t.
12874         * src/vcg.h (enum color): Renamed from enum color_e.
12875         (enum textmode): Renamed from enum textmode_e.
12876         (enum shape): Renamed from enum shape_e.
12877         (struct colorentry): Renamed from struct colorentry_s.
12878         (struct classname): Renamed from struct classname_s.
12879         (struct infoname): Renamed from struct infoname_s.
12880         (enum layoutalgorithm): Renamed from enum layoutalgorithm_e.
12881         (enum decision): Renamed from enum decision_e.
12882         (enum orientation): Renamed from enum orientation_e.
12883         (enum alignment): Renamed from enum alignment_e.
12884         (enum arrow_mode): Renamed from enum arrow_mode_e.
12885         (enum crossing_type): Renamed from enum crossing_type_e.
12886         (enum view): Renamed from enum view_e.
12887         (struct node): Renamed from struct node_s.
12888         (node): Renamed from node_t.
12889         (enum linestyle): Renamed from enum linestyle_e.
12890         (enum arrowstyle): Renamed from enum arrowstyle_e.
12891         (struct edge): Renamed from struct edge.
12892         (edge): Renamed from edge_t.
12893         (struct graph): Renamed from struct graph_s.
12894         (graph): Renamed from graph_t.
12895         * tests/calc.at (_AT_DATA_CALC_Y, Simple LALR Calculator):
12896         Rename value_t -> value.
12897         * tests/input.at (Torturing the Scanner): Rename value_t -> value,
12898         value_t_as_yystype -> value_as_yystype.
12900         Don't include <errno.h> in the mainstream code, since it
12901         reserves E[A-Z0-9]* and we want to use symbols like 'EQUALS'.
12902         * lib/get-errno.c, lib/get-errno.h: New files.
12903         * lib/Makefile.am (libbison_a_SOURCES): Add get-errno.h,
12904         get-errno.c.
12905         * src/files.c (xfopen, xfclose): Use get_errno instead of errno.
12906         * src/output.c (output_skeleton): Likewise.
12907         * src/scan-gram.l (<INITIAL>{int}): Use set_errno and get_errno
12908         instead of errno.
12909         (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>\\x[0-9abcdefABCDEF]+):
12910         Likewise.
12911         (handle_action_dollar, handle_action_at): Likewise.
12912         * src/system.h: Do not include <errno.h>.
12913         (TAB_EXT): Renamed from EXT_TAB.
12914         (OUTPUT_EXT): Renamed from EXT_OUTPUT.
12916         Avoid str[a-z]*, since <string.h> reserves that name space.
12917         Change all instances of "struniq" in names to "uniqstr", and
12918         likewise for "STRUNIQ" and "UNIQSTR".
12919         * src/uniqstr.c: Renamed from src/struniq.c.
12920         * src/uniqstr.h: Renamed from src/struniq.h.
12921         * src/Makefile.am (bison_SOURCES): Adjust to these renamings.
12922         * src/files.c (strsuffix): Remove; unused.
12923         (concat2): Renamed from stringappend.  Now static.
12924         * src/files.h (strsuffix, stringappend): Remove; unused.
12925         * src/parse-gram.y (<chars>): Renamed from <string>.
12926         (<uniqstr>): Renamed from <struniq>.
12927         * src/scan-gram.l (obstack_for_string): Renamed from string_obstack.
12928         * src/vcg.h (struct node_s.expand): Renamed from struct node_s.stretch.
12929         (struct graph_s.expand): Renamed from struct graph_s.stretch.
12930         * src/vcg_defaults.h (G_EXPAND): Renamed from G_STRETCH.
12931         (G_LONG_STRAIGHT_PHASE): Renamed from G_STRAIGHT_PHASE.
12932         (N_EXPAND): Renamed from N_STRETCH.
12934         Avoid *_MAX and *_MIN, since <limits.h> reserves that name space.
12935         * data/yacc.c (YYSTACK_GAP_MAXIMUM): Renamed from YYSTACK_GAP_MAX.
12936         * src/gram.h (ITEM_NUMBER_MAX, ITEM_NUMBER_MIN, RULE_NUMBER_MAX):
12937         Remove; unused.
12938         * src/lalr.h (GOTO_NUMBER_MAXIMUM): Renamed from GOTO_NUMBER_MAX.
12939         * src/state.h (STATE_NUMBER_MAXIMUM): Renamed from STATE_NUMBER_MAX.
12940         * src/symtab.h (SYMBOL_NUMBER_MAXIMUM): Renamed from SYMBOL_NUMBER_MAX.
12941         * src/tables.c (VECTOR_NUMBER_MAX, VECTOR_NUMBER_MIN): Remove; unused.
12942         (BASE_MAXIMUM): Renamed from BASE_MAX.
12943         (BASE_MINIMUM): Renamed from BASE_MIN.
12944         (ACTION_MAX): Remove; unused.
12945         (ACTION_NUMBER_MINIMUM): Renamed from ACTION_MIN.
12946         Unnecessary casts removed from above defines.
12949         Fix misspelling in names.
12950         * src/vcg.h (enum_alignment_e): Renamed from enum_alignement_e.
12951         * src/vcg_defaults.h (G_NODE_ALIGNMENT): Renamed from
12952         G_NODE_ALIGNEMENT.
12955         * lib/timevar.c (timevar_report): Renamed from time_report,
12956         for consistency with other names.
12957         * lib/timevar.h (timevar_report): New decl.
12958         * src/system.h (time_report): Remove; decl is now in lib/timevar.h.
12961         Sort include-file uses.
12963         Reorder all include files under src to be in the order "system.h".
12964         then the ../lib include files in angle brackets (alphabetized),
12965         then the . include files in double-quotes (alphabetized).  Fix
12966         dependency breakages encountered in this process, as follows:
12967         * src/closure.h, src/derives.h, src/state.h: Include "gram.h".
12968         * src/complain.c: Don't include stdlib.h, string.h _LIBC stuff.
12969         * src/state.h: Include "symtab.h".
12971 2002-12-08  Paul Eggert  <eggert@twinsun.com>
12973         * data/glr.c, data/lalr1.cc, data/yacc.c: Do not use __file__,
12974         since this causes problems when __file__ contains character
12975         sequences like "@" that are treated specially by src/scan-skel.l.
12976         Instead, just use the file's basename.  This fixes the bug
12977         reported by Martin Mokrejs in
12978         <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00007.html>.
12980 2002-12-06  Paul Eggert  <eggert@twinsun.com>
12982         Add support for rules that do not have trailing semicolons, as
12983         POSIX requires.  Improve the quality of locations in Bison
12984         diagnostics.
12986         * src/location.c: Include <quotearg.h>.
12987         (empty_location): Now const.
12988         (location_print): New function.  Follow the recommendation of the
12989         GNU Coding Standards for locations that span file boundaries.
12990         * src/location.h: Do not include <quotearg.h>; no longer needed.
12991         (boundary): New type.
12992         (location_t): Use it.  This allows locations to span file boundaries.
12993         All member uses changed: file -> start.file or end.file (as needed),
12994         first_line -> start.line, first_column -> start.column,
12995         last_line -> end.line, last_column -> end.column.
12996         (equal_boundaries): New function.
12997         (LOCATION_RESET, LOCATION_STEP): Remove.
12998         (LOCATION_PRINT): Remove.  All callers changed to use location_print.
12999         (empty_location): Now const.
13000         (location_print): New decl.
13001         * src/parse-gram.y (lloc_default): New function, which handles
13002         empty locations more accurately.
13003         (YYLLOC_DEFAULT): Use it.
13004         (%token COLON): Remove.
13005         (%token ID_COLON): New token.
13006         (rules): Use it.
13007         (declarations, rules): Remove trailing semicolon.
13008         (declaration, rules_or_grammar_declaration):
13009         Allow empty (";") declaration.
13010         (symbol_def): Remove empty actions; no longer needed.
13011         (rules_or_grammar_declaration): Remove trailing semicolon.
13012         (semi_colon.opt): Remove.
13013         * src/reader.h: Include location.h.
13014         (scanner_cursor): New decl.
13015         * src/reduce.c (nonterminals_reduce): Use warn_at rather than
13016         rolling our own.
13017         * src/scan-gram.l (YY_USER_INIT): Initialize scanner_cursor instead
13018         of *loc.
13019         (STEP): Remove.  No longer needed, now that adjust_location does
13020         the work.  All uses removed.
13021         (scanner_cursor): New var.
13022         (adjust_location): Renamed from extend_location.  It now sets
13023         *loc and adjusts the scanner cursor.  All uses changed.
13024         Don't bother testing for CR.
13025         (handle_syncline): Remove location arg; now updates scanner cursor.
13026         All callers changed.
13027         (unexpected_end_of_file): Now accepts start boundary of token or
13028         comment, not location.  All callers changed.  Update scanner cursor,
13029         not the location.
13030         (SC_AFTER_IDENTIFIER): New state.
13031         (context_state): Renamed from c_context.  All uses changed.
13032         (id_loc, code_start, token_start): New local vars.
13033         (<INITIAL,SC_AFTER_IDENTIFIER>): New initial context.  Move all
13034         processing of Yacc white space and equivalents here.
13035         (<INITIAL>{id}): Save id_loc.  Begin state SC_AFTER_IDENTIFIER
13036         instead of returning ID immediately, since we need to search for
13037         a subsequent colon.
13038         (<INITIAL>"'", "\""): Save token_start.
13039         (<INITIAL>"%{", "{", "%%"): Save code_start.
13040         (<SC_AFTER_IDENTIFIER>): New state, looking for a colon.
13041         (<SC_YACC_COMMENT>, <SC_COMMENT>, <SC_LINE_COMMENT>):
13042         BEGIN context_state at end, not INITIAL.
13043         (<SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'",
13044         <SC_BRACED_CODE>"}", <SC_PROLOGUE>"%}", <SC_EPILOGUE><<EOF>>):
13045         Return correct token start.
13046         (<SC_BRACED_CODE,SC_PROLOGUE,SC_EPILOGUE>): Save start boundary when
13047         the start of a character, string or multiline comment is found.
13048         * tests/conflicts.at (S/R in initial, Defaulted Conflicted
13049         Reduction): Adjust reported locations to match the more-precise
13050         results now expected.
13051         * tests/input.at (Invalid $n, Invalid @n, Type Clashes): Likewise.
13052         * tests/reduce.at (Useless Rules, Reduced Automaton,
13053         Underivable Rules): Likewise.
13054         * tests/regression.at (Invalid inputs): No longer `expecting ";"
13055         or "|"' now that so many other tokens are allowed by the new grammar.
13057         * src/complain.h (current_file): Remove duplicate decl;
13058         current_file is now owned by files.h.
13059         * src/complain.c, src/scan-gram.l: Include files.h.
13061 2002-12-06  Paul Eggert  <eggert@twinsun.com>
13063         * data/glr.c (yy_reduce_print): Don't assume that yyrline[yyrule]
13064         promotes to int; it might be unsigned int.
13065         * data/yacc.c (yy_reduce_print): Likewise.
13067         * doc/bison.texinfo (Table of Symbols): YYERROR_VERBOSE should
13068         be #defined in the prologue, not in the Bison declarations.
13069         This fixes Debian Bug 102878, reported by Shaul Karl.
13071 2002-12-02  Paul Eggert  <eggert@twinsun.com>
13073         * configure.ac (AC_REPLACE_FUNCS): Add strtoul.
13074         * lib/strtoul.c: New file, from gnulib.
13075         This fixes a porting bug reported by Peter Klein in
13076         <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00000.html>.
13078 2002-11-30  Paul Eggert  <eggert@twinsun.com>
13080         * src/scan-gram.l (no_cr_read, extend_location): Move to epilogue,
13081         and put only a forward declaration in the prologue.  This is for
13082         consistency with the other scanner helper functions.
13084         Type clashes now generate warnings, not errors, since it
13085         appears that POSIX may allow some grammars with type clashes.
13086         * src/reader.c (grammar_current_rule_check): Warn about
13087         type clashes instead of complaining.
13088         * tests/input.at (Type Clashes): Expect warnings, not complaints.
13090         Add Yacc library, since POSIX requires it.
13091         * doc/bison.texinfo (Yacc Library): New node.  Regenerate top menu.
13092         * lib/Makefile.am (lib_LIBRARIES, liby_a_SOURCES): New macros.
13093         * lib/main.c, lib/yyerror.c: New files.
13095         gram_error can be static; it need not be extern.
13096         * src/reader.h (gram_error): Remove decl.
13097         * src/parse-gram.y (gram_error): Now static.  Add static decl.
13098         (print_token_value): Omit parameter names from forward decl,
13099         for consistency.
13101 2002-11-29  Paul Eggert  <eggert@twinsun.com>
13103         * doc/bison.texinfo: Emphasize that yylex and yyerror must
13104         be declared before being used.  E.g., one should typically
13105         declare them in the prologue.  Use GNU coding style in examples.
13106         Put "const" consistently after the type it modifies.  Mention
13107         that C99 supports "inline".  Mention that yyerror traditionally
13108         returns "int".
13110         %parse-param and %lex-param now take just one argument, the
13111         declaration; the argument name is deduced from the declaration.
13113         * doc/bison.texinfo (Parser Function, Pure Calling, Error
13114         Reporting, Table of Symbols): Document this.
13115         * src/parse-gram.y (add_param): New function.
13116         (COMMA): Remove.
13117         (declaration): Implement new rule for %parse-param and %lex-param.
13118         * src/scan-gram.l: "," now elicits a warning, rather than being
13119         a token; this is more compatible with byacc.
13120         * tests/calc.at (Simple LALR Calculator): Adopt new convention.
13122 2002-11-27  Paul Eggert  <eggert@twinsun.com>
13124         Rename identifiers to avoid real and potential collisions.
13126         * data/c.m4 (b4_yysymprint_generate): yyout -> yyoutput,
13127         to avoid collision with lex macro described by Bruce Lilly in
13128         <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
13129         * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
13130         * doc/bison.texinfo (Prologue, Tracing): yyprint -> print_token_value.
13131         * src/parse-gram.y (print_token_value): Renamed from yyprint.
13132         All uses changed.
13133         (YYPARSE_PARAM, YYLEX_PARAM, yycontrol): Remove.  All uses changed.
13134         The name "yycontrol" violates the name space rules, and this stuff
13135         wasn't being used anyway.
13136         (input): Remove action; this stuff wasn't being used.
13137         (gram_error): Rename local variable yylloc -> loc.
13138         * src/reader.h (struct gram_control_s, gram_control_t): Remove.
13139         (YY_DECL): Don't use "yy" at start of local variables.
13140         All uses changed, e.g., yylloc -> loc.
13141         * src/scan-gram.l (STEP): Renamed from YY_STEP.  All uses changed.
13142         (STRING_GROW): Renamed from YY_OBS_GROW.  All uses changed.
13143         (STRING_FINISH): Renamed from YY_OBS_FINISH.  All uses changed.
13144         (STRING_FREE): Renamed from YY_OBS_FREE.  All uses changed.
13146         * src/parse-gram.y (gram_error): loc is now const *.
13147         * src/reader.h (gram_error): Likewise.
13149 2002-11-24  Paul Eggert  <eggert@twinsun.com>
13151         Version 1.75c.
13153         * tests/actions.at (Actions after errors): Use an output format
13154         more similar to that of the Printers and Destructors test.
13155         Test the position of the ';' token too.
13156         (Printers and Destructors): Likewise.
13157         (Printers and Destructors: %glr-parser): Remove for now, to avoid
13158         unnecessarily alarming people when the test fails.
13160         * data/yacc.c (yyerrlab1): Move this label down, so that the
13161         parser does not discard the lookahead token if the user code
13162         invokes YYERROR.  This change is required for POSIX conformance.
13164         * lib/error.c: Sync with gnulib.
13166 2002-11-22  Paul Eggert  <eggert@twinsun.com>
13168         * lib/quotearg.c, lib/quotearg.h: Sync with gnulib.
13169         * lib/mbswidth.c, lib/mbswidth.h: Likewise.
13170         * lib/xmalloc.c: Likewise.
13172 2002-11-20  Paul Eggert  <eggert@twinsun.com>
13174         * lib/argmatch.c, lib/argmatch.h: Sync with gnulib.
13176 2002-11-20  Paul Eggert  <eggert@twinsun.com>
13178         Avoid use of <assert.h>, as the GNU Coding Standards hint that one
13179         should use `if (! x) abort ();' rather than `assert (x);', and
13180         anyway it's one less thing to worry about configuring.
13182         * data/glr.c, lib/hash.c, src/system.h: Do not include <assert.h>.
13183         * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise,
13184         and replace all instances of assert with abort.
13185         * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
13186         * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Likewise.
13188         * data/glr.c (yydoAction, yyglrReduce, yysplitStack, yyresolveStates,
13189         yyresolveAction, yyprocessOneStack): Use abort rather than assert.
13190         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
13191         hash_find_entry, hash_rehash, hash_insert): Likewise.
13192         * src/conflicts.c (resolve_sr_conflict): Likewise.
13193         * src/lalr.c (set_goto_map, map_goto): Likewise.
13194         * src/nullable.c (nullable_compute): Likewise.
13195         * src/output.c (prepare_rules, token_definitions_output): Likewise.
13196         * src/reader.c (packgram, reader): Likewise.
13197         * src/state.c (state_new, state_free, state_transitions_set,
13198         state_reduction_find): Likewise.
13199         * src/symtab.c (symbol_user_token_number_set, symbol_make_alias,
13200         symbol_pack): Likewise.
13201         * src/tables.c (conflict_row, pack_vector): Likewise.
13202         * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
13203         get_layoutalgorithm_str, get_decision_str, get_orientation_str,
13204         get_node_alignement_str, get_arrow_mode_str, get_crossing_type_str,
13205         get_view_str, get_linestyle_str, get_arrowstyle_str): Likewise.
13207         * lib/argmatch.h (ARRAY_CARDINALITY): Do not bother to #undef.
13208         (ARGMATCH_CONSTRAINT): New macro.
13209         (ARGMATCH_ASSERT): Use it.
13211         * src/system.h (verify): New macro.
13212         * src/getargs.c (trace_argmatch, report_argmatch): Use verify
13213         rather than assert.
13214         * src/tables.c (tables_generate): Likewise.
13216         * src/struniq.c (struniq_assert): Now returns void, and aborts
13217         if the assertion is false.
13218         (struniq_assert_p): Remove.
13219         * src/struniq.h: Likewise.
13221 2002-11-18  Paul Eggert  <eggert@twinsun.com>
13223         * data/glr.c (yygetLRActions): Replace `yyindex' with
13224         `yytable[yyindex]' to fix typo introduced in my 2002-11-09 patch.
13225         This fixes the regression with Sun ONE Studio 7 cc that I reported in
13226         <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00077.html>.
13228 2002-11-18  Akim Demaille  <akim@epita.fr>
13230         * doc/bison.texinfo (Tracing): `yyprint' shouldn't prepend a
13231         space.
13232         From Tim Van Holder.
13234 2002-11-17  Paul Eggert  <eggert@twinsun.com>
13236         Pacify Sun ONE Studio 7 lint.  Also, rename "ParseError"
13237         to "SyntaxError" for consistency with my 2002-11-15 change.
13239         * data/glr.c (YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]: Do
13240         not define to {}, since this breaks the common use of `YYDPRINTF
13241         ((...));' if a single statement is desired (e.g. before `else').
13242         Work around GCC warnings by surrounding corresponding calls with
13243         {} if needed.
13244         (yyhasResolvedValue): Remove unused function.
13245         (yymergeOptionSets, yyresolvStack): Use `continue;' for empty
13246         loop body.
13247         (yyreportSyntaxError): Renamed from yyreportParseError.
13248         (yyrecoverSyntaxError): Renamed from yyrecoverParseError.
13249         All uses changed.
13250         * tests/calc.at (_AT_DATA_CALC_Y): Make vars static instead of
13251         extern when possible.  Remove unused initializations.
13253 2002-11-16  Akim Demaille  <akim@epita.fr>
13255         Augment the similarity between GLR and LALR traces.
13257         * data/yacc.c (yy_stack_print, YY_STACK_PRINT, yy_reduce_print)
13258         (YY_REDUCE_PRINT): New.
13259         (yyparse): Use them.
13260         * data/glr.c (yy_reduce_print): Use YYFPRINTF, no need for
13261         YYDPRINT here.
13262         (yyglrReduce, yyrecoverParseError, yyparse): Don't report the
13263         state reached after the reduction/recovery, since...
13264         (yyparse, yyprocessOneStack): Report the state we are entering in.
13266 2002-11-16  Akim Demaille  <akim@epita.fr>
13268         * src/getargs.h, src/getargs.c (trace_e, trace_args, trace_types):
13269         Add support for --trace=skeleton.
13270         * src/scan-skel.l: %option debug.
13271         Scan strings of non-@ or \n instead of character by character.
13272         (scan_skel): Handle trace_skeleton.
13273         (QPUTS): New.
13274         (@output_parser_name@, @output_header_name@): ``Restore'' their
13275         support (used to be M4 macros).
13276         * data/yacc.c: Quote larger chunks, a la glr.c.
13277         * data/lalr1.cc: Likewise.
13278         The header guards are no longer available, so use some other
13279         string than `YYLSP_NEEDED'.
13281 2002-11-16  Akim Demaille  <akim@epita.fr>
13283         Make the ``Printers and Destructors'' test more verbose, taking
13284         `yacc.c''s behavior as (possibly wrong) reference.
13286         * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use printf
13287         instead of fprint on stdout.
13288         Set and report the last_line of the symbols.
13289         Consistently display values and locations.
13291 2002-11-16  Paul Eggert  <eggert@twinsun.com>
13293         * data/yacc.c: Avoid over-quoting of __line__ and __file__.
13295 2002-11-15  Paul Eggert  <eggert@twinsun.com>
13297         * tests/actions.at (Actions after errors): New test case.
13299         * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison.texinfo,
13300         src/conflicts.c, src/parse-gram.y, src/tables.c, src/tables.h,
13301         tests/action.at, tests/calc.at, tests/conflicts.at,
13302         tests/cxx-type.at, tests/regression.at:
13303         "parse error" -> "syntax error" for POSIX compatibility.
13304         "parsing stack overflow..." -> "parser stack overflow" so
13305         that code matches Bison documentation.
13307 2002-11-15  Akim Demaille  <akim@epita.fr>
13309         * src/parse-gram.y (declaration): Have %parse-param and %lex-param
13310         take two BRACED_CODE, not two string_content.
13311         Free the scanner's obstack when we are done.
13312         (code_content): New.
13313         * tests/calc.at: Adjust.
13314         * doc/bison.texinfo: Adjust.
13315         Also, make sure to include the `,' for these declarations.
13317 2002-11-15  Tim Van Holder  <tim.van.holder@pandora.be>
13319         * m4/prereq.m4: Removed the commented jm_PREREQ_HASH
13320         definition; avoids potential autoreconf problems.
13322 2002-11-15  Akim Demaille  <akim@epita.fr>
13324         Always check the value returned by yyparse.
13326         * tests/calc.at (_AT_DATA_CALC_Y): Have `main' exit with the value
13327         returned by yyparse.
13328         (_AT_CHECK_CALC_ERROR): Take the expected exit value as argument.
13329         Adjust calls.
13330         * tests/glr-regr1.at (glr-regr1.y): Have `main' exit with the value
13331         returned by yyparse.
13333 2002-11-14  Paul Hilfinger  <Hilfinger@CS.Berkeley.EDU>
13335         * data/glr.c (yyFail): Always set yyerrflag.  Corrects regression
13336         on input.at test.
13338 2002-11-14  Paul Eggert  <eggert@twinsun.com>
13340         * src/output.c (output_skeleton): Call xfopen instead of
13341         duplicating xfopen's body.
13343         Fix bugs reported by Nelson H. F. Beebe in
13344         <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00078.html>.
13346         * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that
13347         "$CC -E foo.h" is allowed, as this doesn't work with the Portland
13348         Group compiler.  Instead, use "$CC -E bar.c".  Include the .h
13349         file twice in the grammar, as an extra check.
13351         * tests/input.at (Torturing the Scanner): Surround the
13352         backslash-newline tests with "#if 0", to make it less likely that
13353         we'll run into compiler bugs.  Bring back solitary \ inside
13354         comment, but add a closing comment to work around HP C bug.  Don't
13355         test backslash-newline in C character constant.
13357 2002-11-14  Akim Demaille  <akim@epita.fr>
13359         * tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore the exit
13360         status of the compiler.
13361         Calling `exit 1' is no longer needed.
13362         Reported by Nelson H. F. Beebe.
13364 2002-11-14  Akim Demaille  <akim@epita.fr>
13366         * tests/atlocal.in (CPPFLAGS): We have config.h.
13367         * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR):
13368         New.
13369         * tests/actions.at, tests/calc.at, tests/conflicts.at,
13370         * tests/cxx-type.at, tests/glr-regr1.at, tests/headers.at,
13371         * tests/regression.at, tests/torture.at: Use them for all the
13372         grammars that are to be compiled.
13373         * tests/cxx-type.at (_AT_TEST_GLR_CALC): Rename as...
13374         * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): this.
13375         * doc/bison.texinfo (GLR Parsers): Document `inline'.
13377 2002-11-14  Akim Demaille  <akim@epita.fr>
13379         * doc/bison.texinfo: Various formatting changes (alignments in
13380         samples, additional @group/@end group, GCS in samples.
13381         Use @deffn instead of simple @table to define the directives,
13382         macros, variables etc.
13384 2002-11-13  Paul Eggert  <eggert@twinsun.com>
13386         Fix some bugs reported by Albert Chin-A-Young in
13387         <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00066.html>.
13389         * tests/input.at (Torturing the Scanner): Don't invoke "cc a.c b.c
13390         -o c"; the HP C compiler chatters during compilation.
13391         Instead, invoke "cc -c a.c -o a.o; cc -c b.c -o b.o; cc a.o b.o -o c".
13392         * tests/headers.at (export YYLTYPE): Likewise.
13394         * tests/input.at (Torturing the Scanner): Remove lines containing
13395         solitary backslashes, as they tickle a bug in the HP C compiler.
13397         * tests/glr-regr1.at (Badly Collapsed GLR States): Avoid //
13398         comments, since they're not portable.  Use GNU coding style.
13400 2002-11-13  Akim Demaille  <akim@epita.fr>
13402         * data/yacc.c: Leave bigger chunks of quoted text.
13403         (YYDSYMPRINTF): New.
13404         Use it to report symbol activities.
13405         * data/glr.c (YYDSYMPRINTF): New.
13406         Use it.
13408 2002-11-12  Paul Eggert  <eggert@twinsun.com>
13410         Version 1.75b.
13412         * data/glr.c (yydoAction): Return YYRESULTTAG, not int.
13413         (yyglrReduce): Return yyok, not 0.
13414         This should avoid the enumerated-type warnings reported
13415         by Nelson H. F. Beebe in
13416         <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00057.html>.
13418         * lib/bbitset.h (BITSET_INLINE): Remove.
13419         * lib/bitset.h [! BITSET_INLINE]: Remove.
13420         (bitset_set, bitset_reset, bitset_test): Rename local vars
13421         to avoid shadowing warnings by GCC.
13423         * data/glr.c (inline): Remove #define.  It's the user's
13424         responsibility to #define it away, just like 'const'.
13425         This fixes one of the bugs reported by Nelson H. F. Beebe in
13426         <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00058.html>.
13428         * Makefile.maint (po-check): Scan .l and .y files instead of the
13429         .c and the .h files that they generate.  This fixes the bug
13430         reported by Tim Van Holder in:
13431         <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00062.html>
13432         Look for N_ as well as for _.  Try to avoid matching #define for
13433         N_ and _.
13434         * po/POTFILES.in: Remove src/parse-gram.c, src/scan-gram.c,
13435         src/system.h.  Add src/parse-gram.y, src/scan-gram.l.
13436         * src/scan-gram.l: Revamp regular expressions so that " and '
13437         do not confuse xgettext.
13439         * src/struniq.h (struniq_new): Do not declare the return type
13440         to be 'const'; this violates the C standard.
13441         * src/struniq.c (struniq_new): Likewise.
13443 2002-11-12  Albert Chin-A-Young <china@thewrittenword.com>
13445         * src/Makefile.am (LDADD): Link $(LIBINTL) last to avoid the
13446         duplicate definition of optind on Tru64 UNIX 4.0D with the Compaq
13447         linker.
13449 2002-11-12  Akim Demaille  <akim@epita.fr>
13451         * Makefile.maint: Sync with Autoconf:
13452         (local_updates): New.
13454 2002-11-12  Akim Demaille  <akim@epita.fr>
13456         * po/POTFILES.in (src/lalr.c, src/state.c): Remove
13458 2002-11-12  Akim Demaille  <akim@epita.fr>
13460         * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Display the
13461         locations.
13463 2002-11-12  Akim Demaille  <akim@epita.fr>
13465         * data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep to YYPRINT,
13466         not yyvalue.
13468 2002-11-12  Akim Demaille  <akim@epita.fr>
13470         * tests/actions.at (AT_CHECK_PRINTER_AND_DESTRUCTOR): New.
13471         Use it to test the GLR parser.
13473 2002-11-12  Akim Demaille  <akim@epita.fr>
13475         * tests/regression.at (input.y): s/YYEOF/MYEOF/, as the skeleton
13476         defines it.
13477         * data/glr.c (yystos): New.
13478         (b4_yysymprint_generate, b4_yydestruct_generate): Invoke.
13479         (YYDSYMPRINT): New.
13480         (yyval): Don't define it, it is handled via M4.
13481         (yyrecoverParseError): Free verbosely the discarded symbols.
13482         * data/yacc.c (yysymprint): Remove, rather...
13483         (b4_yysymprint_generate): invoke.
13484         * data/c.m4 (b4_yysymprint_generate): New.
13485         Accept pointers as arguments, as opposed to the version from
13486         yacc.c.
13487         (b4_yydestruct_generate): Likewise.
13488         * tests/cations.at (Printers and Destructors): Use Bison directives
13489         instead of CPP macros.
13490         Don't rely on internal details.
13492 2002-11-12  Akim Demaille  <akim@epita.fr>
13494         * data/c.m4 (b4_yydestruct_generate, b4_symbol_actions): New.
13495         * data/yacc.c: Rename yychar1 as yytoken, as in glr.c.
13496         Don't work on yychar (i.e., do set it to YYEMPTY, don't match
13497         it against YYEMPTY and so forth), work on yytoken (i.e., set
13498         it to YYEMPTY etc.).
13499         (yydestruct): Replace with a b4_yydestruct_generate invocation.
13500         (b4_symbol_actions): Remove.
13501         * data/glr.c (YYTRANSLATE): As for yacc.c, if negative, it stands
13502         for 0, end-of-input.
13504 2002-11-12  Akim Demaille  <akim@epita.fr>
13506         * doc/bison.texinfo (Destructor Decl): New.
13508 2002-11-12  Akim Demaille  <akim@epita.fr>
13510         * src/tables.c (tables_generate): Use free for pointers that
13511         cannot be NULL, not XFREE.
13512         (pack_vector): Use assert, not fatal, for bound violations.
13513         * src/state.c (state_new): Likewise.
13514         * src/reader.c (reader): Likewise.
13515         * src/lalr.c (set_goto_map): Likewise.
13516         * src/location.h (LOCATION_PRINT): If first_line is 0, just issue
13517         the file name.
13519 2002-11-12  Akim Demaille  <akim@epita.fr>
13521         * src/scan-gram.l, src/reader.h (scanner_last_string_free):
13522         Restore.
13523         * src/scan-gram.l (last_string): Is global to the file, not to
13524         yylex.
13525         * src/parse-gram.y (input): Don't append the epilogue here,
13526         (epilogue.opt): do it here, and free the scanner's obstack.
13527         * src/reader.c (epilogue_set): Rename as...
13528         (epilogue_augment): this.
13529         * data/c.m4 (b4_epilogue): Defaults to empty.
13531 2002-11-12  Akim Demaille  <akim@epita.fr>
13533         * src/getargs.c (long_options): Remove duplicates.
13534         * src/vmsgetargs.c, src/build.com, src/bison.cld, src/vmshlp.mar:
13535         Remove.
13536         * doc/bison.rnh: Remove.
13537         * doc/bison.texinfo (VMS Invocation): Remove.
13539 2002-11-12  Akim Demaille  <akim@epita.fr>
13541         * src/struniq.h, src/struniq.c (struniq_t): Is const.
13542         (STRUNIQ_EQ, struniq_assert, struniq_assert_p): New.
13544         Use struniq for symbols.
13546         * src/symtab.h (symbol_t): The tag member is a struniq.
13547         (symbol_type_set): Adjust.
13548         * src/symtab.c (symbol_new): Takes a struniq.
13549         (symbol_free): Don't free the tag member.
13550         (hash_compare_symbol_t, hash_symbol_t): Rename as...
13551         (hash_compare_symbol, hash_symbol): these.
13552         Use the fact that tags as struniqs.
13553         (symbol_get): Use struniq_new.
13554         * src/symlist.h, src/symlist.c (symbol_list_n_type_name_get):
13555         Returns a strniq.
13556         * src/reader.h (merger_list, grammar_currentmerge_set): The name
13557         and type members are struniqs.
13558         * src/reader.c (get_merge_function)
13559         (grammar_current_rule_merge_set): Adjust.
13560         (TYPE, current_type): Are struniq.
13562         Use struniq for file names.
13564         * src/files.h, src/files.c (infile): Split into...
13565         (grammar_file, current_file): these.
13566         * src/scan-gram.c (YY_USER_INIT, handle_syncline): Adjust.
13567         * src/reduce.c (reduce_print): Likewise.
13568         * src/getargs.c (getargs): Likewise.
13569         * src/complain.h, src/complain.c: Likewise.
13570         * src/main.c (main): Call struniqs_new early enough to use it for
13571         file names.
13572         Don't free the input file name.
13574 2002-11-12  Akim Demaille  <akim@epita.fr>
13576         * src/symtab.c (symbol_free): Remove dead deactivated code:
13577         type_name are properly removed.
13578         Don't use XFREE to free items that cannot be NULL.
13579         * src/struniq.h, src/struniq.c: New.
13580         * src/main.c (main): Initialize/free struniqs.
13581         * src/parse-gram.y (%union): Add astruniq member.
13582         (yyprint): Adjust.
13583         * src/scan-gram.l (<{tag}>): Return a struniq.
13584         Free the obstack bit that used to store it.
13585         * src/symtab.h (symbol_t): The 'type_name' member is a struniq.
13587 2002-11-11  Paul Eggert  <eggert@twinsun.com>
13589         Revamp to fix many (but not all) of the C- and M4-related quoting
13590         problems.  Among other things, this fixes the Bison bug reported
13591         by Jan Hubicka when processing the Bash grammar; see:
13592         <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00039.html>
13594         Use new @ escapes consistently.  Represent brackets with @{ and @}
13595         rather than @<:@ and @:>@, since this works a bit better with dumb
13596         editors like vi.  Represent @ with @@, since @ is now consistently
13597         an escape.  Use @oline@ and @ofile@ rather than __oline__ and
13598         __ofile__, to avoid unexpected expansions.  Similarly, use @output
13599         rather than #output.
13601         * data/c.m4 (b4_copyright): Omit file name from comment, since
13602         the file name could contain "*/".
13603         (b4_synclines_flag): Don't quote the 2nd argument; it should already
13604         be quoted.  All uses changed.
13606         * data/glr.c: Use new @ escapes consistently.
13607         (b4_input_suffix, b4_output_parser_suffix, b4_output_parser_name,
13608         b4_output_header_suffix, b4_output_header_name, b4_header_guard):
13609         Remove, since they couldn't handle arbitrary characters in file
13610         names.
13611         * data/lalr1.cc: Likewise.
13612         * data/yacc.c: Likewise.
13614         * src/files.c (output_infix): Remove; all uses removed.
13615         * src/files.h: Likewise.
13617         * data/glr.c: Remove use of "#ifdef b4_header_guard", since it
13618         mishandled funny characters in file names, and anyway it isn't
13619         needed any more.
13620         * data/yacc.c: Likewise.
13621         * data/lalr1.cc: Use YYSLP_NEEDED instead of b4_header_guard.
13623         * data/glr.c (YYSTYPE_IS_TRIVIAL): Define when the .h file would.
13624         * data/yacc.c: Likewise.
13626         * src/muscle_tab.c: Include quotearg.h, since we need to quote C
13627         strings now.
13628         (muscle_init): Quote filename as a C string.
13629         * src/muscle_tab.h (MUSCLE_GROW_STRING_PAIR): Remove; unused.
13630         (MUSCLE_OBSTACK_SGROW, MUSCLE_INSERT_C_STRING): New macros.
13631         * src/output.c (escaped_file_name_output): New function.
13632         (prepare_symbols): Quote tokens for M4.
13633         (prepare): Don't insert output_infix, output_prefix,
13634         output_parser_name, output_header_name; this is now down by scan-skel.
13635         Insert skeleton as a C string.
13637         * src/output.c (user_actions_output, symbol_destructors_output,
13638         symbol_printers_output): Quote filenames for C and M4.
13639         * src/reader.c (prologue_augment, epilogue_set): Likewise.
13641         * src/scan-gram.l (<SC_CHARACTER>): Don't worry about any backslash
13642         escapes other than \\ and \'; this simplifies the code.
13643         (<SC_STRING>): Likewise, for \\ and \".
13644         (<SC_COMMENT,SC_LINE_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,
13645         SC_PROLOGUE,SC_EPILOGUE>): Escape $ and @, too.
13646         Use new escapes @{ and @} for [ and ].
13648         * src/scan-skel.l (yylineno, yyoutname): Remove static vars, replacing
13649         them with auto vars.
13650         Switch to new escape scheme, where @ is the escape character uniformly.
13651         Abort if a stray escape character is found.  Avoid unbounded input
13652         buffer when parsing non-escaped text.
13654         * tests/input.at (Torturing the Scanner): Add tests that @oline@,
13655         __oline__, #output, $@, and @{ do not have unintended meanings.
13657 2002-11-09  Paul Eggert  <eggert@twinsun.com>
13659         Fix the test failure due to GCC warnings described in
13660         <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00000.html>.
13661         * data/glr.c (yyis_pact_ninf, yyis_table_ninf): New macros, which
13662         evaluate to 0 if it's impossible for NINF to be in the respective
13663         table.
13664         (yygetLRActions, yyrecoverParseError): Use them.
13666         * src/scan-gram.l (unexpected_end_of_file): Fix bug: columns were
13667         counted in the token inserted at end of file.  Now takes
13668         location_t *, not location_t, so that the location can be
13669         adjusted.  All uses changed.
13671         * tests/regression.at (Invalid inputs): Adjust wording in
13672         diagnostic to match the new behavior.
13674         * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR,
13675         AT_DATA_HORIZONTAL_GRAMMAR, AT_DATA_LOOKAHEADS_GRAMMAR,
13676         AT_DATA_STACK_TORTURE): Replace `assert (x);' with `if (! (x))
13677         abort ();'.  This reduces the runtime of the "Many lookaheads"
13678         test from 27.6 to 2.7 minutes on a 440 MHz Ultrasparc III running
13679         GCC 3.2.
13681 2002-11-07  Paul Eggert  <eggert@twinsun.com>
13683         * src/parse-gram.y (CHARACTER): Remove unused token.
13684         All uses removed.
13686         * src/scan-gram.l: Remove stack option.  We no longer use the
13687         stack, since the stack was never deeper than 1; instead, use the
13688         new auto var c_context to record the stacked value.
13690         Remove nounput option.  At an unexpected end of file, we now unput
13691         the minimal input necessary to end cleanly; this simplifies the
13692         code.
13694         Avoid unbounded token sizes where this is easy.
13696         (unexpected_end_of_file): New function.
13697         Use it to systematize the error message on unexpected EOF.
13698         (last-string): Now auto, not static.
13699         (YY_OBS_FREE): Remove unnecessary do while (0) wrapper.
13700         (scanner_last_string_free): Remove; not used.
13701         (percent_percent_count): Move decl to just before use.
13702         (SC_ESCAPED_CHARACTER): Return ID at unexpected end of file,
13703         not the (never otherwised-used) CHARACTER.
13705 2002-11-07  Akim Demaille  <akim@epita.fr>
13707         Let yyerror always receive the msg as last argument, so that
13708         yyerror can be variadic.
13710         * data/yacc.c (b4_yyerror_args): New.
13711         Use it when calling yyerror.
13712         * data/glr.c (b4_yyerror_args, b4_lyyerror_args): New.
13713         Use it when calling yyerror.
13714         * doc/bison.texinfo (Error Reporting): Adjust.
13715         * tests/calc.at (_AT_DATA_CALC_Y): Adjust.
13716         * tests/cxx-type.at (_AT_TEST_GLR_CALC): Adjust.
13718 2002-11-06  Akim Demaille  <akim@epita.fr>
13720         #line should have quoted strings.
13721         Ideally, this should be done by m4_quotearg.
13723         * src/scan-skel.l: Include quotearg.h.
13724         Quote __ofile__.
13725         * src/output.c (symbol_printers_output)
13726         (symbol_destructors_output): Quote the file name.
13728 2002-11-06  Akim Demaille  <akim@epita.fr>
13730         * tests/regression.at (Invalid inputs): Adjust to the recent
13731         messages.
13733 2002-11-06  Akim Demaille  <akim@epita.fr>
13735         Restore --no-lines.
13736         Reported by Jim Kent.
13738         * data/c.m4 (b4_syncline): New.
13739         * data/glr.c, data/yacc.c, data/lalr1.cc: Use it.
13740         * src/reader.c (prologue_augment, epilogue_set): Use b4_syncline.
13741         * src/output.c (user_actions_output): Likewise.
13742         (prepare): Define 'b4_synclines_flag'.
13743         * src/muscle_tab.c (muscle_init): Don't define b4_linef.
13745 2002-11-06  Akim Demaille  <akim@epita.fr>
13747         * src/main.c (main): Free `infile'.
13748         * src/scan-gram.l (handle_syncline): New.
13749         Recognize `#line'.
13750         * src/output.c (user_actions_output, symbol_destructors_output)
13751         (symbol_printers_output): Use the location's file name, not
13752         infile.
13753         * src/reader.c (prologue_augment, epilogue_set): Likewise.
13755 2002-11-05  Paul Hilfinger  <Hilfinger@CS.Berkeley.EDU>
13757         * src/tables.c (matching_state): Don't allow states to match if
13758         either has GLR conflict entries.
13760 2002-11-05  Paul Eggert  <eggert@twinsun.com>
13762         * src/scan-gram.l: Use more accurate diagnostics, e.g.
13763         "integer out of range" rather than "invalid value".
13764         * tests/input.at (Invalid $n, Invalid @n): Change expected wording
13765         accordingly.
13767         Scan <% and %> digraphs in C code as POSIX 1003.1-2001 requires.
13768         Also, remove one static variable in the scanner.
13770         * src/scan-gram.l (braces_level): Now auto, not static.
13771         Initialize to zero if the compiler is being picky.
13772         (INITIAL): Clear braces_level instead of incrementing it.
13773         (SC_BRACED_CODE): Treat <% and %> as { and } when inside C code,
13774         as POSIX 1003.1-2001 requires.
13775         * src/system.h (IF_LINT): New macro, taken from coreutils.
13776         * configure.ac: Define "lint" if --enable-gcc-warnings.
13778 2002-11-05  Akim Demaille  <akim@epita.fr>
13780         * src/scan-gram.l: When it starts with `%', complain about the
13781         whole directive, not just that `invalid character: %'.
13783 2002-11-04  Akim Demaille  <akim@epita.fr>
13785         * Makefile.maint: Update from Autoconf.
13786         (update, cvs-update, po-update, do-po-update): New.
13788 2002-11-04  Akim Demaille  <akim@epita.fr>
13790         * tests/glr-regr1.at (Badly Collapsed GLR States): Prototype yylex
13791         and yyerror.
13792         Have yyerror `use' its arguments.
13793         * tests/calc.at (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF
13794         returns true when location & yacc & pure & parse-param.
13795         (_AT_DATA_CALC_Y): Let yyerror ``use'' its arguments.
13797 2002-11-04  Akim Demaille  <akim@epita.fr>
13799         * src/location.h (LOCATION_PRINT): Use quotearg slot 3 to avoid
13800         clashes.
13801         * src/scan-gram.l: Use [\'] instead of ['] to pacify
13802         font-lock-mode.
13803         Use complain_at.
13804         Use quote, not quote_n since LOCATION_PRINT no longer uses the
13805         slot 0.
13807 2002-11-03  Paul Eggert  <eggert@twinsun.com>
13809         * src/reader.c (get_merge_function, grammar_current_rule_check):
13810         Use consistent diagnostics for reporting type name clashes.
13811         Quote the types with <>, for consistency with Yacc.
13812         * tests/input.at (Type Clashes): Adjust to diagnostic changes.
13814 2002-11-03  Akim Demaille  <akim@epita.fr>
13816         * data/c.m4 (b4_identification, b4_user_args, b4_parse_param):
13817         New.
13818         * data/yacc.m4 (b4_pure_args, b4_Pure_args): New.
13819         (b4_parse_param): Remove.
13820         Use b4_identification.
13821         Propagate b4_pure_args where needed to pass them to yyerror.
13822         * data/glr.m4 (b4_parse_param): Remove.
13823         (b4_user_formals, b4_pure_args, b4_pure_formals, b4_lpure_args)
13824         (b4_lpure_formals): New.
13825         Use b4_identification.
13826         (YY_USER_FORMALS, YY_USER_ARGS): Remove, replaced by
13827         b4_user_formals and b4_user_args.
13828         (yyexpandGLRStack, yyFail, yyaddDeferredAction, yyglrShiftDefer)
13829         (yyreportAmbiguity): When using a pure parser, also need
13830         the location, and the parse-params.
13831         Adjust callers.
13832         (yyuserAction, yyglrShift, yyreportParseError, yyrecoverParseError):
13833         When using a pure parser, also need the parse-params.
13834         Adjust callers.
13835         * tests/calc.at: Test pure (%pure-parser) and absolutely pure
13836         (%pure-parser + %parse-param) LALR and GLR parsers.
13837         (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): New, define AT_PARAM_IF,
13838         AT_LOCATION_IF, AT_PURE_IF, AT_GLR_IF, AAT_PURE_AND_LOC_IF,
13839         AT_GLR_OR_PARAM_IF, AT_YYERROR_ARG_LOC_IF, AT_YYERROR_SEES_LOC_IF.
13840         (_AT_DATA_CALC_Y): Equip for purity of yyerror.
13841         (_AT_CHECK_CALC_ERROR): Use AT_YYERROR_SEES_LOC_IF.
13842         * tests/cxx-type.at (_AT_TEST_GLR_CALC): Equip for yyerror purity.
13843         * doc/bison.texinfo: Untabify the whole file.
13844         (Parser Function): Document %parse-param, deprecate YYPARSE_PARAM.
13845         (Pure Calling): Document %lex-param, deprecate YYLEX_PARAM.
13846         (Error Reporting): Adjust to these new directives.
13847         Document %error-verbose, deprecate YYERROR_VERBOSE.
13849 2002-11-03  Akim Demaille  <akim@epita.fr>
13851         * tests/calc.at: Change all the AT_CHECK_CALC_LALR and
13852         AT_CHECK_CALC_GLR invocations to use % directives, instead of
13853         command line options.
13854         * tests/cxx-type.at: Formatting changes.
13856 2002-11-03  Paul Eggert  <eggert@twinsun.com>
13858         * src/scan-gram.l: Revamp to fix POSIX incompatibilities,
13859         to count columns correctly, and to check for invalid inputs.
13861         Use mbsnwidth to count columns correctly.  Account for tabs, too.
13862         Include mbswidth.h.
13863         (YY_USER_ACTION): Invoke extend_location rather than LOCATION_COLUMNS.
13864         (extend_location): New function.
13865         (YY_LINES): Remove.
13867         Handle CRLF in C code rather than in Lex code.
13868         (YY_INPUT): New macro.
13869         (no_cr_read): New function.
13871         Scan UCNs, even though we don't fully handle them yet.
13872         (convert_ucn_to_byte): New function.
13874         Handle backslash-newline correctly in C code.
13875         (SC_LINE_COMMENT, SC_YACC_COMMENT): New states.
13876         (eols, blanks): Remove.  YY_USER_ACTION now counts newlines etc.;
13877         all uses changed.
13878         (tag, splice): New EREs.  Do not allow NUL or newline in tags.
13879         Use {splice} wherever C allows backslash-newline.
13880         YY_STEP after space, newline, vertical-tab.
13881         ("/*"): BEGIN SC_YACC_COMMENT, not yy_push_state (SC_COMMENT).
13883         (letter, id): Don't assume ASCII; e.g., spell out a-z.
13885         ({int}, handle_action_dollar, handle_action_at): Check for integer
13886         overflow.
13888         (YY_STEP): Omit trailing semicolon, so that it's more like C.
13890         (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>): Allow \0 and \00
13891         as well as \000.  Check for UCHAR_MAX, not 255.
13892         Allow \x with an arbitrary positive number of digits, as in C.
13893         Check for overflow here.
13894         Allow \? and UCNs, for compatibility with C.
13896         (handle_symbol_code_dollar): Use quote_n slot 1 to avoid collision
13897         with quote slot used by complain_at.
13899         * tests/input.at: Add tests for backslash-newline, m4 quotes
13900         in symbols, long literals, and funny escapes in strings.
13902         * configure.ac (jm_PREREQ_MBSWIDTH): Add.
13903         * lib/Makefile.am (libbison_a_SOURCES): Add mbswidth.h, mbswidth.c.
13904         * lib/mbswidth.h, lib/mbswidth.c: New files, from GNU gettext.
13905         * m4/Makefile.am (EXTRA_DIST): Add mbswidth.m4.
13906         * m4/mbswidth.m4: New file, from GNU coreutils.
13908         * doc/bison.texinfo (Grammar Outline): Document // comments.
13909         (Symbols): Document that trigraphs have no special meaning in Bison,
13910         nor is backslash-newline allowed.
13911         (Actions): Document that trigraphs have no special meaning.
13913         * src/location.h (LOCATION_COLUMNS, LOCATION_LINES): Remove;
13914         no longer used.
13916 2002-11-02  Paul Eggert  <eggert@twinsun.com>
13918         * src/reader.c: Don't include quote.h; not needed.
13919         (get_merge_function): Reword warning to be consistent with
13920         type clash diagnostic in grammar_current_rule_check.
13922         * lib/quotearg.c (quotearg_buffer_restyled): Fix off-by-two
13923         bug in trigraph handling.
13925         * src/output.c (prepare_symbols): When printing token names,
13926         escape "[" as "@<:@" and likewise for "]".
13928         * src/system.h (errno): Remove declaration, as we are now
13929         assuming C89 or better, and C89 guarantees errno.
13931 2002-10-30  Paul Eggert  <eggert@twinsun.com>
13933         * lib/bitset_stats.c (bitset_stats_read, bitset_stats_write):
13934         Check for close failures.
13935         * src/files.h (xfclose): Return void, not int, since it always
13936         returned zero.
13937         * src/files.c (xfclose): Likewise.  Report I/O error if ferror
13938         indicates one.
13939         * src/output.c (output_skeleton): Use xfclose rather than fclose
13940         and ferror.  xfclose now checks ferror.
13942         * data/glr.c (YYLEFTMOST_STATE): Remove.
13943         (yyreportTree): Use a stack-based leftmost state.  This avoids
13944         our continuing battles with bogus warnings about initializers.
13946 2002-10-30  Akim Demaille  <akim@epita.fr>
13948         * src/system.h: Don't use #ifdef/#ifndef on HAVE_ values, only
13949         #if.
13951 2002-10-29  Paul Hilfinger  <Hilfinger@CS.Berkeley.EDU>
13953         * tests/glr-regr1.at: New test for reported regressions.
13954         * tests/testsuite.at: Add glr-regr1.at test.
13955         * tests/Makefile.am: Add glr-regr1.at test.
13957 2002-10-24  Paul Eggert  <eggert@twinsun.com>
13959         Version 1.75a.
13961         * tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat declaration.
13962         * tests/cxx-type.at (_AT_TEST_GLR_CALC): Include stdlib.h, since
13963         we use malloc.  Don't assume 'A' through 'Z' are contiguous.
13964         Don't assume strdup exists; POSIX says its an XSI extension.
13965         Check for buffer overflow on input.
13967 2002-10-24  Akim Demaille  <akim@epita.fr>
13969         * src/output.c (output_skeleton): Don't disable M4sugar comments
13970         too soon: it results in comments being expanded.
13971         * data/yacc.c, data/glr.c, data/lalr1.cc: Do it right before the
13972         first output.
13974 2002-10-24  Akim Demaille  <akim@epita.fr>
13976         * data/yacc.c (m4_int_type): New.
13977         * data/c.m4 (m4_int_type): Don't use yysigned_char, but `signed
13978         char' as only yacc.c wants K&R portability.
13979         * data/glr.c (yysigned_char): Remove.
13980         * data/lalr1.cc: Rename the trailing b4_name as b4_parser_class_name.
13981         Reported by Quoc Peyrot.
13983 2002-10-23  Paul Eggert  <eggert@twinsun.com>
13985         * src/main.c (main): With --trace=time, report times even if a
13986         non-fatal error occurs.  Formerly, the times were reported in some
13987         such cases but not in others.
13988         * src/reader.c (reader): Just return if a complaint has been issued,
13989         instead of exiting, so that 'main' can report times.
13991 2002-10-22  Akim Demaille  <akim@epita.fr>
13993         * src/system.h: Include sys/types.
13994         Reported by Bert Deknuydt.
13996 2002-10-23  Paul Eggert  <eggert@twinsun.com>
13998         * configure.ac (AC_PROG_LEX): Use instead of AM_PROG_LEX.
13999         Suggested by Art Haas.
14001 2002-10-22  Paul Eggert  <eggert@twinsun.com>
14003         * src/complain.c (exit) [! (STDC_HEADERS || _LIBC)]: Remove exit
14004         decl; not needed any more.
14005         * src/main.c (main): Use return to exit, undoing yesterday's change.
14006         The last OS that we could find where this wouldn't work is
14007         SunOS 3.5, and that's too old to worry about now.
14009         * data/glr.c (struct yyltype): Define members even when not
14010         doing locations.  This is more consistent with yacc.c, and it
14011         works around the following bug reports:
14012         http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00106.html
14013         http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00111.html
14015         * doc/bison.texinfo: Minor spelling and typographical fixes.  Use
14016         @acronym consistently.  Standardize on "Yacc" instead of "YACC",
14017         "Algol" instead of "ALGOL".  Give a bit more history about BNF.
14019 2002-10-22  Akim Demaille  <akim@epita.fr>
14021         * data/README: New.
14023 2002-10-21  Paul Eggert  <eggert@twinsun.com>
14025         Be consistent about 'bool'; the old code used an enum in one
14026         module and an int in another, and this violates the C standard.
14027         * m4/stdbool.m4: New file, from coreutils 4.5.3.
14028         * configure.ac (AC_HEADER_STDBOOL): Add.
14029         * m4/Makefile.am (EXTRA_DIST): Add stdbool.m4.
14030         * src/muscle_tab.c (hash_compare_muscles): (a ? FALSE : TRUE) -> (! a)
14031         * src/symtab.c (hash_compare_symbol_t): Likewise.
14032         * src/system.h (bool, false, true): Use a definition consistent
14033         with ../lib/hash.c.  All uses changed.
14035         * src/complain.c (warning_issued): Renamed from warn_message_count,
14036         so that we needn't worry about integer overflow (!).
14037         Now of type bool.  All uses changed.
14038         (complaint_issued): Renamed from complain_message_count; likewise.
14040         * src/main.c (main): Use exit to exit with failure.
14042         * src/complain.c (fatal_at, fatal): Use EXIT_FAILURE and EXIT_SUCCESS
14043         rather than 1 and 0.
14044         * src/main.c (main): Likewise.
14045         * src/getargs.c (getargs): Likewise.
14046         * src/reader.c (reader): Likewise.
14048         * src/getarg.c (getargs): Remove duplicate code for
14049         "Try `bison --help'".
14051         * src/files.c (xfopen, xfclose): Use EXIT_FAILURE rather than 2.
14052         What was that "2" for?
14054         * src/complain.h (fatal, fatal_at): Add __attribute__((__noreturn__)).
14055         * src/getargs.c (usage): Likewise.
14057         * src/getargs.c (getargs): When there are too few operands, report
14058         the last one.  When there are too many, report the first extra
14059         one.  This is how diffutils does it.
14061 2002-10-20  Paul Eggert  <eggert@twinsun.com>
14063         Remove K&R vestiges.
14064         * configure.ac (AC_C_CONST, AM_C_PROTOTYPES): Remove.
14065         * src/complain.c (VA_START): Remove.  Assume prototypes.
14066         (vfprintf) [! (HAVE_VPRINTF || defined vfprintf)]: New macro.
14067         (private_strerror, warn_at, warn, complain_at, complain, fatal_at,
14068         fatal): Assume prototypes.
14069         * src/complain.h: Assume prototypes.
14070         * src/system.h (PARAMS): Remove.
14071         Include <limits.h> unconditionally, since it's guaranteeed even
14072         for a freestanding C89 compiler.
14073         (SHRT_MIN, SHRT_MAX): Remove, since C89 guarantees them.
14074         * src/vmsgetargs.c (getargs, cli_present, cli_get_value): Prototype.
14076 2002-10-20  Akim Demaille  <akim@epita.fr>
14078         * src/muscle_tab.c (muscle_grow): Remove trailing debugging code.
14079         * data/glr.c (YY_USER_FORMALS, YY_USER_ARGS): New.
14080         (yyuserAction, yydoAction, yyglrReduce, yyresolveValue)
14081         (yyresolveStates, yyresolveAction, yyresolveStack)
14082         (yyprocessOneStack): Use them.
14083         (yy_reduce_print): New.
14084         * tests/calc.at (_AT_DATA_CALC_Y): Exercise %parse-param.
14086 2002-10-20  Akim Demaille  <akim@epita.fr>
14088         * data/c.m4 (b4_c_ansi_args): Recognize functions with no
14089         arguments and output `void'.
14090         (b4_c_function): Rename as...
14091         (b4_c_function_def): this.
14092         (b4_c_function_decl, b4_c_ansi_function_def)
14093         (b4_c_ansi_function_decl): New.
14094         Change the interpretation of the arguments: before `int, foo', now
14095         `int foo, foo'.
14096         * data/yacc.c (yyparse): Prototype and define thanks to these.
14097         Adjust b4_c_function_def uses.
14098         * data/glr.c (yyparse): Likewise, but ANSI only.
14100 2002-10-20  Akim Demaille  <akim@epita.fr>
14102         * src/output.c (prepare): Move the definition of `tokens_number',
14103         `nterms_number', `undef_token_number', `user_token_number_max'
14104         to...
14105         (prepare_tokens): Here.
14106         (prepare_tokens): Rename as...
14107         (prepare_symbols): this.
14108         (prepare): Move the definition of `rules_number' to...
14109         (prepare_rules): here.
14110         (prepare): Move the definition of `last', `final_state_number',
14111         `states_number' to...
14112         (prepare_states): here.
14113         * data/yacc.c, data/lalr1.cc, data/glr.c: Normalize `>' into `<'.
14115 2002-10-20  Akim Demaille  <akim@epita.fr>
14117         * src/tables.h, src/tables.c, src/output.c: Comment changes.
14119 2002-10-20  Akim Demaille  <akim@epita.fr>
14121         * data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if): Move to...
14122         * data/c.m4: here.
14124 2002-10-20  Akim Demaille  <akim@epita.fr>
14126         * src/output.c (prepare): Use MUSCLE_INSERT_STRING.
14127         * src/muscle_tab.c (muscle_pair_list_grow): Rename `val as
14128         `pair'.
14129         (muscle_init): Move the `b4_ltype', `b4_maxdepth', `b4_initdepth',
14130         `name' to...
14131         * data/glr.c, data/lalr1.cc, data/yacc.c (b4_location_type)
14132         (b4_stack_depth_init, b4_stack_depth_max, b4_parser_class_name):
14133         These.
14135 2002-10-19  Paul Eggert  <eggert@twinsun.com>
14137         Do not create a temporary file, as that involves security and
14138         cleanup headaches.  Instead, use a pair of pipes.
14139         Derived from a suggestion by Florian Krohm.
14140         * lib/subpipe.c, lib/subpipe.h, m4/subpipe.m4: New files.
14141         * lib/mkstemp.c, lib/readpipe.c, lib/tempname.c, m4/mkstemp.m4: Remove.
14142         * configure.ac (UTILS_FUNC_MKSTEMP, jm_PREREQ_TEMPNAME): Remove.
14143         (BISON_PREREQ_SUBPIPE): Add.
14144         * lib/Makefile.am (libbison_a_SOURCES): Remove readpipe.c.
14145         Add subpipe.h, subpipe.c.
14146         * m4/Makefile.am (EXTRA_DIST): Remove mkstemp.m4.  Add subpipe.m4.
14147         * po/POTFILES.in: Add lib/subpipe.c.
14148         * src/output.c: Include "subpipe.h".
14149         (m4_invoke): Remove decl.
14150         (scan_skel): New decl.
14151         (output_skeleton): Use pipe rather than temporary file for m4 input.
14152         Check that m4sugar.m4 is readable, to avoid deadlock.
14153         Check for pipe I/O error.
14154         * src/scan-skel.l (readpipe): Remove decl.
14155         (scan_skel): New function, to be used in place of m4_invoke.
14156         Read from stream rather than file.
14158         * lib/timevar.c (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Do not cast to
14159         float, as this generates a warning on Solaris 8 + GCC 3.2 with
14160         --enable-gcc-warnings.  Instead, divide into 1.0 rather than 1;
14161         this generates a more-accurate value anyway.
14163         * lib/timevar.c (timervar_accumulate): Rename locals to
14164         avoid confusion with similarly-named more-global.
14165         * src/muscle_tab.c (muscle_pair_list_grow): Likewise.
14167         * src/output.c (prepare): Use xstrdup to convert char const *
14168         to char *, to avoid GCC warning.
14170 2002-10-19  Akim Demaille  <akim@epita.fr>
14172         * tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC, LEX_FORMALS,
14173         LEX_PRE_FORMALS, LEX_ARGS, LEX_PRE_ARGS, USE_LEX_ARGS.
14174         Use them to have `calc.y' ready for %pure-parser.
14175         * data/yacc.c (YYLEX): Pass a yylex return type to
14176         b4_c_function_call.
14178 2002-10-19  Akim Demaille  <akim@epita.fr>
14180         Prototype support of %lex-param and %parse-param.
14182         * src/parse-gram.y: Add the definition of the %lex-param and
14183         %parse-param tokens, plus their rules.
14184         Drop the `_' version of %glr-parser.
14185         Add the "," token.
14186         * src/scan-gram.l (INITIAL): Scan them.
14187         * src/muscle_tab.c: Comment changes.
14188         (muscle_insert, muscle_find): Rename `pair' as `probe'.
14189         * src/muscle_tab.h (MUSCLE_INSERT_PREFIX): Remove unused.
14190         (muscle_entry_s): The `value' member is no longer const.
14191         Adjust all dependencies.
14192         * src/muscle_tab.c (muscle_init): Adjust: use
14193         MUSCLE_INSERT_STRING.
14194         Initialize the obstack earlier.
14195         * src/muscle_tab.h, src/muscle_tab.c (muscle_grow)
14196         (muscle_pair_list_grow): New.
14197         * data/c.m4 (b4_c_function_call, b4_c_args): New.
14198         * data/yacc.c (YYLEX): Use b4_c_function_call to honor %lex-param.
14199         * tests/calc.at: Use %locations, not --locations.
14200         (AT_CHECK_CALC_GLR): Use %glr-parser, not %glr_parser.
14202 2002-10-19  Akim Demaille  <akim@epita.fr>
14204         * src/getargs.c (usage): Take status as argument and exit
14205         accordingly.
14206         Report the traditional `Try ... --help' message when status != 0.
14207         (usage, version): Don't take a FILE * as arg, it is pointless.
14208         (getargs): When there is an incorrect number of arguments, make it
14209         an error, and report it GNUlically thanks to `usage ()'.
14211 2002-10-18  Paul Eggert  <eggert@twinsun.com>
14213         * data/glr.c (yyreportParseError): Don't assume that sprintf
14214         yields the length of the printed string, as this is not true
14215         on SunOS 4.1.4.  Reported by Peter Klein.
14217         * tests/calc.at (_AT_DATA_CALC_Y): #undef memcmp and realloc.
14218         * tests/conflicts.at (%nonassoc and eof): Likewise.
14219         Fixes SunOS 4.1.4 test failure reported by Peter Klein.
14221 2002-10-17  Akim Demaille  <akim@epita.fr>
14223         * src/getargs.h (trace_e): Add trace_scan, and trace_parse.
14224         * src/getargs.c (trace_types, trace_args): Adjust.
14225         * src/reader.c (grammar_current_rule_prec_set)
14226         (grammar_current_rule_dprec_set, grammar_current_rule_merge_set):
14227         Standardize error messages.
14228         And s/@prec/%prec/!
14229         (reader): Use trace_flag to enable scanner/parser debugging,
14230         instead of an adhoc scheme.
14231         * src/scan-gram.l: Remove trailing debugging code.
14233 2002-10-16  Paul Eggert  <eggert@twinsun.com>
14235         * src/muscle_tab.h (MUSCLE_TAB_H_): Was misspelled as
14236         MUSCLE_TAB_H.
14238         * NEWS: Officially drop support for building Bison with K&R C,
14239         since it didn't work anyway and it's not worth worrying about.
14240         * Makefile.maint (wget_files): Remove ansi2knr.c.
14241         (ansi2knr.c-url_prefix): Remove.
14242         * lib/.cvsignore: Remove ansi2knr, ansi2knr.*.
14243         * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
14244         * src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
14246 2002-10-15  Paul Eggert  <eggert@twinsun.com>
14248         Stop using the "enum_" trick for K&R-style function definitions;
14249         it confused me, and I was the author!  Instead, assume that people
14250         who want to use K&R C compilers (when using these modules in GCC,
14251         perhaps?) will run ansi2knr.
14253         * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): Remove.
14254         All uses of "enum_" changed to "enum ".
14255         * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
14256         * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
14258         * lib/abitset.c (abitset_and, abitset_and_cmp, abitset_and_or,
14259         abitset_and_or_cmp, abitset_andn, abitset_andn_cmp,
14260         abitset_andn_or, abitset_andn_or_cmp, abitset_bytes, abitset_copy,
14261         abitset_copy1, abitset_disjoint_p, abitset_empty_p,
14262         abitset_equal_p, abitset_init, abitset_list, abitset_list_reverse,
14263         abitset_not, abitset_ones, abitset_or, abitset_or_and,
14264         abitset_or_and_cmp, abitset_or_cmp, abitset_reset, abitset_set,
14265         abitset_size, abitset_small_list, abitset_subset_p, abitset_test,
14266         abitset_unused_clear, abitset_xor, abitset_xor_cmp, abitset_zero):
14267         Use function prototypes; this removes the need for declaring
14268         static functions simply to provide their prototypes.
14269         * lib/bitset.c (bitset_alloc, bitset_and_or_, bitset_and_or_cmp_,
14270         bitset_andn_or_, bitset_andn_or_cmp_, bitset_bytes, bitset_copy_,
14271         bitset_count_, bitset_create, bitset_dump, bitset_first,
14272         bitset_free, bitset_init, bitset_last, bitset_next,
14273         bitset_obstack_alloc, bitset_obstack_free, bitset_only_set_p,
14274         bitset_op4_cmp, bitset_or_and_, bitset_or_and_cmp_, bitset_prev,
14275         bitset_print, bitset_release_memory, bitset_toggle_,
14276         bitset_type_choose, bitset_type_get, bitset_type_name_get,
14277         debug_bitset): Likewise.
14278         * lib/bitset.h (bitset_set, bitset_reset, bitset_test): Likewise.
14279         * lib/bitset_stats.c (bitset_log_histogram_print,
14280         bitset_percent_histogram_print, bitset_stats_and,
14281         bitset_stats_and_cmp, bitset_stats_and_or,
14282         bitset_stats_and_or_cmp, bitset_stats_andn, bitset_stats_andn_cmp,
14283         bitset_stats_andn_or, bitset_stats_andn_or_cmp, bitset_stats_copy,
14284         bitset_stats_count, bitset_stats_disable, bitset_stats_disjoint_p,
14285         bitset_stats_dump, bitset_stats_empty_p, bitset_stats_enable,
14286         bitset_stats_equal_p, bitset_stats_free, bitset_stats_init,
14287         bitset_stats_list, bitset_stats_list_reverse, bitset_stats_not,
14288         bitset_stats_ones, bitset_stats_or, bitset_stats_or_and,
14289         bitset_stats_or_and_cmp, bitset_stats_or_cmp, bitset_stats_print,
14290         bitset_stats_print_1, bitset_stats_read, bitset_stats_reset,
14291         bitset_stats_set, bitset_stats_size, bitset_stats_subset_p,
14292         bitset_stats_test, bitset_stats_toggle, bitset_stats_type_get,
14293         bitset_stats_write, bitset_stats_xor, bitset_stats_xor_cmp,
14294         bitset_stats_zero): Likewise.
14295         * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
14296         bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
14297         bitsetv_dump, debug_bitsetv): Likewise.
14298         * lib/ebitset.c (ebitset_and, ebitset_and_cmp, ebitset_andn,
14299         ebitset_andn_cmp, ebitset_bytes, ebitset_copy, ebitset_copy_,
14300         ebitset_copy_cmp, ebitset_disjoint_p, ebitset_elt_add,
14301         ebitset_elt_alloc, ebitset_elt_calloc, ebitset_elt_find,
14302         ebitset_elt_free, ebitset_elt_last, ebitset_elt_remove,
14303         ebitset_elt_zero_p, ebitset_elts_grow, ebitset_empty_p,
14304         ebitset_equal_p, ebitset_free, ebitset_init, ebitset_list,
14305         ebitset_list_reverse, ebitset_not, ebitset_ones, ebitset_op3_cmp,
14306         ebitset_or, ebitset_or_cmp, ebitset_release_memory, ebitset_reset,
14307         ebitset_set, ebitset_size, ebitset_subset_p, ebitset_test,
14308         ebitset_weed, ebitset_xor, ebitset_xor_cmp, ebitset_zero):
14309         Likewise.
14310         * lib/lbitset.c (debug_lbitset, lbitset_and, lbitset_and_cmp,
14311         lbitset_andn, lbitset_andn_cmp, lbitset_bytes, lbitset_copy,
14312         lbitset_copy_cmp, lbitset_disjoint_p, lbitset_elt_alloc,
14313         lbitset_elt_calloc, lbitset_elt_find, lbitset_elt_free,
14314         lbitset_elt_link, lbitset_elt_unlink, lbitset_elt_zero_p,
14315         lbitset_empty_p, lbitset_equal_p, lbitset_free, lbitset_init,
14316         lbitset_list, lbitset_list_reverse, lbitset_not, lbitset_ones,
14317         lbitset_op3_cmp, lbitset_or, lbitset_or_cmp, lbitset_prune,
14318         lbitset_release_memory, lbitset_reset, lbitset_set, lbitset_size,
14319         lbitset_subset_p, lbitset_test, lbitset_weed, lbitset_xor,
14320         lbitset_xor_cmp, lbitset_zero): Likewise.
14322 2002-10-14  Akim Demaille  <akim@epita.fr>
14324         Version 1.75.
14326 2002-10-14  Akim Demaille  <akim@epita.fr>
14328         * tests/Makefile.am (maintainer-check-posix): New.
14330 2002-10-14  Akim Demaille  <akim@epita.fr>
14332         * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize the yyloc
14333         member.
14335 2002-10-14  Akim Demaille  <akim@epita.fr>
14337         * src/tables.c (table_ninf_remap): base -> tab.
14338         Reported by Matt Rosing.
14340 2002-10-14  Paul Eggert  <eggert@twinsun.com>
14342         * tests/action.at, tests/calc.at, tests/conflicts.at,
14343         tests/cxx-type.at, tests/headers.at, tests/input.at,
14344         tests/regression.at, tests/synclines.at, tests/torture.at:
14345         Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
14346         so that the tests still work even if POSIXLY_CORRECT is set.
14347         * doc/bison.texinfo (Rpcalc Compile, Invocation): Likewise.
14349         * data/c.m4 (b4_int_type): Use yysigned_char instead of signed char,
14350         for portability to K&R hosts.  Fix typo: signed char is guaranteed
14351         only to 127, not to 128.
14352         * data/glr.c (yysigned_char): New type.
14353         * data/yacc.c (yysigned_char): Likewise.
14354         * tests/regression.at (Web2c Actions): signed char -> yysigned_char.
14356 2002-10-13  Paul Eggert  <eggert@twinsun.com>
14358         * data/yacc.c (yyparse): Rewrite to avoid "comparison is always
14359         true due to limited range of data type" warning from GCC.
14361         * data/c.m4 (b4_token_defines): Protect against double-inclusion
14362         by wrapping enum yytokentype's definition inside #ifndef
14363         YYTOKENTYPE.  This undoes a bug I introduced on 2002-10-12.
14365 2002-10-13  Akim Demaille  <akim@epita.fr>
14367         * data/glr.c (yyglrShiftDefer, yyaddDeferredAction, yydoAction):
14368         Un yy- yyrhs to avoid the name clash with the global YYRHS.
14370 2002-10-13  Akim Demaille  <akim@epita.fr>
14372         * Makefile.maint: Update from Autoconf 2.54.
14373         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Remove, shipped with 2.54.
14375 2002-10-13  Akim Demaille  <akim@epita.fr>
14377         * src/print.c (print_state): Separate the list of solved conflicts
14378         from the other items.
14379         * tests/conflicts.at (Resolved SR Conflicts): Adjust.
14381 2002-10-13  Akim Demaille  <akim@epita.fr>
14383         Let nondeterministic skeletons be usable with deterministic
14384         tables.
14386         With the patch, GAWK compiled by GCC without -O2 passes its test
14387         suite using a GLR parser driven by LALR tables.  It fails with -O2
14388         because `struct stat' gives two different answers on my machine:
14389         88 (definition of an auto var) and later 96 (memset on this var).
14390         Hence the stack is badly corrumpted.  The headers inclusion is to
14391         blame: if I move the awk.h inclusion before GLR's system header
14392         inclusion, the two struct stat have the same size.
14394         * src/tables.c (pack_table): Always create conflict_table.
14395         (token_actions): Always create conflict_list.
14396         * data/glr.c (YYFLAG): Remove, unused.
14398 2002-10-13  Akim Demaille  <akim@epita.fr>
14400         * configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.
14401         (O0FLAGS): New.
14402         (VALGRIND, GXX): New.
14403         * tests/atlocal.in (CFLAGS): Use O0FLAGS.
14404         * tests/bison.in: Run $PREBISON a pre-command.
14405         * tests/Makefile.am (maintainer-check, maintainer-check-valgrind)
14406         (maintainer-check-g++): New.
14407         * Makefile.am (maintainer-check): New.
14409 2002-10-13  Akim Demaille  <akim@epita.fr>
14411         * data/glr.c: Formatting changes.
14412         Tweak some trace messages to match yacc.c's.
14414 2002-10-13  Akim Demaille  <akim@epita.fr>
14416         GLR parsers sometimes raise parse errors instead of performing the
14417         default reduction.
14418         Reported by Charles-Henry de Boysson.
14420         * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Don't
14421         check the length of the traces when %glr.
14422         (_AT_CHECK_CALC_ERROR): Also skip `^Stack' lines, coming from
14423         GLR's traces.
14424         (AT_CHECK_CALC_LALR, AT_CHECK_CALC_GLR): New.
14425         Test GLR parsers.
14426         * data/glr.c (YYLEFTMOST_STATE): Fix its value.
14427         (yyltype): Remove the yy prefix from the member names.
14428         (yytable): Complete its comment.
14429         (yygetLRActions): Map error action number from YYTABLE from
14430         YYTABLE_NINF to 0.
14431         (yyisErrorAction): No longer compare YYACTION to YYPACT_NINF
14432         (which was a bug: it should have been YYTABEL_NINF, and yet it was
14433         not satisfying as we could compare an YYACTION computed from
14434         YYDEFACT to YYTABLE_NINF although they are unrelated): 0 is the
14435         only value for error actions.
14436         (yyreportParseError): In verbose parse error messages, don't issue
14437         `error' in the list of expected tokens.
14438         * data/yacc.c (yyparse) <yybackup>: Rewrite the decoding of the
14439         next action to perform to match glr.c's decoding.
14440         (yytable): Complete its comment.
14442 2002-10-13  Paul Eggert  <eggert@twinsun.com>
14444         Fix problem reported by Henrik Grubbstroem in
14445         <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00098.html>:
14446         "nonterm: { $$ = 123; } { $$ = $1; };" was wrongly rejected,
14447         because the Bison parser reads the second action before reducing
14448         the first one.
14449         * src/scan-gram.l (rule_length): New static var.
14450         Use it to keep track of the rule length in the scanner, since
14451         we can't expect the parser to be in lock-step sync with the scanner.
14452         (handle_action_dollar, handle_action_at): Use this var.
14453         * tests/actions.at (Exotic Dollars): Test for the problem.
14455 2002-10-12  Paul Eggert  <eggert@twinsun.com>
14457         * lib/timevar.c [! IN_GCC && HAVE_SYS_TIME_H]: Include <sys/time.h>.
14458         * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): Check for <sys/time.h>.
14459         Include <sys/time.h> when checking for clock_t and struct tms.
14460         Use same include order as source.
14461         This is for the SunOS 4.1.4 porting bug reported by Peter Klein in
14462         <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00016.html>.
14464         * lib/timevar.c: Update copyright date and clarify comments.
14465         (get_time) [IN_GCC]: Keep the GCC version for reference.
14467         * lib/timevar.c, lib/timevar.h, lib/timevar.def: Import
14468         GCC version as of today, then merge Bison's changes.
14469         Change "GCC" to "Bison" in copyright notice.  timevar.def's
14470         author is Akim, so change that too.
14472         * src/reader.c (grammar_current_rule_check):
14473         Don't worry about the default action if $$ is untyped.
14474         Prevents bogus warnings reported by Jim Gifford in
14475         <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00015.html>.
14477         * data/c.m4 (b4_token_enum): Do not define YYTOKENTYPE.
14478         * data/glr.c, data/lalr1.cc, data/yacc.c:
14479         Output token definitions before the first part of user declarations.
14480         Fixes compatibility problem reported by Jim Gifford for kbd in
14481         <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00014.html>.
14483 2002-10-11  Paul Eggert  <eggert@twinsun.com>
14485         * data/yacc.c (yyreport_parse_error): Remove, putting its body into...
14486         (yyparse): here.  This undoes some of the 2002-07-25 change.
14487         Compatibility problem reported by Ralf S. Engelschall with
14488         OSSP cfg <http://www.ossp.org/pkg/lib/cfg/>.
14490 2002-10-11  Akim Demaille  <akim@epita.fr>
14492         * tests/regression.at Characters Escapes): New.
14493         * src/scan-gram.l (SC_ESCAPED_CHARACTER): Accept \' in strings and
14494         characters.
14495         Reported by Jan Nieuwenhuizen.
14497 2002-10-11  Akim Demaille  <akim@epita.fr>
14499         * po/id.po: New.
14501 2002-10-10  Paul Eggert  <eggert@twinsun.com>
14503         Portability fixes for bitsets; this also avoids several GCC
14504         warnings.
14506         * lib/abitset.c: Include <stddef.h>, for offsetof.
14507         * lib/lbitset.c: Likewise.
14509         * lib/abitset.c (abitset_bytes): Return a size that is aligned
14510         properly for vectors of objects.  Do not assume that adding a
14511         header size to a multiple of a word size yields a value that is
14512         properly aligned for the whole union.
14513         * lib/bitsetv.c (bitsetv_alloc): Likewise.
14515         * lib/bitset_stats.c (bitset_stats_bytes): Adjust to new,
14516         unique names for structures.
14517         * lib/ebitset.c (ebitset_bytes): Likewise.
14518         * lib/lbitset.c (lbitset_bytes): Likewise.
14520         * lib/abitset.c (abitset_ones, abitset_zero, abitset_empty_p,
14521         abitset_copy1, abitset_not, abitset_equal_p, abitset_subset_p,
14522         abitset_disjoint_p, abitset_and, abitset_and_cmp, abitset_andn,
14523         abitset_andn_cmp, abitset_or, abitset_or_cmp, abitset_xor,
14524         abitset_xor_cmp, abitset_and_or, abitset_and_or_cmp,
14525         abitset_andn_or, abitset_andn_or_cmp, abitset_or_and,
14526         abitset_or_and_cmp, abitset_copy): Supply prototype decls,
14527         to improve the type-checking that GCC can do.
14528         * lib/bitset.c (bitset_op4_cmp): Likewise.
14529         * lib/bitset_stats.c (bitset_stats_count,
14530         bitset_stats_empty_p, bitset_stats_ones, bitset_stats_zero,
14531         bitset_stats_copy, bitset_stats_disjoint_p,
14532         bitset_stats_equal_p, bitset_stats_not, bitset_stats_subset_p,
14533         bitset_stats_and, bitset_stats_and_cmp, bitset_stats_andn,
14534         bitset_stats_andn_cmp, bitset_stats_or, bitset_stats_or_cmp,
14535         bitset_stats_xor, bitset_stats_xor_cmp, bitset_stats_and_or,
14536         bitset_stats_and_or_cmp, bitset_stats_andn_or,
14537         bitset_stats_andn_or_cmp, bitset_stats_or_and,
14538         bitset_stats_or_and_cmp): Likewise.
14539         * lib/lbitset.c (lbitset_and, lbitset_and_cmp, lbitset_andn,
14540         lbitset_andn_cmp, lbitset_or, lbitset_or_cmp, lbitset_xor,
14541         lbitset_xor_cmp, lbitset_empty_p, lbitset_ones, lbitset_not,
14542         lbitset_subset_p, lbitset_disjoint_p, debug_lbitset): Likewise.
14544         * lib/abitset.h: Include bitset.h, not bbitset.h.
14545         * lib/ebitset.h: Likewise.
14546         * lib/lbitset.h: Likewise.
14548         * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): New types.
14549         All instances of parameters of type enum bitset_opts are now of
14550         type enum_bitset_opts, to conform to the C Standard, and similarly
14551         for enum_bitset_type.
14552         * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
14553         * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
14555         Do not use "struct bitset_struct" to mean different things in
14556         different modules.  Not only is this confusing, it violates
14557         the C Standard, which requires that structure types in different
14558         modules must be compatible if one is to be passed to the other.
14559         * lib/bbitset.h (bitset): Now points to a union, not to a struct.
14560         All instances of "struct bitset_struct *" replaced with "bitset".
14561         * lib/bitset.h (struct bitset_struct): Remove, replacing with....
14562         (union bitset_union, struct abitset_struct, struct ebitset_struct,
14563         struct lbitset_struct, struct bitset_stats_struct): New types.
14564         All uses of struct bitset_struct changed to union bitset_union,
14565         etc.
14566         * lib/abitset.c (struct abitset_struct, abitset,
14567         struct bitset_struct): Remove.
14568         * lib/bitset_stats.c (struct bitset_stats_struct, bitset_stats,
14569         struct bitset_struct): Remove.
14570         * lib/ebitset.c (struct ebitset_struct, ebitset, struct
14571         bitset_struct): Remove.
14572         * lib/lbitset.c (struct lbitset_struct, lbitset, bitset_struct):
14573         Likewise.
14575         Do not call a function of type T using a call that assumes the
14576         function is of a different type U.  Standard C requires that a
14577         function must be called with a type that is compatible with its
14578         definition.
14579         * lib/bbitset.h (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
14580         New decls.
14581         * lib/bitset.c (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
14582         New functions.
14583         * lib/ebitset.c (PFV): Remove.
14584         * lib/lbitset.c (PFV): Likewise.
14585         * lib/ebitset.c (ebitset_and, ebitset_andn, ebitset_or,
14586         ebitset_xor, ebitset_copy, ebitset_ones, ebitset_empty_p): New
14587         decls.
14588         (ebitset_and, ebitset_andn, ebitset_or, ebitset_xor): New functions.
14589         (ebitset_vtable): Use them.
14590         * lib/lbitset.c (lbitset_and, lbitset_andn, lbitset_or,
14591         lbitset_xor): New functions.
14592         (lbitset_vtable): Use them.
14594         * lib/bitset.h (bitset_next, bitset_prev, bitset_only_set_p):
14595         Declare.
14597         * lib/bitsetv.c (bitsetv_alloc): Add a cast to (void *) to avoid a
14598         GCC warning.
14599         * lib/lbitset.c (LBITSET_CURRENT1): Likewise.
14600         Use offsetof, for simplicity.
14602 2002-10-06  Paul Eggert  <eggert@twinsun.com>
14604         * lib/bitset.h (bitset_reset): Do not assume that bitset_word is
14605         the same width as int.  This reapplies a hunk of the 2002-08-12 patch
14606         <http://lists.gnu.org/archive/html/bison-patches/2002-08/msg00007.html>,
14607         which was inadvertently undone by the 2002-09-30 patch.
14608         * lib/lbitset.c (debug_lbitset): Do not assume that bitset_word is
14609         the same width as int.
14611 2002-10-04  Paul Eggert  <eggert@twinsun.com>
14613         Version 1.50.
14615         * configure.ac (AC_INIT), NEWS: Increment version number.
14617         * doc/bison.texinfo: Minor spelling, grammar, and white space
14618         fixes.
14619         (Symbols): Mention that any negative value returned from yylex
14620         signifies end-of-input.  Warn about negative chars.  Mention
14621         the portable Standard C character set.
14623         The GNU coding standard says CFLAGS and YFLAGS are reserved
14624         for the installer to set.
14625         * lib/Makefile.am (AM_CFLAGS): Renamed from CFLAGS.
14626         * src/Makefile.am (AM_CFLAGS): Likewise.
14627         (AM_YFLAGS): Renamed from YFLAGS.
14629         Fix some MAX and MIN problems.
14630         * src/gram.h (ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.
14631         * src/lalr.h (GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.
14632         * src/symtab.h (SYMBOL_NUMBER_MAX): New macro.
14633         * src/reader.c (reader): Use it.
14635         * tests/regression.at (Braces parsing): Use grep, not fgrep, as
14636         POSIX 1003.1-2001 has removed fgrep.
14638 2002-10-04  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14640         * lib/bbitset.h (BITSET_WINDEX_MAX): Redefine so that it cannot be
14641         interpreted as signed.
14642         * lib/ebitset.c (ebitset_list): Fix bug.
14644 2002-10-01  Paul Eggert  <eggert@twinsun.com>
14646         More fixes for 64-bit hosts and large bitsets.
14648         * lib/abitset.c (struct abitset_struct.n_bits, abitset_small_list,
14649         abitset_size, abitset_list, abitset_list_reverse, abitset_list):
14650         Use bitset_bindex, not int or unsigned int or size_t, to count bits.
14651         * lib/bbitset.h (struct bitset_vtable.size, struct bitset_vtable.count,
14652         struct bitset_vtable.list, struct bitset_vtable.list_reverse,
14653         bitset_count_, bitset_next, bitset_prev, bitset_first, bitset_last,
14654         bitset_count_): Likewise.
14655         * lib/bitset.h (bitset_iterator.num, bitset_iterator.i,
14656         bitset_first, bitset_last): Likewise.
14657         * lib/bitset_stats.c (bitset_stats_size, bitset_stats_list,
14658         bitset_stats_list_reverse, bitset_stats_size,
14659         bitset_stats_count, bitset_stats_list, bitset_stat_list_reverse):
14660         Likewise.
14661         * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
14662         * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
14663         bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
14664         bitsetv_reflexive_transitive_closure): Likewise.
14665         * lib/bitsetv.h (bitsetv_alloc, bitsetv_create): Likewise.
14666         * lib/ebitset.c (ebitset_size, ebitset_list, ebitset_list_reverse):
14667         Likewise.
14668         * lib/lbitset.c (lbitset_size, lbitset_list, lbitset_list_merge):
14669         Likewise.
14671         * lib/abitset.c (abitset_ones, abitset_zero, abitset_bytes):
14672         Use size_t, not unsigned int, to count bytes.
14673         * lib/abitset.h (abitset_bytes): Likewise.
14674         * lib/bitset.c (bitset_bytes, bitset_alloc, bitset_obstack_alloc):
14675         Likewise.
14676         * lib/bitset.h (bitset_bytes): Likewise.
14677         * lib/bitset_stats.c (bitset_stats_bytes, bitset_stats_init): Likewise.
14678         * lib/bitset_stats.h (bitset_stats_bytes): Likewise.
14679         * lib/bitsetv.c (bitsetv_alloc): Likewise.
14680         * lib/ebitset.c (ebitset_bytes): Likewise.
14681         * lib/ebitset.h (ebitset_bytes): Likewise.
14682         * lib/lbitset.c (lbitset_bytes): Likewise.
14683         * lib/lbitset.h (lbitset_bytes): Likewise.
14685         * lib/abitset.c (abitset_empty_p, abitset_not, abitset_equal_p,
14686         abitset_subset_p, abitset_disjoint_p, abitset_and,
14687         abitset_and_cmp, abitset_andn, abitset_andn_cmp, abitset_or,
14688         abitset_or_cmp, abitset_xor, abitset_xor_cmp, abitset_and_or,
14689         abitset_and_or_cmp, abitset_andn_or, abitset_andn_or_cmp,
14690         abitset_or_and, abitset_or_and_cmp):
14691         Use bitset_windex instead of unsigned int.
14692         * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
14693         * lib/ebitset.c (struct ebitset_struct.size, ebitset_elts_grow,
14694         ebitset_elt_add, ebitset_elt_remove, ebitset_weed,
14695         ebitset_elt_find, ebitset_list_reverse, ebitset_list, ebitset_init):
14696         Likewise.
14697         * lib/lbitset.c (lbitset_ones, lbitset_not): Likewise.
14699         * lib/bitset.c (bitset_print):
14700         Use proper printf formats for widths of integer types.
14701         * lib/bitset_stats.c (bitset_percent_histogram_print,
14702         bitset_log_histogram_print, bitset_stats_print_1): Likewise.
14703         * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
14704         * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
14705         * lib/lbitset.c (lbitset_bytes): Likewise.
14707         * lib/bbitset.h (BITSET_BINDEX_MAX, BITSET_WINDEX_MAX,
14708         BITSET_SIZE_MAX): New macros.
14709         (BITSET_INDEX_MAX): Remove.  It wasn't right, since it assumed that
14710         sizeof (bitset_word) == sizeof (bitset_windex).  All uses changed
14711         to BITSET_WINDEX_MAX.
14713         * lib/bitset.c (bitset_next, bitset_prev, bitset_first,
14714         bitset_last): Return BITSET_BINDEX_MAX (not -1) for no value,
14715         since we now return the bitset_bindex type (not int).
14717         * lib/bitsetv.c (bitsetv_alloc): Check for arithmetic overflow
14718         when computing sizes.
14719         * lib/ebitset.c (ebitset_elts_grow): Likewise.
14721         * lib/lbitset.c (lbitset_elt_find): Simplify windex calculation
14722         and avoid cast to unsigned.
14724 2002-09-30  Akim Demaille  <akim@epita.fr>
14726         * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
14727         * lib/bitset_stats.c, lib/bitsetv.c, lib/ebitset.c, lib/lbitset.c:
14728         Updates from Michael Hayes.
14730 2002-09-30  Art Haas  <ahaas@neosoft.com>
14732         * configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
14733         invocations.
14734         * tests/cxx-type.at (declarator): Don't rely on NDEBUG being not
14735         defined.
14737 2002-09-27  Akim Demaille  <akim@epita.fr>
14739         Version 1.49c.
14741 2002-09-27  Akim Demaille  <akim@epita.fr>
14743         * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.
14744         (Because of AC_LIBSOURCE).
14746 2002-09-27  Akim Demaille  <akim@epita.fr>
14748         Playing with Autoscan.
14750         * configure.ac: Remove the old LIBOBJ tweaks.
14751         (AC_REPLACE_FUNCS): Add strrchr and strtol.
14752         * lib/strrchr.c: New.
14753         * lib/strtol.c: New, from the Coreutils 4.5.1.
14755 2002-09-27  Akim Demaille  <akim@epita.fr>
14757         Playing with Autoscan.
14759         * m4/prereq.m4 (jm_PREREQ_ARGMATCH, jm_FUNC_ARGMATCH): New.
14760         * lib/Makefile.am (libbison_a_SOURCES): No longer include
14761         argmatch.c and argmatch.h, since they are AC_LIBSOURCE'd.
14762         * lib/strcasecmp.c, lib/strncasecmp.c, lib/memcmp.c: New, from the
14763         Coreutils 4.5.1.
14765 2002-09-24  Akim Demaille  <akim@epita.fr>
14767         * doc/bison.texinfo (Stack Overflow): xref to Recursion.
14768         (Frequently Asked Questions, Parser Stack Overflow): New.
14770 2002-09-13  Akim Demaille  <akim@epita.fr>
14772         Playing with autoscan.
14774         * src/reader.c (get_merge_function): Use xstrdup, not strdup.
14775         * src/files.c (skeleton_find): Remove, unused.
14776         * m4/memcmp.m4: New, from the Coreutils 4.5.1.
14777         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Run jm_FUNC_MEMCMP.
14779 2002-09-13  Akim Demaille  <akim@epita.fr>
14781         * configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.6.3.
14782         * Makefile.am (AUTOMAKE_OPTIONS): Don't.
14784 2002-09-13  Akim Demaille  <akim@epita.fr>
14786         * configure.ac: Require 2.54.
14787         s/jm_FUNC_MALLOC/AC_FUNC_MALLOC/.
14788         s/jm_FUNC_REALLOC/AC_FUNC_REALLOC/.
14789         * m4/c-bs-a.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/realloc.m4:
14790         Remove, provided by Autoconf macros.
14792 2002-09-12  Akim Demaille  <akim@epita.fr>
14794         * m4/prereq.m4: Update, from Coreutils 4.5.1.
14796 2002-09-12  Akim Demaille  <akim@epita.fr>
14798         * m4/prereq.m4: Update, from Fileutils 4.1.5.
14799         * configure.ac (jm_PREREQ_TEMPNAME): Invoke it.
14800         Reported by Martin Mokrejs.
14802 2002-09-10  Akim Demaille  <akim@epita.fr>
14804         * src/parse-gram.y: Associate a human readable string to each
14805         token type.
14806         * tests/regression.at (Invalid inputs): Adjust.
14808 2002-09-10  Gary V. Vaughan  <gary@gnu.org>
14810         * tests/Makefile.am ($(srcdir)/package.m4): Bison now ships
14811         with an Autoconf-2.5x style configure.ac.
14813 2002-09-06  Paul Eggert  <eggert@twinsun.com>
14815         * doc/bison.texinfo (Conditions): Make explicit that the GPL
14816         exception applies only to yacc.c.  This is a modification of a
14817         patch originally suggested by Akim Demaille.
14819 2002-09-06  Akim Demaille  <akim@epita.fr>
14821         * data/c.m4 (b4_copyright): Move the GPL exception comment from
14822         here to...
14823         * data/yacc.c: here.
14825         * data/lalr1.cc (struct yyltype): Don't define it, since we use
14826         LocationType.
14827         (b4_ltype): Default to yy::Location from location.hh.
14829 2002-09-04  Jim Meyering  <jim@meyering.net>
14831         * data/yacc.c: Guard the declaration of yytoknum also with
14832         `#ifdef YYPRINT', so it is declared only when used.
14834 2002-09-04  Akim Demaille  <akim@epita.fr>
14836         * configure.in: Rename as...
14837         * configure.ac: this.
14838         Bump to 1.49c.
14840 2002-09-04  Akim Demaille  <akim@epita.fr>
14842         * src/assoc.c, src/closure.c, src/gram.c, src/injections.c,
14843         * src/lalr.c, src/LR0.c, src/relation.c, src/tables.c: Don't
14844         translate maintainer only messages.
14846 2002-08-12  Paul Eggert  <eggert@twinsun.com>
14848         Version 1.49b.
14850         * Makefile.am (SUBDIRS): Remove intl.
14851         (DISTCLEANFILES): Remove.
14852         * NEWS: Mention that GNU M4 is now required.  Clarify what is
14853         meant by "larger grammars".  Mention the pt_BR translation.
14854         * configure.in (AC_CHECK_DECLS): Add getenv, getopt.
14855         (AM_GNU_GETTEXT_VERSION): New macro, replacing GETTEXT_VERSION var.
14856         Bump version from 0.11.2 to 0.11.5.
14857         (BISON_PREREQ_STAGE): Remove.
14858         (AM_GNU_GETTEXT): Use external gettext.
14859         (AC_OUTPUT): Remove intl/Makefile.
14861         * config/depcomp, config/install-sh: Sync with Automake 1.6.3.
14863         * data/glr.c: Include string.h, for strlen.
14864         (yyreportParseError): Use size_t for yysize.
14865         (yy_yypstack): No longer nested inside yypstates, as nested
14866         functions are not portable.  Do not assume size_t is the
14867         same width as int.
14868         (yypstates): Do not assume that ptrdiff_t is the same width
14869         as int, and similarly for yyposn and YYINDEX.
14871         * data/yacc.c: Fix comment about `$$ = $1': it can copy garbage.
14873         * lib/Makefile.am (INCLUDES): Do not include from the intl
14874         directory, which has been removed.
14875         * src/Makefile.am (INCLUDES): Likewise.
14877         * lib/Makefile.am (libbison_a_SOURCES): Add unlocked-io.h.
14878         (bitsets_sources, additional_bitsets_sources, timevars_sources):
14879         New vars.
14881         * lib/Makefile.am (libbison_a_SOURCES): Avoid +=, a GNU make extension.
14882         * tests/Makefile.am (EXTRA_DIST): Likewise.
14884         * lib/abitset.c (abitset_reverse_list, ebitset_reverse_list):
14885         Do not assume that bitset_windex is the same width as unsigned.
14887         * lib/abitset.c (abitset_unused_clear): Do not assume that
14888         bitset_word is the same width as int.
14889         * lib/bbitset.h (BITSET_INDEX_MAX, BITSET_MSB): Likewise.
14890         * lib/bitset.h (bitset_set, bitset_reset): Likewise.
14891         * lib/bitset_stats.c (bitset_stats_set, bitset_stats_reset): Likewise.
14892         * lib/ebitset.c (ebitset_set, ebitset_reset): Likewise.
14893         * lib/lbitset.c (lbitset_set, lbitset_reset): Likewise.
14895         * lib/abitset.c (abitset_op1): Use -1, not ~0, as memset arg (for
14896         portability to one's complement hosts!).
14897         * lib/ebitset.c (ebitset_op1): Likewise.
14898         * lib/lbitset.c (lbitset_op1): Likewise.
14900         * lib/argmatch.c, lib/quotearg.c, quotearg.h: Sync with GNU tar.
14901         * lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
14902         lib/hash.c, lib/hash.h, lib/strnlen.c, lib/xmalloc.c:
14903         Sync with fileutils.
14904         * lib/error.c, lib/getopt.c, lib/getopt.h, lib/getopt1.c,
14905         lib/gettext.h: Sync with diffutils.
14907         * lib/memrchr.c, lib/mkstemp.c, lib/strchr.c, lib/strnlen.c,
14908         lib/strspn.c, lib/tempname.c: Use GPL, not LGPL.
14910         * lib/obstack.c, lib/obstack.h: Sync with fileutils, except use
14911         PROTOTYPES to check for prototypes, and "defined __STDC__" to
14912         check for void *.
14914         * lib/bbitset.h (BITSET_WORD_BITS): Now of type unsigned, not
14915         size_t; the old version tried to do this but casted improperly.
14916         (bitset_bindex, bitset_windex): Now size_t, not unsigned long.
14917         (bitset_test): Now returns int, not unsigned long.
14919         * lib/bitset_stats.c: Include "gettext.h".
14920         (_): New macro.
14921         (bitset_stats_set, bitset_stats_reset, bitset_stats_test): Don't
14922         name locals "index", as it generates unnecessary warnings on some
14923         hosts that have an "index" function.
14925         * lib/bitset_stats.c (bitset_stats_print_1, bitset_stats_print,
14926         bitset_stats_read, bitset_stats_write): Wrap strings in _() if
14927         they need translation.
14928         * src/LR0.c (state_list_append, new_itemsets, get_state,
14929         append_states, generate_states): Likewise.
14930         * src/assoc.c (assoc_to_string): Likewise.
14931         * src/closure.c (print_closure, set_firsts, closure): Likewise.
14932         * src/gram.c (grammar_dump): Likewise.
14933         * src/injections.c (injections_compute): Likewise.
14934         * src/lalr.c (lookaheads_print): Likewise.
14935         * src/relation.c (relation_transpose): Likewise.
14936         * src/scan-gram.l: Likewise.
14937         * src/tables.c (table_grow, pack_vector): Likewise.
14939         * m4/Makefile.am (EXTRA_DIST): Remove codeset.m4,
14940         glibc21.m4, isc-posix.m4 lcmessage.m4, stage.m4.
14941         * m4/malloc.m4, m4/realloc.m4: Sync with diffutils.
14942         * m4/mbstate_t.m4: Sync with fileutils.
14943         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): AC_MBSTATE_T -> AC_TYPE_MBSTATE_T.
14945         * po/LINGUAS: Add pt_BR.
14946         * po/POTFILES.in: Add src/assoc.c, src/closure.c, src/gram.c,
14947         src/main.c, src/relation.c, src/state.c, lib/bitset_stats.c,
14948         lib/timevar.c.
14949         Use src/parse-gram.y instead of src/parse-gram.c, as the gettext
14950         manual recommends.
14951         Similarly, use src/scan-gram.l instead of src/scan-gram.c.
14953         * src/complain.c (strerror_r): Remove decl; not needed.
14954         (strerror): Use same pattern as ../lib/error.c.
14956         * src/files.c, src/files.h (compute_header_macro): Remove; unused.
14958         * src/gram.c (grammar_dump): Do not assume ptrdiff_t fits in int.
14960         * src/main.c (main): Cast result of bindtextdomain and textdomain
14961         to void, to avoid a GCC warning when --disable-nls is in effect.
14963         * src/scan-gram.l: Use strings rather than escapes when possible,
14964         to minimize the number of warnings from xgettext.
14965         (handle_action_dollar, handle_action_at): Don't use isdigit,
14966         as it mishandles negative chars and it may not work as expected
14967         outside the C locale.
14969         * src/symtab.c (symbol_get): Don't cast LHS of an assignment;
14970         this is a GCC extension and is not portable to other compilers.
14972         * src/system.h (alloca): Use same pattern as ../lib/error.c.
14973         Do not include <ctype.h>; no longer needed.
14974         Do not include <malloc.h>; no longer needed (and generates
14975         warnings on OpenBSD 3.0).
14977         * tests/cxx-type.at (yylex): Do not pass signed char to isupper;
14978         it's not portable.
14980         * tests/regression.at: Do not use 'cc -c input.c -o input';
14981         Sun C rejects this.  Instead, use 'cc -c input.c -o input.o'.
14983         * tests/synclines.at (AC_SYNCLINES_COMPILE): Accept any nonzero
14984         exit status as failure, not just exit status 1.  Sun C exits
14985         with status 2 sometimes.
14987         * tests/torture.at (AT_INCREASE_DATA_SIZE): New macro.
14988         Use it for the two large tests.
14990 2002-08-02  Akim Demaille  <akim@epita.fr>
14992         * src/conflicts.c (conflicts_output): Don't output rules never
14993         reduced here, since anyway that computation doesn't work.
14994         * src/gram.h, src/gram.h (rule_filter_t, rule_useful_p)
14995         (rule_useless_p, rule_never_reduced_p): New.
14996         (grammar_rules_partial_print): Use a filter instead of a range.
14997         Display the title only if needed.
14998         (grammar_rules_print): Adjust.
14999         (grammar_rules_never_reduced_report): New.
15000         * src/tables.c (action_row): Move the computation of rules never
15001         reduced to...
15002         (token_actions): here.
15003         * src/main.c (main): Make the parser before making the report, so
15004         that rules never reduced are computed.
15005         Call grammar_rules_never_reduced_report.
15006         * src/print.c (print_results): Report rules never reduced.
15007         * tests/conflicts.at, tests/reduce.at: Adjust.
15009 2002-08-01  Akim Demaille  <akim@epita.fr>
15011         Instead of attaching lookaheads and duplicating the rules being
15012         reduced by a state, attach the lookaheads to the reductions.
15014         * src/state.h (state_t): Remove the `lookaheads',
15015         `lookaheads_rule' member.
15016         (reductions_t): Add a `lookaheads' member.
15017         Use a regular array for the `rules'.
15018         * src/state.c (reductions_new): Initialize the lookaheads member
15019         to 0.
15020         (state_rule_lookaheads_print): Adjust.
15021         * src/state.h, src/state.c (state_reductions_find): New.
15022         * src/conflicts.c (resolve_sr_conflict, set_conflicts)
15023         (count_rr_conflicts): Adjust.
15024         * src/lalr.c (LArule): Remove.
15025         (add_lookback_edge): Adjust.
15026         (state_lookaheads_count): New.
15027         (states_lookaheads_initialize): Merge into...
15028         (initialize_LA): this.
15029         (lalr_free): Adjust.
15030         * src/main.c (main): Don't free nullable and derives too early: it
15031         is used by --verbose.
15032         * src/print.c, src/print_graph.c, src/tables.c: Adjust.
15034 2002-08-01  Akim Demaille  <akim@epita.fr>
15036         * src/derives.h, src/derives.c (derives): A `rule_t***' instead of
15037         `rule_number_t**'.
15038         (set_derives, free_derives): Rename as...
15039         (derives_compute, derives_free): this.
15040         Adjust all dependencies.
15041         * src/nullable.c (set_nullable, free_nullable): Rename as...
15042         (nullable_compute, nullable_free): these.
15043         (rule_list_t): Store rule_t *, not rule_number_t.
15044         * src/state.c (state_rule_lookaheads_print): Directly compare rule
15045         pointers, instead of their numbers.
15046         * src/main.c (main): Call nullable_free, and derives_free earlier,
15047         as they were lo longer used.
15049 2002-08-01  Akim Demaille  <akim@epita.fr>
15051         * lib/timevar.c (get_time): Include children time.
15052         * src/lalr.h (LA, LArule): Don't export them: used with the
15053         state_t.
15054         * src/lalr.c (LA, LArule): Static.
15055         * src/lalr.h, src/lalr.c (lalr_free): New.
15056         * src/main.c (main): Call it.
15057         * src/tables.c (pack_vector): Check whether loc is >= to the
15058         table_size, not >.
15059         (pack_tables): Don't free froms, tos, conflict_tos, and pos...
15060         (tables_generate): do it, since that's also it which allocates
15061         them.
15062         Don't free LA and LArule, main does.
15064 2002-07-31  Akim Demaille  <akim@epita.fr>
15066         Separate parser tables computation and output.
15068         * src/output.c (nvectors, base_t, base, base_ninf, conflict_table)
15069         (conflict_list, conflict_list_cnt, table, check, table_ninf)
15070         (yydefgoto, yydefact, high): Move to...
15071         * src/tables.h, src/tables.c: here.
15072         * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
15073         (VECTOR_NUMBER_MIN, state_number_to_vector_number)
15074         (symbol_number_to_vector_number, nvectors, BASE_MAX, BASE_MIN)
15075         (froms, tos, conflict_tos, tally, width, action_t, ACTION_MAX)
15076         (ACTION_MIN, actrow, order, nentries, pos, conflrow)
15077         (conflict_list_free, table_size, lowzero, table_grow, conflict_row)
15078         (action_row, save_row, token_actions, save_column, default_goto)
15079         (goto_actions, sort_actions, matching_state, pack_vector)
15080         (table_ninf_remap, pack_table, prepare_actions): Move to...
15081         * src/tables.c: here.
15082         * src/tables.h, src/tables.c(tables_generate, tables_free): New.
15083         * src/output.c (token_actions, output_base, output_conflicts)
15084         (output_check): Merge into...
15085         (prepare_actions): this.
15086         (actions_output): Rename as...
15087         (user_actions_output): this.
15088         * src/main.c (main): Call tables_generate and tables_free.
15090 2002-07-31  Akim Demaille  <akim@epita.fr>
15092         Steal GCC's --time-report support.
15094         * lib/timevar.c, lib/timevar.h, lib/timevar.def: New,
15095         stolen/adjusted from GCC.
15096         * m4/stage.m4: Remove time related checks.
15097         * m4/timevar.m4: New.
15098         * configure.in: Adjust.
15099         * src/system.h: Adjust to using timevar.h.
15100         * src/getargs.h, src/getargs.c: Support trace_time for
15101         --trace=time.
15102         * src/main.c (stage): Remove.
15103         (main): Replace `stage' invocations with timevar calls.
15104         * src/output.c: Insert pertinent timevar calls.
15106 2002-07-31  Akim Demaille  <akim@epita.fr>
15108         Let --trace have arguments.
15110         * src/getargs.h (enum trace_e): New.
15111         * src/getargs.c (trace_args, trace_types, trace_argmatch): New.
15112         (long_options, short_options): --trace/-T takes an optional
15113         argument.
15114         Change all the uses of trace_flag to reflect the new flags.
15115         * tests/sets.at (Firsts, Nullable, Broken Closure): Use --trace=sets.
15117         Strengthen `stage' portability.
15119         * m4/stage.m4 (BISON_PREREQ_STAGE): New.
15120         * configure.in: Use it.
15121         Don't check for malloc.h and sys/times.h.
15122         * src/system.h: Include them when appropriate.
15123         * src/main.c (stage): Compile only when mallinfo, struct mallinfo,
15124         times and struct tms are available.
15126 2002-07-30  Akim Demaille  <akim@epita.fr>
15128         In verbose parse error message, don't report `error' as an
15129         expected token.
15130         * tests/actions.at (Printers and Destructors): Adjust.
15131         * tests/calc.at (Calculator $1): Adjust.
15132         * data/yacc.c, data/glr.c, data/lalr1.c: When making the verbose
15133         error message, do not report the parser accepts the error token in
15134         that state.
15136 2002-07-30  Akim Demaille  <akim@epita.fr>
15138         Normalize conflict related messages.
15140         * src/complain.h, src/complain.c (warn, complain): New.
15141         * src/conflicts.c (conflicts_print): Use them.
15142         (conflict_report_yacc): New, extracted from...
15143         (conflicts_print): here.
15144         * tests/conflicts.at, tests/existing.at: Adjust.
15146 2002-07-30  Akim Demaille  <akim@epita.fr>
15148         Report rules which are never reduced by the parser: those hidden
15149         by conflicts.
15151         * src/LR0.c (save_reductions): Don't make the final state too
15152         different: save its reduction (accept) instead of having a state
15153         without any action (no shift or goto, no reduce).
15154         Note: the final state is now a ``regular'' state, i.e., the
15155         parsers now contain `reduce 0' as default reduction.
15156         Nevertheless, since they decide to `accept' when yystate =
15157         final_state, they still will not reduce rule 0.
15158         * src/print.c (print_actions, print_reduction): Adjust.
15159         * src/output.c (action_row): Track reduced rules.
15160         (token_actions): Report rules never reduced.
15161         * tests/conflicts.at, tests/regression.at: Adjust.
15163 2002-07-30  Akim Demaille  <akim@epita.fr>
15165         `stage' was accidently included in a previous patch.
15166         Initiate its autoconfiscation.
15168         * configure.in: Look for malloc.h and sys/times.h.
15169         * src/main.c (stage): Adjust.
15170         Report only when trace_flag.
15172 2002-07-29  Akim Demaille  <akim@epita.fr>
15174         * src/state.h, src/state.c (transitions_t): Holds state_t*'s, not
15175         state_number_t.
15176         (errs_t): symbol_t*, not symbol_number_t.
15177         (reductions_t): rule_t*, not rule_number_t.
15178         (FOR_EACH_SHIFT): New.
15179         * src/LR0.c, src/conflicts.c, src/lalr.c, src/output.c
15180         * src/print.c, src/print_graph.c: Adjust.
15182 2002-07-29  Akim Demaille  <akim@epita.fr>
15184         Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
15186         * src/symtab.h, src/symtab.c (eoftoken, axiom): Rename as...
15187         (endtoken, accept): these.
15188         * src/reader.c (reader): Set endtoken's default tag to "$end".
15189         Set undeftoken's tag to "$undefined" instead of "$undefined.".
15190         * doc/bison.texinfo (Table of Symbols): Mention $accept and $end.
15191         Adjust.
15193 2002-07-29  Akim Demaille  <akim@epita.fr>
15195         * src/reduce.c (reduce_grammar): When the language is empty,
15196         complain about the start symbol, not the axiom.
15197         Use its location.
15198         * tests/reduce.at (Empty Language): New.
15200 2002-07-26  Akim Demaille  <akim@epita.fr>
15202         * src/reader.h, src/reader.c (gram_error): ... can't get
15203         yycontrol without making too strong assumptions on the parser
15204         itself.
15205         * src/output.c (prepare_tokens): Use the real 0th value of
15206         token_translations instead of `0'.
15207         * src/parse-gram.y (yyerror): Don't rely on yycontrol being
15208         visible here.
15209         * data/yacc.c (yyreport_parse_error): Rename yylocation as yylloc
15210         for the time being: %locations ought to provide it to yyerror.
15212 2002-07-25  Akim Demaille  <akim@epita.fr>
15214         * src/output.c (prepare_tokens): Go up to ntokens, not ntokens + 1.
15215         * doc/bison.texinfo (Decl Summary): s/$illegal/$undefined./.
15216         * tests/regression.at (Web2c Actions): Adjust.
15218 2002-07-25  Akim Demaille  <akim@epita.fr>
15220         Stop storing rules from 1 to nrules + 1.
15222         * src/LR0.c, src/closure.c, src/derives.c, src/gram.c, src/lalr.c
15223         * src/nullable.c, src/output.c, src/print.c, src/reader.c
15224         * src/reduce.c: Allocate and free from &rules[0], not &rules[1].
15225         Iterate from 0 to nrules.
15226         Use rule_number_as_item_number and item_number_as_rule_number.
15227         Adjust to `derive' now containing possibly 0.
15228         * src/gram.h (rule_number_as_item_number, item_number_as_rule_number):
15229         Handle the `- 1' part in rule numbers from/to item numbers.
15230         * src/conflicts.c (log_resolution): Fix the message which reversed
15231         shift and reduce.
15232         * src/output.c (action_row): Initialize default_rule to -1.
15233         (token_actions): Adjust.
15234         * tests/sets.at (Nullable, Firsts): Fix the previously bogus
15235         expected output.
15236         * tests/conflicts.at (Resolved SR Conflicts): Likewise.
15238 2002-07-25  Akim Demaille  <akim@epita.fr>
15240         * data/c.m4 (b4_c_function, b4_c_ansi_args, b4_c_ansi_arg)
15241         (b4_c_knr_arg_names, b4_c_knr_arg_name, b4_c_knr_arg_decls)
15242         (b4_c_knr_arg_decl): New.
15243         * data/yacc.c: Use it to define yysymprint, yydestruct, and
15244         yyreport_parse_error.
15246 2002-07-25  Akim Demaille  <akim@epita.fr>
15248         * data/yacc.c (yyreport_parse_error): New, extracted from...
15249         (yyparse): here.
15250         (yydestruct, yysymprint): Move above yyparse.
15251         Be K&R compliant.
15253 2002-07-25  Akim Demaille  <akim@epita.fr>
15255         * data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for): New,
15256         replace...
15257         (b4_sint_type, b4_uint_type): these.
15258         * data/yacc.c, data/glr.c, data/lalr1.cc: Use b4_int_type_for.
15259         * tests/regression.at (Web2c Actions): Adjust.
15261 2002-07-25  Akim Demaille  <akim@epita.fr>
15263         * src/gram.h (TIEM_NUMBER_MAX): New.
15264         (item_number_of_rule_number, rule_number_of_item_number): Rename
15265         as...
15266         (rule_number_as_item_number, item_number_as_rule_number): these.
15267         Adjust dependencies.
15268         * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
15269         (VECTOR_NUMBER_MIN, state_number_to_vector_number)
15270         (symbol_number_to_vector_number): New.
15271         (order): Of vector_number_t* type.
15272         (base_t, BASE_MAX, BASE_MIN): New.
15273         (froms, tos, width, pos, check): Of base_t type.
15274         (action_number_t, ACTION_MIN, ACTION_MAX): New.
15275         (actrow): Of action_number_t type.
15276         (conflrow): Of unsigned int type.
15277         (table_ninf, base_ninf): New.
15278         (GENERATE_MUSCLE_INSERT_TABLE): Also output the `*_min' value.
15279         (muscle_insert_int_table, muscle_insert_base_table)
15280         (muscle_insert_rule_number_table): New.
15281         (prepare_tokens): Output `toknum' as int_table.
15282         (action_row): Returns a rule_number_t.
15283         Use ACTION_MIN, not SHRT_MIN.
15284         (token_actions): yydefact is rule_number_t*.
15285         (table_ninf_remap): New.
15286         (pack_table): Use it for `base' and `table'.
15287         * data/yacc.c, data/glr.c, data/lalr1.cc (YYFLAG): Remove,
15288         replaced with...
15289         (YYPACT_NINF, YYTABLE_NINF): these.
15290         (yypact, yytable): Compute their types instead of hard-coded
15291         `short'.
15292         * tests/regression.at (Web2c Actions): Adjust.
15294 2002-07-19  Akim Demaille  <akim@epita.fr>
15296         * src/scan-gram.l (id): Can start with an underscore.
15298 2002-07-16  Akim Demaille  <akim@epita.fr>
15300         * src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string): New.
15301         Adjust all former `associativity' dependencies.
15302         * src/symtab.c (symbol_new): Default associativity is `undef', not
15303         `right'.
15304         (symbol_check_alias_consistence): Adjust.
15306 2002-07-09  Akim Demaille  <akim@epita.fr>
15308         * doc/bison.texinfo: Properly set the ``header'' part.
15309         Use @dircategory ``GNU programming tools'' as per Texinfo's
15310         documentation.
15311         Use @copying.
15313 2002-07-09  Akim Demaille  <akim@epita.fr>
15315         * lib/quotearg.h: Protect against multiple inclusions.
15316         * src/location.h (location_t): Add a `file' member.
15317         (LOCATION_RESET, LOCATION_PRINT): Adjust.
15318         * src/complain.c (warn_at, complain_at, fatal_at): Drop
15319         `error_one_per_line' support.
15321 2002-07-09  Akim Demaille  <akim@epita.fr>
15323         * src/complain.h, src/complain.c (warn, complain): Remove, unused.
15324         * src/reader.c (lineno): Remove.
15325         Adjust all dependencies.
15326         (get_merge_function): Take a location and use complain_at.
15327         * src/symtab.h, src/symtab.c (symbol_make_alias): Likewise.
15328         * tests/regression.at (Invalid inputs, Mixing %token styles):
15329         Adjust.
15331 2002-07-09  Akim Demaille  <akim@epita.fr>
15333         * src/parse-gram.y (rules_or_grammar_declaration): Add an error
15334         recovery rule, and forbid extensions when --yacc.
15335         (gram_error): Use complain_at.
15336         * src/reader.c (reader): Exit if there were parse errors.
15338 2002-07-09  Akim Demaille  <akim@epita.fr>
15340         * tests/synclines.at (AT_SYNCLINES_COMPILE): New.
15341         (AT_TEST_SYNCLINE): Adjust to unusual GCC outputs.
15342         Reported by R Blake <blakers@mac.com>.
15344 2002-07-09  Akim Demaille  <akim@epita.fr>
15346         * data/yacc.c: Output the copyright notive in the header.
15348 2002-07-03  Akim Demaille  <akim@epita.fr>
15350         * src/output.c (froms, tos): Are state_number_t.
15351         (save_column): sp, sp1, and sp2 are state_number_t.
15352         (prepare): Rename `final' as `final_state_number', `nnts' as
15353         `nterms_number', `nrules' as `rules_number', `nstates' as
15354         `states_number', and `ntokens' as `tokens_number'.  Remove `nsym',
15355         unused.
15356         * data/yacc.c, data/glr.c, data/lalr1.cc: Adjust.
15357         * data/lalr1.cc (nsym_): Remove, unused.
15359 2002-07-03  Akim Demaille  <akim@epita.fr>
15361         * src/lalr.h, src/lalr.c (goto_number_t): New.
15362         * src/lalr.c (goto_list_t): New.
15363         Propagate them.
15364         * src/nullable.c (rule_list_t): New.
15365         Propagate.
15366         * src/types.h: Remove.
15368 2002-07-03  Akim Demaille  <akim@epita.fr>
15370         * src/closure.c (print_fderives): Use rule_rhs_print.
15371         * src/derives.c (print_derives): Use rule_rhs_print.
15372         (rule_list_t): New, replaces `shorts'.
15373         (set_derives): Add comments.
15374         * tests/sets.at (Nullable, Firsts): Adjust.
15376 2002-07-03  Akim Demaille  <akim@epita.fr>
15378         * src/output.c (prepare_actions): Free `tally' and `width'.
15379         (prepare_actions): Allocate and free `order'.
15380         * src/symtab.c (symbols_free): Free `symbols'.
15381         * src/scan-gram.l (scanner_free): Clear Flex's scanners memory.
15382         * src/output.c (m4_invoke): Move to...
15383         * src/scan-skel.l: here.
15384         (<<EOF>>): Close yyout, and free its name.
15386 2002-07-03  Akim Demaille  <akim@epita.fr>
15388         Fix some memory leaks, and fix a bug: state 0 was examined twice.
15390         * src/LR0.c (new_state): Merge into...
15391         (state_list_append): this.
15392         (new_states): Merge into...
15393         (generate_states): here.
15394         (set_states): Don't ensure a proper `errs' state member here, do it...
15395         * src/conflicts.c (conflicts_solve): here.
15396         * src/state.h, src/state.c: Comment changes.
15397         (state_t): Rename member `shifts' as `transitions'.
15398         Adjust all dependencies.
15399         (errs_new): For consistency, also take the values as argument.
15400         (errs_dup): Remove.
15401         (state_errs_set): New.
15402         (state_reductions_set, state_transitions_set): Assert that no
15403         previous value was assigned.
15404         (state_free): New.
15405         (states_free): Use it.
15406         * src/conflicts.c (resolve_sr_conflict): Don't use an `errs_t' as
15407         temporary storage: use `errs' and `nerrs' as elsewhere.
15408         (set_conflicts): Allocate and free this `errs'.
15410 2002-07-02  Akim Demaille  <akim@epita.fr>
15412         * lib/libiberty.h: New.
15413         * lib: Update the bitset implementation from upstream.
15414         * src/closure.c, src/lalr.c, src/output.c, src/print_graph.c,
15415         * src/state.c: Use BITSET_FOR_EACH, not BITSET_EXECUTE.
15416         * src/main.c: Adjust bitset stats calls.
15418 2002-07-01  Paul Eggert  <eggert@twinsun.com>
15420         * src/scan-gram.l (<SC_ESCAPED_CHARACTER>): Convert to unsigned
15421         char, so that negative chars don't collide with $.
15423 2002-06-30  Akim Demaille  <akim@epita.fr>
15425         Have the GLR tests be `warning' checked, and fix the warnings.
15427         * data/glr.c (YYFPRINTF): Always define it, not only when YYDEBUG
15428         (yyuserAction, yyreportAmbiguity): `Use' all the arguments.
15429         (yyremoveDeletes): `yyi' and `yyj' are size_t.
15430         Use YYFPRINTF when under if (YYDEBUG) to avoid empty `if' bodies.
15431         (yyaddDeferredAction): static.
15432         (yyglrReduce): yyi, yyk, amd yyposn are size_t.
15433         (yyreportParseError): yyprefix is const.
15434         yytokenp is used only when verbose.
15435         (yy__GNUC__): Replace with __GNUC__.
15436         (yypdumpstack): yyi is size_t.
15437         (yypreference): Un-yy local variables and arguments, to avoid
15438         clashes with `yyr1'.  Anyway, we are not in the user name space.
15439         (yytname_size): be an int, as is compared with ints.
15440         * tests/testsuite.at (AT_COMPILE, AT_PARSER_CHECK): New.
15441         Use them.
15442         * tests/cxx-gram.at: Use quotation to protect $1.
15443         Use AT_COMPILE to enable warnings hunts.
15444         Prototype yylex and yyerror.
15445         `Use' argc.
15446         Include `string.h', not `strings.h'.
15447         Produce and prototype stmtMerge only when used.
15448         yylex takes a location.
15450 2002-06-30  Akim Demaille  <akim@epita.fr>
15452         We spend a lot of time in quotearg, in particular when --verbose.
15454         * src/symtab.c (symbol_get): Store a quoted version of the key.
15455         (symbol_tag_get, symbol_tag_get_n, symbol_tag_print): Remove.
15456         Adjust all callers.
15458 2002-06-30  Akim Demaille  <akim@epita.fr>
15460         * src/state.h (reductions_t): Rename member `nreds' as num.
15461         (errs_t): Rename members `nerrs' and `errs' as `num' and `symbols'.
15462         * src/state.c (ERRS_ALLOC, REDUCTIONS_ALLOC): Use the correct types.
15464 2002-06-30  Akim Demaille  <akim@epita.fr>
15466         * src/state.h, src/state.c (shift_t, SHIFT_SYMBOL, SHIFT_IS_SHIFT)
15467         (SHIFT_IS_GOTO, SHIFT_IS_ERROR, SHIFT_DISABLE, SHIFT_IS_DISABLED)
15468         (shifts_to): Rename as...
15469         (transition_t, TRANSITION_SYMBOL, TRANSITION_IS_TRANSITION)
15470         (TRANSITION_IS_GOTO, TRANSITION_IS_ERROR, TRANSITION_DISABLE)
15471         (TRANSITION_IS_DISABLED, transitions_to): these.
15473 2002-06-30  Akim Demaille  <akim@epita.fr>
15475         * src/print.c (print_shifts, print_gotos): Merge into...
15476         (print_transitions): this.
15477         (print_transitions, print_errs, print_reductions): Align the
15478         lookaheads columns.
15479         (print_core, print_transitions, print_errs, print_state,
15480         print_grammar): Output empty lines separator before, not after.
15481         (state_default_rule_compute): Rename as...
15482         (state_default_rule): this.
15483         * tests/conflicts.at (Defaulted Conflicted Reduction),
15484         (Unresolved SR Conflicts, Resolved SR Conflicts): Adjust.
15485         * tests/regression.at (Rule Line Numbers, Web2c Report): Adjust.
15487 2002-06-30  Akim Demaille  <akim@epita.fr>
15489         Display items as we display rules.
15491         * src/gram.h, src/gram.c (rule_lhs_print): New.
15492         * src/gram.c (grammar_rules_partial_print): Use it.
15493         * src/print.c (print_core): Likewise.
15494         * tests/conflicts.at (Defaulted Conflicted Reduction),
15495         (Unresolved SR Conflicts): Adjust.
15496         (Unresolved SR Conflicts): Adjust and rename as...
15497         (Resolved SR Conflicts): this, as was meant.
15498         * tests/regression.at (Web2c Report): Adjust.
15500 2002-06-30  Akim Demaille  <akim@epita.fr>
15502         * src/print.c (state_default_rule_compute): New, extracted from...
15503         (print_reductions): here.
15504         Pessimize, but clarify the code.
15505         * tests/conflicts.at (Defaulted Conflicted Reduction): New.
15507 2002-06-30  Akim Demaille  <akim@epita.fr>
15509         * src/output.c (action_row): Let default_rule be always a rule
15510         number.
15512 2002-06-30  Akim Demaille  <akim@epita.fr>
15514         * src/closure.c (print_firsts, print_fderives, closure):
15515         Use BITSET_EXECUTE.
15516         * src/lalr.c (lookaheads_print): Likewise.
15517         * src/state.c (state_rule_lookaheads_print): Likewise.
15518         * src/print_graph.c (print_core): Likewise.
15519         * src/print.c (print_reductions): Likewise.
15520         * src/output.c (action_row): Likewise.
15521         Use SHIFT_IS_DISABLED, SHIFT_IS_SHIFT and SHIFT_SYMBOL.
15523 2002-06-30  Akim Demaille  <akim@epita.fr>
15525         * src/print_graph.c: Use report_flag.
15527 2002-06-30  Akim Demaille  <akim@epita.fr>
15529         * src/lalr.c (traverse, digraph, matrix_print, transpose): Move
15530         to...
15531         * src/relation.h, src/relation.c (traverse, relation_digraph)
15532         (relation_print, relation_transpose): New.
15534 2002-06-30  Akim Demaille  <akim@epita.fr>
15536         * src/state.h, src/state.c (shifts_to): New.
15537         * src/lalr.c (build_relations): Use it.
15539 2002-06-30  Akim Demaille  <akim@epita.fr>
15541         * src/gram.h (rule_number_t, RULE_NUMBER_MAX, int_of_rule_number)
15542         (item_number_of_rule_number, rule_number_of_item_number): New.
15543         * src/LR0.c, src/closure.c, src/derives.c, src/derives.h,
15544         * src/gram.c, src/lalr.c, src/nullable.c, src/output.c, src/print.c,
15545         * src/print_graph.c, src/reader.c, src/reduce.c, src/reduce.h:
15546         Propagate their use.
15547         Much remains to be done, in particular wrt `shorts' from types.h.
15549 2002-06-30  Akim Demaille  <akim@epita.fr>
15551         * src/symtab.c (symbol_new): Initialize the `printer' member.
15553 2002-06-30  Akim Demaille  <akim@epita.fr>
15555         * src/LR0.c (save_reductions): Remove, replaced by...
15556         * src/state.h, src/state.c (state_reductions_set): New.
15557         (reductions, errs): Rename as...
15558         (reductions_t, errs_t): these.
15559         Adjust all dependencies.
15561 2002-06-30  Akim Demaille  <akim@epita.fr>
15563         * src/LR0.c (state_list_t, state_list_append): New.
15564         (first_state, last_state): Now symbol_list_t.
15565         (this_state): Remove.
15566         (new_itemsets, append_states, save_reductions): Take a state_t as
15567         argument.
15568         (set_states, generate_states): Adjust.
15569         (save_shifts): Remove, replaced by...
15570         * src/state.h, src/state.c (state_shifts_set): New.
15571         (shifts): Rename as...
15572         (shifts_t): this.
15573         Adjust all dependencies.
15574         * src/state.h (state_t): Remove the `next' member.
15576 2002-06-30  Akim Demaille  <akim@epita.fr>
15578         * src/vcg.c (quote): Use slot 2, since we often pass symbol tag
15579         escaped in slot 0.
15581 2002-06-30  Akim Demaille  <akim@epita.fr>
15583         Use hash.h for the state hash table.
15585         * src/LR0.c (STATE_HASH_SIZE, state_hash): Remove.
15586         (allocate_storage): Use state_hash_new.
15587         (free_storage): Use state_hash_free.
15588         (new_state, get_state): Adjust.
15589         * src/lalr.h, src/lalr.c (states): Move to...
15590         * src/states.h (state_t): Remove the `link' member, no longer
15591         used.
15592         * src/states.h, src/states.c: here.
15593         (state_hash_new, state_hash_free, state_hash_lookup)
15594         (state_hash_insert, states_free): New.
15595         * src/states.c (state_table, state_compare, state_hash): New.
15596         * src/output.c (output_actions): Do not free states now, since we
15597         still need to know the final_state number in `prepare', called
15598         afterwards.  Do it...
15599         * src/main.c (main): here: call states_free after `output'.
15601 2002-06-30  Akim Demaille  <akim@epita.fr>
15603         * src/state.h, src/state.c (state_new): New, extracted from...
15604         * src/LR0.c (new_state): here.
15605         * src/state.h (STATE_ALLOC): Move to...
15606         * src/state.c: here.
15607         * src/LR0.h, src/LR0.c (nstates, final_state): Move to...
15608         * src/state.h, src/state.c: here.
15610 2002-06-30  Akim Demaille  <akim@epita.fr>
15612         * src/reader.c (gensym): Rename as...
15613         * src/symtab.h, src/symtab.c (dummy_symbol_get): this.
15614         (getsym): Rename as...
15615         (symbol_get): this.
15617 2002-06-30  Akim Demaille  <akim@epita.fr>
15619         * src/state.h (state_number_t, STATE_NUMBER_MAX): New.
15620         * src/LR0.c, src/LR0.h, src/conflicts.c, src/lalr.c, src/lalr.h,
15621         * src/output.c, src/print.c, src/print_graph.c: Propagate.
15622         * src/LR0.h, src/LR0.h (final_state): Is a state_t*.
15624 2002-06-30  Akim Demaille  <akim@epita.fr>
15626         Make the test suite pass with warnings checked.
15628         * tests/actions.at (Printers and Destructors): Improve.
15629         Avoid unsigned vs. signed issues.
15630         * tests/calc.at: Don't exercise the scanner here, do it...
15631         * tests/input.at (Torturing the Scanner): here.
15633 2002-06-28  Paul Hilfinger  <Hilfinger@CS.Berkeley.EDU>
15635         * data/glr.c: Correct typo in Emacs-mode directive.  Slightly
15636         reorganize first lines parallel to yacc.c.
15638 2002-06-28  Akim Demaille  <akim@epita.fr>
15640         * data/c.m4 (b4_copyright, b4_sint_type, b4_uint_type, b4_token_define)
15641         (b4_token_enum, b4_token_defines): New, factored from...
15642         * data/lalr1.cc, data/yacc.c, glr.c: here.
15644 2002-06-28  Akim Demaille  <akim@epita.fr>
15646         * data/yacc.c (yydestruct, yysymprint): Pacify GCC warnings for
15647         unused variables.
15648         * src/output.c (merger_output): static.
15650 2002-06-28  Akim Demaille  <akim@epita.fr>
15652         * src/reader.h: s/grammer_current_rule_merge_set/grammar_.../.
15653         * src/conflicts.c (conflicts_total_count): `i' is unsigned, to
15654         pacify GCC.
15655         * src/output.c (save_row): Initialize all the variables to pacify GCC.
15657 2002-06-27  Paul Hilfinger  <Hilfinger@CS.Berkeley.EDU>
15659         Accumulated changelog for new GLR parsing features.
15661         * src/conflicts.c (count_total_conflicts): Change name to
15662         conflicts_total_count.
15663         * src/conflicts.h: Ditto.
15664         * src/output.c (token_actions): Use the new name.
15665         (output_conflicts): Change conflp => conflict_list_heads, and
15666         confl => conflict_list for better readability.
15667         * data/glr.c: Use the new names.
15668         * NEWS: Add self to GLR announcement.
15670         * src/reader.c (free_merger_functions): Cleanup: XFREE->free.
15672         * doc/bison.texinfo (GLR Parsers): Make corrections suggested by
15673         Akim Demaille.
15675         * data/bison.glr: Change name to glr.c
15676         * data/glr.c: Renamed from bison.glr.
15677         * data/Makefile.am: Add glr.c
15679         * src/getargs.c:
15681         * src/symlist.h:  Add dprec and merger fields to symbol_list_s.
15682         * src/symlist.c (symbol_list_new): Initialize dprec and merger fields.
15684         Originally 2002-06-16  Paul Hilfinger  <Hilfinger@CS.Berkeley.EDU>
15686         * data/bison.glr: Be sure to restore the
15687         current #line when returning to the skeleton contents after having
15688         exposed the input file's #line.
15690         Originally 2002-06-13  Paul Hilfinger  <Hilfinger@CS.Berkeley.EDU>
15692         * data/bison.glr: Bring up to date with changes to bison.simple.
15694         Originally 2002-06-03  Paul Hilfinger  <Hilfinger@CS.Berkeley.EDU>
15696         * data/bison.glr: Correct definitions that use b4_prefix.
15697         Various reformatting.
15698         (GLRStack): Make yychar (in YYPURE case) and yytokenp as part of stack.
15699         (yyreportParseError, yyrecoverParseError, yyprocessOneStack): remove
15700         yytokenp argument; now part of stack.
15701         (yychar): Define to behave as documented.
15702         (yyclearin): Ditto.
15704         Originally 2002-05-14  Paul Hilfinger  <Hilfinger@CS.Berkeley.EDU>
15706         * src/reader.h: Add declaration for free_merger_functions.
15708         * src/reader.c (merge_functions): New variable.
15709         (get_merge_function): New function.
15710         (free_merger_functions): New function.
15711         (readgram): Check for %prec that is not followed by a symbol.
15712         Handle %dprec and %merge declarations.
15713         (packgram): Initialize dprec and merger fields in rules array.
15715         * src/output.c (conflict_tos, conflrow, conflict_table, conflict_list,
15716         conflict_list_cnt, conflict_list_free): New variables.
15717         (table_grow): Also grow conflict_table.
15718         (prepare_rules): Output dprec and merger tables.
15719         (conflict_row): New function.
15720         (action_row): Output conflict lists for GLR parser.  Don't use
15721         default reduction in conflicted states for GLR parser so that there
15722         are spaces for the conflict lists.
15723         (save_row): Also save conflict information.
15724         (token_actions): Allocate conflict list.
15725         (merger_output): New function.
15726         (pack_vector): Pack conflict table, too.
15727         (output_conflicts): New function to output yyconflp and yyconfl.
15728         (output_check): Allocate conflict_tos.
15729         (output_actions): Output conflict tables, also.
15730         (output_skeleton): Output b4_mergers definition.
15731         (prepare): Output b4_max_rhs_length definition.
15732         Use 'bison.glr' as default skeleton for GLR parsers.
15734         * src/gram.c (glr_parser): New flag.
15735         (grammar_free): Call free_merger_functions.
15737         * src/conflicts.c (count_rr_conflicts): Augment to optionally count
15738         all pairs of conflicting reductions, rather than just all tokens
15739         causing conflicts.  Needed to size conflict tables.
15740         (conflicts_output): Modify call to count_rr_conflicts for new
15741         interface.
15742         (conflicts_print): Ditto.
15743         (count_total_conflicts): New function.
15745         * src/reader.h (merger_list): New type.
15746         (merge_functions): New variable.
15748         * src/lex.h (tok_dprec, tok_merge): New token types.
15750         * src/gram.h (rule_s): Add dprec and merger fields.
15751         (glr_parser): New flag.
15753         * src/conflicts.h (count_total_conflicts): New function.
15755         * src/options.c (option_table): Add %dprec, %merge, and %glr-parser.
15757         * doc/bison.texinfo (Generalized LR Parsing): New section.
15758         (GLR Parsers): New section.
15759         (Language and Grammar): Mention GLR parsing.
15760         (Table of Symbols): Add %dprec, %glr-parser, %merge, GLR
15761         Correct typo ("tge" -> "the").
15763         * data/bison.glr: New skeleton for GLR parsing.
15765         * tests/cxx-gram.at: New tests for GLR parsing.
15767         * tests/testsuite.at: Include cxx-gram.at.
15769         * tests/Makefile.am: Add cxx-gram.at.
15771         * src/parse-gram.y:
15773         * src/scan-gram.l: Add %dprec, %glr-parser, %merge.
15775         * src/parse-gram.y: Grammar for %dprec, %merge, %glr-parser.
15777 2002-06-27  Akim Demaille  <akim@epita.fr>
15779         * src/options.h, src/options.c: Remove.
15780         * src/getargs.c (short_options, long_options): New.
15782 2002-06-27  Akim Demaille  <akim@epita.fr>
15784         * data/bison.simple, data/bison.c++: Rename as...
15785         * data/yacc.c, data/lalr1.cc: these.
15786         * doc/bison.texinfo (Environment Variables): Remove.
15788 2002-06-25  Raja R Harinath  <harinath@cs.umn.edu>
15790         * src/getargs.c (report_argmatch): Initialize strtok().
15792 2002-06-20  Akim Demaille  <akim@epita.fr>
15794         * data/bison.simple (b4_symbol_actions): New, replaces...
15795         (b4_symbol_destructor, b4_symbol_printer): these.
15796         (yysymprint): Be sure to call YYPRINT only for tokens, and using
15797         user token numbers.
15799 2002-06-20  Akim Demaille  <akim@epita.fr>
15801         * data/bison.simple (yydestructor): Rename as...
15802         (yydestruct): this.
15804 2002-06-20  Akim Demaille  <akim@epita.fr>
15806         * src/symtab.h, src/symtab.c (symbol_type_set)
15807         (symbol_destructor_set, symbol_precedence_set): The location is
15808         the last argument.
15809         Adjust all callers.
15811 2002-06-20  Akim Demaille  <akim@epita.fr>
15813         * src/parse-gram.y (YYPRINT, yyprint): Don't mess with the parser
15814         internals.
15815         * src/reader.h, src/reader.c (grammar_current_rule_prec_set):
15816         Takes a location.
15817         * src/symtab.h, src/symtab.c (symbol_class_set)
15818         (symbol_user_token_number_set): Likewise.
15819         Adjust all callers.
15820         Promote complain_at.
15821         * tests/input.at (Type Clashes): Adjust.
15823 2002-06-20  Akim Demaille  <akim@epita.fr>
15825         * data/bison.simple (YYLEX): Fix the declaration when
15826         %pure-parser.
15828 2002-06-20  Akim Demaille  <akim@epita.fr>
15830         * data/bison.simple (yysymprint): Don't print the token number,
15831         just its name.
15832         * tests/actions.at (Destructors): Rename as...
15833         (Printers and Destructors): this.
15834         Also exercise %printer.
15836 2002-06-20  Akim Demaille  <akim@epita.fr>
15838         * data/bison.simple (YYDSYMPRINT): New.
15839         Use it to remove many of the #if YYDEBUG/if (yydebug).
15841 2002-06-20  Akim Demaille  <akim@epita.fr>
15843         * src/symtab.h, src/symtab.c (symbol_t): printer and
15844         printer_location are new members.
15845         (symbol_printer_set): New.
15846         * src/parse-gram.y (PERCENT_PRINTER): New token.
15847         Handle its associated rule.
15848         * src/scan-gram.l: Adjust.
15849         (handle_destructor_at, handle_destructor_dollar): Rename as...
15850         (handle_symbol_code_at, handle_symbol_code_dollar): these.
15851         * src/output.c (symbol_printers_output): New.
15852         (output_skeleton): Call it.
15853         * data/bison.simple (yysymprint): New.  Cannot be named yyprint
15854         since there are already many grammar files with a user `yyprint'.
15855         Replace the calls to YYPRINT to calls to yysymprint.
15856         * tests/calc.at: Adjust.
15857         * tests/torture.at (AT_DATA_STACK_TORTURE): Remove YYPRINT: it was
15858         taking advantage of parser very internal details (stack size!).
15860 2002-06-20  Akim Demaille  <akim@epita.fr>
15862         * src/scan-gram.l: Complete the scanner with the missing patterns
15863         to pacify Flex.
15864         Use `quote' and `symbol_tag_get' where appropriate.
15866 2002-06-19  Akim Demaille  <akim@epita.fr>
15868         * tests/actions.at (Destructors): Augment to test locations.
15869         * data/bison.simple (yydestructor): Pass it the current location
15870         if locations are enabled.
15871         Prototype only when __STDC__ or C++.
15872         Change the argument names to move into the yy name space: there is
15873         user code here.
15875 2002-06-19  Akim Demaille  <akim@epita.fr>
15877         * data/bison.simple (b4_pure_if): New.
15878         Use it instead of #ifdef YYPURE.
15880 2002-06-19  Akim Demaille  <akim@epita.fr>
15882         * data/bison.simple (b4_location_if): New.
15883         Use it instead of #ifdef YYLSP_NEEDED.
15885 2002-06-19  Akim Demaille  <akim@epita.fr>
15887         Prepare @$ in %destructor, but currently don't bind it in the
15888         skeleton, as %location use is not cleaned up yet.
15890         * src/scan-gram.l (handle_dollar, handle_destructor_at)
15891         (handle_action_at): New.
15892         (handle_at, handle_action_dollar, handle_destructor_dollar): Take
15893         a braced_code_t and a location as additional arguments.
15894         (handle_destructor_dollar): Instead of requiring `b4_eval', just
15895         unquote one when outputting `b4_dollar_dollar'.
15896         Adjust callers.
15897         * data/bison.simple (b4_eval): Remove.
15898         (b4_symbol_destructor): Adjust.
15899         * tests/input.at (Invalid @n): Adjust.
15901 2002-06-19  Zack Weinberg  <zack@codesourcery.com>
15903         * doc/bison.texinfo: Document ability to have multiple
15904         prologue sections.
15906 2002-06-18  Akim Demaille  <akim@epita.fr>
15908         * src/files.c (compute_base_names): When computing the output file
15909         names from the input file name, strip the directory part.
15911 2002-06-18  Akim Demaille  <akim@epita.fr>
15913         * data/bison.simple.new: Comment changes.
15914         Reported by Andreas Schwab.
15916 2002-06-18  Matt Kraai  <kraai@alumni.cmu.edu>
15918         * data/bison.simple (yyoverflowlab): #ifndef yyoverflow, so that
15919         there are no `label `yyoverflowlab' defined but not used' warnings
15920         when yyoverflow is defined.
15922 2002-06-18  Akim Demaille  <akim@epita.fr>
15924         * src/symtab.h, src/symtab.c (symbol_t): destructor_location is a
15925         new member.
15926         (symbol_destructor_set): Adjust.
15927         * src/output.c (symbol_destructors_output): Output the destructor
15928         locations.
15929         Output the symbol name.
15930         * data/bison.simple (b4_symbol_destructor): Adjust.
15932 2002-06-18  Cris Bailiff  <c.bailiff@awayweb.com>
15933         and Akim Demaille  <akim@epita.fr>
15935         * data/bison.simple.new (yyerrlab1): Be sure to pop and destroy
15936         what's left on the stack when the error recovery hits EOF.
15937         * tests/actions.at (Destructors): Complete to exercise this case.
15939 2002-06-17  Akim Demaille  <akim@epita.fr>
15941         * data/m4sugar/m4sugar.m4 (m4_map): Recognize when the list of
15942         arguments is really empty, not only equal to `[]'.
15943         * src/symtab.h, src/symtab.c (symbol_t): `destructor' is a new
15944         member.
15945         (symbol_destructor_set): New.
15946         * src/output.c (symbol_destructors_output): New.
15947         * src/reader.h (brace_code_t, current_braced_code): New.
15948         * src/scan-gram.l (BRACED_CODE): Use it to branch on...
15949         (handle_dollar): Rename as...
15950         (handle_action_dollar): this.
15951         (handle_destructor_dollar): New.
15952         * src/parse-gram.y (PERCENT_DESTRUCTOR): New.
15953         (grammar_declaration): Use it.
15954         * data/bison.simple (yystos): Is always defined.
15955         (yydestructor): New.
15956         * tests/actions.at (Destructors): New.
15957         * tests/calc.at (_AT_CHECK_CALC_ERROR): Don't rely on egrep.
15959 2002-06-17  Akim Demaille  <akim@epita.fr>
15961         * src/symlist.h, src/symlist.c (symbol_list_length): New.
15962         * src/scan-gram.l (handle_dollar, handle_at): Compute the
15963         rule_length only when needed.
15964         * src/output.c (actions_output, token_definitions_output): Output
15965         the full M4 block.
15966         * src/symtab.c: Don't access directly to the symbol tag, use
15967         symbol_tag_get.
15968         * src/parse-gram.y: Use symbol_list_free.
15970 2002-06-17  Akim Demaille  <akim@epita.fr>
15972         * src/reader.h, src/reader.c (symbol_list, symbol_list_new)
15973         (symbol_list_prepend, get_type_name): Move to...
15974         * src/symlist.h, src/symlist.c (symbol_list_t, symbol_list_new)
15975         (symbol_list_prepend, symbol_list_n_type_name_get): here.
15976         Adjust all callers.
15977         (symbol_list_free): New.
15978         * src/scan-gram.l (handle_dollar): Takes a location.
15979         * tests/input.at (Invalid $n): Adjust.
15981 2002-06-17  Akim Demaille  <akim@epita.fr>
15983         * src/reader.h, src/reader.c (symbol_list_new): Export it.
15984         (symbol_list_prepend): New.
15985         * src/parse-gram.y (%union): `list' is a new member.
15986         (symbols.1): New, replaces...
15987         (terms_to_prec.1, nterms_to_type.1): these.
15988         * src/symtab.h, src/symtab.c (symbol_type_set, symbol_precedence_set)
15989         Take a location as additional argument.
15990         Adjust all callers.
15992 2002-06-15  Akim Demaille  <akim@epita.fr>
15994         * src/parse-gram.y: Move %token in the declaration section so that
15995         we don't depend upon CVS Bison.
15997 2002-06-15  Akim Demaille  <akim@epita.fr>
15999         * src/state.h, src/state.c (state_rule_lookaheads_print): New.
16000         * src/print.c (print_core): Use it.
16002 2002-06-15  Akim Demaille  <akim@epita.fr>
16004         * src/conflicts.c (log_resolution): Accept the rule involved in
16005         the sr conflicts instead of the lookahead number that points to
16006         that rule.
16007         (flush_reduce): Accept the current lookahead vector as argument,
16008         instead of the index in LA.
16009         (resolve_sr_conflict): Accept the current number of lookahead
16010         bitset to consider for the STATE, instead of the index in LA.
16011         (set_conflicts): Adjust.
16012         * src/lalr.c, src/lalr.h, src/state.h: Comment changes.
16014 2002-06-15  Akim Demaille  <akim@epita.fr>
16016         * src/state.h (state_t): Replace the `lookaheadsp' member, a
16017         short, with `lookaheads' (bitsetv), `lookaheads_rule' (rule_t**).
16018         Adjust all dependencies.
16019         * src/lalr.c (initialize_lookaheads): Split into...
16020         (states_lookaheads_count, states_lookaheads_initialize): these.
16021         (lalr): Adjust.
16023 2002-06-15  Akim Demaille  <akim@epita.fr>
16025         * src/gram.h, src/gram.c (grammar_rules_partial_print): New, eved
16026         out of...
16027         (grammar_rules_print): here.
16028         * src/reduce.c (reduce_output): Use it.
16029         * tests/reduce.at (Useless Rules, Reduced Automaton)
16030         (Underivable Rules): Adjust.
16032 2002-06-15  Akim Demaille  <akim@epita.fr>
16034         Copy BYacc's nice way to report the grammar.
16036         * src/gram.h, src/gram.c (grammar_rhs_print, grammar_rules_print):
16037         New.
16038         Don't print the rules' location, it is confusing and useless.
16039         (rule_print): Use grammar_rhs_print.
16040         * src/print.c (print_grammar): Use grammar_rules_print.
16042 2002-06-15  Akim Demaille  <akim@epita.fr>
16044         Complete and rationalize `useless thing' warnings.
16046         * src/symtab.h, src/symtab.c (symbol_tag_get, symbol_tag_get_n)
16047         (symbol_tag_print): New.
16048         Use them everywhere in place of accessing directly the tag member.
16049         * src/gram.h, src/gram.c (rule_print): New.
16050         Use it where a rule used to be printed `by hand'.
16051         * src/reduce.c (nonterminals_reduce): Report the use nonterminals.
16052         (reduce_grammar_tables): Report the useless rules.
16053         (reduce_print): Useless things are a warning, not an error.
16054         Report it as such.
16055         * tests/reduce.at (Useless Nonterminals, Useless Rules):
16056         (Reduced Automaton, Underivable Rules): Adjust.
16057         * tests/regression.at (Web2c Report, Web2c Report): Adjust.
16058         * tests/conflicts.at (Unresolved SR Conflicts)
16059         (Solved SR Conflicts): Adjust.
16061 2002-06-15  Akim Demaille  <akim@epita.fr>
16063         Let symbols have a location.
16065         * src/symtab.h, src/symtab.c (symbol_t): Location is a new member.
16066         (getsym): Adjust.
16067         Adjust all callers.
16068         * src/complain.h, src/complain.c (complain_at, fatal_at, warn_at):
16069         Use location_t, not int.
16070         * src/symtab.c (symbol_check_defined): Take advantage of the
16071         location.
16072         * tests/regression.at (Invalid inputs): Adjust.
16074 2002-06-15  Akim Demaille  <akim@epita.fr>
16076         * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.
16077         (input): Don't try to initialize yylloc here, do it in the
16078         scanner.
16079         * src/scan-gram.l (YY_USER_INIT): Initialize yylloc.
16080         * src/gram.h (rule_t): Change line and action_line into location
16081         and action_location, of location_t type.
16082         Adjust all dependencies.
16083         * src/location.h, src/location.c (empty_location): New.
16084         * src/reader.h, src/reader.c (grammar_start_symbol_set)
16085         (grammar_symbol_append, grammar_rule_begin, grammar_rule_end)
16086         (grammar_current_rule_symbol_append)
16087         (grammar_current_rule_action_append): Expect a location as argument.
16088         * src/reader.c (grammar_midrule_action): Adjust to attach an
16089         action's location as dummy symbol location.
16090         * src/symtab.h, src/symtab.c (startsymbol_location): New.
16091         * tests/regression.at (Web2c Report, Rule Line Numbers): Adjust
16092         the line numbers.
16094 2002-06-14  Akim Demaille  <akim@epita.fr>
16096         Grammar declarations may be found in the grammar section.
16098         * src/parse-gram.y (rules_or_grammar_declaration): New.
16099         (declarations): Each declaration may end with a semicolon, not
16100         just...
16101         (grammar_declaration): `"%union"'.
16102         (grammar): Branch to rules_or_grammar_declaration.
16104 2002-06-14  Akim Demaille  <akim@epita.fr>
16106         * src/main.c (main): Invoke scanner_free.
16108 2002-06-14  Akim Demaille  <akim@epita.fr>
16110         * src/output.c (m4_invoke): Extracted from...
16111         (output_skeleton): here.
16112         Free tempfile.
16114 2002-06-14  Akim Demaille  <akim@epita.fr>
16116         * src/parse-gram.y (directives, directive, gram)
16117         (grammar_directives, precedence_directives, precedence_directive):
16118         Rename as...
16119         (declarations, declaration, grammar, grammar_declaration)
16120         (precedence_declaration, precedence_declarator): these.
16121         (symbol_declaration): New.
16123 2002-06-14  Akim Demaille  <akim@epita.fr>
16125         * src/files.c (action_obstack): Remove, unused.
16126         (output_obstack): Remove it, and all its dependencies, as it is no
16127         longer needed.
16128         * src/reader.c (epilogue_set): Build the epilogue in the
16129         muscle_obstack.
16130         * src/output.h, src/output.c (muscle_obstack): Move to...
16131         * src/muscle_tab.h, src/muscle_tab.h: here.
16132         (muscle_init): Initialize muscle_obstack.
16133         (muscle_free): New.
16134         * src/main.c (main): Call it.
16136 2002-06-14  Akim Demaille  <akim@epita.fr>
16138         * src/location.h: New, extracted from...
16139         * src/reader.h: here.
16140         * src/Makefile.am (noinst_HEADERS): Merge into
16141         (bison_SOURCES): this.
16142         Add location.h.
16143         * src/parse-gram.y: Use location_t instead of Bison's.
16144         * src/reader.h, src/reader.c (prologue_augment, epilogue_set):
16145         Use location_t instead of ints.
16147 2002-06-14  Akim Demaille  <akim@epita.fr>
16149         * data/bison.simple, data/bison.c++: Be sure to restore the
16150         current #line when returning to the skeleton contents after having
16151         exposed the input file's #line.
16153 2002-06-12  Akim Demaille  <akim@epita.fr>
16155         * src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*>', it is too
16156         eager.
16157         * tests/actions.at (Exotic Dollars): New.
16159 2002-06-12  Akim Demaille  <akim@epita.fr>
16161         * src/scan-gram.l (SC_PROLOGUE): Don't eat characters amongst
16162         ['"/] too eagerly.
16163         * tests/input.at (Torturing the Scanner): New.
16165 2002-06-11  Akim Demaille  <akim@epita.fr>
16167         * src/scan-gram.l (YY_OBS_INIT): Remove, replace with...
16168         [SC_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,SC_PROLOGUE]
16169         [SC_EPILOGUE]: Output the quadrigraphs only when not in a comment.
16170         * src/reader.h, src/scan-gram.l (scanner_initialize): this.
16171         * src/reader.c (reader): Use it.
16173 2002-06-11  Akim Demaille  <akim@epita.fr>
16175         * src/scan-gram.l (YY_OBS_FINISH): Don't set yylval.
16176         Adjust all callers.
16177         (scanner_last_string_free): New.
16179 2002-06-11  Akim Demaille  <akim@epita.fr>
16181         * src/scan-gram.l (YY_INIT, YY_GROW, YY_FINISH): Rename as...
16182         (YY_OBS_INIT, YY_OBS_GROW, YY_OBS_FINISH): these.
16183         (last_string, YY_OBS_FREE): New.
16184         Use them when returning an ID.
16186 2002-06-11  Akim Demaille  <akim@epita.fr>
16188         Have Bison grammars parsed by a Bison grammar.
16190         * src/reader.c, src/reader.h (prologue_augment): New.
16191         * src/reader.c (copy_definition): Remove.
16193         * src/reader.h, src/reader.c (gram_start_symbol_set, prologue_augment)
16194         (grammar_symbol_append, grammar_rule_begin, grammar_midrule_action)
16195         (grammar_current_rule_prec_set, grammar_current_rule_check)
16196         (grammar_current_rule_symbol_append)
16197         (grammar_current_rule_action_append): Export.
16198         * src/parse-gram.y (symbol_list_new, symbol_list_symbol_append_
16199         (symbol_list_action_append): Remove.
16200         Hook the routines from reader.
16201         * src/scan-gram.l: In INITIAL, characters and strings are tokens.
16202         * src/system.h (ATTRIBUTE_NORETURN, ATTRIBUTE_UNUSED): Now.
16204         * src/reader.c (read_declarations): Remove, unused.
16206         * src/parse-gram.y: Handle the epilogue.
16207         * src/reader.h, src/reader.c (gram_start_symbol_set): Rename as...
16208         (grammar_start_symbol_set): this.
16209         * src/scan-gram.l: Be sure to ``use'' yycontrol to keep GCC quiet.
16210         * src/reader.c (readgram): Remove, unused.
16211         (reader): Adjust to insert eoftoken and axiom where appropriate.
16213         * src/reader.c (copy_dollar): Replace with...
16214         * src/scan-gram.h (handle_dollar): this.
16215         * src/parse-gram.y: Remove `%thong'.
16217         * src/reader.c (copy_at): Replace with...
16218         * src/scan-gram.h (handle_at): this.
16220         * src/complain.h, src/complain.c (warn_at, complain_at, fatal_at):
16221         New.
16223         * src/scan-gram.l (YY_LINES): Keep lineno synchronized for the
16224         time being.
16226         * src/reader.h, src/reader.c (grammar_rule_end): New.
16228         * src/parse.y (current_type, current_class): New.
16229         Implement `%nterm', `%token' support.
16230         Merge `%term' into `%token'.
16231         (string_as_id): New.
16232         * src/symtab.h, src/symtab.c (symbol_make_alias): Don't pass the
16233         type name.
16235         * src/parse-gram.y: Be sure to handle properly the beginning of
16236         rules.
16238         * src/parse-gram.y: Handle %type.
16239         * src/reader.c (grammar_rule_end): Call grammar_current_rule_check.
16241         * src/parse-gram.y: More directives support.
16242         * src/options.c: No longer handle source directives.
16244         * src/parse-gram.y: Fix %output.
16246         * src/parse-gram.y: Handle %union.
16247         Use the prologue locations.
16248         * src/reader.c (parse_union_decl): Remove.
16250         * src/reader.h, src/reader.c (epilogue_set): New.
16251         * src/parse-gram.y: Use it.
16253         * data/bison.simple, data/bison.c++: b4_stype is now either not
16254         defined, then default to int, or to the contents of %union,
16255         without `union' itself.
16256         Adjust.
16257         * src/muscle_tab.c (muscle_init): Don't predefine `stype'.
16259         * src/output.c (actions_output): Don't output braces, as they are
16260         already handled by the scanner.
16262         * src/scan-gram.l (SC_CHARACTER): Set the user_token_number of
16263         characters to themselves.
16265         * tests/reduce.at (Reduced Automaton): End the grammars with %% so
16266         that the epilogue has a proper #line.
16268         * src/parse-gram.y: Handle precedence/associativity.
16270         * src/symtab.c (symbol_precedence_set): Requires the symbol to be
16271         a terminal.
16272         * src/scan-gram.l (SC_BRACED_CODE): Catch strings and characters.
16273         * tests/calc.at: Do not use `%token "foo"' as it makes not sense
16274         at all to define terminals that cannot be emitted.
16276         * src/scan-gram.l: Escape M4 characters.
16278         * src/scan-gram.l: Working properly with escapes in user
16279         strings/characters.
16281         * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR)
16282         (AT_DATA_HORIZONTAL_GRAMMAR): Respect the `%token ID NUM STRING'
16283         grammar.
16284         Use more modest sizes, as for the time being the parser does not
16285         release memory, and therefore the process swallows a huge amount
16286         of memory.
16288         * tests/torture.at (AT_DATA_LOOKAHEADS_GRAMMAR): Adjust to the
16289         stricter %token grammar.
16291         * src/symtab.h (associativity): Add `undef_assoc'.
16292         (symbol_precedence_set): Do nothing when passed an undef_assoc.
16293         * src/symtab.c (symbol_check_alias_consistence): Adjust.
16295         * tests/regression.at (Invalid %directive): Remove, as it is now
16296         meaningless.
16297         (Invalid inputs): Adjust to the new error messages.
16298         (Token definitions): The new grammar doesn't allow too many
16299         eccentricities.
16301         * src/lex.h, src/lex.c: Remove.
16302         * src/reader.c (lastprec, skip_to_char, read_signed_integer)
16303         (copy_character, copy_string2, copy_string, copy_identifier)
16304         (copy_comment, parse_token_decl, parse_type_decl, parse_assoc_decl)
16305         (parse_muscle_decl, parse_dquoted_param, parse_skel_decl)
16306         (parse_action): Remove.
16307         * po/POTFILES.in: Adjust.
16309 2002-06-11  Akim Demaille  <akim@epita.fr>
16311         * src/reader.c (parse_action): Don't store directly into the
16312         rule's action member: return the action as a string.
16313         Don't require `rule_length' as an argument: compute it.
16314         (grammar_current_rule_symbol_append)
16315         (grammar_current_rule_action_append): New, eved out from
16316         (readgram): here.
16317         Remove `action_flag', `rulelength', unused now.
16319 2002-06-11  Akim Demaille  <akim@epita.fr>
16321         * src/reader.c (grammar_current_rule_prec_set).
16322         (grammar_current_rule_check): New, eved out from...
16323         (readgram): here.
16324         Remove `xaction', `first_rhs': useless.
16325         * tests/input.at (Type clashes): New.
16326         * tests/existing.at (GNU Cim Grammar): Adjust.
16328 2002-06-11  Akim Demaille  <akim@epita.fr>
16330         * src/reader.c (grammar_midrule_action): New, Eved out from
16331         (readgram): here.
16333 2002-06-11  Akim Demaille  <akim@epita.fr>
16335         * src/reader.c (grammar_rule_begin, previous_rule, current_rule):
16336         New.
16337         (readgram): Use them as replacement of inlined code, crule and
16338         crule1.
16340 2002-06-11  Akim Demaille  <akim@epita.fr>
16342         * src/reader.c (grammar_end, grammar_symbol_append): New.
16343         (readgram): Use them.
16344         Make the use of `p' as local as possible.
16346 2002-06-10  Akim Demaille  <akim@epita.fr>
16348         GCJ's parser requires the tokens to be defined before the prologue.
16350         * data/bison.simple: Output the token definition before the user's
16351         prologue.
16352         * tests/regression.at (Braces parsing, Duplicate string)
16353         (Mixing %token styles): Check the output from bison.
16354         (Early token definitions): New.
16356 2002-06-10  Akim Demaille  <akim@epita.fr>
16358         * src/symtab.c (symbol_user_token_number_set): Don't complain when
16359         assigning twice the same user number to a token, so that we can
16360         use it in...
16361         * src/lex.c (lex): here.
16362         Also use `symbol_class_set' instead of hand written code.
16363         * src/reader.c (parse_assoc_decl): Likewise.
16365 2002-06-10  Akim Demaille  <akim@epita.fr>
16367         * src/symtab.c, src/symtab.c (symbol_class_set)
16368         (symbol_user_token_number_set): New.
16369         * src/reader.c (parse_token_decl): Use them.
16370         Use a switch instead of ifs.
16371         Use a single argument.
16373 2002-06-10  Akim Demaille  <akim@epita.fr>
16375         Remove `%thong' support as it is undocumented, unused, duplicates
16376         `%token's job, and creates useless e-mail traffic with people who
16377         want to know what it is, why it is undocumented, unused, and
16378         duplicates `%token's job.
16380         * src/reader.c (parse_thong_decl): Remove.
16381         * src/options.c (option_table): Remove "thong".
16382         * src/lex.h (tok_thong): Remove.
16384 2002-06-10  Akim Demaille  <akim@epita.fr>
16386         * src/symtab.c, src/symtab.c (symbol_type_set)
16387         (symbol_precedence_set): New.
16388         * src/reader.c (parse_type_decl, parse_assoc_decl): Use them.
16389         (value_components_used): Remove, unused.
16391 2002-06-09  Akim Demaille  <akim@epita.fr>
16393         Move symbols handling code out of the reader.
16395         * src/reader.h, src/reader.c (errtoken, undeftoken, eoftoken)
16396         (axiom): Move to...
16397         * src/symtab.h, src/symtab.c: here.
16399         * src/gram.c (start_symbol): Remove: use startsymbol->number.
16400         * src/reader.c (startval): Rename as...
16401         * src/symtab.h, src/symtab.c (startsymbol): this.
16402         * src/reader.c: Adjust.
16404         * src/reader.c (symbol_check_defined, symbol_make_alias)
16405         (symbol_check_alias_consistence, symbol_pack, symbol_translation)
16406         (token_translations_init)
16407         Move to...
16408         * src/symtab.c: here.
16409         * src/reader.c (packsymbols): Move to...
16410         * src/symtab.h, src/symtab.c (symbols_pack): here.
16411         * src/symtab.h, src/symtab.c (symbol_make_alias): Takes SYMVAL as
16412         argument.
16414 2002-06-03  Akim Demaille  <akim@epita.fr>
16416         * src/muscle_tab.c (muscle_insert, muscle_find): Declarations,
16417         then statements.
16419 2002-06-03  Akim Demaille  <akim@epita.fr>
16421         * src/muscle_tab.c (muscle_find, muscle_insert): Don't initialize
16422         structs with non literals.
16423         * src/scan-skel.l: never-interactive.
16424         * src/conflicts.c (enum conflict_resolution_e): No trailing
16425         comma.
16426         * src/getargs.c (usage): Split long literal strings.
16427         Reported by Hans Aberg.
16429 2002-05-28  Akim Demaille  <akim@epita.fr>
16431         * data/bison.c++: Use C++ ostreams.
16432         (cdebug_): New member.
16434 2002-05-28  Akim Demaille  <akim@epita.fr>
16436         * src/output.c (output_skeleton): Be sure to allocate enough room
16437         for `/' _and_ for `\0' in full_skeleton.
16439 2002-05-28  Akim Demaille  <akim@epita.fr>
16441         * data/bison.c++: Catch up with bison.simple:
16442         2002-05-24  Paul Hilfinger  <Hilfinger@CS.Berkeley.EDU>
16443         and Paul Eggert  <eggert@twinsun.com>: `error' handing.
16444         2002-05-26  Akim Demaille  <akim@epita.fr>: stos_, token_number_,
16445         and popping traces.
16447 2002-05-27  Paul Hilfinger  <Hilfinger@CS.Berkeley.EDU>
16449         * src/output.c (output_skeleton): Put an explicit path in front of
16450         the skeleton file name, rather than relying on the -I directory,
16451         to partially alleviate effects of having a skeleton file lying around
16452         in the current directory.
16454 2002-05-27  Paul Hilfinger  <Hilfinger@CS.Berkeley.EDU>
16456         * src/conflicts.c (log_resolution): Correct typo:
16457         obstack_printf should be obstack_fgrow1.
16459 2002-05-26  Akim Demaille  <akim@epita.fr>
16461         * src/state.h (state_t): `solved_conflicts' is a new member.
16462         * src/LR0.c (new_state): Set it to 0.
16463         * src/conflicts.h, src/conflicts.c (print_conflicts)
16464         (free_conflicts, solve_conflicts): Rename as...
16465         (conflicts_print, conflicts_free, conflicts_solve): these.
16466         Adjust callers.
16467         * src/conflicts.c (enum conflict_resolution_e)
16468         (solved_conflicts_obstack): New, used by...
16469         (log_resolution): this.
16470         Adjust to attach the conflict resolution to each state.
16471         Complete the description with the precedence/associativity
16472         information.
16473         (resolve_sr_conflict): Adjust.
16474         * src/print.c (print_state): Output its solved_conflicts.
16475         * tests/conflicts.at (Unresolved SR Conflicts)
16476         (Solved SR Conflicts): Exercise --report=all.
16478 2002-05-26  Akim Demaille  <akim@epita.fr>
16480         * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
16481         * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
16482         * src/reader.c, src/reduce.c, src/state.h, src/symtab.h
16483         (token_number_t, item_number_as_token_number)
16484         (token_number_as_item_number, muscle_insert_token_number_table):
16485         Rename as...
16486         (symbol_number_t, item_number_as_symbol_number)
16487         (symbol_number_as_item_number, muscle_insert_symbol_number_table):
16488         these, since it is more appropriate.
16490 2002-05-26  Akim Demaille  <akim@epita.fr>
16492         * tests/calc.at (AT_CHECK_CALC): Adjust: there are now additional
16493         `Error:' lines.
16494         * data/bison.simple (yystos) [YYDEBUG]: New.
16495         (yyparse) [YYDEBUG]: Display the symbols which are popped during
16496         error recovery.
16497         * tests/regression.at (Web2c Actions): Adjust: yystos is output now.
16499 2002-05-25  Akim Demaille  <akim@epita.fr>
16501         * doc/bison.texinfo (Debugging): Split into...
16502         (Tracing): this new section, its former contents, and...
16503         (Understanding): this new section.
16504         * src/getargs.h, src/getargs.c (verbose_flag): Remove, replaced
16505         by...
16506         (report_flag): this.
16507         Adjust all dependencies.
16508         (report_args, report_types, report_argmatch): New.
16509         (usage, getargs): Report/support -r, --report.
16510         * src/options.h
16511         (struct option_table_struct): Rename as..,
16512         (struct option_table_s): this.
16513         Rename the `set_flag' member to `flag' to match with getopt_long's
16514         struct.
16515         * src/options.c (option_table): Split verbose into an entry for
16516         %verbose, and another for --verbose.
16517         Support --report/-r, so remove -r from the obsolete --raw.
16518         * src/print.c: Attach full item sets and lookaheads reports to
16519         report_flag instead of trace_flag.
16520         * lib/argmatch.h, lib/argmatch.c: New, from Fileutils 4.1.
16522 2002-05-24  Paul Hilfinger  <Hilfinger@CS.Berkeley.EDU>
16523         and Paul Eggert  <eggert@twinsun.com>
16525         * data/bison.simple (yyparse): Correct error handling to conform to
16526         POSIX and yacc.  Specifically, after syntax error is discovered,
16527         do not reduce further before shifting the error token.
16528         Clean up the code a bit by removing the labels yyerrdefault,
16529         yyerrhandle, yyerrpop.
16530         * NEWS: Document the above.
16532 2002-05-20  Paul Hilfinger  <Hilfinger@CS.Berkeley.EDU>
16534         * data/bison.simple (yyr1): Don't use yy_token_number_type as element
16535         type; it isn't always big enough, since it doesn't necessarily
16536         include non-terminals.
16537         (yytranslate): Expand definition of yy_token_number_type, so that
16538         the latter can be removed.
16539         (yy_token_number_type): Remove, only one use.
16540         * data/bison.c++ (r1_): Parallel change to yyr1 in bison.simple---
16541         don't use TokenNumberType as element type.
16543         * tests/regression.at: Modify expected output to agree with change
16544         to yyr1 and yytranslate.
16546 2002-05-13  Florian Krohm  <florian@edamail.fishkill.ibm.com>
16548         * src/reader.c (parse_action): Use copy_character instead of
16549         obstack_1grow.
16551 2002-05-13  Akim Demaille  <akim@epita.fr>
16553         * tests/regression.at (Token definitions): Prototype yylex and
16554         yyerror.
16556 2002-05-12  Paul Hilfinger  <Hilfinger@CS.Berkeley.EDU>
16558         * src/scan-skel.l: Correct off-by-one error in handling of __oline__.
16559         * data/bison.simple (b4_sint_type, b4_uint_type): Correct to reflect
16560         32-bit arithmetic.
16561         * data/bison.c++ (b4_sint_type, b4_uint_type): Ditto.
16563 2002-05-07  Akim Demaille  <akim@epita.fr>
16565         * tests/synclines.at: Be sure to prototype yylex and yyerror to
16566         avoid GCC warnings.
16568 2002-05-07  Akim Demaille  <akim@epita.fr>
16570         Kill GCC warnings.
16572         * src/reduce.c (nonterminals_reduce): Don't loop over RITEM: loop
16573         over the RHS of each rule.
16574         * src/gram.h, src/gram.c (nritems): Is `unsigned int', not int.
16575         * src/state.h (state_t): Member `nitems' is unsigned short.
16576         * src/LR0.c (get_state): Adjust.
16577         * src/reader.c (packgram): Likewise.
16578         * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): `max' is of type
16579         `Type'.
16580         (muscle_insert_int_table): Remove, unused.
16581         (prepare_rules): Remove `max'.
16583 2002-05-06  Akim Demaille  <akim@epita.fr>
16585         * src/closure.c (print_firsts): Display of the symbol tags.
16586         (bitmatrix_print): Move to...
16587         * lib/bitsetv-print.h, lib/bitsetv-print.c (bitsetv_matrix_dump):
16588         here.
16589         * tests/sets.at (Nullable, Broken Closure, Firsts): Adjust.
16591 2002-05-06  Akim Demaille  <akim@epita.fr>
16593         * src/muscle_tab.c (muscle_m4_output): Must return TRUE for
16594         hash_do_for_each.
16596 2002-05-06  Akim Demaille  <akim@epita.fr>
16598         * src/LR0.c (new_state, get_state): Instead of using the global
16599         `kernel_size' and `kernel_base', have two new arguments:
16600         `core_size' and `core'.
16601         Adjust callers.
16603 2002-05-06  Akim Demaille  <akim@epita.fr>
16605         * src/reader.c (packgram): No longer end `ritem' with a 0
16606         sentinel: it is not used.
16608 2002-05-05  Akim Demaille  <akim@epita.fr>
16610         New experimental feature: display the lookaheads in the report and
16611         graph.
16613         * src/print (print_core): When --trace-flag, display the rules
16614         lookaheads.
16615         * src/print_graph.c (print_core): Likewise.
16616         Swap the arguments.
16617         Adjust caller.
16619 2002-05-05  Akim Demaille  <akim@epita.fr>
16621         * tests/torture.at (Many lookaheads): New test.
16623 2002-05-05  Akim Demaille  <akim@epita.fr>
16625         * src/output.c (GENERATE_OUTPUT_TABLE): Replace with...
16626         (GENERATE_MUSCLE_INSERT_TABLE): this.
16627         (output_int_table, output_unsigned_int_table, output_short_table)
16628         (output_token_number_table, output_item_number_table): Replace with...
16629         (muscle_insert_int_table, muscle_insert_unsigned_int_table)
16630         (muscle_insert_short_table, muscle_insert_token_number_table)
16631         (muscle_insert_item_number_table): these.
16632         Adjust all callers.
16633         (prepare_tokens): Don't free `translations', since...
16634         * src/reader.h, src/reader.c (grammar_free): do it.
16635         Move to...
16636         * src/gram.h, src/gram.c (grammar_free): here.
16637         * data/bison.simple, data/bison.c++: b4_token_number_max is now
16638         b4_translate_max.
16640 2002-05-05  Akim Demaille  <akim@epita.fr>
16642         * src/output.c (output_unsigned_int_table): New.
16643         (prepare_rules): `i' is unsigned.
16644         `prhs', `rline', `r2' are unsigned int.
16645         Rename muscle `rhs_number_max' as `rhs_max'.
16646         Output muscles `prhs_max', `rline_max', and `r2_max'.
16647         Free rline and r1.
16648         * data/bison.simple, data/bison.c++: Adjust to use these muscles
16649         to compute types instead of constant types.
16650         * tests/regression.at (Web2c Actions): Adjust.
16652 2002-05-04  Akim Demaille  <akim@epita.fr>
16654         * src/symtab.h (SALIAS, SUNDEF): Rename as...
16655         (USER_NUMBER_ALIAS, USER_NUMBER_UNDEFINED): these.
16656         Adjust dependencies.
16657         * src/output.c (token_definitions_output): Be sure not to output a
16658         `#define 'a'' when fed with `%token 'a' "a"'.
16659         * tests/regression.at (Token definitions): New.
16661 2002-05-03  Paul Eggert  <eggert@twinsun.com>
16663         * data/bison.simple (b4_token_defines): Also define YYTOKENTYPE
16664         for K&R C.
16666 2002-05-03  gettextize  <bug-gnu-gettext@gnu.org>
16668         * Makefile.am (SUBDIRS): Remove intl.
16669         (EXTRA_DIST): Add config/config.rpath.
16671 2002-05-03  Akim Demaille  <akim@epita.fr>
16673         * data/bison.simple (m4_if): Don't output empty enums.
16674         And actually, output valid enum definitions :(.
16676 2002-05-03  Akim Demaille  <akim@epita.fr>
16678         * configure.bat: Remove, completely obsolete.
16679         * Makefile.am (EXTRA_DIST): Adjust.
16680         Don't distribute config.rpath...
16681         * config/Makefile.am (EXTRA_DIST): Do it.
16683 2002-05-03  Akim Demaille  <akim@epita.fr>
16685         * configure.in (GETTEXT_VERSION): New.
16686         Suggested by Bruno Haible for the forthcoming Gettext 0.10.3.
16688 2002-05-03  Akim Demaille  <akim@epita.fr>
16690         * data/bison.simple (b4_token_enum): New.
16691         (b4_token_defines): Use it to output tokens both as #define and
16692         enums.
16693         Suggested by Paul Eggert.
16694         * src/output.c (token_definitions_output): Don't output spurious
16695         white spaces.
16697 2002-05-03  Akim Demaille  <akim@epita.fr>
16699         * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
16701 2002-05-02  Robert Anisko  <robert@lrde.epita.fr>
16703         * data/bison.c++: Adapt expansion of $s and @s to the C++ parser.
16704         Update the stack class, give a try to deque as the default container.
16706 2002-05-02  Akim Demaille  <akim@epita.fr>
16708         * data/bison.simple (yyparse): Do not implement @$ = @1.
16709         (YYLLOC_DEFAULT): Adjust to do it.
16710         * doc/bison.texinfo (Location Default Action): Fix.
16712 2002-05-02  Akim Demaille  <akim@epita.fr>
16714         * src/reader.c (parse_braces): Merge into...
16715         (parse_action): this.
16717 2002-05-02  Akim Demaille  <akim@epita.fr>
16719         * configure.in (ALL_LINGUAS): Remove.
16720         * po/LINGUAS, hr.po: New.
16722 2002-05-02  Akim Demaille  <akim@epita.fr>
16724         Remove the so called hairy (semantic) parsers.
16726         * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove.
16727         * src/gram.h, src/gram.c (semantic_parser): Remove.
16728         (rule_t): Remove the guard and guard_line members.
16729         * src/lex.h (token_t): remove tok_guard.
16730         * src/options.c (option_table): Remove %guard and %semantic_parser
16731         support.
16732         * src/output.c, src/output.h (guards_output): Remove.
16733         (prepare): Adjust.
16734         (token_definitions_output): Don't output the `T'
16735         tokens (???).
16736         (output_skeleton): Don't output the guards.
16737         * src/files.c, src/files.c (attrsfile): Remove.
16738         * src/reader.c (symbol_list): Remove the guard and guard_line
16739         members.
16740         Adjust dependencies.
16741         (parse_guard): Remove.
16742         * data/bison.hairy: Remove.
16743         * doc/bison.texinfo (Environment Variables): Remove occurrences of
16744         BISON_HAIRY.
16746 2002-05-02  Akim Demaille  <akim@epita.fr>
16748         * src/reader.c (copy_at, copy_dollarm parse_braces, parse_action)
16749         (parse_guard): Rename the formal argument `stack_offset' as
16750         `rule_length', which is more readable.
16751         Adjust callers.
16752         (copy_at, copy_dollar): Instead of outputting the hard coded
16753         values of $$, $n and so forth, output invocation to b4_lhs_value,
16754         b4_lhs_location, b4_rhs_value, and b4_rhs_location.
16755         Note: this patch partially drops `semantic-parser' support: it
16756         always does `rule_length - n', where semantic parsers ought to
16757         always use `-n'.
16758         * data/bison.simple, data/bison.c++ (b4_lhs_value)
16759         (b4_lhs_location, b4_rhs_value, and b4_rhs_location: New.
16761 2002-05-02  Akim Demaille  <akim@epita.fr>
16763         * configure.in (AC_INIT): Bump to 1.49b.
16764         (AM_INIT_AUTOMAKE): Short invocation.
16766 2002-05-02  Akim Demaille  <akim@epita.fr>
16768         Version 1.49a.
16770 2002-05-01  Akim Demaille  <akim@epita.fr>
16772         * src/skeleton.h: Remove.
16774 2002-05-01  Akim Demaille  <akim@epita.fr>
16776         * src/skeleton.h: Fix the #endif.
16777         Reported by Magnus Fromreide.
16779 2002-04-26  Paul Eggert  <eggert@twinsun.com>
16781         * data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
16782         Define if we define YYSTYPE and YYLTYPE, respectively.
16783         (YYCOPY): Fix [] quoting problem in the non-GCC case.
16785 2002-04-25  Robert Anisko  <robert@lrde.epita.fr>
16787         * src/scan-skel.l: Postprocess quadrigraphs.
16789         * src/reader.c (copy_character): New function, used to output
16790         single characters while replacing `[' and `]' with quadrigraphs, to
16791         avoid troubles with M4 quotes.
16792         (copy_comment): Output characters with copy_character.
16793         (read_additionnal_code): Likewise.
16794         (copy_string2): Likewise.
16795         (copy_definition): Likewise.
16797         * tests/calc.at: Exercise M4 quoting.
16799 2002-04-25  Akim Demaille  <akim@epita.fr>
16801         * tests/sets.at (AT_EXTRACT_SETS): Sed portability issue: no space
16802         between `!' and the command.
16803         Reported by Paul Eggert.
16805 2002-04-24  Robert Anisko  <robert@lrde.epita.fr>
16807         * tests/calc.at: Exercise prologue splitting.
16809         * data/bison.simple, data/bison.c++: Use `b4_pre_prologue' and
16810         `b4_post_prologue' instead of `b4_prologue'.
16812         * src/output.c (prepare): Add the `pre_prologue' and `post_prologue'
16813         muscles.
16814         (output): Free pre_prologue_obstack and post_prologue_obstack.
16815         * src/files.h, src/files.c (attrs_obstack): Remove.
16816         (pre_prologue_obstack, post_prologue_obstack): New.
16817         * src/reader.c (copy_definition): Add a parameter to specify the
16818         obstack to fill, instead of using attrs_obstack unconditionally.
16819         (read_declarations): Pass pre_prologue_obstack to copy_definition if
16820         `%union' has not yet been seen, pass post_prologue_obstack otherwise.
16822 2002-04-23  Paul Eggert  <eggert@twinsun.com>
16824         * data/bison.simple: Remove unnecessary commentary and white
16825         space differences from 1_29-branch.
16826         Depend on YYERROR_VERBOSE, not defined (YYERROR_VERBOSE).
16828         (union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY,
16829         YYSTACK_RELOCATE): Do not define if yyoverflow is defined, or
16830         if this is a C++ parser and YYSTYPE or YYLTYPE has nontrivial
16831         constructors or destructors.
16833         (yyparse) [! defined YYSTACK_RELOCATE]: Do not relocate the stack.
16835 2002-04-23  Akim Demaille  <akim@epita.fr>
16837         * tests/sets.at (AT_EXTRACT_SETS): Don't use 8 char long sed labels.
16838         * tests/synclines.at (AT_TEST_SYNCLINE): Be robust to GCC's
16839         location with columns.
16840         * tests/conflicts.at (%nonassoc and eof): Don't use `error.h'.
16841         All reported by Paul Eggert.
16843 2002-04-22  Akim Demaille  <akim@epita.fr>
16845         * src/reduce.c (dump_grammar): Move to...
16846         * src/gram.h, src/gram.c (grammar_dump): here.
16847         Be sure to separate long item numbers.
16848         Don't read the members of a rule's prec if its nil.
16850 2002-04-22  Akim Demaille  <akim@epita.fr>
16852         * src/output.c (table_size, table_grow): New.
16853         (MAXTABLE): Remove, replace uses with table_size.
16854         (pack_vector): Instead of dying when the table is too big, grow it.
16856 2002-04-22  Akim Demaille  <akim@epita.fr>
16858         * data/bison.simple (yyr1): Its type is that of a token number.
16859         * data/bison.c++ (r1_): Likewise.
16860         * tests/regression.at (Web2c Actions): Adjust.
16862 2002-04-22  Akim Demaille  <akim@epita.fr>
16864         * src/reader.c (token_translations_init): 256 is now the default
16865         value for the error token, i.e., it will be assigned another
16866         number if the user assigned 256 to one of her tokens.
16867         (reader): Don't force 256 to error.
16868         * doc/bison.texinfo (Symbols): Adjust.
16869         * tests/torture.at (AT_DATA_HORIZONTAL_GRAMMAR)
16870         (AT_DATA_TRIANGULAR_GRAMMAR): Number the tokens as 1, 2, 3
16871         etc. instead of 10, 20, 30 (which was used to `jump' over error
16872         (256) and undefined (2)).
16874 2002-04-22  Akim Demaille  <akim@epita.fr>
16876         Propagate more token_number_t.
16878         * src/gram.h (token_number_as_item_number)
16879         (item_number_as_token_number): New.
16880         * src/output.c (GENERATE_OUTPUT_TABLE): New.
16881         Use it to create output_item_number_table and
16882         output_token_number_table.
16883         * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
16884         * src/lex.c, src/nullable.c, src/output.c, src/print.c,
16885         * src/print_graph.c, src/reader.c, src/reduce.c, src/state.h,
16886         * src/symtab.c, src/symtab.h: Use token_number_t instead of shorts.
16888 2002-04-22  Akim Demaille  <akim@epita.fr>
16890         * src/output.h, src/output.c (get_lines_number): Remove.
16892 2002-04-19  Akim Demaille  <akim@epita.fr>
16894         * doc/bison.texinfo (Actions): Make clear that `|' is not the same
16895         as Lex/Flex'.
16896         (Debugging): More details about enabling the debugging features.
16897         (Table of Symbols): Describe $$, $n, @$, and @n.
16898         Suggested by Tim Josling.
16900 2002-04-19  Akim Demaille  <akim@epita.fr>
16902         * doc/bison.texinfo: Remove the uses of the obsolete @refill.
16904 2002-04-10  Akim Demaille  <akim@epita.fr>
16906         * src/system.h: Rely on HAVE_LIMITS_H.
16907         Suggested by Paul Eggert.
16909 2002-04-09  Akim Demaille  <akim@epita.fr>
16911         * tests/calc.at (_AT_CHECK_CALC_ERROR): Receive as argument the
16912         full stderr, and strip it according to the bison options, instead
16913         of composing the error message from different bits.
16914         This makes it easier to check for several error messages.
16915         Adjust all the invocations.
16916         Add an invocation exercising the error token.
16917         Add an invocation demonstrating a stupid error message.
16918         (_AT_DATA_CALC_Y): Follow the GCS: initial column is 1, not 0.
16919         Adjust the tests.
16920         Error message are for stderr, not stdout.
16922 2002-04-09  Akim Demaille  <akim@epita.fr>
16924         * src/gram.h, src/gram.c (error_token_number): Remove, use
16925         errtoken->number.
16926         * src/reader.c (reader): Don't specify the user token number (2)
16927         for $undefined, as it uselessly prevents using it.
16928         * src/gram.h (token_number_t): Move to...
16929         * src/symtab.h: here.
16930         (state_t.number): Is a token_number_t.
16931         * src/print.c, src/reader.c: Use undeftoken->number instead of
16932         hard coded 2.
16933         (Even though this 2 is not the same as above: the number of the
16934         undeftoken remains being 2, it is its user token number which
16935         might not be 2).
16936         * src/output.c (prepare_tokens): Rename the `maxtok' muscle with
16937         `user_token_number_max'.
16938         Output `undef_token_number'.
16939         * data/bison.simple, data/bison.c++: Use them.
16940         Be sure to map invalid yylex return values to
16941         `undef_token_number'.  This saves us from gratuitous SEGV.
16943         * tests/conflicts.at (Solved SR Conflicts)
16944         (Unresolved SR Conflicts): Adjust.
16945         * tests/regression.at (Web2c Actions): Adjust.
16947 2002-04-08  Akim Demaille  <akim@epita.fr>
16949         * data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.
16950         Adding #line.
16951         Remove the duplicate `typedefs'.
16952         (RhsNumberType): Fix the declaration and various other typos.
16953         Use __ofile__.
16954         * data/bison.simple: Use __ofile__.
16955         * src/scan-skel.l: Handle __ofile__.
16957 2002-04-08  Akim Demaille  <akim@epita.fr>
16959         * src/gram.h (item_number_t): New, the type of item numbers in
16960         RITEM.  Note that it must be able to code symbol numbers as
16961         positive number, and the negation of rule numbers as negative
16962         numbers.
16963         Adjust all dependencies (pretty many).
16964         * src/reduce.c (rule): Remove this `short *' pointer: use
16965         item_number_t.
16966         * src/system.h (MINSHORT, MAXSHORT): Remove.
16967         Include `limits.h'.
16968         Adjust dependencies to using SHRT_MAX and SHRT_MIN.
16969         (shortcpy): Remove.
16970         (MAXTABLE): Move to...
16971         * src/output.c (MAXTABLE): here.
16972         (prepare_rules): Use output_int_table to output rhs.
16973         * data/bison.simple, data/bison.c++: Adjust.
16974         * tests/torture.at (Big triangle): Move the limit from 254 to
16975         500.
16976         * tests/regression.at (Web2c Actions): Ajust.
16978         Trying with bigger grammars shows various phenomena: at 3000 (28Mb
16979         of grammar file) bison is killed by my system, at 2000 (12Mb) bison
16980         passes, but produces negative #line number, once fixed, GCC is
16981         killed while compiling 14Mb, at 1500 (6.7 Mb of grammar, 8.2Mb of
16982         C), it passes.
16983         * src/state.h (state_h): Code input lines on ints, not shorts.
16985 2002-04-08  Akim Demaille  <akim@epita.fr>
16987         * src/reduce.c (reduce_grammar): First reduce the nonterminals,
16988         and then the grammar.
16990 2002-04-08  Akim Demaille  <akim@epita.fr>
16992         * src/system.h: No longer using strndup.
16994 2002-04-07  Akim Demaille  <akim@epita.fr>
16996         * src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
16997         * src/output.c (output_table_data): Return the longest number.
16998         (prepare_tokens): Output `token_number_max').
16999         * data/bison.simple, data/bison.c++ (b4_sint_type, b4_uint_type):
17000         New.
17001         Use them to define yy_token_number_type/TokenNumberType.
17002         Use this type for yytranslate.
17003         * tests/torture.at (Big triangle): Push the limit from 124 to
17004         253.
17005         * tests/regression.at (Web2c Actions): Adjust.
17007 2002-04-07  Akim Demaille  <akim@epita.fr>
17009         * tests/torture.at (Big triangle): New.
17010         (GNU AWK Grammar, GNU Cim Grammar): Move to...
17011         * tests/existing.at: here.
17013 2002-04-07  Akim Demaille  <akim@epita.fr>
17015         * src/gram.h, src/gram.c (nitems): Remove, it is an alias of
17016         nritems.
17017         Adjust dependencies.
17019 2002-04-07  Akim Demaille  <akim@epita.fr>
17021         * src/reader.c: Normalize increments to prefix form.
17023 2002-04-07  Akim Demaille  <akim@epita.fr>
17025         * src/reader.c, symtab.c: Remove debugging code.
17027 2002-04-07  Akim Demaille  <akim@epita.fr>
17029         Rename all the `bucket's as `symbol_t'.
17031         * src/gram.c, src/gram.h, src/lex.c, src/lex.h, src/output.c,
17032         * src/reader.c, src/reader.h, src/reduce.c, src/state.h,
17033         * src/symtab.c, src/symtab.h (bucket): Rename as...
17034         (symbol_t): this.
17035         (symbol_list_new, bucket_check_defined, bucket_make_alias)
17036         (bucket_check_alias_consistence, bucket_pack, bucket_translation)
17037         (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
17038         (buckets_new, buckets_free, buckets_do): Rename as...
17039         (symbol_list_new, symbol_check_defined, symbol_make_alias)
17040         (symbol_check_alias_consistence, symbol_pack, symbol_translation)
17041         (symbol_new, symbol_free, hash_compare_symbol_t, hash_symbol_t)
17042         (symbols_new, symbols_free, symbols_do): these.
17044 2002-04-07  Akim Demaille  <akim@epita.fr>
17046         Use lib/hash for the symbol table.
17048         * src/gram.c (ntokens): Initialize to 1, to reserve a slot for
17049         EOF.
17050         * src/lex.c (lex): Set the `number' member of new terminals.
17051         * src/reader.c (bucket_check_defined, bucket_make_alias)
17052         (bucket_check_alias_consistence, bucket_translation): New.
17053         (reader, grammar_free, readgram, token_translations_init)
17054         (packsymbols): Adjust.
17055         (reader): Number the predefined tokens.
17056         * src/reduce.c (inaccessable_symbols): Just use hard coded numbers
17057         for predefined tokens.
17058         * src/symtab.h (bucket): Remove all the hash table related
17059         members.
17060         * src/symtab.c (symtab): Replace by...
17061         (bucket_table): this.
17062         (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
17063         (buckets_new, buckets_do): New.
17065 2002-04-07  Akim Demaille  <akim@epita.fr>
17067         * src/gram.c (nitems, nrules, nsyms, ntokens, nvars, nritems)
17068         (start_symbol, max_user_token_number, semantic_parser)
17069         (error_token_number): Initialize.
17070         * src/reader.c (grammar, start_flag, startval, typed, lastprec):
17071         Initialize.
17072         (reader): Don't.
17073         (errtoken, eoftoken, undeftoken, axiom): Extern.
17075 2002-04-07  Akim Demaille  <akim@epita.fr>
17077         * src/gram.h (rule_s): prec and precsym are now pointers
17078         to the bucket giving the priority/associativity.
17079         Member `associativity' removed: useless.
17080         * src/reduce.c, src/conflicts.c: Adjust.
17082 2002-04-07  Akim Demaille  <akim@epita.fr>
17084         * src/lalr.c, src/LR0.c, src/closure.c, src/gram.c, src/reduce.c:
17085         Properly escape the symbols' TAG when outputting them.
17087 2002-04-07  Akim Demaille  <akim@epita.fr>
17089         * src/lalr.h (LA): Is a bitsetv, not bitset*.
17091 2002-04-07  Akim Demaille  <akim@epita.fr>
17093         * src/lalr.h, src/lalr.c (LAruleno): Replace with...
17094         (LArule): this, which is an array to rule_t*.
17095         * src/print.c, src/conflicts.c: Adjust.
17097 2002-04-07  Akim Demaille  <akim@epita.fr>
17099         * src/gram.h (rule_t): Rename `number' as `user_number'.
17100         `number' is a new member.
17101         Adjust dependencies.
17102         * src/reduce.c (reduce_grammar_tables): Renumber rule_t.number.
17104 2002-04-07  Akim Demaille  <akim@epita.fr>
17106         As a result of the previous patch, it is no longer needed
17107         to reorder ritem itself.
17109         * src/reduce.c (reduce_grammar_tables): Don't sort RITEM.
17111 2002-04-07  Akim Demaille  <akim@epita.fr>
17113         Be sure never to walk through RITEMS, but use only data related to
17114         the rules themselves. RITEMS should be banished.
17116         * src/output.c (output_token_translations): Rename as...
17117         (prepare_tokens): this.
17118         In addition to `translate', prepare the muscles `tname' and
17119         `toknum', which were handled by...
17120         (output_rule_data): this.
17121         Remove, and move the remainder of its outputs into...
17122         (prepare_rules): this new routines, which also merges content from
17123         (output_gram): this.
17124         (prepare_rules): Be sure never to walk through RITEMS.
17125         (output_stos): Rename as...
17126         (prepare_stos): this.
17127         (output): Always invoke prepare_states, after all, just don't use it
17128         in the output if you don't need it.
17130 2002-04-07  Akim Demaille  <akim@epita.fr>
17132         * src/LR0.c (new_state): Display `nstates' as the name of the
17133         newly created state.
17134         Adjust to initialize first_state and last_state if needed.
17135         Be sure to distinguish the initial from the final state.
17136         (new_states): Create the itemset of the initial state, and use
17137         new_state.
17138         * src/closure.c (closure): Now that the initial state has its
17139         items properly set, there is no need for a special case when
17140         creating `ruleset'.
17142         As a result, now the rule 0, reducing to $axiom, is visible in the
17143         outputs.  Adjust the test suite.
17145         * tests/conflicts.at (Solved SR Conflicts)
17146         (Unresolved SR Conflicts): Adjust.
17147         * tests/regression.at (Web2c Report, Rule Line Numbers): Idem.
17148         * tests/conflicts.at (S/R in initial): New.
17150 2002-04-07  Akim Demaille  <akim@epita.fr>
17152         * src/LR0.c (allocate_itemsets): Don't loop over ritem: loop over
17153         the RHS of the rules.
17154         * src/output.c (output_gram): Likewise.
17156 2002-04-07  Akim Demaille  <akim@epita.fr>
17158         * src/gram.h (rule_t): `lhs' is now a pointer to the symbol's
17159         bucket.
17160         Adjust all dependencies.
17161         * src/reduce.c (nonterminals_reduce): Don't forget to renumber the
17162         `number' of the buckets too.
17163         * src/gram.h: Include `symtab.h'.
17164         (associativity): Move to...
17165         * src/symtab.h: here.
17166         No longer include `gram.h'.
17168 2002-04-07  Akim Demaille  <akim@epita.fr>
17170         * src/gram.h, src/gram.c (rules_rhs_length): New.
17171         (ritem_longest_rhs): Use it.
17172         * src/gram.h (rule_t): `number' is a new member.
17173         * src/reader.c (packgram): Set it.
17174         * src/reduce.c (reduce_grammar_tables): Move the useless rules at
17175         the end of `rules', and count them out of `nrules'.
17176         (reduce_output, dump_grammar): Adjust.
17177         * src/print.c (print_grammar): It is no longer needed to check for
17178         the usefulness of a rule, as useless rules are beyond `nrules + 1'.
17179         * tests/reduce.at (Reduced Automaton): New test.
17181 2002-04-07  Akim Demaille  <akim@epita.fr>
17183         * src/reduce.c (inaccessable_symbols): Fix a buglet: because of a
17184         lacking `+ 1' to nrules, Bison reported as useless a token if it
17185         was used solely to set the precedence of the last rule...
17187 2002-04-07  Akim Demaille  <akim@epita.fr>
17189         * data/bison.c++, data/bison.simple: Don't output the current file
17190         name in #line, to avoid useless diffs between two identical
17191         outputs under different names.
17193 2002-04-07  Akim Demaille  <akim@epita.fr>
17195         * src/closure.c, src/print.c, src/reader.c, src/reduce.c:
17196         Normalize loops to using `< nrules + 1', not `<= nrules'.
17198 2002-04-07  Akim Demaille  <akim@epita.fr>
17200         * TODO: Update.
17202 2002-04-07  Akim Demaille  <akim@epita.fr>
17204         * src/output.c, src/reader.c, src/symtab.c, src/symtab.h: Rename
17205         bucket.value as bucket.number.
17207 2002-04-07  Akim Demaille  <akim@epita.fr>
17209         * src/closure.c, src/derives.c, src/gram.h, src/lalr.c,
17210         * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
17211         * src/reader.c, src/reduce.c: Let rule_t.rhs point directly to the
17212         RHS, instead of being an index in RITEMS.
17214 2002-04-04  Paul Eggert  <eggert@twinsun.com>
17216         * doc/bison.texinfo: Update copyright date.
17217         (Rpcalc Lexer, Symbols, Token Decl): Don't assume ASCII.
17218         (Symbols): Warn about running Bison in one character set,
17219         but compiling and/or running in an incompatible one.
17220         Warn about character code 256, too.
17222 2002-04-03  Paul Eggert  <eggert@twinsun.com>
17224         * src/bison.data (YYSTACK_ALLOC): Depend on whether
17225         YYERROR_VERBOSE is nonzero, not whether it is defined.
17227         Merge changes from bison-1_29-branch.
17229 2002-03-20  Paul Eggert  <eggert@twinsun.com>
17231         Merge fixes from Debian bison_1.34-1.diff.
17233         * configure.in (AC_PREREQ): 2.53.
17235 2002-03-20  Akim Demaille  <akim@epita.fr>
17237         * src/conflicts.c (log_resolution): Argument `resolution' is const.
17239 2002-03-19  Paul Eggert  <eggert@twinsun.com>
17241         * src/bison.simple (YYCOPY): New macro.
17242         (YYSTACK_RELOCATE): Use it.
17243         Remove Type arg; no longer needed.  All callers changed.
17244         (yymemcpy): Remove; no longer needed.
17246         * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
17247         * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
17249 2002-03-19  Akim Demaille  <akim@epita.fr>
17251         Test and fix the #line outputs.
17253         * tests/atlocal.at (GCC): New.
17254         * tests/synclines.at (AT_TEST_SYNCLINE): New macro.
17255         (Prologue synch line, %union synch line, Postprologue synch line)
17256         (Action synch line, Epilogue synch line): New tests.
17257         * src/reader.c (parse_union_decl): Define the muscle stype_line.
17258         * data/bison.simple, data/bison.c++: Use it.
17260 2002-03-19  Akim Demaille  <akim@epita.fr>
17262         * tests/regression.at (%nonassoc and eof, Unresolved SR Conflicts)
17263         (Solved SR Conflicts, %expect not enough, %expect right)
17264         (%expect too much): Move to...
17265         * tests/conflicts.at: this new file.
17267 2002-03-19  Akim Demaille  <akim@epita.fr>
17269         * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
17270         * data/bison.simple, data/bison.c++: Handle the `#define' part, so
17271         that we can move to enums for instance.
17272         * src/output.c (token_definitions_output): Output a list of
17273         `token-name, token-number' instead of the #define.
17274         (output_skeleton): Name this list `b4_tokens', not `b4_tokendefs'.
17276 2002-03-14  Akim Demaille  <akim@epita.fr>
17278         Use Gettext 0.11.1.
17280 2002-03-09  Robert Anisko  <robert@lrde.epita.fr>
17282         * data/bison.c++: Make the user able to add members to the generated
17283         parser by subclassing.
17285 2002-03-05  Robert Anisko  <robert@lrde.epita.fr>
17287         * src/reader.c (read_additionnal_code): `c' should be an integer, not
17288         a character.
17289         Reported by Nicolas Tisserand and Nicolas Burrus.
17291 2002-03-04  Robert Anisko  <robert@lrde.epita.fr>
17293         * src/reader.c: Warn about lacking semi-colons, do not complain.
17295 2002-03-04  Robert Anisko  <robert@lrde.epita.fr>
17297         * data/bison.c++: Remove a debug line.
17299 2002-03-04  Robert Anisko  <robert@lrde.epita.fr>
17301         * data/bison.c++: Unmerge value as yylval and value as yyval.  Unmerge
17302         location as yylloc and location as yyloc.  Use YYLLOC_DEFAULT, and
17303         provide a default implementation.
17305 2002-03-04  Akim Demaille  <akim@epita.fr>
17307         * tests/input.at (Invalid $n, Invalid @n): Add the ending `;'.
17308         * tests/output.at (AT_CHECK_OUTPUT): Likewise.
17309         * tests/headers.at (AT_TEST_CPP_GUARD_H): Ditto.
17310         * tests/semantic.at (Parsing Guards): Similarly.
17311         * src/reader.at (readgram): Complain if the last rule is not ended
17312         with a semi-colon.
17314 2002-03-04  Akim Demaille  <akim@epita.fr>
17316         * src/warshall.h, src/warshall.c (bitmatrix_print): Move to...
17317         * src/closure.c: here.
17318         (set_firsts): Use bitsetv_reflexive_transitive_closure instead of
17319         RTC.
17320         * src/warshall.h, src/warshall.c: Remove.
17321         * tests/sets.at (Broken Closure): Adjust.
17323 2002-03-04  Akim Demaille  <akim@epita.fr>
17325         * src/output.c (output_skeleton): tempdir is const.
17326         bytes_read is unused.
17328 2002-03-04  Akim Demaille  <akim@epita.fr>
17330         * lib/bbitset.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
17331         * lib/bitsetv.h, lib/ebitset.c, lib/lbitset.c, lib/sbitset.c:
17332         Update.
17333         From Michael Hayes.
17335 2002-03-04  Akim Demaille  <akim@epita.fr>
17337         * src/closure.c (closure): `r' is unused.
17339 2002-03-04  Akim Demaille  <akim@epita.fr>
17341         * tests/sets.at (Broken Closure): Add the ending `;'.
17342         * src/reader.at (readgram): Complain if a rule is not ended with a
17343         semi-colon.
17345 2002-03-04  Akim Demaille  <akim@epita.fr>
17347         * src/conflicts.c (set_conflicts): Use bitset_disjoint_p.
17348         (count_sr_conflicts): Use bitset_count.
17349         * src/reduce.c (inaccessable_symbols): Ditto.
17350         (bits_size): Remove.
17351         * src/warshall.h, src/warshall.c: Convert to bitsetv.
17353 2002-03-04  Akim Demaille  <akim@epita.fr>
17355         * src/closure.c, src/conflicts.c, src/lalr.c, src/print.c,
17356         * src/reduce.c: Remove the `bitset_zero's following the
17357         `bitset_create's, as now it is performed by the latter.
17359 2002-03-04  Akim Demaille  <akim@epita.fr>
17361         * lib/bitset.c, lib/bitset.h, lib/bitsetv.c, lib/bitsetv.h,
17362         * lib/ebitset.c, lib/ebitset.h, lib/lbitset.c, lib/lbitset.h,
17363         * lib/sbitset.c, lib/sbitset.h, lib/bbitset.h: Update from the
17364         latest sources from Michael.
17366 2002-03-04  Akim Demaille  <akim@epita.fr>
17368         * src/output.c (output): Don't free the grammar.
17369         * src/reader.c (grammar_free): New.
17370         * src/main.c (main): Call it and don't free symtab here.
17372 2002-03-04  Akim Demaille  <akim@epita.fr>
17374         * src/lex.c (parse_percent_token): Be sure to 0-end token_buffer
17375         before returning.
17376         Reported by Benoit Perrot.
17378 2002-03-04  Akim Demaille  <akim@epita.fr>
17380         Use bitset operations when possible, not loops over bits.
17382         * src/conflicts.c (set_conflicts, count_sr_conflicts): Use
17383         bitset_or.
17384         * src/print.c (print_reductions): Use bitset_and, bitset_andn.
17385         * src/reduce.c (useless_nonterminals): Formatting changes.
17386         * src/warshall.c (TC): Use bitset_or.
17388 2002-03-04  Akim Demaille  <akim@epita.fr>
17390         * src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
17391         * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):
17392         Ditto.
17394 2002-03-04  Akim Demaille  <akim@epita.fr>
17396         * src/lalr.c (F): Now a bitset*.
17397         Adjust all dependencies.
17399 2002-03-04  Akim Demaille  <akim@epita.fr>
17401         * src/conflicts.c (shiftset, lookaheadset): Now bitset.
17402         Adjust all dependencies.
17404 2002-03-04  Akim Demaille  <akim@epita.fr>
17406         * src/L0.c, src/LR0.h (nstates): Be size_t.
17407         Adjust comparisons (signed vs unsigned).
17408         * src/conflics.c, src/lalr.c, src/lalr.h, src/output.c (LA): Now a
17409         bitset*.
17410         Adjust all dependencies.
17412 2002-03-04  Akim Demaille  <akim@epita.fr>
17414         * src/closure.c (firsts): Now, also a bitset.
17415         Adjust all dependencies.
17416         (varsetsize): Remove, now unused.
17417         * src/warshall.h, src/warshall.c: Now work on arrays of bitsets.
17419 2002-03-04  Akim Demaille  <akim@epita.fr>
17421         * src/print.c: Convert to use bitset.h, not hand coded iterations
17422         over ints.
17424 2002-03-04  Akim Demaille  <akim@epita.fr>
17426         * src/reduce.c: Convert to use bitset.h, not hand coded BSet.
17428 2002-03-04  Akim Demaille  <akim@epita.fr>
17430         * src/closure.c (ruleset): Be a bitset.
17431         (rulesetsize): Remove.
17433 2002-03-04  Akim Demaille  <akim@epita.fr>
17435         * lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
17436         * lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/lbitset.c,
17437         * lib/lbitset.h, lib/sbitset.c, lib/sbitset.h: New.
17438         * src/closure.c (fderives): Be an array of bitsets.
17440 2002-02-28  Robert Anisko  <robert@lrde.epita.fr>
17442         * data/bison.c++: Merge the two generated headers.  Insert a copyright
17443         notice in each output file.
17445 2002-02-28  Akim Demaille  <akim@epita.fr>
17447         * data/bison.c++: Copy the prologue of bison.simple to fetch
17448         useful M4 definitions, such as b4_header_guard.
17450 2002-02-25  Akim Demaille  <akim@epita.fr>
17452         * src/getargs.c (version): Give the name of the authors, and use a
17453         translator friendly scheme for the bgr
17454         copyright notice.
17456 2002-02-25  Akim Demaille  <akim@epita.fr>
17458         * src/output.c (header_output): Remove, now handled completely via
17459         M4.
17461 2002-02-25  Akim Demaille  <akim@epita.fr>
17463         * m4/m4.m4: New, from CVS Autoconf.
17464         * configure.in: Invoke it.
17465         * src/output.c (output_skeleton): Use its result instead of the
17466         hard coded name.
17468 2002-02-25  Akim Demaille  <akim@epita.fr>
17470         * lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
17471         Fileutils 4.1.5.
17472         * configure.in: Invoke UTILS_FUNC_MKSTEMP.
17473         * src/output.c (output_skeleton): Use mkstemp to create a real
17474         temporary file.
17475         Move the filling of `skeleton' and its muscle to...
17476         (prepare): here.
17477         (output): Move the definition of the prologue muscle to...
17478         (prepare): here.
17479         * src/system.h (DEFAULT_TMPDIR): New.
17481 2002-02-14  Paul Eggert  <eggert@twinsun.com>
17483         Remove the support for C++ namespace cleanliness; it was
17484         causing more problems than it was curing, since it didn't work
17485         properly on some nonstandard C++ compilers.  This can wait
17486         for a proper C++ parser.
17488         * NEWS: Document this.
17489         * doc/bison.texinfo (Bison Parser, Debugging): Remove special mention
17490         of C++, as it's treated like C now.
17491         * src/bison.simple (YYSTD): Remove.
17492         (YYSIZE_T, YYFPRINTF, YYPARSE_PARAM_ARG, YYPARSE_PARAM_DECL):
17493         Treat C++ just like Standard C instead of trying to support
17494         namespace cleanliness.
17496 2002-02-14  Akim Demaille  <akim@epita.fr>
17498         * tests/regression.at (else): Adjust to Andreas' change.
17500 2002-02-14  Akim Demaille  <akim@epita.fr>
17502         * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
17504 2002-02-13  Andreas Schwab  <schwab@suse.de>
17506         * src/output.c (output_rule_data): Don't output NULL, it might
17507         not be defined yet.
17509 2002-02-11  Robert Anisko  <robert@lrde.epita.fr>
17511         * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue.
17512         (Copyright notice): Update.
17514 2002-02-11  Akim Demaille  <akim@epita.fr>
17516         * tests/regression.at (%nonassoc and eof): Don't include
17517         nonportable headers.
17519 2002-02-08  Robert Anisko  <robert@lrde.epita.fr>
17521         * data/bison.c++: Correct error recovery.  Make the user able to
17522         initialize the starting location.
17524 2002-02-07  Akim Demaille  <akim@epita.fr>
17526         * tests/input.at: New.
17528 2002-02-07  Robert Anisko  <robert@lrde.epita.fr>
17530         * data/bison.c++: Replace some direct m4 expansions by constants.  Be
17531         more consistent when naming methods and variables.  Put preprocessor
17532         directives around tables only needed for debugging.
17534 2002-02-07  Robert Anisko  <robert@lrde.epita.fr>
17536         * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
17537         C++ parsers.
17538         (yy::b4_name::parse): Use print_.
17540 2002-02-07  Robert Anisko  <robert@lrde.epita.fr>
17542         * data/bison.c++ (yy::b4_name::parse): Error recovery is back.
17544 2002-02-07  Robert Anisko  <robert@lrde.epita.fr>
17546         * data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in
17547         C++ parsers.
17548         (yy::b4_name::parse): Build verbose error messages, and use error_.
17550 2002-02-06  Robert Anisko  <robert@lrde.epita.fr>
17552         * data/bison.c++: Fix m4 quoting in comments.
17554 2002-02-06  Robert Anisko  <robert@lrde.epita.fr>
17556         * data/bison.c++: Adjust the parser code.  Fix some muscles that were
17557         not expanded by m4.
17559 2002-02-05  Akim Demaille  <akim@epita.fr>
17561         * data/bison.c++: Adjust to the M4 back end.
17562         More is certainly needed.
17564 2002-02-05  Akim Demaille  <akim@epita.fr>
17566         Give a try to M4 as a back end.
17568         * lib/readpipe.c: New, from wdiff.
17569         * src/Makefile.am (DEFS): Define PKGDATADIR, not BISON_SIMPLE and
17570         BISON_HAIRY.
17571         * src/system.h (BISON_HAIRY, BISON_SIMPLE): Remove the DOS and VMS
17572         specific values.  Now it is m4 that performs the lookup.
17573         * src/parse-skel.y: Remove.
17574         * src/muscle_tab.c, src/muscle_tab.h (muscles_m4_output): New.
17575         * src/output.c (actions_output, guards_output)
17576         (token_definitions_output): No longer keeps track of the output
17577         line number, hence remove the second argument.
17578         (guards_output): Check against the guard member of a rule, not the
17579         action member.
17580         Adjust callers.
17581         (output_skeleton): Don't look for the skeleton location, let m4 do
17582         that.
17583         Create `/tmp/muscles.m4'.  This is temporary, a proper temporary
17584         file will be used.
17585         Invoke `m4' on m4sugar.m4, muscles.m4, and the skeleton.
17586         (prepare): Given that for the time being changesyntax is not
17587         usable in M4, rename the muscles using `-' to `_'.
17588         Define `defines_flag', `output_parser_name' and `output_header_name'.
17589         * src/output.h (actions_output, guards_output)
17590         (token_definitions_output): Adjust prototypes.
17591         * src/scan-skel.l: Instead of scanning the skeletons, it now
17592         processes the output of m4: `__oline__' and `#output'.
17593         * data/bison.simple: Adjust to be used by M4(sugar).
17594         * tests/Makefile.am: Use check_SCRIPTS to make sure `bison' is up
17595         to date.
17596         * tests/bison.in: Use the secrete envvar `BISON_PKGDATADIR'
17597         instead of the dead `BISON_SIMPLE' and `BISON_HAIRY'.
17598         * data/m4sugar/m4sugar.m4, data/m4sugar/version.m4: New,
17599         shamelessly stolen from CVS Autoconf.
17601 2002-02-05  Akim Demaille  <akim@epita.fr>
17603         * lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version.
17604         * configure.in: Check for the declarations of free and malloc.
17605         * src/muscle_tab.c: Adjust.
17607 2002-02-05  Akim Demaille  <akim@epita.fr>
17609         * src/muscle_tab.c (muscle_init): Don't default to NULL muscle
17610         which have no values.
17612 2002-02-05  Akim Demaille  <akim@epita.fr>
17614         * src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
17615         * data/: here.
17617 2002-01-29  Paul Eggert  <eggert@twinsun.com>
17619         * src/bison.simple (YYSIZE_T): Do not define merely because
17620         YYSTACK_USE_ALLOCA is nonzero or alloca or _ALLOCA_H are defined.
17621         On some platforms, <alloca.h> does not declare YYSTD (size_t).
17623 2002-01-27  Akim Demaille  <akim@epita.fr>
17625         Fix `%nonassoc and eof'.
17627         * src/state.c (errs_dup): Aaaah!  The failure was due to bytes
17628         which were not properly copied!  Replace
17629         memcpy (res->errs, src->errs, src->nerrs);
17630         with
17631         memcpy (res->errs, src->errs, src->nerrs * sizeof (src->errs[0]));
17632         !!!
17633         * tests/regression.at (%nonassoc and eof): Adjust to newest
17634         Autotest: `.' is not in the PATH.
17636 2002-01-27  Akim Demaille  <akim@epita.fr>
17638         * tests/sets.at (AT_EXTRACT_SETS): New.
17639         (Nullable): Use it.
17640         (Firsts): New.
17642 2002-01-26  Akim Demaille  <akim@epita.fr>
17644         * tests/actions.at, tests/calc.at, tests/headers.at,
17645         * tests/torture.at: Adjust to the newest Autotest which no longer
17646         forces `.' in the PATH.
17648 2002-01-25  Akim Demaille  <akim@epita.fr>
17650         * tests/regression.at (%nonassoc and eof): New.
17651         Suggested by Robert Anisko.
17653 2002-01-24  Akim Demaille  <akim@epita.fr>
17655         Bison dumps core when trying to complain about broken input files.
17656         Reported by Cris van Pelt.
17658         * src/lex.c (parse_percent_token): Be sure to set token_buffer.
17659         * tests/regression.at (Invalid input: 1, Invalid input: 2): Merge
17660         into...
17661         (Invalid inputs): Strengthen: exercise parse_percent_token.
17663 2002-01-24  Robert Anisko  <robert.anisko@epita.fr>
17665         * src/Makefile.am: Add bison.c++.
17666         * src/bison.c++: New skeleton.
17668 2002-01-21  Paolo Bonzini <bonzini@gnu.org>
17670         * po/it.po: New.
17672 2002-01-21  Kees Zeelenberg  <kzlg@users.sourceforge.net>
17674         * src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
17676 2002-01-20  Marc Autret  <marc@gnu.org>
17678         * src/files.c (compute_output_file_names): Fix
17680 2002-01-20  Marc Autret  <marc@gnu.org>
17682         * tests/output.at: New test.
17683         * src/files.c (compute_base_names): Don't map extensions when
17684         the YACC flag is set, use defaults.
17685         Reported by Evgeny Stambulchik.
17687 2002-01-20  Marc Autret  <marc@gnu.org>
17689         * src/system.h: Need to define __attribute__ away for non-GCC
17690         compilers as well (i.e., the vendor C compiler).
17691         Suggested by Albert Chin-A-Young.
17693 2002-01-11  Tim Van Holder  <tim.van.holder@pandora.be>
17695         * lib/hash.h, lib/hash.c: Renamed __P to PARAMS and used the
17696         canonical definition.
17697         * src/system.h: Use the canonical definition for PARAMS (avoids
17698         a conflict with the macro from lib/hash.h).
17700 2002-01-11  Akim Demaille  <akim@epita.fr>
17702         * configure.in: Use AC_FUNC_STRNLEN.
17703         Fixes the failures observed on AIX 4.3 by H.Merijn Brand.
17705 2002-01-09  Akim Demaille  <akim@epita.fr>
17707         * src/files.c, src/files.h (output_infix): New.
17708         (tab_extension): Remove.
17709         (compute_base_names): Compute the former, drop the latter.
17710         * src/output.c (prepare): Insert the muscles `output-infix', and
17711         `output-suffix'.
17712         * src/parse-skel.y (string, string.1): New.
17713         (section.header): Use it.
17714         (section.yacc): Remove.
17715         (prefix): Remove too.
17716         * src/scan-skel.l: Adjust.
17717         * src/bison.simple, src/bison.hairy: Adjust.
17719 2002-01-09  Akim Demaille  <akim@epita.fr>
17721         * configure.in (WERROR_CFLAGS): Compute it.
17722         * src/Makefile.am (CFLAGS): Pass it.
17723         * tests/atlocal.in (CFLAGS): Idem.
17724         * src/files.c: Fix a few warnings.
17725         (get_extension_index): Remove, unused.
17727 2002-01-08  Akim Demaille  <akim@epita.fr>
17729         * src/getargs.c (AS_FILE_NAME): New.
17730         (getargs): Use it to convert DOSish file names.
17731         * src/files.c (base_name): Rename as full_base_name to avoid
17732         clashes with `base_name ()'.
17733         (filename_split): New.
17734         (compute_base_names): N-th rewrite, using filename_split.
17736 2002-01-08  Akim Demaille  <akim@epita.fr>
17738         * lib/basename.c, lib/dirname.h, lib/dirname.c, lib/memrchr.c:
17739         New, stolen from the Fileutils 4.1.
17740         * lib/Makefile.am (libbison_a_SOURCES): Adjust.
17741         * configure.in: Check for the presence of memrchr, and of its
17742         prototype.
17744 2002-01-07  Tim Van Holder  <tim.van.holder@pandora.be>
17746         * lib/hash.h (__P): Added definition for this macro.
17747         * src/Makefile.am: Add parse-skel.c and scan-skel.c to
17748         BUILT_SOURCES, to ensure they are generated first.
17749         * src/parse-skel.y: Use YYERROR_VERBOSE instead of
17750         %error-verbose to allow bootstrapping with bison 1.30x.
17752 2002-01-06  Akim Demaille  <akim@epita.fr>
17754         * src/reader.c (parse_braces): Don't fetch the next char, the
17755         convention is to fetch on entry.
17756         * tests/torture.at (GNU Cim Grammar): Reintroduce their weird
17757         'switch' without a following semicolon.
17758         * tests/regression.at (braces parsing): New.
17760 2002-01-06  Akim Demaille  <akim@epita.fr>
17762         Bison is dead wrong in its RR conflict reports.
17764         * tests/torture.at (GNU Cim Grammar): New.
17765         * src/conflicts.c (count_rr_conflicts): Fix.
17767 2002-01-06  Akim Demaille  <akim@epita.fr>
17769         Creating package.m4 from configure.ac causes too many problems.
17771         * tests/Makefile.am (package.m4): Create it by hand,
17772         AC_CONFIG_TESTDIR no longer does in the most recent CVS Autoconf.
17774 2002-01-06  Akim Demaille  <akim@epita.fr>
17776         * src/Makefile.am (bison_SOURCES): Add parse-skel.h and
17777         skeleton.h.
17779 2002-01-04  Paul Eggert  <eggert@twinsun.com>
17781         * doc/bison.texinfo (Debugging):
17782         Remove YYSTDERR; it's no longer defined or used.
17783         Also, s/cstdio.h/cstdio/.
17785 2002-01-03  Akim Demaille  <akim@epita.fr>
17787         * tests/bison.in, tests/atlocal.in: Adjust to CVS Autoconf.
17789 2002-01-03  Akim Demaille  <akim@epita.fr>
17791         * src/parse-skel.y (process_skeleton): Don't bind the parser's
17792         tracing code to --trace, wait for a better --trace option, with
17793         args.
17795 2002-01-03  Akim Demaille  <akim@epita.fr>
17797         * src/bison.simple (YYSTDERR): Remove, replace `stderr'.
17798         The ISO C++ standard is extremely clear about it: stderr is
17799         considered a macro, not a regular symbol (see table 94 `Header
17800         <cstdio> synopsis', [lib.c.files] 27.8.2 C Library files).
17801         Therefore std:: does not apply to it.  It still does with fprintf.
17802         Also, s/cstdio.h/cstdio/.
17804 2002-01-03  Akim Demaille  <akim@epita.fr>
17806         * lib/quotearg.c: Use `#include "..."' instead of `#include <...>'
17807         for non system headers.
17809 2002-01-02  Akim Demaille  <akim@epita.fr>
17811         Equip the skeleton chain with location tracking, runtime trace,
17812         pure parser and scanner.
17814         * src/parse-skel.y: Request a pure parser, locations, and prefix
17815         renaming.
17816         (%union): Having several members with the same type does not help
17817         type mismatches, simplify.
17818         (YYPRINT, yyprint): New.
17819         (yyerror): ``Rename'' (there is a #define yyerror skel_error) as...
17820         (skel_error): this.
17821         Handle locations.
17822         * src/scan-skel.l: Adjust to these changes.
17823         * src/skeleton.h (LOCATION_RESET, LOCATION_LINES, LOCATION_STEP)
17824         (LOCATION_PRINT, skel_control_t): New.
17826 2001-12-30  Akim Demaille  <akim@epita.fr>
17828         * src/parse-skel.y: Get rid of the shift/reduce conflict:
17829         replace `gb' with BLANKS.
17830         * src/scan-skel.l: Adjust.
17832 2001-12-30  Akim Demaille  <akim@epita.fr>
17834         * src/system.h: We don't need nor want bcopy.
17835         Throw away MS-DOS crap: we don't need getpid.
17836         * configure.in: We don't need strndup.  It was even causing
17837         problems: because Flex includes the headers *before* us,
17838         _GNU_SOURCE is not defined by config.h, and therefore strndup was
17839         not visible.
17840         * lib/xstrndup.c: New.
17841         * src/scan-skel.l: Use it.
17842         Be sure to initialize yylval.muscle member when scanning a MUSCLE.
17843         * src/parse-skel.y: Use %directives instead of #defines.
17845 2001-12-30  Akim Demaille  <akim@epita.fr>
17847         * src/skeleton.h: New.
17848         * src/output.c (output_parser, output_master_parser): Remove, dead
17849         code.
17850         * src/output.h (get_lines_number, actions_output, guards_output)
17851         (token_definitions_output): Prototype them.
17852         * src/parse-skel.y: Add the license notice.
17853         Include output.h and skeleton.h.
17854         (process_skeleton): Returns void, and takes a single parameter.
17855         * src/scan-skel.l: Add the license notice.
17856         Include skeleton.h.
17857         Don't use %option yylineno: it seems that then Flex imagines
17858         REJECT has been used, and therefore it won't reallocate its
17859         buffers (which makes no other sense to me than a bug).  It results
17860         in warnings for `unused: yy_flex_realloc'.
17862 2001-12-30  Robert Anisko  <robert.anisko@epita.fr>
17864         * src/muscle_tab.h (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
17865         (MUSCLE_INSERT_PREFIX): ...to there.
17866         * src/output.c (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
17867         (MUSCLE_INSERT_PREFIX): Move from here...
17869         * src/bison.hairy: Add a section directive.  Put braces around muscle
17870         names.  This parser skeleton is still broken, but Bison should not
17871         choke on a bad muscle 'syntax'.
17872         * src/bison.simple: Add a section directive.  Put braces around muscle
17873         names.
17875         * src/files.h (strsuffix, stringappend): Add declarations.
17876         (tab_extension): Add declaration.
17877         (short_base_name): Add declaration.
17879         * src/files.c (strsuffix, stringappend): No longer static.  These
17880         functions are used in the skeleton parser.
17881         (tab_extension): New.
17882         (compute_base_names): Use the computations done in this function
17883         to guess if the generated parsers should have '.tab' in their
17884         names.
17885         (short_base_name): No longer static.
17887         * src/output.c (output_skeleton): New.
17888         (output): Disable call to output_master_parser, and give a try to
17889         a new skeleton handling system.
17890         (guards_output, actions_output): No longer static.
17891         (token_definitions_output, get_lines_number): No longer static.
17893         * configure.in: Use AM_PROG_LEX and AC_PROG_YACC.
17895         * src/Makefile.am (bison_SOURCES): Add scan-skel.l and
17896         parse-skel.y.
17898         * src/parse-skel.y: New file.
17899         * src/scan-skel.l: New file.
17901 2001-12-29  Akim Demaille  <akim@epita.fr>
17903         %name-prefix is broken.
17905         * src/files.c (spec_name_prefix): Initialize to NULL, not to "yy".
17906         Adjust all dependencies.
17907         * tests/headers.at (export YYLTYPE): Strengthen this test: use
17908         %name-prefix.
17910         Renaming yylval but not yylloc is not consistent.  Now we do.
17912         * src/bison.simple: Prefix yylloc if used.
17913         * doc/bison.texinfo (Decl Summary): Document that.
17915 2001-12-29  Akim Demaille  <akim@epita.fr>
17917         * doc/bison.texinfo: Promote `%long-directive' over
17918         `%long_directive'.
17919         Remove all references to fixed-output-files, yacc is enough.
17921 2001-12-29  Akim Demaille  <akim@epita.fr>
17923         * src/bison.simple: Define YYDEBUG and YYERROR_VERBOSE *after* the
17924         user prologue.  These are defaults.
17925         * tests/actions.at (Mid-rule actions): Make sure the user can
17926         define YYDEBUG and YYERROR_VERBOSE.
17928 2001-12-29  Akim Demaille  <akim@epita.fr>
17930         * src/output.c (header_output): Don't forget to export YYLTYPE and
17931         yylloc.
17932         * tests/headers.at (export YYLTYPE): New, make sure it does.
17933         * tests/regression.at (%union and --defines, Invalid CPP headers):
17934         Move to...
17935         * tests/headers.at: here.
17937 2001-12-29  Akim Demaille  <akim@epita.fr>
17939         * src/gram.h (rule_s): Member `assoc' is of type `associativity'.
17941 2001-12-29  Akim Demaille  <akim@epita.fr>
17943         * tests/actions.at (Mid-rule actions): Output on a single line
17944         instead of several.
17946 2001-12-29  Akim Demaille  <akim@epita.fr>
17948         * doc/bison.texinfo: Formatting changes.
17950 2001-12-29  Akim Demaille  <akim@epita.fr>
17952         Don't store the token defs in a muscle, just be ready to output it
17953         on command.  Now possible via `symbols'.  Fixes a memory leak.
17955         * src/output.c (token_definitions_output): New.
17956         (output_parser, header_output): Use it.
17957         * src/reader.c (symbols_save): Remove.
17959 2001-12-29  Akim Demaille  <akim@epita.fr>
17961         * src/bison.simple: Do not provide a default for YYSTYPE and
17962         YYLTYPE before the user's prologue.  Otherwise it's hardly... a
17963         default.
17965 2001-12-29  Akim Demaille  <akim@epita.fr>
17967         Mid-rule actions are simply... ignored!
17969         * src/reader.c (readgram): Be sure to attach mid-rule actions to
17970         the empty-rule associated to the dummy symbol, not to the host
17971         rule.
17972         * tests/actions.at (Mid-rule actions): New.
17974 2001-12-29  Akim Demaille  <akim@epita.fr>
17976         Memory leak.
17978         * src/reader.c (reader): Free grammar.
17980 2001-12-29  Akim Demaille  <akim@epita.fr>
17982         Memory leak.
17984         * src/LR0.c (new_itemsets): Don't allocate `shift_symbol' here,
17985         since it allocates it for each state, although only one is needed.
17986         (allocate_storage): Do it here.
17988 2001-12-29  Akim Demaille  <akim@epita.fr>
17990         * src/options.h, src/options.c (create_long_option_table): Rename
17991         as...
17992         (long_option_table_new): this, with a clearer prototype.
17993         (percent_table): Remove, unused,
17994         * src/getargs.c (getargs): Adjust.
17996 2001-12-29  Akim Demaille  <akim@epita.fr>
17998         * src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.c
17999         * src/print.c, src/print_graph.c, src/state.h: Rename state_table
18000         as states.
18002 2001-12-29  Akim Demaille  <akim@epita.fr>
18004         * src/lalr.c (build_relations): Rename `states' as `states1'.
18005         Sorry, I don't understand exactly what it is, no better name...
18007 2001-12-29  Akim Demaille  <akim@epita.fr>
18009         * src/closure.c, src/conflicts.c, src/derives.c, src/gram.c
18010         * src/gram.h, src/lalr.c, src/nullable.c, src/output.c, src/print.c
18011         * src/print_graph.c, src/reader.c, src/reduce.c: Rename rule_table
18012         as rules.
18014 2001-12-29  Akim Demaille  <akim@epita.fr>
18016         * src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long
18017         ago.
18019 2001-12-29  Akim Demaille  <akim@epita.fr>
18021         * src/reader.c, src/reader.h (user_toknums): Remove.
18022         Adjust all users to use symbols[i]->user_token_number.
18024 2001-12-29  Akim Demaille  <akim@epita.fr>
18026         * src/gram.c, src/gram.h (sprec, sassoc): Remove.
18027         Adjust all users to use symbols[i]->prec or ->assoc.
18029 2001-12-29  Akim Demaille  <akim@epita.fr>
18031         * src/reader.c, src/reader.h (tags): Remove.
18032         Adjust all users to use symbols[i]->tag.
18034 2001-12-29  Akim Demaille  <akim@epita.fr>
18036         * src/gram.h, src/gram.c (symbols): New, similar to state_table
18037         and rule_table.
18038         * src/reader.c (packsymbols): Fill this table.
18039         Drop sprec.
18040         * src/conflicts.c (resolve_sr_conflict): Adjust.
18041         * src/reduce.c (reduce_grammar): Adjust: just sort symbols, a
18042         single table.
18043         Use symbols[i]->tag instead of tags[i].
18045 2001-12-29  Akim Demaille  <akim@epita.fr>
18047         * tests/calc.at (_AT_DATA_CALC_Y): Also use %union.
18048         In addition, put a comment in there, to replace...
18049         * tests/regression.at (%union and C comments): Remove.
18051 2001-12-29  Akim Demaille  <akim@epita.fr>
18053         * tests/regression.at (Web2c Actions): Blindly move the actual
18054         output as expected output.  The contents *seem* right to me, but I
18055         can't pretend reading perfectly parser tables...  Nonetheless, all
18056         the other tests pass correctly, the table look OK, even though the
18057         presence of `$axiom' is to be noted: AFAICS it is useless (but
18058         harmless).
18060 2001-12-29  Akim Demaille  <akim@epita.fr>
18062         * src/reader.c (readgram): Don't add the rule 0 if there were no
18063         rules read.  In other words, add it _after_ having performed
18064         grammar sanity checks.
18065         Fixes the `tests/regression.at (Invalid input: 1)' Failure.
18067 2001-12-29  Akim Demaille  <akim@epita.fr>
18069         * tests/regression.at (Web2c Report): Catch up: the rule 0 is now
18070         visible, and some states have now a different number.
18072 2001-12-29  Akim Demaille  <akim@epita.fr>
18074         * src/reader.c (readgram): Bind the initial rule's lineno to that
18075         of the first rule.
18076         * tests/regression.at (Rule Line Numbers, Unresolved SR Conflicts):
18077         (Solved SR Conflicts): Adjust rule 0's line number.
18079 2001-12-29  Akim Demaille  <akim@epita.fr>
18081         Fix the `GAWK Grammar' failure.
18083         * src/LR0.c (final_state): Initialize to -1 so that we do compute
18084         the reductions of the first state which was mistakenly confused
18085         with the final state because precisely final_state was initialized
18086         to 0.
18087         * tests/sets.at (Nullable): Adjust: state 0 does have lookaheads,
18088         now noticed by Bison.
18089         * tests/regression.at (Rule Line Numbers): Adjust: state 0 does
18090         have a reduction on $default.
18092 2001-12-29  Akim Demaille  <akim@epita.fr>
18094         * src/gram.c (ritem_print): Be sure to subtract 1 when displaying
18095         rule line numbers.
18096         * src/closure.c (print_closure): Likewise.
18097         * src/derives.c (print_derives): Likewise.
18098         * tests/sets.at (Nullable): Adjust: the rule numbers are correct
18099         now.
18101 2001-12-29  Akim Demaille  <akim@epita.fr>
18103         * src/lalr.c (lookaheads_print): New.
18104         (lalr): Call it when --trace-flag.
18105         * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads
18106         are dumped.
18108 2001-12-29  Akim Demaille  <akim@epita.fr>
18110         * src/derives.c (print_derives): Be sure to use `>= 0', not `> 0',
18111         when walking through ritem, even via rule->rhs.
18112         * src/reduce.c (dump_grammar, useful_production, reduce_output)
18113         (useful_production, useless_nonterminals): Likewise.
18114         (reduce_grammar_tables): Likewise, plus update nritems.
18115         * src/nullable.c (set_nullable): Likewise.
18116         * src/lalr.c (build_relations): Likewise.
18117         * tests/sets.at (Nullable): Adjust.
18118         Fortunately, now, the $axiom is no longer nullable.
18120 2001-12-29  Akim Demaille  <akim@epita.fr>
18122         * src/LR0.c (generate_states): Use nritems, not nitems, nor using
18123         the 0-sentinel.
18124         * src/gram.c (ritem_longest_rhs): Likewise.
18125         * src/reduce.c (nonterminals_reduce): Likewise.
18126         * src/print_graph.c (print_graph): Likewise.
18127         * src/output.c (output_rule_data): Likewise.
18128         * src/nullable.c (set_nullable):  Likewise.
18130 2001-12-29  Akim Demaille  <akim@epita.fr>
18132         * src/output.c: Comment changes.
18134 2001-12-27  Paul Eggert  <eggert@twinsun.com>
18136         * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
18137         cases for non-GNU systems like AIX, HP-UX, SGI, Sun, and
18138         Sparc, as they were causing more porting problems than the
18139         (minor) performance improvement was worth.
18141         Also, catch up with 1.31's YYSTD.
18143 2001-12-27  Akim Demaille  <akim@epita.fr>
18145         * src/output.c (output_gram): Rely on nritems, not the
18146         0-sentinel.  See below.
18147         Use -1 as separator, not 0.
18148         * src/bison.simple (yyparse): Subtract 1 to the rule numbers.
18149         Rely on -1 as separator in yyrhs, instead of 0.
18150         * tests/calc.at (AT_CHECK_CALC): Now, the parsers no longer issue
18151         twice `Now at end of input', therefore there are two lines less to
18152         expect.
18154 2001-12-27  Akim Demaille  <akim@epita.fr>
18156         * tests/regression.at (Unresolved SR Conflicts):
18157         (Solved SR Conflicts, Rule Line Numbers): Adjust to the changes
18158         below.
18160 2001-12-27  Akim Demaille  <akim@epita.fr>
18162         * src/LR0.c (new_state): Recognize the final state by the fact it
18163         is reached by eoftoken.
18164         (insert_start_shifting_state, insert_eof_shifting_state)
18165         (insert_accepting_state, augment_automaton): Remove, since now
18166         these states are automatically computed from the initial state.
18167         (generate_states): Adjust.
18168         * src/print.c: When reporting a rule number to the user, substract
18169         1, so that the axiom rule is rule 0, and the first user rule is 1.
18170         * src/reduce.c: Likewise.
18171         * src/print_graph.c (print_core): For the time being, just as for
18172         the report, depend upon --trace-flags to dump the full set of
18173         items.
18174         * src/reader.c (readgram): Once the grammar read, insert the rule
18175         0: `$axiom: START-SYMBOL $'.
18176         * tests/set.at: Adjust: rule 0 is now displayed, and since the
18177         number of the states has changed (the final state is no longer
18178         necessarily the last), catch up.
18180 2001-12-27  Akim Demaille  <akim@epita.fr>
18182         Try to make the use of the eoftoken valid.  Given that its value
18183         is 0 which was also used as a sentinel in ritem, (i) make sure >= 0
18184         is used instead of > 0 where appropriate, (ii), depend upon nritems
18185         instead of the 0-sentinel.
18187         * src/gram.h, src/gram.c (nritems): New.
18188         Expected to be duplication of nitems, but for the time being...
18189         * src/reader.c (packgram): Assert nritems and nitems are equal.
18190         * src/LR0.c (allocate_itemsets, new_itemsets): Adjust.
18191         * src/closure.c (print_closure, print_fderives): Likewise.
18192         * src/gram.c (ritem_print): Likewise.
18193         * src/print.c (print_core, print_grammar): Likewise.
18194         * src/print_graph.c: Likewise.
18196 2001-12-27  Akim Demaille  <akim@epita.fr>
18198         * src/main.c (main): If there are complains after grammar
18199         reductions, then output the report anyway if requested, then die.
18200         * src/symtab.c (bucket_new): Initialize `value' to -1, not 0.
18201         * src/reader.c (eoftoken): New.
18202         (parse_token_decl): If the token being defined has value `0', it
18203         is the eoftoken.
18204         (packsymbols): No longer hack `tags' to insert `$' by hand.
18205         Be sure to preserve the value of the eoftoken.
18206         (reader): Make sure eoftoken is defined.
18207         Initialize nsyms to 0: now eoftoken is created just like the others.
18208         * src/print.c (print_grammar): Don't special case the eof token.
18209         * src/regression.at: Adjust: `$' has value 0, not -1, which was a
18210         lie anyway, albeit pleasant.
18211         * tests/calc.at: Exercise error messages with eoftoken.
18212         Change the grammar so that empty input is invalid.
18213         Adjust expectations.
18214         When yyungeting, be sure to use a valid yylloc: use last_yylloc.
18216 2001-12-27  Akim Demaille  <akim@epita.fr>
18218         * configure.in: Check the protos of strchr ans strspn.
18219         Replace strchr if needed.
18220         * src/system.h: Provide the protos of strchr, strspn and memchr if
18221         missing.
18222         * lib/strchr.c: New.
18223         * src/reader.c (symbols_save): Use strchr.
18225 2001-12-27  Akim Demaille  <akim@epita.fr>
18227         * src/print.c, src/print_graph.c (escape): New.
18228         Use it to quote the TAGS outputs.
18229         * src/print_graph.c (print_state): Now errors are in red, and
18230         reductions in green.
18231         Prefer high to wide: output the state number on a line of its own.
18233 2001-12-27  Akim Demaille  <akim@epita.fr>
18235         * src/state.h, src/state.c (reductions_new): New.
18236         * src/LR0.c (set_state_table): Let all the states have a
18237         `reductions', even if reduced to 0.
18238         (save_reductions): Adjust.
18239         * src/lalr.c (initialize_LA, initialize_lookaheads): Adjust.
18240         * src/print.c (print_reductions, print_actions): Adjust.
18241         * src/output.c (action_row): Adjust.
18243 2001-12-27  Akim Demaille  <akim@epita.fr>
18245         * src/state.h, src/state.c (errs_new, errs_dup): New.
18246         * src/LR0.c (set_state_table): Let all the states have an errs,
18247         even if reduced to 0.
18248         * src/print.c (print_errs, print_reductions): Adjust.
18249         * src/output.c (output_actions, action_row): Adjust.
18250         * src/conflicts.c (resolve_sr_conflict): Adjust.
18252 2001-12-27  Akim Demaille  <akim@epita.fr>
18254         * src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SYMBOL.
18256 2001-12-27  Akim Demaille  <akim@epita.fr>
18258         * src/conflicts.c, src/conflicts.h (print_reductions): Move to...
18259         * src/print.c: here.
18260         (lookaheadset, shiftset): New, used as additional storage by
18261         print_reductions.
18262         (print_results): Adjust.
18263         (print_shifts, print_gotos, print_errs): New, extracted from...
18264         (print_actions): here.
18265         * src/print_graph.c (print_actions): Remove dead code.
18267 2001-12-27  Akim Demaille  <akim@epita.fr>
18269         * src/reader.c (copy_dollar, copy_at): Better checking of `n' in
18270         `$n' and `@n'.
18272 2001-12-27  Akim Demaille  <akim@epita.fr>
18274         * src/lalr.c (add_lookback_edge): Use state_t instead of ints.
18275         (build_relations): Adjust.
18277 2001-12-27  Akim Demaille  <akim@epita.fr>
18279         * src/lalr.c (set_goto_map): Remove a wrong but benign loop
18280         duplication.
18282 2001-12-27  Akim Demaille  <akim@epita.fr>
18284         * src/reader.c (packgram): Catch nitems overflows.
18286 2001-12-27  Akim Demaille  <akim@epita.fr>
18288         * src/files.c, src/files.h (guard_obstack): Remove.
18289         * src/output.c (output): Adjust.
18290         * src/reader.c (parse_braces): New, factoring...
18291         (copy_action, copy_guard): these two which are renamed as...
18292         (parse_action, parse_guard): these.
18293         As a voluntary consequence, using braces around guards is now
18294         mandatory.
18296 2001-12-27  Akim Demaille  <akim@epita.fr>
18298         * src/gram.h (rule_t): `guard' and `guard_line' are new members.
18299         * src/reader.c (symbol_list): `guard' and `guard_line' are new
18300         members.
18301         (symbol_list_new): Adjust.
18302         (copy_action): action_line is the first line, not the last.
18303         (copy_guard): Just as for actions, store the `action' only, not
18304         the switch/case/break flesh.
18305         Don't parse the user action that might follow the guard, let...
18306         (readgram): do it, i.e., now, there can be an action after a
18307         guard.
18308         In other words the guard is just explicitly optional.
18309         (packgram): Adjust.
18310         * src/output.c (guards_output): New.
18311         (output_parser): Call it when needed.
18312         (output): Also free the guard and attrs obstacks.
18313         * src/files.c, src/files.h (obstack_save): Remove.
18314         (output_files): Remove.
18315         As a result, if one needs the former `.act' file, using an
18316         appropriate skeleton which requires actions and guards is now
18317         required.
18318         * src/main.c (main): Adjust.
18319         * tests/semantic.at: New.
18320         * tests/regression.at: Use `input.y' as input file name.
18321         Avoid 8+3 problems by requiring input.c when the test needs the
18322         parser.
18324 2001-12-27  Akim Demaille  <akim@epita.fr>
18326         * src/reader.c (symbol_list_new): Be sure to initialize all the
18327         fields.
18329 2001-12-27  Akim Demaille  <akim@epita.fr>
18331         All the hacks using a final pseudo state are now useless.
18333         * src/LR0.c (set_state_table): state_table holds exactly nstates.
18334         * src/lalr.c (nLA): New.
18335         (initialize_LA, compute_lookaheads, initialize_lookaheads): Use it
18336         instead of lookaheadsp from the pseudo state (nstate + 1).
18338 2001-12-27  Akim Demaille  <akim@epita.fr>
18340         * src/output.c (action_row, token_actions): Use a state_t instead
18341         of a integer, and nlookaheads instead of the following state's
18342         lookaheadsp.
18344 2001-12-27  Akim Demaille  <akim@epita.fr>
18346         * src/conflicts.c (log_resolution, flush_shift)
18347         (resolve_sr_conflict, set_conflicts, solve_conflicts)
18348         (count_sr_conflicts, count_rr_conflicts, conflicts_output)
18349         (conflicts_print, print_reductions): Use a state_t instead of an
18350         integer when referring to a state.
18351         As much as possible, depend upon nlookaheads, instead of the
18352         `lookaheadsp' member of the following state (since lookaheads of
18353         successive states are successive, the difference between state n + 1
18354         and n served as the number of lookaheads for state n).
18355         * src/lalr.c (add_lookback_edge): Likewise.
18356         * src/print.c (print_core, print_actions, print_state)
18357         (print_results): Likewise.
18358         * src/print_graph.c (print_core, print_actions, print_state)
18359         (print_graph): Likewise.
18360         * src/conflicts.h: Adjust.
18362 2001-12-27  Akim Demaille  <akim@epita.fr>
18364         * src/bison.hairy: Formatting/comment changes.
18365         ANSIfy.
18366         Remove `register' indications.
18367         Add plenty of `static'.
18369 2001-12-27  Akim Demaille  <akim@epita.fr>
18371         * src/output.c (prepare): Drop the muscle `ntbase' which
18372         duplicates ntokens.
18373         * src/bison.simple: Formatting/comment changes.
18374         Use YYNTOKENS only, which is documented, but not YYNTBASE, which
18375         is an undocumented synonym.
18377 2001-12-22  Akim Demaille  <akim@epita.fr>
18379         * src/output.c (output_table_data): Change the prototype to use
18380         `int' for array ranges: some invocations do pass an int, not a
18381         short.
18382         Reported by Wayne Green.
18384 2001-12-22  Akim Demaille  <akim@epita.fr>
18386         Some actions of web2c.y are improperly triggered.
18387         Reported by Mike Castle.
18389         * src/lalr.c (traverse): s/F (i)[k] = F (j)[k]/F (j)[k] = F (i)[k]/.
18390         * tests/regression.at (Web2c): Rename as...
18391         (Web2c Report): this.
18392         (Web2c Actions): New.
18394 2001-12-22  Akim Demaille  <akim@epita.fr>
18396         Reductions in web2c.y are improperly reported.
18397         Reported by Mike Castle.
18399         * src/conflicts.c (print_reductions): Fix.
18400         * tests/regression.at (Web2c): New.
18402 2001-12-18  Akim Demaille  <akim@epita.fr>
18404         Some host fail on `assert (!"foo")', which expands to
18405         ((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
18406         Reported by Nelson Beebee.
18408         * src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
18409         `#define it_succeeded 0' and `assert (it_succeeded)'.
18411 2001-12-17  Marc Autret  <autret_m@epita.fr>
18413         * src/bison.simple: Don't hard code the skeleton line and filename.
18414         * src/output.c (output_parser): Rename 'line' as 'output_line'.
18415         New line counter 'skeleton_line' (skeleton-line muscle).
18417 2001-12-17  Paul Eggert  <eggert@twinsun.com>
18419         * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that
18420         YYDEBUG must be defined to a nonzero value.
18422         * src/bison.simple (yytname): Do not assume that the user defines
18423         YYDEBUG to a properly parenthesized expression.
18425 2001-12-17  Akim Demaille  <akim@epita.fr>
18427         * src/state.h (state_t): Rename lookaheads as lookaheadsp.
18428         nlookaheads is a new member.
18429         Adjust all users.
18430         * src/lalr.h (nlookaheads): Remove this orphan declaration.
18431         * src/lalr.c (initialize_lookaheads): Set nlookaheads for each
18432         state.
18434 2001-12-17  Akim Demaille  <akim@epita.fr>
18436         * src/files.h, src/files.c (open_files, close_files): Remove.
18437         * src/main.c (main): Don't open/close files, nor invoke lex_free,
18438         let...
18439         * src/reader.c (reader): Do it.
18441 2001-12-17  Akim Demaille  <akim@epita.fr>
18443         * src/conflicts.c (print_reductions): Formatting changes.
18445 2001-12-17  Akim Demaille  <akim@epita.fr>
18447         * src/conflicts.c (flush_shift): Also adjust lookaheadset.
18448         (flush_reduce): New.
18449         (resolve_sr_conflict): Adjust.
18451 2001-12-17  Akim Demaille  <akim@epita.fr>
18453         * src/output.c (output_obstack): Be static and rename as...
18454         (format_obstack): this, to avoid any confusion with files.c's
18455         output_obstack.
18456         * src/reader.h (muscle_obstack): Move to...
18457         * src/output.h: here, since it's defined in output.c.
18459 2001-12-17  Akim Demaille  <akim@epita.fr>
18461         * src/output.c (action_row, save_column, default_goto)
18462         (sort_actions, matching_state, pack_vector): Better variable
18463         locality.
18465 2001-12-17  Akim Demaille  <akim@epita.fr>
18467         * src/output.c: Various formatting changes.
18469 2001-12-17  Akim Demaille  <akim@epita.fr>
18471         * src/files.c (output_files): Free the output_obstack.
18472         * src/main.c (main): Call print and print_graph conditionally.
18473         * src/print.c (print): Work unconditionally.
18474         * src/print_graph.c (print_graph): Work unconditionally.
18475         * src/conflicts.c (log_resolution): Output only if verbose_flag.
18477 2001-12-16  Marc Autret  <autret_m@epita.fr>
18479         * src/output.c (actions_output): Fix. When we use %no-lines,
18480         there is one less line per action.
18482 2001-12-16  Marc Autret  <autret_m@epita.fr>
18484         * src/bison.simple: Remove a useless #line directive.
18485         s/#line %%line %%skeleton/#line %%line "%%parser-file-name"/'.
18486         * src/output.c (get_lines_number): New.
18487         (output_parser): Adjust, now takes care about the lines of a
18488         output muscles.
18489         Fix line numbering.
18490         (actions_output): Computes the number of lines taken by actions.
18491         (output_master_parser): Insert new skeleton which is the name of
18492         the output parser file name.
18494 2001-12-15  Marc Autret  <autret_m@epita.fr>
18496         * src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
18498 2001-12-15  Marc Autret  <autret_m@epita.fr>
18500         * src/output.c (output_gram): Keep track of the hairy one.
18502 2001-12-15  Akim Demaille  <akim@epita.fr>
18504         Make `make distcheck' work.
18506         * lib/Makefile.am (INCLUDES): Add top_srcdir/intl, since hash uses
18507         system.h which uses libgettext.h.
18509 2001-12-15  Akim Demaille  <akim@epita.fr>
18511         * src/nullable.c (set_nullable): Useless rules must be skipped,
18512         otherwise, since we range over their symbols, we might look at a
18513         nonterminal which no longer ``exists'', i.e., it is not counted in
18514         `nvars', hence we overflow our arrays.
18516 2001-12-15  Akim Demaille  <akim@epita.fr>
18518         The header can also be produced directly, without any obstack!
18519         Yahoo!
18521         * src/files.c, src/files.h (defines_obstack): Remove.
18522         (compute_header_macro): Global.
18523         (defines_obstack_save): Remove.
18524         * src/reader.c (parse_union_decl): No longer output to
18525         defines_obstack: its content can be found in the `stype' muscle
18526         anyway.
18527         (output_token_translations): Merge into...
18528         (symbols_output): this.
18529         Rename as...
18530         (symbols_save): this.
18531         (reader): Adjust.
18532         * src/output.c (header_output): New.
18533         (output): Call it.
18535 2001-12-15  Akim Demaille  <akim@epita.fr>
18537         * src/reader.c (parse_union_decl): Instead of handling two obstack
18538         simultaneously, use one to define the `stype' muscle, and use the
18539         value of the latter to fill defines_obstack.
18540         (copy_comment): Remove.
18541         (copy_comment2): Work for a single obstack.
18542         Rename as...
18543         (copy_comment): this.
18545 2001-12-15  Akim Demaille  <akim@epita.fr>
18547         * src/lex.c, src/lex.h (xgetc): No longer static.
18548         * src/reader.c (parse_union_decl): Revamp.
18550 2001-12-15  Akim Demaille  <akim@epita.fr>
18552         Still making progress in separating Bison into (i) input, (ii)
18553         process, (iii) output: now we can directly output the parser file
18554         without using table_obstack at all.
18556         * src/files.c, src/files.h (table_obstack): Bye bye.
18557         (parser_file_name): New.
18558         * src/files.c (compute_output_file_names): Compute it.
18559         * src/output.c (actions_output, output_parser)
18560         (output_master_parser): To a file instead of an obstack.
18562 2001-12-15  Akim Demaille  <akim@epita.fr>
18564         Attach actions to rules, instead of pre-outputting them to
18565         actions_obstack.
18567         * src/gram.h (rule_t): action and action_line are new members.
18568         * src/reader.c (symbol_list): Likewise.
18569         (copy_action): Save the actions within the rule.
18570         (packgram): Save them in rule_table.
18571         * src/output.c (actions_output): New.
18572         (output_parser): Use it on `%%actions'.
18573         (output_rule_data): Don't free rule_table.
18574         (output): Do it.
18575         (prepare): Don't save the `action' muscle.
18576         * src/bison.simple: s/%%action/%%actions/.
18578 2001-12-15  Akim Demaille  <akim@epita.fr>
18580         * src/reader.c (copy_action): When --yacc, don't append a `;'
18581         to the user action: let it fail if lacking.
18582         Suggested by Arnold Robbins and Tom Tromey.
18584 2001-12-14  Akim Demaille  <akim@epita.fr>
18586         * src/lex.c (literalchar): Simply return the char you decoded, non
18587         longer mess around with obstacks and int pointers.
18588         Adjust all callers.
18590 2001-12-14  Akim Demaille  <akim@epita.fr>
18592         * src/lex.c (literalchar): Don't escape the special characters,
18593         just decode them, and keep them as char (before, eol was output as
18594         the 2 char string `\n' etc.).
18595         * src/output.c (output_rule_data): Use quotearg to output the
18596         token strings.
18598 2001-12-13  Paul Eggert  <eggert@twinsun.com>
18600         * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
18601         Do not infringe on the global user namespace when using C++.
18602         (YYFPRINTF, YYSTDERR): New macros, needed for the above.
18603         All uses of `fprintf' and `stderr' changed.
18605         * doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
18607 2001-12-13  Akim Demaille  <akim@epita.fr>
18609         The computation of nullable is broken: it doesn't handle empty
18610         RHS's properly.
18612         * tests/torture.at (GNU AWK Grammar): New.
18613         * tests/sets.at (Nullable): New.
18614         * src/nullable.c (set_nullable): Instead of blindly looping over
18615         `ritems', loop over the rules, and then over their rhs's.
18617         Work around Autotest bugs.
18619         * src/warshall.c (bitmatrix_print): Don't use `+--+' as table
18620         frame, because Autotest understand lines starting with a `+' as
18621         traces from the shell.  Then, they are not processed properly.
18622         Admittedly an Autotest bug, but we don't have time to wait for
18623         Autotest to catch up.
18624         * tests/regression.at (Broken Closure): Adjust to the new table
18625         frames.
18626         Move to...
18627         * tests/sets.at: here.
18629 2001-12-13  Akim Demaille  <akim@epita.fr>
18631         * src/closure.c (closure): Use nrules instead of playing tricks
18632         with BITS_PER_WORD.
18634 2001-12-13  Akim Demaille  <akim@epita.fr>
18636         * src/print.c (print_actions): Output the handling of `$' as the
18637         traces do: shifting the token EOF.  Before EOF was treated as a
18638         nonterminal.
18639         * tests/regression.at: Adjust some tests.
18640         * src/print_graph.c (print_core): Complete the set of items via
18641         closure.  The next-to-final and final states are still unsatisfying,
18642         but that's to be addressed elsewhere.
18643         No longer output the rule numbers, but do output the state number.
18644         A single loop for the shifts + gotos is enough, but picked a
18645         distinct color for each.
18646         (print_graph): Initialize and finalize closure.
18648 2001-12-13  Akim Demaille  <akim@epita.fr>
18650         * src/reader.c (readgram): Remove dead code, an strip useless
18651         braces.
18652         (get_type): Remove, unused.
18654 2001-12-12  Akim Demaille  <akim@epita.fr>
18656         * src/complain.h, src/complain.c: Remove error_one_per_line, rely
18657         on that of lib/error.c.
18659 2001-12-12  Akim Demaille  <akim@epita.fr>
18661         Some hosts don't like `/' in includes.
18663         * src/system.h: Include libgettext.h without qualifying the path.
18664         * src/Makefile.am (INCLUDES): Add $(top_srcdir)/intl, remove
18665         $(top_srcdir).
18667 2001-12-11  Marc Autret  <autret_m@epita.fr>
18669         * src/output.c (output_parser): Remove useless muscle.
18671 2001-12-11  Marc Autret  <autret_m@epita.fr>
18673         * src/bison.simple: Remove #line just before %%epilogue. It
18674         is now handled in ...
18675         * src/reader.c (read_additionnal_code): Add the output of a
18676         #line for the epilogue.
18678 2001-12-10  Marc Autret  <autret_m@epita.fr>
18680         * src/reader.c (copy_definition): Re-use CPP-outed code which
18681         replace precedent remove.
18682         * src/bison.simple: Remove #line before %%prologue because
18683         %%input-line is wrong at this time.
18685 2001-12-10  Marc Autret  <autret_m@epita.fr>
18687         * src/reader.c (symbols_output): Clean up.
18688         * src/output.c (output_gram, output): Clean up.
18690 2001-12-10  Akim Demaille  <akim@epita.fr>
18692         * src/lalr.c (initialize_lookaheads): New.  Extracted from...
18693         * src/LR0.c (set_state_table): here.
18694         * src/lalr.c (lalr): Call it.
18696 2001-12-10  Akim Demaille  <akim@epita.fr>
18698         * src/state.h (shifts): Remove the `number' member: shifts are
18699         attached to state, hence no longer need to be labelled with a
18700         state number.
18702 2001-12-10  Akim Demaille  <akim@epita.fr>
18704         Now that states have a complete set of members, the linked list of
18705         shifts is useless: just fill directly the state's shifts member.
18707         * src/state.h (shifts): Remove the `next' member.
18708         * src/LR0.c (first_state, last_state): Remove.
18709         Adjust the callers.
18710         (augment_automaton): Don't look for the shifts that must be added
18711         a shift on EOF: it is those of the state we looked for!  But now,
18712         since shifts are attached, it is no longer needed to looking
18713         merely by its id: its number.
18715 2001-12-10  Akim Demaille  <akim@epita.fr>
18717         * src/LR0.c (augment_automaton): Better variable locality.
18718         Remove an impossible branch: if there is a state corresponding to
18719         the start symbol being shifted, then there is shift for the start
18720         symbol from the initial state.
18722 2001-12-10  Akim Demaille  <akim@epita.fr>
18724         * src/LR0.c (augment_automaton): Call `insert_eof_shifting_state'
18725         only when appropriate: when insert_start_shifting_state' is not
18726         invoked.
18727         * tests/regression.at (Rule Line Numbers): Adjust.
18729 2001-12-10  Akim Demaille  <akim@epita.fr>
18731         * src/LR0.c (augment_automaton): Now that all states have shifts,
18732         merge the two cases addition shifts to the initial state.
18734 2001-12-10  Akim Demaille  <akim@epita.fr>
18736         * src/lalr.c (set_state_table): Move to...
18737         * src/LR0.c: here.
18738         * src/lalr.c (lalr): Don't call it...
18739         * src/LR0.c (generate_states): do it.
18740         * src/LR0.h (first_state): Remove, only the table is used.
18742 2001-12-10  Akim Demaille  <akim@epita.fr>
18744         * src/LR0.h (first_shift, first_reduction): Remove.
18745         * src/lalr.c: Don't use first_shift: find shifts through the
18746         states.
18748 2001-12-10  Akim Demaille  <akim@epita.fr>
18750         * src/LR0.c: Attach shifts to states as soon as they are
18751         computed.
18752         * src/lalr.c (set_state_table): Instead of assigning shifts to
18753         state, just assert that the mapping was properly done.
18755 2001-12-10  Akim Demaille  <akim@epita.fr>
18757         * src/LR0.c (insert_start_shift): Rename as...
18758         (insert_start_shifting_state): this.
18759         (insert_eof_shifting_state, insert_accepting_state): New.
18760         (augment_automaton): Adjust.
18761         Better locality of the variables.
18762         When looking if the start_symbol is shifted from the initial
18763         state, using `while (... symbol != start_symbol ...)' sounds
18764         better than `while (... symbol < start_symbol ...)': If fail
18765         to see how the order between symbols could be relevant!
18767 2001-12-10  Akim Demaille  <akim@epita.fr>
18769         * src/getargs.h: Don't declare `spec_name_prefix' and
18770         `spec_file_prefix', declared by src/files.h.
18771         * src/files.c, src/files.h: Default for spec_name_prefix is "yy".
18772         * src/muscle_tab.c (muscle_init): Default prefix to NULL.
18773         * src/output.c (prepare): Adjust.
18774         * src/reader.c (symbols_output): Likewise.
18775         * src/vmsgetargs.c: Vaguely adjust, but who cares?
18777 2001-12-10  Akim Demaille  <akim@epita.fr>
18779         * src/muscle_tab.c (muscle_init): NULL is a better default than
18780         `"0"'.
18782 2001-12-10  Akim Demaille  <akim@epita.fr>
18784         * src/reader.c (reader): Calling symbols_output once is enough.
18786 2001-12-10  Akim Demaille  <akim@epita.fr>
18788         Now that states have a complete set of members, the linked list of
18789         reductions is useless: just fill directly the state's reductions
18790         member.
18792         * src/state.h (struct reductions): Remove member `number' and
18793         `next'.
18794         * src/LR0.c (first_reduction, last_reduction): Remove.
18795         (save_reductions): Don't link the new reductions, store them in
18796         this_state.
18797         * src/lalr.c (set_state_table): No need to attach reductions to
18798         states, it's already done.
18799         * src/output.c (output_actions): No longer free the shifts, then
18800         the reductions, then the states: free all the states and their
18801         members.
18803 2001-12-10  Akim Demaille  <akim@epita.fr>
18805         * src/options.c (OPTN, DRTV, BOTH): New.
18806         (option_table): Use them.
18808         * src/muscle_tab.c: Don't include xalloc.h and string.h: that's
18809         the job of system.h.
18810         * src/options.c: Don't include stdio.h and xalloc.h for the same
18811         reasons.
18813 2001-12-10  Akim Demaille  <akim@epita.fr>
18815         * src/output.c (output, prepare): Make sure the values of the
18816         muscles `action' and `prologue' are 0-terminated.
18818 2001-12-10  Akim Demaille  <akim@epita.fr>
18820         Clean up GCC warnings.
18822         * src/reader.c (copy_action): `buf' is not used.
18823         (parse_skel_decl): Be static.
18824         * src/muscle_tab.c (mhash1, mhash2, muscle_insert): Preserve `const'.
18825         * src/options.h (create_long_option_table): Have a real prototype.
18826         * lib/hash.c, lib/hash.h (hash_insert, hash_insert_at, hash_delete)
18827         (hash_delete_at): Return const void *.
18828         Adjust casts to preserve the const.
18830 2001-12-10  Akim Demaille  <akim@epita.fr>
18832         * configure.in: Require 2.52g.
18833         M4 is not needed, but AUTOM4TE is.
18834         * m4/m4.m4: Remove.
18835         * tests/Makefile.am: Adjust.
18837 2001-12-10  Akim Demaille  <akim@epita.fr>
18839         One structure for states is enough, even though theoretically
18840         there are LR(0) states and LALR(1) states.
18842         * src/lalr.h (state_t): Remove.
18843         (state_table): Be state_t **, not state_t *.
18844         * src/state.h (core, CORE_ALLOC): Rename as...
18845         (state_t, STATE_ALLOC): this.
18846         Add the LALR(1) members: shifts, reductions, errs.
18847         * src/LR0.c (state_table): Rename as...
18848         (state_hash): this, to avoid name clashes with the global
18849         `state_table'.
18850         * src/print_graph.c, src/LR0.c, src/LR0.h, src/conflicts.c
18851         * src/lalr.c, src/lalr.h, src/output.c, src/print.c: Adjust.
18853 2001-12-10  Akim Demaille  <akim@epita.fr>
18855         Bison dumps core on bash.y.
18856         Reported by Pascal Bart.
18858         * src/warshall.c (bitmatrix_print): New.
18859         (TC): Use it.
18860         When performing a transitive closure R(i, j) && R(j, k) => R(i, k),
18861         j must be the outer loop.
18862         * tests/regression.at (Broken Closure): New.
18864 2001-12-05  Akim Demaille  <akim@epita.fr>
18866         * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
18867         its argument.
18868         Reported by Peter Hamorsky.
18870 2001-12-05  Akim Demaille  <akim@epita.fr>
18872         * src/conflicts.c (err_table): Remove.
18873         (resolve_sr_conflict): Adjust.
18874         * src/lalr.h (state_t.reduction_table, state_t.shift_table):
18875         Rename as...
18876         (state_t.reductions, state_t.shifts): this.
18878 2001-12-05  Akim Demaille  <akim@epita.fr>
18880         * src/reduce.c (reduce_grammar_tables): No longer disable the
18881         removal of useless rules via CPP but via `if (0)', so that the
18882         compiler still check the code is valid.
18883         For instance, it should have noticed `rline' no longer exists: use
18884         the `line' member of rule_t.
18885         * src/gram.c (dummy, rline): Remove, unused.
18887 2001-12-05  Akim Demaille  <akim@epita.fr>
18889         * src/output.c (pack_vector): Use assert, not berror.
18890         * src/main.c (berror): Remove, unused.
18892 2001-12-05  Akim Demaille  <akim@epita.fr>
18894         New experimental feature: if --verbose --trace output all the
18895         items of a state, not only its kernel.
18897         * src/print.c (print_core): If `trace_flag', then invoke closure
18898         before outputting the items of the state (print_core is no longer
18899         a correct name them).
18900         (print_results): Invoke new_closure/free_closure if needed.
18902 2001-12-05  Akim Demaille  <akim@epita.fr>
18904         * src/LR0.c (new_itemsets): Use nshifts only, not shiftcount.
18905         * src/closure.c, src/closure.h (itemsetsize): Rename as...
18906         (nitemset): for consistency with the rest of the project.
18908 2001-12-05  Akim Demaille  <akim@epita.fr>
18910         * src/closure.c (print_closure): Improve.
18911         (closure): Use it for printing input and output.
18913 2001-12-05  Akim Demaille  <akim@epita.fr>
18915         * src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are
18916         indexed by nonterminals.
18918 2001-12-05  Akim Demaille  <akim@epita.fr>
18920         * src/warshall.c (TC, RTC): De-obsfucate (source reduced to 22% of
18921         what it was!).
18922         * src/warshall.h: Remove accidental duplication of the content.
18924 2001-12-05  Akim Demaille  <akim@epita.fr>
18926         * src/closure.c (set_fderives): De-obfuscate.
18928 2001-12-05  Akim Demaille  <akim@epita.fr>
18930         * src/closure.c (print_firsts, print_fderives): De-obfuscate.
18932 2001-12-05  Akim Demaille  <akim@epita.fr>
18934         * src/closure.c (set_firsts): De-obfuscate.
18936 2001-12-05  Akim Demaille  <akim@epita.fr>
18938         * src/output.c (action_row): De-obfuscate
18939         using the good o' techniques: arrays not pointers, variable
18940         locality, BITISSET, RESETBIT etc.
18942 2001-12-05  Akim Demaille  <akim@epita.fr>
18944         Pessimize the code to simplify it: from now on, all the states
18945         have a valid SHIFTS, which NSHIFTS is possibly 0.
18947         * src/LR0.c (shifts_new): Be global and move to..
18948         * src/state.c, src/state.h: here.
18949         * src/conflicts, src/lalr.c, src/output.c, src/print.c,
18950         * src/print_graph: Adjust.
18952 2001-12-05  Akim Demaille  <akim@epita.fr>
18954         * src/state.h (SHIFT_DISABLE, SHIFT_IS_DISABLED): New.
18955         * src/conflicts.c: Use it.
18956         Restore a few missing `if (!SHIFT_IS_DISABLED)' which were
18957         incorrectly ``simplified''.
18959 2001-12-05  Akim Demaille  <akim@epita.fr>
18961         * src/conflicts.c (flush_shift, resolve_sr_conflict): De-obfuscate
18962         using the good o' techniques: arrays not pointers, variable
18963         locality, BITISSET, RESETBIT etc.
18965 2001-12-05  Akim Demaille  <akim@epita.fr>
18967         * src/state.h (SHIFT_SYMBOL): New.
18968         * src/conflicts.c: Use it to deobfuscate.
18970 2001-12-05  Akim Demaille  <akim@epita.fr>
18972         * src/conflicts.c (count_sr_conflicts, count_rr_conflicts)
18973         (print_reductions): De-obfuscate using the good o' techniques:
18974         arrays not pointers, variable locality, BITISSET.
18976 2001-12-05  Akim Demaille  <akim@epita.fr>
18978         * src/conflicts.c (print_reductions): Arrays, not pointers.
18979         Use BITISSET.
18981 2001-12-05  Akim Demaille  <akim@epita.fr>
18983         * src/conflicts.c (print_reductions): Pessimize, but clarify.
18985 2001-12-05  Akim Demaille  <akim@epita.fr>
18987         * src/conflicts.c (print_reductions): Improve variable locality.
18989 2001-12-05  Akim Demaille  <akim@epita.fr>
18991         * src/conflicts.c (print_reductions): Pessimize, but clarify.
18993 2001-12-05  Akim Demaille  <akim@epita.fr>
18995         * src/conflicts.c (print_reductions): Improve variable locality.
18997 2001-12-05  Akim Demaille  <akim@epita.fr>
18999         * src/state.h (SHIFT_IS_ERROR, SHIFT_IS_GOTO, SHIFT_IS_SHIFT): New.
19000         * src/lalr.c: Use them.
19002 2001-12-05  Akim Demaille  <akim@epita.fr>
19004         * src/LR0.c (augment_automaton): Formatting changes.
19005         Better variable locality.
19007 2001-12-05  Akim Demaille  <akim@epita.fr>
19009         * src/lalr.c (matrix_print): New.
19010         (transpose): Use it.
19011         Use arrays instead of pointers.
19013 2001-12-05  Akim Demaille  <akim@epita.fr>
19015         * src/lalr.c (maxrhs): Move to...
19016         * src/gram.c, src/gram.h (ritem_longest_rhs): here.
19017         * src/lalr.c (build_relations): Adjust.
19019 2001-12-05  Akim Demaille  <akim@epita.fr>
19021         * src/lalr.c (transpose): Free the memory allocated to the
19022         argument, as it is replaced by the results by the unique caller.
19023         (build_relations): Merely invoke transpose: it handles the memory
19024         deallocation.
19025         Improve variable locality.
19026         Avoid variables used as mere abbreviations.
19027         (compute_lookaheads): Use arrays instead of pointers.
19029 2001-12-05  Akim Demaille  <akim@epita.fr>
19031         * src/lalr.c (initialize_F): Improve variable locality.
19032         Avoid variables used as mere abbreviations.
19034 2001-12-05  Akim Demaille  <akim@epita.fr>
19036         * src/derives.c (print_derives): Display the ruleno.
19037         * src/lalr.c (initialize_F, transpose): Better variable locality
19038         to improve readability.
19039         Avoid variables used as mere abbreviations.
19041 2001-12-05  Akim Demaille  <akim@epita.fr>
19043         * src/lalr.c (traverse): Use arrays instead of pointers.
19045 2001-12-05  Akim Demaille  <akim@epita.fr>
19047         * src/nullable.c (set_nullable): Use a for loop to de-obfuscate
19048         the handling of squeue.
19049         `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
19051 2001-12-05  Akim Demaille  <akim@epita.fr>
19053         Because useless nonterminals are now kept alive (instead of being
19054         `destroyed'), we now sometimes examine them, and store information
19055         related to them.  Hence we need to know their number, and adjust
19056         memory allocations.
19058         * src/reduce.c, src/reduce.h (nuseless_nonterminals): No longer
19059         static.
19060         * src/LR0.c (allocate_itemsets): The memory allocated to
19061         `symbol_count' was used for two different purpose: once to count
19062         the number of occurrences of each symbol, and later reassigned to
19063         `shift_symbol', containing the symbol that can be shifted from a
19064         given state.
19065         Deobfuscate, i.e., allocate, use and free `symbol_count' here
19066         only, and...
19067         (new_itemsets): Allocate `shift_symbol' here.
19068         (allocate_itemsets): symbol_count includes useless nonterminals.
19069         Make room for them.
19070         (free_storage): Use `free', not `XFREE', for pointers that cannot
19071         be null.
19073 2001-12-05  Akim Demaille  <akim@epita.fr>
19075         * src/nullable.c (set_nullable): Deobfuscate the handling of
19076         ritem.
19077         `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
19079 2001-12-05  Akim Demaille  <akim@epita.fr>
19081         * src/gram.c, src/gram.h (ritem_print): New.
19082         * src/gram.c (dummy): Remove, now there is actual code in gram.c.
19083         (This useless function was defined only to work around VMS linkers
19084         that can't handle compilation units with variables only).
19085         * src/reduce.c (dump_grammar): Use it to trace the construction of
19086         ritem.
19088 2001-12-04  Paul Eggert  <eggert@twinsun.com>
19090         * src/bison.simple (union yyalloc): Change member names
19091         to be the same as the stack names.
19092         (yyparse): yyptr is now union yyalloc *, not char *.
19093         (YYSTACK_RELOCATE): Likewise.  This avoids a GCC warning,
19094         and may generate better code on some machines.
19095         (yystpcpy): Use prototype if __STDC__ is defined, not just
19096         if __cplusplus is defined.
19098 2001-11-30  Akim Demaille  <akim@epita.fr>
19100         * configure.in (WARNING_CFLAGS): Add -Werror when possible.
19101         (CFLAGS): Do not include the WARNING_CFLAGS here, since GNU
19102         Gettext doesn't compile cleanly, and dies with -Werror.
19103         * src/Makefile.am, lib/Makefile.am, tests/atlocal.in (CFLAGS):
19104         Include WARNING_CFLAGS here.
19105         * lib/xstrdup.c: Include xalloc.h, so that xstrdup be declared
19106         before being defined.
19108 2001-11-27  Paul Eggert  <eggert@twinsun.com>
19110         * lib/quotearg.h (quotearg_n, quotearg_n_style):
19111         First arg is int, not unsigned.
19112         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
19113         (SIZE_MAX, UINT_MAX): New macros.
19114         (quotearg_n_options): Abort if N is negative.
19115         Avoid overflow check on hosts where size_t is 64 bits and int
19116         is 32 bits, as overflow is impossible there.
19117         Fix off-by-one typo that caused unnecessary reallocation.
19119 2001-11-29  Paul Eggert  <eggert@twinsun.com>
19121         Name space cleanup in generated parser.
19123         * doc/bison.texinfo (Bison Parser): Discuss system headers
19124         and their effect on the user name space.
19126         * src/bison.simple:
19127         (YYSTACK_ALLOC, YYSTACK_FREE, union yyalloc, YYSTACK_GAP_MAX,
19128         YYSTACK_BYTES, YYSTACK_RELOCATE): Do not define unless necessary,
19129         i.e. unless ! defined (yyoverflow) || defined (YYERROR_VERBOSE).
19131         (YYSIZE_T): New macro.  Use it instead of size_t, to avoid infringing
19132         on user names when possible.
19134         (YYSTACK_USE_ALLOCA): Do not define; just use any existing defn.
19135         Simplify test for whather <alloca.h> exists.
19137         (<stdlib.h>): Include if we will use malloc, and if standard C or C++.
19139         (<stdio.h>): Include if YYDEBUG.
19141         (yymemcpy): Renamed from __yy_memcpy.  Do not define unless
19142         ! defined (yyoverflow) && ! defined (yymemcpy).
19144         (yymemcpy, yyparse): Rename local variables as needed so that
19145         they all begin with 'yy'.
19147         (yystrlen, yystpcpy): New functions.
19149         (YY_DECL_NON_LSP_VARIABLES): Renamed from _YY_DECL_VARIABLES.
19150         All uses changed.
19152         (yyparse): size_t -> YYSIZE_T.  Use yystrlen and yystpcpy
19153         instead of relying on string.h functions.  Use YYSTACK_ALLOC
19154         and YYSTACK_FREE instead of malloc and free.
19156 2001-11-30  Akim Demaille  <akim@epita.fr>
19158         * src/bison.simple (YYSTYPE, YYLTYPE): Move their definitions
19159         before their first uses.
19160         (YYBISON, YYPURE): Move to the top of the output.
19162 2001-11-30  Akim Demaille  <akim@epita.fr>
19164         * tests/reduce.at (Useless Nonterminals): Fix.
19166 2001-11-30  Akim Demaille  <akim@epita.fr>
19168         * src/bison.simple (YYSTACK_FREE): Use `do {;} while (0)' as empty
19169         if body instead of `;' to pacify GCC's warnings.
19171 2001-11-30  Akim Demaille  <akim@epita.fr>
19173         Instead of mapping the LHS of unused rules to -1, keep the LHS
19174         valid, but flag the rules as invalid.
19176         * src/gram.h (rule_t): `useful' is a new member.
19177         * src/print.c (print_grammar): Adjust.
19178         * src/derives.c (set_derives): Likewise.
19179         * src/reader.c (packgram, reduce_output): Likewise.
19180         * src/reduce.c (reduce_grammar_tables): Likewise.
19181         * tests/reduce.at (Underivable Rules, Useless Rules): New.
19183 2001-11-30  Akim Demaille  <akim@epita.fr>
19185         * src/reduce.c (reduce_output): Formatting changes.
19186         * src/print.c (print_results, print_grammar): Likewise.
19187         * tests/regression.at (Rule Line Numbers)
19188         (Solved SR Conflicts, Unresolved SR Conflicts): Adjust.
19190 2001-11-30  Akim Demaille  <akim@epita.fr>
19192         * src/reduce.c (nonterminals_reduce): Instead of throwing away
19193         useless nonterminals, move them at the end of the symbol arrays.
19194         (reduce_output): Adjust.
19195         * tests/reduce.at (Useless Nonterminals): Adjust.
19197 2001-11-30  Akim Demaille  <akim@epita.fr>
19199         * src/reduce.c: Various comment/formatting changes.
19200         (nonterminals_reduce): New, extracted from...
19201         (reduce_grammar_tables): here.
19202         (reduce_grammar): Call nonterminals_reduce.
19204 2001-11-29  Paul Eggert  <eggert@twinsun.com>
19206         * src/bison.simple (YYSTACK_REALLOC): Remove.
19207         (YYSTACK_ALLOC): Resurrect this macro, with its old meaning.
19208         (YYSTACK_FREE, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYSTACK_RELOCATE):
19209         New macros.
19210         (union yyalloc): New type.
19211         (__yy_memcpy): Last arg is size_t, not unsigned int, to remove
19212         an arbitrary restriction on hosts where size_t is wider than int.
19214         (yyparse): Don't dump core if alloca or malloc fails; instead, report
19215         a parser stack overflow.  Allocate just one block of memory for all
19216         three stacks, instead of allocating three blocks; this typically is
19217         faster and reduces fragmentation.
19219         Do not limit the number of items in the stack to a value that fits
19220         in 'int', as this is an arbitrary limit on hosts with 64-bit
19221         size_t and 32-bit int.
19223 2001-11-29  Marc Autret  <autret_m@epita.fr>
19225         * tests/calc.at [AT_DATA_CALC_Y]: Use %error-verbose instead
19226         of defining YYERROR_VERBOSE.
19227         [AT_DATA]: $4 is now out of C declarations in the prologue.
19229 2001-11-28  Marc Autret  <autret_m@epita.fr>
19231         * src/reader.c (parse_dquoted_param): New.
19232         (parse_skel_decl): Use it.
19233         * src/lex.h: Add its prototype.
19234         * src/lex.c (literalchar): Become not static.
19236 2001-11-28  Marc Autret  <autret_m@epita.fr>
19238         * src/output.h: And put its extern declaration here.
19239         * src/output.c (error_verbose): Define here.
19240         (prepare): Echo name modification.
19241         * src/getargs.h: Clean its extern declaration.
19242         * src/getargs.c (error_verbose_flag): Remove.
19243         (getargs): Remove case 'e'.
19244         * src/options.c (option_table): 'error-verbose' is now seen as simple
19245         percent option.
19246         Include output.h.
19248         * src/reader.c (read_declarations): Remove case tok_include.
19249         (parse_include_decl): Remove.
19250         * src/lex.h (token_t): Remove tok_include.
19251         * src/options.c (option_table): 'include' is now a simple command line
19252         option.
19254 2001-11-28  Marc Autret  <autret_m@epita.fr>
19256         * src/bison.simple: Adjust muscle names.
19257         * src/muscle_tab.c (muscle_init): Also rename the muscles.
19258         * src/output.c (prepare): s/_/-/ for the muscles names.
19259         (output_parser): When scanning for a muscle, allow '-' instead of '_'.
19261 2001-11-28  Marc Autret  <autret_m@epita.fr>
19263         * src/bison.simple: Fix debug.
19264         [YYERROR_VERBOSE]: Re-integrate as an internal macro.
19266 2001-11-28  Akim Demaille  <akim@epita.fr>
19268         * src/LR0.c (shifts_new): New.
19269         (save_shifts, insert_start_shift, augment_automaton): Use it.
19271 2001-11-28  Akim Demaille  <akim@epita.fr>
19273         * src/closure.c (closure): `b' and `ruleno' denote the same value:
19274         keep ruleno only.
19276 2001-11-28  Akim Demaille  <akim@epita.fr>
19278         * src/closure.c (closure): Instead of looping over word in array
19279         then bits in words, loop over bits in array.
19281 2001-11-28  Akim Demaille  <akim@epita.fr>
19283         * src/closure.c (closure): No longer optimize the special case
19284         where all the bits of `ruleset[r]' are set to 0, to make the code
19285         clearer.
19287 2001-11-28  Akim Demaille  <akim@epita.fr>
19289         * src/closure.c (closure): `r' and `c' are new variables, used to
19290         de-obfuscate accesses to RULESET and CORE.
19292 2001-11-28  Akim Demaille  <akim@epita.fr>
19294         * src/reduce.c (reduce_print): Use ngettext.
19295         (dump_grammar): Improve the trace accuracy.
19297 2001-11-28  Akim Demaille  <akim@epita.fr>
19299         * src/reduce.c (dump_grammar): Don't translate trace messages.
19301 2001-11-28  Akim Demaille  <akim@epita.fr>
19303         * tests/reduce.at (Useless Terminals, Useless Nonterminals): New.
19304         * src/reduce.c (reduce_grammar_tables): Do not free useless tags,
19305         as all tags are free'ed afterwards.
19306         From Enrico Scholz.
19308 2001-11-27  Paul Eggert  <eggert@twinsun.com>
19310         * src/bison.simple (YYSTACK_REALLOC): Fix typo that caused us to
19311         use alloca when we didn't want to, and vice versa.
19313 2001-11-27  Marc Autret  <autret_m@epita.fr>
19315         * src/muscle_tab.c (muscle_init): Remove 'verbose' muscle
19316         initialization.
19317         * src/output.c (prepare): Remove its update.
19319 2001-11-27  Marc Autret  <autret_m@epita.fr>
19321         * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
19322         Use %error-verbose.
19324 2001-11-27  Marc Autret  <autret_m@epita.fr>
19326         * src/bison.simple: Remove YYERROR_VERBOSE using.
19327         Use %%error_verbose.
19328         (yyparse): Likewise.
19329         * src/output.c (prepare): Give its final value.
19330         * src/muscle_tab.c (muscle_init): Init new muscle 'error_verbose'.
19331         * src/getargs.h: Add its extern declaration.
19332         * src/getargs.c (error_verbose_flag): New int.
19333         (getargs): Update to catch new case.
19334         * src/options.c (option_table): 'error-verbose' is a new option.
19335         (shortopts): Update.
19337 2001-11-27  Akim Demaille  <akim@epita.fr>
19339         * src/system.h: Use intl/libgettext.h.
19340         * src/Makefile.am (INCLUDES): Add -I $(top_srcdir).
19342 2001-11-27  Akim Demaille  <akim@epita.fr>
19344         * tests/torture.at (Exploding the Stack Size with Malloc):
19345         s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
19347 2001-11-27  Akim Demaille  <akim@epita.fr>
19349         * src/files.c: Include error.h.
19350         Reported by Hans Aberg.
19352 2001-11-26  Marc Autret  <autret_m@epita.fr>
19354         * src/reader.c (parse_include_decl): New, not yet implemented.
19355         (read_declarations): Add case tok_include.
19356         * src/getargs.h (include): Add its extern definition.
19357         * src/getargs.c (include): New const char *.
19358         (getargs): Add case '-I'.
19359         * src/options.c (option_table): Add include as command line and
19360         percent option.
19361         * src/lex.h (token_t): Add tok_include.
19363 2001-11-26  Akim Demaille  <akim@epita.fr>
19365         * src/reader.c (readgram): Make sure rules for mid-rule actions
19366         have a lineno equal to that of their host rule.
19367         Reported by Hans Aberg.
19368         * tests/regression.at (Rule Line Numbers): New.
19370 2001-11-26  Akim Demaille  <akim@epita.fr>
19372         * src/LR0.c (allocate_itemsets): kernel_size contains ints, not
19373         size_ts.
19375 2001-11-26  Akim Demaille  <akim@epita.fr>
19377         * src/complain.c, src/complain.h (error): Remove, provided by
19378         lib/error.[ch].
19380 2001-11-26  Akim Demaille  <akim@epita.fr>
19382         * src/reader.c (read_declarations): Don't abort on tok_illegal,
19383         issue an error message.
19384         * tests/regression.at (Invalid %directive): New.
19385         Reported by Hans Aberg.
19387 2001-11-26  Akim Demaille  <akim@epita.fr>
19389         * configure.in: Invoke AC_FUNC_OBSTACK and AC_FUNC_ERROR_AT_LINE.
19390         * lib/Makefile.am (libbison_a_SOURCES): Adjust.
19392 2001-11-26  Akim Demaille  <akim@epita.fr>
19394         * src/conflicts.c (conflicts_print): Don't complain at all when
19395         there are no reduce/reduce conflicts, and as many shift/reduce
19396         conflicts as expected.
19397         * tests/regression.at (%expect right): Adjust.
19399 2001-11-23  Akim Demaille  <akim@epita.fr>
19401         * lib/alloca.c: Update, from fileutils.
19403 2001-11-23  Akim Demaille  <akim@epita.fr>
19405         * lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@.
19407 2001-11-23  Akim Demaille  <akim@epita.fr>
19409         * src/system.h: Include alloca.h.
19410         * src/main.c (main) [C_ALLOCA]: Call alloca (0).
19412 2001-11-23  Akim Demaille  <akim@epita.fr>
19414         * src/print_graph.c (print_actions): Remove `rule', unused.
19415         * src/LR0.c (kernel_size): Contain `int' instead of `size_t' to
19416         pacify GCC's signed < unsigned warnings.
19417         * src/closure.c (itemsetsize): Likewise.
19418         * src/reader.c (symbol_list_new): Static.
19420 2001-11-23  Akim Demaille  <akim@epita.fr>
19422         Attaching lineno to buckets is stupid, since only one copy of each
19423         symbol is kept, only the line of the first occurrence is kept too.
19425         * src/symtab.h, src/symtab.c (bucket): Remove the line member.
19426         * src/reader.c (rline_allocated): Remove, unused.
19427         (symbol_list): Have a `line' member.
19428         (symbol_list_new): New.
19429         (readgram): Use it.
19430         * src/print.c (print_grammar): Output the rule line numbers.
19431         * tests/regression.at (Solved SR Conflicts)
19432         (Unresolved SR Conflicts): Adjust.
19433         Reported by Hans Aberg.
19435 2001-11-22  Marc Autret  <autret_m@epita.fr>
19437         * src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
19439 2001-11-22  Marc Autret  <autret_m@epita.fr>
19441         * src/muscle_tab.c (muscle_init): Remove initialization of
19442         skeleton muscle.
19443         * src/output.c (output_master_parser): Do it here.
19445 2001-11-20  Akim Demaille  <akim@epita.fr>
19447         * po/sv.po: New.
19448         * configure.in (ALL_LINGUAS): Adjust.
19449         * po/POTFILE.in: Remove `nullable.c' and `derives.c' which no
19450         longer contains strings to translate.
19452 2001-11-19  Akim Demaille  <akim@epita.fr>
19454         * src/conflicts.c (conflicts_print): Add a missing \n.
19456 2001-11-19  Akim Demaille  <akim@epita.fr>
19458         * src/nullable.c (nullable_print): New.
19459         (set_nullable): Call it when tracing.
19460         Better locality of variables.
19462 2001-11-19  Akim Demaille  <akim@epita.fr>
19464         * src/print.c (print_actions): Better locality of variables.
19466 2001-11-19  Akim Demaille  <akim@epita.fr>
19468         * src/derives.c (print_derives): Fix and enrich.
19469         * src/closure.c (print_fderives): Likewise.
19471 2001-11-19  Akim Demaille  <akim@epita.fr>
19473         * src/closure.c (itemsetend): Remove, replaced with...
19474         (itemsetsize): new.
19476 2001-11-19  Akim Demaille  <akim@epita.fr>
19478         * src/LR0.c (kernel_end): Remove, replaced with...
19479         (kernel_size): new.
19481 2001-11-19  Akim Demaille  <akim@epita.fr>
19483         * src/conflicts.c (set_conflicts): Use arrays instead of pointers
19484         to clarify.
19486 2001-11-19  Akim Demaille  <akim@epita.fr>
19488         * src/closure.c (closure): Use arrays instead of pointers to clarify.
19490 2001-11-19  Akim Demaille  <akim@epita.fr>
19492         * src/closure.c, src/derives.c, src/nullable.c: Adjust various
19493         trace messages.
19494         * src/LR0.c: Likewise.
19495         (allocate_itemsets): Use arrays instead of pointers to clarify.
19497 2001-11-19  Akim Demaille  <akim@epita.fr>
19499         * src/getargs.c (statistics_flag): Replace with...
19500         (trace_flag): New.
19501         (longopts): Accept --trace instead of --statistics.
19502         * src/getargs.h, src/options.c: Adjust.
19503         * src/LR0.c, src/closure.c, src/derives.c, src/nullable.c,
19504         * src/reduce.c: Use trace_flags instead of the CPP conditional TRACE.
19506 2001-11-19  Akim Demaille  <akim@epita.fr>
19508         * src/LR0.c (new_itemsets, get_state): Use more arrays and fewer
19509         pointers to clarify the code.
19510         (save_reductions, save_shifts): Factor common parts of alternatives.
19512 2001-11-19  Akim Demaille  <akim@epita.fr>
19514         * src/LR0.c (new_state, get_state): Complete TRACE code.
19515         * src/closure.c: Include `reader.h' to get `tags', needed by the
19516         trace code.
19517         Rename the conditional DEBUG as TRACE.
19518         Output consistently TRACEs to stderr, not stdout.
19519         * src/derives.c: Likewise.
19520         * src/reduce.c: (inaccessable_symbols): Using if is better style
19521         than goto.
19522         Use `#if TRACE' instead of `#if 0' for tracing code.
19524 2001-11-19  Akim Demaille  <akim@epita.fr>
19526         * src/system.h (LIST_FREE, shortcpy): New.
19527         * src/LR0.c: Use them.
19528         * src/output.c (free_itemsets, free_reductions, free_shifts):
19529         Remove, replaced by LIST_FREE.
19531 2001-11-19  Akim Demaille  <akim@epita.fr>
19533         * src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)
19534         (REDUCTIONS_ALLOC):  New.
19535         * src/LR0.c, src/conflicts.c: Use them to de-obfuscate memory
19536         allocation.
19538 2001-11-19  Akim Demaille  <akim@epita.fr>
19540         * src/LR0.c (new_state): Complete trace code.
19541         * src/nullable.c (set_nullable): Don't translate traces.
19543 2001-11-19  Akim Demaille  <akim@epita.fr>
19545         * src/print_graph.c (print_core): Better locality of variables.
19546         * src/print.c (print_core): Likewise.
19548 2001-11-19  Akim Demaille  <akim@epita.fr>
19550         * src/vcg.c: You do the output, so you are responsible of the
19551         handling of VCG syntax, in particular: use quotearg.
19552         * src/print_graph.c: Don't.
19553         (print_actions): Don't output the actions as part of the nodes,
19554         since that's the job of the edges.
19555         (print_state): Don't output by hand: fill the node description,
19556         and ask for its output.
19558 2001-11-19  Akim Demaille  <akim@epita.fr>
19560         * src/bison.simple (yyparse): When verbosely reporting an error,
19561         no longer put additional quotes around token names.
19562         * tests/calc.at: Adjust.
19564 2001-11-19  Akim Demaille  <akim@epita.fr>
19566         * src/symtab.h, src/symtab.c: `line' is a new member of `bucket'.
19567         * src/reader.c (record_rule_lines, rline, rline_allocated): Remove.
19568         * src/output.c: Adjust.
19570 2001-11-19  Akim Demaille  <akim@epita.fr>
19572         * src/gram.h (rprec, rprecsym, rassoc): Remove, now part of...
19573         (rule_t): this.
19574         * src/conflicts.c, src/reader.c, src/reduce.c: Adjust.
19576 2001-11-19  Akim Demaille  <akim@epita.fr>
19578         * src/gram.h (rule_t): New.
19579         (rule_table): New.
19580         (rrhs, rlhs): Remove, part of state_t.
19581         * src/print_graph.c, src/closure.c, src/conflicts.c, src/derives.c,
19582         * src/lalr.c, src/nullable.c, src/output.c, src/print.c,
19583         * src/reader.c, src/reduce.c: Adjust.
19585 2001-11-19  Akim Demaille  <akim@epita.fr>
19587         * src/reader.c (symbols_output): New, extracted from...
19588         (packsymbols): Here.
19589         (reader): Call it.
19591 2001-11-19  Akim Demaille  <akim@epita.fr>
19593         * src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...
19594         (maxrhs): this new function.
19596 2001-11-19  Akim Demaille  <akim@epita.fr>
19598         * src/lalr.c (F): New macro to access the variable F.
19599         Adjust.
19601 2001-11-19  Akim Demaille  <akim@epita.fr>
19603         * src/lalr.h (LA): New macro to access the variable LA.
19604         * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
19605         * src/lalr.c: Adjust.
19607 2001-11-19  Akim Demaille  <akim@epita.fr>
19609         * src/lalr.c (initialize_LA): Only initialize LA.  Let...
19610         (set_state_table): handle the `lookaheads' members.
19612 2001-11-19  Akim Demaille  <akim@epita.fr>
19614         * src/lalr.h (lookaheads): Removed array, whose contents is now
19615         a member of...
19616         (state_t): this structure.
19617         * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
19618         Adjust.
19620 2001-11-19  Akim Demaille  <akim@epita.fr>
19622         * src/lalr.h (consistent): Removed array, whose contents is now
19623         a member of...
19624         (state_t): this structure.
19625         * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
19626         Adjust.
19628 2001-11-19  Akim Demaille  <akim@epita.fr>
19630         * src/lalr.h (reduction_table, shift_table): Removed arrays, whose
19631         contents are now members of...
19632         (state_t): this structure.
19633         * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
19634         Adjust.
19636 2001-11-19  Akim Demaille  <akim@epita.fr>
19638         * src/lalr.h (state_t): New.
19639         (state_table): Be a state_t * instead of a core **.
19640         (accessing_symbol): Remove, part of state_t.
19641         * src/lalr.c: Adjust.
19642         (set_accessing_symbol): Merge into...
19643         (set_state_table): this.
19644         * src/print_graph.c, src/conflicts.c: Adjust.
19646 2001-11-14  Akim Demaille  <akim@epita.fr>
19648         * tests/calc.at, tests/output.at, tests/regression.at,
19649         * tests/testsuite.at, tests/torture.at: Rely on Autotest 2.52g:
19650         now the tests are run in private dirs, therefore AC_CLEANUP and
19651         family can be simplified to 0-ary.
19652         * tests/atlocal.in: Now that we run `elsewhere' than in tests/,
19653         use abs. path to find config.h.
19654         * tests/calc.at (AT_CHECK_CALC): Don't try to check the compiler's
19655         stderr, there can be way too much random noise.
19656         Instead pass -Werror to GCC and rely on the exit status.
19657         Reported by Wolfram Wagner.
19659 2001-11-14  Akim Demaille  <akim@epita.fr>
19661         * src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
19662         defined only if yyoverflow is defined, to avoid `warning: unused
19663         variable `yyvs1''.
19664         Reported by The Test Suite.
19666 2001-11-14  Akim Demaille  <akim@epita.fr>
19668         * src/print.c: Include reduce.h.
19669         Reported by Hans Aberg.
19671 2001-11-14  Akim Demaille  <akim@epita.fr>
19673         * src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
19674         Revert a previous patch:  these are really const.
19675         * src/conflicts.c (conflict_report): Additional useless pair of
19676         braces to pacify GCC's warnings for `if () if () {} else {}'.
19677         * src/lex.c (parse_percent_token): Replace equal_offset with
19678         arg_offset.
19679         arg is const.
19680         Be sure to strdup `arg' when used, since there is no reason for
19681         token_buffer not to change.
19683 2001-11-14  Akim Demaille  <akim@epita.fr>
19685         * src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure a proper
19686         definition.
19687         * src/main.c (main): Use them.
19688         Suggested by Hans Aberg.
19690 2001-11-12  Akim Demaille  <akim@epita.fr>
19692         * src/system.h (ngettext): Now that we use ngettext, be sure to
19693         provide a default definition when NLS are not used.
19695 2001-11-12  Akim Demaille  <akim@epita.fr>
19697         * doc/bison.texinfo: Use `$' as shell prompt, not `%'.
19698         Use @kbd to denote user input.
19699         (Language and Grammar): ANSIfy the example.
19700         Adjust its layout for info/notinfo.
19701         (Location Tracking Calc): Output error messages to stderr.
19702         Output locations in a more GNUtically correct way.
19703         Fix a couple of Englishos.
19704         Adjust @group/@end group pairs.
19706 2001-11-12  Akim Demaille  <akim@epita.fr>
19708         %expect was not functioning at all.
19710         * src/conflicts.c (expected_conflicts): Set to -1.
19711         (conflict_report): Use ngettext.
19712         (conflicts_print): Check %expect and make its violation an error.
19713         * doc/bison.texinfo (Expect Decl): Adjust.
19714         * configure.in (AM_GNU_GETTEXT): Ask for ngettext.
19715         * tests/regression.at (%expect not enough, %expect right)
19716         (%expect too much): New.
19718 2001-11-12  Akim Demaille  <akim@epita.fr>
19720         * tests/regression.at (Conflicts): Rename as...
19721         (Unresolved SR Conflicts): this.
19722         (Solved SR Conflicts): New.
19724 2001-11-12  Akim Demaille  <akim@epita.fr>
19726         * src/reduce.c (print_results): Rename as...
19727         (reduce_output): This.
19728         Output to OUT, passed as argument, instead of output_obstack.
19729         (dump_grammar): Likewise.
19730         (reduce_free): New.
19731         Also free V1.
19732         (reduce_grammar): No longer call reduce_output, since...
19733         * src/print.c (print_results): do it.
19734         * src/main.c (main): Call reduce_free;
19736 2001-11-12  Akim Demaille  <akim@epita.fr>
19738         * src/conflicts.c (print_reductions): Accept OUT as argument.
19739         Output to it, not to output_obstack.
19740         * src/print.c (print_actions): Adjust.
19742 2001-11-12  Akim Demaille  <akim@epita.fr>
19744         * src/conflicts.c (count_sr_conflicts, count_rr_conflicts): Return
19745         the result instead of using...
19746         (src_total, rrc_total, src_count, rrc_count): Remove.
19747         (any_conflicts): Remove.
19748         (print_conflicts): Split into...
19749         (conflicts_print, conflicts_output): New.
19750         * src/conflicts.h: Adjust.
19751         * src/main.c (main): Invoke both conflicts_output and conflicts_print.
19752         * src/print.c (print_grammar): Issue `\n' between two rules.
19753         * tests/regression.at (Conflicts): New.
19754         Reported by Tom Lane.
19756 2001-11-12  Akim Demaille  <akim@epita.fr>
19758         * tests/regression.at (Invalid input): Remove, duplicate with
19759         ``Invalid input: 1''.
19761 2001-11-12  Akim Demaille  <akim@epita.fr>
19763         * tests/torture.at (AT_DATA_STACK_TORTURE)
19764         (Exploding the Stack Size with Alloca)
19765         (Exploding the Stack Size with Malloc): New.
19767 2001-11-12  Akim Demaille  <akim@epita.fr>
19769         * src/bison.simple (YYSTACK_REALLOC): New.
19770         (yyparse) [!yyoverflow]: Use it and free the old stack.
19771         Reported by Per Allansson.
19773 2001-11-12  Pascal Bart  <pascal.bart@epita.fr>
19775         * src/bison.simple: Define type yystype instead of YYSTYPE, and
19776         define CPP macro, which substitute YYSTYPE by yystype.
19777         * src/reader.c (parse_union_decl): Output yystype/YYSTYPE as we do
19778         with yyltype/YYLTYPE.  This allows inclusion of the generated
19779         header within the parser if the compiler, such as GGC, accepts
19780         multiple equivalent #defines.
19781         From Akim.
19783 2001-11-05  Akim Demaille  <akim@epita.fr>
19785         * src/reader.c (symbols_output): New, extracted from...
19786         (packsymbols): here.
19787         (reader): Adjust.
19789 2001-11-05  Akim Demaille  <akim@epita.fr>
19791         * src/lex.c (parse_percent_token): s/quotearg/quote/.
19793 2001-11-05  Akim Demaille  <akim@epita.fr>
19795         * tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
19796         pattern.
19798 2001-11-05  Akim Demaille  <akim@epita.fr>
19800         * src/options.h (struct option_table_struct): set_flags is void*.
19801         * src/options.c (longopts): Support `--output' and `%output'.
19802         (usage): Adjust.
19803         * src/lex.h (tok_setopt): Remove, replaced with...
19804         (tok_intopt, tok_stropt): these new guys.
19805         * src/lex.c (getopt.h): Not needed.
19806         (token_buffer, unlexed_token_buffer): Not const.
19807         (percent_table): Promote `-' over `_' in directive names.
19808         Active `%name-prefix', `file-prefix', and `output'.
19809         (parse_percent_token): Accept possible arguments to directives.
19810         Promote `-' over `_' in directive names.
19812 2001-11-04  Akim Demaille  <akim@epita.fr>
19814         * doc/bison.texinfo (Decl Summary): Split the list into
19815         `directives for grammars' and `directives for bison'.
19816         Sort'em.
19817         Add description of `%name-prefix', `file-prefix', and `output'.
19818         Promote `-' over `_' in directive names.
19819         (Bison Options): s/%locactions/%locations/.  Nice Freudian slip.
19820         Simplify the description of `--name-prefix'.
19821         Promote `-' over `_' in directive names.
19822         Promote `--output' over `--output-file'.
19823         Fix the description of `--defines'.
19824         * tests/output.at: Exercise %file-prefix and %output.
19826 2001-11-02  Akim Demaille  <akim@epita.fr>
19828         * doc/refcard.tex: Update.
19830 2001-11-02  Akim Demaille  <akim@epita.fr>
19832         * src/symtab.h (SUNDEF): New.
19833         * src/symtab.c (bucket_new): Init user_token_number to SUNDEF to
19834         stand for `uninitialized', instead of 0.
19835         * src/reader.c (packsymbols, parse_thong_decl): Adjust.
19836         * src/lex.c (lex): Adjust.
19838         * tests/calc.at (_AT_DATA_CALC_Y): Declare a token for EOF.
19839         Number it 0.
19840         Let yylex return it instead of a plain 0.
19841         Reported by Dick Streefland.
19843 2001-11-02  Akim Demaille  <akim@epita.fr>
19845         * tests/regression.at (Mixing %token styles): New test.
19847 2001-11-02  Akim Demaille  <akim@epita.fr>
19849         * src/reader.c (parse_thong_decl): Formatting changes.
19850         (token_translations_init): New, extracted from...
19851         (packsymbols): Here.
19852         Adjust.
19854 2001-11-01  Akim Demaille  <akim@epita.fr>
19856         * tests/regression.at (AT_TEST_CPP_GUARD_H): New.
19857         Check that `9foo.y' produces correct cpp guards.
19858         * src/files.c (compute_header_macro): Prepend `BISON_' to CPP
19859         guards.
19860         Reported by Wwp.
19862 2001-11-01  Akim Demaille  <akim@epita.fr>
19864         * tests/regression.at (Invalid input: 2): New.
19865         * src/lex.c (unlexed_token_buffer): New.
19866         (lex, unlex): Adjust: when unlexing, be sure to save token_buffer
19867         too.
19868         Reported by Wwp.
19870 2001-11-01  Akim Demaille  <akim@epita.fr>
19872         * tests/calc.at: Catch up with 1.30.
19873         * configure.in: Bump to 1.49a.
19874         Adjust to newer Autotest.
19876 2001-10-19  Pascal Bart  <pascal.bart@epita.fr>
19878         * src/conflicts.c: Move global variables rrc_total and src_total ...
19879         (print_conflicts): here.
19880         * src/output.c (output): Free global variable user_toknums.
19881         * src/lex.c (token_obstack): Become static.
19883 2001-10-18  Akim Demaille  <akim@epita.fr>
19885         * tests/atlocal.in (GCC): Add.
19886         * tests/calc.at: s/m4_match/m4_bmatch/.
19887         s/m4_patsubst/m4_bpatsubst/.
19888         (AT_CHECK_CALC): Check the compiler's stderr only if it's GCC.
19889         * configure.in: AC_SUBST(GCC).
19891 2001-10-14  Marc Autret  <autret_m@epita.fr>
19893         * src/options.c (create_long_option_table): Fix.
19895 2001-10-10  Akim Demaille  <akim@epita.fr>
19897         * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
19899 2001-10-04  Akim Demaille  <akim@epita.fr>
19901         * src/reader.c (parse_union_decl): Push the caracters in
19902         union_obstack, not attrs_obstack.
19904 2001-10-04  Akim Demaille  <akim@epita.fr>
19906         Merge in the branch 1.29.
19908         * src/reader.c (packsymbols): Use a temporary obstack for
19909         `%%tokendef', since output_stack is already used elsewhere.
19911         2001-10-02  Akim Demaille  <akim@epita.fr>
19913         Bump 1.29d.
19915         2001-10-02  Akim Demaille  <akim@epita.fr>
19917         Version 1.29c.
19919         2001-10-02  Akim Demaille  <akim@epita.fr>
19921         * tests/regression.at (Invalid CPP headers): New.
19922         From Alexander Belopolsky.
19923         * src/files.c (compute_header_macro): Map non alnum chars to `_'.
19925         2001-10-02  Akim Demaille  <akim@epita.fr>
19927         * tests/regression.at (Invalid input): New.
19928         * src/lex.c (lex): Be sure to set `token_buffer' in any case.
19929         Reported by Shura.
19931         2001-10-02  Akim Demaille  <akim@epita.fr>
19933         * tests/calc.at: Now that --debug works, the tests must be adjusted.
19935         2001-10-02  Akim Demaille  <akim@epita.fr>
19937         * src/output.c (output_parser): Assert `skeleton'.
19938         * src/files.c (skeleton_find): Look harder for skeletons on DOSish
19939         systems.
19940         From Shura.
19942         2001-10-01  Marc Autret  <autret_m@epita.fr>
19944         * src/lex.h: Echo modifications.
19945         * src/lex.c (unlex): Parameter is now token_t.
19946         From Hans Aberg.
19948         2001-10-01  Marc Autret  <autret_m@epita.fr>
19950         * src/main.c: Include lex.h.
19951         From Hans Aberg.
19953         2001-09-29  Akim Demaille  <akim@epita.fr>
19955         * src/getargs.c (longopts): `--debug' is `-t', not `-d'.
19957         2001-09-28  Akim Demaille  <akim@epita.fr>
19959         * tests/testsuite.at: Update to newer Autotest.
19960         * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
19962         2001-09-27  Akim Demaille  <akim@epita.fr>
19964         Position independent wrapper.
19966         * tests/bison: Remove.
19967         * tests/bison.in: New.
19968         * configure.in: Adjust.
19970         2001-09-27  Paul Eggert  <eggert@twinsun.com>
19972         Port quotearg fixes from tar 1.13.24.
19974         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
19975         tm to be declared.
19976         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
19977         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
19979         * m4/Makefile.am (EXTRA_DIST): Add mbrtowc.m4.
19980         * m4/mbrtowc.m4: New file.
19981         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit and stddef.h.
19982         Use jm_FUNC_MBRTOWC instead of AC_CHECK_FUNCS(mbrtowc).
19984         2001-09-27  Akim Demaille  <akim@epita.fr>
19986         Bump to 1.29c.
19988         2001-09-27  Akim Demaille  <akim@epita.fr>
19990         Version 1.29b.
19992         2001-09-25  Akim Demaille  <akim@epita.fr>
19994         * src/system.h: Include `xalloc.h'.
19995         Remove it from the C files.
19996         * src/files.c (output_files): Free the obstacks.
19997         * src/lex.c (init_lex): Rename as...
19998         (lex_init): this.
19999         (lex_free): New.
20000         * src/main.c (main): Use it.
20002         2001-09-24  Marc Autret  <autret_m@epita.fr>
20004         * src/vcg.c (open_edge, close_edge, open_node, close_node): Change
20005         to output informations in fout (FILE*).
20006         (open_graph, close_graph): Likewise.
20007         (output_graph, output_edge, output_node): Likewise.
20008         * src/vcg.h: Update function prototypes.
20009         * src/print_graph.c (print_graph): Open output graph file.
20010         (print_actions): Adjust.
20011         * src/files.h: Remove extern declaration.
20012         * src/files.c: Remove graph_obstack declaration.
20013         (open_files): Remove graph_obstack initialization.
20014         (output_files): Remove graph_obstack saving.
20016         2001-09-24  Marc Autret  <autret_m@epita.fr>
20018         * src/files.c (compute_output_file_names): Fix.
20020         2001-09-24  Marc Autret  <autret_m@epita.fr>,
20021                     Akim Demaille  <akim@epita.fr>
20023         * src/reader.c (reader): Remove call to free_symtab ().
20024         * src/main.c (main): Call it here.
20025         Include symtab.h.
20026         * src/conflicts.c (initialize_conflicts): Rename as...
20027         (solve_conflicts): this.
20028         * src/print.c (print_core, print_actions, print_state)
20029         (print_grammar): Dump to a file instead a `output_obstack'.
20030         (print_results): Dump `output_obstack', and then proceed with the
20031         FILE *.
20032         * src/files.c (compute_output_file_names, close_files): New.
20033         (output_files): Adjust.
20034         * src/main.c (main): Adjust.
20036         2001-09-23  Marc Autret  <autret_m@epita.fr>
20038         * src/files.c (compute_header_macro): Computes header macro name
20039         from spec_defines_file when given.
20041         2001-09-23  Marc Autret  <autret_m@epita.fr>
20043         * src/files.c (output_files): Add default extensions.
20045         2001-09-22  Akim Demaille  <akim@epita.fr>
20047         * src/conflicts.c (finalize_conflicts): Rename as...
20048         (free_conflicts): this.
20050         2001-09-22  Akim Demaille  <akim@epita.fr>
20052         * src/gram.c (gram_free): Rename back as...
20053         (dummy): this.
20054         (output_token_translations): Free `token_translations'.
20055         * src/symtab.c (free_symtab): Free the tag field.
20057         2001-09-22  Akim Demaille  <akim@epita.fr>
20059         Remove `translations' as it is always set to true.
20061         * src/gram.h: Adjust.
20062         * src/reader.c (packsymbols, parse_token_decl): Adjust
20063         * src/print.c (print_grammar): Adjust.
20064         * src/output.c (output_token_translations): Adjust.
20065         * src/lex.c (lex): Adjust.
20066         * src/gram.c: Be sure the set pointers to NULL.
20067         (dummy): Rename as...
20068         (gram_free): this.
20070         2001-09-22  Akim Demaille  <akim@epita.fr>
20072         * configure.in: Invoke AM_LIB_DMALLOC.
20073         * src/system.h: Use dmalloc.
20074         * src/LR0.c: Be sure to have pointers initialized to NULL.
20075         (allocate_itemsets): Allocate kernel_items only if needed.
20077         2001-09-22  Akim Demaille  <akim@epita.fr>
20079         * configure.in: Bump to 1.29b.
20080         * tests/Makefile.am (DISTCLEANFILES): Add package.m4.
20081         * tests/calc.at (_AT_DATA_CALC_Y): #undef malloc so that we don't
20082         need xmalloc.c in calc.y.
20083         From Pascal Bart.
20085         2001-09-21  Akim Demaille  <akim@epita.fr>
20087         Version 1.29a.
20088         * Makefile.maint, config/config.guess, config/config.sub,
20089         * config/missing: Update from masters.
20090         * tests/Makefile.am ($(srcdir)/$(TESTSUITE)): No longer depend
20091         upon package.m4.
20092         * configure.in (ALL_LINGUAS): Add `tr'.
20094         2001-09-21  Akim Demaille  <akim@epita.fr>
20096         * tests/Makefile.am (package.m4): Move to...
20097         ($(srcdir)/$(TESTSUITE)): here.
20099         2001-09-20  Akim Demaille  <akim@epita.fr>
20101         * src/complain.c: No longer try to be standalone: use system.h.
20102         Don't assume __STDC__ is defined to 1. Just test if it is defined.
20103         * src/complain.h: Likewise.
20104         * src/reduce.c (useless_nonterminals, inaccessable_symbols):
20105         Remove the unused variable `n'.
20106         From Albert Chin-A-Young.
20108         2001-09-18  Marc Autret  <autret_m@epita.fr>
20110         * doc/bison.1: Update.
20111         * doc/bison.texinfo (Bison Options): Update --defines and --graph
20112         descriptions.
20113         (Option Cross Key): Update.
20114         Add --graph.
20116         2001-09-18  Marc Autret  <autret_m@epita.fr>
20118         * tests/regression.at: New test (comment in %union).
20120         2001-09-18  Marc Autret  <autret_m@epita.fr>
20122         * src/reader.c (parse_union_decl): Do not output '/'. Let copy_comment
20123         do that.
20124         Reported by Keith Browne.
20126         2001-09-18  Marc Autret  <autret_m@epita.fr>
20128         * tests/output.at: Add tests for --defines and --graph.
20130         2001-09-18  Marc Autret  <autret_m@epita.fr>
20132         * tests/output.at: Removes tests of %{header,src}_extension features.
20134         2001-09-18  Akim Demaille  <akim@epita.fr>
20136         * tests/Makefile.am (package.m4): New.
20137         * tests/calc.at (_AT_CHECK_CALC): Just run `calc input'.
20138         (_AT_CHECK_CALC_ERROR): Likewise.
20139         Factor the `, ' part of verbose error messages.
20141         2001-09-18  Marc Autret  <autret_m@epita.fr>
20143         * src/getargs.c (longopts): Declare --defines and --graph as options
20144         with optional arguments.
20145         * src/files.h: Add extern declarations.
20146         * src/files.c (spec_graph_file, spec_defines_file): New.
20147         (output_files): Update.
20148         Remove CPP-outed code.
20150         2001-09-18  Marc Autret  <autret_m@epita.fr>
20152         Turn off %{source,header}_extension feature.
20154         * src/files.c (compute_exts_from_gf): Update.
20155         (compute_exts_from_src): Update.
20156         (output_files): CPP-out useless code.
20157         * src/files.h: Remove {header,source}_extension extern declarations.
20158         * src/reader.c (parse_dquoted_param): CPP-out.
20159         (parse_header_extension_decl): Remove.
20160         (parse_source_extension_decl): Remove.
20161         (read_declarations): Remove cases tok_{hdrext,srcext}.
20162         * src/lex.c (percent_table): Remove {header,source}_extension entries.
20163         * src/lex.h (token_t): Remove tok_hdrext and tok_srcext.
20165         2001-09-10  Akim Demaille  <akim@epita.fr>
20167         * tests/output.at (AT_CHECK_BISON_FLAGS, AT_CHECK_BISON_PERCENT):
20168         (AT_CHECK_BISON_PERCENT_FLAGS): Merge into...
20169         (AT_CHECK_OUTPUT): this.
20170         Merely check ls' exit status, its output is useless.
20172         2001-09-10  Akim Demaille  <akim@epita.fr>
20174         * tests/calc.at: Use m4_match.
20175         (_AT_DATA_CALC_Y): Check `yyin != NULL', not `stdin != NULL'.
20177         2001-09-10  Marc Autret  <autret_m@epita.fr>,
20178                     Akim Demaille  <akim@epita.fr>
20180         * src/vcg.h (graph_s): color, textcolor, bordercolor are now
20181         enum color_e.
20182         * src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
20183         to `normal'.
20184         * src/reader.c (parse_token_decl): Initialize token with tok_eof.
20185         * src/lex.h: Adjust prototype.
20186         (token_t): Add `tok_undef'.
20187         * src/lex.c (struct percent_table_struct): Retval is now a token_t.
20188         (parse_percent_token): Now returns token_t.
20189         Add default statement in switch.
20190         (lex): Separate `c' as an input variable, from the token_t result
20191         part.
20192         (unlexed): Is a token_t.
20194         2001-09-10  Akim Demaille  <akim@epita.fr>
20196         * configure.in: Bump to 1.29a.
20198         2001-09-07  Akim Demaille  <akim@epita.fr>
20200         Version 1.29.
20202         2001-08-30  Akim Demaille  <akim@epita.fr>
20204         * tests/atgeneral.m4, tests/atconfig.in, tests/suite.at: Remove.
20205         * m4/atconfig.m4: Remove.
20206         * tests/testsuite.at, tests/atlocal.in, tests/output.at,
20207         * tests/bison: New.
20208         * tests/regression.at, tests/calc.at: Use m4_define, AT_BANNER,
20209         m4_if, m4_patsubst, and m4_regexp.
20210         * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Use an
20211         `input' file instead of echo.
20213         2001-08-29  Akim Demaille  <akim@epita.fr>
20215         Bump to 1.28e.
20217         2001-08-29  Akim Demaille  <akim@epita.fr>
20219         Version 1.28d.
20221         2001-08-29  Paul Eggert  <eggert@twinsun.com>
20223         * src/bison.simple (yyparse): Don't take the address of an
20224         item before the start of an array, as that doesn't conform to
20225         the C Standard.
20227         2001-08-29  Robert Anisko  <anisko_r@epita.fr>
20229         * doc/bison.texinfo (Location Tracking Calc): New node.
20231         2001-08-29  Paul Eggert  <eggert@twinsun.com>
20233         * src/output.c (output): Do not define const, as this now
20234         causes more problems than it cures.
20236         2001-08-29  Akim Demaille  <akim@epita.fr>
20238         * doc/bison.texinfo: Modernize `@node' and `@top' use: just name
20239         the nodes.
20240         Be sure to tag the `detailmenu'.
20242         2001-08-29  Akim Demaille  <akim@epita.fr>
20244         * Makefile.maint (do-po-update): Wget refuses to overwrite files:
20245         download in a tmp dir.
20247         2001-08-28  Marc Autret  <autret_m@epita.fr>
20249         * config/depcomp: New file.
20251         2001-08-28  Marc Autret  <autret_m@epita.fr>
20253         * doc/bison.1 (mandoc): Adjust.
20254         From Juan Manuel Guerrero.
20256         2001-08-28  Marc Autret  <autret_m@epita.fr>
20258         * src/print_graph.c (print_state): Fix.
20260         2001-08-27  Marc Autret  <autret_m@epita.fr>
20262         * src/vcg.h (classname_s, infoname_s, node_s): Constify the
20263         char * members.
20264         Echo modifications to the functions prototypes.
20265         * src/vcg.c (add_classname, add_infoname): Adjust arguments.
20267         2001-08-27  Marc Autret  <autret_m@epita.fr>
20269         * src/vcg.c: Include `xalloc.h'.
20270         (add_colorentry): New.
20271         (add_classname): New.
20272         (add_infoname): New.
20273         * src/vcg.h: Add new prototypes.
20275         2001-08-27  Akim Demaille  <akim@epita.fr>
20277         * Makefile.maint: Sync. again with CVS Autoconf.
20279         2001-08-27  Akim Demaille  <akim@epita.fr>
20281         * Makefile.maint: Formatting changes.
20282         (po-update, cvs-update, update): New targets.
20283         (AMTAR): Remove.
20285         2001-08-27  Akim Demaille  <akim@epita.fr>
20287         * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
20288         * Makefile.maint: Sync. with CVS Autoconf.
20290         2001-08-27  Marc Autret  <autret_m@epita.fr>
20292         * src/vcg.h (struct infoname_s): New.
20293         (struct colorentry_s): New.
20294         (graph_s): New fields {vertical,horizontal}_order in structure.
20295         Add `infoname' field.
20296         Add `colorentry' field;
20297         * src/vcg_defaults.h (G_VERTICAL_ORDER): New.
20298         (G_HORIZONTAL_ORDER): New.
20299         (G_INFONAME): New.
20300         (G_COLORENTRY): New.
20301         * src/vcg.c (output_graph): Add output of {vertical,horizontal}_order.
20302         Add output of `infoname'.
20303         Add output of `colorentry'.
20305         2001-08-27  Marc Autret  <autret_m@epita.fr>
20307         * src/reader.c (parse_dquoted_param): Rename variable `index' to `i'.
20308         This one shadowed a global parameter.
20310         2001-08-24  Marc Autret  <autret_m@epita.fr>
20312         * src/print_graph.c (node_output_size): Declared POSIX `size_t' type,
20313         instead of `unsigned'.
20314         (print_state): Do not call obstack_object_size () in obstack_grow ()
20315         to avoid macro variables shadowing.
20317         2001-08-23  Marc Autret  <autret_m@epita.fr>
20319         * src/lex.c (percent_table): Typo: s/naem/name/.
20320         Add graph option.
20321         Normalize new options declarations.
20323         2001-08-20  Pascal Bart  <pascal.bart@epita.fr>
20325         * tests/suite.at: Exercise %header_extension and %source_extension.
20327         2001-08-16  Marc Autret  <autret_m@epita.fr>
20329         * src/reader.c (parse_dquoted_param): New.
20330         (parse_header_extension_decl): Use it.
20331         (parse_source_extension_decl): Likewise.
20333         2001-08-16  Marc Autret  <autret_m@epita.fr>
20335         * src/vcg.c: Remove includes of `complain.h' and `xalloc.h'.
20336         (get_xxxx_str): Use assert () instead of complain ().
20337         Remove return invokations in default cases.
20338         (get_decision_str): Modify default behaviour. Remove second argument.
20339         Echo modifications on calls.
20340         (output_graph): Fix.
20342         2001-08-16  Marc Autret  <autret_m@epita.fr>
20344         * src/getargs.c (usage): Update with ``-g, --graph''.
20346         2001-08-16  Marc Autret  <autret_m@epita.fr>
20348         * doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
20349         (Option Cross Key): Likewise.
20350         * doc/bison.1: Update.
20352 2001-09-25  Pascal Bart  <pascal.bart@epita.fr>
20354         * src/output.c (output_master_parser): Don't finish action_obstack.
20355         (output_parser): Don't care about the muscle action, here.
20356         (prepare): Copy the action_obstack in the action muscle.
20357         (output): Free action_obstack.
20359 2001-09-23  Pascal Bart  <pascal.bart@epita.fr>
20361         * src/reader.c (parse_union_decl): Add new obstack union_obstack.  Which
20362         will contain `%union' declaration.
20363         (parse_union_decl): Delete #line directive output.
20364         (parse_union_decl): Substitute /attrs_obstack/union_obstack for all
20365         informations about %union.
20366         (parse_union_decl): Copy the union_obstack in the muscle stype.
20367         * src/bison.simple: Add new #line directive.
20368         Add typdef %%stype YYSTYPE.
20370 2001-09-23  Pascal Bart  <pascal.bart@epita.fr>
20372         * src/bison.simple: Add new `#line' directive.
20374 2001-09-22  Pascal Bart  <pascal.bart@epita.fr>
20376         * src/bison.simple: New `#line' directive.
20377         * src/output.c (output_parser): Support new dynamic muscle input_line.
20379 2001-09-22  Marc Autret  <autret_m@epita.fr>
20381         * src/output.c (output_master_parser): New.
20382         (output_parser): Be more re-entrant.
20384 2001-09-21  Marc Autret  <autret_m@epita.fr>
20386         * src/reader.c (copy_definition, parse_union_decl): Update and use
20387         `linef' muscle.
20388         (copy_action): Likewise.
20389         Use obstack_1grow ().
20390         * src/muscle_tab.c (muscle_init): Add muscle `linef'.
20392 2001-09-21  Marc Autret  <autret_m@epita.fr>
20394         * src/options.c (option_table): Adjust.
20395         * src/lex.c (parse_percent_token): Fix.
20397 2001-09-20  Pascal Bart  <pascal.bart@epita.fr>
20399         * src/options.c (symtab.h): Include it, need by lex.h.
20401 2001-09-20  Pascal Bart  <pascal.bart@epita.fr>
20403         * src/lex.c (parse_percent_token): Change type of variable `tx', which
20404         is now an option_table_struct*.
20405         (option_strcmp): New function option_strcmp.
20406         (parse_percent_token): Call option_strcmp.
20407         * src/getargs.c (xalloc.h, options.h): Include it.
20408         (getargs): Call create_long_option_table.
20409         (getargs): Free longopts at the end of the function.
20410         (shortopts): Move in options.c.
20411         * src/options.c (create_long_option_table): New function.  Convert
20412         information from option_table to option structure.
20413         * src/reader.c (options.h): Include it.
20415         * src/Makefile.am: Adjust.
20416         * src/options.c (option_table): Create from longopts and percent_table.
20417         * src/getargs.c (longopts): Delete.
20418         * src/lex.c (struct percent_table_struct): Delete.
20419         (percent_table): Delete.
20420         (options.h): Include it.
20421         * src/options.c: Create.
20422         * src/options.h: Create.
20423         Declare enum opt_access_e.
20424         Define struct option_table_struct.
20426 2001-09-20  Marc Autret  <autret_m@epita.fr>
20428         * doc/bison.texinfo: Adjust terminologies about prologue and epilogue
20429         sections of Bison.
20431 2001-09-19  Pascal Bart  <pascal.bart@epita.fr>
20433         * src/bison.simple: s/%%filename/%%skeleton.
20434         * src/muscle_tab.c (getargs.h): Include it.
20435         (muscle_init): Insert new muscle skeleton.
20437 2001-09-18  Pascal Bart  <pascal.bart@epita.fr>
20439         * src/output.c (output_parser): Delete unused variable actions_dumped.
20441 2001-09-07  Pascal Bart  <pascal.bart@epita.fr>
20443         * src/output.c (output): Delete call to reader_output_yylsp.
20444         * src/reader.c (reader): Likewise.
20445         * src/reader.h: Delete declaration of reader_output_yylsp.
20447 2001-09-02  Marc Autret  <autret_m@epita.fr>
20449         * src/reader.c: Include muscle_tab.h.
20450         (parse_union_decl): Update.
20451         (parse_macro_decl): Rename parse_muscle_decl.
20452         Update to use renamed functions and variable.
20453         (read_declarations, copy_action, read_additionnal_code, : Updated
20454         with correct variables and functions names.
20455         (packsymbols, reader): Likewise.
20457         * src/reader.h (muscle_obstack): Extern declaration update.
20459         * src/output.c: Include muscle_tab.h
20460         In all functions using macro_insert, change by using muscle_insert ().
20461         (macro_obstack): Rename muscle_obstack.
20462         Echo modifications in the whole file.
20463         (MACRO_INSERT_INT): Rename MUSCLE_INSERT_INT.
20464         (MACRO_INSERT_STRING): Rename MUSCLE_INSERT_STRING.
20465         (MACRO_INSERT_PREFIX): Rename MUSCLE_INSERT_PREFIX.
20467         * src/muscle_tab.h: Update double inclusion macros.
20468         (macro_entry_s): Rename muscle_entry_s.
20469         Update prototypes.
20471         * src/muscle_tab.c: Include muscle_tab.h.
20472         Rename macro_tabble to muscle_table.
20473         (mhash1, mhash2, mcmp): Use muscle_entry.
20474         (macro_init): Rename muscle_init. Update.
20475         (macro_insert): Rename muscle_insert. Update.
20476         (macro_find): Rename muscle_find. Update.
20478         * src/main.c: Include muscle_tab.h.
20479         (main): Call muscle_init ().
20480         * src/Makefile.am (bison_SOURCES): Echo modifications.
20482 2001-09-02  Marc Autret  <autret_m@epita.fr>
20484         Now the files macro_tab.[ch] are named muscle_tab.[ch].
20486         * src/muscle_tab.c, src/muscle_tab.h: Add files.
20488 2001-09-02  Marc Autret  <autret_m@epita.fr>
20490         * src/macrotab.c, src/macrotab.h: Remove.
20492 2001-09-01  Pascal Bart  <pascal.bart@epita.fr>
20494         * src/reader.c (copy_guard): Use muscle to specify the `#line'
20495         filename.
20497 2001-09-01  Marc Autret  <autret_m@epita.fr>
20499         * tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set
20500         to an explicit value to activate the feature. We do it here.
20502 2001-08-31  Pascal Bart  <pascal.bart@epita.fr>
20504         * src/output.c (prepare): Delete the `filename' muscule insertion.
20505         * src/reader.c (copy_action): Use `filename' muscule with `#line'.
20506         (parse_union_decl): Likewise.
20507         * src/macrotab.c (macro_init): Initialize filename by infile.
20509 2001-08-31  Marc Autret  <autret_m@epita.fr>
20511         * src/bison.simple (YYLSP_NEEDED): New definition.
20512         * src/output.c (prepare): Add macro insertion of `locations_flag'
20514 2001-08-31  Pascal Bart  <pascal.bart@epita.fr>
20516         * src/output.c (prepare): Delete insertion of previous muscles,
20517         and insert the `prefix' muscles.
20518         * src/macrotab.c (macro_init): Likewise.
20519         (macro_init): Initialization prefix directive by `yy'.
20520         * src/bison.simple: Substitute all %%yylex, %%yychar, %%yylval,
20521         %%yydebug, %%yyerror, %%yynerrs and %%yyparse by yylex, yychar,
20522         yylval, yydebug, yyerror, yynerrs and yyparse.
20523         New directive `#define' to substitute yydebug, ... with option
20524         name_prefix.
20526 2001-08-31  Pascal Bart  <pascal.bart@epita.fr>
20528         * src/main.c (main): Standardize.
20529         * src/output.c (output_table_data, output_parser): Likewise.
20530         * src/macrotab.h, src/macrotab.c, src/bison.simple: Likewise.
20532 2001-08-31  Pascal Bart  <pascal.bart@epita.fr>, Marc Autret  <autret_m@epita.fr>
20534         * src/reader.c (read_additionnal_code): Rename %%user_code to
20535         %%epilogue.
20536         * src/output.c (output): Rename %%declarations to %%prologue.
20537         * src/bison.simple: Echo modifications.
20539 2001-08-31  Marc Autret  <autret_m@epita.fr>
20541         * src/reader.c (readgram): CleanUp.
20542         (output_token_defines): Likewise.
20543         (packsymbols): Likewise.
20544         (reader): Likewise.
20545         * src/output.c (output): CPP-out useless code.
20547 2001-08-31  Pascal Bart  <pascal.bart@epita.fr>
20549         * src/reader.c (reader): Delete obsolete call to function
20550         output_trailers and output_headers.
20551         * src/output.h: Remove obsolete functions prototypes of output_headers
20552         and output_trailers.
20554 2001-08-30  Pascal Bart  <pascal.bart@epita.fr>
20556         * src/main.c: Include macrotab.h.
20557         * src/macrotab.h (macro_entry_s): Constify fields.
20558         Adjust functions prototypes.
20559         * src/macrotab.c (macro_insert): Constify key and value.
20560         (macro_find): Constify key.
20561         (macro_insert): Include 'xalloc.h'
20562         (macro_insert): Use XMALLOC.
20563         (macro_find): Constify return value.
20564         * src/output.c (output_table_data): Rename table to table_data.
20565         (output_parser): Constify macro_key, macro_value.
20567 2001-08-30  Marc Autret  <autret_m@epita.fr>
20569         * src/reader.c (parse_skel_decl): New.
20570         (read_declarations): Add case `tok_skel', call parse_skel_decl ().
20571         * src/lex.h (token_t): New token `tok_skel'.
20572         * src/lex.c (percent_table): Add skeleton option entry.
20573         Standardize.
20575 2001-08-29  Marc Autret  <autret_m@epita.fr>
20577         * src/bison.simple: Add %%user_code directive at the end.
20578         * src/reader.c (read_additionnal_code): New.
20579         (reader): Use it.
20580         * src/output.c (output_program): Remove.
20581         (output): Update.
20583 2001-08-28  Marc Autret  <autret_m@epita.fr>
20585         * src/output.c (output_actions): Clean up.
20586         (output_gram): CPP-out useless code.
20587         * src/reader.c (reader): Clean up, CPP-out useless code.
20589 2001-08-28  Pascal Bart  <pascal.bart@epita.fr>
20591         * src/output.c (output): Copy attrs_obstack in the '%%definitions'
20592         directive.
20593         * src/bison.simple: Add `%%definitions'.
20595 2001-08-28  Marc Autret  <autret_m@epita.fr>
20597         * config/depcomp: New file.
20599 2001-08-27  Paul Eggert  <eggert@twinsun.com>
20601         * src/bison.simple (yyparse): Don't take the address of an
20602         item before the start of an array, as that doesn't conform to
20603         the C Standard.
20605 2001-08-27  Robert Anisko  <robert.anisko@epita.fr>
20607         * src/output.c (output): Remove the initialization of the macro
20608         obstack.  It was done too late here.
20610         * src/reader.c (parse_macro_decl): Fix.  Use of the macro obstack was
20611         completely wrong.
20612         (reader): Initialize the macro obstack here, since we need it to grow
20613         '%define' directives.
20615         * src/reader.h: Declare the macro obstack as extern.
20617 2001-08-27  Robert Anisko  <robert.anisko@epita.fr>
20619         * src/output.c (output_parser): Fix.  Store single '%' characters in
20620         the output obstack instead of throwing them away.
20622 2001-08-27  Akim Demaille  <akim@epita.fr>
20624         * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
20626 2001-08-25  Robert Anisko  <robert.anisko@epita.fr>
20628         * lib/Makefile.am: Adjust.
20630 2001-08-25  Robert Anisko  <robert.anisko@epita.fr>
20632         * src/bison.simple: Update and add '%%' directives.
20634 2001-08-25  Robert Anisko  <robert.anisko@epita.fr>
20636         * src/reader.c (reader): Remove calls to 'output_headers' and
20637         'output_trailers'. Remove some C output.
20638         (readgram): Disable a piece of code that was writing a default
20639         definition for 'YYSTYPE'.
20640         (reader_output_yylsp): Remove.
20641         (packsymbols): Output token defintions to a macro.
20642         (copy_definition): Disable C output.
20644         * src/reader.c (parse_macro_decl): New function used to parse macro
20645         declarations.
20646         (copy_string2): Put the body of copy_string into this new function.
20647         Add a parameter to let the caller choose whether he wants to copy the
20648         string delimiters or not.
20649         (copy_string): Be a simple call to copy_string2 with the last argument
20650         bound to true.
20651         (read_declarations): Add case for macro definition.
20652         (copy_identifier): New.
20653         (parse_macro_decl): Read macro identifiers using copy_identifier
20654         rather than lex.
20656 2001-08-25  Robert Anisko  <robert.anisko@epita.fr>
20658         * src/output.c (prepare): Add prefixed names.
20659         (output_parser): Output semantic actions.
20660         (output_parser): Fix bug on '%%line' directives.
20662         * src/output.c (output_headers): Remove. The C code printed by this
20663         function should now be in the skeletons.
20664         (output_trailers): Remove.
20665         (output): Disable call to 'reader_output_yylsp'.
20666         (output_rule_data): Do not output tables to the table obstack.
20668         * src/output.c: Remove some C dedicated output.
20669         Improve the use of macro and output obstacks.
20670         (output_defines): Remove.
20672         * src/output.c (output_token_translations): Associate 'translate'
20673         table with a macro. No output to the table obstack.
20674         (output_gram): Same for 'rhs' and 'prhs'.
20675         (output_stos): Same for 'stos'.
20676         (output_rule_data): Same for 'r1' and 'r2'.
20677         (token_actions): Same for 'defact'.
20678         (goto_actions): Same for 'defgoto'.
20679         (output_base): Same for 'pact' and 'pgoto'.
20680         (output_table): Same for 'table'.
20681         (output_check): Same for 'check'.
20683         * src/output.c (output_table_data): New function.
20684         (output_short_table): Remove.
20685         (output_short_or_char_table): Remove.
20687         * src/output.c (output_parser): Replace most of the skeleton copy code
20688         with something new. Skeletons are now processed character by character
20689         rather than line by line, and Bison looks for '%%' macros. This is the
20690         first step in making Bison's output process (a lot) more flexible.
20691         (output_parser): Use the macro table.
20693 2001-08-25  Robert Anisko  <robert.anisko@epita.fr>
20695         * src/main.c (main): Initialize the macro table.
20697 2001-08-25  Robert Anisko  <robert.anisko@epita.fr>
20699         * src/lex.c (percent_table): Add tok_define.
20700         * src/lex.h: Add tok_define.
20702 2001-08-25  Robert Anisko  <robert.anisko@epita.fr>
20704         * src/macrotab.c: New file.
20705         * src/macrotab.h: New file.
20706         * src/Makefile.am: Update.
20708 2001-08-25  Robert Anisko  <robert.anisko@epita.fr>
20710         * lib/hash.c: New file.
20711         * lib/hash.h: New file.
20712         * lib/Makefile.am: Update.
20714 2001-08-15  Akim Demaille  <akim@epita.fr>
20716         Version 1.28c.
20718 2001-08-15  Marc Autret  <autret_m@epita.fr>
20720         * src/reader.c (readgram): Indent output macro YYSTYPE.
20721         (packsymbols): Likewise.
20722         (output_token_defines): Likewise.
20723         * src/files.c: Standardize.
20724         (compute_header_macro): New.
20725         (defines_obstack_save): New. Use compute_header_macro.
20726         (output_files): Update. Use defines_obstack_save.
20728 2001-08-15  Akim Demaille  <akim@epita.fr>
20730         * doc/bison.texinfo (Table of Symbols): Document
20731         YYSTACK_USE_ALLOCA.
20733 2001-08-15  Akim Demaille  <akim@epita.fr>
20735         * missing: Update from CVS Automake.
20736         * config/config.guess, config/config.sub, config/texinfo.tex:
20737         Update from gnu.org.
20739 2001-08-15  Akim Demaille  <akim@epita.fr>
20741         * Makefile.maint: Sync with CVS Autoconf.
20743 2001-08-14  Pascal Bart  <pascal.bart@epita.fr>
20745         * doc/bison.texinfo: Include GNU Free Documentation License from
20746         `fdl.texi'.
20747         * doc/fdl.texi: Add to package.
20749 2001-08-14  Marc Autret  <autret_m@epita.fr>
20751         Turn on %{source,header}_extension features.
20753         * src/lex.c (percent_table): Un-CPP out header_extension and
20754         source_extension.
20755         * src/files.c (compute_exts_from_gf): Compare pointers with NULL.
20756         (compute_exts_from_src): Remove conditions. It restores priorities
20757         between options.
20759 2001-08-14  Marc Autret  <autret_m@epita.fr>
20761         * src/files.c (compute_base_names): Add extensions computing when
20762         `--file-prefix' used.
20763         Standardize function calls.
20765 2001-08-13  Marc Autret  <autret_m@epita.fr>
20767         * src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
20768         defining it (defined but null disables alloca).
20770 2001-08-13  Marc Autret  <autret_m@epita.fr>
20772         * src/bison.simple (_yy_memcpy): CPP reformat.
20774 2001-08-13  Pascal Bart  <pascal.bart@epita.fr>
20776         * tests/atconfig.in (CPPFLAGS): Fix.
20778 2001-08-10  Pascal Bart  <pascal.bart@epita.fr>
20780         * doc/bison.texinfo: Include GNU General Public License from
20781         `gpl.texi'.
20782         * doc/gpl.texi: Add to package.
20784 2001-08-10  Marc Autret  <autret_m@epita.fr>
20786         * src/print_graph.h: Fix.
20787         * src/reader.c (read_declarations): Use parse_header_extension_decl ().
20789 2001-08-10  Akim Demaille  <akim@epita.fr>
20791         * src/system.h: Provide default declarations for stpcpy, strndup,
20792         and strnlen.
20794 2001-08-10  Robert Anisko  <anisko_r@epita.fr>
20796         * doc/bison.texinfo (Locations): Update @$ stuff.
20798 2001-08-09  Robert Anisko  <anisko_r@epita.fr>
20800         * src/bison.simple (YYLLOC_DEFAULT): Update.
20801         (yyparse): Adjust.
20803 2001-08-08  Marc Autret  <autret_m@epita.fr>
20805         * doc/bison.texinfo: Change @samp{$<@dots{}>} to
20806         @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.
20807         Reported by Fabrice Bauzac.
20809 2001-08-08  Marc Autret  <autret_m@epita.fr>
20811         * src/vcg_default.h: Use NULL instead of 0 to initialize pointers.
20812         * src/vcg.c (output_node): Fix.
20813         * src/vcg.h: Cleanup.
20814         * src/print_graph.c: Add comments.
20815         (node_output_size): New global variable. Simplify the formatting of
20816         the VCG graph output.
20817         (print_actions): Unused code is now used. It notifies the final state
20818         and no action states in the VCG graph. It also give the reduce actions.
20819         The `shift and goto' edges are red and the `go to state' edges are
20820         blue.
20821         Get the current node name and node_obstack by argument.
20822         (node_obstack): New variable.
20823         (print_state): Manage node_obstack.
20824         (print_core): Use node_obstack given by argument.
20825         A node is not only computed here but in print_actions also.
20826         (print_graph): CPP out useless code instead of commenting it.
20828 2001-08-07  Pascal Bart  <pascal.bart@epita.fr>
20830         * tests/atconfig.in (CPPFLAGS): Fix.
20832 2001-08-07  Akim Demaille  <akim@epita.fr>
20834         * src/print_graph.c (quote): New.
20835         (print_core): Use it.
20837 2001-08-06  Akim Demaille  <akim@epita.fr>, Marc Autret  <autret_m@epita.fr>
20839         * src/vcg.c (complain.h): Include it.
20840         Unepitaize `return' invocations.
20841         [NDEBUG] (main): Remove.
20842         * src/vcg.h (node_t, edge_t, graph_t): Constify the char * members.
20843         * src/files.c (open_files): Initialize graph_obstack.
20844         * src/print_graph.c (print_actions): CPP out useless code.
20845         (print_core): Don't output the last `\n' in labels.
20846         Use `quote'.
20847         * src/files.c (output_files): Output the VCG file.
20848         * src/main.c (main): Invoke print_graph ();
20850 2001-08-06  Marc Autret  <autret_m@epita.fr>
20852         Automaton VCG graph output.
20853         Using option ``-g'' or long option ``--graph'', you can generate
20854         a gram_filename.vcg file containing a VCG description of the LALR (1)
20855         automaton of your grammar.
20857         * src/main.c: Call to print_graph() function.
20858         * src/getargs.h: Update.
20859         * src/getargs.c (options): Update to catch `-g' and `--graph' options.
20860         (graph_flag): New flag.
20861         (longopts): Update.
20862         (getargs): Add case `g'.
20863         * src/files.c (graph_obstack): New obstack struct.
20864         (open_files): Initialize new obstack.
20865         (output_files): Saves graph_obstack if required.
20866         * src/files.h (graph_obstack): New extern declaration.
20867         * src/Makefile.am: Add new source files.
20869 2001-08-06  Marc Autret  <autret_m@epita.fr>
20871         * src/print_graph.c, src/print_graph.h (graph): New.
20872         * src/vcg.h: New file.
20873         * src/vcg.c: New file, VCG graph handling.
20875 2001-08-06  Marc Autret  <autret_m@epita.fr>
20877         Add of %source_extension and %header_extension which specify
20878         the source or/and the header output file extension.
20880         * src/files.c (compute_base_names): Remove initialisation of
20881         src_extension and header_extension.
20882         (compute_exts_from_gf): Update.
20883         (compute_exts_from_src): Update.
20884         (output_files): Update.
20885         * src/reader.c (parse_header_extension_decl): New.
20886         (parse_source_extension_decl): New.
20887         (read_declarations): New case statements for the new tokens.
20888         * src/lex.c (percent_table): Add entries for %source_extension
20889         and %header_extension.
20890         * src/lex.h (token_e): New tokens tok_hdrext and tok_srcext.
20892 2001-08-06  Marc Autret  <autret_m@epita.fr>
20894         * configure.in: Bump to 1.28c.
20895         * doc/bison.texinfo: Texinfo thingies.
20897 2001-08-04  Pascal Bart  <pascal.bart@epita.fr>
20899         * tests/atconfig.in (CPPFLAGS): Add.
20900         * tests/calc.at (AT_CHECK): Use CPPFLAGS.
20902 2001-08-03  Akim Demaille  <akim@epita.fr>
20904         Version 1.28b.
20906 2001-08-03  Akim Demaille  <akim@epita.fr>
20908         * tests/Makefile.am (check-local): Ship testsuite.
20909         * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
20910         Include `string.h'.
20912 2001-08-03  Akim Demaille  <akim@epita.fr>
20914         * configure.in: Try using -Wformat when compiling.
20916 2001-08-03  Akim Demaille  <akim@epita.fr>
20918         * configure.in: Bump to 1.28b.
20920 2001-08-03  Akim Demaille  <akim@epita.fr>
20922         * src/complain.c: Adjust strerror_r portability issues.
20924 2001-08-03  Akim Demaille  <akim@epita.fr>
20926         Version 1.28a.
20928 2001-08-03  Akim Demaille  <akim@epita.fr>
20930         * src/getargs.c, src/getarg.h (skeleton)): Constify.
20931         * src/lex.c (literalchar): Avoid name clashes on `buf'.
20932         * src/getargs.c: Include complain.h.
20933         * src/files.c, src/files.h (skeleton_find): Avoid name clashes.
20934         * lib/quotearg.c, lib/quotearg.h: Update from fileutils 4.1.
20936 2001-08-03  Akim Demaille  <akim@epita.fr>
20938         * src/reader.c (readgram): Display hidden chars in error messages.
20940 2001-08-03  Akim Demaille  <akim@epita.fr>
20942         Update to gettext 0.10.39.
20944 2001-08-03  Akim Demaille  <akim@epita.fr>
20946         * lib/strspn.c: New.
20948 2001-08-01  Marc Autret  <autret_m@epita.fr>
20950         * doc/bison.texinfo: Update.
20951         * doc/bison.1 (mandoc): Update.
20952         * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove .c and .h.
20953         * src/files.c: Support output files extensions computing.
20954         (src_extension): New static variable.
20955         (header_extension): New static variable.
20956         (tr): New function.
20957         (get_extension_index): New function, gets the index of an extension
20958         filename in a string.
20959         (compute_exts_from_gf): New function, computes extensions from the
20960         grammar file extension.
20961         (compute_exts_from_src): New functions, computes extensions from the
20962         C source file extension, file given by ``-o'' option.
20963         (compute_base_names): Update.
20964         (output_files): Update.
20966 2001-08-01  Robert Anisko  <anisko_r@epita.fr>
20968         * doc/bison.texi: Document @$.
20969         (Locations): New section.
20971 2001-07-18  Akim Demaille  <akim@epita.fr>
20973         * Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
20974         * config/prev-version.txt, config/move-if-change: New.
20975         * Makefile.am: Adjust.
20977 2001-07-08  Pascal Bart  <pascal.bart@epita.fr>
20979         * src/bison.simple (yyparse): Suppress warning `comparaison
20980         between signed and unsigned'.
20982 2001-07-05  Pascal Bart  <pascal.bart@epita.fr>
20984         * src/getargs.h (raw_flag): Remove.
20985         * src/getargs.c: Die on `-r'/`--raw'.
20986         * src/lex.c (parse_percent_token): Die on `%raw'.
20987         * src/reader.c (output_token_defines): Suppress call to `raw_flag'.
20988         * tests/calc.at: Suppress test with option `--raw'.
20990 2001-07-14  Akim Demaille  <akim@epita.fr>
20992         * config/: New.
20993         * configure.in: Require Autoconf 2.50.
20994         Update to gettext 0.10.38.
20996 2001-03-16  Akim Demaille  <akim@epita.fr>
20998         * doc/bison.texinfo: ANSIfy the examples.
21000 2001-03-16  Akim Demaille  <akim@epita.fr>
21002         * getargs.c (skeleton): New variable.
21003         (longopts): --skeleton is a new option.
21004         (shortopts, getargs): -S is a new option.
21005         * getargs.h: Declare skeleton.
21006         * output.c (output_parser): Use it.
21008 2001-03-16  Akim Demaille  <akim@epita.fr>
21010         * m4/strerror_r.m4: New.
21011         * m4/error.m4: Run AC_FUNC_STRERROR_R.
21012         * lib/error.h, lib/error.c: Update.
21014 2001-03-16  Akim Demaille  <akim@epita.fr>
21016         * src/getargs.c (longopts): Clean up.
21018 2001-02-21  Akim Demaille  <akim@epita.fr>
21020         * src/reader.c (gensym): `gensym_count' is your own.
21021         Use a static buf to create the symbol name, as token_buffer is no
21022         longer a buffer.
21024 2001-02-08  Akim Demaille  <akim@epita.fr>
21026         * src/conflicts.c (conflict_report): Be sure not to append to res
21027         between two calls, which could happen if both first sprintf were
21028         skipped, but not the first cp += strlen.
21030 2001-02-08  Akim Demaille  <akim@epita.fr>
21032         * lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
21033         New, from fileutils 4.0.37.
21034         * configure.in: Require Autoconf 2.49c.  I took some time before
21035         making this decision.  This is the only way out for portability
21036         issues in Bison, it would mean way too much duplicate effort to
21037         import in Bison features implemented in 2.49c since 2.13.
21038         AC_REPLACE_FUNCS and AC_CHECK_DECLS the functions above.
21040 2001-02-02  Akim Demaille  <akim@epita.fr>
21042         * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
21043         * lib/xalloc.h, lib/xmalloc.c: Update.
21045 2001-01-19  Akim Demaille  <akim@epita.fr>
21047         Get rid of the ad hoc handling of token_buffer in the scanner: use
21048         the obstacks.
21050         * src/lex.c (token_obstack): New.
21051         (init_lex): Initialize it.  No longer call...
21052         (grow_token_buffer): this.  Remove it.
21053         Adjust all the places which used it to use the obstack.
21055 2001-01-19  Akim Demaille  <akim@epita.fr>
21057         * src/lex.h: Rename all the tokens:
21058         s/\bENDFILE\b/tok_eof/g;
21059         s/\bIDENTIFIER\b/tok_identifier/g;
21060         etc.
21061         Let them be enums, not #define, to ease debugging.
21062         Adjust all the code.
21064 2001-01-18  Akim Demaille  <akim@epita.fr>
21066         * src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
21067         * src/lex.c (maxtoken, grow_token_buffer): Static.
21069 2001-01-18  Akim Demaille  <akim@epita.fr>
21071         Since we now use obstacks, more % directives can be enabled.
21073         * src/lex.c (percent_table): Also accept `%yacc',
21074         `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
21075         `%debug'.
21076         Handle the actions for `%semantic_parser' and `%pure_parser' here,
21077         instead of returning a token.
21078         * src/lex.h (SEMANTIC_PARSER, PURE_PARSER): Remove, unused.
21079         * src/reader.c (read_declarations): Adjust.
21080         * src/files.c (open_files): Don't call `compute_base_names', don't
21081         compute `attrsfile' since they depend upon data which might be
21082         *in* the input file now.
21083         (output_files): Do it here.
21084         * src/output.c (output_headers): Document the fact that this patch
21085         introduces a guaranteed SEGV for semantic parsers.
21086         * doc/bison.texinfo: Document them.
21087         * tests/suite.at: Exercise these %options.
21089 2000-12-20  Akim Demaille  <akim@epita.fr>
21091         Also handle the output file (--verbose) with obstacks.
21093         * files.c (foutput): Remove.
21094         (output_obstack): New.
21095         Adjust all dependencies.
21096         * src/conflicts.c: Return a string.
21097         * src/system.h (obstack_grow_string): Rename as...
21098         (obstack_sgrow): this.  Be ready to work with non literals.
21099         (obstack_fgrow4): New.
21101 2000-12-20  Akim Demaille  <akim@epita.fr>
21103         * src/files.c (open_files): Fix the computation of short_base_name
21104         in the case of `-o foo.tab.c'.
21106 2000-12-20  Akim Demaille  <akim@epita.fr>
21108         * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
21109         (copy_dollar): Now that everything uses obstacks, get rid of the
21110         FILE * parameters.
21112 2000-12-20  Akim Demaille  <akim@epita.fr>
21114         * src/files.c (open_files): Actually the `.output' file is based
21115         on the short_base_name, not base_name.
21116         * tests/suite.at (Checking output file names): Adjust.
21118 2000-12-20  Akim Demaille  <akim@epita.fr>
21120         * src/bison.s1: Remove, we now use directly...
21121         * src/bison.simple: this.
21122         * src/Makefile.am: Use pkgdata instead of data.
21124 2000-12-20  Akim Demaille  <akim@epita.fr>
21126         * src/files.c (guard_obstack): New.
21127         (open_files): Initialize it.
21128         (output_files): Dump it...
21129         * src/files.h: Export it.
21130         * src/reader.c (copy_guard): Use it.
21132 2000-12-19  Akim Demaille  <akim@epita.fr>
21134         * src/files.c (outfile, defsfile, actfile): Removed as global
21135         vars.
21136         (open_files): Don't compute them.
21137         (output_files): Adjust.
21138         (base_name, short_base_name): Be global.
21139         Adjust dependencies.
21141 2000-12-19  Akim Demaille  <akim@epita.fr>
21143         * src/files.c (strsuffix): New.
21144         (stringappend): Be just like strcat but allocate.
21145         (base_names): Eve out from open_files.
21146         Try to simplify the rather hairy computation of base_name and
21147         short_base_name.
21148         (open_files): Use it.
21149         * tests/suite.at (Checking output file names): New test.
21151 2000-12-19  Akim Demaille  <akim@epita.fr>
21153         * src/system.h (obstack_grow_literal_string): Rename as...
21154         (obstack_grow_string): this.
21155         * src/output.c (output_parser): Recognize `%% actions' instead of
21156         `$'.
21157         * src/bison.s1: s/$/%% actions/.
21158         * src/bison.hairy: Likewise.
21160 2000-12-19  Akim Demaille  <akim@epita.fr>
21162         * src/output.c (output_parser): Compute the `#line' lines when
21163         there are.
21164         * src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
21165         Suggested by Hans Aberg.
21167 2000-12-19  Akim Demaille  <akim@epita.fr>
21169         Let the handling of the skeleton files be local to the procedures
21170         that use it.
21172         * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
21173         longer static.
21174         (fparser, open_extra_files): Remove.
21175         (open_files, output_files): Don't take care of fparser.
21176         * src/files.h: Adjust.
21177         * src/output.c (output_parser): Open and close the file to the
21178         skeleton.
21179         * src/reader.c (read_declarations): When %semantic_parser, open
21180         fguard.
21182 2000-12-19  Akim Demaille  <akim@epita.fr>
21184         * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
21185         * src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
21187 2000-12-19  Akim Demaille  <akim@epita.fr>
21189         * src/files.c (open_files): Yipee!  We no longer need all the code
21190         looking for `/tmp' since we have no tmp file.
21192 2000-12-19  Akim Demaille  <akim@epita.fr>
21194         * src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_GUARD_C):
21195         New macros.
21196         * src/files.c (open_files): Less dependency on MSDOS etc.
21198 2000-12-14  Akim Demaille  <akim@epita.fr>
21200         * src/bison.s1 (YYLLOC_DEFAULT): New macro.
21201         Provide a default definition.
21202         Use it when executing the default @ action.
21203         * src/reader.c (reader_output_yylsp): No longer include
21204         `timestamp' and `text' in the default YYLTYPE.
21206 2000-12-12  Akim Demaille  <akim@epita.fr>
21208         * src/reader.c (copy_definition, parse_union_decl, copy_action)
21209         (copy_guard): Quote the file names.
21210         Reported by Laurent Mascherpa.
21212 2000-12-12  Akim Demaille  <akim@epita.fr>
21214         * src/output.c (output_headers, output_program, output): Be sure
21215         to escape special characters when outputting filenames.
21216         (ACTSTR_PROLOGUE, ACTSTR_EPILOGUE): Remove.
21217         (output_headers): Don't depend on them, Use ACTSTR.
21219 2000-11-17  Akim Demaille  <akim@epita.fr>
21221         * lib/obstack.h: Formatting changes.
21222         (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
21223         prevents type checking.
21224         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
21225         cast the value to (void *): assigning a `foo *' to a `void *'
21226         variable is valid.
21227         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
21228         * src/reader.c (parse_union_decl): Typo: use obstack_1grow to
21229         append characters.
21231 2000-11-17  Akim Demaille  <akim@epita.fr>
21233         * tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
21234         as...
21235         (suite.m4, regression.m4, calc.m4): these.
21236         * tests/atgeneral.m4: Update from CVS Autoconf.
21238 2000-11-17  Akim Demaille  <akim@epita.fr>
21240         * tests/regression.m4 (%union and --defines): New test,
21241         demonstrating a current bug in the obstack implementation.
21243 2000-11-17  Akim Demaille  <akim@epita.fr>
21245         * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
21246         macros.
21247         Use them to declare the variables which are global or local to
21248         `yyparse'.
21250 2000-11-17  Akim Demaille  <akim@epita.fr>
21252         * acconfig.h: Remove, no longer used.
21254 2000-11-07  Akim Demaille  <akim@epita.fr>
21256         * src: s/Copyright (C)/Copyright/g.
21258 2000-11-07  Akim Demaille  <akim@epita.fr>
21260         * src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
21261         defining.
21262         * src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
21264 2000-11-07  Akim Demaille  <akim@epita.fr>
21266         * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
21267         Merge in a single CPP if/else.
21269 2000-11-07  Akim Demaille  <akim@epita.fr>
21271         * src/output.c (output): Remove useless variables.
21272         * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
21273         argument `data' for consistency with the prototypes.
21274         Qualify it `const'.
21275         (obstack_copy, obstack_copy0): Rename the second argument as
21276         `address' for consistency.  Qualify it `const'.
21277         * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
21278         (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
21279         `const' their input argument (`data' or `address').
21280         Adjust the corresponding macros to include `const' in casts.
21282 2000-11-03  Akim Demaille  <akim@epita.fr>
21284         * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
21285         s/PFILE1/BISON_HAIRY/.
21286         Adjust dependencies.
21288 2000-11-03  Akim Demaille  <akim@epita.fr>
21290         For some reason, this was not applied.
21292         * src/files.c [VMS]: No longer include `ssdef.h', no longer define
21293         `unlink': it's no longer used.
21295 2000-11-03  Akim Demaille  <akim@epita.fr>
21297         * src/files.c (skeleton_find): New function, eved out of...
21298         (open_files, open_extra_files): here.
21300 2000-11-03  Akim Demaille  <akim@epita.fr>
21302         Don't use `atexit'.
21304         * src/files.c (obstack_save): New function.
21305         (done): Rename as...
21306         (output_files): this.
21307         Use `obstack_save'.
21308         * src/main.c (main): Don't use `atexit' to register `done', since
21309         it no longer has to remove tmp files, just call `output_files'
21310         when there are no errors.
21312 2000-11-02  Akim Demaille  <akim@epita.fr>
21314         * src/files.c [VMS]: No longer include `ssdef.h', no longer define
21315         `unlink': it's no longer used.
21316         * src/files.h: Formatting changes.
21318 2000-11-02  Akim Demaille  <akim@epita.fr>
21320         Remove the last uses of mktemp and unlink/delete.
21322         * src/files.c (fdefines, ftable): Removed.
21323         (defines_ostack, table_obstack): New.
21324         Adjust dependencies of the former into uses of the latter.
21325         * src/output.c (output_short_or_char_table, output_short_table):
21326         Convert to using obstacks.
21327         * src/reader.c (copy_comment2): Accept one FILE * and two
21328         obstacks.
21329         (output_token_defines, reader_output_yylsp): Use obstacks.
21330         * src/system.h (obstack_fgrow3): New.
21331         * po/POTFILES.in: Adjust.
21333 2000-11-01  Akim Demaille  <akim@epita.fr>
21335         Change each use of `fattrs' into a use of `attrs_obstack'.
21337         * src/reader.c (copy_at): Typo: s/yylloc/yyloc/.
21338         * src/files.c (fattrs): Remove.
21339         (attrs_obstack): New.
21340         Adjust all dependencies.
21341         (done): If SEMANTIC_PARSER, dump attrs_obstack into attrsfile.
21343 2000-11-01  Akim Demaille  <akim@epita.fr>
21345         Introduce obstacks.
21346         Change each use of `faction' into a use of `action_obstack'.
21348         * lib/obstack.h, lib/obstack.c: New files.
21349         * src/files.c (faction): Remove.
21350         (action_obstack): New.
21351         Adjust all dependencies.
21353 2000-10-20  Akim Demaille  <akim@epita.fr>
21355         * lib/quote.h (PARAMS): New macro.  Use it.
21357 2000-10-16  Akim Demaille  <akim@epita.fr>
21359         * src/output.c (output_short_or_char_table): New function.
21360         (output_short_table, output_token_translations): Use it.
21361         (goto_actions): Use output_short_table.
21363 2000-10-16  Akim Demaille  <akim@epita.fr>
21365         * src/symtab.c (bucket_new): New function.
21366         (getsym): Use it.
21368         * src/output.c (output_short_table): New argument to display the
21369         comment associated with the table.
21370         Adjust dependencies.
21371         (output_gram): Use it.
21372         (output_rule_data): Nicer output layout for YYTNAME.
21374 2000-10-16  Akim Demaille  <akim@epita.fr>
21376         * src/lex.c (read_typename): New function.
21377         (lex): Use it.
21378         * src/reader.c (copy_dollar): Likewise.
21380 2000-10-16  Akim Demaille  <akim@epita.fr>
21382         * src/reader.c (copy_comment2): Expect the input stream to be on
21383         the `/' which is suspected to open a comment, instead of being
21384         called after `//' or `/*' was read.
21385         (copy_comment, copy_definition, parse_union_decl, copy_action)
21386         (copy_guard): Adjust.
21388 2000-10-16  Akim Demaille  <akim@epita.fr>
21390         * src/reader.c (parse_expect_decl): Use `skip_white_space' and
21391         `read_signed_integer'.
21393 2000-10-16  Akim Demaille  <akim@epita.fr>
21395         * src/reader.c (copy_dollar): New function.
21396         (copy_guard, copy_action): Use it.
21398 2000-10-16  Akim Demaille  <akim@epita.fr>
21400         * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
21401         * m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
21402         New files, from Fileutils 4.0.27.
21403         * src/main.c (printable_version): Remove.
21404         * src/lex.c, src/reader.c: Use `quote'.
21406 2000-10-04  Akim Demaille  <akim@epita.fr>
21408         * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
21410 2000-10-04  Akim Demaille  <akim@epita.fr>
21412         * doc/bison.texinfo: Various typos spotted by Neil Booth.
21414 2000-10-04  Akim Demaille  <akim@epita.fr>
21416         When a literal string is used to define two different tokens,
21417         `bison -v' segfaults.
21418         Reported by Piotr Gackiewicz, and fixed by Neil Booth.
21420         * tests/regression.m4: New file.
21421         Include the core of the sample provided by Piotr Gackiewicz.
21422         * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
21423         properly.
21425 2000-10-04  Akim Demaille  <akim@epita.fr>
21427         * src/reader.c (parse_expect_decl): Keep `count' within the size
21428         of `buffer'.
21429         From Neil Booth.
21431 2000-10-02  Paul Eggert  <eggert@twinsun.com>
21433         * bison.s1 (yyparse): Assign the default value
21434         unconditionally, to avoid a GCC warning and make the parser a
21435         tad smaller.
21437 2000-10-02  Akim Demaille  <akim@epita.fr>
21439         * src/getargs.c (getargs): Don't dump `--help' on unrecognized
21440         options.
21442 2000-10-02  Akim Demaille  <akim@epita.fr>
21444         * src/derives.c, src/print.c, src/reduce.c: To ease the
21445         translation, move some `\n' out of the translated strings.
21447 2000-10-02  Akim Demaille  <akim@epita.fr>
21449         The location tracking mechanism is precious for parse error
21450         messages.  Nevertheless, it is enabled only when `@n' is used in
21451         the grammar, which is a different issue (you can use it in error
21452         message, but not in the grammar per se).  Therefore, there should
21453         be another means to enable it.
21455         * src/getargs.c (getargs): Support `--locations'.
21456         (usage): Report it.
21457         * src/getargs.h (locationsflag): Export it.
21458         * src/lex.c (percent_table): Support `%locations'.
21459         * src/reader.c (yylsp_needed): Remove this variable, now replaced
21460         with `locationsflag'.
21461         * doc/bison.texinfo: Document `--locations' and `%locations'.
21462         Sort the options.
21463         * tests/calc.m4: Test it.
21465         For regularity of the names, replace each
21466         (nolineflag, toknumflag, rawtokenumflag, noparserflag): with...
21467         (no_lineflag, token_tableflag, rawflag, no_parserflag): this.
21468         In addition replace each `flag' with `_flag'.
21470 2000-10-02  Akim Demaille  <akim@epita.fr>
21472         Also test parse error messages, including with YYERROR_VERBOSE.
21474         * tests/calc.m4 (calc.y): Add support for `exp = exp' (non
21475         associative).
21476         Use it to check the computations.
21477         Use it to check `nonassoc' is honored.
21478         (AT_DATA_CALC_Y): Equip `calc.y' with YYERROR_VERBOSE when passed
21479         `--yyerror-verbose'.
21480         (_AT_CHECK_CALC): Adjust to this option.
21481         (_AT_CHECK_CALC_ERROR): New macro to check parse error messages.
21483 2000-10-02  Akim Demaille  <akim@epita.fr>
21485         Test also `--verbose', `--defines' and `--name-prefix'.  Testing
21486         the latter demonstrates a flaw in the handling of non debugging
21487         parsers introduced by myself on 2000-03-16: `#define yydebug 0'
21488         was used in order to simplify:
21490         #if YYDEBUG
21491         if (yydebug)
21492         {
21493         ...
21494         }
21495         #endif
21497         into
21499         if (yydebug)
21500         {
21501         ...
21502         }
21504         unfortunately this leads to a CPP conflict when
21505         `--name-prefix=foo' is used since it produces `#define yydebug
21506         foodebug'.
21508         * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
21509         (YYDPRINTF): New macro.
21510         Spread its use.
21511         * tests/calc.m4 (AT_CHECK_CALC): Do require a title, build it from
21512         the bison options.
21513         Also test `--verbose', `--defines' and `--name-prefix'.
21515 2000-10-02  Akim Demaille  <akim@epita.fr>
21517         Improve the readability of the produced parsers.
21519         * src/bison.s1: Formatting changes.
21520         Improve the comment related to the `$' mark.
21521         (yydefault): Don't fall through to `yyresume': `goto' there.
21522         * src/output.c (output_parser): When the `$' is met, skip the end
21523         of its line.
21524         New variable, `number_of_dollar_signs', to check there's exactly
21525         one `$' in the parser skeleton.
21527 2000-10-02  Akim Demaille  <akim@epita.fr>
21529         * lib/xstrdup.c: New file, from the fileutils.
21530         * src/reader.c (parse_token_decl, get_type_name, parse_type_decl)
21531         (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
21532         instead of strlen + xmalloc + strcpy.
21533         * src/symtab.c (copys): Remove, use xstrdup instead.
21535 2000-10-02  Akim Demaille  <akim@epita.fr>
21537         * src/gram.h (associativity): New enum type which replaces the
21538         former CPP macros `RIGHT_ASSOC', `LEFT_ASSOC' and `NON_ASSOC' with
21539         `right_assoc', `left_assoc' and `non_assoc'.
21540         Adjust all dependencies.
21541         * src/reader.c: Formatting changes.
21542         (LTYPESTR): Don't define it, use it as a literal in
21543         `reader_output_yylsp'.
21544         * src/symtab.h (symbol_class): New enum type which replaces the
21545         former CPP macros `SUNKNOWN', `STOKEN and `SNTERM' with
21546         `sunknown', `stoken and `snterm'.
21548 2000-10-02  Akim Demaille  <akim@epita.fr>
21550         * src/getargs.c (fixed_outfiles): Rename as...
21551         (yaccflag): for consistency and accuracy.
21552         Adjust dependencies.
21554 2000-10-02  Akim Demaille  <akim@epita.fr>
21556         Use the more standard files `xalloc.h' and `xmalloc.c' instead of
21557         Bison's `allocate.c' and `alloc.h'.  This patch was surprisingly
21558         difficult and introduced a lot of core dump.  It turns out that
21559         Bison used an implementation of `xmalloc' based on `calloc', and
21560         at various places it does depend upon the initialization to 0.  I
21561         have not tried to isolate the pertinent places, and all the former
21562         calls to Bison's `xmalloc' are now using `XCALLOC'.  Someday,
21563         someone should address this issue.
21565         * src/allocate.c, src/alloc.h, m4/bison-decl.m4: Remove.
21566         * lib/xmalloc.c, lib/xalloc.h, m4/malloc.m4, m4/realloc.m4: New
21567         files.
21568         Adjust dependencies.
21569         * src/warshall.h: New file.
21570         Propagate.
21572 2000-10-02  Akim Demaille  <akim@epita.fr>
21574         Various anti-`extern in *.c' changes.
21576         * src/system.h: Include `assert.h'.
21578 2000-10-02  Akim Demaille  <akim@epita.fr>
21580         * src/state.h (nstates, final_state, first_state, first_shift)
21581         (first_reduction): Move their exportation from here...
21582         * src/LR0.h: to here.
21583         Adjust dependencies.
21584         * src/getargs.c (statisticsflag): New variable.
21585         Add support for `--statistics'.
21586         Adjust dependencies.
21588         Remove a lot of now useless `extern' statements in most files.
21590 2000-10-02  Akim Demaille  <akim@epita.fr>
21592         * src/LR0.h: New file.
21593         Propagate its use.
21595 2000-10-02  Akim Demaille  <akim@epita.fr>
21597         * src/print.h: New file.
21598         Propagate its use.
21599         * src/print.c: Formatting and ordering changes.
21600         (verbose, terse): Replace with...
21601         (print_results): this new function.
21602         Adjust dependencies.
21604 2000-10-02  Akim Demaille  <akim@epita.fr>
21606         * src/conflicts.c (conflict_report): New function.
21607         (conflict_log, verbose_conflict_log): Replace with...
21608         (print_conflicts): this function.
21609         Adjust dependencies.
21610         * src/conflicts.h: New file.
21611         Propagate its inclusion.
21613 2000-10-02  Akim Demaille  <akim@epita.fr>
21615         * src/nullable.h: New file.
21616         Propagate its inclusion.
21617         * src/nullable.c: Formatting changes.
21619 2000-10-02  Akim Demaille  <akim@epita.fr>
21621         * src/reduce.h: New file.
21622         Propagate its inclusion.
21623         * src/reduce.c: Topological sort and other formatting changes.
21624         (bool, TRUE, FALSE): Move their definition to...
21625         * src/system.h: here.
21627 2000-10-02  Akim Demaille  <akim@epita.fr>
21629         * src/files.c: Formatting changes.
21630         (tryopen, tryclose, openfiles): Rename as...
21631         (xfopen, xfclose, open_files): this.
21632         (stringappend): static.
21633         * src/files.h: Complete the list of exported symbols.
21634         Propagate its use.
21636 2000-10-02  Akim Demaille  <akim@epita.fr>
21638         * src/reader.h: New file.
21639         Propagate its use instead of tedious list of `extern' and
21640         prototypes.
21641         * src/reader.c: Formatting changes, topological sort,
21642         s/register//.
21644 2000-10-02  Akim Demaille  <akim@epita.fr>
21646         * src/lex.h: Prototype `lex.c' exported functions.
21647         * src/reader.c: Adjust.
21648         * src/lex.c: Formatting changes.
21649         (safegetc): Rename as...
21650         (xgetc): this.
21652 2000-10-02  Akim Demaille  <akim@epita.fr>
21654         * src/lalr.h: New file.
21655         Propagate its inclusion instead of prototypes and `extern'.
21656         * src/lalr.c: Formatting changes, topological sorting etc.
21658 2000-10-02  Akim Demaille  <akim@epita.fr>
21660         * src/output.c (token_actions): Introduce a temporary array,
21661         YYDEFACT, that makes it possible for this function to use
21662         output_short_table.
21664 2000-10-02  Akim Demaille  <akim@epita.fr>
21666         `user_toknums' is output as a `short[]' in `output.c', while it is
21667         defined as a `int[]' in `reader.c'.  For consistency with the
21668         other output tables, `user_toknums' is now defined as a table of
21669         shorts.
21671         * src/reader.c (user_toknums): Be a short table instead of an int
21672         table.
21673         Adjust dependencies.
21675         Factor the short table outputs.
21677         * src/output.c (output_short_table): New function.
21678         * src/output.c (output_gram, output_stos, output_rule_data)
21679         (output_base, output_table, output_check):  Use it.
21681 2000-10-02  Akim Demaille  <akim@epita.fr>
21683         * src/output.c (output): Topological sort of the functions, in
21684         order to get rid of the `static' prototypes.
21685         No longer use `register'.
21686         * src/output.h: New file.
21687         Propagate its inclusion in files explicitly prototyping functions
21688         from output.c.
21690 2000-09-21  Akim Demaille  <akim@epita.fr>
21692         * src/atgeneral.m4: Update from Autoconf.
21694 2000-09-21  Akim Demaille  <akim@epita.fr>
21696         * src/closure.h: New file.
21697         * src/closure.c: Formatting changes, topological sort over the
21698         functions, use of closure.h.
21699         (initialize_closure, finalize_closure):  Rename as...
21700         (new_closure, free_closure): these.  Adjust dependencies.
21701         * src/LR0.c: Formatting changes, topological sort, use of
21702         cloture.h.
21703         (initialize_states): Rename as...
21704         (new_states): this.
21705         * src/Makefile.am (noinst_HEADERS): Adjust.
21707 2000-09-20  Akim Demaille  <akim@epita.fr>
21709         * src/acconfig.h: Don't protect config.h against multiple
21710         inclusion.
21711         Don't define PARAMS.
21712         * src/system.h: Define PARAMS.
21713         Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the
21714         purpose of config.h.  system.h must not try to fix wrong
21715         definitions in config.h.
21717 2000-09-20  Akim Demaille  <akim@epita.fr>
21719         * src/derives.h: New file.
21720         * src/main.c, src/derives.h: Use it.
21721         Formatting changes.
21722         * src/Makefile.am (noinst_HEADERS): Adjust.
21724 2000-09-20  Akim Demaille  <akim@epita.fr>
21726         * tests/atgeneral.m4: Update from Autoconf.
21727         * tests/calc.m4 (_AT_DATA_CALC_Y, AT_DATA_CALC_Y, _AT_CHECK_CALC)
21728         (AT_CHECK_CALC): New macros.
21729         Use these macros to test bison with options `', `--raw',
21730         `--debug', `--yacc', `--yacc --debug'.
21732 2000-09-19  Akim Demaille  <akim@epita.fr>
21734         * src/output.c: Formatting changes.
21735         * src/machine.h: Remove, leaving its contents in...
21736         * src/system.h: here.
21737         Include stdio.h.
21738         Adjust all dependencies on stdio.h and machine.h.
21739         * src/getargs.h: New file.
21740         Let all `extern' declarations about getargs.c be replaced with
21741         inclusion of `getargs.h'.
21742         * src/Makefile.am (noinst_HEADERS): Adjust.
21744         * tests/calc.m4 (yyin): Be initialized in main, not on the global
21745         scope.
21746         (yyerror): Returns void, not int.
21747         * doc/bison.texinfo: Formatting changes.
21749 2000-09-19  Akim Demaille  <akim@epita.fr>
21751         * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
21752         portable.
21754 2000-09-18  Akim Demaille  <akim@epita.fr>
21756         * configure.in: Append WARNING_CFLAGS to CFLAGS.
21757         * src/Makefile.am (INCLUDES): Don't.
21758         Be ready to fetch headers in lib/.
21760 2000-09-18  Akim Demaille  <akim@epita.fr>
21762         * doc/bison.texinfo: Update the copyright.
21763         ANSIfy and GNUify the examples.
21764         Remove the old menu.
21766 2000-09-18  Akim Demaille  <akim@epita.fr>
21768         First set of tests: use the `calc' example from the documentation.
21770         * src/bison.s1 (yyparse): Condition the code using `yytname' which
21771         is defined only when YYDEBUG is.
21772         * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
21773         * src/files.c (tryopen, tryclose): Formatting changes.
21774         Move to the top and be static.
21775         * src/reader.c (read_signed_integer): Likewise.
21776         * tests/calc.m4: New file.
21777         * Makefile.am, suite.m4: Adjust.
21778         * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
21780 2000-09-18  Akim Demaille  <akim@epita.fr>
21782         Add support for an Autotest test suite for Bison.
21784         * m4/m4.m4, m4/atconfig.m4: New files.
21785         * m4/Makefile.am (EXTRA_DIST): Adjust.
21786         * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
21787         files.
21788         * src/getargs.c: Display a more standard --version message.
21789         * src/reader.c (reader): Formatting changes.
21790         No longer depend upon VERSION_STRING.
21791         * configure.in: No longer use `dnl'.
21792         Set up the test suite and the new directory `tests/.
21793         (VERSION_STRING): Remove.
21795 2000-04-14  Akim Demaille  <akim@epita.fr>
21797         * src/reader.c (copy_comment2): New function, same as former
21798         `copy_comment', but outputs into two FILE *.
21799         (copy_comment): Use it.
21800         (parse_union_decl): Use it.
21801         (get_type, parse_start_decl): Use the same `invalid' message.
21802         (parse_start_decl, parse_union_decl): Use the same `multiple'
21803         message.
21804         (parse_union_decl, copy_guard, copy_action): Use the same
21805         `unmatched' message.
21806         * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
21808 2000-03-31  Akim Demaille  <akim@epita.fr>
21810         * src/files.c (tryopen, tryclose): Move to the top.
21811         Be static.
21813 2000-03-31  Akim Demaille  <akim@epita.fr>
21815         * src/main.c (main): Don't call `done', exit does it.
21817 2000-03-31  Akim Demaille  <akim@epita.fr>
21819         * allocate.c: s/return (foo)/return foo/.
21820         * lalr.c: Likewise.
21821         * LR0.c: Likewise.
21822         * output.c: Likewise.
21823         * reader.c: Likewise.
21824         * symtab.c: Likewise.
21825         * vmsgetargs.c: Likewise.
21827 2000-03-31  Akim Demaille  <akim@epita.fr>
21829         Clean up the error reporting functions.
21831         * src/report.c: New file.
21832         * src/report.h: Likewise.
21833         * src/Makefile.am: Adjust.
21834         * m4/error.m4: New file.
21835         * m4/Makefile.am: Adjust.
21836         * configure.in (jm_PREREQ_ERROR): Call it.
21837         * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
21838         Remove.
21839         (fatal, fatals): Remove.  All callers use complain.c::fatal.
21840         (warn, warni, warns, warnss, warnss): Remove.  All callers use
21841         complain.c::complain.
21842         (toomany): Remove, use fatal instead.
21843         * src/files.c (done): No argument, use complain_message_count.
21844         * src/main.c (main): Register `done' to `atexit'.
21846         * src/getargs.c (usage): More `fputs', less `fprintf'.
21848 2000-03-28  Akim Demaille  <akim@epita.fr>
21850         * lib/: New directory.
21851         * Makefile.am (SUBDIRS): Adjust.
21852         * configure.in: Adjust.
21853         (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
21854         useless.
21855         * src/alloca.c: Moved to lib/.
21856         * src/getopt.c: Likewise.
21857         * src/getopt1.c: Likewise.
21858         * src/getopt.h: Likewise.
21859         * src/ansi2knr.c: Likewise.
21860         * src/ansi2knr.1: Likewise.
21861         * src/Makefile.am: Adjust.
21862         * lib/Makefile.am: New file.
21864 2000-03-28  Akim Demaille  <akim@epita.fr>
21866         * src/getargs.c (usage): Refresh the help message.
21868 2000-03-17  Akim Demaille  <akim@epita.fr>
21870         * src/getopt1.c: Updated from textutils 2.0e
21871         * src/getopt.c: Likewise.
21872         * src/getopt.h: Likewise.
21874 2000-03-17  Akim Demaille  <akim@epita.fr>
21876         * src/Makefile.am (bison.simple): Fix the awk program: quote only
21877         the file name, not the whole `#line LINE FILE'.
21879 2000-03-17  Akim Demaille  <akim@epita.fr>
21881         On syntax errors, report the token on which we choked.
21883         * src/bison.s1 (yyparse): In the label yyerrlab, when
21884         YYERROR_VERBOSE, add yychar in msg.
21886 2000-03-17  Akim Demaille  <akim@epita.fr>
21888         * src/reader.c (copy_at): New function.
21889         (copy_guard): Use it.
21890         (copy_action): Use it.
21892 2000-03-17  Akim Demaille  <akim@epita.fr>
21894         Be kind to translators, save some useless translations.
21896         * src/main.c (banner): New function.
21897         (fatal_banner): Use it.
21898         (warn_banner): Use it.
21900 2000-03-17  Akim Demaille  <akim@epita.fr>
21902         * src/reader.c (copy_definition): Use copy_string and
21903         copy_comment.  Removed now unused `match', `ended',
21904         `cplus_comment'.
21905         (copy_comment, copy_string): Moved, to be visible from
21906         copy_definition.
21908 2000-03-17  Akim Demaille  <akim@epita.fr>
21910         * src/reader.c (copy_string): Declare `static inline'.  No
21911         problems with inline, since it is checked by configure.
21912         (copy_comment): Likewise.
21914 2000-03-17  Akim Demaille  <akim@epita.fr>
21916         * src/reader.c (packsymbols): Formatting changes.
21918 2000-03-17  Akim Demaille  <akim@epita.fr>
21920         * src/reader.c (copy_comment): New function, factored out from:
21921         (copy_action): Use it.  Removed now unused `match', `ended',
21922         `cplus_comment'.
21923         (copy_guard): Likewise.
21925 2000-03-17  Akim Demaille  <akim@epita.fr>
21927         * src/reader.c (copy_string): New function, factored out from:
21928         (copy_action): Use it.
21929         (copy_guard): Likewise.
21931 2000-03-17  Akim Demaille  <akim@epita.fr>
21933         Change the handling of @s so that they behave exactly like $s.
21934         There is now a pseudo variable @$ (readble and writable), location
21935         of the lhs of the rule (by default ranging from the location of
21936         the first symbol of the rhs, to the location of the last symbol,
21937         or, if the rhs is empty, YYLLOC).
21939         * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
21940         yyval.
21941         (yyparse): When providing a default semantic action, provide a
21942         default location action.
21943         (after the $): No longer change `*YYLSP', just stack YYLOC the
21944         same way you stack YYVAL.
21945         * src/reader.c (read_declarations): Use warns.
21946         (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
21947         (copy_action, case '@'): Likewise.
21948         Use a standard error message, to save useless work from
21949         translators.
21951 2000-03-17  Akim Demaille  <akim@epita.fr>
21953         * src/bison.s1: Formatting and cosmetics changes.
21954         * src/reader.c: Likewise.
21955         Update the Copyright notice.
21957 2000-03-17  Akim Demaille  <akim@epita.fr>
21959         * src/bison.s1 (#line): All set to `#line' only, since the
21960         Makefile now handles them.
21962 2000-03-16  Akim Demaille  <akim@epita.fr>
21964         * src/output.c (output_rule_data): Output the documentation of
21965         some of the tables.
21966         (Copyright notice): Update.
21967         Formatting changes.
21969 2000-03-16  Akim Demaille  <akim@epita.fr>
21971         * src/bison.s1 [!YYDEBUG]: Define yydebug to 0.  This allows to
21972         remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
21973         One `#if YYDEBUG' remains, since it uses variables which are
21974         defined only if `YYDEBUG != 0'.
21976 2000-03-16  Akim Demaille  <akim@epita.fr>
21978         * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
21979         and related variables so that the similarities are highlighted.
21981 2000-03-16  Akim Demaille  <akim@epita.fr>
21983         * src/bison.s1: Properly indent CPP directives.
21985 2000-03-16  Akim Demaille  <akim@epita.fr>
21987         * src/bison.s1: Properly indent the `alloca' CPP section.
21989 2000-03-16  Akim Demaille  <akim@epita.fr>
21991         Do not hard code values of directories in `configure.in'.
21992         Update the `configure' tool chain.
21994         * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
21995         src/makefile.am.
21996         (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
21997         (AC_OUTPUT): Add m4/Makefile.
21998         Bump to bison 1.28a, 1.29 has never been released.
21999         * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
22000         handled via src/Makefile.am.
22001         (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
22002         HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
22003         autoheader.
22004         * Makefile.am (SUBDIRS): Add m4.
22005         (ACLOCAL_AM_FLAGS): New variable.
22006         (AUTOMAKE_OPTIONS): Add check-news.
22007         * src/Makefile.am (bison.simple): Use awk to replace #line lines with
22008         the proper line number and file name.
22009         (DEFS): Propagate the location of bison library files and of the
22010         locale files.
22011         (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
22012         builddir.
22013         * acinclude.m4: Remove, replaced by the directory m4.
22014         * m4/Makefile.am (EXTRA_DIST): New variable.
22015         * m4/gettext.m4: New file, from the fileutils.
22016         * m4/lcmessage.m4: Likewise
22017         * m4/progtest.m4: Likewise.
22018         * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
22020 2000-03-10  Akim Demaille  <akim@epita.fr>
22022         * src/closure.c:
22023         Formatting changes of various comments.
22024         Respect the GNU coding standards at various places.
22025         Don't use `_()' when no translation is needed.
22027 1999-12-13  Jesse Thilo  <jthilo@gnu.org>
22029         * src/files.c:
22030         OS/2 honors TMPDIR environment variable.
22032 1999-12-13  Jesse Thilo  <jthilo@gnu.org>
22034         * doc/bison.texinfo: Tweaked spelling and grammar.
22035         Updated ISBN.
22036         Removed reference to price of printed copy.
22037         Mention BISON_SIMPLE and BISON_HAIRY.
22039 1999-12-13  Jesse Thilo  <jthilo@gnu.org>
22041         * configure.in, NEWS:
22042         Bison 1.29 released.
22044 1999-10-27  Jesse Thilo  <jthilo@gnu.org>
22046         * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
22047         Added reference card.
22049 1999-07-26  Jesse Thilo  <jthilo@gnu.org>
22051         * po/ru.po: Added Russian translation.
22053 1999-07-26  Jesse Thilo  <jthilo@gnu.org>
22055         * configure.in: Added Russian translation.
22057 1999-07-06  Jesse Thilo  <jthilo@gnu.org>
22059         * configure.in, NEWS, README:
22060         Released version 1.28.
22062 1999-06-14  Jesse Thilo  <jthilo@gnu.org>
22064         * src/system.h:
22065         Squashed redefinition warning on some systems.
22067         * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
22068         Have configure build version string instead of relying on ANSI string
22069         concatentation.
22071 1999-06-14  Jesse Thilo  <jthilo@gnu.org>
22073         * po/POTFILES.in: Got rid of version.c.
22075 1999-06-14  Jesse Thilo  <jthilo@gnu.org>
22077         * acconfig.h, configure.in:
22078         Have configure build version string instead of relying on ANSI string
22079         concatentation.
22081 1999-06-08  Jesse Thilo  <jthilo@gnu.org>
22083         * doc/bison.1:
22084         Dropped mention of `+' for long-named options.
22086 1999-05-30  Jesse Thilo  <jthilo@gnu.org>
22088         * src/files.c: Added <unistd.h> for unlink().
22090         * src/Makefile.am, src/system.h:
22091         I18n fixes.
22093 1999-05-30  Jesse Thilo  <jthilo@gnu.org>
22095         * README: Added a FAQ list.
22097         * configure.in, acconfig.h:
22098         I18n fixes.
22100 1999-05-30  Jesse Thilo  <jthilo@gnu.org>
22102         * doc/FAQ, doc/Makefile.am:
22103         Added a FAQ list.
22105 1999-05-19  Jesse Thilo  <jthilo@gnu.org>
22107         * src/alloc.h, src/symtab.h, src/version.c:
22108         Protected inclusion of "config.h" with HAVE_CONFIG_H.
22110 1999-04-18  Jesse Thilo  <jthilo@gnu.org>
22112         * src/.cvsignore, src/Makefile.am:
22113         Reorganized: sources in `src', documentation in `doc'.
22115         * src/lex.c (literalchar):
22116         fixed the code for escaping double quotes (thanks
22117         Jonathan Czisny.)
22119 1999-04-18  Jesse Thilo  <jthilo@gnu.org>
22121         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
22122         Adjusted paths to reflect directory reorganization.
22124 1999-04-18  Jesse Thilo  <jthilo@gnu.org>
22126         * doc/.cvsignore, doc/Makefile.am:
22127         Reorganized: sources in `src', documentation in `doc'.
22129 1999-04-18  Jesse Thilo  <jthilo@gnu.org>
22131         * configure.in:
22132         Updated AC_INIT file to reflect directory reorganization.
22134         * configure.in, .cvsignore, Makefile.am, POTFILES.in:
22135         Reorganized: sources in `src', documentation in `doc'.
22137 1999-04-13  Jesse Thilo  <jthilo@gnu.org>
22139         * src/allocate.c:
22140         Don't declare calloc() and realloc() if not necessary.
22142 1999-04-13  Jesse Thilo  <jthilo@gnu.org>
22144         * configure.in, acconfig.h, acinclude.m4:
22145         Don't declare calloc() and realloc() if not necessary.
22147 1999-03-23  Jesse Thilo  <jthilo@gnu.org>
22149         * po/.cvsignore: Added i18n support.
22151 1999-03-23  Jesse Thilo  <jthilo@gnu.org>
22153         * acconfig.h, configure.in, Makefile.am:
22154         Added i18n support.
22156 1999-03-22  Jesse Thilo  <jthilo@gnu.org>
22158         * src/bison.s1: Fixed #line numbers.
22160 1999-03-15  Jesse Thilo  <jthilo@gnu.org>
22162         * po/es.po, po/fr.po, po/nl.po, po/de.po:
22163         Added PO files from Translation Project.
22165 1999-03-03  Jesse Thilo  <jthilo@gnu.org>
22167         * Makefile.am:
22168         Added support for non-ANSI compilers (ansi2knr).
22170 1999-02-16  Jesse Thilo  <jthilo@gnu.org>
22172         * configure.in: Bumped version number to 1.27.
22174         * Makefile.am:
22175         Added `bison.simple' to list of files removed by `make distclean'.
22177 1999-02-12  Jesse Thilo  <jthilo@gnu.org>
22179         * src/files.c, src/files.h:
22180         Defined locations of parser files in config.h instead of Makefile.
22182 1999-02-12  Jesse Thilo  <jthilo@gnu.org>
22184         * acconfig.h, acinclude.m4, configure.in, Makefile.am:
22185         Defined locations of parser files in config.h instead of Makefile.
22187 1999-02-09  Jesse Thilo  <jthilo@gnu.org>
22189         * Makefile.am:
22190         Removed inappropriate use of $< macro.
22192 1999-02-05  Jesse Thilo  <jthilo@gnu.org>
22194         * po/Makefile.in.in, po/POTFILES.in:
22195         Add `po' directory skeleton.
22197 1999-01-27  Jesse Thilo  <jthilo@gnu.org>
22199         * README: Document help-bison list.
22201         * configure.in: Add check for mkstemp().
22203 1999-01-20  Jesse Thilo  <jthilo@gnu.org>
22205         * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
22206         Hush a few compiler warnings.
22208         * src/files.c:
22209         Add tryclose(), which verifies that fclose was successful.
22210         Hush a couple of compiler warnings.
22212 1999-01-20  Jesse Thilo  <jthilo@gnu.org>
22214         * Makefile.am, OChangeLog:
22215         ChangeLog is now automatically generated.  Include the old version as
22216         OChangeLog.
22218 1999-01-14  Jesse Thilo  <jthilo@gnu.org>
22220         * 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:
22221         Update FSF address.
22223 1999-01-14  Jesse Thilo  <jthilo@gnu.org>
22225         * doc/bison.texinfo: Fix formatting glitch.
22227         * doc/bison.texinfo: Update FSF address.
22229 1999-01-14  Jesse Thilo  <jthilo@gnu.org>
22231         * acconfig.h: Update FSF address.
22233 1999-01-08  Jesse Thilo  <jthilo@gnu.org>
22235         * src/system.h:
22236         Don't define PACKAGE here, since config.h defines it.
22238 1998-12-30  Jesse Thilo  <jthilo@gnu.org>
22240         * src/reader.c: Update copyright date.
22242         * src/main.c:
22243         Ditch sprintf to statically-sized buffers in fatal/warn functions in
22244         favor of output directly to stderr (avoids buffer overruns).
22246         * src/reader.c: Some checks for premature EOF.
22248         * 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:
22249         Use prototypes if the compiler understands them.
22251         * src/files.c: Honor TMPDIR on Unix hosts.
22252         Use prototypes if the compiler understands them.
22254         * src/reader.c:
22255         Fix a couple of buffer overrun bugs.
22256         Use prototypes if the compiler understands them.
22258         * src/system.h: Include unistd.h and ctype.h.
22259         Use #ifdef instead of #if for NLS symbols.
22261 1998-12-30  Jesse Thilo  <jthilo@gnu.org>
22263         * doc/bison.texinfo:
22264         Delete comment "consider using @set for edition number, etc..." since
22265         we now are doing so.
22267 1998-12-30  Jesse Thilo  <jthilo@gnu.org>
22269         * configure.in:
22270         Use prototypes if the compiler understands them.
22272         * NEWS: Document 1.26 highlights.
22274         * Makefile.am: Require Automake 1.3 or later.
22276         * acconfig.h:
22277         Use prototypes if the compiler understands them.
22279 1998-12-29  Jesse Thilo  <jthilo@gnu.org>
22281         * src/version.c:
22282         Use VERSION symbol from automake for version number.
22284 1998-12-29  Jesse Thilo  <jthilo@gnu.org>
22286         * acconfig.h, configure.in, version.cin:
22287         Use VERSION symbol from automake for version number.
22289 1998-11-28  Jesse Thilo  <jthilo@gnu.org>
22291         * Makefile.am:
22292         Distribute original version of simple parser (bison.s1), not built
22293         version (bison.simple).
22295 1998-11-28  Jesse Thilo  <jthilo@gnu.org>
22297         * doc/bison.texinfo: Add info dir entry.
22299         * doc/bison.texinfo:
22300         Let automake put version number into documentation.
22302 1998-11-26  Jesse Thilo  <jthilo@gnu.org>
22304         * src/bison.cld, src/build.com, src/vmshlp.mar:
22305         Add non-RCS files from /gd/gnu/bison.
22307 1998-11-26  Jesse Thilo  <jthilo@gnu.org>
22309         * doc/bison.1:
22310         Document the BISON_HAIRY and BISON_SIMPLE variables.
22312 1998-11-25  Jesse Thilo  <jthilo@gnu.org>
22314         * src/version.c: Build version.c automatically.
22316         * src/reader.c:
22317         Fix token numbering (used to start at 258, not 257).
22319         * src/system.h: Include config.h.
22321         * src/getargs.c: Update bug report address.
22323         * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
22324         Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
22326 1998-11-25  Jesse Thilo  <jthilo@gnu.org>
22328         * Makefile.am:
22329         Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
22331         * configure.in, version.cin:
22332         Build version.c automatically.
22334         * AUTHORS: Add AUTHORS file.
22336         * README: Update bug report address.
22338         * bison.simple:
22339         Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
22341         * configure.in, Makefile.am, Makefile.in, stamp-h.in:
22342         Add automake stuff.
22344 1998-11-25  Jesse Thilo  <jthilo@gnu.org>
22346         * doc/bison.texinfo: Clean up some formatting.
22348 1998-05-05  Richard Stallman  <rms@gnu.org>
22350         * doc/bison.texinfo:
22351         Explain better why to make a pure parser.
22353 1998-01-05  Richard Stallman  <rms@gnu.org>
22355         * src/files.c (openfiles):
22356         [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
22357         find a temporary directory, if possible.  Do not unlink files while
22358         they are open.
22360 1997-08-25  Richard Stallman  <rms@gnu.org>
22362         * src/reader.c (stack_offset;):
22363         Change some warni to warns.
22365         * src/lex.c (literalchar): Use warns, not warni.
22367 1997-06-28  Richard Stallman  <rms@gnu.org>
22369         * src/bison.s1: Add a Bison version comment.
22371         * src/main.c (fatal, warn, berror):
22372         Use program_name.
22374 1997-06-28  Richard Stallman  <rms@gnu.org>
22376         * Makefile.in (bison_version): New variable.
22377         (dist): Use that variable.
22378         (bison.s1): Substitute the Bison version into bison.simple.
22380         * bison.simple: Add a Bison version comment.
22382 1997-06-18  Richard Stallman  <rms@gnu.org>
22384         * src/main.c (fatal, warn, berror):
22385         Make error messages standard.
22386         (toomany): Improve error message text.
22388         * 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:
22389         new.h renamed to alloc.h.
22391 1997-06-18  Richard Stallman  <rms@gnu.org>
22393         * Makefile.in: new.h renamed to alloc.h.
22395 1997-05-24  Richard Stallman  <rms@gnu.org>
22397         * src/lex.c (literalchar):
22398         Fix the code for escaping \, " and '.
22400         (lex): Avoid trouble when there are many chars
22401         to discard in a char literal with just several chars in it.
22403 1997-05-17  Richard Stallman  <rms@gnu.org>
22405         * src/bison.s1:
22406         Use malloc, if using alloca is troublesome.
22407         (YYSTACK_USE_ALLOCA): New flag macro.
22408         Define it for some systems and compilers.
22409         (YYSTACK_ALLOC): New macro.
22410         (yyparse): Use YYSTACK_ALLOC to allocate stack.
22411         If it was malloc'd, free it.
22413 1997-05-17  Richard Stallman  <rms@gnu.org>
22415         * bison.simple:
22416         Use malloc, if using alloca is troublesome.
22417         (YYSTACK_USE_ALLOCA): New flag macro.
22418         Define it for some systems and compilers.
22419         (YYSTACK_ALLOC): New macro.
22420         (yyparse): Use YYSTACK_ALLOC to allocate stack.
22421         If it was malloc'd, free it.
22423 1997-04-23  Richard Stallman  <rms@gnu.org>
22425         * src/bison.s1:
22426         (alloca) [__hpux]: Always define as __builtin_alloca.
22428 1997-04-23  Richard Stallman  <rms@gnu.org>
22430         * bison.simple:
22431         (alloca) [__hpux]: Always define as __builtin_alloca.
22433 1997-04-22  Richard Stallman  <rms@gnu.org>
22435         * src/bison.s1:
22436         [__hpux]: Include alloca.h (right for HPUX 10)
22437         instead of declaring alloca (right for HPUX 9).
22439         * src/bison.s1 (__yy_memcpy):
22440         Declare arg `count' as unsigned int.
22441         (yyparse): Cast third arg to __yy_memcpy to unsigned int.
22443 1997-04-22  Richard Stallman  <rms@gnu.org>
22445         * bison.simple:
22446         [__hpux]: Include alloca.h (right for HPUX 10)
22447         instead of declaring alloca (right for HPUX 9).
22449         * bison.simple (__yy_memcpy):
22450         Declare arg `count' as unsigned int.
22451         (yyparse): Cast third arg to __yy_memcpy to unsigned int.
22453 1997-01-03  Richard Stallman  <rms@gnu.org>
22455         * src/allocate.c: [__STDC__ or _MSC_VER]:
22456         Declare calloc and realloc to return void *.
22458 1997-01-02  Richard Stallman  <rms@gnu.org>
22460         * src/system.h:
22461         [_MSC_VER]: Include stdlib.h and process.h.
22462         [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
22464         * src/main.c (main): Return FAILURE as a value.
22465         (printable_version): Declare arg as int, not char.
22467 1997-01-02  Richard Stallman  <rms@gnu.org>
22469         * Makefile.in (dist):
22470         Explicitly check for symlinks, and copy them.
22472 1996-12-19  Richard Stallman  <rms@gnu.org>
22474         * src/files.c:
22475         [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
22477 1996-12-18  Paul Eggert  <eggert@gnu.org>
22479         * src/bison.s1 (yyparse):
22480         If __GNUC__ and YYPARSE_PARAM are both defined,
22481         declare yyparse to have a void * argument.
22483 1996-12-18  Paul Eggert  <eggert@gnu.org>
22485         * bison.simple (yyparse):
22486         If __GNUC__ and YYPARSE_PARAM are both defined,
22487         declare yyparse to have a void * argument.
22489 1996-12-17  Richard Stallman  <rms@gnu.org>
22491         * src/reduce.c (nbits): Add some casts.
22493 1996-08-12  Richard Stallman  <rms@gnu.org>
22495         * src/bison.s1: Test _MSDOS as well as _MSDOS_.
22497 1996-08-12  Richard Stallman  <rms@gnu.org>
22499         * bison.simple: Test _MSDOS as well as _MSDOS_.
22501 1996-07-31  Richard Stallman  <rms@gnu.org>
22503         * src/bison.s1:
22504         [__sun && __i386]: Include alloca.h.
22506 1996-07-31  Richard Stallman  <rms@gnu.org>
22508         * bison.simple:
22509         [__sun && __i386]: Include alloca.h.
22511 1996-07-30  Richard Stallman  <rms@gnu.org>
22513         * src/bison.s1: Comment change.
22515         * src/bison.s1: Test _MSDOS_, not MSDOS.
22517 1996-07-30  Richard Stallman  <rms@gnu.org>
22519         * bison.simple: Comment change.
22521         * bison.simple: Test _MSDOS_, not MSDOS.
22523 1996-06-01  Richard Stallman  <rms@gnu.org>
22525         * 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:
22526         Insert `_' macro around many string constants.
22528         * src/main.c:
22529         Insert `_' macro around many string constants.
22531         (main): Call setlocale, bindtextdomain and textdomain.
22533         * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
22534         [! HAVE_LOCALE_H] (setlocale): Define as no-op.
22535         [ENABLE_NLS]: Include libintl.h.
22536         [ENABLE_NLS] (gettext): Define.
22537         [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
22538         (N_, PACKAGE, LOCALEDIR): New macros.
22540 1996-06-01  Richard Stallman  <rms@gnu.org>
22542         * POTFILES.in: New file.
22544         * Makefile.in (allocate.o):
22545         Define target explicitly.
22547         * Makefile.in (CFLAGS): Set to @CFLAGS@.
22548         (LDFLAGS): Set to @LDFLAGS@.
22549         (configure): Run autoconf only if preceding `cd' succeeds.
22550         (bison.s1): Redirect output to temporary file then move the
22551         temporary to the target, rather than redirecting directly to bison.s1.
22552         (clean): Remove config.status and config.log.
22553         (distclean): Don't remove config.status here.
22555 1996-05-12  Richard Stallman  <rms@gnu.org>
22557         * src/bison.s1:
22558         (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
22560 1996-05-12  Richard Stallman  <rms@gnu.org>
22562         * bison.simple:
22563         (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
22565 1996-05-11  Richard Stallman  <rms@gnu.org>
22567         * src/bison.s1 (__yy_memcpy):
22568         Really reorder the args, as was supposedly done on Feb 14 1995.
22569         (yyparse): Calls changed accordingly.
22571 1996-05-11  Richard Stallman  <rms@gnu.org>
22573         * Makefile.in (dist): Don't use $(srcdir).
22575         * bison.simple (__yy_memcpy):
22576         Really reorder the args, as was supposedly done on Feb 14 1995.
22577         (yyparse): Calls changed accordingly.
22579 1996-01-27  Richard Stallman  <rms@gnu.org>
22581         * src/output.c (output_rule_data):
22582         Test YYERROR_VERBOSE in the conditional
22583         around the definition of ttyname.
22585 1995-12-29  Richard Stallman  <rms@gnu.org>
22587         * src/bison.s1:
22588         Fix line numbers in #line commands.
22590 1995-12-29  Richard Stallman  <rms@gnu.org>
22592         * bison.simple:
22593         Fix line numbers in #line commands.
22595 1995-12-27  Richard Stallman  <rms@gnu.org>
22597         * src/bison.s1 (YYPARSE_PARAM_DECL):
22598         In C++, make it always null.
22599         (YYPARSE_PARAM_ARG): New macro.
22600         (yyparse): Use YYPARSE_PARAM_ARG.
22602 1995-12-27  Richard Stallman  <rms@gnu.org>
22604         * bison.simple (YYPARSE_PARAM_DECL):
22605         In C++, make it always null.
22606         (YYPARSE_PARAM_ARG): New macro.
22607         (yyparse): Use YYPARSE_PARAM_ARG.
22609 1995-11-29  Richard Stallman  <rms@gnu.org>
22611         * doc/bison.texinfo:
22612         Describe literal string tokens, %raw, %no_lines, %token_table.
22614 1995-11-29  Daniel Hagerty  <hag@gnu.org>
22616         * doc/bison.texinfo: Fixed update date
22618 1995-10-16  Richard Stallman  <rms@gnu.org>
22620         * src/version.c: Version 1.25.
22622 1995-10-16  Richard Stallman  <rms@gnu.org>
22624         * NEWS: *** empty log message ***
22626 1995-10-16  Richard Stallman  <rms@gnu.org>
22628         * doc/bison.1, doc/bison.rnh:
22629         Add new options.
22631 1995-10-15  Richard Stallman  <rms@gnu.org>
22633         * src/vmsgetargs.c, src/getargs.c:
22634         Added -n, -k, and -raw switches.
22635         (noparserflag, toknumflag, rawtoknumflag): New variables.
22637         * src/symtab.h (SALIAS):
22638         New #define for adding aliases to %token.
22639         (struct bucket): Added `alias' field.
22641         * src/reduce.c (reduce_grammar):
22642         Revise error message.
22643         (print_notices): Remove final `.' from error message.
22645         * src/reader.c (reader_output_yylsp):
22646         New function.
22647         (readgram): Use `#if 0' around code that accepted %command
22648         inside grammar rules:  The documentation doesn't allow it,
22649         and it will fail since the %command processors scan for the next %.
22650         (parse_token_decl):  Extended the %token
22651         declaration to allow a multi-character symbol as an alias.
22652         (parse_thong_decl): New function.
22653         (read_declarations): Added %thong declarations.
22654         (read_declarations): Handle NOOP to deal with allowing
22655         % declarations as another means to specify the flags.
22656         (readgram): Allow %prec prior to semantics embedded in a rule.
22657         (skip_to_char, read_declarations, copy_definition)
22658         (parse_token_decl, parse_start_decl, parse_type_decl)
22659         (parse_assoc_decl, parse_union_decl, parse_expect_decl)
22660         (get_type_name, copy_guard, copy_action, readgram)
22661         (get_type, packsymbols):  Revised most error messages.
22662         Changed `fatal' to `warnxxx' to avoid aborting for error.
22663         Revised and use multiple warnxxx functions to avoid using VARARGS1.
22664         (read_declarations): Improve the error message for
22665         an invalid character.  Do not abort.
22666         (read_declarations, copy_guard, copy_action): Use
22667         printable_version to avoid unprintable characters in printed output.
22668         (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
22669         (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
22670         Allow the type of a non-terminal can be given
22671         more than once, as long as all specifications give the same type.
22673         * src/output.c:
22674         (output_headers, output_trailers, output, output_gram)
22675         (output_rule_data): Implement noparserflag variable.
22676         Implement toknumflag variable.
22677         (output): Call reader_output_yylsp to output LTYPESTR.
22679         * src/main.c (main):
22680          If reader sees an error, don't process the grammar.
22681         (fatals): Updated to not use VARARGS1.
22682         (printable_version, int_to_string, warn, warni, warns, warnss)
22683         (warnsss): New error reporting functions.  Avoid abort for error.
22685         * src/lex.h:
22686         Added THONG and NOOP for alias processing.
22687         Added SETOPT for the new code that allows setting options with %flags.
22689         * src/lex.c:
22690         Include getopt.h.  Add some extern decls.
22691         (safegetc): New function to deal with EOF gracefully.
22692         (literalchar); new function to deal with reading \ escapes.
22693         (lex): Use literalchar.
22694         (lex): Implemented "..." tokens.
22695         (literalchar, lex, parse_percent_token): Made tokenbuffer
22696         always contain the token.  This includes growing the token
22697         buffer while reading an integer.
22698         (parse_percent_token): Replaced if-else statement with percent_table.
22699         (parse_percent_token): Added % declarations as another
22700         way to specify the flags -n, -l, and -r.  Also added hooks for
22701         -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
22702         major changes to files.c.
22703         (lex) Retain in the incoming stream a character following
22704         an incorrect '/'.
22705         (skip_white_space, lex):  Revised most error messages
22706         and changed fatal to warn to avoid aborting.
22707         (percent_table):  Added %thong declarations.
22709         * src/gram.h: Comment changes.
22711         * src/files.c (openfiles, open_extra_files, done):
22712          Add faction flag
22713         and actfile file.  Handle noparserflag.  Both for -n switch.
22715         * src/conflicts.c (resolve_sr_conflict):
22716         Remove use of alloca.
22718 1995-06-01  Jim Meyering  <meyering@gnu.org>
22720         * doc/bison.texinfo: *** empty log message ***
22722 1995-05-06  Richard Stallman  <rms@gnu.org>
22724         * src/bison.s1: Comment change.
22726 1995-05-06  Richard Stallman  <rms@gnu.org>
22728         * bison.simple: Comment change.
22730 1995-05-03  Richard Stallman  <rms@gnu.org>
22732         * src/version.c: Version now 1.24.
22734         * src/bison.s1: Change distribution terms.
22736         * src/version.c: Version now 1.23.
22738 1995-05-03  Richard Stallman  <rms@gnu.org>
22740         * doc/bison.texinfo:
22741         Rewrite "Conditions for Using Bison".
22742         Update version to 1.24.
22744 1995-05-03  Richard Stallman  <rms@gnu.org>
22746         * bison.simple: Change distribution terms.
22748 1995-02-23  Richard Stallman  <rms@gnu.org>
22750         * src/files.c: Test __VMS_POSIX as well as VMS.
22752 1995-02-14  Jim Meyering  <meyering@gnu.org>
22754         * src/bison.s1 (__yy_memcpy):
22755         Renamed from __yy_bcopy to avoid
22756         confusion.  Reverse FROM and TO arguments to be consistent with
22757         those of memcpy.
22759 1995-02-14  Jim Meyering  <meyering@gnu.org>
22761         * bison.simple (__yy_memcpy):
22762         Renamed from __yy_bcopy to avoid
22763         confusion.  Reverse FROM and TO arguments to be consistent with
22764         those of memcpy.
22766 1994-11-10  David J. MacKenzie  <djm@gnu.org>
22768         * NEWS: reformat
22770         * NEWS: New file.
22772         * Makefile.in (DISTFILES): Include NEWS.
22774         * Makefile.in (DISTFILES):
22775         Include install-sh, not install.sh.
22777         * configure.in: Update to Autoconf v2 macro names.
22779 1994-10-05  David J. MacKenzie  <djm@gnu.org>
22781         * Makefile.in: fix typo
22783         * Makefile.in (prefix, exec_prefix):
22784         Let configure set them.
22786 1994-09-28  David J. MacKenzie  <djm@gnu.org>
22788         * Makefile.in: Set datadir to $(prefix)/share.
22790 1994-09-15  Richard Stallman  <rms@gnu.org>
22792         * src/bison.s1:
22793         Update copyright notice and GPL version.
22795 1994-09-15  Richard Stallman  <rms@gnu.org>
22797         * bison.simple:
22798         Update copyright notice and GPL version.
22800 1994-07-12  Richard Stallman  <rms@gnu.org>
22802         * src/reduce.c, src/reader.c:
22803         entered into RCS
22805 1994-05-05  David J. MacKenzie  <djm@gnu.org>
22807         * Makefile.in: entered into RCS
22809 1994-03-26  Richard Stallman  <rms@gnu.org>
22811         * src/bison.s1: entered into RCS
22813 1994-03-26  Richard Stallman  <rms@gnu.org>
22815         * bison.simple: entered into RCS
22817 1994-03-25  Richard Stallman  <rms@gnu.org>
22819         * src/main.c: entered into RCS
22821 1994-03-24  Richard Stallman  <rms@gnu.org>
22823         * src/conflicts.c: entered into RCS
22825 1994-01-02  Richard Stallman  <rms@gnu.org>
22827         * Makefile.in: *** empty log message ***
22829 1993-11-21  Richard Stallman  <rms@gnu.org>
22831         * src/bison.s1: *** empty log message ***
22833 1993-11-21  Richard Stallman  <rms@gnu.org>
22835         * doc/bison.texinfo: entered into RCS
22837         * doc/bison.texinfo: *** empty log message ***
22839 1993-11-21  Richard Stallman  <rms@gnu.org>
22841         * bison.simple: *** empty log message ***
22843 1993-10-25  David J. MacKenzie  <djm@gnu.org>
22845         * doc/bison.texinfo: *** empty log message ***
22847 1993-10-19  Richard Stallman  <rms@gnu.org>
22849         * src/bison.s1: *** empty log message ***
22851 1993-10-19  Richard Stallman  <rms@gnu.org>
22853         * bison.simple: *** empty log message ***
22855 1993-10-14  Richard Stallman  <rms@gnu.org>
22857         * src/bison.s1: *** empty log message ***
22859 1993-10-14  Richard Stallman  <rms@gnu.org>
22861         * bison.simple: *** empty log message ***
22863 1993-09-14  David J. MacKenzie  <djm@gnu.org>
22865         * doc/bison.texinfo: *** empty log message ***
22867 1993-09-13  Noah Friedman  <friedman@gnu.org>
22869         * Makefile.in: *** empty log message ***
22871 1993-09-10  Richard Stallman  <rms@gnu.org>
22873         * src/conflicts.c: *** empty log message ***
22875         * src/system.h: entered into RCS
22877 1993-09-10  Richard Stallman  <rms@gnu.org>
22879         * doc/bison.1: entered into RCS
22881 1993-09-06  Noah Friedman  <friedman@gnu.org>
22883         * src/version.c: entered into RCS
22885 1993-09-06  Noah Friedman  <friedman@gnu.org>
22887         * Makefile.in: *** empty log message ***
22889 1993-07-30  David J. MacKenzie  <djm@gnu.org>
22891         * Makefile.in: *** empty log message ***
22893 1993-07-24  Richard Stallman  <rms@gnu.org>
22895         * src/bison.s1: *** empty log message ***
22897 1993-07-24  Richard Stallman  <rms@gnu.org>
22899         * bison.simple: *** empty log message ***
22901 1993-07-08  David J. MacKenzie  <djm@gnu.org>
22903         * Makefile.in: *** empty log message ***
22905 1993-07-04  Richard Stallman  <rms@gnu.org>
22907         * src/bison.s1: *** empty log message ***
22909 1993-07-04  Richard Stallman  <rms@gnu.org>
22911         * bison.simple: *** empty log message ***
22913 1993-06-26  David J. MacKenzie  <djm@gnu.org>
22915         * src/getargs.c: entered into RCS
22917 1993-06-26  David J. MacKenzie  <djm@gnu.org>
22919         * doc/bison.texinfo: *** empty log message ***
22921         * doc/bison.1: New file.
22923 1993-06-25  Richard Stallman  <rms@gnu.org>
22925         * src/getargs.c: New file.
22927 1993-06-16  Richard Stallman  <rms@gnu.org>
22929         * src/bison.s1: *** empty log message ***
22931 1993-06-16  Richard Stallman  <rms@gnu.org>
22933         * bison.simple: *** empty log message ***
22935 1993-06-03  Richard Stallman  <rms@gnu.org>
22937         * src/bison.s1: New file.
22939 1993-06-03  Richard Stallman  <rms@gnu.org>
22941         * doc/bison.texinfo: *** empty log message ***
22943 1993-06-03  Richard Stallman  <rms@gnu.org>
22945         * bison.simple: New file.
22947 1993-05-19  Richard Stallman  <rms@gnu.org>
22949         * doc/bison.texinfo: New file.
22951 1993-05-07  Noah Friedman  <friedman@gnu.org>
22953         * Makefile.in: *** empty log message ***
22955 1993-04-28  Noah Friedman  <friedman@gnu.org>
22957         * src/reader.c: *** empty log message ***
22959 1993-04-23  Noah Friedman  <friedman@gnu.org>
22961         * src/alloc.h: entered into RCS
22963 1993-04-20  David J. MacKenzie  <djm@gnu.org>
22965         * src/version.c: *** empty log message ***
22967         * src/files.c, src/allocate.c:
22968         entered into RCS
22970         * src/reader.c: *** empty log message ***
22972         * src/lex.c: entered into RCS
22974         * src/conflicts.c: New file.
22976         * src/symtab.c: entered into RCS
22978         * src/alloc.h: New file.
22980         * src/LR0.c: entered into RCS
22982 1993-04-18  Noah Friedman  <friedman@gnu.org>
22984         * src/reader.c: New file.
22986         * src/version.c: *** empty log message ***
22988 1993-04-18  Noah Friedman  <friedman@gnu.org>
22990         * Makefile.in: *** empty log message ***
22992 1993-04-17  Noah Friedman  <friedman@gnu.org>
22994         * Makefile.in: *** empty log message ***
22996 1993-04-15  Richard Stallman  <rms@gnu.org>
22998         * src/main.c, src/files.c:
22999         New file.
23001 1993-04-15  Noah Friedman  <friedman@gnu.org>
23003         * configure.in: entered into RCS
23005         * configure.in: *** empty log message ***
23007         * configure.in: New file.
23009 1993-04-14  Richard Stallman  <rms@gnu.org>
23011         * Makefile.in: New file.
23013 1993-04-13  Richard Stallman  <rms@gnu.org>
23015         * src/version.c: New file.
23017 1993-03-25  Richard Stallman  <rms@gnu.org>
23019         * src/output.c: entered into RCS
23021 1992-09-25  Richard Stallman  <rms@gnu.org>
23023         * configure.bat: entered into RCS
23025 1992-06-22  Richard Stallman  <rms@gnu.org>
23027         * src/vmsgetargs.c: entered into RCS
23029 1992-06-22  Richard Stallman  <rms@gnu.org>
23031         * doc/bison.rnh: entered into RCS
23033 1992-04-20  David J. MacKenzie  <djm@gnu.org>
23035         * README: entered into RCS
23037 1992-01-22  Richard Stallman  <rms@gnu.org>
23039         * src/machine.h: entered into RCS
23041 1991-12-21  Richard Stallman  <rms@gnu.org>
23043         * src/lalr.c, src/closure.c:
23044         entered into RCS
23046 1991-12-20  Richard Stallman  <rms@gnu.org>
23048         * src/state.h: entered into RCS
23050 1991-12-18  Richard Stallman  <rms@gnu.org>
23052         * src/print.c, src/nullable.c, src/derives.c:
23053         entered into RCS
23055 1991-11-03  David J. MacKenzie  <djm@gnu.org>
23057         * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
23058         entered into RCS
23060 1988-09-09  Richard Stallman  <rms@gnu.org>
23062         * src/bison.hairy: entered into RCS
23064 1987-12-16  Richard Stallman  <rms@gnu.org>
23066         * REFERENCES: entered into RCS
23069         -----
23071         Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996,
23072         1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
23073         Free Software Foundation, Inc.
23075         Copying and distribution of this file, with or without
23076         modification, are permitted provided the copyright notice and this
23077         notice are preserved.