Binary tree search and unsigned int io functions
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 18 Apr 2010 16:08:18 +0000 (10:08 -0600)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 18 Apr 2010 16:08:18 +0000 (10:08 -0600)
commit34155b65860404099c8e178dc7c7db0a919c607a
tree86c10b3e5b5a3c403e8e5e02559bc79b8758f152
parente32c3da2f91e6aafded38afbd4a9d66cbd274a9e
Binary tree search and unsigned int io functions
* 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.
btree.lisp [new file with mode: 0644]