kernel32: Only change the Unix current after exec_process to make sure it's inherited...
[wine] / dlls / kernel32 / format_msg.c
2012-01-09  Daniel Lehmankernel32: If string arg to FormatMessage is NULL, use...
2011-11-16  Andrew Talbotkernel32: Remove unused file-static variables.
2010-05-03  Andrew Nguyenkernel32: Reject a format string with insertions if...
2010-04-28  Andrew Nguyenkernel32: Merge the insertion and non-insertion codepat...
2010-04-28  Andrew Nguyenkernel32: Process CRLF escape sequences in normal inser...
2010-04-28  Andrew Nguyenkernel32: Remove a superfluous function call in the...
2010-04-28  Andrew Nguyenkernel32: Handle some escape sequences with FORMAT_MESS...
2010-04-28  Andrew Nguyenkernel32: Correct output buffer behavior with empty...
2010-04-28  Andrew Nguyenkernel32: Improve flag error handling in FormatMessageA/W.
2010-04-28  Andrew Nguyenkernel32: Remove leftover preprocessor undef directives...
2010-04-28  Andrew Nguyenkernel32: Fail if a format placeholder is present witho...
2010-04-19  Andrew Nguyenkernel32: Rename the load_message helper to reflect...
2010-04-19  Andrew Nguyenkernel32: Unify the format_message ANSI and Unicode...
2010-04-19  Andrew Nguyenkernel32: Unify the format_insert ANSI and Unicode...
2010-04-19  Andrew Nguyenkernel32: Transition FormatMessageA to the internal...
2010-04-19  Andrew Nguyenkernel32: Separate format string parsing in FormatMessa...
2010-04-19  Andrew Nguyenkernel32: Separate format string parsing in FormatMessa...
2010-04-19  Andrew Nguyenkernel32: Consistify allocation behavior with FormatMes...
2010-04-19  Andrew Nguyenkernel32: Only check the buffer pointer in FormatMessag...
2010-04-19  Andrew Nguyenkernel32: Reject an insufficiently sized buffer in...
2010-04-19  Andrew Nguyenkernel32: Remove superfluous heap reallocation calls...
2009-12-02  Dan Kegelkernel32: Fix write buffer overrun in format_insertW.
2009-10-30  Alexandre Julliardkernel32: Replicate the MS bug with va_list argument...
2009-10-30  Alexandre Julliardkernel32: Fix handling of width and precision arguments...
2009-10-30  Alexandre Julliardkernel32: Propagate the error result from RtlFindMessag...
2009-10-30  Alexandre Julliardkernel32: Reimplement the formatting of inserts in...
2009-10-30  Alexandre Julliardkernel32: Reimplement the formatting of inserts in...
2009-10-29  Alexandre Julliardkernel32/tests: Add some tests for width and precision...
2009-06-08  Alexandre Julliardkernel32: Fix handling of %ws format for Unicode.
2009-05-21  Alexandre Julliardkernel32: Add missing terminator on %wc format conversion.
2009-05-19  Hans Leidekkerkernel32: Add support for %ws and %wc format specifiers...
2009-03-11  Michael Stefaniuckernel32: Remove superfluous pointer casts.
2008-12-31  Alexandre Julliardkernel32: Convert FormatMessageA/W to use an MS ABI...
2008-11-26  Francois GougetStraighten out some ellipses.
2007-12-14  Andrew Talbotkernel32: Remove unneeded casts.
2007-09-27  Hans Leidekkerkernel32: Check for NULL output buffer in FormatMessage...
2006-10-13  Michael Stefaniuckernel32: Win64 printf format warning fixes.
2006-09-12  Alexandre Julliardkernel32: Renamed the kernel directory to kernel32.