aboutsummaryrefslogtreecommitdiffstats
path: root/eval_intern.h
Commit message (Expand)AuthorAgeFilesLines
* eval_error.c: rb_print_inaccessiblenobu2014-07-261-0/+1
* constify parametersnobu2014-06-181-3/+3
* eval_intern.h: suppress warning by gcc 4.6nobu2014-05-281-1/+1
* Handle machine stack overflow on mingwnobu2014-05-151-0/+9
* eval_intern.h: VAR_INITIALIZEDnobu2014-04-041-1/+9
* eval_intern.h: __builtin_longjmp requires literal 1 on gcc 4.9nobu2014-04-021-1/+2
* eval_intern.h: use TH_TMPPOP_TAG and TH_REPUSH_TAGnobu2014-02-051-7/+3
* * eval_intern.h (SAVE_ROOT_JMPBUF): workaround for the failure ofusa2013-11-211-0/+19
* eval_jump.c: reuse same tagnobu2013-11-191-1/+7
* eval_intern.h: refine stack overflow detectionnobu2013-11-181-3/+2
* eval_intern.h: rename prefixnobu2013-11-051-5/+5
* eval_intern.h: avoid undefined behavior of setjmpnobu2013-11-041-4/+23
* vm_core.h: move jmpbuf between tag and prevnobu2013-05-181-11/+0
* eval_intern.h: jmpbuf must be accessiblenobu2013-05-171-0/+11
* * configure.in: Check mblen().akr2013-04-241-1/+5
* * configure.in: check for the whether crt_externs.h is present when compilingcharliesome2012-12-281-1/+5
* * vm_core.h, eval_intern.h (CHECK_STACK_OVERFLOW): moveko12012-12-251-6/+0
* * vm.c (rb_vm_jump_tag_but_local_jump): remove unnessesary 2ndnagachika2012-12-181-1/+1
* Fix build when gcc is used and the platform's libc lacks alloca().knu2012-11-091-21/+0
* * 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