Denys Vlasenko ae04ce82cf base32/64: "truncated base64 input" -> "truncated input"
text	   data	    bss	    dec	    hex	filename
1021739	    559	   5052	1027350	  fad16	busybox_old
1021732	    559	   5052	1027343	  fad0f	busybox_unstripped

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2020-11-28 13:43:54 +01:00
..
2020-08-13 17:12:56 +02:00
2020-10-25 23:44:22 +01:00
2020-06-23 21:28:19 +02:00
2013-02-26 00:36:53 +01:00
2012-10-03 09:42:21 +02:00
2020-10-01 03:07:22 +02:00
2020-08-13 17:12:56 +02:00
2018-07-17 15:04:17 +02:00
2020-06-29 16:07:20 +02:00
2010-07-26 01:49:12 +02:00
2018-12-08 15:35:24 +01:00
2010-10-29 11:46:52 +02:00
2015-04-02 23:03:46 +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>