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
/
numeric.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* numeric.c: Mention that Float::DIG is the minimum number
marcandre
2014-03-02
1
-1
/
+2
*
numeric.c: predefined constants
nobu
2014-02-28
1
-3
/
+3
*
numeric.c: float overflow
nobu
2014-02-28
1
-1
/
+2
*
numeric.c: integer overflow
nobu
2014-02-28
1
-1
/
+1
*
* numeric.c: Fix rdoc for step
marcandre
2014-02-28
1
-1
/
+1
*
* numeric.c: Fix Numeric#step with 0 unit [#9575]
marcandre
2014-02-28
1
-3
/
+20
*
* numeric.c: Simplify by getting rid of macro
marcandre
2014-02-28
1
-10
/
+5
*
* numeric.c: Create var for rb_intern("<=>")
marcandre
2014-02-28
1
-3
/
+4
*
* numeric.c: Simplify [ruby-core:61106] [Bug #9570]
marcandre
2014-02-28
1
-13
/
+9
*
numeric.c: check signs before division
nobu
2014-02-27
1
-0
/
+11
*
* internal.h: Rename macro names: RBIGNUM_FOO to BIGNUM_FOO.
akr
2014-02-15
1
-5
/
+5
*
[DOC]
akr
2014-02-11
1
-0
/
+8
*
* numeric.c: [DOC] Fix typo in example for #step [ci skip]
zzak
2014-01-31
1
-2
/
+2
*
numeric.c: preserve encoding
nobu
2014-01-15
1
-1
/
+1
*
numeric.c: preserve encoding
nobu
2014-01-15
1
-3
/
+3
*
numeric.c: FLOAT_OUT_OF_RANGE
nobu
2014-01-15
1
-24
/
+21
*
numeric.c: preserve encoding
nobu
2014-01-15
1
-13
/
+11
*
* numeric.c: Fix typo in an error message
a_matsuda
2014-01-07
1
-1
/
+1
*
numeric.c: isfinite
nobu
2014-01-05
1
-2
/
+6
*
numeric.c: no declaration of finite
nobu
2013-10-10
1
-1
/
+1
*
* numeric.c (fix_aref): avoid a possible undefined behavior.
mame
2013-10-09
1
-1
/
+1
*
internal.h: move inline functions
nobu
2013-09-25
1
-0
/
+14
*
numeric.c: use RB_TYPE_P
nobu
2013-09-11
1
-211
/
+184
*
numeric.c: use positive_int_p
nobu
2013-09-07
1
-1
/
+1
*
numeric.c: no extra checks
nobu
2013-09-07
1
-10
/
+0
*
numeric.c: split NUM_STEP_GET_INF
nobu
2013-09-04
1
-5
/
+10
*
Retain behavior of Numeric#step when nil is given as second argument.
knu
2013-09-02
1
-0
/
+3
*
Numeral#step should raise TypeError if a non-numeric parameter is given.
knu
2013-09-02
1
-2
/
+16
*
Enhance Numeric#step.
knu
2013-09-02
1
-40
/
+76
*
* numeric.c (rb_fix_bit_length): Moved from bignum.c.
akr
2013-09-01
1
-0
/
+40
*
* numeric.c: [DOC] fix typo.
ktsj
2013-08-10
1
-1
/
+1
*
[DOC] refine a call seq.
akr
2013-08-06
1
-2
/
+2
*
parse.y: calculate powers of ten
nobu
2013-08-02
1
-0
/
+6
*
* numeric.c: [DOC] improve rdoc formatting for parameters and links
zzak
2013-07-15
1
-249
/
+249
*
* numeric.c (rb_cNumeric): [DOC] Added comment for Numeric to fix doc
zzak
2013-07-15
1
-0
/
+3
*
numeric.c: for strict ANSI
nobu
2013-07-08
1
-0
/
+4
*
* numeric.c (fix_mul): remove FIT_SQRT_LONG test as it was causing
charliesome
2013-06-28
1
-2
/
+0
*
intern.h: define rb_enumerator_size_func
nobu
2013-06-26
1
-4
/
+4
*
* numeric.c (rb_num_to_uint): Use rb_absint_size instead of
akr
2013-06-08
1
-2
/
+1
*
* rational.c (numeric_quo): move num_quo in numeric.c to numeric_quo
mrkn
2013-06-07
1
-21
/
+0
*
* numeric.c: remove unused ID id_to_r introduced in r41109.
eregon
2013-06-06
1
-2
/
+1
*
* numeric.c (num_quo): Use to_r method to convert the receiver to
mrkn
2013-06-06
1
-2
/
+4
*
* numeric.c (num_quo): should return a Float for a Float argument.
mrkn
2013-06-06
1
-8
/
+13
*
* gc.c: support RGENGC. [ruby-trunk - Feature #8339]
ko1
2013-05-13
1
-1
/
+1
*
* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro
ko1
2013-05-13
1
-6
/
+6
*
* numeric.c: Fix wiki link on Float imprecision in overview, patched
zzak
2013-04-24
1
-1
/
+1
*
* array.c: Document synonymous methods, by windwiny [GH-277]
zzak
2013-04-12
1
-0
/
+1
*
* internal.h (MUL_OVERFLOW_SIGNED_INTEGER_P): New macro.
akr
2013-04-09
1
-9
/
+5
*
* numeric.c (rb_num2ulong_internal): Don't cast a negative double value
akr
2013-04-01
1
-1
/
+5
*
* numeric.c (rb_num2long): Don't use SIGNED_VALUE uselessly.
akr
2013-04-01
1
-11
/
+11
[next]