summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-07-27test_rubyoptions.rb: split test_segv_testnobu
2013-07-26* lib/rexml/parsers/streamparser.rbkou
2013-07-26parse.y: separate numeric literalnobu
2013-07-26Add facility to Syslog::Logger.knu
2013-07-26test_require.rb: same processnobu
2013-07-26test_require.rb: use assert_separatelynobu
2013-07-26load.c: search in OS path encodingnobu
2013-07-26test_require.rb: splitnobu
2013-07-26rational.c: ensure to be Rationalnobu
2013-07-26fix missing assignment in r42174naruse
2013-07-26fix warning: shadowing outer local variable - pathnaruse
2013-07-25envutil.rb: encodingnobu
2013-07-25Somehow Debian 6.0.7 needs ifname for IPv6 multicast connectnaruse
2013-07-25* file.c (rb_file_expand_path_internal): fix r42160; skip '~'.naruse
2013-07-25* re.c (rb_reg_to_s): convert closing parenthes to the target encodingnaruse
2013-07-25Add a test for r42162naruse
2013-07-25file.c: split rb_home_dirnobu
2013-07-24* lib/rubygems: Import RubyGems from master as of commit 4ff70ccdrbrain
2013-07-24* lib/uri/generic.rb (find_proxy): raise BadURIError if the URI isnaruse
2013-07-24file.c: exception message encodingnobu
2013-07-23* test/-ext-/tracepoint/test_tracepoint.rb: add GC on/off to countko1
2013-07-23fix test of r42101 [Feature #6626]naruse
2013-07-23fix typonaruse
2013-07-23it may stuck with console on readline 5.1 + CentOS 5naruse
2013-07-22* ext/openssl/ossl_asn1.c (asn1time_to_time): Implement YYMMDDhhmmZdrbrain
2013-07-22* lib/rubygems: Import RubyGems from master as of commit b165260drbrain
2013-07-22* test/ruby/tes_io.rb (test_copy_stream_bigcontent_fpos): rename duplicatednagachika
2013-07-22vm_eval.c: use file argumentnobu
2013-07-22* ext/readline/readline.c (Init_readline): addedkouji
2013-07-21date_parse.c: missing wdaynobu
2013-07-20* hash.c (rb_hash_flatten): use NUM2INT to raise TypeError on 32bitnaruse
2013-07-20rename a() to b() and define a() for US-ASCIInaruse
2013-07-20* string.c (rb_str_succ): add missing case NEIGHBOR_WRAPPED.naruse
2013-07-20string.c: wchar succnobu
2013-07-20test_io.rb: split test_copy_streamnobu
2013-07-19Suppress warnings.akr
2013-07-19Suppress warnings.akr
2013-07-19* test/socket/test_tcp.rb (test_initialize_failure): Use EADDRNOTAVAILakr
2013-07-19Define Set#to_set so that aSet.to_set returns self.knu
2013-07-18* test/ruby/test_array.rb (test_count): add a test case for #counteregon
2013-07-18* array.c (rb_ary_count): check length to avoid SEGVeregon
2013-07-17hash.c: key name in error messagenobu
2013-07-16test_string.rb: Bug #8642nobu
2013-07-15* lib/prime.rb (Prime::EratosthenesGenerator,yugui
2013-07-13* bignum.c (big_shift3): New function.akr
2013-07-11string.c: multi-byte terminatornobu
2013-07-11string.c: check null charnobu
2013-07-11* test/drb/ut_eq.rb: Use localhost for drb tests [Bug #7311]zzak
2013-07-11call GC.start before fork-related tests to decrease GC cost on fork childrennaruse
2013-07-11* process.c (rb_daemon): daemon(3) is implemented with fork(2).naruse