Denis Vlasenko
|
b71c668c57
style fix (stray space before ';')
|
17 년 전 |
Denis Vlasenko
|
15611bb958
A few more string duplicates found & eliminated
|
17 년 전 |
Bernhard Reutner-Fischer
|
6c501a71ae
- kiltedknight writes: Busybox incorrectly parses a line from the status file, claiming that a required package is not installed or tagged to be installed when it actually is.
|
17 년 전 |
Bernhard Reutner-Fischer
|
fa5f20755c
- fix typo in error message. Closes #1308
|
17 년 전 |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 년 전 |
Denis Vlasenko
|
ac678ec2f1
style fixes, no code changes
|
17 년 전 |
Denis Vlasenko
|
334fa9bcb5
dpkg: use nitfields which are a bit closer to typical ushort.
|
17 년 전 |
Denis Vlasenko
|
53f83d68fb
dpkg: run_package_script() returns 0 if all ok and non-zero if failure.
|
17 년 전 |
Denis Vlasenko
|
88a2aa98e0
dpkg: free_package(NULL) is ok, so don't test for NULL, just free.
|
17 년 전 |
Bernhard Reutner-Fischer
|
de8a6a01d8
Kim B. Heino writes:
|
17 년 전 |
Denis Vlasenko
|
baca175912
kill superfluous returns at the end of void functions
|
17 년 전 |
Denis Vlasenko
|
7fd00cbff7
dpkg: fix segfault on "dpkg -i"
|
17 년 전 |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 년 전 |
Denis Vlasenko
|
b6aae0f381
preparatory patch for -Wwrite-strings #2
|
18 년 전 |
Denis Vlasenko
|
4cccc03768
remove useless casts (type*) xzalloc(...)
|
18 년 전 |
Denis Vlasenko
|
a6df5907d2
dpkg: getopt32-ification etc, -100 bytes
|
18 년 전 |
Denis Vlasenko
|
b95636c52f
remove casts from xmalloc()
|
18 년 전 |
Denis Vlasenko
|
5af906e7c8
rename: compare_string_array -> index_in_str_array
|
18 년 전 |
Denis Vlasenko
|
ddec5af6b0
rename functions to more understandable names
|
18 년 전 |
Denis Vlasenko
|
e1a0d486e4
message string changes, mostly for consistency, also -32 bytes in .rodata
|
18 년 전 |
Denis Vlasenko
|
2d5ca60bfb
bb_get_[chomped]line_from_file wasn't descriptive enough.
|
18 년 전 |
Denis Vlasenko
|
a6dbb08a48
small style fixes
|
18 년 전 |
Denis Vlasenko
|
aecabffb8b
dpkg: fix use-after-free (bug 939)
|
18 년 전 |
Denis Vlasenko
|
5492884311
dpkg: style fixes; short -> int (generated code is smaller)
|
18 년 전 |
Denis Vlasenko
|
57308afb5b
dpkg: reduce bss usage by ~130 kbytes (yes, kilobytes!)
|
18 년 전 |
Denis Vlasenko
|
c16bd212e3
silly switch style fix
|
18 년 전 |
Denis Vlasenko
|
9213a9e0f2
whitespace cleanup
|
18 년 전 |
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 년 전 |