aboutsummaryrefslogtreecommitdiff
path: root/lib/optparse
Commit message (Collapse)AuthorAgeFilesLines
* Go all in on string views, and fix manualsThomas Voss 2024-05-041-5/+4
|
* Properly check for nullptrThomas Voss 2024-04-271-2/+3
|
* Don’t return local arrays, lolThomas Voss 2024-04-231-6/+3
|
* Make mkoptparser() [[gnu::always_inline]]Thomas Voss 2024-03-101-9/+0
|
* Add the U8_ARGS() macroThomas Voss 2024-03-101-12/+14
|
* Make optparse() use u8view’s for longoptsThomas Voss 2024-03-101-52/+66
|
* Fix signedness warningThomas Voss 2024-03-101-1/+1
|
* Replace optparse_init() with mkoptparser()Thomas Voss 2024-03-101-19/+18
|
* Add optparse.hThomas Voss 2024-03-101-0/+156