Changeset 14174
- Timestamp:
- 10/09/12 05:09:53 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/doc/design/pathnames/merging-defaults.markdown
r14172 r14174 5 5 ## UC0 Loading jna.jar for CFFI via Quicklisp 6 6 7 This happens in loadingsystems via ASDF recursively in jars, most7 Currently we cannount load systems via ASDF recursively in jars, most 8 8 importantly for those packaged in 'abcl-contrib.jar', which prevents 9 9 CFFI from loading the necessary JNA code. … … 90 90 ## Implementation 91 91 92 Since Windows systems do have a default DEVICE for a normal file 93 PATHNAME, namely the current "drive letter" of the process, the 94 implementation changes will be mostly wrapped in runtime conditionals 95 for non-Windows systems. 96 92 97 ### TRUENAME sets DEVICE to :UNSPECIFIC 93 98 … … 112 117 Mark <evenson@panix.com> 113 118 Created: 01-SEP-2012 114 Revised: 0 8-OCT-2012119 Revised: 09-OCT-2012 115 120
Note: See TracChangeset
for help on using the changeset viewer.