kenmays
|
d37c9777b9
haiku: updated for Haiku
|
il y a 3 ans |
Sam Lantinga
|
120c76c84b
Updated copyright for 2022
|
il y a 3 ans |
Sam Lantinga
|
ab6d0d4d50
Fixed undefined behavior in SDL_memset() (thanks andrewrk!)
|
il y a 3 ans |
Ozkan Sezer
|
840339c49d
SDL_utf8strlcpy: store trailing_bytes explicity as unsigned type.
|
il y a 3 ans |
Ozkan Sezer
|
507d4bcd68
SDL_utf8strlen: run bit-test explicitly on unsigned char
|
il y a 3 ans |
Misa
|
3bf7994fe2
Add and use `SDL_FALLTHROUGH` for fallthroughs
|
il y a 4 ans |
Sam Lantinga
|
abc12a832c
Revert "Add and use `SDL_FALLTHROUGH` for fallthroughs"
|
il y a 3 ans |
Misa
|
66a08aa391
Add and use `SDL_FALLTHROUGH` for fallthroughs
|
il y a 4 ans |
Sam Lantinga
|
dc4c7d9539
Fixed infinite loop in SDL_vsnprintf() if the format string is too large for the output buffer
|
il y a 3 ans |
Sylvain
|
e8731933cc
Fixed warning: macro is not used
|
il y a 3 ans |
Ryan C. Gordon
|
3acb172531
stdlib: SDL_snprintf now adds decimal places for ("%f", 0.0).
|
il y a 3 ans |
Ozkan Sezer
|
3ea35fe5bb
fix SDL_atoi()
|
il y a 3 ans |
Sam Lantinga
|
4ec259a784
Fixed building on Visual Studio 2013 and older
|
il y a 4 ans |
Cameron Cawley
|
25a614bc3e
Add SDL_asprintf and SDL_vasprintf
|
il y a 4 ans |
Sam Lantinga
|
79b0aae86c
The return value of SDL_snprintf is the number of characters that would have been written.
|
il y a 4 ans |
Sam Lantinga
|
a91ab883e9
Fixed building on Windows with cmake, ninja, and clang
|
il y a 4 ans |
Sam Lantinga
|
9130f7c377
Updated copyright for 2021
|
il y a 4 ans |
Sam Lantinga
|
f487d63a6b
Fixed crash when printing NULL wide character string
|
il y a 4 ans |
Sam Lantinga
|
46a844786b
Added SDL_wcscasecmp() and SDL_wcsncasecmp()
|
il y a 4 ans |
Ryan C. Gordon
|
e410b34f92
stdlib: Corrected implementation of SDL_wcsncmp.
|
il y a 5 ans |
Sam Lantinga
|
a8780c6a28
Updated copyright date for 2020
|
il y a 5 ans |
Sam Lantinga
|
650964461e
Improved XInput VID/PID detection and added SDL_wcsstr() and SDL_wcsncmp()
|
il y a 5 ans |
Sylvain Becker
|
b458d7a28f
Readability: remove redundant cast to the same type
|
il y a 5 ans |
Ryan C. Gordon
|
4001e6b351
stdlib: Patched to compile.
|
il y a 6 ans |
Ryan C. Gordon
|
987aa3113c
stdlib: Try to coerce VS2019 to not replace some loops with memset() calls.
|
il y a 6 ans |
Ozkan Sezer
|
2ea0ec6207
better readability..
|
il y a 6 ans |
Sam Lantinga
|
5e13087b0f
Updated copyright for 2019
|
il y a 6 ans |
Sam Lantinga
|
9e8e0fb7b1
Fixed bug 4283 - SDL's version of memset is different from libc's
|
il y a 7 ans |
Ozkan Sezer
|
31596f23ce
SDL_vsnprintf: implemented '+' flag for signed integers printing.
|
il y a 7 ans |
Ozkan Sezer
|
49803c8660
SDL_vsnprintf: fix numerics if both zero-padding and a field are given.
|
il y a 7 ans |