aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Make mkoptparser() [[gnu::always_inline]]Thomas Voss 2024-03-101-9/+0
|
* Add the bufalloc_noterm() functionThomas Voss 2024-03-102-22/+29
|
* Add the U8_ARGS() macroThomas Voss 2024-03-105-21/+21
|
* Fix bugs in u8haspfx() and u8hassfx()Thomas Voss 2024-03-102-2/+4
|
* Make optparse() use u8view’s for longoptsThomas Voss 2024-03-101-52/+66
|
* Fix signedness warningThomas Voss 2024-03-101-1/+1
|
* Remove Bob the String-BuilderThomas Voss 2024-03-107-107/+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-101-19/+18
|
* Add optparse.hThomas Voss 2024-03-101-0/+156
|
* Add u8has(p s)fxThomas Voss 2024-03-072-0/+18
|
* Fix macro nameThomas Voss 2024-03-073-3/+3
|
* Minor tweaksThomas Voss 2024-03-071-1/+3
|
* GenesisThomas Voss 2024-03-0628-0/+642