Spelling fixes.
[wine] / dlls / msvcrt /
2008-04-09  Austin EnglishSpelling fixes.
2008-04-09  Erik de Castro Lopomsvcrt: Clear end-of-file flag on fseek.
2008-03-20  Alexandre Julliardmsvcrt: Add support for field width in scanf %c format.
2008-03-11  Alexandre Julliardmsvcrt: Implemented __CppXcptFilter.
2008-03-10  Alexandre Julliardmsvcrt/tests: The new string functions don't have to...
2008-03-07  Andrew Talbotmsvcrt: Assign to structs instead of using memcpy.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-02-27  Alistair Leslie... msvcrt: Implement wcscpy_s.
2008-02-27  Alexandre Julliardmsvcrt: Use the correct msvcrt defines for errno values.
2008-02-27  Alexandre Julliardmsvcrt: Fix incorrect uses of msvcrt_set_errno.
2008-02-12  Dan Kegelmsvcrt: Fix EOF behavior on read from pipe or console.
2008-02-05  Francois Gougetmsvcrt: __CxxDetectRethrow() and __CxxQueryExceptionSiz...
2008-01-23  Eric Pouechmsvcrt: Corrected the .spec definition for the printf...
2008-01-22  Eric Pouechmsvcrt: symbol undecoration: Really check that we get...
2008-01-22  Eric Pouechmsvcrt: symbol undecoration: Added support for RTTI...
2008-01-22  Eric Pouechmsvcrt: symbol undecoration: Added support for thunks.
2008-01-22  Eric Pouechmsvcrt: symbol undecoration: Corrected handling of...
2008-01-22  Eric Pouechmsvcrt: symbol undecoration: Added support for a couple...
2008-01-22  Eric Pouechmsvcrt: symbol undecoration: Added support for cointerface.
2008-01-22  Eric Pouechmsvcrt: symbol undecoration: Handling of void in templa...
2008-01-22  Eric Pouechmsvcrt: symbol undecoration: Now correctly parsing...
2008-01-14  Andrew Talbotmsvcrt: Remove unneeded casts.
2008-01-10  Marcus Meissnermsvcrt: Remove strange condition which might lead to...
2008-01-08  Hans Leidekkermsvcrt: Correct search strategy for the exec/spawn...
2008-01-08  Hans Leidekkermsvcrt: Implement _wexecv{, e, p, pe}.
2008-01-08  Hans Leidekkermsvcrt: Implement _wspawnl{, e, p, pe}.
2008-01-08  Hans Leidekkermsvcrt: Implement _wexecl{, e, p, pe}.
2008-01-08  Hans Leidekkermsvcrt: Rewrite _spawnve as a wrapper.
2008-01-08  Hans Leidekkermsvcrt: Implement _execl{e, pe}.
2008-01-08  Hans Leidekkermsvcrt: Rewrite _execl/_spawnl functions as wrappers...
2008-01-08  Hans Leidekkermsvcrt: Implement _wpopen and forward _popen to it.
2008-01-08  Hans Leidekkermsvcrt: Implement _wsystem and forward system to it...
2008-01-08  Dmitry Timoshkovmsvcrt: Rename _environ to avoid a conflict on Solaris.
2008-01-02  Hans Leidekker msvcrt: Fix spec file entries for the execv functions.
2007-12-24  Andrew Talbotmsvcrt: Remove unneeded cast.
2007-12-04  Gerald Pfeifermsvcrt: Fix error handling in _aligned_offset_realloc().
2007-11-28  Lionel Debrouxmsvcrt: Test more offsets for _aligned_offset_realloc...
2007-11-28  Lionel Debrouxmsvcrt: Fix _Aligned_offset_realloc (move correct block...
2007-11-26  Lionel Debrouxmsvcrt: Fix memory leak (found by Smatch).
2007-11-19  Michael Stefaniucmsvcrt/tests: Remove redundant NULL check before free...
2007-11-16  Stefan Dösingermsvcrt: Implement _mbsnbcpy_s.
2007-11-16  Stefan Dösingermsvcrt: Implement strcat_s.
2007-11-16  Stefan Dösingermsvcrt: Implement strcpy_s.
2007-11-07  Dan Kegelmsvcrt: Fix two buglets in heap test.
2007-10-31  Alexandre Julliardmsvcrt: Silence FIXME about an unknown parameter that...
2007-10-29  Mikolaj Zalewskimsvcrt/tests: Loosen the mbctype test to pass under...
2007-10-26  Lionel Debrouxmsvcrt/tests: Fix memory leak (found by Smatch).
2007-10-15  Francois Gougetmsvcrt: Fix the calling convention of _wsearchenv(...
2007-10-10  Alexandre Julliardmsvcrt: Fix demangling of function pointers by maintain...
2007-10-09  Dan Kegelmsvcrt: Fix ^Z handling in text mode.
2007-10-05  Dan Kegelmsvcrt: Improve CR CR LF handling.
2007-09-25  Karl Reltonmsvcrt: New implementation of fcvt.
2007-09-24  Hans Leidekkermsvcrt: Implement _wspawnv{, e, p, pe}.
2007-09-24  Hans Leidekkermsvcrt: Implement _wsearchenv.
2007-09-19  Alexandre Julliardmsvcrt: Added implementation of a few more __crt functions.
2007-09-19  Alexandre Julliardmsvcrt: Added implementation for __STRINGTOLD.
2007-09-19  Tijl Coosemansmsvcrt: Resolve symbols clashes with FreeBSD libc.
2007-08-30  Francois Gougetmsvcrt: Add a prototype for _atoldbl() & co and declare...
2007-08-30  Francois GougetAssorted spelling fixes.
2007-08-24  Alexandre Julliardmsvcrt: Don't include mbstring.h to avoid conflicts...
2007-08-24  Mikolaj Zalewskimsvcrt: Implement and test _mbsbtype.
2007-08-24  Mikolaj Zalewskimsvcrt: Test and fix _ismbslead and _ismbstrail.
2007-08-23  Mikolaj Zalewskimsvcrt: Test and fix _mbsinc/_mbsninc.
2007-08-23  Mikolaj Zalewskimsvcrt: Don't test codepage 20932.
2007-08-23  Mikolaj Zalewskimsvcrt: Test and fix _mbccpy, _mbsncpy and _mbsnbcpy.
2007-08-21  Dmitry Timoshkovmsvcrt: Restore error handling code in localtime.
2007-08-21  Mikolaj Zalewskimsvcrt: Test that some functions depends on locale...
2007-08-21  Mikolaj Zalewskimsvcrt: Test and fix _mbclen/_mbslen.
2007-08-21  Mikolaj Zalewskimsvcrt: Test and fix _mbsnextc.
2007-08-21  Mikolaj Zalewskimsvcrt: Implement _ismbblead/_ismbbtrail using _mbctype...
2007-08-21  Mikolaj Zalewskimsvcrt: Fill _mbctype table in _setmbcp.
2007-08-21  Paul Vriensmsvcrt/tests: Wait for spawned processes to finish.
2007-08-21  Dmitry Timoshkovmsvcrt: Route mktime and localtime to glibc.
2007-08-17  Mikolaj Zalewskimsvcrt: __mb_cur_max is not updated in _setmbcp (with...
2007-08-15  Paul Vriensmsvcrt/tests: Remove wrong FreeLibrary and fix typo's.
2007-08-14  Alexandre Julliardmsvcrt: Use a valid parameter array when demangling...
2007-08-08  Alexandre Julliardmsvcrt: Use the correct size_t type.
2007-08-07  Peter Beutnermsvcrt: Fix _makepath().
2007-08-07  Peter Beutnermsvcrt: Add _makepath() tests.
2007-08-06  Damjan Jovanovicmsvcrt: mbsnbicmp should be case insensitive.
2007-07-31  Robert Reifmsvcrt/tests: Add _aligned_malloc tests.
2007-07-31  Robert Reifmsvcrt: Add _aligned_malloc functions.
2007-07-27  Alexandre Julliardmsvcrt: Get rid of the now unused strndup/wstrndup...
2007-07-27  Alexandre Julliardmsvcrt: Fixed errno setting in malloc, HeapAlloc doesn...
2007-07-27  Alexandre Julliardmsvcrt: Fixed buffer allocation in _getcwd/_wgetcwd.
2007-07-16  Vitaliy Margolenmsvcrt: Preserve registers when calling unwind function.
2007-07-04  Michael Stefaniucmsvcrt: Remove superfluous casts of void pointers to...
2007-06-25  Michael Stefaniucmsvcrt: Do not use wide character constants.
2007-06-20  Michael Stefaniucmsvcrt: Move definition of 2 static inline functions...
2007-06-08  Alexandre Julliardmsvcrt: Set the correct ebp value before calling the...
2007-05-29  Francois Gougetmsvcrt/tests: Fix a signed/unsigned int mismatch.
2007-05-22  Francois Gougetmsvcrt: When operating on a closed pipe, read() should...
2007-05-22  Francois Gougetmsvcrt: Remove the S_ISXXX() macros as they are not...
2007-05-22  Francois Gougetmsvcrt/tests: When compiling with Visual C++ 2005,...
2007-05-15  Andrew Talbotmsvcrt: Exclude unused headers.
2007-04-19  Hans Leidekkermsvcrt: Correct the spec file entry for _makepath.
2007-04-11  Andrew Talbotmsvcrt: Remove superfluous semicolons.
2007-04-06  Michael Stefaniucmsvcrt: Demangle a C++ mangled string that is only...
2007-04-06  Michael Stefaniucmsvcrt: Move the code to demangle a name with its templ...
next