Историја ревизија

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