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
Age
Commit message (
Expand
)
Author
2025-03-28
Fix for missing .tm.o files
Bruce Hill
2025-03-28
Don't force inline C code to use ({...})
Bruce Hill
2025-03-28
CC -> cc
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 platform check for /proc/self/exe
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
Remove dead code
Bruce Hill
2025-03-28
Minor compat fix
Bruce Hill
2025-03-28
Explicit nan type
Bruce Hill
2025-03-28
Minor compat fix
Bruce Hill
2025-03-28
Use getcwd() instead of get_current_dir_name()
Bruce Hill
2025-03-28
Remove dead code
Bruce Hill
2025-03-28
Remove dl lib requirement
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
Add a special case for '???'
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-25
Parser errors should use USE_COLOR as well
Bruce Hill
2025-03-25
Compiler errors should use USE_COLOR
Bruce Hill
2025-03-25
Bugfix for switch statement fallthroughs
Bruce Hill
2025-03-25
Fix parsing issue: `[1,2,3] _max_ [3,4,5]` was parsing as `_max_[..]`
Bruce Hill
2025-03-24
Possible fix for making .build/ directory
Bruce Hill
2025-03-24
Tweak .build/ dir settings
Bruce Hill
[next]