summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2008-12-29* process.c (rb_waitpid): retries waitpid when EINTR.yugui
2008-12-29* random.c (rb_f_rand): type check simplified. strings are nomatz
2008-12-29* thread.c (rb_mutex_trylock): return false if Mutex ownedko1
2008-12-28* test/ruby/test_sprintf.rb (test_invalid): suppress warning.nobu
2008-12-25* transcode.c (str_transcode0): set encoding when String#encode wasnaruse
2008-12-25* io.c (pipe_close): removed.akr
2008-12-25* io.c (flush_before_seek): check io_fflush result.akr
2008-12-25* test/ruby/test_eval.rb: add new test.usa
2008-12-23* strftime.c (rb_strftime): use locale insensitive functions for tr_TRakr
2008-12-23* io.c (rb_io_inspect): show fd number if there is no pathname.akr
2008-12-22* io.c (rb_io_s_pipe): IO.pipe can take a block.akr
2008-12-17* test/ruby/test_metaclass.rb: removed codes for my debugging.yugui
2008-12-15* test/ruby/test_metaclass.rb: new test case for metaclass hierarchy.yugui
2008-12-14* bignum.c (rb_big_mul): faster multiplication by Karatsuba method andmame
2008-12-13* test/ruby/enc/test_utf16.rb: feature changed in r20626.yugui
2008-12-13* test/ruby/test_m17n_comb.rb: feature changed in r20626.yugui
2008-12-13* test/ruby/test_m17n.rb: feature changed in r20626.yugui
2008-12-11* test/ruby/test_io.rb (test_dup_many): extracted from test_dup.akr
2008-12-11* test/ruby/test_bignum.rb (TestBignum#test_convert): removematz
2008-12-09* enc/trans/single_byte.trans, cp850-tbl.rb, cp852-tbl.rb,duerst
2008-12-08* pack.c (pack_pack): fixed length for odd length string.nobu
2008-12-06* pack.c (pack_pack): 'u0' is not special differently from 'm0'.yugui
2008-12-05* iseq.c (rb_iseq_parameters): proc arguments are always optional.nobu
2008-12-04* test/ruby/test_process.rb: skip some tests on win32.usa
2008-12-04 * test/ruby/test_complex.rb: added some tests.tadf
2008-12-04* process.c (check_exec_fds): resolve cascaded child fd reference.akr
2008-12-03 * complex.c (nurat_{to_s,inspect}): provides better representationtadf
2008-12-03* process.c (EXEC_OPTION_DUP2_CHILD): defined.akr
2008-12-03* process.c (check_exec_redirect): accept :in, :out, :err as redirectakr
2008-12-03revert.tadf
2008-12-02* test/ruby/test_rational.rb: add a test.mame
2008-12-02* test/ruby/test_range.rb: add a test.mame
2008-12-02* test/ruby/test_string.rb: add some tests.mame
2008-12-01* cont.c (rb_fiber_start): calls with exact argument number.nobu
2008-11-30* test/ruby/test_regexp.rb (TestRegexp#test_parse_curly_brace):yugui
2008-11-28* iseq.c (simple_default_value): extracts simplest defaultnobu
2008-11-27* numeric.c (flodivmod): floating point division should raisematz
2008-11-24* strftime.c (rb_strftime): The # flag should work with %a, %A, %b,shugo
2008-11-24* strftime.c (rb_strftime): A width specifier for %t and %n shouldshugo
2008-11-24* strftime.c (rb_strftime): The precision of %0N should be 9.shugo
2008-11-24* strftime.c (rb_strftime): The default precision should be 1, notshugo
2008-11-22* test/ruby/test_method.rb (TestMethod#test_default_accessibility):yugui
2008-11-22* test/ruby/test_method.rb (test_default_accessiblity): test case foryugui
2008-11-11* test/ruby/test_transcode.rb: unnecessary setup methodduerst
2008-11-11* enc/trans/single_byte.trans, macgreek-tbl.rb, macroman-tbl.rb,duerst
2008-11-10trivial changes.tadf
2008-10-31* test/ruby/test_array.rb (test_array_subclass) test for r20076.yugui
2008-10-31* enc/trans/single_byte.trans, maccroatioan-tbl.rb,duerst
2008-10-30* ruby.c (process_options): delays setting safe level.nobu
2008-10-29* array.c (rb_ary_sort_bang): remove SEGV when replacing array withmame