| Commit message (Expand) | Author | Age | Files | Lines |
* | * eval.c (eval): check if backtrace is empty. [ruby-core:15040] | nobu | 2008-01-14 | 1 | -4/+5 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * eval.c (Init_eval): move instance_eval and instance_exec to | matz | 2008-01-04 | 1 | -2/+2 |
* | * README.EXT.ja, dir.c, eval.c, eval_intern.h, lex.c.src, | matz | 2007-12-25 | 1 | -5/+5 |
* | * eval.c (rb_exc_raise): ANSI style. | akr | 2007-12-24 | 1 | -9/+5 |
* | * eval_method.c (Init_eval_method): extracted from Init_eval | akr | 2007-12-24 | 1 | -3/+1 |
* | * eval.c (function_call_may_return_twice_jmp_buf): removed. | akr | 2007-12-24 | 1 | -3/+0 |
* | enable several rdoc. | akr | 2007-12-24 | 1 | -2/+1 |
* | enable documents for raise and local_variables. | akr | 2007-12-23 | 1 | -4/+4 |
* | * eval.c (rb_obj_instance_eval): use class of immediate objects. | ko1 | 2007-12-22 | 1 | -1/+1 |
* | * eval.c (rb_f_method_name): now __method__ and __callee__ are | matz | 2007-12-22 | 1 | -30/+2 |
* | * common.mk, *.ci: renamed to *.c. | ko1 | 2007-12-20 | 1 | -4/+4 |
* | * eval.c (errinfo_place): skip if error is Fixnum. [ruby-dev:32608] | ko1 | 2007-12-19 | 1 | -1/+2 |
* | * eval.c (rb_protect): restore root_jmpbuf even if proc exits by | akr | 2007-12-13 | 1 | -3/+3 |
* | * eval.c (rb_protect): restore root_jmpbuf to avoid SEGV by | akr | 2007-12-13 | 1 | -0/+3 |
* | * object.c (Init_Object): singleton_method_{added,removed,undefined} | matz | 2007-12-11 | 1 | -1/+2 |
* | * eval.c (rb_method_missing): RDoc update patch from Hugh Sasse | matz | 2007-12-10 | 1 | -0/+3 |
* | * eval.c (rb_f_public_send): rename invoke_method to public_send. | matz | 2007-12-10 | 1 | -15/+7 |
* | * insnhelper.ci (vm_yield_with_cfunc): fix to passing argc on third | ko1 | 2007-12-01 | 1 | -0/+6 |
* | * signal.c (trap_signm): SIGVTALRM no longer used for green | matz | 2007-11-30 | 1 | -1/+1 |
* | * eval.c (rb_method_missing): fix stack trace. | ko1 | 2007-11-27 | 1 | -0/+2 |
* | * eval.c (eval): should be volatile value for GC. | ko1 | 2007-11-09 | 1 | -1/+1 |
* | * eval.c (send_internal): use self in the previous frame to check for | nobu | 2007-11-09 | 1 | -4/+10 |
* | * eval.c (rb_invoke_method): check if invoked in function style. | nobu | 2007-11-09 | 1 | -2/+2 |
* | * eval.c: fix typo in invoke_method documentation | davidflanagan | 2007-11-06 | 1 | -1/+1 |
* | * eval.c (Init_eval): move #send to Kernel module from BasicObject. | matz | 2007-11-05 | 1 | -1/+1 |
* | * eval.c (rb_f_send): allow send/__send__ to call methods of all | matz | 2007-11-04 | 1 | -24/+20 |
* | * eval.c (ruby_options), ruby.c (proc_options, process_options): not | nobu | 2007-10-01 | 1 | -3/+10 |
* | * include/ruby/intern.h: export rb_ivar_foreach. | akr | 2007-09-28 | 1 | -1/+1 |
* | * eval.c (eval): fix to check stack overflow. | ko1 | 2007-09-26 | 1 | -0/+1 |
* | * eval.c (rb_longjmp): source file information may be NULL. | matz | 2007-09-25 | 1 | -4/+11 |
* | * vm.h, eval_intern.h: move some macros to eval_intern.h. | ko1 | 2007-09-14 | 1 | -2/+0 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -1/+1 |
* | * enumerator.c (enumerator_next): stop pre-fetching. | matz | 2007-08-24 | 1 | -3/+9 |
* | * eval.c (rb_f_send_bang): abandon the name funcall for private | matz | 2007-08-24 | 1 | -11/+11 |
* | * eval.c: $! should not be writable. | ko1 | 2007-08-18 | 1 | -12/+42 |
* | * eval.c (frame_func_id): return proper method ID. | nobu | 2007-08-17 | 1 | -5/+12 |
* | * eval.c (rb_call), eval_method.ci (rb_add_method, rb_alias), | ko1 | 2007-08-17 | 1 | -15/+24 |
* | * proc.c (Init_Proc), eval.c (Init_eval), eval_intern.h: move | ko1 | 2007-08-14 | 1 | -1/+6 |
* | * eval.c (rb_clear_trace_func, rb_thread_stop_timer_thread): | nobu | 2007-08-13 | 1 | -12/+17 |
* | * compile.c, compile.h (DECL_ANCHOR, INIT_ANCHOR): split not to | nobu | 2007-07-20 | 1 | -3/+3 |
* | * blockinlining.c: remove "yarv" prefix. | ko1 | 2007-07-12 | 1 | -14/+15 |
* | * eval.c, insnhelper.ci, vm.c: change cref index (-1 -> 2). | ko1 | 2007-07-10 | 1 | -3/+3 |
* | * eval.c (exec_under): add proper casts. | ko1 | 2007-07-10 | 1 | -3/+3 |
* | * vm.c, insnhelper.ci: fix svar interface. | ko1 | 2007-07-10 | 1 | -6/+5 |
* | * eval.c (rb_interrupt): suppress a gcc's officious warning. | nobu | 2007-07-06 | 1 | -2/+3 |
* | * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c, | nobu | 2007-07-05 | 1 | -38/+23 |
* | * cont.c (rb_fiber_s_new): revert initializing VM stack. | ko1 | 2007-06-26 | 1 | -1/+0 |
* | * gc.h: add RUBY_ prefix to debug macros. | ko1 | 2007-06-25 | 1 | -11/+5 |
* | * eval.c: remove ruby_current_node and change eval() prototype. | ko1 | 2007-06-24 | 1 | -50/+9 |