summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-09-14* ext/pathname/pathname.c (path_s_getwd): Pathname.getwd andakr
2010-09-13* ext/pathname/pathname.c (path_s_glob): Pathname.glob translatedakr
2010-09-13* util.c (ruby_strtod): reject Float('0x0.').naruse
2010-09-13* ext/openssl/ossl_bn.c (ossl_bn_is_prime): fix comparisonnaruse
2010-09-11* process.c (rlimit_resource_name2int): support more limits:akr
2010-09-11* hash.c (ruby_setenv): raise if putenv and SetEnvironmentVariablenobu
2010-09-10 * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#continue): addnahi
2010-09-10 * ext/openssl/lib/openssl/x509-internal.rb: removed unused localnahi
2010-09-10decrease times of running test.naruse
2010-09-09* ext/etc/etc.c (etc_systmpdir): assume system default tmpdirnobu
2010-09-09* vm.c (vm_backtrace_each): skip allocator frames which have nonobu
2010-09-09* compile.c (case_when_optimizable_literal): When float value can bewanabe
2010-09-09 * test/net/http/test_https.rb (test_identity_verify_failure): followsnahi
2010-09-09* test/ruby/test_env.rb (test_aset): OpenBSD acts like NetBSD innaruse
2010-09-06* ext/readline/readline.c (readline_s_get_line_buffer):naruse
2010-09-06* util.c (ruby_strtod): check there is at least 1 digit afternaruse
2010-09-06* util.c (ruby_strtod): check integr overflow.naruse
2010-09-04* file.c (rb_file_s_readlink): symlink target should be innobu
2010-09-02* ext/pty/pty.c (chfunc): restore errno from SystemCallError andnobu
2010-09-01Imported minitest 1.7.1 r5835ryan
2010-09-01* string.c (tr_setup_table): optimized. don't create hash objectsnaruse
2010-09-01* thread.c (ruby_suppress_tracing): restore the state and invokenobu
2010-08-30* string.c (tr_setup_table): fix bug in r29146.naruse
2010-08-30* string.c (tr_setup_table): initialize negating table whennaruse
2010-08-29* lib/rdoc/parser/ruby.rb (RDoc#parse_class): ignore non-constantnobu
2010-08-29* file.c (rb_get_path_check): clarify error message fornobu
2010-08-29* vm.c (rb_thread_method_id_and_class): curried proc has nonobu
2010-08-29* load.c (rb_provide_feature): clarify error message for frozennobu
2010-08-29* load.c (load_failed): should honor encoding. [ruby-core:31915]nobu
2010-08-29* test/pathname/test_pathname.rb (test_expand_path): should treat drive letter.usa
2010-08-28* ext/bigdecimal/bigdecimal.c (BigDecimal_save_exception_mode,mrkn
2010-08-27 * string.c (rb_str_prepend): new method by Sora Harakamishyouhei
2010-08-27* math.c (math_atan2): change the behavior when x and y are zero.mrkn
2010-08-26* array.c (rb_ary_shuffle_bang): bail out from modification duringnobu
2010-08-26Creating dummy library for dl/fiddle tests on AIX.kanemoto
2010-08-26* array.c (rb_ary_shuffle_bang): check number of argument.nobu
2010-08-26* ext/bigdecimal/bigdecimal.c (Init_bigdecimal, rmpd_set_thread_local_excepti...mrkn
2010-08-25* array.c (rb_ary_{shuffle_bang,sample}): use Random class object.nobu
2010-08-25reverted to r29091; r29092 breaks test-allshyouhei
2010-08-25* random.c (rb_random_real): check the range of result.nobu
2010-08-23* array.c (rb_ary_shuffle_bang, rb_ary_sample): add optionalnobu
2010-08-23* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): to_f must underflow when the...mrkn
2010-08-23* ext/pathname/pathname.c (path_each_line): Pathname#each_lineakr
2010-08-23 * backport r29071 from ruby_1_8;nahi
2010-08-23* util.c (ruby_strtod): make sure to have digit-sequence after 'p'naruse
2010-08-22 * lib/date.rb, lib/date/format.rb: [ruby-core:31695]tadf
2010-08-21* test/ruby/test_super.rb: add test.wanabe
2010-08-20* ext/pathname/pathname.c (path_expand_path): Pathname#expand_pathakr
2010-08-19 * backport r28621 and r28632 from ruby_1_8;nahi
2010-08-19* array.c (rb_ary_permutation, rb_ary_repeated_permutation, rb_ary_repeated_c...mrkn