aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add credit and PR/issue numbers.shugo2016-11-241-0/+1
* resolv: use safe navigation operator to avoid extra hash lookupsnormal2016-11-231-3/+1
* webrick/server: use symbol procnormal2016-11-231-1/+1
* * 2016-11-24svn2016-11-231-1/+1
* Add CR/LF check to Net::FTP#status.shugo2016-11-231-0/+3
* test_fileutils.rb: Use primary group toonobu2016-11-231-1/+1
* lib/net/ftp: fix typonormal2016-11-231-1/+1
* rescue Errno::EPROTOTYPE in FTPTest#test_list_read_timeout_exceeded.shugo2016-11-231-1/+1
* Don't encode to UTF-8 if it's unnecessary.shugo2016-11-231-1/+3
* Disconnect immediately even if Net::FTP#close is called without quit.shugo2016-11-231-0/+16
* Add a new optinal argument pathname to FTP#stat.shugo2016-11-233-4/+40
* Use `&.` instead of `if` and `? :`kazu2016-11-221-2/+2
* parse.y: warn ? followed by a wordnobu2016-11-221-2/+14
* * 2016-11-23svn2016-11-221-1/+1