Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Vastly simplify the errors.h interface | Thomas Voss | 2024-04-14 | 6 | -58/+3 |
* | Reorganize some things | Thomas Voss | 2024-04-14 | 5 | -36/+38 |
* | Change UF_* for CF_* | Thomas Voss | 2024-04-14 | 2 | -7/+7 |
* | Mark dst as restrict | Thomas Voss | 2024-04-14 | 1 | -2/+2 |
* | upper_flags to caseflags, and mark dst as restrict | Thomas Voss | 2024-04-14 | 1 | -6/+7 |
* | Add u8upper() | Thomas Voss | 2024-04-13 | 2 | -0/+45 |
* | Prefer character literals to hex | Thomas Voss | 2024-04-13 | 1 | -101/+101 |
* | Add uprop_get_lc() | Thomas Voss | 2024-04-13 | 2 | -0/+55 |
* | Use ternary expressions | Thomas Voss | 2024-04-13 | 2 | -8/+2 |
* | Sort structs alphabetically | Thomas Voss | 2024-04-12 | 1 | -5/+5 |
* | Add uprop_get_tc() | Thomas Voss | 2024-04-12 | 2 | -0/+83 |
* | Add NOTES file | Thomas Voss | 2024-04-12 | 1 | -0/+7 |
* | Add uprop_get_uc() | Thomas Voss | 2024-04-12 | 4 | -0/+429 |
* | Use the __mlib_uprop_attrs macro for attributes | Thomas Voss | 2024-04-12 | 2 | -69/+71 |
* | Remove .txt from Unicode data files | Thomas Voss | 2024-04-11 | 28 | -35/+35 |
* | Add uprop_get_s[ult]c() | Thomas Voss | 2024-04-11 | 7 | -0/+3058 |
* | Sort declarations alphabetically | Thomas Voss | 2024-04-11 | 1 | -1/+1 |
* | Add uprop_get_na1() | Thomas Voss | 2024-04-11 | 3 | -0/+2046 |
* | Use __VA_ARGS__ in *eq() macros | Thomas Voss | 2024-04-11 | 1 | -3/+3 |
* | Fix comment | Thomas Voss | 2024-04-11 | 2 | -2/+2 |
* | Add uprop_get_na() | Thomas Voss | 2024-04-11 | 3 | -0/+34885 |
* | Add uprop_get_lb() | Thomas Voss | 2024-04-11 | 5 | -0/+6854 |
* | Fix comment | Thomas Voss | 2024-04-09 | 1 | -3/+4 |
* | Remove usages of __MLIB_NO_MACRO_WRAPPER | Thomas Voss | 2024-04-09 | 4 | -11/+6 |
* | 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 |