1 2000-03-16 Akim Demaille <akim@epita.fr>
3 * src/bison.s1: Properly indent CPP directives.
5 2000-03-16 Akim Demaille <akim@epita.fr>
7 * src/bison.s1: Properly indent the `alloca' CPP section.
9 2000-03-16 Akim Demaille <akim@epita.fr>
11 Do not hard code values of directories in `configure.in'.
12 Update the `configure' tool chain.
14 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
16 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
17 (AC_OUTPUT): Add m4/Makefile.
18 Bump to bison 1.28a, 1.29 has never been released.
19 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
20 handled via src/Makefile.am.
21 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
22 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
24 * Makefile.am (SUBDIRS): Add m4.
25 (ACLOCAL_AM_FLAGS): New variable.
26 (AUTOMAKE_OPTIONS): Add check-news.
27 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
28 the proper line number and file name.
29 (DEFS): Propagate the location of bison library files and of the
31 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
33 * acinclude.m4: Remove, replaced by the directory m4.
34 * m4/Makefile.am (EXTRA_DIST): New variable.
35 * m4/gettext.m4: New file, from the fileutils.
36 * m4/lcmessage.m4: Likewise
37 * m4/progtest.m4: Likewise.
38 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
40 2000-03-10 Akim Demaille <akim@epita.fr>
43 Formatting changes of various comments.
44 Respect the GNU coding standards at various places.
45 Don't use `_()' when no translation is needed.
47 1999-12-13 Jesse Thilo <jthilo@gnu.org>
50 OS/2 honors TMPDIR environment variable.
52 1999-12-13 Jesse Thilo <jthilo@gnu.org>
54 * doc/bison.texinfo: Tweaked spelling and grammar.
56 Removed reference to price of printed copy.
57 Mention BISON_SIMPLE and BISON_HAIRY.
59 1999-12-13 Jesse Thilo <jthilo@gnu.org>
64 1999-10-27 Jesse Thilo <jthilo@gnu.org>
66 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
69 1999-07-26 Jesse Thilo <jthilo@gnu.org>
71 * po/ru.po: Added Russian translation.
73 1999-07-26 Jesse Thilo <jthilo@gnu.org>
75 * configure.in: Added Russian translation.
77 1999-07-06 Jesse Thilo <jthilo@gnu.org>
79 * configure.in, NEWS, README:
80 Released version 1.28.
82 1999-06-14 Jesse Thilo <jthilo@gnu.org>
85 Squashed redefinition warning on some systems.
87 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
88 Have configure build version string instead of relying on ANSI string
91 1999-06-14 Jesse Thilo <jthilo@gnu.org>
93 * po/POTFILES.in: Got rid of version.c.
95 1999-06-14 Jesse Thilo <jthilo@gnu.org>
97 * acconfig.h, configure.in:
98 Have configure build version string instead of relying on ANSI string
101 1999-06-08 Jesse Thilo <jthilo@gnu.org>
104 Dropped mention of `+' for long-named options.
106 1999-05-30 Jesse Thilo <jthilo@gnu.org>
108 * src/files.c: Added <unistd.h> for unlink().
110 * src/Makefile.am, src/system.h:
113 1999-05-30 Jesse Thilo <jthilo@gnu.org>
115 * README: Added a FAQ list.
117 * configure.in, acconfig.h:
120 1999-05-30 Jesse Thilo <jthilo@gnu.org>
122 * doc/FAQ, doc/Makefile.am:
125 1999-05-19 Jesse Thilo <jthilo@gnu.org>
127 * src/alloc.h, src/symtab.h, src/version.c:
128 Protected inclusion of "config.h" with HAVE_CONFIG_H.
130 1999-04-18 Jesse Thilo <jthilo@gnu.org>
132 * src/.cvsignore, src/Makefile.am:
133 Reorganized: sources in `src', documentation in `doc'.
135 * src/lex.c (literalchar):
136 fixed the code for escaping double quotes (thanks
139 1999-04-18 Jesse Thilo <jthilo@gnu.org>
141 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
142 Adjusted paths to reflect directory reorganization.
144 1999-04-18 Jesse Thilo <jthilo@gnu.org>
146 * doc/.cvsignore, doc/Makefile.am:
147 Reorganized: sources in `src', documentation in `doc'.
149 1999-04-18 Jesse Thilo <jthilo@gnu.org>
152 Updated AC_INIT file to reflect directory reorganization.
154 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
155 Reorganized: sources in `src', documentation in `doc'.
157 1999-04-13 Jesse Thilo <jthilo@gnu.org>
160 Don't declare calloc() and realloc() if not necessary.
162 1999-04-13 Jesse Thilo <jthilo@gnu.org>
164 * configure.in, acconfig.h, acinclude.m4:
165 Don't declare calloc() and realloc() if not necessary.
167 1999-03-23 Jesse Thilo <jthilo@gnu.org>
169 * po/.cvsignore: Added i18n support.
171 1999-03-23 Jesse Thilo <jthilo@gnu.org>
173 * acconfig.h, configure.in, Makefile.am:
176 1999-03-22 Jesse Thilo <jthilo@gnu.org>
178 * src/bison.s1: Fixed #line numbers.
180 1999-03-15 Jesse Thilo <jthilo@gnu.org>
182 * po/es.po, po/fr.po, po/nl.po, po/de.po:
183 Added PO files from Translation Project.
185 1999-03-03 Jesse Thilo <jthilo@gnu.org>
188 Added support for non-ANSI compilers (ansi2knr).
190 1999-02-16 Jesse Thilo <jthilo@gnu.org>
192 * configure.in: Bumped version number to 1.27.
195 Added `bison.simple' to list of files removed by `make distclean'.
197 1999-02-12 Jesse Thilo <jthilo@gnu.org>
199 * src/files.c, src/files.h:
200 Defined locations of parser files in config.h instead of Makefile.
202 1999-02-12 Jesse Thilo <jthilo@gnu.org>
204 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
205 Defined locations of parser files in config.h instead of Makefile.
207 1999-02-09 Jesse Thilo <jthilo@gnu.org>
210 Removed inappropriate use of $< macro.
212 1999-02-05 Jesse Thilo <jthilo@gnu.org>
214 * po/Makefile.in.in, po/POTFILES.in:
215 Add `po' directory skeleton.
217 1999-01-27 Jesse Thilo <jthilo@gnu.org>
219 * README: Document help-bison list.
221 * configure.in: Add check for mkstemp().
223 1999-01-20 Jesse Thilo <jthilo@gnu.org>
225 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
226 Hush a few compiler warnings.
229 Add tryclose(), which verifies that fclose was successful.
230 Hush a couple of compiler warnings.
232 1999-01-20 Jesse Thilo <jthilo@gnu.org>
234 * Makefile.am, OChangeLog:
235 ChangeLog is now automatically generated. Include the old version as
238 1999-01-14 Jesse Thilo <jthilo@gnu.org>
240 * 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:
243 1999-01-14 Jesse Thilo <jthilo@gnu.org>
245 * doc/bison.texinfo: Fix formatting glitch.
247 * doc/bison.texinfo: Update FSF address.
249 1999-01-14 Jesse Thilo <jthilo@gnu.org>
251 * acconfig.h: Update FSF address.
253 1999-01-08 Jesse Thilo <jthilo@gnu.org>
256 Don't define PACKAGE here, since config.h defines it.
258 1998-12-30 Jesse Thilo <jthilo@gnu.org>
260 * src/reader.c: Update copyright date.
263 Ditch sprintf to statically-sized buffers in fatal/warn functions in
264 favor of output directly to stderr (avoids buffer overruns).
266 * src/reader.c: Some checks for premature EOF.
268 * 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:
269 Use prototypes if the compiler understands them.
271 * src/files.c: Honor TMPDIR on Unix hosts.
272 Use prototypes if the compiler understands them.
275 Fix a couple of buffer overrun bugs.
276 Use prototypes if the compiler understands them.
278 * src/system.h: Include unistd.h and ctype.h.
279 Use #ifdef instead of #if for NLS symbols.
281 1998-12-30 Jesse Thilo <jthilo@gnu.org>
284 Delete comment "consider using @set for edition number, etc..." since
287 1998-12-30 Jesse Thilo <jthilo@gnu.org>
290 Use prototypes if the compiler understands them.
292 * NEWS: Document 1.26 highlights.
294 * Makefile.am: Require Automake 1.3 or later.
297 Use prototypes if the compiler understands them.
299 1998-12-29 Jesse Thilo <jthilo@gnu.org>
302 Use VERSION symbol from automake for version number.
304 1998-12-29 Jesse Thilo <jthilo@gnu.org>
306 * acconfig.h, configure.in, version.cin:
307 Use VERSION symbol from automake for version number.
309 1998-11-28 Jesse Thilo <jthilo@gnu.org>
312 Distribute original version of simple parser (bison.s1), not built
313 version (bison.simple).
315 1998-11-28 Jesse Thilo <jthilo@gnu.org>
317 * doc/bison.texinfo: Add info dir entry.
320 Let automake put version number into documentation.
322 1998-11-26 Jesse Thilo <jthilo@gnu.org>
324 * src/bison.cld, src/build.com, src/vmshlp.mar:
325 Add non-RCS files from /gd/gnu/bison.
327 1998-11-26 Jesse Thilo <jthilo@gnu.org>
330 Document the BISON_HAIRY and BISON_SIMPLE variables.
332 1998-11-25 Jesse Thilo <jthilo@gnu.org>
334 * src/version.c: Build version.c automatically.
337 Fix token numbering (used to start at 258, not 257).
339 * src/system.h: Include config.h.
341 * src/getargs.c: Update bug report address.
343 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
344 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
346 1998-11-25 Jesse Thilo <jthilo@gnu.org>
349 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
351 * configure.in, version.cin:
352 Build version.c automatically.
354 * AUTHORS: Add AUTHORS file.
356 * README: Update bug report address.
359 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
361 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
364 1998-11-25 Jesse Thilo <jthilo@gnu.org>
366 * doc/bison.texinfo: Clean up some formatting.
368 1998-05-05 Richard Stallman <rms@gnu.org>
371 Explain better why to make a pure parser.
373 1998-01-05 Richard Stallman <rms@gnu.org>
375 * src/files.c (openfiles):
376 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
377 find a temporary directory, if possible. Do not unlink files while
380 1997-08-25 Richard Stallman <rms@gnu.org>
382 * src/reader.c (stack_offset;):
383 Change some warni to warns.
385 * src/lex.c (literalchar): Use warns, not warni.
387 1997-06-28 Richard Stallman <rms@gnu.org>
389 * src/bison.s1: Add a Bison version comment.
391 * src/main.c (fatal, warn, berror):
394 1997-06-28 Richard Stallman <rms@gnu.org>
396 * Makefile.in (bison_version): New variable.
397 (dist): Use that variable.
398 (bison.s1): Substitute the Bison version into bison.simple.
400 * bison.simple: Add a Bison version comment.
402 1997-06-18 Richard Stallman <rms@gnu.org>
404 * src/main.c (fatal, warn, berror):
405 Make error messages standard.
406 (toomany): Improve error message text.
408 * 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:
409 new.h renamed to alloc.h.
411 1997-06-18 Richard Stallman <rms@gnu.org>
413 * Makefile.in: new.h renamed to alloc.h.
415 1997-05-24 Richard Stallman <rms@gnu.org>
417 * src/lex.c (literalchar):
418 Fix the code for escaping \, " and '.
420 (lex): Avoid trouble when there are many chars
421 to discard in a char literal with just several chars in it.
423 1997-05-17 Richard Stallman <rms@gnu.org>
426 Use malloc, if using alloca is troublesome.
427 (YYSTACK_USE_ALLOCA): New flag macro.
428 Define it for some systems and compilers.
429 (YYSTACK_ALLOC): New macro.
430 (yyparse): Use YYSTACK_ALLOC to allocate stack.
431 If it was malloc'd, free it.
433 1997-05-17 Richard Stallman <rms@gnu.org>
436 Use malloc, if using alloca is troublesome.
437 (YYSTACK_USE_ALLOCA): New flag macro.
438 Define it for some systems and compilers.
439 (YYSTACK_ALLOC): New macro.
440 (yyparse): Use YYSTACK_ALLOC to allocate stack.
441 If it was malloc'd, free it.
443 1997-04-23 Richard Stallman <rms@gnu.org>
446 (alloca) [__hpux]: Always define as __builtin_alloca.
448 1997-04-23 Richard Stallman <rms@gnu.org>
451 (alloca) [__hpux]: Always define as __builtin_alloca.
453 1997-04-22 Richard Stallman <rms@gnu.org>
456 [__hpux]: Include alloca.h (right for HPUX 10)
457 instead of declaring alloca (right for HPUX 9).
459 * src/bison.s1 (__yy_memcpy):
460 Declare arg `count' as unsigned int.
461 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
463 1997-04-22 Richard Stallman <rms@gnu.org>
466 [__hpux]: Include alloca.h (right for HPUX 10)
467 instead of declaring alloca (right for HPUX 9).
469 * bison.simple (__yy_memcpy):
470 Declare arg `count' as unsigned int.
471 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
473 1997-01-03 Richard Stallman <rms@gnu.org>
475 * src/allocate.c: [__STDC__ or _MSC_VER]:
476 Declare calloc and realloc to return void *.
478 1997-01-02 Richard Stallman <rms@gnu.org>
481 [_MSC_VER]: Include stdlib.h and process.h.
482 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
484 * src/main.c (main): Return FAILURE as a value.
485 (printable_version): Declare arg as int, not char.
487 1997-01-02 Richard Stallman <rms@gnu.org>
489 * Makefile.in (dist):
490 Explicitly check for symlinks, and copy them.
492 1996-12-19 Richard Stallman <rms@gnu.org>
495 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
497 1996-12-18 Paul Eggert <eggert@gnu.org>
499 * src/bison.s1 (yyparse):
500 If __GNUC__ and YYPARSE_PARAM are both defined,
501 declare yyparse to have a void * argument.
503 1996-12-18 Paul Eggert <eggert@gnu.org>
505 * bison.simple (yyparse):
506 If __GNUC__ and YYPARSE_PARAM are both defined,
507 declare yyparse to have a void * argument.
509 1996-12-17 Richard Stallman <rms@gnu.org>
511 * src/reduce.c (nbits): Add some casts.
513 1996-08-12 Richard Stallman <rms@gnu.org>
515 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
517 1996-08-12 Richard Stallman <rms@gnu.org>
519 * bison.simple: Test _MSDOS as well as _MSDOS_.
521 1996-07-31 Richard Stallman <rms@gnu.org>
524 [__sun && __i386]: Include alloca.h.
526 1996-07-31 Richard Stallman <rms@gnu.org>
529 [__sun && __i386]: Include alloca.h.
531 1996-07-30 Richard Stallman <rms@gnu.org>
533 * src/bison.s1: Comment change.
535 * src/bison.s1: Test _MSDOS_, not MSDOS.
537 1996-07-30 Richard Stallman <rms@gnu.org>
539 * bison.simple: Comment change.
541 * bison.simple: Test _MSDOS_, not MSDOS.
543 1996-06-01 Richard Stallman <rms@gnu.org>
545 * 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:
546 Insert `_' macro around many string constants.
549 Insert `_' macro around many string constants.
551 (main): Call setlocale, bindtextdomain and textdomain.
553 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
554 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
555 [ENABLE_NLS]: Include libintl.h.
556 [ENABLE_NLS] (gettext): Define.
557 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
558 (N_, PACKAGE, LOCALEDIR): New macros.
560 1996-06-01 Richard Stallman <rms@gnu.org>
562 * POTFILES.in: New file.
564 * Makefile.in (allocate.o):
565 Define target explicitly.
567 * Makefile.in (CFLAGS): Set to @CFLAGS@.
568 (LDFLAGS): Set to @LDFLAGS@.
569 (configure): Run autoconf only if preceding `cd' succeeds.
570 (bison.s1): Redirect output to temporary file then move the
571 temporary to the target, rather than redirecting directly to bison.s1.
572 (clean): Remove config.status and config.log.
573 (distclean): Don't remove config.status here.
575 1996-05-12 Richard Stallman <rms@gnu.org>
578 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
580 1996-05-12 Richard Stallman <rms@gnu.org>
583 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
585 1996-05-11 Richard Stallman <rms@gnu.org>
587 * src/bison.s1 (__yy_memcpy):
588 Really reorder the args, as was supposedly done on Feb 14 1995.
589 (yyparse): Calls changed accordingly.
591 1996-05-11 Richard Stallman <rms@gnu.org>
593 * Makefile.in (dist): Don't use $(srcdir).
595 * bison.simple (__yy_memcpy):
596 Really reorder the args, as was supposedly done on Feb 14 1995.
597 (yyparse): Calls changed accordingly.
599 1996-01-27 Richard Stallman <rms@gnu.org>
601 * src/output.c (output_rule_data):
602 Test YYERROR_VERBOSE in the conditional
603 around the definition of ttyname.
605 1995-12-29 Richard Stallman <rms@gnu.org>
608 Fix line numbers in #line commands.
610 1995-12-29 Richard Stallman <rms@gnu.org>
613 Fix line numbers in #line commands.
615 1995-12-27 Richard Stallman <rms@gnu.org>
617 * src/bison.s1 (YYPARSE_PARAM_DECL):
618 In C++, make it always null.
619 (YYPARSE_PARAM_ARG): New macro.
620 (yyparse): Use YYPARSE_PARAM_ARG.
622 1995-12-27 Richard Stallman <rms@gnu.org>
624 * bison.simple (YYPARSE_PARAM_DECL):
625 In C++, make it always null.
626 (YYPARSE_PARAM_ARG): New macro.
627 (yyparse): Use YYPARSE_PARAM_ARG.
629 1995-11-29 Richard Stallman <rms@gnu.org>
632 Describe literal string tokens, %raw, %no_lines, %token_table.
634 1995-11-29 Daniel Hagerty <hag@gnu.org>
636 * doc/bison.texinfo: Fixed update date
638 1995-10-16 Richard Stallman <rms@gnu.org>
640 * src/version.c: Version 1.25.
642 1995-10-16 Richard Stallman <rms@gnu.org>
644 * NEWS: *** empty log message ***
646 1995-10-16 Richard Stallman <rms@gnu.org>
648 * doc/bison.1, doc/bison.rnh:
651 1995-10-15 Richard Stallman <rms@gnu.org>
653 * src/vmsgetargs.c, src/getargs.c:
654 Added -n, -k, and -raw switches.
655 (noparserflag, toknumflag, rawtoknumflag): New variables.
657 * src/symtab.h (SALIAS):
658 New #define for adding aliases to %token.
659 (struct bucket): Added `alias' field.
661 * src/reduce.c (reduce_grammar):
662 Revise error message.
663 (print_notices): Remove final `.' from error message.
665 * src/reader.c (reader_output_yylsp):
667 (readgram): Use `#if 0' around code that accepted %command
668 inside grammar rules: The documentation doesn't allow it,
669 and it will fail since the %command processors scan for the next %.
670 (parse_token_decl): Extended the %token
671 declaration to allow a multi-character symbol as an alias.
672 (parse_thong_decl): New function.
673 (read_declarations): Added %thong declarations.
674 (read_declarations): Handle NOOP to deal with allowing
675 % declarations as another means to specify the flags.
676 (readgram): Allow %prec prior to semantics embedded in a rule.
677 (skip_to_char, read_declarations, copy_definition)
678 (parse_token_decl, parse_start_decl, parse_type_decl)
679 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
680 (get_type_name, copy_guard, copy_action, readgram)
681 (get_type, packsymbols): Revised most error messages.
682 Changed `fatal' to `warnxxx' to avoid aborting for error.
683 Revised and use multiple warnxxx functions to avoid using VARARGS1.
684 (read_declarations): Improve the error message for
685 an invalid character. Do not abort.
686 (read_declarations, copy_guard, copy_action): Use
687 printable_version to avoid unprintable characters in printed output.
688 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
689 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
690 Allow the type of a non-terminal can be given
691 more than once, as long as all specifications give the same type.
694 (output_headers, output_trailers, output, output_gram)
695 (output_rule_data): Implement noparserflag variable.
696 Implement toknumflag variable.
697 (output): Call reader_output_yylsp to output LTYPESTR.
700 If reader sees an error, don't process the grammar.
701 (fatals): Updated to not use VARARGS1.
702 (printable_version, int_to_string, warn, warni, warns, warnss)
703 (warnsss): New error reporting functions. Avoid abort for error.
706 Added THONG and NOOP for alias processing.
707 Added SETOPT for the new code that allows setting options with %flags.
710 Include getopt.h. Add some extern decls.
711 (safegetc): New function to deal with EOF gracefully.
712 (literalchar); new function to deal with reading \ escapes.
713 (lex): Use literalchar.
714 (lex): Implemented "..." tokens.
715 (literalchar, lex, parse_percent_token): Made tokenbuffer
716 always contain the token. This includes growing the token
717 buffer while reading an integer.
718 (parse_percent_token): Replaced if-else statement with percent_table.
719 (parse_percent_token): Added % declarations as another
720 way to specify the flags -n, -l, and -r. Also added hooks for
721 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
722 major changes to files.c.
723 (lex) Retain in the incoming stream a character following
725 (skip_white_space, lex): Revised most error messages
726 and changed fatal to warn to avoid aborting.
727 (percent_table): Added %thong declarations.
729 * src/gram.h: Comment changes.
731 * src/files.c (openfiles, open_extra_files, done):
733 and actfile file. Handle noparserflag. Both for -n switch.
735 * src/conflicts.c (resolve_sr_conflict):
736 Remove use of alloca.
738 1995-06-01 Jim Meyering <meyering@gnu.org>
740 * doc/bison.texinfo: *** empty log message ***
742 1995-05-06 Richard Stallman <rms@gnu.org>
744 * src/bison.s1: Comment change.
746 1995-05-06 Richard Stallman <rms@gnu.org>
748 * bison.simple: Comment change.
750 1995-05-03 Richard Stallman <rms@gnu.org>
752 * src/version.c: Version now 1.24.
754 * src/bison.s1: Change distribution terms.
756 * src/version.c: Version now 1.23.
758 1995-05-03 Richard Stallman <rms@gnu.org>
761 Rewrite "Conditions for Using Bison".
762 Update version to 1.24.
764 1995-05-03 Richard Stallman <rms@gnu.org>
766 * bison.simple: Change distribution terms.
768 1995-02-23 Richard Stallman <rms@gnu.org>
770 * src/files.c: Test __VMS_POSIX as well as VMS.
772 1995-02-14 Jim Meyering <meyering@gnu.org>
774 * src/bison.s1 (__yy_memcpy):
775 Renamed from __yy_bcopy to avoid
776 confusion. Reverse FROM and TO arguments to be consistent with
779 1995-02-14 Jim Meyering <meyering@gnu.org>
781 * bison.simple (__yy_memcpy):
782 Renamed from __yy_bcopy to avoid
783 confusion. Reverse FROM and TO arguments to be consistent with
786 1994-11-10 David J. MacKenzie <djm@gnu.org>
792 * Makefile.in (DISTFILES): Include NEWS.
794 * Makefile.in (DISTFILES):
795 Include install-sh, not install.sh.
797 * configure.in: Update to Autoconf v2 macro names.
799 1994-10-05 David J. MacKenzie <djm@gnu.org>
801 * Makefile.in: fix typo
803 * Makefile.in (prefix, exec_prefix):
804 Let configure set them.
806 1994-09-28 David J. MacKenzie <djm@gnu.org>
808 * Makefile.in: Set datadir to $(prefix)/share.
810 1994-09-15 Richard Stallman <rms@gnu.org>
813 Update copyright notice and GPL version.
815 1994-09-15 Richard Stallman <rms@gnu.org>
818 Update copyright notice and GPL version.
820 1994-07-12 Richard Stallman <rms@gnu.org>
822 * src/reduce.c, src/reader.c:
825 1994-05-05 David J. MacKenzie <djm@gnu.org>
827 * Makefile.in: entered into RCS
829 1994-03-26 Richard Stallman <rms@gnu.org>
831 * src/bison.s1: entered into RCS
833 1994-03-26 Richard Stallman <rms@gnu.org>
835 * bison.simple: entered into RCS
837 1994-03-25 Richard Stallman <rms@gnu.org>
839 * src/main.c: entered into RCS
841 1994-03-24 Richard Stallman <rms@gnu.org>
843 * src/conflicts.c: entered into RCS
845 1994-01-02 Richard Stallman <rms@gnu.org>
847 * Makefile.in: *** empty log message ***
849 1993-11-21 Richard Stallman <rms@gnu.org>
851 * src/bison.s1: *** empty log message ***
853 1993-11-21 Richard Stallman <rms@gnu.org>
855 * doc/bison.texinfo: entered into RCS
857 * doc/bison.texinfo: *** empty log message ***
859 1993-11-21 Richard Stallman <rms@gnu.org>
861 * bison.simple: *** empty log message ***
863 1993-10-25 David J. MacKenzie <djm@gnu.org>
865 * doc/bison.texinfo: *** empty log message ***
867 1993-10-19 Richard Stallman <rms@gnu.org>
869 * src/bison.s1: *** empty log message ***
871 1993-10-19 Richard Stallman <rms@gnu.org>
873 * bison.simple: *** empty log message ***
875 1993-10-14 Richard Stallman <rms@gnu.org>
877 * src/bison.s1: *** empty log message ***
879 1993-10-14 Richard Stallman <rms@gnu.org>
881 * bison.simple: *** empty log message ***
883 1993-09-14 David J. MacKenzie <djm@gnu.org>
885 * doc/bison.texinfo: *** empty log message ***
887 1993-09-13 Noah Friedman <friedman@gnu.org>
889 * Makefile.in: *** empty log message ***
891 1993-09-10 Richard Stallman <rms@gnu.org>
893 * src/conflicts.c: *** empty log message ***
895 * src/system.h: entered into RCS
897 1993-09-10 Richard Stallman <rms@gnu.org>
899 * doc/bison.1: entered into RCS
901 1993-09-06 Noah Friedman <friedman@gnu.org>
903 * src/version.c: entered into RCS
905 1993-09-06 Noah Friedman <friedman@gnu.org>
907 * Makefile.in: *** empty log message ***
909 1993-07-30 David J. MacKenzie <djm@gnu.org>
911 * Makefile.in: *** empty log message ***
913 1993-07-24 Richard Stallman <rms@gnu.org>
915 * src/bison.s1: *** empty log message ***
917 1993-07-24 Richard Stallman <rms@gnu.org>
919 * bison.simple: *** empty log message ***
921 1993-07-08 David J. MacKenzie <djm@gnu.org>
923 * Makefile.in: *** empty log message ***
925 1993-07-04 Richard Stallman <rms@gnu.org>
927 * src/bison.s1: *** empty log message ***
929 1993-07-04 Richard Stallman <rms@gnu.org>
931 * bison.simple: *** empty log message ***
933 1993-06-26 David J. MacKenzie <djm@gnu.org>
935 * src/getargs.c: entered into RCS
937 1993-06-26 David J. MacKenzie <djm@gnu.org>
939 * doc/bison.texinfo: *** empty log message ***
941 * doc/bison.1: New file.
943 1993-06-25 Richard Stallman <rms@gnu.org>
945 * src/getargs.c: New file.
947 1993-06-16 Richard Stallman <rms@gnu.org>
949 * src/bison.s1: *** empty log message ***
951 1993-06-16 Richard Stallman <rms@gnu.org>
953 * bison.simple: *** empty log message ***
955 1993-06-03 Richard Stallman <rms@gnu.org>
957 * src/bison.s1: New file.
959 1993-06-03 Richard Stallman <rms@gnu.org>
961 * doc/bison.texinfo: *** empty log message ***
963 1993-06-03 Richard Stallman <rms@gnu.org>
965 * bison.simple: New file.
967 1993-05-19 Richard Stallman <rms@gnu.org>
969 * doc/bison.texinfo: New file.
971 1993-05-07 Noah Friedman <friedman@gnu.org>
973 * Makefile.in: *** empty log message ***
975 1993-04-28 Noah Friedman <friedman@gnu.org>
977 * src/reader.c: *** empty log message ***
979 1993-04-23 Noah Friedman <friedman@gnu.org>
981 * src/alloc.h: entered into RCS
983 1993-04-20 David J. MacKenzie <djm@gnu.org>
985 * src/version.c: *** empty log message ***
987 * src/files.c, src/allocate.c:
990 * src/reader.c: *** empty log message ***
992 * src/lex.c: entered into RCS
994 * src/conflicts.c: New file.
996 * src/symtab.c: entered into RCS
998 * src/alloc.h: New file.
1000 * src/LR0.c: entered into RCS
1002 1993-04-18 Noah Friedman <friedman@gnu.org>
1004 * src/reader.c: New file.
1006 * src/version.c: *** empty log message ***
1008 1993-04-18 Noah Friedman <friedman@gnu.org>
1010 * Makefile.in: *** empty log message ***
1012 1993-04-17 Noah Friedman <friedman@gnu.org>
1014 * Makefile.in: *** empty log message ***
1016 1993-04-15 Richard Stallman <rms@gnu.org>
1018 * src/main.c, src/files.c:
1021 1993-04-15 Noah Friedman <friedman@gnu.org>
1023 * configure.in: entered into RCS
1025 * configure.in: *** empty log message ***
1027 * configure.in: New file.
1029 1993-04-14 Richard Stallman <rms@gnu.org>
1031 * Makefile.in: New file.
1033 1993-04-13 Richard Stallman <rms@gnu.org>
1035 * src/version.c: New file.
1037 1993-03-25 Richard Stallman <rms@gnu.org>
1039 * src/output.c: entered into RCS
1041 1992-09-25 Richard Stallman <rms@gnu.org>
1043 * configure.bat: entered into RCS
1045 1992-06-22 Richard Stallman <rms@gnu.org>
1047 * src/vmsgetargs.c: entered into RCS
1049 1992-06-22 Richard Stallman <rms@gnu.org>
1051 * doc/bison.rnh: entered into RCS
1053 1992-04-20 David J. MacKenzie <djm@gnu.org>
1055 * README: entered into RCS
1057 1992-01-22 Richard Stallman <rms@gnu.org>
1059 * src/machine.h: entered into RCS
1061 1991-12-21 Richard Stallman <rms@gnu.org>
1063 * src/lalr.c, src/closure.c:
1066 1991-12-20 Richard Stallman <rms@gnu.org>
1068 * src/state.h: entered into RCS
1070 1991-12-18 Richard Stallman <rms@gnu.org>
1072 * src/print.c, src/nullable.c, src/derives.c:
1075 1991-11-03 David J. MacKenzie <djm@gnu.org>
1077 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
1080 1988-09-09 Richard Stallman <rms@gnu.org>
1082 * src/bison.hairy: entered into RCS
1084 1987-12-16 Richard Stallman <rms@gnu.org>
1086 * REFERENCES: entered into RCS