aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* strftime.c: fix FMTVnobu2016-03-243-18/+38
* strftime.c: case conversionnobu2016-03-243-17/+38
* date_core.c: unused variablenobu2016-03-241-5/+2
* date_core.c: append stringsnobu2016-03-242-3/+6
* date_core.c: fix jisx0301 and iso8601nobu2016-03-243-58/+66
* date_core.c: fix inspectnobu2016-03-242-51/+32
* * 2016-03-24svn2016-03-241-1/+1
* strftime.c: fix false failurenobu2016-03-243-1/+9
* * enum.c (ary_inject_op): put subtract operation out of if-clause.mrkn2016-03-232-4/+9
* * enum.c (ary_inject_op): Use Kahan's compensated summation algorithmmrkn2016-03-233-4/+23
* strftime.c: format in Stringnobu2016-03-236-130/+129
* * lib/rdoc/ri/driver.rb (interactive): rescue NotFoundError raised innaruse2016-03-232-3/+7
* remove SIGN_EXTEND_CHAR macronobu2016-03-233-21/+8
* GNUmakefile.in: fix MSYS2_ARG_CONV_EXCLnobu2016-03-232-4/+13
* * 2016-03-23svn2016-03-231-1/+1
* * variable.c: Added documentation about order of `Module#constants`hsbt2016-03-232-0/+8
* * remove trailing spaces.svn2016-03-221-1/+1
* * include/ruby/oniguruma.h: Additional flag for characters that are titlecase.duerst2016-03-226-36/+63
* parse.y: lambda indentation checknobu2016-03-223-9/+15
* test_rubyoptions.rb: other indentation checksnobu2016-03-221-30/+51
* * time.c (wmul): wrong condition.usa2016-03-222-1/+6
* * time.c (wdiv, wmod): wdivmod0() assumes the 3rd and the 4th argumentsusa2016-03-222-4/+13
* * 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