1 2000-03-16 Akim Demaille <akim@epita.fr>
3 * src/output.c (output_rule_data): Output the documentation of
5 (Copyright notice): Update.
8 2000-03-16 Akim Demaille <akim@epita.fr>
10 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
11 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
12 One `#if YYDEBUG' remains, since it uses variables which are
13 defined only if `YYDEBUG != 0'.
15 2000-03-16 Akim Demaille <akim@epita.fr>
17 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
18 and related variables so that the similarities are highlighted.
20 2000-03-16 Akim Demaille <akim@epita.fr>
22 * src/bison.s1: Properly indent CPP directives.
24 2000-03-16 Akim Demaille <akim@epita.fr>
26 * src/bison.s1: Properly indent the `alloca' CPP section.
28 2000-03-16 Akim Demaille <akim@epita.fr>
30 Do not hard code values of directories in `configure.in'.
31 Update the `configure' tool chain.
33 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
35 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
36 (AC_OUTPUT): Add m4/Makefile.
37 Bump to bison 1.28a, 1.29 has never been released.
38 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
39 handled via src/Makefile.am.
40 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
41 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
43 * Makefile.am (SUBDIRS): Add m4.
44 (ACLOCAL_AM_FLAGS): New variable.
45 (AUTOMAKE_OPTIONS): Add check-news.
46 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
47 the proper line number and file name.
48 (DEFS): Propagate the location of bison library files and of the
50 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
52 * acinclude.m4: Remove, replaced by the directory m4.
53 * m4/Makefile.am (EXTRA_DIST): New variable.
54 * m4/gettext.m4: New file, from the fileutils.
55 * m4/lcmessage.m4: Likewise
56 * m4/progtest.m4: Likewise.
57 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
59 2000-03-10 Akim Demaille <akim@epita.fr>
62 Formatting changes of various comments.
63 Respect the GNU coding standards at various places.
64 Don't use `_()' when no translation is needed.
66 1999-12-13 Jesse Thilo <jthilo@gnu.org>
69 OS/2 honors TMPDIR environment variable.
71 1999-12-13 Jesse Thilo <jthilo@gnu.org>
73 * doc/bison.texinfo: Tweaked spelling and grammar.
75 Removed reference to price of printed copy.
76 Mention BISON_SIMPLE and BISON_HAIRY.
78 1999-12-13 Jesse Thilo <jthilo@gnu.org>
83 1999-10-27 Jesse Thilo <jthilo@gnu.org>
85 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
88 1999-07-26 Jesse Thilo <jthilo@gnu.org>
90 * po/ru.po: Added Russian translation.
92 1999-07-26 Jesse Thilo <jthilo@gnu.org>
94 * configure.in: Added Russian translation.
96 1999-07-06 Jesse Thilo <jthilo@gnu.org>
98 * configure.in, NEWS, README:
99 Released version 1.28.
101 1999-06-14 Jesse Thilo <jthilo@gnu.org>
104 Squashed redefinition warning on some systems.
106 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
107 Have configure build version string instead of relying on ANSI string
110 1999-06-14 Jesse Thilo <jthilo@gnu.org>
112 * po/POTFILES.in: Got rid of version.c.
114 1999-06-14 Jesse Thilo <jthilo@gnu.org>
116 * acconfig.h, configure.in:
117 Have configure build version string instead of relying on ANSI string
120 1999-06-08 Jesse Thilo <jthilo@gnu.org>
123 Dropped mention of `+' for long-named options.
125 1999-05-30 Jesse Thilo <jthilo@gnu.org>
127 * src/files.c: Added <unistd.h> for unlink().
129 * src/Makefile.am, src/system.h:
132 1999-05-30 Jesse Thilo <jthilo@gnu.org>
134 * README: Added a FAQ list.
136 * configure.in, acconfig.h:
139 1999-05-30 Jesse Thilo <jthilo@gnu.org>
141 * doc/FAQ, doc/Makefile.am:
144 1999-05-19 Jesse Thilo <jthilo@gnu.org>
146 * src/alloc.h, src/symtab.h, src/version.c:
147 Protected inclusion of "config.h" with HAVE_CONFIG_H.
149 1999-04-18 Jesse Thilo <jthilo@gnu.org>
151 * src/.cvsignore, src/Makefile.am:
152 Reorganized: sources in `src', documentation in `doc'.
154 * src/lex.c (literalchar):
155 fixed the code for escaping double quotes (thanks
158 1999-04-18 Jesse Thilo <jthilo@gnu.org>
160 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
161 Adjusted paths to reflect directory reorganization.
163 1999-04-18 Jesse Thilo <jthilo@gnu.org>
165 * doc/.cvsignore, doc/Makefile.am:
166 Reorganized: sources in `src', documentation in `doc'.
168 1999-04-18 Jesse Thilo <jthilo@gnu.org>
171 Updated AC_INIT file to reflect directory reorganization.
173 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
174 Reorganized: sources in `src', documentation in `doc'.
176 1999-04-13 Jesse Thilo <jthilo@gnu.org>
179 Don't declare calloc() and realloc() if not necessary.
181 1999-04-13 Jesse Thilo <jthilo@gnu.org>
183 * configure.in, acconfig.h, acinclude.m4:
184 Don't declare calloc() and realloc() if not necessary.
186 1999-03-23 Jesse Thilo <jthilo@gnu.org>
188 * po/.cvsignore: Added i18n support.
190 1999-03-23 Jesse Thilo <jthilo@gnu.org>
192 * acconfig.h, configure.in, Makefile.am:
195 1999-03-22 Jesse Thilo <jthilo@gnu.org>
197 * src/bison.s1: Fixed #line numbers.
199 1999-03-15 Jesse Thilo <jthilo@gnu.org>
201 * po/es.po, po/fr.po, po/nl.po, po/de.po:
202 Added PO files from Translation Project.
204 1999-03-03 Jesse Thilo <jthilo@gnu.org>
207 Added support for non-ANSI compilers (ansi2knr).
209 1999-02-16 Jesse Thilo <jthilo@gnu.org>
211 * configure.in: Bumped version number to 1.27.
214 Added `bison.simple' to list of files removed by `make distclean'.
216 1999-02-12 Jesse Thilo <jthilo@gnu.org>
218 * src/files.c, src/files.h:
219 Defined locations of parser files in config.h instead of Makefile.
221 1999-02-12 Jesse Thilo <jthilo@gnu.org>
223 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
224 Defined locations of parser files in config.h instead of Makefile.
226 1999-02-09 Jesse Thilo <jthilo@gnu.org>
229 Removed inappropriate use of $< macro.
231 1999-02-05 Jesse Thilo <jthilo@gnu.org>
233 * po/Makefile.in.in, po/POTFILES.in:
234 Add `po' directory skeleton.
236 1999-01-27 Jesse Thilo <jthilo@gnu.org>
238 * README: Document help-bison list.
240 * configure.in: Add check for mkstemp().
242 1999-01-20 Jesse Thilo <jthilo@gnu.org>
244 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
245 Hush a few compiler warnings.
248 Add tryclose(), which verifies that fclose was successful.
249 Hush a couple of compiler warnings.
251 1999-01-20 Jesse Thilo <jthilo@gnu.org>
253 * Makefile.am, OChangeLog:
254 ChangeLog is now automatically generated. Include the old version as
257 1999-01-14 Jesse Thilo <jthilo@gnu.org>
259 * 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:
262 1999-01-14 Jesse Thilo <jthilo@gnu.org>
264 * doc/bison.texinfo: Fix formatting glitch.
266 * doc/bison.texinfo: Update FSF address.
268 1999-01-14 Jesse Thilo <jthilo@gnu.org>
270 * acconfig.h: Update FSF address.
272 1999-01-08 Jesse Thilo <jthilo@gnu.org>
275 Don't define PACKAGE here, since config.h defines it.
277 1998-12-30 Jesse Thilo <jthilo@gnu.org>
279 * src/reader.c: Update copyright date.
282 Ditch sprintf to statically-sized buffers in fatal/warn functions in
283 favor of output directly to stderr (avoids buffer overruns).
285 * src/reader.c: Some checks for premature EOF.
287 * 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:
288 Use prototypes if the compiler understands them.
290 * src/files.c: Honor TMPDIR on Unix hosts.
291 Use prototypes if the compiler understands them.
294 Fix a couple of buffer overrun bugs.
295 Use prototypes if the compiler understands them.
297 * src/system.h: Include unistd.h and ctype.h.
298 Use #ifdef instead of #if for NLS symbols.
300 1998-12-30 Jesse Thilo <jthilo@gnu.org>
303 Delete comment "consider using @set for edition number, etc..." since
306 1998-12-30 Jesse Thilo <jthilo@gnu.org>
309 Use prototypes if the compiler understands them.
311 * NEWS: Document 1.26 highlights.
313 * Makefile.am: Require Automake 1.3 or later.
316 Use prototypes if the compiler understands them.
318 1998-12-29 Jesse Thilo <jthilo@gnu.org>
321 Use VERSION symbol from automake for version number.
323 1998-12-29 Jesse Thilo <jthilo@gnu.org>
325 * acconfig.h, configure.in, version.cin:
326 Use VERSION symbol from automake for version number.
328 1998-11-28 Jesse Thilo <jthilo@gnu.org>
331 Distribute original version of simple parser (bison.s1), not built
332 version (bison.simple).
334 1998-11-28 Jesse Thilo <jthilo@gnu.org>
336 * doc/bison.texinfo: Add info dir entry.
339 Let automake put version number into documentation.
341 1998-11-26 Jesse Thilo <jthilo@gnu.org>
343 * src/bison.cld, src/build.com, src/vmshlp.mar:
344 Add non-RCS files from /gd/gnu/bison.
346 1998-11-26 Jesse Thilo <jthilo@gnu.org>
349 Document the BISON_HAIRY and BISON_SIMPLE variables.
351 1998-11-25 Jesse Thilo <jthilo@gnu.org>
353 * src/version.c: Build version.c automatically.
356 Fix token numbering (used to start at 258, not 257).
358 * src/system.h: Include config.h.
360 * src/getargs.c: Update bug report address.
362 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
363 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
365 1998-11-25 Jesse Thilo <jthilo@gnu.org>
368 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
370 * configure.in, version.cin:
371 Build version.c automatically.
373 * AUTHORS: Add AUTHORS file.
375 * README: Update bug report address.
378 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
380 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
383 1998-11-25 Jesse Thilo <jthilo@gnu.org>
385 * doc/bison.texinfo: Clean up some formatting.
387 1998-05-05 Richard Stallman <rms@gnu.org>
390 Explain better why to make a pure parser.
392 1998-01-05 Richard Stallman <rms@gnu.org>
394 * src/files.c (openfiles):
395 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
396 find a temporary directory, if possible. Do not unlink files while
399 1997-08-25 Richard Stallman <rms@gnu.org>
401 * src/reader.c (stack_offset;):
402 Change some warni to warns.
404 * src/lex.c (literalchar): Use warns, not warni.
406 1997-06-28 Richard Stallman <rms@gnu.org>
408 * src/bison.s1: Add a Bison version comment.
410 * src/main.c (fatal, warn, berror):
413 1997-06-28 Richard Stallman <rms@gnu.org>
415 * Makefile.in (bison_version): New variable.
416 (dist): Use that variable.
417 (bison.s1): Substitute the Bison version into bison.simple.
419 * bison.simple: Add a Bison version comment.
421 1997-06-18 Richard Stallman <rms@gnu.org>
423 * src/main.c (fatal, warn, berror):
424 Make error messages standard.
425 (toomany): Improve error message text.
427 * 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:
428 new.h renamed to alloc.h.
430 1997-06-18 Richard Stallman <rms@gnu.org>
432 * Makefile.in: new.h renamed to alloc.h.
434 1997-05-24 Richard Stallman <rms@gnu.org>
436 * src/lex.c (literalchar):
437 Fix the code for escaping \, " and '.
439 (lex): Avoid trouble when there are many chars
440 to discard in a char literal with just several chars in it.
442 1997-05-17 Richard Stallman <rms@gnu.org>
445 Use malloc, if using alloca is troublesome.
446 (YYSTACK_USE_ALLOCA): New flag macro.
447 Define it for some systems and compilers.
448 (YYSTACK_ALLOC): New macro.
449 (yyparse): Use YYSTACK_ALLOC to allocate stack.
450 If it was malloc'd, free it.
452 1997-05-17 Richard Stallman <rms@gnu.org>
455 Use malloc, if using alloca is troublesome.
456 (YYSTACK_USE_ALLOCA): New flag macro.
457 Define it for some systems and compilers.
458 (YYSTACK_ALLOC): New macro.
459 (yyparse): Use YYSTACK_ALLOC to allocate stack.
460 If it was malloc'd, free it.
462 1997-04-23 Richard Stallman <rms@gnu.org>
465 (alloca) [__hpux]: Always define as __builtin_alloca.
467 1997-04-23 Richard Stallman <rms@gnu.org>
470 (alloca) [__hpux]: Always define as __builtin_alloca.
472 1997-04-22 Richard Stallman <rms@gnu.org>
475 [__hpux]: Include alloca.h (right for HPUX 10)
476 instead of declaring alloca (right for HPUX 9).
478 * src/bison.s1 (__yy_memcpy):
479 Declare arg `count' as unsigned int.
480 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
482 1997-04-22 Richard Stallman <rms@gnu.org>
485 [__hpux]: Include alloca.h (right for HPUX 10)
486 instead of declaring alloca (right for HPUX 9).
488 * bison.simple (__yy_memcpy):
489 Declare arg `count' as unsigned int.
490 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
492 1997-01-03 Richard Stallman <rms@gnu.org>
494 * src/allocate.c: [__STDC__ or _MSC_VER]:
495 Declare calloc and realloc to return void *.
497 1997-01-02 Richard Stallman <rms@gnu.org>
500 [_MSC_VER]: Include stdlib.h and process.h.
501 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
503 * src/main.c (main): Return FAILURE as a value.
504 (printable_version): Declare arg as int, not char.
506 1997-01-02 Richard Stallman <rms@gnu.org>
508 * Makefile.in (dist):
509 Explicitly check for symlinks, and copy them.
511 1996-12-19 Richard Stallman <rms@gnu.org>
514 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
516 1996-12-18 Paul Eggert <eggert@gnu.org>
518 * src/bison.s1 (yyparse):
519 If __GNUC__ and YYPARSE_PARAM are both defined,
520 declare yyparse to have a void * argument.
522 1996-12-18 Paul Eggert <eggert@gnu.org>
524 * bison.simple (yyparse):
525 If __GNUC__ and YYPARSE_PARAM are both defined,
526 declare yyparse to have a void * argument.
528 1996-12-17 Richard Stallman <rms@gnu.org>
530 * src/reduce.c (nbits): Add some casts.
532 1996-08-12 Richard Stallman <rms@gnu.org>
534 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
536 1996-08-12 Richard Stallman <rms@gnu.org>
538 * bison.simple: Test _MSDOS as well as _MSDOS_.
540 1996-07-31 Richard Stallman <rms@gnu.org>
543 [__sun && __i386]: Include alloca.h.
545 1996-07-31 Richard Stallman <rms@gnu.org>
548 [__sun && __i386]: Include alloca.h.
550 1996-07-30 Richard Stallman <rms@gnu.org>
552 * src/bison.s1: Comment change.
554 * src/bison.s1: Test _MSDOS_, not MSDOS.
556 1996-07-30 Richard Stallman <rms@gnu.org>
558 * bison.simple: Comment change.
560 * bison.simple: Test _MSDOS_, not MSDOS.
562 1996-06-01 Richard Stallman <rms@gnu.org>
564 * 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:
565 Insert `_' macro around many string constants.
568 Insert `_' macro around many string constants.
570 (main): Call setlocale, bindtextdomain and textdomain.
572 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
573 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
574 [ENABLE_NLS]: Include libintl.h.
575 [ENABLE_NLS] (gettext): Define.
576 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
577 (N_, PACKAGE, LOCALEDIR): New macros.
579 1996-06-01 Richard Stallman <rms@gnu.org>
581 * POTFILES.in: New file.
583 * Makefile.in (allocate.o):
584 Define target explicitly.
586 * Makefile.in (CFLAGS): Set to @CFLAGS@.
587 (LDFLAGS): Set to @LDFLAGS@.
588 (configure): Run autoconf only if preceding `cd' succeeds.
589 (bison.s1): Redirect output to temporary file then move the
590 temporary to the target, rather than redirecting directly to bison.s1.
591 (clean): Remove config.status and config.log.
592 (distclean): Don't remove config.status here.
594 1996-05-12 Richard Stallman <rms@gnu.org>
597 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
599 1996-05-12 Richard Stallman <rms@gnu.org>
602 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
604 1996-05-11 Richard Stallman <rms@gnu.org>
606 * src/bison.s1 (__yy_memcpy):
607 Really reorder the args, as was supposedly done on Feb 14 1995.
608 (yyparse): Calls changed accordingly.
610 1996-05-11 Richard Stallman <rms@gnu.org>
612 * Makefile.in (dist): Don't use $(srcdir).
614 * bison.simple (__yy_memcpy):
615 Really reorder the args, as was supposedly done on Feb 14 1995.
616 (yyparse): Calls changed accordingly.
618 1996-01-27 Richard Stallman <rms@gnu.org>
620 * src/output.c (output_rule_data):
621 Test YYERROR_VERBOSE in the conditional
622 around the definition of ttyname.
624 1995-12-29 Richard Stallman <rms@gnu.org>
627 Fix line numbers in #line commands.
629 1995-12-29 Richard Stallman <rms@gnu.org>
632 Fix line numbers in #line commands.
634 1995-12-27 Richard Stallman <rms@gnu.org>
636 * src/bison.s1 (YYPARSE_PARAM_DECL):
637 In C++, make it always null.
638 (YYPARSE_PARAM_ARG): New macro.
639 (yyparse): Use YYPARSE_PARAM_ARG.
641 1995-12-27 Richard Stallman <rms@gnu.org>
643 * bison.simple (YYPARSE_PARAM_DECL):
644 In C++, make it always null.
645 (YYPARSE_PARAM_ARG): New macro.
646 (yyparse): Use YYPARSE_PARAM_ARG.
648 1995-11-29 Richard Stallman <rms@gnu.org>
651 Describe literal string tokens, %raw, %no_lines, %token_table.
653 1995-11-29 Daniel Hagerty <hag@gnu.org>
655 * doc/bison.texinfo: Fixed update date
657 1995-10-16 Richard Stallman <rms@gnu.org>
659 * src/version.c: Version 1.25.
661 1995-10-16 Richard Stallman <rms@gnu.org>
663 * NEWS: *** empty log message ***
665 1995-10-16 Richard Stallman <rms@gnu.org>
667 * doc/bison.1, doc/bison.rnh:
670 1995-10-15 Richard Stallman <rms@gnu.org>
672 * src/vmsgetargs.c, src/getargs.c:
673 Added -n, -k, and -raw switches.
674 (noparserflag, toknumflag, rawtoknumflag): New variables.
676 * src/symtab.h (SALIAS):
677 New #define for adding aliases to %token.
678 (struct bucket): Added `alias' field.
680 * src/reduce.c (reduce_grammar):
681 Revise error message.
682 (print_notices): Remove final `.' from error message.
684 * src/reader.c (reader_output_yylsp):
686 (readgram): Use `#if 0' around code that accepted %command
687 inside grammar rules: The documentation doesn't allow it,
688 and it will fail since the %command processors scan for the next %.
689 (parse_token_decl): Extended the %token
690 declaration to allow a multi-character symbol as an alias.
691 (parse_thong_decl): New function.
692 (read_declarations): Added %thong declarations.
693 (read_declarations): Handle NOOP to deal with allowing
694 % declarations as another means to specify the flags.
695 (readgram): Allow %prec prior to semantics embedded in a rule.
696 (skip_to_char, read_declarations, copy_definition)
697 (parse_token_decl, parse_start_decl, parse_type_decl)
698 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
699 (get_type_name, copy_guard, copy_action, readgram)
700 (get_type, packsymbols): Revised most error messages.
701 Changed `fatal' to `warnxxx' to avoid aborting for error.
702 Revised and use multiple warnxxx functions to avoid using VARARGS1.
703 (read_declarations): Improve the error message for
704 an invalid character. Do not abort.
705 (read_declarations, copy_guard, copy_action): Use
706 printable_version to avoid unprintable characters in printed output.
707 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
708 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
709 Allow the type of a non-terminal can be given
710 more than once, as long as all specifications give the same type.
713 (output_headers, output_trailers, output, output_gram)
714 (output_rule_data): Implement noparserflag variable.
715 Implement toknumflag variable.
716 (output): Call reader_output_yylsp to output LTYPESTR.
719 If reader sees an error, don't process the grammar.
720 (fatals): Updated to not use VARARGS1.
721 (printable_version, int_to_string, warn, warni, warns, warnss)
722 (warnsss): New error reporting functions. Avoid abort for error.
725 Added THONG and NOOP for alias processing.
726 Added SETOPT for the new code that allows setting options with %flags.
729 Include getopt.h. Add some extern decls.
730 (safegetc): New function to deal with EOF gracefully.
731 (literalchar); new function to deal with reading \ escapes.
732 (lex): Use literalchar.
733 (lex): Implemented "..." tokens.
734 (literalchar, lex, parse_percent_token): Made tokenbuffer
735 always contain the token. This includes growing the token
736 buffer while reading an integer.
737 (parse_percent_token): Replaced if-else statement with percent_table.
738 (parse_percent_token): Added % declarations as another
739 way to specify the flags -n, -l, and -r. Also added hooks for
740 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
741 major changes to files.c.
742 (lex) Retain in the incoming stream a character following
744 (skip_white_space, lex): Revised most error messages
745 and changed fatal to warn to avoid aborting.
746 (percent_table): Added %thong declarations.
748 * src/gram.h: Comment changes.
750 * src/files.c (openfiles, open_extra_files, done):
752 and actfile file. Handle noparserflag. Both for -n switch.
754 * src/conflicts.c (resolve_sr_conflict):
755 Remove use of alloca.
757 1995-06-01 Jim Meyering <meyering@gnu.org>
759 * doc/bison.texinfo: *** empty log message ***
761 1995-05-06 Richard Stallman <rms@gnu.org>
763 * src/bison.s1: Comment change.
765 1995-05-06 Richard Stallman <rms@gnu.org>
767 * bison.simple: Comment change.
769 1995-05-03 Richard Stallman <rms@gnu.org>
771 * src/version.c: Version now 1.24.
773 * src/bison.s1: Change distribution terms.
775 * src/version.c: Version now 1.23.
777 1995-05-03 Richard Stallman <rms@gnu.org>
780 Rewrite "Conditions for Using Bison".
781 Update version to 1.24.
783 1995-05-03 Richard Stallman <rms@gnu.org>
785 * bison.simple: Change distribution terms.
787 1995-02-23 Richard Stallman <rms@gnu.org>
789 * src/files.c: Test __VMS_POSIX as well as VMS.
791 1995-02-14 Jim Meyering <meyering@gnu.org>
793 * src/bison.s1 (__yy_memcpy):
794 Renamed from __yy_bcopy to avoid
795 confusion. Reverse FROM and TO arguments to be consistent with
798 1995-02-14 Jim Meyering <meyering@gnu.org>
800 * bison.simple (__yy_memcpy):
801 Renamed from __yy_bcopy to avoid
802 confusion. Reverse FROM and TO arguments to be consistent with
805 1994-11-10 David J. MacKenzie <djm@gnu.org>
811 * Makefile.in (DISTFILES): Include NEWS.
813 * Makefile.in (DISTFILES):
814 Include install-sh, not install.sh.
816 * configure.in: Update to Autoconf v2 macro names.
818 1994-10-05 David J. MacKenzie <djm@gnu.org>
820 * Makefile.in: fix typo
822 * Makefile.in (prefix, exec_prefix):
823 Let configure set them.
825 1994-09-28 David J. MacKenzie <djm@gnu.org>
827 * Makefile.in: Set datadir to $(prefix)/share.
829 1994-09-15 Richard Stallman <rms@gnu.org>
832 Update copyright notice and GPL version.
834 1994-09-15 Richard Stallman <rms@gnu.org>
837 Update copyright notice and GPL version.
839 1994-07-12 Richard Stallman <rms@gnu.org>
841 * src/reduce.c, src/reader.c:
844 1994-05-05 David J. MacKenzie <djm@gnu.org>
846 * Makefile.in: entered into RCS
848 1994-03-26 Richard Stallman <rms@gnu.org>
850 * src/bison.s1: entered into RCS
852 1994-03-26 Richard Stallman <rms@gnu.org>
854 * bison.simple: entered into RCS
856 1994-03-25 Richard Stallman <rms@gnu.org>
858 * src/main.c: entered into RCS
860 1994-03-24 Richard Stallman <rms@gnu.org>
862 * src/conflicts.c: entered into RCS
864 1994-01-02 Richard Stallman <rms@gnu.org>
866 * Makefile.in: *** empty log message ***
868 1993-11-21 Richard Stallman <rms@gnu.org>
870 * src/bison.s1: *** empty log message ***
872 1993-11-21 Richard Stallman <rms@gnu.org>
874 * doc/bison.texinfo: entered into RCS
876 * doc/bison.texinfo: *** empty log message ***
878 1993-11-21 Richard Stallman <rms@gnu.org>
880 * bison.simple: *** empty log message ***
882 1993-10-25 David J. MacKenzie <djm@gnu.org>
884 * doc/bison.texinfo: *** empty log message ***
886 1993-10-19 Richard Stallman <rms@gnu.org>
888 * src/bison.s1: *** empty log message ***
890 1993-10-19 Richard Stallman <rms@gnu.org>
892 * bison.simple: *** empty log message ***
894 1993-10-14 Richard Stallman <rms@gnu.org>
896 * src/bison.s1: *** empty log message ***
898 1993-10-14 Richard Stallman <rms@gnu.org>
900 * bison.simple: *** empty log message ***
902 1993-09-14 David J. MacKenzie <djm@gnu.org>
904 * doc/bison.texinfo: *** empty log message ***
906 1993-09-13 Noah Friedman <friedman@gnu.org>
908 * Makefile.in: *** empty log message ***
910 1993-09-10 Richard Stallman <rms@gnu.org>
912 * src/conflicts.c: *** empty log message ***
914 * src/system.h: entered into RCS
916 1993-09-10 Richard Stallman <rms@gnu.org>
918 * doc/bison.1: entered into RCS
920 1993-09-06 Noah Friedman <friedman@gnu.org>
922 * src/version.c: entered into RCS
924 1993-09-06 Noah Friedman <friedman@gnu.org>
926 * Makefile.in: *** empty log message ***
928 1993-07-30 David J. MacKenzie <djm@gnu.org>
930 * Makefile.in: *** empty log message ***
932 1993-07-24 Richard Stallman <rms@gnu.org>
934 * src/bison.s1: *** empty log message ***
936 1993-07-24 Richard Stallman <rms@gnu.org>
938 * bison.simple: *** empty log message ***
940 1993-07-08 David J. MacKenzie <djm@gnu.org>
942 * Makefile.in: *** empty log message ***
944 1993-07-04 Richard Stallman <rms@gnu.org>
946 * src/bison.s1: *** empty log message ***
948 1993-07-04 Richard Stallman <rms@gnu.org>
950 * bison.simple: *** empty log message ***
952 1993-06-26 David J. MacKenzie <djm@gnu.org>
954 * src/getargs.c: entered into RCS
956 1993-06-26 David J. MacKenzie <djm@gnu.org>
958 * doc/bison.texinfo: *** empty log message ***
960 * doc/bison.1: New file.
962 1993-06-25 Richard Stallman <rms@gnu.org>
964 * src/getargs.c: New file.
966 1993-06-16 Richard Stallman <rms@gnu.org>
968 * src/bison.s1: *** empty log message ***
970 1993-06-16 Richard Stallman <rms@gnu.org>
972 * bison.simple: *** empty log message ***
974 1993-06-03 Richard Stallman <rms@gnu.org>
976 * src/bison.s1: New file.
978 1993-06-03 Richard Stallman <rms@gnu.org>
980 * doc/bison.texinfo: *** empty log message ***
982 1993-06-03 Richard Stallman <rms@gnu.org>
984 * bison.simple: New file.
986 1993-05-19 Richard Stallman <rms@gnu.org>
988 * doc/bison.texinfo: New file.
990 1993-05-07 Noah Friedman <friedman@gnu.org>
992 * Makefile.in: *** empty log message ***
994 1993-04-28 Noah Friedman <friedman@gnu.org>
996 * src/reader.c: *** empty log message ***
998 1993-04-23 Noah Friedman <friedman@gnu.org>
1000 * src/alloc.h: entered into RCS
1002 1993-04-20 David J. MacKenzie <djm@gnu.org>
1004 * src/version.c: *** empty log message ***
1006 * src/files.c, src/allocate.c:
1009 * src/reader.c: *** empty log message ***
1011 * src/lex.c: entered into RCS
1013 * src/conflicts.c: New file.
1015 * src/symtab.c: entered into RCS
1017 * src/alloc.h: New file.
1019 * src/LR0.c: entered into RCS
1021 1993-04-18 Noah Friedman <friedman@gnu.org>
1023 * src/reader.c: New file.
1025 * src/version.c: *** empty log message ***
1027 1993-04-18 Noah Friedman <friedman@gnu.org>
1029 * Makefile.in: *** empty log message ***
1031 1993-04-17 Noah Friedman <friedman@gnu.org>
1033 * Makefile.in: *** empty log message ***
1035 1993-04-15 Richard Stallman <rms@gnu.org>
1037 * src/main.c, src/files.c:
1040 1993-04-15 Noah Friedman <friedman@gnu.org>
1042 * configure.in: entered into RCS
1044 * configure.in: *** empty log message ***
1046 * configure.in: New file.
1048 1993-04-14 Richard Stallman <rms@gnu.org>
1050 * Makefile.in: New file.
1052 1993-04-13 Richard Stallman <rms@gnu.org>
1054 * src/version.c: New file.
1056 1993-03-25 Richard Stallman <rms@gnu.org>
1058 * src/output.c: entered into RCS
1060 1992-09-25 Richard Stallman <rms@gnu.org>
1062 * configure.bat: entered into RCS
1064 1992-06-22 Richard Stallman <rms@gnu.org>
1066 * src/vmsgetargs.c: entered into RCS
1068 1992-06-22 Richard Stallman <rms@gnu.org>
1070 * doc/bison.rnh: entered into RCS
1072 1992-04-20 David J. MacKenzie <djm@gnu.org>
1074 * README: entered into RCS
1076 1992-01-22 Richard Stallman <rms@gnu.org>
1078 * src/machine.h: entered into RCS
1080 1991-12-21 Richard Stallman <rms@gnu.org>
1082 * src/lalr.c, src/closure.c:
1085 1991-12-20 Richard Stallman <rms@gnu.org>
1087 * src/state.h: entered into RCS
1089 1991-12-18 Richard Stallman <rms@gnu.org>
1091 * src/print.c, src/nullable.c, src/derives.c:
1094 1991-11-03 David J. MacKenzie <djm@gnu.org>
1096 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
1099 1988-09-09 Richard Stallman <rms@gnu.org>
1101 * src/bison.hairy: entered into RCS
1103 1987-12-16 Richard Stallman <rms@gnu.org>
1105 * REFERENCES: entered into RCS