debian update
[kmrcl.git] / ChangeLog
index 0e1e57f77e9ce8dfef8a46c550f6d392e95ad464..b6c5a50288830429281193dd757a7662586635ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,80 @@
+16 Jul 2020  Kevin Rosenberg <kevin@rosenberg.net>
+       * Version 1.110
+       * mop.lisp: To accomodate various versions of SBCL, check first
+       for symbol in SB-MOP package then SB-PCL
+
+29 Aug 2015  Kevin Rosenberg <kevin@rosenberg.net>
+       * Version 1.109
+       * byte-stream.lisp: Update function names for SBCL
+
+28 Aug 2015  Kevin Rosenberg <kevin@rosenberg.net>
+       * Version 1.107
+       * processes.lisp: Update name of SBCL function call to
+       terminate-thread.
+       * impl.lisp: Update name of SBCL function call to sb-ext:exit
+
+1 Apr 2011  Kevin Rosenberg <kevin@rosenberg.net>
+       * Version 1.104
+       * listener.lisp: Add support for active sockets in listener
+
+17 Apr 2010  Kevin Rosenberg <kevin@rosenberg.net>
+       * Version 1.102
+       * btree.lisp: New file providing binary tree search for
+       sorted vectors
+       * tests.list: Add tests for binary tree search
+       * mop.lisp: Change pushed cl:*features* to be in KMRCL
+       package, not KEYWORD
+       * attrib-class.lisp: Use new mop *feature* names for reader
+       conditionals
+       * io.lisp: Add def-unsigned-int-io, along with function
+       definitions for binary io of 2 through 8 byte unsigned ints.
+
+22 Mar 2010  Kevin Rosenberg <kevin@rosenberg.net>
+       * Version 1.101
+       * lists.lisp: Reduce memory use by FLATTEN
+
+20 Aug 2009  Kevin Rosenberg <kevin@rosenberg.net>
+       * Version 1.100
+       * lists.lisp: For ECL, exclude function that is incompatible with ECL
+       (Thanks to Daniel Herring)
+
+26 Jul 2009  Kevin Rosenberg <kevin@rosenberg.net>
+       * Version 1.99
+       * impl.lisp: Update SBCL internal call for probe-directory
+       (Thanks to Cyrus Harmon)
+
+28 Jan 2008  Kevin Rosenberg <kevin@rosenberg.net>
+       * Version 1.98
+       * {datetime,strings,tests}.lisp: Add remove-char-string
+
+18 Sep 2007  Kevin Rosenberg <kevin@rosenberg.net>
+       * Version 1.97
+       * datetime.lisp: Improve output format for date-string
+
+10 Sep 2007  Kevin Rosenberg <kevin@rosenberg.net>
+       * Version 1.96
+       * byte-stream.lisp: Use without-package-locks as suggested
+       by Daniel Gackle.
+
+01 Jun 2007  Kevin Rosenberg <kevin@rosenberg.net>
+       * Version 1.95
+       * {datetime,package}.lisp: Add day-of-week and pretty-date-ut
+
+07 Jan 2007  Kevin Rosenberg <kevin@rosenberg.net>
+       * Version 1.94
+       * signals.lisp: Conditionalize Lispworks support to :unix *features*
+
+07 Jan 2007  Kevin Rosenberg <kevin@rosenberg.net>
+       * Version 1.93
+       * signals.lisp: Add new file for signal processing
+       
+31 Dec 2006  Kevin Rosenberg <kevin@rosenberg.net>
+       * impl.lisp, sockets.lisp, equal.lisp, datetime.lisp: Declare ignored variables
+       
+29 Nov 2006  Kevin Rosenberg <kevin@rosenberg.net>
+       * Version 1.92
+       * strings.lisp: Add uri-query-to-alist
+
 24 Oct 2006  Kevin Rosenberg <kevin@rosenberg.net>
        * Version 1.91
        * io.lisp: Fix output from read-file-to-string