This website requires JavaScript.
Explore
Help
Sign In
Leahnaya
/
SDL
Watch
1
Star
0
Fork
0
You've already forked SDL
mirror of
https://github.com/yawut/SDL.git
synced
2026-09-01 21:55:07 -05:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
bef0fec121b4dcc74b2d0b6d036f020c571cbcca
SDL
/
src
/
stdlib
History
Ozkan Sezer
bef0fec121
make sure that SDL_malloc(0) or SDL_calloc(0,x) doesn't return NULL.
2017-10-12 14:28:05 +03:00
..
SDL_getenv.c
Fixed bug 3284 - minor correction for SDL_setenv on _WIN32__ platform
2017-08-11 21:30:06 -07:00
SDL_iconv.c
Fixed bug 3813 - gcc7 fallthrough warnings in SDL_iconv.c and SDL_pixels.c
2017-09-10 12:42:38 -07:00
SDL_malloc.c
make sure that SDL_malloc(0) or SDL_calloc(0,x) doesn't return NULL.
2017-10-12 14:28:05 +03:00
SDL_qsort.c
Fixed 64-bit build warning
2017-09-08 15:08:03 -07:00
SDL_stdlib.c
stdlib: An implementation of SDL_scalbn using ldexp() (thanks, Ozkan!).
2017-08-29 00:36:17 -04:00
SDL_string.c
Fixed compiler warning with mingw-w64
2017-09-04 22:14:57 -07:00