* Syscall.cs: The Statvfs structure should contain a MountFlags enumeration,
[mono.git] / mcs / class / Mono.Posix / Mono.Unix / ChangeLog
2005-05-12 Jonathan Pryor * Syscall.cs: The Statvfs structure should contain...
2005-05-02 Joe Shaw2005-05-02 Joe Shaw <joeshaw@novell.com>
2005-04-30 Ben Maurer2005-04-30 Ben Maurer <bmaurer@ximian.com>
2005-04-29 Jonathan Pryor * UnixConvert.cs: Fix time_t -> DateTime conversions...
2005-04-29 Jonathan Pryor * Makefile: Ignore warnings 0219 (variable declared...
2005-04-21 Gonzalo Paniagua... 2005-04-21 Gonzalo Paniagua Javier <gonzalo@ximian...
2005-04-21 Gonzalo Paniagua... 2005-04-21 Gonzalo Paniagua Javier <gonzalo@ximian...
2005-04-20 Jonathan Pryor * Syscall.cs: Make all fork(2) and exec(2) functions...
2005-04-18 Jonathan Pryor * Syscall.cs: Update comment specifying which functio...
2005-04-12 Dick Porter2005-04-12 Dick Porter <dick@ximian.com>
2005-04-05 Miguel de Icaza2005-04-05 Miguel de Icaza <miguel@novell.com>
2005-03-28 Jonathan Pryor * Mono.Posix_test.dll.sources: Added Test/Mono.Unix...
2005-03-22 Martin Baulig**** Merged r40732-r40872 from MCS ****
2005-03-17 Jonathan Pryor * Stdlib.cs: Move Errno-related functionality into...
2005-02-02 Jonathan Pryor * UnixFile.cs: Cope with changes in UnixStream.
2005-02-02 Jonathan Pryor * Syscall.cs: Remove public sys_ methods. Some were...
2005-02-02 Jonathan Pryor * StdioFileStream.cs: Fix Length property to actually...
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-14 Jonathan Pryor * make-map.cs: libMonoPosixHelper exports Mono_Posix...
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-03 Jonathan Pryor * Syscall.cs: Update endfsent() and setfsent() declar...
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-29 Jonathan Pryor * UnixPath.cs: Add ReadSymbolicLink(), which takes...
2004-12-29 Jonathan Pryor * UnixPath.cs: Add check for when symlink points...
2004-12-29 Jonathan Pryor * Syscall.cs: Fix Object.Equals implementations.
2004-12-28 Jonathan Pryor * UnixFileSystemInfo.cs: Add a link(2) wrapper, Creat...
2004-12-28 Jonathan Pryor * Mono.Posix.dll.sources: Add UnixDriveInfo and UnixPath.
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-15 Jonathan Pryor * Syscall.cs: Fix the sys_kill and sys_crypt declarat...
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 * Syscall.cs, UnixConvert.cs: Remove mount- and umoun...
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.