X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=109b61316a3caee48e471a9cecaf84163ba5927c;hb=e6419ce97079be93787ea6b57a239be60ad9beca;hp=6365fcb04273294d33c7550dc4326e5eea4c19cc;hpb=2bb9a36070147d6c21e4a99d699ec3563c021a70;p=uffi.git diff --git a/ChangeLog b/ChangeLog index 6365fcb..109b613 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,46 @@ +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 + availability of long-long integer for CMU. + (Thanks to Stelian Ionescu) + * sql/i18n.lisp: Changes in how ignored variables + are declared (Stelian Ionescu) + +2010-02-08 Kevin Rosenberg + * Version 1.8.3 + * sql/strings.liap: Commit patch from + with fixes for recent changes with i18n as well + as reworking how ignored variables are declared. + +2010-02-07 Kevin Rosenberg + * Version 1.8.2 + * src/i18n.lisp: Rename function to + foreign-encoded-octet-count. Fix errors. + * tests/i18n.lisp: New file. i18n tests fine + on AllegroCL 8/16 bits, SBCL unicode/non-unicode, + CCL, and Lispworks 6 + * src/strings.lisp: Fix an error with decoding + strings on CCL. + +2010-02-06 Kevin Rosenberg + * src/i18n.lisp: Add new function string-to-octets + +2010-02-06 Kevin Rosenberg + * Version 1.8.1 + * src/i18n.lisp: Add new function foreign-encoded-string-octets + 2010-02-06 Kevin Rosenberg * Version 1.8.0 * src/strings.lisp: Initial support for external-formats with