aboutsummaryrefslogtreecommitdiffstats
path: root/eval_intern.h
Commit message (Expand)AuthorAgeFilesLines
...
* * vm_core.h: remove lfp (local frame pointer) and renameko12012-06-111-1/+1
* * eval_error.c (rb_print_undef_str): new function to raisenobu2011-07-261-0/+3
* * thread_pthread.c (rb_thread_create_timer_thread): removedkosaki2011-07-101-1/+0
* * fix for build on solaris 10.nobu2011-06-161-0/+1
* * eval.c (setup_exception): internal exception should be hiddennobu2011-05-181-0/+2
* * eval_intern.h: parenthesize macro arguments.akr2011-01-171-7/+7
* * eval_intern.h (CHECK_STACK_OVERFLOW): it was not intended to addmame2010-11-151-1/+1
* * load.c (rb_load_internal): remove call to rb_realpath_internalmame2010-06-171-1/+1
* * load.c (ruby_init_ext): statically linked extensions have nonobu2010-06-031-1/+1
* * vm_core.h (rb_vm_get_sourceline): moved from eval_intern.h fornobu2010-05-131-1/+0
* * eval_intern.h (rb_vm_get_sourceline): add prototype.nobu2010-05-111-0/+1
* * iseq.c (iseq_s_disasm): return nil for native methods.nobu2009-12-231-1/+0
* * thread.c: Revert changes to Thread#raise made in r25278 [ruby-core:25367]marcandre2009-10-121-1/+0
* * eval.c (rb_threadptr_errinfo): renamed.nobu2009-10-101-1/+1
* * thread.c (rb_threadptr_execute_interrupts_rec, rb_threadptr_raise): Thread#...marcandre2009-10-101-0/+1
* * eval_intern.h: use rb_node_newnode() directly.ko12009-09-171-1/+1
* * thread.c: rename functions which require a parameterko12009-06-081-2/+2
* * ruby.c (ruby_script): sets also VM toplevel program name.nobu2009-05-171-0/+1
* * eval_intern.h (_longjmp): never return. see [ruby-core:23241]nobu2009-05-011-1/+6
* * vm_eval.c (method_missing): should not pop cfp if missing methodnobu2009-02-221-0/+2
* * eval_intern.h (translit_char): moved from ruby.c.nobu2009-02-191-0/+16
* * vm_eval.c, eval.c (rb_f_block_given_p): move definition ofko12009-01-191-1/+0
* * vm.c: add a prefix "rb_" to exposed functionsko12009-01-191-7/+7
* * dln.c: Ruby no longer supports VMS.yugui2008-10-041-8/+0
* * dln.c: Ruby no longer supports MacOS 9 or before.yugui2008-10-041-4/+0
* * vm_core.h: ruby/ruby.h should be included at the very firstshyouhei2008-09-231-1/+1
* * include/ruby/node.h, vm_core.h: move definition ofko12008-09-231-8/+0
* * common.mk: clean upko12008-09-231-8/+2
* * include/ruby/signal.h: removed.ko12008-09-031-1/+1
* * configure.in (shutdown, sched_yield, pthread_attr_setinheritsched):nobu2008-08-081-1/+1
* * eval_intern.h: Add support to Haiku. see [ruby-core:18110]naruse2008-08-061-1/+1
* * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbidsshyouhei2008-07-011-1/+1
* * vm.c, eval_intern.h (PASS_PASSED_BLOCK):ko12008-06-101-4/+10
* * eval_method.c: renamed from vm_method.c. "vm_method.c" is includedko12008-05-241-16/+4
* * eval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h,ko12008-05-221-10/+8
* * vm.c (vm_get_ruby_level_cfp): moved from eval_intern.h.nobu2008-05-221-14/+1
* * eval_intern.h, vm_core.h, include/ruby/intern.h, include/ruby/ruby.h,usa2008-05-221-7/+9
* * vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling.ko12008-05-191-13/+4
* * eval_intern.h (enum ruby_tag_type): enum for debug.nobu2008-05-081-9/+20
* * eval_intern.h: speficy the values of the enumeration constantsmame2008-04-301-2/+2
* * configure.in (RUBY_SETJMP, RUBY_LONGJMP, RUBY_JMP_BUF): prefersnobu2008-03-311-6/+4
* * eval_intern.h (TH_EXEC_TAG): need not to FLUSH_REGISTER_WINDOWS.matz2008-03-191-2/+1
* * eval_intern.h (rb_thread_raised_set): use generic flags.nobu2008-03-121-8/+9
* * eval.c (stack_check): made flag per threads.nobu2008-02-281-2/+10
* * eval.c, gc.c (setjmp): sigsetjmp is a macro on cygwin.nobu2008-01-211-1/+1
* * configure.in (sigsetjmp): check if available.nobu2008-01-191-1/+1
* * eval_intern.h, insnhelper.h, thread_pthread.h, vm_core.h, vm_opts.h:nobu2008-01-181-3/+3
* * README.EXT.ja, dir.c, eval.c, eval_intern.h, lex.c.src,matz2007-12-251-6/+6
* * proc.c (rb_obj_public_method): Object#public_method to retrievematz2007-12-171-1/+1
* * eval_intern.h (CHECK_STACK_OVERFLOW): reserve frame size.ko12007-12-091-1/+1