aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (Init_eval): Make Module#include and Module#prepend publica_matsuda2013-09-031-0/+12
* Add tests.akr2013-09-032-0/+13
* * bignum.c (GMP_STR2BIG_DIGITS): New macro.akr2013-09-031-0/+7
* * test/ruby/test_rubyoptions.rbusa2013-09-031-1/+1
* * bignum.c (rb_str2big_poweroftwo): New function.akr2013-09-031-0/+30
* * process.c (rb_clock_gettime): Support times() based monotonic clock.akr2013-09-031-0/+22
* * test/openssl/test_pair.rbusa2013-09-031-6/+12
* * enc/trans/utf8_mac-tbl.rb: update conversion table to recent OS X.naruse2013-09-021-0/+1
* Retain behavior of Numeric#step when nil is given as second argument.knu2013-09-022-2/+5
* Fix and add tests for Numeric#step.knu2013-09-022-3/+10
* * vm_insnhelper.c (vm_search_super_method): use ci->argc instead ofko12013-09-021-0/+23
* Enhance Numeric#step.knu2013-09-021-32/+55
* test_string.rb: yet another testnobu2013-09-021-0/+11
* parse.y: valid suffix word onlynobu2013-09-021-2/+5
* test_string.rb: remove duplicated codenobu2013-09-021-7/+1
* * NEWS: Add note about frozen string literalscharliesome2013-09-022-0/+52
* * test/rake/test_rake_rules.rb: add space after string literal tocharliesome2013-09-022-4/+4
* * test/ruby/test_bignum.rb (test_interrupt_during_to_s): Disable itakr2013-09-021-0/+3
* * test/net/http/test_http.rb (test_bind_to_local_port): Choose an openakr2013-09-011-1/+3
* * bignum.c (big2str_base_poweroftwo): Renamed fromakr2013-09-011-0/+23
* Add assertions.akr2013-09-011-0/+7
* * bignum.c (rb_big_bit_length): New method.akr2013-08-311-0/+36
* * process.c (rb_clock_getres): New method.akr2013-08-311-0/+66
* vm_insnhelper.c: fix zsuper in prependednobu2013-08-291-0/+15
* * ext/zlib/zlib.c (zstream_run): Fix handling of deflate streams thatdrbrain2013-08-281-0/+6
* backport Tempfile.create so psych tests will run outside ruby trunktenderlove2013-08-281-0/+29
* * ext/psych/lib/psych/scalar_scanner.rb: invalid floats should betenderlove2013-08-281-0/+5
* timeout.rb: raise given exceptionnobu2013-08-271-1/+15
* io.c: copy in binary modenobu2013-08-271-0/+41
* * enumerator.c: Allow Enumerator size argument to be any callable.marcandre2013-08-271-0/+3
* * io.c (io_read_nonblock): support non-blocking reads without raisingtenderlove2013-08-264-8/+152
* * lib/rubygems: Import RubyGems 2.1.0 Release Candidatedrbrain2013-08-2610-16/+205
* parse.y: warn CRnobu2013-08-261-0/+7
* timeout.rb: skip rescuenobu2013-08-261-0/+14
* * process.c (rb_clock_gettime): The emulated clock names changed.akr2013-08-241-10/+10
* add tests.akr2013-08-231-0/+60
* * process.c (rb_clock_gettime): Strip "s" from unit names.akr2013-08-221-2/+2
* * insns.def: fix regexp's once option behavior.ko12013-08-201-0/+39
* * test/gdbm/test_gdbm.rb: skip TestGDBM#test_s_open_lock on Solaris.ngoto2013-08-201-0/+2
* * test/ruby/test_fiber.rb: collect garbage fibers immediately.ko12013-08-191-1/+3
* * test/profile_test_all.rb: add `failed?' information.ko12013-08-191-5/+12
* * variable.c, vm_method.c: remove dead code.ktsj2013-08-182-8/+2
* * test/ruby/test_time.rb: use the in_timezone() helpereregon2013-08-171-17/+14
* * test/ruby/test_time.rb (#in_timezone): fix typo of r42596eregon2013-08-171-1/+1
* time.c: ignore invalid datanobu2013-08-171-0/+37
* * test/profile_test_all.rb: fix typo.ko12013-08-161-1/+1
* * test/profile_test_all.rb: remove space characters from test names.ko12013-08-161-1/+1
* * test/profile_test_all.rb: refactoring memory profiling tool forko12013-08-162-27/+58
* * file.c (rb_file_size, rb_file_flock): improve parformance of Winodws.usa2013-08-161-0/+1
* * test/ruby/test_file.rb (TestFile#test_truncate_size): test forusa2013-08-151-0/+26