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
/
stdlib
Age
Commit message (
Expand
)
Author
2025-02-25
Add $Shell.execute()
Bruce Hill
2025-02-24
Add $Shell:execute()
Bruce Hill
2025-02-21
Integer range iteration over fixed width integers should iterate over
Bruce Hill
2025-02-21
Tweak function registration API
Bruce Hill
2025-02-19
Fix shell escaping (add quotes)
Bruce Hill
2025-02-13
Add Int:onward() iterator
Bruce Hill
2025-02-13
Deprecate Range datatype in favor of using iterator methods
Bruce Hill
2025-02-10
Add missing files
Bruce Hill
2025-02-07
Bugfix and minor perf improvements for text concatenation with unstable
Bruce Hill
2025-02-04
Hide '_.' from stack backtrace
Bruce Hill
2025-02-04
Add {word} as an alias for {id}
Bruce Hill
2025-01-29
Text struct field reordering
Bruce Hill
2025-01-23
Overhaul of Text implementation to be more like Cords and have much
Bruce Hill
2025-01-12
Change table syntax to `{key=value}` and `{:K,V}`/`{K,V}`
Bruce Hill
2025-01-02
Use `holding` blocks for mutexed data instead of lambdas
Bruce Hill
2025-01-02
Replace threads with generic mutexed datastructures.
Bruce Hill
2024-12-31
Array:heap_pop() now returns an optional value
Bruce Hill
2024-12-31
Add array:pop()
Bruce Hill
2024-12-26
Bugfix for text hashing
Bruce Hill
2024-12-26
Change table hashing and comparison logic to be *unordered*, but still
Bruce Hill
2024-12-24
Add Int:factorial() and n:choose(k)
Bruce Hill
2024-12-22
Tweak array resizing policy
Bruce Hill
2024-12-22
Fix for resizing
Bruce Hill
2024-12-22
Tweak bucket resize cap
Bruce Hill
2024-12-22
Tweak table resizing policy
Bruce Hill
2024-12-22
Add optimized metamethods for enums and structs that hold packed data
Bruce Hill
2024-12-22
Revert hash thing
Bruce Hill
2024-12-22
Bugfixes for table updates and array concat updates
Bruce Hill
2024-12-21
Add text:by_line()/:by_split()/:by_match()
Bruce Hill
2024-12-19
Add Text:reversed()
Bruce Hill
2024-12-19
Default RNG now uses static, thread-local memory instead of heap
Bruce Hill
2024-12-19
RNG needs to not be thread-local to make GC happy
Bruce Hill
2024-12-19
Add Text:from()/to() and Array:slice() for symmetry
Bruce Hill
2024-12-17
Minor cleanups and fixes to RNG, chacha, and text
Bruce Hill
2024-12-15
Have ask() return an optional text
Bruce Hill
2024-12-15
Parse negative integers
Bruce Hill
2024-12-12
Tweaks to RNG code
Bruce Hill
2024-12-11
Fixes for integer logic around big/small ints
Bruce Hill
2024-12-08
Respect $NO_COLOR for running programs
Bruce Hill
2024-12-08
Add GCD function for integers (of all flavors)
Bruce Hill
2024-12-07
Rename "NONE" to "none"
Bruce Hill
2024-12-07
Use likely()/unlikely() macros and a few bugfixes for integers
Bruce Hill
2024-12-06
Improvements and fixes for assigning to table keys
Bruce Hill
2024-12-04
Bugfix for text memory allocations
Bruce Hill
2024-12-02
Further bugfix for array concatenation
Bruce Hill
2024-12-02
Bugfix for array concatenation
Bruce Hill
2024-11-30
Support single-argument enums
Bruce Hill
2024-11-30
Support parsing enums as arguments as long as they have no members
Bruce Hill
2024-11-30
Bugfixes for moments mixing up microseconds/nanoseconds, plus adding
Bruce Hill
2024-11-29
Tweak to how 'Type' appears as a type
Bruce Hill
[next]