From: Chris Hanson Date: Wed, 17 Jul 1991 08:55:17 +0000 (+0000) Subject: Fix bug in DIRECTORY-READ: if the argument has any name component, X-Git-Tag: 20090517-FFI~10447 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e9aade93cc63e4ca04493b504d83c33a8fcc1af7;p=mit-scheme.git Fix bug in DIRECTORY-READ: if the argument has any name component, don't default other name components to 'WILD. --- diff --git a/v7/src/runtime/unxdir.scm b/v7/src/runtime/unxdir.scm index 3a3dd7171..5019a9027 100644 --- a/v7/src/runtime/unxdir.scm +++ b/v7/src/runtime/unxdir.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/unxdir.scm,v 14.5 1991/07/17 08:54:53 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/unxdir.scm,v 14.6 1991/07/17 08:55:17 cph Exp $ -Copyright (c) 1988 Massachusetts Institute of Technology +Copyright (c) 1988-91 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and