ChangeLog 586 B

12345678910111213141516171819202122
  1. 2008-04-29 Jb Evain <[email protected]>
  2. * HashSet.cs: clear empty slots to allow the GC to collect
  3. their values.
  4. 2007-11-30 Jb Evain <[email protected]>
  5. * HashSet.cs: corcompare love.
  6. 2007-11-28 Jb Evain <[email protected]>
  7. * HashSet.cs: do the ArgumentNullException dance.
  8. 2007-11-28 Jb Evain <[email protected]>
  9. * HashSet.cs: start implementation of HashSet<T>, actually
  10. implemented as a reduction of Dictionary<K, V>. Contains
  11. basic set operations (that requires optimization though).
  12. 2007-08-12 Marek Safar <[email protected]>
  13. * Initial commit