| Commit message (Expand) | Author | Age | Files | Lines |
* | * thread.c (thread_create_core): prohibit thread creation in the | matz | 2008-01-18 | 1 | -1/+5 |
* | * thread.c (thread_create_core): set thread group before creating | nobu | 2008-01-18 | 1 | -1/+1 |
* | * thread.c (thread_cleanup_func): ignore errors from destroying mutex | nobu | 2008-01-18 | 1 | -1/+0 |
* | * thread.c: clear thread structure. | ko1 | 2008-01-14 | 1 | -1/+13 |
* | * thread.c (rb_mutex_unlock): proper error message for unlocking | matz | 2008-01-10 | 1 | -10/+18 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * thread.c: remove Thread.critical(=). | ko1 | 2007-12-25 | 1 | -15/+2 |
* | * include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() to | ko1 | 2007-12-25 | 1 | -1/+1 |
* | * thread.c (rb_thread_wait_fd_rw): should check EBADF on select(). | ko1 | 2007-12-25 | 1 | -1/+1 |
* | * README.EXT.ja, dir.c, eval.c, eval_intern.h, lex.c.src, | matz | 2007-12-25 | 1 | -1/+1 |
* | * vm_core.h, thread.c, cont.c: add RUBY_VM_SET_INTERRUPT(), | ko1 | 2007-12-25 | 1 | -3/+3 |
* | * load.c (load_lock): reverted. | nobu | 2007-12-24 | 1 | -0/+3 |
* | enable several rdoc. | akr | 2007-12-24 | 1 | -12/+12 |
* | * thread.c (rb_thread_atfork): should not leave living_threads | nobu | 2007-12-24 | 1 | -3/+2 |
* | * thread.c (rb_thread_atfork): fix to mark thread object. | ko1 | 2007-12-21 | 1 | -1/+2 |
* | * common.mk, *.ci: renamed to *.c. | ko1 | 2007-12-20 | 1 | -2/+2 |
* | * insnhelper.ci, vm.c, vm_core.h: change interface of | ko1 | 2007-12-20 | 1 | -1/+1 |
* | * thread.c (recursive_pop): use object ID. | nobu | 2007-12-07 | 1 | -5/+6 |
* | * thread.c (rb_exec_recursive): use Hash instead of Array for | nobu | 2007-12-07 | 1 | -18/+19 |
* | * thread.c (thread_initialize): fixed typo. | nobu | 2007-12-05 | 1 | -1/+1 |
* | * proc.c (rb_proc_s_new): call initialize. [ruby-core:13824] | nobu | 2007-12-05 | 1 | -10/+48 |
* | * parse.y (yycompile): get rid of tracing while parsing. | nobu | 2007-12-05 | 1 | -8/+8 |
* | * insnhelper.ci (vm_search_normal_superclass): rename function. | matz | 2007-11-22 | 1 | -1/+1 |
* | * vm.c: fix to recycle thread data (VM stack). | ko1 | 2007-11-21 | 1 | -1/+6 |
* | * gc.h, vm_core.h: decl of rb_gc_save_machine_context() | ko1 | 2007-11-20 | 1 | -22/+24 |
* | * blockinlining.c, compile.c, compile.h, debug.c, debug.h, | ko1 | 2007-11-13 | 1 | -1/+1 |
* | * thread.c (call_trace_proc): should return value. | usa | 2007-11-12 | 1 | -1/+1 |
* | * insnhelper.ci (vm_call_method): pass mn->nd_clss to | shugo | 2007-11-11 | 1 | -9/+19 |
* | * thread.c (call_trace_proc): don't call ID2SYM() for ID_ALLOCATOR | shugo | 2007-11-10 | 1 | -1/+11 |
* | * eval_load.c (rb_feature_p): check if the feature is loading with | nobu | 2007-11-06 | 1 | -5/+9 |
* | * 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 |