[cffi-devel] New patches: 6-May-2006

Luis Oliveira loliveira at common-lisp.net
Sun May 7 04:00:05 UTC 2006


Sat May  6 20:35:11 EDT 2006  James Bielman  <jamesjb at jamesjb.com>
  * Make :POINTER a parameterized foreign type.
  
  - :POINTER without arguments is a void pointer.
  - (:POINTER :INT) is a pointer to an :INT.
  - These nest properly: (:POINTER (:POINTER :INT)).
  - Pointers are not type checked yet---an optional pointer type checker
    will be added someday.

    M ./src/early-types.lisp +44
    M ./src/types.lisp -1 +7
    M ./tests/defcfun.lisp -5 +5

Sat May  6 20:28:29 EDT 2006  James Bielman  <jamesjb at jamesjb.com>
  * Bugfix: Quote type arguments to %DEFCFUN-VARARGS.

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


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

Darcsweb URL:
http://common-lisp.net/cgi-bin/darcsweb/darcsweb.cgi?r=cffi;a=summary



More information about the cffi-devel mailing list