SDL/src/stdlib
Ryan C. Gordon 880739f587
stdlib: Patched SDL_rand_f to compile on pre-C99 compilers.
Visual Studio _still_ doesn't report itself as C99 compatible, afaict, but
does support the syntax as of VS2017 15.6, apparently.

This page mentions the first version of Visual Studio that handles hexidecimal
float notation:

https://stackoverflow.com/questions/18180116/vc-rejecting-hexadecimal-floating-point-constant?utm_source=chatgpt.com

If not Visual Studio, we also take the messier path for things that don't
report themselves as C99. Most things will take the cleaner path, though.

Closes #15276.

(cherry picked from commit a157d96de8)
2026-03-28 14:45:53 -04:00
..
SDL_casefolding.h Updated copyright for 2026 2026-01-01 09:48:19 -08:00
SDL_crc16.c Updated copyright for 2026 2026-01-01 09:48:19 -08:00
SDL_crc32.c Updated copyright for 2026 2026-01-01 09:48:19 -08:00
SDL_getenv.c Updated copyright for 2026 2026-01-01 09:48:19 -08:00
SDL_getenv_c.h Updated copyright for 2026 2026-01-01 09:48:19 -08:00
SDL_iconv.c Updated copyright for 2026 2026-01-01 09:48:19 -08:00
SDL_malloc.c Updated copyright for 2026 2026-01-01 09:48:19 -08:00
SDL_memcpy.c Updated copyright for 2026 2026-01-01 09:48:19 -08:00
SDL_memmove.c Updated copyright for 2026 2026-01-01 09:48:19 -08:00
SDL_memset.c Updated copyright for 2026 2026-01-01 09:48:19 -08:00
SDL_mslibc.c Updated copyright for 2026 2026-01-01 09:48:19 -08:00
SDL_mslibc_arm64.masm Implement __chkstk for arm64 2025-01-02 01:15:28 +01:00
SDL_mslibc_x64.masm
SDL_murmur3.c Updated copyright for 2026 2026-01-01 09:48:19 -08:00
SDL_qsort.c Updated copyright for 2026 2026-01-01 09:48:19 -08:00
SDL_random.c stdlib: Patched SDL_rand_f to compile on pre-C99 compilers. 2026-03-28 14:45:53 -04:00
SDL_stdlib.c Updated copyright for 2026 2026-01-01 09:48:19 -08:00
SDL_string.c Fix strpbrk() discarded const qualifier 2026-03-10 14:25:39 -07:00
SDL_strtokr.c Updated copyright for 2026 2026-01-01 09:48:19 -08:00
SDL_sysstdlib.h Updated copyright for 2026 2026-01-01 09:48:19 -08:00
SDL_vacopy.h Updated copyright for 2026 2026-01-01 09:48:19 -08:00