mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-06 12:10:28 +02:00
*** empty log message ***
This commit is contained in:
parent
e4e92cf0af
commit
f45fd5e126
1 changed files with 8 additions and 0 deletions
|
@ -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-05-03 Marius Vollmer <mvo@zagadka.de>
|
||||
|
||||
* boot-9.scm (display-usage-report): Use keyword->symbol instead
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue