Removed trailing \n from error_msg{,_and_die} messages.
[oweals/busybox.git] / gunzip.c
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-25 Eric AndersenCommit Larry Doolittle's buffers-on-stack/buffers-via...
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2000-12-10 Glenn L McGrathSupport for tar -z option for uncompressing only
2000-12-10 Glenn L McGrathIntroduce new function gunzip_init()
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-11-08 Matt KraaiMove flush_outbuf to the file in which it is used,...
2000-11-07 Eric AndersenCleanup of duplicated symbols -- found by compiling...
2000-10-23 Matt KraaiFix error messages.
2000-09-29 Glenn L McGrathGeneral cleanup of comments, defines, includes, and...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-18 Glenn L McGrathRemove definition of basename.
2000-09-01 Eric AndersenFixed a stupid thinko preventing zcat from doing its...
2000-09-01 Eric AndersenCorrect the stdin/stdout behavior when no args are...
2000-08-10 Eric AndersenSome #include updates.
2000-07-21 Eric AndersenFixed stdin/stdout paths so things like
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-07-12 Matt KraaiAlways report the applet name when doing error reporting.
2000-07-12 Matt KraaiUse global applet_name instead of local versions.
2000-07-06 Eric Andersena few minor cleanups.
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-05-19 Erik AndersenMore libc portability updates, add in the website ...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-05-10 Erik Andersen* cp -fa now works as expected for symlinks (it didn...
2000-04-28 Erik AndersenLatest and greatest. Some effort at libc5 (aiming...
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-03-19 Erik Andersenmore minor fixes
2000-02-11 Erik AndersenUpdates
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik AndersenA few minor updates. ;-)
2000-01-25 Erik AndersenSome busybox updates. See the changelog for details...
2000-01-04 Erik AndersenBunches of fixes. Typos, bugs, etc.
1999-12-17 Erik AndersenReworked the source so it will compile and run under...
1999-11-18 Eric AndersenForgot this.