Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
added SDL_strtokr() as a replacement for POSIX strtok_r (bug #4046.)
- Loading branch information
Showing
with
161 additions
and 7 deletions.
- +2 −2 CMakeLists.txt
- +2 −2 Makefile.os2
- +2 −1 Makefile.psp
- +1 −0 VisualC-WinRT/UWP_VS2015/SDL-UWP.vcxproj
- +3 −0 VisualC-WinRT/UWP_VS2015/SDL-UWP.vcxproj.filters
- +1 −0 VisualC-WinRT/WinPhone81_VS2013/SDL-WinPhone81.vcxproj
- +3 −0 VisualC-WinRT/WinPhone81_VS2013/SDL-WinPhone81.vcxproj.filters
- +1 −0 VisualC-WinRT/WinRT81_VS2013/SDL-WinRT81.vcxproj
- +3 −0 VisualC-WinRT/WinRT81_VS2013/SDL-WinRT81.vcxproj.filters
- +1 −0 VisualC/SDL/SDL.vcxproj
- +1 −0 VisualC/SDL/SDL.vcxproj.filters
- +10 −0 Xcode-iOS/SDL/SDL.xcodeproj/project.pbxproj
- +8 −0 Xcode/SDL/SDL.xcodeproj/project.pbxproj
- +1 −1 configure
- +1 −1 configure.ac
- +2 −0 include/SDL_config.h.cmake
- +2 −0 include/SDL_config.h.in
- +1 −0 include/SDL_config_android.h
- +1 −0 include/SDL_config_iphoneos.h
- +1 −0 include/SDL_config_macosx.h
- +1 −0 include/SDL_config_os2.h
- +4 −0 include/SDL_config_windows.h
- +1 −0 include/SDL_config_winrt.h
- +1 −0 include/SDL_config_wiz.h
- +2 −0 include/SDL_stdinc.h
- +1 −0 src/dynapi/SDL_dynapi_overrides.h
- +1 −0 src/dynapi/SDL_dynapi_procs.h
- +103 −0 src/stdlib/SDL_strtokr.c
Oops, something went wrong.