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-09-11 11:20:08 +0400
committerJb Evain <jbevain@gmail.com>2008-09-11 11:20:08 +0400
commit935d94af6ab8f7262e84def31e47a66e25c696a9 (patch)
tree471fe2a8ad8dd8b4a5109c4234e63c9f23ae2232 /mcs/class/System.Core/System.Linq/ChangeLog
parent22e00a62ba8be83d5a1786b20bd4285b3ead1420 (diff)
2008-09-11 Jb Evain <jbevain@novell.com>
* Enumerable.cs (Iterate*): use a bool empty instead of an int counter. Fixes #425344. svn path=/trunk/mcs/; revision=112743
Diffstat (limited to 'mcs/class/System.Core/System.Linq/ChangeLog')
-rw-r--r--mcs/class/System.Core/System.Linq/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System.Core/System.Linq/ChangeLog b/mcs/class/System.Core/System.Linq/ChangeLog
index 91e8e9d4088..0bbceee2172 100644
--- a/mcs/class/System.Core/System.Linq/ChangeLog
+++ b/mcs/class/System.Core/System.Linq/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-11 Jb Evain <jbevain@novell.com>
+
+ * Enumerable.cs (Iterate*): use a bool empty instead of an int counter.
+ Fixes #425344.
+
2007-08-14 Marek Safar <marek.safar@gmail.com>
* Enumerable.cs (Cast): Simplified.