kc3-lang/SDL/src/filesystem/unix

Branch :


Log

Author Commit Date CI Message
f79fc33a 2013-08-29 08:29:21 Christoph Mallon: Remove pointless if (x) before SDL_free(x)
1d2c7796 2013-08-29 08:27:25 Christoph Mallon: Correct indendation.
7267ea8f 2013-08-29 08:26:55 Christoph Mallon: Use SDL_arraysize()
67c10169 2013-08-29 08:25:54 Christoph Mallon: Report an error, if creating the directories in SDL_GetPrefPath() failed.
db7c92b4 2013-08-29 08:25:24 Christoph Mallon: Remove lone /* if */ comment.
321aa4ae 2013-08-29 08:24:43 Christoph Mallon: Simplify avoidance of duplicate / in SDL_GetPrefPath()
c9c6852f 2013-08-24 21:15:10 Minor FreeBSD code cleanup.
e5b65e4e 2013-08-24 09:05:18 Fix #2062 Be more diligent about validating trailing "/" existence in HOME and XDG_DATA_HOME env vars
58a558e3 2013-08-23 23:34:23 Patched to compile on Solaris.
88cd94a0 2013-08-23 21:48:40 Patched to compile on FreeBSD.
97948aef 2013-08-23 21:38:54 Add support for some BSDs and Solaris to SDL_GetBasePath().
c9152adc 2013-08-20 20:15:15 Patched new filesystem code to compile.
2dd7091e 2013-08-20 19:57:11 Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module.