index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ext/stringio/stringio.c (strio_read): clear the buffer argument
nobu
2003-12-24
1
-0
/
+20
*
* lib/test/unit/assertions.rb: Modules are allowed to rescue.
nobu
2003-12-24
2
-5
/
+15
*
* test/fileutils/test_fileutils.rb: should not create any
nobu
2003-12-24
1
-1
/
+13
*
* io.c (read_all): do not return nil at the end of file.
matz
2003-12-23
1
-10
/
+10
*
* test/soap/test_streamhandler.rb (test_basic_auth): removed.
nahi
2003-12-23
1
-10
/
+3
*
* io.c (rb_io_ungetc): raise an exception at unread stream to
nobu
2003-12-23
1
-7
/
+3
*
* lib/rexml/encodings/US-ASCII.rb: typo. [ruby-talk:88650]
nahi
2003-12-23
2
-2
/
+8
*
* lib/uri/generic.rb (URI::Generic::check_userinfo,
akira
2003-12-23
1
-0
/
+16
*
* test/xsd/test_noencoding.rb: rescue Errno::EINVAL and do not test.
nahi
2003-12-23
1
-1
/
+6
*
* lib/uri/generic.rb (URI::Generic#route_from): accepts urls which
akira
2003-12-22
1
-0
/
+3
*
* test/soap/test_property.rb: remove duplicated test method.
nahi
2003-12-22
1
-7
/
+0
*
* lib/soap/property.rb (SOAP::Property#load): new method for loading
nahi
2003-12-19
1
-0
/
+38
*
* lib/cgi.rb (CGI::QueryExtension::Value::[]): should work like
matz
2003-12-17
1
-1
/
+1
*
introduce some new methods
aamine
2003-12-16
1
-7
/
+86
*
* lib/yaml/rubytypes.rb: comments in strings. [ruby-talk:88012]
why
2003-12-15
1
-0
/
+7
*
* descrictive warning message.
nahi
2003-12-14
1
-1
/
+1
*
* test/yaml/test_yaml.rb (test_ruby_struct): struct name din not match.
nobu
2003-12-13
1
-1
/
+2
*
* lib/yaml/rubytypes.rb: anonymous struct fix. [ruby-core:01946]
why
2003-12-12
1
-0
/
+11
*
* lib/csv.rb: add Cell#to_str and Cell#to_s for /.../ =~ aCell,
nahi
2003-12-12
1
-1
/
+25
*
* lib/fileutils.rb (mkdir): remove trailing `/' from pathes.
aamine
2003-12-12
1
-2
/
+17
*
* test/fileutils/test_fileutils.rb (test_mkdir_p): test expand_path'ed path.
aamine
2003-12-11
1
-0
/
+5
*
* ext/stringio/stringio.c (strio_read): set EOF flag at short read.
nobu
2003-12-10
1
-20
/
+29
*
* ext/stringio/stringio.c (strio_read): do not set EOF flag when
nobu
2003-12-10
1
-0
/
+3
*
* ext/stringio/stringio.c (strio_read): adjust behavior at reading
nobu
2003-12-10
3
-0
/
+31
*
* test/monitor/test_monitor.rb (test_cond): use Queue#deq
shugo
2003-12-10
1
-1
/
+3
*
make case insensitive for host-part.
akira
2003-12-09
1
-0
/
+6
*
ditto.
akr
2003-12-09
1
-0
/
+1
*
add test for previous change to io.c.
akr
2003-12-09
2
-0
/
+11
*
* lib/test/unit/assertions.rb: renamed #assert_raises to #assert_raise
ntalbott
2003-12-08
1
-15
/
+15
*
* lib/soap/rpc/standaloneServer.rb: add 'shutdown' and 'status'
nahi
2003-12-08
5
-10
/
+10
*
* lib/uri/common.rb: new method URI.regexp. [ruby-dev:22121]
aamine
2003-12-08
1
-0
/
+14
*
* lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_raises,
nobu
2003-12-05
1
-0
/
+37
*
* lib/soap/netHttpClient.rb: proxy support did not work. fixed.
nahi
2003-12-05
2
-0
/
+542
*
* test/ruby/test_pipe.rb: use IO.pipe instead of IO.popen.
akr
2003-12-05
1
-2
/
+8
*
* ext/stringio/stringio.c (strio_read): follow IO#read.
nobu
2003-12-05
6
-11
/
+81
*
* test/fileutils/test_fileutils.rb (test_cp): test if the error is kind of Sy...
aamine
2003-12-04
1
-9
/
+4
*
* lib/soap/soap.rb: add SOAP::Env module for environment repository
nahi
2003-12-04
2
-3
/
+10
*
* io.c (argf_read): should not terminate on empty string; wait
matz
2003-12-03
1
-1
/
+1
*
* bin/testrb: new test runner. [ruby-core:01845]
nobu
2003-12-02
1
-4
/
+1
*
* test/fileutils/test_fileutils.rb: check if Pathnames are usable for arguments.
aamine
2003-12-02
1
-0
/
+153
*
* lib/test/unit/assertions.rb: fixed #assert_no_match message.
ntalbott
2003-12-01
1
-10
/
+9
*
* numeric.c (num_sadded): prohibit singleton method definition for
matz
2003-12-01
1
-22
/
+22
*
* lib/fileutils.rb (fu_each_src_dest0): call #to_str to allow Pathname for ar...
aamine
2003-12-01
1
-15
/
+40
*
* lib/soap/encodingstyle/soapHandler.rb: refactoring - Simplifying
nahi
2003-11-30
11
-0
/
+407
*
* test/fileutils/test_fileutils.rb (test_ln_s): should be a file, not
eban
2003-11-28
1
-1
/
+1
*
* test/ruby/test_env.rb (test_has_value, test_index): condition for
nobu
2003-11-28
1
-0
/
+2
*
* test/ruby/test_env.rb: add tests for ENV.
usa
2003-11-28
1
-0
/
+84
*
* lib/soap/streamHandler.rb: drop unused http parameters.
nahi
2003-11-28
8
-39
/
+138
*
* test/ruby/test_proc.rb (test_arity): added.
nobu
2003-11-27
1
-13
/
+39
*
* test/fileutils/test_fileutils.rb: should take the existing symbolic
eban
2003-11-26
1
-1
/
+1
[next]