aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive/Makefile.in
AgeCommit message (Expand)Author
2006-10-05build system overhaulDenis Vlasenko
2006-07-16Cleaup read() and write() variants, plus a couple of new functions likeRob Landley
2006-04-27Patch from Dennis Vlasenko to add the option to compress help text.Rob Landley
2006-03-13- revert back to r14406Bernhard Reutner-Fischer
2006-03-09- backout using features which are not available with the previous stableBernhard Reutner-Fischer
2006-03-01- fixes parallel builds (make -j)Bernhard Reutner-Fischer
2006-02-02make the build system puuuuuuuuuuurtyMike Frysinger
2006-01-20Patch from Aurelien Jacobs to add unlzma. (A new decompression type,Rob Landley
2006-01-15- shared libbusybox.Bernhard Reutner-Fischer
2005-10-13- typo in makefile variable: s/archvial/archival/Bernhard Reutner-Fischer
2005-09-14Patch from Berhnard Fischer to keep duplicate objects out of the library.Rob Landley
2005-09-06typo, thanks, Bernhard Fischer"Vladimir N. Oleynik"
2005-07-27use toplevel ARFLAGS and update default ARFLAGS to be quietMike Frysinger
2004-10-08egor duda writes:Eric Andersen
2004-04-05rename uncompress.c to decompress_uncompress.cEric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-11-21As we no longer use function pointers for read in common archiving codeGlenn L McGrath
2003-11-20Remove unused functionGlenn L McGrath
2003-11-18tar -Z, uncompress supportGlenn L McGrath
2003-11-15Move from read_gz to the pipe()+fork() method.Glenn L McGrath
2003-11-14Fix build error with tar -jGlenn L McGrath
2003-10-31Fix stupid typoEric Andersen
2003-10-28Conditionally compile some files.Glenn L McGrath
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-02-09Fix endian probelm on PPC, i had different types for an extern variable.Glenn L McGrath
2002-12-10rpm applet by Laurence AndersonGlenn L McGrath
2002-12-08Move add_to_list from libunarchive to libbb so it can be of more general use ...Glenn L McGrath
2002-11-05Fail silently if a partial tar header is read as tar.bz2 is leaving trailing ...Glenn L McGrath
2002-11-05enable .tar.bz2 for dpkg-debGlenn L McGrath
2002-11-03Abstract read and seek in unarchiving code, convert bunzip to file descriptor...Glenn L McGrath
2002-11-03Move data_extract_all_prefix to dpkg, its only used there.Glenn L McGrath
2002-11-03Move bunzip2 idecompression code to libunarchiveGlenn L McGrath
2002-10-22Move unzip.c uncompress.c from libbb to archiveal/libunarchiveGlenn L McGrath
2002-10-19Update dpkg to use new unarchive codeGlenn L McGrath
2002-10-19Fix exclude/include problemGlenn L McGrath
2002-09-25New common unarchive code.Glenn L McGrath
2002-04-12Completely rework the config system so that it no longer annoys me to work onEric Andersen