Wed Jun  4 23:17:29 CEST 2008  attila.lendvai@gmail.com
  * fix groveller by adding symbolicate to alexandria

New patches:

[fix groveller by adding symbolicate to alexandria
attila.lendvai@gmail.com**20080604211729] {
hunk ./grovel/grovel.lisp 32
-  (:use #:common-lisp #:cffi-utils #:alexandria)
+  (:use #:common-lisp #:alexandria)
hunk ./src/foreign-vars.lisp 61
-    (let ((fn (format-symbol t "%VAR-ACCESSOR-~A" lisp-name))
+    (let ((fn (symbolicate '#:%var-accessor- lisp-name))
}

Context:

[cffi-sbcl: needs when-let as well.
Luis Oliveira <loliveira@common-lisp.net>**20080604034503] 
[Makefile: rename acl to alisp
Luis Oliveira <loliveira@common-lisp.net>**20080603223008] 
[Remove cffi-utils
Luis Oliveira <loliveira@common-lisp.net>**20080603222841] 
[Fix emulation of [UNSIGNED-]LONG-LONG.
Stelian Ionescu <sionescu@common-lisp.net>**20080509143516] 
[cffi-openmcl: fix name conflict
Luis Oliveira <loliveira@common-lisp.net>**20080602200804
 
 - Import just alexandria:once-only instead of the whole package.
 
 Reported by Marko Manninen.
] 
[cffi-manual: @section CMUCL -> @subheading
Luis Oliveira <loliveira@common-lisp.net>**20080602200707] 
[Update manual
Luis Oliveira <loliveira@common-lisp.net>**20080601051732
 
 - Fix @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.
] 
[minor change to foreign-string-to-lisp
Luis Oliveira <loliveira@common-lisp.net>**20080601045624
 
 Make max-chars default to (1- array-total-size-limit).
] 
[Minor fixes to cffi-manual.texinfo
Luis Oliveira <loliveira@common-lisp.net>**20080531163724
 
 Restores buildability. Courtesy of Rupert Swarbrick.
] 
[Fix conflict in cffi-openmcl.lisp
Luis Oliveira <loliveira@common-lisp.net>**20080531141647] 
[TAG before cffi+lotsastuff merge
Luis Oliveira <loliveira@common-lisp.net>**20080531141112] 
[cffi-openmcl: fix test for cffi-features:darwin
Luis Oliveira <loliveira@common-lisp.net>**20071214010923
 
 - Check for :darwin-target instead of :darwinppc-target.
] 
[added support for :cc-flags for grovel-file to specify additional flags to the compiler (like -I /foo/bar)
attila.lendvai@gmail.com**20080517190231] 
[Add groveler directive for inline C code, as for the wrapper.
Stelian Ionescu <sionescu@common-lisp.net>**20080405231846] 
[Groveler: small fix for ECL.
Stelian Ionescu <sionescu@common-lisp.net>**20080208224019] 
[cffi-tests: Lispworks needs to have libm.so loaded
Luis Oliveira <loliveira@common-lisp.net>**20080407111146] 
[cffi-lispworks: add long-long support on 64-bit platforms
Luis Oliveira <loliveira@common-lisp.net>**20080407105414
 
 Initial patch and testing courtesy of Tian Chun.
] 
[Define FOREIGN-LIBRARY class before it's used...
Luis Oliveira <loliveira@common-lisp.net>**20080406233631] 
[Implemented simple compiler-macro for FOREIGN-ALLOC
Luis Oliveira <loliveira@common-lisp.net>**20080406233331] 
[Small optimization in PARSE-TYPE
Luis Oliveira <loliveira@common-lisp.net>**20080406232852
 
 Don't need to check for cycles (which starts off by consing up
 a hash table) when not dealing with foreign-typedefs. Initial
 patch courtesy of Greg Pfeil.
] 
[Fix bitrot in cffi-ecl.lisp
Luis Oliveira <loliveira@common-lisp.net>**20080406232533] 
[Clozure CL chokes on the CALLBACKS.BFF.* tests, disabled them
Luis Oliveira <loliveira@common-lisp.net>**20080406221310] 
[Mark DEFCFUN.VARARGS.DOCSTRING as an expected failure on CLISP
Luis Oliveira <loliveira@common-lisp.net>**20080405205812] 
[cffi-clisp: add support for the upcoming 2.45 version
Luis Oliveira <loliveira@common-lisp.net>**20080405205412
 
 CLISP 2.45 introduces a couple of backwards-incompatible changes
 to some of the unexported FFI functions we use.
] 
[cffi-tests: restore support for 32-bit lisps running on x86-64
Luis Oliveira <loliveira@common-lisp.net>**20080405162858] 
[uffi-compat: fix bitrot in CONVERT-FROM-FOREIGN-STRING
Luis Oliveira <loliveira@common-lisp.net>**20080316132603
 
 Reported by Christophe Rhodes. Passes all of uffi-tests again.
] 
[Simplify :[u]intptr definitons.
Luis Oliveira <loliveira@common-lisp.net>**20080225231321
 
 - This patch makes CMUCL happier.
] 
[clisp: use UNWIND-PROTECT in WITH-POINTER-TO-VECTOR-DATA.
Luis Oliveira <loliveira@common-lisp.net>**20080217001813
 
 - New tests: SHAREABLE-VECTOR.[12]
] 
[cmucl: fix error handling in %LOAD-FOREIGN-LIBRARY
Luis Oliveira <loliveira@common-lisp.net>**20080214232647
 
 Patch courtesy of Matthias Benkard.
] 
[clisp: make WITH-POINTER-TO-VECTOR-DATA return the result of BODY
Luis Oliveira <loliveira@common-lisp.net>**20080214225730
 
 Bug report and initial patch courtesy of David Brown.
] 
[Fix export name: MAKE-SHAREABLE-BYTE-VECTOR
Luis Oliveira <loliveira@common-lisp.net>**20080214224834
 
 Reported by David Brown.
] 
[Add dependency on ALEXANDRIA, remove redundant code from CFFI-UTILS package.
Stelian Ionescu <sionescu@common-lisp.net>**20071230233920] 
[Make sure that the groveller can handle nested PROGN forms.
Stelian Ionescu <sionescu@common-lisp.net>**20071221204127] 
[New test: LIBRARY.ERROR.1
Luis Oliveira <loliveira@common-lisp.net>**20071213145907] 
[sbcl: don't declare pointer addresses as ub32
Luis Oliveira <loliveira@common-lisp.net>**20071210173046
 
 - That obviously breaks for 64-bit platforms.
] 
[Unicode string update
Luis Oliveira <loliveira@common-lisp.net>**20071210102001
 
 - Remove outdated comments.
 - Use BABEL:SIMPLE-UNICODE-STRING type.
 - Document *DEFAULT-FOREIGN-ENCODINGS*.
 - Add :FREE-FROM-FOREIGN and :FREE-TO-FOREIGN boolean
   parameters to the :STRING type.
] 
[Fix WITH-FOREIGN-POINTER-AS-STRING usage in examples. (again)
Luis Oliveira <loliveira@common-lisp.net>**20071208222804] 
[Fix WITH-FOREIGN-POINTER-AS-STRING usage in examples.
Luis Oliveira <loliveira@common-lisp.net>**20071208222510] 
[Fix indentation in defctype*
Luis Oliveira <loliveira@common-lisp.net>**20070901191050] 
[grovel: fix Lispworks's %INVOKE
Luis Oliveira <loliveira@common-lisp.net>**20070823032714] 
[Don't discard DEFCFUN docstrings.
Luis Oliveira <loliveira@common-lisp.net>**20070820131701
 
 - Pass them to the underlying DEFUN or DEFMACRO.
 - Add tests.
] 
[Minor indentation fixes to cffi-allegro.lisp
Luis Oliveira <loliveira@common-lisp.net>**20070816140803
 
 - Also use (eval size) instead of checking for (integerp size)
   in the previous patch for Allegro 8.1 support.
] 
[Add AllegroCL 8.1 support
masayuki.onjo@gmail.com**20070816035650] 
[Fix strings.lisp
Luis Oliveira <loliveira@common-lisp.net>**20070813230454
 
 - Work around apparent SBCL bug.
 - Handle :RE endianness in BGET and BSET.
] 
[Update tests to reflect changes in WITH-FOREIGN-POINTER-AS-STRING
Luis Oliveira <loliveira@common-lisp.net>**20070813230427] 
[Add missing :after qualifier in DEFINE-C-STRUCT-WRAPPER.
Luis Oliveira <loliveira@common-lisp.net>**20070813201639] 
[Don't use aggresive compilation declarations in BABEL-ENCODINGS:I-C-M.
Luis Oliveira <loliveira@common-lisp.net>**20070813194957] 
[Fix WITH-FOREIGN-POINTER-AS-STRING return values
Luis Oliveira <loliveira@common-lisp.net>**20070806014305
 
 - Don't return second value of FOREIGN-STRING-TO-LISP.
] 
[grovel: fix defwrapper handling of types in #'cffi-type
Luis Oliveira <loliveira@common-lisp.net>**20070806014001] 
[grovel: fix handling of alternatives in constantenum
Luis Oliveira <loliveira@common-lisp.net>**20070803202607] 
[grovel: fix invoke on clisp/win32
Luis Oliveira <loliveira@common-lisp.net>**20070803202545] 
[grovel: ugh, fix wording in form-kind comment
Luis Oliveira <loliveira@common-lisp.net>**20070801145618] 
[Fix use of PROGN form by the groveller.
Stelian Ionescu <sionescu@common-lisp.net>**20070801144656] 
[grovel: fix FORM-KIND
Luis Oliveira <loliveira@common-lisp.net>**20070801143432] 
[Add new types :intptr and :uintptr
Luis Oliveira <loliveira@common-lisp.net>**20070730231111] 
[Fix stdcall tests.
Luis Oliveira <loliveira@common-lisp.net>**20070730205407] 
[grovel: update comment regarding cstruct-and-class
Luis Oliveira <loliveira@common-lisp.net>**20070730205330] 
[Handle docstrings properly in DEFCFUN.
Luis Oliveira <loliveira@common-lisp.net>**20070730060953
 
 - DEFCFUN would complain when given a docstring but no
   argument list.
 - Add test.
] 
[grovel: fix symbol names in in-package forms
Luis Oliveira <loliveira@common-lisp.net>**20070730040942] 
[Get rid of SBCL warnings in tests/foreign-globals.lisp
Luis Oliveira <loliveira@common-lisp.net>**20070730022547] 
[New macro: DEFINE-C-STRUCT-WRAPPER
Luis Oliveira <loliveira@common-lisp.net>**20070730022329
 
 With tests STRUCT-WRAPPER.[12]
] 
[grovel: fix conflict and indentation
Luis Oliveira <loliveira@common-lisp.net>**20070729195747] 
[Cleaned up compiler invokation by the groveller.
Stelian Ionescu <sionescu@common-lisp.net>**20070729193633] 
[grovel: fix invoke-cc's conditional library arguments
Luis Oliveira <loliveira@common-lisp.net>**20070729044812] 
[grovel: constantenum: signal warnings properly
Luis Oliveira <loliveira@common-lisp.net>**20070729012200] 
[Adjustments for using cffi-grovel on windows.
Luis Oliveira <loliveira@common-lisp.net>**20070729012113] 
[Make libtest work with MSVC8
Luis Oliveira <loliveira@common-lisp.net>**20070727221628] 
[grovel: use :[u]int64 without worries
Luis Oliveira <loliveira@common-lisp.net>**20070726195250
 
 No need to check for cffi-features:no-long-long now that we have 
 emulated long long type.
] 
[cffi-grovel: x86-64 compat changes
Luis Oliveira <loliveira@common-lisp.net>**20070726183645
 
 - use :long instead of :int to try and determine word size.
 - use -fPIC for 64-bit shared libraries.
] 
[Minor change to src/types.lisp
Luis Oliveira <loliveira@common-lisp.net>**20070720020227] 
[Remove outdated TODO items
Luis Oliveira <loliveira@common-lisp.net>**20070720020208] 
[New feature: emulated long-long types
Luis Oliveira <loliveira@common-lisp.net>**20070719182557
 
 (initial suggestion and patch courtesy of Stelian Ionescu)
 
 - Update test suite to reflect this.
 - Tested on Allegro and Lispworks. Should work for ECL as well.
] 
[Remove tabs from cffi-ecl.lisp
Luis Oliveira <loliveira@common-lisp.net>**20070719182543] 
[Slight change to :SIMPLE-PARSER's semantics
Luis Oliveira <loliveira@common-lisp.net>**20070719182519] 
[Use trivial-features.
Luis Oliveira <loliveira@common-lisp.net>**20070719182016
 
 Not sure if this is a great idea yet.  In any case, CFFI-FEATURES is
 still there for backwards compatibility for the time being.
] 
[Bug fixes
Luis Oliveira <loliveira@common-lisp.net>**20070717031151
 
 - Fix :LICENSE -> :LICENCE in cffi-grovel.asd
 - grovel.lisp fixes:
     * fix OpenMCL's INVOKE
     * have INVOKE call NATIVE-NAMESTRING
     * add IGNORABLE declaration to DEFINE-GROVEL-SYNTAX
 - CMUCL's EXT:UNIX-NAMESTRING is buggy, don't use it.
 - strings.lisp: pass missing max-octets argument to OCTET-COUNTER
   in FOREIGN-STRING-ALLOC.
] 
[cffi-grovel: defwrapper: handle foreign/lisp names
Luis Oliveira <loliveira@common-lisp.net>**20070706003836] 
[Don't autoexport grovel definitions.
Luis Oliveira <loliveira@common-lisp.net>**20070706003642] 
[cffi-grovel: slightly better handling of packages
Luis Oliveira <loliveira@common-lisp.net>**20070629205115
 
 - in-package now has a read time effect on *package* which will determine
   to which package various symbols (such as type names) will belong to.
] 
[cffi-manual: small change to the grovel example
Luis Oliveira <loliveira@common-lisp.net>**20070629205005] 
[manual: Use @deffn instead of @itemize for grovel forms.
Luis Oliveira <loliveira@common-lisp.net>**20070618082056] 
[Integrate cffi-grovel
Luis Oliveira <loliveira@common-lisp.net>**20070617231923
 
 Added a groveller based on Dan Knap's and Matthew Backes's cffi-grovel
 and Stelian Ionescu's fork iolib-grovel.  cffi-grovel is inspired by
 SBCL's groveller.  This is a preliminary version.
 
 Includes a new wrapper generator syntax to simplify the writing of
 C glue libraries among other minor features.
 
 - Updated TODO items related to grovelling.
 - Integrated documentation into the CFFI manual.
 - src/libraries: use ".so" as the default library suffix.
] 
[FOREIGN-STRING-TO-LISP: return number of octets read
Luis Oliveira <loliveira@common-lisp.net>**20070717033110
 
 - Update test suite to reflect this change.
] 
[Update strings.lisp to match Babel's accessor changes.
Luis Oliveira <loliveira@common-lisp.net>**20070717031627] 
[Remove outdated comments re test string.short-write.1
Luis Oliveira <loliveira@common-lisp.net>**20070709190222] 
[Fix "endianness" typo
Luis Oliveira <loliveira@common-lisp.net>**20070708035010] 
[Foreign string changes
Luis Oliveira <loliveira@common-lisp.net>**20070708034538
 
 - LISP-STRING-TO-FOREIGN takes new arguments START, END and OFFSET.  Also,
   instead of bailing out when STRING needs more octets than BUFSIZE, it
   fills in as much as possible.
 - test STRING.SHORT-WRITE.1 now passes.
 - FOREIGN-STRING-TO-LISP takes new argument MAX-CHARS.
] 
[with-foreign-pointer-as-string: take additional arguments
Luis Oliveira <loliveira@common-lisp.net>**20070706130018
 
 Changed to match the new WITH-FOREIGN-STRING syntax.  Document later.
] 
[New functions: foreign-enum-keyword-list and foreign-bitfield-symbol-list
Luis Oliveira <loliveira@common-lisp.net>**20070706003929] 
[WITH-FOREIGN-STRING changes
Luis Oliveira <loliveira@common-lisp.net>**20070629204256
 
 - WITH-FOREIGN-STRING's new syntax:
     with-foreign-string (binding &rest args) &body
       binding  := { var | (var &optional byte-size-var) }
 - Update the documentation, not complete.
 - New test: STRING.CONVERSION.BASIC.2
] 
[Use the foreign-pointer type in strings.lisp
Luis Oliveira <loliveira@common-lisp.net>**20070628154056] 
[cffi-uffi-compat: fix deref-pointer
Luis Oliveira <loliveira@common-lisp.net>**20070620173741
 
 Bug reported by Aurelio Bignoli.
] 
[Added remove-from-plist into cffi-utils, copied from alexandria
attila.lendvai@gmail.com**20070625145923] 
[Added with-foreign-strings
attila.lendvai@gmail.com**20070625145911] 
[Added :byte-size-variable keyword arg to with-foreign-string
attila.lendvai@gmail.com**20070625145836] 
[add :null-teminated-p keyword param to foreign-string-alloc
tomi.borbely@gmail.com**20070625144637] 
[fix: missing eval-when
tomi.borbely@gmail.com**20070625144550] 
[New type alias: cffi:foreign-pointer
Luis Oliveira <loliveira@common-lisp.net>**20070618141413
 
 - foreign-pointer: deftyped to sb-sys:system-area-pointer, ccl:macptr, etc.
 - manual: document it.
 - new tests: pointerp.1 and pointerp.2.
] 
[manual: fix :pointer documentation
Luis Oliveira <loliveira@common-lisp.net>**20070618141334] 
[Encoding support using Babel
Luis Oliveira <loliveira@common-lisp.net>**20070608022612
 
 - Preliminary (likely buggy) version.  Includes documentation and tests.
 - New cffi-features: big-endian and little-endian determined with CFFI
   code.
 - Needs cleaning up.
] 
[Fix check-for-typedef-cycles
Luis Oliveira <loliveira@common-lisp.net>**20070608015901
 
 Patch courtesy of Douglas Crosher.
] 
[Check for possible cycles created with DEFCTYPE[*]
Luis Oliveira <loliveira@common-lisp.net>**20070607201117
 
 Bug reported by Attila Lendvai.
] 
[Export DEFINE-PARSE-METHOD
Luis Oliveira <loliveira@common-lisp.net>**20070607005840
 
 Bug reported by Chun Tian.
] 
[Add DEFCTYPE* for Verrazano.
Luis Oliveira <loliveira@common-lisp.net>**20070605215554] 
[gmake, sparc/hppa and libraries.lisp
Luis Oliveira <loliveira@common-lisp.net>**20070601035026
 
 - cffi-tests.asd: use gmake on solaris too.
 - new cffi-features: sparc[64] and hppa[64], SCL-only.
   (updated the respective test)
 - libraries.lisp: handle ERROR instead of SIMPLE-ERROR.
 - tests/bindings.lisp: bugfix?
 
 Patch courtesy of Douglas Crosher.
] 
[with-foreign-objects: use &body instead of &rest
Luis Oliveira <loliveira@common-lisp.net>**20070601034243
 
 Reported by Frank Buss.
] 
[libraries.lisp: use *QUERY-IO* for the USE-VALUE restart
Luis Oliveira <loliveira@common-lisp.net>**20070601034150] 
[New documentation example using defcstruct and :count
Luis Oliveira <loliveira@common-lisp.net>**20070601033804] 
[Misc whitespace and reformating changes
Luis Oliveira <loliveira@common-lisp.net>**20070601033709] 
[load-foreign-library-path: show useful error messages
Luis Oliveira <loliveira@common-lisp.net>**20070601033126] 
[Unexported and undocumented array type and operators
Luis Oliveira <loliveira@common-lisp.net>**20070416213326
 
 Based on code by Vasilis M.
 <http://article.gmane.org/gmane.lisp.cffi.devel/283>
] 
[Add :class option to defcstruct
Luis Oliveira <loliveira@common-lisp.net>**20070416205312] 
[fix conflict
Luis Oliveira <loliveira@common-lisp.net>**20070415182619] 
[tests/Makefile: x86_64 changes
Luis Oliveira <loliveira@common-lisp.net>**20070404060214] 
[New example: mapping.lisp
Luis Oliveira <loliveira@common-lisp.net>**20070413141102] 
[manual: add new *foreign-library-directories* example
Luis Oliveira <loliveira@common-lisp.net>**20070413135416] 
[Update status in cffi-scl.lisp
Luis Oliveira <loliveira@common-lisp.net>**20070413134343] 
[Update comments in cffi-corman.lisp
Luis Oliveira <loliveira@common-lisp.net>**20070413134241] 
[New TODO item about multiple versions of the manual
Luis Oliveira <loliveira@common-lisp.net>**20070413134202] 
[cffi-lispworks: don't pass NIL to register-module
Luis Oliveira <loliveira@common-lisp.net>**20070329052606
 
 Bug reported by Jack Unrue.
] 
[defctype and define-foreign-type: warn if type name is a keyword or CL symbol.
Luis Oliveira <loliveira@common-lisp.net>**20070317001532] 
[Documentation update
Luis Oliveira <loliveira@common-lisp.net>**20070222003330
 
 - doc/Makefile: split spec and manual targets.
 - First documentation update reflecting the type system changes.
   Not complete yet.
 - Mention cffi-grovel.
 - Fix h4 margins in style.css.
] 
[Type system overhaul
Luis Oliveira <loliveira@common-lisp.net>**20070219011856
 
 The changes are summarized here:
 http://article.gmane.org/gmane.lisp.cffi.devel/1029
 
 Also adapted tests and examples and uffi-compat.
] 
[New file: uffi-compat/uffi.asd
Luis Oliveira <loliveira@common-lisp.net>**20070222005213] 
[Update TODO list
Luis Oliveira <loliveira@common-lisp.net>**20070222004917
 
 Removed some stuff that's already been implemented, etc...
] 
[Simplify load-foreign-library-error.
Luis Oliveira <loliveira@common-lisp.net>**20070222000828] 
[Fix load-foreign-library bug
Luis Oliveira <loliveira@common-lisp.net>**20070214195457
 
 load-foreign-library wasn't accepting non-symbol library designators
 correctly. Bug reported by Stelian Ionescu.
] 
[Update documentation with stdcall/namespace/close-foreign-library changes
Luis Oliveira <loliveira@common-lisp.net>**20070214144215] 
[Fix conflict
Luis Oliveira <loliveira@common-lisp.net>**20070214132212] 
[Generate more meaningful errors for invalid enums
Luis Oliveira <loliveira@common-lisp.net>**20070214125726
 
 Reported by Lars Nostdal.
] 
[Remove finalizers. Users can use trivial-garbage instead.
Luis Oliveira <loliveira@common-lisp.net>**20070214125318] 
[stdcall, namespaces, close-foreign-library
Luis Oliveira <loliveira@common-lisp.net>**20070214124058
 
 Three new features:
   - stdcall (defcfun, foreign-funcall(-pointer), defcallback)
   - namespaces, associate foreigns vars and functions to a
     specific library. (CLISP and Lispworks only)
   - close-foreign-library actually works now.
 
 Backwards incompatible changes:
   - define-foreign-library's syntax changed slightly, can't
     load more than one foreign library per define-foreign-library
     form anymore.
   - defcvar's syntax changed.
   - foreign-funcall can't funcall pointers anymore. Use
     foreign-funcall-pointer for that.
] 
[clisp: copy-in/out implementation of with-pointer-to-vector-data
Luis Oliveira <loliveira@common-lisp.net>**20061220221141
 
 Patch courtesy of Stelian Ionescu.
 
] 
[Correctly handle duplicate loading of libraries in CMUCL.
Luis Oliveira <loliveira@common-lisp.net>**20061219194553
 
 Patch courtesy of Stelian Ionescu.
] 
[Fix WITH-POINTER-TO-VECTOR-DATA on recent SBCLs
Luis Oliveira <loliveira@common-lisp.net>**20061208085224
 
 Patch courtesy of Stelian Ionescu.
] 
[Bugfixes for ECL/DFFI
Luis Oliveira <loliveira@common-lisp.net>**20061203032620
 
 Patch courtesy of Juan Jose Garcia-Ripoll.
] 
[Fix typo in strings.lisp
Luis Oliveira <loliveira@common-lisp.net>**20061117033535] 
[New function: CFFI-SYS:NATIVE-NAMESTRING
Luis Oliveira <loliveira@common-lisp.net>**20061117033120
 
 - Use it to load foreign libraries. Using plain CL:NAMESTRING was causing
   trouble with OpenMCL where (namestring #p"foo.bar.baz") returns
   "foo\\.bar.baz".
] 
[CMUCL: pick up new callback trampolines after loading core
Luis Oliveira <loliveira@common-lisp.net>**20061117032832
 
 Patch courtesy of Bart Botta.
] 
[Use ECL's RT.
Luis Oliveira <loliveira@common-lisp.net>**20061013002817] 
[Add declarations to cffi-sbcl.lisp
Luis Oliveira <loliveira@common-lisp.net>**20061012224706
 
 Patch courtesy of Yaroslav Kavenchuk.
] 
[ECL port update
Luis Oliveira <loliveira@common-lisp.net>**20061012220014
 
 - Fixed the port to architectures without dynamical FFI.
 - Tests with too large number of arguments (> 34) are marked as
   expected to fail.
 
 Patch courtesy of Juan Jose Garcia-Ripoll.
] 
[bindings.lisp: load-directory
Luis Oliveira <loliveira@common-lisp.net>**20060925141345
 
 - Use pathname-device and pathname-host to more accurately get
   the current directory on, for example, windows.
 
 Bug report and initial fix by Yaroslav Kavenchuk.
] 
[Fixed typo in %callback
Daniel Dickison <danieldickison@gmail.com>**20060912160327] 
[uffi-compat: implement missing macro DEF-POINTER-VAR
Luis Oliveira <loliveira@common-lisp.net>**20060910015547
 
 Reported by Ricardo Alves.
] 
[Forgot to increment the version number in the .asd file again.
Luis Oliveira <loliveira@common-lisp.net>**20060908205602] 
[TAG 0.9.2
Luis Oliveira <loliveira@common-lisp.net>**20060908205321] 
Patch bundle hash:
a196444052fa742aeaf4441334a7eb2fb5e0a3ce
