Denis Vlasenko
|
c93b162248
patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)
|
16 years ago |
Denis Vlasenko
|
2a7a451391
patch: don't trash permissions of patched file
|
16 years ago |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
16 years ago |
Denis Vlasenko
|
cb448fe01b
libbb: introduce and use xrename and rename_or_warn.
|
17 years ago |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
Denis Vlasenko
|
0beaff8c19
update Glenn McGrath's email address
|
17 years ago |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 years ago |
Denis Vlasenko
|
eea72123a3
patch: fix -p -1 handling
|
17 years ago |
Denis Vlasenko
|
fc77eb54e7
patch: fix bad line ending handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>)
|
17 years ago |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 years ago |
Denis Vlasenko
|
51742f4bb0
style fixes. No code changes
|
17 years ago |
Denis Vlasenko
|
1bb552b1d9
libbb: add xunlink()
|
17 years ago |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 years ago |
Denis Vlasenko
|
0a10da29a7
diff: comment - explain what happens when hunk fails to apply
|
18 years ago |
Denis Vlasenko
|
f7583d89b0
patch: fix double-free (bug 1120)
|
18 years ago |
Denis Vlasenko
|
ab24e18c7a
passwd: rework:
|
18 years ago |
Denis Vlasenko
|
079f8afa0a
style cleanup: return(a) -> return a, part 1
|
18 years ago |
Denis Vlasenko
|
e1a0d486e4
message string changes, mostly for consistency, also -32 bytes in .rodata
|
18 years ago |
Denis Vlasenko
|
2d5ca60bfb
bb_get_[chomped]line_from_file wasn't descriptive enough.
|
18 years ago |
Denis Vlasenko
|
a6dbb08a48
small style fixes
|
18 years ago |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 years ago |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 years ago |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 years ago |
Rob Landley
|
baa89b398d
Patch to fix bug 868, and some related cleanup while I was in the area.
|
18 years ago |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
19 years ago |
"Vladimir N. Oleynik"
|
dfe6e74157
changed strange mix signed<->unsigned
|
19 years ago |
Eric Andersen
|
5e678873f9
clean up yet more annoying signed/unsigned mismatches and fixup
|
19 years ago |
Bernhard Reutner-Fischer
|
ee9cf48620
- correct boilerplate
|
19 years ago |
Bernhard Reutner-Fischer
|
554a9ff7ea
- do not use bb_xgetularg10_bnd as a lower value of -1 doesn't work due to lowe
|
19 years ago |
"Vladimir N. Oleynik"
|
ba248206fe
change strange depend to libbb.h, but require busybox.h
|
19 years ago |