2007-05-10 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / support / ChangeLog
index 4fc1bfecab19506b52388b1fc4bb5a757b8c4ca7..4040417c1427b31789fdc242cdc55ccbd7df9bae 100644 (file)
@@ -1,3 +1,19 @@
+2007-03-28  Wade Berrier  <miguel@novell.com>
+
+       * supportw.c (SendMessageA/GetWindowLongA): Return values to fix some 
+       warnings, even though these aren't called (Patch from suse rpms)
+
+2007-01-23  Miguel de Icaza  <miguel@novell.com>
+
+       * serial.c (poll_serial): Fix for #79073, based on the patch by
+       Leszek Ciesielski, without introducing a GNU libc-ism.
+       (write_serial): Handle EINTR here as well.
+
+2006-11-30  Jonathan Pryor  <jonpryor@vt.edu>
+
+       * map.c: _cnm_return_val_if_overflow() should be a no-op unless DEBUG is
+         defined.  "Fixes" false positives pending further investigation.
+
 2006-11-18  Miguel de Icaza  <miguel@novell.com>
 
        * serial.c (poll_serial): Do not report an error for EINTR.