aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * thread.c (thread_join): raises ThreadError if target threadkosaki2012-11-271-2/+5
* * ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handletenderlove2012-11-277-27/+501
* * vm_trace.c: rename TracePoint#file and TracePoint#lineko12012-11-261-3/+3
* * array.c: Fix rdoc for Array#delete [#7437]marcandre2012-11-261-0/+8
* * test/ruby/test_argf.rb (TestArgf#test_chars): since marshal data isusa2012-11-261-2/+2
* * vm_core.h (rb_thread_struct): added 'in_trap' member for markingkosaki2012-11-261-0/+15
* * io.c (argf_each_codepoint): add missing ARGF#codepoints [Bug #7438]naruse2012-11-261-0/+24
* * test/ruby/test_process.rb (test_setsid): added a few wait forkosaki2012-11-261-4/+6
* * test/ruby/test_process.rb (test_setsid): call Process.getsid fornagachika2012-11-251-2/+4
* Fix test to follow r37838naruse2012-11-251-2/+2
* Move tests embedded in lib/set.rb to test/test_set.rb.knu2012-11-241-3/+638
* String#{lines,chars,codepoints,bytes} now return an array.knu2012-11-241-6/+113
* Fix tests of rb_warning().knu2012-11-245-27/+27
* Fix WeakRef finalizeshirosaki2012-11-241-0/+32
* * test/ruby/test_rubyoptions.rb (test_usage, test_usage_long):tadf2012-11-241-6/+3
* Rvert r37827 and r37828naruse2012-11-241-19/+0
* * vm_trace.c (rb_tracepoint_attr_raised_exception): should not checkko12012-11-241-0/+43
* Fix TestProcess#test_setsidshirosaki2012-11-241-1/+1
* Fix finalize of WeakRefshirosaki2012-11-241-0/+19
* * process.c (proc_getsid): adds new method for getting session id.kosaki2012-11-241-0/+15
* ruby.c: wrap descriptionsnobu2012-11-231-0/+5
* * ruby.c, test/ruby/test_rubyoptions.rb: revert r37815:r37816.nobu2012-11-231-5/+3
* * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_usage2):tadf2012-11-231-3/+5
* test_rubyoptions.rb: refine assertionnobu2012-11-231-1/+2
* test_rubyoptions.rb: --helpnobu2012-11-231-4/+1
* Fix cache validity check of requireshirosaki2012-11-221-0/+31
* * test/ruby/test_rubyoptions.rb: added a test.tadf2012-11-221-0/+11
* Apply performance improvement to short byte array search.knu2012-11-221-0/+7
* Add some corner cases to tests for String#index.knu2012-11-221-0/+7
* * test/ruby/test_gc.rb (test_profiler_clear): fix wrong methodnari2012-11-211-2/+2
* io/wait: add IO#wait_writable methodnobu2012-11-211-0/+36
* * gc.c (gc_profile_clear): realloc profile records if its size isnari2012-11-211-0/+16