Fixed handling of zero-sized client window.
[wine] / dlls / msvcrt /
2001-06-11  Patrik StridvallFixed some issues found by winapi_check.
2001-05-31  Francois Gougetfclose should return EOF (-1) if an error condition...
2001-05-31  Francois GougetCall FreeEnvironmentStrings when msvcrt is unloaded.
2001-05-31  Francois GougetAdded msvcrt/eh.h.
2001-05-22  Mike BondFixed spawnlp and added exec variants.
2001-05-22  Eric PouechCorrectly generate the environment global variables.
2001-05-18  Mike BondImplementation of spawnl and spawnlp.
2001-05-11  Francois GougetRemove unnecessary single quoting of debugstr_xxx strings.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-05-02  Francois Gougetntdll._iswctype should be ntdll.iswctype.
2001-04-25  Patrik StridvallFixed some issues found by winapi_check.
2001-04-23  Francois GougetWe must not free the pointer returned by localtime...
2001-04-23  Francois GougetAdd msvcrt/malloc.h (for the MFC).
2001-04-16  Ove KaavenHandle the %f case in wsprintf.
2001-04-16  Ove KaavenChanged the spec definition of *s*printf from *str...
2001-04-16  Gerald PfeiferFixed MSVCRT_clock return type.
2001-04-10  Francois GougetInclude the msvcrt headers, remove duplicate definitions.
2001-04-10  Francois GougetAdjust the 'MSVCRT_' prefix to match the msvcrt headers
2001-03-19  Eric KohlAdded stub for _setjmp3().
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-02-21  Alexandre Julliard__getmainargs last argument is a pointer to new_mode.
2001-02-20  Dmitry TimoshkovFix prototypes of MSVCRT___getmainargs and MSVCRT___wge...
2001-02-12  Patrik StridvallFixed some issues found by winapi_check.
2001-01-28  Josh DuBoisFixed typo.
2001-01-25  Patrik StridvallFixed some issues found by winapi_check.
2001-01-22  Jon GriffithsImplemented __dllonexit.
2001-01-22  James JuranUse int instead of WCHAR in va_arg() (fixes gcc-current...
2001-01-22  Francois GougetTypo fixes in comments.
2001-01-22  Jon Griffiths- New msvcrt unicode functions, winapi_check/-Wall...
2001-01-22  Jon Griffiths- Remove <string.h> from winnt.h.
2001-01-15  Alexandre JulliardFixed toupper/_toupper mixup.
2001-01-12  Jon GriffithsAdded some exception handling functions.
2001-01-12  Gerald PfeiferFixed mistyped variable name in MSVCRT__fpclass().
2001-01-12  Jon GriffithsFixes as a result of testing builtin crtdll against...
2001-01-11  Jon GriffithsAdded binary compatible __EH_prolog.
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.