summaryrefslogtreecommitdiffstats
path: root/usr.bin/yacc/mkpar.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix a variety of warnings. from Brian Callahantedu2017-05-251-11/+11
* last bits of indentation and styletedu2014-03-131-255/+223
* Callers of get_state() and sole_reduction() always store the resultmillert2014-01-131-4/+5
* Remove CALLOC, MALLOC, FREE and REALLOC macros and just call calloc(),millert2014-01-081-4/+4
* Replace some loops with calloc/memset. From Michael W Bombardieri.nicm2012-03-031-6/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* -Wall clean; ok otto deraadtpvalchev2005-06-101-2/+2
* spacingderaadt2004-08-081-3/+3
* ansify; ok miodpvalchev2003-06-191-23/+14
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-6/+2
* have yacc spit out c compiler-like error messages, so that utilities whichderaadt2002-06-191-7/+9
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-8/+8
* kill more registersmpech2001-11-191-30/+30
* -Wall cleanup; ok deraadtpvalchev2001-07-161-2/+20
* o Use __prognamemillert1999-08-041-7/+8
* sync to netbsd 960418deraadt1996-04-211-3/+44
* Fix 960317 NetBSD merge error. Merge caused local OpenBSD mod lossage.etheisen1996-03-311-1/+3
* Yacc now understands %expect keyword. This should help prevent yacc frometheisen1996-02-041-13/+14
* initial import of NetBSD treederaadt1995-10-181-0/+360