aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_to_f): addedusa2012-08-311-0/+5
* bigdecimal.c: check underflownobu2012-08-301-6/+26
* * lib/uri/ftp.rb (URI::FTP#initialize): raise InvalidURIError if "//"naruse2012-08-301-0/+4
* test/ruby/test_file_exhaustive.rb: fix test for HOME-less envsluislavena2012-08-291-1/+6
* * test/openssl/utils.rbemboss2012-08-283-14/+15
* adding test coverage for invalid attribute namestenderlove2012-08-271-0/+13
* test_etc.rb: fix for non unique GIDshirosaki2012-08-271-6/+11
* Fix r36805.naruse2012-08-241-1/+6
* Improve require/File.expand_path performance on Windowsluislavena2012-08-241-0/+206
* Added a test for CoW strings.tenderlove2012-08-231-0/+26
* Test for r36803's singleton_class_of.naruse2012-08-231-0/+1
* * test/ruby/test_fixnum.rb (TestFixnum#test_singleton_method): new test.usa2012-08-234-0/+20
* load.c: keep encoding of feature namenobu2012-08-231-0/+17
* * insns.def (invokesuper): reverted r36640 partially to make supershugo2012-08-231-6/+19
* * test/open-uri/test_open-uri.rb (TestOpenURI#test_read_timeout): thisusa2012-08-231-1/+1
* * ext/syck: removed. Fixes [ruby-core:43360]tenderlove2012-08-2218-2175/+0
* * insns.def: search up the cf stack for an object that is an instancetenderlove2012-08-221-0/+12
* * ext/date/date_core.c: [ruby-core:47226].tadf2012-08-222-0/+12
* * vm_trace.c: support TracePoint. [ruby-trunk - Feature #6895]ko12012-08-221-0/+218
* * vm_insnhelper.c (vm_setup_method): should not enable tail callshugo2012-08-221-0/+21
* * lib/rubygems/test_case.rb: run test with psych if exist.naruse2012-08-221-7/+0
* * lib/cgi/util.rb (CGI.escapeHTML): use 'naruse2012-08-212-4/+3
* Suppress warningsnaruse2012-08-212-1/+8
* make FileUtils tests safe when interrupting in setuperegon2012-08-211-2/+1
* remove trainling spaces.nobu2012-08-2115-24/+24
* * test_continuation.rb (tracing_with_thread_set_trace_func):ko12012-08-211-1/+1
* Imported minitest 3.3.0 (r7676)ryan2012-08-213-270/+162
* * test/testunit/tests_for_parallel/ptest_forth.rb: added a test caseusa2012-08-212-5/+11
* * lib/csv.rb: Fixes #161 on githubjeg22012-08-201-0/+33
* vm_insnhelper.c: iclass as klass in cfpnobu2012-08-201-0/+54
* test_module.rb: workaround for ruby-mode.elnobu2012-08-201-1/+1
* object.c: preserve encodingsnobu2012-08-171-0/+24
* * vm_trace.c, vm_core.h: simplify tracing mechanism.ko12012-08-161-5/+13
* object.c: forbid uninitialized classnobu2012-08-161-0/+2
* test_printf.rb: need to be infectednobu2012-08-161-11/+7
* Kernel#inspect: improve consistency and do not call #to_s.eregon2012-08-153-3/+27
* sprintf.c: infectnobu2012-08-151-0/+22
* sprintf.c: coderange fixnobu2012-08-151-0/+7
* Revert r36699 and r36700. [Feature #6130]naruse2012-08-152-25/+1
* update PP with recent Kernel#inspect change. Patch by Yusuke Endoh.eregon2012-08-141-1/+0
* Kernel#inspect: improve consistency and do not call #to_s.eregon2012-08-141-0/+25
* * test/erb/test_erb.rb (test_html_escape): add assertions for theshugo2012-08-141-0/+3
* * test/ruby/test_file_exhaustive.rbusa2012-08-141-0/+14
* Suppress warnings.naruse2012-08-145-13/+20
* * test/ruby/test_file_exhaustive.rbusa2012-08-141-0/+8
* Tue Aug 14 11:55:37 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-08-142-2/+2
* * test/erb/test_erb.rb (test_html_escape): fix typo.shugo2012-08-131-1/+1
* * lib/erb.rb (ERB::Util.html_escape): use CGI.escape to escapeshugo2012-08-131-0/+10
* * vm.c (invoke_block_from_c): fix unintentional block passing.ktsj2012-08-121-0/+21
* Refix r36678: switch with zlib and check content-encoding.naruse2012-08-101-6/+24