| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * 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 |
* | * compile.c, insns.def, vm.c, vm_core.h: remove some insns | ko1 | 2008-07-01 | 1 | -0/+4 |
* | * vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class name | ko1 | 2008-06-29 | 1 | -0/+3 |
* | * thread.c, thread_win32.c, vm_core.h: try to remove false positive of | mame | 2008-06-19 | 1 | -0/+1 |
* | * vm_core.h, thread.c: rename global_interpreter_lock to | ko1 | 2008-06-15 | 1 | -1/+1 |
* | * vm_core.h (rb_vm_t), vm.c (rb_vm_mark): moved preallocated special | nobu | 2008-06-15 | 1 | -1/+10 |
* | * thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c: add | mame | 2008-06-12 | 1 | -0/+4 |
* | * vm.c, eval_intern.h (PASS_PASSED_BLOCK): | ko1 | 2008-06-10 | 1 | -0/+23 |
* | * include/ruby/ruby.h, vm_core.h: add a type rb_blockptr. | mame | 2008-06-09 | 1 | -1/+1 |
* | * vm_core.h (struct rb_vm_struct): moved ruby_debug, ruby_verbose, and | nobu | 2008-06-09 | 1 | -0/+2 |
* | * vm_core.h (struct rb_vm_struct): moved src_encoding_index. | nobu | 2008-06-09 | 1 | -0/+2 |
* | * include/ruby/mvm.h: new header file for MVM, and moved rb_vm_t and | nobu | 2008-05-31 | 1 | -4/+4 |
* | * vm_core.h (struct rb_unblock_callback), thread.c | nobu | 2008-05-30 | 1 | -2/+6 |
* | * eval_method.c: renamed from vm_method.c. "vm_method.c" is included | ko1 | 2008-05-24 | 1 | -9/+1 |
* | * vm_core.h (rb_num_t): moved form vm.h. | nobu | 2008-05-23 | 1 | -0/+2 |
* | * eval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h, | ko1 | 2008-05-22 | 1 | -21/+15 |
* | * eval_intern.h, vm_core.h, include/ruby/intern.h, include/ruby/ruby.h, | usa | 2008-05-22 | 1 | -15/+21 |
* | * eval.c, vm.c, vm_core.h, vm_insnhelper.c: specify "const". | ko1 | 2008-05-22 | 1 | -3/+3 |
* | * vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling. | ko1 | 2008-05-19 | 1 | -3/+1 |
* | * load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM. | nobu | 2008-04-30 | 1 | -0/+1 |
* | * vm_core.h (rb_vm_t), gc.c (rb_objspace, rb_newobj), vm.c | nobu | 2008-04-27 | 1 | -0/+4 |
* | * vm_core.h (exec_event_hooks): ``inline'' is a type modifier, not a type its... | shyouhei | 2008-04-22 | 1 | -1/+1 |
* | * vm_core.h (struct iseq_compile_data): moved label_no from | nobu | 2008-04-20 | 1 | -0/+1 |
* | * compile.c, compile.h (compile_debug): made runtime option. | nobu | 2008-04-14 | 1 | -0/+2 |
* | * configure.in (RUBY_SETJMP, RUBY_LONGJMP, RUBY_JMP_BUF): prefers | nobu | 2008-03-31 | 1 | -1/+1 |
* | * eval_intern.h, insnhelper.h, thread_pthread.h, vm_core.h, vm_opts.h: | nobu | 2008-01-18 | 1 | -3/+3 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |