1 2000-03-10 Akim Demaille <akim@epita.fr>
4 Formatting changes of various comments.
5 Respect the GNU coding standards at various places.
6 Don't use `_()' when no translation is needed.
8 1999-12-13 Jesse Thilo <jthilo@gnu.org>
11 OS/2 honors TMPDIR environment variable.
13 1999-12-13 Jesse Thilo <jthilo@gnu.org>
15 * doc/bison.texinfo: Tweaked spelling and grammar.
17 Removed reference to price of printed copy.
18 Mention BISON_SIMPLE and BISON_HAIRY.
20 1999-12-13 Jesse Thilo <jthilo@gnu.org>
25 1999-10-27 Jesse Thilo <jthilo@gnu.org>
27 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
30 1999-07-26 Jesse Thilo <jthilo@gnu.org>
32 * po/ru.po: Added Russian translation.
34 1999-07-26 Jesse Thilo <jthilo@gnu.org>
36 * configure.in: Added Russian translation.
38 1999-07-06 Jesse Thilo <jthilo@gnu.org>
40 * configure.in, NEWS, README:
41 Released version 1.28.
43 1999-06-14 Jesse Thilo <jthilo@gnu.org>
46 Squashed redefinition warning on some systems.
48 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
49 Have configure build version string instead of relying on ANSI string
52 1999-06-14 Jesse Thilo <jthilo@gnu.org>
54 * po/POTFILES.in: Got rid of version.c.
56 1999-06-14 Jesse Thilo <jthilo@gnu.org>
58 * acconfig.h, configure.in:
59 Have configure build version string instead of relying on ANSI string
62 1999-06-08 Jesse Thilo <jthilo@gnu.org>
65 Dropped mention of `+' for long-named options.
67 1999-05-30 Jesse Thilo <jthilo@gnu.org>
69 * src/files.c: Added <unistd.h> for unlink().
71 * src/Makefile.am, src/system.h:
74 1999-05-30 Jesse Thilo <jthilo@gnu.org>
76 * README: Added a FAQ list.
78 * configure.in, acconfig.h:
81 1999-05-30 Jesse Thilo <jthilo@gnu.org>
83 * doc/FAQ, doc/Makefile.am:
86 1999-05-19 Jesse Thilo <jthilo@gnu.org>
88 * src/alloc.h, src/symtab.h, src/version.c:
89 Protected inclusion of "config.h" with HAVE_CONFIG_H.
91 1999-04-18 Jesse Thilo <jthilo@gnu.org>
93 * src/.cvsignore, src/Makefile.am:
94 Reorganized: sources in `src', documentation in `doc'.
96 * src/lex.c (literalchar):
97 fixed the code for escaping double quotes (thanks
100 1999-04-18 Jesse Thilo <jthilo@gnu.org>
102 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
103 Adjusted paths to reflect directory reorganization.
105 1999-04-18 Jesse Thilo <jthilo@gnu.org>
107 * doc/.cvsignore, doc/Makefile.am:
108 Reorganized: sources in `src', documentation in `doc'.
110 1999-04-18 Jesse Thilo <jthilo@gnu.org>
113 Updated AC_INIT file to reflect directory reorganization.
115 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
116 Reorganized: sources in `src', documentation in `doc'.
118 1999-04-13 Jesse Thilo <jthilo@gnu.org>
121 Don't declare calloc() and realloc() if not necessary.
123 1999-04-13 Jesse Thilo <jthilo@gnu.org>
125 * configure.in, acconfig.h, acinclude.m4:
126 Don't declare calloc() and realloc() if not necessary.
128 1999-03-23 Jesse Thilo <jthilo@gnu.org>
130 * po/.cvsignore: Added i18n support.
132 1999-03-23 Jesse Thilo <jthilo@gnu.org>
134 * acconfig.h, configure.in, Makefile.am:
137 1999-03-22 Jesse Thilo <jthilo@gnu.org>
139 * src/bison.s1: Fixed #line numbers.
141 1999-03-15 Jesse Thilo <jthilo@gnu.org>
143 * po/es.po, po/fr.po, po/nl.po, po/de.po:
144 Added PO files from Translation Project.
146 1999-03-03 Jesse Thilo <jthilo@gnu.org>
149 Added support for non-ANSI compilers (ansi2knr).
151 1999-02-16 Jesse Thilo <jthilo@gnu.org>
153 * configure.in: Bumped version number to 1.27.
156 Added `bison.simple' to list of files removed by `make distclean'.
158 1999-02-12 Jesse Thilo <jthilo@gnu.org>
160 * src/files.c, src/files.h:
161 Defined locations of parser files in config.h instead of Makefile.
163 1999-02-12 Jesse Thilo <jthilo@gnu.org>
165 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
166 Defined locations of parser files in config.h instead of Makefile.
168 1999-02-09 Jesse Thilo <jthilo@gnu.org>
171 Removed inappropriate use of $< macro.
173 1999-02-05 Jesse Thilo <jthilo@gnu.org>
175 * po/Makefile.in.in, po/POTFILES.in:
176 Add `po' directory skeleton.
178 1999-01-27 Jesse Thilo <jthilo@gnu.org>
180 * README: Document help-bison list.
182 * configure.in: Add check for mkstemp().
184 1999-01-20 Jesse Thilo <jthilo@gnu.org>
186 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
187 Hush a few compiler warnings.
190 Add tryclose(), which verifies that fclose was successful.
191 Hush a couple of compiler warnings.
193 1999-01-20 Jesse Thilo <jthilo@gnu.org>
195 * Makefile.am, OChangeLog:
196 ChangeLog is now automatically generated. Include the old version as
199 1999-01-14 Jesse Thilo <jthilo@gnu.org>
201 * 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:
204 1999-01-14 Jesse Thilo <jthilo@gnu.org>
206 * doc/bison.texinfo: Fix formatting glitch.
208 * doc/bison.texinfo: Update FSF address.
210 1999-01-14 Jesse Thilo <jthilo@gnu.org>
212 * acconfig.h: Update FSF address.
214 1999-01-08 Jesse Thilo <jthilo@gnu.org>
217 Don't define PACKAGE here, since config.h defines it.
219 1998-12-30 Jesse Thilo <jthilo@gnu.org>
221 * src/reader.c: Update copyright date.
224 Ditch sprintf to statically-sized buffers in fatal/warn functions in
225 favor of output directly to stderr (avoids buffer overruns).
227 * src/reader.c: Some checks for premature EOF.
229 * 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:
230 Use prototypes if the compiler understands them.
232 * src/files.c: Honor TMPDIR on Unix hosts.
233 Use prototypes if the compiler understands them.
236 Fix a couple of buffer overrun bugs.
237 Use prototypes if the compiler understands them.
239 * src/system.h: Include unistd.h and ctype.h.
240 Use #ifdef instead of #if for NLS symbols.
242 1998-12-30 Jesse Thilo <jthilo@gnu.org>
245 Delete comment "consider using @set for edition number, etc..." since
248 1998-12-30 Jesse Thilo <jthilo@gnu.org>
251 Use prototypes if the compiler understands them.
253 * NEWS: Document 1.26 highlights.
255 * Makefile.am: Require Automake 1.3 or later.
258 Use prototypes if the compiler understands them.
260 1998-12-29 Jesse Thilo <jthilo@gnu.org>
263 Use VERSION symbol from automake for version number.
265 1998-12-29 Jesse Thilo <jthilo@gnu.org>
267 * acconfig.h, configure.in, version.cin:
268 Use VERSION symbol from automake for version number.
270 1998-11-28 Jesse Thilo <jthilo@gnu.org>
273 Distribute original version of simple parser (bison.s1), not built
274 version (bison.simple).
276 1998-11-28 Jesse Thilo <jthilo@gnu.org>
278 * doc/bison.texinfo: Add info dir entry.
281 Let automake put version number into documentation.
283 1998-11-26 Jesse Thilo <jthilo@gnu.org>
285 * src/bison.cld, src/build.com, src/vmshlp.mar:
286 Add non-RCS files from /gd/gnu/bison.
288 1998-11-26 Jesse Thilo <jthilo@gnu.org>
291 Document the BISON_HAIRY and BISON_SIMPLE variables.
293 1998-11-25 Jesse Thilo <jthilo@gnu.org>
295 * src/version.c: Build version.c automatically.
298 Fix token numbering (used to start at 258, not 257).
300 * src/system.h: Include config.h.
302 * src/getargs.c: Update bug report address.
304 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
305 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
307 1998-11-25 Jesse Thilo <jthilo@gnu.org>
310 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
312 * configure.in, version.cin:
313 Build version.c automatically.
315 * AUTHORS: Add AUTHORS file.
317 * README: Update bug report address.
320 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
322 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
325 1998-11-25 Jesse Thilo <jthilo@gnu.org>
327 * doc/bison.texinfo: Clean up some formatting.
329 1998-05-05 Richard Stallman <rms@gnu.org>
332 Explain better why to make a pure parser.
334 1998-01-05 Richard Stallman <rms@gnu.org>
336 * src/files.c (openfiles):
337 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
338 find a temporary directory, if possible. Do not unlink files while
341 1997-08-25 Richard Stallman <rms@gnu.org>
343 * src/reader.c (stack_offset;):
344 Change some warni to warns.
346 * src/lex.c (literalchar): Use warns, not warni.
348 1997-06-28 Richard Stallman <rms@gnu.org>
350 * src/bison.s1: Add a Bison version comment.
352 * src/main.c (fatal, warn, berror):
355 1997-06-28 Richard Stallman <rms@gnu.org>
357 * Makefile.in (bison_version): New variable.
358 (dist): Use that variable.
359 (bison.s1): Substitute the Bison version into bison.simple.
361 * bison.simple: Add a Bison version comment.
363 1997-06-18 Richard Stallman <rms@gnu.org>
365 * src/main.c (fatal, warn, berror):
366 Make error messages standard.
367 (toomany): Improve error message text.
369 * 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:
370 new.h renamed to alloc.h.
372 1997-06-18 Richard Stallman <rms@gnu.org>
374 * Makefile.in: new.h renamed to alloc.h.
376 1997-05-24 Richard Stallman <rms@gnu.org>
378 * src/lex.c (literalchar):
379 Fix the code for escaping \, " and '.
381 (lex): Avoid trouble when there are many chars
382 to discard in a char literal with just several chars in it.
384 1997-05-17 Richard Stallman <rms@gnu.org>
387 Use malloc, if using alloca is troublesome.
388 (YYSTACK_USE_ALLOCA): New flag macro.
389 Define it for some systems and compilers.
390 (YYSTACK_ALLOC): New macro.
391 (yyparse): Use YYSTACK_ALLOC to allocate stack.
392 If it was malloc'd, free it.
394 1997-05-17 Richard Stallman <rms@gnu.org>
397 Use malloc, if using alloca is troublesome.
398 (YYSTACK_USE_ALLOCA): New flag macro.
399 Define it for some systems and compilers.
400 (YYSTACK_ALLOC): New macro.
401 (yyparse): Use YYSTACK_ALLOC to allocate stack.
402 If it was malloc'd, free it.
404 1997-04-23 Richard Stallman <rms@gnu.org>
407 (alloca) [__hpux]: Always define as __builtin_alloca.
409 1997-04-23 Richard Stallman <rms@gnu.org>
412 (alloca) [__hpux]: Always define as __builtin_alloca.
414 1997-04-22 Richard Stallman <rms@gnu.org>
417 [__hpux]: Include alloca.h (right for HPUX 10)
418 instead of declaring alloca (right for HPUX 9).
420 * src/bison.s1 (__yy_memcpy):
421 Declare arg `count' as unsigned int.
422 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
424 1997-04-22 Richard Stallman <rms@gnu.org>
427 [__hpux]: Include alloca.h (right for HPUX 10)
428 instead of declaring alloca (right for HPUX 9).
430 * bison.simple (__yy_memcpy):
431 Declare arg `count' as unsigned int.
432 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
434 1997-01-03 Richard Stallman <rms@gnu.org>
436 * src/allocate.c: [__STDC__ or _MSC_VER]:
437 Declare calloc and realloc to return void *.
439 1997-01-02 Richard Stallman <rms@gnu.org>
442 [_MSC_VER]: Include stdlib.h and process.h.
443 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
445 * src/main.c (main): Return FAILURE as a value.
446 (printable_version): Declare arg as int, not char.
448 1997-01-02 Richard Stallman <rms@gnu.org>
450 * Makefile.in (dist):
451 Explicitly check for symlinks, and copy them.
453 1996-12-19 Richard Stallman <rms@gnu.org>
456 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
458 1996-12-18 Paul Eggert <eggert@gnu.org>
460 * src/bison.s1 (yyparse):
461 If __GNUC__ and YYPARSE_PARAM are both defined,
462 declare yyparse to have a void * argument.
464 1996-12-18 Paul Eggert <eggert@gnu.org>
466 * bison.simple (yyparse):
467 If __GNUC__ and YYPARSE_PARAM are both defined,
468 declare yyparse to have a void * argument.
470 1996-12-17 Richard Stallman <rms@gnu.org>
472 * src/reduce.c (nbits): Add some casts.
474 1996-08-12 Richard Stallman <rms@gnu.org>
476 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
478 1996-08-12 Richard Stallman <rms@gnu.org>
480 * bison.simple: Test _MSDOS as well as _MSDOS_.
482 1996-07-31 Richard Stallman <rms@gnu.org>
485 [__sun && __i386]: Include alloca.h.
487 1996-07-31 Richard Stallman <rms@gnu.org>
490 [__sun && __i386]: Include alloca.h.
492 1996-07-30 Richard Stallman <rms@gnu.org>
494 * src/bison.s1: Comment change.
496 * src/bison.s1: Test _MSDOS_, not MSDOS.
498 1996-07-30 Richard Stallman <rms@gnu.org>
500 * bison.simple: Comment change.
502 * bison.simple: Test _MSDOS_, not MSDOS.
504 1996-06-01 Richard Stallman <rms@gnu.org>
506 * 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:
507 Insert `_' macro around many string constants.
510 Insert `_' macro around many string constants.
512 (main): Call setlocale, bindtextdomain and textdomain.
514 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
515 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
516 [ENABLE_NLS]: Include libintl.h.
517 [ENABLE_NLS] (gettext): Define.
518 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
519 (N_, PACKAGE, LOCALEDIR): New macros.
521 1996-06-01 Richard Stallman <rms@gnu.org>
523 * POTFILES.in: New file.
525 * Makefile.in (allocate.o):
526 Define target explicitly.
528 * Makefile.in (CFLAGS): Set to @CFLAGS@.
529 (LDFLAGS): Set to @LDFLAGS@.
530 (configure): Run autoconf only if preceding `cd' succeeds.
531 (bison.s1): Redirect output to temporary file then move the
532 temporary to the target, rather than redirecting directly to bison.s1.
533 (clean): Remove config.status and config.log.
534 (distclean): Don't remove config.status here.
536 1996-05-12 Richard Stallman <rms@gnu.org>
539 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
541 1996-05-12 Richard Stallman <rms@gnu.org>
544 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
546 1996-05-11 Richard Stallman <rms@gnu.org>
548 * src/bison.s1 (__yy_memcpy):
549 Really reorder the args, as was supposedly done on Feb 14 1995.
550 (yyparse): Calls changed accordingly.
552 1996-05-11 Richard Stallman <rms@gnu.org>
554 * Makefile.in (dist): Don't use $(srcdir).
556 * bison.simple (__yy_memcpy):
557 Really reorder the args, as was supposedly done on Feb 14 1995.
558 (yyparse): Calls changed accordingly.
560 1996-01-27 Richard Stallman <rms@gnu.org>
562 * src/output.c (output_rule_data):
563 Test YYERROR_VERBOSE in the conditional
564 around the definition of ttyname.
566 1995-12-29 Richard Stallman <rms@gnu.org>
569 Fix line numbers in #line commands.
571 1995-12-29 Richard Stallman <rms@gnu.org>
574 Fix line numbers in #line commands.
576 1995-12-27 Richard Stallman <rms@gnu.org>
578 * src/bison.s1 (YYPARSE_PARAM_DECL):
579 In C++, make it always null.
580 (YYPARSE_PARAM_ARG): New macro.
581 (yyparse): Use YYPARSE_PARAM_ARG.
583 1995-12-27 Richard Stallman <rms@gnu.org>
585 * bison.simple (YYPARSE_PARAM_DECL):
586 In C++, make it always null.
587 (YYPARSE_PARAM_ARG): New macro.
588 (yyparse): Use YYPARSE_PARAM_ARG.
590 1995-11-29 Richard Stallman <rms@gnu.org>
593 Describe literal string tokens, %raw, %no_lines, %token_table.
595 1995-11-29 Daniel Hagerty <hag@gnu.org>
597 * doc/bison.texinfo: Fixed update date
599 1995-10-16 Richard Stallman <rms@gnu.org>
601 * src/version.c: Version 1.25.
603 1995-10-16 Richard Stallman <rms@gnu.org>
605 * NEWS: *** empty log message ***
607 1995-10-16 Richard Stallman <rms@gnu.org>
609 * doc/bison.1, doc/bison.rnh:
612 1995-10-15 Richard Stallman <rms@gnu.org>
614 * src/vmsgetargs.c, src/getargs.c:
615 Added -n, -k, and -raw switches.
616 (noparserflag, toknumflag, rawtoknumflag): New variables.
618 * src/symtab.h (SALIAS):
619 New #define for adding aliases to %token.
620 (struct bucket): Added `alias' field.
622 * src/reduce.c (reduce_grammar):
623 Revise error message.
624 (print_notices): Remove final `.' from error message.
626 * src/reader.c (reader_output_yylsp):
628 (readgram): Use `#if 0' around code that accepted %command
629 inside grammar rules: The documentation doesn't allow it,
630 and it will fail since the %command processors scan for the next %.
631 (parse_token_decl): Extended the %token
632 declaration to allow a multi-character symbol as an alias.
633 (parse_thong_decl): New function.
634 (read_declarations): Added %thong declarations.
635 (read_declarations): Handle NOOP to deal with allowing
636 % declarations as another means to specify the flags.
637 (readgram): Allow %prec prior to semantics embedded in a rule.
638 (skip_to_char, read_declarations, copy_definition)
639 (parse_token_decl, parse_start_decl, parse_type_decl)
640 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
641 (get_type_name, copy_guard, copy_action, readgram)
642 (get_type, packsymbols): Revised most error messages.
643 Changed `fatal' to `warnxxx' to avoid aborting for error.
644 Revised and use multiple warnxxx functions to avoid using VARARGS1.
645 (read_declarations): Improve the error message for
646 an invalid character. Do not abort.
647 (read_declarations, copy_guard, copy_action): Use
648 printable_version to avoid unprintable characters in printed output.
649 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
650 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
651 Allow the type of a non-terminal can be given
652 more than once, as long as all specifications give the same type.
655 (output_headers, output_trailers, output, output_gram)
656 (output_rule_data): Implement noparserflag variable.
657 Implement toknumflag variable.
658 (output): Call reader_output_yylsp to output LTYPESTR.
661 If reader sees an error, don't process the grammar.
662 (fatals): Updated to not use VARARGS1.
663 (printable_version, int_to_string, warn, warni, warns, warnss)
664 (warnsss): New error reporting functions. Avoid abort for error.
667 Added THONG and NOOP for alias processing.
668 Added SETOPT for the new code that allows setting options with %flags.
671 Include getopt.h. Add some extern decls.
672 (safegetc): New function to deal with EOF gracefully.
673 (literalchar); new function to deal with reading \ escapes.
674 (lex): Use literalchar.
675 (lex): Implemented "..." tokens.
676 (literalchar, lex, parse_percent_token): Made tokenbuffer
677 always contain the token. This includes growing the token
678 buffer while reading an integer.
679 (parse_percent_token): Replaced if-else statement with percent_table.
680 (parse_percent_token): Added % declarations as another
681 way to specify the flags -n, -l, and -r. Also added hooks for
682 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
683 major changes to files.c.
684 (lex) Retain in the incoming stream a character following
686 (skip_white_space, lex): Revised most error messages
687 and changed fatal to warn to avoid aborting.
688 (percent_table): Added %thong declarations.
690 * src/gram.h: Comment changes.
692 * src/files.c (openfiles, open_extra_files, done):
694 and actfile file. Handle noparserflag. Both for -n switch.
696 * src/conflicts.c (resolve_sr_conflict):
697 Remove use of alloca.
699 1995-06-01 Jim Meyering <meyering@gnu.org>
701 * doc/bison.texinfo: *** empty log message ***
703 1995-05-06 Richard Stallman <rms@gnu.org>
705 * src/bison.s1: Comment change.
707 1995-05-06 Richard Stallman <rms@gnu.org>
709 * bison.simple: Comment change.
711 1995-05-03 Richard Stallman <rms@gnu.org>
713 * src/version.c: Version now 1.24.
715 * src/bison.s1: Change distribution terms.
717 * src/version.c: Version now 1.23.
719 1995-05-03 Richard Stallman <rms@gnu.org>
722 Rewrite "Conditions for Using Bison".
723 Update version to 1.24.
725 1995-05-03 Richard Stallman <rms@gnu.org>
727 * bison.simple: Change distribution terms.
729 1995-02-23 Richard Stallman <rms@gnu.org>
731 * src/files.c: Test __VMS_POSIX as well as VMS.
733 1995-02-14 Jim Meyering <meyering@gnu.org>
735 * src/bison.s1 (__yy_memcpy):
736 Renamed from __yy_bcopy to avoid
737 confusion. Reverse FROM and TO arguments to be consistent with
740 1995-02-14 Jim Meyering <meyering@gnu.org>
742 * bison.simple (__yy_memcpy):
743 Renamed from __yy_bcopy to avoid
744 confusion. Reverse FROM and TO arguments to be consistent with
747 1994-11-10 David J. MacKenzie <djm@gnu.org>
753 * Makefile.in (DISTFILES): Include NEWS.
755 * Makefile.in (DISTFILES):
756 Include install-sh, not install.sh.
758 * configure.in: Update to Autoconf v2 macro names.
760 1994-10-05 David J. MacKenzie <djm@gnu.org>
762 * Makefile.in: fix typo
764 * Makefile.in (prefix, exec_prefix):
765 Let configure set them.
767 1994-09-28 David J. MacKenzie <djm@gnu.org>
769 * Makefile.in: Set datadir to $(prefix)/share.
771 1994-09-15 Richard Stallman <rms@gnu.org>
774 Update copyright notice and GPL version.
776 1994-09-15 Richard Stallman <rms@gnu.org>
779 Update copyright notice and GPL version.
781 1994-07-12 Richard Stallman <rms@gnu.org>
783 * src/reduce.c, src/reader.c:
786 1994-05-05 David J. MacKenzie <djm@gnu.org>
788 * Makefile.in: entered into RCS
790 1994-03-26 Richard Stallman <rms@gnu.org>
792 * src/bison.s1: entered into RCS
794 1994-03-26 Richard Stallman <rms@gnu.org>
796 * bison.simple: entered into RCS
798 1994-03-25 Richard Stallman <rms@gnu.org>
800 * src/main.c: entered into RCS
802 1994-03-24 Richard Stallman <rms@gnu.org>
804 * src/conflicts.c: entered into RCS
806 1994-01-02 Richard Stallman <rms@gnu.org>
808 * Makefile.in: *** empty log message ***
810 1993-11-21 Richard Stallman <rms@gnu.org>
812 * src/bison.s1: *** empty log message ***
814 1993-11-21 Richard Stallman <rms@gnu.org>
816 * doc/bison.texinfo: entered into RCS
818 * doc/bison.texinfo: *** empty log message ***
820 1993-11-21 Richard Stallman <rms@gnu.org>
822 * bison.simple: *** empty log message ***
824 1993-10-25 David J. MacKenzie <djm@gnu.org>
826 * doc/bison.texinfo: *** empty log message ***
828 1993-10-19 Richard Stallman <rms@gnu.org>
830 * src/bison.s1: *** empty log message ***
832 1993-10-19 Richard Stallman <rms@gnu.org>
834 * bison.simple: *** empty log message ***
836 1993-10-14 Richard Stallman <rms@gnu.org>
838 * src/bison.s1: *** empty log message ***
840 1993-10-14 Richard Stallman <rms@gnu.org>
842 * bison.simple: *** empty log message ***
844 1993-09-14 David J. MacKenzie <djm@gnu.org>
846 * doc/bison.texinfo: *** empty log message ***
848 1993-09-13 Noah Friedman <friedman@gnu.org>
850 * Makefile.in: *** empty log message ***
852 1993-09-10 Richard Stallman <rms@gnu.org>
854 * src/conflicts.c: *** empty log message ***
856 * src/system.h: entered into RCS
858 1993-09-10 Richard Stallman <rms@gnu.org>
860 * doc/bison.1: entered into RCS
862 1993-09-06 Noah Friedman <friedman@gnu.org>
864 * src/version.c: entered into RCS
866 1993-09-06 Noah Friedman <friedman@gnu.org>
868 * Makefile.in: *** empty log message ***
870 1993-07-30 David J. MacKenzie <djm@gnu.org>
872 * Makefile.in: *** empty log message ***
874 1993-07-24 Richard Stallman <rms@gnu.org>
876 * src/bison.s1: *** empty log message ***
878 1993-07-24 Richard Stallman <rms@gnu.org>
880 * bison.simple: *** empty log message ***
882 1993-07-08 David J. MacKenzie <djm@gnu.org>
884 * Makefile.in: *** empty log message ***
886 1993-07-04 Richard Stallman <rms@gnu.org>
888 * src/bison.s1: *** empty log message ***
890 1993-07-04 Richard Stallman <rms@gnu.org>
892 * bison.simple: *** empty log message ***
894 1993-06-26 David J. MacKenzie <djm@gnu.org>
896 * src/getargs.c: entered into RCS
898 1993-06-26 David J. MacKenzie <djm@gnu.org>
900 * doc/bison.texinfo: *** empty log message ***
902 * doc/bison.1: New file.
904 1993-06-25 Richard Stallman <rms@gnu.org>
906 * src/getargs.c: New file.
908 1993-06-16 Richard Stallman <rms@gnu.org>
910 * src/bison.s1: *** empty log message ***
912 1993-06-16 Richard Stallman <rms@gnu.org>
914 * bison.simple: *** empty log message ***
916 1993-06-03 Richard Stallman <rms@gnu.org>
918 * src/bison.s1: New file.
920 1993-06-03 Richard Stallman <rms@gnu.org>
922 * doc/bison.texinfo: *** empty log message ***
924 1993-06-03 Richard Stallman <rms@gnu.org>
926 * bison.simple: New file.
928 1993-05-19 Richard Stallman <rms@gnu.org>
930 * doc/bison.texinfo: New file.
932 1993-05-07 Noah Friedman <friedman@gnu.org>
934 * Makefile.in: *** empty log message ***
936 1993-04-28 Noah Friedman <friedman@gnu.org>
938 * src/reader.c: *** empty log message ***
940 1993-04-23 Noah Friedman <friedman@gnu.org>
942 * src/alloc.h: entered into RCS
944 1993-04-20 David J. MacKenzie <djm@gnu.org>
946 * src/version.c: *** empty log message ***
948 * src/files.c, src/allocate.c:
951 * src/reader.c: *** empty log message ***
953 * src/lex.c: entered into RCS
955 * src/conflicts.c: New file.
957 * src/symtab.c: entered into RCS
959 * src/alloc.h: New file.
961 * src/LR0.c: entered into RCS
963 1993-04-18 Noah Friedman <friedman@gnu.org>
965 * src/reader.c: New file.
967 * src/version.c: *** empty log message ***
969 1993-04-18 Noah Friedman <friedman@gnu.org>
971 * Makefile.in: *** empty log message ***
973 1993-04-17 Noah Friedman <friedman@gnu.org>
975 * Makefile.in: *** empty log message ***
977 1993-04-15 Richard Stallman <rms@gnu.org>
979 * src/main.c, src/files.c:
982 1993-04-15 Noah Friedman <friedman@gnu.org>
984 * configure.in: entered into RCS
986 * configure.in: *** empty log message ***
988 * configure.in: New file.
990 1993-04-14 Richard Stallman <rms@gnu.org>
992 * Makefile.in: New file.
994 1993-04-13 Richard Stallman <rms@gnu.org>
996 * src/version.c: New file.
998 1993-03-25 Richard Stallman <rms@gnu.org>
1000 * src/output.c: entered into RCS
1002 1992-09-25 Richard Stallman <rms@gnu.org>
1004 * configure.bat: entered into RCS
1006 1992-06-22 Richard Stallman <rms@gnu.org>
1008 * src/vmsgetargs.c: entered into RCS
1010 1992-06-22 Richard Stallman <rms@gnu.org>
1012 * doc/bison.rnh: entered into RCS
1014 1992-04-20 David J. MacKenzie <djm@gnu.org>
1016 * README: entered into RCS
1018 1992-01-22 Richard Stallman <rms@gnu.org>
1020 * src/machine.h: entered into RCS
1022 1991-12-21 Richard Stallman <rms@gnu.org>
1024 * src/lalr.c, src/closure.c:
1027 1991-12-20 Richard Stallman <rms@gnu.org>
1029 * src/state.h: entered into RCS
1031 1991-12-18 Richard Stallman <rms@gnu.org>
1033 * src/print.c, src/nullable.c, src/derives.c:
1036 1991-11-03 David J. MacKenzie <djm@gnu.org>
1038 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
1041 1988-09-09 Richard Stallman <rms@gnu.org>
1043 * src/bison.hairy: entered into RCS
1045 1987-12-16 Richard Stallman <rms@gnu.org>
1047 * REFERENCES: entered into RCS