summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-09-15pathname.rb: fix a Pathname#relative_path_from crash onnobu
2014-09-15fiddle/import.rb: fix typonobu
2014-09-14sprintf.c: improve rational 'f' formatnobu
2014-09-14* test/test_tracer.rb: fixed testcase for rubygems update.hsbt
2014-09-14* lib/rubygems: Update to RubyGems 2.4.1 master(713ab65)hsbt
2014-09-13class.c: freeze meta class onlynobu
2014-09-13eval.c: fix message as same as previous versionsnobu
2014-09-13test_yield.rb: use temporary instancenobu
2014-09-12Process.detach: avoid singleton class creationnormal
2014-09-12vm_method.c: should not modify frozen objectsnobu
2014-09-11* string.c (sym_find): remove Symbol.find because we have Symbol GC now.naruse
2014-09-11test_object.rb: add assertionsnobu
2014-09-11* include/ruby/ruby.h: freeze nil/true/false.ko1
2014-09-11* lib/rdoc.rb, lib/rdoc, test/rdoc: Update to RDoc 4.2.0.alpha(21b241a)hsbt
2014-09-10test_date.rb: nonsense assertionnobu
2014-09-10gc.c: preserve encodingnobu
2014-09-10* test/ruby/test_gc.rb: fix condition.ko1
2014-09-10* gc.c (gc_stat_internal): rename `heap_used' to `heap_allocated_pages'.ko1
2014-09-10* test/ruby/test_gc.rb: catch up last fix.ko1
2014-09-09GC.stat key namenobu
2014-09-09* gc.c (rb_objspace_t::heap_pages): rename field names:ko1
2014-09-09* test/ruby/test_object.rb: extend timeout.ko1
2014-09-08test_time_tz.rb: have_tz_offset?nobu
2014-09-08test_time_tz.rb: right timezonenobu
2014-09-08* gc.c: add incremental GC algorithm. [Feature #10137]ko1
2014-09-06* lib/rake.rb, lib/rake/*, test/rake/*: Update latest rake master(e47d023)hsbt
2014-09-06* ext/win32ole/win32ole_variant.c (ole_val2variant_err,suke
2014-09-05test/ruby/test_io.rb: use IO#nonblock=normal
2014-09-05test/ruby/test_io.rb: avoid EBADFnormal
2014-09-05* test/csv/test_row.rb: Added some missing tests in CSV.hsbt
2014-09-05* lib/rdoc/generator/pot/po.rb: fixed broken tests for trailing whitespace.hsbt
2014-09-05* remove trailing spaces.svn
2014-09-05* test/rdoc/test_rdoc_rdoc.rb (TestRDocRDoc#test_parse_file_encoding):hsbt
2014-09-05* lib/rdoc.rb, lib/rdoc, test/rdoc: Update to RDoc 4.2.0.alpha(313287)hsbt
2014-09-04* configure.in (dirfd): Check function.akr
2014-09-04* test/pathname/test_pathname.rb: added testcase for Pathname#mountpoint.hsbt
2014-09-03object.c: fix memory leaknobu
2014-09-03* test/openssl/test_pkey_rsa.rb (OpenSSL#test_sign_verify_memory_leak):hsbt
2014-09-02Ruby can delay arbitrarily because Ruby is not a realtime system, akr
2014-09-02* test/ruby/test_io.rb (test_new_with_block): Set autoclose to avoid EBADF.akr
2014-09-02test_io.rb: ignore stream closed IOErrornobu
2014-09-02* test/runner.rb: reporting test coverage for test-all with COVERAGE env.hsbt
2014-09-01* ext/win32ole/win32ole.c (rbtime2vtdate): try to convert millisecondsuke
2014-08-31test_benchmark.rb: use assert_in_epsilonnobu
2014-08-30zlib: GzipReader#rewind preserves ZSTREAM_FLAG_GZFILEnormal
2014-08-30test_benchmark.rb: extend sleep timenobu
2014-08-29* ext/psych/lib/psych/visitors/yaml_tree.rb: fix NameError dumping andtenderlove
2014-08-29* ext/psych/lib/psych/scalar_scanner.rb: fix loading strings thattenderlove
2014-08-29* ext/psych/lib/psych/visitors/to_ruby.rb: merge keys with a hashtenderlove
2014-08-29* ext/psych/lib/psych/visitors/to_ruby.rb: quoted "<<" stringstenderlove