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-02-03 * UnixFile.cs: Cope with changes in UnixStream.Jonathan Pryor
2005-02-03 * Syscall.cs: Remove public sys_ methods. Some were public by mistake, andJonathan Pryor
2005-02-02 * StdioFileStream.cs: Fix Length property to actually return the size of theJonathan Pryor
2005-02-01 * Stdlib.cs: Import "msvcrt", not "libc". These members are part of theJonathan Pryor
2005-01-30 * Stdlib.cs: sys_* functions shouldn't be public.Jonathan Pryor
2005-01-14 * make-map.cs: libMonoPosixHelper exports Mono_Posix prefixes, not Mono_UnixJonathan Pryor
2005-01-13 * Stdlib.cs: Use Stdlib.LIBC instead of "libc".Jonathan Pryor
2005-01-05 * StdioFileStream.cs: Added; System.IO.Stream wrapper for C FILE struct.Jonathan Pryor
2005-01-05 * Stdlib.cs: Re-order declarations to match the order used in theJonathan Pryor
2005-01-03 * Syscall.cs: Update endfsent() and setfsent() declarations, as these mustJonathan Pryor
2005-01-02 * Stdlib.cs, Syscall.cs: Minimize duplicate declarations ofJonathan Pryor
2005-01-01 * Stdlib.cs: Don't use C# v2 features; fixes build under CSC.EXE.Jonathan Pryor
2004-12-30 * Stdlib.cs: On miguel's suggestion, rename Sighandler_t to SignalHandler.Jonathan Pryor
2004-12-30 * Stdlib.cs: Implement all C89 <stdio.h> functions except for the scanf(3)Jonathan Pryor
2004-12-30 * CdeclFunctions.cs: Remove warning about unused variable.Jonathan Pryor
2004-12-30 * UnixPath.cs: Add ReadSymbolicLink(), which takes an intelligent approachJonathan Pryor
2004-12-29 * UnixPath.cs: Add check for when symlink points to a full path name.Jonathan Pryor
2004-12-29 * Syscall.cs: Fix Object.Equals implementations.Jonathan Pryor
2004-12-28 * UnixFileSystemInfo.cs: Add a link(2) wrapper, CreateLink(). StrictlyJonathan Pryor
2004-12-28 * Mono.Posix.dll.sources: Add UnixDriveInfo and UnixPath.Jonathan Pryor
2004-12-28 * Stdlib.cs: Add syslog(3) to XPrintfFunctions; Add additional printf(3)Jonathan Pryor
2004-12-15 * Stdlib.cs: Add more <stdio.h> wrappers, such as fread(3) and fwrite(3).Jonathan Pryor
2004-12-15 * Syscall.cs: Fix the sys_kill and sys_crypt declarations.Jonathan Pryor
2004-11-18Remove unnecessary Console.WriteLines, comment the class.Jonathan Pryor
2004-11-18 * Mono.Posix.dll.sources: Add Mono.Unix/CdeclFunction.cs to the build.Jonathan Pryor
2004-11-16 * Stdlib.cs: Remove printf(3) and fprintf(3). These are vararg/CDECLJonathan Pryor
2004-11-16 * Syscall.cs, UnixConvert.cs: Remove mount- and umount-relatedJonathan Pryor
2004-11-16 + Lots o' Renames, as the namespace changed.Jonathan Pryor
2004-11-16 * Rename Mono.Posix to Mono.Unix.Jonathan Pryor