| Commit message (Expand) | Author | Age | Files | Lines |
* | * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use | ko1 | 2013-10-29 | 1 | -0/+3 |
* | * insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h, vm_method.c: split | charliesome | 2013-10-29 | 1 | -5/+6 |
* | * vm.c: vm_clear_all_cache is not necessary now we use a 64 bit counter | charliesome | 2013-10-28 | 1 | -16/+0 |
* | vm.c: initialize defined_module_hash early | nobu | 2013-10-13 | 1 | -1/+1 |
* | compile.c, vm.c: reduce hash merge | nobu | 2013-10-13 | 1 | -3/+14 |
* | * class.c, variable.c, gc.c (rb_class_tbl): removed. | ko1 | 2013-10-11 | 1 | -1/+14 |
* | * vm.c (vm_exec): support :b_return event for "lambda{return}.call". | ko1 | 2013-10-10 | 1 | -0/+8 |
* | vm.c: hide singleton class of frozen-core | nobu | 2013-10-10 | 1 | -0/+3 |
* | * insns.def (opt_regexpmatch2): Check String#=~ hasn't overridden | sorah | 2013-09-26 | 1 | -1/+1 |
* | * insns.def (opt_regexpmatch1): check Regexp#=~ is not defined before | charliesome | 2013-09-26 | 1 | -1/+3 |
* | vm.c: prototype | nobu | 2013-09-04 | 1 | -1/+1 |
* | * class.c, compile.c, eval.c, gc.h, insns.def, internal.h, method.h, | charliesome | 2013-09-04 | 1 | -12/+15 |
* | * compile.c (rb_iseq_compile_node): accept NODE_IFUNC to support | ko1 | 2013-08-22 | 1 | -15/+3 |
* | * insns.def: fix regexp's once option behavior. | ko1 | 2013-08-20 | 1 | -19/+12 |
* | * proc.c: add Binding#local_variable_get/set/defined? | ko1 | 2013-08-09 | 1 | -0/+38 |
* | * vm_insnhelper.c (vm_push_frame): fix stack overflow check codes. | ko1 | 2013-08-06 | 1 | -9/+6 |
* | * vm.c (m_core_define_method, m_core_define_singleton_method): now | usa | 2013-08-02 | 1 | -2/+2 |
* | * include/ruby/ruby.h (OBJ_WRITE): cast to (VALUE *) for second | ko1 | 2013-06-21 | 1 | -2/+2 |
* | * include/ruby/ruby.h (struct rb_data_type_struct), gc.c: add | ko1 | 2013-06-19 | 1 | -2/+2 |
* | * vm.c (kwmerge_i): add WB. | ko1 | 2013-06-18 | 1 | -1/+3 |
* | fill rdocs | nobu | 2013-06-02 | 1 | -3/+5 |
* | fix typos. Patch by k_takata. | ktsj | 2013-05-19 | 1 | -1/+1 |
* | vm.c: narrow variable scope | nobu | 2013-05-17 | 1 | -1/+2 |
* | revert r40760 | nobu | 2013-05-15 | 1 | -1/+1 |
* | vm.c: suppress warnings | nobu | 2013-05-15 | 1 | -2/+2 |
* | * include/ruby/ruby.h: constify RBasic::klass and add | ko1 | 2013-05-13 | 1 | -1/+1 |
* | * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro | ko1 | 2013-05-13 | 1 | -2/+2 |
* | thread.c: id locals | nobu | 2013-05-02 | 1 | -1/+1 |
* | eval.c: use predefined IDs | nobu | 2013-05-01 | 1 | -1/+1 |
* | proc.c: use predefined IDs | nobu | 2013-05-01 | 1 | -2/+2 |
* | proc.c: frozen core methods | nobu | 2013-04-30 | 1 | -0/+2 |
* | * vm.c (VM_EP_LEP): simplify infinite loop. | nobu | 2013-04-29 | 1 | -4/+2 |
* | load.c: loaded_features_index st_table | nobu | 2013-03-22 | 1 | -1/+3 |
* | prefix global symbols | nobu | 2013-03-06 | 1 | -8/+8 |
* | class.c: check redefinition | nobu | 2013-03-05 | 1 | -10/+36 |
* | * vm.c: Typo in overview for example of Thread#status returning false | zzak | 2013-02-27 | 1 | -1/+1 |
* | * vm.c (Thread): fix typos in overview | eregon | 2013-02-27 | 1 | -4/+4 |
* | * vm.c (Thread): Typo in overview, swap setting and getting | zzak | 2013-02-27 | 1 | -1/+1 |
* | * vm.c (Thread): Documentation overview of Thread class | zzak | 2013-02-27 | 1 | -1/+147 |
* | * vm.c (ENV_IN_HEAP_P): fix off-by-one error. | ktsj | 2013-02-16 | 1 | -1/+1 |
* | * vm.c (rb_thread_mark): mark a working Proc of bmethod | ko1 | 2013-02-16 | 1 | -1/+5 |
* | * vm.c (rb_vm_stack_to_heap): call rb_vm_get_binding_creatable_next_cfp | ktsj | 2013-02-05 | 1 | -1/+1 |
* | * proc.c (rb_binding_new_with_cfp): permit to create binding object | ko1 | 2013-02-05 | 1 | -0/+12 |
* | * vm_backtrace.c: fix issue of rb_debug_inspector_open(). | ko1 | 2013-01-29 | 1 | -1/+1 |
* | vm.c: initialize root_svar | nobu | 2013-01-09 | 1 | -0/+2 |
* | vm.c: suppress warning | nobu | 2012-12-28 | 1 | -0/+3 |
* | * vm_trace.c (rb_threadptr_exec_event_hooks_and_pop_frame): | ko1 | 2012-12-25 | 1 | -5/+4 |
* | * vm_core.h, eval_intern.h (CHECK_STACK_OVERFLOW): move | ko1 | 2012-12-25 | 1 | -3/+3 |
* | * thread.c: rename methods: | ko1 | 2012-12-23 | 1 | -2/+2 |
* | * cont.c (rb_fiber_start): in case of jump with TAG_FATAL, | nagachika | 2012-12-22 | 1 | -5/+0 |