1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1998-01-25 09:29:46 +00:00
parent 0eba2a8dd7
commit aaf66a2413

View File

@@ -1,11 +1,18 @@
1998-01-25 Jim Meyering <meyering@na-net.ornl.gov>
* Version 3.16l.
* src/cp.c (re_protect): Don't fail for non-root when chown fails
due not only to lack of permission (EPERM), but also to lack of
support (EINVAL). Reported by Bengt Martensson.
* src/copy.c (DO_CHOWN): Likewise.
1998-01-24 Jim Meyering <meyering@na-net.ornl.gov>
* tests/ls/time-1 (test_failure): Rename does not update ctime;
link does -- so use ln, not mv.
Note that the SunOS4.1.4 failure of the ctime test is expected.
* Version 3.16l.
* src/system.h (TYPE_MINIMUM): Add extra outer cast to work around
bug in Cray C 5.0.3.0 when T == time_t.