index
:
mlib
master
A supplimentary C standard library
Thomas Voss
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
unicode
/
string
/
u8title.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Formatting
Thomas Voss
2024-06-04
1
-4
/
+4
|
*
Accept an element size argument to allocators
Thomas Voss
2024-05-10
1
-2
/
+2
|
*
Try to do better error handling with custom allocators
Thomas Voss
2024-05-09
1
-2
/
+0
|
*
Add ASSUME()s
Thomas Voss
2024-05-09
1
-0
/
+4
|
*
Make the rest of the casemapping functions take custom allocators
Thomas Voss
2024-05-09
1
-11
/
+20
|
*
Go all in on string views, and fix manuals
Thomas Voss
2024-05-04
1
-11
/
+11
|
*
Add tests for u8title() and fix ‘ς’ bug
Thomas Voss
2024-05-04
1
-1
/
+1
|
*
Add Dutch titlecase tailoring (ijssel → IJssel)
Thomas Voss
2024-04-27
1
-7
/
+15
|
*
Fully comply with Unicode 15.1 § 3.13 in u8title()
Thomas Voss
2024-04-26
1
-53
/
+90
|
*
Fully comply with Unicode 15.1 § 3.13 in u8lower()
Thomas Voss
2024-04-26
1
-2
/
+2
|
*
Support titlecasing Dutch ‘IJ’ properly
Thomas Voss
2024-04-24
1
-3
/
+11
|
*
Properly upper- and titlecase ‘i’ and ‘j’ in Lithuanian
Thomas Voss
2024-04-24
1
-11
/
+27
|
*
Add u8title()
Thomas Voss
2024-04-23
1
-0
/
+58