summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-12-05* ext/dl/lib/dl/func.rb (DL::Function#initialize, DL::Function#bind):ngoto
2012-12-05* test/ruby/test_settracefunc.rb: disable trace.ko1
2012-12-05mkmf.rb: different strings from conflict markersnobu
2012-12-04 * test/ruby/test_thread.rb (test_async_interrupt_blocking): bugfixtarui
2012-12-04 * vm_core.h (RUBY_VM_CHECK_INTS_BLOCKING): check async queue everytime.tarui
2012-12-04* test/ruby/memory_status.rb: fixed small typos introduced at r38182.usa
2012-12-04* thread.c (rb_mutex_owned_p): new method that return currentkosaki
2012-12-04* test/ruby/memory_status.rb (Memory): use fiddle/types if available.ngoto
2012-12-04* lib/rdoc/parser/changelog.rb: Added a ChangeLog parser to RDoc.drbrain
2012-12-03* lib/rdoc/ri/driver.rb: Fixed ri page display for files withdrbrain
2012-12-03* test/ruby/test_objectspace.rb: skip RuntimeErrorko1
2012-12-03random.c, rational.c: make marshal methods privatenobu
2012-12-03* iseq.h: iseq_catch_table_entry::catch_type should beko1
2012-12-03ruby-mode.el: fix argument indentnobu
2012-12-02* lib/rdoc/parser.rb: Improved modeline support. Patch by nobu.drbrain
2012-12-02* ext/bigdecimal/bigdecimal.c (BigDecimal_new): stop checking stringmrkn
2012-12-01* lib/rdoc/parser.rb: Parse files with a -*- rdoc -*- modelinedrbrain
2012-12-01* iseq.c (rb_iseq_line_trace_each): iterate `line' event only.ko1
2012-12-01* vm_trace.c: add TracePoint#inspect.ko1
2012-12-01* test/rubygems/test_gem_specification.rb (test_emits_zulu_timestamps_properl...nobu
2012-12-01* test/ruby/test_backtrace.rb: add a test forko1
2012-12-01io.c: recurse for the argumentnobu
2012-12-01* lib/rubygems/commands/cleanup_command.rb: Fix cleanup command fordrbrain
2012-12-01object.c: make remove_instance_variable publicnobu
2012-12-01vm_method.c: make initialize methods privatenobu
2012-12-01* test/ruby/test_thread.rb: move ConditionVariable related testkosaki
2012-12-01* test/ruby/test_thread.rb (test_cv_wait_deadlock): enablekosaki
2012-12-01* lib/thread.rb (ConditionVariable): use hash instead of array forkosaki
2012-12-01test_gem_specification.rb: suppress warningsnobu
2012-12-01* variable.c (rb_class_path_no_cache): add a function to get the classtenderlove
2012-12-01* test/rdoc/test_rdoc_options.rb: Windows drive letters aredrbrain
2012-12-01* lib/rubygems.rb: Search for gem deps file up the directory tree.drbrain
2012-12-01* test/runner.rb: Set GEM_HOME, GEM_PATH and GEM_SKIP to empty set.drbrain
2012-11-30suppress warnings: unused variablesnaruse
2012-11-30Use RUBYOPT to overwrite original RUBYOPT ENVnaruse
2012-11-30* lib/thread.rb (SizedQueue#pop): rewrite by using ConditionVariable.kosaki
2012-11-30* iseq.c: add RubyVM::InstructionSequence (ISeq) inspection methods.ko1
2012-11-30* test/rubygems/test_gem_dependency_installer.rb: Use Gem.read_binarydrbrain
2012-11-30* thread.c (rb_threadptr_interrupt_mask): add argument check.kosaki
2012-11-30* test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): raise if a...kazu
2012-11-30assert_in_out_err with block ignores test_stdoutkazu
2012-11-30* test/rdoc/test_rdoc_rubygems_hook.rbusa
2012-11-30 [EXPERIMENTAL]ko1
2012-11-30* test/rubygems/test_gem_dependency_installler.rb: gems are of courseusa
2012-11-30* lib/rubygems/command.rb (Gem::Command#get_all_gem_names_and_versions):usa
2012-11-30* test/rubygems/test_gem_installer.rbusa
2012-11-30* test/rubygems/test_gem_installer.rbusa
2012-11-30* test/rubygems/test_gem_ext_ext_conf_builder.rbusa
2012-11-30* thread.c: TracePoint#self returns invoking/exitting thread objectko1
2012-11-30* test/ruby/memory_status.rb (Memory::Win32): sorry, ko1.usa