busybox/editors
Rob Landley ea7c18514b Fix http://bugs.busybox.net/view.php?id=826 in which "(echo; echo) | sed x"
crashes because the empty state of the hold space is NULL but the empty
state of the pattern space is "".
2006-06-28 13:50:59 +00:00
..
awk.c Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary 2006-05-21 18:30:35 +00:00
Config.in It was sitting there, in the patches directory, for years. It was delete it 2006-05-04 20:56:43 +00:00
ed.c - remove superfluous legacy includes. 2006-05-19 12:38:30 +00:00
Makefile pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list 2006-05-13 02:33:09 +00:00
Makefile.in It was sitting there, in the patches directory, for years. It was delete it 2006-05-04 20:56:43 +00:00
patch.c Patch to fix bug 868, and some related cleanup while I was in the area. 2006-05-07 21:10:06 +00:00
sed.c Fix http://bugs.busybox.net/view.php?id=826 in which "(echo; echo) | sed x" 2006-06-28 13:50:59 +00:00
vi.c A few patches from Erik Hovland, turning strncpy() into safe_strncpy() and 2006-06-25 00:34:52 +00:00