aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * Merge Onigmo-5.13.1. [ruby-dev:45057] [Feature #5820]naruse2012-02-172-2/+2
* * enum.c: move work variables to objects not to let called blocksnobu2012-02-171-0/+19
* * test/dbm/test_dbm.rb: fix skip condition for libgdbm 1.8.0 or prior.akr2012-02-161-2/+2
* * insns.def (splatarray): make new array if flag is set.nobu2012-02-151-1/+6
* * cont.c (rb_fiber_reset_root_local_storage): add a new function tonagachika2012-02-151-0/+16
* * ext/fiddle/closure.c (callback): same as r34506.nobu2012-02-151-0/+25
* Add test for r34624.naruse2012-02-151-0/+5
* Set encoding as ASCII-8BIT. [Bug #6027]naruse2012-02-141-1/+1
* * vm_method.c (rb_method_boundp):knu2012-02-131-2/+2
* * io.c (io_setstrbuf): defer resizing buffer string until data isnobu2012-02-131-4/+26
* * vm_eval.c (check_funcall): Call respond_to? with matching arity fordrbrain2012-02-111-0/+14
* * compile.c (defined_expr): guard the whole expression.nobu2012-02-111-0/+12
* * ext/zlib/zlib.c (rb_inflate_add_dictionary): Addeddrbrain2012-02-111-0/+17
* * ext/zlib/zlib.c (do_inflate): Inflate more data if buffered datadrbrain2012-02-111-0/+23
* * ext/psych/parser.c: removed external encoding setter, allow parsertenderlove2012-02-091-9/+6
* * test/ruby/envutil.rb (assert_no_memory_leak): new assertion tonobu2012-02-092-17/+25
* * test/pathname/test_pathname.rb (test_binread): add assertion tonagachika2012-02-091-1/+3
* * test/ruby/memory_status.rb (Memory::Win32): 64bit support.usa2012-02-091-1/+5
* * test/pathname/test_pathname.rb: not read but binread.naruse2012-02-081-1/+1
* FreeBSD needs multiple -o.naruse2012-02-081-1/+1
* * test/-ext-/string/test_modify_expand.rb: test for r34492.nobu2012-02-082-0/+121
* Fix condition.naruse2012-02-081-1/+1
* "street" for X509 Name is not supported before 0.9.8m.naruse2012-02-081-9/+28
* * ext/openssl/ossl_ssl.c: Add SSL constants and allow to unset SSLnahi2012-02-081-0/+15
* * ext/openssl/ossl_x509name.c: Use the numerical representation ofemboss2012-02-081-0/+51
* * 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