Wed Feb 23 10:53:56 1994  Ian Lance Taylor  (ian@cygnus.com)

	* skeleton.c (banner): Fix YYPARAMS for traditional case.

Tue Feb 22 18:28:08 1994  Jason Merrill  (jason@deneb.cygnus.com)

	* skeleton.c: Support C++.
	(banner): Add definitions of YYPARAMS, YYDEFUN, YYAND, and YYPTR.
	(header): Use YYPTR and YYPARAMS in prototypes for yy*alloc.
	(trailer): Use YYPTR, YYDEFUN and YYAND in definitions of yy*alloc.

Tue Nov 16 13:28:39 1993  K. Richard Pixley  (rich@cygnus.com)

	* main.c (yaccversion): arbitrarily give this byacc a version of
	  +cygnus.27.

Mon Nov  8 12:39:09 1993  Doug Evans  (dje@canuck.cygnus.com)

	* skeleton.c (header): Nuke malloc,realloc,free decls.
	(yygrow): Use printf for debugging messages.
	(banner): Conditionally include <stdio.h> ifndef YYDONT_INCLUDE_STDIO.

Tue Nov  2 13:17:12 1993  Doug Evans  (dje@rtl.cygnus.com)

	* skeleton.c (header): Only declare free if __STDC__.

Thu Oct 28 03:18:17 1993  Doug Evans  (dje@thepub.cygnus.com)

	* skeleton.c (header): YYMAXSTACKSIZE: New macro, default 10000.
	yyss,yyvs: Change from static arrays to malloc'd buffers.
	yygrow,yymalloc,yyrealloc,malloc,realloc,free: Declare.
	yyfree: New macro.
	(body): malloc yyss, yyvs.  If stack full try growing it.
	(trailer): yygrow,yymalloc,yyrealloc: New functions.

Sat Oct  9 18:42:54 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)

	* configure.in: recognize mips*- instead of mips-

Tue Aug 24 16:47:02 1993  Stan Shebs  (shebs@rtl.cygnus.com)

	* Makefile.in: add mostlyclean/distclean/realclean.

Mon Jun 14 12:16:17 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)

	* Makefile.in: remove parentdir support; update INSTALL definition

Fri Mar 12 18:32:45 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)

	* configure.in: change *-sun-solaris to *-*-solaris2*

Fri Feb  5 14:09:25 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)

	* Makefile.in (PROGRAM): Add CFLAGS to link step.

Fri Jan  8 07:02:19 1993  Ken Raeburn  (raeburn@cygnus.com)

	* skeleton.c (banner): Define YYCONST as "const" or nothing.
	(body): yys points to YYCONST.

	* output.c (output_rule_data, output_yydefred, goto_actions,
	output_base, output_table, output_check, output_debug): Output
	tables as YYCONST.

Wed Jan  6 18:46:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)

	* main.c: add support for a -o flag, to be command line compatible
	with bison, for most FSF programs that use a parser

Thu Dec 31 11:08:25 1992  Fred Fish  (fnf@cygnus.com)

	* config/mh-sysv4:  New config for SVR4.
	* configure.in (*-*-sysv4):  Use config/mh-sysv4.
	* output.c (output_debug):  Make yyname[] and yyrule[] static.
	* skeleton.c (tables):  Comment out yyname and yyrule extern
	declarations, like other FIXME's.
	* skeleton.c (header):  Make yyssp, yyvsp, yyss, and yyvs all
	static.

Tue Dec 29 12:08:53 1992  Ian Lance Taylor  (ian@cygnus.com)

	* Patches from Michael Tiemann:
	* defs.h (bucket): added lineno field.
	* symtab.c (make_bucket): initialize it.
	* error.c (undefined_symbol_warning): accept and print line number
	argument.
	* reader.c (check_symbols): pass line number to
	undefined_symbol_warning.

Thu Dec 17 19:40:47 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)

	* Makefile.in: added blank 'dvi' target for standards.texi

Thu Oct  1 23:50:56 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)

	* configure.in: use cpu-vendor-os triple instead of nested cases

Tue Aug 18 14:00:52 1992  Ian Lance Taylor  (ian@cygnus.com)

	* Makefile.in: removed setting of CFLAGS and changed to always
	create installation directories.

Sun May 31 15:06:21 1992  Mark Eichin  (eichin at cygnus.com)

	* configure.in, config/mh-solaris2: add support for solaris2 host.

Tue Mar 24 16:02:26 1992  K. Richard Pixley  (rich@cygnus.com)

	* configure.in, config/mh-irix4: add support for irix4 hosting.

Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)

	* Makefile.in, configure.in: removed traces of namesubdir,
	  -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
	  copyrights to '92, changed some from Cygnus to FSF.

Tue Dec 10 04:14:12 1991  K. Richard Pixley  (rich at rtl.cygnus.com)

	* Makefile.in: infodir belongs in datadir.

Fri Dec  6 23:09:17 1991  K. Richard Pixley  (rich at rtl.cygnus.com)

	* output.c, skeleton.c: make some things static that otherwise
	  collide when linking two parsers into the same program.

	* ChangeLog: fresh.

	* Makefile.in: correct syntax error in ls target.  install using
	  INSTALL_DATA and INSTALL_PROGRAM.  added host/target/site
	  makefile inclusion hook.

Thu Dec  5 22:46:44 1991  K. Richard Pixley  (rich at rtl.cygnus.com)

	* Makefile.in: idestdir and ddestdir go away.  Added copyrights
	  and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
	  and mandir now keyed off datadir by default.

