summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2009-04-22* eval.c (proc_invoke): shares dmethod scope local variables.nobu
2009-03-19* ext/openssl/ossl_ssl.c: revert incomplete read_nonblockakr
2009-03-17* lib/pathname.rb (Pathname#sub): set $~ in block.binding.akr
2009-03-12* test/openssl/test_ssl.rb (OpenSSL#test_client_session):kazu
2009-03-01* test/ruby/test_path.rb (test_extname): test for r19596.nobu
2009-03-01* test/ruby/test_path.rb (test_basename): test for r19595.nobu
2009-02-18* file.c (rb_file_s_extname): fix for spaces before extention.nobu
2009-02-17* test/ostruct/test_ostruct.rb (test_frozen): added assertions.nobu
2009-02-15* lib/ostruct.rb (OpenStruct#new_ostruct_member): checks if frozen.nobu