aboutsummaryrefslogtreecommitdiff
path: root/libbb/unarchive.c
AgeCommit message (Expand)Author
2001-07-13Move setvbuf calls from gz_open() to calling functions, setvbuf is only suppo...Glenn L McGrath
2001-07-12Quiet mode, sometimes error messages arent wantedGlenn L McGrath
2001-07-11Allow unarchive to redirect stdout (tobe used by dpkg applet)Glenn L McGrath
2001-07-11Reverse part of my previous changesGlenn L McGrath
2001-07-11minor dmalloc inspired cleanupsGlenn L McGrath
2001-06-26Don't use void * to pass pointers of known typeEric Andersen
2001-06-24Nore unarchive (and doc) fixes from Laurence AndersonGlenn L McGrath
2001-06-22cpio applet, and changes to associated codeGlenn L McGrath
2001-06-22Fix the build process so it does not do the evil #ifdef BB_FOO stuff.Eric Andersen
2001-06-22Dont change date or chmod on symlinks, lchown on symlinks if lchown availableGlenn L McGrath
2001-06-22remove defines around unarchive, its always usedGlenn L McGrath
2001-06-22comment cleanupTim Riker
2001-06-22create_path -> make_directoryTim Riker
2001-06-20Reorganise unarchiving functions, more code re-use, only does single pass(no ...Glenn L McGrath