History log of /freebsd-9.3-release/usr.bin/yacc/defs.h
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.


# 200626 17-Dec-2009 rse

remove external reference to not (or at least no longer) existing variable 'myname'


# 181269 03-Aug-2008 cperciva

Mark functions as __dead2 in order to help the LLVM static checker
understand which code paths aren't possible.

This commit eliminates 117 false positive bug reports of the form
"allocate memory; error out if pointer is NULL; use pointer".


# 98116 11-Jun-2002 robert

Use the constants from <limits.h> for the sizes of integral C types
rather than defining them ourselves.


# 92922 21-Mar-2002 imp

remove __P


# 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.


# 69204 26-Nov-2000 kris

Constify


# 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


# 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.


# 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