1 2000-03-16 Akim Demaille <akim@epita.fr>
3 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
4 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
5 One `#if YYDEBUG' remains, since it uses variables which are
6 defined only if `YYDEBUG != 0'.
8 2000-03-16 Akim Demaille <akim@epita.fr>
10 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
11 and related variables so that the similarities are highlighted.
13 2000-03-16 Akim Demaille <akim@epita.fr>
15 * src/bison.s1: Properly indent CPP directives.
17 2000-03-16 Akim Demaille <akim@epita.fr>
19 * src/bison.s1: Properly indent the `alloca' CPP section.
21 2000-03-16 Akim Demaille <akim@epita.fr>
23 Do not hard code values of directories in `configure.in'.
24 Update the `configure' tool chain.
26 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
28 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
29 (AC_OUTPUT): Add m4/Makefile.
30 Bump to bison 1.28a, 1.29 has never been released.
31 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
32 handled via src/Makefile.am.
33 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
34 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
36 * Makefile.am (SUBDIRS): Add m4.
37 (ACLOCAL_AM_FLAGS): New variable.
38 (AUTOMAKE_OPTIONS): Add check-news.
39 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
40 the proper line number and file name.
41 (DEFS): Propagate the location of bison library files and of the
43 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
45 * acinclude.m4: Remove, replaced by the directory m4.
46 * m4/Makefile.am (EXTRA_DIST): New variable.
47 * m4/gettext.m4: New file, from the fileutils.
48 * m4/lcmessage.m4: Likewise
49 * m4/progtest.m4: Likewise.
50 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
52 2000-03-10 Akim Demaille <akim@epita.fr>
55 Formatting changes of various comments.
56 Respect the GNU coding standards at various places.
57 Don't use `_()' when no translation is needed.
59 1999-12-13 Jesse Thilo <jthilo@gnu.org>
62 OS/2 honors TMPDIR environment variable.
64 1999-12-13 Jesse Thilo <jthilo@gnu.org>
66 * doc/bison.texinfo: Tweaked spelling and grammar.
68 Removed reference to price of printed copy.
69 Mention BISON_SIMPLE and BISON_HAIRY.
71 1999-12-13 Jesse Thilo <jthilo@gnu.org>
76 1999-10-27 Jesse Thilo <jthilo@gnu.org>
78 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
81 1999-07-26 Jesse Thilo <jthilo@gnu.org>
83 * po/ru.po: Added Russian translation.
85 1999-07-26 Jesse Thilo <jthilo@gnu.org>
87 * configure.in: Added Russian translation.
89 1999-07-06 Jesse Thilo <jthilo@gnu.org>
91 * configure.in, NEWS, README:
92 Released version 1.28.
94 1999-06-14 Jesse Thilo <jthilo@gnu.org>
97 Squashed redefinition warning on some systems.
99 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
100 Have configure build version string instead of relying on ANSI string
103 1999-06-14 Jesse Thilo <jthilo@gnu.org>
105 * po/POTFILES.in: Got rid of version.c.
107 1999-06-14 Jesse Thilo <jthilo@gnu.org>
109 * acconfig.h, configure.in:
110 Have configure build version string instead of relying on ANSI string
113 1999-06-08 Jesse Thilo <jthilo@gnu.org>
116 Dropped mention of `+' for long-named options.
118 1999-05-30 Jesse Thilo <jthilo@gnu.org>
120 * src/files.c: Added <unistd.h> for unlink().
122 * src/Makefile.am, src/system.h:
125 1999-05-30 Jesse Thilo <jthilo@gnu.org>
127 * README: Added a FAQ list.
129 * configure.in, acconfig.h:
132 1999-05-30 Jesse Thilo <jthilo@gnu.org>
134 * doc/FAQ, doc/Makefile.am:
137 1999-05-19 Jesse Thilo <jthilo@gnu.org>
139 * src/alloc.h, src/symtab.h, src/version.c:
140 Protected inclusion of "config.h" with HAVE_CONFIG_H.
142 1999-04-18 Jesse Thilo <jthilo@gnu.org>
144 * src/.cvsignore, src/Makefile.am:
145 Reorganized: sources in `src', documentation in `doc'.
147 * src/lex.c (literalchar):
148 fixed the code for escaping double quotes (thanks
151 1999-04-18 Jesse Thilo <jthilo@gnu.org>
153 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
154 Adjusted paths to reflect directory reorganization.
156 1999-04-18 Jesse Thilo <jthilo@gnu.org>
158 * doc/.cvsignore, doc/Makefile.am:
159 Reorganized: sources in `src', documentation in `doc'.
161 1999-04-18 Jesse Thilo <jthilo@gnu.org>
164 Updated AC_INIT file to reflect directory reorganization.
166 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
167 Reorganized: sources in `src', documentation in `doc'.
169 1999-04-13 Jesse Thilo <jthilo@gnu.org>
172 Don't declare calloc() and realloc() if not necessary.
174 1999-04-13 Jesse Thilo <jthilo@gnu.org>
176 * configure.in, acconfig.h, acinclude.m4:
177 Don't declare calloc() and realloc() if not necessary.
179 1999-03-23 Jesse Thilo <jthilo@gnu.org>
181 * po/.cvsignore: Added i18n support.
183 1999-03-23 Jesse Thilo <jthilo@gnu.org>
185 * acconfig.h, configure.in, Makefile.am:
188 1999-03-22 Jesse Thilo <jthilo@gnu.org>
190 * src/bison.s1: Fixed #line numbers.
192 1999-03-15 Jesse Thilo <jthilo@gnu.org>
194 * po/es.po, po/fr.po, po/nl.po, po/de.po:
195 Added PO files from Translation Project.
197 1999-03-03 Jesse Thilo <jthilo@gnu.org>
200 Added support for non-ANSI compilers (ansi2knr).
202 1999-02-16 Jesse Thilo <jthilo@gnu.org>
204 * configure.in: Bumped version number to 1.27.
207 Added `bison.simple' to list of files removed by `make distclean'.
209 1999-02-12 Jesse Thilo <jthilo@gnu.org>
211 * src/files.c, src/files.h:
212 Defined locations of parser files in config.h instead of Makefile.
214 1999-02-12 Jesse Thilo <jthilo@gnu.org>
216 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
217 Defined locations of parser files in config.h instead of Makefile.
219 1999-02-09 Jesse Thilo <jthilo@gnu.org>
222 Removed inappropriate use of $< macro.
224 1999-02-05 Jesse Thilo <jthilo@gnu.org>
226 * po/Makefile.in.in, po/POTFILES.in:
227 Add `po' directory skeleton.
229 1999-01-27 Jesse Thilo <jthilo@gnu.org>
231 * README: Document help-bison list.
233 * configure.in: Add check for mkstemp().
235 1999-01-20 Jesse Thilo <jthilo@gnu.org>
237 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
238 Hush a few compiler warnings.
241 Add tryclose(), which verifies that fclose was successful.
242 Hush a couple of compiler warnings.
244 1999-01-20 Jesse Thilo <jthilo@gnu.org>
246 * Makefile.am, OChangeLog:
247 ChangeLog is now automatically generated. Include the old version as
250 1999-01-14 Jesse Thilo <jthilo@gnu.org>
252 * 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:
255 1999-01-14 Jesse Thilo <jthilo@gnu.org>
257 * doc/bison.texinfo: Fix formatting glitch.
259 * doc/bison.texinfo: Update FSF address.
261 1999-01-14 Jesse Thilo <jthilo@gnu.org>
263 * acconfig.h: Update FSF address.
265 1999-01-08 Jesse Thilo <jthilo@gnu.org>
268 Don't define PACKAGE here, since config.h defines it.
270 1998-12-30 Jesse Thilo <jthilo@gnu.org>
272 * src/reader.c: Update copyright date.
275 Ditch sprintf to statically-sized buffers in fatal/warn functions in
276 favor of output directly to stderr (avoids buffer overruns).
278 * src/reader.c: Some checks for premature EOF.
280 * 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:
281 Use prototypes if the compiler understands them.
283 * src/files.c: Honor TMPDIR on Unix hosts.
284 Use prototypes if the compiler understands them.
287 Fix a couple of buffer overrun bugs.
288 Use prototypes if the compiler understands them.
290 * src/system.h: Include unistd.h and ctype.h.
291 Use #ifdef instead of #if for NLS symbols.
293 1998-12-30 Jesse Thilo <jthilo@gnu.org>
296 Delete comment "consider using @set for edition number, etc..." since
299 1998-12-30 Jesse Thilo <jthilo@gnu.org>
302 Use prototypes if the compiler understands them.
304 * NEWS: Document 1.26 highlights.
306 * Makefile.am: Require Automake 1.3 or later.
309 Use prototypes if the compiler understands them.
311 1998-12-29 Jesse Thilo <jthilo@gnu.org>
314 Use VERSION symbol from automake for version number.
316 1998-12-29 Jesse Thilo <jthilo@gnu.org>
318 * acconfig.h, configure.in, version.cin:
319 Use VERSION symbol from automake for version number.
321 1998-11-28 Jesse Thilo <jthilo@gnu.org>
324 Distribute original version of simple parser (bison.s1), not built
325 version (bison.simple).
327 1998-11-28 Jesse Thilo <jthilo@gnu.org>
329 * doc/bison.texinfo: Add info dir entry.
332 Let automake put version number into documentation.
334 1998-11-26 Jesse Thilo <jthilo@gnu.org>
336 * src/bison.cld, src/build.com, src/vmshlp.mar:
337 Add non-RCS files from /gd/gnu/bison.
339 1998-11-26 Jesse Thilo <jthilo@gnu.org>
342 Document the BISON_HAIRY and BISON_SIMPLE variables.
344 1998-11-25 Jesse Thilo <jthilo@gnu.org>
346 * src/version.c: Build version.c automatically.
349 Fix token numbering (used to start at 258, not 257).
351 * src/system.h: Include config.h.
353 * src/getargs.c: Update bug report address.
355 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
356 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
358 1998-11-25 Jesse Thilo <jthilo@gnu.org>
361 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
363 * configure.in, version.cin:
364 Build version.c automatically.
366 * AUTHORS: Add AUTHORS file.
368 * README: Update bug report address.
371 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
373 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
376 1998-11-25 Jesse Thilo <jthilo@gnu.org>
378 * doc/bison.texinfo: Clean up some formatting.
380 1998-05-05 Richard Stallman <rms@gnu.org>
383 Explain better why to make a pure parser.
385 1998-01-05 Richard Stallman <rms@gnu.org>
387 * src/files.c (openfiles):
388 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
389 find a temporary directory, if possible. Do not unlink files while
392 1997-08-25 Richard Stallman <rms@gnu.org>
394 * src/reader.c (stack_offset;):
395 Change some warni to warns.
397 * src/lex.c (literalchar): Use warns, not warni.
399 1997-06-28 Richard Stallman <rms@gnu.org>
401 * src/bison.s1: Add a Bison version comment.
403 * src/main.c (fatal, warn, berror):
406 1997-06-28 Richard Stallman <rms@gnu.org>
408 * Makefile.in (bison_version): New variable.
409 (dist): Use that variable.
410 (bison.s1): Substitute the Bison version into bison.simple.
412 * bison.simple: Add a Bison version comment.
414 1997-06-18 Richard Stallman <rms@gnu.org>
416 * src/main.c (fatal, warn, berror):
417 Make error messages standard.
418 (toomany): Improve error message text.
420 * 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:
421 new.h renamed to alloc.h.
423 1997-06-18 Richard Stallman <rms@gnu.org>
425 * Makefile.in: new.h renamed to alloc.h.
427 1997-05-24 Richard Stallman <rms@gnu.org>
429 * src/lex.c (literalchar):
430 Fix the code for escaping \, " and '.
432 (lex): Avoid trouble when there are many chars
433 to discard in a char literal with just several chars in it.
435 1997-05-17 Richard Stallman <rms@gnu.org>
438 Use malloc, if using alloca is troublesome.
439 (YYSTACK_USE_ALLOCA): New flag macro.
440 Define it for some systems and compilers.
441 (YYSTACK_ALLOC): New macro.
442 (yyparse): Use YYSTACK_ALLOC to allocate stack.
443 If it was malloc'd, free it.
445 1997-05-17 Richard Stallman <rms@gnu.org>
448 Use malloc, if using alloca is troublesome.
449 (YYSTACK_USE_ALLOCA): New flag macro.
450 Define it for some systems and compilers.
451 (YYSTACK_ALLOC): New macro.
452 (yyparse): Use YYSTACK_ALLOC to allocate stack.
453 If it was malloc'd, free it.
455 1997-04-23 Richard Stallman <rms@gnu.org>
458 (alloca) [__hpux]: Always define as __builtin_alloca.
460 1997-04-23 Richard Stallman <rms@gnu.org>
463 (alloca) [__hpux]: Always define as __builtin_alloca.
465 1997-04-22 Richard Stallman <rms@gnu.org>
468 [__hpux]: Include alloca.h (right for HPUX 10)
469 instead of declaring alloca (right for HPUX 9).
471 * src/bison.s1 (__yy_memcpy):
472 Declare arg `count' as unsigned int.
473 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
475 1997-04-22 Richard Stallman <rms@gnu.org>
478 [__hpux]: Include alloca.h (right for HPUX 10)
479 instead of declaring alloca (right for HPUX 9).
481 * bison.simple (__yy_memcpy):
482 Declare arg `count' as unsigned int.
483 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
485 1997-01-03 Richard Stallman <rms@gnu.org>
487 * src/allocate.c: [__STDC__ or _MSC_VER]:
488 Declare calloc and realloc to return void *.
490 1997-01-02 Richard Stallman <rms@gnu.org>
493 [_MSC_VER]: Include stdlib.h and process.h.
494 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
496 * src/main.c (main): Return FAILURE as a value.
497 (printable_version): Declare arg as int, not char.
499 1997-01-02 Richard Stallman <rms@gnu.org>
501 * Makefile.in (dist):
502 Explicitly check for symlinks, and copy them.
504 1996-12-19 Richard Stallman <rms@gnu.org>
507 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
509 1996-12-18 Paul Eggert <eggert@gnu.org>
511 * src/bison.s1 (yyparse):
512 If __GNUC__ and YYPARSE_PARAM are both defined,
513 declare yyparse to have a void * argument.
515 1996-12-18 Paul Eggert <eggert@gnu.org>
517 * bison.simple (yyparse):
518 If __GNUC__ and YYPARSE_PARAM are both defined,
519 declare yyparse to have a void * argument.
521 1996-12-17 Richard Stallman <rms@gnu.org>
523 * src/reduce.c (nbits): Add some casts.
525 1996-08-12 Richard Stallman <rms@gnu.org>
527 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
529 1996-08-12 Richard Stallman <rms@gnu.org>
531 * bison.simple: Test _MSDOS as well as _MSDOS_.
533 1996-07-31 Richard Stallman <rms@gnu.org>
536 [__sun && __i386]: Include alloca.h.
538 1996-07-31 Richard Stallman <rms@gnu.org>
541 [__sun && __i386]: Include alloca.h.
543 1996-07-30 Richard Stallman <rms@gnu.org>
545 * src/bison.s1: Comment change.
547 * src/bison.s1: Test _MSDOS_, not MSDOS.
549 1996-07-30 Richard Stallman <rms@gnu.org>
551 * bison.simple: Comment change.
553 * bison.simple: Test _MSDOS_, not MSDOS.
555 1996-06-01 Richard Stallman <rms@gnu.org>
557 * 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:
558 Insert `_' macro around many string constants.
561 Insert `_' macro around many string constants.
563 (main): Call setlocale, bindtextdomain and textdomain.
565 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
566 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
567 [ENABLE_NLS]: Include libintl.h.
568 [ENABLE_NLS] (gettext): Define.
569 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
570 (N_, PACKAGE, LOCALEDIR): New macros.
572 1996-06-01 Richard Stallman <rms@gnu.org>
574 * POTFILES.in: New file.
576 * Makefile.in (allocate.o):
577 Define target explicitly.
579 * Makefile.in (CFLAGS): Set to @CFLAGS@.
580 (LDFLAGS): Set to @LDFLAGS@.
581 (configure): Run autoconf only if preceding `cd' succeeds.
582 (bison.s1): Redirect output to temporary file then move the
583 temporary to the target, rather than redirecting directly to bison.s1.
584 (clean): Remove config.status and config.log.
585 (distclean): Don't remove config.status here.
587 1996-05-12 Richard Stallman <rms@gnu.org>
590 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
592 1996-05-12 Richard Stallman <rms@gnu.org>
595 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
597 1996-05-11 Richard Stallman <rms@gnu.org>
599 * src/bison.s1 (__yy_memcpy):
600 Really reorder the args, as was supposedly done on Feb 14 1995.
601 (yyparse): Calls changed accordingly.
603 1996-05-11 Richard Stallman <rms@gnu.org>
605 * Makefile.in (dist): Don't use $(srcdir).
607 * bison.simple (__yy_memcpy):
608 Really reorder the args, as was supposedly done on Feb 14 1995.
609 (yyparse): Calls changed accordingly.
611 1996-01-27 Richard Stallman <rms@gnu.org>
613 * src/output.c (output_rule_data):
614 Test YYERROR_VERBOSE in the conditional
615 around the definition of ttyname.
617 1995-12-29 Richard Stallman <rms@gnu.org>
620 Fix line numbers in #line commands.
622 1995-12-29 Richard Stallman <rms@gnu.org>
625 Fix line numbers in #line commands.
627 1995-12-27 Richard Stallman <rms@gnu.org>
629 * src/bison.s1 (YYPARSE_PARAM_DECL):
630 In C++, make it always null.
631 (YYPARSE_PARAM_ARG): New macro.
632 (yyparse): Use YYPARSE_PARAM_ARG.
634 1995-12-27 Richard Stallman <rms@gnu.org>
636 * bison.simple (YYPARSE_PARAM_DECL):
637 In C++, make it always null.
638 (YYPARSE_PARAM_ARG): New macro.
639 (yyparse): Use YYPARSE_PARAM_ARG.
641 1995-11-29 Richard Stallman <rms@gnu.org>
644 Describe literal string tokens, %raw, %no_lines, %token_table.
646 1995-11-29 Daniel Hagerty <hag@gnu.org>
648 * doc/bison.texinfo: Fixed update date
650 1995-10-16 Richard Stallman <rms@gnu.org>
652 * src/version.c: Version 1.25.
654 1995-10-16 Richard Stallman <rms@gnu.org>
656 * NEWS: *** empty log message ***
658 1995-10-16 Richard Stallman <rms@gnu.org>
660 * doc/bison.1, doc/bison.rnh:
663 1995-10-15 Richard Stallman <rms@gnu.org>
665 * src/vmsgetargs.c, src/getargs.c:
666 Added -n, -k, and -raw switches.
667 (noparserflag, toknumflag, rawtoknumflag): New variables.
669 * src/symtab.h (SALIAS):
670 New #define for adding aliases to %token.
671 (struct bucket): Added `alias' field.
673 * src/reduce.c (reduce_grammar):
674 Revise error message.
675 (print_notices): Remove final `.' from error message.
677 * src/reader.c (reader_output_yylsp):
679 (readgram): Use `#if 0' around code that accepted %command
680 inside grammar rules: The documentation doesn't allow it,
681 and it will fail since the %command processors scan for the next %.
682 (parse_token_decl): Extended the %token
683 declaration to allow a multi-character symbol as an alias.
684 (parse_thong_decl): New function.
685 (read_declarations): Added %thong declarations.
686 (read_declarations): Handle NOOP to deal with allowing
687 % declarations as another means to specify the flags.
688 (readgram): Allow %prec prior to semantics embedded in a rule.
689 (skip_to_char, read_declarations, copy_definition)
690 (parse_token_decl, parse_start_decl, parse_type_decl)
691 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
692 (get_type_name, copy_guard, copy_action, readgram)
693 (get_type, packsymbols): Revised most error messages.
694 Changed `fatal' to `warnxxx' to avoid aborting for error.
695 Revised and use multiple warnxxx functions to avoid using VARARGS1.
696 (read_declarations): Improve the error message for
697 an invalid character. Do not abort.
698 (read_declarations, copy_guard, copy_action): Use
699 printable_version to avoid unprintable characters in printed output.
700 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
701 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
702 Allow the type of a non-terminal can be given
703 more than once, as long as all specifications give the same type.
706 (output_headers, output_trailers, output, output_gram)
707 (output_rule_data): Implement noparserflag variable.
708 Implement toknumflag variable.
709 (output): Call reader_output_yylsp to output LTYPESTR.
712 If reader sees an error, don't process the grammar.
713 (fatals): Updated to not use VARARGS1.
714 (printable_version, int_to_string, warn, warni, warns, warnss)
715 (warnsss): New error reporting functions. Avoid abort for error.
718 Added THONG and NOOP for alias processing.
719 Added SETOPT for the new code that allows setting options with %flags.
722 Include getopt.h. Add some extern decls.
723 (safegetc): New function to deal with EOF gracefully.
724 (literalchar); new function to deal with reading \ escapes.
725 (lex): Use literalchar.
726 (lex): Implemented "..." tokens.
727 (literalchar, lex, parse_percent_token): Made tokenbuffer
728 always contain the token. This includes growing the token
729 buffer while reading an integer.
730 (parse_percent_token): Replaced if-else statement with percent_table.
731 (parse_percent_token): Added % declarations as another
732 way to specify the flags -n, -l, and -r. Also added hooks for
733 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
734 major changes to files.c.
735 (lex) Retain in the incoming stream a character following
737 (skip_white_space, lex): Revised most error messages
738 and changed fatal to warn to avoid aborting.
739 (percent_table): Added %thong declarations.
741 * src/gram.h: Comment changes.
743 * src/files.c (openfiles, open_extra_files, done):
745 and actfile file. Handle noparserflag. Both for -n switch.
747 * src/conflicts.c (resolve_sr_conflict):
748 Remove use of alloca.
750 1995-06-01 Jim Meyering <meyering@gnu.org>
752 * doc/bison.texinfo: *** empty log message ***
754 1995-05-06 Richard Stallman <rms@gnu.org>
756 * src/bison.s1: Comment change.
758 1995-05-06 Richard Stallman <rms@gnu.org>
760 * bison.simple: Comment change.
762 1995-05-03 Richard Stallman <rms@gnu.org>
764 * src/version.c: Version now 1.24.
766 * src/bison.s1: Change distribution terms.
768 * src/version.c: Version now 1.23.
770 1995-05-03 Richard Stallman <rms@gnu.org>
773 Rewrite "Conditions for Using Bison".
774 Update version to 1.24.
776 1995-05-03 Richard Stallman <rms@gnu.org>
778 * bison.simple: Change distribution terms.
780 1995-02-23 Richard Stallman <rms@gnu.org>
782 * src/files.c: Test __VMS_POSIX as well as VMS.
784 1995-02-14 Jim Meyering <meyering@gnu.org>
786 * src/bison.s1 (__yy_memcpy):
787 Renamed from __yy_bcopy to avoid
788 confusion. Reverse FROM and TO arguments to be consistent with
791 1995-02-14 Jim Meyering <meyering@gnu.org>
793 * bison.simple (__yy_memcpy):
794 Renamed from __yy_bcopy to avoid
795 confusion. Reverse FROM and TO arguments to be consistent with
798 1994-11-10 David J. MacKenzie <djm@gnu.org>
804 * Makefile.in (DISTFILES): Include NEWS.
806 * Makefile.in (DISTFILES):
807 Include install-sh, not install.sh.
809 * configure.in: Update to Autoconf v2 macro names.
811 1994-10-05 David J. MacKenzie <djm@gnu.org>
813 * Makefile.in: fix typo
815 * Makefile.in (prefix, exec_prefix):
816 Let configure set them.
818 1994-09-28 David J. MacKenzie <djm@gnu.org>
820 * Makefile.in: Set datadir to $(prefix)/share.
822 1994-09-15 Richard Stallman <rms@gnu.org>
825 Update copyright notice and GPL version.
827 1994-09-15 Richard Stallman <rms@gnu.org>
830 Update copyright notice and GPL version.
832 1994-07-12 Richard Stallman <rms@gnu.org>
834 * src/reduce.c, src/reader.c:
837 1994-05-05 David J. MacKenzie <djm@gnu.org>
839 * Makefile.in: entered into RCS
841 1994-03-26 Richard Stallman <rms@gnu.org>
843 * src/bison.s1: entered into RCS
845 1994-03-26 Richard Stallman <rms@gnu.org>
847 * bison.simple: entered into RCS
849 1994-03-25 Richard Stallman <rms@gnu.org>
851 * src/main.c: entered into RCS
853 1994-03-24 Richard Stallman <rms@gnu.org>
855 * src/conflicts.c: entered into RCS
857 1994-01-02 Richard Stallman <rms@gnu.org>
859 * Makefile.in: *** empty log message ***
861 1993-11-21 Richard Stallman <rms@gnu.org>
863 * src/bison.s1: *** empty log message ***
865 1993-11-21 Richard Stallman <rms@gnu.org>
867 * doc/bison.texinfo: entered into RCS
869 * doc/bison.texinfo: *** empty log message ***
871 1993-11-21 Richard Stallman <rms@gnu.org>
873 * bison.simple: *** empty log message ***
875 1993-10-25 David J. MacKenzie <djm@gnu.org>
877 * doc/bison.texinfo: *** empty log message ***
879 1993-10-19 Richard Stallman <rms@gnu.org>
881 * src/bison.s1: *** empty log message ***
883 1993-10-19 Richard Stallman <rms@gnu.org>
885 * bison.simple: *** empty log message ***
887 1993-10-14 Richard Stallman <rms@gnu.org>
889 * src/bison.s1: *** empty log message ***
891 1993-10-14 Richard Stallman <rms@gnu.org>
893 * bison.simple: *** empty log message ***
895 1993-09-14 David J. MacKenzie <djm@gnu.org>
897 * doc/bison.texinfo: *** empty log message ***
899 1993-09-13 Noah Friedman <friedman@gnu.org>
901 * Makefile.in: *** empty log message ***
903 1993-09-10 Richard Stallman <rms@gnu.org>
905 * src/conflicts.c: *** empty log message ***
907 * src/system.h: entered into RCS
909 1993-09-10 Richard Stallman <rms@gnu.org>
911 * doc/bison.1: entered into RCS
913 1993-09-06 Noah Friedman <friedman@gnu.org>
915 * src/version.c: entered into RCS
917 1993-09-06 Noah Friedman <friedman@gnu.org>
919 * Makefile.in: *** empty log message ***
921 1993-07-30 David J. MacKenzie <djm@gnu.org>
923 * Makefile.in: *** empty log message ***
925 1993-07-24 Richard Stallman <rms@gnu.org>
927 * src/bison.s1: *** empty log message ***
929 1993-07-24 Richard Stallman <rms@gnu.org>
931 * bison.simple: *** empty log message ***
933 1993-07-08 David J. MacKenzie <djm@gnu.org>
935 * Makefile.in: *** empty log message ***
937 1993-07-04 Richard Stallman <rms@gnu.org>
939 * src/bison.s1: *** empty log message ***
941 1993-07-04 Richard Stallman <rms@gnu.org>
943 * bison.simple: *** empty log message ***
945 1993-06-26 David J. MacKenzie <djm@gnu.org>
947 * src/getargs.c: entered into RCS
949 1993-06-26 David J. MacKenzie <djm@gnu.org>
951 * doc/bison.texinfo: *** empty log message ***
953 * doc/bison.1: New file.
955 1993-06-25 Richard Stallman <rms@gnu.org>
957 * src/getargs.c: New file.
959 1993-06-16 Richard Stallman <rms@gnu.org>
961 * src/bison.s1: *** empty log message ***
963 1993-06-16 Richard Stallman <rms@gnu.org>
965 * bison.simple: *** empty log message ***
967 1993-06-03 Richard Stallman <rms@gnu.org>
969 * src/bison.s1: New file.
971 1993-06-03 Richard Stallman <rms@gnu.org>
973 * doc/bison.texinfo: *** empty log message ***
975 1993-06-03 Richard Stallman <rms@gnu.org>
977 * bison.simple: New file.
979 1993-05-19 Richard Stallman <rms@gnu.org>
981 * doc/bison.texinfo: New file.
983 1993-05-07 Noah Friedman <friedman@gnu.org>
985 * Makefile.in: *** empty log message ***
987 1993-04-28 Noah Friedman <friedman@gnu.org>
989 * src/reader.c: *** empty log message ***
991 1993-04-23 Noah Friedman <friedman@gnu.org>
993 * src/alloc.h: entered into RCS
995 1993-04-20 David J. MacKenzie <djm@gnu.org>
997 * src/version.c: *** empty log message ***
999 * src/files.c, src/allocate.c:
1002 * src/reader.c: *** empty log message ***
1004 * src/lex.c: entered into RCS
1006 * src/conflicts.c: New file.
1008 * src/symtab.c: entered into RCS
1010 * src/alloc.h: New file.
1012 * src/LR0.c: entered into RCS
1014 1993-04-18 Noah Friedman <friedman@gnu.org>
1016 * src/reader.c: New file.
1018 * src/version.c: *** empty log message ***
1020 1993-04-18 Noah Friedman <friedman@gnu.org>
1022 * Makefile.in: *** empty log message ***
1024 1993-04-17 Noah Friedman <friedman@gnu.org>
1026 * Makefile.in: *** empty log message ***
1028 1993-04-15 Richard Stallman <rms@gnu.org>
1030 * src/main.c, src/files.c:
1033 1993-04-15 Noah Friedman <friedman@gnu.org>
1035 * configure.in: entered into RCS
1037 * configure.in: *** empty log message ***
1039 * configure.in: New file.
1041 1993-04-14 Richard Stallman <rms@gnu.org>
1043 * Makefile.in: New file.
1045 1993-04-13 Richard Stallman <rms@gnu.org>
1047 * src/version.c: New file.
1049 1993-03-25 Richard Stallman <rms@gnu.org>
1051 * src/output.c: entered into RCS
1053 1992-09-25 Richard Stallman <rms@gnu.org>
1055 * configure.bat: entered into RCS
1057 1992-06-22 Richard Stallman <rms@gnu.org>
1059 * src/vmsgetargs.c: entered into RCS
1061 1992-06-22 Richard Stallman <rms@gnu.org>
1063 * doc/bison.rnh: entered into RCS
1065 1992-04-20 David J. MacKenzie <djm@gnu.org>
1067 * README: entered into RCS
1069 1992-01-22 Richard Stallman <rms@gnu.org>
1071 * src/machine.h: entered into RCS
1073 1991-12-21 Richard Stallman <rms@gnu.org>
1075 * src/lalr.c, src/closure.c:
1078 1991-12-20 Richard Stallman <rms@gnu.org>
1080 * src/state.h: entered into RCS
1082 1991-12-18 Richard Stallman <rms@gnu.org>
1084 * src/print.c, src/nullable.c, src/derives.c:
1087 1991-11-03 David J. MacKenzie <djm@gnu.org>
1089 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
1092 1988-09-09 Richard Stallman <rms@gnu.org>
1094 * src/bison.hairy: entered into RCS
1096 1987-12-16 Richard Stallman <rms@gnu.org>
1098 * REFERENCES: entered into RCS