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