Age | Commit message (Expand) | Author |
---|
11 days | Move more NilClass methods to ruby | Hartley McGuire |
2025-01-02 | [DOC] Exclude 'Method' from RDoc's autolinking | Nobuyoshi Nakada |
2024-11-08 | Do not round `a**b` to infinity | Yusuke Endoh |
2024-06-05 | [Bug #20524] win32: Suppress GMP warning | Nobuyoshi Nakada |
2024-04-16 | Eliminate usage of OBJ_FREEZE_RAW | Jean Boussier |
2024-02-12 | Replace assert with RUBY_ASSERT in rational.c | Peter Zhu |
2023-04-06 | [Feature #19474] Refactor NEWOBJ macros | Matt Valentine-House |
2023-03-13 | [DOC] Enhanced RDoc for NilClass (#7500) | Burdette Lamar |
2023-02-19 | Remove (newly unneeded) remarks about aliases | BurdetteLamar |
2022-11-16 | Using UNDEF_P macro | S-H-GAMELINKS |
2022-10-27 | Improve performance some `Integer` and `Float` methods [Feature #19085] (#6638) | S.H |
2022-07-21 | Expand tabs [ci skip] | Takashi Kokubun |
2022-05-20 | Disable GMP by -DUSE_GMP=0 | Nobuyoshi Nakada |
2022-02-08 | [DOC] Fix broken links to literals.rdoc | Nobuyoshi Nakada |
2022-02-08 | [DOC] Simplify links to global methods | Nobuyoshi Nakada |
2021-12-03 | Adding links to literals and Kernel (#5192) | Burdette Lamar |
2021-09-11 | Using RB_BIGNUM_TYPE_P macro | S-H-GAMELINKS |
2021-09-02 | Make internal predicate functions to return simple boolean | Nobuyoshi Nakada |
2021-08-31 | Remove unneeded comments in rational.c | S-H-GAMELINKS |
2021-08-27 | Use C99-defined macros to classify a floating-point number | Nobuyoshi Nakada |
2021-08-18 | Replace f_boolcast with RBOOL macro | S.H |
2021-08-06 | Use Rational for Float#round with ndigits > 14 | Jeremy Evans |
2021-07-27 | Use predefined IDs | Nobuyoshi Nakada |
2021-05-12 | cdhash_cmp: can take rational literals | 卜部昌平 |
2021-01-23 | Rationalize floats in coerce [Bug #17572] | Nobuyoshi Nakada |
2021-01-23 | Make reciprocal properly of non-integral rational [Bug #17572] | Nobuyoshi Nakada |
2021-01-07 | Follow the NDEBUG given to the whole | Nobuyoshi Nakada |
2020-12-09 | Fix ArithmeticSequence#last and ArithmeticSequence#each for non-integer seque... | Kenta Murata |
2020-11-10 | Removed canonicalization for mathn | Nobuyoshi Nakada |
2020-10-26 | rational.c: convert a numerator to rational before calling fdiv in Kernel.Rat... | Kenta Murata |
2020-10-22 | rational.c: try converting by to_int in Rational() (#3684) | Kenta Murata |
2020-10-21 | Don't redefine #rb_intern over and over again | Stefan Stüben |
2020-08-15 | RARRAY_AREF: convert into an inline function | 卜部昌平 |
2020-07-01 | Reduced working `Rational` object allocations | Nobuyoshi Nakada |
2020-07-01 | Renamed `nurat_sub` compliant with `rb_rational_plus` | Nobuyoshi Nakada |
2020-07-01 | Added a few integer case short-circuits | Nobuyoshi Nakada |
2020-07-01 | Replaced f_odd_p with rb_int_odd_p | Nobuyoshi Nakada |
2020-06-29 | parse_rat: do not goto into a branch | 卜部昌平 |
2020-06-29 | rb_rational_cmp: do not goto into a branch | 卜部昌平 |
2020-05-11 | sed -i 's|ruby/impl|ruby/internal|' | 卜部昌平 |
2020-05-11 | sed -i s|ruby/3|ruby/impl|g | 卜部昌平 |
2020-04-21 | reroute redefinition of NDEBUG | 卜部昌平 |
2020-04-08 | Merge pull request #2991 from shyouhei/ruby.h | 卜部昌平 |
2020-01-17 | rb_rational_raw: convert num and den by to_int | Kenta Murata |
2020-01-17 | rb_rational_raw: make a denominator always positive | Kenta Murata |
2020-01-17 | internal/rational.h: insert assertions in RATIONAL_SET_{NUM,DEN} | Kenta Murata |
2020-01-17 | rational.c: remove nurat_s_new | Kenta Murata |
2020-01-17 | Make RATIONAL_SET_{NUM,DEN} static inline functions | Kenta Murata |
2019-12-26 | decouple internal.h headers | 卜部昌平 |
2019-11-18 | Deprecate taint/trust and related methods, and make the methods no-ops | Jeremy Evans |