X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=support%2FChangeLog;h=58224ea9c08315238838b3b4a1ea973c37699e44;hb=fb8e77d1b769b1f5e7bcef9993267f02a758c02b;hp=dd73ac3703fd75bc6bb06a0167b385c4fe1348c5;hpb=5640cf3fc706be8cd8bb41d8a546adedd45b9d8b;p=mono.git diff --git a/support/ChangeLog b/support/ChangeLog index dd73ac3703f..58224ea9c08 100644 --- a/support/ChangeLog +++ b/support/ChangeLog @@ -1,3 +1,53 @@ +2010-06-28 Zoltan Varga + + * Makefile.am (patch-libtool): Fix this up after the dolt changes. + +2010-05-13 Geoff Norton + + * fakepoll.h: Added for OSX + * serial.c: + * signal.c: poll on OSX is broken, so we use a select based + implementation instead. + +2010-04-19 Gonzalo Paniagua Javier + + * zlib-helper.c: don't call Z_FINISH if nothing has been written. + +2010-04-19 Jonathan Pryor + + * dirent.c, grp.c, macros.c, pwd.c, signal.c, sys-statvfs.c, sys-time.c, + unistd.c: Add #if HAVE_XXX checks for functions which aren't + provided on Android. + +2010-04-15 Jonathan Pryor + + * Makefile.am: Revert previous linkage against libmono.so, as lupus + mentioned that it's unacceptable for MonoPosixHelper to link against + libmono (e.g. when embedding mono, there might not be a libmono). + * map.h: Flush updated Mono_Unix_UnixSignal_SignalInfo prototype. + * signal.c: Don't use mono_runtime_is_shutting_down(). Instead, change + Mono_Unix_UnixSignal_WaitAny() to accept a function pointer argument, + which will return Environment.HasShutdownStarted in managed code (the + moral equivalent of mono_runtime_is_shutting_down()). This allows + us to avoid a libmono dependency w/o lots of rewriting. Fixes #592981. + +2010-04-07 Gonzalo Paniagua Javier + + * zlib-helper.c: now that we don't use Z_SYNC_FLUSH, there might be + unflushed input in zstream, so always call Z_FINISH. + +2010-04-02 Jonathan Pryor + + * Makefile.am: On non-Windows platforms, MonoPosixHelper now links + against libmono.so, for mono_runtime_is_shutting_down(). + * signal.c: Only continue retrying system calls if Mono is NOT + attempting to shut down. Fixes #592981. + +2010-03-29 Zoltan Varga + + * mph.h: Applied some changes from the openbsd ports tree to fix openbsd + support. + 2010-03-23 Andreas Faerber * old-map.c (map_Mono_Posix_Signals): Fix build for platforms where