1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-23 21:10:29 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2004-08-05 01:38:24 +00:00
parent b412b5a619
commit d6c803c761

View file

@ -1,3 +1,10 @@
2004-08-05 Kevin Ryde <user42@zip.com.au>
* 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 <mvo@zagadka.de>
Backported MacOS X fix from HEAD.