X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=ChangeLog;h=17bb1ff2cee1e7aa436e4f69840fe284cecb35da;hp=b7d4445c96c78fd457b9d2f9632f14ee65d4b4dd;hb=b7f3a2b6318514a93a08c67254eb145e1a3a29e2;hpb=b9b882d7884b08b878e59c7c2c20828d57b3ce55 diff --git a/ChangeLog b/ChangeLog index b7d4445..17bb1ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,46 @@ +10 Sep 2007 Kevin Rosenberg + * Version 1.96 + * byte-stream.lisp: Use without-package-locks as suggested + by Daniel Gackle. + +01 Jun 2007 Kevin Rosenberg + * Version 1.95 + * {datetime,package}.lisp: Add day-of-week and pretty-date-ut + +07 Jan 2007 Kevin Rosenberg + * Version 1.94 + * signals.lisp: Conditionalize Lispworks support to :unix *features* + +07 Jan 2007 Kevin Rosenberg + * Version 1.93 + * signals.lisp: Add new file for signal processing + +31 Dec 2006 Kevin Rosenberg + * impl.lisp, sockets.lisp, equal.lisp, datetime.lisp: Declare ignored variables + +29 Nov 2006 Kevin Rosenberg + * Version 1.92 + * strings.lisp: Add uri-query-to-alist + +24 Oct 2006 Kevin Rosenberg + * Version 1.91 + * io.lisp: Fix output from read-file-to-string + +22 Sep 2006 Kevin Rosenberg + * Version 1.90 + * sockets.lisp: Commit patch from Joerg Hoehle for CLISP sockets + +04 Sep 2006 Kevin Rosenberg + * Version 1.89 + * kmrcl.asd, mop.lisp: Add support for CLISP MOP + * strings.lisp: Add prefixed-number-string macro with type optimization used + by prefixed-fixnum-string and prefixed-integer-string + * package.lisp: export prefixed-integer-string + 27 Jul 2006 Kevin Rosenberg * Version 1.88 * strings.lisp, package.lisp: Add binary-sequence-to-hex-string - + 26 Jul 2006 Kevin Rosenberg * Version 1.87 * proceeses.lisp, sockets.lisp: Apply patch from Travis Cross