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
/
complex.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Feature #19474] Refactor NEWOBJ macros
Matt Valentine-House
2023-04-06
1
-1
/
+2
*
[DOC] Enhanced RDoc for NilClass (#7500)
Burdette Lamar
2023-03-13
1
-2
/
+5
*
[Bug #19087] Disallow successive underscores in Complex string
Nobuyoshi Nakada
2022-12-02
1
-3
/
+3
*
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-16
1
-4
/
+4
*
Improve performance some `Integer` and `Float` methods [Feature #19085] (#6638)
S.H
2022-10-27
1
-43
/
+0
*
Reduce type check of arguments at Complex creation
Nobuyoshi Nakada
2022-10-23
1
-17
/
+24
*
[Bug #19004] `Complex.polar` handles complex singular `abs` argument
Stephen Ierodiaconou
2022-10-23
1
-7
/
+6
*
[DOC] Add the polar form in String#to_c
Nobuyoshi Nakada
2022-10-17
1
-0
/
+6
*
Consider Complex from Complex cases
Nobuyoshi Nakada
2022-09-02
1
-11
/
+13
*
[Bug #18937] Coerce non-real non-Numeric into Complex at comparisons
Nobuyoshi Nakada
2022-09-02
1
-4
/
+12
*
Turn `f_zero_p` to `bool`
Nobuyoshi Nakada
2022-09-02
1
-8
/
+8
*
[Bug #18937] Coerce non-Numeric into Complex at comparisons
Nobuyoshi Nakada
2022-08-22
1
-1
/
+4
*
Remove Numeric#ceildiv
Kouhei Yanagita
2022-08-12
1
-1
/
+0
*
Add Numeric#ceildiv and Integer#ceildiv
Kouhei Yanagita
2022-08-12
1
-0
/
+1
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-325
/
+325
*
[DOC] Fix broken links to literals.rdoc
Nobuyoshi Nakada
2022-02-08
1
-1
/
+1
*
[DOC] Simplify links to global methods
Nobuyoshi Nakada
2022-02-08
1
-1
/
+1
*
Adding links to literals and Kernel (#5192)
Burdette Lamar
2021-12-03
1
-0
/
+8
*
Remove declarations unused since a95262356ef5
Nobuyoshi Nakada
2021-10-18
1
-2
/
+0
*
Refactor and Using RBOOL macro
S.H
2021-09-15
1
-4
/
+1
*
Using RB_BIGNUM_TYPE_P macro
S-H-GAMELINKS
2021-09-11
1
-1
/
+1
*
include/ruby/internal/intern/complex.h: add doxygen
卜部昌平
2021-09-10
1
-7
/
+0
*
Remove unneeded comment
S-H-GAMELINKS
2021-09-03
1
-8
/
+0
*
Extract always_finite_type_p and handle flonum cases
Nobuyoshi Nakada
2021-09-02
1
-4
/
+12
*
Make internal predicate functions to return simple boolean
Nobuyoshi Nakada
2021-09-02
1
-9
/
+6
*
Refactor f_infinite_p function
S-H-GAMELINKS
2021-09-02
1
-4
/
+1
*
Use C99-defined signbit macro
Nobuyoshi Nakada
2021-08-27
1
-4
/
+0
*
Replace f_boolcast with RBOOL macro
S.H
2021-08-18
1
-6
/
+4
*
Rename nucomp_false s nucomp_real_p_m
Nobuyoshi Nakada
2021-05-20
1
-2
/
+2
*
cdhash_cmp: can also take complex
卜部昌平
2021-05-12
1
-3
/
+9
*
Remove duplicated float_arg defination
S-H-GAMELINKS
2021-03-19
1
-2
/
+0
*
Follow the NDEBUG given to the whole
Nobuyoshi Nakada
2021-01-07
1
-2
/
+0
*
Removed canonicalization for mathn
Nobuyoshi Nakada
2020-11-10
1
-21
/
+0
*
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-10-21
1
-14
/
+11
*
Fix assertion failed in Complex.polar without NDEBUG (#3551)
Kenta Murata
2020-09-16
1
-0
/
+8
*
RARRAY_AREF: convert into an inline function
卜部昌平
2020-08-15
1
-0
/
+1
*
Ensure origins for all included, prepended, and refined modules
Jeremy Evans
2020-06-03
1
-1
/
+1
*
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
*
Optimize sin/cos
Nobuyoshi Nakada
2020-05-03
1
-4
/
+15
*
reroute redefinition of NDEBUG
卜部昌平
2020-04-21
1
-0
/
+1
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-3
/
+2
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-4
/
+12
*
Improve consistency of bool/true/false
Kazuhiro NISHIYAMA
2019-11-25
1
-6
/
+6
*
Make Kernel#{Pathname,BigDecimal,Complex} return argument if given correct type
Jeremy Evans
2019-09-21
1
-0
/
+3
*
Expanded f_quo
Nobuyoshi Nakada
2019-08-10
1
-1
/
+13
*
Expanded f_real_p
Nobuyoshi Nakada
2019-08-10
1
-2
/
+22
*
Predefine some IDs
Nobuyoshi Nakada
2019-08-03
1
-3
/
+3
*
Expanded f_numerator
Nobuyoshi Nakada
2019-07-16
1
-1
/
+12
*
Expanded f_denominator
Nobuyoshi Nakada
2019-07-16
1
-2
/
+12
[next]