커밋 기록

작성자 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. 21 년 전
  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 년 전