freebsd-dev/usr.bin/sed
Tim J. Robbins 254fac850d Correct the handling of (for example) the N command by only zeroing the
input space in mf_fgets() if we reach the end of all input files.
2002-06-16 08:44:39 +00:00
..
TEST
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 remove __P 2002-03-22 01:42:45 +00:00
main.c Correct the handling of (for example) the N command by only zeroing the 2002-06-16 08:44:39 +00:00
Makefile Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3. 2002-02-08 23:07:37 +00:00
misc.c WARNS=2 partial fix; use NO_WERROR to protect against some hard-to-fix warnings. 2001-12-12 23:20:16 +00:00
POSIX
process.c Don't write escape newlines with `l' command (SUSv3) 2002-06-10 07:25:35 +00:00
sed.1 Refer to environ(7) for description of COLUMNS instead of describing it 2002-06-10 07:55:13 +00:00