<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.lisp.cffi.devel">
    <title>gmane.lisp.cffi.devel</title>
    <link>http://blog.gmane.org/gmane.lisp.cffi.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cffi.devel/1420"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cffi.devel/1418"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cffi.devel/1415"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cffi.devel/1407"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cffi.devel/1401"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cffi.devel/1398"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cffi.devel/1397"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cffi.devel/1396"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cffi.devel/1393"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cffi.devel/1391"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cffi.devel/1390"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cffi.devel/1388"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cffi.devel/1387"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cffi.devel/1386"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cffi.devel/1384"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cffi.devel/1381"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cffi.devel/1380"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cffi.devel/1379"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cffi.devel/1377"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.lisp.cffi.devel/1375"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cffi.devel/1420">
    <title>New patches: 23-Jul-2008</title>
    <link>http://comments.gmane.org/gmane.lisp.cffi.devel/1420</link>
    <description>
Wed Jul 23 00:47:29 EDT 2008  Stephen Compall &lt;scompall&lt; at &gt;nocandysw.com&gt;
  * Expand body only once for uffi:with-cstring.

    M ./uffi-compat/uffi-compat.lisp -7 +7


An updated tarball of CFFI's source can be downloaded here:
http://common-lisp.net/project/cffi/tarballs/cffi-080723.tar.gz

Darcsweb URL:
http://common-lisp.net/cgi-bin/darcsweb/darcsweb.cgi?r=cffi-cffi;a=summary
</description>
    <dc:creator>Luis Oliveira</dc:creator>
    <dc:date>2008-07-24T04:00:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cffi.devel/1418">
    <title>[PATCH] Expand body only once for uffi:with-cstring.</title>
    <link>http://comments.gmane.org/gmane.lisp.cffi.devel/1418</link>
    <description>Got an explosion in CLSQL-PostgreSQL with a uffi:with-cstrings
