[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
New revision of SRFI 104
- To: srfi-104@xxxxxxxxxxxxxxxxx
- Subject: New revision of SRFI 104
- From: Derick Eddington <derick.eddington@xxxxxxxxx>
- Date: Tue, 20 Oct 2009 10:29:15 -0700
- Delivered-to: srfi-104@xxxxxxxxxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:content-type :date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=TsJENV1UalqRrJkIiTxDQqtiL2OwFL2yxVr/hHS2qHw=; b=iIFTTkxldCwAOTC9wgM58QsWwDyfIYiAe7zEsDyZaGdaExVyi4liYT7lfDDE6Dj38p as72mUVZ9IaqOshNB2zhRgSVjto/IAhLEVk5OGpqr/Lk/yS5wvVJIlkbCoPK5VNxt2gf sTl6LZu8ntIx0MXQJ7QSm4V37jyGeEGgFgVB8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=BmZiGNnnaYCc1Blwnmpgjz0FTVBquNLGnJtrpCq9z/c2jXqKWXHiYn7Y6jJ47JLoUV sXwVJ0IxwlbSZMLmTa0IE8gNft/mlvBCjq/6KQ6pZoIz2aeRET0CxLYjs8lSDdNlHB1s Pq6zcBHwGqxBvmZZSwVXMfzxSX9YZBl9fFFPs=
A new revision of SRFI 104 is available at
http://srfi.schemers.org/srfi-104/srfi-104.html
Changes:
Remove environment-variable-separator.
Empty elements in the environment variable's value are not filtered out.
The effect of empty elements is unspecified (and so not portable).
Conform to the new revision of SRFI 103. [1]
Remove directory-list.
Remove encode-char?.
library-file-path-info no longer recognizes search paths because it
cannot because of the change to SRFI 103 of removing the restriction
that search paths must be independent. Now, all path components are
considered library name components, and so only relative paths relative
to a search path should be given.
Remove Issues section comment about find-library-file-paths returning a
joined and flattened list instead and getting rid of join-and-flatten,
because library-file-path-info can no longer be used on the returned
paths to know their search path.
Remove Issues section comments related to library-file-path-info about
absolute paths which aren't prefixed with a search path and about an
absolute vs. relative path bug, because these issues no longer exist
because of the change to library-file-path-info.
[1] http://srfi.schemers.org/srfi-103/mail-archive/msg00077.html
--
: Derick
----------------------------------------------------------------