1 2000-03-16 Akim Demaille <akim@epita.fr>
3 Do not hard code values of directories in `configure.in'.
4 Update the `configure' tool chain.
6 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
8 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
9 (AC_OUTPUT): Add m4/Makefile.
10 Bump to bison 1.28a, 1.29 has never been released.
11 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
12 handled via src/Makefile.am.
13 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
14 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
16 * Makefile.am (SUBDIRS): Add m4.
17 (ACLOCAL_AM_FLAGS): New variable.
18 (AUTOMAKE_OPTIONS): Add check-news.
19 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
20 the proper line number and file name.
21 (DEFS): Propagate the location of bison library files and of the
23 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
25 * acinclude.m4: Remove, replaced by the directory m4.
26 * m4/Makefile.am (EXTRA_DIST): New variable.
27 * m4/gettext.m4: New file, from the fileutils.
28 * m4/lcmessage.m4: Likewise
29 * m4/progtest.m4: Likewise.
30 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
32 2000-03-10 Akim Demaille <akim@epita.fr>
35 Formatting changes of various comments.
36 Respect the GNU coding standards at various places.
37 Don't use `_()' when no translation is needed.
39 1999-12-13 Jesse Thilo <jthilo@gnu.org>
42 OS/2 honors TMPDIR environment variable.
44 1999-12-13 Jesse Thilo <jthilo@gnu.org>
46 * doc/bison.texinfo: Tweaked spelling and grammar.
48 Removed reference to price of printed copy.
49 Mention BISON_SIMPLE and BISON_HAIRY.
51 1999-12-13 Jesse Thilo <jthilo@gnu.org>
56 1999-10-27 Jesse Thilo <jthilo@gnu.org>
58 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
61 1999-07-26 Jesse Thilo <jthilo@gnu.org>
63 * po/ru.po: Added Russian translation.
65 1999-07-26 Jesse Thilo <jthilo@gnu.org>
67 * configure.in: Added Russian translation.
69 1999-07-06 Jesse Thilo <jthilo@gnu.org>
71 * configure.in, NEWS, README:
72 Released version 1.28.
74 1999-06-14 Jesse Thilo <jthilo@gnu.org>
77 Squashed redefinition warning on some systems.
79 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
80 Have configure build version string instead of relying on ANSI string
83 1999-06-14 Jesse Thilo <jthilo@gnu.org>
85 * po/POTFILES.in: Got rid of version.c.
87 1999-06-14 Jesse Thilo <jthilo@gnu.org>
89 * acconfig.h, configure.in:
90 Have configure build version string instead of relying on ANSI string
93 1999-06-08 Jesse Thilo <jthilo@gnu.org>
96 Dropped mention of `+' for long-named options.
98 1999-05-30 Jesse Thilo <jthilo@gnu.org>
100 * src/files.c: Added <unistd.h> for unlink().
102 * src/Makefile.am, src/system.h:
105 1999-05-30 Jesse Thilo <jthilo@gnu.org>
107 * README: Added a FAQ list.
109 * configure.in, acconfig.h:
112 1999-05-30 Jesse Thilo <jthilo@gnu.org>
114 * doc/FAQ, doc/Makefile.am:
117 1999-05-19 Jesse Thilo <jthilo@gnu.org>
119 * src/alloc.h, src/symtab.h, src/version.c:
120 Protected inclusion of "config.h" with HAVE_CONFIG_H.
122 1999-04-18 Jesse Thilo <jthilo@gnu.org>
124 * src/.cvsignore, src/Makefile.am:
125 Reorganized: sources in `src', documentation in `doc'.
127 * src/lex.c (literalchar):
128 fixed the code for escaping double quotes (thanks
131 1999-04-18 Jesse Thilo <jthilo@gnu.org>
133 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
134 Adjusted paths to reflect directory reorganization.
136 1999-04-18 Jesse Thilo <jthilo@gnu.org>
138 * doc/.cvsignore, doc/Makefile.am:
139 Reorganized: sources in `src', documentation in `doc'.
141 1999-04-18 Jesse Thilo <jthilo@gnu.org>
144 Updated AC_INIT file to reflect directory reorganization.
146 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
147 Reorganized: sources in `src', documentation in `doc'.
149 1999-04-13 Jesse Thilo <jthilo@gnu.org>
152 Don't declare calloc() and realloc() if not necessary.
154 1999-04-13 Jesse Thilo <jthilo@gnu.org>
156 * configure.in, acconfig.h, acinclude.m4:
157 Don't declare calloc() and realloc() if not necessary.
159 1999-03-23 Jesse Thilo <jthilo@gnu.org>
161 * po/.cvsignore: Added i18n support.
163 1999-03-23 Jesse Thilo <jthilo@gnu.org>
165 * acconfig.h, configure.in, Makefile.am:
168 1999-03-22 Jesse Thilo <jthilo@gnu.org>
170 * src/bison.s1: Fixed #line numbers.
172 1999-03-15 Jesse Thilo <jthilo@gnu.org>
174 * po/es.po, po/fr.po, po/nl.po, po/de.po:
175 Added PO files from Translation Project.
177 1999-03-03 Jesse Thilo <jthilo@gnu.org>
180 Added support for non-ANSI compilers (ansi2knr).
182 1999-02-16 Jesse Thilo <jthilo@gnu.org>
184 * configure.in: Bumped version number to 1.27.
187 Added `bison.simple' to list of files removed by `make distclean'.
189 1999-02-12 Jesse Thilo <jthilo@gnu.org>
191 * src/files.c, src/files.h:
192 Defined locations of parser files in config.h instead of Makefile.
194 1999-02-12 Jesse Thilo <jthilo@gnu.org>
196 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
197 Defined locations of parser files in config.h instead of Makefile.
199 1999-02-09 Jesse Thilo <jthilo@gnu.org>
202 Removed inappropriate use of $< macro.
204 1999-02-05 Jesse Thilo <jthilo@gnu.org>
206 * po/Makefile.in.in, po/POTFILES.in:
207 Add `po' directory skeleton.
209 1999-01-27 Jesse Thilo <jthilo@gnu.org>
211 * README: Document help-bison list.
213 * configure.in: Add check for mkstemp().
215 1999-01-20 Jesse Thilo <jthilo@gnu.org>
217 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
218 Hush a few compiler warnings.
221 Add tryclose(), which verifies that fclose was successful.
222 Hush a couple of compiler warnings.
224 1999-01-20 Jesse Thilo <jthilo@gnu.org>
226 * Makefile.am, OChangeLog:
227 ChangeLog is now automatically generated. Include the old version as
230 1999-01-14 Jesse Thilo <jthilo@gnu.org>
232 * 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:
235 1999-01-14 Jesse Thilo <jthilo@gnu.org>
237 * doc/bison.texinfo: Fix formatting glitch.
239 * doc/bison.texinfo: Update FSF address.
241 1999-01-14 Jesse Thilo <jthilo@gnu.org>
243 * acconfig.h: Update FSF address.
245 1999-01-08 Jesse Thilo <jthilo@gnu.org>
248 Don't define PACKAGE here, since config.h defines it.
250 1998-12-30 Jesse Thilo <jthilo@gnu.org>
252 * src/reader.c: Update copyright date.
255 Ditch sprintf to statically-sized buffers in fatal/warn functions in
256 favor of output directly to stderr (avoids buffer overruns).
258 * src/reader.c: Some checks for premature EOF.
260 * 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:
261 Use prototypes if the compiler understands them.
263 * src/files.c: Honor TMPDIR on Unix hosts.
264 Use prototypes if the compiler understands them.
267 Fix a couple of buffer overrun bugs.
268 Use prototypes if the compiler understands them.
270 * src/system.h: Include unistd.h and ctype.h.
271 Use #ifdef instead of #if for NLS symbols.
273 1998-12-30 Jesse Thilo <jthilo@gnu.org>
276 Delete comment "consider using @set for edition number, etc..." since
279 1998-12-30 Jesse Thilo <jthilo@gnu.org>
282 Use prototypes if the compiler understands them.
284 * NEWS: Document 1.26 highlights.
286 * Makefile.am: Require Automake 1.3 or later.
289 Use prototypes if the compiler understands them.
291 1998-12-29 Jesse Thilo <jthilo@gnu.org>
294 Use VERSION symbol from automake for version number.
296 1998-12-29 Jesse Thilo <jthilo@gnu.org>
298 * acconfig.h, configure.in, version.cin:
299 Use VERSION symbol from automake for version number.
301 1998-11-28 Jesse Thilo <jthilo@gnu.org>
304 Distribute original version of simple parser (bison.s1), not built
305 version (bison.simple).
307 1998-11-28 Jesse Thilo <jthilo@gnu.org>
309 * doc/bison.texinfo: Add info dir entry.
312 Let automake put version number into documentation.
314 1998-11-26 Jesse Thilo <jthilo@gnu.org>
316 * src/bison.cld, src/build.com, src/vmshlp.mar:
317 Add non-RCS files from /gd/gnu/bison.
319 1998-11-26 Jesse Thilo <jthilo@gnu.org>
322 Document the BISON_HAIRY and BISON_SIMPLE variables.
324 1998-11-25 Jesse Thilo <jthilo@gnu.org>
326 * src/version.c: Build version.c automatically.
329 Fix token numbering (used to start at 258, not 257).
331 * src/system.h: Include config.h.
333 * src/getargs.c: Update bug report address.
335 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
336 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
338 1998-11-25 Jesse Thilo <jthilo@gnu.org>
341 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
343 * configure.in, version.cin:
344 Build version.c automatically.
346 * AUTHORS: Add AUTHORS file.
348 * README: Update bug report address.
351 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
353 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
356 1998-11-25 Jesse Thilo <jthilo@gnu.org>
358 * doc/bison.texinfo: Clean up some formatting.
360 1998-05-05 Richard Stallman <rms@gnu.org>
363 Explain better why to make a pure parser.
365 1998-01-05 Richard Stallman <rms@gnu.org>
367 * src/files.c (openfiles):
368 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
369 find a temporary directory, if possible. Do not unlink files while
372 1997-08-25 Richard Stallman <rms@gnu.org>
374 * src/reader.c (stack_offset;):
375 Change some warni to warns.
377 * src/lex.c (literalchar): Use warns, not warni.
379 1997-06-28 Richard Stallman <rms@gnu.org>
381 * src/bison.s1: Add a Bison version comment.
383 * src/main.c (fatal, warn, berror):
386 1997-06-28 Richard Stallman <rms@gnu.org>
388 * Makefile.in (bison_version): New variable.
389 (dist): Use that variable.
390 (bison.s1): Substitute the Bison version into bison.simple.
392 * bison.simple: Add a Bison version comment.
394 1997-06-18 Richard Stallman <rms@gnu.org>
396 * src/main.c (fatal, warn, berror):
397 Make error messages standard.
398 (toomany): Improve error message text.
400 * 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:
401 new.h renamed to alloc.h.
403 1997-06-18 Richard Stallman <rms@gnu.org>
405 * Makefile.in: new.h renamed to alloc.h.
407 1997-05-24 Richard Stallman <rms@gnu.org>
409 * src/lex.c (literalchar):
410 Fix the code for escaping \, " and '.
412 (lex): Avoid trouble when there are many chars
413 to discard in a char literal with just several chars in it.
415 1997-05-17 Richard Stallman <rms@gnu.org>
418 Use malloc, if using alloca is troublesome.
419 (YYSTACK_USE_ALLOCA): New flag macro.
420 Define it for some systems and compilers.
421 (YYSTACK_ALLOC): New macro.
422 (yyparse): Use YYSTACK_ALLOC to allocate stack.
423 If it was malloc'd, free it.
425 1997-05-17 Richard Stallman <rms@gnu.org>
428 Use malloc, if using alloca is troublesome.
429 (YYSTACK_USE_ALLOCA): New flag macro.
430 Define it for some systems and compilers.
431 (YYSTACK_ALLOC): New macro.
432 (yyparse): Use YYSTACK_ALLOC to allocate stack.
433 If it was malloc'd, free it.
435 1997-04-23 Richard Stallman <rms@gnu.org>
438 (alloca) [__hpux]: Always define as __builtin_alloca.
440 1997-04-23 Richard Stallman <rms@gnu.org>
443 (alloca) [__hpux]: Always define as __builtin_alloca.
445 1997-04-22 Richard Stallman <rms@gnu.org>
448 [__hpux]: Include alloca.h (right for HPUX 10)
449 instead of declaring alloca (right for HPUX 9).
451 * src/bison.s1 (__yy_memcpy):
452 Declare arg `count' as unsigned int.
453 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
455 1997-04-22 Richard Stallman <rms@gnu.org>
458 [__hpux]: Include alloca.h (right for HPUX 10)
459 instead of declaring alloca (right for HPUX 9).
461 * bison.simple (__yy_memcpy):
462 Declare arg `count' as unsigned int.
463 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
465 1997-01-03 Richard Stallman <rms@gnu.org>
467 * src/allocate.c: [__STDC__ or _MSC_VER]:
468 Declare calloc and realloc to return void *.
470 1997-01-02 Richard Stallman <rms@gnu.org>
473 [_MSC_VER]: Include stdlib.h and process.h.
474 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
476 * src/main.c (main): Return FAILURE as a value.
477 (printable_version): Declare arg as int, not char.
479 1997-01-02 Richard Stallman <rms@gnu.org>
481 * Makefile.in (dist):
482 Explicitly check for symlinks, and copy them.
484 1996-12-19 Richard Stallman <rms@gnu.org>
487 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
489 1996-12-18 Paul Eggert <eggert@gnu.org>
491 * src/bison.s1 (yyparse):
492 If __GNUC__ and YYPARSE_PARAM are both defined,
493 declare yyparse to have a void * argument.
495 1996-12-18 Paul Eggert <eggert@gnu.org>
497 * bison.simple (yyparse):
498 If __GNUC__ and YYPARSE_PARAM are both defined,
499 declare yyparse to have a void * argument.
501 1996-12-17 Richard Stallman <rms@gnu.org>
503 * src/reduce.c (nbits): Add some casts.
505 1996-08-12 Richard Stallman <rms@gnu.org>
507 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
509 1996-08-12 Richard Stallman <rms@gnu.org>
511 * bison.simple: Test _MSDOS as well as _MSDOS_.
513 1996-07-31 Richard Stallman <rms@gnu.org>
516 [__sun && __i386]: Include alloca.h.
518 1996-07-31 Richard Stallman <rms@gnu.org>
521 [__sun && __i386]: Include alloca.h.
523 1996-07-30 Richard Stallman <rms@gnu.org>
525 * src/bison.s1: Comment change.
527 * src/bison.s1: Test _MSDOS_, not MSDOS.
529 1996-07-30 Richard Stallman <rms@gnu.org>
531 * bison.simple: Comment change.
533 * bison.simple: Test _MSDOS_, not MSDOS.
535 1996-06-01 Richard Stallman <rms@gnu.org>
537 * 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:
538 Insert `_' macro around many string constants.
541 Insert `_' macro around many string constants.
543 (main): Call setlocale, bindtextdomain and textdomain.
545 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
546 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
547 [ENABLE_NLS]: Include libintl.h.
548 [ENABLE_NLS] (gettext): Define.
549 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
550 (N_, PACKAGE, LOCALEDIR): New macros.
552 1996-06-01 Richard Stallman <rms@gnu.org>
554 * POTFILES.in: New file.
556 * Makefile.in (allocate.o):
557 Define target explicitly.
559 * Makefile.in (CFLAGS): Set to @CFLAGS@.
560 (LDFLAGS): Set to @LDFLAGS@.
561 (configure): Run autoconf only if preceding `cd' succeeds.
562 (bison.s1): Redirect output to temporary file then move the
563 temporary to the target, rather than redirecting directly to bison.s1.
564 (clean): Remove config.status and config.log.
565 (distclean): Don't remove config.status here.
567 1996-05-12 Richard Stallman <rms@gnu.org>
570 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
572 1996-05-12 Richard Stallman <rms@gnu.org>
575 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
577 1996-05-11 Richard Stallman <rms@gnu.org>
579 * src/bison.s1 (__yy_memcpy):
580 Really reorder the args, as was supposedly done on Feb 14 1995.
581 (yyparse): Calls changed accordingly.
583 1996-05-11 Richard Stallman <rms@gnu.org>
585 * Makefile.in (dist): Don't use $(srcdir).
587 * bison.simple (__yy_memcpy):
588 Really reorder the args, as was supposedly done on Feb 14 1995.
589 (yyparse): Calls changed accordingly.
591 1996-01-27 Richard Stallman <rms@gnu.org>
593 * src/output.c (output_rule_data):
594 Test YYERROR_VERBOSE in the conditional
595 around the definition of ttyname.
597 1995-12-29 Richard Stallman <rms@gnu.org>
600 Fix line numbers in #line commands.
602 1995-12-29 Richard Stallman <rms@gnu.org>
605 Fix line numbers in #line commands.
607 1995-12-27 Richard Stallman <rms@gnu.org>
609 * src/bison.s1 (YYPARSE_PARAM_DECL):
610 In C++, make it always null.
611 (YYPARSE_PARAM_ARG): New macro.
612 (yyparse): Use YYPARSE_PARAM_ARG.
614 1995-12-27 Richard Stallman <rms@gnu.org>
616 * bison.simple (YYPARSE_PARAM_DECL):
617 In C++, make it always null.
618 (YYPARSE_PARAM_ARG): New macro.
619 (yyparse): Use YYPARSE_PARAM_ARG.
621 1995-11-29 Richard Stallman <rms@gnu.org>
624 Describe literal string tokens, %raw, %no_lines, %token_table.
626 1995-11-29 Daniel Hagerty <hag@gnu.org>
628 * doc/bison.texinfo: Fixed update date
630 1995-10-16 Richard Stallman <rms@gnu.org>
632 * src/version.c: Version 1.25.
634 1995-10-16 Richard Stallman <rms@gnu.org>
636 * NEWS: *** empty log message ***
638 1995-10-16 Richard Stallman <rms@gnu.org>
640 * doc/bison.1, doc/bison.rnh:
643 1995-10-15 Richard Stallman <rms@gnu.org>
645 * src/vmsgetargs.c, src/getargs.c:
646 Added -n, -k, and -raw switches.
647 (noparserflag, toknumflag, rawtoknumflag): New variables.
649 * src/symtab.h (SALIAS):
650 New #define for adding aliases to %token.
651 (struct bucket): Added `alias' field.
653 * src/reduce.c (reduce_grammar):
654 Revise error message.
655 (print_notices): Remove final `.' from error message.
657 * src/reader.c (reader_output_yylsp):
659 (readgram): Use `#if 0' around code that accepted %command
660 inside grammar rules: The documentation doesn't allow it,
661 and it will fail since the %command processors scan for the next %.
662 (parse_token_decl): Extended the %token
663 declaration to allow a multi-character symbol as an alias.
664 (parse_thong_decl): New function.
665 (read_declarations): Added %thong declarations.
666 (read_declarations): Handle NOOP to deal with allowing
667 % declarations as another means to specify the flags.
668 (readgram): Allow %prec prior to semantics embedded in a rule.
669 (skip_to_char, read_declarations, copy_definition)
670 (parse_token_decl, parse_start_decl, parse_type_decl)
671 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
672 (get_type_name, copy_guard, copy_action, readgram)
673 (get_type, packsymbols): Revised most error messages.
674 Changed `fatal' to `warnxxx' to avoid aborting for error.
675 Revised and use multiple warnxxx functions to avoid using VARARGS1.
676 (read_declarations): Improve the error message for
677 an invalid character. Do not abort.
678 (read_declarations, copy_guard, copy_action): Use
679 printable_version to avoid unprintable characters in printed output.
680 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
681 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
682 Allow the type of a non-terminal can be given
683 more than once, as long as all specifications give the same type.
686 (output_headers, output_trailers, output, output_gram)
687 (output_rule_data): Implement noparserflag variable.
688 Implement toknumflag variable.
689 (output): Call reader_output_yylsp to output LTYPESTR.
692 If reader sees an error, don't process the grammar.
693 (fatals): Updated to not use VARARGS1.
694 (printable_version, int_to_string, warn, warni, warns, warnss)
695 (warnsss): New error reporting functions. Avoid abort for error.
698 Added THONG and NOOP for alias processing.
699 Added SETOPT for the new code that allows setting options with %flags.
702 Include getopt.h. Add some extern decls.
703 (safegetc): New function to deal with EOF gracefully.
704 (literalchar); new function to deal with reading \ escapes.
705 (lex): Use literalchar.
706 (lex): Implemented "..." tokens.
707 (literalchar, lex, parse_percent_token): Made tokenbuffer
708 always contain the token. This includes growing the token
709 buffer while reading an integer.
710 (parse_percent_token): Replaced if-else statement with percent_table.
711 (parse_percent_token): Added % declarations as another
712 way to specify the flags -n, -l, and -r. Also added hooks for
713 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
714 major changes to files.c.
715 (lex) Retain in the incoming stream a character following
717 (skip_white_space, lex): Revised most error messages
718 and changed fatal to warn to avoid aborting.
719 (percent_table): Added %thong declarations.
721 * src/gram.h: Comment changes.
723 * src/files.c (openfiles, open_extra_files, done):
725 and actfile file. Handle noparserflag. Both for -n switch.
727 * src/conflicts.c (resolve_sr_conflict):
728 Remove use of alloca.
730 1995-06-01 Jim Meyering <meyering@gnu.org>
732 * doc/bison.texinfo: *** empty log message ***
734 1995-05-06 Richard Stallman <rms@gnu.org>
736 * src/bison.s1: Comment change.
738 1995-05-06 Richard Stallman <rms@gnu.org>
740 * bison.simple: Comment change.
742 1995-05-03 Richard Stallman <rms@gnu.org>
744 * src/version.c: Version now 1.24.
746 * src/bison.s1: Change distribution terms.
748 * src/version.c: Version now 1.23.
750 1995-05-03 Richard Stallman <rms@gnu.org>
753 Rewrite "Conditions for Using Bison".
754 Update version to 1.24.
756 1995-05-03 Richard Stallman <rms@gnu.org>
758 * bison.simple: Change distribution terms.
760 1995-02-23 Richard Stallman <rms@gnu.org>
762 * src/files.c: Test __VMS_POSIX as well as VMS.
764 1995-02-14 Jim Meyering <meyering@gnu.org>
766 * src/bison.s1 (__yy_memcpy):
767 Renamed from __yy_bcopy to avoid
768 confusion. Reverse FROM and TO arguments to be consistent with
771 1995-02-14 Jim Meyering <meyering@gnu.org>
773 * bison.simple (__yy_memcpy):
774 Renamed from __yy_bcopy to avoid
775 confusion. Reverse FROM and TO arguments to be consistent with
778 1994-11-10 David J. MacKenzie <djm@gnu.org>
784 * Makefile.in (DISTFILES): Include NEWS.
786 * Makefile.in (DISTFILES):
787 Include install-sh, not install.sh.
789 * configure.in: Update to Autoconf v2 macro names.
791 1994-10-05 David J. MacKenzie <djm@gnu.org>
793 * Makefile.in: fix typo
795 * Makefile.in (prefix, exec_prefix):
796 Let configure set them.
798 1994-09-28 David J. MacKenzie <djm@gnu.org>
800 * Makefile.in: Set datadir to $(prefix)/share.
802 1994-09-15 Richard Stallman <rms@gnu.org>
805 Update copyright notice and GPL version.
807 1994-09-15 Richard Stallman <rms@gnu.org>
810 Update copyright notice and GPL version.
812 1994-07-12 Richard Stallman <rms@gnu.org>
814 * src/reduce.c, src/reader.c:
817 1994-05-05 David J. MacKenzie <djm@gnu.org>
819 * Makefile.in: entered into RCS
821 1994-03-26 Richard Stallman <rms@gnu.org>
823 * src/bison.s1: entered into RCS
825 1994-03-26 Richard Stallman <rms@gnu.org>
827 * bison.simple: entered into RCS
829 1994-03-25 Richard Stallman <rms@gnu.org>
831 * src/main.c: entered into RCS
833 1994-03-24 Richard Stallman <rms@gnu.org>
835 * src/conflicts.c: entered into RCS
837 1994-01-02 Richard Stallman <rms@gnu.org>
839 * Makefile.in: *** empty log message ***
841 1993-11-21 Richard Stallman <rms@gnu.org>
843 * src/bison.s1: *** empty log message ***
845 1993-11-21 Richard Stallman <rms@gnu.org>
847 * doc/bison.texinfo: entered into RCS
849 * doc/bison.texinfo: *** empty log message ***
851 1993-11-21 Richard Stallman <rms@gnu.org>
853 * bison.simple: *** empty log message ***
855 1993-10-25 David J. MacKenzie <djm@gnu.org>
857 * doc/bison.texinfo: *** empty log message ***
859 1993-10-19 Richard Stallman <rms@gnu.org>
861 * src/bison.s1: *** empty log message ***
863 1993-10-19 Richard Stallman <rms@gnu.org>
865 * bison.simple: *** empty log message ***
867 1993-10-14 Richard Stallman <rms@gnu.org>
869 * src/bison.s1: *** empty log message ***
871 1993-10-14 Richard Stallman <rms@gnu.org>
873 * bison.simple: *** empty log message ***
875 1993-09-14 David J. MacKenzie <djm@gnu.org>
877 * doc/bison.texinfo: *** empty log message ***
879 1993-09-13 Noah Friedman <friedman@gnu.org>
881 * Makefile.in: *** empty log message ***
883 1993-09-10 Richard Stallman <rms@gnu.org>
885 * src/conflicts.c: *** empty log message ***
887 * src/system.h: entered into RCS
889 1993-09-10 Richard Stallman <rms@gnu.org>
891 * doc/bison.1: entered into RCS
893 1993-09-06 Noah Friedman <friedman@gnu.org>
895 * src/version.c: entered into RCS
897 1993-09-06 Noah Friedman <friedman@gnu.org>
899 * Makefile.in: *** empty log message ***
901 1993-07-30 David J. MacKenzie <djm@gnu.org>
903 * Makefile.in: *** empty log message ***
905 1993-07-24 Richard Stallman <rms@gnu.org>
907 * src/bison.s1: *** empty log message ***
909 1993-07-24 Richard Stallman <rms@gnu.org>
911 * bison.simple: *** empty log message ***
913 1993-07-08 David J. MacKenzie <djm@gnu.org>
915 * Makefile.in: *** empty log message ***
917 1993-07-04 Richard Stallman <rms@gnu.org>
919 * src/bison.s1: *** empty log message ***
921 1993-07-04 Richard Stallman <rms@gnu.org>
923 * bison.simple: *** empty log message ***
925 1993-06-26 David J. MacKenzie <djm@gnu.org>
927 * src/getargs.c: entered into RCS
929 1993-06-26 David J. MacKenzie <djm@gnu.org>
931 * doc/bison.texinfo: *** empty log message ***
933 * doc/bison.1: New file.
935 1993-06-25 Richard Stallman <rms@gnu.org>
937 * src/getargs.c: New file.
939 1993-06-16 Richard Stallman <rms@gnu.org>
941 * src/bison.s1: *** empty log message ***
943 1993-06-16 Richard Stallman <rms@gnu.org>
945 * bison.simple: *** empty log message ***
947 1993-06-03 Richard Stallman <rms@gnu.org>
949 * src/bison.s1: New file.
951 1993-06-03 Richard Stallman <rms@gnu.org>
953 * doc/bison.texinfo: *** empty log message ***
955 1993-06-03 Richard Stallman <rms@gnu.org>
957 * bison.simple: New file.
959 1993-05-19 Richard Stallman <rms@gnu.org>
961 * doc/bison.texinfo: New file.
963 1993-05-07 Noah Friedman <friedman@gnu.org>
965 * Makefile.in: *** empty log message ***
967 1993-04-28 Noah Friedman <friedman@gnu.org>
969 * src/reader.c: *** empty log message ***
971 1993-04-23 Noah Friedman <friedman@gnu.org>
973 * src/alloc.h: entered into RCS
975 1993-04-20 David J. MacKenzie <djm@gnu.org>
977 * src/version.c: *** empty log message ***
979 * src/files.c, src/allocate.c:
982 * src/reader.c: *** empty log message ***
984 * src/lex.c: entered into RCS
986 * src/conflicts.c: New file.
988 * src/symtab.c: entered into RCS
990 * src/alloc.h: New file.
992 * src/LR0.c: entered into RCS
994 1993-04-18 Noah Friedman <friedman@gnu.org>
996 * src/reader.c: New file.
998 * src/version.c: *** empty log message ***
1000 1993-04-18 Noah Friedman <friedman@gnu.org>
1002 * Makefile.in: *** empty log message ***
1004 1993-04-17 Noah Friedman <friedman@gnu.org>
1006 * Makefile.in: *** empty log message ***
1008 1993-04-15 Richard Stallman <rms@gnu.org>
1010 * src/main.c, src/files.c:
1013 1993-04-15 Noah Friedman <friedman@gnu.org>
1015 * configure.in: entered into RCS
1017 * configure.in: *** empty log message ***
1019 * configure.in: New file.
1021 1993-04-14 Richard Stallman <rms@gnu.org>
1023 * Makefile.in: New file.
1025 1993-04-13 Richard Stallman <rms@gnu.org>
1027 * src/version.c: New file.
1029 1993-03-25 Richard Stallman <rms@gnu.org>
1031 * src/output.c: entered into RCS
1033 1992-09-25 Richard Stallman <rms@gnu.org>
1035 * configure.bat: entered into RCS
1037 1992-06-22 Richard Stallman <rms@gnu.org>
1039 * src/vmsgetargs.c: entered into RCS
1041 1992-06-22 Richard Stallman <rms@gnu.org>
1043 * doc/bison.rnh: entered into RCS
1045 1992-04-20 David J. MacKenzie <djm@gnu.org>
1047 * README: entered into RCS
1049 1992-01-22 Richard Stallman <rms@gnu.org>
1051 * src/machine.h: entered into RCS
1053 1991-12-21 Richard Stallman <rms@gnu.org>
1055 * src/lalr.c, src/closure.c:
1058 1991-12-20 Richard Stallman <rms@gnu.org>
1060 * src/state.h: entered into RCS
1062 1991-12-18 Richard Stallman <rms@gnu.org>
1064 * src/print.c, src/nullable.c, src/derives.c:
1067 1991-11-03 David J. MacKenzie <djm@gnu.org>
1069 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
1072 1988-09-09 Richard Stallman <rms@gnu.org>
1074 * src/bison.hairy: entered into RCS
1076 1987-12-16 Richard Stallman <rms@gnu.org>
1078 * REFERENCES: entered into RCS