aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test_gem_source_git.rb: drop intended error messagenobu2014-10-041-1/+1
* test/test_syslog.rb (TestSyslog#test_log): In AIX, each output line of LOG_PE...odaira2014-10-041-0/+8
* test/socket/test_unix.rb (TestSocket_UNIXSocket#test_too_long_path): sockaddr...odaira2014-10-041-2/+2
* * test/ruby/test_io.rb (TestIO#test_advise): avoid to infinite loop.hsbt2014-10-031-2/+2
* * test/ruby/test_io.rb (TestIO#test_advise): added workaround of fadvise(2)hsbt2014-10-031-1/+9
* * lib/matrix.rb: Add hstack & vstack methods.marcandre2014-10-031-0/+35
* * lib/matrix.rb: Fix Matrix.rows copy bug.marcandre2014-10-031-0/+14
* test_advice show OS and filesystem when failed.akr2014-10-021-1/+36
* * ext/etc/etc.c (etc_nprocessors): New method.akr2014-10-021-0/+5
* test/fileutils/test_fileutils.rb: AIX does not allow a sticky bit on a regula...odaira2014-10-011-2/+2
* * lib/rubygems: Update to RubyGems 2.4.2.drbrain2014-10-014-5/+48
* parse.y: separate ripper data typenobu2014-09-301-4/+11
* * lib/uri/rfc3986_parser.rb: raise URI::InvalidURIError whenglass2014-09-271-0/+6
* digest.c: typed datanobu2014-09-271-0/+12
* stringio.c: ASCII-8BIT StringIO rejects no encodingsnobu2014-09-261-0/+12
* object.c (rb_class_real): do not dereference 0 VALUEnormal2014-09-251-0/+24
* parse.y: label cannot be followed by a modifiernobu2014-09-231-0/+14
* Fix a typo.akr2014-09-221-1/+1
* test/win32ole/test_win32ole_variant.rbsuke2014-09-221-4/+17
* test_thread.rb: thread for Queuenobu2014-09-221-0/+1
* * test/ruby/test_time_tz.rb: Fix test error with tzdata-2014g.akr2014-09-221-27/+72
* * time.c: raise exception when minutes of utc_offset is out of 00-59.glass2014-09-211-0/+1
* signal.c: SIGEXIT is not a system signalnobu2014-09-211-0/+8
* (test_main_thread_status_at_exit) wait until the thread enter the begin clause. akr2014-09-211-0/+3
* test_signal.rb: remove stale testnobu2014-09-211-25/+0
* ext/win32ole/win32ole.c (rbtime2vtdate, vtdate2rbtime): fixsuke2014-09-211-3/+3
* signal.c: EINVAL is a failurenobu2014-09-211-0/+8
* tempfile.rb: fix r47655nobu2014-09-211-0/+1
* * enum.c (enum_slice_when): New method: Enumerable#slice_when.akr2014-09-202-0/+56
* * .travis.yml: added new configurations for osx on travis ci.hsbt2014-09-201-1/+1
* parse.y: quoted ID keynobu2014-09-203-0/+20
* compile.c: store IDs as Symbolsnobu2014-09-201-0/+9
* vm_eval.c: fix super from eval with scopenobu2014-09-191-0/+15
* symbol.c: fix dynamic attrset IDnobu2014-09-191-0/+8
* test_math.rb: use Float#infinite?nobu2014-09-191-1/+1
* error.c: preserve encodingnobu2014-09-191-0/+11
* class.c: do not freeze meta-meta-classnobu2014-09-191-3/+12
* * test/rubygems/test_gem_commands_setup_command.rb: @ui uses StringIOusa2014-09-181-8/+6
* * test/rubygems/test_gem_specification.rb: '/' is not always the root.usa2014-09-181-1/+1
* test/-ext-/string/test_modify_expand.rb: increase limit for {je,tc}mallocnormal2014-09-171-1/+2
* * lib/uri/rfc3986_parser.rb: specify a regexp for :OPAQUE; generic.rbnaruse2014-09-171-0/+5
* * test/fiddle/test_import.rb (Fiddle::TestImport#test_sizeof):hsbt2014-09-171-0/+1
* pathname.rb: fix a Pathname#relative_path_from crash onnobu2014-09-151-0/+13
* fiddle/import.rb: fix typonobu2014-09-151-0/+9
* sprintf.c: improve rational 'f' formatnobu2014-09-141-0/+14
* * test/test_tracer.rb: fixed testcase for rubygems update.hsbt2014-09-141-1/+1
* * lib/rubygems: Update to RubyGems 2.4.1 master(713ab65)hsbt2014-09-1462-387/+3133
* class.c: freeze meta class onlynobu2014-09-131-0/+3
* eval.c: fix message as same as previous versionsnobu2014-09-131-1/+5
* test_yield.rb: use temporary instancenobu2014-09-131-1/+1