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 (
Expand
)
Author
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
2025-03-27
Remove dead code for paths
Bruce Hill
2025-03-25
Make docstring tests use an actual expression AST instead of text
Bruce Hill
2025-03-25
Fix path:write() to truncate appropriately
Bruce Hill
2025-03-25
Change capitalization
Bruce Hill
2025-03-25
Tweak colors
Bruce Hill
2025-03-25
Update wording on expected text
Bruce Hill
2025-03-24
Safely return if we're removing a nonexistent file and don't care
Bruce Hill
2025-03-24
Recursively remove directories
Bruce Hill
2025-03-24
Add num:percent()
Bruce Hill
2025-03-24
Doctest inspections should go to stdout, not stderr
Bruce Hill
2025-03-21
Wording
Bruce Hill
2025-03-21
Update readme links
Bruce Hill
2025-03-21
Move stdlib into src/
Bruce Hill