aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix uppercasing for U+A64B, CYRILLIC SMALL LETTER MONOGRAPH UKduerst2016-11-303-8/+8
* parse.y: no warning for lambdanobu2016-11-301-3/+5
* Supress warnings.shugo2016-11-301-4/+4
* Stop reading past the end of `ivptr` arraytenderlove2016-11-291-1/+1
* get rid of ambiguous parentheses warningsnobu2016-11-2912-33/+33
* webrick: don't use OpenSSL::TestUtils from webrick testsrhe2016-11-291-10/+48
* open-uri: don't use OpenSSL::TestUtils from open-uri testsrhe2016-11-291-4/+35
* net/http: don't use OpenSSL::TestUtils from test coderhe2016-11-293-25/+53
* object.c: no TypeError at special constnobu2016-11-292-2/+19
* NEWS: Add String/Symbol#casecmp? [Feature #12786]kazu2016-11-291-0/+4
* get rid of test failures on CI introduced at r56927usa2016-11-291-3/+3
* * 2016-11-30svn2016-11-291-1/+1
* object.c: no TypeError at special const clonenobu2016-11-292-1/+14
* thread.c: fix doc of abort_on_exception [ci skip]nobu2016-11-291-7/+6
* parse.y: ambiguous parenthesesnobu2016-11-293-8/+12
* Fix/improve documentation of String/Symbol#casecmp[?]duerst2016-11-291-4/+9
* Suppress warnings.shugo2016-11-292-8/+9
* Fix erroneous test of target against targetduerst2016-11-291-1/+3
* Ignore SystemCallError in case it is raised by SSLSocket#accept.shugo2016-11-291-1/+1
* test_keyword.rb: more assertionsnobu2016-11-291-0/+9
* test_keyword.rb: assert_raise_with_message valuenobu2016-11-291-6/+2
* string.c: use xmallocnobu2016-11-291-1/+1
* net/ftp: add a new option ssl_handshake_timeout to Net::FTP.new.shugo2016-11-292-11/+20
* net/ftp: close the socket directly when an error occurs during TLS handshake.shugo2016-11-291-1/+1
* * 2016-11-29svn2016-11-291-1/+1
* net/ftp: close the connection if the TLS handshake timeout is exceeded.shugo2016-11-291-1/+1
* string.c: fix zero-length arraynobu2016-11-281-2/+2
* hide exceptions in server threadusa2016-11-281-5/+8
* string.c: enable rdocnobu2016-11-281-2/+1
* implement String/Symbol#casecmp? including Unicode case foldingduerst2016-11-283-0/+69
* insns.def: adjust index typenobu2016-11-281-1/+1
* Give a chance to complete server.acceptusa2016-11-281-0/+1
* * 2016-11-28svn2016-11-281-1/+1
* compile.c: splatarray peephole optnobu2016-11-281-0/+20
* signal.c: improve stack overflow checknobu2016-11-271-1/+11
* object.c: no TypeError at special const dupnobu2016-11-273-5/+5
* Reverse compatibility_version and current_version for Darwinknu2016-11-271-2/+2
* * 2016-11-27svn2016-11-271-1/+1
* gems/bundled_gems: Update to power_assert 0.4.1ktsj2016-11-271-1/+1
* file.c: home directory from systemnobu2016-11-264-4/+34
* win32.c: special folders as home dirnobu2016-11-263-67/+67
* NEWS: mention [Feature #12953] [ci skip]nobu2016-11-261-0/+3
* * 2016-11-26svn2016-11-261-1/+1
* net/ftp: support timeout for TLS handshake.shugo2016-11-262-2/+26
* round-downnobu2016-11-257-10/+134
* * 2016-11-25svn2016-11-241-1/+1
* use `rb_struct_ptr` for `RSTRUCT_PTR` macrousa2016-11-241-1/+1
* marshal.c: fix infinite recursionnobu2016-11-242-1/+27
* marshal.c: negative limitnobu2016-11-241-3/+5
* test_fileutils.rb: fix deadlocknobu2016-11-241-2/+15