Patches for ASDF installable systems for ABCL

News

December 31, 2010

Happy New Year, ABCL!

November 29, 2010

Page created. Patches for trivial-gray-streams posted.

Overview

This page aims to collect information on the process of getting patches for ABCL merged back upstream to the various ASDF systems

Patches

Package Version Home Patch Remarks
cffi 0.10.6 http://common-lisp.net/project/cffi/ cffi-abcl-20101231a Combined calling-convention patches with (incomplete) work on being able to define CFFI callbacks via creating synthetic Java interfaces. From work on modifying ABCL to respect changes to calling convention patches done by Cyrus Harmon on armedbear-devel. N.B.Callbacks do not completely work
Bordeaux Threads 0.8.0 http://common-lisp.net/project/bordeaux-threads/ bordeaux-threads-abcl-20101204a.diff Implementation using Doug Lea's concurrency work as the basis of ABCL's Bordeaux Threads mapping.
trivial-gray-streams 2008-11-02 http://www.cliki.net/trivial-gray-streams 20101129 Patch the trivial-gray-streams notion to work with ABCL's idea of where our streams interfaces are defined. N.B. a design (q.v. ???) was produced by Ville for how to overhaul ABCL's use of the object underlying the Stream implementation that make it easier to switch to the post-CLOS world (ABCL's usual operating state).