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
/
rational.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed canonicalization for mathn
Nobuyoshi Nakada
2020-11-10
1
-32
/
+3
*
rational.c: convert a numerator to rational before calling fdiv in Kernel.Rat...
Kenta Murata
2020-10-26
1
-1
/
+9
*
rational.c: try converting by to_int in Rational() (#3684)
Kenta Murata
2020-10-22
1
-3
/
+31
*
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-10-21
1
-7
/
+4
*
RARRAY_AREF: convert into an inline function
卜部昌平
2020-08-15
1
-0
/
+1
*
Reduced working `Rational` object allocations
Nobuyoshi Nakada
2020-07-01
1
-15
/
+28
*
Renamed `nurat_sub` compliant with `rb_rational_plus`
Nobuyoshi Nakada
2020-07-01
1
-3
/
+3
*
Added a few integer case short-circuits
Nobuyoshi Nakada
2020-07-01
1
-1
/
+9
*
Replaced f_odd_p with rb_int_odd_p
Nobuyoshi Nakada
2020-07-01
1
-10
/
+1
*
parse_rat: do not goto into a branch
卜部昌平
2020-06-29
1
-12
/
+15
*
rb_rational_cmp: do not goto into a branch
卜部昌平
2020-06-29
1
-10
/
+11
*
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
1
-1
/
+1
*
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
1
-1
/
+1
*
reroute redefinition of NDEBUG
卜部昌平
2020-04-21
1
-0
/
+1
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-3
/
+2
*
rb_rational_raw: convert num and den by to_int
Kenta Murata
2020-01-17
1
-0
/
+4
*
rb_rational_raw: make a denominator always positive
Kenta Murata
2020-01-17
1
-0
/
+4
*
internal/rational.h: insert assertions in RATIONAL_SET_{NUM,DEN}
Kenta Murata
2020-01-17
1
-1
/
+0
*
rational.c: remove nurat_s_new
Kenta Murata
2020-01-17
1
-33
/
+13
*
Make RATIONAL_SET_{NUM,DEN} static inline functions
Kenta Murata
2020-01-17
1
-4
/
+4
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-8
/
+15
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-1
/
+0
*
Make rb_scan_args handle keywords more similar to Ruby methods (#2460)
Jeremy Evans
2019-09-25
1
-1
/
+1
*
rb_numeric_quo: support Complex
Nobuyoshi Nakada
2019-08-10
1
-0
/
+4
*
Predefine some IDs
Nobuyoshi Nakada
2019-08-03
1
-4
/
+5
*
Make float_decode_internal mantissa int
Nobuyoshi Nakada
2019-08-02
1
-21
/
+17
*
Deduplicate common code
Nobuyoshi Nakada
2019-08-02
1
-13
/
+5
*
Expanded f_quo
Nobuyoshi Nakada
2019-08-02
1
-1
/
+10
*
Expanded f_ceil
Nobuyoshi Nakada
2019-08-02
1
-8
/
+10
*
Use RB_INTEGER_TYPE_P
Nobuyoshi Nakada
2019-08-02
1
-1
/
+6
*
Expanded f_mod
Nobuyoshi Nakada
2019-08-02
1
-8
/
+7
*
Expanded f_numerator
Nobuyoshi Nakada
2019-07-16
1
-3
/
+3
*
Expanded f_denominator
Nobuyoshi Nakada
2019-07-16
1
-3
/
+3
*
Check exception flag as a bool [Bug #15987]
Nobuyoshi Nakada
2019-07-11
1
-7
/
+1
*
No TypeError at nil if exception: false
nobu
2019-01-12
1
-1
/
+3
*
Remove duplicate macro definition
nobu
2019-01-09
1
-2
/
+0
*
complex.c: Optimize Complex#* and Complex#**
mrkn
2019-01-03
1
-4
/
+4
*
[DOC] Add `or nil` to call-seq [ci skip]
kazu
2019-01-03
1
-2
/
+2
*
delete emacs mode lines [ci skip]
shyouhei
2018-12-27
1
-6
/
+0
*
{complex,object,rational}.c: document exception: false
normal
2018-12-22
1
-2
/
+4
*
Use idException
nobu
2018-12-22
1
-1
/
+1
*
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-12-06
1
-10
/
+6
*
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-12-04
1
-2
/
+2
*
rational.c (nurat_div): use the dedicated function nurat_to_f
nobu
2018-11-14
1
-4
/
+3
*
* expand tabs.
svn
2018-11-14
1
-4
/
+4
*
numeric.c: avoid division by zero
shyouhei
2018-11-14
1
-3
/
+6
*
refine parse_rat
nobu
2018-11-08
1
-25
/
+40
*
complex.c: small optimization of Complex#**
nobu
2018-10-20
1
-2
/
+3
*
Remove wrong conversion
nobu
2018-10-05
1
-2
/
+1
*
Fix Rational of Float
nobu
2018-10-02
1
-3
/
+18
[next]