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
2025-04-06
Change Set syntax from {x} to |x|
Bruce Hill
2025-04-06
Fixes for printing sets and tables
Bruce Hill
2025-04-06
Change method calls to use `foo.baz()` instead of `foo:baz()`
Bruce Hill
2025-04-03
Deprecate heap_strf
Bruce Hill
2025-04-01
Fix type casting issue
Bruce Hill
2025-04-01
Update array random docs and fix array random methods to check ranges
Bruce Hill
2025-04-01
Moved RNG out of the compiler and into a standalone library
Bruce Hill
2025-04-01
Fix accidental colorizing of print output
Bruce Hill
2025-04-01
Show full doctest inspection if test fails
Bruce Hill
2025-04-01
Move patterns into a module
Bruce Hill
2025-03-31
Close out the type color when inspecting
Bruce Hill
2025-03-31
Fully move all pattern code into patterns.c
Bruce Hill
2025-03-31
Move pattern code into patterns file
Bruce Hill
2025-03-31
Remove threads and mutexed data from the language in favor of a
Bruce Hill
module-based approach
2025-03-30
Deprecate built-in Moment datatype in favor of a `time` module
Bruce Hill
2025-03-30
Fix visibility of gc_memory_stream
Bruce Hill
2025-03-30
Fix some relative path stuff
Bruce Hill
2025-03-28
Fix printf specifiers on mac
Bruce Hill
2025-03-28
On apple, don't explicit_bzero
Bruce Hill
2025-03-28
Revert "Add strlcpy for mac"
Bruce Hill
This reverts commit 34300ba37a9b82e51a602459956da1e6661a358c.
2025-03-28
Add strlcpy for mac
Bruce Hill
2025-03-28
Use strtok instead of strsep
Bruce Hill
2025-03-28
Change format specifiers
Bruce Hill
2025-03-28
Tweak format strings
Bruce Hill
2025-03-28
Fix thread local thing for tinycc
Bruce Hill
2025-03-28
Add compiler guards for GCC directives
Bruce Hill
2025-03-28
Remove uppercase octal
Bruce Hill
2025-03-28
strcpy() -> strlcpy()
Bruce Hill
2025-03-28
sprintf() -> snprintf()
Bruce Hill
2025-03-28
Make buffer big enough for NUL byte
Bruce Hill
2025-03-28
Remove dead code
Bruce Hill
2025-03-28
Minor compat fix
Bruce Hill
2025-03-28
Signal handler is _Noreturn
Bruce Hill
2025-03-28
Make getrandom() platform-compatible
Bruce Hill
2025-03-28
Explicitly sized literals
Bruce Hill
2025-03-28
Tweak fwopen() API
Bruce Hill
2025-03-28
Add conditional compilation for fopencookie vs fwopen
Bruce Hill
2025-03-28
Remove GLOB_TILDE_CHECK for compatiblity
Bruce Hill
2025-03-28
Compatibility fix for euidaccess
Bruce Hill
2025-03-28
Remove dead code and add version check for emoji
Bruce Hill
2025-03-28
Fix some minor floating point promotion issues
Bruce Hill
2025-03-28
Rename `timezone` to avoid shadowing
Bruce Hill
2025-03-28
Inline metamethods
Bruce Hill
2025-03-28
Remove unnecessary check
Bruce Hill
2025-03-27
Phase out strchrnul
Bruce Hill
2025-03-27
Use qsort() instead of qsort_r() for portability
Bruce Hill
2025-03-27
Add missing include
Bruce Hill
2025-03-27
Add missing include
Bruce Hill
2025-03-27
Remove mempcpy for portability
Bruce Hill
2025-03-27
Deprecate custom printf specifiers in favor of print() function that
Bruce Hill
uses _Generic() to generically convert any value to a string or print as a string.
[next]