summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2012-11-30* test/ruby/memory_status.rb (Memory::Win32): rescue non libffi user, such as...usa
2012-11-30* test/ruby/memory_status.rb (Memory::Win32): use fiddle instead of dl,usa
2012-11-30* thread.c: rename Thread.control_interruptko1
2012-11-30string.c: compare with to_strnobu
2012-11-30string.c: always fixed valuenobu
2012-11-30vm_dump.c: no methods in segv handlernobu
2012-11-30parse.y: false usage of local variablenobu
2012-11-30* lib/rubygems/package.rb: Load YAML for building gems.drbrain
2012-11-30 * lib/rubygems/commands/setup_command.rb: Remove old files on installdrbrain
2012-11-30Fix a line matching problem in Abbrev.abbrev(words, "prefix").knu
2012-11-30Improve test data in test_abbrev.knu