Name |
Last commit
|
Last update |
---|---|---|
.. | ||
dir.c | ||
map.c | ||
mingw-compat.h | ||
msvc-compat.h | ||
posix.c | ||
posix.h | ||
pthread.c | ||
pthread.h |
Cleaned up the structure of the whole OS-abstraction layer. fileops.c now contains a set of utility methods for file management used by the library. These are abstractions on top of the original POSIX calls. There's a new file called `posix.c` that contains emulations/reimplementations of all the POSIX calls the library uses. These are prefixed with `p_`. There's a specific posix file for each platform (win32 and unix). All the path-related methods have been moved from `utils.c` to `path.c` and have their own prefix.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
dir.c | Loading commit data... | |
map.c | Loading commit data... | |
mingw-compat.h | Loading commit data... | |
msvc-compat.h | Loading commit data... | |
posix.c | Loading commit data... | |
posix.h | Loading commit data... | |
pthread.c | Loading commit data... | |
pthread.h | Loading commit data... |