summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2008-12-17* test/ruby/test_metaclass.rb: removed codes for my debugging.yugui
2008-12-16* ext/pty/pty.c (getDevice): add nomesg argument.akr
2008-12-16* ext/pty/extconf.rb: check posix_openpt.akr
2008-12-15Removed json/runner.rb with permission from florian frank. it was serving no ...ryan
2008-12-15add tests.akr
2008-12-15* ext/pty/pty.c (get_device_once): use DEVICELEN instead ofakr
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-14new file.akr
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-13Imported minitest 1.3.2 r4503.ryan
2008-12-12* ext/readline/readline.ckouji
2008-12-11* lib/rss/maker.rb, lib/rss/maker/0.9.rb, lib/rss/maker/base.rb:kou
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-10* lib/open3.rb (Open3.pipeline_start): return an array of threads if aakr
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-07* lib/open3.rb (Open3.capture3): renamed from Open3.poutput3.akr
2008-12-06* pack.c (pack_pack): 'u0' is not special differently from 'm0'.yugui
2008-12-05fix for 1.8'sxibbar
2008-12-05* lib/open3.rb (Open3.pipeline_start): new method.akr
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* lib/open3.rb (Open3.poutput3): new method.akr
2008-12-04 * test/ruby/test_complex.rb: added some tests.tadf
2008-12-04* lib/open3.rb (Open3.popen3): simplified.akr
2008-12-04* process.c (check_exec_fds): resolve cascaded child fd reference.akr
2008-12-04* ext/openssl/ossl_ssl.c (ossl_ssl_read_nonblock):matz
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-02* lib/open3.rb (Open3.popen3): merge hash options if given. akr
2008-12-02* test/socket/test_tcp.rb (test_recvfrom): already can run on mswin32.usa
2008-12-02* test/socket/test_tcp.rb (test_recvfrom, test_encoding): shouldn't assumeusa
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* ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): bigdecimalmatz
2008-11-27* numeric.c (flodivmod): floating point division should raisematz
2008-11-26* ext/bigdecimal/bigdecimal.c (VpException): bigdecimal zeromatz
2008-11-25* ext/bigdecimal/bigdecimal.c (VpAlloc): avoid ALLOCA_N() to avoidmatz
2008-11-24 * lib/date/format.rb (strftime): ignores '_' flag for %[LN].tadf
2008-11-24* strftime.c (rb_strftime): The # flag should work with %a, %A, %b,shugo