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