summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2012-03-06Fix typo.naruse
2012-03-06* parse.y (parser_tokadd_string): escape simple regexp metanobu
2012-03-05* parse.y (block_call): rules for block_call after block_call.nobu
2012-03-05assert_valid_syntaxnobu
2012-03-05fix typoskazu
2012-03-05* test/ruby/test_sleep.rb (TestSleep#test_sleep_5sec): syntax error.usa
2012-03-05Fix condition of r34897.naruse
2012-03-05Old linux (at least CentOS 5.6, kernel 2.6.18) wakes up 4.99 sec.naruse
2012-03-04* parse.y (parser_tokadd_string): regexp engine doesn't neednobu
2012-03-03* process.c (rb_run_exec_options_err): chdir at last to interpretakr
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