summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar John Cowan 2022-09-21 18:30:47 -0400
committerGravatar John Cowan 2022-09-21 18:30:47 -0400
commite8b159f7958c5c2211f31bf7196b95bc0e04075b (patch)
tree5f146af343766c1cecf9dc86e81f85b8783ccc98
parentAdded ! to all updaters (diff)
updated my repo
Diffstat (limited to '')
-rw-r--r--srfi-225.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/srfi-225.html b/srfi-225.html
index af07db4..709a536 100644
--- a/srfi-225.html
+++ b/srfi-225.html
@@ -23,7 +23,7 @@
<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
+ <li>John Cowan's <a href="https://github.com/johnwcowan/srfi-225">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>
</ul>
@@ -149,8 +149,9 @@ with other generic procedures, but it can have any value.</p>
returns <code>#f</code>.</p>
<h3 id="update-procedures">Update procedures</h3>
<p>Note that the following procedures apply to both pure and impure
-dictionaries (see <a href="#dict-purep"><code>dict-pure?</code></a>): the <code>!</code>
-convention is not used in this SRFI.</p>
+dictionaries (see <a href="#dict-purep"><code>dict-pure?</code></a>).
+Their names uniformly end in <code>!</code> even though
+it depends on the dictionary whether any mutation is done.</p>
<p>Updates are not permitted while any generic procedure is running that takes a procedure argument.</p>
<p><code>(dict-set!</code>&nbsp;<em>dto dict obj</em> …<code>)</code><br>
<p>Returns a dictionary that contains all the associations of <em>dict</em>
0d3f5a2386d38de11575f941?s=13&d=retro' width='13' height='13' alt='Gravatar' /> ddennedy 1-32/+295 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@106 53a565d1-3bb7-0310-b661-cf11e63c67ab 2003-04-07new_handle_on_port() error path fix from Jim RadfordGravatar dmaas 1-1/+3 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@105 53a565d1-3bb7-0310-b661-cf11e63c67ab 2003-03-26add raw1394_new_handle_on_port() convenience functionGravatar dmaas 2-1/+41 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@104 53a565d1-3bb7-0310-b661-cf11e63c67ab 2003-02-22Updates for new rawiso ioctl interface.Gravatar bencollins 3-37/+125 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@103 53a565d1-3bb7-0310-b661-cf11e63c67ab 2003-01-15add iso_xmit_sync() and iso_xmit_write(); clean up iso handling a bitGravatar dmaas 5-39/+161 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@102 53a565d1-3bb7-0310-b661-cf11e63c67ab 2003-01-15implement tag matching for rawiso receptionGravatar dmaas 3-4/+12 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@101 53a565d1-3bb7-0310-b661-cf11e63c67ab 2003-01-06back out previous commit - don't drop the legacy API just yetGravatar dmaas 6-173/+130 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@100 53a565d1-3bb7-0310-b661-cf11e63c67ab 2003-01-05emulate legacy ISO reception API on top of new rawiso APIGravatar dmaas 7-131/+174 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@99 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-12-24update iso API for multi-channel reception and new packet buffer layoutGravatar dmaas 4-123/+236 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@98 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-12-20oops, irq_interval needs to be signedGravatar anonymous 1-1/+1 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@97 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-12-20dmaas - renamed exported arm definitions into the raw1394_ namespace; ↵Gravatar anonymous 3-124/+48 brought kernel-raw1394.h back in sync with the kernel version git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@96 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-12-16rawiso updates:Gravatar dmaas 3-18/+25 - changed return type of rawiso xmit/recv handlers from int to enum raw1394_iso_disposition - added an ioctl (RAW1394_ISO_QUEUE_ACTIVITY) to force an ISO_ACTIVITY event into the queue. This is needed for handling RAW1394_ISO_DEFER, to kick us out of the next read() instead of sleeping forever. - removed references to "8-byte" isochronous header - this is an OHCI-specific implementation detail git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@95 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-11-18fix cplusplus extern C blockGravatar ddennedy 1-4/+4 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@94 53a565d1-3bb7-0310-b661-cf11e63c67ab 2002-11-18merged rawiso branchGravatar ddennedy 7-6/+488 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@93 53a565d1-3bb7-0310-b661-cf11e63c67ab