X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=ChangeLog;h=773f4cdd58710d662a9ae83be2f78b42c631615d;hp=ac9dc98d55868a8e184bff53f5a2c05976ecf52c;hb=34155b65860404099c8e178dc7c7db0a919c607a;hpb=fd37652c30bdee48588cd082de0a04b95ca07472 diff --git a/ChangeLog b/ChangeLog index ac9dc98..773f4cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +22 Apr 2010 Kevin Rosenberg + * lists.lisp: Reduce memory use by FLATTEN + +20 Aug 2009 Kevin Rosenberg + * Version 1.100 + * lists.lisp: For ECL, exclude function that is incompatible with ECL + (Thanks to Daniel Herring) + +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