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
/
re.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
More -Wmissing-variable-declarations fixes.
ed
2012-10-19
1
-3
/
+0
*
Make this code WARNS=6 clean again (after GCC 3.1.1 import).
ru
2003-07-20
1
-13
/
+13
*
Consistently use __FBSDID
obrien
2002-06-30
1
-4
/
+2
*
o __P has been reoved
imp
2002-02-02
1
-5
/
+3
*
o Correctly define rcsid.
mike
2001-08-06
1
-12
/
+11
*
Use PATH_MAX rather than MAXPATHLEN. Also fix a possible off by one
imp
2001-05-29
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-27
1
-1
/
+1
*
sccsid -> rcsid and fix some minor nits.
steve
1997-08-07
1
-2
/
+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
*
-Wall cleaning.
steve
1996-12-14
1
-2
/
+2
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
You will find enclosed some changes to make gcc -Wall more happy in
joerg
1995-03-19
1
-2
/
+2
*
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
-41
/
+26
*
Only a single slash (/) is now necessary to repeat a search as per Theo's
alm
1993-08-27
1
-5
/
+2
*
Nullify pattern after failed regcomp
alm
1993-08-16
1
-1
/
+2
*
added (unsiged) cast to avoid int overflow
alm
1993-08-09
1
-7
/
+0
*
fixed undo within a global command (would corrupt the buffer)
alm
1993-06-26
1
-1
/
+1
*
POSIX ed version 0.6 by Andrew Moore (alm@netcom.com).
alm
1993-06-18
1
-0
/
+156