summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2003-12-24 * test/soap/test_basetype.rb, test/soap/marshal/test_marshal.rbnahi
2003-12-24* ext/stringio/stringio.c (strio_read): clear the buffer argumentnobu
2003-12-24* lib/test/unit/assertions.rb: Modules are allowed to rescue.nobu
2003-12-24* test/fileutils/test_fileutils.rb: should not create anynobu
2003-12-23* io.c (read_all): do not return nil at the end of file.matz
2003-12-23 * test/soap/test_streamhandler.rb (test_basic_auth): removed.nahi
2003-12-23* io.c (rb_io_ungetc): raise an exception at unread stream tonobu
2003-12-23 * lib/rexml/encodings/US-ASCII.rb: typo. [ruby-talk:88650]nahi
2003-12-23* lib/uri/generic.rb (URI::Generic::check_userinfo,akira
2003-12-23 * test/xsd/test_noencoding.rb: rescue Errno::EINVAL and do not test.nahi
2003-12-22* lib/uri/generic.rb (URI::Generic#route_from): accepts urls whichakira
2003-12-22 * test/soap/test_property.rb: remove duplicated test method.nahi
2003-12-19 * lib/soap/property.rb (SOAP::Property#load): new method for loadingnahi
2003-12-17* lib/cgi.rb (CGI::QueryExtension::Value::[]): should work likematz
2003-12-16introduce some new methodsaamine
2003-12-15* lib/yaml/rubytypes.rb: comments in strings. [ruby-talk:88012]why
2003-12-14* descrictive warning message.nahi
2003-12-13* test/yaml/test_yaml.rb (test_ruby_struct): struct name din not match.nobu
2003-12-12* lib/yaml/rubytypes.rb: anonymous struct fix. [ruby-core:01946]why
2003-12-12 * lib/csv.rb: add Cell#to_str and Cell#to_s for /.../ =~ aCell,nahi
2003-12-12* lib/fileutils.rb (mkdir): remove trailing `/' from pathes.aamine
2003-12-11* test/fileutils/test_fileutils.rb (test_mkdir_p): test expand_path'ed path.aamine
2003-12-10* ext/stringio/stringio.c (strio_read): set EOF flag at short read.nobu
2003-12-10* ext/stringio/stringio.c (strio_read): do not set EOF flag whennobu
2003-12-10* ext/stringio/stringio.c (strio_read): adjust behavior at readingnobu
2003-12-10* test/monitor/test_monitor.rb (test_cond): use Queue#deqshugo
2003-12-09make case insensitive for host-part.akira
2003-12-09ditto.akr
2003-12-09add test for previous change to io.c.akr
2003-12-08 * lib/test/unit/assertions.rb: renamed #assert_raises to #assert_raisentalbott
2003-12-08 * lib/soap/rpc/standaloneServer.rb: add 'shutdown' and 'status'nahi
2003-12-08* lib/uri/common.rb: new method URI.regexp. [ruby-dev:22121]aamine
2003-12-05* lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_raises,nobu
2003-12-05 * lib/soap/netHttpClient.rb: proxy support did not work. fixed.nahi
2003-12-05* test/ruby/test_pipe.rb: use IO.pipe instead of IO.popen.akr
2003-12-05* ext/stringio/stringio.c (strio_read): follow IO#read.nobu
2003-12-04* test/fileutils/test_fileutils.rb (test_cp): test if the error is kind of Sy...aamine
2003-12-04 * lib/soap/soap.rb: add SOAP::Env module for environment repositorynahi
2003-12-03* io.c (argf_read): should not terminate on empty string; waitmatz
2003-12-02* bin/testrb: new test runner. [ruby-core:01845]nobu
2003-12-02* test/fileutils/test_fileutils.rb: check if Pathnames are usable for arguments.aamine
2003-12-01 * lib/test/unit/assertions.rb: fixed #assert_no_match message.ntalbott
2003-12-01* numeric.c (num_sadded): prohibit singleton method definition formatz
2003-12-01* lib/fileutils.rb (fu_each_src_dest0): call #to_str to allow Pathname for ar...aamine
2003-11-30 * lib/soap/encodingstyle/soapHandler.rb: refactoring - Simplifyingnahi
2003-11-28* test/fileutils/test_fileutils.rb (test_ln_s): should be a file, noteban
2003-11-28* test/ruby/test_env.rb (test_has_value, test_index): condition fornobu
2003-11-28* test/ruby/test_env.rb: add tests for ENV.usa
2003-11-28* lib/soap/streamHandler.rb: drop unused http parameters.nahi
2003-11-27* test/ruby/test_proc.rb (test_arity): added.nobu