1 2001-09-21 Akim Demaille <akim@epita.fr>
4 * Makefile.maint, config/config.guess, config/config.sub,
5 * config/missing: Update from masters.
6 * tests/Makefile.am ($(srcdir)/$(TESTSUITE)): No longer depend
8 * configure.in (ALL_LINGUAS): Add `tr'.
10 2001-09-21 Akim Demaille <akim@epita.fr>
12 * tests/Makefile.am (package.m4): Move to...
13 ($(srcdir)/$(TESTSUITE)): here.
15 2001-09-20 Akim Demaille <akim@epita.fr>
17 * src/complain.c: No longer try to be standalone: use system.h.
18 Don't assume __STDC__ is defined to 1. Just test if it is defined.
19 * src/complain.h: Likewise.
20 * src/reduce.c (useless_nonterminals, inaccessable_symbols):
21 Remove the unused variable `n'.
22 From Albert Chin-A-Young.
24 2001-09-18 Marc Autret <autret_m@epita.fr>
26 * doc/bison.1: Update.
27 * doc/bison.texinfo (Bison Options): Update --defines and --graph
29 (Option Cross Key): Update.
32 2001-09-18 Marc Autret <autret_m@epita.fr>
34 * tests/regression.at: New test (comment in %union).
36 2001-09-18 Marc Autret <autret_m@epita.fr>
38 * src/reader.c (parse_union_decl): Do not output '/'. Let copy_comment
40 Reported by Keith Browne.
42 2001-09-18 Marc Autret <autret_m@epita.fr>
44 * tests/output.at: Add tests for --defines and --graph.
46 2001-09-18 Marc Autret <autret_m@epita.fr>
48 * tests/output.at: Removes tests of %{header,src}_extension features.
50 2001-09-18 Akim Demaille <akim@epita.fr>
52 * tests/Makefile.am (package.m4): New.
53 * tests/calc.at (_AT_CHECK_CALC): Just run `calc input'.
54 (_AT_CHECK_CALC_ERROR): Likewise.
55 Factor the `, ' part of verbose error messages.
57 2001-09-18 Marc Autret <autret_m@epita.fr>
59 * src/getargs.c (longopts): Declare --defines and --graph as options
60 with optional arguments.
61 * src/files.h: Add extern declarations.
62 * src/files.c (spec_graph_file, spec_defines_file): New.
63 (output_files): Update.
64 Remove CPP-outed code.
66 2001-09-18 Marc Autret <autret_m@epita.fr>
68 Turn off %{source,header}_extension feature.
70 * src/files.c (compute_exts_from_gf): Update.
71 (compute_exts_from_src): Update.
72 (output_files): CPP-out useless code.
73 * src/files.h: Remove {header,source}_extension extern declarations.
74 * src/reader.c (parse_dquoted_param): CPP-out.
75 (parse_header_extension_decl): Remove.
76 (parse_source_extension_decl): Remove.
77 (read_declarations): Remove cases tok_{hdrext,srcext}.
78 * src/lex.c (percent_table): Remove {header,source}_extension entries.
79 * src/lex.h (token_t): Remove tok_hdrext and tok_srcext.
81 2001-09-10 Akim Demaille <akim@epita.fr>
83 * tests/output.at (AT_CHECK_BISON_FLAGS, AT_CHECK_BISON_PERCENT):
84 (AT_CHECK_BISON_PERCENT_FLAGS): Merge into...
85 (AT_CHECK_OUTPUT): this.
86 Merely check ls' exit status, its output is useless.
88 2001-09-10 Akim Demaille <akim@epita.fr>
90 * tests/calc.at: Use m4_match.
91 (_AT_DATA_CALC_Y): Check `yyin != NULL', not `stdin != NULL'.
93 2001-09-10 Marc Autret <autret_m@epita.fr>, Akim Demaille <akim@epita.fr>
95 * src/vcg.h (graph_s): color, textcolor, bordercolor are now
97 * src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
99 * src/reader.c (parse_token_decl): Initialize token with tok_eof.
100 * src/lex.h: Adjust prototype.
101 (token_t): Add `tok_undef'.
102 * src/lex.c (struct percent_table_struct): Retval is now a token_t.
103 (parse_percent_token): Now returns token_t.
104 Add default statement in switch.
105 (lex): Separate `c' as an input variable, from the token_t result
107 (unlexed): Is a token_t.
109 2001-09-10 Akim Demaille <akim@epita.fr>
111 * configure.in: Bump to 1.29a.
113 2001-09-07 Akim Demaille <akim@epita.fr>
117 2001-08-30 Akim Demaille <akim@epita.fr>
119 * tests/atgeneral.m4, tests/atconfig.in, tests/suite.at: Remove.
120 * m4/atconfig.m4: Remove.
121 * tests/testsuite.at, tests/atlocal.in, tests/output.at,
123 * tests/regression.at, tests/calc.at: Use m4_define, AT_BANNER,
124 m4_if, m4_patsubst, and m4_regexp.
125 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Use an
126 `input' file instead of echo.
128 2001-08-29 Akim Demaille <akim@epita.fr>
132 2001-08-29 Akim Demaille <akim@epita.fr>
136 2001-08-29 Paul Eggert <eggert@twinsun.com>
138 * src/bison.simple (yyparse): Don't take the address of an
139 item before the start of an array, as that doesn't conform to
142 2001-08-29 Robert Anisko <anisko_r@epita.fr>
144 * doc/bison.texinfo (Location Tracking Calc): New node.
146 2001-08-29 Paul Eggert <eggert@twinsun.com>
148 * src/output.c (output): Do not define const, as this now
149 causes more problems than it cures.
151 2001-08-29 Akim Demaille <akim@epita.fr>
153 * doc/bison.texinfo: Modernize `@node' and `@top' use: just name
155 Be sure to tag the `detailmenu'.
157 2001-08-29 Akim Demaille <akim@epita.fr>
159 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
160 download in a tmp dir.
162 2001-08-28 Marc Autret <autret_m@epita.fr>
164 * config/depcomp: New file.
166 2001-08-28 Marc Autret <autret_m@epita.fr>
168 * doc/bison.1 (mandoc): Adjust.
169 From Juan Manuel Guerrero.
171 2001-08-28 Marc Autret <autret_m@epita.fr>
173 * src/print_graph.c (print_state): Fix.
175 2001-08-27 Marc Autret <autret_m@epita.fr>
177 * src/vcg.h (classname_s, infoname_s, node_s): Constify the
179 Echo modifications to the functions prototypes.
180 * src/vcg.c (add_classname, add_infoname): Adjust arguments.
182 2001-08-27 Marc Autret <autret_m@epita.fr>
184 * src/vcg.c: Include `xalloc.h'.
185 (add_colorentry): New.
186 (add_classname): New.
188 * src/vcg.h: Add new prototypes.
190 2001-08-27 Akim Demaille <akim@epita.fr>
192 * Makefile.maint: Sync. again with CVS Autoconf.
194 2001-08-27 Akim Demaille <akim@epita.fr>
196 * Makefile.maint: Formatting changes.
197 (po-update, cvs-update, update): New targets.
200 2001-08-27 Akim Demaille <akim@epita.fr>
202 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
203 * Makefile.maint: Sync. with CVS Autoconf.
205 2001-08-27 Marc Autret <autret_m@epita.fr>
207 * src/vcg.h (struct infoname_s): New.
208 (struct colorentry_s): New.
209 (graph_s): New fields {vertical,horizontal}_order in structure.
210 Add `infoname' field.
211 Add `colorentry' field;
212 * src/vcg_defaults.h (G_VERTICAL_ORDER): New.
213 (G_HORIZONTAL_ORDER): New.
216 * src/vcg.c (output_graph): Add output of {vertical,horizontal}_order.
217 Add output of `infoname'.
218 Add output of `colorentry'.
220 2001-08-27 Marc Autret <autret_m@epita.fr>
222 * src/reader.c (parse_dquoted_param): Rename variable `index' to `i'.
223 This one shadowed a global parameter.
225 2001-08-24 Marc Autret <autret_m@epita.fr>
227 * src/print_graph.c (node_output_size): Declared POSIX `size_t' type,
228 instead of `unsigned'.
229 (print_state): Do not call obstack_object_size () in obstack_grow ()
230 to avoid macro variables shadowing.
232 2001-08-23 Marc Autret <autret_m@epita.fr>
234 * src/lex.c (percent_table): Typo: s/naem/name/.
236 Normalize new options declarations.
238 2001-08-20 Pascal Bart <pascal.bart@epita.fr>
240 * tests/suite.at: Exercise %header_extension and %source_extension.
242 2001-08-16 Marc Autret <autret_m@epita.fr>
244 * src/reader.c (parse_dquoted_param): New.
245 (parse_header_extension_decl): Use it.
246 (parse_source_extension_decl): Likewise.
248 2001-08-16 Marc Autret <autret_m@epita.fr>
250 * src/vcg.c: Remove includes of `complain.h' and `xalloc.h'.
251 (get_xxxx_str): Use assert () instead of complain ().
252 Remove return invokations in default cases.
253 (get_decision_str): Modify default behaviour. Remove second argument.
254 Echo modifications on calls.
257 2001-08-16 Marc Autret <autret_m@epita.fr>
259 * src/getargs.c (usage): Update with ``-g, --graph''.
261 2001-08-16 Marc Autret <autret_m@epita.fr>
263 * doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
264 (Option Cross Key): Likewise.
265 * doc/bison.1: Update.
267 2001-08-15 Akim Demaille <akim@epita.fr>
271 2001-08-15 Marc Autret <autret_m@epita.fr>
273 * src/reader.c (readgram): Indent output macro YYSTYPE.
274 (packsymbols): Likewise.
275 (output_token_defines): Likewise.
276 * src/files.c: Standardize.
277 (compute_header_macro): New.
278 (defines_obstack_save): New. Use compute_header_macro.
279 (output_files): Update. Use defines_obstack_save.
281 2001-08-15 Akim Demaille <akim@epita.fr>
283 * doc/bison.texinfo (Table of Symbols): Document
286 2001-08-15 Akim Demaille <akim@epita.fr>
288 * missing: Update from CVS Automake.
289 * config/config.guess, config/config.sub, config/texinfo.tex:
292 2001-08-15 Akim Demaille <akim@epita.fr>
294 * Makefile.maint: Sync with CVS Autoconf.
296 2001-08-14 Pascal Bart <pascal.bart@epita.fr>
298 * doc/bison.texinfo: Include GNU Free Documentation License from
300 * doc/fdl.texi: Add to package.
302 2001-08-14 Marc Autret <autret_m@epita.fr>
304 Turn on %{source,header}_extension features.
306 * src/lex.c (percent_table): Un-CPP out header_extension and
308 * src/files.c (compute_exts_from_gf): Compare pointers with NULL.
309 (compute_exts_from_src): Remove conditions. It restores priorities
312 2001-08-14 Marc Autret <autret_m@epita.fr>
314 * src/files.c (compute_base_names): Add extensions computing when
315 `--file-prefix' used.
316 Standardize function calls.
318 2001-08-13 Marc Autret <autret_m@epita.fr>
320 * src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
321 defining it (defined but null disables alloca).
323 2001-08-13 Marc Autret <autret_m@epita.fr>
325 * src/bison.simple (_yy_memcpy): CPP reformat.
327 2001-08-13 Pascal Bart <pascal.bart@epita.fr>
329 * tests/atconfig.in (CPPFLAGS): Fix.
331 2001-08-10 Pascal Bart <pascal.bart@epita.fr>
333 * doc/bison.texinfo: Include GNU General Public License from
335 * doc/gpl.texi: Add to package.
337 2001-08-10 Marc Autret <autret_m@epita.fr>
339 * src/print_graph.h: Fix.
340 * src/reader.c (read_declarations): Use parse_header_extension_decl ().
342 2001-08-10 Akim Demaille <akim@epita.fr>
344 * src/system.h: Provide default declarations for stpcpy, strndup,
347 2001-08-10 Robert Anisko <anisko_r@epita.fr>
349 * doc/bison.texinfo (Locations): Update @$ stuff.
351 2001-08-09 Robert Anisko <anisko_r@epita.fr>
353 * src/bison.simple (YYLLOC_DEFAULT): Update.
356 2001-08-08 Marc Autret <autret_m@epita.fr>
358 * doc/bison.texinfo: Change @samp{$<@dots{}>} to
359 @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.
360 Reported by Fabrice Bauzac.
362 2001-08-08 Marc Autret <autret_m@epita.fr>
364 * src/vcg_default.h: Use NULL instead of 0 to initialize pointers.
365 * src/vcg.c (output_node): Fix.
366 * src/vcg.h: Cleanup.
367 * src/print_graph.c: Add comments.
368 (node_output_size): New global variable. Simplify the formatting of
369 the VCG graph output.
370 (print_actions): Unused code is now used. It notifies the final state
371 and no action states in the VCG graph. It also give the reduce actions.
372 The `shift and goto' edges are red and the `go to state' edges are
374 Get the current node name and node_obstack by argument.
375 (node_obstack): New variable.
376 (print_state): Manage node_obstack.
377 (print_core): Use node_obstack given by argument.
378 A node is not only computed here but in print_actions also.
379 (print_graph): CPP out useless code instead of commenting it.
381 2001-08-07 Pascal Bart <pascal.bart@epita.fr>
383 * tests/atconfig.in (CPPFLAGS): Fix.
385 2001-08-07 Akim Demaille <akim@epita.fr>
387 * src/print_graph.c (quote): New.
388 (print_core): Use it.
390 2001-08-06 Akim Demaille <akim@epita.fr>, Marc Autret <autret_m@epita.fr>
392 * src/vcg.c (complain.h): Include it.
393 Unepitaize `return' invocations.
394 [NDEBUG] (main): Remove.
395 * src/vcg.h (node_t, edge_t, graph_t): Constify the char * members.
396 * src/files.c (open_files): Initialize graph_obstack.
397 * src/print_graph.c (print_actions): CPP out useless code.
398 (print_core): Don't output the last `\n' in labels.
400 * src/files.c (output_files): Output the VCG file.
401 * src/main.c (main): Invoke print_graph ();
403 2001-08-06 Marc Autret <autret_m@epita.fr>
405 Automaton VCG graph output.
406 Using option ``-g'' or long option ``--graph'', you can generate
407 a gram_filename.vcg file containing a VCG description of the LALR (1)
408 automaton of your grammar.
410 * src/main.c: Call to print_graph() function.
411 * src/getargs.h: Update.
412 * src/getargs.c (options): Update to catch `-g' and `--graph' options.
413 (graph_flag): New flag.
415 (getargs): Add case `g'.
416 * src/files.c (graph_obstack): New obstack struct.
417 (open_files): Initialize new obstack.
418 (output_files): Saves graph_obstack if required.
419 * src/files.h (graph_obstack): New extern declaration.
420 * src/Makefile.am: Add new source files.
422 2001-08-06 Marc Autret <autret_m@epita.fr>
424 * src/print_graph.c, src/print_graph.h (graph): New.
425 * src/vcg.h: New file.
426 * src/vcg.c: New file, VCG graph handling.
428 2001-08-06 Marc Autret <autret_m@epita.fr>
430 Add of %source_extension and %header_extension which specify
431 the source or/and the header output file extension.
433 * src/files.c (compute_base_names): Remove initialisation of
434 src_extension and header_extension.
435 (compute_exts_from_gf): Update.
436 (compute_exts_from_src): Update.
437 (output_files): Update.
438 * src/reader.c (parse_header_extension_decl): New.
439 (parse_source_extension_decl): New.
440 (read_declarations): New case statements for the new tokens.
441 * src/lex.c (percent_table): Add entries for %source_extension
442 and %header_extension.
443 * src/lex.h (token_e): New tokens tok_hdrext and tok_srcext.
445 2001-08-06 Marc Autret <autret_m@epita.fr>
447 * configure.in: Bump to 1.28c.
448 * doc/bison.texinfo: Texinfo thingies.
450 2001-08-04 Pascal Bart <pascal.bart@epita.fr>
452 * tests/atconfig.in (CPPFLAGS): Add.
453 * tests/calc.at (AT_CHECK): Use CPPFLAGS.
455 2001-08-03 Akim Demaille <akim@epita.fr>
459 2001-08-03 Akim Demaille <akim@epita.fr>
461 * tests/Makefile.am (check-local): Ship testsuite.
462 * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
465 2001-08-03 Akim Demaille <akim@epita.fr>
467 * configure.in: Try using -Wformat when compiling.
469 2001-08-03 Akim Demaille <akim@epita.fr>
471 * configure.in: Bump to 1.28b.
473 2001-08-03 Akim Demaille <akim@epita.fr>
475 * src/complain.c: Adjust strerror_r portability issues.
477 2001-08-03 Akim Demaille <akim@epita.fr>
481 2001-08-03 Akim Demaille <akim@epita.fr>
483 * src/getargs.c, src/getarg.h (skeleton)): Constify.
484 * src/lex.c (literalchar): Avoid name clashes on `buf'.
485 * src/getargs.c: Include complain.h.
486 * src/files.c, src/files.h (skeleton_find): Avoid name clashes.
487 * lib/quotearg.c, lib/quotearg.h: Update from fileutils 4.1.
489 2001-08-03 Akim Demaille <akim@epita.fr>
491 * src/reader.c (readgram): Display hidden chars in error messages.
493 2001-08-03 Akim Demaille <akim@epita.fr>
495 Update to gettext 0.10.39.
497 2001-08-03 Akim Demaille <akim@epita.fr>
501 2001-08-01 Marc Autret <autret_m@epita.fr>
503 * doc/bison.texinfo: Update.
504 * doc/bison.1 (mandoc): Update.
505 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove .c and .h.
506 * src/files.c: Support output files extensions computing.
507 (src_extension): New static variable.
508 (header_extension): New static variable.
510 (get_extension_index): New function, gets the index of an extension
511 filename in a string.
512 (compute_exts_from_gf): New function, computes extensions from the
513 grammar file extension.
514 (compute_exts_from_src): New functions, computes extensions from the
515 C source file extension, file given by ``-o'' option.
516 (compute_base_names): Update.
517 (output_files): Update.
519 2001-08-01 Robert Anisko <anisko_r@epita.fr>
521 * doc/bison.texi: Document @$.
522 (Locations): New section.
524 2001-07-18 Akim Demaille <akim@epita.fr>
526 * Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
527 * config/prev-version.txt, config/move-if-change: New.
528 * Makefile.am: Adjust.
530 2001-07-08 Pascal Bart <pascal.bart@epita.fr>
532 * src/bison.simple (yyparse): Suppress warning `comparaison
533 between signed and unsigned'.
535 2001-07-05 Pascal Bart <pascal.bart@epita.fr>
537 * src/getargs.h (raw_flag): Remove.
538 * src/getargs.c: Die on `-r'/`--raw'.
539 * src/lex.c (parse_percent_token): Die on `%raw'.
540 * src/reader.c (output_token_defines): Suppress call to `raw_flag'.
541 * tests/calc.at: Suppress test with option `--raw'.
543 2001-07-14 Akim Demaille <akim@epita.fr>
546 * configure.in: Require Autoconf 2.50.
547 Update to gettext 0.10.38.
549 2001-03-16 Akim Demaille <akim@epita.fr>
551 * doc/bison.texinfo: ANSIfy the examples.
553 2001-03-16 Akim Demaille <akim@epita.fr>
555 * getargs.c (skeleton): New variable.
556 (longopts): --skeleton is a new option.
557 (shortopts, getargs): -S is a new option.
558 * getargs.h: Declare skeleton.
559 * output.c (output_parser): Use it.
561 2001-03-16 Akim Demaille <akim@epita.fr>
563 * m4/strerror_r.m4: New.
564 * m4/error.m4: Run AC_FUNC_STRERROR_R.
565 * lib/error.h, lib/error.c: Update.
567 2001-03-16 Akim Demaille <akim@epita.fr>
569 * src/getargs.c (longopts): Clean up.
571 2001-02-21 Akim Demaille <akim@epita.fr>
573 * src/reader.c (gensym): `gensym_count' is your own.
574 Use a static buf to create the symbol name, as token_buffer is no
577 2001-02-08 Akim Demaille <akim@epita.fr>
579 * src/conflicts.c (conflict_report): Be sure not to append to res
580 between two calls, which could happen if both first sprintf were
581 skipped, but not the first cp += strlen.
583 2001-02-08 Akim Demaille <akim@epita.fr>
585 * lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
586 New, from fileutils 4.0.37.
587 * configure.in: Require Autoconf 2.49c. I took some time before
588 making this decision. This is the only way out for portability
589 issues in Bison, it would mean way too much duplicate effort to
590 import in Bison features implemented in 2.49c since 2.13.
591 AC_REPLACE_FUNCS and AC_CHECK_DECLS the functions above.
593 2001-02-02 Akim Demaille <akim@epita.fr>
595 * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
596 * lib/xalloc.h, lib/xmalloc.c: Update.
598 2001-01-19 Akim Demaille <akim@epita.fr>
600 Get rid of the ad hoc handling of token_buffer in the scanner: use
603 * src/lex.c (token_obstack): New.
604 (init_lex): Initialize it. No longer call...
605 (grow_token_buffer): this. Remove it.
606 Adjust all the places which used it to use the obstack.
608 2001-01-19 Akim Demaille <akim@epita.fr>
610 * src/lex.h: Rename all the tokens:
611 s/\bENDFILE\b/tok_eof/g;
612 s/\bIDENTIFIER\b/tok_identifier/g;
614 Let them be enums, not #define, to ease debugging.
617 2001-01-18 Akim Demaille <akim@epita.fr>
619 * src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
620 * src/lex.c (maxtoken, grow_token_buffer): Static.
622 2001-01-18 Akim Demaille <akim@epita.fr>
624 Since we now use obstacks, more % directives can be enabled.
626 * src/lex.c (percent_table): Also accept `%yacc',
627 `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
629 Handle the actions for `%semantic_parser' and `%pure_parser' here,
630 instead of returning a token.
631 * src/lex.h (SEMANTIC_PARSER, PURE_PARSER): Remove, unused.
632 * src/reader.c (read_declarations): Adjust.
633 * src/files.c (open_files): Don't call `compute_base_names', don't
634 compute `attrsfile' since they depend upon data which might be
635 *in* the input file now.
636 (output_files): Do it here.
637 * src/output.c (output_headers): Document the fact that this patch
638 introduces a guaranteed SEGV for semantic parsers.
639 * doc/bison.texinfo: Document them.
640 * tests/suite.at: Exercise these %options.
642 2000-12-20 Akim Demaille <akim@epita.fr>
644 Also handle the output file (--verbose) with obstacks.
646 * files.c (foutput): Remove.
647 (output_obstack): New.
648 Adjust all dependencies.
649 * src/conflicts.c: Return a string.
650 * src/system.h (obstack_grow_string): Rename as...
651 (obstack_sgrow): this. Be ready to work with non literals.
652 (obstack_fgrow4): New.
654 2000-12-20 Akim Demaille <akim@epita.fr>
656 * src/files.c (open_files): Fix the computation of short_base_name
657 in the case of `-o foo.tab.c'.
659 2000-12-20 Akim Demaille <akim@epita.fr>
661 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
662 (copy_dollar): Now that everything uses obstacks, get rid of the
665 2000-12-20 Akim Demaille <akim@epita.fr>
667 * src/files.c (open_files): Actually the `.output' file is based
668 on the short_base_name, not base_name.
669 * tests/suite.at (Checking output file names): Adjust.
671 2000-12-20 Akim Demaille <akim@epita.fr>
673 * src/bison.s1: Remove, we now use directly...
674 * src/bison.simple: this.
675 * src/Makefile.am: Use pkgdata instead of data.
677 2000-12-20 Akim Demaille <akim@epita.fr>
679 * src/files.c (guard_obstack): New.
680 (open_files): Initialize it.
681 (output_files): Dump it...
682 * src/files.h: Export it.
683 * src/reader.c (copy_guard): Use it.
685 2000-12-19 Akim Demaille <akim@epita.fr>
687 * src/files.c (outfile, defsfile, actfile): Removed as global
689 (open_files): Don't compute them.
690 (output_files): Adjust.
691 (base_name, short_base_name): Be global.
694 2000-12-19 Akim Demaille <akim@epita.fr>
696 * src/files.c (strsuffix): New.
697 (stringappend): Be just like strcat but allocate.
698 (base_names): Eve out from open_files.
699 Try to simplify the rather hairy computation of base_name and
701 (open_files): Use it.
702 * tests/suite.at (Checking output file names): New test.
704 2000-12-19 Akim Demaille <akim@epita.fr>
706 * src/system.h (obstack_grow_literal_string): Rename as...
707 (obstack_grow_string): this.
708 * src/output.c (output_parser): Recognize `%% actions' instead of
710 * src/bison.s1: s/$/%% actions/.
711 * src/bison.hairy: Likewise.
713 2000-12-19 Akim Demaille <akim@epita.fr>
715 * src/output.c (output_parser): Compute the `#line' lines when
717 * src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
718 Suggested by Hans Aberg.
720 2000-12-19 Akim Demaille <akim@epita.fr>
722 Let the handling of the skeleton files be local to the procedures
725 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
727 (fparser, open_extra_files): Remove.
728 (open_files, output_files): Don't take care of fparser.
729 * src/files.h: Adjust.
730 * src/output.c (output_parser): Open and close the file to the
732 * src/reader.c (read_declarations): When %semantic_parser, open
735 2000-12-19 Akim Demaille <akim@epita.fr>
737 * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
738 * src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
740 2000-12-19 Akim Demaille <akim@epita.fr>
742 * src/files.c (open_files): Yipee! We no longer need all the code
743 looking for `/tmp' since we have no tmp file.
745 2000-12-19 Akim Demaille <akim@epita.fr>
747 * src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_GUARD_C):
749 * src/files.c (open_files): Less dependency on MSDOS etc.
751 2000-12-14 Akim Demaille <akim@epita.fr>
753 * src/bison.s1 (YYLLOC_DEFAULT): New macro.
754 Provide a default definition.
755 Use it when executing the default @ action.
756 * src/reader.c (reader_output_yylsp): No longer include
757 `timestamp' and `text' in the default YYLTYPE.
759 2000-12-12 Akim Demaille <akim@epita.fr>
761 * src/reader.c (copy_definition, parse_union_decl, copy_action)
762 (copy_guard): Quote the file names.
763 Reported by Laurent Mascherpa.
765 2000-12-12 Akim Demaille <akim@epita.fr>
767 * src/output.c (output_headers, output_program, output): Be sure
768 to escape special characters when outputting filenames.
769 (ACTSTR_PROLOGUE, ACTSTR_EPILOGUE): Remove.
770 (output_headers): Don't depend on them, Use ACTSTR.
772 2000-11-17 Akim Demaille <akim@epita.fr>
774 * lib/obstack.h: Formatting changes.
775 (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
776 prevents type checking.
777 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
778 cast the value to (void *): assigning a `foo *' to a `void *'
780 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
781 * src/reader.c (parse_union_decl): Typo: use obstack_1grow to
784 2000-11-17 Akim Demaille <akim@epita.fr>
786 * tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
788 (suite.m4, regression.m4, calc.m4): these.
789 * tests/atgeneral.m4: Update from CVS Autoconf.
791 2000-11-17 Akim Demaille <akim@epita.fr>
793 * tests/regression.m4 (%union and --defines): New test,
794 demonstrating a current bug in the obstack implementation.
796 2000-11-17 Akim Demaille <akim@epita.fr>
798 * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
800 Use them to declare the variables which are global or local to
803 2000-11-17 Akim Demaille <akim@epita.fr>
805 * acconfig.h: Remove, no longer used.
807 2000-11-07 Akim Demaille <akim@epita.fr>
809 * src: s/Copyright (C)/Copyright/g.
811 2000-11-07 Akim Demaille <akim@epita.fr>
813 * src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
815 * src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
817 2000-11-07 Akim Demaille <akim@epita.fr>
819 * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
820 Merge in a single CPP if/else.
822 2000-11-07 Akim Demaille <akim@epita.fr>
824 * src/output.c (output): Remove useless variables.
825 * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
826 argument `data' for consistency with the prototypes.
828 (obstack_copy, obstack_copy0): Rename the second argument as
829 `address' for consistency. Qualify it `const'.
830 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
831 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
832 `const' their input argument (`data' or `address').
833 Adjust the corresponding macros to include `const' in casts.
835 2000-11-03 Akim Demaille <akim@epita.fr>
837 * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
838 s/PFILE1/BISON_HAIRY/.
841 2000-11-03 Akim Demaille <akim@epita.fr>
843 For some reason, this was not applied.
845 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
846 `unlink': it's no longer used.
848 2000-11-03 Akim Demaille <akim@epita.fr>
850 * src/files.c (skeleton_find): New function, eved out of...
851 (open_files, open_extra_files): here.
853 2000-11-03 Akim Demaille <akim@epita.fr>
857 * src/files.c (obstack_save): New function.
859 (output_files): this.
861 * src/main.c (main): Don't use `atexit' to register `done', since
862 it no longer has to remove tmp files, just call `output_files'
863 when there are no errors.
865 2000-11-02 Akim Demaille <akim@epita.fr>
867 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
868 `unlink': it's no longer used.
869 * src/files.h: Formatting changes.
871 2000-11-02 Akim Demaille <akim@epita.fr>
873 Remove the last uses of mktemp and unlink/delete.
875 * src/files.c (fdefines, ftable): Removed.
876 (defines_ostack, table_obstack): New.
877 Adjust dependencies of the former into uses of the latter.
878 * src/output.c (output_short_or_char_table, output_short_table):
879 Convert to using obstacks.
880 * src/reader.c (copy_comment2): Accept one FILE * and two
882 (output_token_defines, reader_output_yylsp): Use obstacks.
883 * src/system.h (obstack_fgrow3): New.
885 2000-11-01 Akim Demaille <akim@epita.fr>
887 Change each use of `fattrs' into a use of `attrs_obstack'.
889 * src/reader.c (copy_at): Typo: s/yylloc/yyloc/.
890 * src/files.c (fattrs): Remove.
891 (attrs_obstack): New.
892 Adjust all dependencies.
893 (done): If SEMANTIC_PARSER, dump attrs_obstack into attrsfile.
895 2000-11-01 Akim Demaille <akim@epita.fr>
898 Change each use of `faction' into a use of `action_obstack'.
900 * lib/obstack.h, lib/obstack.c: New files.
901 * src/files.c (faction): Remove.
902 (action_obstack): New.
903 Adjust all dependencies.
905 2000-10-20 Akim Demaille <akim@epita.fr>
907 * lib/quote.h (PARAMS): New macro. Use it.
909 2000-10-16 Akim Demaille <akim@epita.fr>
911 * src/output.c (output_short_or_char_table): New function.
912 (output_short_table, output_token_translations): Use it.
913 (goto_actions): Use output_short_table.
915 2000-10-16 Akim Demaille <akim@epita.fr>
917 * src/symtab.c (bucket_new): New function.
920 * src/output.c (output_short_table): New argument to display the
921 comment associated with the table.
923 (output_gram): Use it.
924 (output_rule_data): Nicer output layout for YYTNAME.
926 2000-10-16 Akim Demaille <akim@epita.fr>
928 * src/lex.c (read_typename): New function.
930 * src/reader.c (copy_dollar): Likewise.
932 2000-10-16 Akim Demaille <akim@epita.fr>
934 * src/reader.c (copy_comment2): Expect the input stream to be on
935 the `/' which is suspected to open a comment, instead of being
936 called after `//' or `/*' was read.
937 (copy_comment, copy_definition, parse_union_decl, copy_action)
938 (copy_guard): Adjust.
940 2000-10-16 Akim Demaille <akim@epita.fr>
942 * src/reader.c (parse_expect_decl): Use `skip_white_space' and
943 `read_signed_integer'.
945 2000-10-16 Akim Demaille <akim@epita.fr>
947 * src/reader.c (copy_dollar): New function.
948 (copy_guard, copy_action): Use it.
950 2000-10-16 Akim Demaille <akim@epita.fr>
952 * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
953 * m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
954 New files, from Fileutils 4.0.27.
955 * src/main.c (printable_version): Remove.
956 * src/lex.c, src/reader.c: Use `quote'.
958 2000-10-04 Akim Demaille <akim@epita.fr>
960 * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
962 2000-10-04 Akim Demaille <akim@epita.fr>
964 * doc/bison.texinfo: Various typos spotted by Neil Booth.
966 2000-10-04 Akim Demaille <akim@epita.fr>
968 When a literal string is used to define two different tokens,
969 `bison -v' segfaults.
970 Reported by Piotr Gackiewicz, and fixed by Neil Booth.
972 * tests/regression.m4: New file.
973 Include the core of the sample provided by Piotr Gackiewicz.
974 * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
977 2000-10-04 Akim Demaille <akim@epita.fr>
979 * src/reader.c (parse_expect_decl): Keep `count' within the size
983 2000-10-02 Paul Eggert <eggert@twinsun.com>
985 * bison.s1 (yyparse): Assign the default value
986 unconditionally, to avoid a GCC warning and make the parser a
989 2000-10-02 Akim Demaille <akim@epita.fr>
991 * src/getargs.c (getargs): Don't dump `--help' on unrecognized
994 2000-10-02 Akim Demaille <akim@epita.fr>
996 * src/derives.c, src/print.c, src/reduce.c: To ease the
997 translation, move some `\n' out of the translated strings.
999 2000-10-02 Akim Demaille <akim@epita.fr>
1001 The location tracking mechanism is precious for parse error
1002 messages. Nevertheless, it is enabled only when `@n' is used in
1003 the grammar, which is a different issue (you can use it in error
1004 message, but not in the grammar per se). Therefore, there should
1005 be another means to enable it.
1007 * src/getargs.c (getargs): Support `--locations'.
1009 * src/getargs.h (locationsflag): Export it.
1010 * src/lex.c (percent_table): Support `%locations'.
1011 * src/reader.c (yylsp_needed): Remove this variable, now replaced
1012 with `locationsflag'.
1013 * doc/bison.texinfo: Document `--locations' and `%locations'.
1015 * tests/calc.m4: Test it.
1017 For regularity of the names, replace each
1018 (nolineflag, toknumflag, rawtokenumflag, noparserflag): with...
1019 (no_lineflag, token_tableflag, rawflag, no_parserflag): this.
1020 In addition replace each `flag' with `_flag'.
1022 2000-10-02 Akim Demaille <akim@epita.fr>
1024 Also test parse error messages, including with YYERROR_VERBOSE.
1026 * tests/calc.m4 (calc.y): Add support for `exp = exp' (non
1028 Use it to check the computations.
1029 Use it to check `nonassoc' is honored.
1030 (AT_DATA_CALC_Y): Equip `calc.y' with YYERROR_VERBOSE when passed
1031 `--yyerror-verbose'.
1032 (_AT_CHECK_CALC): Adjust to this option.
1033 (_AT_CHECK_CALC_ERROR): New macro to check parse error messages.
1035 2000-10-02 Akim Demaille <akim@epita.fr>
1037 Test also `--verbose', `--defines' and `--name-prefix'. Testing
1038 the latter demonstrates a flaw in the handling of non debugging
1039 parsers introduced by myself on 2000-03-16: `#define yydebug 0'
1040 was used in order to simplify:
1056 unfortunately this leads to a CPP conflict when
1057 `--name-prefix=foo' is used since it produces `#define yydebug
1060 * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
1061 (YYDPRINTF): New macro.
1063 * tests/calc.m4 (AT_CHECK_CALC): Do require a title, build it from
1065 Also test `--verbose', `--defines' and `--name-prefix'.
1067 2000-10-02 Akim Demaille <akim@epita.fr>
1069 Improve the readability of the produced parsers.
1071 * src/bison.s1: Formatting changes.
1072 Improve the comment related to the `$' mark.
1073 (yydefault): Don't fall through to `yyresume': `goto' there.
1074 * src/output.c (output_parser): When the `$' is met, skip the end
1076 New variable, `number_of_dollar_signs', to check there's exactly
1077 one `$' in the parser skeleton.
1079 2000-10-02 Akim Demaille <akim@epita.fr>
1081 * lib/xstrdup.c: New file, from the fileutils.
1082 * src/reader.c (parse_token_decl, get_type_name, parse_type_decl)
1083 (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
1084 instead of strlen + xmalloc + strcpy.
1085 * src/symtab.c (copys): Remove, use xstrdup instead.
1087 2000-10-02 Akim Demaille <akim@epita.fr>
1089 * src/gram.h (associativity): New enum type which replaces the
1090 former CPP macros `RIGHT_ASSOC', `LEFT_ASSOC' and `NON_ASSOC' with
1091 `right_assoc', `left_assoc' and `non_assoc'.
1092 Adjust all dependencies.
1093 * src/reader.c: Formatting changes.
1094 (LTYPESTR): Don't define it, use it as a literal in
1095 `reader_output_yylsp'.
1096 * src/symtab.h (symbol_class): New enum type which replaces the
1097 former CPP macros `SUNKNOWN', `STOKEN and `SNTERM' with
1098 `sunknown', `stoken and `snterm'.
1100 2000-10-02 Akim Demaille <akim@epita.fr>
1102 * src/getargs.c (fixed_outfiles): Rename as...
1103 (yaccflag): for consistency and accuracy.
1104 Adjust dependencies.
1106 2000-10-02 Akim Demaille <akim@epita.fr>
1108 Use the more standard files `xalloc.h' and `xmalloc.c' instead of
1109 Bison's `allocate.c' and `alloc.h'. This patch was surprisingly
1110 difficult and introduced a lot of core dump. It turns out that
1111 Bison used an implementation of `xmalloc' based on `calloc', and
1112 at various places it does depend upon the initialization to 0. I
1113 have not tried to isolate the pertinent places, and all the former
1114 calls to Bison's `xmalloc' are now using `XCALLOC'. Someday,
1115 someone should address this issue.
1117 * src/allocate.c, src/alloc.h, m4/bison-decl.m4: Remove.
1118 * lib/xmalloc.c, lib/xalloc.h, m4/malloc.m4, m4/realloc.m4: New
1120 Adjust dependencies.
1121 * src/warshall.h: New file.
1124 2000-10-02 Akim Demaille <akim@epita.fr>
1126 Various anti-`extern in *.c' changes.
1128 * src/system.h: Include `assert.h'.
1130 2000-10-02 Akim Demaille <akim@epita.fr>
1132 * src/state.h (nstates, final_state, first_state, first_shift)
1133 (first_reduction): Move their exportation from here...
1134 * src/LR0.h: to here.
1135 Adjust dependencies.
1136 * src/getargs.c (statisticsflag): New variable.
1137 Add support for `--statistics'.
1138 Adjust dependencies.
1140 Remove a lot of now useless `extern' statements in most files.
1142 2000-10-02 Akim Demaille <akim@epita.fr>
1144 * src/LR0.h: New file.
1147 2000-10-02 Akim Demaille <akim@epita.fr>
1149 * src/print.h: New file.
1151 * src/print.c: Formatting and ordering changes.
1152 (verbose, terse): Replace with...
1153 (print_results): this new function.
1154 Adjust dependencies.
1156 2000-10-02 Akim Demaille <akim@epita.fr>
1158 * src/conflicts.c (conflict_report): New function.
1159 (conflict_log, verbose_conflict_log): Replace with...
1160 (print_conflicts): this function.
1161 Adjust dependencies.
1162 * src/conflicts.h: New file.
1163 Propagate its inclusion.
1165 2000-10-02 Akim Demaille <akim@epita.fr>
1167 * src/nullable.h: New file.
1168 Propagate its inclusion.
1169 * src/nullable.c: Formatting changes.
1171 2000-10-02 Akim Demaille <akim@epita.fr>
1173 * src/reduce.h: New file.
1174 Propagate its inclusion.
1175 * src/reduce.c: Topological sort and other formatting changes.
1176 (bool, TRUE, FALSE): Move their definition to...
1177 * src/system.h: here.
1179 2000-10-02 Akim Demaille <akim@epita.fr>
1181 * src/files.c: Formatting changes.
1182 (tryopen, tryclose, openfiles): Rename as...
1183 (xfopen, xfclose, open_files): this.
1184 (stringappend): static.
1185 * src/files.h: Complete the list of exported symbols.
1188 2000-10-02 Akim Demaille <akim@epita.fr>
1190 * src/reader.h: New file.
1191 Propagate its use instead of tedious list of `extern' and
1193 * src/reader.c: Formatting changes, topological sort,
1196 2000-10-02 Akim Demaille <akim@epita.fr>
1198 * src/lex.h: Prototype `lex.c' exported functions.
1199 * src/reader.c: Adjust.
1200 * src/lex.c: Formatting changes.
1201 (safegetc): Rename as...
1204 2000-10-02 Akim Demaille <akim@epita.fr>
1206 * src/lalr.h: New file.
1207 Propagate its inclusion instead of prototypes and `extern'.
1208 * src/lalr.c: Formatting changes, topological sorting etc.
1210 2000-10-02 Akim Demaille <akim@epita.fr>
1212 * src/output.c (token_actions): Introduce a temporary array,
1213 YYDEFACT, that makes it possible for this function to use
1216 2000-10-02 Akim Demaille <akim@epita.fr>
1218 `user_toknums' is output as a `short[]' in `output.c', while it is
1219 defined as a `int[]' in `reader.c'. For consistency with the
1220 other output tables, `user_toknums' is now defined as a table of
1223 * src/reader.c (user_toknums): Be a short table instead of an int
1225 Adjust dependencies.
1227 Factor the short table outputs.
1229 * src/output.c (output_short_table): New function.
1230 * src/output.c (output_gram, output_stos, output_rule_data)
1231 (output_base, output_table, output_check): Use it.
1233 2000-10-02 Akim Demaille <akim@epita.fr>
1235 * src/output.c (output): Topological sort of the functions, in
1236 order to get rid of the `static' prototypes.
1237 No longer use `register'.
1238 * src/output.h: New file.
1239 Propagate its inclusion in files explicitly prototyping functions
1242 2000-09-21 Akim Demaille <akim@epita.fr>
1244 * src/atgeneral.m4: Update from Autoconf.
1246 2000-09-21 Akim Demaille <akim@epita.fr>
1248 * src/closure.h: New file.
1249 * src/closure.c: Formatting changes, topological sort over the
1250 functions, use of closure.h.
1251 (initialize_closure, finalize_closure): Rename as...
1252 (new_closure, free_closure): these. Adjust dependencies.
1253 * src/LR0.c: Formatting changes, topological sort, use of
1255 (initialize_states): Rename as...
1257 * src/Makefile.am (noinst_HEADERS): Adjust.
1259 2000-09-20 Akim Demaille <akim@epita.fr>
1261 * src/acconfig.h: Don't protect config.h against multiple
1263 Don't define PARAMS.
1264 * src/system.h: Define PARAMS.
1265 Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the
1266 purpose of config.h. system.h must not try to fix wrong
1267 definitions in config.h.
1269 2000-09-20 Akim Demaille <akim@epita.fr>
1271 * src/derives.h: New file.
1272 * src/main.c, src/derives.h: Use it.
1274 * src/Makefile.am (noinst_HEADERS): Adjust.
1276 2000-09-20 Akim Demaille <akim@epita.fr>
1278 * tests/atgeneral.m4: Update from Autoconf.
1279 * tests/calc.m4 (_AT_DATA_CALC_Y, AT_DATA_CALC_Y, _AT_CHECK_CALC)
1280 (AT_CHECK_CALC): New macros.
1281 Use these macros to test bison with options `', `--raw',
1282 `--debug', `--yacc', `--yacc --debug'.
1284 2000-09-19 Akim Demaille <akim@epita.fr>
1286 * src/output.c: Formatting changes.
1287 * src/machine.h: Remove, leaving its contents in...
1288 * src/system.h: here.
1290 Adjust all dependencies on stdio.h and machine.h.
1291 * src/getargs.h: New file.
1292 Let all `extern' declarations about getargs.c be replaced with
1293 inclusion of `getargs.h'.
1294 * src/Makefile.am (noinst_HEADERS): Adjust.
1296 * tests/calc.m4 (yyin): Be initialized in main, not on the global
1298 (yyerror): Returns void, not int.
1299 * doc/bison.texinfo: Formatting changes.
1301 2000-09-19 Akim Demaille <akim@epita.fr>
1303 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
1306 2000-09-18 Akim Demaille <akim@epita.fr>
1308 * configure.in: Append WARNING_CFLAGS to CFLAGS.
1309 * src/Makefile.am (INCLUDES): Don't.
1310 Be ready to fetch headers in lib/.
1312 2000-09-18 Akim Demaille <akim@epita.fr>
1314 * doc/bison.texinfo: Update the copyright.
1315 ANSIfy and GNUify the examples.
1316 Remove the old menu.
1318 2000-09-18 Akim Demaille <akim@epita.fr>
1320 First set of tests: use the `calc' example from the documentation.
1322 * src/bison.s1 (yyparse): Condition the code using `yytname' which
1323 is defined only when YYDEBUG is.
1324 * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
1325 * src/files.c (tryopen, tryclose): Formatting changes.
1326 Move to the top and be static.
1327 * src/reader.c (read_signed_integer): Likewise.
1328 * tests/calc.m4: New file.
1329 * Makefile.am, suite.m4: Adjust.
1330 * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
1332 2000-09-18 Akim Demaille <akim@epita.fr>
1334 Add support for an Autotest test suite for Bison.
1336 * m4/m4.m4, m4/atconfig.m4: New files.
1337 * m4/Makefile.am (EXTRA_DIST): Adjust.
1338 * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
1340 * src/getargs.c: Display a more standard --version message.
1341 * src/reader.c (reader): Formatting changes.
1342 No longer depend upon VERSION_STRING.
1343 * configure.in: No longer use `dnl'.
1344 Set up the test suite and the new directory `tests/.
1345 (VERSION_STRING): Remove.
1347 2000-04-14 Akim Demaille <akim@epita.fr>
1349 * src/reader.c (copy_comment2): New function, same as former
1350 `copy_comment', but outputs into two FILE *.
1351 (copy_comment): Use it.
1352 (parse_union_decl): Use it.
1353 (get_type, parse_start_decl): Use the same `invalid' message.
1354 (parse_start_decl, parse_union_decl): Use the same `multiple'
1356 (parse_union_decl, copy_guard, copy_action): Use the same
1357 `unmatched' message.
1358 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
1360 2000-03-31 Akim Demaille <akim@epita.fr>
1362 * src/files.c (tryopen, tryclose): Move to the top.
1365 2000-03-31 Akim Demaille <akim@epita.fr>
1367 * src/main.c (main): Don't call `done', exit does it.
1369 2000-03-31 Akim Demaille <akim@epita.fr>
1371 * allocate.c: s/return (foo)/return foo/.
1374 * output.c: Likewise.
1375 * reader.c: Likewise.
1376 * symtab.c: Likewise.
1377 * vmsgetargs.c: Likewise.
1379 2000-03-31 Akim Demaille <akim@epita.fr>
1381 Clean up the error reporting functions.
1383 * src/report.c: New file.
1384 * src/report.h: Likewise.
1385 * src/Makefile.am: Adjust.
1386 * m4/error.m4: New file.
1387 * m4/Makefile.am: Adjust.
1388 * configure.in (jm_PREREQ_ERROR): Call it.
1389 * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
1391 (fatal, fatals): Remove. All callers use complain.c::fatal.
1392 (warn, warni, warns, warnss, warnss): Remove. All callers use
1393 complain.c::complain.
1394 (toomany): Remove, use fatal instead.
1395 * src/files.c (done): No argument, use complain_message_count.
1396 * src/main.c (main): Register `done' to `atexit'.
1398 * src/getargs.c (usage): More `fputs', less `fprintf'.
1400 2000-03-28 Akim Demaille <akim@epita.fr>
1402 * lib/: New directory.
1403 * Makefile.am (SUBDIRS): Adjust.
1404 * configure.in: Adjust.
1405 (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
1407 * src/alloca.c: Moved to lib/.
1408 * src/getopt.c: Likewise.
1409 * src/getopt1.c: Likewise.
1410 * src/getopt.h: Likewise.
1411 * src/ansi2knr.c: Likewise.
1412 * src/ansi2knr.1: Likewise.
1413 * src/Makefile.am: Adjust.
1414 * lib/Makefile.am: New file.
1416 2000-03-28 Akim Demaille <akim@epita.fr>
1418 * src/getargs.c (usage): Refresh the help message.
1420 2000-03-17 Akim Demaille <akim@epita.fr>
1422 * src/getopt1.c: Updated from textutils 2.0e
1423 * src/getopt.c: Likewise.
1424 * src/getopt.h: Likewise.
1426 2000-03-17 Akim Demaille <akim@epita.fr>
1428 * src/Makefile.am (bison.simple): Fix the awk program: quote only
1429 the file name, not the whole `#line LINE FILE'.
1431 2000-03-17 Akim Demaille <akim@epita.fr>
1433 On syntax errors, report the token on which we choked.
1435 * src/bison.s1 (yyparse): In the label yyerrlab, when
1436 YYERROR_VERBOSE, add yychar in msg.
1438 2000-03-17 Akim Demaille <akim@epita.fr>
1440 * src/reader.c (copy_at): New function.
1441 (copy_guard): Use it.
1442 (copy_action): Use it.
1444 2000-03-17 Akim Demaille <akim@epita.fr>
1446 Be kind to translators, save some useless translations.
1448 * src/main.c (banner): New function.
1449 (fatal_banner): Use it.
1450 (warn_banner): Use it.
1452 2000-03-17 Akim Demaille <akim@epita.fr>
1454 * src/reader.c (copy_definition): Use copy_string and
1455 copy_comment. Removed now unused `match', `ended',
1457 (copy_comment, copy_string): Moved, to be visible from
1460 2000-03-17 Akim Demaille <akim@epita.fr>
1462 * src/reader.c (copy_string): Declare `static inline'. No
1463 problems with inline, since it is checked by configure.
1464 (copy_comment): Likewise.
1466 2000-03-17 Akim Demaille <akim@epita.fr>
1468 * src/reader.c (packsymbols): Formatting changes.
1470 2000-03-17 Akim Demaille <akim@epita.fr>
1472 * src/reader.c (copy_comment): New function, factored out from:
1473 (copy_action): Use it. Removed now unused `match', `ended',
1475 (copy_guard): Likewise.
1477 2000-03-17 Akim Demaille <akim@epita.fr>
1479 * src/reader.c (copy_string): New function, factored out from:
1480 (copy_action): Use it.
1481 (copy_guard): Likewise.
1483 2000-03-17 Akim Demaille <akim@epita.fr>
1485 Change the handling of @s so that they behave exactly like $s.
1486 There is now a pseudo variable @$ (readble and writable), location
1487 of the lhs of the rule (by default ranging from the location of
1488 the first symbol of the rhs, to the location of the last symbol,
1489 or, if the rhs is empty, YYLLOC).
1491 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
1493 (yyparse): When providing a default semantic action, provide a
1494 default location action.
1495 (after the $): No longer change `*YYLSP', just stack YYLOC the
1496 same way you stack YYVAL.
1497 * src/reader.c (read_declarations): Use warns.
1498 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
1499 (copy_action, case '@'): Likewise.
1500 Use a standard error message, to save useless work from
1503 2000-03-17 Akim Demaille <akim@epita.fr>
1505 * src/bison.s1: Formatting and cosmetics changes.
1506 * src/reader.c: Likewise.
1507 Update the Copyright notice.
1509 2000-03-17 Akim Demaille <akim@epita.fr>
1511 * src/bison.s1 (#line): All set to `#line' only, since the
1512 Makefile now handles them.
1514 2000-03-16 Akim Demaille <akim@epita.fr>
1516 * src/output.c (output_rule_data): Output the documentation of
1518 (Copyright notice): Update.
1521 2000-03-16 Akim Demaille <akim@epita.fr>
1523 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
1524 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
1525 One `#if YYDEBUG' remains, since it uses variables which are
1526 defined only if `YYDEBUG != 0'.
1528 2000-03-16 Akim Demaille <akim@epita.fr>
1530 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
1531 and related variables so that the similarities are highlighted.
1533 2000-03-16 Akim Demaille <akim@epita.fr>
1535 * src/bison.s1: Properly indent CPP directives.
1537 2000-03-16 Akim Demaille <akim@epita.fr>
1539 * src/bison.s1: Properly indent the `alloca' CPP section.
1541 2000-03-16 Akim Demaille <akim@epita.fr>
1543 Do not hard code values of directories in `configure.in'.
1544 Update the `configure' tool chain.
1546 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
1548 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
1549 (AC_OUTPUT): Add m4/Makefile.
1550 Bump to bison 1.28a, 1.29 has never been released.
1551 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
1552 handled via src/Makefile.am.
1553 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
1554 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
1556 * Makefile.am (SUBDIRS): Add m4.
1557 (ACLOCAL_AM_FLAGS): New variable.
1558 (AUTOMAKE_OPTIONS): Add check-news.
1559 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
1560 the proper line number and file name.
1561 (DEFS): Propagate the location of bison library files and of the
1563 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
1565 * acinclude.m4: Remove, replaced by the directory m4.
1566 * m4/Makefile.am (EXTRA_DIST): New variable.
1567 * m4/gettext.m4: New file, from the fileutils.
1568 * m4/lcmessage.m4: Likewise
1569 * m4/progtest.m4: Likewise.
1570 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
1572 2000-03-10 Akim Demaille <akim@epita.fr>
1575 Formatting changes of various comments.
1576 Respect the GNU coding standards at various places.
1577 Don't use `_()' when no translation is needed.
1579 1999-12-13 Jesse Thilo <jthilo@gnu.org>
1582 OS/2 honors TMPDIR environment variable.
1584 1999-12-13 Jesse Thilo <jthilo@gnu.org>
1586 * doc/bison.texinfo: Tweaked spelling and grammar.
1588 Removed reference to price of printed copy.
1589 Mention BISON_SIMPLE and BISON_HAIRY.
1591 1999-12-13 Jesse Thilo <jthilo@gnu.org>
1593 * configure.in, NEWS:
1594 Bison 1.29 released.
1596 1999-10-27 Jesse Thilo <jthilo@gnu.org>
1598 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
1599 Added reference card.
1601 1999-07-26 Jesse Thilo <jthilo@gnu.org>
1603 * po/ru.po: Added Russian translation.
1605 1999-07-26 Jesse Thilo <jthilo@gnu.org>
1607 * configure.in: Added Russian translation.
1609 1999-07-06 Jesse Thilo <jthilo@gnu.org>
1611 * configure.in, NEWS, README:
1612 Released version 1.28.
1614 1999-06-14 Jesse Thilo <jthilo@gnu.org>
1617 Squashed redefinition warning on some systems.
1619 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
1620 Have configure build version string instead of relying on ANSI string
1623 1999-06-14 Jesse Thilo <jthilo@gnu.org>
1625 * po/POTFILES.in: Got rid of version.c.
1627 1999-06-14 Jesse Thilo <jthilo@gnu.org>
1629 * acconfig.h, configure.in:
1630 Have configure build version string instead of relying on ANSI string
1633 1999-06-08 Jesse Thilo <jthilo@gnu.org>
1636 Dropped mention of `+' for long-named options.
1638 1999-05-30 Jesse Thilo <jthilo@gnu.org>
1640 * src/files.c: Added <unistd.h> for unlink().
1642 * src/Makefile.am, src/system.h:
1645 1999-05-30 Jesse Thilo <jthilo@gnu.org>
1647 * README: Added a FAQ list.
1649 * configure.in, acconfig.h:
1652 1999-05-30 Jesse Thilo <jthilo@gnu.org>
1654 * doc/FAQ, doc/Makefile.am:
1657 1999-05-19 Jesse Thilo <jthilo@gnu.org>
1659 * src/alloc.h, src/symtab.h, src/version.c:
1660 Protected inclusion of "config.h" with HAVE_CONFIG_H.
1662 1999-04-18 Jesse Thilo <jthilo@gnu.org>
1664 * src/.cvsignore, src/Makefile.am:
1665 Reorganized: sources in `src', documentation in `doc'.
1667 * src/lex.c (literalchar):
1668 fixed the code for escaping double quotes (thanks
1671 1999-04-18 Jesse Thilo <jthilo@gnu.org>
1673 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
1674 Adjusted paths to reflect directory reorganization.
1676 1999-04-18 Jesse Thilo <jthilo@gnu.org>
1678 * doc/.cvsignore, doc/Makefile.am:
1679 Reorganized: sources in `src', documentation in `doc'.
1681 1999-04-18 Jesse Thilo <jthilo@gnu.org>
1684 Updated AC_INIT file to reflect directory reorganization.
1686 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
1687 Reorganized: sources in `src', documentation in `doc'.
1689 1999-04-13 Jesse Thilo <jthilo@gnu.org>
1692 Don't declare calloc() and realloc() if not necessary.
1694 1999-04-13 Jesse Thilo <jthilo@gnu.org>
1696 * configure.in, acconfig.h, acinclude.m4:
1697 Don't declare calloc() and realloc() if not necessary.
1699 1999-03-23 Jesse Thilo <jthilo@gnu.org>
1701 * po/.cvsignore: Added i18n support.
1703 1999-03-23 Jesse Thilo <jthilo@gnu.org>
1705 * acconfig.h, configure.in, Makefile.am:
1708 1999-03-22 Jesse Thilo <jthilo@gnu.org>
1710 * src/bison.s1: Fixed #line numbers.
1712 1999-03-15 Jesse Thilo <jthilo@gnu.org>
1714 * po/es.po, po/fr.po, po/nl.po, po/de.po:
1715 Added PO files from Translation Project.
1717 1999-03-03 Jesse Thilo <jthilo@gnu.org>
1720 Added support for non-ANSI compilers (ansi2knr).
1722 1999-02-16 Jesse Thilo <jthilo@gnu.org>
1724 * configure.in: Bumped version number to 1.27.
1727 Added `bison.simple' to list of files removed by `make distclean'.
1729 1999-02-12 Jesse Thilo <jthilo@gnu.org>
1731 * src/files.c, src/files.h:
1732 Defined locations of parser files in config.h instead of Makefile.
1734 1999-02-12 Jesse Thilo <jthilo@gnu.org>
1736 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
1737 Defined locations of parser files in config.h instead of Makefile.
1739 1999-02-09 Jesse Thilo <jthilo@gnu.org>
1742 Removed inappropriate use of $< macro.
1744 1999-02-05 Jesse Thilo <jthilo@gnu.org>
1746 * po/Makefile.in.in, po/POTFILES.in:
1747 Add `po' directory skeleton.
1749 1999-01-27 Jesse Thilo <jthilo@gnu.org>
1751 * README: Document help-bison list.
1753 * configure.in: Add check for mkstemp().
1755 1999-01-20 Jesse Thilo <jthilo@gnu.org>
1757 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
1758 Hush a few compiler warnings.
1761 Add tryclose(), which verifies that fclose was successful.
1762 Hush a couple of compiler warnings.
1764 1999-01-20 Jesse Thilo <jthilo@gnu.org>
1766 * Makefile.am, OChangeLog:
1767 ChangeLog is now automatically generated. Include the old version as
1770 1999-01-14 Jesse Thilo <jthilo@gnu.org>
1772 * 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:
1775 1999-01-14 Jesse Thilo <jthilo@gnu.org>
1777 * doc/bison.texinfo: Fix formatting glitch.
1779 * doc/bison.texinfo: Update FSF address.
1781 1999-01-14 Jesse Thilo <jthilo@gnu.org>
1783 * acconfig.h: Update FSF address.
1785 1999-01-08 Jesse Thilo <jthilo@gnu.org>
1788 Don't define PACKAGE here, since config.h defines it.
1790 1998-12-30 Jesse Thilo <jthilo@gnu.org>
1792 * src/reader.c: Update copyright date.
1795 Ditch sprintf to statically-sized buffers in fatal/warn functions in
1796 favor of output directly to stderr (avoids buffer overruns).
1798 * src/reader.c: Some checks for premature EOF.
1800 * 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:
1801 Use prototypes if the compiler understands them.
1803 * src/files.c: Honor TMPDIR on Unix hosts.
1804 Use prototypes if the compiler understands them.
1807 Fix a couple of buffer overrun bugs.
1808 Use prototypes if the compiler understands them.
1810 * src/system.h: Include unistd.h and ctype.h.
1811 Use #ifdef instead of #if for NLS symbols.
1813 1998-12-30 Jesse Thilo <jthilo@gnu.org>
1815 * doc/bison.texinfo:
1816 Delete comment "consider using @set for edition number, etc..." since
1817 we now are doing so.
1819 1998-12-30 Jesse Thilo <jthilo@gnu.org>
1822 Use prototypes if the compiler understands them.
1824 * NEWS: Document 1.26 highlights.
1826 * Makefile.am: Require Automake 1.3 or later.
1829 Use prototypes if the compiler understands them.
1831 1998-12-29 Jesse Thilo <jthilo@gnu.org>
1834 Use VERSION symbol from automake for version number.
1836 1998-12-29 Jesse Thilo <jthilo@gnu.org>
1838 * acconfig.h, configure.in, version.cin:
1839 Use VERSION symbol from automake for version number.
1841 1998-11-28 Jesse Thilo <jthilo@gnu.org>
1844 Distribute original version of simple parser (bison.s1), not built
1845 version (bison.simple).
1847 1998-11-28 Jesse Thilo <jthilo@gnu.org>
1849 * doc/bison.texinfo: Add info dir entry.
1851 * doc/bison.texinfo:
1852 Let automake put version number into documentation.
1854 1998-11-26 Jesse Thilo <jthilo@gnu.org>
1856 * src/bison.cld, src/build.com, src/vmshlp.mar:
1857 Add non-RCS files from /gd/gnu/bison.
1859 1998-11-26 Jesse Thilo <jthilo@gnu.org>
1862 Document the BISON_HAIRY and BISON_SIMPLE variables.
1864 1998-11-25 Jesse Thilo <jthilo@gnu.org>
1866 * src/version.c: Build version.c automatically.
1869 Fix token numbering (used to start at 258, not 257).
1871 * src/system.h: Include config.h.
1873 * src/getargs.c: Update bug report address.
1875 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
1876 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
1878 1998-11-25 Jesse Thilo <jthilo@gnu.org>
1881 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
1883 * configure.in, version.cin:
1884 Build version.c automatically.
1886 * AUTHORS: Add AUTHORS file.
1888 * README: Update bug report address.
1891 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
1893 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
1896 1998-11-25 Jesse Thilo <jthilo@gnu.org>
1898 * doc/bison.texinfo: Clean up some formatting.
1900 1998-05-05 Richard Stallman <rms@gnu.org>
1902 * doc/bison.texinfo:
1903 Explain better why to make a pure parser.
1905 1998-01-05 Richard Stallman <rms@gnu.org>
1907 * src/files.c (openfiles):
1908 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
1909 find a temporary directory, if possible. Do not unlink files while
1912 1997-08-25 Richard Stallman <rms@gnu.org>
1914 * src/reader.c (stack_offset;):
1915 Change some warni to warns.
1917 * src/lex.c (literalchar): Use warns, not warni.
1919 1997-06-28 Richard Stallman <rms@gnu.org>
1921 * src/bison.s1: Add a Bison version comment.
1923 * src/main.c (fatal, warn, berror):
1926 1997-06-28 Richard Stallman <rms@gnu.org>
1928 * Makefile.in (bison_version): New variable.
1929 (dist): Use that variable.
1930 (bison.s1): Substitute the Bison version into bison.simple.
1932 * bison.simple: Add a Bison version comment.
1934 1997-06-18 Richard Stallman <rms@gnu.org>
1936 * src/main.c (fatal, warn, berror):
1937 Make error messages standard.
1938 (toomany): Improve error message text.
1940 * 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:
1941 new.h renamed to alloc.h.
1943 1997-06-18 Richard Stallman <rms@gnu.org>
1945 * Makefile.in: new.h renamed to alloc.h.
1947 1997-05-24 Richard Stallman <rms@gnu.org>
1949 * src/lex.c (literalchar):
1950 Fix the code for escaping \, " and '.
1952 (lex): Avoid trouble when there are many chars
1953 to discard in a char literal with just several chars in it.
1955 1997-05-17 Richard Stallman <rms@gnu.org>
1958 Use malloc, if using alloca is troublesome.
1959 (YYSTACK_USE_ALLOCA): New flag macro.
1960 Define it for some systems and compilers.
1961 (YYSTACK_ALLOC): New macro.
1962 (yyparse): Use YYSTACK_ALLOC to allocate stack.
1963 If it was malloc'd, free it.
1965 1997-05-17 Richard Stallman <rms@gnu.org>
1968 Use malloc, if using alloca is troublesome.
1969 (YYSTACK_USE_ALLOCA): New flag macro.
1970 Define it for some systems and compilers.
1971 (YYSTACK_ALLOC): New macro.
1972 (yyparse): Use YYSTACK_ALLOC to allocate stack.
1973 If it was malloc'd, free it.
1975 1997-04-23 Richard Stallman <rms@gnu.org>
1978 (alloca) [__hpux]: Always define as __builtin_alloca.
1980 1997-04-23 Richard Stallman <rms@gnu.org>
1983 (alloca) [__hpux]: Always define as __builtin_alloca.
1985 1997-04-22 Richard Stallman <rms@gnu.org>
1988 [__hpux]: Include alloca.h (right for HPUX 10)
1989 instead of declaring alloca (right for HPUX 9).
1991 * src/bison.s1 (__yy_memcpy):
1992 Declare arg `count' as unsigned int.
1993 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
1995 1997-04-22 Richard Stallman <rms@gnu.org>
1998 [__hpux]: Include alloca.h (right for HPUX 10)
1999 instead of declaring alloca (right for HPUX 9).
2001 * bison.simple (__yy_memcpy):
2002 Declare arg `count' as unsigned int.
2003 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
2005 1997-01-03 Richard Stallman <rms@gnu.org>
2007 * src/allocate.c: [__STDC__ or _MSC_VER]:
2008 Declare calloc and realloc to return void *.
2010 1997-01-02 Richard Stallman <rms@gnu.org>
2013 [_MSC_VER]: Include stdlib.h and process.h.
2014 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
2016 * src/main.c (main): Return FAILURE as a value.
2017 (printable_version): Declare arg as int, not char.
2019 1997-01-02 Richard Stallman <rms@gnu.org>
2021 * Makefile.in (dist):
2022 Explicitly check for symlinks, and copy them.
2024 1996-12-19 Richard Stallman <rms@gnu.org>
2027 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
2029 1996-12-18 Paul Eggert <eggert@gnu.org>
2031 * src/bison.s1 (yyparse):
2032 If __GNUC__ and YYPARSE_PARAM are both defined,
2033 declare yyparse to have a void * argument.
2035 1996-12-18 Paul Eggert <eggert@gnu.org>
2037 * bison.simple (yyparse):
2038 If __GNUC__ and YYPARSE_PARAM are both defined,
2039 declare yyparse to have a void * argument.
2041 1996-12-17 Richard Stallman <rms@gnu.org>
2043 * src/reduce.c (nbits): Add some casts.
2045 1996-08-12 Richard Stallman <rms@gnu.org>
2047 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
2049 1996-08-12 Richard Stallman <rms@gnu.org>
2051 * bison.simple: Test _MSDOS as well as _MSDOS_.
2053 1996-07-31 Richard Stallman <rms@gnu.org>
2056 [__sun && __i386]: Include alloca.h.
2058 1996-07-31 Richard Stallman <rms@gnu.org>
2061 [__sun && __i386]: Include alloca.h.
2063 1996-07-30 Richard Stallman <rms@gnu.org>
2065 * src/bison.s1: Comment change.
2067 * src/bison.s1: Test _MSDOS_, not MSDOS.
2069 1996-07-30 Richard Stallman <rms@gnu.org>
2071 * bison.simple: Comment change.
2073 * bison.simple: Test _MSDOS_, not MSDOS.
2075 1996-06-01 Richard Stallman <rms@gnu.org>
2077 * 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:
2078 Insert `_' macro around many string constants.
2081 Insert `_' macro around many string constants.
2083 (main): Call setlocale, bindtextdomain and textdomain.
2085 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
2086 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
2087 [ENABLE_NLS]: Include libintl.h.
2088 [ENABLE_NLS] (gettext): Define.
2089 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
2090 (N_, PACKAGE, LOCALEDIR): New macros.
2092 1996-06-01 Richard Stallman <rms@gnu.org>
2094 * POTFILES.in: New file.
2096 * Makefile.in (allocate.o):
2097 Define target explicitly.
2099 * Makefile.in (CFLAGS): Set to @CFLAGS@.
2100 (LDFLAGS): Set to @LDFLAGS@.
2101 (configure): Run autoconf only if preceding `cd' succeeds.
2102 (bison.s1): Redirect output to temporary file then move the
2103 temporary to the target, rather than redirecting directly to bison.s1.
2104 (clean): Remove config.status and config.log.
2105 (distclean): Don't remove config.status here.
2107 1996-05-12 Richard Stallman <rms@gnu.org>
2110 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
2112 1996-05-12 Richard Stallman <rms@gnu.org>
2115 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
2117 1996-05-11 Richard Stallman <rms@gnu.org>
2119 * src/bison.s1 (__yy_memcpy):
2120 Really reorder the args, as was supposedly done on Feb 14 1995.
2121 (yyparse): Calls changed accordingly.
2123 1996-05-11 Richard Stallman <rms@gnu.org>
2125 * Makefile.in (dist): Don't use $(srcdir).
2127 * bison.simple (__yy_memcpy):
2128 Really reorder the args, as was supposedly done on Feb 14 1995.
2129 (yyparse): Calls changed accordingly.
2131 1996-01-27 Richard Stallman <rms@gnu.org>
2133 * src/output.c (output_rule_data):
2134 Test YYERROR_VERBOSE in the conditional
2135 around the definition of ttyname.
2137 1995-12-29 Richard Stallman <rms@gnu.org>
2140 Fix line numbers in #line commands.
2142 1995-12-29 Richard Stallman <rms@gnu.org>
2145 Fix line numbers in #line commands.
2147 1995-12-27 Richard Stallman <rms@gnu.org>
2149 * src/bison.s1 (YYPARSE_PARAM_DECL):
2150 In C++, make it always null.
2151 (YYPARSE_PARAM_ARG): New macro.
2152 (yyparse): Use YYPARSE_PARAM_ARG.
2154 1995-12-27 Richard Stallman <rms@gnu.org>
2156 * bison.simple (YYPARSE_PARAM_DECL):
2157 In C++, make it always null.
2158 (YYPARSE_PARAM_ARG): New macro.
2159 (yyparse): Use YYPARSE_PARAM_ARG.
2161 1995-11-29 Richard Stallman <rms@gnu.org>
2163 * doc/bison.texinfo:
2164 Describe literal string tokens, %raw, %no_lines, %token_table.
2166 1995-11-29 Daniel Hagerty <hag@gnu.org>
2168 * doc/bison.texinfo: Fixed update date
2170 1995-10-16 Richard Stallman <rms@gnu.org>
2172 * src/version.c: Version 1.25.
2174 1995-10-16 Richard Stallman <rms@gnu.org>
2176 * NEWS: *** empty log message ***
2178 1995-10-16 Richard Stallman <rms@gnu.org>
2180 * doc/bison.1, doc/bison.rnh:
2183 1995-10-15 Richard Stallman <rms@gnu.org>
2185 * src/vmsgetargs.c, src/getargs.c:
2186 Added -n, -k, and -raw switches.
2187 (noparserflag, toknumflag, rawtoknumflag): New variables.
2189 * src/symtab.h (SALIAS):
2190 New #define for adding aliases to %token.
2191 (struct bucket): Added `alias' field.
2193 * src/reduce.c (reduce_grammar):
2194 Revise error message.
2195 (print_notices): Remove final `.' from error message.
2197 * src/reader.c (reader_output_yylsp):
2199 (readgram): Use `#if 0' around code that accepted %command
2200 inside grammar rules: The documentation doesn't allow it,
2201 and it will fail since the %command processors scan for the next %.
2202 (parse_token_decl): Extended the %token
2203 declaration to allow a multi-character symbol as an alias.
2204 (parse_thong_decl): New function.
2205 (read_declarations): Added %thong declarations.
2206 (read_declarations): Handle NOOP to deal with allowing
2207 % declarations as another means to specify the flags.
2208 (readgram): Allow %prec prior to semantics embedded in a rule.
2209 (skip_to_char, read_declarations, copy_definition)
2210 (parse_token_decl, parse_start_decl, parse_type_decl)
2211 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
2212 (get_type_name, copy_guard, copy_action, readgram)
2213 (get_type, packsymbols): Revised most error messages.
2214 Changed `fatal' to `warnxxx' to avoid aborting for error.
2215 Revised and use multiple warnxxx functions to avoid using VARARGS1.
2216 (read_declarations): Improve the error message for
2217 an invalid character. Do not abort.
2218 (read_declarations, copy_guard, copy_action): Use
2219 printable_version to avoid unprintable characters in printed output.
2220 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
2221 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
2222 Allow the type of a non-terminal can be given
2223 more than once, as long as all specifications give the same type.
2226 (output_headers, output_trailers, output, output_gram)
2227 (output_rule_data): Implement noparserflag variable.
2228 Implement toknumflag variable.
2229 (output): Call reader_output_yylsp to output LTYPESTR.
2231 * src/main.c (main):
2232 If reader sees an error, don't process the grammar.
2233 (fatals): Updated to not use VARARGS1.
2234 (printable_version, int_to_string, warn, warni, warns, warnss)
2235 (warnsss): New error reporting functions. Avoid abort for error.
2238 Added THONG and NOOP for alias processing.
2239 Added SETOPT for the new code that allows setting options with %flags.
2242 Include getopt.h. Add some extern decls.
2243 (safegetc): New function to deal with EOF gracefully.
2244 (literalchar); new function to deal with reading \ escapes.
2245 (lex): Use literalchar.
2246 (lex): Implemented "..." tokens.
2247 (literalchar, lex, parse_percent_token): Made tokenbuffer
2248 always contain the token. This includes growing the token
2249 buffer while reading an integer.
2250 (parse_percent_token): Replaced if-else statement with percent_table.
2251 (parse_percent_token): Added % declarations as another
2252 way to specify the flags -n, -l, and -r. Also added hooks for
2253 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
2254 major changes to files.c.
2255 (lex) Retain in the incoming stream a character following
2257 (skip_white_space, lex): Revised most error messages
2258 and changed fatal to warn to avoid aborting.
2259 (percent_table): Added %thong declarations.
2261 * src/gram.h: Comment changes.
2263 * src/files.c (openfiles, open_extra_files, done):
2265 and actfile file. Handle noparserflag. Both for -n switch.
2267 * src/conflicts.c (resolve_sr_conflict):
2268 Remove use of alloca.
2270 1995-06-01 Jim Meyering <meyering@gnu.org>
2272 * doc/bison.texinfo: *** empty log message ***
2274 1995-05-06 Richard Stallman <rms@gnu.org>
2276 * src/bison.s1: Comment change.
2278 1995-05-06 Richard Stallman <rms@gnu.org>
2280 * bison.simple: Comment change.
2282 1995-05-03 Richard Stallman <rms@gnu.org>
2284 * src/version.c: Version now 1.24.
2286 * src/bison.s1: Change distribution terms.
2288 * src/version.c: Version now 1.23.
2290 1995-05-03 Richard Stallman <rms@gnu.org>
2292 * doc/bison.texinfo:
2293 Rewrite "Conditions for Using Bison".
2294 Update version to 1.24.
2296 1995-05-03 Richard Stallman <rms@gnu.org>
2298 * bison.simple: Change distribution terms.
2300 1995-02-23 Richard Stallman <rms@gnu.org>
2302 * src/files.c: Test __VMS_POSIX as well as VMS.
2304 1995-02-14 Jim Meyering <meyering@gnu.org>
2306 * src/bison.s1 (__yy_memcpy):
2307 Renamed from __yy_bcopy to avoid
2308 confusion. Reverse FROM and TO arguments to be consistent with
2311 1995-02-14 Jim Meyering <meyering@gnu.org>
2313 * bison.simple (__yy_memcpy):
2314 Renamed from __yy_bcopy to avoid
2315 confusion. Reverse FROM and TO arguments to be consistent with
2318 1994-11-10 David J. MacKenzie <djm@gnu.org>
2324 * Makefile.in (DISTFILES): Include NEWS.
2326 * Makefile.in (DISTFILES):
2327 Include install-sh, not install.sh.
2329 * configure.in: Update to Autoconf v2 macro names.
2331 1994-10-05 David J. MacKenzie <djm@gnu.org>
2333 * Makefile.in: fix typo
2335 * Makefile.in (prefix, exec_prefix):
2336 Let configure set them.
2338 1994-09-28 David J. MacKenzie <djm@gnu.org>
2340 * Makefile.in: Set datadir to $(prefix)/share.
2342 1994-09-15 Richard Stallman <rms@gnu.org>
2345 Update copyright notice and GPL version.
2347 1994-09-15 Richard Stallman <rms@gnu.org>
2350 Update copyright notice and GPL version.
2352 1994-07-12 Richard Stallman <rms@gnu.org>
2354 * src/reduce.c, src/reader.c:
2357 1994-05-05 David J. MacKenzie <djm@gnu.org>
2359 * Makefile.in: entered into RCS
2361 1994-03-26 Richard Stallman <rms@gnu.org>
2363 * src/bison.s1: entered into RCS
2365 1994-03-26 Richard Stallman <rms@gnu.org>
2367 * bison.simple: entered into RCS
2369 1994-03-25 Richard Stallman <rms@gnu.org>
2371 * src/main.c: entered into RCS
2373 1994-03-24 Richard Stallman <rms@gnu.org>
2375 * src/conflicts.c: entered into RCS
2377 1994-01-02 Richard Stallman <rms@gnu.org>
2379 * Makefile.in: *** empty log message ***
2381 1993-11-21 Richard Stallman <rms@gnu.org>
2383 * src/bison.s1: *** empty log message ***
2385 1993-11-21 Richard Stallman <rms@gnu.org>
2387 * doc/bison.texinfo: entered into RCS
2389 * doc/bison.texinfo: *** empty log message ***
2391 1993-11-21 Richard Stallman <rms@gnu.org>
2393 * bison.simple: *** empty log message ***
2395 1993-10-25 David J. MacKenzie <djm@gnu.org>
2397 * doc/bison.texinfo: *** empty log message ***
2399 1993-10-19 Richard Stallman <rms@gnu.org>
2401 * src/bison.s1: *** empty log message ***
2403 1993-10-19 Richard Stallman <rms@gnu.org>
2405 * bison.simple: *** empty log message ***
2407 1993-10-14 Richard Stallman <rms@gnu.org>
2409 * src/bison.s1: *** empty log message ***
2411 1993-10-14 Richard Stallman <rms@gnu.org>
2413 * bison.simple: *** empty log message ***
2415 1993-09-14 David J. MacKenzie <djm@gnu.org>
2417 * doc/bison.texinfo: *** empty log message ***
2419 1993-09-13 Noah Friedman <friedman@gnu.org>
2421 * Makefile.in: *** empty log message ***
2423 1993-09-10 Richard Stallman <rms@gnu.org>
2425 * src/conflicts.c: *** empty log message ***
2427 * src/system.h: entered into RCS
2429 1993-09-10 Richard Stallman <rms@gnu.org>
2431 * doc/bison.1: entered into RCS
2433 1993-09-06 Noah Friedman <friedman@gnu.org>
2435 * src/version.c: entered into RCS
2437 1993-09-06 Noah Friedman <friedman@gnu.org>
2439 * Makefile.in: *** empty log message ***
2441 1993-07-30 David J. MacKenzie <djm@gnu.org>
2443 * Makefile.in: *** empty log message ***
2445 1993-07-24 Richard Stallman <rms@gnu.org>
2447 * src/bison.s1: *** empty log message ***
2449 1993-07-24 Richard Stallman <rms@gnu.org>
2451 * bison.simple: *** empty log message ***
2453 1993-07-08 David J. MacKenzie <djm@gnu.org>
2455 * Makefile.in: *** empty log message ***
2457 1993-07-04 Richard Stallman <rms@gnu.org>
2459 * src/bison.s1: *** empty log message ***
2461 1993-07-04 Richard Stallman <rms@gnu.org>
2463 * bison.simple: *** empty log message ***
2465 1993-06-26 David J. MacKenzie <djm@gnu.org>
2467 * src/getargs.c: entered into RCS
2469 1993-06-26 David J. MacKenzie <djm@gnu.org>
2471 * doc/bison.texinfo: *** empty log message ***
2473 * doc/bison.1: New file.
2475 1993-06-25 Richard Stallman <rms@gnu.org>
2477 * src/getargs.c: New file.
2479 1993-06-16 Richard Stallman <rms@gnu.org>
2481 * src/bison.s1: *** empty log message ***
2483 1993-06-16 Richard Stallman <rms@gnu.org>
2485 * bison.simple: *** empty log message ***
2487 1993-06-03 Richard Stallman <rms@gnu.org>
2489 * src/bison.s1: New file.
2491 1993-06-03 Richard Stallman <rms@gnu.org>
2493 * doc/bison.texinfo: *** empty log message ***
2495 1993-06-03 Richard Stallman <rms@gnu.org>
2497 * bison.simple: New file.
2499 1993-05-19 Richard Stallman <rms@gnu.org>
2501 * doc/bison.texinfo: New file.
2503 1993-05-07 Noah Friedman <friedman@gnu.org>
2505 * Makefile.in: *** empty log message ***
2507 1993-04-28 Noah Friedman <friedman@gnu.org>
2509 * src/reader.c: *** empty log message ***
2511 1993-04-23 Noah Friedman <friedman@gnu.org>
2513 * src/alloc.h: entered into RCS
2515 1993-04-20 David J. MacKenzie <djm@gnu.org>
2517 * src/version.c: *** empty log message ***
2519 * src/files.c, src/allocate.c:
2522 * src/reader.c: *** empty log message ***
2524 * src/lex.c: entered into RCS
2526 * src/conflicts.c: New file.
2528 * src/symtab.c: entered into RCS
2530 * src/alloc.h: New file.
2532 * src/LR0.c: entered into RCS
2534 1993-04-18 Noah Friedman <friedman@gnu.org>
2536 * src/reader.c: New file.
2538 * src/version.c: *** empty log message ***
2540 1993-04-18 Noah Friedman <friedman@gnu.org>
2542 * Makefile.in: *** empty log message ***
2544 1993-04-17 Noah Friedman <friedman@gnu.org>
2546 * Makefile.in: *** empty log message ***
2548 1993-04-15 Richard Stallman <rms@gnu.org>
2550 * src/main.c, src/files.c:
2553 1993-04-15 Noah Friedman <friedman@gnu.org>
2555 * configure.in: entered into RCS
2557 * configure.in: *** empty log message ***
2559 * configure.in: New file.
2561 1993-04-14 Richard Stallman <rms@gnu.org>
2563 * Makefile.in: New file.
2565 1993-04-13 Richard Stallman <rms@gnu.org>
2567 * src/version.c: New file.
2569 1993-03-25 Richard Stallman <rms@gnu.org>
2571 * src/output.c: entered into RCS
2573 1992-09-25 Richard Stallman <rms@gnu.org>
2575 * configure.bat: entered into RCS
2577 1992-06-22 Richard Stallman <rms@gnu.org>
2579 * src/vmsgetargs.c: entered into RCS
2581 1992-06-22 Richard Stallman <rms@gnu.org>
2583 * doc/bison.rnh: entered into RCS
2585 1992-04-20 David J. MacKenzie <djm@gnu.org>
2587 * README: entered into RCS
2589 1992-01-22 Richard Stallman <rms@gnu.org>
2591 * src/machine.h: entered into RCS
2593 1991-12-21 Richard Stallman <rms@gnu.org>
2595 * src/lalr.c, src/closure.c:
2598 1991-12-20 Richard Stallman <rms@gnu.org>
2600 * src/state.h: entered into RCS
2602 1991-12-18 Richard Stallman <rms@gnu.org>
2604 * src/print.c, src/nullable.c, src/derives.c:
2607 1991-11-03 David J. MacKenzie <djm@gnu.org>
2609 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
2612 1988-09-09 Richard Stallman <rms@gnu.org>
2614 * src/bison.hairy: entered into RCS
2616 1987-12-16 Richard Stallman <rms@gnu.org>
2618 * REFERENCES: entered into RCS