summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-04 12:25:57 +0000
committerJim Meyering <jim@meyering.net>2003-07-04 12:25:57 +0000
commitb50457c5b3802bb56eb408b5122fd4d66eff9cf1 (patch)
treee18e41be255098e0b3e4554db2af32da3652e669 /ChangeLog
parent47dfac7b191cbd360787733a3a123fd97867e66c (diff)
downloadcoreutils-b50457c5b3802bb56eb408b5122fd4d66eff9cf1.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee37fb6fe..41c9f8a94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.