summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2008-04-26Import RDoc 2.0.0 r56.drbrain
2008-04-26don't use Unix commands such as true, env, etc.akr
2008-04-26* include/ruby/intern.h (rb_hash_dup): declared.akr
2008-04-25* process.c (rb_spawn_internal): new function to specifyakr
2008-04-24FreeBSD ash doesn't fail with echo >&4 where 4 is not opened.akr
2008-04-24* process.c: include sys/stat.h for umask.akr
2008-04-24* include/ruby/intern.h (rb_env_clear): declared.akr
2008-04-24* test/ruby/test_thread.rb: fix typos.mame
2008-04-24* test/ruby/test_comparable.rb: new tests for Comparable, to achievemame
2008-04-23* test/ruby/test_settracefunc.rb: add a test for set_trace_func.mame
2008-04-23* test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): failedkazu
2008-04-22* test/openssl/test_ssl.rb (start_server): add timeout to server.join.mame
2008-04-22* test/ruby/test_symbol.rb (TestSymbol#test_to_proc): Improve tests of Symbol...kazu
2008-04-22test/ruby/test_enumerator.rb: updatedmatz
2008-04-22add a test of Symbol#to_proc.kazu
2008-04-21* io.c (copy_stream_body): call rb_io_check_readable andakr
2008-04-20* ext/openssl/ossl_ssl.c: Switch stats hash key from string to symbol.technorama
2008-04-20fix deadlock.akr
2008-04-20* io.c (copy_stream_rbuf_to_dst): removed.akr
2008-04-20* io.c (copy_stream_fallback): write directly (bypassing write method)akr
2008-04-20* io.c (copy_stream_fallback): read directly (bypassing readpartial)akr
2008-04-19* io.c (copy_stream_body): use readpartial and write method forakr
2008-04-19fix setup method.akr
2008-04-18* test/ruby/test_array.rb: add tests to achieve over 95% test coveragemame
2008-04-17* enc/trans/utf_16_32.c (fun_so_to_utf_16be, fun_so_to_utf_16le): addmame
2008-04-17* test/ruby/test_rubyoptions.rb (test_search): enable some assertions.mame
2008-04-17* test/ruby/test_rubyoptions.rb (ruby): run in C locale.nobu
2008-04-16* test/ruby/test_process.rb (test_rlimit_nofile): reset RLIMIT_NOFILEmame
2008-04-15* lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403]kou
2008-04-15* test/ruby/test_symbol.rb (TestSymbol#test_to_proc): add tests.kazu
2008-04-14 * complex.c (nucomp_div): [ruby-dev:34357]tadf
2008-04-14* re.c (rb_reg_search): make search reentrant. [ruby-dev:34223]matz
2008-04-14* test/ruby/test_objectspace.rb: add a test formame
2008-04-13* test/ruby/test_parse.rb: add tests to achieve over 95% test coveragemame
2008-04-12* prelude.rb (require_relative): move require_relative frommatz
2008-04-11Update to RubyGems 1.1.1 r1701.drbrain
2008-04-11* enum.c (enum_find_index): Add support for find_index(obj);knu
2008-04-11* lib/yaml/store.rb (YAML::load): modified to support emptymatz
2008-04-10* test/test_generator.rb: removed as well. [ruby-dev:34306]matz
2008-04-10* marshal.c (w_object): TYPE_USERDEF assigns id for ivars first.akr
2008-04-10* lib/pstore.rb: replaced by Hongli Lai's faster version.matz
2008-04-09* test/ruby/test_thread.rb: new tests from Sylvain Joyeux innobu
2008-04-07 * numeric.c: cancelled recent changes (except to remove rdiv).tadf
2008-04-06* bignum.c (rb_cmpint): moved from compar.c, to check bignummatz
2008-04-03* bignum.c (Init_Bignum): rdiv method removed. [ruby-dev:34242]matz
2008-04-02* numeric.c (num_rdiv): should always return rational number.matz
2008-03-31Remove test file that was removed in RubyGems 1.1.0drbrain
2008-03-31Import RubyGems 1.1.0drbrain
2008-03-31* numeric.c (num_quo): should convert its operand to Rational.matz
2008-03-30* io.c: IO.copy_stream implemented. [ruby-dev:33843]akr