summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-09-21test_signal.rb: remove stale testnobu
2014-09-21ext/win32ole/win32ole.c (rbtime2vtdate, vtdate2rbtime): fixsuke
2014-09-21signal.c: EINVAL is a failurenobu
2014-09-21tempfile.rb: fix r47655nobu
2014-09-20* enum.c (enum_slice_when): New method: Enumerable#slice_when.akr
2014-09-20* .travis.yml: added new configurations for osx on travis ci.hsbt
2014-09-20parse.y: quoted ID keynobu
2014-09-20compile.c: store IDs as Symbolsnobu
2014-09-19vm_eval.c: fix super from eval with scopenobu
2014-09-19symbol.c: fix dynamic attrset IDnobu
2014-09-19test_math.rb: use Float#infinite?nobu
2014-09-19error.c: preserve encodingnobu
2014-09-19class.c: do not freeze meta-meta-classnobu
2014-09-18* test/rubygems/test_gem_commands_setup_command.rb: @ui uses StringIOusa
2014-09-18* test/rubygems/test_gem_specification.rb: '/' is not always the root.usa
2014-09-17test/-ext-/string/test_modify_expand.rb: increase limit for {je,tc}mallocnormal
2014-09-17* lib/uri/rfc3986_parser.rb: specify a regexp for :OPAQUE; generic.rbnaruse
2014-09-17* test/fiddle/test_import.rb (Fiddle::TestImport#test_sizeof):hsbt
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