projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
cabinet/tests: Make some variables static.
[wine]
/
dlls
/
msvcrt
/
2010-09-30
Andrew Nguyen
msvcrt: Initialize environ on DLL load.
tree
|
commitdiff
2010-09-29
Hans Leidekker
msvcrt: Implement wcsnlen.
tree
|
commitdiff
2010-09-28
Andrew Nguyen
msvcrt: Implement _set_doserrno.
tree
|
commitdiff
2010-09-28
Andrew Nguyen
msvcrt: Implement _set_errno.
tree
|
commitdiff
2010-09-28
Andrew Nguyen
msvcrt: Implement _get_doserrno.
tree
|
commitdiff
2010-09-28
Andrew Nguyen
msvcrt: Implement _get_errno.
tree
|
commitdiff
2010-09-28
Andrew Nguyen
msvcrt: Implement strerror_s.
tree
|
commitdiff
2010-09-28
Andrew Nguyen
msvcrt: Convert the Unix asctime string from CP_UNIXCP...
tree
|
commitdiff
2010-09-23
Piotr Caban
msvcrt: Added 'll' modifier to printf functions.
tree
|
commitdiff
2010-09-19
Alexandre Julliard
makefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR...
tree
|
commitdiff
2010-09-19
Alexandre Julliard
makefiles: Add a standard header for all makefiles...
tree
|
commitdiff
2010-09-02
Piotr Caban
msvcrt: Fix _splitpath and _wsplitpath implementation.
tree
|
commitdiff
2010-08-31
Alexandre Goujon
msvcrt: Properly fix setlocale and clean up tests.
tree
|
commitdiff
2010-08-31
Alexandre Julliard
msvcrt: Use float instead of long in the spec file...
tree
|
commitdiff
2010-08-31
Alexandre Julliard
msvcrt: Use int64 in the spec file for 64-bit integers.
tree
|
commitdiff
2010-08-30
Piotr Caban
msvcrt: Added _splitpath_s implementation.
tree
|
commitdiff
2010-08-30
Alexandre Goujon
msvcrt: string Avoid size_t in ok().
tree
|
commitdiff
2010-08-29
Alexandre Julliard
msvcrt: Add -ret64 flag on some functions that return...
tree
|
commitdiff
2010-08-27
Piotr Caban
msvcrt: Added _gcvt_s implementation.
tree
|
commitdiff
2010-08-27
Piotr Caban
msvcrt: Added _scprintf implementation.
tree
|
commitdiff
2010-08-27
Piotr Caban
msvcrt: Added _gmtime32_s and _gmtime64_s implementation.
tree
|
commitdiff
2010-08-27
Piotr Caban
msvcrt: Added _strdate_s and _wstrdate_s implementation.
tree
|
commitdiff
2010-08-27
Piotr Caban
msvcrt: Added _strtime_s and _wstrtime_s implementation.
tree
|
commitdiff
2010-08-25
Piotr Caban
msvcrt: Added _set_purecall_handler implementation.
tree
|
commitdiff
2010-08-25
Piotr Caban
msvcrt: Added _set_SSE2_enable stub.
tree
|
commitdiff
2010-08-24
Alexandre Julliard
msvcrt: Export the 64-bit version of the C++ mangled...
tree
|
commitdiff
2010-08-24
Alexandre Julliard
msvcrt: List the this pointer as an additional argument...
tree
|
commitdiff
2010-08-24
Alexandre Julliard
msvcrt: Use a __thiscall macro where appropriate to...
tree
|
commitdiff
2010-08-24
Alexandre Julliard
msvcrt: Use the thiscall type on appropriate entry...
tree
|
commitdiff
2010-07-22
Alexandre Julliard
msvcrt: Use the appropriate mangled names for operator...
tree
|
commitdiff
2010-07-22
Piotr Caban
msvcrt: Fixed strtod_l/wcstod_l implementation.
tree
|
commitdiff
2010-07-21
Alexandre Julliard
dlls: Remove explicit imports of kernel32 and ntdll.
tree
|
commitdiff
2010-07-21
Alexandre Julliard
msvcrt/tests: Fix printf format warnings with ptrdiff_t.
tree
|
commitdiff
2010-07-19
Greg Geldorp
msvcrt/tests: ecvt on Win9x and NT4 will corrupt memory...
tree
|
commitdiff
2010-07-09
Alexandre Julliard
msvcrt/tests: Add some alternative locale names that...
tree
|
commitdiff
2010-06-28
Alexandre Julliard
msvcrt: Use the correct strdup function for locale...
tree
|
commitdiff
2010-06-25
Andrew Nguyen
msvcrt: Implement _wmakepath_s.
tree
|
commitdiff
2010-06-25
Andrew Nguyen
msvcrt: Implement _makepath_s.
tree
|
commitdiff
2010-06-24
Francois Gouget
Assorted typo and spelling fixes.
tree
|
commitdiff
2010-06-22
Francois Gouget
msvcrt/tests: Make test_dup2() static.
tree
|
commitdiff
2010-06-22
Francois Gouget
msvcrt/tests: Add a trailing '\n' to an ok() call.
tree
|
commitdiff
2010-06-22
Piotr Caban
msvcrt: Added __crtLCMapStringW partial implementation.
tree
|
commitdiff
2010-06-17
Alexander Scott...
msvcrt/tests: Rename a variable.
tree
|
commitdiff
2010-06-11
Nikolay Sivov
msvcrt: Fix __lconv_init() prototype.
tree
|
commitdiff
2010-06-11
Nikolay Sivov
msvcrt: Add _scwprintf implementation.
tree
|
commitdiff
2010-06-11
Nikolay Sivov
msvcrt: Add _snwprintf_s implementation.
tree
|
commitdiff
2010-06-11
Nikolay Sivov
msvcrt: Add _snprintf_s implementation.
tree
|
commitdiff
2010-06-09
Alexander Scott...
msvcrt/tests: Move function pointer initialization...
tree
|
commitdiff
2010-06-07
Alexander Scott...
msvcrt/test: Add some simple _vsnwprintf_s tests.
tree
|
commitdiff
2010-06-07
Alexander Scott...
msvcrt: Fix spec file.
tree
|
commitdiff
2010-06-07
Alexander Scott...
msvcrt: The sizeOfBuffer argument of _vsnwprintf_s...
tree
|
commitdiff
2010-06-07
Alexander Scott...
include/msvcrt: Define _TRUNCATE; use it in the tests.
tree
|
commitdiff
2010-06-07
Alexander Scott...
msvcrt: Rename _TRUNCATE to MSVCRT__TRUNCATE.
tree
|
commitdiff
2010-06-07
Alexander Scott...
msvcrt/tests: Properly skip if functions are not available.
tree
|
commitdiff
2010-06-07
Alexander Scott...
msvcrt: Fix comments.
tree
|
commitdiff
2010-05-28
Alexandre Julliard
msvcrt: Make sure msvcrt doesn't get unloaded.
tree
|
commitdiff
2010-05-28
Robert Wilhelm
msvcrt: Support system(NULL).
tree
|
commitdiff
2010-05-25
Gerald Pfeifer
msvcrt/tests: Adjust CHECK_TYPE to avoid some two dozen...
tree
|
commitdiff
2010-05-24
Piotr Caban
msvcrt: Fix wcstombs_l implementation.
tree
|
commitdiff
2010-05-24
Piotr Caban
msvcrt: Fix mbstowcs_l implementation.
tree
|
commitdiff
2010-05-21
Marcus Meissner
msvcrt: Check locale for NULL before freeing.
tree
|
commitdiff
2010-05-20
Piotr Caban
msvcrt: Fix compilation error (x86_64-pc-mingw32).
tree
|
commitdiff
2010-05-17
Piotr Caban
msvcrt: Added $I10_OUTPUT implementation.
tree
|
commitdiff
2010-05-13
Marcus Meissner
msvcrt: Add some missing CDECL.
tree
|
commitdiff
2010-05-10
Piotr Caban
msvcrt: Fix synonym handling in setlocale/create_locale.
tree
|
commitdiff
2010-05-10
Piotr Caban
msvcrt: Partial fix for setlocale/create_locale.
tree
|
commitdiff
2010-05-10
Piotr Caban
msvcrt: Fix strtod and wcstod implementation.
tree
|
commitdiff
2010-05-06
Piotr Caban
msvcrt: Added mbstowcs and wcstombs tests.
tree
|
commitdiff
2010-05-06
Piotr Caban
msvcrt: Fixed wcstombs(_s_l) implementation.
tree
|
commitdiff
2010-05-06
Piotr Caban
msvcrt: Added mbstowcs(_s_l) implementation.
tree
|
commitdiff
2010-05-06
Piotr Caban
msvcrt: Added _mbstrlen_l implementation.
tree
|
commitdiff
2010-05-05
Piotr Caban
msvcrt: Added _ui64toa_s implementation.
tree
|
commitdiff
2010-05-05
Piotr Caban
msvcrt: Added ___mb_cur_max_l_func implementation.
tree
|
commitdiff
2010-05-05
Piotr Caban
msvcrt: Added _get_osplatform implementation.
tree
|
commitdiff
2010-05-04
Austin English
msvcrt: Fix tests for Windows ME.
tree
|
commitdiff
2010-05-04
Maarten Lankhorst
msvcrt: Add float functions based on their double versions.
tree
|
commitdiff
2010-05-03
Austin English
msvcrt/tests: Add more tests for setlocale().
tree
|
commitdiff
2010-05-03
Austin English
msvcrt/tests: fix a couple typos.
tree
|
commitdiff
2010-04-28
Detlef Riekenberg
msvcrt: Fix wrong msvcr90 in comments.
tree
|
commitdiff
2010-04-27
Piotr Caban
msvcrt: Added wcstombs_s implementation.
tree
|
commitdiff
2010-04-27
Piotr Caban
msvcrt: Added _wcstoi64 and _wcstoui64 implementation.
tree
|
commitdiff
2010-04-27
Piotr Caban
msvcrt: Added _mkgmtime implementation.
tree
|
commitdiff
2010-04-26
Piotr Caban
msvcrt: Added strtok_s implementation.
tree
|
commitdiff
2010-04-26
Piotr Caban
msvcrt: Fix debug message in scanf.
tree
|
commitdiff
2010-04-26
Piotr Caban
msvcrt: Use wcstod_l/strtod_l in other functions that...
tree
|
commitdiff
2010-04-26
Piotr Caban
msvcrt: Added wcstod_l implementation.
tree
|
commitdiff
2010-04-26
Piotr Caban
msvcrt: Change strtod_l implementation.
tree
|
commitdiff
2010-04-26
Piotr Caban
msvcrt: Added btowc implementation.
tree
|
commitdiff
2010-04-22
Piotr Caban
msvcrt/tests: Added sscanf_s tests.
tree
|
commitdiff
2010-04-22
Piotr Caban
msvcrt: Added _cwscanf* implementation.
tree
|
commitdiff
2010-04-22
Piotr Caban
msvcrt: Added _cscanf_s(_l) implementation.
tree
|
commitdiff
2010-04-22
Piotr Caban
msvcrt: Added _swscanf_s(_l) implementation.
tree
|
commitdiff
2010-04-22
Piotr Caban
msvcrt: Added _sscanf_s(_l) implementation.
tree
|
commitdiff
2010-04-22
Piotr Caban
msvcrt: Added _wscanf_s(_l) implementation.
tree
|
commitdiff
2010-04-22
Piotr Caban
msvcrt: Added _fwscanf_s(_l) implementation.
tree
|
commitdiff
2010-04-22
Piotr Caban
msvcrt: Added _scanf_s(_l) implementation.
tree
|
commitdiff
2010-04-22
Piotr Caban
msvcrt: Added fscanf_s(_l) implementation.
tree
|
commitdiff
2010-04-22
Piotr Caban
msvcrt: Added support for secure functions to scanf...
tree
|
commitdiff
2010-04-22
Piotr Caban
msvcrt: Added _cscanf_l implementation.
tree
|
commitdiff
2010-04-22
Piotr Caban
msvcrt: Added _swscanf_l implementation.
tree
|
commitdiff
next