freebsd-dev/usr.bin/sed
Jean-Marc Zucconi 30ad8d9349 Correct a bug in the P function: according to 7th edition UNIX (tm), the
newline must be part of the pattern space i.e. `echo a|sed -e P' must print
a
a
and not
aa
This is consistent with gnu sed, SunOS, Ultrix (and probably others!)
1995-02-06 00:14:50 +00:00
..
TEST BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
compile.c BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
defs.h BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
extern.h BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
main.c BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
Makefile BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
misc.c BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
POSIX BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
process.c Correct a bug in the P function: according to 7th edition UNIX (tm), the 1995-02-06 00:14:50 +00:00
sed.1 Submitted by: Philippe Charnier 1994-12-01 22:19:02 +00:00