summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-02 20:17:21 +0000
committerJim Meyering <jim@meyering.net>2003-02-02 20:17:21 +0000
commitb535cc4171cc4233558ae91a47db492f0c80e7b7 (patch)
tree86ab80a486af7820c22986bb0aa87392ab77d4cf /ChangeLog
parent7ffbf3d56a70803f7350f02c7a034987a7894de9 (diff)
downloadcoreutils-b535cc4171cc4233558ae91a47db492f0c80e7b7.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 8 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 33990ed56..4e2e35f1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@
* Version 4.5.5.
+2003-02-01 Jim Meyering <jim@meyering.net>
+
+ * src/du.c (MAX_N_DESCRIPTORS): Define.
+
+ * src/stat.c (G_fail): New global.
+ (human_time): Diagnose failed localtime, not failed nstrftime.
+ (main): Fail if G_fail is set.
+
2003-01-31 Richard Dawe <rich@phekda.freeserve.co.uk>
* tests/basename/Makefile.am: Use @PATH_SEPARATOR@ instead of
@@ -39,14 +47,6 @@
* tests/tsort/Makefile.am: Likewise.
* tests/unexpand/Makefile.am: Likewise.
-2003-02-01 Jim Meyering <jim@meyering.net>
-
- * src/du.c (MAX_N_DESCRIPTORS): Define.
-
- * src/stat.c (G_fail): New global.
- (human_time): Diagnose failed localtime, not failed nstrftime.
- (main): Fail if G_fail is set.
-
2003-01-31 Jim Meyering <jim@meyering.net>
* src/stat.c: Include "file-type.h"