expansion, as 7 strings makes 128 copies of the body.  On the theory
that the compiler can inline flets far easier than factor them, this
patch puts the body in an flet and calls the resulting function from the
two contexts `with-cstring' creates.


</description>
    <dc:creator>Stephen Compall</dc:creator>
    <dc:date>2008-07-23T04:54:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cffi.devel/1415">
    <title>Conflicting symbols problem on OpenMCL/CCL whenloading CFFI</title>
    <link>http://comments.gmane.org/gmane.lisp.cffi.devel/1415</link>
    <description>Hi -

I just tried to load the latest CFFI from darcs into CCL 1.2, and I  
got a symbol conflict between CCL:COPY-FILE and ALEXANDRIA.0.DEV:COPY- 
FILE:



When I look in the CFFI code, the problem seems to come from cffi-- 
openmcl.lisp where ALEXANDRIA and CCL are both being :use-d without  
any shadowing.  As far as I can tell, there are no calls to either  
COPY-FILE function anywhere in the CFFI code, so it seems to me that  
choosing one of these functions to shadow the other should be a  
simple affair since it shouldn't matter at all which one is chosen..

Would it be possible to get this fixed?

Thanks.

Dan
</description>
    <dc:creator>Daniel Katz</dc:creator>
    <dc:date>2008-07-02T01:04:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cffi.devel/1407">
    <title>strange behaviour of CFFI with LW on OS X</title>
    <link>http://comments.gmane.org/gmane.lisp.cffi.devel/1407</link>
    <description>Hello everybody,
I face a weird situation with LW and CFFI on OS X 10.4.

When I evaluate the form :

 &gt; (cffi:with-foreign-pointer (ptr 2)
           (setf (cffi:mem-ref ptr :int 0) 0)
           (setf (cffi:mem-ref ptr :int 1) 1)
           (let ((i 0))
           (loop for i from 0 below 2
           collect (cffi:mem-ref ptr :int i))))


The result is :

(256 1)

The first value of the pointer has been turned from 0 to 256.

I tried other similar tests using explicit "foreign-alloc" with similar 
results.

Note that in each case, the last modified place of the pointer keeps his 
right
value while the value of the other places of the pointer are changed.

I use the correct package. So I am wondering if it could be a problem
in my system.

Any idea or ptoposition welcome.

Regards.
</description>
    <dc:creator>Antoine Allombert</dc:creator>
    <dc:date>2008-06-25T15:09:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cffi.devel/1401">
    <title>WITH-FOREIGN-STRING allocates on heap?</title>
    <link>http://comments.gmane.org/gmane.lisp.cffi.devel/1401</link>
    <description>Hi,

is there a good reason why WITH-FOREIGN-STRING allocates the buffer on
the heap instead of using WITH-FOREIGN-OBJECT, which will allocate on
the stack on platforms that support it?

Thanks,
-Hans
</description>
    <dc:creator>Hans Hübner</dc:creator>
    <dc:date>2008-06-20T04:21:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cffi.devel/1398">
    <title>First usages of CFFI</title>
    <link>http://comments.gmane.org/gmane.lisp.cffi.devel/1398</link>
    <description>Hi,

so far i have compiled some programs, that use CFFI, but now id like  
to create my own.  As usual i counter my limits of knowledge and hope  
to find some answers here. I'm using libevent library (later doing  
same with libev), that has a simple event based server application,  
which i want to use from ccl / sbcl. I'll put two c functions first,  
and then some header information and finally some lisp code i have  
created. Im particularry interested getting some comments, how the  
work should be done. Yet there re two parts of the code, where i have  
stuck and they are:

void evhttp_set_gencb(struct evhttp *http, void (*cb)(struct  
evhttp_request *, void *), void *cbarg) {}

(defcfun ("evhttp_set_gencb" %evhttp-set-gencb) :void
(http evhttp)
???)

Actually same part occurs on evbuffer:

void (*cb)(struct evbuffer *, size_t, size_t, void *);

Regards,
-Marko

--------------------------------------------------------------------------------------------------------------------------------------

//</description>
    <dc:creator>Marko Tapio Manninen</dc:creator>
    <dc:date>2008-06-17T00:59:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cffi.devel/1397">
    <title>New patches: 15-Jun-2008</title>
    <link>http://comments.gmane.org/gmane.lisp.cffi.devel/1397</link>
    <description>
Sun Jun 15 20:06:10 EDT 2008  Luis Oliveira &lt;loliveira&lt; at &gt;common-lisp.net&gt;
  * tests/Makefile: deal with BSD systems properly
  
  Suggestion and initial patch courtesy of Josh Elsasser.

     ./tests/Makefile -&gt; ./tests/GNUmakefile
    M ./cffi-tests.asd -4 +3
    M ./tests/GNUmakefile -1 +1
    A ./tests/Makefile


An updated tarball of CFFI's source can be downloaded here:
http://common-lisp.net/project/cffi/tarballs/cffi-080615.tar.gz

Darcsweb URL:
http://common-lisp.net/cgi-bin/darcsweb/darcsweb.cgi?r=cffi-cffi;a=summary
</description>
    <dc:creator>Luis Oliveira</dc:creator>
    <dc:date>2008-06-16T04:00:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cffi.devel/1396">
    <title>[SPAM] FIM DO DRAMA.</title>
    <link>http://comments.gmane.org/gmane.lisp.cffi.devel/1396</link>
    <description>Spam detection software, running on the system "clnet", has
identified this incoming email as possible spam.  The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email.  If you have any questions, see
the administrator of that system for details.

Content preview:  FIM DO DRAMA, CASO ISABELLA NARDONI CHEGOU AO FIM! 
  Alexandre Nardoni confessa que a sua esposa Ana Carolina a madastra de 
  Isabella foi a autora do crime de Isabella. [...] 

Content analysis details:   (8.6 points, 5.0 required)

 pts rule name              description
---- ---------------------- --------------------------------------------------
 1.6 FROM_HAS_MIXED_NUMS3   From: contains numbers mixed in with letters
 1.7 MSGID_FROM_MTA_ID      Message-Id for external message added locally
 0.7 SUBJ_ALL_CAPS          Subject is all capitals
 1.2 FORGED_HOTMAIL_RCVD2   hotmail.com 'From' address, but no 'Received:'
 0.0 HTML_MESSAGE           BODY: HTML included in message
 0.2 MIME_HT</description>
    <dc:creator>FIM&lt; at &gt;common-lisp.net</dc:creator>
    <dc:date>2008-06-13T17:40:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cffi.devel/1393">
    <title>CFFI::SYMBOLICATE undefined</title>
    <link>http://comments.gmane.org/gmane.lisp.cffi.devel/1393</link>
    <description>Hi, CFFI developers

I'm testing CFFI on this darcs url:

http://common-lisp.net/project/cffi/darcs/cffi

When I compiled CFFI, CMUCL and LispWorks both tell me:

function CFFI::SYMBOLICATE is undefined

in macro CFFI:DEFCVAR in file src/foreign-vars.lisp. Is this a bug?

P.S. In LispWorks, I found this function in LW's system package:  
SYSTEM:SYMBOLICATE, I don't know if this function can be used.

Regards,

Chun Tian (binghe)
</description>
    <dc:creator>Chun Tian</dc:creator>
    <dc:date>2008-06-12T07:00:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cffi.devel/1391">
    <title>New patches: 10-Jun-2008</title>
    <link>http://comments.gmane.org/gmane.lisp.cffi.devel/1391</link>
    <description>
Tue Jun 10 16:19:20 EDT 2008  Luis Oliveira &lt;loliveira&lt; at &gt;common-lisp.net&gt;
  * Update make-shareable-byte-vector for LW 5.1
  
  Patch courtesy of Chun Tian.

    M ./src/cffi-lispworks.lisp -1 +4


An updated tarball of CFFI's source can be downloaded here:
http://common-lisp.net/project/cffi/tarballs/cffi-080610.tar.gz

Darcsweb URL:
http://common-lisp.net/cgi-bin/darcsweb/darcsweb.cgi?r=cffi-cffi;a=summary
</description>
    <dc:creator>Luis Oliveira</dc:creator>
    <dc:date>2008-06-11T04:00:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cffi.devel/1390">
    <title>Foreign struct</title>
    <link>http://comments.gmane.org/gmane.lisp.cffi.devel/1390</link>
    <description>I'm having a problem defining/using a foreign struct for my package
GSLL (http://common-lisp.net/project/gsll), an interface to the GNU
Scientific Library (http://www.gnu.org/software/gsl/), written in C.
I am trying to handle complex numbers; GSL has a struct defined to
represent complex numbers in /usr/include/gsl/gsl_complex.h:
typedef struct
  {
    double dat[2];
  }
gsl_complex;
So I define
(cffi:defcstruct complex-double-c
  (dat :double :count 2))
I set this value with a function
(defun complex-to-gsl-df (number)
  (let* ((gsl (cffi:foreign-alloc 'complex-double-c))
 (datslot
  (cffi:foreign-slot-pointer gsl 'complex-double-c 'dat)))
    (setf (cffi:mem-aref datslot :double 0) (realpart number)
  (cffi:mem-aref datslot :double 1) (imagpart number))
    gsl))
When I pass a complex number generated with this function to a GSL
function, I always get the following result: the real part is what I
specified for the imaginary part, and the imaginary part is the number
5.2635442471208903e-315, which I dis</description>
    <dc:creator>Liam Healy</dc:creator>
    <dc:date>2008-06-11T01:44:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cffi.devel/1388">
    <title>make-shareable-byte-vector in LispWorks 5.1</title>
    <link>http://comments.gmane.org/gmane.lisp.cffi.devel/1388</link>
    <description>Hi, CFFI developers

There's another change from LispWorks 5.1's static array allocation:

Instead of

(sys:in-static-area
   (make-array 3 :element-type '(unsigned-byte 8)
               :initial-contents '(65 77 23)))

We use this now:
(make-array 3 :element-type '(unsigned-byte 8)
   :initial-contents '(65 77 23)
   :allocation :static)
see http://www.lispworks.com/documentation/lw51/FLI/html/fli-130.htm#pgfId-1112879
I hope the patch in attach can be merged.
Thanks.



_______________________________________________
cffi-devel mailing list
cffi-devel&lt; at &gt;common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cffi-devel
</description>
    <dc:creator>Chun Tian (binghe</dc:creator>
    <dc:date>2008-06-10T17:54:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cffi.devel/1387">
    <title>How to get free quality visitors to your website?</title>
    <link>http://comments.gmane.org/gmane.lisp.cffi.devel/1387</link>
    <description>No Matter what you are selling - Hit-Booster will send targeted visitors to 
your website!


Within 15 minutes you will have your own website traffic generator that 
will bring 
in an ever increasing amount of hits to your websites! Automatically

This software is perfect for bringing real traffic to your site... even 
if...
it's an affiliate link where you have no control over the website content!

 
For Full Details please read the attached .html file










Unsubscribe:
on attached html file click on contact form
_______________________________________________
cffi-devel mailing list
cffi-devel&lt; at &gt;common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cffi-devel
</description>
    <dc:creator>Targeted&lt; at &gt;common-lisp.net</dc:creator>
    <dc:date>2008-06-09T11:29:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cffi.devel/1386">
    <title>New patches:  5-Jun-2008</title>
    <link>http://comments.gmane.org/gmane.lisp.cffi.devel/1386</link>
    <description>
Thu Jun  5 02:50:42 EDT 2008  Stelian Ionescu &lt;sionescu&lt; at &gt;common-lisp.net&gt;
  * Eliminate all references to cffi-utils package.

    M ./examples/gettimeofday.lisp -1 +1
    M ./examples/translator-test.lisp -1 +1
    M ./tests/random-tester.lisp -5 +6


An updated tarball of CFFI's source can be downloaded here:
http://common-lisp.net/project/cffi/tarballs/cffi-080605.tar.gz

Darcsweb URL:
http://common-lisp.net/cgi-bin/darcsweb/darcsweb.cgi?r=cffi-cffi;a=summary
</description>
    <dc:creator>Luis Oliveira</dc:creator>
    <dc:date>2008-06-06T04:00:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cffi.devel/1384">
    <title>New patches:  4-Jun-2008</title>
    <link>http://comments.gmane.org/gmane.lisp.cffi.devel/1384</link>
    <description>
Wed Jun  4 17:17:29 EDT 2008  attila.lendvai&lt; at &gt;gmail.com
  * fix groveller by adding symbolicate to alexandria

    M ./grovel/grovel.lisp -1 +1
    M ./src/foreign-vars.lisp -1 +1


An updated tarball of CFFI's source can be downloaded here:
http://common-lisp.net/project/cffi/tarballs/cffi-080604.tar.gz

Darcsweb URL:
http://common-lisp.net/cgi-bin/darcsweb/darcsweb.cgi?r=cffi-cffi;a=summary
</description>
    <dc:creator>Luis Oliveira</dc:creator>
    <dc:date>2008-06-05T04:00:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cffi.devel/1381">
    <title>groveller fix</title>
    <link>http://comments.gmane.org/gmane.lisp.cffi.devel/1381</link>
    <description>hi,

please find a fix attached.

also, how about adding Stelian to the comitters? afaik, he's the
author of the groveller...

</description>
    <dc:creator>Attila Lendvai</dc:creator>
    <dc:date>2008-06-04T20:44:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cffi.devel/1380">
    <title>New patches:  3-Jun-2008</title>
    <link>http://comments.gmane.org/gmane.lisp.cffi.devel/1380</link>
    <description>
Tue Jun  3 23:45:03 EDT 2008  Luis Oliveira &lt;loliveira&lt; at &gt;common-lisp.net&gt;
  * cffi-sbcl: needs when-let as well.

    M ./src/cffi-sbcl.lisp -1 +1

Tue Jun  3 18:30:08 EDT 2008  Luis Oliveira &lt;loliveira&lt; at &gt;common-lisp.net&gt;
  * Makefile: rename acl to alisp

    M ./Makefile -1 +1

Tue Jun  3 18:28:41 EDT 2008  Luis Oliveira &lt;loliveira&lt; at &gt;common-lisp.net&gt;
  * Remove cffi-utils

    M ./cffi.asd -6 +2
    M ./src/cffi-allegro.lisp -2 +2
    M ./src/cffi-clisp.lisp -1 +1
    M ./src/cffi-cmucl.lisp -1 +2
    M ./src/cffi-corman.lisp -2 +3
    M ./src/cffi-ecl.lisp -1 +1
    M ./src/cffi-lispworks.lisp -1 +1
    M ./src/cffi-openmcl.lisp -1 +1
    M ./src/cffi-sbcl.lisp -1 +2
    M ./src/cffi-scl.lisp -1 +2
    M ./src/foreign-vars.lisp -3 +4
    M ./src/package.lisp -1 +1
    M ./src/types.lisp -1 +1
    M ./src/utils.lisp -79 +10

Fri May  9 10:35:16 EDT 2008  Stelian Ionescu &lt;sionescu&lt; at &gt;common-lisp.net&gt;
  * Fix emulation of [UNSIGNED-]LONG-LONG.

    M ./src/types.lisp -1 +1


An updated tarball of CFFI's source can b</description>
    <dc:creator>Luis Oliveira</dc:creator>
    <dc:date>2008-06-04T04:00:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cffi.devel/1379">
    <title>New patches:  2-Jun-2008</title>
    <link>http://comments.gmane.org/gmane.lisp.cffi.devel/1379</link>
    <description>
Mon Jun  2 16:08:04 EDT 2008  Luis Oliveira &lt;loliveira&lt; at &gt;common-lisp.net&gt;
  * cffi-openmcl: fix name conflict
  
  - Import just alexandria:once-only instead of the whole package.
  
  Reported by Marko Manninen.

    M ./src/cffi-openmcl.lisp -1 +2

Mon Jun  2 16:07:07 EDT 2008  Luis Oliveira &lt;loliveira&lt; at &gt;common-lisp.net&gt;
  * cffi-manual: &lt; at &gt;section CMUCL -&gt; &lt; at &gt;subheading

    M ./doc/cffi-manual.texinfo -1 +1


An updated tarball of CFFI's source can be downloaded here:
http://common-lisp.net/project/cffi/tarballs/cffi-080602.tar.gz

Darcsweb URL:
http://common-lisp.net/cgi-bin/darcsweb/darcsweb.cgi?r=cffi-cffi;a=summary
</description>
    <dc:creator>Luis Oliveira</dc:creator>
    <dc:date>2008-06-03T04:00:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cffi.devel/1377">
    <title>New patches:  1-Jun-2008</title>
    <link>http://comments.gmane.org/gmane.lisp.cffi.devel/1377</link>
    <description>
Sun Jun  1 01:17:32 EDT 2008  Luis Oliveira &lt;loliveira&lt; at &gt;common-lisp.net&gt;
  * Update manual
  
  - Fix &lt; at &gt;result{} in the HTML output.
  - Revamp the "Implementation support" chapter.
  - Fix misc documentation rot.
  - Delete empty sections.
  - Document the emulation of long-long types.
  - Remove UTF-8 characters since texinfo has not entered
    the 21st century yet.
  - Finish the documentation for the new encoding support.

    M ./doc/cffi-manual.texinfo -220 +229

Sun Jun  1 00:56:24 EDT 2008  Luis Oliveira &lt;loliveira&lt; at &gt;common-lisp.net&gt;
  * minor change to foreign-string-to-lisp
  
  Make max-chars default to (1- array-total-size-limit).

    M ./src/strings.lisp -5 +5


An updated tarball of CFFI's source can be downloaded here:
http://common-lisp.net/project/cffi/tarballs/cffi-080601.tar.gz

Darcsweb URL:
http://common-lisp.net/cgi-bin/darcsweb/darcsweb.cgi?r=cffi-cffi;a=summary
</description>
    <dc:creator>Luis Oliveira</dc:creator>
    <dc:date>2008-06-02T04:00:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cffi.devel/1375">
    <title>New patches: 31-May-2008</title>
    <link>http://comments.gmane.org/gmane.lisp.cffi.devel/1375</link>
    <description>
Sat May 17 15:02:31 EDT 2008  attila.lendvai&lt; at &gt;gmail.com
  * added support for :cc-flags for grovel-file to specify additional flags to the compiler (like -I /foo/bar)

    M ./grovel/asdf.lisp -2 +10
    M ./grovel/grovel.lisp -5 +3

Sat May 31 12:37:24 EDT 2008  Luis Oliveira &lt;loliveira&lt; at &gt;common-lisp.net&gt;
  * Minor fixes to cffi-manual.texinfo
  
  Restores buildability. Courtesy of Rupert Swarbrick.

    M ./doc/cffi-manual.texinfo -1 +2

Sat May 31 10:16:47 EDT 2008  Luis Oliveira &lt;loliveira&lt; at &gt;common-lisp.net&gt;
  * Fix conflict in cffi-openmcl.lisp

    M ./src/cffi-openmcl.lisp -8 +1

Sun Dec 30 18:39:20 EST 2007  Stelian Ionescu &lt;sionescu&lt; at &gt;common-lisp.net&gt;
  * Add dependency on ALEXANDRIA, remove redundant code from CFFI-UTILS package.

    M ./cffi-grovel.asd -1 +1
    M ./cffi.asd -1 +1
    M ./grovel/grovel.lisp -1 +1
    M ./src/cffi-allegro.lisp -1 +1
    M ./src/cffi-clisp.lisp -1 +1
    M ./src/cffi-cmucl.lisp -1 +1
    M ./src/cffi-corman.lisp -1 +1
    M ./src/cffi-ecl.lisp -1 +1
    M ./src/cffi-gcl</description>
    <dc:creator>Luis Oliveira</dc:creator>
    <dc:date>2008-06-01T04:00:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.lisp.cffi.devel/1374">
    <title>Documentation build errors</title>
    <link>http://comments.gmane.org/gmane.lisp.cffi.devel/1374</link>
    <description>_______________________________________________
cffi-devel mailing list
cffi-devel&lt; at &gt;common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cffi-devel
</description>
    <dc:creator>Rupert Swarbrick</dc:creator>
    <dc:date>2008-05-31T16:11:03</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.lisp.cffi.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.lisp.cffi.devel</link>
  </textinput>
</rdf:RDF>
