| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
https://github.com/ruby/fcntl/commit/03d9a7937d
|
|
|
|
|
|
|
|
|
| |
It does not seem needed, and it's causing issues on Windows when
uninstalling `strscan`, because strscan's shared library being used when
RubyGems tries to remove it (because its loaded through Psych, which
RubyGems uses for loading configuration).
https://github.com/ruby/psych/commit/3911356ec1
|
|
|
|
|
|
|
|
| |
block
Fixes [Bug #18158]
https://github.com/ruby/pathname/commit/914c726aa2
|
|
|
|
| |
https://github.com/ruby/etc/commit/f87fe7ad93
|
|
|
|
| |
https://github.com/ruby/etc/commit/143edbd215
|
|
|
|
| |
https://github.com/ruby/etc/commit/ca41f182f6
|
|
|
|
| |
https://github.com/ruby/etc/commit/82dd69a4cf
|
|
|
|
| |
https://github.com/ruby/etc/commit/17b99fe42e
|
|
|
|
| |
https://github.com/ruby/etc/commit/106429f10b
|
|
|
|
| |
https://github.com/ruby/etc/commit/8c8c6198e2
|
|
|
|
| |
https://github.com/ruby/etc/commit/959416b18a
|
|
|
|
| |
https://github.com/ruby/win32ole/commit/27d0fdc622
|
|
|
|
| |
https://github.com/ruby/io-console/commit/ad3805200c
|
| |
|
| |
|
|
|
|
| |
https://github.com/ruby/io-console/commit/806c65e22b
|
|
|
|
| |
https://github.com/ruby/io-console/commit/e9478509e9
|
|
|
|
| |
https://github.com/ruby/openssl/commit/bff4080091
|
|
|
|
|
| |
* Prefer to use RTEST when checking result of `rb_io_wait`.
* Consistently use false for signifying no events ready.
|
| |
|
|
|
|
| |
https://github.com/ruby/readline-ext/commit/6f86713b19
|
|
|
|
| |
https://github.com/ruby/bigdecimal/commit/ac7daa5f15
|
|
|
|
| |
https://github.com/ruby/bigdecimal/commit/2ef67c2cc7
|
|
|
|
| |
https://github.com/ruby/bigdecimal/commit/a32f6cb9e2
|
|
|
|
| |
https://github.com/ruby/bigdecimal/commit/c3453d2b97
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(https://github.com/ruby/bigdecimal/pull/209)
* Enhanced RDoc for BigDecimal
* Update ext/bigdecimal/bigdecimal.c
Remove the instance number of `Float::DIG`.
* Update ext/bigdecimal/bigdecimal.c
Add BigDecimal call-seq without ndigits.
* Update ext/bigdecimal/bigdecimal.c
Replace the word sum with value or result in the description of BigDecimal().
* Update ext/bigdecimal/bigdecimal.c
Remove the instance value of Float::DIG.
* Update ext/bigdecimal/bigdecimal.c
Fix mis-description of precision
* Update ext/bigdecimal/bigdecimal.c
Fix the description of precision determination
* Update ext/bigdecimal/bigdecimal.c
Add the description of the precision in the Rational case.
https://github.com/ruby/bigdecimal/commit/acabb132a4
Co-authored-by: Kenta Murata <3959+mrkn@users.noreply.github.com>
|
|
|
|
|
|
| |
Fix GH-214.
https://github.com/ruby/bigdecimal/commit/13e0e93f37
|
|
|
|
| |
https://github.com/ruby/bigdecimal/commit/ef9cf4e69e
|
|
|
|
|
|
| |
Fix GH-212.
https://github.com/ruby/bigdecimal/commit/900bb7fcf5
|
|
|
|
|
|
|
|
|
|
|
|
| |
e.g.
```
gem "bigdecimal", github: "ruby/bigdecimal"
```
It would fail because bundler regenerates the `gemspec`,
so `bigdecimal_version` is gone.
https://github.com/ruby/bigdecimal/commit/bccaa66f2c
|
|
|
|
| |
https://github.com/ruby/bigdecimal/commit/c019caeaba
|
|
|
|
| |
https://github.com/ruby/bigdecimal/commit/ceaf16b03e
|
|
|
|
|
|
| |
Fixes GH-198.
https://github.com/ruby/bigdecimal/commit/4fbec55680
|
|
|
|
| |
https://github.com/ruby/bigdecimal/commit/8fc83dd2fe
|
|
|
|
| |
https://github.com/ruby/bigdecimal/commit/42c999f728
|
|
|
|
| |
https://github.com/ruby/bigdecimal/commit/0de9298d15
|
|
|
|
| |
https://github.com/ruby/bigdecimal/commit/6139ea1092
|
|
|
|
|
|
| |
Fix GH-205
https://github.com/ruby/bigdecimal/commit/7d198394a2
|
|
|
|
|
|
| |
pointer
https://github.com/ruby/bigdecimal/commit/252748de17
|
|
|
|
| |
https://github.com/ruby/bigdecimal/commit/8dc8cd339d
|
|
|
|
|
|
| |
as BigDecimal_divide
https://github.com/ruby/bigdecimal/commit/11cb2c8840
|
|
|
|
|
|
|
|
|
|
|
| |
results
Just in case for irrational or recurring results, the precision of the
quotient is set to at least more than 2*Float::DIG plus alpha.
[Bug #13754] [Fix GH-94]
https://github.com/ruby/bigdecimal/commit/99442c75d3
|
|
|
|
|
|
| |
Fix GH-192
https://github.com/ruby/bigdecimal/commit/eebc98b85a
|
|
|
|
| |
https://github.com/ruby/bigdecimal/commit/f528a0006e
|
|
|
|
| |
https://github.com/ruby/bigdecimal/commit/4eadcdf0a6
|
|
|
|
| |
https://github.com/ruby/bigdecimal/commit/6d69422e37
|
|
|
|
| |
https://github.com/ruby/bigdecimal/commit/681cd2d81d
|
|
|
|
| |
https://github.com/ruby/bigdecimal/commit/3a35f92f8b
|
|
|
|
| |
https://github.com/ruby/bigdecimal/commit/31a7a37426
|
|
|
|
|
|
|
|
|
|
| |
Introduced in https://github.com/ruby/bigdecimal/commit/4792a917d806
`rb_absint_size` return the number of bytes needed to fit
the absolute integer, but negative integers need the sign, so one more
bit, and potentially one more byte.
https://github.com/ruby/bigdecimal/commit/0f3d5d0eb7
|