SDL/src/stdlib
Ozkan Sezer 42c8366fdc revise iconv detection:
- check libiconv with a linkage test with iconv.h included
- check libc iconv with a linkage test with iconv.h included
  and LIBICONV_PLUG defined (in case libiconv header is in
  include path)
- add new configuration option to prefer iconv from libiconv,
  if available, over the libc version: SDL_LIBICONV, defaults
  to disabled.
- remove FindIconv + pkg_check_modules for iconv, and use our
  manual iconv finding only
- change FreeBSD specific LIBICONV_PLUG define in SDL_iconv.c
  to configuration result.
2023-11-23 04:30:56 +03:00
..
SDL_crc16.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_crc32.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_getenv.c Pointer as bool (libsdl-org#7214) 2023-11-09 14:18:36 -08:00
SDL_iconv.c revise iconv detection: 2023-11-23 04:30:56 +03:00
SDL_malloc.c Fix uses of undefined macro identifiers (-Wundef) 2023-03-29 21:49:01 +00:00
SDL_mslibc.c Use SDL_DISABLE_ALLOCA instead of HAVE_ALLOCA in SDL_stdinc.h 2023-10-28 18:54:12 +02:00
SDL_mslibc_x64.asm Use SDL_DISABLE_ALLOCA instead of HAVE_ALLOCA in SDL_stdinc.h 2023-10-28 18:54:12 +02:00
SDL_qsort.c Updated source to match SDL function prototype style 2023-05-23 11:29:41 -07:00
SDL_stdlib.c Cleanup spacing 2023-06-15 16:43:22 -07:00
SDL_string.c Pointer as bool (libsdl-org#7214) 2023-11-09 14:18:36 -08:00
SDL_strtokr.c Rename SDL_strtokr() to SDL_strtok_r() 2023-07-03 06:20:06 -07:00
SDL_vacopy.h Use #ifdef/#ifndef instead of #if defined/#if \!defined 2023-03-30 21:35:01 +00:00