Commit History

Author SHA1 Message Date
  Sam Lantinga b078122c53 Fixed Visual Studio warning 4701 2 years ago
  Sam Lantinga fde78d12f2 Updated copyright for 2023 2 years ago
  Sam Lantinga 38b138cd0a Fixed rounding of floating point values in snprintf 2 years ago
  Sam Lantinga ead4f122e4 Added basic support for %g snprintf format specifier 2 years ago
  Sam Lantinga 36d4395c97 SDL API renaming: internal functions 2 years ago
  Sam Lantinga 63724c113b Removed the vi format comments from the source 2 years ago
  Pierre Wendling 3c501b963d Clang-Tidy fixes (#6725) 2 years ago
  Sam Lantinga 5750bcb174 Update for SDL3 coding style (#6717) 2 years ago
  Sam Lantinga c5790359fd Added precompiled header support for Visual Studio and Xcode (#6710) 2 years ago
  Sylvain Becker 6a2200823c Cleanup add brace (#6545) 2 years ago
  Sam Lantinga 63f307fe1f Remove SDL_config.h from the public headers 2 years ago
  Sam Lantinga 297ecb706d Added SDL_strcasestr() for a case insensitive version of SDL_strstr() 2 years ago
  Sam Lantinga dc2a682a82 Use the right kind of 0 2 years ago
  Sam Lantinga 2461930601 Fixed build on RISC OS 2 years ago
  Ozkan Sezer 887ae0c6eb fix build failure after commit 2a8d00634ddf if strtod isn't available. 2 years ago
  Sam Lantinga 2a8d00634d Fixed scanning a negative number as an unsigned value 2 years ago
  Ozkan Sezer 3f5c46663e SDL_vsscanf: fix an uninitialized warning 2 years ago
  Sam Lantinga 216e3f10bb Implemented size_t format specifiers for SDL_snprintf() and SDL_sscanf() 2 years ago
  Ivan Epifanov 7115ceb775 Vita: restore sceClibMemcmp 2 years ago
  Sam Lantinga 67cb3874ef Fixed potential uninitialized variable usage 3 years ago
  Dav999-v 51f75b8b30 Fix fallback implementations of SDL_strchr and SDL_strrchr for '\0' 3 years ago
  Sam Lantinga 12f14bdbeb Fixed digit count in sscanf, e.g. "%1x" 3 years ago
  Anonymous Maarten ae7446a959 stlib: Extract SDL_memcpy and SDL_memset to its own file respectively 3 years ago
  Guldoman 74bcc5a0a3 stdlib: Add `SDL_utf8strnlen` 3 years ago
  Sam Lantinga 8cd908e0b9 Fixed building with Visual Studio 2013 3 years ago
  Eddy Jansson 97774cdf72 Move in va_copy() define block from stdlib. 3 years ago
  pionere 25203222f5 optimize the SDL_str(case)cmp functions 3 years ago
  pionere aec58d8208 make SDL_strcasecmp standard compliant 3 years ago
  Sam Lantinga bdafe1e049 Fixed whitespace 3 years ago
  Ozkan Sezer 0abc0a6f32 SDL_string.c: tidy-up gcc2 va_copy defines after previous haiku commit. 3 years ago