summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-02Update rdoc of Integer#modulo [ci skip]kazu
2016-05-02fix a typo [ci skip]kazu
2016-05-02fix typos [ci skip]kazu
2016-05-02string.c: shortcutnobu
2016-05-02string.c: fix docnobu
2016-05-02* test/ruby/test_refinement.rb (test_inspect): Use Integer instead of Fixnum.akr
2016-05-02string.c: fix bracesnobu
2016-05-01complex.c don't refer rb_cFixnum and rb_cBignum.akr
2016-05-01fix mixed declaration on non UNALIGNED_WORD_ACCESSnaruse
2016-05-01* test/ruby/test_numeric.rb (test_step): Use Integer::FIXNUM_MAX.akr
2016-05-01test_name use Integer instead of Fixnum.akr
2016-05-01test/lib/test/unit/assertions.rb defines assert_fixnum and assert_bignum.akr
2016-05-01Add a cast to avoid signed integer overflow.akr
2016-05-01envutil.rb defines Integer::{FIXNUM_MIN,FIXNUM_MAX}.akr
2016-05-01* 2016-05-02svn
2016-05-01Fix rb_ary_sum for mathnmrkn
2016-05-01* test/logger/test_logdevice.rb (TestLogDevice#test_shifting_period_suffix):usa
2016-05-01* test/lib/test/unit.rb (Options#non_options): fixed wrong regexp.usa
2016-05-01fix for where UNALIGNED_WORD_ACCESS is not allowednaruse
2016-05-01update comments.akr
2016-05-01Fix a test message.akr
2016-05-01* win32/win32.c: drop Win2K support.usa
2016-05-01* cont.c, hash.c, random.c, win32/win32.c: cleanup some Win9x/ME/NT4usa
2016-05-01Use WORDS_BIGENDIANnaruse
2016-05-01[DOC] merge documents for {Integer,Fixnum}#succ.akr
2016-05-01ChangeLog: fix a typo [ci skip]nobu
2016-04-30* string.c (search_nonascii): use nlz on big endian environments.naruse
2016-04-30fix a typo.akr
2016-04-30More optimization for r54854's search_nonasciinaruse
2016-04-30* 2016-05-01svn
2016-04-30revert UNALIGNED_WORD_ACCESS for GCC6naruse
2016-04-30* string.c (search_nonascii): unroll and use ntznaruse
2016-04-30[DOC]akr
2016-04-30Gather Fixnum method definitions.akr
2016-04-30Define Integer#/ instead of Bignum#/.akr
2016-04-30Define Integer#+ instead of Bignum#+.akr
2016-04-30Define Integer#- instead of Bignum#-.akr
2016-04-30Define Integer#* instead of Bignum#*.akr
2016-04-30Define Integer#% instead of Bignum#%.akr
2016-04-30Define Integer#== instead of Bignum#==.akr
2016-04-30Define Integer#> instead of Bignum#>.akr
2016-04-30Define Integer#>= instead of Bignum#>=.akr
2016-04-30* doc/standard_library.rdoc: Remove obsoleted classes and modules.hsbt
2016-04-30Define Integer#< instead of Bignum#<.akr
2016-04-30Define Integer#<= instead of Bignum#<=.akr
2016-04-30Define Integer#GMP_VERSION.akr
2016-04-30Define Integer#-@ instead of Fixnum#-@.akr
2016-04-30Define Integer#remainder instead of Bignum#remainder.akr
2016-04-30{Fixnum,Bignum}#-@ is unified into Integer.akr
2016-04-30{Fixnum,Bignum}#div is unified into Integer.akr