aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive/Makefile.in
AgeCommit message (Expand)Author
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