1 2000-03-17 Akim Demaille <akim@epita.fr>
3 Change the handling of @s so that they behave exactly like $s.
4 There is now a pseudo variable @$ (readble and writable), location
5 of the lhs of the rule (by default ranging from the location of
6 the first symbol of the rhs, to the location of the last symbol,
7 or, if the rhs is empty, YYLLOC).
9 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
11 (yyparse): When providing a default semantic action, provide a
12 default location action.
13 (after the $): No longer change `*YYLSP', just stack YYLOC the
14 same way you stack YYVAL.
15 * src/reader.c (read_declarations): Use warns.
16 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
17 (copy_action, case '@'): Likewise.
18 Use a standard error message, to save useless work from
21 2000-03-17 Akim Demaille <akim@epita.fr>
23 * bison.s1: Formatting and cosmetics changes.
25 Update the Copyright notice.
27 2000-03-17 Akim Demaille <akim@epita.fr>
29 * bison.s1 (#line): All set to `#line' only, since the Makefile
32 2000-03-16 Akim Demaille <akim@epita.fr>
34 * src/output.c (output_rule_data): Output the documentation of
36 (Copyright notice): Update.
39 2000-03-16 Akim Demaille <akim@epita.fr>
41 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
42 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
43 One `#if YYDEBUG' remains, since it uses variables which are
44 defined only if `YYDEBUG != 0'.
46 2000-03-16 Akim Demaille <akim@epita.fr>
48 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
49 and related variables so that the similarities are highlighted.
51 2000-03-16 Akim Demaille <akim@epita.fr>
53 * src/bison.s1: Properly indent CPP directives.
55 2000-03-16 Akim Demaille <akim@epita.fr>
57 * src/bison.s1: Properly indent the `alloca' CPP section.
59 2000-03-16 Akim Demaille <akim@epita.fr>
61 Do not hard code values of directories in `configure.in'.
62 Update the `configure' tool chain.
64 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
66 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
67 (AC_OUTPUT): Add m4/Makefile.
68 Bump to bison 1.28a, 1.29 has never been released.
69 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
70 handled via src/Makefile.am.
71 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
72 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
74 * Makefile.am (SUBDIRS): Add m4.
75 (ACLOCAL_AM_FLAGS): New variable.
76 (AUTOMAKE_OPTIONS): Add check-news.
77 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
78 the proper line number and file name.
79 (DEFS): Propagate the location of bison library files and of the
81 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
83 * acinclude.m4: Remove, replaced by the directory m4.
84 * m4/Makefile.am (EXTRA_DIST): New variable.
85 * m4/gettext.m4: New file, from the fileutils.
86 * m4/lcmessage.m4: Likewise
87 * m4/progtest.m4: Likewise.
88 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
90 2000-03-10 Akim Demaille <akim@epita.fr>
93 Formatting changes of various comments.
94 Respect the GNU coding standards at various places.
95 Don't use `_()' when no translation is needed.
97 1999-12-13 Jesse Thilo <jthilo@gnu.org>
100 OS/2 honors TMPDIR environment variable.
102 1999-12-13 Jesse Thilo <jthilo@gnu.org>
104 * doc/bison.texinfo: Tweaked spelling and grammar.
106 Removed reference to price of printed copy.
107 Mention BISON_SIMPLE and BISON_HAIRY.
109 1999-12-13 Jesse Thilo <jthilo@gnu.org>
111 * configure.in, NEWS:
114 1999-10-27 Jesse Thilo <jthilo@gnu.org>
116 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
117 Added reference card.
119 1999-07-26 Jesse Thilo <jthilo@gnu.org>
121 * po/ru.po: Added Russian translation.
123 1999-07-26 Jesse Thilo <jthilo@gnu.org>
125 * configure.in: Added Russian translation.
127 1999-07-06 Jesse Thilo <jthilo@gnu.org>
129 * configure.in, NEWS, README:
130 Released version 1.28.
132 1999-06-14 Jesse Thilo <jthilo@gnu.org>
135 Squashed redefinition warning on some systems.
137 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
138 Have configure build version string instead of relying on ANSI string
141 1999-06-14 Jesse Thilo <jthilo@gnu.org>
143 * po/POTFILES.in: Got rid of version.c.
145 1999-06-14 Jesse Thilo <jthilo@gnu.org>
147 * acconfig.h, configure.in:
148 Have configure build version string instead of relying on ANSI string
151 1999-06-08 Jesse Thilo <jthilo@gnu.org>
154 Dropped mention of `+' for long-named options.
156 1999-05-30 Jesse Thilo <jthilo@gnu.org>
158 * src/files.c: Added <unistd.h> for unlink().
160 * src/Makefile.am, src/system.h:
163 1999-05-30 Jesse Thilo <jthilo@gnu.org>
165 * README: Added a FAQ list.
167 * configure.in, acconfig.h:
170 1999-05-30 Jesse Thilo <jthilo@gnu.org>
172 * doc/FAQ, doc/Makefile.am:
175 1999-05-19 Jesse Thilo <jthilo@gnu.org>
177 * src/alloc.h, src/symtab.h, src/version.c:
178 Protected inclusion of "config.h" with HAVE_CONFIG_H.
180 1999-04-18 Jesse Thilo <jthilo@gnu.org>
182 * src/.cvsignore, src/Makefile.am:
183 Reorganized: sources in `src', documentation in `doc'.
185 * src/lex.c (literalchar):
186 fixed the code for escaping double quotes (thanks
189 1999-04-18 Jesse Thilo <jthilo@gnu.org>
191 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
192 Adjusted paths to reflect directory reorganization.
194 1999-04-18 Jesse Thilo <jthilo@gnu.org>
196 * doc/.cvsignore, doc/Makefile.am:
197 Reorganized: sources in `src', documentation in `doc'.
199 1999-04-18 Jesse Thilo <jthilo@gnu.org>
202 Updated AC_INIT file to reflect directory reorganization.
204 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
205 Reorganized: sources in `src', documentation in `doc'.
207 1999-04-13 Jesse Thilo <jthilo@gnu.org>
210 Don't declare calloc() and realloc() if not necessary.
212 1999-04-13 Jesse Thilo <jthilo@gnu.org>
214 * configure.in, acconfig.h, acinclude.m4:
215 Don't declare calloc() and realloc() if not necessary.
217 1999-03-23 Jesse Thilo <jthilo@gnu.org>
219 * po/.cvsignore: Added i18n support.
221 1999-03-23 Jesse Thilo <jthilo@gnu.org>
223 * acconfig.h, configure.in, Makefile.am:
226 1999-03-22 Jesse Thilo <jthilo@gnu.org>
228 * src/bison.s1: Fixed #line numbers.
230 1999-03-15 Jesse Thilo <jthilo@gnu.org>
232 * po/es.po, po/fr.po, po/nl.po, po/de.po:
233 Added PO files from Translation Project.
235 1999-03-03 Jesse Thilo <jthilo@gnu.org>
238 Added support for non-ANSI compilers (ansi2knr).
240 1999-02-16 Jesse Thilo <jthilo@gnu.org>
242 * configure.in: Bumped version number to 1.27.
245 Added `bison.simple' to list of files removed by `make distclean'.
247 1999-02-12 Jesse Thilo <jthilo@gnu.org>
249 * src/files.c, src/files.h:
250 Defined locations of parser files in config.h instead of Makefile.
252 1999-02-12 Jesse Thilo <jthilo@gnu.org>
254 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
255 Defined locations of parser files in config.h instead of Makefile.
257 1999-02-09 Jesse Thilo <jthilo@gnu.org>
260 Removed inappropriate use of $< macro.
262 1999-02-05 Jesse Thilo <jthilo@gnu.org>
264 * po/Makefile.in.in, po/POTFILES.in:
265 Add `po' directory skeleton.
267 1999-01-27 Jesse Thilo <jthilo@gnu.org>
269 * README: Document help-bison list.
271 * configure.in: Add check for mkstemp().
273 1999-01-20 Jesse Thilo <jthilo@gnu.org>
275 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
276 Hush a few compiler warnings.
279 Add tryclose(), which verifies that fclose was successful.
280 Hush a couple of compiler warnings.
282 1999-01-20 Jesse Thilo <jthilo@gnu.org>
284 * Makefile.am, OChangeLog:
285 ChangeLog is now automatically generated. Include the old version as
288 1999-01-14 Jesse Thilo <jthilo@gnu.org>
290 * 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:
293 1999-01-14 Jesse Thilo <jthilo@gnu.org>
295 * doc/bison.texinfo: Fix formatting glitch.
297 * doc/bison.texinfo: Update FSF address.
299 1999-01-14 Jesse Thilo <jthilo@gnu.org>
301 * acconfig.h: Update FSF address.
303 1999-01-08 Jesse Thilo <jthilo@gnu.org>
306 Don't define PACKAGE here, since config.h defines it.
308 1998-12-30 Jesse Thilo <jthilo@gnu.org>
310 * src/reader.c: Update copyright date.
313 Ditch sprintf to statically-sized buffers in fatal/warn functions in
314 favor of output directly to stderr (avoids buffer overruns).
316 * src/reader.c: Some checks for premature EOF.
318 * 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:
319 Use prototypes if the compiler understands them.
321 * src/files.c: Honor TMPDIR on Unix hosts.
322 Use prototypes if the compiler understands them.
325 Fix a couple of buffer overrun bugs.
326 Use prototypes if the compiler understands them.
328 * src/system.h: Include unistd.h and ctype.h.
329 Use #ifdef instead of #if for NLS symbols.
331 1998-12-30 Jesse Thilo <jthilo@gnu.org>
334 Delete comment "consider using @set for edition number, etc..." since
337 1998-12-30 Jesse Thilo <jthilo@gnu.org>
340 Use prototypes if the compiler understands them.
342 * NEWS: Document 1.26 highlights.
344 * Makefile.am: Require Automake 1.3 or later.
347 Use prototypes if the compiler understands them.
349 1998-12-29 Jesse Thilo <jthilo@gnu.org>
352 Use VERSION symbol from automake for version number.
354 1998-12-29 Jesse Thilo <jthilo@gnu.org>
356 * acconfig.h, configure.in, version.cin:
357 Use VERSION symbol from automake for version number.
359 1998-11-28 Jesse Thilo <jthilo@gnu.org>
362 Distribute original version of simple parser (bison.s1), not built
363 version (bison.simple).
365 1998-11-28 Jesse Thilo <jthilo@gnu.org>
367 * doc/bison.texinfo: Add info dir entry.
370 Let automake put version number into documentation.
372 1998-11-26 Jesse Thilo <jthilo@gnu.org>
374 * src/bison.cld, src/build.com, src/vmshlp.mar:
375 Add non-RCS files from /gd/gnu/bison.
377 1998-11-26 Jesse Thilo <jthilo@gnu.org>
380 Document the BISON_HAIRY and BISON_SIMPLE variables.
382 1998-11-25 Jesse Thilo <jthilo@gnu.org>
384 * src/version.c: Build version.c automatically.
387 Fix token numbering (used to start at 258, not 257).
389 * src/system.h: Include config.h.
391 * src/getargs.c: Update bug report address.
393 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
394 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
396 1998-11-25 Jesse Thilo <jthilo@gnu.org>
399 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
401 * configure.in, version.cin:
402 Build version.c automatically.
404 * AUTHORS: Add AUTHORS file.
406 * README: Update bug report address.
409 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
411 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
414 1998-11-25 Jesse Thilo <jthilo@gnu.org>
416 * doc/bison.texinfo: Clean up some formatting.
418 1998-05-05 Richard Stallman <rms@gnu.org>
421 Explain better why to make a pure parser.
423 1998-01-05 Richard Stallman <rms@gnu.org>
425 * src/files.c (openfiles):
426 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
427 find a temporary directory, if possible. Do not unlink files while
430 1997-08-25 Richard Stallman <rms@gnu.org>
432 * src/reader.c (stack_offset;):
433 Change some warni to warns.
435 * src/lex.c (literalchar): Use warns, not warni.
437 1997-06-28 Richard Stallman <rms@gnu.org>
439 * src/bison.s1: Add a Bison version comment.
441 * src/main.c (fatal, warn, berror):
444 1997-06-28 Richard Stallman <rms@gnu.org>
446 * Makefile.in (bison_version): New variable.
447 (dist): Use that variable.
448 (bison.s1): Substitute the Bison version into bison.simple.
450 * bison.simple: Add a Bison version comment.
452 1997-06-18 Richard Stallman <rms@gnu.org>
454 * src/main.c (fatal, warn, berror):
455 Make error messages standard.
456 (toomany): Improve error message text.
458 * 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:
459 new.h renamed to alloc.h.
461 1997-06-18 Richard Stallman <rms@gnu.org>
463 * Makefile.in: new.h renamed to alloc.h.
465 1997-05-24 Richard Stallman <rms@gnu.org>
467 * src/lex.c (literalchar):
468 Fix the code for escaping \, " and '.
470 (lex): Avoid trouble when there are many chars
471 to discard in a char literal with just several chars in it.
473 1997-05-17 Richard Stallman <rms@gnu.org>
476 Use malloc, if using alloca is troublesome.
477 (YYSTACK_USE_ALLOCA): New flag macro.
478 Define it for some systems and compilers.
479 (YYSTACK_ALLOC): New macro.
480 (yyparse): Use YYSTACK_ALLOC to allocate stack.
481 If it was malloc'd, free it.
483 1997-05-17 Richard Stallman <rms@gnu.org>
486 Use malloc, if using alloca is troublesome.
487 (YYSTACK_USE_ALLOCA): New flag macro.
488 Define it for some systems and compilers.
489 (YYSTACK_ALLOC): New macro.
490 (yyparse): Use YYSTACK_ALLOC to allocate stack.
491 If it was malloc'd, free it.
493 1997-04-23 Richard Stallman <rms@gnu.org>
496 (alloca) [__hpux]: Always define as __builtin_alloca.
498 1997-04-23 Richard Stallman <rms@gnu.org>
501 (alloca) [__hpux]: Always define as __builtin_alloca.
503 1997-04-22 Richard Stallman <rms@gnu.org>
506 [__hpux]: Include alloca.h (right for HPUX 10)
507 instead of declaring alloca (right for HPUX 9).
509 * src/bison.s1 (__yy_memcpy):
510 Declare arg `count' as unsigned int.
511 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
513 1997-04-22 Richard Stallman <rms@gnu.org>
516 [__hpux]: Include alloca.h (right for HPUX 10)
517 instead of declaring alloca (right for HPUX 9).
519 * bison.simple (__yy_memcpy):
520 Declare arg `count' as unsigned int.
521 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
523 1997-01-03 Richard Stallman <rms@gnu.org>
525 * src/allocate.c: [__STDC__ or _MSC_VER]:
526 Declare calloc and realloc to return void *.
528 1997-01-02 Richard Stallman <rms@gnu.org>
531 [_MSC_VER]: Include stdlib.h and process.h.
532 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
534 * src/main.c (main): Return FAILURE as a value.
535 (printable_version): Declare arg as int, not char.
537 1997-01-02 Richard Stallman <rms@gnu.org>
539 * Makefile.in (dist):
540 Explicitly check for symlinks, and copy them.
542 1996-12-19 Richard Stallman <rms@gnu.org>
545 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
547 1996-12-18 Paul Eggert <eggert@gnu.org>
549 * src/bison.s1 (yyparse):
550 If __GNUC__ and YYPARSE_PARAM are both defined,
551 declare yyparse to have a void * argument.
553 1996-12-18 Paul Eggert <eggert@gnu.org>
555 * bison.simple (yyparse):
556 If __GNUC__ and YYPARSE_PARAM are both defined,
557 declare yyparse to have a void * argument.
559 1996-12-17 Richard Stallman <rms@gnu.org>
561 * src/reduce.c (nbits): Add some casts.
563 1996-08-12 Richard Stallman <rms@gnu.org>
565 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
567 1996-08-12 Richard Stallman <rms@gnu.org>
569 * bison.simple: Test _MSDOS as well as _MSDOS_.
571 1996-07-31 Richard Stallman <rms@gnu.org>
574 [__sun && __i386]: Include alloca.h.
576 1996-07-31 Richard Stallman <rms@gnu.org>
579 [__sun && __i386]: Include alloca.h.
581 1996-07-30 Richard Stallman <rms@gnu.org>
583 * src/bison.s1: Comment change.
585 * src/bison.s1: Test _MSDOS_, not MSDOS.
587 1996-07-30 Richard Stallman <rms@gnu.org>
589 * bison.simple: Comment change.
591 * bison.simple: Test _MSDOS_, not MSDOS.
593 1996-06-01 Richard Stallman <rms@gnu.org>
595 * 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:
596 Insert `_' macro around many string constants.
599 Insert `_' macro around many string constants.
601 (main): Call setlocale, bindtextdomain and textdomain.
603 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
604 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
605 [ENABLE_NLS]: Include libintl.h.
606 [ENABLE_NLS] (gettext): Define.
607 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
608 (N_, PACKAGE, LOCALEDIR): New macros.
610 1996-06-01 Richard Stallman <rms@gnu.org>
612 * POTFILES.in: New file.
614 * Makefile.in (allocate.o):
615 Define target explicitly.
617 * Makefile.in (CFLAGS): Set to @CFLAGS@.
618 (LDFLAGS): Set to @LDFLAGS@.
619 (configure): Run autoconf only if preceding `cd' succeeds.
620 (bison.s1): Redirect output to temporary file then move the
621 temporary to the target, rather than redirecting directly to bison.s1.
622 (clean): Remove config.status and config.log.
623 (distclean): Don't remove config.status here.
625 1996-05-12 Richard Stallman <rms@gnu.org>
628 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
630 1996-05-12 Richard Stallman <rms@gnu.org>
633 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
635 1996-05-11 Richard Stallman <rms@gnu.org>
637 * src/bison.s1 (__yy_memcpy):
638 Really reorder the args, as was supposedly done on Feb 14 1995.
639 (yyparse): Calls changed accordingly.
641 1996-05-11 Richard Stallman <rms@gnu.org>
643 * Makefile.in (dist): Don't use $(srcdir).
645 * bison.simple (__yy_memcpy):
646 Really reorder the args, as was supposedly done on Feb 14 1995.
647 (yyparse): Calls changed accordingly.
649 1996-01-27 Richard Stallman <rms@gnu.org>
651 * src/output.c (output_rule_data):
652 Test YYERROR_VERBOSE in the conditional
653 around the definition of ttyname.
655 1995-12-29 Richard Stallman <rms@gnu.org>
658 Fix line numbers in #line commands.
660 1995-12-29 Richard Stallman <rms@gnu.org>
663 Fix line numbers in #line commands.
665 1995-12-27 Richard Stallman <rms@gnu.org>
667 * src/bison.s1 (YYPARSE_PARAM_DECL):
668 In C++, make it always null.
669 (YYPARSE_PARAM_ARG): New macro.
670 (yyparse): Use YYPARSE_PARAM_ARG.
672 1995-12-27 Richard Stallman <rms@gnu.org>
674 * bison.simple (YYPARSE_PARAM_DECL):
675 In C++, make it always null.
676 (YYPARSE_PARAM_ARG): New macro.
677 (yyparse): Use YYPARSE_PARAM_ARG.
679 1995-11-29 Richard Stallman <rms@gnu.org>
682 Describe literal string tokens, %raw, %no_lines, %token_table.
684 1995-11-29 Daniel Hagerty <hag@gnu.org>
686 * doc/bison.texinfo: Fixed update date
688 1995-10-16 Richard Stallman <rms@gnu.org>
690 * src/version.c: Version 1.25.
692 1995-10-16 Richard Stallman <rms@gnu.org>
694 * NEWS: *** empty log message ***
696 1995-10-16 Richard Stallman <rms@gnu.org>
698 * doc/bison.1, doc/bison.rnh:
701 1995-10-15 Richard Stallman <rms@gnu.org>
703 * src/vmsgetargs.c, src/getargs.c:
704 Added -n, -k, and -raw switches.
705 (noparserflag, toknumflag, rawtoknumflag): New variables.
707 * src/symtab.h (SALIAS):
708 New #define for adding aliases to %token.
709 (struct bucket): Added `alias' field.
711 * src/reduce.c (reduce_grammar):
712 Revise error message.
713 (print_notices): Remove final `.' from error message.
715 * src/reader.c (reader_output_yylsp):
717 (readgram): Use `#if 0' around code that accepted %command
718 inside grammar rules: The documentation doesn't allow it,
719 and it will fail since the %command processors scan for the next %.
720 (parse_token_decl): Extended the %token
721 declaration to allow a multi-character symbol as an alias.
722 (parse_thong_decl): New function.
723 (read_declarations): Added %thong declarations.
724 (read_declarations): Handle NOOP to deal with allowing
725 % declarations as another means to specify the flags.
726 (readgram): Allow %prec prior to semantics embedded in a rule.
727 (skip_to_char, read_declarations, copy_definition)
728 (parse_token_decl, parse_start_decl, parse_type_decl)
729 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
730 (get_type_name, copy_guard, copy_action, readgram)
731 (get_type, packsymbols): Revised most error messages.
732 Changed `fatal' to `warnxxx' to avoid aborting for error.
733 Revised and use multiple warnxxx functions to avoid using VARARGS1.
734 (read_declarations): Improve the error message for
735 an invalid character. Do not abort.
736 (read_declarations, copy_guard, copy_action): Use
737 printable_version to avoid unprintable characters in printed output.
738 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
739 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
740 Allow the type of a non-terminal can be given
741 more than once, as long as all specifications give the same type.
744 (output_headers, output_trailers, output, output_gram)
745 (output_rule_data): Implement noparserflag variable.
746 Implement toknumflag variable.
747 (output): Call reader_output_yylsp to output LTYPESTR.
750 If reader sees an error, don't process the grammar.
751 (fatals): Updated to not use VARARGS1.
752 (printable_version, int_to_string, warn, warni, warns, warnss)
753 (warnsss): New error reporting functions. Avoid abort for error.
756 Added THONG and NOOP for alias processing.
757 Added SETOPT for the new code that allows setting options with %flags.
760 Include getopt.h. Add some extern decls.
761 (safegetc): New function to deal with EOF gracefully.
762 (literalchar); new function to deal with reading \ escapes.
763 (lex): Use literalchar.
764 (lex): Implemented "..." tokens.
765 (literalchar, lex, parse_percent_token): Made tokenbuffer
766 always contain the token. This includes growing the token
767 buffer while reading an integer.
768 (parse_percent_token): Replaced if-else statement with percent_table.
769 (parse_percent_token): Added % declarations as another
770 way to specify the flags -n, -l, and -r. Also added hooks for
771 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
772 major changes to files.c.
773 (lex) Retain in the incoming stream a character following
775 (skip_white_space, lex): Revised most error messages
776 and changed fatal to warn to avoid aborting.
777 (percent_table): Added %thong declarations.
779 * src/gram.h: Comment changes.
781 * src/files.c (openfiles, open_extra_files, done):
783 and actfile file. Handle noparserflag. Both for -n switch.
785 * src/conflicts.c (resolve_sr_conflict):
786 Remove use of alloca.
788 1995-06-01 Jim Meyering <meyering@gnu.org>
790 * doc/bison.texinfo: *** empty log message ***
792 1995-05-06 Richard Stallman <rms@gnu.org>
794 * src/bison.s1: Comment change.
796 1995-05-06 Richard Stallman <rms@gnu.org>
798 * bison.simple: Comment change.
800 1995-05-03 Richard Stallman <rms@gnu.org>
802 * src/version.c: Version now 1.24.
804 * src/bison.s1: Change distribution terms.
806 * src/version.c: Version now 1.23.
808 1995-05-03 Richard Stallman <rms@gnu.org>
811 Rewrite "Conditions for Using Bison".
812 Update version to 1.24.
814 1995-05-03 Richard Stallman <rms@gnu.org>
816 * bison.simple: Change distribution terms.
818 1995-02-23 Richard Stallman <rms@gnu.org>
820 * src/files.c: Test __VMS_POSIX as well as VMS.
822 1995-02-14 Jim Meyering <meyering@gnu.org>
824 * src/bison.s1 (__yy_memcpy):
825 Renamed from __yy_bcopy to avoid
826 confusion. Reverse FROM and TO arguments to be consistent with
829 1995-02-14 Jim Meyering <meyering@gnu.org>
831 * bison.simple (__yy_memcpy):
832 Renamed from __yy_bcopy to avoid
833 confusion. Reverse FROM and TO arguments to be consistent with
836 1994-11-10 David J. MacKenzie <djm@gnu.org>
842 * Makefile.in (DISTFILES): Include NEWS.
844 * Makefile.in (DISTFILES):
845 Include install-sh, not install.sh.
847 * configure.in: Update to Autoconf v2 macro names.
849 1994-10-05 David J. MacKenzie <djm@gnu.org>
851 * Makefile.in: fix typo
853 * Makefile.in (prefix, exec_prefix):
854 Let configure set them.
856 1994-09-28 David J. MacKenzie <djm@gnu.org>
858 * Makefile.in: Set datadir to $(prefix)/share.
860 1994-09-15 Richard Stallman <rms@gnu.org>
863 Update copyright notice and GPL version.
865 1994-09-15 Richard Stallman <rms@gnu.org>
868 Update copyright notice and GPL version.
870 1994-07-12 Richard Stallman <rms@gnu.org>
872 * src/reduce.c, src/reader.c:
875 1994-05-05 David J. MacKenzie <djm@gnu.org>
877 * Makefile.in: entered into RCS
879 1994-03-26 Richard Stallman <rms@gnu.org>
881 * src/bison.s1: entered into RCS
883 1994-03-26 Richard Stallman <rms@gnu.org>
885 * bison.simple: entered into RCS
887 1994-03-25 Richard Stallman <rms@gnu.org>
889 * src/main.c: entered into RCS
891 1994-03-24 Richard Stallman <rms@gnu.org>
893 * src/conflicts.c: entered into RCS
895 1994-01-02 Richard Stallman <rms@gnu.org>
897 * Makefile.in: *** empty log message ***
899 1993-11-21 Richard Stallman <rms@gnu.org>
901 * src/bison.s1: *** empty log message ***
903 1993-11-21 Richard Stallman <rms@gnu.org>
905 * doc/bison.texinfo: entered into RCS
907 * doc/bison.texinfo: *** empty log message ***
909 1993-11-21 Richard Stallman <rms@gnu.org>
911 * bison.simple: *** empty log message ***
913 1993-10-25 David J. MacKenzie <djm@gnu.org>
915 * doc/bison.texinfo: *** empty log message ***
917 1993-10-19 Richard Stallman <rms@gnu.org>
919 * src/bison.s1: *** empty log message ***
921 1993-10-19 Richard Stallman <rms@gnu.org>
923 * bison.simple: *** empty log message ***
925 1993-10-14 Richard Stallman <rms@gnu.org>
927 * src/bison.s1: *** empty log message ***
929 1993-10-14 Richard Stallman <rms@gnu.org>
931 * bison.simple: *** empty log message ***
933 1993-09-14 David J. MacKenzie <djm@gnu.org>
935 * doc/bison.texinfo: *** empty log message ***
937 1993-09-13 Noah Friedman <friedman@gnu.org>
939 * Makefile.in: *** empty log message ***
941 1993-09-10 Richard Stallman <rms@gnu.org>
943 * src/conflicts.c: *** empty log message ***
945 * src/system.h: entered into RCS
947 1993-09-10 Richard Stallman <rms@gnu.org>
949 * doc/bison.1: entered into RCS
951 1993-09-06 Noah Friedman <friedman@gnu.org>
953 * src/version.c: entered into RCS
955 1993-09-06 Noah Friedman <friedman@gnu.org>
957 * Makefile.in: *** empty log message ***
959 1993-07-30 David J. MacKenzie <djm@gnu.org>
961 * Makefile.in: *** empty log message ***
963 1993-07-24 Richard Stallman <rms@gnu.org>
965 * src/bison.s1: *** empty log message ***
967 1993-07-24 Richard Stallman <rms@gnu.org>
969 * bison.simple: *** empty log message ***
971 1993-07-08 David J. MacKenzie <djm@gnu.org>
973 * Makefile.in: *** empty log message ***
975 1993-07-04 Richard Stallman <rms@gnu.org>
977 * src/bison.s1: *** empty log message ***
979 1993-07-04 Richard Stallman <rms@gnu.org>
981 * bison.simple: *** empty log message ***
983 1993-06-26 David J. MacKenzie <djm@gnu.org>
985 * src/getargs.c: entered into RCS
987 1993-06-26 David J. MacKenzie <djm@gnu.org>
989 * doc/bison.texinfo: *** empty log message ***
991 * doc/bison.1: New file.
993 1993-06-25 Richard Stallman <rms@gnu.org>
995 * src/getargs.c: New file.
997 1993-06-16 Richard Stallman <rms@gnu.org>
999 * src/bison.s1: *** empty log message ***
1001 1993-06-16 Richard Stallman <rms@gnu.org>
1003 * bison.simple: *** empty log message ***
1005 1993-06-03 Richard Stallman <rms@gnu.org>
1007 * src/bison.s1: New file.
1009 1993-06-03 Richard Stallman <rms@gnu.org>
1011 * doc/bison.texinfo: *** empty log message ***
1013 1993-06-03 Richard Stallman <rms@gnu.org>
1015 * bison.simple: New file.
1017 1993-05-19 Richard Stallman <rms@gnu.org>
1019 * doc/bison.texinfo: New file.
1021 1993-05-07 Noah Friedman <friedman@gnu.org>
1023 * Makefile.in: *** empty log message ***
1025 1993-04-28 Noah Friedman <friedman@gnu.org>
1027 * src/reader.c: *** empty log message ***
1029 1993-04-23 Noah Friedman <friedman@gnu.org>
1031 * src/alloc.h: entered into RCS
1033 1993-04-20 David J. MacKenzie <djm@gnu.org>
1035 * src/version.c: *** empty log message ***
1037 * src/files.c, src/allocate.c:
1040 * src/reader.c: *** empty log message ***
1042 * src/lex.c: entered into RCS
1044 * src/conflicts.c: New file.
1046 * src/symtab.c: entered into RCS
1048 * src/alloc.h: New file.
1050 * src/LR0.c: entered into RCS
1052 1993-04-18 Noah Friedman <friedman@gnu.org>
1054 * src/reader.c: New file.
1056 * src/version.c: *** empty log message ***
1058 1993-04-18 Noah Friedman <friedman@gnu.org>
1060 * Makefile.in: *** empty log message ***
1062 1993-04-17 Noah Friedman <friedman@gnu.org>
1064 * Makefile.in: *** empty log message ***
1066 1993-04-15 Richard Stallman <rms@gnu.org>
1068 * src/main.c, src/files.c:
1071 1993-04-15 Noah Friedman <friedman@gnu.org>
1073 * configure.in: entered into RCS
1075 * configure.in: *** empty log message ***
1077 * configure.in: New file.
1079 1993-04-14 Richard Stallman <rms@gnu.org>
1081 * Makefile.in: New file.
1083 1993-04-13 Richard Stallman <rms@gnu.org>
1085 * src/version.c: New file.
1087 1993-03-25 Richard Stallman <rms@gnu.org>
1089 * src/output.c: entered into RCS
1091 1992-09-25 Richard Stallman <rms@gnu.org>
1093 * configure.bat: entered into RCS
1095 1992-06-22 Richard Stallman <rms@gnu.org>
1097 * src/vmsgetargs.c: entered into RCS
1099 1992-06-22 Richard Stallman <rms@gnu.org>
1101 * doc/bison.rnh: entered into RCS
1103 1992-04-20 David J. MacKenzie <djm@gnu.org>
1105 * README: entered into RCS
1107 1992-01-22 Richard Stallman <rms@gnu.org>
1109 * src/machine.h: entered into RCS
1111 1991-12-21 Richard Stallman <rms@gnu.org>
1113 * src/lalr.c, src/closure.c:
1116 1991-12-20 Richard Stallman <rms@gnu.org>
1118 * src/state.h: entered into RCS
1120 1991-12-18 Richard Stallman <rms@gnu.org>
1122 * src/print.c, src/nullable.c, src/derives.c:
1125 1991-11-03 David J. MacKenzie <djm@gnu.org>
1127 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
1130 1988-09-09 Richard Stallman <rms@gnu.org>
1132 * src/bison.hairy: entered into RCS
1134 1987-12-16 Richard Stallman <rms@gnu.org>
1136 * REFERENCES: entered into RCS