aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * random.c (random_s_rand, Init_Random): Random.rand should behave asmrkn2011-04-241-2/+16
* * lib/xmlrpc/create.rb (XMLRPC::Create#conv2value):naruse2011-04-221-1/+16
* * ext/psych/parser.c (parse): strings from psych have proper tainttenderlove2011-04-211-0/+128
* * misc/ruby-mode.el (ruby-parse-partial): use position of open paren.nobu2011-04-191-0/+16
* * test/ruby/test_io.rb (TestIO#test_cross_thread_close_fd):arton2011-04-181-0/+1
* * test/ruby/test_range.rb (TestRange#test_step_ruby_core_35753):usa2011-04-181-3/+3
* Add some more tests for the previous fix.knu2011-04-151-3/+9
* * lib/uri/generic.rb (#route_from_path): Fix a bug whereknu2011-04-151-0/+5
* * numeric.c (ruby_float_step): wrong loop condition.usa2011-04-141-0/+9
* * variable.c (rb_autoload_p): search superclasses as same as actualnobu2011-04-141-0/+18
* * test/ruby/test_io.rb: Added TestIO#test_cross_thread_close_stdiokosaki2011-04-111-0/+39
* * ext/stringio/stringio.c (strio_each):sorah2011-04-091-1/+2
* * ext/stringio/stringio.c (strio_each, strio_readlines):sorah2011-04-091-0/+8
* * ext/stringio/stringio.c (strio_getline): check whether str isnaruse2011-04-081-0/+2
* * ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize):naruse2011-04-061-0/+7
* * test/test_tempfile.rb: simply ignore platform depedent testcasesusa2011-04-041-8/+4
* Fri Apr 1 18:53:06 2011 NAKAMURA, Hiroshi <nahi@ruby-lang.org>nahi2011-04-011-0/+20
* * vm_insnhelper.c (vm_get_ev_const): should ignore crefs withshugo2011-03-311-0/+19
* * vm_insnhelper.c (vm_get_ev_const): search root cref properly.shugo2011-03-311-11/+39
* * eval.c (rb_mod_s_constants): should ignore crefs withshugo2011-03-311-0/+5
* * vm_insnhelper.h (COPY_CREF): should copyshugo2011-03-302-14/+35
* fixing syntax error in 1.8tenderlove2011-03-301-1/+1
* converting require_relative to just regular requirestenderlove2011-03-3038-38/+38
* * test/webrick/test_filehandler.rbusa2011-03-291-1/+4
* * test/webrick/test_filehandler.rb (test_short_filename):arton2011-03-281-2/+6
* Fix test.naruse2011-03-281-1/+1
* * ext/date/date_core.c (date_s_today): use int for year.naruse2011-03-281-0/+4
* Skip syslog tests that rely on LOG_PERROR unless it's definedshyouhei2011-03-251-2/+3
* Use LOG_PID instead of LOG_PERROR in Syslog.open testshyouhei2011-03-251-2/+3
* * test/ruby/test_process.rb (TestProcess#test_no_curdir): skip silently onusa2011-03-254-23/+19
* * test/ruby/test_defined.rb (TestDefined#test_autoloaded_noload):nobu2011-03-241-0/+5
* * vm_insnhelper.c (vm_get_ev_const): should not autoload innobu2011-03-241-0/+11
* * variable.c (rb_const_defined_0): fix autoloading base.nobu2011-03-241-0/+18
* * test/ruby/test_defined.rb (TestDefined#test_defined): get rid ofnobu2011-03-241-3/+3
* * numeric.c (flo_round): fix inaccurate results.nobu2011-03-221-0/+2
* * test/runner.rb: set Gem::TestCase's @@project_dir.naruse2011-03-221-0/+3
* * ext/date/date_core.c: replacement of implementation oftadf2011-03-201-1/+1
* * hash.c (ruby_setenv): calculate total env block size for win32.arton2011-03-191-0/+12
* * lib/fileutils.rb (FileUtils::Entry_#copy_file): updated FileUtils.cpnobu2011-03-171-0/+10
* * include/ruby/ruby.h (rb_funcall_passing_block): add prototype.nobu2011-03-171-0/+22
* * ext/openssl/lib/openssl/buffering.rb (module OpenSSL): #flush shoulddrbrain2011-03-161-0/+66
* * test/misc/test_ruby_mode.rb(test_singleton_class): Skip for Pending.sorah2011-03-151-0/+1
* * test/ruby/test_require.rb (test_require_too_long_filename):nagachika2011-03-141-3/+3
* * lib/pstore.rb: Fix don't raise "nested transaction" when thread_safesorah2011-03-131-0/+10
* * lib/mkmf.rb (find_executable0): should exclude directories.nobu2011-03-111-4/+27
* * test/misc/test_ruby_mode.rb (TestRubyMode): try to run emacs ifnobu2011-03-111-4/+6
* * process.c (proc_getmaxgroups, proc_setmaxgroups): Process#maxgroupskosaki2011-03-101-0/+1
* Fix wrong (and duplicated) test name.naruse2011-03-101-1/+1
* * test/ruby/test_require.rb: setting too long string to ENV causesusa2011-03-101-3/+3
* Import rubygems 1.6.2 (release candidate @ 2026fbb5)ryan2011-03-099-28/+97