| Commit message (Expand) | Author | Age | Files | Lines |
* | bunzip2/gunzip/uncompress/unlzma: merge into common code - | Denis Vlasenko | 2007-03-07 | 1 | -67/+0 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko | 2006-12-16 | 1 | -1/+1 |
* | style fixes | Denis Vlasenko | 2006-10-12 | 1 | -2/+2 |
* | bb_applet_name -> applet_name | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -2/+2 |
* | g[un]zip: add support for -v (verbose). | Denis Vlasenko | 2006-10-01 | 1 | -2/+3 |
* | usage.h: remove ugly tricks. We have USE_FEATURE_xxx now. | Denis Vlasenko | 2006-09-27 | 1 | -4/+5 |
* | archival: added O_TRUNC so that when we overwrite files on unpack, | Denis Vlasenko | 2006-09-03 | 1 | -5/+8 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -8/+2 |
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -1/+1 |
* | Use xstat() instead of if(stat()) die() | Rob Landley | 2006-06-13 | 1 | -4/+1 |
* | Patch from Denis Vlasenko: unlzma was make files with mode 777. Tweak | Rob Landley | 2006-06-13 | 1 | -2/+7 |
* | Glenn gave permission for GPLv2 "or later". | Rob Landley | 2006-04-17 | 1 | -1/+1 |
* | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | Rob Landley | 2005-09-11 | 1 | -2/+1 |
* | Don't comment warnings, _FIX_ warnings. (And putting in #warnings about | Rob Landley | 2005-08-30 | 1 | -48/+22 |
* | tell people to ignore the save_name warning | Mike Frysinger | 2005-07-30 | 1 | -0/+1 |
* | Fixup some warnings | Eric Andersen | 2004-08-28 | 1 | -0/+2 |
* | Update my email address, document some of my tasks in the AUTHORS file | Glenn L McGrath | 2004-04-25 | 1 | -1/+1 |
* | s/fileno\(stdin\)/STDIN_FILENO/g | Eric Andersen | 2004-03-27 | 1 | -2/+2 |
* | Use bb_getopt_ulflags, simplify some logic, saves some bytes. | Glenn L McGrath | 2004-01-05 | 1 | -40/+29 |
* | Use the return value from uncompress_bunzip, fix some typo | Glenn L McGrath | 2003-10-29 | 1 | -8/+5 |
* | Fix a logic error, the old bunzip code returned non-zero for success, | Glenn L McGrath | 2003-10-28 | 1 | -1/+1 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -8/+8 |
* | Abstract read and seek in unarchiving code, convert bunzip to file descriptor... | Glenn L McGrath | 2002-11-03 | 1 | -14/+17 |
* | Move bunzip2 idecompression code to libunarchive | Glenn L McGrath | 2002-11-03 | 1 | -1787/+22 |
* | inline many functions that are only called once. saves about 300 bytes | Aaron Lehmann | 2002-06-23 | 1 | -10/+10 |
* | remove cleanUpAndFail, and replace it with exit(). because that's what | Aaron Lehmann | 2002-06-23 | 1 | -22/+3 |
* | Major revamp. I've been trying to clean up the code. the bzerror stuff | Aaron Lehmann | 2002-06-22 | 1 | -562/+54 |
* | * archival/bunzip2.c (bunzip2_main): Do not remove files if writing to standard | Matt Kraai | 2002-04-15 | 1 | -2/+2 |
* | * archival/bunzip2.c (bunzip2_main): Remove compressed file. | Matt Kraai | 2002-03-27 | 1 | -2/+19 |
* | * archival/bunzip2.c: Include <unistd.h>. | Matt Kraai | 2002-03-27 | 1 | -17/+22 |
* | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | Matt Kraai | 2001-12-20 | 1 | -44/+44 |
* | Commit my improvement on Rodney Brown's patch to g(un)zip, decreasing | Aaron Lehmann | 2001-12-06 | 1 | -1/+1 |
* | bzcat and bunzip -c support from Thomas Lundquist | Glenn L McGrath | 2001-11-18 | 1 | -4/+34 |
* | Change strdup calls to xstrdup (patch from Steve Merrifield). | Matt Kraai | 2001-11-12 | 1 | -1/+1 |
* | Initial support for for bunzip2.... | Glenn L McGrath | 2001-10-05 | 1 | -0/+2340 |