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>2009-01-22 19:01:36 +0300
committerJb Evain <jbevain@gmail.com>2009-01-22 19:01:36 +0300
commit632d0de0e03581f2b3adb605e43af81a8667af54 (patch)
treec71d917ef6d3b46a878c97662c14ae5f50a38eb3 /mcs/class/System.Core/System.Linq/ChangeLog
parentcdff98a470b8953b334497f6f30b92df8264f3b7 (diff)
2009-01-22 Jb Evain <jbevain@novell.com>
* SortSequenceContext.cs: make sort stable. svn path=/trunk/mcs/; revision=124220
Diffstat (limited to 'mcs/class/System.Core/System.Linq/ChangeLog')
-rw-r--r--mcs/class/System.Core/System.Linq/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/System.Core/System.Linq/ChangeLog b/mcs/class/System.Core/System.Linq/ChangeLog
index fc5c2cae23a..3fb7f65ec35 100644
--- a/mcs/class/System.Core/System.Linq/ChangeLog
+++ b/mcs/class/System.Core/System.Linq/ChangeLog
@@ -1,5 +1,9 @@
2009-01-22 Jb Evain <jbevain@novell.com>
+ * SortSequenceContext.cs: make sort stable.
+
+2009-01-22 Jb Evain <jbevain@novell.com>
+
* Enumerable.cs (Sum): check the sum operations for possible overfows.
2009-01-22 Jb Evain <jbevain@novell.com>