summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-09-12 23:47:35 +0000
committerKevin Ryde <user42@zip.com.au>2003-09-12 23:47:35 +0000
commit7743d628c6a04b396703451d868c14c50047dfb6 (patch)
treea19eb791b47ab731bf148ffebfd9d06ac04b0419
parent833fc2f186a52c9b4180fcd215e7faae626bbb80 (diff)
downloadguile-7743d628c6a04b396703451d868c14c50047dfb6.tar.gz
*** empty log message ***
-rw-r--r--ice-9/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog
index cae0492fe..20e62b71d 100644
--- a/ice-9/ChangeLog
+++ b/ice-9/ChangeLog
@@ -1,3 +1,11 @@
+2003-09-13 Kevin Ryde <user42@zip.com.au>
+
+ * boot-9.scm (file-exists?): Use stat rather than access?, so as to
+ follow the effective UID/GID not the real ID. file-exists? is
+ normally be used as a prelude to opening or some other operation, and
+ it's the effective ID which will apply there. Emacs file-exists-p
+ uses stat, presumably for the the same reason.
+
2003-09-12 Marius Vollmer <mvo@zagadka.de>
* boot-9.scm (make-autoload-interface): Use a proper hashtable as