Removed System.Collections.IKeyComparer.
[mono.git] / mcs / class / corlib / System.Collections / Hashtable.cs
2005-06-21 Atsushi Enoimported everything from my branch (which is slightly...
2005-06-15 Martin BauligApplied a patch from David Waite <dwaite@gmal.com>...
2005-06-14 Marek SafarSwitch to compiler-tester
2005-06-06 Zoltan Varga2005-06-06 Zoltan Varga <vargaz@freemail.hu>
2005-06-06 Zoltan Varga2005-06-06 Zoltan Varga <vargaz@freemail.hu>
2005-05-22 Sebastien Pouliot2005-05-22 Sebastien Pouliot <sebastien@ximian.com>
2005-04-12 Dick Porter2005-04-12 Dick Porter <dick@ximian.com>
2005-03-22 Martin Baulig**** Merged r40732-r40872 from MCS ****
2005-02-21 Zoltan Varga2005-02-21 Zoltan Varga <vargaz@freemail.hu>
2005-01-31 Dick PorterBranch for io-layer daemonectomy work
2004-12-21 Ben Maurer * Hashtable.cs (get_Item): duplicate Find here, as...
2004-12-21 Ben Maurer2004-12-21 Ben Maurer <bmaurer@ximian.com>
2004-12-21 Ben Maurer * Hashtable.cs (Find): Some minor optimizations here.
2004-12-21 Ben Maurer * Hashtable.cs: Remove GetImpl and inline it.
2004-12-20 Ben Maurer * Hashtable.cs (Find): Before calling KeyEquals, check...
2004-12-20 Ben Maurer2004-12-20 Ben Maurer <bmaurer@ximian.com>
2004-12-20 Lluis Sanchez2004-12-16 Lluis Sanchez Gual <lluis@novell.com>
2004-12-16 Lluis Sanchez2004-12-16 Lluis Sanchez Gual <lluis@novell.com>
2004-12-14 Marek SafarCopied remotely
2004-07-22 Geoff NortonPatch for bug #61802 (Approved by miguel)
2004-07-22 Geoff NortonPatch for bug #61802 (Approved by miguel)
2004-07-01 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-06-14 Sebastien Pouliot2004-06-14 Sebastien Pouliot <sebastien@ximian.com>
2004-06-11 Duncan MakAdd license and copyright to all source files in corlib
2004-06-01 Sebastien Pouliot2004-05-31 Sebastien Pouliot <sebastien@ximian.com>
2004-05-27 Sebastien Pouliot2004-05-27 Sebastien Pouliot <sebastien@ximian.com>
2004-05-24 Lluis Sanchez * Hashtable.cs: Renamed internal class to make seriali...
2004-05-10 Gert Driesen* Hashtable.cs: marked EnumeratorMode private
2004-05-01 Andreas N2004-05-01 Andreas Nahr <ClassDevelopment@A-SoftTech...
2004-04-29 Ben Maurerconstify
2004-03-18 David Sheldon2004-03-18 David Sheldon <dave-mono@earth.li>
2004-01-12 Lluis Sanchez * Hashtable.cs: Added serialization support to Synched...
2004-01-12 Gonzalo Paniagua... 2004-01-12 Gonzalo Paniagua Javier <gonzalo@ximian...
2003-10-10 Gonzalo Paniagua... 2003-10-10 Gonzalo Paniagua Javier <gonzalo@ximian...
2003-09-26 Zoltan Varga2003-09-26 Zoltan Varga <vargaz@freemail.hu>
2003-08-20 Duncan Mak2003-08-20 Duncan Mak <duncan@ximian.com>
2003-08-18 Duncan Mak(PutImpl): Patch from Luca Barbieri <lb@lb.ods.org>.
2003-07-15 Duncan Mak2003-06-27 Duncan Mak <duncan@ximian.com>
2003-07-07 Gonzalo Paniagua... 2003-07-07 Gonzalo Paniagua Javier <gonzalo@ximian...
2003-06-25 Lluis Sanchez * Hashtable.cs: Fixed bug when serializing and deseria...
2003-06-13 Duncan MakFixes to various System.Collections class, with test...
2003-06-09 Ben Maurer2003-06-08 Ben Maurer <bmaurer@users.sourceforge.net>
2003-02-15 Pedro Martínez JuliáHashtable.cs: Finish the work on the serialization...
2002-10-27 Gonzalo Paniagua... 2002-10-27 Gonzalo Paniagua Javier <gonzalo@ximian...
2002-08-21 nobodyThis commit was manufactured by cvs2svn to create branc...
2002-04-28 Nick Drochak2002-04-29 Nick Drochak <ndrochak@gol.com>
2002-04-02 Piers Hakenminor fixups:
2002-04-01 Piers Hakenadded missing [Serializable] attribute
2002-03-08 Sergey Chaban * Hashtable.cs: Fixed ToPrime (). Removed ALLOC_GRAIN...
2002-02-07 Duncan MakSerialization bits for System.Collection.Hashtable...
2002-01-05 Paolo MolaroSat Jan 5 15:56:54 CET 2002 Paolo Molaro <lupus@ximian...
2002-01-04 Ravi Pratap MTrivial fix
2002-01-04 Ravi Pratap M2002-01-04 Ravi Pratap <ravi@ximian.com>
2002-01-04 Ravi Pratap M2002-01-04 Ravi Pratap <ravi@ximian.com>
2001-11-14 Paolo MolaroWed Nov 14 16:30:27 CET 2001 Paolo Molaro <lupus@ximian...
2001-07-24 Miguel de Icaza2001-07-23 Sergey Chaban <serge@wildwestsoftware.com>
2001-07-19 Miguel de IcazaUpdate for Sergey
2001-07-18 Miguel de IcazaCompile
2001-07-17 Miguel de IcazaAdd Hashtable