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
2006-01-06 * Mono.Unix/Catalog.cs: s/libintl/intl/g, since intl.dll is used by GTK+ on...Jonathan Pryor
2006-01-03 * UnixMarshal.cs (CreateExceptionForError): Don't map ENOMEM toJonathan Pryor
2006-01-02 * StdioFileStream.cs: Shut up FxCop - add a GC.KeepAlive to Jonathan Pryor
2006-01-02 * Mono.Unix/UnixMarshal.cs: s/EACCESS/EACCES/g. I can't read.Jonathan Pryor
2006-01-02 * Mono.Posix.dll.sources: Remove Mono.Unix obsolete files.Jonathan Pryor
2006-01-02 * Mono.Unix/FileAccessPermissions.cs: Remove UserMask, GroupMask, OtherMask ...Jonathan Pryor
2005-12-30 * make-map.cs: Properly handle managed arrays in argument lists.Jonathan Pryor
2005-12-28 * FileHandleOperations.cs: Check for null references.Jonathan Pryor
2005-12-28 * UnixMarshal.cs: Errno.EBADF should also trigger a ArgumentException.Jonathan Pryor
2005-12-28 * Syscall.cs: Include <sys/mman.h> for map.c generation. Fixes #77091.Jonathan Pryor
2005-12-28 * Mono.Unix/FileHandleOperations.cs, Mono.Unix/FileTypes.cs, Jonathan Pryor
2005-12-28 * FileNameMarshaler.cs: Use UnixMarshal.PtrToStringUnix -- it's faster.Jonathan Pryor
2005-12-07 * Mono.Unix/UnixMarshal.cs: Add PtrToStringUnix() -- specialized PtrToString Jonathan Pryor
2005-12-06Revert until gmcs has support for the new Obsolete stuffMiguel de Icaza
2005-12-05 * Mono.Unix/FileHandleOperations.cs, Mono.Unix/FileTypes.cs, Jonathan Pryor
2005-12-05 * UnixUserTest.cs: s/UnixUser/UnixUserInfo/g (UnixUser is obsolete).Jonathan Pryor
2005-12-05 * UnixMarshalTest.cs: s/Free/FreeHeap/g (UnixMarshal.Free will be removed).Jonathan Pryor
2005-11-29 * Mono.Posix_test.dll.sources: Move StdlibTest into the Mono.Unix.Native Jonathan Pryor
2005-11-29 * Stdlib.cs: Prelink all SignalHandlers passed to Stdlib.signal(). This isJonathan Pryor
2005-11-29 * Mono.Unix/Catalog.cs, Mono.Unix/UnixDirectory.cs, Jonathan Pryor
2005-11-09 * Catalog.cs: Exception safety improvements (don't let memory leak!); checkJonathan Pryor
2005-11-08 * Stdlib.cs: Implement IEquatable<FilePosition> for FilePosition.Jonathan Pryor
2005-11-08 * UnixPipes.cs: Provide Equals, GetHashCode, and operator==/operator!= toJonathan Pryor
2005-11-07 * Syscall.cs: *xattr functions should use the FileNameMarshaler for filenames.Jonathan Pryor
2005-11-07 * make-map.cs: Always use ordinal string sorting behavior. The stringJonathan Pryor
2005-11-03 * FileTypes.cs, UnixFileSystemInfo.cs: s/FIFO/Fifo/ to follow .NETJonathan Pryor
2005-11-02 * Syscall.cs: Remove [CLSCompliant(false)] when it isn't needed.Jonathan Pryor
2005-11-02 * UnixServerChannel.cs: Use Mono.Unix.Native.Syscall. Mono.Unix.Syscall isJonathan Pryor
2005-11-02 * FileNameMarshaler.cs: Use UnixMarshal.FreeHeap(). Free() is obsolete.Jonathan Pryor
2005-11-01 * UnixDirectoryInfo.cs, UnixDriveInfo.cs, UnixEnvironment.cs,Jonathan Pryor
2005-11-01 * Mono.Posix.dll.sources: Add new files: Mono.Unix/FileHandleOperations.cs,Jonathan Pryor
2005-10-27 * UnixEnvironment.cs: Add RealUser, RealGroup, EffectiveUser, EffectiveGroupJonathan Pryor
2005-10-27 * Stdlib.cs: Correct return type of setbuf(IntPtr, byte*).Jonathan Pryor
2005-10-27 * Mono.Unix/UnixEncoding.cs: Change EscapeByte to 0x0000, as suggested by Jonathan Pryor
2005-10-26 * Mono.Unix/UnixMarshal.cs: Obsolete heap-related methods to have a Heap Jonathan Pryor
2005-10-26 * UnixIOException.cs: Add (string) and (string, Exception) constructors toJonathan Pryor
2005-10-26 * Stdlib.cs: FilePosition should derive from MarshalByRefObject, for twoJonathan Pryor
2005-10-26 * Mono.Posix.dll.sources: Add Mono.Unix.Native/FileNameMarshaler.cs.Jonathan Pryor
2005-10-22See #76506Miguel de Icaza
2005-10-22 * Mono.Posix.dll.sources: Add new file: Mono.Unix/FileAccessPattern.Jonathan Pryor
2005-10-202005-10-18 Robert Jordan <robertj@gmx.net>Robert Jordan
2005-10-19 * Mono.Posix.dll.sources: Add new files: Mono.Unix/FileAccessPermissions.cs,Jonathan Pryor
2005-10-18 * Mono.Posix_test.dll.sources: Add Mono.Unix/UnixMarshalTest.cs.Jonathan Pryor
2005-10-17 * UnixFileSystemInfo.cs: Add OwnerUserId and OwnerGroupId properties.Jonathan Pryor
2005-10-17 * UnixDriveInfo.cs, UnixEnvironment.cs, UnixFile.cs, UnixFileSystemInfo.cs,Jonathan Pryor
2005-10-17 * UnixGroup.cs, UnixGroupInfo.cs, UnixFile.cs, UnixFileSystemInfo.cs,Jonathan Pryor
2005-10-14 * Stdlib.cs, Syscall.cs: Flush naming convention documentation.Jonathan Pryor
2005-10-14 * NativeConvert.generated.cs: Flush currently generated version.Jonathan Pryor
2005-10-14 * Mono.Unix/Catalog.cs: Create a constructor and mark it [Obsolete]. It wil...Jonathan Pryor
2005-10-142005-10-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier