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:
authorMarek Safar <marek.safar@gmail.com>2009-08-07 14:44:50 +0400
committerMarek Safar <marek.safar@gmail.com>2009-08-07 14:44:50 +0400
commited47ca25ea569943bcfd4800a515196482bc170e (patch)
tree0aa649fc13d6efc0a74864d169c63f087cf2289b /mcs/class/System.Core/System.Linq/ChangeLog
parentc1be496ffb859a36e75be5ae39eab5e6b11fb2e4 (diff)
2009-08-07 Marek Safar <marek.safar@gmail.com>
* Enumerable.cs (Skip): Optimized and fixed int.MaxValue overflow. svn path=/trunk/mcs/; revision=139558
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 71b371c2d88..9f36ab4f462 100644
--- a/mcs/class/System.Core/System.Linq/ChangeLog
+++ b/mcs/class/System.Core/System.Linq/ChangeLog
@@ -1,3 +1,7 @@
+2009-08-07 Marek Safar <marek.safar@gmail.com>
+
+ * Enumerable.cs (Skip): Optimized and fixed int.MaxValue overflow.
+
2009-07-20 Jb Evain <jbevain@novell.com>
* Lookup.cs: avoid a double dictionary lookup on the indexer.