| Commit message (Expand) | Author | Age | Files | Lines |
| * | * array.c (rb_ary_uniq_bang, rb_ary_uniq): unique by the result of | nobu | 2009-02-14 | 1 | -0/+9 |
| * | * test/ruby/test_{proc,method}.rb: updated tests. | nobu | 2009-02-13 | 2 | -25/+25 |
| * | * cont.c (rb_fiber_alive_p): fix to return true instead of 1. | ko1 | 2009-02-13 | 1 | -0/+9 |
| * | * enumerator.c (enumerator_with_index): receives one argument which | mame | 2009-02-08 | 1 | -0/+1 |
| * | specify exception class for rescue clause. | akr | 2009-02-08 | 1 | -2/+10 |
| * | test setrlimit in a child process. | akr | 2009-02-07 | 1 | -2/+14 |
| * | no need to restore rlimit in child process. | akr | 2009-02-06 | 1 | -3/+1 |
| * | * test/ruby/test_readpartial.rb (make_pipe): readpartial does not | nobu | 2009-02-02 | 1 | -0/+2 |
| * | adds a test case for r21955 and r21917. | yugui | 2009-02-02 | 1 | -0/+46 |
| * | * version.h: bump up to 1.9.2 patchlevel -1. | akr | 2009-02-02 | 1 | -2/+2 |
| * | * sample/test.rb (valid_syntax?), test/ruby/test_system.rb | nobu | 2009-02-02 | 1 | -2/+2 |
| * | add a test. | akr | 2009-01-31 | 1 | -0/+11 |
| * | Recover default_default_internal. | naruse | 2009-01-22 | 1 | -0/+1 |
| * | * test/ruby/test_process.rb: mswin specs. | usa | 2009-01-22 | 1 | -22/+24 |
| * | * test/ruby/test_process.rb (MANDATORY_ENVS): needs RUBYLIB to run | nobu | 2009-01-22 | 1 | -1/+1 |
| * | Add test for String#encode. | naruse | 2009-01-21 | 1 | -0/+12 |
| * | * array.c (take_items): to_ary() raises ArgumentError if cannot to | usa | 2009-01-21 | 2 | -3/+9 |
| * | * array.c (take_items), enum.c (enum_zip): tries to convert to | nobu | 2009-01-19 | 2 | -0/+10 |
| * | * enc/trans/gb18030.trans, gb18030-tbl.rb: | duerst | 2009-01-14 | 1 | -0/+156 |
| * | * win32/win32.c (open_dir_handle): extracted from rb_w32_opendir. | nobu | 2009-01-12 | 1 | -0/+1 |
| * | * test/ruby/test_process.rb (TestProcess#test_wait_and_sigchild): | naruse | 2009-01-11 | 1 | -0/+1 |
| * | test update for version string. | akr | 2009-01-10 | 1 | -2/+2 |
| * | * test/ruby/test_process.rb (TestProcess::MANDATORY_ENVS): some | nobu | 2009-01-09 | 1 | -5/+27 |
| * | * enc/trans/gbk.trans, gbk-tbl.rb: | duerst | 2009-01-04 | 1 | -0/+114 |
| * | * test/ruby/test_transcode.rb: added tests for GB2312 | duerst | 2009-01-04 | 1 | -1/+49 |
| * | * enc/trans/big5.trans, big5-tbl.rb: | duerst | 2009-01-04 | 1 | -0/+67 |
| * | * test/ruby/test_sleep.rb (test_sleep_5sec): stop gc. | mame | 2009-01-02 | 1 | -0/+3 |
| * | * test/ruby/test_process.rb (test_wait_and_sigchild): remove debug | mame | 2009-01-02 | 1 | -1/+1 |
| * | * io.c (copy_stream_body): don't check to_io because | akr | 2008-12-31 | 1 | -0/+63 |
| * | * process.c (rb_waitpid): retries waitpid when EINTR. | yugui | 2008-12-29 | 1 | -0/+12 |
| * | * random.c (rb_f_rand): type check simplified. strings are no | matz | 2008-12-29 | 1 | -1/+1 |
| * | * thread.c (rb_mutex_trylock): return false if Mutex owned | ko1 | 2008-12-29 | 1 | -0/+12 |
| * | * test/ruby/test_sprintf.rb (test_invalid): suppress warning. | nobu | 2008-12-28 | 1 | -0/+3 |
| * | * transcode.c (str_transcode0): set encoding when String#encode was | naruse | 2008-12-25 | 1 | -0/+1 |
| * | * io.c (pipe_close): removed. | akr | 2008-12-25 | 1 | -0/+13 |
| * | * io.c (flush_before_seek): check io_fflush result. | akr | 2008-12-25 | 1 | -2/+2 |
| * | * test/ruby/test_eval.rb: add new test. | usa | 2008-12-25 | 1 | -0/+17 |
| * | * strftime.c (rb_strftime): use locale insensitive functions for tr_TR | akr | 2008-12-23 | 1 | -0/+1 |
| * | * io.c (rb_io_inspect): show fd number if there is no pathname. | akr | 2008-12-23 | 1 | -1/+1 |
| * | * io.c (rb_io_s_pipe): IO.pipe can take a block. | akr | 2008-12-22 | 1 | -0/+28 |
| * | * test/ruby/test_metaclass.rb: removed codes for my debugging. | yugui | 2008-12-17 | 1 | -2/+0 |
| * | * test/ruby/test_metaclass.rb: new test case for metaclass hierarchy. | yugui | 2008-12-15 | 1 | -0/+169 |
| * | * bignum.c (rb_big_mul): faster multiplication by Karatsuba method and | mame | 2008-12-14 | 1 | -0/+20 |
| * | * test/ruby/enc/test_utf16.rb: feature changed in r20626. | yugui | 2008-12-13 | 1 | -1/+1 |
| * | * test/ruby/test_m17n_comb.rb: feature changed in r20626. | yugui | 2008-12-13 | 1 | -3/+7 |
| * | * test/ruby/test_m17n.rb: feature changed in r20626. | yugui | 2008-12-13 | 1 | -11/+11 |
| * | * test/ruby/test_io.rb (test_dup_many): extracted from test_dup. | akr | 2008-12-11 | 1 | -11/+21 |
| * | * test/ruby/test_bignum.rb (TestBignum#test_convert): remove | matz | 2008-12-11 | 1 | -12/+0 |
| * | * enc/trans/single_byte.trans, cp850-tbl.rb, cp852-tbl.rb, | duerst | 2008-12-09 | 1 | -32/+160 |
| * | * pack.c (pack_pack): fixed length for odd length string. | nobu | 2008-12-08 | 1 | -0/+12 |