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
Commit message (
Expand
)
Author
Age
Files
Lines
*
It’s -1 to subtract the ‘=’, not +1
HEAD
master
Thomas Voss
2024-11-01
1
-2
/
+2
*
Make string view lengths signed
Thomas Voss
2024-10-30
5
-7
/
+7
*
Make ucswdth() take a current width
Thomas Voss
2024-10-29
1
-3
/
+2
*
Only use UTF-8 when the locale permits it
Thomas Voss
2024-10-28
1
-4
/
+15
*
Fix include name
Thomas Voss
2024-10-16
1
-1
/
+1
*
Typedef enums and structures
Thomas Voss
2024-10-03
1
-8
/
+8
*
Support free()ing the last allocation in an arena
Thomas Voss
2024-10-03
1
-1
/
+12
*
Use spaces for alignment
Thomas Voss
2024-10-03
1
-3
/
+3
*
Implement proper resizing for arena allocators
Thomas Voss
2024-10-03
1
-7
/
+70
*
Use uint8_t instead of char8_t pointers in arena blocks
Thomas Voss
2024-10-03
1
-2
/
+1
*
Use 4 KiB blocks if sysconf(_SC_PAGESIZE) fails
Thomas Voss
2024-10-03
1
-3
/
+1
*
Update for Unicode 16
Thomas Voss
2024-10-03
59
-7134
/
+18303
*
Huge library overhaul
Thomas Voss
2024-10-03
18
-264
/
+333
*
Shorten the string view type names
Thomas Voss
2024-09-15
27
-59
/
+59
*
Formatting
Thomas Voss
2024-06-04
5
-13
/
+14
*
Pass a tabsize to ucswdth()
Thomas Voss
2024-05-31
1
-4
/
+8
*
Add uprop_get_wdth() and ucswdth()
Thomas Voss
2024-05-31
2
-0
/
+1763
*
Don’t renormalize already normalized strings
Thomas Voss
2024-05-20
1
-2
/
+30
*
Rename normtype/NT to normform/NF
Thomas Voss
2024-05-20
1
-10
/
+10
*
Support the 4 forms of Unicode string normalization
Thomas Voss
2024-05-20
3
-188
/
+192
*
Add uprop_is_ce() and uprop_is_comp_ex()
Thomas Voss
2024-05-19
2
-0
/
+560
*
Add ucsnorm_nfkd()
Thomas Voss
2024-05-15
1
-0
/
+94
*
Prefer *ucs*() to *u8*()
Thomas Voss
2024-05-15
1
-4
/
+4
*
Use char8_t instead of uint8_t
Thomas Voss
2024-05-15
1
-1
/
+1
*
Don’t use NFD quickcheck
Thomas Voss
2024-05-14
1
-35
/
+3
*
Add encoding-generic macros
Thomas Voss
2024-05-14
1
-2
/
+2
*
Implement NFD string normalization
Thomas Voss
2024-05-14
1
-0
/
+126
*
Fix bug in arena_realloc()
Thomas Voss
2024-05-14
1
-1
/
+1
*
Add uprop_get_dm()
Thomas Voss
2024-05-14
1
-0
/
+12122
*
Properly pick optimal block size
Thomas Voss
2024-05-14
2
-12918
/
+2646
*
Go back to macros only, but they work now!
Thomas Voss
2024-05-11
2
-39
/
+0
*
Implement dagrow()
Thomas Voss
2024-05-11
1
-0
/
+17
*
Add daextend() to the new dynarr system
Thomas Voss
2024-05-10
1
-3
/
+3
*
Begin work on custom allocators in dynarr.h
Thomas Voss
2024-05-10
1
-0
/
+22
*
Fix bug detected by GCC sanitizer
Thomas Voss
2024-05-10
1
-1
/
+6
*
Accept an element size argument to allocators
Thomas Voss
2024-05-10
6
-15
/
+21
*
Fix bug where pointer to local was returned
Thomas Voss
2024-05-09
6
-51
/
+86
*
Try to do better error handling with custom allocators
Thomas Voss
2024-05-09
6
-15
/
+33
*
Add TODOs
Thomas Voss
2024-05-09
5
-0
/
+5
*
Add TODO
Thomas Voss
2024-05-09
1
-1
/
+2
*
Rename optparse.h to cli.h
Thomas Voss
2024-05-09
1
-24
/
+24
*
Add ASSUME()s
Thomas Voss
2024-05-09
4
-0
/
+16
*
Make the rest of the casemapping functions take custom allocators
Thomas Voss
2024-05-09
3
-34
/
+61
*
Add custom allocator support to u8upper()
Thomas Voss
2024-05-09
4
-17
/
+34
*
Implement arena allocation resizing
Thomas Voss
2024-05-09
3
-0
/
+64
*
Add a heap allocator
Thomas Voss
2024-05-08
1
-0
/
+12
*
Use a 2-stage lookup for u8wnext() and u8wcnt()
Thomas Voss
2024-05-07
1
-10
/
+7
*
Use a 2-stage lookups for u8gnext() and u8gcnt()
Thomas Voss
2024-05-07
1
-24
/
+28
*
Rename freadrune() to u8fgetr() + improvements
Thomas Voss
2024-05-05
2
-49
/
+44
*
More 2-stage lookup tables
Thomas Voss
2024-05-04
4
-423
/
+13017
[next]