1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-04 15:49:42 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2003-05-21 09:30:08 +00:00
parent dadd6992a2
commit e2ceb48225
+11 -1
View File
@@ -1,7 +1,17 @@
2003-05-14 Jim Meyering <jim@meyering.net>
2003-05-21 Jim Meyering <jim@meyering.net>
* Version 5.0.1.
* src/head.c (elide_tail_lines_pipe): Fix a thinko.
This sort of thing is why it'd be *Really Good* to factor
out the common code used here and in tail.c.
* src/stat.c: Fix portability problem on FreeBSD5.0.
FIXME: in progress
Reported by Nelson Beebe.
2003-05-14 Jim Meyering <jim@meyering.net>
* src/head.c (usage): Document new feature: --bytes=-N and --lines=-N.
* tests/du/slink: Skip this test if `.' is on an XFS file system.