aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_thread_save_context, rb_thread_restore_context):why2006-09-231-102/+82
* * dir.c (dir_s_glob): remove unused variable.matz2006-09-181-7/+0
* * eval.c (rb_require_safe): prevent extension from loading twice.nobu2006-09-101-7/+7
* * eval.c (rb_f_local_variables): list symbols.matz2006-09-041-2/+2
* * ruby.h (struct RArray): embed small arrays.matz2006-09-021-63/+58
* * eval.c (rb_eval): should handle when in else clause. a patchmatz2006-09-021-16/+3
* * eval.c (search_required): use RSTRING_PTR and RSTRING_STR.usa2006-08-311-1/+1
* * ruby.h (struct RString): embed small strings.matz2006-08-311-30/+33
* * eval.c (ruby_init): rename top_cref to ruby_top_cref and export,why2006-08-311-5/+5
* Revert.drbrain2006-08-281-3/+2
* Include attributiondrbrain2006-08-271-2/+3
* ansificated.akr2006-08-131-9/+4
* * dln.c, eval.c, gc.c, ruby.h: shut up AIX alloca warning.matz2006-08-071-3/+1
* * 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