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
/
sed
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some bugs in in-place editing:
fanf
2002-07-30
1
-28
/
+26
*
Avoid checking whether each line is the last line of the file when we don't
tjr
2002-07-03
1
-23
/
+27
*
Don't store newlines at the end of each line in the hold/pattern spaces,
tjr
2002-06-22
1
-0
/
+2
*
Correct the handling of (for example) the N command by only zeroing the
tjr
2002-06-16
1
-1
/
+2
*
Exit with non-zero status if an input file can not be opened. This was
tjr
2002-06-14
1
-0
/
+1
*
Fix one serious bug and one potential problem with in-place editing code:
sobomax
2002-06-14
1
-70
/
+60
*
If a file argument cannot be processed, process the remaining ones
tjr
2002-05-24
1
-6
/
+14
*
o Clean up tmp file usage a little by using mkstemp(3) instead of
green
2002-05-14
1
-5
/
+6
*
Oops, update usage() to have -i.
jmallett
2002-05-07
1
-2
/
+2
*
Add handling for any nil-length string passed to -i for the backup extension.
jmallett
2002-05-07
1
-2
/
+14
*
Un-shadow the `fname' variable.
jmallett
2002-05-07
1
-9
/
+9
*
Add a -i option to sed(1) to do inplace editing, to give us an alternative to
jmallett
2002-05-07
1
-2
/
+66
*
remove __P
imp
2002-03-22
1
-3
/
+3
*
WARNS=2 partial fix; use NO_WERROR to protect against some hard-to-fix warnings.
markm
2001-12-12
1
-7
/
+6
*
Expand xmalloc in-place, along with xrealloc; which wasn't even ANSI in its
obrien
2001-07-24
1
-3
/
+6
*
Small style fix '=' -> ' = '
nsayer
2000-05-11
1
-1
/
+1
*
Fix compatibility issue in sed. Do so by explicitely adding a
nsayer
2000-05-11
1
-1
/
+5
*
Add a new flag: -E enables "extended" regular expressions.
green
2000-03-19
1
-2
/
+6
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fix a new bug introduced by the previous bug fix
archie
1998-12-08
1
-3
/
+15
*
Remove local redefinition for err(). Add usage().
charnier
1997-08-11
1
-11
/
+23
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-1
/
+1
*
fix C programmer's bug number 12.2
wosch
1996-11-17
1
-3
/
+8
*
Fix the C programmer's bug #1: EOF is of type `int', not `char'.
joerg
1996-11-17
1
-6
/
+2
*
Localize it
ache
1996-08-11
1
-1
/
+3
*
Fix spelling error (scipt -> script).
rgrimes
1995-02-23
1
-1
/
+1
*
BSD 4.4 Lite Usr.bin Sources
rgrimes
1994-05-27
1
-0
/
+352