aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * append newline at EOF.svn2017-10-281-1/+1
* Update to ruby/spec@a6b8805eregon2017-10-28218-327/+4068
* * 2017-10-29svn2017-10-281-1/+1
* Update to ruby/mspec@90925d6eregon2017-10-2812-60/+89
* `th` -> `ec` for backtrace functions.ko12017-10-287-25/+25
* `th` -> `ec` for method management functions.ko12017-10-283-47/+48
* `th` -> `ec` for rb_vm_call()ko12017-10-283-13/+13
* * proc.c (rb_block_arity): use `ec` directly.ko12017-10-281-7/+7
* * proc.c (proc_new): use `ec` directly.ko12017-10-281-3/+3
* `th` -> `ec` for rb_longjmp() and related functions.ko12017-10-282-44/+44
* use `ec` directly.ko12017-10-281-2/+2
* check `ec` instead of `th`.ko12017-10-281-2/+2
* `th` -> `ec` for rb_vm_make_binding().ko12017-10-285-10/+10
* rename a function.ko12017-10-283-7/+7
* * vm.c (vm_define_method): don't use `th` any more.ko12017-10-281-3/+3
* * vm.c (REWIND_CFP): use `ec` directly.ko12017-10-281-5/+5
* `th` -> `ec` for vm_iter_break().ko12017-10-281-9/+9
* `th` -> `ec` for some functions.ko12017-10-281-12/+12
* `th` -> `ec` for some functions.ko12017-10-285-13/+13
* `th` -> `ec` for rb_vm_rewind_cfp.ko12017-10-284-28/+28
* `th` -> `ec` for vm_exec().ko12017-10-282-47/+47
* Add specs for [Feature #13983] Rational and Complex should be frozeneregon2017-10-283-0/+68
* `th` -> `ec` for vm_set_*_stack.ko12017-10-283-37/+38
* move fields from `th` to `ec`.ko12017-10-288-44/+42
* iseq.c: fix a typoktsj2017-10-281-1/+1
* iseq.c: show all call flagsktsj2017-10-281-0/+3
* Fix example that trace method is called outside blocka_matsuda2017-10-281-1/+1
* skip machine stack marking for current ec.ko12017-10-281-1/+3
* Invalid TracePoint#disable example (without block)a_matsuda2017-10-281-1/+1
* fix compile error.ko12017-10-281-2/+2
* socket: fix BasicSocket#*_nonblock buffering bugs from r58400normal2017-10-275-7/+139
* node.c: removed duplicate node_buffer_t definitionnobu2017-10-271-2/+2
* compile.c: make node arguments invariantnobu2017-10-271-48/+48
* catch up recent changes for call threaded code VM.ko12017-10-273-4/+5
* `th` -> `ec` for `rb_insn_func_t`.ko12017-10-274-6/+6
* skip tests temporarilyko12017-10-271-0/+1
* io.c: fix IO.copy_stream on O_APPEND destination on Linuxnormal2017-10-272-0/+20
* parse.y: Need to mark the third element of `NODE_HEREDOC`mame2017-10-271-0/+1
* Revert "Revert "Manage AST NODEs out of GC""mame2017-10-2710-68/+250
* compile.c: stop modifying NODE treemame2017-10-271-7/+3
* Revert "Manage AST NODEs out of GC"mame2017-10-2710-250/+68
* Manage AST NODEs out of GCmame2017-10-2710-68/+250
* Fix parameter namekazu2017-10-271-1/+1
* Remove duplicated includekazu2017-10-271-1/+1
* * 2017-10-28svn2017-10-271-1/+1
* Add explicit markers for literal objects generated in parse.ymame2017-10-271-15/+36
* string.c: Improve String#prepend performance if only one argument is givenwatson19782017-10-271-1/+4
* compile.c, iseq.c: consitfied NODE pointersnobu2017-10-274-115/+124
* Revert "Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]"naruse2017-10-275-94/+16
* vm_exec_core() accepts `ec` instead of `th`.ko12017-10-275-44/+44