Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
or generated
|
|
loader.cpp: improved file extension checking, made Upper/LowerStr useful, moved string_util into Common namespace
|
|
|
|
|
|
Common: Correctly set ptr to null if mmap fails in memory_util
|
|
On POSIX systems mmap will return MAP_FAILED ((void*)-1) instead of a null pointer.
|
|
|
|
|
|
|