aboutsummaryrefslogtreecommitdiff
path: root/include/mbstring.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace u8split() with u8cut()Thomas Voss 2024-05-041-2/+4
|
* Go all in on string views, and fix manualsThomas Voss 2024-05-041-28/+15
|
* Add u8split()Thomas Voss 2024-05-041-0/+2
|
* Don’t handle U8(nullptr); use U8() instead.Thomas Voss 2024-04-271-4/+2
|
* Fix broken things (_Generic() sucks ass)Thomas Voss 2024-04-271-1/+1
|
* Prefix string-literals given to U8() with ‘u8’Thomas Voss 2024-04-271-1/+1
|
* Rename U8V() to U8(), and handle U8(nullptr)Thomas Voss 2024-04-271-1/+4
|
* Change private symbol prefix from ‘__’ to ‘_’Thomas Voss 2024-04-161-7/+7
|
* Don’t dunder attributesThomas Voss 2024-04-161-11/+9
|
* Remove usages of __MLIB_NO_MACRO_WRAPPERThomas Voss 2024-04-091-5/+3
|
* Prefer constexpr, and rename U8_BYTE_*()Thomas Voss 2024-03-311-10/+10
|
* Add U8_ARGSP()Thomas Voss 2024-03-151-2/+3
|
* Prefer surrounding attribute names with ‘__’Thomas Voss 2024-03-151-10/+19
|
* Add the U8_ARGS() macroThomas Voss 2024-03-101-7/+8
|
* Make optparse() use u8view’s for longoptsThomas Voss 2024-03-101-0/+2
|
* Add __u8view.hThomas Voss 2024-03-101-9/+1
|
* Add u8has(p s)fxThomas Voss 2024-03-071-0/+2
|
* Prefer macrosThomas Voss 2024-03-071-6/+6
|
* Formatting fixesThomas Voss 2024-03-071-0/+2
|
* Use the __MLIB prefixThomas Voss 2024-03-071-4/+4
|
* GenesisThomas Voss 2024-03-061-0/+53