aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-04-13 17:09:30 -0400
committerGravatar Peter McGoron 2025-04-13 17:09:30 -0400
commit1da2261b1e63aad28c9c81937d9e6680c71f0b34 (patch)
tree127c8bfcfdde2d5f0cbebb230fce29998fde3626
parentmake define-procedure-tag a define form, and fix incorrect C primitive code (diff)
add release0.9.2
-rw-r--r--.gitignore1
-rw-r--r--srfi-259.release-info3
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ef8fb45..e088c5d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
*.import*
*.so
*.tar.gz
+salmonella.log
diff --git a/srfi-259.release-info b/srfi-259.release-info
index c108f0b..c1919ff 100644
--- a/srfi-259.release-info
+++ b/srfi-259.release-info
@@ -1,5 +1,6 @@
(repo git "https://software.mcgoron.com/peter/srfi-259-egg.git")
-(uri targz "https://files.mcgoron.com/chicken/srfi-259-egg/{release}.tar.gz")
+(uri targz "https://files.mcgoron.com/chicken/srfi-259-egg/{egg-release}-{chicken-release}.tar.gz")
+(release "0.9.2")
(release "0.9.1")
(release "0.9.0")
eption 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