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
/
stdlib.c
Age
Commit message (
Expand
)
Author
2025-02-25
Fix non-colorized doctest output newlines
Bruce Hill
2025-02-21
Tweak function registration API
Bruce Hill
2025-02-04
Hide '_.' from stack backtrace
Bruce Hill
2025-01-23
Overhaul of Text implementation to be more like Cords and have much
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-19
Default RNG now uses static, thread-local memory instead of heap
Bruce Hill
2024-12-15
Have ask() return an optional text
Bruce Hill
2024-12-08
Respect $NO_COLOR for running programs
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-29
Add serialization and deserialization
Bruce Hill
2024-11-29
Change how types handle metamethods
Bruce Hill
2024-11-24
Rename "NULL" to "NONE"
Bruce Hill
2024-11-24
Switch `NaN` to be identical to the null value
Bruce Hill
2024-11-09
Introduce a `Match` struct to represent pattern matching results, which
Bruce Hill
2024-11-09
Rename `from_text()` to `parse()`
Bruce Hill
2024-11-03
Add RNGs to the language
Bruce Hill
2024-11-03
Fix per-thread RNG
Bruce Hill
2024-10-31
Remove unused args for end_test()
Bruce Hill
2024-10-31
Tweak doctest output so it outputs source info
Bruce Hill
2024-10-29
Fix up some GCC compiler flag options for LTO and inlining
Bruce Hill
2024-10-27
Fixes for places that used Text$find()
Bruce Hill
2024-09-30
Rename TypeInfo -> TypeInfo_t and fix up some typeinfo code
Bruce Hill
2024-09-28
Overhaul of argument parsing code
Bruce Hill
2024-09-27
Improved support for CLI arg parsing
Bruce Hill
2024-09-18
Move USE_COLOR into stdlib
Bruce Hill
2024-09-13
Rename builtins/ -> stdlib/
Bruce Hill