[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Mono.Posix / Mono.Unix.Native / ChangeLog
2010-07-21 Jackson Harper * Syscall.cs: Add bindings to the various epoll
2010-04-16 C.J. Adams-Colliercopied mono-api-diff.cs from mono-2-2 branch so new...
2009-02-18 Jonathan PryorAdd a more functional (i.e. fewer-stubs) implementation...
2008-12-19 Jonathan Pryor * Mono.Posix.dll.sources: Add Mono.Unix.Native/RealTim...
2008-10-15 Jonathan Pryor * Syscall.cs: [Map] Flock, add Timespec, bind nanoslee...
2008-02-08 Marek SafarNew test + update
2008-02-04 Jonathan Pryor * Mono.Posix.dll.sources: Add Mono.Unix/UnixSignal.cs.
2008-01-22 Sebastien Pouliot2008-01-22 Sebastien Pouliot <sebastien@ximian.com>
2008-01-08 Marek SafarC# 3.0 updates
2008-01-05 Jonathan Pryor * Syscall.cs: Add ST_NOEXEC, ST_REMOUNT, ST_BIND to...
2007-12-23 Igor Zelmanovichfor TARGET_J2EE only:
2007-12-23 Igor Zelmanovichfor TARGET_J2EE only:
2007-12-17 Jonathan Pryor * Syscall.cs: Bind uname(2).
2007-10-25 Jonathan Pryor * Stdlib.cs: Fix perror(3) so that it works as expecte...
2007-06-28 Jonathan Pryor * NativeConvert.generated.cs: Flush (add TryCopy(...
2007-03-12 Raja R HarinathIn corlib/System.Runtime.InteropServices:
2007-01-05 Atsushi Enomerged Sys.Web.Services 2.0 support in my branch:
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-22 Atsushi Enocopying the latest Sys.Web.Services from trunk.
2006-11-15 Jonathan Pryor * MapAttribute.cs: Update (changes SuppressFlags to...
2006-11-13 Raja R HarinathFix problems with overlong directory names: phase #1
2006-11-07 Atsushi Enomerge r67228-r67235, r67237, r67251 and r67256-67259...
2006-11-01 Atsushi Enoupdating to the latest module.
2006-10-28 Jonathan Pryor * MapAttribute.cs: Update (adds SuppressFlags property).
2006-10-24 Jonathan Pryor * Makefile: Don't build make-map.exe.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-10-04 Martin BauligNew test.
2006-09-26 Martin BauligCopying latest mcs to the branch.
2006-09-17 Zoltan Varga2006-09-17 Zoltan Varga <vargaz@gmail.com>
2006-09-15 Jonathan Pryor * Syscall.cs: "Remove" crypt(3), encrypt(3), setkey...
2006-09-07 Jonathan Pryor * Syscall.cs: readdir(P) is not thread-safe, so it...
2006-09-04 Martin BauligCreated a branch for my anonymous methods work.
2006-05-31 Andrew Skibamerge -r 60814:60815
2006-05-25 Konstantin Trigermerge -r 61110:61111
2006-05-09 Konstantin Trigermerge -r 60439:60440
2006-04-06 Jonathan Pryor * NativeConvert.cs: Fix ToDateTime()/FromDateTime...
2006-04-03 Andrew Skibamerge from trunk revisions 58933, 58935, 58936
2006-03-30 Konstantin Trigermerge -r 58784:58785
2006-03-23 Raja R Harinath*** merged revision 57284 from mcs/
2006-03-23 Boris Kirznermerge -r 58060:58217
2006-03-22 Raja R HarinathIn .:
2006-03-20 Konstantin Trigermerge -r 53370:58178
2006-03-20 Konstantin Trigermerge -r 53370:58178
2006-02-25 Marek Safar2006-02-25 Marek Safar <marek.safar@seznam.cz>
2006-02-21 Marek Safar2006-02-21 Marek Safar <marek.safar@seznam.cz>
2006-02-01 Raja R Harinath* support-test-*.cs: Rename from test-*-p2.cs.
2006-01-10 Raja R HarinathThis should fix #76928. This fix incorporates ideas...
2006-01-10 Raja R Harinath* Syscall.cs (sys_futimes): Remove buggy custom marshal...
2006-01-09 Jonathan Pryor * Mono.Unix/FileTypes.cs: Remove [Flags] attribute...
2006-01-02 Jonathan Pryor * Mono.Unix/UnixMarshal.cs: s/EACCESS/EACCES/g. ...
2006-01-02 Jonathan Pryor * Mono.Posix.dll.sources: Remove Mono.Unix obsolete...
2006-01-02 Jonathan Pryor * Mono.Unix/FileAccessPermissions.cs: Remove UserMask...
2005-12-30 Jonathan Pryor * make-map.cs: Properly handle managed arrays in...
2005-12-28 Jonathan Pryor * Syscall.cs: Include <sys/mman.h> for map.c generatio...
2005-12-28 Jonathan Pryor * Mono.Unix/FileHandleOperations.cs, Mono.Unix/FileTyp...
2005-12-28 Jonathan Pryor * FileNameMarshaler.cs: Use UnixMarshal.PtrToStringUni...
2005-12-21 Miguel de IcazaAdd this for backwards compatibility
2005-12-07 Jonathan Pryor * Mono.Unix/UnixMarshal.cs: Add PtrToStringUnix(...
2005-12-05 Miguel de IcazaRevert until gmcs has support for the new Obsolete...
2005-12-05 Jonathan Pryor * Mono.Unix/FileHandleOperations.cs, Mono.Unix/FileTy...
2005-11-29 Jonathan Pryor * Mono.Posix_test.dll.sources: Move StdlibTest into...
2005-11-29 Jonathan Pryor * Stdlib.cs: Prelink all SignalHandlers passed to...
2005-11-10 Miguel de IcazaMake a copy of the old ZipLib
2005-11-08 Jonathan Pryor * Stdlib.cs: Implement IEquatable<FilePosition> for...
next