From 4fe3604d42ecfa1208bf07afaafeb1c0c6459e06 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 28 Oct 1996 19:37:04 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 498e4c403..83379fb4a 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,6 +1,9 @@ Sun Oct 27 07:47:03 1996 Gary Houston - * 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