aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * io.c, internal.h (rb_io_flush_raw): new function to select callingusa2013-08-151-1/+1
* * test/fileutils/test_fileutils.rb (TestFileUtils#test_rmdir):usa2013-08-151-0/+1
* * test/test_pstore.rbusa2013-08-141-1/+1
* get detailed ps data to debugnaruse2013-08-141-1/+10
* * test/test_pstore.rbusa2013-08-141-1/+1
* * proc.c (rb_mod_define_method): now they return the symbols of theusa2013-08-141-0/+20
* test_dir_m17n.rb: fixed encoding file system on OS Xnobu2013-08-141-13/+11
* random.c: coerce before check negativenobu2013-08-131-0/+26
* object.c: undef Module#prepend_features on Classnobu2013-08-131-0/+26
* parse.y: CR in middlenobu2013-08-121-0/+8
* * class.c (rb_prepend_module): make T_ICLASS object shady becauseko12013-08-121-0/+16
* file.c: OSX path encodingnobu2013-08-111-1/+1
* test_require.rb: __FILE__ encoding on Windowsnobu2013-08-111-2/+12
* * test/rexml/parser/test_sax2.rb: Expand abbreviated class name.kou2013-08-111-1/+1
* * lib/rexml/sax2listener.rb (REXML::SAX2Listener#notationdecl): Fixkou2013-08-111-0/+51
* * lib/rexml/parsers/sax2parser.rb (REXML::Parsers::SAX2Parser#parse):kou2013-08-111-0/+41