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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Refer to environ(7) for description of COLUMNS instead of describing it
tjr
2002-06-10
1
-10
/
+9
*
The 10 occurrence limit for the `s' command documented here has not existed
tjr
2002-06-10
1
-3
/
+4
*
Newlines are not escaped anymore.
tjr
2002-06-10
1
-2
/
+0
*
Don't write escape newlines with `l' command (SUSv3)
tjr
2002-06-10
1
-3
/
+3
*
Correctly handle global substitutions where the pattern is only "$", the
tjr
2002-06-10
1
-0
/
+3
*
Wrap lines correctly for the `l' command.
tjr
2002-06-04
1
-1
/
+1
*
Document the fact that the `l' command uses the COLUMNS environment
tjr
2002-06-04
1
-0
/
+13
*
Ignore COLUMNS environment variable if it is empty (SUSv3)
tjr
2002-06-04
1
-1
/
+1
*
Fix a bug in sed(1)'s "s" command wherein if an escape ("\" character)
green
2002-06-01
1
-4
/
+24
*
mdoc(7) police: typo in .Dd.
ru
2002-05-30
1
-1
/
+1
*
If a file argument cannot be processed, process the remaining ones
tjr
2002-05-24
1
-6
/
+14
*
More consistancy. file system > filesystem
trhodes
2002-05-16
1
-1
/
+1
*
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
2
-2
/
+21
*
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
2
-3
/
+77
*
Remove duplicated text.
keramida
2002-04-21
1
-2
/
+1
*
Fix an ages-old bug in sed(1), which resulted in the absolutely valid
sobomax
2002-04-12
1
-1
/
+1
*
Fix sed(1) in the case where a last line is specified and hold space is not
jmallett
2002-04-07
1
-3
/
+5
*
Fix sed(1) behaviour for 'G' when given null holdspace by making sure it
jmallett
2002-04-05
1
-0
/
+2
*
remove __P
imp
2002-03-22
4
-30
/
+30
*
Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.
markm
2002-02-08
1
-1
/
+0
*
WARNS=2 partial fix; use NO_WERROR to protect against some hard-to-fix warnings.
markm
2001-12-12
6
-43
/
+42
*
Don't allocate a zero byte segment.
mikeh
2001-11-08
1
-1
/
+4
*
mdoc(7) police: utilize the new .Ex macro.
ru
2001-08-15
1
-3
/
+1
*
mdoc(7) police:
ru
2001-08-07
1
-12
/
+4
*
Expand xmalloc in-place, along with xrealloc; which wasn't even ANSI in its
obrien
2001-07-24
5
-59
/
+56
*
Don't leak memory when compiling text following the `a', `c' or `i' command.
ru
2001-05-18
1
-1
/
+1
*
mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.
ru
2001-02-13
1
-2
/
+2
*
Prepare for mdoc(7)NG.
ru
2001-01-16
1
-1
/
+1
*
Prepare for mdoc(7)NG.
ru
2000-12-19
1
-2
/
+2
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
1
-4
/
+4
*
Avoid use of direct troff requests in mdoc(7) manual pages.
ru
2000-11-10
1
-36
/
+33
*
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 DIAGNOSTICS section name
charnier
2000-03-26
1
-3
/
+3
*
Uncorrupt the SCCS id (s/ From: / /).
green
2000-03-20
1
-2
/
+2
*
Fix a couple hard sentence breaks I inadvertently introduced. Also,
green
2000-03-20
1
-7
/
+9
*
Add a new flag: -E enables "extended" regular expressions.
green
2000-03-19
4
-8
/
+21
*
Add $FreeBSD$.
green
2000-03-19
1
-1
/
+2
*
PR: 10850
unfurl
2000-02-15
1
-6
/
+10
*
Escape the ':' so that is actually makes it into the double quotes.
steve
1999-12-29
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
5
-5
/
+5
*
Add $Id$, to make it simpler for members of the translation teams to
nik
1999-07-12
1
-0
/
+1
*
More egcs warning fixes:
imp
1999-04-25
1
-2
/
+3
*
Fix a new bug introduced by the previous bug fix
archie
1998-12-08
3
-10
/
+23
[prev]
[next]