summaryrefslogtreecommitdiffstats
path: root/srfi
diff options
context:
space:
mode:
authorGravatar Arthur A. Gleckler 2022-09-19 20:45:38 -0700
committerGravatar Arthur A. Gleckler 2022-09-19 20:45:38 -0700
commitfd38e3e39c2dcad7b22942528179279ab4eca277 (patch)
tree04ddf27c593ab0bc9d19fc63e06564f6ded3f785 /srfi
parentLink to landing pages of other SRFIs. (diff)
Finalize.
Diffstat (limited to '')
-rw-r--r--srfi-225.html10
1 files changed, 2 insertions, 8 deletions
diff --git a/srfi-225.html b/srfi-225.html
index adde069..9665e87 100644
--- a/srfi-225.html
+++ b/srfi-225.html
@@ -13,19 +13,16 @@
<h2 id="status">Status</h2>
-<p>This SRFI is currently in <em>draft</em> status. Here is <a href="https://srfi.schemers.org/srfi-process.html">an explanation</a> of each status that a SRFI can hold. To provide input on this SRFI, please send email to <code><a href="mailto:srfi+minus+225+at+srfi+dotschemers+dot+org">srfi-225@<span class="antispam">nospam</span>srfi.schemers.org</a></code>. To subscribe to the list, follow <a href="https://srfi.schemers.org/srfi-list-subscribe.html">these instructions</a>. You can access previous messages via the mailing list <a href="https://srfi-email.schemers.org/srfi-225">archive</a>.</p>
+<p>This SRFI is currently in <em>final</em> status. Here is <a href="https://srfi.schemers.org/srfi-process.html">an explanation</a> of each status that a SRFI can hold. To provide input on this SRFI, please send email to <code><a href="mailto:srfi+minus+225+at+srfi+dotschemers+dot+org">srfi-225@<span class="antispam">nospam</span>srfi.schemers.org</a></code>. To subscribe to the list, follow <a href="https://srfi.schemers.org/srfi-list-subscribe.html">these instructions</a>. You can access previous messages via the mailing list <a href="https://srfi-email.schemers.org/srfi-225">archive</a>.</p>
<ul>
<li>Received: 2021-06-26</li>
- <li>60-day deadline: 2021-09-16</li>
<li>Draft #1 published: 2021-07-18</li>
<li>Draft #2 published: 2021-07-26</li>
<li>Draft #3 published: 2021-08-07</li>
<li>Draft #4 published: 2021-10-29</li>
<li>Draft #5 published: 2021-11-13</li>
<li>Draft #6 published: 2022-03-16</li>
- <li>John Cowan's <a href="https://github.com/pre-srfi/dictionaries">personal
- Git repo for this SRFI</a> for reference while the SRFI is in
- <em>draft</em> status (<a href="https://htmlpreview.github.io/?https://github.com/johnwcowan/srfi-225/blob/master/srfi-225.html">preview</a>)</li>
+ <li>Finalized: 2022-09-19</li>
</ul>
<h2 id="abstract">Abstract</h2>
@@ -33,9 +30,6 @@
<p>The procedures of this SRFI allow callers to manipulate an object that maps keys to values
without the caller needing to know exactly what the type of the object is.
Such an object is called a <em>dictionary</em> or <em>dict</em> in this SRFI.
-<h2 id="issues">Issues</h2>
-
-None at present.
<h2 id="rationale">Rationale</h2>
/tr> 2003-02-22Updates for new rawiso ioctl interface.Gravatar bencollins 3-37/+125 2003-01-15add iso_xmit_sync() and iso_xmit_write(); clean up iso handling a bitGravatar dmaas 5-39/+161 2003-01-15implement tag matching for rawiso receptionGravatar dmaas 3-4/+12 2003-01-06back out previous commit - don't drop the legacy API just yetGravatar dmaas 6-173/+130 2003-01-05emulate legacy ISO reception API on top of new rawiso APIGravatar dmaas 7-131/+174 2002-12-24update iso API for multi-channel reception and new packet buffer layoutGravatar dmaas 4-123/+236 2002-12-20oops, irq_interval needs to be signedGravatar anonymous 1-1/+1 2002-12-20dmaas - renamed exported arm definitions into the raw1394_ namespace; brought...Gravatar anonymous 3-124/+48 2002-12-16rawiso updates:Gravatar dmaas 3-18/+25 2002-11-18fix cplusplus extern C blockGravatar ddennedy 1-4/+4 2002-11-18merged rawiso branchGravatar ddennedy 7-6/+488