aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* test/ruby/test_process.rb: test thread+sigs work after failed execnormal2015-07-182-0/+74
* test/socket/test_nonblock: use smaller buffer for sendmsgnormal2015-07-172-2/+7
* signal.c (trap_handler): cleanup to use RSTRING_GETMEM + memcmpnormal2015-07-172-7/+14
* * 2015-07-18svn2015-07-171-2/+2
* io.c (argf_read_nonblock): support `exception: false'normal2015-07-174-12/+85
* vm_eval.c: safe level 4nobu2015-07-172-1/+5
* compile.c: use ruby_tag_typenobu2015-07-174-26/+33
* compile.c: remove unused bignobu2015-07-171-7/+2
* RUBY_VM_CHECK_INTS: eval the argument only oncenobu2015-07-171-5/+8
* RUBY_VM_CHECK_INTS_BLOCKING: move to thread.cnobu2015-07-172-11/+15
* EXEC_EVENT_HOOK_ORIG: eval the arguments only oncenobu2015-07-171-15/+24
* encoding.h: ENC_CODERANGE_CLEAN_Pnobu2015-07-174-10/+27
* test_range.rb: add Range#new testnobu2015-07-172-0/+11
* test_range.rb: add Range#last assertionsnobu2015-07-172-0/+8
* thread.c (rb_thread_alone): simplifynormal2015-07-172-6/+5
* remove unnecessary enumerator requiresnormal2015-07-173-2/+5
* avoid redundant GET_THREAD() callsnormal2015-07-164-7/+20
* * 2015-07-17svn2015-07-161-2/+2
* thread.c (mutex_alloc): remove needless volatilenormal2015-07-162-1/+5
* fix typos [ci skip]kazu2015-07-161-2/+2
* * vm_core.h: constify rb_iseq_t::parent_iseq.ko12015-07-165-22/+36
* * process.c (redirect_dup2): when the new FD of dup2() coflictsngoto2015-07-165-2/+62
* * iseq.c (rb_iseq_disasm): rename rb_iseq_t *iseqdat to iseqko12015-07-162-38/+45
* string.c: remove redundant callsnobu2015-07-161-1/+1
* Revert r51209 because signals after stopping timer thread beforengoto2015-07-162-8/+10
* vm.c: fix mark with rewinding cfpnobu2015-07-162-16/+10
* vm.c: fix mark with rewinding cfpnobu2015-07-163-2/+32
* process.c (close_unless_reserved): declare type of `fd' argnormal2015-07-162-1/+6
* load.c: use fstring for loaded features and expanded load pathnormal2015-07-162-3/+10
* thread.c (thread_initialize): avoid RSTRING_PTR and NUMT2INTnormal2015-07-152-6/+11
* * test/ruby/test_process.rb (test_exec_close_reserved_fd): test forngoto2015-07-152-0/+20
* * 2015-07-16svn2015-07-151-2/+2
* * .gitignore: ignore version.i. [ci skip]kazu2015-07-152-0/+5
* * test/ruby/test_process.rb (test_deadlock_by_signal_at_forking):ngoto2015-07-152-1/+6
* * process.c (redirect_close, parent_redirect_close): should not closengoto2015-07-153-8/+31
* fix typos [ci skip]kazu2015-07-151-2/+2
* remove redundant NULL checks after RUBY_VM_IFUNC_Pnormal2015-07-153-2/+7
* remove redundant NULL check in mark functionsnormal2015-07-155-77/+79
* encoding.c: drop dummy encoding flagnobu2015-07-154-0/+26
* * vm.c (vm_make_env_each): add comments about env layout.ko12015-07-152-10/+29
* -test-/string: movenobu2015-07-1511-13/+13
* string.c: remove redundant callsnobu2015-07-151-2/+2
* gc.h: evaluate the macro argument only oncenobu2015-07-142-1/+9
* * vm_core.h, vm.c: remove rb_proc_t::envval because we can know it viako12015-07-145-9/+25
* * vm_core.h, vm.c: remvoe rb_env_t::prev_envval because we can know itko12015-07-145-34/+63
* * remove trailing spaces.svn2015-07-141-1/+1
* * vm.c: refactoring Proc/Env related code.ko12015-07-146-123/+115
* use _Static_assert with clangkazu2015-07-143-5/+20
* * 2015-07-15svn2015-07-141-2/+2
* fix compile error with clangkazu2015-07-142-1/+6