summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-10-04test_gem_source_git.rb: drop intended error messagenobu
2014-10-04test/test_syslog.rb (TestSyslog#test_log): In AIX, each output line of LOG_PE...odaira
2014-10-04test/socket/test_unix.rb (TestSocket_UNIXSocket#test_too_long_path): sockaddr...odaira
2014-10-03* test/ruby/test_io.rb (TestIO#test_advise): avoid to infinite loop.hsbt
2014-10-03* test/ruby/test_io.rb (TestIO#test_advise): added workaround of fadvise(2)hsbt
2014-10-03* lib/matrix.rb: Add hstack & vstack methods.marcandre
2014-10-03* lib/matrix.rb: Fix Matrix.rows copy bug.marcandre
2014-10-02test_advice show OS and filesystem when failed.akr
2014-10-02* ext/etc/etc.c (etc_nprocessors): New method.akr
2014-10-01test/fileutils/test_fileutils.rb: AIX does not allow a sticky bit on a regula...odaira
2014-10-01* lib/rubygems: Update to RubyGems 2.4.2.drbrain
2014-09-30parse.y: separate ripper data typenobu
2014-09-27* lib/uri/rfc3986_parser.rb: raise URI::InvalidURIError whenglass
2014-09-27digest.c: typed datanobu
2014-09-26stringio.c: ASCII-8BIT StringIO rejects no encodingsnobu
2014-09-25object.c (rb_class_real): do not dereference 0 VALUEnormal
2014-09-23parse.y: label cannot be followed by a modifiernobu
2014-09-22Fix a typo.akr
2014-09-22test/win32ole/test_win32ole_variant.rbsuke
2014-09-22test_thread.rb: thread for Queuenobu
2014-09-22* test/ruby/test_time_tz.rb: Fix test error with tzdata-2014g.akr
2014-09-21* time.c: raise exception when minutes of utc_offset is out of 00-59.glass
2014-09-21signal.c: SIGEXIT is not a system signalnobu
2014-09-21(test_main_thread_status_at_exit) wait until the thread enter the begin clause. akr
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