1. 15 Mar, 2001 1 commit
  2. 26 Feb, 2001 1 commit
  3. 24 Feb, 2001 1 commit
  4. 23 Feb, 2001 3 commits
  5. 22 Feb, 2001 2 commits
  6. 20 Feb, 2001 1 commit
  7. 19 Feb, 2001 6 commits
  8. 17 Feb, 2001 2 commits
  9. 16 Feb, 2001 10 commits
  10. 15 Feb, 2001 4 commits
  11. 09 Feb, 2001 1 commit
  12. 08 Feb, 2001 4 commits
  13. 07 Feb, 2001 1 commit
  14. 06 Feb, 2001 2 commits
  15. 05 Feb, 2001 1 commit
    • 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