aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Vastly simplify the errors.h interfaceThomas Voss 2024-04-146-58/+3
|
* Reorganize some thingsThomas Voss 2024-04-145-36/+38
|
* Change UF_* for CF_*Thomas Voss 2024-04-142-7/+7
|
* Mark dst as restrictThomas Voss 2024-04-141-2/+2
|
* upper_flags to caseflags, and mark dst as restrictThomas Voss 2024-04-141-6/+7
|
* Add u8upper()Thomas Voss 2024-04-132-0/+45
|
* Prefer character literals to hexThomas Voss 2024-04-131-101/+101
|
* Add uprop_get_lc()Thomas Voss 2024-04-132-0/+55
|
* Use ternary expressionsThomas Voss 2024-04-132-8/+2
|
* Sort structs alphabeticallyThomas Voss 2024-04-121-5/+5
|
* Add uprop_get_tc()Thomas Voss 2024-04-122-0/+83
|
* Add NOTES fileThomas Voss 2024-04-121-0/+7
|
* Add uprop_get_uc()Thomas Voss 2024-04-124-0/+429
|
* Use the __mlib_uprop_attrs macro for attributesThomas Voss 2024-04-122-69/+71
|
* Remove .txt from Unicode data filesThomas Voss 2024-04-1128-35/+35
|
* Add uprop_get_s[ult]c()Thomas Voss 2024-04-117-0/+3058
|
* Sort declarations alphabeticallyThomas Voss 2024-04-111-1/+1
|
* Add uprop_get_na1()Thomas Voss 2024-04-113-0/+2046
|
* Use __VA_ARGS__ in *eq() macrosThomas Voss 2024-04-111-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 commentThomas Voss 2024-04-112-2/+2
|
* Add uprop_get_na()Thomas Voss 2024-04-113-0/+34885
|
* Add uprop_get_lb()Thomas Voss 2024-04-115-0/+6854
|
* Fix commentThomas Voss 2024-04-091-3/+4
|
* Remove usages of __MLIB_NO_MACRO_WRAPPERThomas Voss 2024-04-094-11/+6
|
* Fix alignment of autogenerated lookup table elementsThomas Voss 2024-04-096-36/+38
|
* Add data/ to the repoThomas Voss 2024-04-0913-1/+75469
|
* Add uprop_get_dt()Thomas Voss 2024-04-094-0/+937
|
* Add uprop_get_bpb() and uprop_get_bpt()Thomas Voss 2024-04-096-9/+476
|
* Add uprop_get_ea()Thomas Voss 2024-04-094-1/+1264
|
* Add uprop_get_nt()Thomas Voss 2024-04-094-0/+374
|
* Move script to gen/string/Thomas Voss 2024-04-092-3/+3
|
* Add planned features sectionThomas Voss 2024-04-091-0/+6
|
* Move unicode/gbrk.h to unicode/string.hThomas Voss 2024-04-094-11/+6
|
* Tweaks to uprop_get_*()Thomas Voss 2024-04-085-3351/+3327
|
* Use double-division instead of integer-divisionThomas Voss 2024-04-082-153/+155
|
* Set ft for *.3mlib to nroffThomas Voss 2024-04-061-0/+1
|
* Use clang::__flag_enum__ instead of clang::flag_enumThomas Voss 2024-04-061-1/+1
|
* Add uprop_get_nv()Thomas Voss 2024-04-065-37/+2046
|
* Add more predicates to unicode/prop.hThomas Voss 2024-04-058-2/+79
|
* Fix function nameThomas Voss 2024-04-053-3/+3
|
* Add boolean properties to unicode/prop.hThomas Voss 2024-04-0552-1/+13011
|
* Add __MLIB_DEFINE_BSEARCH_CONTAINS()Thomas Voss 2024-04-051-0/+19
|
* Download more data filesThomas Voss 2024-04-051-0/+3
|
* Fix binary search macroThomas Voss 2024-04-011-3/+2
|
* Add unicode/prop.hThomas Voss 2024-04-015-1/+3444
|
* Include stddef.h for ptrdiff_tThomas Voss 2024-04-011-0/+2
|
* Simplify scriptThomas Voss 2024-04-011-4/+7
|
* Rename __gbrk_lookup.h to __gbrk.hThomas Voss 2024-04-013-8/+8
|
* Prefer constexpr, and rename U8_BYTE_*()Thomas Voss 2024-03-314-27/+27
|
* Remove the need for a state in freadrune()Thomas Voss 2024-03-312-19/+43
|