a bit more IPv6-ization work
[oweals/busybox.git] / archival / uncompress.c
2006-12-16 Denis Vlasenkoinline strcmp(s, "-") [actually macro-ize it for now...
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-29 Denis VlasenkoYet another silly little byte saving. couldn't -> cannot
2006-09-12 Rob LandleyRemove pointless "const". Bloatcheck says 0 bytes...
2006-09-03 Denis Vlasenkoarchival: added O_TRUNC so that when we overwrite files...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-06-13 Rob LandleyUse xstat() instead of if(stat()) die()
2006-04-03 Bernhard Reutner... - move buffer allocation schemes to libbb.h
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2005-09-11 Rob LandleyCleanup patch by Bernhard Fischer, removing unnecessary...
2004-03-27 Eric Andersens/fileno\(stdin\)/STDIN_FILENO/g
2003-06-22 Glenn L McGrathSave a few bytes by using bb_getopt_ulflags and a few...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-11-01 Glenn L McGrathMake uncompress a seperate applet so it doesnt pull...