wineconsole: In curses mode, map some box drawing attributes to ACS characters.
wer: Add a stub for WerReportSubmit.
msvcrt: Implemented _ltoa_s.
wintrust/tests: Run the test again on W98.
msvcrt: Implemented _i64to[aw]_s.
ntdll: Add stubs for Rtl[G/S]etCurrentTransaction.
msvcrt: Use the macros for parameter checking for wcsncat_s (and fix the test).
wtsapi32: Add a stub for WTSLogoffSession.
winedbg: Rename 'info exception' into 'info frame' (which is somehow closer to what it does).
kernel32: Add a stub for SetProcessDEPPolicy.
winedbg: Moved into a common function all code dealing with printing information about an exception, and use this function to implement new 'info exception' command.
Dmitry Timoshkov (2):
Revert "gdi32: Make AddFontToList skip adding a face into global lists if the font is not supposed to be enumerated, and return a pointer to first loaded face.".
gdi32: Remove broken check for WinXP.
Eric Pouech (28):
msvcrt: Added macro to ease implementation of so called secure (_s postfix) APIs.
msvcrt: Moved _get_osplatform to the new macros for parameters validation.
msvcrt: Use the new parameter checking macros for f(w)open_s functions.
msvcrt: Use the parameter checking macros for strncpy_s.
msvcrt: Use parameter validation macros for mcstowcs_s_l.
msvcrt: Use parameter checking macros for strtok_s.
msvcrt: Use parameter checking macros for string to number functions.
msvcrt: Use parameter checking macros for wcsto{number} functions.
msvcrt: Use parameter checking macros in wcstombs_s_l.
msvcrt: Use parameter checking macros in vsn(w)printf_s_l.
msvcrt: Implemented _itow_s.
msvcrt: Implemented _wputenv_s.
msvcrt: Implemented _(w)dupenv_s.
msvcrt: Implemented (w)searchenv_s.
msvcrt: Implemented _putwch.
msvcrt: Implemented _cputws.
msvcrt: Implemented _(w)access_s.
msvcrt: Implemented (_)wcserror.
msvcrt: Implemented (_)wcserror_s.
msvcrt: Implemented wcstok_s.
kernel32: Use fd availability for testing whether a console handle refers to a bare console.
server: Removed the no longer used bare parameter out of get_console_mode request.
msvcrt: Implemented the _(w)getenv_s functions.
msvcrt: For internal msvcrt use, added ability to grow automatically the size of the buffer in printf core engine.
msvcrt: Implemented _vc(w)printf.
msvcrt: Correctly manage va_list:s in vf(w)printf ny using auto-grow buffer in prinf engine.
msvcrt: Use macro for parameters validation itoa_s (and update the tests as well).
kernel32: Fixed regression with echoing input characters.
Erich Hoover (2):
include: Add IP_PKTINFO response structure.
include: Add macros for retrieving control message headers.
Eryk Wieliczko (8):
Eryk Wieliczko (8):
msvcrt: Add stub functions _lock_file and _unlock_file.
msvcrt: Implement strncat_s.
msvcrt: Implement _fseeki64.
msvcrt: Implement _ctime32/64_s.
msvcrt: Implement _findfirst64i32 and _findnext64i32.