index
:
tomo
bigints
constructive-reals
decimals
dev
doctests-to-debuglog
formatter
internal-texts
main
optional-list-indexing
optionals
paths
simplified-quotes
static-dependencies
str-paths
table-colons
text2
unicode-identifiers
wordier-types
The Tomo programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stdlib
Age
Commit message (
Collapse
)
Author
9 days
Fix concat bug
str-paths
Bruce Hill
9 days
Fix has_extension() logic
Bruce Hill
9 days
Bugfix
Bruce Hill
9 days
Code cleanup
Bruce Hill
9 days
Paths using C strings
Bruce Hill
2026-02-14
Bugfix for printing negative ints
Bruce Hill
2026-02-08
Bugfixes for Text.distance()
Bruce Hill
2026-02-08
Added Text.distance(a,b) for text similarity comparisons.
Bruce Hill
2026-01-25
Allow file paths with semicolons
Bruce Hill
2026-01-01
Bugfix for integer comparison
Bruce Hill
2025-12-31
Changed is_between() to be bidirectional
Bruce Hill
2025-12-29
Fix for file descriptors being reopened unintentionally
Bruce Hill
2025-12-28
Change autoformatter to no longer allow single-line functions
Bruce Hill
2025-12-28
Bugfix for Table.clear()
Bruce Hill
2025-12-23
Fix for openbsd ifdef
Bruce Hill
2025-12-23
Add support for convert_to_text(Int_t)
Bruce Hill
2025-12-23
Remove dead-ish code for debugging tables
Bruce Hill
2025-12-23
Big speedup my trimming down MAP_LIST macro and inlining some
Bruce Hill
applications of it.
2025-12-22
Add Path.writer() and Path.byte_writer()
Bruce Hill
2025-12-21
Fixes for builds and accessing version and install script
v2025-12-21.5
Bruce Hill
2025-12-21
Merge branch 'dev'
Bruce Hill
2025-12-21
Don't embed tomo version/path information at compile time, instead infer
Bruce Hill
it at runtime
2025-12-21
Fix empty allocation
Bruce Hill
2025-12-21
Minor fix for checking return values
Bruce Hill
2025-12-07
Better error handling for setenv()
Bruce Hill
2025-12-07
More correct handling for sleep()
Bruce Hill
2025-12-07
Add comments
Bruce Hill
2025-12-07
Remove dead code
Bruce Hill
2025-12-07
Switch paths to use Result return values instead of fail()
Bruce Hill
2025-12-07
Change Paths to be an enum of their different types.
Bruce Hill
2025-12-07
Rename `Empty()` -> `Present()` for set-like tables
Bruce Hill
2025-12-06
Fix for memory pointer visualization
Bruce Hill
2025-12-01
Fix CLI arg parsing
Bruce Hill
2025-11-30
Add `base` parameter to integer parsing functions
Bruce Hill
2025-11-30
Handle some text method edge cases with empty text better.
Bruce Hill
2025-11-29
Overhaul to versioning system (paths go to
v2025-11-29
Bruce Hill
`/tomo@TOMOVERSION/lib@LIBVERSION` instead of using underscores. Tomo versioning now uses date-based versions.
2025-11-27
Bugfix for Num32$as_text() visibility
Bruce Hill
2025-11-27
Update `setenv()` to take an optional value, also bugfix for `setenv()`
Bruce Hill
returning a value.
2025-11-27
Add `recursive` arg to Path.create_directory()
Bruce Hill
2025-11-24
Fix `from_num` incomplete renaming
Bruce Hill
2025-11-23
Add `at_cleanup()` function
Bruce Hill
2025-11-23
use exit() instead of _exit()
Bruce Hill
2025-11-23
Accessing enum fields now gives an optional value instead of a boolean
Bruce Hill
2025-11-23
Added Text.find(text, target, start=1)
Bruce Hill
2025-11-22
Change error message
Bruce Hill
2025-11-22
Fixes for conditional expressions for optional types
Bruce Hill
2025-11-22
CLI arg parsing fixes for optional types
Bruce Hill
2025-11-22
Bugfix for infinite loop in text.replace("", ...) with empty string
Bruce Hill
2025-11-22
Fix hex/octal leading zeroes for zero
Bruce Hill
2025-11-21
Bugfix for empty file lines
Bruce Hill
[next]