| Commit message (Expand) | Author | Age | Files | Lines |
* | * vm_core.h (rb_vm_struct): fix typo: bufferd -> buffered. | matz | 2007-09-28 | 1 | -3/+3 |
* | * thread.c: fix Mutex to be interruptable lock. | ko1 | 2007-08-27 | 1 | -45/+97 |
* | * prelude.rb: added. run this script on startup. | ko1 | 2007-08-24 | 1 | -6/+0 |
* | * vm_core.h (struct rb_thread_struct): removed first_func_arg and | nobu | 2007-08-20 | 1 | -5/+4 |
* | * thread.c (is_ruby_native_thread): check properly. [ruby-dev:31166] | nobu | 2007-08-18 | 1 | -1/+4 |
* | * thread.c (rb_thread_terminate_all): fix to ignore | ko1 | 2007-08-17 | 1 | -9/+17 |
* | * thread.c (rb_thread_raise): check if target thread is | ko1 | 2007-08-12 | 1 | -1/+6 |
* | * thread.c (thread_start_func_2): not re-raise to main thread if it is | nobu | 2007-08-10 | 1 | -2/+7 |
* | * thread.c (thread_create_core): inherit the priority of creating | nobu | 2007-08-10 | 1 | -0/+2 |
* | * thread.c (thread_start_func_2): let abort_on_exception work. | nobu | 2007-08-09 | 1 | -0/+17 |
* | * thread.c (is_ruby_native_thread): made an int function as | nobu | 2007-07-22 | 1 | -1/+1 |
* | * compile.c, compile.h (DECL_ANCHOR, INIT_ANCHOR): split not to | nobu | 2007-07-20 | 1 | -4/+11 |
* | * configure.in: add --enable-valgrind. | akr | 2007-07-14 | 1 | -1/+3 |
* | * blockinlining.c: remove "yarv" prefix. | ko1 | 2007-07-12 | 1 | -9/+11 |
* | * thread.c (thread_join): pthread_t may not be pointer. | nobu | 2007-07-12 | 1 | -5/+5 |
* | * thread_pthread.ci (thread_start_func_2): not use a directive inside | nobu | 2007-07-12 | 1 | -5/+7 |
* | * thread.c (rb_thread_wait_fd_rw): terminate fdset. | ko1 | 2007-06-26 | 1 | -0/+2 |
* | * call_cfunc.ci: removed. | ko1 | 2007-06-24 | 1 | -3/+0 |
* | * vm.c: some refactoring. | ko1 | 2007-06-24 | 1 | -14/+2 |
* | * parse.y (yycompile): disable trace while creating ruby_debug_lines. | nobu | 2007-06-18 | 1 | -9/+37 |
* | * eval_load.c (Init_load): delay allocating an array for rb_load_path | akr | 2007-06-14 | 1 | -1/+14 |
* | * thread.c (rb_thread_execute_interrupts): invoke ensure when | ko1 | 2007-06-07 | 1 | -10/+1 |
* | * compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c, | nobu | 2007-06-05 | 1 | -107/+107 |
* | * cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail. | ko1 | 2007-05-27 | 1 | -11/+13 |
* | * cont.c: support callcc which everyone love. | ko1 | 2007-05-23 | 1 | -101/+0 |
* | * thread.c (rb_thread_priority): rdoc fix; the initial value is | nobu | 2007-05-10 | 1 | -4/+6 |
* | * configure.in, defines.h, eval_load.c (rb_feature_p, rb_provided, | nobu | 2007-05-03 | 1 | -29/+184 |
* | * thread.c: copied rdocs from fastthread. | nobu | 2007-05-03 | 1 | -2/+71 |
* | * yarvcore.h: remove rb_control_frame_t#callee_id. | ko1 | 2007-04-25 | 1 | -1/+16 |
* | * eval_intern.h (PUSH_TAG): no argument now. | nobu | 2007-04-25 | 1 | -1/+1 |
* | * thread.c (alloc_event_fook, rb_thread_remove_event_hook): should | nobu | 2007-04-25 | 1 | -1/+3 |
* | * eval.c (ruby_cleanup): re-send signal. [ruby-dev:30516] | nobu | 2007-04-19 | 1 | -17/+11 |
* | * eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h: | ko1 | 2007-04-19 | 1 | -0/+289 |
* | * thread.c (mutex_try_lock): check and set owner thread. | ko1 | 2007-04-12 | 1 | -0/+5 |
* | * thread.c (do_select): ubf_select() is not necessary. interrupt is | usa | 2007-04-09 | 1 | -1/+1 |
* | * thread.c (do_select): sorry, typo. | usa | 2007-04-09 | 1 | -1/+1 |
* | * thread.c (do_select): use ubf_select() as UBF on windows. | usa | 2007-04-09 | 1 | -1/+1 |
* | * insns.def (throw), thread.c, yarvcore.h (throwed_errinfo): fixed | nobu | 2007-04-02 | 1 | -6/+6 |
* | * thread.c (thread_start_func_2): store the result of first_func | nobu | 2007-03-19 | 1 | -1/+1 |
* | * thread.c (thread_create_core): block is not used if first_func | nobu | 2007-03-19 | 1 | -1/+1 |
* | * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefan | matz | 2007-03-19 | 1 | -9/+7 |
* | * compile.c: iseq_compile -> rb_iseq_compile. | aamine | 2007-03-08 | 1 | -1/+2 |
* | * thread.c (rb_thread_run): fix to ANSI style. | ko1 | 2007-02-25 | 1 | -2/+1 |
* | * thread.c (DEBUG_OUT): leave pointer size to runtime. | nobu | 2007-02-24 | 1 | -1/+1 |
* | * intern.h (rb_thread_blocking_region): add prototype. | nobu | 2007-02-24 | 1 | -7/+18 |
* | * thread.c (rb_thread_debug): added runtime debugging flag. | nobu | 2007-02-24 | 1 | -3/+33 |
* | * thread.c (rb_thread_polling): check interrupts here. | usa | 2007-02-23 | 1 | -0/+1 |
* | * thread.c (do_select, rb_thread_wait_fd_rw): raise sys error if | ko1 | 2007-02-20 | 1 | -4/+5 |
* | * thread.c (do_select): fix to iterate select(). | ko1 | 2007-02-14 | 1 | -95/+81 |
* | * thread.c (set_unblock_function): fix function interface. | ko1 | 2007-02-14 | 1 | -10/+5 |