Ozkan Sezer
|
254b36361e
Add SDL_PRILL? format specifiers specifically for long long type.
|
7 months ago |
Ozkan Sezer
|
88a01fbc96
testautomation_stdlib.c: fix -Wformat warnings from mingw with %lld/%llu
|
7 months ago |
Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
7 months ago |
Ozkan Sezer
|
8caf25f7b3
testautomation_stdlib.c (stdlib_strtox): fix warning from gcc-4.9:
|
7 months ago |
Sam Lantinga
|
90e01040c5
Added thread-safe environment functions
|
7 months ago |
Carl Åstholm
|
84361bcf0a
stdlib: Remove test cases with impl-defined results
|
7 months ago |
Carl Åstholm
|
eb199176e6
stdlib: Conditionally undef some SDL_strtox tests
|
7 months ago |
Carl Åstholm
|
59ec034412
stdlib: Use macros to define SDL_strtox tests
|
7 months ago |
Carl Åstholm
|
a78f612d4b
stdlib: Add some tests for SDL_strtod
|
7 months ago |
Carl Åstholm
|
61bc856b04
stdlib: Use new parser for scanf %p specifier
|
7 months ago |
Carl Åstholm
|
e109aa09aa
stdlib: Rewrite SDL_strto(ll?|ul) impl
|
7 months ago |
Carl Åstholm
|
e326540a45
stdlib: Add failing tests for SDL_strto(ll?|ul)
|
7 months ago |
Carl Åstholm
|
5331f36789
stdlib: Add failing tests for SDL_strtoull
|
7 months ago |
Carl Åstholm
|
5d30980df4
stdlib: Add failing tests for SDL_wcstol
|
7 months ago |
Anonymous Maarten
|
db96ddca34
SDL_test: use SDLCALL calling convention
|
7 months ago |
Anonymous Maarten
|
baa1a5e2f4
Add SDL_strpbrk
|
7 months ago |
Sam Lantinga
|
eacf119923
Renamed SDL_size_add_overflow() and SDL_size_mul_overflow()
|
7 months ago |
Anonymous Maarten
|
0fa2049fef
Document iconv functions + add testautomation (#10131)
|
8 months ago |
Sam Lantinga
|
f59d66f4b1
Implemented left-justification in SDL_PrintString()
|
8 months ago |
Sam Lantinga
|
473feab2a4
Added SDL_unsetenv()
|
8 months ago |
Sam Lantinga
|
b854e1fe0b
Fixed some issues found with static analysis
|
8 months ago |
Sam Lantinga
|
29f0fd33dc
SDL_getenv() should return const
|
9 months ago |
Sam Lantinga
|
1938d25b7e
Use "%S" format specifier for wide-character strings
|
10 months ago |
Anonymous Maarten
|
31d133db40
Define SDL_PLATFORM_* macros instead of underscored ones (#8875)
|
1 year ago |
Sam Lantinga
|
5e70ee29cc
Build SDL with the static C runtime on Visual Studio
|
1 year ago |
Sam Lantinga
|
7f75178908
Verify that the %p format specifier works for 64-bit pointers
|
1 year ago |
Sam Lantinga
|
ac0751a652
Added SDL_strnstr()
|
1 year ago |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
1 year ago |
Ryan C. Gordon
|
c53843a961
docs: Remove Doxygen `\brief` tags.
|
1 year ago |
Sam Lantinga
|
39a961ba41
Added support for "%[]" sscanf syntax
|
1 year ago |