1 2006-10-12 Paul Eggert <eggert@cs.ucla.edu>
3 * bootstrap.conf (gnulib_modules): Add config-h.
4 * djgpp/subpipe.c: Include <config.h> unconditionally; don't
5 worry about HAVE_CONFIG_H.
6 * lib/abitset.c: Likewise.
7 * lib/bitset.c: Likewise.
8 * lib/bitset_stats.c: Likewise.
9 * lib/bitsetv-print.c: Likewise.
10 * lib/bitsetv.c: Likewise.
11 * lib/ebitset.c: Likewise.
12 * lib/get-errno.c: Likewise.
13 * lib/lbitset.c: Likewise.
14 * lib/subpipe.c: Likewise.
15 * lib/timevar.c: Likewise.
16 * lib/vbitset.c: Likewise.
17 * lib/bitset.c: Include "bitset.h" first, to test interface.
18 * lib/bitset_stats.c: Include "bitset_stats.h" first.
19 * lib/bitsetv-print.c: Include "bitsetv-print.h" first.
20 * lib/bitsetv.c: Include "bitsetv.h" first.
21 * lib/get-errno.c: Include "get-errno.h" first.
22 * m4/.cvsignore: Add config-h.m4.
23 * tests/actions.at (Default %printer and %destructor for ...):
24 Adjust expected line numbers in output to reflect removal of #if
26 * tests/glr-regression.at (Missed %merge type warnings when ...):
28 * tests/regression.at (Braced code in declaration in rules section):
30 * tests/atlocal.in (CPPFLAGS): Don't define HAVE_CONFIG_H.
31 * tests/local.at (AT_DATA_GRAMMAR_PROLOGUE):
32 Include <config.h> unconditionally.
34 * bootstrap: Sync from coreutils, as follows:
36 2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
38 * bootstrap (symlink_to_gnulib): Fix bug: the dot_dots shell
39 variable was sometimes used without being initialized. This
40 messed up the installation of the INSTALL file in some cases.
42 2006-10-09 Paul Eggert <eggert@cs.ucla.edu>
44 * bootstrap (usage, main program, symlink_to_gnulib): Add option
45 --copy. Inspired by a suggestion from Bruno Haible.
47 2006-10-03 Jim Meyering <jim@meyering.net>
49 * bootstrap: Undo last change to this file, since now gnulib-tool
50 sticks with the automake default in generating dependencies.
52 2006-10-12 Paul Eggert <eggert@cs.ucla.edu>
54 * configure.ac: Use AC_PROG_CC_STDC; this is more modern than
55 the old AC_PROG_CC / AM_PROG_CC_STDC combination.
57 * doc/bison.1: Add copyright notice.
59 * data/glr.c: Don't include <stdarg.h>; not used.
61 * NEWS: The -g and --graph options now output graphs in Graphviz
62 DOT format, not VCG format.
63 * doc/bison.1: Likewise.
64 * doc/bison.texinfo (Understanding, Bison Options): Likewise.
65 * THANKS: Add Satya Kiran Popuri, who proposed the initial version
67 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00158.html>.
68 * TODO: Remove Graphviz entry.
69 * src/Makefile.am (bison_SOURCES): Add graphviz.c and graphviz.h;
70 remove vcg.c, vcg.h, vcg_defaults.h.
71 * src/vcg.c, src/vcg.h, src/vcg_defaults.h: Remove.
72 * src/graphviz.c, src/graphviz.h: New files.
73 * src/files.c (compute_output_file_names): Output .dot, not .vcg.
74 * src/files.h: Make comment more generic.
75 * src/main.c (main): Likewise.
76 * src/print_graph.h: Likewise.
77 * src/getargs.c (usage): Make usage description more generic.
78 * src/print_graph.c: Include graphviz.h rather than vcg.h.
79 (static_graph, fgraph): Remove. All uses changed to pass
80 arguments instead of sharing a static var.
81 (print_core, print_actions, print_state, print_graph):
82 Output graphviz format rather than VCG format.
83 * tests/.cvsignore: Remove *.vcg; add *.dot.
84 * tests/output.at: Expect *.dot files, not *.vcg files.
86 * data/Makefile.am (dist_pkgdata_DATA): Add bison.m4; this
87 accommodates the 2006-10-08 change.
89 2006-10-11 Bob Rossi <bob@brasko.net>
91 * data/push.c (yypushparse, yypvarsinit, yypvars): Wrap in b4_push_if.
92 (b4_yyssa, b4_yyerror_range): New macros.
93 (struct yypvars): Remove yyssa_ptr and yyerror_range_ptr fields.
94 (yypvarsinit): Remove init of removed fields.
95 (yypushparse): Remove use of removed fields; use new macros instead.
97 2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
99 * data/push.c (yypushparse): Fix memory leak if yymsg is malloced
100 in a push parser. Reindent slightly to match yacc.c better.
102 2006-10-11 Bob Rossi <bob@brasko.net>
104 * data/push.c (struct yypvars): Remove yymsgbuf, yymsgbuf_ptr, yymsg,
106 (yypvarsinit, yypushparse): Remove init of removed fields.
107 (yypushparse): Use yymsgbuf instead of yymsgbuf_ptr.
109 2006-10-09 Paul Eggert <eggert@cs.ucla.edu>
111 * THANKS: Add Paolo Bonzini and Bob Rossi.
113 2006-10-08 Paolo Bonzini <bonzini@gnu.org>
115 * data/c.m4 (b4_copyright, b4_epilogue, b4_location_initial_column,
116 b4_location_initial_line, p4_parse_param, b4_ints_in, b4_flag_if,
117 b4_define_flag_if and uses, b4_basename, b4_syncline, b4_user_code,
118 b4_define_user_cde and uses): Remove.
119 (b4_comment, b4_prefix, b4_sync_start): New.
120 * data/bison.m4: New file, with most of the content removed from c.m4.
121 * src/muscle_tab.h: Use "do {...} while(0)" throughout.
122 * src/output.c (output_skeleton): Pass bison.m4.
123 (prepare): Pass glr_flag and nondeterministic_flag. Pass prefix
126 2006-10-05 Paul Eggert <eggert@cs.ucla.edu>
128 Fix test failure reported by Tom Lane in
129 <http://lists.gnu.org/archive/html/bug-bison/2006-10/msg00000.html>
130 and try to make such failures easier to catch in the future.
131 * data/glr.c (YYTRANSLATE): Don't check for nonpositive arg;
132 that's now the caller's responsibility.
133 (yyprocessOneStack, yyrecoverSyntaxError, yyparse):
134 Set yychar = YYEOF if it's negative.
135 * tests/actions.at (yylex): Abort if asked to read past EOF.
136 * tests/conflicts.at (yylex): Likewise.
137 * tests/cxx-type.at (yylex): Likewise.
138 * tests/glr-regression.at (yylex): Likewise.
139 * tests/input.at (yylex): Likewise.
140 * tests/regression.at (yylex): Likewise.
141 * tests/torture.at (yylex): Likewise.
143 2006-10-01 Paul Eggert <eggert@cs.ucla.edu>
145 Fix problems with translating English-language diagnostics.
146 * bootstrap: Fix bug introduced in recent bootstrap changes, with
147 respect to bison-runtime pot generation. The YY_ stuff
148 wasn't being captured.
149 * bootstrap.conf (XGETTEXT_OPTIONS_RUNTIME): New var.
150 * po/POTFILES.in: Add src/location.c, src/scan-code.l.
151 * runtime-po/POTFILES.in: Add data/push.c.
153 2006-09-29 Paul Eggert <eggert@cs.ucla.edu>
155 Merge bootstrap changes from coreutils.
157 2006-09-28 Jim Meyering <jim@meyering.net>
159 Automatically generated dependencies are important even
160 when all of the sources in a directory come from gnulib.
161 * bootstrap (gnulib_tool): Remove the "no-dependencies" automake
162 option that gnulib-tool adds to what becomes our lib/gnulib.mk.
164 2006-09-23 Jim Meyering <jim@meyering.net>
166 * bootstrap (gnulib_tool_options): Add "--local-dir gl".
168 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
170 * bootstrap: Add support for --force.
171 (usage): New function. Describe usage less tersely.
172 (CVS_only_file): New var.
174 2006-09-21 Paul Eggert <eggert@cs.ucla.edu>
176 * data/push.c (YYPUSH_MORE): Make it an enum instead.
177 (yypushparse): Use YYPUSH_MORE instead of the mystery constant.
178 Adjust white space and comments to match GNU style better.
180 2006-09-20 Bob Rossi <bob@brasko.net>
182 * data/push.c (yyresult_get): Remove function.
183 (YYPUSH_MORE): Add #define.
184 (yypushparse): Modify return value.
186 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
188 * stamp-h.in: Remove; no longer needed.
189 * .cvsignore: Replace autom4te.cache and config.cache with *.cache.
190 Remove config.h, config.hin, intl (no longer created).
191 * lib/.cvsignore: Add config.h, config.hin, configmake.h, inttypes.h,
194 Sync bootstrap from coreutils, as follows:
196 2006-09-18 Paul Eggert <eggert@cs.ucla.edu>
198 * bootstrap (symlink_to_gnulib): New function.
199 (cp_mark_as_generated): Use it, to prefer symlinks-to-gnulib
201 (cp_mark_as_generated, slurp, gnulib_files):
202 Avoid making a copy if it's the same as the old version.
203 (gnulib_files): Add support for this variable (used by Bison).
205 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
207 * src/getargs.c (usage): Rework to use conventions similar to
208 coreutils, to make translation a bit easier and the code a bit
209 smaller. Problem reported by Tim Van Holder.
211 2006-09-15 Paul Eggert <eggert@cs.ucla.edu>
213 Use some of gnulib's new modules, taken from coreutils.
215 * bootstrap: Sync from coreutils, except add support for gnulib_files.
216 * bootstrap.conf: New file.
217 (gnulib_modules): Add configmake, inttypes, unistd.
218 (XGETTEXT_OPTIONS): Add complain, complain_at,
219 fatal, fatal_at, warn, warn_at, unexpected_end.
220 * configure.ac (AC_CONFIG_HEADERS): config.h is now in lib, not here.
221 (gl_USE_SYSTEM_EXTENSIONS): Remove; gl_EARLY now does this.
223 (AM_STDBOOL_H): Remove; gl_INIT now dows this.
225 (GNULIB_AUTOCONF_SNIPPET): Remove.
226 (AM_GNU_GETTEXT): Add; require formatstring macros since that's
228 * lib/.cvsignore: Add inttypes_.h.
229 * lib/Makefile.am: Include gnulib.mk first so we can append to it.
230 (AM_CFLAGS): Add WERROR_CFLAGS, to be more like coreutils.
231 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES): Remove
232 no-longer-necessary initializations.
233 (lib_SOURCES): Remove, replacing by libbison_a_SOURCES.
234 * lib/subpipe.c: Include <unistd.h> unconditionally, now that we
235 use the unistd module.
236 * src/system.h: Likewise.
237 * m4/.cvsignore: Remove *_gl.m4, gnulib.m4, inttypes_h.m4, uintmax_t.m4,
238 ulonglong.m4. Add gettext.m4, gnulib-cache.m4, gnulib-comp.m4,
239 gnulib-tool.m4, inttypes-h.m4, inttypes-pri.m4, inttypes.m4.
240 * src/Makefile.am (DEFS): Remove, since configmake does this for us.
241 (AM_CPPFLAGS): Remove -I../lib, since Automake does that for us.
242 * src/system.h: Include inttypes.h unconditionally, now that we
243 use the inttypes module. Don't bother to include stdint.h, since
244 inttypes.h now does that for us.
245 (LOCALEDIR): Remove, now that we use the configmake module.
246 * src/getargs.c: Include configmake.h.
247 * src/main.c: Likewise.
248 * src/output.c: Likewise.
249 * tests/atlocal.in (CPPFLAGS): Include from $abs_top_builddir/lib,
250 not from $abs_top_builddir, since config.h moved.
253 Port to GCC 2.95. First two problems reported by Michael Deutschmann in
254 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00018.html>.
256 * src/parse-gram.y (symbol_declaration): Don't put statements
257 before declarations; it's not portable to C89.
258 * src/scan-code.l (handle_action_at): Likewise.
260 * src/scan-code.l: Always initialize braces_level; the old code
261 left it uninitialized and therefore had undefined behavior.
263 Don't attempt to redefine 'assert', since it runs afoul of
264 systems where standard headers (mistakenly) include <assert.h>.
265 Instead, define and use our own alternative, called 'aver'.
266 * src/reader.c: Don't include assert.h, since we no longer
268 * src/scan-code.l: Likewise.
269 * src/system.h (assert): Remove, replacing with....
270 (aver): New function, taking a bool arg. All uses changed.
271 * src/tables.c (pack_vector): Ensure that aver arg is bool,
272 not merely an integer.
274 2006-09-15 Bob Rossi <bob@brasko.net>
276 * data/Makefile.am (dist_pkgdata_DATA): Add push.c.
277 * data/c.m4 (YYPUSH): New.
278 (b4_push_if): New macro. Use it instead of #ifdef YYPUSH.
279 * src/getargs.c (push_parser): New var.
280 * src/getargs.h (push_parser): New declaration.
281 * src/output.c (prepare): Add macro insertion of `push_flag'.
282 * src/parse-gram.y (PERCENT_PUSH_PARSER): New token.
283 (prologue_declaration): Parse %push-parser.
284 * src/scan-gram.l: Scan new PERCENT_PUSH_PARSER token.
285 * tests/calc.at (_AT_CHECK_CALC_ERROR): Add "Return" and "Now" to
286 list of removed lines from the traces observed.
287 (AT_CHECK_CALC_LALR): Added push parser tests.
289 2006-09-13 Paul Eggert <eggert@cs.ucla.edu>
291 * NEWS: Version 2.3a.
292 * configure.ac (AC_INIT): Likewise.
294 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Remove
295 "#define YYSTYPE int" that caused "make maintainer-check" to fail
296 due to header ordering dependencies. I don't know why the #define
299 Fix glr.cc and lalr1.cc's use of YYDEBUG so that there's zero
300 runtime cost when YYDEBUG is not defined, and so that some tests
301 that used to fail now work. Problem and initial suggestion by
303 * data/c++.m4 (b4_parse_param_cons): Omit leading ','.
304 * data/glr.cc (b4_parser_class_name):
305 Initialize yycdebug_ only if YYDEBUG. Also, initialize yydebug_.
306 (debug_level, set_debug_level): Affect yydebug_, not ::yydebug.
307 (yydebug_) [YYDEBUG]: New member.
308 (yycdebug_): Now defined only if YYDEBUG.
309 * data/lalr1.cc (yydebug_, yycdebug_): Now defined only if YYDEBUG.
310 (YYCDEBUG) [!YYDEBUG]: Don't use yydebug_ and yycdebug_.
311 (b4_parser_class_name): Initialize yydebug_ and yycdebug_ only
313 (debug_stream, set_debug_stream, debug_level, set_debug_level):
314 Define only if YYDEBUG.
315 * tests/calc.at (_AT_DATA_CALC_Y) [!YYDEBUG]: Omit call to
317 * tests/regression.at (_AT_DATA_DANCER_Y) [!YYDEBUG]: Likewise.
318 * tests/calc.at (AT_CHECK_CALC_GLR_CC): Uncomment calls to
319 AT_CHECK_CALC_GLR_CC that are working now.
321 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
323 * data/glr.cc (YYERROR_VERBOSE, YYTOKEN_TABLE): Remove.
324 We don't need them in glr.cc, and glr.c defines them.
325 Defining YYERROR_VERBOSE to 0 here breaks glr.c, since glr.c
326 assumes that defining it to anything is the same as defining
327 it to 1. Problem reported by Paolo Bonzini.
329 2006-09-12 Paolo Bonzini <bonzini@gnu.org> (tiny change)
331 * data/c.m4 (b4_null, b4_case): Define.
332 * src/output.c (prepare_symbols): Use b4_null.
333 (user_actions_output): Use b4_case.
335 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
337 * data/glr.c (b4_shared_declarations): Put start-header first,
338 before any #includes that we generate, so that feature-test
339 macros work. Problem reported by Michael Deutschmann in
340 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00004.html>.
341 * data/lalr1.cc: Likewise.
342 * doc/bison.texinfo (Prologue): Document that feature-test macros
343 should be defined before any Bison declarations.
344 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Put defns
345 that depend on location.hh after, not before, Bison decls, since
346 we now include location.hh after the first user prologue.
348 * doc/bison.texinfo (Calc++ Parser): Fix memory leak reported by
349 Sander Brandenburg in
350 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00002.html>.
351 Also, fix minor white space and comment issues.
352 (Prologue): Mention that it's better to define feature-test macros
353 before Bison declarations. Problem reported by Michael Deutschmann.
355 * README-cvs: Fix typo: "&" should be "&&". Problem reported
357 * m4/.cvsignore: Add argmatch.m4. Remove obstack.m4, strerror_r.m4.
358 This adjusts to recent gnulib changes.
360 2006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
362 Finish implementation of per-type %destructor/%printer. Discussed
364 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>
366 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>.
367 * NEWS (2.3+): Add a description of this feature to the default
368 %destructor/%printer description.
369 * doc/bison.texinfo (Freeing Discarded Symbols): Likewise.
370 * src/symlist.c (symbol_list_destructor_set, symbol_list_printer_set):
371 Invoke semantic_type_destructor_set or semantic_type_printer_set when a
372 list node contains a semantic type.
373 * src/symtab.c, src/symtab.h: Extend with a table that associates
374 semantic types with their %destructor's and %printer's.
375 (semantic_type_from_uniqstr, semantic_type_get,
376 semantic_type_destructor_set, semantic_type_printer_set): New functions
377 composing the public interface of that table.
378 (symbol_destructor_get, symbol_destructor_location_get,
379 symbol_printer_get, symbol_printer_location_get): If there's no
380 per-symbol %destructor/%printer, look up the per-type before trying
382 * tests/actions.at (Per-type %printer and %destructor): New test case.
383 * tests/input.at (Default %printer and %destructor redeclared):
384 Extend to check that multiple occurrences of %symbol-default in a
385 single %destructor/%printer declaration is an error.
386 (Per-type %printer and %destructor redeclared, Unused values with
387 per-type %destructor): New test cases.
389 2006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
391 Require default %destructor/%printer to be declared using
392 %symbol-default instead of an empty symbol list, and start working on
393 new per-type %destructor/%printer. Discussed at
394 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00007.html>.
395 * NEWS (2.3+): Add %symbol-default to example.
396 * bison.texinfo (Freeing Discarded Symbols): Likewise.
397 (Bison Symbols): Add entry for %symbol-default.
398 * src/parse-gram.y (PERCENT_SYMBOL_DEFAULT): New token.
399 (generic_symlist, generic_symlist_item): New nonterminals for creating
400 a list in which each item is a symbol, semantic type, or
402 (grammar_declaration): Use generic_symlist in %destructor and %printer
403 declarations instead of symbols.1 or an empty list.
404 (symbol_declaration, precedence_declaration, symbols.1): Update actions
405 for changes to symbol_list.
406 * src/reader.c: Update for changes to symbol_list.
407 * src/scan-code.l: Likewise.
408 * src/scan-gram.l: Scan new PERCENT_SYMBOL_DEFAULT token.
409 * src/symlist.c, src/symlist.h: Extend such that a list node may
410 represent a semantic type or a %symbol-default in addition to just an
411 ordinary symbol. Add switched functions for setting %destructor's and
413 * tests/actions.at, tests/input.at: Add %symbol-default to all default
414 %destructor/%printer declarations.
416 2006-08-23 Joel E. Denny <jdenny@ces.clemson.edu>
418 Whether the default %destructor/%printer applies to a particular symbol
419 isn't a question of whether the user *declares* that symbol (in %token,
420 for example). It's a question of whether the user by any means
421 *defines* the symbol at all (by simply using a char token, for
422 example). $end is defined by Bison whereas any other token with token
423 number 0 is defined by the user. The error token is always defined by
424 Bison regardless of whether the user declares it with %token, but we
425 may one day let the user define error as a nonterminal instead.
426 * NEWS (2.3+): Say "user-defined" instead of "user-declared".
427 * doc/bison.texinfo (Freeing Discarded Symbols): Likewise, and document
428 the meaning of "user-defined".
429 * tests/actions.at (Default %printer and %destructor for user-declared
430 end token): Rename to...
431 (Default %printer and %destructor for user-defined end token): ...
434 * src/symtab.c (symbol_destructor_get, symbol_printer_get): In the
435 computation of whether to apply the default, don't maintain a list of
436 every Bison-defined symbol. Instead, just check for a first character
437 of '$', which a user symbol cannot have, and check for the error token.
439 2006-08-21 Joel E. Denny <jdenny@ces.clemson.edu>
441 Don't apply the default %destructor or %printer to the error token,
442 $undefined, or $accept. This change fits the general rule that the
443 default %destructor and %printer are only for user-declared symbols,
444 and it solves several difficulties that are described in the new test
446 * src/symtab.c (symbol_destructor_get, symbol_printer_get): Implement.
447 * tests/actions.at (Default %printer and %destructor are not for error
448 or $undefined, Default %printer and %destructor are not for $accept):
451 2006-08-19 Joel E. Denny <jdenny@ces.clemson.edu>
453 Allow %start after the first rule.
454 * src/reader.c (grammar_current_rule_begin): Don't set the start symbol
455 when parsing the first rule.
456 (check_and_convert_grammar): Search for it here after all grammar
457 declarations have been parsed. Skip midrules, which have dummy LHS
459 * src/symtab.c (symbol_is_dummy): New function.
460 * src/symtab.h (symbol_is_dummy): Declare it.
461 * tests/input.at (%start after first rule): New test.
463 2006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
465 Redo some of the previous commit: add back the ability to use
466 non-aliased/undeclared string literals since it might be useful to
467 those declaring %token-table.
468 * src/reader.c (check_and_convert_grammar): Undo changes in previous
469 commit: don't worry about complaints from symbols_pack.
470 * src/symtab.c (symbol_new, symbol_class_set,
471 symbol_check_alias_consistency): Undo changes in previous commit: count
472 each string literal as a new symbol and token, assign it a symbol
473 number, and don't complain about non-aliased string literals.
474 (symbols_pack): Since symbol_make_alias still does not decrement symbol
475 and token counts but does still set aliased tokens to the same number,
476 symbol_pack_processor now leaves empty slots in the symbols array.
478 * tests/regression.at (Undeclared string literal): Remove test case
479 added in previous commit since non-aliased string literals are allowed
481 (Characters Escapes, Web2c Actions): Undo changes in previous commit:
482 remove unnecessary string literal declarations.
483 * tests/sets.at (Firsts): Likewise.
485 2006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
487 Don't allow an undeclared string literal, but allow a string literal to
488 be used before its declaration.
489 * src/reader.c (check_and_convert_grammar): Don't invoke packgram if
490 symbols_pack complained.
491 * src/symtab.c (symbol_new): Don't count a string literal as a new
493 (symbol_class_set): Don't count a string literal as a new token, and
494 don't assign it a symbol number since symbol_make_alias does that.
495 (symbol_make_alias): It's not necessary to decrement the symbol and
496 token counts anymore. Don't assume that an alias declaration occurs
497 before any uses of the identifier or string, and thus don't assert that
498 one of them has the highest symbol number so far.
499 (symbol_check_alias_consistency): Complain if there's a string literal
500 that wasn't declared as an alias.
501 (symbols_pack): Bail if symbol_check_alias_consistency failed since
502 symbol_pack asserts that every token has been assigned a symbol number
503 although undeclared string literals have not.
504 * tests/regression.at (String alias declared after use, Undeclared
505 string literal): New test cases.
506 (Characters Escapes, Web2c Actions): Declare string literals as
508 * tests/sets.at (Firsts): Likewise.
510 2006-08-14 Joel E. Denny <jdenny@ces.clemson.edu>
512 In the grammar scanner, STRING_FINISH unclosed constructs and return
513 them to the parser in order to improve error messages.
514 * src/scan-gram.l (SC_ESCAPED_STRING, SC_ESCAPED_CHARACTER,
515 SC_BRACED_CODE, SC_PROLOGUE): Implement.
516 * tests/input.at (Unclosed constructs): New test case.
517 * tests/regression.at (Invalid inputs): Update now that unclosed %{ is
520 * src/scan-gram.h, src/scan-gram.l (gram_last_braced_code_loc): Remove
523 2006-08-13 Joel E. Denny <jdenny@ces.clemson.edu>
525 Handle string aliases for character tokens correctly.
526 * src/symtab.c (symbol_user_token_number_set): If the token has an
527 alias, check and set its alias's user token number instead of its own,
528 which is set to indicate the alias. Previously, every occurrence of
529 the character token in the grammar overwrote that alias indicator with
531 * tests/input.at (String aliases for character tokens): New test.
533 2006-08-12 Joel E. Denny <jdenny@ces.clemson.edu>
535 * src/parse-gram.y: Add `%expect 0' so we don't overlook conflicts.
537 2006-08-11 Paul Eggert <eggert@cs.ucla.edu>
539 * bootstrap: Put in need-ngettext argument to AM_GNU_GETTEXT,
540 to prevent failures when building on older platforms.
541 Check for autopoint failure.
542 Set XGETTEXT_OPTIONS to values that check for C format strings,
543 so that translators are warned about them (this also helps
546 * lib/subpipe.c (create_subpipe): Use new gnulib pipe_safer
547 function, since it simplifies our code a bit.
549 * configure.ac (AC_ARG_ENABLE): Use -Wextra -Wno-sign-compare
550 rather than -W, so we don't get bogus warnings about sign comparisons.
551 Add -Wpointer-arith, since that warning is useful (it reports code
552 that does not conform to C89 and that some compilers reject).
553 * data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c: Undo latest change,
554 since it's no longer needed.
556 2006-08-10 Joel E. Denny <jdenny@ces.clemson.edu>
558 Clean up scanners a bit.
559 * src/flex-scanner.h (FLEX_NO_OBSTACK): New macro that blocks obstack
560 definitions so gcc won't warn when obstack_for_string is unused.
561 * src/scan-code.l: config.h and system.h are already #include'd by
562 scan-code-c.c, so get rid of them here.
563 * src/scan-gram.l: Likewise.
564 * src/scan-skel.l: Likewise, and use flex-scanner.h without obstack
565 definitions rather than duplicating the rest of it.
566 * src/scan-gram-c.c, scan-skel-c.c: #include "system.h".
568 2006-08-09 Joel E. Denny <jdenny@ces.clemson.edu>
570 Suppress signed/unsigned comparison warnings for yycheck.
571 * data/c.m4 (b4_safest_int_type): New macro.
572 * data/glr.c, data/lalr1.cc: Wherever you compare yycheck[i] against
573 a signed int type, cast it to b4_safest_int_type first.
574 * data/yacc.c: Likewise.
575 (b4_safest_int_type): Overwrite the one from c.m4 since b4_int_type is
578 2006-08-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
580 * doc/bison.texinfo: Fix some typos.
582 2006-08-02 Paul Eggert <eggert@cs.ucla.edu>
584 * m4/.cvsignore: Add inttypes_h.m4,lib-ld.m4, lib-prefix.m4,
585 po.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4, warning.m4.
587 * bootstrap (gnulib_tool): Stop using --assume-autoconf;
588 the latest gnulib does this a different way.
589 (get_translations): Sharuzzaman Ahmat Raslan reported that the ms
590 translation was patched, so stop omitting it.
592 2006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
594 Enable declaration of default %printer/%destructor. Make the parser
595 use these for all user-declared grammar symbols for which the user does
596 not declare a specific %printer/%destructor. Thus, the parser uses it
597 for token 0 if the user declares it but not if Bison generates it as
598 $end. Discussed starting at
599 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>,
600 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>,
602 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>.
603 * NEWS (2.3+): Mention.
604 * doc/bison.texinfo (Actions in Mid-Rule): It's no longer impossible to
605 declare a %destructor for a mid-rule's semantic value. It's just
606 impossible to declare one specific to it.
607 (Freeing Discarded Symbols): Mention that @$ can be used in %destructor
608 code. Describe default %destructor form.
609 * src/parse-gram.y (grammar_declaration): Parse default
610 %printer/%destructor declarations.
611 * src/output.c (symbol_destructors_output): Use symbol_destructor_get
612 and symbol_destructor_location_get rather than accessing the destructor
613 and destructor_location members of struct symbol.
614 (symbol_printers_output): Likewise but for %printer's.
615 * src/reader.c (symbol_should_be_used): Likewise but for %destructor's
617 * src/symtab.c (default_destructor, default_destructor_location,
618 default_printer, default_printer_location): New static global
619 variables to record the default %destructor and %printer.
620 (symbol_destructor_get, symbol_destructor_location_get,
621 symbol_printer_get, symbol_printer_location_get): New functions to
622 compute the appropriate %destructor and %printer for a symbol.
623 (default_destructor_set, default_printer_set): New functions to set the
624 default %destructor and %printer.
625 * src/symtab.h: Prototype all those new functions.
626 * tests/actions.at (Default %printer and %destructor): New test to
627 check that the right %printer and %destructor are called, that they're
628 not called for $end, and that $$ and @$ work correctly.
629 (Default %printer and %destructor for user-declared end token): New
630 test to check that the default %printer and %destructor are called for
631 a user-declared end token.
632 * tests/input.at (Default %printer and %destructor redeclared, Unused
633 values with default %destructor): New tests to check related grammar
636 2006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
638 Clean up handling of %destructor for the end token (token 0).
639 Discussed starting at
640 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>
642 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00013.html>.
644 Make the skeletons consistent in how they pop the end token and invoke
646 * data/glr.c (yyrecoverSyntaxError, yyparse): Don't pop the start
647 state, which has token number 0, since this would invoke the
648 %destructor for the end token.
649 * data/lalr1.cc (yy::parser::parse): Don't check for the final state
650 until after shifting the end token, or else it won't be popped.
651 * data/yacc.c (yyparse): Likewise.
653 * data/glr.c (yyparse): Clear the lookahead after shifting it even when
654 it's the end token. Upon termination, destroy an unshifted lookahead
655 even when it's the end token.
656 * data/lalr1.cc (yy::parser::parse): Likewise.
657 * data/yacc.c (yyparse): Likewise.
659 * src/reader.c (packgram): Don't check rule 0. This suppresses unused
660 value warnings for the end token when the user gives the end token a
663 * tests/actions.at (Printers and Destructors): Test all the above.
665 2006-07-24 Paul Eggert <eggert@cs.ucla.edu>
667 Update to latest gnulib and gettext versions.
668 * bootstrap (gnulib-modules): Remove hard-locale, stdio-safer.
670 (gnulib_files): Add m4/warning.m4. Don't worry about files
671 overwritten by autopoint.
672 Replace gt_INTL_SUBDIR_CORE with an empty body in m4/gettext_gl.m4.
673 Suppress "id", "ms", "tr" translations for now, since gettext 0.15
675 Don't use autoreconf; instead, invoke autopoint etc. by hand,
676 so that we can remove the intl files at a better time.
677 (intl_files_to_remove): Remove aclocal.m4, since it gets
678 rebuilt anyway. Remove m4/inttypes_h.m4, m4/inttypes.m4,
679 m4/isc-posix.m4, m4/lib-ld.m4, m4/lib-prefix.m4, m4/po.m4,
680 m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
681 Add m4/inttypes-h.m4, m4/lock.m4, m4/visibility.m4.
682 Remove datarootdir hack; no longer needed.
683 * configure.ac: Use gl_WARNING_CFLAGS rather than BISON_WARNING.
684 (AM_GNU_GETTEXT_VERSION): Bump from 0.12 to 0.15.
685 * lib/.cvsignore: Remove hard-locale.c, hard-locale.h, strdup.c,
687 * m4/.cvsignore: Remove hard-locale.m4, strdup.m4.
688 * m4/warning.m4: Remove from CVS, since we now use gnulib's version.
690 2006-07-20 Paul Eggert <eggert@cs.ucla.edu>
692 * bootstrap: Adjust to today's change to gnulib-tool by invoking
693 it with --assume-autoconf='latest-stable'.
695 2006-07-13 Joel E. Denny <jdenny@ces.clemson.edu>
697 * src/parse-gram.y (grammar_declaration): Don't confuse Doxygen (at
698 least 1.4.7 and 1.4.4) by putting a #line between `typedef union
700 * src/muscle_tab.h (muscle_grow): Replace the header comments with
701 those from muscle_tab.c since the old ones are misleading.
703 2006-07-13 Akim Demaille <akim@epita.fr>
705 Support %define "KEY" {VALUE}.
706 * src/scan-code.h, src/scan-code.l (translate_action)
707 (translate_rule_action, translate_symbol_action, translate_code):
708 Return char *, not const char *.
709 * src/parse-gram.y (declaration): Rename as...
710 (prologue_declaration): this.
711 (string_content): Remove this nonterminal, use STRING.
712 (braceless, content, content.opt): New nonterminal.
714 (%define): Now accept content.opt, i.e., accept also BRACED_CODE
716 * src/scan-gram.l (getargs.h): Don't include it.
718 2006-07-12 Paul Eggert <eggert@cs.ucla.edu>
720 * data/lalr1.cc (YYCDEBUG): Use 'if (yydebug_) (*yycdebug_)'
721 rather than a for-loop that declares a local bool variable. This
722 should work around a compatibility problem with a Cray x1e C++
723 compiler reported by Hung Nguyen in
724 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00022.html>.
725 The for-loop was introduced in the 2004-11-17 change but I don't
726 know why it was needed.
728 2006-07-12 Akim Demaille <akim@epita.fr>
730 * data/c.m4: Comment changes.
732 2006-07-10 Akim Demaille <akim@lrde.epita.fr>
734 * src/complain.c (error_message, ERROR_MESSAGE): New.
736 (fatal_at, fatal, warn_at, warn, complain_at, complain): these.
737 * src/complain.h, src/complain.c (warning_issued): Remove, unused.
739 2006-07-09 Paul Eggert <eggert@cs.ucla.edu>
741 * NEWS: Instead of %union, you can define and use your own union type
742 YYSTYPE if your grammar contains at least one <type> tag.
743 Your YYSTYPE need not be a macro; it can be a typedef.
744 * doc/bison.texinfo (Value Type, Multiple Types, Location Type):
745 (Union Decl, Decl Summary): Document this.
746 * data/glr.c (YYSTYPE): Implement this.
747 * data/glr.cc (YYSTYPE): Likewise.
748 * data/lalr1.cc (YYSTYPE): Likewise.
749 * data/yacc.c (YYSTYPE): Likewise.
750 * src/output.c (prepare): Output tag_seen_flag.
751 * src/parse-gram.y (declaration, grammar_declaration):
752 Use 'union_seen' rather than 'typed' to determine whether
753 %union has been seen, since grammars can now be typed without
755 (symbol_declaration, type.opt, symbol_def):
756 Keep track of whether a tag has been seen.
757 * src/reader.c (union_seen, tag_seen): New vars.
759 * src/reader.h (union_seen, tag_seen, typed): Likewise.
760 * src/scan-code.l (untyped_var_seen): New variable.
761 (handle_action_dollar): Adjust to above changes.
762 (handle_action_dollar, handle_action_at):
763 Improve overflow checking for outlandish numbers.
764 * tests/input.at (AT_CHECK_UNUSED_VALUES): Redo test to
765 avoid new diagnostics generated by above changes.
766 * tests/regression.at (YYSTYPE typedef): Add test to check
767 for type tags without %union.
769 * src/symlist.c (symbol_list_length): Return int, not unsigned
770 int, since callers expect int. This may need to get revisited
771 once we have proper integer overflow checking.
773 * src/scan-gram.h (gram_scanner_cursor): Remove decl, since this
774 object is now static.
776 * src/getargs.c (flags_argmatch): Return void, not int,
777 to pacify ./configure --enable-gcc-warnings.
779 * src/flex-scanner.h (STRING_FREE): Don't use FLEX_PREFIX (last_string)
780 since last_string is already defined to FLEX_PREFIX (last_string).
782 2006-07-09 Akim Demaille <akim@lrde.epita.fr>
784 Implement --warnings/-W.
785 * src/getargs.c (report_argmatch, trace_argmatch): Remove,
787 (flags_argmatch, FLAGS_ARGMATCH): this new function and macro.
789 * src/getargs.h, src/getargs.c (warnings, warnings_flags)
790 (warnings_args, warnings_types): New.
791 (getargs, short_options, long_options): Accept -W/--warnings.
792 Sort the options by alphabetical order, upper case letter right
793 before its lower case.
795 2006-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
797 Change %merge result type clash warnings to errors. Discussed at
798 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00026.html>.
799 * src/reader.c (record_merge_function_type): Use complain_at.
800 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
801 declared later): Update test case results.
803 2006-07-09 Akim Demaille <akim@lrde.epita.fr>
805 * src/getargs.h, src/getargs.c: Swap --report and --trace handling
806 to be in alphabetical order.
807 (trace_args): Spelling fixes.
809 2006-07-09 Paul Eggert <eggert@cs.ucla.edu>
811 * data/yacc.c (YYID, yy_stack_print): Prefix local vars with "yy"
812 so they don't collide with user-defined macros.
813 (yy_stack_print): Don't assume that yytype_int16 promotes to int;
814 this was never guaranteed, and now that we're using gnulib stdint,
815 which defines int_fast16_t to long int, the problem is exposed.
817 2006-07-08 Paul Eggert <eggert@cs.ucla.edu>
819 * data/c.m4 (b4_basename): Simplify a bit, since we don't
820 need the full POSIX semantics (and weren't implementing them
823 Adjust to Autoconf 2.60 and today's gnulib.
824 * bootstrap (gnulib_modules): Add stdint.
825 Remove special case for m4/onceonly_2_57.m4, since gnulib-tool
827 (intl_files_to_remove): Remove m4/longlong.m4 and m4/wchar_t.m4,
828 since stdint needs the former and wcwidth (which is now required
829 by mbswidth) needs the latter.
830 Append 'datarootdir = @datarootdir@' to po/Makefile.in.in, to
831 work around a compatibility glitch between gettext 0.14.6 and
833 * configure.ac (AC_PREREQ): Require Autoconf 2.60.
834 Do not check for uintptr_t, since new stdint module does the right
836 * lib/.cvsignore: Remove alloca.c, alloca.h, alloca_.h.
837 Add stdint.h, stdint_.h, wcwidth.h.
838 * m4/.cvsignore: Remove alloca.m4, onceonly.m4.
839 Add absolute-header.m4, double-slash-root.m4, longlong.m4,
840 stdint.m4, wchar_t.m4, wcwidth.m4.
841 * src/files.c: Include <dirname.h> and <stdio-safer.h> in the
842 usual order for ../lib/*.h files.
843 (file_name_split): Use last_component, not base_name, to adjust
845 * src/parse-gram.h: Include <strverscmp.h> in the usual order
846 for ../lib/*.h files.
847 (YYTYPE_INT16, YYTYPE_INT8, YYTYPE_UINT16, YYTYPE_UINT8):
848 Define unconditionally, since we now assume the stdint module.
849 * src/scan-skel.l: Include <dirname.h>.
850 (BASE_QPUTS): Use last_component, not base_name.
851 * src/system.h: Include <unlocked-io.h> in the usual order
852 for ../lib/*.h files. Include <stdint.h> unconditionally,
853 since we now use the stdint module.
854 (uintptr_t): Declare if UINTPTR_MAX is not defined, not
855 HAVE_UINTPTR_T, since we now use the stdint module.
856 (base_name): Remove decl, since files now include <dirname.h>
859 2006-07-08 Akim Demaille <akim@lrde.epita.fr>
861 * data/c.m4 (b4_location_initial_column, b4_location_initial_line):
863 * data/yacc.c, data/glr.c, data/location.cc: Use them.
864 * NEWS, doc/bison.texinfo: The initial column and line are 1 by
866 * tests/calc.at: Adjust.
868 2006-07-08 Akim Demaille <akim@lrde.epita.fr>
870 * data/c.m4 (b4_basename): New.
871 (b4_syncline): Also output the location of its invocation (from
873 (b4_user_action, b4_define_user_action, b4_user_actions)
874 (b4_user_initial_action, b4_user_post_prologue, b4_user_start_header)
875 (b4_user_stype): New.
876 * data/yacc.c, data/glr.c, data/lalr1.cc, data/glr.cc: Use them.
878 2006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
880 In the grammar file, the first column is 1 not 0 on the first line as
882 * src/parse-gram.y (%initial-action): Initialize @$ correctly.
883 * tests/input.at (Torturing the Scanner): Update output.
885 * src/scan-gram.l (scanner_cursor): Declare it static.
887 2006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
889 In warnings, say "previous declaration" rather than "first
891 * src/symtab.c (redeclaration): Do that here.
892 * src/reader.c (record_merge_function_type): In the case of a result
893 type clash, report the previous declaration rather than the very first
894 one in the grammar file.
895 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
896 declared later): Add a third declaration to check this behavior.
897 * tests/input.at (Incompatible Aliases): Update output.
899 2006-06-27 Akim Demaille <akim@epita.fr>
901 * doc/Doxyfile.in: New.
902 * doc/Makefile.am: Use it.
903 * src/lalr.h, src/symtab.h: Initial doxygenation.
905 2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
907 Don't miss %merge result type warnings just because the LHS types are
908 declared after the %merge. This continues the effort of the previous
910 * src/reader.c (get_merge_function): Don't set the merger type yet.
911 (record_merge_function_type): New function for setting the merger type
912 and checking for clashes.
913 (grammar_current_rule_merge_set): Set the location of the %merge for
915 (packgram): Invoke record_merge_function_type for each rule now that
916 all symbol type declarations have been parsed.
917 * src/reader.h (merger_list.type_declaration_location): New member
918 storing the location of the first %merge from which the type for this
919 merging function was derived.
920 * src/symlist.h (symbol_list.merger_declaration_location): New member
921 storing the location of a rule's %merge, if any.
922 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
923 declared later): New test to catch the error fixed by the above patch.
925 2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
927 Get action warnings (grammar_rule_check) right even when symbol
928 declarations appear after the rules. Discussed at
929 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00108.html>
931 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00151.html>.
932 Don't mistake the type of $$ in a midrule to be that of its parent
934 * src/reader.c (grammar_current_rule_end): Don't invoke
935 grammar_rule_check yet since not all symbol declarations may have been
937 (grammar_midrule_action): Likewise.
938 Don't record whether the midrule's $$ has been used yet since actions
939 haven't been translated yet.
940 Record the midrule's parent rule and its RHS index within the parent
942 (grammar_current_rule_action_append): Don't translate the action yet
943 since not all symbol declarations may have been parsed yet and, thus,
944 warnings about types for $$, $n, @$, and @n can't be reported yet.
945 (packgram): Translate the action and invoke grammar_rule_check now that
946 all symbol declarations have been parsed.
947 * src/scan-code.l (handle_action_dollar): Now that this is invoked
948 after parsing the entire grammar file, the symbol list here in the case
949 of a midrule is actually the midrule's empty RHS, so reference its
950 parent rule's RHS where necessary.
951 On the other hand, now that you can already know it's a midrule, you
952 aren't forced to think $$ has the same type as its parent rule's $$.
953 (handle_action_at): In the case of a midrule, reference the parent rule
955 * src/symlist.c (symbol_list_new): Initialize new midrule-related
957 (symbol_list_length): Now that this is invoked after all rules have
958 been parsed, a NULL symbol (rather than a NULL symbol list node)
959 terminates a rule. symbol_list_print already does this correctly.
960 * src/symlist.h (symbol_list.midrule_parent_rule,
961 symbol_list.midrule_parent_rhs_index): New members so that midrules can
962 remember their relationships with their parents.
963 * tests/input.at (Type Clashes): Extend to catch the midrule $$ error
964 fixed by the above patch.
965 (_AT_UNUSED_VALUES_DECLARATIONS, AT_CHECK_UNUSED_VALUES): New m4 macros
967 (Unused values): ... this old test case and...
968 (Unused values before symbol declarations): ... this new test case.
969 This one is the same as `Unused values' except that all symbol
970 declarations appear after the rules in order to catch the rest of the
971 errors fixed by the above patch.
973 2006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
976 * src/reader.c (current_rule): Declare it static since it's no longer
977 used outside this file.
978 (grammar_current_rule_action_append): Remove redundant arguments from
979 translate_rule_action invocation.
980 * src/reader.h (current_rule): Remove this unused extern.
981 * src/scan-code.h (translate_rule_action): Remove redundant arguments.
982 * src/scan-code.l (translate_rule_action): Likewise.
984 2006-06-25 Joel E. Denny <jdenny@ces.clemson.edu>
986 Clean up yesterday's patch.
987 * parse-gram.y (rhs): Move grammar_midrule_action invocation from here
989 * src/reader.c (grammar_current_rule_action_append): ... here for
990 consistency with grammar_current_rule_symbol_append.
991 * tests/regression.at (Braced code in declaration in rules section):
992 Make yyerror and yylex static as usual.
994 2006-06-24 Joel E. Denny <jdenny@ces.clemson.edu>
996 Fix bug that mistakes braced code in a declaration in the rules section
997 to be a rule action. Mentioned at
998 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00105.html>.
999 * src/scan-gram.l: Move midrule action detection from the start of the
1000 scanning of any braced code to...
1001 * src/parse-gram.y (rhs): ... the parsing of braced code as a rule
1002 action. For readability, use $2 and @2 rather than the equivalent
1004 * tests/regression.at (Braced code in declaration in rules section):
1005 New test to catch the error fixed by the above patch.
1007 Work on code readability some.
1008 * src/scan-code.l (current_rule): Get rid of this misleading and
1009 redundant declaration: it's actually extern'ed in reader.h.
1010 (YY_DECL, code_lex, handle_action_dollar, handle_action_at,
1011 translate_action): Add a rule argument and use it instead of the global
1013 (translate_rule_action): This already receives current_rule through an
1014 argument, so pass it on to translate_action instead of assigning
1015 current_rule to current_rule.
1016 (translate_symbol_action, translate_code): Pass rule = NULL to
1019 2006-06-23 Joel E. Denny <jdenny@ces.clemson.edu>
1021 Rename %before-definitions to %start-header and %after-definitions to
1022 %end-header. Don't use these declarations to separate pre-prologue
1023 blocks from post-prologue blocks. Add new order-independent
1024 declarations %before-header and %after-header as alternatives to the
1025 traditional Yacc pre-prologue and post-prologue blocks. Discussed at
1026 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00110.html>.
1027 * NEWS (2.3+): Update for these changes.
1028 * data/glr.c (b4_before_definitions): Update to...
1029 (b4_start_header): ... this.
1030 (b4_after_definitions): Update to...
1031 (b4_end_header): ... this.
1032 * data/glr.cc: Likewise.
1033 * data/lalr1.cc: Likewise.
1034 * data/yacc.c: Likewise.
1035 * doc/bison.texinfo (The prologue): Update names, and replace remaining
1036 prologue blocks with %*-header declarations.
1037 (Calc++ Parser): Likewise.
1038 (Bison Declaration Summary): Update names.
1039 (Bison Symbols): Update description.
1040 * src/parse-gram.y (PERCENT_AFTER_DEFINITIONS): Update to...
1041 (PERCENT_END_HEADER): ... this.
1042 (PERCENT_BEFORE_DEFINITIONS): Update to...
1043 (PERCENT_START_HEADER): ... this.
1044 (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
1045 (declaration): Update token names and m4 macro names.
1046 When parsing %end-header and %start-header, invoke translate_code
1047 before muscle_code_grow, and no longer set global booleans to remember
1048 whether these declarations have been seen.
1049 Parse new %after-header and %before-header.
1050 * src/reader.c (before_definitions, after_definitions): Remove.
1051 (prologue_augment): Accept a new bool argument to specify whether to
1052 augment the pre-prologue or post-prologue.
1053 * src/reader.h (before_definitions, after_definitions): Remove these
1055 (prologue_augment): Add new bool argument.
1056 * src/scan-gram.l (PERCENT_AFTER_DEFINITIONS): Update to...
1057 (PERCENT_END_HEADER): ... this.
1058 (PERCENT_BEFORE_DEFINITIONS): Update to...
1059 (PERCENT_START_HEADER): ... this.
1060 (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
1061 * tests/actions.at (Printers and Destructors): Update names.
1063 2006-06-22 Joel E. Denny <jdenny@ces.clemson.edu>
1065 Add comparison operators for C++ location classes. Discussed at
1066 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00092.html>.
1067 * data/c++.m4 (b4_define_location_comparison): New boolean %define
1068 declaration indicating whether filename_type has an operator==. If
1069 filename_type is `std::string', it defaults to `1', `0' otherwise.
1070 * data/location.cc: Iff b4_define_location_comparison is `1', add
1071 operator== and operator!= for class position and for class location.
1074 * src/scan-action.l: Remove unused file.
1075 * src/symtab.c (symbol_printer_set): Use printer_location not
1076 destructor_location.
1077 * src/symtab.h (struct symbol): Replace incorrect source comment for
1079 * tests/input.at (Incompatible Aliases): Update output with correct
1082 2006-06-20 Joel E. Denny <jdenny@ces.clemson.edu>
1084 Don't put the pre-prologue in the header file. For the yacc.c code
1085 file and the glr.c header and code files, move the pre-prologue before
1086 the token definitions. Add new %before-definitions and
1087 %after-definitions to declare code that will go in both the header file
1088 and code file. Discussed at
1089 <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00000.html>,
1090 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00016.html>,
1092 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00055.html>.
1093 * NEWS (2.3+): Describe these changes.
1094 * data/glr.c (b4_pre_prologue): Move from within to before...
1095 (b4_shared_declarations): ... this.
1096 Add new b4_before_definitions before b4_token_enums.
1097 Add new b4_after_definitions at the end.
1098 * data/glr.cc (b4_pre_prologue): Replace with...
1099 (b4_before_definitions): ... this in the header file.
1100 (b4_after_definitions): New near the end of the header file.
1101 * data/lalr1.cc (b4_pre_prologue): Move from the header file to the
1102 code file right before including the header file.
1103 (b4_before_definitions): New in the previous position of
1104 b4_pre_prologue in the header file.
1105 (b4_after_definitions): New near the end of the header file.
1106 * data/yacc.c: Clean up some m4 quoting especially in the header file.
1107 (b4_token_enums_defines): In the code file, move to right before
1108 YYSTYPE for consistency with the header file.
1109 (b4_before_definitions): New right before b4_token_enums_defines in
1110 both the header and code file.
1111 (b4_after_definitions): New right after YYLTYPE and yylloc in both the
1112 header and code file.
1113 * doc/bison.texinfo (Prologue): Show use of %before-definitions instead
1114 of prologues for %union dependencies.
1115 (Bison Declaration Summary): In %defines description, mention the
1116 effect of %before-definitions and %after-definitions on the header
1118 (Calc++ Parser): Forward declare driver in a %before-definitions rather
1119 than in the pre-prologue so that make check succeeds.
1120 (Bison Symbols): Add entries for %before-definitions and
1122 * src/parse-gram.y (PERCENT_BEFORE_DEFINITIONS): New token for
1123 %before-definitions.
1124 (PERCENT_AFTER_DEFINITIONS): New token for %after-definitions.
1125 (declaration): Parse those declarations and append to
1126 b4_before_definitions and b4_after_definitions, respectively.
1127 * src/reader.c (before_definitions, after_definitions): New bools to
1128 track whether those declarations have been seen.
1129 (prologue_augment): Add to the post-prologue if %union,
1130 %before-definitions, or %after-definitions has been seen.
1131 * src/reader.h (before_definitions, after_definitions): New extern's.
1132 * src/scan-gram.l: Scan the new declarations.
1133 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Place the second
1134 prologue block in a %before-definitions or a %after-definitions based
1135 on whether the %union is declared.
1136 * tests/regression.at (Early token definitions with --yacc, Early token
1137 definitions without --yacc): Move tests for token definitions into the
1138 post-prologue since token names are no longer defined in the
1141 2006-06-20 Akim Demaille <akim@epita.fr>
1143 * src/symtab.h, src/symtab.c (symbol_from_uniqstr): New.
1144 (symbol_get): Use it.
1145 * src/parse-gram.y: Use it.
1147 2006-06-19 Joel E. Denny <jdenny@ces.clemson.edu>
1149 * src/scan-gram.l: Remove unused declaration of last_string_1 so the
1150 build succeeds when configured with --enable-gcc-warnings.
1152 2006-06-19 Paul Eggert <eggert@cs.ucla.edu>
1154 * src/parse-gram.y (char_name): New function.
1155 (CHAR, STRING, string_content): For %printer, properly escape.
1156 (ID): Prefer fputs to fprintf.
1157 (id): Reindent to be consistent with other rules.
1158 Properly quote char.
1160 The Translation Project changed its way of publishing translations
1161 to maintainers. I haven't received any responses to my request
1162 for supporting the old way, or for documenting the new way. I
1163 have modified 'bootstrap' to use screen scraping
1164 (in this case, HTML scraping). This is unreliable and inelegant,
1165 but I don't see any better way. Yuck.
1166 * bootstrap (TP_URL, WGET_COMMAND): New vars.
1167 (get_translations): New function, which uses HTML scraping to
1168 deduce locations of latest translations.
1169 Use this function to grab both bison and bison-runtime .po files.
1170 Don't bother priming the pump for the runtime-po domain any more,
1171 as it's now translated better than bison is.
1173 2006-06-19 Akim Demaille <akim@epita.fr>
1175 * src/scan-gram.l: No longer "parse" things after `%union' until
1176 `{'. Rather, return a single "%union" token.
1177 No longer make symbols: return strings, and leave the conversion
1178 to symbols to the parser.
1179 (SC_PRE_CODE, token_type): Remove.
1180 * src/parse-gram.y (%union): New field `character'.
1183 (ID, ID_COLON): Now that the scanner no longer makes them
1184 identifiers, adjust all uses to invoke symbol_get.
1185 (id_colon): New, wraps the conversion from string to symbol.
1186 (%union): Accept a possible union_name.
1187 (symbol): Now can be a char.
1188 * data/c.m4 (b4_union_name): Leave a default value.
1189 * data/glr.c, data/yacc.c: Use it.
1191 2006-06-11 Joel E. Denny <jdenny@ces.clemson.edu>
1193 For associating token numbers with token names for "yacc.c", don't use
1194 #define statements unless `--yacc' is specified; always use enum
1195 yytokentype. Most important discussions start at:
1196 <http://lists.gnu.org/archive/html/bison-patches/2005-09/msg00053.html>,
1197 <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00052.html>,
1199 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00043.html>.
1200 * NEWS (2.3+): Mention.
1201 * data/c.m4 (b4_yacc_if): New.
1202 (b4_token_enums_defines): Use b4_yacc_if to decide whether to add the
1204 * doc/bison.texinfo (Bison Options): Describe the effect of `--yacc'
1205 on token name definitions.
1206 * src/getargs.c (usage): Capitalize `Yacc' in English.
1207 * src/output.c (prepare): Define b4_yacc_flag.
1208 * tests/regression.at (Early token definitions): Test that tokens names
1209 are defined before the pre-prologue not just before the post-prologue.
1210 Remove this test case and copy to...
1211 (Early token definitions with --yacc): ... this to test #define's.
1212 (Early token definitions without --yacc): ... and this to test enums.
1214 2006-06-11 Paul Eggert <eggert@cs.ucla.edu>
1216 * NEWS: Reword the post-2.3 change to not be so optimistic about
1217 removing the old "look-ahead" spelling.
1218 Update previous look-ahead/lookahead change reports.
1219 * REFERENCES: look-ahead -> lookahead (since that's
1220 what he actually wrote).
1221 * doc/refcard.tex: look ahead -> lookahead,
1222 look-ahead -> lookahead
1224 2006-06-09 Joel E. Denny <jdenny@ces.clemson.edu>
1226 For consistency, use `lookahead' instead of `look-ahead' or
1227 `look_ahead'. Discussed starting at
1228 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00049.html>
1230 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00017.html>.
1231 * NEWS: For the next release, note the change to `--report'.
1232 * TODO, doc/bison.1: Update English.
1233 * doc/bison.texinfo: Update English.
1234 (Understanding Your Parser, Bison Options): Document as
1235 `--report=lookahead' rather than `--report=look-ahead'.
1236 * src/conflicts.c: Update English in comments.
1237 (lookahead_set): Rename from look_ahead_set.
1238 (flush_reduce): Rename argument look_ahead_tokens to lookahead_tokens.
1239 (resolve_sr_conflict): Rename local look_ahead_tokens to
1240 lookahead_tokens, and update other uses.
1241 (flush_shift, set_conflicts, conflicts_solve, count_sr_conflicts,
1242 count_rr_conflicts, conflicts_free): Update uses.
1243 * src/getargs.c (report_args): Move "lookahead" before alternate
1245 (report_types): Update uses.
1246 (usage): For `--report' usage description, state `lookahead' spelling
1247 rather than `look-ahead'.
1248 * src/getargs.h (report.report_lookahead_tokens): Rename from
1249 report_look_ahead_tokens.
1250 * src/lalr.c: Update English in comments.
1251 (compute_lookahead_tokens): Rename from compute_look_ahead_tokens.
1252 (state_lookahead_tokens_count): Rename from
1253 state_look_ahead_tokens_count.
1254 Rename local n_look_ahead_tokens to n_lookahead_tokens.
1255 (lookahead_tokens_print): Rename from look_ahead_tokens_print.
1256 Rename local n_look_ahead_tokens to n_lookahead_tokens.
1258 Update English in output.
1259 (add_lookback_edge, initialize_LA, lalr, lalr_free): Update uses.
1260 * src/print.c: Update English in comments.
1261 (lookahead_set): Rename from look_ahead_set.
1262 (print_reduction): Rename argument lookahead_token from
1264 (print_core, state_default_rule, print_reductions, print_results):
1266 * src/print_graph.c: Update English in comments.
1267 (print_core): Update uses.
1268 * src/state.c: Update English in comments.
1269 (reductions_new): Update uses.
1270 (state_rule_lookahead_tokens_print): Rename from
1271 state_rule_look_ahead_tokens_print, and update other uses.
1272 * src/state.h: Update English in comments.
1273 (reductions.lookahead_tokens): Rename from look_ahead_tokens.
1274 (state_rule_lookahead_tokens_print): Rename from
1275 state_rule_look_ahead_tokens_print.
1276 * src/tables.c: Update English in comments.
1277 (conflict_row, action_row): Update uses.
1278 * tests/glr-regression.at
1279 (Incorrect lookahead during deterministic GLR,
1280 Incorrect lookahead during nondeterministic GLR): Rename
1281 print_look_ahead to print_lookahead.
1282 * tests/torture.at: Update English in comments.
1283 (AT_DATA_LOOKAHEAD_TOKENS_GRAMMAR): Rename from
1284 AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR.
1285 (Many lookahead tokens): Update uses.
1286 * data/glr.c: Update English in comments.
1287 * lalr1.cc: Likewise.
1289 * src/conflicts.h: Likewise.
1290 * src/lalr.h: Likewise.
1291 * src/main.c: Likewise.
1292 * src/output.c: Likewise.
1293 * src/parse-gram.c: Likewise.
1294 * src/tables.h: Likewise.
1295 * tests/calc.at: Likewise.
1297 2006-06-08 Joel E. Denny <jdenny@ces.clemson.edu>
1299 * src/flex-scanner.h (yytext): Remove stray `*/' in #define.
1301 2006-06-07 Paul Eggert <eggert@cs.ucla.edu>
1303 * TODO: Add request from Nelson H. F. Beebe to be able to install
1304 Bison without installing the yacc script.
1306 2006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
1308 * src/flex-scanner.h: For the sake of Flex 2.5.4, don't #define yyleng
1309 and yytext if they're already #define'd.
1310 * src/flex-scanner.h, src/location.h: Move #include "system.h" to...
1311 * src/scan-code-c.c: ... here.
1312 * src/scan-code.l, src/scan-gram.l: ... and here. Also #include
1315 2006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
1317 Get Bison to build again when configured with --enable-gcc-warnings.
1318 * src/location.c, src/location.h, src/main.c, src/scan-code.l: Add some
1320 * src/scan-code.l (handle_action_dollar, handle_action_at): Rename
1321 loc argument as it shadows a global.
1322 * src/scan-gram.l: Remove stray comma that prevents boundary_set
1325 * src/.cvsignore: Add scan-code.c.
1327 2006-06-07 Akim Demaille <akim@epita.fr>
1329 * src/scan-gram.l: Move the "add a trailing ; to actions" code
1331 * src/scan-code.l: here.
1332 * tests/input.at (Torturing the Scanner): Fix another location
1335 2006-06-07 Akim Demaille <akim@epita.fr>
1337 * src/Makefile.am (BUILT_SOURCES): Fix the trailing backslash.
1339 2006-06-06 Akim Demaille <akim@epita.fr>
1341 Extract the parsing of user actions from the grammar scanner.
1342 As a consequence, the relation between the grammar scanner and
1343 parser is much simpler. We can also split "composite tokens" back
1345 * src/gram.h (ITEM_NUMBER_MAX, RULE_NUMBER_MAX): New.
1346 * src/scan-gram.l (add_column_width, adjust_location): Move to and
1348 * src/location.h, src/location.c (add_column_width)
1349 (location_compute): these.
1350 Fix the column count: the initial column is 0.
1351 (location_print): Be robust to ending column being 0.
1352 * src/location.h (boundary_set): New.
1353 * src/main.c: Adjust to scanner_free being renamed as
1355 * src/output.c: Include scan-code.h.
1356 * src/parse-gram.y: Include scan-gram.h and scan-code.h.
1358 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_INITIAL_ACTION)
1359 (PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Remove the {...} part,
1360 which is now, again, a separate token.
1361 Adjust all dependencies.
1362 Whereever actions with $ and @ are used, use translate_code.
1363 (action): Remove this nonterminal which is now useless.
1364 * src/reader.c: Include assert.h, scan-gram.h and scan-code.h.
1365 (grammar_current_rule_action_append): Use translate_code.
1366 (packgram): Bound check ruleno, itemno, and rule_length.
1367 * src/reader.h (gram_in, gram__flex_debug, scanner_cursor)
1368 (last_string, last_braced_code_loc, max_left_semantic_context)
1369 (scanner_initialize, scanner_free, scanner_last_string_free)
1370 (gram_out, gram_lineno, YY_DECL_): Move to...
1371 * src/scan-gram.h: this new file.
1372 (YY_DECL): Rename as...
1374 * src/scan-code.h, src/scan-code.l, src/scan-code-c.c: New.
1375 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
1376 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
1377 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
1378 Move these declarations, and...
1379 (obstack_for_string, STRING_GROW, STRING_FINISH, STRING_FREE):
1381 * src/flex-scanner.h: this new file.
1382 * src/scan-gram.l (rule_length, rule_length_overflow)
1383 (increment_rule_length): Remove.
1384 (last_braced_code_loc): Rename as...
1385 (gram_last_braced_code_loc): this.
1386 Adjust to the changes of the parser.
1387 Move all the handling of $ and @ into...
1388 * src/scan-code.l: here.
1389 * src/scan-gram.l (handle_dollar, handle_at): Remove.
1390 (handle_action_dollar, handle_action_at): Move to...
1391 * src/scan-code.l: here.
1392 * src/Makefile.am (bison_SOURCES): Add flex-scanner.h,
1393 scan-code.h, scan-code-c.c, scan-gram.h.
1394 (EXTRA_bison_SOURCES): Add scan-code.l.
1395 (BUILT_SOURCES): Add scan-code.c.
1396 (yacc): Be robust to white spaces.
1398 * tests/conflicts.at, tests/input.at, tests/reduce.at,
1399 * tests/regression.at: Adjust the column numbers.
1400 * tests/regression.at: Adjust the error message.
1402 2006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
1404 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
1405 Use Akim's wording from
1406 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00056.html>.
1408 2006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
1410 Between Bison releases, manually append `+' to the previous Bison
1411 release number, and use that as a signal to automatically print the
1412 ChangeLog's CVS Id keyword from --version. Discussed starting at
1413 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00028.html>.
1414 * ChangeLog: Add Id header.
1415 * configure.ac (AC_INIT): Append `+' to `2.3'.
1416 * src/.cvsignore: Add revision.c.
1417 * src/Makefile.am (bison_SOURCES): Add revision.c and revision.h.
1418 (BUILT_SOURCES): Add revision.c.
1419 (revision.c): New target rule. This file defines a new global variable
1420 named revision. It initializes it with either the Id from ChangeLog
1421 or, if VERSION doesn't contain `+', with the empty string.
1422 * src/getargs.c (version): Print the value of revision.
1423 * src/revision.h: Extern revision.
1425 2006-06-05 Paul Eggert <eggert@cs.ucla.edu>
1427 * NEWS: Version 2.3.
1428 * configure.ac (AC_INIT): Likewise.
1430 2006-05-30 Paul Eggert <eggert@cs.ucla.edu>
1432 * data/glr.c (YYRECOVERING): Define to be a function-like macro
1433 with no arguments, not as an object-like macro. This is for
1434 compatibility with data/yacc.c. Problem reported by John P. Hartmann in
1435 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00059.html>.
1436 * doc/bison.texinfo (Action Features, Error Recovery, Table of Symbols):
1439 2006-05-30 Joel E. Denny <jdenny@ces.clemson.edu>
1441 * src/getargs.c (usage): Back out yesterday's modification of the
1442 --help output so that we don't have to wait for translation before
1445 2006-05-29 Paul Eggert <eggert@cs.ucla.edu>
1447 * doc/bison.texinfo (Introduction): Don't say "GLR grammar".
1448 Problem reported by Akim Demaille.
1450 2006-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
1452 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
1454 2006-05-26 Paul Eggert <eggert@cs.ucla.edu>
1456 * data/yacc.c (yy_reduce_print): Omit trailing white space in
1457 generated source code. Problem reported by Frans Englich in
1458 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00049.html>.
1460 2006-05-22 Paul Eggert <eggert@cs.ucla.edu>
1462 * Makefile.maint (gzip_rsyncable, GZIP_ENV): Compute within the
1463 shell, not within 'make', so that 'make' by an ordinary builder
1464 (using GNU make) does not worry about configuring gzip. This also
1465 works around a bug reported independently by Keith Thompson and by
1466 Georg Schwarz, whereby gzip 1.2.4 --help would output usage on
1467 stderr rather than stdout, messing up the build logs.
1469 2006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
1471 * data/yacc.c (yyparse): Wrap the final return from yyparse inside YYID
1472 to make sure that YYID will never be unused. This fixes a 'make
1473 maintainer-check' failure caused by the recent changes to the 'Trivial
1474 grammars' test case, which caused g++ 4.1.0 to complain that YYID was
1476 * data/glr.c (yyparse): Wrap yyparse's return inside YYID just in case.
1478 2006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
1480 * data/glr.c (yyresolveLocations): Remove bogus YYASSERT that the
1481 state before an empty RHS is always resolved here. Only the location
1482 of that state is guaranteed to be resolved, and that's enough. This
1483 fixes the remaining bug reported by Derek M. Jones in
1484 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
1485 * tests/glr-regression.at (Uninitialized location when reporting
1486 ambiguity): Test the above case.
1487 Also, the embedded comments in this test case claim it checks the case
1488 of an empty RHS that has inherited the initial location. However, the
1489 corresponding LHS was already resolved, so yyresolveLocations didn't
1490 actually have reason to modify it. Fix this by forcing
1491 nondeterministic operation at the beginning of the parse.
1493 2006-05-20 Paul Eggert <eggert@cs.ucla.edu>
1495 * data/c.m4 (b4_yy_symbol_print_generate):
1496 (b4_yy_symbol_print_generate): Use 'YYSTYPE const' rather than
1497 'const YYSTYPE', and similarly for YYLTYPE. This fixes one
1498 of the bugs reported today by Derek M Jones in
1499 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
1500 * doc/bison.texinfo (Value Type): Document that YYSTYPE must be
1501 defined to be a type name without parens or brackets.
1502 (Location Type): Similarly for YYLTYPE.
1503 * tests/regression.at (Trivial grammars): Put in a test for this
1504 bug that will be caught by 'make maintainer-check' (though not,
1505 alas, by 'make check' unless your compiler is picky).
1507 2006-05-19 Paul Eggert <eggert@cs.ucla.edu>
1509 * NEWS: Version 2.2.
1510 * configure.ac (AC_INIT): Likewise.
1512 2006-05-17 Joel E. Denny <jdenny@ces.clemson.edu>
1514 * data/glr.c (yyreportTree): Make room in yystates for the state
1515 preceding the RHS. This fixes the segmentation fault reported by Derek
1517 <http://lists.gnu.org/archive/html/help-bison/2006-05/msg00035.html>.
1518 (yyreportTree, yypdumpstack): Subtract 1 from yyrule before printing
1519 to the user. Reported for yyreportTree by Derek M. Jones later in the
1521 * THANKS: Add Derek M. Jones.
1522 Update my email address.
1523 Fix typo in Steve Murphy's name.
1525 2006-05-14 Paul Eggert <eggert@cs.ucla.edu>
1527 * data/glr.c (yyreportSyntaxError): Fix off-by-one error in
1528 checking against YYLAST that caused the parser to miss a potential
1529 alternative in its diagnostic.
1530 Problem reported by Maria Jose Moron Fernandez in
1531 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00024.html>.
1532 * data/lalr1.cc (yysyntax_error_): Likewise.
1533 * data/yacc.c (yysyntax_error): Likewise.
1534 * tests/regression.at (_AT_DATA_DANCER_Y): Use static array for
1535 tokens, in case we run into an older C compiler.
1536 (_AT_DATA_EXPECT2_Y, AT_CHECK_EXPECT2): New macros.
1537 Use them to check for the off-by-one error fixed above.
1539 * data/yacc.c (yytnamerr): Fix typo: local var should be of type
1540 YYSIZE_T, not size_t.
1541 * tests/regression.at (Trivial grammars): New test, to catch
1542 the error fixed by the above patch.
1544 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
1546 * doc/bison.texinfo (C++ Bison Interface): Clarify the naming
1548 Reported by Steve Murphy.
1550 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
1552 * data/glr.cc, data/lalr1.cc: Using %defines is mandatory.
1553 * data/glr.cc: b4_location_flag is now b4_locations_flag.
1555 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
1557 Implement --trace=m4.
1558 * src/getargs.c (trace_types, trace_args): Accept trace_m4.
1559 * src/output.c (output_skeleton): When set, pass -dV to m4.
1561 Factor the handling of flags in m4.
1562 * src/output.c (prepare): Rename the muscle names debug, defines,
1563 error_verbose to debug_flag, defines_flag, error_verbose_flag.
1564 * data/c.m4: Adjust.
1565 (_b4_define_flag_if, b4_define_flag_if, b4_defines_if): New.
1566 Use b4_define_flag_if to define other b4_FLAG_if macros.
1567 (b4_location_if): As a consequence, rename as...
1568 (b4_locations_if): this, for consistency.
1569 Adjust all the skeletons.
1571 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
1573 * etc/bench.pm: Shorten bench names.
1575 2006-05-14 Akim Demaille <akim@lrde.epita.fr>
1577 * src/output.h, src/output.c (error_verbose): Move to...
1578 * src/getargs.h, src/getargs.c: here.
1580 Adjust dependencies.
1582 2006-05-13 Paul Eggert <eggert@cs.ucla.edu>
1584 * data/c.m4 (b4_copyright): Put the special exception for Bison
1585 skeletons here, so we don't have to put it in each skeleton. All
1586 uses changed. Suggested by Akim Demaille. Also, wrap the
1587 copyright notice, in case it is longer than 80 columns. Replace
1588 comma by newline after title.
1590 2006-05-11 Paul Eggert <eggert@cs.ucla.edu>
1592 * doc/bison.texinfo (Calc++ Scanner): The flex behavior is an
1593 incompatibility, not a bug. Mention that it wasn't fixed as of
1596 2006-05-11 Akim Demaille <akim@lrde.epita.fr>
1598 * examples/extexi: Enforce the precedence of concatenation over
1600 Reported by Tommy Nordgren.
1602 2006-05-11 Akim Demaille <akim@lrde.epita.fr>
1604 * data/lalr1.cc (yytranslate_): Rename token as t to avoid clashes
1605 with the member "token".
1606 Reported by Martin Nylin.
1608 2006-05-08 Paul Eggert <eggert@cs.ucla.edu>
1610 * data/glr.c: Switch to Bison 2.2 special-exception language in
1611 the copyright notice. Use more-regular format for titles and
1613 * data/glr.cc: Likewise.
1614 * data/location.cc: Likewise.
1615 * data/yacc.cc: Likewise.
1616 * doc/bison.texinfo (Conditions): Document this.
1617 * NEWS: likewise. Upgrade version to 2.2.
1619 2006-04-27 Akim Demaille <akim@lrde.epita.fr>
1621 * data/glr.cc: Remove dead code.
1623 2006-04-25 Paul Eggert <eggert@cs.ucla.edu>
1625 * bootstrap: Comment out the AM_CPPFLAGS line, since we don't use
1626 that variable and the line breaks the bootstrap. Problem reported
1627 by Juan M. Guerrero.
1629 2006-04-24 Akim Demaille <akim@lrde.epita.fr>
1631 * doc/bison.texinfo (Multiple start-symbols): New.
1633 2006-04-24 Akim Demaille <akim@lrde.epita.fr>
1635 * etc/README, etc/bench.pl: New.
1637 2006-04-03 Akim Demaille <akim@lrde.epita.fr>
1639 * src/scan-gram.l: Be robust to BRACED_CODE appearing before any
1641 Reported by Mickael Labau.
1642 * tests/input.at (Torturing the Scanner): Test it.
1644 2006-03-16 Paul Eggert <eggert@cs.ucla.edu>
1646 * doc/bison.texinfo (Decl Summary): Don't mention yylloc twice.
1647 Problem reported by Bob Rossi.
1649 2006-03-13 Paul Eggert <eggert@cs.ucla.edu>
1651 * doc/bison.texinfo: Remove @shorttitlepage stuff; it wasn't used
1652 and didn't really work.
1653 For the index, use @ifnotinfo, not @iftex.
1654 Minor cleanups of spacing and terminology.
1656 2006-03-12 Akim Demaille <akim@lrde.epita.fr>
1658 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Fix the definition
1659 of AT_NAME_PREFIX when %name-prefix is not used.
1661 2006-03-12 Akim Demaille <akim@lrde.epita.fr>
1663 Apply --prefix to C++ skeletons too: they change the namespace.
1664 The test suite already exercize these cases.
1665 * data/c++.m4 (b4_namespace): New.
1666 * data/lalr1.cc, data/glr.cc, data/location.cc: Use it instead of `yy'.
1667 * data/lalr1.cc (yytnameerr_): Move its definition into the namespace.
1668 * data/yacc.c, data/glr.c: Remove a useless `[]'.
1669 * doc/bison.texinfo: Document it.
1670 (Option Cross Key): Use @multitable in all formats. It looks
1671 nicer, even in TeX outputs.
1672 (Rules): Use the same code whatever the output type is.
1673 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS)
1674 (_AT_BISON_OPTION_POPDEFS): Support AT_NAME_PREFIX.
1675 * tests/calc.at: Use it, instead of hard coding `yy'.
1677 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
1679 * TODO: Remove dead items.
1681 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
1683 * doc/FAQ: Remove, merged into...
1684 * doc/bison.texinfo (FAQ): this.
1685 * doc/Makefile.am (EXTRA_DIST): Adjust.
1687 2006-03-10 Akim Demaille <akim@lrde.epita.fr>
1689 * data/c.m4 (b4_token_enum): Always define the enum of tokens,
1691 * data/lalrl1.cc, data/glr.cc (parser::token_type): New.
1692 * doc/bison.texinfo (Calc++ Scanner): Use it.
1694 2006-03-09 Paul Eggert <eggert@cs.ucla.edu>
1696 Fix two nits reported by twlevo, plus one more that I discovered.
1698 * src/assoc.h (assoc_to_string): Give a name to the arg, as
1699 this is the usual Bison style.
1700 * src/location.h (location_print): Likewise.
1702 * src/reader.h (token_name): Likewise.
1704 2006-03-08 Paul Eggert <eggert@cs.ucla.edu>
1706 Fix some nits reported by twlevo.
1707 * doc/FAQ: Remove ancient Y2K FAQ, replacing it with "secure"
1708 and "POSIX". Use more-modern syntax for URLs. Mention C++
1709 and ask for Java. Don't hardwire OS version numbers. Add
1711 * m4/.cvsignore: Add unistd_h.m4, for latest gnulib.
1712 * src/conflicts.c (solved_conflicts_obstack): Now static.
1714 2006-03-08 Joel E. Denny <jdenny@ces.clemson.edu>
1716 * doc/bison.texinfo (Introduction): Mention GLR and C++ as on the web
1717 page. Say "you can use it" not "you may use it" as on the web page;
1718 we're describing capabilities not granting permission.
1720 2006-03-06 Paul Eggert <eggert@cs.ucla.edu>
1722 * data/glr.c (yyresolveLocations): Rename local variables to avoid
1723 shadowing warnings. Use usual patter for iterating through RHS.
1724 * tests/glr-regression.at
1725 (Uninitialized location when reporting ambiguity):
1726 Modify yylex so that it uses its argument, rather than trying
1727 to rely on ARGSUSED (which doesn't work for gcc with warnings).
1728 const char -> char const.
1730 * tests/Makefile.am ($(srcdir)/package.m4, maintainer-check-valgrind):
1731 Don't use tabs inside commands; it messes up 'ps'.
1732 Problem reported by twlevo.
1734 2006-03-06 Joel E. Denny <jdenny@ces.clemson.edu>
1736 * tests/glr-regression.at (Uninitialized location when reporting
1737 ambiguity): New test case.
1738 * data/glr.c (yyresolveLocations): New function, which uses
1740 (yyresolveValue): Invoke yyresolveLocations before reporting an
1742 * doc/bison.texinfo (Default Action for Locations): Note
1743 YYLLOC_DEFAULT's usage for ambiguity locations.
1744 (GLR Semantic Actions): Cross-reference those notes.
1746 2006-03-04 Joel E. Denny <jdenny@ces.clemson.edu>
1748 * tests/glr-regression.at (Leaked semantic values when reporting
1749 ambiguity): Remove unnecessary union and type declarations.
1750 (Leaked lookahead after nondeterministic parse syntax error): New test
1752 * data/glr.c (yyparse): Check for zero stacks remaining before
1753 attempting to shift the lookahead so that you don't lose it.
1755 2006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
1757 Avoid memory leaks by not invoking longjmp in yyreportAmbiguity.
1758 * tests/glr-regression.at (Leaked semantic values when reporting
1759 ambiguity): New test case.
1760 * data/glr.c (yyreportAmbiguity): Invoke yyyerror directly and return
1761 yyabort rather than invoking yyFail, which invokes longjmp. Remove the
1762 now unnecessary yystackp parameter.
1763 (yyresolveValue): Return yyreportAmbiguity's result. Now the necessary
1764 destructors can be called.
1766 * tests/glr-regression.at: Don't invoke bison with `-t' unnecessarily
1767 in existing testcases.
1769 2006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
1771 Don't leak semantic values for parent RHS when a user action cuts the
1772 parser, and clean up related code a bit.
1773 * tests/glr-regression.at (Leaked merged semantic value if user action
1774 cuts parse): Rename to...
1775 (Leaked semantic values if user action cuts parse): ... this. Add check
1776 for leaked parent RHS values.
1777 * data/glr.c (yydestroyGLRState): In debugging output, distinguish
1778 between an unresolved state (non-empty chain of semantic options) and
1779 an incomplete one (signaled by an empty chain).
1780 (yyresolveStates): Document the interface. Move all manipulation of a
1781 successfully or unsuccessfully resolved yyGLRState to...
1782 (yyresolveValue): ... here so that yyresolveValue always leaves a
1783 yyGLRState with consistent data and thus is easier to understand.
1784 Remove the yyvalp and yylocp parameters since they are always just
1785 taken from the yys parameter. When reporting a discarded merged value
1786 in debugging output, note that it is incompletely merged. Document the
1788 (yyresolveAction): If resolving any of the RHS states fails, destroy
1789 them all rather than leaking them. Thus, as long as user actions are
1790 written to clean up the RHS correctly, yyresolveAction always cleans up
1791 the RHS of a semantic option. Document the interface.
1793 2006-02-27 Paul Eggert <eggert@cs.ucla.edu>
1795 * data/glr.c (yyexpandGLRStack): Catch an off-by-one error that
1796 led to a segmentation fault in GNU Pascal. Problem reported
1799 2006-02-21 Joel E. Denny <jdenny@ces.clemson.edu>
1801 * doc/bison.texinfo (Mid-Rule Actions): Explain how to bury a
1802 mid-rule action inside a nonterminal symbol in order to declare a
1803 destructor for its semantic value.
1805 2006-02-16 Paul Eggert <eggert@cs.ucla.edu>
1807 * data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE) && !
1808 YYSTACK_USE_ALLOCA && ! defined YYSTACK_ALLOC && defined
1809 __cplusplus && ! defined _STDLIB_H && !
1810 ((defined YYMALLOC || defined malloc) && (defined YYFREE ||
1811 defined free))]: Include <stdlib.h> rather than rolling our own
1812 declarations of malloc and free, to avoid problems with
1813 incompatible declarations (using 'throw') C++'s stdlib.h. This
1814 should fix Debian bug 340012
1815 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=340012>,
1816 reported by Guillaume Melquiond.
1818 2006-02-13 Paul Eggert <eggert@cs.ucla.edu>
1820 * NEWS: Clarify symbols versus types in unused-value warnings.
1822 * configure.ac (AC_INIT): Bump version number.
1824 2006-02-13 Paul Eggert <eggert@cs.ucla.edu>
1826 * NEWS: Version 2.1a.
1827 * tests/headers.at (AT_TEST_CPP_GUARD_H): Declare yyerror and yylex,
1828 since C99 requires this.
1830 2006-02-11 Paul Eggert <eggert@cs.ucla.edu>
1832 * m4/c-working.m4: New file.
1833 * configure.ac (BISON_TEST_FOR_WORKING_C_COMPILER): Use it.
1835 2006-02-10 Paul Eggert <eggert@cs.ucla.edu>
1837 * Makefile.maint: Merge from coreutils.
1839 2006-02-09 Paul Eggert <eggert@cs.ucla.edu>
1841 More portability fixes for problems summarized by Nelson H. F. Beebe.
1843 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Catch a
1844 configuration screwup "./configure CC=/opt/SUNWspro/bin/c89
1845 CFLAGS="-xarch=generic64" CXX=/opt/SUNWspro/bin/CC
1846 LDFLAGS="-xarch=generic64" with Sun C 5.7 on Solaris 10; this
1847 messes up because C++ code is compiled in 32-bit mode but linked
1850 2006-02-08 Paul Eggert <eggert@cs.ucla.edu>
1852 More portability fixes for problems summarized by Nelson H. F. Beebe.
1854 * doc/bison.texinfo (Calc++ Scanner): Work around a bug in flex
1855 2.5.31. This resembles the 2005-10-10 patch to src/scan-skel.l.
1857 * examples/calc++/Makefile.am (check_PROGRAMS): Renamed from
1858 nodist_PROGRAMS, since we don't need to actually compile the
1859 example if we're just doing a plain 'make'. This avoids bothering
1860 the installer unnecessarily about problems due to weird C++
1863 2006-02-06 Paul Eggert <eggert@cs.ucla.edu>
1865 More portability fixes for problems summarized by Nelson H. F. Beebe.
1867 * tests/headers.at (AT_TEST_CPP_GUARD_H): Use #include <...> rather
1868 than #include "...", and compile with -I'.'. The old method was
1869 not portable, according to Posix and the C standard, and it does
1870 not work with Sun C 5.7, where previous #line directives affect
1871 the working directory used in later #include "..." directives.
1873 2006-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
1875 Various DJGGP specific issues in /djgpp
1877 2006-02-02 Paul Eggert <eggert@cs.ucla.edu>
1879 More portability fixes for problems summarized by Nelson H. F. Beebe.
1881 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check that
1882 '#include <map>' works and that you can apply ++ to iterators.
1884 2006-02-01 Paul Eggert <eggert@cs.ucla.edu>
1886 Work around portability problems summarized by Nelson H. F. Beebe in
1887 <http://lists.gnu.org/archive/html/bug-bison/2005-09/msg00021.html>.
1889 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
1890 that '#include <string>' works.
1892 * data/lalr1.cc (yytranslate_): No longer inline, to work around a
1893 porting problem to g++ 3.4.3 on Darwin 7.9.0, where g++ complained
1894 "warning: sorry: semantics of inline function static data `const
1895 unsigned char translate_table[262]' are wrong (you'll wind up with
1898 * lib/bbitset.h (struct bitset_vtable): Rename members not, and,
1899 or, xor to not_, and_, or_, and xor_, respectively. This works
1900 around a bug in GCC 3.4.3 on Irix 6.5, which apparently has a
1901 random system header somewhere that includes the equivalent of
1904 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that "$CC
1905 -E" works; it apparently doesn't work with PathScale EKO Compiler
1908 2006-01-30 Joel E. Denny <jdenny@ces.clemson.edu>
1910 During deterministic GLR operation, user actions should be able to
1911 influence the parse by changing yychar. To make this easier to fix and
1912 to make glr.c easier to evolve in general, don't maintain yytoken in
1913 parallel with yychar; just compute yytoken when needed.
1914 * tests/glr-regression.at (Incorrect lookahead during deterministic
1915 GLR): Check that setting yychar in a user action has the intended
1917 * data/glr.c (yyGLRStack): Remove yytokenp member.
1918 (yyclearin): Don't set *yytokenp.
1919 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Examine
1920 yychar rather than *yytokenp to determine the current lookahead.
1921 Compute yytoken locally when needed.
1922 (yyparse): Likewise. Remove the local yytoken that yytokenp used to
1925 * doc/bison.texinfo (Bison Options): Remove stray sentence fragment
1926 after `--report' documentation.
1928 2006-01-30 Paul Eggert <eggert@cs.ucla.edu>
1930 * src/parse-gram.y (grammar_declaration): Location of printer
1931 symbol is @1, not list->location. Bug reported by twlevo.
1932 * tests/input.at (Incompatible Aliases): Adjust to above change.
1934 2006-01-29 Paul Eggert <eggert@cs.ucla.edu>
1936 * tests/input.at (AT_CHECK_UNUSED_VALUES): Remove. Instead, do
1937 all the test at once. This makes the output easier to read in the
1940 Fix a longstanding bug uncovered by bro-0.9a9/src/parse.y, which I
1941 got from <http://bro-ids.org/download.html>. The bug is that
1942 when two actions appeared in succession, the second one was
1943 scanned before the first one was added to the grammar rule
1944 as a midrule action. Bison then output the incorrect warning
1945 "parse.y:905.17-906.36: warning: unused value: $3".
1946 * src/parse-gram.y (BRACED_CODE, action): These are no longer
1947 associated with a value.
1948 (rhs): Don't invoke grammar_current_rule_action_append.
1949 (action): Invoke it here instead.
1950 * src/reader.c (grammar_midrule_action): Now extern.
1951 (grammar_current_rule_action_append): Don't invoke
1952 grammar_midrule_action; that is now the scanner's job.
1953 * src/reader.h (last_string, last_braced_code_loc):
1954 (grammar_midrule_action): New decls.
1955 * src/scan-gram.l (last_string): Now extern, sigh.
1956 (last_braced_code_loc): New extern variable.
1957 (<INITIAL>"{"): Invoke grammar_midrule_action if the current
1958 rule already has an action.
1959 (<SC_BRACED_CODE>"}"): Set last_braced_code_loc before returning.
1960 * tests/input.at (AT_CHECK_UNUSED_VALUES):
1961 Add some tests to check that the above changes fixed the bug.
1963 2006-01-27 Paul Eggert <eggert@cs.ucla.edu>
1965 * src/reader.c (symbol_should_be_used): Renamed from symbol_typed_p.
1966 All used changed. Check whether the symbol has a destructor,
1967 not whether it is typed.
1968 * tests/input.at (AT_CHECK_UNUSED_VALUES): Add a destructor, so
1969 that the values are still reported as unused. All line numbers
1972 2006-01-23 Paul Eggert <eggert@cs.ucla.edu>
1974 Work around a bug in bro 0.8, which underparenthesizes its
1975 definition of YYLLOC_DEFAULT.
1976 * data/glr.c: Change all uses of YYLLOC_DEFAULT to parenthesize
1978 * data/lalr1.cc: Likewise.
1979 * data/yacc.cc: Likewise.
1981 2006-01-22 Paul Eggert <eggert@cs.ucla.edu>
1983 Work around a bug in Pike 7.0, and give the Pike folks a
1984 better way to override the usual int widths.
1985 * data/yacc.c (b4_int_type): Use yytype_uint8, etc., so that the
1986 user can override the types.
1987 (short): #undef, to work around a bug in Pike 7.0.
1988 (yytype_uint8, yytype_int8, yytype_uint16, yytype_int16): New types.
1989 (union yyalloc.yyss): Use yytype_int16 rather than short.
1991 (yysigned_char): Remove.
1992 * src/parse-gram.y (YYTYPE_UINT8, YYTYPE_INT8, YYTYPE_UINT16):
1993 (YYTYPE_INT16): New macros, to test the new facility in yacc.c.
1994 * tests/regression.at (Web2c Actions): Adjust to above changes.
1996 * src/reader.c (check_and_convert_grammar): New function.
1997 (reader): Close the input file even if something went wrong during
1998 parsing. Minor file descriptor leak reported by twlevo.
2000 * src/assoc.c (assoc_to_string): Use a default: abort (); case
2001 to pacify gcc -Wswitch-default.
2002 * src/scan-gram.l (adjust_location): Use a default: break; case
2003 to pacify gcc -Wswitch-default.
2004 * src/scan-skel.h (skel_get_lineno, skel_get_in, skel_get_out):
2005 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
2006 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
2007 Move these decls to scan-skel.l, since they don't need to be
2009 * src/scan-skel.l: Accept the above decls.
2010 (skel_lex): New decl, to pacify GCC when unpatched flex 2.5.31
2013 2006-01-21 Paul Eggert <eggert@cs.ucla.edu>
2015 * Makefile.cfg (local-checks-to-skip): Add changelog-check,
2016 since we don't want to insist on a version number at the start
2017 of the changelog every time.
2018 * Makefile.maint: Sync from coreutils a bit better.
2019 (sc_trailing_blank): Renamed from sc_trailing_space.
2021 (sc_no_if_have_config_h, sc_require_config_h):
2022 (sc_prohibit_assert_without_use): New rules.
2023 (sc_obsolete_symbols): Don't catch Makefile.maint itself.
2024 (sc_dd_max_sym_length): Fix leading spaces in rule.
2025 (sc_system_h_headers): Prefix with @.
2026 (sc_useless_cpp_parens, m4-check): Output line numbers.
2027 (changelog-check): Allow version only in head.
2028 * data/c.m4: Use "defined FOO" instead of "defined (FOO)", to
2029 satisfy new Makefile.maint rule.
2030 * data/glr.c: Likewise.
2031 * data/glr.cc: Likewise.
2032 * data/lalr1.cc: Likewise.
2033 * data/yacc.c: Likewise.
2034 * lib/ebitsetv.c: Likewise.
2035 * lib/lbitset.c: Likewise.
2036 * lib/subpipe.c: Likewise.
2037 * lib/timevar.c: Likewise.
2038 * src/system.h: Likewise.
2039 * data/yacc.c (YYSTYPE): Don't generate trailing spaces in output.
2040 * djgpp/Makefile.maint: Add copyright notice.
2041 * djgpp/README.in: Likewise.
2042 * djgpp/config.bat: Likewise.
2043 * djgpp/config.site: Likewise.
2044 * djgpp/config_h.sed: Likewise.
2045 * djgpp/djunpack.bat: Likewise.
2046 * djgpp/config.sed: Fix copyright notice to match standard format.
2047 * djgpp/subpipe.h: Likewise.
2048 * lib/bitsetv-print.c: Likewise.
2049 * lib/bitsetv.c: Likewise.
2050 * lib/subpipe.h: Likewise.
2051 * lib/timevar.c: Likewise.
2052 * lib/timevar.h: Likewise.
2053 * djgpp/subpipe.c: Use standard recipe for config.h.
2054 * lib/abitset.c: Likewise.
2055 * lib/bitset.c: Likewise.
2056 * lib/bitset_stats.c: Likewise.
2057 * lib/bitsetv-print.c: Likewise.
2058 * lib/bitsetv.c: Likewise.
2059 * lib/ebitsetv.c: Likewise.
2060 * lib/get-errno.c: Likewise.
2061 * lib/lbitset.c: Likewise.
2062 * lib/subpipe.c: Likewise.
2063 * lib/timevar.c: Likewise.
2064 * lib/vbitset.c: Likewise.
2065 * tests/local.at: Likewise.
2066 * src/scan-gram.l: Don't include verify.h, since system.h does
2068 * .x-sc_require_config_h: New file.
2069 * .x-sc_unmarked_diagnostics: New file.
2071 2006-01-20 Paul Eggert <eggert@cs.ucla.edu>
2073 Be a bit more systematic about using 'abort'.
2074 * lib/abitset.c (abitset_test): Remove ATTRIBUTE_UNUSED; not needed.
2075 * lib/bitset.c (bitset_bytes, bitset_init, bitset_op4_cmp):
2076 Put 'default: abort ();' before some other case, to satisfy older
2078 * lib/bitset_stats.c (bitset_stats_init): Likewise.
2079 * lib/ebitset.c (ebitset_elt_find, ebitset_op3_cmp): Likewise.
2080 * lib/lbitset.c (lbitset_elt_find, lbitset_op3_cmp): Likewise.
2081 * src/conflicts.c (resolve_sr_conflict): Likewise.
2082 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str):
2083 (get_decision_str, get_orientation_str, get_node_alignment_str):
2084 (get_arrow_mode_str, get_crossing_type_str, get_view_str):
2085 (get_linestyle_str, get_arrowstyle_str): Likewise.
2086 * src/conflicts.c (resolve_sr_conflict):
2087 Use a default case rather than one for the one remaining enum
2088 value, to catch invalid enum values as well.
2089 * src/lalr.c (set_goto_map, map_goto):
2090 Prefer "assert (FOO);" to "if (!FOO) abort ();".
2091 * src/nullable.c (nullable_compute, token_definitions_output):
2093 * src/reader.c (packgram, reader): Likewise.
2094 * src/state.c (transitions_to, state_new, state_reduction_find):
2096 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias):
2097 (symbol_pack): Likewise.
2098 * src/tables.c (conflict_row, pack_vector): Likewise.
2099 * src/scan-skel.l (QPUTS): Remove unnecessary parens.
2100 (BASE_QPUTS, "@output ".*\n): Remove unnecessary asserts.
2101 * src/system.h: Don't include <assert.h>.
2102 (assert): New macro.
2104 * doc/bison.texinfo (Prologue, Rules, Actions, Union Decl, Action Decl):
2105 (Destructor Decl, Parser Function, Pure Calling):
2106 Describe rules for braces inside C code more carefully.
2108 2006-01-19 Paul Eggert <eggert@cs.ucla.edu>
2110 Fix some porting glitches found by Nelson H. F. Beebe.
2111 * lib/abitset.c (abitset_resize): Rewrite to avoid warnings from
2112 compilers that don't understand that abort () does not return.
2113 * src/state.c (transitions_to): Likewise.
2114 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
2115 that '#include <cstdlib>' works.
2116 * src/system.h (INT8_MIN, INT16_MIN, INT32_MIN, INT8_MAX):
2117 (INT16_MAX, UINT8_MAX, INT32_MAX, UINT16_MAX, UINT32_MAX):
2118 #undef if ! defined __STDC_VERSION__ || __STDC_VERSION__ < 199901,
2119 for the benefit of some pre-C99 compilers.
2121 * bootstrap: Undo changes to gnulib files that autoreconf made.
2123 Minor fixups to get 'make maintainer-check' to work.
2124 * configure.ac: Don't use -Wnested-externs, as it's incompatible
2125 with the new verify.h implementation.
2126 * data/c.m4 (b4_yy_symbol_print_generate): YYUSE (yyoutput).
2127 * data/glr.c (YYUSE): Depend on __GNUC__ as well.
2128 * data/yacc.c (YYUSE): Likewise.
2129 * data/lalr1.cc (yysyntax_error_): YYUSE (yystate).
2130 * lib/subpipe.c (end_of_output_subpipe): The args are unused.
2131 * src/parse-gram.y (declaration): Don't pass a string constant
2132 to a function that expects char *, since GCC might complain
2133 about the constant value.
2134 * src/reader.c (symbol_typed_p): Add parens to pacify GCC.
2135 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): #undef yylloc and yylval
2136 before #defining them.
2137 * tests/glr-regression.at
2138 (Incorrectly initialized location for empty right-hand side in GLR):
2139 In yyerror, use the msg arg.
2140 (Corrupted semantic options if user action cuts parse):
2141 (Incorrect lookahead during deterministic GLR):
2142 (Incorrect lookahead during nondeterministic GLR):
2143 Don't name a local var 'index'; it shadows string.h's 'index'.
2145 2006-01-19 Akim Demaille <akim@epita.fr>
2147 * tests/calc.at (_AT_DATA_CALC_Y): Initialize the whole initial
2148 location, not just parts of it.
2150 2006-01-18 Paul Eggert <eggert@cs.ucla.edu>
2152 * NEWS: Document the fact that multiple %unions are now allowed.
2153 * doc/bison.texinfo (Union Decl): Likewise.
2154 * TODO: This feature is now implemented, so remove it from
2157 * Makefile.maint: Merge with coreutils Makefile.maint.
2158 (CVS_LIST): Use build-aux version if available.
2159 (VERSION_REGEXP): New macro.
2160 (syntax-check-rules): Add sc_no_if_have_config_h,
2161 sc_prohibit_assert_without_use, sc_require_config_h,
2162 sc_useless_cpp_parens.
2163 (sc_obsolete_symbols): Check for O_NDELAY.
2164 (sc_dd_max_sym_length): Track coreutils.
2165 (sc_unmarked_diagnostics): Look in all files, not just *.c.
2166 (sc_useless_cpp_parens): New rule.
2167 (news-date-check): Look for version or today's date.
2168 (changelog-check): Don't require version number near head.
2169 (copyright-check): Use current year instead of hardwiring 2005.
2170 (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
2171 (announcement): Add --gpg-key-ID.
2173 * djgpp/config.sed: Add copyright notice, and replace "filesystem"
2176 Avoid undefined behavior that addressed just before the start of an
2177 array. Problem reported by twlevo.
2178 * src/reader.c (packgram): Prepend a new sentinel before ritem.
2179 * src/lalr.c (build_relations): Rely on new sentinel.
2180 * src/gram.c (gram_free): Adjust to new sentinel.
2182 2006-01-12 Joel E. Denny <jdenny@ces.clemson.edu>
2184 * data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses to
2185 yylookaheadNeeds. All uses updated.
2186 (yysplitStack): Rename local yynewLookaheadStatuses to
2187 yynewLookaheadNeeds.
2188 * data/glr-regression.at (Incorrect lookahead during nondeterministic
2189 GLR): In comments, change `lookahead status' to `lookahead need'.
2191 2006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
2193 * data/glr.c (yysplitStack): A little stylistic rewrite.
2195 2006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
2197 * data/glr.c (yyaddDeferredAction): Flesh out the comment.
2199 2006-01-11 Joel E. Denny <jdenny@ces.clemson.edu>
2201 * doc/bison.texinfo: Fix some typos.
2202 (GLR Semantic Actions): New subsection discussing special
2203 considerations because GLR semantic actions might be deferred.
2204 (Actions): Mention look-ahead usage of yylval.
2205 (Actions and Locations): Mention look-ahead usage of yylloc.
2206 (Special Features for Use in Actions): Add YYEOF entry and mention it
2207 in the yychar entry.
2208 In the yychar entry, remove mention of the local yychar case (pure
2209 parser) since this is irrelevant information when writing semantic
2210 actions and since it's already discussed in `Bison Symbols' where
2211 yychar is otherwise described as an external variable.
2212 In the yychar entry, don't call it the `current' look-ahead since it
2213 isn't when semantic actions are deferred.
2214 In the yychar and yyclearin entries, add note about deferred semantic
2216 Add yylloc and yylval entries discussing look-ahead usage.
2217 (Look-Ahead Tokens): When discussing yychar, don't call it the
2218 `current' look-ahead, and do mention yylval and yylloc.
2219 (Error Recovery): Cross-reference `Action Features' when mentioning
2221 (Bison Symbols): In the yychar entry, don't call it the `current'
2223 In the yylloc and yylval entries, mention look-ahead usage.
2225 2006-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
2227 * tests/glr-regression.at: Update copyright year to 2006.
2229 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
2231 * data/glr.c (yyGLRStateSet): Add yybool* yylookaheadStatuses member to
2232 use during nondeterministic operation to track which stacks have
2233 actually needed the current lookahead.
2234 (yyinitStateSet, yyfreeStateSet, yyremoveDeletes, yysplitStack):
2235 Allocate, deallocate, resize, and otherwise shuffle space for
2236 yylookaheadStatuses in parallel with yystates member of yyGLRStateSet.
2237 (yysplitStack, yyprocessOneStack, yyparse): Set lookahead status
2238 appropriately during nondeterministic operation.
2239 (yySemanticOption): Add int yyrawchar, YYSTYPE yyval, and YYLTYPE yyloc
2240 members to store the current lookahead to be used by the deferred
2242 (yyaddDeferredAction): Add size_t yyk parameter specifying the stack
2243 from which the RHS is taken. Set the lookahead members of the new
2244 yySemanticOption according to the lookahead status for stack yyk.
2245 (yyglrShiftDefer, yyglrReduce): Pass yyk parameter on to
2246 yyaddDeferredAction.
2247 (yyresolveAction): Set yychar, yylval, and yylloc to the lookahead
2248 members of yySemanticOption before invoking yyuserAction, and then set
2249 them back to their current values afterward.
2250 (yyparse): Set yychar = YYEMPTY where yytoken = YYEMPTY.
2251 (yyreportAmbiguity): Add /*ARGSUSED*/ to pacify lint.
2252 * tests/glr-regression.at: Remove `.' from the ends of recent test case
2253 titles for consistency.
2254 (Leaked merged semantic value if user action cuts parse): In order to
2255 suppress lint warnings, use arguments in merge function, and assign
2256 char value < 128 in main.
2257 (Incorrect lookahead during deterministic GLR): New test case.
2258 (Incorrect lookahead during nondeterministic GLR): New test case.
2260 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
2262 * data/c.m4 (b4_yy_symbol_print_generate): In yy_symbol_print, accept
2263 !yyvaluep as signal that no semantic value is available to print.
2264 * data/glr.c (yydestroyGLRState): If state is not resolved, don't try
2265 to print a semantic value.
2267 2006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
2269 * tests/glr-regression.at: For consistency with my newer test cases,
2272 2006-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
2274 * data/glr.c (yyresolveValue): When merging semantic options, if at
2275 least one user action succeeds but a later one cuts the parse, then
2276 destroy the semantic value before returning rather than leaking it.
2277 (yyresolveStates): If a user action cuts the parse and thus
2278 yyresolveValue fails, ignore the (unset) semantic value rather than
2279 corrupting the yyGLRState, and empty the semantic options list since
2280 the user actions should have called all necessary destructors.
2281 Simplify code with YYCHK.
2282 * tests/glr-regression.at (Corrupted semantic options if user action
2283 cuts parse): New test case.
2284 (Undesirable destructors if user action cuts parse): New test case.
2285 Before applying any of this patch, this test case never actually failed
2286 for me... but only because the corrupted semantic options usually
2288 (Leaked merged semantic value if user action cuts parse): New test
2291 2006-01-05 Akim Demaille <akim@epita.fr>
2293 * src/reader.c, src/symlist.h, src/symlist.c: s/mid_rule/midrule/.
2295 2006-01-04 Paul Eggert <eggert@cs.ucla.edu>
2297 * data/c.m4 (b4_c_modern): New macro, with a new provision for
2298 _MSC_VER. Problem reported by Cenzato Marco.
2299 (b4_c_function_def): Use it.
2300 * data/yacc.c (YYMODERN_C): Remove. All uses replaced by
2302 (yystrlen, yystpcpy, yyparse): Use b4_c_function... macros rather
2303 than rolling our own.
2305 2006-01-04 Akim Demaille <akim@epita.fr>
2307 Also warn about non-used mid-rule values.
2308 * src/symlist.h, src/symlist.c (symbol_list): Add a mid_rule
2310 (symbol_list_new): Adjust.
2311 * src/reader.c (symbol_typed_p): New.
2312 (grammar_rule_check): Use it.
2313 (grammar_midrule_action): Bind a mid-rule LHS to its rule.
2315 * tests/input.at (AT_CHECK_UNUSED_VALUES): New.
2317 * tests/actions.at (Exotic Dollars): Adjust.
2319 2006-01-04 Akim Demaille <akim@epita.fr>
2321 * src/reader.c (grammar_midrule_action): If $$ is set in a
2322 mid-rule, move the `used' bit to its lhs.
2323 * tests/input.at (Unused values): New.
2324 * tests/actions.at (Exotic Dollars): Adjust: exp is not typed.
2326 2006-01-03 Paul Eggert <eggert@cs.ucla.edu>
2328 * doc/bison.texinfo (Bison Options): Say more accurately what
2330 * src/parse-gram.y (rules_or_grammar_declaration): Don't complain
2331 about declarations in the grammar when in Yacc mode, as POSIX does
2332 not require a diagnostic when the grammar uses extensions.
2334 * src/reduce.c (reduce_grammar): Remove unnecessary cast to bool.
2336 Warn about dubious constructions like "%token T T".
2338 * src/symtab.h (struct symbol.declared): New member.
2339 * src/symtab.c (symbol_new): Initialize it to false.
2340 (symbol_class_set): New arg DECLARING, specifying whether
2341 this is a declaration that we want to warn about, if there
2342 is more than one of them. All uses changed.
2344 * data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c:
2345 Allow multiple %union directives, whose contents concatenate.
2346 * src/parse-gram.y (grammar_declaration): Likewise.
2347 Use muscle_code_grow, so that we don't need stype_line any more.
2350 * src/muscle_tab.c (muscle_grow): Fix comment.
2352 * ChangeLog, data/c.m4, data/glr.c, data/glr.cc, data/location.cc:
2353 * data/yacc.c, src/getargs.c, src/output.c, tests/cxx-type.at:
2354 Update copyright year to 2006.
2356 2006-01-03 Akim Demaille <akim@epita.fr>
2358 Have glr.cc pass (some of) the calc.at tests.
2359 * data/glr.cc (b4_parse_param_orig): New.
2360 (b4_parse_param): Improve its definition, and bound it more
2361 clearly in the skeleton.
2362 (b4_epilogue): Append, instead of prepending, in order to keep
2364 Simplify the generation of auxiliary functions: locations and
2365 purity are mandated.
2366 (b4_global_tokens_and_yystype): Honor it.
2367 * data/location.cc (c++.m4): Don't include it.
2368 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Define AT_GLR_CC_IF
2370 * tests/calc.at (AT_CHECK_CALC): Rely on AT_SKEL_CC_IF instead of
2372 Be sure to initialize the first position's filename.
2373 (AT_CHECK_CALC_LALR1_CC): Add %location and %defines, they are
2375 (AT_CHECK_CALC_GLR_CC): New.
2376 Use it to exercise glr.cc as a lalr1.cc drop-in replacement.
2378 2006-01-02 Akim Demaille <akim@epita.fr>
2380 * src/output.c (output_skeleton): Don't hard wire the inclusion of
2382 * data/c++.m4, data/glr.c, data/yacc.c: Include c.m4.
2383 * data/glr.cc: Do not include stack.hh.
2385 2006-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
2387 * data/glr.c: Reformat whitespace with tabs.
2388 (b4_lpure_formals): Remove this unused m4 macro.
2389 * tests/cxx-type.at: Reformat whitespace with tabs.
2390 (_AT_TEST_GLR_CXXTYPES): In union Node, rename node_info to nodeInfo
2391 since it's a member. Rename type to isNterm for clarity.
2393 2005-12-29 Akim <akim@sulaco.local>
2395 Let glr.cc catch up with symbol_value_print.
2396 * data/glr.cc (b4_yysymprint_generate): Replace by...
2397 (b4_yy_symbol_print_generate): this.
2398 (yy_symbol_print, yy_symbol_value_print): Declare them.
2400 2005-12-28 Paul Eggert <eggert@cs.ucla.edu>
2402 * src/location.h (boundary): Note that a line or column equal
2403 to INT_MAX indicates an overflow.
2404 * src/scan-gram.l: Include verify.h. Don't include get-errno.h.
2405 (rule_length_overflow, increment_rule_length, add_column_width):
2407 (<INITIAL>{id}, <SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'"):
2408 (<SC_BRACED_CODE>"}"):
2409 Use increment_rule_length rather than incrementing it by hand.
2410 (adjust_location, handle_syncline): Diagnose overflow.
2411 (handle_action_dollar, handle_action_at):
2412 Fix bug with monstrosities like $-2147483648.
2413 Remove now-unnecessary checks.
2414 (scan_integer): Verify assumptions and remove now-unnecessary checks.
2415 (convert_ucn_to_byte): Verify assumptions.
2416 (handle_syncline): New arg LOC. All callers changed.
2417 Don't store through a value derived from char const * pointer.
2419 * src/reader.c (grammar_rule_check): Rewrite slightly to avoid
2422 2005-12-27 Paul Eggert <eggert@cs.ucla.edu>
2424 * src/reader.c (grammar_midrule_action, grammar_symbol_append):
2425 Remove unnecessary forward static decls.
2427 2005-12-27 Akim Demaille <akim@epita.fr>
2429 * src/reader.c (grammar_current_rule_check): Also check that $$
2431 Take the rule to check as argument, hence rename as...
2432 (grammar_rule_check): this.
2433 * src/reader.h, src/reader.c (grammar_rule_begin, grammar_rule_end):
2435 (grammar_rule_begin, grammar_rule_end): these, for consistency.
2436 (grammar_midrule_action, grammar_symbol_append): Now static.
2437 * tests/torture.at (input): Don't rely on the default action
2438 being always performed.
2439 * tests/calc.at: "Set" $$ even when the action is "cut" with
2441 * tests/actions.at (Exotic Dollars): Instead of using unused
2442 values, check that the warning is issued.
2444 2005-12-22 Paul Eggert <eggert@cs.ucla.edu>
2446 * NEWS: Improve wording for unused-value warnings.
2448 2005-12-22 Akim Demaille <akim@epita.fr>
2450 * data/lalr1.cc, data/yacc.c, data/glr.c, data/c.m4
2451 (b4_yysymprint_generate): Rename as...
2452 (b4_yy_symbol_print_generate): this.
2453 Generate yy_symbol_print instead of yysymprint.
2454 Generate also yy_symbol_value_print, and use it.
2456 2005-12-22 Akim Demaille <akim@epita.fr>
2458 * NEWS: Warn about unused values.
2459 * src/symlist.h, src/symlist.c (symbol_list, symbol_list_new): Add
2461 (symbol_list_n_get, symbol_list_n_used_set): New.
2462 (symbol_list_n_type_name_get): Use symbol_list_n_get.
2463 * src/scan-gram.l (handle_action_dollar): Flag used symbols.
2464 * src/reader.c (grammar_current_rule_check): Check that values are
2466 * src/symtab.c (symbol_print): Accept 0.
2467 * tests/existing.at: Remove the type information.
2469 Remove useless actions (beware of mid-rule actions: perl -000
2470 -pi -e 's/\s*\{\}(?=[\n\s]*[|;])//g').
2471 * tests/actions.at (Exotic Dollars): Use unused values.
2472 * tests/calc.at: Likewise.
2473 * tests/glr-regression.at (No users destructors if stack 0 deleted):
2476 * src/gram.c (rule_useful_p, rule_never_reduced_p): Use
2479 2005-12-21 Paul Eggert <eggert@cs.ucla.edu>
2481 Undo 2005-12-01 tentative license wording change. The wording is
2482 still being reviewed by the lawyers, and we don't want to wait for
2483 them before publishing a test release. For now, revert to the
2485 * NEWS: Undo 2005-12-01 change.
2486 * data/glr.c: Revert to previous license wording.
2487 * data/glr.cc: Likewise.
2488 * data/lalr1.cc: Likewise.
2489 * data/location.cc: Likewise.
2490 * data/yacc.c: Likewise.
2492 * NEWS: Reword %destructor vs YYABORT etc.
2493 * data/glr.c: Use American spacing, for consistency.
2494 * data/glr.cc: Likewise.
2495 * data/lalr1.cc: Likewise.
2496 * data/yacc.c: Likewise.
2497 * data/yacc.c: Reformat comments slightly.
2498 * doc/bison.texinfo: Replace "non-" with "non" when that makes sense,
2499 for consistency. Fix some spelling errors and reword recently-included
2501 * tests/cxx-type.at: Cast results of malloc, for C++.
2503 2005-12-21 Joel E. Denny <address@hidden>
2505 * tests/cxx-type.at: Construct a tree, count the parents of shared
2506 nodes, and free each node once and only once. Previously, the memory
2507 for semantic values was leaked instead.
2509 2005-12-21 Joel E. Denny <address@hidden>
2511 * data/glr.c (struct yyGLRStack): If pure, add yyval and yyloc members.
2512 (yylval, yylloc): If pure, #define to yystackp->yyval and
2513 yystackp->yyloc similar to yychar and yynerrs.
2514 (yyparse): If pure, remove local yylval and yylloc. Add local
2515 yystackp to accommodate pure definitions of yylval and yylloc.
2516 (b4_lex_param, b4_lyyerror_args, b4_lpure_args): If pure, change
2517 yylvalp and yyllocp to &yylval and &yylloc.
2518 (nerrs, char, lval, lloc): If pure, add #define's for b4_prefix[]
2519 namespace. Previously, nerrs and char were missing, but lval and lloc
2521 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Remove
2522 yylvalp and yyllocp parameters since, if pure, these are now always
2523 accessible through yystackp. If not pure, they are still accessible
2525 * data/glr.c, data/yacc.c (YYLLOC_DEFAULT): Change `if (N)' to
2526 `if (YYID (N))' to pacify lint.
2528 2005-12-21 Akim Demaille <akim@epita.fr>
2530 YYACCEPT, YYERROR, and YYABORT, as user actions, should not
2531 destroy the RHS symbols of a rule.
2532 * data/yacc.c (yylen): Initialize to 0.
2533 Keep its value to the number of items to possibly shift.
2534 In particular, a regular successful parse that ends on YYFINAL by
2535 a (internal) YYACCEPT must not have yylen != 0.
2536 (yyerrorlab, yyreturn): Pop the RHS.
2537 Reorder a bit to emphasize the `shifting' bits of code.
2538 (YYPOPSTACK): Now accept a number of items to pop.
2539 * data/lalr1.cc: Likewise.
2540 * data/glr.c: Formatting changes.
2541 Use goto instead of fall through.
2542 * doc/bison.texinfo (Destructor Decl): Complete.
2544 2005-12-20 Juan Manuel Guerrero <juan.guerrero@gmx.de>
2546 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
2547 * djgpp/Makefile.maint: Fix PACKAGE variable computation.
2548 * djgpp/config.bat: Replace every occurence of the file name
2549 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
2550 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
2551 * djgpp/config.sed: Replace every occurence of the file name
2552 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
2553 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
2554 * djgpp/djunpack.bat: DJGPP specific file.
2555 * djgpp/fnchange.lst: DJGPP specific file.
2556 * djgpp/README.in: Add new information about how to unpack the bison
2557 source on MSDOS and other systems which have 8.3 file name restrictions
2558 using djunpack.bat and fnchange.lst.
2560 2005-12-12 Paul Eggert <eggert@cs.ucla.edu>
2562 * bootstrap (build_cvs_prefix): Remove; unused.
2563 (CVS_PREFIX): Adjust to yesterday's Savannah reorganization
2564 when getting gnulib.
2566 2005-12-12 "Joel E. Denny" <jdenny@ces.clemson.edu>
2568 * data/glr.c: Reorder typedef declarations for structs to match order
2569 of struct declarations.
2570 Rename yystack everywhere to yystackp except in yyparse where it's not
2572 (yyglrShift): Change parameter YYSTYPE yysval to YYSTYPE* yyvalp for
2574 (yyis_table_ninf): Change 0 to YYID (0) to pacify lint.
2575 (yyreportSyntaxError): Add /*ARGSUSED*/ to pacify lint.
2576 (yyparse): Change while (yytrue) to while ( YYID (yytrue)) to pacify
2579 2005-12-09 Paul Eggert <eggert@cs.ucla.edu>
2581 * tests/sets.at (Accept): Fix typos in regular expression used to
2582 sed out the final state number.
2584 Work around portability problem on Solaris 10: flex-generated
2585 files include <stdio.h> before <config.h>, which messes up
2586 because the latter defines __EXTENSIONS__. Address the problem
2587 by creating two new little files that include <config.h> first,
2588 then include the flex-generated files. Rewrite everyone else
2589 to include <config.h> first, as well.
2590 * lib/timevar.c: Always include "config.h".
2591 * src/Makefile.am (bison_SOURCES): Replace scan-gram.l with
2592 scan-gram-c.c, and scan-skel.l with scan-skel-c.c.
2593 (EXTRA_bison_SOURCES): New macro.
2594 * src/scan-gram-c.c, src/scan-skel-c.c: New files.
2595 * src/system.h: Don't include config.h.
2596 * src/LR0.c: Include <config.h> first.
2597 * src/assoc.c: Likewise.
2598 * src/closure.c: Likewise.
2599 * src/complain.c: Likewise.
2600 * src/conflicts.c: Likewise.
2601 * src/derives.c: Likewise.
2602 * src/files.c: Likewise.
2603 * src/getargs.c: Likewise.
2604 * src/gram.c: Likewise.
2605 * src/lalr.c: Likewise.
2606 * src/location.c: Likewise.
2607 * src/main.c: Likewise.
2608 * src/muscle_tab.c: Likewise.
2609 * src/nullable.c: Likewise.
2610 * src/output.c: Likewise.
2611 * src/parse-gram.y: Likewise.
2612 * src/print.c: Likewise.
2613 * src/print_graph.c: Likewise.
2614 * src/reader.c: Likewise.
2615 * src/reduce.c: Likewise.
2616 * src/relation.c: Likewise.
2617 * src/state.c: Likewise.
2618 * src/symlist.c: Likewise.
2619 * src/symtab.c: Likewise.
2620 * src/tables.c: Likewise.
2621 * src/uniqstr.c: Likewise.
2622 * src/vcg.c: Likewise.
2624 * src/parse-gram.y: Fix minor problems uncovered by lint.
2625 (current_lhs, current_lhs_location): Now static.
2626 (current_assoc): Remove unused variable.
2628 Cleanups so that Bison-generated parsers have less lint.
2629 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate):
2630 Prepend /*ARGSUSED*/, for lint's sake.
2631 * data/glr.c (YYUSE): Properly parenthesize, and use an alternate
2632 definition if 'lint' is defined.
2633 (YYID): New macro (or function, if lint).
2634 All uses of /*CONSTCOND*/0 replaced by YYID(0).
2635 * data/yacc.c: Likewise.
2636 * data/glr.c (yyuserAction, yyuserMerge, yy_reduce_print):
2637 (yyrecoverSyntaxError): Prepend /*ARGSUSED*/.
2638 * data/glr.cc (YYLLOC_DEFAULT): Omit /*CONSTCOND*/ since this code
2640 * data/lalr1.cc (YYUSE): Just use a cast, since this code is C++ only.
2641 * data/yacc.c (YYSTACK_FREE) [defined YYSTACK_ALLOC]:
2642 Use YYID(0) rather than 0, for lint.
2643 (yystrlen): Rewrite to avoid lint warning about ptrdiff_t overflow.
2644 (yysyntax_error): Rewrite to avoid lint warnings about parenthesization.
2646 2005-12-07 Paul Eggert <eggert@cs.ucla.edu>
2648 * tests/glr-regression.at
2649 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
2650 Close memory leak reported by twlevo.
2652 2005-12-06 "Joel E. Denny" <jdenny@ces.clemson.edu>
2654 * data/glr.c (yyprocessOneStack, yyparse): Synchronize the shift for
2656 (yyparse): Iterate another stack in order to call user destructors.
2657 * tests/glr-regression.at (No users destructors if stack 0 deleted):
2659 (Duplicated user destructor for lookahead): This test now is expected
2662 2005-12-01 Paul Eggert <eggert@cs.ucla.edu>
2664 * NEWS: Document the following change.
2665 * data/yacc.c: Say "parser skeleton" rather than "file", since
2666 it's no longer just a file.
2667 * data/glr.c: Grant a special exception for C GLR parsers, that
2668 reads like the already-existing exception for C LALR(1) parsers.
2669 * data/glr.cc: Likewise.
2670 * data/lalr1.cc: Likewise.
2671 * data/location.cc: Likewise.
2672 * data/yacc.c: Reword the "written by" statement to clarify that
2673 it was the parser skeleton, not the entire output file.
2674 * data/glr.c: Written by Paul Hilfinger.
2675 * data/glr.cc: Written by Akim Demaille.
2676 * data/lalr1.cc: Likewise.
2678 2005-11-18 Paul Eggert <eggert@cs.ucla.edu>
2680 * data/yacc.c (yy_reduce_print, YY_REDUCE_PRINT):
2681 Fix typos in previous change that broke 'make check'.
2682 YY_REDUCE_PRINT cannot be a pseudo-varargs macro; that isn't
2684 * tests/calc.at (_AT_CHECK_CALC,_AT_CHECK_CALC_ERROR):
2685 Don't check NUM-STDERR-LINES, since the output format is fluctuating.
2686 We can revert this once things settle down.
2688 * src/conflicts.c (conflicts_print): Don't print file name twice
2689 when %expect fails because there were no conflicts.
2690 * doc/bison.texinfo (Expect Decl): Tighten up wording in previous
2692 * tests/conflicts.at (%expect not enough, %expect too much):
2693 (%expect with reduce conflicts): Adjust to new behavior.
2695 2005-11-18 Akim Demaille <akim@epita.fr>
2697 * src/conflicts.c (conflicts_print): Unsatisfied %expectation are
2699 * NEWS: Document this.
2700 * doc/bison.texinfo (Expect Decl): Likewise.
2702 2005-11-16 Akim Demaille <akim@epita.fr>
2704 Generalize the display of semantic values and locations in traces.
2705 * data/glr.c (yy_reduce_print): Fix indices (again).
2706 * data/c++.m4 (b4_rhs_value, b4_rhs_location): Don't expect
2708 * data/lalr1.cc (yyreduce_print): Rename as...
2709 (yy_reduce_print): this.
2710 Display values and locations.
2711 * data/yacc.c (yy_reduce_print): Likewise.
2712 (YY_REDUCE_PRINT): Adjust to pass the required arguments.
2713 (yysymprint): Move higher to be visible from yy_reduce_print).
2715 * tests/calc.at: Adjust the expected length of the traces.
2717 2005-11-14 Akim Demaille <akim@epita.fr>
2719 * data/glr.c (yy_reduce_print): The loop was quite wrong: type are
2720 from 1 to N, while values and location start at 0.
2721 (b4_rhs_location, b4_rhs_value): Add parens around $1 and $2.
2723 2005-11-14 Akim Demaille <akim@epita.fr>
2725 * data/glr.c (yy_reduce_print): Fix the $ number.
2727 2005-11-14 Akim Demaille <akim@epita.fr>
2729 "Use" parse parameters.
2730 * data/c.m4 (b4_parse_param_for, b4_parse_param_use): New.
2731 * data/glr.c, data/glr.cc: Use them.
2732 * data/glr.c (YYUSE): Have a C++ definition that supports
2735 2005-11-14 Akim Demaille <akim@epita.fr>
2737 * data/glr.c (yyexpandGLRStack): Declare only if defined.
2739 2005-11-14 Akim Demaille <akim@epita.fr>
2742 * data/m4sugar/m4sugar.m4 (m4_prepend): New.
2744 2005-11-12 Akim Demaille <akim@epita.fr>
2746 Let position and location be PODs.
2747 * data/location.cc (position::initialize, location::initialize): New.
2748 (position::position, location::location): Define only if
2749 b4_location_constructors is defined.
2750 * data/lalr1.cc (b4_location_constructors): Define it for backward
2752 * doc/bison.texinfo (Initial Action Decl): Use initialize.
2754 2005-11-12 Akim Demaille <akim@epita.fr>
2756 * data/lalr1.cc: Move the body of the ctor and dtor into the
2757 parser file (instead of the header).
2758 Wrap the implementations in a "namespace yy".
2760 2005-11-12 Akim Demaille <akim@epita.fr>
2762 Have glr.c include its header file when created.
2763 * data/glr.c (b4_shared_declarations): New.
2764 Output them verbatim in the parser if !%defines, otherwise
2765 output then in the header file, and include it instead.
2767 2005-11-11 Akim Demaille <akim@epita.fr>
2769 * data/glr.c: Comment changes.
2771 2005-11-11 Akim Demaille <akim@epita.fr>
2773 When yydebug, report semantic and location values for reductions.
2774 * data/glr.c (yy_reduce_print): Report the semantic values and the
2776 (YY_REDUCE_PRINT): Adjust.
2777 (yyglrReduce): Use them.
2778 (b4_rhs_value, b4_rhs_location): Remove m4_eval invocations.
2779 * data/c.m4 (b4_yysymprint_generate): Specify the const arguments.
2780 * tests/calc.at (_AT_CHECK_CALC_ERROR): Remove the reduction
2783 2005-11-10 Akim Demaille <akim@epita.fr>
2785 * data/glr.c (yynewGLRStackItem, YY_RESERVE_GLRSTACK): New.
2786 (yyaddDeferredAction, yyglrShift, yyglrShiftDefer): Use them.
2787 (yyexpandGLRStack, YYRELOC): Define only when YYSTACKEXPANDABLE.
2789 2005-11-09 Albert Chin-A-Young <china@thewrittenword.com>
2791 * m4/cxx.m4, examples/Makefile.am: Don't build
2792 examples/calc++ if no C++ compiler is available. (trivial change)
2794 2005-11-09 Akim Demaille <akim@epita.fr>
2796 * src/scan-skel.l: Use a couple of asserts.
2798 2005-11-03 Akim Demaille <akim@epita.fr>
2800 In some (weird) cases, the final state number is incorrect.
2801 Reported by Alexandre Duret-Lutz.
2802 * src/LR0.c (state_list_append): Remove the computation of
2804 (save_reductions): Do it here.
2805 (get_state): Alpha conversion.
2806 (generate_states): Use a for loop.
2807 * src/gram.h (item_number_is_rule_number)
2808 (item_number_is_symbol_number): New.
2809 * src/state.c: Use assert.
2810 * src/system.h: Include assert.h.
2811 * tests/sets.at (Accept): New.
2813 2005-10-30 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
2815 * data/glr.c (yyfill): Adjust comment.
2816 (yyresolveAction): Initialize default location properly
2817 for empty right-hand sides.
2818 (yydoAction): Ditto.
2819 Add comment explaining apparently dead code.
2820 * tests/glr-regression.at
2821 (Incorrectly initialized location for empty right-hand side in GLR):
2824 2005-10-30 Paul Eggert <eggert@cs.ucla.edu>
2826 * bootstrap (cleanup_gnulib): New function. Use it to clean up
2827 gnulib when interrupted. This fixes some race conditions and
2828 works around some portability problems (one noted by Paul
2831 2005-10-22 Akim <akim@epita.fr>
2833 * Makefile.cfg: Adjust to config -> build-aux.
2836 2005-10-21 Akim Demaille <akim@epita.fr>
2838 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Pass
2840 * data/glr.c (YY_SYMBOL_PRINT, yydestroyGLRState): Adjust.
2841 * data/yacc.c (b4_Pure_if): Rename as...
2842 (b4_yacc_pure_if): this.
2843 (YY_SYMBOL_PRINT, yyparse): Adjust.
2844 * doc/bison.texinfo: Formatting changes.
2846 2005-10-21 Akim Demaille <akim@epita.fr>
2848 Finish the transition config -> build-aux.
2849 * configure.ac, Makefile.am: Use build-aux.
2850 * config/prev-version, config/announce-gen, config/Makefile.am:
2852 * build-aux/prev-version, build-aux/announce-gen,
2853 * build-aux/Makefile.am: here.
2855 2005-10-14 Akim Demaille <akim@epita.fr>
2857 * examples/calc++/test: Use set -x only when VERBOSE.
2859 2005-10-13 Paul Eggert <eggert@cs.ucla.edu>
2861 * NEWS: Bison now warns if it finds a stray `$' or `@' in an action.
2862 * src/scan-gram.l (<SC_BRACED_CODE>[$@]): Implement this.
2864 2005-10-13 Akim Demaille <akim@epita.fr>
2866 * src/scan-skel.l: Output the base name parts of the parser and
2868 * tests/output.at (AT_CHECK_OUTPUT): Support subdirectories, and
2870 Use this to exercise C++ outputs in subdirs.
2871 Reported by Oleg Smolsky.
2873 2005-10-12 Paul Eggert <eggert@cs.ucla.edu>
2875 * data/c.m4 (b4_c_function_def): Look at __C99_FUNC__, not at
2876 __STDC_VERSION__, as IBM cc 7.0 doesn't define the latter either.
2877 Problem reported by John P. Hartmann.
2878 * data/yacc.c (YYMODERN_C): Likewise. Don't define if the user has
2881 2005-10-12 Akim Demaille <akim@epita.fr>
2883 * src/parse-gram.y (version_check): Exit 63 to please missing
2884 (stands for "version mismatch).
2885 * tests/input.at, doc/bison.texinfo: Adjust.
2887 2005-10-10 Paul Eggert <eggert@cs.ucla.edu>
2889 Work around portability problems with Visual Age C compiler
2890 (xlc and xlC_r) reported by John P. Hartmann.
2891 * data/location.cc (initial_column, initial_line): Remove.
2892 All uses replaced by 0 and 1.
2893 * src/scan-gram.l (gram_wrap): Redefine to avoid bug in flex 2.5.31
2894 that xlc complains about.
2895 * src/scan-skel.l (skel_wrap): Likewise.
2896 * data/c.m4 (b4_c_function_def): Look at __STDC_VERSION__ as well
2898 * data/yacc.c (YYMODERN_C): New macro, which also looks at
2899 __STDC_VERSION__. Use it everywhere instead of looking at
2900 __STDC__ and __cplusplus.
2902 2005-10-10 Akim Demaille <akim@epita.fr>
2904 * examples/calc++/test: Be quiet unless VERBOSE.
2906 2005-10-05 Paul Eggert <eggert@cs.ucla.edu>
2908 * data/c.m4 (yydestruct, yysymprint):
2909 Use YYUSE instead of casting to void.
2910 * data/glr.c (YYUSE): New macro.
2911 (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
2912 Use it instead of rolling our own.
2913 (YYLLOC_DEFAULT, YYCHK, YYDPRINTF, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
2915 Use /*CONSTCOND*/ to suppress lint warnings.
2916 * data/lalr1.cc (YYLLOC_DEFAULT, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
2917 (YY_STACK_PRINT): Use 'false' not '0'.
2919 (yysymprint_, yydestruct_): Use it instead of rolling our own.
2920 * data/yacc.c (YYUSE): New macro.
2921 (YYCOPY, YYSTACK_RELOCATE, YYBACKUP, YYLLOC_DEFAULT):
2922 (YYDPRINTF, YY_SYMBOL_PRINT, YY_STACK_PRINT, YY_REDUCE_PRINT):
2923 (yyerrorlab): Use /*CONSTCOND*/ to suppress lint warnings.
2926 * data/m4sugar/m4sugar.m4 (_m4_map): New macro.
2927 (m4_map, m4_map_sep): Use it. Handle the empty list correctly.
2929 2005-10-04 Paul Eggert <eggert@cs.ucla.edu>
2931 Undo the parts of the unlocked-I/O change that substituted
2932 putc or puts for printf. This might hurt performance a bit,
2933 but some people prefer the printf style.
2934 * data/c.m4 (yysymprint): Prefer printf to puts and putc.
2935 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): Remove.
2936 All uses replaced by YYFPRINTF and YYDPRINTF.
2937 * data/yacc.c: Likewise.
2938 * lib/bitset.c (bitset_print): Likewise.
2939 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer printf to
2941 * lib/lbitset.c (debug_lbitset): Likewise.
2942 * src/closure.c (print_firsts, print_fderives): Likewise.
2943 * src/gram.c (grammar_dump): Likewise.
2944 * src/lalr.c (look_ahead_tokens_print): Likewise.
2945 * src/output.c (escaped_output): Likewise.
2946 (user_actions_output): Break apart two printfs.
2947 * src/parse-gram.y (%printer): Prefer printf to putc and puts.
2948 * src/reduce.c (reduce_print): Likewise.
2949 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
2950 * src/system.h: Include unlocked-io.h rathe than stdio.h.
2952 * data/glr.c (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
2953 Use assignments rather than casts-to-void to suppress
2954 unused-variable warnings. This pacifies 'lint'.
2955 * data/lalr1.cc (yysymprint_, yydestruct_): Use a call to suppress
2956 unused-variable warnings.
2958 2005-10-03 Juan Manuel Guerrero <juan.guerrero@gmx.de>
2960 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
2962 2005-10-02 Paul Eggert <eggert@cs.ucla.edu>
2964 Use unlocked I/O for a minor performance improvement on hosts like
2965 GNU/Linux and Solaris that support unlocked I/O. The basic idea
2966 is to use the gnlib unlocked-io module, and to prefer putc and
2967 puts to printf when either will work (since the latter doesn't
2968 come in an unlocked flavor).
2969 * bootstrap (gnulib_modules): Add unlocked-io.
2970 * data/c.m4 (yysymprint): Prefer puts and putc to printf.
2971 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): New macros.
2972 Prefer them to YYFPRINTF and YYDPRINTF if either will do,
2973 and similarly for puts and putc and printf.
2974 * data/yacc.c: Likewise.
2975 * lib/bitset.c (bitset_print): Likewise.
2976 * lib/bitset.h [USE_UNLOCKED_IO]: Include unlocked-io.h.
2977 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer putc and puts
2979 * lib/lbitset.c (debug_lbitset): Likewise.
2980 * src/closure.c (print_firsts, print_fderives): Likewise.
2981 * src/gram.c (grammar_dump): Likewise.
2982 * src/lalr.c (look_ahead_tokens_print): Likewise.
2983 * src/output.c (escaped_output): Likewise.
2984 (user_actions_output): Coalesce two printfs.
2985 * src/parse-gram.y (%printer): Prefer putc and puts to printf.
2986 * src/reduce.c (reduce_print): Likewise.
2987 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
2988 * src/system.h: Include unlocked-io.h rather than stdio.h.
2990 * data/lalr1.cc: Don't put an unmatched ' in a dnl comment, as
2991 this confuses xgettext.
2993 2005-10-02 Akim Demaille <akim@epita.fr>
2995 * bootstrap (gnulib_modules): Add strverscmp.
2996 * lib/.cvsignore: Add strverscmp.c, strverscmp.h.
2997 * m4/.cvsignore: Add strverscmp.m4.
2998 * src/parse-gram.y (%require): New token, new rule.
2999 (version_check): New.
3000 * src/scan-gram.l (%require): Adjust.
3001 * tests/input.at (AT_REQUIRE): New.
3003 * doc/bison.texinfo (Require Decl): New.
3004 (Calc++ Parser): Use %require.
3006 2005-10-02 Akim Demaille <akim@epita.fr>
3008 * data/location.cc: New.
3010 2005-10-02 Paul Eggert <eggert@cs.ucla.edu>,
3011 Akim Demaille <akim@epita.fr>
3013 Make sure -odir/foo.cc creates dir/location.hh etc.
3014 * src/files.h (spec_outfile, parser_file_name, spec_name_prefix)
3015 (spec_file_prefix, spec_verbose_file, spec_graph_file)
3016 (spec_defines_file): Now const.
3018 (short_base_name): Remove.
3019 * src/files.c: Adjust.
3020 (dirname.h): Include.
3021 (base_name): Don't prototype it.
3022 (finput): Remove, duplicates gram_in.
3023 (full_base_name, short_base_name): Replace by...
3024 (all_but_ext, all_but_tab_ext): these.
3025 (compute_base_names): Rename as...
3026 (compute_file_name_parts): this.
3027 Update to compute the new variables, including dir_prefix.
3028 Adjust dependencies.
3029 * src/output.c (prepare): Output them.
3030 * src/reader.c: Adjust to use gram_in, not finput.
3031 * src/scan-skel.l (@dir_prefix@): New.
3033 2005-10-02 Juan Manuel Guerrero <juan.guerrero@gmx.de>
3035 * lib/subpipe.c: New function end_of_output_subpipe() added
3036 to allow support for non-posix systems. This is a no-op function
3039 * lib/subpipe.h: New function end_of_output_subpipe() added
3040 to allow support for non-posix systems. This is a no-op function
3043 * src/output.c (output_skeleton): Use end_of_output_subpipe() to
3044 handle the lack of pipe/fork functionality on non-posix systems.
3046 * djgpp/Makefile.maint: DJGPP specific file.
3048 * djgpp/README.in: DJGPP specific file.
3050 * djgpp/config.bat: DJGPP specific configuration file.
3052 * djgpp/config.sed: DJGPP specific configuration file.
3054 * djgpp/config.site: DJGPP specific configuration file.
3056 * djgpp/config_h.sed: DJGPP specific configuration file.
3058 * djgpp/subpipe.c: DJGPP specific replacement file for lib/subpipe.c.
3060 * djgpp/subpipe.h: DJGPP specific replacement file for lib/subpipe.h.
3062 2005-10-02 Akim Demaille <akim@epita.fr>
3064 * data/location.cc: New, extract from...
3065 * data/lalr1.cc: here.
3066 (location.hh): Include it after the user prologue, in case the
3067 filename type is defined by the user.
3068 Forward declation location and position before the pre-prologue.
3069 (yyresult_): Rename as...
3070 (yyresult): this, it's a local variable, not an attribute.
3071 * data/Makefile.am (dist_pkgdata_DATA): Adjust.
3073 2005-10-01 Akim Demaille <akim@epita.fr>
3075 * examples/extexi: Restore the #line generation.
3077 2005-09-30 Akim Demaille <akim@epita.fr>,
3078 Alexandre Duret-Lutz <adl@gnu.org>
3080 Move the token type and YYSTYPE in the parser class.
3081 * data/lalr1.cc (stack.hh, location.hh): Include earlier.
3082 (parser::token): New, from the moved free definition of tokens.
3083 (parser::semantic_value): Now a full definition instead of an
3084 indirection to YYSTYPE.
3085 (b4_post_prologue): No longer included in the header file, but
3086 in the implementation file.
3087 * doc/bison.texi (C+ Language Interface): Update.
3088 * src/parse-gram.y: Support unary %define.
3089 * tests/actions.at: Define global_tokens_and_yystype for backward
3090 compatibility until we update the tests.
3091 * tests/calc.at: Idem.
3092 (first_line, first_column, last_line, last_column): Define for lalr1.cc
3093 to simplify the code.
3095 2005-09-29 Paul Eggert <eggert@cs.ucla.edu>
3097 Port to SunOS 4.1.4, which lacks strtoul and strerror.
3098 Ah, the good old days! Problem reported by Peter Klein.
3099 * bootstrap (gnulib_modules): Add strerror, strtoul.
3100 * lib/.cvsignore: Add strerror.c, strtol.c, strtoul.c
3101 * m4/.cvsignore: Add strerror.m4, strtol.m4, strtoul.m4.
3103 2005-09-29 Akim Demaille <akim@epita.fr>
3105 * data/c.m4 (b4_error_verbose_if): New.
3106 * data/lalr1.cc: Use it.
3107 (YYERROR_VERBOSE_IF): Remove.
3108 (yyn_, yylen_, yystate_, yynerrs_, yyerrstatus_): Remove as
3109 parser members, replaced by...
3110 (yyn, yylen, yystate, yynerss, yyerrstatus): these parser::parse
3112 (yysyntax_error_): Takes the state number as argument.
3113 (yyreduce_print_): Use the argument yyrule, not the former
3116 2005-09-26 Paul Eggert <eggert@cs.ucla.edu>
3118 * bootstrap (gnulib_modules): Add verify.
3119 * lib/.cvsignore: Add verify.h.
3120 * src/getargs.c: Use ARGMATCH_VERIFY rather than verify.
3121 * src/system.h (verify): Remove.
3122 Include verify.h instead.
3123 * src/tables.c (tables_generate): Use new API for 'verify'.
3125 2005-09-21 Paul Eggert <eggert@cs.ucla.edu>
3127 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Do not use
3128 local variables whose names begin with 'yy'.
3129 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
3130 Trivial changes from Joel E. Denny.
3132 * bootstrap (gnulib_modules): Remove alloca. Bison doesn't need
3134 * src/main.c (main) [C_ALLOCA]: Don't flush alloca'ed memory; we
3135 don't use alloca any more.
3137 * data/yacc.c [YYSTACK_USE_ALLOCA && !defined __GNUC__ && ! defined
3138 __BUILTIN_VA_ARG_INCR && ! defined _AIX && ! defined _MSC_VER &&
3139 defined _ALLOCA_H]: Don't include <stdlib.h>; not needed in this case.
3140 * tests/torture.at (Exploding the Stack Size with Alloca): Adjust
3141 to match yacc.c, to test more hosts.
3143 2005-09-20 Paul Eggert <eggert@cs.ucla.edu>
3145 * data/yacc.c (YYSIZE_T): Reindent to make it clearer. This
3146 doesn't affect behavior.
3147 (YYSTACK_ALLOC) [YYSTACK_USE_ALLOCA]: Improve support for
3149 (_STDLIB_H): Renamed from YYINCLUDED_STDLIB_H. All uses changed.
3150 This works a bit better with glibc, if user code has already included
3152 * doc/bison.texinfo (Bison Parser): Document that users can't
3153 arbitrarily use malloc and free for other purposes. Document
3154 that <alloca.h> and <malloc.h> might be included.
3155 (Table of Symbols): Under YYSTACK_USE_ALLOCA, Don't claim that the
3156 user must declare alloca.
3158 * HACKING (release): Forwarn the Translation Project about
3161 2005-09-20 Akim Demaille <akim@epita.fr>
3163 * data/glr.c: Use b4_token_enums, not b4_token_enums_defines.
3165 2005-09-19 Paul Eggert <eggert@cs.ucla.edu>
3167 * data/yacc.c (YYSIZE_MAXIMUM): New macro.
3168 (YYSTACK_ALLOC_MAXIMUM): Use it.
3169 (yysyntax_error): New function.
3170 (yyparse) [YYERROR_VERBOSE]: Don't leak memory indefinitely if
3171 multiple syntax errors are reported, and alloca is being used.
3172 Instead, reallocate buffers twice as big each time, so that
3173 we waste at most half the allocated memory. Start with a small
3174 (128-byte) buffer that will suffice in most cases anyway.
3175 Use yysyntax_error to do most of the work.
3177 * doc/bison.texinfo (Error Reporting, Table of Symbols):
3178 yynerrs is the number of errors reported, not the number of
3181 * tests/glr-regression.at (Duplicated user destructor for lookahead):
3182 Mark it as expected to fail.
3183 Cast result of malloc; problem reported by twlevo@xs4all.nl.
3184 * tests/actions.at, tests/calc.at, tests/glr-regression.at:
3185 Don't start user-code symbols with "yy", to avoid name space problems.
3187 2005-09-19 Akim Demaille <akim@epita.fr>
3189 Remove the traits, failed experiment.
3190 It never proved useful, and anyway because of the current
3191 definition, it was not possible to have several specialization of
3192 this traits, making it useless.
3193 * data/lalr1.cc (yy:traits): Remove.
3194 Inline its definitions in the parser class.
3196 2005-09-19 Akim Demaille <akim@epita.fr>
3198 * tests/atlocal.in (LIBS): Pass INTLLIBS to address failures on at
3199 least Mac OSX with a /usr/local install of gettext.
3201 2005-09-19 Akim Demaille <akim@epita.fr>
3203 * data/lalr1.cc (yyparse): Rename yylooka and yyilooka as yychar
3204 and yytoken for similarity with the other skeletons.
3206 2005-09-19 Akim Demaille <akim@epita.fr>
3208 * NEWS, configure.ac: update version number to 2.1a.
3210 2005-09-16 Paul Eggert <eggert@cs.ucla.edu>
3212 * NEWS: Version 2.1.
3214 * NEWS: Remove notice of yytname change, since it was never in an
3216 * data/glr.c (yydestroyGLRState): Rename local var to avoid shadowing
3218 * src/output.c (prepare): Likewise.
3219 * data/lalr1.cc (YYERROR_VERBOSE_IF): New macro.
3220 (yysyntax_error_): Use it to avoid GCC warning when YYERROR_VERBOSE
3221 is not defined. This is an awful hack, but it's enough for now.
3222 All callers changed.
3223 * tests/glr-regression-at (make_value): Args are const pointers now,
3224 to avoid GCC warning.
3225 (Duplicated user destructor for lookahead): New test. Currently
3226 skipped. It fails on my host but I'm not sure it'll always fail.
3228 2005-09-16 Akim Demaille <akim@epita.fr>
3230 * src/symtab.h (struct symbol): Declare the printer and destructor
3231 as const, to avoid accidental calls to free.
3232 (symbol_destructor_set, symbol_printer_set): Adjust.
3233 * src/symtab.c: Adjust.
3235 2005-09-16 Akim Demaille <akim@epita.fr>
3237 * data/c.m4 (b4_token_enums): New.
3238 (b4_token_defines): Rename as...
3239 (b4_token_enums_defines): this.
3240 (b4_token_defines): New, output only the #defines.
3241 * data/yacc.c, data/glr.c: Adjust.
3242 * data/lalr1.cc: Use b4_token_enums instead of b4_token_enums_defines.
3243 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Define
3246 2005-09-16 Akim Demaille <akim@epita.fr>
3248 * data/lalr1.cc (yylex_): Remove, inline its code.
3249 (yyreport_syntax_error_): Remove, replaced by...
3250 (yysyntax_error_): this which returns a string and leaves to the
3251 caller the call to the users' error function.
3252 (yylooka_, yyilooka_, yylval, yylloc, yyerror_range_, yyval, yyloc):
3253 Move from members of the parser object...
3254 (yylooka, yyilooka, yylval, yylloc, yyerror_range, yyval, yyloc):
3255 to local variables of the parse function.
3257 2005-09-16 Akim Demaille <akim@epita.fr>
3259 * doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF
3260 since it's in Bison's name space.
3262 2005-09-15 Paul Eggert <eggert@cs.ucla.edu>
3264 * data/glr.c (yyresolveValue): Add default case to pacify
3265 gcc -Wswitch-default. Problem reported by twlevo@xs4all.nl.
3267 * NEWS: Document when yyparse started to return 2.
3268 * doc/bison.texinfo (Parser Function): Document when yyparse
3271 * data/lalr1.cc: Revert part of previous change, as it's incompatible.
3272 (b4_filename_type): Renamed back from b4_file_name_type. All uses
3274 (class position): file_name -> filename (reverting). All uses changed.
3276 2005-09-14 Paul Eggert <eggert@cs.ucla.edu>
3278 * examples/calc++/Makefile.am ($(calc_sources_generated)): Don't
3279 do anything if $@ exists. This reverts part of the 2005-07-07
3282 2005-09-11 Paul Eggert <eggert@cs.ucla.edu>
3284 * Makefile.am (EXTRA_DIST): Do not distribute REFERENCES; it
3285 contains obsolete information and isn't worth distributing as a
3286 separate file anyway.
3287 * data/glr.c [defined YYSETJMP]: Don't include <setjmp.h>.
3288 (YYJMP_BUF, YYSETJMP, YYLONGJMP) [!defined YYSETJMP]: New macros.
3289 All uses of jmp_buf, setjmp, longjmp changed to use these instead.
3290 (yyparse): Abort if user code uses longjmp to throw an unexpected
3293 2005-09-09 Paul Eggert <eggert@cs.ucla.edu>
3295 * data/c.m4 (b4_identification): Define YYBISON_VERSION.
3296 Suggested by twlevo@xs4all.nl.
3298 * data/glr.c (YYCHK1): Do not assume YYE is in range.
3299 This avoids a diagnostic from gcc -Wswitch-enum.
3300 Problem reported by twlevo@xs4all.nl.
3302 * doc/bison.texinfo: Don't use "filename", as per GNU coding
3303 standards. Use "file name" or "file" or "name", depending on
3305 (Invocation): The output of "bison hack/foo.y" goes to foo.tab.c,
3306 not to hack/foo.tab.c.
3307 (Calc++ Top Level): 2nd arg of main is not const.
3308 * data/glr.c: b4_filename -> b4_file_name.
3309 * data/lalr1.cc: Likewise. Also, b4_filename_type -> b4_file_name_type.
3311 (class position): filename -> file_name. All uses changed.
3312 * data/yacc.c: b4_filename -> b4_file_name.
3313 * lib/bitset.h: filename -> file_name in local vars.
3314 * lib/bitset_stats.c: Likewise.
3315 * src/files.c: Likewise.
3316 * src/scan-skel.l ("@output ".*\n): Likewise.
3317 * src/files.c (file_name_split): Renamed from filename_split.
3318 * src/muscle_tab.c (muscle_init): Output b4_file_name, not b4_filename.
3320 2005-09-08 Paul Eggert <eggert@cs.ucla.edu>
3322 * lib/.cvsignore: Add pipe-safer.c, stdio--.h, unistd--.h,
3323 to accommodate latest gnulib.
3325 * tests/glr-regression.at (Duplicate representation of merged trees):
3326 Add casts to pacify g++. Problem reported by twlevo@xs4all.nl.
3328 * bootstrap: Add comment as to why the AM_LANGINFO_CODESET hack is
3331 2005-08-26 Paul Eggert <eggert@cs.ucla.edu>
3333 * data/glr.c (yydestroyGLRState): Renamed from yydestroyStackItem.
3334 All uses changed. Invoke user destructor after an error during a
3335 split parse (trivial change from Joel E. Denny).
3337 * tests/glr-regression.at
3338 (User destructor after an error during a split parse): New test case.
3339 Problem reported by Joel E. Denny in:
3340 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00029.html
3342 2005-08-25 Paul Eggert <eggert@cs.ucla.edu>
3344 * README-cvs: Give URLs for recommended tools.
3345 Mention Gzip version problem, and bootstrapping issues.
3346 Remove troubleshooting section, as it's somewhat obsolete.
3348 * bootstrap (no_cache): New var, to accommodate different wget
3349 variants. Use it instead of '-C off'. Problem reported by
3352 * data/glr.c (yydestroyStackItem): New function.
3353 (yyrecoverSyntaxError, yyreturn): Use it to improve quality of
3354 debugging information. Problem reported by Joel E. Denny.
3356 2005-08-25 Akim Demaille <akim@epita.fr>
3358 * tests/local.at (AT_COMPILE_CXX): Pass $LINKS too.
3360 2005-08-24 Paul Eggert <eggert@cs.ucla.edu>
3362 * data/glr.c (yyrecoverSyntaxError, yyreturn):
3363 Don't invoke destructor on unresolved entries.
3364 * tests/glr-regression.at
3365 (User destructor for unresolved GLR semantic value): New test case.
3366 Problem reported by Joel E. Denny in:
3367 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00016.html
3369 2005-08-21 Paul Eggert <eggert@cs.ucla.edu>
3371 * lib/.cvsignore: Remove realloc.c, strncasecmp.c, xstrdup.c.
3373 * m4/.cvsignore: Remove codeset.m4, gettext.m4, lib-ld.m4,
3374 lib-prefix.m4, po.m4.
3376 * data/glr.c (yyreturn): Use "Cleanup:" rather than "Error:"
3377 in yydestruct diagnostic, since it might not be an error.
3378 Problem reported by Joel Denny near end of
3379 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
3380 * data/lalr1.cc (yyerturn): Likewise.
3381 * data/yacc.c (yyreturn): Likewise.
3382 * tests/calc.at (_AT_CHECK_CALC_ERROR): Adjust to the above change.
3384 * src/files.c: Remove obsolete FIXME comment.
3386 * data/glr.c (YY_SYMBOL_PRINT): Append a newline, for consistency
3387 with the other templates, and to fix bogus run-on messages such
3388 as the one reported at the end of
3389 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
3390 All callers changed to avoid the newline.
3391 (yyprocessOneStack): Output two lines rather than one, to accommodate
3392 the above change. This changes the debug output format slightly.
3394 * data/glr.c (yyresolveValue): Fix redundant parse tree problem
3395 reported by Joel E. Denny in
3396 <http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00004.html>
3398 * tests/glr-regression.at (Duplicate representation of merged trees):
3399 New test, from Joel E. Denny in:
3400 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00013.html>.
3401 * THANKS: Add Joel E. Denny.
3403 * configure.ac (AC_INIT): Bump to 2.0c.
3405 2005-07-24 Paul Eggert <eggert@cs.ucla.edu>
3407 * NEWS: Version 2.0b.
3409 * Makefile.am (SUBDIRS): Put examples before tests, so that
3410 "make check" doesn't finish with "All 1 tests passed".
3412 * tests/regression.at (Token definitions): Don't rely on
3413 AT_PARSER_CHECK for data that contains backslashes. It currently
3414 uses 'echo', and 'echo' isn't portable if its argument contains
3415 backslashes. Problem found on OpenBSD 3.4. Also, do not assume
3416 that the byte '\0xff' is not printable in the C locale; it is,
3417 under OpenBSD 3.4 (!). Luckily, '\0x80' through '\0x9e' are
3418 not printable, so use '\0x81' to test.
3420 * data/glr.c (YYOPTIONAL_LOC): Define even if it's not a recent
3421 version of GCC, since the macro is used with non-GCC compilers.
3423 Fix core dump reported by Pablo De Napoli in
3424 <http://lists.gnu.org/archive/html/bug-bison/2005-07/msg00053.html>.
3425 * tests/regression.at (Invalid inputs with {}): New test.
3426 * src/parse-gram.y (token_name): Translate type before using
3429 * data/glr.c (ATTRIBUTE_UNUSED): Remove, since it infringes on
3430 the user's name space. All uses changed to __attribute__
3432 (yyFail, yyMemoryExhausted, yyreportAmbiguity):
3433 Add __attribute__ ((__noreturn__)).
3435 * etc/clcommit: Remove. We weren't using it, and it failed
3436 "make maintainer-distcheck".
3437 * Makefile.maint: Merge from coreutils.
3438 (CVS_LIST, CVS_LIST_EXCEPT): New macros.
3439 (syntax-check-rules): Change list of rules as described below.
3440 (sc_cast_of_alloca_return_value, sc_dd_max_sym_length):
3441 (sc_file_system, sc_obsolete_symbols, sc_prohibit_atoi_atof):
3442 (sc_prohibit_jm_in_m4, sc_root_tests, sc_tight_scope):
3443 (sc_trailing_space): New rules.
3444 (sc_xalloc_h_in_src): Remove.
3445 (sc_cast_of_argument_to_free, sc_cast_of_x_alloc_return_value):
3446 (sc_space_tab, sc_error_exit_success, sc_changelog):
3447 (sc_system_h_headers, sc_sun_os_names, sc_unmarked_diagnostics):
3448 (makefile-check, po-check, author_mark_check):
3449 (makefile_path_separator_check, copyright-check):
3450 Use grep -n, to make it easier to find violations.
3451 Use CVS_LIST and CVS_LIST_EXCEPT.
3452 (header_regexp, h_re): Remove.
3454 (sc_dd_max_sym_length, .re-list, news-date-check): New rules.
3455 (my-distcheck): Use more-modern GCC flags.
3456 (signatures, %.asc): Remove.
3457 (rel-files, announcement): Remove signatures.
3458 Restore old updating code, even though we don't use it, so
3459 that we're the same as coreutils.
3460 (alpha, beta, major): Depend on news-date-check.
3461 Make the upload commands.
3463 * data/c.m4, data/lalr1.cc, data/yacc.c: Normalize white space.
3464 * lib/abitset.h, lib/bbitset.h, lib/bitset.h: Likewise.
3465 * lib/bitset_stats.c, lib/ebitset.h, lib/lbitset.c: Likewise.
3466 * lib/libitset.h, lib/timevar.c, lib/vbitset.h: Likewise.
3467 * src/Makefile.am, src/gram.c, src/muscle_tab.h: Likewise.
3468 * src/parse-gram.y, src/system.h, src/tables.c, src/vcg.c: Likewise.
3469 * src/vcg_defaults.h, tests/cxx-type.at, tests/existing.at: Likewise.
3470 * tests/sets.at: Likewise.
3472 * data/m4sugar/m4sugar.m4: Sync from Autoconf, except that
3473 we comment out the Autoconf version number.
3474 * doc/bison.texinfo (Calc++ Scanner): Don't use atoi, as
3475 it's error-prone and "make maintainer-distcheck" rejects it.
3477 * lib/subpipe.c: Include <fcntl.h> without checking for HAVE_FCNTL_H.
3478 Indent calls to "error" to pacify "make maintainer-distcheck",
3479 when the calls are not intended to be translated.
3480 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't check for fcntl.h.
3482 * src/Makefile.am (DEFS): Use +=, to pacify
3483 "make maintainer-distcheck".
3484 (bison_SOURCES): Add scan-skel.h.
3485 (sc_tight_scope): New rule, from coreutils.
3487 * src/files.c (src_extension, header_extension):
3488 Now static, not extern.
3489 * src/getargs.c (short_options): Likewise.
3490 * src/muscle_tab.c (muscle_table): Likewise.
3491 * src/parse-gram.y (current_class, current_type, current_prec):
3493 * src/reader.c (grammar_end, previous_rule_end): Likewise.
3494 * src/getargs.h: Redo comments to pacify "make maintainer-distcheck".
3495 * src/main.c (main): Cast bindtextdomain and textdomain calls to
3496 void, to avoid warning when NLS is disabled.
3497 * src/output.c: Include scan-skel.h.
3498 (scan_skel): Remove decl, since scan-skel.h does this.
3500 Indent calls to "error" to pacify "make maintainer-distcheck".
3501 * src/print_graph.c: Don't include <obstack.h>, as system.h does this.
3502 * src/reader.h (gram_end, gram_lineno): New decls to pacify
3503 "make maintainer-distcheck".
3504 * src/scan-skel.l (skel_lex, skel_get_lineno, skel_get_in):
3505 (skel_get_out, skel_get_leng, skel_get_text, skel_set_lineno):
3506 (skel_set_in, skel_set_out, skel_get_debug, skel_set_debug):
3507 (skel_lex_destroy, scan_skel): Move these decls to...
3508 * src/scan-skel.h: New file.
3509 * src/uniqstr.c (uniqstr_assert):
3510 Indent calls to "error" to pacify "make maintainer-distcheck".
3512 * tests/Makefile.am ($(srcdir)/package.m4): Use $(VAR),
3515 * tests/torture.at: Revamp to avoid misuse of atoi that
3516 "make maintainer-distcheck" complained about.
3518 * examples/extexi (message): Don't print a message more than once,
3519 and omit line-number decoration that makes Emacs compile think
3520 that informative messages are worth worrying about.
3522 2005-07-22 Paul Eggert <eggert@cs.ucla.edu>
3524 * configure.ac: Update version number.
3526 * Makefile.am (SUBDIRS): Add examples; somehow this got removed
3528 * examples/calc++/calc++-parser.yy: Remove from CVS, as it's
3529 autogenerated by the maintainer.
3530 * examples/calc++/.cvsignore: Add *.yy.
3532 * lib/bitset.c (bitset_alloc): Don't cast xcalloc result.
3533 * lib/bitset_stats.c (bitset_stats_init): Likewise.
3534 * lib/bitsetv.c (bitsetv_alloc): Likewise.
3536 * po/POTFILES.in: Add lib/xalloc-die.c; remove lib/xmalloc.c.
3538 * src/relation.c (relation_transpose): Rewrite to avoid bogus complaint
3539 from maintainer-distcheck about casting the argument of 'free'.
3541 * NEWS: Mention recent yytname changes.
3542 * THANKS: Add Anthony Heading, twlevo@xs4all.nl.
3544 * bootstrap: For translations that have not yet been upgraded to
3545 the new runtime-po domain, prime the pump by extracting the
3546 relevant strings from the obsolete translations. This code can be
3547 removed once the bison-runtime domain has been translated by each
3550 * src/scan-gram.l (<SC_PRE_CODE>.): Don't double-quote token names,
3551 now that token names are already quoted.
3553 Fix problem reported by Anthony Heading.
3554 * data/glr.c (YYTOKEN_TABLE): New macro.
3555 (yytname): Define if YYTOKEN_TABLE.
3556 * data/yacc.c (YYTOKEN_TABLE, yytname): Likewise.
3557 * data/lalr1.cc (YYTOKEN_TABLE, yytname_): Likewise.
3558 (YYERROR_VERBOSE): Define the same way the other skeletons do.
3559 * src/output.c (prepare_symbols): Output token_table_flag.
3561 2005-07-21 Paul Eggert <eggert@cs.ucla.edu>
3563 * data/glr.c (yyinitGLRStack, yyreturn): Don't call malloc
3564 again if the first call fails.
3566 * data/glr.c (yytnamerr): New function.
3567 (yyreportSyntaxError): Use it to dequote most string literals.
3568 * data/lalr1.c (yytname_): Renamed from yyname_, for compatibility
3569 with other skeletons. All uses changed.
3570 (yytnameerr_): New function.
3571 (yyreport_syntax_error): Use it to dequote most string literals.
3572 * data/yacc.c (yytnamerr): New function.
3573 (yyerrlab): Use it to decode most string literals.
3574 * doc/bison.texinfo (Decl Summary, Calling Convention):
3575 Clarify quoting convention of yytname.
3576 * src/output.c (prepare_symbols): Quote all names. This undoes
3577 the 2005-04-17 change, which is now accomplished (mostly) via
3578 changes in the parsers as described above.
3579 * tests/regression.at (Token definitions, Web2c Actions):
3580 Undo most 2005-04-17 change here, too.
3582 2005-07-20 Paul Eggert <eggert@cs.ucla.edu>
3584 Fix more problems reported by twlevo@xs4all.nl.
3585 * tests/cxx-type.at: Don't pipe output of ./types through sed to
3586 remove trailing spaces. This loses the exit status of ./types,
3587 and isn't needed since ./types shouldn't be emitting trailing
3589 * data/glr.c (yyreturn): Don't pop stack if yyinitStateSet failed,
3590 as the stack isn't valid in that case.
3592 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
3593 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
3594 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
3595 Add declarations to pacify "gcc -Wmissing-prototypes" when flex 2.5.31
3597 * src/scan-skel.l (skel_get_lineno, skel_get_in, skel_get_out):
3598 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
3599 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
3602 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Work even with
3603 overly-picky compilers that reject 'char *foo = "bar";'.
3605 * src/symtab.c (SYMBOL_ATTR_PRINT, symbol_print): Direct output
3606 to FILE * parameter, not to stderr. This fixes a typo introduced
3607 in the 2005-07-12 change.
3609 * lib/subpipe.c (create_subpipe): Rewrite slightly to avoid
3610 warnings from GCC 4.
3612 * data/glr.c (yyexpandGLRStack, yyaddDeferredAction, yyexpandGLRStack):
3613 (yyglrShiftDefer, yysplitStack):
3614 Remove unused parameters b4_pure_formals. All uses changed.
3615 (yyglrShift): Remove unused parameters b4_user_formals.
3617 (yyglrReduce): Removed unused parameter yylocp. All uses changed.
3619 2005-07-18 Paul Eggert <eggert@cs.ucla.edu>
3621 Destructor cleanups and regularization among the three skeletons.
3622 * NEWS: Document the behavior changes.
3623 * data/glr.c (yyrecoverSyntaxError): Don't bother to pop the
3624 stack before failing, as the cleanup code will do it for us now.
3625 * data/lalr1.cc (yyerrlab): Likewise.
3626 * data/glr.c (yyparse): Pop everything off the stack before
3627 freeing it, so that destructors get called properly.
3628 * data/lalr1.cc (yyreturn): Likewise.
3629 * data/yacc.c (yyreturn): Pop and destroy the start symbol, too.
3630 This is more consistent.
3631 * doc/bison.texinfo (Destructor Decl): Mention more reasons
3632 why destructors might be called. 1.875 -> 2.1.
3633 (Destructor Decl, Decl Summary, Table of Symbols):
3634 Some English-language cleanups for %destructor.
3635 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
3636 Add output line for destructor of start symbol.
3637 * tests/calc.at (AT_CHECK_CALC): Add one to line counts,
3638 because of that same extra output line.
3640 * NEWS: Document minor wording changes in diagnostics of
3641 Bison-generated parsers.
3642 * data/glr.c (yyMemoryExhausted): Renamed from yyStackOverflow.
3643 Remove unused formals. All uses changed.
3644 (yyreportAmbiguity): "ambiguity detected" -> "syntax is ambiguous".
3645 (yyparse): Rename yyoverflowlab to yyexhaustedlab.
3646 * data/yacc.c (yyparse): "parser stack overflow" -> "memory exhausted".
3647 Rename yyoverflowab to yyexhaustedlab.
3648 When memory exhaustion occurs during syntax-error reporting,
3649 report it separately rather than in a single diagnostic; this
3651 * doc/bison.texinfo (Memory Management): Renamed from Stack Overflow.
3652 (Memory Exhausted): Renamed from Parser Stack Overflow.
3653 Revamp wording slightly to prefer "memory exhaustion".
3654 * tests/actions.at: "parser stack overflow" -> "memory exhausted".
3656 * data/c.m4 (b4_yysymprint_generate): Use YYFPRINTF, not fprintf.
3658 Add i18n support to the GLR skeleton. Partially fix the C++
3659 skeleton; a C++ expert needs to finish this. Remove debugging
3660 msgids; there's little point to having them translated, since they
3661 can be understood only by someone who can read the
3662 (English-language) source code.
3664 Generate runtime-po/bison-runtime.pot automatically, so that we
3665 don't have to worry about garbage getting in that file. We'll
3666 make sure after the next official release that old msgids don't
3668 <http://lists.gnu.org/archive/html/bison-patches/2005-07/msg00119.html>.
3670 * runtime-po/Makefile.in.in, runtime-po/bison-runtime.pot: Remove.
3672 * PACKAGING: Don't claim that Gawk, GCC, Perl use this method yet.
3673 Fix typos in explanations of the runtime file.
3674 * bootstrap: Change gettext keyword from YYI18N to YY_.
3675 Use standard Makefile.in.in in runtime-po, since we'll arrange
3676 for backward-compatible bison-runtime.po files in a different way.
3677 * data/glr.c (YY_): New macro, from yacc.c.
3678 (yyuserAction, yyreportAmbiguity, yyreportSyntaxError, yyparse):
3679 Translate messages intended for users.
3680 (yyreportSyntaxError): Change "virtual memory" to "memory" to match
3681 the wording in the other skeletons. We don't know that the memory
3683 * data/lalr1.cc (YY_): Renamed from _. All uses changed.
3684 Use same method that yacc.c uses.
3685 Don't translate debugging messages.
3686 (yy::yyreport_syntax_error): Put in a FIXME for the i18n stuff;
3687 it doesn't work (yet), and requires C++ expertise to fix.
3688 * data/yacc.c (YY_): Renamed from YY18N. All uses changed.
3689 Move defn to a more logical place, to be consistent with other
3691 Don't translate debugging messages.
3692 Don't assume line numbers fit in unsigned int; use unsigned long fmts.
3693 * doc/bison.texinfo: Mention <libintl.h>. Change glibc cross reference
3694 to gettext cross reference. Add indexing terms. Mention YYENABLE_NLS.
3695 * runtime-po/POTFILES.in: Add data/glr.c, data/lalr1.cc.
3697 Fix yyerror / yylex test glitches noted by twlevo@xs4all.nl.
3698 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Have yyerror return
3700 * tests/glr-regression.at (Badly Collapsed GLR States):
3702 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
3703 yylex should return 0 at EOF rather than aborting.
3705 Improve tests for stack overflow in GLR parser.
3706 Problem reported by twlevo@xs4all.nl.
3707 * data/glr.c (struct yyGLRStack): Remove yyerrflag member.
3709 (yyStackOverflow): Just longjmp, but with value 2 so that caller
3710 can handle the problem.
3711 (YYCHK1): Use goto (a la yacc.c) rather than setting a flag.
3712 (yyparse): New local variable yyresult to record the result.
3713 Use result of setjmp to set it, rather than storing itinto
3715 (yyDone): Remove label.
3716 (yyacceptlab, yyabortlab, yyoverflowlab, yyreturn): New labels,
3717 to mimic yacc.c. Do not discard lookahead if it's EOF (possible
3718 if YYABORT is used).
3719 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Exit with
3720 yyparse status; put status > 1 into diagnostic.
3721 Check that status==2 works.
3722 * tests/calc.at, tests/cxx-type.at, tests/glr-regression.at:
3723 Use exit status 3 for failure to open (which shouldn't happen).
3725 2005-07-17 Paul Eggert <eggert@cs.ucla.edu>
3727 * tests/conflicts.at (%nonassoc and eof): Don't exit with status
3728 1 on syntax error; just let yyparse do its thing.
3729 * tests/glr-regression.at (Badly Collapsed GLR States): Likewise.
3730 * tests/torture.at (AT_DATA_STACK_TORTURE): Likewise.
3731 (Exploding the Stack Size with Alloca):
3732 (Exploding the Stack Size with Malloc):
3733 Expect exit status 2, not 1, since the parser is supposed to blow
3734 its stack. Problem reported by twlevo@xs4all.nl.
3736 * data/glr.c (yyparse): Don't assume that the initial calls
3737 to YYMALLOC succeed; in that case, yyparse incorrectly returned 0.
3738 Print a stack-overflow message and fail instead.
3739 Initialize the line-number information before creating the stack,
3740 so that the stack-overflow message can report line zero safely.
3742 2005-07-14 Paul Eggert <eggert@cs.ucla.edu>
3744 Fix problems reported by twlevo@xs4all.nl.
3745 * data/glr.c (YYSTACKEXPANDABLE): Don't define if already defined.
3746 (yyuserMerge): Provide a default case if b4_mergers is empty.
3747 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Define YYSTACKEXPANDABLE.
3748 * tests/glr-regression.at
3749 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
3750 Add casts to pacify C++ compilers.
3751 * tests/glr-regression.at (Improper merging of GLR delayed action
3752 sets): Declare yylex before using it.
3753 * tests/Makefile.am (maintainer-check-g++): Fix a stray
3754 $(GXX) that escaped the renaming of GXX to CXX. Remove bogus
3755 test for valgrind; valgrind is independent of g++.
3756 (maintainer-check-posix): Add _POSIX2_VERSION=200112, to check
3757 for compatibility with POSIX 1003.1-2001 (if running coreutils).
3758 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Port to stricter C++.
3759 Use a destructor, so that we can expand the stack. Change
3760 YYSTYPE to char * so that we can free it. Cast result of malloc.
3762 2005-07-13 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
3764 * data/glr.c (yyuserAction): Fix uninitialized variable that caused
3765 a valgrind failure. Problem reported by twlevo@xs4all.nl.
3767 2005-07-13 Paul Eggert <eggert@cs.ucla.edu>
3769 * PACKAGING: New file, suggested by Bruno Haible and taken from
3770 similar wording in gettext's PACKAGING file.
3771 * NEWS: Mention PACKAGING.
3772 * Makefile.am (EXTRA_DIST): Add PACKAGING.
3774 2005-07-12 Paul Eggert <eggert@cs.ucla.edu>
3776 * NEWS: Document recent i18n improvements.
3777 * bootstrap: Get runtime translations into runtime-po.
3778 Create runtime-po files automatically, if possible.
3779 * configure.ac: Invoke BISON_I18N, so that we eat our own dog food.
3780 * data/yacc.c: Rewrite inclusion of <libintl.h> so that ENABLE_NLS
3781 does not infringe on the user's name space.
3782 (YYENABLE_NLS): Renamed from ENABLE_BISON_NLS.
3783 * doc/bison.texinfo (Internationalization): Revamp the English
3784 and Texinfo syntax a bit, to try to make it clearer.
3785 (Bison Options, Option Cross Key): Mention --print-localedir.
3786 * m4/bison-i18n.m4 (BISON_I18N): Rename ENABLE_BISON_NLS to
3787 YYENABLE_NLS. Quote a bit more.
3788 * runtime-po/.cvsignore: New file.
3789 * runtime-po/Makefile.in.in (mostlyclean): Remove *.old.pot.
3790 * runtime-po/Rules-quot: Remove; now created by bootstrap.
3791 * runtime-po/quot.sed: Likewise.
3792 * runtime-po/boldquot.sed: Likewise.
3793 * runtime-po/en@quot.header: Likewise.
3794 * runtime-po/en@boldquot.header: Likewise.
3795 * runtime-po/insert-header.sin: Likewise.
3796 * runtime-po/remove-potcdate.sin: Likewise.
3797 * runtime-po/Makevars: Likewise.
3798 * runtime-po/LINGUAS: Likewise.
3799 * runtime-po/de.po: Likewise; we will rely on the translation project
3800 to maintain this, so "bootstrap" should get it.
3801 * src/getarg.c (PRINT_LOCALEDIR_OPTION): Let the C compiler determine
3803 * src/main.c (main): Bind the bison-runtime domain, too.
3805 2005-07-12 Bruno Haible <bruno@clisp.org>
3807 * data/yacc.c: Include <libintl.h> when NLS is enabled.
3808 (YYI18N): Renamed from _. Use dgettext when NLS is enabled.
3809 * po/POTFILES.in: Remove autogenerated file src/parse-gram.c.
3810 * runtime-po: New directory.
3811 * runtime-po/Makefile.in.in: New file, copied from po/, with modified
3812 $(DOMAIN).pot-update rule, so that old messages are never dropped.
3813 * runtime-po/Rules-quot: New file, copied from po/.
3814 * runtime-po/quot.sed: Likewise.
3815 * runtime-po/boldquot.sed: Likewise.
3816 * runtime-po/en@quot.header: Likewise.
3817 * runtime-po/en@boldquot.header: Likewise.
3818 * runtime-po/insert-header.sin: Likewise.
3819 * runtime-po/remove-potcdate.sin: Likewise.
3820 * runtime-po/Makevars: New file.
3821 * runtime-po/POTFILES.in: New file.
3822 * runtime-po/LINGUAS: New file.
3823 * runtime-po/bison-runtime.pot: New file.
3824 * runtime-po/de.po: New file.
3825 * m4/bison.m4: New file.
3826 * Makefile.am (SUBDIRS): Add runtime-po.
3827 (aclocaldir, aclocal_DATA): New variables.
3828 * configure.ac: Add AC_CONFIG_FILES of runtime-po/Makefile.in.
3830 * src/getargs.c (usage): Document --print-localedir option.
3831 (PRINT_LOCALEDIR_OPTION): New enum item.
3832 (long_options): Add --print-localedir option.
3833 (getargs): Handle --print-localedir option.
3834 * doc/bison.texinfo (Bison Parser): Remove paragraph about _().
3835 (Internationalization): New section.
3837 2005-07-12 Akim Demaille <akim@epita.fr>
3839 * src/symtab.h, src/symtab.c (symbol_print): Swap the arguments,
3840 for consistency with the rest of the code.
3841 * src/symlist.h, src/symlist.c (symbol_list_print): Ditto.
3844 2005-07-12 Akim Demaille <akim@epita.fr>
3846 * src/parse-gram.y: Use %printer instead of YYPRINT.
3848 2005-07-12 Akim Demaille <akim@epita.fr>
3850 * src/symtab.h, src/symtab.c (symbol_print): New.
3851 * src/symlist.h, src/symlist.c (symbol_list_print): New.
3852 * src/symlist.c (symbol_list_n_type_name_get): Report the culprit.
3854 2005-07-12 Akim Demaille <akim@epita.fr>
3856 * data/glr.c (b4_syncline): Fix (swap) the definitions of
3857 b4_at_dollar and b4_dollar_dollar.
3859 2005-07-11 Paul Eggert <eggert@cs.ucla.edu>
3861 * doc/bison.texinfo (Mystery Conflicts): Add reference to DeRemer
3862 and Pennello's paper.
3864 2005-07-09 Paul Eggert <eggert@cs.ucla.edu>
3866 * data/yacc.c (yyparse): Undo previous patch. Instead,
3867 set yylsp[0] and yyvsp[0] only if the initial action
3868 sets yylloc and yylval, respectively.
3870 * data/yacc.c (yyparse): In the initial action, set
3871 yylsp[0] and yyvsp[0] rather than yylloc and yylval.
3872 This avoids the use of undefined variables if the initial
3873 action does not set yylloc and/or yylval.
3875 2005-07-07 Paul Eggert <eggert@cs.ucla.edu>
3877 * examples/calc++/calc++-driver.cc, examples/calc++/calc++-driver.hh:
3878 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc:
3879 Remove from CVS. These files are automatically generated.
3880 * examples/extexi: Clarify that this file is now part of Bison,
3881 not GNU M4, and that it works with any POSIX-compatible Awk.
3882 * examples/calc++/Makefile.am (run_extexi): Remove; not used.
3883 ($(calc_extracted)): Renamed from $(calc_sources_extracted),
3884 so that we also get calc++-parser.yy. Geneate it.
3885 Use $(AWK), not gawk, since any conforming Awk will do.
3886 Put comment before action, since older 'make' can't handle comment
3888 $(BUILT_SOURCES): List all built sources, not just some of them.
3889 $(MAINTAINERCLEANFILES): Remove *.stamp, and all built sources.
3890 $($(srcdir)/calc++-parser.stamp): Work even if POSIXLY_CORRECT.
3891 $($(calc_sources_generated)): Remove unnecessary test for existence
3892 of target. (This had a shell syntax error anyway; a stray "x".)
3893 (calc_extracted): List $(srcdir)/calc++-parser.yy, not
3895 * examples/.cvsignore, examples/calc++/.cvsignore: New files.
3897 * bootstrap (gnulib_modules): Add gettext, now that it's no longer
3898 implied by the other modules.
3900 2005-07-06 Akim Demaille <akim@epita.fr>
3902 Bind examples/calc++ to the package.
3903 * examples/calc++/Makefile: Remove, replaced by...
3904 * examples/calc++/Makefile.am: ... this new file.
3905 * examples/calc++/test: Remove input.
3906 * examples/calc++/compile: Remove.
3907 * examples/Makefile.am: New.
3908 * configure.ac, Makefile.am: Adjust.
3909 * doc/Makefile.am (clean-local): New, for more recent texi2dvis.
3911 2005-07-05 Paul Eggert <eggert@cs.ucla.edu>
3913 * data/glr.c (yyFail): Drastically simplify; since the format argument
3914 never had any % directives, we can simply pass it to yyerror.
3915 (yyparse): Use "t a; a=b;" rather than "t a = b;" when a will
3916 be modified later, as that is the usual style in glr.c.
3917 Problems reported by Paul Hilfinger.
3919 Rewrite GLR parser to catch more buffer overrun, storage exhaustion,
3920 and size overflow errors.
3921 * data/glr.c: Include <stdio.h> etc. after user prolog, not before,
3922 in case the user prolog sets feature-test macros like _GNU_SOURCE.
3923 (YYSIZEMAX): New macro.
3924 (yystpcpy): New function, taken from yacc.c.
3925 (struct yyGLRStack.yyspaceLeft): Now size_t, not int.
3926 (yyinitGLRStack, yyfreeGLRstack): Remove unnecessary forward decls,
3927 so that we don't have to maintain their signatures.
3928 (yyFail): Check for buffer overflow, by using vsnprintf rather
3929 than vsprintf. Allocate a bigger buffer if possible.
3930 Report an error if buffer allocation fails.
3931 (yyStackOverflow): New function.
3932 (yyinitStateSet, yyinitGLRStack): Return a boolean indicating whether
3933 the initialization was successful. It might fail if storage was
3935 (yyexpandGLRStack): Add more checks for storage allocation failure.
3936 Use yyStackOverflow to report failures.
3937 (yymarkStackDeleted, yyglrShift, yyglrShiftDefer, yydoAction):
3938 (yysplitStack, yyprocessOneStack, yyparse, yypstack):
3939 Don't assume stack number fits in int.
3940 (yysplitStack): Check for storage allocation failure.
3941 (yysplitStack, yyprocessOneStack): Add pure_formals, so that we
3942 can print diagnostics on storage allocation failure. All callers
3944 (yyresolveValue): Use yybool for boolean.
3945 (yyreportSyntaxError): Check for size-calculation overflow.
3946 This code is taken from yacc.c.
3947 (yyparse): Check for storage allocation errors when allocating
3950 2005-07-05 Akim Demaille <akim@epita.fr>
3952 Extract calc++ from the documentation.
3953 * doc/bison.texinfo (Calc++): Add the extraction marks.
3954 * examples/extexi: New, from the aborted GNU Programming 2E.
3955 Separate the different paragraph of a file with empty lines.
3956 * examples/Makefile: Use it to extract the whole calc++ example.
3958 2005-06-24 Akim Demaille <akim@epita.fr>
3960 * doc/bison.texinfo (C++ Parser Interface): Use defcv to define
3963 2005-06-22 Akim Demaille <akim@epita.fr>
3965 * doc/bison.texinfo (C++ Language Interface): First stab.
3966 (C++ Parsers): Remove.
3968 2005-06-22 Akim Demaille <akim@epita.fr>
3970 * data/lalr1.cc (yylex_): Honor %lex-param.
3972 2005-06-22 Akim Demaille <akim@epita.fr>
3974 Start a set of simple examples.
3975 * examples/calc++/Makefile, examples/calc++/calc++-driver.cc,
3976 * examples/calc++/calc++-driver.hh,
3977 * examples/calc++/calc++-parser.yy,
3978 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc,
3979 * examples/calc++/compile, examples/calc++/test: New.
3981 2005-06-09 Paul Eggert <eggert@cs.ucla.edu>
3983 * data/yacc.c (malloc, free) [defined __cplusplus]: Wrap inside
3984 extern "C" {}. This fixes a problem reported by Paul Hilfinger,
3985 which stems from the 2005-05-27 patch.
3987 2005-06-06 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
3989 * data/glr.c: Modify treatment of unused parameters to permit use
3990 of g++ (which doesn't allow __attribute__ ((unused)) for parameters).
3992 2005-05-30 Paul Eggert <eggert@cs.ucla.edu>
3994 Fix infringement on user name space reported by Janos Zoltan Szabo.
3995 * data/yacc.c (yyparse): strlen -> yystrlen.
3997 2005-05-30 Akim Demaille <akim@epita.fr>
3999 * data/lalr1.cc (_): New.
4000 Translate the various messages.
4002 2005-05-27 Paul Eggert <eggert@cs.ucla.edu>
4004 Fix infringement on user name space reported by Bruno Haible.
4005 * data/yacc.c (YYSIZE_T): Define first, so that later decls can use it.
4006 Prefer GCC's __SIZE_TYPE__ if available, so that we don't infringe on
4007 the user's name space.
4008 (alloca): Include <stdlib.h> to get it, if it's not built in.
4009 (YYMALLOC, YYFREE): Define only if needed.
4010 (malloc, free): Declare, but only if needed, as this infringes on
4011 the user name space.
4013 2005-05-25 Paul Eggert <eggert@cs.ucla.edu>
4015 Fix BeOS, FreeBSD, MacOS porting problems reported by Bruno Haible.
4016 * lib/bitset.c (bitset_print): Don't assume size_t can be printed
4018 * lib/ebitset.c (min, max): Undef before defining.
4019 * lib/vbitset.c (min, max): Likewise.
4020 * lib/subpipe.c (create_subpipe): Save local variables in case
4021 vfork clobbers them.
4023 2005-05-24 Bruno Haible <bruno@clisp.org>
4025 * tests/synclines.at (AT_SYNCLINES_COMPILE): Add support for the
4026 error message syntax used by gcc-4.0.
4028 2005-05-23 Paul Eggert <eggert@cs.ucla.edu>
4030 * README: Mention m4 1.4.3. Remove obsolete advice about
4031 Sun Forte Developer 6 update 2, VMS, and MS-DOS.
4033 * bootstrap: Remove workaround for problem I encountered with
4034 gettext 0.14.1; it seems to be fixed now.
4036 2005-05-22 Paul Eggert <eggert@cs.ucla.edu>
4038 * NEWS: Version 2.0a.
4040 * src/files.c: Include "stdio-safer.h"; this fixes a typo in
4041 the previous change.
4043 Various maintainer cleanups.
4044 * .cvsignore: Add a.exe, a.out, b.out,, conf[0-9]*, confdefs*,
4045 conftest*, for benefit of CVS commands run at the same time as
4046 "configure". Add build-aux, since "bootstrap" now creates it and
4048 * Makefile.cfg (move_if_change): Remove.
4049 * Makefile.maint: Remove the update stuff; we now use "bootstrap".
4050 (ftp-gnu, www-gnu, move_if_change, local_updates, update):
4051 (po_repo, do-po-update, po-update, wget_files, get-targets):
4052 (config.guess-url_prefix, config.sub-url_prefix):
4053 (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
4054 (standards.texi-url_prefix, make-stds.texi-url_prefix, taget, url):
4055 ($(get-targets), cvs-files, automake_repo, wget-update, cvs-update):
4057 * configure.ac (AC_CONFIG_AUX_DIR): Change from config to build-aux;
4058 this is now the recommended name.
4059 * config/.cvsignore: Remove config.guess, config.rpath, config.sub,
4060 depcomp, install-sh, mdate-sh, missing, mkinstalldirs, texinfo.tex,
4061 ylwrap. These files now go into build-aux.
4062 * config/move-if-change: Remove.
4063 * config/prev-version.txt: Bump from 1.75 to 2.0.
4065 * bootstrap: Add stdio-safer, unistd-safer modules.
4066 Remove m4/glibc2.m4 (introduced by latest gnulib, but
4068 * lib/.cvsignore: Add dup-safer.c, fd-safer.c,
4069 fopen-safer.c, stdio-safer.h, unistd-safer.h.
4070 * lib/subpipe.c: Include "unistd-safer.h".
4071 (create_subpipe): Make sure all the newly-created
4072 file descriptors are > 2, so that diagnostics don't
4073 get sent down them (which might cause Bison to hang, in theory).
4074 * m4/.cvsignore: Add stdio-safer.m4, unistd-safer.m4.
4075 * src/files.c (xfopen): Use fopen_safer, not fopen.
4077 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Port
4078 yesterday's yacc.c fix.
4080 2005-05-21 Paul Eggert <eggert@cs.ucla.edu>
4082 * data/glr.c, data/lalr1.cc: Update copyright date.
4084 Fix a destructor bug reported by Wolfgang Spraul in
4085 <http://lists.gnu.org/archive/html/bug-bison/2005-05/msg00042.html>.
4086 * data/yacc.c (yyabortlab): Don't call destructor, and
4087 don't set yychar to EMPTY.
4088 (yyoverflowlab): Don't call destructor.
4089 (yyreturn): Call destructor, if yychar is neither YYEOF nor YYEMPTY.
4090 * tests/calc.at (AT_CHECK_CALC): Expect one fewer output lines,
4091 since we no longer output the message "discarding lookahead token
4094 2005-05-20 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
4096 * data/glr.c (YY_SYMBOL_PRINT): Don't print newline at end to
4097 fix a small glitch in debugging output.
4098 (yyprocessOneStack, yyrecoverSyntaxError, yyparse): Print newline
4099 after YY_SYMBOL_PRINT where needed.
4101 (struct yyGLRState): Add some comments.
4102 (struct yySemanticOption): Add some comments.
4103 (union yyGLRStackItem): Add comment.
4105 (yymergeOptionSets): Correct this to properly perform the union,
4106 avoiding infinite reported by Michael Rosien.
4109 * tests/glr-regression.at: Add test for GLR merging error reported
4112 2005-05-13 Paul Eggert <eggert@cs.ucla.edu>
4114 * COPYING, ChangeLog, GNUmakefile, HACKING, Makefile.am,
4115 Makefile.cfg, Makefile.maint, NEWS, README, README-alpha,
4116 README-cvs, TODO, bootstrap, configure.ac, data/Makefile.am,
4117 data/README, data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c,
4118 data/m4sugar/m4sugar.m4, doc/Makefile.am, doc/bison.texinfo,
4119 doc/fdl.texi, doc/gpl.texi, doc/refcard.tex, lib/Makefile.am,
4120 lib/abitset.c, lib/abitset.h, lib/bbitset.h, lib/bitset.c,
4121 lib/bitset.h, lib/bitset_stats.c, lib/bitset_stats.h,
4122 lib/bitsetv-print.c, lib/bitsetv-print.h, lib/bitsetv.c,
4123 lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/get-errno.c,
4124 lib/get-errno.h, lib/lbitset.c, lib/lbitset.h, lib/libiberty.h,
4125 lib/main.c, lib/subpipe.c, lib/subpipe.h, lib/timevar.c,
4126 lib/timevar.def, lib/timevar.h, lib/vbitset.c, lib/vbitset.h,
4127 lib/yyerror.c, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4, m4/timevar.m4,
4128 m4/warning.m4, src/LR0.c, src/LR0.h, src/Makefile.am, src/assoc.c,
4129 src/assoc.h, src/closure.c, src/closure.h, src/complain.c,
4130 src/complain.h, src/conflicts.c, src/conflicts.h, src/derives.c,
4131 src/derives.h, src/files.c, src/files.h, src/getargs.c,
4132 src/getargs.h, src/gram.c, src/gram.h, src/lalr.c, src/lalr.h,
4133 src/location.c, src/location.h, src/main.c, src/muscle_tab.c,
4134 src/muscle_tab.h, src/nullable.c, src/nullable.h, src/output.c,
4135 src/output.h, src/parse-gram.c, src/parse-gram.h,
4136 src/parse-gram.y, src/print.c, src/print.h, src/print_graph.c,
4137 src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c,
4138 src/reduce.h, src/relation.c, src/relation.h, src/scan-gram.l,
4139 src/scan-skel.l, src/state.c, src/state.h, src/symlist.c,
4140 src/symlist.h, src/symtab.c, src/symtab.h, src/system.h,
4141 src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h,
4142 src/vcg.c, src/vcg.h, src/vcg_defaults.h, tests/Makefile.am,
4143 tests/actions.at, tests/c++.at, tests/calc.at, tests/conflicts.at,
4144 tests/cxx-type.at, tests/existing.at, tests/glr-regression.at,
4145 tests/headers.at, tests/input.at, tests/local.at, tests/output.at,
4146 tests/reduce.at, tests/regression.at, tests/sets.at,
4147 tests/synclines.at, tests/testsuite.at, tests/torture.at:
4148 Update FSF postal mail address.
4150 2005-05-11 Paul Eggert <eggert@cs.ucla.edu>
4152 * tests/local.at (AT_COMPILE_CXX): Treat LDFLAGS like AT_COMPILE does.
4153 Problem reported by Ralf Menzel.
4155 2005-05-01 Paul Eggert <eggert@cs.ucla.edu>
4157 * tests/actions.at: Test that stack overflow invokes destructors.
4158 From Marcus Holland-Moritz.
4159 * data/yacc.c (yyerrlab): Move the code that destroys the stack
4161 (yyreturn): to here. That way, destructors are called properly
4162 even if the stack overflows, or the user calls YYACCEPT or
4163 YYABORT. Stack-overflow problem reported by Marcus Holland-Moritz.
4164 (yyoverflowlab): Destroy the lookahead.
4166 2005-04-24 Paul Eggert <eggert@cs.ucla.edu>
4168 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): Add more-descriptive comment.
4170 2005-04-17 Paul Eggert <eggert@cs.ucla.edu>
4172 * NEWS: Bison-generated C parsers no longer quote literal strings
4173 associated with tokens.
4174 * src/output.c (prepare_symbols): Don't escape strings,
4175 since users don't want to see C escapes.
4176 * tests/calc.at (AT_CHECK_CALC): Adjust to lack of quotes
4178 * tests/input.at (Torturing the Scanner): Likewise.
4179 * tests/regression.at (Token definitions, Web2c Actions): Likewise.
4181 2005-04-16 Paul Eggert <eggert@cs.ucla.edu>
4183 * tests/torture.at (AT_INCREASE_DATA_SIZE): Skip the test if
4184 the data size is known to be too small and we can't increase it.
4185 This works around an HP-UX 11.00 glitch reported by Andrew Benham.
4187 2005-04-15 Paul Eggert <eggert@cs.ucla.edu>
4189 * src/parse-gram.y: Include quotearg.h.
4190 (string_as_id): Quote $1 before using it as a key, since the
4191 lexer no longer quotes it for us.
4192 (string_content): Don't strip quotes, since lexer no longer
4194 * src/scan-gram.l: Include quotearg.h.
4196 ("'"<SC_ESCAPED_CHARACTER>): Quote symbol before using it as
4197 a key, since the rest of the lexer doesn't quote it.
4198 * src/symtab.c (symbol_get): Don't quote symbol; caller does it now.
4199 * tests/regression.at (Token definitions): Check for backslashes
4202 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): New macro.
4203 (YYSIZE_T): Define to unsigned long int when using an older compiler.
4204 (yyparse): Revamp code to generate long syntax error message, to
4205 make it easier to translate, and to avoid problems with arithmetic
4206 overflow. Change "virtual memory" to "memory" in diagnostic, since
4207 we don't know whether the memory is virtual.
4209 2005-04-13 Paul Eggert <eggert@cs.ucla.edu>
4211 * NEWS: Bison-generated C parsers now use the _ macro to
4213 * data/yacc.c (_) [!defined _]: New macro.
4214 All English strings wrapped inside this macro.
4215 * doc/bison.texinfo (Bison Parser): Document _.
4216 * po/POTFILES.in: Include src/parse-gram.c, since it now
4217 includes translateable strings that parse-gram.y doesn't.
4219 2005-04-12 Paul Eggert <eggert@cs.ucla.edu>
4221 * src/symtab.c (symbol_make_alias): Call symbol_type_set,
4222 reverting the 2004-10-11 change to this function.
4223 (symbol_check_alias_consistency): Don't call symbol_type_set
4224 if the type name is already correct.
4225 * tests/input.at (Typed symbol aliases): New test, from Tim Van Holder.
4227 2005-03-25 Paul Eggert <eggert@cs.ucla.edu>
4229 * tests/regression.at (Token definitions): Don't use a token named
4230 c, as that generates a "#define c ..." that runs afoul of buggy
4231 stdlib.h that uses the identifier c as a member of struct
4232 drand48_data. Problem reported by Horst Wente.
4234 2005-03-21 Paul Eggert <eggert@cs.ucla.edu>
4236 * bootstrap: Change translation URL from
4237 http://www2.iro.umontreal.ca/~gnutra/po/maint/bison/ to
4238 http://www.iro.umontreal.ca/translation/maint/bison/ to avoid
4239 redirection glitches. Problem reported by twlevo@xs4all.nl.
4241 2005-03-20 Paul Eggert <eggert@cs.ucla.edu>
4243 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Don't put options
4244 after operands; POSIX says this isn't portable for the c99 command.
4246 2005-03-18 Paul Eggert <eggert@cs.ucla.edu>
4248 * tests/glr-regression.at (glr-regr2a.y): Try to dump core
4249 immediately if a data overrun has occurred; this may help us track
4250 down what may be a spurious failure on MacOS.
4252 2005-03-17 Paul Eggert <eggert@cs.ucla.edu>
4254 Respond to problems reported by twlevo@xs4all.nl.
4256 * bootstrap: Use "trap - 0" rather than the unportable "trap 0".
4258 * src/vcg.h: Comment fix.
4259 * src/vcg_defaults.h: Parenthesize macro bodies to make them safe.
4260 (G_CMAX): Change to -1 instead of INT_MAX.
4262 * data/yacc.c (yyparse): Omit spaces before #line.
4264 2005-03-15 Paul Eggert <eggert@cs.ucla.edu>
4266 * src/tables.c (state_number_to_vector_number): Put it inside an
4267 "#if 0", since it's not currently used. Problem reported by
4270 2005-03-06 Paul Eggert <eggert@cs.ucla.edu>
4272 * src/output.c (escaped_output): Renamed from
4273 escaped_file_name_output, since we now use it for symbol tags as
4274 well. All uses changed.
4275 (symbol_destructors_output, symbol_printers_output):
4276 Escape symbol tags too.
4277 Problem reported by Matyas Forstner in
4278 <http://lists.gnu.org/archive/html/bug-bison/2005-03/msg00009.html>.
4280 * src/muscle_tab.c (muscle_code_grow): Don't quote numbers; it's
4282 * src/output.c (user_actions_output, token_definitions_output,
4283 symbol_destructors_output, symbol_printers_output): Likewise.
4284 * src/reader.c (prologue_augment): Likewise.
4285 * src/scan-gram.l (handle_action_dollar, handle_action_at): Likewise.
4287 * src/vcg.c (output_edge): Don't quote linestyle arg.
4288 Problem reported by twlevo@xs4all.nl.
4290 2005-02-28 Paul Eggert <eggert@cs.ucla.edu>
4292 * doc/bison.texinfo (Semantic Tokens): Fix scoping problem in
4293 example, reported by Derek M Jones. Also, make the example even
4294 more outrageous, to better illustrate how bad the problem is.
4296 2005-02-24 Paul Eggert <eggert@cs.ucla.edu>
4298 * doc/bison.texinfo (Mfcalc Symtab): Correct the prototype for
4299 putsym. Typo reported by Sebastian Piping.
4301 2005-02-23 Paul Eggert <eggert@cs.ucla.edu>
4303 * doc/bison.texinfo (Language and Grammar): some -> same
4304 (Epilogue): int he -> in the
4305 Typos reported by Sebastian Piping via Justin Pence.
4307 2005-02-07 Paul Eggert <eggert@cs.ucla.edu>
4309 * tests/glr-regression.at (Improper handling of embedded actions
4310 and dollar(-N) in GLR parsers): Renamed from "Improper handling of
4311 embedded actions and $-N in GLR parsers", work around an Autoconf bug
4312 with dollar signs in test names.
4313 * tests/input.at (Invalid dollar-n): Renamed from "Invalid \$n",
4314 for a similar reason.
4316 2005-01-28 Paul Eggert <eggert@cs.ucla.edu>
4318 * src/vcg.c (output_graph): G_VIEW -> normal_view in case someone
4319 wants to redefine G_VIEW.
4321 2005-01-27 Paul Eggert <eggert@cs.ucla.edu>
4323 * src/vcg.c (get_view_str): Remove case for normal_view.
4324 Problem reported by twlevo@xs4all.nl.
4326 2005-01-24 Paul Eggert <eggert@cs.ucla.edu>
4328 * configure.ac (O0CFLAGS, O0CXXFLAGS): Fix quoting bug.
4329 Problem reported by twlevo@xs4all.nl.
4331 * doc/bison.texinfo: Change @dircategory from "GNU programming
4332 tools" to "Software development". Requested by Richard Stallman
4335 2005-01-23 Paul Eggert <eggert@cs.ucla.edu>
4337 * tests/c++.at (AT_CHECK_DOXYGEN): Don't use options after operands.
4338 Problem reported by twlevo@xs4all.nl.
4340 2005-01-21 Paul Eggert <eggert@cs.ucla.edu>
4342 * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register"
4343 keyword; it's not needed with modern compilers, and it doesn't
4344 affect correctness with older compilers. Suggested by
4347 2005-01-17 Paul Eggert <eggert@cs.ucla.edu>
4349 * data/glr.c (yyuserAction): Add "default: break;" case to pacify
4350 gcc -Wswitch-default.
4351 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
4352 * data/yacc.c (yyparse): Likewise.
4354 2005-01-12 Paul Eggert <eggert@cs.ucla.edu>
4356 * src/system.h (OUTPUT_EXT, TAB_EXT): Define only if not defined
4357 already. Let config.h define any nonstandard values.
4359 2005-01-10 Paul Eggert <eggert@cs.ucla.edu>
4361 * tests/calc.at (_AT_DATA_CALC_Y): Use alarm (100), not alarm (10),
4362 for the benefit of slower hosts. Problem reported by
4365 2005-01-07 Paul Eggert <eggert@cs.ucla.edu>
4367 * data/yacc.c (yyparse): Pacify non-GCC compilers about yyerrorlab
4368 being defined and not used.
4369 * data/lalr1.cc (yyparse): Likewise.
4370 Use "if (false)" rather than "if (0)".
4372 2005-01-05 Paul Eggert <eggert@cs.ucla.edu>
4374 * TODO: Mention that we should allow NUL bytes in tokens.
4376 2005-01-02 Paul Eggert <eggert@cs.ucla.edu>
4378 * src/scan-skel.l (<<EOF>>): Don't close standard output.
4379 Problem reported by Hans Aberg.
4381 2005-01-01 Paul Eggert <eggert@cs.ucla.edu>
4383 * src/getargs.c (version): Happy new year; update overall
4384 program copyright date from 2004 to 2005.
4386 * src/scan-skel.l ("@output ".*\n): Don't close standard output.
4387 Problem reported by Hans Aberg.
4388 * tests/output.at (AT_CHECK_OUTPUT): New arg SHELLIO.
4389 (Output file names.): Add a test for the case when standard output
4392 2004-12-26 Paul Eggert <eggert@cs.ucla.edu>
4394 * doc/bison.texinfo (@copying): Update FDL version number to 1.2,
4395 to fix an oversight in the Bison 2.0 manual.
4397 2004-12-25 Paul Eggert <eggert@cs.ucla.edu>
4399 * NEWS: Version 2.0. Reformat the existing news items since
4400 1.875, so that related items are grouped together.
4401 * configure.ac (AC_INIT): Bump version to 2.0.
4402 * src/parse-gram.c, src/parse-gram.h: Regenerate with 2.0.
4404 * tests/torture.at (Exploding the Stack Size with Alloca): Set
4405 YYSTACK_USE_ALLOCA to 1 if __GNUC__ or alloca are defined;
4406 otherwise, we're not testing alloca. Unfortunately there's no
4407 simple way to consult HAVE_ALLOCA here.
4409 * data/lalr1.cc (yydestruct_): Pacify unused variable warning
4412 * src/LR0.c (new_itemsets): Use memset rather than zeroing by
4413 hand. This avoids a warning about comparing int to size_t when
4414 GCC warnings are enabled.
4416 2004-12-22 Paul Eggert <eggert@cs.ucla.edu>
4418 * NEWS: Bison-generated parsers no longer default to using the
4419 alloca function (when available) to extend the parser stack, due
4420 to widespread problems in unchecked stack-overflow detection.
4421 * data/glr.c (YYMAXDEPTH): Remove undef when zero. It's the user's
4422 responsibility to set it to a positive value. This lets the user
4423 specify a value that is not a preprocessor constant.
4424 * data/yacc.c (YYMAXDEPTH): Likewise.
4425 (YYSTACK_ALLOC): Define only if YYSTACK_USE_ALLOCA is nonzero.
4426 * doc/bison.texinfo (Stack Overflow): YYMAXDEPTH no longer needs
4427 to be a compile-time constant. However, explain the constraints on it.
4428 Also, explain the constraints on YYINITDEPTH.
4429 (Table of Symbols): Explain that alloca is no longer the default.
4430 Explain the user's responsibility if they define YYSTACK_USE_ALLOCA
4433 * doc/bison.texinfo (Location Default Action): Mention that n must
4434 be zero when k is zero. Suggested by Frank Heckenbach.
4436 2004-12-22 Akim Demaille <akim@epita.fr>
4438 * data/lalr1.cc (parser::token_number_type, parser::rhs_number_type)
4439 (parser::state_type, parser::semantic_type, parser::location_type):
4440 Private, not public.
4441 (parser::parse): Return ints, not bool.
4442 Returning a bool introduces a problem: 0 corresponds to false, and
4443 it seems weird to return false on success. Returning true changes
4444 the conventions for yyparse.
4445 Alternatively we could return void and send an exception.
4446 There is no clear consensus (yet?).
4447 (state_stack, semantic_stack, location_stack): Rename as...
4448 (state_stack_type, semantic_stack_type, location_stack_type): these.
4449 Private, not public.
4450 * tests/c++.at: New.
4451 * tests/testsuite.at, tests/Makefile.am: Adjust.
4453 2004-12-21 Akim Demaille <akim@epita.fr>
4455 * data/lalr1.cc (parser::parse): Return a bool instead of an int.
4457 2004-12-21 Akim Demaille <akim@epita.fr>
4459 Don't impose std::string for filenames.
4461 * data/lalr1.cc (b4_filename_type): New.
4462 (position::filename): Use it.
4463 (parser.hh): Move the inclusion of stack.hh and location.hh below
4464 the user code, so that needed headers for the filename type can be
4466 Forward declare them before the user code.
4467 * tests/Makefile.am (check-local, installcheck-local): Pass
4468 TESTSUITEFLAGS to the TESTSUITE.
4470 2004-12-20 Akim Demaille <akim@epita.fr>
4472 Use more STL like names: my_class instead of MyClass.
4474 * data/lalr1.cc (LocationStack, LocationType, RhsNumberType)
4475 (SemanticStack, SemanticType, StateStack, StateType)
4476 (TokenNumberType, Stack, Slice, Traits, Parser::location)
4477 (Parser::value): Rename as...
4478 (location_stack, location_type, rhs_number_type, semantic_stack)
4479 (semantic_type, state_stack, state_type, token_number_type, stack)
4480 (slice, traits, parser::yylloc, parser::yylval): these.
4482 * tests/calc.at, tests/regression.at, tests/actions.at: Adjust.
4484 2004-12-19 Paul Eggert <eggert@cs.ucla.edu>
4486 * data/glr.c (YYLLOC_DEFAULT): Use GNU spacing conventions.
4487 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
4489 2004-12-17 Paul Eggert <eggert@cs.ucla.edu>
4491 Remove uses of 'short int' and 'unsigned short int'. This raises
4492 some arbitrary limits. It uses more memory but nowadays that's
4493 not much of an issue.
4495 This change does not affect the generated parsers; that's a different
4496 task, as some users will want to conserve memory there.
4498 Ideally we should use size_t to represent all object counts, and
4499 something like ptrdiff_t to represent signed differences of object
4500 counts; but that will require more code-cleanup than I have the
4501 time to do right now.
4503 * src/LR0.c (allocate_itemsets, new_itemsets, save_reductions):
4504 Use size_t, not int or short int, to count objects.
4505 * src/closure.c (nritemset, closure): Likewise.
4506 * src/closure.h (nritemset, closure): Likewise.
4507 * src/nullable.c (nullable_compute): Likewise.
4508 * src/print.c (print_core): Likewise.
4509 * src/print_graph.c (print_core): Likewise.
4510 * src/state.c (state_compare, state_hash): Likewise.
4511 * src/state.h (struct state): Likewise.
4512 * src/tables.c (default_goto, goto_actions): Likewise.
4514 * src/gram.h (rule_number, rule): Use int, not short int.
4515 * src/output.c (prepare_rules): Likewise.
4516 * src/state.h (state_number, STATE_NUMBER_MAXIMUM, transitions,
4517 errs, reductions): Likewise.
4518 * src/symtab.h (symbol_number, SYMBOL_NUMBER_MAXIMUM, struct symbol):
4520 * src/tables.c (vector_number, tally, action_number,
4521 ACTION_NUMBER_MINIMUM): Likewise.
4522 * src/output.c (muscle_insert_short_int_table): Remove.
4524 2004-12-17 Akim Demaille <akim@epita.fr>
4526 * data/lalr1.cc: Extensive Doxygenation.
4527 (error_): Rename as...
4528 (error): this, since it is visible to the user.
4530 (Parser::message): Now an automatic variable from...
4531 (Parser::yyreport_syntax_error_): here.
4532 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust to
4534 * tests/input.at: Escape $.
4536 2004-12-16 Paul Eggert <eggert@cs.ucla.edu>
4538 * data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location):
4539 Parenthesize rhs to avoid obscure problems with mistakes like
4540 "foo$$bar = foo$1bar;". Problem reported by twlevo at xs4all.
4541 * data/lalr1.cc (b4_lhs_value, b4_rhs_value, b4_lhs_location,
4542 b4_rhs_location): Likewise.
4543 * data/yacc.c (b4_lhs_value, b4_rhs_value, b4_lhs_location,
4544 b4_rhs_location): Likewise.
4546 2004-12-16 Akim Demaille <akim@epita.fr>
4548 * data/lalr1.cc (yyreport_syntax_error_): Catch up with glr.c and
4549 yacc.c: be sure to stay within yycheck_.
4550 * tests/actions.at: Re-enable C++ tests.
4552 2004-12-16 Akim Demaille <akim@epita.fr>
4554 * src/print_graph.c (print_graph): Remove layoutalgorithm uses for
4557 2004-12-16 Akim Demaille <akim@epita.fr>
4559 Use #define to handle the %name-prefix.
4561 * data/glr.c, data/yacc.c: Comment changes.
4562 * data/lalr1.cc (yylex): Use #define to select the name of yylex,
4563 so that one can refer to yylex in the parser file, and have it
4564 renamed, as is the case with other skeletons.
4566 2004-12-16 Akim Demaille <akim@epita.fr>
4568 Move lalr1.cc internals into yy*.
4570 * data/lalr1.cc (semantic_stack_, location_stack_, state_stack_)
4571 (semantic_stack_, location_stack_, pact_, pact_ninf_, defact_)
4572 (pgoto_, defgoto_, table_, table_ninf_, check_, stos_, r1_, r2_)
4573 (name_, rhs_, prhs_, rline_, token_number_, eof_, last_, nnts_)
4574 (empty_, final_, terror_, errcode_, ntokens_)
4575 (user_token_number_max_, undef_token_, n_, len_, state_, nerrs_)
4576 (looka_, ilooka_, error_range_, nerrs_):
4578 (yysemantic_stack_, yylocation_stack_, yystate_stack_)
4579 (yysemantic_stack_, yylocation_stack_, yypact_, yypact_ninf_)
4580 (yydefact_, yypgoto_, yydefgoto_, yytable_, yytable_ninf_)
4581 (yycheck_, yystos_, yyr1_, yyr2_, yyname_, yyrhs_, yyprhs_)
4582 (yyrline_, yytoken_number_, yyeof_, yylast_, yynnts_, yyempty_)
4583 (yyfinal_, yyterror_, yyerrcode_, yyntokens_)
4584 (yyuser_token_number_max_, yyundef_token_, yyn_, yylen_, yystate_)
4585 (yynerrs_, yylooka_, yyilooka_, yyerror_range_, yynerrs_):
4588 2004-12-15 Paul Eggert <eggert@cs.ucla.edu>
4590 Fix some problems reported by twlevo at xs4all.
4591 * src/symtab.c (symbol_new): Report an error if the input grammar
4592 contains too many symbols. This is better than calling abort() later.
4593 * src/vcg.h (enum layoutalgorithm): Remove. All uses removed.
4594 (struct node, struct graph):
4595 Rename member expand to stretch. All uses changed.
4596 (struct graph): Remove member layoutalgorithm. All uses removed.
4597 * src/vcg.c (get_layoutalgorithm_str): Remove. All uses removed.
4598 * src/vcg_defaults.h (G_STRETCH): Renamed from G_EXPAND.
4600 (N_STRETCH): Rename from N_EXPAND. All uses changed.
4602 2004-12-15 Akim Demaille <akim@epita.fr>
4604 * data/lalr1.cc: Normalize /** \brief ... */ to ///.
4605 Add more Doxygen comments.
4606 (symprint_, stack_print_, reduce_print_, destruct_, pop)
4607 (report_syntax_error_, translate_): Rename as...
4608 (yysymprint_, yystack_print_, yyreduce_print_, yydestruct_)
4609 (yypop_, yyreport_syntax_error_, yytranslate_): this.
4611 2004-12-15 Akim Demaille <akim@epita.fr>
4613 * data/lalr1.cc (lex_): Rename as...
4615 Move the trace here.
4616 Take the %name-prefix into account.
4617 Reported by Alexandre Duret-Lutz.
4619 2004-12-15 Akim Demaille <akim@epita.fr>
4621 Simplify the C++ parser constructor.
4623 * data/lalr1.cc (debug_): Rename as...
4624 (yydebug_): so that the parser's internals are always in the yy*
4627 (b4_parse_param_decl): Remove the leading comma as it is now only
4628 called as unique argument list.
4629 (Parser::Parser): Remove the constructor accepting a location and
4630 an initial debugging level.
4631 Remove from the other ctor the argument for the debugging level.
4632 (debug_level_type, debug_level, set_debug_level): New.
4634 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust
4637 2004-12-15 Akim Demaille <akim@epita.fr>
4639 Remove b4_root related material: failure experiment
4640 (which goal was to allow to derive from a class).
4642 * data/lalr1.cc (b4_root, b4_param, b4_constructor): Remove
4643 definitions and uses.
4645 2004-12-14 Paul Eggert <eggert@cs.ucla.edu>
4647 * data/glr.c (struct yyGLRStack): yyerror_range now has 3 items,
4648 not 2, since it's not portable to subtract 1 from the start of an
4649 array. The new item 0 is never set or used. All uses changed.
4651 (yyrecoverSyntaxError): Use YYLLOC_DEFAULT instead of assuming
4652 the default definition of YYLLOC_DEFAULT. Problem reported
4653 by Frank Heckenbach.
4655 2004-12-12 Paul Eggert <eggert@cs.ucla.edu>
4657 * data/glr.c (YYRHSLOC): Don't have two definitions, one for
4658 the normal case and one for the error case. Just use the
4659 first one uniformly. Problem reported by Frank Heckenbach.
4660 (YYLLOC_DEFAULT): Use the conventions of yacc.c, so we can
4661 use exactly the same macro in both places.
4662 (yyerror_range): Now of type yyGLRStackItem, not YYLTYPE,
4663 so that the normal-case YYRHSLOC works for the error case too.
4665 * data/yacc.c (YYRHSLOC): New macro, taken from glr.c.
4666 (YYLLOC_DEFAULT): Use the same macro as glr.c.
4667 * doc/bison.texinfo (Location Default Action): Don't claim that
4668 we have an array of locations. Use the same macro for both glr
4669 and lalr parsers. Mention YYRHSLOC. Mention what happens when
4672 2004-12-10 Paul Eggert <eggert@cs.ucla.edu>
4674 * HACKING: Update email addresses to send announcements to.
4676 * configure.ac (AC_INIT): Bump version to 1.875f.
4678 2004-12-10 Paul Eggert <eggert@cs.ucla.edu>
4680 * NEWS: Version 1.875e.
4681 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875e.
4683 * src/scan-skel.l: Include "complain.h", for "fatal".
4685 * src/relation.h (relation_print, relation_digraph):
4686 Relation sizes are of type relation_node, not size_t (this is
4687 merely a doc fix, since the two types are equivalent).
4688 (relation_transpose): Relation sizes are of type relation_node,
4690 * src/relation.c: Likewise.
4691 (top, infinity): Now of type relation_node, not int.
4692 (traverse, relation_transpose): Use relation_node, not int.
4694 * data/glr.c (yyuserAction, yyrecoverSyntaxError): Mark args
4695 with ATTRIBUTE_UNUSED if they're not used, to avoid GCC warning.
4696 (yyparse): Remove unused local introduced in 2004-10-25 patch.
4698 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): New arg
4699 specifying whether the test should be skipped. Use it tp
4700 specify that the [%defines %skeleton "lalr1.cc"] tests currently
4701 fail on some hosts, and should be skipped.
4703 2004-12-08 Paul Eggert <eggert@cs.ucla.edu>
4705 * src/system.h (CALLOC, MALLOC, REALLOC): Remove. All callers
4706 changed to use xcalloc, xnmalloc, xnrealloc, respectively,
4707 unless otherwise specified below.
4709 * src/LR0.c (allocate_itemsets): Use xnmalloc, not xcalloc,
4710 to allocate kernel_base, kernel_items, kernel_size, since
4711 they needn't be initialized to 0.
4712 (allocate_storgae): Likewise, for shiftset, redset, shift_symbol.
4713 * src/closure.c (new_closure): Likewise, for itemset.
4714 * src/derives.c (derives_compute): Likewise, for delts, derives, q.
4715 * src/lalr.c (set_goto_map): Likewise, for temp_map.
4716 (initialize_F): Likewise, for reads, edge, reads[i], includes[i].
4717 (build_relations): Likewise for edge, states1, includes.
4718 * src/nullable.c (nullable_compute): Likewise, for squeue, relts.
4719 * src/reader.c (packgram): Likewise, for ritem, rules.
4720 * src/reduce.c (nonterminals_reduce): Likewise for nontermmap.
4721 * src/relation.c (relation_digraph): Likewise for VERTICES.
4722 (relation_transpose): Likewise for new_R, end_R.
4723 * src/symtab.c (symbols_token_translations_init): Likewise for
4725 * src/tables.c (save_row): Likewise for froms, tos, conflict_tos.
4726 (token_actions): Likewise for yydefact, actrow, conflrow,
4728 (save_column): Likewise for froms[symno], tos[symno].
4729 (goto_actions): Likewise for state_count.
4730 (pack_table): Likewise for base, pos, check.
4731 (tables_generate): Likewise for width.
4733 * src/LR0.c (set_states): Don't reuse kernel_size and kernel_base
4734 for initial core. Just have a separate core, so we needn't worry
4735 about whether kernel_size and kernel_base are initialized.
4737 * src/LR0.c (shift_symbol, redset, shiftset, kernel_base,
4738 kernel_size, kernel_items): Remove unnecessary initialization.
4739 * src/conflicts.c (conflicts): Likewise.
4740 * src/derives.c (derives): Likewise.
4741 * src/muscle_tablc (muscle_insert): Likewise.
4742 * src/relation.c (relation_digraph): Likewise.
4743 * src/tables.c (froms, tos, conflict_tos, tally, width, actrow, order,
4744 conflrow, conflict_table, conflict_list, table, check):
4747 * src/closure.c (new_closure): Arg is of type unsigned int, not int.
4748 This is because all callers pass unsigned int.
4749 * src/closure.h (new_closure): Likewise.
4751 * src/lalr.c (initialize_F): Initialize reads[i] in all cases.
4752 (build_relations): Initialize includes[i] in all cases.
4753 * src/reader.c (packgram): Always initialize rules[ruleno].prec
4754 and rules[ruleno].precsym. Initialize members in order.
4755 * src/relation.c (relation_transpose): Always initialize new_R[i]
4757 * src/table.c (conflict_row): Initialize 0 at end of conflict_list.
4759 * src/output.c (prepare_actions): Pass 0 instead of conflict_list[0];
4760 conflict_list[0] was always 0, but now it isn't initialized.
4762 * src/table.c (table_grow): When conflict_table grew, the grown
4763 area wasn't cleared. Fix this.
4765 * lib/.cvsignore: Add strdup.c, strdup.h.
4766 * m4/.cvsignore: Add strdup.m4.
4768 2004-12-07 Paul Eggert <eggert@cs.ucla.edu>
4770 * src/lalr.h (GOTO_NUMBER_MAXIMUM): New macro.
4771 * src/lalr.c (set_goto_map): Don't allow ngotos to equal
4772 GOTO_NUMBER_MAXIMUM, since we occasionally compute
4773 ngotos + 1 without checking for overflow.
4774 (build_relations): Use END_NODE, not -1, to denote end of edges.
4775 * src/lalr.c (set_goto_map, map_goto, initialize_F, add_loopback_edge,
4776 build_relations): Use goto_number, not int, for goto numbers.
4777 * src/tables.c (save_column, default_goto): Likewise.
4779 2004-11-23 Akim Demaille <akim@epita.fr>
4781 * data/lalr1.cc (YYSTYPE): Define it as is done for C, instead
4782 of #defining from yystype.
4783 Don't typedef yystype, C++ does not need it.
4784 This lets it possible to forward declare it as union.
4786 2004-11-23 Paul Eggert <eggert@cs.ucla.edu>
4788 * bootstrap (gnulib_modules): Add extensions.
4789 Problem reported by Jim Meyering.
4791 2004-11-22 Paul Eggert <eggert@cs.ucla.edu>
4793 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c,
4794 src/lalr.c, src/nullable.c, src/relation.c, src/scan-skel.l,
4795 src/system.h, src/tables.c: XFREE -> free, to accommodate
4796 recent change to gnulib xalloc.h.
4797 Problem reported by Jim Meyering.
4799 2004-11-17 Akim Demaille <akim@epita.fr>
4801 * data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings.
4803 2004-11-17 Akim Demaille <akim@epita.fr>,
4804 Alexandre Duret-Lutz <adl@gnu.org>
4806 * data/lalr1.cc (Parser::yycdebug_): New, a pointer, to allow
4809 Use it instead of cdebug_.
4810 (Parser::debug_stream, Parser::set_debug_stream): New.
4811 (Parser::symprint_): Define cdebug_ for temporary backward
4813 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use
4816 2004-11-17 Akim Demaille <akim@epita.fr>
4818 * data/lalr1.cc (Parser:print_): Remove, use %printer instead.
4819 * tests/regression.at (_AT_DATA_DANCER_Y): Adjust.
4820 * tests/calc.at (_AT_DATA_CALC_Y): Ditto.
4821 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
4823 2004-10-27 Paul Eggert <eggert@cs.ucla.edu>
4825 * data/glr.c (yyloc_default): Remove; not used.
4826 Problem reported by Frank Heckenbach.
4828 2004-10-25 Akim Demaille <akim@epita.fr>
4830 * data/glr.c (YYRHSLOC): Move its definition next to its uses.
4831 Introduce another definition to address simple location arrays.
4832 (yyGLRStack): New member: yyerror_range.
4833 (yyrecoverSyntaxError, yyparse): Update it.
4834 (yyrecoverSyntaxError): Use it when shifting the error token to
4835 have an accurate range, equivalent to the one computed by both
4836 yacc.c and lalr1.cc.
4837 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Change its yylex so
4838 that column numbers start at column 0, as per GNU Coding
4839 Standards, the others tests, and the doc.
4840 (_AT_RESOLVED_GLR_OUTPUT_WITH_LOC, _AT_AMBIG_GLR_OUTPUT_WITH_LOC):
4841 Adjust to the above change (first column is 0).
4842 And adjust the location of the "<error>", now covering the whole
4845 2004-10-22 Akim Demaille <akim@epita.fr>
4846 and Paul Eggert <eggert@cs.ucla.edu>
4848 Remove some arbitrary limits on goto numbers and relations.
4849 * src/lalr.c (goto_map, ngotos, from_state, to_state): Omit
4850 initial values, since they're never used.
4851 (set_goto_map): ngotos is now unsigned, so test for overflow
4852 by seeing whether it wraps around to zero.
4853 * src/lalr.h (goto_number): Now size_t, not short int.
4854 (GOTO_NUMBER_MAXIMUM): Remove.
4855 * src/relation.c (relation_print, traverse, relation_transpose):
4856 Check for END_NODE rather than looking at sign.
4857 * src/relation.h (END_NODE): New macro.
4858 (relation_node): Now size_t, not short int.
4860 2004-10-22 Paul Eggert <eggert@cs.ucla.edu>
4862 * doc/bison.texinfo (Language and Grammar): In example, "int" is a
4863 keyword, not an identifier. Problem reported by Baron Schwartz in
4864 <http://lists.gnu.org/archive/html/bug-bison/2004-10/msg00017.html>.
4866 2004-10-11 Akim Demaille <akim@epita.fr>
4868 * src/symtab.c (symbol_check_alias_consistency): Also check
4869 type names, destructors, and printers.
4870 Reported by Alexandre Duret-Lutz.
4871 Recode the handling of associativity and precedence in terms
4872 of symbol_precedence_set.
4873 Accept no redeclaration at all, not even equal to the previous
4875 (redeclaration): New.
4876 Use it to factor redeclaration complaints.
4877 (symbol_make_alias): Don't set the type of the alias, let
4878 symbol_check_alias_consistency do it as for other features.
4879 * src/symtab.h (symbol): Add new member prec_location, and
4881 * src/symtab.c (symbol_precedence_set, symbol_type_set): Set them.
4882 * tests/input.at (Incompatible Aliases): New.
4884 2004-10-09 Paul Eggert <eggert@cs.ucla.edu>
4886 .cvsignore fixes to accommodate gnulib changes,
4887 and the practice of naming build directories "_build".
4888 * .cvsignore: Add "_*". Sort.
4889 * lib/.cvsignore: Add getopt_.h, xalloc-die.c.
4890 * m4/.cvsignore: Add "*_gl.m4".
4892 2004-10-06 Akim Demaille <akim@epita.fr>
4894 * src/parse-gram.y (add_param): Fix the truncation of trailing
4897 2004-10-05 Akim Demaille <akim@epita.fr>
4899 In Bison 1.875's yacc.c, YYLLOC_DEFAULT was called regardless
4900 whether the reducion was empty or not. This leaves room to
4901 improve the use of YYLLOC_DEFAULT in such a case.
4902 lalr1.cc is still experimental, so changing this is acceptable.
4903 And finally, there are probably not many users who changed the
4904 handling of locations in GLR, so changing is admissible too.
4906 * data/glr.c, data/lalr1.cc, data/yacc.c (YYLLOC_DEFAULT): On an
4907 empty reduction, set @$ to an empty location ending the previously
4909 Adjust uses to make sure the code is triggered on empty
4911 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust the
4912 expected output: empty reductions have empty locations.
4914 2004-09-29 Akim Demaille <akim@epita.fr>
4916 * data/lalr1.cc: Move towards a more standard C++ coding style
4917 for templates: Class < T > -> Class<T>.
4919 2004-09-29 Akim Demaille <akim@epita.fr>
4921 * data/lalr1.cc: Reinstall the former ctor, for sake of
4922 compatibility, but warn it will be removed.
4923 Move towards a more standard C++ coding style (i.e., type *var ->
4926 2004-09-27 Paul Eggert <eggert@cs.ucla.edu>
4928 * src/parse-gram.y (add_param): Rewrite to avoid strchr,
4929 since it's less likely to work if NULs are involved in the future.
4931 2004-09-27 Akim Demaille <akim@epita.fr>
4933 * data/yacc.c (YY_LOCATION_PRINT): Fix its default declaration.
4935 2004-09-27 Akim Demaille <akim@epita.fr>
4937 * data/lalr1.cc (b4_parse_param_decl_1): New.
4938 (b4_parse_param_decl): Use it to have different names between attribute
4940 (b4_cc_constructor_call): Likewise.
4942 2004-09-24 Akim Demaille <akim@epita.fr>
4944 * src/parse-gram.y (add_param): Strip the leading and trailing
4945 blanks from a formal argument declaration.
4946 (YY_LOCATION_PRINT): New.
4948 2004-09-24 Akim Demaille <akim@epita.fr>
4950 * data/c.m4 (b4_yysymprint_generate): Move the YYINPUT invocation
4953 2004-09-24 Akim Demaille <akim@epita.fr>
4955 * doc/bison.texinfo (Table of Symbols): Sort.
4957 2004-09-21 Akim Demaille <akim@epita.fr>
4959 * data/yacc.c, data/glr.c (b4_at_dollar, b4_dollar_dollar): Remove
4960 the useless parentheses.
4961 Suggested by Paul Eggert.
4963 2004-09-20 Akim Demaille <akim@epita.fr>
4965 Let the initial-action act on the look-ahead, and use it for the
4966 "initial push" (corresponding to an hypothetical beginning-of-file).
4967 And let lalr1.cc honor %initial-action.
4969 * doc/bison.texinfo (Initial Action Decl): Clarify, and add an
4971 * data/lalr1.cc (Parser::initlocation_): Remove, bad experiment.
4972 (Parser::Parser): Remove the ctor that used to initialize it.
4973 (Parser::parse): Like in the other skeletons, issue the "starting
4974 parse" message before any action.
4975 Honor %initial-action.
4976 Initialize the stacks with the lookahead.
4977 * data/yacc.c: Let $$ and @$ in %initial-action designate the
4979 Push them in the stacks.
4980 * tests/actions.at, tests/calc.at: Adjust the C++ ctor invocations.
4982 2004-09-20 Akim Demaille <akim@epita.fr>
4984 * doc/bison.texinfo (Initial Action Decl): New.
4986 2004-09-20 Akim Demaille <akim@epita.fr>
4988 * data/yacc.c (YY_LOCATION_PRINT): Use YYLTYPE_IS_TRIVIAL as a
4989 clearer criterion to define it.
4990 (parse): Initialize the initial location when YYLTYPE_IS_TRIVIAL.
4991 When reducing on an empty RHS, use the latest stacked location as
4993 yylloc is not always available.
4994 * data/glr.c: Likewise.
4995 Also, honor initial-actions.
4997 2004-09-20 Akim Demaille <akim@epita.fr>
4999 * data/yacc.c (YY_LOCATION_PRINT): New.
5000 Define when we know YYLTYPE's structure, i.e., when the default
5001 YYLLOC_DEFAULT is used.
5002 * data/c.m4 (b4_yysymprint_generate): Use it.
5003 * data/lalr1.cc (YYLLOC_DEFAULT): Stop relying on the initial
5004 value of the result.
5005 (error_start_): Replace with...
5006 (error_range_): this location array.
5007 This allows to replace code relying on the implementation of
5008 locations by portable code.
5009 * data/yacc.c (yylerrsp): Replace with...
5010 (yyerror_range): this.
5011 Every time a token is popped, update yyerror_range[0], to have an
5012 accurate location for the error token.
5013 * data/glr.c (YY_LOCATION_PRINT): New.
5014 (yyprocessOneStack): Fix an invocation of YY_SYMBOL_PRINT:
5015 deference a pointer.
5016 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): No longer
5017 report the location in %printers.
5019 * src/scan-skel.l: Instead of abort, report error messages to ease
5020 understanding skeleton scanning failures.
5022 2004-09-16 Akim Demaille <akim@epita.fr>
5024 * data/lalr1.cc (Stack::Iterator, Stack::ConstIterator): Rename as...
5025 (iterator, const_iterator): these, to be more in the C++ spirit.
5026 Also, return reverse iterators so that when displaying the stack
5027 we display its bottom first.
5028 (Parser::stack_print_, Parser::reduce_print_): Match the messages
5030 We should probably use vector here though.
5032 2004-09-16 Akim Demaille <akim@epita.fr>
5034 Have more complete shift traces.
5036 * data/yacc.c, data/lalr1.c, data/glr.c: Use YY_SYMBOL_PRINT
5037 to report Shifts instead of ad hoc YYDPRINTF invocations,
5038 including for the error token.
5039 * data/lalr1.cc (symprint_): Output the location.
5040 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): In C++, don't
5041 output the location within the %printer.
5042 Activate GLR tests, at least to make sure they compile properly.
5043 They still don't pass though.
5044 * tests/calc.at: Adjust expect verbose output, since now "Entering
5045 state..." is on a different line than the "Shifting" message.
5047 2004-09-08 Akim Demaille <akim@epita.fr>
5049 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Move the
5050 Bison directive from the Bison file to the invocation of this
5051 macro, so that these directives are passed to
5052 AT_BISON_OPTION_PUSHDEFS to get correct help macros.
5053 Use these helping macros (e.g., AT_LOC, AT_VAL and so forth).
5054 Move the AT_SETUP/AT_CLEANUP outside, to report as test title
5055 the extra Bison directives instead of the whole series.
5056 Change the grammar so that there are recoverable errors, and
5057 unrecoverable errors. Now we can have the parser give up before
5058 consuming the whole input. As a result we now can observe that
5059 the lookahead is freed when needed.
5060 Change the parser source to parse argv[1] instead of a hard coded
5062 Simplify yylex, and give a value and location to EOF.
5063 Simplify some invocations of AT_CHECK_PRINTER_AND_DESTRUCTOR that
5064 passed directives already coded in the file.
5065 Add some tests to check the location of "error".
5066 For some tests, the C++ parser is correct, and not yacc.c.
5067 For other tests, they provide different, but unsatisfying, values,
5068 so keep the C++ value so that at least one parser is "correct"
5069 according to the test suite.
5070 (Actions after errors): Remove, this is subsumed by the
5071 AT_CHECK_PRINTER_AND_DESTRUCTOR series.
5073 2004-09-06 Akim Demaille <akim@epita.fr>
5075 * data/lalr1.cc: Adjust the indentation of the labels.
5079 2004-09-06 Akim Demaille <akim@epita.fr>
5081 * data/yacc.cc, data/glr.cc (yydestruct): Accept an additional
5082 argument, an informative message.
5083 Call YY_SYMBOL_PRINT.
5084 Adjust all callers: integrate the associated YY_SYMBOL_PRINT.
5085 * data/lalr1.cc (destruct_): Likewise.
5086 In addition, no longer depend on b4_yysymprint_generate and
5087 b4_yydestruct_generate to generate these functions, do it "by
5090 2004-09-03 Akim Demaille <akim@epita.fr>
5092 * data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was
5093 invoked, yydestruct the lookahead.
5094 * tests/calc.at (Calculator $1): Update the expected lengths of
5095 traces: there is an added line for the discarded lookahead.
5096 * doc/bison.texinfo (Destructor Decl): Some rewording.
5097 Define "discarded" symbols.
5099 2004-09-02 Akim Demaille <akim@epita.fr>
5101 * data/lalr1.cc (translate_, destruct_): No reason to be static.
5103 2004-09-02 Akim Demaille <akim@epita.fr>
5105 * data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used.
5106 (YYDSYMPRINTF): Rename as...
5107 (YY_SYMBOL_PRINT): this.
5108 * data/lalr1.cc (YY_SYMBOL_PRINT): New, modeled after the previous
5110 Use it instead of direct symprint_ calls.
5111 (yybackup): Tweak the "Now at end of input" case to match yacc.c's
5114 2004-09-02 Akim Demaille <akim@epita.fr>
5116 * data/lalr1.cc (b4_yysymprint_generate): New.
5117 (symprint_): New member function, defined when YYDEBUG.
5118 Use it consistently instead of token/nterm debugging output by
5120 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust
5121 %printer calls to use cdebug_ when using lalr1.cc.
5123 2004-08-30 Florian Krohm <florian@edamail.fishkill.ibm.com>
5125 * data/glr.c: Guard the declarations of yypstack and yypdumpstack
5126 with #ifdef YYDEBUG.
5128 2004-08-26 Akim Demaille <akim@epita.fr>
5130 * doc/bison.texinfo (Implementing Loops): Rename as...
5131 (Implementing Gotos/Loops): this.
5133 2004-08-13 Paul Eggert <eggert@cs.ucla.edu>
5135 Adjust to latest gnulib.
5136 * bootstrap (gnulib_modules): Add xalloc-die.
5137 Set LC_ALL=C so that file names sort consistently.
5138 Prefer the gnulib copies of gettext.m4, glibc21.m4,
5139 inttypes_h.m4, lib-ld.m4, lib-prefix.m4, po.m4, stdint_h.m4,
5140 uintmax_t.m4, ulonglong.m4.
5141 (intl_files_to_remove): Add gettext.m4, lib-ld.m4, lib-prefix.m4,
5142 po.m4 since we are now using _gl.m4 instead.
5144 2004-08-10 Florian Krohm <florian@edamail.fishkill.ibm.com>
5146 * src/scan-action.l: Remove. Scanning of semantic actions is
5147 handled in scan-gram.l.
5149 2004-08-07 Florian Krohm <florian@edamail.fishkill.ibm.com>
5151 * src/scan-gram.l (handle_syncline): Use uniqstr_new not xstrdup.
5153 * src/location.h (struct): The file member is a uniqstr.
5154 (equal_boundaries): Use UNIQSTR_EQ for comparison.
5156 2004-07-22 Paul Eggert <eggert@cs.ucla.edu>
5158 Fix bug with non-%union parsers that have printers or destructors,
5159 which led to a Bison core dump. Reported by Peter Fales in
5160 <http://lists.gnu.org/archive/html/bug-bison/2004-07/msg00014.html>.
5162 * data/c.m4 (b4_symbol_actions): Don't assume %union was used.
5163 * data/lalr1.cc (yystype) [defined YYSTYPE]: Define to YYSTYPE,
5164 not to our own type.
5165 * src/output.c (symbol_destructors_output, symbol_printers_output):
5166 Don't assume %union.
5167 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR,
5168 AT_CHECK_PRINTER_AND_DESTRUCTOR): New argument
5169 UNION-FLAG. All callers changed.
5170 (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't assume %union.
5171 Use type char, not unsigned int, when declaring an array of char;
5172 this lets us remove a cast.
5173 (Printers and Destructors): Add non-%union test cases.
5175 2004-06-21 Paul Eggert <eggert@cs.ucla.edu>
5177 * doc/bison.texinfo: Minor editorial changes, mostly to the new
5178 GLR writeups. E.g., avoid frenchspacing and the future tense,
5179 change "lookahead" to "look-ahead", and change "wrt" to "with
5182 2004-06-21 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
5184 * doc/bison.texinfo (Merging GLR Parses, Compiler Requirements):
5185 New sections, split off from the GLR Parsers section. Put the new
5186 Simple GLR Parser near the start of the GLR section, for clarity.
5187 Rewrite connective text.
5189 2004-06-21 Frank Heckenbach <frank@g-n-u.de>
5191 * doc/bison.texinfo (Simple GLR Parsers): New section.
5193 2004-06-21 Paul Eggert <eggert@cs.ucla.edu>
5195 * NEWS, TODO, doc/bison.texinfo:
5196 Use "look-ahead" instead of "lookahead", to be consistent.
5197 * REFERENCES: Fix incorrect reference to DeRemer and Pennello,
5198 while we're fixing "look-ahead".
5199 * src/conflicts.c (shift_set): Renamed from shiftset.
5200 (look_ahead_set): Renamed from lookaheadset.
5201 * src/print.c: Likewise.
5202 * src/getargs.c (report_args): Add "look-ahead" as the new canonical
5203 name for "lookahead".
5204 (report_types, usage): Likewise.
5205 * src/getargs.h (report_look_ahead_tokens): Renamed from
5207 * src/lalr.c (compute_look_ahead_tokens): Renamed from
5209 (state_look_ahead_tokens_count): Renamed from state_lookaheads_count.
5210 (look_ahead_tokens_print): Renamed from lookaheads_print.
5211 * src/state.c (state_rule_look_ahead_tokens_print): Renamed from
5212 state_rule_lookaheads_print.
5213 * src/state.h: Likewise.
5214 (reductions.look_ahead_tokens): Renamed from lookaheads.
5215 * tests/torture.at (AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR): Renamed from
5216 AT_DATA_LOOKAHEADS_GRAMMAR.
5218 2004-06-03 Paul Eggert <eggert@cs.ucla.edu>
5220 * README: Update location of patched M4 distribution.
5222 2004-05-30 Albert Chin-A-Young <china@thewrittenword.com>
5224 Don't assume the C++ compiler takes the same arguments as the C compiler
5226 * configure.ac (O0CXXFLAGS): New var.
5227 * tests/atlocal.in (CXXFLAGS): Use it.
5229 2004-05-29 Paul Eggert <eggert@cs.ucla.edu>
5231 Fix some "make check" problems with C++ reported by
5232 Albert Chin-A-Young for Tru64 C++ in this thread:
5233 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00049.html
5235 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check for std::cerr.
5236 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
5237 Output to a .cc file for C++, not to a .c file.
5238 * tests/calc.at (AT_CHECK_CALC): Likewise.
5239 * tests/regression.at (AT_CHECK_DANCER): Likewise.
5240 * tests/local.at (AT_COMPILE_CXX): Default to OUTPUT.cc, not OUTPUT.c.
5242 2004-05-28 Albert Chin-A-Young <china@thewrittenword.com>
5244 * tests/calc.at, tests/actions.at: Workaround for SGI
5245 C++ compiler. (trivial change)
5247 2004-05-27 Paul Eggert <eggert@cs.ucla.edu>
5249 Spent a few hours checking out which prerequisite versions the
5250 current sources actually require. I went all the way back to
5251 Gettext 0.10.40, Automake 1.4, and Autoconf 2.57 and investigated
5252 a seemingly endless set of combinations of versions more recent
5253 than that. The bottom line is that the current sources require
5254 fairly recent versions of the build tools, and it'll be some work
5256 * configure.ac (AC_PREREQ): Increase from 2.58 to 2.59.
5257 (AM_INIT_AUTOMAKE): Increase from 1.7 to 1.8.
5258 (AM_GNU_GETTEXT_VERSION): Increase from 0.11.5 to 0.12.
5259 Add comments explaining why those particular versions are
5262 * src/parse-gram.y (lloc_default): Rewrite to avoid compiler bug
5263 in SGI MIPSpro 7.4.1m. Problem reported by Albert Chin-A-Young in
5264 <http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00037.html>.
5266 * configure.ac (AC_PREREQ): Bump to 2.58, since 2.57 doesn't work
5267 (it fails with a Autoconf-without-aclocal-m4 diagnostic).
5269 2004-05-26 Paul Eggert <eggert@cs.ucla.edu>
5271 * configure.ac (AM_GNU_GETTEXT_VERSION): Lower it from 0.14.1 to
5272 0.11.5. Suggested by Bruno Haible.
5273 * bootstrap: Remove gettext version checking.
5275 * doc/bison.texinfo (Decl Summary): Also mention that %union
5276 can depend on prerequisite types. Problem reported by Tim
5279 2004-05-25 Paul Eggert <eggert@cs.ucla.edu>
5281 * README: Mention GNU m4 1.4 bugs and Akim's patched version.
5282 * README-alpha: Don't tell people not to package this.
5284 * bootstrap: Don't assume $(...) works; use `...` instead.
5285 Problem reported by Paul Hilfinger. Also, diagnose non-GNU
5288 * doc/bison.texinfo (Decl Summary, Bison Options): Clarify what's
5289 put into the -d output file, and mention what to do if YYSTYPE is
5292 2004-05-24 Paul Eggert <eggert@cs.ucla.edu>
5294 Undo change made earlier today: it caused autopoint to not bring
5295 in ABOUT-NLS. Ouch. Instead, substitute our own diagnostic for
5298 * bootstrap: Check that gettext version matches what's in
5299 configure.ac. Warn users to ignore robots.txt ERROR 404.
5300 * bootstrap: Undo today's earlier change (logged below).
5301 * configure.ac (AM_GNU_GETTEXT_VERSION): Likewise.
5303 The gettext version checking is causing more trouble than it's
5304 curing; remove it. Problem reported by Paul Hilfinger.
5306 * bootstrap: Issue a warning that one can expect a message
5307 'AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION'.
5308 * configure.ac (AM_GNU_GETTEXT_VERSION): Remove.
5310 2004-05-23 Paul Eggert <eggert@cs.ucla.edu>
5312 Ensure that the C++ compiler used for testing actually works on a
5313 simple test program; if not, skip the C++-related tests. Problem
5314 reported by Vin Shelton in:
5315 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00026.html
5317 * m4/cxx.m4: New file.
5318 * configure.ac (BISON_TEST_FOR_WORKING_CXX_COMPILER): Add.
5319 * tests/atlocal.in (BISON_CXX_WORKS): Add.
5320 * tests/local.at (AT_COMPILE_CXX): Use it.
5322 2004-05-21 Paul Eggert <eggert@cs.ucla.edu>
5324 * data/glr.c (yylloc): Output this macro even if locations are not
5325 being generated, as the GLR parser needs it even in that case.
5326 Problem reported by Troy A. Johnson
5327 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=195946>.
5329 * configure.ac (AC_INIT): Update to 1.875e.
5331 2004-05-21 Paul Eggert <eggert@cs.ucla.edu>
5333 * NEWS: Version 1.875d.
5334 * configure.ac (AC_INIT): Likewise.
5335 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875d.
5337 * configure.ac (--enable-gcc-warnings): Do not enable -Wshadow,
5338 -Wmissing-prototypes, or -Wstrict-prototypes for C++. The current
5339 lalr1.cc runs afoul of the first, and the last two are no longer
5340 supported by GCC 3.4.0.
5341 * README: Mention GNU m4 1.4 or later; mention m4 patches.
5342 * HACKING: Use ./bootstrap, not "make update" to import foreign files.
5344 2004-05-06 Paul Eggert <eggert@cs.ucla.edu>
5346 * src/muscle_tab.c (hash_muscle): Accept and return size_t, not
5347 unsigned int, for compatibility with latest gnulib hash module.
5348 * src/state.c (state_hash, state_hasher): Likewise.
5349 * src/symtab.c (hash_symbol, hash_symbol_hasher): Likewise.
5350 * src/uniqstr.c (hash_uniqstr): Likewise.
5352 2004-05-03 Paul Eggert <eggert@cs.ucla.edu>
5354 * NEWS: Unescaped newlines are no longer allowed in char & strings.
5356 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER,
5357 SC_CHARACTER,SC_STRING>): Reject unescaped newlines in
5358 character and string literals.
5359 (unexpected_end): New function.
5360 (unexpected_eof): Use it.
5361 (unexpected_newline): New function.
5362 (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>): Coalesce duplicate
5365 * NEWS: Document %expect-rr.
5367 * bootstrap (--gnulib-srcdir=*, --cvs-user=*):
5368 Fix typo by replacing $1 with $option.
5369 Remove more 'intl'-related files.
5370 Don't DEFUN AM_INTL_SUBDIR twice.
5372 * lib/.cvsignore: Add strndup.h. Remove memchr.c, memcmp.c,
5373 memrchr.c, strcasecmp.c, strchr.c, strrchr.c, strspn.c, strtol.c,
5375 * m4/.cvsignore: Add exitfail.m4, extensions.m4, gnulib.m4,
5376 hard-locale.m4, mbstate_t.m4, strerror_r.m4, strndup.m4,
5377 xstrndup.m4. Remove glibc21.m4, intdiv0.m4, inttypes-pri.m4,
5378 inttypes.m4, inttypes_h.m4, isc-posix.m4, lcmessage.m4,
5379 stdint_h.m4, uintmax_t.m4, ulonglong.m4.
5380 * src/.cvsignore: Add *.output.
5382 * src/parse-gram.y: Put copyright notice inside %{ %} so it
5383 gets copied to the output file.
5385 2004-04-28 Paul Eggert <eggert@twinsun.com>
5387 Get files from the gnulib and po repositories, instead of relying
5388 on them being in our CVS. Upgrade to latest versions of gnulib
5391 * Makefile.am (SUBDIRS): Remove m4; Automake now does m4.
5392 * bootstrap: Bootstrap from gnulib and po repositories.
5393 Much of this code was stolen from GNU diff and GNU tar's bootstrap.
5394 * README-cvs: Document these changes. Remove version numbers from
5395 mentions of build tools, since they change so often. Mention Flex.
5397 * configure.ac (AC_CONFIG_MACRO_DIR): Add, with m4 as arg.
5398 (gl_USE_SYSTEM_EXTENSIONS): Add.
5399 (AC_GNU_SOURCE, AC_AIX, AC_MINIX):
5400 Remove; no longer needed, as gl_USE_SYSTEM_EXTENSIONS
5402 (AC_ISC_POSIX): Remove; we no longer support this
5403 ancient OS, as it gets in the way of latest Autoconf & gnulib.
5404 (AC_HEADER_STDC): Remove: we now assume C89 or better.
5405 (AC_CHECK_HEADERS_ONCE): Use instead of AC_CHECK_HEADERS.
5406 Do not check for C89 headers, except for locale.h which is used
5407 by the Yacc library and must port to K&R hosts.
5408 (AC_CHECK_FUNCS_ONCE): Use instead of AC_CHECK_FUNCS.
5409 Do not check for C89 functions, except for setlocale which is
5410 used by the Yacc library.
5411 (AC_CHECK_DECLS, AC_REPLACE_FUNCS): Remove; no longer needed.
5412 (gl_DIRNAME, gl_ERROR, gl_FUNC_ALLOCA, gl_FUNC_MEMCHR,
5413 gl_FUNC_MEMRCHR, gl_FUNC_STPCPY, gl_FUNC_STRNLEN, gl_FUNC_STRTOL,
5414 gl_GETOPT, gl_HASH, gl_MBSWIDTH, gl_OBSTACK, gl_QUOTE,
5415 gl_QUOTEARG, gl_XALLOC, jm_FUNC_GLIBC_UNLOCKED_IO, jm_FUNC_MALLOC,
5416 AM_GNU_GETTEXT): Remove; now done by:
5417 (GNULIB_AUTOCONF_SNIPPET): Add. "bootstrap" builds this for us.
5418 (AC_CONFIG_FILES): Remove m4/Makefile, as Automake now does this
5421 * lib/Makefile.am: Include gnulib.mk, built for us by "bootstrap".
5422 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES):
5423 Define to empty, as gnulib.mk will do the rest for us.
5424 ($(libbison_a_OBJECTS), stdbool.h): Remove, as gnulib.mk does this
5426 (libbison_a_SOURCES): Define to $(lib_SOURCES) now.
5427 (lib_SOURCES): New symbol, containing only the non-gnulib libs.
5429 * src/files.c: Include gnulib's xstrndup.h.
5431 * src/system.h (MALLOC): Use xnmalloc, for better overflow checking.
5432 (REALLOC): Use xnrealloc, for likewise.
5433 (xstrndup, stpcpy): Remove decls, as gnulib does this for us now.
5434 (strnlen, memrchr): Remove decls; functions no longer used.
5437 * config/depcomp, config/install-sh, lib/alloca.c, lib/argmatch.c,
5438 lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
5439 lib/error.c, lib/error.h, lib/getopt.c, lib/getopt.h,
5440 lib/getopt1.c, lib/gettext.h, lib/hash.c, lib/hash.h,
5441 lib/malloc.c, lib/mbswidth.c, lib/mbswidth.h, lib/memchr.c,
5442 lib/memcmp.c, lib/memrchr.c, lib/obstack.c, lib/obstack.h,
5443 lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h,
5444 lib/realloc.c, lib/stdbool_.h, lib/stpcpy.c, lib/strcasecmp.c,
5445 lib/strchr.c, lib/strncasecmp.c, lib/strnlen.c, lib/strrchr.c,
5446 lib/strspn.c, lib/strtol.c, lib/strtoul.c, lib/unlocked-io.h,
5447 lib/xalloc.h, lib/xmalloc.c, lib/xstrdup.c, lib/xstrndup.c,
5448 m4/Makefile.am, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
5449 m4/error.m4, m4/getopt.m4, m4/hash.m4, m4/malloc.m4,
5450 m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4, m4/memcmp.m4,
5451 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/prereq.m4,
5452 m4/quote.m4, m4/quotearg.m4, m4/realloc.m4, m4/stdbool.m4,
5453 m4/stpcpy.m4, m4/strnlen.m4, m4/strtol.m4, m4/strtoul.m4,
5454 m4/unlocked-io.m4, m4/xalloc.m4, po/LINGUAS, po/Makefile.in.in,
5455 po/Makevars, po/da.po, po/de.po, po/es.po, po/et.po, po/fr.po,
5456 po/hr.po, po/id.po, po/it.po, po/ja.po, po/ms.po, po/nl.po,
5457 po/pt_BR.po, po/ro.po, po/ru.po, po/sv.po, po/tr.po:
5458 Remove, as these files are now generated automatically
5459 by bootstrap or automake.
5461 * po/ChangeLog: Remove: all but one entry was a duplicate
5462 of this file, and I moved that 2000-11-02 entry here.
5464 * config/.cvsignore: Add Makefile, depcomp, install-sh.
5465 * lib/.cvsignore: Add alloca.c, alloca.h, alloca_.h, argmatch.c,
5466 argmatch.h, basename.c, dirname.c, dirname.h, error.c, error.h,
5467 exit.h, exitfail.c, exitfail.h, getopt.c, getopt.h, getopt1.c,
5468 getopt_int.h, gettext.h, gnulib.mk, hard-locale.c, hard-locale.h,
5469 hash.c, hash.h, malloc.c, mbswidth.c, mbswidth.h, memchr.c,
5470 memcmp.c, memrchr.c, obstack.c, obstack.h, quote.c, quote.h,
5471 quotearg.c, quotearg.h, realloc.c, stdbool_.h, stpcpy.c, stpcpy.h,
5472 strcasecmp.c, strchr.c, stripslash.c, strncasecmp.c, strndup.c,
5473 strnlen.c, strrchr.c, strspn.c, strtol.c, strtoul.c,
5474 unlocked-io.h, xalloc.h, xmalloc.c, xstrdup.c, xstrndup.c,
5476 * m4/.cvsignore: Remove Makefile, Makefile.in. Add alloca.m4,
5477 dirname.m4, dos.m4, error.m4, getopt.m4, hash.m4, mbrtowc.m4,
5478 mbswidth.m4, obstack.m4, onceonly.m4, quote.m4, quotearg.m4,
5479 stdbool.m4, stpcpy.m4, strnlen.m4, unlocked-io.m4, xalloc.m4.
5480 * po/.cvsignore: Add *.po, LINGUAS, Makefile.in.in, Makevars.
5481 * src/.cvsignore: Remove *_.c.
5484 * Makefile.maint (GZIP_ENV): Don't use --rsyncable if gzip doesn't
5485 support it. (The latest stable gzip doesn't.)
5487 2004-04-27 Paul Eggert <eggert@twinsun.com>
5489 * data/lalr1.cc (Parser::stos_) [! YYDEBUG]: Define even in this
5490 case, as stos_ is now used by destructors due to the 2004-02-09
5493 Remove more K&R C support.
5494 * lib/libiberty.y (PARAMS): Remove. All uses removed.
5495 * lib/subpipe.c (errno): Remove decl.
5496 Include <stdlib.h> unconditionally.
5497 (EXIT_FAILURE): Remove macro.
5498 * src/complain.c (vfprintf, strerror): Remove.
5499 * src/system.h: Include limits.h, stdlib.h, string.h, locale.h
5501 (EXIT_FAILURE, EXIT_SUCCESS, setlocale): Remove defns.
5502 Use latest Autoconf recommendations for including inttypes.h, stdint.h.
5503 (strchr, strspn, memchr): Remove decls.
5504 * tests/calc.at (_AT_DATA_CALC_Y): Include stdlib.h, string.h
5505 unconditionally. Do not declare perror.
5506 * tests/conflicts.at (%nonassoc and eof): Include stdlib.h
5509 * src/complain.c (_): Remove useless defn, as system.h defines this.
5511 * lib/bitset.h (__INT_TO_PTR): Remove; workaround no longer needed
5512 with latest obstack.h.
5513 * lib/ebitset.c (ebitset_elt_alloc): Don't bother to cast args
5514 to procedure types, as obstack.h now does that for us.
5515 * lib/lbitset.c (lbitset_elt_alloc): Likewise.
5517 * lib/subpipe.h [HAVE_SYS_TYPES_H]: Include <sys/types.h>,
5518 so that this include file can stand alone.
5519 * lib/subpipe.c: Do not include <sys/types.h>, as subpipe.h
5520 does this now. Include subpipe.h first after config.h, to
5521 test whether it can stand alone.
5523 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't
5524 declare yyerror when using lalr.cc, as GCC 3.4.0 warns about the
5527 * tests/synclines.at (%union synch line): Put a dummy member in
5528 the union, because empty unions aren't allowed in C. Caught
5531 2004-04-13 Jim Meyering <jim@meyering.net>
5533 * src/conflicts.c (conflicts_print): Correct format string typo:
5534 use `%%' to produce literal `%'. (trivial change)
5536 2004-03-30 Paul Eggert <eggert@twinsun.com>
5538 * src/getargs.c (version): Update copyright year to 2004.
5540 * data/c.m4 (b4_int_type): Use 'short int' rather than
5541 'short', and similarly for 'long', 'unsigned', etc.
5542 * data/glr.c (YYTRANSLATE, yyconfl, yySymbol, yyItemNum,
5543 yygetLRActions, yyprocessOneStack, yyrecoverSyntaxError,
5544 yy_yypstack, yydumpstack): Likewise.
5545 * data/lalr1.cc (user_token_number_max_, user_token_number_max_,
5546 translate_, seq_, [], pop, Slice, range_, operator+, operator+=):
5548 * data/yacc.c (b4_int_type, yyss, YYSTACK_BYTES, yysigned_char,
5549 yy_stack_print, yyparse): Likewise.
5550 * doc/bison.texinfo (Prologue, Multiple Types): Likewise.
5551 * lib/bbitset.h (bitset_word, BITSET_WORD_BITS): Likewise.
5552 * lib/bitset.c (bitset_print): Likewise.
5553 * lib/bitset_stats.c (bitste_log_histogram_print): Likewise.
5554 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
5555 * lib/bitsetv.c (bitsetv_dump): Likewise.
5556 * lib/ebitset.c (EBITSET_ELT_BITS, ebitset_elt_alloc): Likewise.
5557 * lib/lbitset.c (LBITSET_ELT_BITS, lbitset_elt_alloc, debug_lbitset):
5559 * src/LR0.c (allocate_itemsets): Likewise.
5560 * src/gram.h (rule_number, rule): Likewise.
5561 * src/lalr.h (goto_number): Likewise.
5562 * src/nullable.c (nullable_compute): Likewise.
5563 * src/output.c (prepare_rules): Likewise.
5564 * src/relation.c (relation_print, relation_digraph): Likewise.
5565 * src/relation.h (relation_node): Likewise.
5566 * src/state.h (state_number, transitions, errs, reductions,
5567 struct state): Likewise.
5568 * src/symtab.h (symbol_number, struct symbol): Likewise.
5569 * src/tables.c (vector_number, tally, action_number,
5570 default_goto, goto_actions): Likewise.
5571 * tests/existing.at (GNU Cim Grammar): Likewise.
5572 * tests/regression.at (Web2c Actions): Likewise.
5574 * src/output.c (muscle_insert_short_int_table): Renamed from
5575 muscle_insert_short_table. All uses changed.
5577 2004-03-25 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
5579 * src/parse-gram.y: Define PERCENT_EXPECT_RR.
5580 (declaration): Replace expected_conflicts with expected_sr_conflicts.
5581 Add %expect-rr rule.
5583 * src/scan-gram.l: Recognize %expect-rr.
5585 * src/conflicts.h (expected_sr_conflicts): Rename from
5587 (expected_rr_conflicts): Declare.
5589 * src/conflicts.c (expected_sr_conflicts): Rename from
5591 (expected_rr_conflicts): Define.
5592 (conflicts_print): Check r/r conflicts against expected_rr_conflicts
5594 Use expected_sr_conflicts in place of expected_conflicts.
5595 Warn if expected_rr_conflicts used in non-GLR parser.
5597 * doc/bison.texinfo: Add documentation for %expect-rr.
5599 2004-03-08 Paul Eggert <eggert@gnu.org>
5601 Add support for hex token numbers. Suggested by Odd Arild Olsen in
5602 <http://lists.gnu.org/archive/html/bison-patches/2004-03/msg00000.html>.
5604 * NEWS: Document hexadecimal tokens, no NUL bytes, %destructor
5606 * doc/bison.texinfo (Token Decl): Add hexadecimal token numbers.
5607 * src/scan-gram.l (scan_integer): New function.
5609 (0[xX][0-9abcdefABCDEF]+): New pattern, to support hex numbers.
5610 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>, \\x[0-9abcdefABCDEF]+,
5611 handle_action_dollar, handle_action_at, convert_ucn_to_byte):
5612 Say "long int", not "long", for uniformity with GNU style.
5614 2004-02-25 Paul Eggert <eggert@twinsun.com>
5616 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Ignore stdout from
5617 compilers. This fixes a problem with Intel's C++ compiler being
5618 chatty, reported by Guido Trentalancia in
5619 <http://lists.gnu.org/archive/html/bug-bison/2004-02/msg00030.html>.
5621 2004-02-09 Alexandre Duret-Lutz <adl@gnu.org>
5623 Support %destructor and merge error locations in lalr1.cc.
5625 * data/lalr1.cc (b4_cxx_destruct_def): New macro.
5626 (Parser::stos_): Define unconditionally.
5627 (Parser::destruct_): New method. Generate its body with
5628 b4_yydestruct_generate.
5629 (Parser::error_start_): New attribute.
5630 (Parser::parse) <yyerrlab, yyerrlab1>: Call destruct_ on erroneous
5631 token which are discarded.
5632 (Parser::parse) <yyerrlab, yyerrorlab, yyerrlab1>: Update
5633 error_start_ when erroneous token are discarded.
5634 (Parser::parse) <yyerrlab1>: Compute the location of the error
5635 token so that it covers all the discarded tokens.
5636 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust so
5637 it can be called with `%skeleton "lalr1.cc"', and do that.
5639 2004-02-02 Paul Eggert <eggert@twinsun.com>
5641 * src/Makefile.am (AM_CPPFLAGS): New macro. It mentions
5642 $(top_srcdir)/lib and ../lib. This fixes a bug reported
5643 by Paul Hilfinger; the old INCLUDES value didn't mention ../lib.
5644 There's no need to mention top_builddir since Automake does that
5646 (INCLUDES): Remove, as Automake says it's obsolescent.
5647 Contents migrated into AM_CPPFLAGS as described above.
5648 * lib/Makefile.am (INCLUDES): Remove; obsolescent.
5650 2004-01-14 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
5652 * data/glr.c (yytokenName): Bullet-proof against YYEMPTY token.
5653 (yyreportSyntaxError): Handle case where lookahead token is
5656 2004-01-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
5658 * data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC so that
5659 resulting parsers are compilable with C++.
5661 2003-12-23 Paul Eggert <eggert@twinsun.com>
5663 * config/depcomp, config/install-sh: Sync with Automake 1.8.
5664 * src/output.c (output_skeleton): Rename local var.
5665 * tests/input.at (Torturing the Scanner): Don't use \x0 or \0 in
5666 Bison tokens, as this runs afoul of the 2003-10-07 change that
5667 disallowed NUL bytes in character constants or string literals.
5669 * tests/local.at: Require Autoconf 2.59's Autotest.
5670 * tests/testsuite.at: Don't include local.at, since we now assume
5671 Autoconf 2.59 or later. Autoconf 2.59 had some problems with
5673 * tests/Makefile.am ($(TESTSUITE)): Remove warning about ignoring
5674 multiple inclusion warnings.
5676 2003-12-02 Akim Demaille <akim@epita.fr>
5678 * doc/bison.texinfo (How Can I Reset the Parser): More about start
5682 2003-11-18 Alexandre Duret-Lutz <adl@gnu.org>
5684 * doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
5686 2003-10-07 Paul Eggert <eggert@twinsun.com>
5688 * tests/Makefile.am (clean-local): Don't run 'testsuite --clean'
5689 if testsuite doesn't exist.
5691 * doc/bison.texinfo (Symbols): NUL bytes are not allowed in string
5692 literals, unfortunately.
5693 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>):
5694 Complain about NUL bytes in character constants or string literals.
5696 2003-10-05 Paul Eggert <eggert@twinsun.com>
5698 * NEWS: Don't document %no-default-prec, as it's still
5700 * doc/bison.texinfo: Document %no-default-prec only if
5701 the defaultprec flag is set. Normally it's not.
5703 2003-10-04 Paul Eggert <eggert@twinsun.com>
5705 * data/glr.c (b4_rhs_value, b4_rhs_location): Yield a
5706 non-modifiable lvalue, instead of a modifiable one.
5707 * doc/bison.texinfo (Actions): Document that $$ can
5708 be assigned to. Do not claim that $$ and $N are
5709 array element references: user code should not rely on this.
5711 2003-10-01 Paul Eggert <eggert@twinsun.com>
5713 * src/parse-gram.h (PERCENT_NO_DEFAULT_PREC): New token.
5714 (grammar_declaration): Use it.
5715 * src/scan-gram.l: New token %no-default-prec.
5716 * tests/conflicts.at: Revamp tests to use %no-default-prec.
5717 * NEWS, doc/bison.texinfo: Document the above.
5719 2003-10-01 Akim Demaille <akim@epita.fr>
5721 VCG no longer supports long_straight_phase.
5723 * src/vcg.c, src/vcg.h: Remove the handling of long_straight_phase.
5724 * src/print_graph.c (print_graph): Adjust.
5726 2003-09-30 Frank Heckenbach <frank@g-n-u.de>
5727 and Paul Eggert <eggert@twinsun.com>
5729 * doc/bison.texinfo (Decl Summary, Contextual Precedence,
5730 Table of Symbols): Document %default-prec.
5731 * src/parse-gram.y (PERCENT_DEFAULT_PREC): New token.
5732 (grammar_declaration): Set default_prec on %default-prec.
5733 * src/scan-gram.l (%default-prec): New token.
5734 * src/reader.h (default_prec): New flag.
5735 * src/reader.c: Likewise.
5736 (packgram): Handle it.
5737 * tests/conflicts.at (%default-prec without %prec,
5738 %default-prec with %prec, %default-prec 1): New tests.
5740 2003-09-30 Paul Eggert <eggert@twinsun.com>
5742 * tests/testsuite.at: Include local.at, not input.at, fixing
5743 a typo in the 2003-08-25 patch.
5745 2003-08-27 Akim Demaille <akim@epita.fr>
5747 * data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab to pacify
5750 2003-08-26 Akim Demaille <akim@epita.fr>
5752 * config/announce-gen (print_changelog_deltas): Neutralize "<#" as
5753 "<\#" to avoid magic from Gnus when posting parts of this script.
5755 2003-08-26 Akim Demaille <akim@epita.fr>
5757 * data/lalr1.cc (Parser::report_syntax_error_): New, extracted from
5758 (Parser::parse): here.
5759 Adjust: nerrs and errstatus is now replaced by...
5760 (Parser::nerrs_, Parser::errstatus_): New.
5762 2003-08-25 Akim Demaille <akim@epita.fr>
5764 * config/announce-gen, Makefile.cfg: New.
5765 * Makefile.am: Adjust.
5766 * GNUmakefile, Makefile.maint: Update from CVS Autoconf, but
5767 keeping local WGET and WGETFLAGS modifications from Paul Eggert.
5769 2003-08-25 Akim Demaille <akim@epita.fr>
5771 When reducing initial empty rules, Bison parser read an initial
5772 location that is not defined. This results in garbage, and that
5773 affects Bison's own parser. Therefore we need (i) to extend Bison
5774 to support a means to initialize this location, and (ii) to use
5775 this CVS Bison to fix CVS Bison's parser.
5777 * src/reader.h, reader.c (epilogue_augment): Remove, replace
5779 * src/muscle_tab.h, src/muscle_tab.c (muscle_code_grow): this.
5780 * src/parse-gram.y: Adjust.
5781 (%initial-action): New.
5782 (%error-verbose): Since we require CVS Bison, there is no reason
5784 * src/scan-gram.l: Adjust.
5785 * src/Makefile.am (YACC): New, to make sure we use our own parser.
5786 * data/yacc.c (yyparse): Use b4_initial_action.
5788 2003-08-25 Akim Demaille <akim@epita.fr>
5790 * doc/bison.texinfo: Don't promote stdout for error messages.
5792 2003-08-25 Akim Demaille <akim@epita.fr>
5794 * data/lalr1.cc (Parser::reduce_print_): Remove unused yyi.
5795 From Alexandre Duret-Lutz.
5797 2003-08-25 Akim Demaille <akim@epita.fr>
5801 2003-08-25 Akim Demaille <akim@epita.fr>
5803 * data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT): New.
5806 2003-08-25 Akim Demaille <akim@epita.fr>
5808 * data/lalr1.cc (Parser::reduce_print_): New.
5811 2003-08-25 Akim Demaille <akim@epita.fr>
5813 Have lalr1.cc catch with Paul Eggert's patch to fix the infinite
5814 error recovery loops. This patch is based on
5815 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00000.html>.
5816 Also, augment the similarity between lalr1.cc and yacc.c.
5817 Note: the locations of error recovery rules are not correct yet.
5819 * data/lalr1.cc: Comment changes to augment the similarity between
5820 lalr1.cc and yacc.c.
5821 (YYERROR): Goto to yyerrorlab, not yyerrlab1.
5822 (yyerrlab1): Remove, but where it used to be (now the bottom part of
5823 yyerrlab), when hitting EOF, pop the whole stack here instead of
5824 merely falling thru the default error handling mechanism.
5825 (yyerrorlab): New label, with the old contents of YYERROR,
5826 plus the following change: pop the stack of rhs corresponding
5827 to the production that invoked YYERROR. That is how Yacc
5828 behaves (required by POSIX).
5829 * tests/calc.at (AT_CHECK_CALC_LALR1_CC): No longer expected to
5832 2003-08-25 Akim Demaille <akim@epita.fr>
5834 Tune local.at so that people can "autom4te -l autotest calc.at -o
5835 calc" for instance, to extract a sub test suite.
5837 * tests/testsuite.at: Move the initialization, Autotest version
5838 requirement, and AT_TESTED invocation into...
5839 * tests/local.at: here.
5840 * tests/testsuite.at: Include it for compatibility with Autoconf
5842 * tests/Makefile.am ($(TESTSUITE)): Report that the warning should
5845 2003-08-04 Paul Eggert <eggert@twinsun.com>
5847 Rework code slightly to avoid gcc -Wtraditional warnings.
5848 * data/glr.c (yyuserMerge): Return void, not YYSTYPE.
5849 The returned value is now stored in *YY0. All callers changed.
5850 * src/output.c (merge_output): Adjust to the above change.
5852 2003-07-26 Paul Eggert <eggert@twinsun.com>
5854 * data/glr.c (YYASSERT): New macro.
5855 (yyfillin, yydoAction, yyglrReduce, yysplitStack,
5856 yyresolveStates, yyprocessOneStack):
5857 Use `YYASSERT (FOO);' rather than `if (! (FOO)) abort ();'.
5858 Derived from a suggestion by Frank Heckenbach.
5860 2003-07-25 Paul Eggert <eggert@twinsun.com>
5862 * data/glr.c (yyglrReduce): Don't use C89 string concatenation,
5863 for portability to K&R C (after ansi2knr, presumably). See
5864 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>
5865 by Frank Heckenbach, though I have omitted the structure-initialization
5866 part of his glr-knr.diff patch since I recall that the Portable
5867 C Compiler didn't require that change.
5869 Let the user specify how to allocate and free memory.
5870 Derived from a suggestion by Frank Heckenbach in
5871 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>.
5872 * data/glr.c (YYFREE, YYMALLOC, YYREALLOC): New macros.
5873 All uses of free, malloc, realloc changed to use these macros,
5874 and unnecessary casts removed.
5875 * data/yacc.c (YYFREE, YYMALLOC): Likewise.
5877 2003-07-06 Matthias Mann <MatthiasMann@gmx.de>
5879 * data/lalr1.cc (operator<<(std::ostream&, const Position&)):
5880 use s.empty() rather than s == "" to test for empty string; see
5881 <http://lists.gnu.org/archive/html/bison-patches/2003-07/msg00003.html>
5884 2003-06-25 Akim Demaille <akim@epita.fr>
5886 * config/depcomp, config/install-sh: Update from masters.
5888 2003-06-20 Paul Eggert <eggert@twinsun.com>
5890 * data/glr.c (YYLLOC_DEFAULT): Parenthesize arguments as needed,
5891 and return properly parenthesized result.
5892 * data/lalar1.cc (YYLLOC_DEFAULT): Likewise.
5893 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
5894 Remove unnecessary parentheses from uses.
5895 * doc/bison.texinfo (Location Default Action): Describe the
5896 conventions for parentheses.
5898 2003-06-19 Paul Eggert <eggert@twinsun.com>
5900 * data/glr.c (yyremoveDeletes, yy_reduce_print, yyglrReduce,
5901 yyreportTree): Do not assume that size_t is the same width as int,
5902 when printing sizes. Print sizes using an unsigned format.
5903 Problem reported by Frank Heckenbach in
5904 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00035.html>.
5906 Port to Forte Developer 7 C compiler.
5907 * data/glr.c (struct YYLTYPE): If locations are not being used,
5908 declare a single dummy member, as empty structs do not conform
5910 (YYERROR, YYBACKUP): Do not use "do { ...; return foo; } while (0)";
5911 the Forte Developer 7 C compiler complains that end-of-loop
5912 code is not reached.
5914 2003-06-17 Paul Eggert <eggert@twinsun.com>
5916 * lib/libiberty.h (PARAMS): Spell argument as Args, not as X, to
5917 avoid warnings from picky compilers about redefinition of PARAMS.
5919 2003-06-17 Paul Eggert <eggert@twinsun.com>
5923 * NEWS: Document 1.875b.
5925 * lib/bbitset.h: Do not include config.h; that's the includer's job.
5926 Do not include <sys/types.h>; shouldn't be needed on a C89 host.
5927 * lib/bitset.h (bitset_compatible_p): Indent as per GNU standard.
5928 Don't use 'index' in comments, as it's a builtin fn on some hosts.
5929 * lib/bitset_stats.c: Include gettext.h unconditionally, as
5930 per recent gettext manual's suggestion.
5931 * lib/ebitset.c (ebitset_resize, ebitset_unused_clear):
5932 Use prototypes, not old-style definitions.
5933 * lib/lbitset.c (lbitset_unused_clear): Likewise.
5934 * lib/vbitset.c (vbitset_resize, vbitset_ones, vbitset_zero,
5935 vbitset_empty_p, vbitset_copy1, vbitset_not, vbitset_equal_p,
5936 vbitset_subset_p, vbitset_disjoint_p, vbitset_and, vbitset_and_cmp,
5937 vbitset_andn, vbitset_andn_cmp, vbitset_or, vbitset_or_cmp,
5938 vbitset_xor, vbitset_xor_cmp, vbitset_and_or, vbitset_and_or_cmp,
5939 vbitset_andn_or, vbitset_andn_or_cmp, vbitset_or_and,
5940 vbitset_or_and_cmp, vbitset_copy): Likewise.
5942 * lib/libiberty.h: Do not include config.h; that's the includer's job.
5943 Do not include <stdlib.h>.
5944 (PARAMS): Define unconditionally for C89.
5945 (ATTRIBUTE_NORETURN): Remove.
5946 (ATTRIBUTE_UNUSED): Define unconditionally.
5948 Upgrade to 2003-06-08 libbitset, submitted by Michael Hayes in:
5949 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00005.html>
5950 * lib/Makefile.am (bitsets_sources): Add vbitset.c, vbitset.h.
5951 * lib/vbitset.c, lib/vbitset.h: New files.
5952 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
5953 lib/bitset_stats.c, lib/ebitset.c, lib/lbitset.c: Import
5956 * doc/bison.texinfo (How Can I Reset the Parser): Renamed from
5957 `How Can I Reset @code{yyparse}', since texinfo does not allow
5958 arbitrary @ in node names.
5960 * m4/Makefile.am (EXTRA_DIST): Add the following files, which
5961 shouldn't be needed according to the gettext 0.12.1 documentation
5962 but which seem to be needed anyway: codeset.m4 glibc21.m4
5963 intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 isc-posix.m4
5964 lcmessage.m4 nls.m4 po.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4.
5965 * po/Makefile.in.in: Upgrade to gettext 0.12.1 version.
5967 * lib/.cvsignore: Add stdbool.h.
5968 * m4/.cvsignore: Add nls.m4, po.m4.
5970 Upgrade to CVS gnulib.
5971 * stdbool_.h: File renamed from stdbool.h.in.
5972 * configure.ac (AM_STDBOOL_H): Invoke this instead of
5974 (AM_GNU_GETTEXT): Put brackets around args, as latest manual suggests.
5975 (AM_GNU_GETTEXT_VERSION): Update to 0.12.1.
5976 * lib/Makefile.am (EXTRA_DIST): Add stdbool_.h.
5977 (MOSTLYCLEANFILES): New var.
5978 ($(libbison_a_OBJECTS)): Depend on $(STDBOOL_H).
5979 (stdbool.h): New rule.
5980 * lib/dirname.c, lib/dirname.h, lib/hash.c, lib/hash.h,
5981 lib/malloc.c, lib/obstack.h, lib/quote.c, lib/realloc.c,
5982 lib/strcasecmp.c, lib/xalloc.h, m4/alloca.m4, m4/onceonly.m4,
5983 m4/quote.m4: Upgrade to today's gnulib.
5985 * tests/calc.at (AT_CHECK_CALC): New option EXPECTED-TO-FAIL.
5986 (AT_CHECK_CALC_LALR1_CC): Use it, since the C++ LALR parser fails
5987 the tests right now.
5988 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Ensure yylex and
5989 yyerror are declared before use; C99 requires this.
5991 2003-06-09 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
5993 * data/glr.c (YYERROR): Update definition to reset yyerrState to 0
5995 (yyrecoverSyntaxError): Correct the logic for setting and testing
5997 Correct comment on handling EOF.
5998 Allow states with only a default reduction, rather than failing
5999 (I can't quite reconstruct why these were not allowed before).
6001 Fixes to avoid problem that $-N rules in GLR parsers can cause
6002 buffer overruns, corrupting state.
6004 * src/output.c (prepare_rules): Output max_left_semantic_context
6006 * src/reader.h (max_left_semantic_context): New variable declaration.
6007 * src/scan-gram.l (max_left_semantic_context): Define.
6008 (handle_action_dollar): Update max_left_semantic_context.
6009 * data/glr.c (YYMAXLEFT): New definition.
6010 (yydoAction): Increase size of yyrhsVals by YYMAXLEFT.
6011 (yyresolveAction): Ditto.
6013 Fixes to problems with location handling in GLR parsers reported by
6014 Frank Heckenbach (2003/06/05).
6016 * data/glr.c (YYLTYPE): Make trivial if locations not used.
6017 (YYRHSLOC): Add parentheses, and define only if locations used.
6018 (YYLLOC_DEFAULT): Add parentheses, and give trivial definition if
6020 (yyuserAction): Use YYLLOC_DEFAULT to set *yylocp.
6021 (yydoAction): Remove redundant initialization of *yyvalp and *yylocp.
6023 * tests/cxx-type.at: Exercise location information; update tests
6024 to differentiate output with and without locations.
6025 Remove forward declarations of yylex and yyerror---caused errors
6026 because default YYLTYPE not yet defined.
6027 Change semantic actions to compute strings, rather than printing
6028 them directly (to test proper passing of semantics values). Change
6029 output to prefix notation and update test data and expected results.
6030 (yylex): Track locations.
6031 (stmtMerge): Return value rather than printing, and include arguments
6034 2003-06-03 Paul Eggert <eggert@twinsun.com>
6036 Avoid warnings generated by GCC 2.95.4 when Bison is
6037 configured with --enable-gcc-warnings.
6038 * data/lalr1.cc (yy::]b4_parser_class_name[::parse,
6039 yy::]b4_parser_class_name[::translate_,
6040 yy::Stack::operator[] (unsigned),
6041 yy::Stack::operator[] (unsigned) const,
6042 yy::Slice::operator[] (unsigned),
6043 yy::Slice::operator[] (unsigned) const):
6044 Rename local vars to avoid warnings.
6045 * tests/glr-regression.at (Improper handling of embedded actions
6046 and $-N in GLR parsers): Remove unused local variable from yylex.
6047 * tests/regression.at (_AT_DATA_DANCER_Y): Declare yylex to take
6048 (void) as arg when not pure, since we now assume C89 when building
6049 Bison. Pacify GCC by using parameter.
6051 2003-06-02 Paul Eggert <eggert@twinsun.com>
6053 * data/lalr1.cc (yy::Position::lines, yy::Position::columns,
6054 yy::Location::lines, yy::Location::columns): Rename arguments
6055 to avoid shadowing; this removes a warning generated by GCC 3.3.
6057 2003-06-01 Paul Eggert <eggert@twinsun.com>
6059 Don't pass C-only warning optins (e.g., -Wmissing-declarations)
6060 to g++, as GCC 3.3 complains if you do it.
6061 * configure.ac (WARNING_CXXFLAGS): New subst. Set it to
6062 everything that WARNING_CFLAGS has, except omit warnings
6063 not suitable for C++.
6064 (AC_PROG_CXX): Use this instead of AC_CHECK_PROGS([CXX], [g++]).
6065 * tests/atlocal.in (CXXFLAGS): New var.
6066 * tests/local.at (AT_COMPILE_CXX): Use it instead of CFLAGS.
6068 Fix a GLR parser bug I reported in February; see
6069 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00008.html>.
6070 The problem was that GLR parsers did not conform to the C standard,
6071 because actions like { $1 = $2 + $3; } expanded to expressions
6072 that invoked YYFILL in separate subexpressions, and YYFILL assigned
6073 to a local variable. The C standard says that expressions
6074 like (var = f ()) + (var = f ()) have undefined behavior.
6075 Another problem was that GCC sometimes issues warnings that
6076 yyfill and its parameters are unused.
6078 * data/glr.c (yyfillin): Renamed from the old yyfill. Mark
6080 (yyfill): New function.
6082 (yyuserAction): Change type of yynormal to bool, so that it matches
6083 the new yyfill signature. Mark it as possibly unused.
6086 Follow up on a bug I reported in February, where a Bison-generated
6087 parser can loop. Provide a test case and a fix for yacc.c. I
6088 don't have a fix for lalr1.cc or for glr.c, unfortunately.
6089 The original bug report is in:
6090 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00044.html>
6092 * data/yacc.c (YYERROR): Now just 'goto yyerrorlab', since the
6093 macro's size was becoming unwieldy.
6094 (yyerrlab): Do not discard an empty lookahead symbol, as this
6095 might destroy garbage.
6096 (yyerrorlab): New label, with the old contents of YYERROR,
6097 plus the following change: pop the stack of rhs corresponding
6098 to the production that invoked YYERROR. That is how Yacc
6099 behaves, and POSIX requires this behavior.
6100 (yyerrlab1): Use YYPOPSTACK instead of its definiens.
6101 * tests/calc.at (_AT_DATA_CALC_Y): Include unistd.h if available.
6102 Define 'alarm' to do nothing if unistd.h is not available.
6103 Add a new rule "exp: '-' error;" to test the above change to
6104 data/yacc.c. Use 'alarm' to abort any test taking longer than
6105 10 seconds, as it's probably looping.
6106 (AT_CHECK_CALC): Test recovery from error in new grammar rule.
6107 Also, the new yacc.c generates two fewer diagnostics for an
6110 2003-05-24 Paul Eggert <eggert@twinsun.com>
6112 * data/glr.c (YYSTACKEXPANDABLE): Do not evaluate
6113 YYSTYPE_IS_TRIVIAL or YYSTYPE_IS_TRIVIAL unless they are defined.
6114 This fixes a problem reported by John Bowman when the Compaq/HP
6115 Alpha cxx compiler happy (e.g. using cxx -D__USE_STD_IOSTREAM
6117 * data/yacc.c (union yyalloc): Likewise.
6118 (YYCOPY): Do not evaluate __GNUC__ unless it is defined.
6120 Switch from 'int' to 'bool' where that makes sense.
6122 * lib/abitset.c (abitset_test, abitset_empty_p, abitset_equal_p,
6123 abitset_subset_p, abitset_disjoint_p, abitset_and_cmp,
6124 abitset_andn_cmp, abitset_or_cmp, abitset_xor_cmp, abitset_and_or,
6125 abitset_and_or_cmp, abitset_andn_or_cmp, abitset_or_and_cmp):
6126 Return or accept bool, not int. All callers changed.
6127 * lib/bbitset.h: (bitset_toggle_, bitset_copy_, bitset_and_or_cmp_,
6128 bitset_andn_or_cmp_, bitset_or_and_cmp_): Likewise.
6129 * lib/bitset.c (bitset_only_set_p, bitset_print, bitset_toggle_,
6130 bitset_copy_, bitset_op4_cmp, bitset_and_or_cmp_, bitset_andn_or_cmp_,
6131 bitset_or_and_cmp_): Likewise.
6132 * lib/bitset.h (bitset_test, bitset_only_set_p): Likewise.
6133 * lib/bitset_stats.c (bitset_stats_print, bitset_stats_toggle,
6134 bitset_stats_test, bitset_stats_empty_p, bitset_stats_disjoint_p,
6135 bitset_stats_equal_p, bitset_stats_subset_p, bitset_stats_and_cmp,
6136 bitset_stats_andn_cmp, bitset_stats_or_cmp, bitset_stats_xor_cmp,
6137 bitset_stats_and_or_cmp, bitset_stats_andn_or_cmp,
6138 bitset_stats_or_and_cmp): Likewise.
6139 * lib/ebitset.c (ebitset_elt_zero_p, ebitset_equal_p, ebitset_copy_cmp,
6140 ebitset_test, ebitset_empty_p, ebitset_subset_p, ebitset_disjoint_p,
6141 ebitset_op3_cmp, ebitset_and_cmp, ebitset_andn_cmp, ebitset_or_cmp,
6142 ebitset_xor_cmp): Likewise.
6143 * lib/lbitset.c (lbitset_elt_zero_p, lbitset_equal_p, lbitset_copy_cmp,
6144 lbitset_test, lbitset_empty_p, lbitset_subset_p, lbitset_disjoint_p,
6145 lbitset_op3_cmp, lbitset_and_cmp, lbitset_andn_cmp, lbitset_or_cmp,
6146 lbitset_xor_cmp): Likewise.
6147 * lib/bbitset.h: Include <stdbool.h>.
6148 (struct bitset_vtable): The following members now return bool, not
6149 int: toggle, test, empty_p, disjoint_p, equal_p, subset_p,
6150 and_cmp, andn_cmp, or_cmp, xor_cmp, and_or_cmp, andn_or_cmp,
6152 * src/conflicts.c (count_rr_conflicts): Likewise.
6153 * lib/bitset_stats.h (bitset_stats_enabled): Now bool, not int.
6155 * lib/ebitset.c (ebitset_obstack_init): Likewise.
6156 * lib/lbitset.c (lbitset_obstack_init): Likewise.
6157 * src/getargs.c (debug_flag, defines_flag, locations_flag,
6158 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
6159 graph_flag): Likewise.
6160 * src/getargs.h (debug_flag, defines_flag, locations_flag,
6161 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
6162 graph_flag): Likewise.
6163 * src/output.c (error_verbose): Likewise.
6164 * src/output.h (error_verbose): Likewise.
6165 * src/reader.c (start_flag, typed): Likewise.
6166 * src/reader.h (typed): Likewise.
6167 * src/getargs.c (LOCATIONS_OPTION): New constant.
6168 (long_options, getargs): Use it.
6169 * src/lalr.c (build_relations): Use bool, not int.
6170 * src/nullable.c (nullable_compute): Likewise.
6171 * src/print.c (print_reductions): Likewise.
6172 * src/tables.c (action_row, pack_vector): Likewise.
6173 * src/muscle_tab.h (MUSCLE_INSERT_BOOL): New macro.
6174 * src/output.c (prepare): Use it.
6175 * src/output.c (token_definitions_output,
6176 symbol_destructors_output, symbol_destructors_output): Use string,
6177 not boolean integer, to keep track of whether to output separator.
6178 * src/print_graph.c (print_core): Likewise.
6179 * src/state.c (state_rule_lookaheads_print): Likewise.
6181 * config/install-sh: Sync from automake 1.7.5.
6183 2003-05-14 Paul Eggert <eggert@twinsun.com>
6185 * src/parse-gram.y (rules_or_grammar_declaration): Require a
6186 semicolon after a grammar declaration, in the interest of possible
6187 future changes to the Bison input language.
6188 Do not allow a stray semicolon at the start of the grammar.
6189 (rhses.1): Allow one or more semicolons after any rule, including
6190 just before "|" as required by POSIX.
6191 * tests/input.at (Torturing the Scanner): Add tests for ";|" in a
6194 2003-05-14 Alexandre Duret-Lutz <adl@gnu.org>
6196 %parse-param support for lalr1.cc.
6198 * data/lalr1.cc (b4_parse_param_decl, b4_parse_param_cons,
6199 b4_cc_constructor_calls, b4_cc_constructor_call,
6200 b4_parse_param_vars, b4_cc_var_decls, b4_cc_var_decl): New m4
6202 (yy::b4_parser_class_name::b4_parser_class_name): Take extra
6203 parse-param arguments.
6204 (yy::b4_parser_class_name): Declare instance variables to
6205 hold parse-param arguments.
6206 * tests/calc.at: s/value/semantic_value/ because value clashes
6207 with a member of yy::b4_parser_class_name. Adjust C++ code
6208 to handle %parse-param. Enable %parse-param test in C++.
6210 2003-05-12 Paul Eggert <eggert@twinsun.com>
6212 * doc/bison.texinfo (How Can I Reset @code{yyparse}): Reword the
6213 English a bit. Fix fclose typo. Change "const char" to "char
6214 const", and use ANSI C rather than K&R for "main". Suggest
6215 YY_FLUSH_BUFFER over yyrestart (as that is what Flex recommends)
6216 and suggest yy_switch_to_buffer.
6218 2003-05-05 Paul Eggert <eggert@twinsun.com>
6220 * lib/bitset.h (__INT_TO_PTR): Define to a value that presumes
6221 C89. This avoids a diagnostic on compilers that define __STDC__
6222 to 0, fixing a problem with Tru64 cc reported by Martin Mokrejs in
6223 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
6225 2003-05-03 Paul Eggert <eggert@twinsun.com>
6227 * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):
6228 Do not overrun array bounds.
6229 This should fix a bug reported today by Olatunji Oluwabukunmi in
6230 <http://lists.gnu.org/archive/html/bug-bison/2003-05/msg00004.html>.
6232 2003-04-29 Akim Demaille <akim@epita.fr>
6234 * src/gram.h, src/gram.c (pure_parser, glr_parser): Move to...
6235 * src/getargs.c, src/getargs.h: here, as bool, not int.
6236 (nondeterministic_parser): New.
6237 * src/parse-gram.y, src/scan-gram.l: Support
6238 %nondeterministic-parser.
6239 * src/output.c (prepare): Use nondeterministic_parser instead
6240 of glr_parser where appropriate.
6241 * src/tables.c (conflict_row, action_row, save_row)
6242 (token_actions, token_actions, pack_vector): Ditto.
6244 2003-04-29 Akim Demaille <akim@epita.fr>
6246 * doc/bison.texinfo (C++ Parsers, Implementing Loops): New.
6248 2003-04-29 Akim Demaille <akim@epita.fr>
6250 * tests/calc.at: Also test yacc.c and glr.c (but not lalr1.cc yet)
6251 with %pure-parser and %locations to exercise the patch from Yakov
6254 2003-04-28 Tim Van Holder <tim.van.holder@pandora.be>
6256 * data/yacc.c: (b4_lex_param): Corrected for the case where
6257 %lex-param is provided and %pure-parser isn't.
6259 2003-04-27 Paul Eggert <eggert@twinsun.com>
6261 Avoid gcc -Wundef warnings reported by Gerald Pfeifer in
6262 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00044.html>.
6263 * data/yacc.c (YYSTACK_ALLOC): Don't evaluate YYSTACK_USE_ALLOCA
6264 if it is not defined.
6265 (YYMAXDEPTH): Don't evaluate YYMAXDEPTH if it is not defined.
6267 2003-04-26 Paul Eggert <eggert@twinsun.com>
6269 * data/lalr1.cc (yy::Parser::pact_ninf_, yy::Parser::table_ninf_):
6270 Declare to be of type suitable for the ninf value itself, not of
6271 type suitable for the corresponding table, since the latter might
6272 be unsigned but the ninf value might be negative. This fixes a
6273 bug reported by Alexandre Duret-Lutz in
6274 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00017.html>.
6276 * configure.ac (AC_FUNC_ERROR_AT_LINE): Remove, since gl_ERROR
6277 invokes it. We shouldn't invoke it twice because it will attempt
6278 to put error.o in the archive twice. This fixes a glitch reported
6279 by Martin Mokrejs in
6280 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
6282 2003-04-21 Paul Eggert <eggert@twinsun.com>
6284 * m4/error.m4: Update from Bruno Haible's 2003-04-14 patch
6287 2003-04-21 Yakov Markovitch <Markovitch@iso.ru>
6289 * data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
6290 Fix obvious typo that results in uncompilable GLR parsers
6291 when both %pure-parser and %locations are used. (trivial change)
6293 2003-04-17 Paul Eggert <eggert@twinsun.com>
6295 * src/scan-gram.l: Add %option nounput, since we no longer use unput.
6296 (unexpected_eof): Renamed from unexpected_end_of_file, for brevity.
6297 Do not insert the expected token via unput, as this runs afoul
6298 of a POSIX-compatibility bug in flex 2.5.31.
6299 All uses changed to BEGIN the parent state,
6300 since we no longer insert the expected token via unput.
6301 * tests/regression.at (Invalid inputs): Remove cascaded diagnostic
6302 that is no longer emitted after the above change.
6304 * src/conflicts.c (set_conflicts): Resolve all conflicts, not just
6305 the first one. This change is from Paul Hilfinger, and it fixes
6306 regression reported by Werner Lemberg in
6307 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
6309 (resolve_sr_conflict): Don't invoke state_errs_set
6310 unless one or more tokens have been explicitly made errors.
6311 Otherwise, the above change causes Bison to abort.
6313 * tests/existing.at (GNU pic Grammar): New test case, taken from
6316 2003-03-31 Akim Demaille <akim@epita.fr>
6318 * doc/Makefile.am (AM_MAKEINFOFLAGS): Don't split the info file.
6320 2003-03-31 Akim Demaille <akim@epita.fr>
6322 * src/output.c (prepare_symbols): Avoid trailing spaces in the
6325 2003-03-31 Akim Demaille <akim@epita.fr>
6327 * doc/bison.texinfo (Strings are Destroyed): s/losses/loses/.
6328 From Paul Hilfinger.
6330 2003-03-29 Akim Demaille <akim@epita.fr>
6332 * m4/error.m4: Do not put under dynamic conditions some code which
6333 expansion is under static control.
6335 2003-03-29 Akim Demaille <akim@epita.fr>
6337 * doc/bison.texinfo (How Can I Reset @code{yyparse}): New.
6339 2003-03-29 Akim Demaille <akim@epita.fr>
6341 * doc/bison.texinfo (Strings are Destroyed): New.
6343 2003-03-13 Paul Eggert <eggert@twinsun.com>
6345 * .cvsignore: Add configure.lineno.
6346 * src/.cvsignore: Add yacc.
6347 * tests/.cvsignore: Add testsuite.log.
6348 * doc/fdl.texi: Sync with latest FSF version.
6350 2003-03-12 Paul Eggert <eggert@twinsun.com>
6352 * scan-gram.l (YY_USER_INIT): Initialize code_start, too.
6353 (<INITIAL><<EOF>>, <SC_PRE_CODE><<EOF>>): Set *loc to the scanner
6354 cursor, instead of leaving it undefined. This fixes a bug
6355 reported by Tim Van Holder in
6356 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00023.html>.
6357 * tests/input.at (Torturing the Scanner): Test the scanner on
6358 an empty input file, which was Tim Van Holder's test case.
6360 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): When checking whether
6361 <sys/resource.h> can be included, include sys/time.h and
6362 sys/times.h first, if available. This works around the SunOS
6363 4.1.4 porting bug reported by Bruce Becker in
6364 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00018.html>.
6366 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't
6367 AC_CHECK_HEADERS([sys/wait.h]), as this interferes with
6370 Merge changes from gnulib. This was prompted because the CVS
6371 snapshot didn't build on Solaris 7 due to strnlen problems.
6373 These changes need to be merged back into gnulib:
6374 * lib/hash.c: Include <stdbool.h> unconditionally.
6375 * m4/onceonly.m4 (m4_quote): New macro.
6376 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
6377 Quote AC_FOREACH variable-expansions properly.
6378 The 2003-01-03 obstack.h change also needs merging.
6379 {end of changes requiring merging}
6381 * lib/stdbool.h.in, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
6382 m4/getopt.m4, m4/hash.m4, m4/malloc.m4, m4/memchr.m4,
6383 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/quote.m4,
6384 m4/quotearg.m4, m4/realloc.m4, m4/stpcpy.m4, m4/strnlen.m4,
6385 m4/strtol.m4, m4/strtoul.m4, m4/unlocked-io.m4, m4/xalloc.m4:
6386 New files, imported from gnulib.
6387 * m4/Makefile.am (EXTRA_DIST): Add the new m4/*.m4 files mentioned
6390 * lib/mbswidth.c, m4/error.m4, m4/mbrtowc.m4, m4/mbswidth.m4,
6391 m4/memcmp.m4, m4/prereq.m4, m4/stdbool.m4: Update to current
6394 * configure.ac (gl_DIRNAME, gl_GETOPT, gl_HASH, gl_QUOTE, gl_XALLOC):
6396 (gl_ERROR): New, replacing jm_PREREQ_ERROR.
6397 (gl_FUNC_ALLOCA): New, replacing AC_FUNC_ALLOCA.
6398 (gl_FUNC_STPCPY): New, replacing AC_REPLACE_FUNCS(stpcpy).
6399 (gl_FUNC_STRNLEN): New, replacing AC_FUNC_STRNLEN.
6400 (gl_MBSWIDTH): New, replacing jm_PREREQ_MBSWIDTH.
6401 (gl_OBSTACK): New, replacing AC_FUNC_OBSTACK.
6402 (gl_QUOTEARG): New, replacing jm_PREREQ_QUOTEARG.
6403 (jm_FUNC_GLIBC_UNLOCKED_IO, gl_FUNC_STPCPY, gl_FUNC_STRTOL): New.
6404 (jm_FUNC_MALLOC): New, replacing AC_FUNC_MALLOC.
6405 (jm_FUNC_REALLOC): New, replacing AC_FUNC_REALLOC.
6406 (jm_PREREQ_ARGMATCH): Remove.
6407 (AC_REPLACE_FUNCS): Remove memchr, memrchr, stpcpy, strtol, strtoul.
6408 * lib/Makefile.am (libbison_a_SOURCES): Add argmatch.c, argmatch.h.
6410 * src/system.h: Include <stdbool.h> unconditionally.
6412 * lib/bbitset.h: Include <limits.h> unconditionally. We have been
6413 assuming at least C89 in the bitset code for some time now.
6415 2003-03-03 Akim Demaille <akim@epita.fr>
6419 2003-03-02 Akim Demaille <akim@epita.fr>
6421 * doc/bison.texinfo (Table of Symbols): Reactivate the
6422 documentation for %lex-param, and %parse-param.
6424 2003-03-02 Akim Demaille <akim@epita.fr>
6426 * data/yacc.c, data/glr.c, data/lal1.cc: Use similar code to
6427 generate verbose error messages.
6428 Use the number of tokens as an upper bound in yytname, as it
6429 cannot be a non terminal.
6431 2003-03-02 Akim Demaille <akim@epita.fr>
6433 * tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected error
6436 2003-03-02 Akim Demaille <akim@epita.fr>
6438 * tests/regression.at (_AT_DATA_DANCER_Y, AT_CHECK_DANCER): New.
6439 Use them to exercise yycheck overrun.
6440 Based on Andrew Suffield's grammar.
6442 2003-03-02 Akim Demaille <akim@epita.fr>
6444 Create tests/local.at for Bison generic testing macros.
6446 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Move to...
6447 * tests/local.at (AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS):
6449 * tests/calc.at (AT_CHECK_CALC): Adjust.
6450 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR)
6451 (AT_COMPILE, AT_COMPILE_CXX, AT_PARSER_CHECK): Move to...
6452 * tests/local.at: here.
6453 (AT_COMPILE_CXX): Tags the tests using it as c++.
6454 Ignore the test if CXX is not functional.
6456 2003-03-01 Paul Eggert <eggert@twinsun.com>
6458 * src/scan-gram.l (code_start): Initialize it to scanner_cursor,
6459 not loc->end, since loc->end might contain garbage and this leads
6460 to undefined behavior on some platforms.
6461 (id_loc, token_start): Use (IF_LINTed) initial values that do not
6462 depend on *loc, so that the reader doesn't give the the false
6463 impression that *loc is initialized.
6464 (<INITIAL>"%%"): Do not bother setting code_start, since its value
6465 does not survive the return.
6467 2003-03-01 Akim Demaille <akim@epita.fr>
6469 * src/scan-gram.l (code_start): Always initialize it when entering
6470 into yylex, as SC_EPILOGUE is activated *before* the corresponding
6471 yylex invocation. An alternative would be making it static, but
6472 then it starts with the second %%'s beginning, instead of its end.
6474 2003-02-28 Paul Eggert <eggert@twinsun.com>
6476 * lib/mbswidth.c: Include <wchar.h> before "mbswidth.h", to work
6477 around a UnixWare 7.1.1 porting bug reported by John Hughes in
6478 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00030.html>.
6480 2003-02-26 Paul Eggert <eggert@twinsun.com>
6482 * README: Mention compiler bug in Sun Forte Developer 6 update 2.
6483 Remove Sequent/Pyramid discussion (nobody uses them any more).
6484 Merge VMS and MS-DOS discussion; these ports may well be dead
6485 but let's keep mentioning them for now. Put <> around email
6486 addresses. Add copyright notice.
6488 2003-02-24 Paul Eggert <eggert@twinsun.com>
6490 * data/glr.c (yy_reduce_print): yylineno -> yylno,
6491 to avoid collision with flex use of yylineno.
6492 Problem reported by Bruce Lilly in
6493 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00016.html>.
6494 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
6495 * data/yacc.c (yy_reduce_print): Likewise.
6497 * config/depcomp: Sync with Automake 1.7.3.
6499 2003-02-21 Akim Demaille <akim@epita.fr>
6501 * data/lalr1.cc: Use temporary variables instead of casts to
6502 change integer types.
6503 Suggested by Paul Eggert.
6505 2003-02-21 Akim Demaille <akim@epita.fr>
6507 * doc/bison.texinfo: Use "location" consistently to refer to @n,
6508 to avoid confusions with lalr1.cc's notion of Position.
6509 Suggested by Paul Eggert.
6511 2003-02-20 Akim Demaille <akim@epita.fr>
6513 * data/lalr1.cc (position.hh): Make sure "columns" never pushes
6514 before initial_columns.
6515 (location.hh): Use consistent variable names when defining the
6517 Use "last" so that we subtract from Positions, not from unsigned.
6519 2003-02-20 Akim Demaille <akim@epita.fr>
6521 * data/lalr1.cc (position.hh): New subfile, including the extended
6522 and Doxygen'ed documentation of class Position.
6523 (location.hh): Use it.
6524 Document a` la Doxygen.
6525 With the help of Benoit Perrot.
6527 2003-02-20 Akim Demaille <akim@epita.fr>
6529 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Define
6531 Redefine AT_YYERROR_SEES_LOC_IF using it.
6532 (_AT_DATA_CALC_Y): Don't declare yyerror when lalr1.cc, as it is
6534 Don't use the location in yy::Parser::error_ and
6535 yy::Parser::print_ when not %locations.
6536 Activate more lalr1.cc tests.
6538 2003-02-19 Akim Demaille <akim@epita.fr>
6540 * data/lalr1.cc: When displaying a line number, be sure to make it
6543 2003-02-19 Akim Demaille <akim@epita.fr>
6545 * data/lalr1.cc (b4_stack_depth_init, yy::Parser::initdepth_):
6547 (YYABORT, YYACCEPT, YYERROR): New.
6548 * tests/calc.at: Renable the lalr1.cc test.
6550 2003-02-19 Akim Demaille <akim@epita.fr>
6552 * tests/calc.at (AT_CHECK_CALC): Check different scenarios of
6553 error recovery, mixing with/without pops and discarding of the
6556 Disable the lalr1.cc tests as currently it doesn't support YYERROR.
6558 2003-02-17 Paul Eggert <eggert@twinsun.com>
6560 * tests/atlocal.in (LDFLAGS, LIBS): New vars.
6561 * tests/testsuite.at (AT_COMPILE): Use them.
6562 This fixes the testsuite problem reported by Robert Lentz in
6563 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00011.html>.
6565 2003-02-12 Paul Eggert <eggert@twinsun.com>
6567 * data/yacc.c (yyerrlab) [YYERROR_VERBOSE]:
6568 Avoid subscript error in yycheck. Bug reported by Andrew Suffield in
6569 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00003.html>.
6570 * data/glr.c (yyreportSyntaxError) [YYERROR_VERBOSE]: Likewise.
6571 Check for malloc failure, for consistency with yacc.c.
6572 (yytname_size): Remove, for consistency with yacc.c.
6574 The bug still remains in data/lalr1.cc, as I didn't have time
6577 2003-02-06 Akim Demaille <akim@epita.fr>
6579 * configure.ac (GXX): Rename as...
6580 (CXX): this, to keep the original Autoconf semantics.
6582 * data/lalr1.cc: Fix b4_copyright invocations.
6583 If YYDEBUG is not defined, don't depend upon name_ being defined.
6584 (location.hh): Include string and iostream.
6585 (Position::filename): New member.
6586 (Position::Position ()): New.
6587 (operator<< (Position)): New.
6588 (operator- (Position, int)): New.
6589 (Location::first, Location::last): Rename as...
6590 (Location::begin, Location::end): these, to mock the conventional
6592 (operator<< (Location)): New.
6593 * tests/atlocal.in (CXX): New.
6594 * tests/testsuite.at (AT_COMPILE_CXX): New.
6595 * tests/calc.at (_AT_DATA_CALC_Y): Adjust yyerror to report the
6596 locations in a more synthetic way.
6597 (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF is positive if
6599 Adjust the C locations to match those from Emacs: first column is
6601 Change all the expected results.
6602 Conform to the GCS: simplify the locations when applicable.
6603 (LOC, VAL, YYLLOC_FORMAL, YYLLOC_ARG, USE_YYLLOC, LEX_FORMALS)
6604 (LEX_ARGS, USE_LEX_ARGS, LEX_PRE_FORMALS, LEX_PRE_ARGS): Replace
6605 these CPP macros with the m4 macros new defined by...
6606 (AT_CHECK_PUSHDEFS): this, i.e.:
6607 (AT_LALR1_CC_IF, AT_PURE_LEX_IF, AT_LOC, AT_VAL, AT_LEX_FORMALS)
6608 (AT_LEX_ARGS, AT_USE_LEX_ARGS, AT_LEX_PRE_FORMALS, AT_LEX_PRE_ARGS)
6610 (AT_CHECK_POPDEFS): Undefine them.
6611 (AT_CHECK_CALC_LALR1_CC): New.
6612 Use it for the first lalr1.cc test.
6614 2003-02-04 Akim Demaille <akim@epita.fr>
6616 * data/lalr1.cc (YYLLOC_DEFAULT): Fix its definition: be based on
6617 Location as is defined.
6619 2003-02-04 Akim Demaille <akim@epita.fr>
6621 * data/lalr1.cc: If YYDEBUG is not defined, don't depend upon
6622 name_ being defined.
6624 2003-02-03 Paul Eggert <eggert@twinsun.com>
6626 * src/gram.h (start_symbol): Remove unused decl.
6628 Use more-consistent naming conventions for local vars.
6630 * src/derives.c (derives_compute): Change type of local var from
6632 * src/gram.c (grammar_rules_partial_print): Likewise.
6633 * src/print.c (print_core): Likewise.
6634 * src/reduce.c (reduce_grammar_tables): Likewise.
6636 * src/gram.c (grammar_dump): Change name of item_number *
6637 local var from r to rp.
6638 * src/nullable.c (nullable_compute): Likewise.
6640 * src/gram.h (ISTOKEN, ISVAR): Use i, not s, for int var.
6642 * src/gram.h (symbol_number_as_item_number): Use sym, not s,
6643 for symbol or symbol_number var.
6644 * src/reader.c (grammar_start_symbol_set): Likewise.
6645 * src/reader.h (grammar_start_symbol_set, grammar_symbol_append):
6647 * src/state.c (transitions_to): Likewise.
6648 * src/state.h: Likewise.
6649 * src/tables.c (symbol_number_to_vector_number): Likewise.
6651 * src/muscle_tab.h (MUSCLE_OBSTACK_SGROW): Use p, not s, for
6654 * src/parse-gram.y (lloc_default): Use loc, not r, for YYLTYPE
6657 * src/scan-gram.l (no_cr_read): Use bytes_read, not s, for size
6660 * src/system.h (xstrndup, strchr, strspn, strnlen, memchr, memrchr):
6661 Use str, not s, for char * var. Use ch, not c, for character var.
6662 Use size for size var.
6664 * src/uniqstr.c (uniqstr_new, uniqstr_assert): Use str, not s, for
6666 (uniqstr_print, uniqst_print_processor): Use ustr, not s, for
6668 * src/uniqstr.h: Likewise.
6670 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
6671 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
6672 get_node_alignment_str, get_arrow_mode_str, get_crossing_type_str,
6673 get_view_str, get_linestyle_str, get_arrowstyle_str): Rename
6674 param to have same name as that of enum, so that we don't use
6675 "s" to stand for a non-state.
6677 2003-02-02 Akim Demaille <akim@epita.fr>
6679 * src/scan-skel.l: Scan more than one inert character per yylex
6682 2003-02-01 Paul Eggert <eggert@twinsun.com>
6686 * po/LINGUAS: Add ms.
6688 2003-01-30 Akim Demaille <akim@epita.fr>
6690 * doc/Makefile.am (CLEANFILES): Add bison.fns for distcheck.
6692 2003-01-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
6694 * tests/cxx-type.at: Correct apparent typo in Bison input: $$ instead
6697 Changes in response to error report by S. Eken: GLR mode does not
6698 handle negative $ indices or $ indices in embedded rules correctly.
6699 See <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00076.html>.
6701 * data/glr.c (b4_rhs_value): Change to use YYFILL macro.
6702 (b4_rhs_location): Ditto.
6703 (yyfill): New function to copy from stack tree into array
6705 (yyuserAction): Modify to allow incremental move of semantic values
6706 to rhs array when in GLR mode.
6707 Define YYFILL to use in user-defined actions to fill semantic array
6709 Remove dummy use of yystack, as there is now a guaranteed use.
6710 (yydoAction): Modify to allow incremental move of semantic values
6711 to rhs array when in GLR mode.
6712 (yyresolveAction): Ditto.
6713 (yyglrShiftDefer): Update comment.
6714 (yyresolveStates): Use X == NULL for pointers, not !X.
6715 (yyglrReduce): Ditto.
6718 * tests/glr-regr1.at: Rename to ...
6719 * tests/glr-regression.at: Add new regression test for the problems
6720 described above (adapted from S. Eken).
6721 Update copyright notice.
6722 * tests/testsuite.at: Rename glr-regr1.at to glr-regression.at.
6723 * tests/Makefile.am: Ditto.
6725 2003-01-28 Paul Eggert <eggert@twinsun.com>
6727 * data/lalr1.cc: Do not use @output_header_name@ unless
6728 b4_defines_flag is set. This fixes two bugs reported by
6730 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00071.html>
6731 and <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00073.html>.
6733 2003-01-21 Paul Eggert <eggert@twinsun.com>
6735 * data/yacc.c (YYERROR): Move code from yyerrlab1 to here, so that
6736 we don't need to worry about yyerrlab1 being reported as an
6737 "unused label" by non-GCC C compilers. The downside is that if
6738 locations are used then a couple of statements are duplicated each
6739 time YYERROR is invoked, but the upside is that the warnings
6741 (yyerrlab1): Move code to YERROR.
6742 (yyerrlab2): Remove. Change uses back to yyerrlab1.
6743 This reverts some of the 2002-12-27 change.
6745 2003-01-17 Paul Eggert <eggert@twinsun.com>
6747 * src/output.c (symbol_printers_output): Fix typo that led
6748 to core dump. Problem reported by Antonio Rus in
6749 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00058.html>.
6751 2003-01-13 Akim Demaille <akim@epita.fr>,
6752 Quoc Peyrot <chojin@lrde.epita.fr>,
6753 Robert Anisko <anisko_r@lrde.epita.fr>
6755 * data/lalr1.cc (parse::yyerrlab1): When popping the stack, stop
6756 when the stacks contain one element, as the loop would otherwise
6757 free the last state, and then use the top state (the one we just
6758 popped). This means that the initial elements will not be freed
6759 explicitly, as is the case in yacc.c; it is not a problem, as
6760 these elements have fake values.
6762 2003-01-11 Paul Eggert <eggert@twinsun.com>
6764 * NEWS: %expect-violations are now just warnings, reverting
6765 to Bison 1.30 and 1.75 behavior. This fixes the GCC 3.2
6766 bootstrapping problem reported by Matthias Klose; see
6767 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00053.html>.
6768 * src/conflicts.c (conflicts_print): Likewise.
6769 * tests/conflicts.at (%expect not enough, %expect too much,
6770 %expect with reduce conflicts): Likewise.
6771 * doc/bison.texinfo (Expect Decl): Document this. Also mention
6772 that the warning is enabled if the number of conflicts changes
6773 (not necessarily increases).
6775 * src/getargs.c (version): Update copyright year.
6777 2003-01-09 Akim Demaille <akim@epita.fr>
6779 * src/Makefile.am, lib/Makefile.am: Use $(VAR) instead of @VAR@.
6781 2003-01-08 Paul Eggert <eggert@twinsun.com>
6783 * Makefile.maint (WGETFLAGS):
6784 New macro, containing "-C off" to disable proxy caches.
6785 All uses of $(WGET) changed to $(WGET) $(WGETFLAGS).
6786 (rel-check): Use $(WGET) instead of wget.
6788 2003-01-06 Paul Eggert <eggert@twinsun.com>
6790 * doc/bison.texinfo (Generalized LR Parsing): Add a reference to
6791 the GLR paper of Scott, Johnstone and Hussain.
6793 2003-01-04 Paul Eggert <eggert@twinsun.com>
6795 * configure.ac (AC_ARG_ENABLE): Add --disable-yacc.
6796 (YACC_SCRIPT, YACC_LIBRARY): New vars to AC_SUBST.
6797 * lib/Makefile.am (lib_LIBRARIES): liby.a -> @YACC_LIBRARY@.
6798 (EXTRA_LIBRARIES): New var, for liby.a.
6799 * src/Makefile.am (bin_SCRIPTS): yacc -> @YACC_SCRIPT@.
6800 (EXTRA_SCRIPTS): New var, for yacc.
6802 * data/yacc.c (yyerrlab1): Omit attribute if __cplusplus is defined,
6803 since GNU C++ (as of 3.2.1) does not allow attributes on labels.
6804 Problem reported by Nelson H. F. Beebe.
6806 2003-01-03 Paul Eggert <eggert@twinsun.com>
6808 * lib/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
6809 (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
6810 when compiling Bison 1.875's `bitset bset = obstack_alloc
6811 (bobstack, bytes);'. Problem reported by Nelson H. F. Beebe.
6813 * src/scan-skel.l (QPUTS): Omit redundant `;' from macro definition.
6814 ([^@\n]): Renamed from [^@\n]+ so that the token buffer does not
6815 grow to a huge size with typical invocation.
6817 * lib/hash.c (_Bool, bool, false, true, __bool_true_false_are_defined):
6818 Use the pattern recommended by Autoconf 2.57, except also protect
6819 against double-definition.
6820 * src/system.h: Likewise.
6821 Portability issues reported by Nelson H. F. Beebe.
6823 * data/glr.c (yybool): Renamed from bool, to avoid collisions in C.
6824 All uses changed. Provide a definition in both C and C++.
6825 (yytrue, yyfalse): Define even if defined (__cplusplus).
6827 * lib/bitset_stats.c (bitset_stats_list): Remove unused var.
6828 Reported by Nelson H. F. Beebe.
6830 * src/scan-skel.l ("@oline@"): Output lineno+1, not lineno.
6832 2003-01-02 Paul Eggert <eggert@twinsun.com>
6834 * data/yacc.c (yyerrlab1): Append `;' after attribute, to
6835 pacify the buggy "smart preprocessor" in MacOS 10.2.3.
6836 Bug reported by Nelson H. F. Beebe.
6838 2003-01-01 Paul Eggert <eggert@twinsun.com>
6842 2002-12-30 Paul Eggert <eggert@twinsun.com>
6844 * src/scan-gram.l (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","):
6846 (<INITIAL>","): Here. This causes stray "," to be treated
6849 * src/scan-gram.l (<SC_BRACED_CODE>"}"): Output ";" before the
6850 last brace in braced code when not in Yacc mode, for compatibility
6851 with Bison 1.35. This resurrects the 2001-12-15 patch to
6854 * src/reader.h (YYDECL): Use YYSTYPE, not its deprecated alias
6855 yystype. This follows up the 2002-12-24 YYSTYPE bug fix.
6857 2002-12-28 Paul Eggert <eggert@twinsun.com>
6859 * src/symtab.c (symbol_make_alias): Set type of SYMVAL to be
6860 that of SYM's type. This fixes Debian bug 168069, reported by
6863 2002-12-28 Paul Eggert <eggert@twinsun.com>
6867 Switch back to the Yacc style of conflict reports, undoing some
6868 of the 2002-07-30 change.
6869 * doc/bison.texinfo (Understanding): Use Yacc style for
6870 conflict reports. Also, use new way of locating rules.
6871 * src/conflicts.c (conflict_report):
6872 Renamed from conflict_report_yacc, removing the old
6873 'conflict_report'. Translate the entire conflict report at once,
6874 so that we don't assume that "," has the same interpretation in
6876 (conflicts_output): Use Yacc-style conflict report for each state,
6877 instead of our more-complicated style.
6878 (conflicts_print): Use Yacc-style conflict report, except print
6879 the input file name when not emulating Yacc.
6880 * tests/conflicts.at (Unresolved SR Conflicts, Defaulted
6881 Conflicted Reduction, %expect not enough, %expect too much,
6882 %expect with reduce conflicts): Switch to Yacc-style conflict reports.
6883 * tests/existing.at (GNU Cim Grammar): Likewise.
6884 * tests/glr-regr1.at (Badly Collapsed GLR States): Likewise.
6886 * src/complain.c (warn_at, warn, complain_at, complain, fatal_at,
6887 fatal): Don't invoke fflush; it's not needed and it might even be
6888 harmful for stdout, as stdout might not be open.
6889 * src/reduce.c (reduce_print): Likewise.
6891 2002-12-27 Paul Eggert <eggert@twinsun.com>
6893 Fix a bug where error locations were not being recorded correctly.
6894 This problem was originally reported by Paul Hilfinger in
6895 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00086.html>.
6897 * data/yacc.c (yyparse): New local var yylerrsp, to record the
6898 top of the location stack's error locations.
6899 (yyerrlab): Set it. When discarding a token, push its location
6900 onto yylerrsp so that we don't lose track of the error's end.
6901 (yyerrlab1): Now is only the target of YYERROR, so that we can
6902 properly record the location of the action that failed. For GCC
6903 2.93 and later, insert an __attribute__ ((__unused__)) to avoid
6904 GCC warning about yyerrlab1 being unused if YYERROR is unused.
6905 (yyerrlab2): New label, which yyerrlab now falls through to.
6906 Compute the error's location by applying YYLLOC_DEFAULT to
6907 the locations of all the symbols that went into the error.
6908 * doc/bison.texinfo (Location Default Action): Mention that
6909 YYLLOC_DEFAULT is also invoked for syntax errors.
6910 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
6911 Error locations include the locations of all the tokens that were
6912 discarded, not just the last token.
6914 2002-12-26 Paul Eggert <eggert@twinsun.com>
6916 * src/files.c: Include quote.h.
6917 (compute_output_file_names): Warn if we detect conflicting
6918 outputs to the same file. This should catch the misunderstanding
6919 exemplified by Debian Bug 165349, reported by Bruce Stephens..
6921 * src/conflicts.c (conflicts_print): If the user specifies
6922 "%expect N", report an error if there are any reduce/reduce
6923 conflicts. This is what the manual says should happen.
6924 This fixes Debian bug 130890, reported by Anthony DeRobertis.
6925 * tests/conflicts.at (%expect with reduce conflicts): New test.
6927 Don't use m4_include on relative file names, as it doesn't work as
6928 desired if there happens to be a file with that name under ".".
6930 * m4sugar/version.m4: Remove; it was included but it wasn't used.
6931 * data/Makefile.am (dist_m4sugar_DATA): Remove m4sugar/version.m4.
6932 * data/m4sugar/m4sugar.m4: Don't include m4sugar/version.m4.
6933 * data/glr.c, data/lalr1.cc, data/yacc.c: Don't include c.m4.
6934 * src/output.c (output_skeleton): Use full path names when
6935 specifying a file to include; don't rely on include path, as
6936 it's unreliable when the working file contains a file with
6939 2002-12-25 Paul Eggert <eggert@twinsun.com>
6941 Remove obsolete references to bison.simple and bison.hairy.
6942 Problem mentioned by Aubin Mahe in
6943 <http://lists.gnu.org/archive/html/help-bison/2002-12/msg00010.html>.
6944 * data/glr.c: Comment fix.
6945 * doc/bison.1: Remove references. Also, mention "yacc".
6947 * src/getargs.c (getargs) [MSDOS]: Don't assume optarg != NULL
6950 * src/parse-gram.y (declaration): Use enum "report_states" rather
6951 than its numeric value 1.
6953 * src/scan-skel.l ("@output ".*\n): Close any old yyout before
6954 opening a new one. This fixes Debian bug 165349, reported by
6957 2002-12-24 Paul Eggert <eggert@twinsun.com>
6961 * Makefile.maint (cvs-update): Don't assume that the shell
6962 supports $(...), as Solaris sh doesn't.
6964 * src/parse-gram.y (lloc_default): Remove test for empty
6965 nonterminals at the end, since it didn't change the result.
6967 2002-12-24 Paul Eggert <eggert@twinsun.com>
6969 If the user does not define YYSTYPE as a macro, Bison now declares it
6970 using typedef instead of defining it as a macro. POSIX requires this.
6971 For consistency, YYLTYPE is also declared instead of defined.
6973 %union directives can now have a tag before the `{', e.g., the
6974 directive `%union foo {...}' now generates the C code
6975 `typedef union foo { ... } YYSTYPE;'; this is for Yacc compatibility.
6976 The default union tag is `YYSTYPE', for compatibility with Solaris 9
6977 Yacc. For consistency, YYLTYPE's struct tag is now `YYLTYPE'
6978 instead of `yyltype'.
6980 `yystype' and `yyltype' are now obsolescent macros instead of being
6981 typedefs or tags; they are no longer documented and will be
6982 withdrawn in a future release.
6984 * data/glr.c (b4_location_type): Remove.
6985 (YYSTYPE): Renamed from yystype.
6986 (YYSTYPE_IS_DECLARED): New macro, used to prevent double-typedef.
6987 (struct YYLTYPE): Renamed from struct yyltype.
6988 (YYLTYPE): Renamed from yyltype.
6989 (yyltype, yystype): New (and obsolescent) macros,
6990 for backward compatibility.
6991 * data/yacc.c: Likewise.
6993 * data/yacc.c (YYSTYPE): Declare as union YYSTYPE if the user
6994 does not specify a union tag. This is for compatibility with
6997 * src/parse-gram.y (add_param): 2nd arg is now char * not char
6998 const *, since it is now modified by stripping surrounding { }.
6999 (current_braced_code): Remove.
7000 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_UNION,
7001 PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Change names to include
7002 trailing " {...}". Now of type <chars>.
7003 (grammar_declaration): Adjust to bundled tokens.
7004 (code_content): Remove; stripping is now done by add_param.
7005 (print_token_value): Print contents of bundled tokens.
7006 (token_name): New function.
7008 * src/reader.h (braced_code, current_braced_code): Remove.
7009 (token_name): New decl.
7011 * src/scan-gram.l (handle_dollar, handle_at): Now takes int
7012 token_type, not braced_code code_kind. All uses changed.
7013 (SC_PRE_CODE): New state, for scanning after a keyword that
7014 has (or usually has) an immediately-following braced code.
7015 (token_type): New local var, to keep track of which token type
7016 to return when scanning braced code.
7017 (<INITIAL>"%destructor", <INITIAL>"%lex-param",
7018 <INITIAL>"%parse-param", <INITIAL>"%printer",
7019 <INITIAL>"%union"): Set token type and BEGIN SC_PRE_CODE
7020 instead of returning a token type immediately.
7021 (<INITIAL>"{"): Set token type.
7022 (<SC_BRACED_CODE>"}"): Use it.
7023 (handle_action_dollar, handle_action_at): Now returns bool
7024 indicating success. Fail if ! current_rule; this prevents a core dump.
7025 (handle_symbol_code_dollar, handle_symbol_code_at):
7026 Remove; merge body into caller.
7027 (handle_dollar, handle_at): Complain in invalid contexts.
7029 * NEWS, doc/bison.texinfo: Document the above.
7030 * NEWS: Fix years and program names in copyright notice.
7032 2002-12-17 Paul Eggert <eggert@twinsun.com>
7034 * NEWS, doc/bison.texinfo (Parser Function, Pure Calling, Error
7035 Reporting, Table of Symbols): Omit mentions of %lex-param and
7036 %parse-param from the documentation for now.
7038 2002-12-15 Paul Eggert <eggert@twinsun.com>
7040 Undo most of the 2002-11-12 yychar -> yytoken patch, as it broke
7041 GCC 3.2.1 (which depends on yychar == YYEMPTY when there is no
7042 lookahead symbol, and which sets yychar in parser actions) and it
7043 disagreed with the Bison documentation. Bug
7044 reported by Andrew Walrond.
7046 * data/yacc.c (YYTRANSLATE): Don't check for negative argument,
7047 as the caller now does that.
7048 (yyclearin, YYBACKUP, yyparse): Use yychar, not yytoken.
7049 (YYEMPTY): Parenthesize right hand side, since others use it.
7050 (yyparse): Don't assume that our generated code is the only code
7053 2002-12-13 Paul Eggert <eggert@twinsun.com>
7057 POSIX requires a "yacc" command.
7058 * src/Makefile.am (bin_SCRIPTS): New macro, for yacc.
7059 (MOSTLYCLEANFILES): Add yacc.
7061 * doc/bison.texinfo (Invocation, Bison Options): Mention yacc
7062 as an alias for bison y.
7064 * po/LINGUAS: Add da.
7066 * src/getargs.c (__GNU_LIBRARY__) [lint]: Define to work around
7067 problem with latest <getopt.h>.
7068 (HACK_FOR___GNU_LIBRARY___PROTOTYPE): New macro.
7070 * doc/fdl.texi: Upgrade to 1.2.
7071 * lib/alloca.c, lib/error.c, lib/getopt.c, lib/getopt.h
7072 lib/getopt1.c, lib/gettext.h, lib/memrchr.c, lib/obstack.c,
7073 lib/obstack.h, lib/strnlen.c, lib/unlocked-io.h: Sync with
7075 * config/install-sh: Sync with autotools.
7077 Fix a bad interaction with flex 2.5.23 reported by Bruce Lilly in
7078 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
7079 * data/yacc.c (YYLTYPE, struct yyltype): Do not define unless
7080 locations are requested.
7081 (union yyalloc): Do not depend on YYLTYPE_IS_TRIVIAL unless
7082 locations are requested.
7084 2002-12-12 Paul Eggert <eggert@twinsun.com>
7086 Remove unportable casts and storage allocation tricks.
7087 While we're at it, remove almost all casts, since they
7088 usually aren't needed and are a sign of trouble.
7090 * configure.ac (AC_CHECK_TYPES): Check for uintptr_t.
7092 * src/derives.c (derives_compute): Do not subtract NTOKENS from
7093 the pointer DSET returned by malloc; this isn't portable.
7094 Instead, always use DSET[i - NTOKENS] rather than DSET[i].
7095 Similarly for DERIVES.
7096 * src/lalr.c (set_goto_map): Likewise, for GOTO_MAP and TEMP_MAP.
7097 * src/nullable.c (nullable_compute): Likewise, for RSETS and NULLABLE.
7098 * src/reduce.c (reduce_grammar_tables): Likewise, for nontermmap
7100 * src/derives.c (derives_compute): Do not bother invoking
7101 int_of_rule_number, since rule numbers are integers.
7103 * src/files.c (concat2, tr, compute_base_name): Use xmalloc (N)
7104 rather than XMALLOC (char, N).
7106 * src/files.c (filename_split): Rewrite to avoid cast.
7108 * src/gram.h (symbol_number_as_item_number,
7109 item_number_as_symbol_number, rule_number_as_item_number,
7110 item_number_as_rule_number):
7111 Now inline functions rather than macros, to avoid casts.
7112 * src/state.h (state_number_as_int): Likewise.
7113 * src/tables.c (state_number_to_vector_number,
7114 symbol_number_to_vector_number): Likewise.
7116 * src/gram.h (int_of_rule_number): Remove; no longer used.
7118 * src/lalr.c (add_lookback_edge): Use malloc rather than calloc,
7119 since the resulting storage is always stored into.
7121 * src/main.c (alloca) [C_ALLOCA]: Add decl here, the only place
7124 * src/muscle_tab.c (muscle_m4_output):
7125 Now inline. Return bool, not int.
7126 * src/state.c (state_compare): Likewise.
7127 * src/symtab.c (symbol_check_defined,
7128 symbol_check_alias_consistency, symbol_pack, symbol_translation,
7129 hash_compare_symbol, hash_symbol):
7131 * src/uniqstr.c (uniqstr_print): Likewise.
7132 * src/muscle_tab.c (muscle_m4_output_processor):
7133 New function, to avoid casts.
7134 * src/state.c (state_comparator, stage_hasher): Likewise.
7135 * src/symtab.c (symbol_check_defined_processor,
7136 symbol_check_alias_consistency_processor, symbol_pack_processor,
7137 symbol_translation_processor, hash_symbol_comparator,
7138 hash_symbol_hasher): Likewise.
7139 * src/uniqstr.c (uniqstr_print_processor): Likewise.
7140 * src/muscle_tab.c (muscles_m4_output):
7141 Use new functions instead of casting old functions unportably.
7142 * src/state.c (state_hash_new): Likewise.
7143 * src/symtab.c (symbols_new, symbols_do, symbols_check_defined,
7144 symbols_token_translations_init):
7146 * src/uniqstr.c (uniqstrs_new, hash_initialize, uniqstrs_do): Likewise.
7148 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): Use long local
7149 var instead of casting to long, to avoid casts.
7150 (prepare_states): Use MALLOC rather than alloca, so that we don't
7151 have to worry about alloca.
7152 * src/state.c (state_hash_lookup): Likewise.
7154 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>"'"): Use unsigned char
7155 local var instead of casting to unsigned char, to avoid casts.
7157 * src/state.c (TRANSITIONS_ALLOC, ERRS_ALLOC, REDUCTIONS_ALLOC,
7158 STATE_ALLOC): Remove.
7159 (transitions_new, errs_new, reductions_new, state_new): Use malloc
7160 rather than calloc, and use offsetof to avoid allocating slightly
7162 (state_new): Initialize all members.
7164 * src/state.c (state_hash): Use unsigned accumulator, not signed.
7166 * src/symtab.c (symbol_free): Remove; unused.
7167 (symbol_get): Remove cast in lhs of assignment.
7168 (symbols_do): Now static. Accept generic arguments, not
7169 hashing-related ones.
7171 * src/symtab.h: (NUMBER_UNDEFINED): Remove unnecessary cast.
7172 (symbol_processor): Remove.
7173 (symbols_do): Remove decl; now static.
7175 * src/system.h (alloca): Remove; decl no longer needed.
7176 (<stddef.h>): Include, for offsetof.
7177 (<inttypes.>, <stdint.h>): Include if available.
7178 (uintptr_t): New type, if system lacks it.
7179 (CALLOC, MALLOC, REALLOC): New macros.
7180 All uses of XCALLOC, XMALLOC, and XREALLOC changed to use these
7183 * src/tables.c (table_size): Now int, to pacify GCC.
7184 (table_grow, table_ninf_remap): Use signed table size.
7185 (save_row): Don't bother initializing locals when not needed.
7186 (default_goto, goto_actions, pack_vector): Remove unnecessary casts.
7187 * src/uniqstr.c (hash_compare_uniqstr): Likewise.
7189 * src/vcg.h: Correct misspellings.
7191 * src/vcg_defaults.h (G_CMAX): Now INT_MAX.
7194 * src/getargs.c (getargs): Don't assume EOF == -1.
7196 2002-12-09 Paul Eggert <eggert@twinsun.com>
7198 Change identifier spellings to avoid collisions with names
7199 that are reserved by POSIX.
7201 Don't use names ending in _t, since POSIX reserves them.
7202 For consistency, remove _e and _s endings -- they're weren't
7203 needed to remove ambiguity. All uses changed.
7204 * src/uniqstr.h (uniqstr): Renamed from uniqstr_t, which in
7205 turn was just renamed from struniq_t.
7206 * src/uniqstr.c (uniqstr_processor): Renamed from struniq_processor,
7207 which in turn was just renamed from struniq_processor_t.
7208 (hash_compare_uniqstr): Renamed from hash_compare_struniq, which
7209 in turn was renamed from hash_compare_struniq_t.
7210 * src/LR0.c (struct state_list): Renamed from struct state_list_s.
7211 (state_list): Renamed from state_list_t.
7212 * src/assoc.h (assoc): Renamed from assoc_t.
7213 * src/conflicts.c (enum conflict_resolution): Renamed from
7214 enum conflict_resolution_e.
7215 * src/derives.c (struct rule_list): Renamed from struct rule_list_s.
7216 (rule_list): Renamed from rule_list_t.
7217 * src/getargs.h (enum trace): Renamed from enum trace_e.
7218 (enum report): Renamed from enum report_e.
7219 * src/gram.h (item_number): Renamed from item_number_t.
7220 (rule_number): Renamed from rule_number_t.
7221 (struct rule_s): Remove the "rule_s" part; not used.
7222 (rule): Renamed from rule_t.
7223 (rule_filter): Renamed from rule_filter_t.
7224 * src/lalr.c (struct goto_list): Renamed from struct goto_list_s.
7225 (goto_list): Renamed from goto_list_t.
7226 * src/lalr.h (goto_number): Renamed from goto_number_t.
7227 * src/location.h (location): Renamed from location_t.
7228 * src/muscle_tab.c (muscle_entry): Renamed from muscle_entry_t,
7229 and moved here from:
7230 * src/muscle_tab.h (muscle_entry_t): here.
7231 * src/nullable.c (struct rule_list): Renamed from struct rule_list_s.
7232 (rule_list): Renamed from rule_list_t.
7233 * src/print_graph.c (static_graph): Renamed from graph.
7234 * src/reader.h (braced_code): Renamed from braced_code_t.
7235 Remove brace_code_e tag.
7236 * src/relation.h (relation_node): Renamed from relation_node_t.
7237 (relation_nodes): Renamed from relation_nodes_t.
7238 (relation): Renamed from relation_t.
7239 * src/state.h (state_number): Renamed from state_number_t.
7240 (struct state): Renamed from struct state_s.
7241 (state): Renamed from state_t.
7242 (transitions): Renamed from transitions_t. Unused (and
7243 misspelled) transtion_s tag removed.
7244 (errs): Renamed from errs_t. Unused errs_s tag removed.
7245 (reductions): Renamed from reductions_t. Unused tag
7246 reductions_s removed.
7247 * src/symlist.h (symbol_list): Renamed from symbol_list_t.
7248 (struct symbol_list): Renamed from struct symbol_list_s.
7249 * src/symtab.h (symbol_number): Renamed from symbol_number_t.
7250 (struct symbol): Renamed from struct symbol_s.
7251 (symbol): Renamed from symbol_t.
7252 * src/tables.c (vector_number): Renamed from vector_number_t.
7253 (action_number): Renamed from action_t.
7254 * src/tables.h (base_number): Renamed from base_t.
7255 * src/vcg.h (enum color): Renamed from enum color_e.
7256 (enum textmode): Renamed from enum textmode_e.
7257 (enum shape): Renamed from enum shape_e.
7258 (struct colorentry): Renamed from struct colorentry_s.
7259 (struct classname): Renamed from struct classname_s.
7260 (struct infoname): Renamed from struct infoname_s.
7261 (enum layoutalgorithm): Renamed from enum layoutalgorithm_e.
7262 (enum decision): Renamed from enum decision_e.
7263 (enum orientation): Renamed from enum orientation_e.
7264 (enum alignment): Renamed from enum alignment_e.
7265 (enum arrow_mode): Renamed from enum arrow_mode_e.
7266 (enum crossing_type): Renamed from enum crossing_type_e.
7267 (enum view): Renamed from enum view_e.
7268 (struct node): Renamed from struct node_s.
7269 (node): Renamed from node_t.
7270 (enum linestyle): Renamed from enum linestyle_e.
7271 (enum arrowstyle): Renamed from enum arrowstyle_e.
7272 (struct edge): Renamed from struct edge.
7273 (edge): Renamed from edge_t.
7274 (struct graph): Renamed from struct graph_s.
7275 (graph): Renamed from graph_t.
7276 * tests/calc.at (_AT_DATA_CALC_Y, Simple LALR Calculator):
7277 Rename value_t -> value.
7278 * tests/input.at (Torturing the Scanner): Rename value_t -> value,
7279 value_t_as_yystype -> value_as_yystype.
7281 Don't include <errno.h> in the mainstream code, since it
7282 reserves E[A-Z0-9]* and we want to use symbols like 'EQUALS'.
7283 * lib/get-errno.c, lib/get-errno.h: New files.
7284 * lib/Makefile.am (libbison_a_SOURCES): Add get-errno.h,
7286 * src/files.c (xfopen, xfclose): Use get_errno instead of errno.
7287 * src/output.c (output_skeleton): Likewise.
7288 * src/scan-gram.l (<INITIAL>{int}): Use set_errno and get_errno
7290 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>\\x[0-9abcdefABCDEF]+):
7292 (handle_action_dollar, handle_action_at): Likewise.
7293 * src/system.h: Do not include <errno.h>.
7294 (TAB_EXT): Renamed from EXT_TAB.
7295 (OUTPUT_EXT): Renamed from EXT_OUTPUT.
7297 Avoid str[a-z]*, since <string.h> reserves that name space.
7298 Change all instances of "struniq" in names to "uniqstr", and
7299 likewise for "STRUNIQ" and "UNIQSTR".
7300 * src/uniqstr.c: Renamed from src/struniq.c.
7301 * src/uniqstr.h: Renamed from src/struniq.h.
7302 * src/Makefile.am (bison_SOURCES): Adjust to these renamings.
7303 * src/files.c (strsuffix): Remove; unused.
7304 (concat2): Renamed from stringappend. Now static.
7305 * src/files.h (strsuffix, stringappend): Remove; unused.
7306 * src/parse-gram.y (<chars>): Renamed from <string>.
7307 (<uniqstr>): Renamed from <struniq>.
7308 * src/scan-gram.l (obstack_for_string): Renamed from string_obstack.
7309 * src/vcg.h (struct node_s.expand): Renamed from struct node_s.stretch.
7310 (struct graph_s.expand): Renamed from struct graph_s.stretch.
7311 * src/vcg_defaults.h (G_EXPAND): Renamed from G_STRETCH.
7312 (G_LONG_STRAIGHT_PHASE): Renamed from G_STRAIGHT_PHASE.
7313 (N_EXPAND): Renamed from N_STRETCH.
7315 Avoid *_MAX and *_MIN, since <limits.h> reserves that name space.
7316 * data/yacc.c (YYSTACK_GAP_MAXIMUM): Renamed from YYSTACK_GAP_MAX.
7317 * src/gram.h (ITEM_NUMBER_MAX, ITEM_NUMBER_MIN, RULE_NUMBER_MAX):
7319 * src/lalr.h (GOTO_NUMBER_MAXIMUM): Renamed from GOTO_NUMBER_MAX.
7320 * src/state.h (STATE_NUMBER_MAXIMUM): Renamed from STATE_NUMBER_MAX.
7321 * src/symtab.h (SYMBOL_NUMBER_MAXIMUM): Renamed from SYMBOL_NUMBER_MAX.
7322 * src/tables.c (VECTOR_NUMBER_MAX, VECTOR_NUMBER_MIN): Remove; unused.
7323 (BASE_MAXIMUM): Renamed from BASE_MAX.
7324 (BASE_MINIMUM): Renamed from BASE_MIN.
7325 (ACTION_MAX): Remove; unused.
7326 (ACTION_NUMBER_MINIMUM): Renamed from ACTION_MIN.
7327 Unnecessary casts removed from above defines.
7330 Fix misspelling in names.
7331 * src/vcg.h (enum_alignment_e): Renamed from enum_alignement_e.
7332 * src/vcg_defaults.h (G_NODE_ALIGNMENT): Renamed from
7336 * lib/timevar.c (timevar_report): Renamed from time_report,
7337 for consistency with other names.
7338 * lib/timevar.h (timevar_report): New decl.
7339 * src/system.h (time_report): Remove; decl is now in lib/timevar.h.
7342 Sort include-file uses.
7344 Reorder all include files under src to be in the order "system.h".
7345 then the ../lib include files in angle brackets (alphabetized),
7346 then the . include files in double-quotes (alphabetized). Fix
7347 dependency breakages encountered in this process, as follows:
7348 * src/closure.h, src/derives.h, src/state.h: Include "gram.h".
7349 * src/complain.c: Don't include stdlib.h, string.h _LIBC stuff.
7350 * src/state.h: Include "symtab.h".
7352 2002-12-08 Paul Eggert <eggert@twinsun.com>
7354 * data/glr.c, data/lalr1.cc, data/yacc.c: Do not use __file__,
7355 since this causes problems when __file__ contains character
7356 sequences like "@" that are treated specially by src/scan-skel.l.
7357 Instead, just use the file's basename. This fixes the bug
7358 reported by Martin Mokrejs in
7359 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00007.html>.
7361 2002-12-06 Paul Eggert <eggert@twinsun.com>
7363 Add support for rules that do not have trailing semicolons, as
7364 POSIX requires. Improve the quality of locations in Bison
7367 * src/location.c: Include <quotearg.h>.
7368 (empty_location): Now const.
7369 (location_print): New function. Follow the recommendation of the
7370 GNU Coding Standards for locations that span file boundaries.
7371 * src/location.h: Do not include <quotearg.h>; no longer needed.
7372 (boundary): New type.
7373 (location_t): Use it. This allows locations to span file boundaries.
7374 All member uses changed: file -> start.file or end.file (as needed),
7375 first_line -> start.line, first_column -> start.column,
7376 last_line -> end.line, last_column -> end.column.
7377 (equal_boundaries): New function.
7378 (LOCATION_RESET, LOCATION_STEP): Remove.
7379 (LOCATION_PRINT): Remove. All callers changed to use location_print.
7380 (empty_location): Now const.
7381 (location_print): New decl.
7382 * src/parse-gram.y (lloc_default): New function, which handles
7383 empty locations more accurately.
7384 (YYLLOC_DEFAULT): Use it.
7385 (%token COLON): Remove.
7386 (%token ID_COLON): New token.
7388 (declarations, rules): Remove trailing semicolon.
7389 (declaration, rules_or_grammar_declaration):
7390 Allow empty (";") declaration.
7391 (symbol_def): Remove empty actions; no longer needed.
7392 (rules_or_grammar_declaration): Remove trailing semicolon.
7393 (semi_colon.opt): Remove.
7394 * src/reader.h: Include location.h.
7395 (scanner_cursor): New decl.
7396 * src/reduce.c (nonterminals_reduce): Use warn_at rather than
7398 * src/scan-gram.l (YY_USER_INIT): Initialize scanner_cursor instead
7400 (STEP): Remove. No longer needed, now that adjust_location does
7401 the work. All uses removed.
7402 (scanner_cursor): New var.
7403 (adjust_location): Renamed from extend_location. It now sets
7404 *loc and adjusts the scanner cursor. All uses changed.
7405 Don't bother testing for CR.
7406 (handle_syncline): Remove location arg; now updates scanner cursor.
7407 All callers changed.
7408 (unexpected_end_of_file): Now accepts start boundary of token or
7409 comment, not location. All callers changed. Update scanner cursor,
7411 (SC_AFTER_IDENTIFIER): New state.
7412 (context_state): Renamed from c_context. All uses changed.
7413 (id_loc, code_start, token_start): New local vars.
7414 (<INITIAL,SC_AFTER_IDENTIFIER>): New initial context. Move all
7415 processing of Yacc white space and equivalents here.
7416 (<INITIAL>{id}): Save id_loc. Begin state SC_AFTER_IDENTIFIER
7417 instead of returning ID immediately, since we need to search for
7419 (<INITIAL>"'", "\""): Save token_start.
7420 (<INITIAL>"%{", "{", "%%"): Save code_start.
7421 (<SC_AFTER_IDENTIFIER>): New state, looking for a colon.
7422 (<SC_YACC_COMMENT>, <SC_COMMENT>, <SC_LINE_COMMENT>):
7423 BEGIN context_state at end, not INITIAL.
7424 (<SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'",
7425 <SC_BRACED_CODE>"}", <SC_PROLOGUE>"%}", <SC_EPILOGUE><<EOF>>):
7426 Return correct token start.
7427 (<SC_BRACED_CODE,SC_PROLOGUE,SC_EPILOGUE>): Save start boundary when
7428 the start of a character, string or multiline comment is found.
7429 * tests/conflicts.at (S/R in initial, Defaulted Conflicted
7430 Reduction): Adjust reported locations to match the more-precise
7431 results now expected.
7432 * tests/input.at (Invalid $n, Invalid @n, Type Clashes): Likewise.
7433 * tests/reduce.at (Useless Rules, Reduced Automaton,
7434 Underivable Rules): Likewise.
7435 * tests/regression.at (Invalid inputs): No longer `expecting ";"
7436 or "|"' now that so many other tokens are allowed by the new grammar.
7438 * src/complain.h (current_file): Remove duplicate decl;
7439 current_file is now owned by files.h.
7440 * src/complain.c, src/scan-gram.l: Include files.h.
7442 2002-12-06 Paul Eggert <eggert@twinsun.com>
7444 * data/glr.c (yy_reduce_print): Don't assume that yyrline[yyrule]
7445 promotes to int; it might be unsigned int.
7446 * data/yacc.c (yy_reduce_print): Likewise.
7448 * doc/bison.texinfo (Table of Symbols): YYERROR_VERBOSE should
7449 be #defined in the prologue, not in the Bison declarations.
7450 This fixes Debian Bug 102878, reported by Shaul Karl.
7452 2002-12-02 Paul Eggert <eggert@twinsun.com>
7454 * configure.ac (AC_REPLACE_FUNCS): Add strtoul.
7455 * lib/strtoul.c: New file, from gnulib.
7456 This fixes a porting bug reported by Peter Klein in
7457 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00000.html>.
7459 2002-11-30 Paul Eggert <eggert@twinsun.com>
7461 * src/scan-gram.l (no_cr_read, extend_location): Move to epilogue,
7462 and put only a forward declaration in the prologue. This is for
7463 consistency with the other scanner helper functions.
7465 Type clashes now generate warnings, not errors, since it
7466 appears that POSIX may allow some grammars with type clashes.
7467 * src/reader.c (grammar_current_rule_check): Warn about
7468 type clashes instead of complaining.
7469 * tests/input.at (Type Clashes): Expect warnings, not complaints.
7471 Add Yacc library, since POSIX requires it.
7472 * doc/bison.texinfo (Yacc Library): New node. Regenerate top menu.
7473 * lib/Makefile.am (lib_LIBRARIES, liby_a_SOURCES): New macros.
7474 * lib/main.c, lib/yyerror.c: New files.
7476 gram_error can be static; it need not be extern.
7477 * src/reader.h (gram_error): Remove decl.
7478 * src/parse-gram.y (gram_error): Now static. Add static decl.
7479 (print_token_value): Omit parameter names from forward decl,
7482 2002-11-29 Paul Eggert <eggert@twinsun.com>
7484 * doc/bison.texinfo: Emphasize that yylex and yyerror must
7485 be declared before being used. E.g., one should typically
7486 declare them in the prologue. Use GNU coding style in examples.
7487 Put "const" consistently after the type it modifies. Mention
7488 that C99 supports "inline". Mention that yyerror traditionally
7491 %parse-param and %lex-param now take just one argument, the
7492 declaration; the argument name is deduced from the declaration.
7494 * doc/bison.texinfo (Parser Function, Pure Calling, Error
7495 Reporting, Table of Symbols): Document this.
7496 * src/parse-gram.y (add_param): New function.
7498 (declaration): Implement new rule for %parse-param and %lex-param.
7499 * src/scan-gram.l: "," now elicits a warning, rather than being
7500 a token; this is more compatible with byacc.
7501 * tests/calc.at (Simple LALR Calculator): Adopt new convention.
7503 2002-11-27 Paul Eggert <eggert@twinsun.com>
7505 Rename identifiers to avoid real and potential collisions.
7507 * data/c.m4 (b4_yysymprint_generate): yyout -> yyoutput,
7508 to avoid collision with lex macro described by Bruce Lilly in
7509 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
7510 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
7511 * doc/bison.texinfo (Prologue, Tracing): yyprint -> print_token_value.
7512 * src/parse-gram.y (print_token_value): Renamed from yyprint.
7514 (YYPARSE_PARAM, YYLEX_PARAM, yycontrol): Remove. All uses changed.
7515 The name "yycontrol" violates the name space rules, and this stuff
7516 wasn't being used anyway.
7517 (input): Remove action; this stuff wasn't being used.
7518 (gram_error): Rename local variable yylloc -> loc.
7519 * src/reader.h (struct gram_control_s, gram_control_t): Remove.
7520 (YY_DECL): Don't use "yy" at start of local variables.
7521 All uses changed, e.g., yylloc -> loc.
7522 * src/scan-gram.l (STEP): Renamed from YY_STEP. All uses changed.
7523 (STRING_GROW): Renamed from YY_OBS_GROW. All uses changed.
7524 (STRING_FINISH): Renamed from YY_OBS_FINISH. All uses changed.
7525 (STRING_FREE): Renamed from YY_OBS_FREE. All uses changed.
7527 * src/parse-gram.y (gram_error): loc is now const *.
7528 * src/reader.h (gram_error): Likewise.
7530 2002-11-24 Paul Eggert <eggert@twinsun.com>
7534 * tests/actions.at (Actions after errors): Use an output format
7535 more similar to that of the Printers and Destructors test.
7536 Test the position of the ';' token too.
7537 (Printers and Destructors): Likewise.
7538 (Printers and Destructors: %glr-parser): Remove for now, to avoid
7539 unnecessarily alarming people when the test fails.
7541 * data/yacc.c (yyerrlab1): Move this label down, so that the
7542 parser does not discard the lookahead token if the user code
7543 invokes YYERROR. This change is required for POSIX conformance.
7545 * lib/error.c: Sync with gnulib.
7547 2002-11-22 Paul Eggert <eggert@twinsun.com>
7549 * lib/quotearg.c, lib/quotearg.h: Sync with gnulib.
7550 * lib/mbswidth.c, lib/mbswidth.h: Likewise.
7551 * lib/xmalloc.c: Likewise.
7553 2002-11-20 Paul Eggert <eggert@twinsun.com>
7555 * lib/argmatch.c, lib/argmatch.h: Sync with gnulib.
7557 2002-11-20 Paul Eggert <eggert@twinsun.com>
7559 Avoid use of <assert.h>, as the GNU Coding Standards hint that one
7560 should use `if (! x) abort ();' rather than `assert (x);', and
7561 anyway it's one less thing to worry about configuring.
7563 * data/glr.c, lib/hash.c, src/system.h: Do not include <assert.h>.
7564 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise,
7565 and replace all instances of assert with abort.
7566 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
7567 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Likewise.
7569 * data/glr.c (yydoAction, yyglrReduce, yysplitStack, yyresolveStates,
7570 yyresolveAction, yyprocessOneStack): Use abort rather than assert.
7571 * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
7572 hash_find_entry, hash_rehash, hash_insert): Likewise.
7573 * src/conflicts.c (resolve_sr_conflict): Likewise.
7574 * src/lalr.c (set_goto_map, map_goto): Likewise.
7575 * src/nullable.c (nullable_compute): Likewise.
7576 * src/output.c (prepare_rules, token_definitions_output): Likewise.
7577 * src/reader.c (packgram, reader): Likewise.
7578 * src/state.c (state_new, state_free, state_transitions_set,
7579 state_reduction_find): Likewise.
7580 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias,
7581 symbol_pack): Likewise.
7582 * src/tables.c (conflict_row, pack_vector): Likewise.
7583 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
7584 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
7585 get_node_alignement_str, get_arrow_mode_str, get_crossing_type_str,
7586 get_view_str, get_linestyle_str, get_arrowstyle_str): Likewise.
7588 * lib/argmatch.h (ARRAY_CARDINALITY): Do not bother to #undef.
7589 (ARGMATCH_CONSTRAINT): New macro.
7590 (ARGMATCH_ASSERT): Use it.
7592 * src/system.h (verify): New macro.
7593 * src/getargs.c (trace_argmatch, report_argmatch): Use verify
7595 * src/tables.c (tables_generate): Likewise.
7597 * src/struniq.c (struniq_assert): Now returns void, and aborts
7598 if the assertion is false.
7599 (struniq_assert_p): Remove.
7600 * src/struniq.h: Likewise.
7602 2002-11-18 Paul Eggert <eggert@twinsun.com>
7604 * data/glr.c (yygetLRActions): Replace `yyindex' with
7605 `yytable[yyindex]' to fix typo introduced in my 2002-11-09 patch.
7606 This fixes the regression with Sun ONE Studio 7 cc that I reported in
7607 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00077.html>.
7609 2002-11-18 Akim Demaille <akim@epita.fr>
7611 * doc/bison.texinfo (Tracing): `yyprint' shouldn't prepend a
7613 From Tim Van Holder.
7615 2002-11-17 Paul Eggert <eggert@twinsun.com>
7617 Pacify Sun ONE Studio 7 lint. Also, rename "ParseError"
7618 to "SyntaxError" for consistency with my 2002-11-15 change.
7620 * data/glr.c (YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]: Do
7621 not define to {}, since this breaks the common use of `YYDPRINTF
7622 ((...));' if a single statement is desired (e.g. before `else').
7623 Work around GCC warnings by surrounding corresponding calls with
7625 (yyhasResolvedValue): Remove unused function.
7626 (yymergeOptionSets, yyresolvStack): Use `continue;' for empty
7628 (yyreportSyntaxError): Renamed from yyreportParseError.
7629 (yyrecoverSyntaxError): Renamed from yyrecoverParseError.
7631 * tests/calc.at (_AT_DATA_CALC_Y): Make vars static instead of
7632 extern when possible. Remove unused initializations.
7634 2002-11-16 Akim Demaille <akim@epita.fr>
7636 Augment the similarity between GLR and LALR traces.
7638 * data/yacc.c (yy_stack_print, YY_STACK_PRINT, yy_reduce_print)
7639 (YY_REDUCE_PRINT): New.
7640 (yyparse): Use them.
7641 * data/glr.c (yy_reduce_print): Use YYFPRINTF, no need for
7643 (yyglrReduce, yyrecoverParseError, yyparse): Don't report the
7644 state reached after the reduction/recovery, since...
7645 (yyparse, yyprocessOneStack): Report the state we are entering in.
7647 2002-11-16 Akim Demaille <akim@epita.fr>
7649 * src/getargs.h, src/getargs.c (trace_e, trace_args, trace_types):
7650 Add support for --trace=skeleton.
7651 * src/scan-skel.l: %option debug.
7652 Scan strings of non-@ or \n instead of character by character.
7653 (scan_skel): Handle trace_skeleton.
7655 (@output_parser_name@, @output_header_name@): ``Restore'' their
7656 support (used to be M4 macros).
7657 * data/yacc.c: Quote larger chunks, a la glr.c.
7658 * data/lalr1.cc: Likewise.
7659 The header guards are no longer available, so use some other
7660 string than `YYLSP_NEEDED'.
7662 2002-11-16 Akim Demaille <akim@epita.fr>
7664 Make the ``Printers and Destructors'' test more verbose, taking
7665 `yacc.c''s behavior as (possibly wrong) reference.
7667 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use printf
7668 instead of fprint on stdout.
7669 Set and report the last_line of the symbols.
7670 Consistently display values and locations.
7672 2002-11-16 Paul Eggert <eggert@twinsun.com>
7674 * data/yacc.c: Avoid over-quoting of __line__ and __file__.
7676 2002-11-15 Paul Eggert <eggert@twinsun.com>
7678 * tests/actions.at (Actions after errors): New test case.
7680 * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison.texinfo,
7681 src/conflicts.c, src/parse-gram.y, src/tables.c, src/tables.h,
7682 tests/action.at, tests/calc.at, tests/conflicts.at,
7683 tests/cxx-type.at, tests/regression.at:
7684 "parse error" -> "syntax error" for POSIX compatibility.
7685 "parsing stack overflow..." -> "parser stack overflow" so
7686 that code matches Bison documentation.
7688 2002-11-15 Akim Demaille <akim@epita.fr>
7690 * src/parse-gram.y (declaration): Have %parse-param and %lex-param
7691 take two BRACED_CODE, not two string_content.
7692 Free the scanner's obstack when we are done.
7693 (code_content): New.
7694 * tests/calc.at: Adjust.
7695 * doc/bison.texinfo: Adjust.
7696 Also, make sure to include the `,' for these declarations.
7698 2002-11-15 Tim Van Holder <tim.van.holder@pandora.be>
7700 * m4/prereq.m4: Removed the commented jm_PREREQ_HASH
7701 definition; avoids potential autoreconf problems.
7703 2002-11-15 Akim Demaille <akim@epita.fr>
7705 Always check the value returned by yyparse.
7707 * tests/calc.at (_AT_DATA_CALC_Y): Have `main' exit with the value
7708 returned by yyparse.
7709 (_AT_CHECK_CALC_ERROR): Take the expected exit value as argument.
7711 * tests/glr-regr1.at (glr-regr1.y): Have `main' exit with the value
7712 returned by yyparse.
7714 2002-11-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
7716 * data/glr.c (yyFail): Always set yyerrflag. Corrects regression
7719 2002-11-14 Paul Eggert <eggert@twinsun.com>
7721 * src/output.c (output_skeleton): Call xfopen instead of
7722 duplicating xfopen's body.
7724 Fix bugs reported by Nelson H. F. Beebe in
7725 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00078.html>.
7727 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that
7728 "$CC -E foo.h" is allowed, as this doesn't work with the Portland
7729 Group compiler. Instead, use "$CC -E bar.c". Include the .h
7730 file twice in the grammar, as an extra check.
7732 * tests/input.at (Torturing the Scanner): Surround the
7733 backslash-newline tests with "#if 0", to make it less likely that
7734 we'll run into compiler bugs. Bring back solitary \ inside
7735 comment, but add a closing comment to work around HP C bug. Don't
7736 test backslash-newline in C character constant.
7738 2002-11-14 Akim Demaille <akim@epita.fr>
7740 * tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore the exit
7741 status of the compiler.
7742 Calling `exit 1' is no longer needed.
7743 Reported by Nelson H. F. Beebe.
7745 2002-11-14 Akim Demaille <akim@epita.fr>
7747 * tests/atlocal.in (CPPFLAGS): We have config.h.
7748 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR):
7750 * tests/actions.at, tests/calc.at, tests/conflicts.at,
7751 * tests/cxx-type.at, tests/glr-regr1.at, tests/headers.at,
7752 * tests/regression.at, tests/torture.at: Use them for all the
7753 grammars that are to be compiled.
7754 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Rename as...
7755 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): this.
7756 * doc/bison.texinfo (GLR Parsers): Document `inline'.
7758 2002-11-14 Akim Demaille <akim@epita.fr>
7760 * doc/bison.texinfo: Various formatting changes (alignments in
7761 samples, additional @group/@end group, GCS in samples.
7762 Use @deffn instead of simple @table to define the directives,
7763 macros, variables etc.
7765 2002-11-13 Paul Eggert <eggert@twinsun.com>
7767 Fix some bugs reported by Albert Chin-A-Young in
7768 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00066.html>.
7770 * tests/input.at (Torturing the Scanner): Don't invoke "cc a.c b.c
7771 -o c"; the HP C compiler chatters during compilation.
7772 Instead, invoke "cc -c a.c -o a.o; cc -c b.c -o b.o; cc a.o b.o -o c".
7773 * tests/headers.at (export YYLTYPE): Likewise.
7775 * tests/input.at (Torturing the Scanner): Remove lines containing
7776 solitary backslashes, as they tickle a bug in the HP C compiler.
7778 * tests/glr-regr1.at (Badly Collapsed GLR States): Avoid //
7779 comments, since they're not portable. Use GNU coding style.
7781 2002-11-13 Akim Demaille <akim@epita.fr>
7783 * data/yacc.c: Leave bigger chunks of quoted text.
7784 (YYDSYMPRINTF): New.
7785 Use it to report symbol activities.
7786 * data/glr.c (YYDSYMPRINTF): New.
7789 2002-11-12 Paul Eggert <eggert@twinsun.com>
7793 * data/glr.c (yydoAction): Return YYRESULTTAG, not int.
7794 (yyglrReduce): Return yyok, not 0.
7795 This should avoid the enumerated-type warnings reported
7796 by Nelson H. F. Beebe in
7797 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00057.html>.
7799 * lib/bbitset.h (BITSET_INLINE): Remove.
7800 * lib/bitset.h [! BITSET_INLINE]: Remove.
7801 (bitset_set, bitset_reset, bitset_test): Rename local vars
7802 to avoid shadowing warnings by GCC.
7804 * data/glr.c (inline): Remove #define. It's the user's
7805 responsibility to #define it away, just like 'const'.
7806 This fixes one of the bugs reported by Nelson H. F. Beebe in
7807 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00058.html>.
7809 * Makefile.maint (po-check): Scan .l and .y files instead of the
7810 .c and the .h files that they generate. This fixes the bug
7811 reported by Tim Van Holder in:
7812 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00062.html>
7813 Look for N_ as well as for _. Try to avoid matching #define for
7815 * po/POTFILES.in: Remove src/parse-gram.c, src/scan-gram.c,
7816 src/system.h. Add src/parse-gram.y, src/scan-gram.l.
7817 * src/scan-gram.l: Revamp regular expressions so that " and '
7818 do not confuse xgettext.
7820 * src/struniq.h (struniq_new): Do not declare the return type
7821 to be 'const'; this violates the C standard.
7822 * src/struniq.c (struniq_new): Likewise.
7824 2002-11-12 Albert Chin-A-Young <china@thewrittenword.com>
7826 * src/Makefile.am (LDADD): Link $(LIBINTL) last to avoid the
7827 duplicate definition of optind on Tru64 UNIX 4.0D with the Compaq
7830 2002-11-12 Akim Demaille <akim@epita.fr>
7832 * Makefile.maint: Sync with Autoconf:
7833 (local_updates): New.
7835 2002-11-12 Akim Demaille <akim@epita.fr>
7837 * po/POTFILES.in (src/lalr.c, src/state.c): Remove
7839 2002-11-12 Akim Demaille <akim@epita.fr>
7841 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Display the
7844 2002-11-12 Akim Demaille <akim@epita.fr>
7846 * data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep to YYPRINT,
7849 2002-11-12 Akim Demaille <akim@epita.fr>
7851 * tests/actions.at (AT_CHECK_PRINTER_AND_DESTRUCTOR): New.
7852 Use it to test the GLR parser.
7854 2002-11-12 Akim Demaille <akim@epita.fr>
7856 * tests/regression.at (input.y): s/YYEOF/MYEOF/, as the skeleton
7858 * data/glr.c (yystos): New.
7859 (b4_yysymprint_generate, b4_yydestruct_generate): Invoke.
7861 (yyval): Don't define it, it is handled via M4.
7862 (yyrecoverParseError): Free verbosely the discarded symbols.
7863 * data/yacc.c (yysymprint): Remove, rather...
7864 (b4_yysymprint_generate): invoke.
7865 * data/c.m4 (b4_yysymprint_generate): New.
7866 Accept pointers as arguments, as opposed to the version from
7868 (b4_yydestruct_generate): Likewise.
7869 * tests/cations.at (Printers and Destructors): Use Bison directives
7870 instead of CPP macros.
7871 Don't rely on internal details.
7873 2002-11-12 Akim Demaille <akim@epita.fr>
7875 * data/c.m4 (b4_yydestruct_generate, b4_symbol_actions): New.
7876 * data/yacc.c: Rename yychar1 as yytoken, as in glr.c.
7877 Don't work on yychar (i.e., do set it to YYEMPTY, don't match
7878 it against YYEMPTY and so forth), work on yytoken (i.e., set
7879 it to YYEMPTY etc.).
7880 (yydestruct): Replace with a b4_yydestruct_generate invocation.
7881 (b4_symbol_actions): Remove.
7882 * data/glr.c (YYTRANSLATE): As for yacc.c, if negative, it stands
7883 for 0, end-of-input.
7885 2002-11-12 Akim Demaille <akim@epita.fr>
7887 * doc/bison.texinfo (Destructor Decl): New.
7889 2002-11-12 Akim Demaille <akim@epita.fr>
7891 * src/tables.c (tables_generate): Use free for pointers that
7892 cannot be NULL, not XFREE.
7893 (pack_vector): Use assert, not fatal, for bound violations.
7894 * src/state.c (state_new): Likewise.
7895 * src/reader.c (reader): Likewise.
7896 * src/lalr.c (set_goto_map): Likewise.
7897 * src/location.h (LOCATION_PRINT): If first_line is 0, just issue
7900 2002-11-12 Akim Demaille <akim@epita.fr>
7902 * src/scan-gram.l, src/reader.h (scanner_last_string_free):
7904 * src/scan-gram.l (last_string): Is global to the file, not to
7906 * src/parse-gram.y (input): Don't append the epilogue here,
7907 (epilogue.opt): do it here, and free the scanner's obstack.
7908 * src/reader.c (epilogue_set): Rename as...
7909 (epilogue_augment): this.
7910 * data/c.m4 (b4_epilogue): Defaults to empty.
7912 2002-11-12 Akim Demaille <akim@epita.fr>
7914 * src/getargs.c (long_options): Remove duplicates.
7915 * src/vmsgetargs.c, src/build.com, src/bison.cld, src/vmshlp.mar:
7917 * doc/bison.rnh: Remove.
7918 * doc/bison.texinfo (VMS Invocation): Remove.
7920 2002-11-12 Akim Demaille <akim@epita.fr>
7922 * src/struniq.h, src/struniq.c (struniq_t): Is const.
7923 (STRUNIQ_EQ, struniq_assert, struniq_assert_p): New.
7925 Use struniq for symbols.
7927 * src/symtab.h (symbol_t): The tag member is a struniq.
7928 (symbol_type_set): Adjust.
7929 * src/symtab.c (symbol_new): Takes a struniq.
7930 (symbol_free): Don't free the tag member.
7931 (hash_compare_symbol_t, hash_symbol_t): Rename as...
7932 (hash_compare_symbol, hash_symbol): these.
7933 Use the fact that tags as struniqs.
7934 (symbol_get): Use struniq_new.
7935 * src/symlist.h, src/symlist.c (symbol_list_n_type_name_get):
7937 * src/reader.h (merger_list, grammar_currentmerge_set): The name
7938 and type members are struniqs.
7939 * src/reader.c (get_merge_function)
7940 (grammar_current_rule_merge_set): Adjust.
7941 (TYPE, current_type): Are struniq.
7943 Use struniq for file names.
7945 * src/files.h, src/files.c (infile): Split into...
7946 (grammar_file, current_file): these.
7947 * src/scan-gram.c (YY_USER_INIT, handle_syncline): Adjust.
7948 * src/reduce.c (reduce_print): Likewise.
7949 * src/getargs.c (getargs): Likewise.
7950 * src/complain.h, src/complain.c: Likewise.
7951 * src/main.c (main): Call struniqs_new early enough to use it for
7953 Don't free the input file name.
7955 2002-11-12 Akim Demaille <akim@epita.fr>
7957 * src/symtab.c (symbol_free): Remove dead deactivated code:
7958 type_name are properly removed.
7959 Don't use XFREE to free items that cannot be NULL.
7960 * src/struniq.h, src/struniq.c: New.
7961 * src/main.c (main): Initialize/free struniqs.
7962 * src/parse-gram.y (%union): Add astruniq member.
7964 * src/scan-gram.l (<{tag}>): Return a struniq.
7965 Free the obstack bit that used to store it.
7966 * src/symtab.h (symbol_t): The 'type_name' member is a struniq.
7968 2002-11-11 Paul Eggert <eggert@twinsun.com>
7970 Revamp to fix many (but not all) of the C- and M4-related quoting
7971 problems. Among other things, this fixes the Bison bug reported
7972 by Jan Hubicka when processing the Bash grammar; see:
7973 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00039.html>
7975 Use new @ escapes consistently. Represent brackets with @{ and @}
7976 rather than @<:@ and @:>@, since this works a bit better with dumb
7977 editors like vi. Represent @ with @@, since @ is now consistently
7978 an escape. Use @oline@ and @ofile@ rather than __oline__ and
7979 __ofile__, to avoid unexpected expansions. Similarly, use @output
7980 rather than #output.
7982 * data/c.m4 (b4_copyright): Omit file name from comment, since
7983 the file name could contain "*/".
7984 (b4_synclines_flag): Don't quote the 2nd argument; it should already
7985 be quoted. All uses changed.
7987 * data/glr.c: Use new @ escapes consistently.
7988 (b4_input_suffix, b4_output_parser_suffix, b4_output_parser_name,
7989 b4_output_header_suffix, b4_output_header_name, b4_header_guard):
7990 Remove, since they couldn't handle arbitrary characters in file
7992 * data/lalr1.cc: Likewise.
7993 * data/yacc.c: Likewise.
7995 * src/files.c (output_infix): Remove; all uses removed.
7996 * src/files.h: Likewise.
7998 * data/glr.c: Remove use of "#ifdef b4_header_guard", since it
7999 mishandled funny characters in file names, and anyway it isn't
8001 * data/yacc.c: Likewise.
8002 * data/lalr1.cc: Use YYSLP_NEEDED instead of b4_header_guard.
8004 * data/glr.c (YYSTYPE_IS_TRIVIAL): Define when the .h file would.
8005 * data/yacc.c: Likewise.
8007 * src/muscle_tab.c: Include quotearg.h, since we need to quote C
8009 (muscle_init): Quote filename as a C string.
8010 * src/muscle_tab.h (MUSCLE_GROW_STRING_PAIR): Remove; unused.
8011 (MUSCLE_OBSTACK_SGROW, MUSCLE_INSERT_C_STRING): New macros.
8012 * src/output.c (escaped_file_name_output): New function.
8013 (prepare_symbols): Quote tokens for M4.
8014 (prepare): Don't insert output_infix, output_prefix,
8015 output_parser_name, output_header_name; this is now down by scan-skel.
8016 Insert skeleton as a C string.
8018 * src/output.c (user_actions_output, symbol_destructors_output,
8019 symbol_printers_output): Quote filenames for C and M4.
8020 * src/reader.c (prologue_augment, epilogue_set): Likewise.
8022 * src/scan-gram.l (<SC_CHARACTER>): Don't worry about any backslash
8023 escapes other than \\ and \'; this simplifies the code.
8024 (<SC_STRING>): Likewise, for \\ and \".
8025 (<SC_COMMENT,SC_LINE_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,
8026 SC_PROLOGUE,SC_EPILOGUE>): Escape $ and @, too.
8027 Use new escapes @{ and @} for [ and ].
8029 * src/scan-skel.l (yylineno, yyoutname): Remove static vars, replacing
8030 them with auto vars.
8031 Switch to new escape scheme, where @ is the escape character uniformly.
8032 Abort if a stray escape character is found. Avoid unbounded input
8033 buffer when parsing non-escaped text.
8035 * tests/input.at (Torturing the Scanner): Add tests that @oline@,
8036 __oline__, #output, $@, and @{ do not have unintended meanings.
8038 2002-11-09 Paul Eggert <eggert@twinsun.com>
8040 Fix the test failure due to GCC warnings described in
8041 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00000.html>.
8042 * data/glr.c (yyis_pact_ninf, yyis_table_ninf): New macros, which
8043 evaluate to 0 if it's impossible for NINF to be in the respective
8045 (yygetLRActions, yyrecoverParseError): Use them.
8047 * src/scan-gram.l (unexpected_end_of_file): Fix bug: columns were
8048 counted in the token inserted at end of file. Now takes
8049 location_t *, not location_t, so that the location can be
8050 adjusted. All uses changed.
8052 * tests/regression.at (Invalid inputs): Adjust wording in
8053 diagnostic to match the new behavior.
8055 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR,
8056 AT_DATA_HORIZONTAL_GRAMMAR, AT_DATA_LOOKAHEADS_GRAMMAR,
8057 AT_DATA_STACK_TORTURE): Replace `assert (x);' with `if (! (x))
8058 abort ();'. This reduces the runtime of the "Many lookaheads"
8059 test from 27.6 to 2.7 minutes on a 440 MHz Ultrasparc III running
8062 2002-11-07 Paul Eggert <eggert@twinsun.com>
8064 * src/parse-gram.y (CHARACTER): Remove unused token.
8067 * src/scan-gram.l: Remove stack option. We no longer use the
8068 stack, since the stack was never deeper than 1; instead, use the
8069 new auto var c_context to record the stacked value.
8071 Remove nounput option. At an unexpected end of file, we now unput
8072 the minimal input necessary to end cleanly; this simplifies the
8075 Avoid unbounded token sizes where this is easy.
8077 (unexpected_end_of_file): New function.
8078 Use it to systematize the error message on unexpected EOF.
8079 (last-string): Now auto, not static.
8080 (YY_OBS_FREE): Remove unnecessary do while (0) wrapper.
8081 (scanner_last_string_free): Remove; not used.
8082 (percent_percent_count): Move decl to just before use.
8083 (SC_ESCAPED_CHARACTER): Return ID at unexpected end of file,
8084 not the (never otherwised-used) CHARACTER.
8086 2002-11-07 Akim Demaille <akim@epita.fr>
8088 Let yyerror always receive the msg as last argument, so that
8089 yyerror can be variadic.
8091 * data/yacc.c (b4_yyerror_args): New.
8092 Use it when calling yyerror.
8093 * data/glr.c (b4_yyerror_args, b4_lyyerror_args): New.
8094 Use it when calling yyerror.
8095 * doc/bison.texinfo (Error Reporting): Adjust.
8096 * tests/calc.at (_AT_DATA_CALC_Y): Adjust.
8097 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Adjust.
8099 2002-11-06 Akim Demaille <akim@epita.fr>
8101 #line should have quoted strings.
8102 Ideally, this should be done by m4_quotearg.
8104 * src/scan-skel.l: Include quotearg.h.
8106 * src/output.c (symbol_printers_output)
8107 (symbol_destructors_output): Quote the file name.
8109 2002-11-06 Akim Demaille <akim@epita.fr>
8111 * tests/regression.at (Invalid inputs): Adjust to the recent
8114 2002-11-06 Akim Demaille <akim@epita.fr>
8117 Reported by Jim Kent.
8119 * data/c.m4 (b4_syncline): New.
8120 * data/glr.c, data/yacc.c, data/lalr1.cc: Use it.
8121 * src/reader.c (prologue_augment, epilogue_set): Use b4_syncline.
8122 * src/output.c (user_actions_output): Likewise.
8123 (prepare): Define 'b4_synclines_flag'.
8124 * src/muscle_tab.c (muscle_init): Don't define b4_linef.
8126 2002-11-06 Akim Demaille <akim@epita.fr>
8128 * src/main.c (main): Free `infile'.
8129 * src/scan-gram.l (handle_syncline): New.
8131 * src/output.c (user_actions_output, symbol_destructors_output)
8132 (symbol_printers_output): Use the location's file name, not
8134 * src/reader.c (prologue_augment, epilogue_set): Likewise.
8136 2002-11-05 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8138 * src/tables.c (matching_state): Don't allow states to match if
8139 either has GLR conflict entries.
8141 2002-11-05 Paul Eggert <eggert@twinsun.com>
8143 * src/scan-gram.l: Use more accurate diagnostics, e.g.
8144 "integer out of range" rather than "invalid value".
8145 * tests/input.at (Invalid $n, Invalid @n): Change expected wording
8148 Scan <% and %> digraphs in C code as POSIX 1003.1-2001 requires.
8149 Also, remove one static variable in the scanner.
8151 * src/scan-gram.l (braces_level): Now auto, not static.
8152 Initialize to zero if the compiler is being picky.
8153 (INITIAL): Clear braces_level instead of incrementing it.
8154 (SC_BRACED_CODE): Treat <% and %> as { and } when inside C code,
8155 as POSIX 1003.1-2001 requires.
8156 * src/system.h (IF_LINT): New macro, taken from coreutils.
8157 * configure.ac: Define "lint" if --enable-gcc-warnings.
8159 2002-11-05 Akim Demaille <akim@epita.fr>
8161 * src/scan-gram.l: When it starts with `%', complain about the
8162 whole directive, not just that `invalid character: %'.
8164 2002-11-04 Akim Demaille <akim@epita.fr>
8166 * Makefile.maint: Update from Autoconf.
8167 (update, cvs-update, po-update, do-po-update): New.
8169 2002-11-04 Akim Demaille <akim@epita.fr>
8171 * tests/glr-regr1.at (Badly Collapsed GLR States): Prototype yylex
8173 Have yyerror `use' its arguments.
8174 * tests/calc.at (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF
8175 returns true when location & yacc & pure & parse-param.
8176 (_AT_DATA_CALC_Y): Let yyerror ``use'' its arguments.
8178 2002-11-04 Akim Demaille <akim@epita.fr>
8180 * src/location.h (LOCATION_PRINT): Use quotearg slot 3 to avoid
8182 * src/scan-gram.l: Use [\'] instead of ['] to pacify
8185 Use quote, not quote_n since LOCATION_PRINT no longer uses the
8188 2002-11-03 Paul Eggert <eggert@twinsun.com>
8190 * src/reader.c (get_merge_function, grammar_current_rule_check):
8191 Use consistent diagnostics for reporting type name clashes.
8192 Quote the types with <>, for consistency with Yacc.
8193 * tests/input.at (Type Clashes): Adjust to diagnostic changes.
8195 2002-11-03 Akim Demaille <akim@epita.fr>
8197 * data/c.m4 (b4_identification, b4_user_args, b4_parse_param):
8199 * data/yacc.m4 (b4_pure_args, b4_Pure_args): New.
8200 (b4_parse_param): Remove.
8201 Use b4_identification.
8202 Propagate b4_pure_args where needed to pass them to yyerror.
8203 * data/glr.m4 (b4_parse_param): Remove.
8204 (b4_user_formals, b4_pure_args, b4_pure_formals, b4_lpure_args)
8205 (b4_lpure_formals): New.
8206 Use b4_identification.
8207 (YY_USER_FORMALS, YY_USER_ARGS): Remove, replaced by
8208 b4_user_formals and b4_user_args.
8209 (yyexpandGLRStack, yyFail, yyaddDeferredAction, yyglrShiftDefer)
8210 (yyreportAmbiguity): When using a pure parser, also need
8211 the location, and the parse-params.
8213 (yyuserAction, yyglrShift, yyreportParseError, yyrecoverParseError):
8214 When using a pure parser, also need the parse-params.
8216 * tests/calc.at: Test pure (%pure-parser) and absolutely pure
8217 (%pure-parser + %parse-param) LALR and GLR parsers.
8218 (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): New, define AT_PARAM_IF,
8219 AT_LOCATION_IF, AT_PURE_IF, AT_GLR_IF, AAT_PURE_AND_LOC_IF,
8220 AT_GLR_OR_PARAM_IF, AT_YYERROR_ARG_LOC_IF, AT_YYERROR_SEES_LOC_IF.
8221 (_AT_DATA_CALC_Y): Equip for purity of yyerror.
8222 (_AT_CHECK_CALC_ERROR): Use AT_YYERROR_SEES_LOC_IF.
8223 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Equip for yyerror purity.
8224 * doc/bison.texinfo: Untabify the whole file.
8225 (Parser Function): Document %parse-param, deprecate YYPARSE_PARAM.
8226 (Pure Calling): Document %lex-param, deprecate YYLEX_PARAM.
8227 (Error Reporting): Adjust to these new directives.
8228 Document %error-verbose, deprecate YYERROR_VERBOSE.
8230 2002-11-03 Akim Demaille <akim@epita.fr>
8232 * tests/calc.at: Change all the AT_CHECK_CALC_LALR and
8233 AT_CHECK_CALC_GLR invocations to use % directives, instead of
8234 command line options.
8235 * tests/cxx-type.at: Formatting changes.
8237 2002-11-03 Paul Eggert <eggert@twinsun.com>
8239 * src/scan-gram.l: Revamp to fix POSIX incompatibilities,
8240 to count columns correctly, and to check for invalid inputs.
8242 Use mbsnwidth to count columns correctly. Account for tabs, too.
8244 (YY_USER_ACTION): Invoke extend_location rather than LOCATION_COLUMNS.
8245 (extend_location): New function.
8248 Handle CRLF in C code rather than in Lex code.
8249 (YY_INPUT): New macro.
8250 (no_cr_read): New function.
8252 Scan UCNs, even though we don't fully handle them yet.
8253 (convert_ucn_to_byte): New function.
8255 Handle backslash-newline correctly in C code.
8256 (SC_LINE_COMMENT, SC_YACC_COMMENT): New states.
8257 (eols, blanks): Remove. YY_USER_ACTION now counts newlines etc.;
8259 (tag, splice): New EREs. Do not allow NUL or newline in tags.
8260 Use {splice} wherever C allows backslash-newline.
8261 YY_STEP after space, newline, vertical-tab.
8262 ("/*"): BEGIN SC_YACC_COMMENT, not yy_push_state (SC_COMMENT).
8264 (letter, id): Don't assume ASCII; e.g., spell out a-z.
8266 ({int}, handle_action_dollar, handle_action_at): Check for integer
8269 (YY_STEP): Omit trailing semicolon, so that it's more like C.
8271 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>): Allow \0 and \00
8272 as well as \000. Check for UCHAR_MAX, not 255.
8273 Allow \x with an arbitrary positive number of digits, as in C.
8274 Check for overflow here.
8275 Allow \? and UCNs, for compatibility with C.
8277 (handle_symbol_code_dollar): Use quote_n slot 1 to avoid collision
8278 with quote slot used by complain_at.
8280 * tests/input.at: Add tests for backslash-newline, m4 quotes
8281 in symbols, long literals, and funny escapes in strings.
8283 * configure.ac (jm_PREREQ_MBSWIDTH): Add.
8284 * lib/Makefile.am (libbison_a_SOURCES): Add mbswidth.h, mbswidth.c.
8285 * lib/mbswidth.h, lib/mbswidth.c: New files, from GNU gettext.
8286 * m4/Makefile.am (EXTRA_DIST): Add mbswidth.m4.
8287 * m4/mbswidth.m4: New file, from GNU coreutils.
8289 * doc/bison.texinfo (Grammar Outline): Document // comments.
8290 (Symbols): Document that trigraphs have no special meaning in Bison,
8291 nor is backslash-newline allowed.
8292 (Actions): Document that trigraphs have no special meaning.
8294 * src/location.h (LOCATION_COLUMNS, LOCATION_LINES): Remove;
8297 2002-11-02 Paul Eggert <eggert@twinsun.com>
8299 * src/reader.c: Don't include quote.h; not needed.
8300 (get_merge_function): Reword warning to be consistent with
8301 type clash diagnostic in grammar_current_rule_check.
8303 * lib/quotearg.c (quotearg_buffer_restyled): Fix off-by-two
8304 bug in trigraph handling.
8306 * src/output.c (prepare_symbols): When printing token names,
8307 escape "[" as "@<:@" and likewise for "]".
8309 * src/system.h (errno): Remove declaration, as we are now
8310 assuming C89 or better, and C89 guarantees errno.
8312 2002-10-30 Paul Eggert <eggert@twinsun.com>
8314 * lib/bitset_stats.c (bitset_stats_read, bitset_stats_write):
8315 Check for close failures.
8316 * src/files.h (xfclose): Return void, not int, since it always
8318 * src/files.c (xfclose): Likewise. Report I/O error if ferror
8320 * src/output.c (output_skeleton): Use xfclose rather than fclose
8321 and ferror. xfclose now checks ferror.
8323 * data/glr.c (YYLEFTMOST_STATE): Remove.
8324 (yyreportTree): Use a stack-based leftmost state. This avoids
8325 our continuing battles with bogus warnings about initializers.
8327 2002-10-30 Akim Demaille <akim@epita.fr>
8329 * src/system.h: Don't use #ifdef/#ifndef on HAVE_ values, only
8332 2002-10-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8334 * tests/glr-regr1.at: New test for reported regressions.
8335 * tests/testsuite.at: Add glr-regr1.at test.
8336 * tests/Makefile.am: Add glr-regr1.at test.
8338 2002-10-24 Paul Eggert <eggert@twinsun.com>
8342 * tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat declaration.
8343 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Include stdlib.h, since
8344 we use malloc. Don't assume 'A' through 'Z' are contiguous.
8345 Don't assume strdup exists; POSIX says its an XSI extension.
8346 Check for buffer overflow on input.
8348 2002-10-24 Akim Demaille <akim@epita.fr>
8350 * src/output.c (output_skeleton): Don't disable M4sugar comments
8351 too soon: it results in comments being expanded.
8352 * data/yacc.c, data/glr.c, data/lalr1.cc: Do it right before the
8355 2002-10-24 Akim Demaille <akim@epita.fr>
8357 * data/yacc.c (m4_int_type): New.
8358 * data/c.m4 (m4_int_type): Don't use yysigned_char, but `signed
8359 char' as only yacc.c wants K&R portability.
8360 * data/glr.c (yysigned_char): Remove.
8361 * data/lalr1.cc: Rename the trailing b4_name as b4_parser_class_name.
8362 Reported by Quoc Peyrot.
8364 2002-10-23 Paul Eggert <eggert@twinsun.com>
8366 * src/main.c (main): With --trace=time, report times even if a
8367 non-fatal error occurs. Formerly, the times were reported in some
8368 such cases but not in others.
8369 * src/reader.c (reader): Just return if a complaint has been issued,
8370 instead of exiting, so that 'main' can report times.
8372 2002-10-22 Akim Demaille <akim@epita.fr>
8374 * src/system.h: Include sys/types.
8375 Reported by Bert Deknuydt.
8377 2002-10-23 Paul Eggert <eggert@twinsun.com>
8379 * configure.ac (AC_PROG_LEX): Use instead of AM_PROG_LEX.
8380 Suggested by Art Haas.
8382 2002-10-22 Paul Eggert <eggert@twinsun.com>
8384 * src/complain.c (exit) [! (STDC_HEADERS || _LIBC)]: Remove exit
8385 decl; not needed any more.
8386 * src/main.c (main): Use return to exit, undoing yesterday's change.
8387 The last OS that we could find where this wouldn't work is
8388 SunOS 3.5, and that's too old to worry about now.
8390 * data/glr.c (struct yyltype): Define members even when not
8391 doing locations. This is more consistent with yacc.c, and it
8392 works around the following bug reports:
8393 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00106.html
8394 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00111.html
8396 * doc/bison.texinfo: Minor spelling and typographical fixes. Use
8397 @acronym consistently. Standardize on "Yacc" instead of "YACC",
8398 "Algol" instead of "ALGOL". Give a bit more history about BNF.
8400 2002-10-22 Akim Demaille <akim@epita.fr>
8404 2002-10-21 Paul Eggert <eggert@twinsun.com>
8406 Be consistent about 'bool'; the old code used an enum in one
8407 module and an int in another, and this violates the C standard.
8408 * m4/stdbool.m4: New file, from coreutils 4.5.3.
8409 * configure.ac (AC_HEADER_STDBOOL): Add.
8410 * m4/Makefile.am (EXTRA_DIST): Add stdbool.m4.
8411 * src/muscle_tab.c (hash_compare_muscles): (a ? FALSE : TRUE) -> (! a)
8412 * src/symtab.c (hash_compare_symbol_t): Likewise.
8413 * src/system.h (bool, false, true): Use a definition consistent
8414 with ../lib/hash.c. All uses changed.
8416 * src/complain.c (warning_issued): Renamed from warn_message_count,
8417 so that we needn't worry about integer overflow (!).
8418 Now of type bool. All uses changed.
8419 (complaint_issued): Renamed from complain_message_count; likewise.
8421 * src/main.c (main): Use exit to exit with failure.
8423 * src/complain.c (fatal_at, fatal): Use EXIT_FAILURE and EXIT_SUCCESS
8424 rather than 1 and 0.
8425 * src/main.c (main): Likewise.
8426 * src/getargs.c (getargs): Likewise.
8427 * src/reader.c (reader): Likewise.
8429 * src/getarg.c (getargs): Remove duplicate code for
8430 "Try `bison --help'".
8432 * src/files.c (xfopen, xfclose): Use EXIT_FAILURE rather than 2.
8433 What was that "2" for?
8435 * src/complain.h (fatal, fatal_at): Add __attribute__((__noreturn__)).
8436 * src/getargs.c (usage): Likewise.
8438 * src/getargs.c (getargs): When there are too few operands, report
8439 the last one. When there are too many, report the first extra
8440 one. This is how diffutils does it.
8442 2002-10-20 Paul Eggert <eggert@twinsun.com>
8444 Remove K&R vestiges.
8445 * configure.ac (AC_C_CONST, AM_C_PROTOTYPES): Remove.
8446 * src/complain.c (VA_START): Remove. Assume prototypes.
8447 (vfprintf) [! (HAVE_VPRINTF || defined vfprintf)]: New macro.
8448 (private_strerror, warn_at, warn, complain_at, complain, fatal_at,
8449 fatal): Assume prototypes.
8450 * src/complain.h: Assume prototypes.
8451 * src/system.h (PARAMS): Remove.
8452 Include <limits.h> unconditionally, since it's guaranteeed even
8453 for a freestanding C89 compiler.
8454 (SHRT_MIN, SHRT_MAX): Remove, since C89 guarantees them.
8455 * src/vmsgetargs.c (getargs, cli_present, cli_get_value): Prototype.
8457 2002-10-20 Akim Demaille <akim@epita.fr>
8459 * src/muscle_tab.c (muscle_grow): Remove trailing debugging code.
8460 * data/glr.c (YY_USER_FORMALS, YY_USER_ARGS): New.
8461 (yyuserAction, yydoAction, yyglrReduce, yyresolveValue)
8462 (yyresolveStates, yyresolveAction, yyresolveStack)
8463 (yyprocessOneStack): Use them.
8464 (yy_reduce_print): New.
8465 * tests/calc.at (_AT_DATA_CALC_Y): Exercise %parse-param.
8467 2002-10-20 Akim Demaille <akim@epita.fr>
8469 * data/c.m4 (b4_c_ansi_args): Recognize functions with no
8470 arguments and output `void'.
8471 (b4_c_function): Rename as...
8472 (b4_c_function_def): this.
8473 (b4_c_function_decl, b4_c_ansi_function_def)
8474 (b4_c_ansi_function_decl): New.
8475 Change the interpretation of the arguments: before `int, foo', now
8477 * data/yacc.c (yyparse): Prototype and define thanks to these.
8478 Adjust b4_c_function_def uses.
8479 * data/glr.c (yyparse): Likewise, but ANSI only.
8481 2002-10-20 Akim Demaille <akim@epita.fr>
8483 * src/output.c (prepare): Move the definition of `tokens_number',
8484 `nterms_number', `undef_token_number', `user_token_number_max'
8486 (prepare_tokens): Here.
8487 (prepare_tokens): Rename as...
8488 (prepare_symbols): this.
8489 (prepare): Move the definition of `rules_number' to...
8490 (prepare_rules): here.
8491 (prepare): Move the definition of `last', `final_state_number',
8492 `states_number' to...
8493 (prepare_states): here.
8494 * data/yacc.c, data/lalr1.cc, data/glr.c: Normalize `>' into `<'.
8496 2002-10-20 Akim Demaille <akim@epita.fr>
8498 * src/tables.h, src/tables.c, src/output.c: Comment changes.
8500 2002-10-20 Akim Demaille <akim@epita.fr>
8502 * data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if): Move to...
8505 2002-10-20 Akim Demaille <akim@epita.fr>
8507 * src/output.c (prepare): Use MUSCLE_INSERT_STRING.
8508 * src/muscle_tab.c (muscle_pair_list_grow): Rename `val as
8510 (muscle_init): Move the `b4_ltype', `b4_maxdepth', `b4_initdepth',
8512 * data/glr.c, data/lalr1.cc, data/yacc.c (b4_location_type)
8513 (b4_stack_depth_init, b4_stack_depth_max, b4_parser_class_name):
8516 2002-10-19 Paul Eggert <eggert@twinsun.com>
8518 Do not create a temporary file, as that involves security and
8519 cleanup headaches. Instead, use a pair of pipes.
8520 Derived from a suggestion by Florian Krohm.
8521 * lib/subpipe.c, lib/subpipe.h, m4/subpipe.m4: New files.
8522 * lib/mkstemp.c, lib/readpipe.c, lib/tempname.c, m4/mkstemp.m4: Remove.
8523 * configure.ac (UTILS_FUNC_MKSTEMP, jm_PREREQ_TEMPNAME): Remove.
8524 (BISON_PREREQ_SUBPIPE): Add.
8525 * lib/Makefile.am (libbison_a_SOURCES): Remove readpipe.c.
8526 Add subpipe.h, subpipe.c.
8527 * m4/Makefile.am (EXTRA_DIST): Remove mkstemp.m4. Add subpipe.m4.
8528 * po/POTFILES.in: Add lib/subpipe.c.
8529 * src/output.c: Include "subpipe.h".
8530 (m4_invoke): Remove decl.
8531 (scan_skel): New decl.
8532 (output_skeleton): Use pipe rather than temporary file for m4 input.
8533 Check that m4sugar.m4 is readable, to avoid deadlock.
8534 Check for pipe I/O error.
8535 * src/scan-skel.l (readpipe): Remove decl.
8536 (scan_skel): New function, to be used in place of m4_invoke.
8537 Read from stream rather than file.
8539 * lib/timevar.c (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Do not cast to
8540 float, as this generates a warning on Solaris 8 + GCC 3.2 with
8541 --enable-gcc-warnings. Instead, divide into 1.0 rather than 1;
8542 this generates a more-accurate value anyway.
8544 * lib/timevar.c (timervar_accumulate): Rename locals to
8545 avoid confusion with similarly-named more-global.
8546 * src/muscle_tab.c (muscle_pair_list_grow): Likewise.
8548 * src/output.c (prepare): Use xstrdup to convert char const *
8549 to char *, to avoid GCC warning.
8551 2002-10-19 Akim Demaille <akim@epita.fr>
8553 * tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC, LEX_FORMALS,
8554 LEX_PRE_FORMALS, LEX_ARGS, LEX_PRE_ARGS, USE_LEX_ARGS.
8555 Use them to have `calc.y' ready for %pure-parser.
8556 * data/yacc.c (YYLEX): Pass a yylex return type to
8559 2002-10-19 Akim Demaille <akim@epita.fr>
8561 Prototype support of %lex-param and %parse-param.
8563 * src/parse-gram.y: Add the definition of the %lex-param and
8564 %parse-param tokens, plus their rules.
8565 Drop the `_' version of %glr-parser.
8567 * src/scan-gram.l (INITIAL): Scan them.
8568 * src/muscle_tab.c: Comment changes.
8569 (muscle_insert, muscle_find): Rename `pair' as `probe'.
8570 * src/muscle_tab.h (MUSCLE_INSERT_PREFIX): Remove unused.
8571 (muscle_entry_s): The `value' member is no longer const.
8572 Adjust all dependencies.
8573 * src/muscle_tab.c (muscle_init): Adjust: use
8574 MUSCLE_INSERT_STRING.
8575 Initialize the obstack earlier.
8576 * src/muscle_tab.h, src/muscle_tab.c (muscle_grow)
8577 (muscle_pair_list_grow): New.
8578 * data/c.m4 (b4_c_function_call, b4_c_args): New.
8579 * data/yacc.c (YYLEX): Use b4_c_function_call to honor %lex-param.
8580 * tests/calc.at: Use %locations, not --locations.
8581 (AT_CHECK_CALC_GLR): Use %glr-parser, not %glr_parser.
8583 2002-10-19 Akim Demaille <akim@epita.fr>
8585 * src/getargs.c (usage): Take status as argument and exit
8587 Report the traditional `Try ... --help' message when status != 0.
8588 (usage, version): Don't take a FILE * as arg, it is pointless.
8589 (getargs): When there is an incorrect number of arguments, make it
8590 an error, and report it GNUlically thanks to `usage ()'.
8592 2002-10-18 Paul Eggert <eggert@twinsun.com>
8594 * data/glr.c (yyreportParseError): Don't assume that sprintf
8595 yields the length of the printed string, as this is not true
8596 on SunOS 4.1.4. Reported by Peter Klein.
8598 * tests/calc.at (_AT_DATA_CALC_Y): #undef memcmp and realloc.
8599 * tests/conflicts.at (%nonassoc and eof): Likewise.
8600 Fixes SunOS 4.1.4 test failure reported by Peter Klein.
8602 2002-10-17 Akim Demaille <akim@epita.fr>
8604 * src/getargs.h (trace_e): Add trace_scan, and trace_parse.
8605 * src/getargs.c (trace_types, trace_args): Adjust.
8606 * src/reader.c (grammar_current_rule_prec_set)
8607 (grammar_current_rule_dprec_set, grammar_current_rule_merge_set):
8608 Standardize error messages.
8610 (reader): Use trace_flag to enable scanner/parser debugging,
8611 instead of an adhoc scheme.
8612 * src/scan-gram.l: Remove trailing debugging code.
8614 2002-10-16 Paul Eggert <eggert@twinsun.com>
8616 * src/muscle_tab.h (MUSCLE_TAB_H_): Was misspelled as
8619 * NEWS: Officially drop support for building Bison with K&R C,
8620 since it didn't work anyway and it's not worth worrying about.
8621 * Makefile.maint (wget_files): Remove ansi2knr.c.
8622 (ansi2knr.c-url_prefix): Remove.
8623 * lib/.cvsignore: Remove ansi2knr, ansi2knr.*.
8624 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
8625 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
8627 2002-10-15 Paul Eggert <eggert@twinsun.com>
8629 Stop using the "enum_" trick for K&R-style function definitions;
8630 it confused me, and I was the author! Instead, assume that people
8631 who want to use K&R C compilers (when using these modules in GCC,
8632 perhaps?) will run ansi2knr.
8634 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): Remove.
8635 All uses of "enum_" changed to "enum ".
8636 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
8637 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
8639 * lib/abitset.c (abitset_and, abitset_and_cmp, abitset_and_or,
8640 abitset_and_or_cmp, abitset_andn, abitset_andn_cmp,
8641 abitset_andn_or, abitset_andn_or_cmp, abitset_bytes, abitset_copy,
8642 abitset_copy1, abitset_disjoint_p, abitset_empty_p,
8643 abitset_equal_p, abitset_init, abitset_list, abitset_list_reverse,
8644 abitset_not, abitset_ones, abitset_or, abitset_or_and,
8645 abitset_or_and_cmp, abitset_or_cmp, abitset_reset, abitset_set,
8646 abitset_size, abitset_small_list, abitset_subset_p, abitset_test,
8647 abitset_unused_clear, abitset_xor, abitset_xor_cmp, abitset_zero):
8648 Use function prototypes; this removes the need for declaring
8649 static functions simply to provide their prototypes.
8650 * lib/bitset.c (bitset_alloc, bitset_and_or_, bitset_and_or_cmp_,
8651 bitset_andn_or_, bitset_andn_or_cmp_, bitset_bytes, bitset_copy_,
8652 bitset_count_, bitset_create, bitset_dump, bitset_first,
8653 bitset_free, bitset_init, bitset_last, bitset_next,
8654 bitset_obstack_alloc, bitset_obstack_free, bitset_only_set_p,
8655 bitset_op4_cmp, bitset_or_and_, bitset_or_and_cmp_, bitset_prev,
8656 bitset_print, bitset_release_memory, bitset_toggle_,
8657 bitset_type_choose, bitset_type_get, bitset_type_name_get,
8658 debug_bitset): Likewise.
8659 * lib/bitset.h (bitset_set, bitset_reset, bitset_test): Likewise.
8660 * lib/bitset_stats.c (bitset_log_histogram_print,
8661 bitset_percent_histogram_print, bitset_stats_and,
8662 bitset_stats_and_cmp, bitset_stats_and_or,
8663 bitset_stats_and_or_cmp, bitset_stats_andn, bitset_stats_andn_cmp,
8664 bitset_stats_andn_or, bitset_stats_andn_or_cmp, bitset_stats_copy,
8665 bitset_stats_count, bitset_stats_disable, bitset_stats_disjoint_p,
8666 bitset_stats_dump, bitset_stats_empty_p, bitset_stats_enable,
8667 bitset_stats_equal_p, bitset_stats_free, bitset_stats_init,
8668 bitset_stats_list, bitset_stats_list_reverse, bitset_stats_not,
8669 bitset_stats_ones, bitset_stats_or, bitset_stats_or_and,
8670 bitset_stats_or_and_cmp, bitset_stats_or_cmp, bitset_stats_print,
8671 bitset_stats_print_1, bitset_stats_read, bitset_stats_reset,
8672 bitset_stats_set, bitset_stats_size, bitset_stats_subset_p,
8673 bitset_stats_test, bitset_stats_toggle, bitset_stats_type_get,
8674 bitset_stats_write, bitset_stats_xor, bitset_stats_xor_cmp,
8675 bitset_stats_zero): Likewise.
8676 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
8677 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
8678 bitsetv_dump, debug_bitsetv): Likewise.
8679 * lib/ebitset.c (ebitset_and, ebitset_and_cmp, ebitset_andn,
8680 ebitset_andn_cmp, ebitset_bytes, ebitset_copy, ebitset_copy_,
8681 ebitset_copy_cmp, ebitset_disjoint_p, ebitset_elt_add,
8682 ebitset_elt_alloc, ebitset_elt_calloc, ebitset_elt_find,
8683 ebitset_elt_free, ebitset_elt_last, ebitset_elt_remove,
8684 ebitset_elt_zero_p, ebitset_elts_grow, ebitset_empty_p,
8685 ebitset_equal_p, ebitset_free, ebitset_init, ebitset_list,
8686 ebitset_list_reverse, ebitset_not, ebitset_ones, ebitset_op3_cmp,
8687 ebitset_or, ebitset_or_cmp, ebitset_release_memory, ebitset_reset,
8688 ebitset_set, ebitset_size, ebitset_subset_p, ebitset_test,
8689 ebitset_weed, ebitset_xor, ebitset_xor_cmp, ebitset_zero):
8691 * lib/lbitset.c (debug_lbitset, lbitset_and, lbitset_and_cmp,
8692 lbitset_andn, lbitset_andn_cmp, lbitset_bytes, lbitset_copy,
8693 lbitset_copy_cmp, lbitset_disjoint_p, lbitset_elt_alloc,
8694 lbitset_elt_calloc, lbitset_elt_find, lbitset_elt_free,
8695 lbitset_elt_link, lbitset_elt_unlink, lbitset_elt_zero_p,
8696 lbitset_empty_p, lbitset_equal_p, lbitset_free, lbitset_init,
8697 lbitset_list, lbitset_list_reverse, lbitset_not, lbitset_ones,
8698 lbitset_op3_cmp, lbitset_or, lbitset_or_cmp, lbitset_prune,
8699 lbitset_release_memory, lbitset_reset, lbitset_set, lbitset_size,
8700 lbitset_subset_p, lbitset_test, lbitset_weed, lbitset_xor,
8701 lbitset_xor_cmp, lbitset_zero): Likewise.
8703 2002-10-14 Akim Demaille <akim@epita.fr>
8707 2002-10-14 Akim Demaille <akim@epita.fr>
8709 * tests/Makefile.am (maintainer-check-posix): New.
8711 2002-10-14 Akim Demaille <akim@epita.fr>
8713 * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize the yyloc
8716 2002-10-14 Akim Demaille <akim@epita.fr>
8718 * src/tables.c (table_ninf_remap): base -> tab.
8719 Reported by Matt Rosing.
8721 2002-10-14 Paul Eggert <eggert@twinsun.com>
8723 * tests/action.at, tests/calc.at, tests/conflicts.at,
8724 tests/cxx-type.at, tests/headers.at, tests/input.at,
8725 tests/regression.at, tests/synclines.at, tests/torture.at:
8726 Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
8727 so that the tests still work even if POSIXLY_CORRECT is set.
8728 * doc/bison.texinfo (Rpcalc Compile, Invocation): Likewise.
8730 * data/c.m4 (b4_int_type): Use yysigned_char instead of signed char,
8731 for portability to K&R hosts. Fix typo: signed char is guaranteed
8732 only to 127, not to 128.
8733 * data/glr.c (yysigned_char): New type.
8734 * data/yacc.c (yysigned_char): Likewise.
8735 * tests/regression.at (Web2c Actions): signed char -> yysigned_char.
8737 2002-10-13 Paul Eggert <eggert@twinsun.com>
8739 * data/yacc.c (yyparse): Rewrite to avoid "comparison is always
8740 true due to limited range of data type" warning from GCC.
8742 * data/c.m4 (b4_token_defines): Protect against double-inclusion
8743 by wrapping enum yytokentype's definition inside #ifndef
8744 YYTOKENTYPE. This undoes a bug I introduced on 2002-10-12.
8746 2002-10-13 Akim Demaille <akim@epita.fr>
8748 * data/glr.c (yyglrShiftDefer, yyaddDeferredAction, yydoAction):
8749 Un yy- yyrhs to avoid the name clash with the global YYRHS.
8751 2002-10-13 Akim Demaille <akim@epita.fr>
8753 * Makefile.maint: Update from Autoconf 2.54.
8754 * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Remove, shipped with 2.54.
8756 2002-10-13 Akim Demaille <akim@epita.fr>
8758 * src/print.c (print_state): Separate the list of solved conflicts
8759 from the other items.
8760 * tests/conflicts.at (Resolved SR Conflicts): Adjust.
8762 2002-10-13 Akim Demaille <akim@epita.fr>
8764 Let nondeterministic skeletons be usable with deterministic
8767 With the patch, GAWK compiled by GCC without -O2 passes its test
8768 suite using a GLR parser driven by LALR tables. It fails with -O2
8769 because `struct stat' gives two different answers on my machine:
8770 88 (definition of an auto var) and later 96 (memset on this var).
8771 Hence the stack is badly corrumpted. The headers inclusion is to
8772 blame: if I move the awk.h inclusion before GLR's system header
8773 inclusion, the two struct stat have the same size.
8775 * src/tables.c (pack_table): Always create conflict_table.
8776 (token_actions): Always create conflict_list.
8777 * data/glr.c (YYFLAG): Remove, unused.
8779 2002-10-13 Akim Demaille <akim@epita.fr>
8781 * configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.
8783 (VALGRIND, GXX): New.
8784 * tests/atlocal.in (CFLAGS): Use O0FLAGS.
8785 * tests/bison.in: Run $PREBISON a pre-command.
8786 * tests/Makefile.am (maintainer-check, maintainer-check-valgrind)
8787 (maintainer-check-g++): New.
8788 * Makefile.am (maintainer-check): New.
8790 2002-10-13 Akim Demaille <akim@epita.fr>
8792 * data/glr.c: Formatting changes.
8793 Tweak some trace messages to match yacc.c's.
8795 2002-10-13 Akim Demaille <akim@epita.fr>
8797 GLR parsers sometimes raise parse errors instead of performing the
8799 Reported by Charles-Henry de Boysson.
8801 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Don't
8802 check the length of the traces when %glr.
8803 (_AT_CHECK_CALC_ERROR): Also skip `^Stack' lines, coming from
8805 (AT_CHECK_CALC_LALR, AT_CHECK_CALC_GLR): New.
8807 * data/glr.c (YYLEFTMOST_STATE): Fix its value.
8808 (yyltype): Remove the yy prefix from the member names.
8809 (yytable): Complete its comment.
8810 (yygetLRActions): Map error action number from YYTABLE from
8812 (yyisErrorAction): No longer compare YYACTION to YYPACT_NINF
8813 (which was a bug: it should have been YYTABEL_NINF, and yet it was
8814 not satisfying as we could compare an YYACTION computed from
8815 YYDEFACT to YYTABLE_NINF although they are unrelated): 0 is the
8816 only value for error actions.
8817 (yyreportParseError): In verbose parse error messages, don't issue
8818 `error' in the list of expected tokens.
8819 * data/yacc.c (yyparse) <yybackup>: Rewrite the decoding of the
8820 next action to perform to match glr.c's decoding.
8821 (yytable): Complete its comment.
8823 2002-10-13 Paul Eggert <eggert@twinsun.com>
8825 Fix problem reported by Henrik Grubbstroem in
8826 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00098.html>:
8827 "nonterm: { $$ = 123; } { $$ = $1; };" was wrongly rejected,
8828 because the Bison parser reads the second action before reducing
8830 * src/scan-gram.l (rule_length): New static var.
8831 Use it to keep track of the rule length in the scanner, since
8832 we can't expect the parser to be in lock-step sync with the scanner.
8833 (handle_action_dollar, handle_action_at): Use this var.
8834 * tests/actions.at (Exotic Dollars): Test for the problem.
8836 2002-10-12 Paul Eggert <eggert@twinsun.com>
8838 * lib/timevar.c [! IN_GCC && HAVE_SYS_TIME_H]: Include <sys/time.h>.
8839 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): Check for <sys/time.h>.
8840 Include <sys/time.h> when checking for clock_t and struct tms.
8841 Use same include order as source.
8842 This is for the SunOS 4.1.4 porting bug reported by Peter Klein in
8843 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00016.html>.
8845 * lib/timevar.c: Update copyright date and clarify comments.
8846 (get_time) [IN_GCC]: Keep the GCC version for reference.
8848 * lib/timevar.c, lib/timevar.h, lib/timevar.def: Import
8849 GCC version as of today, then merge Bison's changes.
8850 Change "GCC" to "Bison" in copyright notice. timevar.def's
8851 author is Akim, so change that too.
8853 * src/reader.c (grammar_current_rule_check):
8854 Don't worry about the default action if $$ is untyped.
8855 Prevents bogus warnings reported by Jim Gifford in
8856 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00015.html>.
8858 * data/c.m4 (b4_token_enum): Do not define YYTOKENTYPE.
8859 * data/glr.c, data/lalr1.cc, data/yacc.c:
8860 Output token definitions before the first part of user declarations.
8861 Fixes compatibility problem reported by Jim Gifford for kbd in
8862 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00014.html>.
8864 2002-10-11 Paul Eggert <eggert@twinsun.com>
8866 * data/yacc.c (yyreport_parse_error): Remove, putting its body into...
8867 (yyparse): here. This undoes some of the 2002-07-25 change.
8868 Compatibility problem reported by Ralf S. Engelschall with
8869 OSSP cfg <http://www.ossp.org/pkg/lib/cfg/>.
8871 2002-10-11 Akim Demaille <akim@epita.fr>
8873 * tests/regression.at Characters Escapes): New.
8874 * src/scan-gram.l (SC_ESCAPED_CHARACTER): Accept \' in strings and
8876 Reported by Jan Nieuwenhuizen.
8878 2002-10-11 Akim Demaille <akim@epita.fr>
8882 2002-10-10 Paul Eggert <eggert@twinsun.com>
8884 Portability fixes for bitsets; this also avoids several GCC
8887 * lib/abitset.c: Include <stddef.h>, for offsetof.
8888 * lib/lbitset.c: Likewise.
8890 * lib/abitset.c (abitset_bytes): Return a size that is aligned
8891 properly for vectors of objects. Do not assume that adding a
8892 header size to a multiple of a word size yields a value that is
8893 properly aligned for the whole union.
8894 * lib/bitsetv.c (bitsetv_alloc): Likewise.
8896 * lib/bitset_stats.c (bitset_stats_bytes): Adjust to new,
8897 unique names for structures.
8898 * lib/ebitset.c (ebitset_bytes): Likewise.
8899 * lib/lbitset.c (lbitset_bytes): Likewise.
8901 * lib/abitset.c (abitset_ones, abitset_zero, abitset_empty_p,
8902 abitset_copy1, abitset_not, abitset_equal_p, abitset_subset_p,
8903 abitset_disjoint_p, abitset_and, abitset_and_cmp, abitset_andn,
8904 abitset_andn_cmp, abitset_or, abitset_or_cmp, abitset_xor,
8905 abitset_xor_cmp, abitset_and_or, abitset_and_or_cmp,
8906 abitset_andn_or, abitset_andn_or_cmp, abitset_or_and,
8907 abitset_or_and_cmp, abitset_copy): Supply prototype decls,
8908 to improve the type-checking that GCC can do.
8909 * lib/bitset.c (bitset_op4_cmp): Likewise.
8910 * lib/bitset_stats.c (bitset_stats_count,
8911 bitset_stats_empty_p, bitset_stats_ones, bitset_stats_zero,
8912 bitset_stats_copy, bitset_stats_disjoint_p,
8913 bitset_stats_equal_p, bitset_stats_not, bitset_stats_subset_p,
8914 bitset_stats_and, bitset_stats_and_cmp, bitset_stats_andn,
8915 bitset_stats_andn_cmp, bitset_stats_or, bitset_stats_or_cmp,
8916 bitset_stats_xor, bitset_stats_xor_cmp, bitset_stats_and_or,
8917 bitset_stats_and_or_cmp, bitset_stats_andn_or,
8918 bitset_stats_andn_or_cmp, bitset_stats_or_and,
8919 bitset_stats_or_and_cmp): Likewise.
8920 * lib/lbitset.c (lbitset_and, lbitset_and_cmp, lbitset_andn,
8921 lbitset_andn_cmp, lbitset_or, lbitset_or_cmp, lbitset_xor,
8922 lbitset_xor_cmp, lbitset_empty_p, lbitset_ones, lbitset_not,
8923 lbitset_subset_p, lbitset_disjoint_p, debug_lbitset): Likewise.
8925 * lib/abitset.h: Include bitset.h, not bbitset.h.
8926 * lib/ebitset.h: Likewise.
8927 * lib/lbitset.h: Likewise.
8929 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): New types.
8930 All instances of parameters of type enum bitset_opts are now of
8931 type enum_bitset_opts, to conform to the C Standard, and similarly
8932 for enum_bitset_type.
8933 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
8934 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
8936 Do not use "struct bitset_struct" to mean different things in
8937 different modules. Not only is this confusing, it violates
8938 the C Standard, which requires that structure types in different
8939 modules must be compatible if one is to be passed to the other.
8940 * lib/bbitset.h (bitset): Now points to a union, not to a struct.
8941 All instances of "struct bitset_struct *" replaced with "bitset".
8942 * lib/bitset.h (struct bitset_struct): Remove, replacing with....
8943 (union bitset_union, struct abitset_struct, struct ebitset_struct,
8944 struct lbitset_struct, struct bitset_stats_struct): New types.
8945 All uses of struct bitset_struct changed to union bitset_union,
8947 * lib/abitset.c (struct abitset_struct, abitset,
8948 struct bitset_struct): Remove.
8949 * lib/bitset_stats.c (struct bitset_stats_struct, bitset_stats,
8950 struct bitset_struct): Remove.
8951 * lib/ebitset.c (struct ebitset_struct, ebitset, struct
8952 bitset_struct): Remove.
8953 * lib/lbitset.c (struct lbitset_struct, lbitset, bitset_struct):
8956 Do not call a function of type T using a call that assumes the
8957 function is of a different type U. Standard C requires that a
8958 function must be called with a type that is compatible with its
8960 * lib/bbitset.h (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
8962 * lib/bitset.c (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
8964 * lib/ebitset.c (PFV): Remove.
8965 * lib/lbitset.c (PFV): Likewise.
8966 * lib/ebitset.c (ebitset_and, ebitset_andn, ebitset_or,
8967 ebitset_xor, ebitset_copy, ebitset_ones, ebitset_empty_p): New
8969 (ebitset_and, ebitset_andn, ebitset_or, ebitset_xor): New functions.
8970 (ebitset_vtable): Use them.
8971 * lib/lbitset.c (lbitset_and, lbitset_andn, lbitset_or,
8972 lbitset_xor): New functions.
8973 (lbitset_vtable): Use them.
8975 * lib/bitset.h (bitset_next, bitset_prev, bitset_only_set_p):
8978 * lib/bitsetv.c (bitsetv_alloc): Add a cast to (void *) to avoid a
8980 * lib/lbitset.c (LBITSET_CURRENT1): Likewise.
8981 Use offsetof, for simplicity.
8983 2002-10-06 Paul Eggert <eggert@twinsun.com>
8985 * lib/bitset.h (bitset_reset): Do not assume that bitset_word is
8986 the same width as int. This reapplies a hunk of the 2002-08-12 patch
8987 <http://lists.gnu.org/archive/html/bison-patches/2002-08/msg00007.html>,
8988 which was inadvertently undone by the 2002-09-30 patch.
8989 * lib/lbitset.c (debug_lbitset): Do not assume that bitset_word is
8990 the same width as int.
8992 2002-10-04 Paul Eggert <eggert@twinsun.com>
8996 * configure.ac (AC_INIT), NEWS: Increment version number.
8998 * doc/bison.texinfo: Minor spelling, grammar, and white space
9000 (Symbols): Mention that any negative value returned from yylex
9001 signifies end-of-input. Warn about negative chars. Mention
9002 the portable Standard C character set.
9004 The GNU coding standard says CFLAGS and YFLAGS are reserved
9005 for the installer to set.
9006 * lib/Makefile.am (AM_CFLAGS): Renamed from CFLAGS.
9007 * src/Makefile.am (AM_CFLAGS): Likewise.
9008 (AM_YFLAGS): Renamed from YFLAGS.
9010 Fix some MAX and MIN problems.
9011 * src/gram.h (ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.
9012 * src/lalr.h (GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.
9013 * src/symtab.h (SYMBOL_NUMBER_MAX): New macro.
9014 * src/reader.c (reader): Use it.
9016 * tests/regression.at (Braces parsing): Use grep, not fgrep, as
9017 POSIX 1003.1-2001 has removed fgrep.
9019 2002-10-04 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9021 * lib/bbitset.h (BITSET_WINDEX_MAX): Redefine so that it cannot be
9022 interpreted as signed.
9023 * lib/ebitset.c (ebitset_list): Fix bug.
9025 2002-10-01 Paul Eggert <eggert@twinsun.com>
9027 More fixes for 64-bit hosts and large bitsets.
9029 * lib/abitset.c (struct abitset_struct.n_bits, abitset_small_list,
9030 abitset_size, abitset_list, abitset_list_reverse, abitset_list):
9031 Use bitset_bindex, not int or unsigned int or size_t, to count bits.
9032 * lib/bbitset.h (struct bitset_vtable.size, struct bitset_vtable.count,
9033 struct bitset_vtable.list, struct bitset_vtable.list_reverse,
9034 bitset_count_, bitset_next, bitset_prev, bitset_first, bitset_last,
9035 bitset_count_): Likewise.
9036 * lib/bitset.h (bitset_iterator.num, bitset_iterator.i,
9037 bitset_first, bitset_last): Likewise.
9038 * lib/bitset_stats.c (bitset_stats_size, bitset_stats_list,
9039 bitset_stats_list_reverse, bitset_stats_size,
9040 bitset_stats_count, bitset_stats_list, bitset_stat_list_reverse):
9042 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
9043 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
9044 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
9045 bitsetv_reflexive_transitive_closure): Likewise.
9046 * lib/bitsetv.h (bitsetv_alloc, bitsetv_create): Likewise.
9047 * lib/ebitset.c (ebitset_size, ebitset_list, ebitset_list_reverse):
9049 * lib/lbitset.c (lbitset_size, lbitset_list, lbitset_list_merge):
9052 * lib/abitset.c (abitset_ones, abitset_zero, abitset_bytes):
9053 Use size_t, not unsigned int, to count bytes.
9054 * lib/abitset.h (abitset_bytes): Likewise.
9055 * lib/bitset.c (bitset_bytes, bitset_alloc, bitset_obstack_alloc):
9057 * lib/bitset.h (bitset_bytes): Likewise.
9058 * lib/bitset_stats.c (bitset_stats_bytes, bitset_stats_init): Likewise.
9059 * lib/bitset_stats.h (bitset_stats_bytes): Likewise.
9060 * lib/bitsetv.c (bitsetv_alloc): Likewise.
9061 * lib/ebitset.c (ebitset_bytes): Likewise.
9062 * lib/ebitset.h (ebitset_bytes): Likewise.
9063 * lib/lbitset.c (lbitset_bytes): Likewise.
9064 * lib/lbitset.h (lbitset_bytes): Likewise.
9066 * lib/abitset.c (abitset_empty_p, abitset_not, abitset_equal_p,
9067 abitset_subset_p, abitset_disjoint_p, abitset_and,
9068 abitset_and_cmp, abitset_andn, abitset_andn_cmp, abitset_or,
9069 abitset_or_cmp, abitset_xor, abitset_xor_cmp, abitset_and_or,
9070 abitset_and_or_cmp, abitset_andn_or, abitset_andn_or_cmp,
9071 abitset_or_and, abitset_or_and_cmp):
9072 Use bitset_windex instead of unsigned int.
9073 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
9074 * lib/ebitset.c (struct ebitset_struct.size, ebitset_elts_grow,
9075 ebitset_elt_add, ebitset_elt_remove, ebitset_weed,
9076 ebitset_elt_find, ebitset_list_reverse, ebitset_list, ebitset_init):
9078 * lib/lbitset.c (lbitset_ones, lbitset_not): Likewise.
9080 * lib/bitset.c (bitset_print):
9081 Use proper printf formats for widths of integer types.
9082 * lib/bitset_stats.c (bitset_percent_histogram_print,
9083 bitset_log_histogram_print, bitset_stats_print_1): Likewise.
9084 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
9085 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
9086 * lib/lbitset.c (lbitset_bytes): Likewise.
9088 * lib/bbitset.h (BITSET_BINDEX_MAX, BITSET_WINDEX_MAX,
9089 BITSET_SIZE_MAX): New macros.
9090 (BITSET_INDEX_MAX): Remove. It wasn't right, since it assumed that
9091 sizeof (bitset_word) == sizeof (bitset_windex). All uses changed
9092 to BITSET_WINDEX_MAX.
9094 * lib/bitset.c (bitset_next, bitset_prev, bitset_first,
9095 bitset_last): Return BITSET_BINDEX_MAX (not -1) for no value,
9096 since we now return the bitset_bindex type (not int).
9098 * lib/bitsetv.c (bitsetv_alloc): Check for arithmetic overflow
9099 when computing sizes.
9100 * lib/ebitset.c (ebitset_elts_grow): Likewise.
9102 * lib/lbitset.c (lbitset_elt_find): Simplify windex calculation
9103 and avoid cast to unsigned.
9105 2002-09-30 Akim Demaille <akim@epita.fr>
9107 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
9108 * lib/bitset_stats.c, lib/bitsetv.c, lib/ebitset.c, lib/lbitset.c:
9109 Updates from Michael Hayes.
9111 2002-09-30 Art Haas <ahaas@neosoft.com>
9113 * configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
9115 * tests/cxx-type.at (declarator): Don't rely on NDEBUG being not
9118 2002-09-27 Akim Demaille <akim@epita.fr>
9122 2002-09-27 Akim Demaille <akim@epita.fr>
9124 * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.
9125 (Because of AC_LIBSOURCE).
9127 2002-09-27 Akim Demaille <akim@epita.fr>
9129 Playing with Autoscan.
9131 * configure.ac: Remove the old LIBOBJ tweaks.
9132 (AC_REPLACE_FUNCS): Add strrchr and strtol.
9133 * lib/strrchr.c: New.
9134 * lib/strtol.c: New, from the Coreutils 4.5.1.
9136 2002-09-27 Akim Demaille <akim@epita.fr>
9138 Playing with Autoscan.
9140 * m4/prereq.m4 (jm_PREREQ_ARGMATCH, jm_FUNC_ARGMATCH): New.
9141 * lib/Makefile.am (libbison_a_SOURCES): No longer include
9142 argmatch.c and argmatch.h, since they are AC_LIBSOURCE'd.
9143 * lib/strcasecmp.c, lib/strncasecmp.c, lib/memcmp.c: New, from the
9146 2002-09-24 Akim Demaille <akim@epita.fr>
9148 * doc/bison.texinfo (Stack Overflow): xref to Recursion.
9149 (Frequently Asked Questions, Parser Stack Overflow): New.
9151 2002-09-13 Akim Demaille <akim@epita.fr>
9153 Playing with autoscan.
9155 * src/reader.c (get_merge_function): Use xstrdup, not strdup.
9156 * src/files.c (skeleton_find): Remove, unused.
9157 * m4/memcmp.m4: New, from the Coreutils 4.5.1.
9158 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Run jm_FUNC_MEMCMP.
9160 2002-09-13 Akim Demaille <akim@epita.fr>
9162 * configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.6.3.
9163 * Makefile.am (AUTOMAKE_OPTIONS): Don't.
9165 2002-09-13 Akim Demaille <akim@epita.fr>
9167 * configure.ac: Require 2.54.
9168 s/jm_FUNC_MALLOC/AC_FUNC_MALLOC/.
9169 s/jm_FUNC_REALLOC/AC_FUNC_REALLOC/.
9170 * m4/c-bs-a.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/realloc.m4:
9171 Remove, provided by Autoconf macros.
9173 2002-09-12 Akim Demaille <akim@epita.fr>
9175 * m4/prereq.m4: Update, from Coreutils 4.5.1.
9177 2002-09-12 Akim Demaille <akim@epita.fr>
9179 * m4/prereq.m4: Update, from Fileutils 4.1.5.
9180 * configure.ac (jm_PREREQ_TEMPNAME): Invoke it.
9181 Reported by Martin Mokrejs.
9183 2002-09-10 Akim Demaille <akim@epita.fr>
9185 * src/parse-gram.y: Associate a human readable string to each
9187 * tests/regression.at (Invalid inputs): Adjust.
9189 2002-09-10 Gary V. Vaughan <gary@gnu.org>
9191 * tests/Makefile.am ($(srcdir)/package.m4): Bison now ships
9192 with an Autoconf-2.5x style configure.ac.
9194 2002-09-06 Paul Eggert <eggert@twinsun.com>
9196 * doc/bison.texinfo (Conditions): Make explicit that the GPL
9197 exception applies only to yacc.c. This is a modification of a
9198 patch originally suggested by Akim Demaille.
9200 2002-09-06 Akim Demaille <akim@epita.fr>
9202 * data/c.m4 (b4_copyright): Move the GPL exception comment from
9204 * data/yacc.c: here.
9206 * data/lalr1.cc (struct yyltype): Don't define it, since we use
9208 (b4_ltype): Default to yy::Location from location.hh.
9210 2002-09-04 Jim Meyering <jim@meyering.net>
9212 * data/yacc.c: Guard the declaration of yytoknum also with
9213 `#ifdef YYPRINT', so it is declared only when used.
9215 2002-09-04 Akim Demaille <akim@epita.fr>
9217 * configure.in: Rename as...
9218 * configure.ac: this.
9221 2002-09-04 Akim Demaille <akim@epita.fr>
9223 * src/assoc.c, src/closure.c, src/gram.c, src/injections.c,
9224 * src/lalr.c, src/LR0.c, src/relation.c, src/tables.c: Don't
9225 translate maintainer only messages.
9227 2002-08-12 Paul Eggert <eggert@twinsun.com>
9231 * Makefile.am (SUBDIRS): Remove intl.
9232 (DISTCLEANFILES): Remove.
9233 * NEWS: Mention that GNU M4 is now required. Clarify what is
9234 meant by "larger grammars". Mention the pt_BR translation.
9235 * configure.in (AC_CHECK_DECLS): Add getenv, getopt.
9236 (AM_GNU_GETTEXT_VERSION): New macro, replacing GETTEXT_VERSION var.
9237 Bump version from 0.11.2 to 0.11.5.
9238 (BISON_PREREQ_STAGE): Remove.
9239 (AM_GNU_GETTEXT): Use external gettext.
9240 (AC_OUTPUT): Remove intl/Makefile.
9242 * config/depcomp, config/install-sh: Sync with Automake 1.6.3.
9244 * data/glr.c: Include string.h, for strlen.
9245 (yyreportParseError): Use size_t for yysize.
9246 (yy_yypstack): No longer nested inside yypstates, as nested
9247 functions are not portable. Do not assume size_t is the
9249 (yypstates): Do not assume that ptrdiff_t is the same width
9250 as int, and similarly for yyposn and YYINDEX.
9252 * data/yacc.c: Fix comment about `$$ = $1': it can copy garbage.
9254 * lib/Makefile.am (INCLUDES): Do not include from the intl
9255 directory, which has been removed.
9256 * src/Makefile.am (INCLUDES): Likewise.
9258 * lib/Makefile.am (libbison_a_SOURCES): Add unlocked-io.h.
9259 (bitsets_sources, additional_bitsets_sources, timevars_sources):
9262 * lib/Makefile.am (libbison_a_SOURCES): Avoid +=, a GNU make extension.
9263 * tests/Makefile.am (EXTRA_DIST): Likewise.
9265 * lib/abitset.c (abitset_reverse_list, ebitset_reverse_list):
9266 Do not assume that bitset_windex is the same width as unsigned.
9268 * lib/abitset.c (abitset_unused_clear): Do not assume that
9269 bitset_word is the same width as int.
9270 * lib/bbitset.h (BITSET_INDEX_MAX, BITSET_MSB): Likewise.
9271 * lib/bitset.h (bitset_set, bitset_reset): Likewise.
9272 * lib/bitset_stats.c (bitset_stats_set, bitset_stats_reset): Likewise.
9273 * lib/ebitset.c (ebitset_set, ebitset_reset): Likewise.
9274 * lib/lbitset.c (lbitset_set, lbitset_reset): Likewise.
9276 * lib/abitset.c (abitset_op1): Use -1, not ~0, as memset arg (for
9277 portability to one's complement hosts!).
9278 * lib/ebitset.c (ebitset_op1): Likewise.
9279 * lib/lbitset.c (lbitset_op1): Likewise.
9281 * lib/argmatch.c, lib/quotearg.c, quotearg.h: Sync with GNU tar.
9282 * lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
9283 lib/hash.c, lib/hash.h, lib/strnlen.c, lib/xmalloc.c:
9284 Sync with fileutils.
9285 * lib/error.c, lib/getopt.c, lib/getopt.h, lib/getopt1.c,
9286 lib/gettext.h: Sync with diffutils.
9288 * lib/memrchr.c, lib/mkstemp.c, lib/strchr.c, lib/strnlen.c,
9289 lib/strspn.c, lib/tempname.c: Use GPL, not LGPL.
9291 * lib/obstack.c, lib/obstack.h: Sync with fileutils, except use
9292 PROTOTYPES to check for prototypes, and "defined __STDC__" to
9295 * lib/bbitset.h (BITSET_WORD_BITS): Now of type unsigned, not
9296 size_t; the old version tried to do this but casted improperly.
9297 (bitset_bindex, bitset_windex): Now size_t, not unsigned long.
9298 (bitset_test): Now returns int, not unsigned long.
9300 * lib/bitset_stats.c: Include "gettext.h".
9302 (bitset_stats_set, bitset_stats_reset, bitset_stats_test): Don't
9303 name locals "index", as it generates unnecessary warnings on some
9304 hosts that have an "index" function.
9306 * lib/bitset_stats.c (bitset_stats_print_1, bitset_stats_print,
9307 bitset_stats_read, bitset_stats_write): Wrap strings in _() if
9308 they need translation.
9309 * src/LR0.c (state_list_append, new_itemsets, get_state,
9310 append_states, generate_states): Likewise.
9311 * src/assoc.c (assoc_to_string): Likewise.
9312 * src/closure.c (print_closure, set_firsts, closure): Likewise.
9313 * src/gram.c (grammar_dump): Likewise.
9314 * src/injections.c (injections_compute): Likewise.
9315 * src/lalr.c (lookaheads_print): Likewise.
9316 * src/relation.c (relation_transpose): Likewise.
9317 * src/scan-gram.l: Likewise.
9318 * src/tables.c (table_grow, pack_vector): Likewise.
9320 * m4/Makefile.am (EXTRA_DIST): Remove codeset.m4,
9321 glibc21.m4, isc-posix.m4 lcmessage.m4, stage.m4.
9322 * m4/malloc.m4, m4/realloc.m4: Sync with diffutils.
9323 * m4/mbstate_t.m4: Sync with fileutils.
9324 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): AC_MBSTATE_T -> AC_TYPE_MBSTATE_T.
9326 * po/LINGUAS: Add pt_BR.
9327 * po/POTFILES.in: Add src/assoc.c, src/closure.c, src/gram.c,
9328 src/main.c, src/relation.c, src/state.c, lib/bitset_stats.c,
9330 Use src/parse-gram.y instead of src/parse-gram.c, as the gettext
9332 Similarly, use src/scan-gram.l instead of src/scan-gram.c.
9334 * src/complain.c (strerror_r): Remove decl; not needed.
9335 (strerror): Use same pattern as ../lib/error.c.
9337 * src/files.c, src/files.h (compute_header_macro): Remove; unused.
9339 * src/gram.c (grammar_dump): Do not assume ptrdiff_t fits in int.
9341 * src/main.c (main): Cast result of bindtextdomain and textdomain
9342 to void, to avoid a GCC warning when --disable-nls is in effect.
9344 * src/scan-gram.l: Use strings rather than escapes when possible,
9345 to minimize the number of warnings from xgettext.
9346 (handle_action_dollar, handle_action_at): Don't use isdigit,
9347 as it mishandles negative chars and it may not work as expected
9348 outside the C locale.
9350 * src/symtab.c (symbol_get): Don't cast LHS of an assignment;
9351 this is a GCC extension and is not portable to other compilers.
9353 * src/system.h (alloca): Use same pattern as ../lib/error.c.
9354 Do not include <ctype.h>; no longer needed.
9355 Do not include <malloc.h>; no longer needed (and generates
9356 warnings on OpenBSD 3.0).
9358 * tests/cxx-type.at (yylex): Do not pass signed char to isupper;
9361 * tests/regression.at: Do not use 'cc -c input.c -o input';
9362 Sun C rejects this. Instead, use 'cc -c input.c -o input.o'.
9364 * tests/synclines.at (AC_SYNCLINES_COMPILE): Accept any nonzero
9365 exit status as failure, not just exit status 1. Sun C exits
9366 with status 2 sometimes.
9368 * tests/torture.at (AT_INCREASE_DATA_SIZE): New macro.
9369 Use it for the two large tests.
9371 2002-08-02 Akim Demaille <akim@epita.fr>
9373 * src/conflicts.c (conflicts_output): Don't output rules never
9374 reduced here, since anyway that computation doesn't work.
9375 * src/gram.h, src/gram.h (rule_filter_t, rule_useful_p)
9376 (rule_useless_p, rule_never_reduced_p): New.
9377 (grammar_rules_partial_print): Use a filter instead of a range.
9378 Display the title only if needed.
9379 (grammar_rules_print): Adjust.
9380 (grammar_rules_never_reduced_report): New.
9381 * src/tables.c (action_row): Move the computation of rules never
9383 (token_actions): here.
9384 * src/main.c (main): Make the parser before making the report, so
9385 that rules never reduced are computed.
9386 Call grammar_rules_never_reduced_report.
9387 * src/print.c (print_results): Report rules never reduced.
9388 * tests/conflicts.at, tests/reduce.at: Adjust.
9390 2002-08-01 Akim Demaille <akim@epita.fr>
9392 Instead of attaching lookaheads and duplicating the rules being
9393 reduced by a state, attach the lookaheads to the reductions.
9395 * src/state.h (state_t): Remove the `lookaheads',
9396 `lookaheads_rule' member.
9397 (reductions_t): Add a `lookaheads' member.
9398 Use a regular array for the `rules'.
9399 * src/state.c (reductions_new): Initialize the lookaheads member
9401 (state_rule_lookaheads_print): Adjust.
9402 * src/state.h, src/state.c (state_reductions_find): New.
9403 * src/conflicts.c (resolve_sr_conflict, set_conflicts)
9404 (count_rr_conflicts): Adjust.
9405 * src/lalr.c (LArule): Remove.
9406 (add_lookback_edge): Adjust.
9407 (state_lookaheads_count): New.
9408 (states_lookaheads_initialize): Merge into...
9409 (initialize_LA): this.
9410 (lalr_free): Adjust.
9411 * src/main.c (main): Don't free nullable and derives too early: it
9412 is used by --verbose.
9413 * src/print.c, src/print_graph.c, src/tables.c: Adjust.
9415 2002-08-01 Akim Demaille <akim@epita.fr>
9417 * src/derives.h, src/derives.c (derives): A `rule_t***' instead of
9419 (set_derives, free_derives): Rename as...
9420 (derives_compute, derives_free): this.
9421 Adjust all dependencies.
9422 * src/nullable.c (set_nullable, free_nullable): Rename as...
9423 (nullable_compute, nullable_free): these.
9424 (rule_list_t): Store rule_t *, not rule_number_t.
9425 * src/state.c (state_rule_lookaheads_print): Directly compare rule
9426 pointers, instead of their numbers.
9427 * src/main.c (main): Call nullable_free, and derives_free earlier,
9428 as they were lo longer used.
9430 2002-08-01 Akim Demaille <akim@epita.fr>
9432 * lib/timevar.c (get_time): Include children time.
9433 * src/lalr.h (LA, LArule): Don't export them: used with the
9435 * src/lalr.c (LA, LArule): Static.
9436 * src/lalr.h, src/lalr.c (lalr_free): New.
9437 * src/main.c (main): Call it.
9438 * src/tables.c (pack_vector): Check whether loc is >= to the
9440 (pack_tables): Don't free froms, tos, conflict_tos, and pos...
9441 (tables_generate): do it, since that's also it which allocates
9443 Don't free LA and LArule, main does.
9445 2002-07-31 Akim Demaille <akim@epita.fr>
9447 Separate parser tables computation and output.
9449 * src/output.c (nvectors, base_t, base, base_ninf, conflict_table)
9450 (conflict_list, conflict_list_cnt, table, check, table_ninf)
9451 (yydefgoto, yydefact, high): Move to...
9452 * src/tables.h, src/tables.c: here.
9453 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
9454 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
9455 (symbol_number_to_vector_number, nvectors, BASE_MAX, BASE_MIN)
9456 (froms, tos, conflict_tos, tally, width, action_t, ACTION_MAX)
9457 (ACTION_MIN, actrow, order, nentries, pos, conflrow)
9458 (conflict_list_free, table_size, lowzero, table_grow, conflict_row)
9459 (action_row, save_row, token_actions, save_column, default_goto)
9460 (goto_actions, sort_actions, matching_state, pack_vector)
9461 (table_ninf_remap, pack_table, prepare_actions): Move to...
9462 * src/tables.c: here.
9463 * src/tables.h, src/tables.c(tables_generate, tables_free): New.
9464 * src/output.c (token_actions, output_base, output_conflicts)
9465 (output_check): Merge into...
9466 (prepare_actions): this.
9467 (actions_output): Rename as...
9468 (user_actions_output): this.
9469 * src/main.c (main): Call tables_generate and tables_free.
9471 2002-07-31 Akim Demaille <akim@epita.fr>
9473 Steal GCC's --time-report support.
9475 * lib/timevar.c, lib/timevar.h, lib/timevar.def: New,
9476 stolen/adjusted from GCC.
9477 * m4/stage.m4: Remove time related checks.
9478 * m4/timevar.m4: New.
9479 * configure.in: Adjust.
9480 * src/system.h: Adjust to using timevar.h.
9481 * src/getargs.h, src/getargs.c: Support trace_time for
9483 * src/main.c (stage): Remove.
9484 (main): Replace `stage' invocations with timevar calls.
9485 * src/output.c: Insert pertinent timevar calls.
9487 2002-07-31 Akim Demaille <akim@epita.fr>
9489 Let --trace have arguments.
9491 * src/getargs.h (enum trace_e): New.
9492 * src/getargs.c (trace_args, trace_types, trace_argmatch): New.
9493 (long_options, short_options): --trace/-T takes an optional
9495 Change all the uses of trace_flag to reflect the new flags.
9496 * tests/sets.at (Firsts, Nullable, Broken Closure): Use --trace=sets.
9498 Strengthen `stage' portability.
9500 * m4/stage.m4 (BISON_PREREQ_STAGE): New.
9501 * configure.in: Use it.
9502 Don't check for malloc.h and sys/times.h.
9503 * src/system.h: Include them when appropriate.
9504 * src/main.c (stage): Compile only when mallinfo, struct mallinfo,
9505 times and struct tms are available.
9507 2002-07-30 Akim Demaille <akim@epita.fr>
9509 In verbose parse error message, don't report `error' as an
9511 * tests/actions.at (Printers and Destructors): Adjust.
9512 * tests/calc.at (Calculator $1): Adjust.
9513 * data/yacc.c, data/glr.c, data/lalr1.c: When making the verbose
9514 error message, do not report the parser accepts the error token in
9517 2002-07-30 Akim Demaille <akim@epita.fr>
9519 Normalize conflict related messages.
9521 * src/complain.h, src/complain.c (warn, complain): New.
9522 * src/conflicts.c (conflicts_print): Use them.
9523 (conflict_report_yacc): New, extracted from...
9524 (conflicts_print): here.
9525 * tests/conflicts.at, tests/existing.at: Adjust.
9527 2002-07-30 Akim Demaille <akim@epita.fr>
9529 Report rules which are never reduced by the parser: those hidden
9532 * src/LR0.c (save_reductions): Don't make the final state too
9533 different: save its reduction (accept) instead of having a state
9534 without any action (no shift or goto, no reduce).
9535 Note: the final state is now a ``regular'' state, i.e., the
9536 parsers now contain `reduce 0' as default reduction.
9537 Nevertheless, since they decide to `accept' when yystate =
9538 final_state, they still will not reduce rule 0.
9539 * src/print.c (print_actions, print_reduction): Adjust.
9540 * src/output.c (action_row): Track reduced rules.
9541 (token_actions): Report rules never reduced.
9542 * tests/conflicts.at, tests/regression.at: Adjust.
9544 2002-07-30 Akim Demaille <akim@epita.fr>
9546 `stage' was accidently included in a previous patch.
9547 Initiate its autoconfiscation.
9549 * configure.in: Look for malloc.h and sys/times.h.
9550 * src/main.c (stage): Adjust.
9551 Report only when trace_flag.
9553 2002-07-29 Akim Demaille <akim@epita.fr>
9555 * src/state.h, src/state.c (transitions_t): Holds state_t*'s, not
9557 (errs_t): symbol_t*, not symbol_number_t.
9558 (reductions_t): rule_t*, not rule_number_t.
9559 (FOR_EACH_SHIFT): New.
9560 * src/LR0.c, src/conflicts.c, src/lalr.c, src/output.c
9561 * src/print.c, src/print_graph.c: Adjust.
9563 2002-07-29 Akim Demaille <akim@epita.fr>
9565 Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
9567 * src/symtab.h, src/symtab.c (eoftoken, axiom): Rename as...
9568 (endtoken, accept): these.
9569 * src/reader.c (reader): Set endtoken's default tag to "$end".
9570 Set undeftoken's tag to "$undefined" instead of "$undefined.".
9571 * doc/bison.texinfo (Table of Symbols): Mention $accept and $end.
9574 2002-07-29 Akim Demaille <akim@epita.fr>
9576 * src/reduce.c (reduce_grammar): When the language is empty,
9577 complain about the start symbol, not the axiom.
9579 * tests/reduce.at (Empty Language): New.
9581 2002-07-26 Akim Demaille <akim@epita.fr>
9583 * src/reader.h, src/reader.c (gram_error): ... can't get
9584 yycontrol without making too strong assumptions on the parser
9586 * src/output.c (prepare_tokens): Use the real 0th value of
9587 token_translations instead of `0'.
9588 * src/parse-gram.y (yyerror): Don't rely on yycontrol being
9590 * data/yacc.c (yyreport_parse_error): Rename yylocation as yylloc
9591 for the time being: %locations ought to provide it to yyerror.
9593 2002-07-25 Akim Demaille <akim@epita.fr>
9595 * src/output.c (prepare_tokens): Go up to ntokens, not ntokens + 1.
9596 * doc/bison.texinfo (Decl Summary): s/$illegal/$undefined./.
9597 * tests/regression.at (Web2c Actions): Adjust.
9599 2002-07-25 Akim Demaille <akim@epita.fr>
9601 Stop storing rules from 1 to nrules + 1.
9603 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c, src/lalr.c
9604 * src/nullable.c, src/output.c, src/print.c, src/reader.c
9605 * src/reduce.c: Allocate and free from &rules[0], not &rules[1].
9606 Iterate from 0 to nrules.
9607 Use rule_number_as_item_number and item_number_as_rule_number.
9608 Adjust to `derive' now containing possibly 0.
9609 * src/gram.h (rule_number_as_item_number, item_number_as_rule_number):
9610 Handle the `- 1' part in rule numbers from/to item numbers.
9611 * src/conflicts.c (log_resolution): Fix the message which reversed
9613 * src/output.c (action_row): Initialize default_rule to -1.
9614 (token_actions): Adjust.
9615 * tests/sets.at (Nullable, Firsts): Fix the previously bogus
9617 * tests/conflicts.at (Resolved SR Conflicts): Likewise.
9619 2002-07-25 Akim Demaille <akim@epita.fr>
9621 * data/c.m4 (b4_c_function, b4_c_ansi_args, b4_c_ansi_arg)
9622 (b4_c_knr_arg_names, b4_c_knr_arg_name, b4_c_knr_arg_decls)
9623 (b4_c_knr_arg_decl): New.
9624 * data/yacc.c: Use it to define yysymprint, yydestruct, and
9625 yyreport_parse_error.
9627 2002-07-25 Akim Demaille <akim@epita.fr>
9629 * data/yacc.c (yyreport_parse_error): New, extracted from...
9631 (yydestruct, yysymprint): Move above yyparse.
9634 2002-07-25 Akim Demaille <akim@epita.fr>
9636 * data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for): New,
9638 (b4_sint_type, b4_uint_type): these.
9639 * data/yacc.c, data/glr.c, data/lalr1.cc: Use b4_int_type_for.
9640 * tests/regression.at (Web2c Actions): Adjust.
9642 2002-07-25 Akim Demaille <akim@epita.fr>
9644 * src/gram.h (TIEM_NUMBER_MAX): New.
9645 (item_number_of_rule_number, rule_number_of_item_number): Rename
9647 (rule_number_as_item_number, item_number_as_rule_number): these.
9648 Adjust dependencies.
9649 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
9650 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
9651 (symbol_number_to_vector_number): New.
9652 (order): Of vector_number_t* type.
9653 (base_t, BASE_MAX, BASE_MIN): New.
9654 (froms, tos, width, pos, check): Of base_t type.
9655 (action_number_t, ACTION_MIN, ACTION_MAX): New.
9656 (actrow): Of action_number_t type.
9657 (conflrow): Of unsigned int type.
9658 (table_ninf, base_ninf): New.
9659 (GENERATE_MUSCLE_INSERT_TABLE): Also output the `*_min' value.
9660 (muscle_insert_int_table, muscle_insert_base_table)
9661 (muscle_insert_rule_number_table): New.
9662 (prepare_tokens): Output `toknum' as int_table.
9663 (action_row): Returns a rule_number_t.
9664 Use ACTION_MIN, not SHRT_MIN.
9665 (token_actions): yydefact is rule_number_t*.
9666 (table_ninf_remap): New.
9667 (pack_table): Use it for `base' and `table'.
9668 * data/yacc.c, data/glr.c, data/lalr1.cc (YYFLAG): Remove,
9670 (YYPACT_NINF, YYTABLE_NINF): these.
9671 (yypact, yytable): Compute their types instead of hard-coded
9673 * tests/regression.at (Web2c Actions): Adjust.
9675 2002-07-19 Akim Demaille <akim@epita.fr>
9677 * src/scan-gram.l (id): Can start with an underscore.
9679 2002-07-16 Akim Demaille <akim@epita.fr>
9681 * src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string): New.
9682 Adjust all former `associativity' dependencies.
9683 * src/symtab.c (symbol_new): Default associativity is `undef', not
9685 (symbol_check_alias_consistence): Adjust.
9687 2002-07-09 Akim Demaille <akim@epita.fr>
9689 * doc/bison.texinfo: Properly set the ``header'' part.
9690 Use @dircategory ``GNU programming tools'' as per Texinfo's
9694 2002-07-09 Akim Demaille <akim@epita.fr>
9696 * lib/quotearg.h: Protect against multiple inclusions.
9697 * src/location.h (location_t): Add a `file' member.
9698 (LOCATION_RESET, LOCATION_PRINT): Adjust.
9699 * src/complain.c (warn_at, complain_at, fatal_at): Drop
9700 `error_one_per_line' support.
9702 2002-07-09 Akim Demaille <akim@epita.fr>
9704 * src/complain.h, src/complain.c (warn, complain): Remove, unused.
9705 * src/reader.c (lineno): Remove.
9706 Adjust all dependencies.
9707 (get_merge_function): Take a location and use complain_at.
9708 * src/symtab.h, src/symtab.c (symbol_make_alias): Likewise.
9709 * tests/regression.at (Invalid inputs, Mixing %token styles):
9712 2002-07-09 Akim Demaille <akim@epita.fr>
9714 * src/parse-gram.y (rules_or_grammar_declaration): Add an error
9715 recovery rule, and forbid extensions when --yacc.
9716 (gram_error): Use complain_at.
9717 * src/reader.c (reader): Exit if there were parse errors.
9719 2002-07-09 Akim Demaille <akim@epita.fr>
9721 * tests/synclines.at (AT_SYNCLINES_COMPILE): New.
9722 (AT_TEST_SYNCLINE): Adjust to unusual GCC outputs.
9723 Reported by R Blake <blakers@mac.com>.
9725 2002-07-09 Akim Demaille <akim@epita.fr>
9727 * data/yacc.c: Output the copyright notive in the header.
9729 2002-07-03 Akim Demaille <akim@epita.fr>
9731 * src/output.c (froms, tos): Are state_number_t.
9732 (save_column): sp, sp1, and sp2 are state_number_t.
9733 (prepare): Rename `final' as `final_state_number', `nnts' as
9734 `nterms_number', `nrules' as `rules_number', `nstates' as
9735 `states_number', and `ntokens' as `tokens_number'. Remove `nsym',
9737 * data/yacc.c, data/glr.c, data/lalr1.cc: Adjust.
9738 * data/lalr1.cc (nsym_): Remove, unused.
9740 2002-07-03 Akim Demaille <akim@epita.fr>
9742 * src/lalr.h, src/lalr.c (goto_number_t): New.
9743 * src/lalr.c (goto_list_t): New.
9745 * src/nullable.c (rule_list_t): New.
9747 * src/types.h: Remove.
9749 2002-07-03 Akim Demaille <akim@epita.fr>
9751 * src/closure.c (print_fderives): Use rule_rhs_print.
9752 * src/derives.c (print_derives): Use rule_rhs_print.
9753 (rule_list_t): New, replaces `shorts'.
9754 (set_derives): Add comments.
9755 * tests/sets.at (Nullable, Firsts): Adjust.
9757 2002-07-03 Akim Demaille <akim@epita.fr>
9759 * src/output.c (prepare_actions): Free `tally' and `width'.
9760 (prepare_actions): Allocate and free `order'.
9761 * src/symtab.c (symbols_free): Free `symbols'.
9762 * src/scan-gram.l (scanner_free): Clear Flex's scanners memory.
9763 * src/output.c (m4_invoke): Move to...
9764 * src/scan-skel.l: here.
9765 (<<EOF>>): Close yyout, and free its name.
9767 2002-07-03 Akim Demaille <akim@epita.fr>
9769 Fix some memory leaks, and fix a bug: state 0 was examined twice.
9771 * src/LR0.c (new_state): Merge into...
9772 (state_list_append): this.
9773 (new_states): Merge into...
9774 (generate_states): here.
9775 (set_states): Don't ensure a proper `errs' state member here, do it...
9776 * src/conflicts.c (conflicts_solve): here.
9777 * src/state.h, src/state.c: Comment changes.
9778 (state_t): Rename member `shifts' as `transitions'.
9779 Adjust all dependencies.
9780 (errs_new): For consistency, also take the values as argument.
9782 (state_errs_set): New.
9783 (state_reductions_set, state_transitions_set): Assert that no
9784 previous value was assigned.
9786 (states_free): Use it.
9787 * src/conflicts.c (resolve_sr_conflict): Don't use an `errs_t' as
9788 temporary storage: use `errs' and `nerrs' as elsewhere.
9789 (set_conflicts): Allocate and free this `errs'.
9791 2002-07-02 Akim Demaille <akim@epita.fr>
9793 * lib/libiberty.h: New.
9794 * lib: Update the bitset implementation from upstream.
9795 * src/closure.c, src/lalr.c, src/output.c, src/print_graph.c,
9796 * src/state.c: Use BITSET_FOR_EACH, not BITSET_EXECUTE.
9797 * src/main.c: Adjust bitset stats calls.
9799 2002-07-01 Paul Eggert <eggert@twinsun.com>
9801 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>): Convert to unsigned
9802 char, so that negative chars don't collide with $.
9804 2002-06-30 Akim Demaille <akim@epita.fr>
9806 Have the GLR tests be `warning' checked, and fix the warnings.
9808 * data/glr.c (YYFPRINTF): Always define it, not only when YYDEBUG
9809 (yyuserAction, yyreportAmbiguity): `Use' all the arguments.
9810 (yyremoveDeletes): `yyi' and `yyj' are size_t.
9811 Use YYFPRINTF when under if (YYDEBUG) to avoid empty `if' bodies.
9812 (yyaddDeferredAction): static.
9813 (yyglrReduce): yyi, yyk, amd yyposn are size_t.
9814 (yyreportParseError): yyprefix is const.
9815 yytokenp is used only when verbose.
9816 (yy__GNUC__): Replace with __GNUC__.
9817 (yypdumpstack): yyi is size_t.
9818 (yypreference): Un-yy local variables and arguments, to avoid
9819 clashes with `yyr1'. Anyway, we are not in the user name space.
9820 (yytname_size): be an int, as is compared with ints.
9821 * tests/testsuite.at (AT_COMPILE, AT_PARSER_CHECK): New.
9823 * tests/cxx-gram.at: Use quotation to protect $1.
9824 Use AT_COMPILE to enable warnings hunts.
9825 Prototype yylex and yyerror.
9827 Include `string.h', not `strings.h'.
9828 Produce and prototype stmtMerge only when used.
9829 yylex takes a location.
9831 2002-06-30 Akim Demaille <akim@epita.fr>
9833 We spend a lot of time in quotearg, in particular when --verbose.
9835 * src/symtab.c (symbol_get): Store a quoted version of the key.
9836 (symbol_tag_get, symbol_tag_get_n, symbol_tag_print): Remove.
9839 2002-06-30 Akim Demaille <akim@epita.fr>
9841 * src/state.h (reductions_t): Rename member `nreds' as num.
9842 (errs_t): Rename members `nerrs' and `errs' as `num' and `symbols'.
9843 * src/state.c (ERRS_ALLOC, REDUCTIONS_ALLOC): Use the correct types.
9845 2002-06-30 Akim Demaille <akim@epita.fr>
9847 * src/state.h, src/state.c (shift_t, SHIFT_SYMBOL, SHIFT_IS_SHIFT)
9848 (SHIFT_IS_GOTO, SHIFT_IS_ERROR, SHIFT_DISABLE, SHIFT_IS_DISABLED)
9849 (shifts_to): Rename as...
9850 (transition_t, TRANSITION_SYMBOL, TRANSITION_IS_TRANSITION)
9851 (TRANSITION_IS_GOTO, TRANSITION_IS_ERROR, TRANSITION_DISABLE)
9852 (TRANSITION_IS_DISABLED, transitions_to): these.
9854 2002-06-30 Akim Demaille <akim@epita.fr>
9856 * src/print.c (print_shifts, print_gotos): Merge into...
9857 (print_transitions): this.
9858 (print_transitions, print_errs, print_reductions): Align the
9860 (print_core, print_transitions, print_errs, print_state,
9861 print_grammar): Output empty lines separator before, not after.
9862 (state_default_rule_compute): Rename as...
9863 (state_default_rule): this.
9864 * tests/conflicts.at (Defaulted Conflicted Reduction),
9865 (Unresolved SR Conflicts, Resolved SR Conflicts): Adjust.
9866 * tests/regression.at (Rule Line Numbers, Web2c Report): Adjust.
9868 2002-06-30 Akim Demaille <akim@epita.fr>
9870 Display items as we display rules.
9872 * src/gram.h, src/gram.c (rule_lhs_print): New.
9873 * src/gram.c (grammar_rules_partial_print): Use it.
9874 * src/print.c (print_core): Likewise.
9875 * tests/conflicts.at (Defaulted Conflicted Reduction),
9876 (Unresolved SR Conflicts): Adjust.
9877 (Unresolved SR Conflicts): Adjust and rename as...
9878 (Resolved SR Conflicts): this, as was meant.
9879 * tests/regression.at (Web2c Report): Adjust.
9881 2002-06-30 Akim Demaille <akim@epita.fr>
9883 * src/print.c (state_default_rule_compute): New, extracted from...
9884 (print_reductions): here.
9885 Pessimize, but clarify the code.
9886 * tests/conflicts.at (Defaulted Conflicted Reduction): New.
9888 2002-06-30 Akim Demaille <akim@epita.fr>
9890 * src/output.c (action_row): Let default_rule be always a rule
9893 2002-06-30 Akim Demaille <akim@epita.fr>
9895 * src/closure.c (print_firsts, print_fderives, closure):
9897 * src/lalr.c (lookaheads_print): Likewise.
9898 * src/state.c (state_rule_lookaheads_print): Likewise.
9899 * src/print_graph.c (print_core): Likewise.
9900 * src/print.c (print_reductions): Likewise.
9901 * src/output.c (action_row): Likewise.
9902 Use SHIFT_IS_DISABLED, SHIFT_IS_SHIFT and SHIFT_SYMBOL.
9904 2002-06-30 Akim Demaille <akim@epita.fr>
9906 * src/print_graph.c: Use report_flag.
9908 2002-06-30 Akim Demaille <akim@epita.fr>
9910 * src/lalr.c (traverse, digraph, matrix_print, transpose): Move
9912 * src/relation.h, src/relation.c (traverse, relation_digraph)
9913 (relation_print, relation_transpose): New.
9915 2002-06-30 Akim Demaille <akim@epita.fr>
9917 * src/state.h, src/state.c (shifts_to): New.
9918 * src/lalr.c (build_relations): Use it.
9920 2002-06-30 Akim Demaille <akim@epita.fr>
9922 * src/gram.h (rule_number_t, RULE_NUMBER_MAX, int_of_rule_number)
9923 (item_number_of_rule_number, rule_number_of_item_number): New.
9924 * src/LR0.c, src/closure.c, src/derives.c, src/derives.h,
9925 * src/gram.c, src/lalr.c, src/nullable.c, src/output.c, src/print.c,
9926 * src/print_graph.c, src/reader.c, src/reduce.c, src/reduce.h:
9927 Propagate their use.
9928 Much remains to be done, in particular wrt `shorts' from types.h.
9930 2002-06-30 Akim Demaille <akim@epita.fr>
9932 * src/symtab.c (symbol_new): Initialize the `printer' member.
9934 2002-06-30 Akim Demaille <akim@epita.fr>
9936 * src/LR0.c (save_reductions): Remove, replaced by...
9937 * src/state.h, src/state.c (state_reductions_set): New.
9938 (reductions, errs): Rename as...
9939 (reductions_t, errs_t): these.
9940 Adjust all dependencies.
9942 2002-06-30 Akim Demaille <akim@epita.fr>
9944 * src/LR0.c (state_list_t, state_list_append): New.
9945 (first_state, last_state): Now symbol_list_t.
9946 (this_state): Remove.
9947 (new_itemsets, append_states, save_reductions): Take a state_t as
9949 (set_states, generate_states): Adjust.
9950 (save_shifts): Remove, replaced by...
9951 * src/state.h, src/state.c (state_shifts_set): New.
9952 (shifts): Rename as...
9954 Adjust all dependencies.
9955 * src/state.h (state_t): Remove the `next' member.
9957 2002-06-30 Akim Demaille <akim@epita.fr>
9959 * src/vcg.c (quote): Use slot 2, since we often pass symbol tag
9962 2002-06-30 Akim Demaille <akim@epita.fr>
9964 Use hash.h for the state hash table.
9966 * src/LR0.c (STATE_HASH_SIZE, state_hash): Remove.
9967 (allocate_storage): Use state_hash_new.
9968 (free_storage): Use state_hash_free.
9969 (new_state, get_state): Adjust.
9970 * src/lalr.h, src/lalr.c (states): Move to...
9971 * src/states.h (state_t): Remove the `link' member, no longer
9973 * src/states.h, src/states.c: here.
9974 (state_hash_new, state_hash_free, state_hash_lookup)
9975 (state_hash_insert, states_free): New.
9976 * src/states.c (state_table, state_compare, state_hash): New.
9977 * src/output.c (output_actions): Do not free states now, since we
9978 still need to know the final_state number in `prepare', called
9979 afterwards. Do it...
9980 * src/main.c (main): here: call states_free after `output'.
9982 2002-06-30 Akim Demaille <akim@epita.fr>
9984 * src/state.h, src/state.c (state_new): New, extracted from...
9985 * src/LR0.c (new_state): here.
9986 * src/state.h (STATE_ALLOC): Move to...
9987 * src/state.c: here.
9988 * src/LR0.h, src/LR0.c (nstates, final_state): Move to...
9989 * src/state.h, src/state.c: here.
9991 2002-06-30 Akim Demaille <akim@epita.fr>
9993 * src/reader.c (gensym): Rename as...
9994 * src/symtab.h, src/symtab.c (dummy_symbol_get): this.
9995 (getsym): Rename as...
9998 2002-06-30 Akim Demaille <akim@epita.fr>
10000 * src/state.h (state_number_t, STATE_NUMBER_MAX): New.
10001 * src/LR0.c, src/LR0.h, src/conflicts.c, src/lalr.c, src/lalr.h,
10002 * src/output.c, src/print.c, src/print_graph.c: Propagate.
10003 * src/LR0.h, src/LR0.h (final_state): Is a state_t*.
10005 2002-06-30 Akim Demaille <akim@epita.fr>
10007 Make the test suite pass with warnings checked.
10009 * tests/actions.at (Printers and Destructors): Improve.
10010 Avoid unsigned vs. signed issues.
10011 * tests/calc.at: Don't exercise the scanner here, do it...
10012 * tests/input.at (Torturing the Scanner): here.
10014 2002-06-28 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10016 * data/glr.c: Correct typo in Emacs-mode directive. Slightly
10017 reorganize first lines parallel to yacc.c.
10019 2002-06-28 Akim Demaille <akim@epita.fr>
10021 * data/c.m4 (b4_copyright, b4_sint_type, b4_uint_type, b4_token_define)
10022 (b4_token_enum, b4_token_defines): New, factored from...
10023 * data/lalr1.cc, data/yacc.c, glr.c: here.
10025 2002-06-28 Akim Demaille <akim@epita.fr>
10027 * data/yacc.c (yydestruct, yysymprint): Pacify GCC warnings for
10029 * src/output.c (merger_output): static.
10031 2002-06-28 Akim Demaille <akim@epita.fr>
10033 * src/reader.h: s/grammer_current_rule_merge_set/grammar_.../.
10034 * src/conflicts.c (conflicts_total_count): `i' is unsigned, to
10036 * src/output.c (save_row): Initialize all the variables to pacify GCC.
10038 2002-06-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10040 Accumulated changelog for new GLR parsing features.
10042 * src/conflicts.c (count_total_conflicts): Change name to
10043 conflicts_total_count.
10044 * src/conflicts.h: Ditto.
10045 * src/output.c (token_actions): Use the new name.
10046 (output_conflicts): Change conflp => conflict_list_heads, and
10047 confl => conflict_list for better readability.
10048 * data/glr.c: Use the new names.
10049 * NEWS: Add self to GLR announcement.
10051 * src/reader.c (free_merger_functions): Cleanup: XFREE->free.
10053 * doc/bison.texinfo (GLR Parsers): Make corrections suggested by
10056 * data/bison.glr: Change name to glr.c
10057 * data/glr.c: Renamed from bison.glr.
10058 * data/Makefile.am: Add glr.c
10062 * src/symlist.h: Add dprec and merger fields to symbol_list_s.
10063 * src/symlist.c (symbol_list_new): Initialize dprec and merger fields.
10065 Originally 2002-06-16 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10067 * data/bison.glr: Be sure to restore the
10068 current #line when returning to the skeleton contents after having
10069 exposed the input file's #line.
10071 Originally 2002-06-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10073 * data/bison.glr: Bring up to date with changes to bison.simple.
10075 Originally 2002-06-03 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10077 * data/bison.glr: Correct definitions that use b4_prefix.
10078 Various reformatting.
10079 (GLRStack): Make yychar (in YYPURE case) and yytokenp as part of stack.
10080 (yyreportParseError, yyrecoverParseError, yyprocessOneStack): remove
10081 yytokenp argument; now part of stack.
10082 (yychar): Define to behave as documented.
10083 (yyclearin): Ditto.
10085 Originally 2002-05-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10087 * src/reader.h: Add declaration for free_merger_functions.
10089 * src/reader.c (merge_functions): New variable.
10090 (get_merge_function): New function.
10091 (free_merger_functions): New function.
10092 (readgram): Check for %prec that is not followed by a symbol.
10093 Handle %dprec and %merge declarations.
10094 (packgram): Initialize dprec and merger fields in rules array.
10096 * src/output.c (conflict_tos, conflrow, conflict_table, conflict_list,
10097 conflict_list_cnt, conflict_list_free): New variables.
10098 (table_grow): Also grow conflict_table.
10099 (prepare_rules): Output dprec and merger tables.
10100 (conflict_row): New function.
10101 (action_row): Output conflict lists for GLR parser. Don't use
10102 default reduction in conflicted states for GLR parser so that there
10103 are spaces for the conflict lists.
10104 (save_row): Also save conflict information.
10105 (token_actions): Allocate conflict list.
10106 (merger_output): New function.
10107 (pack_vector): Pack conflict table, too.
10108 (output_conflicts): New function to output yyconflp and yyconfl.
10109 (output_check): Allocate conflict_tos.
10110 (output_actions): Output conflict tables, also.
10111 (output_skeleton): Output b4_mergers definition.
10112 (prepare): Output b4_max_rhs_length definition.
10113 Use 'bison.glr' as default skeleton for GLR parsers.
10115 * src/gram.c (glr_parser): New flag.
10116 (grammar_free): Call free_merger_functions.
10118 * src/conflicts.c (count_rr_conflicts): Augment to optionally count
10119 all pairs of conflicting reductions, rather than just all tokens
10120 causing conflicts. Needed to size conflict tables.
10121 (conflicts_output): Modify call to count_rr_conflicts for new
10123 (conflicts_print): Ditto.
10124 (count_total_conflicts): New function.
10126 * src/reader.h (merger_list): New type.
10127 (merge_functions): New variable.
10129 * src/lex.h (tok_dprec, tok_merge): New token types.
10131 * src/gram.h (rule_s): Add dprec and merger fields.
10132 (glr_parser): New flag.
10134 * src/conflicts.h (count_total_conflicts): New function.
10136 * src/options.c (option_table): Add %dprec, %merge, and %glr-parser.
10138 * doc/bison.texinfo (Generalized LR Parsing): New section.
10139 (GLR Parsers): New section.
10140 (Language and Grammar): Mention GLR parsing.
10141 (Table of Symbols): Add %dprec, %glr-parser, %merge, GLR
10142 Correct typo ("tge" -> "the").
10144 * data/bison.glr: New skeleton for GLR parsing.
10146 * tests/cxx-gram.at: New tests for GLR parsing.
10148 * tests/testsuite.at: Include cxx-gram.at.
10150 * tests/Makefile.am: Add cxx-gram.at.
10152 * src/parse-gram.y:
10154 * src/scan-gram.l: Add %dprec, %glr-parser, %merge.
10156 * src/parse-gram.y: Grammar for %dprec, %merge, %glr-parser.
10158 2002-06-27 Akim Demaille <akim@epita.fr>
10160 * src/options.h, src/options.c: Remove.
10161 * src/getargs.c (short_options, long_options): New.
10163 2002-06-27 Akim Demaille <akim@epita.fr>
10165 * data/bison.simple, data/bison.c++: Rename as...
10166 * data/yacc.c, data/lalr1.cc: these.
10167 * doc/bison.texinfo (Environment Variables): Remove.
10169 2002-06-25 Raja R Harinath <harinath@cs.umn.edu>
10171 * src/getargs.c (report_argmatch): Initialize strtok().
10173 2002-06-20 Akim Demaille <akim@epita.fr>
10175 * data/bison.simple (b4_symbol_actions): New, replaces...
10176 (b4_symbol_destructor, b4_symbol_printer): these.
10177 (yysymprint): Be sure to call YYPRINT only for tokens, and using
10178 user token numbers.
10180 2002-06-20 Akim Demaille <akim@epita.fr>
10182 * data/bison.simple (yydestructor): Rename as...
10183 (yydestruct): this.
10185 2002-06-20 Akim Demaille <akim@epita.fr>
10187 * src/symtab.h, src/symtab.c (symbol_type_set)
10188 (symbol_destructor_set, symbol_precedence_set): The location is
10190 Adjust all callers.
10192 2002-06-20 Akim Demaille <akim@epita.fr>
10194 * src/parse-gram.y (YYPRINT, yyprint): Don't mess with the parser
10196 * src/reader.h, src/reader.c (grammar_current_rule_prec_set):
10198 * src/symtab.h, src/symtab.c (symbol_class_set)
10199 (symbol_user_token_number_set): Likewise.
10200 Adjust all callers.
10201 Promote complain_at.
10202 * tests/input.at (Type Clashes): Adjust.
10204 2002-06-20 Akim Demaille <akim@epita.fr>
10206 * data/bison.simple (YYLEX): Fix the declaration when
10209 2002-06-20 Akim Demaille <akim@epita.fr>
10211 * data/bison.simple (yysymprint): Don't print the token number,
10213 * tests/actions.at (Destructors): Rename as...
10214 (Printers and Destructors): this.
10215 Also exercise %printer.
10217 2002-06-20 Akim Demaille <akim@epita.fr>
10219 * data/bison.simple (YYDSYMPRINT): New.
10220 Use it to remove many of the #if YYDEBUG/if (yydebug).
10222 2002-06-20 Akim Demaille <akim@epita.fr>
10224 * src/symtab.h, src/symtab.c (symbol_t): printer and
10225 printer_location are new members.
10226 (symbol_printer_set): New.
10227 * src/parse-gram.y (PERCENT_PRINTER): New token.
10228 Handle its associated rule.
10229 * src/scan-gram.l: Adjust.
10230 (handle_destructor_at, handle_destructor_dollar): Rename as...
10231 (handle_symbol_code_at, handle_symbol_code_dollar): these.
10232 * src/output.c (symbol_printers_output): New.
10233 (output_skeleton): Call it.
10234 * data/bison.simple (yysymprint): New. Cannot be named yyprint
10235 since there are already many grammar files with a user `yyprint'.
10236 Replace the calls to YYPRINT to calls to yysymprint.
10237 * tests/calc.at: Adjust.
10238 * tests/torture.at (AT_DATA_STACK_TORTURE): Remove YYPRINT: it was
10239 taking advantage of parser very internal details (stack size!).
10241 2002-06-20 Akim Demaille <akim@epita.fr>
10243 * src/scan-gram.l: Complete the scanner with the missing patterns
10245 Use `quote' and `symbol_tag_get' where appropriate.
10247 2002-06-19 Akim Demaille <akim@epita.fr>
10249 * tests/actions.at (Destructors): Augment to test locations.
10250 * data/bison.simple (yydestructor): Pass it the current location
10251 if locations are enabled.
10252 Prototype only when __STDC__ or C++.
10253 Change the argument names to move into the yy name space: there is
10256 2002-06-19 Akim Demaille <akim@epita.fr>
10258 * data/bison.simple (b4_pure_if): New.
10259 Use it instead of #ifdef YYPURE.
10261 2002-06-19 Akim Demaille <akim@epita.fr>
10263 * data/bison.simple (b4_location_if): New.
10264 Use it instead of #ifdef YYLSP_NEEDED.
10266 2002-06-19 Akim Demaille <akim@epita.fr>
10268 Prepare @$ in %destructor, but currently don't bind it in the
10269 skeleton, as %location use is not cleaned up yet.
10271 * src/scan-gram.l (handle_dollar, handle_destructor_at)
10272 (handle_action_at): New.
10273 (handle_at, handle_action_dollar, handle_destructor_dollar): Take
10274 a braced_code_t and a location as additional arguments.
10275 (handle_destructor_dollar): Instead of requiring `b4_eval', just
10276 unquote one when outputting `b4_dollar_dollar'.
10278 * data/bison.simple (b4_eval): Remove.
10279 (b4_symbol_destructor): Adjust.
10280 * tests/input.at (Invalid @n): Adjust.
10282 2002-06-19 Zack Weinberg <zack@codesourcery.com>
10284 * doc/bison.texinfo: Document ability to have multiple
10287 2002-06-18 Akim Demaille <akim@epita.fr>
10289 * src/files.c (compute_base_names): When computing the output file
10290 names from the input file name, strip the directory part.
10292 2002-06-18 Akim Demaille <akim@epita.fr>
10294 * data/bison.simple.new: Comment changes.
10295 Reported by Andreas Schwab.
10297 2002-06-18 Matt Kraai <kraai@alumni.cmu.edu>
10299 * data/bison.simple (yyoverflowlab): #ifndef yyoverflow, so that
10300 there are no `label `yyoverflowlab' defined but not used' warnings
10301 when yyoverflow is defined.
10303 2002-06-18 Akim Demaille <akim@epita.fr>
10305 * src/symtab.h, src/symtab.c (symbol_t): destructor_location is a
10307 (symbol_destructor_set): Adjust.
10308 * src/output.c (symbol_destructors_output): Output the destructor
10310 Output the symbol name.
10311 * data/bison.simple (b4_symbol_destructor): Adjust.
10313 2002-06-18 Cris Bailiff <c.bailiff@awayweb.com>
10314 and Akim Demaille <akim@epita.fr>
10316 * data/bison.simple.new (yyerrlab1): Be sure to pop and destroy
10317 what's left on the stack when the error recovery hits EOF.
10318 * tests/actions.at (Destructors): Complete to exercise this case.
10320 2002-06-17 Akim Demaille <akim@epita.fr>
10322 * data/m4sugar/m4sugar.m4 (m4_map): Recognize when the list of
10323 arguments is really empty, not only equal to `[]'.
10324 * src/symtab.h, src/symtab.c (symbol_t): `destructor' is a new
10326 (symbol_destructor_set): New.
10327 * src/output.c (symbol_destructors_output): New.
10328 * src/reader.h (brace_code_t, current_braced_code): New.
10329 * src/scan-gram.l (BRACED_CODE): Use it to branch on...
10330 (handle_dollar): Rename as...
10331 (handle_action_dollar): this.
10332 (handle_destructor_dollar): New.
10333 * src/parse-gram.y (PERCENT_DESTRUCTOR): New.
10334 (grammar_declaration): Use it.
10335 * data/bison.simple (yystos): Is always defined.
10336 (yydestructor): New.
10337 * tests/actions.at (Destructors): New.
10338 * tests/calc.at (_AT_CHECK_CALC_ERROR): Don't rely on egrep.
10340 2002-06-17 Akim Demaille <akim@epita.fr>
10342 * src/symlist.h, src/symlist.c (symbol_list_length): New.
10343 * src/scan-gram.l (handle_dollar, handle_at): Compute the
10344 rule_length only when needed.
10345 * src/output.c (actions_output, token_definitions_output): Output
10347 * src/symtab.c: Don't access directly to the symbol tag, use
10349 * src/parse-gram.y: Use symbol_list_free.
10351 2002-06-17 Akim Demaille <akim@epita.fr>
10353 * src/reader.h, src/reader.c (symbol_list, symbol_list_new)
10354 (symbol_list_prepend, get_type_name): Move to...
10355 * src/symlist.h, src/symlist.c (symbol_list_t, symbol_list_new)
10356 (symbol_list_prepend, symbol_list_n_type_name_get): here.
10357 Adjust all callers.
10358 (symbol_list_free): New.
10359 * src/scan-gram.l (handle_dollar): Takes a location.
10360 * tests/input.at (Invalid $n): Adjust.
10362 2002-06-17 Akim Demaille <akim@epita.fr>
10364 * src/reader.h, src/reader.c (symbol_list_new): Export it.
10365 (symbol_list_prepend): New.
10366 * src/parse-gram.y (%union): `list' is a new member.
10367 (symbols.1): New, replaces...
10368 (terms_to_prec.1, nterms_to_type.1): these.
10369 * src/symtab.h, src/symtab.c (symbol_type_set, symbol_precedence_set)
10370 Take a location as additional argument.
10371 Adjust all callers.
10373 2002-06-15 Akim Demaille <akim@epita.fr>
10375 * src/parse-gram.y: Move %token in the declaration section so that
10376 we don't depend upon CVS Bison.
10378 2002-06-15 Akim Demaille <akim@epita.fr>
10380 * src/state.h, src/state.c (state_rule_lookaheads_print): New.
10381 * src/print.c (print_core): Use it.
10383 2002-06-15 Akim Demaille <akim@epita.fr>
10385 * src/conflicts.c (log_resolution): Accept the rule involved in
10386 the sr conflicts instead of the lookahead number that points to
10388 (flush_reduce): Accept the current lookahead vector as argument,
10389 instead of the index in LA.
10390 (resolve_sr_conflict): Accept the current number of lookahead
10391 bitset to consider for the STATE, instead of the index in LA.
10392 (set_conflicts): Adjust.
10393 * src/lalr.c, src/lalr.h, src/state.h: Comment changes.
10395 2002-06-15 Akim Demaille <akim@epita.fr>
10397 * src/state.h (state_t): Replace the `lookaheadsp' member, a
10398 short, with `lookaheads' (bitsetv), `lookaheads_rule' (rule_t**).
10399 Adjust all dependencies.
10400 * src/lalr.c (initialize_lookaheads): Split into...
10401 (states_lookaheads_count, states_lookaheads_initialize): these.
10404 2002-06-15 Akim Demaille <akim@epita.fr>
10406 * src/gram.h, src/gram.c (grammar_rules_partial_print): New, eved
10408 (grammar_rules_print): here.
10409 * src/reduce.c (reduce_output): Use it.
10410 * tests/reduce.at (Useless Rules, Reduced Automaton)
10411 (Underivable Rules): Adjust.
10413 2002-06-15 Akim Demaille <akim@epita.fr>
10415 Copy BYacc's nice way to report the grammar.
10417 * src/gram.h, src/gram.c (grammar_rhs_print, grammar_rules_print):
10419 Don't print the rules' location, it is confusing and useless.
10420 (rule_print): Use grammar_rhs_print.
10421 * src/print.c (print_grammar): Use grammar_rules_print.
10423 2002-06-15 Akim Demaille <akim@epita.fr>
10425 Complete and rationalize `useless thing' warnings.
10427 * src/symtab.h, src/symtab.c (symbol_tag_get, symbol_tag_get_n)
10428 (symbol_tag_print): New.
10429 Use them everywhere in place of accessing directly the tag member.
10430 * src/gram.h, src/gram.c (rule_print): New.
10431 Use it where a rule used to be printed `by hand'.
10432 * src/reduce.c (nonterminals_reduce): Report the use nonterminals.
10433 (reduce_grammar_tables): Report the useless rules.
10434 (reduce_print): Useless things are a warning, not an error.
10436 * tests/reduce.at (Useless Nonterminals, Useless Rules):
10437 (Reduced Automaton, Underivable Rules): Adjust.
10438 * tests/regression.at (Web2c Report, Web2c Report): Adjust.
10439 * tests/conflicts.at (Unresolved SR Conflicts)
10440 (Solved SR Conflicts): Adjust.
10442 2002-06-15 Akim Demaille <akim@epita.fr>
10444 Let symbols have a location.
10446 * src/symtab.h, src/symtab.c (symbol_t): Location is a new member.
10448 Adjust all callers.
10449 * src/complain.h, src/complain.c (complain_at, fatal_at, warn_at):
10450 Use location_t, not int.
10451 * src/symtab.c (symbol_check_defined): Take advantage of the
10453 * tests/regression.at (Invalid inputs): Adjust.
10455 2002-06-15 Akim Demaille <akim@epita.fr>
10457 * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.
10458 (input): Don't try to initialize yylloc here, do it in the
10460 * src/scan-gram.l (YY_USER_INIT): Initialize yylloc.
10461 * src/gram.h (rule_t): Change line and action_line into location
10462 and action_location, of location_t type.
10463 Adjust all dependencies.
10464 * src/location.h, src/location.c (empty_location): New.
10465 * src/reader.h, src/reader.c (grammar_start_symbol_set)
10466 (grammar_symbol_append, grammar_rule_begin, grammar_rule_end)
10467 (grammar_current_rule_symbol_append)
10468 (grammar_current_rule_action_append): Expect a location as argument.
10469 * src/reader.c (grammar_midrule_action): Adjust to attach an
10470 action's location as dummy symbol location.
10471 * src/symtab.h, src/symtab.c (startsymbol_location): New.
10472 * tests/regression.at (Web2c Report, Rule Line Numbers): Adjust
10475 2002-06-14 Akim Demaille <akim@epita.fr>
10477 Grammar declarations may be found in the grammar section.
10479 * src/parse-gram.y (rules_or_grammar_declaration): New.
10480 (declarations): Each declaration may end with a semicolon, not
10482 (grammar_declaration): `"%union"'.
10483 (grammar): Branch to rules_or_grammar_declaration.
10485 2002-06-14 Akim Demaille <akim@epita.fr>
10487 * src/main.c (main): Invoke scanner_free.
10489 2002-06-14 Akim Demaille <akim@epita.fr>
10491 * src/output.c (m4_invoke): Extracted from...
10492 (output_skeleton): here.
10495 2002-06-14 Akim Demaille <akim@epita.fr>
10497 * src/parse-gram.y (directives, directive, gram)
10498 (grammar_directives, precedence_directives, precedence_directive):
10500 (declarations, declaration, grammar, grammar_declaration)
10501 (precedence_declaration, precedence_declarator): these.
10502 (symbol_declaration): New.
10504 2002-06-14 Akim Demaille <akim@epita.fr>
10506 * src/files.c (action_obstack): Remove, unused.
10507 (output_obstack): Remove it, and all its dependencies, as it is no
10509 * src/reader.c (epilogue_set): Build the epilogue in the
10511 * src/output.h, src/output.c (muscle_obstack): Move to...
10512 * src/muscle_tab.h, src/muscle_tab.h: here.
10513 (muscle_init): Initialize muscle_obstack.
10514 (muscle_free): New.
10515 * src/main.c (main): Call it.
10517 2002-06-14 Akim Demaille <akim@epita.fr>
10519 * src/location.h: New, extracted from...
10520 * src/reader.h: here.
10521 * src/Makefile.am (noinst_HEADERS): Merge into
10522 (bison_SOURCES): this.
10524 * src/parse-gram.y: Use location_t instead of Bison's.
10525 * src/reader.h, src/reader.c (prologue_augment, epilogue_set):
10526 Use location_t instead of ints.
10528 2002-06-14 Akim Demaille <akim@epita.fr>
10530 * data/bison.simple, data/bison.c++: Be sure to restore the
10531 current #line when returning to the skeleton contents after having
10532 exposed the input file's #line.
10534 2002-06-12 Akim Demaille <akim@epita.fr>
10536 * src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*>', it is too
10538 * tests/actions.at (Exotic Dollars): New.
10540 2002-06-12 Akim Demaille <akim@epita.fr>
10542 * src/scan-gram.l (SC_PROLOGUE): Don't eat characters amongst
10544 * tests/input.at (Torturing the Scanner): New.
10546 2002-06-11 Akim Demaille <akim@epita.fr>
10548 * src/scan-gram.l (YY_OBS_INIT): Remove, replace with...
10549 [SC_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,SC_PROLOGUE]
10550 [SC_EPILOGUE]: Output the quadrigraphs only when not in a comment.
10551 * src/reader.h, src/scan-gram.l (scanner_initialize): this.
10552 * src/reader.c (reader): Use it.
10554 2002-06-11 Akim Demaille <akim@epita.fr>
10556 * src/scan-gram.l (YY_OBS_FINISH): Don't set yylval.
10557 Adjust all callers.
10558 (scanner_last_string_free): New.
10560 2002-06-11 Akim Demaille <akim@epita.fr>
10562 * src/scan-gram.l (YY_INIT, YY_GROW, YY_FINISH): Rename as...
10563 (YY_OBS_INIT, YY_OBS_GROW, YY_OBS_FINISH): these.
10564 (last_string, YY_OBS_FREE): New.
10565 Use them when returning an ID.
10567 2002-06-11 Akim Demaille <akim@epita.fr>
10569 Have Bison grammars parsed by a Bison grammar.
10571 * src/reader.c, src/reader.h (prologue_augment): New.
10572 * src/reader.c (copy_definition): Remove.
10574 * src/reader.h, src/reader.c (gram_start_symbol_set, prologue_augment)
10575 (grammar_symbol_append, grammar_rule_begin, grammar_midrule_action)
10576 (grammar_current_rule_prec_set, grammar_current_rule_check)
10577 (grammar_current_rule_symbol_append)
10578 (grammar_current_rule_action_append): Export.
10579 * src/parse-gram.y (symbol_list_new, symbol_list_symbol_append_
10580 (symbol_list_action_append): Remove.
10581 Hook the routines from reader.
10582 * src/scan-gram.l: In INITIAL, characters and strings are tokens.
10583 * src/system.h (ATTRIBUTE_NORETURN, ATTRIBUTE_UNUSED): Now.
10585 * src/reader.c (read_declarations): Remove, unused.
10587 * src/parse-gram.y: Handle the epilogue.
10588 * src/reader.h, src/reader.c (gram_start_symbol_set): Rename as...
10589 (grammar_start_symbol_set): this.
10590 * src/scan-gram.l: Be sure to ``use'' yycontrol to keep GCC quiet.
10591 * src/reader.c (readgram): Remove, unused.
10592 (reader): Adjust to insert eoftoken and axiom where appropriate.
10594 * src/reader.c (copy_dollar): Replace with...
10595 * src/scan-gram.h (handle_dollar): this.
10596 * src/parse-gram.y: Remove `%thong'.
10598 * src/reader.c (copy_at): Replace with...
10599 * src/scan-gram.h (handle_at): this.
10601 * src/complain.h, src/complain.c (warn_at, complain_at, fatal_at):
10604 * src/scan-gram.l (YY_LINES): Keep lineno synchronized for the
10607 * src/reader.h, src/reader.c (grammar_rule_end): New.
10609 * src/parse.y (current_type, current_class): New.
10610 Implement `%nterm', `%token' support.
10611 Merge `%term' into `%token'.
10612 (string_as_id): New.
10613 * src/symtab.h, src/symtab.c (symbol_make_alias): Don't pass the
10616 * src/parse-gram.y: Be sure to handle properly the beginning of
10619 * src/parse-gram.y: Handle %type.
10620 * src/reader.c (grammar_rule_end): Call grammar_current_rule_check.
10622 * src/parse-gram.y: More directives support.
10623 * src/options.c: No longer handle source directives.
10625 * src/parse-gram.y: Fix %output.
10627 * src/parse-gram.y: Handle %union.
10628 Use the prologue locations.
10629 * src/reader.c (parse_union_decl): Remove.
10631 * src/reader.h, src/reader.c (epilogue_set): New.
10632 * src/parse-gram.y: Use it.
10634 * data/bison.simple, data/bison.c++: b4_stype is now either not
10635 defined, then default to int, or to the contents of %union,
10636 without `union' itself.
10638 * src/muscle_tab.c (muscle_init): Don't predefine `stype'.
10640 * src/output.c (actions_output): Don't output braces, as they are
10641 already handled by the scanner.
10643 * src/scan-gram.l (SC_CHARACTER): Set the user_token_number of
10644 characters to themselves.
10646 * tests/reduce.at (Reduced Automaton): End the grammars with %% so
10647 that the epilogue has a proper #line.
10649 * src/parse-gram.y: Handle precedence/associativity.
10651 * src/symtab.c (symbol_precedence_set): Requires the symbol to be
10653 * src/scan-gram.l (SC_BRACED_CODE): Catch strings and characters.
10654 * tests/calc.at: Do not use `%token "foo"' as it makes not sense
10655 at all to define terminals that cannot be emitted.
10657 * src/scan-gram.l: Escape M4 characters.
10659 * src/scan-gram.l: Working properly with escapes in user
10660 strings/characters.
10662 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR)
10663 (AT_DATA_HORIZONTAL_GRAMMAR): Respect the `%token ID NUM STRING'
10665 Use more modest sizes, as for the time being the parser does not
10666 release memory, and therefore the process swallows a huge amount
10669 * tests/torture.at (AT_DATA_LOOKAHEADS_GRAMMAR): Adjust to the
10670 stricter %token grammar.
10672 * src/symtab.h (associativity): Add `undef_assoc'.
10673 (symbol_precedence_set): Do nothing when passed an undef_assoc.
10674 * src/symtab.c (symbol_check_alias_consistence): Adjust.
10676 * tests/regression.at (Invalid %directive): Remove, as it is now
10678 (Invalid inputs): Adjust to the new error messages.
10679 (Token definitions): The new grammar doesn't allow too many
10682 * src/lex.h, src/lex.c: Remove.
10683 * src/reader.c (lastprec, skip_to_char, read_signed_integer)
10684 (copy_character, copy_string2, copy_string, copy_identifier)
10685 (copy_comment, parse_token_decl, parse_type_decl, parse_assoc_decl)
10686 (parse_muscle_decl, parse_dquoted_param, parse_skel_decl)
10687 (parse_action): Remove.
10688 * po/POTFILES.in: Adjust.
10690 2002-06-11 Akim Demaille <akim@epita.fr>
10692 * src/reader.c (parse_action): Don't store directly into the
10693 rule's action member: return the action as a string.
10694 Don't require `rule_length' as an argument: compute it.
10695 (grammar_current_rule_symbol_append)
10696 (grammar_current_rule_action_append): New, eved out from
10698 Remove `action_flag', `rulelength', unused now.
10700 2002-06-11 Akim Demaille <akim@epita.fr>
10702 * src/reader.c (grammar_current_rule_prec_set).
10703 (grammar_current_rule_check): New, eved out from...
10705 Remove `xaction', `first_rhs': useless.
10706 * tests/input.at (Type clashes): New.
10707 * tests/existing.at (GNU Cim Grammar): Adjust.
10709 2002-06-11 Akim Demaille <akim@epita.fr>
10711 * src/reader.c (grammar_midrule_action): New, Eved out from
10714 2002-06-11 Akim Demaille <akim@epita.fr>
10716 * src/reader.c (grammar_rule_begin, previous_rule, current_rule):
10718 (readgram): Use them as replacement of inlined code, crule and
10721 2002-06-11 Akim Demaille <akim@epita.fr>
10723 * src/reader.c (grammar_end, grammar_symbol_append): New.
10724 (readgram): Use them.
10725 Make the use of `p' as local as possible.
10727 2002-06-10 Akim Demaille <akim@epita.fr>
10729 GCJ's parser requires the tokens to be defined before the prologue.
10731 * data/bison.simple: Output the token definition before the user's
10733 * tests/regression.at (Braces parsing, Duplicate string)
10734 (Mixing %token styles): Check the output from bison.
10735 (Early token definitions): New.
10737 2002-06-10 Akim Demaille <akim@epita.fr>
10739 * src/symtab.c (symbol_user_token_number_set): Don't complain when
10740 assigning twice the same user number to a token, so that we can
10742 * src/lex.c (lex): here.
10743 Also use `symbol_class_set' instead of hand written code.
10744 * src/reader.c (parse_assoc_decl): Likewise.
10746 2002-06-10 Akim Demaille <akim@epita.fr>
10748 * src/symtab.c, src/symtab.c (symbol_class_set)
10749 (symbol_user_token_number_set): New.
10750 * src/reader.c (parse_token_decl): Use them.
10751 Use a switch instead of ifs.
10752 Use a single argument.
10754 2002-06-10 Akim Demaille <akim@epita.fr>
10756 Remove `%thong' support as it is undocumented, unused, duplicates
10757 `%token's job, and creates useless e-mail traffic with people who
10758 want to know what it is, why it is undocumented, unused, and
10759 duplicates `%token's job.
10761 * src/reader.c (parse_thong_decl): Remove.
10762 * src/options.c (option_table): Remove "thong".
10763 * src/lex.h (tok_thong): Remove.
10765 2002-06-10 Akim Demaille <akim@epita.fr>
10767 * src/symtab.c, src/symtab.c (symbol_type_set)
10768 (symbol_precedence_set): New.
10769 * src/reader.c (parse_type_decl, parse_assoc_decl): Use them.
10770 (value_components_used): Remove, unused.
10772 2002-06-09 Akim Demaille <akim@epita.fr>
10774 Move symbols handling code out of the reader.
10776 * src/reader.h, src/reader.c (errtoken, undeftoken, eoftoken)
10777 (axiom): Move to...
10778 * src/symtab.h, src/symtab.c: here.
10780 * src/gram.c (start_symbol): Remove: use startsymbol->number.
10781 * src/reader.c (startval): Rename as...
10782 * src/symtab.h, src/symtab.c (startsymbol): this.
10783 * src/reader.c: Adjust.
10785 * src/reader.c (symbol_check_defined, symbol_make_alias)
10786 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
10787 (token_translations_init)
10789 * src/symtab.c: here.
10790 * src/reader.c (packsymbols): Move to...
10791 * src/symtab.h, src/symtab.c (symbols_pack): here.
10792 * src/symtab.h, src/symtab.c (symbol_make_alias): Takes SYMVAL as
10795 2002-06-03 Akim Demaille <akim@epita.fr>
10797 * src/muscle_tab.c (muscle_insert, muscle_find): Declarations,
10800 2002-06-03 Akim Demaille <akim@epita.fr>
10802 * src/muscle_tab.c (muscle_find, muscle_insert): Don't initialize
10803 structs with non literals.
10804 * src/scan-skel.l: never-interactive.
10805 * src/conflicts.c (enum conflict_resolution_e): No trailing
10807 * src/getargs.c (usage): Split long literal strings.
10808 Reported by Hans Aberg.
10810 2002-05-28 Akim Demaille <akim@epita.fr>
10812 * data/bison.c++: Use C++ ostreams.
10813 (cdebug_): New member.
10815 2002-05-28 Akim Demaille <akim@epita.fr>
10817 * src/output.c (output_skeleton): Be sure to allocate enough room
10818 for `/' _and_ for `\0' in full_skeleton.
10820 2002-05-28 Akim Demaille <akim@epita.fr>
10822 * data/bison.c++: Catch up with bison.simple:
10823 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10824 and Paul Eggert <eggert@twinsun.com>: `error' handing.
10825 2002-05-26 Akim Demaille <akim@epita.fr>: stos_, token_number_,
10826 and popping traces.
10828 2002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10830 * src/output.c (output_skeleton): Put an explicit path in front of
10831 the skeleton file name, rather than relying on the -I directory,
10832 to partially alleviate effects of having a skeleton file lying around
10833 in the current directory.
10835 2002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10837 * src/conflicts.c (log_resolution): Correct typo:
10838 obstack_printf should be obstack_fgrow1.
10840 2002-05-26 Akim Demaille <akim@epita.fr>
10842 * src/state.h (state_t): `solved_conflicts' is a new member.
10843 * src/LR0.c (new_state): Set it to 0.
10844 * src/conflicts.h, src/conflicts.c (print_conflicts)
10845 (free_conflicts, solve_conflicts): Rename as...
10846 (conflicts_print, conflicts_free, conflicts_solve): these.
10848 * src/conflicts.c (enum conflict_resolution_e)
10849 (solved_conflicts_obstack): New, used by...
10850 (log_resolution): this.
10851 Adjust to attach the conflict resolution to each state.
10852 Complete the description with the precedence/associativity
10854 (resolve_sr_conflict): Adjust.
10855 * src/print.c (print_state): Output its solved_conflicts.
10856 * tests/conflicts.at (Unresolved SR Conflicts)
10857 (Solved SR Conflicts): Exercise --report=all.
10859 2002-05-26 Akim Demaille <akim@epita.fr>
10861 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
10862 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
10863 * src/reader.c, src/reduce.c, src/state.h, src/symtab.h
10864 (token_number_t, item_number_as_token_number)
10865 (token_number_as_item_number, muscle_insert_token_number_table):
10867 (symbol_number_t, item_number_as_symbol_number)
10868 (symbol_number_as_item_number, muscle_insert_symbol_number_table):
10869 these, since it is more appropriate.
10871 2002-05-26 Akim Demaille <akim@epita.fr>
10873 * tests/calc.at (AT_CHECK_CALC): Adjust: there are now additional
10875 * data/bison.simple (yystos) [YYDEBUG]: New.
10876 (yyparse) [YYDEBUG]: Display the symbols which are popped during
10878 * tests/regression.at (Web2c Actions): Adjust: yystos is output now.
10880 2002-05-25 Akim Demaille <akim@epita.fr>
10882 * doc/bison.texinfo (Debugging): Split into...
10883 (Tracing): this new section, its former contents, and...
10884 (Understanding): this new section.
10885 * src/getargs.h, src/getargs.c (verbose_flag): Remove, replaced
10887 (report_flag): this.
10888 Adjust all dependencies.
10889 (report_args, report_types, report_argmatch): New.
10890 (usage, getargs): Report/support -r, --report.
10892 (struct option_table_struct): Rename as..,
10893 (struct option_table_s): this.
10894 Rename the `set_flag' member to `flag' to match with getopt_long's
10896 * src/options.c (option_table): Split verbose into an entry for
10897 %verbose, and another for --verbose.
10898 Support --report/-r, so remove -r from the obsolete --raw.
10899 * src/print.c: Attach full item sets and lookaheads reports to
10900 report_flag instead of trace_flag.
10901 * lib/argmatch.h, lib/argmatch.c: New, from Fileutils 4.1.
10903 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10904 and Paul Eggert <eggert@twinsun.com>
10906 * data/bison.simple (yyparse): Correct error handling to conform to
10907 POSIX and yacc. Specifically, after syntax error is discovered,
10908 do not reduce further before shifting the error token.
10909 Clean up the code a bit by removing the labels yyerrdefault,
10910 yyerrhandle, yyerrpop.
10911 * NEWS: Document the above.
10913 2002-05-20 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10915 * data/bison.simple (yyr1): Don't use yy_token_number_type as element
10916 type; it isn't always big enough, since it doesn't necessarily
10917 include non-terminals.
10918 (yytranslate): Expand definition of yy_token_number_type, so that
10919 the latter can be removed.
10920 (yy_token_number_type): Remove, only one use.
10921 * data/bison.c++ (r1_): Parallel change to yyr1 in bison.simple---
10922 don't use TokenNumberType as element type.
10924 * tests/regression.at: Modify expected output to agree with change
10925 to yyr1 and yytranslate.
10927 2002-05-13 Florian Krohm <florian@edamail.fishkill.ibm.com>
10929 * src/reader.c (parse_action): Use copy_character instead of
10932 2002-05-13 Akim Demaille <akim@epita.fr>
10934 * tests/regression.at (Token definitions): Prototype yylex and
10937 2002-05-12 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10939 * src/scan-skel.l: Correct off-by-one error in handling of __oline__.
10940 * data/bison.simple (b4_sint_type, b4_uint_type): Correct to reflect
10942 * data/bison.c++ (b4_sint_type, b4_uint_type): Ditto.
10944 2002-05-07 Akim Demaille <akim@epita.fr>
10946 * tests/synclines.at: Be sure to prototype yylex and yyerror to
10947 avoid GCC warnings.
10949 2002-05-07 Akim Demaille <akim@epita.fr>
10953 * src/reduce.c (nonterminals_reduce): Don't loop over RITEM: loop
10954 over the RHS of each rule.
10955 * src/gram.h, src/gram.c (nritems): Is `unsigned int', not int.
10956 * src/state.h (state_t): Member `nitems' is unsigned short.
10957 * src/LR0.c (get_state): Adjust.
10958 * src/reader.c (packgram): Likewise.
10959 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): `max' is of type
10961 (muscle_insert_int_table): Remove, unused.
10962 (prepare_rules): Remove `max'.
10964 2002-05-06 Akim Demaille <akim@epita.fr>
10966 * src/closure.c (print_firsts): Display of the symbol tags.
10967 (bitmatrix_print): Move to...
10968 * lib/bitsetv-print.h, lib/bitsetv-print.c (bitsetv_matrix_dump):
10970 * tests/sets.at (Nullable, Broken Closure, Firsts): Adjust.
10972 2002-05-06 Akim Demaille <akim@epita.fr>
10974 * src/muscle_tab.c (muscle_m4_output): Must return TRUE for
10977 2002-05-06 Akim Demaille <akim@epita.fr>
10979 * src/LR0.c (new_state, get_state): Instead of using the global
10980 `kernel_size' and `kernel_base', have two new arguments:
10981 `core_size' and `core'.
10984 2002-05-06 Akim Demaille <akim@epita.fr>
10986 * src/reader.c (packgram): No longer end `ritem' with a 0
10987 sentinel: it is not used.
10989 2002-05-05 Akim Demaille <akim@epita.fr>
10991 New experimental feature: display the lookaheads in the report and
10994 * src/print (print_core): When --trace-flag, display the rules
10996 * src/print_graph.c (print_core): Likewise.
10997 Swap the arguments.
11000 2002-05-05 Akim Demaille <akim@epita.fr>
11002 * tests/torture.at (Many lookaheads): New test.
11004 2002-05-05 Akim Demaille <akim@epita.fr>
11006 * src/output.c (GENERATE_OUTPUT_TABLE): Replace with...
11007 (GENERATE_MUSCLE_INSERT_TABLE): this.
11008 (output_int_table, output_unsigned_int_table, output_short_table)
11009 (output_token_number_table, output_item_number_table): Replace with...
11010 (muscle_insert_int_table, muscle_insert_unsigned_int_table)
11011 (muscle_insert_short_table, muscle_insert_token_number_table)
11012 (muscle_insert_item_number_table): these.
11013 Adjust all callers.
11014 (prepare_tokens): Don't free `translations', since...
11015 * src/reader.h, src/reader.c (grammar_free): do it.
11017 * src/gram.h, src/gram.c (grammar_free): here.
11018 * data/bison.simple, data/bison.c++: b4_token_number_max is now
11021 2002-05-05 Akim Demaille <akim@epita.fr>
11023 * src/output.c (output_unsigned_int_table): New.
11024 (prepare_rules): `i' is unsigned.
11025 `prhs', `rline', `r2' are unsigned int.
11026 Rename muscle `rhs_number_max' as `rhs_max'.
11027 Output muscles `prhs_max', `rline_max', and `r2_max'.
11029 * data/bison.simple, data/bison.c++: Adjust to use these muscles
11030 to compute types instead of constant types.
11031 * tests/regression.at (Web2c Actions): Adjust.
11033 2002-05-04 Akim Demaille <akim@epita.fr>
11035 * src/symtab.h (SALIAS, SUNDEF): Rename as...
11036 (USER_NUMBER_ALIAS, USER_NUMBER_UNDEFINED): these.
11037 Adjust dependencies.
11038 * src/output.c (token_definitions_output): Be sure not to output a
11039 `#define 'a'' when fed with `%token 'a' "a"'.
11040 * tests/regression.at (Token definitions): New.
11042 2002-05-03 Paul Eggert <eggert@twinsun.com>
11044 * data/bison.simple (b4_token_defines): Also define YYTOKENTYPE
11047 2002-05-03 gettextize <bug-gnu-gettext@gnu.org>
11049 * Makefile.am (SUBDIRS): Remove intl.
11050 (EXTRA_DIST): Add config/config.rpath.
11052 2002-05-03 Akim Demaille <akim@epita.fr>
11054 * data/bison.simple (m4_if): Don't output empty enums.
11055 And actually, output valid enum definitions :(.
11057 2002-05-03 Akim Demaille <akim@epita.fr>
11059 * configure.bat: Remove, completely obsolete.
11060 * Makefile.am (EXTRA_DIST): Adjust.
11061 Don't distribute config.rpath...
11062 * config/Makefile.am (EXTRA_DIST): Do it.
11064 2002-05-03 Akim Demaille <akim@epita.fr>
11066 * configure.in (GETTEXT_VERSION): New.
11067 Suggested by Bruno Haible for the forthcoming Gettext 0.10.3.
11069 2002-05-03 Akim Demaille <akim@epita.fr>
11071 * data/bison.simple (b4_token_enum): New.
11072 (b4_token_defines): Use it to output tokens both as #define and
11074 Suggested by Paul Eggert.
11075 * src/output.c (token_definitions_output): Don't output spurious
11078 2002-05-03 Akim Demaille <akim@epita.fr>
11080 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
11082 2002-05-02 Robert Anisko <robert@lrde.epita.fr>
11084 * data/bison.c++: Adapt expansion of $s and @s to the C++ parser.
11085 Update the stack class, give a try to deque as the default container.
11087 2002-05-02 Akim Demaille <akim@epita.fr>
11089 * data/bison.simple (yyparse): Do not implement @$ = @1.
11090 (YYLLOC_DEFAULT): Adjust to do it.
11091 * doc/bison.texinfo (Location Default Action): Fix.
11093 2002-05-02 Akim Demaille <akim@epita.fr>
11095 * src/reader.c (parse_braces): Merge into...
11096 (parse_action): this.
11098 2002-05-02 Akim Demaille <akim@epita.fr>
11100 * configure.in (ALL_LINGUAS): Remove.
11101 * po/LINGUAS, hr.po: New.
11103 2002-05-02 Akim Demaille <akim@epita.fr>
11105 Remove the so called hairy (semantic) parsers.
11107 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove.
11108 * src/gram.h, src/gram.c (semantic_parser): Remove.
11109 (rule_t): Remove the guard and guard_line members.
11110 * src/lex.h (token_t): remove tok_guard.
11111 * src/options.c (option_table): Remove %guard and %semantic_parser
11113 * src/output.c, src/output.h (guards_output): Remove.
11115 (token_definitions_output): Don't output the `T'
11117 (output_skeleton): Don't output the guards.
11118 * src/files.c, src/files.c (attrsfile): Remove.
11119 * src/reader.c (symbol_list): Remove the guard and guard_line
11121 Adjust dependencies.
11122 (parse_guard): Remove.
11123 * data/bison.hairy: Remove.
11124 * doc/bison.texinfo (Environment Variables): Remove occurrences of
11127 2002-05-02 Akim Demaille <akim@epita.fr>
11129 * src/reader.c (copy_at, copy_dollarm parse_braces, parse_action)
11130 (parse_guard): Rename the formal argument `stack_offset' as
11131 `rule_length', which is more readable.
11133 (copy_at, copy_dollar): Instead of outputting the hard coded
11134 values of $$, $n and so forth, output invocation to b4_lhs_value,
11135 b4_lhs_location, b4_rhs_value, and b4_rhs_location.
11136 Note: this patch partially drops `semantic-parser' support: it
11137 always does `rule_length - n', where semantic parsers ought to
11139 * data/bison.simple, data/bison.c++ (b4_lhs_value)
11140 (b4_lhs_location, b4_rhs_value, and b4_rhs_location: New.
11142 2002-05-02 Akim Demaille <akim@epita.fr>
11144 * configure.in (AC_INIT): Bump to 1.49b.
11145 (AM_INIT_AUTOMAKE): Short invocation.
11147 2002-05-02 Akim Demaille <akim@epita.fr>
11151 2002-05-01 Akim Demaille <akim@epita.fr>
11153 * src/skeleton.h: Remove.
11155 2002-05-01 Akim Demaille <akim@epita.fr>
11157 * src/skeleton.h: Fix the #endif.
11158 Reported by Magnus Fromreide.
11160 2002-04-26 Paul Eggert <eggert@twinsun.com>
11162 * data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
11163 Define if we define YYSTYPE and YYLTYPE, respectively.
11164 (YYCOPY): Fix [] quoting problem in the non-GCC case.
11166 2002-04-25 Robert Anisko <robert@lrde.epita.fr>
11168 * src/scan-skel.l: Postprocess quadrigraphs.
11170 * src/reader.c (copy_character): New function, used to output
11171 single characters while replacing `[' and `]' with quadrigraphs, to
11172 avoid troubles with M4 quotes.
11173 (copy_comment): Output characters with copy_character.
11174 (read_additionnal_code): Likewise.
11175 (copy_string2): Likewise.
11176 (copy_definition): Likewise.
11178 * tests/calc.at: Exercise M4 quoting.
11180 2002-04-25 Akim Demaille <akim@epita.fr>
11182 * tests/sets.at (AT_EXTRACT_SETS): Sed portability issue: no space
11183 between `!' and the command.
11184 Reported by Paul Eggert.
11186 2002-04-24 Robert Anisko <robert@lrde.epita.fr>
11188 * tests/calc.at: Exercise prologue splitting.
11190 * data/bison.simple, data/bison.c++: Use `b4_pre_prologue' and
11191 `b4_post_prologue' instead of `b4_prologue'.
11193 * src/output.c (prepare): Add the `pre_prologue' and `post_prologue'
11195 (output): Free pre_prologue_obstack and post_prologue_obstack.
11196 * src/files.h, src/files.c (attrs_obstack): Remove.
11197 (pre_prologue_obstack, post_prologue_obstack): New.
11198 * src/reader.c (copy_definition): Add a parameter to specify the
11199 obstack to fill, instead of using attrs_obstack unconditionally.
11200 (read_declarations): Pass pre_prologue_obstack to copy_definition if
11201 `%union' has not yet been seen, pass post_prologue_obstack otherwise.
11203 2002-04-23 Paul Eggert <eggert@twinsun.com>
11205 * data/bison.simple: Remove unnecessary commentary and white
11206 space differences from 1_29-branch.
11207 Depend on YYERROR_VERBOSE, not defined (YYERROR_VERBOSE).
11209 (union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY,
11210 YYSTACK_RELOCATE): Do not define if yyoverflow is defined, or
11211 if this is a C++ parser and YYSTYPE or YYLTYPE has nontrivial
11212 constructors or destructors.
11214 (yyparse) [! defined YYSTACK_RELOCATE]: Do not relocate the stack.
11216 2002-04-23 Akim Demaille <akim@epita.fr>
11218 * tests/sets.at (AT_EXTRACT_SETS): Don't use 8 char long sed labels.
11219 * tests/synclines.at (AT_TEST_SYNCLINE): Be robust to GCC's
11220 location with columns.
11221 * tests/conflicts.at (%nonassoc and eof): Don't use `error.h'.
11222 All reported by Paul Eggert.
11224 2002-04-22 Akim Demaille <akim@epita.fr>
11226 * src/reduce.c (dump_grammar): Move to...
11227 * src/gram.h, src/gram.c (grammar_dump): here.
11228 Be sure to separate long item numbers.
11229 Don't read the members of a rule's prec if its nil.
11231 2002-04-22 Akim Demaille <akim@epita.fr>
11233 * src/output.c (table_size, table_grow): New.
11234 (MAXTABLE): Remove, replace uses with table_size.
11235 (pack_vector): Instead of dying when the table is too big, grow it.
11237 2002-04-22 Akim Demaille <akim@epita.fr>
11239 * data/bison.simple (yyr1): Its type is that of a token number.
11240 * data/bison.c++ (r1_): Likewise.
11241 * tests/regression.at (Web2c Actions): Adjust.
11243 2002-04-22 Akim Demaille <akim@epita.fr>
11245 * src/reader.c (token_translations_init): 256 is now the default
11246 value for the error token, i.e., it will be assigned another
11247 number if the user assigned 256 to one of her tokens.
11248 (reader): Don't force 256 to error.
11249 * doc/bison.texinfo (Symbols): Adjust.
11250 * tests/torture.at (AT_DATA_HORIZONTAL_GRAMMAR)
11251 (AT_DATA_TRIANGULAR_GRAMMAR): Number the tokens as 1, 2, 3
11252 etc. instead of 10, 20, 30 (which was used to `jump' over error
11253 (256) and undefined (2)).
11255 2002-04-22 Akim Demaille <akim@epita.fr>
11257 Propagate more token_number_t.
11259 * src/gram.h (token_number_as_item_number)
11260 (item_number_as_token_number): New.
11261 * src/output.c (GENERATE_OUTPUT_TABLE): New.
11262 Use it to create output_item_number_table and
11263 output_token_number_table.
11264 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
11265 * src/lex.c, src/nullable.c, src/output.c, src/print.c,
11266 * src/print_graph.c, src/reader.c, src/reduce.c, src/state.h,
11267 * src/symtab.c, src/symtab.h: Use token_number_t instead of shorts.
11269 2002-04-22 Akim Demaille <akim@epita.fr>
11271 * src/output.h, src/output.c (get_lines_number): Remove.
11273 2002-04-19 Akim Demaille <akim@epita.fr>
11275 * doc/bison.texinfo (Actions): Make clear that `|' is not the same
11277 (Debugging): More details about enabling the debugging features.
11278 (Table of Symbols): Describe $$, $n, @$, and @n.
11279 Suggested by Tim Josling.
11281 2002-04-19 Akim Demaille <akim@epita.fr>
11283 * doc/bison.texinfo: Remove the uses of the obsolete @refill.
11285 2002-04-10 Akim Demaille <akim@epita.fr>
11287 * src/system.h: Rely on HAVE_LIMITS_H.
11288 Suggested by Paul Eggert.
11290 2002-04-09 Akim Demaille <akim@epita.fr>
11292 * tests/calc.at (_AT_CHECK_CALC_ERROR): Receive as argument the
11293 full stderr, and strip it according to the bison options, instead
11294 of composing the error message from different bits.
11295 This makes it easier to check for several error messages.
11296 Adjust all the invocations.
11297 Add an invocation exercising the error token.
11298 Add an invocation demonstrating a stupid error message.
11299 (_AT_DATA_CALC_Y): Follow the GCS: initial column is 1, not 0.
11301 Error message are for stderr, not stdout.
11303 2002-04-09 Akim Demaille <akim@epita.fr>
11305 * src/gram.h, src/gram.c (error_token_number): Remove, use
11307 * src/reader.c (reader): Don't specify the user token number (2)
11308 for $undefined, as it uselessly prevents using it.
11309 * src/gram.h (token_number_t): Move to...
11310 * src/symtab.h: here.
11311 (state_t.number): Is a token_number_t.
11312 * src/print.c, src/reader.c: Use undeftoken->number instead of
11314 (Even though this 2 is not the same as above: the number of the
11315 undeftoken remains being 2, it is its user token number which
11317 * src/output.c (prepare_tokens): Rename the `maxtok' muscle with
11318 `user_token_number_max'.
11319 Output `undef_token_number'.
11320 * data/bison.simple, data/bison.c++: Use them.
11321 Be sure to map invalid yylex return values to
11322 `undef_token_number'. This saves us from gratuitous SEGV.
11324 * tests/conflicts.at (Solved SR Conflicts)
11325 (Unresolved SR Conflicts): Adjust.
11326 * tests/regression.at (Web2c Actions): Adjust.
11328 2002-04-08 Akim Demaille <akim@epita.fr>
11330 * data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.
11332 Remove the duplicate `typedefs'.
11333 (RhsNumberType): Fix the declaration and various other typos.
11335 * data/bison.simple: Use __ofile__.
11336 * src/scan-skel.l: Handle __ofile__.
11338 2002-04-08 Akim Demaille <akim@epita.fr>
11340 * src/gram.h (item_number_t): New, the type of item numbers in
11341 RITEM. Note that it must be able to code symbol numbers as
11342 positive number, and the negation of rule numbers as negative
11344 Adjust all dependencies (pretty many).
11345 * src/reduce.c (rule): Remove this `short *' pointer: use
11347 * src/system.h (MINSHORT, MAXSHORT): Remove.
11348 Include `limits.h'.
11349 Adjust dependencies to using SHRT_MAX and SHRT_MIN.
11350 (shortcpy): Remove.
11351 (MAXTABLE): Move to...
11352 * src/output.c (MAXTABLE): here.
11353 (prepare_rules): Use output_int_table to output rhs.
11354 * data/bison.simple, data/bison.c++: Adjust.
11355 * tests/torture.at (Big triangle): Move the limit from 254 to
11357 * tests/regression.at (Web2c Actions): Ajust.
11359 Trying with bigger grammars shows various phenomena: at 3000 (28Mb
11360 of grammar file) bison is killed by my system, at 2000 (12Mb) bison
11361 passes, but produces negative #line number, once fixed, GCC is
11362 killed while compiling 14Mb, at 1500 (6.7 Mb of grammar, 8.2Mb of
11364 * src/state.h (state_h): Code input lines on ints, not shorts.
11366 2002-04-08 Akim Demaille <akim@epita.fr>
11368 * src/reduce.c (reduce_grammar): First reduce the nonterminals,
11369 and then the grammar.
11371 2002-04-08 Akim Demaille <akim@epita.fr>
11373 * src/system.h: No longer using strndup.
11375 2002-04-07 Akim Demaille <akim@epita.fr>
11377 * src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
11378 * src/output.c (output_table_data): Return the longest number.
11379 (prepare_tokens): Output `token_number_max').
11380 * data/bison.simple, data/bison.c++ (b4_sint_type, b4_uint_type):
11382 Use them to define yy_token_number_type/TokenNumberType.
11383 Use this type for yytranslate.
11384 * tests/torture.at (Big triangle): Push the limit from 124 to
11386 * tests/regression.at (Web2c Actions): Adjust.
11388 2002-04-07 Akim Demaille <akim@epita.fr>
11390 * tests/torture.at (Big triangle): New.
11391 (GNU AWK Grammar, GNU Cim Grammar): Move to...
11392 * tests/existing.at: here.
11394 2002-04-07 Akim Demaille <akim@epita.fr>
11396 * src/gram.h, src/gram.c (nitems): Remove, it is an alias of
11398 Adjust dependencies.
11400 2002-04-07 Akim Demaille <akim@epita.fr>
11402 * src/reader.c: Normalize increments to prefix form.
11404 2002-04-07 Akim Demaille <akim@epita.fr>
11406 * src/reader.c, symtab.c: Remove debugging code.
11408 2002-04-07 Akim Demaille <akim@epita.fr>
11410 Rename all the `bucket's as `symbol_t'.
11412 * src/gram.c, src/gram.h, src/lex.c, src/lex.h, src/output.c,
11413 * src/reader.c, src/reader.h, src/reduce.c, src/state.h,
11414 * src/symtab.c, src/symtab.h (bucket): Rename as...
11416 (symbol_list_new, bucket_check_defined, bucket_make_alias)
11417 (bucket_check_alias_consistence, bucket_pack, bucket_translation)
11418 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
11419 (buckets_new, buckets_free, buckets_do): Rename as...
11420 (symbol_list_new, symbol_check_defined, symbol_make_alias)
11421 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
11422 (symbol_new, symbol_free, hash_compare_symbol_t, hash_symbol_t)
11423 (symbols_new, symbols_free, symbols_do): these.
11425 2002-04-07 Akim Demaille <akim@epita.fr>
11427 Use lib/hash for the symbol table.
11429 * src/gram.c (ntokens): Initialize to 1, to reserve a slot for
11431 * src/lex.c (lex): Set the `number' member of new terminals.
11432 * src/reader.c (bucket_check_defined, bucket_make_alias)
11433 (bucket_check_alias_consistence, bucket_translation): New.
11434 (reader, grammar_free, readgram, token_translations_init)
11435 (packsymbols): Adjust.
11436 (reader): Number the predefined tokens.
11437 * src/reduce.c (inaccessable_symbols): Just use hard coded numbers
11438 for predefined tokens.
11439 * src/symtab.h (bucket): Remove all the hash table related
11441 * src/symtab.c (symtab): Replace by...
11442 (bucket_table): this.
11443 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
11444 (buckets_new, buckets_do): New.
11446 2002-04-07 Akim Demaille <akim@epita.fr>
11448 * src/gram.c (nitems, nrules, nsyms, ntokens, nvars, nritems)
11449 (start_symbol, max_user_token_number, semantic_parser)
11450 (error_token_number): Initialize.
11451 * src/reader.c (grammar, start_flag, startval, typed, lastprec):
11454 (errtoken, eoftoken, undeftoken, axiom): Extern.
11456 2002-04-07 Akim Demaille <akim@epita.fr>
11458 * src/gram.h (rule_s): prec and precsym are now pointers
11459 to the bucket giving the priority/associativity.
11460 Member `associativity' removed: useless.
11461 * src/reduce.c, src/conflicts.c: Adjust.
11463 2002-04-07 Akim Demaille <akim@epita.fr>
11465 * src/lalr.c, src/LR0.c, src/closure.c, src/gram.c, src/reduce.c:
11466 Properly escape the symbols' TAG when outputting them.
11468 2002-04-07 Akim Demaille <akim@epita.fr>
11470 * src/lalr.h (LA): Is a bitsetv, not bitset*.
11472 2002-04-07 Akim Demaille <akim@epita.fr>
11474 * src/lalr.h, src/lalr.c (LAruleno): Replace with...
11475 (LArule): this, which is an array to rule_t*.
11476 * src/print.c, src/conflicts.c: Adjust.
11478 2002-04-07 Akim Demaille <akim@epita.fr>
11480 * src/gram.h (rule_t): Rename `number' as `user_number'.
11481 `number' is a new member.
11482 Adjust dependencies.
11483 * src/reduce.c (reduce_grammar_tables): Renumber rule_t.number.
11485 2002-04-07 Akim Demaille <akim@epita.fr>
11487 As a result of the previous patch, it is no longer needed
11488 to reorder ritem itself.
11490 * src/reduce.c (reduce_grammar_tables): Don't sort RITEM.
11492 2002-04-07 Akim Demaille <akim@epita.fr>
11494 Be sure never to walk through RITEMS, but use only data related to
11495 the rules themselves. RITEMS should be banished.
11497 * src/output.c (output_token_translations): Rename as...
11498 (prepare_tokens): this.
11499 In addition to `translate', prepare the muscles `tname' and
11500 `toknum', which were handled by...
11501 (output_rule_data): this.
11502 Remove, and move the remainder of its outputs into...
11503 (prepare_rules): this new routines, which also merges content from
11504 (output_gram): this.
11505 (prepare_rules): Be sure never to walk through RITEMS.
11506 (output_stos): Rename as...
11507 (prepare_stos): this.
11508 (output): Always invoke prepare_states, after all, just don't use it
11509 in the output if you don't need it.
11511 2002-04-07 Akim Demaille <akim@epita.fr>
11513 * src/LR0.c (new_state): Display `nstates' as the name of the
11514 newly created state.
11515 Adjust to initialize first_state and last_state if needed.
11516 Be sure to distinguish the initial from the final state.
11517 (new_states): Create the itemset of the initial state, and use
11519 * src/closure.c (closure): Now that the initial state has its
11520 items properly set, there is no need for a special case when
11521 creating `ruleset'.
11523 As a result, now the rule 0, reducing to $axiom, is visible in the
11524 outputs. Adjust the test suite.
11526 * tests/conflicts.at (Solved SR Conflicts)
11527 (Unresolved SR Conflicts): Adjust.
11528 * tests/regression.at (Web2c Report, Rule Line Numbers): Idem.
11529 * tests/conflicts.at (S/R in initial): New.
11531 2002-04-07 Akim Demaille <akim@epita.fr>
11533 * src/LR0.c (allocate_itemsets): Don't loop over ritem: loop over
11534 the RHS of the rules.
11535 * src/output.c (output_gram): Likewise.
11537 2002-04-07 Akim Demaille <akim@epita.fr>
11539 * src/gram.h (rule_t): `lhs' is now a pointer to the symbol's
11541 Adjust all dependencies.
11542 * src/reduce.c (nonterminals_reduce): Don't forget to renumber the
11543 `number' of the buckets too.
11544 * src/gram.h: Include `symtab.h'.
11545 (associativity): Move to...
11546 * src/symtab.h: here.
11547 No longer include `gram.h'.
11549 2002-04-07 Akim Demaille <akim@epita.fr>
11551 * src/gram.h, src/gram.c (rules_rhs_length): New.
11552 (ritem_longest_rhs): Use it.
11553 * src/gram.h (rule_t): `number' is a new member.
11554 * src/reader.c (packgram): Set it.
11555 * src/reduce.c (reduce_grammar_tables): Move the useless rules at
11556 the end of `rules', and count them out of `nrules'.
11557 (reduce_output, dump_grammar): Adjust.
11558 * src/print.c (print_grammar): It is no longer needed to check for
11559 the usefulness of a rule, as useless rules are beyond `nrules + 1'.
11560 * tests/reduce.at (Reduced Automaton): New test.
11562 2002-04-07 Akim Demaille <akim@epita.fr>
11564 * src/reduce.c (inaccessable_symbols): Fix a buglet: because of a
11565 lacking `+ 1' to nrules, Bison reported as useless a token if it
11566 was used solely to set the precedence of the last rule...
11568 2002-04-07 Akim Demaille <akim@epita.fr>
11570 * data/bison.c++, data/bison.simple: Don't output the current file
11571 name in #line, to avoid useless diffs between two identical
11572 outputs under different names.
11574 2002-04-07 Akim Demaille <akim@epita.fr>
11576 * src/closure.c, src/print.c, src/reader.c, src/reduce.c:
11577 Normalize loops to using `< nrules + 1', not `<= nrules'.
11579 2002-04-07 Akim Demaille <akim@epita.fr>
11583 2002-04-07 Akim Demaille <akim@epita.fr>
11585 * src/output.c, src/reader.c, src/symtab.c, src/symtab.h: Rename
11586 bucket.value as bucket.number.
11588 2002-04-07 Akim Demaille <akim@epita.fr>
11590 * src/closure.c, src/derives.c, src/gram.h, src/lalr.c,
11591 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
11592 * src/reader.c, src/reduce.c: Let rule_t.rhs point directly to the
11593 RHS, instead of being an index in RITEMS.
11595 2002-04-04 Paul Eggert <eggert@twinsun.com>
11597 * doc/bison.texinfo: Update copyright date.
11598 (Rpcalc Lexer, Symbols, Token Decl): Don't assume ASCII.
11599 (Symbols): Warn about running Bison in one character set,
11600 but compiling and/or running in an incompatible one.
11601 Warn about character code 256, too.
11603 2002-04-03 Paul Eggert <eggert@twinsun.com>
11605 * src/bison.data (YYSTACK_ALLOC): Depend on whether
11606 YYERROR_VERBOSE is nonzero, not whether it is defined.
11608 Merge changes from bison-1_29-branch.
11610 2002-03-20 Paul Eggert <eggert@twinsun.com>
11612 Merge fixes from Debian bison_1.34-1.diff.
11614 * configure.in (AC_PREREQ): 2.53.
11616 2002-03-20 Akim Demaille <akim@epita.fr>
11618 * src/conflicts.c (log_resolution): Argument `resolution' is const.
11620 2002-03-19 Paul Eggert <eggert@twinsun.com>
11622 * src/bison.simple (YYCOPY): New macro.
11623 (YYSTACK_RELOCATE): Use it.
11624 Remove Type arg; no longer needed. All callers changed.
11625 (yymemcpy): Remove; no longer needed.
11627 * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
11628 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
11630 2002-03-19 Akim Demaille <akim@epita.fr>
11632 Test and fix the #line outputs.
11634 * tests/atlocal.at (GCC): New.
11635 * tests/synclines.at (AT_TEST_SYNCLINE): New macro.
11636 (Prologue synch line, %union synch line, Postprologue synch line)
11637 (Action synch line, Epilogue synch line): New tests.
11638 * src/reader.c (parse_union_decl): Define the muscle stype_line.
11639 * data/bison.simple, data/bison.c++: Use it.
11641 2002-03-19 Akim Demaille <akim@epita.fr>
11643 * tests/regression.at (%nonassoc and eof, Unresolved SR Conflicts)
11644 (Solved SR Conflicts, %expect not enough, %expect right)
11645 (%expect too much): Move to...
11646 * tests/conflicts.at: this new file.
11648 2002-03-19 Akim Demaille <akim@epita.fr>
11650 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
11651 * data/bison.simple, data/bison.c++: Handle the `#define' part, so
11652 that we can move to enums for instance.
11653 * src/output.c (token_definitions_output): Output a list of
11654 `token-name, token-number' instead of the #define.
11655 (output_skeleton): Name this list `b4_tokens', not `b4_tokendefs'.
11657 2002-03-14 Akim Demaille <akim@epita.fr>
11659 Use Gettext 0.11.1.
11661 2002-03-09 Robert Anisko <robert@lrde.epita.fr>
11663 * data/bison.c++: Make the user able to add members to the generated
11664 parser by subclassing.
11666 2002-03-05 Robert Anisko <robert@lrde.epita.fr>
11668 * src/reader.c (read_additionnal_code): `c' should be an integer, not
11670 Reported by Nicolas Tisserand and Nicolas Burrus.
11672 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
11674 * src/reader.c: Warn about lacking semi-colons, do not complain.
11676 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
11678 * data/bison.c++: Remove a debug line.
11680 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
11682 * data/bison.c++: Unmerge value as yylval and value as yyval. Unmerge
11683 location as yylloc and location as yyloc. Use YYLLOC_DEFAULT, and
11684 provide a default implementation.
11686 2002-03-04 Akim Demaille <akim@epita.fr>
11688 * tests/input.at (Invalid $n, Invalid @n): Add the ending `;'.
11689 * tests/output.at (AT_CHECK_OUTPUT): Likewise.
11690 * tests/headers.at (AT_TEST_CPP_GUARD_H): Ditto.
11691 * tests/semantic.at (Parsing Guards): Similarly.
11692 * src/reader.at (readgram): Complain if the last rule is not ended
11695 2002-03-04 Akim Demaille <akim@epita.fr>
11697 * src/warshall.h, src/warshall.c (bitmatrix_print): Move to...
11698 * src/closure.c: here.
11699 (set_firsts): Use bitsetv_reflexive_transitive_closure instead of
11701 * src/warshall.h, src/warshall.c: Remove.
11702 * tests/sets.at (Broken Closure): Adjust.
11704 2002-03-04 Akim Demaille <akim@epita.fr>
11706 * src/output.c (output_skeleton): tempdir is const.
11707 bytes_read is unused.
11709 2002-03-04 Akim Demaille <akim@epita.fr>
11711 * lib/bbitset.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
11712 * lib/bitsetv.h, lib/ebitset.c, lib/lbitset.c, lib/sbitset.c:
11714 From Michael Hayes.
11716 2002-03-04 Akim Demaille <akim@epita.fr>
11718 * src/closure.c (closure): `r' is unused.
11720 2002-03-04 Akim Demaille <akim@epita.fr>
11722 * tests/sets.at (Broken Closure): Add the ending `;'.
11723 * src/reader.at (readgram): Complain if a rule is not ended with a
11726 2002-03-04 Akim Demaille <akim@epita.fr>
11728 * src/conflicts.c (set_conflicts): Use bitset_disjoint_p.
11729 (count_sr_conflicts): Use bitset_count.
11730 * src/reduce.c (inaccessable_symbols): Ditto.
11731 (bits_size): Remove.
11732 * src/warshall.h, src/warshall.c: Convert to bitsetv.
11734 2002-03-04 Akim Demaille <akim@epita.fr>
11736 * src/closure.c, src/conflicts.c, src/lalr.c, src/print.c,
11737 * src/reduce.c: Remove the `bitset_zero's following the
11738 `bitset_create's, as now it is performed by the latter.
11740 2002-03-04 Akim Demaille <akim@epita.fr>
11742 * lib/bitset.c, lib/bitset.h, lib/bitsetv.c, lib/bitsetv.h,
11743 * lib/ebitset.c, lib/ebitset.h, lib/lbitset.c, lib/lbitset.h,
11744 * lib/sbitset.c, lib/sbitset.h, lib/bbitset.h: Update from the
11745 latest sources from Michael.
11747 2002-03-04 Akim Demaille <akim@epita.fr>
11749 * src/output.c (output): Don't free the grammar.
11750 * src/reader.c (grammar_free): New.
11751 * src/main.c (main): Call it and don't free symtab here.
11753 2002-03-04 Akim Demaille <akim@epita.fr>
11755 * src/lex.c (parse_percent_token): Be sure to 0-end token_buffer
11757 Reported by Benoit Perrot.
11759 2002-03-04 Akim Demaille <akim@epita.fr>
11761 Use bitset operations when possible, not loops over bits.
11763 * src/conflicts.c (set_conflicts, count_sr_conflicts): Use
11765 * src/print.c (print_reductions): Use bitset_and, bitset_andn.
11766 * src/reduce.c (useless_nonterminals): Formatting changes.
11767 * src/warshall.c (TC): Use bitset_or.
11769 2002-03-04 Akim Demaille <akim@epita.fr>
11771 * src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
11772 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):
11775 2002-03-04 Akim Demaille <akim@epita.fr>
11777 * src/lalr.c (F): Now a bitset*.
11778 Adjust all dependencies.
11780 2002-03-04 Akim Demaille <akim@epita.fr>
11782 * src/conflicts.c (shiftset, lookaheadset): Now bitset.
11783 Adjust all dependencies.
11785 2002-03-04 Akim Demaille <akim@epita.fr>
11787 * src/L0.c, src/LR0.h (nstates): Be size_t.
11788 Adjust comparisons (signed vs unsigned).
11789 * src/conflics.c, src/lalr.c, src/lalr.h, src/output.c (LA): Now a
11791 Adjust all dependencies.
11793 2002-03-04 Akim Demaille <akim@epita.fr>
11795 * src/closure.c (firsts): Now, also a bitset.
11796 Adjust all dependencies.
11797 (varsetsize): Remove, now unused.
11798 * src/warshall.h, src/warshall.c: Now work on arrays of bitsets.
11800 2002-03-04 Akim Demaille <akim@epita.fr>
11802 * src/print.c: Convert to use bitset.h, not hand coded iterations
11805 2002-03-04 Akim Demaille <akim@epita.fr>
11807 * src/reduce.c: Convert to use bitset.h, not hand coded BSet.
11809 2002-03-04 Akim Demaille <akim@epita.fr>
11811 * src/closure.c (ruleset): Be a bitset.
11812 (rulesetsize): Remove.
11814 2002-03-04 Akim Demaille <akim@epita.fr>
11816 * lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
11817 * lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/lbitset.c,
11818 * lib/lbitset.h, lib/sbitset.c, lib/sbitset.h: New.
11819 * src/closure.c (fderives): Be an array of bitsets.
11821 2002-02-28 Robert Anisko <robert@lrde.epita.fr>
11823 * data/bison.c++: Merge the two generated headers. Insert a copyright
11824 notice in each output file.
11826 2002-02-28 Akim Demaille <akim@epita.fr>
11828 * data/bison.c++: Copy the prologue of bison.simple to fetch
11829 useful M4 definitions, such as b4_header_guard.
11831 2002-02-25 Akim Demaille <akim@epita.fr>
11833 * src/getargs.c (version): Give the name of the authors, and use a
11834 translator friendly scheme for the bgr
11837 2002-02-25 Akim Demaille <akim@epita.fr>
11839 * src/output.c (header_output): Remove, now handled completely via
11842 2002-02-25 Akim Demaille <akim@epita.fr>
11844 * m4/m4.m4: New, from CVS Autoconf.
11845 * configure.in: Invoke it.
11846 * src/output.c (output_skeleton): Use its result instead of the
11849 2002-02-25 Akim Demaille <akim@epita.fr>
11851 * lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
11853 * configure.in: Invoke UTILS_FUNC_MKSTEMP.
11854 * src/output.c (output_skeleton): Use mkstemp to create a real
11856 Move the filling of `skeleton' and its muscle to...
11858 (output): Move the definition of the prologue muscle to...
11860 * src/system.h (DEFAULT_TMPDIR): New.
11862 2002-02-14 Paul Eggert <eggert@twinsun.com>
11864 Remove the support for C++ namespace cleanliness; it was
11865 causing more problems than it was curing, since it didn't work
11866 properly on some nonstandard C++ compilers. This can wait
11867 for a proper C++ parser.
11869 * NEWS: Document this.
11870 * doc/bison.texinfo (Bison Parser, Debugging): Remove special mention
11871 of C++, as it's treated like C now.
11872 * src/bison.simple (YYSTD): Remove.
11873 (YYSIZE_T, YYFPRINTF, YYPARSE_PARAM_ARG, YYPARSE_PARAM_DECL):
11874 Treat C++ just like Standard C instead of trying to support
11875 namespace cleanliness.
11877 2002-02-14 Akim Demaille <akim@epita.fr>
11879 * tests/regression.at (else): Adjust to Andreas' change.
11881 2002-02-14 Akim Demaille <akim@epita.fr>
11883 * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
11885 2002-02-13 Andreas Schwab <schwab@suse.de>
11887 * src/output.c (output_rule_data): Don't output NULL, it might
11888 not be defined yet.
11890 2002-02-11 Robert Anisko <robert@lrde.epita.fr>
11892 * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue.
11893 (Copyright notice): Update.
11895 2002-02-11 Akim Demaille <akim@epita.fr>
11897 * tests/regression.at (%nonassoc and eof): Don't include
11898 nonportable headers.
11900 2002-02-08 Robert Anisko <robert@lrde.epita.fr>
11902 * data/bison.c++: Correct error recovery. Make the user able to
11903 initialize the starting location.
11905 2002-02-07 Akim Demaille <akim@epita.fr>
11907 * tests/input.at: New.
11909 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
11911 * data/bison.c++: Replace some direct m4 expansions by constants. Be
11912 more consistent when naming methods and variables. Put preprocessor
11913 directives around tables only needed for debugging.
11915 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
11917 * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
11919 (yy::b4_name::parse): Use print_.
11921 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
11923 * data/bison.c++ (yy::b4_name::parse): Error recovery is back.
11925 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
11927 * data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in
11929 (yy::b4_name::parse): Build verbose error messages, and use error_.
11931 2002-02-06 Robert Anisko <robert@lrde.epita.fr>
11933 * data/bison.c++: Fix m4 quoting in comments.
11935 2002-02-06 Robert Anisko <robert@lrde.epita.fr>
11937 * data/bison.c++: Adjust the parser code. Fix some muscles that were
11938 not expanded by m4.
11940 2002-02-05 Akim Demaille <akim@epita.fr>
11942 * data/bison.c++: Adjust to the M4 back end.
11943 More is certainly needed.
11945 2002-02-05 Akim Demaille <akim@epita.fr>
11947 Give a try to M4 as a back end.
11949 * lib/readpipe.c: New, from wdiff.
11950 * src/Makefile.am (DEFS): Define PKGDATADIR, not BISON_SIMPLE and
11952 * src/system.h (BISON_HAIRY, BISON_SIMPLE): Remove the DOS and VMS
11953 specific values. Now it is m4 that performs the lookup.
11954 * src/parse-skel.y: Remove.
11955 * src/muscle_tab.c, src/muscle_tab.h (muscles_m4_output): New.
11956 * src/output.c (actions_output, guards_output)
11957 (token_definitions_output): No longer keeps track of the output
11958 line number, hence remove the second argument.
11959 (guards_output): Check against the guard member of a rule, not the
11962 (output_skeleton): Don't look for the skeleton location, let m4 do
11964 Create `/tmp/muscles.m4'. This is temporary, a proper temporary
11966 Invoke `m4' on m4sugar.m4, muscles.m4, and the skeleton.
11967 (prepare): Given that for the time being changesyntax is not
11968 usable in M4, rename the muscles using `-' to `_'.
11969 Define `defines_flag', `output_parser_name' and `output_header_name'.
11970 * src/output.h (actions_output, guards_output)
11971 (token_definitions_output): Adjust prototypes.
11972 * src/scan-skel.l: Instead of scanning the skeletons, it now
11973 processes the output of m4: `__oline__' and `#output'.
11974 * data/bison.simple: Adjust to be used by M4(sugar).
11975 * tests/Makefile.am: Use check_SCRIPTS to make sure `bison' is up
11977 * tests/bison.in: Use the secrete envvar `BISON_PKGDATADIR'
11978 instead of the dead `BISON_SIMPLE' and `BISON_HAIRY'.
11979 * data/m4sugar/m4sugar.m4, data/m4sugar/version.m4: New,
11980 shamelessly stolen from CVS Autoconf.
11982 2002-02-05 Akim Demaille <akim@epita.fr>
11984 * lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version.
11985 * configure.in: Check for the declarations of free and malloc.
11986 * src/muscle_tab.c: Adjust.
11988 2002-02-05 Akim Demaille <akim@epita.fr>
11990 * src/muscle_tab.c (muscle_init): Don't default to NULL muscle
11991 which have no values.
11993 2002-02-05 Akim Demaille <akim@epita.fr>
11995 * src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
11998 2002-01-29 Paul Eggert <eggert@twinsun.com>
12000 * src/bison.simple (YYSIZE_T): Do not define merely because
12001 YYSTACK_USE_ALLOCA is nonzero or alloca or _ALLOCA_H are defined.
12002 On some platforms, <alloca.h> does not declare YYSTD (size_t).
12004 2002-01-27 Akim Demaille <akim@epita.fr>
12006 Fix `%nonassoc and eof'.
12008 * src/state.c (errs_dup): Aaaah! The failure was due to bytes
12009 which were not properly copied! Replace
12010 memcpy (res->errs, src->errs, src->nerrs);
12012 memcpy (res->errs, src->errs, src->nerrs * sizeof (src->errs[0]));
12014 * tests/regression.at (%nonassoc and eof): Adjust to newest
12015 Autotest: `.' is not in the PATH.
12017 2002-01-27 Akim Demaille <akim@epita.fr>
12019 * tests/sets.at (AT_EXTRACT_SETS): New.
12020 (Nullable): Use it.
12023 2002-01-26 Akim Demaille <akim@epita.fr>
12025 * tests/actions.at, tests/calc.at, tests/headers.at,
12026 * tests/torture.at: Adjust to the newest Autotest which no longer
12027 forces `.' in the PATH.
12029 2002-01-25 Akim Demaille <akim@epita.fr>
12031 * tests/regression.at (%nonassoc and eof): New.
12032 Suggested by Robert Anisko.
12034 2002-01-24 Akim Demaille <akim@epita.fr>
12036 Bison dumps core when trying to complain about broken input files.
12037 Reported by Cris van Pelt.
12039 * src/lex.c (parse_percent_token): Be sure to set token_buffer.
12040 * tests/regression.at (Invalid input: 1, Invalid input: 2): Merge
12042 (Invalid inputs): Strengthen: exercise parse_percent_token.
12044 2002-01-24 Robert Anisko <robert.anisko@epita.fr>
12046 * src/Makefile.am: Add bison.c++.
12047 * src/bison.c++: New skeleton.
12049 2002-01-21 Paolo Bonzini <bonzini@gnu.org>
12053 2002-01-21 Kees Zeelenberg <kzlg@users.sourceforge.net>
12055 * src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
12057 2002-01-20 Marc Autret <marc@gnu.org>
12059 * src/files.c (compute_output_file_names): Fix
12061 2002-01-20 Marc Autret <marc@gnu.org>
12063 * tests/output.at: New test.
12064 * src/files.c (compute_base_names): Don't map extensions when
12065 the YACC flag is set, use defaults.
12066 Reported by Evgeny Stambulchik.
12068 2002-01-20 Marc Autret <marc@gnu.org>
12070 * src/system.h: Need to define __attribute__ away for non-GCC
12071 compilers as well (i.e., the vendor C compiler).
12072 Suggested by Albert Chin-A-Young.
12074 2002-01-11 Tim Van Holder <tim.van.holder@pandora.be>
12076 * lib/hash.h, lib/hash.c: Renamed __P to PARAMS and used the
12077 canonical definition.
12078 * src/system.h: Use the canonical definition for PARAMS (avoids
12079 a conflict with the macro from lib/hash.h).
12081 2002-01-11 Akim Demaille <akim@epita.fr>
12083 * configure.in: Use AC_FUNC_STRNLEN.
12084 Fixes the failures observed on AIX 4.3 by H.Merijn Brand.
12086 2002-01-09 Akim Demaille <akim@epita.fr>
12088 * src/files.c, src/files.h (output_infix): New.
12089 (tab_extension): Remove.
12090 (compute_base_names): Compute the former, drop the latter.
12091 * src/output.c (prepare): Insert the muscles `output-infix', and
12093 * src/parse-skel.y (string, string.1): New.
12094 (section.header): Use it.
12095 (section.yacc): Remove.
12096 (prefix): Remove too.
12097 * src/scan-skel.l: Adjust.
12098 * src/bison.simple, src/bison.hairy: Adjust.
12100 2002-01-09 Akim Demaille <akim@epita.fr>
12102 * configure.in (WERROR_CFLAGS): Compute it.
12103 * src/Makefile.am (CFLAGS): Pass it.
12104 * tests/atlocal.in (CFLAGS): Idem.
12105 * src/files.c: Fix a few warnings.
12106 (get_extension_index): Remove, unused.
12108 2002-01-08 Akim Demaille <akim@epita.fr>
12110 * src/getargs.c (AS_FILE_NAME): New.
12111 (getargs): Use it to convert DOSish file names.
12112 * src/files.c (base_name): Rename as full_base_name to avoid
12113 clashes with `base_name ()'.
12114 (filename_split): New.
12115 (compute_base_names): N-th rewrite, using filename_split.
12117 2002-01-08 Akim Demaille <akim@epita.fr>
12119 * lib/basename.c, lib/dirname.h, lib/dirname.c, lib/memrchr.c:
12120 New, stolen from the Fileutils 4.1.
12121 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
12122 * configure.in: Check for the presence of memrchr, and of its
12125 2002-01-07 Tim Van Holder <tim.van.holder@pandora.be>
12127 * lib/hash.h (__P): Added definition for this macro.
12128 * src/Makefile.am: Add parse-skel.c and scan-skel.c to
12129 BUILT_SOURCES, to ensure they are generated first.
12130 * src/parse-skel.y: Use YYERROR_VERBOSE instead of
12131 %error-verbose to allow bootstrapping with bison 1.30x.
12133 2002-01-06 Akim Demaille <akim@epita.fr>
12135 * src/reader.c (parse_braces): Don't fetch the next char, the
12136 convention is to fetch on entry.
12137 * tests/torture.at (GNU Cim Grammar): Reintroduce their weird
12138 'switch' without a following semicolon.
12139 * tests/regression.at (braces parsing): New.
12141 2002-01-06 Akim Demaille <akim@epita.fr>
12143 Bison is dead wrong in its RR conflict reports.
12145 * tests/torture.at (GNU Cim Grammar): New.
12146 * src/conflicts.c (count_rr_conflicts): Fix.
12148 2002-01-06 Akim Demaille <akim@epita.fr>
12150 Creating package.m4 from configure.ac causes too many problems.
12152 * tests/Makefile.am (package.m4): Create it by hand,
12153 AC_CONFIG_TESTDIR no longer does in the most recent CVS Autoconf.
12155 2002-01-06 Akim Demaille <akim@epita.fr>
12157 * src/Makefile.am (bison_SOURCES): Add parse-skel.h and
12160 2002-01-04 Paul Eggert <eggert@twinsun.com>
12162 * doc/bison.texinfo (Debugging):
12163 Remove YYSTDERR; it's no longer defined or used.
12164 Also, s/cstdio.h/cstdio/.
12166 2002-01-03 Akim Demaille <akim@epita.fr>
12168 * tests/bison.in, tests/atlocal.in: Adjust to CVS Autoconf.
12170 2002-01-03 Akim Demaille <akim@epita.fr>
12172 * src/parse-skel.y (process_skeleton): Don't bind the parser's
12173 tracing code to --trace, wait for a better --trace option, with
12176 2002-01-03 Akim Demaille <akim@epita.fr>
12178 * src/bison.simple (YYSTDERR): Remove, replace `stderr'.
12179 The ISO C++ standard is extremely clear about it: stderr is
12180 considered a macro, not a regular symbol (see table 94 `Header
12181 <cstdio> synopsis', [lib.c.files] 27.8.2 C Library files).
12182 Therefore std:: does not apply to it. It still does with fprintf.
12183 Also, s/cstdio.h/cstdio/.
12185 2002-01-03 Akim Demaille <akim@epita.fr>
12187 * lib/quotearg.c: Use `#include "..."' instead of `#include <...>'
12188 for non system headers.
12190 2002-01-02 Akim Demaille <akim@epita.fr>
12192 Equip the skeleton chain with location tracking, runtime trace,
12193 pure parser and scanner.
12195 * src/parse-skel.y: Request a pure parser, locations, and prefix
12197 (%union): Having several members with the same type does not help
12198 type mismatches, simplify.
12199 (YYPRINT, yyprint): New.
12200 (yyerror): ``Rename'' (there is a #define yyerror skel_error) as...
12201 (skel_error): this.
12203 * src/scan-skel.l: Adjust to these changes.
12204 * src/skeleton.h (LOCATION_RESET, LOCATION_LINES, LOCATION_STEP)
12205 (LOCATION_PRINT, skel_control_t): New.
12207 2001-12-30 Akim Demaille <akim@epita.fr>
12209 * src/parse-skel.y: Get rid of the shift/reduce conflict:
12210 replace `gb' with BLANKS.
12211 * src/scan-skel.l: Adjust.
12213 2001-12-30 Akim Demaille <akim@epita.fr>
12215 * src/system.h: We don't need nor want bcopy.
12216 Throw away MS-DOS crap: we don't need getpid.
12217 * configure.in: We don't need strndup. It was even causing
12218 problems: because Flex includes the headers *before* us,
12219 _GNU_SOURCE is not defined by config.h, and therefore strndup was
12221 * lib/xstrndup.c: New.
12222 * src/scan-skel.l: Use it.
12223 Be sure to initialize yylval.muscle member when scanning a MUSCLE.
12224 * src/parse-skel.y: Use %directives instead of #defines.
12226 2001-12-30 Akim Demaille <akim@epita.fr>
12228 * src/skeleton.h: New.
12229 * src/output.c (output_parser, output_master_parser): Remove, dead
12231 * src/output.h (get_lines_number, actions_output, guards_output)
12232 (token_definitions_output): Prototype them.
12233 * src/parse-skel.y: Add the license notice.
12234 Include output.h and skeleton.h.
12235 (process_skeleton): Returns void, and takes a single parameter.
12236 * src/scan-skel.l: Add the license notice.
12237 Include skeleton.h.
12238 Don't use %option yylineno: it seems that then Flex imagines
12239 REJECT has been used, and therefore it won't reallocate its
12240 buffers (which makes no other sense to me than a bug). It results
12241 in warnings for `unused: yy_flex_realloc'.
12243 2001-12-30 Robert Anisko <robert.anisko@epita.fr>
12245 * src/muscle_tab.h (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
12246 (MUSCLE_INSERT_PREFIX): ...to there.
12247 * src/output.c (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
12248 (MUSCLE_INSERT_PREFIX): Move from here...
12250 * src/bison.hairy: Add a section directive. Put braces around muscle
12251 names. This parser skeleton is still broken, but Bison should not
12252 choke on a bad muscle 'syntax'.
12253 * src/bison.simple: Add a section directive. Put braces around muscle
12256 * src/files.h (strsuffix, stringappend): Add declarations.
12257 (tab_extension): Add declaration.
12258 (short_base_name): Add declaration.
12260 * src/files.c (strsuffix, stringappend): No longer static. These
12261 functions are used in the skeleton parser.
12262 (tab_extension): New.
12263 (compute_base_names): Use the computations done in this function
12264 to guess if the generated parsers should have '.tab' in their
12266 (short_base_name): No longer static.
12268 * src/output.c (output_skeleton): New.
12269 (output): Disable call to output_master_parser, and give a try to
12270 a new skeleton handling system.
12271 (guards_output, actions_output): No longer static.
12272 (token_definitions_output, get_lines_number): No longer static.
12274 * configure.in: Use AM_PROG_LEX and AC_PROG_YACC.
12276 * src/Makefile.am (bison_SOURCES): Add scan-skel.l and
12279 * src/parse-skel.y: New file.
12280 * src/scan-skel.l: New file.
12282 2001-12-29 Akim Demaille <akim@epita.fr>
12284 %name-prefix is broken.
12286 * src/files.c (spec_name_prefix): Initialize to NULL, not to "yy".
12287 Adjust all dependencies.
12288 * tests/headers.at (export YYLTYPE): Strengthen this test: use
12291 Renaming yylval but not yylloc is not consistent. Now we do.
12293 * src/bison.simple: Prefix yylloc if used.
12294 * doc/bison.texinfo (Decl Summary): Document that.
12296 2001-12-29 Akim Demaille <akim@epita.fr>
12298 * doc/bison.texinfo: Promote `%long-directive' over
12300 Remove all references to fixed-output-files, yacc is enough.
12302 2001-12-29 Akim Demaille <akim@epita.fr>
12304 * src/bison.simple: Define YYDEBUG and YYERROR_VERBOSE *after* the
12305 user prologue. These are defaults.
12306 * tests/actions.at (Mid-rule actions): Make sure the user can
12307 define YYDEBUG and YYERROR_VERBOSE.
12309 2001-12-29 Akim Demaille <akim@epita.fr>
12311 * src/output.c (header_output): Don't forget to export YYLTYPE and
12313 * tests/headers.at (export YYLTYPE): New, make sure it does.
12314 * tests/regression.at (%union and --defines, Invalid CPP headers):
12316 * tests/headers.at: here.
12318 2001-12-29 Akim Demaille <akim@epita.fr>
12320 * src/gram.h (rule_s): Member `assoc' is of type `associativity'.
12322 2001-12-29 Akim Demaille <akim@epita.fr>
12324 * tests/actions.at (Mid-rule actions): Output on a single line
12325 instead of several.
12327 2001-12-29 Akim Demaille <akim@epita.fr>
12329 * doc/bison.texinfo: Formatting changes.
12331 2001-12-29 Akim Demaille <akim@epita.fr>
12333 Don't store the token defs in a muscle, just be ready to output it
12334 on command. Now possible via `symbols'. Fixes a memory leak.
12336 * src/output.c (token_definitions_output): New.
12337 (output_parser, header_output): Use it.
12338 * src/reader.c (symbols_save): Remove.
12340 2001-12-29 Akim Demaille <akim@epita.fr>
12342 * src/bison.simple: Do not provide a default for YYSTYPE and
12343 YYLTYPE before the user's prologue. Otherwise it's hardly... a
12346 2001-12-29 Akim Demaille <akim@epita.fr>
12348 Mid-rule actions are simply... ignored!
12350 * src/reader.c (readgram): Be sure to attach mid-rule actions to
12351 the empty-rule associated to the dummy symbol, not to the host
12353 * tests/actions.at (Mid-rule actions): New.
12355 2001-12-29 Akim Demaille <akim@epita.fr>
12359 * src/reader.c (reader): Free grammar.
12361 2001-12-29 Akim Demaille <akim@epita.fr>
12365 * src/LR0.c (new_itemsets): Don't allocate `shift_symbol' here,
12366 since it allocates it for each state, although only one is needed.
12367 (allocate_storage): Do it here.
12369 2001-12-29 Akim Demaille <akim@epita.fr>
12371 * src/options.h, src/options.c (create_long_option_table): Rename
12373 (long_option_table_new): this, with a clearer prototype.
12374 (percent_table): Remove, unused,
12375 * src/getargs.c (getargs): Adjust.
12377 2001-12-29 Akim Demaille <akim@epita.fr>
12379 * src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.c
12380 * src/print.c, src/print_graph.c, src/state.h: Rename state_table
12383 2001-12-29 Akim Demaille <akim@epita.fr>
12385 * src/lalr.c (build_relations): Rename `states' as `states1'.
12386 Sorry, I don't understand exactly what it is, no better name...
12388 2001-12-29 Akim Demaille <akim@epita.fr>
12390 * src/closure.c, src/conflicts.c, src/derives.c, src/gram.c
12391 * src/gram.h, src/lalr.c, src/nullable.c, src/output.c, src/print.c
12392 * src/print_graph.c, src/reader.c, src/reduce.c: Rename rule_table
12395 2001-12-29 Akim Demaille <akim@epita.fr>
12397 * src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long
12400 2001-12-29 Akim Demaille <akim@epita.fr>
12402 * src/reader.c, src/reader.h (user_toknums): Remove.
12403 Adjust all users to use symbols[i]->user_token_number.
12405 2001-12-29 Akim Demaille <akim@epita.fr>
12407 * src/gram.c, src/gram.h (sprec, sassoc): Remove.
12408 Adjust all users to use symbols[i]->prec or ->assoc.
12410 2001-12-29 Akim Demaille <akim@epita.fr>
12412 * src/reader.c, src/reader.h (tags): Remove.
12413 Adjust all users to use symbols[i]->tag.
12415 2001-12-29 Akim Demaille <akim@epita.fr>
12417 * src/gram.h, src/gram.c (symbols): New, similar to state_table
12419 * src/reader.c (packsymbols): Fill this table.
12421 * src/conflicts.c (resolve_sr_conflict): Adjust.
12422 * src/reduce.c (reduce_grammar): Adjust: just sort symbols, a
12424 Use symbols[i]->tag instead of tags[i].
12426 2001-12-29 Akim Demaille <akim@epita.fr>
12428 * tests/calc.at (_AT_DATA_CALC_Y): Also use %union.
12429 In addition, put a comment in there, to replace...
12430 * tests/regression.at (%union and C comments): Remove.
12432 2001-12-29 Akim Demaille <akim@epita.fr>
12434 * tests/regression.at (Web2c Actions): Blindly move the actual
12435 output as expected output. The contents *seem* right to me, but I
12436 can't pretend reading perfectly parser tables... Nonetheless, all
12437 the other tests pass correctly, the table look OK, even though the
12438 presence of `$axiom' is to be noted: AFAICS it is useless (but
12441 2001-12-29 Akim Demaille <akim@epita.fr>
12443 * src/reader.c (readgram): Don't add the rule 0 if there were no
12444 rules read. In other words, add it _after_ having performed
12445 grammar sanity checks.
12446 Fixes the `tests/regression.at (Invalid input: 1)' Failure.
12448 2001-12-29 Akim Demaille <akim@epita.fr>
12450 * tests/regression.at (Web2c Report): Catch up: the rule 0 is now
12451 visible, and some states have now a different number.
12453 2001-12-29 Akim Demaille <akim@epita.fr>
12455 * src/reader.c (readgram): Bind the initial rule's lineno to that
12457 * tests/regression.at (Rule Line Numbers, Unresolved SR Conflicts):
12458 (Solved SR Conflicts): Adjust rule 0's line number.
12460 2001-12-29 Akim Demaille <akim@epita.fr>
12462 Fix the `GAWK Grammar' failure.
12464 * src/LR0.c (final_state): Initialize to -1 so that we do compute
12465 the reductions of the first state which was mistakenly confused
12466 with the final state because precisely final_state was initialized
12468 * tests/sets.at (Nullable): Adjust: state 0 does have lookaheads,
12469 now noticed by Bison.
12470 * tests/regression.at (Rule Line Numbers): Adjust: state 0 does
12471 have a reduction on $default.
12473 2001-12-29 Akim Demaille <akim@epita.fr>
12475 * src/gram.c (ritem_print): Be sure to subtract 1 when displaying
12477 * src/closure.c (print_closure): Likewise.
12478 * src/derives.c (print_derives): Likewise.
12479 * tests/sets.at (Nullable): Adjust: the rule numbers are correct
12482 2001-12-29 Akim Demaille <akim@epita.fr>
12484 * src/lalr.c (lookaheads_print): New.
12485 (lalr): Call it when --trace-flag.
12486 * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads
12489 2001-12-29 Akim Demaille <akim@epita.fr>
12491 * src/derives.c (print_derives): Be sure to use `>= 0', not `> 0',
12492 when walking through ritem, even via rule->rhs.
12493 * src/reduce.c (dump_grammar, useful_production, reduce_output)
12494 (useful_production, useless_nonterminals): Likewise.
12495 (reduce_grammar_tables): Likewise, plus update nritems.
12496 * src/nullable.c (set_nullable): Likewise.
12497 * src/lalr.c (build_relations): Likewise.
12498 * tests/sets.at (Nullable): Adjust.
12499 Fortunately, now, the $axiom is no longer nullable.
12501 2001-12-29 Akim Demaille <akim@epita.fr>
12503 * src/LR0.c (generate_states): Use nritems, not nitems, nor using
12505 * src/gram.c (ritem_longest_rhs): Likewise.
12506 * src/reduce.c (nonterminals_reduce): Likewise.
12507 * src/print_graph.c (print_graph): Likewise.
12508 * src/output.c (output_rule_data): Likewise.
12509 * src/nullable.c (set_nullable): Likewise.
12511 2001-12-29 Akim Demaille <akim@epita.fr>
12513 * src/output.c: Comment changes.
12515 2001-12-27 Paul Eggert <eggert@twinsun.com>
12517 * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
12518 cases for non-GNU systems like AIX, HP-UX, SGI, Sun, and
12519 Sparc, as they were causing more porting problems than the
12520 (minor) performance improvement was worth.
12522 Also, catch up with 1.31's YYSTD.
12524 2001-12-27 Akim Demaille <akim@epita.fr>
12526 * src/output.c (output_gram): Rely on nritems, not the
12527 0-sentinel. See below.
12528 Use -1 as separator, not 0.
12529 * src/bison.simple (yyparse): Subtract 1 to the rule numbers.
12530 Rely on -1 as separator in yyrhs, instead of 0.
12531 * tests/calc.at (AT_CHECK_CALC): Now, the parsers no longer issue
12532 twice `Now at end of input', therefore there are two lines less to
12535 2001-12-27 Akim Demaille <akim@epita.fr>
12537 * tests/regression.at (Unresolved SR Conflicts):
12538 (Solved SR Conflicts, Rule Line Numbers): Adjust to the changes
12541 2001-12-27 Akim Demaille <akim@epita.fr>
12543 * src/LR0.c (new_state): Recognize the final state by the fact it
12544 is reached by eoftoken.
12545 (insert_start_shifting_state, insert_eof_shifting_state)
12546 (insert_accepting_state, augment_automaton): Remove, since now
12547 these states are automatically computed from the initial state.
12548 (generate_states): Adjust.
12549 * src/print.c: When reporting a rule number to the user, substract
12550 1, so that the axiom rule is rule 0, and the first user rule is 1.
12551 * src/reduce.c: Likewise.
12552 * src/print_graph.c (print_core): For the time being, just as for
12553 the report, depend upon --trace-flags to dump the full set of
12555 * src/reader.c (readgram): Once the grammar read, insert the rule
12556 0: `$axiom: START-SYMBOL $'.
12557 * tests/set.at: Adjust: rule 0 is now displayed, and since the
12558 number of the states has changed (the final state is no longer
12559 necessarily the last), catch up.
12561 2001-12-27 Akim Demaille <akim@epita.fr>
12563 Try to make the use of the eoftoken valid. Given that its value
12564 is 0 which was also used as a sentinel in ritem, (i) make sure >= 0
12565 is used instead of > 0 where appropriate, (ii), depend upon nritems
12566 instead of the 0-sentinel.
12568 * src/gram.h, src/gram.c (nritems): New.
12569 Expected to be duplication of nitems, but for the time being...
12570 * src/reader.c (packgram): Assert nritems and nitems are equal.
12571 * src/LR0.c (allocate_itemsets, new_itemsets): Adjust.
12572 * src/closure.c (print_closure, print_fderives): Likewise.
12573 * src/gram.c (ritem_print): Likewise.
12574 * src/print.c (print_core, print_grammar): Likewise.
12575 * src/print_graph.c: Likewise.
12577 2001-12-27 Akim Demaille <akim@epita.fr>
12579 * src/main.c (main): If there are complains after grammar
12580 reductions, then output the report anyway if requested, then die.
12581 * src/symtab.c (bucket_new): Initialize `value' to -1, not 0.
12582 * src/reader.c (eoftoken): New.
12583 (parse_token_decl): If the token being defined has value `0', it
12585 (packsymbols): No longer hack `tags' to insert `$' by hand.
12586 Be sure to preserve the value of the eoftoken.
12587 (reader): Make sure eoftoken is defined.
12588 Initialize nsyms to 0: now eoftoken is created just like the others.
12589 * src/print.c (print_grammar): Don't special case the eof token.
12590 * src/regression.at: Adjust: `$' has value 0, not -1, which was a
12591 lie anyway, albeit pleasant.
12592 * tests/calc.at: Exercise error messages with eoftoken.
12593 Change the grammar so that empty input is invalid.
12594 Adjust expectations.
12595 When yyungeting, be sure to use a valid yylloc: use last_yylloc.
12597 2001-12-27 Akim Demaille <akim@epita.fr>
12599 * configure.in: Check the protos of strchr ans strspn.
12600 Replace strchr if needed.
12601 * src/system.h: Provide the protos of strchr, strspn and memchr if
12603 * lib/strchr.c: New.
12604 * src/reader.c (symbols_save): Use strchr.
12606 2001-12-27 Akim Demaille <akim@epita.fr>
12608 * src/print.c, src/print_graph.c (escape): New.
12609 Use it to quote the TAGS outputs.
12610 * src/print_graph.c (print_state): Now errors are in red, and
12611 reductions in green.
12612 Prefer high to wide: output the state number on a line of its own.
12614 2001-12-27 Akim Demaille <akim@epita.fr>
12616 * src/state.h, src/state.c (reductions_new): New.
12617 * src/LR0.c (set_state_table): Let all the states have a
12618 `reductions', even if reduced to 0.
12619 (save_reductions): Adjust.
12620 * src/lalr.c (initialize_LA, initialize_lookaheads): Adjust.
12621 * src/print.c (print_reductions, print_actions): Adjust.
12622 * src/output.c (action_row): Adjust.
12624 2001-12-27 Akim Demaille <akim@epita.fr>
12626 * src/state.h, src/state.c (errs_new, errs_dup): New.
12627 * src/LR0.c (set_state_table): Let all the states have an errs,
12628 even if reduced to 0.
12629 * src/print.c (print_errs, print_reductions): Adjust.
12630 * src/output.c (output_actions, action_row): Adjust.
12631 * src/conflicts.c (resolve_sr_conflict): Adjust.
12633 2001-12-27 Akim Demaille <akim@epita.fr>
12635 * src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SYMBOL.
12637 2001-12-27 Akim Demaille <akim@epita.fr>
12639 * src/conflicts.c, src/conflicts.h (print_reductions): Move to...
12640 * src/print.c: here.
12641 (lookaheadset, shiftset): New, used as additional storage by
12643 (print_results): Adjust.
12644 (print_shifts, print_gotos, print_errs): New, extracted from...
12645 (print_actions): here.
12646 * src/print_graph.c (print_actions): Remove dead code.
12648 2001-12-27 Akim Demaille <akim@epita.fr>
12650 * src/reader.c (copy_dollar, copy_at): Better checking of `n' in
12653 2001-12-27 Akim Demaille <akim@epita.fr>
12655 * src/lalr.c (add_lookback_edge): Use state_t instead of ints.
12656 (build_relations): Adjust.
12658 2001-12-27 Akim Demaille <akim@epita.fr>
12660 * src/lalr.c (set_goto_map): Remove a wrong but benign loop
12663 2001-12-27 Akim Demaille <akim@epita.fr>
12665 * src/reader.c (packgram): Catch nitems overflows.
12667 2001-12-27 Akim Demaille <akim@epita.fr>
12669 * src/files.c, src/files.h (guard_obstack): Remove.
12670 * src/output.c (output): Adjust.
12671 * src/reader.c (parse_braces): New, factoring...
12672 (copy_action, copy_guard): these two which are renamed as...
12673 (parse_action, parse_guard): these.
12674 As a voluntary consequence, using braces around guards is now
12677 2001-12-27 Akim Demaille <akim@epita.fr>
12679 * src/gram.h (rule_t): `guard' and `guard_line' are new members.
12680 * src/reader.c (symbol_list): `guard' and `guard_line' are new
12682 (symbol_list_new): Adjust.
12683 (copy_action): action_line is the first line, not the last.
12684 (copy_guard): Just as for actions, store the `action' only, not
12685 the switch/case/break flesh.
12686 Don't parse the user action that might follow the guard, let...
12687 (readgram): do it, i.e., now, there can be an action after a
12689 In other words the guard is just explicitly optional.
12690 (packgram): Adjust.
12691 * src/output.c (guards_output): New.
12692 (output_parser): Call it when needed.
12693 (output): Also free the guard and attrs obstacks.
12694 * src/files.c, src/files.h (obstack_save): Remove.
12695 (output_files): Remove.
12696 As a result, if one needs the former `.act' file, using an
12697 appropriate skeleton which requires actions and guards is now
12699 * src/main.c (main): Adjust.
12700 * tests/semantic.at: New.
12701 * tests/regression.at: Use `input.y' as input file name.
12702 Avoid 8+3 problems by requiring input.c when the test needs the
12705 2001-12-27 Akim Demaille <akim@epita.fr>
12707 * src/reader.c (symbol_list_new): Be sure to initialize all the
12710 2001-12-27 Akim Demaille <akim@epita.fr>
12712 All the hacks using a final pseudo state are now useless.
12714 * src/LR0.c (set_state_table): state_table holds exactly nstates.
12715 * src/lalr.c (nLA): New.
12716 (initialize_LA, compute_lookaheads, initialize_lookaheads): Use it
12717 instead of lookaheadsp from the pseudo state (nstate + 1).
12719 2001-12-27 Akim Demaille <akim@epita.fr>
12721 * src/output.c (action_row, token_actions): Use a state_t instead
12722 of a integer, and nlookaheads instead of the following state's
12725 2001-12-27 Akim Demaille <akim@epita.fr>
12727 * src/conflicts.c (log_resolution, flush_shift)
12728 (resolve_sr_conflict, set_conflicts, solve_conflicts)
12729 (count_sr_conflicts, count_rr_conflicts, conflicts_output)
12730 (conflicts_print, print_reductions): Use a state_t instead of an
12731 integer when referring to a state.
12732 As much as possible, depend upon nlookaheads, instead of the
12733 `lookaheadsp' member of the following state (since lookaheads of
12734 successive states are successive, the difference between state n + 1
12735 and n served as the number of lookaheads for state n).
12736 * src/lalr.c (add_lookback_edge): Likewise.
12737 * src/print.c (print_core, print_actions, print_state)
12738 (print_results): Likewise.
12739 * src/print_graph.c (print_core, print_actions, print_state)
12740 (print_graph): Likewise.
12741 * src/conflicts.h: Adjust.
12743 2001-12-27 Akim Demaille <akim@epita.fr>
12745 * src/bison.hairy: Formatting/comment changes.
12747 Remove `register' indications.
12748 Add plenty of `static'.
12750 2001-12-27 Akim Demaille <akim@epita.fr>
12752 * src/output.c (prepare): Drop the muscle `ntbase' which
12753 duplicates ntokens.
12754 * src/bison.simple: Formatting/comment changes.
12755 Use YYNTOKENS only, which is documented, but not YYNTBASE, which
12756 is an undocumented synonym.
12758 2001-12-22 Akim Demaille <akim@epita.fr>
12760 * src/output.c (output_table_data): Change the prototype to use
12761 `int' for array ranges: some invocations do pass an int, not a
12763 Reported by Wayne Green.
12765 2001-12-22 Akim Demaille <akim@epita.fr>
12767 Some actions of web2c.y are improperly triggered.
12768 Reported by Mike Castle.
12770 * src/lalr.c (traverse): s/F (i)[k] = F (j)[k]/F (j)[k] = F (i)[k]/.
12771 * tests/regression.at (Web2c): Rename as...
12772 (Web2c Report): this.
12773 (Web2c Actions): New.
12775 2001-12-22 Akim Demaille <akim@epita.fr>
12777 Reductions in web2c.y are improperly reported.
12778 Reported by Mike Castle.
12780 * src/conflicts.c (print_reductions): Fix.
12781 * tests/regression.at (Web2c): New.
12783 2001-12-18 Akim Demaille <akim@epita.fr>
12785 Some host fail on `assert (!"foo")', which expands to
12786 ((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
12787 Reported by Nelson Beebee.
12789 * src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
12790 `#define it_succeeded 0' and `assert (it_succeeded)'.
12792 2001-12-17 Marc Autret <autret_m@epita.fr>
12794 * src/bison.simple: Don't hard code the skeleton line and filename.
12795 * src/output.c (output_parser): Rename 'line' as 'output_line'.
12796 New line counter 'skeleton_line' (skeleton-line muscle).
12798 2001-12-17 Paul Eggert <eggert@twinsun.com>
12800 * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that
12801 YYDEBUG must be defined to a nonzero value.
12803 * src/bison.simple (yytname): Do not assume that the user defines
12804 YYDEBUG to a properly parenthesized expression.
12806 2001-12-17 Akim Demaille <akim@epita.fr>
12808 * src/state.h (state_t): Rename lookaheads as lookaheadsp.
12809 nlookaheads is a new member.
12811 * src/lalr.h (nlookaheads): Remove this orphan declaration.
12812 * src/lalr.c (initialize_lookaheads): Set nlookaheads for each
12815 2001-12-17 Akim Demaille <akim@epita.fr>
12817 * src/files.h, src/files.c (open_files, close_files): Remove.
12818 * src/main.c (main): Don't open/close files, nor invoke lex_free,
12820 * src/reader.c (reader): Do it.
12822 2001-12-17 Akim Demaille <akim@epita.fr>
12824 * src/conflicts.c (print_reductions): Formatting changes.
12826 2001-12-17 Akim Demaille <akim@epita.fr>
12828 * src/conflicts.c (flush_shift): Also adjust lookaheadset.
12829 (flush_reduce): New.
12830 (resolve_sr_conflict): Adjust.
12832 2001-12-17 Akim Demaille <akim@epita.fr>
12834 * src/output.c (output_obstack): Be static and rename as...
12835 (format_obstack): this, to avoid any confusion with files.c's
12837 * src/reader.h (muscle_obstack): Move to...
12838 * src/output.h: here, since it's defined in output.c.
12840 2001-12-17 Akim Demaille <akim@epita.fr>
12842 * src/output.c (action_row, save_column, default_goto)
12843 (sort_actions, matching_state, pack_vector): Better variable
12846 2001-12-17 Akim Demaille <akim@epita.fr>
12848 * src/output.c: Various formatting changes.
12850 2001-12-17 Akim Demaille <akim@epita.fr>
12852 * src/files.c (output_files): Free the output_obstack.
12853 * src/main.c (main): Call print and print_graph conditionally.
12854 * src/print.c (print): Work unconditionally.
12855 * src/print_graph.c (print_graph): Work unconditionally.
12856 * src/conflicts.c (log_resolution): Output only if verbose_flag.
12858 2001-12-16 Marc Autret <autret_m@epita.fr>
12860 * src/output.c (actions_output): Fix. When we use %no-lines,
12861 there is one less line per action.
12863 2001-12-16 Marc Autret <autret_m@epita.fr>
12865 * src/bison.simple: Remove a useless #line directive.
12866 s/#line %%line %%skeleton/#line %%line "%%parser-file-name"/'.
12867 * src/output.c (get_lines_number): New.
12868 (output_parser): Adjust, now takes care about the lines of a
12870 Fix line numbering.
12871 (actions_output): Computes the number of lines taken by actions.
12872 (output_master_parser): Insert new skeleton which is the name of
12873 the output parser file name.
12875 2001-12-15 Marc Autret <autret_m@epita.fr>
12877 * src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
12879 2001-12-15 Marc Autret <autret_m@epita.fr>
12881 * src/output.c (output_gram): Keep track of the hairy one.
12883 2001-12-15 Akim Demaille <akim@epita.fr>
12885 Make `make distcheck' work.
12887 * lib/Makefile.am (INCLUDES): Add top_srcdir/intl, since hash uses
12888 system.h which uses libgettext.h.
12890 2001-12-15 Akim Demaille <akim@epita.fr>
12892 * src/nullable.c (set_nullable): Useless rules must be skipped,
12893 otherwise, since we range over their symbols, we might look at a
12894 nonterminal which no longer ``exists'', i.e., it is not counted in
12895 `nvars', hence we overflow our arrays.
12897 2001-12-15 Akim Demaille <akim@epita.fr>
12899 The header can also be produced directly, without any obstack!
12902 * src/files.c, src/files.h (defines_obstack): Remove.
12903 (compute_header_macro): Global.
12904 (defines_obstack_save): Remove.
12905 * src/reader.c (parse_union_decl): No longer output to
12906 defines_obstack: its content can be found in the `stype' muscle
12908 (output_token_translations): Merge into...
12909 (symbols_output): this.
12911 (symbols_save): this.
12913 * src/output.c (header_output): New.
12916 2001-12-15 Akim Demaille <akim@epita.fr>
12918 * src/reader.c (parse_union_decl): Instead of handling two obstack
12919 simultaneously, use one to define the `stype' muscle, and use the
12920 value of the latter to fill defines_obstack.
12921 (copy_comment): Remove.
12922 (copy_comment2): Work for a single obstack.
12924 (copy_comment): this.
12926 2001-12-15 Akim Demaille <akim@epita.fr>
12928 * src/lex.c, src/lex.h (xgetc): No longer static.
12929 * src/reader.c (parse_union_decl): Revamp.
12931 2001-12-15 Akim Demaille <akim@epita.fr>
12933 Still making progress in separating Bison into (i) input, (ii)
12934 process, (iii) output: now we can directly output the parser file
12935 without using table_obstack at all.
12937 * src/files.c, src/files.h (table_obstack): Bye bye.
12938 (parser_file_name): New.
12939 * src/files.c (compute_output_file_names): Compute it.
12940 * src/output.c (actions_output, output_parser)
12941 (output_master_parser): To a file instead of an obstack.
12943 2001-12-15 Akim Demaille <akim@epita.fr>
12945 Attach actions to rules, instead of pre-outputting them to
12948 * src/gram.h (rule_t): action and action_line are new members.
12949 * src/reader.c (symbol_list): Likewise.
12950 (copy_action): Save the actions within the rule.
12951 (packgram): Save them in rule_table.
12952 * src/output.c (actions_output): New.
12953 (output_parser): Use it on `%%actions'.
12954 (output_rule_data): Don't free rule_table.
12956 (prepare): Don't save the `action' muscle.
12957 * src/bison.simple: s/%%action/%%actions/.
12959 2001-12-15 Akim Demaille <akim@epita.fr>
12961 * src/reader.c (copy_action): When --yacc, don't append a `;'
12962 to the user action: let it fail if lacking.
12963 Suggested by Arnold Robbins and Tom Tromey.
12965 2001-12-14 Akim Demaille <akim@epita.fr>
12967 * src/lex.c (literalchar): Simply return the char you decoded, non
12968 longer mess around with obstacks and int pointers.
12969 Adjust all callers.
12971 2001-12-14 Akim Demaille <akim@epita.fr>
12973 * src/lex.c (literalchar): Don't escape the special characters,
12974 just decode them, and keep them as char (before, eol was output as
12975 the 2 char string `\n' etc.).
12976 * src/output.c (output_rule_data): Use quotearg to output the
12979 2001-12-13 Paul Eggert <eggert@twinsun.com>
12981 * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
12982 Do not infringe on the global user namespace when using C++.
12983 (YYFPRINTF, YYSTDERR): New macros, needed for the above.
12984 All uses of `fprintf' and `stderr' changed.
12986 * doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
12988 2001-12-13 Akim Demaille <akim@epita.fr>
12990 The computation of nullable is broken: it doesn't handle empty
12993 * tests/torture.at (GNU AWK Grammar): New.
12994 * tests/sets.at (Nullable): New.
12995 * src/nullable.c (set_nullable): Instead of blindly looping over
12996 `ritems', loop over the rules, and then over their rhs's.
12998 Work around Autotest bugs.
13000 * src/warshall.c (bitmatrix_print): Don't use `+--+' as table
13001 frame, because Autotest understand lines starting with a `+' as
13002 traces from the shell. Then, they are not processed properly.
13003 Admittedly an Autotest bug, but we don't have time to wait for
13004 Autotest to catch up.
13005 * tests/regression.at (Broken Closure): Adjust to the new table
13008 * tests/sets.at: here.
13010 2001-12-13 Akim Demaille <akim@epita.fr>
13012 * src/closure.c (closure): Use nrules instead of playing tricks
13013 with BITS_PER_WORD.
13015 2001-12-13 Akim Demaille <akim@epita.fr>
13017 * src/print.c (print_actions): Output the handling of `$' as the
13018 traces do: shifting the token EOF. Before EOF was treated as a
13020 * tests/regression.at: Adjust some tests.
13021 * src/print_graph.c (print_core): Complete the set of items via
13022 closure. The next-to-final and final states are still unsatisfying,
13023 but that's to be addressed elsewhere.
13024 No longer output the rule numbers, but do output the state number.
13025 A single loop for the shifts + gotos is enough, but picked a
13026 distinct color for each.
13027 (print_graph): Initialize and finalize closure.
13029 2001-12-13 Akim Demaille <akim@epita.fr>
13031 * src/reader.c (readgram): Remove dead code, an strip useless
13033 (get_type): Remove, unused.
13035 2001-12-12 Akim Demaille <akim@epita.fr>
13037 * src/complain.h, src/complain.c: Remove error_one_per_line, rely
13038 on that of lib/error.c.
13040 2001-12-12 Akim Demaille <akim@epita.fr>
13042 Some hosts don't like `/' in includes.
13044 * src/system.h: Include libgettext.h without qualifying the path.
13045 * src/Makefile.am (INCLUDES): Add $(top_srcdir)/intl, remove
13048 2001-12-11 Marc Autret <autret_m@epita.fr>
13050 * src/output.c (output_parser): Remove useless muscle.
13052 2001-12-11 Marc Autret <autret_m@epita.fr>
13054 * src/bison.simple: Remove #line just before %%epilogue. It
13055 is now handled in ...
13056 * src/reader.c (read_additionnal_code): Add the output of a
13057 #line for the epilogue.
13059 2001-12-10 Marc Autret <autret_m@epita.fr>
13061 * src/reader.c (copy_definition): Re-use CPP-outed code which
13062 replace precedent remove.
13063 * src/bison.simple: Remove #line before %%prologue because
13064 %%input-line is wrong at this time.
13066 2001-12-10 Marc Autret <autret_m@epita.fr>
13068 * src/reader.c (symbols_output): Clean up.
13069 * src/output.c (output_gram, output): Clean up.
13071 2001-12-10 Akim Demaille <akim@epita.fr>
13073 * src/lalr.c (initialize_lookaheads): New. Extracted from...
13074 * src/LR0.c (set_state_table): here.
13075 * src/lalr.c (lalr): Call it.
13077 2001-12-10 Akim Demaille <akim@epita.fr>
13079 * src/state.h (shifts): Remove the `number' member: shifts are
13080 attached to state, hence no longer need to be labelled with a
13083 2001-12-10 Akim Demaille <akim@epita.fr>
13085 Now that states have a complete set of members, the linked list of
13086 shifts is useless: just fill directly the state's shifts member.
13088 * src/state.h (shifts): Remove the `next' member.
13089 * src/LR0.c (first_state, last_state): Remove.
13090 Adjust the callers.
13091 (augment_automaton): Don't look for the shifts that must be added
13092 a shift on EOF: it is those of the state we looked for! But now,
13093 since shifts are attached, it is no longer needed to looking
13094 merely by its id: its number.
13096 2001-12-10 Akim Demaille <akim@epita.fr>
13098 * src/LR0.c (augment_automaton): Better variable locality.
13099 Remove an impossible branch: if there is a state corresponding to
13100 the start symbol being shifted, then there is shift for the start
13101 symbol from the initial state.
13103 2001-12-10 Akim Demaille <akim@epita.fr>
13105 * src/LR0.c (augment_automaton): Call `insert_eof_shifting_state'
13106 only when appropriate: when insert_start_shifting_state' is not
13108 * tests/regression.at (Rule Line Numbers): Adjust.
13110 2001-12-10 Akim Demaille <akim@epita.fr>
13112 * src/LR0.c (augment_automaton): Now that all states have shifts,
13113 merge the two cases addition shifts to the initial state.
13115 2001-12-10 Akim Demaille <akim@epita.fr>
13117 * src/lalr.c (set_state_table): Move to...
13119 * src/lalr.c (lalr): Don't call it...
13120 * src/LR0.c (generate_states): do it.
13121 * src/LR0.h (first_state): Remove, only the table is used.
13123 2001-12-10 Akim Demaille <akim@epita.fr>
13125 * src/LR0.h (first_shift, first_reduction): Remove.
13126 * src/lalr.c: Don't use first_shift: find shifts through the
13129 2001-12-10 Akim Demaille <akim@epita.fr>
13131 * src/LR0.c: Attach shifts to states as soon as they are
13133 * src/lalr.c (set_state_table): Instead of assigning shifts to
13134 state, just assert that the mapping was properly done.
13136 2001-12-10 Akim Demaille <akim@epita.fr>
13138 * src/LR0.c (insert_start_shift): Rename as...
13139 (insert_start_shifting_state): this.
13140 (insert_eof_shifting_state, insert_accepting_state): New.
13141 (augment_automaton): Adjust.
13142 Better locality of the variables.
13143 When looking if the start_symbol is shifted from the initial
13144 state, using `while (... symbol != start_symbol ...)' sounds
13145 better than `while (... symbol < start_symbol ...)': If fail
13146 to see how the order between symbols could be relevant!
13148 2001-12-10 Akim Demaille <akim@epita.fr>
13150 * src/getargs.h: Don't declare `spec_name_prefix' and
13151 `spec_file_prefix', declared by src/files.h.
13152 * src/files.c, src/files.h: Default for spec_name_prefix is "yy".
13153 * src/muscle_tab.c (muscle_init): Default prefix to NULL.
13154 * src/output.c (prepare): Adjust.
13155 * src/reader.c (symbols_output): Likewise.
13156 * src/vmsgetargs.c: Vaguely adjust, but who cares?
13158 2001-12-10 Akim Demaille <akim@epita.fr>
13160 * src/muscle_tab.c (muscle_init): NULL is a better default than
13163 2001-12-10 Akim Demaille <akim@epita.fr>
13165 * src/reader.c (reader): Calling symbols_output once is enough.
13167 2001-12-10 Akim Demaille <akim@epita.fr>
13169 Now that states have a complete set of members, the linked list of
13170 reductions is useless: just fill directly the state's reductions
13173 * src/state.h (struct reductions): Remove member `number' and
13175 * src/LR0.c (first_reduction, last_reduction): Remove.
13176 (save_reductions): Don't link the new reductions, store them in
13178 * src/lalr.c (set_state_table): No need to attach reductions to
13179 states, it's already done.
13180 * src/output.c (output_actions): No longer free the shifts, then
13181 the reductions, then the states: free all the states and their
13184 2001-12-10 Akim Demaille <akim@epita.fr>
13186 * src/options.c (OPTN, DRTV, BOTH): New.
13187 (option_table): Use them.
13189 * src/muscle_tab.c: Don't include xalloc.h and string.h: that's
13190 the job of system.h.
13191 * src/options.c: Don't include stdio.h and xalloc.h for the same
13194 2001-12-10 Akim Demaille <akim@epita.fr>
13196 * src/output.c (output, prepare): Make sure the values of the
13197 muscles `action' and `prologue' are 0-terminated.
13199 2001-12-10 Akim Demaille <akim@epita.fr>
13201 Clean up GCC warnings.
13203 * src/reader.c (copy_action): `buf' is not used.
13204 (parse_skel_decl): Be static.
13205 * src/muscle_tab.c (mhash1, mhash2, muscle_insert): Preserve `const'.
13206 * src/options.h (create_long_option_table): Have a real prototype.
13207 * lib/hash.c, lib/hash.h (hash_insert, hash_insert_at, hash_delete)
13208 (hash_delete_at): Return const void *.
13209 Adjust casts to preserve the const.
13211 2001-12-10 Akim Demaille <akim@epita.fr>
13213 * configure.in: Require 2.52g.
13214 M4 is not needed, but AUTOM4TE is.
13215 * m4/m4.m4: Remove.
13216 * tests/Makefile.am: Adjust.
13218 2001-12-10 Akim Demaille <akim@epita.fr>
13220 One structure for states is enough, even though theoretically
13221 there are LR(0) states and LALR(1) states.
13223 * src/lalr.h (state_t): Remove.
13224 (state_table): Be state_t **, not state_t *.
13225 * src/state.h (core, CORE_ALLOC): Rename as...
13226 (state_t, STATE_ALLOC): this.
13227 Add the LALR(1) members: shifts, reductions, errs.
13228 * src/LR0.c (state_table): Rename as...
13229 (state_hash): this, to avoid name clashes with the global
13231 * src/print_graph.c, src/LR0.c, src/LR0.h, src/conflicts.c
13232 * src/lalr.c, src/lalr.h, src/output.c, src/print.c: Adjust.
13234 2001-12-10 Akim Demaille <akim@epita.fr>
13236 Bison dumps core on bash.y.
13237 Reported by Pascal Bart.
13239 * src/warshall.c (bitmatrix_print): New.
13241 When performing a transitive closure R(i, j) && R(j, k) => R(i, k),
13242 j must be the outer loop.
13243 * tests/regression.at (Broken Closure): New.
13245 2001-12-05 Akim Demaille <akim@epita.fr>
13247 * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
13249 Reported by Peter Hamorsky.
13251 2001-12-05 Akim Demaille <akim@epita.fr>
13253 * src/conflicts.c (err_table): Remove.
13254 (resolve_sr_conflict): Adjust.
13255 * src/lalr.h (state_t.reduction_table, state_t.shift_table):
13257 (state_t.reductions, state_t.shifts): this.
13259 2001-12-05 Akim Demaille <akim@epita.fr>
13261 * src/reduce.c (reduce_grammar_tables): No longer disable the
13262 removal of useless rules via CPP but via `if (0)', so that the
13263 compiler still check the code is valid.
13264 For instance, it should have noticed `rline' no longer exists: use
13265 the `line' member of rule_t.
13266 * src/gram.c (dummy, rline): Remove, unused.
13268 2001-12-05 Akim Demaille <akim@epita.fr>
13270 * src/output.c (pack_vector): Use assert, not berror.
13271 * src/main.c (berror): Remove, unused.
13273 2001-12-05 Akim Demaille <akim@epita.fr>
13275 New experimental feature: if --verbose --trace output all the
13276 items of a state, not only its kernel.
13278 * src/print.c (print_core): If `trace_flag', then invoke closure
13279 before outputting the items of the state (print_core is no longer
13280 a correct name them).
13281 (print_results): Invoke new_closure/free_closure if needed.
13283 2001-12-05 Akim Demaille <akim@epita.fr>
13285 * src/LR0.c (new_itemsets): Use nshifts only, not shiftcount.
13286 * src/closure.c, src/closure.h (itemsetsize): Rename as...
13287 (nitemset): for consistency with the rest of the project.
13289 2001-12-05 Akim Demaille <akim@epita.fr>
13291 * src/closure.c (print_closure): Improve.
13292 (closure): Use it for printing input and output.
13294 2001-12-05 Akim Demaille <akim@epita.fr>
13296 * src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are
13297 indexed by nonterminals.
13299 2001-12-05 Akim Demaille <akim@epita.fr>
13301 * src/warshall.c (TC, RTC): De-obsfucate (source reduced to 22% of
13303 * src/warshall.h: Remove accidental duplication of the content.
13305 2001-12-05 Akim Demaille <akim@epita.fr>
13307 * src/closure.c (set_fderives): De-obfuscate.
13309 2001-12-05 Akim Demaille <akim@epita.fr>
13311 * src/closure.c (print_firsts, print_fderives): De-obfuscate.
13313 2001-12-05 Akim Demaille <akim@epita.fr>
13315 * src/closure.c (set_firsts): De-obfuscate.
13317 2001-12-05 Akim Demaille <akim@epita.fr>
13319 * src/output.c (action_row): De-obfuscate
13320 using the good o' techniques: arrays not pointers, variable
13321 locality, BITISSET, RESETBIT etc.
13323 2001-12-05 Akim Demaille <akim@epita.fr>
13325 Pessimize the code to simplify it: from now on, all the states
13326 have a valid SHIFTS, which NSHIFTS is possibly 0.
13328 * src/LR0.c (shifts_new): Be global and move to..
13329 * src/state.c, src/state.h: here.
13330 * src/conflicts, src/lalr.c, src/output.c, src/print.c,
13331 * src/print_graph: Adjust.
13333 2001-12-05 Akim Demaille <akim@epita.fr>
13335 * src/state.h (SHIFT_DISABLE, SHIFT_IS_DISABLED): New.
13336 * src/conflicts.c: Use it.
13337 Restore a few missing `if (!SHIFT_IS_DISABLED)' which were
13338 incorrectly ``simplified''.
13340 2001-12-05 Akim Demaille <akim@epita.fr>
13342 * src/conflicts.c (flush_shift, resolve_sr_conflict): De-obfuscate
13343 using the good o' techniques: arrays not pointers, variable
13344 locality, BITISSET, RESETBIT etc.
13346 2001-12-05 Akim Demaille <akim@epita.fr>
13348 * src/state.h (SHIFT_SYMBOL): New.
13349 * src/conflicts.c: Use it to deobfuscate.
13351 2001-12-05 Akim Demaille <akim@epita.fr>
13353 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts)
13354 (print_reductions): De-obfuscate using the good o' techniques:
13355 arrays not pointers, variable locality, BITISSET.
13357 2001-12-05 Akim Demaille <akim@epita.fr>
13359 * src/conflicts.c (print_reductions): Arrays, not pointers.
13362 2001-12-05 Akim Demaille <akim@epita.fr>
13364 * src/conflicts.c (print_reductions): Pessimize, but clarify.
13366 2001-12-05 Akim Demaille <akim@epita.fr>
13368 * src/conflicts.c (print_reductions): Improve variable locality.
13370 2001-12-05 Akim Demaille <akim@epita.fr>
13372 * src/conflicts.c (print_reductions): Pessimize, but clarify.
13374 2001-12-05 Akim Demaille <akim@epita.fr>
13376 * src/conflicts.c (print_reductions): Improve variable locality.
13378 2001-12-05 Akim Demaille <akim@epita.fr>
13380 * src/state.h (SHIFT_IS_ERROR, SHIFT_IS_GOTO, SHIFT_IS_SHIFT): New.
13381 * src/lalr.c: Use them.
13383 2001-12-05 Akim Demaille <akim@epita.fr>
13385 * src/LR0.c (augment_automaton): Formatting changes.
13386 Better variable locality.
13388 2001-12-05 Akim Demaille <akim@epita.fr>
13390 * src/lalr.c (matrix_print): New.
13391 (transpose): Use it.
13392 Use arrays instead of pointers.
13394 2001-12-05 Akim Demaille <akim@epita.fr>
13396 * src/lalr.c (maxrhs): Move to...
13397 * src/gram.c, src/gram.h (ritem_longest_rhs): here.
13398 * src/lalr.c (build_relations): Adjust.
13400 2001-12-05 Akim Demaille <akim@epita.fr>
13402 * src/lalr.c (transpose): Free the memory allocated to the
13403 argument, as it is replaced by the results by the unique caller.
13404 (build_relations): Merely invoke transpose: it handles the memory
13406 Improve variable locality.
13407 Avoid variables used as mere abbreviations.
13408 (compute_lookaheads): Use arrays instead of pointers.
13410 2001-12-05 Akim Demaille <akim@epita.fr>
13412 * src/lalr.c (initialize_F): Improve variable locality.
13413 Avoid variables used as mere abbreviations.
13415 2001-12-05 Akim Demaille <akim@epita.fr>
13417 * src/derives.c (print_derives): Display the ruleno.
13418 * src/lalr.c (initialize_F, transpose): Better variable locality
13419 to improve readability.
13420 Avoid variables used as mere abbreviations.
13422 2001-12-05 Akim Demaille <akim@epita.fr>
13424 * src/lalr.c (traverse): Use arrays instead of pointers.
13426 2001-12-05 Akim Demaille <akim@epita.fr>
13428 * src/nullable.c (set_nullable): Use a for loop to de-obfuscate
13429 the handling of squeue.
13430 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
13432 2001-12-05 Akim Demaille <akim@epita.fr>
13434 Because useless nonterminals are now kept alive (instead of being
13435 `destroyed'), we now sometimes examine them, and store information
13436 related to them. Hence we need to know their number, and adjust
13437 memory allocations.
13439 * src/reduce.c, src/reduce.h (nuseless_nonterminals): No longer
13441 * src/LR0.c (allocate_itemsets): The memory allocated to
13442 `symbol_count' was used for two different purpose: once to count
13443 the number of occurrences of each symbol, and later reassigned to
13444 `shift_symbol', containing the symbol that can be shifted from a
13446 Deobfuscate, i.e., allocate, use and free `symbol_count' here
13448 (new_itemsets): Allocate `shift_symbol' here.
13449 (allocate_itemsets): symbol_count includes useless nonterminals.
13450 Make room for them.
13451 (free_storage): Use `free', not `XFREE', for pointers that cannot
13454 2001-12-05 Akim Demaille <akim@epita.fr>
13456 * src/nullable.c (set_nullable): Deobfuscate the handling of
13458 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
13460 2001-12-05 Akim Demaille <akim@epita.fr>
13462 * src/gram.c, src/gram.h (ritem_print): New.
13463 * src/gram.c (dummy): Remove, now there is actual code in gram.c.
13464 (This useless function was defined only to work around VMS linkers
13465 that can't handle compilation units with variables only).
13466 * src/reduce.c (dump_grammar): Use it to trace the construction of
13469 2001-12-04 Paul Eggert <eggert@twinsun.com>
13471 * src/bison.simple (union yyalloc): Change member names
13472 to be the same as the stack names.
13473 (yyparse): yyptr is now union yyalloc *, not char *.
13474 (YYSTACK_RELOCATE): Likewise. This avoids a GCC warning,
13475 and may generate better code on some machines.
13476 (yystpcpy): Use prototype if __STDC__ is defined, not just
13477 if __cplusplus is defined.
13479 2001-11-30 Akim Demaille <akim@epita.fr>
13481 * configure.in (WARNING_CFLAGS): Add -Werror when possible.
13482 (CFLAGS): Do not include the WARNING_CFLAGS here, since GNU
13483 Gettext doesn't compile cleanly, and dies with -Werror.
13484 * src/Makefile.am, lib/Makefile.am, tests/atlocal.in (CFLAGS):
13485 Include WARNING_CFLAGS here.
13486 * lib/xstrdup.c: Include xalloc.h, so that xstrdup be declared
13487 before being defined.
13489 2001-11-27 Paul Eggert <eggert@twinsun.com>
13491 * lib/quotearg.h (quotearg_n, quotearg_n_style):
13492 First arg is int, not unsigned.
13493 * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
13494 (SIZE_MAX, UINT_MAX): New macros.
13495 (quotearg_n_options): Abort if N is negative.
13496 Avoid overflow check on hosts where size_t is 64 bits and int
13497 is 32 bits, as overflow is impossible there.
13498 Fix off-by-one typo that caused unnecessary reallocation.
13500 2001-11-29 Paul Eggert <eggert@twinsun.com>
13502 Name space cleanup in generated parser.
13504 * doc/bison.texinfo (Bison Parser): Discuss system headers
13505 and their effect on the user name space.
13507 * src/bison.simple:
13508 (YYSTACK_ALLOC, YYSTACK_FREE, union yyalloc, YYSTACK_GAP_MAX,
13509 YYSTACK_BYTES, YYSTACK_RELOCATE): Do not define unless necessary,
13510 i.e. unless ! defined (yyoverflow) || defined (YYERROR_VERBOSE).
13512 (YYSIZE_T): New macro. Use it instead of size_t, to avoid infringing
13513 on user names when possible.
13515 (YYSTACK_USE_ALLOCA): Do not define; just use any existing defn.
13516 Simplify test for whather <alloca.h> exists.
13518 (<stdlib.h>): Include if we will use malloc, and if standard C or C++.
13520 (<stdio.h>): Include if YYDEBUG.
13522 (yymemcpy): Renamed from __yy_memcpy. Do not define unless
13523 ! defined (yyoverflow) && ! defined (yymemcpy).
13525 (yymemcpy, yyparse): Rename local variables as needed so that
13526 they all begin with 'yy'.
13528 (yystrlen, yystpcpy): New functions.
13530 (YY_DECL_NON_LSP_VARIABLES): Renamed from _YY_DECL_VARIABLES.
13533 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy
13534 instead of relying on string.h functions. Use YYSTACK_ALLOC
13535 and YYSTACK_FREE instead of malloc and free.
13537 2001-11-30 Akim Demaille <akim@epita.fr>
13539 * src/bison.simple (YYSTYPE, YYLTYPE): Move their definitions
13540 before their first uses.
13541 (YYBISON, YYPURE): Move to the top of the output.
13543 2001-11-30 Akim Demaille <akim@epita.fr>
13545 * tests/reduce.at (Useless Nonterminals): Fix.
13547 2001-11-30 Akim Demaille <akim@epita.fr>
13549 * src/bison.simple (YYSTACK_FREE): Use `do {;} while (0)' as empty
13550 if body instead of `;' to pacify GCC's warnings.
13552 2001-11-30 Akim Demaille <akim@epita.fr>
13554 Instead of mapping the LHS of unused rules to -1, keep the LHS
13555 valid, but flag the rules as invalid.
13557 * src/gram.h (rule_t): `useful' is a new member.
13558 * src/print.c (print_grammar): Adjust.
13559 * src/derives.c (set_derives): Likewise.
13560 * src/reader.c (packgram, reduce_output): Likewise.
13561 * src/reduce.c (reduce_grammar_tables): Likewise.
13562 * tests/reduce.at (Underivable Rules, Useless Rules): New.
13564 2001-11-30 Akim Demaille <akim@epita.fr>
13566 * src/reduce.c (reduce_output): Formatting changes.
13567 * src/print.c (print_results, print_grammar): Likewise.
13568 * tests/regression.at (Rule Line Numbers)
13569 (Solved SR Conflicts, Unresolved SR Conflicts): Adjust.
13571 2001-11-30 Akim Demaille <akim@epita.fr>
13573 * src/reduce.c (nonterminals_reduce): Instead of throwing away
13574 useless nonterminals, move them at the end of the symbol arrays.
13575 (reduce_output): Adjust.
13576 * tests/reduce.at (Useless Nonterminals): Adjust.
13578 2001-11-30 Akim Demaille <akim@epita.fr>
13580 * src/reduce.c: Various comment/formatting changes.
13581 (nonterminals_reduce): New, extracted from...
13582 (reduce_grammar_tables): here.
13583 (reduce_grammar): Call nonterminals_reduce.
13585 2001-11-29 Paul Eggert <eggert@twinsun.com>
13587 * src/bison.simple (YYSTACK_REALLOC): Remove.
13588 (YYSTACK_ALLOC): Resurrect this macro, with its old meaning.
13589 (YYSTACK_FREE, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYSTACK_RELOCATE):
13591 (union yyalloc): New type.
13592 (__yy_memcpy): Last arg is size_t, not unsigned int, to remove
13593 an arbitrary restriction on hosts where size_t is wider than int.
13595 (yyparse): Don't dump core if alloca or malloc fails; instead, report
13596 a parser stack overflow. Allocate just one block of memory for all
13597 three stacks, instead of allocating three blocks; this typically is
13598 faster and reduces fragmentation.
13600 Do not limit the number of items in the stack to a value that fits
13601 in 'int', as this is an arbitrary limit on hosts with 64-bit
13602 size_t and 32-bit int.
13604 2001-11-29 Marc Autret <autret_m@epita.fr>
13606 * tests/calc.at [AT_DATA_CALC_Y]: Use %error-verbose instead
13607 of defining YYERROR_VERBOSE.
13608 [AT_DATA]: $4 is now out of C declarations in the prologue.
13610 2001-11-28 Marc Autret <autret_m@epita.fr>
13612 * src/reader.c (parse_dquoted_param): New.
13613 (parse_skel_decl): Use it.
13614 * src/lex.h: Add its prototype.
13615 * src/lex.c (literalchar): Become not static.
13617 2001-11-28 Marc Autret <autret_m@epita.fr>
13619 * src/output.h: And put its extern declaration here.
13620 * src/output.c (error_verbose): Define here.
13621 (prepare): Echo name modification.
13622 * src/getargs.h: Clean its extern declaration.
13623 * src/getargs.c (error_verbose_flag): Remove.
13624 (getargs): Remove case 'e'.
13625 * src/options.c (option_table): 'error-verbose' is now seen as simple
13629 * src/reader.c (read_declarations): Remove case tok_include.
13630 (parse_include_decl): Remove.
13631 * src/lex.h (token_t): Remove tok_include.
13632 * src/options.c (option_table): 'include' is now a simple command line
13635 2001-11-28 Marc Autret <autret_m@epita.fr>
13637 * src/bison.simple: Adjust muscle names.
13638 * src/muscle_tab.c (muscle_init): Also rename the muscles.
13639 * src/output.c (prepare): s/_/-/ for the muscles names.
13640 (output_parser): When scanning for a muscle, allow '-' instead of '_'.
13642 2001-11-28 Marc Autret <autret_m@epita.fr>
13644 * src/bison.simple: Fix debug.
13645 [YYERROR_VERBOSE]: Re-integrate as an internal macro.
13647 2001-11-28 Akim Demaille <akim@epita.fr>
13649 * src/LR0.c (shifts_new): New.
13650 (save_shifts, insert_start_shift, augment_automaton): Use it.
13652 2001-11-28 Akim Demaille <akim@epita.fr>
13654 * src/closure.c (closure): `b' and `ruleno' denote the same value:
13657 2001-11-28 Akim Demaille <akim@epita.fr>
13659 * src/closure.c (closure): Instead of looping over word in array
13660 then bits in words, loop over bits in array.
13662 2001-11-28 Akim Demaille <akim@epita.fr>
13664 * src/closure.c (closure): No longer optimize the special case
13665 where all the bits of `ruleset[r]' are set to 0, to make the code
13668 2001-11-28 Akim Demaille <akim@epita.fr>
13670 * src/closure.c (closure): `r' and `c' are new variables, used to
13671 de-obfuscate accesses to RULESET and CORE.
13673 2001-11-28 Akim Demaille <akim@epita.fr>
13675 * src/reduce.c (reduce_print): Use ngettext.
13676 (dump_grammar): Improve the trace accuracy.
13678 2001-11-28 Akim Demaille <akim@epita.fr>
13680 * src/reduce.c (dump_grammar): Don't translate trace messages.
13682 2001-11-28 Akim Demaille <akim@epita.fr>
13684 * tests/reduce.at (Useless Terminals, Useless Nonterminals): New.
13685 * src/reduce.c (reduce_grammar_tables): Do not free useless tags,
13686 as all tags are free'ed afterwards.
13687 From Enrico Scholz.
13689 2001-11-27 Paul Eggert <eggert@twinsun.com>
13691 * src/bison.simple (YYSTACK_REALLOC): Fix typo that caused us to
13692 use alloca when we didn't want to, and vice versa.
13694 2001-11-27 Marc Autret <autret_m@epita.fr>
13696 * src/muscle_tab.c (muscle_init): Remove 'verbose' muscle
13698 * src/output.c (prepare): Remove its update.
13700 2001-11-27 Marc Autret <autret_m@epita.fr>
13702 * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
13703 Use %error-verbose.
13705 2001-11-27 Marc Autret <autret_m@epita.fr>
13707 * src/bison.simple: Remove YYERROR_VERBOSE using.
13708 Use %%error_verbose.
13709 (yyparse): Likewise.
13710 * src/output.c (prepare): Give its final value.
13711 * src/muscle_tab.c (muscle_init): Init new muscle 'error_verbose'.
13712 * src/getargs.h: Add its extern declaration.
13713 * src/getargs.c (error_verbose_flag): New int.
13714 (getargs): Update to catch new case.
13715 * src/options.c (option_table): 'error-verbose' is a new option.
13716 (shortopts): Update.
13718 2001-11-27 Akim Demaille <akim@epita.fr>
13720 * src/system.h: Use intl/libgettext.h.
13721 * src/Makefile.am (INCLUDES): Add -I $(top_srcdir).
13723 2001-11-27 Akim Demaille <akim@epita.fr>
13725 * tests/torture.at (Exploding the Stack Size with Malloc):
13726 s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
13728 2001-11-27 Akim Demaille <akim@epita.fr>
13730 * src/files.c: Include error.h.
13731 Reported by Hans Aberg.
13733 2001-11-26 Marc Autret <autret_m@epita.fr>
13735 * src/reader.c (parse_include_decl): New, not yet implemented.
13736 (read_declarations): Add case tok_include.
13737 * src/getargs.h (include): Add its extern definition.
13738 * src/getargs.c (include): New const char *.
13739 (getargs): Add case '-I'.
13740 * src/options.c (option_table): Add include as command line and
13742 * src/lex.h (token_t): Add tok_include.
13744 2001-11-26 Akim Demaille <akim@epita.fr>
13746 * src/reader.c (readgram): Make sure rules for mid-rule actions
13747 have a lineno equal to that of their host rule.
13748 Reported by Hans Aberg.
13749 * tests/regression.at (Rule Line Numbers): New.
13751 2001-11-26 Akim Demaille <akim@epita.fr>
13753 * src/LR0.c (allocate_itemsets): kernel_size contains ints, not
13756 2001-11-26 Akim Demaille <akim@epita.fr>
13758 * src/complain.c, src/complain.h (error): Remove, provided by
13761 2001-11-26 Akim Demaille <akim@epita.fr>
13763 * src/reader.c (read_declarations): Don't abort on tok_illegal,
13764 issue an error message.
13765 * tests/regression.at (Invalid %directive): New.
13766 Reported by Hans Aberg.
13768 2001-11-26 Akim Demaille <akim@epita.fr>
13770 * configure.in: Invoke AC_FUNC_OBSTACK and AC_FUNC_ERROR_AT_LINE.
13771 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
13773 2001-11-26 Akim Demaille <akim@epita.fr>
13775 * src/conflicts.c (conflicts_print): Don't complain at all when
13776 there are no reduce/reduce conflicts, and as many shift/reduce
13777 conflicts as expected.
13778 * tests/regression.at (%expect right): Adjust.
13780 2001-11-23 Akim Demaille <akim@epita.fr>
13782 * lib/alloca.c: Update, from fileutils.
13784 2001-11-23 Akim Demaille <akim@epita.fr>
13786 * lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@.
13788 2001-11-23 Akim Demaille <akim@epita.fr>
13790 * src/system.h: Include alloca.h.
13791 * src/main.c (main) [C_ALLOCA]: Call alloca (0).
13793 2001-11-23 Akim Demaille <akim@epita.fr>
13795 * src/print_graph.c (print_actions): Remove `rule', unused.
13796 * src/LR0.c (kernel_size): Contain `int' instead of `size_t' to
13797 pacify GCC's signed < unsigned warnings.
13798 * src/closure.c (itemsetsize): Likewise.
13799 * src/reader.c (symbol_list_new): Static.
13801 2001-11-23 Akim Demaille <akim@epita.fr>
13803 Attaching lineno to buckets is stupid, since only one copy of each
13804 symbol is kept, only the line of the first occurrence is kept too.
13806 * src/symtab.h, src/symtab.c (bucket): Remove the line member.
13807 * src/reader.c (rline_allocated): Remove, unused.
13808 (symbol_list): Have a `line' member.
13809 (symbol_list_new): New.
13810 (readgram): Use it.
13811 * src/print.c (print_grammar): Output the rule line numbers.
13812 * tests/regression.at (Solved SR Conflicts)
13813 (Unresolved SR Conflicts): Adjust.
13814 Reported by Hans Aberg.
13816 2001-11-22 Marc Autret <autret_m@epita.fr>
13818 * src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
13820 2001-11-22 Marc Autret <autret_m@epita.fr>
13822 * src/muscle_tab.c (muscle_init): Remove initialization of
13824 * src/output.c (output_master_parser): Do it here.
13826 2001-11-20 Akim Demaille <akim@epita.fr>
13829 * configure.in (ALL_LINGUAS): Adjust.
13830 * po/POTFILE.in: Remove `nullable.c' and `derives.c' which no
13831 longer contains strings to translate.
13833 2001-11-19 Akim Demaille <akim@epita.fr>
13835 * src/conflicts.c (conflicts_print): Add a missing \n.
13837 2001-11-19 Akim Demaille <akim@epita.fr>
13839 * src/nullable.c (nullable_print): New.
13840 (set_nullable): Call it when tracing.
13841 Better locality of variables.
13843 2001-11-19 Akim Demaille <akim@epita.fr>
13845 * src/print.c (print_actions): Better locality of variables.
13847 2001-11-19 Akim Demaille <akim@epita.fr>
13849 * src/derives.c (print_derives): Fix and enrich.
13850 * src/closure.c (print_fderives): Likewise.
13852 2001-11-19 Akim Demaille <akim@epita.fr>
13854 * src/closure.c (itemsetend): Remove, replaced with...
13855 (itemsetsize): new.
13857 2001-11-19 Akim Demaille <akim@epita.fr>
13859 * src/LR0.c (kernel_end): Remove, replaced with...
13860 (kernel_size): new.
13862 2001-11-19 Akim Demaille <akim@epita.fr>
13864 * src/conflicts.c (set_conflicts): Use arrays instead of pointers
13867 2001-11-19 Akim Demaille <akim@epita.fr>
13869 * src/closure.c (closure): Use arrays instead of pointers to clarify.
13871 2001-11-19 Akim Demaille <akim@epita.fr>
13873 * src/closure.c, src/derives.c, src/nullable.c: Adjust various
13875 * src/LR0.c: Likewise.
13876 (allocate_itemsets): Use arrays instead of pointers to clarify.
13878 2001-11-19 Akim Demaille <akim@epita.fr>
13880 * src/getargs.c (statistics_flag): Replace with...
13882 (longopts): Accept --trace instead of --statistics.
13883 * src/getargs.h, src/options.c: Adjust.
13884 * src/LR0.c, src/closure.c, src/derives.c, src/nullable.c,
13885 * src/reduce.c: Use trace_flags instead of the CPP conditional TRACE.
13887 2001-11-19 Akim Demaille <akim@epita.fr>
13889 * src/LR0.c (new_itemsets, get_state): Use more arrays and fewer
13890 pointers to clarify the code.
13891 (save_reductions, save_shifts): Factor common parts of alternatives.
13893 2001-11-19 Akim Demaille <akim@epita.fr>
13895 * src/LR0.c (new_state, get_state): Complete TRACE code.
13896 * src/closure.c: Include `reader.h' to get `tags', needed by the
13898 Rename the conditional DEBUG as TRACE.
13899 Output consistently TRACEs to stderr, not stdout.
13900 * src/derives.c: Likewise.
13901 * src/reduce.c: (inaccessable_symbols): Using if is better style
13903 Use `#if TRACE' instead of `#if 0' for tracing code.
13905 2001-11-19 Akim Demaille <akim@epita.fr>
13907 * src/system.h (LIST_FREE, shortcpy): New.
13908 * src/LR0.c: Use them.
13909 * src/output.c (free_itemsets, free_reductions, free_shifts):
13910 Remove, replaced by LIST_FREE.
13912 2001-11-19 Akim Demaille <akim@epita.fr>
13914 * src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)
13915 (REDUCTIONS_ALLOC): New.
13916 * src/LR0.c, src/conflicts.c: Use them to de-obfuscate memory
13919 2001-11-19 Akim Demaille <akim@epita.fr>
13921 * src/LR0.c (new_state): Complete trace code.
13922 * src/nullable.c (set_nullable): Don't translate traces.
13924 2001-11-19 Akim Demaille <akim@epita.fr>
13926 * src/print_graph.c (print_core): Better locality of variables.
13927 * src/print.c (print_core): Likewise.
13929 2001-11-19 Akim Demaille <akim@epita.fr>
13931 * src/vcg.c: You do the output, so you are responsible of the
13932 handling of VCG syntax, in particular: use quotearg.
13933 * src/print_graph.c: Don't.
13934 (print_actions): Don't output the actions as part of the nodes,
13935 since that's the job of the edges.
13936 (print_state): Don't output by hand: fill the node description,
13937 and ask for its output.
13939 2001-11-19 Akim Demaille <akim@epita.fr>
13941 * src/bison.simple (yyparse): When verbosely reporting an error,
13942 no longer put additional quotes around token names.
13943 * tests/calc.at: Adjust.
13945 2001-11-19 Akim Demaille <akim@epita.fr>
13947 * src/symtab.h, src/symtab.c: `line' is a new member of `bucket'.
13948 * src/reader.c (record_rule_lines, rline, rline_allocated): Remove.
13949 * src/output.c: Adjust.
13951 2001-11-19 Akim Demaille <akim@epita.fr>
13953 * src/gram.h (rprec, rprecsym, rassoc): Remove, now part of...
13955 * src/conflicts.c, src/reader.c, src/reduce.c: Adjust.
13957 2001-11-19 Akim Demaille <akim@epita.fr>
13959 * src/gram.h (rule_t): New.
13961 (rrhs, rlhs): Remove, part of state_t.
13962 * src/print_graph.c, src/closure.c, src/conflicts.c, src/derives.c,
13963 * src/lalr.c, src/nullable.c, src/output.c, src/print.c,
13964 * src/reader.c, src/reduce.c: Adjust.
13966 2001-11-19 Akim Demaille <akim@epita.fr>
13968 * src/reader.c (symbols_output): New, extracted from...
13969 (packsymbols): Here.
13972 2001-11-19 Akim Demaille <akim@epita.fr>
13974 * src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...
13975 (maxrhs): this new function.
13977 2001-11-19 Akim Demaille <akim@epita.fr>
13979 * src/lalr.c (F): New macro to access the variable F.
13982 2001-11-19 Akim Demaille <akim@epita.fr>
13984 * src/lalr.h (LA): New macro to access the variable LA.
13985 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
13986 * src/lalr.c: Adjust.
13988 2001-11-19 Akim Demaille <akim@epita.fr>
13990 * src/lalr.c (initialize_LA): Only initialize LA. Let...
13991 (set_state_table): handle the `lookaheads' members.
13993 2001-11-19 Akim Demaille <akim@epita.fr>
13995 * src/lalr.h (lookaheads): Removed array, whose contents is now
13997 (state_t): this structure.
13998 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
14001 2001-11-19 Akim Demaille <akim@epita.fr>
14003 * src/lalr.h (consistent): Removed array, whose contents is now
14005 (state_t): this structure.
14006 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
14009 2001-11-19 Akim Demaille <akim@epita.fr>
14011 * src/lalr.h (reduction_table, shift_table): Removed arrays, whose
14012 contents are now members of...
14013 (state_t): this structure.
14014 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
14017 2001-11-19 Akim Demaille <akim@epita.fr>
14019 * src/lalr.h (state_t): New.
14020 (state_table): Be a state_t * instead of a core **.
14021 (accessing_symbol): Remove, part of state_t.
14022 * src/lalr.c: Adjust.
14023 (set_accessing_symbol): Merge into...
14024 (set_state_table): this.
14025 * src/print_graph.c, src/conflicts.c: Adjust.
14027 2001-11-14 Akim Demaille <akim@epita.fr>
14029 * tests/calc.at, tests/output.at, tests/regression.at,
14030 * tests/testsuite.at, tests/torture.at: Rely on Autotest 2.52g:
14031 now the tests are run in private dirs, therefore AC_CLEANUP and
14032 family can be simplified to 0-ary.
14033 * tests/atlocal.in: Now that we run `elsewhere' than in tests/,
14034 use abs. path to find config.h.
14035 * tests/calc.at (AT_CHECK_CALC): Don't try to check the compiler's
14036 stderr, there can be way too much random noise.
14037 Instead pass -Werror to GCC and rely on the exit status.
14038 Reported by Wolfram Wagner.
14040 2001-11-14 Akim Demaille <akim@epita.fr>
14042 * src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
14043 defined only if yyoverflow is defined, to avoid `warning: unused
14045 Reported by The Test Suite.
14047 2001-11-14 Akim Demaille <akim@epita.fr>
14049 * src/print.c: Include reduce.h.
14050 Reported by Hans Aberg.
14052 2001-11-14 Akim Demaille <akim@epita.fr>
14054 * src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
14055 Revert a previous patch: these are really const.
14056 * src/conflicts.c (conflict_report): Additional useless pair of
14057 braces to pacify GCC's warnings for `if () if () {} else {}'.
14058 * src/lex.c (parse_percent_token): Replace equal_offset with
14061 Be sure to strdup `arg' when used, since there is no reason for
14062 token_buffer not to change.
14064 2001-11-14 Akim Demaille <akim@epita.fr>
14066 * src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure a proper
14068 * src/main.c (main): Use them.
14069 Suggested by Hans Aberg.
14071 2001-11-12 Akim Demaille <akim@epita.fr>
14073 * src/system.h (ngettext): Now that we use ngettext, be sure to
14074 provide a default definition when NLS are not used.
14076 2001-11-12 Akim Demaille <akim@epita.fr>
14078 * doc/bison.texinfo: Use `$' as shell prompt, not `%'.
14079 Use @kbd to denote user input.
14080 (Language and Grammar): ANSIfy the example.
14081 Adjust its layout for info/notinfo.
14082 (Location Tracking Calc): Output error messages to stderr.
14083 Output locations in a more GNUtically correct way.
14084 Fix a couple of Englishos.
14085 Adjust @group/@end group pairs.
14087 2001-11-12 Akim Demaille <akim@epita.fr>
14089 %expect was not functioning at all.
14091 * src/conflicts.c (expected_conflicts): Set to -1.
14092 (conflict_report): Use ngettext.
14093 (conflicts_print): Check %expect and make its violation an error.
14094 * doc/bison.texinfo (Expect Decl): Adjust.
14095 * configure.in (AM_GNU_GETTEXT): Ask for ngettext.
14096 * tests/regression.at (%expect not enough, %expect right)
14097 (%expect too much): New.
14099 2001-11-12 Akim Demaille <akim@epita.fr>
14101 * tests/regression.at (Conflicts): Rename as...
14102 (Unresolved SR Conflicts): this.
14103 (Solved SR Conflicts): New.
14105 2001-11-12 Akim Demaille <akim@epita.fr>
14107 * src/reduce.c (print_results): Rename as...
14108 (reduce_output): This.
14109 Output to OUT, passed as argument, instead of output_obstack.
14110 (dump_grammar): Likewise.
14111 (reduce_free): New.
14113 (reduce_grammar): No longer call reduce_output, since...
14114 * src/print.c (print_results): do it.
14115 * src/main.c (main): Call reduce_free;
14117 2001-11-12 Akim Demaille <akim@epita.fr>
14119 * src/conflicts.c (print_reductions): Accept OUT as argument.
14120 Output to it, not to output_obstack.
14121 * src/print.c (print_actions): Adjust.
14123 2001-11-12 Akim Demaille <akim@epita.fr>
14125 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts): Return
14126 the result instead of using...
14127 (src_total, rrc_total, src_count, rrc_count): Remove.
14128 (any_conflicts): Remove.
14129 (print_conflicts): Split into...
14130 (conflicts_print, conflicts_output): New.
14131 * src/conflicts.h: Adjust.
14132 * src/main.c (main): Invoke both conflicts_output and conflicts_print.
14133 * src/print.c (print_grammar): Issue `\n' between two rules.
14134 * tests/regression.at (Conflicts): New.
14135 Reported by Tom Lane.
14137 2001-11-12 Akim Demaille <akim@epita.fr>
14139 * tests/regression.at (Invalid input): Remove, duplicate with
14140 ``Invalid input: 1''.
14142 2001-11-12 Akim Demaille <akim@epita.fr>
14144 * tests/torture.at (AT_DATA_STACK_TORTURE)
14145 (Exploding the Stack Size with Alloca)
14146 (Exploding the Stack Size with Malloc): New.
14148 2001-11-12 Akim Demaille <akim@epita.fr>
14150 * src/bison.simple (YYSTACK_REALLOC): New.
14151 (yyparse) [!yyoverflow]: Use it and free the old stack.
14152 Reported by Per Allansson.
14154 2001-11-12 Pascal Bart <pascal.bart@epita.fr>
14156 * src/bison.simple: Define type yystype instead of YYSTYPE, and
14157 define CPP macro, which substitute YYSTYPE by yystype.
14158 * src/reader.c (parse_union_decl): Output yystype/YYSTYPE as we do
14159 with yyltype/YYLTYPE. This allows inclusion of the generated
14160 header within the parser if the compiler, such as GGC, accepts
14161 multiple equivalent #defines.
14164 2001-11-05 Akim Demaille <akim@epita.fr>
14166 * src/reader.c (symbols_output): New, extracted from...
14167 (packsymbols): here.
14170 2001-11-05 Akim Demaille <akim@epita.fr>
14172 * src/lex.c (parse_percent_token): s/quotearg/quote/.
14174 2001-11-05 Akim Demaille <akim@epita.fr>
14176 * tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
14179 2001-11-05 Akim Demaille <akim@epita.fr>
14181 * src/options.h (struct option_table_struct): set_flags is void*.
14182 * src/options.c (longopts): Support `--output' and `%output'.
14184 * src/lex.h (tok_setopt): Remove, replaced with...
14185 (tok_intopt, tok_stropt): these new guys.
14186 * src/lex.c (getopt.h): Not needed.
14187 (token_buffer, unlexed_token_buffer): Not const.
14188 (percent_table): Promote `-' over `_' in directive names.
14189 Active `%name-prefix', `file-prefix', and `output'.
14190 (parse_percent_token): Accept possible arguments to directives.
14191 Promote `-' over `_' in directive names.
14193 2001-11-04 Akim Demaille <akim@epita.fr>
14195 * doc/bison.texinfo (Decl Summary): Split the list into
14196 `directives for grammars' and `directives for bison'.
14198 Add description of `%name-prefix', `file-prefix', and `output'.
14199 Promote `-' over `_' in directive names.
14200 (Bison Options): s/%locactions/%locations/. Nice Freudian slip.
14201 Simplify the description of `--name-prefix'.
14202 Promote `-' over `_' in directive names.
14203 Promote `--output' over `--output-file'.
14204 Fix the description of `--defines'.
14205 * tests/output.at: Exercise %file-prefix and %output.
14207 2001-11-02 Akim Demaille <akim@epita.fr>
14209 * doc/refcard.tex: Update.
14211 2001-11-02 Akim Demaille <akim@epita.fr>
14213 * src/symtab.h (SUNDEF): New.
14214 * src/symtab.c (bucket_new): Init user_token_number to SUNDEF to
14215 stand for `uninitialized', instead of 0.
14216 * src/reader.c (packsymbols, parse_thong_decl): Adjust.
14217 * src/lex.c (lex): Adjust.
14219 * tests/calc.at (_AT_DATA_CALC_Y): Declare a token for EOF.
14221 Let yylex return it instead of a plain 0.
14222 Reported by Dick Streefland.
14224 2001-11-02 Akim Demaille <akim@epita.fr>
14226 * tests/regression.at (Mixing %token styles): New test.
14228 2001-11-02 Akim Demaille <akim@epita.fr>
14230 * src/reader.c (parse_thong_decl): Formatting changes.
14231 (token_translations_init): New, extracted from...
14232 (packsymbols): Here.
14235 2001-11-01 Akim Demaille <akim@epita.fr>
14237 * tests/regression.at (AT_TEST_CPP_GUARD_H): New.
14238 Check that `9foo.y' produces correct cpp guards.
14239 * src/files.c (compute_header_macro): Prepend `BISON_' to CPP
14243 2001-11-01 Akim Demaille <akim@epita.fr>
14245 * tests/regression.at (Invalid input: 2): New.
14246 * src/lex.c (unlexed_token_buffer): New.
14247 (lex, unlex): Adjust: when unlexing, be sure to save token_buffer
14251 2001-11-01 Akim Demaille <akim@epita.fr>
14253 * tests/calc.at: Catch up with 1.30.
14254 * configure.in: Bump to 1.49a.
14255 Adjust to newer Autotest.
14257 2001-10-19 Pascal Bart <pascal.bart@epita.fr>
14259 * src/conflicts.c: Move global variables rrc_total and src_total ...
14260 (print_conflicts): here.
14261 * src/output.c (output): Free global variable user_toknums.
14262 * src/lex.c (token_obstack): Become static.
14264 2001-10-18 Akim Demaille <akim@epita.fr>
14266 * tests/atlocal.in (GCC): Add.
14267 * tests/calc.at: s/m4_match/m4_bmatch/.
14268 s/m4_patsubst/m4_bpatsubst/.
14269 (AT_CHECK_CALC): Check the compiler's stderr only if it's GCC.
14270 * configure.in: AC_SUBST(GCC).
14272 2001-10-14 Marc Autret <autret_m@epita.fr>
14274 * src/options.c (create_long_option_table): Fix.
14276 2001-10-10 Akim Demaille <akim@epita.fr>
14278 * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
14280 2001-10-04 Akim Demaille <akim@epita.fr>
14282 * src/reader.c (parse_union_decl): Push the caracters in
14283 union_obstack, not attrs_obstack.
14285 2001-10-04 Akim Demaille <akim@epita.fr>
14287 Merge in the branch 1.29.
14289 * src/reader.c (packsymbols): Use a temporary obstack for
14290 `%%tokendef', since output_stack is already used elsewhere.
14292 2001-10-02 Akim Demaille <akim@epita.fr>
14296 2001-10-02 Akim Demaille <akim@epita.fr>
14300 2001-10-02 Akim Demaille <akim@epita.fr>
14302 * tests/regression.at (Invalid CPP headers): New.
14303 From Alexander Belopolsky.
14304 * src/files.c (compute_header_macro): Map non alnum chars to `_'.
14306 2001-10-02 Akim Demaille <akim@epita.fr>
14308 * tests/regression.at (Invalid input): New.
14309 * src/lex.c (lex): Be sure to set `token_buffer' in any case.
14312 2001-10-02 Akim Demaille <akim@epita.fr>
14314 * tests/calc.at: Now that --debug works, the tests must be adjusted.
14316 2001-10-02 Akim Demaille <akim@epita.fr>
14318 * src/output.c (output_parser): Assert `skeleton'.
14319 * src/files.c (skeleton_find): Look harder for skeletons on DOSish
14323 2001-10-01 Marc Autret <autret_m@epita.fr>
14325 * src/lex.h: Echo modifications.
14326 * src/lex.c (unlex): Parameter is now token_t.
14329 2001-10-01 Marc Autret <autret_m@epita.fr>
14331 * src/main.c: Include lex.h.
14334 2001-09-29 Akim Demaille <akim@epita.fr>
14336 * src/getargs.c (longopts): `--debug' is `-t', not `-d'.
14338 2001-09-28 Akim Demaille <akim@epita.fr>
14340 * tests/testsuite.at: Update to newer Autotest.
14341 * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
14343 2001-09-27 Akim Demaille <akim@epita.fr>
14345 Position independent wrapper.
14347 * tests/bison: Remove.
14348 * tests/bison.in: New.
14349 * configure.in: Adjust.
14351 2001-09-27 Paul Eggert <eggert@twinsun.com>
14353 Port quotearg fixes from tar 1.13.24.
14355 * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
14357 (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
14358 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
14360 * m4/Makefile.am (EXTRA_DIST): Add mbrtowc.m4.
14361 * m4/mbrtowc.m4: New file.
14362 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit and stddef.h.
14363 Use jm_FUNC_MBRTOWC instead of AC_CHECK_FUNCS(mbrtowc).
14365 2001-09-27 Akim Demaille <akim@epita.fr>
14369 2001-09-27 Akim Demaille <akim@epita.fr>
14373 2001-09-25 Akim Demaille <akim@epita.fr>
14375 * src/system.h: Include `xalloc.h'.
14376 Remove it from the C files.
14377 * src/files.c (output_files): Free the obstacks.
14378 * src/lex.c (init_lex): Rename as...
14381 * src/main.c (main): Use it.
14383 2001-09-24 Marc Autret <autret_m@epita.fr>
14385 * src/vcg.c (open_edge, close_edge, open_node, close_node): Change
14386 to output informations in fout (FILE*).
14387 (open_graph, close_graph): Likewise.
14388 (output_graph, output_edge, output_node): Likewise.
14389 * src/vcg.h: Update function prototypes.
14390 * src/print_graph.c (print_graph): Open output graph file.
14391 (print_actions): Adjust.
14392 * src/files.h: Remove extern declaration.
14393 * src/files.c: Remove graph_obstack declaration.
14394 (open_files): Remove graph_obstack initialization.
14395 (output_files): Remove graph_obstack saving.
14397 2001-09-24 Marc Autret <autret_m@epita.fr>
14399 * src/files.c (compute_output_file_names): Fix.
14401 2001-09-24 Marc Autret <autret_m@epita.fr>,
14402 Akim Demaille <akim@epita.fr>
14404 * src/reader.c (reader): Remove call to free_symtab ().
14405 * src/main.c (main): Call it here.
14407 * src/conflicts.c (initialize_conflicts): Rename as...
14408 (solve_conflicts): this.
14409 * src/print.c (print_core, print_actions, print_state)
14410 (print_grammar): Dump to a file instead a `output_obstack'.
14411 (print_results): Dump `output_obstack', and then proceed with the
14413 * src/files.c (compute_output_file_names, close_files): New.
14414 (output_files): Adjust.
14415 * src/main.c (main): Adjust.
14417 2001-09-23 Marc Autret <autret_m@epita.fr>
14419 * src/files.c (compute_header_macro): Computes header macro name
14420 from spec_defines_file when given.
14422 2001-09-23 Marc Autret <autret_m@epita.fr>
14424 * src/files.c (output_files): Add default extensions.
14426 2001-09-22 Akim Demaille <akim@epita.fr>
14428 * src/conflicts.c (finalize_conflicts): Rename as...
14429 (free_conflicts): this.
14431 2001-09-22 Akim Demaille <akim@epita.fr>
14433 * src/gram.c (gram_free): Rename back as...
14435 (output_token_translations): Free `token_translations'.
14436 * src/symtab.c (free_symtab): Free the tag field.
14438 2001-09-22 Akim Demaille <akim@epita.fr>
14440 Remove `translations' as it is always set to true.
14442 * src/gram.h: Adjust.
14443 * src/reader.c (packsymbols, parse_token_decl): Adjust
14444 * src/print.c (print_grammar): Adjust.
14445 * src/output.c (output_token_translations): Adjust.
14446 * src/lex.c (lex): Adjust.
14447 * src/gram.c: Be sure the set pointers to NULL.
14448 (dummy): Rename as...
14451 2001-09-22 Akim Demaille <akim@epita.fr>
14453 * configure.in: Invoke AM_LIB_DMALLOC.
14454 * src/system.h: Use dmalloc.
14455 * src/LR0.c: Be sure to have pointers initialized to NULL.
14456 (allocate_itemsets): Allocate kernel_items only if needed.
14458 2001-09-22 Akim Demaille <akim@epita.fr>
14460 * configure.in: Bump to 1.29b.
14461 * tests/Makefile.am (DISTCLEANFILES): Add package.m4.
14462 * tests/calc.at (_AT_DATA_CALC_Y): #undef malloc so that we don't
14463 need xmalloc.c in calc.y.
14466 2001-09-21 Akim Demaille <akim@epita.fr>
14469 * Makefile.maint, config/config.guess, config/config.sub,
14470 * config/missing: Update from masters.
14471 * tests/Makefile.am ($(srcdir)/$(TESTSUITE)): No longer depend
14473 * configure.in (ALL_LINGUAS): Add `tr'.
14475 2001-09-21 Akim Demaille <akim@epita.fr>
14477 * tests/Makefile.am (package.m4): Move to...
14478 ($(srcdir)/$(TESTSUITE)): here.
14480 2001-09-20 Akim Demaille <akim@epita.fr>
14482 * src/complain.c: No longer try to be standalone: use system.h.
14483 Don't assume __STDC__ is defined to 1. Just test if it is defined.
14484 * src/complain.h: Likewise.
14485 * src/reduce.c (useless_nonterminals, inaccessable_symbols):
14486 Remove the unused variable `n'.
14487 From Albert Chin-A-Young.
14489 2001-09-18 Marc Autret <autret_m@epita.fr>
14491 * doc/bison.1: Update.
14492 * doc/bison.texinfo (Bison Options): Update --defines and --graph
14494 (Option Cross Key): Update.
14497 2001-09-18 Marc Autret <autret_m@epita.fr>
14499 * tests/regression.at: New test (comment in %union).
14501 2001-09-18 Marc Autret <autret_m@epita.fr>
14503 * src/reader.c (parse_union_decl): Do not output '/'. Let copy_comment
14505 Reported by Keith Browne.
14507 2001-09-18 Marc Autret <autret_m@epita.fr>
14509 * tests/output.at: Add tests for --defines and --graph.
14511 2001-09-18 Marc Autret <autret_m@epita.fr>
14513 * tests/output.at: Removes tests of %{header,src}_extension features.
14515 2001-09-18 Akim Demaille <akim@epita.fr>
14517 * tests/Makefile.am (package.m4): New.
14518 * tests/calc.at (_AT_CHECK_CALC): Just run `calc input'.
14519 (_AT_CHECK_CALC_ERROR): Likewise.
14520 Factor the `, ' part of verbose error messages.
14522 2001-09-18 Marc Autret <autret_m@epita.fr>
14524 * src/getargs.c (longopts): Declare --defines and --graph as options
14525 with optional arguments.
14526 * src/files.h: Add extern declarations.
14527 * src/files.c (spec_graph_file, spec_defines_file): New.
14528 (output_files): Update.
14529 Remove CPP-outed code.
14531 2001-09-18 Marc Autret <autret_m@epita.fr>
14533 Turn off %{source,header}_extension feature.
14535 * src/files.c (compute_exts_from_gf): Update.
14536 (compute_exts_from_src): Update.
14537 (output_files): CPP-out useless code.
14538 * src/files.h: Remove {header,source}_extension extern declarations.
14539 * src/reader.c (parse_dquoted_param): CPP-out.
14540 (parse_header_extension_decl): Remove.
14541 (parse_source_extension_decl): Remove.
14542 (read_declarations): Remove cases tok_{hdrext,srcext}.
14543 * src/lex.c (percent_table): Remove {header,source}_extension entries.
14544 * src/lex.h (token_t): Remove tok_hdrext and tok_srcext.
14546 2001-09-10 Akim Demaille <akim@epita.fr>
14548 * tests/output.at (AT_CHECK_BISON_FLAGS, AT_CHECK_BISON_PERCENT):
14549 (AT_CHECK_BISON_PERCENT_FLAGS): Merge into...
14550 (AT_CHECK_OUTPUT): this.
14551 Merely check ls' exit status, its output is useless.
14553 2001-09-10 Akim Demaille <akim@epita.fr>
14555 * tests/calc.at: Use m4_match.
14556 (_AT_DATA_CALC_Y): Check `yyin != NULL', not `stdin != NULL'.
14558 2001-09-10 Marc Autret <autret_m@epita.fr>,
14559 Akim Demaille <akim@epita.fr>
14561 * src/vcg.h (graph_s): color, textcolor, bordercolor are now
14563 * src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
14565 * src/reader.c (parse_token_decl): Initialize token with tok_eof.
14566 * src/lex.h: Adjust prototype.
14567 (token_t): Add `tok_undef'.
14568 * src/lex.c (struct percent_table_struct): Retval is now a token_t.
14569 (parse_percent_token): Now returns token_t.
14570 Add default statement in switch.
14571 (lex): Separate `c' as an input variable, from the token_t result
14573 (unlexed): Is a token_t.
14575 2001-09-10 Akim Demaille <akim@epita.fr>
14577 * configure.in: Bump to 1.29a.
14579 2001-09-07 Akim Demaille <akim@epita.fr>
14583 2001-08-30 Akim Demaille <akim@epita.fr>
14585 * tests/atgeneral.m4, tests/atconfig.in, tests/suite.at: Remove.
14586 * m4/atconfig.m4: Remove.
14587 * tests/testsuite.at, tests/atlocal.in, tests/output.at,
14588 * tests/bison: New.
14589 * tests/regression.at, tests/calc.at: Use m4_define, AT_BANNER,
14590 m4_if, m4_patsubst, and m4_regexp.
14591 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Use an
14592 `input' file instead of echo.
14594 2001-08-29 Akim Demaille <akim@epita.fr>
14598 2001-08-29 Akim Demaille <akim@epita.fr>
14602 2001-08-29 Paul Eggert <eggert@twinsun.com>
14604 * src/bison.simple (yyparse): Don't take the address of an
14605 item before the start of an array, as that doesn't conform to
14608 2001-08-29 Robert Anisko <anisko_r@epita.fr>
14610 * doc/bison.texinfo (Location Tracking Calc): New node.
14612 2001-08-29 Paul Eggert <eggert@twinsun.com>
14614 * src/output.c (output): Do not define const, as this now
14615 causes more problems than it cures.
14617 2001-08-29 Akim Demaille <akim@epita.fr>
14619 * doc/bison.texinfo: Modernize `@node' and `@top' use: just name
14621 Be sure to tag the `detailmenu'.
14623 2001-08-29 Akim Demaille <akim@epita.fr>
14625 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
14626 download in a tmp dir.
14628 2001-08-28 Marc Autret <autret_m@epita.fr>
14630 * config/depcomp: New file.
14632 2001-08-28 Marc Autret <autret_m@epita.fr>
14634 * doc/bison.1 (mandoc): Adjust.
14635 From Juan Manuel Guerrero.
14637 2001-08-28 Marc Autret <autret_m@epita.fr>
14639 * src/print_graph.c (print_state): Fix.
14641 2001-08-27 Marc Autret <autret_m@epita.fr>
14643 * src/vcg.h (classname_s, infoname_s, node_s): Constify the
14645 Echo modifications to the functions prototypes.
14646 * src/vcg.c (add_classname, add_infoname): Adjust arguments.
14648 2001-08-27 Marc Autret <autret_m@epita.fr>
14650 * src/vcg.c: Include `xalloc.h'.
14651 (add_colorentry): New.
14652 (add_classname): New.
14653 (add_infoname): New.
14654 * src/vcg.h: Add new prototypes.
14656 2001-08-27 Akim Demaille <akim@epita.fr>
14658 * Makefile.maint: Sync. again with CVS Autoconf.
14660 2001-08-27 Akim Demaille <akim@epita.fr>
14662 * Makefile.maint: Formatting changes.
14663 (po-update, cvs-update, update): New targets.
14666 2001-08-27 Akim Demaille <akim@epita.fr>
14668 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
14669 * Makefile.maint: Sync. with CVS Autoconf.
14671 2001-08-27 Marc Autret <autret_m@epita.fr>
14673 * src/vcg.h (struct infoname_s): New.
14674 (struct colorentry_s): New.
14675 (graph_s): New fields {vertical,horizontal}_order in structure.
14676 Add `infoname' field.
14677 Add `colorentry' field;
14678 * src/vcg_defaults.h (G_VERTICAL_ORDER): New.
14679 (G_HORIZONTAL_ORDER): New.
14681 (G_COLORENTRY): New.
14682 * src/vcg.c (output_graph): Add output of {vertical,horizontal}_order.
14683 Add output of `infoname'.
14684 Add output of `colorentry'.
14686 2001-08-27 Marc Autret <autret_m@epita.fr>
14688 * src/reader.c (parse_dquoted_param): Rename variable `index' to `i'.
14689 This one shadowed a global parameter.
14691 2001-08-24 Marc Autret <autret_m@epita.fr>
14693 * src/print_graph.c (node_output_size): Declared POSIX `size_t' type,
14694 instead of `unsigned'.
14695 (print_state): Do not call obstack_object_size () in obstack_grow ()
14696 to avoid macro variables shadowing.
14698 2001-08-23 Marc Autret <autret_m@epita.fr>
14700 * src/lex.c (percent_table): Typo: s/naem/name/.
14702 Normalize new options declarations.
14704 2001-08-20 Pascal Bart <pascal.bart@epita.fr>
14706 * tests/suite.at: Exercise %header_extension and %source_extension.
14708 2001-08-16 Marc Autret <autret_m@epita.fr>
14710 * src/reader.c (parse_dquoted_param): New.
14711 (parse_header_extension_decl): Use it.
14712 (parse_source_extension_decl): Likewise.
14714 2001-08-16 Marc Autret <autret_m@epita.fr>
14716 * src/vcg.c: Remove includes of `complain.h' and `xalloc.h'.
14717 (get_xxxx_str): Use assert () instead of complain ().
14718 Remove return invokations in default cases.
14719 (get_decision_str): Modify default behaviour. Remove second argument.
14720 Echo modifications on calls.
14721 (output_graph): Fix.
14723 2001-08-16 Marc Autret <autret_m@epita.fr>
14725 * src/getargs.c (usage): Update with ``-g, --graph''.
14727 2001-08-16 Marc Autret <autret_m@epita.fr>
14729 * doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
14730 (Option Cross Key): Likewise.
14731 * doc/bison.1: Update.
14733 2001-09-25 Pascal Bart <pascal.bart@epita.fr>
14735 * src/output.c (output_master_parser): Don't finish action_obstack.
14736 (output_parser): Don't care about the muscle action, here.
14737 (prepare): Copy the action_obstack in the action muscle.
14738 (output): Free action_obstack.
14740 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
14742 * src/reader.c (parse_union_decl): Add new obstack union_obstack. Which
14743 will contain `%union' declaration.
14744 (parse_union_decl): Delete #line directive output.
14745 (parse_union_decl): Substitute /attrs_obstack/union_obstack for all
14746 informations about %union.
14747 (parse_union_decl): Copy the union_obstack in the muscle stype.
14748 * src/bison.simple: Add new #line directive.
14749 Add typdef %%stype YYSTYPE.
14751 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
14753 * src/bison.simple: Add new `#line' directive.
14755 2001-09-22 Pascal Bart <pascal.bart@epita.fr>
14757 * src/bison.simple: New `#line' directive.
14758 * src/output.c (output_parser): Support new dynamic muscle input_line.
14760 2001-09-22 Marc Autret <autret_m@epita.fr>
14762 * src/output.c (output_master_parser): New.
14763 (output_parser): Be more re-entrant.
14765 2001-09-21 Marc Autret <autret_m@epita.fr>
14767 * src/reader.c (copy_definition, parse_union_decl): Update and use
14769 (copy_action): Likewise.
14770 Use obstack_1grow ().
14771 * src/muscle_tab.c (muscle_init): Add muscle `linef'.
14773 2001-09-21 Marc Autret <autret_m@epita.fr>
14775 * src/options.c (option_table): Adjust.
14776 * src/lex.c (parse_percent_token): Fix.
14778 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
14780 * src/options.c (symtab.h): Include it, need by lex.h.
14782 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
14784 * src/lex.c (parse_percent_token): Change type of variable `tx', which
14785 is now an option_table_struct*.
14786 (option_strcmp): New function option_strcmp.
14787 (parse_percent_token): Call option_strcmp.
14788 * src/getargs.c (xalloc.h, options.h): Include it.
14789 (getargs): Call create_long_option_table.
14790 (getargs): Free longopts at the end of the function.
14791 (shortopts): Move in options.c.
14792 * src/options.c (create_long_option_table): New function. Convert
14793 information from option_table to option structure.
14794 * src/reader.c (options.h): Include it.
14796 * src/Makefile.am: Adjust.
14797 * src/options.c (option_table): Create from longopts and percent_table.
14798 * src/getargs.c (longopts): Delete.
14799 * src/lex.c (struct percent_table_struct): Delete.
14800 (percent_table): Delete.
14801 (options.h): Include it.
14802 * src/options.c: Create.
14803 * src/options.h: Create.
14804 Declare enum opt_access_e.
14805 Define struct option_table_struct.
14807 2001-09-20 Marc Autret <autret_m@epita.fr>
14809 * doc/bison.texinfo: Adjust terminologies about prologue and epilogue
14812 2001-09-19 Pascal Bart <pascal.bart@epita.fr>
14814 * src/bison.simple: s/%%filename/%%skeleton.
14815 * src/muscle_tab.c (getargs.h): Include it.
14816 (muscle_init): Insert new muscle skeleton.
14818 2001-09-18 Pascal Bart <pascal.bart@epita.fr>
14820 * src/output.c (output_parser): Delete unused variable actions_dumped.
14822 2001-09-07 Pascal Bart <pascal.bart@epita.fr>
14824 * src/output.c (output): Delete call to reader_output_yylsp.
14825 * src/reader.c (reader): Likewise.
14826 * src/reader.h: Delete declaration of reader_output_yylsp.
14828 2001-09-02 Marc Autret <autret_m@epita.fr>
14830 * src/reader.c: Include muscle_tab.h.
14831 (parse_union_decl): Update.
14832 (parse_macro_decl): Rename parse_muscle_decl.
14833 Update to use renamed functions and variable.
14834 (read_declarations, copy_action, read_additionnal_code, : Updated
14835 with correct variables and functions names.
14836 (packsymbols, reader): Likewise.
14838 * src/reader.h (muscle_obstack): Extern declaration update.
14840 * src/output.c: Include muscle_tab.h
14841 In all functions using macro_insert, change by using muscle_insert ().
14842 (macro_obstack): Rename muscle_obstack.
14843 Echo modifications in the whole file.
14844 (MACRO_INSERT_INT): Rename MUSCLE_INSERT_INT.
14845 (MACRO_INSERT_STRING): Rename MUSCLE_INSERT_STRING.
14846 (MACRO_INSERT_PREFIX): Rename MUSCLE_INSERT_PREFIX.
14848 * src/muscle_tab.h: Update double inclusion macros.
14849 (macro_entry_s): Rename muscle_entry_s.
14852 * src/muscle_tab.c: Include muscle_tab.h.
14853 Rename macro_tabble to muscle_table.
14854 (mhash1, mhash2, mcmp): Use muscle_entry.
14855 (macro_init): Rename muscle_init. Update.
14856 (macro_insert): Rename muscle_insert. Update.
14857 (macro_find): Rename muscle_find. Update.
14859 * src/main.c: Include muscle_tab.h.
14860 (main): Call muscle_init ().
14861 * src/Makefile.am (bison_SOURCES): Echo modifications.
14863 2001-09-02 Marc Autret <autret_m@epita.fr>
14865 Now the files macro_tab.[ch] are named muscle_tab.[ch].
14867 * src/muscle_tab.c, src/muscle_tab.h: Add files.
14869 2001-09-02 Marc Autret <autret_m@epita.fr>
14871 * src/macrotab.c, src/macrotab.h: Remove.
14873 2001-09-01 Pascal Bart <pascal.bart@epita.fr>
14875 * src/reader.c (copy_guard): Use muscle to specify the `#line'
14878 2001-09-01 Marc Autret <autret_m@epita.fr>
14880 * tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set
14881 to an explicit value to activate the feature. We do it here.
14883 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
14885 * src/output.c (prepare): Delete the `filename' muscule insertion.
14886 * src/reader.c (copy_action): Use `filename' muscule with `#line'.
14887 (parse_union_decl): Likewise.
14888 * src/macrotab.c (macro_init): Initialize filename by infile.
14890 2001-08-31 Marc Autret <autret_m@epita.fr>
14892 * src/bison.simple (YYLSP_NEEDED): New definition.
14893 * src/output.c (prepare): Add macro insertion of `locations_flag'
14895 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
14897 * src/output.c (prepare): Delete insertion of previous muscles,
14898 and insert the `prefix' muscles.
14899 * src/macrotab.c (macro_init): Likewise.
14900 (macro_init): Initialization prefix directive by `yy'.
14901 * src/bison.simple: Substitute all %%yylex, %%yychar, %%yylval,
14902 %%yydebug, %%yyerror, %%yynerrs and %%yyparse by yylex, yychar,
14903 yylval, yydebug, yyerror, yynerrs and yyparse.
14904 New directive `#define' to substitute yydebug, ... with option
14907 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
14909 * src/main.c (main): Standardize.
14910 * src/output.c (output_table_data, output_parser): Likewise.
14911 * src/macrotab.h, src/macrotab.c, src/bison.simple: Likewise.
14913 2001-08-31 Pascal Bart <pascal.bart@epita.fr>, Marc Autret <autret_m@epita.fr>
14915 * src/reader.c (read_additionnal_code): Rename %%user_code to
14917 * src/output.c (output): Rename %%declarations to %%prologue.
14918 * src/bison.simple: Echo modifications.
14920 2001-08-31 Marc Autret <autret_m@epita.fr>
14922 * src/reader.c (readgram): CleanUp.
14923 (output_token_defines): Likewise.
14924 (packsymbols): Likewise.
14925 (reader): Likewise.
14926 * src/output.c (output): CPP-out useless code.
14928 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
14930 * src/reader.c (reader): Delete obsolete call to function
14931 output_trailers and output_headers.
14932 * src/output.h: Remove obsolete functions prototypes of output_headers
14933 and output_trailers.
14935 2001-08-30 Pascal Bart <pascal.bart@epita.fr>
14937 * src/main.c: Include macrotab.h.
14938 * src/macrotab.h (macro_entry_s): Constify fields.
14939 Adjust functions prototypes.
14940 * src/macrotab.c (macro_insert): Constify key and value.
14941 (macro_find): Constify key.
14942 (macro_insert): Include 'xalloc.h'
14943 (macro_insert): Use XMALLOC.
14944 (macro_find): Constify return value.
14945 * src/output.c (output_table_data): Rename table to table_data.
14946 (output_parser): Constify macro_key, macro_value.
14948 2001-08-30 Marc Autret <autret_m@epita.fr>
14950 * src/reader.c (parse_skel_decl): New.
14951 (read_declarations): Add case `tok_skel', call parse_skel_decl ().
14952 * src/lex.h (token_t): New token `tok_skel'.
14953 * src/lex.c (percent_table): Add skeleton option entry.
14956 2001-08-29 Marc Autret <autret_m@epita.fr>
14958 * src/bison.simple: Add %%user_code directive at the end.
14959 * src/reader.c (read_additionnal_code): New.
14961 * src/output.c (output_program): Remove.
14964 2001-08-28 Marc Autret <autret_m@epita.fr>
14966 * src/output.c (output_actions): Clean up.
14967 (output_gram): CPP-out useless code.
14968 * src/reader.c (reader): Clean up, CPP-out useless code.
14970 2001-08-28 Pascal Bart <pascal.bart@epita.fr>
14972 * src/output.c (output): Copy attrs_obstack in the '%%definitions'
14974 * src/bison.simple: Add `%%definitions'.
14976 2001-08-28 Marc Autret <autret_m@epita.fr>
14978 * config/depcomp: New file.
14980 2001-08-27 Paul Eggert <eggert@twinsun.com>
14982 * src/bison.simple (yyparse): Don't take the address of an
14983 item before the start of an array, as that doesn't conform to
14986 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
14988 * src/output.c (output): Remove the initialization of the macro
14989 obstack. It was done too late here.
14991 * src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was
14993 (reader): Initialize the macro obstack here, since we need it to grow
14994 '%define' directives.
14996 * src/reader.h: Declare the macro obstack as extern.
14998 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
15000 * src/output.c (output_parser): Fix. Store single '%' characters in
15001 the output obstack instead of throwing them away.
15003 2001-08-27 Akim Demaille <akim@epita.fr>
15005 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
15007 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
15009 * lib/Makefile.am: Adjust.
15011 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
15013 * src/bison.simple: Update and add '%%' directives.
15015 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
15017 * src/reader.c (reader): Remove calls to 'output_headers' and
15018 'output_trailers'. Remove some C output.
15019 (readgram): Disable a piece of code that was writing a default
15020 definition for 'YYSTYPE'.
15021 (reader_output_yylsp): Remove.
15022 (packsymbols): Output token defintions to a macro.
15023 (copy_definition): Disable C output.
15025 * src/reader.c (parse_macro_decl): New function used to parse macro
15027 (copy_string2): Put the body of copy_string into this new function.
15028 Add a parameter to let the caller choose whether he wants to copy the
15029 string delimiters or not.
15030 (copy_string): Be a simple call to copy_string2 with the last argument
15032 (read_declarations): Add case for macro definition.
15033 (copy_identifier): New.
15034 (parse_macro_decl): Read macro identifiers using copy_identifier
15037 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
15039 * src/output.c (prepare): Add prefixed names.
15040 (output_parser): Output semantic actions.
15041 (output_parser): Fix bug on '%%line' directives.
15043 * src/output.c (output_headers): Remove. The C code printed by this
15044 function should now be in the skeletons.
15045 (output_trailers): Remove.
15046 (output): Disable call to 'reader_output_yylsp'.
15047 (output_rule_data): Do not output tables to the table obstack.
15049 * src/output.c: Remove some C dedicated output.
15050 Improve the use of macro and output obstacks.
15051 (output_defines): Remove.
15053 * src/output.c (output_token_translations): Associate 'translate'
15054 table with a macro. No output to the table obstack.
15055 (output_gram): Same for 'rhs' and 'prhs'.
15056 (output_stos): Same for 'stos'.
15057 (output_rule_data): Same for 'r1' and 'r2'.
15058 (token_actions): Same for 'defact'.
15059 (goto_actions): Same for 'defgoto'.
15060 (output_base): Same for 'pact' and 'pgoto'.
15061 (output_table): Same for 'table'.
15062 (output_check): Same for 'check'.
15064 * src/output.c (output_table_data): New function.
15065 (output_short_table): Remove.
15066 (output_short_or_char_table): Remove.
15068 * src/output.c (output_parser): Replace most of the skeleton copy code
15069 with something new. Skeletons are now processed character by character
15070 rather than line by line, and Bison looks for '%%' macros. This is the
15071 first step in making Bison's output process (a lot) more flexible.
15072 (output_parser): Use the macro table.
15074 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
15076 * src/main.c (main): Initialize the macro table.
15078 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
15080 * src/lex.c (percent_table): Add tok_define.
15081 * src/lex.h: Add tok_define.
15083 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
15085 * src/macrotab.c: New file.
15086 * src/macrotab.h: New file.
15087 * src/Makefile.am: Update.
15089 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
15091 * lib/hash.c: New file.
15092 * lib/hash.h: New file.
15093 * lib/Makefile.am: Update.
15095 2001-08-15 Akim Demaille <akim@epita.fr>
15099 2001-08-15 Marc Autret <autret_m@epita.fr>
15101 * src/reader.c (readgram): Indent output macro YYSTYPE.
15102 (packsymbols): Likewise.
15103 (output_token_defines): Likewise.
15104 * src/files.c: Standardize.
15105 (compute_header_macro): New.
15106 (defines_obstack_save): New. Use compute_header_macro.
15107 (output_files): Update. Use defines_obstack_save.
15109 2001-08-15 Akim Demaille <akim@epita.fr>
15111 * doc/bison.texinfo (Table of Symbols): Document
15112 YYSTACK_USE_ALLOCA.
15114 2001-08-15 Akim Demaille <akim@epita.fr>
15116 * missing: Update from CVS Automake.
15117 * config/config.guess, config/config.sub, config/texinfo.tex:
15118 Update from gnu.org.
15120 2001-08-15 Akim Demaille <akim@epita.fr>
15122 * Makefile.maint: Sync with CVS Autoconf.
15124 2001-08-14 Pascal Bart <pascal.bart@epita.fr>
15126 * doc/bison.texinfo: Include GNU Free Documentation License from
15128 * doc/fdl.texi: Add to package.
15130 2001-08-14 Marc Autret <autret_m@epita.fr>
15132 Turn on %{source,header}_extension features.
15134 * src/lex.c (percent_table): Un-CPP out header_extension and
15136 * src/files.c (compute_exts_from_gf): Compare pointers with NULL.
15137 (compute_exts_from_src): Remove conditions. It restores priorities
15140 2001-08-14 Marc Autret <autret_m@epita.fr>
15142 * src/files.c (compute_base_names): Add extensions computing when
15143 `--file-prefix' used.
15144 Standardize function calls.
15146 2001-08-13 Marc Autret <autret_m@epita.fr>
15148 * src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
15149 defining it (defined but null disables alloca).
15151 2001-08-13 Marc Autret <autret_m@epita.fr>
15153 * src/bison.simple (_yy_memcpy): CPP reformat.
15155 2001-08-13 Pascal Bart <pascal.bart@epita.fr>
15157 * tests/atconfig.in (CPPFLAGS): Fix.
15159 2001-08-10 Pascal Bart <pascal.bart@epita.fr>
15161 * doc/bison.texinfo: Include GNU General Public License from
15163 * doc/gpl.texi: Add to package.
15165 2001-08-10 Marc Autret <autret_m@epita.fr>
15167 * src/print_graph.h: Fix.
15168 * src/reader.c (read_declarations): Use parse_header_extension_decl ().
15170 2001-08-10 Akim Demaille <akim@epita.fr>
15172 * src/system.h: Provide default declarations for stpcpy, strndup,
15175 2001-08-10 Robert Anisko <anisko_r@epita.fr>
15177 * doc/bison.texinfo (Locations): Update @$ stuff.
15179 2001-08-09 Robert Anisko <anisko_r@epita.fr>
15181 * src/bison.simple (YYLLOC_DEFAULT): Update.
15184 2001-08-08 Marc Autret <autret_m@epita.fr>
15186 * doc/bison.texinfo: Change @samp{$<@dots{}>} to
15187 @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.
15188 Reported by Fabrice Bauzac.
15190 2001-08-08 Marc Autret <autret_m@epita.fr>
15192 * src/vcg_default.h: Use NULL instead of 0 to initialize pointers.
15193 * src/vcg.c (output_node): Fix.
15194 * src/vcg.h: Cleanup.
15195 * src/print_graph.c: Add comments.
15196 (node_output_size): New global variable. Simplify the formatting of
15197 the VCG graph output.
15198 (print_actions): Unused code is now used. It notifies the final state
15199 and no action states in the VCG graph. It also give the reduce actions.
15200 The `shift and goto' edges are red and the `go to state' edges are
15202 Get the current node name and node_obstack by argument.
15203 (node_obstack): New variable.
15204 (print_state): Manage node_obstack.
15205 (print_core): Use node_obstack given by argument.
15206 A node is not only computed here but in print_actions also.
15207 (print_graph): CPP out useless code instead of commenting it.
15209 2001-08-07 Pascal Bart <pascal.bart@epita.fr>
15211 * tests/atconfig.in (CPPFLAGS): Fix.
15213 2001-08-07 Akim Demaille <akim@epita.fr>
15215 * src/print_graph.c (quote): New.
15216 (print_core): Use it.
15218 2001-08-06 Akim Demaille <akim@epita.fr>, Marc Autret <autret_m@epita.fr>
15220 * src/vcg.c (complain.h): Include it.
15221 Unepitaize `return' invocations.
15222 [NDEBUG] (main): Remove.
15223 * src/vcg.h (node_t, edge_t, graph_t): Constify the char * members.
15224 * src/files.c (open_files): Initialize graph_obstack.
15225 * src/print_graph.c (print_actions): CPP out useless code.
15226 (print_core): Don't output the last `\n' in labels.
15228 * src/files.c (output_files): Output the VCG file.
15229 * src/main.c (main): Invoke print_graph ();
15231 2001-08-06 Marc Autret <autret_m@epita.fr>
15233 Automaton VCG graph output.
15234 Using option ``-g'' or long option ``--graph'', you can generate
15235 a gram_filename.vcg file containing a VCG description of the LALR (1)
15236 automaton of your grammar.
15238 * src/main.c: Call to print_graph() function.
15239 * src/getargs.h: Update.
15240 * src/getargs.c (options): Update to catch `-g' and `--graph' options.
15241 (graph_flag): New flag.
15242 (longopts): Update.
15243 (getargs): Add case `g'.
15244 * src/files.c (graph_obstack): New obstack struct.
15245 (open_files): Initialize new obstack.
15246 (output_files): Saves graph_obstack if required.
15247 * src/files.h (graph_obstack): New extern declaration.
15248 * src/Makefile.am: Add new source files.
15250 2001-08-06 Marc Autret <autret_m@epita.fr>
15252 * src/print_graph.c, src/print_graph.h (graph): New.
15253 * src/vcg.h: New file.
15254 * src/vcg.c: New file, VCG graph handling.
15256 2001-08-06 Marc Autret <autret_m@epita.fr>
15258 Add of %source_extension and %header_extension which specify
15259 the source or/and the header output file extension.
15261 * src/files.c (compute_base_names): Remove initialisation of
15262 src_extension and header_extension.
15263 (compute_exts_from_gf): Update.
15264 (compute_exts_from_src): Update.
15265 (output_files): Update.
15266 * src/reader.c (parse_header_extension_decl): New.
15267 (parse_source_extension_decl): New.
15268 (read_declarations): New case statements for the new tokens.
15269 * src/lex.c (percent_table): Add entries for %source_extension
15270 and %header_extension.
15271 * src/lex.h (token_e): New tokens tok_hdrext and tok_srcext.
15273 2001-08-06 Marc Autret <autret_m@epita.fr>
15275 * configure.in: Bump to 1.28c.
15276 * doc/bison.texinfo: Texinfo thingies.
15278 2001-08-04 Pascal Bart <pascal.bart@epita.fr>
15280 * tests/atconfig.in (CPPFLAGS): Add.
15281 * tests/calc.at (AT_CHECK): Use CPPFLAGS.
15283 2001-08-03 Akim Demaille <akim@epita.fr>
15287 2001-08-03 Akim Demaille <akim@epita.fr>
15289 * tests/Makefile.am (check-local): Ship testsuite.
15290 * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
15291 Include `string.h'.
15293 2001-08-03 Akim Demaille <akim@epita.fr>
15295 * configure.in: Try using -Wformat when compiling.
15297 2001-08-03 Akim Demaille <akim@epita.fr>
15299 * configure.in: Bump to 1.28b.
15301 2001-08-03 Akim Demaille <akim@epita.fr>
15303 * src/complain.c: Adjust strerror_r portability issues.
15305 2001-08-03 Akim Demaille <akim@epita.fr>
15309 2001-08-03 Akim Demaille <akim@epita.fr>
15311 * src/getargs.c, src/getarg.h (skeleton)): Constify.
15312 * src/lex.c (literalchar): Avoid name clashes on `buf'.
15313 * src/getargs.c: Include complain.h.
15314 * src/files.c, src/files.h (skeleton_find): Avoid name clashes.
15315 * lib/quotearg.c, lib/quotearg.h: Update from fileutils 4.1.
15317 2001-08-03 Akim Demaille <akim@epita.fr>
15319 * src/reader.c (readgram): Display hidden chars in error messages.
15321 2001-08-03 Akim Demaille <akim@epita.fr>
15323 Update to gettext 0.10.39.
15325 2001-08-03 Akim Demaille <akim@epita.fr>
15327 * lib/strspn.c: New.
15329 2001-08-01 Marc Autret <autret_m@epita.fr>
15331 * doc/bison.texinfo: Update.
15332 * doc/bison.1 (mandoc): Update.
15333 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove .c and .h.
15334 * src/files.c: Support output files extensions computing.
15335 (src_extension): New static variable.
15336 (header_extension): New static variable.
15337 (tr): New function.
15338 (get_extension_index): New function, gets the index of an extension
15339 filename in a string.
15340 (compute_exts_from_gf): New function, computes extensions from the
15341 grammar file extension.
15342 (compute_exts_from_src): New functions, computes extensions from the
15343 C source file extension, file given by ``-o'' option.
15344 (compute_base_names): Update.
15345 (output_files): Update.
15347 2001-08-01 Robert Anisko <anisko_r@epita.fr>
15349 * doc/bison.texi: Document @$.
15350 (Locations): New section.
15352 2001-07-18 Akim Demaille <akim@epita.fr>
15354 * Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
15355 * config/prev-version.txt, config/move-if-change: New.
15356 * Makefile.am: Adjust.
15358 2001-07-08 Pascal Bart <pascal.bart@epita.fr>
15360 * src/bison.simple (yyparse): Suppress warning `comparaison
15361 between signed and unsigned'.
15363 2001-07-05 Pascal Bart <pascal.bart@epita.fr>
15365 * src/getargs.h (raw_flag): Remove.
15366 * src/getargs.c: Die on `-r'/`--raw'.
15367 * src/lex.c (parse_percent_token): Die on `%raw'.
15368 * src/reader.c (output_token_defines): Suppress call to `raw_flag'.
15369 * tests/calc.at: Suppress test with option `--raw'.
15371 2001-07-14 Akim Demaille <akim@epita.fr>
15374 * configure.in: Require Autoconf 2.50.
15375 Update to gettext 0.10.38.
15377 2001-03-16 Akim Demaille <akim@epita.fr>
15379 * doc/bison.texinfo: ANSIfy the examples.
15381 2001-03-16 Akim Demaille <akim@epita.fr>
15383 * getargs.c (skeleton): New variable.
15384 (longopts): --skeleton is a new option.
15385 (shortopts, getargs): -S is a new option.
15386 * getargs.h: Declare skeleton.
15387 * output.c (output_parser): Use it.
15389 2001-03-16 Akim Demaille <akim@epita.fr>
15391 * m4/strerror_r.m4: New.
15392 * m4/error.m4: Run AC_FUNC_STRERROR_R.
15393 * lib/error.h, lib/error.c: Update.
15395 2001-03-16 Akim Demaille <akim@epita.fr>
15397 * src/getargs.c (longopts): Clean up.
15399 2001-02-21 Akim Demaille <akim@epita.fr>
15401 * src/reader.c (gensym): `gensym_count' is your own.
15402 Use a static buf to create the symbol name, as token_buffer is no
15405 2001-02-08 Akim Demaille <akim@epita.fr>
15407 * src/conflicts.c (conflict_report): Be sure not to append to res
15408 between two calls, which could happen if both first sprintf were
15409 skipped, but not the first cp += strlen.
15411 2001-02-08 Akim Demaille <akim@epita.fr>
15413 * lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
15414 New, from fileutils 4.0.37.
15415 * configure.in: Require Autoconf 2.49c. I took some time before
15416 making this decision. This is the only way out for portability
15417 issues in Bison, it would mean way too much duplicate effort to
15418 import in Bison features implemented in 2.49c since 2.13.
15419 AC_REPLACE_FUNCS and AC_CHECK_DECLS the functions above.
15421 2001-02-02 Akim Demaille <akim@epita.fr>
15423 * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
15424 * lib/xalloc.h, lib/xmalloc.c: Update.
15426 2001-01-19 Akim Demaille <akim@epita.fr>
15428 Get rid of the ad hoc handling of token_buffer in the scanner: use
15431 * src/lex.c (token_obstack): New.
15432 (init_lex): Initialize it. No longer call...
15433 (grow_token_buffer): this. Remove it.
15434 Adjust all the places which used it to use the obstack.
15436 2001-01-19 Akim Demaille <akim@epita.fr>
15438 * src/lex.h: Rename all the tokens:
15439 s/\bENDFILE\b/tok_eof/g;
15440 s/\bIDENTIFIER\b/tok_identifier/g;
15442 Let them be enums, not #define, to ease debugging.
15443 Adjust all the code.
15445 2001-01-18 Akim Demaille <akim@epita.fr>
15447 * src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
15448 * src/lex.c (maxtoken, grow_token_buffer): Static.
15450 2001-01-18 Akim Demaille <akim@epita.fr>
15452 Since we now use obstacks, more % directives can be enabled.
15454 * src/lex.c (percent_table): Also accept `%yacc',
15455 `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
15457 Handle the actions for `%semantic_parser' and `%pure_parser' here,
15458 instead of returning a token.
15459 * src/lex.h (SEMANTIC_PARSER, PURE_PARSER): Remove, unused.
15460 * src/reader.c (read_declarations): Adjust.
15461 * src/files.c (open_files): Don't call `compute_base_names', don't
15462 compute `attrsfile' since they depend upon data which might be
15463 *in* the input file now.
15464 (output_files): Do it here.
15465 * src/output.c (output_headers): Document the fact that this patch
15466 introduces a guaranteed SEGV for semantic parsers.
15467 * doc/bison.texinfo: Document them.
15468 * tests/suite.at: Exercise these %options.
15470 2000-12-20 Akim Demaille <akim@epita.fr>
15472 Also handle the output file (--verbose) with obstacks.
15474 * files.c (foutput): Remove.
15475 (output_obstack): New.
15476 Adjust all dependencies.
15477 * src/conflicts.c: Return a string.
15478 * src/system.h (obstack_grow_string): Rename as...
15479 (obstack_sgrow): this. Be ready to work with non literals.
15480 (obstack_fgrow4): New.
15482 2000-12-20 Akim Demaille <akim@epita.fr>
15484 * src/files.c (open_files): Fix the computation of short_base_name
15485 in the case of `-o foo.tab.c'.
15487 2000-12-20 Akim Demaille <akim@epita.fr>
15489 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
15490 (copy_dollar): Now that everything uses obstacks, get rid of the
15493 2000-12-20 Akim Demaille <akim@epita.fr>
15495 * src/files.c (open_files): Actually the `.output' file is based
15496 on the short_base_name, not base_name.
15497 * tests/suite.at (Checking output file names): Adjust.
15499 2000-12-20 Akim Demaille <akim@epita.fr>
15501 * src/bison.s1: Remove, we now use directly...
15502 * src/bison.simple: this.
15503 * src/Makefile.am: Use pkgdata instead of data.
15505 2000-12-20 Akim Demaille <akim@epita.fr>
15507 * src/files.c (guard_obstack): New.
15508 (open_files): Initialize it.
15509 (output_files): Dump it...
15510 * src/files.h: Export it.
15511 * src/reader.c (copy_guard): Use it.
15513 2000-12-19 Akim Demaille <akim@epita.fr>
15515 * src/files.c (outfile, defsfile, actfile): Removed as global
15517 (open_files): Don't compute them.
15518 (output_files): Adjust.
15519 (base_name, short_base_name): Be global.
15520 Adjust dependencies.
15522 2000-12-19 Akim Demaille <akim@epita.fr>
15524 * src/files.c (strsuffix): New.
15525 (stringappend): Be just like strcat but allocate.
15526 (base_names): Eve out from open_files.
15527 Try to simplify the rather hairy computation of base_name and
15529 (open_files): Use it.
15530 * tests/suite.at (Checking output file names): New test.
15532 2000-12-19 Akim Demaille <akim@epita.fr>
15534 * src/system.h (obstack_grow_literal_string): Rename as...
15535 (obstack_grow_string): this.
15536 * src/output.c (output_parser): Recognize `%% actions' instead of
15538 * src/bison.s1: s/$/%% actions/.
15539 * src/bison.hairy: Likewise.
15541 2000-12-19 Akim Demaille <akim@epita.fr>
15543 * src/output.c (output_parser): Compute the `#line' lines when
15545 * src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
15546 Suggested by Hans Aberg.
15548 2000-12-19 Akim Demaille <akim@epita.fr>
15550 Let the handling of the skeleton files be local to the procedures
15553 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
15555 (fparser, open_extra_files): Remove.
15556 (open_files, output_files): Don't take care of fparser.
15557 * src/files.h: Adjust.
15558 * src/output.c (output_parser): Open and close the file to the
15560 * src/reader.c (read_declarations): When %semantic_parser, open
15563 2000-12-19 Akim Demaille <akim@epita.fr>
15565 * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
15566 * src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
15568 2000-12-19 Akim Demaille <akim@epita.fr>
15570 * src/files.c (open_files): Yipee! We no longer need all the code
15571 looking for `/tmp' since we have no tmp file.
15573 2000-12-19 Akim Demaille <akim@epita.fr>
15575 * src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_GUARD_C):
15577 * src/files.c (open_files): Less dependency on MSDOS etc.
15579 2000-12-14 Akim Demaille <akim@epita.fr>
15581 * src/bison.s1 (YYLLOC_DEFAULT): New macro.
15582 Provide a default definition.
15583 Use it when executing the default @ action.
15584 * src/reader.c (reader_output_yylsp): No longer include
15585 `timestamp' and `text' in the default YYLTYPE.
15587 2000-12-12 Akim Demaille <akim@epita.fr>
15589 * src/reader.c (copy_definition, parse_union_decl, copy_action)
15590 (copy_guard): Quote the file names.
15591 Reported by Laurent Mascherpa.
15593 2000-12-12 Akim Demaille <akim@epita.fr>
15595 * src/output.c (output_headers, output_program, output): Be sure
15596 to escape special characters when outputting filenames.
15597 (ACTSTR_PROLOGUE, ACTSTR_EPILOGUE): Remove.
15598 (output_headers): Don't depend on them, Use ACTSTR.
15600 2000-11-17 Akim Demaille <akim@epita.fr>
15602 * lib/obstack.h: Formatting changes.
15603 (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
15604 prevents type checking.
15605 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
15606 cast the value to (void *): assigning a `foo *' to a `void *'
15608 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
15609 * src/reader.c (parse_union_decl): Typo: use obstack_1grow to
15612 2000-11-17 Akim Demaille <akim@epita.fr>
15614 * tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
15616 (suite.m4, regression.m4, calc.m4): these.
15617 * tests/atgeneral.m4: Update from CVS Autoconf.
15619 2000-11-17 Akim Demaille <akim@epita.fr>
15621 * tests/regression.m4 (%union and --defines): New test,
15622 demonstrating a current bug in the obstack implementation.
15624 2000-11-17 Akim Demaille <akim@epita.fr>
15626 * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
15628 Use them to declare the variables which are global or local to
15631 2000-11-17 Akim Demaille <akim@epita.fr>
15633 * acconfig.h: Remove, no longer used.
15635 2000-11-07 Akim Demaille <akim@epita.fr>
15637 * src: s/Copyright (C)/Copyright/g.
15639 2000-11-07 Akim Demaille <akim@epita.fr>
15641 * src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
15643 * src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
15645 2000-11-07 Akim Demaille <akim@epita.fr>
15647 * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
15648 Merge in a single CPP if/else.
15650 2000-11-07 Akim Demaille <akim@epita.fr>
15652 * src/output.c (output): Remove useless variables.
15653 * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
15654 argument `data' for consistency with the prototypes.
15655 Qualify it `const'.
15656 (obstack_copy, obstack_copy0): Rename the second argument as
15657 `address' for consistency. Qualify it `const'.
15658 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
15659 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
15660 `const' their input argument (`data' or `address').
15661 Adjust the corresponding macros to include `const' in casts.
15663 2000-11-03 Akim Demaille <akim@epita.fr>
15665 * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
15666 s/PFILE1/BISON_HAIRY/.
15667 Adjust dependencies.
15669 2000-11-03 Akim Demaille <akim@epita.fr>
15671 For some reason, this was not applied.
15673 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
15674 `unlink': it's no longer used.
15676 2000-11-03 Akim Demaille <akim@epita.fr>
15678 * src/files.c (skeleton_find): New function, eved out of...
15679 (open_files, open_extra_files): here.
15681 2000-11-03 Akim Demaille <akim@epita.fr>
15683 Don't use `atexit'.
15685 * src/files.c (obstack_save): New function.
15686 (done): Rename as...
15687 (output_files): this.
15688 Use `obstack_save'.
15689 * src/main.c (main): Don't use `atexit' to register `done', since
15690 it no longer has to remove tmp files, just call `output_files'
15691 when there are no errors.
15693 2000-11-02 Akim Demaille <akim@epita.fr>
15695 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
15696 `unlink': it's no longer used.
15697 * src/files.h: Formatting changes.
15699 2000-11-02 Akim Demaille <akim@epita.fr>
15701 Remove the last uses of mktemp and unlink/delete.
15703 * src/files.c (fdefines, ftable): Removed.
15704 (defines_ostack, table_obstack): New.
15705 Adjust dependencies of the former into uses of the latter.
15706 * src/output.c (output_short_or_char_table, output_short_table):
15707 Convert to using obstacks.
15708 * src/reader.c (copy_comment2): Accept one FILE * and two
15710 (output_token_defines, reader_output_yylsp): Use obstacks.
15711 * src/system.h (obstack_fgrow3): New.
15712 * po/POTFILES.in: Adjust.
15714 2000-11-01 Akim Demaille <akim@epita.fr>
15716 Change each use of `fattrs' into a use of `attrs_obstack'.
15718 * src/reader.c (copy_at): Typo: s/yylloc/yyloc/.
15719 * src/files.c (fattrs): Remove.
15720 (attrs_obstack): New.
15721 Adjust all dependencies.
15722 (done): If SEMANTIC_PARSER, dump attrs_obstack into attrsfile.
15724 2000-11-01 Akim Demaille <akim@epita.fr>
15726 Introduce obstacks.
15727 Change each use of `faction' into a use of `action_obstack'.
15729 * lib/obstack.h, lib/obstack.c: New files.
15730 * src/files.c (faction): Remove.
15731 (action_obstack): New.
15732 Adjust all dependencies.
15734 2000-10-20 Akim Demaille <akim@epita.fr>
15736 * lib/quote.h (PARAMS): New macro. Use it.
15738 2000-10-16 Akim Demaille <akim@epita.fr>
15740 * src/output.c (output_short_or_char_table): New function.
15741 (output_short_table, output_token_translations): Use it.
15742 (goto_actions): Use output_short_table.
15744 2000-10-16 Akim Demaille <akim@epita.fr>
15746 * src/symtab.c (bucket_new): New function.
15749 * src/output.c (output_short_table): New argument to display the
15750 comment associated with the table.
15751 Adjust dependencies.
15752 (output_gram): Use it.
15753 (output_rule_data): Nicer output layout for YYTNAME.
15755 2000-10-16 Akim Demaille <akim@epita.fr>
15757 * src/lex.c (read_typename): New function.
15759 * src/reader.c (copy_dollar): Likewise.
15761 2000-10-16 Akim Demaille <akim@epita.fr>
15763 * src/reader.c (copy_comment2): Expect the input stream to be on
15764 the `/' which is suspected to open a comment, instead of being
15765 called after `//' or `/*' was read.
15766 (copy_comment, copy_definition, parse_union_decl, copy_action)
15767 (copy_guard): Adjust.
15769 2000-10-16 Akim Demaille <akim@epita.fr>
15771 * src/reader.c (parse_expect_decl): Use `skip_white_space' and
15772 `read_signed_integer'.
15774 2000-10-16 Akim Demaille <akim@epita.fr>
15776 * src/reader.c (copy_dollar): New function.
15777 (copy_guard, copy_action): Use it.
15779 2000-10-16 Akim Demaille <akim@epita.fr>
15781 * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
15782 * m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
15783 New files, from Fileutils 4.0.27.
15784 * src/main.c (printable_version): Remove.
15785 * src/lex.c, src/reader.c: Use `quote'.
15787 2000-10-04 Akim Demaille <akim@epita.fr>
15789 * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
15791 2000-10-04 Akim Demaille <akim@epita.fr>
15793 * doc/bison.texinfo: Various typos spotted by Neil Booth.
15795 2000-10-04 Akim Demaille <akim@epita.fr>
15797 When a literal string is used to define two different tokens,
15798 `bison -v' segfaults.
15799 Reported by Piotr Gackiewicz, and fixed by Neil Booth.
15801 * tests/regression.m4: New file.
15802 Include the core of the sample provided by Piotr Gackiewicz.
15803 * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
15806 2000-10-04 Akim Demaille <akim@epita.fr>
15808 * src/reader.c (parse_expect_decl): Keep `count' within the size
15812 2000-10-02 Paul Eggert <eggert@twinsun.com>
15814 * bison.s1 (yyparse): Assign the default value
15815 unconditionally, to avoid a GCC warning and make the parser a
15818 2000-10-02 Akim Demaille <akim@epita.fr>
15820 * src/getargs.c (getargs): Don't dump `--help' on unrecognized
15823 2000-10-02 Akim Demaille <akim@epita.fr>
15825 * src/derives.c, src/print.c, src/reduce.c: To ease the
15826 translation, move some `\n' out of the translated strings.
15828 2000-10-02 Akim Demaille <akim@epita.fr>
15830 The location tracking mechanism is precious for parse error
15831 messages. Nevertheless, it is enabled only when `@n' is used in
15832 the grammar, which is a different issue (you can use it in error
15833 message, but not in the grammar per se). Therefore, there should
15834 be another means to enable it.
15836 * src/getargs.c (getargs): Support `--locations'.
15837 (usage): Report it.
15838 * src/getargs.h (locationsflag): Export it.
15839 * src/lex.c (percent_table): Support `%locations'.
15840 * src/reader.c (yylsp_needed): Remove this variable, now replaced
15841 with `locationsflag'.
15842 * doc/bison.texinfo: Document `--locations' and `%locations'.
15844 * tests/calc.m4: Test it.
15846 For regularity of the names, replace each
15847 (nolineflag, toknumflag, rawtokenumflag, noparserflag): with...
15848 (no_lineflag, token_tableflag, rawflag, no_parserflag): this.
15849 In addition replace each `flag' with `_flag'.
15851 2000-10-02 Akim Demaille <akim@epita.fr>
15853 Also test parse error messages, including with YYERROR_VERBOSE.
15855 * tests/calc.m4 (calc.y): Add support for `exp = exp' (non
15857 Use it to check the computations.
15858 Use it to check `nonassoc' is honored.
15859 (AT_DATA_CALC_Y): Equip `calc.y' with YYERROR_VERBOSE when passed
15860 `--yyerror-verbose'.
15861 (_AT_CHECK_CALC): Adjust to this option.
15862 (_AT_CHECK_CALC_ERROR): New macro to check parse error messages.
15864 2000-10-02 Akim Demaille <akim@epita.fr>
15866 Test also `--verbose', `--defines' and `--name-prefix'. Testing
15867 the latter demonstrates a flaw in the handling of non debugging
15868 parsers introduced by myself on 2000-03-16: `#define yydebug 0'
15869 was used in order to simplify:
15885 unfortunately this leads to a CPP conflict when
15886 `--name-prefix=foo' is used since it produces `#define yydebug
15889 * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
15890 (YYDPRINTF): New macro.
15892 * tests/calc.m4 (AT_CHECK_CALC): Do require a title, build it from
15894 Also test `--verbose', `--defines' and `--name-prefix'.
15896 2000-10-02 Akim Demaille <akim@epita.fr>
15898 Improve the readability of the produced parsers.
15900 * src/bison.s1: Formatting changes.
15901 Improve the comment related to the `$' mark.
15902 (yydefault): Don't fall through to `yyresume': `goto' there.
15903 * src/output.c (output_parser): When the `$' is met, skip the end
15905 New variable, `number_of_dollar_signs', to check there's exactly
15906 one `$' in the parser skeleton.
15908 2000-10-02 Akim Demaille <akim@epita.fr>
15910 * lib/xstrdup.c: New file, from the fileutils.
15911 * src/reader.c (parse_token_decl, get_type_name, parse_type_decl)
15912 (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
15913 instead of strlen + xmalloc + strcpy.
15914 * src/symtab.c (copys): Remove, use xstrdup instead.
15916 2000-10-02 Akim Demaille <akim@epita.fr>
15918 * src/gram.h (associativity): New enum type which replaces the
15919 former CPP macros `RIGHT_ASSOC', `LEFT_ASSOC' and `NON_ASSOC' with
15920 `right_assoc', `left_assoc' and `non_assoc'.
15921 Adjust all dependencies.
15922 * src/reader.c: Formatting changes.
15923 (LTYPESTR): Don't define it, use it as a literal in
15924 `reader_output_yylsp'.
15925 * src/symtab.h (symbol_class): New enum type which replaces the
15926 former CPP macros `SUNKNOWN', `STOKEN and `SNTERM' with
15927 `sunknown', `stoken and `snterm'.
15929 2000-10-02 Akim Demaille <akim@epita.fr>
15931 * src/getargs.c (fixed_outfiles): Rename as...
15932 (yaccflag): for consistency and accuracy.
15933 Adjust dependencies.
15935 2000-10-02 Akim Demaille <akim@epita.fr>
15937 Use the more standard files `xalloc.h' and `xmalloc.c' instead of
15938 Bison's `allocate.c' and `alloc.h'. This patch was surprisingly
15939 difficult and introduced a lot of core dump. It turns out that
15940 Bison used an implementation of `xmalloc' based on `calloc', and
15941 at various places it does depend upon the initialization to 0. I
15942 have not tried to isolate the pertinent places, and all the former
15943 calls to Bison's `xmalloc' are now using `XCALLOC'. Someday,
15944 someone should address this issue.
15946 * src/allocate.c, src/alloc.h, m4/bison-decl.m4: Remove.
15947 * lib/xmalloc.c, lib/xalloc.h, m4/malloc.m4, m4/realloc.m4: New
15949 Adjust dependencies.
15950 * src/warshall.h: New file.
15953 2000-10-02 Akim Demaille <akim@epita.fr>
15955 Various anti-`extern in *.c' changes.
15957 * src/system.h: Include `assert.h'.
15959 2000-10-02 Akim Demaille <akim@epita.fr>
15961 * src/state.h (nstates, final_state, first_state, first_shift)
15962 (first_reduction): Move their exportation from here...
15963 * src/LR0.h: to here.
15964 Adjust dependencies.
15965 * src/getargs.c (statisticsflag): New variable.
15966 Add support for `--statistics'.
15967 Adjust dependencies.
15969 Remove a lot of now useless `extern' statements in most files.
15971 2000-10-02 Akim Demaille <akim@epita.fr>
15973 * src/LR0.h: New file.
15976 2000-10-02 Akim Demaille <akim@epita.fr>
15978 * src/print.h: New file.
15980 * src/print.c: Formatting and ordering changes.
15981 (verbose, terse): Replace with...
15982 (print_results): this new function.
15983 Adjust dependencies.
15985 2000-10-02 Akim Demaille <akim@epita.fr>
15987 * src/conflicts.c (conflict_report): New function.
15988 (conflict_log, verbose_conflict_log): Replace with...
15989 (print_conflicts): this function.
15990 Adjust dependencies.
15991 * src/conflicts.h: New file.
15992 Propagate its inclusion.
15994 2000-10-02 Akim Demaille <akim@epita.fr>
15996 * src/nullable.h: New file.
15997 Propagate its inclusion.
15998 * src/nullable.c: Formatting changes.
16000 2000-10-02 Akim Demaille <akim@epita.fr>
16002 * src/reduce.h: New file.
16003 Propagate its inclusion.
16004 * src/reduce.c: Topological sort and other formatting changes.
16005 (bool, TRUE, FALSE): Move their definition to...
16006 * src/system.h: here.
16008 2000-10-02 Akim Demaille <akim@epita.fr>
16010 * src/files.c: Formatting changes.
16011 (tryopen, tryclose, openfiles): Rename as...
16012 (xfopen, xfclose, open_files): this.
16013 (stringappend): static.
16014 * src/files.h: Complete the list of exported symbols.
16017 2000-10-02 Akim Demaille <akim@epita.fr>
16019 * src/reader.h: New file.
16020 Propagate its use instead of tedious list of `extern' and
16022 * src/reader.c: Formatting changes, topological sort,
16025 2000-10-02 Akim Demaille <akim@epita.fr>
16027 * src/lex.h: Prototype `lex.c' exported functions.
16028 * src/reader.c: Adjust.
16029 * src/lex.c: Formatting changes.
16030 (safegetc): Rename as...
16033 2000-10-02 Akim Demaille <akim@epita.fr>
16035 * src/lalr.h: New file.
16036 Propagate its inclusion instead of prototypes and `extern'.
16037 * src/lalr.c: Formatting changes, topological sorting etc.
16039 2000-10-02 Akim Demaille <akim@epita.fr>
16041 * src/output.c (token_actions): Introduce a temporary array,
16042 YYDEFACT, that makes it possible for this function to use
16043 output_short_table.
16045 2000-10-02 Akim Demaille <akim@epita.fr>
16047 `user_toknums' is output as a `short[]' in `output.c', while it is
16048 defined as a `int[]' in `reader.c'. For consistency with the
16049 other output tables, `user_toknums' is now defined as a table of
16052 * src/reader.c (user_toknums): Be a short table instead of an int
16054 Adjust dependencies.
16056 Factor the short table outputs.
16058 * src/output.c (output_short_table): New function.
16059 * src/output.c (output_gram, output_stos, output_rule_data)
16060 (output_base, output_table, output_check): Use it.
16062 2000-10-02 Akim Demaille <akim@epita.fr>
16064 * src/output.c (output): Topological sort of the functions, in
16065 order to get rid of the `static' prototypes.
16066 No longer use `register'.
16067 * src/output.h: New file.
16068 Propagate its inclusion in files explicitly prototyping functions
16071 2000-09-21 Akim Demaille <akim@epita.fr>
16073 * src/atgeneral.m4: Update from Autoconf.
16075 2000-09-21 Akim Demaille <akim@epita.fr>
16077 * src/closure.h: New file.
16078 * src/closure.c: Formatting changes, topological sort over the
16079 functions, use of closure.h.
16080 (initialize_closure, finalize_closure): Rename as...
16081 (new_closure, free_closure): these. Adjust dependencies.
16082 * src/LR0.c: Formatting changes, topological sort, use of
16084 (initialize_states): Rename as...
16085 (new_states): this.
16086 * src/Makefile.am (noinst_HEADERS): Adjust.
16088 2000-09-20 Akim Demaille <akim@epita.fr>
16090 * src/acconfig.h: Don't protect config.h against multiple
16092 Don't define PARAMS.
16093 * src/system.h: Define PARAMS.
16094 Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the
16095 purpose of config.h. system.h must not try to fix wrong
16096 definitions in config.h.
16098 2000-09-20 Akim Demaille <akim@epita.fr>
16100 * src/derives.h: New file.
16101 * src/main.c, src/derives.h: Use it.
16102 Formatting changes.
16103 * src/Makefile.am (noinst_HEADERS): Adjust.
16105 2000-09-20 Akim Demaille <akim@epita.fr>
16107 * tests/atgeneral.m4: Update from Autoconf.
16108 * tests/calc.m4 (_AT_DATA_CALC_Y, AT_DATA_CALC_Y, _AT_CHECK_CALC)
16109 (AT_CHECK_CALC): New macros.
16110 Use these macros to test bison with options `', `--raw',
16111 `--debug', `--yacc', `--yacc --debug'.
16113 2000-09-19 Akim Demaille <akim@epita.fr>
16115 * src/output.c: Formatting changes.
16116 * src/machine.h: Remove, leaving its contents in...
16117 * src/system.h: here.
16119 Adjust all dependencies on stdio.h and machine.h.
16120 * src/getargs.h: New file.
16121 Let all `extern' declarations about getargs.c be replaced with
16122 inclusion of `getargs.h'.
16123 * src/Makefile.am (noinst_HEADERS): Adjust.
16125 * tests/calc.m4 (yyin): Be initialized in main, not on the global
16127 (yyerror): Returns void, not int.
16128 * doc/bison.texinfo: Formatting changes.
16130 2000-09-19 Akim Demaille <akim@epita.fr>
16132 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
16135 2000-09-18 Akim Demaille <akim@epita.fr>
16137 * configure.in: Append WARNING_CFLAGS to CFLAGS.
16138 * src/Makefile.am (INCLUDES): Don't.
16139 Be ready to fetch headers in lib/.
16141 2000-09-18 Akim Demaille <akim@epita.fr>
16143 * doc/bison.texinfo: Update the copyright.
16144 ANSIfy and GNUify the examples.
16145 Remove the old menu.
16147 2000-09-18 Akim Demaille <akim@epita.fr>
16149 First set of tests: use the `calc' example from the documentation.
16151 * src/bison.s1 (yyparse): Condition the code using `yytname' which
16152 is defined only when YYDEBUG is.
16153 * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
16154 * src/files.c (tryopen, tryclose): Formatting changes.
16155 Move to the top and be static.
16156 * src/reader.c (read_signed_integer): Likewise.
16157 * tests/calc.m4: New file.
16158 * Makefile.am, suite.m4: Adjust.
16159 * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
16161 2000-09-18 Akim Demaille <akim@epita.fr>
16163 Add support for an Autotest test suite for Bison.
16165 * m4/m4.m4, m4/atconfig.m4: New files.
16166 * m4/Makefile.am (EXTRA_DIST): Adjust.
16167 * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
16169 * src/getargs.c: Display a more standard --version message.
16170 * src/reader.c (reader): Formatting changes.
16171 No longer depend upon VERSION_STRING.
16172 * configure.in: No longer use `dnl'.
16173 Set up the test suite and the new directory `tests/.
16174 (VERSION_STRING): Remove.
16176 2000-04-14 Akim Demaille <akim@epita.fr>
16178 * src/reader.c (copy_comment2): New function, same as former
16179 `copy_comment', but outputs into two FILE *.
16180 (copy_comment): Use it.
16181 (parse_union_decl): Use it.
16182 (get_type, parse_start_decl): Use the same `invalid' message.
16183 (parse_start_decl, parse_union_decl): Use the same `multiple'
16185 (parse_union_decl, copy_guard, copy_action): Use the same
16186 `unmatched' message.
16187 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
16189 2000-03-31 Akim Demaille <akim@epita.fr>
16191 * src/files.c (tryopen, tryclose): Move to the top.
16194 2000-03-31 Akim Demaille <akim@epita.fr>
16196 * src/main.c (main): Don't call `done', exit does it.
16198 2000-03-31 Akim Demaille <akim@epita.fr>
16200 * allocate.c: s/return (foo)/return foo/.
16201 * lalr.c: Likewise.
16203 * output.c: Likewise.
16204 * reader.c: Likewise.
16205 * symtab.c: Likewise.
16206 * vmsgetargs.c: Likewise.
16208 2000-03-31 Akim Demaille <akim@epita.fr>
16210 Clean up the error reporting functions.
16212 * src/report.c: New file.
16213 * src/report.h: Likewise.
16214 * src/Makefile.am: Adjust.
16215 * m4/error.m4: New file.
16216 * m4/Makefile.am: Adjust.
16217 * configure.in (jm_PREREQ_ERROR): Call it.
16218 * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
16220 (fatal, fatals): Remove. All callers use complain.c::fatal.
16221 (warn, warni, warns, warnss, warnss): Remove. All callers use
16222 complain.c::complain.
16223 (toomany): Remove, use fatal instead.
16224 * src/files.c (done): No argument, use complain_message_count.
16225 * src/main.c (main): Register `done' to `atexit'.
16227 * src/getargs.c (usage): More `fputs', less `fprintf'.
16229 2000-03-28 Akim Demaille <akim@epita.fr>
16231 * lib/: New directory.
16232 * Makefile.am (SUBDIRS): Adjust.
16233 * configure.in: Adjust.
16234 (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
16236 * src/alloca.c: Moved to lib/.
16237 * src/getopt.c: Likewise.
16238 * src/getopt1.c: Likewise.
16239 * src/getopt.h: Likewise.
16240 * src/ansi2knr.c: Likewise.
16241 * src/ansi2knr.1: Likewise.
16242 * src/Makefile.am: Adjust.
16243 * lib/Makefile.am: New file.
16245 2000-03-28 Akim Demaille <akim@epita.fr>
16247 * src/getargs.c (usage): Refresh the help message.
16249 2000-03-17 Akim Demaille <akim@epita.fr>
16251 * src/getopt1.c: Updated from textutils 2.0e
16252 * src/getopt.c: Likewise.
16253 * src/getopt.h: Likewise.
16255 2000-03-17 Akim Demaille <akim@epita.fr>
16257 * src/Makefile.am (bison.simple): Fix the awk program: quote only
16258 the file name, not the whole `#line LINE FILE'.
16260 2000-03-17 Akim Demaille <akim@epita.fr>
16262 On syntax errors, report the token on which we choked.
16264 * src/bison.s1 (yyparse): In the label yyerrlab, when
16265 YYERROR_VERBOSE, add yychar in msg.
16267 2000-03-17 Akim Demaille <akim@epita.fr>
16269 * src/reader.c (copy_at): New function.
16270 (copy_guard): Use it.
16271 (copy_action): Use it.
16273 2000-03-17 Akim Demaille <akim@epita.fr>
16275 Be kind to translators, save some useless translations.
16277 * src/main.c (banner): New function.
16278 (fatal_banner): Use it.
16279 (warn_banner): Use it.
16281 2000-03-17 Akim Demaille <akim@epita.fr>
16283 * src/reader.c (copy_definition): Use copy_string and
16284 copy_comment. Removed now unused `match', `ended',
16286 (copy_comment, copy_string): Moved, to be visible from
16289 2000-03-17 Akim Demaille <akim@epita.fr>
16291 * src/reader.c (copy_string): Declare `static inline'. No
16292 problems with inline, since it is checked by configure.
16293 (copy_comment): Likewise.
16295 2000-03-17 Akim Demaille <akim@epita.fr>
16297 * src/reader.c (packsymbols): Formatting changes.
16299 2000-03-17 Akim Demaille <akim@epita.fr>
16301 * src/reader.c (copy_comment): New function, factored out from:
16302 (copy_action): Use it. Removed now unused `match', `ended',
16304 (copy_guard): Likewise.
16306 2000-03-17 Akim Demaille <akim@epita.fr>
16308 * src/reader.c (copy_string): New function, factored out from:
16309 (copy_action): Use it.
16310 (copy_guard): Likewise.
16312 2000-03-17 Akim Demaille <akim@epita.fr>
16314 Change the handling of @s so that they behave exactly like $s.
16315 There is now a pseudo variable @$ (readble and writable), location
16316 of the lhs of the rule (by default ranging from the location of
16317 the first symbol of the rhs, to the location of the last symbol,
16318 or, if the rhs is empty, YYLLOC).
16320 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
16322 (yyparse): When providing a default semantic action, provide a
16323 default location action.
16324 (after the $): No longer change `*YYLSP', just stack YYLOC the
16325 same way you stack YYVAL.
16326 * src/reader.c (read_declarations): Use warns.
16327 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
16328 (copy_action, case '@'): Likewise.
16329 Use a standard error message, to save useless work from
16332 2000-03-17 Akim Demaille <akim@epita.fr>
16334 * src/bison.s1: Formatting and cosmetics changes.
16335 * src/reader.c: Likewise.
16336 Update the Copyright notice.
16338 2000-03-17 Akim Demaille <akim@epita.fr>
16340 * src/bison.s1 (#line): All set to `#line' only, since the
16341 Makefile now handles them.
16343 2000-03-16 Akim Demaille <akim@epita.fr>
16345 * src/output.c (output_rule_data): Output the documentation of
16346 some of the tables.
16347 (Copyright notice): Update.
16348 Formatting changes.
16350 2000-03-16 Akim Demaille <akim@epita.fr>
16352 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
16353 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
16354 One `#if YYDEBUG' remains, since it uses variables which are
16355 defined only if `YYDEBUG != 0'.
16357 2000-03-16 Akim Demaille <akim@epita.fr>
16359 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
16360 and related variables so that the similarities are highlighted.
16362 2000-03-16 Akim Demaille <akim@epita.fr>
16364 * src/bison.s1: Properly indent CPP directives.
16366 2000-03-16 Akim Demaille <akim@epita.fr>
16368 * src/bison.s1: Properly indent the `alloca' CPP section.
16370 2000-03-16 Akim Demaille <akim@epita.fr>
16372 Do not hard code values of directories in `configure.in'.
16373 Update the `configure' tool chain.
16375 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
16377 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
16378 (AC_OUTPUT): Add m4/Makefile.
16379 Bump to bison 1.28a, 1.29 has never been released.
16380 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
16381 handled via src/Makefile.am.
16382 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
16383 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
16385 * Makefile.am (SUBDIRS): Add m4.
16386 (ACLOCAL_AM_FLAGS): New variable.
16387 (AUTOMAKE_OPTIONS): Add check-news.
16388 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
16389 the proper line number and file name.
16390 (DEFS): Propagate the location of bison library files and of the
16392 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
16394 * acinclude.m4: Remove, replaced by the directory m4.
16395 * m4/Makefile.am (EXTRA_DIST): New variable.
16396 * m4/gettext.m4: New file, from the fileutils.
16397 * m4/lcmessage.m4: Likewise
16398 * m4/progtest.m4: Likewise.
16399 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
16401 2000-03-10 Akim Demaille <akim@epita.fr>
16404 Formatting changes of various comments.
16405 Respect the GNU coding standards at various places.
16406 Don't use `_()' when no translation is needed.
16408 1999-12-13 Jesse Thilo <jthilo@gnu.org>
16411 OS/2 honors TMPDIR environment variable.
16413 1999-12-13 Jesse Thilo <jthilo@gnu.org>
16415 * doc/bison.texinfo: Tweaked spelling and grammar.
16417 Removed reference to price of printed copy.
16418 Mention BISON_SIMPLE and BISON_HAIRY.
16420 1999-12-13 Jesse Thilo <jthilo@gnu.org>
16422 * configure.in, NEWS:
16423 Bison 1.29 released.
16425 1999-10-27 Jesse Thilo <jthilo@gnu.org>
16427 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
16428 Added reference card.
16430 1999-07-26 Jesse Thilo <jthilo@gnu.org>
16432 * po/ru.po: Added Russian translation.
16434 1999-07-26 Jesse Thilo <jthilo@gnu.org>
16436 * configure.in: Added Russian translation.
16438 1999-07-06 Jesse Thilo <jthilo@gnu.org>
16440 * configure.in, NEWS, README:
16441 Released version 1.28.
16443 1999-06-14 Jesse Thilo <jthilo@gnu.org>
16446 Squashed redefinition warning on some systems.
16448 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
16449 Have configure build version string instead of relying on ANSI string
16452 1999-06-14 Jesse Thilo <jthilo@gnu.org>
16454 * po/POTFILES.in: Got rid of version.c.
16456 1999-06-14 Jesse Thilo <jthilo@gnu.org>
16458 * acconfig.h, configure.in:
16459 Have configure build version string instead of relying on ANSI string
16462 1999-06-08 Jesse Thilo <jthilo@gnu.org>
16465 Dropped mention of `+' for long-named options.
16467 1999-05-30 Jesse Thilo <jthilo@gnu.org>
16469 * src/files.c: Added <unistd.h> for unlink().
16471 * src/Makefile.am, src/system.h:
16474 1999-05-30 Jesse Thilo <jthilo@gnu.org>
16476 * README: Added a FAQ list.
16478 * configure.in, acconfig.h:
16481 1999-05-30 Jesse Thilo <jthilo@gnu.org>
16483 * doc/FAQ, doc/Makefile.am:
16486 1999-05-19 Jesse Thilo <jthilo@gnu.org>
16488 * src/alloc.h, src/symtab.h, src/version.c:
16489 Protected inclusion of "config.h" with HAVE_CONFIG_H.
16491 1999-04-18 Jesse Thilo <jthilo@gnu.org>
16493 * src/.cvsignore, src/Makefile.am:
16494 Reorganized: sources in `src', documentation in `doc'.
16496 * src/lex.c (literalchar):
16497 fixed the code for escaping double quotes (thanks
16500 1999-04-18 Jesse Thilo <jthilo@gnu.org>
16502 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
16503 Adjusted paths to reflect directory reorganization.
16505 1999-04-18 Jesse Thilo <jthilo@gnu.org>
16507 * doc/.cvsignore, doc/Makefile.am:
16508 Reorganized: sources in `src', documentation in `doc'.
16510 1999-04-18 Jesse Thilo <jthilo@gnu.org>
16513 Updated AC_INIT file to reflect directory reorganization.
16515 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
16516 Reorganized: sources in `src', documentation in `doc'.
16518 1999-04-13 Jesse Thilo <jthilo@gnu.org>
16521 Don't declare calloc() and realloc() if not necessary.
16523 1999-04-13 Jesse Thilo <jthilo@gnu.org>
16525 * configure.in, acconfig.h, acinclude.m4:
16526 Don't declare calloc() and realloc() if not necessary.
16528 1999-03-23 Jesse Thilo <jthilo@gnu.org>
16530 * po/.cvsignore: Added i18n support.
16532 1999-03-23 Jesse Thilo <jthilo@gnu.org>
16534 * acconfig.h, configure.in, Makefile.am:
16535 Added i18n support.
16537 1999-03-22 Jesse Thilo <jthilo@gnu.org>
16539 * src/bison.s1: Fixed #line numbers.
16541 1999-03-15 Jesse Thilo <jthilo@gnu.org>
16543 * po/es.po, po/fr.po, po/nl.po, po/de.po:
16544 Added PO files from Translation Project.
16546 1999-03-03 Jesse Thilo <jthilo@gnu.org>
16549 Added support for non-ANSI compilers (ansi2knr).
16551 1999-02-16 Jesse Thilo <jthilo@gnu.org>
16553 * configure.in: Bumped version number to 1.27.
16556 Added `bison.simple' to list of files removed by `make distclean'.
16558 1999-02-12 Jesse Thilo <jthilo@gnu.org>
16560 * src/files.c, src/files.h:
16561 Defined locations of parser files in config.h instead of Makefile.
16563 1999-02-12 Jesse Thilo <jthilo@gnu.org>
16565 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
16566 Defined locations of parser files in config.h instead of Makefile.
16568 1999-02-09 Jesse Thilo <jthilo@gnu.org>
16571 Removed inappropriate use of $< macro.
16573 1999-02-05 Jesse Thilo <jthilo@gnu.org>
16575 * po/Makefile.in.in, po/POTFILES.in:
16576 Add `po' directory skeleton.
16578 1999-01-27 Jesse Thilo <jthilo@gnu.org>
16580 * README: Document help-bison list.
16582 * configure.in: Add check for mkstemp().
16584 1999-01-20 Jesse Thilo <jthilo@gnu.org>
16586 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
16587 Hush a few compiler warnings.
16590 Add tryclose(), which verifies that fclose was successful.
16591 Hush a couple of compiler warnings.
16593 1999-01-20 Jesse Thilo <jthilo@gnu.org>
16595 * Makefile.am, OChangeLog:
16596 ChangeLog is now automatically generated. Include the old version as
16599 1999-01-14 Jesse Thilo <jthilo@gnu.org>
16601 * 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:
16602 Update FSF address.
16604 1999-01-14 Jesse Thilo <jthilo@gnu.org>
16606 * doc/bison.texinfo: Fix formatting glitch.
16608 * doc/bison.texinfo: Update FSF address.
16610 1999-01-14 Jesse Thilo <jthilo@gnu.org>
16612 * acconfig.h: Update FSF address.
16614 1999-01-08 Jesse Thilo <jthilo@gnu.org>
16617 Don't define PACKAGE here, since config.h defines it.
16619 1998-12-30 Jesse Thilo <jthilo@gnu.org>
16621 * src/reader.c: Update copyright date.
16624 Ditch sprintf to statically-sized buffers in fatal/warn functions in
16625 favor of output directly to stderr (avoids buffer overruns).
16627 * src/reader.c: Some checks for premature EOF.
16629 * 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:
16630 Use prototypes if the compiler understands them.
16632 * src/files.c: Honor TMPDIR on Unix hosts.
16633 Use prototypes if the compiler understands them.
16636 Fix a couple of buffer overrun bugs.
16637 Use prototypes if the compiler understands them.
16639 * src/system.h: Include unistd.h and ctype.h.
16640 Use #ifdef instead of #if for NLS symbols.
16642 1998-12-30 Jesse Thilo <jthilo@gnu.org>
16644 * doc/bison.texinfo:
16645 Delete comment "consider using @set for edition number, etc..." since
16646 we now are doing so.
16648 1998-12-30 Jesse Thilo <jthilo@gnu.org>
16651 Use prototypes if the compiler understands them.
16653 * NEWS: Document 1.26 highlights.
16655 * Makefile.am: Require Automake 1.3 or later.
16658 Use prototypes if the compiler understands them.
16660 1998-12-29 Jesse Thilo <jthilo@gnu.org>
16663 Use VERSION symbol from automake for version number.
16665 1998-12-29 Jesse Thilo <jthilo@gnu.org>
16667 * acconfig.h, configure.in, version.cin:
16668 Use VERSION symbol from automake for version number.
16670 1998-11-28 Jesse Thilo <jthilo@gnu.org>
16673 Distribute original version of simple parser (bison.s1), not built
16674 version (bison.simple).
16676 1998-11-28 Jesse Thilo <jthilo@gnu.org>
16678 * doc/bison.texinfo: Add info dir entry.
16680 * doc/bison.texinfo:
16681 Let automake put version number into documentation.
16683 1998-11-26 Jesse Thilo <jthilo@gnu.org>
16685 * src/bison.cld, src/build.com, src/vmshlp.mar:
16686 Add non-RCS files from /gd/gnu/bison.
16688 1998-11-26 Jesse Thilo <jthilo@gnu.org>
16691 Document the BISON_HAIRY and BISON_SIMPLE variables.
16693 1998-11-25 Jesse Thilo <jthilo@gnu.org>
16695 * src/version.c: Build version.c automatically.
16698 Fix token numbering (used to start at 258, not 257).
16700 * src/system.h: Include config.h.
16702 * src/getargs.c: Update bug report address.
16704 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
16705 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
16707 1998-11-25 Jesse Thilo <jthilo@gnu.org>
16710 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
16712 * configure.in, version.cin:
16713 Build version.c automatically.
16715 * AUTHORS: Add AUTHORS file.
16717 * README: Update bug report address.
16720 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
16722 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
16723 Add automake stuff.
16725 1998-11-25 Jesse Thilo <jthilo@gnu.org>
16727 * doc/bison.texinfo: Clean up some formatting.
16729 1998-05-05 Richard Stallman <rms@gnu.org>
16731 * doc/bison.texinfo:
16732 Explain better why to make a pure parser.
16734 1998-01-05 Richard Stallman <rms@gnu.org>
16736 * src/files.c (openfiles):
16737 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
16738 find a temporary directory, if possible. Do not unlink files while
16741 1997-08-25 Richard Stallman <rms@gnu.org>
16743 * src/reader.c (stack_offset;):
16744 Change some warni to warns.
16746 * src/lex.c (literalchar): Use warns, not warni.
16748 1997-06-28 Richard Stallman <rms@gnu.org>
16750 * src/bison.s1: Add a Bison version comment.
16752 * src/main.c (fatal, warn, berror):
16755 1997-06-28 Richard Stallman <rms@gnu.org>
16757 * Makefile.in (bison_version): New variable.
16758 (dist): Use that variable.
16759 (bison.s1): Substitute the Bison version into bison.simple.
16761 * bison.simple: Add a Bison version comment.
16763 1997-06-18 Richard Stallman <rms@gnu.org>
16765 * src/main.c (fatal, warn, berror):
16766 Make error messages standard.
16767 (toomany): Improve error message text.
16769 * 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:
16770 new.h renamed to alloc.h.
16772 1997-06-18 Richard Stallman <rms@gnu.org>
16774 * Makefile.in: new.h renamed to alloc.h.
16776 1997-05-24 Richard Stallman <rms@gnu.org>
16778 * src/lex.c (literalchar):
16779 Fix the code for escaping \, " and '.
16781 (lex): Avoid trouble when there are many chars
16782 to discard in a char literal with just several chars in it.
16784 1997-05-17 Richard Stallman <rms@gnu.org>
16787 Use malloc, if using alloca is troublesome.
16788 (YYSTACK_USE_ALLOCA): New flag macro.
16789 Define it for some systems and compilers.
16790 (YYSTACK_ALLOC): New macro.
16791 (yyparse): Use YYSTACK_ALLOC to allocate stack.
16792 If it was malloc'd, free it.
16794 1997-05-17 Richard Stallman <rms@gnu.org>
16797 Use malloc, if using alloca is troublesome.
16798 (YYSTACK_USE_ALLOCA): New flag macro.
16799 Define it for some systems and compilers.
16800 (YYSTACK_ALLOC): New macro.
16801 (yyparse): Use YYSTACK_ALLOC to allocate stack.
16802 If it was malloc'd, free it.
16804 1997-04-23 Richard Stallman <rms@gnu.org>
16807 (alloca) [__hpux]: Always define as __builtin_alloca.
16809 1997-04-23 Richard Stallman <rms@gnu.org>
16812 (alloca) [__hpux]: Always define as __builtin_alloca.
16814 1997-04-22 Richard Stallman <rms@gnu.org>
16817 [__hpux]: Include alloca.h (right for HPUX 10)
16818 instead of declaring alloca (right for HPUX 9).
16820 * src/bison.s1 (__yy_memcpy):
16821 Declare arg `count' as unsigned int.
16822 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
16824 1997-04-22 Richard Stallman <rms@gnu.org>
16827 [__hpux]: Include alloca.h (right for HPUX 10)
16828 instead of declaring alloca (right for HPUX 9).
16830 * bison.simple (__yy_memcpy):
16831 Declare arg `count' as unsigned int.
16832 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
16834 1997-01-03 Richard Stallman <rms@gnu.org>
16836 * src/allocate.c: [__STDC__ or _MSC_VER]:
16837 Declare calloc and realloc to return void *.
16839 1997-01-02 Richard Stallman <rms@gnu.org>
16842 [_MSC_VER]: Include stdlib.h and process.h.
16843 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
16845 * src/main.c (main): Return FAILURE as a value.
16846 (printable_version): Declare arg as int, not char.
16848 1997-01-02 Richard Stallman <rms@gnu.org>
16850 * Makefile.in (dist):
16851 Explicitly check for symlinks, and copy them.
16853 1996-12-19 Richard Stallman <rms@gnu.org>
16856 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
16858 1996-12-18 Paul Eggert <eggert@gnu.org>
16860 * src/bison.s1 (yyparse):
16861 If __GNUC__ and YYPARSE_PARAM are both defined,
16862 declare yyparse to have a void * argument.
16864 1996-12-18 Paul Eggert <eggert@gnu.org>
16866 * bison.simple (yyparse):
16867 If __GNUC__ and YYPARSE_PARAM are both defined,
16868 declare yyparse to have a void * argument.
16870 1996-12-17 Richard Stallman <rms@gnu.org>
16872 * src/reduce.c (nbits): Add some casts.
16874 1996-08-12 Richard Stallman <rms@gnu.org>
16876 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
16878 1996-08-12 Richard Stallman <rms@gnu.org>
16880 * bison.simple: Test _MSDOS as well as _MSDOS_.
16882 1996-07-31 Richard Stallman <rms@gnu.org>
16885 [__sun && __i386]: Include alloca.h.
16887 1996-07-31 Richard Stallman <rms@gnu.org>
16890 [__sun && __i386]: Include alloca.h.
16892 1996-07-30 Richard Stallman <rms@gnu.org>
16894 * src/bison.s1: Comment change.
16896 * src/bison.s1: Test _MSDOS_, not MSDOS.
16898 1996-07-30 Richard Stallman <rms@gnu.org>
16900 * bison.simple: Comment change.
16902 * bison.simple: Test _MSDOS_, not MSDOS.
16904 1996-06-01 Richard Stallman <rms@gnu.org>
16906 * 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:
16907 Insert `_' macro around many string constants.
16910 Insert `_' macro around many string constants.
16912 (main): Call setlocale, bindtextdomain and textdomain.
16914 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
16915 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
16916 [ENABLE_NLS]: Include libintl.h.
16917 [ENABLE_NLS] (gettext): Define.
16918 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
16919 (N_, PACKAGE, LOCALEDIR): New macros.
16921 1996-06-01 Richard Stallman <rms@gnu.org>
16923 * POTFILES.in: New file.
16925 * Makefile.in (allocate.o):
16926 Define target explicitly.
16928 * Makefile.in (CFLAGS): Set to @CFLAGS@.
16929 (LDFLAGS): Set to @LDFLAGS@.
16930 (configure): Run autoconf only if preceding `cd' succeeds.
16931 (bison.s1): Redirect output to temporary file then move the
16932 temporary to the target, rather than redirecting directly to bison.s1.
16933 (clean): Remove config.status and config.log.
16934 (distclean): Don't remove config.status here.
16936 1996-05-12 Richard Stallman <rms@gnu.org>
16939 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
16941 1996-05-12 Richard Stallman <rms@gnu.org>
16944 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
16946 1996-05-11 Richard Stallman <rms@gnu.org>
16948 * src/bison.s1 (__yy_memcpy):
16949 Really reorder the args, as was supposedly done on Feb 14 1995.
16950 (yyparse): Calls changed accordingly.
16952 1996-05-11 Richard Stallman <rms@gnu.org>
16954 * Makefile.in (dist): Don't use $(srcdir).
16956 * bison.simple (__yy_memcpy):
16957 Really reorder the args, as was supposedly done on Feb 14 1995.
16958 (yyparse): Calls changed accordingly.
16960 1996-01-27 Richard Stallman <rms@gnu.org>
16962 * src/output.c (output_rule_data):
16963 Test YYERROR_VERBOSE in the conditional
16964 around the definition of ttyname.
16966 1995-12-29 Richard Stallman <rms@gnu.org>
16969 Fix line numbers in #line commands.
16971 1995-12-29 Richard Stallman <rms@gnu.org>
16974 Fix line numbers in #line commands.
16976 1995-12-27 Richard Stallman <rms@gnu.org>
16978 * src/bison.s1 (YYPARSE_PARAM_DECL):
16979 In C++, make it always null.
16980 (YYPARSE_PARAM_ARG): New macro.
16981 (yyparse): Use YYPARSE_PARAM_ARG.
16983 1995-12-27 Richard Stallman <rms@gnu.org>
16985 * bison.simple (YYPARSE_PARAM_DECL):
16986 In C++, make it always null.
16987 (YYPARSE_PARAM_ARG): New macro.
16988 (yyparse): Use YYPARSE_PARAM_ARG.
16990 1995-11-29 Richard Stallman <rms@gnu.org>
16992 * doc/bison.texinfo:
16993 Describe literal string tokens, %raw, %no_lines, %token_table.
16995 1995-11-29 Daniel Hagerty <hag@gnu.org>
16997 * doc/bison.texinfo: Fixed update date
16999 1995-10-16 Richard Stallman <rms@gnu.org>
17001 * src/version.c: Version 1.25.
17003 1995-10-16 Richard Stallman <rms@gnu.org>
17005 * NEWS: *** empty log message ***
17007 1995-10-16 Richard Stallman <rms@gnu.org>
17009 * doc/bison.1, doc/bison.rnh:
17012 1995-10-15 Richard Stallman <rms@gnu.org>
17014 * src/vmsgetargs.c, src/getargs.c:
17015 Added -n, -k, and -raw switches.
17016 (noparserflag, toknumflag, rawtoknumflag): New variables.
17018 * src/symtab.h (SALIAS):
17019 New #define for adding aliases to %token.
17020 (struct bucket): Added `alias' field.
17022 * src/reduce.c (reduce_grammar):
17023 Revise error message.
17024 (print_notices): Remove final `.' from error message.
17026 * src/reader.c (reader_output_yylsp):
17028 (readgram): Use `#if 0' around code that accepted %command
17029 inside grammar rules: The documentation doesn't allow it,
17030 and it will fail since the %command processors scan for the next %.
17031 (parse_token_decl): Extended the %token
17032 declaration to allow a multi-character symbol as an alias.
17033 (parse_thong_decl): New function.
17034 (read_declarations): Added %thong declarations.
17035 (read_declarations): Handle NOOP to deal with allowing
17036 % declarations as another means to specify the flags.
17037 (readgram): Allow %prec prior to semantics embedded in a rule.
17038 (skip_to_char, read_declarations, copy_definition)
17039 (parse_token_decl, parse_start_decl, parse_type_decl)
17040 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
17041 (get_type_name, copy_guard, copy_action, readgram)
17042 (get_type, packsymbols): Revised most error messages.
17043 Changed `fatal' to `warnxxx' to avoid aborting for error.
17044 Revised and use multiple warnxxx functions to avoid using VARARGS1.
17045 (read_declarations): Improve the error message for
17046 an invalid character. Do not abort.
17047 (read_declarations, copy_guard, copy_action): Use
17048 printable_version to avoid unprintable characters in printed output.
17049 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
17050 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
17051 Allow the type of a non-terminal can be given
17052 more than once, as long as all specifications give the same type.
17055 (output_headers, output_trailers, output, output_gram)
17056 (output_rule_data): Implement noparserflag variable.
17057 Implement toknumflag variable.
17058 (output): Call reader_output_yylsp to output LTYPESTR.
17060 * src/main.c (main):
17061 If reader sees an error, don't process the grammar.
17062 (fatals): Updated to not use VARARGS1.
17063 (printable_version, int_to_string, warn, warni, warns, warnss)
17064 (warnsss): New error reporting functions. Avoid abort for error.
17067 Added THONG and NOOP for alias processing.
17068 Added SETOPT for the new code that allows setting options with %flags.
17071 Include getopt.h. Add some extern decls.
17072 (safegetc): New function to deal with EOF gracefully.
17073 (literalchar); new function to deal with reading \ escapes.
17074 (lex): Use literalchar.
17075 (lex): Implemented "..." tokens.
17076 (literalchar, lex, parse_percent_token): Made tokenbuffer
17077 always contain the token. This includes growing the token
17078 buffer while reading an integer.
17079 (parse_percent_token): Replaced if-else statement with percent_table.
17080 (parse_percent_token): Added % declarations as another
17081 way to specify the flags -n, -l, and -r. Also added hooks for
17082 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
17083 major changes to files.c.
17084 (lex) Retain in the incoming stream a character following
17086 (skip_white_space, lex): Revised most error messages
17087 and changed fatal to warn to avoid aborting.
17088 (percent_table): Added %thong declarations.
17090 * src/gram.h: Comment changes.
17092 * src/files.c (openfiles, open_extra_files, done):
17094 and actfile file. Handle noparserflag. Both for -n switch.
17096 * src/conflicts.c (resolve_sr_conflict):
17097 Remove use of alloca.
17099 1995-06-01 Jim Meyering <meyering@gnu.org>
17101 * doc/bison.texinfo: *** empty log message ***
17103 1995-05-06 Richard Stallman <rms@gnu.org>
17105 * src/bison.s1: Comment change.
17107 1995-05-06 Richard Stallman <rms@gnu.org>
17109 * bison.simple: Comment change.
17111 1995-05-03 Richard Stallman <rms@gnu.org>
17113 * src/version.c: Version now 1.24.
17115 * src/bison.s1: Change distribution terms.
17117 * src/version.c: Version now 1.23.
17119 1995-05-03 Richard Stallman <rms@gnu.org>
17121 * doc/bison.texinfo:
17122 Rewrite "Conditions for Using Bison".
17123 Update version to 1.24.
17125 1995-05-03 Richard Stallman <rms@gnu.org>
17127 * bison.simple: Change distribution terms.
17129 1995-02-23 Richard Stallman <rms@gnu.org>
17131 * src/files.c: Test __VMS_POSIX as well as VMS.
17133 1995-02-14 Jim Meyering <meyering@gnu.org>
17135 * src/bison.s1 (__yy_memcpy):
17136 Renamed from __yy_bcopy to avoid
17137 confusion. Reverse FROM and TO arguments to be consistent with
17140 1995-02-14 Jim Meyering <meyering@gnu.org>
17142 * bison.simple (__yy_memcpy):
17143 Renamed from __yy_bcopy to avoid
17144 confusion. Reverse FROM and TO arguments to be consistent with
17147 1994-11-10 David J. MacKenzie <djm@gnu.org>
17153 * Makefile.in (DISTFILES): Include NEWS.
17155 * Makefile.in (DISTFILES):
17156 Include install-sh, not install.sh.
17158 * configure.in: Update to Autoconf v2 macro names.
17160 1994-10-05 David J. MacKenzie <djm@gnu.org>
17162 * Makefile.in: fix typo
17164 * Makefile.in (prefix, exec_prefix):
17165 Let configure set them.
17167 1994-09-28 David J. MacKenzie <djm@gnu.org>
17169 * Makefile.in: Set datadir to $(prefix)/share.
17171 1994-09-15 Richard Stallman <rms@gnu.org>
17174 Update copyright notice and GPL version.
17176 1994-09-15 Richard Stallman <rms@gnu.org>
17179 Update copyright notice and GPL version.
17181 1994-07-12 Richard Stallman <rms@gnu.org>
17183 * src/reduce.c, src/reader.c:
17186 1994-05-05 David J. MacKenzie <djm@gnu.org>
17188 * Makefile.in: entered into RCS
17190 1994-03-26 Richard Stallman <rms@gnu.org>
17192 * src/bison.s1: entered into RCS
17194 1994-03-26 Richard Stallman <rms@gnu.org>
17196 * bison.simple: entered into RCS
17198 1994-03-25 Richard Stallman <rms@gnu.org>
17200 * src/main.c: entered into RCS
17202 1994-03-24 Richard Stallman <rms@gnu.org>
17204 * src/conflicts.c: entered into RCS
17206 1994-01-02 Richard Stallman <rms@gnu.org>
17208 * Makefile.in: *** empty log message ***
17210 1993-11-21 Richard Stallman <rms@gnu.org>
17212 * src/bison.s1: *** empty log message ***
17214 1993-11-21 Richard Stallman <rms@gnu.org>
17216 * doc/bison.texinfo: entered into RCS
17218 * doc/bison.texinfo: *** empty log message ***
17220 1993-11-21 Richard Stallman <rms@gnu.org>
17222 * bison.simple: *** empty log message ***
17224 1993-10-25 David J. MacKenzie <djm@gnu.org>
17226 * doc/bison.texinfo: *** empty log message ***
17228 1993-10-19 Richard Stallman <rms@gnu.org>
17230 * src/bison.s1: *** empty log message ***
17232 1993-10-19 Richard Stallman <rms@gnu.org>
17234 * bison.simple: *** empty log message ***
17236 1993-10-14 Richard Stallman <rms@gnu.org>
17238 * src/bison.s1: *** empty log message ***
17240 1993-10-14 Richard Stallman <rms@gnu.org>
17242 * bison.simple: *** empty log message ***
17244 1993-09-14 David J. MacKenzie <djm@gnu.org>
17246 * doc/bison.texinfo: *** empty log message ***
17248 1993-09-13 Noah Friedman <friedman@gnu.org>
17250 * Makefile.in: *** empty log message ***
17252 1993-09-10 Richard Stallman <rms@gnu.org>
17254 * src/conflicts.c: *** empty log message ***
17256 * src/system.h: entered into RCS
17258 1993-09-10 Richard Stallman <rms@gnu.org>
17260 * doc/bison.1: entered into RCS
17262 1993-09-06 Noah Friedman <friedman@gnu.org>
17264 * src/version.c: entered into RCS
17266 1993-09-06 Noah Friedman <friedman@gnu.org>
17268 * Makefile.in: *** empty log message ***
17270 1993-07-30 David J. MacKenzie <djm@gnu.org>
17272 * Makefile.in: *** empty log message ***
17274 1993-07-24 Richard Stallman <rms@gnu.org>
17276 * src/bison.s1: *** empty log message ***
17278 1993-07-24 Richard Stallman <rms@gnu.org>
17280 * bison.simple: *** empty log message ***
17282 1993-07-08 David J. MacKenzie <djm@gnu.org>
17284 * Makefile.in: *** empty log message ***
17286 1993-07-04 Richard Stallman <rms@gnu.org>
17288 * src/bison.s1: *** empty log message ***
17290 1993-07-04 Richard Stallman <rms@gnu.org>
17292 * bison.simple: *** empty log message ***
17294 1993-06-26 David J. MacKenzie <djm@gnu.org>
17296 * src/getargs.c: entered into RCS
17298 1993-06-26 David J. MacKenzie <djm@gnu.org>
17300 * doc/bison.texinfo: *** empty log message ***
17302 * doc/bison.1: New file.
17304 1993-06-25 Richard Stallman <rms@gnu.org>
17306 * src/getargs.c: New file.
17308 1993-06-16 Richard Stallman <rms@gnu.org>
17310 * src/bison.s1: *** empty log message ***
17312 1993-06-16 Richard Stallman <rms@gnu.org>
17314 * bison.simple: *** empty log message ***
17316 1993-06-03 Richard Stallman <rms@gnu.org>
17318 * src/bison.s1: New file.
17320 1993-06-03 Richard Stallman <rms@gnu.org>
17322 * doc/bison.texinfo: *** empty log message ***
17324 1993-06-03 Richard Stallman <rms@gnu.org>
17326 * bison.simple: New file.
17328 1993-05-19 Richard Stallman <rms@gnu.org>
17330 * doc/bison.texinfo: New file.
17332 1993-05-07 Noah Friedman <friedman@gnu.org>
17334 * Makefile.in: *** empty log message ***
17336 1993-04-28 Noah Friedman <friedman@gnu.org>
17338 * src/reader.c: *** empty log message ***
17340 1993-04-23 Noah Friedman <friedman@gnu.org>
17342 * src/alloc.h: entered into RCS
17344 1993-04-20 David J. MacKenzie <djm@gnu.org>
17346 * src/version.c: *** empty log message ***
17348 * src/files.c, src/allocate.c:
17351 * src/reader.c: *** empty log message ***
17353 * src/lex.c: entered into RCS
17355 * src/conflicts.c: New file.
17357 * src/symtab.c: entered into RCS
17359 * src/alloc.h: New file.
17361 * src/LR0.c: entered into RCS
17363 1993-04-18 Noah Friedman <friedman@gnu.org>
17365 * src/reader.c: New file.
17367 * src/version.c: *** empty log message ***
17369 1993-04-18 Noah Friedman <friedman@gnu.org>
17371 * Makefile.in: *** empty log message ***
17373 1993-04-17 Noah Friedman <friedman@gnu.org>
17375 * Makefile.in: *** empty log message ***
17377 1993-04-15 Richard Stallman <rms@gnu.org>
17379 * src/main.c, src/files.c:
17382 1993-04-15 Noah Friedman <friedman@gnu.org>
17384 * configure.in: entered into RCS
17386 * configure.in: *** empty log message ***
17388 * configure.in: New file.
17390 1993-04-14 Richard Stallman <rms@gnu.org>
17392 * Makefile.in: New file.
17394 1993-04-13 Richard Stallman <rms@gnu.org>
17396 * src/version.c: New file.
17398 1993-03-25 Richard Stallman <rms@gnu.org>
17400 * src/output.c: entered into RCS
17402 1992-09-25 Richard Stallman <rms@gnu.org>
17404 * configure.bat: entered into RCS
17406 1992-06-22 Richard Stallman <rms@gnu.org>
17408 * src/vmsgetargs.c: entered into RCS
17410 1992-06-22 Richard Stallman <rms@gnu.org>
17412 * doc/bison.rnh: entered into RCS
17414 1992-04-20 David J. MacKenzie <djm@gnu.org>
17416 * README: entered into RCS
17418 1992-01-22 Richard Stallman <rms@gnu.org>
17420 * src/machine.h: entered into RCS
17422 1991-12-21 Richard Stallman <rms@gnu.org>
17424 * src/lalr.c, src/closure.c:
17427 1991-12-20 Richard Stallman <rms@gnu.org>
17429 * src/state.h: entered into RCS
17431 1991-12-18 Richard Stallman <rms@gnu.org>
17433 * src/print.c, src/nullable.c, src/derives.c:
17436 1991-11-03 David J. MacKenzie <djm@gnu.org>
17438 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
17441 1988-09-09 Richard Stallman <rms@gnu.org>
17443 * src/bison.hairy: entered into RCS
17445 1987-12-16 Richard Stallman <rms@gnu.org>
17447 * REFERENCES: entered into RCS
17452 Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996,
17453 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free
17454 Software Foundation, Inc.
17456 Copying and distribution of this file, with or without
17457 modification, are permitted provided the copyright notice and this
17458 notice are preserved.