1 2000-03-17 Akim Demaille <akim@epita.fr>
3 * bison.s1 (#line): All set to `#line' only, since the Makefile
6 2000-03-16 Akim Demaille <akim@epita.fr>
8 * src/output.c (output_rule_data): Output the documentation of
10 (Copyright notice): Update.
13 2000-03-16 Akim Demaille <akim@epita.fr>
15 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
16 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
17 One `#if YYDEBUG' remains, since it uses variables which are
18 defined only if `YYDEBUG != 0'.
20 2000-03-16 Akim Demaille <akim@epita.fr>
22 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
23 and related variables so that the similarities are highlighted.
25 2000-03-16 Akim Demaille <akim@epita.fr>
27 * src/bison.s1: Properly indent CPP directives.
29 2000-03-16 Akim Demaille <akim@epita.fr>
31 * src/bison.s1: Properly indent the `alloca' CPP section.
33 2000-03-16 Akim Demaille <akim@epita.fr>
35 Do not hard code values of directories in `configure.in'.
36 Update the `configure' tool chain.
38 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
40 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
41 (AC_OUTPUT): Add m4/Makefile.
42 Bump to bison 1.28a, 1.29 has never been released.
43 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
44 handled via src/Makefile.am.
45 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
46 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
48 * Makefile.am (SUBDIRS): Add m4.
49 (ACLOCAL_AM_FLAGS): New variable.
50 (AUTOMAKE_OPTIONS): Add check-news.
51 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
52 the proper line number and file name.
53 (DEFS): Propagate the location of bison library files and of the
55 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
57 * acinclude.m4: Remove, replaced by the directory m4.
58 * m4/Makefile.am (EXTRA_DIST): New variable.
59 * m4/gettext.m4: New file, from the fileutils.
60 * m4/lcmessage.m4: Likewise
61 * m4/progtest.m4: Likewise.
62 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
64 2000-03-10 Akim Demaille <akim@epita.fr>
67 Formatting changes of various comments.
68 Respect the GNU coding standards at various places.
69 Don't use `_()' when no translation is needed.
71 1999-12-13 Jesse Thilo <jthilo@gnu.org>
74 OS/2 honors TMPDIR environment variable.
76 1999-12-13 Jesse Thilo <jthilo@gnu.org>
78 * doc/bison.texinfo: Tweaked spelling and grammar.
80 Removed reference to price of printed copy.
81 Mention BISON_SIMPLE and BISON_HAIRY.
83 1999-12-13 Jesse Thilo <jthilo@gnu.org>
88 1999-10-27 Jesse Thilo <jthilo@gnu.org>
90 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
93 1999-07-26 Jesse Thilo <jthilo@gnu.org>
95 * po/ru.po: Added Russian translation.
97 1999-07-26 Jesse Thilo <jthilo@gnu.org>
99 * configure.in: Added Russian translation.
101 1999-07-06 Jesse Thilo <jthilo@gnu.org>
103 * configure.in, NEWS, README:
104 Released version 1.28.
106 1999-06-14 Jesse Thilo <jthilo@gnu.org>
109 Squashed redefinition warning on some systems.
111 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
112 Have configure build version string instead of relying on ANSI string
115 1999-06-14 Jesse Thilo <jthilo@gnu.org>
117 * po/POTFILES.in: Got rid of version.c.
119 1999-06-14 Jesse Thilo <jthilo@gnu.org>
121 * acconfig.h, configure.in:
122 Have configure build version string instead of relying on ANSI string
125 1999-06-08 Jesse Thilo <jthilo@gnu.org>
128 Dropped mention of `+' for long-named options.
130 1999-05-30 Jesse Thilo <jthilo@gnu.org>
132 * src/files.c: Added <unistd.h> for unlink().
134 * src/Makefile.am, src/system.h:
137 1999-05-30 Jesse Thilo <jthilo@gnu.org>
139 * README: Added a FAQ list.
141 * configure.in, acconfig.h:
144 1999-05-30 Jesse Thilo <jthilo@gnu.org>
146 * doc/FAQ, doc/Makefile.am:
149 1999-05-19 Jesse Thilo <jthilo@gnu.org>
151 * src/alloc.h, src/symtab.h, src/version.c:
152 Protected inclusion of "config.h" with HAVE_CONFIG_H.
154 1999-04-18 Jesse Thilo <jthilo@gnu.org>
156 * src/.cvsignore, src/Makefile.am:
157 Reorganized: sources in `src', documentation in `doc'.
159 * src/lex.c (literalchar):
160 fixed the code for escaping double quotes (thanks
163 1999-04-18 Jesse Thilo <jthilo@gnu.org>
165 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
166 Adjusted paths to reflect directory reorganization.
168 1999-04-18 Jesse Thilo <jthilo@gnu.org>
170 * doc/.cvsignore, doc/Makefile.am:
171 Reorganized: sources in `src', documentation in `doc'.
173 1999-04-18 Jesse Thilo <jthilo@gnu.org>
176 Updated AC_INIT file to reflect directory reorganization.
178 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
179 Reorganized: sources in `src', documentation in `doc'.
181 1999-04-13 Jesse Thilo <jthilo@gnu.org>
184 Don't declare calloc() and realloc() if not necessary.
186 1999-04-13 Jesse Thilo <jthilo@gnu.org>
188 * configure.in, acconfig.h, acinclude.m4:
189 Don't declare calloc() and realloc() if not necessary.
191 1999-03-23 Jesse Thilo <jthilo@gnu.org>
193 * po/.cvsignore: Added i18n support.
195 1999-03-23 Jesse Thilo <jthilo@gnu.org>
197 * acconfig.h, configure.in, Makefile.am:
200 1999-03-22 Jesse Thilo <jthilo@gnu.org>
202 * src/bison.s1: Fixed #line numbers.
204 1999-03-15 Jesse Thilo <jthilo@gnu.org>
206 * po/es.po, po/fr.po, po/nl.po, po/de.po:
207 Added PO files from Translation Project.
209 1999-03-03 Jesse Thilo <jthilo@gnu.org>
212 Added support for non-ANSI compilers (ansi2knr).
214 1999-02-16 Jesse Thilo <jthilo@gnu.org>
216 * configure.in: Bumped version number to 1.27.
219 Added `bison.simple' to list of files removed by `make distclean'.
221 1999-02-12 Jesse Thilo <jthilo@gnu.org>
223 * src/files.c, src/files.h:
224 Defined locations of parser files in config.h instead of Makefile.
226 1999-02-12 Jesse Thilo <jthilo@gnu.org>
228 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
229 Defined locations of parser files in config.h instead of Makefile.
231 1999-02-09 Jesse Thilo <jthilo@gnu.org>
234 Removed inappropriate use of $< macro.
236 1999-02-05 Jesse Thilo <jthilo@gnu.org>
238 * po/Makefile.in.in, po/POTFILES.in:
239 Add `po' directory skeleton.
241 1999-01-27 Jesse Thilo <jthilo@gnu.org>
243 * README: Document help-bison list.
245 * configure.in: Add check for mkstemp().
247 1999-01-20 Jesse Thilo <jthilo@gnu.org>
249 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
250 Hush a few compiler warnings.
253 Add tryclose(), which verifies that fclose was successful.
254 Hush a couple of compiler warnings.
256 1999-01-20 Jesse Thilo <jthilo@gnu.org>
258 * Makefile.am, OChangeLog:
259 ChangeLog is now automatically generated. Include the old version as
262 1999-01-14 Jesse Thilo <jthilo@gnu.org>
264 * 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:
267 1999-01-14 Jesse Thilo <jthilo@gnu.org>
269 * doc/bison.texinfo: Fix formatting glitch.
271 * doc/bison.texinfo: Update FSF address.
273 1999-01-14 Jesse Thilo <jthilo@gnu.org>
275 * acconfig.h: Update FSF address.
277 1999-01-08 Jesse Thilo <jthilo@gnu.org>
280 Don't define PACKAGE here, since config.h defines it.
282 1998-12-30 Jesse Thilo <jthilo@gnu.org>
284 * src/reader.c: Update copyright date.
287 Ditch sprintf to statically-sized buffers in fatal/warn functions in
288 favor of output directly to stderr (avoids buffer overruns).
290 * src/reader.c: Some checks for premature EOF.
292 * 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:
293 Use prototypes if the compiler understands them.
295 * src/files.c: Honor TMPDIR on Unix hosts.
296 Use prototypes if the compiler understands them.
299 Fix a couple of buffer overrun bugs.
300 Use prototypes if the compiler understands them.
302 * src/system.h: Include unistd.h and ctype.h.
303 Use #ifdef instead of #if for NLS symbols.
305 1998-12-30 Jesse Thilo <jthilo@gnu.org>
308 Delete comment "consider using @set for edition number, etc..." since
311 1998-12-30 Jesse Thilo <jthilo@gnu.org>
314 Use prototypes if the compiler understands them.
316 * NEWS: Document 1.26 highlights.
318 * Makefile.am: Require Automake 1.3 or later.
321 Use prototypes if the compiler understands them.
323 1998-12-29 Jesse Thilo <jthilo@gnu.org>
326 Use VERSION symbol from automake for version number.
328 1998-12-29 Jesse Thilo <jthilo@gnu.org>
330 * acconfig.h, configure.in, version.cin:
331 Use VERSION symbol from automake for version number.
333 1998-11-28 Jesse Thilo <jthilo@gnu.org>
336 Distribute original version of simple parser (bison.s1), not built
337 version (bison.simple).
339 1998-11-28 Jesse Thilo <jthilo@gnu.org>
341 * doc/bison.texinfo: Add info dir entry.
344 Let automake put version number into documentation.
346 1998-11-26 Jesse Thilo <jthilo@gnu.org>
348 * src/bison.cld, src/build.com, src/vmshlp.mar:
349 Add non-RCS files from /gd/gnu/bison.
351 1998-11-26 Jesse Thilo <jthilo@gnu.org>
354 Document the BISON_HAIRY and BISON_SIMPLE variables.
356 1998-11-25 Jesse Thilo <jthilo@gnu.org>
358 * src/version.c: Build version.c automatically.
361 Fix token numbering (used to start at 258, not 257).
363 * src/system.h: Include config.h.
365 * src/getargs.c: Update bug report address.
367 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
368 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
370 1998-11-25 Jesse Thilo <jthilo@gnu.org>
373 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
375 * configure.in, version.cin:
376 Build version.c automatically.
378 * AUTHORS: Add AUTHORS file.
380 * README: Update bug report address.
383 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
385 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
388 1998-11-25 Jesse Thilo <jthilo@gnu.org>
390 * doc/bison.texinfo: Clean up some formatting.
392 1998-05-05 Richard Stallman <rms@gnu.org>
395 Explain better why to make a pure parser.
397 1998-01-05 Richard Stallman <rms@gnu.org>
399 * src/files.c (openfiles):
400 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
401 find a temporary directory, if possible. Do not unlink files while
404 1997-08-25 Richard Stallman <rms@gnu.org>
406 * src/reader.c (stack_offset;):
407 Change some warni to warns.
409 * src/lex.c (literalchar): Use warns, not warni.
411 1997-06-28 Richard Stallman <rms@gnu.org>
413 * src/bison.s1: Add a Bison version comment.
415 * src/main.c (fatal, warn, berror):
418 1997-06-28 Richard Stallman <rms@gnu.org>
420 * Makefile.in (bison_version): New variable.
421 (dist): Use that variable.
422 (bison.s1): Substitute the Bison version into bison.simple.
424 * bison.simple: Add a Bison version comment.
426 1997-06-18 Richard Stallman <rms@gnu.org>
428 * src/main.c (fatal, warn, berror):
429 Make error messages standard.
430 (toomany): Improve error message text.
432 * 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:
433 new.h renamed to alloc.h.
435 1997-06-18 Richard Stallman <rms@gnu.org>
437 * Makefile.in: new.h renamed to alloc.h.
439 1997-05-24 Richard Stallman <rms@gnu.org>
441 * src/lex.c (literalchar):
442 Fix the code for escaping \, " and '.
444 (lex): Avoid trouble when there are many chars
445 to discard in a char literal with just several chars in it.
447 1997-05-17 Richard Stallman <rms@gnu.org>
450 Use malloc, if using alloca is troublesome.
451 (YYSTACK_USE_ALLOCA): New flag macro.
452 Define it for some systems and compilers.
453 (YYSTACK_ALLOC): New macro.
454 (yyparse): Use YYSTACK_ALLOC to allocate stack.
455 If it was malloc'd, free it.
457 1997-05-17 Richard Stallman <rms@gnu.org>
460 Use malloc, if using alloca is troublesome.
461 (YYSTACK_USE_ALLOCA): New flag macro.
462 Define it for some systems and compilers.
463 (YYSTACK_ALLOC): New macro.
464 (yyparse): Use YYSTACK_ALLOC to allocate stack.
465 If it was malloc'd, free it.
467 1997-04-23 Richard Stallman <rms@gnu.org>
470 (alloca) [__hpux]: Always define as __builtin_alloca.
472 1997-04-23 Richard Stallman <rms@gnu.org>
475 (alloca) [__hpux]: Always define as __builtin_alloca.
477 1997-04-22 Richard Stallman <rms@gnu.org>
480 [__hpux]: Include alloca.h (right for HPUX 10)
481 instead of declaring alloca (right for HPUX 9).
483 * src/bison.s1 (__yy_memcpy):
484 Declare arg `count' as unsigned int.
485 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
487 1997-04-22 Richard Stallman <rms@gnu.org>
490 [__hpux]: Include alloca.h (right for HPUX 10)
491 instead of declaring alloca (right for HPUX 9).
493 * bison.simple (__yy_memcpy):
494 Declare arg `count' as unsigned int.
495 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
497 1997-01-03 Richard Stallman <rms@gnu.org>
499 * src/allocate.c: [__STDC__ or _MSC_VER]:
500 Declare calloc and realloc to return void *.
502 1997-01-02 Richard Stallman <rms@gnu.org>
505 [_MSC_VER]: Include stdlib.h and process.h.
506 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
508 * src/main.c (main): Return FAILURE as a value.
509 (printable_version): Declare arg as int, not char.
511 1997-01-02 Richard Stallman <rms@gnu.org>
513 * Makefile.in (dist):
514 Explicitly check for symlinks, and copy them.
516 1996-12-19 Richard Stallman <rms@gnu.org>
519 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
521 1996-12-18 Paul Eggert <eggert@gnu.org>
523 * src/bison.s1 (yyparse):
524 If __GNUC__ and YYPARSE_PARAM are both defined,
525 declare yyparse to have a void * argument.
527 1996-12-18 Paul Eggert <eggert@gnu.org>
529 * bison.simple (yyparse):
530 If __GNUC__ and YYPARSE_PARAM are both defined,
531 declare yyparse to have a void * argument.
533 1996-12-17 Richard Stallman <rms@gnu.org>
535 * src/reduce.c (nbits): Add some casts.
537 1996-08-12 Richard Stallman <rms@gnu.org>
539 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
541 1996-08-12 Richard Stallman <rms@gnu.org>
543 * bison.simple: Test _MSDOS as well as _MSDOS_.
545 1996-07-31 Richard Stallman <rms@gnu.org>
548 [__sun && __i386]: Include alloca.h.
550 1996-07-31 Richard Stallman <rms@gnu.org>
553 [__sun && __i386]: Include alloca.h.
555 1996-07-30 Richard Stallman <rms@gnu.org>
557 * src/bison.s1: Comment change.
559 * src/bison.s1: Test _MSDOS_, not MSDOS.
561 1996-07-30 Richard Stallman <rms@gnu.org>
563 * bison.simple: Comment change.
565 * bison.simple: Test _MSDOS_, not MSDOS.
567 1996-06-01 Richard Stallman <rms@gnu.org>
569 * 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:
570 Insert `_' macro around many string constants.
573 Insert `_' macro around many string constants.
575 (main): Call setlocale, bindtextdomain and textdomain.
577 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
578 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
579 [ENABLE_NLS]: Include libintl.h.
580 [ENABLE_NLS] (gettext): Define.
581 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
582 (N_, PACKAGE, LOCALEDIR): New macros.
584 1996-06-01 Richard Stallman <rms@gnu.org>
586 * POTFILES.in: New file.
588 * Makefile.in (allocate.o):
589 Define target explicitly.
591 * Makefile.in (CFLAGS): Set to @CFLAGS@.
592 (LDFLAGS): Set to @LDFLAGS@.
593 (configure): Run autoconf only if preceding `cd' succeeds.
594 (bison.s1): Redirect output to temporary file then move the
595 temporary to the target, rather than redirecting directly to bison.s1.
596 (clean): Remove config.status and config.log.
597 (distclean): Don't remove config.status here.
599 1996-05-12 Richard Stallman <rms@gnu.org>
602 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
604 1996-05-12 Richard Stallman <rms@gnu.org>
607 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
609 1996-05-11 Richard Stallman <rms@gnu.org>
611 * src/bison.s1 (__yy_memcpy):
612 Really reorder the args, as was supposedly done on Feb 14 1995.
613 (yyparse): Calls changed accordingly.
615 1996-05-11 Richard Stallman <rms@gnu.org>
617 * Makefile.in (dist): Don't use $(srcdir).
619 * bison.simple (__yy_memcpy):
620 Really reorder the args, as was supposedly done on Feb 14 1995.
621 (yyparse): Calls changed accordingly.
623 1996-01-27 Richard Stallman <rms@gnu.org>
625 * src/output.c (output_rule_data):
626 Test YYERROR_VERBOSE in the conditional
627 around the definition of ttyname.
629 1995-12-29 Richard Stallman <rms@gnu.org>
632 Fix line numbers in #line commands.
634 1995-12-29 Richard Stallman <rms@gnu.org>
637 Fix line numbers in #line commands.
639 1995-12-27 Richard Stallman <rms@gnu.org>
641 * src/bison.s1 (YYPARSE_PARAM_DECL):
642 In C++, make it always null.
643 (YYPARSE_PARAM_ARG): New macro.
644 (yyparse): Use YYPARSE_PARAM_ARG.
646 1995-12-27 Richard Stallman <rms@gnu.org>
648 * bison.simple (YYPARSE_PARAM_DECL):
649 In C++, make it always null.
650 (YYPARSE_PARAM_ARG): New macro.
651 (yyparse): Use YYPARSE_PARAM_ARG.
653 1995-11-29 Richard Stallman <rms@gnu.org>
656 Describe literal string tokens, %raw, %no_lines, %token_table.
658 1995-11-29 Daniel Hagerty <hag@gnu.org>
660 * doc/bison.texinfo: Fixed update date
662 1995-10-16 Richard Stallman <rms@gnu.org>
664 * src/version.c: Version 1.25.
666 1995-10-16 Richard Stallman <rms@gnu.org>
668 * NEWS: *** empty log message ***
670 1995-10-16 Richard Stallman <rms@gnu.org>
672 * doc/bison.1, doc/bison.rnh:
675 1995-10-15 Richard Stallman <rms@gnu.org>
677 * src/vmsgetargs.c, src/getargs.c:
678 Added -n, -k, and -raw switches.
679 (noparserflag, toknumflag, rawtoknumflag): New variables.
681 * src/symtab.h (SALIAS):
682 New #define for adding aliases to %token.
683 (struct bucket): Added `alias' field.
685 * src/reduce.c (reduce_grammar):
686 Revise error message.
687 (print_notices): Remove final `.' from error message.
689 * src/reader.c (reader_output_yylsp):
691 (readgram): Use `#if 0' around code that accepted %command
692 inside grammar rules: The documentation doesn't allow it,
693 and it will fail since the %command processors scan for the next %.
694 (parse_token_decl): Extended the %token
695 declaration to allow a multi-character symbol as an alias.
696 (parse_thong_decl): New function.
697 (read_declarations): Added %thong declarations.
698 (read_declarations): Handle NOOP to deal with allowing
699 % declarations as another means to specify the flags.
700 (readgram): Allow %prec prior to semantics embedded in a rule.
701 (skip_to_char, read_declarations, copy_definition)
702 (parse_token_decl, parse_start_decl, parse_type_decl)
703 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
704 (get_type_name, copy_guard, copy_action, readgram)
705 (get_type, packsymbols): Revised most error messages.
706 Changed `fatal' to `warnxxx' to avoid aborting for error.
707 Revised and use multiple warnxxx functions to avoid using VARARGS1.
708 (read_declarations): Improve the error message for
709 an invalid character. Do not abort.
710 (read_declarations, copy_guard, copy_action): Use
711 printable_version to avoid unprintable characters in printed output.
712 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
713 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
714 Allow the type of a non-terminal can be given
715 more than once, as long as all specifications give the same type.
718 (output_headers, output_trailers, output, output_gram)
719 (output_rule_data): Implement noparserflag variable.
720 Implement toknumflag variable.
721 (output): Call reader_output_yylsp to output LTYPESTR.
724 If reader sees an error, don't process the grammar.
725 (fatals): Updated to not use VARARGS1.
726 (printable_version, int_to_string, warn, warni, warns, warnss)
727 (warnsss): New error reporting functions. Avoid abort for error.
730 Added THONG and NOOP for alias processing.
731 Added SETOPT for the new code that allows setting options with %flags.
734 Include getopt.h. Add some extern decls.
735 (safegetc): New function to deal with EOF gracefully.
736 (literalchar); new function to deal with reading \ escapes.
737 (lex): Use literalchar.
738 (lex): Implemented "..." tokens.
739 (literalchar, lex, parse_percent_token): Made tokenbuffer
740 always contain the token. This includes growing the token
741 buffer while reading an integer.
742 (parse_percent_token): Replaced if-else statement with percent_table.
743 (parse_percent_token): Added % declarations as another
744 way to specify the flags -n, -l, and -r. Also added hooks for
745 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
746 major changes to files.c.
747 (lex) Retain in the incoming stream a character following
749 (skip_white_space, lex): Revised most error messages
750 and changed fatal to warn to avoid aborting.
751 (percent_table): Added %thong declarations.
753 * src/gram.h: Comment changes.
755 * src/files.c (openfiles, open_extra_files, done):
757 and actfile file. Handle noparserflag. Both for -n switch.
759 * src/conflicts.c (resolve_sr_conflict):
760 Remove use of alloca.
762 1995-06-01 Jim Meyering <meyering@gnu.org>
764 * doc/bison.texinfo: *** empty log message ***
766 1995-05-06 Richard Stallman <rms@gnu.org>
768 * src/bison.s1: Comment change.
770 1995-05-06 Richard Stallman <rms@gnu.org>
772 * bison.simple: Comment change.
774 1995-05-03 Richard Stallman <rms@gnu.org>
776 * src/version.c: Version now 1.24.
778 * src/bison.s1: Change distribution terms.
780 * src/version.c: Version now 1.23.
782 1995-05-03 Richard Stallman <rms@gnu.org>
785 Rewrite "Conditions for Using Bison".
786 Update version to 1.24.
788 1995-05-03 Richard Stallman <rms@gnu.org>
790 * bison.simple: Change distribution terms.
792 1995-02-23 Richard Stallman <rms@gnu.org>
794 * src/files.c: Test __VMS_POSIX as well as VMS.
796 1995-02-14 Jim Meyering <meyering@gnu.org>
798 * src/bison.s1 (__yy_memcpy):
799 Renamed from __yy_bcopy to avoid
800 confusion. Reverse FROM and TO arguments to be consistent with
803 1995-02-14 Jim Meyering <meyering@gnu.org>
805 * bison.simple (__yy_memcpy):
806 Renamed from __yy_bcopy to avoid
807 confusion. Reverse FROM and TO arguments to be consistent with
810 1994-11-10 David J. MacKenzie <djm@gnu.org>
816 * Makefile.in (DISTFILES): Include NEWS.
818 * Makefile.in (DISTFILES):
819 Include install-sh, not install.sh.
821 * configure.in: Update to Autoconf v2 macro names.
823 1994-10-05 David J. MacKenzie <djm@gnu.org>
825 * Makefile.in: fix typo
827 * Makefile.in (prefix, exec_prefix):
828 Let configure set them.
830 1994-09-28 David J. MacKenzie <djm@gnu.org>
832 * Makefile.in: Set datadir to $(prefix)/share.
834 1994-09-15 Richard Stallman <rms@gnu.org>
837 Update copyright notice and GPL version.
839 1994-09-15 Richard Stallman <rms@gnu.org>
842 Update copyright notice and GPL version.
844 1994-07-12 Richard Stallman <rms@gnu.org>
846 * src/reduce.c, src/reader.c:
849 1994-05-05 David J. MacKenzie <djm@gnu.org>
851 * Makefile.in: entered into RCS
853 1994-03-26 Richard Stallman <rms@gnu.org>
855 * src/bison.s1: entered into RCS
857 1994-03-26 Richard Stallman <rms@gnu.org>
859 * bison.simple: entered into RCS
861 1994-03-25 Richard Stallman <rms@gnu.org>
863 * src/main.c: entered into RCS
865 1994-03-24 Richard Stallman <rms@gnu.org>
867 * src/conflicts.c: entered into RCS
869 1994-01-02 Richard Stallman <rms@gnu.org>
871 * Makefile.in: *** empty log message ***
873 1993-11-21 Richard Stallman <rms@gnu.org>
875 * src/bison.s1: *** empty log message ***
877 1993-11-21 Richard Stallman <rms@gnu.org>
879 * doc/bison.texinfo: entered into RCS
881 * doc/bison.texinfo: *** empty log message ***
883 1993-11-21 Richard Stallman <rms@gnu.org>
885 * bison.simple: *** empty log message ***
887 1993-10-25 David J. MacKenzie <djm@gnu.org>
889 * doc/bison.texinfo: *** empty log message ***
891 1993-10-19 Richard Stallman <rms@gnu.org>
893 * src/bison.s1: *** empty log message ***
895 1993-10-19 Richard Stallman <rms@gnu.org>
897 * bison.simple: *** empty log message ***
899 1993-10-14 Richard Stallman <rms@gnu.org>
901 * src/bison.s1: *** empty log message ***
903 1993-10-14 Richard Stallman <rms@gnu.org>
905 * bison.simple: *** empty log message ***
907 1993-09-14 David J. MacKenzie <djm@gnu.org>
909 * doc/bison.texinfo: *** empty log message ***
911 1993-09-13 Noah Friedman <friedman@gnu.org>
913 * Makefile.in: *** empty log message ***
915 1993-09-10 Richard Stallman <rms@gnu.org>
917 * src/conflicts.c: *** empty log message ***
919 * src/system.h: entered into RCS
921 1993-09-10 Richard Stallman <rms@gnu.org>
923 * doc/bison.1: entered into RCS
925 1993-09-06 Noah Friedman <friedman@gnu.org>
927 * src/version.c: entered into RCS
929 1993-09-06 Noah Friedman <friedman@gnu.org>
931 * Makefile.in: *** empty log message ***
933 1993-07-30 David J. MacKenzie <djm@gnu.org>
935 * Makefile.in: *** empty log message ***
937 1993-07-24 Richard Stallman <rms@gnu.org>
939 * src/bison.s1: *** empty log message ***
941 1993-07-24 Richard Stallman <rms@gnu.org>
943 * bison.simple: *** empty log message ***
945 1993-07-08 David J. MacKenzie <djm@gnu.org>
947 * Makefile.in: *** empty log message ***
949 1993-07-04 Richard Stallman <rms@gnu.org>
951 * src/bison.s1: *** empty log message ***
953 1993-07-04 Richard Stallman <rms@gnu.org>
955 * bison.simple: *** empty log message ***
957 1993-06-26 David J. MacKenzie <djm@gnu.org>
959 * src/getargs.c: entered into RCS
961 1993-06-26 David J. MacKenzie <djm@gnu.org>
963 * doc/bison.texinfo: *** empty log message ***
965 * doc/bison.1: New file.
967 1993-06-25 Richard Stallman <rms@gnu.org>
969 * src/getargs.c: New file.
971 1993-06-16 Richard Stallman <rms@gnu.org>
973 * src/bison.s1: *** empty log message ***
975 1993-06-16 Richard Stallman <rms@gnu.org>
977 * bison.simple: *** empty log message ***
979 1993-06-03 Richard Stallman <rms@gnu.org>
981 * src/bison.s1: New file.
983 1993-06-03 Richard Stallman <rms@gnu.org>
985 * doc/bison.texinfo: *** empty log message ***
987 1993-06-03 Richard Stallman <rms@gnu.org>
989 * bison.simple: New file.
991 1993-05-19 Richard Stallman <rms@gnu.org>
993 * doc/bison.texinfo: New file.
995 1993-05-07 Noah Friedman <friedman@gnu.org>
997 * Makefile.in: *** empty log message ***
999 1993-04-28 Noah Friedman <friedman@gnu.org>
1001 * src/reader.c: *** empty log message ***
1003 1993-04-23 Noah Friedman <friedman@gnu.org>
1005 * src/alloc.h: entered into RCS
1007 1993-04-20 David J. MacKenzie <djm@gnu.org>
1009 * src/version.c: *** empty log message ***
1011 * src/files.c, src/allocate.c:
1014 * src/reader.c: *** empty log message ***
1016 * src/lex.c: entered into RCS
1018 * src/conflicts.c: New file.
1020 * src/symtab.c: entered into RCS
1022 * src/alloc.h: New file.
1024 * src/LR0.c: entered into RCS
1026 1993-04-18 Noah Friedman <friedman@gnu.org>
1028 * src/reader.c: New file.
1030 * src/version.c: *** empty log message ***
1032 1993-04-18 Noah Friedman <friedman@gnu.org>
1034 * Makefile.in: *** empty log message ***
1036 1993-04-17 Noah Friedman <friedman@gnu.org>
1038 * Makefile.in: *** empty log message ***
1040 1993-04-15 Richard Stallman <rms@gnu.org>
1042 * src/main.c, src/files.c:
1045 1993-04-15 Noah Friedman <friedman@gnu.org>
1047 * configure.in: entered into RCS
1049 * configure.in: *** empty log message ***
1051 * configure.in: New file.
1053 1993-04-14 Richard Stallman <rms@gnu.org>
1055 * Makefile.in: New file.
1057 1993-04-13 Richard Stallman <rms@gnu.org>
1059 * src/version.c: New file.
1061 1993-03-25 Richard Stallman <rms@gnu.org>
1063 * src/output.c: entered into RCS
1065 1992-09-25 Richard Stallman <rms@gnu.org>
1067 * configure.bat: entered into RCS
1069 1992-06-22 Richard Stallman <rms@gnu.org>
1071 * src/vmsgetargs.c: entered into RCS
1073 1992-06-22 Richard Stallman <rms@gnu.org>
1075 * doc/bison.rnh: entered into RCS
1077 1992-04-20 David J. MacKenzie <djm@gnu.org>
1079 * README: entered into RCS
1081 1992-01-22 Richard Stallman <rms@gnu.org>
1083 * src/machine.h: entered into RCS
1085 1991-12-21 Richard Stallman <rms@gnu.org>
1087 * src/lalr.c, src/closure.c:
1090 1991-12-20 Richard Stallman <rms@gnu.org>
1092 * src/state.h: entered into RCS
1094 1991-12-18 Richard Stallman <rms@gnu.org>
1096 * src/print.c, src/nullable.c, src/derives.c:
1099 1991-11-03 David J. MacKenzie <djm@gnu.org>
1101 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
1104 1988-09-09 Richard Stallman <rms@gnu.org>
1106 * src/bison.hairy: entered into RCS
1108 1987-12-16 Richard Stallman <rms@gnu.org>
1110 * REFERENCES: entered into RCS