summaryrefslogtreecommitdiff
path: root/src/stdlib/SDL_stdlib.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* Fixed bug 5404 - stdlib: Added SDL_round, SDL_roundf, SDL_lround and SDL_lroundfSam Lantinga2020-12-231-0/+44
* Fixed warning when building on WindowsSam Lantinga2020-11-121-1/+7
* 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 5001 - Feature request: SDL_isupper & SDL_islowerSam Lantinga2020-03-021-0/+4
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* 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
* SDL_log10Ethan Lee2018-01-171-0/+20
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* 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
* stdlib: An implementation of SDL_scalbn using ldexp() (thanks, Ozkan!).Ryan C. Gordon2017-08-291-0/+4
* Fixed bug 3768 - provide a quick copysign() solution for watcomSam Lantinga2017-08-211-0/+6
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* Fixed bug 3468 - _allshr in SDL_stdlib.c is not working properlySam Lantinga2016-11-061-35/+35
* Partial fix for bug 3092 - Statically link sdl2 with /MT for msvcSam Lantinga2016-10-171-1/+1
* Made #if defined(X) consistentSam Lantinga2016-10-101-6/+6
* Backed out commit 4de94185790e, this causes Visual Studio build failure on bu...release-2.0.4Sam Lantinga2016-01-021-3/+0
* Fixed bug 3092 - Statically link sdl2 with /MT for msvcSam Lantinga2016-01-021-0/+3
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* Let's assume that if VS2005 and VS2010 do it, VS2008 probably does, too.Ryan C. Gordon2015-06-071-3/+2
* VS2005 tweaks (thanks, Ozkan!).Ryan C. Gordon2015-06-071-1/+2
* 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
* Removed SDL_round() because the license wasn't compatible with zlibSam Lantinga2014-08-171-10/+0
* Added SDL_round(), contributed by Benoit Pierre - thanks!Sam Lantinga2014-08-161-0/+10
* Fixed bug 2537 - _allmul in SDL_lib.c is not working properlySam Lantinga2014-07-271-38/+29
* Added SDL_sqrtf(), SDL_tan(), SDL_tanf()Sam Lantinga2014-06-071-0/+30
* Integrated David Ludwig's support for Windows RTSam Lantinga2014-03-091-8/+38
|\
| * Thou shalt not use more than 4k local variables in this code.Sam Lantinga2014-02-221-6/+0
| * 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
| * Hook up SDL_acos and SDL_asin properly.Ryan C. Gordon2013-12-091-0/+36
* | WinRT: merged with latest SDL 2.x/HG codeDavid Ludwig2013-11-281-0/+4
|\ \ | |/ |/|
| * WinRT: build fixes and additional WinRT-related integrations with SDL 2.0.0David Ludwig2013-08-131-0/+4
* | Fixed bug 2274 - SDL_ceil is incorrectly implemented when HAVE_LIBC is not de...Sam Lantinga2013-11-271-1/+6
|/
* Fixed SDL's implementation of isspace() to check form feed and vertical tab.Philipp Wiesemann2013-07-061-1/+1
* Removed the inline functions from SDL_stdinc.hSam Lantinga2013-07-051-17/+162
* Fixed bug 1846 - _allmul implementation in SDL_stdlib.c doesn't clean up the ...Sam Lantinga2013-05-161-1/+1
* Improvements to stdlib.Ryan C. Gordon2013-03-151-0/+19
* Happy New Year!Sam Lantinga2013-02-151-1/+1
* Removed executable bit from source filesSam Lantinga2012-09-271-0/+0
* Fixed bug 1540: SDL 2.0 won't link on Visual Studio 2012 RC for x64Sam Lantinga2012-07-111-2/+2
* Happy New Year!Sam Lantinga2011-12-311-1/+1
* SDL 1.3 is now under the zlib license.Sam Lantinga2011-04-081-16/+15
* Fixed permissions for C source filesSam Lantinga2011-03-111-0/+0