aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-16Automatically add return for unreachable code blocks (following aBruce Hill
2025-04-16Fix tcc complaintsBruce Hill
2025-04-16Bugfix for top-level variables in librariesBruce Hill
2025-04-16Fixes to get the compiler to build with -O3Bruce Hill
2025-04-15Make some compatibility fixes to make sure the compiler can fully buildBruce Hill
2025-04-15Deprecate `auto`Bruce Hill
2025-04-15Fix some .so hardcodingBruce Hill
2025-04-15Explicitly invoke bash instead of using shebangBruce Hill
2025-04-15Change compilation configuration so Tomo is fully capable of runningBruce Hill
2025-04-15Remove rpath=$ORIGINBruce Hill
2025-04-15rpath fixBruce Hill
2025-04-15Add configuration script to choose install paths and default C compilerBruce Hill
2025-04-15Remove -lbacktraceBruce Hill
2025-04-15Build and install .a file as wellBruce Hill
2025-04-15Bring back TCC support!Bruce Hill
2025-04-15Add --no-source-mapping flagBruce Hill
2025-04-14Remap source information in debugging infoBruce Hill
2025-04-14Add compiler flag for -D_BSD_SOURCEBruce Hill
2025-04-14Include stdlibBruce Hill
2025-04-14Unsigned int fixBruce Hill
2025-04-14Rename variables to avoid namespace collision with stdout/stderr, whichBruce Hill
2025-04-14Ignore `if ((a == b))` warningsBruce Hill
2025-04-14More flexible symbol renaming that doesn't rely on advanced flags fromBruce Hill
2025-04-14Print full library pathBruce Hill
2025-04-14Slightly more robust filtering of stack trace from main() onwardsBruce Hill
2025-04-14Reworking of stack traces (back to using addr2line) for compatibilityBruce Hill
2025-04-14Further fixes for printing quoted strings/charsBruce Hill
2025-04-14Fixes for printingBruce Hill
2025-04-12Add missing includesBruce Hill
2025-04-12Replace addr2line with libbacktrace to get improved stack tracesBruce Hill
2025-04-10Remove strlcpy()Bruce Hill
2025-04-09Move to example programsBruce Hill
2025-04-09Tweak readmeBruce Hill
2025-04-08Tweak gitignore to exclude library .h filesBruce Hill
2025-04-07Add readmesBruce Hill
2025-04-07Update gitignore againBruce Hill
2025-04-07Tweak gitignoreBruce Hill
2025-04-07Fix uuidsBruce Hill
2025-04-07Fix lvalue issueBruce Hill
2025-04-07Move core libraries into their own folderBruce Hill
2025-04-07Add table.get_or_set()Bruce Hill
2025-04-07Remove table.bump()Bruce Hill
2025-04-07Fix for (&table).keys being seen as mutableBruce Hill
2025-04-07get_or_setdefault needs to check data_refcountBruce Hill
2025-04-07Move clamped() and is_between() to proper functions (not just macros)Bruce Hill
2025-04-07Bugfix for declaring a variable from a function (not a closure)Bruce Hill
2025-04-07Add `is_between()` for various typesBruce Hill
2025-04-07Add placeholder docs for bytesBruce Hill
2025-04-07Add Byte.to() method and improved micro optimization of iterating overBruce Hill
2025-04-07Add easter egg: `~colorized`Bruce Hill