| To: | scsh-checkins@lists.sourceforge.net |
|---|---|
| Subject: | [Scsh-checkins] CVS: scsh/scsh fileinfo.scm,1.4,1.5 |
| From: | Olin Shivers <olin-shivers@users.sourceforge.net> |
| Date: | Wed, 14 Mar 2001 19:54:24 -0800 |
| List-id: | <scsh-checkins.lists.sourceforge.net> |
| Sender: | scsh-checkins-admin@lists.sourceforge.net |
Update of /cvsroot/scsh/scsh/scsh
In directory usw-pr-cvs1:/tmp/cvs-serv5033
Modified Files:
fileinfo.scm
Log Message:
Manual says FILE-NOT-READABLE? and brothers return 'NO-DIRECTORY
if some dir in the path isn't there; code returned 'NOT-DIRECTORY.
Manual was right; code was wrong.
-Olin
Index: fileinfo.scm
===================================================================
RCS file: /cvsroot/scsh/scsh/scsh/fileinfo.scm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** fileinfo.scm 1999/08/06 13:27:57 1.4
--- fileinfo.scm 2001/03/15 03:54:22 1.5
***************
*** 41,45 ****
(with-errno-handler ((err data)
((errno/acces) 'search-denied)
! ((errno/notdir) 'not-directory)
;; If the file doesn't exist, we usually return
--- 41,45 ----
(with-errno-handler ((err data)
((errno/acces) 'search-denied)
! ((errno/notdir) 'no-directory)
;; If the file doesn't exist, we usually return
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [Scsh-checkins] CVS: scsh-0.6/scsh/test file-system-tests.scm,NONE,1.1 test-base.scm,NONE,1.1 test-packages.scm,NONE,1.1, Martin Gasbichler |
|---|---|
| Next by Date: | [Scsh-checkins] CVS: scsh-0.6/scsh fileinfo.scm,1.2,1.3, Olin Shivers |
| Previous by Thread: | [Scsh-checkins] CVS: scsh-0.6/scsh/test file-system-tests.scm,NONE,1.1 test-base.scm,NONE,1.1 test-packages.scm,NONE,1.1, Martin Gasbichler |
| Next by Thread: | [Scsh-checkins] CVS: scsh-0.6/scsh fileinfo.scm,1.2,1.3, Olin Shivers |
| Indexes: | [Date] [Thread] [Top] [All Lists] |