aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * complex.c (nucomp_marshal_load): raise error on invalid data.naruse2012-02-251-0/+14
* * ext/dl/dl.c (Init_dl): support intrinsic types, size_t, ptrdiff_tnobu2012-02-251-5/+1
* * parse.y (parser_tokadd_string): insert a backslash only ifnobu2012-02-241-3/+9
* * dir.c (dir_inspect), io.c (rb_io_inspect): keep encoding of path.nobu2012-02-242-1/+23
* * dir.c (dir_initialize): keep path in original encoding.nobu2012-02-242-0/+22
* * test/ruby/test_literal.rb (TestRubyLiteral#test_special_const): test for ht...shyouhei2012-02-241-0/+1
* * parse.y (parser_tokadd_string, parser_yylex): insert a backslashnobu2012-02-231-3/+4
* * io.c (rb_io_extract_modeenc): fail only if conflictingnobu2012-02-221-4/+7
* * io.c (rb_io_s_foreach): argument check before making Enumerator.nobu2012-02-221-0/+7
* * io.c (rb_io_s_foreach): return enumerator including kerwordnobu2012-02-221-0/+3
* * proc.c (method_hash, proc_hash): Fix {Unbound}Method#hashmarcandre2012-02-211-0/+1
* * 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
* * 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
* 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
* * test/ruby/envutil.rb (assert_no_memory_leak): new assertion tonobu2012-02-091-0/+22
* * test/ruby/memory_status.rb (Memory::Win32): 64bit support.usa2012-02-091-1/+5
* FreeBSD needs multiple -o.naruse2012-02-081-1/+1
* * test/-ext-/string/test_modify_expand.rb: test for r34492.nobu2012-02-081-0/+92
* * encoding.c (rb_enc_compatible): return ASCII-8BIT even if 2nd stringnaruse2012-02-051-0/+3
* * io.c (argf_next_argv): reset ARGF.next_p on ARGV.replace.naruse2012-02-021-0/+10
* * 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/ruby/test_thread.rbshirosaki2012-01-281-3/+8
* * 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-251-2/+42
* * 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
* * 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
* * encoding.c (rb_enc_compatible): fix segv on symbols.naruse2012-01-211-0/+6
* * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name): enab...nobu2012-01-201-1/+1
* * 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
* Suppress warnings.naruse2012-01-181-7/+7
* * 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