aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* string.c: adjust buffer sizenobu2016-06-162-6/+9
* string.c: fix terminatornobu2016-06-162-8/+15
* * 2016-06-16svn2016-06-151-1/+1
* openssl: refactor OpenSSL::OCSP::*#verifyrhe2016-06-152-16/+26
* openssl: allow specifying hash algorithm in OCSP::*#signrhe2016-06-153-41/+99
* date_core.c: remove assertnobu2016-06-151-2/+0
* date_core.c: missing argumentnobu2016-06-151-1/+1
* thread.c: fix thread_id formattingnobu2016-06-151-10/+6
* numeric.c: fix doc of Integer#digits [ci skip]nobu2016-06-142-2/+7
* Unicode Version in RbConfignobu2016-06-143-1/+13
* * 2016-06-15svn2016-06-141-1/+1
* use \A and \z instead of ^ and $ in regexpkazu2016-06-142-4/+10
* fix a typo [ci skip]kazu2016-06-141-1/+1
* remove backward macrosnobu2016-06-142-5/+6
* strftime.c: limit result sizenobu2016-06-142-7/+54
* openssl: add some accessor methods for OCSP::CertificateIdrhe2016-06-143-8/+110
* date_strftime.c: check precisionnobu2016-06-143-2/+21
* openssl: add missing #to_der to OCSP::{CertificateId,BasicResponse}rhe2016-06-143-18/+176
* openssl: fix acesssor functions for RSA and DH in openssl_missing.hrhe2016-06-142-2/+8
* * 2016-06-14svn2016-06-141-1/+1
* NEWS: describe Integer#digits [ci skip]mrkn2016-06-142-0/+6
* fix test of r55397naruse2016-06-131-1/+1
* * thread.c (debug_deadlock_check): show thread lock dependency andnaruse2016-06-133-13/+43
* parse.y: no named capture conflict warningsnobu2016-06-133-6/+8
* numeric.c: Add Integer#digits [Feature #12447] [ruby-core:75799]mrkn2016-06-134-0/+197
* Integer unification macronobu2016-06-138-11/+61
* * 2016-06-13svn2016-06-131-1/+1
* * test/ruby/enc/test_case_comprehensive.rb: Add tests for full Unicodeduerst2016-06-132-1/+33
* dump to stdoutnobu2016-06-121-2/+9
* File.expand_path compose test only on OS Xnobu2016-06-121-12/+15
* * test/ruby/enc/test_case_comprehensive.rb: Add tests for ASCII-onlyduerst2016-06-122-10/+29
* openssl: support non AES-GCM AEAD ciphers in OpenSSL::Cipherrhe2016-06-123-55/+37
* openssl: avoid test failure in test_engine.rbrhe2016-06-122-2/+16
* * 2016-06-12svn2016-06-121-1/+1
* file.c: normalize cwdnobu2016-06-123-2/+44
* * lib/forwardable.rb (_delegator_method): get rid of a warning whichusa2016-06-112-2/+9
* * ext/json/lib/*.rb: Removed some comments. Because these are unnecessaryhsbt2016-06-1110-9/+5
* Remove dead link [ci skip]nobu2016-06-112-3/+5
* Fix typo in string.c [ci skip]nobu2016-06-112-1/+6
* ObjectSpace.dump_all: valid JSONnobu2016-06-113-11/+42
* forwardable.rb: optimize awy __send__nobu2016-06-112-1/+16
* 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