debian update
[kmrcl.git] / ChangeLog
1 16 Jul 2020  Kevin Rosenberg <kevin@rosenberg.net>
2         * Version 1.110
3         * mop.lisp: To accomodate various versions of SBCL, check first
4         for symbol in SB-MOP package then SB-PCL
5
6 29 Aug 2015  Kevin Rosenberg <kevin@rosenberg.net>
7         * Version 1.109
8         * byte-stream.lisp: Update function names for SBCL
9
10 28 Aug 2015  Kevin Rosenberg <kevin@rosenberg.net>
11         * Version 1.107
12         * processes.lisp: Update name of SBCL function call to
13         terminate-thread.
14         * impl.lisp: Update name of SBCL function call to sb-ext:exit
15
16 1 Apr 2011  Kevin Rosenberg <kevin@rosenberg.net>
17         * Version 1.104
18         * listener.lisp: Add support for active sockets in listener
19
20 17 Apr 2010  Kevin Rosenberg <kevin@rosenberg.net>
21         * Version 1.102
22         * btree.lisp: New file providing binary tree search for
23         sorted vectors
24         * tests.list: Add tests for binary tree search
25         * mop.lisp: Change pushed cl:*features* to be in KMRCL
26         package, not KEYWORD
27         * attrib-class.lisp: Use new mop *feature* names for reader
28         conditionals
29         * io.lisp: Add def-unsigned-int-io, along with function
30         definitions for binary io of 2 through 8 byte unsigned ints.
31
32 22 Mar 2010  Kevin Rosenberg <kevin@rosenberg.net>
33         * Version 1.101
34         * lists.lisp: Reduce memory use by FLATTEN
35
36 20 Aug 2009  Kevin Rosenberg <kevin@rosenberg.net>
37         * Version 1.100
38         * lists.lisp: For ECL, exclude function that is incompatible with ECL
39         (Thanks to Daniel Herring)
40
41 26 Jul 2009  Kevin Rosenberg <kevin@rosenberg.net>
42         * Version 1.99
43         * impl.lisp: Update SBCL internal call for probe-directory
44         (Thanks to Cyrus Harmon)
45
46 28 Jan 2008  Kevin Rosenberg <kevin@rosenberg.net>
47         * Version 1.98
48         * {datetime,strings,tests}.lisp: Add remove-char-string
49
50 18 Sep 2007  Kevin Rosenberg <kevin@rosenberg.net>
51         * Version 1.97
52         * datetime.lisp: Improve output format for date-string
53
54 10 Sep 2007  Kevin Rosenberg <kevin@rosenberg.net>
55         * Version 1.96
56         * byte-stream.lisp: Use without-package-locks as suggested
57         by Daniel Gackle.
58
59 01 Jun 2007  Kevin Rosenberg <kevin@rosenberg.net>
60         * Version 1.95
61         * {datetime,package}.lisp: Add day-of-week and pretty-date-ut
62
63 07 Jan 2007  Kevin Rosenberg <kevin@rosenberg.net>
64         * Version 1.94
65         * signals.lisp: Conditionalize Lispworks support to :unix *features*
66
67 07 Jan 2007  Kevin Rosenberg <kevin@rosenberg.net>
68         * Version 1.93
69         * signals.lisp: Add new file for signal processing
70         
71 31 Dec 2006  Kevin Rosenberg <kevin@rosenberg.net>
72         * impl.lisp, sockets.lisp, equal.lisp, datetime.lisp: Declare ignored variables
73         
74 29 Nov 2006  Kevin Rosenberg <kevin@rosenberg.net>
75         * Version 1.92
76         * strings.lisp: Add uri-query-to-alist
77
78 24 Oct 2006  Kevin Rosenberg <kevin@rosenberg.net>
79         * Version 1.91
80         * io.lisp: Fix output from read-file-to-string
81
82 22 Sep 2006  Kevin Rosenberg <kevin@rosenberg.net>
83         * Version 1.90
84         * sockets.lisp: Commit patch from Joerg Hoehle for CLISP sockets
85
86 04 Sep 2006  Kevin Rosenberg <kevin@rosenberg.net>
87         * Version 1.89
88         * kmrcl.asd, mop.lisp: Add support for CLISP MOP
89         * strings.lisp: Add prefixed-number-string macro with type optimization used
90         by prefixed-fixnum-string and prefixed-integer-string
91         * package.lisp: export prefixed-integer-string
92
93 27 Jul 2006  Kevin Rosenberg <kevin@rosenberg.net>
94         * Version 1.88
95         * strings.lisp, package.lisp: Add binary-sequence-to-hex-string
96
97 26 Jul 2006  Kevin Rosenberg <kevin@rosenberg.net>
98         * Version 1.87
99         * proceeses.lisp, sockets.lisp: Apply patch from Travis Cross
100         for SBCL, posted on
101         http://common-lisp.net/pipermail/tbnl-devel/2005-December/000524.html
102