[bknr-cvs] edi changed trunk/thirdparty/cl-unicode/
BKNR Commits
bknr at bknr.net
Wed Jan 12 15:28:50 UTC 2011
Revision: 4626
Author: edi
URL: http://bknr.net/trac/changeset/4626
Fix pathname creation
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 2010-11-18 11:13:46 UTC (rev 4625)
+++ trunk/thirdparty/cl-unicode/CHANGELOG.txt 2011-01-12 15:28:49 UTC (rev 4626)
@@ -1,3 +1,5 @@
+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 2010-11-18 11:13:46 UTC (rev 4625)
+++ trunk/thirdparty/cl-unicode/build/dump.lisp 2011-01-12 15:28:49 UTC (rev 4626)
@@ -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 :unspecific
+ :type nil
:directory '(:relative :up "test"))
:no-header-p t)
(let (last-test)
More information about the Bknr-cvs
mailing list