tar -Z, uncompress support
[oweals/busybox.git] / include / libbb.h
2001-04-16 Glenn L McGrathdpkg improvements, use full package struct, avoid extra...
2001-04-15 Glenn L McGrathuntar changed to allow deb_extract to extract to memory...
2001-04-13 Glenn L McGrathdpkg-deb -f and partial -I commands, adds 600 bytes
2001-04-12 Matt KraaiFix dos2unix/tr problem noted by Larry Doolittle.
2001-04-12 Glenn L McGrathChange size to unsinged long long, so if -1 is passed...
2001-04-12 Glenn L McGrathFix dpkg-deb, enum's are cool
2001-04-12 Glenn L McGrathconvert() is used by dos2unix and unix2dos
2001-04-11 Glenn L McGrathcopy_file_chunk uses streams now.
2001-04-11 Glenn L McGrathMove unzip, gz_open, gz_close to libbb
2001-04-11 Glenn L McGrathMove deb_extract() to libbb, dpkg now independent of...
2001-04-11 Glenn L McGrathMove get_ar_headers to libbb, make dpkg_deb.c independe...
2001-04-09 Eric AndersenUpdate how we detect if libc5 is in use.
2001-04-09 Eric AndersenApply Vladimir's latest cleanup patch.
2001-04-05 Eric Andersenmore FILE_OFFSET_BITS == 64 adjustments.
2001-04-05 Eric AndersenA number of cleanups. Now compiles with libc5, glibc...
2001-04-04 Eric AndersenSeems that stupid libc5 doesn't implement daemon()...
2001-03-28 Matt KraaiPatch bass ackwards behavior of hr flag.
2001-03-19 Eric AndersenSplit error messages into separate files.
2001-03-16 Eric AndersenConvert utility.c into libbb.a. It is now a whole...