diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-07-03 09:37:52 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-07-03 09:37:52 +0000 |
commit | 15364e7a4e278aa3467a052439ecdb5531a46b57 (patch) | |
tree | ed6ad0527c8d77018a6aeab72fd05e12e30be881 /ChangeLog | |
parent | 65bf9cd48f02c2055f3d95fe3961687a69fa702c (diff) | |
download | coreutils-15364e7a4e278aa3467a052439ecdb5531a46b57.tar.xz |
Log today's changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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. |