aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* random.c: optimize int_pair_to_real_inclusivenobu2016-05-071-0/+5
* process.c: argument types over conversionnobu2016-05-061-0/+6
* enum.c: examples of Enumerable#detect [ci skip]nobu2016-05-051-0/+6
* * test/ruby/test_complexrational.rb: Remove duplicated raise.yui-knk2016-05-051-0/+4
* * string.c (rb_str_sub): Fix a special match variable name.yui-knk2016-05-051-0/+5
* use TH_JUMP_TAGnobu2016-05-051-0/+6
* random.c: use arc4random_bufnobu2016-05-051-0/+5
* numeric.c: Remove prototype declarations to internal.hyui-knk2016-05-041-0/+11
* * lib/net/http/header.rb (Net::HTTPHeader#{each_header,each_name,ktsj2016-05-041-0/+8
* * lib/set.rb (Set#{delete_if,keep_if,collect!,reject!,select!,classify,divide},ktsj2016-05-041-0/+7
* Update result of 123456789 ** -2kazu2016-05-031-0/+5
* * internal.h (RCOMPLEX_SET_IMAG): undef RCOMPLEX_SET_IMAGyui-knk2016-05-031-0/+5
* * complex.c (rb_complex_set_imag): Fix to properly set imagyui-knk2016-05-031-0/+5
* * configure.in (warnflags): use -std=gnu99 instead ofnaruse2016-05-031-0/+5
* * string.c (count_utf8_lead_bytes_with_word): Use __builtin_popcountnaruse2016-05-031-0/+8
* parse.y: trace elsifnobu2016-05-031-0/+5
* process.c (disable_child_handler_fork_child): initialize handler for SIGPIPEnormal2016-05-021-0/+5
* * win32/win32.c, include/ruby/win32.h (rb_w32_utruncate): implements newusa2016-05-021-0/+8
* * re.c (str_coderange): to avoid function call when the string alreadynaruse2016-05-021-0/+12
* fix typos [ci skip]kazu2016-05-021-5/+5
* * test/ruby/test_refinement.rb (test_inspect): Use Integer instead of Fixnum.akr2016-05-021-0/+5
* complex.c don't refer rb_cFixnum and rb_cBignum.akr2016-05-011-0/+6
* * test/ruby/test_numeric.rb (test_step): Use Integer::FIXNUM_MAX.akr2016-05-011-0/+4
* test_name use Integer instead of Fixnum.akr2016-05-011-0/+4
* 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