Standardized Mainsoft ConstraintCollection tests.
[mono.git] / support /
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-06 Miguel de IcazaFlush
2005-04-05 Miguel de IcazaAdd properly ifdefed stuff
2005-04-05 Miguel de IcazaCommit refresh of the API from running 'make refresh'
2005-04-05 Zoltan Varga2005-04-05 Zoltan Varga <vargaz@freemail.hu>
2005-02-16 Ben Maurerremove .cvsignore, as this is not used anymore
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.
2004-11-14 Geoff NortonRevent a small part of jon's BSD configure.in patches.
2004-11-12 Jonathan Pryor * support/Makefile.am: Add utime.c and sys-time.c...
2004-11-12 Jonathan Pryor * support/errno.c: Only export strerror_r if it's...
2004-11-12 Jonathan PryorPortability fixes for Solaris and HP/UX.
2004-11-10 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-11-08 Jonathan Pryor* support/map.c: Remove <poll.h> include. Building...
2004-11-08 Jonathan Pryor * configure.in: Add new function/header/type checks...
2004-11-05 Jonathan PryorMore Mac OS X portability fixes. On Linux, getgrnam_r...
2004-11-05 Jonathan PryorMac OS X and BSD portability fixes. MonoPosixHelper...
2004-11-05 Jonathan PryorIntegrate Mono.Posix OEE with Mono.
2004-10-08 Zoltan Varga2004-10-08 Zoltan Varga <vargaz@freemail.hu>
2004-10-07 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-10-04 Miguel de IcazaAdd zlib_macros.c from Chris Lahey
2004-09-24 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-21 Geoff NortonOSX doesn't have O_SYNC; check to make sure O_SYNC...
2004-09-20 Jackson Harper * support/map.c/h: Add poll events map functions....
2004-09-19 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-16 Joshua Tauberer2004-09-14 Loren Bandiera <lorenb@mmgsecurity.com>
2004-07-01 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-05-26 Miguel de Icaza*** empty log message ***
2004-04-28 Urs C. Muffcleanup
2004-04-27 Miguel de IcazaAdd update from Joshua here
2004-04-13 Raja R Harinathignores
2004-03-18 Paolo MolaroQuick fix fo macosx until this code is dumped.
2004-03-18 Miguel de IcazaDont build this on Windows
2004-03-16 Miguel de IcazaAdd refresh target
2004-03-16 Miguel de IcazaMove the platform dependent code here; Temporary solut...