summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-28Add note to close_{read,write} tookazu
2017-10-28Use ENV['RUBY_EXE'] as RbConfig.ruby might be incorrecteregon
2017-10-28iseq.c: remove obsolete commentktsj
2017-10-28* properties.svn
2017-10-28* append newline at EOF.svn
2017-10-28Update to ruby/spec@a6b8805eregon
2017-10-28* 2017-10-29svn
2017-10-28Update to ruby/mspec@90925d6eregon
2017-10-28`th` -> `ec` for backtrace functions.ko1
2017-10-28`th` -> `ec` for method management functions.ko1
2017-10-28`th` -> `ec` for rb_vm_call()ko1
2017-10-28* proc.c (rb_block_arity): use `ec` directly.ko1
2017-10-28* proc.c (proc_new): use `ec` directly.ko1
2017-10-28`th` -> `ec` for rb_longjmp() and related functions.ko1
2017-10-28use `ec` directly.ko1
2017-10-28check `ec` instead of `th`.ko1
2017-10-28`th` -> `ec` for rb_vm_make_binding().ko1
2017-10-28rename a function.ko1
2017-10-28* vm.c (vm_define_method): don't use `th` any more.ko1
2017-10-28* vm.c (REWIND_CFP): use `ec` directly.ko1
2017-10-28`th` -> `ec` for vm_iter_break().ko1
2017-10-28`th` -> `ec` for some functions.ko1
2017-10-28`th` -> `ec` for some functions.ko1
2017-10-28`th` -> `ec` for rb_vm_rewind_cfp.ko1
2017-10-28`th` -> `ec` for vm_exec().ko1
2017-10-28Add specs for [Feature #13983] Rational and Complex should be frozeneregon
2017-10-28`th` -> `ec` for vm_set_*_stack.ko1
2017-10-28move fields from `th` to `ec`.ko1
2017-10-28iseq.c: fix a typoktsj
2017-10-28iseq.c: show all call flagsktsj
2017-10-28Fix example that trace method is called outside blocka_matsuda
2017-10-28skip machine stack marking for current ec.ko1
2017-10-28Invalid TracePoint#disable example (without block)a_matsuda
2017-10-28fix compile error.ko1
2017-10-27socket: fix BasicSocket#*_nonblock buffering bugs from r58400normal
2017-10-27node.c: removed duplicate node_buffer_t definitionnobu
2017-10-27compile.c: make node arguments invariantnobu
2017-10-27catch up recent changes for call threaded code VM.ko1
2017-10-27`th` -> `ec` for `rb_insn_func_t`.ko1
2017-10-27skip tests temporarilyko1
2017-10-27io.c: fix IO.copy_stream on O_APPEND destination on Linuxnormal
2017-10-27parse.y: Need to mark the third element of `NODE_HEREDOC`mame
2017-10-27Revert "Revert "Manage AST NODEs out of GC""mame
2017-10-27compile.c: stop modifying NODE treemame
2017-10-27Revert "Manage AST NODEs out of GC"mame
2017-10-27Manage AST NODEs out of GCmame
2017-10-27Fix parameter namekazu
2017-10-27Remove duplicated includekazu
2017-10-27* 2017-10-28svn
2017-10-27Add explicit markers for literal objects generated in parse.ymame