aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib
AgeCommit message (Collapse)Author
2026-02-08Bugfixes for Text.distance()Bruce Hill
2026-02-08Added Text.distance(a,b) for text similarity comparisons.Bruce Hill
2026-01-25Allow file paths with semicolonsBruce Hill
2026-01-01Bugfix for integer comparisonBruce Hill
2025-12-31Changed is_between() to be bidirectionalBruce Hill
2025-12-29Fix for file descriptors being reopened unintentionallyBruce Hill
2025-12-28Change autoformatter to no longer allow single-line functionsBruce Hill
2025-12-28Bugfix for Table.clear()Bruce Hill
2025-12-23Fix for openbsd ifdefBruce Hill
2025-12-23Add support for convert_to_text(Int_t)Bruce Hill
2025-12-23Remove dead-ish code for debugging tablesBruce Hill
2025-12-23Big speedup my trimming down MAP_LIST macro and inlining someBruce Hill
applications of it.
2025-12-22Add Path.writer() and Path.byte_writer()Bruce Hill
2025-12-21Fixes for builds and accessing version and install scriptv2025-12-21.5Bruce Hill
2025-12-21Merge branch 'dev'Bruce Hill
2025-12-21Don't embed tomo version/path information at compile time, instead inferBruce Hill
it at runtime
2025-12-21Fix empty allocationBruce Hill
2025-12-21Minor fix for checking return valuesBruce Hill
2025-12-07Better error handling for setenv()Bruce Hill
2025-12-07More correct handling for sleep()Bruce Hill
2025-12-07Add commentsBruce Hill
2025-12-07Remove dead codeBruce Hill
2025-12-07Switch paths to use Result return values instead of fail()Bruce Hill
2025-12-07Change Paths to be an enum of their different types.Bruce Hill
2025-12-07Rename `Empty()` -> `Present()` for set-like tablesBruce Hill
2025-12-06Fix for memory pointer visualizationBruce Hill
2025-12-01Fix CLI arg parsingBruce Hill
2025-11-30Add `base` parameter to integer parsing functionsBruce Hill
2025-11-30Handle some text method edge cases with empty text better.Bruce Hill
2025-11-29Overhaul to versioning system (paths go tov2025-11-29Bruce Hill
`/tomo@TOMOVERSION/lib@LIBVERSION` instead of using underscores. Tomo versioning now uses date-based versions.
2025-11-27Bugfix for Num32$as_text() visibilityBruce Hill
2025-11-27Update `setenv()` to take an optional value, also bugfix for `setenv()`Bruce Hill
returning a value.
2025-11-27Add `recursive` arg to Path.create_directory()Bruce Hill
2025-11-24Fix `from_num` incomplete renamingBruce Hill
2025-11-23Add `at_cleanup()` functionBruce Hill
2025-11-23use exit() instead of _exit()Bruce Hill
2025-11-23Accessing enum fields now gives an optional value instead of a booleanBruce Hill
2025-11-23Added Text.find(text, target, start=1)Bruce Hill
2025-11-22Change error messageBruce 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-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