index
:
ruby.git
master
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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rational.c
Age
Commit message (
Expand
)
Author
2023-04-06
[Feature #19474] Refactor NEWOBJ macros
Matt Valentine-House
2023-03-13
[DOC] Enhanced RDoc for NilClass (#7500)
Burdette Lamar
2023-02-19
Remove (newly unneeded) remarks about aliases
BurdetteLamar
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-10-27
Improve performance some `Integer` and `Float` methods [Feature #19085] (#6638)
S.H
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-05-20
Disable GMP by -DUSE_GMP=0
Nobuyoshi Nakada
2022-02-08
[DOC] Fix broken links to literals.rdoc
Nobuyoshi Nakada
2022-02-08
[DOC] Simplify links to global methods
Nobuyoshi Nakada
2021-12-03
Adding links to literals and Kernel (#5192)
Burdette Lamar
2021-09-11
Using RB_BIGNUM_TYPE_P macro
S-H-GAMELINKS
2021-09-02
Make internal predicate functions to return simple boolean
Nobuyoshi Nakada
2021-08-31
Remove unneeded comments in rational.c
S-H-GAMELINKS
2021-08-27
Use C99-defined macros to classify a floating-point number
Nobuyoshi Nakada
2021-08-18
Replace f_boolcast with RBOOL macro
S.H
2021-08-06
Use Rational for Float#round with ndigits > 14
Jeremy Evans
2021-07-27
Use predefined IDs
Nobuyoshi Nakada
2021-05-12
cdhash_cmp: can take rational literals
卜部昌平
2021-01-23
Rationalize floats in coerce [Bug #17572]
Nobuyoshi Nakada
2021-01-23
Make reciprocal properly of non-integral rational [Bug #17572]
Nobuyoshi Nakada
2021-01-07
Follow the NDEBUG given to the whole
Nobuyoshi Nakada
2020-12-09
Fix ArithmeticSequence#last and ArithmeticSequence#each for non-integer seque...
Kenta Murata
2020-11-10
Removed canonicalization for mathn
Nobuyoshi Nakada
2020-10-26
rational.c: convert a numerator to rational before calling fdiv in Kernel.Rat...
Kenta Murata
2020-10-22
rational.c: try converting by to_int in Rational() (#3684)
Kenta Murata
2020-10-21
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-08-15
RARRAY_AREF: convert into an inline function
卜部昌平
2020-07-01
Reduced working `Rational` object allocations
Nobuyoshi Nakada
2020-07-01
Renamed `nurat_sub` compliant with `rb_rational_plus`
Nobuyoshi Nakada
2020-07-01
Added a few integer case short-circuits
Nobuyoshi Nakada
2020-07-01
Replaced f_odd_p with rb_int_odd_p
Nobuyoshi Nakada
2020-06-29
parse_rat: do not goto into a branch
卜部昌平
2020-06-29
rb_rational_cmp: do not goto into a branch
卜部昌平
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-21
reroute redefinition of NDEBUG
卜部昌平
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-01-17
rb_rational_raw: convert num and den by to_int
Kenta Murata
2020-01-17
rb_rational_raw: make a denominator always positive
Kenta Murata
2020-01-17
internal/rational.h: insert assertions in RATIONAL_SET_{NUM,DEN}
Kenta Murata
2020-01-17
rational.c: remove nurat_s_new
Kenta Murata
2020-01-17
Make RATIONAL_SET_{NUM,DEN} static inline functions
Kenta Murata
2019-12-26
decouple internal.h headers
卜部昌平
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-09-25
Make rb_scan_args handle keywords more similar to Ruby methods (#2460)
Jeremy Evans
2019-08-10
rb_numeric_quo: support Complex
Nobuyoshi Nakada
2019-08-03
Predefine some IDs
Nobuyoshi Nakada
2019-08-02
Make float_decode_internal mantissa int
Nobuyoshi Nakada
2019-08-02
Deduplicate common code
Nobuyoshi Nakada
2019-08-02
Expanded f_quo
Nobuyoshi Nakada
[next]