guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/ice-9 boot-9.scm


From: Kevin Ryde
Subject: guile/guile-core/ice-9 boot-9.scm
Date: Fri, 12 Sep 2003 19:35:54 -0400

CVSROOT:        /cvsroot/guile
Module name:    guile
Branch:         
Changes by:     Kevin Ryde <address@hidden>     03/09/12 19:35:54

Modified files:
        guile-core/ice-9: boot-9.scm 

Log message:
        (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.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/ice-9/boot-9.scm.diff?tr1=1.319&tr2=1.320&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]