Историја ревизија

Аутор SHA1 Порука Датум
  Ryan C. Gordon 810656962c stdlib: Export some Unicode functions to other SDL internals. пре 1 година
  Ryan C. Gordon 58529c1827 stdlib: SDL_utf8strlen and SDL_utf8strnlen now use SDL_StepUTF8 internally. пре 1 година
  Sam Lantinga aea44cff6b Fixed warning C4702: unreachable code пре 1 година
  Ryan C. Gordon a5c892d2c3 stdlib: Improve Unicode support and consistency in string comparison functions. пре 1 година
  Anonymous Maarten 31d133db40 Define SDL_PLATFORM_* macros instead of underscored ones (#8875) пре 2 година
  Sam Lantinga 7a069cc4b0 Allow optimizing memcpy and memset where possible пре 2 година
  Sam Lantinga 5b3ee51c6c Updated copyright for 2024 пре 2 година
  Ozkan Sezer e482f00a17 SDL_string.c (SDL_vsscanf): fix gcc build пре 2 година
  Sam Lantinga fda039e6f8 Fixed analyzer warnings for SDL_string.c пре 2 година
  Sam Lantinga ac0751a652 Added SDL_strnstr() пре 2 година
  Sylvain d8600f717e Pointer as bool (libsdl-org#7214) пре 2 година
  Ozkan Sezer 1a83bf2399 fix a possible memory leak in SDL_vasprintf() пре 2 година
  Sam Lantinga f3261fedcc Code cleanup now that SDL_bool is equivalent to a C boolean expression пре 2 година
  Sam Lantinga 39a961ba41 Added support for "%[]" sscanf syntax пре 2 година
  Anonymous Maarten 342ec51131 Fix overflow when doing SDL_sscanf("%hd", ...) пре 2 година
  Brick c03f5b4b69 Fixed rounding up in SDL_PrintFloat пре 2 година
  Sam Lantinga 0a4e6f6d29 Added SDL_strnlen() and SDL_wcsnlen() пре 2 година
  Sam Lantinga f3d6320bac Added SDL_strndup() пре 2 година
  Sam Lantinga f4bd17deee Fixed %p formatting when there is following text пре 2 година
  Sam Lantinga c63aa9545e Fixed printf formatting for "%p" and added a unit test to check it пре 2 година
  Sam Lantinga 6150b5b3cb Don't bother re-encoding Latin1 characters in the ASCII range пре 2 година
  Sam Lantinga 491ae20d96 Only convert the result of XLookupString() if it's not already UTF-8 пре 2 година
  Sam Lantinga 128ca70160 Added support for printing wide strings using "%ls" syntax пре 2 година
  Sam Lantinga c9d8a04945 Added SDL_swprintf() and SDL_vswprintf() пре 2 година
  Sam Lantinga 6c28546828 Added SDL_wcstol() пре 2 година
  Sam Lantinga ddbdd73258 Updated source to match SDL function prototype style пре 2 година
  Sam Lantinga 737aa881fa Updated source to match SDL function prototype style пре 2 година
  Anonymous Maarten b6ae281e97 Use #ifdef/#ifndef instead of #if defined/#if \!defined пре 2 година
  Sam Lantinga 308bcbbe76 Fixed Visual Studio warning 4244 пре 2 година
  Sam Lantinga 0bd77a5b93 Fixed Visual Studio warning 4389 пре 2 година