- b028e08 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. by Glenn L McGrath · 23 years ago
- 06a71cc Initialise in_file to stdin, so it wont crash if no source specified by Glenn L McGrath · 23 years ago
- 117231c Make - read compressed data from stdin (thanks to Marius Groeger). by Matt Kraai · 24 years ago
- 713b398 woops, forgot the break statment by Glenn L McGrath · 24 years ago
- 5bcfc9b Tolerate -q argument, if -q is passed give a warning and continue rather than just fail by Glenn L McGrath · 24 years ago
- 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 24 years ago
- 5326554 Eliminate spurious warning, convert to getopt, and eliminate redundant check. by Matt Kraai · 24 years ago
- 96dcd19 Fix a number of problems with argument handling. by Matt Kraai · 24 years ago
- 5465223 Eliminate a segfault when called on an existing file with out an extension: by Matt Kraai · 24 years ago
- bcfeb2a Fix zcat/gunzip when reading from stdin by Glenn L McGrath · 24 years ago
- 7fd9294 Move unzip, gz_open, gz_close to libbb by Glenn L McGrath · 24 years ago
- 3a6da8c gz_open and gz_close were left in, even when BB_FEATURE_TAR_GZIP was disabled. by Eric Andersen · 24 years ago
- 5f2ef46 Fix zcat by Glenn L McGrath · 24 years ago
- ed7a776 gunzip -c works again by Glenn L McGrath · 24 years ago
- ae8ad35 Fixes from Robert Kaiser by Glenn L McGrath · 24 years ago
- 02cebeb Remove cruft by Glenn L McGrath · 24 years ago
- 018e9e6 Fix tar -z, calls gz_open now by Glenn L McGrath · 24 years ago
- 58e42d5 Major cleanup to better adhere to style guide and use standard busybox functions by Glenn L McGrath · 24 years ago
- 851895a Clean up more local vars which shadow globals -Erik by Eric Andersen · 24 years ago
- cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
- 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
- dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
- d35c215 Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch. -Erik by Eric Andersen · 24 years ago
- 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
- 46f44d2 Support for tar -z option for uncompressing only by Glenn L McGrath · 24 years ago
- 00732b5 Introduce new function gunzip_init() by Glenn L McGrath · 24 years ago
- f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
- 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
- 7918e1f Move flush_outbuf to the file in which it is used, and by doing so fix a by Matt Kraai · 24 years ago
- 63a8622 Cleanup of duplicated symbols -- found by compiling with by Eric Andersen · 24 years ago
- 207061a Fix error messages. by Matt Kraai · 24 years ago
- c2bf5ca General cleanup of comments, defines, includes, and global variables, removed those that arent needed, grouped those remaining at the top. by Glenn L McGrath · 24 years ago
- 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
- fd3741d Remove definition of basename. by Glenn L McGrath · 24 years ago
- 73bdf13 Fixed a stupid thinko preventing zcat from doing its job, thanks by Eric Andersen · 24 years ago
- e99674a Correct the stdin/stdout behavior when no args are provided. -Erik by Eric Andersen · 24 years ago
- 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
- ea824fb Fixed stdin/stdout paths so things like by Eric Andersen · 24 years ago
- bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
- d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
- be84cd4 Always report the applet name when doing error reporting. by Matt Kraai · 24 years ago
- e58771e Use global applet_name instead of local versions. by Matt Kraai · 24 years ago
- 1e03add a few minor cleanups. -Erik by Eric Andersen · 24 years ago
- b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
- 330fd2b More libc portability updates, add in the website (which has not been by Erik Andersen · 25 years ago
- 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 25 years ago
- 59b9e87 * cp -fa now works as expected for symlinks (it didn't before) by Erik Andersen · 25 years ago
- 4f3f757 Latest and greatest. Some effort at libc5 (aiming towards newlib) by Erik Andersen · 25 years ago
- 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 25 years ago
- 1dbe340 more minor fixes -Erik by Erik Andersen · 25 years ago
- 9ffdaa6 Updates -Erik by Erik Andersen · 25 years ago
- e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
- fac10d7 A few minor updates. ;-) by Erik Andersen · 25 years ago
- 3fe39dc Some busybox updates. See the changelog for details if you care. -Erik by Erik Andersen · 25 years ago
- 7dc1607 Bunches of fixes. Typos, bugs, etc. by Erik Andersen · 25 years ago
- 4d1d011 Reworked the source so it will compile and run under glibc 2.0.7 by Erik Andersen · 25 years ago
- b052b47 Forgot this. by Eric Andersen · 25 years ago