Denis Vlasenko fb29038b59 libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()
msh: glob0/glob1/glob2/glob3 are just a sorting routine! remove them.

bb_pstrcmp                                             -      25     +25
qsort_string_vector                                    -      24     +24
expand                                              2209    2227     +18
getopt32                                            1359    1370     +11
passwd_main                                         1072    1074      +2
handle_incoming_and_exit                            2737    2735      -2
UNSPEC_print                                          66      64      -2
forkexec                                            1343    1339      -4
input_tab                                           3338    3330      -8
get_dir                                              185     177      -8
expmeta                                              481     473      -8
cmdputs                                              405     397      -8
xstrcmp                                               12       -     -12
find_pair                                            187     167     -20
match_compare                                         25       -     -25
dir_strcmp                                            25       -     -25
glob2                                                 27       -     -27
glob3                                                 34       -     -34
glob1                                                256       -    -256
------------------------------------------------------------------------------
(add/remove: 2/6 grow/shrink: 3/8 up/down: 80/-439)          Total: -359 bytes
2008-03-02 12:51:26 +00:00
..
2007-06-30 10:58:08 +00:00
2007-05-31 22:42:12 +00:00
2006-12-26 18:17:42 +00:00
2006-10-28 12:37:16 +00:00
2008-02-11 11:44:38 +00:00
2006-11-29 18:15:52 +00:00
2008-02-25 20:30:24 +00:00
2008-02-17 15:14:04 +00:00
2006-12-16 22:18:44 +00:00
2007-05-31 22:42:12 +00:00
2007-08-03 14:16:24 +00:00
2007-05-30 00:29:55 +00:00
2007-12-30 20:13:39 +00:00
2007-06-18 10:35:06 +00:00
2008-02-25 20:30:24 +00:00
2007-05-31 22:42:12 +00:00
2007-10-29 19:22:13 +00:00
2007-05-30 00:29:55 +00:00
2007-06-12 20:54:54 +00:00
2008-02-25 20:30:24 +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>