aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * variable.c (rb_class_path_no_cache): add a function to get the classtenderlove2012-12-012-2/+51
* * test/rdoc/test_rdoc_options.rb: Windows drive letters aredrbrain2012-12-011-1/+1
* * lib/rubygems.rb: Search for gem deps file up the directory tree.drbrain2012-12-011-0/+35
* * test/runner.rb: Set GEM_HOME, GEM_PATH and GEM_SKIP to empty set.drbrain2012-12-011-9/+1
* suppress warnings: unused variablesnaruse2012-11-302-3/+3
* Use RUBYOPT to overwrite original RUBYOPT ENVnaruse2012-11-301-1/+1
* * lib/thread.rb (SizedQueue#pop): rewrite by using ConditionVariable.kosaki2012-11-301-1/+2
* * iseq.c: add RubyVM::InstructionSequence (ISeq) inspection methods.ko12012-11-301-0/+19
* * test/rubygems/test_gem_dependency_installer.rb: Use Gem.read_binarydrbrain2012-11-301-3/+3
* * thread.c (rb_threadptr_interrupt_mask): add argument check.kosaki2012-11-301-0/+12
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): raise if a...kazu2012-11-301-0/+2
* assert_in_out_err with block ignores test_stdoutkazu2012-11-301-2/+2
* * test/rdoc/test_rdoc_rubygems_hook.rbusa2012-11-301-9/+14
* [EXPERIMENTAL]ko12012-11-301-0/+24
* * test/rubygems/test_gem_dependency_installler.rb: gems are of courseusa2012-11-301-3/+3
* * lib/rubygems/command.rb (Gem::Command#get_all_gem_names_and_versions):usa2012-11-301-1/+1
* * test/rubygems/test_gem_installer.rbusa2012-11-301-1/+1
* * test/rubygems/test_gem_installer.rbusa2012-11-301-1/+1
* * test/rubygems/test_gem_ext_ext_conf_builder.rbusa2012-11-301-0/+1
* * thread.c: TracePoint#self returns invoking/exitting thread objectko12012-11-301-4/+13
* * 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
* * test/ruby/memory_status.rb (Memory::Win32): use fiddle instead of dl,usa2012-11-301-4/+4
* * thread.c: rename Thread.control_interruptko12012-11-301-8/+8
* string.c: compare with to_strnobu2012-11-301-1/+2
* string.c: always fixed valuenobu2012-11-301-1/+1
* vm_dump.c: no methods in segv handlernobu2012-11-301-0/+7
* parse.y: false usage of local variablenobu2012-11-301-0/+2
* * lib/rubygems/package.rb: Load YAML for building gems.drbrain2012-11-301-6/+6
* * lib/rubygems/commands/setup_command.rb: Remove old files on installdrbrain2012-11-301-0/+45
* Fix a line matching problem in Abbrev.abbrev(words, "prefix").knu2012-11-301-1/+8
* Improve test data in test_abbrev.knu2012-11-301-4/+2
* Add tests for lib/abbrev.rb.knu2012-11-301-0/+49
* * lib/rubygems/spec_fetcher.rb: Allow prerelease spec fetching to faildrbrain2012-11-301-0/+14
* * lib/rake/backtrace.rb: Removed duplication indrbrain2012-11-301-0/+8
* * revert r37993 to avoid SEGV in tests.shugo2012-11-301-27/+1
* * lib/rdoc/ri/driver.rb: Relaxed matching for pages to be moredrbrain2012-11-301-0/+34
* Refix r38002: capture_subprocess_io also doesn't forknaruse2012-11-301-2/+2
* Use capture_subprocess_io instead of capture_io. fix r38002naruse2012-11-301-1/+1
* * lib/rubygems/commands/contents_command.rb: Sort output from command.drbrain2012-11-301-1/+1
* * lib/rdoc/generator/darkfish.rb: Silenced warningdrbrain2012-11-294-8/+30
* * gc.c (rb_objspace_call_finalizer): finalize_deferred may free upnari2012-11-291-0/+6
* [EXPERIMENTAL: NEED DISCUSS]ko12012-11-291-1/+56
* Imported minitest 4.3.2 (r8027)ryan2012-11-291-20/+23
* Fix typo of r38004naruse2012-11-291-1/+1
* Sort th result to compare multiple linesnaruse2012-11-291-1/+1
* * lib/rake/*: Updated to rake 0.9.5drbrain2012-11-2910-21/+129
* Run another process to avoid failure when objspace is already loadednaruse2012-11-291-3/+6
* * vm.c: add a return hook when a method raises an exception.tenderlove2012-11-291-0/+29
* * compile.c (compile_array_): refix r37991 remove assertion:naruse2012-11-291-0/+136