History log of /external/toybox/toys/other/bzcat.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d3a435e53c94ec25b4ae5fa2614f49ef8884e08a 06-Jan-2016 Rob Landley <rob@landley.net> Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format
checking, and fix up format checking complaints.

Added out(type, value) function to stat to avoid a zillion printf typecasts.
/external/toybox/toys/other/bzcat.c
11d2ff5ffac9382be0d6971b8ac84df21eca85df 09-Aug-2015 Rob Landley <rob@landley.net> First pass at proper bunzip2 command line handling.
/external/toybox/toys/other/bzcat.c
b6c8a8609fbfcbaf054e254f74974394c8932712 07-Feb-2014 Rob Landley <rob@landley.net> Move bunzip2 logic from lib into bzcat.
/external/toybox/toys/other/bzcat.c
7aa651a6a4496d848f86de9b1e6b3a003256a01f 14-Nov-2012 Rob Landley <rob@landley.net> Reindent to two spaces per level. Remove vi: directives that haven't worked right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style.

The actual code should be the same afterward, this is just cosmetic refactoring.
/external/toybox/toys/other/bzcat.c
f91b7c89bc852868692b9518185421ebb52d67b3 26-Aug-2012 Rob Landley <rob@landley.net> Regularize command headers, update links to standards documents.
/external/toybox/toys/other/bzcat.c
3a9241add947cb6d24b5de7a8927517426a78795 25-Aug-2012 Rob Landley <rob@landley.net> Move commands into "posix", "lsb", and "other" menus/directories.
/external/toybox/toys/other/bzcat.c