summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2015-12-04* include/ruby/ruby.h (RB_OBJ_TAINT): follow-up of r52881.ngoto
2015-12-04enc/iso_8859_13.c: Added three missing lower/upper-caseduerst
2015-12-04enc/iso_8859_4.c: Added missing lower/upper-case characterduerst
2015-12-04string.c: should not taint fstringnobu
2015-12-04* lib/rubygems: Update to RubyGems 2.5.0+ HEAD(fdab4c4).hsbt
2015-12-04Revert r52872 "string.c: should not taint fstring"naruse
2015-12-04thread.c: name must be ascii-compatiblenobu
2015-12-03string.c: should not taint fstringnobu
2015-12-03* lib/scanf.rb: fixed double words typo.hsbt
2015-12-03* test/ruby/test_mixed_unicode_escapes.rb: fixed typo.hsbt
2015-12-03sprintf.c: fix garbage inserted with Rationalnobu
2015-12-03range.c: infected by the receivernobu
2015-12-03configure.in: split SET_THREAD_NAMEnobu
2015-12-02* vm_core.h, iseq.h: remove rb_iseq_t::variable_body.ko1
2015-12-02* iseq.h: introduce ISEQ_ORIGINAL_ISEQ() andko1
2015-12-02* iseq.h: introduce ISEQ_FLIP_CNT_INCREMENT() macro.ko1
2015-12-02* iseq.h: introduce ISEQ_COVERAGE() and ISEQ_COVERAGE_SET() macro.ko1
2015-12-02encoding.c: make fstringnobu
2015-12-02* iseq.h: introduce ISEQ_COMPILE_DATA() macro.ko1
2015-12-02encoding.c: defer finding encodingnobu
2015-12-02* configure.in: Fixed double negative comments.hsbt
2015-12-02* test/ruby/test_string.rb: removed non executing tests.hsbt
2015-12-02* lib/csv.rb: enable frozen_string_literal.hsbt
2015-12-02* ext/bigdecimal/bigdecimal.c: Fix double word typo.hsbt
2015-12-01ext/openssl/ossl_ssl.c: hide globalsnormal
2015-12-01missing/explicit_bzero.c (explicit_bzero): fixup r52839normal
2015-12-01* missing/explicit_bzero.c: add ruby_explicit_bzero_hook_unusedkosaki
2015-12-01fix typos [ci skip]kazu
2015-12-01thread.c: reset namenobu
2015-12-01thread.c: check name argumentnobu
2015-12-01string.c: no frozen error at cstrnobu
2015-12-01* missing/explicit_bzero.c: add a few comment.kosaki
2015-11-30missing/explicit_bzero.c: Fixup r52806normal
2015-11-30* thread_pthread.c (register_ubf_list): renamed fromkosaki
2015-11-30* test/ruby/test_rand.rb (TestRand#test_default_seed): addkosaki
2015-11-30* random.c (InitVM_Random): move Random::DEFAULT initializationkosaki
2015-11-30* random.c (Init_RandomSeed): move all Random::DEFAULTkosaki
2015-11-30* random.c (init_hashseed, init_siphash): extract initializekosaki
2015-11-30* configure.in: sort AC_CHECK_HEADERS() by alphabetical order.kosaki
2015-11-30* random.c (init_randomseed): remove "initial" argument. It neverkosaki
2015-11-30* lib/securerandom.rb (SecureRandom::gen_random): use /dev/urandomkosaki
2015-11-30* ext/openssl/ossl_rand.c (ossl_rand_bytes): RAND_bytes couldkosaki
2015-11-30* include/ruby/util.h: remove a warning suppression C4723kosaki
2015-11-30* random.c: random_raw_seed don't use GRND_NONBLOCK. GRND_NONBLOCKkosaki
2015-11-30* missing/explicit_bzero.c: new file. define explicit_bzero.kosaki
2015-11-30fix a typo [ci skip]kazu
2015-11-30* ext/readline/extconf.rb: call dir_config("libedit")naruse
2015-11-29variable.c: remove spurious #define for globalsnormal
2015-11-29Corrected grammar errors [ci skip]nobu
2015-11-28parse.y: last content of heredocnobu