1 2000-03-17 Akim Demaille <akim@epita.fr>
3 * bison.s1: Formatting and cosmetics changes.
5 Update the Copyright notice.
7 2000-03-17 Akim Demaille <akim@epita.fr>
9 * bison.s1 (#line): All set to `#line' only, since the Makefile
12 2000-03-16 Akim Demaille <akim@epita.fr>
14 * src/output.c (output_rule_data): Output the documentation of
16 (Copyright notice): Update.
19 2000-03-16 Akim Demaille <akim@epita.fr>
21 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
22 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
23 One `#if YYDEBUG' remains, since it uses variables which are
24 defined only if `YYDEBUG != 0'.
26 2000-03-16 Akim Demaille <akim@epita.fr>
28 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
29 and related variables so that the similarities are highlighted.
31 2000-03-16 Akim Demaille <akim@epita.fr>
33 * src/bison.s1: Properly indent CPP directives.
35 2000-03-16 Akim Demaille <akim@epita.fr>
37 * src/bison.s1: Properly indent the `alloca' CPP section.
39 2000-03-16 Akim Demaille <akim@epita.fr>
41 Do not hard code values of directories in `configure.in'.
42 Update the `configure' tool chain.
44 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
46 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
47 (AC_OUTPUT): Add m4/Makefile.
48 Bump to bison 1.28a, 1.29 has never been released.
49 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
50 handled via src/Makefile.am.
51 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
52 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
54 * Makefile.am (SUBDIRS): Add m4.
55 (ACLOCAL_AM_FLAGS): New variable.
56 (AUTOMAKE_OPTIONS): Add check-news.
57 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
58 the proper line number and file name.
59 (DEFS): Propagate the location of bison library files and of the
61 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
63 * acinclude.m4: Remove, replaced by the directory m4.
64 * m4/Makefile.am (EXTRA_DIST): New variable.
65 * m4/gettext.m4: New file, from the fileutils.
66 * m4/lcmessage.m4: Likewise
67 * m4/progtest.m4: Likewise.
68 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
70 2000-03-10 Akim Demaille <akim@epita.fr>
73 Formatting changes of various comments.
74 Respect the GNU coding standards at various places.
75 Don't use `_()' when no translation is needed.
77 1999-12-13 Jesse Thilo <jthilo@gnu.org>
80 OS/2 honors TMPDIR environment variable.
82 1999-12-13 Jesse Thilo <jthilo@gnu.org>
84 * doc/bison.texinfo: Tweaked spelling and grammar.
86 Removed reference to price of printed copy.
87 Mention BISON_SIMPLE and BISON_HAIRY.
89 1999-12-13 Jesse Thilo <jthilo@gnu.org>
94 1999-10-27 Jesse Thilo <jthilo@gnu.org>
96 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
99 1999-07-26 Jesse Thilo <jthilo@gnu.org>
101 * po/ru.po: Added Russian translation.
103 1999-07-26 Jesse Thilo <jthilo@gnu.org>
105 * configure.in: Added Russian translation.
107 1999-07-06 Jesse Thilo <jthilo@gnu.org>
109 * configure.in, NEWS, README:
110 Released version 1.28.
112 1999-06-14 Jesse Thilo <jthilo@gnu.org>
115 Squashed redefinition warning on some systems.
117 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
118 Have configure build version string instead of relying on ANSI string
121 1999-06-14 Jesse Thilo <jthilo@gnu.org>
123 * po/POTFILES.in: Got rid of version.c.
125 1999-06-14 Jesse Thilo <jthilo@gnu.org>
127 * acconfig.h, configure.in:
128 Have configure build version string instead of relying on ANSI string
131 1999-06-08 Jesse Thilo <jthilo@gnu.org>
134 Dropped mention of `+' for long-named options.
136 1999-05-30 Jesse Thilo <jthilo@gnu.org>
138 * src/files.c: Added <unistd.h> for unlink().
140 * src/Makefile.am, src/system.h:
143 1999-05-30 Jesse Thilo <jthilo@gnu.org>
145 * README: Added a FAQ list.
147 * configure.in, acconfig.h:
150 1999-05-30 Jesse Thilo <jthilo@gnu.org>
152 * doc/FAQ, doc/Makefile.am:
155 1999-05-19 Jesse Thilo <jthilo@gnu.org>
157 * src/alloc.h, src/symtab.h, src/version.c:
158 Protected inclusion of "config.h" with HAVE_CONFIG_H.
160 1999-04-18 Jesse Thilo <jthilo@gnu.org>
162 * src/.cvsignore, src/Makefile.am:
163 Reorganized: sources in `src', documentation in `doc'.
165 * src/lex.c (literalchar):
166 fixed the code for escaping double quotes (thanks
169 1999-04-18 Jesse Thilo <jthilo@gnu.org>
171 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
172 Adjusted paths to reflect directory reorganization.
174 1999-04-18 Jesse Thilo <jthilo@gnu.org>
176 * doc/.cvsignore, doc/Makefile.am:
177 Reorganized: sources in `src', documentation in `doc'.
179 1999-04-18 Jesse Thilo <jthilo@gnu.org>
182 Updated AC_INIT file to reflect directory reorganization.
184 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
185 Reorganized: sources in `src', documentation in `doc'.
187 1999-04-13 Jesse Thilo <jthilo@gnu.org>
190 Don't declare calloc() and realloc() if not necessary.
192 1999-04-13 Jesse Thilo <jthilo@gnu.org>
194 * configure.in, acconfig.h, acinclude.m4:
195 Don't declare calloc() and realloc() if not necessary.
197 1999-03-23 Jesse Thilo <jthilo@gnu.org>
199 * po/.cvsignore: Added i18n support.
201 1999-03-23 Jesse Thilo <jthilo@gnu.org>
203 * acconfig.h, configure.in, Makefile.am:
206 1999-03-22 Jesse Thilo <jthilo@gnu.org>
208 * src/bison.s1: Fixed #line numbers.
210 1999-03-15 Jesse Thilo <jthilo@gnu.org>
212 * po/es.po, po/fr.po, po/nl.po, po/de.po:
213 Added PO files from Translation Project.
215 1999-03-03 Jesse Thilo <jthilo@gnu.org>
218 Added support for non-ANSI compilers (ansi2knr).
220 1999-02-16 Jesse Thilo <jthilo@gnu.org>
222 * configure.in: Bumped version number to 1.27.
225 Added `bison.simple' to list of files removed by `make distclean'.
227 1999-02-12 Jesse Thilo <jthilo@gnu.org>
229 * src/files.c, src/files.h:
230 Defined locations of parser files in config.h instead of Makefile.
232 1999-02-12 Jesse Thilo <jthilo@gnu.org>
234 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
235 Defined locations of parser files in config.h instead of Makefile.
237 1999-02-09 Jesse Thilo <jthilo@gnu.org>
240 Removed inappropriate use of $< macro.
242 1999-02-05 Jesse Thilo <jthilo@gnu.org>
244 * po/Makefile.in.in, po/POTFILES.in:
245 Add `po' directory skeleton.
247 1999-01-27 Jesse Thilo <jthilo@gnu.org>
249 * README: Document help-bison list.
251 * configure.in: Add check for mkstemp().
253 1999-01-20 Jesse Thilo <jthilo@gnu.org>
255 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
256 Hush a few compiler warnings.
259 Add tryclose(), which verifies that fclose was successful.
260 Hush a couple of compiler warnings.
262 1999-01-20 Jesse Thilo <jthilo@gnu.org>
264 * Makefile.am, OChangeLog:
265 ChangeLog is now automatically generated. Include the old version as
268 1999-01-14 Jesse Thilo <jthilo@gnu.org>
270 * 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:
273 1999-01-14 Jesse Thilo <jthilo@gnu.org>
275 * doc/bison.texinfo: Fix formatting glitch.
277 * doc/bison.texinfo: Update FSF address.
279 1999-01-14 Jesse Thilo <jthilo@gnu.org>
281 * acconfig.h: Update FSF address.
283 1999-01-08 Jesse Thilo <jthilo@gnu.org>
286 Don't define PACKAGE here, since config.h defines it.
288 1998-12-30 Jesse Thilo <jthilo@gnu.org>
290 * src/reader.c: Update copyright date.
293 Ditch sprintf to statically-sized buffers in fatal/warn functions in
294 favor of output directly to stderr (avoids buffer overruns).
296 * src/reader.c: Some checks for premature EOF.
298 * 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:
299 Use prototypes if the compiler understands them.
301 * src/files.c: Honor TMPDIR on Unix hosts.
302 Use prototypes if the compiler understands them.
305 Fix a couple of buffer overrun bugs.
306 Use prototypes if the compiler understands them.
308 * src/system.h: Include unistd.h and ctype.h.
309 Use #ifdef instead of #if for NLS symbols.
311 1998-12-30 Jesse Thilo <jthilo@gnu.org>
314 Delete comment "consider using @set for edition number, etc..." since
317 1998-12-30 Jesse Thilo <jthilo@gnu.org>
320 Use prototypes if the compiler understands them.
322 * NEWS: Document 1.26 highlights.
324 * Makefile.am: Require Automake 1.3 or later.
327 Use prototypes if the compiler understands them.
329 1998-12-29 Jesse Thilo <jthilo@gnu.org>
332 Use VERSION symbol from automake for version number.
334 1998-12-29 Jesse Thilo <jthilo@gnu.org>
336 * acconfig.h, configure.in, version.cin:
337 Use VERSION symbol from automake for version number.
339 1998-11-28 Jesse Thilo <jthilo@gnu.org>
342 Distribute original version of simple parser (bison.s1), not built
343 version (bison.simple).
345 1998-11-28 Jesse Thilo <jthilo@gnu.org>
347 * doc/bison.texinfo: Add info dir entry.
350 Let automake put version number into documentation.
352 1998-11-26 Jesse Thilo <jthilo@gnu.org>
354 * src/bison.cld, src/build.com, src/vmshlp.mar:
355 Add non-RCS files from /gd/gnu/bison.
357 1998-11-26 Jesse Thilo <jthilo@gnu.org>
360 Document the BISON_HAIRY and BISON_SIMPLE variables.
362 1998-11-25 Jesse Thilo <jthilo@gnu.org>
364 * src/version.c: Build version.c automatically.
367 Fix token numbering (used to start at 258, not 257).
369 * src/system.h: Include config.h.
371 * src/getargs.c: Update bug report address.
373 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
374 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
376 1998-11-25 Jesse Thilo <jthilo@gnu.org>
379 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
381 * configure.in, version.cin:
382 Build version.c automatically.
384 * AUTHORS: Add AUTHORS file.
386 * README: Update bug report address.
389 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
391 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
394 1998-11-25 Jesse Thilo <jthilo@gnu.org>
396 * doc/bison.texinfo: Clean up some formatting.
398 1998-05-05 Richard Stallman <rms@gnu.org>
401 Explain better why to make a pure parser.
403 1998-01-05 Richard Stallman <rms@gnu.org>
405 * src/files.c (openfiles):
406 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
407 find a temporary directory, if possible. Do not unlink files while
410 1997-08-25 Richard Stallman <rms@gnu.org>
412 * src/reader.c (stack_offset;):
413 Change some warni to warns.
415 * src/lex.c (literalchar): Use warns, not warni.
417 1997-06-28 Richard Stallman <rms@gnu.org>
419 * src/bison.s1: Add a Bison version comment.
421 * src/main.c (fatal, warn, berror):
424 1997-06-28 Richard Stallman <rms@gnu.org>
426 * Makefile.in (bison_version): New variable.
427 (dist): Use that variable.
428 (bison.s1): Substitute the Bison version into bison.simple.
430 * bison.simple: Add a Bison version comment.
432 1997-06-18 Richard Stallman <rms@gnu.org>
434 * src/main.c (fatal, warn, berror):
435 Make error messages standard.
436 (toomany): Improve error message text.
438 * 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:
439 new.h renamed to alloc.h.
441 1997-06-18 Richard Stallman <rms@gnu.org>
443 * Makefile.in: new.h renamed to alloc.h.
445 1997-05-24 Richard Stallman <rms@gnu.org>
447 * src/lex.c (literalchar):
448 Fix the code for escaping \, " and '.
450 (lex): Avoid trouble when there are many chars
451 to discard in a char literal with just several chars in it.
453 1997-05-17 Richard Stallman <rms@gnu.org>
456 Use malloc, if using alloca is troublesome.
457 (YYSTACK_USE_ALLOCA): New flag macro.
458 Define it for some systems and compilers.
459 (YYSTACK_ALLOC): New macro.
460 (yyparse): Use YYSTACK_ALLOC to allocate stack.
461 If it was malloc'd, free it.
463 1997-05-17 Richard Stallman <rms@gnu.org>
466 Use malloc, if using alloca is troublesome.
467 (YYSTACK_USE_ALLOCA): New flag macro.
468 Define it for some systems and compilers.
469 (YYSTACK_ALLOC): New macro.
470 (yyparse): Use YYSTACK_ALLOC to allocate stack.
471 If it was malloc'd, free it.
473 1997-04-23 Richard Stallman <rms@gnu.org>
476 (alloca) [__hpux]: Always define as __builtin_alloca.
478 1997-04-23 Richard Stallman <rms@gnu.org>
481 (alloca) [__hpux]: Always define as __builtin_alloca.
483 1997-04-22 Richard Stallman <rms@gnu.org>
486 [__hpux]: Include alloca.h (right for HPUX 10)
487 instead of declaring alloca (right for HPUX 9).
489 * src/bison.s1 (__yy_memcpy):
490 Declare arg `count' as unsigned int.
491 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
493 1997-04-22 Richard Stallman <rms@gnu.org>
496 [__hpux]: Include alloca.h (right for HPUX 10)
497 instead of declaring alloca (right for HPUX 9).
499 * bison.simple (__yy_memcpy):
500 Declare arg `count' as unsigned int.
501 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
503 1997-01-03 Richard Stallman <rms@gnu.org>
505 * src/allocate.c: [__STDC__ or _MSC_VER]:
506 Declare calloc and realloc to return void *.
508 1997-01-02 Richard Stallman <rms@gnu.org>
511 [_MSC_VER]: Include stdlib.h and process.h.
512 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
514 * src/main.c (main): Return FAILURE as a value.
515 (printable_version): Declare arg as int, not char.
517 1997-01-02 Richard Stallman <rms@gnu.org>
519 * Makefile.in (dist):
520 Explicitly check for symlinks, and copy them.
522 1996-12-19 Richard Stallman <rms@gnu.org>
525 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
527 1996-12-18 Paul Eggert <eggert@gnu.org>
529 * src/bison.s1 (yyparse):
530 If __GNUC__ and YYPARSE_PARAM are both defined,
531 declare yyparse to have a void * argument.
533 1996-12-18 Paul Eggert <eggert@gnu.org>
535 * bison.simple (yyparse):
536 If __GNUC__ and YYPARSE_PARAM are both defined,
537 declare yyparse to have a void * argument.
539 1996-12-17 Richard Stallman <rms@gnu.org>
541 * src/reduce.c (nbits): Add some casts.
543 1996-08-12 Richard Stallman <rms@gnu.org>
545 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
547 1996-08-12 Richard Stallman <rms@gnu.org>
549 * bison.simple: Test _MSDOS as well as _MSDOS_.
551 1996-07-31 Richard Stallman <rms@gnu.org>
554 [__sun && __i386]: Include alloca.h.
556 1996-07-31 Richard Stallman <rms@gnu.org>
559 [__sun && __i386]: Include alloca.h.
561 1996-07-30 Richard Stallman <rms@gnu.org>
563 * src/bison.s1: Comment change.
565 * src/bison.s1: Test _MSDOS_, not MSDOS.
567 1996-07-30 Richard Stallman <rms@gnu.org>
569 * bison.simple: Comment change.
571 * bison.simple: Test _MSDOS_, not MSDOS.
573 1996-06-01 Richard Stallman <rms@gnu.org>
575 * 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:
576 Insert `_' macro around many string constants.
579 Insert `_' macro around many string constants.
581 (main): Call setlocale, bindtextdomain and textdomain.
583 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
584 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
585 [ENABLE_NLS]: Include libintl.h.
586 [ENABLE_NLS] (gettext): Define.
587 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
588 (N_, PACKAGE, LOCALEDIR): New macros.
590 1996-06-01 Richard Stallman <rms@gnu.org>
592 * POTFILES.in: New file.
594 * Makefile.in (allocate.o):
595 Define target explicitly.
597 * Makefile.in (CFLAGS): Set to @CFLAGS@.
598 (LDFLAGS): Set to @LDFLAGS@.
599 (configure): Run autoconf only if preceding `cd' succeeds.
600 (bison.s1): Redirect output to temporary file then move the
601 temporary to the target, rather than redirecting directly to bison.s1.
602 (clean): Remove config.status and config.log.
603 (distclean): Don't remove config.status here.
605 1996-05-12 Richard Stallman <rms@gnu.org>
608 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
610 1996-05-12 Richard Stallman <rms@gnu.org>
613 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
615 1996-05-11 Richard Stallman <rms@gnu.org>
617 * src/bison.s1 (__yy_memcpy):
618 Really reorder the args, as was supposedly done on Feb 14 1995.
619 (yyparse): Calls changed accordingly.
621 1996-05-11 Richard Stallman <rms@gnu.org>
623 * Makefile.in (dist): Don't use $(srcdir).
625 * bison.simple (__yy_memcpy):
626 Really reorder the args, as was supposedly done on Feb 14 1995.
627 (yyparse): Calls changed accordingly.
629 1996-01-27 Richard Stallman <rms@gnu.org>
631 * src/output.c (output_rule_data):
632 Test YYERROR_VERBOSE in the conditional
633 around the definition of ttyname.
635 1995-12-29 Richard Stallman <rms@gnu.org>
638 Fix line numbers in #line commands.
640 1995-12-29 Richard Stallman <rms@gnu.org>
643 Fix line numbers in #line commands.
645 1995-12-27 Richard Stallman <rms@gnu.org>
647 * src/bison.s1 (YYPARSE_PARAM_DECL):
648 In C++, make it always null.
649 (YYPARSE_PARAM_ARG): New macro.
650 (yyparse): Use YYPARSE_PARAM_ARG.
652 1995-12-27 Richard Stallman <rms@gnu.org>
654 * bison.simple (YYPARSE_PARAM_DECL):
655 In C++, make it always null.
656 (YYPARSE_PARAM_ARG): New macro.
657 (yyparse): Use YYPARSE_PARAM_ARG.
659 1995-11-29 Richard Stallman <rms@gnu.org>
662 Describe literal string tokens, %raw, %no_lines, %token_table.
664 1995-11-29 Daniel Hagerty <hag@gnu.org>
666 * doc/bison.texinfo: Fixed update date
668 1995-10-16 Richard Stallman <rms@gnu.org>
670 * src/version.c: Version 1.25.
672 1995-10-16 Richard Stallman <rms@gnu.org>
674 * NEWS: *** empty log message ***
676 1995-10-16 Richard Stallman <rms@gnu.org>
678 * doc/bison.1, doc/bison.rnh:
681 1995-10-15 Richard Stallman <rms@gnu.org>
683 * src/vmsgetargs.c, src/getargs.c:
684 Added -n, -k, and -raw switches.
685 (noparserflag, toknumflag, rawtoknumflag): New variables.
687 * src/symtab.h (SALIAS):
688 New #define for adding aliases to %token.
689 (struct bucket): Added `alias' field.
691 * src/reduce.c (reduce_grammar):
692 Revise error message.
693 (print_notices): Remove final `.' from error message.
695 * src/reader.c (reader_output_yylsp):
697 (readgram): Use `#if 0' around code that accepted %command
698 inside grammar rules: The documentation doesn't allow it,
699 and it will fail since the %command processors scan for the next %.
700 (parse_token_decl): Extended the %token
701 declaration to allow a multi-character symbol as an alias.
702 (parse_thong_decl): New function.
703 (read_declarations): Added %thong declarations.
704 (read_declarations): Handle NOOP to deal with allowing
705 % declarations as another means to specify the flags.
706 (readgram): Allow %prec prior to semantics embedded in a rule.
707 (skip_to_char, read_declarations, copy_definition)
708 (parse_token_decl, parse_start_decl, parse_type_decl)
709 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
710 (get_type_name, copy_guard, copy_action, readgram)
711 (get_type, packsymbols): Revised most error messages.
712 Changed `fatal' to `warnxxx' to avoid aborting for error.
713 Revised and use multiple warnxxx functions to avoid using VARARGS1.
714 (read_declarations): Improve the error message for
715 an invalid character. Do not abort.
716 (read_declarations, copy_guard, copy_action): Use
717 printable_version to avoid unprintable characters in printed output.
718 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
719 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
720 Allow the type of a non-terminal can be given
721 more than once, as long as all specifications give the same type.
724 (output_headers, output_trailers, output, output_gram)
725 (output_rule_data): Implement noparserflag variable.
726 Implement toknumflag variable.
727 (output): Call reader_output_yylsp to output LTYPESTR.
730 If reader sees an error, don't process the grammar.
731 (fatals): Updated to not use VARARGS1.
732 (printable_version, int_to_string, warn, warni, warns, warnss)
733 (warnsss): New error reporting functions. Avoid abort for error.
736 Added THONG and NOOP for alias processing.
737 Added SETOPT for the new code that allows setting options with %flags.
740 Include getopt.h. Add some extern decls.
741 (safegetc): New function to deal with EOF gracefully.
742 (literalchar); new function to deal with reading \ escapes.
743 (lex): Use literalchar.
744 (lex): Implemented "..." tokens.
745 (literalchar, lex, parse_percent_token): Made tokenbuffer
746 always contain the token. This includes growing the token
747 buffer while reading an integer.
748 (parse_percent_token): Replaced if-else statement with percent_table.
749 (parse_percent_token): Added % declarations as another
750 way to specify the flags -n, -l, and -r. Also added hooks for
751 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
752 major changes to files.c.
753 (lex) Retain in the incoming stream a character following
755 (skip_white_space, lex): Revised most error messages
756 and changed fatal to warn to avoid aborting.
757 (percent_table): Added %thong declarations.
759 * src/gram.h: Comment changes.
761 * src/files.c (openfiles, open_extra_files, done):
763 and actfile file. Handle noparserflag. Both for -n switch.
765 * src/conflicts.c (resolve_sr_conflict):
766 Remove use of alloca.
768 1995-06-01 Jim Meyering <meyering@gnu.org>
770 * doc/bison.texinfo: *** empty log message ***
772 1995-05-06 Richard Stallman <rms@gnu.org>
774 * src/bison.s1: Comment change.
776 1995-05-06 Richard Stallman <rms@gnu.org>
778 * bison.simple: Comment change.
780 1995-05-03 Richard Stallman <rms@gnu.org>
782 * src/version.c: Version now 1.24.
784 * src/bison.s1: Change distribution terms.
786 * src/version.c: Version now 1.23.
788 1995-05-03 Richard Stallman <rms@gnu.org>
791 Rewrite "Conditions for Using Bison".
792 Update version to 1.24.
794 1995-05-03 Richard Stallman <rms@gnu.org>
796 * bison.simple: Change distribution terms.
798 1995-02-23 Richard Stallman <rms@gnu.org>
800 * src/files.c: Test __VMS_POSIX as well as VMS.
802 1995-02-14 Jim Meyering <meyering@gnu.org>
804 * src/bison.s1 (__yy_memcpy):
805 Renamed from __yy_bcopy to avoid
806 confusion. Reverse FROM and TO arguments to be consistent with
809 1995-02-14 Jim Meyering <meyering@gnu.org>
811 * bison.simple (__yy_memcpy):
812 Renamed from __yy_bcopy to avoid
813 confusion. Reverse FROM and TO arguments to be consistent with
816 1994-11-10 David J. MacKenzie <djm@gnu.org>
822 * Makefile.in (DISTFILES): Include NEWS.
824 * Makefile.in (DISTFILES):
825 Include install-sh, not install.sh.
827 * configure.in: Update to Autoconf v2 macro names.
829 1994-10-05 David J. MacKenzie <djm@gnu.org>
831 * Makefile.in: fix typo
833 * Makefile.in (prefix, exec_prefix):
834 Let configure set them.
836 1994-09-28 David J. MacKenzie <djm@gnu.org>
838 * Makefile.in: Set datadir to $(prefix)/share.
840 1994-09-15 Richard Stallman <rms@gnu.org>
843 Update copyright notice and GPL version.
845 1994-09-15 Richard Stallman <rms@gnu.org>
848 Update copyright notice and GPL version.
850 1994-07-12 Richard Stallman <rms@gnu.org>
852 * src/reduce.c, src/reader.c:
855 1994-05-05 David J. MacKenzie <djm@gnu.org>
857 * Makefile.in: entered into RCS
859 1994-03-26 Richard Stallman <rms@gnu.org>
861 * src/bison.s1: entered into RCS
863 1994-03-26 Richard Stallman <rms@gnu.org>
865 * bison.simple: entered into RCS
867 1994-03-25 Richard Stallman <rms@gnu.org>
869 * src/main.c: entered into RCS
871 1994-03-24 Richard Stallman <rms@gnu.org>
873 * src/conflicts.c: entered into RCS
875 1994-01-02 Richard Stallman <rms@gnu.org>
877 * Makefile.in: *** empty log message ***
879 1993-11-21 Richard Stallman <rms@gnu.org>
881 * src/bison.s1: *** empty log message ***
883 1993-11-21 Richard Stallman <rms@gnu.org>
885 * doc/bison.texinfo: entered into RCS
887 * doc/bison.texinfo: *** empty log message ***
889 1993-11-21 Richard Stallman <rms@gnu.org>
891 * bison.simple: *** empty log message ***
893 1993-10-25 David J. MacKenzie <djm@gnu.org>
895 * doc/bison.texinfo: *** empty log message ***
897 1993-10-19 Richard Stallman <rms@gnu.org>
899 * src/bison.s1: *** empty log message ***
901 1993-10-19 Richard Stallman <rms@gnu.org>
903 * bison.simple: *** empty log message ***
905 1993-10-14 Richard Stallman <rms@gnu.org>
907 * src/bison.s1: *** empty log message ***
909 1993-10-14 Richard Stallman <rms@gnu.org>
911 * bison.simple: *** empty log message ***
913 1993-09-14 David J. MacKenzie <djm@gnu.org>
915 * doc/bison.texinfo: *** empty log message ***
917 1993-09-13 Noah Friedman <friedman@gnu.org>
919 * Makefile.in: *** empty log message ***
921 1993-09-10 Richard Stallman <rms@gnu.org>
923 * src/conflicts.c: *** empty log message ***
925 * src/system.h: entered into RCS
927 1993-09-10 Richard Stallman <rms@gnu.org>
929 * doc/bison.1: entered into RCS
931 1993-09-06 Noah Friedman <friedman@gnu.org>
933 * src/version.c: entered into RCS
935 1993-09-06 Noah Friedman <friedman@gnu.org>
937 * Makefile.in: *** empty log message ***
939 1993-07-30 David J. MacKenzie <djm@gnu.org>
941 * Makefile.in: *** empty log message ***
943 1993-07-24 Richard Stallman <rms@gnu.org>
945 * src/bison.s1: *** empty log message ***
947 1993-07-24 Richard Stallman <rms@gnu.org>
949 * bison.simple: *** empty log message ***
951 1993-07-08 David J. MacKenzie <djm@gnu.org>
953 * Makefile.in: *** empty log message ***
955 1993-07-04 Richard Stallman <rms@gnu.org>
957 * src/bison.s1: *** empty log message ***
959 1993-07-04 Richard Stallman <rms@gnu.org>
961 * bison.simple: *** empty log message ***
963 1993-06-26 David J. MacKenzie <djm@gnu.org>
965 * src/getargs.c: entered into RCS
967 1993-06-26 David J. MacKenzie <djm@gnu.org>
969 * doc/bison.texinfo: *** empty log message ***
971 * doc/bison.1: New file.
973 1993-06-25 Richard Stallman <rms@gnu.org>
975 * src/getargs.c: New file.
977 1993-06-16 Richard Stallman <rms@gnu.org>
979 * src/bison.s1: *** empty log message ***
981 1993-06-16 Richard Stallman <rms@gnu.org>
983 * bison.simple: *** empty log message ***
985 1993-06-03 Richard Stallman <rms@gnu.org>
987 * src/bison.s1: New file.
989 1993-06-03 Richard Stallman <rms@gnu.org>
991 * doc/bison.texinfo: *** empty log message ***
993 1993-06-03 Richard Stallman <rms@gnu.org>
995 * bison.simple: New file.
997 1993-05-19 Richard Stallman <rms@gnu.org>
999 * doc/bison.texinfo: New file.
1001 1993-05-07 Noah Friedman <friedman@gnu.org>
1003 * Makefile.in: *** empty log message ***
1005 1993-04-28 Noah Friedman <friedman@gnu.org>
1007 * src/reader.c: *** empty log message ***
1009 1993-04-23 Noah Friedman <friedman@gnu.org>
1011 * src/alloc.h: entered into RCS
1013 1993-04-20 David J. MacKenzie <djm@gnu.org>
1015 * src/version.c: *** empty log message ***
1017 * src/files.c, src/allocate.c:
1020 * src/reader.c: *** empty log message ***
1022 * src/lex.c: entered into RCS
1024 * src/conflicts.c: New file.
1026 * src/symtab.c: entered into RCS
1028 * src/alloc.h: New file.
1030 * src/LR0.c: entered into RCS
1032 1993-04-18 Noah Friedman <friedman@gnu.org>
1034 * src/reader.c: New file.
1036 * src/version.c: *** empty log message ***
1038 1993-04-18 Noah Friedman <friedman@gnu.org>
1040 * Makefile.in: *** empty log message ***
1042 1993-04-17 Noah Friedman <friedman@gnu.org>
1044 * Makefile.in: *** empty log message ***
1046 1993-04-15 Richard Stallman <rms@gnu.org>
1048 * src/main.c, src/files.c:
1051 1993-04-15 Noah Friedman <friedman@gnu.org>
1053 * configure.in: entered into RCS
1055 * configure.in: *** empty log message ***
1057 * configure.in: New file.
1059 1993-04-14 Richard Stallman <rms@gnu.org>
1061 * Makefile.in: New file.
1063 1993-04-13 Richard Stallman <rms@gnu.org>
1065 * src/version.c: New file.
1067 1993-03-25 Richard Stallman <rms@gnu.org>
1069 * src/output.c: entered into RCS
1071 1992-09-25 Richard Stallman <rms@gnu.org>
1073 * configure.bat: entered into RCS
1075 1992-06-22 Richard Stallman <rms@gnu.org>
1077 * src/vmsgetargs.c: entered into RCS
1079 1992-06-22 Richard Stallman <rms@gnu.org>
1081 * doc/bison.rnh: entered into RCS
1083 1992-04-20 David J. MacKenzie <djm@gnu.org>
1085 * README: entered into RCS
1087 1992-01-22 Richard Stallman <rms@gnu.org>
1089 * src/machine.h: entered into RCS
1091 1991-12-21 Richard Stallman <rms@gnu.org>
1093 * src/lalr.c, src/closure.c:
1096 1991-12-20 Richard Stallman <rms@gnu.org>
1098 * src/state.h: entered into RCS
1100 1991-12-18 Richard Stallman <rms@gnu.org>
1102 * src/print.c, src/nullable.c, src/derives.c:
1105 1991-11-03 David J. MacKenzie <djm@gnu.org>
1107 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
1110 1988-09-09 Richard Stallman <rms@gnu.org>
1112 * src/bison.hairy: entered into RCS
1114 1987-12-16 Richard Stallman <rms@gnu.org>
1116 * REFERENCES: entered into RCS