X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fio-layer%2FChangeLog;h=fdbb9c27e4a82f0ed4715005d7d902a380d52e25;hb=acc2846f7d8ee20f962a0813719b22c69576a0de;hp=19babde6e61d4d35c6a7b7bef535dba0bdb5bb09;hpb=e8681525774529303b8ba255310b185328719733;p=mono.git diff --git a/mono/io-layer/ChangeLog b/mono/io-layer/ChangeLog index 19babde6e61..fdbb9c27e4a 100644 --- a/mono/io-layer/ChangeLog +++ b/mono/io-layer/ChangeLog @@ -1,3 +1,55 @@ +2008-04-03 Dick Porter + + * timefuncs.c (GetTickCount): Use mono_msec_ticks(), see bug + 347476. + +2008-04-01 Dick Porter + + * versioninfo.c (get_string_block): Refine the fix for bug 354856 + (r93661) so that it also fixes the new part of bug 374600. + +2008-03-28 Dick Porter + + * processes.c (GetExitCodeProcess): Check if a process has exited + and recorded it's exit code, before seeing if the process is + signalled. Fixes bug 325463. + +2008-03-27 Dick Porter + + * processes.c (match_procname_to_modulename): Check the whole + process name first, in case it is recorded as an absolute path. + Fixes bug 360348. + +2008-03-27 Dick Porter + + * processes.c (ShellExecuteEx): Grotty kludge to work around + unpleasant feature in g_shell_parse_argv() where it treats '#' + embedded in a filename as a comment marker, and throws away the + rest of the line. When we're directly opening URLs quote the + filename, to avoid this. Fixes bug 371567. + +2008-03-25 Dick Porter + + * wapi-private.h (_WAPI_HANDLE_VERSION): Increment file layout + version + + * threads.c: Make thread handles private to the process that owns + them. + +2008-03-22 Kornél Pál + + * io-layer.h: Windows: Rename GetProcessId to __GetProcessId for targets not + supporting it. This fixes MSVC build with new Windows SDKs that declare + GetProcessId unconditionally. + +2008-03-20 Kornél Pál + + * io-layer.h: Removed Windows version macros. + +Thu Mar 13 16:24:53 CET 2008 Paolo Molaro + + * processes.c: properly check for executable files (fixes bug #368829). + 2008-02-05 Dick Porter * versioninfo.c (VerLanguageName): Implement VerLanguageName.