aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* maintainers.rdoc: update ext/io/nonblock [ci skip]nobu2016-04-292-1/+6
* * doc/maintainers.rdoc (ext/win32): of course, it's still maintained. [skip ci]usa2016-04-292-1/+5
* * gems/bundled_gems: Update latest gems, test-unit-3.1.8 and rake-11.1.2.hsbt2016-04-292-2/+6
* * doc/maintainers.rdoc: Update latest maintainers list on Ruby 2.4hsbt2016-04-292-24/+26
* * doc/maintainers.rdoc: Removed deprecated entries. These are already deleted.hsbt2016-04-292-30/+4
* * doc/maintainers.rdoc: Removed Ruby 1.8 entries. It's not necessary tohsbt2016-04-292-52/+29
* * 2016-04-29svn2016-04-291-1/+1
* win32/win32.c: remove unnecessary declarationnobu2016-04-291-1/+0
* hash.c: dry up codenobu2016-04-282-4/+7
* * re.c (rb_reg_prepare_enc): use rb_enc_asciicompat(enc) instead ofnaruse2016-04-282-2/+7
* optparse.rb: [DOC] fix example code [ci skip]nobu2016-04-282-78/+84
* win32/file.c: fix reallocation thresholdnobu2016-04-281-5/+8
* win32/file.c: remove unnecessary codenobu2016-04-281-9/+4
* * properties.svn2016-04-280-0/+0
* * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.6.4.hsbt2016-04-2812-45/+101
* * configure.in (rb_cv_lgamma_r_pm0): check if lgamma_r(+0.0)odaira2016-04-273-7/+24
* * time.c: define _DEFAULT_SOURCE because glibc 2.20 depracatesnaruse2016-04-273-4/+10
* * 2016-04-28svn2016-04-271-1/+1