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 |
|---|---|---|
| .. | ||
| resources | Loading commit data... | |
| .gitignore | Loading commit data... | |
| NAMING | Loading commit data... | |
| t00-core.c | Loading commit data... | |
| t01-data.h | Loading commit data... | |
| t01-rawobj.c | Loading commit data... | |
| t02-data.h | Loading commit data... | |
| t02-objread.c | Loading commit data... | |
| t02-oids.h | Loading commit data... | |
| t03-objwrite.c | Loading commit data... | |
| t04-commit.c | Loading commit data... | |
| t05-revwalk.c | Loading commit data... | |
| t06-index.c | Loading commit data... | |
| t07-hashtable.c | Loading commit data... | |
| t08-tag.c | Loading commit data... | |
| t09-tree.c | Loading commit data... | |
| t10-refs.c | Loading commit data... | |
| t12-repo.c | Loading commit data... | |
| t13-threads.c | Loading commit data... | |
| t15-config.c | Loading commit data... | |
| test_helpers.c | Loading commit data... | |
| test_helpers.h | Loading commit data... | |
| test_lib.c | Loading commit data... | |
| test_lib.h | Loading commit data... | |
| test_main.c | Loading commit data... | |
| tests.supp | Loading commit data... |