diff options
author | Jim Meyering <jim@meyering.net> | 1999-10-23 13:18:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-10-23 13:18:34 +0000 |
commit | 40c66374f45b2eab8f282d5760d6aadd7f4c26a9 (patch) | |
tree | a9380f6daa70db41e4123f11b13ceff163560663 /old | |
parent | 0ec36fda44f8e7c792dc5713789e611e6884a18a (diff) | |
download | coreutils-40c66374f45b2eab8f282d5760d6aadd7f4c26a9.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 355c0255f..6c2a496b9 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,22 @@ +1999-10-23 Jim Meyering <meyering@ascend.com> + + * tests/touch/Makefile.am (TESTS): Add dangling-symlink. + * tests/touch/dangling-symlink: New file. + +1999-10-23 Paul Eggert <eggert@twinsun.com> + + * src/touch.c (full_write): Remove unused decl. + (open_maybe_create): Remove. + (touch): Don't record whether the file was created; this isn't + possible to do reliably and portably without race conditions. + If the file was created and if amtime_now is nonzero, this + change means we'll have to do another utime system call, but + that's no more harmful than the previous version of this code. + +1999-10-21 Jim Meyering <meyering@ascend.com> + + * configure.in (ALL_LINGUAS): Add Japanese (pa). + 1999-10-17 Jim Meyering <meyering@ascend.com> * tests/mv/backup-is-src: Remove use of mv's now-deprecated |