summaryrefslogtreecommitdiff
path: root/src/stdlib/SDL_string.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* Fixed crash when printing NULL wide character stringSam Lantinga2020-12-031-4/+9
* Added SDL_wcscasecmp() and SDL_wcsncasecmp()Sam Lantinga2020-11-241-0/+79
* stdlib: Corrected implementation of SDL_wcsncmp.Ryan C. Gordon2020-07-241-2/+7
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* Improved XInput VID/PID detection and added SDL_wcsstr() and SDL_wcsncmp()Sam Lantinga2019-11-201-11/+44
* Readability: remove redundant cast to the same typeSylvain Becker2019-10-301-1/+1
* stdlib: Patched to compile.Ryan C. Gordon2019-09-261-1/+1
* stdlib: Try to coerce VS2019 to not replace some loops with memset() calls.Ryan C. Gordon2019-09-261-11/+14
* better readability..Ozkan Sezer2019-07-311-1/+1
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* Fixed bug 4283 - SDL's version of memset is different from libc'sSam Lantinga2018-09-281-2/+7
* SDL_vsnprintf: implemented '+' flag for signed integers printing.Ozkan Sezer2018-09-291-5/+14
* SDL_vsnprintf: fix numerics if both zero-padding and a field are given.Ozkan Sezer2018-09-291-4/+20
* SDL_vsnprintf() updates for zero-padding:Ozkan Sezer2018-09-271-2/+9
* SDL_string.c (SDL_PrintString): avoid MSVC signed/unsigned mismatch warningOzkan Sezer2018-09-271-2/+2
* SDL_string.c (SDL_IntPrecisionAdjust): avoid MSVC generating a memset()Ozkan Sezer2018-09-271-4/+2
* SDL_vsnprintf: implement precision for the integral value printers.Ozkan Sezer2018-09-271-0/+27
* SDL_string.c: added comments to three SDL_FormatInfo members.Ozkan Sezer2018-09-261-3/+3
* SDL_vsnprintf: when '.' is specified, take precision as 0 if it is < 0.Ozkan Sezer2018-09-261-0/+3
* SDL_vsnprintf: string printer now honors the precision. (bug #4263.)Ozkan Sezer2018-09-261-3/+13
* SDL_vsnprintf: %.* and %* now parse precision and width. (bug #4263.)Ozkan Sezer2018-09-261-0/+7
* Added HIDAPI joystick drivers for more consistent support for Xbox, PS4 and N...Sam Lantinga2018-08-091-1/+12
* make sure SDL_vsnprintf() nul terminates if it is using _vsnprintfOzkan Sezer2018-05-101-1/+12
* Fixed bug 3947 - replace strlcpy with memcpy in SDL_strdup()Sam Lantinga2018-02-131-1/+1
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* Added functions to query and set the SDL memory allocation functions:Sam Lantinga2017-10-121-4/+0
* Fixed compiler warning with mingw-w64Sam Lantinga2017-09-041-3/+3
* Added SDL_wcscmp()Sam Lantinga2017-08-131-1/+17
* More fixes for the SDL_scanf codeSam Lantinga2017-08-121-7/+8
* Fixed bug 3341 - SDL_sscanf() problemSam Lantinga2017-08-111-16/+26
* Fixed whitespace code style.Ryan C. Gordon2017-05-291-1/+2
* stdlib: added SDL_utf8strlen().Ryan C. Gordon2017-05-291-0/+17
* stdlib: Fixed crash on SDL_snprintf("%s", NULL).Ryan C. Gordon2017-02-141-0/+4
* Fixed building with mingw32Sam Lantinga2017-01-181-0/+10
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* Fixed bug 3531 - internal SDL_vsnprintf implementation access memory outside ...Sam Lantinga2016-12-311-7/+3
* Patch from Sylvain to fix clang warningsSam Lantinga2016-11-131-1/+2
* Define _GNU_SOURCE when building SDLSam Lantinga2016-11-111-6/+1
* Fixed potential buffer overflow in SDL_vsnprintf() (thanks, Taylor!).Ryan C. Gordon2016-10-041-5/+11
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* Make sure we have the vsscanf() prototype (thanks, Ozkan!).Ryan C. Gordon2015-05-281-0/+4
* Updated the copyright year to 2015Sam Lantinga2015-05-261-1/+1
* Clang static analysis builds should use C runtime directly.Ryan C. Gordon2015-01-051-0/+5
* Fixed bug 2596 - SDL_SetError fails on on NULL on systems with vsnprintfSam Lantinga2014-06-211-0/+3
* Fixed crash with SDL_SetError(NULL)Sam Lantinga2014-06-071-0/+3
* Added annotations to help code analysis toolsSam Lantinga2014-06-041-12/+12
* Align pointer in SDL_memset before doing Uint32 loopYuri Kunde Schlesner2014-05-101-3/+15
* Fixed bug 2374 - Update copyright for 2014...Sam Lantinga2014-02-021-1/+1
* Make internal SDL sources include SDL_internal.h instead of SDL_config.hRyan C. Gordon2013-11-241-1/+1