* Makefile: Build the make-map.exe in Mono.Unix.Native; add /nowarn:0618 to
[mono.git] / mcs / class / Mono.Posix / Mono.Unix / Stdlib.cs
2005-09-20 Jonathan Pryor * Makefile: Build the make-map.exe in Mono.Unix.Nativ...
2005-09-02 Jonathan Pryor * Stdlib.cs: Cache delegates passed to Stdlib.signal...
2005-06-21 Atsushi Enoimported everything from my branch (which is slightly...
2005-06-14 Marek SafarSwitch to compiler-tester
2005-06-03 Jonathan Pryor * Stdlib.cs: Add sanity checking to snprintf(3) to...
2005-06-02 Jonathan Pryor * StdioFileStream.cs: Remove FilePosition property...
2005-06-01 Jonathan Pryor * Stdlib.cs: Add comment for atexit(3) so I don't...
2005-05-18 Jonathan Pryor * Stdlib.cs: Correct Mono_Posix_Stdlib_InvokeSignalHa...
2005-05-15 Konstantin Trigermerging the Mainsoft branch to the trunk
2005-04-30 Ben Maurer2005-04-30 Ben Maurer <bmaurer@ximian.com>
2005-04-29 Jonathan Pryor * Makefile: Ignore warnings 0219 (variable declared...
2005-04-12 Dick Porter2005-04-12 Dick Porter <dick@ximian.com>
2005-03-22 Martin Baulig**** Merged r40732-r40872 from MCS ****
2005-03-17 Jonathan Pryor * Stdlib.cs: Move Errno-related functionality into...
2005-02-01 Jonathan Pryor * Stdlib.cs: Import "msvcrt", not "libc". These membe...
2005-01-31 Dick PorterBranch for io-layer daemonectomy work
2005-01-30 Jonathan Pryor * Stdlib.cs: sys_* functions shouldn't be public.
2005-01-13 Jonathan Pryor * Stdlib.cs: Use Stdlib.LIBC instead of "libc".
2005-01-05 Jonathan Pryor * StdioFileStream.cs: Added; System.IO.Stream wrapper...
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 * Stdlib.cs: Re-order declarations to match the order...
2005-01-01 Jonathan Pryor * Stdlib.cs, Syscall.cs: Minimize duplicate declaratio...
2005-01-01 Jonathan Pryor * Stdlib.cs: Don't use C# v2 features; fixes build...
2004-12-30 Jonathan Pryor * Stdlib.cs: On miguel's suggestion, rename Sighandle...
2004-12-30 Jonathan Pryor * Stdlib.cs: Implement all C89 <stdio.h> functions...
2004-12-30 Jonathan Pryor * CdeclFunctions.cs: Remove warning about unused...
2004-12-28 Jonathan Pryor * Stdlib.cs: Add syslog(3) to XPrintfFunctions; Add...
2004-12-15 Jonathan Pryor * Stdlib.cs: Add more <stdio.h> wrappers, such as...
2004-12-14 Marek SafarCopied remotely
2004-11-19 Marek Safarrenamed
2004-11-18 Lluis Sanchez2004-11-18 Lluis Sanchez Gual <lluis@novell.com>
2004-11-18 Jonathan Pryor * Mono.Posix.dll.sources: Add Mono.Unix/CdeclFunction...
2004-11-17 Atsushi Eno2004-11-17 Atsushi Enomoto <atsushi@ximian.com>
2004-11-16 Jonathan Pryor * Stdlib.cs: Remove printf(3) and fprintf(3). These...
2004-11-16 Jonathan Pryor * Mono.Posix.dll.sources: Rename Mono.Posix to Mono...
2004-11-16 Jonathan Pryor + Lots o' Renames, as the namespace changed.
2004-11-16 Jonathan Pryor * Rename Mono.Posix to Mono.Unix.