aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Prefer constexpr, and rename U8_BYTE_*()Thomas Voss 2024-03-312-14/+15
* Remove the need for a state in freadrune()Thomas Voss 2024-03-311-5/+3
* Add mbio.h and freadrune()Thomas Voss 2024-03-311-0/+16
* Lowercase BITSET() to bitset()Thomas Voss 2024-03-291-1/+1
* Add the dynarr() macroThomas Voss 2024-03-291-0/+2
* Rename bitset macrosThomas Voss 2024-03-271-8/+7
* Add unicode/gbrkThomas Voss 2024-03-233-0/+1638
* Add U8_ARGSP()Thomas Voss 2024-03-151-2/+3
* FormattingThomas Voss 2024-03-151-1/+2
* Use errx() instead of warnx() in ASSUME()Thomas Voss 2024-03-151-2/+2
* Rename _RUNE_*DEF() to __MLIB_RUNE_*DEF()Thomas Voss 2024-03-151-17/+17
* Add CLAMP()Thomas Voss 2024-03-151-2/+3
* Add DAPOP()Thomas Voss 2024-03-151-1/+3
* Prefer surrounding attribute names with ‘__’Thomas Voss 2024-03-154-21/+32
* Rename [set]progname() to mlib_[set]progname()Thomas Voss 2024-03-101-3/+3
* Make progname() [[gnu::always_inline]] instead of a macroThomas Voss 2024-03-101-1/+6
* Make mkoptparser() [[gnu::always_inline]]Thomas Voss 2024-03-101-1/+10
* Add the bufalloc_noterm() functionThomas Voss 2024-03-101-1/+2
* Add the U8_ARGS() macroThomas Voss 2024-03-102-10/+11
* Make optparse() use u8view’s for longoptsThomas Voss 2024-03-102-1/+3
* Remove Bob the String-BuilderThomas Voss 2024-03-101-39/+0
* Replace optparse_init() with mkoptparser()Thomas Voss 2024-03-101-3/+6
* Add optparse.hThomas Voss 2024-03-101-0/+32
* Add __u8view.hThomas Voss 2024-03-103-18/+15
* Add u8has(p s)fxThomas Voss 2024-03-071-0/+2
* Prefer macrosThomas Voss 2024-03-072-10/+10
* Formatting fixesThomas Voss 2024-03-074-7/+10
* Use the __MLIB prefixThomas Voss 2024-03-072-8/+8
* GenesisThomas Voss 2024-03-0611-0/+298