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
2025-03-11
Fixes for integer truncation
Bruce Hill
2025-03-09
Fix some integer stuff that was being implicitly downcast to 32-bit
Bruce Hill
2025-03-09
Add some missing modulus and conversion methods for floats/ints
Bruce Hill
2025-03-05
Overhaul of constructors, making it more consistent and correct. Also
Bruce Hill
2025-02-13
Add Int:onward() iterator
Bruce Hill
2025-02-13
Deprecate Range datatype in favor of using iterator methods
Bruce Hill
2024-12-24
Add Int:factorial() and n:choose(k)
Bruce Hill
2024-12-11
Fixes for integer logic around big/small ints
Bruce Hill
2024-12-08
Add GCD function for integers (of all flavors)
Bruce Hill
2024-12-07
Use likely()/unlikely() macros and a few bugfixes for integers
Bruce Hill
2024-11-30
Bugfixes for moments mixing up microseconds/nanoseconds, plus adding
Bruce Hill
2024-11-29
Add serialization and deserialization
Bruce Hill
2024-11-29
Change how types handle metamethods
Bruce Hill
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