log toys/posix/tail.c @ 1759:fa8f0a5dfc11 draft

age author description
Fri, 27 Mar 2015 21:25:44 -0500 Rob Landley tail: add old -123 support and comment out #-f until it's actually implemented. draft
Wed, 19 Nov 2014 14:29:53 -0600 Rob Landley Fix "tail -c 10" segfault spotted by Lukasz Szpakowski. draft
Mon, 27 Oct 2014 19:20:31 -0500 Rob Landley Fix use after free error spotted by ?ukasz Szpakowski. draft
Mon, 09 Sep 2013 04:26:03 -0500 Rob Landley Redo tail closer to the original design. Add more tests for large data sets. (Still no -f support yet.) draft
Sat, 31 Aug 2013 12:30:41 +0200 Felix Janda tail: Some fixes draft
Mon, 26 Nov 2012 23:36:25 -0600 Rob Landley Squash "type punned pointer" nonsense with a bigger hammer. (Sheesh.)
Tue, 13 Nov 2012 17:14:08 -0600 Rob Landley 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.
Mon, 08 Oct 2012 00:02:30 -0500 Rob Landley New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_commandname before #including toys.h to trigger it. Rename DEFINE_GLOBALS() to just GLOBALS() (because I could never remember if it was DECLARE_GLOBALS). Convert existing commands to use new infrastructure, and replace optflag constants with FLAG_ macros where appropriate.
Sat, 25 Aug 2012 18:08:51 -0500 Rob Landley Regularize command headers, update links to standards documents.
Sat, 25 Aug 2012 14:25:22 -0500 Rob Landley Move commands into "posix", "lsb", and "other" menus/directories. base toys/tail.c@0bf030d0138a