summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2016-06-24* ext/psych/*, test/psych/*: Upate psych 2.1.0hsbt
2016-06-24* lib/rubygems.rb, lib/rubygems/*, test/rubygems/*:hsbt
2016-06-24Updating casefold.hnobu
2016-06-23Revert r55486,r55488,r55489naruse
2016-06-23Unicode files for casefold.hnobu
2016-06-22casefold.h dependencynobu
2016-06-22Get rid of downloading Unicode datanobu
2016-06-21* test/ruby/enc/test_regex_casefold.rb: Add Windows-1251, KOI8-R, andduerst
2016-06-21Multiple values X-Forwarded-Proto in webricknobu
2016-06-21* test/ruby/test_io.rb: Skip test_readpartial_with_not_empty_buffer,duerst
2016-06-21Fix garbage allocationnobu
2016-06-21* string.c (rb_str_casemap): fix memory leak.naruse
2016-06-21* string.c (rb_str_casemap): int is too small for string size.naruse
2016-06-21* test/ruby/test_in.rb: Skip test_read_buffer_error on cygwin,duerst
2016-06-21* LEGAL: Added filenames and copyrights for some files induerst
2016-06-20Fix calling conventionnobu
2016-06-20RUBY_USE_SETJMPEXnobu
2016-06-20tabifynobu
2016-06-20* test/ruby/test_in.rb: Skip test_open_fifo_does_not_block_other_threadsduerst
2016-06-20* vm.c (invoke_bmethod, invoke_block_from_c_0): revert r52104shugo
2016-06-20rubygems: fix test for OpenSSL 1.1.0rhe
2016-06-19openssl: add OpenSSL::OCSP::SingleResponserhe
2016-06-19openssl: allow passing absolute times in OCSP::BasicResponse#add_statusrhe
2016-06-19openssl: implement initialize_copy for OpenSSL::OCSP::*rhe
2016-06-19openssl: implement initialize_copy method for PKey classesrhe
2016-06-19* test/ruby/test_dir_m17n.rb: Skip tests with non-UTF-8 encodingsduerst
2016-06-19* localeinit.c: Fix filesystem encoding for cygwin to UTF-8 (seeduerst
2016-06-19openssl: add 'const's required in OpenSSL masterrhe
2016-06-19variable.c: consider lengthnobu
2016-06-19variable.c: rb_const_searchnobu
2016-06-18* test/rubygems/test_gem_installer.rb: Fixed broken test with extensionhsbt
2016-06-18* lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygemshsbt
2016-06-18Fix static-linked-ext encodingsnobu
2016-06-17stringio.c: fix index overflownobu
2016-06-16prevent rb_cObject from GCnobu
2016-06-16string.c: adjust buffer sizenobu
2016-06-16string.c: fix terminatornobu
2016-06-15openssl: refactor OpenSSL::OCSP::*#verifyrhe
2016-06-15openssl: allow specifying hash algorithm in OCSP::*#signrhe
2016-06-14numeric.c: fix doc of Integer#digits [ci skip]nobu
2016-06-14Unicode Version in RbConfignobu
2016-06-14use \A and \z instead of ^ and $ in regexpkazu
2016-06-14fix a typo [ci skip]kazu
2016-06-14remove backward macrosnobu
2016-06-14strftime.c: limit result sizenobu
2016-06-14openssl: add some accessor methods for OCSP::CertificateIdrhe
2016-06-14date_strftime.c: check precisionnobu
2016-06-14openssl: add missing #to_der to OCSP::{CertificateId,BasicResponse}rhe
2016-06-14openssl: fix acesssor functions for RSA and DH in openssl_missing.hrhe
2016-06-14NEWS: describe Integer#digits [ci skip]mrkn