summaryrefslogtreecommitdiffstats
path: root/usr.bin/yacc/output.c
Commit message (Expand)AuthorAgeFilesLines
* Use the constants from <limits.h> for the sizes of integral C typesrobert2002-06-111-2/+3
* Quiet uninitialized warnings.obrien2002-04-101-0/+1
* No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1.ru2002-04-091-2/+0
* Minor reordering of declarations to reduce diffs to OpenBSD/NetBSD.obrien2002-04-041-15/+16
* remove __Pimp2002-03-221-26/+26
* WARNS=2 fix, but do not set this im Makefile, because this ill be themarkm2001-12-111-1/+1
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-101-5/+6
* Only use __FBSDID if it is defined. This fixes the 4.4-release (butimp2001-12-081-0/+2
* Use __FBSDID().markm2001-12-021-3/+5
* WARNS=2 and s/register//.markm2001-12-011-63/+64
* Properly static'ize increase_maxtable().obrien2001-10-051-1/+1
* Fix the output so it really does dynamically resize the table.obrien2001-10-051-14/+44
* Increase the table size by an order of magnitude.obrien2001-10-051-1/+1
* Constifykris2000-11-261-0/+1
* Fix breakage introduced in rev.1.7. yystacksize and yysslim are global andn_hibma2000-09-071-0/+4
* Fixed breakage of K&R support in rev.1.8 of output.c: don't generatebde2000-01-171-2/+2
* Emit YYERRCODE into y.tab.h to help `lex' report scanning errors back toobrien1999-10-271-3/+9
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add #include <string.h> to get prototypes.jb1998-02-201-1/+2
* Keep style consistent.steve1997-04-291-7/+7
* Fix problems using -Wwrite-strings and -Wcast-qual with yacc generatedsteve1997-04-281-3/+5
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* 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-8/+57
* Make all the tables "const" so that they don't clutter our data-segment.phk1996-01-071-10/+10
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+1250
OpenPOWER on IntegriCloud