| Age | Commit message (Expand) | Author |
| 2010-02-01 | * eval.c (rb_mod_define_method): return original block but not | nobu |
| 2010-02-01 | * eval.c (proc_invoke): reverted r25975. [ruby-dev:39931] | nobu |
| 2010-01-27 | * eval.c (thread_init): used only for setitimer or threaded. | nobu |
| 2010-01-27 | * io.c, eval.c, process.c: add __APPLE__ to r26371's condition. | naruse |
| 2010-01-21 | * eval.c (thread_timer, rb_thread_stop_timer): check the timing of | usa |
| 2010-01-10 | * eval.c (recursive_push): Taint internal hash to prevent | knu |
| 2009-12-23 | * eval.c (rb_load): initialize orig_func. [ruby-core:27296] | nobu |
| 2009-12-02 | * eval.c (proc_invoke): unbound block created by define_method | nobu |
| 2009-11-23 | * eval.c (rb_method_missing): adjusted format and argument number. | nobu |
| 2009-11-08 | * eval.c (method_inspect, method_name, mnew): Bug fix when | marcandre |
| 2009-11-06 | * eval.c (call_trace_func): remove the trace hook if any exception | nobu |
| 2009-11-06 | * eval.c (get_event_name): added thread events. | nobu |
| 2009-10-22 | * *.[chy]: removed trailing spaces. | nobu |
| 2009-10-16 | * eval.c (rb_clear_cache_for_undef): clear entries for inherited | nobu |
| 2009-10-02 | * eval.c (rb_origenviron): remove unused old variable. | usa |
| 2009-09-23 | * eval.c (Kernel#autoload?): doc fix by Jeremy Henty [ruby-core:19983] | marcandre |
| 2009-09-22 | * eval.c (umethod_bind): Fix bug that disallowed methods from singleton class... | marcandre |
| 2009-09-22 | * eval.c (rb_mod_define_method): Doc fix (accepts UnboundMethod too) | marcandre |
| 2009-09-17 | * eval.c (rb_thread_start_0, rb_thread_start_1): should call start | nobu |
| 2009-09-16 | * eval.c (rb_thread_start_timer): start to catch SIGVTALRM together | nobu |
| 2009-08-28 | Merge branch '19migration/looser_args' into ruby_1_8 | shyouhei |
| 2009-08-07 | * eval.c (rb_thread_schedule): need select for WAIT_SELECT, even if | akr |
| 2009-08-06 | * eval.c (rb_thread_schedule): refine previous change. | akr |
| 2009-08-05 | * eval.c (rb_thread_schedule): fix condition for making thread | akr |
| 2009-08-05 | * eval.c (rb_exc_raise, rb_exc_fatal): require exception object. | nobu |
| 2009-08-05 | * eval.c (rb_eval): does not restore old errinfo when fatal error. | nobu |
| 2009-08-05 | * eval.c (rb_eval): not discard fatal error. | nobu |
| 2009-07-28 | * eval.c (rb_event_all, rb_add_event_hook): merged thread-switch | nobu |
| 2009-07-19 | * configure.in (DEPRECATED): backported from trunk. | nobu |
| 2009-07-01 | * eval.c (PUSH_ANCHOR, POP_ANCHOR, rb_thread_start_0): separated | nobu |
| 2009-05-15 | * eval.c (rb_thread_join), ext/thread/thread.c (wake_one): adjusts | nobu |
| 2009-05-01 | * eval.c, gc.c (_longjmp): never return. see [ruby-core:23241] | nobu |
| 2009-04-28 | * eval.c (get_ts): use readtime clock. [ruby-dev:38354] | nobu |
| 2009-04-24 | * eval.c (rb_thread_start_timer): guard condition was inverted. | nobu |
| 2009-04-22 | * eval.c (proc_invoke): shares dmethod scope local variables. | nobu |
| 2009-04-19 | * eval.c (ruby_cleanup): the order of local variables on stack is | nobu |
| 2009-04-18 | * eval.c (safe_mutex_lock): pthread_cleanup_push() must not be | nobu |
| 2009-04-18 | * eval.c (rb_thread_remove): stops timer thread unless other | nobu |
| 2009-04-03 | * gc.c (Init_stack): use ruby_init_stack. [ruby-dev:34350] | nobu |
| 2009-04-03 | ------------------------------------------------------------------------ | nobu |
| 2009-03-30 | * eval.c (rb_eval): checks for interrupt, stack and finalizers too. | nobu |
| 2009-03-16 | * eval.c (proc_arity): fixed rdoc. [ruby-core:18708] | nobu |
| 2009-03-16 | * eval.c (rb_thread_schedule): suppressed a warning. | nobu |
| 2009-03-16 | * eval.c (stack_extend): suppressed a warning. | nobu |
| 2009-03-13 | * eval.c (rb_call0): should pass rest argument information even | matz |
| 2009-02-28 | * class.c (rb_singleton_class_clone): Qnil must be used for a null | knu |
| 2009-02-28 | * eval.c (rb_eval): needs to guard intermediate string objects. | nobu |
| 2009-02-25 | * eval.c (rb_thread_schedule): mswin32 doesn't have F_GETFD, so check | usa |
| 2009-02-14 | * eval.c (rb_thread_schedule): handle EBADF of select as well. | akr |
| 2009-01-30 | * proc.c (Init_Proc): add '===' operator to use procs in when | knu |