freebsd-dev/usr.bin/sed
Maxim Sobolev efaed24f7d Fix an ages-old bug in sed(1), which resulted in the absolutely valid
substitution expressions in the form `s,[fooexp],[barexp],;...' treated
as invalid when the third `,' is (_POSIX2_LINE_MAX * N)-th character in
the line.

MFC after:	2 weeks
2002-04-12 19:46:05 +00:00
..
TEST
compile.c Fix an ages-old bug in sed(1), which resulted in the absolutely valid 2002-04-12 19:46:05 +00:00
defs.h
extern.h remove __P 2002-03-22 01:42:45 +00:00
main.c remove __P 2002-03-22 01:42:45 +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 Fix sed(1) in the case where a last line is specified and hold space is not 2002-04-07 02:29:56 +00:00
sed.1 mdoc(7) police: utilize the new .Ex macro. 2001-08-15 09:09:47 +00:00