aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/dl/test_closure.rb: forget to revert at r26764.muraken2010-03-021-130/+0
* * test/ruby/test_math.rb: Fix lgamma testmarcandre2010-03-021-1/+0
* * math.c (rb_eMathDomainError): new exception class for representing mathemat...muraken2010-02-281-12/+39
* * test/openssl/{test_x509cert.rb,openssl,test_x509crl.rb,naruse2010-02-283-17/+42
* * test/openssl/{test_x509cert.rb,openssl,test_x509req.rb}:naruse2010-02-282-6/+0
* * pack.c: consider DYNAMIC_ENDIAN. refactored.akr2010-02-252-1/+120
* fix assertion message.akr2010-02-241-2/+2
* * pack.c (pack_unpack): don't use OFF32 for gcc 4.5.akr2010-02-241-1/+1
* Add some more tests, revisited.knu2010-02-231-10/+12
* Back out the series of changes pending a due discussion.knu2010-02-231-14/+2
* Add some more tests.knu2010-02-231-2/+14
* call unix_server.close only if unix_server is not nil.akr2010-02-231-1/+1
* don't use infinite loop.akr2010-02-221-2/+2
* * lib/rubygems: update to 1.3.6.nobu2010-02-2259-1766/+1164
* add timeout for test_should_propagate_signaled.akr2010-02-211-1/+4
* Use only object_id to test living threads.naruse2010-02-191-2/+2
* * pack.c (pack_unpack): call PACK_ITEM_ADJUST for 'Q'.akr2010-02-181-0/+7
* * io.c (io_fread, io_getpartial, io_read, io_sysread): by using lock,mame2010-02-171-6/+6
* add a test.akr2010-02-171-0/+13
* * regcomp.c (setup_tree, onig_compile): optimize .* at last bymame2010-02-171-0/+7
* * test/dl/test_method.rb: sinf(3) is in libm.naruse2010-02-171-1/+1
* * test/dl/test_{base,handle}.rb: use more verbose assertions.nobu2010-02-163-14/+14
* * ext/dl/method.c: Adding DL::Method as a superclass for DL::Functiontenderlove2010-02-161-0/+11
* * time.c (time_add): propagate fixed time offset.akr2010-02-151-0/+10
* fix previous commit.naruse2010-02-151-1/+1
* More generic regular exression for test.naruse2010-02-151-2/+5
* avoid method redefinition.akr2010-02-146-7/+7
* add a test.akr2010-02-141-4/+19
* add a test.akr2010-02-131-0/+7
* fix a test for Debian GNU/Linux squeeze (armel)akr2010-02-121-1/+1
* * marshal.c (r_object0): read sequentially since marshal sourcenobu2010-02-111-0/+10
* * array.c (rb_ary_push_m, rb_ary_unshift_m, rb_ary_aset),nobu2010-02-103-5/+46
* * object.c (rb_obj_clone): call initialize_clone hook method tomatz2010-02-081-0/+3
* * test/dl/test_handle.rb (test_NEXT): fix for BSD.naruse2010-02-071-2/+29
* * class.c (rb_class_init_copy): raise a TypeError if the argument isshugo2010-02-061-0/+2
* test/net/imap/test_imap_response_parser.rb: fixed test_resp_text_code.shugo2010-02-061-1/+1
* * test/net/imap/test_imap_response_parser.rb (test_resp_text_code): added a testshugo2010-02-061-3/+15
* * lib/net/imap.rb (receive_responses): does not hang when an unexpected BYEshugo2010-02-061-0/+28
* * test/net/imap/test_imap.rb (test_exception_during_idle): use timeout.shugo2010-02-061-1/+10
* * lib/monitor.rb (wait): supported timeout.shugo2010-02-061-2/+2
* fix a test.akr2010-02-061-1/+3
* * test/test_delegate.rb (TestDelegateClass::IV#initialize): shouldnobu2010-02-061-0/+2
* * lib/delegate.rb (Delegator): include copy of Kernel.nobu2010-02-051-6/+42
* * lib/yaml/rubytypes.rb: Struct members are emitted without a leadingtenderlove2010-02-042-15/+15
* * lib/delegate.rb (Delegator): now inherits BasicObject.nobu2010-02-031-0/+18
* * time.c (time_mdump, time_mload): dump/load utc_offset.nobu2010-02-031-0/+14
* * enumerator.c: move implementation of each_slice, each_cons,matz2010-02-031-8/+11
* Wed Feb 3 10:12:09 2010 Aaron Patterson <tenderlove@ruby-lang.org>tenderlove2010-02-034-6/+156
* use require_relative.akr2010-02-0227-29/+27
* * enum.c (enum_each_entry): new method #each_entry to pack valuesmatz2010-02-021-0/+12