- 015844a msvcrt: Fix the calling convention of _wsearchenv() and _wspawnv*(). by Francois Gouget · 17 years ago
- 49864b0 msvcrt: Fix demangling of function pointers by maintaining the left/right distinction for type references. by Alexandre Julliard · 17 years ago
- 56eb6f6 msvcrt: Fix ^Z handling in text mode. by Dan Kegel · 17 years ago
- 4cd3a16 msvcrt: Improve CR CR LF handling. by Dan Kegel · 17 years ago
- 260fd8a msvcrt: New implementation of fcvt. by Karl Relton · 18 years ago
- 1efae75 msvcrt: Implement _wspawnv{, e, p, pe}. by Hans Leidekker · 18 years ago
- 7d3d98e msvcrt: Implement _wsearchenv. by Hans Leidekker · 18 years ago
- fcae677 msvcrt: Added implementation of a few more __crt functions. by Alexandre Julliard · 18 years ago
- 35602d4 msvcrt: Added implementation for __STRINGTOLD. by Alexandre Julliard · 18 years ago
- 6bbd3ca msvcrt: Resolve symbols clashes with FreeBSD libc. by Tijl Coosemans · 18 years ago
- dd3e2be msvcrt: Add a prototype for _atoldbl() & co and declare _LDOUBLE & co in stdlib.h. by Francois Gouget · 18 years ago
- a116879 Assorted spelling fixes. by Francois Gouget · 18 years ago
- 26d50d6 msvcrt: Don't include mbstring.h to avoid conflicts with system headers. by Alexandre Julliard · 18 years ago
- 758539c msvcrt: Implement and test _mbsbtype. by Mikolaj Zalewski · 18 years ago
- 884d718 msvcrt: Test and fix _ismbslead and _ismbstrail. by Mikolaj Zalewski · 18 years ago
- 9a2d605 msvcrt: Test and fix _mbsinc/_mbsninc. by Mikolaj Zalewski · 18 years ago
- cf8cf1d msvcrt: Don't test codepage 20932. by Mikolaj Zalewski · 18 years ago
- c5268a2 msvcrt: Test and fix _mbccpy, _mbsncpy and _mbsnbcpy. by Mikolaj Zalewski · 18 years ago
- e98d1da msvcrt: Restore error handling code in localtime. by Dmitry Timoshkov · 18 years ago
- 12ff678 msvcrt: Test that some functions depends on locale codepage, not the one set by _setmbcp. by Mikolaj Zalewski · 18 years ago
- cea1052 msvcrt: Test and fix _mbclen/_mbslen. by Mikolaj Zalewski · 18 years ago
- 545f446 msvcrt: Test and fix _mbsnextc. by Mikolaj Zalewski · 18 years ago
- ba43c67 msvcrt: Implement _ismbblead/_ismbbtrail using _mbctype (with tests). by Mikolaj Zalewski · 18 years ago
- ea824f8 msvcrt: Fill _mbctype table in _setmbcp. by Mikolaj Zalewski · 18 years ago
- 56f4262 msvcrt/tests: Wait for spawned processes to finish. by Paul Vriens · 18 years ago
- 1e5b131 msvcrt: Route mktime and localtime to glibc. by Dmitry Timoshkov · 18 years ago
- e9ec5d4 msvcrt: __mb_cur_max is not updated in _setmbcp (with testcase) and should not be used in _ismbblead. by Mikolaj Zalewski · 18 years ago
- 059436d msvcrt/tests: Remove wrong FreeLibrary and fix typo's. by Paul Vriens · 18 years ago
- 1b819cb msvcrt: Use a valid parameter array when demangling a template name. by Alexandre Julliard · 18 years ago
- 7f1db3a msvcrt: Use the correct size_t type. by Alexandre Julliard · 18 years ago
- 1a688cd msvcrt: Fix _makepath(). by Peter Beutner · 18 years ago
- 2b3c19f msvcrt: Add _makepath() tests. by Peter Beutner · 18 years ago
- d85b10a msvcrt: mbsnbicmp should be case insensitive. by Damjan Jovanovic · 18 years ago
- cf7c156 msvcrt/tests: Add _aligned_malloc tests. by Robert Reif · 18 years ago
- fc77a46 msvcrt: Add _aligned_malloc functions. by Robert Reif · 18 years ago
- 1f5a4a8 msvcrt: Get rid of the now unused strndup/wstrndup functions. by Alexandre Julliard · 18 years ago
- 00c81e9 msvcrt: Fixed errno setting in malloc, HeapAlloc doesn't set last error. by Alexandre Julliard · 18 years ago
- b2acafa msvcrt: Fixed buffer allocation in _getcwd/_wgetcwd. by Alexandre Julliard · 18 years ago
- b25ad76 msvcrt: Preserve registers when calling unwind function. by Vitaliy Margolen · 18 years ago
- d7d40b7 msvcrt: Remove superfluous casts of void pointers to other pointer types. by Michael Stefaniuc · 18 years ago
- ec4936a msvcrt: Do not use wide character constants. by Michael Stefaniuc · 18 years ago
- 814ca12 msvcrt: Move definition of 2 static inline functions up and remove the forward declaration of those. Found by sparse. by Michael Stefaniuc · 18 years ago
- 72bc742 msvcrt: Set the correct ebp value before calling the local unwind handler. by Alexandre Julliard · 18 years ago
- a50dfc1 msvcrt/tests: Fix a signed/unsigned int mismatch. by Francois Gouget · 18 years ago
- cf21862 msvcrt: When operating on a closed pipe, read() should return 0, not -1. by Francois Gouget · 18 years ago
- 784693b msvcrt: Remove the S_ISXXX() macros as they are not present in the Visual C++ headers. by Francois Gouget · 18 years ago
- f793221 msvcrt/tests: When compiling with Visual C++ 2005, one must define _CRT_NON_CONFORMING_SWPRINTFS otherwise swprintf() takes an extra parameter. by Francois Gouget · 18 years ago
- 9069577 msvcrt: Exclude unused headers. by Andrew Talbot · 18 years ago
- 480faef msvcrt: Correct the spec file entry for _makepath. by Hans Leidekker · 18 years ago
- 0edfb58 msvcrt: Remove superfluous semicolons. by Andrew Talbot · 18 years ago
- 590bf1b msvcrt: Demangle a C++ mangled string that is only a name with it's template argument list. by Michael Stefaniuc · 18 years ago
- 4718261 msvcrt: Move the code to demangle a name with its template argument list out of get_class() and into a separate function. by Michael Stefaniuc · 18 years ago
- 1e8e0a4 msvcrt/tests: Replace inline static with static inline. by Andrew Talbot · 18 years ago
- 7b10348 msvcrt: Replace inline static with static inline. by Andrew Talbot · 18 years ago
- 63da5f2 msvcrt: Print FIXME on platforms where _except_handler3 is a stub. by Dmitry Timoshkov · 18 years ago
- fbe9b57 msvcrt: Remove unused variable. by Jan Zerebecki · 18 years ago
- 8f097d8 msvcrt: _initterm doesn't return anything. by Alexandre Julliard · 18 years ago
- 35d728e msvcrt: Improved _local_unwind2 implementation. by Alexandre Julliard · 18 years ago
- 3b32ae2 msvcrt: Add DebugInfo to critical sections. by Jan Zerebecki · 18 years ago
- 8ebcf40 msvcrt/tests: Properly remove temporary directory. by Paul Vriens · 18 years ago
- 2705d78 msvcrt: Fix fstat's handling of pipes and char devices. by Damjan Jovanovic · 18 years ago
- 7ecc283 msvcrt: Implemented stat64, wstat64 and fstat64. by Damjan Jovanovic · 18 years ago
- cbb6da2 msvcrt: Added declarations for functions and structures related to stat64. by Damjan Jovanovic · 18 years ago
- f415b5d msvcrt: Use raise(SIGABRT) for abort() and assert(). by Eric Pouech · 18 years ago
- bb5a20c msvcrt: Implemented the raise function. by Eric Pouech · 18 years ago
- 9f309b3 msvcrt: Reset a signal to DFL before it's used. by Eric Pouech · 18 years ago
- 2851b31 msvcrt: Implement fopen/wfopen on top of fsopen/wfsopen instead of the other way around. by Alexandre Julliard · 18 years ago
- 24dbdf8 msvcrt: Implement _mbbtype according to MSDN. by Juan Lang · 18 years ago
- 65d9723 msvcrt: Align struct _stati64's st_size on an 8 byte boundary. by Damjan Jovanovic · 18 years ago
- bbe9c51 msvcrt: Fix *printf() handling of negative field width. by Michael Stefaniuc · 18 years ago
- 8333cf8 msvcrt: Fix the internal flag computation for _open_osfhandle. by Eric Pouech · 18 years ago
- aab5e58 Don't put single quotes around '%s' when using the debugstr_*() functions. by Francois Gouget · 18 years ago
- 2319999 Remove redundant semicolons for ANSI compatibility. by Joel Parker · 18 years ago
- 8137c09 msvcrt: If we're at EOF in the buffer and we have pattern %n in format string we should not count the EOF in the total. by Alasdair Sinclair · 18 years ago
- 6f9ad1b msvcrt: Export various locale and codepage variables. by Alexandre Julliard · 18 years ago
- 464a6eb msvcrt: Move static function from header into file where it is called. by Andrew Talbot · 18 years ago
- 338100c msvcrt: Declare some items static. by Andrew Talbot · 18 years ago
- 262cf15 msvcrt: execl fix when no args are given (reported by Louis Lenders). by Eric Pouech · 18 years ago
- 6d9f0c2 msvcrt: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL. by Andrew Talbot · 18 years ago
- c7e00c9 janitorial: In multiline strings there is no need for '\' at the end of the lines. by Michael Stefaniuc · 18 years ago
- ada9dc9 msvcrt: Make an internal function static, avoid a prototype. by Dmitry Timoshkov · 18 years ago
- 6738635 msvcrt: Add function _mbsspnp. by Duane Clark · 18 years ago
- 6c04a18 msvcrt: Add _atoldbl. by Louis Lenders · 18 years ago
- 0689e9e msvcrt: Define __CxxLongjmpUnwind for i386 only. by Alexandre Julliard · 18 years ago
- 7d98599 msvcrt: Implemented __CxxLongjmpUnwind. by Alexandre Julliard · 18 years ago
- 8592c4b msvcrt: Make pointers to read-only exception descriptors const. by Alexandre Julliard · 18 years ago
- ffa8444 msvcrt: Make some data const. by Dmitry Timoshkov · 18 years ago
- f0dd63c msvcrt: The tests link with msvcrt(d).dll now, so use GetModuleHandle() rather than LoadLibrary(). by Francois Gouget · 18 years ago
- ac550a8 msvcrt/tests: Cast-qual warnings fix. by Andrew Talbot · 18 years ago
- 9317377 msvcrt/tests: Cast-qual warnings fix. by Andrew Talbot · 18 years ago
- 24c4f46 msvcrt/tests: Cast-qual warnings fix. by Andrew Talbot · 18 years ago
- f0280cb made functions and variables static in some testcases. by Marcus Meissner · 18 years ago
- ec7f2f8 msvcrt: Use LOCALE_USER_DEFAULT to get the proper codepage for the Unix locale. by Alexandre Julliard · 18 years ago
- bb8e625 Assorted spelling fixes. by Francois Gouget · 18 years ago
- 1a145bb msvcrt/tests: We cannot link with _initterm() with Visual C++, so we have to load it dynamically. by Francois Gouget · 18 years ago
- b2765fc msvcrt/tests: The tests must not include msvcrt.h because it contains declarations that may be incompatible with the PSDK headers. by Francois Gouget · 18 years ago
- fa47970 msvcrt: Add _fstat64 and _stat64 to msvcrt.spec. by Louis Lenders · 18 years ago
- 48c0066 msvcrt: Use the custom vsnprintf implementation for msvcrt.vsprintf too. by Sam Dennis · 18 years ago
- 63b62dc msvcrt/tests: Clean up a temp file. by Alexandre Julliard · 18 years ago
- a697fe5 msvcrt: printf buffer overrun tests. by Jesse Allen · 18 years ago