An error occurred fetching the project authors.
  1. 15 Feb, 2001 1 commit
    • Jim Fulton's avatar
      Fixed a number of bugs found by unit tests. · 70738f19
      Jim Fulton authored
      Added flags to prevent subclasses from having instance dictionaries.
      It's not clear that people will actually subclass these things and
      supporting instance dictionaries adds extra effort at this time, which
      we can't afford.
      70738f19
  2. 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
  3. 10 Mar, 1999 1 commit
  4. 05 Feb, 1999 3 commits