ruby/ext/bigdecimal
Nobuyoshi Nakada ba1b9d3104 [ruby/bigdecimal] Fix the license name [ci skip]
```
$ gem build bigdecimal.gemspec
WARNING:  license value 'BSD-2-clause' is invalid.  Use a license identifier from
http://spdx.org/licenses or 'Nonstandard' for a nonstandard license.
Did you mean 'BSD-2-Clause'?
WARNING:  See https://guides.rubygems.org/specification-reference/ for help
```

https://github.com/ruby/bigdecimal/commit/36b77a2d2f
2023-02-19 09:58:31 +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] Handle correctly #remainder with infinity. Fixes 2023-02-17 17:46:27 +00:00
bigdecimal.gemspec [ruby/bigdecimal] Fix the license name [ci skip] 2023-02-19 09:58:31 +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