aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/rubygems*: Updated to RubyGems 2.0drbrain2012-11-29214-6995/+13959
* * include/ruby/debug.h: provide rb_tracearg_*() APIs,ko12012-11-293-79/+153
* * test/minitest/test_minitest_unit.rb: restore orig_verbose onlynaruse2012-11-292-1/+7
* * vm_trace.c (rb_tracepoint_attr_method_id):ko12012-11-294-7/+16
* * vm_trace.c (rb_tracepoint_attr_defined_class):ko12012-11-294-5/+15
* * gc.c (gc_stat): prepre Symbol objects at first timeko12012-11-292-10/+30
* * gc.c (gc_stat): GC.stat supports new informationko12012-11-292-52/+45
* * test/dtrace/helper.rb (DTrace::TestCase): check dtrace availabilitynobu2012-11-2911-15/+12
* * properties.nobu2012-11-290-0/+0
* Imported minitest 4.3.2 (r8026)ryan2012-11-2913-240/+760
* test/dl: no warningsnobu2012-11-293-2/+5
* remove trailing spaces.nobu2012-11-298-118/+117
* Revert r37956: thread.c (thread_start_func_2): small cleanups.kosaki2012-11-291-9/+10
* * thread.c (thread_start_func_2): remove unused code. Whenkosaki2012-11-292-8/+13
* * vm_backtrace.c: same as a last patch.ko12012-11-292-7/+11
* * vm_backtrace.c: use `long' for return values of `NUM2LONG()'.ko12012-11-292-1/+5
* Revert r37953: thread.c (thread_start_func_2): remove unused code. securitynaruse2012-11-292-7/+10
* * thread.c (do_select): suppress warning (uninitialized value warning)naruse2012-11-292-1/+7
* * eval.c (ruby_cleanup): delay THREAD_KILLED timing.ko12012-11-292-3/+8
* * vm_backtrace.c (vm_backtrace_to_ary): support range argumentko12012-11-292-16/+50
* * thread.c (thread_start_func_2): small cleanups.kosaki2012-11-282-10/+13
* * thread.c (thread_start_func_2): remove unused code.kosaki2012-11-282-19/+18
* * thread.c (thread_start_func_2): remove unused code.kosaki2012-11-282-1/+6
* * thread.c (thread_start_func_2): remove unused code. securitykosaki2012-11-282-10/+7
* * vm_backtrace.c (backtrace_to_str_ary2): rename to backtrace_to_str_ary.ko12012-11-282-21/+27
* * probes.d: Change function-entry probe to method-entry.tenderlove2012-11-289-28/+39
* * vm_backtrace.c: rename Class name fromko12012-11-282-1/+7
* * ChangeLog: fix a typo for r37928.nagachika2012-11-281-1/+1
* * 2012-11-29svn2012-11-281-2/+2
* * ChangeLog: fix a typo for r37938.nagachika2012-11-281-1/+1
* * ext/fiddle/closure.c: cosmetic fix for rdoc comment. (fix for r37917)nagachika2012-11-281-1/+1
* revert some part of r37942. sorry.tarui2012-11-282-4/+11
* add ticket ref: [ruby-dev:46654] [ruby-trunk - Bug #7455]ko12012-11-281-0/+1
* * thread.c (rb_mutex_sleep): fix to allow spurious wakeup.ko12012-11-283-3/+13
* * NEWS (Thread) remove incompatible changes.tarui2012-11-282-9/+4
* * thread_win32.c: catch up latest change of BLOCKING_REGION.ko12012-11-282-2/+6
* * vm_insnhelper.c (vm_call_method): fix undefined behavior.ko12012-11-282-2/+8
* * test/ruby/test_thread.rb (test_thread_status_in_trap): change test fortarui2012-11-282-11/+16
* * include/ruby/thread.h (rb_thread_call_without_gvl2): changeko12012-11-283-89/+114
* * thread.c (thread_join_sleep): check spurious wakeup by itself fortarui2012-11-283-37/+59
* emitter.c: constifynobu2012-11-282-4/+9
* extconf.rb: mingw32nobu2012-11-282-3/+7
* extconf.rb: VPATHnobu2012-11-282-12/+8
* mkmf.rb: each_compile_rulesnobu2012-11-283-5/+23
* unit.rb: remove unnecessary includesnobu2012-11-281-4/+0
* * vm_core.h (enum rb_thread_status): remove THREAD_TO_KILLkosaki2012-11-285-35/+93
* * thread.c (struct rb_mutex_struct): add allow_trap field.kosaki2012-11-285-10/+41
* add ticket number [Bug #4559]ko12012-11-281-0/+1
* * proc.c: remove Proc#== and Proc#eql?.ko12012-11-283-39/+7
* * lib/rdoc/servlet.rb: Add support for serving documentation from adrbrain2012-11-284-12/+38