summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
2010-06-21eval.c: Bug #1886 [ruby-core:24767]; ensure that rb_exc_raise and rb_exc_fata...wyhaines
2010-06-08eval.c: Backport #2202 [ruby-core:26074]; backport of r25359, which modifies ...wyhaines
2010-02-04Syntax change and dead code cleanup to help resolve some build issues on cert...wyhaines
2010-02-03Backport #1743 [ruby-core:24203]; stops timer thread unless other threads exist.wyhaines
2010-01-26Backport #2039 [ruby-core:25339]; backported r24413, r24416, r24442 to fix a ...wyhaines
2010-01-20eval.c: Backport #2592 [ruby-core:27525]; Added an ifndef for WIN32 so that F...wyhaines
2009-08-20Backport #1001; handle EBADF in select() to avoid Interpreter-wide deadlock w...wyhaines
2009-07-10Fix method scoping bug.wyhaines
2009-03-23merge revision(s) 17874,17886:shyouhei
2009-02-22merge revision(s) 21354:shyouhei
2009-02-22merge revision(s) 21353:shyouhei
2009-02-21merge revision(s) 21165:shyouhei
2009-02-10merge revision(s) 20225:shyouhei
2009-02-10merge revision(s) 20214:shyouhei
2009-01-28merge revision(s) 19690:shyouhei
2009-01-16merge revision(s) 18485:shyouhei
2009-01-15merge revision(s) 18463:shyouhei
2009-01-07merge revision(s) 18355:shyouhei
2009-01-05merge revision(s) 18316,18319:shyouhei
2008-08-04merge revision(s) 17833:17837:shyouhei
2008-07-07merge revision(s) 17832:shyouhei
2008-06-29merge revision(s) 17636:shyouhei
2008-06-29merge revision(s) 17581:shyouhei
2008-06-29merge revision(s) 17547:shyouhei
2008-06-29merge revision(s) 16507:shyouhei
2008-06-28merge revision(s) 16536:shyouhei
2008-06-16merge revision(s) 16514:shyouhei
2008-06-15merge revision(s) 16564:shyouhei
2008-06-15merge revision(s) 16385:shyouhei
2008-06-09merge revision(s) 15054:shyouhei
2008-06-07merge revision(s) 15005:shyouhei
2008-06-07merge revision(s) 14086:shyouhei
2008-06-07merge revision(s) 13957:shyouhei
2008-06-04merge revision(s) 13586:shyouhei
2007-09-23 * eval.c, intern.h, ext/thread/thread.c: should not free queue whileshyouhei
2007-09-07* eval.c (rb_thread_start_0): should unset time_thread_alive_p.shyouhei
2007-09-07 * eval.c (mnew): should preserve noex as safe_level.shyouhei
2007-08-22 * eval.c (get_backtrace): check the result more.shyouhei
2007-08-22 * eval.c (ruby_cleanup): return EXIT_FAILURE if any exceptions occuredshyouhei
2007-08-21 * eval.c (rb_kill_thread): renamed in order to get rid of conflictshyouhei
2007-06-08* eval.c (rb_thread_cancel_timer): fix undefined functionshyouhei
2007-06-08* eval.c (rb_eval_cmd): just return if no exceptions.shyouhei
2007-06-08 * eval.c (rb_eval_cmd): just return if no exceptions.shyouhei
2007-06-08* eval.c (rb_eval_cmd): just return if no exceptions.shyouhei
2007-06-07* eval.c, intern.h, ext/thread/thread.c: should not free queueshyouhei
2007-06-07* eval.c (method_inspect): show proper class name.shyouhei
2007-05-26* eval.c (mnew): call of super via a method object should work again.shyouhei
2007-05-22* process.c (proc_exec_v): terminate timer thread in advance.shyouhei
2007-05-22merge -c 12267shyouhei
2007-05-22merge -c 12187shyouhei