aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * lib/cgi.rb (CGI::QueryExtension::Value::[]): should work likematz2003-12-171-1/+1
* introduce some new methodsaamine2003-12-161-7/+86
* * lib/yaml/rubytypes.rb: comments in strings. [ruby-talk:88012]why2003-12-151-0/+7
* * descrictive warning message.nahi2003-12-141-1/+1
* * test/yaml/test_yaml.rb (test_ruby_struct): struct name din not match.nobu2003-12-131-1/+2
* * lib/yaml/rubytypes.rb: anonymous struct fix. [ruby-core:01946]why2003-12-121-0/+11
* * lib/csv.rb: add Cell#to_str and Cell#to_s for /.../ =~ aCell,nahi2003-12-121-1/+25
* * lib/fileutils.rb (mkdir): remove trailing `/' from pathes.aamine2003-12-121-2/+17
* * test/fileutils/test_fileutils.rb (test_mkdir_p): test expand_path'ed path.aamine2003-12-111-0/+5
* * ext/stringio/stringio.c (strio_read): set EOF flag at short read.nobu2003-12-101-20/+29
* * ext/stringio/stringio.c (strio_read): do not set EOF flag whennobu2003-12-101-0/+3
* * ext/stringio/stringio.c (strio_read): adjust behavior at readingnobu2003-12-103-0/+31
* * test/monitor/test_monitor.rb (test_cond): use Queue#deqshugo2003-12-101-1/+3
* make case insensitive for host-part.akira2003-12-091-0/+6
* ditto.akr2003-12-091-0/+1
* add test for previous change to io.c.akr2003-12-092-0/+11
* * lib/test/unit/assertions.rb: renamed #assert_raises to #assert_raisentalbott2003-12-081-15/+15
* * lib/soap/rpc/standaloneServer.rb: add 'shutdown' and 'status'nahi2003-12-085-10/+10
* * lib/uri/common.rb: new method URI.regexp. [ruby-dev:22121]aamine2003-12-081-0/+14
* * lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_raises,nobu2003-12-051-0/+37
* * lib/soap/netHttpClient.rb: proxy support did not work. fixed.nahi2003-12-052-0/+542
* * test/ruby/test_pipe.rb: use IO.pipe instead of IO.popen.akr2003-12-051-2/+8
* * ext/stringio/stringio.c (strio_read): follow IO#read.nobu2003-12-056-11/+81
* * test/fileutils/test_fileutils.rb (test_cp): test if the error is kind of Sy...aamine2003-12-041-9/+4
* * lib/soap/soap.rb: add SOAP::Env module for environment repositorynahi2003-12-042-3/+10
* * io.c (argf_read): should not terminate on empty string; waitmatz2003-12-031-1/+1
* * bin/testrb: new test runner. [ruby-core:01845]nobu2003-12-021-4/+1
* * test/fileutils/test_fileutils.rb: check if Pathnames are usable for arguments.aamine2003-12-021-0/+153
* * lib/test/unit/assertions.rb: fixed #assert_no_match message.ntalbott2003-12-011-10/+9
* * numeric.c (num_sadded): prohibit singleton method definition formatz2003-12-011-22/+22
* * lib/fileutils.rb (fu_each_src_dest0): call #to_str to allow Pathname for ar...aamine2003-12-011-15/+40
* * lib/soap/encodingstyle/soapHandler.rb: refactoring - Simplifyingnahi2003-11-3011-0/+407
* * test/fileutils/test_fileutils.rb (test_ln_s): should be a file, noteban2003-11-281-1/+1
* * test/ruby/test_env.rb (test_has_value, test_index): condition fornobu2003-11-281-0/+2
* * test/ruby/test_env.rb: add tests for ENV.usa2003-11-281-0/+84
* * lib/soap/streamHandler.rb: drop unused http parameters.nahi2003-11-288-39/+138
* * test/ruby/test_proc.rb (test_arity): added.nobu2003-11-271-13/+39
* * test/fileutils/test_fileutils.rb: should take the existing symboliceban2003-11-261-1/+1
* * test/fileutils/test_fileutils.rb: do test in more deep directory.aamine2003-11-252-9/+13
* * test/fileutils/test_fileutils.rb: chdir Dir.tmpdir before each test. [ruby-...aamine2003-11-252-2/+10
* * test/wsdl/multiplefault.wsdl, test/wsdl/test_multiplefault.rb: removed. thisnahi2003-11-252-107/+0
* * lib/soap/**/*.rb, lib/wsdl/**/*.rb, lib/xsd/**/*.rb: changed license; GPL2 ...nahi2003-11-259-82/+300
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-223-5/+3
* * lib/test/unit/util/backtracefilter.rb: fixed a bug that occurredntalbott2003-11-211-0/+3
* * lib/fileutils.rb (have_st_ino?): emx (OS/2 with EMX) does not have st_ino (...aamine2003-11-201-16/+21
* * lib/fileutils.rb (fu_same?): check by inode instead of path name, to detect...aamine2003-11-181-6/+6
* * test/stringio/test_stringio.rb: imported from [ruby-dev:21941].nobu2003-11-181-0/+15
* * lib/fileutils.rb (fu_each_src_dest): raise if src==dest. [ruby-talk:85344] ...aamine2003-11-182-16/+92
* * test/monitor/test_monitor.rb: fix the timing problem by Queue.shugo2003-11-121-32/+47
* * test/monitor/test_monitor.rb: added.shugo2003-11-121-0/+144