Denis Vlasenko
|
bb3d0fab3b
extern variable declaration in a .c file is heresy - fixing it
|
18 năm trước cách đây |
Denis Vlasenko
|
bf0a201008
style fixes
|
18 năm trước cách đây |
Denis Vlasenko
|
714701c890
tar et al: die if bb_copyfd_size copies less than asked for.
|
18 năm trước cách đây |
Denis Vlasenko
|
9f739445cd
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
|
18 năm trước cách đây |
Denis Vlasenko
|
d3d004dd35
last nail into error_msg() (de)capitalization
|
18 năm trước cách đây |
Denis Vlasenko
|
7039a66b58
correct largefile support, add comments about it.
|
18 năm trước cách đây |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 năm trước cách đây |
Denis Vlasenko
|
c16bd212e3
silly switch style fix
|
18 năm trước cách đây |
Bernhard Reutner-Fischer
|
64d7e93081
- convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen defaults to 0777 on it's own, so we don't need to xopen3(,,0777).
|
18 năm trước cách đây |
Denis Vlasenko
|
22dca23d52
archival: added O_TRUNC so that when we overwrite files on unpack,
|
18 năm trước cách đây |
Rob Landley
|
74bb70cf54
Ok, that's not a typo, that's just me not thinking.
|
18 năm trước cách đây |
Rob Landley
|
3629d95a24
Typo.
|
18 năm trước cách đây |
Rob Landley
|
27d07c9ce2
Now that we have xopen3(), it's just plain unclean to have xopen() with
|
18 năm trước cách đây |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 năm trước cách đây |
"Robert P. J. Day"
|
eea561871b
"formated" -> "formatted" throughout the code base.
|
18 năm trước cách đây |
Rob Landley
|
534374755d
Cleaup read() and write() variants, plus a couple of new functions like
|
18 năm trước cách đây |
Bernhard Reutner-Fischer
|
19008b8373
- reuse strings and messages. Saves about 600B
|
18 năm trước cách đây |
Rob Landley
|
1ec5b29054
More size shrinkage.
|
18 năm trước cách đây |
Rob Landley
|
8bb50782a5
Change llist_add_* to take the address of the list rather than returning the new
|
18 năm trước cách đây |
Bernhard Reutner-Fischer
|
b1629b1b2a
- remove emacs layout block as suggested by Robert P.J. Day
|
18 năm trước cách đây |
Bernhard Reutner-Fischer
|
d9cf7ac781
- patch from Denis Vlasenko to add and use bb_xchdir()
|
18 năm trước cách đây |
Paul Fox
|
986ab525b8
ensure that corrupted file extraction causes both a message and
|
19 năm trước cách đây |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
19 năm trước cách đây |
Rob Landley
|
688ed0d760
Patch from Robert P. Day, moving byte order checks to use platform.h macros.
|
19 năm trước cách đây |
Rob Landley
|
e7c43b66d7
Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)
|
19 năm trước cách đây |
Rob Landley
|
0a7c8ef6e2
Patch from Denis Vlasenko to constify things and fix a few typos.
|
19 năm trước cách đây |
Tim Riker
|
c1ef7bdd8d
just whitespace
|
19 năm trước cách đây |
Bernhard Reutner-Fischer
|
86f5c9906b
- add platform.h.
|
19 năm trước cách đây |
Rob Landley
|
b7128c6236
Cleanup patch by Bernhard Fischer, removing unnecessary includes of
|
19 năm trước cách đây |
Mike Frysinger
|
69024551bf
rename the accept/reject names since accept overrides the accept() socket function
|
19 năm trước cách đây |