1 2000-03-28 Akim Demaille <akim@epita.fr>
4 * Makefile.am (SUBDIRS): Adjust.
5 * configure.in: Adjust.
6 (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
8 * src/alloca.c: Moved to lib/.
9 * src/getopt.c: Likewise.
10 * src/getopt1.c: Likewise.
11 * src/getopt.h: Likewise.
12 * src/ansi2knr.c: Likewise.
13 * src/ansi2knr.1: Likewise.
14 * src/Makefile.am: Adjust.
15 * lib/Makefile.am: New file.
17 2000-03-28 Akim Demaille <akim@epita.fr>
19 * src/getargs.c (usage): Refresh the help message.
21 2000-03-17 Akim Demaille <akim@epita.fr>
23 * src/getopt1.c: Updated from textutils 2.0e
24 * src/getopt.c: Likewise.
25 * src/getopt.h: Likewise.
27 2000-03-17 Akim Demaille <akim@epita.fr>
29 * src/Makefile.am (bison.simple): Fix the awk program: quote only
30 the file name, not the whole `#line LINE FILE'.
32 2000-03-17 Akim Demaille <akim@epita.fr>
34 On syntax errors, report the token on which we choked.
36 * src/bison.s1 (yyparse): In the label yyerrlab, when
37 YYERROR_VERBOSE, add yychar in msg.
39 2000-03-17 Akim Demaille <akim@epita.fr>
41 * src/reader.c (copy_at): New function.
43 (copy_action): Use it.
45 2000-03-17 Akim Demaille <akim@epita.fr>
47 Be kind to translators, save some useless translations.
49 * src/main.c (banner): New function.
50 (fatal_banner): Use it.
51 (warn_banner): Use it.
53 2000-03-17 Akim Demaille <akim@epita.fr>
55 * src/reader.c (copy_definition): Use copy_string and
56 copy_comment. Removed now unused `match', `ended',
58 (copy_comment, copy_string): Moved, to be visible from
61 2000-03-17 Akim Demaille <akim@epita.fr>
63 * src/reader.c (copy_string): Declare `static inline'. No
64 problems with inline, since it is checked by configure.
65 (copy_comment): Likewise.
67 2000-03-17 Akim Demaille <akim@epita.fr>
69 * src/reader.c (packsymbols): Formatting changes.
71 2000-03-17 Akim Demaille <akim@epita.fr>
73 * src/reader.c (copy_comment): New function, factored out from:
74 (copy_action): Use it. Removed now unused `match', `ended',
76 (copy_guard): Likewise.
78 2000-03-17 Akim Demaille <akim@epita.fr>
80 * src/reader.c (copy_string): New function, factored out from:
81 (copy_action): Use it.
82 (copy_guard): Likewise.
84 2000-03-17 Akim Demaille <akim@epita.fr>
86 Change the handling of @s so that they behave exactly like $s.
87 There is now a pseudo variable @$ (readble and writable), location
88 of the lhs of the rule (by default ranging from the location of
89 the first symbol of the rhs, to the location of the last symbol,
90 or, if the rhs is empty, YYLLOC).
92 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
94 (yyparse): When providing a default semantic action, provide a
95 default location action.
96 (after the $): No longer change `*YYLSP', just stack YYLOC the
97 same way you stack YYVAL.
98 * src/reader.c (read_declarations): Use warns.
99 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
100 (copy_action, case '@'): Likewise.
101 Use a standard error message, to save useless work from
104 2000-03-17 Akim Demaille <akim@epita.fr>
106 * src/bison.s1: Formatting and cosmetics changes.
107 * src/reader.c: Likewise.
108 Update the Copyright notice.
110 2000-03-17 Akim Demaille <akim@epita.fr>
112 * src/bison.s1 (#line): All set to `#line' only, since the
113 Makefile now handles them.
115 2000-03-16 Akim Demaille <akim@epita.fr>
117 * src/output.c (output_rule_data): Output the documentation of
119 (Copyright notice): Update.
122 2000-03-16 Akim Demaille <akim@epita.fr>
124 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
125 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
126 One `#if YYDEBUG' remains, since it uses variables which are
127 defined only if `YYDEBUG != 0'.
129 2000-03-16 Akim Demaille <akim@epita.fr>
131 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
132 and related variables so that the similarities are highlighted.
134 2000-03-16 Akim Demaille <akim@epita.fr>
136 * src/bison.s1: Properly indent CPP directives.
138 2000-03-16 Akim Demaille <akim@epita.fr>
140 * src/bison.s1: Properly indent the `alloca' CPP section.
142 2000-03-16 Akim Demaille <akim@epita.fr>
144 Do not hard code values of directories in `configure.in'.
145 Update the `configure' tool chain.
147 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
149 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
150 (AC_OUTPUT): Add m4/Makefile.
151 Bump to bison 1.28a, 1.29 has never been released.
152 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
153 handled via src/Makefile.am.
154 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
155 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
157 * Makefile.am (SUBDIRS): Add m4.
158 (ACLOCAL_AM_FLAGS): New variable.
159 (AUTOMAKE_OPTIONS): Add check-news.
160 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
161 the proper line number and file name.
162 (DEFS): Propagate the location of bison library files and of the
164 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
166 * acinclude.m4: Remove, replaced by the directory m4.
167 * m4/Makefile.am (EXTRA_DIST): New variable.
168 * m4/gettext.m4: New file, from the fileutils.
169 * m4/lcmessage.m4: Likewise
170 * m4/progtest.m4: Likewise.
171 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
173 2000-03-10 Akim Demaille <akim@epita.fr>
176 Formatting changes of various comments.
177 Respect the GNU coding standards at various places.
178 Don't use `_()' when no translation is needed.
180 1999-12-13 Jesse Thilo <jthilo@gnu.org>
183 OS/2 honors TMPDIR environment variable.
185 1999-12-13 Jesse Thilo <jthilo@gnu.org>
187 * doc/bison.texinfo: Tweaked spelling and grammar.
189 Removed reference to price of printed copy.
190 Mention BISON_SIMPLE and BISON_HAIRY.
192 1999-12-13 Jesse Thilo <jthilo@gnu.org>
194 * configure.in, NEWS:
197 1999-10-27 Jesse Thilo <jthilo@gnu.org>
199 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
200 Added reference card.
202 1999-07-26 Jesse Thilo <jthilo@gnu.org>
204 * po/ru.po: Added Russian translation.
206 1999-07-26 Jesse Thilo <jthilo@gnu.org>
208 * configure.in: Added Russian translation.
210 1999-07-06 Jesse Thilo <jthilo@gnu.org>
212 * configure.in, NEWS, README:
213 Released version 1.28.
215 1999-06-14 Jesse Thilo <jthilo@gnu.org>
218 Squashed redefinition warning on some systems.
220 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
221 Have configure build version string instead of relying on ANSI string
224 1999-06-14 Jesse Thilo <jthilo@gnu.org>
226 * po/POTFILES.in: Got rid of version.c.
228 1999-06-14 Jesse Thilo <jthilo@gnu.org>
230 * acconfig.h, configure.in:
231 Have configure build version string instead of relying on ANSI string
234 1999-06-08 Jesse Thilo <jthilo@gnu.org>
237 Dropped mention of `+' for long-named options.
239 1999-05-30 Jesse Thilo <jthilo@gnu.org>
241 * src/files.c: Added <unistd.h> for unlink().
243 * src/Makefile.am, src/system.h:
246 1999-05-30 Jesse Thilo <jthilo@gnu.org>
248 * README: Added a FAQ list.
250 * configure.in, acconfig.h:
253 1999-05-30 Jesse Thilo <jthilo@gnu.org>
255 * doc/FAQ, doc/Makefile.am:
258 1999-05-19 Jesse Thilo <jthilo@gnu.org>
260 * src/alloc.h, src/symtab.h, src/version.c:
261 Protected inclusion of "config.h" with HAVE_CONFIG_H.
263 1999-04-18 Jesse Thilo <jthilo@gnu.org>
265 * src/.cvsignore, src/Makefile.am:
266 Reorganized: sources in `src', documentation in `doc'.
268 * src/lex.c (literalchar):
269 fixed the code for escaping double quotes (thanks
272 1999-04-18 Jesse Thilo <jthilo@gnu.org>
274 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
275 Adjusted paths to reflect directory reorganization.
277 1999-04-18 Jesse Thilo <jthilo@gnu.org>
279 * doc/.cvsignore, doc/Makefile.am:
280 Reorganized: sources in `src', documentation in `doc'.
282 1999-04-18 Jesse Thilo <jthilo@gnu.org>
285 Updated AC_INIT file to reflect directory reorganization.
287 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
288 Reorganized: sources in `src', documentation in `doc'.
290 1999-04-13 Jesse Thilo <jthilo@gnu.org>
293 Don't declare calloc() and realloc() if not necessary.
295 1999-04-13 Jesse Thilo <jthilo@gnu.org>
297 * configure.in, acconfig.h, acinclude.m4:
298 Don't declare calloc() and realloc() if not necessary.
300 1999-03-23 Jesse Thilo <jthilo@gnu.org>
302 * po/.cvsignore: Added i18n support.
304 1999-03-23 Jesse Thilo <jthilo@gnu.org>
306 * acconfig.h, configure.in, Makefile.am:
309 1999-03-22 Jesse Thilo <jthilo@gnu.org>
311 * src/bison.s1: Fixed #line numbers.
313 1999-03-15 Jesse Thilo <jthilo@gnu.org>
315 * po/es.po, po/fr.po, po/nl.po, po/de.po:
316 Added PO files from Translation Project.
318 1999-03-03 Jesse Thilo <jthilo@gnu.org>
321 Added support for non-ANSI compilers (ansi2knr).
323 1999-02-16 Jesse Thilo <jthilo@gnu.org>
325 * configure.in: Bumped version number to 1.27.
328 Added `bison.simple' to list of files removed by `make distclean'.
330 1999-02-12 Jesse Thilo <jthilo@gnu.org>
332 * src/files.c, src/files.h:
333 Defined locations of parser files in config.h instead of Makefile.
335 1999-02-12 Jesse Thilo <jthilo@gnu.org>
337 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
338 Defined locations of parser files in config.h instead of Makefile.
340 1999-02-09 Jesse Thilo <jthilo@gnu.org>
343 Removed inappropriate use of $< macro.
345 1999-02-05 Jesse Thilo <jthilo@gnu.org>
347 * po/Makefile.in.in, po/POTFILES.in:
348 Add `po' directory skeleton.
350 1999-01-27 Jesse Thilo <jthilo@gnu.org>
352 * README: Document help-bison list.
354 * configure.in: Add check for mkstemp().
356 1999-01-20 Jesse Thilo <jthilo@gnu.org>
358 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
359 Hush a few compiler warnings.
362 Add tryclose(), which verifies that fclose was successful.
363 Hush a couple of compiler warnings.
365 1999-01-20 Jesse Thilo <jthilo@gnu.org>
367 * Makefile.am, OChangeLog:
368 ChangeLog is now automatically generated. Include the old version as
371 1999-01-14 Jesse Thilo <jthilo@gnu.org>
373 * 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:
376 1999-01-14 Jesse Thilo <jthilo@gnu.org>
378 * doc/bison.texinfo: Fix formatting glitch.
380 * doc/bison.texinfo: Update FSF address.
382 1999-01-14 Jesse Thilo <jthilo@gnu.org>
384 * acconfig.h: Update FSF address.
386 1999-01-08 Jesse Thilo <jthilo@gnu.org>
389 Don't define PACKAGE here, since config.h defines it.
391 1998-12-30 Jesse Thilo <jthilo@gnu.org>
393 * src/reader.c: Update copyright date.
396 Ditch sprintf to statically-sized buffers in fatal/warn functions in
397 favor of output directly to stderr (avoids buffer overruns).
399 * src/reader.c: Some checks for premature EOF.
401 * 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:
402 Use prototypes if the compiler understands them.
404 * src/files.c: Honor TMPDIR on Unix hosts.
405 Use prototypes if the compiler understands them.
408 Fix a couple of buffer overrun bugs.
409 Use prototypes if the compiler understands them.
411 * src/system.h: Include unistd.h and ctype.h.
412 Use #ifdef instead of #if for NLS symbols.
414 1998-12-30 Jesse Thilo <jthilo@gnu.org>
417 Delete comment "consider using @set for edition number, etc..." since
420 1998-12-30 Jesse Thilo <jthilo@gnu.org>
423 Use prototypes if the compiler understands them.
425 * NEWS: Document 1.26 highlights.
427 * Makefile.am: Require Automake 1.3 or later.
430 Use prototypes if the compiler understands them.
432 1998-12-29 Jesse Thilo <jthilo@gnu.org>
435 Use VERSION symbol from automake for version number.
437 1998-12-29 Jesse Thilo <jthilo@gnu.org>
439 * acconfig.h, configure.in, version.cin:
440 Use VERSION symbol from automake for version number.
442 1998-11-28 Jesse Thilo <jthilo@gnu.org>
445 Distribute original version of simple parser (bison.s1), not built
446 version (bison.simple).
448 1998-11-28 Jesse Thilo <jthilo@gnu.org>
450 * doc/bison.texinfo: Add info dir entry.
453 Let automake put version number into documentation.
455 1998-11-26 Jesse Thilo <jthilo@gnu.org>
457 * src/bison.cld, src/build.com, src/vmshlp.mar:
458 Add non-RCS files from /gd/gnu/bison.
460 1998-11-26 Jesse Thilo <jthilo@gnu.org>
463 Document the BISON_HAIRY and BISON_SIMPLE variables.
465 1998-11-25 Jesse Thilo <jthilo@gnu.org>
467 * src/version.c: Build version.c automatically.
470 Fix token numbering (used to start at 258, not 257).
472 * src/system.h: Include config.h.
474 * src/getargs.c: Update bug report address.
476 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
477 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
479 1998-11-25 Jesse Thilo <jthilo@gnu.org>
482 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
484 * configure.in, version.cin:
485 Build version.c automatically.
487 * AUTHORS: Add AUTHORS file.
489 * README: Update bug report address.
492 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
494 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
497 1998-11-25 Jesse Thilo <jthilo@gnu.org>
499 * doc/bison.texinfo: Clean up some formatting.
501 1998-05-05 Richard Stallman <rms@gnu.org>
504 Explain better why to make a pure parser.
506 1998-01-05 Richard Stallman <rms@gnu.org>
508 * src/files.c (openfiles):
509 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
510 find a temporary directory, if possible. Do not unlink files while
513 1997-08-25 Richard Stallman <rms@gnu.org>
515 * src/reader.c (stack_offset;):
516 Change some warni to warns.
518 * src/lex.c (literalchar): Use warns, not warni.
520 1997-06-28 Richard Stallman <rms@gnu.org>
522 * src/bison.s1: Add a Bison version comment.
524 * src/main.c (fatal, warn, berror):
527 1997-06-28 Richard Stallman <rms@gnu.org>
529 * Makefile.in (bison_version): New variable.
530 (dist): Use that variable.
531 (bison.s1): Substitute the Bison version into bison.simple.
533 * bison.simple: Add a Bison version comment.
535 1997-06-18 Richard Stallman <rms@gnu.org>
537 * src/main.c (fatal, warn, berror):
538 Make error messages standard.
539 (toomany): Improve error message text.
541 * 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:
542 new.h renamed to alloc.h.
544 1997-06-18 Richard Stallman <rms@gnu.org>
546 * Makefile.in: new.h renamed to alloc.h.
548 1997-05-24 Richard Stallman <rms@gnu.org>
550 * src/lex.c (literalchar):
551 Fix the code for escaping \, " and '.
553 (lex): Avoid trouble when there are many chars
554 to discard in a char literal with just several chars in it.
556 1997-05-17 Richard Stallman <rms@gnu.org>
559 Use malloc, if using alloca is troublesome.
560 (YYSTACK_USE_ALLOCA): New flag macro.
561 Define it for some systems and compilers.
562 (YYSTACK_ALLOC): New macro.
563 (yyparse): Use YYSTACK_ALLOC to allocate stack.
564 If it was malloc'd, free it.
566 1997-05-17 Richard Stallman <rms@gnu.org>
569 Use malloc, if using alloca is troublesome.
570 (YYSTACK_USE_ALLOCA): New flag macro.
571 Define it for some systems and compilers.
572 (YYSTACK_ALLOC): New macro.
573 (yyparse): Use YYSTACK_ALLOC to allocate stack.
574 If it was malloc'd, free it.
576 1997-04-23 Richard Stallman <rms@gnu.org>
579 (alloca) [__hpux]: Always define as __builtin_alloca.
581 1997-04-23 Richard Stallman <rms@gnu.org>
584 (alloca) [__hpux]: Always define as __builtin_alloca.
586 1997-04-22 Richard Stallman <rms@gnu.org>
589 [__hpux]: Include alloca.h (right for HPUX 10)
590 instead of declaring alloca (right for HPUX 9).
592 * src/bison.s1 (__yy_memcpy):
593 Declare arg `count' as unsigned int.
594 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
596 1997-04-22 Richard Stallman <rms@gnu.org>
599 [__hpux]: Include alloca.h (right for HPUX 10)
600 instead of declaring alloca (right for HPUX 9).
602 * bison.simple (__yy_memcpy):
603 Declare arg `count' as unsigned int.
604 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
606 1997-01-03 Richard Stallman <rms@gnu.org>
608 * src/allocate.c: [__STDC__ or _MSC_VER]:
609 Declare calloc and realloc to return void *.
611 1997-01-02 Richard Stallman <rms@gnu.org>
614 [_MSC_VER]: Include stdlib.h and process.h.
615 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
617 * src/main.c (main): Return FAILURE as a value.
618 (printable_version): Declare arg as int, not char.
620 1997-01-02 Richard Stallman <rms@gnu.org>
622 * Makefile.in (dist):
623 Explicitly check for symlinks, and copy them.
625 1996-12-19 Richard Stallman <rms@gnu.org>
628 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
630 1996-12-18 Paul Eggert <eggert@gnu.org>
632 * src/bison.s1 (yyparse):
633 If __GNUC__ and YYPARSE_PARAM are both defined,
634 declare yyparse to have a void * argument.
636 1996-12-18 Paul Eggert <eggert@gnu.org>
638 * bison.simple (yyparse):
639 If __GNUC__ and YYPARSE_PARAM are both defined,
640 declare yyparse to have a void * argument.
642 1996-12-17 Richard Stallman <rms@gnu.org>
644 * src/reduce.c (nbits): Add some casts.
646 1996-08-12 Richard Stallman <rms@gnu.org>
648 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
650 1996-08-12 Richard Stallman <rms@gnu.org>
652 * bison.simple: Test _MSDOS as well as _MSDOS_.
654 1996-07-31 Richard Stallman <rms@gnu.org>
657 [__sun && __i386]: Include alloca.h.
659 1996-07-31 Richard Stallman <rms@gnu.org>
662 [__sun && __i386]: Include alloca.h.
664 1996-07-30 Richard Stallman <rms@gnu.org>
666 * src/bison.s1: Comment change.
668 * src/bison.s1: Test _MSDOS_, not MSDOS.
670 1996-07-30 Richard Stallman <rms@gnu.org>
672 * bison.simple: Comment change.
674 * bison.simple: Test _MSDOS_, not MSDOS.
676 1996-06-01 Richard Stallman <rms@gnu.org>
678 * 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:
679 Insert `_' macro around many string constants.
682 Insert `_' macro around many string constants.
684 (main): Call setlocale, bindtextdomain and textdomain.
686 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
687 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
688 [ENABLE_NLS]: Include libintl.h.
689 [ENABLE_NLS] (gettext): Define.
690 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
691 (N_, PACKAGE, LOCALEDIR): New macros.
693 1996-06-01 Richard Stallman <rms@gnu.org>
695 * POTFILES.in: New file.
697 * Makefile.in (allocate.o):
698 Define target explicitly.
700 * Makefile.in (CFLAGS): Set to @CFLAGS@.
701 (LDFLAGS): Set to @LDFLAGS@.
702 (configure): Run autoconf only if preceding `cd' succeeds.
703 (bison.s1): Redirect output to temporary file then move the
704 temporary to the target, rather than redirecting directly to bison.s1.
705 (clean): Remove config.status and config.log.
706 (distclean): Don't remove config.status here.
708 1996-05-12 Richard Stallman <rms@gnu.org>
711 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
713 1996-05-12 Richard Stallman <rms@gnu.org>
716 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
718 1996-05-11 Richard Stallman <rms@gnu.org>
720 * src/bison.s1 (__yy_memcpy):
721 Really reorder the args, as was supposedly done on Feb 14 1995.
722 (yyparse): Calls changed accordingly.
724 1996-05-11 Richard Stallman <rms@gnu.org>
726 * Makefile.in (dist): Don't use $(srcdir).
728 * bison.simple (__yy_memcpy):
729 Really reorder the args, as was supposedly done on Feb 14 1995.
730 (yyparse): Calls changed accordingly.
732 1996-01-27 Richard Stallman <rms@gnu.org>
734 * src/output.c (output_rule_data):
735 Test YYERROR_VERBOSE in the conditional
736 around the definition of ttyname.
738 1995-12-29 Richard Stallman <rms@gnu.org>
741 Fix line numbers in #line commands.
743 1995-12-29 Richard Stallman <rms@gnu.org>
746 Fix line numbers in #line commands.
748 1995-12-27 Richard Stallman <rms@gnu.org>
750 * src/bison.s1 (YYPARSE_PARAM_DECL):
751 In C++, make it always null.
752 (YYPARSE_PARAM_ARG): New macro.
753 (yyparse): Use YYPARSE_PARAM_ARG.
755 1995-12-27 Richard Stallman <rms@gnu.org>
757 * bison.simple (YYPARSE_PARAM_DECL):
758 In C++, make it always null.
759 (YYPARSE_PARAM_ARG): New macro.
760 (yyparse): Use YYPARSE_PARAM_ARG.
762 1995-11-29 Richard Stallman <rms@gnu.org>
765 Describe literal string tokens, %raw, %no_lines, %token_table.
767 1995-11-29 Daniel Hagerty <hag@gnu.org>
769 * doc/bison.texinfo: Fixed update date
771 1995-10-16 Richard Stallman <rms@gnu.org>
773 * src/version.c: Version 1.25.
775 1995-10-16 Richard Stallman <rms@gnu.org>
777 * NEWS: *** empty log message ***
779 1995-10-16 Richard Stallman <rms@gnu.org>
781 * doc/bison.1, doc/bison.rnh:
784 1995-10-15 Richard Stallman <rms@gnu.org>
786 * src/vmsgetargs.c, src/getargs.c:
787 Added -n, -k, and -raw switches.
788 (noparserflag, toknumflag, rawtoknumflag): New variables.
790 * src/symtab.h (SALIAS):
791 New #define for adding aliases to %token.
792 (struct bucket): Added `alias' field.
794 * src/reduce.c (reduce_grammar):
795 Revise error message.
796 (print_notices): Remove final `.' from error message.
798 * src/reader.c (reader_output_yylsp):
800 (readgram): Use `#if 0' around code that accepted %command
801 inside grammar rules: The documentation doesn't allow it,
802 and it will fail since the %command processors scan for the next %.
803 (parse_token_decl): Extended the %token
804 declaration to allow a multi-character symbol as an alias.
805 (parse_thong_decl): New function.
806 (read_declarations): Added %thong declarations.
807 (read_declarations): Handle NOOP to deal with allowing
808 % declarations as another means to specify the flags.
809 (readgram): Allow %prec prior to semantics embedded in a rule.
810 (skip_to_char, read_declarations, copy_definition)
811 (parse_token_decl, parse_start_decl, parse_type_decl)
812 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
813 (get_type_name, copy_guard, copy_action, readgram)
814 (get_type, packsymbols): Revised most error messages.
815 Changed `fatal' to `warnxxx' to avoid aborting for error.
816 Revised and use multiple warnxxx functions to avoid using VARARGS1.
817 (read_declarations): Improve the error message for
818 an invalid character. Do not abort.
819 (read_declarations, copy_guard, copy_action): Use
820 printable_version to avoid unprintable characters in printed output.
821 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
822 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
823 Allow the type of a non-terminal can be given
824 more than once, as long as all specifications give the same type.
827 (output_headers, output_trailers, output, output_gram)
828 (output_rule_data): Implement noparserflag variable.
829 Implement toknumflag variable.
830 (output): Call reader_output_yylsp to output LTYPESTR.
833 If reader sees an error, don't process the grammar.
834 (fatals): Updated to not use VARARGS1.
835 (printable_version, int_to_string, warn, warni, warns, warnss)
836 (warnsss): New error reporting functions. Avoid abort for error.
839 Added THONG and NOOP for alias processing.
840 Added SETOPT for the new code that allows setting options with %flags.
843 Include getopt.h. Add some extern decls.
844 (safegetc): New function to deal with EOF gracefully.
845 (literalchar); new function to deal with reading \ escapes.
846 (lex): Use literalchar.
847 (lex): Implemented "..." tokens.
848 (literalchar, lex, parse_percent_token): Made tokenbuffer
849 always contain the token. This includes growing the token
850 buffer while reading an integer.
851 (parse_percent_token): Replaced if-else statement with percent_table.
852 (parse_percent_token): Added % declarations as another
853 way to specify the flags -n, -l, and -r. Also added hooks for
854 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
855 major changes to files.c.
856 (lex) Retain in the incoming stream a character following
858 (skip_white_space, lex): Revised most error messages
859 and changed fatal to warn to avoid aborting.
860 (percent_table): Added %thong declarations.
862 * src/gram.h: Comment changes.
864 * src/files.c (openfiles, open_extra_files, done):
866 and actfile file. Handle noparserflag. Both for -n switch.
868 * src/conflicts.c (resolve_sr_conflict):
869 Remove use of alloca.
871 1995-06-01 Jim Meyering <meyering@gnu.org>
873 * doc/bison.texinfo: *** empty log message ***
875 1995-05-06 Richard Stallman <rms@gnu.org>
877 * src/bison.s1: Comment change.
879 1995-05-06 Richard Stallman <rms@gnu.org>
881 * bison.simple: Comment change.
883 1995-05-03 Richard Stallman <rms@gnu.org>
885 * src/version.c: Version now 1.24.
887 * src/bison.s1: Change distribution terms.
889 * src/version.c: Version now 1.23.
891 1995-05-03 Richard Stallman <rms@gnu.org>
894 Rewrite "Conditions for Using Bison".
895 Update version to 1.24.
897 1995-05-03 Richard Stallman <rms@gnu.org>
899 * bison.simple: Change distribution terms.
901 1995-02-23 Richard Stallman <rms@gnu.org>
903 * src/files.c: Test __VMS_POSIX as well as VMS.
905 1995-02-14 Jim Meyering <meyering@gnu.org>
907 * src/bison.s1 (__yy_memcpy):
908 Renamed from __yy_bcopy to avoid
909 confusion. Reverse FROM and TO arguments to be consistent with
912 1995-02-14 Jim Meyering <meyering@gnu.org>
914 * bison.simple (__yy_memcpy):
915 Renamed from __yy_bcopy to avoid
916 confusion. Reverse FROM and TO arguments to be consistent with
919 1994-11-10 David J. MacKenzie <djm@gnu.org>
925 * Makefile.in (DISTFILES): Include NEWS.
927 * Makefile.in (DISTFILES):
928 Include install-sh, not install.sh.
930 * configure.in: Update to Autoconf v2 macro names.
932 1994-10-05 David J. MacKenzie <djm@gnu.org>
934 * Makefile.in: fix typo
936 * Makefile.in (prefix, exec_prefix):
937 Let configure set them.
939 1994-09-28 David J. MacKenzie <djm@gnu.org>
941 * Makefile.in: Set datadir to $(prefix)/share.
943 1994-09-15 Richard Stallman <rms@gnu.org>
946 Update copyright notice and GPL version.
948 1994-09-15 Richard Stallman <rms@gnu.org>
951 Update copyright notice and GPL version.
953 1994-07-12 Richard Stallman <rms@gnu.org>
955 * src/reduce.c, src/reader.c:
958 1994-05-05 David J. MacKenzie <djm@gnu.org>
960 * Makefile.in: entered into RCS
962 1994-03-26 Richard Stallman <rms@gnu.org>
964 * src/bison.s1: entered into RCS
966 1994-03-26 Richard Stallman <rms@gnu.org>
968 * bison.simple: entered into RCS
970 1994-03-25 Richard Stallman <rms@gnu.org>
972 * src/main.c: entered into RCS
974 1994-03-24 Richard Stallman <rms@gnu.org>
976 * src/conflicts.c: entered into RCS
978 1994-01-02 Richard Stallman <rms@gnu.org>
980 * Makefile.in: *** empty log message ***
982 1993-11-21 Richard Stallman <rms@gnu.org>
984 * src/bison.s1: *** empty log message ***
986 1993-11-21 Richard Stallman <rms@gnu.org>
988 * doc/bison.texinfo: entered into RCS
990 * doc/bison.texinfo: *** empty log message ***
992 1993-11-21 Richard Stallman <rms@gnu.org>
994 * bison.simple: *** empty log message ***
996 1993-10-25 David J. MacKenzie <djm@gnu.org>
998 * doc/bison.texinfo: *** empty log message ***
1000 1993-10-19 Richard Stallman <rms@gnu.org>
1002 * src/bison.s1: *** empty log message ***
1004 1993-10-19 Richard Stallman <rms@gnu.org>
1006 * bison.simple: *** empty log message ***
1008 1993-10-14 Richard Stallman <rms@gnu.org>
1010 * src/bison.s1: *** empty log message ***
1012 1993-10-14 Richard Stallman <rms@gnu.org>
1014 * bison.simple: *** empty log message ***
1016 1993-09-14 David J. MacKenzie <djm@gnu.org>
1018 * doc/bison.texinfo: *** empty log message ***
1020 1993-09-13 Noah Friedman <friedman@gnu.org>
1022 * Makefile.in: *** empty log message ***
1024 1993-09-10 Richard Stallman <rms@gnu.org>
1026 * src/conflicts.c: *** empty log message ***
1028 * src/system.h: entered into RCS
1030 1993-09-10 Richard Stallman <rms@gnu.org>
1032 * doc/bison.1: entered into RCS
1034 1993-09-06 Noah Friedman <friedman@gnu.org>
1036 * src/version.c: entered into RCS
1038 1993-09-06 Noah Friedman <friedman@gnu.org>
1040 * Makefile.in: *** empty log message ***
1042 1993-07-30 David J. MacKenzie <djm@gnu.org>
1044 * Makefile.in: *** empty log message ***
1046 1993-07-24 Richard Stallman <rms@gnu.org>
1048 * src/bison.s1: *** empty log message ***
1050 1993-07-24 Richard Stallman <rms@gnu.org>
1052 * bison.simple: *** empty log message ***
1054 1993-07-08 David J. MacKenzie <djm@gnu.org>
1056 * Makefile.in: *** empty log message ***
1058 1993-07-04 Richard Stallman <rms@gnu.org>
1060 * src/bison.s1: *** empty log message ***
1062 1993-07-04 Richard Stallman <rms@gnu.org>
1064 * bison.simple: *** empty log message ***
1066 1993-06-26 David J. MacKenzie <djm@gnu.org>
1068 * src/getargs.c: entered into RCS
1070 1993-06-26 David J. MacKenzie <djm@gnu.org>
1072 * doc/bison.texinfo: *** empty log message ***
1074 * doc/bison.1: New file.
1076 1993-06-25 Richard Stallman <rms@gnu.org>
1078 * src/getargs.c: New file.
1080 1993-06-16 Richard Stallman <rms@gnu.org>
1082 * src/bison.s1: *** empty log message ***
1084 1993-06-16 Richard Stallman <rms@gnu.org>
1086 * bison.simple: *** empty log message ***
1088 1993-06-03 Richard Stallman <rms@gnu.org>
1090 * src/bison.s1: New file.
1092 1993-06-03 Richard Stallman <rms@gnu.org>
1094 * doc/bison.texinfo: *** empty log message ***
1096 1993-06-03 Richard Stallman <rms@gnu.org>
1098 * bison.simple: New file.
1100 1993-05-19 Richard Stallman <rms@gnu.org>
1102 * doc/bison.texinfo: New file.
1104 1993-05-07 Noah Friedman <friedman@gnu.org>
1106 * Makefile.in: *** empty log message ***
1108 1993-04-28 Noah Friedman <friedman@gnu.org>
1110 * src/reader.c: *** empty log message ***
1112 1993-04-23 Noah Friedman <friedman@gnu.org>
1114 * src/alloc.h: entered into RCS
1116 1993-04-20 David J. MacKenzie <djm@gnu.org>
1118 * src/version.c: *** empty log message ***
1120 * src/files.c, src/allocate.c:
1123 * src/reader.c: *** empty log message ***
1125 * src/lex.c: entered into RCS
1127 * src/conflicts.c: New file.
1129 * src/symtab.c: entered into RCS
1131 * src/alloc.h: New file.
1133 * src/LR0.c: entered into RCS
1135 1993-04-18 Noah Friedman <friedman@gnu.org>
1137 * src/reader.c: New file.
1139 * src/version.c: *** empty log message ***
1141 1993-04-18 Noah Friedman <friedman@gnu.org>
1143 * Makefile.in: *** empty log message ***
1145 1993-04-17 Noah Friedman <friedman@gnu.org>
1147 * Makefile.in: *** empty log message ***
1149 1993-04-15 Richard Stallman <rms@gnu.org>
1151 * src/main.c, src/files.c:
1154 1993-04-15 Noah Friedman <friedman@gnu.org>
1156 * configure.in: entered into RCS
1158 * configure.in: *** empty log message ***
1160 * configure.in: New file.
1162 1993-04-14 Richard Stallman <rms@gnu.org>
1164 * Makefile.in: New file.
1166 1993-04-13 Richard Stallman <rms@gnu.org>
1168 * src/version.c: New file.
1170 1993-03-25 Richard Stallman <rms@gnu.org>
1172 * src/output.c: entered into RCS
1174 1992-09-25 Richard Stallman <rms@gnu.org>
1176 * configure.bat: entered into RCS
1178 1992-06-22 Richard Stallman <rms@gnu.org>
1180 * src/vmsgetargs.c: entered into RCS
1182 1992-06-22 Richard Stallman <rms@gnu.org>
1184 * doc/bison.rnh: entered into RCS
1186 1992-04-20 David J. MacKenzie <djm@gnu.org>
1188 * README: entered into RCS
1190 1992-01-22 Richard Stallman <rms@gnu.org>
1192 * src/machine.h: entered into RCS
1194 1991-12-21 Richard Stallman <rms@gnu.org>
1196 * src/lalr.c, src/closure.c:
1199 1991-12-20 Richard Stallman <rms@gnu.org>
1201 * src/state.h: entered into RCS
1203 1991-12-18 Richard Stallman <rms@gnu.org>
1205 * src/print.c, src/nullable.c, src/derives.c:
1208 1991-11-03 David J. MacKenzie <djm@gnu.org>
1210 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
1213 1988-09-09 Richard Stallman <rms@gnu.org>
1215 * src/bison.hairy: entered into RCS
1217 1987-12-16 Richard Stallman <rms@gnu.org>
1219 * REFERENCES: entered into RCS