projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
gdi32: Add an intermediate variable to avoid array bounds warnings.
[wine]
/
dlls
/
msvcrt
/
2011-10-18
Piotr Caban
msvcrt: Initialize all ctype fields.
tree
|
commitdiff
2011-10-18
Marcus Meissner
msvcrt: Use correct sizeof to realloc (Coverity).
tree
|
commitdiff
2011-10-17
Marcus Meissner
msvcrt: Replaced bad memcpy by strcpy (Coverity).
tree
|
commitdiff
2011-10-14
Piotr Caban
msvcrt: Fix handling of locales without region in MSVCR...
tree
|
commitdiff
2011-10-14
Piotr Caban
msvcrt: Added missing calling convention specification.
tree
|
commitdiff
2011-10-13
Piotr Caban
msvcrt: Don't duplicate _setmbcp functionality inside...
tree
|
commitdiff
2011-10-12
Piotr Caban
msvcrt: Added _mbtowc_l implementation.
tree
|
commitdiff
2011-10-12
Piotr Caban
msvcrt: Move _pctype definition to locale.c.
tree
|
commitdiff
2011-10-12
Piotr Caban
msvcrt: Use _ismbblead instead of _isleadbyte in mbcode...
tree
|
commitdiff
2011-10-12
Piotr Caban
msvcrt: Use ismbcodepage instead of mb_cur_max in mbcod...
tree
|
commitdiff
2011-10-12
Piotr Caban
msvcrt: Handle C locale in _setmbcp.
tree
|
commitdiff
2011-10-12
Piotr Caban
msvcrt: Don't overwrite mbcinfo inside setlocale.
tree
|
commitdiff
2011-10-08
Andrew Talbot
msvcrt: Remove a superfluous semicolon.
tree
|
commitdiff
2011-10-08
Andrew Talbot
msvcrt: Mark some fall-throughs in a switch statement.
tree
|
commitdiff
2011-10-06
Piotr Caban
msvcrt: Added _iswdigit_l implementation.
tree
|
commitdiff
2011-10-06
Piotr Caban
msvcrt: Free fd entries with incorrect HANDLE value.
tree
|
commitdiff
2011-10-06
Piotr Caban
msvcrt: Fix __pioinfo block size.
tree
|
commitdiff
2011-10-04
Piotr Caban
msvcrt: Fix wcsncpy_s implementation.
tree
|
commitdiff
2011-09-28
Frédéric Delanoy
msvcrt/tests: Remove dead assignments (Clang).
tree
|
commitdiff
2011-09-20
Piotr Caban
msvcr90: Fix _vswprintf_p implementation.
tree
|
commitdiff
2011-09-20
Francois Gouget
msvcrt: Fix printing NULL strings.
tree
|
commitdiff
2011-09-13
Piotr Caban
msvcrt: Improve operator new implementation.
tree
|
commitdiff
2011-09-05
Piotr Caban
msvcrt: Fix _vswprintf* arguments.
tree
|
commitdiff
2011-08-23
Andrew Talbot
msvcrt: Constify some variables.
tree
|
commitdiff
2011-08-22
Andrew Talbot
msvcrt: void functions should not return a value.
tree
|
commitdiff
2011-08-04
Frédéric Delanoy
tests: Assorted spelling fixes.
tree
|
commitdiff
2011-08-03
Austin English
msvcrt/tests: Make sure to use return values.
tree
|
commitdiff
2011-08-03
Frédéric Delanoy
dlls: Assorted spelling fixes.
tree
|
commitdiff
2011-08-01
Piotr Caban
msvcrt: Added vscwprintf_{l,p_l} functions implementation.
tree
|
commitdiff
2011-07-29
Piotr Caban
msvcrt: Fixed vswprintf* exports.
tree
|
commitdiff
2011-07-28
Piotr Caban
msvcrt: Fix uninitialized memory access in wcsrtombs_l...
tree
|
commitdiff
2011-07-26
Piotr Caban
msvcrt: Fix %f format handling in printf so it works...
tree
|
commitdiff
2011-07-26
Piotr Caban
msvcrt: Fixed tmpnam and _wtmpname implementation.
tree
|
commitdiff
2011-07-04
Daniel Verkamp
msvcrt/tests: Add test for _get_pgmptr.
tree
|
commitdiff
2011-07-04
Daniel Verkamp
msvcrt: Add _get_pgmptr and _get_wpgmptr.
tree
|
commitdiff
2011-06-20
Damjan Jovanovic
msvcrt: The time passed to utime functions can be NULL.
tree
|
commitdiff
2011-06-20
Piotr Caban
msvcrt: Avoid deadlock when _beginthread is executed...
tree
|
commitdiff
2011-06-20
Piotr Caban
msvcrt: Fix __p__pctype implementation.
tree
|
commitdiff
2011-06-14
Marcus Meissner
mscvrt: Do not shadow fmt (Coverity).
tree
|
commitdiff
2011-06-08
Piotr Caban
msvcrt: Fix broken exports in spec file.
tree
|
commitdiff
2011-06-06
Piotr Caban
msvcrt: Fixed buffer overflow in snprintf functions...
tree
|
commitdiff
2011-06-03
Piotr Caban
msvcrt: Improved tolower_l and toupper_l implementation.
tree
|
commitdiff
2011-06-03
Piotr Caban
msvcrt: Fix pclmap and pcumap for "C" locale.
tree
|
commitdiff
2011-06-03
Piotr Caban
msvcrt: Fix mingw compilation issues.
tree
|
commitdiff
2011-05-26
Piotr Caban
msvcrt: Improved locale initialization.
tree
|
commitdiff
2011-05-25
Piotr Caban
msvcr90/tests: Added _getptd tests.
tree
|
commitdiff
2011-05-25
Piotr Caban
msvcrt: Added _get_unexpected implementation.
tree
|
commitdiff
2011-05-25
Piotr Caban
msvcrt: Added _getptd implementation.
tree
|
commitdiff
2011-05-25
Piotr Caban
msvcrt: Improved tmpnam/wtmpnam implementation.
tree
|
commitdiff
2011-05-25
Piotr Caban
msvcrt: Change the way how localtime/gmtime buffer...
tree
|
commitdiff
2011-05-25
Piotr Caban
msvcrt: Change the way locale information is stored...
tree
|
commitdiff
2011-05-25
Piotr Caban
msvcrt: Use get_locinfo instead of get_locale.
tree
|
commitdiff
2011-05-25
Piotr Caban
msvcrt: Use _create_locale instead of setlocale during...
tree
|
commitdiff
2011-05-25
Piotr Caban
msvcrt: Reorder fields of __thread_data structure.
tree
|
commitdiff
2011-05-25
Piotr Caban
msvcrt: Close thread handle when _beginthread is used.
tree
|
commitdiff
2011-05-23
Francois Gouget
msvcrt: Add a trailing '\n' to an ERR() call.
tree
|
commitdiff
2011-05-20
Piotr Caban
msvcrt: Make FILE writing functions thread safe.
tree
|
commitdiff
2011-05-20
Piotr Caban
msvcrt: Make FILE reading functions thread safe.
tree
|
commitdiff
2011-05-20
Piotr Caban
msvcrt: Make FILE position related functions thread...
tree
|
commitdiff
2011-05-20
Piotr Caban
msvcrt: Make FILE->_flag reading functions thread safe.
tree
|
commitdiff
2011-05-20
Piotr Caban
msvcrt: Make ungetc and ungetwc thread safe.
tree
|
commitdiff
2011-05-20
Piotr Caban
msvcrt: Make setvbuf thread safe.
tree
|
commitdiff
2011-05-20
Piotr Caban
msvcrt: Make _flsbuf thread safe.
tree
|
commitdiff
2011-05-20
Piotr Caban
msvcrt: Make _filbuf thread safe.
tree
|
commitdiff
2011-05-20
Piotr Caban
msvcrt: Make fclose thread safe.
tree
|
commitdiff
2011-05-20
Piotr Caban
msvcrt: Make fflush function thread safe.
tree
|
commitdiff
2011-05-20
Piotr Caban
msvcrt: Free locks after freeing io data.
tree
|
commitdiff
2011-05-20
Piotr Caban
msvcrt: Fix __pctype_func implementation.
tree
|
commitdiff
2011-05-19
Piotr Caban
msvcrt: Make scanf functions thread safe.
tree
|
commitdiff
2011-05-19
Piotr Caban
msvcrt: Make printf functions thread safe.
tree
|
commitdiff
2011-05-19
Piotr Caban
msvcrt: Added _lock_file/_unlock_file implementation.
tree
|
commitdiff
2011-05-19
Piotr Caban
msvcrt: Improved _getmaxstdio and _setmaxstdio implemen...
tree
|
commitdiff
2011-05-19
Piotr Caban
msvcrt: Allocate FILE tables dynamically.
tree
|
commitdiff
2011-05-19
Piotr Caban
msvcrt: Allocate ioinfo tables dynamically.
tree
|
commitdiff
2011-05-17
Alexandre Julliard
msvcrt: Implement _seh_longjmp_unwind4 for i386.
tree
|
commitdiff
2011-05-17
Alexandre Julliard
msvcrt: Implement _local_unwind for x86_64.
tree
|
commitdiff
2011-05-16
Piotr Caban
msvcrt: Fix return values in wcstombs and wcsrtombs...
tree
|
commitdiff
2011-05-16
Piotr Caban
msvcrt: Fix return values in strlwr and strupr functions.
tree
|
commitdiff
2011-05-16
Igor Paliychuk
msvcrt: _CxxThrowException is stdcall, not cdecl.
tree
|
commitdiff
2011-05-15
Alexandre Julliard
msvcrt: Add support for function namespaces in symbol...
tree
|
commitdiff
2011-05-15
Alexandre Julliard
msvcrt: Add support for template operators in symbol...
tree
|
commitdiff
2011-05-15
Alexandre Julliard
msvcrt: Add support for __ptr64 attribute in symbol...
tree
|
commitdiff
2011-05-12
Piotr Caban
msvcrt: Added _strnicoll_l implementation.
tree
|
commitdiff
2011-05-12
Piotr Caban
msvcrt: Added _strncoll_l implementation.
tree
|
commitdiff
2011-05-12
Piotr Caban
msvcrt: Added _stricoll_l implementation.
tree
|
commitdiff
2011-05-12
Piotr Caban
msvcrt: Added _strcoll_l implementation.
tree
|
commitdiff
2011-05-12
Piotr Caban
msvcrt: Added _strupr_s_l implementation.
tree
|
commitdiff
2011-05-12
Piotr Caban
msvcrt: Added _strlwr_s_l implementation.
tree
|
commitdiff
2011-05-12
Piotr Caban
msvcrt: Added _tolower_l implementation.
tree
|
commitdiff
2011-05-12
Piotr Caban
msvcrt: Added _toupper_l implementation.
tree
|
commitdiff
2011-05-12
Piotr Caban
msvcrt: Added _is*_l functions implementation.
tree
|
commitdiff
2011-05-12
Piotr Caban
msvcrt: Added _isctype_l implementation.
tree
|
commitdiff
2011-05-12
Piotr Caban
msvcrt: Added _towupper_l and _towlower_l implementation.
tree
|
commitdiff
2011-05-11
Piotr Caban
msvcrt: Don't pass NULL as __ms_va_list in printf imple...
tree
|
commitdiff
2011-05-03
Piotr Caban
msvcrt: Added _swprintf and vsnprintf functions.
tree
|
commitdiff
2011-05-03
Piotr Caban
msvcrt: Added _wtmpnam implementation.
tree
|
commitdiff
2011-05-03
Francois Gouget
msvcrt: Make printf_arg arg_clbk_positional() and MSVCR...
tree
|
commitdiff
2011-05-03
Alexandre Julliard
msvcrt: Specify arguments for the stub functions.
tree
|
commitdiff
2011-05-02
Nicolas Le Cam
msvcrt/tests: Avoid size_t in traces.
tree
|
commitdiff
2011-05-01
Alexandre Julliard
msvcrt: Implemented a few trivial math functions.
tree
|
commitdiff
next