summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2008-04-30 [ruby-dev:34497] ERB::Util#url_encode bug fix. Reported by rubikitch.seki
2008-04-30add tests.akr
2008-04-30don't use fork method.akr
2008-04-30* process.c (check_exec_redirect_fd): prohibit duplex IO.akr
2008-04-29add tests.akr
2008-04-28more tests.akr
2008-04-28more tests.akr
2008-04-28* include/ruby/ruby.h (POSFIXABLE): use FIXNUM_MAX+1 instead ofakr
2008-04-28* proc.c (method_name): should return symbols instead of strings.matz
2008-04-27add tests.akr
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