aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * win32/win32.c (open_dir_handle): extracted from rb_w32_opendir.nobu2009-01-121-0/+1
* * test/ruby/test_process.rb (TestProcess#test_wait_and_sigchild):naruse2009-01-111-0/+1
* test update for version string.akr2009-01-101-2/+2
* * test/ruby/test_process.rb (TestProcess::MANDATORY_ENVS): somenobu2009-01-091-5/+27
* * enc/trans/gbk.trans, gbk-tbl.rb:duerst2009-01-041-0/+114
* * test/ruby/test_transcode.rb: added tests for GB2312duerst2009-01-041-1/+49
* * enc/trans/big5.trans, big5-tbl.rb:duerst2009-01-041-0/+67
* * test/ruby/test_sleep.rb (test_sleep_5sec): stop gc.mame2009-01-021-0/+3
* * test/ruby/test_process.rb (test_wait_and_sigchild): remove debugmame2009-01-021-1/+1
* * io.c (copy_stream_body): don't check to_io becauseakr2008-12-311-0/+63
* * process.c (rb_waitpid): retries waitpid when EINTR.yugui2008-12-291-0/+12
* * random.c (rb_f_rand): type check simplified. strings are nomatz2008-12-291-1/+1
* * thread.c (rb_mutex_trylock): return false if Mutex ownedko12008-12-291-0/+12
* * test/ruby/test_sprintf.rb (test_invalid): suppress warning.nobu2008-12-281-0/+3
* * transcode.c (str_transcode0): set encoding when String#encode wasnaruse2008-12-251-0/+1
* * io.c (pipe_close): removed.akr2008-12-251-0/+13
* * io.c (flush_before_seek): check io_fflush result.akr2008-12-251-2/+2
* * test/ruby/test_eval.rb: add new test.usa2008-12-251-0/+17
* * strftime.c (rb_strftime): use locale insensitive functions for tr_TRakr2008-12-231-0/+1
* * io.c (rb_io_inspect): show fd number if there is no pathname.akr2008-12-231-1/+1
* * io.c (rb_io_s_pipe): IO.pipe can take a block.akr2008-12-221-0/+28
* * test/ruby/test_metaclass.rb: removed codes for my debugging.yugui2008-12-171-2/+0
* * test/ruby/test_metaclass.rb: new test case for metaclass hierarchy.yugui2008-12-151-0/+169
* * bignum.c (rb_big_mul): faster multiplication by Karatsuba method andmame2008-12-141-0/+20
* * test/ruby/enc/test_utf16.rb: feature changed in r20626.yugui2008-12-131-1/+1
* * test/ruby/test_m17n_comb.rb: feature changed in r20626.yugui2008-12-131-3/+7
* * test/ruby/test_m17n.rb: feature changed in r20626.yugui2008-12-131-11/+11
* * test/ruby/test_io.rb (test_dup_many): extracted from test_dup.akr2008-12-111-11/+21
* * test/ruby/test_bignum.rb (TestBignum#test_convert): removematz2008-12-111-12/+0
* * enc/trans/single_byte.trans, cp850-tbl.rb, cp852-tbl.rb,duerst2008-12-091-32/+160
* * pack.c (pack_pack): fixed length for odd length string.nobu2008-12-081-0/+12
* * pack.c (pack_pack): 'u0' is not special differently from 'm0'.yugui2008-12-061-0/+4
* * iseq.c (rb_iseq_parameters): proc arguments are always optional.nobu2008-12-051-9/+9
* * test/ruby/test_process.rb: skip some tests on win32.usa2008-12-041-7/+13
* * test/ruby/test_complex.rb: added some tests.tadf2008-12-042-1/+42
* * process.c (check_exec_fds): resolve cascaded child fd reference.akr2008-12-041-8/+17
* * complex.c (nurat_{to_s,inspect}): provides better representationtadf2008-12-031-0/+10
* * process.c (EXEC_OPTION_DUP2_CHILD): defined.akr2008-12-031-0/+20
* * process.c (check_exec_redirect): accept :in, :out, :err as redirectakr2008-12-031-0/+5
* revert.tadf2008-12-031-3/+0
* * test/ruby/test_rational.rb: add a test.mame2008-12-021-0/+3
* * test/ruby/test_range.rb: add a test.mame2008-12-021-0/+9
* * test/ruby/test_string.rb: add some tests.mame2008-12-021-0/+43
* * cont.c (rb_fiber_start): calls with exact argument number.nobu2008-12-011-0/+4
* * test/ruby/test_regexp.rb (TestRegexp#test_parse_curly_brace):yugui2008-11-301-1/+3
* * iseq.c (simple_default_value): extracts simplest defaultnobu2008-11-282-0/+113
* * numeric.c (flodivmod): floating point division should raisematz2008-11-271-3/+1
* * strftime.c (rb_strftime): The # flag should work with %a, %A, %b,shugo2008-11-241-0/+7
* * strftime.c (rb_strftime): A width specifier for %t and %n shouldshugo2008-11-241-0/+12
* * strftime.c (rb_strftime): The precision of %0N should be 9.shugo2008-11-241-1/+1