Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-01-25 * macros.c: Use gint64, not long, to match C# declaration. Fixes 71152.Jonathan Pryor
2005-01-242005-01-23 Geoff Norton <gnorton@customerdna.com>Geoff Norton
2005-01-14 * map.h: Correct Mono_Posix_OpenFlags values (they should now matchJonathan Pryor
2005-01-13 * fstab.c: Fix HPUX support. HPUX includes both <fstab.h> andJonathan Pryor
2005-01-06 * fstab.c: Add support for HPUX, which uses <checklist.h>.Jonathan Pryor
2005-01-05Allow MonoPosixHelper to *actually* compile on Win32. (Thanks to eno on irc.)Jonathan Pryor
2005-01-05 * map.c: Include <config.h> so we can check for PLATFORM_WIN32.Jonathan Pryor
2005-01-05 * map.c: Fix Win32 build break. Win32 doesn't have all the sys/* headers.Jonathan Pryor
2005-01-05 * serial.c: HPUX compiler fix.Jonathan Pryor
2005-01-04 * stdio.c: Add wrapper for C99's snprintf(3).Jonathan Pryor
2005-01-04 * Makefile.am: Rewrite. Remove configure-generated warnings aboutJonathan Pryor
2005-01-04* Makefile.am (LIBS): Remove. Was overriding results of configure check.Raja R Harinath
2005-01-04 * Makefile.am: Add libnsl to LIBS. Hopefully this will let sparc link.Jonathan Pryor
2005-01-03 * signal.c, stdio.c: Remove "function declaration isn't a prototype" warnin...Jonathan Pryor
2005-01-03 * mph.h, x-struct-str.c: Add "const" to parameters to removeJonathan Pryor
2005-01-03 * fstab.c: Remove some sparc compiler warnings.Jonathan Pryor
2005-01-03 * fstab.c: Solaris doesn't support getfsent(3), but it provides equivalentJonathan Pryor
2005-01-02 * stdio.c: More wrapper functions. I missed a few macros... This shouldJonathan Pryor
2004-12-30 * stdio.c: More wrapper functions. This should complete C89's <stdio.h>Jonathan Pryor
2004-12-30 * sys-statvfs.c: Further proving that changing code without compiling isJonathan Pryor
2004-12-30* signal.c: Mac OS X portability fixes -- it doesn't provide sighandler_t!Jonathan Pryor
2004-12-30 * Makefile.am: Add signal.c to the build.Jonathan Pryor
2004-12-30 * sys-statvfs.c: Fix Mac OS X build (statfs.f_frsize doesn't exist on OSX;Jonathan Pryor
2004-12-29 * unistd.c: Null-terminate the string returned by readlink(2). This worksJonathan Pryor
2004-12-28 * Makefile.am: Add GLIB_LIBS to the LIBS line, since we require linkingJonathan Pryor
2004-12-28 * fstab.c: Added; wrap <fstab.h> functions: getfsent(3), getfsfile(3),Jonathan Pryor
2004-12-23Thu Dec 23 14:58:09 EST 2004 Paolo Molaro <lupus@ximian.com>Paolo Molaro
2004-12-212004-12-21 Chris Toshok <toshok@ximian.com>Chris Toshok
2004-12-01 * mph.h: Use <glib.h>, not <glib/gtypes.h>, as the HP/UX compiler needsJonathan Pryor
2004-11-272004-11-27 Miguel de Icaza <miguel@ximian.com>Miguel de Icaza
2004-11-25* Makefile.am (MPH_SOURCE): Distribute old-map.h.Raja R Harinath
2004-11-25* Makefile.am (MPH_SOURCE): Distribute map.h.Raja R Harinath
2004-11-18 * stdio.c: Add fread(3) and fwrite(3) wrappers.Jonathan Pryor
2004-11-16 * Makefile.am: Remove sys-mount.c from the build.Jonathan Pryor
2004-11-14Move the configure.in entries back, enough ChangeLog hackery for tonightDuncan Mak
2004-11-14Move Jon's ChangeLog entries to the new ChangeLog in mono/support.Duncan Mak
2004-11-14Add ChangeLog for support/ specific changes.Geoff Norton