*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 21 May 2003 09:30:08 +0000 (09:30 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 21 May 2003 09:30:08 +0000 (09:30 +0000)
ChangeLog

index 275551c238bad624ef0f3cc6935c7a29feda546c..b4958e0b8a4dbabf1ae6ee74b755bf93cfb4daf4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.