Age | Commit message (Expand) | Author |
2008-06-15 | merge revision(s) 16564: | shyouhei |
2008-06-15 | merge revision(s) 16385: | shyouhei |
2008-06-09 | merge revision(s) 15054: | shyouhei |
2008-06-07 | merge revision(s) 15005: | shyouhei |
2008-06-07 | merge revision(s) 14086: | shyouhei |
2008-06-07 | merge revision(s) 13957: | shyouhei |
2008-06-04 | merge revision(s) 13586: | shyouhei |
2007-09-23 | * eval.c, intern.h, ext/thread/thread.c: should not free queue while | shyouhei |
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 occured | shyouhei |
2007-08-21 | * eval.c (rb_kill_thread): renamed in order to get rid of conflict | shyouhei |
2007-06-08 | * eval.c (rb_thread_cancel_timer): fix undefined function | 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-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 queue | shyouhei |
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-22 | merge -c 12267 | shyouhei |
2007-05-22 | merge -c 12187 | shyouhei |
2007-05-22 | merge -c 12127 | shyouhei |
2007-05-22 | merge -c 12126 | shyouhei |
2007-05-22 | merge -c 12123 | shyouhei |
2007-03-11 | * eval.c (error_handle): no message when exiting by signal. | knu |
2007-03-03 | * eval.c (stack_check): Unset inline to fix build with GCC 3.4.6; | knu |
2007-03-03 | * eval.c (rb_provided): return true only for features loaded from | knu |
2007-03-03 | * env.h (SCOPE_CLONE): Introduce a new scope flag to prevent a | knu |
2007-02-19 | * configure.in, defines.h, eval.c (rb_feature_p, rb_provided, | knu |
2007-01-31 | * eval.c (rb_iterate): need to PUSH_ITER in proper order. | matz |
2007-01-27 | * parse.y (dyna_var_lookup): should not alter dvar->val not to | matz |
2006-12-09 | * eval.c (ruby_cleanup): keep the exception till after END blocks. | nobu |
2006-11-24 | * eval.c (rb_mod_define_method): set implicit visibility only when | matz |
2006-11-08 | * eval.c (BEGIN_CALLARGS): ruby_block may be NULL even when | matz |
2006-10-31 | * eval.c (rb_call0): fixed bug of zsuper with both of opt and rest. | usa |
2006-10-04 | * eval.c (rb_call): check protected visibility based on real self, | matz |
2006-09-23 | * eval.c (rb_thread_save_context, rb_thread_restore_context): | why |
2006-09-10 | * eval.c (rb_require_safe): prevent extension from loading twice. | nobu |
2006-09-10 | * eval.c (stack_extend): fixed prototype. | nobu |
2006-09-01 | * common.mk, configure.in, defines.h, eval.c, gc.c, main.c, | akr |
2006-08-31 | * eval.c (ruby_init): rename top_cref to ruby_top_cref and export, | why |
2006-08-07 | * dln.c, eval.c, gc.c, regex.c, ruby.h: shut up AIX alloca | matz |
2006-08-01 | * eval.c (Init_Binding): fix old commit miss. | nobu |
2006-07-31 | * ruby.h: use ifdef (or defined) for macro constants that may or | matz |
2006-07-30 | * eval.c (rb_call0): trace call/return of method defined from block. | nobu |
2006-07-30 | * eval.c (rb_trap_eval): make the current thread runnable to deal with | nobu |
2006-07-24 | * eval.c (backtrace): skip frames successive on node and method name. | nobu |
2006-07-24 | * eval.c (rb_call0): revert last change. [ruby-dev:29112] | matz |