aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* test/unit.rb: show crashed filenobu2016-03-211-0/+1
* * 2016-03-21svn2016-03-201-1/+1
* fix r54203's typo (no DLONG case)naruse2016-03-201-3/+3
* * internal.h (rb_int128t2big): declare only when HAVE_INT128_T.usa2016-03-202-2/+6
* time.c (mul): fix missing return.nobu2016-03-201-1/+1
* * internal.h (DLONG): defined if long is 32bit (and LONG_LONG is 64bit;naruse2016-03-205-96/+46
* bignum.c: micro optimizationnobu2016-03-201-2/+5
* numeric.c: optimize Fixnum<->Bignum comparisonsnobu2016-03-202-4/+10
* * time.c (add): remove FIXABLE() which is in LONG2NUM().naruse2016-03-202-10/+11
* * bignum.c (rb_big_cmp): reduce the code.naruse2016-03-192-20/+15
* ChangeLog: fix typo [ci skip]mrkn2016-03-191-1/+1
* * 2016-03-20svn2016-03-191-1/+1
* * include/ruby/intern.h (rb_big_odd_p, rb_big_even_p): move tomrkn2016-03-193-2/+9
* test/unit.rb: defer failures in verbose modenobu2016-03-192-0/+7
* fix r54193nobu2016-03-193-1/+12
* * numeric.c (fix_cmp): use rb_big_cmp if x is Fixnum and y is Bignum.naruse2016-03-191-1/+1
* * numeric.c (int_to_f): raise NotImplementedError when a receivermrkn2016-03-193-2/+10
* ChangeLog: fix filename [ci skip]mrkn2016-03-191-1/+1
* * bignum.c (Bignum#<=>): remove it because they are unified withmrkn2016-03-194-14/+63
* SyntaxError message at iseq compilenobu2016-03-1910-73/+103
* test_iseq.rb: shortennobu2016-03-191-7/+7
* * time.c (LOCALTIME): organize #ifdefs.naruse2016-03-182-36/+28
* * configure.in (rb_cv_member_struct_tm_tm_gmtoff): For Linux (glibc)naruse2016-03-183-1/+14
* parse.y: mark debug_buffernobu2016-03-181-0/+1
* * test/-ext-/time/test_new.rb (test_timespec_new): change a gmtoffodaira2016-03-182-3/+11
* ChangeLog: fix typo [ci skip]nobu2016-03-181-1/+1
* * 2016-03-19svn2016-03-181-1/+1
* * bignum.c (rb_big_to_f, Bignum#to_f): removed them because they aremrkn2016-03-183-17/+12
* * properties.svn2016-03-180-0/+0
* * numeric.c (int_to_f, fix_to_f): rename fix_to_f to int_to_f, and addmrkn2016-03-186-5/+89
* * include/ruby/intern.h (rb_big_hash): Move to internal.h.mrkn2016-03-183-1/+7
* * bignum.c (Bignum#eql?): remove its definition because it is unifiedmrkn2016-03-183-13/+14
* * bignum.c (rb_big_to_s, Bignum#to_s): remove its definition becausemrkn2016-03-183-32/+16
* * numeric.c (int_to_s): Move from flo_to_s.mrkn2016-03-182-6/+11
* test_file_exhaustive.rb: strict check test_dirnamenobu2016-03-181-1/+1
* gc.c: fix r54115nobu2016-03-181-1/+1
* parse.y: Fix for nth_ref_maxnobu2016-03-182-1/+7
* file.c: simplify rb_file_s_splitnobu2016-03-181-1/+1
* gc.c: fix commit miss r54145nobu2016-03-182-1/+5
* * ext/date/date_core.c (datetime_to_time): preserve timezone infosonots2016-03-183-9/+15
* * bignum.c (rb_big_hash): make it public function to be available inmrkn2016-03-184-11/+18
* * lib/time.rb (parse, strptime): Fix Time.parse/strptime does notsonots2016-03-173-7/+51
* * numeric.c (fix_zero_p, fix_even_p, fix_odd_p): remove needlessmrkn2016-03-172-49/+5
* * numeric.c (int_even_p): treat Fixnum and Bignum values directly.mrkn2016-03-172-2/+14
* * bignum.c (Bignum#even?, Bignum#odd?): remove definitionsmrkn2016-03-174-27/+33
* * bignum.c (rb_big_even_p, rb_big_odd_p): make them public functionsmrkn2016-03-173-2/+12
* * enum.c (ary_inject_op): Implement the specialized code for sum ofakr2016-03-173-27/+54
* * 2016-03-18svn2016-03-171-1/+1
* * remove trailing spaces.svn2016-03-171-1/+1
* * numeric.c (num_step): use rb_equal for zero check. rb_num_coerce_cmpmame2016-03-172-1/+6