Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add uprop_get_blk() | Thomas Voss | 2024-04-15 | 5 | -0/+1476 |
| | |||||
* | Prefer uint_least32_t to uint_fast32_t | Thomas Voss | 2024-04-15 | 1 | -1/+1 |
| | |||||
* | Use err() instead of the old errx() | Thomas Voss | 2024-04-15 | 1 | -2/+2 |
| | |||||
* | Add uprop_get_age() | Thomas Voss | 2024-04-15 | 5 | -4/+3823 |
| | |||||
* | Add planned feature | Thomas Voss | 2024-04-15 | 1 | -4/+5 |
| | |||||
* | Add u8lower() | Thomas Voss | 2024-04-15 | 2 | -0/+48 |
| | |||||
* | Use Unicode quotation marks | Thomas Voss | 2024-04-14 | 1 | -1/+1 |
| | |||||
* | Set editor options for README | Thomas Voss | 2024-04-14 | 1 | -0/+1 |
| | |||||
* | Fix formatting | Thomas Voss | 2024-04-14 | 1 | -12/+13 |
| | |||||
* | Add build instructions | Thomas Voss | 2024-04-14 | 1 | -0/+12 |
| | |||||
* | Fix indentation | Thomas Voss | 2024-04-14 | 1 | -6/+6 |
| | |||||
* | 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 |
| | | | | | | | | | | This allows for the macros to still work when passed macros as arguments that expand into multiple arguments. As an example, the following which was not possible is now possible: struct u8view sv1 = U8V("Kosiče"); struct u8view sv2 = ...; assert(u8eq(U8_ARGS(sv1), U8_ARGS(sv2))); | ||||
* | 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 |
| |