| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Replaces StatFile(), with a portable data object.
|
|
|
|
|
|
|
|
|
|
The old struct config_param remains only for top-level string options.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Supports "~/" expansion. Forces us to switch from "const char *" to
AllocatedPath, which is a good thing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|