| Commit message (Expand) | Author | Age | Files | Lines |
| * | Updated copyright for 2021 | Sam Lantinga | 2021-01-02 | 1 | -1/+1 |
| * | Fixed bug 5404 - stdlib: Added SDL_round, SDL_roundf, SDL_lround and SDL_lroundf | Sam Lantinga | 2020-12-23 | 1 | -0/+44 |
| * | Fixed warning when building on Windows | Sam Lantinga | 2020-11-12 | 1 | -1/+7 |
| * | Fixed bug 5112 - CMake won't compile in VS2019 | Sam Lantinga | 2020-05-02 | 1 | -32/+12 |
| * | Fixed implicit linkage to ftol2() on Windows | Sam Lantinga | 2020-04-13 | 1 | -2/+5 |
| * | stdlib: Add SDL_trunc and SDL_truncf | Ryan C. Gordon | 2020-04-10 | 1 | -0/+21 |
| * | Fixed bug 5001 - Feature request: SDL_isupper & SDL_islower | Sam Lantinga | 2020-03-02 | 1 | -0/+4 |
| * | Updated copyright date for 2020 | Sam Lantinga | 2020-01-16 | 1 | -1/+1 |
| * | Updated copyright for 2019 | Sam Lantinga | 2019-01-04 | 1 | -1/+1 |
| * | SDL_expf: return SDL_exp() instead of SDL_uclibc_exp() for consistency. | Ozkan Sezer | 2018-08-05 | 1 | -3/+3 |
| * | SDL_exp | Ethan Lee | 2018-08-04 | 1 | -0/+20 |
| * | SDL_log10 | Ethan Lee | 2018-01-17 | 1 | -0/+20 |
| * | Updated copyright for 2018 | Sam Lantinga | 2018-01-03 | 1 | -1/+1 |
| * | Added SDL_fmod() and SDL_fmodf() | Sam Lantinga | 2017-11-04 | 1 | -1/+21 |
| * | Added float versions of SDL's math functions | Sam Lantinga | 2017-11-04 | 1 | -10/+120 |
| * | stdlib: An implementation of SDL_scalbn using ldexp() (thanks, Ozkan!). | Ryan C. Gordon | 2017-08-29 | 1 | -0/+4 |
| * | Fixed bug 3768 - provide a quick copysign() solution for watcom | Sam Lantinga | 2017-08-21 | 1 | -0/+6 |
| * | Updated copyright for 2017 | Sam Lantinga | 2017-01-01 | 1 | -1/+1 |
| * | Fixed bug 3468 - _allshr in SDL_stdlib.c is not working properly | Sam Lantinga | 2016-11-06 | 1 | -35/+35 |
| * | Partial fix for bug 3092 - Statically link sdl2 with /MT for msvc | Sam Lantinga | 2016-10-17 | 1 | -1/+1 |
| * | Made #if defined(X) consistent | Sam Lantinga | 2016-10-10 | 1 | -6/+6 |
| * | Backed out commit 4de94185790e, this causes Visual Studio build failure on bu...release-2.0.4 | Sam Lantinga | 2016-01-02 | 1 | -3/+0 |
| * | Fixed bug 3092 - Statically link sdl2 with /MT for msvc | Sam Lantinga | 2016-01-02 | 1 | -0/+3 |
| * | Updated copyright to 2016 | Sam Lantinga | 2016-01-02 | 1 | -1/+1 |
| * | Let's assume that if VS2005 and VS2010 do it, VS2008 probably does, too. | Ryan C. Gordon | 2015-06-07 | 1 | -3/+2 |
| * | VS2005 tweaks (thanks, Ozkan!). | Ryan C. Gordon | 2015-06-07 | 1 | -1/+2 |
| * | 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 |
| * | Removed SDL_round() because the license wasn't compatible with zlib | Sam Lantinga | 2014-08-17 | 1 | -10/+0 |
| * | Added SDL_round(), contributed by Benoit Pierre - thanks! | Sam Lantinga | 2014-08-16 | 1 | -0/+10 |
| * | Fixed bug 2537 - _allmul in SDL_lib.c is not working properly | Sam Lantinga | 2014-07-27 | 1 | -38/+29 |
| * | Added SDL_sqrtf(), SDL_tan(), SDL_tanf() | Sam Lantinga | 2014-06-07 | 1 | -0/+30 |
| * | Integrated David Ludwig's support for Windows RT | Sam Lantinga | 2014-03-09 | 1 | -8/+38 |
| |\ |
|
| | * | Thou shalt not use more than 4k local variables in this code. | Sam Lantinga | 2014-02-22 | 1 | -6/+0 |
| | * | 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 |
| | * | Hook up SDL_acos and SDL_asin properly. | Ryan C. Gordon | 2013-12-09 | 1 | -0/+36 |
| * | | WinRT: merged with latest SDL 2.x/HG code | David Ludwig | 2013-11-28 | 1 | -0/+4 |
| |\ \
| |/
|/| |
|
| | * | WinRT: build fixes and additional WinRT-related integrations with SDL 2.0.0 | David Ludwig | 2013-08-13 | 1 | -0/+4 |
| * | | Fixed bug 2274 - SDL_ceil is incorrectly implemented when HAVE_LIBC is not de... | Sam Lantinga | 2013-11-27 | 1 | -1/+6 |
| |/ |
|
| * | Fixed SDL's implementation of isspace() to check form feed and vertical tab. | Philipp Wiesemann | 2013-07-06 | 1 | -1/+1 |
| * | Removed the inline functions from SDL_stdinc.h | Sam Lantinga | 2013-07-05 | 1 | -17/+162 |
| * | Fixed bug 1846 - _allmul implementation in SDL_stdlib.c doesn't clean up the ... | Sam Lantinga | 2013-05-16 | 1 | -1/+1 |
| * | Improvements to stdlib. | Ryan C. Gordon | 2013-03-15 | 1 | -0/+19 |
| * | Happy New Year! | Sam Lantinga | 2013-02-15 | 1 | -1/+1 |
| * | Removed executable bit from source files | Sam Lantinga | 2012-09-27 | 1 | -0/+0 |
| * | Fixed bug 1540: SDL 2.0 won't link on Visual Studio 2012 RC for x64 | Sam Lantinga | 2012-07-11 | 1 | -2/+2 |
| * | Happy New Year! | Sam Lantinga | 2011-12-31 | 1 | -1/+1 |
| * | SDL 1.3 is now under the zlib license. | Sam Lantinga | 2011-04-08 | 1 | -16/+15 |
| * | Fixed permissions for C source files | Sam Lantinga | 2011-03-11 | 1 | -0/+0 |