2005-01-19 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / support / ChangeLog
index ab63ac230e152d69ebe7f8e34c4a3abb3a851b1b..b60f18e392c89a71d0fc2f9c1a60f57845c7b754 100644 (file)
@@ -1,3 +1,22 @@
+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.