History log of /freebsd-9.3-release/usr.bin/yacc/mkpar.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 216370 11-Dec-2010 joel

Remove the advertising clause from UCB copyrighted files in usr.bin. This
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

Also add $FreeBSD$ to a few files to keep svn happy.

Discussed with: imp, rwatson


# 214961 07-Nov-2010 obrien

Directly use memory allocation functions and remove needless casts in
their usage. Also use associated modern types instead of k&r ones.


# 214959 07-Nov-2010 obrien

Change to ANSI-C function definitions.


# 94276 09-Apr-2002 ru

No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1.


# 93856 05-Apr-2002 obrien

Revert the "tell the program name in diagnostics". What was I thinking??
warnx() already does this for us.


# 93829 04-Apr-2002 obrien

Fix style regression introduced in rev 1.11 during a WARNS cleanup.


# 93819 04-Apr-2002 obrien

Follow suit with OpenBSD and NetBSD and tell the program name in diagnostics.


# 92922 21-Mar-2002 imp

remove __P


# 87628 10-Dec-2001 dwmalone

Style improvements recommended by Bruce as a follow up to some
of the recent WARNS commits. The idea is:

1) FreeBSD id tags should follow vendor tags.
2) Vendor tags should not be compiled (though copyrights probably should).
3) There should be no blank line between including cdefs and __FBSDIF.


# 87517 08-Dec-2001 imp

Only use __FBSDID if it is defined. This fixes the 4.4-release (but
not stable) -> current upgrade path.

Reviewed by: markm


# 87234 02-Dec-2001 markm

Use __FBSDID().


# 87171 01-Dec-2001 markm

WARNS=2 and s/register//.

Set NO_WERROR=true because there are some flex(1) issues that need
to be dealt with.


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 49208 29-Jul-1999 obrien

Add support for Bison's "%expect <int>" directive.

I originally coded this myself, and now I realize {Net,Open}BSD had already
coded this. I have tossed my version to reduce diffs between the projects.

Obtained from: OpenBSD 2.5


# 48566 04-Jul-1999 billf

Clean up some ambiguous nested if/elses.


# 28856 28-Aug-1997 charnier

Use err(3). Rewrote man page in mdoc format. The user visible change is that
report of s/r and r/r conflicts is now printed in two separate lines beginning
by `yacc: '.


# 23012 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


# 21623 12-Jan-1997 steve

Add RCS id's since these files have left the default branch.


# 21622 12-Jan-1997 steve

This doesn't change any functionality, it simple makes yacc(1)
compile -Wall clean.


# 8874 30-May-1995 rgrimes

Remove trailing whitespace.


# 1591 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1590,
which included commits to RCS files with non-trunk default branches.


# 1590 27-May-1994 rgrimes

BSD 4.4 Lite Usr.bin Sources