diff options
author | Jim Meyering <jim@meyering.net> | 2003-08-09 15:32:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-08-09 15:32:50 +0000 |
commit | 607cb34ef266c04d321f15a26e97a21b02a74646 (patch) | |
tree | 1223348dcef3ac6fb616519cd3906988392fa066 | |
parent | fd54759957a6440377f8c27403436613d5a182f2 (diff) | |
download | coreutils-607cb34ef266c04d321f15a26e97a21b02a74646.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2003-08-09 Jim Meyering <jim@meyering.net> + + * src/tail.c: Add new undocumented option, --presume-input-pipe. + (pipe_lines): Use memchr to skip lines, rather than an explicit loop. + 2003-08-08 Paul Eggert <eggert@twinsun.com> Use new gnulib 'extensions' module. |