summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-03-10* iseq.c (rb_iseq_clone): sets local_iseq and klass properly.shugo
2010-03-09* test/dl/test_method.rb: delete a residual test for dl on libffi.mame
2010-03-09* enc/trans/EMOJI/*.src, enc/trans/emoji*, enc/x-emoji.c, test/ruby/enc/test_...muraken
2010-03-07add a test.akr
2010-03-07* file.c: add optional basedir argument for realpath/realdirpath.akr
2010-03-06* io.c (rb_io_s_write, rb_io_s_binwrite): delete File#write andmame
2010-03-06* io.c (rb_io_s_binwrite): use mode "r+b" instead of "ab" to handlemame
2010-03-04* io.c (io_s_write, io_s_binwrite): add File#write and #binwrite.mame
2010-03-03* test/ruby/test_env.rb (TestEnv#test_select_bang): add tests.mame
2010-03-03* test/ruby/test_hash.rb (TestHash#test_keep_if): fix typo.kazu
2010-03-03* hash.c (rb_hash_select_bang): add #select! and keep_if to Hash.matz
2010-03-03* array.c (rb_ary_select_bang): select! removes all elements formatz
2010-03-02* test/dl/test_closure.rb: forget to revert at r26764.muraken
2010-03-02* test/ruby/test_math.rb: Fix lgamma testmarcandre
2010-02-28* math.c (rb_eMathDomainError): new exception class for representing mathemat...muraken
2010-02-28* test/openssl/{test_x509cert.rb,openssl,test_x509crl.rb,naruse
2010-02-28* test/openssl/{test_x509cert.rb,openssl,test_x509req.rb}:naruse
2010-02-25* pack.c: consider DYNAMIC_ENDIAN. refactored.akr
2010-02-24fix assertion message.akr
2010-02-24* pack.c (pack_unpack): don't use OFF32 for gcc 4.5.akr
2010-02-23Add some more tests, revisited.knu
2010-02-23Back out the series of changes pending a due discussion.knu
2010-02-23Add some more tests.knu
2010-02-23call unix_server.close only if unix_server is not nil.akr
2010-02-22don't use infinite loop.akr
2010-02-22* lib/rubygems: update to 1.3.6.nobu
2010-02-21add timeout for test_should_propagate_signaled.akr
2010-02-19Use only object_id to test living threads.naruse
2010-02-18* pack.c (pack_unpack): call PACK_ITEM_ADJUST for 'Q'.akr
2010-02-17* io.c (io_fread, io_getpartial, io_read, io_sysread): by using lock,mame
2010-02-17add a test.akr
2010-02-17* regcomp.c (setup_tree, onig_compile): optimize .* at last bymame
2010-02-17* test/dl/test_method.rb: sinf(3) is in libm.naruse
2010-02-16* test/dl/test_{base,handle}.rb: use more verbose assertions.nobu
2010-02-16* ext/dl/method.c: Adding DL::Method as a superclass for DL::Functiontenderlove
2010-02-15* time.c (time_add): propagate fixed time offset.akr
2010-02-15fix previous commit.naruse
2010-02-15More generic regular exression for test.naruse
2010-02-14avoid method redefinition.akr
2010-02-14add a test.akr
2010-02-13add a test.akr
2010-02-12fix a test for Debian GNU/Linux squeeze (armel)akr
2010-02-11* marshal.c (r_object0): read sequentially since marshal sourcenobu
2010-02-10* array.c (rb_ary_push_m, rb_ary_unshift_m, rb_ary_aset),nobu
2010-02-08* object.c (rb_obj_clone): call initialize_clone hook method tomatz
2010-02-07* test/dl/test_handle.rb (test_NEXT): fix for BSD.naruse
2010-02-06* class.c (rb_class_init_copy): raise a TypeError if the argument isshugo
2010-02-06test/net/imap/test_imap_response_parser.rb: fixed test_resp_text_code.shugo
2010-02-06* test/net/imap/test_imap_response_parser.rb (test_resp_text_code): added a testshugo
2010-02-06* lib/net/imap.rb (receive_responses): does not hang when an unexpected BYEshugo