aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_file_exhaustive.rb (TestFileExhaustive::test_expand_path):shyouhei2010-09-161-1/+1
* * ext/pathname/pathname.c (path_mkdir): Pathname#mkdir translatedakr2010-09-151-0/+2
* reverting; http://rubyforge.org/tracker/?func=detail&atid=4099&aid=28566&grou...shyouhei2010-09-151-16/+6
* * lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_nothing_raised):shyouhei2010-09-151-6/+16
* * test/net/imap/test_imap.rb: "localhost" not guaranteed toshyouhei2010-09-151-7/+7
* * io.c (rb_io_puts): fix for wide char encoding strings.nobu2010-09-151-0/+18
* * ext/pathname/pathname.c (path_s_getwd): Pathname.getwd andakr2010-09-141-0/+5
* * ext/pathname/pathname.c (path_s_glob): Pathname.glob translatedakr2010-09-131-0/+4
* * util.c (ruby_strtod): reject Float('0x0.').naruse2010-09-131-1/+7
* * ext/openssl/ossl_bn.c (ossl_bn_is_prime): fix comparisonnaruse2010-09-131-0/+17
* * process.c (rlimit_resource_name2int): support more limits:akr2010-09-111-1/+6
* * hash.c (ruby_setenv): raise if putenv and SetEnvironmentVariablenobu2010-09-112-5/+22
* * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#continue): addnahi2010-09-101-0/+31
* * ext/openssl/lib/openssl/x509-internal.rb: removed unused localnahi2010-09-104-13/+15
* decrease times of running test.naruse2010-09-101-1/+1
* * ext/etc/etc.c (etc_systmpdir): assume system default tmpdirnobu2010-09-091-0/+4
* * vm.c (vm_backtrace_each): skip allocator frames which have nonobu2010-09-091-0/+7
* * compile.c (case_when_optimizable_literal): When float value can bewanabe2010-09-091-0/+19
* * test/net/http/test_https.rb (test_identity_verify_failure): followsnahi2010-09-091-1/+1
* * test/ruby/test_env.rb (test_aset): OpenBSD acts like NetBSD innaruse2010-09-091-1/+1
* * ext/readline/readline.c (readline_s_get_line_buffer):naruse2010-09-061-0/+2
* * util.c (ruby_strtod): check there is at least 1 digit afternaruse2010-09-061-0/+1
* * util.c (ruby_strtod): check integr overflow.naruse2010-09-061-0/+1
* * file.c (rb_file_s_readlink): symlink target should be innobu2010-09-041-1/+4
* * ext/pty/pty.c (chfunc): restore errno from SystemCallError andnobu2010-09-021-0/+8
* Imported minitest 1.7.1 r5835ryan2010-09-012-195/+330
* * string.c (tr_setup_table): optimized. don't create hash objectsnaruse2010-09-011-0/+1
* * thread.c (ruby_suppress_tracing): restore the state and invokenobu2010-09-011-0/+12
* * string.c (tr_setup_table): fix bug in r29146.naruse2010-08-301-0/+1
* * string.c (tr_setup_table): initialize negating table whennaruse2010-08-301-0/+5
* * lib/rdoc/parser/ruby.rb (RDoc#parse_class): ignore non-constantnobu2010-08-291-0/+2
* * file.c (rb_get_path_check): clarify error message fornobu2010-08-291-0/+8
* * vm.c (rb_thread_method_id_and_class): curried proc has nonobu2010-08-291-0/+8
* * load.c (rb_provide_feature): clarify error message for frozennobu2010-08-291-0/+7
* * load.c (load_failed): should honor encoding. [ruby-core:31915]nobu2010-08-291-0/+6
* * test/pathname/test_pathname.rb (test_expand_path): should treat drive letter.usa2010-08-291-5/+10
* * ext/bigdecimal/bigdecimal.c (BigDecimal_save_exception_mode,mrkn2010-08-281-0/+36
* * string.c (rb_str_prepend): new method by Sora Harakamishyouhei2010-08-271-0/+16
* * math.c (math_atan2): change the behavior when x and y are zero.mrkn2010-08-271-1/+4
* * array.c (rb_ary_shuffle_bang): bail out from modification duringnobu2010-08-261-1/+55
* Creating dummy library for dl/fiddle tests on AIX.kanemoto2010-08-262-0/+56
* * array.c (rb_ary_shuffle_bang): check number of argument.nobu2010-08-261-0/+1
* * ext/bigdecimal/bigdecimal.c (Init_bigdecimal, rmpd_set_thread_local_excepti...mrkn2010-08-261-0/+35
* * array.c (rb_ary_{shuffle_bang,sample}): use Random class object.nobu2010-08-251-0/+13
* reverted to r29091; r29092 breaks test-allshyouhei2010-08-251-13/+0
* * random.c (rb_random_real): check the range of result.nobu2010-08-251-0/+13
* * array.c (rb_ary_shuffle_bang, rb_ary_sample): add optionalnobu2010-08-232-1/+17
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): to_f must underflow when the...mrkn2010-08-231-0/+10
* * ext/pathname/pathname.c (path_each_line): Pathname#each_lineakr2010-08-231-0/+17
* * backport r29071 from ruby_1_8;nahi2010-08-231-0/+14