summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
2012-06-29stack_extendnobu
2011-07-14* eval.c (ruby_setjmp): need to save the stack after r2 (the Tablenobu
2011-05-20* eval.c (rb_thread_atfork): When a ruby process forks, its randomshyouhei
2010-09-23 * eval.c (rb_add_threadswitch_hook): wrapper for unofficial APIsnobu
2010-05-23 * io.c, eval.c, process.c: remove all condition of r26371.kosaki
2010-04-19* eval.c (search_required): expand home relative path first.nobu
2010-03-26* eval.c (rb_eval): Use for() and make it a bit easier to read andknu
2010-03-25* prelude.rb, Makefile.in, common.mk: Introduce prelude.rb.knu
2010-03-18* io.c, eval.c, process.c: add linux to r26371's condition.naruse
2010-03-10* eval.c (rb_f_loop): Return an enumerator if no block is given.knu
2010-02-01* eval.c (rb_mod_define_method): return original block but notnobu
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 ofusa
2010-01-10* eval.c (recursive_push): Taint internal hash to preventknu
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_methodnobu
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 whenmarcandre
2009-11-06* eval.c (call_trace_func): remove the trace hook if any exceptionnobu
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 inheritednobu
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 startnobu
2009-09-16* eval.c (rb_thread_start_timer): start to catch SIGVTALRM togethernobu
2009-08-28Merge branch '19migration/looser_args' into ruby_1_8shyouhei
2009-08-07* eval.c (rb_thread_schedule): need select for WAIT_SELECT, even ifakr
2009-08-06* eval.c (rb_thread_schedule): refine previous change. akr
2009-08-05* eval.c (rb_thread_schedule): fix condition for making threadakr
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-switchnobu
2009-07-19* configure.in (DEPRECATED): backported from trunk.nobu
2009-07-01* eval.c (PUSH_ANCHOR, POP_ANCHOR, rb_thread_start_0): separatednobu
2009-05-15* eval.c (rb_thread_join), ext/thread/thread.c (wake_one): adjustsnobu
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 isnobu
2009-04-18* eval.c (safe_mutex_lock): pthread_cleanup_push() must not benobu
2009-04-18* eval.c (rb_thread_remove): stops timer thread unless othernobu
2009-04-03* gc.c (Init_stack): use ruby_init_stack. [ruby-dev:34350]nobu
2009-04-03------------------------------------------------------------------------nobu