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-05-022005-05-02 Joe Shaw <joeshaw@novell.com>Joe Shaw
2005-04-302005-04-30 Ben Maurer <bmaurer@ximian.com>Ben Maurer
2005-04-30 * UnixConvert.cs: Fix time_t -> DateTime conversions. time_t should beJonathan Pryor
2005-04-30 * Makefile: Ignore warnings 0219 (variable declared and never used) and Jonathan Pryor
2005-04-29 * StdlibTest.cs: Calling a P/Invoke function from signal-handler context isJonathan Pryor
2005-04-222005-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
2005-04-212005-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
2005-04-20 * Syscall.cs: Make all fork(2) and exec(2) functions `private`. ItJonathan Pryor
2005-04-18 * Syscall.cs: Update comment specifying which functions belong in Syscall.Jonathan Pryor
2005-04-06Add config.hMiguel de Icaza
2005-04-06Add optional handling featuresMiguel de Icaza
2005-04-062005-04-05 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
2005-03-28 * Mono.Posix_test.dll.sources: Added Test/Mono.Unix/StdioFileStreamTest.cs.Jonathan Pryor
2005-03-17 * Stdlib.cs: Move Errno-related functionality into Stdlib from Syscall,Jonathan Pryor
2005-02-232005-02-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
2005-02-09 * StdlibTest.cs: Signal is currently ignored, but add Category(NotDotNet) soJonathan Pryor
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* UnixUserTest.cs (UnixUserTest.ReentrantConstructors): Don'tRaja R Harinath
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-21 * StdlibTest.cs: Ignore the signal(3) test, as it's currently hanging Mono.Jonathan Pryor
2005-01-14 * make-map.cs: libMonoPosixHelper exports Mono_Posix prefixes, not Mono_UnixJonathan Pryor
2005-01-13 * Mono.Posix_test.dll.sources: Added Test/Mono.Unix/StdlibTest.cs.Jonathan Pryor
2005-01-13 * Stdlib.cs: Use Stdlib.LIBC instead of "libc".Jonathan Pryor
2005-01-05 * Mono.Posix.dll.sources: Add Mono.Unix/StdioFileStream.cs.Jonathan Pryor
2005-01-05 * StdioFileStream.cs: Added; System.IO.Stream wrapper for C FILE struct.Jonathan Pryor
2005-01-05Add Unit Tests for Mono.Posix.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-31 * Syscall.cs: Add [Obsolete] to Syscall, letting users know they shouldJonathan 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 * Syscall.cs: All syscall_ functions should explicitly specify EntryPointJonathan 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-25In .:Raja R Harinath
2004-11-222004-11-22 Raja R Harinath <rharinath@novell.com>Raja R Harinath
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