Changeset 13580 for release/1.5/source
- Timestamp:
- Apr 6, 2010, 12:30:10 AM (11 years ago)
- Location:
- release/1.5/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
release/1.5/source
- Property svn:mergeinfo changed
/trunk/source (added) merged: 13579
- Property svn:mergeinfo changed
-
release/1.5/source/level-1/l1-pathnames.lisp
r13067 r13580 388 388 ;; case-insensitive version for hosts. 389 389 ;; In addition, host components do not support wildcards. 390 (or (eq path-host wild-host) 390 (or (null wild-host) (eq wild-host :wild) 391 (null path-host) (eq path-host :wild) 392 (eq path-host wild-host) 391 393 (and (stringp path-host) 392 394 (stringp wild-host)
Note: See TracChangeset
for help on using the changeset viewer.