X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=07c8141fc81ca0163c98bafd155dfcf105c6743d;hb=1a33d3d010d00a5864402dfe5acde16cdddce02f;hp=e9efbda2074be3d877d1fab2d444c83fd4d9f0d1;hpb=4b3d6378e1c9ea38fa2eeced4f9f2dfbe41e3a64;p=uffi.git diff --git a/ChangeLog b/ChangeLog index e9efbda..07c8141 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2010-10-20 Kevin Rosenberg + * src/{strings,i18n}.lisp: Rework foreign string + conversion for Lispworks so that wide-character strings + are produced (rather than strings of octets) + +2010-04-20 Kevin Rosenberg + * Version 2.0.0 + * uffi.asdf: Update version so libraries using UFFI + can depend on verson 2.0 for new foreign encoding + conversions. + * src/i18n.lisp: Add null-terminate to STRING-TO-OCTETS + * tests/i18n.lisp: Add new tests + +2010-02-11 Kevin Rosenberg + * Version 1.8.6 + * src/strings.lisp: Standards on :encoding keyword + parameter + +2010-02-08 Kevin Rosenberg + * Version 1.8.5 + * src/primitives.lisp: Fix for long-long patch + (Stelian Ionescu) + * src/i18n.lisp: Changed logic of how to deal + with an passed encoding value of il. + 2010-02-08 Kevin Rosenberg * Version 1.8.4 * sql/primitives.lisp: Improved detection for