aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko12015-07-211-0/+45
* * ext/objspace/objspace.c (total_i): no need to skip singleton classes.ko12015-07-211-0/+4
* * vm_core.h: constify rb_call_info_t::kw_arg,ko12015-07-211-0/+11
* fix ChangeLogko12015-07-211-1/+1
* * vm_core.h: constify rb_call_info_t::blockiseq and rb_iseq_t::iseq.ko12015-07-211-0/+10
* * method.h: constify rb_method_iseq_t::iseqptr.ko12015-07-211-0/+8
* * gc.c (internal_object_p): Now a singleton classes appear byko12015-07-211-0/+7
* thread.c: refactor a loopnobu2015-07-211-0/+7
* * test/ruby/test_range.rb: Add test for Range#hashhsbt2015-07-211-0/+5
* * compile.c: constify the first parameter (iseq).ko12015-07-211-0/+8
* test/socket/test_nonblock.rb: increase buffer sizes to OpenBSD limitsnormal2015-07-211-0/+6
* load.c (ruby_dln_librefs): make staticnormal2015-07-211-0/+4
* fix typo in OptionParser#complete docs [ci skip]nobu2015-07-211-0/+4
* io.c: IO.copy_stream uses poll on Linuxnormal2015-07-201-0/+7
* parse.y (parser_initialize): avoid redundant zero-ingnormal2015-07-201-0/+4
* parse.y (struct parser_params): pack to 4 cache lines on x86-64normal2015-07-201-0/+5
* pty.c: fix example typo [ci skip]nobu2015-07-191-0/+5
* thread.c: gather common statementsnobu2015-07-181-0/+5
* load.c: reduce EXEC_TAGsnobu2015-07-181-0/+7
* gc.c: reduce EXEC_TAGsnobu2015-07-181-0/+5
* eval.c: extra conversion of exit statusnobu2015-07-181-0/+6
* test/ruby/test_process.rb: test thread+sigs work after failed execnormal2015-07-181-0/+4
* test/socket/test_nonblock: use smaller buffer for sendmsgnormal2015-07-171-0/+5
* signal.c (trap_handler): cleanup to use RSTRING_GETMEM + memcmpnormal2015-07-171-0/+4
* io.c (argf_read_nonblock): support `exception: false'normal2015-07-171-0/+10
* vm_eval.c: safe level 4nobu2015-07-171-0/+4
* compile.c: use ruby_tag_typenobu2015-07-171-0/+7
* encoding.h: ENC_CODERANGE_CLEAN_Pnobu2015-07-171-0/+14
* test_range.rb: add Range#new testnobu2015-07-171-0/+5
* test_range.rb: add Range#last assertionsnobu2015-07-171-0/+5
* thread.c (rb_thread_alone): simplifynormal2015-07-171-0/+4
* remove unnecessary enumerator requiresnormal2015-07-171-0/+5
* avoid redundant GET_THREAD() callsnormal2015-07-161-0/+10
* thread.c (mutex_alloc): remove needless volatilenormal2015-07-161-0/+4
* fix typos [ci skip]kazu2015-07-161-2/+2
* * vm_core.h: constify rb_iseq_t::parent_iseq.ko12015-07-161-0/+13
* * process.c (redirect_dup2): when the new FD of dup2() coflictsngoto2015-07-161-0/+20
* * iseq.c (rb_iseq_disasm): rename rb_iseq_t *iseqdat to iseqko12015-07-161-0/+7
* Revert r51209 because signals after stopping timer thread beforengoto2015-07-161-8/+0
* vm.c: fix mark with rewinding cfpnobu2015-07-161-6/+3
* vm.c: fix mark with rewinding cfpnobu2015-07-161-0/+8
* process.c (close_unless_reserved): declare type of `fd' argnormal2015-07-161-0/+4
* load.c: use fstring for loaded features and expanded load pathnormal2015-07-161-0/+7
* thread.c (thread_initialize): avoid RSTRING_PTR and NUMT2INTnormal2015-07-151-0/+4
* * test/ruby/test_process.rb (test_exec_close_reserved_fd): test forngoto2015-07-151-0/+5
* * .gitignore: ignore version.i. [ci skip]kazu2015-07-151-0/+4
* * test/ruby/test_process.rb (test_deadlock_by_signal_at_forking):ngoto2015-07-151-0/+5
* * process.c (redirect_close, parent_redirect_close): should not closengoto2015-07-151-0/+12
* fix typos [ci skip]kazu2015-07-151-2/+2
* remove redundant NULL checks after RUBY_VM_IFUNC_Pnormal2015-07-151-0/+5