summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
2006-08-13ansificated.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 withnobu
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 andmatz
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, thenmatz
2006-07-19* eval.c (rb_yield_0): should check args_args before lambdamatz
2006-07-18* eval.c (yield_under_i): argument should be passed in avaluematz
2006-07-15// comment removed.akr
2006-07-12* parse.y (f_args): allow post mandatory arguments after optionalmatz
2006-07-11* bignum.c (rb_int2big): use SIGNED_VALUE. [ruby-dev:29019]matz
2006-07-11remove an unused label and variable.akr
2006-07-10* eval.c (rb_call): remove erroneously restored prot_tag->blkidmatz
2006-07-10* eval.c (proc_invoke): should not overwrite block information inmatz
2006-07-10* eval.c (rb_clear_cache_for_remove): clear entries for includednobu
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 wouldmatz
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 muchmatz
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 Youngmatz
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 thenobu
2006-06-24* eval.c (rb_eval): use rb_ary_new2 instead of rb_ary_new4 to avoidakr
2006-06-23* eval.c (rb_block_pass): removed.nobu
2006-06-21* parse.y (block_param): do not use multiple assignment for a solematz
2006-06-20* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz
2006-06-20* eval.c (proc_invoke): intercept break and return from lambdamatz
2006-06-17* eval.c (Init_eval): add aliases invoke_method andmatz
2006-06-15* eval.c (rb_proc_arity): get rid of segfault for mere splat.nobu
2006-06-14* eval.c (rb_f_method_name, rb_f_callee_name): document typo.usa
2006-06-13* ext/socket/socket.c (Init_socket): remove obsolete constants:matz
2006-06-10* commit miss.usa
2006-06-10* eval.c (rb_f_method_name, rb_f_callee_name): new functions.usa
2006-06-09* eval.c (CALLARGS): remove last semicolon. C90 compiler doesn'tusa
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-05-27* eval.c (proc_invoke): save and restore block in the current frame.nobu
2006-02-23* eval.c (SETUP_ARGS0): fixed memory corruption. [ruby-dev:28360]ocean
2006-02-22* eval.c (proc_alloc): add proper check for creation of a lambdamatz
2006-02-20* eval.c: initial value for block_unique must be 1.matz
2006-02-18* eval.c (rb_obj_instance_eval): RDoc description updated. amatz