X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=ChangeLog;h=d07a4b01cb1899b3f0f34c182282a2afde16c0b7;hp=81bee4febc3e434da54d7ee7f7a34d1ecae0dafc;hb=6bdd43a1b1daa21561706ba5213e1442e4971351;hpb=51b03e13f8d68533dc718e436f4c108c5be3e311 diff --git a/ChangeLog b/ChangeLog index 81bee4f..d07a4b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,59 @@ +26 Jul 2009 Kevin Rosenberg + * Version 1.99 + * impl.lisp: Update SBCL internal call for probe-directory + (Thanks to Cyrus Harmon) + +28 Jan 2008 Kevin Rosenberg + * Version 1.98 + * {datetime,strings,tests}.lisp: Add remove-char-string + +18 Sep 2007 Kevin Rosenberg + * Version 1.97 + * datetime.lisp: Improve output format for date-string + +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