aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* openssl: enable SSLContext read_ahead accessortopic/read-aheadEric Wong2016-06-113-0/+56
* iso_8859.h: SHARP_snobu2016-06-1117-28/+61
* * enc/iso_8859_1.c: Revert to older version of code.duerst2016-06-112-5/+10
* * enc/iso_8859_1.c: Implement non-ASCII case mapping.duerst2016-06-114-3/+54
* forwardable.rb: backtracenobu2016-06-113-11/+16
* * include/ruby/defines.h (GCC_VERSION_SINCE): Fix logic error byngoto2016-06-102-2/+8
* * 2016-06-11svn2016-06-101-1/+1
* test_forwardable.rb: operatorsnobu2016-06-101-0/+29
* forwardable.rb: nodoc _delegator_method [ci skip]nobu2016-06-101-0/+1
* forwardable.rb: fix for non-module objectsnobu2016-06-103-48/+87
* * string.c: Special-case :ascii option in rb_str_capitalize_bang andduerst2016-06-102-2/+13
* * string.c: Special-case :ascii option in rb_str_upcase_bang (retry).duerst2016-06-102-6/+9
* * 2016-06-10svn2016-06-101-1/+1
* hash.c: ensure NUL-terminated for ENVnobu2016-06-105-4/+26
* openssl: use ASN1_ENUMERATED_to_BN() if neededrhe2016-06-093-2/+24
* * tool/ifchange: fix timestamp error when target without directory.kazu2016-06-092-1/+6
* openssl: fix build with OPENSSL_NO_ECrhe2016-06-094-5/+25
* Makefile.in: un-runnablenobu2016-06-092-0/+9
* common.mk: fix win32/ifchange.bat usagenobu2016-06-091-2/+2
* common.mk: use $(IFCHANGE) for mswinnobu2016-06-091-2/+2
* common.mk: ifchange for mkconfig.rbnobu2016-06-093-31/+9
* ifchange: make target directorynobu2016-06-092-10/+13
* ifchange.bat: drop old systemsnobu2016-06-092-21/+6
* openssl: fix build with OpenSSL 1.1.0 and no pkg-configrhe2016-06-092-2/+9
* * 2016-06-09svn2016-06-091-1/+1
* strio_init: return self for tail call optimizationnobu2016-06-091-6/+5
* string.c (rb_str_ascii_casemap): fix compile error.kazu2016-06-082-1/+5
* * string.c: Revert previous commit (possibility of endless loop).duerst2016-06-082-5/+10
* * string.c: Special-case :ascii option in rb_str_upcase_bang.duerst2016-06-082-6/+9
* * string.c: New static function rb_str_ascii_casemap; special-casingduerst2016-06-085-12/+51
* Makefile.in: revert r55303 because of an error on Solaris 10. [Bug #12471] [r...ngoto2016-06-081-7/+11
* * include/ruby/intern.h: Remove excess semicolons in PUREFUNC().ngoto2016-06-083-3/+10
* ext/stringio/README.md: update [ci skip]nobu2016-06-082-18/+10
* Add an acknowledgement.shugo2016-06-081-1/+1
* * lib/net/smtp.rb (getok, get_response): raise an ArgumentError whenshugo2016-06-083-0/+62
* suppress static-in-inline warningnobu2016-06-082-2/+2
* fix date buildnobu2016-06-083-4/+4
* test_proc.rb: test_lambda?nobu2016-06-081-0/+8
* ext/date/zonetab.list: gperf timezone namesnobu2016-06-086-100/+1106
* * 2016-06-08svn2016-06-081-1/+1
* ext/date: constifynobu2016-06-083-5/+5
* rubygems: regenerate server certificates used in testsrhe2016-06-0721-194/+229
* * remove trailing spaces.svn2016-06-071-7/+7
* open-uri: regenerate server certificates used in testsrhe2016-06-072-80/+85
* openssl: adjust tests for OpenSSL 1.1.0rhe2016-06-0714-69/+172
* ruby-additional.el: adjust heredoc line numbernobu2016-06-071-2/+2
* test_syntax.rb: formal argument name testsnobu2016-06-071-6/+19
* * test/ruby/enc/test_case_comprehensive: Change test for encodingsduerst2016-06-072-4/+10
* * string.c (rb_str_upcase_bang, rb_str_capitalize_bang,duerst2016-06-072-82/+16
* openssl: add SSL::SSLContext#security_level{=,}rhe2016-06-073-0/+81