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
/
process.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-3
/
+59
*
Overhaul lputs() to deal with multibyte characters, characters that take
tjr
2004-07-13
1
-24
/
+53
*
Reimplement in-place editing in a slightly less disgusting manner. Also,
des
2003-11-04
1
-19
/
+21
*
Whitespace cleanup
des
2003-11-04
1
-11
/
+11
*
ANSIfy
des
2003-11-04
1
-23
/
+10
*
Change the buffer length test in NEEDSP() so that it does not
tjr
2003-11-02
1
-1
/
+2
*
Do not dribble zero bytes into the output, by replacing an obfuscated if
fanf
2003-06-05
1
-4
/
+1
*
Fix substitution when the regex matches the zero-length string.
fanf
2003-06-04
1
-5
/
+6
*
Initialize a variable in order to fix when faced with picky compilers.
eric
2002-09-20
1
-0
/
+2
*
Correct boundary condition error in `D' and `P' commands when the last
tjr
2002-08-11
1
-6
/
+3
*
s/inline/__inline/
markm
2002-07-19
1
-4
/
+4
*
Make cspace()'s second argument const. Make `escapes' in lputs() const.
tjr
2002-07-08
1
-2
/
+3
*
Avoid checking whether each line is the last line of the file when we don't
tjr
2002-07-03
1
-1
/
+1
*
Don't let the pattern space become null if the `x' command is used when the
tjr
2002-07-03
1
-0
/
+2
*
Fix off by one in `y' (transliterate) command which caused the last character
tjr
2002-06-24
1
-1
/
+1
*
Now that the pattern space contains no trailing newline, modify the `l'
tjr
2002-06-22
1
-1
/
+5
*
Don't store newlines at the end of each line in the hold/pattern spaces,
tjr
2002-06-22
1
-11
/
+10
*
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
*
Ignore COLUMNS environment variable if it is empty (SUSv3)
tjr
2002-06-04
1
-1
/
+1
*
More consistancy. file system > filesystem
trhodes
2002-05-16
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
1
-6
/
+6
*
WARNS=2 partial fix; use NO_WERROR to protect against some hard-to-fix warnings.
markm
2001-12-12
1
-11
/
+10
*
Expand xmalloc in-place, along with xrealloc; which wasn't even ANSI in its
obrien
2001-07-24
1
-6
/
+12
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
More egcs warning fixes:
imp
1999-04-25
1
-2
/
+3
*
Compile -Wall
archie
1998-12-07
1
-2
/
+2
*
Make 'y' command 8bit clean
ache
1998-04-29
1
-2
/
+2
*
Remove local redefinition for err(). Add usage().
charnier
1997-08-11
1
-18
/
+20
*
Localize it
ache
1996-08-11
1
-2
/
+2
*
Merge various fixes from NetBSD. This will allow the WordPerfect for
jkh
1995-08-16
1
-16
/
+18
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-5
/
+5
*
Correct a bug in the P function: according to 7th edition UNIX (tm), the
jmz
1995-02-06
1
-1
/
+1
*
BSD 4.4 Lite Usr.bin Sources
rgrimes
1994-05-27
1
-0
/
+629