aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * st.c (st_update): table can be unpacked in the callback.nobu2012-02-071-0/+6
* * st.c (st_foreach): should not yield same pair when checkingnobu2012-02-071-0/+21
* * encoding.c (rb_enc_compatible): return ASCII-8BIT even if 2nd stringnaruse2012-02-051-0/+3
* * test/net/http/test_https_proxy.rbkazu2012-02-022-0/+12
* * lib/rexml/parsers/baseparser.rb, test/rexml/test_namespace.rb:kou2012-02-021-0/+38
* * io.c (argf_next_argv): reset ARGF.next_p on ARGV.replace.naruse2012-02-021-0/+10
* * test/net/http/test_http.rb (TestNetHTTPKeepAlive#*): remove debugusa2012-02-021-2/+0
* * test/ruby/test_argf.rb (test_readlines_twice_tty): removed incomplete test ...nobu2012-02-011-15/+0
* * io.c (argf_close): skip stdin, which should be readable again.nobu2012-01-311-0/+20
* * test/ruby/test_thread.rb (TestThreadGroup#test_thread_timer_and_interrupt):...nobu2012-01-311-12/+15
* * test/ruby/envutil.rb (EnvUtil.invoke_ruby): yield also child pidnobu2012-01-311-1/+1
* * vm_eval.c (vm_call0): should pass block to enumerators. patchednobu2012-01-301-0/+51
* * test/readline/test_readline.rb (test_completion_encoding): test on more loc...nobu2012-01-301-11/+27
* * test/irb/test_completion.rb: skip if cannot load irb/completionusa2012-01-301-8/+13
* Skip test if locale is not Japanese nor UTF-8.naruse2012-01-291-3/+5
* * ext/readline/readline.c (readline_attempted_completion_function):nobu2012-01-291-0/+35
* * test/ruby/test_thread.rbshirosaki2012-01-281-3/+8
* * test/zlib/test_zlib.rb (TestZlibGzipReader#test_reader_wrap): setshirosaki2012-01-281-0/+1
* * lib/irb/completion.rb (IRB::InputCompletor::CompletionProc):nobu2012-01-271-0/+17
* * ext/io/console/console.c (io_getch): default delegating methodnobu2012-01-251-2/+10
* * file.c (rb_file_s_basename): ignore non-ascii extension innobu2012-01-251-0/+3
* * file.c (rb_enc_path_next, rb_enc_path_skip_prefix)nobu2012-01-252-8/+44
* * vm.c (rb_iter_break_value): new function to break a block withnobu2012-01-241-0/+9
* * object.c (rb_Hash): trivial optimization.nobu2012-01-241-4/+4
* * object.c (rb_Hash): add Kernel#Hash conversion method likematz2012-01-241-0/+13
* Additional test for r34358.naruse2012-01-241-0/+1
* * lib/uri/mailto.rb (URI::MailTo.build): follow Array#to_s change ofnaruse2012-01-231-0/+10
* * io.c (extract_binmode): raise an exception if binmode/textmodenaruse2012-01-231-0/+25
* * io.c (rb_io_extract_modeenc): set ASCII-8BIT if binmode is specifiednaruse2012-01-231-0/+5
* * test/cgi/test_cgi_util.rb (test_cgi_escape_preserve_encoding):mrkn2012-01-231-0/+12
* * encoding.c (rb_enc_compatible): fix segv on symbols.naruse2012-01-211-0/+6
* * lib/cgi/util.rb (CGI.escape): support a string with invalid bytemrkn2012-01-201-0/+6
* * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name): enab...nobu2012-01-201-1/+1
* * lib/net/http.rb (Net::HTTP#transport_request): retry a idempotentnaruse2012-01-202-0/+45
* * test/ruby/test_file_exhaustive.rb (test_expand_path): fix commit miss, remo...nobu2012-01-191-1/+1
* * test/ruby/test_file_exhaustive.rb (test_expand_path): ignore case of paths ...nobu2012-01-191-5/+6
* * test/ruby/test_file_exhaustive.rb (test_expand_path): add tests for absolut...nobu2012-01-191-0/+8
* ext/date/date_parse.c: [ruby-core:42173].tadf2012-01-182-0/+42
* Suppress warnings.naruse2012-01-181-7/+7
* * ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loadingtenderlove2012-01-181-0/+25
* * ext/psych/lib/psych/visitors/to_ruby.rb: Added ability to load arraytenderlove2012-01-181-0/+28
* * lib/optparse.rb (Regexp): fix incorrect options when casting tonobu2012-01-164-0/+24
* * object.c (rb_inspect): raise the result is not compatible withnaruse2012-01-151-0/+28
* * iseq.c (iseq_data_to_ary): check line info table boundary. linenobu2012-01-141-0/+11
* * error.c (exc_equal): clear rb_thread_t::errinfo when ignorenagachika2012-01-141-0/+19
* * error.c (exc_equal): ignore exceptions during implicitnobu2012-01-141-0/+6
* Revert "* error.c (exc_equal): try implicit conversion for delegator."naruse2012-01-131-6/+0
* * error.c (exc_equal): try implicit conversion for delegator.nobu2012-01-131-0/+6
* Forgot to commit the test part.knu2012-01-131-0/+5
* * lib/shellwords.rb (Shellwords#shellsplit): Fix a bug whereknu2012-01-121-0/+9