ChangeLog 466 B

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