aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* st.c: no C99 commentnobu2017-12-181-1/+1
* Requiring pp is not required now [ci skip]nobu2017-12-181-4/+0
* Improve performance of creating Hash objectwatson19782017-12-182-6/+60
* `BASERUBY` may be not available when building from tarballusa2017-12-171-1/+1
* * properties.svn2017-12-170-0/+0
* * 2017-12-18svn2017-12-171-1/+1
* Integer#{any|all|no}_bits: Fix coercion. Add specs [#12753]marcandre2017-12-174-0/+112
* common.mk: exts-note [ci skip]nobu2017-12-171-1/+6
* thread.c: adjusted [ci skip]nobu2017-12-171-4/+5
* thread.c: fix overly long Thread#join w/ timeoutnormal2017-12-172-10/+21
* thread.c: hoist out timeval arithmetic functionsnormal2017-12-171-25/+41
* * 2017-12-17svn2017-12-171-1/+1
* vm_method.c: empty tablenobu2017-12-171-4/+5
* vm_method.c: debug messagenobu2017-12-171-1/+1
* ruby.c: script __dir__ encodingnobu2017-12-162-2/+10
* vm.c: always export rb_frame_method_id_and_classk0kubun2017-12-161-1/+1
* should install after testusa2017-12-161-1/+1
* aliasesusa2017-12-161-1/+1
* random.c: make sure that Random.urandom returns required-length buffermame2017-12-161-9/+20
* test_vm_dump.rb: skip if gccnobu2017-12-161-1/+1
* string.c: multiple codepointsnobu2017-12-162-29/+31
* string.c: suppress warningnobu2017-12-161-1/+1
* NEWS: update for WEBrick Proc body responsesnormal2017-12-151-0/+1
* NEWS: updates about trivial GVL release changesnormal2017-12-151-0/+6
* lib/erb: Update doc [ci-skip] [doc]marcandre2017-12-151-2/+2
* Update to ruby/spec@595645feregon2017-12-1539-105/+1078
* * 2017-12-16svn2017-12-151-1/+1
* Update to ruby/mspec@19d929eeregon2017-12-153-2/+20
* gperf.sed: static declarationsnobu2017-12-159-10/+10
* [DOC] `IO.new` accepts `external_encoding`kazu2017-12-151-0/+3
* Fix typo [ci skip]kazu2017-12-151-1/+1
* initialize should be outsidenaruse2017-12-151-1/+1
* IO.new doesn't recive "-" as external_encoding [Bug #13655]naruse2017-12-151-4/+0
* openssl: suppress report_on_exception warningrhe2017-12-151-0/+12
* check icc version inside conditionnaruse2017-12-151-2/+4
* suppress icc warningsnaruse2017-12-151-1/+1
* thread.c: fix deadlocknobu2017-12-152-1/+45
* node.c: show variable type for NODE_*ASGNmame2017-12-151-13/+23
* node.c (NODE_HASH): remove wrong default casemame2017-12-151-2/+1
* node.c: add more comment to NODE_CASE2mame2017-12-151-1/+1
* node.c: fix typosmame2017-12-151-3/+3
* add `removetag` commandusa2017-12-151-0/+33
* thread.c: debug messagesnobu2017-12-151-7/+15
* check the existence of specified tagusa2017-12-151-0/+4
* webrick 1.4.0 releasenormal2017-12-142-6/+5
* Add [Feature #14143] to NEWSeregon2017-12-141-0/+4
* particular_werror_flags=no on ICCnaruse2017-12-141-1/+1
* * 2017-12-15svn2017-12-141-1/+1
* ICC doesn't support -Werror= but ignorenaruse2017-12-141-0/+6
* Fix a command injection vulnerability in Net::FTP.nagachika2017-12-142-5/+239