Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't bother with al string types | Chris Robinson | 2021-04-24 | 1 | -13/+0 |
| | |||||
* | Workaround a MinGW quirk | Chris Robinson | 2020-06-26 | 1 | -0/+1 |
| | | | | | Sometimes MinGW defines strncasecmp to _strnicmp in string.h, which can cause problems with al::strncasecmp if it's not consistently replaced. | ||||
* | Add and use custom string types and functions | Chris Robinson | 2019-09-16 | 1 | -0/+29 |