[cffi-devel] New patches: 8-Sep-2006

Luis Oliveira loliveira at common-lisp.net
Sat Sep 9 04:00:05 UTC 2006


Fri Sep  8 16:56:02 EDT 2006  Luis Oliveira <loliveira at common-lisp.net>
  * Forgot to increment the version number in the .asd file again.

    M ./cffi.asd -1 +1

Fri Sep  8 16:53:21 EDT 2006  Luis Oliveira <loliveira at common-lisp.net>
  tagged 0.9.2


Fri Sep  8 16:38:05 EDT 2006  Luis Oliveira <loliveira at common-lisp.net>
  * Fix some conflicts.
  
  Note to self: do not use darcs amend-record with someone else's patch. Doh.

    M ./src/strings.lisp -12 +26
    M ./tests/misc-types.lisp +23

Fri Sep  8 12:15:04 EDT 2006  Luis Oliveira <loliveira at common-lisp.net>
  * with-foreign-string: accept ub8 arrays.
  
  - WITH-FOREIGN-STRING: check for (or string (array (unsigned-byte 8))).
  - New tests: misc-types.string.ub8.[12].

    M ./src/strings.lisp -2 +3

Thu Sep  7 06:18:04 EDT 2006  asf at boinkor.net
  * Allow ub8 arrays to be autoconverted to foreign strings

    M! ./src/strings.lisp -24 +11
    M! ./tests/misc-types.lisp -7

Fri Sep  8 12:24:27 EDT 2006  Luis Oliveira <loliveira at common-lisp.net>
  * Documentation update.
  
  - Better document the :STRING type.
  - Add documentation for the :STRING+PTR type.
  - Update the documentation to reflect the recent changes to
    string functions and macros that make them accept ub8 arrays.
  - Document the "t" feature expression in DEFINE-FOREIGN-LIBRARY.

    M ./doc/cffi-manual.texinfo -17 +61

Thu Sep  7 06:22:49 EDT 2006  Luis Oliveira <loliveira at common-lisp.net>
  * Bump ddl_version in libtest.c

    M ./tests/bindings.lisp -1 +1
    M ./tests/libtest.c -1 +1

Thu Sep  7 03:03:39 EDT 2006  asf at boinkor.net
  * Allow ub8 arrays to be autoconverted to foreign strings

    M ./src/strings.lisp -11 +24
    M ./tests/misc-types.lisp +7

Thu Sep  7 03:03:12 EDT 2006  asf at boinkor.net
  * Use array-total-size-limit as the max size for strings

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


An updated tarball of CFFI's source can be downloaded here:
http://common-lisp.net/project/cffi/tarballs/cffi-060908.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