Age | Commit message (Expand) | Author |
2010-06-17 | * load.c (rb_load_internal): remove call to rb_realpath_internal | mame |
2010-06-03 | * load.c (ruby_init_ext): statically linked extensions have no | nobu |
2010-05-13 | * vm_core.h (rb_vm_get_sourceline): moved from eval_intern.h for | nobu |
2010-05-11 | * eval_intern.h (rb_vm_get_sourceline): add prototype. | nobu |
2009-12-23 | * iseq.c (iseq_s_disasm): return nil for native methods. | nobu |
2009-10-12 | * thread.c: Revert changes to Thread#raise made in r25278 [ruby-core:25367] | marcandre |
2009-10-10 | * eval.c (rb_threadptr_errinfo): renamed. | nobu |
2009-10-10 | * thread.c (rb_threadptr_execute_interrupts_rec, rb_threadptr_raise): Thread#... | marcandre |
2009-09-17 | * eval_intern.h: use rb_node_newnode() directly. | ko1 |
2009-06-08 | * thread.c: rename functions which require a parameter | ko1 |
2009-05-17 | * ruby.c (ruby_script): sets also VM toplevel program name. | nobu |
2009-05-01 | * eval_intern.h (_longjmp): never return. see [ruby-core:23241] | nobu |
2009-02-22 | * vm_eval.c (method_missing): should not pop cfp if missing method | nobu |
2009-02-19 | * eval_intern.h (translit_char): moved from ruby.c. | nobu |
2009-01-19 | * vm_eval.c, eval.c (rb_f_block_given_p): move definition of | ko1 |
2009-01-19 | * vm.c: add a prefix "rb_" to exposed functions | ko1 |
2008-10-04 | * dln.c: Ruby no longer supports VMS. | yugui |
2008-10-04 | * dln.c: Ruby no longer supports MacOS 9 or before. | yugui |
2008-09-23 | * vm_core.h: ruby/ruby.h should be included at the very first | shyouhei |
2008-09-23 | * include/ruby/node.h, vm_core.h: move definition of | ko1 |
2008-09-23 | * common.mk: clean up | ko1 |
2008-09-03 | * include/ruby/signal.h: removed. | ko1 |
2008-08-08 | * configure.in (shutdown, sched_yield, pthread_attr_setinheritsched): | nobu |
2008-08-06 | * eval_intern.h: Add support to Haiku. see [ruby-core:18110] | naruse |
2008-07-01 | * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbids | shyouhei |
2008-06-10 | * vm.c, eval_intern.h (PASS_PASSED_BLOCK): | ko1 |
2008-05-24 | * eval_method.c: renamed from vm_method.c. "vm_method.c" is included | ko1 |
2008-05-22 | * eval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h, | ko1 |
2008-05-22 | * vm.c (vm_get_ruby_level_cfp): moved from eval_intern.h. | nobu |
2008-05-22 | * eval_intern.h, vm_core.h, include/ruby/intern.h, include/ruby/ruby.h, | usa |
2008-05-19 | * vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling. | ko1 |
2008-05-08 | * eval_intern.h (enum ruby_tag_type): enum for debug. | nobu |
2008-04-30 | * eval_intern.h: speficy the values of the enumeration constants | mame |
2008-03-31 | * configure.in (RUBY_SETJMP, RUBY_LONGJMP, RUBY_JMP_BUF): prefers | nobu |
2008-03-19 | * eval_intern.h (TH_EXEC_TAG): need not to FLUSH_REGISTER_WINDOWS. | matz |
2008-03-12 | * eval_intern.h (rb_thread_raised_set): use generic flags. | nobu |
2008-02-28 | * eval.c (stack_check): made flag per threads. | nobu |
2008-01-21 | * eval.c, gc.c (setjmp): sigsetjmp is a macro on cygwin. | nobu |
2008-01-19 | * configure.in (sigsetjmp): check if available. | nobu |
2008-01-18 | * eval_intern.h, insnhelper.h, thread_pthread.h, vm_core.h, vm_opts.h: | nobu |
2007-12-25 | * README.EXT.ja, dir.c, eval.c, eval_intern.h, lex.c.src, | matz |
2007-12-17 | * proc.c (rb_obj_public_method): Object#public_method to retrieve | matz |
2007-12-09 | * eval_intern.h (CHECK_STACK_OVERFLOW): reserve frame size. | ko1 |
2007-09-26 | * eval.c (eval): fix to check stack overflow. | ko1 |
2007-09-14 | * vm.h, eval_intern.h: move some macros to eval_intern.h. | ko1 |
2007-08-14 | * proc.c (Init_Proc), eval.c (Init_eval), eval_intern.h: move | ko1 |
2007-07-12 | * blockinlining.c: remove "yarv" prefix. | ko1 |
2007-07-02 | * compile.c: rename iseq_translate_direct_threaded_code() | ko1 |
2007-07-01 | * eval_intern.h, yarvcore.h: move declaration of sysstack_error | ko1 |
2007-06-25 | * gc.h: add RUBY_ prefix to debug macros. | ko1 |