hush/editors
Eric Andersen 52a3c2726e Patch from Matt Kraai:
sed is broken:

 busybox sed -n '/^a/,/^a/p' >output <<EOF
 a
 b
 a
 b
 EOF
 cmp -s output - <<EOF
 a
 b
 a
 EOF

The attached patch fixes it.
2003-12-23 08:53:51 +00:00
..
awk.c Patch from Dmitry Zakharov, 2003-10-30 13:36:39 +00:00
Config.in Andreas Mohr writes: 2003-10-22 09:58:56 +00:00
Makefile Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
Makefile.in Update a bunch of docs. Run a script to update my email addr. 2003-07-14 21:21:08 +00:00
patch.c New applet: patch, applies a unified diff 2003-06-22 15:32:41 +00:00
sed.c Patch from Matt Kraai: 2003-12-23 08:53:51 +00:00
vi.c Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) 2003-09-15 08:33:45 +00:00