1 2001-08-06 Marc Autret <autret_m@epita.fr>
3 * configure.in: Bump to 1.28c.
4 * doc/bison.texinfo: Texinfo thingies.
6 2001-08-04 Pascal Bart <pascal.bart@epita.fr>
8 * tests/atconfig.in (CPPFLAGS): Add.
9 * tests/calc.at (AT_CHECK): Use CPPFLAGS.
11 2001-08-03 Akim Demaille <akim@epita.fr>
15 2001-08-03 Akim Demaille <akim@epita.fr>
17 * tests/Makefile.am (check-local): Ship testsuite.
18 * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
21 2001-08-03 Akim Demaille <akim@epita.fr>
23 * configure.in: Try using -Wformat when compiling.
25 2001-08-03 Akim Demaille <akim@epita.fr>
27 * configure.in: Bump to 1.28b.
29 2001-08-03 Akim Demaille <akim@epita.fr>
31 * src/complain.c: Adjust strerror_r portability issues.
33 2001-08-03 Akim Demaille <akim@epita.fr>
37 2001-08-03 Akim Demaille <akim@epita.fr>
39 * src/getargs.c, src/getarg.h (skeleton)): Constify.
40 * src/lex.c (literalchar): Avoid name clashes on `buf'.
41 * src/getargs.c: Include complain.h.
42 * src/files.c, src/files.h (skeleton_find): Avoid name clashes.
43 * lib/quotearg.c, lib/quotearg.h: Update from fileutils 4.1.
45 2001-08-03 Akim Demaille <akim@epita.fr>
47 * src/reader.c (readgram): Display hidden chars in error messages.
49 2001-08-03 Akim Demaille <akim@epita.fr>
51 Update to gettext 0.10.39.
53 2001-08-03 Akim Demaille <akim@epita.fr>
57 2001-08-01 Marc Autret <autret_m@epita.fr>
59 * doc/bison.texinfo: Update.
60 * doc/bison.1 (mandoc): Update.
61 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove .c and .h.
62 * src/files.c: Support output files extensions computing.
63 (src_extension): New static variable.
64 (header_extension): New static variable.
66 (get_extension_index): New function, gets the index of an extension
68 (compute_exts_from_gf): New function, computes extensions from the
69 grammar file extension.
70 (compute_exts_from_src): New functions, computes extensions from the
71 C source file extension, file given by ``-o'' option.
72 (compute_base_names): Update.
73 (output_files): Update.
75 2001-08-01 Robert Anisko <anisko_r@epita.fr>
77 * doc/bison.texi: Document @$.
78 (Locations): New section.
80 2001-07-18 Akim Demaille <akim@epita.fr>
82 * Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
83 * config/prev-version.txt, config/move-if-change: New.
84 * Makefile.am: Adjust.
86 2001-07-08 Pascal Bart <pascal.bart@epita.fr>
88 * src/bison.simple (yyparse): Suppress warning `comparaison
89 between signed and unsigned'.
91 2001-07-05 Pascal Bart <pascal.bart@epita.fr>
93 * src/getargs.h (raw_flag): Remove.
94 * src/getargs.c: Die on `-r'/`--raw'.
95 * src/lex.c (parse_percent_token): Die on `%raw'.
96 * src/reader.c (output_token_defines): Suppress call to `raw_flag'.
97 * tests/calc.at: Suppress test with option `--raw'.
99 2001-07-14 Akim Demaille <akim@epita.fr>
102 * configure.in: Require Autoconf 2.50.
103 Update to gettext 0.10.38.
105 2001-03-16 Akim Demaille <akim@epita.fr>
107 * doc/bison.texinfo: ANSIfy the examples.
109 2001-03-16 Akim Demaille <akim@epita.fr>
111 * getargs.c (skeleton): New variable.
112 (longopts): --skeleton is a new option.
113 (shortopts, getargs): -S is a new option.
114 * getargs.h: Declare skeleton.
115 * output.c (output_parser): Use it.
117 2001-03-16 Akim Demaille <akim@epita.fr>
119 * m4/strerror_r.m4: New.
120 * m4/error.m4: Run AC_FUNC_STRERROR_R.
121 * lib/error.h, lib/error.c: Update.
123 2001-03-16 Akim Demaille <akim@epita.fr>
125 * src/getargs.c (longopts): Clean up.
127 2001-02-21 Akim Demaille <akim@epita.fr>
129 * src/reader.c (gensym): `gensym_count' is your own.
130 Use a static buf to create the symbol name, as token_buffer is no
133 2001-02-08 Akim Demaille <akim@epita.fr>
135 * src/conflicts.c (conflict_report): Be sure not to append to res
136 between two calls, which could happen if both first sprintf were
137 skipped, but not the first cp += strlen.
139 2001-02-08 Akim Demaille <akim@epita.fr>
141 * lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
142 New, from fileutils 4.0.37.
143 * configure.in: Require Autoconf 2.49c. I took some time before
144 making this decision. This is the only way out for portability
145 issues in Bison, it would mean way too much duplicate effort to
146 import in Bison features implemented in 2.49c since 2.13.
147 AC_REPLACE_FUNCS and AC_CHECK_DECLS the functions above.
149 2001-02-02 Akim Demaille <akim@epita.fr>
151 * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
152 * lib/xalloc.h, lib/xmalloc.c: Update.
154 2001-01-19 Akim Demaille <akim@epita.fr>
156 Get rid of the ad hoc handling of token_buffer in the scanner: use
159 * src/lex.c (token_obstack): New.
160 (init_lex): Initialize it. No longer call...
161 (grow_token_buffer): this. Remove it.
162 Adjust all the places which used it to use the obstack.
164 2001-01-19 Akim Demaille <akim@epita.fr>
166 * src/lex.h: Rename all the tokens:
167 s/\bENDFILE\b/tok_eof/g;
168 s/\bIDENTIFIER\b/tok_identifier/g;
170 Let them be enums, not #define, to ease debugging.
173 2001-01-18 Akim Demaille <akim@epita.fr>
175 * src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
176 * src/lex.c (maxtoken, grow_token_buffer): Static.
178 2001-01-18 Akim Demaille <akim@epita.fr>
180 Since we now use obstacks, more % directives can be enabled.
182 * src/lex.c (percent_table): Also accept `%yacc',
183 `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
185 Handle the actions for `%semantic_parser' and `%pure_parser' here,
186 instead of returning a token.
187 * src/lex.h (SEMANTIC_PARSER, PURE_PARSER): Remove, unused.
188 * src/reader.c (read_declarations): Adjust.
189 * src/files.c (open_files): Don't call `compute_base_names', don't
190 compute `attrsfile' since they depend upon data which might be
191 *in* the input file now.
192 (output_files): Do it here.
193 * src/output.c (output_headers): Document the fact that this patch
194 introduces a guaranteed SEGV for semantic parsers.
195 * doc/bison.texinfo: Document them.
196 * tests/suite.at: Exercise these %options.
198 2000-12-20 Akim Demaille <akim@epita.fr>
200 Also handle the output file (--verbose) with obstacks.
202 * files.c (foutput): Remove.
203 (output_obstack): New.
204 Adjust all dependencies.
205 * src/conflicts.c: Return a string.
206 * src/system.h (obstack_grow_string): Rename as...
207 (obstack_sgrow): this. Be ready to work with non literals.
208 (obstack_fgrow4): New.
210 2000-12-20 Akim Demaille <akim@epita.fr>
212 * src/files.c (open_files): Fix the computation of short_base_name
213 in the case of `-o foo.tab.c'.
215 2000-12-20 Akim Demaille <akim@epita.fr>
217 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
218 (copy_dollar): Now that everything uses obstacks, get rid of the
221 2000-12-20 Akim Demaille <akim@epita.fr>
223 * src/files.c (open_files): Actually the `.output' file is based
224 on the short_base_name, not base_name.
225 * tests/suite.at (Checking output file names): Adjust.
227 2000-12-20 Akim Demaille <akim@epita.fr>
229 * src/bison.s1: Remove, we now use directly...
230 * src/bison.simple: this.
231 * src/Makefile.am: Use pkgdata instead of data.
233 2000-12-20 Akim Demaille <akim@epita.fr>
235 * src/files.c (guard_obstack): New.
236 (open_files): Initialize it.
237 (output_files): Dump it...
238 * src/files.h: Export it.
239 * src/reader.c (copy_guard): Use it.
241 2000-12-19 Akim Demaille <akim@epita.fr>
243 * src/files.c (outfile, defsfile, actfile): Removed as global
245 (open_files): Don't compute them.
246 (output_files): Adjust.
247 (base_name, short_base_name): Be global.
250 2000-12-19 Akim Demaille <akim@epita.fr>
252 * src/files.c (strsuffix): New.
253 (stringappend): Be just like strcat but allocate.
254 (base_names): Eve out from open_files.
255 Try to simplify the rather hairy computation of base_name and
257 (open_files): Use it.
258 * tests/suite.at (Checking output file names): New test.
260 2000-12-19 Akim Demaille <akim@epita.fr>
262 * src/system.h (obstack_grow_literal_string): Rename as...
263 (obstack_grow_string): this.
264 * src/output.c (output_parser): Recognize `%% actions' instead of
266 * src/bison.s1: s/$/%% actions/.
267 * src/bison.hairy: Likewise.
269 2000-12-19 Akim Demaille <akim@epita.fr>
271 * src/output.c (output_parser): Compute the `#line' lines when
273 * src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
274 Suggested by Hans Aberg.
276 2000-12-19 Akim Demaille <akim@epita.fr>
278 Let the handling of the skeleton files be local to the procedures
281 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
283 (fparser, open_extra_files): Remove.
284 (open_files, output_files): Don't take care of fparser.
285 * src/files.h: Adjust.
286 * src/output.c (output_parser): Open and close the file to the
288 * src/reader.c (read_declarations): When %semantic_parser, open
291 2000-12-19 Akim Demaille <akim@epita.fr>
293 * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
294 * src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
296 2000-12-19 Akim Demaille <akim@epita.fr>
298 * src/files.c (open_files): Yipee! We no longer need all the code
299 looking for `/tmp' since we have no tmp file.
301 2000-12-19 Akim Demaille <akim@epita.fr>
303 * src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_GUARD_C):
305 * src/files.c (open_files): Less dependency on MSDOS etc.
307 2000-12-14 Akim Demaille <akim@epita.fr>
309 * src/bison.s1 (YYLLOC_DEFAULT): New macro.
310 Provide a default definition.
311 Use it when executing the default @ action.
312 * src/reader.c (reader_output_yylsp): No longer include
313 `timestamp' and `text' in the default YYLTYPE.
315 2000-12-12 Akim Demaille <akim@epita.fr>
317 * src/reader.c (copy_definition, parse_union_decl, copy_action)
318 (copy_guard): Quote the file names.
319 Reported by Laurent Mascherpa.
321 2000-12-12 Akim Demaille <akim@epita.fr>
323 * src/output.c (output_headers, output_program, output): Be sure
324 to escape special characters when outputting filenames.
325 (ACTSTR_PROLOGUE, ACTSTR_EPILOGUE): Remove.
326 (output_headers): Don't depend on them, Use ACTSTR.
328 2000-11-17 Akim Demaille <akim@epita.fr>
330 * lib/obstack.h: Formatting changes.
331 (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
332 prevents type checking.
333 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
334 cast the value to (void *): assigning a `foo *' to a `void *'
336 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
337 * src/reader.c (parse_union_decl): Typo: use obstack_1grow to
340 2000-11-17 Akim Demaille <akim@epita.fr>
342 * tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
344 (suite.m4, regression.m4, calc.m4): these.
345 * tests/atgeneral.m4: Update from CVS Autoconf.
347 2000-11-17 Akim Demaille <akim@epita.fr>
349 * tests/regression.m4 (%union and --defines): New test,
350 demonstrating a current bug in the obstack implementation.
352 2000-11-17 Akim Demaille <akim@epita.fr>
354 * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
356 Use them to declare the variables which are global or local to
359 2000-11-17 Akim Demaille <akim@epita.fr>
361 * acconfig.h: Remove, no longer used.
363 2000-11-07 Akim Demaille <akim@epita.fr>
365 * src: s/Copyright (C)/Copyright/g.
367 2000-11-07 Akim Demaille <akim@epita.fr>
369 * src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
371 * src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
373 2000-11-07 Akim Demaille <akim@epita.fr>
375 * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
376 Merge in a single CPP if/else.
378 2000-11-07 Akim Demaille <akim@epita.fr>
380 * src/output.c (output): Remove useless variables.
381 * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
382 argument `data' for consistency with the prototypes.
384 (obstack_copy, obstack_copy0): Rename the second argument as
385 `address' for consistency. Qualify it `const'.
386 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
387 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
388 `const' their input argument (`data' or `address').
389 Adjust the corresponding macros to include `const' in casts.
391 2000-11-03 Akim Demaille <akim@epita.fr>
393 * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
394 s/PFILE1/BISON_HAIRY/.
397 2000-11-03 Akim Demaille <akim@epita.fr>
399 For some reason, this was not applied.
401 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
402 `unlink': it's no longer used.
404 2000-11-03 Akim Demaille <akim@epita.fr>
406 * src/files.c (skeleton_find): New function, eved out of...
407 (open_files, open_extra_files): here.
409 2000-11-03 Akim Demaille <akim@epita.fr>
413 * src/files.c (obstack_save): New function.
415 (output_files): this.
417 * src/main.c (main): Don't use `atexit' to register `done', since
418 it no longer has to remove tmp files, just call `output_files'
419 when there are no errors.
421 2000-11-02 Akim Demaille <akim@epita.fr>
423 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
424 `unlink': it's no longer used.
425 * src/files.h: Formatting changes.
427 2000-11-02 Akim Demaille <akim@epita.fr>
429 Remove the last uses of mktemp and unlink/delete.
431 * src/files.c (fdefines, ftable): Removed.
432 (defines_ostack, table_obstack): New.
433 Adjust dependencies of the former into uses of the latter.
434 * src/output.c (output_short_or_char_table, output_short_table):
435 Convert to using obstacks.
436 * src/reader.c (copy_comment2): Accept one FILE * and two
438 (output_token_defines, reader_output_yylsp): Use obstacks.
439 * src/system.h (obstack_fgrow3): New.
441 2000-11-01 Akim Demaille <akim@epita.fr>
443 Change each use of `fattrs' into a use of `attrs_obstack'.
445 * src/reader.c (copy_at): Typo: s/yylloc/yyloc/.
446 * src/files.c (fattrs): Remove.
447 (attrs_obstack): New.
448 Adjust all dependencies.
449 (done): If SEMANTIC_PARSER, dump attrs_obstack into attrsfile.
451 2000-11-01 Akim Demaille <akim@epita.fr>
454 Change each use of `faction' into a use of `action_obstack'.
456 * lib/obstack.h, lib/obstack.c: New files.
457 * src/files.c (faction): Remove.
458 (action_obstack): New.
459 Adjust all dependencies.
461 2000-10-20 Akim Demaille <akim@epita.fr>
463 * lib/quote.h (PARAMS): New macro. Use it.
465 2000-10-16 Akim Demaille <akim@epita.fr>
467 * src/output.c (output_short_or_char_table): New function.
468 (output_short_table, output_token_translations): Use it.
469 (goto_actions): Use output_short_table.
471 2000-10-16 Akim Demaille <akim@epita.fr>
473 * src/symtab.c (bucket_new): New function.
476 * src/output.c (output_short_table): New argument to display the
477 comment associated with the table.
479 (output_gram): Use it.
480 (output_rule_data): Nicer output layout for YYTNAME.
482 2000-10-16 Akim Demaille <akim@epita.fr>
484 * src/lex.c (read_typename): New function.
486 * src/reader.c (copy_dollar): Likewise.
488 2000-10-16 Akim Demaille <akim@epita.fr>
490 * src/reader.c (copy_comment2): Expect the input stream to be on
491 the `/' which is suspected to open a comment, instead of being
492 called after `//' or `/*' was read.
493 (copy_comment, copy_definition, parse_union_decl, copy_action)
494 (copy_guard): Adjust.
496 2000-10-16 Akim Demaille <akim@epita.fr>
498 * src/reader.c (parse_expect_decl): Use `skip_white_space' and
499 `read_signed_integer'.
501 2000-10-16 Akim Demaille <akim@epita.fr>
503 * src/reader.c (copy_dollar): New function.
504 (copy_guard, copy_action): Use it.
506 2000-10-16 Akim Demaille <akim@epita.fr>
508 * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
509 * m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
510 New files, from Fileutils 4.0.27.
511 * src/main.c (printable_version): Remove.
512 * src/lex.c, src/reader.c: Use `quote'.
514 2000-10-04 Akim Demaille <akim@epita.fr>
516 * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
518 2000-10-04 Akim Demaille <akim@epita.fr>
520 * doc/bison.texinfo: Various typos spotted by Neil Booth.
522 2000-10-04 Akim Demaille <akim@epita.fr>
524 When a literal string is used to define two different tokens,
525 `bison -v' segfaults.
526 Reported by Piotr Gackiewicz, and fixed by Neil Booth.
528 * tests/regression.m4: New file.
529 Include the core of the sample provided by Piotr Gackiewicz.
530 * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
533 2000-10-04 Akim Demaille <akim@epita.fr>
535 * src/reader.c (parse_expect_decl): Keep `count' within the size
539 2000-10-02 Paul Eggert <eggert@twinsun.com>
541 * bison.s1 (yyparse): Assign the default value
542 unconditionally, to avoid a GCC warning and make the parser a
545 2000-10-02 Akim Demaille <akim@epita.fr>
547 * src/getargs.c (getargs): Don't dump `--help' on unrecognized
550 2000-10-02 Akim Demaille <akim@epita.fr>
552 * src/derives.c, src/print.c, src/reduce.c: To ease the
553 translation, move some `\n' out of the translated strings.
555 2000-10-02 Akim Demaille <akim@epita.fr>
557 The location tracking mechanism is precious for parse error
558 messages. Nevertheless, it is enabled only when `@n' is used in
559 the grammar, which is a different issue (you can use it in error
560 message, but not in the grammar per se). Therefore, there should
561 be another means to enable it.
563 * src/getargs.c (getargs): Support `--locations'.
565 * src/getargs.h (locationsflag): Export it.
566 * src/lex.c (percent_table): Support `%locations'.
567 * src/reader.c (yylsp_needed): Remove this variable, now replaced
568 with `locationsflag'.
569 * doc/bison.texinfo: Document `--locations' and `%locations'.
571 * tests/calc.m4: Test it.
573 For regularity of the names, replace each
574 (nolineflag, toknumflag, rawtokenumflag, noparserflag): with...
575 (no_lineflag, token_tableflag, rawflag, no_parserflag): this.
576 In addition replace each `flag' with `_flag'.
578 2000-10-02 Akim Demaille <akim@epita.fr>
580 Also test parse error messages, including with YYERROR_VERBOSE.
582 * tests/calc.m4 (calc.y): Add support for `exp = exp' (non
584 Use it to check the computations.
585 Use it to check `nonassoc' is honored.
586 (AT_DATA_CALC_Y): Equip `calc.y' with YYERROR_VERBOSE when passed
588 (_AT_CHECK_CALC): Adjust to this option.
589 (_AT_CHECK_CALC_ERROR): New macro to check parse error messages.
591 2000-10-02 Akim Demaille <akim@epita.fr>
593 Test also `--verbose', `--defines' and `--name-prefix'. Testing
594 the latter demonstrates a flaw in the handling of non debugging
595 parsers introduced by myself on 2000-03-16: `#define yydebug 0'
596 was used in order to simplify:
612 unfortunately this leads to a CPP conflict when
613 `--name-prefix=foo' is used since it produces `#define yydebug
616 * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
617 (YYDPRINTF): New macro.
619 * tests/calc.m4 (AT_CHECK_CALC): Do require a title, build it from
621 Also test `--verbose', `--defines' and `--name-prefix'.
623 2000-10-02 Akim Demaille <akim@epita.fr>
625 Improve the readability of the produced parsers.
627 * src/bison.s1: Formatting changes.
628 Improve the comment related to the `$' mark.
629 (yydefault): Don't fall through to `yyresume': `goto' there.
630 * src/output.c (output_parser): When the `$' is met, skip the end
632 New variable, `number_of_dollar_signs', to check there's exactly
633 one `$' in the parser skeleton.
635 2000-10-02 Akim Demaille <akim@epita.fr>
637 * lib/xstrdup.c: New file, from the fileutils.
638 * src/reader.c (parse_token_decl, get_type_name, parse_type_decl)
639 (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
640 instead of strlen + xmalloc + strcpy.
641 * src/symtab.c (copys): Remove, use xstrdup instead.
643 2000-10-02 Akim Demaille <akim@epita.fr>
645 * src/gram.h (associativity): New enum type which replaces the
646 former CPP macros `RIGHT_ASSOC', `LEFT_ASSOC' and `NON_ASSOC' with
647 `right_assoc', `left_assoc' and `non_assoc'.
648 Adjust all dependencies.
649 * src/reader.c: Formatting changes.
650 (LTYPESTR): Don't define it, use it as a literal in
651 `reader_output_yylsp'.
652 * src/symtab.h (symbol_class): New enum type which replaces the
653 former CPP macros `SUNKNOWN', `STOKEN and `SNTERM' with
654 `sunknown', `stoken and `snterm'.
656 2000-10-02 Akim Demaille <akim@epita.fr>
658 * src/getargs.c (fixed_outfiles): Rename as...
659 (yaccflag): for consistency and accuracy.
662 2000-10-02 Akim Demaille <akim@epita.fr>
664 Use the more standard files `xalloc.h' and `xmalloc.c' instead of
665 Bison's `allocate.c' and `alloc.h'. This patch was surprisingly
666 difficult and introduced a lot of core dump. It turns out that
667 Bison used an implementation of `xmalloc' based on `calloc', and
668 at various places it does depend upon the initialization to 0. I
669 have not tried to isolate the pertinent places, and all the former
670 calls to Bison's `xmalloc' are now using `XCALLOC'. Someday,
671 someone should address this issue.
673 * src/allocate.c, src/alloc.h, m4/bison-decl.m4: Remove.
674 * lib/xmalloc.c, lib/xalloc.h, m4/malloc.m4, m4/realloc.m4: New
677 * src/warshall.h: New file.
680 2000-10-02 Akim Demaille <akim@epita.fr>
682 Various anti-`extern in *.c' changes.
684 * src/system.h: Include `assert.h'.
686 2000-10-02 Akim Demaille <akim@epita.fr>
688 * src/state.h (nstates, final_state, first_state, first_shift)
689 (first_reduction): Move their exportation from here...
690 * src/LR0.h: to here.
692 * src/getargs.c (statisticsflag): New variable.
693 Add support for `--statistics'.
696 Remove a lot of now useless `extern' statements in most files.
698 2000-10-02 Akim Demaille <akim@epita.fr>
700 * src/LR0.h: New file.
703 2000-10-02 Akim Demaille <akim@epita.fr>
705 * src/print.h: New file.
707 * src/print.c: Formatting and ordering changes.
708 (verbose, terse): Replace with...
709 (print_results): this new function.
712 2000-10-02 Akim Demaille <akim@epita.fr>
714 * src/conflicts.c (conflict_report): New function.
715 (conflict_log, verbose_conflict_log): Replace with...
716 (print_conflicts): this function.
718 * src/conflicts.h: New file.
719 Propagate its inclusion.
721 2000-10-02 Akim Demaille <akim@epita.fr>
723 * src/nullable.h: New file.
724 Propagate its inclusion.
725 * src/nullable.c: Formatting changes.
727 2000-10-02 Akim Demaille <akim@epita.fr>
729 * src/reduce.h: New file.
730 Propagate its inclusion.
731 * src/reduce.c: Topological sort and other formatting changes.
732 (bool, TRUE, FALSE): Move their definition to...
733 * src/system.h: here.
735 2000-10-02 Akim Demaille <akim@epita.fr>
737 * src/files.c: Formatting changes.
738 (tryopen, tryclose, openfiles): Rename as...
739 (xfopen, xfclose, open_files): this.
740 (stringappend): static.
741 * src/files.h: Complete the list of exported symbols.
744 2000-10-02 Akim Demaille <akim@epita.fr>
746 * src/reader.h: New file.
747 Propagate its use instead of tedious list of `extern' and
749 * src/reader.c: Formatting changes, topological sort,
752 2000-10-02 Akim Demaille <akim@epita.fr>
754 * src/lex.h: Prototype `lex.c' exported functions.
755 * src/reader.c: Adjust.
756 * src/lex.c: Formatting changes.
757 (safegetc): Rename as...
760 2000-10-02 Akim Demaille <akim@epita.fr>
762 * src/lalr.h: New file.
763 Propagate its inclusion instead of prototypes and `extern'.
764 * src/lalr.c: Formatting changes, topological sorting etc.
766 2000-10-02 Akim Demaille <akim@epita.fr>
768 * src/output.c (token_actions): Introduce a temporary array,
769 YYDEFACT, that makes it possible for this function to use
772 2000-10-02 Akim Demaille <akim@epita.fr>
774 `user_toknums' is output as a `short[]' in `output.c', while it is
775 defined as a `int[]' in `reader.c'. For consistency with the
776 other output tables, `user_toknums' is now defined as a table of
779 * src/reader.c (user_toknums): Be a short table instead of an int
783 Factor the short table outputs.
785 * src/output.c (output_short_table): New function.
786 * src/output.c (output_gram, output_stos, output_rule_data)
787 (output_base, output_table, output_check): Use it.
789 2000-10-02 Akim Demaille <akim@epita.fr>
791 * src/output.c (output): Topological sort of the functions, in
792 order to get rid of the `static' prototypes.
793 No longer use `register'.
794 * src/output.h: New file.
795 Propagate its inclusion in files explicitly prototyping functions
798 2000-09-21 Akim Demaille <akim@epita.fr>
800 * src/atgeneral.m4: Update from Autoconf.
802 2000-09-21 Akim Demaille <akim@epita.fr>
804 * src/closure.h: New file.
805 * src/closure.c: Formatting changes, topological sort over the
806 functions, use of closure.h.
807 (initialize_closure, finalize_closure): Rename as...
808 (new_closure, free_closure): these. Adjust dependencies.
809 * src/LR0.c: Formatting changes, topological sort, use of
811 (initialize_states): Rename as...
813 * src/Makefile.am (noinst_HEADERS): Adjust.
815 2000-09-20 Akim Demaille <akim@epita.fr>
817 * src/acconfig.h: Don't protect config.h against multiple
820 * src/system.h: Define PARAMS.
821 Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the
822 purpose of config.h. system.h must not try to fix wrong
823 definitions in config.h.
825 2000-09-20 Akim Demaille <akim@epita.fr>
827 * src/derives.h: New file.
828 * src/main.c, src/derives.h: Use it.
830 * src/Makefile.am (noinst_HEADERS): Adjust.
832 2000-09-20 Akim Demaille <akim@epita.fr>
834 * tests/atgeneral.m4: Update from Autoconf.
835 * tests/calc.m4 (_AT_DATA_CALC_Y, AT_DATA_CALC_Y, _AT_CHECK_CALC)
836 (AT_CHECK_CALC): New macros.
837 Use these macros to test bison with options `', `--raw',
838 `--debug', `--yacc', `--yacc --debug'.
840 2000-09-19 Akim Demaille <akim@epita.fr>
842 * src/output.c: Formatting changes.
843 * src/machine.h: Remove, leaving its contents in...
844 * src/system.h: here.
846 Adjust all dependencies on stdio.h and machine.h.
847 * src/getargs.h: New file.
848 Let all `extern' declarations about getargs.c be replaced with
849 inclusion of `getargs.h'.
850 * src/Makefile.am (noinst_HEADERS): Adjust.
852 * tests/calc.m4 (yyin): Be initialized in main, not on the global
854 (yyerror): Returns void, not int.
855 * doc/bison.texinfo: Formatting changes.
857 2000-09-19 Akim Demaille <akim@epita.fr>
859 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
862 2000-09-18 Akim Demaille <akim@epita.fr>
864 * configure.in: Append WARNING_CFLAGS to CFLAGS.
865 * src/Makefile.am (INCLUDES): Don't.
866 Be ready to fetch headers in lib/.
868 2000-09-18 Akim Demaille <akim@epita.fr>
870 * doc/bison.texinfo: Update the copyright.
871 ANSIfy and GNUify the examples.
874 2000-09-18 Akim Demaille <akim@epita.fr>
876 First set of tests: use the `calc' example from the documentation.
878 * src/bison.s1 (yyparse): Condition the code using `yytname' which
879 is defined only when YYDEBUG is.
880 * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
881 * src/files.c (tryopen, tryclose): Formatting changes.
882 Move to the top and be static.
883 * src/reader.c (read_signed_integer): Likewise.
884 * tests/calc.m4: New file.
885 * Makefile.am, suite.m4: Adjust.
886 * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
888 2000-09-18 Akim Demaille <akim@epita.fr>
890 Add support for an Autotest test suite for Bison.
892 * m4/m4.m4, m4/atconfig.m4: New files.
893 * m4/Makefile.am (EXTRA_DIST): Adjust.
894 * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
896 * src/getargs.c: Display a more standard --version message.
897 * src/reader.c (reader): Formatting changes.
898 No longer depend upon VERSION_STRING.
899 * configure.in: No longer use `dnl'.
900 Set up the test suite and the new directory `tests/.
901 (VERSION_STRING): Remove.
903 2000-04-14 Akim Demaille <akim@epita.fr>
905 * src/reader.c (copy_comment2): New function, same as former
906 `copy_comment', but outputs into two FILE *.
907 (copy_comment): Use it.
908 (parse_union_decl): Use it.
909 (get_type, parse_start_decl): Use the same `invalid' message.
910 (parse_start_decl, parse_union_decl): Use the same `multiple'
912 (parse_union_decl, copy_guard, copy_action): Use the same
914 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
916 2000-03-31 Akim Demaille <akim@epita.fr>
918 * src/files.c (tryopen, tryclose): Move to the top.
921 2000-03-31 Akim Demaille <akim@epita.fr>
923 * src/main.c (main): Don't call `done', exit does it.
925 2000-03-31 Akim Demaille <akim@epita.fr>
927 * allocate.c: s/return (foo)/return foo/.
930 * output.c: Likewise.
931 * reader.c: Likewise.
932 * symtab.c: Likewise.
933 * vmsgetargs.c: Likewise.
935 2000-03-31 Akim Demaille <akim@epita.fr>
937 Clean up the error reporting functions.
939 * src/report.c: New file.
940 * src/report.h: Likewise.
941 * src/Makefile.am: Adjust.
942 * m4/error.m4: New file.
943 * m4/Makefile.am: Adjust.
944 * configure.in (jm_PREREQ_ERROR): Call it.
945 * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
947 (fatal, fatals): Remove. All callers use complain.c::fatal.
948 (warn, warni, warns, warnss, warnss): Remove. All callers use
949 complain.c::complain.
950 (toomany): Remove, use fatal instead.
951 * src/files.c (done): No argument, use complain_message_count.
952 * src/main.c (main): Register `done' to `atexit'.
954 * src/getargs.c (usage): More `fputs', less `fprintf'.
956 2000-03-28 Akim Demaille <akim@epita.fr>
958 * lib/: New directory.
959 * Makefile.am (SUBDIRS): Adjust.
960 * configure.in: Adjust.
961 (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
963 * src/alloca.c: Moved to lib/.
964 * src/getopt.c: Likewise.
965 * src/getopt1.c: Likewise.
966 * src/getopt.h: Likewise.
967 * src/ansi2knr.c: Likewise.
968 * src/ansi2knr.1: Likewise.
969 * src/Makefile.am: Adjust.
970 * lib/Makefile.am: New file.
972 2000-03-28 Akim Demaille <akim@epita.fr>
974 * src/getargs.c (usage): Refresh the help message.
976 2000-03-17 Akim Demaille <akim@epita.fr>
978 * src/getopt1.c: Updated from textutils 2.0e
979 * src/getopt.c: Likewise.
980 * src/getopt.h: Likewise.
982 2000-03-17 Akim Demaille <akim@epita.fr>
984 * src/Makefile.am (bison.simple): Fix the awk program: quote only
985 the file name, not the whole `#line LINE FILE'.
987 2000-03-17 Akim Demaille <akim@epita.fr>
989 On syntax errors, report the token on which we choked.
991 * src/bison.s1 (yyparse): In the label yyerrlab, when
992 YYERROR_VERBOSE, add yychar in msg.
994 2000-03-17 Akim Demaille <akim@epita.fr>
996 * src/reader.c (copy_at): New function.
997 (copy_guard): Use it.
998 (copy_action): Use it.
1000 2000-03-17 Akim Demaille <akim@epita.fr>
1002 Be kind to translators, save some useless translations.
1004 * src/main.c (banner): New function.
1005 (fatal_banner): Use it.
1006 (warn_banner): Use it.
1008 2000-03-17 Akim Demaille <akim@epita.fr>
1010 * src/reader.c (copy_definition): Use copy_string and
1011 copy_comment. Removed now unused `match', `ended',
1013 (copy_comment, copy_string): Moved, to be visible from
1016 2000-03-17 Akim Demaille <akim@epita.fr>
1018 * src/reader.c (copy_string): Declare `static inline'. No
1019 problems with inline, since it is checked by configure.
1020 (copy_comment): Likewise.
1022 2000-03-17 Akim Demaille <akim@epita.fr>
1024 * src/reader.c (packsymbols): Formatting changes.
1026 2000-03-17 Akim Demaille <akim@epita.fr>
1028 * src/reader.c (copy_comment): New function, factored out from:
1029 (copy_action): Use it. Removed now unused `match', `ended',
1031 (copy_guard): Likewise.
1033 2000-03-17 Akim Demaille <akim@epita.fr>
1035 * src/reader.c (copy_string): New function, factored out from:
1036 (copy_action): Use it.
1037 (copy_guard): Likewise.
1039 2000-03-17 Akim Demaille <akim@epita.fr>
1041 Change the handling of @s so that they behave exactly like $s.
1042 There is now a pseudo variable @$ (readble and writable), location
1043 of the lhs of the rule (by default ranging from the location of
1044 the first symbol of the rhs, to the location of the last symbol,
1045 or, if the rhs is empty, YYLLOC).
1047 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
1049 (yyparse): When providing a default semantic action, provide a
1050 default location action.
1051 (after the $): No longer change `*YYLSP', just stack YYLOC the
1052 same way you stack YYVAL.
1053 * src/reader.c (read_declarations): Use warns.
1054 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
1055 (copy_action, case '@'): Likewise.
1056 Use a standard error message, to save useless work from
1059 2000-03-17 Akim Demaille <akim@epita.fr>
1061 * src/bison.s1: Formatting and cosmetics changes.
1062 * src/reader.c: Likewise.
1063 Update the Copyright notice.
1065 2000-03-17 Akim Demaille <akim@epita.fr>
1067 * src/bison.s1 (#line): All set to `#line' only, since the
1068 Makefile now handles them.
1070 2000-03-16 Akim Demaille <akim@epita.fr>
1072 * src/output.c (output_rule_data): Output the documentation of
1074 (Copyright notice): Update.
1077 2000-03-16 Akim Demaille <akim@epita.fr>
1079 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
1080 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
1081 One `#if YYDEBUG' remains, since it uses variables which are
1082 defined only if `YYDEBUG != 0'.
1084 2000-03-16 Akim Demaille <akim@epita.fr>
1086 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
1087 and related variables so that the similarities are highlighted.
1089 2000-03-16 Akim Demaille <akim@epita.fr>
1091 * src/bison.s1: Properly indent CPP directives.
1093 2000-03-16 Akim Demaille <akim@epita.fr>
1095 * src/bison.s1: Properly indent the `alloca' CPP section.
1097 2000-03-16 Akim Demaille <akim@epita.fr>
1099 Do not hard code values of directories in `configure.in'.
1100 Update the `configure' tool chain.
1102 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
1104 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
1105 (AC_OUTPUT): Add m4/Makefile.
1106 Bump to bison 1.28a, 1.29 has never been released.
1107 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
1108 handled via src/Makefile.am.
1109 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
1110 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
1112 * Makefile.am (SUBDIRS): Add m4.
1113 (ACLOCAL_AM_FLAGS): New variable.
1114 (AUTOMAKE_OPTIONS): Add check-news.
1115 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
1116 the proper line number and file name.
1117 (DEFS): Propagate the location of bison library files and of the
1119 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
1121 * acinclude.m4: Remove, replaced by the directory m4.
1122 * m4/Makefile.am (EXTRA_DIST): New variable.
1123 * m4/gettext.m4: New file, from the fileutils.
1124 * m4/lcmessage.m4: Likewise
1125 * m4/progtest.m4: Likewise.
1126 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
1128 2000-03-10 Akim Demaille <akim@epita.fr>
1131 Formatting changes of various comments.
1132 Respect the GNU coding standards at various places.
1133 Don't use `_()' when no translation is needed.
1135 1999-12-13 Jesse Thilo <jthilo@gnu.org>
1138 OS/2 honors TMPDIR environment variable.
1140 1999-12-13 Jesse Thilo <jthilo@gnu.org>
1142 * doc/bison.texinfo: Tweaked spelling and grammar.
1144 Removed reference to price of printed copy.
1145 Mention BISON_SIMPLE and BISON_HAIRY.
1147 1999-12-13 Jesse Thilo <jthilo@gnu.org>
1149 * configure.in, NEWS:
1150 Bison 1.29 released.
1152 1999-10-27 Jesse Thilo <jthilo@gnu.org>
1154 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
1155 Added reference card.
1157 1999-07-26 Jesse Thilo <jthilo@gnu.org>
1159 * po/ru.po: Added Russian translation.
1161 1999-07-26 Jesse Thilo <jthilo@gnu.org>
1163 * configure.in: Added Russian translation.
1165 1999-07-06 Jesse Thilo <jthilo@gnu.org>
1167 * configure.in, NEWS, README:
1168 Released version 1.28.
1170 1999-06-14 Jesse Thilo <jthilo@gnu.org>
1173 Squashed redefinition warning on some systems.
1175 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
1176 Have configure build version string instead of relying on ANSI string
1179 1999-06-14 Jesse Thilo <jthilo@gnu.org>
1181 * po/POTFILES.in: Got rid of version.c.
1183 1999-06-14 Jesse Thilo <jthilo@gnu.org>
1185 * acconfig.h, configure.in:
1186 Have configure build version string instead of relying on ANSI string
1189 1999-06-08 Jesse Thilo <jthilo@gnu.org>
1192 Dropped mention of `+' for long-named options.
1194 1999-05-30 Jesse Thilo <jthilo@gnu.org>
1196 * src/files.c: Added <unistd.h> for unlink().
1198 * src/Makefile.am, src/system.h:
1201 1999-05-30 Jesse Thilo <jthilo@gnu.org>
1203 * README: Added a FAQ list.
1205 * configure.in, acconfig.h:
1208 1999-05-30 Jesse Thilo <jthilo@gnu.org>
1210 * doc/FAQ, doc/Makefile.am:
1213 1999-05-19 Jesse Thilo <jthilo@gnu.org>
1215 * src/alloc.h, src/symtab.h, src/version.c:
1216 Protected inclusion of "config.h" with HAVE_CONFIG_H.
1218 1999-04-18 Jesse Thilo <jthilo@gnu.org>
1220 * src/.cvsignore, src/Makefile.am:
1221 Reorganized: sources in `src', documentation in `doc'.
1223 * src/lex.c (literalchar):
1224 fixed the code for escaping double quotes (thanks
1227 1999-04-18 Jesse Thilo <jthilo@gnu.org>
1229 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
1230 Adjusted paths to reflect directory reorganization.
1232 1999-04-18 Jesse Thilo <jthilo@gnu.org>
1234 * doc/.cvsignore, doc/Makefile.am:
1235 Reorganized: sources in `src', documentation in `doc'.
1237 1999-04-18 Jesse Thilo <jthilo@gnu.org>
1240 Updated AC_INIT file to reflect directory reorganization.
1242 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
1243 Reorganized: sources in `src', documentation in `doc'.
1245 1999-04-13 Jesse Thilo <jthilo@gnu.org>
1248 Don't declare calloc() and realloc() if not necessary.
1250 1999-04-13 Jesse Thilo <jthilo@gnu.org>
1252 * configure.in, acconfig.h, acinclude.m4:
1253 Don't declare calloc() and realloc() if not necessary.
1255 1999-03-23 Jesse Thilo <jthilo@gnu.org>
1257 * po/.cvsignore: Added i18n support.
1259 1999-03-23 Jesse Thilo <jthilo@gnu.org>
1261 * acconfig.h, configure.in, Makefile.am:
1264 1999-03-22 Jesse Thilo <jthilo@gnu.org>
1266 * src/bison.s1: Fixed #line numbers.
1268 1999-03-15 Jesse Thilo <jthilo@gnu.org>
1270 * po/es.po, po/fr.po, po/nl.po, po/de.po:
1271 Added PO files from Translation Project.
1273 1999-03-03 Jesse Thilo <jthilo@gnu.org>
1276 Added support for non-ANSI compilers (ansi2knr).
1278 1999-02-16 Jesse Thilo <jthilo@gnu.org>
1280 * configure.in: Bumped version number to 1.27.
1283 Added `bison.simple' to list of files removed by `make distclean'.
1285 1999-02-12 Jesse Thilo <jthilo@gnu.org>
1287 * src/files.c, src/files.h:
1288 Defined locations of parser files in config.h instead of Makefile.
1290 1999-02-12 Jesse Thilo <jthilo@gnu.org>
1292 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
1293 Defined locations of parser files in config.h instead of Makefile.
1295 1999-02-09 Jesse Thilo <jthilo@gnu.org>
1298 Removed inappropriate use of $< macro.
1300 1999-02-05 Jesse Thilo <jthilo@gnu.org>
1302 * po/Makefile.in.in, po/POTFILES.in:
1303 Add `po' directory skeleton.
1305 1999-01-27 Jesse Thilo <jthilo@gnu.org>
1307 * README: Document help-bison list.
1309 * configure.in: Add check for mkstemp().
1311 1999-01-20 Jesse Thilo <jthilo@gnu.org>
1313 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
1314 Hush a few compiler warnings.
1317 Add tryclose(), which verifies that fclose was successful.
1318 Hush a couple of compiler warnings.
1320 1999-01-20 Jesse Thilo <jthilo@gnu.org>
1322 * Makefile.am, OChangeLog:
1323 ChangeLog is now automatically generated. Include the old version as
1326 1999-01-14 Jesse Thilo <jthilo@gnu.org>
1328 * 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:
1331 1999-01-14 Jesse Thilo <jthilo@gnu.org>
1333 * doc/bison.texinfo: Fix formatting glitch.
1335 * doc/bison.texinfo: Update FSF address.
1337 1999-01-14 Jesse Thilo <jthilo@gnu.org>
1339 * acconfig.h: Update FSF address.
1341 1999-01-08 Jesse Thilo <jthilo@gnu.org>
1344 Don't define PACKAGE here, since config.h defines it.
1346 1998-12-30 Jesse Thilo <jthilo@gnu.org>
1348 * src/reader.c: Update copyright date.
1351 Ditch sprintf to statically-sized buffers in fatal/warn functions in
1352 favor of output directly to stderr (avoids buffer overruns).
1354 * src/reader.c: Some checks for premature EOF.
1356 * 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:
1357 Use prototypes if the compiler understands them.
1359 * src/files.c: Honor TMPDIR on Unix hosts.
1360 Use prototypes if the compiler understands them.
1363 Fix a couple of buffer overrun bugs.
1364 Use prototypes if the compiler understands them.
1366 * src/system.h: Include unistd.h and ctype.h.
1367 Use #ifdef instead of #if for NLS symbols.
1369 1998-12-30 Jesse Thilo <jthilo@gnu.org>
1371 * doc/bison.texinfo:
1372 Delete comment "consider using @set for edition number, etc..." since
1373 we now are doing so.
1375 1998-12-30 Jesse Thilo <jthilo@gnu.org>
1378 Use prototypes if the compiler understands them.
1380 * NEWS: Document 1.26 highlights.
1382 * Makefile.am: Require Automake 1.3 or later.
1385 Use prototypes if the compiler understands them.
1387 1998-12-29 Jesse Thilo <jthilo@gnu.org>
1390 Use VERSION symbol from automake for version number.
1392 1998-12-29 Jesse Thilo <jthilo@gnu.org>
1394 * acconfig.h, configure.in, version.cin:
1395 Use VERSION symbol from automake for version number.
1397 1998-11-28 Jesse Thilo <jthilo@gnu.org>
1400 Distribute original version of simple parser (bison.s1), not built
1401 version (bison.simple).
1403 1998-11-28 Jesse Thilo <jthilo@gnu.org>
1405 * doc/bison.texinfo: Add info dir entry.
1407 * doc/bison.texinfo:
1408 Let automake put version number into documentation.
1410 1998-11-26 Jesse Thilo <jthilo@gnu.org>
1412 * src/bison.cld, src/build.com, src/vmshlp.mar:
1413 Add non-RCS files from /gd/gnu/bison.
1415 1998-11-26 Jesse Thilo <jthilo@gnu.org>
1418 Document the BISON_HAIRY and BISON_SIMPLE variables.
1420 1998-11-25 Jesse Thilo <jthilo@gnu.org>
1422 * src/version.c: Build version.c automatically.
1425 Fix token numbering (used to start at 258, not 257).
1427 * src/system.h: Include config.h.
1429 * src/getargs.c: Update bug report address.
1431 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
1432 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
1434 1998-11-25 Jesse Thilo <jthilo@gnu.org>
1437 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
1439 * configure.in, version.cin:
1440 Build version.c automatically.
1442 * AUTHORS: Add AUTHORS file.
1444 * README: Update bug report address.
1447 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
1449 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
1452 1998-11-25 Jesse Thilo <jthilo@gnu.org>
1454 * doc/bison.texinfo: Clean up some formatting.
1456 1998-05-05 Richard Stallman <rms@gnu.org>
1458 * doc/bison.texinfo:
1459 Explain better why to make a pure parser.
1461 1998-01-05 Richard Stallman <rms@gnu.org>
1463 * src/files.c (openfiles):
1464 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
1465 find a temporary directory, if possible. Do not unlink files while
1468 1997-08-25 Richard Stallman <rms@gnu.org>
1470 * src/reader.c (stack_offset;):
1471 Change some warni to warns.
1473 * src/lex.c (literalchar): Use warns, not warni.
1475 1997-06-28 Richard Stallman <rms@gnu.org>
1477 * src/bison.s1: Add a Bison version comment.
1479 * src/main.c (fatal, warn, berror):
1482 1997-06-28 Richard Stallman <rms@gnu.org>
1484 * Makefile.in (bison_version): New variable.
1485 (dist): Use that variable.
1486 (bison.s1): Substitute the Bison version into bison.simple.
1488 * bison.simple: Add a Bison version comment.
1490 1997-06-18 Richard Stallman <rms@gnu.org>
1492 * src/main.c (fatal, warn, berror):
1493 Make error messages standard.
1494 (toomany): Improve error message text.
1496 * 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:
1497 new.h renamed to alloc.h.
1499 1997-06-18 Richard Stallman <rms@gnu.org>
1501 * Makefile.in: new.h renamed to alloc.h.
1503 1997-05-24 Richard Stallman <rms@gnu.org>
1505 * src/lex.c (literalchar):
1506 Fix the code for escaping \, " and '.
1508 (lex): Avoid trouble when there are many chars
1509 to discard in a char literal with just several chars in it.
1511 1997-05-17 Richard Stallman <rms@gnu.org>
1514 Use malloc, if using alloca is troublesome.
1515 (YYSTACK_USE_ALLOCA): New flag macro.
1516 Define it for some systems and compilers.
1517 (YYSTACK_ALLOC): New macro.
1518 (yyparse): Use YYSTACK_ALLOC to allocate stack.
1519 If it was malloc'd, free it.
1521 1997-05-17 Richard Stallman <rms@gnu.org>
1524 Use malloc, if using alloca is troublesome.
1525 (YYSTACK_USE_ALLOCA): New flag macro.
1526 Define it for some systems and compilers.
1527 (YYSTACK_ALLOC): New macro.
1528 (yyparse): Use YYSTACK_ALLOC to allocate stack.
1529 If it was malloc'd, free it.
1531 1997-04-23 Richard Stallman <rms@gnu.org>
1534 (alloca) [__hpux]: Always define as __builtin_alloca.
1536 1997-04-23 Richard Stallman <rms@gnu.org>
1539 (alloca) [__hpux]: Always define as __builtin_alloca.
1541 1997-04-22 Richard Stallman <rms@gnu.org>
1544 [__hpux]: Include alloca.h (right for HPUX 10)
1545 instead of declaring alloca (right for HPUX 9).
1547 * src/bison.s1 (__yy_memcpy):
1548 Declare arg `count' as unsigned int.
1549 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
1551 1997-04-22 Richard Stallman <rms@gnu.org>
1554 [__hpux]: Include alloca.h (right for HPUX 10)
1555 instead of declaring alloca (right for HPUX 9).
1557 * bison.simple (__yy_memcpy):
1558 Declare arg `count' as unsigned int.
1559 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
1561 1997-01-03 Richard Stallman <rms@gnu.org>
1563 * src/allocate.c: [__STDC__ or _MSC_VER]:
1564 Declare calloc and realloc to return void *.
1566 1997-01-02 Richard Stallman <rms@gnu.org>
1569 [_MSC_VER]: Include stdlib.h and process.h.
1570 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
1572 * src/main.c (main): Return FAILURE as a value.
1573 (printable_version): Declare arg as int, not char.
1575 1997-01-02 Richard Stallman <rms@gnu.org>
1577 * Makefile.in (dist):
1578 Explicitly check for symlinks, and copy them.
1580 1996-12-19 Richard Stallman <rms@gnu.org>
1583 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
1585 1996-12-18 Paul Eggert <eggert@gnu.org>
1587 * src/bison.s1 (yyparse):
1588 If __GNUC__ and YYPARSE_PARAM are both defined,
1589 declare yyparse to have a void * argument.
1591 1996-12-18 Paul Eggert <eggert@gnu.org>
1593 * bison.simple (yyparse):
1594 If __GNUC__ and YYPARSE_PARAM are both defined,
1595 declare yyparse to have a void * argument.
1597 1996-12-17 Richard Stallman <rms@gnu.org>
1599 * src/reduce.c (nbits): Add some casts.
1601 1996-08-12 Richard Stallman <rms@gnu.org>
1603 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
1605 1996-08-12 Richard Stallman <rms@gnu.org>
1607 * bison.simple: Test _MSDOS as well as _MSDOS_.
1609 1996-07-31 Richard Stallman <rms@gnu.org>
1612 [__sun && __i386]: Include alloca.h.
1614 1996-07-31 Richard Stallman <rms@gnu.org>
1617 [__sun && __i386]: Include alloca.h.
1619 1996-07-30 Richard Stallman <rms@gnu.org>
1621 * src/bison.s1: Comment change.
1623 * src/bison.s1: Test _MSDOS_, not MSDOS.
1625 1996-07-30 Richard Stallman <rms@gnu.org>
1627 * bison.simple: Comment change.
1629 * bison.simple: Test _MSDOS_, not MSDOS.
1631 1996-06-01 Richard Stallman <rms@gnu.org>
1633 * 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:
1634 Insert `_' macro around many string constants.
1637 Insert `_' macro around many string constants.
1639 (main): Call setlocale, bindtextdomain and textdomain.
1641 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
1642 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
1643 [ENABLE_NLS]: Include libintl.h.
1644 [ENABLE_NLS] (gettext): Define.
1645 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
1646 (N_, PACKAGE, LOCALEDIR): New macros.
1648 1996-06-01 Richard Stallman <rms@gnu.org>
1650 * POTFILES.in: New file.
1652 * Makefile.in (allocate.o):
1653 Define target explicitly.
1655 * Makefile.in (CFLAGS): Set to @CFLAGS@.
1656 (LDFLAGS): Set to @LDFLAGS@.
1657 (configure): Run autoconf only if preceding `cd' succeeds.
1658 (bison.s1): Redirect output to temporary file then move the
1659 temporary to the target, rather than redirecting directly to bison.s1.
1660 (clean): Remove config.status and config.log.
1661 (distclean): Don't remove config.status here.
1663 1996-05-12 Richard Stallman <rms@gnu.org>
1666 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
1668 1996-05-12 Richard Stallman <rms@gnu.org>
1671 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
1673 1996-05-11 Richard Stallman <rms@gnu.org>
1675 * src/bison.s1 (__yy_memcpy):
1676 Really reorder the args, as was supposedly done on Feb 14 1995.
1677 (yyparse): Calls changed accordingly.
1679 1996-05-11 Richard Stallman <rms@gnu.org>
1681 * Makefile.in (dist): Don't use $(srcdir).
1683 * bison.simple (__yy_memcpy):
1684 Really reorder the args, as was supposedly done on Feb 14 1995.
1685 (yyparse): Calls changed accordingly.
1687 1996-01-27 Richard Stallman <rms@gnu.org>
1689 * src/output.c (output_rule_data):
1690 Test YYERROR_VERBOSE in the conditional
1691 around the definition of ttyname.
1693 1995-12-29 Richard Stallman <rms@gnu.org>
1696 Fix line numbers in #line commands.
1698 1995-12-29 Richard Stallman <rms@gnu.org>
1701 Fix line numbers in #line commands.
1703 1995-12-27 Richard Stallman <rms@gnu.org>
1705 * src/bison.s1 (YYPARSE_PARAM_DECL):
1706 In C++, make it always null.
1707 (YYPARSE_PARAM_ARG): New macro.
1708 (yyparse): Use YYPARSE_PARAM_ARG.
1710 1995-12-27 Richard Stallman <rms@gnu.org>
1712 * bison.simple (YYPARSE_PARAM_DECL):
1713 In C++, make it always null.
1714 (YYPARSE_PARAM_ARG): New macro.
1715 (yyparse): Use YYPARSE_PARAM_ARG.
1717 1995-11-29 Richard Stallman <rms@gnu.org>
1719 * doc/bison.texinfo:
1720 Describe literal string tokens, %raw, %no_lines, %token_table.
1722 1995-11-29 Daniel Hagerty <hag@gnu.org>
1724 * doc/bison.texinfo: Fixed update date
1726 1995-10-16 Richard Stallman <rms@gnu.org>
1728 * src/version.c: Version 1.25.
1730 1995-10-16 Richard Stallman <rms@gnu.org>
1732 * NEWS: *** empty log message ***
1734 1995-10-16 Richard Stallman <rms@gnu.org>
1736 * doc/bison.1, doc/bison.rnh:
1739 1995-10-15 Richard Stallman <rms@gnu.org>
1741 * src/vmsgetargs.c, src/getargs.c:
1742 Added -n, -k, and -raw switches.
1743 (noparserflag, toknumflag, rawtoknumflag): New variables.
1745 * src/symtab.h (SALIAS):
1746 New #define for adding aliases to %token.
1747 (struct bucket): Added `alias' field.
1749 * src/reduce.c (reduce_grammar):
1750 Revise error message.
1751 (print_notices): Remove final `.' from error message.
1753 * src/reader.c (reader_output_yylsp):
1755 (readgram): Use `#if 0' around code that accepted %command
1756 inside grammar rules: The documentation doesn't allow it,
1757 and it will fail since the %command processors scan for the next %.
1758 (parse_token_decl): Extended the %token
1759 declaration to allow a multi-character symbol as an alias.
1760 (parse_thong_decl): New function.
1761 (read_declarations): Added %thong declarations.
1762 (read_declarations): Handle NOOP to deal with allowing
1763 % declarations as another means to specify the flags.
1764 (readgram): Allow %prec prior to semantics embedded in a rule.
1765 (skip_to_char, read_declarations, copy_definition)
1766 (parse_token_decl, parse_start_decl, parse_type_decl)
1767 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
1768 (get_type_name, copy_guard, copy_action, readgram)
1769 (get_type, packsymbols): Revised most error messages.
1770 Changed `fatal' to `warnxxx' to avoid aborting for error.
1771 Revised and use multiple warnxxx functions to avoid using VARARGS1.
1772 (read_declarations): Improve the error message for
1773 an invalid character. Do not abort.
1774 (read_declarations, copy_guard, copy_action): Use
1775 printable_version to avoid unprintable characters in printed output.
1776 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
1777 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
1778 Allow the type of a non-terminal can be given
1779 more than once, as long as all specifications give the same type.
1782 (output_headers, output_trailers, output, output_gram)
1783 (output_rule_data): Implement noparserflag variable.
1784 Implement toknumflag variable.
1785 (output): Call reader_output_yylsp to output LTYPESTR.
1787 * src/main.c (main):
1788 If reader sees an error, don't process the grammar.
1789 (fatals): Updated to not use VARARGS1.
1790 (printable_version, int_to_string, warn, warni, warns, warnss)
1791 (warnsss): New error reporting functions. Avoid abort for error.
1794 Added THONG and NOOP for alias processing.
1795 Added SETOPT for the new code that allows setting options with %flags.
1798 Include getopt.h. Add some extern decls.
1799 (safegetc): New function to deal with EOF gracefully.
1800 (literalchar); new function to deal with reading \ escapes.
1801 (lex): Use literalchar.
1802 (lex): Implemented "..." tokens.
1803 (literalchar, lex, parse_percent_token): Made tokenbuffer
1804 always contain the token. This includes growing the token
1805 buffer while reading an integer.
1806 (parse_percent_token): Replaced if-else statement with percent_table.
1807 (parse_percent_token): Added % declarations as another
1808 way to specify the flags -n, -l, and -r. Also added hooks for
1809 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
1810 major changes to files.c.
1811 (lex) Retain in the incoming stream a character following
1813 (skip_white_space, lex): Revised most error messages
1814 and changed fatal to warn to avoid aborting.
1815 (percent_table): Added %thong declarations.
1817 * src/gram.h: Comment changes.
1819 * src/files.c (openfiles, open_extra_files, done):
1821 and actfile file. Handle noparserflag. Both for -n switch.
1823 * src/conflicts.c (resolve_sr_conflict):
1824 Remove use of alloca.
1826 1995-06-01 Jim Meyering <meyering@gnu.org>
1828 * doc/bison.texinfo: *** empty log message ***
1830 1995-05-06 Richard Stallman <rms@gnu.org>
1832 * src/bison.s1: Comment change.
1834 1995-05-06 Richard Stallman <rms@gnu.org>
1836 * bison.simple: Comment change.
1838 1995-05-03 Richard Stallman <rms@gnu.org>
1840 * src/version.c: Version now 1.24.
1842 * src/bison.s1: Change distribution terms.
1844 * src/version.c: Version now 1.23.
1846 1995-05-03 Richard Stallman <rms@gnu.org>
1848 * doc/bison.texinfo:
1849 Rewrite "Conditions for Using Bison".
1850 Update version to 1.24.
1852 1995-05-03 Richard Stallman <rms@gnu.org>
1854 * bison.simple: Change distribution terms.
1856 1995-02-23 Richard Stallman <rms@gnu.org>
1858 * src/files.c: Test __VMS_POSIX as well as VMS.
1860 1995-02-14 Jim Meyering <meyering@gnu.org>
1862 * src/bison.s1 (__yy_memcpy):
1863 Renamed from __yy_bcopy to avoid
1864 confusion. Reverse FROM and TO arguments to be consistent with
1867 1995-02-14 Jim Meyering <meyering@gnu.org>
1869 * bison.simple (__yy_memcpy):
1870 Renamed from __yy_bcopy to avoid
1871 confusion. Reverse FROM and TO arguments to be consistent with
1874 1994-11-10 David J. MacKenzie <djm@gnu.org>
1880 * Makefile.in (DISTFILES): Include NEWS.
1882 * Makefile.in (DISTFILES):
1883 Include install-sh, not install.sh.
1885 * configure.in: Update to Autoconf v2 macro names.
1887 1994-10-05 David J. MacKenzie <djm@gnu.org>
1889 * Makefile.in: fix typo
1891 * Makefile.in (prefix, exec_prefix):
1892 Let configure set them.
1894 1994-09-28 David J. MacKenzie <djm@gnu.org>
1896 * Makefile.in: Set datadir to $(prefix)/share.
1898 1994-09-15 Richard Stallman <rms@gnu.org>
1901 Update copyright notice and GPL version.
1903 1994-09-15 Richard Stallman <rms@gnu.org>
1906 Update copyright notice and GPL version.
1908 1994-07-12 Richard Stallman <rms@gnu.org>
1910 * src/reduce.c, src/reader.c:
1913 1994-05-05 David J. MacKenzie <djm@gnu.org>
1915 * Makefile.in: entered into RCS
1917 1994-03-26 Richard Stallman <rms@gnu.org>
1919 * src/bison.s1: entered into RCS
1921 1994-03-26 Richard Stallman <rms@gnu.org>
1923 * bison.simple: entered into RCS
1925 1994-03-25 Richard Stallman <rms@gnu.org>
1927 * src/main.c: entered into RCS
1929 1994-03-24 Richard Stallman <rms@gnu.org>
1931 * src/conflicts.c: entered into RCS
1933 1994-01-02 Richard Stallman <rms@gnu.org>
1935 * Makefile.in: *** empty log message ***
1937 1993-11-21 Richard Stallman <rms@gnu.org>
1939 * src/bison.s1: *** empty log message ***
1941 1993-11-21 Richard Stallman <rms@gnu.org>
1943 * doc/bison.texinfo: entered into RCS
1945 * doc/bison.texinfo: *** empty log message ***
1947 1993-11-21 Richard Stallman <rms@gnu.org>
1949 * bison.simple: *** empty log message ***
1951 1993-10-25 David J. MacKenzie <djm@gnu.org>
1953 * doc/bison.texinfo: *** empty log message ***
1955 1993-10-19 Richard Stallman <rms@gnu.org>
1957 * src/bison.s1: *** empty log message ***
1959 1993-10-19 Richard Stallman <rms@gnu.org>
1961 * bison.simple: *** empty log message ***
1963 1993-10-14 Richard Stallman <rms@gnu.org>
1965 * src/bison.s1: *** empty log message ***
1967 1993-10-14 Richard Stallman <rms@gnu.org>
1969 * bison.simple: *** empty log message ***
1971 1993-09-14 David J. MacKenzie <djm@gnu.org>
1973 * doc/bison.texinfo: *** empty log message ***
1975 1993-09-13 Noah Friedman <friedman@gnu.org>
1977 * Makefile.in: *** empty log message ***
1979 1993-09-10 Richard Stallman <rms@gnu.org>
1981 * src/conflicts.c: *** empty log message ***
1983 * src/system.h: entered into RCS
1985 1993-09-10 Richard Stallman <rms@gnu.org>
1987 * doc/bison.1: entered into RCS
1989 1993-09-06 Noah Friedman <friedman@gnu.org>
1991 * src/version.c: entered into RCS
1993 1993-09-06 Noah Friedman <friedman@gnu.org>
1995 * Makefile.in: *** empty log message ***
1997 1993-07-30 David J. MacKenzie <djm@gnu.org>
1999 * Makefile.in: *** empty log message ***
2001 1993-07-24 Richard Stallman <rms@gnu.org>
2003 * src/bison.s1: *** empty log message ***
2005 1993-07-24 Richard Stallman <rms@gnu.org>
2007 * bison.simple: *** empty log message ***
2009 1993-07-08 David J. MacKenzie <djm@gnu.org>
2011 * Makefile.in: *** empty log message ***
2013 1993-07-04 Richard Stallman <rms@gnu.org>
2015 * src/bison.s1: *** empty log message ***
2017 1993-07-04 Richard Stallman <rms@gnu.org>
2019 * bison.simple: *** empty log message ***
2021 1993-06-26 David J. MacKenzie <djm@gnu.org>
2023 * src/getargs.c: entered into RCS
2025 1993-06-26 David J. MacKenzie <djm@gnu.org>
2027 * doc/bison.texinfo: *** empty log message ***
2029 * doc/bison.1: New file.
2031 1993-06-25 Richard Stallman <rms@gnu.org>
2033 * src/getargs.c: New file.
2035 1993-06-16 Richard Stallman <rms@gnu.org>
2037 * src/bison.s1: *** empty log message ***
2039 1993-06-16 Richard Stallman <rms@gnu.org>
2041 * bison.simple: *** empty log message ***
2043 1993-06-03 Richard Stallman <rms@gnu.org>
2045 * src/bison.s1: New file.
2047 1993-06-03 Richard Stallman <rms@gnu.org>
2049 * doc/bison.texinfo: *** empty log message ***
2051 1993-06-03 Richard Stallman <rms@gnu.org>
2053 * bison.simple: New file.
2055 1993-05-19 Richard Stallman <rms@gnu.org>
2057 * doc/bison.texinfo: New file.
2059 1993-05-07 Noah Friedman <friedman@gnu.org>
2061 * Makefile.in: *** empty log message ***
2063 1993-04-28 Noah Friedman <friedman@gnu.org>
2065 * src/reader.c: *** empty log message ***
2067 1993-04-23 Noah Friedman <friedman@gnu.org>
2069 * src/alloc.h: entered into RCS
2071 1993-04-20 David J. MacKenzie <djm@gnu.org>
2073 * src/version.c: *** empty log message ***
2075 * src/files.c, src/allocate.c:
2078 * src/reader.c: *** empty log message ***
2080 * src/lex.c: entered into RCS
2082 * src/conflicts.c: New file.
2084 * src/symtab.c: entered into RCS
2086 * src/alloc.h: New file.
2088 * src/LR0.c: entered into RCS
2090 1993-04-18 Noah Friedman <friedman@gnu.org>
2092 * src/reader.c: New file.
2094 * src/version.c: *** empty log message ***
2096 1993-04-18 Noah Friedman <friedman@gnu.org>
2098 * Makefile.in: *** empty log message ***
2100 1993-04-17 Noah Friedman <friedman@gnu.org>
2102 * Makefile.in: *** empty log message ***
2104 1993-04-15 Richard Stallman <rms@gnu.org>
2106 * src/main.c, src/files.c:
2109 1993-04-15 Noah Friedman <friedman@gnu.org>
2111 * configure.in: entered into RCS
2113 * configure.in: *** empty log message ***
2115 * configure.in: New file.
2117 1993-04-14 Richard Stallman <rms@gnu.org>
2119 * Makefile.in: New file.
2121 1993-04-13 Richard Stallman <rms@gnu.org>
2123 * src/version.c: New file.
2125 1993-03-25 Richard Stallman <rms@gnu.org>
2127 * src/output.c: entered into RCS
2129 1992-09-25 Richard Stallman <rms@gnu.org>
2131 * configure.bat: entered into RCS
2133 1992-06-22 Richard Stallman <rms@gnu.org>
2135 * src/vmsgetargs.c: entered into RCS
2137 1992-06-22 Richard Stallman <rms@gnu.org>
2139 * doc/bison.rnh: entered into RCS
2141 1992-04-20 David J. MacKenzie <djm@gnu.org>
2143 * README: entered into RCS
2145 1992-01-22 Richard Stallman <rms@gnu.org>
2147 * src/machine.h: entered into RCS
2149 1991-12-21 Richard Stallman <rms@gnu.org>
2151 * src/lalr.c, src/closure.c:
2154 1991-12-20 Richard Stallman <rms@gnu.org>
2156 * src/state.h: entered into RCS
2158 1991-12-18 Richard Stallman <rms@gnu.org>
2160 * src/print.c, src/nullable.c, src/derives.c:
2163 1991-11-03 David J. MacKenzie <djm@gnu.org>
2165 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
2168 1988-09-09 Richard Stallman <rms@gnu.org>
2170 * src/bison.hairy: entered into RCS
2172 1987-12-16 Richard Stallman <rms@gnu.org>
2174 * REFERENCES: entered into RCS