aboutsummaryrefslogtreecommitdiffstats
path: root/eval_intern.h
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * eval.c (eval): fix to check stack overflow.ko12007-09-261-0/+6
* * vm.h, eval_intern.h: move some macros to eval_intern.h.ko12007-09-141-2/+11
* * proc.c (Init_Proc), eval.c (Init_eval), eval_intern.h: moveko12007-08-141-2/+0
* * blockinlining.c: remove "yarv" prefix.ko12007-07-121-3/+2
* * compile.c: rename iseq_translate_direct_threaded_code()ko12007-07-021-32/+1
* * eval_intern.h, yarvcore.h: move declaration of sysstack_errorko12007-07-011-1/+0
* * gc.h: add RUBY_ prefix to debug macros.ko12007-06-251-0/+2
* * eval.c: remove ruby_current_node and change eval() prototype.ko12007-06-241-3/+0
* * vm.c: some refactoring.ko12007-06-241-12/+12
* * eval_load.c (rb_require_safe, ruby_init_ext): load with ruby levelnobu2007-06-181-0/+1
* * include/ruby: moved public headers.nobu2007-06-101-5/+5
* * eval_intern.h, eval.c (ruby_init): remove POP_TAG_INIT().ko12007-06-061-1/+0
* * cont.c (rb_fiber_start): clear th->tag and check error to fixko12007-06-051-1/+4