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 (Init_Numeric): fixed a potential bug when using bccwin32
usa
2010-12-01
1
-0
/
+1
*
* numeric.c (ruby_float_step): fix Numeric#step with infinity unit
naruse
2010-10-13
1
-1
/
+1
*
* numeric.c (check_uint): get rid of overflow on LLP64 platforms.
nobu
2010-10-13
1
-1
/
+1
*
* numeric.c (int_chr): raise error when the value is negative.
naruse
2010-10-13
1
-1
/
+10
*
* numeric.c (rb_num_to_uint): fix 32bit logic.
naruse
2010-10-13
1
-2
/
+5
*
* numeric.c (rb_num_to_uint): added to check the range of arguments.
naruse
2010-10-13
1
-0
/
+30
*
* numeric.c (rb_num2fix): result of rb_num2long is SIGNED_VALUE.
nobu
2010-10-12
1
-1
/
+1
*
* numeric (check_uint): the mask must refer to VALUE.
naruse
2010-10-12
1
-2
/
+2
*
* numeric (check_uint): set MSB for negative value.
naruse
2010-10-12
1
-8
/
+7
*
* numeric.c (rb_enc_uint_chr): split from int_chr.
naruse
2010-10-12
1
-11
/
+16
*
* numeric.c (int_chr): a codepoint of Ruby M17N must be 32bit
naruse
2010-10-12
1
-3
/
+3
*
Add links about floating point. [ruby-core:31849]
naruse
2010-08-29
1
-0
/
+7
*
* numeric.c (flo_cmp): typo.
usa
2010-07-27
1
-1
/
+2
*
* numeric.c (flo_cmp): honor the result of infinite? method of the
nobu
2010-07-24
1
-3
/
+7
*
* numeric.c (fix_divide): must not use rb_rational_new1 for coercion
mame
2010-07-15
1
-1
/
+1
*
Merge branch 'mybranch' of git://github.com/orangea/ruby into trunk
shyouhei
2010-07-07
1
-4
/
+1
*
* numeric.c (rb_num2long): accept LONG_MAX < x < LONG_MAX+1 and
akr
2010-07-01
1
-6
/
+14
*
* numeric.c (rb_num2ulong): fix the lower limit for float.
akr
2010-07-01
1
-1
/
+1
*
Clarification of what '*' matches. Patch by John Wells <john.wells at greatw...
drbrain
2010-06-04
1
-1
/
+0
*
* numeric.c (rb_num2ulong): explicit cast to suppress a warning.
nobu
2010-05-22
1
-1
/
+1
*
* marshal.c (w_float): use dtoa directly instead of stripping
nobu
2010-05-21
1
-43
/
+41
*
* numeric.c (rb_num2ulong): use rb_big2ulong for data from
naruse
2010-05-19
1
-2
/
+27
*
* array.c: Documentation: change => in call-seq to ->.
marcandre
2010-05-17
1
-3
/
+3
*
* array.c: Harmonize documentation, in particular regarding:
marcandre
2010-05-13
1
-6
/
+14
*
* marshal.c (w_float): use minimal representation.
nobu
2010-05-13
1
-41
/
+43
*
* numeric.c (flo_to_s): fixed broken output including nuls.
nobu
2010-05-12
1
-2
/
+7
*
* numeric.c (flo_to_s): exponent needs 2 digits.
nobu
2010-05-12
1
-4
/
+3
*
* numeric.c (flo_to_s): fill lower zeros.
nobu
2010-05-12
1
-0
/
+4
*
* numeric.c (flo_to_s): make minimum string representation.
nobu
2010-05-12
1
-15
/
+42
*
* error.c: RDoc for subclasses of Exception. [ruby-core:28394]
marcandre
2010-05-08
1
-0
/
+32
*
* eval.c (make_exception, rb_obj_extend): Fix error messages in case of wrong
marcandre
2010-04-30
1
-2
/
+2
*
* numeric.c (fix_mul): the width of fixnum is same as long's on all
usa
2010-04-29
1
-4
/
+4
*
fix rdoc.
akr
2010-02-11
1
-2
/
+2
*
update rdoc.
akr
2010-02-11
1
-0
/
+18
*
* numeric.c (flo_minus): RDoc update. a patch from red stun
matz
2010-02-01
1
-1
/
+1
*
* numeric.c (flo_hash, int_chr): fixed type.
nobu
2010-01-14
1
-5
/
+5
*
* include/ruby/defines.h (INFINITY): this is float.
naruse
2009-12-30
1
-4
/
+4
*
Add Float::INFINITY and Float::NAN.
naruse
2009-12-29
1
-4
/
+18
*
* numeric.c (flo_eq): supress a warning on VC++ for x64.
usa
2009-12-08
1
-1
/
+1
*
fix typos.
akr
2009-11-03
1
-2
/
+2
*
* include/ruby/st.h (st_hash_func): use st_index_t.
nobu
2009-09-08
1
-1
/
+1
*
* numeric.c (flo_quo, int_round): added rdoc.
nobu
2009-09-05
1
-2
/
+22
*
* numeric.c (round): added declaration. [ruby-dev:39222]
nobu
2009-09-04
1
-3
/
+2
*
* vm_method.c (rb_remove_method_id): exported.
nobu
2009-08-27
1
-3
/
+3
*
* numeric.c (flo_pow,fix_pow): may return complex number.
tadf
2009-08-16
1
-4
/
+13
*
* numeric.c (num_imaginary): num#i to return imaginary counterpart
matz
2009-08-16
1
-0
/
+16
*
* insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h: check
ko1
2009-08-12
1
-0
/
+2
*
* numeric.c (num_divmod): fixed rdoc. [ruby-core:24862]
nobu
2009-08-11
1
-1
/
+1
*
* numeric.c (flo_hash): normalize -0.0 to 0.0. [ruby-core:24577]
matz
2009-08-03
1
-0
/
+2
*
* suppressed shorten-64-to-32 warnings.
nobu
2009-07-18
1
-9
/
+9
[next]