aboutsummaryrefslogtreecommitdiff
path: root/libbb/unzip.c
AgeCommit message (Expand)Author
2001-10-18Scrub up some function prototypes.Eric Andersen
2001-07-17This is vodz' latest patch. Sorry it took so long...Eric Andersen
2001-07-13Dont setvbuff in here, must be called just after stream is initialised, glibc...Glenn L McGrath
2001-07-11free coniditionally, just to make it play nice with dmalloc which is incompat...Glenn L McGrath
2001-06-29Add some missing includes to kill warnings when building with the defaultManuel Novoa III
2001-06-27Fix a type promotion bug discivered and analyzed by Alan ModraEric Andersen
2001-04-25Move messages.c to libbb. Make each string in messages.c be its own .o file.Eric Andersen
2001-04-18Eliminated seeks so that we work correctly on pipes, and removed reliance onMatt Kraai
2001-04-11Disable sigtermGlenn L McGrath
2001-04-11Move unzip, gz_open, gz_close to libbbGlenn L McGrath