X-Git-Url: http://git.kpe.io/?p=uffi.git;a=blobdiff_plain;f=ChangeLog;h=f3a1afd7c7c7f26a176282b268ebdbf6f807033e;hp=326b8b9d1588e2f3023024787a94326f7561b28f;hb=HEAD;hpb=4440dd8df02fa22120c5c742989b1daa1fde84d4 diff --git a/ChangeLog b/ChangeLog index 326b8b9..f3a1afd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2011-12-20 Kevin Rosenberg + * src/strings.lisp: Improvments for sb-unicode from + Elias Martenson + +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