summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-02-17* Merge Onigmo-5.13.1. [ruby-dev:45057] [Feature #5820]naruse
2012-02-17* enum.c: move work variables to objects not to let called blocksnobu
2012-02-16* test/dbm/test_dbm.rb: fix skip condition for libgdbm 1.8.0 or prior.akr
2012-02-15* insns.def (splatarray): make new array if flag is set.nobu
2012-02-15* cont.c (rb_fiber_reset_root_local_storage): add a new function tonagachika
2012-02-15* ext/fiddle/closure.c (callback): same as r34506.nobu
2012-02-15Add test for r34624.naruse
2012-02-14Set encoding as ASCII-8BIT. [Bug #6027]naruse
2012-02-13* vm_method.c (rb_method_boundp):knu
2012-02-13* io.c (io_setstrbuf): defer resizing buffer string until data isnobu
2012-02-11* vm_eval.c (check_funcall): Call respond_to? with matching arity fordrbrain
2012-02-11* compile.c (defined_expr): guard the whole expression.nobu
2012-02-11* ext/zlib/zlib.c (rb_inflate_add_dictionary): Addeddrbrain
2012-02-11* ext/zlib/zlib.c (do_inflate): Inflate more data if buffered datadrbrain
2012-02-09* ext/psych/parser.c: removed external encoding setter, allow parsertenderlove
2012-02-09* test/ruby/envutil.rb (assert_no_memory_leak): new assertion tonobu
2012-02-09* test/pathname/test_pathname.rb (test_binread): add assertion tonagachika
2012-02-09* test/ruby/memory_status.rb (Memory::Win32): 64bit support.usa
2012-02-08* test/pathname/test_pathname.rb: not read but binread.naruse
2012-02-08FreeBSD needs multiple -o.naruse
2012-02-08* test/-ext-/string/test_modify_expand.rb: test for r34492.nobu
2012-02-08Fix condition.naruse
2012-02-08"street" for X509 Name is not supported before 0.9.8m.naruse
2012-02-08* ext/openssl/ossl_ssl.c: Add SSL constants and allow to unset SSLnahi
2012-02-08* ext/openssl/ossl_x509name.c: Use the numerical representation ofemboss
2012-02-07* st.c (st_update): table can be unpacked in the callback.nobu
2012-02-07* st.c (st_foreach): should not yield same pair when checkingnobu
2012-02-05* encoding.c (rb_enc_compatible): return ASCII-8BIT even if 2nd stringnaruse
2012-02-02* test/net/http/test_https_proxy.rbkazu
2012-02-02* lib/rexml/parsers/baseparser.rb, test/rexml/test_namespace.rb:kou
2012-02-02* io.c (argf_next_argv): reset ARGF.next_p on ARGV.replace.naruse
2012-02-02* test/net/http/test_http.rb (TestNetHTTPKeepAlive#*): remove debugusa
2012-02-01* test/ruby/test_argf.rb (test_readlines_twice_tty): removed incomplete test ...nobu
2012-01-31* io.c (argf_close): skip stdin, which should be readable again.nobu
2012-01-31* test/ruby/test_thread.rb (TestThreadGroup#test_thread_timer_and_interrupt):...nobu
2012-01-31* test/ruby/envutil.rb (EnvUtil.invoke_ruby): yield also child pidnobu
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