aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-21Change doctest '=' to yellow boldBruce Hill
2025-03-21Overhaul the code for checking staleness of files and recompilingBruce Hill
2025-03-21Close temp filesBruce Hill
2025-03-21Clean up executable after running itBruce Hill
2025-03-21Fix colorfulBruce Hill
2025-03-21Fixes for ask() being optional and command success statusBruce Hill
2025-03-21Fix allocationsBruce Hill
2025-03-21Update threads allocation codeBruce Hill
2025-03-21Update readme dependenciesBruce Hill
2025-03-21Add version check for uc_is_property_prepended_concatenation_mark(),Bruce Hill
2025-03-21Add version check for GNU MP's prev_prime()Bruce Hill
2025-03-21Fix issue with constant initializers for metamethodsBruce Hill
2025-03-21Remove some less-supported code features like static initializers forBruce Hill
2025-03-21Update makefile for compatibilityBruce Hill
2025-03-19Close file descriptorBruce Hill
2025-03-19Fix for cached function argsBruce Hill
2025-03-19Replace "begin"/"end" with "do_begin"/"do_end"Bruce Hill
2025-03-19Add command and shell :by_line()Bruce Hill
2025-03-19Better function callBruce Hill
2025-03-18More verbose text output fixesBruce Hill
2025-03-18Clean up output text during compilationBruce Hill
2025-03-18Pluralize pthreadsBruce Hill
2025-03-18Expose PathType as a proper enumBruce Hill
2025-03-18Clean up install outputsBruce Hill
2025-03-18Update makefile to build executablesBruce Hill
2025-03-18Rename/rework global env functionsBruce Hill
2025-03-17Update docsBruce Hill
2025-03-17Add text width support and have that work for paddingBruce Hill
2025-03-17Support running a directory directlyBruce Hill
2025-03-17FIx colorfulBruce Hill
2025-03-17Command.from_path()Bruce Hill
2025-03-17Update pthreads exampleBruce Hill
2025-03-17Add pthread exampleBruce Hill
2025-03-17Better error checkingBruce Hill
2025-03-17Don't recompile headers all the timeBruce Hill
2025-03-17Move to using a .build/ folder for generated files instead of foo.tm.cBruce Hill
2025-03-17Remove shell docsBruce Hill
2025-03-17Remove runner.c debug outputBruce Hill
2025-03-17Big overhaul:Bruce Hill
2025-03-17Add Path:expand_home() as a publicly visible API and bugfix itBruce Hill
2025-03-17Fix issue with extern functionsBruce Hill
2025-03-17Fix path issueBruce Hill
2025-03-17Update learnxiny for enums no longer showing the type nameBruce Hill
2025-03-17Fix 'when' expressionsBruce Hill
2025-03-17Codegen improvements and fixesBruce Hill
2025-03-17Have global vars use type string parsingBruce Hill
2025-03-16Remove enum type prefix when printing enumBruce Hill
2025-03-16Fix docsBruce Hill
2025-03-16Fix shell escaping for arrays of pathsBruce Hill
2025-03-16Fix shell escaping of pathsBruce Hill