aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * thread.c (rb_thread_terminate_all): retry broadcast only whenko12012-11-272-2/+13
* * thread.c (rb_thread_terminate_all): broadcast terminate eventko12012-11-272-14/+10
* * eval.c (ruby_cleanup): set thread status to THREAD_KILLEDkosaki2012-11-273-0/+22
* * thread.c (rb_thread_terminate_all): suppress a warning.kosaki2012-11-272-0/+5
* * thread.c (thread_join): raises ThreadError if target theradkosaki2012-11-274-1/+20
* * thread.c (thread_join): raises ThreadError if target threadkosaki2012-11-274-2/+18
* * properties.nobu2012-11-270-0/+0
* * ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handletenderlove2012-11-2717-33/+1951
* Suppress uninitialized variable warning with UNINITIALIZED_VAR()naruse2012-11-271-1/+1
* extmk.rb: fix mixing mkmf.lognobu2012-11-272-0/+6
* extconf.rb: git rid of post-1.8 featurenobu2012-11-276-5/+16
* * NEWS: add TracePont.ko12012-11-272-0/+8
* * vm_trace.c: rename TracePoint#file and TracePoint#lineko12012-11-265-22/+34
* * thread.c (rb_thread_terminate_all): broadcast eTerminateSignalkosaki2012-11-262-5/+17
* * vm_core.h: add members to rb_trace_arg_t:ko12012-11-263-39/+57
* * thread.c (rb_thread_terminate_all): add RUBY_VM_CHECK_INTS_BLOCKING().kosaki2012-11-262-0/+7
* * array.c: Fix rdoc for Array#delete [#7437]marcandre2012-11-262-3/+11
* string.c: suppress warningnobu2012-11-261-1/+1
* extmk.rb: git rid of post-1.8 featuresnobu2012-11-262-3/+14
* * README: mention about README.win32.usa2012-11-262-5/+10
* * 2012-11-27svn2012-11-261-2/+2
* * thread.c (rb_mutex_trylock, rb_mutex_unlock, mutex_sleep):kosaki2012-11-263-0/+31
* * NEWS: update for Thread#join incompatible change.kosaki2012-11-262-0/+11
* * thread.c (rb_thread_terminate_all): use native_sleep() insteadkosaki2012-11-262-1/+11
* * vm_core.h (RUBY_VM_SET_TIMER_INTERRUPT, RUBY_VM_SET_INTERRUPT)kosaki2012-11-264-11/+27
* * thread.c (thread_join_m): use th->interrupt_mask instead ofkosaki2012-11-264-9/+11
* * test/ruby/test_argf.rb (TestArgf#test_chars): since marshal data isusa2012-11-262-2/+7
* * ruby_atomic.h (ATOMIC_CAS): new macro for compare-and-exchange.kosaki2012-11-265-14/+60
* * iseq.c (make_compile_option_value): add trace_instruction option.ko12012-11-262-0/+7
* * bootstraptest/test_thread.rb: try to `join' each 100ko12012-11-262-1/+10
* * common.mk: specify label `built-ruby'.ko12012-11-263-4/+10
* * signal.c (signal_exec): add volatile to make sure setjmp safe.kosaki2012-11-262-1/+6
* * signal.c (signal_exec): suppress "warning: variable 'signum'kosaki2012-11-262-1/+6
* split trap interrupt and async interruptkosaki2012-11-262-7/+24
* * benchmark/driver.rb: accept multiple `-e'.ko12012-11-262-10/+19
* * string.c (rb_str_enumerate_chars, rb_str_enumerate_codepoints)kosaki2012-11-262-3/+9
* * vm_core.h (rb_thread_struct): added 'in_trap' member for markingkosaki2012-11-265-1/+56
* * io.c (argf_each_codepoint): add missing ARGF#codepoints [Bug #7438]naruse2012-11-263-0/+60
* * bignum.c (bigdivrem): restart calculation when bigdivrem1 waskosaki2012-11-262-2/+19
* * bignum.c (big_div_struct): added volatile to 'stop' member.kosaki2012-11-262-4/+11
* string.c: suppress warningsnobu2012-11-261-0/+3
* Makefile.sub: fix r37821nobu2012-11-262-0/+5
* * test/ruby/test_process.rb (test_setsid): added a few wait forkosaki2012-11-262-8/+9
* * 2012-11-26svn2012-11-251-2/+2
* * test/ruby/test_process.rb (test_setsid): call Process.getsid fornagachika2012-11-252-2/+10
* array.c: refactoring of rb_ary_delete_same()shirosaki2012-11-254-25/+34
* * array.c: fixes for the updated documentation in r35858:eregon2012-11-252-14/+20
* * NEWS: add a news about iconv.ktsj2012-11-252-0/+7
* Fix test to follow r37838naruse2012-11-251-2/+2
* Move tests embedded in lib/set.rb to test/test_set.rb.knu2012-11-243-647/+644