- Timestamp:
- Apr 5, 2010, 5:30:10 PM (15 years ago)
- Location:
- release/1.5/source
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
level-1/l1-pathnames.lisp (modified) (1 diff)
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.
