Switch to compiler-tester
[mono.git] / support / ChangeLog
2005-06-14 Marek SafarSwitch to compiler-tester
2005-06-14 Miguel de Icaza2005-06-13 Miguel de Icaza <miguel@novell.com>
2005-06-08 Jonathan Pryor * Makefile.am: Create an unversioned library. We...
2005-06-07 Jonathan Pryor * configure.in: Add checks for mremap, remap_file_pages.
2005-06-05 Jonathan Pryor * map-icalls.h, map.h: Change header comment so it...
2005-06-01 Jonathan Pryor * sys-mman.c: Add wrappers for mmap, munmap, mprotect...
2005-06-01 Jonathan Pryor * unistd.c: Oops -- deal with s/LockFlags/LockfCommand...
2005-05-31 Jonathan PryorFlush (oops).
2005-05-20 Zoltan Varga2005-05-20 Zoltan Varga <vargaz@freemail.hu>
2005-05-18 Jonathan Pryor * map-icalls.h: Added; auto-generated file which...
2005-05-16 Jonathan Pryor * sys-statvfs.c: Include "map.h" for Mono_Posix_ToMou...
2005-05-15 Konstantin Trigermerging the Mainsoft branch to the trunk
2005-05-13 Atsushi Eno2005-05-13 Atsushi Enomoto <atsushi@ximian.com>
2005-05-12 Jonathan Pryor * map.c, map.h: Add FromMountFlags, ToMountFlags...
2005-05-04 Geoff Norton2005-05-03 Geoff Norton <gnorton@customerdna.com>
2005-04-30 Jonathan Pryor * stdio.c: Add Mono_Posix_Stdlib_DumpFilePosition...
2005-04-19 Jonathan Pryor * configure.in: Add check for <sys/xattr.h>.
2005-04-12 Dick Porter2005-04-12 Dick Porter <dick@ximian.com>
2005-04-08 Marek Safarnew error tests
2005-04-07 Jonathan Pryor * errno.c: Use the GNU version of strerror_r if _GNU_...
2005-04-05 Zoltan Varga2005-04-05 Zoltan Varga <vargaz@freemail.hu>
2005-02-10 Zoltan Varga2005-02-10 Zoltan Varga <vargaz@freemail.hu>
2005-02-08 Zoltan Varga2005-02-08 Zoltan Varga <vargaz@freemail.hu>
2005-02-07 Jonathan Pryor * grp.c: Oops. Didn't see other Solaris fix in #72292.
2005-02-07 Jonathan Pryor * grp.c, pwd.c: Clear errno before calling the actual...
2005-02-03 Jonathan Pryor * Makefile.am (MPH_C_SOURCE): Move errno.c into MPH_C...
2005-02-03 Jonathan Pryor * errno.c: Mono_Posix_Syscall_SetLastError should...
2005-01-31 Dick PorterBranch for io-layer daemonectomy work
2005-01-25 Jonathan Pryor * macros.c: Use gint64, not long, to match C# declara...
2005-01-23 Geoff Norton2005-01-23 Geoff Norton <gnorton@customerdna.com>
2005-01-14 Jonathan Pryor * map.h: Correct Mono_Posix_OpenFlags values (they...
2005-01-13 Jonathan Pryor * fstab.c: Fix HPUX support. HPUX includes both ...
2005-01-06 Jonathan Pryor * fstab.c: Add support for HPUX, which uses <checklist.h>.
2005-01-05 Jonathan PryorAllow MonoPosixHelper to *actually* compile on Win32...
2005-01-05 Jonathan Pryor * map.c: Include <config.h> so we can check for PLATF...
2005-01-05 Jonathan Pryor * map.c: Fix Win32 build break. Win32 doesn't have...
2005-01-05 Sebastien Pouliot2005-01-05 Sebastien Pouliot <sebastien@ximian.com>
2005-01-05 Sebastien Pouliot2005-01-05 Sebastien Pouliot <sebastien@ximian.com>
2005-01-05 Jonathan Pryor * serial.c: HPUX compiler fix.
2005-01-04 Jonathan Pryor * stdio.c: Add wrapper for C99's snprintf(3).
2005-01-04 Jonathan Pryor * Makefile.am: Rewrite. Remove configure-generated...
2005-01-04 Raja R Harinath* Makefile.am (LIBS): Remove. Was overriding results...
2005-01-04 Jonathan Pryor * Makefile.am: Add libnsl to LIBS. Hopefully this...
2005-01-03 Jonathan Pryor * signal.c, stdio.c: Remove "function declaration...
2005-01-03 Jonathan Pryor * mph.h, x-struct-str.c: Add "const" to parameters...
2005-01-03 Jonathan Pryor * fstab.c: Remove some sparc compiler warnings.
2005-01-03 Jonathan Pryor * fstab.c: Solaris doesn't support getfsent(3), but...
2005-01-02 Jonathan Pryor * stdio.c: More wrapper functions. I missed a few...
2004-12-30 Jonathan Pryor * stdio.c: More wrapper functions. This should compl...
2004-12-30 Jonathan Pryor * sys-statvfs.c: Further proving that changing code...
2004-12-30 Jonathan Pryor* signal.c: Mac OS X portability fixes -- it doesn...
2004-12-30 Jonathan Pryor * Makefile.am: Add signal.c to the build.
2004-12-30 Jonathan Pryor * sys-statvfs.c: Fix Mac OS X build (statfs.f_frsize...
2004-12-29 Jonathan Pryor * unistd.c: Null-terminate the string returned by...
2004-12-28 Jonathan Pryor * Makefile.am: Add GLIB_LIBS to the LIBS line, since...
2004-12-28 Jonathan Pryor * fstab.c: Added; wrap <fstab.h> functions: getfsent...
2004-12-23 Paolo MolaroThu Dec 23 14:58:09 EST 2004 Paolo Molaro <lupus@ximian...
2004-12-21 Chris Toshok2004-12-21 Chris Toshok <toshok@ximian.com>
2004-12-14 Marek SafarCopied remotely
2004-12-01 Jonathan Pryor * mph.h: Use <glib.h>, not <glib/gtypes.h>, as the...
2004-11-27 Miguel de Icaza2004-11-27 Miguel de Icaza <miguel@ximian.com>
2004-11-25 Raja R Harinath* Makefile.am (MPH_SOURCE): Distribute old-map.h.
2004-11-25 Raja R Harinath* Makefile.am (MPH_SOURCE): Distribute map.h.
2004-11-19 Marek Safarrenamed
2004-11-18 Jonathan Pryor * stdio.c: Add fread(3) and fwrite(3) wrappers.
2004-11-18 Lluis Sanchez2004-11-18 Lluis Sanchez Gual <lluis@novell.com>
2004-11-17 Atsushi Eno2004-11-17 Atsushi Enomoto <atsushi@ximian.com>
2004-11-16 Jonathan Pryor * Makefile.am: Remove sys-mount.c from the build.
2004-11-16 Jonathan Pryor * Mono.Posix.dll.sources: Rename Mono.Posix to Mono...
2004-11-14 Duncan MakMove the configure.in entries back, enough ChangeLog...
2004-11-14 Duncan MakMove Jon's ChangeLog entries to the new ChangeLog in...
2004-11-14 Geoff NortonAdd ChangeLog for support/ specific changes.