projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
msvcrt: Use callback based printf in fprintf functions family.
[wine]
/
dlls
/
msvcrt
/
2011-04-25
Piotr Caban
msvcrt: Use callback based printf in fprintf functions...
tree
|
commitdiff
2011-04-25
Piotr Caban
msvcrt: Use callback based printf in cprintf functions...
tree
|
commitdiff
2011-04-25
Piotr Caban
msvcrt: Copy and reorganize printf implementation.
tree
|
commitdiff
2011-04-25
Piotr Caban
msvcrt/tests: Added fprintf tests.
tree
|
commitdiff
2011-04-25
Eric Pouech
msvcrt: ungetc must create a buffer, even if _IONBF...
tree
|
commitdiff
2011-04-25
Eric Pouech
msvcrt: Added tests in fileops with different buffer...
tree
|
commitdiff
2011-04-21
Piotr Caban
msvcrt: Added _resetstkoflw implementation.
tree
|
commitdiff
2011-04-20
Andrew Nguyen
msvcrt: Avoid the use of SetFilePointerEx in _lseeki64.
tree
|
commitdiff
2011-04-06
Piotr Caban
msvcrt: Added wctob implementation.
tree
|
commitdiff
2011-04-05
Piotr Caban
msvcrt: Added _snwscanf implementation.
tree
|
commitdiff
2011-04-05
Piotr Caban
msvcrt: Added _snscanf implementation.
tree
|
commitdiff
2011-04-05
Piotr Caban
msvcrt: Added _wassert implementation.
tree
|
commitdiff
2011-04-04
Andrew Nguyen
msvcrt: Ensure that old buffer contents are copied...
tree
|
commitdiff
2011-03-31
Piotr Caban
msvcrt: Don't call get_locale two times in _isctype...
tree
|
commitdiff
2011-03-31
Piotr Caban
msvcrt: Fix locale creation for multibyte encoding.
tree
|
commitdiff
2011-03-31
Francois Gouget
msvcrt/tests: Wine should not have trouble with the...
tree
|
commitdiff
2011-03-31
Piotr Caban
msvcrt: Fix buffer size in _ecvt_s.
tree
|
commitdiff
2011-03-31
Piotr Caban
msvcrt/tests: Fix memory leaks (valgrind).
tree
|
commitdiff
2011-03-30
Piotr Caban
msvcrt: Correctly terminate string in wcsncat_s.
tree
|
commitdiff
2011-03-30
Piotr Caban
msvcrt: Added space for nullbyte in size returned by...
tree
|
commitdiff
2011-03-29
Konrad Rzepecki
msvcrt: Implement _mbslwr_s.
tree
|
commitdiff
2011-03-29
Konrad Rzepecki
msvcrt: Implement _mbsupr_s.
tree
|
commitdiff
2011-03-16
Alexandre Julliard
msvcrt: Export the __p_* functions on all platforms.
tree
|
commitdiff
2011-03-16
Hans Leidekker
msvcrt: Implement _set_security_error_handler.
tree
|
commitdiff
2011-03-16
Francois Gouget
msvcrt: Export _wcsupr_s_l().
tree
|
commitdiff
2011-03-15
Nikolay Sivov
msvcrt: Added _findnext32() implementation.
tree
|
commitdiff
2011-03-15
Nikolay Sivov
msvcrt: Add _findfirst32() implementation.
tree
|
commitdiff
2011-03-15
Nikolay Sivov
msvcrt: Add __daylight() call export.
tree
|
commitdiff
2011-03-09
Nikolay Sivov
msvcrt: Add _get_output_format() and return default...
tree
|
commitdiff
2011-03-07
Nikolay Sivov
msvcrt: Added partially complete _wcsupr_s_l (without...
tree
|
commitdiff
2011-03-07
Nikolay Sivov
msvcrt: Added _wcslwr_s implementation.
tree
|
commitdiff
2011-03-07
Francois Gouget
msvcrt/tests: Add a trailing '\n' to an ok() call.
tree
|
commitdiff
2011-03-04
Marcus Meissner
msvcrt: Move side effect out of assert (Coverity).
tree
|
commitdiff
2011-02-28
André Hentschel
msvcrt: Implement _wfindnext64.
tree
|
commitdiff
2011-02-28
André Hentschel
msvcrt: Implement _wfindfirst64.
tree
|
commitdiff
2011-02-25
André Hentschel
msvcrt/tests: Don't test function directly when reporti...
tree
|
commitdiff
2011-02-24
Vincent Povirk
msvcrt: Try to call CorExitProcess instead of ExitProce...
tree
|
commitdiff
2011-02-24
Marcus Meissner
msvcrt: Use = instead of == in test (Coverity).
tree
|
commitdiff
2011-02-17
Jörg Höhle
msvcrt/tests: sizeof(long double) is 12 with MS.
tree
|
commitdiff
2011-02-17
Jörg Höhle
msvcrt: sizeof(long double) is 12 with MS, but not...
tree
|
commitdiff
2011-02-10
Austin English
msvcrt/tests: Remove useless assignment (LLVM/Clang).
tree
|
commitdiff
2011-02-08
André Hentschel
msvcrt: Fixed a typo.
tree
|
commitdiff
2011-02-08
Austin English
msvcrt/tests: Make sure return values are used (LLVM...
tree
|
commitdiff
2011-02-03
Nikolay Sivov
msvcrt: Use pointer exchange to set demangled name...
tree
|
commitdiff
2011-02-01
Alexandre Julliard
msvcrt: Implement longjmp for x86_64.
tree
|
commitdiff
2011-02-01
Alexandre Julliard
msvcrt: longjmp doesn't have a return value.
tree
|
commitdiff
2011-01-31
Detlef Riekenberg
msvcrt: Use the _set_error_mode value to switch between...
tree
|
commitdiff
2011-01-31
Nikolay Sivov
msvcrt: Implement _fcvt_s().
tree
|
commitdiff
2011-01-28
Detlef Riekenberg
msvcrt: Add private define and header tests for _set_er...
tree
|
commitdiff
2011-01-27
Nikolay Sivov
msvcrt: Implement _wsopen_s.
tree
|
commitdiff
2011-01-26
Alexandre Julliard
msvcrt: Add a non-optimized implementation for the...
tree
|
commitdiff
2011-01-26
Nikolay Sivov
msvcrt: Implemented _sopen_s.
tree
|
commitdiff
2011-01-26
Alexandre Julliard
msvcrt: Implemented _set_controlfp.
tree
|
commitdiff
2011-01-26
Alexandre Julliard
msvcrt: Implemented _fpreset for SSE2 and x86_64.
tree
|
commitdiff
2011-01-26
Alexandre Julliard
msvcrt: Implemented _clearfp for SSE2 and x86_64.
tree
|
commitdiff
2011-01-26
Alexandre Julliard
msvcrt: Implemented _statusfp2.
tree
|
commitdiff
2011-01-26
Alexandre Julliard
msvcrt: Implemented __control87_2.
tree
|
commitdiff
2011-01-20
Nikolay Sivov
msvcrt: Partially implement _set_abort_behavior.
tree
|
commitdiff
2011-01-19
Nikolay Sivov
msvcrt: Add _atoflt and _atoflt_l implementations.
tree
|
commitdiff
2011-01-17
Andrew Nguyen
msvcrt: Null terminate the temporary locale buffer...
tree
|
commitdiff
2011-01-17
Andrew Nguyen
msvcrt/tests: Avoid embedding extended ASCII characters...
tree
|
commitdiff
2011-01-17
Andrew Nguyen
msvcrt: Fix a possible memory leak in _wsystem for...
tree
|
commitdiff
2011-01-17
Andrew Nguyen
msvcrt: Fix a possible memory leak in _wpopen if a...
tree
|
commitdiff
2011-01-17
Greg Geldorp
msvcrt/tests: Use different method to determine non...
tree
|
commitdiff
2010-12-29
Eryk Wieliczko
msvcrt: Implement _ftime64_s and _ftime32_s.
tree
|
commitdiff
2010-12-29
Arno Teigseth
msvcrt: Added _ui64tow_s.
tree
|
commitdiff
2010-12-23
Eryk Wieliczko
msvcrt/tests: Add _fcvt_s tests.
tree
|
commitdiff
2010-12-13
Francois Gouget
msvcrt/tests: Add a trailing '\n' to an ok() call.
tree
|
commitdiff
2010-12-10
Eryk Wieliczko
msvcrt/tests: Add _ecvt_s tests.
tree
|
commitdiff
2010-12-10
Eryk Wieliczko
msvcrt: Implement ecvt_s.
tree
|
commitdiff
2010-12-05
Mike Gibson
msvcrt: Implement wcsnicoll.
tree
|
commitdiff
2010-12-03
Austin English
msvcrt: Fix a compiler warning on PowerPC.
tree
|
commitdiff
2010-12-02
Piotr Caban
msvcrt: Added _get_terminate implementation.
tree
|
commitdiff
2010-11-27
Alexandre Julliard
msvcrt: Fix controlfp_s parameter checks, with tests.
tree
|
commitdiff
2010-11-26
Alexandre Julliard
msvcrt: Add parameter checking in _controlfp_s.
tree
|
commitdiff
2010-11-26
Alexandre Julliard
include/msvcrt: Define more CPU control word flags.
tree
|
commitdiff
2010-11-25
Eryk Wieliczko
msvcrt: Implement fprintf_s and fwprintf_s.
tree
|
commitdiff
2010-11-25
Eryk Wieliczko
msvcrt: Implement printf_s and wprintf_s.
tree
|
commitdiff
2010-11-25
Eryk Wieliczko
msvcrt: Implement vprintf_s and vwprintf_s.
tree
|
commitdiff
2010-11-25
Eryk Wieliczko
msvcrt: Implement vfprintf_s and vfwprintf_s.
tree
|
commitdiff
2010-11-24
Michael Stefaniuc
msvcrt: Add missing dereference of the time pointer.
tree
|
commitdiff
2010-11-23
Eryk Wieliczko
msvcrt: Implement _wfindnext64i32.
tree
|
commitdiff
2010-11-23
Eryk Wieliczko
msvcrt: Implement _wfindfirst64i32.
tree
|
commitdiff
2010-11-23
Eryk Wieliczko
msvcrt: Implement _ctime32/64_s.
tree
|
commitdiff
2010-11-18
Vincas Miliūnas
msvcrt: Added qsort_s implementation.
tree
|
commitdiff
2010-11-18
Piotr Caban
msvcrt: Move _initterm_e implementation (from msvcr90).
tree
|
commitdiff
2010-11-18
Piotr Caban
msvcrt: Update spec files.
tree
|
commitdiff
2010-11-18
Piotr Caban
msvcrt: Fix msvcrt.spec.
tree
|
commitdiff
2010-11-17
Alexandre Julliard
msvcrt/tests: Avoid sizeof in traces.
tree
|
commitdiff
2010-11-16
Borut Razem
msvcrt: popen: stderr from the child process should...
tree
|
commitdiff
2010-11-16
Eric Pouech
msvcrt: Use the macros for parameter checking for wcsnc...
tree
|
commitdiff
2010-11-16
Eric Pouech
msvcrt: Implemented _i64to[aw]_s.
tree
|
commitdiff
2010-11-16
Eric Pouech
msvcrt: Implemented _ltoa_s.
tree
|
commitdiff
2010-11-15
Eryk Wieliczko
msvcrt: Implement strncat_s.
tree
|
commitdiff
2010-11-12
Eric Pouech
msvcrt: Use macro for parameters validation itoa_s...
tree
|
commitdiff
2010-11-11
Eryk Wieliczko
msvcrt: Fixed (_w)fopen_s with test.
tree
|
commitdiff
2010-11-08
Eric Pouech
msvcrt: Correctly manage va_list:s in vf(w)printf ny...
tree
|
commitdiff
2010-11-08
Eric Pouech
msvcrt: Implemented _vc(w)printf.
tree
|
commitdiff
2010-11-08
Eric Pouech
msvcrt: For internal msvcrt use, added ability to grow...
tree
|
commitdiff
2010-11-08
Alexandre Julliard
msvcrt: Add some missing CDECLs.
tree
|
commitdiff
next