index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archival
/
uncompress.c
Age
Commit message (
Expand
)
Author
2006-12-16
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
Denis Vlasenko
2006-10-20
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-09-29
Yet another silly little byte saving. couldn't -> cannot
Denis Vlasenko
2006-09-12
Remove pointless "const". Bloatcheck says 0 bytes difference.
Rob Landley
2006-09-03
archival: added O_TRUNC so that when we overwrite files on unpack,
Denis Vlasenko
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-07-16
Cleaup read() and write() variants, plus a couple of new functions like
Rob Landley
2006-06-13
Use xstat() instead of if(stat()) die()
Rob Landley
2006-04-03
- move buffer allocation schemes to libbb.h
Bernhard Reutner-Fischer
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2005-09-11
Cleanup patch by Bernhard Fischer, removing unnecessary includes of
Rob Landley
2004-03-27
s/fileno\(stdin\)/STDIN_FILENO/g
Eric Andersen
2003-06-22
Save a few bytes by using bb_getopt_ulflags and a few other minor
Glenn L McGrath
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-11-01
Make uncompress a seperate applet so it doesnt pull in all the gunzip code
Glenn L McGrath