Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-252010-03-24 Andrés G. Aragoneses <knocte@gmail.com>Andrés G. Aragoneses
* SortSequenceContext.cs: Fix build, broken in r154156 by a typo in the last backport. svn path=/branches/mono-2-6/mcs/; revision=154181
2010-03-242010-03-24 Jb Evain <jbevain@novell.com>Jb Evain
* SortSequenceContext.cs: Fix OrderByDescending stability. Based on a patch by Richard Kiene <richard.kiene@logos.com>. backport of r154154. svn path=/branches/mono-2-6/mcs/; revision=154156
2009-01-222009-01-22 Jb Evain <jbevain@novell.com>Jb Evain
* SortSequenceContext.cs: make sort stable. svn path=/trunk/mcs/; revision=124220
2008-05-022008-05-02 Jb Evain <jbevain@novell.com>Jb Evain
* SortSequenceContext.cs (Compare): fix key equality case when there's a nested sort. svn path=/trunk/mcs/; revision=102323
2008-05-022008-05-01 Jb Evain <jbevain@novell.com>Jb Evain
* SortDirection.cs, SortContext.cs, SortSequenceContext.cs: new infrastructure files for nested orderby/thenby calls. * QuickSort.cs: refactored out of OrderedSequence.cs * OrderedEnumerable.cs, OrderedSequence.cs: refactoring to use the new SortContext infrastructure. svn path=/trunk/mcs/; revision=102297