[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Mono.Options / Mono.Options / ChangeLog
index c93e63dd538860d1a4f34d94688f21bb055c60c0..a9b6be1b81d7257ed06a15ba653fcd32b6c7987a 100644 (file)
@@ -1,3 +1,19 @@
+2010-06-09  Jonathan Pryor  <jpryor@novell.com>
+
+       * Options.cs: Remove use of 'var' so that C# 2.0 can be used.
+
+2010-06-09  Jonathan Pryor  <jpryor@novell.com>
+
+       * Options.cs: Fix RemoveItem() and SetItem() so that removing by index
+         and using the numeric indexer work as expected.
+
+2010-06-08  Jonathan Pryor  <jpryor@novell.com>
+
+       * Options.cs: Don't overly split option values, only split to obtain
+         the maximum number of desired values.  This better supports e.g. DOS
+         paths in multi-value values, e.g. '-DPATH=C:\tmp' would now create
+         the values {"PATH", "C:\tmp"} instead of {"PATH", "C", "\tmp"}.
+
 2009-04-18  Jonathan Pryor  <jpryor@novell.com>
 
        * Options.cs: "Code sharing": Use StringCodea.WrappedLines() from