summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-07-03 09:37:52 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-07-03 09:37:52 +0000
commit15364e7a4e278aa3467a052439ecdb5531a46b57 (patch)
treeed6ad0527c8d77018a6aeab72fd05e12e30be881 /ChangeLog
parent65bf9cd48f02c2055f3d95fe3961687a69fa702c (diff)
downloadcoreutils-15364e7a4e278aa3467a052439ecdb5531a46b57.tar.xz
Log today's changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ec574bd86..056bf23e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
-2005-07-02 Paul Eggert <eggert@cs.ucla.edu>
+2005-07-03 Paul Eggert <eggert@cs.ucla.edu>
* Version 5.3.1.
+ * src/copy.h: Include "lstat.h" rather than rolling our own.
+ * src/ls.c: Likewise.
+ * src/remove.c: Likewise.
+
+2005-07-02 Paul Eggert <eggert@cs.ucla.edu>
+
Cleanup to isolate "safer" functions to a small part of the code.
* src/comm.c: Include stdio--.h, not stdio-safer.h.
(compare_files): Use fopen, not fopen_safer.