Age | Commit message (Expand) | Author |
2006-11-27 | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-10-01 | gzip: add a bit of comment. The code itself | Denis Vlasenko |
2006-10-01 | g[un]zip: add support for -v (verbose). | Denis Vlasenko |
2006-09-22 | gzip: getopt_ulflags'isation | Denis Vlasenko |
2006-09-11 | - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de... | Bernhard Reutner-Fischer |
2006-09-09 | using [xa]sprintf for string concatenation is neat and saves | Denis Vlasenko |
2006-08-20 | - merge -r15463:15564 from busybox_scratch branch through these changesets: | Bernhard Reutner-Fischer |
2006-08-03 | These should have been part of 15767 too. | Rob Landley |
2006-07-01 | More removal of "#if 0" content. | "Robert P. J. Day" |
2006-07-01 | Remove all usage of the "register" storage class specifier. | "Robert P. J. Day" |
2006-06-03 | - use bb_msg_{read,write}_error where appropriate. | Bernhard Reutner-Fischer |
2006-05-29 | More size shrinkage. | Rob Landley |
2006-04-13 | - patch from Denis Vlasenko to add and use bb_xopen3() | Bernhard Reutner-Fischer |
2006-04-12 | - patch from Denis Vlasenko to add and use bb_xsocket() and to use | Bernhard Reutner-Fischer |
2006-04-10 | Patch from Rob Sullivan to consolidate crc32 table generation. | Rob Landley |
2006-03-10 | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley |
2006-01-30 | - add some ATTRIBUTE_UNUSED. | Bernhard Reutner-Fischer |
2006-01-25 | just whitespace | Tim Riker |
2005-10-10 | bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3. | "Vladimir N. Oleynik" |
2005-10-07 | - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifco... | Bernhard Reutner-Fischer |
2005-04-16 | In Bug 208, bernhardf writes: | Mike Frysinger |
2005-03-02 | Bandaid to make "gzip file1 file2 ..." set the decompression lengths correctly | Manuel Novoa III |
2005-02-11 | Takeharu KATO writes: | Eric Andersen |
2004-12-17 | Minor in-passing crapectomy. | Rob Landley |
2004-04-14 | Larry Doolittle writes: | Eric Andersen |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2003-11-14 | Vladimir N. Oleynik (vodz) writes: | Eric Andersen |
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-11-28 | Change if(x)free(x); to free(x); | Aaron Lehmann |
2002-11-28 | Use error_msg instead of printf(stderr | Glenn L McGrath |
2002-08-22 | Remove duplicate variable definition | Glenn L McGrath |
2002-08-22 | Run through indent | Glenn L McGrath |
2002-03-22 | * archival/gzip.c (gzip_main): Ensure that the output is a terminal and use | Matt Kraai |
2002-02-05 | * archival/gzip.c (ifname, ofname): Delete. | Matt Kraai |
2002-02-05 | * archival/gzip.c (gzip_main): Display usage if given multiple files. | Matt Kraai |
2001-12-06 | Commit my improvement on Rodney Brown's patch to g(un)zip, decreasing | Aaron Lehmann |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen |
2001-10-18 | Scrub up some function prototypes. | Eric Andersen |
2001-08-22 | Patch from Rodney Brown <RDBrown@mira.net>, shrinking 1.5k | Eric Andersen |
2001-07-30 | If filename is a '-' then read from stdin to stdout | Glenn L McGrath |
2001-07-02 | Patch from Aaron Lehmann <aaronl@vitelus.com> to scrub a ton of | Eric Andersen |
2001-05-07 | Tolerate -q argument, if -q is passed give a warning and continue rather than... | Glenn L McGrath |
2001-04-25 | Move messages.c to libbb. Make each string in messages.c be its own .o file. | Eric Andersen |
2001-04-18 | Eliminate spurious warning, convert to getopt, and eliminate redundant check. | Matt Kraai |
2001-04-11 | Gzip is indepenedent of gunzip | Glenn L McGrath |
2001-04-11 | Move unzip, gz_open, gz_close to libbb | Glenn L McGrath |
2001-03-28 | Add functions that were shared with gunzip.c, gunzip about to change. | Glenn L McGrath |
2001-03-21 | Clean up more local vars which shadow globals | Eric Andersen |