Changeset 12616 for trunk/abcl/test/lisp/abcl/jar-pathname.lisp
- Timestamp:
- 04/15/10 14:54:08 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/test/lisp/abcl/jar-pathname.lisp
r12610 r12616 279 279 (d (first (pathname-device p)))) 280 280 (values 281 ( pathname-url-p d)281 (system:pathname-url-p d) 282 282 (namestring d) 283 283 (pathname-directory p) (pathname-name p) (pathname-type p))) … … 292 292 (d1 (second d))) 293 293 (values 294 ( pathname-url-p d0)294 (system:pathname-url-p d0) 295 295 (namestring d0) 296 296 (pathname-name d1) (pathname-type d1)
Note: See TracChangeset
for help on using the changeset viewer.