X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fio-layer%2FChangeLog;fp=mono%2Fio-layer%2FChangeLog;h=e2efd70f9266e38db7898b4de34a5962b2ebc13c;hb=234225d112c4b018b8d1796f4c06a15812137500;hp=31f34abc7bb88898a2322de9cdea088dc9f20c1e;hpb=28e70d66a6d3d24f061e0ba049a8817ead44aeca;p=mono.git diff --git a/mono/io-layer/ChangeLog b/mono/io-layer/ChangeLog index 31f34abc7bb..e2efd70f926 100644 --- a/mono/io-layer/ChangeLog +++ b/mono/io-layer/ChangeLog @@ -1,3 +1,22 @@ +2005-04-12 Dick Porter + + The daemon-less io-layer. Extensive lowlevel changes in + handles.c, requiring some corresponding changes in other files + calling these functions. Private_foo structures have been + eliminated. + + File descriptor handling differences account for most of the + changes in io.c and sockets.c. + + Other highlights: + + * mutexes.c: Named mutexes are now a distinct type. + * atomic.h: Fix a PPC uninitialised variable warning. + * wait.c: Check conditions before waiting on a condition variable. + * processes.c: Handle process fork and wait without a daemon + (though this has the limitation of only being able to wait for + child processes.) + 2005-04-07 Gonzalo Paniagua Javier * io-private.h: