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
/
compile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
IEEE Std 1003.1, 2004 Edition states:
dds
2009-09-20
1
-2
/
+1
*
Follow POSIX (IEEE Std 1003.1, 2004 Edition) in the implementation
dds
2009-09-20
1
-9
/
+12
*
Allow [ to be used as a delimiter.
dds
2009-09-20
1
-1
/
+1
*
Implement "addr1,+N" ranges - not dissimilar to grep's -A switch.
brian
2009-05-25
1
-2
/
+9
*
Fix the code to conform to the "or more" part of the following POSIX
dds
2008-11-11
1
-1
/
+1
*
Add workaround for a back reference when no corresponding
hrs
2008-11-09
1
-0
/
+8
*
WARNS fixes:
dwmalone
2008-02-09
1
-1
/
+1
*
Before doing compile_re() which needs a parameter to identify
delphij
2007-07-06
1
-4
/
+4
*
Add case-insensitive matching to sed, using the 'I' flag, similarly to GNU sed.
ssouhlal
2007-07-04
1
-25
/
+41
*
Bug fix: a numeric flag specification in the substitute command would
dds
2005-08-04
1
-2
/
+8
*
Fix dubious C code construct.
stefanf
2005-03-09
1
-1
/
+1
*
Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived
dds
2004-08-09
1
-4
/
+0
*
Make the 'y' (translate) command aware of multibyte characters.
tjr
2004-07-14
1
-13
/
+69
*
Whitespace cleanup
des
2003-11-04
1
-10
/
+10
*
ANSIfy
des
2003-11-04
1
-34
/
+15
*
Ignore leading semicolons on commands; required by SUSv3.
tjr
2002-07-30
1
-2
/
+8
*
Fix a bug in sed(1)'s "s" command wherein if an escape ("\" character)
green
2002-06-01
1
-4
/
+24
*
Fix an ages-old bug in sed(1), which resulted in the absolutely valid
sobomax
2002-04-12
1
-1
/
+1
*
remove __P
imp
2002-03-22
1
-14
/
+14
*
WARNS=2 partial fix; use NO_WERROR to protect against some hard-to-fix warnings.
markm
2001-12-12
1
-18
/
+18
*
Don't allocate a zero byte segment.
mikeh
2001-11-08
1
-1
/
+4
*
Expand xmalloc in-place, along with xrealloc; which wasn't even ANSI in its
obrien
2001-07-24
1
-17
/
+36
*
Don't leak memory when compiling text following the `a', `c' or `i' command.
ru
2001-05-18
1
-1
/
+1
*
Add a new flag: -E enables "extended" regular expressions.
green
2000-03-19
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fix a new bug introduced by the previous bug fix
archie
1998-12-08
1
-6
/
+7
*
Fix brokenness compiling "s/pat/subst/" when length of subst is >= 4090 chars.
archie
1998-12-07
1
-3
/
+6
*
Terminate our output string correctly if we've got
brian
1998-09-22
1
-1
/
+2
*
Remove local redefinition for err(). Add usage().
charnier
1997-08-11
1
-61
/
+72
*
Localize it
ache
1996-08-11
1
-2
/
+2
*
Yet^2 another fix for the line continuation bug.
bde
1996-07-17
1
-5
/
+5
*
Yet another fix for the line continuation bug in sed. Keith's patch
dg
1996-06-26
1
-7
/
+5
*
Fix from Keith Bostic <bostic@bsdi.com> for bug in sed dealing with
dg
1996-06-19
1
-5
/
+7
*
Merge various fixes from NetBSD. This will allow the WordPerfect for
jkh
1995-08-16
1
-31
/
+68
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-3
/
+3
*
Sed dumps core when linked with some coalescing malloc because it
joerg
1995-04-05
1
-0
/
+2
*
BSD 4.4 Lite Usr.bin Sources
rgrimes
1994-05-27
1
-0
/
+771