aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Import RDoc 2.0.0 r56.drbrain2008-04-264-39/+342
* don't use Unix commands such as true, env, etc.akr2008-04-261-108/+131
* * include/ruby/intern.h (rb_hash_dup): declared.akr2008-04-261-0/+15
* * process.c (rb_spawn_internal): new function to specifyakr2008-04-251-2/+7
* FreeBSD ash doesn't fail with echo >&4 where 4 is not opened.akr2008-04-241-6/+3
* * process.c: include sys/stat.h for umask.akr2008-04-241-1/+0
* * include/ruby/intern.h (rb_env_clear): declared.akr2008-04-241-0/+430
* * test/ruby/test_thread.rb: fix typos.mame2008-04-242-13/+14
* * test/ruby/test_comparable.rb: new tests for Comparable, to achievemame2008-04-241-0/+66
* * test/ruby/test_settracefunc.rb: add a test for set_trace_func.mame2008-04-234-47/+403
* * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): failedkazu2008-04-231-2/+2
* * test/openssl/test_ssl.rb (start_server): add timeout to server.join.mame2008-04-221-1/+8
* * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): Improve tests of Symbol...kazu2008-04-221-4/+11
* test/ruby/test_enumerator.rb: updatedmatz2008-04-221-1/+0
* add a test of Symbol#to_proc.kazu2008-04-221-0/+1
* * io.c (copy_stream_body): call rb_io_check_readable andakr2008-04-211-1/+35
* * ext/openssl/ossl_ssl.c: Switch stats hash key from string to symbol.technorama2008-04-202-23/+192
* fix deadlock.akr2008-04-201-1/+4
* * io.c (copy_stream_rbuf_to_dst): removed.akr2008-04-201-0/+35
* * io.c (copy_stream_fallback): write directly (bypassing write method)akr2008-04-201-6/+15
* * io.c (copy_stream_fallback): read directly (bypassing readpartial)akr2008-04-201-3/+44
* * io.c (copy_stream_body): use readpartial and write method forakr2008-04-191-0/+26
* fix setup method.akr2008-04-191-4/+1
* * test/ruby/test_array.rb: add tests to achieve over 95% test coveragemame2008-04-181-0/+267
* * enc/trans/utf_16_32.c (fun_so_to_utf_16be, fun_so_to_utf_16le): addmame2008-04-171-0/+2
* * test/ruby/test_rubyoptions.rb (test_search): enable some assertions.mame2008-04-171-8/+12
* * test/ruby/test_rubyoptions.rb (ruby): run in C locale.nobu2008-04-171-27/+46
* * test/ruby/test_process.rb (test_rlimit_nofile): reset RLIMIT_NOFILEmame2008-04-162-6/+483
* * lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403]kou2008-04-151-0/+96
* * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): add tests.kazu2008-04-151-0/+3
* * complex.c (nucomp_div): [ruby-dev:34357]tadf2008-04-141-0/+2
* * re.c (rb_reg_search): make search reentrant. [ruby-dev:34223]matz2008-04-141-0/+3
* * test/ruby/test_objectspace.rb: add a test formame2008-04-141-0/+15
* * test/ruby/test_parse.rb: add tests to achieve over 95% test coveragemame2008-04-131-0/+864
* * prelude.rb (require_relative): move require_relative frommatz2008-04-129-9/+0
* Update to RubyGems 1.1.1 r1701.drbrain2008-04-1112-44/+131
* * enum.c (enum_find_index): Add support for find_index(obj);knu2008-04-111-0/+2
* * lib/yaml/store.rb (YAML::load): modified to support emptymatz2008-04-111-0/+74
* * test/test_generator.rb: removed as well. [ruby-dev:34306]matz2008-04-101-4/+0
* * marshal.c (w_object): TYPE_USERDEF assigns id for ivars first.akr2008-04-101-0/+5
* * lib/pstore.rb: replaced by Hongli Lai's faster version.matz2008-04-101-0/+74
* * test/ruby/test_thread.rb: new tests from Sylvain Joyeux innobu2008-04-092-0/+125
* * numeric.c: cancelled recent changes (except to remove rdiv).tadf2008-04-071-1/+10
* * bignum.c (rb_cmpint): moved from compar.c, to check bignummatz2008-04-061-6/+0
* * bignum.c (Init_Bignum): rdiv method removed. [ruby-dev:34242]matz2008-04-032-43/+4
* * numeric.c (num_rdiv): should always return rational number.matz2008-04-023-12/+3
* Remove test file that was removed in RubyGems 1.1.0drbrain2008-03-311-610/+0
* Import RubyGems 1.1.0drbrain2008-03-3133-530/+2555
* * numeric.c (num_quo): should convert its operand to Rational.matz2008-03-311-5/+2
* * io.c: IO.copy_stream implemented. [ruby-dev:33843]akr2008-03-301-0/+336