X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=4fba65417b7f4e55a9c748a92d0fe0c24f91d498;hb=21460adf8bdfbbe46b657f9d8c57109c0ded790f;hp=ff7854dff72844dc71fb5af068a68bf5ffc97a75;hpb=f14760717eb60ac01bb854986d9e4ba9eacdf8bc;p=uffi.git diff --git a/ChangeLog b/ChangeLog index ff7854d..4fba654 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2010-02-08 Kevin Rosenberg + * Version 1.8.3 + * sql/strings.liap: Commit patch from Stelian Ionescu + 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 + foreign strings. + +2010-02-05 Kevin Rosenberg + * Version 1.7.3 + * src/primitives.lisp: Fix symbol name + 2010-02-05 Kevin Rosenberg * Version 1.7.2 * src/i18n.lisp: New file for supporting non-ASCII foreign strings.