Commit Verlauf

Autor SHA1 Nachricht Datum
  Glenn L McGrath c6992feee3 Update my email address, document some of my tasks in the AUTHORS file vor 20 Jahren
  Eric Andersen 70060d25d2 s/fileno\(stdin\)/STDIN_FILENO/g vor 20 Jahren
  Eric Andersen c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. vor 20 Jahren
  Glenn L McGrath ab7780655b Use bb_getopt_ulflags, save 150 bytes. vor 21 Jahren
  Glenn L McGrath 5699b8525e Move from read_gz to the pipe()+fork() method. vor 21 Jahren
  Eric Andersen cb81e6484d Update a bunch of docs. Run a script to update my email addr. vor 21 Jahren
  Manuel Novoa III cad5364599 Major coreutils update. vor 22 Jahren
  Glenn L McGrath bf1cc8b1b7 Make uncompress a seperate applet so it doesnt pull in all the gunzip code vor 22 Jahren
  Glenn L McGrath 9ef0944456 Allow the .Z prefix if compress support enabled vor 22 Jahren
  Glenn L McGrath 563ac6e789 Report errror if the first magic character doesnt match vor 22 Jahren
  Glenn L McGrath 5c99581880 Save status so we know if to delete compressed file vor 22 Jahren
  Glenn L McGrath 2e41d0cb77 Fix compress support and prevent a segfault vor 22 Jahren
  Glenn L McGrath 7ca04f328e New common unarchive code. vor 22 Jahren
  Glenn L McGrath c3b7f7d6e7 chmod on the NEW file vor 22 Jahren
  Glenn L McGrath abac53b33c Reorganise, make it just one function, remove -v option it didnt work properly anyway, dont setvbuf it doesnt make any difference in performance. vor 22 Jahren
  Glenn L McGrath 1ee52e8b14 Run through indent, use braces vor 22 Jahren
  Robert Griebl d378c3149c Applied vodz' patches #49 and #50 (with a small correction in runshell.c) vor 22 Jahren
  Robert Griebl 7ac868460a gunzip'ing many files to stdout works now vor 22 Jahren
  Robert Griebl 081df62b92 Don't delete source file when decompressing to stdout vor 22 Jahren
  Matt Kraai a4a65e7f99 * archival/gunzip.c (gunzip_file): New. vor 22 Jahren
  Eric Andersen d75ac02a4f Rework per how I did things in version in 0.60.3 so it can vor 22 Jahren
  Eric Andersen 50e4d660ac Fix email addr vor 22 Jahren
  Matt Kraai 1f0c43668a Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. vor 23 Jahren
  Matt Kraai c8227639db Change strdup calls to xstrdup (patch from Steve Merrifield). vor 23 Jahren
  Glenn L McGrath b028e08d35 Move setvbuf calls from gz_open() to calling functions, setvbuf is only supposed to be called prior to opening the stream, glibc tolerates later use, uclibc doesnt. vor 23 Jahren
  Glenn L McGrath 06a71cced2 Initialise in_file to stdin, so it wont crash if no source specified vor 23 Jahren
  Matt Kraai 117231c44f Make - read compressed data from stdin (thanks to Marius Groeger). vor 23 Jahren
  Glenn L McGrath 713b398700 woops, forgot the break statment vor 23 Jahren
  Glenn L McGrath 5bcfc9ba1a Tolerate -q argument, if -q is passed give a warning and continue rather than just fail vor 23 Jahren
  Eric Andersen 04095e58fb Move messages.c to libbb. Make each string in messages.c be its own .o file. vor 23 Jahren