summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-11-18add test.akr
2009-11-18* encoding.c (enc_set_default_encoding): reset filesytemnaruse
2009-11-18forgot to add test_undef.rb in the previous revision.shugo
2009-11-17* string.c (str_utf8_nth): fixed overrun. [ruby-core:26787]nobu
2009-11-17* test/ruby/test_m17n.rb: get rid of empty string interpolationsnobu
2009-11-17* vm_method.c (rb_alias): should raise TypeError if klass is nil.shugo
2009-11-17unused argument removed.akr
2009-11-17* enc/big5.c, enc/trans/big5.trans, enc/trans/big5-uao-tbl.rb,duerst
2009-11-17* ksvndifftest/date/test_date_parse.rb: use UTF-8 literals.nobu
2009-11-16Adding yaml tests [ruby-core:26732]tenderlove
2009-11-16add tests.akr
2009-11-16* vm_insnhelper.c (vm_call_method): protected singleton methods ofshugo
2009-11-15fix previous change.akr
2009-11-15add a test.akr
2009-11-15add tests.akr
2009-11-15tests refined.akr
2009-11-15add tests.akr
2009-11-14* ext/bigdecimal/bigdecimal.c (BigDecimalCmp): Fix comparisons [ruby-core:26646]marcandre
2009-11-13* test/dl/test_cptr.rb (**): using ruby_xfree instead of libc's freetenderlove
2009-11-12* ext/dl/cptr.c (rb_dlptr_s_to_ptr): when wrapping a pointer it shouldtenderlove
2009-11-12* test/cgi/test_cgi_multipart.rb (_read):xibbar
2009-11-11* lib/tempfile.rb (Tempfile#initialize): option hash may not benobu
2009-11-10* test/dl/test_func.rb (test_strtod): strtod test should not rely ontenderlove
2009-11-10* test/matrix/test_matrix.rb (TestMatrix#test_rank):yugui
2009-11-08* test/ruby/test_comparable.rb (TestComparable#cmp): suppress warnings.nobu
2009-11-08* test/dl/test_callback.rb (**) adding a callback test filetenderlove
2009-11-08* ext/dl/cfunc.c (**) updating documentationtenderlove
2009-11-07* ext/dl/cptr.c (rb_dlptr_inspect): making inspect consistent acrosstenderlove
2009-11-07* lib/pp.rb (PP::ObjectMixin#pretty_print): use to_s regardless ofakr
2009-11-06* ext/dl/cfunc.c (rb_dlcfunc_initialize): cleaning up C macrostenderlove
2009-11-06* ext/dl/cptr.c (rb_dlptr_s_malloc, rb_dlptr_initialize): addingtenderlove
2009-11-06* ext/dl/cptr.c (rb_dlptr_to_str, rb_dlptr_to_s) adding documentationtenderlove
2009-11-06* ext/dl/cptr.c (rb_dlptr_inspect, rb_dlptr_plus, rb_dlptr_minus)tenderlove
2009-11-05* test/ruby/test_case.rb: merged r25658 from ruby_1_8.kazu
2009-11-05Retry on checking signal_received.naruse
2009-11-05300 should be enough for testing cyclic byte succ.naruse
2009-11-04Decrease counts of tests which spend so long time.naruse
2009-11-03* test/dl/test_cptr.rb (test_to_ptr*): testing DL::CPtr#to_ptrtenderlove
2009-11-03* ext/dl/cptr.c (rb_dlptr_eql, rb_dlptr_cmp): DL::CPtr#== and DL::CPtr#<=>tenderlove
2009-11-03* string.c (rb_str_upto): make next object before yield its block.naruse
2009-11-01* ext/dl/cptr.c (rb_dlptr_ptr, rb_dlptr_ref) adding documentationtenderlove
2009-11-01* ext/dl/cptr.c (rb_dlptr_to_value) added documentationtenderlove
2009-11-01* ext/dl/cptr.c (rb_dlptr_size) splitting function to reduce complexitytenderlove
2009-11-01* test/dl/test_dl2.rb (**) testing malloc and realloctenderlove
2009-10-30 * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi
2009-10-30* test/ruby/test_enum.rb (test_count): marked as an implementationnobu
2009-10-30* vm_eval.c (vm_call0, vm_call_super, rb_f_send, rb_f_public_send):nobu
2009-10-30* vm_eval.c (rb_search_method_emtry, rb_method_call_status): splitnobu
2009-10-30* test/ruby/test_enum.rb (test_count): test for [ruby-core:24794].nobu
2009-10-29* test/ruby/enc/test_gb18030.rb (test_left_adjust_char_head):nobu