ruby/ext/bigdecimal
Nobuyoshi Nakada d13879f862 [ruby/bigdecimal] Read version from bigdecimal.c
The dependency of extconf.h on bigdecimal.gemspec does not make sense
as far as no rule is defined for it.  Also, the relationship between
extension library and gemspec file is various in default gems, and
does not work well.

7f99b28552
2023-02-21 09:50:02 +00:00
..
lib [ruby/bigdecimal] Stub out extension build on JRuby 2023-02-17 17:52:48 +00: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] Read version from bigdecimal.c 2023-02-21 09:50:02 +00:00
bigdecimal.gemspec [ruby/bigdecimal] Read version from bigdecimal.c 2023-02-21 09:50:02 +00:00
bigdecimal.h [ruby/bigdecimal] Replace sprintf by snprintf 2022-11-15 04:02:01 +00:00
bits.h [ruby/bigdecimal] Check the function availabilities separately 2021-01-06 09:25:13 +09:00
depend [ruby/bigdecimal] Read version from bigdecimal.c 2023-02-21 09:50:02 +00:00
extconf.rb [ruby/bigdecimal] Read version from bigdecimal.c 2023-02-21 09:50:02 +00: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] Suppress macro redefinition warnings 2022-10-30 14:21:31 +00:00
static_assert.h [ruby/bigdecimal] Implement special conversions for 64-bit integers 2021-01-02 00:54:09 +09:00