aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * string.c (rb_str_enumerate_chars, rb_str_enumerate_codepoints)knu2012-11-272-3/+6
* * NEWS: typos.eregon2012-11-271-7/+8
* * bignum.c (bigdivrem): optimize the way to retry calculation ofmrkn2012-11-273-15/+56
* * vm.c (rb_vm_make_env_object): make Proc object if Env is possibleko12012-11-273-11/+46
* * ruby_atomic.h (ATOMIC_CAS): added for Solaris and other platforms.ngoto2012-11-273-2/+27
* * lib/rdoc/*: Added --root option for building documentation outsidedrbrain2012-11-2720-35/+169
* * test/rdoc/test_rdoc_ri_paths.rb: Fixed duplicate path bug whichdrbrain2012-11-272-1/+6
* * test/rdoc/test_rdoc_generator_darkfish.rb: Updated tests for windowsdrbrain2012-11-277-4/+25
* * common.mk (rdoc): Set --debug for rdoc generation in case of bugsdrbrain2012-11-272-1/+5
* * lib/rdoc/rubygems_hook.rb: Updated for (upcoming) RubyGems 2drbrain2012-11-273-38/+54
* reverting r37881tenderlove2012-11-2717-1951/+33
* * NEWS: add improvements of the garbage collector.nari2012-11-272-0/+10
* * lib/rdoc*: Updated to RDoc 4.0 (pre-release)drbrain2012-11-27233-5063/+44982
* * 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