Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify some statements | Filip Gawin | 2018-10-29 | 1 | -2/+2 |
| | |||||
* | PATH_MAX not MAX_PATH | Chris Robinson | 2018-09-07 | 1 | -1/+1 |
| | |||||
* | Load .alsoftrc from the app bundle root on macOS | Chris Robinson | 2018-09-07 | 1 | -0/+23 |
| | | | | | Not sure what priority this should have. Currently it loads after system-level configs, and before user-level configs. | ||||
* | Avoid fixed-PATH_MAX-size buffers | Chris Robinson | 2018-01-13 | 1 | -33/+55 |
| | | | | | Windows still needs to use MAX_PATH in a couple places, but that macro's guaranteed there. | ||||
* | Allow GetProcPath to return the filename also | Chris Robinson | 2018-01-13 | 1 | -4/+4 |
| | |||||
* | Move the config function declarations to their own header | Chris Robinson | 2018-01-11 | 1 | -0/+653 |
And rename alcConfig.c to alconfig.c for consistency. |