ruby/ext/bigdecimal
Nobuyoshi Nakada 899ea35035
Extract include/ruby/internal/attr/packed_struct.h
Split `PACKED_STRUCT` and `PACKED_STRUCT_UNALIGNED` macros into the
macros bellow:
* `RBIMPL_ATTR_PACKED_STRUCT_BEGIN`
* `RBIMPL_ATTR_PACKED_STRUCT_END`
* `RBIMPL_ATTR_PACKED_STRUCT_UNALIGNED_BEGIN`
* `RBIMPL_ATTR_PACKED_STRUCT_UNALIGNED_END`
2023-02-08 12:34:13 +09:00
..
lib [ruby/bigdecimal] Document precision=0 and ndigits=0 for converting from Float 2022-09-28 09:29:49 +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] Make BigDecimal WB protected 2023-02-01 15:59:11 +00:00
bigdecimal.gemspec [ruby/bigdecimal] Bump version to 3.1.3 2022-12-05 10:44:30 +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 Extract include/ruby/internal/attr/packed_struct.h 2023-02-08 12:34:13 +09:00
extconf.rb [ruby/bigdecimal] Remove symbol defs in missing.h for old Rubies 2022-09-19 23:40:49 +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] 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