index
:
delta/sdl.git
SDL-1.2
SDL-1.2-olpc
SDL-1.3
SDL-ryan-batching-renderer
SDL-ryan-multiple-audio-device
apk
baserock/morph
experimental
gsoc2008_audio_resampling
gsoc2008_force_feedback
gsoc2008_iphone
gsoc2008_manymouse
gsoc2008_nds
gsoc2009_IME
gsoc2009_ps3
gsoc2009_unit_tests
iOS-improvements
master
hg.libsdl.org: SDL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stdlib
/
SDL_string.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated copyright for 2021
Sam Lantinga
2021-01-02
1
-1
/
+1
*
Fixed crash when printing NULL wide character string
Sam Lantinga
2020-12-03
1
-4
/
+9
*
Added SDL_wcscasecmp() and SDL_wcsncasecmp()
Sam Lantinga
2020-11-24
1
-0
/
+79
*
stdlib: Corrected implementation of SDL_wcsncmp.
Ryan C. Gordon
2020-07-24
1
-2
/
+7
*
Updated copyright date for 2020
Sam Lantinga
2020-01-16
1
-1
/
+1
*
Improved XInput VID/PID detection and added SDL_wcsstr() and SDL_wcsncmp()
Sam Lantinga
2019-11-20
1
-11
/
+44
*
Readability: remove redundant cast to the same type
Sylvain Becker
2019-10-30
1
-1
/
+1
*
stdlib: Patched to compile.
Ryan C. Gordon
2019-09-26
1
-1
/
+1
*
stdlib: Try to coerce VS2019 to not replace some loops with memset() calls.
Ryan C. Gordon
2019-09-26
1
-11
/
+14
*
better readability..
Ozkan Sezer
2019-07-31
1
-1
/
+1
*
Updated copyright for 2019
Sam Lantinga
2019-01-04
1
-1
/
+1
*
Fixed bug 4283 - SDL's version of memset is different from libc's
Sam Lantinga
2018-09-28
1
-2
/
+7
*
SDL_vsnprintf: implemented '+' flag for signed integers printing.
Ozkan Sezer
2018-09-29
1
-5
/
+14
*
SDL_vsnprintf: fix numerics if both zero-padding and a field are given.
Ozkan Sezer
2018-09-29
1
-4
/
+20
*
SDL_vsnprintf() updates for zero-padding:
Ozkan Sezer
2018-09-27
1
-2
/
+9
*
SDL_string.c (SDL_PrintString): avoid MSVC signed/unsigned mismatch warning
Ozkan Sezer
2018-09-27
1
-2
/
+2
*
SDL_string.c (SDL_IntPrecisionAdjust): avoid MSVC generating a memset()
Ozkan Sezer
2018-09-27
1
-4
/
+2
*
SDL_vsnprintf: implement precision for the integral value printers.
Ozkan Sezer
2018-09-27
1
-0
/
+27
*
SDL_string.c: added comments to three SDL_FormatInfo members.
Ozkan Sezer
2018-09-26
1
-3
/
+3
*
SDL_vsnprintf: when '.' is specified, take precision as 0 if it is < 0.
Ozkan Sezer
2018-09-26
1
-0
/
+3
*
SDL_vsnprintf: string printer now honors the precision. (bug #4263.)
Ozkan Sezer
2018-09-26
1
-3
/
+13
*
SDL_vsnprintf: %.* and %* now parse precision and width. (bug #4263.)
Ozkan Sezer
2018-09-26
1
-0
/
+7
*
Added HIDAPI joystick drivers for more consistent support for Xbox, PS4 and N...
Sam Lantinga
2018-08-09
1
-1
/
+12
*
make sure SDL_vsnprintf() nul terminates if it is using _vsnprintf
Ozkan Sezer
2018-05-10
1
-1
/
+12
*
Fixed bug 3947 - replace strlcpy with memcpy in SDL_strdup()
Sam Lantinga
2018-02-13
1
-1
/
+1
*
Updated copyright for 2018
Sam Lantinga
2018-01-03
1
-1
/
+1
*
Added functions to query and set the SDL memory allocation functions:
Sam Lantinga
2017-10-12
1
-4
/
+0
*
Fixed compiler warning with mingw-w64
Sam Lantinga
2017-09-04
1
-3
/
+3
*
Added SDL_wcscmp()
Sam Lantinga
2017-08-13
1
-1
/
+17
*
More fixes for the SDL_scanf code
Sam Lantinga
2017-08-12
1
-7
/
+8
*
Fixed bug 3341 - SDL_sscanf() problem
Sam Lantinga
2017-08-11
1
-16
/
+26
*
Fixed whitespace code style.
Ryan C. Gordon
2017-05-29
1
-1
/
+2
*
stdlib: added SDL_utf8strlen().
Ryan C. Gordon
2017-05-29
1
-0
/
+17
*
stdlib: Fixed crash on SDL_snprintf("%s", NULL).
Ryan C. Gordon
2017-02-14
1
-0
/
+4
*
Fixed building with mingw32
Sam Lantinga
2017-01-18
1
-0
/
+10
*
Updated copyright for 2017
Sam Lantinga
2017-01-01
1
-1
/
+1
*
Fixed bug 3531 - internal SDL_vsnprintf implementation access memory outside ...
Sam Lantinga
2016-12-31
1
-7
/
+3
*
Patch from Sylvain to fix clang warnings
Sam Lantinga
2016-11-13
1
-1
/
+2
*
Define _GNU_SOURCE when building SDL
Sam Lantinga
2016-11-11
1
-6
/
+1
*
Fixed potential buffer overflow in SDL_vsnprintf() (thanks, Taylor!).
Ryan C. Gordon
2016-10-04
1
-5
/
+11
*
Updated copyright to 2016
Sam Lantinga
2016-01-02
1
-1
/
+1
*
Make sure we have the vsscanf() prototype (thanks, Ozkan!).
Ryan C. Gordon
2015-05-28
1
-0
/
+4
*
Updated the copyright year to 2015
Sam Lantinga
2015-05-26
1
-1
/
+1
*
Clang static analysis builds should use C runtime directly.
Ryan C. Gordon
2015-01-05
1
-0
/
+5
*
Fixed bug 2596 - SDL_SetError fails on on NULL on systems with vsnprintf
Sam Lantinga
2014-06-21
1
-0
/
+3
*
Fixed crash with SDL_SetError(NULL)
Sam Lantinga
2014-06-07
1
-0
/
+3
*
Added annotations to help code analysis tools
Sam Lantinga
2014-06-04
1
-12
/
+12
*
Align pointer in SDL_memset before doing Uint32 loop
Yuri Kunde Schlesner
2014-05-10
1
-3
/
+15
*
Fixed bug 2374 - Update copyright for 2014...
Sam Lantinga
2014-02-02
1
-1
/
+1
*
Make internal SDL sources include SDL_internal.h instead of SDL_config.h
Ryan C. Gordon
2013-11-24
1
-1
/
+1
[next]