- United States
- https://bancino.net
- Joined on
2024-09-14
GCC Compiler Warnings in
Sha1
GCC Compiler Warnings in
Util
b5bc3e54a4
Fix compiler warnings on 32-bit systems.
20fa6816de
Clean up some simple warnings in Clang.
846e50a76e
Fix compiler warnings in Sha1.c.
f2e8334faf
Refactor UtilServerTs() -> UtilTsMillis().
25ccf339fc
Remove Int, Int64, and UInt64 headers + code.
6750134adc
Use POSIX c99 and pass -std=c99 just to be safe.
NULL-Terminated Strings
This custom Str
type should be Unicode aware. If that means it stores characters as uint32_t
, then so be it, although that isn't very memory-efficient in most cases.
C99 Compliance
Once C99 compliance is achieved, we can upgrade Telodendria as well. I imagine that there will be a number of breaking changes that will affect Telodendria.
j2s should be able to take in multiple types
@lda Do you think we still need this since we didn't end up using it for Telodendria/Telodendria#46?