busybox/shell
Rob Landley c9c1a41c58 A couple things that got tangled up in my tree, easier to check in both than
untangle them:

Rewrite u_signal_names() into get_signum() and get_signame(), plus trim the
signal list to that required by posix (they can specify the numbers for
the rest if they really need them).  (This is preparatory cleanup for adding
a timeout applet like Roberto Foglietta wants.)

Export the itoa (added due to Denis Vlasenko, although it's not quite his
preferred implementation) from xfuncs.c so it's actually used, and remove
several other redundant implementations of itoa and utoa() in the tree.
2006-07-12 19:17:55 +00:00
..
ash.c A couple things that got tangled up in my tree, easier to check in both than 2006-07-12 19:17:55 +00:00
cmdedit.c Remove the silly redundancy from that header file include. 2006-07-03 00:46:47 +00:00
cmdedit.h Standardize on the vi editing directives being on the first line. 2006-07-02 19:47:05 +00:00
Config.in remove leading "Enable" from the config option text. not only is it 2006-06-08 21:48:47 +00:00
hush.c Get rid of all "#if 0" content. 2006-07-01 14:30:28 +00:00
lash.c A couple things that got tangled up in my tree, easier to check in both than 2006-07-12 19:17:55 +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 - revert back to r14406 2006-03-13 19:04:00 +00:00
msh.c A couple things that got tangled up in my tree, easier to check in both than 2006-07-12 19:17:55 +00:00