summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-02* vm_core.h, iseq.h: remove rb_iseq_t::variable_body.ko1
2015-12-02thread.c: rb_thread_setname on OS Xnobu
2015-12-02missing.h: __STDC_WANT_LIB_EXT1__nobu
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-02compile.c: fix the elementnobu
2015-12-02encoding.c: defer finding encodingnobu
2015-12-02marshal.c: lookup and removenobu
2015-12-02encoding.c: use rb_check_aritynobu
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-02csv.rb: fix encodingnobu
2015-12-02explicit_bzero.c: fix typosnobu
2015-12-02* lib/csv.rb: enable frozen_string_literal.hsbt
2015-12-02missing.h: __STDC_WANT_LIB_EXT1__nobu
2015-12-02* ext/bigdecimal/bigdecimal.c: Fix double word typo.hsbt
2015-12-02explicit_bzero.c: fix commentsnobu
2015-12-02string.c: adjust argument qualifiernobu
2015-12-02undef for tha case missing.h defines it as macronaruse
2015-12-01ext/openssl/ossl_ssl.c: hide globalsnormal
2015-12-01missing/explicit_bzero.c (explicit_bzero): fixup r52839normal
2015-12-01* 2015-12-02svn
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-01cstr.c: split bug_str_cstr_untermnobu
2015-12-01compile.c: consistent messagesnobu
2015-12-01win32.c: fix argument typenobu
2015-12-01explicit_bzero.c: needs windows.hnobu
2015-12-01missing.h: explicit_bzero by SecureZeroMemorynobu
2015-12-01parse.y: TAB_WIDTHnobu
2015-12-01missing.h: explicit_bzero by memset_snobu
2015-12-01configure.in: FUNC_UNOPTIMIZEDnobu
2015-12-01* missing/explicit_bzero.c: add a few comment.kosaki
2015-12-01fix r52806kosaki
2015-11-30* properties.svn
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