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.c
Age
Commit message (
Expand
)
Author
2006-11-02
* eval.c (rb_call0): fixed bug of zsuper with both of opt and rest.
matz
2006-10-11
* eval.c (rb_obj_define_method): add half boiled RDoc document.
matz
2006-10-09
* eval.c (rb_obj_define_method): add new method
matz
2006-10-07
* eval.c (formal_assign): packed post splat arguments may conflict
matz
2006-10-05
* eval.c (rb_yield_0): small refactoring.
matz
2006-10-04
* eval.c (rb_call): check protected visibility based on real self,
matz
2006-10-02
* eval.c (splat_value): use "to_splat" instead of "to_ary" to
matz
2006-09-23
* eval.c (rb_thread_save_context, rb_thread_restore_context):
why
2006-09-18
* dir.c (dir_s_glob): remove unused variable.
matz
2006-09-10
* eval.c (rb_require_safe): prevent extension from loading twice.
nobu
2006-09-04
* eval.c (rb_f_local_variables): list symbols.
matz
2006-09-02
* ruby.h (struct RArray): embed small arrays.
matz
2006-09-02
* eval.c (rb_eval): should handle when in else clause. a patch
matz
2006-08-31
* eval.c (search_required): use RSTRING_PTR and RSTRING_STR.
usa
2006-08-31
* ruby.h (struct RString): embed small strings.
matz
2006-08-31
* eval.c (ruby_init): rename top_cref to ruby_top_cref and export,
why
2006-08-28
Revert.
drbrain
2006-08-27
Include attribution
drbrain
2006-08-13
ansificated.
akr
2006-08-07
* dln.c, eval.c, gc.c, ruby.h: shut up AIX alloca warning.
matz
2006-07-30
* eval.c (rb_call0): trace call/return of method defined from block.
nobu
2006-07-30
* eval.c (rb_trap_eval): make the current thread runnable to deal with
nobu
2006-07-28
* eval.c (rb_call): fixed typo in cache look-up. [ruby-dev:29167]
matz
2006-07-28
* eval.c (rb_call): a bug in method cache look-up.
matz
2006-07-26
* eval.c (Init_eval): rename #invoke_method and
matz
2006-07-24
* eval.c (backtrace): porting miss.
nobu
2006-07-24
* eval.c (backtrace): skip frames successive on node and method name.
nobu
2006-07-24
* eval.c (rb_call0): revert last change. [ruby-dev:29112]
matz
2006-07-21
* eval.c (rb_call0): include funcalled methods in caller list.
nobu
2006-07-20
* eval.c (rb_call): try local method look-up first for fcall, then
matz
2006-07-19
* eval.c (rb_yield_0): should check args_args before lambda
matz
2006-07-18
* eval.c (yield_under_i): argument should be passed in avalue
matz
2006-07-15
// comment removed.
akr
2006-07-12
* parse.y (f_args): allow post mandatory arguments after optional
matz
2006-07-11
* bignum.c (rb_int2big): use SIGNED_VALUE. [ruby-dev:29019]
matz
2006-07-11
remove an unused label and variable.
akr
2006-07-10
* eval.c (rb_call): remove erroneously restored prot_tag->blkid
matz
2006-07-10
* eval.c (proc_invoke): should not overwrite block information in
matz
2006-07-10
* eval.c (rb_clear_cache_for_remove): clear entries for included
nobu
2006-07-08
* eval.c (next_jump): deal with destination of next.
nobu
2006-07-04
* eval.c (rb_call): should not set prot_tag->blkid since it would
matz
2006-07-01
* eval.c (PUSH_FRAME): initialize frame->self. [ruby-dev:28911]
matz
2006-06-29
* parse.y: use ARGSPUSH instead of ARGSCAT to prevent too much
matz
2006-06-29
* eval.c (SETUP_ARGS0): avoid GC problem.
akr
2006-06-28
* eval.c (when_check): arbitrary values are allowed after splats.
nobu
2006-06-27
* eval.c (rb_eval): problem to handle else part. [ruby-dev:28873]
matz
2006-06-27
* eval.c (rb_eval): support splat in when expression list.
matz
2006-06-27
* string.c: RDoc update for =~ method. a patch from Alex Young
matz
2006-06-27
* eval.c (rb_yield_0): avoid core dump. [ruby-dev:28840]
akr
2006-06-26
* eval.c (call_trace_func): no check for argument number of the
nobu
[next]