1. 23 Feb, 2001 2 commits
  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
      · a0dadf7c
      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).
      a0dadf7c
    • Jim Fulton's avatar
      c1e22590
  13. 04 Feb, 2001 1 commit
  14. 01 Feb, 2001 2 commits
    • Jim Fulton's avatar
      Fixed stupid typo. · 8b49f51a
      Jim Fulton authored
      8b49f51a
    • Jim Fulton's avatar
      Moved macros for handling specific key or value types to separate · 66824808
      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.
      66824808