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
/
libunarchive
/
seek_by_jump.c
Age
Commit message (
Collapse
)
Author
2008-02-16
*: more readable handling of pipe fds. No code changes.
Denis Vlasenko
2007-08-13
s/#ifdef CONFIG_/#if ENABLE_/g
Denis Vlasenko
2007-05-31
use "glibc errno" trick not only for ash, but for entire busybox
Denis Vlasenko
(add/remove: 1/1 grow/shrink: 37/37 up/down: 139/-228) Total: -89 bytes
2006-10-20
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-07-12
Add one-line GPL boilerplate to numerous (but not all yet) source files.
"Robert P. J. Day"
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
definitions. (That should only be on prototypes.)
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-11-08
#ifdef, not just #if... grrr
Glenn L McGrath
2002-11-03
Abstract read and seek in unarchiving code, convert bunzip to file ↵
Glenn L McGrath
descriptors, support tar -j