aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* sprintf.c: fix buffer overflownobu2016-03-273-1/+11
* sprintf.c: simplifynobu2016-03-271-9/+2
* sprintf.c: Rational f by generic Integer functionsnobu2016-03-272-10/+13
* * 2016-03-27svn2016-03-271-1/+1
* gen_dummy_probes.rb: argument namesnobu2016-03-271-8/+9
* test_integer.rb: refine test_roundnobu2016-03-261-19/+29
* numeric.c: rb_int2strnobu2016-03-263-1/+10
* numeric.c: rb_int_roundnobu2016-03-263-12/+42
* numeric.c: basic arithmeticnobu2016-03-263-1/+83
* numeric.c: Fixnum predictsnobu2016-03-262-2/+11
* compile.c: explicit addressnobu2016-03-262-7/+7
* use more suitable ticket [Bug #12218]naruse2016-03-251-2/+2
* Add patch author of r54291naruse2016-03-251-0/+1
* * localeinit.c (rb_locale_charmap_index): fix prototype. [Bug #12118]naruse2016-03-252-1/+5
* * 2016-03-26svn2016-03-251-1/+1
* * ChangeLog: [ci skip] correct a mail address. cf. [Bug #11870]usa2016-03-251-1/+1
* * test/ruby/enc/test_case_mapping.rb: Additional tests title case;duerst2016-03-252-0/+14
* openssl: fix build when NPN is disabled by OpenSSLnobu2016-03-254-21/+35
* fix URI::HTTP.new examplenobu2016-03-252-2/+9
* * thread_pthread.c (reserve_stack): fix reserving position wherenaruse2016-03-242-6/+25
* mkmf: Unquote directory stringsnobu2016-03-243-0/+16
* test_find_executable.rb: each_extsnobu2016-03-241-13/+13
* strftime.c: Bignum conversionnobu2016-03-242-9/+20
* strftime.c: set buffer lengthnobu2016-03-242-1/+2
* * 2016-03-25svn2016-03-241-1/+1
* strftime.c: refine r54248nobu2016-03-241-4/+4
* ChangeLog: remove duplicate entry [ci skip]nobu2016-03-241-5/+0
* strftime.c: remove recursive-assignmentsnobu2016-03-242-2/+12
* 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