summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * enc/trans/newline.trans (fun_so_universal_newline): generate \nakr2009-11-222-4/+16
* * marshal.c (marshal_dump): use normal object as the buffer sonobu2009-11-211-0/+10
* * io.c (read_all): fix: false negative invalid byte seequencenaruse2009-11-211-0/+6
* move Test::Unit::Assertions#invoke_ruby to EnvUtil.invoke_ruby.akr2009-11-191-54/+53
* * lib/net/imap.rb (flag_list): untaint strings to intern in the safeshugo2009-11-191-0/+54
* add test.akr2009-11-181-0/+31
* * encoding.c (enc_set_default_encoding): reset filesytemnaruse2009-11-181-0/+10
* forgot to add test_undef.rb in the previous revision.shugo2009-11-181-0/+37
* * string.c (str_utf8_nth): fixed overrun. [ruby-core:26787]nobu2009-11-171-0/+5
* * test/ruby/test_m17n.rb: get rid of empty string interpolationsnobu2009-11-171-43/+43
* * vm_method.c (rb_alias): should raise TypeError if klass is nil.shugo2009-11-171-0/+8
* unused argument removed.akr2009-11-171-1/+1
* * enc/big5.c, enc/trans/big5.trans, enc/trans/big5-uao-tbl.rb,duerst2009-11-171-1/+6
* * ksvndifftest/date/test_date_parse.rb: use UTF-8 literals.nobu2009-11-171-5/+2
* Adding yaml tests [ruby-core:26732]tenderlove2009-11-167-0/+231
* add tests.akr2009-11-162-84/+152
* * vm_insnhelper.c (vm_call_method): protected singleton methods ofshugo2009-11-161-0/+24
* fix previous change.akr2009-11-151-4/+4
* add a test.akr2009-11-151-1/+17
* add tests.akr2009-11-151-0/+10
* tests refined.akr2009-11-152-9/+36
* add tests.akr2009-11-152-22/+83
* * ext/bigdecimal/bigdecimal.c (BigDecimalCmp): Fix comparisons [ruby-core:26646]marcandre2009-11-141-3/+14
* * test/dl/test_cptr.rb (**): using ruby_xfree instead of libc's freetenderlove2009-11-132-5/+5
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): when wrapping a pointer it shouldtenderlove2009-11-121-1/+1
* * test/cgi/test_cgi_multipart.rb (_read):xibbar2009-11-121-5/+1
* * lib/tempfile.rb (Tempfile#initialize): option hash may not benobu2009-11-111-3/+17
* * test/dl/test_func.rb (test_strtod): strtod test should not rely ontenderlove2009-11-101-2/+2
* * test/matrix/test_matrix.rb (TestMatrix#test_rank):yugui2009-11-101-0/+98
* * test/ruby/test_comparable.rb (TestComparable#cmp): suppress warnings.nobu2009-11-081-16/+22
* * test/dl/test_callback.rb (**) adding a callback test filetenderlove2009-11-081-0/+32
* * ext/dl/cfunc.c (**) updating documentationtenderlove2009-11-081-0/+9
* * ext/dl/cptr.c (rb_dlptr_inspect): making inspect consistent acrosstenderlove2009-11-071-2/+2
* * lib/pp.rb (PP::ObjectMixin#pretty_print): use to_s regardless ofakr2009-11-071-1/+0
* * ext/dl/cfunc.c (rb_dlcfunc_initialize): cleaning up C macrostenderlove2009-11-061-0/+6
* * ext/dl/cptr.c (rb_dlptr_s_malloc, rb_dlptr_initialize): addingtenderlove2009-11-061-0/+16
* * ext/dl/cptr.c (rb_dlptr_to_str, rb_dlptr_to_s) adding documentationtenderlove2009-11-061-0/+22
* * ext/dl/cptr.c (rb_dlptr_inspect, rb_dlptr_plus, rb_dlptr_minus)tenderlove2009-11-061-0/+22
* * test/ruby/test_case.rb: merged r25658 from ruby_1_8.kazu2009-11-051-0/+7
* Retry on checking signal_received.naruse2009-11-051-1/+4
* 300 should be enough for testing cyclic byte succ.naruse2009-11-051-1/+1
* Decrease counts of tests which spend so long time.naruse2009-11-042-4/+8
* * test/dl/test_cptr.rb (test_to_ptr*): testing DL::CPtr#to_ptrtenderlove2009-11-031-0/+36
* * ext/dl/cptr.c (rb_dlptr_eql, rb_dlptr_cmp): DL::CPtr#== and DL::CPtr#<=>tenderlove2009-11-031-0/+16
* * string.c (rb_str_upto): make next object before yield its block.naruse2009-11-031-0/+11
* * ext/dl/cptr.c (rb_dlptr_ptr, rb_dlptr_ref) adding documentationtenderlove2009-11-011-0/+8
* * ext/dl/cptr.c (rb_dlptr_to_value) added documentationtenderlove2009-11-011-0/+6
* * ext/dl/cptr.c (rb_dlptr_size) splitting function to reduce complexitytenderlove2009-11-012-22/+61
* * test/dl/test_dl2.rb (**) testing malloc and realloctenderlove2009-11-011-0/+47
* * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi2009-10-301-0/+40