1 2000-03-17 Akim Demaille <akim@epita.fr>
3 * reader.c (copy_string): New function, factored out from:
5 (copy_guard): Likewise.
7 2000-03-17 Akim Demaille <akim@epita.fr>
9 Change the handling of @s so that they behave exactly like $s.
10 There is now a pseudo variable @$ (readble and writable), location
11 of the lhs of the rule (by default ranging from the location of
12 the first symbol of the rhs, to the location of the last symbol,
13 or, if the rhs is empty, YYLLOC).
15 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
17 (yyparse): When providing a default semantic action, provide a
18 default location action.
19 (after the $): No longer change `*YYLSP', just stack YYLOC the
20 same way you stack YYVAL.
21 * src/reader.c (read_declarations): Use warns.
22 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
23 (copy_action, case '@'): Likewise.
24 Use a standard error message, to save useless work from
27 2000-03-17 Akim Demaille <akim@epita.fr>
29 * bison.s1: Formatting and cosmetics changes.
31 Update the Copyright notice.
33 2000-03-17 Akim Demaille <akim@epita.fr>
35 * bison.s1 (#line): All set to `#line' only, since the Makefile
38 2000-03-16 Akim Demaille <akim@epita.fr>
40 * src/output.c (output_rule_data): Output the documentation of
42 (Copyright notice): Update.
45 2000-03-16 Akim Demaille <akim@epita.fr>
47 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
48 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
49 One `#if YYDEBUG' remains, since it uses variables which are
50 defined only if `YYDEBUG != 0'.
52 2000-03-16 Akim Demaille <akim@epita.fr>
54 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
55 and related variables so that the similarities are highlighted.
57 2000-03-16 Akim Demaille <akim@epita.fr>
59 * src/bison.s1: Properly indent CPP directives.
61 2000-03-16 Akim Demaille <akim@epita.fr>
63 * src/bison.s1: Properly indent the `alloca' CPP section.
65 2000-03-16 Akim Demaille <akim@epita.fr>
67 Do not hard code values of directories in `configure.in'.
68 Update the `configure' tool chain.
70 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
72 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
73 (AC_OUTPUT): Add m4/Makefile.
74 Bump to bison 1.28a, 1.29 has never been released.
75 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
76 handled via src/Makefile.am.
77 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
78 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
80 * Makefile.am (SUBDIRS): Add m4.
81 (ACLOCAL_AM_FLAGS): New variable.
82 (AUTOMAKE_OPTIONS): Add check-news.
83 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
84 the proper line number and file name.
85 (DEFS): Propagate the location of bison library files and of the
87 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
89 * acinclude.m4: Remove, replaced by the directory m4.
90 * m4/Makefile.am (EXTRA_DIST): New variable.
91 * m4/gettext.m4: New file, from the fileutils.
92 * m4/lcmessage.m4: Likewise
93 * m4/progtest.m4: Likewise.
94 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
96 2000-03-10 Akim Demaille <akim@epita.fr>
99 Formatting changes of various comments.
100 Respect the GNU coding standards at various places.
101 Don't use `_()' when no translation is needed.
103 1999-12-13 Jesse Thilo <jthilo@gnu.org>
106 OS/2 honors TMPDIR environment variable.
108 1999-12-13 Jesse Thilo <jthilo@gnu.org>
110 * doc/bison.texinfo: Tweaked spelling and grammar.
112 Removed reference to price of printed copy.
113 Mention BISON_SIMPLE and BISON_HAIRY.
115 1999-12-13 Jesse Thilo <jthilo@gnu.org>
117 * configure.in, NEWS:
120 1999-10-27 Jesse Thilo <jthilo@gnu.org>
122 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
123 Added reference card.
125 1999-07-26 Jesse Thilo <jthilo@gnu.org>
127 * po/ru.po: Added Russian translation.
129 1999-07-26 Jesse Thilo <jthilo@gnu.org>
131 * configure.in: Added Russian translation.
133 1999-07-06 Jesse Thilo <jthilo@gnu.org>
135 * configure.in, NEWS, README:
136 Released version 1.28.
138 1999-06-14 Jesse Thilo <jthilo@gnu.org>
141 Squashed redefinition warning on some systems.
143 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
144 Have configure build version string instead of relying on ANSI string
147 1999-06-14 Jesse Thilo <jthilo@gnu.org>
149 * po/POTFILES.in: Got rid of version.c.
151 1999-06-14 Jesse Thilo <jthilo@gnu.org>
153 * acconfig.h, configure.in:
154 Have configure build version string instead of relying on ANSI string
157 1999-06-08 Jesse Thilo <jthilo@gnu.org>
160 Dropped mention of `+' for long-named options.
162 1999-05-30 Jesse Thilo <jthilo@gnu.org>
164 * src/files.c: Added <unistd.h> for unlink().
166 * src/Makefile.am, src/system.h:
169 1999-05-30 Jesse Thilo <jthilo@gnu.org>
171 * README: Added a FAQ list.
173 * configure.in, acconfig.h:
176 1999-05-30 Jesse Thilo <jthilo@gnu.org>
178 * doc/FAQ, doc/Makefile.am:
181 1999-05-19 Jesse Thilo <jthilo@gnu.org>
183 * src/alloc.h, src/symtab.h, src/version.c:
184 Protected inclusion of "config.h" with HAVE_CONFIG_H.
186 1999-04-18 Jesse Thilo <jthilo@gnu.org>
188 * src/.cvsignore, src/Makefile.am:
189 Reorganized: sources in `src', documentation in `doc'.
191 * src/lex.c (literalchar):
192 fixed the code for escaping double quotes (thanks
195 1999-04-18 Jesse Thilo <jthilo@gnu.org>
197 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
198 Adjusted paths to reflect directory reorganization.
200 1999-04-18 Jesse Thilo <jthilo@gnu.org>
202 * doc/.cvsignore, doc/Makefile.am:
203 Reorganized: sources in `src', documentation in `doc'.
205 1999-04-18 Jesse Thilo <jthilo@gnu.org>
208 Updated AC_INIT file to reflect directory reorganization.
210 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
211 Reorganized: sources in `src', documentation in `doc'.
213 1999-04-13 Jesse Thilo <jthilo@gnu.org>
216 Don't declare calloc() and realloc() if not necessary.
218 1999-04-13 Jesse Thilo <jthilo@gnu.org>
220 * configure.in, acconfig.h, acinclude.m4:
221 Don't declare calloc() and realloc() if not necessary.
223 1999-03-23 Jesse Thilo <jthilo@gnu.org>
225 * po/.cvsignore: Added i18n support.
227 1999-03-23 Jesse Thilo <jthilo@gnu.org>
229 * acconfig.h, configure.in, Makefile.am:
232 1999-03-22 Jesse Thilo <jthilo@gnu.org>
234 * src/bison.s1: Fixed #line numbers.
236 1999-03-15 Jesse Thilo <jthilo@gnu.org>
238 * po/es.po, po/fr.po, po/nl.po, po/de.po:
239 Added PO files from Translation Project.
241 1999-03-03 Jesse Thilo <jthilo@gnu.org>
244 Added support for non-ANSI compilers (ansi2knr).
246 1999-02-16 Jesse Thilo <jthilo@gnu.org>
248 * configure.in: Bumped version number to 1.27.
251 Added `bison.simple' to list of files removed by `make distclean'.
253 1999-02-12 Jesse Thilo <jthilo@gnu.org>
255 * src/files.c, src/files.h:
256 Defined locations of parser files in config.h instead of Makefile.
258 1999-02-12 Jesse Thilo <jthilo@gnu.org>
260 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
261 Defined locations of parser files in config.h instead of Makefile.
263 1999-02-09 Jesse Thilo <jthilo@gnu.org>
266 Removed inappropriate use of $< macro.
268 1999-02-05 Jesse Thilo <jthilo@gnu.org>
270 * po/Makefile.in.in, po/POTFILES.in:
271 Add `po' directory skeleton.
273 1999-01-27 Jesse Thilo <jthilo@gnu.org>
275 * README: Document help-bison list.
277 * configure.in: Add check for mkstemp().
279 1999-01-20 Jesse Thilo <jthilo@gnu.org>
281 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
282 Hush a few compiler warnings.
285 Add tryclose(), which verifies that fclose was successful.
286 Hush a couple of compiler warnings.
288 1999-01-20 Jesse Thilo <jthilo@gnu.org>
290 * Makefile.am, OChangeLog:
291 ChangeLog is now automatically generated. Include the old version as
294 1999-01-14 Jesse Thilo <jthilo@gnu.org>
296 * 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:
299 1999-01-14 Jesse Thilo <jthilo@gnu.org>
301 * doc/bison.texinfo: Fix formatting glitch.
303 * doc/bison.texinfo: Update FSF address.
305 1999-01-14 Jesse Thilo <jthilo@gnu.org>
307 * acconfig.h: Update FSF address.
309 1999-01-08 Jesse Thilo <jthilo@gnu.org>
312 Don't define PACKAGE here, since config.h defines it.
314 1998-12-30 Jesse Thilo <jthilo@gnu.org>
316 * src/reader.c: Update copyright date.
319 Ditch sprintf to statically-sized buffers in fatal/warn functions in
320 favor of output directly to stderr (avoids buffer overruns).
322 * src/reader.c: Some checks for premature EOF.
324 * 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:
325 Use prototypes if the compiler understands them.
327 * src/files.c: Honor TMPDIR on Unix hosts.
328 Use prototypes if the compiler understands them.
331 Fix a couple of buffer overrun bugs.
332 Use prototypes if the compiler understands them.
334 * src/system.h: Include unistd.h and ctype.h.
335 Use #ifdef instead of #if for NLS symbols.
337 1998-12-30 Jesse Thilo <jthilo@gnu.org>
340 Delete comment "consider using @set for edition number, etc..." since
343 1998-12-30 Jesse Thilo <jthilo@gnu.org>
346 Use prototypes if the compiler understands them.
348 * NEWS: Document 1.26 highlights.
350 * Makefile.am: Require Automake 1.3 or later.
353 Use prototypes if the compiler understands them.
355 1998-12-29 Jesse Thilo <jthilo@gnu.org>
358 Use VERSION symbol from automake for version number.
360 1998-12-29 Jesse Thilo <jthilo@gnu.org>
362 * acconfig.h, configure.in, version.cin:
363 Use VERSION symbol from automake for version number.
365 1998-11-28 Jesse Thilo <jthilo@gnu.org>
368 Distribute original version of simple parser (bison.s1), not built
369 version (bison.simple).
371 1998-11-28 Jesse Thilo <jthilo@gnu.org>
373 * doc/bison.texinfo: Add info dir entry.
376 Let automake put version number into documentation.
378 1998-11-26 Jesse Thilo <jthilo@gnu.org>
380 * src/bison.cld, src/build.com, src/vmshlp.mar:
381 Add non-RCS files from /gd/gnu/bison.
383 1998-11-26 Jesse Thilo <jthilo@gnu.org>
386 Document the BISON_HAIRY and BISON_SIMPLE variables.
388 1998-11-25 Jesse Thilo <jthilo@gnu.org>
390 * src/version.c: Build version.c automatically.
393 Fix token numbering (used to start at 258, not 257).
395 * src/system.h: Include config.h.
397 * src/getargs.c: Update bug report address.
399 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
400 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
402 1998-11-25 Jesse Thilo <jthilo@gnu.org>
405 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
407 * configure.in, version.cin:
408 Build version.c automatically.
410 * AUTHORS: Add AUTHORS file.
412 * README: Update bug report address.
415 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
417 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
420 1998-11-25 Jesse Thilo <jthilo@gnu.org>
422 * doc/bison.texinfo: Clean up some formatting.
424 1998-05-05 Richard Stallman <rms@gnu.org>
427 Explain better why to make a pure parser.
429 1998-01-05 Richard Stallman <rms@gnu.org>
431 * src/files.c (openfiles):
432 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
433 find a temporary directory, if possible. Do not unlink files while
436 1997-08-25 Richard Stallman <rms@gnu.org>
438 * src/reader.c (stack_offset;):
439 Change some warni to warns.
441 * src/lex.c (literalchar): Use warns, not warni.
443 1997-06-28 Richard Stallman <rms@gnu.org>
445 * src/bison.s1: Add a Bison version comment.
447 * src/main.c (fatal, warn, berror):
450 1997-06-28 Richard Stallman <rms@gnu.org>
452 * Makefile.in (bison_version): New variable.
453 (dist): Use that variable.
454 (bison.s1): Substitute the Bison version into bison.simple.
456 * bison.simple: Add a Bison version comment.
458 1997-06-18 Richard Stallman <rms@gnu.org>
460 * src/main.c (fatal, warn, berror):
461 Make error messages standard.
462 (toomany): Improve error message text.
464 * 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:
465 new.h renamed to alloc.h.
467 1997-06-18 Richard Stallman <rms@gnu.org>
469 * Makefile.in: new.h renamed to alloc.h.
471 1997-05-24 Richard Stallman <rms@gnu.org>
473 * src/lex.c (literalchar):
474 Fix the code for escaping \, " and '.
476 (lex): Avoid trouble when there are many chars
477 to discard in a char literal with just several chars in it.
479 1997-05-17 Richard Stallman <rms@gnu.org>
482 Use malloc, if using alloca is troublesome.
483 (YYSTACK_USE_ALLOCA): New flag macro.
484 Define it for some systems and compilers.
485 (YYSTACK_ALLOC): New macro.
486 (yyparse): Use YYSTACK_ALLOC to allocate stack.
487 If it was malloc'd, free it.
489 1997-05-17 Richard Stallman <rms@gnu.org>
492 Use malloc, if using alloca is troublesome.
493 (YYSTACK_USE_ALLOCA): New flag macro.
494 Define it for some systems and compilers.
495 (YYSTACK_ALLOC): New macro.
496 (yyparse): Use YYSTACK_ALLOC to allocate stack.
497 If it was malloc'd, free it.
499 1997-04-23 Richard Stallman <rms@gnu.org>
502 (alloca) [__hpux]: Always define as __builtin_alloca.
504 1997-04-23 Richard Stallman <rms@gnu.org>
507 (alloca) [__hpux]: Always define as __builtin_alloca.
509 1997-04-22 Richard Stallman <rms@gnu.org>
512 [__hpux]: Include alloca.h (right for HPUX 10)
513 instead of declaring alloca (right for HPUX 9).
515 * src/bison.s1 (__yy_memcpy):
516 Declare arg `count' as unsigned int.
517 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
519 1997-04-22 Richard Stallman <rms@gnu.org>
522 [__hpux]: Include alloca.h (right for HPUX 10)
523 instead of declaring alloca (right for HPUX 9).
525 * bison.simple (__yy_memcpy):
526 Declare arg `count' as unsigned int.
527 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
529 1997-01-03 Richard Stallman <rms@gnu.org>
531 * src/allocate.c: [__STDC__ or _MSC_VER]:
532 Declare calloc and realloc to return void *.
534 1997-01-02 Richard Stallman <rms@gnu.org>
537 [_MSC_VER]: Include stdlib.h and process.h.
538 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
540 * src/main.c (main): Return FAILURE as a value.
541 (printable_version): Declare arg as int, not char.
543 1997-01-02 Richard Stallman <rms@gnu.org>
545 * Makefile.in (dist):
546 Explicitly check for symlinks, and copy them.
548 1996-12-19 Richard Stallman <rms@gnu.org>
551 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
553 1996-12-18 Paul Eggert <eggert@gnu.org>
555 * src/bison.s1 (yyparse):
556 If __GNUC__ and YYPARSE_PARAM are both defined,
557 declare yyparse to have a void * argument.
559 1996-12-18 Paul Eggert <eggert@gnu.org>
561 * bison.simple (yyparse):
562 If __GNUC__ and YYPARSE_PARAM are both defined,
563 declare yyparse to have a void * argument.
565 1996-12-17 Richard Stallman <rms@gnu.org>
567 * src/reduce.c (nbits): Add some casts.
569 1996-08-12 Richard Stallman <rms@gnu.org>
571 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
573 1996-08-12 Richard Stallman <rms@gnu.org>
575 * bison.simple: Test _MSDOS as well as _MSDOS_.
577 1996-07-31 Richard Stallman <rms@gnu.org>
580 [__sun && __i386]: Include alloca.h.
582 1996-07-31 Richard Stallman <rms@gnu.org>
585 [__sun && __i386]: Include alloca.h.
587 1996-07-30 Richard Stallman <rms@gnu.org>
589 * src/bison.s1: Comment change.
591 * src/bison.s1: Test _MSDOS_, not MSDOS.
593 1996-07-30 Richard Stallman <rms@gnu.org>
595 * bison.simple: Comment change.
597 * bison.simple: Test _MSDOS_, not MSDOS.
599 1996-06-01 Richard Stallman <rms@gnu.org>
601 * 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:
602 Insert `_' macro around many string constants.
605 Insert `_' macro around many string constants.
607 (main): Call setlocale, bindtextdomain and textdomain.
609 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
610 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
611 [ENABLE_NLS]: Include libintl.h.
612 [ENABLE_NLS] (gettext): Define.
613 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
614 (N_, PACKAGE, LOCALEDIR): New macros.
616 1996-06-01 Richard Stallman <rms@gnu.org>
618 * POTFILES.in: New file.
620 * Makefile.in (allocate.o):
621 Define target explicitly.
623 * Makefile.in (CFLAGS): Set to @CFLAGS@.
624 (LDFLAGS): Set to @LDFLAGS@.
625 (configure): Run autoconf only if preceding `cd' succeeds.
626 (bison.s1): Redirect output to temporary file then move the
627 temporary to the target, rather than redirecting directly to bison.s1.
628 (clean): Remove config.status and config.log.
629 (distclean): Don't remove config.status here.
631 1996-05-12 Richard Stallman <rms@gnu.org>
634 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
636 1996-05-12 Richard Stallman <rms@gnu.org>
639 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
641 1996-05-11 Richard Stallman <rms@gnu.org>
643 * src/bison.s1 (__yy_memcpy):
644 Really reorder the args, as was supposedly done on Feb 14 1995.
645 (yyparse): Calls changed accordingly.
647 1996-05-11 Richard Stallman <rms@gnu.org>
649 * Makefile.in (dist): Don't use $(srcdir).
651 * bison.simple (__yy_memcpy):
652 Really reorder the args, as was supposedly done on Feb 14 1995.
653 (yyparse): Calls changed accordingly.
655 1996-01-27 Richard Stallman <rms@gnu.org>
657 * src/output.c (output_rule_data):
658 Test YYERROR_VERBOSE in the conditional
659 around the definition of ttyname.
661 1995-12-29 Richard Stallman <rms@gnu.org>
664 Fix line numbers in #line commands.
666 1995-12-29 Richard Stallman <rms@gnu.org>
669 Fix line numbers in #line commands.
671 1995-12-27 Richard Stallman <rms@gnu.org>
673 * src/bison.s1 (YYPARSE_PARAM_DECL):
674 In C++, make it always null.
675 (YYPARSE_PARAM_ARG): New macro.
676 (yyparse): Use YYPARSE_PARAM_ARG.
678 1995-12-27 Richard Stallman <rms@gnu.org>
680 * bison.simple (YYPARSE_PARAM_DECL):
681 In C++, make it always null.
682 (YYPARSE_PARAM_ARG): New macro.
683 (yyparse): Use YYPARSE_PARAM_ARG.
685 1995-11-29 Richard Stallman <rms@gnu.org>
688 Describe literal string tokens, %raw, %no_lines, %token_table.
690 1995-11-29 Daniel Hagerty <hag@gnu.org>
692 * doc/bison.texinfo: Fixed update date
694 1995-10-16 Richard Stallman <rms@gnu.org>
696 * src/version.c: Version 1.25.
698 1995-10-16 Richard Stallman <rms@gnu.org>
700 * NEWS: *** empty log message ***
702 1995-10-16 Richard Stallman <rms@gnu.org>
704 * doc/bison.1, doc/bison.rnh:
707 1995-10-15 Richard Stallman <rms@gnu.org>
709 * src/vmsgetargs.c, src/getargs.c:
710 Added -n, -k, and -raw switches.
711 (noparserflag, toknumflag, rawtoknumflag): New variables.
713 * src/symtab.h (SALIAS):
714 New #define for adding aliases to %token.
715 (struct bucket): Added `alias' field.
717 * src/reduce.c (reduce_grammar):
718 Revise error message.
719 (print_notices): Remove final `.' from error message.
721 * src/reader.c (reader_output_yylsp):
723 (readgram): Use `#if 0' around code that accepted %command
724 inside grammar rules: The documentation doesn't allow it,
725 and it will fail since the %command processors scan for the next %.
726 (parse_token_decl): Extended the %token
727 declaration to allow a multi-character symbol as an alias.
728 (parse_thong_decl): New function.
729 (read_declarations): Added %thong declarations.
730 (read_declarations): Handle NOOP to deal with allowing
731 % declarations as another means to specify the flags.
732 (readgram): Allow %prec prior to semantics embedded in a rule.
733 (skip_to_char, read_declarations, copy_definition)
734 (parse_token_decl, parse_start_decl, parse_type_decl)
735 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
736 (get_type_name, copy_guard, copy_action, readgram)
737 (get_type, packsymbols): Revised most error messages.
738 Changed `fatal' to `warnxxx' to avoid aborting for error.
739 Revised and use multiple warnxxx functions to avoid using VARARGS1.
740 (read_declarations): Improve the error message for
741 an invalid character. Do not abort.
742 (read_declarations, copy_guard, copy_action): Use
743 printable_version to avoid unprintable characters in printed output.
744 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
745 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
746 Allow the type of a non-terminal can be given
747 more than once, as long as all specifications give the same type.
750 (output_headers, output_trailers, output, output_gram)
751 (output_rule_data): Implement noparserflag variable.
752 Implement toknumflag variable.
753 (output): Call reader_output_yylsp to output LTYPESTR.
756 If reader sees an error, don't process the grammar.
757 (fatals): Updated to not use VARARGS1.
758 (printable_version, int_to_string, warn, warni, warns, warnss)
759 (warnsss): New error reporting functions. Avoid abort for error.
762 Added THONG and NOOP for alias processing.
763 Added SETOPT for the new code that allows setting options with %flags.
766 Include getopt.h. Add some extern decls.
767 (safegetc): New function to deal with EOF gracefully.
768 (literalchar); new function to deal with reading \ escapes.
769 (lex): Use literalchar.
770 (lex): Implemented "..." tokens.
771 (literalchar, lex, parse_percent_token): Made tokenbuffer
772 always contain the token. This includes growing the token
773 buffer while reading an integer.
774 (parse_percent_token): Replaced if-else statement with percent_table.
775 (parse_percent_token): Added % declarations as another
776 way to specify the flags -n, -l, and -r. Also added hooks for
777 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
778 major changes to files.c.
779 (lex) Retain in the incoming stream a character following
781 (skip_white_space, lex): Revised most error messages
782 and changed fatal to warn to avoid aborting.
783 (percent_table): Added %thong declarations.
785 * src/gram.h: Comment changes.
787 * src/files.c (openfiles, open_extra_files, done):
789 and actfile file. Handle noparserflag. Both for -n switch.
791 * src/conflicts.c (resolve_sr_conflict):
792 Remove use of alloca.
794 1995-06-01 Jim Meyering <meyering@gnu.org>
796 * doc/bison.texinfo: *** empty log message ***
798 1995-05-06 Richard Stallman <rms@gnu.org>
800 * src/bison.s1: Comment change.
802 1995-05-06 Richard Stallman <rms@gnu.org>
804 * bison.simple: Comment change.
806 1995-05-03 Richard Stallman <rms@gnu.org>
808 * src/version.c: Version now 1.24.
810 * src/bison.s1: Change distribution terms.
812 * src/version.c: Version now 1.23.
814 1995-05-03 Richard Stallman <rms@gnu.org>
817 Rewrite "Conditions for Using Bison".
818 Update version to 1.24.
820 1995-05-03 Richard Stallman <rms@gnu.org>
822 * bison.simple: Change distribution terms.
824 1995-02-23 Richard Stallman <rms@gnu.org>
826 * src/files.c: Test __VMS_POSIX as well as VMS.
828 1995-02-14 Jim Meyering <meyering@gnu.org>
830 * src/bison.s1 (__yy_memcpy):
831 Renamed from __yy_bcopy to avoid
832 confusion. Reverse FROM and TO arguments to be consistent with
835 1995-02-14 Jim Meyering <meyering@gnu.org>
837 * bison.simple (__yy_memcpy):
838 Renamed from __yy_bcopy to avoid
839 confusion. Reverse FROM and TO arguments to be consistent with
842 1994-11-10 David J. MacKenzie <djm@gnu.org>
848 * Makefile.in (DISTFILES): Include NEWS.
850 * Makefile.in (DISTFILES):
851 Include install-sh, not install.sh.
853 * configure.in: Update to Autoconf v2 macro names.
855 1994-10-05 David J. MacKenzie <djm@gnu.org>
857 * Makefile.in: fix typo
859 * Makefile.in (prefix, exec_prefix):
860 Let configure set them.
862 1994-09-28 David J. MacKenzie <djm@gnu.org>
864 * Makefile.in: Set datadir to $(prefix)/share.
866 1994-09-15 Richard Stallman <rms@gnu.org>
869 Update copyright notice and GPL version.
871 1994-09-15 Richard Stallman <rms@gnu.org>
874 Update copyright notice and GPL version.
876 1994-07-12 Richard Stallman <rms@gnu.org>
878 * src/reduce.c, src/reader.c:
881 1994-05-05 David J. MacKenzie <djm@gnu.org>
883 * Makefile.in: entered into RCS
885 1994-03-26 Richard Stallman <rms@gnu.org>
887 * src/bison.s1: entered into RCS
889 1994-03-26 Richard Stallman <rms@gnu.org>
891 * bison.simple: entered into RCS
893 1994-03-25 Richard Stallman <rms@gnu.org>
895 * src/main.c: entered into RCS
897 1994-03-24 Richard Stallman <rms@gnu.org>
899 * src/conflicts.c: entered into RCS
901 1994-01-02 Richard Stallman <rms@gnu.org>
903 * Makefile.in: *** empty log message ***
905 1993-11-21 Richard Stallman <rms@gnu.org>
907 * src/bison.s1: *** empty log message ***
909 1993-11-21 Richard Stallman <rms@gnu.org>
911 * doc/bison.texinfo: entered into RCS
913 * doc/bison.texinfo: *** empty log message ***
915 1993-11-21 Richard Stallman <rms@gnu.org>
917 * bison.simple: *** empty log message ***
919 1993-10-25 David J. MacKenzie <djm@gnu.org>
921 * doc/bison.texinfo: *** empty log message ***
923 1993-10-19 Richard Stallman <rms@gnu.org>
925 * src/bison.s1: *** empty log message ***
927 1993-10-19 Richard Stallman <rms@gnu.org>
929 * bison.simple: *** empty log message ***
931 1993-10-14 Richard Stallman <rms@gnu.org>
933 * src/bison.s1: *** empty log message ***
935 1993-10-14 Richard Stallman <rms@gnu.org>
937 * bison.simple: *** empty log message ***
939 1993-09-14 David J. MacKenzie <djm@gnu.org>
941 * doc/bison.texinfo: *** empty log message ***
943 1993-09-13 Noah Friedman <friedman@gnu.org>
945 * Makefile.in: *** empty log message ***
947 1993-09-10 Richard Stallman <rms@gnu.org>
949 * src/conflicts.c: *** empty log message ***
951 * src/system.h: entered into RCS
953 1993-09-10 Richard Stallman <rms@gnu.org>
955 * doc/bison.1: entered into RCS
957 1993-09-06 Noah Friedman <friedman@gnu.org>
959 * src/version.c: entered into RCS
961 1993-09-06 Noah Friedman <friedman@gnu.org>
963 * Makefile.in: *** empty log message ***
965 1993-07-30 David J. MacKenzie <djm@gnu.org>
967 * Makefile.in: *** empty log message ***
969 1993-07-24 Richard Stallman <rms@gnu.org>
971 * src/bison.s1: *** empty log message ***
973 1993-07-24 Richard Stallman <rms@gnu.org>
975 * bison.simple: *** empty log message ***
977 1993-07-08 David J. MacKenzie <djm@gnu.org>
979 * Makefile.in: *** empty log message ***
981 1993-07-04 Richard Stallman <rms@gnu.org>
983 * src/bison.s1: *** empty log message ***
985 1993-07-04 Richard Stallman <rms@gnu.org>
987 * bison.simple: *** empty log message ***
989 1993-06-26 David J. MacKenzie <djm@gnu.org>
991 * src/getargs.c: entered into RCS
993 1993-06-26 David J. MacKenzie <djm@gnu.org>
995 * doc/bison.texinfo: *** empty log message ***
997 * doc/bison.1: New file.
999 1993-06-25 Richard Stallman <rms@gnu.org>
1001 * src/getargs.c: New file.
1003 1993-06-16 Richard Stallman <rms@gnu.org>
1005 * src/bison.s1: *** empty log message ***
1007 1993-06-16 Richard Stallman <rms@gnu.org>
1009 * bison.simple: *** empty log message ***
1011 1993-06-03 Richard Stallman <rms@gnu.org>
1013 * src/bison.s1: New file.
1015 1993-06-03 Richard Stallman <rms@gnu.org>
1017 * doc/bison.texinfo: *** empty log message ***
1019 1993-06-03 Richard Stallman <rms@gnu.org>
1021 * bison.simple: New file.
1023 1993-05-19 Richard Stallman <rms@gnu.org>
1025 * doc/bison.texinfo: New file.
1027 1993-05-07 Noah Friedman <friedman@gnu.org>
1029 * Makefile.in: *** empty log message ***
1031 1993-04-28 Noah Friedman <friedman@gnu.org>
1033 * src/reader.c: *** empty log message ***
1035 1993-04-23 Noah Friedman <friedman@gnu.org>
1037 * src/alloc.h: entered into RCS
1039 1993-04-20 David J. MacKenzie <djm@gnu.org>
1041 * src/version.c: *** empty log message ***
1043 * src/files.c, src/allocate.c:
1046 * src/reader.c: *** empty log message ***
1048 * src/lex.c: entered into RCS
1050 * src/conflicts.c: New file.
1052 * src/symtab.c: entered into RCS
1054 * src/alloc.h: New file.
1056 * src/LR0.c: entered into RCS
1058 1993-04-18 Noah Friedman <friedman@gnu.org>
1060 * src/reader.c: New file.
1062 * src/version.c: *** empty log message ***
1064 1993-04-18 Noah Friedman <friedman@gnu.org>
1066 * Makefile.in: *** empty log message ***
1068 1993-04-17 Noah Friedman <friedman@gnu.org>
1070 * Makefile.in: *** empty log message ***
1072 1993-04-15 Richard Stallman <rms@gnu.org>
1074 * src/main.c, src/files.c:
1077 1993-04-15 Noah Friedman <friedman@gnu.org>
1079 * configure.in: entered into RCS
1081 * configure.in: *** empty log message ***
1083 * configure.in: New file.
1085 1993-04-14 Richard Stallman <rms@gnu.org>
1087 * Makefile.in: New file.
1089 1993-04-13 Richard Stallman <rms@gnu.org>
1091 * src/version.c: New file.
1093 1993-03-25 Richard Stallman <rms@gnu.org>
1095 * src/output.c: entered into RCS
1097 1992-09-25 Richard Stallman <rms@gnu.org>
1099 * configure.bat: entered into RCS
1101 1992-06-22 Richard Stallman <rms@gnu.org>
1103 * src/vmsgetargs.c: entered into RCS
1105 1992-06-22 Richard Stallman <rms@gnu.org>
1107 * doc/bison.rnh: entered into RCS
1109 1992-04-20 David J. MacKenzie <djm@gnu.org>
1111 * README: entered into RCS
1113 1992-01-22 Richard Stallman <rms@gnu.org>
1115 * src/machine.h: entered into RCS
1117 1991-12-21 Richard Stallman <rms@gnu.org>
1119 * src/lalr.c, src/closure.c:
1122 1991-12-20 Richard Stallman <rms@gnu.org>
1124 * src/state.h: entered into RCS
1126 1991-12-18 Richard Stallman <rms@gnu.org>
1128 * src/print.c, src/nullable.c, src/derives.c:
1131 1991-11-03 David J. MacKenzie <djm@gnu.org>
1133 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
1136 1988-09-09 Richard Stallman <rms@gnu.org>
1138 * src/bison.hairy: entered into RCS
1140 1987-12-16 Richard Stallman <rms@gnu.org>
1142 * REFERENCES: entered into RCS