aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* test/lib/test/unit/assertions.rb defines assert_fixnum and assert_bignum.akr2016-05-011-0/+11
* Add a cast to avoid signed integer overflow.akr2016-05-011-0/+5
* envutil.rb defines Integer::{FIXNUM_MIN,FIXNUM_MAX}.akr2016-05-011-0/+14
* Fix rb_ary_sum for mathnmrkn2016-05-011-0/+6
* * test/lib/test/unit.rb (Options#non_options): fixed wrong regexp.usa2016-05-011-0/+6
* * win32/win32.c: drop Win2K support.usa2016-05-011-0/+4
* * cont.c, hash.c, random.c, win32/win32.c: cleanup some Win9x/ME/NT4usa2016-05-011-0/+6
* ChangeLog: fix a typo [ci skip]nobu2016-05-011-1/+1
* * string.c (search_nonascii): use nlz on big endian environments.naruse2016-04-301-0/+6
* fix a typo.akr2016-04-301-1/+1
* * string.c (search_nonascii): unroll and use ntznaruse2016-04-301-0/+22
* Gather Fixnum method definitions.akr2016-04-301-0/+4
* 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