| Commit message (Expand) | Author | Age | Files | Lines |
* | * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, | nobu | 2009-09-21 | 1 | -3/+3 |
* | * vm_core.h (ENABLE_VM_OBJSPACE): socklist needs st_table in | nobu | 2009-09-19 | 1 | -0/+11 |
* | * common.mk (eval.o): needs vm.h. | nobu | 2009-09-18 | 1 | -0/+9 |
* | * vm_core.h: change members of iseq_inline_cache_entry. | ko1 | 2009-09-12 | 1 | -3/+5 |
* | * vm_core.h ({GET,INC}_VM_STATE_VERSION): moved from vm_insnhelper.h. | nobu | 2009-08-28 | 1 | -0/+5 |
* | * vm.c (vm_backtrace_each, vm_backtrace_push), | nobu | 2009-08-16 | 1 | -1/+1 |
* | * vm_core.h, vm_insnhelper.c (vm_call_method): revive | ko1 | 2009-07-28 | 1 | -0/+1 |
* | * vm_core.h (struct rb_iseq_t): add a new field line_no. This field | mame | 2009-07-22 | 1 | -2/+3 |
* | * node.h, vm_core.h, variable.c: rename global_entry to rb_global_entry. | ko1 | 2009-07-16 | 1 | -10/+0 |
* | * method.h, vm_core.h: add rb_method_entry_t. Remove nodes around | ko1 | 2009-07-15 | 1 | -22/+17 |
* | * vm_core.h, compile.c: declare struct iseq_inline_cache_entry. | ko1 | 2009-07-13 | 1 | -7/+17 |
* | * thread.c (rb_threadptr_exec_event_hooks): new function to | nobu | 2009-07-05 | 1 | -19/+3 |
* | * vm_core.h (struct rb_iseq_struct): fixed types. | nobu | 2009-07-03 | 1 | -3/+3 |
* | * thread.c: rename functions which require a parameter | ko1 | 2009-06-08 | 1 | -2/+4 |
* | * gc.c: add longlife garbage collection. [ruby-dev:38423] | nari | 2009-05-13 | 1 | -1/+1 |
* | * array.c (rb_ary_resurrect), string.c (rb_str_resurrect): new | nobu | 2009-02-18 | 1 | -0/+3 |
* | * vm_eval.c (eval_string_with_cref): use rb_vm_get_ruby_level_next_cfp() | ko1 | 2009-02-13 | 1 | -0/+1 |
* | * vm.c (vm_backtrace_each): now takes an iterator function. | nobu | 2009-02-01 | 1 | -0/+3 |
* | * vm.c: add a prefix "rb_" to exposed functions | ko1 | 2009-01-19 | 1 | -4/+4 |
* | * vm_dump.c: add a prefix "rb_vmdebug_" to | ko1 | 2009-01-19 | 1 | -3/+3 |
* | * iseq.c: | ko1 | 2009-01-19 | 1 | -2/+2 |
* | * thread.c: fix comment (terminology: Global VM Lock). | ko1 | 2009-01-12 | 1 | -0/+3 |
* | * thread.c (rb_thread_blocking_region): add a comment. | ko1 | 2008-12-30 | 1 | -0/+1 |
* | * vm.c (Init_VM): create and define TOPLEVEL_BINDING at first. | ko1 | 2008-12-27 | 1 | -0/+2 |
* | * vm.c (invoke_block_from_c): fix to point right cfp. | ko1 | 2008-12-24 | 1 | -1/+1 |
* | * vm_core.h: removed trailing garbage spaces. | nobu | 2008-12-09 | 1 | -5/+5 |
* | * include/ruby/vm.h: write a comment. | ko1 | 2008-10-21 | 1 | -4/+2 |
* | * dln.c: Ruby no longer supports MacOS 9 or before. | yugui | 2008-10-04 | 1 | -5/+1 |
* | * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp. | yugui | 2008-10-04 | 1 | -3/+1 |
* | * vm_core.h (RUBY_VM_CHECK_INTS_TH): add an UNLIKELY hint. | ko1 | 2008-09-26 | 1 | -3/+1 |
* | * vm_core.h: ruby/ruby.h should be included at the very first | shyouhei | 2008-09-23 | 1 | -2/+1 |
* | * include/ruby/node.h, node.h: move node.h from include path. | ko1 | 2008-09-23 | 1 | -1/+1 |
* | * vm_core.h: remove unused frame values. | ko1 | 2008-09-23 | 1 | -9/+0 |
* | * class.c, vm_core.h: move decl of rb_iseq_clone() to class.c. | ko1 | 2008-09-23 | 1 | -1/+0 |
* | * include/ruby/node.h, vm_core.h: move definition of | ko1 | 2008-09-23 | 1 | -79/+10 |
* | * common.mk: clean up | ko1 | 2008-09-23 | 1 | -3/+3 |
* | * vm_core.h (struct rb_vm_struct): replaced signal staff with trap | nobu | 2008-09-04 | 1 | -3/+7 |
* | * include/ruby/signal.h: removed. | ko1 | 2008-09-03 | 1 | -3/+2 |
* | * proc.c (proc_new): use the given class. | nobu | 2008-08-20 | 1 | -1/+1 |
* | * vm_core.h (exec_event_hooks): skips RubyVM::FrozenCore. | nobu | 2008-08-15 | 1 | -0/+1 |
* | * thread.c, vm_core.h: add manual priority support | ko1 | 2008-08-13 | 1 | -0/+1 |
* | * vm_core.h: Declare rb_iseq_clone, which is used in class.c. | knu | 2008-08-13 | 1 | -0/+1 |
* | * class.c (clone_method): should copy cbase in cref as well. | matz | 2008-08-11 | 1 | -0/+1 |
* | * vm_core.h: move the definition of struct rb_mutex_struct. | mame | 2008-07-28 | 1 | -9/+0 |
* | * vm_core.h, thread.c: It is now prohibited to use Data_Get_Struct in | mame | 2008-07-27 | 1 | -1/+12 |
* | * include/ruby/ruby.h: add a type T_DEFERRED. | ko1 | 2008-07-27 | 1 | -1/+2 |
* | * vm_core.h (rb_thread_t), vm.c (rb_thread_mark), process.c | nobu | 2008-07-10 | 1 | -1/+1 |
* | * ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminate | mame | 2008-07-03 | 1 | -0/+1 |
* | * Add coverage measurement constant COVERAGE__. This constant is not | mame | 2008-07-01 | 1 | -0/+2 |
* | * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbids | shyouhei | 2008-07-01 | 1 | -1/+1 |