1 2000-03-17 Akim Demaille <akim@epita.fr>
3 * src/Makefile.am (bison.simple): Fix the awk program: quote only
4 the file name, not the whole `#line LINE FILE'.
6 2000-03-17 Akim Demaille <akim@epita.fr>
8 On syntax errors, report the token on which we choked.
10 * bison.s1 (yyparse): In the label yyerrlab, when YYERROR_VERBOSE,
13 2000-03-17 Akim Demaille <akim@epita.fr>
15 * reader.c (copy_at): New function.
17 (copy_action): Use it.
19 2000-03-17 Akim Demaille <akim@epita.fr>
21 Be kind to translators, save some useless translations.
23 * main.c (banner): New function.
24 (fatal_banner): Use it.
25 (warn_banner): Use it.
27 2000-03-17 Akim Demaille <akim@epita.fr>
29 * reader.c (copy_definition): Use copy_string and copy_comment.
30 Removed now unused `match', `ended', `cplus_comment'.
31 (copy_comment, copy_string): Moved, to be visible from
34 2000-03-17 Akim Demaille <akim@epita.fr>
36 * reader.c (copy_string): Declared `static inline'. No problems
37 with inline, since it is checked by configure.
38 (copy_comment): Likewise.
40 2000-03-17 Akim Demaille <akim@epita.fr>
42 * reader.c (packsymbols): Formatting changes.
44 2000-03-17 Akim Demaille <akim@epita.fr>
46 * reader.c (copy_comment): New function, factored out from:
47 (copy_action): Use it. Removed now unused `match', `ended',
49 (copy_guard): Likewise.
51 2000-03-17 Akim Demaille <akim@epita.fr>
53 * reader.c (copy_string): New function, factored out from:
54 (copy_action): Use it.
55 (copy_guard): Likewise.
57 2000-03-17 Akim Demaille <akim@epita.fr>
59 Change the handling of @s so that they behave exactly like $s.
60 There is now a pseudo variable @$ (readble and writable), location
61 of the lhs of the rule (by default ranging from the location of
62 the first symbol of the rhs, to the location of the last symbol,
63 or, if the rhs is empty, YYLLOC).
65 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
67 (yyparse): When providing a default semantic action, provide a
68 default location action.
69 (after the $): No longer change `*YYLSP', just stack YYLOC the
70 same way you stack YYVAL.
71 * src/reader.c (read_declarations): Use warns.
72 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
73 (copy_action, case '@'): Likewise.
74 Use a standard error message, to save useless work from
77 2000-03-17 Akim Demaille <akim@epita.fr>
79 * bison.s1: Formatting and cosmetics changes.
81 Update the Copyright notice.
83 2000-03-17 Akim Demaille <akim@epita.fr>
85 * bison.s1 (#line): All set to `#line' only, since the Makefile
88 2000-03-16 Akim Demaille <akim@epita.fr>
90 * src/output.c (output_rule_data): Output the documentation of
92 (Copyright notice): Update.
95 2000-03-16 Akim Demaille <akim@epita.fr>
97 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
98 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
99 One `#if YYDEBUG' remains, since it uses variables which are
100 defined only if `YYDEBUG != 0'.
102 2000-03-16 Akim Demaille <akim@epita.fr>
104 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
105 and related variables so that the similarities are highlighted.
107 2000-03-16 Akim Demaille <akim@epita.fr>
109 * src/bison.s1: Properly indent CPP directives.
111 2000-03-16 Akim Demaille <akim@epita.fr>
113 * src/bison.s1: Properly indent the `alloca' CPP section.
115 2000-03-16 Akim Demaille <akim@epita.fr>
117 Do not hard code values of directories in `configure.in'.
118 Update the `configure' tool chain.
120 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
122 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
123 (AC_OUTPUT): Add m4/Makefile.
124 Bump to bison 1.28a, 1.29 has never been released.
125 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
126 handled via src/Makefile.am.
127 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
128 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
130 * Makefile.am (SUBDIRS): Add m4.
131 (ACLOCAL_AM_FLAGS): New variable.
132 (AUTOMAKE_OPTIONS): Add check-news.
133 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
134 the proper line number and file name.
135 (DEFS): Propagate the location of bison library files and of the
137 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
139 * acinclude.m4: Remove, replaced by the directory m4.
140 * m4/Makefile.am (EXTRA_DIST): New variable.
141 * m4/gettext.m4: New file, from the fileutils.
142 * m4/lcmessage.m4: Likewise
143 * m4/progtest.m4: Likewise.
144 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
146 2000-03-10 Akim Demaille <akim@epita.fr>
149 Formatting changes of various comments.
150 Respect the GNU coding standards at various places.
151 Don't use `_()' when no translation is needed.
153 1999-12-13 Jesse Thilo <jthilo@gnu.org>
156 OS/2 honors TMPDIR environment variable.
158 1999-12-13 Jesse Thilo <jthilo@gnu.org>
160 * doc/bison.texinfo: Tweaked spelling and grammar.
162 Removed reference to price of printed copy.
163 Mention BISON_SIMPLE and BISON_HAIRY.
165 1999-12-13 Jesse Thilo <jthilo@gnu.org>
167 * configure.in, NEWS:
170 1999-10-27 Jesse Thilo <jthilo@gnu.org>
172 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
173 Added reference card.
175 1999-07-26 Jesse Thilo <jthilo@gnu.org>
177 * po/ru.po: Added Russian translation.
179 1999-07-26 Jesse Thilo <jthilo@gnu.org>
181 * configure.in: Added Russian translation.
183 1999-07-06 Jesse Thilo <jthilo@gnu.org>
185 * configure.in, NEWS, README:
186 Released version 1.28.
188 1999-06-14 Jesse Thilo <jthilo@gnu.org>
191 Squashed redefinition warning on some systems.
193 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
194 Have configure build version string instead of relying on ANSI string
197 1999-06-14 Jesse Thilo <jthilo@gnu.org>
199 * po/POTFILES.in: Got rid of version.c.
201 1999-06-14 Jesse Thilo <jthilo@gnu.org>
203 * acconfig.h, configure.in:
204 Have configure build version string instead of relying on ANSI string
207 1999-06-08 Jesse Thilo <jthilo@gnu.org>
210 Dropped mention of `+' for long-named options.
212 1999-05-30 Jesse Thilo <jthilo@gnu.org>
214 * src/files.c: Added <unistd.h> for unlink().
216 * src/Makefile.am, src/system.h:
219 1999-05-30 Jesse Thilo <jthilo@gnu.org>
221 * README: Added a FAQ list.
223 * configure.in, acconfig.h:
226 1999-05-30 Jesse Thilo <jthilo@gnu.org>
228 * doc/FAQ, doc/Makefile.am:
231 1999-05-19 Jesse Thilo <jthilo@gnu.org>
233 * src/alloc.h, src/symtab.h, src/version.c:
234 Protected inclusion of "config.h" with HAVE_CONFIG_H.
236 1999-04-18 Jesse Thilo <jthilo@gnu.org>
238 * src/.cvsignore, src/Makefile.am:
239 Reorganized: sources in `src', documentation in `doc'.
241 * src/lex.c (literalchar):
242 fixed the code for escaping double quotes (thanks
245 1999-04-18 Jesse Thilo <jthilo@gnu.org>
247 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
248 Adjusted paths to reflect directory reorganization.
250 1999-04-18 Jesse Thilo <jthilo@gnu.org>
252 * doc/.cvsignore, doc/Makefile.am:
253 Reorganized: sources in `src', documentation in `doc'.
255 1999-04-18 Jesse Thilo <jthilo@gnu.org>
258 Updated AC_INIT file to reflect directory reorganization.
260 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
261 Reorganized: sources in `src', documentation in `doc'.
263 1999-04-13 Jesse Thilo <jthilo@gnu.org>
266 Don't declare calloc() and realloc() if not necessary.
268 1999-04-13 Jesse Thilo <jthilo@gnu.org>
270 * configure.in, acconfig.h, acinclude.m4:
271 Don't declare calloc() and realloc() if not necessary.
273 1999-03-23 Jesse Thilo <jthilo@gnu.org>
275 * po/.cvsignore: Added i18n support.
277 1999-03-23 Jesse Thilo <jthilo@gnu.org>
279 * acconfig.h, configure.in, Makefile.am:
282 1999-03-22 Jesse Thilo <jthilo@gnu.org>
284 * src/bison.s1: Fixed #line numbers.
286 1999-03-15 Jesse Thilo <jthilo@gnu.org>
288 * po/es.po, po/fr.po, po/nl.po, po/de.po:
289 Added PO files from Translation Project.
291 1999-03-03 Jesse Thilo <jthilo@gnu.org>
294 Added support for non-ANSI compilers (ansi2knr).
296 1999-02-16 Jesse Thilo <jthilo@gnu.org>
298 * configure.in: Bumped version number to 1.27.
301 Added `bison.simple' to list of files removed by `make distclean'.
303 1999-02-12 Jesse Thilo <jthilo@gnu.org>
305 * src/files.c, src/files.h:
306 Defined locations of parser files in config.h instead of Makefile.
308 1999-02-12 Jesse Thilo <jthilo@gnu.org>
310 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
311 Defined locations of parser files in config.h instead of Makefile.
313 1999-02-09 Jesse Thilo <jthilo@gnu.org>
316 Removed inappropriate use of $< macro.
318 1999-02-05 Jesse Thilo <jthilo@gnu.org>
320 * po/Makefile.in.in, po/POTFILES.in:
321 Add `po' directory skeleton.
323 1999-01-27 Jesse Thilo <jthilo@gnu.org>
325 * README: Document help-bison list.
327 * configure.in: Add check for mkstemp().
329 1999-01-20 Jesse Thilo <jthilo@gnu.org>
331 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
332 Hush a few compiler warnings.
335 Add tryclose(), which verifies that fclose was successful.
336 Hush a couple of compiler warnings.
338 1999-01-20 Jesse Thilo <jthilo@gnu.org>
340 * Makefile.am, OChangeLog:
341 ChangeLog is now automatically generated. Include the old version as
344 1999-01-14 Jesse Thilo <jthilo@gnu.org>
346 * 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:
349 1999-01-14 Jesse Thilo <jthilo@gnu.org>
351 * doc/bison.texinfo: Fix formatting glitch.
353 * doc/bison.texinfo: Update FSF address.
355 1999-01-14 Jesse Thilo <jthilo@gnu.org>
357 * acconfig.h: Update FSF address.
359 1999-01-08 Jesse Thilo <jthilo@gnu.org>
362 Don't define PACKAGE here, since config.h defines it.
364 1998-12-30 Jesse Thilo <jthilo@gnu.org>
366 * src/reader.c: Update copyright date.
369 Ditch sprintf to statically-sized buffers in fatal/warn functions in
370 favor of output directly to stderr (avoids buffer overruns).
372 * src/reader.c: Some checks for premature EOF.
374 * 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:
375 Use prototypes if the compiler understands them.
377 * src/files.c: Honor TMPDIR on Unix hosts.
378 Use prototypes if the compiler understands them.
381 Fix a couple of buffer overrun bugs.
382 Use prototypes if the compiler understands them.
384 * src/system.h: Include unistd.h and ctype.h.
385 Use #ifdef instead of #if for NLS symbols.
387 1998-12-30 Jesse Thilo <jthilo@gnu.org>
390 Delete comment "consider using @set for edition number, etc..." since
393 1998-12-30 Jesse Thilo <jthilo@gnu.org>
396 Use prototypes if the compiler understands them.
398 * NEWS: Document 1.26 highlights.
400 * Makefile.am: Require Automake 1.3 or later.
403 Use prototypes if the compiler understands them.
405 1998-12-29 Jesse Thilo <jthilo@gnu.org>
408 Use VERSION symbol from automake for version number.
410 1998-12-29 Jesse Thilo <jthilo@gnu.org>
412 * acconfig.h, configure.in, version.cin:
413 Use VERSION symbol from automake for version number.
415 1998-11-28 Jesse Thilo <jthilo@gnu.org>
418 Distribute original version of simple parser (bison.s1), not built
419 version (bison.simple).
421 1998-11-28 Jesse Thilo <jthilo@gnu.org>
423 * doc/bison.texinfo: Add info dir entry.
426 Let automake put version number into documentation.
428 1998-11-26 Jesse Thilo <jthilo@gnu.org>
430 * src/bison.cld, src/build.com, src/vmshlp.mar:
431 Add non-RCS files from /gd/gnu/bison.
433 1998-11-26 Jesse Thilo <jthilo@gnu.org>
436 Document the BISON_HAIRY and BISON_SIMPLE variables.
438 1998-11-25 Jesse Thilo <jthilo@gnu.org>
440 * src/version.c: Build version.c automatically.
443 Fix token numbering (used to start at 258, not 257).
445 * src/system.h: Include config.h.
447 * src/getargs.c: Update bug report address.
449 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
450 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
452 1998-11-25 Jesse Thilo <jthilo@gnu.org>
455 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
457 * configure.in, version.cin:
458 Build version.c automatically.
460 * AUTHORS: Add AUTHORS file.
462 * README: Update bug report address.
465 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
467 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
470 1998-11-25 Jesse Thilo <jthilo@gnu.org>
472 * doc/bison.texinfo: Clean up some formatting.
474 1998-05-05 Richard Stallman <rms@gnu.org>
477 Explain better why to make a pure parser.
479 1998-01-05 Richard Stallman <rms@gnu.org>
481 * src/files.c (openfiles):
482 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
483 find a temporary directory, if possible. Do not unlink files while
486 1997-08-25 Richard Stallman <rms@gnu.org>
488 * src/reader.c (stack_offset;):
489 Change some warni to warns.
491 * src/lex.c (literalchar): Use warns, not warni.
493 1997-06-28 Richard Stallman <rms@gnu.org>
495 * src/bison.s1: Add a Bison version comment.
497 * src/main.c (fatal, warn, berror):
500 1997-06-28 Richard Stallman <rms@gnu.org>
502 * Makefile.in (bison_version): New variable.
503 (dist): Use that variable.
504 (bison.s1): Substitute the Bison version into bison.simple.
506 * bison.simple: Add a Bison version comment.
508 1997-06-18 Richard Stallman <rms@gnu.org>
510 * src/main.c (fatal, warn, berror):
511 Make error messages standard.
512 (toomany): Improve error message text.
514 * 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:
515 new.h renamed to alloc.h.
517 1997-06-18 Richard Stallman <rms@gnu.org>
519 * Makefile.in: new.h renamed to alloc.h.
521 1997-05-24 Richard Stallman <rms@gnu.org>
523 * src/lex.c (literalchar):
524 Fix the code for escaping \, " and '.
526 (lex): Avoid trouble when there are many chars
527 to discard in a char literal with just several chars in it.
529 1997-05-17 Richard Stallman <rms@gnu.org>
532 Use malloc, if using alloca is troublesome.
533 (YYSTACK_USE_ALLOCA): New flag macro.
534 Define it for some systems and compilers.
535 (YYSTACK_ALLOC): New macro.
536 (yyparse): Use YYSTACK_ALLOC to allocate stack.
537 If it was malloc'd, free it.
539 1997-05-17 Richard Stallman <rms@gnu.org>
542 Use malloc, if using alloca is troublesome.
543 (YYSTACK_USE_ALLOCA): New flag macro.
544 Define it for some systems and compilers.
545 (YYSTACK_ALLOC): New macro.
546 (yyparse): Use YYSTACK_ALLOC to allocate stack.
547 If it was malloc'd, free it.
549 1997-04-23 Richard Stallman <rms@gnu.org>
552 (alloca) [__hpux]: Always define as __builtin_alloca.
554 1997-04-23 Richard Stallman <rms@gnu.org>
557 (alloca) [__hpux]: Always define as __builtin_alloca.
559 1997-04-22 Richard Stallman <rms@gnu.org>
562 [__hpux]: Include alloca.h (right for HPUX 10)
563 instead of declaring alloca (right for HPUX 9).
565 * src/bison.s1 (__yy_memcpy):
566 Declare arg `count' as unsigned int.
567 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
569 1997-04-22 Richard Stallman <rms@gnu.org>
572 [__hpux]: Include alloca.h (right for HPUX 10)
573 instead of declaring alloca (right for HPUX 9).
575 * bison.simple (__yy_memcpy):
576 Declare arg `count' as unsigned int.
577 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
579 1997-01-03 Richard Stallman <rms@gnu.org>
581 * src/allocate.c: [__STDC__ or _MSC_VER]:
582 Declare calloc and realloc to return void *.
584 1997-01-02 Richard Stallman <rms@gnu.org>
587 [_MSC_VER]: Include stdlib.h and process.h.
588 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
590 * src/main.c (main): Return FAILURE as a value.
591 (printable_version): Declare arg as int, not char.
593 1997-01-02 Richard Stallman <rms@gnu.org>
595 * Makefile.in (dist):
596 Explicitly check for symlinks, and copy them.
598 1996-12-19 Richard Stallman <rms@gnu.org>
601 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
603 1996-12-18 Paul Eggert <eggert@gnu.org>
605 * src/bison.s1 (yyparse):
606 If __GNUC__ and YYPARSE_PARAM are both defined,
607 declare yyparse to have a void * argument.
609 1996-12-18 Paul Eggert <eggert@gnu.org>
611 * bison.simple (yyparse):
612 If __GNUC__ and YYPARSE_PARAM are both defined,
613 declare yyparse to have a void * argument.
615 1996-12-17 Richard Stallman <rms@gnu.org>
617 * src/reduce.c (nbits): Add some casts.
619 1996-08-12 Richard Stallman <rms@gnu.org>
621 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
623 1996-08-12 Richard Stallman <rms@gnu.org>
625 * bison.simple: Test _MSDOS as well as _MSDOS_.
627 1996-07-31 Richard Stallman <rms@gnu.org>
630 [__sun && __i386]: Include alloca.h.
632 1996-07-31 Richard Stallman <rms@gnu.org>
635 [__sun && __i386]: Include alloca.h.
637 1996-07-30 Richard Stallman <rms@gnu.org>
639 * src/bison.s1: Comment change.
641 * src/bison.s1: Test _MSDOS_, not MSDOS.
643 1996-07-30 Richard Stallman <rms@gnu.org>
645 * bison.simple: Comment change.
647 * bison.simple: Test _MSDOS_, not MSDOS.
649 1996-06-01 Richard Stallman <rms@gnu.org>
651 * 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:
652 Insert `_' macro around many string constants.
655 Insert `_' macro around many string constants.
657 (main): Call setlocale, bindtextdomain and textdomain.
659 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
660 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
661 [ENABLE_NLS]: Include libintl.h.
662 [ENABLE_NLS] (gettext): Define.
663 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
664 (N_, PACKAGE, LOCALEDIR): New macros.
666 1996-06-01 Richard Stallman <rms@gnu.org>
668 * POTFILES.in: New file.
670 * Makefile.in (allocate.o):
671 Define target explicitly.
673 * Makefile.in (CFLAGS): Set to @CFLAGS@.
674 (LDFLAGS): Set to @LDFLAGS@.
675 (configure): Run autoconf only if preceding `cd' succeeds.
676 (bison.s1): Redirect output to temporary file then move the
677 temporary to the target, rather than redirecting directly to bison.s1.
678 (clean): Remove config.status and config.log.
679 (distclean): Don't remove config.status here.
681 1996-05-12 Richard Stallman <rms@gnu.org>
684 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
686 1996-05-12 Richard Stallman <rms@gnu.org>
689 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
691 1996-05-11 Richard Stallman <rms@gnu.org>
693 * src/bison.s1 (__yy_memcpy):
694 Really reorder the args, as was supposedly done on Feb 14 1995.
695 (yyparse): Calls changed accordingly.
697 1996-05-11 Richard Stallman <rms@gnu.org>
699 * Makefile.in (dist): Don't use $(srcdir).
701 * bison.simple (__yy_memcpy):
702 Really reorder the args, as was supposedly done on Feb 14 1995.
703 (yyparse): Calls changed accordingly.
705 1996-01-27 Richard Stallman <rms@gnu.org>
707 * src/output.c (output_rule_data):
708 Test YYERROR_VERBOSE in the conditional
709 around the definition of ttyname.
711 1995-12-29 Richard Stallman <rms@gnu.org>
714 Fix line numbers in #line commands.
716 1995-12-29 Richard Stallman <rms@gnu.org>
719 Fix line numbers in #line commands.
721 1995-12-27 Richard Stallman <rms@gnu.org>
723 * src/bison.s1 (YYPARSE_PARAM_DECL):
724 In C++, make it always null.
725 (YYPARSE_PARAM_ARG): New macro.
726 (yyparse): Use YYPARSE_PARAM_ARG.
728 1995-12-27 Richard Stallman <rms@gnu.org>
730 * bison.simple (YYPARSE_PARAM_DECL):
731 In C++, make it always null.
732 (YYPARSE_PARAM_ARG): New macro.
733 (yyparse): Use YYPARSE_PARAM_ARG.
735 1995-11-29 Richard Stallman <rms@gnu.org>
738 Describe literal string tokens, %raw, %no_lines, %token_table.
740 1995-11-29 Daniel Hagerty <hag@gnu.org>
742 * doc/bison.texinfo: Fixed update date
744 1995-10-16 Richard Stallman <rms@gnu.org>
746 * src/version.c: Version 1.25.
748 1995-10-16 Richard Stallman <rms@gnu.org>
750 * NEWS: *** empty log message ***
752 1995-10-16 Richard Stallman <rms@gnu.org>
754 * doc/bison.1, doc/bison.rnh:
757 1995-10-15 Richard Stallman <rms@gnu.org>
759 * src/vmsgetargs.c, src/getargs.c:
760 Added -n, -k, and -raw switches.
761 (noparserflag, toknumflag, rawtoknumflag): New variables.
763 * src/symtab.h (SALIAS):
764 New #define for adding aliases to %token.
765 (struct bucket): Added `alias' field.
767 * src/reduce.c (reduce_grammar):
768 Revise error message.
769 (print_notices): Remove final `.' from error message.
771 * src/reader.c (reader_output_yylsp):
773 (readgram): Use `#if 0' around code that accepted %command
774 inside grammar rules: The documentation doesn't allow it,
775 and it will fail since the %command processors scan for the next %.
776 (parse_token_decl): Extended the %token
777 declaration to allow a multi-character symbol as an alias.
778 (parse_thong_decl): New function.
779 (read_declarations): Added %thong declarations.
780 (read_declarations): Handle NOOP to deal with allowing
781 % declarations as another means to specify the flags.
782 (readgram): Allow %prec prior to semantics embedded in a rule.
783 (skip_to_char, read_declarations, copy_definition)
784 (parse_token_decl, parse_start_decl, parse_type_decl)
785 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
786 (get_type_name, copy_guard, copy_action, readgram)
787 (get_type, packsymbols): Revised most error messages.
788 Changed `fatal' to `warnxxx' to avoid aborting for error.
789 Revised and use multiple warnxxx functions to avoid using VARARGS1.
790 (read_declarations): Improve the error message for
791 an invalid character. Do not abort.
792 (read_declarations, copy_guard, copy_action): Use
793 printable_version to avoid unprintable characters in printed output.
794 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
795 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
796 Allow the type of a non-terminal can be given
797 more than once, as long as all specifications give the same type.
800 (output_headers, output_trailers, output, output_gram)
801 (output_rule_data): Implement noparserflag variable.
802 Implement toknumflag variable.
803 (output): Call reader_output_yylsp to output LTYPESTR.
806 If reader sees an error, don't process the grammar.
807 (fatals): Updated to not use VARARGS1.
808 (printable_version, int_to_string, warn, warni, warns, warnss)
809 (warnsss): New error reporting functions. Avoid abort for error.
812 Added THONG and NOOP for alias processing.
813 Added SETOPT for the new code that allows setting options with %flags.
816 Include getopt.h. Add some extern decls.
817 (safegetc): New function to deal with EOF gracefully.
818 (literalchar); new function to deal with reading \ escapes.
819 (lex): Use literalchar.
820 (lex): Implemented "..." tokens.
821 (literalchar, lex, parse_percent_token): Made tokenbuffer
822 always contain the token. This includes growing the token
823 buffer while reading an integer.
824 (parse_percent_token): Replaced if-else statement with percent_table.
825 (parse_percent_token): Added % declarations as another
826 way to specify the flags -n, -l, and -r. Also added hooks for
827 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
828 major changes to files.c.
829 (lex) Retain in the incoming stream a character following
831 (skip_white_space, lex): Revised most error messages
832 and changed fatal to warn to avoid aborting.
833 (percent_table): Added %thong declarations.
835 * src/gram.h: Comment changes.
837 * src/files.c (openfiles, open_extra_files, done):
839 and actfile file. Handle noparserflag. Both for -n switch.
841 * src/conflicts.c (resolve_sr_conflict):
842 Remove use of alloca.
844 1995-06-01 Jim Meyering <meyering@gnu.org>
846 * doc/bison.texinfo: *** empty log message ***
848 1995-05-06 Richard Stallman <rms@gnu.org>
850 * src/bison.s1: Comment change.
852 1995-05-06 Richard Stallman <rms@gnu.org>
854 * bison.simple: Comment change.
856 1995-05-03 Richard Stallman <rms@gnu.org>
858 * src/version.c: Version now 1.24.
860 * src/bison.s1: Change distribution terms.
862 * src/version.c: Version now 1.23.
864 1995-05-03 Richard Stallman <rms@gnu.org>
867 Rewrite "Conditions for Using Bison".
868 Update version to 1.24.
870 1995-05-03 Richard Stallman <rms@gnu.org>
872 * bison.simple: Change distribution terms.
874 1995-02-23 Richard Stallman <rms@gnu.org>
876 * src/files.c: Test __VMS_POSIX as well as VMS.
878 1995-02-14 Jim Meyering <meyering@gnu.org>
880 * src/bison.s1 (__yy_memcpy):
881 Renamed from __yy_bcopy to avoid
882 confusion. Reverse FROM and TO arguments to be consistent with
885 1995-02-14 Jim Meyering <meyering@gnu.org>
887 * bison.simple (__yy_memcpy):
888 Renamed from __yy_bcopy to avoid
889 confusion. Reverse FROM and TO arguments to be consistent with
892 1994-11-10 David J. MacKenzie <djm@gnu.org>
898 * Makefile.in (DISTFILES): Include NEWS.
900 * Makefile.in (DISTFILES):
901 Include install-sh, not install.sh.
903 * configure.in: Update to Autoconf v2 macro names.
905 1994-10-05 David J. MacKenzie <djm@gnu.org>
907 * Makefile.in: fix typo
909 * Makefile.in (prefix, exec_prefix):
910 Let configure set them.
912 1994-09-28 David J. MacKenzie <djm@gnu.org>
914 * Makefile.in: Set datadir to $(prefix)/share.
916 1994-09-15 Richard Stallman <rms@gnu.org>
919 Update copyright notice and GPL version.
921 1994-09-15 Richard Stallman <rms@gnu.org>
924 Update copyright notice and GPL version.
926 1994-07-12 Richard Stallman <rms@gnu.org>
928 * src/reduce.c, src/reader.c:
931 1994-05-05 David J. MacKenzie <djm@gnu.org>
933 * Makefile.in: entered into RCS
935 1994-03-26 Richard Stallman <rms@gnu.org>
937 * src/bison.s1: entered into RCS
939 1994-03-26 Richard Stallman <rms@gnu.org>
941 * bison.simple: entered into RCS
943 1994-03-25 Richard Stallman <rms@gnu.org>
945 * src/main.c: entered into RCS
947 1994-03-24 Richard Stallman <rms@gnu.org>
949 * src/conflicts.c: entered into RCS
951 1994-01-02 Richard Stallman <rms@gnu.org>
953 * Makefile.in: *** empty log message ***
955 1993-11-21 Richard Stallman <rms@gnu.org>
957 * src/bison.s1: *** empty log message ***
959 1993-11-21 Richard Stallman <rms@gnu.org>
961 * doc/bison.texinfo: entered into RCS
963 * doc/bison.texinfo: *** empty log message ***
965 1993-11-21 Richard Stallman <rms@gnu.org>
967 * bison.simple: *** empty log message ***
969 1993-10-25 David J. MacKenzie <djm@gnu.org>
971 * doc/bison.texinfo: *** empty log message ***
973 1993-10-19 Richard Stallman <rms@gnu.org>
975 * src/bison.s1: *** empty log message ***
977 1993-10-19 Richard Stallman <rms@gnu.org>
979 * bison.simple: *** empty log message ***
981 1993-10-14 Richard Stallman <rms@gnu.org>
983 * src/bison.s1: *** empty log message ***
985 1993-10-14 Richard Stallman <rms@gnu.org>
987 * bison.simple: *** empty log message ***
989 1993-09-14 David J. MacKenzie <djm@gnu.org>
991 * doc/bison.texinfo: *** empty log message ***
993 1993-09-13 Noah Friedman <friedman@gnu.org>
995 * Makefile.in: *** empty log message ***
997 1993-09-10 Richard Stallman <rms@gnu.org>
999 * src/conflicts.c: *** empty log message ***
1001 * src/system.h: entered into RCS
1003 1993-09-10 Richard Stallman <rms@gnu.org>
1005 * doc/bison.1: entered into RCS
1007 1993-09-06 Noah Friedman <friedman@gnu.org>
1009 * src/version.c: entered into RCS
1011 1993-09-06 Noah Friedman <friedman@gnu.org>
1013 * Makefile.in: *** empty log message ***
1015 1993-07-30 David J. MacKenzie <djm@gnu.org>
1017 * Makefile.in: *** empty log message ***
1019 1993-07-24 Richard Stallman <rms@gnu.org>
1021 * src/bison.s1: *** empty log message ***
1023 1993-07-24 Richard Stallman <rms@gnu.org>
1025 * bison.simple: *** empty log message ***
1027 1993-07-08 David J. MacKenzie <djm@gnu.org>
1029 * Makefile.in: *** empty log message ***
1031 1993-07-04 Richard Stallman <rms@gnu.org>
1033 * src/bison.s1: *** empty log message ***
1035 1993-07-04 Richard Stallman <rms@gnu.org>
1037 * bison.simple: *** empty log message ***
1039 1993-06-26 David J. MacKenzie <djm@gnu.org>
1041 * src/getargs.c: entered into RCS
1043 1993-06-26 David J. MacKenzie <djm@gnu.org>
1045 * doc/bison.texinfo: *** empty log message ***
1047 * doc/bison.1: New file.
1049 1993-06-25 Richard Stallman <rms@gnu.org>
1051 * src/getargs.c: New file.
1053 1993-06-16 Richard Stallman <rms@gnu.org>
1055 * src/bison.s1: *** empty log message ***
1057 1993-06-16 Richard Stallman <rms@gnu.org>
1059 * bison.simple: *** empty log message ***
1061 1993-06-03 Richard Stallman <rms@gnu.org>
1063 * src/bison.s1: New file.
1065 1993-06-03 Richard Stallman <rms@gnu.org>
1067 * doc/bison.texinfo: *** empty log message ***
1069 1993-06-03 Richard Stallman <rms@gnu.org>
1071 * bison.simple: New file.
1073 1993-05-19 Richard Stallman <rms@gnu.org>
1075 * doc/bison.texinfo: New file.
1077 1993-05-07 Noah Friedman <friedman@gnu.org>
1079 * Makefile.in: *** empty log message ***
1081 1993-04-28 Noah Friedman <friedman@gnu.org>
1083 * src/reader.c: *** empty log message ***
1085 1993-04-23 Noah Friedman <friedman@gnu.org>
1087 * src/alloc.h: entered into RCS
1089 1993-04-20 David J. MacKenzie <djm@gnu.org>
1091 * src/version.c: *** empty log message ***
1093 * src/files.c, src/allocate.c:
1096 * src/reader.c: *** empty log message ***
1098 * src/lex.c: entered into RCS
1100 * src/conflicts.c: New file.
1102 * src/symtab.c: entered into RCS
1104 * src/alloc.h: New file.
1106 * src/LR0.c: entered into RCS
1108 1993-04-18 Noah Friedman <friedman@gnu.org>
1110 * src/reader.c: New file.
1112 * src/version.c: *** empty log message ***
1114 1993-04-18 Noah Friedman <friedman@gnu.org>
1116 * Makefile.in: *** empty log message ***
1118 1993-04-17 Noah Friedman <friedman@gnu.org>
1120 * Makefile.in: *** empty log message ***
1122 1993-04-15 Richard Stallman <rms@gnu.org>
1124 * src/main.c, src/files.c:
1127 1993-04-15 Noah Friedman <friedman@gnu.org>
1129 * configure.in: entered into RCS
1131 * configure.in: *** empty log message ***
1133 * configure.in: New file.
1135 1993-04-14 Richard Stallman <rms@gnu.org>
1137 * Makefile.in: New file.
1139 1993-04-13 Richard Stallman <rms@gnu.org>
1141 * src/version.c: New file.
1143 1993-03-25 Richard Stallman <rms@gnu.org>
1145 * src/output.c: entered into RCS
1147 1992-09-25 Richard Stallman <rms@gnu.org>
1149 * configure.bat: entered into RCS
1151 1992-06-22 Richard Stallman <rms@gnu.org>
1153 * src/vmsgetargs.c: entered into RCS
1155 1992-06-22 Richard Stallman <rms@gnu.org>
1157 * doc/bison.rnh: entered into RCS
1159 1992-04-20 David J. MacKenzie <djm@gnu.org>
1161 * README: entered into RCS
1163 1992-01-22 Richard Stallman <rms@gnu.org>
1165 * src/machine.h: entered into RCS
1167 1991-12-21 Richard Stallman <rms@gnu.org>
1169 * src/lalr.c, src/closure.c:
1172 1991-12-20 Richard Stallman <rms@gnu.org>
1174 * src/state.h: entered into RCS
1176 1991-12-18 Richard Stallman <rms@gnu.org>
1178 * src/print.c, src/nullable.c, src/derives.c:
1181 1991-11-03 David J. MacKenzie <djm@gnu.org>
1183 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
1186 1988-09-09 Richard Stallman <rms@gnu.org>
1188 * src/bison.hairy: entered into RCS
1190 1987-12-16 Richard Stallman <rms@gnu.org>
1192 * REFERENCES: entered into RCS