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
2019-10-08Clean up map.c /map.h (#16746)Steffen Kieß
2017-02-01Fixes the Mono.Posix API breakage introduced in #3985Niklas Therning
2016-11-18Merge pull request #3985 from ntherning/fix-Mono.Posix-on-windowsNiklas Therning
2016-11-18Fixes compile error in support/stdio.c on XANiklas Therning
2016-11-17Fix Mono.Posix tests on WindowsNiklas Therning
2016-11-16Prevent Mono.Posix from using multiple C runtimes on WindowsNiklas Therning
2014-05-27L_cuserid was removed from OpenBSD.Seth Jackson
2009-11-21more PLATFORM_WIN32 removalGonzalo Paniagua Javier
2007-11-012007-11-01 Geoff Norton <gnorton@novell.com>Geoff Norton
2007-10-25 * stdio.c: Provide errno as a parameter and set errno before callingJonathan Pryor
2007-06-29 * dirent.c, grp.c, pwd.c, stdio.c, syslog.c, unistd.c: Following in theJonathan Pryor
2006-11-02 * stdio.c: Some BSDs define clearerr(3) as a macro, so we need to castJonathan Pryor
2006-10-25 * dirent.c, errno.c, fcntl.c, fstab.c, grp.c, macros.c, pwd.c, signal.c, Jonathan Pryor
2005-10-14 * Makefile.am (MPH_UNIX_SOURCE): Add syslog.c.Jonathan Pryor
2005-05-18 * map-icalls.h: Added; auto-generated file which contains Mono_Posix_*Jonathan Pryor
2005-04-30 * stdio.c: Add Mono_Posix_Stdlib_DumpFilePosition, which create a hex stringJonathan 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-03 * signal.c, stdio.c: Remove "function declaration isn't a prototype" warnin...Jonathan 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-11-18 * stdio.c: Add fread(3) and fwrite(3) wrappers.Jonathan Pryor
2004-11-05Integrate Mono.Posix OEE with Mono.Jonathan Pryor