summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-01-30* vm_eval.c (vm_call0): should pass block to enumerators. patchednobu
2012-01-30* test/readline/test_readline.rb (test_completion_encoding): test on more loc...nobu
2012-01-30* test/irb/test_completion.rb: skip if cannot load irb/completionusa
2012-01-29Skip test if locale is not Japanese nor UTF-8.naruse
2012-01-29* ext/readline/readline.c (readline_attempted_completion_function):nobu
2012-01-28* test/ruby/test_thread.rbshirosaki
2012-01-28* test/zlib/test_zlib.rb (TestZlibGzipReader#test_reader_wrap): setshirosaki
2012-01-27* lib/irb/completion.rb (IRB::InputCompletor::CompletionProc):nobu
2012-01-25* ext/io/console/console.c (io_getch): default delegating methodnobu
2012-01-25* file.c (rb_file_s_basename): ignore non-ascii extension innobu
2012-01-25* file.c (rb_enc_path_next, rb_enc_path_skip_prefix)nobu
2012-01-24* vm.c (rb_iter_break_value): new function to break a block withnobu
2012-01-24* object.c (rb_Hash): trivial optimization.nobu
2012-01-24* object.c (rb_Hash): add Kernel#Hash conversion method likematz
2012-01-24Additional test for r34358.naruse
2012-01-23* lib/uri/mailto.rb (URI::MailTo.build): follow Array#to_s change ofnaruse
2012-01-23* io.c (extract_binmode): raise an exception if binmode/textmodenaruse
2012-01-23* io.c (rb_io_extract_modeenc): set ASCII-8BIT if binmode is specifiednaruse
2012-01-23* test/cgi/test_cgi_util.rb (test_cgi_escape_preserve_encoding):mrkn
2012-01-21* encoding.c (rb_enc_compatible): fix segv on symbols.naruse
2012-01-20* lib/cgi/util.rb (CGI.escape): support a string with invalid bytemrkn
2012-01-20* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name): enab...nobu
2012-01-20* lib/net/http.rb (Net::HTTP#transport_request): retry a idempotentnaruse
2012-01-19* test/ruby/test_file_exhaustive.rb (test_expand_path): fix commit miss, remo...nobu
2012-01-19* test/ruby/test_file_exhaustive.rb (test_expand_path): ignore case of paths ...nobu
2012-01-19* test/ruby/test_file_exhaustive.rb (test_expand_path): add tests for absolut...nobu
2012-01-18ext/date/date_parse.c: [ruby-core:42173].tadf
2012-01-18Suppress warnings.naruse
2012-01-18* ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loadingtenderlove
2012-01-18* ext/psych/lib/psych/visitors/to_ruby.rb: Added ability to load arraytenderlove
2012-01-16* lib/optparse.rb (Regexp): fix incorrect options when casting tonobu
2012-01-15* object.c (rb_inspect): raise the result is not compatible withnaruse
2012-01-14* iseq.c (iseq_data_to_ary): check line info table boundary. linenobu
2012-01-14* error.c (exc_equal): clear rb_thread_t::errinfo when ignorenagachika
2012-01-14* error.c (exc_equal): ignore exceptions during implicitnobu
2012-01-13Revert "* error.c (exc_equal): try implicit conversion for delegator."naruse
2012-01-13* error.c (exc_equal): try implicit conversion for delegator.nobu
2012-01-13Forgot to commit the test part.knu
2012-01-12* lib/shellwords.rb (Shellwords#shellsplit): Fix a bug whereknu
2012-01-11* test/readline/test_readline.rb (test_completion_proc_empty_result):nagachika
2012-01-10* test/ruby/test_enumerator.rb (test_nested_iteration): fix typo.nobu
2012-01-10* test/readline/test_readline.rb (test_completion_proc_empty_result): rescue ...nobu
2012-01-10* ext/readline/readline.c (readline_attempted_completion_function):nobu
2012-01-09* test/ruby/test_io.rb (test_autoclose_true_closed_by_finalizer,nagachika
2012-01-09* ext/socket/lib/socket.rb (family_addrinfo): return the givenakr
2012-01-09* test/zlib/test_zlib.rb (TestZlibGzipWriter#test_writer_wrap): setusa
2012-01-08* numeric.c (rb_enc_uint_char): raise RangeError when added codepointnaruse
2012-01-07Cent OS 5.6 (2.6.18-238.19.1.el5xen) doesn't correctly worknaruse
2012-01-07* test/-ext-/old_thread_select/test_old_thread_select.rb:ayumin
2012-01-07Add test for word boundary.naruse