ruby/ext/bigdecimal
Nobuyoshi Nakada 673759328c [ruby/bigdecimal] Remove checks for `struct RRational` and `struct RComplex`
These are used to see only if `RRATIONAL` and `RCOMPLEX` are
available, however, these two are macros and can be checked with
`#ifdef` directly.

https://github.com/ruby/bigdecimal/commit/175bbacd43
2022-07-14 21:02:02 +09:00
..
lib [ruby/bigdecimal] Fix docs 2022-04-18 10:29:25 +09:00
missing [ruby/bigdecimal] Optimize rb_float_convert_to_BigDecimal by using dtoa 2021-01-13 02:11:18 +09:00
sample Import bigdecimal 1.4.0.pre.20181205a 2018-12-05 11:30:24 +00:00
bigdecimal.c [ruby/bigdecimal] Correct indentation in Kernel#BigDecimal 2022-07-02 07:58:20 +09:00
bigdecimal.gemspec [ruby/bigdecimal] Version 3.1.2 2022-01-24 10:56:37 +09:00
bigdecimal.h [ruby/bigdecimal] Fix uint64 conversion 2021-02-04 13:18:58 +09:00
bits.h [ruby/bigdecimal] Check the function availabilities separately 2021-01-06 09:25:13 +09:00
depend [Feature #18249] Update dependencies 2022-02-22 09:55:21 -05:00
extconf.rb [ruby/bigdecimal] Remove checks for `struct RRational` and `struct RComplex` 2022-07-14 21:02:02 +09:00
feature.h [ruby/bigdecimal] Implement special conversions for 64-bit integers 2021-01-02 00:54:09 +09:00
missing.c [ruby/bigdecimal] Suppress warning at NO_SANITIZE on gcc 2021-01-14 10:20:30 +09:00
missing.h [ruby/bigdecimal] Remove checks for `struct RRational` and `struct RComplex` 2022-07-14 21:02:02 +09:00
static_assert.h [ruby/bigdecimal] Implement special conversions for 64-bit integers 2021-01-02 00:54:09 +09:00