From f45fd5e126101f1a58247528554cf5942fe6fe45 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 12 Sep 2003 23:50:23 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 8a2aa7221..91c0aae3b 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,11 @@ +2003-09-13 Kevin Ryde + + * 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-05-03 Marius Vollmer * boot-9.scm (display-usage-report): Use keyword->symbol instead