From d6c803c76173bc8d2d410f26e06270adfa1a5ab4 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Thu, 5 Aug 2004 01:38:24 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 615b22e6d..0e758aa8a 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,10 @@ +2004-08-05 Kevin Ryde + + * filesys.c (scm_copy_file): Use fstat on the input fd rather than + stat on the filename, to be certain a file rename can't mean we get + info on one filesystem object but open another. This fstat usage is + similar to Emacs copy-file. + 2004-08-04 Marius Vollmer Backported MacOS X fix from HEAD.