New test.
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ChangeLog
index 1e3163af00c366c282c220e26251ab2c580a5bcd..05c70839ba2196169a857f4f6eabc12589ebcc6e 100644 (file)
@@ -1,3 +1,14 @@
+2010-03-16  Jb Evain  <jbevain@novell.com>
+
+       * MarshalAsAttribute.cs, Marshal.cs: use MOONLIGHT symbol to
+       disambiguate MonoTouch and Moonlight code.
+
+2009-12-13  Miguel de Icaza  <miguel@novell.com>
+
+       * SafeBuffer.cs: When comparing the end, we only need to compare
+       source+size being bigger than last_byte, not bigger or equal,
+       otherwise we can not access the last element.
+
 2009-11-08  Miguel de Icaza  <miguel@novell.com>
 
        * Marshal.cs: Expose copy_*_unamnaged to SafeBuffer.