aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ruby/win32.h: include windows.hnobu2015-07-213-0/+9
* * compile.c: constify the first parameter (iseq).ko12015-07-214-4/+12
* test/socket/test_nonblock.rb: increase buffer sizes to OpenBSD limitsnormal2015-07-212-2/+8
* load.c (ruby_dln_librefs): make staticnormal2015-07-212-1/+5
* fix typo in OptionParser#complete docs [ci skip]nobu2015-07-212-1/+5
* test_process.rb: split a testnobu2015-07-211-1/+11
* * 2015-07-21svn2015-07-201-2/+2
* io.c: IO.copy_stream uses poll on Linuxnormal2015-07-202-1/+56
* parse.y (parser_initialize): avoid redundant zero-ingnormal2015-07-202-34/+6
* parse.y (ripper_initialize): fixup r51302normal2015-07-201-1/+1
* parse.y (struct parser_params): pack to 4 cache lines on x86-64normal2015-07-202-17/+22
* thread.c: reuse tagnobu2015-07-201-17/+20
* ruby_vm_throw_flagsnobu2015-07-203-8/+15
* * 2015-07-20svn2015-07-191-2/+2
* thread.c: fix timeout limitnobu2015-07-191-5/+5
* pty.c: fix example typo [ci skip]nobu2015-07-192-1/+6
* * 2015-07-19svn2015-07-191-2/+2
* eval.c: check tag valuenobu2015-07-192-1/+7
* load.c: use TAG_RETURNnobu2015-07-181-5/+4
* thread.c: gather common statementsnobu2015-07-182-5/+10
* load.c: reduce EXEC_TAGsnobu2015-07-182-9/+33
* gc.c: reduce EXEC_TAGsnobu2015-07-182-18/+21
* eval.c: extra conversion of exit statusnobu2015-07-182-17/+13
* 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