1. 23 Feb, 2001 1 commit
  2. 22 Feb, 2001 2 commits
  3. 20 Feb, 2001 1 commit
  4. 19 Feb, 2001 6 commits
  5. 17 Feb, 2001 2 commits
  6. 16 Feb, 2001 10 commits
  7. 15 Feb, 2001 4 commits
  8. 09 Feb, 2001 1 commit
  9. 08 Feb, 2001 4 commits
  10. 07 Feb, 2001 1 commit
  11. 06 Feb, 2001 2 commits
  12. 05 Feb, 2001 2 commits
    • Jim Fulton's avatar
      · 9fc26fdf
      Jim Fulton authored
      Added Sets as distinct types within template. This will make
      merging sets and mapping objects (e.g. integer sets and
      integer to integer mappings) easier later.
      
      Split template into multiple files.
      
      Change buckets to use separate key and value arrays.
      This makes set handling (null value arrays) a little simpler
      and will allow us to save memory if we implement types with
      small keys or values (e.g. short keys).
      9fc26fdf
    • Jim Fulton's avatar
      765f2c44
  13. 04 Feb, 2001 1 commit
  14. 01 Feb, 2001 3 commits
    • Jim Fulton's avatar
      Fixed stupid typo. · 438260b3
      Jim Fulton authored
      438260b3
    • Jim Fulton's avatar
      Moved macros for handling specific key or value types to separate · e74805e8
      Jim Fulton authored
      include files. This cleaned up the code quite a bit and should make it
      pretty easy to add additional types in the future.
      
      Fixed numerous errors with handling bucket list pointers, deletions of
      subtrees, etc.
      
      Fixed bugs in items indexing.
      
      Moved macros for handling specific key or value types to separate
      include files. This cleaned up the code quite a bit and should make it
      pretty easy to add additional types in the future.
      
      Changed BTreeItems_length so it lies. Waaa. See comment in method.
      e74805e8
    • Jim Fulton's avatar
      Changed a test that checked the length of some btree items to · d4c41b1b
      Jim Fulton authored
      check the length after convering to a list, because btree items
      have to lie about their length.
      d4c41b1b