aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* curses.c: fix functionnobu2013-04-051-0/+6
* * test/test_curses.rb: tests for getch.nobu2013-04-051-0/+42
* object.c: avoid inadvertent symbol creationnobu2013-04-042-0/+14
* * ext/pathname/pathname.c (path_write): New method.akr2013-04-041-0/+16
* envutil.rb: assert stderr if marshal failednobu2013-04-041-1/+6
* struct.c: avoid inadvertent symbol creationnobu2013-04-041-0/+20
* object.c: avoid inadvertent symbol creationnobu2013-04-041-0/+21
* enum.c: avoid inadvertent symbol creationnobu2013-04-041-0/+6
* thread.c: avoid inadvertent symbol creationnobu2013-04-041-0/+28
* * ext/openssl/ossl_bn.c (ossl_bn_initialize): fix can't create from bn.naruse2013-04-031-0/+4
* Add comment.akr2013-04-031-0/+1
* * io.c (rb_io_seek_m): Accept :CUR, :END, :SET as "whence" argument.akr2013-04-031-0/+20
* bignum.c: Bignum zero comparisonnobu2013-04-031-0/+13
* * pack.c: Support Q! and q! for long long.akr2013-04-021-0/+7
* * ext/-test-/num2int/num2int.c: Define utility methodsakr2013-04-021-6/+6
* * re.c (rb_reg_to_s): suppress duplicated charclass warning.naruse2013-04-021-0/+3
* Add ignore_stderr because it outputs "circular require" warningsnaruse2013-04-021-1/+1
* Use assert_separately to speed up on test-allnaruse2013-04-021-42/+20
* * test/ruby/envutil.rb (assert_separately): stop_auto_run ofnaruse2013-04-021-4/+18
* Suppress warningsnaruse2013-04-023-4/+6
* use long_ary to suppress warningnaruse2013-04-021-1/+1
* Suppress warningsnaruse2013-04-023-26/+21
* fix typo: s/@ca_cert/@cacert/naruse2013-04-021-1/+1
* Unused module removed.akr2013-04-011-4/+1
* conditional test fixed.akr2013-04-011-2/+2
* more tests.akr2013-04-011-8/+18
* * ext/-test-/num2int/num2int.c: Rename utility methodsakr2013-04-011-8/+4
* test_optparse.rb: skip no_error in backtracenobu2013-04-011-1/+2
* * test/-ext-/num2int/test_num2int.rb: Test small bignums.akr2013-04-011-0/+6
* * ext/-test-/num2int/num2int.c: Return string for result, instead ofakr2013-04-011-12/+10
* * include/ruby/ruby.h (FIX2ULONG): Make it consistent with NUM2ULONG.akr2013-03-311-0/+74
* proc.c: consider noex in define_methodnobu2013-03-311-0/+32
* test_method.rb: splitnobu2013-03-311-0/+4
* more tests.akr2013-03-311-10/+17
* * numeric.c (rb_num2ulong_internal): New function similart toakr2013-03-311-0/+11
* class.c: suppress wrong warningnobu2013-03-301-0/+7
* Specify external_encodingnaruse2013-03-301-6/+2
* * test/ruby/test_class.rb: Simplify warning checksmarcandre2013-03-304-43/+21
* thread.c: Mutex#synchronize no block paramsnobu2013-03-291-0/+5
* io.c: get rid of IOError when skipped while iterationnobu2013-03-291-0/+5
* io.c: get rid of IOError when skipped while iterationnobu2013-03-291-0/+38
* * test/-ext-/num2int/test_num2int.rb: extractakr2013-03-281-17/+24
* fix typoskazu2013-03-271-58/+58
* * numeric.c (LONG_MIN_MINUS_ONE_IS_LESS_THAN): New macro.akr2013-03-271-0/+10
* * test/-ext-/num2int/test_num2int.rb (asert_num2i_success): Newakr2013-03-271-166/+71
* * time.c (num_exact): use to_r method only if to_int method isakr2013-03-271-0/+1
* * test/-ext-/num2int/test_num2int.rb (test_num2ll): test LLONG_MIN,akr2013-03-271-2/+2
* test_syntax.rb: fix test errornobu2013-03-261-1/+1
* * test/psych/test_*.rb: use require_relative to require local libraryxibbar2013-03-2637-37/+37
* * test/minitest/test_*.rb: use require_relative to require local libraryxibbar2013-03-262-2/+2