summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add tag v2_0_0_preview2v2_0_0_preview2mame2012-12-010-0/+0
* * test/rubygems/test_gem_specification.rb (test_emits_zulu_timestamps_properl...nobu2012-12-011-3/+1
* time.c, vm_method.c: update rdocnobu2012-12-012-22/+6
* vm_method.c: privatenobu2012-12-011-1/+4
* * test/ruby/test_backtrace.rb: add a test forko12012-12-012-0/+15
* * vm_backtrace.c (location_inspect_m): addko12012-12-012-0/+13
* io.c: recurse for the argumentnobu2012-12-013-5/+22
* * misc: ignore pre-compiled emacs lisp files.nobu2012-12-011-0/+1
* marshal.c: private methodsnobu2012-12-012-12/+20
* * lib/rubygems/commands/cleanup_command.rb: Fix cleanup command fordrbrain2012-12-014-12/+30
* gc.c: suppress warningsnobu2012-12-011-5/+5
* complex.c, time.c: make marshal methods privatenobu2012-12-014-9/+12
* object.c: make remove_instance_variable publicnobu2012-12-013-4/+8
* vm_method.c: make initialize methods privatenobu2012-12-015-1/+28
* * properties.nobu2012-12-010-0/+0
* * test/ruby/test_thread.rb: move ConditionVariable related testkosaki2012-12-013-168/+196
* * test/ruby/test_thread.rb (test_cv_wait_deadlock): enablekosaki2012-12-012-12/+23
* * lib/thread.rb (ConditionVariable): use hash instead of array forkosaki2012-12-013-25/+15
* ruby-electric.el: use kill-regionnobu2012-12-012-1/+6
* inf-ruby.el: fix compilation-shell-minor-modenobu2012-12-012-1/+8
* * ChangeLog: fix a typo for r38075.nagachika2012-12-011-1/+1
* dir.c: use NAMLENnobu2012-12-012-12/+18
* * lib/rubygems/specification.rb: Don't add default gems to $LOAD_PATHdrbrain2012-12-012-0/+7
* * properties.nobu2012-12-011-4/+4
* markdown.rb: \rnobu2012-12-011-2/+2
* * re-added r38053 that is reverted by r38061. Problems by r38053kou2012-12-013-12/+110
* test_gem_specification.rb: suppress warningsnobu2012-12-011-0/+4
* * 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