aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * 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
* process.c: kill threads in daemon processnobu2013-07-101-0/+21
* * test/net/http/test_http.rb (TestNetHTTP_v1_2#test_get,usa2013-07-101-2/+2
* * remove trailing spaces.nobu2013-07-093-12/+12
* * lib/rubygems: Import RubyGems 2.1drbrain2013-07-0948-968/+1927
* * lib/rubygems/ext/ext_conf_builder.rb: Remove siteconf file afterdrbrain2013-07-092-0/+2
* * ext/date/date_parse.c (date_zone_to_diff): [ruby-core:55831].tadf2013-07-091-0/+9
* * test/rexml/test_text.rb: Add missing tests for Text#<<.kou2013-07-091-0/+19
* * test/fileutils/fileasserts.rbknu2013-07-092-49/+66
* * test/fileutils/test_fileutils.rbknu2013-07-091-29/+27
* * test/test_tracer.rb: catch up recent rubygems changes.ko12013-07-091-3/+1
* * lib/fileutils.rb (FileUtils#mode_to_s): Define mode_to_s() alsoknu2013-07-091-1/+17
* * test/fileutils/fileasserts.rbknu2013-07-091-1/+1
* * lib/rubygems: Update to RubyGems 2.0.4. Seedrbrain2013-07-0811-30/+156
* * bignum.c (rb_big_sq_fast): New function for testing.akr2013-07-081-0/+22
* * bignum.c (bary_mul_balance): Reduce work memory.akr2013-07-081-0/+12
* * test/openssl/test_pkey_ec.rb: Skip tests for "Oakley" curves asemboss2013-07-071-1/+5
* * bignum.c (bary_mul_karatsuba): Unreachable code removed. Removeakr2013-07-071-0/+43
* * internal.h (rb_big_mul_normal): Declared.akr2013-07-071-0/+53
* * ext/openssl/ossl_pkey_ec.c: Ensure compatibility to builds ofemboss2013-07-051-13/+13
* * test/openssl/test_x509crl.rb: Remove unused variable.emboss2013-07-051-1/+0