summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-10-10open-uri: accept :open_timeout optionnormal
2014-10-09st: test packed-to-unpacked transitions during iterationnormal
2014-10-08* test/ruby/test_syntax.rb: added syntax tests of underscore arguments.hsbt
2014-10-07* lib/matrix.rb: Add @- and @+ for Matrix and Vector.marcandre
2014-10-07normalize reference to Timeout::Errornormal
2014-10-07test/ruby/test_process.rb (TestProcess#test_setsid): AIX does not allow Proce...odaira
2014-10-07test/ruby/test_rubyoptions.rb (TestRubyOptions#test_encoding): On AIX, locale...odaira
2014-10-07* lib/matrix.rb: Add Matrix#laplace_expansion.marcandre
2014-10-07* lib/matrix.rb: Add Vector.basis.marcandre
2014-10-07signal.c: get rid of deadlock by discarded signalsnobu
2014-10-06signal.c: send signal unless handlednobu
2014-10-06test_string.rb: enable huge test only on possible platformsnobu
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