1 2000-03-17 Akim Demaille <akim@epita.fr>
3 * reader.c (copy_string): Declared `static inline'. No problems
4 with inline, since it is checked by configure.
5 (copy_comment): Likewise.
7 2000-03-17 Akim Demaille <akim@epita.fr>
9 * reader.c (packsymbols): Formatting changes.
11 2000-03-17 Akim Demaille <akim@epita.fr>
13 * reader.c (copy_comment): New function, factored out from:
14 (copy_action): Use it. Removed now unused `match', `ended',
16 (copy_guard): Likewise.
18 2000-03-17 Akim Demaille <akim@epita.fr>
20 * reader.c (copy_string): New function, factored out from:
21 (copy_action): Use it.
22 (copy_guard): Likewise.
24 2000-03-17 Akim Demaille <akim@epita.fr>
26 Change the handling of @s so that they behave exactly like $s.
27 There is now a pseudo variable @$ (readble and writable), location
28 of the lhs of the rule (by default ranging from the location of
29 the first symbol of the rhs, to the location of the last symbol,
30 or, if the rhs is empty, YYLLOC).
32 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
34 (yyparse): When providing a default semantic action, provide a
35 default location action.
36 (after the $): No longer change `*YYLSP', just stack YYLOC the
37 same way you stack YYVAL.
38 * src/reader.c (read_declarations): Use warns.
39 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
40 (copy_action, case '@'): Likewise.
41 Use a standard error message, to save useless work from
44 2000-03-17 Akim Demaille <akim@epita.fr>
46 * bison.s1: Formatting and cosmetics changes.
48 Update the Copyright notice.
50 2000-03-17 Akim Demaille <akim@epita.fr>
52 * bison.s1 (#line): All set to `#line' only, since the Makefile
55 2000-03-16 Akim Demaille <akim@epita.fr>
57 * src/output.c (output_rule_data): Output the documentation of
59 (Copyright notice): Update.
62 2000-03-16 Akim Demaille <akim@epita.fr>
64 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
65 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
66 One `#if YYDEBUG' remains, since it uses variables which are
67 defined only if `YYDEBUG != 0'.
69 2000-03-16 Akim Demaille <akim@epita.fr>
71 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
72 and related variables so that the similarities are highlighted.
74 2000-03-16 Akim Demaille <akim@epita.fr>
76 * src/bison.s1: Properly indent CPP directives.
78 2000-03-16 Akim Demaille <akim@epita.fr>
80 * src/bison.s1: Properly indent the `alloca' CPP section.
82 2000-03-16 Akim Demaille <akim@epita.fr>
84 Do not hard code values of directories in `configure.in'.
85 Update the `configure' tool chain.
87 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
89 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
90 (AC_OUTPUT): Add m4/Makefile.
91 Bump to bison 1.28a, 1.29 has never been released.
92 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
93 handled via src/Makefile.am.
94 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
95 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
97 * Makefile.am (SUBDIRS): Add m4.
98 (ACLOCAL_AM_FLAGS): New variable.
99 (AUTOMAKE_OPTIONS): Add check-news.
100 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
101 the proper line number and file name.
102 (DEFS): Propagate the location of bison library files and of the
104 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
106 * acinclude.m4: Remove, replaced by the directory m4.
107 * m4/Makefile.am (EXTRA_DIST): New variable.
108 * m4/gettext.m4: New file, from the fileutils.
109 * m4/lcmessage.m4: Likewise
110 * m4/progtest.m4: Likewise.
111 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
113 2000-03-10 Akim Demaille <akim@epita.fr>
116 Formatting changes of various comments.
117 Respect the GNU coding standards at various places.
118 Don't use `_()' when no translation is needed.
120 1999-12-13 Jesse Thilo <jthilo@gnu.org>
123 OS/2 honors TMPDIR environment variable.
125 1999-12-13 Jesse Thilo <jthilo@gnu.org>
127 * doc/bison.texinfo: Tweaked spelling and grammar.
129 Removed reference to price of printed copy.
130 Mention BISON_SIMPLE and BISON_HAIRY.
132 1999-12-13 Jesse Thilo <jthilo@gnu.org>
134 * configure.in, NEWS:
137 1999-10-27 Jesse Thilo <jthilo@gnu.org>
139 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
140 Added reference card.
142 1999-07-26 Jesse Thilo <jthilo@gnu.org>
144 * po/ru.po: Added Russian translation.
146 1999-07-26 Jesse Thilo <jthilo@gnu.org>
148 * configure.in: Added Russian translation.
150 1999-07-06 Jesse Thilo <jthilo@gnu.org>
152 * configure.in, NEWS, README:
153 Released version 1.28.
155 1999-06-14 Jesse Thilo <jthilo@gnu.org>
158 Squashed redefinition warning on some systems.
160 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
161 Have configure build version string instead of relying on ANSI string
164 1999-06-14 Jesse Thilo <jthilo@gnu.org>
166 * po/POTFILES.in: Got rid of version.c.
168 1999-06-14 Jesse Thilo <jthilo@gnu.org>
170 * acconfig.h, configure.in:
171 Have configure build version string instead of relying on ANSI string
174 1999-06-08 Jesse Thilo <jthilo@gnu.org>
177 Dropped mention of `+' for long-named options.
179 1999-05-30 Jesse Thilo <jthilo@gnu.org>
181 * src/files.c: Added <unistd.h> for unlink().
183 * src/Makefile.am, src/system.h:
186 1999-05-30 Jesse Thilo <jthilo@gnu.org>
188 * README: Added a FAQ list.
190 * configure.in, acconfig.h:
193 1999-05-30 Jesse Thilo <jthilo@gnu.org>
195 * doc/FAQ, doc/Makefile.am:
198 1999-05-19 Jesse Thilo <jthilo@gnu.org>
200 * src/alloc.h, src/symtab.h, src/version.c:
201 Protected inclusion of "config.h" with HAVE_CONFIG_H.
203 1999-04-18 Jesse Thilo <jthilo@gnu.org>
205 * src/.cvsignore, src/Makefile.am:
206 Reorganized: sources in `src', documentation in `doc'.
208 * src/lex.c (literalchar):
209 fixed the code for escaping double quotes (thanks
212 1999-04-18 Jesse Thilo <jthilo@gnu.org>
214 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
215 Adjusted paths to reflect directory reorganization.
217 1999-04-18 Jesse Thilo <jthilo@gnu.org>
219 * doc/.cvsignore, doc/Makefile.am:
220 Reorganized: sources in `src', documentation in `doc'.
222 1999-04-18 Jesse Thilo <jthilo@gnu.org>
225 Updated AC_INIT file to reflect directory reorganization.
227 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
228 Reorganized: sources in `src', documentation in `doc'.
230 1999-04-13 Jesse Thilo <jthilo@gnu.org>
233 Don't declare calloc() and realloc() if not necessary.
235 1999-04-13 Jesse Thilo <jthilo@gnu.org>
237 * configure.in, acconfig.h, acinclude.m4:
238 Don't declare calloc() and realloc() if not necessary.
240 1999-03-23 Jesse Thilo <jthilo@gnu.org>
242 * po/.cvsignore: Added i18n support.
244 1999-03-23 Jesse Thilo <jthilo@gnu.org>
246 * acconfig.h, configure.in, Makefile.am:
249 1999-03-22 Jesse Thilo <jthilo@gnu.org>
251 * src/bison.s1: Fixed #line numbers.
253 1999-03-15 Jesse Thilo <jthilo@gnu.org>
255 * po/es.po, po/fr.po, po/nl.po, po/de.po:
256 Added PO files from Translation Project.
258 1999-03-03 Jesse Thilo <jthilo@gnu.org>
261 Added support for non-ANSI compilers (ansi2knr).
263 1999-02-16 Jesse Thilo <jthilo@gnu.org>
265 * configure.in: Bumped version number to 1.27.
268 Added `bison.simple' to list of files removed by `make distclean'.
270 1999-02-12 Jesse Thilo <jthilo@gnu.org>
272 * src/files.c, src/files.h:
273 Defined locations of parser files in config.h instead of Makefile.
275 1999-02-12 Jesse Thilo <jthilo@gnu.org>
277 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
278 Defined locations of parser files in config.h instead of Makefile.
280 1999-02-09 Jesse Thilo <jthilo@gnu.org>
283 Removed inappropriate use of $< macro.
285 1999-02-05 Jesse Thilo <jthilo@gnu.org>
287 * po/Makefile.in.in, po/POTFILES.in:
288 Add `po' directory skeleton.
290 1999-01-27 Jesse Thilo <jthilo@gnu.org>
292 * README: Document help-bison list.
294 * configure.in: Add check for mkstemp().
296 1999-01-20 Jesse Thilo <jthilo@gnu.org>
298 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
299 Hush a few compiler warnings.
302 Add tryclose(), which verifies that fclose was successful.
303 Hush a couple of compiler warnings.
305 1999-01-20 Jesse Thilo <jthilo@gnu.org>
307 * Makefile.am, OChangeLog:
308 ChangeLog is now automatically generated. Include the old version as
311 1999-01-14 Jesse Thilo <jthilo@gnu.org>
313 * 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:
316 1999-01-14 Jesse Thilo <jthilo@gnu.org>
318 * doc/bison.texinfo: Fix formatting glitch.
320 * doc/bison.texinfo: Update FSF address.
322 1999-01-14 Jesse Thilo <jthilo@gnu.org>
324 * acconfig.h: Update FSF address.
326 1999-01-08 Jesse Thilo <jthilo@gnu.org>
329 Don't define PACKAGE here, since config.h defines it.
331 1998-12-30 Jesse Thilo <jthilo@gnu.org>
333 * src/reader.c: Update copyright date.
336 Ditch sprintf to statically-sized buffers in fatal/warn functions in
337 favor of output directly to stderr (avoids buffer overruns).
339 * src/reader.c: Some checks for premature EOF.
341 * 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:
342 Use prototypes if the compiler understands them.
344 * src/files.c: Honor TMPDIR on Unix hosts.
345 Use prototypes if the compiler understands them.
348 Fix a couple of buffer overrun bugs.
349 Use prototypes if the compiler understands them.
351 * src/system.h: Include unistd.h and ctype.h.
352 Use #ifdef instead of #if for NLS symbols.
354 1998-12-30 Jesse Thilo <jthilo@gnu.org>
357 Delete comment "consider using @set for edition number, etc..." since
360 1998-12-30 Jesse Thilo <jthilo@gnu.org>
363 Use prototypes if the compiler understands them.
365 * NEWS: Document 1.26 highlights.
367 * Makefile.am: Require Automake 1.3 or later.
370 Use prototypes if the compiler understands them.
372 1998-12-29 Jesse Thilo <jthilo@gnu.org>
375 Use VERSION symbol from automake for version number.
377 1998-12-29 Jesse Thilo <jthilo@gnu.org>
379 * acconfig.h, configure.in, version.cin:
380 Use VERSION symbol from automake for version number.
382 1998-11-28 Jesse Thilo <jthilo@gnu.org>
385 Distribute original version of simple parser (bison.s1), not built
386 version (bison.simple).
388 1998-11-28 Jesse Thilo <jthilo@gnu.org>
390 * doc/bison.texinfo: Add info dir entry.
393 Let automake put version number into documentation.
395 1998-11-26 Jesse Thilo <jthilo@gnu.org>
397 * src/bison.cld, src/build.com, src/vmshlp.mar:
398 Add non-RCS files from /gd/gnu/bison.
400 1998-11-26 Jesse Thilo <jthilo@gnu.org>
403 Document the BISON_HAIRY and BISON_SIMPLE variables.
405 1998-11-25 Jesse Thilo <jthilo@gnu.org>
407 * src/version.c: Build version.c automatically.
410 Fix token numbering (used to start at 258, not 257).
412 * src/system.h: Include config.h.
414 * src/getargs.c: Update bug report address.
416 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
417 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
419 1998-11-25 Jesse Thilo <jthilo@gnu.org>
422 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
424 * configure.in, version.cin:
425 Build version.c automatically.
427 * AUTHORS: Add AUTHORS file.
429 * README: Update bug report address.
432 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
434 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
437 1998-11-25 Jesse Thilo <jthilo@gnu.org>
439 * doc/bison.texinfo: Clean up some formatting.
441 1998-05-05 Richard Stallman <rms@gnu.org>
444 Explain better why to make a pure parser.
446 1998-01-05 Richard Stallman <rms@gnu.org>
448 * src/files.c (openfiles):
449 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
450 find a temporary directory, if possible. Do not unlink files while
453 1997-08-25 Richard Stallman <rms@gnu.org>
455 * src/reader.c (stack_offset;):
456 Change some warni to warns.
458 * src/lex.c (literalchar): Use warns, not warni.
460 1997-06-28 Richard Stallman <rms@gnu.org>
462 * src/bison.s1: Add a Bison version comment.
464 * src/main.c (fatal, warn, berror):
467 1997-06-28 Richard Stallman <rms@gnu.org>
469 * Makefile.in (bison_version): New variable.
470 (dist): Use that variable.
471 (bison.s1): Substitute the Bison version into bison.simple.
473 * bison.simple: Add a Bison version comment.
475 1997-06-18 Richard Stallman <rms@gnu.org>
477 * src/main.c (fatal, warn, berror):
478 Make error messages standard.
479 (toomany): Improve error message text.
481 * 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:
482 new.h renamed to alloc.h.
484 1997-06-18 Richard Stallman <rms@gnu.org>
486 * Makefile.in: new.h renamed to alloc.h.
488 1997-05-24 Richard Stallman <rms@gnu.org>
490 * src/lex.c (literalchar):
491 Fix the code for escaping \, " and '.
493 (lex): Avoid trouble when there are many chars
494 to discard in a char literal with just several chars in it.
496 1997-05-17 Richard Stallman <rms@gnu.org>
499 Use malloc, if using alloca is troublesome.
500 (YYSTACK_USE_ALLOCA): New flag macro.
501 Define it for some systems and compilers.
502 (YYSTACK_ALLOC): New macro.
503 (yyparse): Use YYSTACK_ALLOC to allocate stack.
504 If it was malloc'd, free it.
506 1997-05-17 Richard Stallman <rms@gnu.org>
509 Use malloc, if using alloca is troublesome.
510 (YYSTACK_USE_ALLOCA): New flag macro.
511 Define it for some systems and compilers.
512 (YYSTACK_ALLOC): New macro.
513 (yyparse): Use YYSTACK_ALLOC to allocate stack.
514 If it was malloc'd, free it.
516 1997-04-23 Richard Stallman <rms@gnu.org>
519 (alloca) [__hpux]: Always define as __builtin_alloca.
521 1997-04-23 Richard Stallman <rms@gnu.org>
524 (alloca) [__hpux]: Always define as __builtin_alloca.
526 1997-04-22 Richard Stallman <rms@gnu.org>
529 [__hpux]: Include alloca.h (right for HPUX 10)
530 instead of declaring alloca (right for HPUX 9).
532 * src/bison.s1 (__yy_memcpy):
533 Declare arg `count' as unsigned int.
534 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
536 1997-04-22 Richard Stallman <rms@gnu.org>
539 [__hpux]: Include alloca.h (right for HPUX 10)
540 instead of declaring alloca (right for HPUX 9).
542 * bison.simple (__yy_memcpy):
543 Declare arg `count' as unsigned int.
544 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
546 1997-01-03 Richard Stallman <rms@gnu.org>
548 * src/allocate.c: [__STDC__ or _MSC_VER]:
549 Declare calloc and realloc to return void *.
551 1997-01-02 Richard Stallman <rms@gnu.org>
554 [_MSC_VER]: Include stdlib.h and process.h.
555 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
557 * src/main.c (main): Return FAILURE as a value.
558 (printable_version): Declare arg as int, not char.
560 1997-01-02 Richard Stallman <rms@gnu.org>
562 * Makefile.in (dist):
563 Explicitly check for symlinks, and copy them.
565 1996-12-19 Richard Stallman <rms@gnu.org>
568 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
570 1996-12-18 Paul Eggert <eggert@gnu.org>
572 * src/bison.s1 (yyparse):
573 If __GNUC__ and YYPARSE_PARAM are both defined,
574 declare yyparse to have a void * argument.
576 1996-12-18 Paul Eggert <eggert@gnu.org>
578 * bison.simple (yyparse):
579 If __GNUC__ and YYPARSE_PARAM are both defined,
580 declare yyparse to have a void * argument.
582 1996-12-17 Richard Stallman <rms@gnu.org>
584 * src/reduce.c (nbits): Add some casts.
586 1996-08-12 Richard Stallman <rms@gnu.org>
588 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
590 1996-08-12 Richard Stallman <rms@gnu.org>
592 * bison.simple: Test _MSDOS as well as _MSDOS_.
594 1996-07-31 Richard Stallman <rms@gnu.org>
597 [__sun && __i386]: Include alloca.h.
599 1996-07-31 Richard Stallman <rms@gnu.org>
602 [__sun && __i386]: Include alloca.h.
604 1996-07-30 Richard Stallman <rms@gnu.org>
606 * src/bison.s1: Comment change.
608 * src/bison.s1: Test _MSDOS_, not MSDOS.
610 1996-07-30 Richard Stallman <rms@gnu.org>
612 * bison.simple: Comment change.
614 * bison.simple: Test _MSDOS_, not MSDOS.
616 1996-06-01 Richard Stallman <rms@gnu.org>
618 * 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:
619 Insert `_' macro around many string constants.
622 Insert `_' macro around many string constants.
624 (main): Call setlocale, bindtextdomain and textdomain.
626 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
627 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
628 [ENABLE_NLS]: Include libintl.h.
629 [ENABLE_NLS] (gettext): Define.
630 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
631 (N_, PACKAGE, LOCALEDIR): New macros.
633 1996-06-01 Richard Stallman <rms@gnu.org>
635 * POTFILES.in: New file.
637 * Makefile.in (allocate.o):
638 Define target explicitly.
640 * Makefile.in (CFLAGS): Set to @CFLAGS@.
641 (LDFLAGS): Set to @LDFLAGS@.
642 (configure): Run autoconf only if preceding `cd' succeeds.
643 (bison.s1): Redirect output to temporary file then move the
644 temporary to the target, rather than redirecting directly to bison.s1.
645 (clean): Remove config.status and config.log.
646 (distclean): Don't remove config.status here.
648 1996-05-12 Richard Stallman <rms@gnu.org>
651 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
653 1996-05-12 Richard Stallman <rms@gnu.org>
656 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
658 1996-05-11 Richard Stallman <rms@gnu.org>
660 * src/bison.s1 (__yy_memcpy):
661 Really reorder the args, as was supposedly done on Feb 14 1995.
662 (yyparse): Calls changed accordingly.
664 1996-05-11 Richard Stallman <rms@gnu.org>
666 * Makefile.in (dist): Don't use $(srcdir).
668 * bison.simple (__yy_memcpy):
669 Really reorder the args, as was supposedly done on Feb 14 1995.
670 (yyparse): Calls changed accordingly.
672 1996-01-27 Richard Stallman <rms@gnu.org>
674 * src/output.c (output_rule_data):
675 Test YYERROR_VERBOSE in the conditional
676 around the definition of ttyname.
678 1995-12-29 Richard Stallman <rms@gnu.org>
681 Fix line numbers in #line commands.
683 1995-12-29 Richard Stallman <rms@gnu.org>
686 Fix line numbers in #line commands.
688 1995-12-27 Richard Stallman <rms@gnu.org>
690 * src/bison.s1 (YYPARSE_PARAM_DECL):
691 In C++, make it always null.
692 (YYPARSE_PARAM_ARG): New macro.
693 (yyparse): Use YYPARSE_PARAM_ARG.
695 1995-12-27 Richard Stallman <rms@gnu.org>
697 * bison.simple (YYPARSE_PARAM_DECL):
698 In C++, make it always null.
699 (YYPARSE_PARAM_ARG): New macro.
700 (yyparse): Use YYPARSE_PARAM_ARG.
702 1995-11-29 Richard Stallman <rms@gnu.org>
705 Describe literal string tokens, %raw, %no_lines, %token_table.
707 1995-11-29 Daniel Hagerty <hag@gnu.org>
709 * doc/bison.texinfo: Fixed update date
711 1995-10-16 Richard Stallman <rms@gnu.org>
713 * src/version.c: Version 1.25.
715 1995-10-16 Richard Stallman <rms@gnu.org>
717 * NEWS: *** empty log message ***
719 1995-10-16 Richard Stallman <rms@gnu.org>
721 * doc/bison.1, doc/bison.rnh:
724 1995-10-15 Richard Stallman <rms@gnu.org>
726 * src/vmsgetargs.c, src/getargs.c:
727 Added -n, -k, and -raw switches.
728 (noparserflag, toknumflag, rawtoknumflag): New variables.
730 * src/symtab.h (SALIAS):
731 New #define for adding aliases to %token.
732 (struct bucket): Added `alias' field.
734 * src/reduce.c (reduce_grammar):
735 Revise error message.
736 (print_notices): Remove final `.' from error message.
738 * src/reader.c (reader_output_yylsp):
740 (readgram): Use `#if 0' around code that accepted %command
741 inside grammar rules: The documentation doesn't allow it,
742 and it will fail since the %command processors scan for the next %.
743 (parse_token_decl): Extended the %token
744 declaration to allow a multi-character symbol as an alias.
745 (parse_thong_decl): New function.
746 (read_declarations): Added %thong declarations.
747 (read_declarations): Handle NOOP to deal with allowing
748 % declarations as another means to specify the flags.
749 (readgram): Allow %prec prior to semantics embedded in a rule.
750 (skip_to_char, read_declarations, copy_definition)
751 (parse_token_decl, parse_start_decl, parse_type_decl)
752 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
753 (get_type_name, copy_guard, copy_action, readgram)
754 (get_type, packsymbols): Revised most error messages.
755 Changed `fatal' to `warnxxx' to avoid aborting for error.
756 Revised and use multiple warnxxx functions to avoid using VARARGS1.
757 (read_declarations): Improve the error message for
758 an invalid character. Do not abort.
759 (read_declarations, copy_guard, copy_action): Use
760 printable_version to avoid unprintable characters in printed output.
761 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
762 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
763 Allow the type of a non-terminal can be given
764 more than once, as long as all specifications give the same type.
767 (output_headers, output_trailers, output, output_gram)
768 (output_rule_data): Implement noparserflag variable.
769 Implement toknumflag variable.
770 (output): Call reader_output_yylsp to output LTYPESTR.
773 If reader sees an error, don't process the grammar.
774 (fatals): Updated to not use VARARGS1.
775 (printable_version, int_to_string, warn, warni, warns, warnss)
776 (warnsss): New error reporting functions. Avoid abort for error.
779 Added THONG and NOOP for alias processing.
780 Added SETOPT for the new code that allows setting options with %flags.
783 Include getopt.h. Add some extern decls.
784 (safegetc): New function to deal with EOF gracefully.
785 (literalchar); new function to deal with reading \ escapes.
786 (lex): Use literalchar.
787 (lex): Implemented "..." tokens.
788 (literalchar, lex, parse_percent_token): Made tokenbuffer
789 always contain the token. This includes growing the token
790 buffer while reading an integer.
791 (parse_percent_token): Replaced if-else statement with percent_table.
792 (parse_percent_token): Added % declarations as another
793 way to specify the flags -n, -l, and -r. Also added hooks for
794 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
795 major changes to files.c.
796 (lex) Retain in the incoming stream a character following
798 (skip_white_space, lex): Revised most error messages
799 and changed fatal to warn to avoid aborting.
800 (percent_table): Added %thong declarations.
802 * src/gram.h: Comment changes.
804 * src/files.c (openfiles, open_extra_files, done):
806 and actfile file. Handle noparserflag. Both for -n switch.
808 * src/conflicts.c (resolve_sr_conflict):
809 Remove use of alloca.
811 1995-06-01 Jim Meyering <meyering@gnu.org>
813 * doc/bison.texinfo: *** empty log message ***
815 1995-05-06 Richard Stallman <rms@gnu.org>
817 * src/bison.s1: Comment change.
819 1995-05-06 Richard Stallman <rms@gnu.org>
821 * bison.simple: Comment change.
823 1995-05-03 Richard Stallman <rms@gnu.org>
825 * src/version.c: Version now 1.24.
827 * src/bison.s1: Change distribution terms.
829 * src/version.c: Version now 1.23.
831 1995-05-03 Richard Stallman <rms@gnu.org>
834 Rewrite "Conditions for Using Bison".
835 Update version to 1.24.
837 1995-05-03 Richard Stallman <rms@gnu.org>
839 * bison.simple: Change distribution terms.
841 1995-02-23 Richard Stallman <rms@gnu.org>
843 * src/files.c: Test __VMS_POSIX as well as VMS.
845 1995-02-14 Jim Meyering <meyering@gnu.org>
847 * src/bison.s1 (__yy_memcpy):
848 Renamed from __yy_bcopy to avoid
849 confusion. Reverse FROM and TO arguments to be consistent with
852 1995-02-14 Jim Meyering <meyering@gnu.org>
854 * bison.simple (__yy_memcpy):
855 Renamed from __yy_bcopy to avoid
856 confusion. Reverse FROM and TO arguments to be consistent with
859 1994-11-10 David J. MacKenzie <djm@gnu.org>
865 * Makefile.in (DISTFILES): Include NEWS.
867 * Makefile.in (DISTFILES):
868 Include install-sh, not install.sh.
870 * configure.in: Update to Autoconf v2 macro names.
872 1994-10-05 David J. MacKenzie <djm@gnu.org>
874 * Makefile.in: fix typo
876 * Makefile.in (prefix, exec_prefix):
877 Let configure set them.
879 1994-09-28 David J. MacKenzie <djm@gnu.org>
881 * Makefile.in: Set datadir to $(prefix)/share.
883 1994-09-15 Richard Stallman <rms@gnu.org>
886 Update copyright notice and GPL version.
888 1994-09-15 Richard Stallman <rms@gnu.org>
891 Update copyright notice and GPL version.
893 1994-07-12 Richard Stallman <rms@gnu.org>
895 * src/reduce.c, src/reader.c:
898 1994-05-05 David J. MacKenzie <djm@gnu.org>
900 * Makefile.in: entered into RCS
902 1994-03-26 Richard Stallman <rms@gnu.org>
904 * src/bison.s1: entered into RCS
906 1994-03-26 Richard Stallman <rms@gnu.org>
908 * bison.simple: entered into RCS
910 1994-03-25 Richard Stallman <rms@gnu.org>
912 * src/main.c: entered into RCS
914 1994-03-24 Richard Stallman <rms@gnu.org>
916 * src/conflicts.c: entered into RCS
918 1994-01-02 Richard Stallman <rms@gnu.org>
920 * Makefile.in: *** empty log message ***
922 1993-11-21 Richard Stallman <rms@gnu.org>
924 * src/bison.s1: *** empty log message ***
926 1993-11-21 Richard Stallman <rms@gnu.org>
928 * doc/bison.texinfo: entered into RCS
930 * doc/bison.texinfo: *** empty log message ***
932 1993-11-21 Richard Stallman <rms@gnu.org>
934 * bison.simple: *** empty log message ***
936 1993-10-25 David J. MacKenzie <djm@gnu.org>
938 * doc/bison.texinfo: *** empty log message ***
940 1993-10-19 Richard Stallman <rms@gnu.org>
942 * src/bison.s1: *** empty log message ***
944 1993-10-19 Richard Stallman <rms@gnu.org>
946 * bison.simple: *** empty log message ***
948 1993-10-14 Richard Stallman <rms@gnu.org>
950 * src/bison.s1: *** empty log message ***
952 1993-10-14 Richard Stallman <rms@gnu.org>
954 * bison.simple: *** empty log message ***
956 1993-09-14 David J. MacKenzie <djm@gnu.org>
958 * doc/bison.texinfo: *** empty log message ***
960 1993-09-13 Noah Friedman <friedman@gnu.org>
962 * Makefile.in: *** empty log message ***
964 1993-09-10 Richard Stallman <rms@gnu.org>
966 * src/conflicts.c: *** empty log message ***
968 * src/system.h: entered into RCS
970 1993-09-10 Richard Stallman <rms@gnu.org>
972 * doc/bison.1: entered into RCS
974 1993-09-06 Noah Friedman <friedman@gnu.org>
976 * src/version.c: entered into RCS
978 1993-09-06 Noah Friedman <friedman@gnu.org>
980 * Makefile.in: *** empty log message ***
982 1993-07-30 David J. MacKenzie <djm@gnu.org>
984 * Makefile.in: *** empty log message ***
986 1993-07-24 Richard Stallman <rms@gnu.org>
988 * src/bison.s1: *** empty log message ***
990 1993-07-24 Richard Stallman <rms@gnu.org>
992 * bison.simple: *** empty log message ***
994 1993-07-08 David J. MacKenzie <djm@gnu.org>
996 * Makefile.in: *** empty log message ***
998 1993-07-04 Richard Stallman <rms@gnu.org>
1000 * src/bison.s1: *** empty log message ***
1002 1993-07-04 Richard Stallman <rms@gnu.org>
1004 * bison.simple: *** empty log message ***
1006 1993-06-26 David J. MacKenzie <djm@gnu.org>
1008 * src/getargs.c: entered into RCS
1010 1993-06-26 David J. MacKenzie <djm@gnu.org>
1012 * doc/bison.texinfo: *** empty log message ***
1014 * doc/bison.1: New file.
1016 1993-06-25 Richard Stallman <rms@gnu.org>
1018 * src/getargs.c: New file.
1020 1993-06-16 Richard Stallman <rms@gnu.org>
1022 * src/bison.s1: *** empty log message ***
1024 1993-06-16 Richard Stallman <rms@gnu.org>
1026 * bison.simple: *** empty log message ***
1028 1993-06-03 Richard Stallman <rms@gnu.org>
1030 * src/bison.s1: New file.
1032 1993-06-03 Richard Stallman <rms@gnu.org>
1034 * doc/bison.texinfo: *** empty log message ***
1036 1993-06-03 Richard Stallman <rms@gnu.org>
1038 * bison.simple: New file.
1040 1993-05-19 Richard Stallman <rms@gnu.org>
1042 * doc/bison.texinfo: New file.
1044 1993-05-07 Noah Friedman <friedman@gnu.org>
1046 * Makefile.in: *** empty log message ***
1048 1993-04-28 Noah Friedman <friedman@gnu.org>
1050 * src/reader.c: *** empty log message ***
1052 1993-04-23 Noah Friedman <friedman@gnu.org>
1054 * src/alloc.h: entered into RCS
1056 1993-04-20 David J. MacKenzie <djm@gnu.org>
1058 * src/version.c: *** empty log message ***
1060 * src/files.c, src/allocate.c:
1063 * src/reader.c: *** empty log message ***
1065 * src/lex.c: entered into RCS
1067 * src/conflicts.c: New file.
1069 * src/symtab.c: entered into RCS
1071 * src/alloc.h: New file.
1073 * src/LR0.c: entered into RCS
1075 1993-04-18 Noah Friedman <friedman@gnu.org>
1077 * src/reader.c: New file.
1079 * src/version.c: *** empty log message ***
1081 1993-04-18 Noah Friedman <friedman@gnu.org>
1083 * Makefile.in: *** empty log message ***
1085 1993-04-17 Noah Friedman <friedman@gnu.org>
1087 * Makefile.in: *** empty log message ***
1089 1993-04-15 Richard Stallman <rms@gnu.org>
1091 * src/main.c, src/files.c:
1094 1993-04-15 Noah Friedman <friedman@gnu.org>
1096 * configure.in: entered into RCS
1098 * configure.in: *** empty log message ***
1100 * configure.in: New file.
1102 1993-04-14 Richard Stallman <rms@gnu.org>
1104 * Makefile.in: New file.
1106 1993-04-13 Richard Stallman <rms@gnu.org>
1108 * src/version.c: New file.
1110 1993-03-25 Richard Stallman <rms@gnu.org>
1112 * src/output.c: entered into RCS
1114 1992-09-25 Richard Stallman <rms@gnu.org>
1116 * configure.bat: entered into RCS
1118 1992-06-22 Richard Stallman <rms@gnu.org>
1120 * src/vmsgetargs.c: entered into RCS
1122 1992-06-22 Richard Stallman <rms@gnu.org>
1124 * doc/bison.rnh: entered into RCS
1126 1992-04-20 David J. MacKenzie <djm@gnu.org>
1128 * README: entered into RCS
1130 1992-01-22 Richard Stallman <rms@gnu.org>
1132 * src/machine.h: entered into RCS
1134 1991-12-21 Richard Stallman <rms@gnu.org>
1136 * src/lalr.c, src/closure.c:
1139 1991-12-20 Richard Stallman <rms@gnu.org>
1141 * src/state.h: entered into RCS
1143 1991-12-18 Richard Stallman <rms@gnu.org>
1145 * src/print.c, src/nullable.c, src/derives.c:
1148 1991-11-03 David J. MacKenzie <djm@gnu.org>
1150 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
1153 1988-09-09 Richard Stallman <rms@gnu.org>
1155 * src/bison.hairy: entered into RCS
1157 1987-12-16 Richard Stallman <rms@gnu.org>
1159 * REFERENCES: entered into RCS