Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify majorly | Thomas Voss | 2024-01-18 | 1 | -50/+10 |
| | | | | | | | | mkoutpath() is only ever called with one argument so it doesn’t need to be variadic. Additionally I only care about supporting MacOS, Linux, and the BSDs, and all of them support strlcat()*. * Linux doesn’t ship a libc, but both Glibc and Musl ship strlcat() | ||||
* | Simplify code using libcompat | Thomas Voss | 2024-01-18 | 1 | -4/+1 |
| | |||||
* | Formatting | Thomas Voss | 2024-01-18 | 1 | -2/+2 |
| | |||||
* | Add optional PCRE support | Thomas Voss | 2024-01-18 | 1 | -1/+8 |
| | |||||
* | Don’t define _POSIX_C_SOURCE | Thomas Voss | 2024-01-16 | 1 | -3/+0 |
| | |||||
* | Fix builds on MacOS | Thomas Voss | 2024-01-16 | 1 | -4/+4 |
| | |||||
* | Organize files into directories | Thomas Voss | 2024-01-13 | 1 | -3/+3 |
| | |||||
* | Add the git-grab.1 manual | Thomas Voss | 2024-01-13 | 1 | -1/+1 |
| | |||||
* | Initialize debug to false | Thomas Voss | 2024-01-13 | 1 | -1/+1 |
| | |||||
* | Add git-grab for integrating with Git. | Thomas Voss | 2024-01-12 | 1 | -9/+15 |
| | |||||
* | Make the whole *FLAGS stuff nicer | Thomas Voss | 2024-01-11 | 1 | -7/+9 |
| | |||||
* | Make things work a bit better on C23 | Thomas Voss | 2024-01-11 | 1 | -0/+4 |
| | |||||
* | Don’t use -m(arch tune)=native on MacOS | Thomas Voss | 2024-01-11 | 1 | -2/+6 |
| | |||||
* | Rebuild if da.h is modified | Thomas Voss | 2023-12-30 | 1 | -1/+1 |
| | |||||
* | Switch to cbs for building | Thomas Voss | 2023-12-30 | 1 | -0/+147 |