projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1a2fa5
)
win32 pathname host: Switch to :lower canonical case
author
David Lichteblau
<david@lichteblau.com>
Fri, 23 Nov 2012 17:10:13 +0000
(18:10 +0100)
committer
David Lichteblau
<david@lichteblau.com>
Wed, 5 Dec 2012 16:34:28 +0000
(17:34 +0100)
src/code/target-pathname.lisp
patch
|
blob
|
history
diff --git
a/src/code/target-pathname.lisp
b/src/code/target-pathname.lisp
index
ed0c63d
..
c1deb5a
100644
(file)
--- a/
src/code/target-pathname.lisp
+++ b/
src/code/target-pathname.lisp
@@
-47,7
+47,7
@@
(unparse-enough #'unparse-win32-enough)
(unparse-directory-separator "\\")
(simplify-namestring #'simplify-win32-namestring)
- (customary-case :upper))))
+ (customary-case :lower))))
(defparameter *win32-host* (make-win32-host))
(defun make-win32-host-load-form (host)
(declare (ignore host))