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
diff options
context:
space:
mode:
authorJb Evain <jbevain@gmail.com>2008-05-02 00:21:56 +0400
committerJb Evain <jbevain@gmail.com>2008-05-02 00:21:56 +0400
commitcef7704cc53e277f484210a86105d4d9eb29a3c9 (patch)
tree3d082feac10356b480171d315675433ffaa07ec0 /mcs/class/System.Core/System.Linq/ChangeLog
parent7796030c3b64d835ba2f8beb9372fa3381358b3e (diff)
2008-05-01 Jb Evain <jbevain@novell.com>
* 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
Diffstat (limited to 'mcs/class/System.Core/System.Linq/ChangeLog')
-rw-r--r--mcs/class/System.Core/System.Linq/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mcs/class/System.Core/System.Linq/ChangeLog b/mcs/class/System.Core/System.Linq/ChangeLog
index 812f8408f94..907ca5f2c9c 100644
--- a/mcs/class/System.Core/System.Linq/ChangeLog
+++ b/mcs/class/System.Core/System.Linq/ChangeLog
@@ -1,3 +1,11 @@
+2008-05-01 Jb Evain <jbevain@novell.com>
+
+ * 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.
+
2008-04-30 Jb Evain <jbevain@novell.com>
* Enumerable.cs: Average (int|long): properly compute