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
/
bigint.c
Age
Commit message (
Collapse
)
Author
2026-01-01
Merge branch 'dev' into static-dependencies
Bruce Hill
2026-01-01
Bugfix for integer comparison
Bruce Hill
2025-12-31
Move print.c/h back into stdlib
Bruce Hill
2025-12-31
Merge branch 'dev' into static-dependencies
Bruce Hill
2025-12-31
Changed is_between() to be bidirectional
Bruce Hill
2025-12-28
Merge branch 'dev' into static-dependencies
Bruce Hill
2025-12-28
Change autoformatter to no longer allow single-line functions
Bruce Hill
2025-12-24
Shuffle dependencies around so header files aren't needed after tomo has
Bruce Hill
been compiled
2025-12-24
Split out new()/gc logic from stdlib/util.h
Bruce Hill
2025-11-30
Add `base` parameter to integer parsing functions
Bruce Hill
2025-11-15
Bugfix for int parsing
Bruce Hill
2025-11-09
Cut out a level of pointer indirection for integers by using underlying
Bruce Hill
struct
2025-10-19
Move integer implementation details into separate header/C files, backed
Bruce Hill
by template headers that use an INT_BITS macro to redefine implementations for different int sizes.