summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * ext/socket/socket.c (sock_s_getaddrinfo): use family_to_int.akr2009-01-011-0/+5
* * ext/socket/mkconstants.rb: generate family_to_int().akr2009-01-012-0/+27
* * ext/socket/socket.c (sock_s_socketpair): yield if a block is given.akr2008-12-311-0/+20
* * ext/openssl/ossl_ssl.c (ossl_ssl_read_internal): show openssl errorakr2008-12-311-1/+9
* * io.c (copy_stream_body): don't check to_io becauseakr2008-12-311-0/+63
* Imported minitest 1.3.1 r4506.ryan2008-12-301-0/+50
* * process.c (rb_waitpid): retries waitpid when EINTR.yugui2008-12-291-0/+12
* * random.c (rb_f_rand): type check simplified. strings are nomatz2008-12-291-1/+1
* * lib/erb.rb (ERB): m17n of ERB. adds rdoc.yugui2008-12-291-0/+123
* merges r21134 from ruby_1_9_1 into trunk.yugui2008-12-291-3/+3
* * thread.c (rb_mutex_trylock): return false if Mutex ownedko12008-12-291-0/+12
* add a test for OpenSSL::SSL::SSLSocket#read_nonblock.akr2008-12-281-0/+12
* * test/ruby/test_sprintf.rb (test_invalid): suppress warning.nobu2008-12-281-0/+3
* * test/rubygems/test_ext_configure_builder.rb (test_self_build_fail):naruse2008-12-281-1/+1
* Imported minitest 1.3.1 r4505.ryan2008-12-272-5/+75
* * test/rdoc/test_rdoc_info_formatting.rb (setup, teadown): usesnobu2008-12-272-4/+4
* * vm_insnhelper.c (vm_call_method, vm_call_cfunc): use original id instead ofko12008-12-271-0/+15
* * lib/optparse.rb (OptionParser::List#summarize): gives prioritynobu2008-12-261-0/+23
* * transcode.c (str_transcode0): set encoding when String#encode wasnaruse2008-12-251-0/+1
* * io.c (pipe_close): removed.akr2008-12-251-0/+13
* * io.c (flush_before_seek): check io_fflush result.akr2008-12-251-2/+2
* * test/ruby/test_eval.rb: add new test.usa2008-12-251-0/+17
* * test/readline/test_readline_history.rb: check the encoding thatkouji2008-12-241-21/+24
* * test/readline/test_readline_history.rb: did not check thekouji2008-12-241-1/+1
* * strftime.c (rb_strftime): use locale insensitive functions for tr_TRakr2008-12-231-0/+1
* * io.c (rb_io_inspect): show fd number if there is no pathname.akr2008-12-231-1/+1
* * io.c (rb_io_s_pipe): IO.pipe can take a block.akr2008-12-221-0/+28
* * test/readline/test_readline_history.rb: checked encoding.kouji2008-12-211-21/+30
* * test/readline/test_readline.rbkouji2008-12-211-2/+9
* * lib/optparse.rb (SPLAT_PROC): fix for regexp. [ruby-dev:37514]nobu2008-12-211-0/+12
* * lib/cgi/session.rb: fix bug for ignore session_id option.xibbar2008-12-181-0/+76
* * test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_hash):kazu2008-12-171-2/+2
* * test/ruby/test_metaclass.rb: removed codes for my debugging.yugui2008-12-171-2/+0
* * ext/pty/pty.c (getDevice): add nomesg argument.akr2008-12-161-13/+1
* * ext/pty/extconf.rb: check posix_openpt.akr2008-12-161-0/+19
* Removed json/runner.rb with permission from florian frank. it was serving no ...ryan2008-12-151-25/+0
* add tests.akr2008-12-151-0/+60
* * ext/pty/pty.c (get_device_once): use DEVICELEN instead ofakr2008-12-151-4/+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
* new file.akr2008-12-141-0/+46
* * 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
* Imported minitest 1.3.2 r4503.ryan2008-12-131-2/+2
* * ext/readline/readline.ckouji2008-12-121-6/+12
* * lib/rss/maker.rb, lib/rss/maker/0.9.rb, lib/rss/maker/base.rb:kou2008-12-115-0/+27
* * 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
* * lib/open3.rb (Open3.pipeline_start): return an array of threads if aakr2008-12-101-0/+9