freebsd-nq/usr.bin/tail
Ian Dowse 2bcccc224c Don't skip the initialisation of tl->len when we hit an EOF immediately
after allocating a new buffer. This bug caused `tail -r < /dev/null'
to core dump when the `J' malloc option is set, and also affected
any other input that was an exact multiple of 128k.
2005-03-20 22:08:52 +00:00
..
extern.h
forward.c Save last displayed file by having the "last" pointer global and save it 2005-02-04 14:01:06 +00:00
Makefile Bump WARNS to 4 as this seems OK on the alpha now. 2005-01-10 20:22:37 +00:00
misc.c
read.c
reverse.c Don't skip the initialisation of tl->len when we hit an EOF immediately 2005-03-20 22:08:52 +00:00
tail.1 Added the EXIT STATUS section where appropriate. 2005-01-17 07:44:44 +00:00
tail.c