aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * strftime.c (rb_strftime): The default precision should be 1, notshugo2008-11-241-0/+5
* * test/ruby/test_method.rb (TestMethod#test_default_accessibility):yugui2008-11-221-4/+4
* * test/ruby/test_method.rb (test_default_accessiblity): test case foryugui2008-11-221-0/+16
* * test/ruby/test_transcode.rb: unnecessary setup methodduerst2008-11-111-15/+0
* * enc/trans/single_byte.trans, macgreek-tbl.rb, macroman-tbl.rb,duerst2008-11-111-0/+347
* trivial changes.tadf2008-11-102-2/+2
* * test/ruby/test_array.rb (test_array_subclass) test for r20076.yugui2008-10-311-0/+2
* * enc/trans/single_byte.trans, maccroatioan-tbl.rb,duerst2008-10-311-0/+73
* * ruby.c (process_options): delays setting safe level.nobu2008-10-301-0/+4
* * array.c (rb_ary_sort_bang): remove SEGV when replacing array withmame2008-10-291-0/+8
* * test/ruby/test_array.rb: add some tests.mame2008-10-291-0/+29
* * io.c (rb_io_rewind): should reset fptr->readconv if it'smatz2008-10-291-8/+16
* * test/ruby/test_array (test_permutation): add a test that replacesmame2008-10-291-0/+5
* * test/ruby/test_array.rb (test_pack): use utf-8.nobu2008-10-292-4/+4
* * test/ruby/test_proc.rb: filled all patterns for testingyugui2008-10-281-0/+197
* * test/ruby/test_require.rb (test_require_too_long_filename): too longusa2008-10-281-5/+9
* * test/ruby/test_io_m17n.rb (test_getc_invalid3): should set binmode if enc isusa2008-10-281-1/+1
* * test/ruby/test_io.rb (test_sysopen): should specify the mode of IO::for_fdusa2008-10-281-1/+7
* * test/ruby/test_io.rb (test_copy_stream, test_copy_stream_socket): skip someusa2008-10-281-50/+80
* * test/ruby/test_file.rb (test_*_extended_file): forgot to set mode.usa2008-10-281-13/+13
* * test/ruby/test_file.rb (test_*_extended_file): test in default/text/binaryusa2008-10-281-32/+46