Revision: 4627 Author: edi URL: http://bknr.net/trac/changeset/4627
Revert previous change
U trunk/thirdparty/cl-unicode/CHANGELOG.txt U trunk/thirdparty/cl-unicode/build/dump.lisp
Modified: trunk/thirdparty/cl-unicode/CHANGELOG.txt =================================================================== --- trunk/thirdparty/cl-unicode/CHANGELOG.txt 2011-01-12 15:28:49 UTC (rev 4626) +++ trunk/thirdparty/cl-unicode/CHANGELOG.txt 2011-01-12 15:37:10 UTC (rev 4627) @@ -1,5 +1,3 @@ -Fix pathname creation (thanks to Juan José Garcia-Ripoll) - Version 0.1.1 2008-07-24 Make ADD-HANGUL-NAMES faster for ClozureCL
Modified: trunk/thirdparty/cl-unicode/build/dump.lisp =================================================================== --- trunk/thirdparty/cl-unicode/build/dump.lisp 2011-01-12 15:28:49 UTC (rev 4626) +++ trunk/thirdparty/cl-unicode/build/dump.lisp 2011-01-12 15:37:10 UTC (rev 4627) @@ -187,7 +187,7 @@ is not used in read.lisp) and uses it to create a file "derived-properties" which will be used by CL-UNICODE-TEST." (with-output-to-source-file (out (make-pathname :name "derived-properties" - :type nil + :type :unspecific :directory '(:relative :up "test")) :no-header-p t) (let (last-test)