| Commit message (Expand) | Author | Age | Files | Lines |
* | eval_intern.h: make TH_PUSH_TAG() initialize rb_vm_tag::tag with Qundef | rhe | 2016-09-26 | 1 | -1/+1 |
* | * vm_core.h: revisit the structure of frame, block and env. | ko1 | 2016-07-28 | 1 | -6/+16 |
* | Suppress false warnings | nobu | 2016-06-18 | 1 | -0/+2 |
* | * configure.in: check function attirbute const and pure, | naruse | 2016-05-08 | 1 | -1/+0 |
* | Use `rb_method_visibility_t` instead of `int` in `rb_print_undef` | yui-knk | 2016-01-03 | 1 | -1/+1 |
* | * vm.c (rb_vm_cref_replace_with_duplicated_cref): added. | ko1 | 2015-11-20 | 1 | -0/+1 |
* | * refactoring CREF related code. | ko1 | 2015-11-13 | 1 | -29/+7 |
* | * method.h: constify rb_cref_t::scope_visi; | ko1 | 2015-11-13 | 1 | -1/+1 |
* | eval_intern.h: pass_passed_block | nobu | 2015-10-05 | 1 | -9/+8 |
* | compile.c: use ruby_tag_type | nobu | 2015-07-17 | 1 | -21/+0 |
* | * internal.h: move definition of rb_cref_t to method.h. | ko1 | 2015-06-05 | 1 | -9/+4 |
* | * vm_method.c: rename `rb_frame_...' to `rb_scope_...'. | ko1 | 2015-06-03 | 1 | -2/+0 |
* | * method.h: split rb_method_definition_t::flag to several flags. | ko1 | 2015-06-03 | 1 | -7/+16 |
* | * eval_intern.h, vm_method.c: move macros to functions. | ko1 | 2015-05-31 | 1 | -4/+2 |
* | * internal.h, eval_intern.h: move CREF accessors. | ko1 | 2015-03-11 | 1 | -0/+83 |
* | * vm_insnhelper.h: use T_IMEMO to create THROW_DATA. | ko1 | 2015-03-11 | 1 | -2/+0 |
* | * eval_intern.h (THROW_DATA_P): use RB_TYPE_P() instead of | ko1 | 2015-03-10 | 1 | -1/+1 |
* | * vm_insnhelper.h: define struct THROW_DATA to represent | ko1 | 2015-03-10 | 1 | -10/+1 |
* | * internal.h: define rb_cref_t and change to use it. | ko1 | 2015-03-08 | 1 | -1/+1 |
* | * internal.h: define CREF accessor macros. | ko1 | 2015-03-08 | 1 | -3/+3 |
* | * eval_intern.h, vm.c, vm_eval.c, vm_insnhelper.c: | ktsj | 2015-01-16 | 1 | -1/+1 |
* | eval_error.c: rb_print_inaccessible | nobu | 2014-07-26 | 1 | -0/+1 |
* | constify parameters | nobu | 2014-06-18 | 1 | -3/+3 |
* | eval_intern.h: suppress warning by gcc 4.6 | nobu | 2014-05-28 | 1 | -1/+1 |
* | Handle machine stack overflow on mingw | nobu | 2014-05-15 | 1 | -0/+9 |
* | eval_intern.h: VAR_INITIALIZED | nobu | 2014-04-04 | 1 | -1/+9 |
* | eval_intern.h: __builtin_longjmp requires literal 1 on gcc 4.9 | nobu | 2014-04-02 | 1 | -1/+2 |
* | eval_intern.h: use TH_TMPPOP_TAG and TH_REPUSH_TAG | nobu | 2014-02-05 | 1 | -7/+3 |
* | * eval_intern.h (SAVE_ROOT_JMPBUF): workaround for the failure of | usa | 2013-11-21 | 1 | -0/+19 |
* | eval_jump.c: reuse same tag | nobu | 2013-11-19 | 1 | -1/+7 |
* | eval_intern.h: refine stack overflow detection | nobu | 2013-11-18 | 1 | -3/+2 |
* | eval_intern.h: rename prefix | nobu | 2013-11-05 | 1 | -5/+5 |
* | eval_intern.h: avoid undefined behavior of setjmp | nobu | 2013-11-04 | 1 | -4/+23 |
* | vm_core.h: move jmpbuf between tag and prev | nobu | 2013-05-18 | 1 | -11/+0 |
* | eval_intern.h: jmpbuf must be accessible | nobu | 2013-05-17 | 1 | -0/+11 |
* | * configure.in: Check mblen(). | akr | 2013-04-24 | 1 | -1/+5 |
* | * configure.in: check for the whether crt_externs.h is present when compiling | charliesome | 2012-12-28 | 1 | -1/+5 |
* | * vm_core.h, eval_intern.h (CHECK_STACK_OVERFLOW): move | ko1 | 2012-12-25 | 1 | -6/+0 |
* | * vm.c (rb_vm_jump_tag_but_local_jump): remove unnessesary 2nd | nagachika | 2012-12-18 | 1 | -1/+1 |
* | Fix build when gcc is used and the platform's libc lacks alloca(). | knu | 2012-11-09 | 1 | -21/+0 |
* | * vm_core.h: remove lfp (local frame pointer) and rename | ko1 | 2012-06-11 | 1 | -1/+1 |
* | * eval_error.c (rb_print_undef_str): new function to raise | nobu | 2011-07-26 | 1 | -0/+3 |
* | * thread_pthread.c (rb_thread_create_timer_thread): removed | kosaki | 2011-07-10 | 1 | -1/+0 |
* | * fix for build on solaris 10. | nobu | 2011-06-16 | 1 | -0/+1 |
* | * eval.c (setup_exception): internal exception should be hidden | nobu | 2011-05-18 | 1 | -0/+2 |
* | * eval_intern.h: parenthesize macro arguments. | akr | 2011-01-17 | 1 | -7/+7 |
* | * eval_intern.h (CHECK_STACK_OVERFLOW): it was not intended to add | mame | 2010-11-15 | 1 | -1/+1 |
* | * load.c (rb_load_internal): remove call to rb_realpath_internal | mame | 2010-06-17 | 1 | -1/+1 |
* | * load.c (ruby_init_ext): statically linked extensions have no | nobu | 2010-06-03 | 1 | -1/+1 |
* | * vm_core.h (rb_vm_get_sourceline): moved from eval_intern.h for | nobu | 2010-05-13 | 1 | -1/+0 |