aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure.in: split SET_THREAD_NAMEnobu2015-12-034-21/+33
* * vm_core.h, iseq.h: remove rb_iseq_t::variable_body.ko12015-12-026-44/+68
* thread.c: rb_thread_setname on OS Xnobu2015-12-021-0/+6
* missing.h: __STDC_WANT_LIB_EXT1__nobu2015-12-021-0/+2
* * iseq.h: introduce ISEQ_ORIGINAL_ISEQ() andko12015-12-025-13/+27
* * iseq.h: introduce ISEQ_FLIP_CNT_INCREMENT() macro.ko12015-12-024-3/+11
* * iseq.h: introduce ISEQ_COVERAGE() and ISEQ_COVERAGE_SET() macro.ko12015-12-026-9/+33
* encoding.c: make fstringnobu2015-12-022-5/+8
* * iseq.h: introduce ISEQ_COMPILE_DATA() macro.ko12015-12-025-129/+139
* compile.c: fix the elementnobu2015-12-021-9/+6
* encoding.c: defer finding encodingnobu2015-12-026-5/+59
* marshal.c: lookup and removenobu2015-12-021-3/+2
* encoding.c: use rb_check_aritynobu2015-12-021-1/+1
* * configure.in: Fixed double negative comments.hsbt2015-12-022-1/+6
* * test/ruby/test_string.rb: removed non executing tests.hsbt2015-12-022-52/+5
* csv.rb: fix encodingnobu2015-12-021-1/+1
* explicit_bzero.c: fix typosnobu2015-12-021-2/+2
* * lib/csv.rb: enable frozen_string_literal.hsbt2015-12-022-4/+10
* missing.h: __STDC_WANT_LIB_EXT1__nobu2015-12-021-0/+2
* * ext/bigdecimal/bigdecimal.c: Fix double word typo.hsbt2015-12-022-1/+6
* explicit_bzero.c: fix commentsnobu2015-12-021-7/+8
* string.c: adjust argument qualifiernobu2015-12-021-1/+1
* undef for tha case missing.h defines it as macronaruse2015-12-021-0/+1
* ext/openssl/ossl_ssl.c: hide globalsnormal2015-12-013-8/+17
* missing/explicit_bzero.c (explicit_bzero): fixup r52839normal2015-12-012-1/+6
* * 2015-12-02svn2015-12-011-2/+2
* * missing/explicit_bzero.c: add ruby_explicit_bzero_hook_unusedkosaki2015-12-013-28/+61
* fix typos [ci skip]kazu2015-12-011-3/+3
* thread.c: reset namenobu2015-12-013-7/+21
* thread.c: check name argumentnobu2015-12-013-0/+24
* string.c: no frozen error at cstrnobu2015-12-013-30/+70
* cstr.c: split bug_str_cstr_untermnobu2015-12-012-2/+34
* compile.c: consistent messagesnobu2015-12-011-17/+32
* win32.c: fix argument typenobu2015-12-011-1/+1
* explicit_bzero.c: needs windows.hnobu2015-12-014-1/+9
* missing.h: explicit_bzero by SecureZeroMemorynobu2015-12-011-0/+2
* parse.y: TAB_WIDTHnobu2015-12-011-1/+3
* missing.h: explicit_bzero by memset_snobu2015-12-012-0/+13
* configure.in: FUNC_UNOPTIMIZEDnobu2015-12-013-2/+8
* * missing/explicit_bzero.c: add a few comment.kosaki2015-12-012-0/+17
* fix r52806kosaki2015-12-011-3/+29
* * properties.svn2015-11-300-0/+0
* missing/explicit_bzero.c: Fixup r52806normal2015-11-302-1/+13
* * thread_pthread.c (register_ubf_list): renamed fromkosaki2015-11-305-114/+88
* * test/ruby/test_rand.rb (TestRand#test_default_seed): addkosaki2015-11-302-0/+9
* * random.c (InitVM_Random): move Random::DEFAULT initializationkosaki2015-11-303-8/+20
* * random.c (Init_RandomSeed): move all Random::DEFAULTkosaki2015-11-303-29/+56
* * random.c (init_hashseed, init_siphash): extract initializekosaki2015-11-302-9/+29
* * configure.in: sort AC_CHECK_HEADERS() by alphabetical order.kosaki2015-11-302-41/+44
* * random.c (init_randomseed): remove "initial" argument. It neverkosaki2015-11-302-3/+9