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
/
bin
/
ed
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
while(0); -> while (0) in multiline macro
imp
2006-08-17
1
-1
/
+1
*
Sync program's usage() with manpage's SYNOPSIS.
ru
2005-02-09
1
-2
/
+2
*
no need to have break; after return;
charnier
2005-01-16
1
-1
/
+1
*
Quiet warnings about copyright[].
obrien
2003-05-01
1
-0
/
+2
*
Replace various spellings with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-2
/
+2
*
Consistently use __FBSDID
obrien
2002-06-30
1
-4
/
+2
*
We have a place for extern declarations of global variables in ed.h, do not
jmallett
2002-06-20
1
-3
/
+0
*
o __P has been reoved
imp
2002-02-02
1
-54
/
+26
*
o Correctly define rcsid.
mike
2001-08-06
1
-63
/
+64
*
Back out previous commit: it doesn't help anything since write_file(),
dd
2001-06-28
1
-2
/
+2
*
Don't call exit(3) from a signal handler.
dd
2001-06-24
1
-2
/
+2
*
Use PATH_MAX rather than MAXPATHLEN. Also fix a possible off by one
imp
2001-05-29
1
-7
/
+8
*
Constify
kris
2000-11-27
1
-1
/
+1
*
Include sys/types.h
brian
2000-10-16
1
-0
/
+2
*
Fixes a potential buffer overflow with 'ed [MAXPATHLEN + 1 characters]'.
joe
2000-04-30
1
-3
/
+5
*
$Id$ -> $FreeBSD$
peter
1999-08-27
1
-1
/
+1
*
Silence some warnings when building on the alpha.
dfr
1998-08-07
1
-2
/
+2
*
make signal handlers errno safe
eivind
1997-10-08
1
-3
/
+8
*
sccsid -> rcsid and fix some minor nits.
steve
1997-08-07
1
-8
/
+7
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-28
1
-2
/
+2
*
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
*
-Wall cleaning.
steve
1996-12-14
1
-3
/
+8
*
Localize it
ache
1996-08-11
1
-10
/
+13
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-15
/
+15
*
You will find enclosed some changes to make gcc -Wall more happy in
joerg
1995-03-19
1
-9
/
+9
*
Added $Id$
dg
1994-09-24
1
-0
/
+2
*
use umask 077 for buffer file
alm
1994-03-23
1
-1
/
+1
*
Fixed range address bug: 1,2, == 2,2 not 2,.
alm
1994-02-01
1
-0
/
+1432