aboutsummaryrefslogtreecommitdiff
path: root/include/errors.h
Commit message (Collapse)AuthorAgeFilesLines
* Annotate some extra functions with nodiscardThomas Voss 2024-04-161-1/+1
|
* Change private symbol prefix from ‘__’ to ‘_’Thomas Voss 2024-04-161-2/+2
|
* Don’t dunder attributesThomas Voss 2024-04-161-3/+3
|
* Add _attrs.h for function attributesThomas Voss 2024-04-161-5/+6
|
* Vastly simplify the errors.h interfaceThomas Voss 2024-04-141-5/+0
|
* FormattingThomas Voss 2024-03-151-1/+2
|
* Prefer surrounding attribute names with ‘__’Thomas Voss 2024-03-151-8/+9
|
* Rename [set]progname() to mlib_[set]progname()Thomas Voss 2024-03-101-3/+3
| | | | | This namespacing was done because of a potential conflict with the setprogname() function available in <stdlib.h> as part of BSD systems.
* Make progname() [[gnu::always_inline]] instead of a macroThomas Voss 2024-03-101-1/+6
|
* GenesisThomas Voss 2024-03-061-0/+22