freebsd-dev/usr.bin/sed
Tim J. Robbins 05018c64fd Silence WARNS=4 by passing a non-const buffer to regerror(). Since it
doesn't actually use the buffer when errbuf_size == 0, pass NULL.
2002-07-08 05:36:24 +00:00
..
TEST Update another mention of <CR><CR> I missed the first time around (rev 1.2) 2002-07-04 05:16:19 +00:00
compile.c Fix a bug in sed(1)'s "s" command wherein if an escape ("\" character) 2002-06-01 13:25:47 +00:00
defs.h
extern.h Avoid checking whether each line is the last line of the file when we don't 2002-07-03 14:38:27 +00:00
main.c Avoid checking whether each line is the last line of the file when we don't 2002-07-03 14:38:27 +00:00
Makefile Kill superfluous blank line. 2002-06-17 08:21:53 +00:00
misc.c Silence WARNS=4 by passing a non-const buffer to regerror(). Since it 2002-07-08 05:36:24 +00:00
POSIX
process.c Avoid checking whether each line is the last line of the file when we don't 2002-07-03 14:38:27 +00:00
sed.1 Sort sections, and refer to sed as a utility, not a function. 2002-06-25 08:36:19 +00:00