Denis Vlasenko
|
6d655be5df
removed a lot of trailing \n in bb_msg() calls. It is added
|
преди 18 години |
Rob Landley
|
02496aa69e
The bb_ prefixes were removed from xasprintf() and xopen() a month ago (in
|
преди 18 години |
Denis Vlasenko
|
1da6a21666
dpkg: fix buffer overflow (bug 983)
|
преди 18 години |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
преди 18 години |
"Robert P. J. Day"
|
63fc1a9e08
Standardize on the vi editing directives being on the first line.
|
преди 18 години |
"Robert P. J. Day"
|
edd9ca5743
More removal of "#if 0" content.
|
преди 18 години |
Bernhard Reutner-Fischer
|
d2c306e862
- ls: remove unused variable
|
преди 18 години |
Rob Landley
|
1ec5b29054
More size shrinkage.
|
преди 18 години |
Rob Landley
|
8bb50782a5
Change llist_add_* to take the address of the list rather than returning the new
|
преди 18 години |
Rob Landley
|
a389651115
Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes
|
преди 18 години |
Rob Landley
|
e7c43b66d7
Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)
|
преди 19 години |
Rob Landley
|
0a7c8ef6e2
Patch from Denis Vlasenko to constify things and fix a few typos.
|
преди 19 години |
Tim Riker
|
c1ef7bdd8d
just whitespace
|
преди 19 години |
Mike Frysinger
|
1eef0c4571
Bernhard Fischer says: use xmalloc() instead of malloc()
|
преди 19 години |
Paul Fox
|
37dd6247dd
applying fix for:
|
преди 19 години |
Eric Andersen
|
14f5c8d764
Patch from Bernhard Fischer to make a bunch of symbols static
|
преди 19 години |
Mike Frysinger
|
4e5936ef95
In Bug 208, bernhardf writes:
|
преди 19 години |
Eric Andersen
|
aff114c33d
Larry Doolittle writes:
|
преди 20 години |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
преди 21 години |
Glenn L McGrath
|
b8c3a54531
Patch from Ian Campbell, fix or'ed dependencies and handle virtual
|
преди 21 години |
Glenn L McGrath
|
fea4b446df
Important bugfixes from Ian Campbell.
|
преди 21 години |
Eric Andersen
|
1393a39df4
Do not shadow the global name 'accept'
|
преди 21 години |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
преди 22 години |
Glenn L McGrath
|
b323162aab
Use libbb/get_line_from_file instead of getline
|
преди 22 години |
Glenn L McGrath
|
66125c8065
Move add_to_list from libunarchive to libbb so it can be of more general use (eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free).
|
преди 22 години |
Glenn L McGrath
|
b963875a3e
Move compare_string_array to libbb
|
преди 22 години |
Aaron Lehmann
|
a170e1c858
Change if(x)free(x); to free(x);
|
преди 22 години |
Glenn L McGrath
|
62d28828d6
Use a switch instead of successive if (strcmp()) statments.
|
преди 22 години |
Glenn L McGrath
|
747381c602
Split deb_extract() into more generic functions
|
преди 22 години |
Glenn L McGrath
|
d8d1191505
Support for bziped debs, i.e. use .tar.bz2 instead .tar.gz internally
|
преди 22 години |