index
:
zg
master
v0.14-beta
work-branch
Mirror of https://codeberg.org/atman/zg/
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-05-01
Remove inner setup from GeneralCategories
Sam Atman
1
-10
/
+1
2025-04-30
Update Unicode version in README.md
Sam Atman
1
-0
/
+1
2025-04-30
Unicode 16.0
Sam Atman
1
-1
/
+7
2025-04-30
Allocation Failure Tests
Sam Atman
11
-91
/
+178
2025-04-30
Setup variants for all allocating modules
Sam Atman
7
-146
/
+228
2025-04-30
Update README.md to new API
Sam Atman
1
-10
/
+10
2025-04-30
Rest of the Renamings
Sam Atman
5
-0
/
+0
2025-04-30
Remove FoldData, make CaseFolding
Sam Atman
4
-167
/
+218
2025-04-30
Merge NormData with Normalize
Sam Atman
10
-278
/
+269
2025-04-30
grapheme now Graphemes, Data files gone
Sam Atman
4
-193
/
+4
2025-04-30
Factor out 'Data' for grapheme and DisplayWidth
Sam Atman
6
-119
/
+313
2025-04-29
Add general tests step
Sam Atman
7
-44
/
+49
2025-04-29
Add result.toOwned() to Normalize.zig
Sam Atman
1
-0
/
+9
2025-04-29
All the std.mem.Allocators that were stored just for init and deinit
lch361
15
-102
/
+86
2025-04-29
Bump copyright year, isolate iterator tests
Sam Atman
1
-13
/
+18
2025-03-20
Add c0 and c1 control width options
Sam Atman
2
-32
/
+36
2024-12-04
Fix leak of cwcf_exceptions in FoldData
Ryan Liptak
1
-0
/
+2
2024-11-02
Add peek() to Grapheme.Iterator
Sam Atman
2
-0
/
+95
2024-11-02
Replace deprecated uses of std.mem.split
Sam Atman
1
-8
/
+8
2024-10-14
WidthData: define error set as mem.Allocator.Error
Tim Culverhouse
1
-5
/
+5
2024-10-14
GraphemeData: define error set as mem.Allocator.Error
Tim Culverhouse
1
-7
/
+7
2024-07-05
refactor CodePoint.Iterator into a reusable fn
Jonathan Raphaelson
1
-57
/
+79
2024-06-27
FoldData: Minimize Changes_When_Casefolded data
Ryan Liptak
1
-5
/
+16
2024-06-26
Removed all inlines
Jose Colon Rodriguez
11
-33
/
+35
2024-06-26
Added changes when casefolded back
Jose Colon Rodriguez
1
-2
/
+6
2024-06-26
Implemented sqeek502s case fold
Jose Colon Rodriguez
2
-36
/
+53
2024-06-25
Normalize: Mark utf8Encode errors as unreachable, use explicit error sets
Ryan Liptak
1
-11
/
+11
2024-06-10
codepoint: prevent panic when last cp too short
Tim Culverhouse
1
-0
/
+11
2024-04-11
DisplayWidth: explicitly set width to 2 when VS16 is found
Tim Culverhouse
1
-0
/
+4
2024-04-11
grapheme: export grapheme.State struct
Tim Culverhouse
1
-1
/
+1
2024-04-02
NormData init now takes pointer to uninitialized Self to avoid stack copy iss...
Jose Colon Rodriguez
3
-14
/
+20
2024-03-31
Updated README
Jose Colon Rodriguez
14
-87
/
+36
2024-03-28
Split out Unicode tests to separate file
Jose Colon Rodriguez
3
-185
/
+195
2024-03-28
Merged NumericData into PropsData
Jose Colon Rodriguez
2
-69
/
+44
2024-03-28
PropsData and errdefers for init fns
Jose Colon Rodriguez
13
-22
/
+179
2024-03-27
ScriptsData and made all Datas const
Jose Colon Rodriguez
17
-57
/
+283
2024-03-27
Friendly general category methods
Jose Colon Rodriguez
1
-30
/
+116
2024-03-27
Rename DisplayWidthData
Jose Colon Rodriguez
1
-7
/
+7
2024-03-26
rm src/main.zig
Jose Colon Rodriguez
1
-93
/
+0
2024-03-26
GraphemeData and Normalize non-pub fns
Jose Colon Rodriguez
2
-13
/
+13
2024-03-26
Using diff for lowercase mapping
Jose Colon Rodriguez
1
-2
/
+3
2024-03-26
Using diff for uppercase mapping
Jose Colon Rodriguez
1
-2
/
+3
2024-03-26
Removed title case processing
Jose Colon Rodriguez
1
-35
/
+15
2024-03-25
CaseData
Jose Colon Rodriguez
1
-0
/
+223
2024-03-24
NumericData
Jose Colon Rodriguez
2
-12
/
+95
2024-03-23
Rename CaseFold and Normalize
Jose Colon Rodriguez
3
-15
/
+15
2024-03-23
Renamed Caser to Folder
Jose Colon Rodriguez
1
-0
/
+0
2024-03-16
Small format change in main
Jose Colon Rodriguez
1
-1
/
+5
2024-03-01
Normalizer back to 300k in Safe
Jose Colon Rodriguez
1
-16
/
+16
2024-03-01
Added canonical caseless match to Caser
Jose Colon Rodriguez
3
-7
/
+105
[next]