index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
bigdecimal
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ruby/bigdecimal] Add fallback definition of MAYBE_UNUSED
Kenta Murata
2022-11-15
1
-0
/
+4
*
[ruby/bigdecimal] Replace sprintf by snprintf
Kenta Murata
2022-11-15
2
-121
/
+189
*
[ruby/bigdecimal] Mark some functions MAYBE_UNUSED
Kenta Murata
2022-11-15
1
-0
/
+8
*
[ruby/bigdecimal] Add specific value allocators
Kenta Murata
2022-11-13
1
-199
/
+282
*
[ruby/bigdecimal] Add and use specific value allocators
Kenta Murata
2022-11-13
1
-19
/
+50
*
[ruby/bigdecimal] Make VPrint function always available
Kenta Murata
2022-11-13
1
-91
/
+86
*
[ruby/bigdecimal] Tweak VpAlloc
Kenta Murata
2022-11-13
1
-32
/
+32
*
[ruby/bigdecimal] Rewrite allocation functions
Kenta Murata
2022-11-13
2
-72
/
+90
*
[ruby/bigdecimal] Twak GetPrecisionInt and rename it to check_int_precision
Kenta Murata
2022-11-13
1
-9
/
+16
*
[ruby/bigdecimal] Tweak check_rounding_mode_option
Kenta Murata
2022-11-13
1
-10
/
+9
*
[ruby/bigdecimal] Rewrite check_rounding_mode function
Kenta Murata
2022-11-13
2
-46
/
+70
*
[ruby/bigdecimal] [Doc] Fix the document of n_significant_digits
Kenta Murata
2022-11-13
1
-9
/
+9
*
[ruby/bigdecimal] Make GetVpValue inline
Kenta Murata
2022-11-13
1
-1
/
+1
*
[ruby/bigdecimal] Make BigDecimal_double_fig inline
Kenta Murata
2022-11-13
1
-1
/
+1
*
[ruby/bigdecimal] Suppress macro redefinition warnings
Nobuyoshi Nakada
2022-10-30
1
-2
/
+2
*
[ruby/bigdecimal] Document precision=0 and ndigits=0 for converting from Float
Maciej Rzasa
2022-09-28
2
-1
/
+8
*
[ruby/bigdecimal] Remove trailing whitespace.
Samuel Williams
2022-09-25
1
-2
/
+2
*
[ruby/bigdecimal] Improve documentation of BigDecimal#sign
Maciek Rząsa
2022-09-25
1
-2
/
+4
*
[ruby/bigdecimal] Remove symbol defs in missing.h for old Rubies
Peter Zhu
2022-09-19
2
-11
/
+0
*
[ruby/bigdecimal] Remove array defs in missing.h for old Rubies
Peter Zhu
2022-09-19
2
-30
/
+0
*
[ruby/bigdecimal] Updated to use the correct spec for muilti license
Thomas Winsnes
2022-08-03
1
-1
/
+1
*
Updated to use multiple licenses
Thomas Winsnes
2022-08-03
1
-1
/
+1
*
[ruby/bigdecimal] Remove checks for `struct RRational` and `struct RComplex`
Nobuyoshi Nakada
2022-07-14
2
-6
/
+4
*
[ruby/bigdecimal] Correct indentation in Kernel#BigDecimal
BurdetteLamar
2022-07-02
1
-5
/
+5
*
[ruby/bigdecimal] Fix docs
Peter Zhu
2022-04-18
1
-3
/
+3
*
[ruby/bigdecimal] Adjust a local variable type to exponent
Nobuyoshi Nakada
2022-04-18
1
-1
/
+1
*
[Feature #18249] Update dependencies
Peter Zhu
2022-02-22
1
-0
/
+2
*
[ruby/bigdecimal] Version 3.1.2
Kenta Murata
2022-01-24
1
-1
/
+1
*
[ruby/bigdecimal] Fix the maximum precision of the quotient
Kenta Murata
2022-01-24
1
-8
/
+7
*
[ruby/bigdecimal] Remove unused variable
Kenta Murata
2021-12-24
1
-1
/
+1
*
[ruby/bigdecimal] Version 3.1.1
Kenta Murata
2021-12-24
1
-1
/
+1
*
[ruby/bigdecimal] Fix the result precision of BigDecimal#divmod
Kenta Murata
2021-12-24
1
-4
/
+17
*
[ruby/bigdecimal] Version 3.1.0
Kenta Murata
2021-12-24
1
-1
/
+1
*
[ruby/bigdecimal] Enhanced RDoc for BigDecimal (https://github.com/ruby/bigde...
Burdette Lamar
2021-12-24
1
-102
/
+163
*
[ruby/bigdecimal] Let BigDecimal#quo accept precision
Kenta Murata
2021-12-24
1
-24
/
+72
*
[ruby/bigdecimal] Add TODO comment
Kenta Murata
2021-12-24
1
-0
/
+3
*
[ruby/bigdecimal] Allow passing both float and precision in BigDecimal#div
Kenta Murata
2021-12-24
1
-1
/
+5
*
[ruby/bigdecimal] Improve extconf to allow using bigdecimal as a git gem
Jean Boussier
2021-12-24
2
-7
/
+2
*
[ruby/bigdecimal] Add BigDecimal#precision_scale
Kenta Murata
2021-12-24
1
-0
/
+19
*
[ruby/bigdecimal] [Doc] Add documentation of BigDecimal#n_significant_digits
Kenta Murata
2021-12-24
1
-0
/
+16
*
[ruby/bigdecimal] Add BigDecimal#scale
Kenta Murata
2021-12-24
1
-59
/
+142
*
[ruby/bigdecimal] Set rounding mode in example
BurdetteLamar
2021-12-24
1
-1
/
+1
*
[ruby/bigdecimal] Set rounding mode in example
BurdetteLamar
2021-12-24
1
-0
/
+2
*
[ruby/bigdecimal] Enhanced RDoc for selected methods
BurdetteLamar
2021-12-24
1
-2
/
+2
*
[ruby/bigdecimal] Enhanced RDoc for selected methods
BurdetteLamar
2021-12-24
1
-16
/
+37
*
[ruby/bigdecimal] Fix BigDecimal#precision for single DECDIG case
Kenta Murata
2021-12-24
1
-4
/
+18
*
[ruby/bigdecimal] Keep obj-to-Real link when VpReallocReal returns different ...
Kenta Murata
2021-12-24
1
-1
/
+12
*
[ruby/bigdecimal] Fix the precision of the adjusted quotient
Kenta Murata
2021-12-24
1
-2
/
+4
*
[ruby/bigdecimal] Let BigDecimal_DoDivmod use the same precision calculation ...
Kenta Murata
2021-12-24
1
-13
/
+20
*
[ruby/bigdecimal] Use larger precision in divide for irrational or recurring ...
Kenta Murata
2021-12-24
1
-7
/
+6
[next]