From: Kevin M. Rosenberg Date: Sun, 18 Apr 2010 16:08:18 +0000 (-0600) Subject: Binary tree search and unsigned int io functions X-Git-Tag: v1.102~2 X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=commitdiff_plain;h=34155b65860404099c8e178dc7c7db0a919c607a;hp=34155b65860404099c8e178dc7c7db0a919c607a 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. ---