Version 1.102 (other changes not in last commit)
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 18 Apr 2010 16:10:34 +0000 (10:10 -0600)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 18 Apr 2010 16:10:34 +0000 (10:10 -0600)
commit251043d4c96c996a35cd48c4452b03fbef2ea21a
treefb18e4b0423995dd29fe1aba207c5ec953b67af0
parent34155b65860404099c8e178dc7c7db0a919c607a
Version 1.102 (other changes not in last commit)
* 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.
30 files changed:
ChangeLog
attrib-class.lisp
buff-input.lisp
byte-stream.lisp
color.lisp
console.lisp
datetime.lisp
equal.lisp
functions.lisp
impl.lisp
io.lisp
kmrcl.asd
listener.lisp
lists.lisp
macros.lisp
math.lisp
mop.lisp
os.lisp
package.lisp
processes.lisp
random.lisp
repl.lisp
seqs.lisp
signals.lisp
sockets.lisp
strings.lisp
strmatch.lisp
tests.lisp
web-utils.lisp
xml-utils.lisp