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
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use getopt instead of hand-rolled argument parsing. Usage remains
wes
2004-03-05
1
-72
/
+15
*
No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1.
ru
2002-04-09
1
-2
/
+0
*
Allow to compile errorlessly with GCC 3.1.
obrien
2002-04-04
1
-3
/
+1
*
Fix signal race.
obrien
2002-04-04
1
-4
/
+8
*
remove __P
imp
2002-03-22
1
-6
/
+6
*
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
-9
/
+3
*
WARNS=2 and s/register//.
markm
2001-12-01
1
-9
/
+9
*
malloc more space for temp file name
kris
2000-01-10
1
-1
/
+1
*
Feed mkstemp() some more X's to keep it safe.
kris
2000-01-10
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Use mkstemp rather than mktemp for yacc's temp files. This change was made
imp
1998-06-09
1
-7
/
+20
*
Use err(3). Rewrote man page in mdoc format. The user visible change is that
charnier
1997-08-28
1
-5
/
+7
*
Implement the -o commandline switch. This does almost exactly
steve
1997-02-16
1
-12
/
+61
*
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
-5
/
+19
*
Revert the '-o output_file_name' option changes.
steve
1997-01-12
1
-12
/
+1
*
Implement and document a '-o output_file_name' option to
steve
1997-01-06
1
-1
/
+12
*
BSD 4.4 Lite Usr.bin Sources
rgrimes
1994-05-27
1
-0
/
+423