* Unlike UNIX-NAMESTRING, NATIVE-NAMESTRING doesn't deal with logical
pathnames,
:test #'equal))
(obj (or old (make-shared-object
:pathname pathname
- :namestring (native-namestring pathname :as-file t)))))
+ :namestring (native-namestring
+ (translate-logical-pathname pathname)
+ :as-file t)))))
(setf (shared-object-dont-save obj) dont-save)
;; FIXME: Why doesn's dlopen-or-lose on already loaded stuff work on
;; Windows?
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.21.24"
+"1.0.21.25"