aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* Define Integer#/ instead of Bignum#/.akr2016-04-301-0/+8
* Define Integer#+ instead of Bignum#+.akr2016-04-301-0/+6
* Define Integer#- instead of Bignum#-.akr2016-04-301-0/+6
* Define Integer#* instead of Bignum#*.akr2016-04-301-0/+6
* Define Integer#% instead of Bignum#%.akr2016-04-301-0/+6
* Define Integer#== instead of Bignum#==.akr2016-04-301-0/+6
* Define Integer#> instead of Bignum#>.akr2016-04-301-0/+9
* Define Integer#>= instead of Bignum#>=.akr2016-04-301-0/+9
* * doc/standard_library.rdoc: Remove obsoleted classes and modules.hsbt2016-04-301-0/+4
* Define Integer#< instead of Bignum#<.akr2016-04-301-0/+9
* Define Integer#<= instead of Bignum#<=.akr2016-04-301-0/+9
* Define Integer#GMP_VERSION.akr2016-04-301-0/+4
* Define Integer#remainder instead of Bignum#remainder.akr2016-04-301-0/+8
* {Fixnum,Bignum}#-@ is unified into Integer.akr2016-04-301-0/+7
* {Fixnum,Bignum}#div is unified into Integer.akr2016-04-301-0/+7
* {Fixnum,Bignum}#modulo is unified into Integer.akr2016-04-301-0/+7
* {Fixnum,Bignum}#divmod is unified into Integer.akr2016-04-301-0/+7
* {Fixnum,Bignum}#fdiv is unified into Integer.akr2016-04-301-0/+7
* {Fixnum,Bignum}#** is unified into Integer.akr2016-04-301-0/+7
* Rename fix_rev and rb_big_neg to fix_comp and rb_big_comp.akr2016-04-301-0/+6
* {Fixnum,Bignum}#~ is unified into Integer.akr2016-04-301-0/+9
* {Fixnum,Bignum}#& is unified into Integer.akr2016-04-301-0/+7
* ext/thread: removenobu2016-04-301-0/+5
* {Fixnum,Bignum}#| is unified into Integer.akr2016-04-301-0/+7
* * vm_trace.c: Fix typos. [ci skip]yui-knk2016-04-301-0/+4
* pty.c: user shellnobu2016-04-301-0/+6
* maintainers.rdoc: update ext/io/nonblock [ci skip]nobu2016-04-291-0/+5
* * doc/maintainers.rdoc (ext/win32): of course, it's still maintained. [skip ci]usa2016-04-291-0/+4
* * gems/bundled_gems: Update latest gems, test-unit-3.1.8 and rake-11.1.2.hsbt2016-04-291-0/+4
* * doc/maintainers.rdoc: Update latest maintainers list on Ruby 2.4hsbt2016-04-291-0/+4
* * doc/maintainers.rdoc: Removed deprecated entries. These are already deleted.hsbt2016-04-291-0/+4
* * doc/maintainers.rdoc: Removed Ruby 1.8 entries. It's not necessary tohsbt2016-04-291-0/+5
* hash.c: dry up codenobu2016-04-281-0/+5
* * re.c (rb_reg_prepare_enc): use rb_enc_asciicompat(enc) instead ofnaruse2016-04-281-0/+5
* optparse.rb: [DOC] fix example code [ci skip]nobu2016-04-281-0/+5
* * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.6.4.hsbt2016-04-281-0/+6
* * configure.in (rb_cv_lgamma_r_pm0): check if lgamma_r(+0.0)odaira2016-04-271-0/+8
* * time.c: define _DEFAULT_SOURCE because glibc 2.20 depracatesnaruse2016-04-271-0/+6
* {Fixnum,Bignum}#^ is unified into Integer.akr2016-04-271-0/+7
* {Fixnum,Bignum}#[] is unified into Integer.akr2016-04-271-4/+9
* * tool/instruction.rb: fix to follow current implementation.naruse2016-04-271-0/+4
* stringio.c: warn block for newnobu2016-04-271-0/+5
* internal.h: ONLY_FOR_INTERNAL_USEnobu2016-04-271-0/+6
* fix typos [ci skip]kazu2016-04-261-1/+1
* * tool/redmine-backporter.rb (rel): should not raise exceptions even ifusa2016-04-261-0/+5
* Fix -e script encodingnobu2016-04-261-0/+6
* {Fixnum,Bignum}#<< is unified into Integer.akr2016-04-261-0/+9
* {Fixnum,Bignum}#>> is unified into Integer.akr2016-04-261-0/+9
* {Fixnum,Bignum}#size is unified into Integer.akr2016-04-261-0/+8
* {Fixnum,Bignum}#bit_length is unified into Integer.akr2016-04-261-2/+11