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 18:40:38 +0300
committerJb Evain <jbevain@gmail.com>2009-01-22 18:40:38 +0300
commit99a81c984e4714c162e00f650b582fe1ca7e0bf4 (patch)
tree5e4b320afec4095836a93c3e4fd9859df33ead6f /mcs/class/System.Core/System.Linq/ChangeLog
parent7190a31e60832a86e8ef49e4790252125b019fd5 (diff)
2009-01-22 Jb Evain <jbevain@novell.com>
* Enumerable.cs (Sum): check the sum operations for possible overfows. svn path=/trunk/mcs/; revision=124216
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 b3c572ea65f..fc5c2cae23a 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>
+ * Enumerable.cs (Sum): check the sum operations for possible overfows.
+
+2009-01-22 Jb Evain <jbevain@novell.com>
+
* Enumerable.cs (SequenceEqual): make sure we dispose enumerators.
2009-01-22 Jb Evain <jbevain@novell.com>