1 2005-11-09 Albert Chin-A-Young <china@thewrittenword.com>
3 * m4/cxx.m4, examples/Makefile.am: Don't build
4 examples/calc++ if no C++ compiler is available. (trivial change)
6 2005-11-09 Akim Demaille <akim@epita.fr>
8 * src/scan-skel.l: Use a couple of asserts.
10 2005-11-03 Akim Demaille <akim@epita.fr>
12 In some (weird) cases, the final state number is incorrect.
13 Reported by Alexandre Duret-Lutz.
14 * src/LR0.c (state_list_append): Remove the computation of
16 (save_reductions): Do it here.
17 (get_state): Alpha conversion.
18 (generate_states): Use a for loop.
19 * src/gram.h (item_number_is_rule_number)
20 (item_number_is_symbol_number): New.
21 * src/state.c: Use assert.
22 * src/system.h: Include assert.h.
23 * tests/sets.at (Accept): New.
25 2005-10-30 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
27 * data/glr.c (yyfill): Adjust comment.
28 (yyresolveAction): Initialize default location properly
29 for empty right-hand sides.
31 Add comment explaining apparently dead code.
32 * tests/glr-regression.at
33 (Incorrectly initialized location for empty right-hand side in GLR):
36 2005-10-30 Paul Eggert <eggert@cs.ucla.edu>
38 * bootstrap (cleanup_gnulib): New function. Use it to clean up
39 gnulib when interrupted. This fixes some race conditions and
40 works around some portability problems (one noted by Paul
43 2005-10-22 Akim <akim@epita.fr>
45 * Makefile.cfg: Adjust to config -> build-aux.
48 2005-10-21 Akim Demaille <akim@epita.fr>
50 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Pass
52 * data/glr.c (YY_SYMBOL_PRINT, yydestroyGLRState): Adjust.
53 * data/yacc.c (b4_Pure_if): Rename as...
54 (b4_yacc_pure_if): this.
55 (YY_SYMBOL_PRINT, yyparse): Adjust.
56 * doc/bison.texinfo: Formatting changes.
58 2005-10-21 Akim Demaille <akim@epita.fr>
60 Finish the transition config -> build-aux.
61 * configure.ac, Makefile.am: Use build-aux.
62 * config/prev-version, config/announce-gen, config/Makefile.am:
64 * build-aux/prev-version, build-aux/announce-gen,
65 * build-aux/Makefile.am: here.
67 2005-10-14 Akim Demaille <akim@epita.fr>
69 * examples/calc++/test: Use set -x only when VERBOSE.
71 2005-10-13 Paul Eggert <eggert@cs.ucla.edu>
73 * NEWS: Bison now warns if it finds a stray `$' or `@' in an action.
74 * src/scan-gram.l (<SC_BRACED_CODE>[$@]): Implement this.
76 2005-10-13 Akim Demaille <akim@epita.fr>
78 * src/scan-skel.l: Output the base name parts of the parser and
80 * tests/output.at (AT_CHECK_OUTPUT): Support subdirectories, and
82 Use this to exercise C++ outputs in subdirs.
83 Reported by Oleg Smolsky.
85 2005-10-12 Paul Eggert <eggert@cs.ucla.edu>
87 * data/c.m4 (b4_c_function_def): Look at __C99_FUNC__, not at
88 __STDC_VERSION__, as IBM cc 7.0 doesn't define the latter either.
89 Problem reported by John P. Hartmann.
90 * data/yacc.c (YYMODERN_C): Likewise. Don't define if the user has
93 2005-10-12 Akim Demaille <akim@epita.fr>
95 * src/parse-gram.y (version_check): Exit 63 to please missing
96 (stands for "version mismatch).
97 * tests/input.at, doc/bison.texinfo: Adjust.
99 2005-10-10 Paul Eggert <eggert@cs.ucla.edu>
101 Work around portability problems with Visual Age C compiler
102 (xlc and xlC_r) reported by John P. Hartmann.
103 * data/location.cc (initial_column, initial_line): Remove.
104 All uses replaced by 0 and 1.
105 * src/scan-gram.l (gram_wrap): Redefine to avoid bug in flex 2.5.31
106 that xlc complains about.
107 * src/scan-skel.l (skel_wrap): Likewise.
108 * data/c.m4 (b4_c_function_def): Look at __STDC_VERSION__ as well
110 * data/yacc.c (YYMODERN_C): New macro, which also looks at
111 __STDC_VERSION__. Use it everywhere instead of looking at
112 __STDC__ and __cplusplus.
114 2005-10-10 Akim Demaille <akim@epita.fr>
116 * examples/calc++/test: Be quiet unless VERBOSE.
118 2005-10-05 Paul Eggert <eggert@cs.ucla.edu>
120 * data/c.m4 (yydestruct, yysymprint):
121 Use YYUSE instead of casting to void.
122 * data/glr.c (YYUSE): New macro.
123 (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
124 Use it instead of rolling our own.
125 (YYLLOC_DEFAULT, YYCHK, YYDPRINTF, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
127 Use /*CONSTCOND*/ to suppress lint warnings.
128 * data/lalr1.cc (YYLLOC_DEFAULT, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
129 (YY_STACK_PRINT): Use 'false' not '0'.
131 (yysymprint_, yydestruct_): Use it instead of rolling our own.
132 * data/yacc.c (YYUSE): New macro.
133 (YYCOPY, YYSTACK_RELOCATE, YYBACKUP, YYLLOC_DEFAULT):
134 (YYDPRINTF, YY_SYMBOL_PRINT, YY_STACK_PRINT, YY_REDUCE_PRINT):
135 (yyerrorlab): Use /*CONSTCOND*/ to suppress lint warnings.
138 * data/m4sugar/m4sugar.m4 (_m4_map): New macro.
139 (m4_map, m4_map_sep): Use it. Handle the empty list correctly.
141 2005-10-04 Paul Eggert <eggert@cs.ucla.edu>
143 Undo the parts of the unlocked-I/O change that substituted
144 putc or puts for printf. This might hurt performance a bit,
145 but some people prefer the printf style.
146 * data/c.m4 (yysymprint): Prefer printf to puts and putc.
147 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): Remove.
148 All uses replaced by YYFPRINTF and YYDPRINTF.
149 * data/yacc.c: Likewise.
150 * lib/bitset.c (bitset_print): Likewise.
151 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer printf to
153 * lib/lbitset.c (debug_lbitset): Likewise.
154 * src/closure.c (print_firsts, print_fderives): Likewise.
155 * src/gram.c (grammar_dump): Likewise.
156 * src/lalr.c (look_ahead_tokens_print): Likewise.
157 * src/output.c (escaped_output): Likewise.
158 (user_actions_output): Break apart two printfs.
159 * src/parse-gram.y (%printer): Prefer printf to putc and puts.
160 * src/reduce.c (reduce_print): Likewise.
161 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
162 * src/system.h: Include unlocked-io.h rathe than stdio.h.
164 * data/glr.c (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
165 Use assignments rather than casts-to-void to suppress
166 unused-variable warnings. This pacifies 'lint'.
167 * data/lalr1.cc (yysymprint_, yydestruct_): Use a call to suppress
168 unused-variable warnings.
170 2005-10-03 Juan Manuel Guerrero <juan.guerrero@gmx.de>
172 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
174 2005-10-02 Paul Eggert <eggert@cs.ucla.edu>
176 Use unlocked I/O for a minor performance improvement on hosts like
177 GNU/Linux and Solaris that support unlocked I/O. The basic idea
178 is to use the gnlib unlocked-io module, and to prefer putc and
179 puts to printf when either will work (since the latter doesn't
180 come in an unlocked flavor).
181 * bootstrap (gnulib_modules): Add unlocked-io.
182 * data/c.m4 (yysymprint): Prefer puts and putc to printf.
183 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): New macros.
184 Prefer them to YYFPRINTF and YYDPRINTF if either will do,
185 and similarly for puts and putc and printf.
186 * data/yacc.c: Likewise.
187 * lib/bitset.c (bitset_print): Likewise.
188 * lib/bitset.h [USE_UNLOCKED_IO]: Include unlocked-io.h.
189 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer putc and puts
191 * lib/lbitset.c (debug_lbitset): Likewise.
192 * src/closure.c (print_firsts, print_fderives): Likewise.
193 * src/gram.c (grammar_dump): Likewise.
194 * src/lalr.c (look_ahead_tokens_print): Likewise.
195 * src/output.c (escaped_output): Likewise.
196 (user_actions_output): Coalesce two printfs.
197 * src/parse-gram.y (%printer): Prefer putc and puts to printf.
198 * src/reduce.c (reduce_print): Likewise.
199 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
200 * src/system.h: Include unlocked-io.h rather than stdio.h.
202 * data/lalr1.cc: Don't put an unmatched ' in a dnl comment, as
203 this confuses xgettext.
205 2005-10-02 Akim Demaille <akim@epita.fr>
207 * bootstrap (gnulib_modules): Add strverscmp.
208 * lib/.cvsignore: Add strverscmp.c, strverscmp.h.
209 * m4/.cvsignore: Add strverscmp.m4.
210 * src/parse-gram.y (%require): New token, new rule.
211 (version_check): New.
212 * src/scan-gram.l (%require): Adjust.
213 * tests/input.at (AT_REQUIRE): New.
215 * doc/bison.texinfo (Require Decl): New.
216 (Calc++ Parser): Use %require.
218 2005-10-02 Akim Demaille <akim@epita.fr>
220 * data/location.cc: New.
222 2005-10-02 Paul Eggert <eggert@cs.ucla.edu>,
223 Akim Demaille <akim@epita.fr>
225 Make sure -odir/foo.cc creates dir/location.hh etc.
226 * src/files.h (spec_outfile, parser_file_name, spec_name_prefix)
227 (spec_file_prefix, spec_verbose_file, spec_graph_file)
228 (spec_defines_file): Now const.
230 (short_base_name): Remove.
231 * src/files.c: Adjust.
232 (dirname.h): Include.
233 (base_name): Don't prototype it.
234 (finput): Remove, duplicates gram_in.
235 (full_base_name, short_base_name): Replace by...
236 (all_but_ext, all_but_tab_ext): these.
237 (compute_base_names): Rename as...
238 (compute_file_name_parts): this.
239 Update to compute the new variables, including dir_prefix.
241 * src/output.c (prepare): Output them.
242 * src/reader.c: Adjust to use gram_in, not finput.
243 * src/scan-skel.l (@dir_prefix@): New.
245 2005-10-02 Juan Manuel Guerrero <juan.guerrero@gmx.de>
247 * lib/subpipe.c: New function end_of_output_subpipe() added
248 to allow support for non-posix systems. This is a no-op function
251 * lib/subpipe.h: New function end_of_output_subpipe() added
252 to allow support for non-posix systems. This is a no-op function
255 * src/output.c (output_skeleton): Use end_of_output_subpipe() to
256 handle the lack of pipe/fork functionality on non-posix systems.
258 * djgpp/Makefile.maint: DJGPP specific file.
260 * djgpp/README.in: DJGPP specific file.
262 * djgpp/config.bat: DJGPP specific configuration file.
264 * djgpp/config.sed: DJGPP specific configuration file.
266 * djgpp/config.site: DJGPP specific configuration file.
268 * djgpp/config_h.sed: DJGPP specific configuration file.
270 * djgpp/subpipe.c: DJGPP specific replacement file for lib/subpipe.c.
272 * djgpp/subpipe.h: DJGPP specific replacement file for lib/subpipe.h.
274 2005-10-02 Akim Demaille <akim@epita.fr>
276 * data/location.cc: New, extract from...
277 * data/lalr1.cc: here.
278 (location.hh): Include it after the user prologue, in case the
279 filename type is defined by the user.
280 Forward declation location and position before the pre-prologue.
281 (yyresult_): Rename as...
282 (yyresult): this, it's a local variable, not an attribute.
283 * data/Makefile.am (dist_pkgdata_DATA): Adjust.
285 2005-10-01 Akim Demaille <akim@epita.fr>
287 * examples/extexi: Restore the #line generation.
289 2005-09-30 Akim Demaille <akim@epita.fr>,
290 Alexandre Duret-Lutz <adl@gnu.org>
292 Move the token type and YYSTYPE in the parser class.
293 * data/lalr1.cc (stack.hh, location.hh): Include earlier.
294 (parser::token): New, from the moved free definition of tokens.
295 (parser::semantic_value): Now a full definition instead of an
296 indirection to YYSTYPE.
297 (b4_post_prologue): No longer included in the header file, but
298 in the implementation file.
299 * doc/bison.texi (C+ Language Interface): Update.
300 * src/parse-gram.y: Support unary %define.
301 * tests/actions.at: Define global_tokens_and_yystype for backward
302 compatibility until we update the tests.
303 * tests/calc.at: Idem.
304 (first_line, first_column, last_line, last_column): Define for lalr1.cc
305 to simplify the code.
307 2005-09-29 Paul Eggert <eggert@cs.ucla.edu>
309 Port to SunOS 4.1.4, which lacks strtoul and strerror.
310 Ah, the good old days! Problem reported by Peter Klein.
311 * bootstrap (gnulib_modules): Add strerror, strtoul.
312 * lib/.cvsignore: Add strerror.c, strtol.c, strtoul.c
313 * m4/.cvsignore: Add strerror.m4, strtol.m4, strtoul.m4.
315 2005-09-29 Akim Demaille <akim@epita.fr>
317 * data/c.m4 (b4_error_verbose_if): New.
318 * data/lalr1.cc: Use it.
319 (YYERROR_VERBOSE_IF): Remove.
320 (yyn_, yylen_, yystate_, yynerrs_, yyerrstatus_): Remove as
321 parser members, replaced by...
322 (yyn, yylen, yystate, yynerss, yyerrstatus): these parser::parse
324 (yysyntax_error_): Takes the state number as argument.
325 (yyreduce_print_): Use the argument yyrule, not the former
328 2005-09-26 Paul Eggert <eggert@cs.ucla.edu>
330 * bootstrap (gnulib_modules): Add verify.
331 * lib/.cvsignore: Add verify.h.
332 * src/getargs.c: Use ARGMATCH_VERIFY rather than verify.
333 * src/system.h (verify): Remove.
334 Include verify.h instead.
335 * src/tables.c (tables_generate): Use new API for 'verify'.
337 2005-09-21 Paul Eggert <eggert@cs.ucla.edu>
339 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Do not use
340 local variables whose names begin with 'yy'.
341 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
342 Trivial changes from Joel E. Denny.
344 * bootstrap (gnulib_modules): Remove alloca. Bison doesn't need
346 * src/main.c (main) [C_ALLOCA]: Don't flush alloca'ed memory; we
347 don't use alloca any more.
349 * data/yacc.c [YYSTACK_USE_ALLOCA && !defined __GNUC__ && ! defined
350 __BUILTIN_VA_ARG_INCR && ! defined _AIX && ! defined _MSC_VER &&
351 defined _ALLOCA_H]: Don't include <stdlib.h>; not needed in this case.
352 * tests/torture.at (Exploding the Stack Size with Alloca): Adjust
353 to match yacc.c, to test more hosts.
355 2005-09-20 Paul Eggert <eggert@cs.ucla.edu>
357 * data/yacc.c (YYSIZE_T): Reindent to make it clearer. This
358 doesn't affect behavior.
359 (YYSTACK_ALLOC) [YYSTACK_USE_ALLOCA]: Improve support for
361 (_STDLIB_H): Renamed from YYINCLUDED_STDLIB_H. All uses changed.
362 This works a bit better with glibc, if user code has already included
364 * doc/bison.texinfo (Bison Parser): Document that users can't
365 arbitrarily use malloc and free for other purposes. Document
366 that <alloca.h> and <malloc.h> might be included.
367 (Table of Symbols): Under YYSTACK_USE_ALLOCA, Don't claim that the
368 user must declare alloca.
370 * HACKING (release): Forwarn the Translation Project about
373 2005-09-20 Akim Demaille <akim@epita.fr>
375 * data/glr.c: Use b4_token_enums, not b4_token_enums_defines.
377 2005-09-19 Paul Eggert <eggert@cs.ucla.edu>
379 * data/yacc.c (YYSIZE_MAXIMUM): New macro.
380 (YYSTACK_ALLOC_MAXIMUM): Use it.
381 (yysyntax_error): New function.
382 (yyparse) [YYERROR_VERBOSE]: Don't leak memory indefinitely if
383 multiple syntax errors are reported, and alloca is being used.
384 Instead, reallocate buffers twice as big each time, so that
385 we waste at most half the allocated memory. Start with a small
386 (128-byte) buffer that will suffice in most cases anyway.
387 Use yysyntax_error to do most of the work.
389 * doc/bison.texinfo (Error Reporting, Table of Symbols):
390 yynerrs is the number of errors reported, not the number of
393 * tests/glr-regression.at (Duplicated user destructor for lookahead):
394 Mark it as expected to fail.
395 Cast result of malloc; problem reported by twlevo@xs4all.nl.
396 * tests/actions.at, tests/calc.at, tests/glr-regression.at:
397 Don't start user-code symbols with "yy", to avoid name space problems.
399 2005-09-19 Akim Demaille <akim@epita.fr>
401 Remove the traits, failed experiment.
402 It never proved useful, and anyway because of the current
403 definition, it was not possible to have several specialization of
404 this traits, making it useless.
405 * data/lalr1.cc (yy:traits): Remove.
406 Inline its definitions in the parser class.
408 2005-09-19 Akim Demaille <akim@epita.fr>
410 * tests/atlocal.in (LIBS): Pass INTLLIBS to address failures on at
411 least Mac OSX with a /usr/local install of gettext.
413 2005-09-19 Akim Demaille <akim@epita.fr>
415 * data/lalr1.cc (yyparse): Rename yylooka and yyilooka as yychar
416 and yytoken for similarity with the other skeletons.
418 2005-09-19 Akim Demaille <akim@epita.fr>
420 * NEWS, configure.ac: Bump to 2.1a.
422 2005-09-16 Paul Eggert <eggert@cs.ucla.edu>
426 * NEWS: Remove notice of yytname change, since it was never in an
428 * data/glr.c (yydestroyGLRState): Rename local var to avoid shadowing
430 * src/output.c (prepare): Likewise.
431 * data/lalr1.cc (YYERROR_VERBOSE_IF): New macro.
432 (yysyntax_error_): Use it to avoid GCC warning when YYERROR_VERBOSE
433 is not defined. This is an awful hack, but it's enough for now.
435 * tests/glr-regression-at (make_value): Args are const pointers now,
436 to avoid GCC warning.
437 (Duplicated user destructor for lookahead): New test. Currently
438 skipped. It fails on my host but I'm not sure it'll always fail.
440 2005-09-16 Akim Demaille <akim@epita.fr>
442 * src/symtab.h (struct symbol): Declare the printer and destructor
443 as const, to avoid accidental calls to free.
444 (symbol_destructor_set, symbol_printer_set): Adjust.
445 * src/symtab.c: Adjust.
447 2005-09-16 Akim Demaille <akim@epita.fr>
449 * data/c.m4 (b4_token_enums): New.
450 (b4_token_defines): Rename as...
451 (b4_token_enums_defines): this.
452 (b4_token_defines): New, output only the #defines.
453 * data/yacc.c, data/glr.c: Adjust.
454 * data/lalr1.cc: Use b4_token_enums instead of b4_token_enums_defines.
455 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Define
458 2005-09-16 Akim Demaille <akim@epita.fr>
460 * data/lalr1.cc (yylex_): Remove, inline its code.
461 (yyreport_syntax_error_): Remove, replaced by...
462 (yysyntax_error_): this which returns a string and leaves to the
463 caller the call to the users' error function.
464 (yylooka_, yyilooka_, yylval, yylloc, yyerror_range_, yyval, yyloc):
465 Move from members of the parser object...
466 (yylooka, yyilooka, yylval, yylloc, yyerror_range, yyval, yyloc):
467 to local variables of the parse function.
469 2005-09-16 Akim Demaille <akim@epita.fr>
471 * doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF
472 since it's in Bison's name space.
474 2005-09-15 Paul Eggert <eggert@cs.ucla.edu>
476 * data/glr.c (yyresolveValue): Add default case to pacify
477 gcc -Wswitch-default. Problem reported by twlevo@xs4all.nl.
479 * NEWS: Document when yyparse started to return 2.
480 * doc/bison.texinfo (Parser Function): Document when yyparse
483 * data/lalr1.cc: Revert part of previous change, as it's incompatible.
484 (b4_filename_type): Renamed back from b4_file_name_type. All uses
486 (class position): file_name -> filename (reverting). All uses changed.
488 2005-09-14 Paul Eggert <eggert@cs.ucla.edu>
490 * examples/calc++/Makefile.am ($(calc_sources_generated)): Don't
491 do anything if $@ exists. This reverts part of the 2005-07-07
494 2005-09-11 Paul Eggert <eggert@cs.ucla.edu>
496 * Makefile.am (EXTRA_DIST): Do not distribute REFERENCES; it
497 contains obsolete information and isn't worth distributing as a
498 separate file anyway.
499 * data/glr.c [defined YYSETJMP]: Don't include <setjmp.h>.
500 (YYJMP_BUF, YYSETJMP, YYLONGJMP) [!defined YYSETJMP]: New macros.
501 All uses of jmp_buf, setjmp, longjmp changed to use these instead.
502 (yyparse): Abort if user code uses longjmp to throw an unexpected
505 2005-09-09 Paul Eggert <eggert@cs.ucla.edu>
507 * data/c.m4 (b4_identification): Define YYBISON_VERSION.
508 Suggested by twlevo@xs4all.nl.
510 * data/glr.c (YYCHK1): Do not assume YYE is in range.
511 This avoids a diagnostic from gcc -Wswitch-enum.
512 Problem reported by twlevo@xs4all.nl.
514 * doc/bison.texinfo: Don't use "filename", as per GNU coding
515 standards. Use "file name" or "file" or "name", depending on
517 (Invocation): The output of "bison hack/foo.y" goes to foo.tab.c,
518 not to hack/foo.tab.c.
519 (Calc++ Top Level): 2nd arg of main is not const.
520 * data/glr.c: b4_filename -> b4_file_name.
521 * data/lalr1.cc: Likewise. Also, b4_filename_type -> b4_file_name_type.
523 (class position): filename -> file_name. All uses changed.
524 * data/yacc.c: b4_filename -> b4_file_name.
525 * lib/bitset.h: filename -> file_name in local vars.
526 * lib/bitset_stats.c: Likewise.
527 * src/files.c: Likewise.
528 * src/scan-skel.l ("@output ".*\n): Likewise.
529 * src/files.c (file_name_split): Renamed from filename_split.
530 * src/muscle_tab.c (muscle_init): Output b4_file_name, not b4_filename.
532 2005-09-08 Paul Eggert <eggert@cs.ucla.edu>
534 * lib/.cvsignore: Add pipe-safer.c, stdio--.h, unistd--.h,
535 to accommodate latest gnulib.
537 * tests/glr-regression.at (Duplicate representation of merged trees):
538 Add casts to pacify g++. Problem reported by twlevo@xs4all.nl.
540 * bootstrap: Add comment as to why the AM_LANGINFO_CODESET hack is
543 2005-08-26 Paul Eggert <eggert@cs.ucla.edu>
545 * data/glr.c (yydestroyGLRState): Renamed from yydestroyStackItem.
546 All uses changed. Invoke user destructor after an error during a
547 split parse (trivial change from Joel E. Denny).
549 * tests/glr-regression.at
550 (User destructor after an error during a split parse): New test case.
551 Problem reported by Joel E. Denny in:
552 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00029.html
554 2005-08-25 Paul Eggert <eggert@cs.ucla.edu>
556 * README-cvs: Give URLs for recommended tools.
557 Mention Gzip version problem, and bootstrapping issues.
558 Remove troubleshooting section, as it's somewhat obsolete.
560 * bootstrap (no_cache): New var, to accommodate different wget
561 variants. Use it instead of '-C off'. Problem reported by
564 * data/glr.c (yydestroyStackItem): New function.
565 (yyrecoverSyntaxError, yyreturn): Use it to improve quality of
566 debugging information. Problem reported by Joel E. Denny.
568 2005-08-25 Akim Demaille <akim@epita.fr>
570 * tests/local.at (AT_COMPILE_CXX): Pass $LINKS too.
572 2005-08-24 Paul Eggert <eggert@cs.ucla.edu>
574 * data/glr.c (yyrecoverSyntaxError, yyreturn):
575 Don't invoke destructor on unresolved entries.
576 * tests/glr-regression.at
577 (User destructor for unresolved GLR semantic value): New test case.
578 Problem reported by Joel E. Denny in:
579 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00016.html
581 2005-08-21 Paul Eggert <eggert@cs.ucla.edu>
583 * lib/.cvsignore: Remove realloc.c, strncasecmp.c, xstrdup.c.
585 * m4/.cvsignore: Remove codeset.m4, gettext.m4, lib-ld.m4,
586 lib-prefix.m4, po.m4.
588 * data/glr.c (yyreturn): Use "Cleanup:" rather than "Error:"
589 in yydestruct diagnostic, since it might not be an error.
590 Problem reported by Joel Denny near end of
591 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
592 * data/lalr1.cc (yyerturn): Likewise.
593 * data/yacc.c (yyreturn): Likewise.
594 * tests/calc.at (_AT_CHECK_CALC_ERROR): Adjust to the above change.
596 * src/files.c: Remove obsolete FIXME comment.
598 * data/glr.c (YY_SYMBOL_PRINT): Append a newline, for consistency
599 with the other templates, and to fix bogus run-on messages such
600 as the one reported at the end of
601 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
602 All callers changed to avoid the newline.
603 (yyprocessOneStack): Output two lines rather than one, to accommodate
604 the above change. This changes the debug output format slightly.
606 * data/glr.c (yyresolveValue): Fix redundant parse tree problem
607 reported by Joel E. Denny in
608 <http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00004.html>
610 * tests/glr-regression.at (Duplicate representation of merged trees):
611 New test, from Joel E. Denny in:
612 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00013.html>.
613 * THANKS: Add Joel E. Denny.
615 * configure.ac (AC_INIT): Bump to 2.0c.
617 2005-07-24 Paul Eggert <eggert@cs.ucla.edu>
619 * NEWS: Version 2.0b.
621 * Makefile.am (SUBDIRS): Put examples before tests, so that
622 "make check" doesn't finish with "All 1 tests passed".
624 * tests/regression.at (Token definitions): Don't rely on
625 AT_PARSER_CHECK for data that contains backslashes. It currently
626 uses 'echo', and 'echo' isn't portable if its argument contains
627 backslashes. Problem found on OpenBSD 3.4. Also, do not assume
628 that the byte '\0xff' is not printable in the C locale; it is,
629 under OpenBSD 3.4 (!). Luckily, '\0x80' through '\0x9e' are
630 not printable, so use '\0x81' to test.
632 * data/glr.c (YYOPTIONAL_LOC): Define even if it's not a recent
633 version of GCC, since the macro is used with non-GCC compilers.
635 Fix core dump reported by Pablo De Napoli in
636 <http://lists.gnu.org/archive/html/bug-bison/2005-07/msg00053.html>.
637 * tests/regression.at (Invalid inputs with {}): New test.
638 * src/parse-gram.y (token_name): Translate type before using
641 * data/glr.c (ATTRIBUTE_UNUSED): Remove, since it infringes on
642 the user's name space. All uses changed to __attribute__
644 (yyFail, yyMemoryExhausted, yyreportAmbiguity):
645 Add __attribute__ ((__noreturn__)).
647 * etc/clcommit: Remove. We weren't using it, and it failed
648 "make maintainer-distcheck".
649 * Makefile.maint: Merge from coreutils.
650 (CVS_LIST, CVS_LIST_EXCEPT): New macros.
651 (syntax-check-rules): Change list of rules as described below.
652 (sc_cast_of_alloca_return_value, sc_dd_max_sym_length):
653 (sc_file_system, sc_obsolete_symbols, sc_prohibit_atoi_atof):
654 (sc_prohibit_jm_in_m4, sc_root_tests, sc_tight_scope):
655 (sc_trailing_space): New rules.
656 (sc_xalloc_h_in_src): Remove.
657 (sc_cast_of_argument_to_free, sc_cast_of_x_alloc_return_value):
658 (sc_space_tab, sc_error_exit_success, sc_changelog):
659 (sc_system_h_headers, sc_sun_os_names, sc_unmarked_diagnostics):
660 (makefile-check, po-check, author_mark_check):
661 (makefile_path_separator_check, copyright-check):
662 Use grep -n, to make it easier to find violations.
663 Use CVS_LIST and CVS_LIST_EXCEPT.
664 (header_regexp, h_re): Remove.
666 (sc_dd_max_sym_length, .re-list, news-date-check): New rules.
667 (my-distcheck): Use more-modern GCC flags.
668 (signatures, %.asc): Remove.
669 (rel-files, announcement): Remove signatures.
670 Restore old updating code, even though we don't use it, so
671 that we're the same as coreutils.
672 (alpha, beta, major): Depend on news-date-check.
673 Make the upload commands.
675 * data/c.m4, data/lalr1.cc, data/yacc.c: Normalize white space.
676 * lib/abitset.h, lib/bbitset.h, lib/bitset.h: Likewise.
677 * lib/bitset_stats.c, lib/ebitset.h, lib/lbitset.c: Likewise.
678 * lib/libitset.h, lib/timevar.c, lib/vbitset.h: Likewise.
679 * src/Makefile.am, src/gram.c, src/muscle_tab.h: Likewise.
680 * src/parse-gram.y, src/system.h, src/tables.c, src/vcg.c: Likewise.
681 * src/vcg_defaults.h, tests/cxx-type.at, tests/existing.at: Likewise.
682 * tests/sets.at: Likewise.
684 * data/m4sugar/m4sugar.m4: Sync from Autoconf, except that
685 we comment out the Autoconf version number.
686 * doc/bison.texinfo (Calc++ Scanner): Don't use atoi, as
687 it's error-prone and "make maintainer-distcheck" rejects it.
689 * lib/subpipe.c: Include <fcntl.h> without checking for HAVE_FCNTL_H.
690 Indent calls to "error" to pacify "make maintainer-distcheck",
691 when the calls are not intended to be translated.
692 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't check for fcntl.h.
694 * src/Makefile.am (DEFS): Use +=, to pacify
695 "make maintainer-distcheck".
696 (bison_SOURCES): Add scan-skel.h.
697 (sc_tight_scope): New rule, from coreutils.
699 * src/files.c (src_extension, header_extension):
700 Now static, not extern.
701 * src/getargs.c (short_options): Likewise.
702 * src/muscle_tab.c (muscle_table): Likewise.
703 * src/parse-gram.y (current_class, current_type, current_prec):
705 * src/reader.c (grammar_end, previous_rule_end): Likewise.
706 * src/getargs.h: Redo comments to pacify "make maintainer-distcheck".
707 * src/main.c (main): Cast bindtextdomain and textdomain calls to
708 void, to avoid warning when NLS is disabled.
709 * src/output.c: Include scan-skel.h.
710 (scan_skel): Remove decl, since scan-skel.h does this.
712 Indent calls to "error" to pacify "make maintainer-distcheck".
713 * src/print_graph.c: Don't include <obstack.h>, as system.h does this.
714 * src/reader.h (gram_end, gram_lineno): New decls to pacify
715 "make maintainer-distcheck".
716 * src/scan-skel.l (skel_lex, skel_get_lineno, skel_get_in):
717 (skel_get_out, skel_get_leng, skel_get_text, skel_set_lineno):
718 (skel_set_in, skel_set_out, skel_get_debug, skel_set_debug):
719 (skel_lex_destroy, scan_skel): Move these decls to...
720 * src/scan-skel.h: New file.
721 * src/uniqstr.c (uniqstr_assert):
722 Indent calls to "error" to pacify "make maintainer-distcheck".
724 * tests/Makefile.am ($(srcdir)/package.m4): Use $(VAR),
727 * tests/torture.at: Revamp to avoid misuse of atoi that
728 "make maintainer-distcheck" complained about.
730 * examples/extexi (message): Don't print a message more than once,
731 and omit line-number decoration that makes Emacs compile think
732 that informative messages are worth worrying about.
734 2005-07-22 Paul Eggert <eggert@cs.ucla.edu>
736 * configure.ac: Update version number.
738 * Makefile.am (SUBDIRS): Add examples; somehow this got removed
740 * examples/calc++/calc++-parser.yy: Remove from CVS, as it's
741 autogenerated by the maintainer.
742 * examples/calc++/.cvsignore: Add *.yy.
744 * lib/bitset.c (bitset_alloc): Don't cast xcalloc result.
745 * lib/bitset_stats.c (bitset_stats_init): Likewise.
746 * lib/bitsetv.c (bitsetv_alloc): Likewise.
748 * po/POTFILES.in: Add lib/xalloc-die.c; remove lib/xmalloc.c.
750 * src/relation.c (relation_transpose): Rewrite to avoid bogus complaint
751 from maintainer-distcheck about casting the argument of 'free'.
753 * NEWS: Mention recent yytname changes.
754 * THANKS: Add Anthony Heading, twlevo@xs4all.nl.
756 * bootstrap: For translations that have not yet been upgraded to
757 the new runtime-po domain, prime the pump by extracting the
758 relevant strings from the obsolete translations. This code can be
759 removed once the bison-runtime domain has been translated by each
762 * src/scan-gram.l (<SC_PRE_CODE>.): Don't double-quote token names,
763 now that token names are already quoted.
765 Fix problem reported by Anthony Heading.
766 * data/glr.c (YYTOKEN_TABLE): New macro.
767 (yytname): Define if YYTOKEN_TABLE.
768 * data/yacc.c (YYTOKEN_TABLE, yytname): Likewise.
769 * data/lalr1.cc (YYTOKEN_TABLE, yytname_): Likewise.
770 (YYERROR_VERBOSE): Define the same way the other skeletons do.
771 * src/output.c (prepare_symbols): Output token_table_flag.
773 2005-07-21 Paul Eggert <eggert@cs.ucla.edu>
775 * data/glr.c (yyinitGLRStack, yyreturn): Don't call malloc
776 again if the first call fails.
778 * data/glr.c (yytnamerr): New function.
779 (yyreportSyntaxError): Use it to dequote most string literals.
780 * data/lalr1.c (yytname_): Renamed from yyname_, for compatibility
781 with other skeletons. All uses changed.
782 (yytnameerr_): New function.
783 (yyreport_syntax_error): Use it to dequote most string literals.
784 * data/yacc.c (yytnamerr): New function.
785 (yyerrlab): Use it to decode most string literals.
786 * doc/bison.texinfo (Decl Summary, Calling Convention):
787 Clarify quoting convention of yytname.
788 * src/output.c (prepare_symbols): Quote all names. This undoes
789 the 2005-04-17 change, which is now accomplished (mostly) via
790 changes in the parsers as described above.
791 * tests/regression.at (Token definitions, Web2c Actions):
792 Undo most 2005-04-17 change here, too.
794 2005-07-20 Paul Eggert <eggert@cs.ucla.edu>
796 Fix more problems reported by twlevo@xs4all.nl.
797 * tests/cxx-type.at: Don't pipe output of ./types through sed to
798 remove trailing spaces. This loses the exit status of ./types,
799 and isn't needed since ./types shouldn't be emitting trailing
801 * data/glr.c (yyreturn): Don't pop stack if yyinitStateSet failed,
802 as the stack isn't valid in that case.
804 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
805 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
806 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
807 Add declarations to pacify "gcc -Wmissing-prototypes" when flex 2.5.31
809 * src/scan-skel.l (skel_get_lineno, skel_get_in, skel_get_out):
810 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
811 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
814 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Work even with
815 overly-picky compilers that reject 'char *foo = "bar";'.
817 * src/symtab.c (SYMBOL_ATTR_PRINT, symbol_print): Direct output
818 to FILE * parameter, not to stderr. This fixes a typo introduced
819 in the 2005-07-12 change.
821 * lib/subpipe.c (create_subpipe): Rewrite slightly to avoid
824 * data/glr.c (yyexpandGLRStack, yyaddDeferredAction, yyexpandGLRStack):
825 (yyglrShiftDefer, yysplitStack):
826 Remove unused parameters b4_pure_formals. All uses changed.
827 (yyglrShift): Remove unused parameters b4_user_formals.
829 (yyglrReduce): Removed unused parameter yylocp. All uses changed.
831 2005-07-18 Paul Eggert <eggert@cs.ucla.edu>
833 Destructor cleanups and regularization among the three skeletons.
834 * NEWS: Document the behavior changes.
835 * data/glr.c (yyrecoverSyntaxError): Don't bother to pop the
836 stack before failing, as the cleanup code will do it for us now.
837 * data/lalr1.cc (yyerrlab): Likewise.
838 * data/glr.c (yyparse): Pop everything off the stack before
839 freeing it, so that destructors get called properly.
840 * data/lalr1.cc (yyreturn): Likewise.
841 * data/yacc.c (yyreturn): Pop and destroy the start symbol, too.
842 This is more consistent.
843 * doc/bison.texinfo (Destructor Decl): Mention more reasons
844 why destructors might be called. 1.875 -> 2.1.
845 (Destructor Decl, Decl Summary, Table of Symbols):
846 Some English-language cleanups for %destructor.
847 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
848 Add output line for destructor of start symbol.
849 * tests/calc.at (AT_CHECK_CALC): Add one to line counts,
850 because of that same extra output line.
852 * NEWS: Document minor wording changes in diagnostics of
853 Bison-generated parsers.
854 * data/glr.c (yyMemoryExhausted): Renamed from yyStackOverflow.
855 Remove unused formals. All uses changed.
856 (yyreportAmbiguity): "ambiguity detected" -> "syntax is ambiguous".
857 (yyparse): Rename yyoverflowlab to yyexhaustedlab.
858 * data/yacc.c (yyparse): "parser stack overflow" -> "memory exhausted".
859 Rename yyoverflowab to yyexhaustedlab.
860 When memory exhaustion occurs during syntax-error reporting,
861 report it separately rather than in a single diagnostic; this
863 * doc/bison.texinfo (Memory Management): Renamed from Stack Overflow.
864 (Memory Exhausted): Renamed from Parser Stack Overflow.
865 Revamp wording slightly to prefer "memory exhaustion".
866 * tests/actions.at: "parser stack overflow" -> "memory exhausted".
868 * data/c.m4 (b4_yysymprint_generate): Use YYFPRINTF, not fprintf.
870 Add i18n support to the GLR skeleton. Partially fix the C++
871 skeleton; a C++ expert needs to finish this. Remove debugging
872 msgids; there's little point to having them translated, since they
873 can be understood only by someone who can read the
874 (English-language) source code.
876 Generate runtime-po/bison-runtime.pot automatically, so that we
877 don't have to worry about garbage getting in that file. We'll
878 make sure after the next official release that old msgids don't
880 <http://lists.gnu.org/archive/html/bison-patches/2005-07/msg00119.html>.
882 * runtime-po/Makefile.in.in, runtime-po/bison-runtime.pot: Remove.
884 * PACKAGING: Don't claim that Gawk, GCC, Perl use this method yet.
885 Fix typos in explanations of the runtime file.
886 * bootstrap: Change gettext keyword from YYI18N to YY_.
887 Use standard Makefile.in.in in runtime-po, since we'll arrange
888 for backward-compatible bison-runtime.po files in a different way.
889 * data/glr.c (YY_): New macro, from yacc.c.
890 (yyuserAction, yyreportAmbiguity, yyreportSyntaxError, yyparse):
891 Translate messages intended for users.
892 (yyreportSyntaxError): Change "virtual memory" to "memory" to match
893 the wording in the other skeletons. We don't know that the memory
895 * data/lalr1.cc (YY_): Renamed from _. All uses changed.
896 Use same method that yacc.c uses.
897 Don't translate debugging messages.
898 (yy::yyreport_syntax_error): Put in a FIXME for the i18n stuff;
899 it doesn't work (yet), and requires C++ expertise to fix.
900 * data/yacc.c (YY_): Renamed from YY18N. All uses changed.
901 Move defn to a more logical place, to be consistent with other
903 Don't translate debugging messages.
904 Don't assume line numbers fit in unsigned int; use unsigned long fmts.
905 * doc/bison.texinfo: Mention <libintl.h>. Change glibc cross reference
906 to gettext cross reference. Add indexing terms. Mention YYENABLE_NLS.
907 * runtime-po/POTFILES.in: Add data/glr.c, data/lalr1.cc.
909 Fix yyerror / yylex test glitches noted by twlevo@xs4all.nl.
910 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Have yyerror return
912 * tests/glr-regression.at (Badly Collapsed GLR States):
914 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
915 yylex should return 0 at EOF rather than aborting.
917 Improve tests for stack overflow in GLR parser.
918 Problem reported by twlevo@xs4all.nl.
919 * data/glr.c (struct yyGLRStack): Remove yyerrflag member.
921 (yyStackOverflow): Just longjmp, but with value 2 so that caller
922 can handle the problem.
923 (YYCHK1): Use goto (a la yacc.c) rather than setting a flag.
924 (yyparse): New local variable yyresult to record the result.
925 Use result of setjmp to set it, rather than storing itinto
927 (yyDone): Remove label.
928 (yyacceptlab, yyabortlab, yyoverflowlab, yyreturn): New labels,
929 to mimic yacc.c. Do not discard lookahead if it's EOF (possible
931 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Exit with
932 yyparse status; put status > 1 into diagnostic.
933 Check that status==2 works.
934 * tests/calc.at, tests/cxx-type.at, tests/glr-regression.at:
935 Use exit status 3 for failure to open (which shouldn't happen).
937 2005-07-17 Paul Eggert <eggert@cs.ucla.edu>
939 * tests/conflicts.at (%nonassoc and eof): Don't exit with status
940 1 on syntax error; just let yyparse do its thing.
941 * tests/glr-regression.at (Badly Collapsed GLR States): Likewise.
942 * tests/torture.at (AT_DATA_STACK_TORTURE): Likewise.
943 (Exploding the Stack Size with Alloca):
944 (Exploding the Stack Size with Malloc):
945 Expect exit status 2, not 1, since the parser is supposed to blow
946 its stack. Problem reported by twlevo@xs4all.nl.
948 * data/glr.c (yyparse): Don't assume that the initial calls
949 to YYMALLOC succeed; in that case, yyparse incorrectly returned 0.
950 Print a stack-overflow message and fail instead.
951 Initialize the line-number information before creating the stack,
952 so that the stack-overflow message can report line zero safely.
954 2005-07-14 Paul Eggert <eggert@cs.ucla.edu>
956 Fix problems reported by twlevo@xs4all.nl.
957 * data/glr.c (YYSTACKEXPANDABLE): Don't define if already defined.
958 (yyuserMerge): Provide a default case if b4_mergers is empty.
959 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Define YYSTACKEXPANDABLE.
960 * tests/glr-regression.at
961 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
962 Add casts to pacify C++ compilers.
963 * tests/glr-regression.at (Improper merging of GLR delayed action
964 sets): Declare yylex before using it.
965 * tests/Makefile.am (maintainer-check-g++): Fix a stray
966 $(GXX) that escaped the renaming of GXX to CXX. Remove bogus
967 test for valgrind; valgrind is independent of g++.
968 (maintainer-check-posix): Add _POSIX2_VERSION=200112, to check
969 for compatibility with POSIX 1003.1-2001 (if running coreutils).
970 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Port to stricter C++.
971 Use a destructor, so that we can expand the stack. Change
972 YYSTYPE to char * so that we can free it. Cast result of malloc.
974 2005-07-13 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
976 * data/glr.c (yyuserAction): Fix uninitialized variable that caused
977 a valgrind failure. Problem reported by twlevo@xs4all.nl.
979 2005-07-13 Paul Eggert <eggert@cs.ucla.edu>
981 * PACKAGING: New file, suggested by Bruno Haible and taken from
982 similar wording in gettext's PACKAGING file.
983 * NEWS: Mention PACKAGING.
984 * Makefile.am (EXTRA_DIST): Add PACKAGING.
986 2005-07-12 Paul Eggert <eggert@cs.ucla.edu>
988 * NEWS: Document recent i18n improvements.
989 * bootstrap: Get runtime translations into runtime-po.
990 Create runtime-po files automatically, if possible.
991 * configure.ac: Invoke BISON_I18N, so that we eat our own dog food.
992 * data/yacc.c: Rewrite inclusion of <libintl.h> so that ENABLE_NLS
993 does not infringe on the user's name space.
994 (YYENABLE_NLS): Renamed from ENABLE_BISON_NLS.
995 * doc/bison.texinfo (Internationalization): Revamp the English
996 and Texinfo syntax a bit, to try to make it clearer.
997 (Bison Options, Option Cross Key): Mention --print-localedir.
998 * m4/bison-i18n.m4 (BISON_I18N): Rename ENABLE_BISON_NLS to
999 YYENABLE_NLS. Quote a bit more.
1000 * runtime-po/.cvsignore: New file.
1001 * runtime-po/Makefile.in.in (mostlyclean): Remove *.old.pot.
1002 * runtime-po/Rules-quot: Remove; now created by bootstrap.
1003 * runtime-po/quot.sed: Likewise.
1004 * runtime-po/boldquot.sed: Likewise.
1005 * runtime-po/en@quot.header: Likewise.
1006 * runtime-po/en@boldquot.header: Likewise.
1007 * runtime-po/insert-header.sin: Likewise.
1008 * runtime-po/remove-potcdate.sin: Likewise.
1009 * runtime-po/Makevars: Likewise.
1010 * runtime-po/LINGUAS: Likewise.
1011 * runtime-po/de.po: Likewise; we will rely on the translation project
1012 to maintain this, so "bootstrap" should get it.
1013 * src/getarg.c (PRINT_LOCALEDIR_OPTION): Let the C compiler determine
1015 * src/main.c (main): Bind the bison-runtime domain, too.
1017 2005-07-12 Bruno Haible <bruno@clisp.org>
1019 * data/yacc.c: Include <libintl.h> when NLS is enabled.
1020 (YYI18N): Renamed from _. Use dgettext when NLS is enabled.
1021 * po/POTFILES.in: Remove autogenerated file src/parse-gram.c.
1022 * runtime-po: New directory.
1023 * runtime-po/Makefile.in.in: New file, copied from po/, with modified
1024 $(DOMAIN).pot-update rule, so that old messages are never dropped.
1025 * runtime-po/Rules-quot: New file, copied from po/.
1026 * runtime-po/quot.sed: Likewise.
1027 * runtime-po/boldquot.sed: Likewise.
1028 * runtime-po/en@quot.header: Likewise.
1029 * runtime-po/en@boldquot.header: Likewise.
1030 * runtime-po/insert-header.sin: Likewise.
1031 * runtime-po/remove-potcdate.sin: Likewise.
1032 * runtime-po/Makevars: New file.
1033 * runtime-po/POTFILES.in: New file.
1034 * runtime-po/LINGUAS: New file.
1035 * runtime-po/bison-runtime.pot: New file.
1036 * runtime-po/de.po: New file.
1037 * m4/bison.m4: New file.
1038 * Makefile.am (SUBDIRS): Add runtime-po.
1039 (aclocaldir, aclocal_DATA): New variables.
1040 * configure.ac: Add AC_CONFIG_FILES of runtime-po/Makefile.in.
1042 * src/getargs.c (usage): Document --print-localedir option.
1043 (PRINT_LOCALEDIR_OPTION): New enum item.
1044 (long_options): Add --print-localedir option.
1045 (getargs): Handle --print-localedir option.
1046 * doc/bison.texinfo (Bison Parser): Remove paragraph about _().
1047 (Internationalization): New section.
1049 2005-07-12 Akim Demaille <akim@epita.fr>
1051 * src/symtab.h, src/symtab.c (symbol_print): Swap the arguments,
1052 for consistency with the rest of the code.
1053 * src/symlist.h, src/symlist.c (symbol_list_print): Ditto.
1056 2005-07-12 Akim Demaille <akim@epita.fr>
1058 * src/parse-gram.y: Use %printer instead of YYPRINT.
1060 2005-07-12 Akim Demaille <akim@epita.fr>
1062 * src/symtab.h, src/symtab.c (symbol_print): New.
1063 * src/symlist.h, src/symlist.c (symbol_list_print): New.
1064 * src/symlist.c (symbol_list_n_type_name_get): Report the culprit.
1066 2005-07-12 Akim Demaille <akim@epita.fr>
1068 * data/glr.c (b4_syncline): Fix (swap) the definitions of
1069 b4_at_dollar and b4_dollar_dollar.
1071 2005-07-11 Paul Eggert <eggert@cs.ucla.edu>
1073 * doc/bison.texinfo (Mystery Conflicts): Add reference to DeRemer
1074 and Pennello's paper.
1076 2005-07-09 Paul Eggert <eggert@cs.ucla.edu>
1078 * data/yacc.c (yyparse): Undo previous patch. Instead,
1079 set yylsp[0] and yyvsp[0] only if the initial action
1080 sets yylloc and yylval, respectively.
1082 * data/yacc.c (yyparse): In the initial action, set
1083 yylsp[0] and yyvsp[0] rather than yylloc and yylval.
1084 This avoids the use of undefined variables if the initial
1085 action does not set yylloc and/or yylval.
1087 2005-07-07 Paul Eggert <eggert@cs.ucla.edu>
1089 * examples/calc++/calc++-driver.cc, examples/calc++/calc++-driver.hh:
1090 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc:
1091 Remove from CVS. These files are automatically generated.
1092 * examples/extexi: Clarify that this file is now part of Bison,
1093 not GNU M4, and that it works with any POSIX-compatible Awk.
1094 * examples/calc++/Makefile.am (run_extexi): Remove; not used.
1095 ($(calc_extracted)): Renamed from $(calc_sources_extracted),
1096 so that we also get calc++-parser.yy. Geneate it.
1097 Use $(AWK), not gawk, since any conforming Awk will do.
1098 Put comment before action, since older 'make' can't handle comment
1100 $(BUILT_SOURCES): List all built sources, not just some of them.
1101 $(MAINTAINERCLEANFILES): Remove *.stamp, and all built sources.
1102 $($(srcdir)/calc++-parser.stamp): Work even if POSIXLY_CORRECT.
1103 $($(calc_sources_generated)): Remove unnecessary test for existence
1104 of target. (This had a shell syntax error anyway; a stray "x".)
1105 (calc_extracted): List $(srcdir)/calc++-parser.yy, not
1107 * examples/.cvsignore, examples/calc++/.cvsignore: New files.
1109 * bootstrap (gnulib_modules): Add gettext, now that it's no longer
1110 implied by the other modules.
1112 2005-07-06 Akim Demaille <akim@epita.fr>
1114 Bind examples/calc++ to the package.
1115 * examples/calc++/Makefile: Remove, replaced by...
1116 * examples/calc++/Makefile.am: ... this new file.
1117 * examples/calc++/test: Remove input.
1118 * examples/calc++/compile: Remove.
1119 * examples/Makefile.am: New.
1120 * configure.ac, Makefile.am: Adjust.
1121 * doc/Makefile.am (clean-local): New, for more recent texi2dvis.
1123 2005-07-05 Paul Eggert <eggert@cs.ucla.edu>
1125 * data/glr.c (yyFail): Drastically simplify; since the format argument
1126 never had any % directives, we can simply pass it to yyerror.
1127 (yyparse): Use "t a; a=b;" rather than "t a = b;" when a will
1128 be modified later, as that is the usual style in glr.c.
1129 Problems reported by Paul Hilfinger.
1131 Rewrite GLR parser to catch more buffer overrun, storage exhaustion,
1132 and size overflow errors.
1133 * data/glr.c: Include <stdio.h> etc. after user prolog, not before,
1134 in case the user prolog sets feature-test macros like _GNU_SOURCE.
1135 (YYSIZEMAX): New macro.
1136 (yystpcpy): New function, taken from yacc.c.
1137 (struct yyGLRStack.yyspaceLeft): Now size_t, not int.
1138 (yyinitGLRStack, yyfreeGLRstack): Remove unnecessary forward decls,
1139 so that we don't have to maintain their signatures.
1140 (yyFail): Check for buffer overflow, by using vsnprintf rather
1141 than vsprintf. Allocate a bigger buffer if possible.
1142 Report an error if buffer allocation fails.
1143 (yyStackOverflow): New function.
1144 (yyinitStateSet, yyinitGLRStack): Return a boolean indicating whether
1145 the initialization was successful. It might fail if storage was
1147 (yyexpandGLRStack): Add more checks for storage allocation failure.
1148 Use yyStackOverflow to report failures.
1149 (yymarkStackDeleted, yyglrShift, yyglrShiftDefer, yydoAction):
1150 (yysplitStack, yyprocessOneStack, yyparse, yypstack):
1151 Don't assume stack number fits in int.
1152 (yysplitStack): Check for storage allocation failure.
1153 (yysplitStack, yyprocessOneStack): Add pure_formals, so that we
1154 can print diagnostics on storage allocation failure. All callers
1156 (yyresolveValue): Use yybool for boolean.
1157 (yyreportSyntaxError): Check for size-calculation overflow.
1158 This code is taken from yacc.c.
1159 (yyparse): Check for storage allocation errors when allocating
1162 2005-07-05 Akim Demaille <akim@epita.fr>
1164 Extract calc++ from the documentation.
1165 * doc/bison.texinfo (Calc++): Add the extraction marks.
1166 * examples/extexi: New, from the aborted GNU Programming 2E.
1167 Separate the different paragraph of a file with empty lines.
1168 * examples/Makefile: Use it to extract the whole calc++ example.
1170 2005-06-24 Akim Demaille <akim@epita.fr>
1172 * doc/bison.texinfo (C++ Parser Interface): Use defcv to define
1175 2005-06-22 Akim Demaille <akim@epita.fr>
1177 * doc/bison.texinfo (C++ Language Interface): First stab.
1178 (C++ Parsers): Remove.
1180 2005-06-22 Akim Demaille <akim@epita.fr>
1182 * data/lalr1.cc (yylex_): Honor %lex-param.
1184 2005-06-22 Akim Demaille <akim@epita.fr>
1186 Start a set of simple examples.
1187 * examples/calc++/Makefile, examples/calc++/calc++-driver.cc,
1188 * examples/calc++/calc++-driver.hh,
1189 * examples/calc++/calc++-parser.yy,
1190 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc,
1191 * examples/calc++/compile, examples/calc++/test: New.
1193 2005-06-09 Paul Eggert <eggert@cs.ucla.edu>
1195 * data/yacc.c (malloc, free) [defined __cplusplus]: Wrap inside
1196 extern "C" {}. This fixes a problem reported by Paul Hilfinger,
1197 which stems from the 2005-05-27 patch.
1199 2005-06-06 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
1201 * data/glr.c: Modify treatment of unused parameters to permit use
1202 of g++ (which doesn't allow __attribute__ ((unused)) for parameters).
1204 2005-05-30 Paul Eggert <eggert@cs.ucla.edu>
1206 Fix infringement on user name space reported by Janos Zoltan Szabo.
1207 * data/yacc.c (yyparse): strlen -> yystrlen.
1209 2005-05-30 Akim Demaille <akim@epita.fr>
1211 * data/lalr1.cc (_): New.
1212 Translate the various messages.
1214 2005-05-27 Paul Eggert <eggert@cs.ucla.edu>
1216 Fix infringement on user name space reported by Bruno Haible.
1217 * data/yacc.c (YYSIZE_T): Define first, so that later decls can use it.
1218 Prefer GCC's __SIZE_TYPE__ if available, so that we don't infringe on
1219 the user's name space.
1220 (alloca): Include <stdlib.h> to get it, if it's not built in.
1221 (YYMALLOC, YYFREE): Define only if needed.
1222 (malloc, free): Declare, but only if needed, as this infringes on
1223 the user name space.
1225 2005-05-25 Paul Eggert <eggert@cs.ucla.edu>
1227 Fix BeOS, FreeBSD, MacOS porting problems reported by Bruno Haible.
1228 * lib/bitset.c (bitset_print): Don't assume size_t can be printed
1230 * lib/ebitset.c (min, max): Undef before defining.
1231 * lib/vbitset.c (min, max): Likewise.
1232 * lib/subpipe.c (create_subpipe): Save local variables in case
1233 vfork clobbers them.
1235 2005-05-24 Bruno Haible <bruno@clisp.org>
1237 * tests/synclines.at (AT_SYNCLINES_COMPILE): Add support for the
1238 error message syntax used by gcc-4.0.
1240 2005-05-23 Paul Eggert <eggert@cs.ucla.edu>
1242 * README: Mention m4 1.4.3. Remove obsolete advice about
1243 Sun Forte Developer 6 update 2, VMS, and MS-DOS.
1245 * bootstrap: Remove workaround for problem I encountered with
1246 gettext 0.14.1; it seems to be fixed now.
1248 2005-05-22 Paul Eggert <eggert@cs.ucla.edu>
1250 * NEWS: Version 2.0a.
1252 * src/files.c: Include "stdio-safer.h"; this fixes a typo in
1253 the previous change.
1255 Various maintainer cleanups.
1256 * .cvsignore: Add a.exe, a.out, b.out,, conf[0-9]*, confdefs*,
1257 conftest*, for benefit of CVS commands run at the same time as
1258 "configure". Add build-aux, since "bootstrap" now creates it and
1260 * Makefile.cfg (move_if_change): Remove.
1261 * Makefile.maint: Remove the update stuff; we now use "bootstrap".
1262 (ftp-gnu, www-gnu, move_if_change, local_updates, update):
1263 (po_repo, do-po-update, po-update, wget_files, get-targets):
1264 (config.guess-url_prefix, config.sub-url_prefix):
1265 (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
1266 (standards.texi-url_prefix, make-stds.texi-url_prefix, taget, url):
1267 ($(get-targets), cvs-files, automake_repo, wget-update, cvs-update):
1269 * configure.ac (AC_CONFIG_AUX_DIR): Change from config to build-aux;
1270 this is now the recommended name.
1271 * config/.cvsignore: Remove config.guess, config.rpath, config.sub,
1272 depcomp, install-sh, mdate-sh, missing, mkinstalldirs, texinfo.tex,
1273 ylwrap. These files now go into build-aux.
1274 * config/move-if-change: Remove.
1275 * config/prev-version.txt: Bump from 1.75 to 2.0.
1277 * bootstrap: Add stdio-safer, unistd-safer modules.
1278 Remove m4/glibc2.m4 (introduced by latest gnulib, but
1280 * lib/.cvsignore: Add dup-safer.c, fd-safer.c,
1281 fopen-safer.c, stdio-safer.h, unistd-safer.h.
1282 * lib/subpipe.c: Include "unistd-safer.h".
1283 (create_subpipe): Make sure all the newly-created
1284 file descriptors are > 2, so that diagnostics don't
1285 get sent down them (which might cause Bison to hang, in theory).
1286 * m4/.cvsignore: Add stdio-safer.m4, unistd-safer.m4.
1287 * src/files.c (xfopen): Use fopen_safer, not fopen.
1289 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Port
1290 yesterday's yacc.c fix.
1292 2005-05-21 Paul Eggert <eggert@cs.ucla.edu>
1294 * data/glr.c, data/lalr1.cc: Update copyright date.
1296 Fix a destructor bug reported by Wolfgang Spraul in
1297 <http://lists.gnu.org/archive/html/bug-bison/2005-05/msg00042.html>.
1298 * data/yacc.c (yyabortlab): Don't call destructor, and
1299 don't set yychar to EMPTY.
1300 (yyoverflowlab): Don't call destructor.
1301 (yyreturn): Call destructor, if yychar is neither YYEOF nor YYEMPTY.
1302 * tests/calc.at (AT_CHECK_CALC): Expect one fewer output lines,
1303 since we no longer output the message "discarding lookahead token
1306 2005-05-20 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
1308 * data/glr.c (YY_SYMBOL_PRINT): Don't print newline at end to
1309 fix a small glitch in debugging output.
1310 (yyprocessOneStack, yyrecoverSyntaxError, yyparse): Print newline
1311 after YY_SYMBOL_PRINT where needed.
1313 (struct yyGLRState): Add some comments.
1314 (struct yySemanticOption): Add some comments.
1315 (union yyGLRStackItem): Add comment.
1317 (yymergeOptionSets): Correct this to properly perform the union,
1318 avoiding infinite reported by Michael Rosien.
1321 * tests/glr-regression.at: Add test for GLR merging error reported
1324 2005-05-13 Paul Eggert <eggert@cs.ucla.edu>
1326 * COPYING, ChangeLog, GNUmakefile, HACKING, Makefile.am,
1327 Makefile.cfg, Makefile.maint, NEWS, README, README-alpha,
1328 README-cvs, TODO, bootstrap, configure.ac, data/Makefile.am,
1329 data/README, data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c,
1330 data/m4sugar/m4sugar.m4, doc/Makefile.am, doc/bison.texinfo,
1331 doc/fdl.texi, doc/gpl.texi, doc/refcard.tex, lib/Makefile.am,
1332 lib/abitset.c, lib/abitset.h, lib/bbitset.h, lib/bitset.c,
1333 lib/bitset.h, lib/bitset_stats.c, lib/bitset_stats.h,
1334 lib/bitsetv-print.c, lib/bitsetv-print.h, lib/bitsetv.c,
1335 lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/get-errno.c,
1336 lib/get-errno.h, lib/lbitset.c, lib/lbitset.h, lib/libiberty.h,
1337 lib/main.c, lib/subpipe.c, lib/subpipe.h, lib/timevar.c,
1338 lib/timevar.def, lib/timevar.h, lib/vbitset.c, lib/vbitset.h,
1339 lib/yyerror.c, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4, m4/timevar.m4,
1340 m4/warning.m4, src/LR0.c, src/LR0.h, src/Makefile.am, src/assoc.c,
1341 src/assoc.h, src/closure.c, src/closure.h, src/complain.c,
1342 src/complain.h, src/conflicts.c, src/conflicts.h, src/derives.c,
1343 src/derives.h, src/files.c, src/files.h, src/getargs.c,
1344 src/getargs.h, src/gram.c, src/gram.h, src/lalr.c, src/lalr.h,
1345 src/location.c, src/location.h, src/main.c, src/muscle_tab.c,
1346 src/muscle_tab.h, src/nullable.c, src/nullable.h, src/output.c,
1347 src/output.h, src/parse-gram.c, src/parse-gram.h,
1348 src/parse-gram.y, src/print.c, src/print.h, src/print_graph.c,
1349 src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c,
1350 src/reduce.h, src/relation.c, src/relation.h, src/scan-gram.l,
1351 src/scan-skel.l, src/state.c, src/state.h, src/symlist.c,
1352 src/symlist.h, src/symtab.c, src/symtab.h, src/system.h,
1353 src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h,
1354 src/vcg.c, src/vcg.h, src/vcg_defaults.h, tests/Makefile.am,
1355 tests/actions.at, tests/c++.at, tests/calc.at, tests/conflicts.at,
1356 tests/cxx-type.at, tests/existing.at, tests/glr-regression.at,
1357 tests/headers.at, tests/input.at, tests/local.at, tests/output.at,
1358 tests/reduce.at, tests/regression.at, tests/sets.at,
1359 tests/synclines.at, tests/testsuite.at, tests/torture.at:
1360 Update FSF postal mail address.
1362 2005-05-11 Paul Eggert <eggert@cs.ucla.edu>
1364 * tests/local.at (AT_COMPILE_CXX): Treat LDFLAGS like AT_COMPILE does.
1365 Problem reported by Ralf Menzel.
1367 2005-05-01 Paul Eggert <eggert@cs.ucla.edu>
1369 * tests/actions.at: Test that stack overflow invokes destructors.
1370 From Marcus Holland-Moritz.
1371 * data/yacc.c (yyerrlab): Move the code that destroys the stack
1373 (yyreturn): to here. That way, destructors are called properly
1374 even if the stack overflows, or the user calls YYACCEPT or
1375 YYABORT. Stack-overflow problem reported by Marcus Holland-Moritz.
1376 (yyoverflowlab): Destroy the lookahead.
1378 2005-04-24 Paul Eggert <eggert@cs.ucla.edu>
1380 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): Add more-descriptive comment.
1382 2005-04-17 Paul Eggert <eggert@cs.ucla.edu>
1384 * NEWS: Bison-generated C parsers no longer quote literal strings
1385 associated with tokens.
1386 * src/output.c (prepare_symbols): Don't escape strings,
1387 since users don't want to see C escapes.
1388 * tests/calc.at (AT_CHECK_CALC): Adjust to lack of quotes
1390 * tests/input.at (Torturing the Scanner): Likewise.
1391 * tests/regression.at (Token definitions, Web2c Actions): Likewise.
1393 2005-04-16 Paul Eggert <eggert@cs.ucla.edu>
1395 * tests/torture.at (AT_INCREASE_DATA_SIZE): Skip the test if
1396 the data size is known to be too small and we can't increase it.
1397 This works around an HP-UX 11.00 glitch reported by Andrew Benham.
1399 2005-04-15 Paul Eggert <eggert@cs.ucla.edu>
1401 * src/parse-gram.y: Include quotearg.h.
1402 (string_as_id): Quote $1 before using it as a key, since the
1403 lexer no longer quotes it for us.
1404 (string_content): Don't strip quotes, since lexer no longer
1406 * src/scan-gram.l: Include quotearg.h.
1408 ("'"<SC_ESCAPED_CHARACTER>): Quote symbol before using it as
1409 a key, since the rest of the lexer doesn't quote it.
1410 * src/symtab.c (symbol_get): Don't quote symbol; caller does it now.
1411 * tests/regression.at (Token definitions): Check for backslashes
1414 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): New macro.
1415 (YYSIZE_T): Define to unsigned long int when using an older compiler.
1416 (yyparse): Revamp code to generate long syntax error message, to
1417 make it easier to translate, and to avoid problems with arithmetic
1418 overflow. Change "virtual memory" to "memory" in diagnostic, since
1419 we don't know whether the memory is virtual.
1421 2005-04-13 Paul Eggert <eggert@cs.ucla.edu>
1423 * NEWS: Bison-generated C parsers now use the _ macro to
1425 * data/yacc.c (_) [!defined _]: New macro.
1426 All English strings wrapped inside this macro.
1427 * doc/bison.texinfo (Bison Parser): Document _.
1428 * po/POTFILES.in: Include src/parse-gram.c, since it now
1429 includes translateable strings that parse-gram.y doesn't.
1431 2005-04-12 Paul Eggert <eggert@cs.ucla.edu>
1433 * src/symtab.c (symbol_make_alias): Call symbol_type_set,
1434 reverting the 2004-10-11 change to this function.
1435 (symbol_check_alias_consistency): Don't call symbol_type_set
1436 if the type name is already correct.
1437 * tests/input.at (Typed symbol aliases): New test, from Tim Van Holder.
1439 2005-03-25 Paul Eggert <eggert@cs.ucla.edu>
1441 * tests/regression.at (Token definitions): Don't use a token named
1442 c, as that generates a "#define c ..." that runs afoul of buggy
1443 stdlib.h that uses the identifier c as a member of struct
1444 drand48_data. Problem reported by Horst Wente.
1446 2005-03-21 Paul Eggert <eggert@cs.ucla.edu>
1448 * bootstrap: Change translation URL from
1449 http://www2.iro.umontreal.ca/~gnutra/po/maint/bison/ to
1450 http://www.iro.umontreal.ca/translation/maint/bison/ to avoid
1451 redirection glitches. Problem reported by twlevo@xs4all.nl.
1453 2005-03-20 Paul Eggert <eggert@cs.ucla.edu>
1455 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Don't put options
1456 after operands; POSIX says this isn't portable for the c99 command.
1458 2005-03-18 Paul Eggert <eggert@cs.ucla.edu>
1460 * tests/glr-regression.at (glr-regr2a.y): Try to dump core
1461 immediately if a data overrun has occurred; this may help us track
1462 down what may be a spurious failure on MacOS.
1464 2005-03-17 Paul Eggert <eggert@cs.ucla.edu>
1466 Respond to problems reported by twlevo@xs4all.nl.
1468 * bootstrap: Use "trap - 0" rather than the unportable "trap 0".
1470 * src/vcg.h: Comment fix.
1471 * src/vcg_defaults.h: Parenthesize macro bodies to make them safe.
1472 (G_CMAX): Change to -1 instead of INT_MAX.
1474 * data/yacc.c (yyparse): Omit spaces before #line.
1476 2005-03-15 Paul Eggert <eggert@cs.ucla.edu>
1478 * src/tables.c (state_number_to_vector_number): Put it inside an
1479 "#if 0", since it's not currently used. Problem reported by
1482 2005-03-06 Paul Eggert <eggert@cs.ucla.edu>
1484 * src/output.c (escaped_output): Renamed from
1485 escaped_file_name_output, since we now use it for symbol tags as
1486 well. All uses changed.
1487 (symbol_destructors_output, symbol_printers_output):
1488 Escape symbol tags too.
1489 Problem reported by Matyas Forstner in
1490 <http://lists.gnu.org/archive/html/bug-bison/2005-03/msg00009.html>.
1492 * src/muscle_tab.c (muscle_code_grow): Don't quote numbers; it's
1494 * src/output.c (user_actions_output, token_definitions_output,
1495 symbol_destructors_output, symbol_printers_output): Likewise.
1496 * src/reader.c (prologue_augment): Likewise.
1497 * src/scan-gram.l (handle_action_dollar, handle_action_at): Likewise.
1499 * src/vcg.c (output_edge): Don't quote linestyle arg.
1500 Problem reported by twlevo@xs4all.nl.
1502 2005-02-28 Paul Eggert <eggert@cs.ucla.edu>
1504 * doc/bison.texinfo (Semantic Tokens): Fix scoping problem in
1505 example, reported by Derek M Jones. Also, make the example even
1506 more outrageous, to better illustrate how bad the problem is.
1508 2005-02-24 Paul Eggert <eggert@cs.ucla.edu>
1510 * doc/bison.texinfo (Mfcalc Symtab): Correct the prototype for
1511 putsym. Typo reported by Sebastian Piping.
1513 2005-02-23 Paul Eggert <eggert@cs.ucla.edu>
1515 * doc/bison.texinfo (Language and Grammar): some -> same
1516 (Epilogue): int he -> in the
1517 Typos reported by Sebastian Piping via Justin Pence.
1519 2005-02-07 Paul Eggert <eggert@cs.ucla.edu>
1521 * tests/glr-regression.at (Improper handling of embedded actions
1522 and dollar(-N) in GLR parsers): Renamed from "Improper handling of
1523 embedded actions and $-N in GLR parsers", work around an Autoconf bug
1524 with dollar signs in test names.
1525 * tests/input.at (Invalid dollar-n): Renamed from "Invalid \$n",
1526 for a similar reason.
1528 2005-01-28 Paul Eggert <eggert@cs.ucla.edu>
1530 * src/vcg.c (output_graph): G_VIEW -> normal_view in case someone
1531 wants to redefine G_VIEW.
1533 2005-01-27 Paul Eggert <eggert@cs.ucla.edu>
1535 * src/vcg.c (get_view_str): Remove case for normal_view.
1536 Problem reported by twlevo@xs4all.nl.
1538 2005-01-24 Paul Eggert <eggert@cs.ucla.edu>
1540 * configure.ac (O0CFLAGS, O0CXXFLAGS): Fix quoting bug.
1541 Problem reported by twlevo@xs4all.nl.
1543 * doc/bison.texinfo: Change @dircategory from "GNU programming
1544 tools" to "Software development". Requested by Richard Stallman
1547 2005-01-23 Paul Eggert <eggert@cs.ucla.edu>
1549 * tests/c++.at (AT_CHECK_DOXYGEN): Don't use options after operands.
1550 Problem reported by twlevo@xs4all.nl.
1552 2005-01-21 Paul Eggert <eggert@cs.ucla.edu>
1554 * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register"
1555 keyword; it's not needed with modern compilers, and it doesn't
1556 affect correctness with older compilers. Suggested by
1559 2005-01-17 Paul Eggert <eggert@cs.ucla.edu>
1561 * data/glr.c (yyuserAction): Add "default: break;" case to pacify
1562 gcc -Wswitch-default.
1563 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
1564 * data/yacc.c (yyparse): Likewise.
1566 2005-01-12 Paul Eggert <eggert@cs.ucla.edu>
1568 * src/system.h (OUTPUT_EXT, TAB_EXT): Define only if not defined
1569 already. Let config.h define any nonstandard values.
1571 2005-01-10 Paul Eggert <eggert@cs.ucla.edu>
1573 * tests/calc.at (_AT_DATA_CALC_Y): Use alarm (100), not alarm (10),
1574 for the benefit of slower hosts. Problem reported by
1577 2005-01-07 Paul Eggert <eggert@cs.ucla.edu>
1579 * data/yacc.c (yyparse): Pacify non-GCC compilers about yyerrorlab
1580 being defined and not used.
1581 * data/lalr1.cc (yyparse): Likewise.
1582 Use "if (false)" rather than "if (0)".
1584 2005-01-05 Paul Eggert <eggert@cs.ucla.edu>
1586 * TODO: Mention that we should allow NUL bytes in tokens.
1588 2005-01-02 Paul Eggert <eggert@cs.ucla.edu>
1590 * src/scan-skel.l (<<EOF>>): Don't close standard output.
1591 Problem reported by Hans Aberg.
1593 2005-01-01 Paul Eggert <eggert@cs.ucla.edu>
1595 * src/getargs.c (version): Happy new year; update overall
1596 program copyright date from 2004 to 2005.
1598 * src/scan-skel.l ("@output ".*\n): Don't close standard output.
1599 Problem reported by Hans Aberg.
1600 * tests/output.at (AT_CHECK_OUTPUT): New arg SHELLIO.
1601 (Output file names.): Add a test for the case when standard output
1604 2004-12-26 Paul Eggert <eggert@cs.ucla.edu>
1606 * doc/bison.texinfo (@copying): Update FDL version number to 1.2,
1607 to fix an oversight in the Bison 2.0 manual.
1609 2004-12-25 Paul Eggert <eggert@cs.ucla.edu>
1611 * NEWS: Version 2.0. Reformat the existing news items since
1612 1.875, so that related items are grouped together.
1613 * configure.ac (AC_INIT): Bump version to 2.0.
1614 * src/parse-gram.c, src/parse-gram.h: Regenerate with 2.0.
1616 * tests/torture.at (Exploding the Stack Size with Alloca): Set
1617 YYSTACK_USE_ALLOCA to 1 if __GNUC__ or alloca are defined;
1618 otherwise, we're not testing alloca. Unfortunately there's no
1619 simple way to consult HAVE_ALLOCA here.
1621 * data/lalr1.cc (yydestruct_): Pacify unused variable warning
1624 * src/LR0.c (new_itemsets): Use memset rather than zeroing by
1625 hand. This avoids a warning about comparing int to size_t when
1626 GCC warnings are enabled.
1628 2004-12-22 Paul Eggert <eggert@cs.ucla.edu>
1630 * NEWS: Bison-generated parsers no longer default to using the
1631 alloca function (when available) to extend the parser stack, due
1632 to widespread problems in unchecked stack-overflow detection.
1633 * data/glr.c (YYMAXDEPTH): Remove undef when zero. It's the user's
1634 responsibility to set it to a positive value. This lets the user
1635 specify a value that is not a preprocessor constant.
1636 * data/yacc.c (YYMAXDEPTH): Likewise.
1637 (YYSTACK_ALLOC): Define only if YYSTACK_USE_ALLOCA is nonzero.
1638 * doc/bison.texinfo (Stack Overflow): YYMAXDEPTH no longer needs
1639 to be a compile-time constant. However, explain the constraints on it.
1640 Also, explain the constraints on YYINITDEPTH.
1641 (Table of Symbols): Explain that alloca is no longer the default.
1642 Explain the user's responsibility if they define YYSTACK_USE_ALLOCA
1645 * doc/bison.texinfo (Location Default Action): Mention that n must
1646 be zero when k is zero. Suggested by Frank Heckenbach.
1648 2004-12-22 Akim Demaille <akim@epita.fr>
1650 * data/lalr1.cc (parser::token_number_type, parser::rhs_number_type)
1651 (parser::state_type, parser::semantic_type, parser::location_type):
1652 Private, not public.
1653 (parser::parse): Return ints, not bool.
1654 Returning a bool introduces a problem: 0 corresponds to false, and
1655 it seems weird to return false on success. Returning true changes
1656 the conventions for yyparse.
1657 Alternatively we could return void and send an exception.
1658 There is no clear consensus (yet?).
1659 (state_stack, semantic_stack, location_stack): Rename as...
1660 (state_stack_type, semantic_stack_type, location_stack_type): these.
1661 Private, not public.
1662 * tests/c++.at: New.
1663 * tests/testsuite.at, tests/Makefile.am: Adjust.
1665 2004-12-21 Akim Demaille <akim@epita.fr>
1667 * data/lalr1.cc (parser::parse): Return a bool instead of an int.
1669 2004-12-21 Akim Demaille <akim@epita.fr>
1671 Don't impose std::string for filenames.
1673 * data/lalr1.cc (b4_filename_type): New.
1674 (position::filename): Use it.
1675 (parser.hh): Move the inclusion of stack.hh and location.hh below
1676 the user code, so that needed headers for the filename type can be
1678 Forward declare them before the user code.
1679 * tests/Makefile.am (check-local, installcheck-local): Pass
1680 TESTSUITEFLAGS to the TESTSUITE.
1682 2004-12-20 Akim Demaille <akim@epita.fr>
1684 Use more STL like names: my_class instead of MyClass.
1686 * data/lalr1.cc (LocationStack, LocationType, RhsNumberType)
1687 (SemanticStack, SemanticType, StateStack, StateType)
1688 (TokenNumberType, Stack, Slice, Traits, Parser::location)
1689 (Parser::value): Rename as...
1690 (location_stack, location_type, rhs_number_type, semantic_stack)
1691 (semantic_type, state_stack, state_type, token_number_type, stack)
1692 (slice, traits, parser::yylloc, parser::yylval): these.
1694 * tests/calc.at, tests/regression.at, tests/actions.at: Adjust.
1696 2004-12-19 Paul Eggert <eggert@cs.ucla.edu>
1698 * data/glr.c (YYLLOC_DEFAULT): Use GNU spacing conventions.
1699 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
1701 2004-12-17 Paul Eggert <eggert@cs.ucla.edu>
1703 Remove uses of 'short int' and 'unsigned short int'. This raises
1704 some arbitrary limits. It uses more memory but nowadays that's
1705 not much of an issue.
1707 This change does not affect the generated parsers; that's a different
1708 task, as some users will want to conserve memory there.
1710 Ideally we should use size_t to represent all object counts, and
1711 something like ptrdiff_t to represent signed differences of object
1712 counts; but that will require more code-cleanup than I have the
1713 time to do right now.
1715 * src/LR0.c (allocate_itemsets, new_itemsets, save_reductions):
1716 Use size_t, not int or short int, to count objects.
1717 * src/closure.c (nritemset, closure): Likewise.
1718 * src/closure.h (nritemset, closure): Likewise.
1719 * src/nullable.c (nullable_compute): Likewise.
1720 * src/print.c (print_core): Likewise.
1721 * src/print_graph.c (print_core): Likewise.
1722 * src/state.c (state_compare, state_hash): Likewise.
1723 * src/state.h (struct state): Likewise.
1724 * src/tables.c (default_goto, goto_actions): Likewise.
1726 * src/gram.h (rule_number, rule): Use int, not short int.
1727 * src/output.c (prepare_rules): Likewise.
1728 * src/state.h (state_number, STATE_NUMBER_MAXIMUM, transitions,
1729 errs, reductions): Likewise.
1730 * src/symtab.h (symbol_number, SYMBOL_NUMBER_MAXIMUM, struct symbol):
1732 * src/tables.c (vector_number, tally, action_number,
1733 ACTION_NUMBER_MINIMUM): Likewise.
1734 * src/output.c (muscle_insert_short_int_table): Remove.
1736 2004-12-17 Akim Demaille <akim@epita.fr>
1738 * data/lalr1.cc: Extensive Doxygenation.
1739 (error_): Rename as...
1740 (error): this, since it is visible to the user.
1742 (Parser::message): Now an automatic variable from...
1743 (Parser::yyreport_syntax_error_): here.
1744 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust to
1746 * tests/input.at: Escape $.
1748 2004-12-16 Paul Eggert <eggert@cs.ucla.edu>
1750 * data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location):
1751 Parenthesize rhs to avoid obscure problems with mistakes like
1752 "foo$$bar = foo$1bar;". Problem reported by twlevo at xs4all.
1753 * data/lalr1.cc (b4_lhs_value, b4_rhs_value, b4_lhs_location,
1754 b4_rhs_location): Likewise.
1755 * data/yacc.c (b4_lhs_value, b4_rhs_value, b4_lhs_location,
1756 b4_rhs_location): Likewise.
1758 2004-12-16 Akim Demaille <akim@epita.fr>
1760 * data/lalr1.cc (yyreport_syntax_error_): Catch up with glr.c and
1761 yacc.c: be sure to stay within yycheck_.
1762 * tests/actions.at: Re-enable C++ tests.
1764 2004-12-16 Akim Demaille <akim@epita.fr>
1766 * src/print_graph.c (print_graph): Remove layoutalgorithm uses for
1769 2004-12-16 Akim Demaille <akim@epita.fr>
1771 Use #define to handle the %name-prefix.
1773 * data/glr.c, data/yacc.c: Comment changes.
1774 * data/lalr1.cc (yylex): Use #define to select the name of yylex,
1775 so that one can refer to yylex in the parser file, and have it
1776 renamed, as is the case with other skeletons.
1778 2004-12-16 Akim Demaille <akim@epita.fr>
1780 Move lalr1.cc internals into yy*.
1782 * data/lalr1.cc (semantic_stack_, location_stack_, state_stack_)
1783 (semantic_stack_, location_stack_, pact_, pact_ninf_, defact_)
1784 (pgoto_, defgoto_, table_, table_ninf_, check_, stos_, r1_, r2_)
1785 (name_, rhs_, prhs_, rline_, token_number_, eof_, last_, nnts_)
1786 (empty_, final_, terror_, errcode_, ntokens_)
1787 (user_token_number_max_, undef_token_, n_, len_, state_, nerrs_)
1788 (looka_, ilooka_, error_range_, nerrs_):
1790 (yysemantic_stack_, yylocation_stack_, yystate_stack_)
1791 (yysemantic_stack_, yylocation_stack_, yypact_, yypact_ninf_)
1792 (yydefact_, yypgoto_, yydefgoto_, yytable_, yytable_ninf_)
1793 (yycheck_, yystos_, yyr1_, yyr2_, yyname_, yyrhs_, yyprhs_)
1794 (yyrline_, yytoken_number_, yyeof_, yylast_, yynnts_, yyempty_)
1795 (yyfinal_, yyterror_, yyerrcode_, yyntokens_)
1796 (yyuser_token_number_max_, yyundef_token_, yyn_, yylen_, yystate_)
1797 (yynerrs_, yylooka_, yyilooka_, yyerror_range_, yynerrs_):
1800 2004-12-15 Paul Eggert <eggert@cs.ucla.edu>
1802 Fix some problems reported by twlevo at xs4all.
1803 * src/symtab.c (symbol_new): Report an error if the input grammar
1804 contains too many symbols. This is better than calling abort() later.
1805 * src/vcg.h (enum layoutalgorithm): Remove. All uses removed.
1806 (struct node, struct graph):
1807 Rename member expand to stretch. All uses changed.
1808 (struct graph): Remove member layoutalgorithm. All uses removed.
1809 * src/vcg.c (get_layoutalgorithm_str): Remove. All uses removed.
1810 * src/vcg_defaults.h (G_STRETCH): Renamed from G_EXPAND.
1812 (N_STRETCH): Rename from N_EXPAND. All uses changed.
1814 2004-12-15 Akim Demaille <akim@epita.fr>
1816 * data/lalr1.cc: Normalize /** \brief ... */ to ///.
1817 Add more Doxygen comments.
1818 (symprint_, stack_print_, reduce_print_, destruct_, pop)
1819 (report_syntax_error_, translate_): Rename as...
1820 (yysymprint_, yystack_print_, yyreduce_print_, yydestruct_)
1821 (yypop_, yyreport_syntax_error_, yytranslate_): this.
1823 2004-12-15 Akim Demaille <akim@epita.fr>
1825 * data/lalr1.cc (lex_): Rename as...
1827 Move the trace here.
1828 Take the %name-prefix into account.
1829 Reported by Alexandre Duret-Lutz.
1831 2004-12-15 Akim Demaille <akim@epita.fr>
1833 Simplify the C++ parser constructor.
1835 * data/lalr1.cc (debug_): Rename as...
1836 (yydebug_): so that the parser's internals are always in the yy*
1839 (b4_parse_param_decl): Remove the leading comma as it is now only
1840 called as unique argument list.
1841 (Parser::Parser): Remove the constructor accepting a location and
1842 an initial debugging level.
1843 Remove from the other ctor the argument for the debugging level.
1844 (debug_level_type, debug_level, set_debug_level): New.
1846 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust
1849 2004-12-15 Akim Demaille <akim@epita.fr>
1851 Remove b4_root related material: failure experiment
1852 (which goal was to allow to derive from a class).
1854 * data/lalr1.cc (b4_root, b4_param, b4_constructor): Remove
1855 definitions and uses.
1857 2004-12-14 Paul Eggert <eggert@cs.ucla.edu>
1859 * data/glr.c (struct yyGLRStack): yyerror_range now has 3 items,
1860 not 2, since it's not portable to subtract 1 from the start of an
1861 array. The new item 0 is never set or used. All uses changed.
1863 (yyrecoverSyntaxError): Use YYLLOC_DEFAULT instead of assuming
1864 the default definition of YYLLOC_DEFAULT. Problem reported
1865 by Frank Heckenbach.
1867 2004-12-12 Paul Eggert <eggert@cs.ucla.edu>
1869 * data/glr.c (YYRHSLOC): Don't have two definitions, one for
1870 the normal case and one for the error case. Just use the
1871 first one uniformly. Problem reported by Frank Heckenbach.
1872 (YYLLOC_DEFAULT): Use the conventions of yacc.c, so we can
1873 use exactly the same macro in both places.
1874 (yyerror_range): Now of type yyGLRStackItem, not YYLTYPE,
1875 so that the normal-case YYRHSLOC works for the error case too.
1877 * data/yacc.c (YYRHSLOC): New macro, taken from glr.c.
1878 (YYLLOC_DEFAULT): Use the same macro as glr.c.
1879 * doc/bison.texinfo (Location Default Action): Don't claim that
1880 we have an array of locations. Use the same macro for both glr
1881 and lalr parsers. Mention YYRHSLOC. Mention what happens when
1884 2004-12-10 Paul Eggert <eggert@cs.ucla.edu>
1886 * HACKING: Update email addresses to send announcements to.
1888 * configure.ac (AC_INIT): Bump version to 1.875f.
1890 2004-12-10 Paul Eggert <eggert@cs.ucla.edu>
1892 * NEWS: Version 1.875e.
1893 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875e.
1895 * src/scan-skel.l: Include "complain.h", for "fatal".
1897 * src/relation.h (relation_print, relation_digraph):
1898 Relation sizes are of type relation_node, not size_t (this is
1899 merely a doc fix, since the two types are equivalent).
1900 (relation_transpose): Relation sizes are of type relation_node,
1902 * src/relation.c: Likewise.
1903 (top, infinity): Now of type relation_node, not int.
1904 (traverse, relation_transpose): Use relation_node, not int.
1906 * data/glr.c (yyuserAction, yyrecoverSyntaxError): Mark args
1907 with ATTRIBUTE_UNUSED if they're not used, to avoid GCC warning.
1908 (yyparse): Remove unused local introduced in 2004-10-25 patch.
1910 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): New arg
1911 specifying whether the test should be skipped. Use it tp
1912 specify that the [%defines %skeleton "lalr1.cc"] tests currently
1913 fail on some hosts, and should be skipped.
1915 2004-12-08 Paul Eggert <eggert@cs.ucla.edu>
1917 * src/system.h (CALLOC, MALLOC, REALLOC): Remove. All callers
1918 changed to use xcalloc, xnmalloc, xnrealloc, respectively,
1919 unless otherwise specified below.
1921 * src/LR0.c (allocate_itemsets): Use xnmalloc, not xcalloc,
1922 to allocate kernel_base, kernel_items, kernel_size, since
1923 they needn't be initialized to 0.
1924 (allocate_storgae): Likewise, for shiftset, redset, shift_symbol.
1925 * src/closure.c (new_closure): Likewise, for itemset.
1926 * src/derives.c (derives_compute): Likewise, for delts, derives, q.
1927 * src/lalr.c (set_goto_map): Likewise, for temp_map.
1928 (initialize_F): Likewise, for reads, edge, reads[i], includes[i].
1929 (build_relations): Likewise for edge, states1, includes.
1930 * src/nullable.c (nullable_compute): Likewise, for squeue, relts.
1931 * src/reader.c (packgram): Likewise, for ritem, rules.
1932 * src/reduce.c (nonterminals_reduce): Likewise for nontermmap.
1933 * src/relation.c (relation_digraph): Likewise for VERTICES.
1934 (relation_transpose): Likewise for new_R, end_R.
1935 * src/symtab.c (symbols_token_translations_init): Likewise for
1937 * src/tables.c (save_row): Likewise for froms, tos, conflict_tos.
1938 (token_actions): Likewise for yydefact, actrow, conflrow,
1940 (save_column): Likewise for froms[symno], tos[symno].
1941 (goto_actions): Likewise for state_count.
1942 (pack_table): Likewise for base, pos, check.
1943 (tables_generate): Likewise for width.
1945 * src/LR0.c (set_states): Don't reuse kernel_size and kernel_base
1946 for initial core. Just have a separate core, so we needn't worry
1947 about whether kernel_size and kernel_base are initialized.
1949 * src/LR0.c (shift_symbol, redset, shiftset, kernel_base,
1950 kernel_size, kernel_items): Remove unnecessary initialization.
1951 * src/conflicts.c (conflicts): Likewise.
1952 * src/derives.c (derives): Likewise.
1953 * src/muscle_tablc (muscle_insert): Likewise.
1954 * src/relation.c (relation_digraph): Likewise.
1955 * src/tables.c (froms, tos, conflict_tos, tally, width, actrow, order,
1956 conflrow, conflict_table, conflict_list, table, check):
1959 * src/closure.c (new_closure): Arg is of type unsigned int, not int.
1960 This is because all callers pass unsigned int.
1961 * src/closure.h (new_closure): Likewise.
1963 * src/lalr.c (initialize_F): Initialize reads[i] in all cases.
1964 (build_relations): Initialize includes[i] in all cases.
1965 * src/reader.c (packgram): Always initialize rules[ruleno].prec
1966 and rules[ruleno].precsym. Initialize members in order.
1967 * src/relation.c (relation_transpose): Always initialize new_R[i]
1969 * src/table.c (conflict_row): Initialize 0 at end of conflict_list.
1971 * src/output.c (prepare_actions): Pass 0 instead of conflict_list[0];
1972 conflict_list[0] was always 0, but now it isn't initialized.
1974 * src/table.c (table_grow): When conflict_table grew, the grown
1975 area wasn't cleared. Fix this.
1977 * lib/.cvsignore: Add strdup.c, strdup.h.
1978 * m4/.cvsignore: Add strdup.m4.
1980 2004-12-07 Paul Eggert <eggert@cs.ucla.edu>
1982 * src/lalr.h (GOTO_NUMBER_MAXIMUM): New macro.
1983 * src/lalr.c (set_goto_map): Don't allow ngotos to equal
1984 GOTO_NUMBER_MAXIMUM, since we occasionally compute
1985 ngotos + 1 without checking for overflow.
1986 (build_relations): Use END_NODE, not -1, to denote end of edges.
1987 * src/lalr.c (set_goto_map, map_goto, initialize_F, add_loopback_edge,
1988 build_relations): Use goto_number, not int, for goto numbers.
1989 * src/tables.c (save_column, default_goto): Likewise.
1991 2004-11-23 Akim Demaille <akim@epita.fr>
1993 * data/lalr1.cc (YYSTYPE): Define it as is done for C, instead
1994 of #defining from yystype.
1995 Don't typedef yystype, C++ does not need it.
1996 This lets it possible to forward declare it as union.
1998 2004-11-23 Paul Eggert <eggert@cs.ucla.edu>
2000 * bootstrap (gnulib_modules): Add extensions.
2001 Problem reported by Jim Meyering.
2003 2004-11-22 Paul Eggert <eggert@cs.ucla.edu>
2005 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c,
2006 src/lalr.c, src/nullable.c, src/relation.c, src/scan-skel.l,
2007 src/system.h, src/tables.c: XFREE -> free, to accommodate
2008 recent change to gnulib xalloc.h.
2009 Problem reported by Jim Meyering.
2011 2004-11-17 Akim Demaille <akim@epita.fr>
2013 * data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings.
2015 2004-10-28 Akim Demaille <akim@epita.fr>,
2016 Alexandre Duret-Lutz <adl@gnu.org>
2018 * data/lalr1.cc (Parser::yycdebug_): New, a pointer, to allow
2021 Use it instead of cdebug_.
2022 (Parser::debug_stream, Parser::set_debug_stream): New.
2023 (Parser::symprint_): Define cdebug_ for temporary backward
2025 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use
2028 2004-11-17 Akim Demaille <akim@epita.fr>
2030 * data/lalr1.cc (Parser:print_): Remove, use %printer instead.
2031 * tests/regression.at (_AT_DATA_DANCER_Y): Adjust.
2032 * tests/calc.at (_AT_DATA_CALC_Y): Ditto.
2033 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
2035 2004-10-27 Paul Eggert <eggert@cs.ucla.edu>
2037 * data/glr.c (yyloc_default): Remove; not used.
2038 Problem reported by Frank Heckenbach.
2040 2004-10-25 Akim Demaille <akim@epita.fr>
2042 * data/glr.c (YYRHSLOC): Move its definition next to its uses.
2043 Introduce another definition to address simple location arrays.
2044 (yyGLRStack): New member: yyerror_range.
2045 (yyrecoverSyntaxError, yyparse): Update it.
2046 (yyrecoverSyntaxError): Use it when shifting the error token to
2047 have an accurate range, equivalent to the one computed by both
2048 yacc.c and lalr1.cc.
2049 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Change its yylex so
2050 that column numbers start at column 0, as per GNU Coding
2051 Standards, the others tests, and the doc.
2052 (_AT_RESOLVED_GLR_OUTPUT_WITH_LOC, _AT_AMBIG_GLR_OUTPUT_WITH_LOC):
2053 Adjust to the above change (first column is 0).
2054 And adjust the location of the "<error>", now covering the whole
2057 2004-10-22 Akim Demaille <akim@epita.fr>
2058 and Paul Eggert <eggert@cs.ucla.edu>
2060 Remove some arbitrary limits on goto numbers and relations.
2061 * src/lalr.c (goto_map, ngotos, from_state, to_state): Omit
2062 initial values, since they're never used.
2063 (set_goto_map): ngotos is now unsigned, so test for overflow
2064 by seeing whether it wraps around to zero.
2065 * src/lalr.h (goto_number): Now size_t, not short int.
2066 (GOTO_NUMBER_MAXIMUM): Remove.
2067 * src/relation.c (relation_print, traverse, relation_transpose):
2068 Check for END_NODE rather than looking at sign.
2069 * src/relation.h (END_NODE): New macro.
2070 (relation_node): Now size_t, not short int.
2072 2004-10-22 Paul Eggert <eggert@cs.ucla.edu>
2074 * doc/bison.texinfo (Language and Grammar): In example, "int" is a
2075 keyword, not an identifier. Problem reported by Baron Schwartz in
2076 <http://lists.gnu.org/archive/html/bug-bison/2004-10/msg00017.html>.
2078 2004-10-11 Akim Demaille <akim@epita.fr>
2080 * src/symtab.c (symbol_check_alias_consistency): Also check
2081 type names, destructors, and printers.
2082 Reported by Alexandre Duret-Lutz.
2083 Recode the handling of associativity and precedence in terms
2084 of symbol_precedence_set.
2085 Accept no redeclaration at all, not even equal to the previous
2087 (redeclaration): New.
2088 Use it to factor redeclaration complaints.
2089 (symbol_make_alias): Don't set the type of the alias, let
2090 symbol_check_alias_consistency do it as for other features.
2091 * src/symtab.h (symbol): Add new member prec_location, and
2093 * src/symtab.c (symbol_precedence_set, symbol_type_set): Set them.
2094 * tests/input.at (Incompatible Aliases): New.
2096 2004-10-09 Paul Eggert <eggert@cs.ucla.edu>
2098 .cvsignore fixes to accommodate gnulib changes,
2099 and the practice of naming build directories "_build".
2100 * .cvsignore: Add "_*". Sort.
2101 * lib/.cvsignore: Add getopt_.h, xalloc-die.c.
2102 * m4/.cvsignore: Add "*_gl.m4".
2104 2004-10-06 Akim Demaille <akim@epita.fr>
2106 * src/parse-gram.y (add_param): Fix the truncation of trailing
2109 2004-10-05 Akim Demaille <akim@epita.fr>
2111 In Bison 1.875's yacc.c, YYLLOC_DEFAULT was called regardless
2112 whether the reducion was empty or not. This leaves room to
2113 improve the use of YYLLOC_DEFAULT in such a case.
2114 lalr1.cc is still experimental, so changing this is acceptable.
2115 And finally, there are probably not many users who changed the
2116 handling of locations in GLR, so changing is admissible too.
2118 * data/glr.c, data/lalr1.cc, data/yacc.c (YYLLOC_DEFAULT): On an
2119 empty reduction, set @$ to an empty location ending the previously
2121 Adjust uses to make sure the code is triggered on empty
2123 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust the
2124 expected output: empty reductions have empty locations.
2126 2004-09-29 Akim Demaille <akim@epita.fr>
2128 * data/lalr1.cc: Move towards a more standard C++ coding style
2129 for templates: Class < T > -> Class<T>.
2131 2004-09-29 Akim Demaille <akim@epita.fr>
2133 * data/lalr1.cc: Reinstall the former ctor, for sake of
2134 compatibility, but warn it will be removed.
2135 Move towards a more standard C++ coding style (i.e., type *var ->
2138 2004-09-27 Paul Eggert <eggert@cs.ucla.edu>
2140 * src/parse-gram.y (add_param): Rewrite to avoid strchr,
2141 since it's less likely to work if NULs are involved in the future.
2143 2004-09-27 Akim Demaille <akim@epita.fr>
2145 * data/yacc.c (YY_LOCATION_PRINT): Fix its default declaration.
2147 2004-09-27 Akim Demaille <akim@epita.fr>
2149 * data/lalr1.cc (b4_parse_param_decl_1): New.
2150 (b4_parse_param_decl): Use it to have different names between attribute
2152 (b4_cc_constructor_call): Likewise.
2154 2004-09-24 Akim Demaille <akim@epita.fr>
2156 * src/parse-gram.y (add_param): Strip the leading and trailing
2157 blanks from a formal argument declaration.
2158 (YY_LOCATION_PRINT): New.
2160 2004-09-24 Akim Demaille <akim@epita.fr>
2162 * data/c.m4 (b4_yysymprint_generate): Move the YYINPUT invocation
2165 2004-09-24 Akim Demaille <akim@epita.fr>
2167 * doc/bison.texinfo (Table of Symbols): Sort.
2169 2004-09-21 Akim Demaille <akim@epita.fr>
2171 * data/yacc.c, data/glr.c (b4_at_dollar, b4_dollar_dollar): Remove
2172 the useless parentheses.
2173 Suggested by Paul Eggert.
2175 2004-09-20 Akim Demaille <akim@epita.fr>
2177 Let the initial-action act on the look-ahead, and use it for the
2178 "initial push" (corresponding to an hypothetical beginning-of-file).
2179 And let lalr1.cc honor %initial-action.
2181 * doc/bison.texinfo (Initial Action Decl): Clarify, and add an
2183 * data/lalr1.cc (Parser::initlocation_): Remove, bad experiment.
2184 (Parser::Parser): Remove the ctor that used to initialize it.
2185 (Parser::parse): Like in the other skeletons, issue the "starting
2186 parse" message before any action.
2187 Honor %initial-action.
2188 Initialize the stacks with the lookahead.
2189 * data/yacc.c: Let $$ and @$ in %initial-action designate the
2191 Push them in the stacks.
2192 * tests/actions.at, tests/calc.at: Adjust the C++ ctor invocations.
2194 2004-09-20 Akim Demaille <akim@epita.fr>
2196 * doc/bison.texinfo (Initial Action Decl): New.
2198 2004-09-20 Akim Demaille <akim@epita.fr>
2200 * data/yacc.c (YY_LOCATION_PRINT): Use YYLTYPE_IS_TRIVIAL as a
2201 clearer criterion to define it.
2202 (parse): Initialize the initial location when YYLTYPE_IS_TRIVIAL.
2203 When reducing on an empty RHS, use the latest stacked location as
2205 yylloc is not always available.
2206 * data/glr.c: Likewise.
2207 Also, honor initial-actions.
2209 2004-09-20 Akim Demaille <akim@epita.fr>
2211 * data/yacc.c (YY_LOCATION_PRINT): New.
2212 Define when we know YYLTYPE's structure, i.e., when the default
2213 YYLLOC_DEFAULT is used.
2214 * data/c.m4 (b4_yysymprint_generate): Use it.
2215 * data/lalr1.cc (YYLLOC_DEFAULT): Stop relying on the initial
2216 value of the result.
2217 (error_start_): Replace with...
2218 (error_range_): this location array.
2219 This allows to replace code relying on the implementation of
2220 locations by portable code.
2221 * data/yacc.c (yylerrsp): Replace with...
2222 (yyerror_range): this.
2223 Every time a token is popped, update yyerror_range[0], to have an
2224 accurate location for the error token.
2225 * data/glr.c (YY_LOCATION_PRINT): New.
2226 (yyprocessOneStack): Fix an invocation of YY_SYMBOL_PRINT:
2227 deference a pointer.
2228 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): No longer
2229 report the location in %printers.
2231 * src/scan-skel.l: Instead of abort, report error messages to ease
2232 understanding skeleton scanning failures.
2234 2004-09-16 Akim Demaille <akim@epita.fr>
2236 * data/lalr1.cc (Stack::Iterator, Stack::ConstIterator): Rename as...
2237 (iterator, const_iterator): these, to be more in the C++ spirit.
2238 Also, return reverse iterators so that when displaying the stack
2239 we display its bottom first.
2240 (Parser::stack_print_, Parser::reduce_print_): Match the messages
2242 We should probably use vector here though.
2244 2004-09-16 Akim Demaille <akim@epita.fr>
2246 Have more complete shift traces.
2248 * data/yacc.c, data/lalr1.c, data/glr.c: Use YY_SYMBOL_PRINT
2249 to report Shifts instead of ad hoc YYDPRINTF invocations,
2250 including for the error token.
2251 * data/lalr1.cc (symprint_): Output the location.
2252 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): In C++, don't
2253 output the location within the %printer.
2254 Activate GLR tests, at least to make sure they compile properly.
2255 They still don't pass though.
2256 * tests/calc.at: Adjust expect verbose output, since now "Entering
2257 state..." is on a different line than the "Shifting" message.
2259 2004-09-08 Akim Demaille <akim@epita.fr>
2261 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Move the
2262 Bison directive from the Bison file to the invocation of this
2263 macro, so that these directives are passed to
2264 AT_BISON_OPTION_PUSHDEFS to get correct help macros.
2265 Use these helping macros (e.g., AT_LOC, AT_VAL and so forth).
2266 Move the AT_SETUP/AT_CLEANUP outside, to report as test title
2267 the extra Bison directives instead of the whole series.
2268 Change the grammar so that there are recoverable errors, and
2269 unrecoverable errors. Now we can have the parser give up before
2270 consuming the whole input. As a result we now can observe that
2271 the lookahead is freed when needed.
2272 Change the parser source to parse argv[1] instead of a hard coded
2274 Simplify yylex, and give a value and location to EOF.
2275 Simplify some invocations of AT_CHECK_PRINTER_AND_DESTRUCTOR that
2276 passed directives already coded in the file.
2277 Add some tests to check the location of "error".
2278 For some tests, the C++ parser is correct, and not yacc.c.
2279 For other tests, they provide different, but unsatisfying, values,
2280 so keep the C++ value so that at least one parser is "correct"
2281 according to the test suite.
2282 (Actions after errors): Remove, this is subsumed by the
2283 AT_CHECK_PRINTER_AND_DESTRUCTOR series.
2285 2004-09-06 Akim Demaille <akim@epita.fr>
2287 * data/lalr1.cc: Adjust the indentation of the labels.
2291 2004-09-06 Akim Demaille <akim@epita.fr>
2293 * data/yacc.cc, data/glr.cc (yydestruct): Accept an additional
2294 argument, an informative message.
2295 Call YY_SYMBOL_PRINT.
2296 Adjust all callers: integrate the associated YY_SYMBOL_PRINT.
2297 * data/lalr1.cc (destruct_): Likewise.
2298 In addition, no longer depend on b4_yysymprint_generate and
2299 b4_yydestruct_generate to generate these functions, do it "by
2302 2004-09-03 Akim Demaille <akim@epita.fr>
2304 * data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was
2305 invoked, yydestruct the lookahead.
2306 * tests/calc.at (Calculator $1): Update the expected lengths of
2307 traces: there is an added line for the discarded lookahead.
2308 * doc/bison.texinfo (Destructor Decl): Some rewording.
2309 Define "discarded" symbols.
2311 2004-09-02 Akim Demaille <akim@epita.fr>
2313 * data/lalr1.cc (translate_, destruct_): No reason to be static.
2315 2004-09-02 Akim Demaille <akim@epita.fr>
2317 * data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used.
2318 (YYDSYMPRINTF): Rename as...
2319 (YY_SYMBOL_PRINT): this.
2320 * data/lalr1.cc (YY_SYMBOL_PRINT): New, modeled after the previous
2322 Use it instead of direct symprint_ calls.
2323 (yybackup): Tweak the "Now at end of input" case to match yacc.c's
2326 2004-09-02 Akim Demaille <akim@epita.fr>
2328 * data/lalr1.cc (b4_yysymprint_generate): New.
2329 (symprint_): New member function, defined when YYDEBUG.
2330 Use it consistently instead of token/nterm debugging output by
2332 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust
2333 %printer calls to use cdebug_ when using lalr1.cc.
2335 2004-08-30 Florian Krohm <florian@edamail.fishkill.ibm.com>
2337 * data/glr.c: Guard the declarations of yypstack and yypdumpstack
2338 with #ifdef YYDEBUG.
2340 2004-08-26 Akim Demaille <akim@epita.fr>
2342 * doc/bison.texinfo (Implementing Loops): Rename as...
2343 (Implementing Gotos/Loops): this.
2345 2004-08-13 Paul Eggert <eggert@cs.ucla.edu>
2347 Adjust to latest gnulib.
2348 * bootstrap (gnulib_modules): Add xalloc-die.
2349 Set LC_ALL=C so that file names sort consistently.
2350 Prefer the gnulib copies of gettext.m4, glibc21.m4,
2351 inttypes_h.m4, lib-ld.m4, lib-prefix.m4, po.m4, stdint_h.m4,
2352 uintmax_t.m4, ulonglong.m4.
2353 (intl_files_to_remove): Add gettext.m4, lib-ld.m4, lib-prefix.m4,
2354 po.m4 since we are now using _gl.m4 instead.
2356 2004-08-10 Florian Krohm <florian@edamail.fishkill.ibm.com>
2358 * src/scan-action.l: Remove. Scanning of semantic actions is
2359 handled in scan-gram.l.
2361 2004-08-07 Florian Krohm <florian@edamail.fishkill.ibm.com>
2363 * src/scan-gram.l (handle_syncline): Use uniqstr_new not xstrdup.
2365 * src/location.h (struct): The file member is a uniqstr.
2366 (equal_boundaries): Use UNIQSTR_EQ for comparison.
2368 2004-07-22 Paul Eggert <eggert@cs.ucla.edu>
2370 Fix bug with non-%union parsers that have printers or destructors,
2371 which led to a Bison core dump. Reported by Peter Fales in
2372 <http://lists.gnu.org/archive/html/bug-bison/2004-07/msg00014.html>.
2374 * data/c.m4 (b4_symbol_actions): Don't assume %union was used.
2375 * data/lalr1.cc (yystype) [defined YYSTYPE]: Define to YYSTYPE,
2376 not to our own type.
2377 * src/output.c (symbol_destructors_output, symbol_printers_output):
2378 Don't assume %union.
2379 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR,
2380 AT_CHECK_PRINTER_AND_DESTRUCTOR): New argument
2381 UNION-FLAG. All callers changed.
2382 (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't assume %union.
2383 Use type char, not unsigned int, when declaring an array of char;
2384 this lets us remove a cast.
2385 (Printers and Destructors): Add non-%union test cases.
2387 2004-06-21 Paul Eggert <eggert@cs.ucla.edu>
2389 * doc/bison.texinfo: Minor editorial changes, mostly to the new
2390 GLR writeups. E.g., avoid frenchspacing and the future tense,
2391 change "lookahead" to "look-ahead", and change "wrt" to "with
2394 2004-06-21 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
2396 * doc/bison.texinfo (Merging GLR Parses, Compiler Requirements):
2397 New sections, split off from the GLR Parsers section. Put the new
2398 Simple GLR Parser near the start of the GLR section, for clarity.
2399 Rewrite connective text.
2401 2004-06-21 Frank Heckenbach <frank@g-n-u.de>
2403 * doc/bison.texinfo (Simple GLR Parsers): New section.
2405 2004-06-21 Paul Eggert <eggert@cs.ucla.edu>
2407 * NEWS, TODO, doc/bison.texinfo:
2408 Use "look-ahead" instead of "lookahead", to be consistent.
2409 * REFERENCES: Fix incorrect reference to DeRemer and Pennello,
2410 while we're fixing "look-ahead".
2411 * src/conflicts.c (shift_set): Renamed from shiftset.
2412 (look_ahead_set): Renamed from lookaheadset.
2413 * src/print.c: Likewise.
2414 * src/getargs.c (report_args): Add "look-ahead" as the new canonical
2415 name for "lookahead".
2416 (report_types, usage): Likewise.
2417 * src/getargs.h (report_look_ahead_tokens): Renamed from
2419 * src/lalr.c (compute_look_ahead_tokens): Renamed from
2421 (state_look_ahead_tokens_count): Renamed from state_lookaheads_count.
2422 (look_ahead_tokens_print): Renamed from lookaheads_print.
2423 * src/state.c (state_rule_look_ahead_tokens_print): Renamed from
2424 state_rule_lookaheads_print.
2425 * src/state.h: Likewise.
2426 (reductions.look_ahead_tokens): Renamed from lookaheads.
2427 * tests/torture.at (AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR): Renamed from
2428 AT_DATA_LOOKAHEADS_GRAMMAR.
2430 2004-06-03 Paul Eggert <eggert@cs.ucla.edu>
2432 * README: Update location of patched M4 distribution.
2434 2004-05-30 Albert Chin-A-Young <china@thewrittenword.com>
2436 Don't assume the C++ compiler takes the same arguments as the C compiler
2438 * configure.ac (O0CXXFLAGS): New var.
2439 * tests/atlocal.in (CXXFLAGS): Use it.
2441 2004-05-29 Paul Eggert <eggert@cs.ucla.edu>
2443 Fix some "make check" problems with C++ reported by
2444 Albert Chin-A-Young for Tru64 C++ in this thread:
2445 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00049.html
2447 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check for std::cerr.
2448 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
2449 Output to a .cc file for C++, not to a .c file.
2450 * tests/calc.at (AT_CHECK_CALC): Likewise.
2451 * tests/regression.at (AT_CHECK_DANCER): Likewise.
2452 * tests/local.at (AT_COMPILE_CXX): Default to OUTPUT.cc, not OUTPUT.c.
2454 2004-05-28 Albert Chin-A-Young <china@thewrittenword.com>
2456 * tests/calc.at, tests/actions.at: Workaround for SGI
2457 C++ compiler. (trivial change)
2459 2004-05-27 Paul Eggert <eggert@cs.ucla.edu>
2461 Spent a few hours checking out which prerequisite versions the
2462 current sources actually require. I went all the way back to
2463 Gettext 0.10.40, Automake 1.4, and Autoconf 2.57 and investigated
2464 a seemingly endless set of combinations of versions more recent
2465 than that. The bottom line is that the current sources require
2466 fairly recent versions of the build tools, and it'll be some work
2468 * configure.ac (AC_PREREQ): Increase from 2.58 to 2.59.
2469 (AM_INIT_AUTOMAKE): Increase from 1.7 to 1.8.
2470 (AM_GNU_GETTEXT_VERSION): Increase from 0.11.5 to 0.12.
2471 Add comments explaining why those particular versions are
2474 * src/parse-gram.y (lloc_default): Rewrite to avoid compiler bug
2475 in SGI MIPSpro 7.4.1m. Problem reported by Albert Chin-A-Young in
2476 <http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00037.html>.
2478 * configure.ac (AC_PREREQ): Bump to 2.58, since 2.57 doesn't work
2479 (it fails with a Autoconf-without-aclocal-m4 diagnostic).
2481 2004-05-26 Paul Eggert <eggert@cs.ucla.edu>
2483 * configure.ac (AM_GNU_GETTEXT_VERSION): Lower it from 0.14.1 to
2484 0.11.5. Suggested by Bruno Haible.
2485 * bootstrap: Remove gettext version checking.
2487 * doc/bison.texinfo (Decl Summary): Also mention that %union
2488 can depend on prerequisite types. Problem reported by Tim
2491 2004-05-25 Paul Eggert <eggert@cs.ucla.edu>
2493 * README: Mention GNU m4 1.4 bugs and Akim's patched version.
2494 * README-alpha: Don't tell people not to package this.
2496 * bootstrap: Don't assume $(...) works; use `...` instead.
2497 Problem reported by Paul Hilfinger. Also, diagnose non-GNU
2500 * doc/bison.texinfo (Decl Summary, Bison Options): Clarify what's
2501 put into the -d output file, and mention what to do if YYSTYPE is
2504 2004-05-24 Paul Eggert <eggert@cs.ucla.edu>
2506 Undo change made earlier today: it caused autopoint to not bring
2507 in ABOUT-NLS. Ouch. Instead, substitute our own diagnostic for
2510 * bootstrap: Check that gettext version matches what's in
2511 configure.ac. Warn users to ignore robots.txt ERROR 404.
2512 * bootstrap: Undo today's earlier change (logged below).
2513 * configure.ac (AM_GNU_GETTEXT_VERSION): Likewise.
2515 The gettext version checking is causing more trouble than it's
2516 curing; remove it. Problem reported by Paul Hilfinger.
2518 * bootstrap: Issue a warning that one can expect a message
2519 'AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION'.
2520 * configure.ac (AM_GNU_GETTEXT_VERSION): Remove.
2522 2004-05-23 Paul Eggert <eggert@cs.ucla.edu>
2524 Ensure that the C++ compiler used for testing actually works on a
2525 simple test program; if not, skip the C++-related tests. Problem
2526 reported by Vin Shelton in:
2527 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00026.html
2529 * m4/cxx.m4: New file.
2530 * configure.ac (BISON_TEST_FOR_WORKING_CXX_COMPILER): Add.
2531 * tests/atlocal.in (BISON_CXX_WORKS): Add.
2532 * tests/local.at (AT_COMPILE_CXX): Use it.
2534 2004-05-21 Paul Eggert <eggert@cs.ucla.edu>
2536 * data/glr.c (yylloc): Output this macro even if locations are not
2537 being generated, as the GLR parser needs it even in that case.
2538 Problem reported by Troy A. Johnson
2539 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=195946>.
2541 * configure.ac (AC_INIT): Update to 1.875e.
2543 2004-05-21 Paul Eggert <eggert@cs.ucla.edu>
2545 * NEWS: Version 1.875d.
2546 * configure.ac (AC_INIT): Likewise.
2547 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875d.
2549 * configure.ac (--enable-gcc-warnings): Do not enable -Wshadow,
2550 -Wmissing-prototypes, or -Wstrict-prototypes for C++. The current
2551 lalr1.cc runs afoul of the first, and the last two are no longer
2552 supported by GCC 3.4.0.
2553 * README: Mention GNU m4 1.4 or later; mention m4 patches.
2554 * HACKING: Use ./bootstrap, not "make update" to import foreign files.
2556 2004-05-06 Paul Eggert <eggert@cs.ucla.edu>
2558 * src/muscle_tab.c (hash_muscle): Accept and return size_t, not
2559 unsigned int, for compatibility with latest gnulib hash module.
2560 * src/state.c (state_hash, state_hasher): Likewise.
2561 * src/symtab.c (hash_symbol, hash_symbol_hasher): Likewise.
2562 * src/uniqstr.c (hash_uniqstr): Likewise.
2564 2004-05-03 Paul Eggert <eggert@cs.ucla.edu>
2566 * NEWS: Unescaped newlines are no longer allowed in char & strings.
2568 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER,
2569 SC_CHARACTER,SC_STRING>): Reject unescaped newlines in
2570 character and string literals.
2571 (unexpected_end): New function.
2572 (unexpected_eof): Use it.
2573 (unexpected_newline): New function.
2574 (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>): Coalesce duplicate
2577 * NEWS: Document %expect-rr.
2579 * bootstrap (--gnulib-srcdir=*, --cvs-user=*):
2580 Fix typo by replacing $1 with $option.
2581 Remove more 'intl'-related files.
2582 Don't DEFUN AM_INTL_SUBDIR twice.
2584 * lib/.cvsignore: Add strndup.h. Remove memchr.c, memcmp.c,
2585 memrchr.c, strcasecmp.c, strchr.c, strrchr.c, strspn.c, strtol.c,
2587 * m4/.cvsignore: Add exitfail.m4, extensions.m4, gnulib.m4,
2588 hard-locale.m4, mbstate_t.m4, strerror_r.m4, strndup.m4,
2589 xstrndup.m4. Remove glibc21.m4, intdiv0.m4, inttypes-pri.m4,
2590 inttypes.m4, inttypes_h.m4, isc-posix.m4, lcmessage.m4,
2591 stdint_h.m4, uintmax_t.m4, ulonglong.m4.
2592 * src/.cvsignore: Add *.output.
2594 * src/parse-gram.y: Put copyright notice inside %{ %} so it
2595 gets copied to the output file.
2597 2004-04-28 Paul Eggert <eggert@twinsun.com>
2599 Get files from the gnulib and po repositories, instead of relying
2600 on them being in our CVS. Upgrade to latest versions of gnulib
2603 * Makefile.am (SUBDIRS): Remove m4; Automake now does m4.
2604 * bootstrap: Bootstrap from gnulib and po repositories.
2605 Much of this code was stolen from GNU diff and GNU tar's bootstrap.
2606 * README-cvs: Document these changes. Remove version numbers from
2607 mentions of build tools, since they change so often. Mention Flex.
2609 * configure.ac (AC_CONFIG_MACRO_DIR): Add, with m4 as arg.
2610 (gl_USE_SYSTEM_EXTENSIONS): Add.
2611 (AC_GNU_SOURCE, AC_AIX, AC_MINIX):
2612 Remove; no longer needed, as gl_USE_SYSTEM_EXTENSIONS
2614 (AC_ISC_POSIX): Remove; we no longer support this
2615 ancient OS, as it gets in the way of latest Autoconf & gnulib.
2616 (AC_HEADER_STDC): Remove: we now assume C89 or better.
2617 (AC_CHECK_HEADERS_ONCE): Use instead of AC_CHECK_HEADERS.
2618 Do not check for C89 headers, except for locale.h which is used
2619 by the Yacc library and must port to K&R hosts.
2620 (AC_CHECK_FUNCS_ONCE): Use instead of AC_CHECK_FUNCS.
2621 Do not check for C89 functions, except for setlocale which is
2622 used by the Yacc library.
2623 (AC_CHECK_DECLS, AC_REPLACE_FUNCS): Remove; no longer needed.
2624 (gl_DIRNAME, gl_ERROR, gl_FUNC_ALLOCA, gl_FUNC_MEMCHR,
2625 gl_FUNC_MEMRCHR, gl_FUNC_STPCPY, gl_FUNC_STRNLEN, gl_FUNC_STRTOL,
2626 gl_GETOPT, gl_HASH, gl_MBSWIDTH, gl_OBSTACK, gl_QUOTE,
2627 gl_QUOTEARG, gl_XALLOC, jm_FUNC_GLIBC_UNLOCKED_IO, jm_FUNC_MALLOC,
2628 AM_GNU_GETTEXT): Remove; now done by:
2629 (GNULIB_AUTOCONF_SNIPPET): Add. "bootstrap" builds this for us.
2630 (AC_CONFIG_FILES): Remove m4/Makefile, as Automake now does this
2633 * lib/Makefile.am: Include gnulib.mk, built for us by "bootstrap".
2634 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES):
2635 Define to empty, as gnulib.mk will do the rest for us.
2636 ($(libbison_a_OBJECTS), stdbool.h): Remove, as gnulib.mk does this
2638 (libbison_a_SOURCES): Define to $(lib_SOURCES) now.
2639 (lib_SOURCES): New symbol, containing only the non-gnulib libs.
2641 * src/files.c: Include gnulib's xstrndup.h.
2643 * src/system.h (MALLOC): Use xnmalloc, for better overflow checking.
2644 (REALLOC): Use xnrealloc, for likewise.
2645 (xstrndup, stpcpy): Remove decls, as gnulib does this for us now.
2646 (strnlen, memrchr): Remove decls; functions no longer used.
2649 * config/depcomp, config/install-sh, lib/alloca.c, lib/argmatch.c,
2650 lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
2651 lib/error.c, lib/error.h, lib/getopt.c, lib/getopt.h,
2652 lib/getopt1.c, lib/gettext.h, lib/hash.c, lib/hash.h,
2653 lib/malloc.c, lib/mbswidth.c, lib/mbswidth.h, lib/memchr.c,
2654 lib/memcmp.c, lib/memrchr.c, lib/obstack.c, lib/obstack.h,
2655 lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h,
2656 lib/realloc.c, lib/stdbool_.h, lib/stpcpy.c, lib/strcasecmp.c,
2657 lib/strchr.c, lib/strncasecmp.c, lib/strnlen.c, lib/strrchr.c,
2658 lib/strspn.c, lib/strtol.c, lib/strtoul.c, lib/unlocked-io.h,
2659 lib/xalloc.h, lib/xmalloc.c, lib/xstrdup.c, lib/xstrndup.c,
2660 m4/Makefile.am, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
2661 m4/error.m4, m4/getopt.m4, m4/hash.m4, m4/malloc.m4,
2662 m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4, m4/memcmp.m4,
2663 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/prereq.m4,
2664 m4/quote.m4, m4/quotearg.m4, m4/realloc.m4, m4/stdbool.m4,
2665 m4/stpcpy.m4, m4/strnlen.m4, m4/strtol.m4, m4/strtoul.m4,
2666 m4/unlocked-io.m4, m4/xalloc.m4, po/LINGUAS, po/Makefile.in.in,
2667 po/Makevars, po/da.po, po/de.po, po/es.po, po/et.po, po/fr.po,
2668 po/hr.po, po/id.po, po/it.po, po/ja.po, po/ms.po, po/nl.po,
2669 po/pt_BR.po, po/ro.po, po/ru.po, po/sv.po, po/tr.po:
2670 Remove, as these files are now generated automatically
2671 by bootstrap or automake.
2673 * po/ChangeLog: Remove: all but one entry was a duplicate
2674 of this file, and I moved that 2000-11-02 entry here.
2676 * config/.cvsignore: Add Makefile, depcomp, install-sh.
2677 * lib/.cvsignore: Add alloca.c, alloca.h, alloca_.h, argmatch.c,
2678 argmatch.h, basename.c, dirname.c, dirname.h, error.c, error.h,
2679 exit.h, exitfail.c, exitfail.h, getopt.c, getopt.h, getopt1.c,
2680 getopt_int.h, gettext.h, gnulib.mk, hard-locale.c, hard-locale.h,
2681 hash.c, hash.h, malloc.c, mbswidth.c, mbswidth.h, memchr.c,
2682 memcmp.c, memrchr.c, obstack.c, obstack.h, quote.c, quote.h,
2683 quotearg.c, quotearg.h, realloc.c, stdbool_.h, stpcpy.c, stpcpy.h,
2684 strcasecmp.c, strchr.c, stripslash.c, strncasecmp.c, strndup.c,
2685 strnlen.c, strrchr.c, strspn.c, strtol.c, strtoul.c,
2686 unlocked-io.h, xalloc.h, xmalloc.c, xstrdup.c, xstrndup.c,
2688 * m4/.cvsignore: Remove Makefile, Makefile.in. Add alloca.m4,
2689 dirname.m4, dos.m4, error.m4, getopt.m4, hash.m4, mbrtowc.m4,
2690 mbswidth.m4, obstack.m4, onceonly.m4, quote.m4, quotearg.m4,
2691 stdbool.m4, stpcpy.m4, strnlen.m4, unlocked-io.m4, xalloc.m4.
2692 * po/.cvsignore: Add *.po, LINGUAS, Makefile.in.in, Makevars.
2693 * src/.cvsignore: Remove *_.c.
2696 * Makefile.maint (GZIP_ENV): Don't use --rsyncable if gzip doesn't
2697 support it. (The latest stable gzip doesn't.)
2699 2004-04-27 Paul Eggert <eggert@twinsun.com>
2701 * data/lalr1.cc (Parser::stos_) [! YYDEBUG]: Define even in this
2702 case, as stos_ is now used by destructors due to the 2004-02-09
2705 Remove more K&R C support.
2706 * lib/libiberty.y (PARAMS): Remove. All uses removed.
2707 * lib/subpipe.c (errno): Remove decl.
2708 Include <stdlib.h> unconditionally.
2709 (EXIT_FAILURE): Remove macro.
2710 * src/complain.c (vfprintf, strerror): Remove.
2711 * src/system.h: Include limits.h, stdlib.h, string.h, locale.h
2713 (EXIT_FAILURE, EXIT_SUCCESS, setlocale): Remove defns.
2714 Use latest Autoconf recommendations for including inttypes.h, stdint.h.
2715 (strchr, strspn, memchr): Remove decls.
2716 * tests/calc.at (_AT_DATA_CALC_Y): Include stdlib.h, string.h
2717 unconditionally. Do not declare perror.
2718 * tests/conflicts.at (%nonassoc and eof): Include stdlib.h
2721 * src/complain.c (_): Remove useless defn, as system.h defines this.
2723 * lib/bitset.h (__INT_TO_PTR): Remove; workaround no longer needed
2724 with latest obstack.h.
2725 * lib/ebitset.c (ebitset_elt_alloc): Don't bother to cast args
2726 to procedure types, as obstack.h now does that for us.
2727 * lib/lbitset.c (lbitset_elt_alloc): Likewise.
2729 * lib/subpipe.h [HAVE_SYS_TYPES_H]: Include <sys/types.h>,
2730 so that this include file can stand alone.
2731 * lib/subpipe.c: Do not include <sys/types.h>, as subpipe.h
2732 does this now. Include subpipe.h first after config.h, to
2733 test whether it can stand alone.
2735 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't
2736 declare yyerror when using lalr.cc, as GCC 3.4.0 warns about the
2739 * tests/synclines.at (%union synch line): Put a dummy member in
2740 the union, because empty unions aren't allowed in C. Caught
2743 2004-04-13 Jim Meyering <jim@meyering.net>
2745 * src/conflicts.c (conflicts_print): Correct format string typo:
2746 use `%%' to produce literal `%'. (trivial change)
2748 2004-03-30 Paul Eggert <eggert@twinsun.com>
2750 * src/getargs.c (version): Update copyright year to 2004.
2752 * data/c.m4 (b4_int_type): Use 'short int' rather than
2753 'short', and similarly for 'long', 'unsigned', etc.
2754 * data/glr.c (YYTRANSLATE, yyconfl, yySymbol, yyItemNum,
2755 yygetLRActions, yyprocessOneStack, yyrecoverSyntaxError,
2756 yy_yypstack, yydumpstack): Likewise.
2757 * data/lalr1.cc (user_token_number_max_, user_token_number_max_,
2758 translate_, seq_, [], pop, Slice, range_, operator+, operator+=):
2760 * data/yacc.c (b4_int_type, yyss, YYSTACK_BYTES, yysigned_char,
2761 yy_stack_print, yyparse): Likewise.
2762 * doc/bison.texinfo (Prologue, Multiple Types): Likewise.
2763 * lib/bbitset.h (bitset_word, BITSET_WORD_BITS): Likewise.
2764 * lib/bitset.c (bitset_print): Likewise.
2765 * lib/bitset_stats.c (bitste_log_histogram_print): Likewise.
2766 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
2767 * lib/bitsetv.c (bitsetv_dump): Likewise.
2768 * lib/ebitset.c (EBITSET_ELT_BITS, ebitset_elt_alloc): Likewise.
2769 * lib/lbitset.c (LBITSET_ELT_BITS, lbitset_elt_alloc, debug_lbitset):
2771 * src/LR0.c (allocate_itemsets): Likewise.
2772 * src/gram.h (rule_number, rule): Likewise.
2773 * src/lalr.h (goto_number): Likewise.
2774 * src/nullable.c (nullable_compute): Likewise.
2775 * src/output.c (prepare_rules): Likewise.
2776 * src/relation.c (relation_print, relation_digraph): Likewise.
2777 * src/relation.h (relation_node): Likewise.
2778 * src/state.h (state_number, transitions, errs, reductions,
2779 struct state): Likewise.
2780 * src/symtab.h (symbol_number, struct symbol): Likewise.
2781 * src/tables.c (vector_number, tally, action_number,
2782 default_goto, goto_actions): Likewise.
2783 * tests/existing.at (GNU Cim Grammar): Likewise.
2784 * tests/regression.at (Web2c Actions): Likewise.
2786 * src/output.c (muscle_insert_short_int_table): Renamed from
2787 muscle_insert_short_table. All uses changed.
2789 2004-03-25 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
2791 * src/parse-gram.y: Define PERCENT_EXPECT_RR.
2792 (declaration): Replace expected_conflicts with expected_sr_conflicts.
2793 Add %expect-rr rule.
2795 * src/scan-gram.l: Recognize %expect-rr.
2797 * src/conflicts.h (expected_sr_conflicts): Rename from
2799 (expected_rr_conflicts): Declare.
2801 * src/conflicts.c (expected_sr_conflicts): Rename from
2803 (expected_rr_conflicts): Define.
2804 (conflicts_print): Check r/r conflicts against expected_rr_conflicts
2806 Use expected_sr_conflicts in place of expected_conflicts.
2807 Warn if expected_rr_conflicts used in non-GLR parser.
2809 * doc/bison.texinfo: Add documentation for %expect-rr.
2811 2004-03-08 Paul Eggert <eggert@gnu.org>
2813 Add support for hex token numbers. Suggested by Odd Arild Olsen in
2814 <http://lists.gnu.org/archive/html/bison-patches/2004-03/msg00000.html>.
2816 * NEWS: Document hexadecimal tokens, no NUL bytes, %destructor
2818 * doc/bison.texinfo (Token Decl): Add hexadecimal token numbers.
2819 * src/scan-gram.l (scan_integer): New function.
2821 (0[xX][0-9abcdefABCDEF]+): New pattern, to support hex numbers.
2822 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>, \\x[0-9abcdefABCDEF]+,
2823 handle_action_dollar, handle_action_at, convert_ucn_to_byte):
2824 Say "long int", not "long", for uniformity with GNU style.
2826 2004-02-25 Paul Eggert <eggert@twinsun.com>
2828 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Ignore stdout from
2829 compilers. This fixes a problem with Intel's C++ compiler being
2830 chatty, reported by Guido Trentalancia in
2831 <http://lists.gnu.org/archive/html/bug-bison/2004-02/msg00030.html>.
2833 2004-02-09 Alexandre Duret-Lutz <adl@gnu.org>
2835 Support %destructor and merge error locations in lalr1.cc.
2837 * data/lalr1.cc (b4_cxx_destruct_def): New macro.
2838 (Parser::stos_): Define unconditionally.
2839 (Parser::destruct_): New method. Generate its body with
2840 b4_yydestruct_generate.
2841 (Parser::error_start_): New attribute.
2842 (Parser::parse) <yyerrlab, yyerrlab1>: Call destruct_ on erroneous
2843 token which are discarded.
2844 (Parser::parse) <yyerrlab, yyerrorlab, yyerrlab1>: Update
2845 error_start_ when erroneous token are discarded.
2846 (Parser::parse) <yyerrlab1>: Compute the location of the error
2847 token so that it covers all the discarded tokens.
2848 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust so
2849 it can be called with `%skeleton "lalr1.cc"', and do that.
2851 2004-02-02 Paul Eggert <eggert@twinsun.com>
2853 * src/Makefile.am (AM_CPPFLAGS): New macro. It mentions
2854 $(top_srcdir)/lib and ../lib. This fixes a bug reported
2855 by Paul Hilfinger; the old INCLUDES value didn't mention ../lib.
2856 There's no need to mention top_builddir since Automake does that
2858 (INCLUDES): Remove, as Automake says it's obsolescent.
2859 Contents migrated into AM_CPPFLAGS as described above.
2860 * lib/Makefile.am (INCLUDES): Remove; obsolescent.
2862 2004-01-14 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
2864 * data/glr.c (yytokenName): Bullet-proof against YYEMPTY token.
2865 (yyreportSyntaxError): Handle case where lookahead token is
2868 2004-01-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
2870 * data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC so that
2871 resulting parsers are compilable with C++.
2873 2003-12-23 Paul Eggert <eggert@twinsun.com>
2875 * config/depcomp, config/install-sh: Sync with Automake 1.8.
2876 * src/output.c (output_skeleton): Rename local var.
2877 * tests/input.at (Torturing the Scanner): Don't use \x0 or \0 in
2878 Bison tokens, as this runs afoul of the 2003-10-07 change that
2879 disallowed NUL bytes in character constants or string literals.
2881 * tests/local.at: Require Autoconf 2.59's Autotest.
2882 * tests/testsuite.at: Don't include local.at, since we now assume
2883 Autoconf 2.59 or later. Autoconf 2.59 had some problems with
2885 * tests/Makefile.am ($(TESTSUITE)): Remove warning about ignoring
2886 multiple inclusion warnings.
2888 2003-12-02 Akim Demaille <akim@epita.fr>
2890 * doc/bison.texinfo (How Can I Reset the Parser): More about start
2894 2003-11-18 Alexandre Duret-Lutz <adl@gnu.org>
2896 * doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
2898 2003-10-07 Paul Eggert <eggert@twinsun.com>
2900 * tests/Makefile.am (clean-local): Don't run 'testsuite --clean'
2901 if testsuite doesn't exist.
2903 * doc/bison.texinfo (Symbols): NUL bytes are not allowed in string
2904 literals, unfortunately.
2905 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>):
2906 Complain about NUL bytes in character constants or string literals.
2908 2003-10-05 Paul Eggert <eggert@twinsun.com>
2910 * NEWS: Don't document %no-default-prec, as it's still
2912 * doc/bison.texinfo: Document %no-default-prec only if
2913 the defaultprec flag is set. Normally it's not.
2915 2003-10-04 Paul Eggert <eggert@twinsun.com>
2917 * data/glr.c (b4_rhs_value, b4_rhs_location): Yield a
2918 non-modifiable lvalue, instead of a modifiable one.
2919 * doc/bison.texinfo (Actions): Document that $$ can
2920 be assigned to. Do not claim that $$ and $N are
2921 array element references: user code should not rely on this.
2923 2003-10-01 Paul Eggert <eggert@twinsun.com>
2925 * src/parse-gram.h (PERCENT_NO_DEFAULT_PREC): New token.
2926 (grammar_declaration): Use it.
2927 * src/scan-gram.l: New token %no-default-prec.
2928 * tests/conflicts.at: Revamp tests to use %no-default-prec.
2929 * NEWS, doc/bison.texinfo: Document the above.
2931 2003-10-01 Akim Demaille <akim@epita.fr>
2933 VCG no longer supports long_straight_phase.
2935 * src/vcg.c, src/vcg.h: Remove the handling of long_straight_phase.
2936 * src/print_graph.c (print_graph): Adjust.
2938 2003-09-30 Frank Heckenbach <frank@g-n-u.de>
2939 and Paul Eggert <eggert@twinsun.com>
2941 * doc/bison.texinfo (Decl Summary, Contextual Precedence,
2942 Table of Symbols): Document %default-prec.
2943 * src/parse-gram.y (PERCENT_DEFAULT_PREC): New token.
2944 (grammar_declaration): Set default_prec on %default-prec.
2945 * src/scan-gram.l (%default-prec): New token.
2946 * src/reader.h (default_prec): New flag.
2947 * src/reader.c: Likewise.
2948 (packgram): Handle it.
2949 * tests/conflicts.at (%default-prec without %prec,
2950 %default-prec with %prec, %default-prec 1): New tests.
2952 2003-09-30 Paul Eggert <eggert@twinsun.com>
2954 * tests/testsuite.at: Include local.at, not input.at, fixing
2955 a typo in the 2003-08-25 patch.
2957 2003-08-27 Akim Demaille <akim@epita.fr>
2959 * data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab to pacify
2962 2003-08-26 Akim Demaille <akim@epita.fr>
2964 * config/announce-gen (print_changelog_deltas): Neutralize "<#" as
2965 "<\#" to avoid magic from Gnus when posting parts of this script.
2967 2003-08-26 Akim Demaille <akim@epita.fr>
2969 * data/lalr1.cc (Parser::report_syntax_error_): New, extracted from
2970 (Parser::parse): here.
2971 Adjust: nerrs and errstatus is now replaced by...
2972 (Parser::nerrs_, Parser::errstatus_): New.
2974 2003-08-25 Akim Demaille <akim@epita.fr>
2976 * config/announce-gen, Makefile.cfg: New.
2977 * Makefile.am: Adjust.
2978 * GNUmakefile, Makefile.maint: Update from CVS Autoconf, but
2979 keeping local WGET and WGETFLAGS modifications from Paul Eggert.
2981 2003-08-25 Akim Demaille <akim@epita.fr>
2983 When reducing initial empty rules, Bison parser read an initial
2984 location that is not defined. This results in garbage, and that
2985 affects Bison's own parser. Therefore we need (i) to extend Bison
2986 to support a means to initialize this location, and (ii) to use
2987 this CVS Bison to fix CVS Bison's parser.
2989 * src/reader.h, reader.c (epilogue_augment): Remove, replace
2991 * src/muscle_tab.h, src/muscle_tab.c (muscle_code_grow): this.
2992 * src/parse-gram.y: Adjust.
2993 (%initial-action): New.
2994 (%error-verbose): Since we require CVS Bison, there is no reason
2996 * src/scan-gram.l: Adjust.
2997 * src/Makefile.am (YACC): New, to make sure we use our own parser.
2998 * data/yacc.c (yyparse): Use b4_initial_action.
3000 2003-08-25 Akim Demaille <akim@epita.fr>
3002 * doc/bison.texinfo: Don't promote stdout for error messages.
3004 2003-08-25 Akim Demaille <akim@epita.fr>
3006 * data/lalr1.cc (Parser::reduce_print_): Remove unused yyi.
3007 From Alexandre Duret-Lutz.
3009 2003-08-25 Akim Demaille <akim@epita.fr>
3013 2003-08-25 Akim Demaille <akim@epita.fr>
3015 * data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT): New.
3018 2003-08-25 Akim Demaille <akim@epita.fr>
3020 * data/lalr1.cc (Parser::reduce_print_): New.
3023 2003-08-25 Akim Demaille <akim@epita.fr>
3025 Have lalr1.cc catch with Paul Eggert's patch to fix the infinite
3026 error recovery loops. This patch is based on
3027 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00000.html>.
3028 Also, augment the similarity between lalr1.cc and yacc.c.
3029 Note: the locations of error recovery rules are not correct yet.
3031 * data/lalr1.cc: Comment changes to augment the similarity between
3032 lalr1.cc and yacc.c.
3033 (YYERROR): Goto to yyerrorlab, not yyerrlab1.
3034 (yyerrlab1): Remove, but where it used to be (now the bottom part of
3035 yyerrlab), when hitting EOF, pop the whole stack here instead of
3036 merely falling thru the default error handling mechanism.
3037 (yyerrorlab): New label, with the old contents of YYERROR,
3038 plus the following change: pop the stack of rhs corresponding
3039 to the production that invoked YYERROR. That is how Yacc
3040 behaves (required by POSIX).
3041 * tests/calc.at (AT_CHECK_CALC_LALR1_CC): No longer expected to
3044 2003-08-25 Akim Demaille <akim@epita.fr>
3046 Tune local.at so that people can "autom4te -l autotest calc.at -o
3047 calc" for instance, to extract a sub test suite.
3049 * tests/testsuite.at: Move the initialization, Autotest version
3050 requirement, and AT_TESTED invocation into...
3051 * tests/local.at: here.
3052 * tests/testsuite.at: Include it for compatibility with Autoconf
3054 * tests/Makefile.am ($(TESTSUITE)): Report that the warning should
3057 2003-08-04 Paul Eggert <eggert@twinsun.com>
3059 Rework code slightly to avoid gcc -Wtraditional warnings.
3060 * data/glr.c (yyuserMerge): Return void, not YYSTYPE.
3061 The returned value is now stored in *YY0. All callers changed.
3062 * src/output.c (merge_output): Adjust to the above change.
3064 2003-07-26 Paul Eggert <eggert@twinsun.com>
3066 * data/glr.c (YYASSERT): New macro.
3067 (yyfillin, yydoAction, yyglrReduce, yysplitStack,
3068 yyresolveStates, yyprocessOneStack):
3069 Use `YYASSERT (FOO);' rather than `if (! (FOO)) abort ();'.
3070 Derived from a suggestion by Frank Heckenbach.
3072 2003-07-25 Paul Eggert <eggert@twinsun.com>
3074 * data/glr.c (yyglrReduce): Don't use C89 string concatenation,
3075 for portability to K&R C (after ansi2knr, presumably). See
3076 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>
3077 by Frank Heckenbach, though I have omitted the structure-initialization
3078 part of his glr-knr.diff patch since I recall that the Portable
3079 C Compiler didn't require that change.
3081 Let the user specify how to allocate and free memory.
3082 Derived from a suggestion by Frank Heckenbach in
3083 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>.
3084 * data/glr.c (YYFREE, YYMALLOC, YYREALLOC): New macros.
3085 All uses of free, malloc, realloc changed to use these macros,
3086 and unnecessary casts removed.
3087 * data/yacc.c (YYFREE, YYMALLOC): Likewise.
3089 2003-07-06 Matthias Mann <MatthiasMann@gmx.de>
3091 * data/lalr1.cc (operator<<(std::ostream&, const Position&)):
3092 use s.empty() rather than s == "" to test for empty string; see
3093 <http://lists.gnu.org/archive/html/bison-patches/2003-07/msg00003.html>
3096 2003-06-25 Akim Demaille <akim@epita.fr>
3098 * config/depcomp, config/install-sh: Update from masters.
3100 2003-06-20 Paul Eggert <eggert@twinsun.com>
3102 * data/glr.c (YYLLOC_DEFAULT): Parenthesize arguments as needed,
3103 and return properly parenthesized result.
3104 * data/lalar1.cc (YYLLOC_DEFAULT): Likewise.
3105 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
3106 Remove unnecessary parentheses from uses.
3107 * doc/bison.texinfo (Location Default Action): Describe the
3108 conventions for parentheses.
3110 2003-06-19 Paul Eggert <eggert@twinsun.com>
3112 * data/glr.c (yyremoveDeletes, yy_reduce_print, yyglrReduce,
3113 yyreportTree): Do not assume that size_t is the same width as int,
3114 when printing sizes. Print sizes using an unsigned format.
3115 Problem reported by Frank Heckenbach in
3116 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00035.html>.
3118 Port to Forte Developer 7 C compiler.
3119 * data/glr.c (struct YYLTYPE): If locations are not being used,
3120 declare a single dummy member, as empty structs do not conform
3122 (YYERROR, YYBACKUP): Do not use "do { ...; return foo; } while (0)";
3123 the Forte Developer 7 C compiler complains that end-of-loop
3124 code is not reached.
3126 2003-06-17 Paul Eggert <eggert@twinsun.com>
3128 * lib/libiberty.h (PARAMS): Spell argument as Args, not as X, to
3129 avoid warnings from picky compilers about redefinition of PARAMS.
3131 2003-06-17 Paul Eggert <eggert@twinsun.com>
3135 * NEWS: Document 1.875b.
3137 * lib/bbitset.h: Do not include config.h; that's the includer's job.
3138 Do not include <sys/types.h>; shouldn't be needed on a C89 host.
3139 * lib/bitset.h (bitset_compatible_p): Indent as per GNU standard.
3140 Don't use 'index' in comments, as it's a builtin fn on some hosts.
3141 * lib/bitset_stats.c: Include gettext.h unconditionally, as
3142 per recent gettext manual's suggestion.
3143 * lib/ebitset.c (ebitset_resize, ebitset_unused_clear):
3144 Use prototypes, not old-style definitions.
3145 * lib/lbitset.c (lbitset_unused_clear): Likewise.
3146 * lib/vbitset.c (vbitset_resize, vbitset_ones, vbitset_zero,
3147 vbitset_empty_p, vbitset_copy1, vbitset_not, vbitset_equal_p,
3148 vbitset_subset_p, vbitset_disjoint_p, vbitset_and, vbitset_and_cmp,
3149 vbitset_andn, vbitset_andn_cmp, vbitset_or, vbitset_or_cmp,
3150 vbitset_xor, vbitset_xor_cmp, vbitset_and_or, vbitset_and_or_cmp,
3151 vbitset_andn_or, vbitset_andn_or_cmp, vbitset_or_and,
3152 vbitset_or_and_cmp, vbitset_copy): Likewise.
3154 * lib/libiberty.h: Do not include config.h; that's the includer's job.
3155 Do not include <stdlib.h>.
3156 (PARAMS): Define unconditionally for C89.
3157 (ATTRIBUTE_NORETURN): Remove.
3158 (ATTRIBUTE_UNUSED): Define unconditionally.
3160 Upgrade to 2003-06-08 libbitset, submitted by Michael Hayes in:
3161 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00005.html>
3162 * lib/Makefile.am (bitsets_sources): Add vbitset.c, vbitset.h.
3163 * lib/vbitset.c, lib/vbitset.h: New files.
3164 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
3165 lib/bitset_stats.c, lib/ebitset.c, lib/lbitset.c: Import
3168 * doc/bison.texinfo (How Can I Reset the Parser): Renamed from
3169 `How Can I Reset @code{yyparse}', since texinfo does not allow
3170 arbitrary @ in node names.
3172 * m4/Makefile.am (EXTRA_DIST): Add the following files, which
3173 shouldn't be needed according to the gettext 0.12.1 documentation
3174 but which seem to be needed anyway: codeset.m4 glibc21.m4
3175 intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 isc-posix.m4
3176 lcmessage.m4 nls.m4 po.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4.
3177 * po/Makefile.in.in: Upgrade to gettext 0.12.1 version.
3179 * lib/.cvsignore: Add stdbool.h.
3180 * m4/.cvsignore: Add nls.m4, po.m4.
3182 Upgrade to CVS gnulib.
3183 * stdbool_.h: File renamed from stdbool.h.in.
3184 * configure.ac (AM_STDBOOL_H): Invoke this instead of
3186 (AM_GNU_GETTEXT): Put brackets around args, as latest manual suggests.
3187 (AM_GNU_GETTEXT_VERSION): Update to 0.12.1.
3188 * lib/Makefile.am (EXTRA_DIST): Add stdbool_.h.
3189 (MOSTLYCLEANFILES): New var.
3190 ($(libbison_a_OBJECTS)): Depend on $(STDBOOL_H).
3191 (stdbool.h): New rule.
3192 * lib/dirname.c, lib/dirname.h, lib/hash.c, lib/hash.h,
3193 lib/malloc.c, lib/obstack.h, lib/quote.c, lib/realloc.c,
3194 lib/strcasecmp.c, lib/xalloc.h, m4/alloca.m4, m4/onceonly.m4,
3195 m4/quote.m4: Upgrade to today's gnulib.
3197 * tests/calc.at (AT_CHECK_CALC): New option EXPECTED-TO-FAIL.
3198 (AT_CHECK_CALC_LALR1_CC): Use it, since the C++ LALR parser fails
3199 the tests right now.
3200 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Ensure yylex and
3201 yyerror are declared before use; C99 requires this.
3203 2003-06-09 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
3205 * data/glr.c (YYERROR): Update definition to reset yyerrState to 0
3207 (yyrecoverSyntaxError): Correct the logic for setting and testing
3209 Correct comment on handling EOF.
3210 Allow states with only a default reduction, rather than failing
3211 (I can't quite reconstruct why these were not allowed before).
3213 Fixes to avoid problem that $-N rules in GLR parsers can cause
3214 buffer overruns, corrupting state.
3216 * src/output.c (prepare_rules): Output max_left_semantic_context
3218 * src/reader.h (max_left_semantic_context): New variable declaration.
3219 * src/scan-gram.l (max_left_semantic_context): Define.
3220 (handle_action_dollar): Update max_left_semantic_context.
3221 * data/glr.c (YYMAXLEFT): New definition.
3222 (yydoAction): Increase size of yyrhsVals by YYMAXLEFT.
3223 (yyresolveAction): Ditto.
3225 Fixes to problems with location handling in GLR parsers reported by
3226 Frank Heckenbach (2003/06/05).
3228 * data/glr.c (YYLTYPE): Make trivial if locations not used.
3229 (YYRHSLOC): Add parentheses, and define only if locations used.
3230 (YYLLOC_DEFAULT): Add parentheses, and give trivial definition if
3232 (yyuserAction): Use YYLLOC_DEFAULT to set *yylocp.
3233 (yydoAction): Remove redundant initialization of *yyvalp and *yylocp.
3235 * tests/cxx-type.at: Exercise location information; update tests
3236 to differentiate output with and without locations.
3237 Remove forward declarations of yylex and yyerror---caused errors
3238 because default YYLTYPE not yet defined.
3239 Change semantic actions to compute strings, rather than printing
3240 them directly (to test proper passing of semantics values). Change
3241 output to prefix notation and update test data and expected results.
3242 (yylex): Track locations.
3243 (stmtMerge): Return value rather than printing, and include arguments
3246 2003-06-03 Paul Eggert <eggert@twinsun.com>
3248 Avoid warnings generated by GCC 2.95.4 when Bison is
3249 configured with --enable-gcc-warnings.
3250 * data/lalr1.cc (yy::]b4_parser_class_name[::parse,
3251 yy::]b4_parser_class_name[::translate_,
3252 yy::Stack::operator[] (unsigned),
3253 yy::Stack::operator[] (unsigned) const,
3254 yy::Slice::operator[] (unsigned),
3255 yy::Slice::operator[] (unsigned) const):
3256 Rename local vars to avoid warnings.
3257 * tests/glr-regression.at (Improper handling of embedded actions
3258 and $-N in GLR parsers): Remove unused local variable from yylex.
3259 * tests/regression.at (_AT_DATA_DANCER_Y): Declare yylex to take
3260 (void) as arg when not pure, since we now assume C89 when building
3261 Bison. Pacify GCC by using parameter.
3263 2003-06-02 Paul Eggert <eggert@twinsun.com>
3265 * data/lalr1.cc (yy::Position::lines, yy::Position::columns,
3266 yy::Location::lines, yy::Location::columns): Rename arguments
3267 to avoid shadowing; this removes a warning generated by GCC 3.3.
3269 2003-06-01 Paul Eggert <eggert@twinsun.com>
3271 Don't pass C-only warning optins (e.g., -Wmissing-declarations)
3272 to g++, as GCC 3.3 complains if you do it.
3273 * configure.ac (WARNING_CXXFLAGS): New subst. Set it to
3274 everything that WARNING_CFLAGS has, except omit warnings
3275 not suitable for C++.
3276 (AC_PROG_CXX): Use this instead of AC_CHECK_PROGS([CXX], [g++]).
3277 * tests/atlocal.in (CXXFLAGS): New var.
3278 * tests/local.at (AT_COMPILE_CXX): Use it instead of CFLAGS.
3280 Fix a GLR parser bug I reported in February; see
3281 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00008.html>.
3282 The problem was that GLR parsers did not conform to the C standard,
3283 because actions like { $1 = $2 + $3; } expanded to expressions
3284 that invoked YYFILL in separate subexpressions, and YYFILL assigned
3285 to a local variable. The C standard says that expressions
3286 like (var = f ()) + (var = f ()) have undefined behavior.
3287 Another problem was that GCC sometimes issues warnings that
3288 yyfill and its parameters are unused.
3290 * data/glr.c (yyfillin): Renamed from the old yyfill. Mark
3292 (yyfill): New function.
3294 (yyuserAction): Change type of yynormal to bool, so that it matches
3295 the new yyfill signature. Mark it as possibly unused.
3298 Follow up on a bug I reported in February, where a Bison-generated
3299 parser can loop. Provide a test case and a fix for yacc.c. I
3300 don't have a fix for lalr1.cc or for glr.c, unfortunately.
3301 The original bug report is in:
3302 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00044.html>
3304 * data/yacc.c (YYERROR): Now just 'goto yyerrorlab', since the
3305 macro's size was becoming unwieldy.
3306 (yyerrlab): Do not discard an empty lookahead symbol, as this
3307 might destroy garbage.
3308 (yyerrorlab): New label, with the old contents of YYERROR,
3309 plus the following change: pop the stack of rhs corresponding
3310 to the production that invoked YYERROR. That is how Yacc
3311 behaves, and POSIX requires this behavior.
3312 (yyerrlab1): Use YYPOPSTACK instead of its definiens.
3313 * tests/calc.at (_AT_DATA_CALC_Y): Include unistd.h if available.
3314 Define 'alarm' to do nothing if unistd.h is not available.
3315 Add a new rule "exp: '-' error;" to test the above change to
3316 data/yacc.c. Use 'alarm' to abort any test taking longer than
3317 10 seconds, as it's probably looping.
3318 (AT_CHECK_CALC): Test recovery from error in new grammar rule.
3319 Also, the new yacc.c generates two fewer diagnostics for an
3322 2003-05-24 Paul Eggert <eggert@twinsun.com>
3324 * data/glr.c (YYSTACKEXPANDABLE): Do not evaluate
3325 YYSTYPE_IS_TRIVIAL or YYSTYPE_IS_TRIVIAL unless they are defined.
3326 This fixes a problem reported by John Bowman when the Compaq/HP
3327 Alpha cxx compiler happy (e.g. using cxx -D__USE_STD_IOSTREAM
3329 * data/yacc.c (union yyalloc): Likewise.
3330 (YYCOPY): Do not evaluate __GNUC__ unless it is defined.
3332 Switch from 'int' to 'bool' where that makes sense.
3334 * lib/abitset.c (abitset_test, abitset_empty_p, abitset_equal_p,
3335 abitset_subset_p, abitset_disjoint_p, abitset_and_cmp,
3336 abitset_andn_cmp, abitset_or_cmp, abitset_xor_cmp, abitset_and_or,
3337 abitset_and_or_cmp, abitset_andn_or_cmp, abitset_or_and_cmp):
3338 Return or accept bool, not int. All callers changed.
3339 * lib/bbitset.h: (bitset_toggle_, bitset_copy_, bitset_and_or_cmp_,
3340 bitset_andn_or_cmp_, bitset_or_and_cmp_): Likewise.
3341 * lib/bitset.c (bitset_only_set_p, bitset_print, bitset_toggle_,
3342 bitset_copy_, bitset_op4_cmp, bitset_and_or_cmp_, bitset_andn_or_cmp_,
3343 bitset_or_and_cmp_): Likewise.
3344 * lib/bitset.h (bitset_test, bitset_only_set_p): Likewise.
3345 * lib/bitset_stats.c (bitset_stats_print, bitset_stats_toggle,
3346 bitset_stats_test, bitset_stats_empty_p, bitset_stats_disjoint_p,
3347 bitset_stats_equal_p, bitset_stats_subset_p, bitset_stats_and_cmp,
3348 bitset_stats_andn_cmp, bitset_stats_or_cmp, bitset_stats_xor_cmp,
3349 bitset_stats_and_or_cmp, bitset_stats_andn_or_cmp,
3350 bitset_stats_or_and_cmp): Likewise.
3351 * lib/ebitset.c (ebitset_elt_zero_p, ebitset_equal_p, ebitset_copy_cmp,
3352 ebitset_test, ebitset_empty_p, ebitset_subset_p, ebitset_disjoint_p,
3353 ebitset_op3_cmp, ebitset_and_cmp, ebitset_andn_cmp, ebitset_or_cmp,
3354 ebitset_xor_cmp): Likewise.
3355 * lib/lbitset.c (lbitset_elt_zero_p, lbitset_equal_p, lbitset_copy_cmp,
3356 lbitset_test, lbitset_empty_p, lbitset_subset_p, lbitset_disjoint_p,
3357 lbitset_op3_cmp, lbitset_and_cmp, lbitset_andn_cmp, lbitset_or_cmp,
3358 lbitset_xor_cmp): Likewise.
3359 * lib/bbitset.h: Include <stdbool.h>.
3360 (struct bitset_vtable): The following members now return bool, not
3361 int: toggle, test, empty_p, disjoint_p, equal_p, subset_p,
3362 and_cmp, andn_cmp, or_cmp, xor_cmp, and_or_cmp, andn_or_cmp,
3364 * src/conflicts.c (count_rr_conflicts): Likewise.
3365 * lib/bitset_stats.h (bitset_stats_enabled): Now bool, not int.
3367 * lib/ebitset.c (ebitset_obstack_init): Likewise.
3368 * lib/lbitset.c (lbitset_obstack_init): Likewise.
3369 * src/getargs.c (debug_flag, defines_flag, locations_flag,
3370 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
3371 graph_flag): Likewise.
3372 * src/getargs.h (debug_flag, defines_flag, locations_flag,
3373 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
3374 graph_flag): Likewise.
3375 * src/output.c (error_verbose): Likewise.
3376 * src/output.h (error_verbose): Likewise.
3377 * src/reader.c (start_flag, typed): Likewise.
3378 * src/reader.h (typed): Likewise.
3379 * src/getargs.c (LOCATIONS_OPTION): New constant.
3380 (long_options, getargs): Use it.
3381 * src/lalr.c (build_relations): Use bool, not int.
3382 * src/nullable.c (nullable_compute): Likewise.
3383 * src/print.c (print_reductions): Likewise.
3384 * src/tables.c (action_row, pack_vector): Likewise.
3385 * src/muscle_tab.h (MUSCLE_INSERT_BOOL): New macro.
3386 * src/output.c (prepare): Use it.
3387 * src/output.c (token_definitions_output,
3388 symbol_destructors_output, symbol_destructors_output): Use string,
3389 not boolean integer, to keep track of whether to output separator.
3390 * src/print_graph.c (print_core): Likewise.
3391 * src/state.c (state_rule_lookaheads_print): Likewise.
3393 * config/install-sh: Sync from automake 1.7.5.
3395 2003-05-14 Paul Eggert <eggert@twinsun.com>
3397 * src/parse-gram.y (rules_or_grammar_declaration): Require a
3398 semicolon after a grammar declaration, in the interest of possible
3399 future changes to the Bison input language.
3400 Do not allow a stray semicolon at the start of the grammar.
3401 (rhses.1): Allow one or more semicolons after any rule, including
3402 just before "|" as required by POSIX.
3403 * tests/input.at (Torturing the Scanner): Add tests for ";|" in a
3406 2003-05-14 Alexandre Duret-Lutz <adl@gnu.org>
3408 %parse-param support for lalr1.cc.
3410 * data/lalr1.cc (b4_parse_param_decl, b4_parse_param_cons,
3411 b4_cc_constructor_calls, b4_cc_constructor_call,
3412 b4_parse_param_vars, b4_cc_var_decls, b4_cc_var_decl): New m4
3414 (yy::b4_parser_class_name::b4_parser_class_name): Take extra
3415 parse-param arguments.
3416 (yy::b4_parser_class_name): Declare instance variables to
3417 hold parse-param arguments.
3418 * tests/calc.at: s/value/semantic_value/ because value clashes
3419 with a member of yy::b4_parser_class_name. Adjust C++ code
3420 to handle %parse-param. Enable %parse-param test in C++.
3422 2003-05-12 Paul Eggert <eggert@twinsun.com>
3424 * doc/bison.texinfo (How Can I Reset @code{yyparse}): Reword the
3425 English a bit. Fix fclose typo. Change "const char" to "char
3426 const", and use ANSI C rather than K&R for "main". Suggest
3427 YY_FLUSH_BUFFER over yyrestart (as that is what Flex recommends)
3428 and suggest yy_switch_to_buffer.
3430 2003-05-05 Paul Eggert <eggert@twinsun.com>
3432 * lib/bitset.h (__INT_TO_PTR): Define to a value that presumes
3433 C89. This avoids a diagnostic on compilers that define __STDC__
3434 to 0, fixing a problem with Tru64 cc reported by Martin Mokrejs in
3435 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
3437 2003-05-03 Paul Eggert <eggert@twinsun.com>
3439 * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):
3440 Do not overrun array bounds.
3441 This should fix a bug reported today by Olatunji Oluwabukunmi in
3442 <http://lists.gnu.org/archive/html/bug-bison/2003-05/msg00004.html>.
3444 2003-04-29 Akim Demaille <akim@epita.fr>
3446 * src/gram.h, src/gram.c (pure_parser, glr_parser): Move to...
3447 * src/getargs.c, src/getargs.h: here, as bool, not int.
3448 (nondeterministic_parser): New.
3449 * src/parse-gram.y, src/scan-gram.l: Support
3450 %nondeterministic-parser.
3451 * src/output.c (prepare): Use nondeterministic_parser instead
3452 of glr_parser where appropriate.
3453 * src/tables.c (conflict_row, action_row, save_row)
3454 (token_actions, token_actions, pack_vector): Ditto.
3456 2003-04-29 Akim Demaille <akim@epita.fr>
3458 * doc/bison.texinfo (C++ Parsers, Implementing Loops): New.
3460 2003-04-29 Akim Demaille <akim@epita.fr>
3462 * tests/calc.at: Also test yacc.c and glr.c (but not lalr1.cc yet)
3463 with %pure-parser and %locations to exercise the patch from Yakov
3466 2003-04-28 Tim Van Holder <tim.van.holder@pandora.be>
3468 * data/yacc.c: (b4_lex_param): Corrected for the case where
3469 %lex-param is provided and %pure-parser isn't.
3471 2003-04-27 Paul Eggert <eggert@twinsun.com>
3473 Avoid gcc -Wundef warnings reported by Gerald Pfeifer in
3474 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00044.html>.
3475 * data/yacc.c (YYSTACK_ALLOC): Don't evaluate YYSTACK_USE_ALLOCA
3476 if it is not defined.
3477 (YYMAXDEPTH): Don't evaluate YYMAXDEPTH if it is not defined.
3479 2003-04-26 Paul Eggert <eggert@twinsun.com>
3481 * data/lalr1.cc (yy::Parser::pact_ninf_, yy::Parser::table_ninf_):
3482 Declare to be of type suitable for the ninf value itself, not of
3483 type suitable for the corresponding table, since the latter might
3484 be unsigned but the ninf value might be negative. This fixes a
3485 bug reported by Alexandre Duret-Lutz in
3486 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00017.html>.
3488 * configure.ac (AC_FUNC_ERROR_AT_LINE): Remove, since gl_ERROR
3489 invokes it. We shouldn't invoke it twice because it will attempt
3490 to put error.o in the archive twice. This fixes a glitch reported
3491 by Martin Mokrejs in
3492 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
3494 2003-04-21 Paul Eggert <eggert@twinsun.com>
3496 * m4/error.m4: Update from Bruno Haible's 2003-04-14 patch
3499 2003-04-21 Yakov Markovitch <Markovitch@iso.ru>
3501 * data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
3502 Fix obvious typo that results in uncompilable GLR parsers
3503 when both %pure-parser and %locations are used. (trivial change)
3505 2003-04-17 Paul Eggert <eggert@twinsun.com>
3507 * src/scan-gram.l: Add %option nounput, since we no longer use unput.
3508 (unexpected_eof): Renamed from unexpected_end_of_file, for brevity.
3509 Do not insert the expected token via unput, as this runs afoul
3510 of a POSIX-compatibility bug in flex 2.5.31.
3511 All uses changed to BEGIN the parent state,
3512 since we no longer insert the expected token via unput.
3513 * tests/regression.at (Invalid inputs): Remove cascaded diagnostic
3514 that is no longer emitted after the above change.
3516 * src/conflicts.c (set_conflicts): Resolve all conflicts, not just
3517 the first one. This change is from Paul Hilfinger, and it fixes
3518 regression reported by Werner Lemberg in
3519 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
3521 (resolve_sr_conflict): Don't invoke state_errs_set
3522 unless one or more tokens have been explicitly made errors.
3523 Otherwise, the above change causes Bison to abort.
3525 * tests/existing.at (GNU pic Grammar): New test case, taken from
3528 2003-03-31 Akim Demaille <akim@epita.fr>
3530 * doc/Makefile.am (AM_MAKEINFOFLAGS): Don't split the info file.
3532 2003-03-31 Akim Demaille <akim@epita.fr>
3534 * src/output.c (prepare_symbols): Avoid trailing spaces in the
3537 2003-03-31 Akim Demaille <akim@epita.fr>
3539 * doc/bison.texinfo (Strings are Destroyed): s/losses/loses/.
3540 From Paul Hilfinger.
3542 2003-03-29 Akim Demaille <akim@epita.fr>
3544 * m4/error.m4: Do not put under dynamic conditions some code which
3545 expansion is under static control.
3547 2003-03-29 Akim Demaille <akim@epita.fr>
3549 * doc/bison.texinfo (How Can I Reset @code{yyparse}): New.
3551 2003-03-29 Akim Demaille <akim@epita.fr>
3553 * doc/bison.texinfo (Strings are Destroyed): New.
3555 2003-03-13 Paul Eggert <eggert@twinsun.com>
3557 * .cvsignore: Add configure.lineno.
3558 * src/.cvsignore: Add yacc.
3559 * tests/.cvsignore: Add testsuite.log.
3560 * doc/fdl.texi: Sync with latest FSF version.
3562 2003-03-12 Paul Eggert <eggert@twinsun.com>
3564 * scan-gram.l (YY_USER_INIT): Initialize code_start, too.
3565 (<INITIAL><<EOF>>, <SC_PRE_CODE><<EOF>>): Set *loc to the scanner
3566 cursor, instead of leaving it undefined. This fixes a bug
3567 reported by Tim Van Holder in
3568 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00023.html>.
3569 * tests/input.at (Torturing the Scanner): Test the scanner on
3570 an empty input file, which was Tim Van Holder's test case.
3572 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): When checking whether
3573 <sys/resource.h> can be included, include sys/time.h and
3574 sys/times.h first, if available. This works around the SunOS
3575 4.1.4 porting bug reported by Bruce Becker in
3576 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00018.html>.
3578 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't
3579 AC_CHECK_HEADERS([sys/wait.h]), as this interferes with
3582 Merge changes from gnulib. This was prompted because the CVS
3583 snapshot didn't build on Solaris 7 due to strnlen problems.
3585 These changes need to be merged back into gnulib:
3586 * lib/hash.c: Include <stdbool.h> unconditionally.
3587 * m4/onceonly.m4 (m4_quote): New macro.
3588 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
3589 Quote AC_FOREACH variable-expansions properly.
3590 The 2003-01-03 obstack.h change also needs merging.
3591 {end of changes requiring merging}
3593 * lib/stdbool.h.in, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
3594 m4/getopt.m4, m4/hash.m4, m4/malloc.m4, m4/memchr.m4,
3595 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/quote.m4,
3596 m4/quotearg.m4, m4/realloc.m4, m4/stpcpy.m4, m4/strnlen.m4,
3597 m4/strtol.m4, m4/strtoul.m4, m4/unlocked-io.m4, m4/xalloc.m4:
3598 New files, imported from gnulib.
3599 * m4/Makefile.am (EXTRA_DIST): Add the new m4/*.m4 files mentioned
3602 * lib/mbswidth.c, m4/error.m4, m4/mbrtowc.m4, m4/mbswidth.m4,
3603 m4/memcmp.m4, m4/prereq.m4, m4/stdbool.m4: Update to current
3606 * configure.ac (gl_DIRNAME, gl_GETOPT, gl_HASH, gl_QUOTE, gl_XALLOC):
3608 (gl_ERROR): New, replacing jm_PREREQ_ERROR.
3609 (gl_FUNC_ALLOCA): New, replacing AC_FUNC_ALLOCA.
3610 (gl_FUNC_STPCPY): New, replacing AC_REPLACE_FUNCS(stpcpy).
3611 (gl_FUNC_STRNLEN): New, replacing AC_FUNC_STRNLEN.
3612 (gl_MBSWIDTH): New, replacing jm_PREREQ_MBSWIDTH.
3613 (gl_OBSTACK): New, replacing AC_FUNC_OBSTACK.
3614 (gl_QUOTEARG): New, replacing jm_PREREQ_QUOTEARG.
3615 (jm_FUNC_GLIBC_UNLOCKED_IO, gl_FUNC_STPCPY, gl_FUNC_STRTOL): New.
3616 (jm_FUNC_MALLOC): New, replacing AC_FUNC_MALLOC.
3617 (jm_FUNC_REALLOC): New, replacing AC_FUNC_REALLOC.
3618 (jm_PREREQ_ARGMATCH): Remove.
3619 (AC_REPLACE_FUNCS): Remove memchr, memrchr, stpcpy, strtol, strtoul.
3620 * lib/Makefile.am (libbison_a_SOURCES): Add argmatch.c, argmatch.h.
3622 * src/system.h: Include <stdbool.h> unconditionally.
3624 * lib/bbitset.h: Include <limits.h> unconditionally. We have been
3625 assuming at least C89 in the bitset code for some time now.
3627 2003-03-03 Akim Demaille <akim@epita.fr>
3631 2003-03-02 Akim Demaille <akim@epita.fr>
3633 * doc/bison.texinfo (Table of Symbols): Reactivate the
3634 documentation for %lex-param, and %parse-param.
3636 2003-03-02 Akim Demaille <akim@epita.fr>
3638 * data/yacc.c, data/glr.c, data/lal1.cc: Use similar code to
3639 generate verbose error messages.
3640 Use the number of tokens as an upper bound in yytname, as it
3641 cannot be a non terminal.
3643 2003-03-02 Akim Demaille <akim@epita.fr>
3645 * tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected error
3648 2003-03-02 Akim Demaille <akim@epita.fr>
3650 * tests/regression.at (_AT_DATA_DANCER_Y, AT_CHECK_DANCER): New.
3651 Use them to exercise yycheck overrun.
3652 Based on Andrew Suffield's grammar.
3654 2003-03-02 Akim Demaille <akim@epita.fr>
3656 Create tests/local.at for Bison generic testing macros.
3658 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Move to...
3659 * tests/local.at (AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS):
3661 * tests/calc.at (AT_CHECK_CALC): Adjust.
3662 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR)
3663 (AT_COMPILE, AT_COMPILE_CXX, AT_PARSER_CHECK): Move to...
3664 * tests/local.at: here.
3665 (AT_COMPILE_CXX): Tags the tests using it as c++.
3666 Ignore the test if CXX is not functional.
3668 2003-03-01 Paul Eggert <eggert@twinsun.com>
3670 * src/scan-gram.l (code_start): Initialize it to scanner_cursor,
3671 not loc->end, since loc->end might contain garbage and this leads
3672 to undefined behavior on some platforms.
3673 (id_loc, token_start): Use (IF_LINTed) initial values that do not
3674 depend on *loc, so that the reader doesn't give the the false
3675 impression that *loc is initialized.
3676 (<INITIAL>"%%"): Do not bother setting code_start, since its value
3677 does not survive the return.
3679 2003-03-01 Akim Demaille <akim@epita.fr>
3681 * src/scan-gram.l (code_start): Always initialize it when entering
3682 into yylex, as SC_EPILOGUE is activated *before* the corresponding
3683 yylex invocation. An alternative would be making it static, but
3684 then it starts with the second %%'s beginning, instead of its end.
3686 2003-02-28 Paul Eggert <eggert@twinsun.com>
3688 * lib/mbswidth.c: Include <wchar.h> before "mbswidth.h", to work
3689 around a UnixWare 7.1.1 porting bug reported by John Hughes in
3690 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00030.html>.
3692 2003-02-26 Paul Eggert <eggert@twinsun.com>
3694 * README: Mention compiler bug in Sun Forte Developer 6 update 2.
3695 Remove Sequent/Pyramid discussion (nobody uses them any more).
3696 Merge VMS and MS-DOS discussion; these ports may well be dead
3697 but let's keep mentioning them for now. Put <> around email
3698 addresses. Add copyright notice.
3700 2003-02-24 Paul Eggert <eggert@twinsun.com>
3702 * data/glr.c (yy_reduce_print): yylineno -> yylno,
3703 to avoid collision with flex use of yylineno.
3704 Problem reported by Bruce Lilly in
3705 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00016.html>.
3706 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
3707 * data/yacc.c (yy_reduce_print): Likewise.
3709 * config/depcomp: Sync with Automake 1.7.3.
3711 2003-02-21 Akim Demaille <akim@epita.fr>
3713 * data/lalr1.cc: Use temporary variables instead of casts to
3714 change integer types.
3715 Suggested by Paul Eggert.
3717 2003-02-21 Akim Demaille <akim@epita.fr>
3719 * doc/bison.texinfo: Use "location" consistently to refer to @n,
3720 to avoid confusions with lalr1.cc's notion of Position.
3721 Suggested by Paul Eggert.
3723 2003-02-20 Akim Demaille <akim@epita.fr>
3725 * data/lalr1.cc (position.hh): Make sure "columns" never pushes
3726 before initial_columns.
3727 (location.hh): Use consistent variable names when defining the
3729 Use "last" so that we subtract from Positions, not from unsigned.
3731 2003-02-20 Akim Demaille <akim@epita.fr>
3733 * data/lalr1.cc (position.hh): New subfile, including the extended
3734 and Doxygen'ed documentation of class Position.
3735 (location.hh): Use it.
3736 Document a` la Doxygen.
3737 With the help of Benoit Perrot.
3739 2003-02-20 Akim Demaille <akim@epita.fr>
3741 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Define
3743 Redefine AT_YYERROR_SEES_LOC_IF using it.
3744 (_AT_DATA_CALC_Y): Don't declare yyerror when lalr1.cc, as it is
3746 Don't use the location in yy::Parser::error_ and
3747 yy::Parser::print_ when not %locations.
3748 Activate more lalr1.cc tests.
3750 2003-02-19 Akim Demaille <akim@epita.fr>
3752 * data/lalr1.cc: When displaying a line number, be sure to make it
3755 2003-02-19 Akim Demaille <akim@epita.fr>
3757 * data/lalr1.cc (b4_stack_depth_init, yy::Parser::initdepth_):
3759 (YYABORT, YYACCEPT, YYERROR): New.
3760 * tests/calc.at: Renable the lalr1.cc test.
3762 2003-02-19 Akim Demaille <akim@epita.fr>
3764 * tests/calc.at (AT_CHECK_CALC): Check different scenarios of
3765 error recovery, mixing with/without pops and discarding of the
3768 Disable the lalr1.cc tests as currently it doesn't support YYERROR.
3770 2003-02-17 Paul Eggert <eggert@twinsun.com>
3772 * tests/atlocal.in (LDFLAGS, LIBS): New vars.
3773 * tests/testsuite.at (AT_COMPILE): Use them.
3774 This fixes the testsuite problem reported by Robert Lentz in
3775 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00011.html>.
3777 2003-02-12 Paul Eggert <eggert@twinsun.com>
3779 * data/yacc.c (yyerrlab) [YYERROR_VERBOSE]:
3780 Avoid subscript error in yycheck. Bug reported by Andrew Suffield in
3781 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00003.html>.
3782 * data/glr.c (yyreportSyntaxError) [YYERROR_VERBOSE]: Likewise.
3783 Check for malloc failure, for consistency with yacc.c.
3784 (yytname_size): Remove, for consistency with yacc.c.
3786 The bug still remains in data/lalr1.cc, as I didn't have time
3789 2003-02-06 Akim Demaille <akim@epita.fr>
3791 * configure.ac (GXX): Rename as...
3792 (CXX): this, to keep the original Autoconf semantics.
3794 * data/lalr1.cc: Fix b4_copyright invocations.
3795 If YYDEBUG is not defined, don't depend upon name_ being defined.
3796 (location.hh): Include string and iostream.
3797 (Position::filename): New member.
3798 (Position::Position ()): New.
3799 (operator<< (Position)): New.
3800 (operator- (Position, int)): New.
3801 (Location::first, Location::last): Rename as...
3802 (Location::begin, Location::end): these, to mock the conventional
3804 (operator<< (Location)): New.
3805 * tests/atlocal.in (CXX): New.
3806 * tests/testsuite.at (AT_COMPILE_CXX): New.
3807 * tests/calc.at (_AT_DATA_CALC_Y): Adjust yyerror to report the
3808 locations in a more synthetic way.
3809 (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF is positive if
3811 Adjust the C locations to match those from Emacs: first column is
3813 Change all the expected results.
3814 Conform to the GCS: simplify the locations when applicable.
3815 (LOC, VAL, YYLLOC_FORMAL, YYLLOC_ARG, USE_YYLLOC, LEX_FORMALS)
3816 (LEX_ARGS, USE_LEX_ARGS, LEX_PRE_FORMALS, LEX_PRE_ARGS): Replace
3817 these CPP macros with the m4 macros new defined by...
3818 (AT_CHECK_PUSHDEFS): this, i.e.:
3819 (AT_LALR1_CC_IF, AT_PURE_LEX_IF, AT_LOC, AT_VAL, AT_LEX_FORMALS)
3820 (AT_LEX_ARGS, AT_USE_LEX_ARGS, AT_LEX_PRE_FORMALS, AT_LEX_PRE_ARGS)
3822 (AT_CHECK_POPDEFS): Undefine them.
3823 (AT_CHECK_CALC_LALR1_CC): New.
3824 Use it for the first lalr1.cc test.
3826 2003-02-04 Akim Demaille <akim@epita.fr>
3828 * data/lalr1.cc (YYLLOC_DEFAULT): Fix its definition: be based on
3829 Location as is defined.
3831 2003-02-04 Akim Demaille <akim@epita.fr>
3833 * data/lalr1.cc: If YYDEBUG is not defined, don't depend upon
3834 name_ being defined.
3836 2003-02-03 Paul Eggert <eggert@twinsun.com>
3838 * src/gram.h (start_symbol): Remove unused decl.
3840 Use more-consistent naming conventions for local vars.
3842 * src/derives.c (derives_compute): Change type of local var from
3844 * src/gram.c (grammar_rules_partial_print): Likewise.
3845 * src/print.c (print_core): Likewise.
3846 * src/reduce.c (reduce_grammar_tables): Likewise.
3848 * src/gram.c (grammar_dump): Change name of item_number *
3849 local var from r to rp.
3850 * src/nullable.c (nullable_compute): Likewise.
3852 * src/gram.h (ISTOKEN, ISVAR): Use i, not s, for int var.
3854 * src/gram.h (symbol_number_as_item_number): Use sym, not s,
3855 for symbol or symbol_number var.
3856 * src/reader.c (grammar_start_symbol_set): Likewise.
3857 * src/reader.h (grammar_start_symbol_set, grammar_symbol_append):
3859 * src/state.c (transitions_to): Likewise.
3860 * src/state.h: Likewise.
3861 * src/tables.c (symbol_number_to_vector_number): Likewise.
3863 * src/muscle_tab.h (MUSCLE_OBSTACK_SGROW): Use p, not s, for
3866 * src/parse-gram.y (lloc_default): Use loc, not r, for YYLTYPE
3869 * src/scan-gram.l (no_cr_read): Use bytes_read, not s, for size
3872 * src/system.h (xstrndup, strchr, strspn, strnlen, memchr, memrchr):
3873 Use str, not s, for char * var. Use ch, not c, for character var.
3874 Use size for size var.
3876 * src/uniqstr.c (uniqstr_new, uniqstr_assert): Use str, not s, for
3878 (uniqstr_print, uniqst_print_processor): Use ustr, not s, for
3880 * src/uniqstr.h: Likewise.
3882 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
3883 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
3884 get_node_alignment_str, get_arrow_mode_str, get_crossing_type_str,
3885 get_view_str, get_linestyle_str, get_arrowstyle_str): Rename
3886 param to have same name as that of enum, so that we don't use
3887 "s" to stand for a non-state.
3889 2003-02-02 Akim Demaille <akim@epita.fr>
3891 * src/scan-skel.l: Scan more than one inert character per yylex
3894 2003-02-01 Paul Eggert <eggert@twinsun.com>
3898 * po/LINGUAS: Add ms.
3900 2003-01-30 Akim Demaille <akim@epita.fr>
3902 * doc/Makefile.am (CLEANFILES): Add bison.fns for distcheck.
3904 2003-01-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
3906 * tests/cxx-type.at: Correct apparent typo in Bison input: $$ instead
3909 Changes in response to error report by S. Eken: GLR mode does not
3910 handle negative $ indices or $ indices in embedded rules correctly.
3911 See <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00076.html>.
3913 * data/glr.c (b4_rhs_value): Change to use YYFILL macro.
3914 (b4_rhs_location): Ditto.
3915 (yyfill): New function to copy from stack tree into array
3917 (yyuserAction): Modify to allow incremental move of semantic values
3918 to rhs array when in GLR mode.
3919 Define YYFILL to use in user-defined actions to fill semantic array
3921 Remove dummy use of yystack, as there is now a guaranteed use.
3922 (yydoAction): Modify to allow incremental move of semantic values
3923 to rhs array when in GLR mode.
3924 (yyresolveAction): Ditto.
3925 (yyglrShiftDefer): Update comment.
3926 (yyresolveStates): Use X == NULL for pointers, not !X.
3927 (yyglrReduce): Ditto.
3930 * tests/glr-regr1.at: Rename to ...
3931 * tests/glr-regression.at: Add new regression test for the problems
3932 described above (adapted from S. Eken).
3933 Update copyright notice.
3934 * tests/testsuite.at: Rename glr-regr1.at to glr-regression.at.
3935 * tests/Makefile.am: Ditto.
3937 2003-01-28 Paul Eggert <eggert@twinsun.com>
3939 * data/lalr1.cc: Do not use @output_header_name@ unless
3940 b4_defines_flag is set. This fixes two bugs reported by
3942 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00071.html>
3943 and <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00073.html>.
3945 2003-01-21 Paul Eggert <eggert@twinsun.com>
3947 * data/yacc.c (YYERROR): Move code from yyerrlab1 to here, so that
3948 we don't need to worry about yyerrlab1 being reported as an
3949 "unused label" by non-GCC C compilers. The downside is that if
3950 locations are used then a couple of statements are duplicated each
3951 time YYERROR is invoked, but the upside is that the warnings
3953 (yyerrlab1): Move code to YERROR.
3954 (yyerrlab2): Remove. Change uses back to yyerrlab1.
3955 This reverts some of the 2002-12-27 change.
3957 2003-01-17 Paul Eggert <eggert@twinsun.com>
3959 * src/output.c (symbol_printers_output): Fix typo that led
3960 to core dump. Problem reported by Antonio Rus in
3961 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00058.html>.
3963 2003-01-13 Akim Demaille <akim@epita.fr>,
3964 Quoc Peyrot <chojin@lrde.epita.fr>,
3965 Robert Anisko <anisko_r@lrde.epita.fr>
3967 * data/lalr1.cc (parse::yyerrlab1): When popping the stack, stop
3968 when the stacks contain one element, as the loop would otherwise
3969 free the last state, and then use the top state (the one we just
3970 popped). This means that the initial elements will not be freed
3971 explicitly, as is the case in yacc.c; it is not a problem, as
3972 these elements have fake values.
3974 2003-01-11 Paul Eggert <eggert@twinsun.com>
3976 * NEWS: %expect-violations are now just warnings, reverting
3977 to Bison 1.30 and 1.75 behavior. This fixes the GCC 3.2
3978 bootstrapping problem reported by Matthias Klose; see
3979 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00053.html>.
3980 * src/conflicts.c (conflicts_print): Likewise.
3981 * tests/conflicts.at (%expect not enough, %expect too much,
3982 %expect with reduce conflicts): Likewise.
3983 * doc/bison.texinfo (Expect Decl): Document this. Also mention
3984 that the warning is enabled if the number of conflicts changes
3985 (not necessarily increases).
3987 * src/getargs.c (version): Update copyright year.
3989 2003-01-09 Akim Demaille <akim@epita.fr>
3991 * src/Makefile.am, lib/Makefile.am: Use $(VAR) instead of @VAR@.
3993 2003-01-08 Paul Eggert <eggert@twinsun.com>
3995 * Makefile.maint (WGETFLAGS):
3996 New macro, containing "-C off" to disable proxy caches.
3997 All uses of $(WGET) changed to $(WGET) $(WGETFLAGS).
3998 (rel-check): Use $(WGET) instead of wget.
4000 2003-01-06 Paul Eggert <eggert@twinsun.com>
4002 * doc/bison.texinfo (Generalized LR Parsing): Add a reference to
4003 the GLR paper of Scott, Johnstone and Hussain.
4005 2003-01-04 Paul Eggert <eggert@twinsun.com>
4007 * configure.ac (AC_ARG_ENABLE): Add --disable-yacc.
4008 (YACC_SCRIPT, YACC_LIBRARY): New vars to AC_SUBST.
4009 * lib/Makefile.am (lib_LIBRARIES): liby.a -> @YACC_LIBRARY@.
4010 (EXTRA_LIBRARIES): New var, for liby.a.
4011 * src/Makefile.am (bin_SCRIPTS): yacc -> @YACC_SCRIPT@.
4012 (EXTRA_SCRIPTS): New var, for yacc.
4014 * data/yacc.c (yyerrlab1): Omit attribute if __cplusplus is defined,
4015 since GNU C++ (as of 3.2.1) does not allow attributes on labels.
4016 Problem reported by Nelson H. F. Beebe.
4018 2003-01-03 Paul Eggert <eggert@twinsun.com>
4020 * lib/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
4021 (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
4022 when compiling Bison 1.875's `bitset bset = obstack_alloc
4023 (bobstack, bytes);'. Problem reported by Nelson H. F. Beebe.
4025 * src/scan-skel.l (QPUTS): Omit redundant `;' from macro definition.
4026 ([^@\n]): Renamed from [^@\n]+ so that the token buffer does not
4027 grow to a huge size with typical invocation.
4029 * lib/hash.c (_Bool, bool, false, true, __bool_true_false_are_defined):
4030 Use the pattern recommended by Autoconf 2.57, except also protect
4031 against double-definition.
4032 * src/system.h: Likewise.
4033 Portability issues reported by Nelson H. F. Beebe.
4035 * data/glr.c (yybool): Renamed from bool, to avoid collisions in C.
4036 All uses changed. Provide a definition in both C and C++.
4037 (yytrue, yyfalse): Define even if defined (__cplusplus).
4039 * lib/bitset_stats.c (bitset_stats_list): Remove unused var.
4040 Reported by Nelson H. F. Beebe.
4042 * src/scan-skel.l ("@oline@"): Output lineno+1, not lineno.
4044 2003-01-02 Paul Eggert <eggert@twinsun.com>
4046 * data/yacc.c (yyerrlab1): Append `;' after attribute, to
4047 pacify the buggy "smart preprocessor" in MacOS 10.2.3.
4048 Bug reported by Nelson H. F. Beebe.
4050 2003-01-01 Paul Eggert <eggert@twinsun.com>
4054 2002-12-30 Paul Eggert <eggert@twinsun.com>
4056 * src/scan-gram.l (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","):
4058 (<INITIAL>","): Here. This causes stray "," to be treated
4061 * src/scan-gram.l (<SC_BRACED_CODE>"}"): Output ";" before the
4062 last brace in braced code when not in Yacc mode, for compatibility
4063 with Bison 1.35. This resurrects the 2001-12-15 patch to
4066 * src/reader.h (YYDECL): Use YYSTYPE, not its deprecated alias
4067 yystype. This follows up the 2002-12-24 YYSTYPE bug fix.
4069 2002-12-28 Paul Eggert <eggert@twinsun.com>
4071 * src/symtab.c (symbol_make_alias): Set type of SYMVAL to be
4072 that of SYM's type. This fixes Debian bug 168069, reported by
4075 2002-12-28 Paul Eggert <eggert@twinsun.com>
4079 Switch back to the Yacc style of conflict reports, undoing some
4080 of the 2002-07-30 change.
4081 * doc/bison.texinfo (Understanding): Use Yacc style for
4082 conflict reports. Also, use new way of locating rules.
4083 * src/conflicts.c (conflict_report):
4084 Renamed from conflict_report_yacc, removing the old
4085 'conflict_report'. Translate the entire conflict report at once,
4086 so that we don't assume that "," has the same interpretation in
4088 (conflicts_output): Use Yacc-style conflict report for each state,
4089 instead of our more-complicated style.
4090 (conflicts_print): Use Yacc-style conflict report, except print
4091 the input file name when not emulating Yacc.
4092 * tests/conflicts.at (Unresolved SR Conflicts, Defaulted
4093 Conflicted Reduction, %expect not enough, %expect too much,
4094 %expect with reduce conflicts): Switch to Yacc-style conflict reports.
4095 * tests/existing.at (GNU Cim Grammar): Likewise.
4096 * tests/glr-regr1.at (Badly Collapsed GLR States): Likewise.
4098 * src/complain.c (warn_at, warn, complain_at, complain, fatal_at,
4099 fatal): Don't invoke fflush; it's not needed and it might even be
4100 harmful for stdout, as stdout might not be open.
4101 * src/reduce.c (reduce_print): Likewise.
4103 2002-12-27 Paul Eggert <eggert@twinsun.com>
4105 Fix a bug where error locations were not being recorded correctly.
4106 This problem was originally reported by Paul Hilfinger in
4107 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00086.html>.
4109 * data/yacc.c (yyparse): New local var yylerrsp, to record the
4110 top of the location stack's error locations.
4111 (yyerrlab): Set it. When discarding a token, push its location
4112 onto yylerrsp so that we don't lose track of the error's end.
4113 (yyerrlab1): Now is only the target of YYERROR, so that we can
4114 properly record the location of the action that failed. For GCC
4115 2.93 and later, insert an __attribute__ ((__unused__)) to avoid
4116 GCC warning about yyerrlab1 being unused if YYERROR is unused.
4117 (yyerrlab2): New label, which yyerrlab now falls through to.
4118 Compute the error's location by applying YYLLOC_DEFAULT to
4119 the locations of all the symbols that went into the error.
4120 * doc/bison.texinfo (Location Default Action): Mention that
4121 YYLLOC_DEFAULT is also invoked for syntax errors.
4122 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
4123 Error locations include the locations of all the tokens that were
4124 discarded, not just the last token.
4126 2002-12-26 Paul Eggert <eggert@twinsun.com>
4128 * src/files.c: Include quote.h.
4129 (compute_output_file_names): Warn if we detect conflicting
4130 outputs to the same file. This should catch the misunderstanding
4131 exemplified by Debian Bug 165349, reported by Bruce Stephens..
4133 * src/conflicts.c (conflicts_print): If the user specifies
4134 "%expect N", report an error if there are any reduce/reduce
4135 conflicts. This is what the manual says should happen.
4136 This fixes Debian bug 130890, reported by Anthony DeRobertis.
4137 * tests/conflicts.at (%expect with reduce conflicts): New test.
4139 Don't use m4_include on relative file names, as it doesn't work as
4140 desired if there happens to be a file with that name under ".".
4142 * m4sugar/version.m4: Remove; it was included but it wasn't used.
4143 * data/Makefile.am (dist_m4sugar_DATA): Remove m4sugar/version.m4.
4144 * data/m4sugar/m4sugar.m4: Don't include m4sugar/version.m4.
4145 * data/glr.c, data/lalr1.cc, data/yacc.c: Don't include c.m4.
4146 * src/output.c (output_skeleton): Use full path names when
4147 specifying a file to include; don't rely on include path, as
4148 it's unreliable when the working file contains a file with
4151 2002-12-25 Paul Eggert <eggert@twinsun.com>
4153 Remove obsolete references to bison.simple and bison.hairy.
4154 Problem mentioned by Aubin Mahe in
4155 <http://lists.gnu.org/archive/html/help-bison/2002-12/msg00010.html>.
4156 * data/glr.c: Comment fix.
4157 * doc/bison.1: Remove references. Also, mention "yacc".
4159 * src/getargs.c (getargs) [MSDOS]: Don't assume optarg != NULL
4162 * src/parse-gram.y (declaration): Use enum "report_states" rather
4163 than its numeric value 1.
4165 * src/scan-skel.l ("@output ".*\n): Close any old yyout before
4166 opening a new one. This fixes Debian bug 165349, reported by
4169 2002-12-24 Paul Eggert <eggert@twinsun.com>
4173 * Makefile.maint (cvs-update): Don't assume that the shell
4174 supports $(...), as Solaris sh doesn't.
4176 * src/parse-gram.y (lloc_default): Remove test for empty
4177 nonterminals at the end, since it didn't change the result.
4179 2002-12-24 Paul Eggert <eggert@twinsun.com>
4181 If the user does not define YYSTYPE as a macro, Bison now declares it
4182 using typedef instead of defining it as a macro. POSIX requires this.
4183 For consistency, YYLTYPE is also declared instead of defined.
4185 %union directives can now have a tag before the `{', e.g., the
4186 directive `%union foo {...}' now generates the C code
4187 `typedef union foo { ... } YYSTYPE;'; this is for Yacc compatibility.
4188 The default union tag is `YYSTYPE', for compatibility with Solaris 9
4189 Yacc. For consistency, YYLTYPE's struct tag is now `YYLTYPE'
4190 instead of `yyltype'.
4192 `yystype' and `yyltype' are now obsolescent macros instead of being
4193 typedefs or tags; they are no longer documented and will be
4194 withdrawn in a future release.
4196 * data/glr.c (b4_location_type): Remove.
4197 (YYSTYPE): Renamed from yystype.
4198 (YYSTYPE_IS_DECLARED): New macro, used to prevent double-typedef.
4199 (struct YYLTYPE): Renamed from struct yyltype.
4200 (YYLTYPE): Renamed from yyltype.
4201 (yyltype, yystype): New (and obsolescent) macros,
4202 for backward compatibility.
4203 * data/yacc.c: Likewise.
4205 * data/yacc.c (YYSTYPE): Declare as union YYSTYPE if the user
4206 does not specify a union tag. This is for compatibility with
4209 * src/parse-gram.y (add_param): 2nd arg is now char * not char
4210 const *, since it is now modified by stripping surrounding { }.
4211 (current_braced_code): Remove.
4212 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_UNION,
4213 PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Change names to include
4214 trailing " {...}". Now of type <chars>.
4215 (grammar_declaration): Adjust to bundled tokens.
4216 (code_content): Remove; stripping is now done by add_param.
4217 (print_token_value): Print contents of bundled tokens.
4218 (token_name): New function.
4220 * src/reader.h (braced_code, current_braced_code): Remove.
4221 (token_name): New decl.
4223 * src/scan-gram.l (handle_dollar, handle_at): Now takes int
4224 token_type, not braced_code code_kind. All uses changed.
4225 (SC_PRE_CODE): New state, for scanning after a keyword that
4226 has (or usually has) an immediately-following braced code.
4227 (token_type): New local var, to keep track of which token type
4228 to return when scanning braced code.
4229 (<INITIAL>"%destructor", <INITIAL>"%lex-param",
4230 <INITIAL>"%parse-param", <INITIAL>"%printer",
4231 <INITIAL>"%union"): Set token type and BEGIN SC_PRE_CODE
4232 instead of returning a token type immediately.
4233 (<INITIAL>"{"): Set token type.
4234 (<SC_BRACED_CODE>"}"): Use it.
4235 (handle_action_dollar, handle_action_at): Now returns bool
4236 indicating success. Fail if ! current_rule; this prevents a core dump.
4237 (handle_symbol_code_dollar, handle_symbol_code_at):
4238 Remove; merge body into caller.
4239 (handle_dollar, handle_at): Complain in invalid contexts.
4241 * NEWS, doc/bison.texinfo: Document the above.
4242 * NEWS: Fix years and program names in copyright notice.
4244 2002-12-17 Paul Eggert <eggert@twinsun.com>
4246 * NEWS, doc/bison.texinfo (Parser Function, Pure Calling, Error
4247 Reporting, Table of Symbols): Omit mentions of %lex-param and
4248 %parse-param from the documentation for now.
4250 2002-12-15 Paul Eggert <eggert@twinsun.com>
4252 Undo most of the 2002-11-12 yychar -> yytoken patch, as it broke
4253 GCC 3.2.1 (which depends on yychar == YYEMPTY when there is no
4254 lookahead symbol, and which sets yychar in parser actions) and it
4255 disagreed with the Bison documentation. Bug
4256 reported by Andrew Walrond.
4258 * data/yacc.c (YYTRANSLATE): Don't check for negative argument,
4259 as the caller now does that.
4260 (yyclearin, YYBACKUP, yyparse): Use yychar, not yytoken.
4261 (YYEMPTY): Parenthesize right hand side, since others use it.
4262 (yyparse): Don't assume that our generated code is the only code
4265 2002-12-13 Paul Eggert <eggert@twinsun.com>
4269 POSIX requires a "yacc" command.
4270 * src/Makefile.am (bin_SCRIPTS): New macro, for yacc.
4271 (MOSTLYCLEANFILES): Add yacc.
4273 * doc/bison.texinfo (Invocation, Bison Options): Mention yacc
4274 as an alias for bison y.
4276 * po/LINGUAS: Add da.
4278 * src/getargs.c (__GNU_LIBRARY__) [lint]: Define to work around
4279 problem with latest <getopt.h>.
4280 (HACK_FOR___GNU_LIBRARY___PROTOTYPE): New macro.
4282 * doc/fdl.texi: Upgrade to 1.2.
4283 * lib/alloca.c, lib/error.c, lib/getopt.c, lib/getopt.h
4284 lib/getopt1.c, lib/gettext.h, lib/memrchr.c, lib/obstack.c,
4285 lib/obstack.h, lib/strnlen.c, lib/unlocked-io.h: Sync with
4287 * config/install-sh: Sync with autotools.
4289 Fix a bad interaction with flex 2.5.23 reported by Bruce Lilly in
4290 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
4291 * data/yacc.c (YYLTYPE, struct yyltype): Do not define unless
4292 locations are requested.
4293 (union yyalloc): Do not depend on YYLTYPE_IS_TRIVIAL unless
4294 locations are requested.
4296 2002-12-12 Paul Eggert <eggert@twinsun.com>
4298 Remove unportable casts and storage allocation tricks.
4299 While we're at it, remove almost all casts, since they
4300 usually aren't needed and are a sign of trouble.
4302 * configure.ac (AC_CHECK_TYPES): Check for uintptr_t.
4304 * src/derives.c (derives_compute): Do not subtract NTOKENS from
4305 the pointer DSET returned by malloc; this isn't portable.
4306 Instead, always use DSET[i - NTOKENS] rather than DSET[i].
4307 Similarly for DERIVES.
4308 * src/lalr.c (set_goto_map): Likewise, for GOTO_MAP and TEMP_MAP.
4309 * src/nullable.c (nullable_compute): Likewise, for RSETS and NULLABLE.
4310 * src/reduce.c (reduce_grammar_tables): Likewise, for nontermmap
4312 * src/derives.c (derives_compute): Do not bother invoking
4313 int_of_rule_number, since rule numbers are integers.
4315 * src/files.c (concat2, tr, compute_base_name): Use xmalloc (N)
4316 rather than XMALLOC (char, N).
4318 * src/files.c (filename_split): Rewrite to avoid cast.
4320 * src/gram.h (symbol_number_as_item_number,
4321 item_number_as_symbol_number, rule_number_as_item_number,
4322 item_number_as_rule_number):
4323 Now inline functions rather than macros, to avoid casts.
4324 * src/state.h (state_number_as_int): Likewise.
4325 * src/tables.c (state_number_to_vector_number,
4326 symbol_number_to_vector_number): Likewise.
4328 * src/gram.h (int_of_rule_number): Remove; no longer used.
4330 * src/lalr.c (add_lookback_edge): Use malloc rather than calloc,
4331 since the resulting storage is always stored into.
4333 * src/main.c (alloca) [C_ALLOCA]: Add decl here, the only place
4336 * src/muscle_tab.c (muscle_m4_output):
4337 Now inline. Return bool, not int.
4338 * src/state.c (state_compare): Likewise.
4339 * src/symtab.c (symbol_check_defined,
4340 symbol_check_alias_consistency, symbol_pack, symbol_translation,
4341 hash_compare_symbol, hash_symbol):
4343 * src/uniqstr.c (uniqstr_print): Likewise.
4344 * src/muscle_tab.c (muscle_m4_output_processor):
4345 New function, to avoid casts.
4346 * src/state.c (state_comparator, stage_hasher): Likewise.
4347 * src/symtab.c (symbol_check_defined_processor,
4348 symbol_check_alias_consistency_processor, symbol_pack_processor,
4349 symbol_translation_processor, hash_symbol_comparator,
4350 hash_symbol_hasher): Likewise.
4351 * src/uniqstr.c (uniqstr_print_processor): Likewise.
4352 * src/muscle_tab.c (muscles_m4_output):
4353 Use new functions instead of casting old functions unportably.
4354 * src/state.c (state_hash_new): Likewise.
4355 * src/symtab.c (symbols_new, symbols_do, symbols_check_defined,
4356 symbols_token_translations_init):
4358 * src/uniqstr.c (uniqstrs_new, hash_initialize, uniqstrs_do): Likewise.
4360 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): Use long local
4361 var instead of casting to long, to avoid casts.
4362 (prepare_states): Use MALLOC rather than alloca, so that we don't
4363 have to worry about alloca.
4364 * src/state.c (state_hash_lookup): Likewise.
4366 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>"'"): Use unsigned char
4367 local var instead of casting to unsigned char, to avoid casts.
4369 * src/state.c (TRANSITIONS_ALLOC, ERRS_ALLOC, REDUCTIONS_ALLOC,
4370 STATE_ALLOC): Remove.
4371 (transitions_new, errs_new, reductions_new, state_new): Use malloc
4372 rather than calloc, and use offsetof to avoid allocating slightly
4374 (state_new): Initialize all members.
4376 * src/state.c (state_hash): Use unsigned accumulator, not signed.
4378 * src/symtab.c (symbol_free): Remove; unused.
4379 (symbol_get): Remove cast in lhs of assignment.
4380 (symbols_do): Now static. Accept generic arguments, not
4381 hashing-related ones.
4383 * src/symtab.h: (NUMBER_UNDEFINED): Remove unnecessary cast.
4384 (symbol_processor): Remove.
4385 (symbols_do): Remove decl; now static.
4387 * src/system.h (alloca): Remove; decl no longer needed.
4388 (<stddef.h>): Include, for offsetof.
4389 (<inttypes.>, <stdint.h>): Include if available.
4390 (uintptr_t): New type, if system lacks it.
4391 (CALLOC, MALLOC, REALLOC): New macros.
4392 All uses of XCALLOC, XMALLOC, and XREALLOC changed to use these
4395 * src/tables.c (table_size): Now int, to pacify GCC.
4396 (table_grow, table_ninf_remap): Use signed table size.
4397 (save_row): Don't bother initializing locals when not needed.
4398 (default_goto, goto_actions, pack_vector): Remove unnecessary casts.
4399 * src/uniqstr.c (hash_compare_uniqstr): Likewise.
4401 * src/vcg.h: Correct misspellings.
4403 * src/vcg_defaults.h (G_CMAX): Now INT_MAX.
4406 * src/getargs.c (getargs): Don't assume EOF == -1.
4408 2002-12-09 Paul Eggert <eggert@twinsun.com>
4410 Change identifier spellings to avoid collisions with names
4411 that are reserved by POSIX.
4413 Don't use names ending in _t, since POSIX reserves them.
4414 For consistency, remove _e and _s endings -- they're weren't
4415 needed to remove ambiguity. All uses changed.
4416 * src/uniqstr.h (uniqstr): Renamed from uniqstr_t, which in
4417 turn was just renamed from struniq_t.
4418 * src/uniqstr.c (uniqstr_processor): Renamed from struniq_processor,
4419 which in turn was just renamed from struniq_processor_t.
4420 (hash_compare_uniqstr): Renamed from hash_compare_struniq, which
4421 in turn was renamed from hash_compare_struniq_t.
4422 * src/LR0.c (struct state_list): Renamed from struct state_list_s.
4423 (state_list): Renamed from state_list_t.
4424 * src/assoc.h (assoc): Renamed from assoc_t.
4425 * src/conflicts.c (enum conflict_resolution): Renamed from
4426 enum conflict_resolution_e.
4427 * src/derives.c (struct rule_list): Renamed from struct rule_list_s.
4428 (rule_list): Renamed from rule_list_t.
4429 * src/getargs.h (enum trace): Renamed from enum trace_e.
4430 (enum report): Renamed from enum report_e.
4431 * src/gram.h (item_number): Renamed from item_number_t.
4432 (rule_number): Renamed from rule_number_t.
4433 (struct rule_s): Remove the "rule_s" part; not used.
4434 (rule): Renamed from rule_t.
4435 (rule_filter): Renamed from rule_filter_t.
4436 * src/lalr.c (struct goto_list): Renamed from struct goto_list_s.
4437 (goto_list): Renamed from goto_list_t.
4438 * src/lalr.h (goto_number): Renamed from goto_number_t.
4439 * src/location.h (location): Renamed from location_t.
4440 * src/muscle_tab.c (muscle_entry): Renamed from muscle_entry_t,
4441 and moved here from:
4442 * src/muscle_tab.h (muscle_entry_t): here.
4443 * src/nullable.c (struct rule_list): Renamed from struct rule_list_s.
4444 (rule_list): Renamed from rule_list_t.
4445 * src/print_graph.c (static_graph): Renamed from graph.
4446 * src/reader.h (braced_code): Renamed from braced_code_t.
4447 Remove brace_code_e tag.
4448 * src/relation.h (relation_node): Renamed from relation_node_t.
4449 (relation_nodes): Renamed from relation_nodes_t.
4450 (relation): Renamed from relation_t.
4451 * src/state.h (state_number): Renamed from state_number_t.
4452 (struct state): Renamed from struct state_s.
4453 (state): Renamed from state_t.
4454 (transitions): Renamed from transitions_t. Unused (and
4455 misspelled) transtion_s tag removed.
4456 (errs): Renamed from errs_t. Unused errs_s tag removed.
4457 (reductions): Renamed from reductions_t. Unused tag
4458 reductions_s removed.
4459 * src/symlist.h (symbol_list): Renamed from symbol_list_t.
4460 (struct symbol_list): Renamed from struct symbol_list_s.
4461 * src/symtab.h (symbol_number): Renamed from symbol_number_t.
4462 (struct symbol): Renamed from struct symbol_s.
4463 (symbol): Renamed from symbol_t.
4464 * src/tables.c (vector_number): Renamed from vector_number_t.
4465 (action_number): Renamed from action_t.
4466 * src/tables.h (base_number): Renamed from base_t.
4467 * src/vcg.h (enum color): Renamed from enum color_e.
4468 (enum textmode): Renamed from enum textmode_e.
4469 (enum shape): Renamed from enum shape_e.
4470 (struct colorentry): Renamed from struct colorentry_s.
4471 (struct classname): Renamed from struct classname_s.
4472 (struct infoname): Renamed from struct infoname_s.
4473 (enum layoutalgorithm): Renamed from enum layoutalgorithm_e.
4474 (enum decision): Renamed from enum decision_e.
4475 (enum orientation): Renamed from enum orientation_e.
4476 (enum alignment): Renamed from enum alignment_e.
4477 (enum arrow_mode): Renamed from enum arrow_mode_e.
4478 (enum crossing_type): Renamed from enum crossing_type_e.
4479 (enum view): Renamed from enum view_e.
4480 (struct node): Renamed from struct node_s.
4481 (node): Renamed from node_t.
4482 (enum linestyle): Renamed from enum linestyle_e.
4483 (enum arrowstyle): Renamed from enum arrowstyle_e.
4484 (struct edge): Renamed from struct edge.
4485 (edge): Renamed from edge_t.
4486 (struct graph): Renamed from struct graph_s.
4487 (graph): Renamed from graph_t.
4488 * tests/calc.at (_AT_DATA_CALC_Y, Simple LALR Calculator):
4489 Rename value_t -> value.
4490 * tests/input.at (Torturing the Scanner): Rename value_t -> value,
4491 value_t_as_yystype -> value_as_yystype.
4493 Don't include <errno.h> in the mainstream code, since it
4494 reserves E[A-Z0-9]* and we want to use symbols like 'EQUALS'.
4495 * lib/get-errno.c, lib/get-errno.h: New files.
4496 * lib/Makefile.am (libbison_a_SOURCES): Add get-errno.h,
4498 * src/files.c (xfopen, xfclose): Use get_errno instead of errno.
4499 * src/output.c (output_skeleton): Likewise.
4500 * src/scan-gram.l (<INITIAL>{int}): Use set_errno and get_errno
4502 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>\\x[0-9abcdefABCDEF]+):
4504 (handle_action_dollar, handle_action_at): Likewise.
4505 * src/system.h: Do not include <errno.h>.
4506 (TAB_EXT): Renamed from EXT_TAB.
4507 (OUTPUT_EXT): Renamed from EXT_OUTPUT.
4509 Avoid str[a-z]*, since <string.h> reserves that name space.
4510 Change all instances of "struniq" in names to "uniqstr", and
4511 likewise for "STRUNIQ" and "UNIQSTR".
4512 * src/uniqstr.c: Renamed from src/struniq.c.
4513 * src/uniqstr.h: Renamed from src/struniq.h.
4514 * src/Makefile.am (bison_SOURCES): Adjust to these renamings.
4515 * src/files.c (strsuffix): Remove; unused.
4516 (concat2): Renamed from stringappend. Now static.
4517 * src/files.h (strsuffix, stringappend): Remove; unused.
4518 * src/parse-gram.y (<chars>): Renamed from <string>.
4519 (<uniqstr>): Renamed from <struniq>.
4520 * src/scan-gram.l (obstack_for_string): Renamed from string_obstack.
4521 * src/vcg.h (struct node_s.expand): Renamed from struct node_s.stretch.
4522 (struct graph_s.expand): Renamed from struct graph_s.stretch.
4523 * src/vcg_defaults.h (G_EXPAND): Renamed from G_STRETCH.
4524 (G_LONG_STRAIGHT_PHASE): Renamed from G_STRAIGHT_PHASE.
4525 (N_EXPAND): Renamed from N_STRETCH.
4527 Avoid *_MAX and *_MIN, since <limits.h> reserves that name space.
4528 * data/yacc.c (YYSTACK_GAP_MAXIMUM): Renamed from YYSTACK_GAP_MAX.
4529 * src/gram.h (ITEM_NUMBER_MAX, ITEM_NUMBER_MIN, RULE_NUMBER_MAX):
4531 * src/lalr.h (GOTO_NUMBER_MAXIMUM): Renamed from GOTO_NUMBER_MAX.
4532 * src/state.h (STATE_NUMBER_MAXIMUM): Renamed from STATE_NUMBER_MAX.
4533 * src/symtab.h (SYMBOL_NUMBER_MAXIMUM): Renamed from SYMBOL_NUMBER_MAX.
4534 * src/tables.c (VECTOR_NUMBER_MAX, VECTOR_NUMBER_MIN): Remove; unused.
4535 (BASE_MAXIMUM): Renamed from BASE_MAX.
4536 (BASE_MINIMUM): Renamed from BASE_MIN.
4537 (ACTION_MAX): Remove; unused.
4538 (ACTION_NUMBER_MINIMUM): Renamed from ACTION_MIN.
4539 Unnecessary casts removed from above defines.
4542 Fix misspelling in names.
4543 * src/vcg.h (enum_alignment_e): Renamed from enum_alignement_e.
4544 * src/vcg_defaults.h (G_NODE_ALIGNMENT): Renamed from
4548 * lib/timevar.c (timevar_report): Renamed from time_report,
4549 for consistency with other names.
4550 * lib/timevar.h (timevar_report): New decl.
4551 * src/system.h (time_report): Remove; decl is now in lib/timevar.h.
4554 Sort include-file uses.
4556 Reorder all include files under src to be in the order "system.h".
4557 then the ../lib include files in angle brackets (alphabetized),
4558 then the . include files in double-quotes (alphabetized). Fix
4559 dependency breakages encountered in this process, as follows:
4560 * src/closure.h, src/derives.h, src/state.h: Include "gram.h".
4561 * src/complain.c: Don't include stdlib.h, string.h _LIBC stuff.
4562 * src/state.h: Include "symtab.h".
4564 2002-12-08 Paul Eggert <eggert@twinsun.com>
4566 * data/glr.c, data/lalr1.cc, data/yacc.c: Do not use __file__,
4567 since this causes problems when __file__ contains character
4568 sequences like "@" that are treated specially by src/scan-skel.l.
4569 Instead, just use the file's basename. This fixes the bug
4570 reported by Martin Mokrejs in
4571 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00007.html>.
4573 2002-12-06 Paul Eggert <eggert@twinsun.com>
4575 Add support for rules that do not have trailing semicolons, as
4576 POSIX requires. Improve the quality of locations in Bison
4579 * src/location.c: Include <quotearg.h>.
4580 (empty_location): Now const.
4581 (location_print): New function. Follow the recommendation of the
4582 GNU Coding Standards for locations that span file boundaries.
4583 * src/location.h: Do not include <quotearg.h>; no longer needed.
4584 (boundary): New type.
4585 (location_t): Use it. This allows locations to span file boundaries.
4586 All member uses changed: file -> start.file or end.file (as needed),
4587 first_line -> start.line, first_column -> start.column,
4588 last_line -> end.line, last_column -> end.column.
4589 (equal_boundaries): New function.
4590 (LOCATION_RESET, LOCATION_STEP): Remove.
4591 (LOCATION_PRINT): Remove. All callers changed to use location_print.
4592 (empty_location): Now const.
4593 (location_print): New decl.
4594 * src/parse-gram.y (lloc_default): New function, which handles
4595 empty locations more accurately.
4596 (YYLLOC_DEFAULT): Use it.
4597 (%token COLON): Remove.
4598 (%token ID_COLON): New token.
4600 (declarations, rules): Remove trailing semicolon.
4601 (declaration, rules_or_grammar_declaration):
4602 Allow empty (";") declaration.
4603 (symbol_def): Remove empty actions; no longer needed.
4604 (rules_or_grammar_declaration): Remove trailing semicolon.
4605 (semi_colon.opt): Remove.
4606 * src/reader.h: Include location.h.
4607 (scanner_cursor): New decl.
4608 * src/reduce.c (nonterminals_reduce): Use warn_at rather than
4610 * src/scan-gram.l (YY_USER_INIT): Initialize scanner_cursor instead
4612 (STEP): Remove. No longer needed, now that adjust_location does
4613 the work. All uses removed.
4614 (scanner_cursor): New var.
4615 (adjust_location): Renamed from extend_location. It now sets
4616 *loc and adjusts the scanner cursor. All uses changed.
4617 Don't bother testing for CR.
4618 (handle_syncline): Remove location arg; now updates scanner cursor.
4619 All callers changed.
4620 (unexpected_end_of_file): Now accepts start boundary of token or
4621 comment, not location. All callers changed. Update scanner cursor,
4623 (SC_AFTER_IDENTIFIER): New state.
4624 (context_state): Renamed from c_context. All uses changed.
4625 (id_loc, code_start, token_start): New local vars.
4626 (<INITIAL,SC_AFTER_IDENTIFIER>): New initial context. Move all
4627 processing of Yacc white space and equivalents here.
4628 (<INITIAL>{id}): Save id_loc. Begin state SC_AFTER_IDENTIFIER
4629 instead of returning ID immediately, since we need to search for
4631 (<INITIAL>"'", "\""): Save token_start.
4632 (<INITIAL>"%{", "{", "%%"): Save code_start.
4633 (<SC_AFTER_IDENTIFIER>): New state, looking for a colon.
4634 (<SC_YACC_COMMENT>, <SC_COMMENT>, <SC_LINE_COMMENT>):
4635 BEGIN context_state at end, not INITIAL.
4636 (<SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'",
4637 <SC_BRACED_CODE>"}", <SC_PROLOGUE>"%}", <SC_EPILOGUE><<EOF>>):
4638 Return correct token start.
4639 (<SC_BRACED_CODE,SC_PROLOGUE,SC_EPILOGUE>): Save start boundary when
4640 the start of a character, string or multiline comment is found.
4641 * tests/conflicts.at (S/R in initial, Defaulted Conflicted
4642 Reduction): Adjust reported locations to match the more-precise
4643 results now expected.
4644 * tests/input.at (Invalid $n, Invalid @n, Type Clashes): Likewise.
4645 * tests/reduce.at (Useless Rules, Reduced Automaton,
4646 Underivable Rules): Likewise.
4647 * tests/regression.at (Invalid inputs): No longer `expecting ";"
4648 or "|"' now that so many other tokens are allowed by the new grammar.
4650 * src/complain.h (current_file): Remove duplicate decl;
4651 current_file is now owned by files.h.
4652 * src/complain.c, src/scan-gram.l: Include files.h.
4654 2002-12-06 Paul Eggert <eggert@twinsun.com>
4656 * data/glr.c (yy_reduce_print): Don't assume that yyrline[yyrule]
4657 promotes to int; it might be unsigned int.
4658 * data/yacc.c (yy_reduce_print): Likewise.
4660 * doc/bison.texinfo (Table of Symbols): YYERROR_VERBOSE should
4661 be #defined in the prologue, not in the Bison declarations.
4662 This fixes Debian Bug 102878, reported by Shaul Karl.
4664 2002-12-02 Paul Eggert <eggert@twinsun.com>
4666 * configure.ac (AC_REPLACE_FUNCS): Add strtoul.
4667 * lib/strtoul.c: New file, from gnulib.
4668 This fixes a porting bug reported by Peter Klein in
4669 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00000.html>.
4671 2002-11-30 Paul Eggert <eggert@twinsun.com>
4673 * src/scan-gram.l (no_cr_read, extend_location): Move to epilogue,
4674 and put only a forward declaration in the prologue. This is for
4675 consistency with the other scanner helper functions.
4677 Type clashes now generate warnings, not errors, since it
4678 appears that POSIX may allow some grammars with type clashes.
4679 * src/reader.c (grammar_current_rule_check): Warn about
4680 type clashes instead of complaining.
4681 * tests/input.at (Type Clashes): Expect warnings, not complaints.
4683 Add Yacc library, since POSIX requires it.
4684 * doc/bison.texinfo (Yacc Library): New node. Regenerate top menu.
4685 * lib/Makefile.am (lib_LIBRARIES, liby_a_SOURCES): New macros.
4686 * lib/main.c, lib/yyerror.c: New files.
4688 gram_error can be static; it need not be extern.
4689 * src/reader.h (gram_error): Remove decl.
4690 * src/parse-gram.y (gram_error): Now static. Add static decl.
4691 (print_token_value): Omit parameter names from forward decl,
4694 2002-11-29 Paul Eggert <eggert@twinsun.com>
4696 * doc/bison.texinfo: Emphasize that yylex and yyerror must
4697 be declared before being used. E.g., one should typically
4698 declare them in the prologue. Use GNU coding style in examples.
4699 Put "const" consistently after the type it modifies. Mention
4700 that C99 supports "inline". Mention that yyerror traditionally
4703 %parse-param and %lex-param now take just one argument, the
4704 declaration; the argument name is deduced from the declaration.
4706 * doc/bison.texinfo (Parser Function, Pure Calling, Error
4707 Reporting, Table of Symbols): Document this.
4708 * src/parse-gram.y (add_param): New function.
4710 (declaration): Implement new rule for %parse-param and %lex-param.
4711 * src/scan-gram.l: "," now elicits a warning, rather than being
4712 a token; this is more compatible with byacc.
4713 * tests/calc.at (Simple LALR Calculator): Adopt new convention.
4715 2002-11-27 Paul Eggert <eggert@twinsun.com>
4717 Rename identifiers to avoid real and potential collisions.
4719 * data/c.m4 (b4_yysymprint_generate): yyout -> yyoutput,
4720 to avoid collision with lex macro described by Bruce Lilly in
4721 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
4722 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
4723 * doc/bison.texinfo (Prologue, Tracing): yyprint -> print_token_value.
4724 * src/parse-gram.y (print_token_value): Renamed from yyprint.
4726 (YYPARSE_PARAM, YYLEX_PARAM, yycontrol): Remove. All uses changed.
4727 The name "yycontrol" violates the name space rules, and this stuff
4728 wasn't being used anyway.
4729 (input): Remove action; this stuff wasn't being used.
4730 (gram_error): Rename local variable yylloc -> loc.
4731 * src/reader.h (struct gram_control_s, gram_control_t): Remove.
4732 (YY_DECL): Don't use "yy" at start of local variables.
4733 All uses changed, e.g., yylloc -> loc.
4734 * src/scan-gram.l (STEP): Renamed from YY_STEP. All uses changed.
4735 (STRING_GROW): Renamed from YY_OBS_GROW. All uses changed.
4736 (STRING_FINISH): Renamed from YY_OBS_FINISH. All uses changed.
4737 (STRING_FREE): Renamed from YY_OBS_FREE. All uses changed.
4739 * src/parse-gram.y (gram_error): loc is now const *.
4740 * src/reader.h (gram_error): Likewise.
4742 2002-11-24 Paul Eggert <eggert@twinsun.com>
4746 * tests/actions.at (Actions after errors): Use an output format
4747 more similar to that of the Printers and Destructors test.
4748 Test the position of the ';' token too.
4749 (Printers and Destructors): Likewise.
4750 (Printers and Destructors: %glr-parser): Remove for now, to avoid
4751 unnecessarily alarming people when the test fails.
4753 * data/yacc.c (yyerrlab1): Move this label down, so that the
4754 parser does not discard the lookahead token if the user code
4755 invokes YYERROR. This change is required for POSIX conformance.
4757 * lib/error.c: Sync with gnulib.
4759 2002-11-22 Paul Eggert <eggert@twinsun.com>
4761 * lib/quotearg.c, lib/quotearg.h: Sync with gnulib.
4762 * lib/mbswidth.c, lib/mbswidth.h: Likewise.
4763 * lib/xmalloc.c: Likewise.
4765 2002-11-20 Paul Eggert <eggert@twinsun.com>
4767 * lib/argmatch.c, lib/argmatch.h: Sync with gnulib.
4769 2002-11-20 Paul Eggert <eggert@twinsun.com>
4771 Avoid use of <assert.h>, as the GNU Coding Standards hint that one
4772 should use `if (! x) abort ();' rather than `assert (x);', and
4773 anyway it's one less thing to worry about configuring.
4775 * data/glr.c, lib/hash.c, src/system.h: Do not include <assert.h>.
4776 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise,
4777 and replace all instances of assert with abort.
4778 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
4779 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Likewise.
4781 * data/glr.c (yydoAction, yyglrReduce, yysplitStack, yyresolveStates,
4782 yyresolveAction, yyprocessOneStack): Use abort rather than assert.
4783 * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
4784 hash_find_entry, hash_rehash, hash_insert): Likewise.
4785 * src/conflicts.c (resolve_sr_conflict): Likewise.
4786 * src/lalr.c (set_goto_map, map_goto): Likewise.
4787 * src/nullable.c (nullable_compute): Likewise.
4788 * src/output.c (prepare_rules, token_definitions_output): Likewise.
4789 * src/reader.c (packgram, reader): Likewise.
4790 * src/state.c (state_new, state_free, state_transitions_set,
4791 state_reduction_find): Likewise.
4792 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias,
4793 symbol_pack): Likewise.
4794 * src/tables.c (conflict_row, pack_vector): Likewise.
4795 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
4796 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
4797 get_node_alignement_str, get_arrow_mode_str, get_crossing_type_str,
4798 get_view_str, get_linestyle_str, get_arrowstyle_str): Likewise.
4800 * lib/argmatch.h (ARRAY_CARDINALITY): Do not bother to #undef.
4801 (ARGMATCH_CONSTRAINT): New macro.
4802 (ARGMATCH_ASSERT): Use it.
4804 * src/system.h (verify): New macro.
4805 * src/getargs.c (trace_argmatch, report_argmatch): Use verify
4807 * src/tables.c (tables_generate): Likewise.
4809 * src/struniq.c (struniq_assert): Now returns void, and aborts
4810 if the assertion is false.
4811 (struniq_assert_p): Remove.
4812 * src/struniq.h: Likewise.
4814 2002-11-18 Paul Eggert <eggert@twinsun.com>
4816 * data/glr.c (yygetLRActions): Replace `yyindex' with
4817 `yytable[yyindex]' to fix typo introduced in my 2002-11-09 patch.
4818 This fixes the regression with Sun ONE Studio 7 cc that I reported in
4819 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00077.html>.
4821 2002-11-18 Akim Demaille <akim@epita.fr>
4823 * doc/bison.texinfo (Tracing): `yyprint' shouldn't prepend a
4825 From Tim Van Holder.
4827 2002-11-17 Paul Eggert <eggert@twinsun.com>
4829 Pacify Sun ONE Studio 7 lint. Also, rename "ParseError"
4830 to "SyntaxError" for consistency with my 2002-11-15 change.
4832 * data/glr.c (YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]: Do
4833 not define to {}, since this breaks the common use of `YYDPRINTF
4834 ((...));' if a single statement is desired (e.g. before `else').
4835 Work around GCC warnings by surrounding corresponding calls with
4837 (yyhasResolvedValue): Remove unused function.
4838 (yymergeOptionSets, yyresolvStack): Use `continue;' for empty
4840 (yyreportSyntaxError): Renamed from yyreportParseError.
4841 (yyrecoverSyntaxError): Renamed from yyrecoverParseError.
4843 * tests/calc.at (_AT_DATA_CALC_Y): Make vars static instead of
4844 extern when possible. Remove unused initializations.
4846 2002-11-16 Akim Demaille <akim@epita.fr>
4848 Augment the similarity between GLR and LALR traces.
4850 * data/yacc.c (yy_stack_print, YY_STACK_PRINT, yy_reduce_print)
4851 (YY_REDUCE_PRINT): New.
4852 (yyparse): Use them.
4853 * data/glr.c (yy_reduce_print): Use YYFPRINTF, no need for
4855 (yyglrReduce, yyrecoverParseError, yyparse): Don't report the
4856 state reached after the reduction/recovery, since...
4857 (yyparse, yyprocessOneStack): Report the state we are entering in.
4859 2002-11-16 Akim Demaille <akim@epita.fr>
4861 * src/getargs.h, src/getargs.c (trace_e, trace_args, trace_types):
4862 Add support for --trace=skeleton.
4863 * src/scan-skel.l: %option debug.
4864 Scan strings of non-@ or \n instead of character by character.
4865 (scan_skel): Handle trace_skeleton.
4867 (@output_parser_name@, @output_header_name@): ``Restore'' their
4868 support (used to be M4 macros).
4869 * data/yacc.c: Quote larger chunks, a la glr.c.
4870 * data/lalr1.cc: Likewise.
4871 The header guards are no longer available, so use some other
4872 string than `YYLSP_NEEDED'.
4874 2002-11-16 Akim Demaille <akim@epita.fr>
4876 Make the ``Printers and Destructors'' test more verbose, taking
4877 `yacc.c''s behavior as (possibly wrong) reference.
4879 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use printf
4880 instead of fprint on stdout.
4881 Set and report the last_line of the symbols.
4882 Consistently display values and locations.
4884 2002-11-16 Paul Eggert <eggert@twinsun.com>
4886 * data/yacc.c: Avoid over-quoting of __line__ and __file__.
4888 2002-11-15 Paul Eggert <eggert@twinsun.com>
4890 * tests/actions.at (Actions after errors): New test case.
4892 * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison.texinfo,
4893 src/conflicts.c, src/parse-gram.y, src/tables.c, src/tables.h,
4894 tests/action.at, tests/calc.at, tests/conflicts.at,
4895 tests/cxx-type.at, tests/regression.at:
4896 "parse error" -> "syntax error" for POSIX compatibility.
4897 "parsing stack overflow..." -> "parser stack overflow" so
4898 that code matches Bison documentation.
4900 2002-11-15 Akim Demaille <akim@epita.fr>
4902 * src/parse-gram.y (declaration): Have %parse-param and %lex-param
4903 take two BRACED_CODE, not two string_content.
4904 Free the scanner's obstack when we are done.
4905 (code_content): New.
4906 * tests/calc.at: Adjust.
4907 * doc/bison.texinfo: Adjust.
4908 Also, make sure to include the `,' for these declarations.
4910 2002-11-15 Tim Van Holder <tim.van.holder@pandora.be>
4912 * m4/prereq.m4: Removed the commented jm_PREREQ_HASH
4913 definition; avoids potential autoreconf problems.
4915 2002-11-15 Akim Demaille <akim@epita.fr>
4917 Always check the value returned by yyparse.
4919 * tests/calc.at (_AT_DATA_CALC_Y): Have `main' exit with the value
4920 returned by yyparse.
4921 (_AT_CHECK_CALC_ERROR): Take the expected exit value as argument.
4923 * tests/glr-regr1.at (glr-regr1.y): Have `main' exit with the value
4924 returned by yyparse.
4926 2002-11-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
4928 * data/glr.c (yyFail): Always set yyerrflag. Corrects regression
4931 2002-11-14 Paul Eggert <eggert@twinsun.com>
4933 * src/output.c (output_skeleton): Call xfopen instead of
4934 duplicating xfopen's body.
4936 Fix bugs reported by Nelson H. F. Beebe in
4937 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00078.html>.
4939 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that
4940 "$CC -E foo.h" is allowed, as this doesn't work with the Portland
4941 Group compiler. Instead, use "$CC -E bar.c". Include the .h
4942 file twice in the grammar, as an extra check.
4944 * tests/input.at (Torturing the Scanner): Surround the
4945 backslash-newline tests with "#if 0", to make it less likely that
4946 we'll run into compiler bugs. Bring back solitary \ inside
4947 comment, but add a closing comment to work around HP C bug. Don't
4948 test backslash-newline in C character constant.
4950 2002-11-14 Akim Demaille <akim@epita.fr>
4952 * tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore the exit
4953 status of the compiler.
4954 Calling `exit 1' is no longer needed.
4955 Reported by Nelson H. F. Beebe.
4957 2002-11-14 Akim Demaille <akim@epita.fr>
4959 * tests/atlocal.in (CPPFLAGS): We have config.h.
4960 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR):
4962 * tests/actions.at, tests/calc.at, tests/conflicts.at,
4963 * tests/cxx-type.at, tests/glr-regr1.at, tests/headers.at,
4964 * tests/regression.at, tests/torture.at: Use them for all the
4965 grammars that are to be compiled.
4966 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Rename as...
4967 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): this.
4968 * doc/bison.texinfo (GLR Parsers): Document `inline'.
4970 2002-11-14 Akim Demaille <akim@epita.fr>
4972 * doc/bison.texinfo: Various formatting changes (alignments in
4973 samples, additional @group/@end group, GCS in samples.
4974 Use @deffn instead of simple @table to define the directives,
4975 macros, variables etc.
4977 2002-11-13 Paul Eggert <eggert@twinsun.com>
4979 Fix some bugs reported by Albert Chin-A-Young in
4980 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00066.html>.
4982 * tests/input.at (Torturing the Scanner): Don't invoke "cc a.c b.c
4983 -o c"; the HP C compiler chatters during compilation.
4984 Instead, invoke "cc -c a.c -o a.o; cc -c b.c -o b.o; cc a.o b.o -o c".
4985 * tests/headers.at (export YYLTYPE): Likewise.
4987 * tests/input.at (Torturing the Scanner): Remove lines containing
4988 solitary backslashes, as they tickle a bug in the HP C compiler.
4990 * tests/glr-regr1.at (Badly Collapsed GLR States): Avoid //
4991 comments, since they're not portable. Use GNU coding style.
4993 2002-11-13 Akim Demaille <akim@epita.fr>
4995 * data/yacc.c: Leave bigger chunks of quoted text.
4996 (YYDSYMPRINTF): New.
4997 Use it to report symbol activities.
4998 * data/glr.c (YYDSYMPRINTF): New.
5001 2002-11-12 Paul Eggert <eggert@twinsun.com>
5005 * data/glr.c (yydoAction): Return YYRESULTTAG, not int.
5006 (yyglrReduce): Return yyok, not 0.
5007 This should avoid the enumerated-type warnings reported
5008 by Nelson H. F. Beebe in
5009 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00057.html>.
5011 * lib/bbitset.h (BITSET_INLINE): Remove.
5012 * lib/bitset.h [! BITSET_INLINE]: Remove.
5013 (bitset_set, bitset_reset, bitset_test): Rename local vars
5014 to avoid shadowing warnings by GCC.
5016 * data/glr.c (inline): Remove #define. It's the user's
5017 responsibility to #define it away, just like 'const'.
5018 This fixes one of the bugs reported by Nelson H. F. Beebe in
5019 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00058.html>.
5021 * Makefile.maint (po-check): Scan .l and .y files instead of the
5022 .c and the .h files that they generate. This fixes the bug
5023 reported by Tim Van Holder in:
5024 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00062.html>
5025 Look for N_ as well as for _. Try to avoid matching #define for
5027 * po/POTFILES.in: Remove src/parse-gram.c, src/scan-gram.c,
5028 src/system.h. Add src/parse-gram.y, src/scan-gram.l.
5029 * src/scan-gram.l: Revamp regular expressions so that " and '
5030 do not confuse xgettext.
5032 * src/struniq.h (struniq_new): Do not declare the return type
5033 to be 'const'; this violates the C standard.
5034 * src/struniq.c (struniq_new): Likewise.
5036 2002-11-12 Albert Chin-A-Young <china@thewrittenword.com>
5038 * src/Makefile.am (LDADD): Link $(LIBINTL) last to avoid the
5039 duplicate definition of optind on Tru64 UNIX 4.0D with the Compaq
5042 2002-11-12 Akim Demaille <akim@epita.fr>
5044 * Makefile.maint: Sync with Autoconf:
5045 (local_updates): New.
5047 2002-11-12 Akim Demaille <akim@epita.fr>
5049 * po/POTFILES.in (src/lalr.c, src/state.c): Remove
5051 2002-11-12 Akim Demaille <akim@epita.fr>
5053 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Display the
5056 2002-11-12 Akim Demaille <akim@epita.fr>
5058 * data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep to YYPRINT,
5061 2002-11-12 Akim Demaille <akim@epita.fr>
5063 * tests/actions.at (AT_CHECK_PRINTER_AND_DESTRUCTOR): New.
5064 Use it to test the GLR parser.
5066 2002-11-12 Akim Demaille <akim@epita.fr>
5068 * tests/regression.at (input.y): s/YYEOF/MYEOF/, as the skeleton
5070 * data/glr.c (yystos): New.
5071 (b4_yysymprint_generate, b4_yydestruct_generate): Invoke.
5073 (yyval): Don't define it, it is handled via M4.
5074 (yyrecoverParseError): Free verbosely the discarded symbols.
5075 * data/yacc.c (yysymprint): Remove, rather...
5076 (b4_yysymprint_generate): invoke.
5077 * data/c.m4 (b4_yysymprint_generate): New.
5078 Accept pointers as arguments, as opposed to the version from
5080 (b4_yydestruct_generate): Likewise.
5081 * tests/cations.at (Printers and Destructors): Use Bison directives
5082 instead of CPP macros.
5083 Don't rely on internal details.
5085 2002-11-12 Akim Demaille <akim@epita.fr>
5087 * data/c.m4 (b4_yydestruct_generate, b4_symbol_actions): New.
5088 * data/yacc.c: Rename yychar1 as yytoken, as in glr.c.
5089 Don't work on yychar (i.e., do set it to YYEMPTY, don't match
5090 it against YYEMPTY and so forth), work on yytoken (i.e., set
5091 it to YYEMPTY etc.).
5092 (yydestruct): Replace with a b4_yydestruct_generate invocation.
5093 (b4_symbol_actions): Remove.
5094 * data/glr.c (YYTRANSLATE): As for yacc.c, if negative, it stands
5095 for 0, end-of-input.
5097 2002-11-12 Akim Demaille <akim@epita.fr>
5099 * doc/bison.texinfo (Destructor Decl): New.
5101 2002-11-12 Akim Demaille <akim@epita.fr>
5103 * src/tables.c (tables_generate): Use free for pointers that
5104 cannot be NULL, not XFREE.
5105 (pack_vector): Use assert, not fatal, for bound violations.
5106 * src/state.c (state_new): Likewise.
5107 * src/reader.c (reader): Likewise.
5108 * src/lalr.c (set_goto_map): Likewise.
5109 * src/location.h (LOCATION_PRINT): If first_line is 0, just issue
5112 2002-11-12 Akim Demaille <akim@epita.fr>
5114 * src/scan-gram.l, src/reader.h (scanner_last_string_free):
5116 * src/scan-gram.l (last_string): Is global to the file, not to
5118 * src/parse-gram.y (input): Don't append the epilogue here,
5119 (epilogue.opt): do it here, and free the scanner's obstack.
5120 * src/reader.c (epilogue_set): Rename as...
5121 (epilogue_augment): this.
5122 * data/c.m4 (b4_epilogue): Defaults to empty.
5124 2002-11-12 Akim Demaille <akim@epita.fr>
5126 * src/getargs.c (long_options): Remove duplicates.
5127 * src/vmsgetargs.c, src/build.com, src/bison.cld, src/vmshlp.mar:
5129 * doc/bison.rnh: Remove.
5130 * doc/bison.texinfo (VMS Invocation): Remove.
5132 2002-11-12 Akim Demaille <akim@epita.fr>
5134 * src/struniq.h, src/struniq.c (struniq_t): Is const.
5135 (STRUNIQ_EQ, struniq_assert, struniq_assert_p): New.
5137 Use struniq for symbols.
5139 * src/symtab.h (symbol_t): The tag member is a struniq.
5140 (symbol_type_set): Adjust.
5141 * src/symtab.c (symbol_new): Takes a struniq.
5142 (symbol_free): Don't free the tag member.
5143 (hash_compare_symbol_t, hash_symbol_t): Rename as...
5144 (hash_compare_symbol, hash_symbol): these.
5145 Use the fact that tags as struniqs.
5146 (symbol_get): Use struniq_new.
5147 * src/symlist.h, src/symlist.c (symbol_list_n_type_name_get):
5149 * src/reader.h (merger_list, grammar_currentmerge_set): The name
5150 and type members are struniqs.
5151 * src/reader.c (get_merge_function)
5152 (grammar_current_rule_merge_set): Adjust.
5153 (TYPE, current_type): Are struniq.
5155 Use struniq for file names.
5157 * src/files.h, src/files.c (infile): Split into...
5158 (grammar_file, current_file): these.
5159 * src/scan-gram.c (YY_USER_INIT, handle_syncline): Adjust.
5160 * src/reduce.c (reduce_print): Likewise.
5161 * src/getargs.c (getargs): Likewise.
5162 * src/complain.h, src/complain.c: Likewise.
5163 * src/main.c (main): Call struniqs_new early enough to use it for
5165 Don't free the input file name.
5167 2002-11-12 Akim Demaille <akim@epita.fr>
5169 * src/symtab.c (symbol_free): Remove dead deactivated code:
5170 type_name are properly removed.
5171 Don't use XFREE to free items that cannot be NULL.
5172 * src/struniq.h, src/struniq.c: New.
5173 * src/main.c (main): Initialize/free struniqs.
5174 * src/parse-gram.y (%union): Add astruniq member.
5176 * src/scan-gram.l (<{tag}>): Return a struniq.
5177 Free the obstack bit that used to store it.
5178 * src/symtab.h (symbol_t): The 'type_name' member is a struniq.
5180 2002-11-11 Paul Eggert <eggert@twinsun.com>
5182 Revamp to fix many (but not all) of the C- and M4-related quoting
5183 problems. Among other things, this fixes the Bison bug reported
5184 by Jan Hubicka when processing the Bash grammar; see:
5185 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00039.html>
5187 Use new @ escapes consistently. Represent brackets with @{ and @}
5188 rather than @<:@ and @:>@, since this works a bit better with dumb
5189 editors like vi. Represent @ with @@, since @ is now consistently
5190 an escape. Use @oline@ and @ofile@ rather than __oline__ and
5191 __ofile__, to avoid unexpected expansions. Similarly, use @output
5192 rather than #output.
5194 * data/c.m4 (b4_copyright): Omit file name from comment, since
5195 the file name could contain "*/".
5196 (b4_synclines_flag): Don't quote the 2nd argument; it should already
5197 be quoted. All uses changed.
5199 * data/glr.c: Use new @ escapes consistently.
5200 (b4_input_suffix, b4_output_parser_suffix, b4_output_parser_name,
5201 b4_output_header_suffix, b4_output_header_name, b4_header_guard):
5202 Remove, since they couldn't handle arbitrary characters in file
5204 * data/lalr1.cc: Likewise.
5205 * data/yacc.c: Likewise.
5207 * src/files.c (output_infix): Remove; all uses removed.
5208 * src/files.h: Likewise.
5210 * data/glr.c: Remove use of "#ifdef b4_header_guard", since it
5211 mishandled funny characters in file names, and anyway it isn't
5213 * data/yacc.c: Likewise.
5214 * data/lalr1.cc: Use YYSLP_NEEDED instead of b4_header_guard.
5216 * data/glr.c (YYSTYPE_IS_TRIVIAL): Define when the .h file would.
5217 * data/yacc.c: Likewise.
5219 * src/muscle_tab.c: Include quotearg.h, since we need to quote C
5221 (muscle_init): Quote filename as a C string.
5222 * src/muscle_tab.h (MUSCLE_GROW_STRING_PAIR): Remove; unused.
5223 (MUSCLE_OBSTACK_SGROW, MUSCLE_INSERT_C_STRING): New macros.
5224 * src/output.c (escaped_file_name_output): New function.
5225 (prepare_symbols): Quote tokens for M4.
5226 (prepare): Don't insert output_infix, output_prefix,
5227 output_parser_name, output_header_name; this is now down by scan-skel.
5228 Insert skeleton as a C string.
5230 * src/output.c (user_actions_output, symbol_destructors_output,
5231 symbol_printers_output): Quote filenames for C and M4.
5232 * src/reader.c (prologue_augment, epilogue_set): Likewise.
5234 * src/scan-gram.l (<SC_CHARACTER>): Don't worry about any backslash
5235 escapes other than \\ and \'; this simplifies the code.
5236 (<SC_STRING>): Likewise, for \\ and \".
5237 (<SC_COMMENT,SC_LINE_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,
5238 SC_PROLOGUE,SC_EPILOGUE>): Escape $ and @, too.
5239 Use new escapes @{ and @} for [ and ].
5241 * src/scan-skel.l (yylineno, yyoutname): Remove static vars, replacing
5242 them with auto vars.
5243 Switch to new escape scheme, where @ is the escape character uniformly.
5244 Abort if a stray escape character is found. Avoid unbounded input
5245 buffer when parsing non-escaped text.
5247 * tests/input.at (Torturing the Scanner): Add tests that @oline@,
5248 __oline__, #output, $@, and @{ do not have unintended meanings.
5250 2002-11-09 Paul Eggert <eggert@twinsun.com>
5252 Fix the test failure due to GCC warnings described in
5253 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00000.html>.
5254 * data/glr.c (yyis_pact_ninf, yyis_table_ninf): New macros, which
5255 evaluate to 0 if it's impossible for NINF to be in the respective
5257 (yygetLRActions, yyrecoverParseError): Use them.
5259 * src/scan-gram.l (unexpected_end_of_file): Fix bug: columns were
5260 counted in the token inserted at end of file. Now takes
5261 location_t *, not location_t, so that the location can be
5262 adjusted. All uses changed.
5264 * tests/regression.at (Invalid inputs): Adjust wording in
5265 diagnostic to match the new behavior.
5267 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR,
5268 AT_DATA_HORIZONTAL_GRAMMAR, AT_DATA_LOOKAHEADS_GRAMMAR,
5269 AT_DATA_STACK_TORTURE): Replace `assert (x);' with `if (! (x))
5270 abort ();'. This reduces the runtime of the "Many lookaheads"
5271 test from 27.6 to 2.7 minutes on a 440 MHz Ultrasparc III running
5274 2002-11-07 Paul Eggert <eggert@twinsun.com>
5276 * src/parse-gram.y (CHARACTER): Remove unused token.
5279 * src/scan-gram.l: Remove stack option. We no longer use the
5280 stack, since the stack was never deeper than 1; instead, use the
5281 new auto var c_context to record the stacked value.
5283 Remove nounput option. At an unexpected end of file, we now unput
5284 the minimal input necessary to end cleanly; this simplifies the
5287 Avoid unbounded token sizes where this is easy.
5289 (unexpected_end_of_file): New function.
5290 Use it to systematize the error message on unexpected EOF.
5291 (last-string): Now auto, not static.
5292 (YY_OBS_FREE): Remove unnecessary do while (0) wrapper.
5293 (scanner_last_string_free): Remove; not used.
5294 (percent_percent_count): Move decl to just before use.
5295 (SC_ESCAPED_CHARACTER): Return ID at unexpected end of file,
5296 not the (never otherwised-used) CHARACTER.
5298 2002-11-07 Akim Demaille <akim@epita.fr>
5300 Let yyerror always receive the msg as last argument, so that
5301 yyerror can be variadic.
5303 * data/yacc.c (b4_yyerror_args): New.
5304 Use it when calling yyerror.
5305 * data/glr.c (b4_yyerror_args, b4_lyyerror_args): New.
5306 Use it when calling yyerror.
5307 * doc/bison.texinfo (Error Reporting): Adjust.
5308 * tests/calc.at (_AT_DATA_CALC_Y): Adjust.
5309 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Adjust.
5311 2002-11-06 Akim Demaille <akim@epita.fr>
5313 #line should have quoted strings.
5314 Ideally, this should be done by m4_quotearg.
5316 * src/scan-skel.l: Include quotearg.h.
5318 * src/output.c (symbol_printers_output)
5319 (symbol_destructors_output): Quote the file name.
5321 2002-11-06 Akim Demaille <akim@epita.fr>
5323 * tests/regression.at (Invalid inputs): Adjust to the recent
5326 2002-11-06 Akim Demaille <akim@epita.fr>
5329 Reported by Jim Kent.
5331 * data/c.m4 (b4_syncline): New.
5332 * data/glr.c, data/yacc.c, data/lalr1.cc: Use it.
5333 * src/reader.c (prologue_augment, epilogue_set): Use b4_syncline.
5334 * src/output.c (user_actions_output): Likewise.
5335 (prepare): Define 'b4_synclines_flag'.
5336 * src/muscle_tab.c (muscle_init): Don't define b4_linef.
5338 2002-11-06 Akim Demaille <akim@epita.fr>
5340 * src/main.c (main): Free `infile'.
5341 * src/scan-gram.l (handle_syncline): New.
5343 * src/output.c (user_actions_output, symbol_destructors_output)
5344 (symbol_printers_output): Use the location's file name, not
5346 * src/reader.c (prologue_augment, epilogue_set): Likewise.
5348 2002-11-05 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
5350 * src/tables.c (matching_state): Don't allow states to match if
5351 either has GLR conflict entries.
5353 2002-11-05 Paul Eggert <eggert@twinsun.com>
5355 * src/scan-gram.l: Use more accurate diagnostics, e.g.
5356 "integer out of range" rather than "invalid value".
5357 * tests/input.at (Invalid $n, Invalid @n): Change expected wording
5360 Scan <% and %> digraphs in C code as POSIX 1003.1-2001 requires.
5361 Also, remove one static variable in the scanner.
5363 * src/scan-gram.l (braces_level): Now auto, not static.
5364 Initialize to zero if the compiler is being picky.
5365 (INITIAL): Clear braces_level instead of incrementing it.
5366 (SC_BRACED_CODE): Treat <% and %> as { and } when inside C code,
5367 as POSIX 1003.1-2001 requires.
5368 * src/system.h (IF_LINT): New macro, taken from coreutils.
5369 * configure.ac: Define "lint" if --enable-gcc-warnings.
5371 2002-11-05 Akim Demaille <akim@epita.fr>
5373 * src/scan-gram.l: When it starts with `%', complain about the
5374 whole directive, not just that `invalid character: %'.
5376 2002-11-04 Akim Demaille <akim@epita.fr>
5378 * Makefile.maint: Update from Autoconf.
5379 (update, cvs-update, po-update, do-po-update): New.
5381 2002-11-04 Akim Demaille <akim@epita.fr>
5383 * tests/glr-regr1.at (Badly Collapsed GLR States): Prototype yylex
5385 Have yyerror `use' its arguments.
5386 * tests/calc.at (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF
5387 returns true when location & yacc & pure & parse-param.
5388 (_AT_DATA_CALC_Y): Let yyerror ``use'' its arguments.
5390 2002-11-04 Akim Demaille <akim@epita.fr>
5392 * src/location.h (LOCATION_PRINT): Use quotearg slot 3 to avoid
5394 * src/scan-gram.l: Use [\'] instead of ['] to pacify
5397 Use quote, not quote_n since LOCATION_PRINT no longer uses the
5400 2002-11-03 Paul Eggert <eggert@twinsun.com>
5402 * src/reader.c (get_merge_function, grammar_current_rule_check):
5403 Use consistent diagnostics for reporting type name clashes.
5404 Quote the types with <>, for consistency with Yacc.
5405 * tests/input.at (Type Clashes): Adjust to diagnostic changes.
5407 2002-11-03 Akim Demaille <akim@epita.fr>
5409 * data/c.m4 (b4_identification, b4_user_args, b4_parse_param):
5411 * data/yacc.m4 (b4_pure_args, b4_Pure_args): New.
5412 (b4_parse_param): Remove.
5413 Use b4_identification.
5414 Propagate b4_pure_args where needed to pass them to yyerror.
5415 * data/glr.m4 (b4_parse_param): Remove.
5416 (b4_user_formals, b4_pure_args, b4_pure_formals, b4_lpure_args)
5417 (b4_lpure_formals): New.
5418 Use b4_identification.
5419 (YY_USER_FORMALS, YY_USER_ARGS): Remove, replaced by
5420 b4_user_formals and b4_user_args.
5421 (yyexpandGLRStack, yyFail, yyaddDeferredAction, yyglrShiftDefer)
5422 (yyreportAmbiguity): When using a pure parser, also need
5423 the location, and the parse-params.
5425 (yyuserAction, yyglrShift, yyreportParseError, yyrecoverParseError):
5426 When using a pure parser, also need the parse-params.
5428 * tests/calc.at: Test pure (%pure-parser) and absolutely pure
5429 (%pure-parser + %parse-param) LALR and GLR parsers.
5430 (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): New, define AT_PARAM_IF,
5431 AT_LOCATION_IF, AT_PURE_IF, AT_GLR_IF, AAT_PURE_AND_LOC_IF,
5432 AT_GLR_OR_PARAM_IF, AT_YYERROR_ARG_LOC_IF, AT_YYERROR_SEES_LOC_IF.
5433 (_AT_DATA_CALC_Y): Equip for purity of yyerror.
5434 (_AT_CHECK_CALC_ERROR): Use AT_YYERROR_SEES_LOC_IF.
5435 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Equip for yyerror purity.
5436 * doc/bison.texinfo: Untabify the whole file.
5437 (Parser Function): Document %parse-param, deprecate YYPARSE_PARAM.
5438 (Pure Calling): Document %lex-param, deprecate YYLEX_PARAM.
5439 (Error Reporting): Adjust to these new directives.
5440 Document %error-verbose, deprecate YYERROR_VERBOSE.
5442 2002-11-03 Akim Demaille <akim@epita.fr>
5444 * tests/calc.at: Change all the AT_CHECK_CALC_LALR and
5445 AT_CHECK_CALC_GLR invocations to use % directives, instead of
5446 command line options.
5447 * tests/cxx-type.at: Formatting changes.
5449 2002-11-03 Paul Eggert <eggert@twinsun.com>
5451 * src/scan-gram.l: Revamp to fix POSIX incompatibilities,
5452 to count columns correctly, and to check for invalid inputs.
5454 Use mbsnwidth to count columns correctly. Account for tabs, too.
5456 (YY_USER_ACTION): Invoke extend_location rather than LOCATION_COLUMNS.
5457 (extend_location): New function.
5460 Handle CRLF in C code rather than in Lex code.
5461 (YY_INPUT): New macro.
5462 (no_cr_read): New function.
5464 Scan UCNs, even though we don't fully handle them yet.
5465 (convert_ucn_to_byte): New function.
5467 Handle backslash-newline correctly in C code.
5468 (SC_LINE_COMMENT, SC_YACC_COMMENT): New states.
5469 (eols, blanks): Remove. YY_USER_ACTION now counts newlines etc.;
5471 (tag, splice): New EREs. Do not allow NUL or newline in tags.
5472 Use {splice} wherever C allows backslash-newline.
5473 YY_STEP after space, newline, vertical-tab.
5474 ("/*"): BEGIN SC_YACC_COMMENT, not yy_push_state (SC_COMMENT).
5476 (letter, id): Don't assume ASCII; e.g., spell out a-z.
5478 ({int}, handle_action_dollar, handle_action_at): Check for integer
5481 (YY_STEP): Omit trailing semicolon, so that it's more like C.
5483 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>): Allow \0 and \00
5484 as well as \000. Check for UCHAR_MAX, not 255.
5485 Allow \x with an arbitrary positive number of digits, as in C.
5486 Check for overflow here.
5487 Allow \? and UCNs, for compatibility with C.
5489 (handle_symbol_code_dollar): Use quote_n slot 1 to avoid collision
5490 with quote slot used by complain_at.
5492 * tests/input.at: Add tests for backslash-newline, m4 quotes
5493 in symbols, long literals, and funny escapes in strings.
5495 * configure.ac (jm_PREREQ_MBSWIDTH): Add.
5496 * lib/Makefile.am (libbison_a_SOURCES): Add mbswidth.h, mbswidth.c.
5497 * lib/mbswidth.h, lib/mbswidth.c: New files, from GNU gettext.
5498 * m4/Makefile.am (EXTRA_DIST): Add mbswidth.m4.
5499 * m4/mbswidth.m4: New file, from GNU coreutils.
5501 * doc/bison.texinfo (Grammar Outline): Document // comments.
5502 (Symbols): Document that trigraphs have no special meaning in Bison,
5503 nor is backslash-newline allowed.
5504 (Actions): Document that trigraphs have no special meaning.
5506 * src/location.h (LOCATION_COLUMNS, LOCATION_LINES): Remove;
5509 2002-11-02 Paul Eggert <eggert@twinsun.com>
5511 * src/reader.c: Don't include quote.h; not needed.
5512 (get_merge_function): Reword warning to be consistent with
5513 type clash diagnostic in grammar_current_rule_check.
5515 * lib/quotearg.c (quotearg_buffer_restyled): Fix off-by-two
5516 bug in trigraph handling.
5518 * src/output.c (prepare_symbols): When printing token names,
5519 escape "[" as "@<:@" and likewise for "]".
5521 * src/system.h (errno): Remove declaration, as we are now
5522 assuming C89 or better, and C89 guarantees errno.
5524 2002-10-30 Paul Eggert <eggert@twinsun.com>
5526 * lib/bitset_stats.c (bitset_stats_read, bitset_stats_write):
5527 Check for close failures.
5528 * src/files.h (xfclose): Return void, not int, since it always
5530 * src/files.c (xfclose): Likewise. Report I/O error if ferror
5532 * src/output.c (output_skeleton): Use xfclose rather than fclose
5533 and ferror. xfclose now checks ferror.
5535 * data/glr.c (YYLEFTMOST_STATE): Remove.
5536 (yyreportTree): Use a stack-based leftmost state. This avoids
5537 our continuing battles with bogus warnings about initializers.
5539 2002-10-30 Akim Demaille <akim@epita.fr>
5541 * src/system.h: Don't use #ifdef/#ifndef on HAVE_ values, only
5544 2002-10-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
5546 * tests/glr-regr1.at: New test for reported regressions.
5547 * tests/testsuite.at: Add glr-regr1.at test.
5548 * tests/Makefile.am: Add glr-regr1.at test.
5550 2002-10-24 Paul Eggert <eggert@twinsun.com>
5554 * tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat declaration.
5555 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Include stdlib.h, since
5556 we use malloc. Don't assume 'A' through 'Z' are contiguous.
5557 Don't assume strdup exists; POSIX says its an XSI extension.
5558 Check for buffer overflow on input.
5560 2002-10-24 Akim Demaille <akim@epita.fr>
5562 * src/output.c (output_skeleton): Don't disable M4sugar comments
5563 too soon: it results in comments being expanded.
5564 * data/yacc.c, data/glr.c, data/lalr1.cc: Do it right before the
5567 2002-10-24 Akim Demaille <akim@epita.fr>
5569 * data/yacc.c (m4_int_type): New.
5570 * data/c.m4 (m4_int_type): Don't use yysigned_char, but `signed
5571 char' as only yacc.c wants K&R portability.
5572 * data/glr.c (yysigned_char): Remove.
5573 * data/lalr1.cc: Rename the trailing b4_name as b4_parser_class_name.
5574 Reported by Quoc Peyrot.
5576 2002-10-23 Paul Eggert <eggert@twinsun.com>
5578 * src/main.c (main): With --trace=time, report times even if a
5579 non-fatal error occurs. Formerly, the times were reported in some
5580 such cases but not in others.
5581 * src/reader.c (reader): Just return if a complaint has been issued,
5582 instead of exiting, so that 'main' can report times.
5584 2002-10-22 Akim Demaille <akim@epita.fr>
5586 * src/system.h: Include sys/types.
5587 Reported by Bert Deknuydt.
5589 2002-10-23 Paul Eggert <eggert@twinsun.com>
5591 * configure.ac (AC_PROG_LEX): Use instead of AM_PROG_LEX.
5592 Suggested by Art Haas.
5594 2002-10-22 Paul Eggert <eggert@twinsun.com>
5596 * src/complain.c (exit) [! (STDC_HEADERS || _LIBC)]: Remove exit
5597 decl; not needed any more.
5598 * src/main.c (main): Use return to exit, undoing yesterday's change.
5599 The last OS that we could find where this wouldn't work is
5600 SunOS 3.5, and that's too old to worry about now.
5602 * data/glr.c (struct yyltype): Define members even when not
5603 doing locations. This is more consistent with yacc.c, and it
5604 works around the following bug reports:
5605 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00106.html
5606 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00111.html
5608 * doc/bison.texinfo: Minor spelling and typographical fixes. Use
5609 @acronym consistently. Standardize on "Yacc" instead of "YACC",
5610 "Algol" instead of "ALGOL". Give a bit more history about BNF.
5612 2002-10-22 Akim Demaille <akim@epita.fr>
5616 2002-10-21 Paul Eggert <eggert@twinsun.com>
5618 Be consistent about 'bool'; the old code used an enum in one
5619 module and an int in another, and this violates the C standard.
5620 * m4/stdbool.m4: New file, from coreutils 4.5.3.
5621 * configure.ac (AC_HEADER_STDBOOL): Add.
5622 * m4/Makefile.am (EXTRA_DIST): Add stdbool.m4.
5623 * src/muscle_tab.c (hash_compare_muscles): (a ? FALSE : TRUE) -> (! a)
5624 * src/symtab.c (hash_compare_symbol_t): Likewise.
5625 * src/system.h (bool, false, true): Use a definition consistent
5626 with ../lib/hash.c. All uses changed.
5628 * src/complain.c (warning_issued): Renamed from warn_message_count,
5629 so that we needn't worry about integer overflow (!).
5630 Now of type bool. All uses changed.
5631 (complaint_issued): Renamed from complain_message_count; likewise.
5633 * src/main.c (main): Use exit to exit with failure.
5635 * src/complain.c (fatal_at, fatal): Use EXIT_FAILURE and EXIT_SUCCESS
5636 rather than 1 and 0.
5637 * src/main.c (main): Likewise.
5638 * src/getargs.c (getargs): Likewise.
5639 * src/reader.c (reader): Likewise.
5641 * src/getarg.c (getargs): Remove duplicate code for
5642 "Try `bison --help'".
5644 * src/files.c (xfopen, xfclose): Use EXIT_FAILURE rather than 2.
5645 What was that "2" for?
5647 * src/complain.h (fatal, fatal_at): Add __attribute__((__noreturn__)).
5648 * src/getargs.c (usage): Likewise.
5650 * src/getargs.c (getargs): When there are too few operands, report
5651 the last one. When there are too many, report the first extra
5652 one. This is how diffutils does it.
5654 2002-10-20 Paul Eggert <eggert@twinsun.com>
5656 Remove K&R vestiges.
5657 * configure.ac (AC_C_CONST, AM_C_PROTOTYPES): Remove.
5658 * src/complain.c (VA_START): Remove. Assume prototypes.
5659 (vfprintf) [! (HAVE_VPRINTF || defined vfprintf)]: New macro.
5660 (private_strerror, warn_at, warn, complain_at, complain, fatal_at,
5661 fatal): Assume prototypes.
5662 * src/complain.h: Assume prototypes.
5663 * src/system.h (PARAMS): Remove.
5664 Include <limits.h> unconditionally, since it's guaranteeed even
5665 for a freestanding C89 compiler.
5666 (SHRT_MIN, SHRT_MAX): Remove, since C89 guarantees them.
5667 * src/vmsgetargs.c (getargs, cli_present, cli_get_value): Prototype.
5669 2002-10-20 Akim Demaille <akim@epita.fr>
5671 * src/muscle_tab.c (muscle_grow): Remove trailing debugging code.
5672 * data/glr.c (YY_USER_FORMALS, YY_USER_ARGS): New.
5673 (yyuserAction, yydoAction, yyglrReduce, yyresolveValue)
5674 (yyresolveStates, yyresolveAction, yyresolveStack)
5675 (yyprocessOneStack): Use them.
5676 (yy_reduce_print): New.
5677 * tests/calc.at (_AT_DATA_CALC_Y): Exercise %parse-param.
5679 2002-10-20 Akim Demaille <akim@epita.fr>
5681 * data/c.m4 (b4_c_ansi_args): Recognize functions with no
5682 arguments and output `void'.
5683 (b4_c_function): Rename as...
5684 (b4_c_function_def): this.
5685 (b4_c_function_decl, b4_c_ansi_function_def)
5686 (b4_c_ansi_function_decl): New.
5687 Change the interpretation of the arguments: before `int, foo', now
5689 * data/yacc.c (yyparse): Prototype and define thanks to these.
5690 Adjust b4_c_function_def uses.
5691 * data/glr.c (yyparse): Likewise, but ANSI only.
5693 2002-10-20 Akim Demaille <akim@epita.fr>
5695 * src/output.c (prepare): Move the definition of `tokens_number',
5696 `nterms_number', `undef_token_number', `user_token_number_max'
5698 (prepare_tokens): Here.
5699 (prepare_tokens): Rename as...
5700 (prepare_symbols): this.
5701 (prepare): Move the definition of `rules_number' to...
5702 (prepare_rules): here.
5703 (prepare): Move the definition of `last', `final_state_number',
5704 `states_number' to...
5705 (prepare_states): here.
5706 * data/yacc.c, data/lalr1.cc, data/glr.c: Normalize `>' into `<'.
5708 2002-10-20 Akim Demaille <akim@epita.fr>
5710 * src/tables.h, src/tables.c, src/output.c: Comment changes.
5712 2002-10-20 Akim Demaille <akim@epita.fr>
5714 * data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if): Move to...
5717 2002-10-20 Akim Demaille <akim@epita.fr>
5719 * src/output.c (prepare): Use MUSCLE_INSERT_STRING.
5720 * src/muscle_tab.c (muscle_pair_list_grow): Rename `val as
5722 (muscle_init): Move the `b4_ltype', `b4_maxdepth', `b4_initdepth',
5724 * data/glr.c, data/lalr1.cc, data/yacc.c (b4_location_type)
5725 (b4_stack_depth_init, b4_stack_depth_max, b4_parser_class_name):
5728 2002-10-19 Paul Eggert <eggert@twinsun.com>
5730 Do not create a temporary file, as that involves security and
5731 cleanup headaches. Instead, use a pair of pipes.
5732 Derived from a suggestion by Florian Krohm.
5733 * lib/subpipe.c, lib/subpipe.h, m4/subpipe.m4: New files.
5734 * lib/mkstemp.c, lib/readpipe.c, lib/tempname.c, m4/mkstemp.m4: Remove.
5735 * configure.ac (UTILS_FUNC_MKSTEMP, jm_PREREQ_TEMPNAME): Remove.
5736 (BISON_PREREQ_SUBPIPE): Add.
5737 * lib/Makefile.am (libbison_a_SOURCES): Remove readpipe.c.
5738 Add subpipe.h, subpipe.c.
5739 * m4/Makefile.am (EXTRA_DIST): Remove mkstemp.m4. Add subpipe.m4.
5740 * po/POTFILES.in: Add lib/subpipe.c.
5741 * src/output.c: Include "subpipe.h".
5742 (m4_invoke): Remove decl.
5743 (scan_skel): New decl.
5744 (output_skeleton): Use pipe rather than temporary file for m4 input.
5745 Check that m4sugar.m4 is readable, to avoid deadlock.
5746 Check for pipe I/O error.
5747 * src/scan-skel.l (readpipe): Remove decl.
5748 (scan_skel): New function, to be used in place of m4_invoke.
5749 Read from stream rather than file.
5751 * lib/timevar.c (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Do not cast to
5752 float, as this generates a warning on Solaris 8 + GCC 3.2 with
5753 --enable-gcc-warnings. Instead, divide into 1.0 rather than 1;
5754 this generates a more-accurate value anyway.
5756 * lib/timevar.c (timervar_accumulate): Rename locals to
5757 avoid confusion with similarly-named more-global.
5758 * src/muscle_tab.c (muscle_pair_list_grow): Likewise.
5760 * src/output.c (prepare): Use xstrdup to convert char const *
5761 to char *, to avoid GCC warning.
5763 2002-10-19 Akim Demaille <akim@epita.fr>
5765 * tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC, LEX_FORMALS,
5766 LEX_PRE_FORMALS, LEX_ARGS, LEX_PRE_ARGS, USE_LEX_ARGS.
5767 Use them to have `calc.y' ready for %pure-parser.
5768 * data/yacc.c (YYLEX): Pass a yylex return type to
5771 2002-10-19 Akim Demaille <akim@epita.fr>
5773 Prototype support of %lex-param and %parse-param.
5775 * src/parse-gram.y: Add the definition of the %lex-param and
5776 %parse-param tokens, plus their rules.
5777 Drop the `_' version of %glr-parser.
5779 * src/scan-gram.l (INITIAL): Scan them.
5780 * src/muscle_tab.c: Comment changes.
5781 (muscle_insert, muscle_find): Rename `pair' as `probe'.
5782 * src/muscle_tab.h (MUSCLE_INSERT_PREFIX): Remove unused.
5783 (muscle_entry_s): The `value' member is no longer const.
5784 Adjust all dependencies.
5785 * src/muscle_tab.c (muscle_init): Adjust: use
5786 MUSCLE_INSERT_STRING.
5787 Initialize the obstack earlier.
5788 * src/muscle_tab.h, src/muscle_tab.c (muscle_grow)
5789 (muscle_pair_list_grow): New.
5790 * data/c.m4 (b4_c_function_call, b4_c_args): New.
5791 * data/yacc.c (YYLEX): Use b4_c_function_call to honor %lex-param.
5792 * tests/calc.at: Use %locations, not --locations.
5793 (AT_CHECK_CALC_GLR): Use %glr-parser, not %glr_parser.
5795 2002-10-19 Akim Demaille <akim@epita.fr>
5797 * src/getargs.c (usage): Take status as argument and exit
5799 Report the traditional `Try ... --help' message when status != 0.
5800 (usage, version): Don't take a FILE * as arg, it is pointless.
5801 (getargs): When there is an incorrect number of arguments, make it
5802 an error, and report it GNUlically thanks to `usage ()'.
5804 2002-10-18 Paul Eggert <eggert@twinsun.com>
5806 * data/glr.c (yyreportParseError): Don't assume that sprintf
5807 yields the length of the printed string, as this is not true
5808 on SunOS 4.1.4. Reported by Peter Klein.
5810 * tests/calc.at (_AT_DATA_CALC_Y): #undef memcmp and realloc.
5811 * tests/conflicts.at (%nonassoc and eof): Likewise.
5812 Fixes SunOS 4.1.4 test failure reported by Peter Klein.
5814 2002-10-17 Akim Demaille <akim@epita.fr>
5816 * src/getargs.h (trace_e): Add trace_scan, and trace_parse.
5817 * src/getargs.c (trace_types, trace_args): Adjust.
5818 * src/reader.c (grammar_current_rule_prec_set)
5819 (grammar_current_rule_dprec_set, grammar_current_rule_merge_set):
5820 Standardize error messages.
5822 (reader): Use trace_flag to enable scanner/parser debugging,
5823 instead of an adhoc scheme.
5824 * src/scan-gram.l: Remove trailing debugging code.
5826 2002-10-16 Paul Eggert <eggert@twinsun.com>
5828 * src/muscle_tab.h (MUSCLE_TAB_H_): Was misspelled as
5831 * NEWS: Officially drop support for building Bison with K&R C,
5832 since it didn't work anyway and it's not worth worrying about.
5833 * Makefile.maint (wget_files): Remove ansi2knr.c.
5834 (ansi2knr.c-url_prefix): Remove.
5835 * lib/.cvsignore: Remove ansi2knr, ansi2knr.*.
5836 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
5837 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
5839 2002-10-15 Paul Eggert <eggert@twinsun.com>
5841 Stop using the "enum_" trick for K&R-style function definitions;
5842 it confused me, and I was the author! Instead, assume that people
5843 who want to use K&R C compilers (when using these modules in GCC,
5844 perhaps?) will run ansi2knr.
5846 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): Remove.
5847 All uses of "enum_" changed to "enum ".
5848 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
5849 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
5851 * lib/abitset.c (abitset_and, abitset_and_cmp, abitset_and_or,
5852 abitset_and_or_cmp, abitset_andn, abitset_andn_cmp,
5853 abitset_andn_or, abitset_andn_or_cmp, abitset_bytes, abitset_copy,
5854 abitset_copy1, abitset_disjoint_p, abitset_empty_p,
5855 abitset_equal_p, abitset_init, abitset_list, abitset_list_reverse,
5856 abitset_not, abitset_ones, abitset_or, abitset_or_and,
5857 abitset_or_and_cmp, abitset_or_cmp, abitset_reset, abitset_set,
5858 abitset_size, abitset_small_list, abitset_subset_p, abitset_test,
5859 abitset_unused_clear, abitset_xor, abitset_xor_cmp, abitset_zero):
5860 Use function prototypes; this removes the need for declaring
5861 static functions simply to provide their prototypes.
5862 * lib/bitset.c (bitset_alloc, bitset_and_or_, bitset_and_or_cmp_,
5863 bitset_andn_or_, bitset_andn_or_cmp_, bitset_bytes, bitset_copy_,
5864 bitset_count_, bitset_create, bitset_dump, bitset_first,
5865 bitset_free, bitset_init, bitset_last, bitset_next,
5866 bitset_obstack_alloc, bitset_obstack_free, bitset_only_set_p,
5867 bitset_op4_cmp, bitset_or_and_, bitset_or_and_cmp_, bitset_prev,
5868 bitset_print, bitset_release_memory, bitset_toggle_,
5869 bitset_type_choose, bitset_type_get, bitset_type_name_get,
5870 debug_bitset): Likewise.
5871 * lib/bitset.h (bitset_set, bitset_reset, bitset_test): Likewise.
5872 * lib/bitset_stats.c (bitset_log_histogram_print,
5873 bitset_percent_histogram_print, bitset_stats_and,
5874 bitset_stats_and_cmp, bitset_stats_and_or,
5875 bitset_stats_and_or_cmp, bitset_stats_andn, bitset_stats_andn_cmp,
5876 bitset_stats_andn_or, bitset_stats_andn_or_cmp, bitset_stats_copy,
5877 bitset_stats_count, bitset_stats_disable, bitset_stats_disjoint_p,
5878 bitset_stats_dump, bitset_stats_empty_p, bitset_stats_enable,
5879 bitset_stats_equal_p, bitset_stats_free, bitset_stats_init,
5880 bitset_stats_list, bitset_stats_list_reverse, bitset_stats_not,
5881 bitset_stats_ones, bitset_stats_or, bitset_stats_or_and,
5882 bitset_stats_or_and_cmp, bitset_stats_or_cmp, bitset_stats_print,
5883 bitset_stats_print_1, bitset_stats_read, bitset_stats_reset,
5884 bitset_stats_set, bitset_stats_size, bitset_stats_subset_p,
5885 bitset_stats_test, bitset_stats_toggle, bitset_stats_type_get,
5886 bitset_stats_write, bitset_stats_xor, bitset_stats_xor_cmp,
5887 bitset_stats_zero): Likewise.
5888 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
5889 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
5890 bitsetv_dump, debug_bitsetv): Likewise.
5891 * lib/ebitset.c (ebitset_and, ebitset_and_cmp, ebitset_andn,
5892 ebitset_andn_cmp, ebitset_bytes, ebitset_copy, ebitset_copy_,
5893 ebitset_copy_cmp, ebitset_disjoint_p, ebitset_elt_add,
5894 ebitset_elt_alloc, ebitset_elt_calloc, ebitset_elt_find,
5895 ebitset_elt_free, ebitset_elt_last, ebitset_elt_remove,
5896 ebitset_elt_zero_p, ebitset_elts_grow, ebitset_empty_p,
5897 ebitset_equal_p, ebitset_free, ebitset_init, ebitset_list,
5898 ebitset_list_reverse, ebitset_not, ebitset_ones, ebitset_op3_cmp,
5899 ebitset_or, ebitset_or_cmp, ebitset_release_memory, ebitset_reset,
5900 ebitset_set, ebitset_size, ebitset_subset_p, ebitset_test,
5901 ebitset_weed, ebitset_xor, ebitset_xor_cmp, ebitset_zero):
5903 * lib/lbitset.c (debug_lbitset, lbitset_and, lbitset_and_cmp,
5904 lbitset_andn, lbitset_andn_cmp, lbitset_bytes, lbitset_copy,
5905 lbitset_copy_cmp, lbitset_disjoint_p, lbitset_elt_alloc,
5906 lbitset_elt_calloc, lbitset_elt_find, lbitset_elt_free,
5907 lbitset_elt_link, lbitset_elt_unlink, lbitset_elt_zero_p,
5908 lbitset_empty_p, lbitset_equal_p, lbitset_free, lbitset_init,
5909 lbitset_list, lbitset_list_reverse, lbitset_not, lbitset_ones,
5910 lbitset_op3_cmp, lbitset_or, lbitset_or_cmp, lbitset_prune,
5911 lbitset_release_memory, lbitset_reset, lbitset_set, lbitset_size,
5912 lbitset_subset_p, lbitset_test, lbitset_weed, lbitset_xor,
5913 lbitset_xor_cmp, lbitset_zero): Likewise.
5915 2002-10-14 Akim Demaille <akim@epita.fr>
5919 2002-10-14 Akim Demaille <akim@epita.fr>
5921 * tests/Makefile.am (maintainer-check-posix): New.
5923 2002-10-14 Akim Demaille <akim@epita.fr>
5925 * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize the yyloc
5928 2002-10-14 Akim Demaille <akim@epita.fr>
5930 * src/tables.c (table_ninf_remap): base -> tab.
5931 Reported by Matt Rosing.
5933 2002-10-14 Paul Eggert <eggert@twinsun.com>
5935 * tests/action.at, tests/calc.at, tests/conflicts.at,
5936 tests/cxx-type.at, tests/headers.at, tests/input.at,
5937 tests/regression.at, tests/synclines.at, tests/torture.at:
5938 Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
5939 so that the tests still work even if POSIXLY_CORRECT is set.
5940 * doc/bison.texinfo (Rpcalc Compile, Invocation): Likewise.
5942 * data/c.m4 (b4_int_type): Use yysigned_char instead of signed char,
5943 for portability to K&R hosts. Fix typo: signed char is guaranteed
5944 only to 127, not to 128.
5945 * data/glr.c (yysigned_char): New type.
5946 * data/yacc.c (yysigned_char): Likewise.
5947 * tests/regression.at (Web2c Actions): signed char -> yysigned_char.
5949 2002-10-13 Paul Eggert <eggert@twinsun.com>
5951 * data/yacc.c (yyparse): Rewrite to avoid "comparison is always
5952 true due to limited range of data type" warning from GCC.
5954 * data/c.m4 (b4_token_defines): Protect against double-inclusion
5955 by wrapping enum yytokentype's definition inside #ifndef
5956 YYTOKENTYPE. This undoes a bug I introduced on 2002-10-12.
5958 2002-10-13 Akim Demaille <akim@epita.fr>
5960 * data/glr.c (yyglrShiftDefer, yyaddDeferredAction, yydoAction):
5961 Un yy- yyrhs to avoid the name clash with the global YYRHS.
5963 2002-10-13 Akim Demaille <akim@epita.fr>
5965 * Makefile.maint: Update from Autoconf 2.54.
5966 * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Remove, shipped with 2.54.
5968 2002-10-13 Akim Demaille <akim@epita.fr>
5970 * src/print.c (print_state): Separate the list of solved conflicts
5971 from the other items.
5972 * tests/conflicts.at (Resolved SR Conflicts): Adjust.
5974 2002-10-13 Akim Demaille <akim@epita.fr>
5976 Let nondeterministic skeletons be usable with deterministic
5979 With the patch, GAWK compiled by GCC without -O2 passes its test
5980 suite using a GLR parser driven by LALR tables. It fails with -O2
5981 because `struct stat' gives two different answers on my machine:
5982 88 (definition of an auto var) and later 96 (memset on this var).
5983 Hence the stack is badly corrumpted. The headers inclusion is to
5984 blame: if I move the awk.h inclusion before GLR's system header
5985 inclusion, the two struct stat have the same size.
5987 * src/tables.c (pack_table): Always create conflict_table.
5988 (token_actions): Always create conflict_list.
5989 * data/glr.c (YYFLAG): Remove, unused.
5991 2002-10-13 Akim Demaille <akim@epita.fr>
5993 * configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.
5995 (VALGRIND, GXX): New.
5996 * tests/atlocal.in (CFLAGS): Use O0FLAGS.
5997 * tests/bison.in: Run $PREBISON a pre-command.
5998 * tests/Makefile.am (maintainer-check, maintainer-check-valgrind)
5999 (maintainer-check-g++): New.
6000 * Makefile.am (maintainer-check): New.
6002 2002-10-13 Akim Demaille <akim@epita.fr>
6004 * data/glr.c: Formatting changes.
6005 Tweak some trace messages to match yacc.c's.
6007 2002-10-13 Akim Demaille <akim@epita.fr>
6009 GLR parsers sometimes raise parse errors instead of performing the
6011 Reported by Charles-Henry de Boysson.
6013 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Don't
6014 check the length of the traces when %glr.
6015 (_AT_CHECK_CALC_ERROR): Also skip `^Stack' lines, coming from
6017 (AT_CHECK_CALC_LALR, AT_CHECK_CALC_GLR): New.
6019 * data/glr.c (YYLEFTMOST_STATE): Fix its value.
6020 (yyltype): Remove the yy prefix from the member names.
6021 (yytable): Complete its comment.
6022 (yygetLRActions): Map error action number from YYTABLE from
6024 (yyisErrorAction): No longer compare YYACTION to YYPACT_NINF
6025 (which was a bug: it should have been YYTABEL_NINF, and yet it was
6026 not satisfying as we could compare an YYACTION computed from
6027 YYDEFACT to YYTABLE_NINF although they are unrelated): 0 is the
6028 only value for error actions.
6029 (yyreportParseError): In verbose parse error messages, don't issue
6030 `error' in the list of expected tokens.
6031 * data/yacc.c (yyparse) <yybackup>: Rewrite the decoding of the
6032 next action to perform to match glr.c's decoding.
6033 (yytable): Complete its comment.
6035 2002-10-13 Paul Eggert <eggert@twinsun.com>
6037 Fix problem reported by Henrik Grubbstroem in
6038 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00098.html>:
6039 "nonterm: { $$ = 123; } { $$ = $1; };" was wrongly rejected,
6040 because the Bison parser reads the second action before reducing
6042 * src/scan-gram.l (rule_length): New static var.
6043 Use it to keep track of the rule length in the scanner, since
6044 we can't expect the parser to be in lock-step sync with the scanner.
6045 (handle_action_dollar, handle_action_at): Use this var.
6046 * tests/actions.at (Exotic Dollars): Test for the problem.
6048 2002-10-12 Paul Eggert <eggert@twinsun.com>
6050 * lib/timevar.c [! IN_GCC && HAVE_SYS_TIME_H]: Include <sys/time.h>.
6051 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): Check for <sys/time.h>.
6052 Include <sys/time.h> when checking for clock_t and struct tms.
6053 Use same include order as source.
6054 This is for the SunOS 4.1.4 porting bug reported by Peter Klein in
6055 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00016.html>.
6057 * lib/timevar.c: Update copyright date and clarify comments.
6058 (get_time) [IN_GCC]: Keep the GCC version for reference.
6060 * lib/timevar.c, lib/timevar.h, lib/timevar.def: Import
6061 GCC version as of today, then merge Bison's changes.
6062 Change "GCC" to "Bison" in copyright notice. timevar.def's
6063 author is Akim, so change that too.
6065 * src/reader.c (grammar_current_rule_check):
6066 Don't worry about the default action if $$ is untyped.
6067 Prevents bogus warnings reported by Jim Gifford in
6068 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00015.html>.
6070 * data/c.m4 (b4_token_enum): Do not define YYTOKENTYPE.
6071 * data/glr.c, data/lalr1.cc, data/yacc.c:
6072 Output token definitions before the first part of user declarations.
6073 Fixes compatibility problem reported by Jim Gifford for kbd in
6074 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00014.html>.
6076 2002-10-11 Paul Eggert <eggert@twinsun.com>
6078 * data/yacc.c (yyreport_parse_error): Remove, putting its body into...
6079 (yyparse): here. This undoes some of the 2002-07-25 change.
6080 Compatibility problem reported by Ralf S. Engelschall with
6081 OSSP cfg <http://www.ossp.org/pkg/lib/cfg/>.
6083 2002-10-11 Akim Demaille <akim@epita.fr>
6085 * tests/regression.at Characters Escapes): New.
6086 * src/scan-gram.l (SC_ESCAPED_CHARACTER): Accept \' in strings and
6088 Reported by Jan Nieuwenhuizen.
6090 2002-10-11 Akim Demaille <akim@epita.fr>
6094 2002-10-10 Paul Eggert <eggert@twinsun.com>
6096 Portability fixes for bitsets; this also avoids several GCC
6099 * lib/abitset.c: Include <stddef.h>, for offsetof.
6100 * lib/lbitset.c: Likewise.
6102 * lib/abitset.c (abitset_bytes): Return a size that is aligned
6103 properly for vectors of objects. Do not assume that adding a
6104 header size to a multiple of a word size yields a value that is
6105 properly aligned for the whole union.
6106 * lib/bitsetv.c (bitsetv_alloc): Likewise.
6108 * lib/bitset_stats.c (bitset_stats_bytes): Adjust to new,
6109 unique names for structures.
6110 * lib/ebitset.c (ebitset_bytes): Likewise.
6111 * lib/lbitset.c (lbitset_bytes): Likewise.
6113 * lib/abitset.c (abitset_ones, abitset_zero, abitset_empty_p,
6114 abitset_copy1, abitset_not, abitset_equal_p, abitset_subset_p,
6115 abitset_disjoint_p, abitset_and, abitset_and_cmp, abitset_andn,
6116 abitset_andn_cmp, abitset_or, abitset_or_cmp, abitset_xor,
6117 abitset_xor_cmp, abitset_and_or, abitset_and_or_cmp,
6118 abitset_andn_or, abitset_andn_or_cmp, abitset_or_and,
6119 abitset_or_and_cmp, abitset_copy): Supply prototype decls,
6120 to improve the type-checking that GCC can do.
6121 * lib/bitset.c (bitset_op4_cmp): Likewise.
6122 * lib/bitset_stats.c (bitset_stats_count,
6123 bitset_stats_empty_p, bitset_stats_ones, bitset_stats_zero,
6124 bitset_stats_copy, bitset_stats_disjoint_p,
6125 bitset_stats_equal_p, bitset_stats_not, bitset_stats_subset_p,
6126 bitset_stats_and, bitset_stats_and_cmp, bitset_stats_andn,
6127 bitset_stats_andn_cmp, bitset_stats_or, bitset_stats_or_cmp,
6128 bitset_stats_xor, bitset_stats_xor_cmp, bitset_stats_and_or,
6129 bitset_stats_and_or_cmp, bitset_stats_andn_or,
6130 bitset_stats_andn_or_cmp, bitset_stats_or_and,
6131 bitset_stats_or_and_cmp): Likewise.
6132 * lib/lbitset.c (lbitset_and, lbitset_and_cmp, lbitset_andn,
6133 lbitset_andn_cmp, lbitset_or, lbitset_or_cmp, lbitset_xor,
6134 lbitset_xor_cmp, lbitset_empty_p, lbitset_ones, lbitset_not,
6135 lbitset_subset_p, lbitset_disjoint_p, debug_lbitset): Likewise.
6137 * lib/abitset.h: Include bitset.h, not bbitset.h.
6138 * lib/ebitset.h: Likewise.
6139 * lib/lbitset.h: Likewise.
6141 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): New types.
6142 All instances of parameters of type enum bitset_opts are now of
6143 type enum_bitset_opts, to conform to the C Standard, and similarly
6144 for enum_bitset_type.
6145 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
6146 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
6148 Do not use "struct bitset_struct" to mean different things in
6149 different modules. Not only is this confusing, it violates
6150 the C Standard, which requires that structure types in different
6151 modules must be compatible if one is to be passed to the other.
6152 * lib/bbitset.h (bitset): Now points to a union, not to a struct.
6153 All instances of "struct bitset_struct *" replaced with "bitset".
6154 * lib/bitset.h (struct bitset_struct): Remove, replacing with....
6155 (union bitset_union, struct abitset_struct, struct ebitset_struct,
6156 struct lbitset_struct, struct bitset_stats_struct): New types.
6157 All uses of struct bitset_struct changed to union bitset_union,
6159 * lib/abitset.c (struct abitset_struct, abitset,
6160 struct bitset_struct): Remove.
6161 * lib/bitset_stats.c (struct bitset_stats_struct, bitset_stats,
6162 struct bitset_struct): Remove.
6163 * lib/ebitset.c (struct ebitset_struct, ebitset, struct
6164 bitset_struct): Remove.
6165 * lib/lbitset.c (struct lbitset_struct, lbitset, bitset_struct):
6168 Do not call a function of type T using a call that assumes the
6169 function is of a different type U. Standard C requires that a
6170 function must be called with a type that is compatible with its
6172 * lib/bbitset.h (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
6174 * lib/bitset.c (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
6176 * lib/ebitset.c (PFV): Remove.
6177 * lib/lbitset.c (PFV): Likewise.
6178 * lib/ebitset.c (ebitset_and, ebitset_andn, ebitset_or,
6179 ebitset_xor, ebitset_copy, ebitset_ones, ebitset_empty_p): New
6181 (ebitset_and, ebitset_andn, ebitset_or, ebitset_xor): New functions.
6182 (ebitset_vtable): Use them.
6183 * lib/lbitset.c (lbitset_and, lbitset_andn, lbitset_or,
6184 lbitset_xor): New functions.
6185 (lbitset_vtable): Use them.
6187 * lib/bitset.h (bitset_next, bitset_prev, bitset_only_set_p):
6190 * lib/bitsetv.c (bitsetv_alloc): Add a cast to (void *) to avoid a
6192 * lib/lbitset.c (LBITSET_CURRENT1): Likewise.
6193 Use offsetof, for simplicity.
6195 2002-10-06 Paul Eggert <eggert@twinsun.com>
6197 * lib/bitset.h (bitset_reset): Do not assume that bitset_word is
6198 the same width as int. This reapplies a hunk of the 2002-08-12 patch
6199 <http://lists.gnu.org/archive/html/bison-patches/2002-08/msg00007.html>,
6200 which was inadvertently undone by the 2002-09-30 patch.
6201 * lib/lbitset.c (debug_lbitset): Do not assume that bitset_word is
6202 the same width as int.
6204 2002-10-04 Paul Eggert <eggert@twinsun.com>
6208 * configure.ac (AC_INIT), NEWS: Increment version number.
6210 * doc/bison.texinfo: Minor spelling, grammar, and white space
6212 (Symbols): Mention that any negative value returned from yylex
6213 signifies end-of-input. Warn about negative chars. Mention
6214 the portable Standard C character set.
6216 The GNU coding standard says CFLAGS and YFLAGS are reserved
6217 for the installer to set.
6218 * lib/Makefile.am (AM_CFLAGS): Renamed from CFLAGS.
6219 * src/Makefile.am (AM_CFLAGS): Likewise.
6220 (AM_YFLAGS): Renamed from YFLAGS.
6222 Fix some MAX and MIN problems.
6223 * src/gram.h (ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.
6224 * src/lalr.h (GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.
6225 * src/symtab.h (SYMBOL_NUMBER_MAX): New macro.
6226 * src/reader.c (reader): Use it.
6228 * tests/regression.at (Braces parsing): Use grep, not fgrep, as
6229 POSIX 1003.1-2001 has removed fgrep.
6231 2002-10-04 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6233 * lib/bbitset.h (BITSET_WINDEX_MAX): Redefine so that it cannot be
6234 interpreted as signed.
6235 * lib/ebitset.c (ebitset_list): Fix bug.
6237 2002-10-01 Paul Eggert <eggert@twinsun.com>
6239 More fixes for 64-bit hosts and large bitsets.
6241 * lib/abitset.c (struct abitset_struct.n_bits, abitset_small_list,
6242 abitset_size, abitset_list, abitset_list_reverse, abitset_list):
6243 Use bitset_bindex, not int or unsigned int or size_t, to count bits.
6244 * lib/bbitset.h (struct bitset_vtable.size, struct bitset_vtable.count,
6245 struct bitset_vtable.list, struct bitset_vtable.list_reverse,
6246 bitset_count_, bitset_next, bitset_prev, bitset_first, bitset_last,
6247 bitset_count_): Likewise.
6248 * lib/bitset.h (bitset_iterator.num, bitset_iterator.i,
6249 bitset_first, bitset_last): Likewise.
6250 * lib/bitset_stats.c (bitset_stats_size, bitset_stats_list,
6251 bitset_stats_list_reverse, bitset_stats_size,
6252 bitset_stats_count, bitset_stats_list, bitset_stat_list_reverse):
6254 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
6255 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
6256 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
6257 bitsetv_reflexive_transitive_closure): Likewise.
6258 * lib/bitsetv.h (bitsetv_alloc, bitsetv_create): Likewise.
6259 * lib/ebitset.c (ebitset_size, ebitset_list, ebitset_list_reverse):
6261 * lib/lbitset.c (lbitset_size, lbitset_list, lbitset_list_merge):
6264 * lib/abitset.c (abitset_ones, abitset_zero, abitset_bytes):
6265 Use size_t, not unsigned int, to count bytes.
6266 * lib/abitset.h (abitset_bytes): Likewise.
6267 * lib/bitset.c (bitset_bytes, bitset_alloc, bitset_obstack_alloc):
6269 * lib/bitset.h (bitset_bytes): Likewise.
6270 * lib/bitset_stats.c (bitset_stats_bytes, bitset_stats_init): Likewise.
6271 * lib/bitset_stats.h (bitset_stats_bytes): Likewise.
6272 * lib/bitsetv.c (bitsetv_alloc): Likewise.
6273 * lib/ebitset.c (ebitset_bytes): Likewise.
6274 * lib/ebitset.h (ebitset_bytes): Likewise.
6275 * lib/lbitset.c (lbitset_bytes): Likewise.
6276 * lib/lbitset.h (lbitset_bytes): Likewise.
6278 * lib/abitset.c (abitset_empty_p, abitset_not, abitset_equal_p,
6279 abitset_subset_p, abitset_disjoint_p, abitset_and,
6280 abitset_and_cmp, abitset_andn, abitset_andn_cmp, abitset_or,
6281 abitset_or_cmp, abitset_xor, abitset_xor_cmp, abitset_and_or,
6282 abitset_and_or_cmp, abitset_andn_or, abitset_andn_or_cmp,
6283 abitset_or_and, abitset_or_and_cmp):
6284 Use bitset_windex instead of unsigned int.
6285 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
6286 * lib/ebitset.c (struct ebitset_struct.size, ebitset_elts_grow,
6287 ebitset_elt_add, ebitset_elt_remove, ebitset_weed,
6288 ebitset_elt_find, ebitset_list_reverse, ebitset_list, ebitset_init):
6290 * lib/lbitset.c (lbitset_ones, lbitset_not): Likewise.
6292 * lib/bitset.c (bitset_print):
6293 Use proper printf formats for widths of integer types.
6294 * lib/bitset_stats.c (bitset_percent_histogram_print,
6295 bitset_log_histogram_print, bitset_stats_print_1): Likewise.
6296 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
6297 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
6298 * lib/lbitset.c (lbitset_bytes): Likewise.
6300 * lib/bbitset.h (BITSET_BINDEX_MAX, BITSET_WINDEX_MAX,
6301 BITSET_SIZE_MAX): New macros.
6302 (BITSET_INDEX_MAX): Remove. It wasn't right, since it assumed that
6303 sizeof (bitset_word) == sizeof (bitset_windex). All uses changed
6304 to BITSET_WINDEX_MAX.
6306 * lib/bitset.c (bitset_next, bitset_prev, bitset_first,
6307 bitset_last): Return BITSET_BINDEX_MAX (not -1) for no value,
6308 since we now return the bitset_bindex type (not int).
6310 * lib/bitsetv.c (bitsetv_alloc): Check for arithmetic overflow
6311 when computing sizes.
6312 * lib/ebitset.c (ebitset_elts_grow): Likewise.
6314 * lib/lbitset.c (lbitset_elt_find): Simplify windex calculation
6315 and avoid cast to unsigned.
6317 2002-09-30 Akim Demaille <akim@epita.fr>
6319 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
6320 * lib/bitset_stats.c, lib/bitsetv.c, lib/ebitset.c, lib/lbitset.c:
6321 Updates from Michael Hayes.
6323 2002-09-30 Art Haas <ahaas@neosoft.com>
6325 * configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
6327 * tests/cxx-type.at (declarator): Don't rely on NDEBUG being not
6330 2002-09-27 Akim Demaille <akim@epita.fr>
6334 2002-09-27 Akim Demaille <akim@epita.fr>
6336 * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.
6337 (Because of AC_LIBSOURCE).
6339 2002-09-27 Akim Demaille <akim@epita.fr>
6341 Playing with Autoscan.
6343 * configure.ac: Remove the old LIBOBJ tweaks.
6344 (AC_REPLACE_FUNCS): Add strrchr and strtol.
6345 * lib/strrchr.c: New.
6346 * lib/strtol.c: New, from the Coreutils 4.5.1.
6348 2002-09-27 Akim Demaille <akim@epita.fr>
6350 Playing with Autoscan.
6352 * m4/prereq.m4 (jm_PREREQ_ARGMATCH, jm_FUNC_ARGMATCH): New.
6353 * lib/Makefile.am (libbison_a_SOURCES): No longer include
6354 argmatch.c and argmatch.h, since they are AC_LIBSOURCE'd.
6355 * lib/strcasecmp.c, lib/strncasecmp.c, lib/memcmp.c: New, from the
6358 2002-09-24 Akim Demaille <akim@epita.fr>
6360 * doc/bison.texinfo (Stack Overflow): xref to Recursion.
6361 (Frequently Asked Questions, Parser Stack Overflow): New.
6363 2002-09-13 Akim Demaille <akim@epita.fr>
6365 Playing with autoscan.
6367 * src/reader.c (get_merge_function): Use xstrdup, not strdup.
6368 * src/files.c (skeleton_find): Remove, unused.
6369 * m4/memcmp.m4: New, from the Coreutils 4.5.1.
6370 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Run jm_FUNC_MEMCMP.
6372 2002-09-13 Akim Demaille <akim@epita.fr>
6374 * configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.6.3.
6375 * Makefile.am (AUTOMAKE_OPTIONS): Don't.
6377 2002-09-13 Akim Demaille <akim@epita.fr>
6379 * configure.ac: Require 2.54.
6380 s/jm_FUNC_MALLOC/AC_FUNC_MALLOC/.
6381 s/jm_FUNC_REALLOC/AC_FUNC_REALLOC/.
6382 * m4/c-bs-a.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/realloc.m4:
6383 Remove, provided by Autoconf macros.
6385 2002-09-12 Akim Demaille <akim@epita.fr>
6387 * m4/prereq.m4: Update, from Coreutils 4.5.1.
6389 2002-09-12 Akim Demaille <akim@epita.fr>
6391 * m4/prereq.m4: Update, from Fileutils 4.1.5.
6392 * configure.ac (jm_PREREQ_TEMPNAME): Invoke it.
6393 Reported by Martin Mokrejs.
6395 2002-09-10 Akim Demaille <akim@epita.fr>
6397 * src/parse-gram.y: Associate a human readable string to each
6399 * tests/regression.at (Invalid inputs): Adjust.
6401 2002-09-10 Gary V. Vaughan <gary@gnu.org>
6403 * tests/Makefile.am ($(srcdir)/package.m4): Bison now ships
6404 with an Autoconf-2.5x style configure.ac.
6406 2002-09-06 Paul Eggert <eggert@twinsun.com>
6408 * doc/bison.texinfo (Conditions): Make explicit that the GPL
6409 exception applies only to yacc.c. This is a modification of a
6410 patch originally suggested by Akim Demaille.
6412 2002-09-06 Akim Demaille <akim@epita.fr>
6414 * data/c.m4 (b4_copyright): Move the GPL exception comment from
6416 * data/yacc.c: here.
6418 * data/lalr1.cc (struct yyltype): Don't define it, since we use
6420 (b4_ltype): Default to yy::Location from location.hh.
6422 2002-09-04 Jim Meyering <jim@meyering.net>
6424 * data/yacc.c: Guard the declaration of yytoknum also with
6425 `#ifdef YYPRINT', so it is declared only when used.
6427 2002-09-04 Akim Demaille <akim@epita.fr>
6429 * configure.in: Rename as...
6430 * configure.ac: this.
6433 2002-09-04 Akim Demaille <akim@epita.fr>
6435 * src/assoc.c, src/closure.c, src/gram.c, src/injections.c,
6436 * src/lalr.c, src/LR0.c, src/relation.c, src/tables.c: Don't
6437 translate maintainer only messages.
6439 2002-08-12 Paul Eggert <eggert@twinsun.com>
6443 * Makefile.am (SUBDIRS): Remove intl.
6444 (DISTCLEANFILES): Remove.
6445 * NEWS: Mention that GNU M4 is now required. Clarify what is
6446 meant by "larger grammars". Mention the pt_BR translation.
6447 * configure.in (AC_CHECK_DECLS): Add getenv, getopt.
6448 (AM_GNU_GETTEXT_VERSION): New macro, replacing GETTEXT_VERSION var.
6449 Bump version from 0.11.2 to 0.11.5.
6450 (BISON_PREREQ_STAGE): Remove.
6451 (AM_GNU_GETTEXT): Use external gettext.
6452 (AC_OUTPUT): Remove intl/Makefile.
6454 * config/depcomp, config/install-sh: Sync with Automake 1.6.3.
6456 * data/glr.c: Include string.h, for strlen.
6457 (yyreportParseError): Use size_t for yysize.
6458 (yy_yypstack): No longer nested inside yypstates, as nested
6459 functions are not portable. Do not assume size_t is the
6461 (yypstates): Do not assume that ptrdiff_t is the same width
6462 as int, and similarly for yyposn and YYINDEX.
6464 * data/yacc.c: Fix comment about `$$ = $1': it can copy garbage.
6466 * lib/Makefile.am (INCLUDES): Do not include from the intl
6467 directory, which has been removed.
6468 * src/Makefile.am (INCLUDES): Likewise.
6470 * lib/Makefile.am (libbison_a_SOURCES): Add unlocked-io.h.
6471 (bitsets_sources, additional_bitsets_sources, timevars_sources):
6474 * lib/Makefile.am (libbison_a_SOURCES): Avoid +=, a GNU make extension.
6475 * tests/Makefile.am (EXTRA_DIST): Likewise.
6477 * lib/abitset.c (abitset_reverse_list, ebitset_reverse_list):
6478 Do not assume that bitset_windex is the same width as unsigned.
6480 * lib/abitset.c (abitset_unused_clear): Do not assume that
6481 bitset_word is the same width as int.
6482 * lib/bbitset.h (BITSET_INDEX_MAX, BITSET_MSB): Likewise.
6483 * lib/bitset.h (bitset_set, bitset_reset): Likewise.
6484 * lib/bitset_stats.c (bitset_stats_set, bitset_stats_reset): Likewise.
6485 * lib/ebitset.c (ebitset_set, ebitset_reset): Likewise.
6486 * lib/lbitset.c (lbitset_set, lbitset_reset): Likewise.
6488 * lib/abitset.c (abitset_op1): Use -1, not ~0, as memset arg (for
6489 portability to one's complement hosts!).
6490 * lib/ebitset.c (ebitset_op1): Likewise.
6491 * lib/lbitset.c (lbitset_op1): Likewise.
6493 * lib/argmatch.c, lib/quotearg.c, quotearg.h: Sync with GNU tar.
6494 * lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
6495 lib/hash.c, lib/hash.h, lib/strnlen.c, lib/xmalloc.c:
6496 Sync with fileutils.
6497 * lib/error.c, lib/getopt.c, lib/getopt.h, lib/getopt1.c,
6498 lib/gettext.h: Sync with diffutils.
6500 * lib/memrchr.c, lib/mkstemp.c, lib/strchr.c, lib/strnlen.c,
6501 lib/strspn.c, lib/tempname.c: Use GPL, not LGPL.
6503 * lib/obstack.c, lib/obstack.h: Sync with fileutils, except use
6504 PROTOTYPES to check for prototypes, and "defined __STDC__" to
6507 * lib/bbitset.h (BITSET_WORD_BITS): Now of type unsigned, not
6508 size_t; the old version tried to do this but casted improperly.
6509 (bitset_bindex, bitset_windex): Now size_t, not unsigned long.
6510 (bitset_test): Now returns int, not unsigned long.
6512 * lib/bitset_stats.c: Include "gettext.h".
6514 (bitset_stats_set, bitset_stats_reset, bitset_stats_test): Don't
6515 name locals "index", as it generates unnecessary warnings on some
6516 hosts that have an "index" function.
6518 * lib/bitset_stats.c (bitset_stats_print_1, bitset_stats_print,
6519 bitset_stats_read, bitset_stats_write): Wrap strings in _() if
6520 they need translation.
6521 * src/LR0.c (state_list_append, new_itemsets, get_state,
6522 append_states, generate_states): Likewise.
6523 * src/assoc.c (assoc_to_string): Likewise.
6524 * src/closure.c (print_closure, set_firsts, closure): Likewise.
6525 * src/gram.c (grammar_dump): Likewise.
6526 * src/injections.c (injections_compute): Likewise.
6527 * src/lalr.c (lookaheads_print): Likewise.
6528 * src/relation.c (relation_transpose): Likewise.
6529 * src/scan-gram.l: Likewise.
6530 * src/tables.c (table_grow, pack_vector): Likewise.
6532 * m4/Makefile.am (EXTRA_DIST): Remove codeset.m4,
6533 glibc21.m4, isc-posix.m4 lcmessage.m4, stage.m4.
6534 * m4/malloc.m4, m4/realloc.m4: Sync with diffutils.
6535 * m4/mbstate_t.m4: Sync with fileutils.
6536 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): AC_MBSTATE_T -> AC_TYPE_MBSTATE_T.
6538 * po/LINGUAS: Add pt_BR.
6539 * po/POTFILES.in: Add src/assoc.c, src/closure.c, src/gram.c,
6540 src/main.c, src/relation.c, src/state.c, lib/bitset_stats.c,
6542 Use src/parse-gram.y instead of src/parse-gram.c, as the gettext
6544 Similarly, use src/scan-gram.l instead of src/scan-gram.c.
6546 * src/complain.c (strerror_r): Remove decl; not needed.
6547 (strerror): Use same pattern as ../lib/error.c.
6549 * src/files.c, src/files.h (compute_header_macro): Remove; unused.
6551 * src/gram.c (grammar_dump): Do not assume ptrdiff_t fits in int.
6553 * src/main.c (main): Cast result of bindtextdomain and textdomain
6554 to void, to avoid a GCC warning when --disable-nls is in effect.
6556 * src/scan-gram.l: Use strings rather than escapes when possible,
6557 to minimize the number of warnings from xgettext.
6558 (handle_action_dollar, handle_action_at): Don't use isdigit,
6559 as it mishandles negative chars and it may not work as expected
6560 outside the C locale.
6562 * src/symtab.c (symbol_get): Don't cast LHS of an assignment;
6563 this is a GCC extension and is not portable to other compilers.
6565 * src/system.h (alloca): Use same pattern as ../lib/error.c.
6566 Do not include <ctype.h>; no longer needed.
6567 Do not include <malloc.h>; no longer needed (and generates
6568 warnings on OpenBSD 3.0).
6570 * tests/cxx-type.at (yylex): Do not pass signed char to isupper;
6573 * tests/regression.at: Do not use 'cc -c input.c -o input';
6574 Sun C rejects this. Instead, use 'cc -c input.c -o input.o'.
6576 * tests/synclines.at (AC_SYNCLINES_COMPILE): Accept any nonzero
6577 exit status as failure, not just exit status 1. Sun C exits
6578 with status 2 sometimes.
6580 * tests/torture.at (AT_INCREASE_DATA_SIZE): New macro.
6581 Use it for the two large tests.
6583 2002-08-02 Akim Demaille <akim@epita.fr>
6585 * src/conflicts.c (conflicts_output): Don't output rules never
6586 reduced here, since anyway that computation doesn't work.
6587 * src/gram.h, src/gram.h (rule_filter_t, rule_useful_p)
6588 (rule_useless_p, rule_never_reduced_p): New.
6589 (grammar_rules_partial_print): Use a filter instead of a range.
6590 Display the title only if needed.
6591 (grammar_rules_print): Adjust.
6592 (grammar_rules_never_reduced_report): New.
6593 * src/tables.c (action_row): Move the computation of rules never
6595 (token_actions): here.
6596 * src/main.c (main): Make the parser before making the report, so
6597 that rules never reduced are computed.
6598 Call grammar_rules_never_reduced_report.
6599 * src/print.c (print_results): Report rules never reduced.
6600 * tests/conflicts.at, tests/reduce.at: Adjust.
6602 2002-08-01 Akim Demaille <akim@epita.fr>
6604 Instead of attaching lookaheads and duplicating the rules being
6605 reduced by a state, attach the lookaheads to the reductions.
6607 * src/state.h (state_t): Remove the `lookaheads',
6608 `lookaheads_rule' member.
6609 (reductions_t): Add a `lookaheads' member.
6610 Use a regular array for the `rules'.
6611 * src/state.c (reductions_new): Initialize the lookaheads member
6613 (state_rule_lookaheads_print): Adjust.
6614 * src/state.h, src/state.c (state_reductions_find): New.
6615 * src/conflicts.c (resolve_sr_conflict, set_conflicts)
6616 (count_rr_conflicts): Adjust.
6617 * src/lalr.c (LArule): Remove.
6618 (add_lookback_edge): Adjust.
6619 (state_lookaheads_count): New.
6620 (states_lookaheads_initialize): Merge into...
6621 (initialize_LA): this.
6622 (lalr_free): Adjust.
6623 * src/main.c (main): Don't free nullable and derives too early: it
6624 is used by --verbose.
6625 * src/print.c, src/print_graph.c, src/tables.c: Adjust.
6627 2002-08-01 Akim Demaille <akim@epita.fr>
6629 * src/derives.h, src/derives.c (derives): A `rule_t***' instead of
6631 (set_derives, free_derives): Rename as...
6632 (derives_compute, derives_free): this.
6633 Adjust all dependencies.
6634 * src/nullable.c (set_nullable, free_nullable): Rename as...
6635 (nullable_compute, nullable_free): these.
6636 (rule_list_t): Store rule_t *, not rule_number_t.
6637 * src/state.c (state_rule_lookaheads_print): Directly compare rule
6638 pointers, instead of their numbers.
6639 * src/main.c (main): Call nullable_free, and derives_free earlier,
6640 as they were lo longer used.
6642 2002-08-01 Akim Demaille <akim@epita.fr>
6644 * lib/timevar.c (get_time): Include children time.
6645 * src/lalr.h (LA, LArule): Don't export them: used with the
6647 * src/lalr.c (LA, LArule): Static.
6648 * src/lalr.h, src/lalr.c (lalr_free): New.
6649 * src/main.c (main): Call it.
6650 * src/tables.c (pack_vector): Check whether loc is >= to the
6652 (pack_tables): Don't free froms, tos, conflict_tos, and pos...
6653 (tables_generate): do it, since that's also it which allocates
6655 Don't free LA and LArule, main does.
6657 2002-07-31 Akim Demaille <akim@epita.fr>
6659 Separate parser tables computation and output.
6661 * src/output.c (nvectors, base_t, base, base_ninf, conflict_table)
6662 (conflict_list, conflict_list_cnt, table, check, table_ninf)
6663 (yydefgoto, yydefact, high): Move to...
6664 * src/tables.h, src/tables.c: here.
6665 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
6666 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
6667 (symbol_number_to_vector_number, nvectors, BASE_MAX, BASE_MIN)
6668 (froms, tos, conflict_tos, tally, width, action_t, ACTION_MAX)
6669 (ACTION_MIN, actrow, order, nentries, pos, conflrow)
6670 (conflict_list_free, table_size, lowzero, table_grow, conflict_row)
6671 (action_row, save_row, token_actions, save_column, default_goto)
6672 (goto_actions, sort_actions, matching_state, pack_vector)
6673 (table_ninf_remap, pack_table, prepare_actions): Move to...
6674 * src/tables.c: here.
6675 * src/tables.h, src/tables.c(tables_generate, tables_free): New.
6676 * src/output.c (token_actions, output_base, output_conflicts)
6677 (output_check): Merge into...
6678 (prepare_actions): this.
6679 (actions_output): Rename as...
6680 (user_actions_output): this.
6681 * src/main.c (main): Call tables_generate and tables_free.
6683 2002-07-31 Akim Demaille <akim@epita.fr>
6685 Steal GCC's --time-report support.
6687 * lib/timevar.c, lib/timevar.h, lib/timevar.def: New,
6688 stolen/adjusted from GCC.
6689 * m4/stage.m4: Remove time related checks.
6690 * m4/timevar.m4: New.
6691 * configure.in: Adjust.
6692 * src/system.h: Adjust to using timevar.h.
6693 * src/getargs.h, src/getargs.c: Support trace_time for
6695 * src/main.c (stage): Remove.
6696 (main): Replace `stage' invocations with timevar calls.
6697 * src/output.c: Insert pertinent timevar calls.
6699 2002-07-31 Akim Demaille <akim@epita.fr>
6701 Let --trace have arguments.
6703 * src/getargs.h (enum trace_e): New.
6704 * src/getargs.c (trace_args, trace_types, trace_argmatch): New.
6705 (long_options, short_options): --trace/-T takes an optional
6707 Change all the uses of trace_flag to reflect the new flags.
6708 * tests/sets.at (Firsts, Nullable, Broken Closure): Use --trace=sets.
6710 Strengthen `stage' portability.
6712 * m4/stage.m4 (BISON_PREREQ_STAGE): New.
6713 * configure.in: Use it.
6714 Don't check for malloc.h and sys/times.h.
6715 * src/system.h: Include them when appropriate.
6716 * src/main.c (stage): Compile only when mallinfo, struct mallinfo,
6717 times and struct tms are available.
6719 2002-07-30 Akim Demaille <akim@epita.fr>
6721 In verbose parse error message, don't report `error' as an
6723 * tests/actions.at (Printers and Destructors): Adjust.
6724 * tests/calc.at (Calculator $1): Adjust.
6725 * data/yacc.c, data/glr.c, data/lalr1.c: When making the verbose
6726 error message, do not report the parser accepts the error token in
6729 2002-07-30 Akim Demaille <akim@epita.fr>
6731 Normalize conflict related messages.
6733 * src/complain.h, src/complain.c (warn, complain): New.
6734 * src/conflicts.c (conflicts_print): Use them.
6735 (conflict_report_yacc): New, extracted from...
6736 (conflicts_print): here.
6737 * tests/conflicts.at, tests/existing.at: Adjust.
6739 2002-07-30 Akim Demaille <akim@epita.fr>
6741 Report rules which are never reduced by the parser: those hidden
6744 * src/LR0.c (save_reductions): Don't make the final state too
6745 different: save its reduction (accept) instead of having a state
6746 without any action (no shift or goto, no reduce).
6747 Note: the final state is now a ``regular'' state, i.e., the
6748 parsers now contain `reduce 0' as default reduction.
6749 Nevertheless, since they decide to `accept' when yystate =
6750 final_state, they still will not reduce rule 0.
6751 * src/print.c (print_actions, print_reduction): Adjust.
6752 * src/output.c (action_row): Track reduced rules.
6753 (token_actions): Report rules never reduced.
6754 * tests/conflicts.at, tests/regression.at: Adjust.
6756 2002-07-30 Akim Demaille <akim@epita.fr>
6758 `stage' was accidently included in a previous patch.
6759 Initiate its autoconfiscation.
6761 * configure.in: Look for malloc.h and sys/times.h.
6762 * src/main.c (stage): Adjust.
6763 Report only when trace_flag.
6765 2002-07-29 Akim Demaille <akim@epita.fr>
6767 * src/state.h, src/state.c (transitions_t): Holds state_t*'s, not
6769 (errs_t): symbol_t*, not symbol_number_t.
6770 (reductions_t): rule_t*, not rule_number_t.
6771 (FOR_EACH_SHIFT): New.
6772 * src/LR0.c, src/conflicts.c, src/lalr.c, src/output.c
6773 * src/print.c, src/print_graph.c: Adjust.
6775 2002-07-29 Akim Demaille <akim@epita.fr>
6777 Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
6779 * src/symtab.h, src/symtab.c (eoftoken, axiom): Rename as...
6780 (endtoken, accept): these.
6781 * src/reader.c (reader): Set endtoken's default tag to "$end".
6782 Set undeftoken's tag to "$undefined" instead of "$undefined.".
6783 * doc/bison.texinfo (Table of Symbols): Mention $accept and $end.
6786 2002-07-29 Akim Demaille <akim@epita.fr>
6788 * src/reduce.c (reduce_grammar): When the language is empty,
6789 complain about the start symbol, not the axiom.
6791 * tests/reduce.at (Empty Language): New.
6793 2002-07-26 Akim Demaille <akim@epita.fr>
6795 * src/reader.h, src/reader.c (gram_error): ... can't get
6796 yycontrol without making too strong assumptions on the parser
6798 * src/output.c (prepare_tokens): Use the real 0th value of
6799 token_translations instead of `0'.
6800 * src/parse-gram.y (yyerror): Don't rely on yycontrol being
6802 * data/yacc.c (yyreport_parse_error): Rename yylocation as yylloc
6803 for the time being: %locations ought to provide it to yyerror.
6805 2002-07-25 Akim Demaille <akim@epita.fr>
6807 * src/output.c (prepare_tokens): Go up to ntokens, not ntokens + 1.
6808 * doc/bison.texinfo (Decl Summary): s/$illegal/$undefined./.
6809 * tests/regression.at (Web2c Actions): Adjust.
6811 2002-07-25 Akim Demaille <akim@epita.fr>
6813 Stop storing rules from 1 to nrules + 1.
6815 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c, src/lalr.c
6816 * src/nullable.c, src/output.c, src/print.c, src/reader.c
6817 * src/reduce.c: Allocate and free from &rules[0], not &rules[1].
6818 Iterate from 0 to nrules.
6819 Use rule_number_as_item_number and item_number_as_rule_number.
6820 Adjust to `derive' now containing possibly 0.
6821 * src/gram.h (rule_number_as_item_number, item_number_as_rule_number):
6822 Handle the `- 1' part in rule numbers from/to item numbers.
6823 * src/conflicts.c (log_resolution): Fix the message which reversed
6825 * src/output.c (action_row): Initialize default_rule to -1.
6826 (token_actions): Adjust.
6827 * tests/sets.at (Nullable, Firsts): Fix the previously bogus
6829 * tests/conflicts.at (Resolved SR Conflicts): Likewise.
6831 2002-07-25 Akim Demaille <akim@epita.fr>
6833 * data/c.m4 (b4_c_function, b4_c_ansi_args, b4_c_ansi_arg)
6834 (b4_c_knr_arg_names, b4_c_knr_arg_name, b4_c_knr_arg_decls)
6835 (b4_c_knr_arg_decl): New.
6836 * data/yacc.c: Use it to define yysymprint, yydestruct, and
6837 yyreport_parse_error.
6839 2002-07-25 Akim Demaille <akim@epita.fr>
6841 * data/yacc.c (yyreport_parse_error): New, extracted from...
6843 (yydestruct, yysymprint): Move above yyparse.
6846 2002-07-25 Akim Demaille <akim@epita.fr>
6848 * data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for): New,
6850 (b4_sint_type, b4_uint_type): these.
6851 * data/yacc.c, data/glr.c, data/lalr1.cc: Use b4_int_type_for.
6852 * tests/regression.at (Web2c Actions): Adjust.
6854 2002-07-25 Akim Demaille <akim@epita.fr>
6856 * src/gram.h (TIEM_NUMBER_MAX): New.
6857 (item_number_of_rule_number, rule_number_of_item_number): Rename
6859 (rule_number_as_item_number, item_number_as_rule_number): these.
6860 Adjust dependencies.
6861 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
6862 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
6863 (symbol_number_to_vector_number): New.
6864 (order): Of vector_number_t* type.
6865 (base_t, BASE_MAX, BASE_MIN): New.
6866 (froms, tos, width, pos, check): Of base_t type.
6867 (action_number_t, ACTION_MIN, ACTION_MAX): New.
6868 (actrow): Of action_number_t type.
6869 (conflrow): Of unsigned int type.
6870 (table_ninf, base_ninf): New.
6871 (GENERATE_MUSCLE_INSERT_TABLE): Also output the `*_min' value.
6872 (muscle_insert_int_table, muscle_insert_base_table)
6873 (muscle_insert_rule_number_table): New.
6874 (prepare_tokens): Output `toknum' as int_table.
6875 (action_row): Returns a rule_number_t.
6876 Use ACTION_MIN, not SHRT_MIN.
6877 (token_actions): yydefact is rule_number_t*.
6878 (table_ninf_remap): New.
6879 (pack_table): Use it for `base' and `table'.
6880 * data/yacc.c, data/glr.c, data/lalr1.cc (YYFLAG): Remove,
6882 (YYPACT_NINF, YYTABLE_NINF): these.
6883 (yypact, yytable): Compute their types instead of hard-coded
6885 * tests/regression.at (Web2c Actions): Adjust.
6887 2002-07-19 Akim Demaille <akim@epita.fr>
6889 * src/scan-gram.l (id): Can start with an underscore.
6891 2002-07-16 Akim Demaille <akim@epita.fr>
6893 * src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string): New.
6894 Adjust all former `associativity' dependencies.
6895 * src/symtab.c (symbol_new): Default associativity is `undef', not
6897 (symbol_check_alias_consistence): Adjust.
6899 2002-07-09 Akim Demaille <akim@epita.fr>
6901 * doc/bison.texinfo: Properly set the ``header'' part.
6902 Use @dircategory ``GNU programming tools'' as per Texinfo's
6906 2002-07-09 Akim Demaille <akim@epita.fr>
6908 * lib/quotearg.h: Protect against multiple inclusions.
6909 * src/location.h (location_t): Add a `file' member.
6910 (LOCATION_RESET, LOCATION_PRINT): Adjust.
6911 * src/complain.c (warn_at, complain_at, fatal_at): Drop
6912 `error_one_per_line' support.
6914 2002-07-09 Akim Demaille <akim@epita.fr>
6916 * src/complain.h, src/complain.c (warn, complain): Remove, unused.
6917 * src/reader.c (lineno): Remove.
6918 Adjust all dependencies.
6919 (get_merge_function): Take a location and use complain_at.
6920 * src/symtab.h, src/symtab.c (symbol_make_alias): Likewise.
6921 * tests/regression.at (Invalid inputs, Mixing %token styles):
6924 2002-07-09 Akim Demaille <akim@epita.fr>
6926 * src/parse-gram.y (rules_or_grammar_declaration): Add an error
6927 recovery rule, and forbid extensions when --yacc.
6928 (gram_error): Use complain_at.
6929 * src/reader.c (reader): Exit if there were parse errors.
6931 2002-07-09 Akim Demaille <akim@epita.fr>
6933 * tests/synclines.at (AT_SYNCLINES_COMPILE): New.
6934 (AT_TEST_SYNCLINE): Adjust to unusual GCC outputs.
6935 Reported by R Blake <blakers@mac.com>.
6937 2002-07-09 Akim Demaille <akim@epita.fr>
6939 * data/yacc.c: Output the copyright notive in the header.
6941 2002-07-03 Akim Demaille <akim@epita.fr>
6943 * src/output.c (froms, tos): Are state_number_t.
6944 (save_column): sp, sp1, and sp2 are state_number_t.
6945 (prepare): Rename `final' as `final_state_number', `nnts' as
6946 `nterms_number', `nrules' as `rules_number', `nstates' as
6947 `states_number', and `ntokens' as `tokens_number'. Remove `nsym',
6949 * data/yacc.c, data/glr.c, data/lalr1.cc: Adjust.
6950 * data/lalr1.cc (nsym_): Remove, unused.
6952 2002-07-03 Akim Demaille <akim@epita.fr>
6954 * src/lalr.h, src/lalr.c (goto_number_t): New.
6955 * src/lalr.c (goto_list_t): New.
6957 * src/nullable.c (rule_list_t): New.
6959 * src/types.h: Remove.
6961 2002-07-03 Akim Demaille <akim@epita.fr>
6963 * src/closure.c (print_fderives): Use rule_rhs_print.
6964 * src/derives.c (print_derives): Use rule_rhs_print.
6965 (rule_list_t): New, replaces `shorts'.
6966 (set_derives): Add comments.
6967 * tests/sets.at (Nullable, Firsts): Adjust.
6969 2002-07-03 Akim Demaille <akim@epita.fr>
6971 * src/output.c (prepare_actions): Free `tally' and `width'.
6972 (prepare_actions): Allocate and free `order'.
6973 * src/symtab.c (symbols_free): Free `symbols'.
6974 * src/scan-gram.l (scanner_free): Clear Flex's scanners memory.
6975 * src/output.c (m4_invoke): Move to...
6976 * src/scan-skel.l: here.
6977 (<<EOF>>): Close yyout, and free its name.
6979 2002-07-03 Akim Demaille <akim@epita.fr>
6981 Fix some memory leaks, and fix a bug: state 0 was examined twice.
6983 * src/LR0.c (new_state): Merge into...
6984 (state_list_append): this.
6985 (new_states): Merge into...
6986 (generate_states): here.
6987 (set_states): Don't ensure a proper `errs' state member here, do it...
6988 * src/conflicts.c (conflicts_solve): here.
6989 * src/state.h, src/state.c: Comment changes.
6990 (state_t): Rename member `shifts' as `transitions'.
6991 Adjust all dependencies.
6992 (errs_new): For consistency, also take the values as argument.
6994 (state_errs_set): New.
6995 (state_reductions_set, state_transitions_set): Assert that no
6996 previous value was assigned.
6998 (states_free): Use it.
6999 * src/conflicts.c (resolve_sr_conflict): Don't use an `errs_t' as
7000 temporary storage: use `errs' and `nerrs' as elsewhere.
7001 (set_conflicts): Allocate and free this `errs'.
7003 2002-07-02 Akim Demaille <akim@epita.fr>
7005 * lib/libiberty.h: New.
7006 * lib: Update the bitset implementation from upstream.
7007 * src/closure.c, src/lalr.c, src/output.c, src/print_graph.c,
7008 * src/state.c: Use BITSET_FOR_EACH, not BITSET_EXECUTE.
7009 * src/main.c: Adjust bitset stats calls.
7011 2002-07-01 Paul Eggert <eggert@twinsun.com>
7013 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>): Convert to unsigned
7014 char, so that negative chars don't collide with $.
7016 2002-06-30 Akim Demaille <akim@epita.fr>
7018 Have the GLR tests be `warning' checked, and fix the warnings.
7020 * data/glr.c (YYFPRINTF): Always define it, not only when YYDEBUG
7021 (yyuserAction, yyreportAmbiguity): `Use' all the arguments.
7022 (yyremoveDeletes): `yyi' and `yyj' are size_t.
7023 Use YYFPRINTF when under if (YYDEBUG) to avoid empty `if' bodies.
7024 (yyaddDeferredAction): static.
7025 (yyglrReduce): yyi, yyk, amd yyposn are size_t.
7026 (yyreportParseError): yyprefix is const.
7027 yytokenp is used only when verbose.
7028 (yy__GNUC__): Replace with __GNUC__.
7029 (yypdumpstack): yyi is size_t.
7030 (yypreference): Un-yy local variables and arguments, to avoid
7031 clashes with `yyr1'. Anyway, we are not in the user name space.
7032 (yytname_size): be an int, as is compared with ints.
7033 * tests/testsuite.at (AT_COMPILE, AT_PARSER_CHECK): New.
7035 * tests/cxx-gram.at: Use quotation to protect $1.
7036 Use AT_COMPILE to enable warnings hunts.
7037 Prototype yylex and yyerror.
7039 Include `string.h', not `strings.h'.
7040 Produce and prototype stmtMerge only when used.
7041 yylex takes a location.
7043 2002-06-30 Akim Demaille <akim@epita.fr>
7045 We spend a lot of time in quotearg, in particular when --verbose.
7047 * src/symtab.c (symbol_get): Store a quoted version of the key.
7048 (symbol_tag_get, symbol_tag_get_n, symbol_tag_print): Remove.
7051 2002-06-30 Akim Demaille <akim@epita.fr>
7053 * src/state.h (reductions_t): Rename member `nreds' as num.
7054 (errs_t): Rename members `nerrs' and `errs' as `num' and `symbols'.
7055 * src/state.c (ERRS_ALLOC, REDUCTIONS_ALLOC): Use the correct types.
7057 2002-06-30 Akim Demaille <akim@epita.fr>
7059 * src/state.h, src/state.c (shift_t, SHIFT_SYMBOL, SHIFT_IS_SHIFT)
7060 (SHIFT_IS_GOTO, SHIFT_IS_ERROR, SHIFT_DISABLE, SHIFT_IS_DISABLED)
7061 (shifts_to): Rename as...
7062 (transition_t, TRANSITION_SYMBOL, TRANSITION_IS_TRANSITION)
7063 (TRANSITION_IS_GOTO, TRANSITION_IS_ERROR, TRANSITION_DISABLE)
7064 (TRANSITION_IS_DISABLED, transitions_to): these.
7066 2002-06-30 Akim Demaille <akim@epita.fr>
7068 * src/print.c (print_shifts, print_gotos): Merge into...
7069 (print_transitions): this.
7070 (print_transitions, print_errs, print_reductions): Align the
7072 (print_core, print_transitions, print_errs, print_state,
7073 print_grammar): Output empty lines separator before, not after.
7074 (state_default_rule_compute): Rename as...
7075 (state_default_rule): this.
7076 * tests/conflicts.at (Defaulted Conflicted Reduction),
7077 (Unresolved SR Conflicts, Resolved SR Conflicts): Adjust.
7078 * tests/regression.at (Rule Line Numbers, Web2c Report): Adjust.
7080 2002-06-30 Akim Demaille <akim@epita.fr>
7082 Display items as we display rules.
7084 * src/gram.h, src/gram.c (rule_lhs_print): New.
7085 * src/gram.c (grammar_rules_partial_print): Use it.
7086 * src/print.c (print_core): Likewise.
7087 * tests/conflicts.at (Defaulted Conflicted Reduction),
7088 (Unresolved SR Conflicts): Adjust.
7089 (Unresolved SR Conflicts): Adjust and rename as...
7090 (Resolved SR Conflicts): this, as was meant.
7091 * tests/regression.at (Web2c Report): Adjust.
7093 2002-06-30 Akim Demaille <akim@epita.fr>
7095 * src/print.c (state_default_rule_compute): New, extracted from...
7096 (print_reductions): here.
7097 Pessimize, but clarify the code.
7098 * tests/conflicts.at (Defaulted Conflicted Reduction): New.
7100 2002-06-30 Akim Demaille <akim@epita.fr>
7102 * src/output.c (action_row): Let default_rule be always a rule
7105 2002-06-30 Akim Demaille <akim@epita.fr>
7107 * src/closure.c (print_firsts, print_fderives, closure):
7109 * src/lalr.c (lookaheads_print): Likewise.
7110 * src/state.c (state_rule_lookaheads_print): Likewise.
7111 * src/print_graph.c (print_core): Likewise.
7112 * src/print.c (print_reductions): Likewise.
7113 * src/output.c (action_row): Likewise.
7114 Use SHIFT_IS_DISABLED, SHIFT_IS_SHIFT and SHIFT_SYMBOL.
7116 2002-06-30 Akim Demaille <akim@epita.fr>
7118 * src/print_graph.c: Use report_flag.
7120 2002-06-30 Akim Demaille <akim@epita.fr>
7122 * src/lalr.c (traverse, digraph, matrix_print, transpose): Move
7124 * src/relation.h, src/relation.c (traverse, relation_digraph)
7125 (relation_print, relation_transpose): New.
7127 2002-06-30 Akim Demaille <akim@epita.fr>
7129 * src/state.h, src/state.c (shifts_to): New.
7130 * src/lalr.c (build_relations): Use it.
7132 2002-06-30 Akim Demaille <akim@epita.fr>
7134 * src/gram.h (rule_number_t, RULE_NUMBER_MAX, int_of_rule_number)
7135 (item_number_of_rule_number, rule_number_of_item_number): New.
7136 * src/LR0.c, src/closure.c, src/derives.c, src/derives.h,
7137 * src/gram.c, src/lalr.c, src/nullable.c, src/output.c, src/print.c,
7138 * src/print_graph.c, src/reader.c, src/reduce.c, src/reduce.h:
7139 Propagate their use.
7140 Much remains to be done, in particular wrt `shorts' from types.h.
7142 2002-06-30 Akim Demaille <akim@epita.fr>
7144 * src/symtab.c (symbol_new): Initialize the `printer' member.
7146 2002-06-30 Akim Demaille <akim@epita.fr>
7148 * src/LR0.c (save_reductions): Remove, replaced by...
7149 * src/state.h, src/state.c (state_reductions_set): New.
7150 (reductions, errs): Rename as...
7151 (reductions_t, errs_t): these.
7152 Adjust all dependencies.
7154 2002-06-30 Akim Demaille <akim@epita.fr>
7156 * src/LR0.c (state_list_t, state_list_append): New.
7157 (first_state, last_state): Now symbol_list_t.
7158 (this_state): Remove.
7159 (new_itemsets, append_states, save_reductions): Take a state_t as
7161 (set_states, generate_states): Adjust.
7162 (save_shifts): Remove, replaced by...
7163 * src/state.h, src/state.c (state_shifts_set): New.
7164 (shifts): Rename as...
7166 Adjust all dependencies.
7167 * src/state.h (state_t): Remove the `next' member.
7169 2002-06-30 Akim Demaille <akim@epita.fr>
7171 * src/vcg.c (quote): Use slot 2, since we often pass symbol tag
7174 2002-06-30 Akim Demaille <akim@epita.fr>
7176 Use hash.h for the state hash table.
7178 * src/LR0.c (STATE_HASH_SIZE, state_hash): Remove.
7179 (allocate_storage): Use state_hash_new.
7180 (free_storage): Use state_hash_free.
7181 (new_state, get_state): Adjust.
7182 * src/lalr.h, src/lalr.c (states): Move to...
7183 * src/states.h (state_t): Remove the `link' member, no longer
7185 * src/states.h, src/states.c: here.
7186 (state_hash_new, state_hash_free, state_hash_lookup)
7187 (state_hash_insert, states_free): New.
7188 * src/states.c (state_table, state_compare, state_hash): New.
7189 * src/output.c (output_actions): Do not free states now, since we
7190 still need to know the final_state number in `prepare', called
7191 afterwards. Do it...
7192 * src/main.c (main): here: call states_free after `output'.
7194 2002-06-30 Akim Demaille <akim@epita.fr>
7196 * src/state.h, src/state.c (state_new): New, extracted from...
7197 * src/LR0.c (new_state): here.
7198 * src/state.h (STATE_ALLOC): Move to...
7199 * src/state.c: here.
7200 * src/LR0.h, src/LR0.c (nstates, final_state): Move to...
7201 * src/state.h, src/state.c: here.
7203 2002-06-30 Akim Demaille <akim@epita.fr>
7205 * src/reader.c (gensym): Rename as...
7206 * src/symtab.h, src/symtab.c (dummy_symbol_get): this.
7207 (getsym): Rename as...
7210 2002-06-30 Akim Demaille <akim@epita.fr>
7212 * src/state.h (state_number_t, STATE_NUMBER_MAX): New.
7213 * src/LR0.c, src/LR0.h, src/conflicts.c, src/lalr.c, src/lalr.h,
7214 * src/output.c, src/print.c, src/print_graph.c: Propagate.
7215 * src/LR0.h, src/LR0.h (final_state): Is a state_t*.
7217 2002-06-30 Akim Demaille <akim@epita.fr>
7219 Make the test suite pass with warnings checked.
7221 * tests/actions.at (Printers and Destructors): Improve.
7222 Avoid unsigned vs. signed issues.
7223 * tests/calc.at: Don't exercise the scanner here, do it...
7224 * tests/input.at (Torturing the Scanner): here.
7226 2002-06-28 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
7228 * data/glr.c: Correct typo in Emacs-mode directive. Slightly
7229 reorganize first lines parallel to yacc.c.
7231 2002-06-28 Akim Demaille <akim@epita.fr>
7233 * data/c.m4 (b4_copyright, b4_sint_type, b4_uint_type, b4_token_define)
7234 (b4_token_enum, b4_token_defines): New, factored from...
7235 * data/lalr1.cc, data/yacc.c, glr.c: here.
7237 2002-06-28 Akim Demaille <akim@epita.fr>
7239 * data/yacc.c (yydestruct, yysymprint): Pacify GCC warnings for
7241 * src/output.c (merger_output): static.
7243 2002-06-28 Akim Demaille <akim@epita.fr>
7245 * src/reader.h: s/grammer_current_rule_merge_set/grammar_.../.
7246 * src/conflicts.c (conflicts_total_count): `i' is unsigned, to
7248 * src/output.c (save_row): Initialize all the variables to pacify GCC.
7250 2002-06-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
7252 Accumulated changelog for new GLR parsing features.
7254 * src/conflicts.c (count_total_conflicts): Change name to
7255 conflicts_total_count.
7256 * src/conflicts.h: Ditto.
7257 * src/output.c (token_actions): Use the new name.
7258 (output_conflicts): Change conflp => conflict_list_heads, and
7259 confl => conflict_list for better readability.
7260 * data/glr.c: Use the new names.
7261 * NEWS: Add self to GLR announcement.
7263 * src/reader.c (free_merger_functions): Cleanup: XFREE->free.
7265 * doc/bison.texinfo (GLR Parsers): Make corrections suggested by
7268 * data/bison.glr: Change name to glr.c
7269 * data/glr.c: Renamed from bison.glr.
7270 * data/Makefile.am: Add glr.c
7274 * src/symlist.h: Add dprec and merger fields to symbol_list_s.
7275 * src/symlist.c (symbol_list_new): Initialize dprec and merger fields.
7277 Originally 2002-06-16 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
7279 * data/bison.glr: Be sure to restore the
7280 current #line when returning to the skeleton contents after having
7281 exposed the input file's #line.
7283 Originally 2002-06-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
7285 * data/bison.glr: Bring up to date with changes to bison.simple.
7287 Originally 2002-06-03 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
7289 * data/bison.glr: Correct definitions that use b4_prefix.
7290 Various reformatting.
7291 (GLRStack): Make yychar (in YYPURE case) and yytokenp as part of stack.
7292 (yyreportParseError, yyrecoverParseError, yyprocessOneStack): remove
7293 yytokenp argument; now part of stack.
7294 (yychar): Define to behave as documented.
7297 Originally 2002-05-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
7299 * src/reader.h: Add declaration for free_merger_functions.
7301 * src/reader.c (merge_functions): New variable.
7302 (get_merge_function): New function.
7303 (free_merger_functions): New function.
7304 (readgram): Check for %prec that is not followed by a symbol.
7305 Handle %dprec and %merge declarations.
7306 (packgram): Initialize dprec and merger fields in rules array.
7308 * src/output.c (conflict_tos, conflrow, conflict_table, conflict_list,
7309 conflict_list_cnt, conflict_list_free): New variables.
7310 (table_grow): Also grow conflict_table.
7311 (prepare_rules): Output dprec and merger tables.
7312 (conflict_row): New function.
7313 (action_row): Output conflict lists for GLR parser. Don't use
7314 default reduction in conflicted states for GLR parser so that there
7315 are spaces for the conflict lists.
7316 (save_row): Also save conflict information.
7317 (token_actions): Allocate conflict list.
7318 (merger_output): New function.
7319 (pack_vector): Pack conflict table, too.
7320 (output_conflicts): New function to output yyconflp and yyconfl.
7321 (output_check): Allocate conflict_tos.
7322 (output_actions): Output conflict tables, also.
7323 (output_skeleton): Output b4_mergers definition.
7324 (prepare): Output b4_max_rhs_length definition.
7325 Use 'bison.glr' as default skeleton for GLR parsers.
7327 * src/gram.c (glr_parser): New flag.
7328 (grammar_free): Call free_merger_functions.
7330 * src/conflicts.c (count_rr_conflicts): Augment to optionally count
7331 all pairs of conflicting reductions, rather than just all tokens
7332 causing conflicts. Needed to size conflict tables.
7333 (conflicts_output): Modify call to count_rr_conflicts for new
7335 (conflicts_print): Ditto.
7336 (count_total_conflicts): New function.
7338 * src/reader.h (merger_list): New type.
7339 (merge_functions): New variable.
7341 * src/lex.h (tok_dprec, tok_merge): New token types.
7343 * src/gram.h (rule_s): Add dprec and merger fields.
7344 (glr_parser): New flag.
7346 * src/conflicts.h (count_total_conflicts): New function.
7348 * src/options.c (option_table): Add %dprec, %merge, and %glr-parser.
7350 * doc/bison.texinfo (Generalized LR Parsing): New section.
7351 (GLR Parsers): New section.
7352 (Language and Grammar): Mention GLR parsing.
7353 (Table of Symbols): Add %dprec, %glr-parser, %merge, GLR
7354 Correct typo ("tge" -> "the").
7356 * data/bison.glr: New skeleton for GLR parsing.
7358 * tests/cxx-gram.at: New tests for GLR parsing.
7360 * tests/testsuite.at: Include cxx-gram.at.
7362 * tests/Makefile.am: Add cxx-gram.at.
7366 * src/scan-gram.l: Add %dprec, %glr-parser, %merge.
7368 * src/parse-gram.y: Grammar for %dprec, %merge, %glr-parser.
7370 2002-06-27 Akim Demaille <akim@epita.fr>
7372 * src/options.h, src/options.c: Remove.
7373 * src/getargs.c (short_options, long_options): New.
7375 2002-06-27 Akim Demaille <akim@epita.fr>
7377 * data/bison.simple, data/bison.c++: Rename as...
7378 * data/yacc.c, data/lalr1.cc: these.
7379 * doc/bison.texinfo (Environment Variables): Remove.
7381 2002-06-25 Raja R Harinath <harinath@cs.umn.edu>
7383 * src/getargs.c (report_argmatch): Initialize strtok().
7385 2002-06-20 Akim Demaille <akim@epita.fr>
7387 * data/bison.simple (b4_symbol_actions): New, replaces...
7388 (b4_symbol_destructor, b4_symbol_printer): these.
7389 (yysymprint): Be sure to call YYPRINT only for tokens, and using
7392 2002-06-20 Akim Demaille <akim@epita.fr>
7394 * data/bison.simple (yydestructor): Rename as...
7397 2002-06-20 Akim Demaille <akim@epita.fr>
7399 * src/symtab.h, src/symtab.c (symbol_type_set)
7400 (symbol_destructor_set, symbol_precedence_set): The location is
7404 2002-06-20 Akim Demaille <akim@epita.fr>
7406 * src/parse-gram.y (YYPRINT, yyprint): Don't mess with the parser
7408 * src/reader.h, src/reader.c (grammar_current_rule_prec_set):
7410 * src/symtab.h, src/symtab.c (symbol_class_set)
7411 (symbol_user_token_number_set): Likewise.
7413 Promote complain_at.
7414 * tests/input.at (Type Clashes): Adjust.
7416 2002-06-20 Akim Demaille <akim@epita.fr>
7418 * data/bison.simple (YYLEX): Fix the declaration when
7421 2002-06-20 Akim Demaille <akim@epita.fr>
7423 * data/bison.simple (yysymprint): Don't print the token number,
7425 * tests/actions.at (Destructors): Rename as...
7426 (Printers and Destructors): this.
7427 Also exercise %printer.
7429 2002-06-20 Akim Demaille <akim@epita.fr>
7431 * data/bison.simple (YYDSYMPRINT): New.
7432 Use it to remove many of the #if YYDEBUG/if (yydebug).
7434 2002-06-20 Akim Demaille <akim@epita.fr>
7436 * src/symtab.h, src/symtab.c (symbol_t): printer and
7437 printer_location are new members.
7438 (symbol_printer_set): New.
7439 * src/parse-gram.y (PERCENT_PRINTER): New token.
7440 Handle its associated rule.
7441 * src/scan-gram.l: Adjust.
7442 (handle_destructor_at, handle_destructor_dollar): Rename as...
7443 (handle_symbol_code_at, handle_symbol_code_dollar): these.
7444 * src/output.c (symbol_printers_output): New.
7445 (output_skeleton): Call it.
7446 * data/bison.simple (yysymprint): New. Cannot be named yyprint
7447 since there are already many grammar files with a user `yyprint'.
7448 Replace the calls to YYPRINT to calls to yysymprint.
7449 * tests/calc.at: Adjust.
7450 * tests/torture.at (AT_DATA_STACK_TORTURE): Remove YYPRINT: it was
7451 taking advantage of parser very internal details (stack size!).
7453 2002-06-20 Akim Demaille <akim@epita.fr>
7455 * src/scan-gram.l: Complete the scanner with the missing patterns
7457 Use `quote' and `symbol_tag_get' where appropriate.
7459 2002-06-19 Akim Demaille <akim@epita.fr>
7461 * tests/actions.at (Destructors): Augment to test locations.
7462 * data/bison.simple (yydestructor): Pass it the current location
7463 if locations are enabled.
7464 Prototype only when __STDC__ or C++.
7465 Change the argument names to move into the yy name space: there is
7468 2002-06-19 Akim Demaille <akim@epita.fr>
7470 * data/bison.simple (b4_pure_if): New.
7471 Use it instead of #ifdef YYPURE.
7473 2002-06-19 Akim Demaille <akim@epita.fr>
7475 * data/bison.simple (b4_location_if): New.
7476 Use it instead of #ifdef YYLSP_NEEDED.
7478 2002-06-19 Akim Demaille <akim@epita.fr>
7480 Prepare @$ in %destructor, but currently don't bind it in the
7481 skeleton, as %location use is not cleaned up yet.
7483 * src/scan-gram.l (handle_dollar, handle_destructor_at)
7484 (handle_action_at): New.
7485 (handle_at, handle_action_dollar, handle_destructor_dollar): Take
7486 a braced_code_t and a location as additional arguments.
7487 (handle_destructor_dollar): Instead of requiring `b4_eval', just
7488 unquote one when outputting `b4_dollar_dollar'.
7490 * data/bison.simple (b4_eval): Remove.
7491 (b4_symbol_destructor): Adjust.
7492 * tests/input.at (Invalid @n): Adjust.
7494 2002-06-19 Zack Weinberg <zack@codesourcery.com>
7496 * doc/bison.texinfo: Document ability to have multiple
7499 2002-06-18 Akim Demaille <akim@epita.fr>
7501 * src/files.c (compute_base_names): When computing the output file
7502 names from the input file name, strip the directory part.
7504 2002-06-18 Akim Demaille <akim@epita.fr>
7506 * data/bison.simple.new: Comment changes.
7507 Reported by Andreas Schwab.
7509 2002-06-18 Matt Kraai <kraai@alumni.cmu.edu>
7511 * data/bison.simple (yyoverflowlab): #ifndef yyoverflow, so that
7512 there are no `label `yyoverflowlab' defined but not used' warnings
7513 when yyoverflow is defined.
7515 2002-06-18 Akim Demaille <akim@epita.fr>
7517 * src/symtab.h, src/symtab.c (symbol_t): destructor_location is a
7519 (symbol_destructor_set): Adjust.
7520 * src/output.c (symbol_destructors_output): Output the destructor
7522 Output the symbol name.
7523 * data/bison.simple (b4_symbol_destructor): Adjust.
7525 2002-06-18 Cris Bailiff <c.bailiff@awayweb.com>
7526 and Akim Demaille <akim@epita.fr>
7528 * data/bison.simple.new (yyerrlab1): Be sure to pop and destroy
7529 what's left on the stack when the error recovery hits EOF.
7530 * tests/actions.at (Destructors): Complete to exercise this case.
7532 2002-06-17 Akim Demaille <akim@epita.fr>
7534 * data/m4sugar/m4sugar.m4 (m4_map): Recognize when the list of
7535 arguments is really empty, not only equal to `[]'.
7536 * src/symtab.h, src/symtab.c (symbol_t): `destructor' is a new
7538 (symbol_destructor_set): New.
7539 * src/output.c (symbol_destructors_output): New.
7540 * src/reader.h (brace_code_t, current_braced_code): New.
7541 * src/scan-gram.l (BRACED_CODE): Use it to branch on...
7542 (handle_dollar): Rename as...
7543 (handle_action_dollar): this.
7544 (handle_destructor_dollar): New.
7545 * src/parse-gram.y (PERCENT_DESTRUCTOR): New.
7546 (grammar_declaration): Use it.
7547 * data/bison.simple (yystos): Is always defined.
7548 (yydestructor): New.
7549 * tests/actions.at (Destructors): New.
7550 * tests/calc.at (_AT_CHECK_CALC_ERROR): Don't rely on egrep.
7552 2002-06-17 Akim Demaille <akim@epita.fr>
7554 * src/symlist.h, src/symlist.c (symbol_list_length): New.
7555 * src/scan-gram.l (handle_dollar, handle_at): Compute the
7556 rule_length only when needed.
7557 * src/output.c (actions_output, token_definitions_output): Output
7559 * src/symtab.c: Don't access directly to the symbol tag, use
7561 * src/parse-gram.y: Use symbol_list_free.
7563 2002-06-17 Akim Demaille <akim@epita.fr>
7565 * src/reader.h, src/reader.c (symbol_list, symbol_list_new)
7566 (symbol_list_prepend, get_type_name): Move to...
7567 * src/symlist.h, src/symlist.c (symbol_list_t, symbol_list_new)
7568 (symbol_list_prepend, symbol_list_n_type_name_get): here.
7570 (symbol_list_free): New.
7571 * src/scan-gram.l (handle_dollar): Takes a location.
7572 * tests/input.at (Invalid $n): Adjust.
7574 2002-06-17 Akim Demaille <akim@epita.fr>
7576 * src/reader.h, src/reader.c (symbol_list_new): Export it.
7577 (symbol_list_prepend): New.
7578 * src/parse-gram.y (%union): `list' is a new member.
7579 (symbols.1): New, replaces...
7580 (terms_to_prec.1, nterms_to_type.1): these.
7581 * src/symtab.h, src/symtab.c (symbol_type_set, symbol_precedence_set)
7582 Take a location as additional argument.
7585 2002-06-15 Akim Demaille <akim@epita.fr>
7587 * src/parse-gram.y: Move %token in the declaration section so that
7588 we don't depend upon CVS Bison.
7590 2002-06-15 Akim Demaille <akim@epita.fr>
7592 * src/state.h, src/state.c (state_rule_lookaheads_print): New.
7593 * src/print.c (print_core): Use it.
7595 2002-06-15 Akim Demaille <akim@epita.fr>
7597 * src/conflicts.c (log_resolution): Accept the rule involved in
7598 the sr conflicts instead of the lookahead number that points to
7600 (flush_reduce): Accept the current lookahead vector as argument,
7601 instead of the index in LA.
7602 (resolve_sr_conflict): Accept the current number of lookahead
7603 bitset to consider for the STATE, instead of the index in LA.
7604 (set_conflicts): Adjust.
7605 * src/lalr.c, src/lalr.h, src/state.h: Comment changes.
7607 2002-06-15 Akim Demaille <akim@epita.fr>
7609 * src/state.h (state_t): Replace the `lookaheadsp' member, a
7610 short, with `lookaheads' (bitsetv), `lookaheads_rule' (rule_t**).
7611 Adjust all dependencies.
7612 * src/lalr.c (initialize_lookaheads): Split into...
7613 (states_lookaheads_count, states_lookaheads_initialize): these.
7616 2002-06-15 Akim Demaille <akim@epita.fr>
7618 * src/gram.h, src/gram.c (grammar_rules_partial_print): New, eved
7620 (grammar_rules_print): here.
7621 * src/reduce.c (reduce_output): Use it.
7622 * tests/reduce.at (Useless Rules, Reduced Automaton)
7623 (Underivable Rules): Adjust.
7625 2002-06-15 Akim Demaille <akim@epita.fr>
7627 Copy BYacc's nice way to report the grammar.
7629 * src/gram.h, src/gram.c (grammar_rhs_print, grammar_rules_print):
7631 Don't print the rules' location, it is confusing and useless.
7632 (rule_print): Use grammar_rhs_print.
7633 * src/print.c (print_grammar): Use grammar_rules_print.
7635 2002-06-15 Akim Demaille <akim@epita.fr>
7637 Complete and rationalize `useless thing' warnings.
7639 * src/symtab.h, src/symtab.c (symbol_tag_get, symbol_tag_get_n)
7640 (symbol_tag_print): New.
7641 Use them everywhere in place of accessing directly the tag member.
7642 * src/gram.h, src/gram.c (rule_print): New.
7643 Use it where a rule used to be printed `by hand'.
7644 * src/reduce.c (nonterminals_reduce): Report the use nonterminals.
7645 (reduce_grammar_tables): Report the useless rules.
7646 (reduce_print): Useless things are a warning, not an error.
7648 * tests/reduce.at (Useless Nonterminals, Useless Rules):
7649 (Reduced Automaton, Underivable Rules): Adjust.
7650 * tests/regression.at (Web2c Report, Web2c Report): Adjust.
7651 * tests/conflicts.at (Unresolved SR Conflicts)
7652 (Solved SR Conflicts): Adjust.
7654 2002-06-15 Akim Demaille <akim@epita.fr>
7656 Let symbols have a location.
7658 * src/symtab.h, src/symtab.c (symbol_t): Location is a new member.
7661 * src/complain.h, src/complain.c (complain_at, fatal_at, warn_at):
7662 Use location_t, not int.
7663 * src/symtab.c (symbol_check_defined): Take advantage of the
7665 * tests/regression.at (Invalid inputs): Adjust.
7667 2002-06-15 Akim Demaille <akim@epita.fr>
7669 * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.
7670 (input): Don't try to initialize yylloc here, do it in the
7672 * src/scan-gram.l (YY_USER_INIT): Initialize yylloc.
7673 * src/gram.h (rule_t): Change line and action_line into location
7674 and action_location, of location_t type.
7675 Adjust all dependencies.
7676 * src/location.h, src/location.c (empty_location): New.
7677 * src/reader.h, src/reader.c (grammar_start_symbol_set)
7678 (grammar_symbol_append, grammar_rule_begin, grammar_rule_end)
7679 (grammar_current_rule_symbol_append)
7680 (grammar_current_rule_action_append): Expect a location as argument.
7681 * src/reader.c (grammar_midrule_action): Adjust to attach an
7682 action's location as dummy symbol location.
7683 * src/symtab.h, src/symtab.c (startsymbol_location): New.
7684 * tests/regression.at (Web2c Report, Rule Line Numbers): Adjust
7687 2002-06-14 Akim Demaille <akim@epita.fr>
7689 Grammar declarations may be found in the grammar section.
7691 * src/parse-gram.y (rules_or_grammar_declaration): New.
7692 (declarations): Each declaration may end with a semicolon, not
7694 (grammar_declaration): `"%union"'.
7695 (grammar): Branch to rules_or_grammar_declaration.
7697 2002-06-14 Akim Demaille <akim@epita.fr>
7699 * src/main.c (main): Invoke scanner_free.
7701 2002-06-14 Akim Demaille <akim@epita.fr>
7703 * src/output.c (m4_invoke): Extracted from...
7704 (output_skeleton): here.
7707 2002-06-14 Akim Demaille <akim@epita.fr>
7709 * src/parse-gram.y (directives, directive, gram)
7710 (grammar_directives, precedence_directives, precedence_directive):
7712 (declarations, declaration, grammar, grammar_declaration)
7713 (precedence_declaration, precedence_declarator): these.
7714 (symbol_declaration): New.
7716 2002-06-14 Akim Demaille <akim@epita.fr>
7718 * src/files.c (action_obstack): Remove, unused.
7719 (output_obstack): Remove it, and all its dependencies, as it is no
7721 * src/reader.c (epilogue_set): Build the epilogue in the
7723 * src/output.h, src/output.c (muscle_obstack): Move to...
7724 * src/muscle_tab.h, src/muscle_tab.h: here.
7725 (muscle_init): Initialize muscle_obstack.
7727 * src/main.c (main): Call it.
7729 2002-06-14 Akim Demaille <akim@epita.fr>
7731 * src/location.h: New, extracted from...
7732 * src/reader.h: here.
7733 * src/Makefile.am (noinst_HEADERS): Merge into
7734 (bison_SOURCES): this.
7736 * src/parse-gram.y: Use location_t instead of Bison's.
7737 * src/reader.h, src/reader.c (prologue_augment, epilogue_set):
7738 Use location_t instead of ints.
7740 2002-06-14 Akim Demaille <akim@epita.fr>
7742 * data/bison.simple, data/bison.c++: Be sure to restore the
7743 current #line when returning to the skeleton contents after having
7744 exposed the input file's #line.
7746 2002-06-12 Akim Demaille <akim@epita.fr>
7748 * src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*>', it is too
7750 * tests/actions.at (Exotic Dollars): New.
7752 2002-06-12 Akim Demaille <akim@epita.fr>
7754 * src/scan-gram.l (SC_PROLOGUE): Don't eat characters amongst
7756 * tests/input.at (Torturing the Scanner): New.
7758 2002-06-11 Akim Demaille <akim@epita.fr>
7760 * src/scan-gram.l (YY_OBS_INIT): Remove, replace with...
7761 [SC_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,SC_PROLOGUE]
7762 [SC_EPILOGUE]: Output the quadrigraphs only when not in a comment.
7763 * src/reader.h, src/scan-gram.l (scanner_initialize): this.
7764 * src/reader.c (reader): Use it.
7766 2002-06-11 Akim Demaille <akim@epita.fr>
7768 * src/scan-gram.l (YY_OBS_FINISH): Don't set yylval.
7770 (scanner_last_string_free): New.
7772 2002-06-11 Akim Demaille <akim@epita.fr>
7774 * src/scan-gram.l (YY_INIT, YY_GROW, YY_FINISH): Rename as...
7775 (YY_OBS_INIT, YY_OBS_GROW, YY_OBS_FINISH): these.
7776 (last_string, YY_OBS_FREE): New.
7777 Use them when returning an ID.
7779 2002-06-11 Akim Demaille <akim@epita.fr>
7781 Have Bison grammars parsed by a Bison grammar.
7783 * src/reader.c, src/reader.h (prologue_augment): New.
7784 * src/reader.c (copy_definition): Remove.
7786 * src/reader.h, src/reader.c (gram_start_symbol_set, prologue_augment)
7787 (grammar_symbol_append, grammar_rule_begin, grammar_midrule_action)
7788 (grammar_current_rule_prec_set, grammar_current_rule_check)
7789 (grammar_current_rule_symbol_append)
7790 (grammar_current_rule_action_append): Export.
7791 * src/parse-gram.y (symbol_list_new, symbol_list_symbol_append_
7792 (symbol_list_action_append): Remove.
7793 Hook the routines from reader.
7794 * src/scan-gram.l: In INITIAL, characters and strings are tokens.
7795 * src/system.h (ATTRIBUTE_NORETURN, ATTRIBUTE_UNUSED): Now.
7797 * src/reader.c (read_declarations): Remove, unused.
7799 * src/parse-gram.y: Handle the epilogue.
7800 * src/reader.h, src/reader.c (gram_start_symbol_set): Rename as...
7801 (grammar_start_symbol_set): this.
7802 * src/scan-gram.l: Be sure to ``use'' yycontrol to keep GCC quiet.
7803 * src/reader.c (readgram): Remove, unused.
7804 (reader): Adjust to insert eoftoken and axiom where appropriate.
7806 * src/reader.c (copy_dollar): Replace with...
7807 * src/scan-gram.h (handle_dollar): this.
7808 * src/parse-gram.y: Remove `%thong'.
7810 * src/reader.c (copy_at): Replace with...
7811 * src/scan-gram.h (handle_at): this.
7813 * src/complain.h, src/complain.c (warn_at, complain_at, fatal_at):
7816 * src/scan-gram.l (YY_LINES): Keep lineno synchronized for the
7819 * src/reader.h, src/reader.c (grammar_rule_end): New.
7821 * src/parse.y (current_type, current_class): New.
7822 Implement `%nterm', `%token' support.
7823 Merge `%term' into `%token'.
7824 (string_as_id): New.
7825 * src/symtab.h, src/symtab.c (symbol_make_alias): Don't pass the
7828 * src/parse-gram.y: Be sure to handle properly the beginning of
7831 * src/parse-gram.y: Handle %type.
7832 * src/reader.c (grammar_rule_end): Call grammar_current_rule_check.
7834 * src/parse-gram.y: More directives support.
7835 * src/options.c: No longer handle source directives.
7837 * src/parse-gram.y: Fix %output.
7839 * src/parse-gram.y: Handle %union.
7840 Use the prologue locations.
7841 * src/reader.c (parse_union_decl): Remove.
7843 * src/reader.h, src/reader.c (epilogue_set): New.
7844 * src/parse-gram.y: Use it.
7846 * data/bison.simple, data/bison.c++: b4_stype is now either not
7847 defined, then default to int, or to the contents of %union,
7848 without `union' itself.
7850 * src/muscle_tab.c (muscle_init): Don't predefine `stype'.
7852 * src/output.c (actions_output): Don't output braces, as they are
7853 already handled by the scanner.
7855 * src/scan-gram.l (SC_CHARACTER): Set the user_token_number of
7856 characters to themselves.
7858 * tests/reduce.at (Reduced Automaton): End the grammars with %% so
7859 that the epilogue has a proper #line.
7861 * src/parse-gram.y: Handle precedence/associativity.
7863 * src/symtab.c (symbol_precedence_set): Requires the symbol to be
7865 * src/scan-gram.l (SC_BRACED_CODE): Catch strings and characters.
7866 * tests/calc.at: Do not use `%token "foo"' as it makes not sense
7867 at all to define terminals that cannot be emitted.
7869 * src/scan-gram.l: Escape M4 characters.
7871 * src/scan-gram.l: Working properly with escapes in user
7874 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR)
7875 (AT_DATA_HORIZONTAL_GRAMMAR): Respect the `%token ID NUM STRING'
7877 Use more modest sizes, as for the time being the parser does not
7878 release memory, and therefore the process swallows a huge amount
7881 * tests/torture.at (AT_DATA_LOOKAHEADS_GRAMMAR): Adjust to the
7882 stricter %token grammar.
7884 * src/symtab.h (associativity): Add `undef_assoc'.
7885 (symbol_precedence_set): Do nothing when passed an undef_assoc.
7886 * src/symtab.c (symbol_check_alias_consistence): Adjust.
7888 * tests/regression.at (Invalid %directive): Remove, as it is now
7890 (Invalid inputs): Adjust to the new error messages.
7891 (Token definitions): The new grammar doesn't allow too many
7894 * src/lex.h, src/lex.c: Remove.
7895 * src/reader.c (lastprec, skip_to_char, read_signed_integer)
7896 (copy_character, copy_string2, copy_string, copy_identifier)
7897 (copy_comment, parse_token_decl, parse_type_decl, parse_assoc_decl)
7898 (parse_muscle_decl, parse_dquoted_param, parse_skel_decl)
7899 (parse_action): Remove.
7900 * po/POTFILES.in: Adjust.
7902 2002-06-11 Akim Demaille <akim@epita.fr>
7904 * src/reader.c (parse_action): Don't store directly into the
7905 rule's action member: return the action as a string.
7906 Don't require `rule_length' as an argument: compute it.
7907 (grammar_current_rule_symbol_append)
7908 (grammar_current_rule_action_append): New, eved out from
7910 Remove `action_flag', `rulelength', unused now.
7912 2002-06-11 Akim Demaille <akim@epita.fr>
7914 * src/reader.c (grammar_current_rule_prec_set).
7915 (grammar_current_rule_check): New, eved out from...
7917 Remove `xaction', `first_rhs': useless.
7918 * tests/input.at (Type clashes): New.
7919 * tests/existing.at (GNU Cim Grammar): Adjust.
7921 2002-06-11 Akim Demaille <akim@epita.fr>
7923 * src/reader.c (grammar_midrule_action): New, Eved out from
7926 2002-06-11 Akim Demaille <akim@epita.fr>
7928 * src/reader.c (grammar_rule_begin, previous_rule, current_rule):
7930 (readgram): Use them as replacement of inlined code, crule and
7933 2002-06-11 Akim Demaille <akim@epita.fr>
7935 * src/reader.c (grammar_end, grammar_symbol_append): New.
7936 (readgram): Use them.
7937 Make the use of `p' as local as possible.
7939 2002-06-10 Akim Demaille <akim@epita.fr>
7941 GCJ's parser requires the tokens to be defined before the prologue.
7943 * data/bison.simple: Output the token definition before the user's
7945 * tests/regression.at (Braces parsing, Duplicate string)
7946 (Mixing %token styles): Check the output from bison.
7947 (Early token definitions): New.
7949 2002-06-10 Akim Demaille <akim@epita.fr>
7951 * src/symtab.c (symbol_user_token_number_set): Don't complain when
7952 assigning twice the same user number to a token, so that we can
7954 * src/lex.c (lex): here.
7955 Also use `symbol_class_set' instead of hand written code.
7956 * src/reader.c (parse_assoc_decl): Likewise.
7958 2002-06-10 Akim Demaille <akim@epita.fr>
7960 * src/symtab.c, src/symtab.c (symbol_class_set)
7961 (symbol_user_token_number_set): New.
7962 * src/reader.c (parse_token_decl): Use them.
7963 Use a switch instead of ifs.
7964 Use a single argument.
7966 2002-06-10 Akim Demaille <akim@epita.fr>
7968 Remove `%thong' support as it is undocumented, unused, duplicates
7969 `%token's job, and creates useless e-mail traffic with people who
7970 want to know what it is, why it is undocumented, unused, and
7971 duplicates `%token's job.
7973 * src/reader.c (parse_thong_decl): Remove.
7974 * src/options.c (option_table): Remove "thong".
7975 * src/lex.h (tok_thong): Remove.
7977 2002-06-10 Akim Demaille <akim@epita.fr>
7979 * src/symtab.c, src/symtab.c (symbol_type_set)
7980 (symbol_precedence_set): New.
7981 * src/reader.c (parse_type_decl, parse_assoc_decl): Use them.
7982 (value_components_used): Remove, unused.
7984 2002-06-09 Akim Demaille <akim@epita.fr>
7986 Move symbols handling code out of the reader.
7988 * src/reader.h, src/reader.c (errtoken, undeftoken, eoftoken)
7990 * src/symtab.h, src/symtab.c: here.
7992 * src/gram.c (start_symbol): Remove: use startsymbol->number.
7993 * src/reader.c (startval): Rename as...
7994 * src/symtab.h, src/symtab.c (startsymbol): this.
7995 * src/reader.c: Adjust.
7997 * src/reader.c (symbol_check_defined, symbol_make_alias)
7998 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
7999 (token_translations_init)
8001 * src/symtab.c: here.
8002 * src/reader.c (packsymbols): Move to...
8003 * src/symtab.h, src/symtab.c (symbols_pack): here.
8004 * src/symtab.h, src/symtab.c (symbol_make_alias): Takes SYMVAL as
8007 2002-06-03 Akim Demaille <akim@epita.fr>
8009 * src/muscle_tab.c (muscle_insert, muscle_find): Declarations,
8012 2002-06-03 Akim Demaille <akim@epita.fr>
8014 * src/muscle_tab.c (muscle_find, muscle_insert): Don't initialize
8015 structs with non literals.
8016 * src/scan-skel.l: never-interactive.
8017 * src/conflicts.c (enum conflict_resolution_e): No trailing
8019 * src/getargs.c (usage): Split long literal strings.
8020 Reported by Hans Aberg.
8022 2002-05-28 Akim Demaille <akim@epita.fr>
8024 * data/bison.c++: Use C++ ostreams.
8025 (cdebug_): New member.
8027 2002-05-28 Akim Demaille <akim@epita.fr>
8029 * src/output.c (output_skeleton): Be sure to allocate enough room
8030 for `/' _and_ for `\0' in full_skeleton.
8032 2002-05-28 Akim Demaille <akim@epita.fr>
8034 * data/bison.c++: Catch up with bison.simple:
8035 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8036 and Paul Eggert <eggert@twinsun.com>: `error' handing.
8037 2002-05-26 Akim Demaille <akim@epita.fr>: stos_, token_number_,
8040 2002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8042 * src/output.c (output_skeleton): Put an explicit path in front of
8043 the skeleton file name, rather than relying on the -I directory,
8044 to partially alleviate effects of having a skeleton file lying around
8045 in the current directory.
8047 2002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8049 * src/conflicts.c (log_resolution): Correct typo:
8050 obstack_printf should be obstack_fgrow1.
8052 2002-05-26 Akim Demaille <akim@epita.fr>
8054 * src/state.h (state_t): `solved_conflicts' is a new member.
8055 * src/LR0.c (new_state): Set it to 0.
8056 * src/conflicts.h, src/conflicts.c (print_conflicts)
8057 (free_conflicts, solve_conflicts): Rename as...
8058 (conflicts_print, conflicts_free, conflicts_solve): these.
8060 * src/conflicts.c (enum conflict_resolution_e)
8061 (solved_conflicts_obstack): New, used by...
8062 (log_resolution): this.
8063 Adjust to attach the conflict resolution to each state.
8064 Complete the description with the precedence/associativity
8066 (resolve_sr_conflict): Adjust.
8067 * src/print.c (print_state): Output its solved_conflicts.
8068 * tests/conflicts.at (Unresolved SR Conflicts)
8069 (Solved SR Conflicts): Exercise --report=all.
8071 2002-05-26 Akim Demaille <akim@epita.fr>
8073 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
8074 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
8075 * src/reader.c, src/reduce.c, src/state.h, src/symtab.h
8076 (token_number_t, item_number_as_token_number)
8077 (token_number_as_item_number, muscle_insert_token_number_table):
8079 (symbol_number_t, item_number_as_symbol_number)
8080 (symbol_number_as_item_number, muscle_insert_symbol_number_table):
8081 these, since it is more appropriate.
8083 2002-05-26 Akim Demaille <akim@epita.fr>
8085 * tests/calc.at (AT_CHECK_CALC): Adjust: there are now additional
8087 * data/bison.simple (yystos) [YYDEBUG]: New.
8088 (yyparse) [YYDEBUG]: Display the symbols which are popped during
8090 * tests/regression.at (Web2c Actions): Adjust: yystos is output now.
8092 2002-05-25 Akim Demaille <akim@epita.fr>
8094 * doc/bison.texinfo (Debugging): Split into...
8095 (Tracing): this new section, its former contents, and...
8096 (Understanding): this new section.
8097 * src/getargs.h, src/getargs.c (verbose_flag): Remove, replaced
8099 (report_flag): this.
8100 Adjust all dependencies.
8101 (report_args, report_types, report_argmatch): New.
8102 (usage, getargs): Report/support -r, --report.
8104 (struct option_table_struct): Rename as..,
8105 (struct option_table_s): this.
8106 Rename the `set_flag' member to `flag' to match with getopt_long's
8108 * src/options.c (option_table): Split verbose into an entry for
8109 %verbose, and another for --verbose.
8110 Support --report/-r, so remove -r from the obsolete --raw.
8111 * src/print.c: Attach full item sets and lookaheads reports to
8112 report_flag instead of trace_flag.
8113 * lib/argmatch.h, lib/argmatch.c: New, from Fileutils 4.1.
8115 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8116 and Paul Eggert <eggert@twinsun.com>
8118 * data/bison.simple (yyparse): Correct error handling to conform to
8119 POSIX and yacc. Specifically, after syntax error is discovered,
8120 do not reduce further before shifting the error token.
8121 Clean up the code a bit by removing the labels yyerrdefault,
8122 yyerrhandle, yyerrpop.
8123 * NEWS: Document the above.
8125 2002-05-20 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8127 * data/bison.simple (yyr1): Don't use yy_token_number_type as element
8128 type; it isn't always big enough, since it doesn't necessarily
8129 include non-terminals.
8130 (yytranslate): Expand definition of yy_token_number_type, so that
8131 the latter can be removed.
8132 (yy_token_number_type): Remove, only one use.
8133 * data/bison.c++ (r1_): Parallel change to yyr1 in bison.simple---
8134 don't use TokenNumberType as element type.
8136 * tests/regression.at: Modify expected output to agree with change
8137 to yyr1 and yytranslate.
8139 2002-05-13 Florian Krohm <florian@edamail.fishkill.ibm.com>
8141 * src/reader.c (parse_action): Use copy_character instead of
8144 2002-05-13 Akim Demaille <akim@epita.fr>
8146 * tests/regression.at (Token definitions): Prototype yylex and
8149 2002-05-12 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8151 * src/scan-skel.l: Correct off-by-one error in handling of __oline__.
8152 * data/bison.simple (b4_sint_type, b4_uint_type): Correct to reflect
8154 * data/bison.c++ (b4_sint_type, b4_uint_type): Ditto.
8156 2002-05-07 Akim Demaille <akim@epita.fr>
8158 * tests/synclines.at: Be sure to prototype yylex and yyerror to
8161 2002-05-07 Akim Demaille <akim@epita.fr>
8165 * src/reduce.c (nonterminals_reduce): Don't loop over RITEM: loop
8166 over the RHS of each rule.
8167 * src/gram.h, src/gram.c (nritems): Is `unsigned int', not int.
8168 * src/state.h (state_t): Member `nitems' is unsigned short.
8169 * src/LR0.c (get_state): Adjust.
8170 * src/reader.c (packgram): Likewise.
8171 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): `max' is of type
8173 (muscle_insert_int_table): Remove, unused.
8174 (prepare_rules): Remove `max'.
8176 2002-05-06 Akim Demaille <akim@epita.fr>
8178 * src/closure.c (print_firsts): Display of the symbol tags.
8179 (bitmatrix_print): Move to...
8180 * lib/bitsetv-print.h, lib/bitsetv-print.c (bitsetv_matrix_dump):
8182 * tests/sets.at (Nullable, Broken Closure, Firsts): Adjust.
8184 2002-05-06 Akim Demaille <akim@epita.fr>
8186 * src/muscle_tab.c (muscle_m4_output): Must return TRUE for
8189 2002-05-06 Akim Demaille <akim@epita.fr>
8191 * src/LR0.c (new_state, get_state): Instead of using the global
8192 `kernel_size' and `kernel_base', have two new arguments:
8193 `core_size' and `core'.
8196 2002-05-06 Akim Demaille <akim@epita.fr>
8198 * src/reader.c (packgram): No longer end `ritem' with a 0
8199 sentinel: it is not used.
8201 2002-05-05 Akim Demaille <akim@epita.fr>
8203 New experimental feature: display the lookaheads in the report and
8206 * src/print (print_core): When --trace-flag, display the rules
8208 * src/print_graph.c (print_core): Likewise.
8212 2002-05-05 Akim Demaille <akim@epita.fr>
8214 * tests/torture.at (Many lookaheads): New test.
8216 2002-05-05 Akim Demaille <akim@epita.fr>
8218 * src/output.c (GENERATE_OUTPUT_TABLE): Replace with...
8219 (GENERATE_MUSCLE_INSERT_TABLE): this.
8220 (output_int_table, output_unsigned_int_table, output_short_table)
8221 (output_token_number_table, output_item_number_table): Replace with...
8222 (muscle_insert_int_table, muscle_insert_unsigned_int_table)
8223 (muscle_insert_short_table, muscle_insert_token_number_table)
8224 (muscle_insert_item_number_table): these.
8226 (prepare_tokens): Don't free `translations', since...
8227 * src/reader.h, src/reader.c (grammar_free): do it.
8229 * src/gram.h, src/gram.c (grammar_free): here.
8230 * data/bison.simple, data/bison.c++: b4_token_number_max is now
8233 2002-05-05 Akim Demaille <akim@epita.fr>
8235 * src/output.c (output_unsigned_int_table): New.
8236 (prepare_rules): `i' is unsigned.
8237 `prhs', `rline', `r2' are unsigned int.
8238 Rename muscle `rhs_number_max' as `rhs_max'.
8239 Output muscles `prhs_max', `rline_max', and `r2_max'.
8241 * data/bison.simple, data/bison.c++: Adjust to use these muscles
8242 to compute types instead of constant types.
8243 * tests/regression.at (Web2c Actions): Adjust.
8245 2002-05-04 Akim Demaille <akim@epita.fr>
8247 * src/symtab.h (SALIAS, SUNDEF): Rename as...
8248 (USER_NUMBER_ALIAS, USER_NUMBER_UNDEFINED): these.
8249 Adjust dependencies.
8250 * src/output.c (token_definitions_output): Be sure not to output a
8251 `#define 'a'' when fed with `%token 'a' "a"'.
8252 * tests/regression.at (Token definitions): New.
8254 2002-05-03 Paul Eggert <eggert@twinsun.com>
8256 * data/bison.simple (b4_token_defines): Also define YYTOKENTYPE
8259 2002-05-03 gettextize <bug-gnu-gettext@gnu.org>
8261 * Makefile.am (SUBDIRS): Remove intl.
8262 (EXTRA_DIST): Add config/config.rpath.
8264 2002-05-03 Akim Demaille <akim@epita.fr>
8266 * data/bison.simple (m4_if): Don't output empty enums.
8267 And actually, output valid enum definitions :(.
8269 2002-05-03 Akim Demaille <akim@epita.fr>
8271 * configure.bat: Remove, completely obsolete.
8272 * Makefile.am (EXTRA_DIST): Adjust.
8273 Don't distribute config.rpath...
8274 * config/Makefile.am (EXTRA_DIST): Do it.
8276 2002-05-03 Akim Demaille <akim@epita.fr>
8278 * configure.in (GETTEXT_VERSION): New.
8279 Suggested by Bruno Haible for the forthcoming Gettext 0.10.3.
8281 2002-05-03 Akim Demaille <akim@epita.fr>
8283 * data/bison.simple (b4_token_enum): New.
8284 (b4_token_defines): Use it to output tokens both as #define and
8286 Suggested by Paul Eggert.
8287 * src/output.c (token_definitions_output): Don't output spurious
8290 2002-05-03 Akim Demaille <akim@epita.fr>
8292 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
8294 2002-05-02 Robert Anisko <robert@lrde.epita.fr>
8296 * data/bison.c++: Adapt expansion of $s and @s to the C++ parser.
8297 Update the stack class, give a try to deque as the default container.
8299 2002-05-02 Akim Demaille <akim@epita.fr>
8301 * data/bison.simple (yyparse): Do not implement @$ = @1.
8302 (YYLLOC_DEFAULT): Adjust to do it.
8303 * doc/bison.texinfo (Location Default Action): Fix.
8305 2002-05-02 Akim Demaille <akim@epita.fr>
8307 * src/reader.c (parse_braces): Merge into...
8308 (parse_action): this.
8310 2002-05-02 Akim Demaille <akim@epita.fr>
8312 * configure.in (ALL_LINGUAS): Remove.
8313 * po/LINGUAS, hr.po: New.
8315 2002-05-02 Akim Demaille <akim@epita.fr>
8317 Remove the so called hairy (semantic) parsers.
8319 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove.
8320 * src/gram.h, src/gram.c (semantic_parser): Remove.
8321 (rule_t): Remove the guard and guard_line members.
8322 * src/lex.h (token_t): remove tok_guard.
8323 * src/options.c (option_table): Remove %guard and %semantic_parser
8325 * src/output.c, src/output.h (guards_output): Remove.
8327 (token_definitions_output): Don't output the `T'
8329 (output_skeleton): Don't output the guards.
8330 * src/files.c, src/files.c (attrsfile): Remove.
8331 * src/reader.c (symbol_list): Remove the guard and guard_line
8333 Adjust dependencies.
8334 (parse_guard): Remove.
8335 * data/bison.hairy: Remove.
8336 * doc/bison.texinfo (Environment Variables): Remove occurrences of
8339 2002-05-02 Akim Demaille <akim@epita.fr>
8341 * src/reader.c (copy_at, copy_dollarm parse_braces, parse_action)
8342 (parse_guard): Rename the formal argument `stack_offset' as
8343 `rule_length', which is more readable.
8345 (copy_at, copy_dollar): Instead of outputting the hard coded
8346 values of $$, $n and so forth, output invocation to b4_lhs_value,
8347 b4_lhs_location, b4_rhs_value, and b4_rhs_location.
8348 Note: this patch partially drops `semantic-parser' support: it
8349 always does `rule_length - n', where semantic parsers ought to
8351 * data/bison.simple, data/bison.c++ (b4_lhs_value)
8352 (b4_lhs_location, b4_rhs_value, and b4_rhs_location: New.
8354 2002-05-02 Akim Demaille <akim@epita.fr>
8356 * configure.in (AC_INIT): Bump to 1.49b.
8357 (AM_INIT_AUTOMAKE): Short invocation.
8359 2002-05-02 Akim Demaille <akim@epita.fr>
8363 2002-05-01 Akim Demaille <akim@epita.fr>
8365 * src/skeleton.h: Remove.
8367 2002-05-01 Akim Demaille <akim@epita.fr>
8369 * src/skeleton.h: Fix the #endif.
8370 Reported by Magnus Fromreide.
8372 2002-04-26 Paul Eggert <eggert@twinsun.com>
8374 * data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
8375 Define if we define YYSTYPE and YYLTYPE, respectively.
8376 (YYCOPY): Fix [] quoting problem in the non-GCC case.
8378 2002-04-25 Robert Anisko <robert@lrde.epita.fr>
8380 * src/scan-skel.l: Postprocess quadrigraphs.
8382 * src/reader.c (copy_character): New function, used to output
8383 single characters while replacing `[' and `]' with quadrigraphs, to
8384 avoid troubles with M4 quotes.
8385 (copy_comment): Output characters with copy_character.
8386 (read_additionnal_code): Likewise.
8387 (copy_string2): Likewise.
8388 (copy_definition): Likewise.
8390 * tests/calc.at: Exercise M4 quoting.
8392 2002-04-25 Akim Demaille <akim@epita.fr>
8394 * tests/sets.at (AT_EXTRACT_SETS): Sed portability issue: no space
8395 between `!' and the command.
8396 Reported by Paul Eggert.
8398 2002-04-24 Robert Anisko <robert@lrde.epita.fr>
8400 * tests/calc.at: Exercise prologue splitting.
8402 * data/bison.simple, data/bison.c++: Use `b4_pre_prologue' and
8403 `b4_post_prologue' instead of `b4_prologue'.
8405 * src/output.c (prepare): Add the `pre_prologue' and `post_prologue'
8407 (output): Free pre_prologue_obstack and post_prologue_obstack.
8408 * src/files.h, src/files.c (attrs_obstack): Remove.
8409 (pre_prologue_obstack, post_prologue_obstack): New.
8410 * src/reader.c (copy_definition): Add a parameter to specify the
8411 obstack to fill, instead of using attrs_obstack unconditionally.
8412 (read_declarations): Pass pre_prologue_obstack to copy_definition if
8413 `%union' has not yet been seen, pass post_prologue_obstack otherwise.
8415 2002-04-23 Paul Eggert <eggert@twinsun.com>
8417 * data/bison.simple: Remove unnecessary commentary and white
8418 space differences from 1_29-branch.
8419 Depend on YYERROR_VERBOSE, not defined (YYERROR_VERBOSE).
8421 (union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY,
8422 YYSTACK_RELOCATE): Do not define if yyoverflow is defined, or
8423 if this is a C++ parser and YYSTYPE or YYLTYPE has nontrivial
8424 constructors or destructors.
8426 (yyparse) [! defined YYSTACK_RELOCATE]: Do not relocate the stack.
8428 2002-04-23 Akim Demaille <akim@epita.fr>
8430 * tests/sets.at (AT_EXTRACT_SETS): Don't use 8 char long sed labels.
8431 * tests/synclines.at (AT_TEST_SYNCLINE): Be robust to GCC's
8432 location with columns.
8433 * tests/conflicts.at (%nonassoc and eof): Don't use `error.h'.
8434 All reported by Paul Eggert.
8436 2002-04-22 Akim Demaille <akim@epita.fr>
8438 * src/reduce.c (dump_grammar): Move to...
8439 * src/gram.h, src/gram.c (grammar_dump): here.
8440 Be sure to separate long item numbers.
8441 Don't read the members of a rule's prec if its nil.
8443 2002-04-22 Akim Demaille <akim@epita.fr>
8445 * src/output.c (table_size, table_grow): New.
8446 (MAXTABLE): Remove, replace uses with table_size.
8447 (pack_vector): Instead of dying when the table is too big, grow it.
8449 2002-04-22 Akim Demaille <akim@epita.fr>
8451 * data/bison.simple (yyr1): Its type is that of a token number.
8452 * data/bison.c++ (r1_): Likewise.
8453 * tests/regression.at (Web2c Actions): Adjust.
8455 2002-04-22 Akim Demaille <akim@epita.fr>
8457 * src/reader.c (token_translations_init): 256 is now the default
8458 value for the error token, i.e., it will be assigned another
8459 number if the user assigned 256 to one of her tokens.
8460 (reader): Don't force 256 to error.
8461 * doc/bison.texinfo (Symbols): Adjust.
8462 * tests/torture.at (AT_DATA_HORIZONTAL_GRAMMAR)
8463 (AT_DATA_TRIANGULAR_GRAMMAR): Number the tokens as 1, 2, 3
8464 etc. instead of 10, 20, 30 (which was used to `jump' over error
8465 (256) and undefined (2)).
8467 2002-04-22 Akim Demaille <akim@epita.fr>
8469 Propagate more token_number_t.
8471 * src/gram.h (token_number_as_item_number)
8472 (item_number_as_token_number): New.
8473 * src/output.c (GENERATE_OUTPUT_TABLE): New.
8474 Use it to create output_item_number_table and
8475 output_token_number_table.
8476 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
8477 * src/lex.c, src/nullable.c, src/output.c, src/print.c,
8478 * src/print_graph.c, src/reader.c, src/reduce.c, src/state.h,
8479 * src/symtab.c, src/symtab.h: Use token_number_t instead of shorts.
8481 2002-04-22 Akim Demaille <akim@epita.fr>
8483 * src/output.h, src/output.c (get_lines_number): Remove.
8485 2002-04-19 Akim Demaille <akim@epita.fr>
8487 * doc/bison.texinfo (Actions): Make clear that `|' is not the same
8489 (Debugging): More details about enabling the debugging features.
8490 (Table of Symbols): Describe $$, $n, @$, and @n.
8491 Suggested by Tim Josling.
8493 2002-04-19 Akim Demaille <akim@epita.fr>
8495 * doc/bison.texinfo: Remove the uses of the obsolete @refill.
8497 2002-04-10 Akim Demaille <akim@epita.fr>
8499 * src/system.h: Rely on HAVE_LIMITS_H.
8500 Suggested by Paul Eggert.
8502 2002-04-09 Akim Demaille <akim@epita.fr>
8504 * tests/calc.at (_AT_CHECK_CALC_ERROR): Receive as argument the
8505 full stderr, and strip it according to the bison options, instead
8506 of composing the error message from different bits.
8507 This makes it easier to check for several error messages.
8508 Adjust all the invocations.
8509 Add an invocation exercising the error token.
8510 Add an invocation demonstrating a stupid error message.
8511 (_AT_DATA_CALC_Y): Follow the GCS: initial column is 1, not 0.
8513 Error message are for stderr, not stdout.
8515 2002-04-09 Akim Demaille <akim@epita.fr>
8517 * src/gram.h, src/gram.c (error_token_number): Remove, use
8519 * src/reader.c (reader): Don't specify the user token number (2)
8520 for $undefined, as it uselessly prevents using it.
8521 * src/gram.h (token_number_t): Move to...
8522 * src/symtab.h: here.
8523 (state_t.number): Is a token_number_t.
8524 * src/print.c, src/reader.c: Use undeftoken->number instead of
8526 (Even though this 2 is not the same as above: the number of the
8527 undeftoken remains being 2, it is its user token number which
8529 * src/output.c (prepare_tokens): Rename the `maxtok' muscle with
8530 `user_token_number_max'.
8531 Output `undef_token_number'.
8532 * data/bison.simple, data/bison.c++: Use them.
8533 Be sure to map invalid yylex return values to
8534 `undef_token_number'. This saves us from gratuitous SEGV.
8536 * tests/conflicts.at (Solved SR Conflicts)
8537 (Unresolved SR Conflicts): Adjust.
8538 * tests/regression.at (Web2c Actions): Adjust.
8540 2002-04-08 Akim Demaille <akim@epita.fr>
8542 * data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.
8544 Remove the duplicate `typedefs'.
8545 (RhsNumberType): Fix the declaration and various other typos.
8547 * data/bison.simple: Use __ofile__.
8548 * src/scan-skel.l: Handle __ofile__.
8550 2002-04-08 Akim Demaille <akim@epita.fr>
8552 * src/gram.h (item_number_t): New, the type of item numbers in
8553 RITEM. Note that it must be able to code symbol numbers as
8554 positive number, and the negation of rule numbers as negative
8556 Adjust all dependencies (pretty many).
8557 * src/reduce.c (rule): Remove this `short *' pointer: use
8559 * src/system.h (MINSHORT, MAXSHORT): Remove.
8561 Adjust dependencies to using SHRT_MAX and SHRT_MIN.
8563 (MAXTABLE): Move to...
8564 * src/output.c (MAXTABLE): here.
8565 (prepare_rules): Use output_int_table to output rhs.
8566 * data/bison.simple, data/bison.c++: Adjust.
8567 * tests/torture.at (Big triangle): Move the limit from 254 to
8569 * tests/regression.at (Web2c Actions): Ajust.
8571 Trying with bigger grammars shows various phenomena: at 3000 (28Mb
8572 of grammar file) bison is killed by my system, at 2000 (12Mb) bison
8573 passes, but produces negative #line number, once fixed, GCC is
8574 killed while compiling 14Mb, at 1500 (6.7 Mb of grammar, 8.2Mb of
8576 * src/state.h (state_h): Code input lines on ints, not shorts.
8578 2002-04-08 Akim Demaille <akim@epita.fr>
8580 * src/reduce.c (reduce_grammar): First reduce the nonterminals,
8581 and then the grammar.
8583 2002-04-08 Akim Demaille <akim@epita.fr>
8585 * src/system.h: No longer using strndup.
8587 2002-04-07 Akim Demaille <akim@epita.fr>
8589 * src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
8590 * src/output.c (output_table_data): Return the longest number.
8591 (prepare_tokens): Output `token_number_max').
8592 * data/bison.simple, data/bison.c++ (b4_sint_type, b4_uint_type):
8594 Use them to define yy_token_number_type/TokenNumberType.
8595 Use this type for yytranslate.
8596 * tests/torture.at (Big triangle): Push the limit from 124 to
8598 * tests/regression.at (Web2c Actions): Adjust.
8600 2002-04-07 Akim Demaille <akim@epita.fr>
8602 * tests/torture.at (Big triangle): New.
8603 (GNU AWK Grammar, GNU Cim Grammar): Move to...
8604 * tests/existing.at: here.
8606 2002-04-07 Akim Demaille <akim@epita.fr>
8608 * src/gram.h, src/gram.c (nitems): Remove, it is an alias of
8610 Adjust dependencies.
8612 2002-04-07 Akim Demaille <akim@epita.fr>
8614 * src/reader.c: Normalize increments to prefix form.
8616 2002-04-07 Akim Demaille <akim@epita.fr>
8618 * src/reader.c, symtab.c: Remove debugging code.
8620 2002-04-07 Akim Demaille <akim@epita.fr>
8622 Rename all the `bucket's as `symbol_t'.
8624 * src/gram.c, src/gram.h, src/lex.c, src/lex.h, src/output.c,
8625 * src/reader.c, src/reader.h, src/reduce.c, src/state.h,
8626 * src/symtab.c, src/symtab.h (bucket): Rename as...
8628 (symbol_list_new, bucket_check_defined, bucket_make_alias)
8629 (bucket_check_alias_consistence, bucket_pack, bucket_translation)
8630 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
8631 (buckets_new, buckets_free, buckets_do): Rename as...
8632 (symbol_list_new, symbol_check_defined, symbol_make_alias)
8633 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
8634 (symbol_new, symbol_free, hash_compare_symbol_t, hash_symbol_t)
8635 (symbols_new, symbols_free, symbols_do): these.
8637 2002-04-07 Akim Demaille <akim@epita.fr>
8639 Use lib/hash for the symbol table.
8641 * src/gram.c (ntokens): Initialize to 1, to reserve a slot for
8643 * src/lex.c (lex): Set the `number' member of new terminals.
8644 * src/reader.c (bucket_check_defined, bucket_make_alias)
8645 (bucket_check_alias_consistence, bucket_translation): New.
8646 (reader, grammar_free, readgram, token_translations_init)
8647 (packsymbols): Adjust.
8648 (reader): Number the predefined tokens.
8649 * src/reduce.c (inaccessable_symbols): Just use hard coded numbers
8650 for predefined tokens.
8651 * src/symtab.h (bucket): Remove all the hash table related
8653 * src/symtab.c (symtab): Replace by...
8654 (bucket_table): this.
8655 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
8656 (buckets_new, buckets_do): New.
8658 2002-04-07 Akim Demaille <akim@epita.fr>
8660 * src/gram.c (nitems, nrules, nsyms, ntokens, nvars, nritems)
8661 (start_symbol, max_user_token_number, semantic_parser)
8662 (error_token_number): Initialize.
8663 * src/reader.c (grammar, start_flag, startval, typed, lastprec):
8666 (errtoken, eoftoken, undeftoken, axiom): Extern.
8668 2002-04-07 Akim Demaille <akim@epita.fr>
8670 * src/gram.h (rule_s): prec and precsym are now pointers
8671 to the bucket giving the priority/associativity.
8672 Member `associativity' removed: useless.
8673 * src/reduce.c, src/conflicts.c: Adjust.
8675 2002-04-07 Akim Demaille <akim@epita.fr>
8677 * src/lalr.c, src/LR0.c, src/closure.c, src/gram.c, src/reduce.c:
8678 Properly escape the symbols' TAG when outputting them.
8680 2002-04-07 Akim Demaille <akim@epita.fr>
8682 * src/lalr.h (LA): Is a bitsetv, not bitset*.
8684 2002-04-07 Akim Demaille <akim@epita.fr>
8686 * src/lalr.h, src/lalr.c (LAruleno): Replace with...
8687 (LArule): this, which is an array to rule_t*.
8688 * src/print.c, src/conflicts.c: Adjust.
8690 2002-04-07 Akim Demaille <akim@epita.fr>
8692 * src/gram.h (rule_t): Rename `number' as `user_number'.
8693 `number' is a new member.
8694 Adjust dependencies.
8695 * src/reduce.c (reduce_grammar_tables): Renumber rule_t.number.
8697 2002-04-07 Akim Demaille <akim@epita.fr>
8699 As a result of the previous patch, it is no longer needed
8700 to reorder ritem itself.
8702 * src/reduce.c (reduce_grammar_tables): Don't sort RITEM.
8704 2002-04-07 Akim Demaille <akim@epita.fr>
8706 Be sure never to walk through RITEMS, but use only data related to
8707 the rules themselves. RITEMS should be banished.
8709 * src/output.c (output_token_translations): Rename as...
8710 (prepare_tokens): this.
8711 In addition to `translate', prepare the muscles `tname' and
8712 `toknum', which were handled by...
8713 (output_rule_data): this.
8714 Remove, and move the remainder of its outputs into...
8715 (prepare_rules): this new routines, which also merges content from
8716 (output_gram): this.
8717 (prepare_rules): Be sure never to walk through RITEMS.
8718 (output_stos): Rename as...
8719 (prepare_stos): this.
8720 (output): Always invoke prepare_states, after all, just don't use it
8721 in the output if you don't need it.
8723 2002-04-07 Akim Demaille <akim@epita.fr>
8725 * src/LR0.c (new_state): Display `nstates' as the name of the
8726 newly created state.
8727 Adjust to initialize first_state and last_state if needed.
8728 Be sure to distinguish the initial from the final state.
8729 (new_states): Create the itemset of the initial state, and use
8731 * src/closure.c (closure): Now that the initial state has its
8732 items properly set, there is no need for a special case when
8735 As a result, now the rule 0, reducing to $axiom, is visible in the
8736 outputs. Adjust the test suite.
8738 * tests/conflicts.at (Solved SR Conflicts)
8739 (Unresolved SR Conflicts): Adjust.
8740 * tests/regression.at (Web2c Report, Rule Line Numbers): Idem.
8741 * tests/conflicts.at (S/R in initial): New.
8743 2002-04-07 Akim Demaille <akim@epita.fr>
8745 * src/LR0.c (allocate_itemsets): Don't loop over ritem: loop over
8746 the RHS of the rules.
8747 * src/output.c (output_gram): Likewise.
8749 2002-04-07 Akim Demaille <akim@epita.fr>
8751 * src/gram.h (rule_t): `lhs' is now a pointer to the symbol's
8753 Adjust all dependencies.
8754 * src/reduce.c (nonterminals_reduce): Don't forget to renumber the
8755 `number' of the buckets too.
8756 * src/gram.h: Include `symtab.h'.
8757 (associativity): Move to...
8758 * src/symtab.h: here.
8759 No longer include `gram.h'.
8761 2002-04-07 Akim Demaille <akim@epita.fr>
8763 * src/gram.h, src/gram.c (rules_rhs_length): New.
8764 (ritem_longest_rhs): Use it.
8765 * src/gram.h (rule_t): `number' is a new member.
8766 * src/reader.c (packgram): Set it.
8767 * src/reduce.c (reduce_grammar_tables): Move the useless rules at
8768 the end of `rules', and count them out of `nrules'.
8769 (reduce_output, dump_grammar): Adjust.
8770 * src/print.c (print_grammar): It is no longer needed to check for
8771 the usefulness of a rule, as useless rules are beyond `nrules + 1'.
8772 * tests/reduce.at (Reduced Automaton): New test.
8774 2002-04-07 Akim Demaille <akim@epita.fr>
8776 * src/reduce.c (inaccessable_symbols): Fix a buglet: because of a
8777 lacking `+ 1' to nrules, Bison reported as useless a token if it
8778 was used solely to set the precedence of the last rule...
8780 2002-04-07 Akim Demaille <akim@epita.fr>
8782 * data/bison.c++, data/bison.simple: Don't output the current file
8783 name in #line, to avoid useless diffs between two identical
8784 outputs under different names.
8786 2002-04-07 Akim Demaille <akim@epita.fr>
8788 * src/closure.c, src/print.c, src/reader.c, src/reduce.c:
8789 Normalize loops to using `< nrules + 1', not `<= nrules'.
8791 2002-04-07 Akim Demaille <akim@epita.fr>
8795 2002-04-07 Akim Demaille <akim@epita.fr>
8797 * src/output.c, src/reader.c, src/symtab.c, src/symtab.h: Rename
8798 bucket.value as bucket.number.
8800 2002-04-07 Akim Demaille <akim@epita.fr>
8802 * src/closure.c, src/derives.c, src/gram.h, src/lalr.c,
8803 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
8804 * src/reader.c, src/reduce.c: Let rule_t.rhs point directly to the
8805 RHS, instead of being an index in RITEMS.
8807 2002-04-04 Paul Eggert <eggert@twinsun.com>
8809 * doc/bison.texinfo: Update copyright date.
8810 (Rpcalc Lexer, Symbols, Token Decl): Don't assume ASCII.
8811 (Symbols): Warn about running Bison in one character set,
8812 but compiling and/or running in an incompatible one.
8813 Warn about character code 256, too.
8815 2002-04-03 Paul Eggert <eggert@twinsun.com>
8817 * src/bison.data (YYSTACK_ALLOC): Depend on whether
8818 YYERROR_VERBOSE is nonzero, not whether it is defined.
8820 Merge changes from bison-1_29-branch.
8822 2002-03-20 Paul Eggert <eggert@twinsun.com>
8824 Merge fixes from Debian bison_1.34-1.diff.
8826 * configure.in (AC_PREREQ): 2.53.
8828 2002-03-20 Akim Demaille <akim@epita.fr>
8830 * src/conflicts.c (log_resolution): Argument `resolution' is const.
8832 2002-03-19 Paul Eggert <eggert@twinsun.com>
8834 * src/bison.simple (YYCOPY): New macro.
8835 (YYSTACK_RELOCATE): Use it.
8836 Remove Type arg; no longer needed. All callers changed.
8837 (yymemcpy): Remove; no longer needed.
8839 * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
8840 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
8842 2002-03-19 Akim Demaille <akim@epita.fr>
8844 Test and fix the #line outputs.
8846 * tests/atlocal.at (GCC): New.
8847 * tests/synclines.at (AT_TEST_SYNCLINE): New macro.
8848 (Prologue synch line, %union synch line, Postprologue synch line)
8849 (Action synch line, Epilogue synch line): New tests.
8850 * src/reader.c (parse_union_decl): Define the muscle stype_line.
8851 * data/bison.simple, data/bison.c++: Use it.
8853 2002-03-19 Akim Demaille <akim@epita.fr>
8855 * tests/regression.at (%nonassoc and eof, Unresolved SR Conflicts)
8856 (Solved SR Conflicts, %expect not enough, %expect right)
8857 (%expect too much): Move to...
8858 * tests/conflicts.at: this new file.
8860 2002-03-19 Akim Demaille <akim@epita.fr>
8862 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
8863 * data/bison.simple, data/bison.c++: Handle the `#define' part, so
8864 that we can move to enums for instance.
8865 * src/output.c (token_definitions_output): Output a list of
8866 `token-name, token-number' instead of the #define.
8867 (output_skeleton): Name this list `b4_tokens', not `b4_tokendefs'.
8869 2002-03-14 Akim Demaille <akim@epita.fr>
8873 2002-03-09 Robert Anisko <robert@lrde.epita.fr>
8875 * data/bison.c++: Make the user able to add members to the generated
8876 parser by subclassing.
8878 2002-03-05 Robert Anisko <robert@lrde.epita.fr>
8880 * src/reader.c (read_additionnal_code): `c' should be an integer, not
8882 Reported by Nicolas Tisserand and Nicolas Burrus.
8884 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
8886 * src/reader.c: Warn about lacking semi-colons, do not complain.
8888 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
8890 * data/bison.c++: Remove a debug line.
8892 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
8894 * data/bison.c++: Unmerge value as yylval and value as yyval. Unmerge
8895 location as yylloc and location as yyloc. Use YYLLOC_DEFAULT, and
8896 provide a default implementation.
8898 2002-03-04 Akim Demaille <akim@epita.fr>
8900 * tests/input.at (Invalid $n, Invalid @n): Add the ending `;'.
8901 * tests/output.at (AT_CHECK_OUTPUT): Likewise.
8902 * tests/headers.at (AT_TEST_CPP_GUARD_H): Ditto.
8903 * tests/semantic.at (Parsing Guards): Similarly.
8904 * src/reader.at (readgram): Complain if the last rule is not ended
8907 2002-03-04 Akim Demaille <akim@epita.fr>
8909 * src/warshall.h, src/warshall.c (bitmatrix_print): Move to...
8910 * src/closure.c: here.
8911 (set_firsts): Use bitsetv_reflexive_transitive_closure instead of
8913 * src/warshall.h, src/warshall.c: Remove.
8914 * tests/sets.at (Broken Closure): Adjust.
8916 2002-03-04 Akim Demaille <akim@epita.fr>
8918 * src/output.c (output_skeleton): tempdir is const.
8919 bytes_read is unused.
8921 2002-03-04 Akim Demaille <akim@epita.fr>
8923 * lib/bbitset.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
8924 * lib/bitsetv.h, lib/ebitset.c, lib/lbitset.c, lib/sbitset.c:
8928 2002-03-04 Akim Demaille <akim@epita.fr>
8930 * src/closure.c (closure): `r' is unused.
8932 2002-03-04 Akim Demaille <akim@epita.fr>
8934 * tests/sets.at (Broken Closure): Add the ending `;'.
8935 * src/reader.at (readgram): Complain if a rule is not ended with a
8938 2002-03-04 Akim Demaille <akim@epita.fr>
8940 * src/conflicts.c (set_conflicts): Use bitset_disjoint_p.
8941 (count_sr_conflicts): Use bitset_count.
8942 * src/reduce.c (inaccessable_symbols): Ditto.
8943 (bits_size): Remove.
8944 * src/warshall.h, src/warshall.c: Convert to bitsetv.
8946 2002-03-04 Akim Demaille <akim@epita.fr>
8948 * src/closure.c, src/conflicts.c, src/lalr.c, src/print.c,
8949 * src/reduce.c: Remove the `bitset_zero's following the
8950 `bitset_create's, as now it is performed by the latter.
8952 2002-03-04 Akim Demaille <akim@epita.fr>
8954 * lib/bitset.c, lib/bitset.h, lib/bitsetv.c, lib/bitsetv.h,
8955 * lib/ebitset.c, lib/ebitset.h, lib/lbitset.c, lib/lbitset.h,
8956 * lib/sbitset.c, lib/sbitset.h, lib/bbitset.h: Update from the
8957 latest sources from Michael.
8959 2002-03-04 Akim Demaille <akim@epita.fr>
8961 * src/output.c (output): Don't free the grammar.
8962 * src/reader.c (grammar_free): New.
8963 * src/main.c (main): Call it and don't free symtab here.
8965 2002-03-04 Akim Demaille <akim@epita.fr>
8967 * src/lex.c (parse_percent_token): Be sure to 0-end token_buffer
8969 Reported by Benoit Perrot.
8971 2002-03-04 Akim Demaille <akim@epita.fr>
8973 Use bitset operations when possible, not loops over bits.
8975 * src/conflicts.c (set_conflicts, count_sr_conflicts): Use
8977 * src/print.c (print_reductions): Use bitset_and, bitset_andn.
8978 * src/reduce.c (useless_nonterminals): Formatting changes.
8979 * src/warshall.c (TC): Use bitset_or.
8981 2002-03-04 Akim Demaille <akim@epita.fr>
8983 * src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
8984 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):
8987 2002-03-04 Akim Demaille <akim@epita.fr>
8989 * src/lalr.c (F): Now a bitset*.
8990 Adjust all dependencies.
8992 2002-03-04 Akim Demaille <akim@epita.fr>
8994 * src/conflicts.c (shiftset, lookaheadset): Now bitset.
8995 Adjust all dependencies.
8997 2002-03-04 Akim Demaille <akim@epita.fr>
8999 * src/L0.c, src/LR0.h (nstates): Be size_t.
9000 Adjust comparisons (signed vs unsigned).
9001 * src/conflics.c, src/lalr.c, src/lalr.h, src/output.c (LA): Now a
9003 Adjust all dependencies.
9005 2002-03-04 Akim Demaille <akim@epita.fr>
9007 * src/closure.c (firsts): Now, also a bitset.
9008 Adjust all dependencies.
9009 (varsetsize): Remove, now unused.
9010 * src/warshall.h, src/warshall.c: Now work on arrays of bitsets.
9012 2002-03-04 Akim Demaille <akim@epita.fr>
9014 * src/print.c: Convert to use bitset.h, not hand coded iterations
9017 2002-03-04 Akim Demaille <akim@epita.fr>
9019 * src/reduce.c: Convert to use bitset.h, not hand coded BSet.
9021 2002-03-04 Akim Demaille <akim@epita.fr>
9023 * src/closure.c (ruleset): Be a bitset.
9024 (rulesetsize): Remove.
9026 2002-03-04 Akim Demaille <akim@epita.fr>
9028 * lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
9029 * lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/lbitset.c,
9030 * lib/lbitset.h, lib/sbitset.c, lib/sbitset.h: New.
9031 * src/closure.c (fderives): Be an array of bitsets.
9033 2002-02-28 Robert Anisko <robert@lrde.epita.fr>
9035 * data/bison.c++: Merge the two generated headers. Insert a copyright
9036 notice in each output file.
9038 2002-02-28 Akim Demaille <akim@epita.fr>
9040 * data/bison.c++: Copy the prologue of bison.simple to fetch
9041 useful M4 definitions, such as b4_header_guard.
9043 2002-02-25 Akim Demaille <akim@epita.fr>
9045 * src/getargs.c (version): Give the name of the authors, and use a
9046 translator friendly scheme for the bgr
9049 2002-02-25 Akim Demaille <akim@epita.fr>
9051 * src/output.c (header_output): Remove, now handled completely via
9054 2002-02-25 Akim Demaille <akim@epita.fr>
9056 * m4/m4.m4: New, from CVS Autoconf.
9057 * configure.in: Invoke it.
9058 * src/output.c (output_skeleton): Use its result instead of the
9061 2002-02-25 Akim Demaille <akim@epita.fr>
9063 * lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
9065 * configure.in: Invoke UTILS_FUNC_MKSTEMP.
9066 * src/output.c (output_skeleton): Use mkstemp to create a real
9068 Move the filling of `skeleton' and its muscle to...
9070 (output): Move the definition of the prologue muscle to...
9072 * src/system.h (DEFAULT_TMPDIR): New.
9074 2002-02-14 Paul Eggert <eggert@twinsun.com>
9076 Remove the support for C++ namespace cleanliness; it was
9077 causing more problems than it was curing, since it didn't work
9078 properly on some nonstandard C++ compilers. This can wait
9079 for a proper C++ parser.
9081 * NEWS: Document this.
9082 * doc/bison.texinfo (Bison Parser, Debugging): Remove special mention
9083 of C++, as it's treated like C now.
9084 * src/bison.simple (YYSTD): Remove.
9085 (YYSIZE_T, YYFPRINTF, YYPARSE_PARAM_ARG, YYPARSE_PARAM_DECL):
9086 Treat C++ just like Standard C instead of trying to support
9087 namespace cleanliness.
9089 2002-02-14 Akim Demaille <akim@epita.fr>
9091 * tests/regression.at (else): Adjust to Andreas' change.
9093 2002-02-14 Akim Demaille <akim@epita.fr>
9095 * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
9097 2002-02-13 Andreas Schwab <schwab@suse.de>
9099 * src/output.c (output_rule_data): Don't output NULL, it might
9102 2002-02-11 Robert Anisko <robert@lrde.epita.fr>
9104 * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue.
9105 (Copyright notice): Update.
9107 2002-02-11 Akim Demaille <akim@epita.fr>
9109 * tests/regression.at (%nonassoc and eof): Don't include
9110 nonportable headers.
9112 2002-02-08 Robert Anisko <robert@lrde.epita.fr>
9114 * data/bison.c++: Correct error recovery. Make the user able to
9115 initialize the starting location.
9117 2002-02-07 Akim Demaille <akim@epita.fr>
9119 * tests/input.at: New.
9121 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
9123 * data/bison.c++: Replace some direct m4 expansions by constants. Be
9124 more consistent when naming methods and variables. Put preprocessor
9125 directives around tables only needed for debugging.
9127 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
9129 * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
9131 (yy::b4_name::parse): Use print_.
9133 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
9135 * data/bison.c++ (yy::b4_name::parse): Error recovery is back.
9137 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
9139 * data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in
9141 (yy::b4_name::parse): Build verbose error messages, and use error_.
9143 2002-02-06 Robert Anisko <robert@lrde.epita.fr>
9145 * data/bison.c++: Fix m4 quoting in comments.
9147 2002-02-06 Robert Anisko <robert@lrde.epita.fr>
9149 * data/bison.c++: Adjust the parser code. Fix some muscles that were
9152 2002-02-05 Akim Demaille <akim@epita.fr>
9154 * data/bison.c++: Adjust to the M4 back end.
9155 More is certainly needed.
9157 2002-02-05 Akim Demaille <akim@epita.fr>
9159 Give a try to M4 as a back end.
9161 * lib/readpipe.c: New, from wdiff.
9162 * src/Makefile.am (DEFS): Define PKGDATADIR, not BISON_SIMPLE and
9164 * src/system.h (BISON_HAIRY, BISON_SIMPLE): Remove the DOS and VMS
9165 specific values. Now it is m4 that performs the lookup.
9166 * src/parse-skel.y: Remove.
9167 * src/muscle_tab.c, src/muscle_tab.h (muscles_m4_output): New.
9168 * src/output.c (actions_output, guards_output)
9169 (token_definitions_output): No longer keeps track of the output
9170 line number, hence remove the second argument.
9171 (guards_output): Check against the guard member of a rule, not the
9174 (output_skeleton): Don't look for the skeleton location, let m4 do
9176 Create `/tmp/muscles.m4'. This is temporary, a proper temporary
9178 Invoke `m4' on m4sugar.m4, muscles.m4, and the skeleton.
9179 (prepare): Given that for the time being changesyntax is not
9180 usable in M4, rename the muscles using `-' to `_'.
9181 Define `defines_flag', `output_parser_name' and `output_header_name'.
9182 * src/output.h (actions_output, guards_output)
9183 (token_definitions_output): Adjust prototypes.
9184 * src/scan-skel.l: Instead of scanning the skeletons, it now
9185 processes the output of m4: `__oline__' and `#output'.
9186 * data/bison.simple: Adjust to be used by M4(sugar).
9187 * tests/Makefile.am: Use check_SCRIPTS to make sure `bison' is up
9189 * tests/bison.in: Use the secrete envvar `BISON_PKGDATADIR'
9190 instead of the dead `BISON_SIMPLE' and `BISON_HAIRY'.
9191 * data/m4sugar/m4sugar.m4, data/m4sugar/version.m4: New,
9192 shamelessly stolen from CVS Autoconf.
9194 2002-02-05 Akim Demaille <akim@epita.fr>
9196 * lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version.
9197 * configure.in: Check for the declarations of free and malloc.
9198 * src/muscle_tab.c: Adjust.
9200 2002-02-05 Akim Demaille <akim@epita.fr>
9202 * src/muscle_tab.c (muscle_init): Don't default to NULL muscle
9203 which have no values.
9205 2002-02-05 Akim Demaille <akim@epita.fr>
9207 * src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
9210 2002-01-29 Paul Eggert <eggert@twinsun.com>
9212 * src/bison.simple (YYSIZE_T): Do not define merely because
9213 YYSTACK_USE_ALLOCA is nonzero or alloca or _ALLOCA_H are defined.
9214 On some platforms, <alloca.h> does not declare YYSTD (size_t).
9216 2002-01-27 Akim Demaille <akim@epita.fr>
9218 Fix `%nonassoc and eof'.
9220 * src/state.c (errs_dup): Aaaah! The failure was due to bytes
9221 which were not properly copied! Replace
9222 memcpy (res->errs, src->errs, src->nerrs);
9224 memcpy (res->errs, src->errs, src->nerrs * sizeof (src->errs[0]));
9226 * tests/regression.at (%nonassoc and eof): Adjust to newest
9227 Autotest: `.' is not in the PATH.
9229 2002-01-27 Akim Demaille <akim@epita.fr>
9231 * tests/sets.at (AT_EXTRACT_SETS): New.
9235 2002-01-26 Akim Demaille <akim@epita.fr>
9237 * tests/actions.at, tests/calc.at, tests/headers.at,
9238 * tests/torture.at: Adjust to the newest Autotest which no longer
9239 forces `.' in the PATH.
9241 2002-01-25 Akim Demaille <akim@epita.fr>
9243 * tests/regression.at (%nonassoc and eof): New.
9244 Suggested by Robert Anisko.
9246 2002-01-24 Akim Demaille <akim@epita.fr>
9248 Bison dumps core when trying to complain about broken input files.
9249 Reported by Cris van Pelt.
9251 * src/lex.c (parse_percent_token): Be sure to set token_buffer.
9252 * tests/regression.at (Invalid input: 1, Invalid input: 2): Merge
9254 (Invalid inputs): Strengthen: exercise parse_percent_token.
9256 2002-01-24 Robert Anisko <robert.anisko@epita.fr>
9258 * src/Makefile.am: Add bison.c++.
9259 * src/bison.c++: New skeleton.
9261 2002-01-21 Paolo Bonzini <bonzini@gnu.org>
9265 2002-01-21 Kees Zeelenberg <kzlg@users.sourceforge.net>
9267 * src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
9269 2002-01-20 Marc Autret <marc@gnu.org>
9271 * src/files.c (compute_output_file_names): Fix
9273 2002-01-20 Marc Autret <marc@gnu.org>
9275 * tests/output.at: New test.
9276 * src/files.c (compute_base_names): Don't map extensions when
9277 the YACC flag is set, use defaults.
9278 Reported by Evgeny Stambulchik.
9280 2002-01-20 Marc Autret <marc@gnu.org>
9282 * src/system.h: Need to define __attribute__ away for non-GCC
9283 compilers as well (i.e., the vendor C compiler).
9284 Suggested by Albert Chin-A-Young.
9286 2002-01-11 Tim Van Holder <tim.van.holder@pandora.be>
9288 * lib/hash.h, lib/hash.c: Renamed __P to PARAMS and used the
9289 canonical definition.
9290 * src/system.h: Use the canonical definition for PARAMS (avoids
9291 a conflict with the macro from lib/hash.h).
9293 2002-01-11 Akim Demaille <akim@epita.fr>
9295 * configure.in: Use AC_FUNC_STRNLEN.
9296 Fixes the failures observed on AIX 4.3 by H.Merijn Brand.
9298 2002-01-09 Akim Demaille <akim@epita.fr>
9300 * src/files.c, src/files.h (output_infix): New.
9301 (tab_extension): Remove.
9302 (compute_base_names): Compute the former, drop the latter.
9303 * src/output.c (prepare): Insert the muscles `output-infix', and
9305 * src/parse-skel.y (string, string.1): New.
9306 (section.header): Use it.
9307 (section.yacc): Remove.
9308 (prefix): Remove too.
9309 * src/scan-skel.l: Adjust.
9310 * src/bison.simple, src/bison.hairy: Adjust.
9312 2002-01-09 Akim Demaille <akim@epita.fr>
9314 * configure.in (WERROR_CFLAGS): Compute it.
9315 * src/Makefile.am (CFLAGS): Pass it.
9316 * tests/atlocal.in (CFLAGS): Idem.
9317 * src/files.c: Fix a few warnings.
9318 (get_extension_index): Remove, unused.
9320 2002-01-08 Akim Demaille <akim@epita.fr>
9322 * src/getargs.c (AS_FILE_NAME): New.
9323 (getargs): Use it to convert DOSish file names.
9324 * src/files.c (base_name): Rename as full_base_name to avoid
9325 clashes with `base_name ()'.
9326 (filename_split): New.
9327 (compute_base_names): N-th rewrite, using filename_split.
9329 2002-01-08 Akim Demaille <akim@epita.fr>
9331 * lib/basename.c, lib/dirname.h, lib/dirname.c, lib/memrchr.c:
9332 New, stolen from the Fileutils 4.1.
9333 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
9334 * configure.in: Check for the presence of memrchr, and of its
9337 2002-01-07 Tim Van Holder <tim.van.holder@pandora.be>
9339 * lib/hash.h (__P): Added definition for this macro.
9340 * src/Makefile.am: Add parse-skel.c and scan-skel.c to
9341 BUILT_SOURCES, to ensure they are generated first.
9342 * src/parse-skel.y: Use YYERROR_VERBOSE instead of
9343 %error-verbose to allow bootstrapping with bison 1.30x.
9345 2002-01-06 Akim Demaille <akim@epita.fr>
9347 * src/reader.c (parse_braces): Don't fetch the next char, the
9348 convention is to fetch on entry.
9349 * tests/torture.at (GNU Cim Grammar): Reintroduce their weird
9350 'switch' without a following semicolon.
9351 * tests/regression.at (braces parsing): New.
9353 2002-01-06 Akim Demaille <akim@epita.fr>
9355 Bison is dead wrong in its RR conflict reports.
9357 * tests/torture.at (GNU Cim Grammar): New.
9358 * src/conflicts.c (count_rr_conflicts): Fix.
9360 2002-01-06 Akim Demaille <akim@epita.fr>
9362 Creating package.m4 from configure.ac causes too many problems.
9364 * tests/Makefile.am (package.m4): Create it by hand,
9365 AC_CONFIG_TESTDIR no longer does in the most recent CVS Autoconf.
9367 2002-01-06 Akim Demaille <akim@epita.fr>
9369 * src/Makefile.am (bison_SOURCES): Add parse-skel.h and
9372 2002-01-04 Paul Eggert <eggert@twinsun.com>
9374 * doc/bison.texinfo (Debugging):
9375 Remove YYSTDERR; it's no longer defined or used.
9376 Also, s/cstdio.h/cstdio/.
9378 2002-01-03 Akim Demaille <akim@epita.fr>
9380 * tests/bison.in, tests/atlocal.in: Adjust to CVS Autoconf.
9382 2002-01-03 Akim Demaille <akim@epita.fr>
9384 * src/parse-skel.y (process_skeleton): Don't bind the parser's
9385 tracing code to --trace, wait for a better --trace option, with
9388 2002-01-03 Akim Demaille <akim@epita.fr>
9390 * src/bison.simple (YYSTDERR): Remove, replace `stderr'.
9391 The ISO C++ standard is extremely clear about it: stderr is
9392 considered a macro, not a regular symbol (see table 94 `Header
9393 <cstdio> synopsis', [lib.c.files] 27.8.2 C Library files).
9394 Therefore std:: does not apply to it. It still does with fprintf.
9395 Also, s/cstdio.h/cstdio/.
9397 2002-01-03 Akim Demaille <akim@epita.fr>
9399 * lib/quotearg.c: Use `#include "..."' instead of `#include <...>'
9400 for non system headers.
9402 2002-01-02 Akim Demaille <akim@epita.fr>
9404 Equip the skeleton chain with location tracking, runtime trace,
9405 pure parser and scanner.
9407 * src/parse-skel.y: Request a pure parser, locations, and prefix
9409 (%union): Having several members with the same type does not help
9410 type mismatches, simplify.
9411 (YYPRINT, yyprint): New.
9412 (yyerror): ``Rename'' (there is a #define yyerror skel_error) as...
9415 * src/scan-skel.l: Adjust to these changes.
9416 * src/skeleton.h (LOCATION_RESET, LOCATION_LINES, LOCATION_STEP)
9417 (LOCATION_PRINT, skel_control_t): New.
9419 2001-12-30 Akim Demaille <akim@epita.fr>
9421 * src/parse-skel.y: Get rid of the shift/reduce conflict:
9422 replace `gb' with BLANKS.
9423 * src/scan-skel.l: Adjust.
9425 2001-12-30 Akim Demaille <akim@epita.fr>
9427 * src/system.h: We don't need nor want bcopy.
9428 Throw away MS-DOS crap: we don't need getpid.
9429 * configure.in: We don't need strndup. It was even causing
9430 problems: because Flex includes the headers *before* us,
9431 _GNU_SOURCE is not defined by config.h, and therefore strndup was
9433 * lib/xstrndup.c: New.
9434 * src/scan-skel.l: Use it.
9435 Be sure to initialize yylval.muscle member when scanning a MUSCLE.
9436 * src/parse-skel.y: Use %directives instead of #defines.
9438 2001-12-30 Akim Demaille <akim@epita.fr>
9440 * src/skeleton.h: New.
9441 * src/output.c (output_parser, output_master_parser): Remove, dead
9443 * src/output.h (get_lines_number, actions_output, guards_output)
9444 (token_definitions_output): Prototype them.
9445 * src/parse-skel.y: Add the license notice.
9446 Include output.h and skeleton.h.
9447 (process_skeleton): Returns void, and takes a single parameter.
9448 * src/scan-skel.l: Add the license notice.
9450 Don't use %option yylineno: it seems that then Flex imagines
9451 REJECT has been used, and therefore it won't reallocate its
9452 buffers (which makes no other sense to me than a bug). It results
9453 in warnings for `unused: yy_flex_realloc'.
9455 2001-12-30 Robert Anisko <robert.anisko@epita.fr>
9457 * src/muscle_tab.h (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
9458 (MUSCLE_INSERT_PREFIX): ...to there.
9459 * src/output.c (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
9460 (MUSCLE_INSERT_PREFIX): Move from here...
9462 * src/bison.hairy: Add a section directive. Put braces around muscle
9463 names. This parser skeleton is still broken, but Bison should not
9464 choke on a bad muscle 'syntax'.
9465 * src/bison.simple: Add a section directive. Put braces around muscle
9468 * src/files.h (strsuffix, stringappend): Add declarations.
9469 (tab_extension): Add declaration.
9470 (short_base_name): Add declaration.
9472 * src/files.c (strsuffix, stringappend): No longer static. These
9473 functions are used in the skeleton parser.
9474 (tab_extension): New.
9475 (compute_base_names): Use the computations done in this function
9476 to guess if the generated parsers should have '.tab' in their
9478 (short_base_name): No longer static.
9480 * src/output.c (output_skeleton): New.
9481 (output): Disable call to output_master_parser, and give a try to
9482 a new skeleton handling system.
9483 (guards_output, actions_output): No longer static.
9484 (token_definitions_output, get_lines_number): No longer static.
9486 * configure.in: Use AM_PROG_LEX and AC_PROG_YACC.
9488 * src/Makefile.am (bison_SOURCES): Add scan-skel.l and
9491 * src/parse-skel.y: New file.
9492 * src/scan-skel.l: New file.
9494 2001-12-29 Akim Demaille <akim@epita.fr>
9496 %name-prefix is broken.
9498 * src/files.c (spec_name_prefix): Initialize to NULL, not to "yy".
9499 Adjust all dependencies.
9500 * tests/headers.at (export YYLTYPE): Strengthen this test: use
9503 Renaming yylval but not yylloc is not consistent. Now we do.
9505 * src/bison.simple: Prefix yylloc if used.
9506 * doc/bison.texinfo (Decl Summary): Document that.
9508 2001-12-29 Akim Demaille <akim@epita.fr>
9510 * doc/bison.texinfo: Promote `%long-directive' over
9512 Remove all references to fixed-output-files, yacc is enough.
9514 2001-12-29 Akim Demaille <akim@epita.fr>
9516 * src/bison.simple: Define YYDEBUG and YYERROR_VERBOSE *after* the
9517 user prologue. These are defaults.
9518 * tests/actions.at (Mid-rule actions): Make sure the user can
9519 define YYDEBUG and YYERROR_VERBOSE.
9521 2001-12-29 Akim Demaille <akim@epita.fr>
9523 * src/output.c (header_output): Don't forget to export YYLTYPE and
9525 * tests/headers.at (export YYLTYPE): New, make sure it does.
9526 * tests/regression.at (%union and --defines, Invalid CPP headers):
9528 * tests/headers.at: here.
9530 2001-12-29 Akim Demaille <akim@epita.fr>
9532 * src/gram.h (rule_s): Member `assoc' is of type `associativity'.
9534 2001-12-29 Akim Demaille <akim@epita.fr>
9536 * tests/actions.at (Mid-rule actions): Output on a single line
9539 2001-12-29 Akim Demaille <akim@epita.fr>
9541 * doc/bison.texinfo: Formatting changes.
9543 2001-12-29 Akim Demaille <akim@epita.fr>
9545 Don't store the token defs in a muscle, just be ready to output it
9546 on command. Now possible via `symbols'. Fixes a memory leak.
9548 * src/output.c (token_definitions_output): New.
9549 (output_parser, header_output): Use it.
9550 * src/reader.c (symbols_save): Remove.
9552 2001-12-29 Akim Demaille <akim@epita.fr>
9554 * src/bison.simple: Do not provide a default for YYSTYPE and
9555 YYLTYPE before the user's prologue. Otherwise it's hardly... a
9558 2001-12-29 Akim Demaille <akim@epita.fr>
9560 Mid-rule actions are simply... ignored!
9562 * src/reader.c (readgram): Be sure to attach mid-rule actions to
9563 the empty-rule associated to the dummy symbol, not to the host
9565 * tests/actions.at (Mid-rule actions): New.
9567 2001-12-29 Akim Demaille <akim@epita.fr>
9571 * src/reader.c (reader): Free grammar.
9573 2001-12-29 Akim Demaille <akim@epita.fr>
9577 * src/LR0.c (new_itemsets): Don't allocate `shift_symbol' here,
9578 since it allocates it for each state, although only one is needed.
9579 (allocate_storage): Do it here.
9581 2001-12-29 Akim Demaille <akim@epita.fr>
9583 * src/options.h, src/options.c (create_long_option_table): Rename
9585 (long_option_table_new): this, with a clearer prototype.
9586 (percent_table): Remove, unused,
9587 * src/getargs.c (getargs): Adjust.
9589 2001-12-29 Akim Demaille <akim@epita.fr>
9591 * src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.c
9592 * src/print.c, src/print_graph.c, src/state.h: Rename state_table
9595 2001-12-29 Akim Demaille <akim@epita.fr>
9597 * src/lalr.c (build_relations): Rename `states' as `states1'.
9598 Sorry, I don't understand exactly what it is, no better name...
9600 2001-12-29 Akim Demaille <akim@epita.fr>
9602 * src/closure.c, src/conflicts.c, src/derives.c, src/gram.c
9603 * src/gram.h, src/lalr.c, src/nullable.c, src/output.c, src/print.c
9604 * src/print_graph.c, src/reader.c, src/reduce.c: Rename rule_table
9607 2001-12-29 Akim Demaille <akim@epita.fr>
9609 * src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long
9612 2001-12-29 Akim Demaille <akim@epita.fr>
9614 * src/reader.c, src/reader.h (user_toknums): Remove.
9615 Adjust all users to use symbols[i]->user_token_number.
9617 2001-12-29 Akim Demaille <akim@epita.fr>
9619 * src/gram.c, src/gram.h (sprec, sassoc): Remove.
9620 Adjust all users to use symbols[i]->prec or ->assoc.
9622 2001-12-29 Akim Demaille <akim@epita.fr>
9624 * src/reader.c, src/reader.h (tags): Remove.
9625 Adjust all users to use symbols[i]->tag.
9627 2001-12-29 Akim Demaille <akim@epita.fr>
9629 * src/gram.h, src/gram.c (symbols): New, similar to state_table
9631 * src/reader.c (packsymbols): Fill this table.
9633 * src/conflicts.c (resolve_sr_conflict): Adjust.
9634 * src/reduce.c (reduce_grammar): Adjust: just sort symbols, a
9636 Use symbols[i]->tag instead of tags[i].
9638 2001-12-29 Akim Demaille <akim@epita.fr>
9640 * tests/calc.at (_AT_DATA_CALC_Y): Also use %union.
9641 In addition, put a comment in there, to replace...
9642 * tests/regression.at (%union and C comments): Remove.
9644 2001-12-29 Akim Demaille <akim@epita.fr>
9646 * tests/regression.at (Web2c Actions): Blindly move the actual
9647 output as expected output. The contents *seem* right to me, but I
9648 can't pretend reading perfectly parser tables... Nonetheless, all
9649 the other tests pass correctly, the table look OK, even though the
9650 presence of `$axiom' is to be noted: AFAICS it is useless (but
9653 2001-12-29 Akim Demaille <akim@epita.fr>
9655 * src/reader.c (readgram): Don't add the rule 0 if there were no
9656 rules read. In other words, add it _after_ having performed
9657 grammar sanity checks.
9658 Fixes the `tests/regression.at (Invalid input: 1)' Failure.
9660 2001-12-29 Akim Demaille <akim@epita.fr>
9662 * tests/regression.at (Web2c Report): Catch up: the rule 0 is now
9663 visible, and some states have now a different number.
9665 2001-12-29 Akim Demaille <akim@epita.fr>
9667 * src/reader.c (readgram): Bind the initial rule's lineno to that
9669 * tests/regression.at (Rule Line Numbers, Unresolved SR Conflicts):
9670 (Solved SR Conflicts): Adjust rule 0's line number.
9672 2001-12-29 Akim Demaille <akim@epita.fr>
9674 Fix the `GAWK Grammar' failure.
9676 * src/LR0.c (final_state): Initialize to -1 so that we do compute
9677 the reductions of the first state which was mistakenly confused
9678 with the final state because precisely final_state was initialized
9680 * tests/sets.at (Nullable): Adjust: state 0 does have lookaheads,
9681 now noticed by Bison.
9682 * tests/regression.at (Rule Line Numbers): Adjust: state 0 does
9683 have a reduction on $default.
9685 2001-12-29 Akim Demaille <akim@epita.fr>
9687 * src/gram.c (ritem_print): Be sure to subtract 1 when displaying
9689 * src/closure.c (print_closure): Likewise.
9690 * src/derives.c (print_derives): Likewise.
9691 * tests/sets.at (Nullable): Adjust: the rule numbers are correct
9694 2001-12-29 Akim Demaille <akim@epita.fr>
9696 * src/lalr.c (lookaheads_print): New.
9697 (lalr): Call it when --trace-flag.
9698 * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads
9701 2001-12-29 Akim Demaille <akim@epita.fr>
9703 * src/derives.c (print_derives): Be sure to use `>= 0', not `> 0',
9704 when walking through ritem, even via rule->rhs.
9705 * src/reduce.c (dump_grammar, useful_production, reduce_output)
9706 (useful_production, useless_nonterminals): Likewise.
9707 (reduce_grammar_tables): Likewise, plus update nritems.
9708 * src/nullable.c (set_nullable): Likewise.
9709 * src/lalr.c (build_relations): Likewise.
9710 * tests/sets.at (Nullable): Adjust.
9711 Fortunately, now, the $axiom is no longer nullable.
9713 2001-12-29 Akim Demaille <akim@epita.fr>
9715 * src/LR0.c (generate_states): Use nritems, not nitems, nor using
9717 * src/gram.c (ritem_longest_rhs): Likewise.
9718 * src/reduce.c (nonterminals_reduce): Likewise.
9719 * src/print_graph.c (print_graph): Likewise.
9720 * src/output.c (output_rule_data): Likewise.
9721 * src/nullable.c (set_nullable): Likewise.
9723 2001-12-29 Akim Demaille <akim@epita.fr>
9725 * src/output.c: Comment changes.
9727 2001-12-27 Paul Eggert <eggert@twinsun.com>
9729 * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
9730 cases for non-GNU systems like AIX, HP-UX, SGI, Sun, and
9731 Sparc, as they were causing more porting problems than the
9732 (minor) performance improvement was worth.
9734 Also, catch up with 1.31's YYSTD.
9736 2001-12-27 Akim Demaille <akim@epita.fr>
9738 * src/output.c (output_gram): Rely on nritems, not the
9739 0-sentinel. See below.
9740 Use -1 as separator, not 0.
9741 * src/bison.simple (yyparse): Subtract 1 to the rule numbers.
9742 Rely on -1 as separator in yyrhs, instead of 0.
9743 * tests/calc.at (AT_CHECK_CALC): Now, the parsers no longer issue
9744 twice `Now at end of input', therefore there are two lines less to
9747 2001-12-27 Akim Demaille <akim@epita.fr>
9749 * tests/regression.at (Unresolved SR Conflicts):
9750 (Solved SR Conflicts, Rule Line Numbers): Adjust to the changes
9753 2001-12-27 Akim Demaille <akim@epita.fr>
9755 * src/LR0.c (new_state): Recognize the final state by the fact it
9756 is reached by eoftoken.
9757 (insert_start_shifting_state, insert_eof_shifting_state)
9758 (insert_accepting_state, augment_automaton): Remove, since now
9759 these states are automatically computed from the initial state.
9760 (generate_states): Adjust.
9761 * src/print.c: When reporting a rule number to the user, substract
9762 1, so that the axiom rule is rule 0, and the first user rule is 1.
9763 * src/reduce.c: Likewise.
9764 * src/print_graph.c (print_core): For the time being, just as for
9765 the report, depend upon --trace-flags to dump the full set of
9767 * src/reader.c (readgram): Once the grammar read, insert the rule
9768 0: `$axiom: START-SYMBOL $'.
9769 * tests/set.at: Adjust: rule 0 is now displayed, and since the
9770 number of the states has changed (the final state is no longer
9771 necessarily the last), catch up.
9773 2001-12-27 Akim Demaille <akim@epita.fr>
9775 Try to make the use of the eoftoken valid. Given that its value
9776 is 0 which was also used as a sentinel in ritem, (i) make sure >= 0
9777 is used instead of > 0 where appropriate, (ii), depend upon nritems
9778 instead of the 0-sentinel.
9780 * src/gram.h, src/gram.c (nritems): New.
9781 Expected to be duplication of nitems, but for the time being...
9782 * src/reader.c (packgram): Assert nritems and nitems are equal.
9783 * src/LR0.c (allocate_itemsets, new_itemsets): Adjust.
9784 * src/closure.c (print_closure, print_fderives): Likewise.
9785 * src/gram.c (ritem_print): Likewise.
9786 * src/print.c (print_core, print_grammar): Likewise.
9787 * src/print_graph.c: Likewise.
9789 2001-12-27 Akim Demaille <akim@epita.fr>
9791 * src/main.c (main): If there are complains after grammar
9792 reductions, then output the report anyway if requested, then die.
9793 * src/symtab.c (bucket_new): Initialize `value' to -1, not 0.
9794 * src/reader.c (eoftoken): New.
9795 (parse_token_decl): If the token being defined has value `0', it
9797 (packsymbols): No longer hack `tags' to insert `$' by hand.
9798 Be sure to preserve the value of the eoftoken.
9799 (reader): Make sure eoftoken is defined.
9800 Initialize nsyms to 0: now eoftoken is created just like the others.
9801 * src/print.c (print_grammar): Don't special case the eof token.
9802 * src/regression.at: Adjust: `$' has value 0, not -1, which was a
9803 lie anyway, albeit pleasant.
9804 * tests/calc.at: Exercise error messages with eoftoken.
9805 Change the grammar so that empty input is invalid.
9806 Adjust expectations.
9807 When yyungeting, be sure to use a valid yylloc: use last_yylloc.
9809 2001-12-27 Akim Demaille <akim@epita.fr>
9811 * configure.in: Check the protos of strchr ans strspn.
9812 Replace strchr if needed.
9813 * src/system.h: Provide the protos of strchr, strspn and memchr if
9815 * lib/strchr.c: New.
9816 * src/reader.c (symbols_save): Use strchr.
9818 2001-12-27 Akim Demaille <akim@epita.fr>
9820 * src/print.c, src/print_graph.c (escape): New.
9821 Use it to quote the TAGS outputs.
9822 * src/print_graph.c (print_state): Now errors are in red, and
9823 reductions in green.
9824 Prefer high to wide: output the state number on a line of its own.
9826 2001-12-27 Akim Demaille <akim@epita.fr>
9828 * src/state.h, src/state.c (reductions_new): New.
9829 * src/LR0.c (set_state_table): Let all the states have a
9830 `reductions', even if reduced to 0.
9831 (save_reductions): Adjust.
9832 * src/lalr.c (initialize_LA, initialize_lookaheads): Adjust.
9833 * src/print.c (print_reductions, print_actions): Adjust.
9834 * src/output.c (action_row): Adjust.
9836 2001-12-27 Akim Demaille <akim@epita.fr>
9838 * src/state.h, src/state.c (errs_new, errs_dup): New.
9839 * src/LR0.c (set_state_table): Let all the states have an errs,
9840 even if reduced to 0.
9841 * src/print.c (print_errs, print_reductions): Adjust.
9842 * src/output.c (output_actions, action_row): Adjust.
9843 * src/conflicts.c (resolve_sr_conflict): Adjust.
9845 2001-12-27 Akim Demaille <akim@epita.fr>
9847 * src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SYMBOL.
9849 2001-12-27 Akim Demaille <akim@epita.fr>
9851 * src/conflicts.c, src/conflicts.h (print_reductions): Move to...
9852 * src/print.c: here.
9853 (lookaheadset, shiftset): New, used as additional storage by
9855 (print_results): Adjust.
9856 (print_shifts, print_gotos, print_errs): New, extracted from...
9857 (print_actions): here.
9858 * src/print_graph.c (print_actions): Remove dead code.
9860 2001-12-27 Akim Demaille <akim@epita.fr>
9862 * src/reader.c (copy_dollar, copy_at): Better checking of `n' in
9865 2001-12-27 Akim Demaille <akim@epita.fr>
9867 * src/lalr.c (add_lookback_edge): Use state_t instead of ints.
9868 (build_relations): Adjust.
9870 2001-12-27 Akim Demaille <akim@epita.fr>
9872 * src/lalr.c (set_goto_map): Remove a wrong but benign loop
9875 2001-12-27 Akim Demaille <akim@epita.fr>
9877 * src/reader.c (packgram): Catch nitems overflows.
9879 2001-12-27 Akim Demaille <akim@epita.fr>
9881 * src/files.c, src/files.h (guard_obstack): Remove.
9882 * src/output.c (output): Adjust.
9883 * src/reader.c (parse_braces): New, factoring...
9884 (copy_action, copy_guard): these two which are renamed as...
9885 (parse_action, parse_guard): these.
9886 As a voluntary consequence, using braces around guards is now
9889 2001-12-27 Akim Demaille <akim@epita.fr>
9891 * src/gram.h (rule_t): `guard' and `guard_line' are new members.
9892 * src/reader.c (symbol_list): `guard' and `guard_line' are new
9894 (symbol_list_new): Adjust.
9895 (copy_action): action_line is the first line, not the last.
9896 (copy_guard): Just as for actions, store the `action' only, not
9897 the switch/case/break flesh.
9898 Don't parse the user action that might follow the guard, let...
9899 (readgram): do it, i.e., now, there can be an action after a
9901 In other words the guard is just explicitly optional.
9903 * src/output.c (guards_output): New.
9904 (output_parser): Call it when needed.
9905 (output): Also free the guard and attrs obstacks.
9906 * src/files.c, src/files.h (obstack_save): Remove.
9907 (output_files): Remove.
9908 As a result, if one needs the former `.act' file, using an
9909 appropriate skeleton which requires actions and guards is now
9911 * src/main.c (main): Adjust.
9912 * tests/semantic.at: New.
9913 * tests/regression.at: Use `input.y' as input file name.
9914 Avoid 8+3 problems by requiring input.c when the test needs the
9917 2001-12-27 Akim Demaille <akim@epita.fr>
9919 * src/reader.c (symbol_list_new): Be sure to initialize all the
9922 2001-12-27 Akim Demaille <akim@epita.fr>
9924 All the hacks using a final pseudo state are now useless.
9926 * src/LR0.c (set_state_table): state_table holds exactly nstates.
9927 * src/lalr.c (nLA): New.
9928 (initialize_LA, compute_lookaheads, initialize_lookaheads): Use it
9929 instead of lookaheadsp from the pseudo state (nstate + 1).
9931 2001-12-27 Akim Demaille <akim@epita.fr>
9933 * src/output.c (action_row, token_actions): Use a state_t instead
9934 of a integer, and nlookaheads instead of the following state's
9937 2001-12-27 Akim Demaille <akim@epita.fr>
9939 * src/conflicts.c (log_resolution, flush_shift)
9940 (resolve_sr_conflict, set_conflicts, solve_conflicts)
9941 (count_sr_conflicts, count_rr_conflicts, conflicts_output)
9942 (conflicts_print, print_reductions): Use a state_t instead of an
9943 integer when referring to a state.
9944 As much as possible, depend upon nlookaheads, instead of the
9945 `lookaheadsp' member of the following state (since lookaheads of
9946 successive states are successive, the difference between state n + 1
9947 and n served as the number of lookaheads for state n).
9948 * src/lalr.c (add_lookback_edge): Likewise.
9949 * src/print.c (print_core, print_actions, print_state)
9950 (print_results): Likewise.
9951 * src/print_graph.c (print_core, print_actions, print_state)
9952 (print_graph): Likewise.
9953 * src/conflicts.h: Adjust.
9955 2001-12-27 Akim Demaille <akim@epita.fr>
9957 * src/bison.hairy: Formatting/comment changes.
9959 Remove `register' indications.
9960 Add plenty of `static'.
9962 2001-12-27 Akim Demaille <akim@epita.fr>
9964 * src/output.c (prepare): Drop the muscle `ntbase' which
9966 * src/bison.simple: Formatting/comment changes.
9967 Use YYNTOKENS only, which is documented, but not YYNTBASE, which
9968 is an undocumented synonym.
9970 2001-12-22 Akim Demaille <akim@epita.fr>
9972 * src/output.c (output_table_data): Change the prototype to use
9973 `int' for array ranges: some invocations do pass an int, not a
9975 Reported by Wayne Green.
9977 2001-12-22 Akim Demaille <akim@epita.fr>
9979 Some actions of web2c.y are improperly triggered.
9980 Reported by Mike Castle.
9982 * src/lalr.c (traverse): s/F (i)[k] = F (j)[k]/F (j)[k] = F (i)[k]/.
9983 * tests/regression.at (Web2c): Rename as...
9984 (Web2c Report): this.
9985 (Web2c Actions): New.
9987 2001-12-22 Akim Demaille <akim@epita.fr>
9989 Reductions in web2c.y are improperly reported.
9990 Reported by Mike Castle.
9992 * src/conflicts.c (print_reductions): Fix.
9993 * tests/regression.at (Web2c): New.
9995 2001-12-18 Akim Demaille <akim@epita.fr>
9997 Some host fail on `assert (!"foo")', which expands to
9998 ((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
9999 Reported by Nelson Beebee.
10001 * src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
10002 `#define it_succeeded 0' and `assert (it_succeeded)'.
10004 2001-12-17 Marc Autret <autret_m@epita.fr>
10006 * src/bison.simple: Don't hard code the skeleton line and filename.
10007 * src/output.c (output_parser): Rename 'line' as 'output_line'.
10008 New line counter 'skeleton_line' (skeleton-line muscle).
10010 2001-12-17 Paul Eggert <eggert@twinsun.com>
10012 * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that
10013 YYDEBUG must be defined to a nonzero value.
10015 * src/bison.simple (yytname): Do not assume that the user defines
10016 YYDEBUG to a properly parenthesized expression.
10018 2001-12-17 Akim Demaille <akim@epita.fr>
10020 * src/state.h (state_t): Rename lookaheads as lookaheadsp.
10021 nlookaheads is a new member.
10023 * src/lalr.h (nlookaheads): Remove this orphan declaration.
10024 * src/lalr.c (initialize_lookaheads): Set nlookaheads for each
10027 2001-12-17 Akim Demaille <akim@epita.fr>
10029 * src/files.h, src/files.c (open_files, close_files): Remove.
10030 * src/main.c (main): Don't open/close files, nor invoke lex_free,
10032 * src/reader.c (reader): Do it.
10034 2001-12-17 Akim Demaille <akim@epita.fr>
10036 * src/conflicts.c (print_reductions): Formatting changes.
10038 2001-12-17 Akim Demaille <akim@epita.fr>
10040 * src/conflicts.c (flush_shift): Also adjust lookaheadset.
10041 (flush_reduce): New.
10042 (resolve_sr_conflict): Adjust.
10044 2001-12-17 Akim Demaille <akim@epita.fr>
10046 * src/output.c (output_obstack): Be static and rename as...
10047 (format_obstack): this, to avoid any confusion with files.c's
10049 * src/reader.h (muscle_obstack): Move to...
10050 * src/output.h: here, since it's defined in output.c.
10052 2001-12-17 Akim Demaille <akim@epita.fr>
10054 * src/output.c (action_row, save_column, default_goto)
10055 (sort_actions, matching_state, pack_vector): Better variable
10058 2001-12-17 Akim Demaille <akim@epita.fr>
10060 * src/output.c: Various formatting changes.
10062 2001-12-17 Akim Demaille <akim@epita.fr>
10064 * src/files.c (output_files): Free the output_obstack.
10065 * src/main.c (main): Call print and print_graph conditionally.
10066 * src/print.c (print): Work unconditionally.
10067 * src/print_graph.c (print_graph): Work unconditionally.
10068 * src/conflicts.c (log_resolution): Output only if verbose_flag.
10070 2001-12-16 Marc Autret <autret_m@epita.fr>
10072 * src/output.c (actions_output): Fix. When we use %no-lines,
10073 there is one less line per action.
10075 2001-12-16 Marc Autret <autret_m@epita.fr>
10077 * src/bison.simple: Remove a useless #line directive.
10078 s/#line %%line %%skeleton/#line %%line "%%parser-file-name"/'.
10079 * src/output.c (get_lines_number): New.
10080 (output_parser): Adjust, now takes care about the lines of a
10082 Fix line numbering.
10083 (actions_output): Computes the number of lines taken by actions.
10084 (output_master_parser): Insert new skeleton which is the name of
10085 the output parser file name.
10087 2001-12-15 Marc Autret <autret_m@epita.fr>
10089 * src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
10091 2001-12-15 Marc Autret <autret_m@epita.fr>
10093 * src/output.c (output_gram): Keep track of the hairy one.
10095 2001-12-15 Akim Demaille <akim@epita.fr>
10097 Make `make distcheck' work.
10099 * lib/Makefile.am (INCLUDES): Add top_srcdir/intl, since hash uses
10100 system.h which uses libgettext.h.
10102 2001-12-15 Akim Demaille <akim@epita.fr>
10104 * src/nullable.c (set_nullable): Useless rules must be skipped,
10105 otherwise, since we range over their symbols, we might look at a
10106 nonterminal which no longer ``exists'', i.e., it is not counted in
10107 `nvars', hence we overflow our arrays.
10109 2001-12-15 Akim Demaille <akim@epita.fr>
10111 The header can also be produced directly, without any obstack!
10114 * src/files.c, src/files.h (defines_obstack): Remove.
10115 (compute_header_macro): Global.
10116 (defines_obstack_save): Remove.
10117 * src/reader.c (parse_union_decl): No longer output to
10118 defines_obstack: its content can be found in the `stype' muscle
10120 (output_token_translations): Merge into...
10121 (symbols_output): this.
10123 (symbols_save): this.
10125 * src/output.c (header_output): New.
10128 2001-12-15 Akim Demaille <akim@epita.fr>
10130 * src/reader.c (parse_union_decl): Instead of handling two obstack
10131 simultaneously, use one to define the `stype' muscle, and use the
10132 value of the latter to fill defines_obstack.
10133 (copy_comment): Remove.
10134 (copy_comment2): Work for a single obstack.
10136 (copy_comment): this.
10138 2001-12-15 Akim Demaille <akim@epita.fr>
10140 * src/lex.c, src/lex.h (xgetc): No longer static.
10141 * src/reader.c (parse_union_decl): Revamp.
10143 2001-12-15 Akim Demaille <akim@epita.fr>
10145 Still making progress in separating Bison into (i) input, (ii)
10146 process, (iii) output: now we can directly output the parser file
10147 without using table_obstack at all.
10149 * src/files.c, src/files.h (table_obstack): Bye bye.
10150 (parser_file_name): New.
10151 * src/files.c (compute_output_file_names): Compute it.
10152 * src/output.c (actions_output, output_parser)
10153 (output_master_parser): To a file instead of an obstack.
10155 2001-12-15 Akim Demaille <akim@epita.fr>
10157 Attach actions to rules, instead of pre-outputting them to
10160 * src/gram.h (rule_t): action and action_line are new members.
10161 * src/reader.c (symbol_list): Likewise.
10162 (copy_action): Save the actions within the rule.
10163 (packgram): Save them in rule_table.
10164 * src/output.c (actions_output): New.
10165 (output_parser): Use it on `%%actions'.
10166 (output_rule_data): Don't free rule_table.
10168 (prepare): Don't save the `action' muscle.
10169 * src/bison.simple: s/%%action/%%actions/.
10171 2001-12-15 Akim Demaille <akim@epita.fr>
10173 * src/reader.c (copy_action): When --yacc, don't append a `;'
10174 to the user action: let it fail if lacking.
10175 Suggested by Arnold Robbins and Tom Tromey.
10177 2001-12-14 Akim Demaille <akim@epita.fr>
10179 * src/lex.c (literalchar): Simply return the char you decoded, non
10180 longer mess around with obstacks and int pointers.
10181 Adjust all callers.
10183 2001-12-14 Akim Demaille <akim@epita.fr>
10185 * src/lex.c (literalchar): Don't escape the special characters,
10186 just decode them, and keep them as char (before, eol was output as
10187 the 2 char string `\n' etc.).
10188 * src/output.c (output_rule_data): Use quotearg to output the
10191 2001-12-13 Paul Eggert <eggert@twinsun.com>
10193 * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
10194 Do not infringe on the global user namespace when using C++.
10195 (YYFPRINTF, YYSTDERR): New macros, needed for the above.
10196 All uses of `fprintf' and `stderr' changed.
10198 * doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
10200 2001-12-13 Akim Demaille <akim@epita.fr>
10202 The computation of nullable is broken: it doesn't handle empty
10205 * tests/torture.at (GNU AWK Grammar): New.
10206 * tests/sets.at (Nullable): New.
10207 * src/nullable.c (set_nullable): Instead of blindly looping over
10208 `ritems', loop over the rules, and then over their rhs's.
10210 Work around Autotest bugs.
10212 * src/warshall.c (bitmatrix_print): Don't use `+--+' as table
10213 frame, because Autotest understand lines starting with a `+' as
10214 traces from the shell. Then, they are not processed properly.
10215 Admittedly an Autotest bug, but we don't have time to wait for
10216 Autotest to catch up.
10217 * tests/regression.at (Broken Closure): Adjust to the new table
10220 * tests/sets.at: here.
10222 2001-12-13 Akim Demaille <akim@epita.fr>
10224 * src/closure.c (closure): Use nrules instead of playing tricks
10225 with BITS_PER_WORD.
10227 2001-12-13 Akim Demaille <akim@epita.fr>
10229 * src/print.c (print_actions): Output the handling of `$' as the
10230 traces do: shifting the token EOF. Before EOF was treated as a
10232 * tests/regression.at: Adjust some tests.
10233 * src/print_graph.c (print_core): Complete the set of items via
10234 closure. The next-to-final and final states are still unsatisfying,
10235 but that's to be addressed elsewhere.
10236 No longer output the rule numbers, but do output the state number.
10237 A single loop for the shifts + gotos is enough, but picked a
10238 distinct color for each.
10239 (print_graph): Initialize and finalize closure.
10241 2001-12-13 Akim Demaille <akim@epita.fr>
10243 * src/reader.c (readgram): Remove dead code, an strip useless
10245 (get_type): Remove, unused.
10247 2001-12-12 Akim Demaille <akim@epita.fr>
10249 * src/complain.h, src/complain.c: Remove error_one_per_line, rely
10250 on that of lib/error.c.
10252 2001-12-12 Akim Demaille <akim@epita.fr>
10254 Some hosts don't like `/' in includes.
10256 * src/system.h: Include libgettext.h without qualifying the path.
10257 * src/Makefile.am (INCLUDES): Add $(top_srcdir)/intl, remove
10260 2001-12-11 Marc Autret <autret_m@epita.fr>
10262 * src/output.c (output_parser): Remove useless muscle.
10264 2001-12-11 Marc Autret <autret_m@epita.fr>
10266 * src/bison.simple: Remove #line just before %%epilogue. It
10267 is now handled in ...
10268 * src/reader.c (read_additionnal_code): Add the output of a
10269 #line for the epilogue.
10271 2001-12-10 Marc Autret <autret_m@epita.fr>
10273 * src/reader.c (copy_definition): Re-use CPP-outed code which
10274 replace precedent remove.
10275 * src/bison.simple: Remove #line before %%prologue because
10276 %%input-line is wrong at this time.
10278 2001-12-10 Marc Autret <autret_m@epita.fr>
10280 * src/reader.c (symbols_output): Clean up.
10281 * src/output.c (output_gram, output): Clean up.
10283 2001-12-10 Akim Demaille <akim@epita.fr>
10285 * src/lalr.c (initialize_lookaheads): New. Extracted from...
10286 * src/LR0.c (set_state_table): here.
10287 * src/lalr.c (lalr): Call it.
10289 2001-12-10 Akim Demaille <akim@epita.fr>
10291 * src/state.h (shifts): Remove the `number' member: shifts are
10292 attached to state, hence no longer need to be labelled with a
10295 2001-12-10 Akim Demaille <akim@epita.fr>
10297 Now that states have a complete set of members, the linked list of
10298 shifts is useless: just fill directly the state's shifts member.
10300 * src/state.h (shifts): Remove the `next' member.
10301 * src/LR0.c (first_state, last_state): Remove.
10302 Adjust the callers.
10303 (augment_automaton): Don't look for the shifts that must be added
10304 a shift on EOF: it is those of the state we looked for! But now,
10305 since shifts are attached, it is no longer needed to looking
10306 merely by its id: its number.
10308 2001-12-10 Akim Demaille <akim@epita.fr>
10310 * src/LR0.c (augment_automaton): Better variable locality.
10311 Remove an impossible branch: if there is a state corresponding to
10312 the start symbol being shifted, then there is shift for the start
10313 symbol from the initial state.
10315 2001-12-10 Akim Demaille <akim@epita.fr>
10317 * src/LR0.c (augment_automaton): Call `insert_eof_shifting_state'
10318 only when appropriate: when insert_start_shifting_state' is not
10320 * tests/regression.at (Rule Line Numbers): Adjust.
10322 2001-12-10 Akim Demaille <akim@epita.fr>
10324 * src/LR0.c (augment_automaton): Now that all states have shifts,
10325 merge the two cases addition shifts to the initial state.
10327 2001-12-10 Akim Demaille <akim@epita.fr>
10329 * src/lalr.c (set_state_table): Move to...
10331 * src/lalr.c (lalr): Don't call it...
10332 * src/LR0.c (generate_states): do it.
10333 * src/LR0.h (first_state): Remove, only the table is used.
10335 2001-12-10 Akim Demaille <akim@epita.fr>
10337 * src/LR0.h (first_shift, first_reduction): Remove.
10338 * src/lalr.c: Don't use first_shift: find shifts through the
10341 2001-12-10 Akim Demaille <akim@epita.fr>
10343 * src/LR0.c: Attach shifts to states as soon as they are
10345 * src/lalr.c (set_state_table): Instead of assigning shifts to
10346 state, just assert that the mapping was properly done.
10348 2001-12-10 Akim Demaille <akim@epita.fr>
10350 * src/LR0.c (insert_start_shift): Rename as...
10351 (insert_start_shifting_state): this.
10352 (insert_eof_shifting_state, insert_accepting_state): New.
10353 (augment_automaton): Adjust.
10354 Better locality of the variables.
10355 When looking if the start_symbol is shifted from the initial
10356 state, using `while (... symbol != start_symbol ...)' sounds
10357 better than `while (... symbol < start_symbol ...)': If fail
10358 to see how the order between symbols could be relevant!
10360 2001-12-10 Akim Demaille <akim@epita.fr>
10362 * src/getargs.h: Don't declare `spec_name_prefix' and
10363 `spec_file_prefix', declared by src/files.h.
10364 * src/files.c, src/files.h: Default for spec_name_prefix is "yy".
10365 * src/muscle_tab.c (muscle_init): Default prefix to NULL.
10366 * src/output.c (prepare): Adjust.
10367 * src/reader.c (symbols_output): Likewise.
10368 * src/vmsgetargs.c: Vaguely adjust, but who cares?
10370 2001-12-10 Akim Demaille <akim@epita.fr>
10372 * src/muscle_tab.c (muscle_init): NULL is a better default than
10375 2001-12-10 Akim Demaille <akim@epita.fr>
10377 * src/reader.c (reader): Calling symbols_output once is enough.
10379 2001-12-10 Akim Demaille <akim@epita.fr>
10381 Now that states have a complete set of members, the linked list of
10382 reductions is useless: just fill directly the state's reductions
10385 * src/state.h (struct reductions): Remove member `number' and
10387 * src/LR0.c (first_reduction, last_reduction): Remove.
10388 (save_reductions): Don't link the new reductions, store them in
10390 * src/lalr.c (set_state_table): No need to attach reductions to
10391 states, it's already done.
10392 * src/output.c (output_actions): No longer free the shifts, then
10393 the reductions, then the states: free all the states and their
10396 2001-12-10 Akim Demaille <akim@epita.fr>
10398 * src/options.c (OPTN, DRTV, BOTH): New.
10399 (option_table): Use them.
10401 * src/muscle_tab.c: Don't include xalloc.h and string.h: that's
10402 the job of system.h.
10403 * src/options.c: Don't include stdio.h and xalloc.h for the same
10406 2001-12-10 Akim Demaille <akim@epita.fr>
10408 * src/output.c (output, prepare): Make sure the values of the
10409 muscles `action' and `prologue' are 0-terminated.
10411 2001-12-10 Akim Demaille <akim@epita.fr>
10413 Clean up GCC warnings.
10415 * src/reader.c (copy_action): `buf' is not used.
10416 (parse_skel_decl): Be static.
10417 * src/muscle_tab.c (mhash1, mhash2, muscle_insert): Preserve `const'.
10418 * src/options.h (create_long_option_table): Have a real prototype.
10419 * lib/hash.c, lib/hash.h (hash_insert, hash_insert_at, hash_delete)
10420 (hash_delete_at): Return const void *.
10421 Adjust casts to preserve the const.
10423 2001-12-10 Akim Demaille <akim@epita.fr>
10425 * configure.in: Require 2.52g.
10426 M4 is not needed, but AUTOM4TE is.
10427 * m4/m4.m4: Remove.
10428 * tests/Makefile.am: Adjust.
10430 2001-12-10 Akim Demaille <akim@epita.fr>
10432 One structure for states is enough, even though theoretically
10433 there are LR(0) states and LALR(1) states.
10435 * src/lalr.h (state_t): Remove.
10436 (state_table): Be state_t **, not state_t *.
10437 * src/state.h (core, CORE_ALLOC): Rename as...
10438 (state_t, STATE_ALLOC): this.
10439 Add the LALR(1) members: shifts, reductions, errs.
10440 * src/LR0.c (state_table): Rename as...
10441 (state_hash): this, to avoid name clashes with the global
10443 * src/print_graph.c, src/LR0.c, src/LR0.h, src/conflicts.c
10444 * src/lalr.c, src/lalr.h, src/output.c, src/print.c: Adjust.
10446 2001-12-10 Akim Demaille <akim@epita.fr>
10448 Bison dumps core on bash.y.
10449 Reported by Pascal Bart.
10451 * src/warshall.c (bitmatrix_print): New.
10453 When performing a transitive closure R(i, j) && R(j, k) => R(i, k),
10454 j must be the outer loop.
10455 * tests/regression.at (Broken Closure): New.
10457 2001-12-05 Akim Demaille <akim@epita.fr>
10459 * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
10461 Reported by Peter Hamorsky.
10463 2001-12-05 Akim Demaille <akim@epita.fr>
10465 * src/conflicts.c (err_table): Remove.
10466 (resolve_sr_conflict): Adjust.
10467 * src/lalr.h (state_t.reduction_table, state_t.shift_table):
10469 (state_t.reductions, state_t.shifts): this.
10471 2001-12-05 Akim Demaille <akim@epita.fr>
10473 * src/reduce.c (reduce_grammar_tables): No longer disable the
10474 removal of useless rules via CPP but via `if (0)', so that the
10475 compiler still check the code is valid.
10476 For instance, it should have noticed `rline' no longer exists: use
10477 the `line' member of rule_t.
10478 * src/gram.c (dummy, rline): Remove, unused.
10480 2001-12-05 Akim Demaille <akim@epita.fr>
10482 * src/output.c (pack_vector): Use assert, not berror.
10483 * src/main.c (berror): Remove, unused.
10485 2001-12-05 Akim Demaille <akim@epita.fr>
10487 New experimental feature: if --verbose --trace output all the
10488 items of a state, not only its kernel.
10490 * src/print.c (print_core): If `trace_flag', then invoke closure
10491 before outputting the items of the state (print_core is no longer
10492 a correct name them).
10493 (print_results): Invoke new_closure/free_closure if needed.
10495 2001-12-05 Akim Demaille <akim@epita.fr>
10497 * src/LR0.c (new_itemsets): Use nshifts only, not shiftcount.
10498 * src/closure.c, src/closure.h (itemsetsize): Rename as...
10499 (nitemset): for consistency with the rest of the project.
10501 2001-12-05 Akim Demaille <akim@epita.fr>
10503 * src/closure.c (print_closure): Improve.
10504 (closure): Use it for printing input and output.
10506 2001-12-05 Akim Demaille <akim@epita.fr>
10508 * src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are
10509 indexed by nonterminals.
10511 2001-12-05 Akim Demaille <akim@epita.fr>
10513 * src/warshall.c (TC, RTC): De-obsfucate (source reduced to 22% of
10515 * src/warshall.h: Remove accidental duplication of the content.
10517 2001-12-05 Akim Demaille <akim@epita.fr>
10519 * src/closure.c (set_fderives): De-obfuscate.
10521 2001-12-05 Akim Demaille <akim@epita.fr>
10523 * src/closure.c (print_firsts, print_fderives): De-obfuscate.
10525 2001-12-05 Akim Demaille <akim@epita.fr>
10527 * src/closure.c (set_firsts): De-obfuscate.
10529 2001-12-05 Akim Demaille <akim@epita.fr>
10531 * src/output.c (action_row): De-obfuscate
10532 using the good o' techniques: arrays not pointers, variable
10533 locality, BITISSET, RESETBIT etc.
10535 2001-12-05 Akim Demaille <akim@epita.fr>
10537 Pessimize the code to simplify it: from now on, all the states
10538 have a valid SHIFTS, which NSHIFTS is possibly 0.
10540 * src/LR0.c (shifts_new): Be global and move to..
10541 * src/state.c, src/state.h: here.
10542 * src/conflicts, src/lalr.c, src/output.c, src/print.c,
10543 * src/print_graph: Adjust.
10545 2001-12-05 Akim Demaille <akim@epita.fr>
10547 * src/state.h (SHIFT_DISABLE, SHIFT_IS_DISABLED): New.
10548 * src/conflicts.c: Use it.
10549 Restore a few missing `if (!SHIFT_IS_DISABLED)' which were
10550 incorrectly ``simplified''.
10552 2001-12-05 Akim Demaille <akim@epita.fr>
10554 * src/conflicts.c (flush_shift, resolve_sr_conflict): De-obfuscate
10555 using the good o' techniques: arrays not pointers, variable
10556 locality, BITISSET, RESETBIT etc.
10558 2001-12-05 Akim Demaille <akim@epita.fr>
10560 * src/state.h (SHIFT_SYMBOL): New.
10561 * src/conflicts.c: Use it to deobfuscate.
10563 2001-12-05 Akim Demaille <akim@epita.fr>
10565 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts)
10566 (print_reductions): De-obfuscate using the good o' techniques:
10567 arrays not pointers, variable locality, BITISSET.
10569 2001-12-05 Akim Demaille <akim@epita.fr>
10571 * src/conflicts.c (print_reductions): Arrays, not pointers.
10574 2001-12-05 Akim Demaille <akim@epita.fr>
10576 * src/conflicts.c (print_reductions): Pessimize, but clarify.
10578 2001-12-05 Akim Demaille <akim@epita.fr>
10580 * src/conflicts.c (print_reductions): Improve variable locality.
10582 2001-12-05 Akim Demaille <akim@epita.fr>
10584 * src/conflicts.c (print_reductions): Pessimize, but clarify.
10586 2001-12-05 Akim Demaille <akim@epita.fr>
10588 * src/conflicts.c (print_reductions): Improve variable locality.
10590 2001-12-05 Akim Demaille <akim@epita.fr>
10592 * src/state.h (SHIFT_IS_ERROR, SHIFT_IS_GOTO, SHIFT_IS_SHIFT): New.
10593 * src/lalr.c: Use them.
10595 2001-12-05 Akim Demaille <akim@epita.fr>
10597 * src/LR0.c (augment_automaton): Formatting changes.
10598 Better variable locality.
10600 2001-12-05 Akim Demaille <akim@epita.fr>
10602 * src/lalr.c (matrix_print): New.
10603 (transpose): Use it.
10604 Use arrays instead of pointers.
10606 2001-12-05 Akim Demaille <akim@epita.fr>
10608 * src/lalr.c (maxrhs): Move to...
10609 * src/gram.c, src/gram.h (ritem_longest_rhs): here.
10610 * src/lalr.c (build_relations): Adjust.
10612 2001-12-05 Akim Demaille <akim@epita.fr>
10614 * src/lalr.c (transpose): Free the memory allocated to the
10615 argument, as it is replaced by the results by the unique caller.
10616 (build_relations): Merely invoke transpose: it handles the memory
10618 Improve variable locality.
10619 Avoid variables used as mere abbreviations.
10620 (compute_lookaheads): Use arrays instead of pointers.
10622 2001-12-05 Akim Demaille <akim@epita.fr>
10624 * src/lalr.c (initialize_F): Improve variable locality.
10625 Avoid variables used as mere abbreviations.
10627 2001-12-05 Akim Demaille <akim@epita.fr>
10629 * src/derives.c (print_derives): Display the ruleno.
10630 * src/lalr.c (initialize_F, transpose): Better variable locality
10631 to improve readability.
10632 Avoid variables used as mere abbreviations.
10634 2001-12-05 Akim Demaille <akim@epita.fr>
10636 * src/lalr.c (traverse): Use arrays instead of pointers.
10638 2001-12-05 Akim Demaille <akim@epita.fr>
10640 * src/nullable.c (set_nullable): Use a for loop to de-obfuscate
10641 the handling of squeue.
10642 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
10644 2001-12-05 Akim Demaille <akim@epita.fr>
10646 Because useless nonterminals are now kept alive (instead of being
10647 `destroyed'), we now sometimes examine them, and store information
10648 related to them. Hence we need to know their number, and adjust
10649 memory allocations.
10651 * src/reduce.c, src/reduce.h (nuseless_nonterminals): No longer
10653 * src/LR0.c (allocate_itemsets): The memory allocated to
10654 `symbol_count' was used for two different purpose: once to count
10655 the number of occurrences of each symbol, and later reassigned to
10656 `shift_symbol', containing the symbol that can be shifted from a
10658 Deobfuscate, i.e., allocate, use and free `symbol_count' here
10660 (new_itemsets): Allocate `shift_symbol' here.
10661 (allocate_itemsets): symbol_count includes useless nonterminals.
10662 Make room for them.
10663 (free_storage): Use `free', not `XFREE', for pointers that cannot
10666 2001-12-05 Akim Demaille <akim@epita.fr>
10668 * src/nullable.c (set_nullable): Deobfuscate the handling of
10670 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
10672 2001-12-05 Akim Demaille <akim@epita.fr>
10674 * src/gram.c, src/gram.h (ritem_print): New.
10675 * src/gram.c (dummy): Remove, now there is actual code in gram.c.
10676 (This useless function was defined only to work around VMS linkers
10677 that can't handle compilation units with variables only).
10678 * src/reduce.c (dump_grammar): Use it to trace the construction of
10681 2001-12-04 Paul Eggert <eggert@twinsun.com>
10683 * src/bison.simple (union yyalloc): Change member names
10684 to be the same as the stack names.
10685 (yyparse): yyptr is now union yyalloc *, not char *.
10686 (YYSTACK_RELOCATE): Likewise. This avoids a GCC warning,
10687 and may generate better code on some machines.
10688 (yystpcpy): Use prototype if __STDC__ is defined, not just
10689 if __cplusplus is defined.
10691 2001-11-30 Akim Demaille <akim@epita.fr>
10693 * configure.in (WARNING_CFLAGS): Add -Werror when possible.
10694 (CFLAGS): Do not include the WARNING_CFLAGS here, since GNU
10695 Gettext doesn't compile cleanly, and dies with -Werror.
10696 * src/Makefile.am, lib/Makefile.am, tests/atlocal.in (CFLAGS):
10697 Include WARNING_CFLAGS here.
10698 * lib/xstrdup.c: Include xalloc.h, so that xstrdup be declared
10699 before being defined.
10701 2001-11-27 Paul Eggert <eggert@twinsun.com>
10703 * lib/quotearg.h (quotearg_n, quotearg_n_style):
10704 First arg is int, not unsigned.
10705 * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
10706 (SIZE_MAX, UINT_MAX): New macros.
10707 (quotearg_n_options): Abort if N is negative.
10708 Avoid overflow check on hosts where size_t is 64 bits and int
10709 is 32 bits, as overflow is impossible there.
10710 Fix off-by-one typo that caused unnecessary reallocation.
10712 2001-11-29 Paul Eggert <eggert@twinsun.com>
10714 Name space cleanup in generated parser.
10716 * doc/bison.texinfo (Bison Parser): Discuss system headers
10717 and their effect on the user name space.
10719 * src/bison.simple:
10720 (YYSTACK_ALLOC, YYSTACK_FREE, union yyalloc, YYSTACK_GAP_MAX,
10721 YYSTACK_BYTES, YYSTACK_RELOCATE): Do not define unless necessary,
10722 i.e. unless ! defined (yyoverflow) || defined (YYERROR_VERBOSE).
10724 (YYSIZE_T): New macro. Use it instead of size_t, to avoid infringing
10725 on user names when possible.
10727 (YYSTACK_USE_ALLOCA): Do not define; just use any existing defn.
10728 Simplify test for whather <alloca.h> exists.
10730 (<stdlib.h>): Include if we will use malloc, and if standard C or C++.
10732 (<stdio.h>): Include if YYDEBUG.
10734 (yymemcpy): Renamed from __yy_memcpy. Do not define unless
10735 ! defined (yyoverflow) && ! defined (yymemcpy).
10737 (yymemcpy, yyparse): Rename local variables as needed so that
10738 they all begin with 'yy'.
10740 (yystrlen, yystpcpy): New functions.
10742 (YY_DECL_NON_LSP_VARIABLES): Renamed from _YY_DECL_VARIABLES.
10745 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy
10746 instead of relying on string.h functions. Use YYSTACK_ALLOC
10747 and YYSTACK_FREE instead of malloc and free.
10749 2001-11-30 Akim Demaille <akim@epita.fr>
10751 * src/bison.simple (YYSTYPE, YYLTYPE): Move their definitions
10752 before their first uses.
10753 (YYBISON, YYPURE): Move to the top of the output.
10755 2001-11-30 Akim Demaille <akim@epita.fr>
10757 * tests/reduce.at (Useless Nonterminals): Fix.
10759 2001-11-30 Akim Demaille <akim@epita.fr>
10761 * src/bison.simple (YYSTACK_FREE): Use `do {;} while (0)' as empty
10762 if body instead of `;' to pacify GCC's warnings.
10764 2001-11-30 Akim Demaille <akim@epita.fr>
10766 Instead of mapping the LHS of unused rules to -1, keep the LHS
10767 valid, but flag the rules as invalid.
10769 * src/gram.h (rule_t): `useful' is a new member.
10770 * src/print.c (print_grammar): Adjust.
10771 * src/derives.c (set_derives): Likewise.
10772 * src/reader.c (packgram, reduce_output): Likewise.
10773 * src/reduce.c (reduce_grammar_tables): Likewise.
10774 * tests/reduce.at (Underivable Rules, Useless Rules): New.
10776 2001-11-30 Akim Demaille <akim@epita.fr>
10778 * src/reduce.c (reduce_output): Formatting changes.
10779 * src/print.c (print_results, print_grammar): Likewise.
10780 * tests/regression.at (Rule Line Numbers)
10781 (Solved SR Conflicts, Unresolved SR Conflicts): Adjust.
10783 2001-11-30 Akim Demaille <akim@epita.fr>
10785 * src/reduce.c (nonterminals_reduce): Instead of throwing away
10786 useless nonterminals, move them at the end of the symbol arrays.
10787 (reduce_output): Adjust.
10788 * tests/reduce.at (Useless Nonterminals): Adjust.
10790 2001-11-30 Akim Demaille <akim@epita.fr>
10792 * src/reduce.c: Various comment/formatting changes.
10793 (nonterminals_reduce): New, extracted from...
10794 (reduce_grammar_tables): here.
10795 (reduce_grammar): Call nonterminals_reduce.
10797 2001-11-29 Paul Eggert <eggert@twinsun.com>
10799 * src/bison.simple (YYSTACK_REALLOC): Remove.
10800 (YYSTACK_ALLOC): Resurrect this macro, with its old meaning.
10801 (YYSTACK_FREE, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYSTACK_RELOCATE):
10803 (union yyalloc): New type.
10804 (__yy_memcpy): Last arg is size_t, not unsigned int, to remove
10805 an arbitrary restriction on hosts where size_t is wider than int.
10807 (yyparse): Don't dump core if alloca or malloc fails; instead, report
10808 a parser stack overflow. Allocate just one block of memory for all
10809 three stacks, instead of allocating three blocks; this typically is
10810 faster and reduces fragmentation.
10812 Do not limit the number of items in the stack to a value that fits
10813 in 'int', as this is an arbitrary limit on hosts with 64-bit
10814 size_t and 32-bit int.
10816 2001-11-29 Marc Autret <autret_m@epita.fr>
10818 * tests/calc.at [AT_DATA_CALC_Y]: Use %error-verbose instead
10819 of defining YYERROR_VERBOSE.
10820 [AT_DATA]: $4 is now out of C declarations in the prologue.
10822 2001-11-28 Marc Autret <autret_m@epita.fr>
10824 * src/reader.c (parse_dquoted_param): New.
10825 (parse_skel_decl): Use it.
10826 * src/lex.h: Add its prototype.
10827 * src/lex.c (literalchar): Become not static.
10829 2001-11-28 Marc Autret <autret_m@epita.fr>
10831 * src/output.h: And put its extern declaration here.
10832 * src/output.c (error_verbose): Define here.
10833 (prepare): Echo name modification.
10834 * src/getargs.h: Clean its extern declaration.
10835 * src/getargs.c (error_verbose_flag): Remove.
10836 (getargs): Remove case 'e'.
10837 * src/options.c (option_table): 'error-verbose' is now seen as simple
10841 * src/reader.c (read_declarations): Remove case tok_include.
10842 (parse_include_decl): Remove.
10843 * src/lex.h (token_t): Remove tok_include.
10844 * src/options.c (option_table): 'include' is now a simple command line
10847 2001-11-28 Marc Autret <autret_m@epita.fr>
10849 * src/bison.simple: Adjust muscle names.
10850 * src/muscle_tab.c (muscle_init): Also rename the muscles.
10851 * src/output.c (prepare): s/_/-/ for the muscles names.
10852 (output_parser): When scanning for a muscle, allow '-' instead of '_'.
10854 2001-11-28 Marc Autret <autret_m@epita.fr>
10856 * src/bison.simple: Fix debug.
10857 [YYERROR_VERBOSE]: Re-integrate as an internal macro.
10859 2001-11-28 Akim Demaille <akim@epita.fr>
10861 * src/LR0.c (shifts_new): New.
10862 (save_shifts, insert_start_shift, augment_automaton): Use it.
10864 2001-11-28 Akim Demaille <akim@epita.fr>
10866 * src/closure.c (closure): `b' and `ruleno' denote the same value:
10869 2001-11-28 Akim Demaille <akim@epita.fr>
10871 * src/closure.c (closure): Instead of looping over word in array
10872 then bits in words, loop over bits in array.
10874 2001-11-28 Akim Demaille <akim@epita.fr>
10876 * src/closure.c (closure): No longer optimize the special case
10877 where all the bits of `ruleset[r]' are set to 0, to make the code
10880 2001-11-28 Akim Demaille <akim@epita.fr>
10882 * src/closure.c (closure): `r' and `c' are new variables, used to
10883 de-obfuscate accesses to RULESET and CORE.
10885 2001-11-28 Akim Demaille <akim@epita.fr>
10887 * src/reduce.c (reduce_print): Use ngettext.
10888 (dump_grammar): Improve the trace accuracy.
10890 2001-11-28 Akim Demaille <akim@epita.fr>
10892 * src/reduce.c (dump_grammar): Don't translate trace messages.
10894 2001-11-28 Akim Demaille <akim@epita.fr>
10896 * tests/reduce.at (Useless Terminals, Useless Nonterminals): New.
10897 * src/reduce.c (reduce_grammar_tables): Do not free useless tags,
10898 as all tags are free'ed afterwards.
10899 From Enrico Scholz.
10901 2001-11-27 Paul Eggert <eggert@twinsun.com>
10903 * src/bison.simple (YYSTACK_REALLOC): Fix typo that caused us to
10904 use alloca when we didn't want to, and vice versa.
10906 2001-11-27 Marc Autret <autret_m@epita.fr>
10908 * src/muscle_tab.c (muscle_init): Remove 'verbose' muscle
10910 * src/output.c (prepare): Remove its update.
10912 2001-11-27 Marc Autret <autret_m@epita.fr>
10914 * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
10915 Use %error-verbose.
10917 2001-11-27 Marc Autret <autret_m@epita.fr>
10919 * src/bison.simple: Remove YYERROR_VERBOSE using.
10920 Use %%error_verbose.
10921 (yyparse): Likewise.
10922 * src/output.c (prepare): Give its final value.
10923 * src/muscle_tab.c (muscle_init): Init new muscle 'error_verbose'.
10924 * src/getargs.h: Add its extern declaration.
10925 * src/getargs.c (error_verbose_flag): New int.
10926 (getargs): Update to catch new case.
10927 * src/options.c (option_table): 'error-verbose' is a new option.
10928 (shortopts): Update.
10930 2001-11-27 Akim Demaille <akim@epita.fr>
10932 * src/system.h: Use intl/libgettext.h.
10933 * src/Makefile.am (INCLUDES): Add -I $(top_srcdir).
10935 2001-11-27 Akim Demaille <akim@epita.fr>
10937 * tests/torture.at (Exploding the Stack Size with Malloc):
10938 s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
10940 2001-11-27 Akim Demaille <akim@epita.fr>
10942 * src/files.c: Include error.h.
10943 Reported by Hans Aberg.
10945 2001-11-26 Marc Autret <autret_m@epita.fr>
10947 * src/reader.c (parse_include_decl): New, not yet implemented.
10948 (read_declarations): Add case tok_include.
10949 * src/getargs.h (include): Add its extern definition.
10950 * src/getargs.c (include): New const char *.
10951 (getargs): Add case '-I'.
10952 * src/options.c (option_table): Add include as command line and
10954 * src/lex.h (token_t): Add tok_include.
10956 2001-11-26 Akim Demaille <akim@epita.fr>
10958 * src/reader.c (readgram): Make sure rules for mid-rule actions
10959 have a lineno equal to that of their host rule.
10960 Reported by Hans Aberg.
10961 * tests/regression.at (Rule Line Numbers): New.
10963 2001-11-26 Akim Demaille <akim@epita.fr>
10965 * src/LR0.c (allocate_itemsets): kernel_size contains ints, not
10968 2001-11-26 Akim Demaille <akim@epita.fr>
10970 * src/complain.c, src/complain.h (error): Remove, provided by
10973 2001-11-26 Akim Demaille <akim@epita.fr>
10975 * src/reader.c (read_declarations): Don't abort on tok_illegal,
10976 issue an error message.
10977 * tests/regression.at (Invalid %directive): New.
10978 Reported by Hans Aberg.
10980 2001-11-26 Akim Demaille <akim@epita.fr>
10982 * configure.in: Invoke AC_FUNC_OBSTACK and AC_FUNC_ERROR_AT_LINE.
10983 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
10985 2001-11-26 Akim Demaille <akim@epita.fr>
10987 * src/conflicts.c (conflicts_print): Don't complain at all when
10988 there are no reduce/reduce conflicts, and as many shift/reduce
10989 conflicts as expected.
10990 * tests/regression.at (%expect right): Adjust.
10992 2001-11-23 Akim Demaille <akim@epita.fr>
10994 * lib/alloca.c: Update, from fileutils.
10996 2001-11-23 Akim Demaille <akim@epita.fr>
10998 * lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@.
11000 2001-11-23 Akim Demaille <akim@epita.fr>
11002 * src/system.h: Include alloca.h.
11003 * src/main.c (main) [C_ALLOCA]: Call alloca (0).
11005 2001-11-23 Akim Demaille <akim@epita.fr>
11007 * src/print_graph.c (print_actions): Remove `rule', unused.
11008 * src/LR0.c (kernel_size): Contain `int' instead of `size_t' to
11009 pacify GCC's signed < unsigned warnings.
11010 * src/closure.c (itemsetsize): Likewise.
11011 * src/reader.c (symbol_list_new): Static.
11013 2001-11-23 Akim Demaille <akim@epita.fr>
11015 Attaching lineno to buckets is stupid, since only one copy of each
11016 symbol is kept, only the line of the first occurrence is kept too.
11018 * src/symtab.h, src/symtab.c (bucket): Remove the line member.
11019 * src/reader.c (rline_allocated): Remove, unused.
11020 (symbol_list): Have a `line' member.
11021 (symbol_list_new): New.
11022 (readgram): Use it.
11023 * src/print.c (print_grammar): Output the rule line numbers.
11024 * tests/regression.at (Solved SR Conflicts)
11025 (Unresolved SR Conflicts): Adjust.
11026 Reported by Hans Aberg.
11028 2001-11-22 Marc Autret <autret_m@epita.fr>
11030 * src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
11032 2001-11-22 Marc Autret <autret_m@epita.fr>
11034 * src/muscle_tab.c (muscle_init): Remove initialization of
11036 * src/output.c (output_master_parser): Do it here.
11038 2001-11-20 Akim Demaille <akim@epita.fr>
11041 * configure.in (ALL_LINGUAS): Adjust.
11042 * po/POTFILE.in: Remove `nullable.c' and `derives.c' which no
11043 longer contains strings to translate.
11045 2001-11-19 Akim Demaille <akim@epita.fr>
11047 * src/conflicts.c (conflicts_print): Add a missing \n.
11049 2001-11-19 Akim Demaille <akim@epita.fr>
11051 * src/nullable.c (nullable_print): New.
11052 (set_nullable): Call it when tracing.
11053 Better locality of variables.
11055 2001-11-19 Akim Demaille <akim@epita.fr>
11057 * src/print.c (print_actions): Better locality of variables.
11059 2001-11-19 Akim Demaille <akim@epita.fr>
11061 * src/derives.c (print_derives): Fix and enrich.
11062 * src/closure.c (print_fderives): Likewise.
11064 2001-11-19 Akim Demaille <akim@epita.fr>
11066 * src/closure.c (itemsetend): Remove, replaced with...
11067 (itemsetsize): new.
11069 2001-11-19 Akim Demaille <akim@epita.fr>
11071 * src/LR0.c (kernel_end): Remove, replaced with...
11072 (kernel_size): new.
11074 2001-11-19 Akim Demaille <akim@epita.fr>
11076 * src/conflicts.c (set_conflicts): Use arrays instead of pointers
11079 2001-11-19 Akim Demaille <akim@epita.fr>
11081 * src/closure.c (closure): Use arrays instead of pointers to clarify.
11083 2001-11-19 Akim Demaille <akim@epita.fr>
11085 * src/closure.c, src/derives.c, src/nullable.c: Adjust various
11087 * src/LR0.c: Likewise.
11088 (allocate_itemsets): Use arrays instead of pointers to clarify.
11090 2001-11-19 Akim Demaille <akim@epita.fr>
11092 * src/getargs.c (statistics_flag): Replace with...
11094 (longopts): Accept --trace instead of --statistics.
11095 * src/getargs.h, src/options.c: Adjust.
11096 * src/LR0.c, src/closure.c, src/derives.c, src/nullable.c,
11097 * src/reduce.c: Use trace_flags instead of the CPP conditional TRACE.
11099 2001-11-19 Akim Demaille <akim@epita.fr>
11101 * src/LR0.c (new_itemsets, get_state): Use more arrays and fewer
11102 pointers to clarify the code.
11103 (save_reductions, save_shifts): Factor common parts of alternatives.
11105 2001-11-19 Akim Demaille <akim@epita.fr>
11107 * src/LR0.c (new_state, get_state): Complete TRACE code.
11108 * src/closure.c: Include `reader.h' to get `tags', needed by the
11110 Rename the conditional DEBUG as TRACE.
11111 Output consistently TRACEs to stderr, not stdout.
11112 * src/derives.c: Likewise.
11113 * src/reduce.c: (inaccessable_symbols): Using if is better style
11115 Use `#if TRACE' instead of `#if 0' for tracing code.
11117 2001-11-19 Akim Demaille <akim@epita.fr>
11119 * src/system.h (LIST_FREE, shortcpy): New.
11120 * src/LR0.c: Use them.
11121 * src/output.c (free_itemsets, free_reductions, free_shifts):
11122 Remove, replaced by LIST_FREE.
11124 2001-11-19 Akim Demaille <akim@epita.fr>
11126 * src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)
11127 (REDUCTIONS_ALLOC): New.
11128 * src/LR0.c, src/conflicts.c: Use them to de-obfuscate memory
11131 2001-11-19 Akim Demaille <akim@epita.fr>
11133 * src/LR0.c (new_state): Complete trace code.
11134 * src/nullable.c (set_nullable): Don't translate traces.
11136 2001-11-19 Akim Demaille <akim@epita.fr>
11138 * src/print_graph.c (print_core): Better locality of variables.
11139 * src/print.c (print_core): Likewise.
11141 2001-11-19 Akim Demaille <akim@epita.fr>
11143 * src/vcg.c: You do the output, so you are responsible of the
11144 handling of VCG syntax, in particular: use quotearg.
11145 * src/print_graph.c: Don't.
11146 (print_actions): Don't output the actions as part of the nodes,
11147 since that's the job of the edges.
11148 (print_state): Don't output by hand: fill the node description,
11149 and ask for its output.
11151 2001-11-19 Akim Demaille <akim@epita.fr>
11153 * src/bison.simple (yyparse): When verbosely reporting an error,
11154 no longer put additional quotes around token names.
11155 * tests/calc.at: Adjust.
11157 2001-11-19 Akim Demaille <akim@epita.fr>
11159 * src/symtab.h, src/symtab.c: `line' is a new member of `bucket'.
11160 * src/reader.c (record_rule_lines, rline, rline_allocated): Remove.
11161 * src/output.c: Adjust.
11163 2001-11-19 Akim Demaille <akim@epita.fr>
11165 * src/gram.h (rprec, rprecsym, rassoc): Remove, now part of...
11167 * src/conflicts.c, src/reader.c, src/reduce.c: Adjust.
11169 2001-11-19 Akim Demaille <akim@epita.fr>
11171 * src/gram.h (rule_t): New.
11173 (rrhs, rlhs): Remove, part of state_t.
11174 * src/print_graph.c, src/closure.c, src/conflicts.c, src/derives.c,
11175 * src/lalr.c, src/nullable.c, src/output.c, src/print.c,
11176 * src/reader.c, src/reduce.c: Adjust.
11178 2001-11-19 Akim Demaille <akim@epita.fr>
11180 * src/reader.c (symbols_output): New, extracted from...
11181 (packsymbols): Here.
11184 2001-11-19 Akim Demaille <akim@epita.fr>
11186 * src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...
11187 (maxrhs): this new function.
11189 2001-11-19 Akim Demaille <akim@epita.fr>
11191 * src/lalr.c (F): New macro to access the variable F.
11194 2001-11-19 Akim Demaille <akim@epita.fr>
11196 * src/lalr.h (LA): New macro to access the variable LA.
11197 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
11198 * src/lalr.c: Adjust.
11200 2001-11-19 Akim Demaille <akim@epita.fr>
11202 * src/lalr.c (initialize_LA): Only initialize LA. Let...
11203 (set_state_table): handle the `lookaheads' members.
11205 2001-11-19 Akim Demaille <akim@epita.fr>
11207 * src/lalr.h (lookaheads): Removed array, whose contents is now
11209 (state_t): this structure.
11210 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
11213 2001-11-19 Akim Demaille <akim@epita.fr>
11215 * src/lalr.h (consistent): Removed array, whose contents is now
11217 (state_t): this structure.
11218 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
11221 2001-11-19 Akim Demaille <akim@epita.fr>
11223 * src/lalr.h (reduction_table, shift_table): Removed arrays, whose
11224 contents are now members of...
11225 (state_t): this structure.
11226 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
11229 2001-11-19 Akim Demaille <akim@epita.fr>
11231 * src/lalr.h (state_t): New.
11232 (state_table): Be a state_t * instead of a core **.
11233 (accessing_symbol): Remove, part of state_t.
11234 * src/lalr.c: Adjust.
11235 (set_accessing_symbol): Merge into...
11236 (set_state_table): this.
11237 * src/print_graph.c, src/conflicts.c: Adjust.
11239 2001-11-14 Akim Demaille <akim@epita.fr>
11241 * tests/calc.at, tests/output.at, tests/regression.at,
11242 * tests/testsuite.at, tests/torture.at: Rely on Autotest 2.52g:
11243 now the tests are run in private dirs, therefore AC_CLEANUP and
11244 family can be simplified to 0-ary.
11245 * tests/atlocal.in: Now that we run `elsewhere' than in tests/,
11246 use abs. path to find config.h.
11247 * tests/calc.at (AT_CHECK_CALC): Don't try to check the compiler's
11248 stderr, there can be way too much random noise.
11249 Instead pass -Werror to GCC and rely on the exit status.
11250 Reported by Wolfram Wagner.
11252 2001-11-14 Akim Demaille <akim@epita.fr>
11254 * src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
11255 defined only if yyoverflow is defined, to avoid `warning: unused
11257 Reported by The Test Suite.
11259 2001-11-14 Akim Demaille <akim@epita.fr>
11261 * src/print.c: Include reduce.h.
11262 Reported by Hans Aberg.
11264 2001-11-14 Akim Demaille <akim@epita.fr>
11266 * src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
11267 Revert a previous patch: these are really const.
11268 * src/conflicts.c (conflict_report): Additional useless pair of
11269 braces to pacify GCC's warnings for `if () if () {} else {}'.
11270 * src/lex.c (parse_percent_token): Replace equal_offset with
11273 Be sure to strdup `arg' when used, since there is no reason for
11274 token_buffer not to change.
11276 2001-11-14 Akim Demaille <akim@epita.fr>
11278 * src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure a proper
11280 * src/main.c (main): Use them.
11281 Suggested by Hans Aberg.
11283 2001-11-12 Akim Demaille <akim@epita.fr>
11285 * src/system.h (ngettext): Now that we use ngettext, be sure to
11286 provide a default definition when NLS are not used.
11288 2001-11-12 Akim Demaille <akim@epita.fr>
11290 * doc/bison.texinfo: Use `$' as shell prompt, not `%'.
11291 Use @kbd to denote user input.
11292 (Language and Grammar): ANSIfy the example.
11293 Adjust its layout for info/notinfo.
11294 (Location Tracking Calc): Output error messages to stderr.
11295 Output locations in a more GNUtically correct way.
11296 Fix a couple of Englishos.
11297 Adjust @group/@end group pairs.
11299 2001-11-12 Akim Demaille <akim@epita.fr>
11301 %expect was not functioning at all.
11303 * src/conflicts.c (expected_conflicts): Set to -1.
11304 (conflict_report): Use ngettext.
11305 (conflicts_print): Check %expect and make its violation an error.
11306 * doc/bison.texinfo (Expect Decl): Adjust.
11307 * configure.in (AM_GNU_GETTEXT): Ask for ngettext.
11308 * tests/regression.at (%expect not enough, %expect right)
11309 (%expect too much): New.
11311 2001-11-12 Akim Demaille <akim@epita.fr>
11313 * tests/regression.at (Conflicts): Rename as...
11314 (Unresolved SR Conflicts): this.
11315 (Solved SR Conflicts): New.
11317 2001-11-12 Akim Demaille <akim@epita.fr>
11319 * src/reduce.c (print_results): Rename as...
11320 (reduce_output): This.
11321 Output to OUT, passed as argument, instead of output_obstack.
11322 (dump_grammar): Likewise.
11323 (reduce_free): New.
11325 (reduce_grammar): No longer call reduce_output, since...
11326 * src/print.c (print_results): do it.
11327 * src/main.c (main): Call reduce_free;
11329 2001-11-12 Akim Demaille <akim@epita.fr>
11331 * src/conflicts.c (print_reductions): Accept OUT as argument.
11332 Output to it, not to output_obstack.
11333 * src/print.c (print_actions): Adjust.
11335 2001-11-12 Akim Demaille <akim@epita.fr>
11337 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts): Return
11338 the result instead of using...
11339 (src_total, rrc_total, src_count, rrc_count): Remove.
11340 (any_conflicts): Remove.
11341 (print_conflicts): Split into...
11342 (conflicts_print, conflicts_output): New.
11343 * src/conflicts.h: Adjust.
11344 * src/main.c (main): Invoke both conflicts_output and conflicts_print.
11345 * src/print.c (print_grammar): Issue `\n' between two rules.
11346 * tests/regression.at (Conflicts): New.
11347 Reported by Tom Lane.
11349 2001-11-12 Akim Demaille <akim@epita.fr>
11351 * tests/regression.at (Invalid input): Remove, duplicate with
11352 ``Invalid input: 1''.
11354 2001-11-12 Akim Demaille <akim@epita.fr>
11356 * tests/torture.at (AT_DATA_STACK_TORTURE)
11357 (Exploding the Stack Size with Alloca)
11358 (Exploding the Stack Size with Malloc): New.
11360 2001-11-12 Akim Demaille <akim@epita.fr>
11362 * src/bison.simple (YYSTACK_REALLOC): New.
11363 (yyparse) [!yyoverflow]: Use it and free the old stack.
11364 Reported by Per Allansson.
11366 2001-11-12 Pascal Bart <pascal.bart@epita.fr>
11368 * src/bison.simple: Define type yystype instead of YYSTYPE, and
11369 define CPP macro, which substitute YYSTYPE by yystype.
11370 * src/reader.c (parse_union_decl): Output yystype/YYSTYPE as we do
11371 with yyltype/YYLTYPE. This allows inclusion of the generated
11372 header within the parser if the compiler, such as GGC, accepts
11373 multiple equivalent #defines.
11376 2001-11-05 Akim Demaille <akim@epita.fr>
11378 * src/reader.c (symbols_output): New, extracted from...
11379 (packsymbols): here.
11382 2001-11-05 Akim Demaille <akim@epita.fr>
11384 * src/lex.c (parse_percent_token): s/quotearg/quote/.
11386 2001-11-05 Akim Demaille <akim@epita.fr>
11388 * tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
11391 2001-11-05 Akim Demaille <akim@epita.fr>
11393 * src/options.h (struct option_table_struct): set_flags is void*.
11394 * src/options.c (longopts): Support `--output' and `%output'.
11396 * src/lex.h (tok_setopt): Remove, replaced with...
11397 (tok_intopt, tok_stropt): these new guys.
11398 * src/lex.c (getopt.h): Not needed.
11399 (token_buffer, unlexed_token_buffer): Not const.
11400 (percent_table): Promote `-' over `_' in directive names.
11401 Active `%name-prefix', `file-prefix', and `output'.
11402 (parse_percent_token): Accept possible arguments to directives.
11403 Promote `-' over `_' in directive names.
11405 2001-11-04 Akim Demaille <akim@epita.fr>
11407 * doc/bison.texinfo (Decl Summary): Split the list into
11408 `directives for grammars' and `directives for bison'.
11410 Add description of `%name-prefix', `file-prefix', and `output'.
11411 Promote `-' over `_' in directive names.
11412 (Bison Options): s/%locactions/%locations/. Nice Freudian slip.
11413 Simplify the description of `--name-prefix'.
11414 Promote `-' over `_' in directive names.
11415 Promote `--output' over `--output-file'.
11416 Fix the description of `--defines'.
11417 * tests/output.at: Exercise %file-prefix and %output.
11419 2001-11-02 Akim Demaille <akim@epita.fr>
11421 * doc/refcard.tex: Update.
11423 2001-11-02 Akim Demaille <akim@epita.fr>
11425 * src/symtab.h (SUNDEF): New.
11426 * src/symtab.c (bucket_new): Init user_token_number to SUNDEF to
11427 stand for `uninitialized', instead of 0.
11428 * src/reader.c (packsymbols, parse_thong_decl): Adjust.
11429 * src/lex.c (lex): Adjust.
11431 * tests/calc.at (_AT_DATA_CALC_Y): Declare a token for EOF.
11433 Let yylex return it instead of a plain 0.
11434 Reported by Dick Streefland.
11436 2001-11-02 Akim Demaille <akim@epita.fr>
11438 * tests/regression.at (Mixing %token styles): New test.
11440 2001-11-02 Akim Demaille <akim@epita.fr>
11442 * src/reader.c (parse_thong_decl): Formatting changes.
11443 (token_translations_init): New, extracted from...
11444 (packsymbols): Here.
11447 2001-11-01 Akim Demaille <akim@epita.fr>
11449 * tests/regression.at (AT_TEST_CPP_GUARD_H): New.
11450 Check that `9foo.y' produces correct cpp guards.
11451 * src/files.c (compute_header_macro): Prepend `BISON_' to CPP
11455 2001-11-01 Akim Demaille <akim@epita.fr>
11457 * tests/regression.at (Invalid input: 2): New.
11458 * src/lex.c (unlexed_token_buffer): New.
11459 (lex, unlex): Adjust: when unlexing, be sure to save token_buffer
11463 2001-11-01 Akim Demaille <akim@epita.fr>
11465 * tests/calc.at: Catch up with 1.30.
11466 * configure.in: Bump to 1.49a.
11467 Adjust to newer Autotest.
11469 2001-10-19 Pascal Bart <pascal.bart@epita.fr>
11471 * src/conflicts.c: Move global variables rrc_total and src_total ...
11472 (print_conflicts): here.
11473 * src/output.c (output): Free global variable user_toknums.
11474 * src/lex.c (token_obstack): Become static.
11476 2001-10-18 Akim Demaille <akim@epita.fr>
11478 * tests/atlocal.in (GCC): Add.
11479 * tests/calc.at: s/m4_match/m4_bmatch/.
11480 s/m4_patsubst/m4_bpatsubst/.
11481 (AT_CHECK_CALC): Check the compiler's stderr only if it's GCC.
11482 * configure.in: AC_SUBST(GCC).
11484 2001-10-14 Marc Autret <autret_m@epita.fr>
11486 * src/options.c (create_long_option_table): Fix.
11488 2001-10-10 Akim Demaille <akim@epita.fr>
11490 * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
11492 2001-10-04 Akim Demaille <akim@epita.fr>
11494 * src/reader.c (parse_union_decl): Push the caracters in
11495 union_obstack, not attrs_obstack.
11497 2001-10-04 Akim Demaille <akim@epita.fr>
11499 Merge in the branch 1.29.
11501 * src/reader.c (packsymbols): Use a temporary obstack for
11502 `%%tokendef', since output_stack is already used elsewhere.
11504 2001-10-02 Akim Demaille <akim@epita.fr>
11508 2001-10-02 Akim Demaille <akim@epita.fr>
11512 2001-10-02 Akim Demaille <akim@epita.fr>
11514 * tests/regression.at (Invalid CPP headers): New.
11515 From Alexander Belopolsky.
11516 * src/files.c (compute_header_macro): Map non alnum chars to `_'.
11518 2001-10-02 Akim Demaille <akim@epita.fr>
11520 * tests/regression.at (Invalid input): New.
11521 * src/lex.c (lex): Be sure to set `token_buffer' in any case.
11524 2001-10-02 Akim Demaille <akim@epita.fr>
11526 * tests/calc.at: Now that --debug works, the tests must be adjusted.
11528 2001-10-02 Akim Demaille <akim@epita.fr>
11530 * src/output.c (output_parser): Assert `skeleton'.
11531 * src/files.c (skeleton_find): Look harder for skeletons on DOSish
11535 2001-10-01 Marc Autret <autret_m@epita.fr>
11537 * src/lex.h: Echo modifications.
11538 * src/lex.c (unlex): Parameter is now token_t.
11541 2001-10-01 Marc Autret <autret_m@epita.fr>
11543 * src/main.c: Include lex.h.
11546 2001-09-29 Akim Demaille <akim@epita.fr>
11548 * src/getargs.c (longopts): `--debug' is `-t', not `-d'.
11550 2001-09-28 Akim Demaille <akim@epita.fr>
11552 * tests/testsuite.at: Update to newer Autotest.
11553 * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
11555 2001-09-27 Akim Demaille <akim@epita.fr>
11557 Position independent wrapper.
11559 * tests/bison: Remove.
11560 * tests/bison.in: New.
11561 * configure.in: Adjust.
11563 2001-09-27 Paul Eggert <eggert@twinsun.com>
11565 Port quotearg fixes from tar 1.13.24.
11567 * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
11569 (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
11570 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
11572 * m4/Makefile.am (EXTRA_DIST): Add mbrtowc.m4.
11573 * m4/mbrtowc.m4: New file.
11574 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit and stddef.h.
11575 Use jm_FUNC_MBRTOWC instead of AC_CHECK_FUNCS(mbrtowc).
11577 2001-09-27 Akim Demaille <akim@epita.fr>
11581 2001-09-27 Akim Demaille <akim@epita.fr>
11585 2001-09-25 Akim Demaille <akim@epita.fr>
11587 * src/system.h: Include `xalloc.h'.
11588 Remove it from the C files.
11589 * src/files.c (output_files): Free the obstacks.
11590 * src/lex.c (init_lex): Rename as...
11593 * src/main.c (main): Use it.
11595 2001-09-24 Marc Autret <autret_m@epita.fr>
11597 * src/vcg.c (open_edge, close_edge, open_node, close_node): Change
11598 to output informations in fout (FILE*).
11599 (open_graph, close_graph): Likewise.
11600 (output_graph, output_edge, output_node): Likewise.
11601 * src/vcg.h: Update function prototypes.
11602 * src/print_graph.c (print_graph): Open output graph file.
11603 (print_actions): Adjust.
11604 * src/files.h: Remove extern declaration.
11605 * src/files.c: Remove graph_obstack declaration.
11606 (open_files): Remove graph_obstack initialization.
11607 (output_files): Remove graph_obstack saving.
11609 2001-09-24 Marc Autret <autret_m@epita.fr>
11611 * src/files.c (compute_output_file_names): Fix.
11613 2001-09-24 Marc Autret <autret_m@epita.fr>,
11614 Akim Demaille <akim@epita.fr>
11616 * src/reader.c (reader): Remove call to free_symtab ().
11617 * src/main.c (main): Call it here.
11619 * src/conflicts.c (initialize_conflicts): Rename as...
11620 (solve_conflicts): this.
11621 * src/print.c (print_core, print_actions, print_state)
11622 (print_grammar): Dump to a file instead a `output_obstack'.
11623 (print_results): Dump `output_obstack', and then proceed with the
11625 * src/files.c (compute_output_file_names, close_files): New.
11626 (output_files): Adjust.
11627 * src/main.c (main): Adjust.
11629 2001-09-23 Marc Autret <autret_m@epita.fr>
11631 * src/files.c (compute_header_macro): Computes header macro name
11632 from spec_defines_file when given.
11634 2001-09-23 Marc Autret <autret_m@epita.fr>
11636 * src/files.c (output_files): Add default extensions.
11638 2001-09-22 Akim Demaille <akim@epita.fr>
11640 * src/conflicts.c (finalize_conflicts): Rename as...
11641 (free_conflicts): this.
11643 2001-09-22 Akim Demaille <akim@epita.fr>
11645 * src/gram.c (gram_free): Rename back as...
11647 (output_token_translations): Free `token_translations'.
11648 * src/symtab.c (free_symtab): Free the tag field.
11650 2001-09-22 Akim Demaille <akim@epita.fr>
11652 Remove `translations' as it is always set to true.
11654 * src/gram.h: Adjust.
11655 * src/reader.c (packsymbols, parse_token_decl): Adjust
11656 * src/print.c (print_grammar): Adjust.
11657 * src/output.c (output_token_translations): Adjust.
11658 * src/lex.c (lex): Adjust.
11659 * src/gram.c: Be sure the set pointers to NULL.
11660 (dummy): Rename as...
11663 2001-09-22 Akim Demaille <akim@epita.fr>
11665 * configure.in: Invoke AM_LIB_DMALLOC.
11666 * src/system.h: Use dmalloc.
11667 * src/LR0.c: Be sure to have pointers initialized to NULL.
11668 (allocate_itemsets): Allocate kernel_items only if needed.
11670 2001-09-22 Akim Demaille <akim@epita.fr>
11672 * configure.in: Bump to 1.29b.
11673 * tests/Makefile.am (DISTCLEANFILES): Add package.m4.
11674 * tests/calc.at (_AT_DATA_CALC_Y): #undef malloc so that we don't
11675 need xmalloc.c in calc.y.
11678 2001-09-21 Akim Demaille <akim@epita.fr>
11681 * Makefile.maint, config/config.guess, config/config.sub,
11682 * config/missing: Update from masters.
11683 * tests/Makefile.am ($(srcdir)/$(TESTSUITE)): No longer depend
11685 * configure.in (ALL_LINGUAS): Add `tr'.
11687 2001-09-21 Akim Demaille <akim@epita.fr>
11689 * tests/Makefile.am (package.m4): Move to...
11690 ($(srcdir)/$(TESTSUITE)): here.
11692 2001-09-20 Akim Demaille <akim@epita.fr>
11694 * src/complain.c: No longer try to be standalone: use system.h.
11695 Don't assume __STDC__ is defined to 1. Just test if it is defined.
11696 * src/complain.h: Likewise.
11697 * src/reduce.c (useless_nonterminals, inaccessable_symbols):
11698 Remove the unused variable `n'.
11699 From Albert Chin-A-Young.
11701 2001-09-18 Marc Autret <autret_m@epita.fr>
11703 * doc/bison.1: Update.
11704 * doc/bison.texinfo (Bison Options): Update --defines and --graph
11706 (Option Cross Key): Update.
11709 2001-09-18 Marc Autret <autret_m@epita.fr>
11711 * tests/regression.at: New test (comment in %union).
11713 2001-09-18 Marc Autret <autret_m@epita.fr>
11715 * src/reader.c (parse_union_decl): Do not output '/'. Let copy_comment
11717 Reported by Keith Browne.
11719 2001-09-18 Marc Autret <autret_m@epita.fr>
11721 * tests/output.at: Add tests for --defines and --graph.
11723 2001-09-18 Marc Autret <autret_m@epita.fr>
11725 * tests/output.at: Removes tests of %{header,src}_extension features.
11727 2001-09-18 Akim Demaille <akim@epita.fr>
11729 * tests/Makefile.am (package.m4): New.
11730 * tests/calc.at (_AT_CHECK_CALC): Just run `calc input'.
11731 (_AT_CHECK_CALC_ERROR): Likewise.
11732 Factor the `, ' part of verbose error messages.
11734 2001-09-18 Marc Autret <autret_m@epita.fr>
11736 * src/getargs.c (longopts): Declare --defines and --graph as options
11737 with optional arguments.
11738 * src/files.h: Add extern declarations.
11739 * src/files.c (spec_graph_file, spec_defines_file): New.
11740 (output_files): Update.
11741 Remove CPP-outed code.
11743 2001-09-18 Marc Autret <autret_m@epita.fr>
11745 Turn off %{source,header}_extension feature.
11747 * src/files.c (compute_exts_from_gf): Update.
11748 (compute_exts_from_src): Update.
11749 (output_files): CPP-out useless code.
11750 * src/files.h: Remove {header,source}_extension extern declarations.
11751 * src/reader.c (parse_dquoted_param): CPP-out.
11752 (parse_header_extension_decl): Remove.
11753 (parse_source_extension_decl): Remove.
11754 (read_declarations): Remove cases tok_{hdrext,srcext}.
11755 * src/lex.c (percent_table): Remove {header,source}_extension entries.
11756 * src/lex.h (token_t): Remove tok_hdrext and tok_srcext.
11758 2001-09-10 Akim Demaille <akim@epita.fr>
11760 * tests/output.at (AT_CHECK_BISON_FLAGS, AT_CHECK_BISON_PERCENT):
11761 (AT_CHECK_BISON_PERCENT_FLAGS): Merge into...
11762 (AT_CHECK_OUTPUT): this.
11763 Merely check ls' exit status, its output is useless.
11765 2001-09-10 Akim Demaille <akim@epita.fr>
11767 * tests/calc.at: Use m4_match.
11768 (_AT_DATA_CALC_Y): Check `yyin != NULL', not `stdin != NULL'.
11770 2001-09-10 Marc Autret <autret_m@epita.fr>,
11771 Akim Demaille <akim@epita.fr>
11773 * src/vcg.h (graph_s): color, textcolor, bordercolor are now
11775 * src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
11777 * src/reader.c (parse_token_decl): Initialize token with tok_eof.
11778 * src/lex.h: Adjust prototype.
11779 (token_t): Add `tok_undef'.
11780 * src/lex.c (struct percent_table_struct): Retval is now a token_t.
11781 (parse_percent_token): Now returns token_t.
11782 Add default statement in switch.
11783 (lex): Separate `c' as an input variable, from the token_t result
11785 (unlexed): Is a token_t.
11787 2001-09-10 Akim Demaille <akim@epita.fr>
11789 * configure.in: Bump to 1.29a.
11791 2001-09-07 Akim Demaille <akim@epita.fr>
11795 2001-08-30 Akim Demaille <akim@epita.fr>
11797 * tests/atgeneral.m4, tests/atconfig.in, tests/suite.at: Remove.
11798 * m4/atconfig.m4: Remove.
11799 * tests/testsuite.at, tests/atlocal.in, tests/output.at,
11800 * tests/bison: New.
11801 * tests/regression.at, tests/calc.at: Use m4_define, AT_BANNER,
11802 m4_if, m4_patsubst, and m4_regexp.
11803 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Use an
11804 `input' file instead of echo.
11806 2001-08-29 Akim Demaille <akim@epita.fr>
11810 2001-08-29 Akim Demaille <akim@epita.fr>
11814 2001-08-29 Paul Eggert <eggert@twinsun.com>
11816 * src/bison.simple (yyparse): Don't take the address of an
11817 item before the start of an array, as that doesn't conform to
11820 2001-08-29 Robert Anisko <anisko_r@epita.fr>
11822 * doc/bison.texinfo (Location Tracking Calc): New node.
11824 2001-08-29 Paul Eggert <eggert@twinsun.com>
11826 * src/output.c (output): Do not define const, as this now
11827 causes more problems than it cures.
11829 2001-08-29 Akim Demaille <akim@epita.fr>
11831 * doc/bison.texinfo: Modernize `@node' and `@top' use: just name
11833 Be sure to tag the `detailmenu'.
11835 2001-08-29 Akim Demaille <akim@epita.fr>
11837 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
11838 download in a tmp dir.
11840 2001-08-28 Marc Autret <autret_m@epita.fr>
11842 * config/depcomp: New file.
11844 2001-08-28 Marc Autret <autret_m@epita.fr>
11846 * doc/bison.1 (mandoc): Adjust.
11847 From Juan Manuel Guerrero.
11849 2001-08-28 Marc Autret <autret_m@epita.fr>
11851 * src/print_graph.c (print_state): Fix.
11853 2001-08-27 Marc Autret <autret_m@epita.fr>
11855 * src/vcg.h (classname_s, infoname_s, node_s): Constify the
11857 Echo modifications to the functions prototypes.
11858 * src/vcg.c (add_classname, add_infoname): Adjust arguments.
11860 2001-08-27 Marc Autret <autret_m@epita.fr>
11862 * src/vcg.c: Include `xalloc.h'.
11863 (add_colorentry): New.
11864 (add_classname): New.
11865 (add_infoname): New.
11866 * src/vcg.h: Add new prototypes.
11868 2001-08-27 Akim Demaille <akim@epita.fr>
11870 * Makefile.maint: Sync. again with CVS Autoconf.
11872 2001-08-27 Akim Demaille <akim@epita.fr>
11874 * Makefile.maint: Formatting changes.
11875 (po-update, cvs-update, update): New targets.
11878 2001-08-27 Akim Demaille <akim@epita.fr>
11880 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
11881 * Makefile.maint: Sync. with CVS Autoconf.
11883 2001-08-27 Marc Autret <autret_m@epita.fr>
11885 * src/vcg.h (struct infoname_s): New.
11886 (struct colorentry_s): New.
11887 (graph_s): New fields {vertical,horizontal}_order in structure.
11888 Add `infoname' field.
11889 Add `colorentry' field;
11890 * src/vcg_defaults.h (G_VERTICAL_ORDER): New.
11891 (G_HORIZONTAL_ORDER): New.
11893 (G_COLORENTRY): New.
11894 * src/vcg.c (output_graph): Add output of {vertical,horizontal}_order.
11895 Add output of `infoname'.
11896 Add output of `colorentry'.
11898 2001-08-27 Marc Autret <autret_m@epita.fr>
11900 * src/reader.c (parse_dquoted_param): Rename variable `index' to `i'.
11901 This one shadowed a global parameter.
11903 2001-08-24 Marc Autret <autret_m@epita.fr>
11905 * src/print_graph.c (node_output_size): Declared POSIX `size_t' type,
11906 instead of `unsigned'.
11907 (print_state): Do not call obstack_object_size () in obstack_grow ()
11908 to avoid macro variables shadowing.
11910 2001-08-23 Marc Autret <autret_m@epita.fr>
11912 * src/lex.c (percent_table): Typo: s/naem/name/.
11914 Normalize new options declarations.
11916 2001-08-20 Pascal Bart <pascal.bart@epita.fr>
11918 * tests/suite.at: Exercise %header_extension and %source_extension.
11920 2001-08-16 Marc Autret <autret_m@epita.fr>
11922 * src/reader.c (parse_dquoted_param): New.
11923 (parse_header_extension_decl): Use it.
11924 (parse_source_extension_decl): Likewise.
11926 2001-08-16 Marc Autret <autret_m@epita.fr>
11928 * src/vcg.c: Remove includes of `complain.h' and `xalloc.h'.
11929 (get_xxxx_str): Use assert () instead of complain ().
11930 Remove return invokations in default cases.
11931 (get_decision_str): Modify default behaviour. Remove second argument.
11932 Echo modifications on calls.
11933 (output_graph): Fix.
11935 2001-08-16 Marc Autret <autret_m@epita.fr>
11937 * src/getargs.c (usage): Update with ``-g, --graph''.
11939 2001-08-16 Marc Autret <autret_m@epita.fr>
11941 * doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
11942 (Option Cross Key): Likewise.
11943 * doc/bison.1: Update.
11945 2001-09-25 Pascal Bart <pascal.bart@epita.fr>
11947 * src/output.c (output_master_parser): Don't finish action_obstack.
11948 (output_parser): Don't care about the muscle action, here.
11949 (prepare): Copy the action_obstack in the action muscle.
11950 (output): Free action_obstack.
11952 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
11954 * src/reader.c (parse_union_decl): Add new obstack union_obstack. Which
11955 will contain `%union' declaration.
11956 (parse_union_decl): Delete #line directive output.
11957 (parse_union_decl): Substitute /attrs_obstack/union_obstack for all
11958 informations about %union.
11959 (parse_union_decl): Copy the union_obstack in the muscle stype.
11960 * src/bison.simple: Add new #line directive.
11961 Add typdef %%stype YYSTYPE.
11963 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
11965 * src/bison.simple: Add new `#line' directive.
11967 2001-09-22 Pascal Bart <pascal.bart@epita.fr>
11969 * src/bison.simple: New `#line' directive.
11970 * src/output.c (output_parser): Support new dynamic muscle input_line.
11972 2001-09-22 Marc Autret <autret_m@epita.fr>
11974 * src/output.c (output_master_parser): New.
11975 (output_parser): Be more re-entrant.
11977 2001-09-21 Marc Autret <autret_m@epita.fr>
11979 * src/reader.c (copy_definition, parse_union_decl): Update and use
11981 (copy_action): Likewise.
11982 Use obstack_1grow ().
11983 * src/muscle_tab.c (muscle_init): Add muscle `linef'.
11985 2001-09-21 Marc Autret <autret_m@epita.fr>
11987 * src/options.c (option_table): Adjust.
11988 * src/lex.c (parse_percent_token): Fix.
11990 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
11992 * src/options.c (symtab.h): Include it, need by lex.h.
11994 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
11996 * src/lex.c (parse_percent_token): Change type of variable `tx', which
11997 is now an option_table_struct*.
11998 (option_strcmp): New function option_strcmp.
11999 (parse_percent_token): Call option_strcmp.
12000 * src/getargs.c (xalloc.h, options.h): Include it.
12001 (getargs): Call create_long_option_table.
12002 (getargs): Free longopts at the end of the function.
12003 (shortopts): Move in options.c.
12004 * src/options.c (create_long_option_table): New function. Convert
12005 information from option_table to option structure.
12006 * src/reader.c (options.h): Include it.
12008 * src/Makefile.am: Adjust.
12009 * src/options.c (option_table): Create from longopts and percent_table.
12010 * src/getargs.c (longopts): Delete.
12011 * src/lex.c (struct percent_table_struct): Delete.
12012 (percent_table): Delete.
12013 (options.h): Include it.
12014 * src/options.c: Create.
12015 * src/options.h: Create.
12016 Declare enum opt_access_e.
12017 Define struct option_table_struct.
12019 2001-09-20 Marc Autret <autret_m@epita.fr>
12021 * doc/bison.texinfo: Adjust terminologies about prologue and epilogue
12024 2001-09-19 Pascal Bart <pascal.bart@epita.fr>
12026 * src/bison.simple: s/%%filename/%%skeleton.
12027 * src/muscle_tab.c (getargs.h): Include it.
12028 (muscle_init): Insert new muscle skeleton.
12030 2001-09-18 Pascal Bart <pascal.bart@epita.fr>
12032 * src/output.c (output_parser): Delete unused variable actions_dumped.
12034 2001-09-07 Pascal Bart <pascal.bart@epita.fr>
12036 * src/output.c (output): Delete call to reader_output_yylsp.
12037 * src/reader.c (reader): Likewise.
12038 * src/reader.h: Delete declaration of reader_output_yylsp.
12040 2001-09-02 Marc Autret <autret_m@epita.fr>
12042 * src/reader.c: Include muscle_tab.h.
12043 (parse_union_decl): Update.
12044 (parse_macro_decl): Rename parse_muscle_decl.
12045 Update to use renamed functions and variable.
12046 (read_declarations, copy_action, read_additionnal_code, : Updated
12047 with correct variables and functions names.
12048 (packsymbols, reader): Likewise.
12050 * src/reader.h (muscle_obstack): Extern declaration update.
12052 * src/output.c: Include muscle_tab.h
12053 In all functions using macro_insert, change by using muscle_insert ().
12054 (macro_obstack): Rename muscle_obstack.
12055 Echo modifications in the whole file.
12056 (MACRO_INSERT_INT): Rename MUSCLE_INSERT_INT.
12057 (MACRO_INSERT_STRING): Rename MUSCLE_INSERT_STRING.
12058 (MACRO_INSERT_PREFIX): Rename MUSCLE_INSERT_PREFIX.
12060 * src/muscle_tab.h: Update double inclusion macros.
12061 (macro_entry_s): Rename muscle_entry_s.
12064 * src/muscle_tab.c: Include muscle_tab.h.
12065 Rename macro_tabble to muscle_table.
12066 (mhash1, mhash2, mcmp): Use muscle_entry.
12067 (macro_init): Rename muscle_init. Update.
12068 (macro_insert): Rename muscle_insert. Update.
12069 (macro_find): Rename muscle_find. Update.
12071 * src/main.c: Include muscle_tab.h.
12072 (main): Call muscle_init ().
12073 * src/Makefile.am (bison_SOURCES): Echo modifications.
12075 2001-09-02 Marc Autret <autret_m@epita.fr>
12077 Now the files macro_tab.[ch] are named muscle_tab.[ch].
12079 * src/muscle_tab.c, src/muscle_tab.h: Add files.
12081 2001-09-02 Marc Autret <autret_m@epita.fr>
12083 * src/macrotab.c, src/macrotab.h: Remove.
12085 2001-09-01 Pascal Bart <pascal.bart@epita.fr>
12087 * src/reader.c (copy_guard): Use muscle to specify the `#line'
12090 2001-09-01 Marc Autret <autret_m@epita.fr>
12092 * tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set
12093 to an explicit value to activate the feature. We do it here.
12095 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
12097 * src/output.c (prepare): Delete the `filename' muscule insertion.
12098 * src/reader.c (copy_action): Use `filename' muscule with `#line'.
12099 (parse_union_decl): Likewise.
12100 * src/macrotab.c (macro_init): Initialize filename by infile.
12102 2001-08-31 Marc Autret <autret_m@epita.fr>
12104 * src/bison.simple (YYLSP_NEEDED): New definition.
12105 * src/output.c (prepare): Add macro insertion of `locations_flag'
12107 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
12109 * src/output.c (prepare): Delete insertion of previous muscles,
12110 and insert the `prefix' muscles.
12111 * src/macrotab.c (macro_init): Likewise.
12112 (macro_init): Initialization prefix directive by `yy'.
12113 * src/bison.simple: Substitute all %%yylex, %%yychar, %%yylval,
12114 %%yydebug, %%yyerror, %%yynerrs and %%yyparse by yylex, yychar,
12115 yylval, yydebug, yyerror, yynerrs and yyparse.
12116 New directive `#define' to substitute yydebug, ... with option
12119 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
12121 * src/main.c (main): Standardize.
12122 * src/output.c (output_table_data, output_parser): Likewise.
12123 * src/macrotab.h, src/macrotab.c, src/bison.simple: Likewise.
12125 2001-08-31 Pascal Bart <pascal.bart@epita.fr>, Marc Autret <autret_m@epita.fr>
12127 * src/reader.c (read_additionnal_code): Rename %%user_code to
12129 * src/output.c (output): Rename %%declarations to %%prologue.
12130 * src/bison.simple: Echo modifications.
12132 2001-08-31 Marc Autret <autret_m@epita.fr>
12134 * src/reader.c (readgram): CleanUp.
12135 (output_token_defines): Likewise.
12136 (packsymbols): Likewise.
12137 (reader): Likewise.
12138 * src/output.c (output): CPP-out useless code.
12140 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
12142 * src/reader.c (reader): Delete obsolete call to function
12143 output_trailers and output_headers.
12144 * src/output.h: Remove obsolete functions prototypes of output_headers
12145 and output_trailers.
12147 2001-08-30 Pascal Bart <pascal.bart@epita.fr>
12149 * src/main.c: Include macrotab.h.
12150 * src/macrotab.h (macro_entry_s): Constify fields.
12151 Adjust functions prototypes.
12152 * src/macrotab.c (macro_insert): Constify key and value.
12153 (macro_find): Constify key.
12154 (macro_insert): Include 'xalloc.h'
12155 (macro_insert): Use XMALLOC.
12156 (macro_find): Constify return value.
12157 * src/output.c (output_table_data): Rename table to table_data.
12158 (output_parser): Constify macro_key, macro_value.
12160 2001-08-30 Marc Autret <autret_m@epita.fr>
12162 * src/reader.c (parse_skel_decl): New.
12163 (read_declarations): Add case `tok_skel', call parse_skel_decl ().
12164 * src/lex.h (token_t): New token `tok_skel'.
12165 * src/lex.c (percent_table): Add skeleton option entry.
12168 2001-08-29 Marc Autret <autret_m@epita.fr>
12170 * src/bison.simple: Add %%user_code directive at the end.
12171 * src/reader.c (read_additionnal_code): New.
12173 * src/output.c (output_program): Remove.
12176 2001-08-28 Marc Autret <autret_m@epita.fr>
12178 * src/output.c (output_actions): Clean up.
12179 (output_gram): CPP-out useless code.
12180 * src/reader.c (reader): Clean up, CPP-out useless code.
12182 2001-08-28 Pascal Bart <pascal.bart@epita.fr>
12184 * src/output.c (output): Copy attrs_obstack in the '%%definitions'
12186 * src/bison.simple: Add `%%definitions'.
12188 2001-08-28 Marc Autret <autret_m@epita.fr>
12190 * config/depcomp: New file.
12192 2001-08-27 Paul Eggert <eggert@twinsun.com>
12194 * src/bison.simple (yyparse): Don't take the address of an
12195 item before the start of an array, as that doesn't conform to
12198 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
12200 * src/output.c (output): Remove the initialization of the macro
12201 obstack. It was done too late here.
12203 * src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was
12205 (reader): Initialize the macro obstack here, since we need it to grow
12206 '%define' directives.
12208 * src/reader.h: Declare the macro obstack as extern.
12210 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
12212 * src/output.c (output_parser): Fix. Store single '%' characters in
12213 the output obstack instead of throwing them away.
12215 2001-08-27 Akim Demaille <akim@epita.fr>
12217 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
12219 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
12221 * lib/Makefile.am: Adjust.
12223 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
12225 * src/bison.simple: Update and add '%%' directives.
12227 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
12229 * src/reader.c (reader): Remove calls to 'output_headers' and
12230 'output_trailers'. Remove some C output.
12231 (readgram): Disable a piece of code that was writing a default
12232 definition for 'YYSTYPE'.
12233 (reader_output_yylsp): Remove.
12234 (packsymbols): Output token defintions to a macro.
12235 (copy_definition): Disable C output.
12237 * src/reader.c (parse_macro_decl): New function used to parse macro
12239 (copy_string2): Put the body of copy_string into this new function.
12240 Add a parameter to let the caller choose whether he wants to copy the
12241 string delimiters or not.
12242 (copy_string): Be a simple call to copy_string2 with the last argument
12244 (read_declarations): Add case for macro definition.
12245 (copy_identifier): New.
12246 (parse_macro_decl): Read macro identifiers using copy_identifier
12249 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
12251 * src/output.c (prepare): Add prefixed names.
12252 (output_parser): Output semantic actions.
12253 (output_parser): Fix bug on '%%line' directives.
12255 * src/output.c (output_headers): Remove. The C code printed by this
12256 function should now be in the skeletons.
12257 (output_trailers): Remove.
12258 (output): Disable call to 'reader_output_yylsp'.
12259 (output_rule_data): Do not output tables to the table obstack.
12261 * src/output.c: Remove some C dedicated output.
12262 Improve the use of macro and output obstacks.
12263 (output_defines): Remove.
12265 * src/output.c (output_token_translations): Associate 'translate'
12266 table with a macro. No output to the table obstack.
12267 (output_gram): Same for 'rhs' and 'prhs'.
12268 (output_stos): Same for 'stos'.
12269 (output_rule_data): Same for 'r1' and 'r2'.
12270 (token_actions): Same for 'defact'.
12271 (goto_actions): Same for 'defgoto'.
12272 (output_base): Same for 'pact' and 'pgoto'.
12273 (output_table): Same for 'table'.
12274 (output_check): Same for 'check'.
12276 * src/output.c (output_table_data): New function.
12277 (output_short_table): Remove.
12278 (output_short_or_char_table): Remove.
12280 * src/output.c (output_parser): Replace most of the skeleton copy code
12281 with something new. Skeletons are now processed character by character
12282 rather than line by line, and Bison looks for '%%' macros. This is the
12283 first step in making Bison's output process (a lot) more flexible.
12284 (output_parser): Use the macro table.
12286 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
12288 * src/main.c (main): Initialize the macro table.
12290 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
12292 * src/lex.c (percent_table): Add tok_define.
12293 * src/lex.h: Add tok_define.
12295 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
12297 * src/macrotab.c: New file.
12298 * src/macrotab.h: New file.
12299 * src/Makefile.am: Update.
12301 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
12303 * lib/hash.c: New file.
12304 * lib/hash.h: New file.
12305 * lib/Makefile.am: Update.
12307 2001-08-15 Akim Demaille <akim@epita.fr>
12311 2001-08-15 Marc Autret <autret_m@epita.fr>
12313 * src/reader.c (readgram): Indent output macro YYSTYPE.
12314 (packsymbols): Likewise.
12315 (output_token_defines): Likewise.
12316 * src/files.c: Standardize.
12317 (compute_header_macro): New.
12318 (defines_obstack_save): New. Use compute_header_macro.
12319 (output_files): Update. Use defines_obstack_save.
12321 2001-08-15 Akim Demaille <akim@epita.fr>
12323 * doc/bison.texinfo (Table of Symbols): Document
12324 YYSTACK_USE_ALLOCA.
12326 2001-08-15 Akim Demaille <akim@epita.fr>
12328 * missing: Update from CVS Automake.
12329 * config/config.guess, config/config.sub, config/texinfo.tex:
12330 Update from gnu.org.
12332 2001-08-15 Akim Demaille <akim@epita.fr>
12334 * Makefile.maint: Sync with CVS Autoconf.
12336 2001-08-14 Pascal Bart <pascal.bart@epita.fr>
12338 * doc/bison.texinfo: Include GNU Free Documentation License from
12340 * doc/fdl.texi: Add to package.
12342 2001-08-14 Marc Autret <autret_m@epita.fr>
12344 Turn on %{source,header}_extension features.
12346 * src/lex.c (percent_table): Un-CPP out header_extension and
12348 * src/files.c (compute_exts_from_gf): Compare pointers with NULL.
12349 (compute_exts_from_src): Remove conditions. It restores priorities
12352 2001-08-14 Marc Autret <autret_m@epita.fr>
12354 * src/files.c (compute_base_names): Add extensions computing when
12355 `--file-prefix' used.
12356 Standardize function calls.
12358 2001-08-13 Marc Autret <autret_m@epita.fr>
12360 * src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
12361 defining it (defined but null disables alloca).
12363 2001-08-13 Marc Autret <autret_m@epita.fr>
12365 * src/bison.simple (_yy_memcpy): CPP reformat.
12367 2001-08-13 Pascal Bart <pascal.bart@epita.fr>
12369 * tests/atconfig.in (CPPFLAGS): Fix.
12371 2001-08-10 Pascal Bart <pascal.bart@epita.fr>
12373 * doc/bison.texinfo: Include GNU General Public License from
12375 * doc/gpl.texi: Add to package.
12377 2001-08-10 Marc Autret <autret_m@epita.fr>
12379 * src/print_graph.h: Fix.
12380 * src/reader.c (read_declarations): Use parse_header_extension_decl ().
12382 2001-08-10 Akim Demaille <akim@epita.fr>
12384 * src/system.h: Provide default declarations for stpcpy, strndup,
12387 2001-08-10 Robert Anisko <anisko_r@epita.fr>
12389 * doc/bison.texinfo (Locations): Update @$ stuff.
12391 2001-08-09 Robert Anisko <anisko_r@epita.fr>
12393 * src/bison.simple (YYLLOC_DEFAULT): Update.
12396 2001-08-08 Marc Autret <autret_m@epita.fr>
12398 * doc/bison.texinfo: Change @samp{$<@dots{}>} to
12399 @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.
12400 Reported by Fabrice Bauzac.
12402 2001-08-08 Marc Autret <autret_m@epita.fr>
12404 * src/vcg_default.h: Use NULL instead of 0 to initialize pointers.
12405 * src/vcg.c (output_node): Fix.
12406 * src/vcg.h: Cleanup.
12407 * src/print_graph.c: Add comments.
12408 (node_output_size): New global variable. Simplify the formatting of
12409 the VCG graph output.
12410 (print_actions): Unused code is now used. It notifies the final state
12411 and no action states in the VCG graph. It also give the reduce actions.
12412 The `shift and goto' edges are red and the `go to state' edges are
12414 Get the current node name and node_obstack by argument.
12415 (node_obstack): New variable.
12416 (print_state): Manage node_obstack.
12417 (print_core): Use node_obstack given by argument.
12418 A node is not only computed here but in print_actions also.
12419 (print_graph): CPP out useless code instead of commenting it.
12421 2001-08-07 Pascal Bart <pascal.bart@epita.fr>
12423 * tests/atconfig.in (CPPFLAGS): Fix.
12425 2001-08-07 Akim Demaille <akim@epita.fr>
12427 * src/print_graph.c (quote): New.
12428 (print_core): Use it.
12430 2001-08-06 Akim Demaille <akim@epita.fr>, Marc Autret <autret_m@epita.fr>
12432 * src/vcg.c (complain.h): Include it.
12433 Unepitaize `return' invocations.
12434 [NDEBUG] (main): Remove.
12435 * src/vcg.h (node_t, edge_t, graph_t): Constify the char * members.
12436 * src/files.c (open_files): Initialize graph_obstack.
12437 * src/print_graph.c (print_actions): CPP out useless code.
12438 (print_core): Don't output the last `\n' in labels.
12440 * src/files.c (output_files): Output the VCG file.
12441 * src/main.c (main): Invoke print_graph ();
12443 2001-08-06 Marc Autret <autret_m@epita.fr>
12445 Automaton VCG graph output.
12446 Using option ``-g'' or long option ``--graph'', you can generate
12447 a gram_filename.vcg file containing a VCG description of the LALR (1)
12448 automaton of your grammar.
12450 * src/main.c: Call to print_graph() function.
12451 * src/getargs.h: Update.
12452 * src/getargs.c (options): Update to catch `-g' and `--graph' options.
12453 (graph_flag): New flag.
12454 (longopts): Update.
12455 (getargs): Add case `g'.
12456 * src/files.c (graph_obstack): New obstack struct.
12457 (open_files): Initialize new obstack.
12458 (output_files): Saves graph_obstack if required.
12459 * src/files.h (graph_obstack): New extern declaration.
12460 * src/Makefile.am: Add new source files.
12462 2001-08-06 Marc Autret <autret_m@epita.fr>
12464 * src/print_graph.c, src/print_graph.h (graph): New.
12465 * src/vcg.h: New file.
12466 * src/vcg.c: New file, VCG graph handling.
12468 2001-08-06 Marc Autret <autret_m@epita.fr>
12470 Add of %source_extension and %header_extension which specify
12471 the source or/and the header output file extension.
12473 * src/files.c (compute_base_names): Remove initialisation of
12474 src_extension and header_extension.
12475 (compute_exts_from_gf): Update.
12476 (compute_exts_from_src): Update.
12477 (output_files): Update.
12478 * src/reader.c (parse_header_extension_decl): New.
12479 (parse_source_extension_decl): New.
12480 (read_declarations): New case statements for the new tokens.
12481 * src/lex.c (percent_table): Add entries for %source_extension
12482 and %header_extension.
12483 * src/lex.h (token_e): New tokens tok_hdrext and tok_srcext.
12485 2001-08-06 Marc Autret <autret_m@epita.fr>
12487 * configure.in: Bump to 1.28c.
12488 * doc/bison.texinfo: Texinfo thingies.
12490 2001-08-04 Pascal Bart <pascal.bart@epita.fr>
12492 * tests/atconfig.in (CPPFLAGS): Add.
12493 * tests/calc.at (AT_CHECK): Use CPPFLAGS.
12495 2001-08-03 Akim Demaille <akim@epita.fr>
12499 2001-08-03 Akim Demaille <akim@epita.fr>
12501 * tests/Makefile.am (check-local): Ship testsuite.
12502 * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
12503 Include `string.h'.
12505 2001-08-03 Akim Demaille <akim@epita.fr>
12507 * configure.in: Try using -Wformat when compiling.
12509 2001-08-03 Akim Demaille <akim@epita.fr>
12511 * configure.in: Bump to 1.28b.
12513 2001-08-03 Akim Demaille <akim@epita.fr>
12515 * src/complain.c: Adjust strerror_r portability issues.
12517 2001-08-03 Akim Demaille <akim@epita.fr>
12521 2001-08-03 Akim Demaille <akim@epita.fr>
12523 * src/getargs.c, src/getarg.h (skeleton)): Constify.
12524 * src/lex.c (literalchar): Avoid name clashes on `buf'.
12525 * src/getargs.c: Include complain.h.
12526 * src/files.c, src/files.h (skeleton_find): Avoid name clashes.
12527 * lib/quotearg.c, lib/quotearg.h: Update from fileutils 4.1.
12529 2001-08-03 Akim Demaille <akim@epita.fr>
12531 * src/reader.c (readgram): Display hidden chars in error messages.
12533 2001-08-03 Akim Demaille <akim@epita.fr>
12535 Update to gettext 0.10.39.
12537 2001-08-03 Akim Demaille <akim@epita.fr>
12539 * lib/strspn.c: New.
12541 2001-08-01 Marc Autret <autret_m@epita.fr>
12543 * doc/bison.texinfo: Update.
12544 * doc/bison.1 (mandoc): Update.
12545 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove .c and .h.
12546 * src/files.c: Support output files extensions computing.
12547 (src_extension): New static variable.
12548 (header_extension): New static variable.
12549 (tr): New function.
12550 (get_extension_index): New function, gets the index of an extension
12551 filename in a string.
12552 (compute_exts_from_gf): New function, computes extensions from the
12553 grammar file extension.
12554 (compute_exts_from_src): New functions, computes extensions from the
12555 C source file extension, file given by ``-o'' option.
12556 (compute_base_names): Update.
12557 (output_files): Update.
12559 2001-08-01 Robert Anisko <anisko_r@epita.fr>
12561 * doc/bison.texi: Document @$.
12562 (Locations): New section.
12564 2001-07-18 Akim Demaille <akim@epita.fr>
12566 * Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
12567 * config/prev-version.txt, config/move-if-change: New.
12568 * Makefile.am: Adjust.
12570 2001-07-08 Pascal Bart <pascal.bart@epita.fr>
12572 * src/bison.simple (yyparse): Suppress warning `comparaison
12573 between signed and unsigned'.
12575 2001-07-05 Pascal Bart <pascal.bart@epita.fr>
12577 * src/getargs.h (raw_flag): Remove.
12578 * src/getargs.c: Die on `-r'/`--raw'.
12579 * src/lex.c (parse_percent_token): Die on `%raw'.
12580 * src/reader.c (output_token_defines): Suppress call to `raw_flag'.
12581 * tests/calc.at: Suppress test with option `--raw'.
12583 2001-07-14 Akim Demaille <akim@epita.fr>
12586 * configure.in: Require Autoconf 2.50.
12587 Update to gettext 0.10.38.
12589 2001-03-16 Akim Demaille <akim@epita.fr>
12591 * doc/bison.texinfo: ANSIfy the examples.
12593 2001-03-16 Akim Demaille <akim@epita.fr>
12595 * getargs.c (skeleton): New variable.
12596 (longopts): --skeleton is a new option.
12597 (shortopts, getargs): -S is a new option.
12598 * getargs.h: Declare skeleton.
12599 * output.c (output_parser): Use it.
12601 2001-03-16 Akim Demaille <akim@epita.fr>
12603 * m4/strerror_r.m4: New.
12604 * m4/error.m4: Run AC_FUNC_STRERROR_R.
12605 * lib/error.h, lib/error.c: Update.
12607 2001-03-16 Akim Demaille <akim@epita.fr>
12609 * src/getargs.c (longopts): Clean up.
12611 2001-02-21 Akim Demaille <akim@epita.fr>
12613 * src/reader.c (gensym): `gensym_count' is your own.
12614 Use a static buf to create the symbol name, as token_buffer is no
12617 2001-02-08 Akim Demaille <akim@epita.fr>
12619 * src/conflicts.c (conflict_report): Be sure not to append to res
12620 between two calls, which could happen if both first sprintf were
12621 skipped, but not the first cp += strlen.
12623 2001-02-08 Akim Demaille <akim@epita.fr>
12625 * lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
12626 New, from fileutils 4.0.37.
12627 * configure.in: Require Autoconf 2.49c. I took some time before
12628 making this decision. This is the only way out for portability
12629 issues in Bison, it would mean way too much duplicate effort to
12630 import in Bison features implemented in 2.49c since 2.13.
12631 AC_REPLACE_FUNCS and AC_CHECK_DECLS the functions above.
12633 2001-02-02 Akim Demaille <akim@epita.fr>
12635 * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
12636 * lib/xalloc.h, lib/xmalloc.c: Update.
12638 2001-01-19 Akim Demaille <akim@epita.fr>
12640 Get rid of the ad hoc handling of token_buffer in the scanner: use
12643 * src/lex.c (token_obstack): New.
12644 (init_lex): Initialize it. No longer call...
12645 (grow_token_buffer): this. Remove it.
12646 Adjust all the places which used it to use the obstack.
12648 2001-01-19 Akim Demaille <akim@epita.fr>
12650 * src/lex.h: Rename all the tokens:
12651 s/\bENDFILE\b/tok_eof/g;
12652 s/\bIDENTIFIER\b/tok_identifier/g;
12654 Let them be enums, not #define, to ease debugging.
12655 Adjust all the code.
12657 2001-01-18 Akim Demaille <akim@epita.fr>
12659 * src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
12660 * src/lex.c (maxtoken, grow_token_buffer): Static.
12662 2001-01-18 Akim Demaille <akim@epita.fr>
12664 Since we now use obstacks, more % directives can be enabled.
12666 * src/lex.c (percent_table): Also accept `%yacc',
12667 `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
12669 Handle the actions for `%semantic_parser' and `%pure_parser' here,
12670 instead of returning a token.
12671 * src/lex.h (SEMANTIC_PARSER, PURE_PARSER): Remove, unused.
12672 * src/reader.c (read_declarations): Adjust.
12673 * src/files.c (open_files): Don't call `compute_base_names', don't
12674 compute `attrsfile' since they depend upon data which might be
12675 *in* the input file now.
12676 (output_files): Do it here.
12677 * src/output.c (output_headers): Document the fact that this patch
12678 introduces a guaranteed SEGV for semantic parsers.
12679 * doc/bison.texinfo: Document them.
12680 * tests/suite.at: Exercise these %options.
12682 2000-12-20 Akim Demaille <akim@epita.fr>
12684 Also handle the output file (--verbose) with obstacks.
12686 * files.c (foutput): Remove.
12687 (output_obstack): New.
12688 Adjust all dependencies.
12689 * src/conflicts.c: Return a string.
12690 * src/system.h (obstack_grow_string): Rename as...
12691 (obstack_sgrow): this. Be ready to work with non literals.
12692 (obstack_fgrow4): New.
12694 2000-12-20 Akim Demaille <akim@epita.fr>
12696 * src/files.c (open_files): Fix the computation of short_base_name
12697 in the case of `-o foo.tab.c'.
12699 2000-12-20 Akim Demaille <akim@epita.fr>
12701 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
12702 (copy_dollar): Now that everything uses obstacks, get rid of the
12705 2000-12-20 Akim Demaille <akim@epita.fr>
12707 * src/files.c (open_files): Actually the `.output' file is based
12708 on the short_base_name, not base_name.
12709 * tests/suite.at (Checking output file names): Adjust.
12711 2000-12-20 Akim Demaille <akim@epita.fr>
12713 * src/bison.s1: Remove, we now use directly...
12714 * src/bison.simple: this.
12715 * src/Makefile.am: Use pkgdata instead of data.
12717 2000-12-20 Akim Demaille <akim@epita.fr>
12719 * src/files.c (guard_obstack): New.
12720 (open_files): Initialize it.
12721 (output_files): Dump it...
12722 * src/files.h: Export it.
12723 * src/reader.c (copy_guard): Use it.
12725 2000-12-19 Akim Demaille <akim@epita.fr>
12727 * src/files.c (outfile, defsfile, actfile): Removed as global
12729 (open_files): Don't compute them.
12730 (output_files): Adjust.
12731 (base_name, short_base_name): Be global.
12732 Adjust dependencies.
12734 2000-12-19 Akim Demaille <akim@epita.fr>
12736 * src/files.c (strsuffix): New.
12737 (stringappend): Be just like strcat but allocate.
12738 (base_names): Eve out from open_files.
12739 Try to simplify the rather hairy computation of base_name and
12741 (open_files): Use it.
12742 * tests/suite.at (Checking output file names): New test.
12744 2000-12-19 Akim Demaille <akim@epita.fr>
12746 * src/system.h (obstack_grow_literal_string): Rename as...
12747 (obstack_grow_string): this.
12748 * src/output.c (output_parser): Recognize `%% actions' instead of
12750 * src/bison.s1: s/$/%% actions/.
12751 * src/bison.hairy: Likewise.
12753 2000-12-19 Akim Demaille <akim@epita.fr>
12755 * src/output.c (output_parser): Compute the `#line' lines when
12757 * src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
12758 Suggested by Hans Aberg.
12760 2000-12-19 Akim Demaille <akim@epita.fr>
12762 Let the handling of the skeleton files be local to the procedures
12765 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
12767 (fparser, open_extra_files): Remove.
12768 (open_files, output_files): Don't take care of fparser.
12769 * src/files.h: Adjust.
12770 * src/output.c (output_parser): Open and close the file to the
12772 * src/reader.c (read_declarations): When %semantic_parser, open
12775 2000-12-19 Akim Demaille <akim@epita.fr>
12777 * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
12778 * src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
12780 2000-12-19 Akim Demaille <akim@epita.fr>
12782 * src/files.c (open_files): Yipee! We no longer need all the code
12783 looking for `/tmp' since we have no tmp file.
12785 2000-12-19 Akim Demaille <akim@epita.fr>
12787 * src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_GUARD_C):
12789 * src/files.c (open_files): Less dependency on MSDOS etc.
12791 2000-12-14 Akim Demaille <akim@epita.fr>
12793 * src/bison.s1 (YYLLOC_DEFAULT): New macro.
12794 Provide a default definition.
12795 Use it when executing the default @ action.
12796 * src/reader.c (reader_output_yylsp): No longer include
12797 `timestamp' and `text' in the default YYLTYPE.
12799 2000-12-12 Akim Demaille <akim@epita.fr>
12801 * src/reader.c (copy_definition, parse_union_decl, copy_action)
12802 (copy_guard): Quote the file names.
12803 Reported by Laurent Mascherpa.
12805 2000-12-12 Akim Demaille <akim@epita.fr>
12807 * src/output.c (output_headers, output_program, output): Be sure
12808 to escape special characters when outputting filenames.
12809 (ACTSTR_PROLOGUE, ACTSTR_EPILOGUE): Remove.
12810 (output_headers): Don't depend on them, Use ACTSTR.
12812 2000-11-17 Akim Demaille <akim@epita.fr>
12814 * lib/obstack.h: Formatting changes.
12815 (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
12816 prevents type checking.
12817 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
12818 cast the value to (void *): assigning a `foo *' to a `void *'
12820 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
12821 * src/reader.c (parse_union_decl): Typo: use obstack_1grow to
12824 2000-11-17 Akim Demaille <akim@epita.fr>
12826 * tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
12828 (suite.m4, regression.m4, calc.m4): these.
12829 * tests/atgeneral.m4: Update from CVS Autoconf.
12831 2000-11-17 Akim Demaille <akim@epita.fr>
12833 * tests/regression.m4 (%union and --defines): New test,
12834 demonstrating a current bug in the obstack implementation.
12836 2000-11-17 Akim Demaille <akim@epita.fr>
12838 * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
12840 Use them to declare the variables which are global or local to
12843 2000-11-17 Akim Demaille <akim@epita.fr>
12845 * acconfig.h: Remove, no longer used.
12847 2000-11-07 Akim Demaille <akim@epita.fr>
12849 * src: s/Copyright (C)/Copyright/g.
12851 2000-11-07 Akim Demaille <akim@epita.fr>
12853 * src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
12855 * src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
12857 2000-11-07 Akim Demaille <akim@epita.fr>
12859 * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
12860 Merge in a single CPP if/else.
12862 2000-11-07 Akim Demaille <akim@epita.fr>
12864 * src/output.c (output): Remove useless variables.
12865 * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
12866 argument `data' for consistency with the prototypes.
12867 Qualify it `const'.
12868 (obstack_copy, obstack_copy0): Rename the second argument as
12869 `address' for consistency. Qualify it `const'.
12870 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
12871 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
12872 `const' their input argument (`data' or `address').
12873 Adjust the corresponding macros to include `const' in casts.
12875 2000-11-03 Akim Demaille <akim@epita.fr>
12877 * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
12878 s/PFILE1/BISON_HAIRY/.
12879 Adjust dependencies.
12881 2000-11-03 Akim Demaille <akim@epita.fr>
12883 For some reason, this was not applied.
12885 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
12886 `unlink': it's no longer used.
12888 2000-11-03 Akim Demaille <akim@epita.fr>
12890 * src/files.c (skeleton_find): New function, eved out of...
12891 (open_files, open_extra_files): here.
12893 2000-11-03 Akim Demaille <akim@epita.fr>
12895 Don't use `atexit'.
12897 * src/files.c (obstack_save): New function.
12898 (done): Rename as...
12899 (output_files): this.
12900 Use `obstack_save'.
12901 * src/main.c (main): Don't use `atexit' to register `done', since
12902 it no longer has to remove tmp files, just call `output_files'
12903 when there are no errors.
12905 2000-11-02 Akim Demaille <akim@epita.fr>
12907 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
12908 `unlink': it's no longer used.
12909 * src/files.h: Formatting changes.
12911 2000-11-02 Akim Demaille <akim@epita.fr>
12913 Remove the last uses of mktemp and unlink/delete.
12915 * src/files.c (fdefines, ftable): Removed.
12916 (defines_ostack, table_obstack): New.
12917 Adjust dependencies of the former into uses of the latter.
12918 * src/output.c (output_short_or_char_table, output_short_table):
12919 Convert to using obstacks.
12920 * src/reader.c (copy_comment2): Accept one FILE * and two
12922 (output_token_defines, reader_output_yylsp): Use obstacks.
12923 * src/system.h (obstack_fgrow3): New.
12924 * po/POTFILES.in: Adjust.
12926 2000-11-01 Akim Demaille <akim@epita.fr>
12928 Change each use of `fattrs' into a use of `attrs_obstack'.
12930 * src/reader.c (copy_at): Typo: s/yylloc/yyloc/.
12931 * src/files.c (fattrs): Remove.
12932 (attrs_obstack): New.
12933 Adjust all dependencies.
12934 (done): If SEMANTIC_PARSER, dump attrs_obstack into attrsfile.
12936 2000-11-01 Akim Demaille <akim@epita.fr>
12938 Introduce obstacks.
12939 Change each use of `faction' into a use of `action_obstack'.
12941 * lib/obstack.h, lib/obstack.c: New files.
12942 * src/files.c (faction): Remove.
12943 (action_obstack): New.
12944 Adjust all dependencies.
12946 2000-10-20 Akim Demaille <akim@epita.fr>
12948 * lib/quote.h (PARAMS): New macro. Use it.
12950 2000-10-16 Akim Demaille <akim@epita.fr>
12952 * src/output.c (output_short_or_char_table): New function.
12953 (output_short_table, output_token_translations): Use it.
12954 (goto_actions): Use output_short_table.
12956 2000-10-16 Akim Demaille <akim@epita.fr>
12958 * src/symtab.c (bucket_new): New function.
12961 * src/output.c (output_short_table): New argument to display the
12962 comment associated with the table.
12963 Adjust dependencies.
12964 (output_gram): Use it.
12965 (output_rule_data): Nicer output layout for YYTNAME.
12967 2000-10-16 Akim Demaille <akim@epita.fr>
12969 * src/lex.c (read_typename): New function.
12971 * src/reader.c (copy_dollar): Likewise.
12973 2000-10-16 Akim Demaille <akim@epita.fr>
12975 * src/reader.c (copy_comment2): Expect the input stream to be on
12976 the `/' which is suspected to open a comment, instead of being
12977 called after `//' or `/*' was read.
12978 (copy_comment, copy_definition, parse_union_decl, copy_action)
12979 (copy_guard): Adjust.
12981 2000-10-16 Akim Demaille <akim@epita.fr>
12983 * src/reader.c (parse_expect_decl): Use `skip_white_space' and
12984 `read_signed_integer'.
12986 2000-10-16 Akim Demaille <akim@epita.fr>
12988 * src/reader.c (copy_dollar): New function.
12989 (copy_guard, copy_action): Use it.
12991 2000-10-16 Akim Demaille <akim@epita.fr>
12993 * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
12994 * m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
12995 New files, from Fileutils 4.0.27.
12996 * src/main.c (printable_version): Remove.
12997 * src/lex.c, src/reader.c: Use `quote'.
12999 2000-10-04 Akim Demaille <akim@epita.fr>
13001 * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
13003 2000-10-04 Akim Demaille <akim@epita.fr>
13005 * doc/bison.texinfo: Various typos spotted by Neil Booth.
13007 2000-10-04 Akim Demaille <akim@epita.fr>
13009 When a literal string is used to define two different tokens,
13010 `bison -v' segfaults.
13011 Reported by Piotr Gackiewicz, and fixed by Neil Booth.
13013 * tests/regression.m4: New file.
13014 Include the core of the sample provided by Piotr Gackiewicz.
13015 * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
13018 2000-10-04 Akim Demaille <akim@epita.fr>
13020 * src/reader.c (parse_expect_decl): Keep `count' within the size
13024 2000-10-02 Paul Eggert <eggert@twinsun.com>
13026 * bison.s1 (yyparse): Assign the default value
13027 unconditionally, to avoid a GCC warning and make the parser a
13030 2000-10-02 Akim Demaille <akim@epita.fr>
13032 * src/getargs.c (getargs): Don't dump `--help' on unrecognized
13035 2000-10-02 Akim Demaille <akim@epita.fr>
13037 * src/derives.c, src/print.c, src/reduce.c: To ease the
13038 translation, move some `\n' out of the translated strings.
13040 2000-10-02 Akim Demaille <akim@epita.fr>
13042 The location tracking mechanism is precious for parse error
13043 messages. Nevertheless, it is enabled only when `@n' is used in
13044 the grammar, which is a different issue (you can use it in error
13045 message, but not in the grammar per se). Therefore, there should
13046 be another means to enable it.
13048 * src/getargs.c (getargs): Support `--locations'.
13049 (usage): Report it.
13050 * src/getargs.h (locationsflag): Export it.
13051 * src/lex.c (percent_table): Support `%locations'.
13052 * src/reader.c (yylsp_needed): Remove this variable, now replaced
13053 with `locationsflag'.
13054 * doc/bison.texinfo: Document `--locations' and `%locations'.
13056 * tests/calc.m4: Test it.
13058 For regularity of the names, replace each
13059 (nolineflag, toknumflag, rawtokenumflag, noparserflag): with...
13060 (no_lineflag, token_tableflag, rawflag, no_parserflag): this.
13061 In addition replace each `flag' with `_flag'.
13063 2000-10-02 Akim Demaille <akim@epita.fr>
13065 Also test parse error messages, including with YYERROR_VERBOSE.
13067 * tests/calc.m4 (calc.y): Add support for `exp = exp' (non
13069 Use it to check the computations.
13070 Use it to check `nonassoc' is honored.
13071 (AT_DATA_CALC_Y): Equip `calc.y' with YYERROR_VERBOSE when passed
13072 `--yyerror-verbose'.
13073 (_AT_CHECK_CALC): Adjust to this option.
13074 (_AT_CHECK_CALC_ERROR): New macro to check parse error messages.
13076 2000-10-02 Akim Demaille <akim@epita.fr>
13078 Test also `--verbose', `--defines' and `--name-prefix'. Testing
13079 the latter demonstrates a flaw in the handling of non debugging
13080 parsers introduced by myself on 2000-03-16: `#define yydebug 0'
13081 was used in order to simplify:
13097 unfortunately this leads to a CPP conflict when
13098 `--name-prefix=foo' is used since it produces `#define yydebug
13101 * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
13102 (YYDPRINTF): New macro.
13104 * tests/calc.m4 (AT_CHECK_CALC): Do require a title, build it from
13106 Also test `--verbose', `--defines' and `--name-prefix'.
13108 2000-10-02 Akim Demaille <akim@epita.fr>
13110 Improve the readability of the produced parsers.
13112 * src/bison.s1: Formatting changes.
13113 Improve the comment related to the `$' mark.
13114 (yydefault): Don't fall through to `yyresume': `goto' there.
13115 * src/output.c (output_parser): When the `$' is met, skip the end
13117 New variable, `number_of_dollar_signs', to check there's exactly
13118 one `$' in the parser skeleton.
13120 2000-10-02 Akim Demaille <akim@epita.fr>
13122 * lib/xstrdup.c: New file, from the fileutils.
13123 * src/reader.c (parse_token_decl, get_type_name, parse_type_decl)
13124 (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
13125 instead of strlen + xmalloc + strcpy.
13126 * src/symtab.c (copys): Remove, use xstrdup instead.
13128 2000-10-02 Akim Demaille <akim@epita.fr>
13130 * src/gram.h (associativity): New enum type which replaces the
13131 former CPP macros `RIGHT_ASSOC', `LEFT_ASSOC' and `NON_ASSOC' with
13132 `right_assoc', `left_assoc' and `non_assoc'.
13133 Adjust all dependencies.
13134 * src/reader.c: Formatting changes.
13135 (LTYPESTR): Don't define it, use it as a literal in
13136 `reader_output_yylsp'.
13137 * src/symtab.h (symbol_class): New enum type which replaces the
13138 former CPP macros `SUNKNOWN', `STOKEN and `SNTERM' with
13139 `sunknown', `stoken and `snterm'.
13141 2000-10-02 Akim Demaille <akim@epita.fr>
13143 * src/getargs.c (fixed_outfiles): Rename as...
13144 (yaccflag): for consistency and accuracy.
13145 Adjust dependencies.
13147 2000-10-02 Akim Demaille <akim@epita.fr>
13149 Use the more standard files `xalloc.h' and `xmalloc.c' instead of
13150 Bison's `allocate.c' and `alloc.h'. This patch was surprisingly
13151 difficult and introduced a lot of core dump. It turns out that
13152 Bison used an implementation of `xmalloc' based on `calloc', and
13153 at various places it does depend upon the initialization to 0. I
13154 have not tried to isolate the pertinent places, and all the former
13155 calls to Bison's `xmalloc' are now using `XCALLOC'. Someday,
13156 someone should address this issue.
13158 * src/allocate.c, src/alloc.h, m4/bison-decl.m4: Remove.
13159 * lib/xmalloc.c, lib/xalloc.h, m4/malloc.m4, m4/realloc.m4: New
13161 Adjust dependencies.
13162 * src/warshall.h: New file.
13165 2000-10-02 Akim Demaille <akim@epita.fr>
13167 Various anti-`extern in *.c' changes.
13169 * src/system.h: Include `assert.h'.
13171 2000-10-02 Akim Demaille <akim@epita.fr>
13173 * src/state.h (nstates, final_state, first_state, first_shift)
13174 (first_reduction): Move their exportation from here...
13175 * src/LR0.h: to here.
13176 Adjust dependencies.
13177 * src/getargs.c (statisticsflag): New variable.
13178 Add support for `--statistics'.
13179 Adjust dependencies.
13181 Remove a lot of now useless `extern' statements in most files.
13183 2000-10-02 Akim Demaille <akim@epita.fr>
13185 * src/LR0.h: New file.
13188 2000-10-02 Akim Demaille <akim@epita.fr>
13190 * src/print.h: New file.
13192 * src/print.c: Formatting and ordering changes.
13193 (verbose, terse): Replace with...
13194 (print_results): this new function.
13195 Adjust dependencies.
13197 2000-10-02 Akim Demaille <akim@epita.fr>
13199 * src/conflicts.c (conflict_report): New function.
13200 (conflict_log, verbose_conflict_log): Replace with...
13201 (print_conflicts): this function.
13202 Adjust dependencies.
13203 * src/conflicts.h: New file.
13204 Propagate its inclusion.
13206 2000-10-02 Akim Demaille <akim@epita.fr>
13208 * src/nullable.h: New file.
13209 Propagate its inclusion.
13210 * src/nullable.c: Formatting changes.
13212 2000-10-02 Akim Demaille <akim@epita.fr>
13214 * src/reduce.h: New file.
13215 Propagate its inclusion.
13216 * src/reduce.c: Topological sort and other formatting changes.
13217 (bool, TRUE, FALSE): Move their definition to...
13218 * src/system.h: here.
13220 2000-10-02 Akim Demaille <akim@epita.fr>
13222 * src/files.c: Formatting changes.
13223 (tryopen, tryclose, openfiles): Rename as...
13224 (xfopen, xfclose, open_files): this.
13225 (stringappend): static.
13226 * src/files.h: Complete the list of exported symbols.
13229 2000-10-02 Akim Demaille <akim@epita.fr>
13231 * src/reader.h: New file.
13232 Propagate its use instead of tedious list of `extern' and
13234 * src/reader.c: Formatting changes, topological sort,
13237 2000-10-02 Akim Demaille <akim@epita.fr>
13239 * src/lex.h: Prototype `lex.c' exported functions.
13240 * src/reader.c: Adjust.
13241 * src/lex.c: Formatting changes.
13242 (safegetc): Rename as...
13245 2000-10-02 Akim Demaille <akim@epita.fr>
13247 * src/lalr.h: New file.
13248 Propagate its inclusion instead of prototypes and `extern'.
13249 * src/lalr.c: Formatting changes, topological sorting etc.
13251 2000-10-02 Akim Demaille <akim@epita.fr>
13253 * src/output.c (token_actions): Introduce a temporary array,
13254 YYDEFACT, that makes it possible for this function to use
13255 output_short_table.
13257 2000-10-02 Akim Demaille <akim@epita.fr>
13259 `user_toknums' is output as a `short[]' in `output.c', while it is
13260 defined as a `int[]' in `reader.c'. For consistency with the
13261 other output tables, `user_toknums' is now defined as a table of
13264 * src/reader.c (user_toknums): Be a short table instead of an int
13266 Adjust dependencies.
13268 Factor the short table outputs.
13270 * src/output.c (output_short_table): New function.
13271 * src/output.c (output_gram, output_stos, output_rule_data)
13272 (output_base, output_table, output_check): Use it.
13274 2000-10-02 Akim Demaille <akim@epita.fr>
13276 * src/output.c (output): Topological sort of the functions, in
13277 order to get rid of the `static' prototypes.
13278 No longer use `register'.
13279 * src/output.h: New file.
13280 Propagate its inclusion in files explicitly prototyping functions
13283 2000-09-21 Akim Demaille <akim@epita.fr>
13285 * src/atgeneral.m4: Update from Autoconf.
13287 2000-09-21 Akim Demaille <akim@epita.fr>
13289 * src/closure.h: New file.
13290 * src/closure.c: Formatting changes, topological sort over the
13291 functions, use of closure.h.
13292 (initialize_closure, finalize_closure): Rename as...
13293 (new_closure, free_closure): these. Adjust dependencies.
13294 * src/LR0.c: Formatting changes, topological sort, use of
13296 (initialize_states): Rename as...
13297 (new_states): this.
13298 * src/Makefile.am (noinst_HEADERS): Adjust.
13300 2000-09-20 Akim Demaille <akim@epita.fr>
13302 * src/acconfig.h: Don't protect config.h against multiple
13304 Don't define PARAMS.
13305 * src/system.h: Define PARAMS.
13306 Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the
13307 purpose of config.h. system.h must not try to fix wrong
13308 definitions in config.h.
13310 2000-09-20 Akim Demaille <akim@epita.fr>
13312 * src/derives.h: New file.
13313 * src/main.c, src/derives.h: Use it.
13314 Formatting changes.
13315 * src/Makefile.am (noinst_HEADERS): Adjust.
13317 2000-09-20 Akim Demaille <akim@epita.fr>
13319 * tests/atgeneral.m4: Update from Autoconf.
13320 * tests/calc.m4 (_AT_DATA_CALC_Y, AT_DATA_CALC_Y, _AT_CHECK_CALC)
13321 (AT_CHECK_CALC): New macros.
13322 Use these macros to test bison with options `', `--raw',
13323 `--debug', `--yacc', `--yacc --debug'.
13325 2000-09-19 Akim Demaille <akim@epita.fr>
13327 * src/output.c: Formatting changes.
13328 * src/machine.h: Remove, leaving its contents in...
13329 * src/system.h: here.
13331 Adjust all dependencies on stdio.h and machine.h.
13332 * src/getargs.h: New file.
13333 Let all `extern' declarations about getargs.c be replaced with
13334 inclusion of `getargs.h'.
13335 * src/Makefile.am (noinst_HEADERS): Adjust.
13337 * tests/calc.m4 (yyin): Be initialized in main, not on the global
13339 (yyerror): Returns void, not int.
13340 * doc/bison.texinfo: Formatting changes.
13342 2000-09-19 Akim Demaille <akim@epita.fr>
13344 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
13347 2000-09-18 Akim Demaille <akim@epita.fr>
13349 * configure.in: Append WARNING_CFLAGS to CFLAGS.
13350 * src/Makefile.am (INCLUDES): Don't.
13351 Be ready to fetch headers in lib/.
13353 2000-09-18 Akim Demaille <akim@epita.fr>
13355 * doc/bison.texinfo: Update the copyright.
13356 ANSIfy and GNUify the examples.
13357 Remove the old menu.
13359 2000-09-18 Akim Demaille <akim@epita.fr>
13361 First set of tests: use the `calc' example from the documentation.
13363 * src/bison.s1 (yyparse): Condition the code using `yytname' which
13364 is defined only when YYDEBUG is.
13365 * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
13366 * src/files.c (tryopen, tryclose): Formatting changes.
13367 Move to the top and be static.
13368 * src/reader.c (read_signed_integer): Likewise.
13369 * tests/calc.m4: New file.
13370 * Makefile.am, suite.m4: Adjust.
13371 * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
13373 2000-09-18 Akim Demaille <akim@epita.fr>
13375 Add support for an Autotest test suite for Bison.
13377 * m4/m4.m4, m4/atconfig.m4: New files.
13378 * m4/Makefile.am (EXTRA_DIST): Adjust.
13379 * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
13381 * src/getargs.c: Display a more standard --version message.
13382 * src/reader.c (reader): Formatting changes.
13383 No longer depend upon VERSION_STRING.
13384 * configure.in: No longer use `dnl'.
13385 Set up the test suite and the new directory `tests/.
13386 (VERSION_STRING): Remove.
13388 2000-04-14 Akim Demaille <akim@epita.fr>
13390 * src/reader.c (copy_comment2): New function, same as former
13391 `copy_comment', but outputs into two FILE *.
13392 (copy_comment): Use it.
13393 (parse_union_decl): Use it.
13394 (get_type, parse_start_decl): Use the same `invalid' message.
13395 (parse_start_decl, parse_union_decl): Use the same `multiple'
13397 (parse_union_decl, copy_guard, copy_action): Use the same
13398 `unmatched' message.
13399 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
13401 2000-03-31 Akim Demaille <akim@epita.fr>
13403 * src/files.c (tryopen, tryclose): Move to the top.
13406 2000-03-31 Akim Demaille <akim@epita.fr>
13408 * src/main.c (main): Don't call `done', exit does it.
13410 2000-03-31 Akim Demaille <akim@epita.fr>
13412 * allocate.c: s/return (foo)/return foo/.
13413 * lalr.c: Likewise.
13415 * output.c: Likewise.
13416 * reader.c: Likewise.
13417 * symtab.c: Likewise.
13418 * vmsgetargs.c: Likewise.
13420 2000-03-31 Akim Demaille <akim@epita.fr>
13422 Clean up the error reporting functions.
13424 * src/report.c: New file.
13425 * src/report.h: Likewise.
13426 * src/Makefile.am: Adjust.
13427 * m4/error.m4: New file.
13428 * m4/Makefile.am: Adjust.
13429 * configure.in (jm_PREREQ_ERROR): Call it.
13430 * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
13432 (fatal, fatals): Remove. All callers use complain.c::fatal.
13433 (warn, warni, warns, warnss, warnss): Remove. All callers use
13434 complain.c::complain.
13435 (toomany): Remove, use fatal instead.
13436 * src/files.c (done): No argument, use complain_message_count.
13437 * src/main.c (main): Register `done' to `atexit'.
13439 * src/getargs.c (usage): More `fputs', less `fprintf'.
13441 2000-03-28 Akim Demaille <akim@epita.fr>
13443 * lib/: New directory.
13444 * Makefile.am (SUBDIRS): Adjust.
13445 * configure.in: Adjust.
13446 (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
13448 * src/alloca.c: Moved to lib/.
13449 * src/getopt.c: Likewise.
13450 * src/getopt1.c: Likewise.
13451 * src/getopt.h: Likewise.
13452 * src/ansi2knr.c: Likewise.
13453 * src/ansi2knr.1: Likewise.
13454 * src/Makefile.am: Adjust.
13455 * lib/Makefile.am: New file.
13457 2000-03-28 Akim Demaille <akim@epita.fr>
13459 * src/getargs.c (usage): Refresh the help message.
13461 2000-03-17 Akim Demaille <akim@epita.fr>
13463 * src/getopt1.c: Updated from textutils 2.0e
13464 * src/getopt.c: Likewise.
13465 * src/getopt.h: Likewise.
13467 2000-03-17 Akim Demaille <akim@epita.fr>
13469 * src/Makefile.am (bison.simple): Fix the awk program: quote only
13470 the file name, not the whole `#line LINE FILE'.
13472 2000-03-17 Akim Demaille <akim@epita.fr>
13474 On syntax errors, report the token on which we choked.
13476 * src/bison.s1 (yyparse): In the label yyerrlab, when
13477 YYERROR_VERBOSE, add yychar in msg.
13479 2000-03-17 Akim Demaille <akim@epita.fr>
13481 * src/reader.c (copy_at): New function.
13482 (copy_guard): Use it.
13483 (copy_action): Use it.
13485 2000-03-17 Akim Demaille <akim@epita.fr>
13487 Be kind to translators, save some useless translations.
13489 * src/main.c (banner): New function.
13490 (fatal_banner): Use it.
13491 (warn_banner): Use it.
13493 2000-03-17 Akim Demaille <akim@epita.fr>
13495 * src/reader.c (copy_definition): Use copy_string and
13496 copy_comment. Removed now unused `match', `ended',
13498 (copy_comment, copy_string): Moved, to be visible from
13501 2000-03-17 Akim Demaille <akim@epita.fr>
13503 * src/reader.c (copy_string): Declare `static inline'. No
13504 problems with inline, since it is checked by configure.
13505 (copy_comment): Likewise.
13507 2000-03-17 Akim Demaille <akim@epita.fr>
13509 * src/reader.c (packsymbols): Formatting changes.
13511 2000-03-17 Akim Demaille <akim@epita.fr>
13513 * src/reader.c (copy_comment): New function, factored out from:
13514 (copy_action): Use it. Removed now unused `match', `ended',
13516 (copy_guard): Likewise.
13518 2000-03-17 Akim Demaille <akim@epita.fr>
13520 * src/reader.c (copy_string): New function, factored out from:
13521 (copy_action): Use it.
13522 (copy_guard): Likewise.
13524 2000-03-17 Akim Demaille <akim@epita.fr>
13526 Change the handling of @s so that they behave exactly like $s.
13527 There is now a pseudo variable @$ (readble and writable), location
13528 of the lhs of the rule (by default ranging from the location of
13529 the first symbol of the rhs, to the location of the last symbol,
13530 or, if the rhs is empty, YYLLOC).
13532 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
13534 (yyparse): When providing a default semantic action, provide a
13535 default location action.
13536 (after the $): No longer change `*YYLSP', just stack YYLOC the
13537 same way you stack YYVAL.
13538 * src/reader.c (read_declarations): Use warns.
13539 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
13540 (copy_action, case '@'): Likewise.
13541 Use a standard error message, to save useless work from
13544 2000-03-17 Akim Demaille <akim@epita.fr>
13546 * src/bison.s1: Formatting and cosmetics changes.
13547 * src/reader.c: Likewise.
13548 Update the Copyright notice.
13550 2000-03-17 Akim Demaille <akim@epita.fr>
13552 * src/bison.s1 (#line): All set to `#line' only, since the
13553 Makefile now handles them.
13555 2000-03-16 Akim Demaille <akim@epita.fr>
13557 * src/output.c (output_rule_data): Output the documentation of
13558 some of the tables.
13559 (Copyright notice): Update.
13560 Formatting changes.
13562 2000-03-16 Akim Demaille <akim@epita.fr>
13564 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
13565 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
13566 One `#if YYDEBUG' remains, since it uses variables which are
13567 defined only if `YYDEBUG != 0'.
13569 2000-03-16 Akim Demaille <akim@epita.fr>
13571 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
13572 and related variables so that the similarities are highlighted.
13574 2000-03-16 Akim Demaille <akim@epita.fr>
13576 * src/bison.s1: Properly indent CPP directives.
13578 2000-03-16 Akim Demaille <akim@epita.fr>
13580 * src/bison.s1: Properly indent the `alloca' CPP section.
13582 2000-03-16 Akim Demaille <akim@epita.fr>
13584 Do not hard code values of directories in `configure.in'.
13585 Update the `configure' tool chain.
13587 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
13589 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
13590 (AC_OUTPUT): Add m4/Makefile.
13591 Bump to bison 1.28a, 1.29 has never been released.
13592 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
13593 handled via src/Makefile.am.
13594 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
13595 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
13597 * Makefile.am (SUBDIRS): Add m4.
13598 (ACLOCAL_AM_FLAGS): New variable.
13599 (AUTOMAKE_OPTIONS): Add check-news.
13600 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
13601 the proper line number and file name.
13602 (DEFS): Propagate the location of bison library files and of the
13604 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
13606 * acinclude.m4: Remove, replaced by the directory m4.
13607 * m4/Makefile.am (EXTRA_DIST): New variable.
13608 * m4/gettext.m4: New file, from the fileutils.
13609 * m4/lcmessage.m4: Likewise
13610 * m4/progtest.m4: Likewise.
13611 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
13613 2000-03-10 Akim Demaille <akim@epita.fr>
13616 Formatting changes of various comments.
13617 Respect the GNU coding standards at various places.
13618 Don't use `_()' when no translation is needed.
13620 1999-12-13 Jesse Thilo <jthilo@gnu.org>
13623 OS/2 honors TMPDIR environment variable.
13625 1999-12-13 Jesse Thilo <jthilo@gnu.org>
13627 * doc/bison.texinfo: Tweaked spelling and grammar.
13629 Removed reference to price of printed copy.
13630 Mention BISON_SIMPLE and BISON_HAIRY.
13632 1999-12-13 Jesse Thilo <jthilo@gnu.org>
13634 * configure.in, NEWS:
13635 Bison 1.29 released.
13637 1999-10-27 Jesse Thilo <jthilo@gnu.org>
13639 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
13640 Added reference card.
13642 1999-07-26 Jesse Thilo <jthilo@gnu.org>
13644 * po/ru.po: Added Russian translation.
13646 1999-07-26 Jesse Thilo <jthilo@gnu.org>
13648 * configure.in: Added Russian translation.
13650 1999-07-06 Jesse Thilo <jthilo@gnu.org>
13652 * configure.in, NEWS, README:
13653 Released version 1.28.
13655 1999-06-14 Jesse Thilo <jthilo@gnu.org>
13658 Squashed redefinition warning on some systems.
13660 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
13661 Have configure build version string instead of relying on ANSI string
13664 1999-06-14 Jesse Thilo <jthilo@gnu.org>
13666 * po/POTFILES.in: Got rid of version.c.
13668 1999-06-14 Jesse Thilo <jthilo@gnu.org>
13670 * acconfig.h, configure.in:
13671 Have configure build version string instead of relying on ANSI string
13674 1999-06-08 Jesse Thilo <jthilo@gnu.org>
13677 Dropped mention of `+' for long-named options.
13679 1999-05-30 Jesse Thilo <jthilo@gnu.org>
13681 * src/files.c: Added <unistd.h> for unlink().
13683 * src/Makefile.am, src/system.h:
13686 1999-05-30 Jesse Thilo <jthilo@gnu.org>
13688 * README: Added a FAQ list.
13690 * configure.in, acconfig.h:
13693 1999-05-30 Jesse Thilo <jthilo@gnu.org>
13695 * doc/FAQ, doc/Makefile.am:
13698 1999-05-19 Jesse Thilo <jthilo@gnu.org>
13700 * src/alloc.h, src/symtab.h, src/version.c:
13701 Protected inclusion of "config.h" with HAVE_CONFIG_H.
13703 1999-04-18 Jesse Thilo <jthilo@gnu.org>
13705 * src/.cvsignore, src/Makefile.am:
13706 Reorganized: sources in `src', documentation in `doc'.
13708 * src/lex.c (literalchar):
13709 fixed the code for escaping double quotes (thanks
13712 1999-04-18 Jesse Thilo <jthilo@gnu.org>
13714 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
13715 Adjusted paths to reflect directory reorganization.
13717 1999-04-18 Jesse Thilo <jthilo@gnu.org>
13719 * doc/.cvsignore, doc/Makefile.am:
13720 Reorganized: sources in `src', documentation in `doc'.
13722 1999-04-18 Jesse Thilo <jthilo@gnu.org>
13725 Updated AC_INIT file to reflect directory reorganization.
13727 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
13728 Reorganized: sources in `src', documentation in `doc'.
13730 1999-04-13 Jesse Thilo <jthilo@gnu.org>
13733 Don't declare calloc() and realloc() if not necessary.
13735 1999-04-13 Jesse Thilo <jthilo@gnu.org>
13737 * configure.in, acconfig.h, acinclude.m4:
13738 Don't declare calloc() and realloc() if not necessary.
13740 1999-03-23 Jesse Thilo <jthilo@gnu.org>
13742 * po/.cvsignore: Added i18n support.
13744 1999-03-23 Jesse Thilo <jthilo@gnu.org>
13746 * acconfig.h, configure.in, Makefile.am:
13747 Added i18n support.
13749 1999-03-22 Jesse Thilo <jthilo@gnu.org>
13751 * src/bison.s1: Fixed #line numbers.
13753 1999-03-15 Jesse Thilo <jthilo@gnu.org>
13755 * po/es.po, po/fr.po, po/nl.po, po/de.po:
13756 Added PO files from Translation Project.
13758 1999-03-03 Jesse Thilo <jthilo@gnu.org>
13761 Added support for non-ANSI compilers (ansi2knr).
13763 1999-02-16 Jesse Thilo <jthilo@gnu.org>
13765 * configure.in: Bumped version number to 1.27.
13768 Added `bison.simple' to list of files removed by `make distclean'.
13770 1999-02-12 Jesse Thilo <jthilo@gnu.org>
13772 * src/files.c, src/files.h:
13773 Defined locations of parser files in config.h instead of Makefile.
13775 1999-02-12 Jesse Thilo <jthilo@gnu.org>
13777 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
13778 Defined locations of parser files in config.h instead of Makefile.
13780 1999-02-09 Jesse Thilo <jthilo@gnu.org>
13783 Removed inappropriate use of $< macro.
13785 1999-02-05 Jesse Thilo <jthilo@gnu.org>
13787 * po/Makefile.in.in, po/POTFILES.in:
13788 Add `po' directory skeleton.
13790 1999-01-27 Jesse Thilo <jthilo@gnu.org>
13792 * README: Document help-bison list.
13794 * configure.in: Add check for mkstemp().
13796 1999-01-20 Jesse Thilo <jthilo@gnu.org>
13798 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
13799 Hush a few compiler warnings.
13802 Add tryclose(), which verifies that fclose was successful.
13803 Hush a couple of compiler warnings.
13805 1999-01-20 Jesse Thilo <jthilo@gnu.org>
13807 * Makefile.am, OChangeLog:
13808 ChangeLog is now automatically generated. Include the old version as
13811 1999-01-14 Jesse Thilo <jthilo@gnu.org>
13813 * 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:
13814 Update FSF address.
13816 1999-01-14 Jesse Thilo <jthilo@gnu.org>
13818 * doc/bison.texinfo: Fix formatting glitch.
13820 * doc/bison.texinfo: Update FSF address.
13822 1999-01-14 Jesse Thilo <jthilo@gnu.org>
13824 * acconfig.h: Update FSF address.
13826 1999-01-08 Jesse Thilo <jthilo@gnu.org>
13829 Don't define PACKAGE here, since config.h defines it.
13831 1998-12-30 Jesse Thilo <jthilo@gnu.org>
13833 * src/reader.c: Update copyright date.
13836 Ditch sprintf to statically-sized buffers in fatal/warn functions in
13837 favor of output directly to stderr (avoids buffer overruns).
13839 * src/reader.c: Some checks for premature EOF.
13841 * 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:
13842 Use prototypes if the compiler understands them.
13844 * src/files.c: Honor TMPDIR on Unix hosts.
13845 Use prototypes if the compiler understands them.
13848 Fix a couple of buffer overrun bugs.
13849 Use prototypes if the compiler understands them.
13851 * src/system.h: Include unistd.h and ctype.h.
13852 Use #ifdef instead of #if for NLS symbols.
13854 1998-12-30 Jesse Thilo <jthilo@gnu.org>
13856 * doc/bison.texinfo:
13857 Delete comment "consider using @set for edition number, etc..." since
13858 we now are doing so.
13860 1998-12-30 Jesse Thilo <jthilo@gnu.org>
13863 Use prototypes if the compiler understands them.
13865 * NEWS: Document 1.26 highlights.
13867 * Makefile.am: Require Automake 1.3 or later.
13870 Use prototypes if the compiler understands them.
13872 1998-12-29 Jesse Thilo <jthilo@gnu.org>
13875 Use VERSION symbol from automake for version number.
13877 1998-12-29 Jesse Thilo <jthilo@gnu.org>
13879 * acconfig.h, configure.in, version.cin:
13880 Use VERSION symbol from automake for version number.
13882 1998-11-28 Jesse Thilo <jthilo@gnu.org>
13885 Distribute original version of simple parser (bison.s1), not built
13886 version (bison.simple).
13888 1998-11-28 Jesse Thilo <jthilo@gnu.org>
13890 * doc/bison.texinfo: Add info dir entry.
13892 * doc/bison.texinfo:
13893 Let automake put version number into documentation.
13895 1998-11-26 Jesse Thilo <jthilo@gnu.org>
13897 * src/bison.cld, src/build.com, src/vmshlp.mar:
13898 Add non-RCS files from /gd/gnu/bison.
13900 1998-11-26 Jesse Thilo <jthilo@gnu.org>
13903 Document the BISON_HAIRY and BISON_SIMPLE variables.
13905 1998-11-25 Jesse Thilo <jthilo@gnu.org>
13907 * src/version.c: Build version.c automatically.
13910 Fix token numbering (used to start at 258, not 257).
13912 * src/system.h: Include config.h.
13914 * src/getargs.c: Update bug report address.
13916 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
13917 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
13919 1998-11-25 Jesse Thilo <jthilo@gnu.org>
13922 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
13924 * configure.in, version.cin:
13925 Build version.c automatically.
13927 * AUTHORS: Add AUTHORS file.
13929 * README: Update bug report address.
13932 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
13934 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
13935 Add automake stuff.
13937 1998-11-25 Jesse Thilo <jthilo@gnu.org>
13939 * doc/bison.texinfo: Clean up some formatting.
13941 1998-05-05 Richard Stallman <rms@gnu.org>
13943 * doc/bison.texinfo:
13944 Explain better why to make a pure parser.
13946 1998-01-05 Richard Stallman <rms@gnu.org>
13948 * src/files.c (openfiles):
13949 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
13950 find a temporary directory, if possible. Do not unlink files while
13953 1997-08-25 Richard Stallman <rms@gnu.org>
13955 * src/reader.c (stack_offset;):
13956 Change some warni to warns.
13958 * src/lex.c (literalchar): Use warns, not warni.
13960 1997-06-28 Richard Stallman <rms@gnu.org>
13962 * src/bison.s1: Add a Bison version comment.
13964 * src/main.c (fatal, warn, berror):
13967 1997-06-28 Richard Stallman <rms@gnu.org>
13969 * Makefile.in (bison_version): New variable.
13970 (dist): Use that variable.
13971 (bison.s1): Substitute the Bison version into bison.simple.
13973 * bison.simple: Add a Bison version comment.
13975 1997-06-18 Richard Stallman <rms@gnu.org>
13977 * src/main.c (fatal, warn, berror):
13978 Make error messages standard.
13979 (toomany): Improve error message text.
13981 * 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:
13982 new.h renamed to alloc.h.
13984 1997-06-18 Richard Stallman <rms@gnu.org>
13986 * Makefile.in: new.h renamed to alloc.h.
13988 1997-05-24 Richard Stallman <rms@gnu.org>
13990 * src/lex.c (literalchar):
13991 Fix the code for escaping \, " and '.
13993 (lex): Avoid trouble when there are many chars
13994 to discard in a char literal with just several chars in it.
13996 1997-05-17 Richard Stallman <rms@gnu.org>
13999 Use malloc, if using alloca is troublesome.
14000 (YYSTACK_USE_ALLOCA): New flag macro.
14001 Define it for some systems and compilers.
14002 (YYSTACK_ALLOC): New macro.
14003 (yyparse): Use YYSTACK_ALLOC to allocate stack.
14004 If it was malloc'd, free it.
14006 1997-05-17 Richard Stallman <rms@gnu.org>
14009 Use malloc, if using alloca is troublesome.
14010 (YYSTACK_USE_ALLOCA): New flag macro.
14011 Define it for some systems and compilers.
14012 (YYSTACK_ALLOC): New macro.
14013 (yyparse): Use YYSTACK_ALLOC to allocate stack.
14014 If it was malloc'd, free it.
14016 1997-04-23 Richard Stallman <rms@gnu.org>
14019 (alloca) [__hpux]: Always define as __builtin_alloca.
14021 1997-04-23 Richard Stallman <rms@gnu.org>
14024 (alloca) [__hpux]: Always define as __builtin_alloca.
14026 1997-04-22 Richard Stallman <rms@gnu.org>
14029 [__hpux]: Include alloca.h (right for HPUX 10)
14030 instead of declaring alloca (right for HPUX 9).
14032 * src/bison.s1 (__yy_memcpy):
14033 Declare arg `count' as unsigned int.
14034 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
14036 1997-04-22 Richard Stallman <rms@gnu.org>
14039 [__hpux]: Include alloca.h (right for HPUX 10)
14040 instead of declaring alloca (right for HPUX 9).
14042 * bison.simple (__yy_memcpy):
14043 Declare arg `count' as unsigned int.
14044 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
14046 1997-01-03 Richard Stallman <rms@gnu.org>
14048 * src/allocate.c: [__STDC__ or _MSC_VER]:
14049 Declare calloc and realloc to return void *.
14051 1997-01-02 Richard Stallman <rms@gnu.org>
14054 [_MSC_VER]: Include stdlib.h and process.h.
14055 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
14057 * src/main.c (main): Return FAILURE as a value.
14058 (printable_version): Declare arg as int, not char.
14060 1997-01-02 Richard Stallman <rms@gnu.org>
14062 * Makefile.in (dist):
14063 Explicitly check for symlinks, and copy them.
14065 1996-12-19 Richard Stallman <rms@gnu.org>
14068 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
14070 1996-12-18 Paul Eggert <eggert@gnu.org>
14072 * src/bison.s1 (yyparse):
14073 If __GNUC__ and YYPARSE_PARAM are both defined,
14074 declare yyparse to have a void * argument.
14076 1996-12-18 Paul Eggert <eggert@gnu.org>
14078 * bison.simple (yyparse):
14079 If __GNUC__ and YYPARSE_PARAM are both defined,
14080 declare yyparse to have a void * argument.
14082 1996-12-17 Richard Stallman <rms@gnu.org>
14084 * src/reduce.c (nbits): Add some casts.
14086 1996-08-12 Richard Stallman <rms@gnu.org>
14088 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
14090 1996-08-12 Richard Stallman <rms@gnu.org>
14092 * bison.simple: Test _MSDOS as well as _MSDOS_.
14094 1996-07-31 Richard Stallman <rms@gnu.org>
14097 [__sun && __i386]: Include alloca.h.
14099 1996-07-31 Richard Stallman <rms@gnu.org>
14102 [__sun && __i386]: Include alloca.h.
14104 1996-07-30 Richard Stallman <rms@gnu.org>
14106 * src/bison.s1: Comment change.
14108 * src/bison.s1: Test _MSDOS_, not MSDOS.
14110 1996-07-30 Richard Stallman <rms@gnu.org>
14112 * bison.simple: Comment change.
14114 * bison.simple: Test _MSDOS_, not MSDOS.
14116 1996-06-01 Richard Stallman <rms@gnu.org>
14118 * 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:
14119 Insert `_' macro around many string constants.
14122 Insert `_' macro around many string constants.
14124 (main): Call setlocale, bindtextdomain and textdomain.
14126 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
14127 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
14128 [ENABLE_NLS]: Include libintl.h.
14129 [ENABLE_NLS] (gettext): Define.
14130 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
14131 (N_, PACKAGE, LOCALEDIR): New macros.
14133 1996-06-01 Richard Stallman <rms@gnu.org>
14135 * POTFILES.in: New file.
14137 * Makefile.in (allocate.o):
14138 Define target explicitly.
14140 * Makefile.in (CFLAGS): Set to @CFLAGS@.
14141 (LDFLAGS): Set to @LDFLAGS@.
14142 (configure): Run autoconf only if preceding `cd' succeeds.
14143 (bison.s1): Redirect output to temporary file then move the
14144 temporary to the target, rather than redirecting directly to bison.s1.
14145 (clean): Remove config.status and config.log.
14146 (distclean): Don't remove config.status here.
14148 1996-05-12 Richard Stallman <rms@gnu.org>
14151 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
14153 1996-05-12 Richard Stallman <rms@gnu.org>
14156 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
14158 1996-05-11 Richard Stallman <rms@gnu.org>
14160 * src/bison.s1 (__yy_memcpy):
14161 Really reorder the args, as was supposedly done on Feb 14 1995.
14162 (yyparse): Calls changed accordingly.
14164 1996-05-11 Richard Stallman <rms@gnu.org>
14166 * Makefile.in (dist): Don't use $(srcdir).
14168 * bison.simple (__yy_memcpy):
14169 Really reorder the args, as was supposedly done on Feb 14 1995.
14170 (yyparse): Calls changed accordingly.
14172 1996-01-27 Richard Stallman <rms@gnu.org>
14174 * src/output.c (output_rule_data):
14175 Test YYERROR_VERBOSE in the conditional
14176 around the definition of ttyname.
14178 1995-12-29 Richard Stallman <rms@gnu.org>
14181 Fix line numbers in #line commands.
14183 1995-12-29 Richard Stallman <rms@gnu.org>
14186 Fix line numbers in #line commands.
14188 1995-12-27 Richard Stallman <rms@gnu.org>
14190 * src/bison.s1 (YYPARSE_PARAM_DECL):
14191 In C++, make it always null.
14192 (YYPARSE_PARAM_ARG): New macro.
14193 (yyparse): Use YYPARSE_PARAM_ARG.
14195 1995-12-27 Richard Stallman <rms@gnu.org>
14197 * bison.simple (YYPARSE_PARAM_DECL):
14198 In C++, make it always null.
14199 (YYPARSE_PARAM_ARG): New macro.
14200 (yyparse): Use YYPARSE_PARAM_ARG.
14202 1995-11-29 Richard Stallman <rms@gnu.org>
14204 * doc/bison.texinfo:
14205 Describe literal string tokens, %raw, %no_lines, %token_table.
14207 1995-11-29 Daniel Hagerty <hag@gnu.org>
14209 * doc/bison.texinfo: Fixed update date
14211 1995-10-16 Richard Stallman <rms@gnu.org>
14213 * src/version.c: Version 1.25.
14215 1995-10-16 Richard Stallman <rms@gnu.org>
14217 * NEWS: *** empty log message ***
14219 1995-10-16 Richard Stallman <rms@gnu.org>
14221 * doc/bison.1, doc/bison.rnh:
14224 1995-10-15 Richard Stallman <rms@gnu.org>
14226 * src/vmsgetargs.c, src/getargs.c:
14227 Added -n, -k, and -raw switches.
14228 (noparserflag, toknumflag, rawtoknumflag): New variables.
14230 * src/symtab.h (SALIAS):
14231 New #define for adding aliases to %token.
14232 (struct bucket): Added `alias' field.
14234 * src/reduce.c (reduce_grammar):
14235 Revise error message.
14236 (print_notices): Remove final `.' from error message.
14238 * src/reader.c (reader_output_yylsp):
14240 (readgram): Use `#if 0' around code that accepted %command
14241 inside grammar rules: The documentation doesn't allow it,
14242 and it will fail since the %command processors scan for the next %.
14243 (parse_token_decl): Extended the %token
14244 declaration to allow a multi-character symbol as an alias.
14245 (parse_thong_decl): New function.
14246 (read_declarations): Added %thong declarations.
14247 (read_declarations): Handle NOOP to deal with allowing
14248 % declarations as another means to specify the flags.
14249 (readgram): Allow %prec prior to semantics embedded in a rule.
14250 (skip_to_char, read_declarations, copy_definition)
14251 (parse_token_decl, parse_start_decl, parse_type_decl)
14252 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
14253 (get_type_name, copy_guard, copy_action, readgram)
14254 (get_type, packsymbols): Revised most error messages.
14255 Changed `fatal' to `warnxxx' to avoid aborting for error.
14256 Revised and use multiple warnxxx functions to avoid using VARARGS1.
14257 (read_declarations): Improve the error message for
14258 an invalid character. Do not abort.
14259 (read_declarations, copy_guard, copy_action): Use
14260 printable_version to avoid unprintable characters in printed output.
14261 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
14262 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
14263 Allow the type of a non-terminal can be given
14264 more than once, as long as all specifications give the same type.
14267 (output_headers, output_trailers, output, output_gram)
14268 (output_rule_data): Implement noparserflag variable.
14269 Implement toknumflag variable.
14270 (output): Call reader_output_yylsp to output LTYPESTR.
14272 * src/main.c (main):
14273 If reader sees an error, don't process the grammar.
14274 (fatals): Updated to not use VARARGS1.
14275 (printable_version, int_to_string, warn, warni, warns, warnss)
14276 (warnsss): New error reporting functions. Avoid abort for error.
14279 Added THONG and NOOP for alias processing.
14280 Added SETOPT for the new code that allows setting options with %flags.
14283 Include getopt.h. Add some extern decls.
14284 (safegetc): New function to deal with EOF gracefully.
14285 (literalchar); new function to deal with reading \ escapes.
14286 (lex): Use literalchar.
14287 (lex): Implemented "..." tokens.
14288 (literalchar, lex, parse_percent_token): Made tokenbuffer
14289 always contain the token. This includes growing the token
14290 buffer while reading an integer.
14291 (parse_percent_token): Replaced if-else statement with percent_table.
14292 (parse_percent_token): Added % declarations as another
14293 way to specify the flags -n, -l, and -r. Also added hooks for
14294 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
14295 major changes to files.c.
14296 (lex) Retain in the incoming stream a character following
14298 (skip_white_space, lex): Revised most error messages
14299 and changed fatal to warn to avoid aborting.
14300 (percent_table): Added %thong declarations.
14302 * src/gram.h: Comment changes.
14304 * src/files.c (openfiles, open_extra_files, done):
14306 and actfile file. Handle noparserflag. Both for -n switch.
14308 * src/conflicts.c (resolve_sr_conflict):
14309 Remove use of alloca.
14311 1995-06-01 Jim Meyering <meyering@gnu.org>
14313 * doc/bison.texinfo: *** empty log message ***
14315 1995-05-06 Richard Stallman <rms@gnu.org>
14317 * src/bison.s1: Comment change.
14319 1995-05-06 Richard Stallman <rms@gnu.org>
14321 * bison.simple: Comment change.
14323 1995-05-03 Richard Stallman <rms@gnu.org>
14325 * src/version.c: Version now 1.24.
14327 * src/bison.s1: Change distribution terms.
14329 * src/version.c: Version now 1.23.
14331 1995-05-03 Richard Stallman <rms@gnu.org>
14333 * doc/bison.texinfo:
14334 Rewrite "Conditions for Using Bison".
14335 Update version to 1.24.
14337 1995-05-03 Richard Stallman <rms@gnu.org>
14339 * bison.simple: Change distribution terms.
14341 1995-02-23 Richard Stallman <rms@gnu.org>
14343 * src/files.c: Test __VMS_POSIX as well as VMS.
14345 1995-02-14 Jim Meyering <meyering@gnu.org>
14347 * src/bison.s1 (__yy_memcpy):
14348 Renamed from __yy_bcopy to avoid
14349 confusion. Reverse FROM and TO arguments to be consistent with
14352 1995-02-14 Jim Meyering <meyering@gnu.org>
14354 * bison.simple (__yy_memcpy):
14355 Renamed from __yy_bcopy to avoid
14356 confusion. Reverse FROM and TO arguments to be consistent with
14359 1994-11-10 David J. MacKenzie <djm@gnu.org>
14365 * Makefile.in (DISTFILES): Include NEWS.
14367 * Makefile.in (DISTFILES):
14368 Include install-sh, not install.sh.
14370 * configure.in: Update to Autoconf v2 macro names.
14372 1994-10-05 David J. MacKenzie <djm@gnu.org>
14374 * Makefile.in: fix typo
14376 * Makefile.in (prefix, exec_prefix):
14377 Let configure set them.
14379 1994-09-28 David J. MacKenzie <djm@gnu.org>
14381 * Makefile.in: Set datadir to $(prefix)/share.
14383 1994-09-15 Richard Stallman <rms@gnu.org>
14386 Update copyright notice and GPL version.
14388 1994-09-15 Richard Stallman <rms@gnu.org>
14391 Update copyright notice and GPL version.
14393 1994-07-12 Richard Stallman <rms@gnu.org>
14395 * src/reduce.c, src/reader.c:
14398 1994-05-05 David J. MacKenzie <djm@gnu.org>
14400 * Makefile.in: entered into RCS
14402 1994-03-26 Richard Stallman <rms@gnu.org>
14404 * src/bison.s1: entered into RCS
14406 1994-03-26 Richard Stallman <rms@gnu.org>
14408 * bison.simple: entered into RCS
14410 1994-03-25 Richard Stallman <rms@gnu.org>
14412 * src/main.c: entered into RCS
14414 1994-03-24 Richard Stallman <rms@gnu.org>
14416 * src/conflicts.c: entered into RCS
14418 1994-01-02 Richard Stallman <rms@gnu.org>
14420 * Makefile.in: *** empty log message ***
14422 1993-11-21 Richard Stallman <rms@gnu.org>
14424 * src/bison.s1: *** empty log message ***
14426 1993-11-21 Richard Stallman <rms@gnu.org>
14428 * doc/bison.texinfo: entered into RCS
14430 * doc/bison.texinfo: *** empty log message ***
14432 1993-11-21 Richard Stallman <rms@gnu.org>
14434 * bison.simple: *** empty log message ***
14436 1993-10-25 David J. MacKenzie <djm@gnu.org>
14438 * doc/bison.texinfo: *** empty log message ***
14440 1993-10-19 Richard Stallman <rms@gnu.org>
14442 * src/bison.s1: *** empty log message ***
14444 1993-10-19 Richard Stallman <rms@gnu.org>
14446 * bison.simple: *** empty log message ***
14448 1993-10-14 Richard Stallman <rms@gnu.org>
14450 * src/bison.s1: *** empty log message ***
14452 1993-10-14 Richard Stallman <rms@gnu.org>
14454 * bison.simple: *** empty log message ***
14456 1993-09-14 David J. MacKenzie <djm@gnu.org>
14458 * doc/bison.texinfo: *** empty log message ***
14460 1993-09-13 Noah Friedman <friedman@gnu.org>
14462 * Makefile.in: *** empty log message ***
14464 1993-09-10 Richard Stallman <rms@gnu.org>
14466 * src/conflicts.c: *** empty log message ***
14468 * src/system.h: entered into RCS
14470 1993-09-10 Richard Stallman <rms@gnu.org>
14472 * doc/bison.1: entered into RCS
14474 1993-09-06 Noah Friedman <friedman@gnu.org>
14476 * src/version.c: entered into RCS
14478 1993-09-06 Noah Friedman <friedman@gnu.org>
14480 * Makefile.in: *** empty log message ***
14482 1993-07-30 David J. MacKenzie <djm@gnu.org>
14484 * Makefile.in: *** empty log message ***
14486 1993-07-24 Richard Stallman <rms@gnu.org>
14488 * src/bison.s1: *** empty log message ***
14490 1993-07-24 Richard Stallman <rms@gnu.org>
14492 * bison.simple: *** empty log message ***
14494 1993-07-08 David J. MacKenzie <djm@gnu.org>
14496 * Makefile.in: *** empty log message ***
14498 1993-07-04 Richard Stallman <rms@gnu.org>
14500 * src/bison.s1: *** empty log message ***
14502 1993-07-04 Richard Stallman <rms@gnu.org>
14504 * bison.simple: *** empty log message ***
14506 1993-06-26 David J. MacKenzie <djm@gnu.org>
14508 * src/getargs.c: entered into RCS
14510 1993-06-26 David J. MacKenzie <djm@gnu.org>
14512 * doc/bison.texinfo: *** empty log message ***
14514 * doc/bison.1: New file.
14516 1993-06-25 Richard Stallman <rms@gnu.org>
14518 * src/getargs.c: New file.
14520 1993-06-16 Richard Stallman <rms@gnu.org>
14522 * src/bison.s1: *** empty log message ***
14524 1993-06-16 Richard Stallman <rms@gnu.org>
14526 * bison.simple: *** empty log message ***
14528 1993-06-03 Richard Stallman <rms@gnu.org>
14530 * src/bison.s1: New file.
14532 1993-06-03 Richard Stallman <rms@gnu.org>
14534 * doc/bison.texinfo: *** empty log message ***
14536 1993-06-03 Richard Stallman <rms@gnu.org>
14538 * bison.simple: New file.
14540 1993-05-19 Richard Stallman <rms@gnu.org>
14542 * doc/bison.texinfo: New file.
14544 1993-05-07 Noah Friedman <friedman@gnu.org>
14546 * Makefile.in: *** empty log message ***
14548 1993-04-28 Noah Friedman <friedman@gnu.org>
14550 * src/reader.c: *** empty log message ***
14552 1993-04-23 Noah Friedman <friedman@gnu.org>
14554 * src/alloc.h: entered into RCS
14556 1993-04-20 David J. MacKenzie <djm@gnu.org>
14558 * src/version.c: *** empty log message ***
14560 * src/files.c, src/allocate.c:
14563 * src/reader.c: *** empty log message ***
14565 * src/lex.c: entered into RCS
14567 * src/conflicts.c: New file.
14569 * src/symtab.c: entered into RCS
14571 * src/alloc.h: New file.
14573 * src/LR0.c: entered into RCS
14575 1993-04-18 Noah Friedman <friedman@gnu.org>
14577 * src/reader.c: New file.
14579 * src/version.c: *** empty log message ***
14581 1993-04-18 Noah Friedman <friedman@gnu.org>
14583 * Makefile.in: *** empty log message ***
14585 1993-04-17 Noah Friedman <friedman@gnu.org>
14587 * Makefile.in: *** empty log message ***
14589 1993-04-15 Richard Stallman <rms@gnu.org>
14591 * src/main.c, src/files.c:
14594 1993-04-15 Noah Friedman <friedman@gnu.org>
14596 * configure.in: entered into RCS
14598 * configure.in: *** empty log message ***
14600 * configure.in: New file.
14602 1993-04-14 Richard Stallman <rms@gnu.org>
14604 * Makefile.in: New file.
14606 1993-04-13 Richard Stallman <rms@gnu.org>
14608 * src/version.c: New file.
14610 1993-03-25 Richard Stallman <rms@gnu.org>
14612 * src/output.c: entered into RCS
14614 1992-09-25 Richard Stallman <rms@gnu.org>
14616 * configure.bat: entered into RCS
14618 1992-06-22 Richard Stallman <rms@gnu.org>
14620 * src/vmsgetargs.c: entered into RCS
14622 1992-06-22 Richard Stallman <rms@gnu.org>
14624 * doc/bison.rnh: entered into RCS
14626 1992-04-20 David J. MacKenzie <djm@gnu.org>
14628 * README: entered into RCS
14630 1992-01-22 Richard Stallman <rms@gnu.org>
14632 * src/machine.h: entered into RCS
14634 1991-12-21 Richard Stallman <rms@gnu.org>
14636 * src/lalr.c, src/closure.c:
14639 1991-12-20 Richard Stallman <rms@gnu.org>
14641 * src/state.h: entered into RCS
14643 1991-12-18 Richard Stallman <rms@gnu.org>
14645 * src/print.c, src/nullable.c, src/derives.c:
14648 1991-11-03 David J. MacKenzie <djm@gnu.org>
14650 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
14653 1988-09-09 Richard Stallman <rms@gnu.org>
14655 * src/bison.hairy: entered into RCS
14657 1987-12-16 Richard Stallman <rms@gnu.org>
14659 * REFERENCES: entered into RCS
14664 Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996,
14665 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software
14668 Copying and distribution of this file, with or without
14669 modification, are permitted provided the copyright notice and this
14670 notice are preserved.