aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive/get_header_ar.c
AgeCommit message (Collapse)Author
2004-04-09Add a comment explaining why we have to check for an extra \nGlenn L McGrath
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-01-04Fix usage with libraries, skip symbol table.Glenn L McGrath
2003-07-31Fix bug when handling debian packages.Glenn L McGrath
If we read the contents of compressed files within the ar archive, e.g. control.tar.gz, then file position gets all out of whack, so it has to be reset before reading thenext header.
2003-03-19Major coreutils update.Manuel Novoa III
2002-11-04Change filter paramaters, filters can be more powefull nowGlenn L McGrath
2002-09-25New common unarchive code.Glenn L McGrath
2002-07-19Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl
#49: I found one memory overflow and memory leak in "ln" applet. Last patch reduced also 54 bytes. ;) #50: I found bug in loginutils/Makefile.in. New patch have also new function to libbb and aplied this to applets and other cosmetic changes.
2002-07-11Fixup warnings and undefined operations that show up in gcc-3.1Eric Andersen
-Erik
2001-10-25*** empty log message ***Glenn L McGrath