* UnixPath.cs: Add check for when symlink points to a full path name.
[mono.git] / mcs / class / Mono.Posix / Mono.Unix / ChangeLog
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.