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
/
skeleton.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed breakage of K&R support in rev.1.26. yyparse() was defined as
bde
2000-01-17
1
-7
/
+7
*
Fixed breakage of K&R support in rev.1.8 of output.c: don't generate
bde
2000-01-17
1
-0
/
+3
*
Make "YYPARSE_PARAM" and "YYPARSE_PARAM_TYPE" C++/ANSI-C clean.
obrien
1999-10-28
1
-4
/
+15
*
Allow a user specified parameter to 'yyparse()', in a manner similar to
obrien
1999-10-27
1
-8
/
+11
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Revert the past 3 commits to what should have been the rev 1.18 -> rev 1.19
obrien
1999-07-30
1
-1
/
+1
*
Hyphens are not legal characters in a C identifier.
des
1999-07-30
1
-1
/
+1
*
Even better fix for last commit: rename rcsid[] to _yacc-parser_rcsid[]
hoek
1999-07-30
1
-2
/
+2
*
Don't output rcsid into the output parser. It may have already been
hoek
1999-07-30
1
-2
/
+2
*
Only output `rcsid' (set to our Id string) into the resulting parser file.
obrien
1999-07-30
1
-4
/
+2
*
Follow the directions in the comments and add our Id string to the output
obrien
1999-07-29
1
-1
/
+2
*
* Don't assume realloc() can take NULL as first arg. Yacc needs to
obrien
1999-07-29
1
-3
/
+11
*
YYRECOVERING(), not YYRECOVERING.
obrien
1999-07-29
1
-2
/
+2
*
Clean up the skeleton code a little. There was a #ifdef to avoid
peter
1999-04-18
1
-9
/
+1
*
#include <stdlib.h> in the C++ case and declare getenv and realloc
steve
1997-04-29
1
-1
/
+11
*
Fix problems using -Wwrite-strings and -Wcast-qual with yacc generated
steve
1997-04-28
1
-13
/
+3
*
Don't generate invalid C++ code (for implicit conversion from `void *' in
bde
1997-03-22
1
-3
/
+3
*
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
-3
/
+4
*
Merge Lite2 mods.
steve
1997-01-06
1
-9
/
+40
*
Add YYLEX and YYEMPTY macros to make byacc look more like bison.
hsu
1996-11-04
1
-1
/
+3
*
Fix for PR# 1427, yacc-generated parser generates warnings
steve
1996-09-22
1
-15
/
+17
*
Fix -Wall warning in skeleton parser
peter
1996-09-03
1
-1
/
+1
*
Make the yacc skeleton aware of C++. It was previously broken in the
joerg
1996-09-03
1
-1
/
+12
*
Make all the tables "const" so that they don't clutter our data-segment.
phk
1996-01-07
1
-9
/
+9
*
BSD 4.4 Lite Usr.bin Sources
rgrimes
1994-05-27
1
-0
/
+346