2005-01-19 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / support / ChangeLog
index 5b0891b7e42e0d4b629379d6bb1bd9e88dd76e22..b60f18e392c89a71d0fc2f9c1a60f57845c7b754 100644 (file)
@@ -1,3 +1,35 @@
+2005-01-13  Jonathan Pryor  <jonpryor@vt.edu>
+
+       * map.h: Correct Mono_Posix_OpenFlags values (they should now match 
+         x86 linux); remove unused enumerations (MountFlags, etc.).
+
+2005-01-13  Jonathan Pryor  <jonpryor@vt.edu>
+
+       * fstab.c: Fix HPUX support.  HPUX includes both <fstab.h> and
+         <checkpoint.h>, so we need to give preference to <checkpoint.h>.
+
+2005-01-05  Jonathan Pryor  <jonpryor@vt.edu>
+
+       * fstab.c: Add support for HPUX, which uses <checklist.h>.
+
+2005-01-05  Jonathan Pryor  <jonpryor@vt.edu>
+
+       * map.c: Continuing my ineptitude...  <sys/wait.h> isn't on Win32.
+       * mph.h: Win32 doesn't define EOVERFLOW, either.  Define it.
+
+2005-01-05  Jonathan Pryor  <jonpryor@vt.edu>
+
+       * map.c: Include <config.h> so we can check for PLATFORM_WIN32.
+
+2005-01-05  Jonathan Pryor  <jonpryor@vt.edu>
+
+       * map.c: Fix Win32 build break.  Win32 doesn't have all the sys/* headers.
+
+2005-01-05  Jonathan Pryor  <jonpryor@vt.edu>
+
+       * serial.c: HPUX compiler fix.
+       * stdlib.c: Add C-defined macro wrappers.
+
 2005-01-04  Jonathan Pryor  <jonpryor@vt.edu>
 
        * stdio.c: Add wrapper for C99's snprintf(3).