aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * 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
* revert r37710, requested by Tadayoshi Funaba [ruby-dev:46575]shyouhei2012-11-211-1/+1
* * test/ruby/test_m17n_comb.rb (test_str_crypt): Use RbConfig to getnaruse2012-11-201-1/+1
* fix guards for glibc crypt(3) see #7312naruse2012-11-201-2/+2
* remove trailing spaces.nobu2012-11-202-3/+3
* * test/win32ole/test_win32ole_type.rb (test_implemented_ole_types): suke2012-11-201-1/+1
* * vm_trace.c: rename and add TracePoint APIs.ko12012-11-201-4/+50
* * vm_trace.c: add two methods:ko12012-11-201-42/+73
* * test/ruby/test_signal.rb (TestSignal#test_signame): fix windowskosaki2012-11-201-3/+3
* Don't send INT signal itself.naruse2012-11-201-11/+13
* * signal.c (sig_signame): implements Signal.signame methodkosaki2012-11-191-0/+18