busybox/editors
Rob Landley 2d6af16035 Zubicaray reported a bug in vi that causes it to eat 100% cpu when you close
an xterm it's running in.  The vi signal behavior would catch and restarts lots
of signals, like SIGHUP, that should just kill the thing.  (Leftover behavior
from when it would segfault all the time.)  Filtered out the more obviously
bad ones.  If it segfaults, we should find and fix the problem.
2006-06-21 00:52:31 +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 - reuse strings and messages. Saves about 600B 2006-06-07 20:17:41 +00:00
vi.c Zubicaray reported a bug in vi that causes it to eat 100% cpu when you close 2006-06-21 00:52:31 +00:00