Denys Vlasenko 2753aae0e8 libbb: optionally support RTMIN[+n] and RTMAX[-n] signal names
function                                             old     new   delta
get_signum                                           140     336    +196
__libc_allocate_rtsig                                  -      56     +56
__libc_current_sigrtmin                                -       6      +6
__libc_current_sigrtmax                                -       6      +6
current_rtmin                                          -       4      +4
current_rtmax                                          -       4      +4
bbconfig_config_bz2                                 4961    4962      +1
------------------------------------------------------------------------------
(add/remove: 6/0 grow/shrink: 2/0 up/down: 273/0)             Total: 273 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-12-30 01:17:03 +01:00
..
2010-10-28 05:38:11 +02:00
2010-10-28 18:57:19 +02:00
2010-10-28 18:57:19 +02:00
2010-11-22 18:13:15 +01:00
2010-10-29 11:46:52 +02:00
2010-10-28 18:57:19 +02:00
2010-10-28 18:57:19 +02:00
2010-10-28 18:57:19 +02:00
2010-10-28 18:57:19 +02:00
2010-10-28 18:57:19 +02:00
2010-09-01 12:01:17 +02:00
2010-10-28 18:57:19 +02:00
2010-10-28 18:57:19 +02:00
2010-12-05 05:22:29 +01:00
2010-10-28 18:57:19 +02:00
2010-07-26 01:49:12 +02:00
2010-10-19 23:07:49 +02:00
2010-10-29 11:46:52 +02:00
2010-10-28 18:57:19 +02:00
2010-11-03 02:48:43 +01:00
2010-10-28 18:57:19 +02:00
2010-10-28 18:57:19 +02:00
2010-12-05 05:02:49 +01:00
2010-10-28 18:57:19 +02:00

Please see the LICENSE file for copyright information (GPLv2)

libbb is BusyBox's utility library.  All of this stuff used to be stuffed into
a single file named utility.c.  When I split utility.c to create libbb, some of
the very oldest stuff ended up without their original copyright and licensing
information (which is now lost in the mists of time).  If you see something
that you wrote that is mis-attributed, do let me know so we can fix that up.

	Erik Andersen
	<andersen@codepoet.org>