aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * time.c (divmodv): void function never returns any value.usa2016-03-222-1/+8
* test/unit.rb: defer failures in non-replace modenobu2016-03-222-1/+8
* fix typonaruse2016-03-211-4/+3
* * time.c (MUL_OVERFLOW_FIXWV_P): defined for FIXWV.naruse2016-03-212-67/+17
* fix typonaruse2016-03-211-4/+2
* * 2016-03-22svn2016-03-211-1/+1
* * time.c (divmodv): add the case both arguments are Fixnum.naruse2016-03-212-57/+57
* suppress warningnobu2016-03-211-1/+1
* * internal.h (rb_fix_divmod_fix): like r54213, use FIX2NUM only ifnaruse2016-03-215-26/+37
* time.c (quo): fix missing returnnobu2016-03-211-1/+1
* fix commit missnaruse2016-03-211-1/+1
* * time.c (mod): Add Fixnum case.naruse2016-03-212-5/+15
* internal.h: fix no-DLONG casenobu2016-03-212-3/+8
* suppress msys2 pathname conversionnobu2016-03-213-2/+17
* string.c: skip invalid char gapnobu2016-03-213-5/+22
* node.c: mark u3 of NODE_MATCH2nobu2016-03-212-1/+6
* 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