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
/
integers.h
Age
Commit message (
Expand
)
Author
2024-11-25
Micro-optimizations for division and modulus
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
Rename `from_text()` to `parse()`
Bruce Hill
2024-11-03
Add RNGs to the language
Bruce Hill
2024-11-03
Use an RNG parameter for array:random(), array:shuffle(),
Bruce Hill
2024-11-03
Clean up behavior and syntax for unsigned bit shifts (<<<, >>>)
Bruce Hill
2024-11-03
Add Int64:unsigned_left_shift() and :unsigned_right_shift()
Bruce Hill
2024-11-03
Add wrapping plus/minus for fixed-size integers
Bruce Hill
2024-10-30
Fix header inline functions to use `extern inline` and some GCC magic
Bruce Hill
2024-10-29
Fix up some GCC compiler flag options for LTO and inlining
Bruce Hill
2024-10-03
Fix up some compiler flags around floating point numbers so they work
Bruce Hill
2024-09-30
Rename TypeInfo -> TypeInfo_t and fix up some typeinfo code
Bruce Hill
2024-09-13
Rename builtins/ -> stdlib/
Bruce Hill