This website requires JavaScript.
Explore
Help
Sign In
ed
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/Ed94/Odin.git
synced
2026-06-13 09:22:22 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e0d9092df840b14410b709e383b196ed2ac9b9e0
Odin
/
core
/
encoding
T
History
Lucas Perlind
e0d9092df8
Document return values of strings and add allocator errors where
...
possible
2023-04-07 20:39:01 +10:00
..
base32
Remove unneeded semicolons from the core library
2021-08-31 22:21:13 +01:00
base64
Strip even more semicolons if followed by a
}
or
)
on the same line
2021-08-31 23:47:57 +01:00
csv
Document return values of strings and add allocator errors where
2023-04-07 20:39:01 +10:00
endian
Add
core:encoding/endian
2022-05-12 19:35:07 +01:00
entity
Correct naming in tests
2022-07-11 11:55:49 +01:00
hxa
fix some typos
2022-08-05 20:10:20 +08:00
json
Fix for skip_alphanum in JSON tokenizer not checking if first character is non-alphanum. This broke any single-character key when using SJSON specification in combination with not using quoted strings.
2023-04-05 22:37:05 +02:00
varint
Minor style change in leb128.odin
2022-05-12 15:59:15 +01:00
xml
Add
runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD
where appropriate
2023-02-10 16:23:33 +00:00