Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-17 | Add integer-string format functions; Move string-related facilities to new ↵ | Gabriel Jensen | |
module 'str'; Update code style; Add aliases for C++; Add C++ metaprogramming classes; Fix C/C++ standard detections; Add more attributes to functions; Implement mathematical functions in C++; Implement mathematical functions using basic arithmetic types, including (depending on the function) signed, unsigned, and floating-point; Add fraction structure; | |||
2023-02-26 | Add functions for null-terminated strings: streq (for equality checking), ↵ | Gabriel Jensen | |
strlen (for getting the length); Add type limit macros; Rename bytesz to bytelen; Remove byte type; Remove bool type (and related macros); Remove chr8, chr01, and chr02 types; Update nullptr definition; Update nopos definition; |