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: optimize
nobu
2012-06-20
1
-0
/
+20
*
* numeric.c (positive_int_p, negative_int_p): extracted.
nobu
2012-06-20
1
-16
/
+30
*
* reduce UNREACHABLE.
nobu
2012-04-15
1
-6
/
+6
*
* variable.c (trace_ev): Removed "not reached" comment as this line is
drbrain
2012-04-14
1
-6
/
+12
*
* adjust style.
nobu
2012-03-15
1
-1
/
+3
*
* include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]
marcandre
2012-03-14
1
-8
/
+4
*
* numeric.c (flodivmod): must through the same pass if HAVE_FMOD or not.
usa
2012-03-14
1
-4
/
+4
*
* numeric.c: fix flodivmod for cornercases [Bug #6044]
marcandre
2012-03-14
1
-10
/
+17
*
* numeric.c (rb_enc_uint_char): raise RangeError when added codepoint
naruse
2012-01-08
1
-1
/
+10
*
Fix for r33811.
naruse
2011-11-22
1
-1
/
+1
*
* numeric.c (ruby_float_step): improve floating point calculations.
naruse
2011-11-22
1
-4
/
+15
*
* numeric.c (rb_fix2ushort): fix typo. use num rb_num2ushort()
kosaki
2011-11-14
1
-1
/
+1
*
* include/ruby/ruby.h: add NUM2SHORT(), NUM2USHORT() macros.
kosaki
2011-11-14
1
-0
/
+74
*
* numeric.c (check_uint): fix off-by-one bug of NUM2UINT.
kosaki
2011-11-14
1
-1
/
+1
*
* numeric.c (rb_infinity, rb_nan): aggregated member initializers
nobu
2011-10-23
1
-4
/
+4
*
* numeric.c (rb_infinity, rb_nan): use union to prevent bus error
ngoto
2011-10-21
1
-4
/
+4
*
Revert r33407; half-baked patch.
naruse
2011-10-05
1
-19
/
+4
*
* numeric.c (ruby_float_step): improve floating point calculations.
naruse
2011-10-05
1
-4
/
+19
*
* use RB_TYPE_P which is optimized for constant types, instead of
nobu
2011-09-29
1
-5
/
+5
*
Revert "* numeric.c (ruby_float_step): Avoid error on i386 and amd64."
naruse
2011-09-16
1
-3
/
+1
*
* numeric.c (ruby_float_step): Avoid error on i386 and amd64.
marcandre
2011-09-16
1
-1
/
+3
*
Revert "* numeric.c (ruby_float_step): Avoid error on i386 and amd64."
naruse
2011-09-16
1
-3
/
+1
*
* numeric.c (ruby_float_step): Avoid error on i386 and amd64.
marcandre
2011-09-15
1
-1
/
+3
*
* numeric.c (dbl2ival): Fix Float#divmod and #round for 32 bit platform
marcandre
2011-09-05
1
-1
/
+1
*
* numeric.c (flo_round): Fix criteria for 32 bits platform
marcandre
2011-09-05
1
-5
/
+5
*
* numeric.c (flo_round): Make Float#round round big values [bug #5272]
marcandre
2011-09-04
1
-34
/
+16
*
* numeric.c: Extract integer rounding into int_round_0
marcandre
2011-09-04
1
-32
/
+41
*
* numeric.c (int_round): Integer#round always returns an Integer [Bug #5271]
marcandre
2011-09-04
1
-4
/
+13
*
* numeric.c (flo_round): substitute machine dependent magic number.
nobu
2011-09-01
1
-5
/
+6
*
* numeric.c (flo_round): Avoid overflow by optimizing for trivial cases
marcandre
2011-08-31
1
-6
/
+28
*
* numeric.c (bit_coerce): A Fixnum and a Bignum are only permitted for
mrkn
2011-08-29
1
-4
/
+3
*
* numeric.c (int_round): Fix Integer#round [ruby-core:39096]
marcandre
2011-08-24
1
-1
/
+3
*
* numeric.c: Rdoc fix
marcandre
2011-08-24
1
-3
/
+2
*
* numeric.c (rb_infinity, rb_nan): use WORDS_BIGENDIAN to get endian.
ngoto
2011-08-05
1
-2
/
+2
*
* numeric.c (rb_num2ull): use FIX2LONG instead of FIX2ULONG. see
usa
2011-07-11
1
-1
/
+1
*
* numeric.c (ULLONG_MAX): fallback definition.
nobu
2011-07-09
1
-0
/
+3
*
* numeric.c (rb_num2ull): use own switch sentense.
naruse
2011-07-07
1
-2
/
+35
*
* internal.h: declare internal functions here.
akr
2011-06-17
1
-4
/
+0
*
* numeric.c (rb_enc_uint_chr): fix message format. Bug#4869
nobu
2011-06-11
1
-1
/
+1
*
* include/ruby/missing.h, numeric.c (round): moved prototype of round()
usa
2011-06-03
1
-2
/
+0
*
* insns.def (opt_mult): as r31805, volatile it.
naruse
2011-05-30
1
-1
/
+1
*
* numeric.c (int_pow): make sure to assign the result of x * z.
naruse
2011-05-30
1
-1
/
+1
*
revert r31783.
nobu
2011-05-29
1
-1
/
+1
*
* numeric.c (flo_round): use absolute value as divisor.
nobu
2011-05-29
1
-1
/
+1
*
* numeric.c: add #include "interna.h" for rb_big_uminus() prototype.
nagachika
2011-05-29
1
-0
/
+1
*
* numeric.c (flo_round): fix for negative value.
nobu
2011-05-29
1
-2
/
+8
*
* remove trailing spaces.
nobu
2011-05-15
1
-1
/
+1
*
* numeric.c (flo_coerce): fix a typo in documentation.
nagachika
2011-05-13
1
-1
/
+1
*
Add #flo_coerce documentation.
shyouhei
2011-05-13
1
-1
/
+9
*
* numeric.c (int_ord): remove K&R style.
naruse
2011-05-09
1
-2
/
+1
[next]