[Ecls-list] patch for namestring

Dustin Long dlong at stevens.edu
Sun Oct 8 06:56:14 UTC 2006


This attached patch fixes (namestring) which previously appended an 
extra period to pathnames with a non-nil, yet blank, type
example:
before: (make-pathname :name "hi" type: "") => "hi."
after: (make-pathname :name "hi" type: "") => "hi"
before: (make-pathname :name "." type: "") => ".." ; huge problem for 
(truename)
after: (make-pathname :name "." type: "") => "."

Dustin
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch2
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20061008/e7de7261/attachment.ksh>


More information about the ecl-devel mailing list