summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-04-11* test/ruby/test_io.rb: Added TestIO#test_cross_thread_close_stdiokosaki
2011-04-09* ext/stringio/stringio.c (strio_each):sorah
2011-04-09* ext/stringio/stringio.c (strio_each, strio_readlines):sorah
2011-04-08* ext/stringio/stringio.c (strio_getline): check whether str isnaruse
2011-04-06* ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize):naruse
2011-04-04* test/test_tempfile.rb: simply ignore platform depedent testcasesusa
2011-04-01Fri Apr 1 18:53:06 2011 NAKAMURA, Hiroshi <nahi@ruby-lang.org>nahi
2011-03-31* vm_insnhelper.c (vm_get_ev_const): should ignore crefs withshugo
2011-03-31* vm_insnhelper.c (vm_get_ev_const): search root cref properly.shugo
2011-03-31* eval.c (rb_mod_s_constants): should ignore crefs withshugo
2011-03-30* vm_insnhelper.h (COPY_CREF): should copyshugo
2011-03-30fixing syntax error in 1.8tenderlove
2011-03-30converting require_relative to just regular requirestenderlove
2011-03-29* test/webrick/test_filehandler.rbusa
2011-03-28* test/webrick/test_filehandler.rb (test_short_filename):arton
2011-03-28Fix test.naruse
2011-03-28* ext/date/date_core.c (date_s_today): use int for year.naruse
2011-03-25Skip syslog tests that rely on LOG_PERROR unless it's definedshyouhei
2011-03-25Use LOG_PID instead of LOG_PERROR in Syslog.open testshyouhei
2011-03-25* test/ruby/test_process.rb (TestProcess#test_no_curdir): skip silently onusa
2011-03-24* test/ruby/test_defined.rb (TestDefined#test_autoloaded_noload):nobu
2011-03-24* vm_insnhelper.c (vm_get_ev_const): should not autoload innobu
2011-03-24* variable.c (rb_const_defined_0): fix autoloading base.nobu
2011-03-24* test/ruby/test_defined.rb (TestDefined#test_defined): get rid ofnobu
2011-03-22* numeric.c (flo_round): fix inaccurate results.nobu
2011-03-22* test/runner.rb: set Gem::TestCase's @@project_dir.naruse
2011-03-20 * ext/date/date_core.c: replacement of implementation oftadf
2011-03-19* hash.c (ruby_setenv): calculate total env block size for win32.arton
2011-03-17* lib/fileutils.rb (FileUtils::Entry_#copy_file): updated FileUtils.cpnobu
2011-03-17* include/ruby/ruby.h (rb_funcall_passing_block): add prototype.nobu
2011-03-16 * ext/openssl/lib/openssl/buffering.rb (module OpenSSL): #flush shoulddrbrain
2011-03-15* test/misc/test_ruby_mode.rb(test_singleton_class): Skip for Pending.sorah
2011-03-14 * test/ruby/test_require.rb (test_require_too_long_filename):nagachika
2011-03-13* lib/pstore.rb: Fix don't raise "nested transaction" when thread_safesorah
2011-03-11* lib/mkmf.rb (find_executable0): should exclude directories.nobu
2011-03-11* test/misc/test_ruby_mode.rb (TestRubyMode): try to run emacs ifnobu
2011-03-10* process.c (proc_getmaxgroups, proc_setmaxgroups): Process#maxgroupskosaki
2011-03-10Fix wrong (and duplicated) test name.naruse
2011-03-10* test/ruby/test_require.rb: setting too long string to ENV causesusa
2011-03-09Import rubygems 1.6.2 (release candidate @ 2026fbb5)ryan
2011-03-09 * test/ruby/test_io_m17n.rb (test_io_new_enc): "sjis" is now an aliasnagachika
2011-03-09* misc/ruby-mode.el (ruby-parse-partial): fix indent after aref.nobu
2011-03-09* ext/psych/lib/psych/visitors/yaml_tree.rb: Rescue exceptions whentenderlove
2011-03-08* test/misc/test_ruby_mode.rb: test for ruby-mode.el.nobu
2011-03-08* test/rubygems/test_gem_spec_fetcher.rbusa
2011-03-07* lib/pstore.rb: Delete variable @transaction and fix #4474. Patch bysorah
2011-03-07cancel subversion backfire. sorrymatz
2011-03-07* gc.c (rb_gc_set_params): allow GC parameter configuration bymatz
2011-03-07 * test/testunit/test_parallel.rbnagachika
2011-03-05* test/ruby/test_io.rb (TestIO#test_fcntl_lock): small clean up.kosaki