aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * variable.c (rb_class_path_no_cache): add a function to get the classtenderlove2012-12-019-69/+178
* * test/rdoc/test_rdoc_options.rb: Windows drive letters aredrbrain2012-12-012-1/+6
* * lib/rubygems.rb: Search for gem deps file up the directory tree.drbrain2012-12-013-2/+61
* * test/runner.rb: Set GEM_HOME, GEM_PATH and GEM_SKIP to empty set.drbrain2012-12-012-9/+7
* * compile.c (ADD_CATCH_ENTRY): add a cast to fix SEGV with x64 mingwshirosaki2012-11-302-1/+8
* * Fixed commit reference for r38083drbrain2012-11-301-1/+1
* * parse.y (parser.utf8): remove unused property.naruse2012-11-302-5/+10
* suppress warnings: uninitialized variablesnaruse2012-11-301-1/+7
* suppress warnings: unused variablesnaruse2012-11-302-3/+3
* Use RUBYOPT to overwrite original RUBYOPT ENVnaruse2012-11-301-1/+1
* * lib/sync.rb (Sync_m#sync_synchronize): add Thread.async_interrupt_timingkosaki2012-11-302-20/+29
* * lib/thread.rb (ConditionVariable#broadcast): s/RuntimeError/StandardError/kosaki2012-11-302-2/+7
* * lib/thread.rb (SizedQueue#pop): rewrite by using ConditionVariable.kosaki2012-11-303-58/+58
* * thread.c (Thread.async_interrupt_timing): fix RDoc.ko12012-11-302-6/+11
* * iseq.c: add RubyVM::InstructionSequence (ISeq) inspection methods.ko12012-11-303-18/+105
* * include/ruby/ruby.h (rb_event_flag_t): Maintain integer precisiondrbrain2012-11-302-1/+6
* * test/rubygems/test_gem_dependency_installer.rb: Use Gem.read_binarydrbrain2012-11-302-3/+9
* * thread.c (rb_threadptr_interrupt_mask, async_interrupt_timing_func):kosaki2012-11-302-44/+38
* * thread.c (rb_threadptr_interrupt_mask): add argument check.kosaki2012-11-303-0/+35
* * lib/thread.rb (ConditionVariable#broadcast): protect fromkosaki2012-11-302-24/+37
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): raise if a...kazu2012-11-302-0/+7
* assert_in_out_err with block ignores test_stdoutkazu2012-11-301-2/+2
* * test/rdoc/test_rdoc_rubygems_hook.rbusa2012-11-302-9/+21
* [EXPERIMENTAL]ko12012-11-306-0/+154
* * test/rubygems/test_gem_dependency_installler.rb: gems are of courseusa2012-11-302-3/+9
* * lib/rubygems/command.rb (Gem::Command#get_all_gem_names_and_versions):usa2012-11-304-3/+22
* * ext/fiddle/extconf.rb, ext/fiddle/function.cngoto2012-11-303-1/+9
* fix typoskazu2012-11-301-2/+2
* * test/rubygems/test_gem_installer.rbusa2012-11-302-1/+10
* * ChangeLog: remove duplicated lines for r38042-r38044.nagachika2012-11-301-8/+0
* * 2012-12-01svn2012-11-301-3/+3
* * ChangeLog: fix a typo for r38064.nagachika2012-11-301-1/+1
* * ChangeLog: fix a typo for r38063.nagachika2012-11-301-1/+1
* * test/rubygems/test_gem_installer.rbusa2012-11-302-1/+8
* * test/rubygems/test_gem_ext_ext_conf_builder.rbusa2012-11-302-0/+7
* * lib/rubygems/specification.rbusa2012-11-302-4/+13
* * vm_core.h (rb_vm_struct): add thread_destruct_lock field.kosaki2012-11-303-2/+32
* revert r35486 (add rb_thread_t#yeiling field). because it doesn't helpkosaki2012-11-303-22/+1
* * revert r38053 because it causes too many test failures.usa2012-11-303-95/+18
* fix typoskazu2012-11-301-5/+5
* * lib/test/unit/parallel.rb (Test::Unit::Worker.run): wrap LoadErrorusa2012-11-302-1/+6
* * thread.c: TracePoint#self returns invoking/exitting thread objectko12012-11-303-6/+22
* * test/ruby/memory_status.rb (Memory::Win32): sorry, ko1.usa2012-11-301-2/+5
* * test/ruby/memory_status.rb (Memory::Win32): rescue non libffi user, such as...usa2012-11-301-1/+6
* * ChangeLog: mention to ML and ticket: [ruby-core:50194] [Bug #7443]usa2012-11-301-1/+1
* * test/ruby/memory_status.rb (Memory::Win32): use fiddle instead of dl,usa2012-11-302-4/+10
* * defs/default_gems: Add base directory column.kou2012-11-303-12/+105
* * vm_trace.c:zzak2012-11-302-5/+47
* fix typoszzak2012-11-301-1/+1
* * vm_trace.c (tracepoint_disable_m, tracepoint_enable_m):ko12012-11-302-2/+9