SDL/src/stdlib
Sam Lantinga 29f0fd33dc SDL_getenv() should return const
This also allows us to use SDL_FreeLater() and make SDL_getenv() thread-safe on Windows.
2024-07-22 13:00:39 -07:00
..
SDL_casefolding.h stdlib: Improve Unicode support and consistency in string comparison functions. 2024-03-29 15:01:40 -04:00
SDL_crc16.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_crc32.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_getenv.c SDL_getenv() should return const 2024-07-22 13:00:39 -07:00
SDL_getenv_c.h Fixed Android warnings 2024-06-04 16:38:32 -07:00
SDL_iconv.c SDL_iconv_string: simplify recomputation of outbuf and outbytesleft 2024-05-10 18:50:32 +03:00
SDL_malloc.c JANITORIAL: Fix typos in comments in various files (#10058) 2024-06-19 07:13:46 -07:00
SDL_memcpy.c Fix warnings when building with -DSDL_LIBC=OFF on Linux 2024-03-18 21:29:08 +01:00
SDL_memmove.c Fix warnings when building with -DSDL_LIBC=OFF on Linux 2024-03-18 21:29:08 +01:00
SDL_memset.c Fix warnings when building with -DSDL_LIBC=OFF on Linux 2024-03-18 21:29:08 +01:00
SDL_mslibc.c Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]" 2024-07-17 14:09:11 -07:00
SDL_mslibc_x64.masm Rename SDL_mslibc_x64.asm -> SDL_mslibc_x64.masm 2024-01-04 17:46:07 +01:00
SDL_qsort.c Update qsort implementation 2024-06-19 05:40:01 +03:00
SDL_random.c Updated based on feedback from @JKaniarz 2024-06-24 11:49:15 -07:00
SDL_stdlib.c Added SDL_isinf(), SDL_isinff(), SDL_isnan(), and SDL_isnanf() 2024-06-24 11:49:15 -07:00
SDL_string.c stdlib: Clean up and export SDL_UCS4ToUTF8(). 2024-07-04 11:10:50 -04:00
SDL_strtokr.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
SDL_sysstdlib.h stdinc: Drastically improve SDL_StepUTF8() and make it a public API. 2024-06-27 17:36:09 -04:00
SDL_vacopy.h Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00