summaryrefslogtreecommitdiff
path: root/src/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2021Sam Lantinga2021-01-028-8/+8
* removed MSVC strtok_s use from SDL_strtokr().Ozkan Sezer2020-12-301-4/+1
* Fixed bug 5404 - stdlib: Added SDL_round, SDL_roundf, SDL_lround and SDL_lroundfSam Lantinga2020-12-231-0/+44
* Fixed bug 5235 - All internal sources should include SDL_assert.hSam Lantinga2020-12-091-1/+0
* 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
* crc32: Fixed include path.Ryan C. Gordon2020-11-161-1/+1
* Added SDL_crc32()Sam Lantinga2020-11-161-0/+52
* Fixed warning when building on WindowsSam Lantinga2020-11-121-1/+7
* stdlib: Corrected implementation of SDL_wcsncmp.Ryan C. Gordon2020-07-241-2/+7
* Fixed compiler warning building on FreeBSDSam Lantinga2020-05-271-1/+1
* stdlib: Fixed compiler warnings about int vs size_t.Ryan C. Gordon2020-05-051-2/+2
* Fixed bug 5112 - CMake won't compile in VS2019Sam Lantinga2020-05-021-32/+12
* Fixed implicit linkage to ftol2() on WindowsSam Lantinga2020-04-131-2/+5
* stdlib: Add SDL_trunc and SDL_truncfRyan C. Gordon2020-04-101-0/+21
* Fixed bug 5022 - SDL_iconv_string can get stuck in an infinite loop when enco...Sam Lantinga2020-03-101-0/+6
* Fixed bug 5001 - Feature request: SDL_isupper & SDL_islowerSam Lantinga2020-03-021-0/+4
* Updated copyright date for 2020Sam Lantinga2020-01-167-7/+7
* Improved XInput VID/PID detection and added SDL_wcsstr() and SDL_wcsncmp()Sam Lantinga2019-11-201-11/+44
* added SDL_strtokr() as a replacement for POSIX strtok_r (bug #4046.)Ozkan Sezer2019-11-201-0/+103
* SDL_qsort.c: sync comments with version 1.15 from mainstreamOzkan Sezer2019-10-311-6/+11
* 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
* SDL_iconv_string: add (char*) casts before SDL_malloc() calls.Ozkan Sezer2019-07-311-2/+2
* riscos: Fix iconv warningsCameron Cawley2019-01-131-1/+1
* Updated copyright for 2019Sam Lantinga2019-01-046-6/+6
* os/2 bits for SDL_malloc.c -- from libffiOzkan Sezer2018-11-181-3/+62
* 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
* Fixed whitespaceSam Lantinga2018-09-241-8/+8
* Added HIDAPI joystick drivers for more consistent support for Xbox, PS4 and N...Sam Lantinga2018-08-091-1/+12
* SDL_expf: return SDL_exp() instead of SDL_uclibc_exp() for consistency.Ozkan Sezer2018-08-051-3/+3
* SDL_expEthan Lee2018-08-041-0/+20
* 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
* SDL_log10Ethan Lee2018-01-171-0/+20
* Updated copyright for 2018Sam Lantinga2018-01-036-6/+6
* Added SDL_fmod() and SDL_fmodf()Sam Lantinga2017-11-041-1/+21
* Added float versions of SDL's math functionsSam Lantinga2017-11-041-10/+120