index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
eval_intern.h
Age
Commit message (
Expand
)
Author
2015-11-13
* refactoring CREF related code.
ko1
2015-11-13
* method.h: constify rb_cref_t::scope_visi;
ko1
2015-10-05
eval_intern.h: pass_passed_block
nobu
2015-07-17
compile.c: use ruby_tag_type
nobu
2015-06-05
* internal.h: move definition of rb_cref_t to method.h.
ko1
2015-06-03
* vm_method.c: rename `rb_frame_...' to `rb_scope_...'.
ko1
2015-06-03
* method.h: split rb_method_definition_t::flag to several flags.
ko1
2015-05-31
* eval_intern.h, vm_method.c: move macros to functions.
ko1
2015-03-11
* internal.h, eval_intern.h: move CREF accessors.
ko1
2015-03-11
* vm_insnhelper.h: use T_IMEMO to create THROW_DATA.
ko1
2015-03-10
* eval_intern.h (THROW_DATA_P): use RB_TYPE_P() instead of
ko1
2015-03-10
* vm_insnhelper.h: define struct THROW_DATA to represent
ko1
2015-03-08
* internal.h: define rb_cref_t and change to use it.
ko1
2015-03-08
* internal.h: define CREF accessor macros.
ko1
2015-01-16
* eval_intern.h, vm.c, vm_eval.c, vm_insnhelper.c:
ktsj
2014-07-26
eval_error.c: rb_print_inaccessible
nobu
2014-06-18
constify parameters
nobu
2014-05-28
eval_intern.h: suppress warning by gcc 4.6
nobu
2014-05-15
Handle machine stack overflow on mingw
nobu
2014-04-04
eval_intern.h: VAR_INITIALIZED
nobu
2014-04-02
eval_intern.h: __builtin_longjmp requires literal 1 on gcc 4.9
nobu
2014-02-05
eval_intern.h: use TH_TMPPOP_TAG and TH_REPUSH_TAG
nobu
2013-11-21
* eval_intern.h (SAVE_ROOT_JMPBUF): workaround for the failure of
usa
2013-11-19
eval_jump.c: reuse same tag
nobu
2013-11-18
eval_intern.h: refine stack overflow detection
nobu
2013-11-05
eval_intern.h: rename prefix
nobu
2013-11-04
eval_intern.h: avoid undefined behavior of setjmp
nobu
2013-05-18
vm_core.h: move jmpbuf between tag and prev
nobu
2013-05-17
eval_intern.h: jmpbuf must be accessible
nobu
2013-04-24
* configure.in: Check mblen().
akr
2012-12-28
* configure.in: check for the whether crt_externs.h is present when compiling
charliesome
2012-12-25
* vm_core.h, eval_intern.h (CHECK_STACK_OVERFLOW): move
ko1
2012-12-18
* vm.c (rb_vm_jump_tag_but_local_jump): remove unnessesary 2nd
nagachika
2012-11-09
Fix build when gcc is used and the platform's libc lacks alloca().
knu
2012-06-11
* vm_core.h: remove lfp (local frame pointer) and rename
ko1
2011-07-26
* eval_error.c (rb_print_undef_str): new function to raise
nobu
2011-07-10
* thread_pthread.c (rb_thread_create_timer_thread): removed
kosaki
2011-06-16
* fix for build on solaris 10.
nobu
2011-05-18
* eval.c (setup_exception): internal exception should be hidden
nobu
2011-01-17
* eval_intern.h: parenthesize macro arguments.
akr
2010-11-15
* eval_intern.h (CHECK_STACK_OVERFLOW): it was not intended to add
mame
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
[prev]
[next]