Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix alignment of autogenerated lookup table elements | Thomas Voss | 2024-04-09 | 6 | -36/+38 | |
* | Add data/ to the repo | Thomas Voss | 2024-04-09 | 13 | -1/+75469 | |
* | Add uprop_get_dt() | Thomas Voss | 2024-04-09 | 4 | -0/+937 | |
* | Add uprop_get_bpb() and uprop_get_bpt() | Thomas Voss | 2024-04-09 | 6 | -9/+476 | |
* | Add uprop_get_ea() | Thomas Voss | 2024-04-09 | 4 | -1/+1264 | |
* | Add uprop_get_nt() | Thomas Voss | 2024-04-09 | 4 | -0/+374 | |
* | Move script to gen/string/ | Thomas Voss | 2024-04-09 | 2 | -3/+3 | |
* | Add planned features section | Thomas Voss | 2024-04-09 | 1 | -0/+6 | |
* | Move unicode/gbrk.h to unicode/string.h | Thomas Voss | 2024-04-09 | 4 | -11/+6 | |
* | Tweaks to uprop_get_*() | Thomas Voss | 2024-04-08 | 5 | -3351/+3327 | |
* | Use double-division instead of integer-division | Thomas Voss | 2024-04-08 | 2 | -153/+155 | |
* | Set ft for *.3mlib to nroff | Thomas Voss | 2024-04-06 | 1 | -0/+1 | |
* | Use clang::__flag_enum__ instead of clang::flag_enum | Thomas Voss | 2024-04-06 | 1 | -1/+1 | |
* | Add uprop_get_nv() | Thomas Voss | 2024-04-06 | 5 | -37/+2046 | |
* | Add more predicates to unicode/prop.h | Thomas Voss | 2024-04-05 | 8 | -2/+79 | |
* | Fix function name | Thomas Voss | 2024-04-05 | 3 | -3/+3 | |
* | Add boolean properties to unicode/prop.h | Thomas Voss | 2024-04-05 | 52 | -1/+13011 | |
* | Add __MLIB_DEFINE_BSEARCH_CONTAINS() | Thomas Voss | 2024-04-05 | 1 | -0/+19 | |
* | Download more data files | Thomas Voss | 2024-04-05 | 1 | -0/+3 | |
* | Fix binary search macro | Thomas Voss | 2024-04-01 | 1 | -3/+2 | |
* | Add unicode/prop.h | Thomas Voss | 2024-04-01 | 5 | -1/+3444 | |
* | Include stddef.h for ptrdiff_t | Thomas Voss | 2024-04-01 | 1 | -0/+2 | |
* | Simplify script | Thomas Voss | 2024-04-01 | 1 | -4/+7 | |
* | Rename __gbrk_lookup.h to __gbrk.h | Thomas Voss | 2024-04-01 | 3 | -8/+8 | |
* | Prefer constexpr, and rename U8_BYTE_*() | Thomas Voss | 2024-03-31 | 4 | -27/+27 | |
* | Remove the need for a state in freadrune() | Thomas Voss | 2024-03-31 | 2 | -19/+43 | |
* | Add mbio.h and freadrune() | Thomas Voss | 2024-03-31 | 3 | -0/+40 | |
* | Remove Makefile | Thomas Voss | 2024-03-31 | 1 | -24/+0 | |
* | Lowercase BITSET() to bitset() | Thomas Voss | 2024-03-29 | 1 | -1/+1 | |
* | Add the dynarr() macro | Thomas Voss | 2024-03-29 | 1 | -0/+2 | |
* | Rename bitset macros | Thomas Voss | 2024-03-27 | 1 | -8/+7 | |
* | Update README | Thomas Voss | 2024-03-23 | 1 | -1/+4 | |
* | Add unicode/gbrk | Thomas Voss | 2024-03-23 | 9 | -0/+1913 | |
* | Add U8_ARGSP() | Thomas Voss | 2024-03-15 | 1 | -2/+3 | |
* | Formatting | Thomas Voss | 2024-03-15 | 1 | -1/+2 | |
* | Use errx() instead of warnx() in ASSUME() | Thomas Voss | 2024-03-15 | 1 | -2/+2 | |
* | Rename _RUNE_*DEF() to __MLIB_RUNE_*DEF() | Thomas Voss | 2024-03-15 | 1 | -17/+17 | |
* | Add CLAMP() | Thomas Voss | 2024-03-15 | 1 | -2/+3 | |
* | Add DAPOP() | Thomas Voss | 2024-03-15 | 1 | -1/+3 | |
* | Prefer surrounding attribute names with ‘__’ | Thomas Voss | 2024-03-15 | 4 | -21/+32 | |
* | Add the mlib_[set]progname(3) manuals | Thomas Voss | 2024-03-10 | 2 | -0/+76 | |
* | Rename [set]progname() to mlib_[set]progname() | Thomas Voss | 2024-03-10 | 4 | -6/+6 | |
* | Make progname() [[gnu::always_inline]] instead of a macro | Thomas Voss | 2024-03-10 | 1 | -1/+6 | |
* | Make mkoptparser() [[gnu::always_inline]] | Thomas Voss | 2024-03-10 | 2 | -10/+10 | |
* | Remove blank line | Thomas Voss | 2024-03-10 | 1 | -1/+0 | |
* | Add the bufalloc(3) and bufalloc_noterm(3) manuals | Thomas Voss | 2024-03-10 | 2 | -0/+91 | |
* | Add the bufalloc_noterm() function | Thomas Voss | 2024-03-10 | 3 | -23/+31 | |
* | Begin adding manual pages | Thomas Voss | 2024-03-10 | 7 | -0/+315 | |
* | Add the U8_ARGS() macro | Thomas Voss | 2024-03-10 | 7 | -31/+32 | |
* | Build with -Wvla enabled | Thomas Voss | 2024-03-10 | 1 | -1/+1 |