From 99de794f0de36b5838d12c671beecfd6e00214ab Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Thu, 5 Aug 2004 01:19:35 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index ac6797727..6b9009edb 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -6,6 +6,11 @@ guaranteed if multiple threads compete to unlock. Update docstrings per doc/ref/api-scheduling.texi. + * 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. + * posix.c (scm_setgroups): Enhance docstring, per doc/ref/posix.texi. * simpos.c (scm_system_star): Change scm_from_long to scm_from_int on