aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* read: factor out ADD-ALL-AS-SKIP to UPDATE-LISTGravatar Peter McGoron 2024-09-221-12/+50
* read: datum commentsGravatar Peter McGoron 2024-09-221-0/+9
* read: block commentsGravatar Peter McGoron 2024-09-221-2/+76
* read: vectorsGravatar Peter McGoron 2024-09-221-1/+37
* read: factor out improper list readerGravatar Peter McGoron 2024-09-211-27/+49
* read: improper listsGravatar Peter McGoron 2024-09-201-26/+40
* readtable: add listsGravatar Peter McGoron 2024-09-202-15/+88
* miniscm: list->stringGravatar Peter McGoron 2024-09-082-10/+45
* miniscm: add better support for immutable strings, and refactor to use real s...Gravatar Peter McGoron 2024-09-083-49/+100
* miniscm: add string-refGravatar Peter McGoron 2024-09-081-1/+26
* readtable: handle EOF by returning EOF symbolGravatar Peter McGoron 2024-09-081-1/+2
* readtable: commentsGravatar Peter McGoron 2024-09-081-11/+47
* readtable: simplifyGravatar Peter McGoron 2024-09-082-242/+134
* readtable: case foldingGravatar Peter McGoron 2024-09-072-37/+62
* readtable: when adding sequences to the readtable, push the lastGravatar Peter McGoron 2024-09-071-3/+16
* readtable: Normalize character handled by ACTIONs at the end ofGravatar Peter McGoron 2024-09-071-8/+15
* readtable: add documentation for PUSH->READGravatar Peter McGoron 2024-09-071-0/+6
* Readtable: fix propagation of default handlers in trie pathsGravatar Peter McGoron 2024-09-071-43/+56
* readtable: correctly add trie values. Incorrectly propogates default procedureGravatar Peter McGoron 2024-09-071-17/+19
* readtables, first passGravatar Peter McGoron 2024-09-075-147/+321
* change around insert, delete, and update to hide representationGravatar Peter McGoron 2024-09-051-42/+37
* fix set and trie, add compat COND-EXPAND for chezGravatar Peter McGoron 2024-09-053-26/+223
* trie: add with testGravatar Peter McGoron 2024-09-045-3/+171
* set:refactor mapsGravatar Peter McGoron 2024-09-041-30/+29
* set: add updateGravatar Peter McGoron 2024-09-041-79/+150
* set: add insert multiple testGravatar Peter McGoron 2024-08-311-36/+110
* add setsGravatar Peter McGoron 2024-08-295-6/+436
* miniscm: add mutable string emulation and char->integerGravatar Peter McGoron 2024-08-263-3/+54
* miniscm: add portsGravatar Peter McGoron 2024-08-223-15/+189
* minischeme: add charGravatar Peter McGoron 2024-08-224-12/+79
* add doubly linked lists, tests, minischemeGravatar Peter McGoron 2024-08-227-0/+3616
99dbb0d3f5a2386d38de11575f941?s=13&d=retro' width='13' height='13' alt='Gravatar' /> ddennedy 1-32/+295 2003-04-07new_handle_on_port() error path fix from Jim RadfordGravatar dmaas 1-1/+3 2003-03-26add raw1394_new_handle_on_port() convenience functionGravatar dmaas 2-1/+41 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