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

*** empty log message ***

This commit is contained in:
Jim Blandy 1996-10-28 19:37:04 +00:00
parent f93ddd3985
commit 4fe3604d42

View file

@ -1,6 +1,9 @@
Sun Oct 27 07:47:03 1996 Gary Houston <ghouston@actrix.gen.nz>
* boot-9.scm (stat:dev etc.) accessor functions for stat components.
* boot-9.scm (stat:dev, stat:ino, stat:mode, stat:nlink, stat:uid,
stat:gid, stat:rdev, stat:size, stat:atime, stat:mtime,
stat:ctime, stat:blksize, stat:blocks) accessor functions for stat
components.
(file-is-directory?): use stat:type.
Fri Oct 25 03:34:47 1996 Jim Blandy <jimb@floss.cyclic.com>