aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/text.c
AgeCommit message (Expand)Author
2025-09-01Merge branch 'main' into formatterBruce Hill
2025-09-01Make Texts() macro a bit more flexible.Bruce Hill
2025-08-29Improvements to text and inline C code formatting/parsingBruce Hill
2025-08-25Clean up some unistr.h issues and expand some parse macros.Bruce Hill
2025-08-24Remove vim modelinesBruce Hill
2025-08-23Autoformat everything with clang-formatBruce Hill
2025-08-23Lots of cleanupsBruce Hill
2025-08-23Fix some LSP issues, mostly unused importsBruce Hill
2025-08-19Some pedantic fixes vetted against compiling on mac.Bruce Hill
2025-08-18Rework code to avoid variable-length arrayBruce Hill
2025-08-16Improved parsing and prefix/suffix matching using a `remainder`Bruce Hill
2025-07-10Add text compression optimizations for unicode textBruce Hill
2025-06-28Greatly increase the maximum free space allocated when growing listsBruce Hill
2025-06-24Sanity checkBruce Hill
2025-06-24Revert "Do text deserialization in chunks to avoid possible memory issues"Bruce Hill
2025-06-22Do text deserialization in chunks to avoid possible memory issuesBruce Hill
2025-05-06Check return valuesBruce Hill
2025-05-06Error checking for path componentsBruce Hill
2025-05-02Bugfix for text hashingBruce Hill
2025-04-27Update stdlib to use `print` instead of `printf` in all cases. ThisBruce Hill
2025-04-15Make some compatibility fixes to make sure the compiler can fully buildBruce Hill
2025-04-14Reworking of stack traces (back to using addr2line) for compatibilityBruce Hill
2025-04-06Rename Array -> List in all code and docsBruce Hill
2025-04-06Make string escapes more normal: "\n" for newline, etc. Backticks can beBruce Hill
2025-04-01Move patterns into a moduleBruce Hill
2025-03-31Fully move all pattern code into patterns.cBruce Hill
2025-03-31Move pattern code into patterns fileBruce Hill
2025-03-28Add compiler guards for GCC directivesBruce Hill
2025-03-28sprintf() -> snprintf()Bruce Hill
2025-03-28Make buffer big enough for NUL byteBruce Hill
2025-03-27Remove mempcpy for portabilityBruce Hill
2025-03-27Deprecate custom printf specifiers in favor of print() function thatBruce Hill
2025-03-27Remove dead code for pathsBruce Hill
2025-03-21Move stdlib into src/Bruce Hill