index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
yacc
/
output.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the constants from <limits.h> for the sizes of integral C types
robert
2002-06-11
1
-2
/
+3
*
Quiet uninitialized warnings.
obrien
2002-04-10
1
-0
/
+1
*
No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1.
ru
2002-04-09
1
-2
/
+0
*
Minor reordering of declarations to reduce diffs to OpenBSD/NetBSD.
obrien
2002-04-04
1
-15
/
+16
*
remove __P
imp
2002-03-22
1
-26
/
+26
*
WARNS=2 fix, but do not set this im Makefile, because this ill be the
markm
2001-12-11
1
-1
/
+1
*
Style improvements recommended by Bruce as a follow up to some
dwmalone
2001-12-10
1
-5
/
+6
*
Only use __FBSDID if it is defined. This fixes the 4.4-release (but
imp
2001-12-08
1
-0
/
+2
*
Use __FBSDID().
markm
2001-12-02
1
-3
/
+5
*
WARNS=2 and s/register//.
markm
2001-12-01
1
-63
/
+64
*
Properly static'ize increase_maxtable().
obrien
2001-10-05
1
-1
/
+1
*
Fix the output so it really does dynamically resize the table.
obrien
2001-10-05
1
-14
/
+44
*
Increase the table size by an order of magnitude.
obrien
2001-10-05
1
-1
/
+1
*
Constify
kris
2000-11-26
1
-0
/
+1
*
Fix breakage introduced in rev.1.7. yystacksize and yysslim are global and
n_hibma
2000-09-07
1
-0
/
+4
*
Fixed breakage of K&R support in rev.1.8 of output.c: don't generate
bde
2000-01-17
1
-2
/
+2
*
Emit YYERRCODE into y.tab.h to help `lex' report scanning errors back to
obrien
1999-10-27
1
-3
/
+9
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add #include <string.h> to get prototypes.
jb
1998-02-20
1
-1
/
+2
*
Keep style consistent.
steve
1997-04-29
1
-7
/
+7
*
Fix problems using -Wwrite-strings and -Wcast-qual with yacc generated
steve
1997-04-28
1
-3
/
+5
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Add RCS id's since these files have left the default branch.
steve
1997-01-12
1
-0
/
+2
*
This doesn't change any functionality, it simple makes yacc(1)
steve
1997-01-12
1
-8
/
+57
*
Make all the tables "const" so that they don't clutter our data-segment.
phk
1996-01-07
1
-10
/
+10
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-1
/
+1
*
BSD 4.4 Lite Usr.bin Sources
rgrimes
1994-05-27
1
-0
/
+1250