summaryrefslogtreecommitdiff
path: root/eval.c
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) 17636:shyouhei2008-06-291-1/+1
* merge revision(s) 17581:shyouhei2008-06-291-2/+1
* merge revision(s) 17547:shyouhei2008-06-291-2/+2
* merge revision(s) 16507:shyouhei2008-06-291-18/+24
* merge revision(s) 16536:shyouhei2008-06-281-4/+4
* merge revision(s) 16514:shyouhei2008-06-161-4/+9
* merge revision(s) 16564:shyouhei2008-06-151-1/+1
* merge revision(s) 16385:shyouhei2008-06-151-0/+2
* merge revision(s) 15054:shyouhei2008-06-091-4/+5
* merge revision(s) 15005:shyouhei2008-06-071-2/+3
* merge revision(s) 14086:shyouhei2008-06-071-1/+2
* merge revision(s) 13957:shyouhei2008-06-071-0/+3
* merge revision(s) 13586:shyouhei2008-06-041-2/+7
* * eval.c, intern.h, ext/thread/thread.c: should not free queue whileshyouhei2007-09-231-1/+0
* * eval.c (rb_thread_start_0): should unset time_thread_alive_p.shyouhei2007-09-071-0/+7
* * eval.c (mnew): should preserve noex as safe_level.shyouhei2007-09-071-2/+2
* * eval.c (get_backtrace): check the result more.shyouhei2007-08-221-1/+3
* * eval.c (ruby_cleanup): return EXIT_FAILURE if any exceptions occuredshyouhei2007-08-221-7/+24
* * eval.c (rb_kill_thread): renamed in order to get rid of conflictshyouhei2007-08-211-3/+3
* * eval.c (rb_thread_cancel_timer): fix undefined functionshyouhei2007-06-081-0/+5
* * eval.c (rb_eval_cmd): just return if no exceptions.shyouhei2007-06-081-0/+4
* * eval.c (rb_eval_cmd): just return if no exceptions.shyouhei2007-06-081-0/+5
* * eval.c (rb_eval_cmd): just return if no exceptions.shyouhei2007-06-081-1/+1
* * eval.c, intern.h, ext/thread/thread.c: should not free queueshyouhei2007-06-071-5/+23
* * eval.c (method_inspect): show proper class name.shyouhei2007-06-071-1/+5
* * eval.c (mnew): call of super via a method object should work again.shyouhei2007-05-261-1/+0
* * process.c (proc_exec_v): terminate timer thread in advance.shyouhei2007-05-221-0/+32
* merge -c 12267shyouhei2007-05-221-6/+8
* merge -c 12187shyouhei2007-05-221-2/+5
* merge -c 12127shyouhei2007-05-221-12/+13
* merge -c 12126shyouhei2007-05-221-5/+9
* merge -c 12123shyouhei2007-05-221-1/+2
* * eval.c (error_handle): no message when exiting by signal.knu2007-03-111-9/+19
* * eval.c (stack_check): Unset inline to fix build with GCC 3.4.6;knu2007-03-031-1/+1
* * eval.c (rb_provided): return true only for features loaded fromknu2007-03-031-12/+18
* * env.h (SCOPE_CLONE): Introduce a new scope flag to prevent aknu2007-03-031-1/+2
* * configure.in, defines.h, eval.c (rb_feature_p, rb_provided,knu2007-02-191-56/+101
* * eval.c (rb_iterate): need to PUSH_ITER in proper order.matz2007-01-311-2/+2
* * parse.y (dyna_var_lookup): should not alter dvar->val not tomatz2007-01-271-1/+0
* * eval.c (ruby_cleanup): keep the exception till after END blocks.nobu2006-12-091-1/+0
* * eval.c (rb_mod_define_method): set implicit visibility only whenmatz2006-11-241-8/+8
* * eval.c (BEGIN_CALLARGS): ruby_block may be NULL even whenmatz2006-11-081-1/+1
* * eval.c (rb_call0): fixed bug of zsuper with both of opt and rest.usa2006-10-311-1/+8
* * eval.c (rb_call): check protected visibility based on real self,matz2006-10-041-16/+18
* * eval.c (rb_thread_save_context, rb_thread_restore_context):why2006-09-231-100/+82
* * eval.c (rb_require_safe): prevent extension from loading twice.nobu2006-09-101-7/+7
* * eval.c (stack_extend): fixed prototype.nobu2006-09-101-1/+1
* * common.mk, configure.in, defines.h, eval.c, gc.c, main.c,akr2006-09-011-88/+110
* * eval.c (ruby_init): rename top_cref to ruby_top_cref and export,why2006-08-311-5/+5
* * dln.c, eval.c, gc.c, regex.c, ruby.h: shut up AIX allocamatz2006-08-071-3/+1