aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* * test/openssl/test_cipher.rb (test_ctr_if_exists): add CTR mode testnahi2012-11-291-0/+15
* * vm_method.c (rb_method_entry_make): add a method entry withshugo2012-11-291-1/+27
* Revert r37991 "compile.c: hash must be paired"naruse2012-11-291-136/+0
* compile.c: hash must be pairednobu2012-11-291-0/+136
* variable.c: show namespacenobu2012-11-291-1/+2
* * lib/tracer.rb: Updated to match removal of custom_require fromdrbrain2012-11-291-2/+2
* helper.rb: try with sudonobu2012-11-291-2/+11
* test_io_wait.rb: Bug #7420nobu2012-11-291-1/+1
* remove trainling spacesnobu2012-11-297-10/+10
* * lib/rubygems/test_case.rb: Determine path to certificates to avoiddrbrain2012-11-291-7/+2
* * lib/rdoc/test_case.rb (RDoc::TestCase#verbose_capture_io):naruse2012-11-298-15/+15
* * lib/rubygems*: Updated to RubyGems 2.0drbrain2012-11-29106-2240/+6736
* * test/minitest/test_minitest_unit.rb: restore orig_verbose onlynaruse2012-11-291-1/+1
* * vm_trace.c (rb_tracepoint_attr_method_id):ko12012-11-291-4/+4
* * vm_trace.c (rb_tracepoint_attr_defined_class):ko12012-11-291-2/+2
* * test/dtrace/helper.rb (DTrace::TestCase): check dtrace availabilitynobu2012-11-2911-15/+12
* Imported minitest 4.3.2 (r8026)ryan2012-11-295-116/+383
* test/dl: no warningsnobu2012-11-293-2/+5
* remove trailing spaces.nobu2012-11-291-1/+1
* * probes.d: Change function-entry probe to method-entry.tenderlove2012-11-282-4/+4
* * test/ruby/test_thread.rb (test_thread_status_in_trap): change test fortarui2012-11-281-11/+11
* * vm_core.h (enum rb_thread_status): remove THREAD_TO_KILLkosaki2012-11-281-8/+43
* * thread.c (struct rb_mutex_struct): add allow_trap field.kosaki2012-11-281-0/+13
* * proc.c: remove Proc#== and Proc#eql?.ko12012-11-281-6/+0
* * lib/rdoc/servlet.rb: Add support for serving documentation from adrbrain2012-11-281-3/+20
* * thread.c (thread_join): A trap handler check was moved fromkosaki2012-11-281-0/+11
* Added #charpos for multibyte string position.ryan2012-11-281-0/+12
* * ext/fiddle/fiddle.c: adding alignment constants for compatibilitytenderlove2012-11-288-61/+317
* * ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handletenderlove2012-11-277-27/+501
* * bignum.c (bigdivrem): optimize the way to retry calculation ofmrkn2012-11-271-0/+30
* * lib/rdoc/*: Added --root option for building documentation outsidedrbrain2012-11-275-3/+89
* * test/rdoc/test_rdoc_ri_paths.rb: Fixed duplicate path bug whichdrbrain2012-11-271-1/+1
* * test/rdoc/test_rdoc_generator_darkfish.rb: Updated tests for windowsdrbrain2012-11-276-4/+16
* * lib/rdoc/rubygems_hook.rb: Updated for (upcoming) RubyGems 2drbrain2012-11-271-35/+37
* reverting r37881tenderlove2012-11-277-501/+27
* * lib/rdoc*: Updated to RDoc 4.0 (pre-release)drbrain2012-11-2796-1551/+14695
* * eval.c (ruby_cleanup): set thread status to THREAD_KILLEDkosaki2012-11-271-0/+12
* * thread.c (thread_join): raises ThreadError if target theradkosaki2012-11-271-0/+8