diff options
author | Jim Meyering <jim@meyering.net> | 2003-08-09 17:01:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-08-09 17:01:55 +0000 |
commit | b60792f5acc76cdfe34e09058893e6b6621cd9cc (patch) | |
tree | e0924d04c08a82a6a4d17e567a3709a9824d128d /ChangeLog | |
parent | dddfbc0b5b844b1172ac1e21d7bc09885b9a64cb (diff) | |
download | coreutils-b60792f5acc76cdfe34e09058893e6b6621cd9cc.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,14 @@ * Version 5.0.91. + * Makefile.maint (sc_sun_os_names): New rule based on a regexp + from Paul Eggert. + (syntax-check-rules): Add it. + + * src/tail.c (main): Tweak Solaris OS version number in comment. + * src/wc.c (wc): Likewise + * tests/tail-2/fflush: Likewise. + * src/tail.c: Add new undocumented option, --presume-input-pipe. (pipe_lines): Use memchr to skip lines, rather than an explicit loop. |