aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-29Overhaul to versioning system (paths go tov2025-11-29Bruce Hill
2025-11-29Fix alignmentBruce Hill
2025-11-29No 'default' column for functions with no defaultsBruce Hill
2025-11-29Improved manpages.Bruce Hill
2025-11-29Version bumpsBruce Hill
2025-11-29Bugfix for default CLI argument initializationBruce Hill
2025-11-29Fix accidental naming collision with _tmp varBruce Hill
2025-11-29Update module versionsBruce Hill
2025-11-27Bugfix for Num32$as_text() visibilityBruce Hill
2025-11-27Bugfix for infinite recursion in some type methodsBruce Hill
2025-11-27Support EXECUTABLE metadataBruce Hill
2025-11-27Update `setenv()` to take an optional value, also bugfix for `setenv()`Bruce Hill
2025-11-27Only output files that changed somewhere besides the dateBruce Hill
2025-11-27Add `recursive` arg to Path.create_directory()Bruce Hill
2025-11-26Add missing manpagesBruce Hill
2025-11-26Close loophole in `when` statements that allowed mutating inner fieldBruce Hill
2025-11-26Bugfix for accidental violation of immutable value guarantees due toBruce Hill
2025-11-24Fix for accidental deserialization of byte array when it should haveBruce Hill
2025-11-24Fix for `when` blocks with a single expression insideBruce Hill
2025-11-24Fix `from_num` incomplete renamingBruce Hill
2025-11-24Fix case where a conditional failure was mistaken for an always failureBruce Hill
2025-11-24When running an executable, run it with a relative instead of absoluteBruce Hill
2025-11-24Bugfix for downloading the right branch of a moduleBruce Hill
2025-11-24Bugfix for macBruce Hill
2025-11-24Add MANPAGE metadata for overriding whole fileBruce Hill
2025-11-23Added Metadata section for files instead of _HELP and _USAGEBruce Hill
2025-11-23Add `at_cleanup()` functionBruce Hill
2025-11-23use exit() instead of _exit()Bruce Hill
2025-11-23Better error messages and bugfix for compile_to_type logicBruce Hill
2025-11-23Accessing enum fields now gives an optional value instead of a booleanBruce Hill
2025-11-23Fix up some type comparisonsBruce Hill
2025-11-23Bugfix with ID having a trailing newlineBruce Hill
2025-11-23Bugfix for stack memory not getting properly detected in placesBruce Hill
2025-11-23Added Text.find(text, target, start=1)Bruce Hill
2025-11-22Change error messageBruce Hill
2025-11-22Fix command line aliasesBruce Hill
2025-11-22Fixes for conditional expressions for optional typesBruce Hill
2025-11-22CLI arg parsing fixes for optional typesBruce Hill
2025-11-22Bugfix for infinite loop in text.replace("", ...) with empty stringBruce Hill
2025-11-22Fix hex/octal leading zeroes for zeroBruce Hill
2025-11-21Bugfix for empty file linesBruce Hill
2025-11-21Bugfix for optional path CLI argsBruce Hill
2025-11-21Fix optional path none checksBruce Hill
2025-11-15Bugfix for CLI arg parsingBruce Hill
2025-11-15Add Path.lines()Bruce Hill
2025-11-15Fix for potential issue with codepoint namesBruce Hill
2025-11-15Bugfix for int parsingBruce Hill
2025-11-15Make EMPTY_TEXT into a macroBruce Hill
2025-11-09Update makefileBruce Hill
2025-11-09Cut out a level of pointer indirection for integers by using underlyingBruce Hill