Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add the bufalloc_noterm() function | Thomas Voss | 2024-03-10 | 1 | -1/+2 | |
| | ||||||
* | Add the U8_ARGS() macro | Thomas Voss | 2024-03-10 | 2 | -10/+11 | |
| | ||||||
* | Make optparse() use u8view’s for longopts | Thomas Voss | 2024-03-10 | 2 | -1/+3 | |
| | ||||||
* | Remove Bob the String-Builder | Thomas Voss | 2024-03-10 | 1 | -39/+0 | |
| | | | | | | | | Seeing as dynarr.h already exists, there is no real use for Bob the String-Builder. It was *a bit* nice because of the generic u8strpush() macro, but it should be very easy to implement yourself, and you only really ever need 1 or 2 specific functions that are a few lines of code each. | |||||
* | Replace optparse_init() with mkoptparser() | Thomas Voss | 2024-03-10 | 1 | -3/+6 | |
| | ||||||
* | Add optparse.h | Thomas Voss | 2024-03-10 | 1 | -0/+32 | |
| | ||||||
* | Add __u8view.h | Thomas Voss | 2024-03-10 | 3 | -18/+15 | |
| | ||||||
* | Add u8has(p s)fx | Thomas Voss | 2024-03-07 | 1 | -0/+2 | |
| | ||||||
* | Prefer macros | Thomas Voss | 2024-03-07 | 2 | -10/+10 | |
| | ||||||
* | Formatting fixes | Thomas Voss | 2024-03-07 | 4 | -7/+10 | |
| | ||||||
* | Use the __MLIB prefix | Thomas Voss | 2024-03-07 | 2 | -8/+8 | |
| | ||||||
* | Genesis | Thomas Voss | 2024-03-06 | 11 | -0/+298 | |