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
/
Normalize.zig
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-09-14
Update codebase to Zig 0.15.1.
Michael Chaten
1
-5
/
+5
2025-04-30
Allocation Failure Tests
Sam Atman
1
-15
/
+0
2025-04-30
Setup variants for all allocating modules
Sam Atman
1
-7
/
+32
2025-04-30
Remove FoldData, make CaseFolding
Sam Atman
1
-1
/
+15
2025-04-30
Merge NormData with Normalize
Sam Atman
1
-85
/
+108
2025-04-30
Factor out 'Data' for grapheme and DisplayWidth
Sam Atman
1
-15
/
+14
2025-04-29
Add general tests step
Sam Atman
1
-3
/
+4
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
1
-5
/
+5
2024-06-25
Normalize: Mark utf8Encode errors as unreachable, use explicit error sets
Ryan Liptak
1
-11
/
+11
2024-04-02
NormData init now takes pointer to uninitialized Self to avoid stack copy iss...
Jose Colon Rodriguez
1
-8
/
+16
2024-03-31
Updated README
Jose Colon Rodriguez
1
-41
/
+0
2024-03-28
Split out Unicode tests to separate file
Jose Colon Rodriguez
1
-120
/
+1
2024-03-27
ScriptsData and made all Datas const
Jose Colon Rodriguez
1
-29
/
+29
2024-03-26
GraphemeData and Normalize non-pub fns
Jose Colon Rodriguez
1
-6
/
+6
2024-03-23
Rename CaseFold and Normalize
Jose Colon Rodriguez
1
-0
/
+0
2024-03-01
Added canonical caseless match to Caser
Jose Colon Rodriguez
1
-0
/
+25
2024-03-01
Moved case fold stuff to src/Caser.zig
Jose Colon Rodriguez
1
-95
/
+3
2024-03-01
Changes when case folded check; 20ms faster
Jose Colon Rodriguez
1
-4
/
+26
2024-03-01
Normalizer.eqlIgnoreCase compatibility caseless matching
Jose Colon Rodriguez
1
-4
/
+99
2024-02-29
Removed dupe tombstone check in Normalizer
Jose Colon Rodriguez
1
-14
/
+0
2024-02-29
Major Normalizer optimizations
Jose Colon Rodriguez
1
-60
/
+75
2024-02-28
Added nfc latin1 check back
Jose Colon Rodriguez
1
-70
/
+121
2024-02-28
Using slices for decompositions in Normalizer
Jose Colon Rodriguez
1
-96
/
+89
2024-02-27
Using NormPropsData in NormData; No Ziglyph deps in NOrmalizer
Jose Colon Rodriguez
1
-4
/
+5
2024-02-27
Removed equality functions from Normalizer
Jose Colon Rodriguez
1
-110
/
+3
2024-02-27
Using HangulData in NormData
Jose Colon Rodriguez
1
-12
/
+11
2024-02-26
Using NormData nfkd
Jose Colon Rodriguez
1
-93
/
+36
2024-02-26
Using NormData nfc and nfd
Jose Colon Rodriguez
1
-25
/
+3
2024-02-26
Using NormData and CanonData in Normalizer
Jose Colon Rodriguez
1
-84
/
+71
2024-02-26
Using separate data struct model.
Jose Colon Rodriguez
1
-41
/
+56
2024-02-20
Replaced ccc_map with table. 20ms faster
Jose Colon Rodriguez
1
-0
/
+863