summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-04-16* class.c (rb_define_method_id): use rb_define_notimplement_method_idakr
2009-04-15* array.c (rb_ary_flatten): flatten(0) works as Array#dup.mame
2009-04-08* string.c (rb_str_dump): buffer length plus one byte for nullmame
2009-04-08* string.c (rb_str_rstrip_bang): should not sign-expand non-ascii.nobu
2009-04-08* test/ruby/test_string.rb (test_chop, test_chop!): tests for [ruby-core:23155].nobu
2009-04-06* test/stringio/test_stringio.rb (test_path): StringIO#path is nonobu
2009-03-30* test/csv/test_interface.rb, test/csv/test_serialization.rb:jeg2
2009-03-29* test/csv/test_interface.rb: Trying a fix for some failing testsjeg2
2009-03-27* sprintf.c (rb_str_format): checks if named argument given twice.nobu
2009-03-26* time.c (time_cmp): negate the result of reverse comparison.akr
2009-03-22* win32/win32.c (rb_w32_spawn, rb_w32_aspawn): use NULL asnobu
2009-03-21* ext/openssl/ossl_ssl.c (write_would_block): defined.akr
2009-03-20* test/ruby/test_process.rb (test_popen_shell): test for [ruby-core:22960].nobu
2009-03-20* test/ruby/test_process.rb: skips tests need fd inheritance.nobu
2009-03-20* ext/openssl/lib/openssl/buffering.rbakr
2009-03-19use IO::WaitWritable.akr
2009-03-19* io.c (rb_mWaitReadable): defined.akr
2009-03-18pattern refined for ldd on OpenBSD.akr
2009-03-18* test/test_syslog.rb (TestSyslog#test_open): checkkazu
2009-03-18* test/test_syslog.rb (TestSyslog#test_open): checkkazu
2009-03-17* lib/pathname.rb (Pathname#sub): set $~ in block.binding.akr
2009-03-16* test/dl/test_win32.rb (Win32API): enclosed by DL::TestWin32.nobu
2009-03-15* test/minitest/test_mini_test.rb: fixed tests depending on thenobu
2009-03-15* lib/rubygems/installer.rb (Gem::Installer#shebang): fix for envnobu
2009-03-14* test/ruby/test_float.rb (TestFloat#test_to_s): precision wasnobu
2009-03-14* string.c (rb_str_subpat): accept capture name.akr
2009-03-14assert connects doesn't raise.akr
2009-03-11use argument only if it is absolute path.akr
2009-03-11* test/dl/test_base.rb: decide dll name of MSVCRT from RUBY_SO_NAME on native...usa
2009-03-08* test/ruby/test_proc.rb: add some tests.mame
2009-03-08* test/ruby/test_enum.rb: add some tests.mame
2009-03-08* test/ruby/test_object.rb: add a test for Object#method_missing.mame
2009-03-08* test/ruby/test_file_exhaustive.rb: add tests for File#size andmame
2009-03-07use ldd to find libc and libm if no information.akr
2009-03-07add 64bit solaris library.akr
2009-03-07* test/rubygems/simple_gem.rb: updated for 1.9.nobu
2009-03-07* test/rdoc/test_rdoc_markup_to_html_crossref.rb (verify_convert):nobu
2009-03-07* test/erb/test_erb.rb (test/erb/test_erb.rb): removed trailing spaces.nobu
2009-03-07* test/erb/test_erb.rb: reverted space sensitive test results.nobu
2009-03-07don't exit even if libc/libm is not found.akr
2009-03-06* test/test_syslog.rb: moved.nobu
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-03-05* test/dl/test_base.rb: Add dragonfly to libc and libm switch.naruse
2009-03-04* test/ruby/test_array.rb: fix wrong test, and add a test formame
2009-03-04* test/ruby/test_array.rb: add some tests for coverage.mame
2009-03-03* lib/prime.rb (Prime::prime?): used to return a wrong answer.yugui
2009-03-03* test/dl: moved from ext/dl/test.nobu
2009-03-02* ext/socket/ancdata.c (rsock_discard_cmsg_resource): definedakr
2009-03-01* test/ruby/test_path.rb (test_extname): test for r19596.nobu
2009-03-01* test/ruby/test_path.rb (test_basename): test for r19595.nobu