aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* test_require.rb: same processnobu2013-07-261-4/+8
* test_require.rb: use assert_separatelynobu2013-07-261-69/+30
* load.c: search in OS path encodingnobu2013-07-261-1/+8
* test_require.rb: splitnobu2013-07-261-2/+6
* rational.c: ensure to be Rationalnobu2013-07-261-1/+101
* fix missing assignment in r42174naruse2013-07-261-1/+1
* fix warning: shadowing outer local variable - pathnaruse2013-07-261-3/+3
* envutil.rb: encodingnobu2013-07-252-5/+11
* Somehow Debian 6.0.7 needs ifname for IPv6 multicast connectnaruse2013-07-251-4/+14
* * file.c (rb_file_expand_path_internal): fix r42160; skip '~'.naruse2013-07-251-0/+5
* * re.c (rb_reg_to_s): convert closing parenthes to the target encodingnaruse2013-07-251-0/+8
* Add a test for r42162naruse2013-07-251-0/+2
* file.c: split rb_home_dirnobu2013-07-251-0/+22
* * lib/rubygems: Import RubyGems from master as of commit 4ff70ccdrbrain2013-07-241-2/+7
* * lib/uri/generic.rb (find_proxy): raise BadURIError if the URI isnaruse2013-07-241-0/+1
* file.c: exception message encodingnobu2013-07-241-0/+13
* * test/-ext-/tracepoint/test_tracepoint.rb: add GC on/off to countko12013-07-231-0/+4
* fix test of r42101 [Feature #6626]naruse2013-07-231-22/+40
* fix typonaruse2013-07-231-1/+1
* it may stuck with console on readline 5.1 + CentOS 5naruse2013-07-231-1/+4
* * ext/openssl/ossl_asn1.c (asn1time_to_time): Implement YYMMDDhhmmZdrbrain2013-07-221-0/+8
* * lib/rubygems: Import RubyGems from master as of commit b165260drbrain2013-07-2211-32/+288
* * test/ruby/tes_io.rb (test_copy_stream_bigcontent_fpos): rename duplicatednagachika2013-07-221-1/+1
* vm_eval.c: use file argumentnobu2013-07-221-0/+2
* * ext/readline/readline.c (Init_readline): addedkouji2013-07-221-2/+21
* date_parse.c: missing wdaynobu2013-07-211-0/+6
* * hash.c (rb_hash_flatten): use NUM2INT to raise TypeError on 32bitnaruse2013-07-201-0/+9
* rename a() to b() and define a() for US-ASCIInaruse2013-07-201-49/+50
* * string.c (rb_str_succ): add missing case NEIGHBOR_WRAPPED.naruse2013-07-201-0/+5
* string.c: wchar succnobu2013-07-201-4/+15
* test_io.rb: split test_copy_streamnobu2013-07-201-72/+158
* Suppress warnings.akr2013-07-191-2/+2
* Suppress warnings.akr2013-07-191-1/+2
* * test/socket/test_tcp.rb (test_initialize_failure): Use EADDRNOTAVAILakr2013-07-191-14/+29
* Define Set#to_set so that aSet.to_set returns self.knu2013-07-191-0/+3
* * test/ruby/test_array.rb (test_count): add a test case for #counteregon2013-07-181-0/+12
* * array.c (rb_ary_count): check length to avoid SEGVeregon2013-07-181-0/+10
* hash.c: key name in error messagenobu2013-07-171-1/+4
* test_string.rb: Bug #8642nobu2013-07-161-0/+11
* * lib/prime.rb (Prime::EratosthenesGenerator,yugui2013-07-151-1/+1
* * bignum.c (big_shift3): New function.akr2013-07-131-0/+5
* string.c: multi-byte terminatornobu2013-07-111-2/+8
* string.c: check null charnobu2013-07-111-0/+19
* * test/drb/ut_eq.rb: Use localhost for drb tests [Bug #7311]zzak2013-07-113-3/+3
* call GC.start before fork-related tests to decrease GC cost on fork childrennaruse2013-07-112-0/+2
* * process.c (rb_daemon): daemon(3) is implemented with fork(2).naruse2013-07-111-12/+0
* On FreeBSD, threads don't die on daemon(3)naruse2013-07-101-1/+13
* fix PATH environ related test failure introduced at r41873naruse2013-07-101-1/+1
* fix shebang test failure introduced at r41873naruse2013-07-101-1/+5
* fix test failure introduced at r41873naruse2013-07-101-1/+1