Historie revizí

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