aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * test/readline/test_readline.rb (test_completion_proc_empty_result):nagachika2012-01-111-3/+11
* * test/ruby/test_enumerator.rb (test_nested_iteration): fix typo.nobu2012-01-101-1/+1
* * test/readline/test_readline.rb (test_completion_proc_empty_result): rescue ...nobu2012-01-101-3/+3
* * ext/readline/readline.c (readline_attempted_completion_function):nobu2012-01-101-12/+24
* * test/ruby/test_io.rb (test_autoclose_true_closed_by_finalizer,nagachika2012-01-091-10/+33
* * ext/socket/lib/socket.rb (family_addrinfo): return the givenakr2012-01-091-0/+18
* * test/zlib/test_zlib.rb (TestZlibGzipWriter#test_writer_wrap): setusa2012-01-091-0/+1
* * numeric.c (rb_enc_uint_char): raise RangeError when added codepointnaruse2012-01-083-3/+10
* Cent OS 5.6 (2.6.18-238.19.1.el5xen) doesn't correctly worknaruse2012-01-071-0/+6
* * test/-ext-/old_thread_select/test_old_thread_select.rb:ayumin2012-01-071-1/+2
* Add test for word boundary.naruse2012-01-071-0/+5
* * object.c (rb_inspect): raises Encoding::CompatibilityError if thenaruse2012-01-061-0/+15
* * lib/uri/common.rb (URI::Parser#initialize_regexp):naruse2012-01-051-0/+1
* * string.c (str_nth_len): count ascii-only run at the end. thisnobu2012-01-041-0/+9
* * test/ruby/test_object.rb (test_send_with_block): add a normal case.ktsj2012-01-021-0/+4
* * test/ruby/test_object.rb (test_send_with_block): moved fromktsj2012-01-021-0/+14
* * lib/shellwords.rb (Shellwords#shellescape): Drop the //n flagknu2012-01-011-0/+8
* * doc/ChangeLog-1.9.3, test/gdbm/test_gdbm.rb: fixed mingw typo.nobu2011-12-281-1/+1
* * st.c (st_update): new function to lookup the given key andnobu2011-12-271-0/+39
* * vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments), iseq.c (...mame2011-12-261-0/+9
* * vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments, iseq_comp...mame2011-12-262-1/+106
* * io.c (rb_sys_fail_path): move the definition.shirosaki2011-12-261-0/+11
* * test/ruby/test_io.rb (TestIO#test_autoclose): Tempfile.new doesn'tusa2011-12-261-23/+20
* * test/testunit/test_parallel.rb (test_separate): Test for "--separate"sorah2011-12-251-0/+6