Denis Vlasenko 1c45a505eb libbb: fix mishandling of "all argv are opts" in getopt32()
function                                             old     new   delta
top_main                                            1100    1095      -5
getopt32                                            1398    1361     -37
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-42)             Total: -42 bytes
2008-08-20 00:12:22 +00:00
..
2008-07-23 08:41:08 +00:00
2008-08-17 12:47:19 +00:00
2008-07-22 20:25:24 +00:00
2008-06-28 04:58:55 +00:00
2008-07-09 19:44:08 +00:00
2008-06-14 22:11:29 +00:00
2008-08-05 17:43:29 +00:00
2008-06-30 13:30:21 +00: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>