Ari Sundholm 911db16229 truncate: new applet
function                                             old     new   delta
truncate_main                                          -     161    +161
cwbkMG_suffixes                                        -     128    +128
packed_usage                                       30443   30459     +16
applet_names                                        2512    2521      +9
applet_main                                         1456    1460      +4
parse_command                                       1460    1463      +3
applet_nameofs                                       728     730      +2
applet_install_loc                                   182     183      +1
dd_suffixes                                          112       -    -112
------------------------------------------------------------------------------
(add/remove: 3/1 grow/shrink: 10/3 up/down: 337/-133)         Total: 204 bytes

Signed-off-by: Ari Sundholm <ari@tuxera.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2015-03-22 17:56:38 +01:00
..
2014-11-26 14:04:51 +01:00
2011-02-03 00:05:48 +01:00
2013-02-26 00:36:53 +01:00
2010-10-28 18:57:19 +02:00
2012-10-03 09:42:21 +02:00
2011-08-10 00:51:29 +02:00
2011-09-08 10:59:26 +02:00
2014-12-22 19:37:05 +01:00
2011-05-16 12:21:31 +02:00
2011-02-10 10:01:49 +01:00
2010-10-28 18:57:19 +02:00
2011-03-12 02:19:50 +01: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
2011-02-12 01:56:25 +01:00
2011-08-28 05:31:49 +02:00
2011-10-28 16:15:00 +02:00
2011-10-24 04:06:18 +02:00
2014-05-02 07:18:55 +02:00
2010-10-28 18:57:19 +02:00
2015-03-22 17:56:38 +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>