summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-11-25 * test/digest/test_digest_extend.rb: Added tests for current digestnahi
2009-11-24* test/ruby/envutil.rb (EnvUtil.invoke_ruby): raise Timeout::Errorakr
2009-11-24* strftime.c: %Y format a year with 4 digits at least.akr
2009-11-22* enc/trans/newline.trans (fun_so_universal_newline): generate \nakr
2009-11-21* marshal.c (marshal_dump): use normal object as the buffer sonobu
2009-11-21* io.c (read_all): fix: false negative invalid byte seequencenaruse
2009-11-19move Test::Unit::Assertions#invoke_ruby to EnvUtil.invoke_ruby.akr
2009-11-19* lib/net/imap.rb (flag_list): untaint strings to intern in the safeshugo
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