diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-04 12:25:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-04 12:25:57 +0000 |
commit | b50457c5b3802bb56eb408b5122fd4d66eff9cf1 (patch) | |
tree | e18e41be255098e0b3e4554db2af32da3652e669 /ChangeLog | |
parent | 47dfac7b191cbd360787733a3a123fd97867e66c (diff) | |
download | coreutils-b50457c5b3802bb56eb408b5122fd4d66eff9cf1.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ * Version 5.0.1. + * src/who.c (print_line): Rewrite to use asprintf, in order to be + able to avoid emitting trailing spaces. Reported by Dan Jacobson. + * tests/misc/head-elide-tail: Add tests of head's new --lines=-N option, and perform the 1600 invocations of head IFF the envvar RUN_EXPENSIVE_TESTS is set. |