OSDN Git Service

Evgenii Stepanov found a bug where argv0len was set wrong for threads
[android-x86/external-toybox.git] / toys / posix / tail.c
2016-09-05 Rob LandleyReplace loopfiles' failok with WARN_ONLY open flag.
2016-04-17 Elliott HughesFix tail -NUM again.
2016-03-18 Rob LandleyFix last commit (had newline before first ==> name...
2016-03-18 Josh GaoFix "tail -f single_file".
2016-01-11 Elliott HughesFix tail -f /does/not/exist.
2015-12-21 Rob LandleyCleanup tail -f.
2015-12-21 Josh GaoImplement tail -f.
2015-12-10 Josh Gaotail: use off_t instead of ssize_t for file offset.
2015-04-04 Paul BarkerTo ensure that toybox can be installed alongside busybo...
2015-03-28 Rob Landleytail: add old -123 support and comment out #-f until...
2014-11-19 Rob LandleyFix "tail -c 10" segfault spotted by Lukasz Szpakowski.
2014-10-28 Rob LandleyFix use after free error spotted by ?ukasz Szpakowski.
2013-09-09 Rob LandleyRedo tail closer to the original design. Add more tests...
2013-08-31 Felix Jandatail: Some fixes
2012-11-27 Rob LandleySquash "type punned pointer" nonsense with a bigger...
2012-11-13 Rob LandleyReindent to two spaces per level. Remove vi: directives...
2012-10-08 Rob LandleyNew build infrastructure to generate FLAG_ macros and...
2012-08-25 Rob LandleyRegularize command headers, update links to standards...
2012-08-25 Rob LandleyMove commands into "posix", "lsb", and "other" menus...