aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * string.c (rb_str_downcase_bang): Switch to use primitive except ifduerst2016-06-072-28/+8
* * test/ruby/enc/test_case_comprehensive: Add regression tests forduerst2016-06-072-0/+88
* * test/ruby/enc/test_case_comprehensive: Fix method nameduerst2016-06-072-8/+13
* * regenc.h/c: Rename onigenc_not_support_case_map toduerst2016-06-0735-36/+52
* openssl: avoid deprecated version-specific ssl methods if necessaryrhe2016-06-073-35/+53
* Makefile.in: cd to working directorynobu2016-06-071-11/+7
* * regenc.c (onigenc_not_support_case_map): Move to end of file;duerst2016-06-072-32/+61
* appveyor.yml: fix file namesnobu2016-06-071-4/+4
* * 2016-06-07svn2016-06-071-1/+1
* * regenc.c (onigenc_not_support_case_map): Rewrite to work correctlyduerst2016-06-072-3/+31
* appveyor.yml: Update libressl version to 2.3.5.kazu2016-06-062-7/+11
* vm_insnhelper.c: check symbol proc to thrownobu2016-06-063-1/+18
* * string.c: Added UTF-16BE/LE and UTF-32BE/LE to supported encodingsduerst2016-06-063-7/+20
* * test/ruby/enc/test_case_comprehensive.rb: Speed up testing for smallduerst2016-06-062-1/+16
* openssl: fix free function of OpenSSL::Cipherrhe2016-06-062-5/+7
* * string.c Change rb_str_casemap to use encoding primitiveduerst2016-06-062-12/+6
* * test/ruby/enc/test_case_mapping.rb:duerst2016-06-062-59/+64
* openssl: fix compile on VCrhe2016-06-062-0/+7
* Thread.report_on_exceptionnobu2016-06-066-1/+198
* openssl: use SSL_is_server()rhe2016-06-054-7/+29
* openssl: avoid d2i_ASN1_BOOLEAN()rhe2016-06-052-6/+14
* openssl: adapt to OpenSSL 1.1.0 opaque structsrhe2016-06-0523-170/+456
* * 2016-06-06svn2016-06-051-1/+1
* openssl: adapt OpenSSL::PKey to OpenSSL 1.1.0 opaque structsrhe2016-06-0514-233/+447
* configure.in: Fix the timing to detect the appropriate C++ compiler in OS Xmrkn2016-06-052-10/+18
* openssl: support OpenSSL 1.1.0's new multi-threading APIrhe2016-06-059-12/+73