summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2008-12-24* test/readline/test_readline_history.rb: check the encoding thatkouji
2008-12-24* test/readline/test_readline_history.rb: did not check thekouji
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-21* test/readline/test_readline_history.rb: checked encoding.kouji
2008-12-21* test/readline/test_readline.rbkouji
2008-12-21* lib/optparse.rb (SPLAT_PROC): fix for regexp. [ruby-dev:37514]nobu
2008-12-18* lib/cgi/session.rb: fix bug for ignore session_id option.xibbar
2008-12-17* test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_hash):kazu
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