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
/
CHANGES.md
Age
Commit message (
Expand
)
Author
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-27
Update `setenv()` to take an optional value, also bugfix for `setenv()`
Bruce Hill
2025-11-27
Add `recursive` arg to Path.create_directory()
Bruce Hill
2025-11-23
Added Metadata section for files instead of _HELP and _USAGE
Bruce Hill
2025-11-23
Add `at_cleanup()` function
Bruce Hill
2025-11-23
Accessing enum fields now gives an optional value instead of a boolean
Bruce Hill
2025-11-23
Bugfix for stack memory not getting properly detected in places
Bruce Hill
2025-11-23
Added Text.find(text, target, start=1)
Bruce Hill
2025-11-22
Fix command line aliases
Bruce Hill
2025-11-22
Bugfix for infinite loop in text.replace("", ...) with empty string
Bruce Hill
2025-11-21
Fix optional path none checks
Bruce Hill
2025-11-15
Add Path.lines()
Bruce Hill
2025-11-01
Fix case where `foo.baz.method()` failed to pass `baz` as `(&(foo.baz))`
Bruce Hill
2025-10-18
Added automatic manpages.
Bruce Hill
2025-10-11
Rename version number
Bruce Hill
2025-10-11
Improvements to set support and updating docs
Bruce Hill
2025-10-11
Added Empty() struct
Bruce Hill
2025-10-05
Deprecate `deserialize` keyword and `.serialized()` method
Bruce Hill
2025-10-04
Deprecate `extend`
Bruce Hill
2025-10-01
Force a GC sweep when we run out of file handles to trigger cleanup of
Bruce Hill
2025-09-24
Revert "Deprecate `defer`"
Bruce Hill
2025-09-21
Update docs
Bruce Hill
2025-09-21
Be more lenient with underscore fields and arguments.
Bruce Hill
2025-09-21
Deprecate `defer`
Bruce Hill
2025-09-21
Update changelog
Bruce Hill
2025-09-21
Deprecate `>> x ... = val` form of doctests and rename them to 'debug
doctests-to-debuglog
Bruce Hill
2025-09-21
Deprecate optional '?' postfix operator
Bruce Hill
2025-09-21
Update changelog
Bruce Hill
2025-09-21
Update changelog
Bruce Hill
2025-09-21
Bugfix for .unique()
Bruce Hill
2025-09-21
Add changelog entry
Bruce Hill
2025-09-20
Update changelog
Bruce Hill
2025-09-09
Merge branch 'main' into optional-list-indexing
optional-list-indexing
Bruce Hill
2025-09-09
Overhaul to the unicode encoding/decoding methods for text
Bruce Hill
2025-09-06
Merge branch 'main' into optional-list-indexing
Bruce Hill
2025-09-01
Bugfix for Int.parse()
Bruce Hill
2025-09-01
Update wording
Bruce Hill
2025-09-01
Merge branch 'main' into formatter
Bruce Hill
2025-09-01
Merge branch 'main' into optional-list-indexing
Bruce Hill
2025-09-01
Update changelog
Bruce Hill
2025-09-01
Change module install directory to PREFIX/lib/tomo_vX.Y/*
Bruce Hill
2025-08-31
Switch to using optional return values for list indexing.
Bruce Hill
2025-08-26
Add changelog message
Bruce Hill
2025-08-23
Update changelog
Bruce Hill
2025-08-17
Bugfix: added support for Tomo identifiers that are C keywords
Bruce Hill
2025-08-17
Update changes
Bruce Hill
2025-08-17
Add JSON module.
Bruce Hill
2025-08-16
Improved parsing and prefix/suffix matching using a `remainder`
Bruce Hill
2025-08-16
Update changes
Bruce Hill
[next]