aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* add test.akr2009-05-121-0/+15
* * test/ruby/test_float.rb (TestFloat#test_sleep_with_Float): add akazu2009-05-091-0/+5
* * lib/date.rb: use subsec instead of nsec.tadf2009-05-091-0/+7
* * test/ruby/test_rubyoptions.rb (test_indentation_check): add a testmame2009-05-071-0/+11
* * array.c (rb_ary_flatten_bang): returns nil if nothing changed.nobu2009-05-071-0/+3
* * array.c (rb_ary_sample): negative sample number is invalid.nobu2009-05-071-0/+2
* * ext/extmk.rb: use RbConfig instead of Config.akr2009-04-301-1/+1
* * runruby.rb: use RbConfig::CONFIG instead of Config::CONFIG.akr2009-04-303-5/+5
* test/test_timeout.rb (TestTimeout#test_timeout): add a test.kazu2009-04-281-1/+14
* * enc/trans/utf8_mac.trans: Add converter for UTF8-MAC.naruse2009-04-261-0/+8
* * lib/optparse.rb (OptionParser#parse_in_order): do not make annobu2009-04-262-0/+10
* * ext/zlib/zlib.c (Zlib::GzipFile#path): New method.knu2009-04-221-0/+28
* * lib/time.rb (Time#rfc2822): pad leading zeros for year.akr2009-04-211-0/+13
* * lib/time.rb (Time#xmlschema): use subsec instead of nsec.akr2009-04-211-0/+12
* * time.c (time_arg): use the year argument as-is. [ruby-dev:38194]akr2009-04-211-2/+0
* * time.c: remove time_t restriction from Time class.akr2009-04-212-21/+43
* * class.c (rb_define_method_id): use rb_define_notimplement_method_idakr2009-04-161-0/+64
* * array.c (rb_ary_flatten): flatten(0) works as Array#dup.mame2009-04-151-0/+5
* * string.c (rb_str_dump): buffer length plus one byte for nullmame2009-04-081-0/+3
* * string.c (rb_str_rstrip_bang): should not sign-expand non-ascii.nobu2009-04-081-0/+2
* * test/ruby/test_string.rb (test_chop, test_chop!): tests for [ruby-core:23155].nobu2009-04-081-0/+5
* * test/stringio/test_stringio.rb (test_path): StringIO#path is nonobu2009-04-061-4/+0
* * test/csv/test_interface.rb, test/csv/test_serialization.rb:jeg22009-03-302-21/+21
* * test/csv/test_interface.rb: Trying a fix for some failing testsjeg22009-03-291-1/+1
* * sprintf.c (rb_str_format): checks if named argument given twice.nobu2009-03-271-0/+6
* * time.c (time_cmp): negate the result of reverse comparison.akr2009-03-261-0/+10
* * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): use NULL asnobu2009-03-221-1/+29
* * ext/openssl/ossl_ssl.c (write_would_block): defined.akr2009-03-211-0/+56
* * test/ruby/test_process.rb (test_popen_shell): test for [ruby-core:22960].nobu2009-03-201-0/+7
* * test/ruby/test_process.rb: skips tests need fd inheritance.nobu2009-03-201-11/+22
* * ext/openssl/lib/openssl/buffering.rbakr2009-03-201-0/+27
* use IO::WaitWritable.akr2009-03-192-2/+2
* * io.c (rb_mWaitReadable): defined.akr2009-03-195-32/+32
* pattern refined for ldd on OpenBSD.akr2009-03-181-2/+2
* * test/test_syslog.rb (TestSyslog#test_open): checkkazu2009-03-181-2/+4
* * test/test_syslog.rb (TestSyslog#test_open): checkkazu2009-03-181-3/+3
* * lib/pathname.rb (Pathname#sub): set $~ in block.binding.akr2009-03-171-0/+9
* * test/dl/test_win32.rb (Win32API): enclosed by DL::TestWin32.nobu2009-03-161-3/+3
* * test/minitest/test_mini_test.rb: fixed tests depending on thenobu2009-03-151-5/+13
* * lib/rubygems/installer.rb (Gem::Installer#shebang): fix for envnobu2009-03-151-1/+1
* * test/ruby/test_float.rb (TestFloat#test_to_s): precision wasnobu2009-03-141-1/+1
* * string.c (rb_str_subpat): accept capture name.akr2009-03-141-0/+6
* assert connects doesn't raise.akr2009-03-141-1/+6
* use argument only if it is absolute path.akr2009-03-111-2/+2
* * test/dl/test_base.rb: decide dll name of MSVCRT from RUBY_SO_NAME on native...usa2009-03-111-5/+5
* * test/ruby/test_proc.rb: add some tests.mame2009-03-081-0/+31
* * test/ruby/test_enum.rb: add some tests.mame2009-03-081-0/+9
* * test/ruby/test_object.rb: add a test for Object#method_missing.mame2009-03-081-0/+8
* * test/ruby/test_file_exhaustive.rb: add tests for File#size andmame2009-03-081-1/+18
* use ldd to find libc and libm if no information.akr2009-03-071-30/+33