aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * lib/xmlrpc/client.rb, lib/xmlrpc/server.rb: should useshugo2011-08-051-0/+5
* * vm_eval.c (check_funcall): try respond_to? first if redefined.nobu2011-08-052-1/+26
* * lib/rubygems: Import RubyGems 1.8.7:drbrain2011-08-054-0/+76
* * test/io/console/test_io_console.rb (test_noctty): daemon() onnobu2011-08-041-8/+15
* Cosmetic change of Hash literal.nahi2011-08-032-2/+2
* * util.c, include/ruby/util.h (ruby_add_suffix): remove the function.usa2011-08-032-58/+4
* * test/xmlrpc/webrick_testing.rb (WEBrick_Testing#start_server):shyouhei2011-08-031-0/+1
* * encoding.c (enc_find): mistakenly remained !. [Bug #5150]nobu2011-08-021-0/+3
* * test/testunit/test_parallel.rb: pass "--ruby" option tosorah2011-08-021-0/+3
* * hash.c (recursive_hash): hash value of emptied hash should benobu2011-08-021-0/+3
* * parse.y (rb_enc_symname2_p): :! is valid symbol. [Bug #5136]nobu2011-08-021-7/+11
* * test/net/http/test_http.rb (TestNetHTTP_version_1_1_methods#test_timeout_du...shyouhei2011-08-012-2/+2
* Correct RubyGems bin check on Windows. Bug #5111luislavena2011-08-011-1/+2
* * test/ruby/test_process.rb (TestProcess#windows?): new method.usa2011-08-011-30/+24
* * test/rake/test_rake_functional.rb: Don't assume the binary name ofdrbrain2011-08-012-14/+14
* * test/io/console/test_io_console.rb (TestIO_Console#test_sync):shyouhei2011-08-011-0/+3
* * test/xmlrpc/test_webrick_server.rb (Test_Webrick#setup_http_server):shyouhei2011-08-011-0/+1
* * lib/rdoc.rb: Import RDoc 3.9.1. Fixes bugs in the RDoc::Markupdrbrain2011-08-012-0/+42
* * vm.c: check if cfp is valid. [Bug #5083] [ruby-dev:44208]ktsj2011-07-311-0/+12
* * lib/rdoc: Update to RDoc 3.9. Fixed `ri []`, stopdoc creating andrbrain2011-07-3111-283/+763
* * test/bigdecimal/test_bigdecimal.rb (test_version): removed.mrkn2011-07-301-4/+0
* * io.c (rb_io_each_byte): rbuf can be refreshed during yield.nobu2011-07-301-0/+10
* * test/win32ole/test_win32ole_variant.rb: use skip method to skip the test.suke2011-07-302-15/+9
* * test/ruby/test_process.rb (test_rlimit_nofile): fix r32734.nagachika2011-07-291-2/+2
* Fix r32731: position of definition.naruse2011-07-291-2/+2
* Run test_popen_fork on FreeBSD because it can run.naruse2011-07-291-1/+0
* Use setrlimit(NOFILE,1) on OpenBSD.naruse2011-07-291-1/+3
* * ext/openssl/ossl_cipher.c (ossl_cipher_initialize): Avoid possiblenahi2011-07-281-0/+9
* * ext/dl/cptr.c (rb_dlptr_aref, rb_dlptr_aset): check NULL pointernobu2011-07-281-0/+6
* the code that depends on timing. [Bug #372] [Bug #4160]seki2011-07-281-62/+24
* * ext/dl/cfunc.c (dlcfunc_mark), ext/dl/cptr.c (dlptr_mark):nobu2011-07-271-0/+5
* * test/ruby/test_symbol.rb (test_no_inadvertent_symbol_creation):nobu2011-07-271-2/+7
* * test/ruby/test_symbol.rb (test_no_inadvertent_symbol_creation3):nobu2011-07-271-35/+39
* * test/fileutils/test_fileutils.rb: add OpenBSD case.naruse2011-07-272-4/+6
* * test/ruby/test_symbol.rb (test_inspect): use %W to enablenobu2011-07-271-1/+1
* * test/rinda/test_rinda.rb (test_remote_array_and_hash):nagachika2011-07-271-2/+6
* Use ::Syck explicitly.naruse2011-07-271-1/+1
* * lib/rubygems/uninstaller.rb: Add missing require and updatedrbrain2011-07-272-14/+11
* * test/ruby/test_symbol.rb (TestSymbol#test_inspect): workaround fornobu2011-07-271-1/+1
* * lib/rubygems: Update to RubyGems 1.8.6.1.drbrain2011-07-2783-511/+92
* * test/openssl/test_pkcs12.rb: Add test and intermediate certificates.emboss2011-07-271-24/+84
* * eval_error.c (rb_print_undef_str): new function to raisenobu2011-07-262-0/+41
* * vm_method.c (obj_respond_to): fix the respond_to_missing? overridenobu2011-07-261-0/+13
* * ext/bigdecimal/lib/bigdecimal/util.rb (Rational#to_d):mrkn2011-07-261-0/+15
* * ext/bigdecimal/lib/bigdecimal/util.rb (Float#to_d): modified formrkn2011-07-261-0/+13
* * ext/bigdecimal/lib/bigdecimal/util.rb (Integer#to_d): addedmrkn2011-07-261-0/+5
* * ext/bigdecimal/lib/bigdecimal/util.rb (BigDecimal#to_d): addedmrkn2011-07-261-0/+10
* * bigdecimal/bigdecimal.c (VpDup) a new function for duplicatingmrkn2011-07-261-0/+26
* * test/rake/test_rake_directory_task.rb (TestRakeDirectoryTask#usa2011-07-251-1/+2
* * forgot to add a test fixture file in r32666.nahi2011-07-251-0/+2