projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
msxml3: Stub lexical handler support for MXWriter.
[wine]
/
dlls
/
msvcrt
/
2012-01-10
Dmitry Timoshkov
msvcrt: Add some tests for strftime/wcsftime.
tree
|
commitdiff
2012-01-09
Daniel Lehman
msvcrt: Add _snwprintf_l.
tree
|
commitdiff
2012-01-09
Daniel Lehman
msvcrt: Sync _wtempnam with _tempnam.
tree
|
commitdiff
2012-01-06
Alexandre Julliard
msvcrt: Use the correct type for findnext64.
tree
|
commitdiff
2012-01-06
Alexandre Julliard
msvcrt: Don't name a local variable 'errno'.
tree
|
commitdiff
2012-01-06
Daniel Lehman
msvcrt: Make WEOF returned from swscanf signed.
tree
|
commitdiff
2012-01-03
Marcus Meissner
msvcrt: Mark various internal functions as hidden.
tree
|
commitdiff
2011-12-28
Piotr Caban
msvcrt: NULL terminate strings returned by _Getdays...
tree
|
commitdiff
2011-12-27
André Hentschel
msvcrt/tests: Fix two test messages.
tree
|
commitdiff
2011-12-21
Piotr Caban
msvcp90: Added ctype<char>::tolower functions implement...
tree
|
commitdiff
2011-12-21
Alexandre Julliard
msvcrt: Fix formatting of pointers in printf.
tree
|
commitdiff
2011-12-07
Piotr Caban
msvcrt/tests: Added _Gettnames tests.
tree
|
commitdiff
2011-12-07
Piotr Caban
msvcrt: Added _Getmonths implementation.
tree
|
commitdiff
2011-12-07
Piotr Caban
msvcrt: Added _Getdays implementation.
tree
|
commitdiff
2011-12-07
Piotr Caban
msvcrt: Added _Gettnames implementation.
tree
|
commitdiff
2011-12-07
Piotr Caban
msvcrt: Initialize lc_time_curr inside create_locale.
tree
|
commitdiff
2011-12-06
Piotr Caban
msvcrt: Fix lc_collate_cp initialization.
tree
|
commitdiff
2011-12-06
Piotr Caban
msvcrt: Added _get_current_locale implementation.
tree
|
commitdiff
2011-12-01
Akihiro Sagawa
msvcrt: Add validity checks for _mbstrlen_l.
tree
|
commitdiff
2011-12-01
Akihiro Sagawa
msvcrt: Fix wctob in C locale.
tree
|
commitdiff
2011-12-01
Akihiro Sagawa
msvcrt: Use given locale info in _mbtowcs_l.
tree
|
commitdiff
2011-11-30
André Hentschel
msvcrt: Implement _wasctime_s.
tree
|
commitdiff
2011-11-30
André Hentschel
msvcrt: Implement asctime_s.
tree
|
commitdiff
2011-11-29
Eric Pouech
msvcrt: Implemented _ultow_s.
tree
|
commitdiff
2011-11-24
Piotr Caban
msvcrt: Fix FILE critical section initialization.
tree
|
commitdiff
2011-11-23
Piotr Caban
msvcrt: Keep FILE critical section initialized after...
tree
|
commitdiff
2011-11-23
Frédéric Delanoy
msvcrt: Avoid hardcoding array lengths.
tree
|
commitdiff
2011-11-16
Francois Gouget
msvcrt: Statically initialize and name the MSVCRT_file_...
tree
|
commitdiff
2011-11-16
Piotr Caban
msvcrt: Don't use fputc in flsbuf implementation.
tree
|
commitdiff
2011-11-15
Piotr Caban
msvcrt: Don't hold FILE critical section in some functions.
tree
|
commitdiff
2011-11-15
André Hentschel
msvcrt: Implement _wfreopen_s.
tree
|
commitdiff
2011-11-15
André Hentschel
msvcrt: Implement freopen_s.
tree
|
commitdiff
2011-11-14
Francois Gouget
msvcrt: Give a name to the critical sections.
tree
|
commitdiff
2011-11-14
Francois Gouget
dlls: Remove unneeded include directives in resource...
tree
|
commitdiff
2011-11-07
Thomas Faber
msvcrt: Fix MSVC build in locale.c.
tree
|
commitdiff
2011-11-07
Thomas Faber
msvcrt: Fix MSVC build in exit.c and msvcrt.h.
tree
|
commitdiff
2011-10-26
Piotr Caban
msvcrt: Don't search for LCID in _setmbcp_l if it was...
tree
|
commitdiff
2011-10-21
Frédéric Delanoy
msvcrt: Avoid superfluous cast of MSVCRT_malloc return...
tree
|
commitdiff
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
next