From: Paul Eggert Date: Sun, 3 Jul 2005 09:37:52 +0000 (+0000) Subject: Log today's changes. X-Git-Tag: CPPI-1_12~352 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=15364e7a4e278aa3467a052439ecdb5531a46b57;p=thirdparty%2Fcoreutils.git Log today's changes. --- diff --git a/ChangeLog b/ChangeLog index ec574bd861..056bf23e66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2005-07-02 Paul Eggert +2005-07-03 Paul Eggert * 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 + 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.