summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-21* make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko1
2015-07-21* ext/objspace/objspace.c (total_i): no need to skip singleton classes.ko1
2015-07-21* vm_core.h: constify rb_call_info_t::kw_arg,ko1
2015-07-21fix ChangeLogko1
2015-07-21* vm_core.h: constify rb_call_info_t::blockiseq and rb_iseq_t::iseq.ko1
2015-07-21* method.h: constify rb_method_iseq_t::iseqptr.ko1
2015-07-21* 2015-07-22svn
2015-07-21* gc.c (internal_object_p): Now a singleton classes appear byko1
2015-07-21thread.c: refactor a loopnobu
2015-07-21* test/ruby/test_range.rb: Add test for Range#hashhsbt
2015-07-21Makefile.sub: UNREACHABLEnobu
2015-07-21console.c: undefined vknobu
2015-07-21cont.c: CreateFiberEx fallbacknobu
2015-07-21win32.c: symlink constants fallbacknobu
2015-07-21ruby/missing.h: M_PI fallback definitionnobu
2015-07-21ruby/win32.h: include windows.hnobu
2015-07-21* compile.c: constify the first parameter (iseq).ko1
2015-07-21test/socket/test_nonblock.rb: increase buffer sizes to OpenBSD limitsnormal
2015-07-21load.c (ruby_dln_librefs): make staticnormal
2015-07-21fix typo in OptionParser#complete docs [ci skip]nobu
2015-07-21test_process.rb: split a testnobu
2015-07-20* 2015-07-21svn
2015-07-20io.c: IO.copy_stream uses poll on Linuxnormal
2015-07-20parse.y (parser_initialize): avoid redundant zero-ingnormal
2015-07-20parse.y (ripper_initialize): fixup r51302normal
2015-07-20parse.y (struct parser_params): pack to 4 cache lines on x86-64normal
2015-07-20thread.c: reuse tagnobu
2015-07-20ruby_vm_throw_flagsnobu
2015-07-19* 2015-07-20svn
2015-07-19thread.c: fix timeout limitnobu
2015-07-19pty.c: fix example typo [ci skip]nobu
2015-07-19* 2015-07-19svn
2015-07-19eval.c: check tag valuenobu
2015-07-18load.c: use TAG_RETURNnobu
2015-07-18thread.c: gather common statementsnobu
2015-07-18load.c: reduce EXEC_TAGsnobu
2015-07-18gc.c: reduce EXEC_TAGsnobu
2015-07-18eval.c: extra conversion of exit statusnobu
2015-07-18test/ruby/test_process.rb: test thread+sigs work after failed execnormal
2015-07-17test/socket/test_nonblock: use smaller buffer for sendmsgnormal
2015-07-17signal.c (trap_handler): cleanup to use RSTRING_GETMEM + memcmpnormal
2015-07-17* 2015-07-18svn
2015-07-17io.c (argf_read_nonblock): support `exception: false'normal
2015-07-17vm_eval.c: safe level 4nobu
2015-07-17compile.c: use ruby_tag_typenobu
2015-07-17compile.c: remove unused bignobu
2015-07-17RUBY_VM_CHECK_INTS: eval the argument only oncenobu
2015-07-17RUBY_VM_CHECK_INTS_BLOCKING: move to thread.cnobu
2015-07-17EXEC_EVENT_HOOK_ORIG: eval the arguments only oncenobu
2015-07-17encoding.h: ENC_CODERANGE_CLEAN_Pnobu