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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
eval.c
Age
Commit message (
Expand
)
Author
2006-06-26
* util.c (powersOf10): constified.
nobu
2006-06-23
* signal.c: revert last change.
nagai
2006-06-21
* signal.c (ruby_nativethread_signal, posix_nativethread_signal,
nagai
2006-06-07
* eval.c (rb_call0): binding for the return event hook should have
matz
2006-05-22
* eval.c (umethod_bind): should not update original class.
matz
2006-05-22
* eval.c (ev_const_get): should support constant access from
matz
2006-04-19
* parse.y (arg): too much NEW_LIST()
matz
2006-04-19
* eval.c (rb_eval): use ARGSCAT for NODE_OP_ASGN1.
matz
2006-04-17
* eval.c: block_unique should be 1, not frame_unique.
matz
2006-03-28
* eval.c (backtrace): reports aliased method names in a generated
matz
2006-03-23
* eval.c (method_missing): should support argument splat in
matz
2006-03-03
* lib/rdoc/ri/ri_paths.rb (RI::Paths): adding paths from rubygems
matz
2006-02-23
* eval.c (SETUP_ARGS0): fixed memory corruption. [ruby-dev:28360]
ocean
2006-02-20
* lib/rational.rb (Integer::gcd): replaced by gcd4 in
matz
2006-02-17
* eval.c (rb_thread_wait_for): sleep should always sleep for
matz
2006-02-15
* eval.c (backtrace): frame->orig_func may not be initialized.
matz
2006-02-15
* eval.c (rb_eval): NODE_OP_ASGN1 should allow splat in its
matz
2006-02-15
* eval.c (yield_under_i): should not pass self as an argument to
matz
2006-02-15
* eval.c (rb_obj_instance_eval): should no singleton classes for
matz
2006-02-14
* eval.c (DMETHOD_P): accessing wrong frame. [ruby-dev:28181]
matz
2006-02-13
* eval.c (rb_call0): argument update propagation. [ruby-dev:28044]
matz
2006-02-13
* eval.c (eval): should push class from binding if supplied.
matz
2006-02-11
* eval.c (eval): no need to push ruby_class. [ruby-dev:28176]
matz
2006-02-04
* eval.c: apply the FreeBSD getcontext/setcontext workaround
akr
2006-02-02
* eval.c (eval): need not to protect $SAFE value.
matz
2006-01-22
* eval.c (POST_GETCONTEXT): define separately from PRE_GETCONTEXT on
akr
2006-01-22
* eval.c (ruby_setjmp): workaround for FreeBSD/i386
akr
2006-01-20
* eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): use only for SPARC and IA64
akr
2006-01-18
* eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): don't clobber %l7 of SPARC
akr
2005-12-31
* eval.c (rb_thread_save_context): should not recycle scope object used
nobu
2005-12-29
avoid a GC problem with RUBY_ALWAYS_GC= ./ruby -e ''.
akr
2005-12-29
* eval.c (rb_gc_mark_threads): leave unmarked threads which won't wake
nobu
2005-12-26
* eval.c (rb_eval), gc.c (gc_mark_children), node.h (NEW_ALIAS,
nobu
2005-12-26
* eval.c (ev_const_get): fixed a bug in constant reference during
matz
2005-12-20
* eval.c (eval_under_i): evaluate source in caller's frame.
nobu
2005-12-16
* eval.c (bmcall): fix a GC problem by tail call on
akr
2005-12-12
precedes registering global VALUE variables before initializing it.
akr
2005-12-12
* ext/digest/digest.c (rb_digest_base_s_digest): add volatile to
matz
2005-12-07
* eval.c (umethod_bind): adjust invoking class for module method.
nobu
2005-12-07
* eval.c (call_trace_func): klass parameter should be a
matz
2005-12-06
* eval.c (exec_under): avoid accessing ruby_frame->prev.
matz
2005-11-30
* eval.c (rb_funcall2): allow to call protected methods.
nobu
2005-11-01
* eval.c (rb_call_super): should call method_missing if super is
matz
2005-10-19
* rubysig.h (CHECK_INTS): prevent signal handler to run during
matz
2005-10-18
* eval.c, gc.c, time.c: made internal symbols static. [ruby-dev:27435]
nobu
2005-10-11
* eval.c (rb_obj_respond_to): check if obj responds to the given
nobu
2005-10-08
* eval.c (Init_Binding): add Binding#dup method. [yarv-dev:666]
nobu
2005-09-28
* evalc. (rb_f_send): underscores need to be escaped.
nobu
2005-09-28
* eval.c (ev_const_get), variable.c (rb_const_get_0): retry only when
nobu
2005-09-26
* eval.c (set_trace_func): add rb_secure(4) to prevent adding
matz
[next]