aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib
AgeCommit message (Collapse)Author
2026-01-17Simplifying rules for exp/logconstructive-realsBruce Hill
2026-01-17Add some simplification rulesBruce Hill
2026-01-17Simplify equality checks for common cases.Bruce Hill
2026-01-16Remove constructivesBruce Hill
2026-01-16Fix everything up real goodBruce Hill
2026-01-12Simplify Real$from_float64 -> RBruce Hill
2026-01-12Overhaul of how parsing and compiling works for reals.Bruce Hill
2026-01-11Bugfix for negative numbers like -2.3Bruce Hill
2026-01-11Improve correctness of Reals parsing for scientific notation and improve ↵Bruce Hill
speed of Real$power() by using a better version of pow()
2026-01-11Refactor some AST logic to keep Ints/Reals as "Integer" and "Number" ASTBruce Hill
nodes and use improved parsing logic from Int/Real
2026-01-11Bugfixes for promoting doubles to rationalBruce Hill
2026-01-11Fix some volatility issuesBruce Hill
2026-01-11Implement some missing logic for realsBruce Hill
2026-01-11Optimize initialization logic for Reals so they avoid parsing at runtimeBruce Hill
when possible.
2026-01-11More cleanups and fixesBruce Hill
2026-01-11Code cleanupBruce Hill
2026-01-11Misc fixesBruce Hill
2026-01-11BugfixBruce Hill
2026-01-11Add missing functionality.Bruce Hill
2026-01-11Hook up Real.rounded_to()Bruce Hill
2026-01-11Fixes for sqrt()*sqrt()Bruce Hill
2026-01-11Rework realsBruce Hill
2026-01-10FormatBruce Hill
2026-01-02Merge branch 'dev' into constructive-realsBruce Hill
2026-01-01Bugfix for integer comparisonBruce Hill
2025-12-31Changed is_between() to be bidirectionalBruce Hill
2025-12-29Fix for file descriptors being reopened unintentionallyBruce Hill
2025-12-28Change autoformatter to no longer allow single-line functionsBruce Hill
2025-12-28Bugfix for Table.clear()Bruce Hill
2025-12-23Fix for openbsd ifdefBruce Hill
2025-12-23Add support for convert_to_text(Int_t)Bruce Hill
2025-12-23Remove dead-ish code for debugging tablesBruce Hill
2025-12-23Big speedup my trimming down MAP_LIST macro and inlining someBruce Hill
applications of it.
2025-12-22Add Path.writer() and Path.byte_writer()Bruce Hill
2025-12-21Fixes for builds and accessing version and install scriptv2025-12-21.5Bruce Hill
2025-12-21Merge branch 'dev'Bruce Hill
2025-12-21Don't embed tomo version/path information at compile time, instead inferBruce Hill
it at runtime
2025-12-21Fix empty allocationBruce Hill
2025-12-21Minor fix for checking return valuesBruce Hill
2025-12-21Divide by zero checksBruce Hill
2025-12-16Fix parens parsing and hook up sqrtBruce Hill
2025-12-13Fix some Real issuesBruce Hill
2025-12-13More approximate, but more functional implementation.Bruce Hill
2025-12-11Print realsBruce Hill
2025-12-11Fix merge issuesBruce Hill
2025-12-11Merge branch 'dev' into constructive-realsBruce Hill
2025-12-07Better error handling for setenv()Bruce Hill
2025-12-07More correct handling for sleep()Bruce Hill
2025-12-07Add commentsBruce Hill
2025-12-07Remove dead codeBruce Hill