aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_call0): trace call/return of method defined from block.nobu2006-07-301-0/+8
* * eval.c (rb_trap_eval): make the current thread runnable to deal withnobu2006-07-301-0/+1
* * eval.c (rb_call): fixed typo in cache look-up. [ruby-dev:29167]matz2006-07-281-1/+1
* * eval.c (rb_call): a bug in method cache look-up.matz2006-07-281-2/+2
* * eval.c (Init_eval): rename #invoke_method andmatz2006-07-261-10/+13
* * eval.c (backtrace): porting miss.nobu2006-07-241-1/+1
* * eval.c (backtrace): skip frames successive on node and method name.nobu2006-07-241-1/+3
* * eval.c (rb_call0): revert last change. [ruby-dev:29112]matz2006-07-241-1/+0
* * eval.c (rb_call0): include funcalled methods in caller list.nobu2006-07-211-0/+1
* * eval.c (rb_call): try local method look-up first for fcall, thenmatz2006-07-201-25/+41
* * eval.c (rb_yield_0): should check args_args before lambdamatz2006-07-191-2/+3
* * eval.c (yield_under_i): argument should be passed in avaluematz2006-07-181-1/+3
* // comment removed.akr2006-07-151-1/+0
* * parse.y (f_args): allow post mandatory arguments after optionalmatz2006-07-121-4/+4
* * bignum.c (rb_int2big): use SIGNED_VALUE. [ruby-dev:29019]matz2006-07-111-2/+5
* remove an unused label and variable.akr2006-07-111-2/+0
* * eval.c (rb_call): remove erroneously restored prot_tag->blkidmatz2006-07-101-1/+0
* * eval.c (proc_invoke): should not overwrite block information inmatz2006-07-101-36/+59
* * eval.c (rb_clear_cache_for_remove): clear entries for includednobu2006-07-101-1/+2
* * eval.c (next_jump): deal with destination of next.nobu2006-07-081-3/+29
* * eval.c (rb_call): should not set prot_tag->blkid since it wouldmatz2006-07-041-7/+11
* * eval.c (PUSH_FRAME): initialize frame->self. [ruby-dev:28911]matz2006-07-011-0/+1
* * parse.y: use ARGSPUSH instead of ARGSCAT to prevent too muchmatz2006-06-291-0/+6
* * eval.c (SETUP_ARGS0): avoid GC problem.akr2006-06-291-1/+2
* * eval.c (when_check): arbitrary values are allowed after splats.nobu2006-06-281-1/+2
* * eval.c (rb_eval): problem to handle else part. [ruby-dev:28873]matz2006-06-271-1/+0
* * eval.c (rb_eval): support splat in when expression list.matz2006-06-271-52/+55
* * string.c: RDoc update for =~ method. a patch from Alex Youngmatz2006-06-271-17/+30
* * eval.c (rb_yield_0): avoid core dump. [ruby-dev:28840]akr2006-06-271-1/+4
* * eval.c (call_trace_func): no check for argument number of thenobu2006-06-261-1/+1
* * eval.c (rb_eval): use rb_ary_new2 instead of rb_ary_new4 to avoidakr2006-06-241-2/+2
* * eval.c (rb_block_pass): removed.nobu2006-06-231-80/+2
* * parse.y (block_param): do not use multiple assignment for a solematz2006-06-211-4/+11
* * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz2006-06-201-33/+15
* * eval.c (proc_invoke): intercept break and return from lambdamatz2006-06-201-44/+37
* * eval.c (Init_eval): add aliases invoke_method andmatz2006-06-171-0/+2
* * eval.c (rb_proc_arity): get rid of segfault for mere splat.nobu2006-06-151-1/+1
* * eval.c (rb_f_method_name, rb_f_callee_name): document typo.usa2006-06-141-2/+2
* * ext/socket/socket.c (Init_socket): remove obsolete constants:matz2006-06-131-6/+10
* * commit miss.usa2006-06-101-0/+19
* * eval.c (rb_f_method_name, rb_f_callee_name): new functions.usa2006-06-101-0/+51
* * eval.c (CALLARGS): remove last semicolon. C90 compiler doesn'tusa2006-06-091-1/+1
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-457/+512
* * eval.c (proc_invoke): save and restore block in the current frame.nobu2006-05-271-1/+3
* * eval.c (SETUP_ARGS0): fixed memory corruption. [ruby-dev:28360]ocean2006-02-231-1/+1
* * eval.c (proc_alloc): add proper check for creation of a lambdamatz2006-02-221-5/+5
* * eval.c: initial value for block_unique must be 1.matz2006-02-201-1/+1
* * eval.c (rb_obj_instance_eval): RDoc description updated. amatz2006-02-181-1/+4
* * variable.c (rb_const_get_0): skip ruby_wrapper in const searchmatz2006-02-171-1/+1
* * eval.c (ev_const_get): simplified using rb_const_get_fallback().matz2006-02-171-34/+2