aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * test/logger/test_logdevice.rb (TestLogDevice#test_shifting_period_suffix):usa2016-05-011-1/+0
* * test/lib/test/unit.rb (Options#non_options): fixed wrong regexp.usa2016-05-012-1/+7
* fix for where UNALIGNED_WORD_ACCESS is not allowednaruse2016-05-011-12/+17
* update comments.akr2016-05-013-3/+3
* Fix a test message.akr2016-05-011-1/+1
* * win32/win32.c: drop Win2K support.usa2016-05-012-19/+6
* * cont.c, hash.c, random.c, win32/win32.c: cleanup some Win9x/ME/NT4usa2016-05-015-153/+82
* Use WORDS_BIGENDIANnaruse2016-05-011-3/+3
* [DOC] merge documents for {Integer,Fixnum}#succ.akr2016-05-011-11/+6
* ChangeLog: fix a typo [ci skip]nobu2016-05-011-1/+1
* * string.c (search_nonascii): use nlz on big endian environments.naruse2016-04-303-0/+19
* fix a typo.akr2016-04-301-1/+1
* More optimization for r54854's search_nonasciinaruse2016-04-301-10/+10
* * 2016-05-01svn2016-04-301-2/+2
* revert UNALIGNED_WORD_ACCESS for GCC6naruse2016-04-303-12/+0
* * string.c (search_nonascii): unroll and use ntznaruse2016-04-304-23/+107
* [DOC]akr2016-04-302-27/+1
* Gather Fixnum method definitions.akr2016-04-302-14/+20
* Define Integer#/ instead of Bignum#/.akr2016-04-304-12/+24
* Define Integer#+ instead of Bignum#+.akr2016-04-303-9/+9
* Define Integer#- instead of Bignum#-.akr2016-04-303-9/+9
* Define Integer#* instead of Bignum#*.akr2016-04-303-9/+9
* Define Integer#% instead of Bignum#%.akr2016-04-303-1/+7
* Define Integer#== instead of Bignum#==.akr2016-04-303-3/+24
* Define Integer#> instead of Bignum#>.akr2016-04-304-13/+28
* Define Integer#>= instead of Bignum#>=.akr2016-04-304-13/+28
* * doc/standard_library.rdoc: Remove obsoleted classes and modules.hsbt2016-04-302-3/+4
* Define Integer#< instead of Bignum#<.akr2016-04-304-13/+28
* Define Integer#<= instead of Bignum#<=.akr2016-04-304-13/+29
* Define Integer#GMP_VERSION.akr2016-04-302-0/+5
* Define Integer#-@ instead of Fixnum#-@.akr2016-04-301-1/+1
* Define Integer#remainder instead of Bignum#remainder.akr2016-04-304-11/+45
* {Fixnum,Bignum}#-@ is unified into Integer.akr2016-04-303-12/+12
* {Fixnum,Bignum}#div is unified into Integer.akr2016-04-303-12/+11
* {Fixnum,Bignum}#modulo is unified into Integer.akr2016-04-303-12/+9
* {Fixnum,Bignum}#divmod is unified into Integer.akr2016-04-303-12/+23
* move Fixnum#/ document position.akr2016-04-301-9/+9
* {Fixnum,Bignum}#fdiv is unified into Integer.akr2016-04-303-17/+25
* {Fixnum,Bignum}#** is unified into Integer.akr2016-04-303-18/+29
* Rename fix_rev and rb_big_neg to fix_comp and rb_big_comp.akr2016-04-304-5/+11
* {Fixnum,Bignum}#~ is unified into Integer.akr2016-04-304-17/+34
* {Fixnum,Bignum}#& is unified into Integer.akr2016-04-303-11/+22
* ext/thread: removenobu2016-04-306-13/+11
* thread_sync.c: define global constants alwaysnobu2016-04-301-6/+2
* {Fixnum,Bignum}#| is unified into Integer.akr2016-04-303-11/+22
* * vm_trace.c: Fix typos. [ci skip]yui-knk2016-04-302-2/+6
* pty.c: dry upnobu2016-04-301-5/+1
* pty.c: user shellnobu2016-04-303-2/+15
* * 2016-04-30svn2016-04-301-1/+1
* pty.c: portabilitiesnobu2016-04-301-11/+19