summaryrefslogtreecommitdiffstats
path: root/usr.bin/yacc/mkpar.c
Commit message (Collapse)AuthorAgeFilesLines
* No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1.ru2002-04-091-2/+0
|
* Revert the "tell the program name in diagnostics". What was I thinking??obrien2002-04-051-7/+6
| | | | warnx() already does this for us.
* Fix style regression introduced in rev 1.11 during a WARNS cleanup.obrien2002-04-041-1/+2
|
* Follow suit with OpenBSD and NetBSD and tell the program name in diagnostics.obrien2002-04-041-6/+6
|
* remove __Pimp2002-03-221-11/+11
|
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-101-5/+6
| | | | | | | | 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.
* Only use __FBSDID if it is defined. This fixes the 4.4-release (butimp2001-12-081-0/+2
| | | | | | not stable) -> current upgrade path. Reviewed by: markm
* Use __FBSDID().markm2001-12-021-4/+4
|
* WARNS=2 and s/register//.markm2001-12-011-33/+33
| | | | | Set NO_WERROR=true because there are some flex(1) issues that need to be dealt with.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add support for Bison's "%expect <int>" directive.obrien1999-07-291-5/+10
| | | | | | | 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
* Clean up some ambiguous nested if/elses.billf1999-07-041-2/+3
|
* Use err(3). Rewrote man page in mdoc format. The user visible change is thatcharnier1997-08-281-14/+10
| | | | | report of s/r and r/r conflicts is now printed in two separate lines beginning by `yacc: '.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | 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.
* Add RCS id's since these files have left the default branch.steve1997-01-121-0/+2
|
* This doesn't change any functionality, it simple makes yacc(1)steve1997-01-121-11/+27
| | | | compile -Wall clean.
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+395
OpenPOWER on IntegriCloud