summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-12-06* lib/bigdecimal.rb: fix comparison operators [ruby-core:26646]marcandre
2009-12-04* marshal.c (marshal_load): should set taintness. [ruby-dev:39723]nobu
2009-12-03 * test/stringio/test_stringio.rb: use 1.8 methods for easier backport.nahi
2009-12-03 * test/stringio/test_stringio.rb: imported tests from trunk. it has 2 nahi
2009-12-02* eval.c (proc_invoke): unbound block created by define_methodnobu
2009-12-01 * test/digest/test_digest_extend.rb: added tests for digest framework.nahi
2009-11-25 * test/digest/test_digest_extend.rb: Added tests for current digest nahi
2009-11-25* test/ruby/test_array.rb (TestArray#test_splat): Add tests for aknu
2009-11-23* eval.c (rb_method_missing): adjusted format and argument number.nobu
2009-11-19* lib/net/imap.rb (flag_list): untaint strings to intern in the safeshugo
2009-11-08* eval.c (method_inspect, method_name, mnew): Bug fix whenmarcandre
2009-11-06* eval.c (call_trace_func): remove the trace hook if any exceptionnobu
2009-11-06* test/ruby/test_settracefunc.rb: skip thread events.nobu
2009-11-05Merged r22308. [ruby-dev:39637]naruse
2009-11-05* gc.c (rb_obj_id): a Fixnum which is beyond signed longnaruse
2009-11-05* parse.y (args): use splat_array.naruse
2009-10-30 * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi
2009-10-27* string.c (rb_str_inspect): get rid of adding garbage to shortnobu
2009-10-26* io.c (io_fwrite): adjust stdio file position after direct write onnobu
2009-10-20 * lib/monitor.rb (MonitorMixin.mon_release): ensure the schedulednahi
2009-10-16* test/ruby/test_{queue,thread}.rb: backported from trunk.nobu
2009-10-16* eval.c (rb_clear_cache_for_undef): clear entries for inheritednobu
2009-10-16* test/ruby/test_object.rb: backported from trunk.nobu
2009-10-16* test/ruby/test_array.rb: suppress warnings.nobu
2009-10-16* test/ruby/envutil.rb: get rid of double loading.nobu
2009-10-15* ext/iconv/iconv.c (iconv_create): cannot retry with given block.nobu
2009-10-15* test/iconv/test_option.rb: removed particular implementationnobu
2009-10-04* marshal.c (struct {dump,load}_arg): manage with dfree, insteadnobu
2009-09-16* eval.c (rb_thread_start_timer): start to catch SIGVTALRM togethernobu
2009-09-13remove temporally files explicitly.akr
2009-09-13make tempfile prefix more descriptive.akr
2009-09-04* io.c (rb_io_binmode): check if closed regardless platforms.nobu
2009-08-30* gc.c (gc_sweep): makes new room if object space is full ofnobu
2009-08-24* lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: fix a bugkou
2009-07-26* io.c (argf_eof): go to the next file if called after ARGF.closenobu
2009-07-26* test/ruby/test_argf.rb: partially backported from the trunk.nobu
2009-07-24* lib/time.rb, test/test_time.rb: Move test code to a separateknu
2009-07-01* test/ruby/test_proc.rb (test_return_from_proc): test for [ruby-core:24097].nobu
2009-06-27Merge r24865:23867 from trunk.kou
2009-06-11* ext/bigdecimal/bigdecimal.c (VpCtoV): big number should resultmatz
2009-05-16merge r23451.kou
2009-05-16merge r23450.kou
2009-05-16merge r23449, r23453.kou
2009-05-16merge r23448.kou
2009-05-16merge r23446.kou
2009-05-16merge r23445.kou
2009-05-16merge r23442.kou
2009-05-15* eval.c (rb_thread_join), ext/thread/thread.c (wake_one): adjustsnobu
2009-05-15* test/thread/test_thread.rb: changed indent level to 2.nobu
2009-04-28test/test_timeout.rb: backported from 1.9.kazu