A couple things that got tangled up in my tree, easier to check in both than
authorRob Landley <rob@landley.net>
Wed, 12 Jul 2006 19:17:55 +0000 (19:17 -0000)
committerRob Landley <rob@landley.net>
Wed, 12 Jul 2006 19:17:55 +0000 (19:17 -0000)
commitc9c1a41c581101f53cc36efae53cd8ebb568962f
tree0aa4024f33e22567444f78d83d7d4b7986abe795
parent801ab140132a111e9524371c9b8d425579692389
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.
include/libbb.h
libbb/u_signal_names.c
networking/netstat.c
networking/traceroute.c
networking/wget.c
procps/fuser.c
procps/kill.c
shell/ash.c
shell/lash.c
shell/msh.c