aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/xmlrpc/client.rb: Fix possible HTTP header formatting failure bynahi2011-07-251-3/+33
* * lib/rubygems/specification.rb: Restore behavior ofdrbrain2011-07-231-0/+10
* * error.c (rb_name_error_str): new function to raise NameErrornobu2011-07-231-0/+25
* * test/rake/test_rake_functional.rb (setup): Use __FILE__ for the basenaruse2011-07-233-4/+4
* * test/win32ole/test_err_in_callback.rb (test_err_in_callback): suke2011-07-231-0/+10
* * parse.y (rb_enc_symname_type): :$a!, @a! and so on are notnaruse2011-07-231-0/+13
* * test/rake*: Remove dependencies on flexmock and session gems.drbrain2011-07-2310-182/+233
* * parse.y (rb_check_id): conversion condition was inverse.nobu2011-07-231-0/+2
* * object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined):nobu2011-07-222-0/+18
* * test/ruby/test_object.rb (TestObject#test_respond_to_missing):kazu2011-07-221-2/+2
* * ext/openssl/ossl_engine.c: Avoid double free of ENGINE reference.emboss2011-07-221-0/+15
* * lib/csv.rb: Do not modify CSV.generate's argument [ruby-core:38356]marcandre2011-07-211-0/+15
* * thread.c (set_trace_func, thread_set_trace_func_m): reset tracingmame2011-07-211-0/+43
* * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#each):naruse2011-07-211-0/+9
* Add test for r32586.naruse2011-07-201-0/+11
* * ext/psych/lib/psych.rb: define a new BadAlias error class.tenderlove2011-07-181-0/+9
* * error.c (rb_check_trusted): new function to check an object isnobu2011-07-172-1/+30
* * error.c (rb_warn_m): accept multiple args in like puts. rdocnobu2011-07-171-0/+17
* * test/ruby/test_module.rb (TestModule#test_method_{undefined,removed}):nobu2011-07-171-0/+58
* * test/openssl/test_ssl_session.rb: add PEM SSL session without TLSemboss2011-07-161-2/+31
* * time.c (time_dup): used rb_obj_class() instead of CLASS_OF().kosaki2011-07-151-0/+14
* * ext/digest/sha2/sha2.c (SHA256_Update, SHA512_Update): avoid Busnahi2011-07-151-0/+9