History log of /external/toybox/toys/other/tac.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7a3f53ba446ae2600763ee37b7f8dcc91de3ec5f 03-Aug-2015 Rob Landley <rob@landley.net> Mark command-local functions static.
/external/toybox/toys/other/tac.c
de08aef53c4611de5b64b332ac6c1b9c920b7d0b 22-Dec-2012 Elie De Brauwer <eliedebrauwer@gmail.com> Fix tac to handle the "abc\ndef" case properly
/external/toybox/toys/other/tac.c
d4d51198e8d7b650850d8c6e0b02b511ff61c07f 15-Dec-2012 Elie De Brauwer <eliedebrauwer@gmail.com> Simplify tac, the newline checking is already done in the get_line() function
/external/toybox/toys/other/tac.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/tac.c
f91b7c89bc852868692b9518185421ebb52d67b3 26-Aug-2012 Rob Landley <rob@landley.net> Regularize command headers, update links to standards documents.
/external/toybox/toys/other/tac.c
3a9241add947cb6d24b5de7a8927517426a78795 25-Aug-2012 Rob Landley <rob@landley.net> Move commands into "posix", "lsb", and "other" menus/directories.
/external/toybox/toys/other/tac.c