aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.naruse2012-03-061-1/+1
* * parse.y (parser_tokadd_string): escape simple regexp metanobu2012-03-061-1/+35
* * parse.y (block_call): rules for block_call after block_call.nobu2012-03-051-0/+14
* assert_valid_syntaxnobu2012-03-051-8/+9
* fix typoskazu2012-03-051-2/+2
* * test/ruby/test_sleep.rb (TestSleep#test_sleep_5sec): syntax error.usa2012-03-051-1/+1
* Fix condition of r34897.naruse2012-03-051-1/+1
* Old linux (at least CentOS 5.6, kernel 2.6.18) wakes up 4.99 sec.naruse2012-03-051-1/+2
* * parse.y (parser_tokadd_string): regexp engine doesn't neednobu2012-03-041-3/+8
* * process.c (rb_run_exec_options_err): chdir at last to interpretakr2012-03-031-0/+10
* subclass of Stringnobu2012-03-021-0/+7
* * test/ruby/test_array.rb (test_combination2): Make the test case fornahi2012-03-021-3/+1
* * test/ruby/test_io.rb (TestIO#test_readpartial_locktmp): skip onusa2012-02-291-0/+1
* * test/ruby/memory_status.rb (Memory): syntax error.usa2012-02-291-1/+1
* /proc/self/status format checknobu2012-02-291-2/+2
* * io.c (io_fread, io_getpartial, rb_io_sysread): set buffer sizenobu2012-02-281-0/+33
* forgotten to commit at r34834.usa2012-02-271-6/+6
* * test/ruby/test_syntax.rb (test_newline_in_block_parameters):nobu2012-02-271-0/+10
* * regparse.c (add_code_range_to_buf0): wrong condition of duplicatednaruse2012-02-261-5/+12
* * compile.c (iseq_compile_each): call on special object instead ofnobu2012-02-261-0/+7
* * 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