[armedbear-cvs] r14174 - trunk/abcl/doc/design/pathnames

mevenson at common-lisp.net mevenson at common-lisp.net
Tue Oct 9 05:09:54 UTC 2012


Author: mevenson
Date: Mon Oct  8 22:09:53 2012
New Revision: 14174

Log:
Note why Windows doesn't need the proposed merge PATHNAME changes.

Modified:
   trunk/abcl/doc/design/pathnames/merging-defaults.markdown

Modified: trunk/abcl/doc/design/pathnames/merging-defaults.markdown
==============================================================================
--- trunk/abcl/doc/design/pathnames/merging-defaults.markdown	Mon Oct  8 13:05:03 2012	(r14173)
+++ trunk/abcl/doc/design/pathnames/merging-defaults.markdown	Mon Oct  8 22:09:53 2012	(r14174)
@@ -4,7 +4,7 @@
 
 ## UC0 Loading jna.jar for CFFI via Quicklisp
 
-This happens in loading systems via ASDF recursively in jars, most
+Currently we cannount load systems via ASDF recursively in jars, most
 importantly for those packaged in 'abcl-contrib.jar', which prevents
 CFFI from loading the necessary JNA code.
 
@@ -89,6 +89,11 @@
 
 ## Implementation
 
+Since Windows systems do have a default DEVICE for a normal file
+PATHNAME, namely the current "drive letter" of the process, the
+implementation changes will be mostly wrapped in runtime conditionals
+for non-Windows systems.
+
 ### TRUENAME sets DEVICE to :UNSPECIFIC
 
 TRUENAME sets DEVICE to :UNSPECIFIC running on non-Windows when
@@ -111,5 +116,5 @@
 
 Mark <evenson at panix.com>
 Created:  01-SEP-2012
-Revised:  08-OCT-2012
+Revised:  09-OCT-2012
 




More information about the armedbear-cvs mailing list