summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2012-03-02subclass of Stringnobu
2012-03-02* test/ruby/test_array.rb (test_combination2): Make the test case fornahi
2012-02-29* test/ruby/test_io.rb (TestIO#test_readpartial_locktmp): skip onusa
2012-02-29* test/ruby/memory_status.rb (Memory): syntax error.usa
2012-02-29/proc/self/status format checknobu
2012-02-28* io.c (io_fread, io_getpartial, rb_io_sysread): set buffer sizenobu
2012-02-27forgotten to commit at r34834.usa
2012-02-27* test/ruby/test_syntax.rb (test_newline_in_block_parameters):nobu
2012-02-26* regparse.c (add_code_range_to_buf0): wrong condition of duplicatednaruse
2012-02-26* compile.c (iseq_compile_each): call on special object instead ofnobu
2012-02-25* complex.c (nucomp_marshal_load): raise error on invalid data.naruse
2012-02-25* ext/dl/dl.c (Init_dl): support intrinsic types, size_t, ptrdiff_tnobu
2012-02-24* parse.y (parser_tokadd_string): insert a backslash only ifnobu
2012-02-24* dir.c (dir_inspect), io.c (rb_io_inspect): keep encoding of path.nobu
2012-02-24* dir.c (dir_initialize): keep path in original encoding.nobu
2012-02-24* test/ruby/test_literal.rb (TestRubyLiteral#test_special_const): test for ht...shyouhei
2012-02-23* parse.y (parser_tokadd_string, parser_yylex): insert a backslashnobu
2012-02-22* io.c (rb_io_extract_modeenc): fail only if conflictingnobu
2012-02-22* io.c (rb_io_s_foreach): argument check before making Enumerator.nobu
2012-02-22* io.c (rb_io_s_foreach): return enumerator including kerwordnobu
2012-02-21* proc.c (method_hash, proc_hash): Fix {Unbound}Method#hashmarcandre
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-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-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-09* test/ruby/envutil.rb (assert_no_memory_leak): new assertion tonobu
2012-02-09* test/ruby/memory_status.rb (Memory::Win32): 64bit support.usa
2012-02-08FreeBSD needs multiple -o.naruse
2012-02-08* test/-ext-/string/test_modify_expand.rb: test for r34492.nobu
2012-02-05* encoding.c (rb_enc_compatible): return ASCII-8BIT even if 2nd stringnaruse
2012-02-02* io.c (argf_next_argv): reset ARGF.next_p on ARGV.replace.naruse
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-28* test/ruby/test_thread.rbshirosaki
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* 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* 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