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
Age
Commit message (
Expand
)
Author
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 some GCC-specific logic that works differently on mac/clang
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
2025-12-22
Allow writes without reads to global vars
v2025-12-22
Bruce Hill
2025-12-22
Fix for CLI usage showing flag type instead of flag name for positional
Bruce Hill
2025-12-22
Bugfix for `Success || Void` typechecking
Bruce Hill
2025-12-22
Clean up .git/ when installing libraries
Bruce Hill
2025-12-22
Rip out shared library code
Bruce Hill
2025-12-22
Use static linking to produce executables.
Bruce Hill
2025-12-22
Add Path.writer() and Path.byte_writer()
Bruce Hill
2025-12-21
More sensible REPL-like behavior if run without any args
Bruce Hill
2025-12-21
Fixes for builds and accessing version and install script
v2025-12-21.5
Bruce Hill
2025-12-21
Remove xxd dependency (no more building with changelog)
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
2025-12-21
Fix empty allocation
Bruce Hill
2025-12-21
Minor fix for checking return values
Bruce Hill
2025-12-08
Add checks for unused variables
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-07
Consolidate logic for enums with and without tags with fields.
Bruce Hill
2025-12-07
Remove debug code
Bruce Hill
2025-12-06
Use `foo!` as sugar for `foo.FirstTag!` for enum values. Also, give
Bruce Hill
2025-12-06
Allow discarding Empty() values
Bruce Hill
2025-12-06
Fix for memory pointer visualization
Bruce Hill
2025-12-01
Fix CLI arg parsing
Bruce Hill
2025-12-01
Clean up CLI --help output
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
Fix for undefined behavior on structs/enums with padding
v2025-11-29.2
Bruce Hill
2025-11-29
Overhaul to versioning system (paths go to
v2025-11-29
Bruce Hill
2025-11-29
Fix alignment
Bruce Hill
2025-11-29
Bugfix for default CLI argument initialization
Bruce Hill
2025-11-29
Fix accidental naming collision with _tmp var
Bruce Hill
2025-11-27
Bugfix for Num32$as_text() visibility
Bruce Hill
2025-11-27
Bugfix for infinite recursion in some type methods
Bruce Hill
2025-11-27
Support EXECUTABLE metadata
Bruce Hill
2025-11-27
Update `setenv()` to take an optional value, also bugfix for `setenv()`
Bruce Hill
[next]