summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Prevent psgml-indent from adding a extra level in <body>Gravatar Daphne Preston-Kendal 2021-12-291-1/+4
|
* Issue: type-test argument to make-product-comparator may be unneededGravatar Daphne Preston-Kendal 2021-12-291-0/+1
|
* Add missing spaceGravatar Daphne Preston-Kendal 2021-12-291-1/+1
|
* Delete old examples, note that new ones are neededGravatar Daphne Preston-Kendal 2021-12-291-23/+4
|
* Edit exports to match the new procedures and namesGravatar Daphne Preston-Kendal 2021-12-291-4/+3
|
* Merge branch 'master' of github.com:dpk/srfi-228Gravatar Daphne Preston-Kendal 2021-12-293-5/+111
|\
| * Publish first draft.draft-1Gravatar Arthur A. Gleckler 2021-08-313-3/+107
| |
| * Note places where examples are needed.Gravatar Arthur A. Gleckler 2021-08-311-0/+2
| |
| * copy editGravatar Arthur A. Gleckler 2021-08-301-1/+1
| |
| * Fix errors reported by W3C HTML Validator.Gravatar Arthur A. Gleckler 2021-08-301-2/+2
| |
| * Link to the sample implementation.Gravatar Arthur A. Gleckler 2021-08-301-1/+1
| |
* | Express hope for a iteration solutionGravatar Daphne Preston-Kendal 2021-12-291-1/+3
| |
* | Add make-sum-comparator and use the term ‘product comparator’ moreGravatar Daphne Preston-Kendal 2021-12-292-2/+43
| |
* | Nix compose-comparator syntax, rename composed to product comparatorGravatar Daphne Preston-Kendal 2021-12-292-29/+2
|/
* it’s an SRFIGravatar Daphne Preston-Kendal 2021-08-285-94/+164
|
* Fix a Markdown delimiter in the wrong place.Gravatar Daphne Preston-Kendal 2021-04-021-1/+1
|
* Remove the stuff about performance, which isn’t necessarily true.Gravatar Daphne Preston-Kendal 2021-04-021-1/+1
| | | | It isn’t true in the sample implementation, for instance.
* Fix a stylistic weirdness in code for composed comparator ordering.Gravatar Daphne Preston-Kendal 2021-04-021-1/+1
|
* Note that the SRFI number isn’t formally assigned yet.Gravatar Daphne Preston-Kendal 2021-04-021-1/+2
|
* Add draft of sample implementation.Gravatar Daphne Preston-Kendal 2021-04-022-0/+67
|
* Use ‘wrap’ and not ‘box’, as suggested by jcowan.Gravatar Daphne Preston-Kendal 2021-04-021-5/+5
|
* Initial commitGravatar Daphne Preston-Kendal 2021-03-311-0/+85
otstrapGravatar ddennedy 1-1/+10 git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@107 53a565d1-3bb7-0310-b661-cf11e63c67ab 2003-04-21added Dan Maas' rawiso docsGravatar 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