aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-28Add conditional compilation for fopencookie vs fwopenBruce Hill
2025-03-28Remove GLOB_TILDE_CHECK for compatiblityBruce Hill
2025-03-28Compatibility fix for euidaccessBruce Hill
2025-03-28Remove dead code and add version check for emojiBruce Hill
2025-03-28Fix some minor floating point promotion issuesBruce Hill
2025-03-28Rename `timezone` to avoid shadowingBruce Hill
2025-03-28Inline metamethodsBruce Hill
2025-03-28Remove unnecessary checkBruce Hill
2025-03-27Phase out strchrnulBruce Hill
2025-03-27Use qsort() instead of qsort_r() for portabilityBruce Hill
2025-03-27Add missing includeBruce Hill
2025-03-27Add missing includeBruce 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-25Add a special case for '???'Bruce Hill
2025-03-25Make docstring tests use an actual expression AST instead of textBruce Hill
2025-03-25Fix path:write() to truncate appropriatelyBruce Hill
2025-03-25Change capitalizationBruce Hill
2025-03-25Tweak colorsBruce Hill
2025-03-25Update wording on expected textBruce Hill
2025-03-25Parser errors should use USE_COLOR as wellBruce Hill
2025-03-25Compiler errors should use USE_COLORBruce Hill
2025-03-25Bugfix for switch statement fallthroughsBruce Hill
2025-03-25Fix parsing issue: `[1,2,3] _max_ [3,4,5]` was parsing as `_max_[..]`Bruce Hill
2025-03-24Fix docsBruce Hill
2025-03-24Possible fix for making .build/ directoryBruce Hill
2025-03-24Tweak .build/ dir settingsBruce Hill
2025-03-24Safely return if we're removing a nonexistent file and don't careBruce Hill
2025-03-24Bugfix for assigning to array with an Int indexBruce Hill
2025-03-24Bugfix for parsing escapesBruce Hill
2025-03-24Recursively remove directoriesBruce Hill
2025-03-24Failure messagesBruce Hill
2025-03-24Add some exit type methodsBruce Hill
2025-03-24Change commands interface so it can either run or get resultBruce Hill
2025-03-24Add num:percent()Bruce Hill
2025-03-24Doctest inspections should go to stdout, not stderrBruce Hill
2025-03-22Put exe build file in .build instead of a temp fileBruce Hill
2025-03-22Add some logic to check for a GCC version high enoughBruce Hill
2025-03-21remove -L.Bruce Hill
2025-03-21By default, install to ~/.local/bin and warn if PREFIX is not on user'sBruce Hill
2025-03-21Support installing in ~/.localBruce Hill
2025-03-21Added autoinstaller for depsBruce Hill
2025-03-21Update readmeBruce Hill
2025-03-21Make examples quieterBruce Hill
2025-03-21Update rule for making tagsBruce Hill
2025-03-21Move test results to test/results/*.tm.testresultBruce Hill
2025-03-21Add instructionsBruce Hill
2025-03-21Add readme for testsBruce Hill
2025-03-21WordingBruce Hill