summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-08-01* test/xmlrpc/test_webrick_server.rb (Test_Webrick#setup_http_server):shyouhei
2011-08-01 * lib/rdoc.rb: Import RDoc 3.9.1. Fixes bugs in the RDoc::Markupdrbrain
2011-07-31* vm.c: check if cfp is valid. [Bug #5083] [ruby-dev:44208]ktsj
2011-07-31 * lib/rdoc: Update to RDoc 3.9. Fixed `ri []`, stopdoc creating andrbrain
2011-07-30* test/bigdecimal/test_bigdecimal.rb (test_version): removed.mrkn
2011-07-30* io.c (rb_io_each_byte): rbuf can be refreshed during yield.nobu
2011-07-30* test/win32ole/test_win32ole_variant.rb: use skip method to skip the test.suke
2011-07-29* test/ruby/test_process.rb (test_rlimit_nofile): fix r32734.nagachika
2011-07-29Fix r32731: position of definition.naruse
2011-07-29Run test_popen_fork on FreeBSD because it can run.naruse
2011-07-29Use setrlimit(NOFILE,1) on OpenBSD.naruse
2011-07-28* ext/openssl/ossl_cipher.c (ossl_cipher_initialize): Avoid possiblenahi
2011-07-28* ext/dl/cptr.c (rb_dlptr_aref, rb_dlptr_aset): check NULL pointernobu
2011-07-28 the code that depends on timing. [Bug #372] [Bug #4160]seki
2011-07-27* ext/dl/cfunc.c (dlcfunc_mark), ext/dl/cptr.c (dlptr_mark):nobu
2011-07-27* test/ruby/test_symbol.rb (test_no_inadvertent_symbol_creation):nobu
2011-07-27* test/ruby/test_symbol.rb (test_no_inadvertent_symbol_creation3):nobu
2011-07-27* test/fileutils/test_fileutils.rb: add OpenBSD case.naruse
2011-07-27* test/ruby/test_symbol.rb (test_inspect): use %W to enablenobu
2011-07-27* test/rinda/test_rinda.rb (test_remote_array_and_hash):nagachika
2011-07-27Use ::Syck explicitly.naruse
2011-07-27 * lib/rubygems/uninstaller.rb: Add missing require and updatedrbrain
2011-07-27* test/ruby/test_symbol.rb (TestSymbol#test_inspect): workaround fornobu
2011-07-27 * lib/rubygems: Update to RubyGems 1.8.6.1.drbrain
2011-07-27* test/openssl/test_pkcs12.rb: Add test and intermediate certificates.emboss
2011-07-26* eval_error.c (rb_print_undef_str): new function to raisenobu
2011-07-26* vm_method.c (obj_respond_to): fix the respond_to_missing? overridenobu
2011-07-26* ext/bigdecimal/lib/bigdecimal/util.rb (Rational#to_d):mrkn
2011-07-26* ext/bigdecimal/lib/bigdecimal/util.rb (Float#to_d): modified formrkn
2011-07-26* ext/bigdecimal/lib/bigdecimal/util.rb (Integer#to_d): addedmrkn
2011-07-26* ext/bigdecimal/lib/bigdecimal/util.rb (BigDecimal#to_d): addedmrkn
2011-07-26* bigdecimal/bigdecimal.c (VpDup) a new function for duplicatingmrkn
2011-07-25* test/rake/test_rake_directory_task.rb (TestRakeDirectoryTask#usa
2011-07-25* forgot to add a test fixture file in r32666.nahi
2011-07-25* lib/xmlrpc/client.rb: Fix possible HTTP header formatting failure bynahi
2011-07-23 * lib/rubygems/specification.rb: Restore behavior ofdrbrain
2011-07-23* error.c (rb_name_error_str): new function to raise NameErrornobu
2011-07-23* test/rake/test_rake_functional.rb (setup): Use __FILE__ for the basenaruse
2011-07-23* test/win32ole/test_err_in_callback.rb (test_err_in_callback): suke
2011-07-23* parse.y (rb_enc_symname_type): :$a!, @a! and so on are notnaruse
2011-07-23 * test/rake*: Remove dependencies on flexmock and session gems.drbrain
2011-07-23* parse.y (rb_check_id): conversion condition was inverse.nobu
2011-07-22* object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined):nobu
2011-07-22* test/ruby/test_object.rb (TestObject#test_respond_to_missing):kazu
2011-07-22* ext/openssl/ossl_engine.c: Avoid double free of ENGINE reference.emboss
2011-07-21* lib/csv.rb: Do not modify CSV.generate's argument [ruby-core:38356]marcandre
2011-07-21* thread.c (set_trace_func, thread_set_trace_func_m): reset tracingmame
2011-07-21* lib/webrick/httprequest.rb (WEBrick::HTTPRequest#each):naruse
2011-07-20Add test for r32586.naruse
2011-07-18* ext/psych/lib/psych.rb: define a new BadAlias error class.tenderlove