summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-01-01* ext/socket/socket.c (sock_s_getnameinfo): use family_to_int.akr
2009-01-01* ext/socket/socket.c (sock_s_getaddrinfo): use family_to_int.akr
2009-01-01* ext/socket/mkconstants.rb: generate family_to_int().akr
2008-12-31* ext/socket/socket.c (sock_s_socketpair): yield if a block is given.akr
2008-12-31* ext/openssl/ossl_ssl.c (ossl_ssl_read_internal): show openssl errorakr
2008-12-31* io.c (copy_stream_body): don't check to_io becauseakr
2008-12-30Imported minitest 1.3.1 r4506.ryan
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* lib/erb.rb (ERB): m17n of ERB. adds rdoc.yugui
2008-12-29merges r21134 from ruby_1_9_1 into trunk.yugui
2008-12-29* thread.c (rb_mutex_trylock): return false if Mutex ownedko1
2008-12-28add a test for OpenSSL::SSL::SSLSocket#read_nonblock.akr
2008-12-28* test/ruby/test_sprintf.rb (test_invalid): suppress warning.nobu
2008-12-28* test/rubygems/test_ext_configure_builder.rb (test_self_build_fail):naruse
2008-12-27Imported minitest 1.3.1 r4505.ryan
2008-12-27* test/rdoc/test_rdoc_info_formatting.rb (setup, teadown): usesnobu
2008-12-27* vm_insnhelper.c (vm_call_method, vm_call_cfunc): use original id instead ofko1
2008-12-26* lib/optparse.rb (OptionParser::List#summarize): gives prioritynobu
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-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