wine-wine/dlls/msvcrt
Chip Davis dfd9196f7c msvcrt: Implement _ispunct_l().
Signed-off-by: Chip Davis <cdavis@codeweavers.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-01-27 14:41:33 +01:00
..
tests msvcrt/tests: Fix some test failures. 2020-01-22 21:30:19 +01:00
Makefile.in msvcrt: Provide EXE entry points in importlib. 2020-01-23 21:11:29 +01:00
console.c
cpp.c
cppexcept.h
crt_gccmain.c msvcrt: Provide EXE entry points in importlib. 2020-01-23 21:11:29 +01:00
crt_main.c msvcrt: Provide EXE entry points in importlib. 2020-01-23 21:11:29 +01:00
crt_winmain.c msvcrt: Provide EXE entry points in importlib. 2020-01-23 21:11:29 +01:00
crt_wmain.c msvcrt: Provide EXE entry points in importlib. 2020-01-23 21:11:29 +01:00
crt_wwinmain.c msvcrt: Provide EXE entry points in importlib. 2020-01-23 21:11:29 +01:00
ctype.c msvcrt: Implement _ispunct_l(). 2020-01-27 14:41:33 +01:00
cxx.h
data.c msvcrt: Create the Ansi argv from the Unicode one. 2019-12-09 15:30:03 +01:00
dir.c
environ.c
errno.c
except.c
except_arm.c
except_arm64.c
except_i386.c msvcrt: Fix handling tryblocks inside current catch block on nested exception. 2020-01-13 19:41:02 +01:00
except_x86_64.c
exit.c
file.c
heap.c
iob.c
locale.c msvcrt: Fetch locale codepage directly as an integer. 2020-01-24 18:28:53 +01:00
lock.c
main.c
math.c
mathf.c msvcrt: Provide exp2f in importlib. 2020-01-27 14:40:38 +01:00
mbcs.c
misc.c
msvcrt.h msvcrt: Use parse_double for wcstod. 2020-01-02 17:43:20 +01:00
msvcrt.spec msvcrt: Only export __p__* functions on i386. 2019-12-23 20:13:23 +01:00
mtdll.h
onexit.c
printf.h
process.c
rsrc.rc
scanf.c msvcrt: Use parse_double for scanf floats. 2020-01-02 19:16:02 +01:00
scanf.h msvcrt: Fix floating point numbers scanning when null-byte is preceding the number. 2020-01-13 22:20:36 +01:00
scheduler.c
string.c msvcrt: Use unsigned comparisons in strcmp and strncmp. 2020-01-16 12:21:11 +01:00
thread.c
time.c ucrtbase: Correct behavior of strftime formats %c %r. 2019-12-04 16:49:31 +01:00
undname.c
wcs.c ucrtbase: Use given context in wcstok. 2020-01-24 19:53:09 +01:00