summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_process.rb (TestProcess#test_rlimit_nofile):akr2006-07-311-1/+5
* * lib/webrick/httprequest.rb (WEBrick::HTTPReuqest#parse_uri): improvegotoyuzo2006-07-311-0/+58
* restore (wrongly) removed testsaamine2006-07-261-3/+74
* * lib/net/http.rb: sync with HEAD (rev 1.132).aamine2006-07-261-80/+36
* * ext/strscan/strscan.c: sync with HEAD (rev 1.25).aamine2006-07-261-0/+71
* don't compare struct sockaddr directly.akr2006-07-241-2/+2
* * test/socket/test_unix.rb: disabled on cygwin.akr2006-07-231-1/+1
* * test/ruby/test_float.rb (TestFloat::test_strtod): update test tomatz2006-07-181-5/+0
* add a note for cygwin empty UDP packet problem.akr2006-07-011-2/+6
* * test/socket/test_nonblock.rb: add timeout to send/receiveakr2006-07-011-2/+5
* * test/socket/test_unix.rb: test_seqpacket_pair removed.akr2006-06-281-18/+0
* use fork to isolate rlimit effect.akr2006-06-211-7/+12
* * test/rss/test_parser.rb: split parser tests into ...kou2006-06-203-631/+625
* *** empty log message ***gotoyuzo2006-06-201-4/+18
* * ext/openssl/extconf.rb: add check for OBJ_NAME_do_all_sorted.gotoyuzo2006-06-201-5/+33
* * test/rss/test_image.rb: shared name space configuration.kou2006-06-181-4/+4
* * lib/rss/rss.rb: improved ignore_unknown_elementkou2006-06-182-4/+50
* * lib/rss/rss.rb: fixed typo: except -> expectkou2006-06-182-4/+4
* * lib/rss/rss.rb: RSS::Element#calc_indent became to be deprecated.kou2006-06-182-28/+0
* * ext/socket/socket.c (bsock_recv_nonblock): new methodakr2006-06-172-35/+36
* * lib/pathname.rb: backport from 1.9.akr2006-06-171-3/+22
* * lib/rss/rss.rb (Hash#merge, Enumerable#sort_by): removed.kou2006-06-173-2/+43
* * lib/rss/rss.rb (Kernel#funcall): removed.kou2006-06-1710-205/+251
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-172-5/+15
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-1714-103/+249
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-173-65/+28
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-171-0/+13
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-177-70/+79
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-171-2/+2
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-175-11/+265
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-171-9/+21
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-172-2/+3
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-171-24/+12
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-171-1/+1
* add RLIMIT_NOFILE testakr2006-06-151-1/+20
* give dummy argument for Process.getrlimit and rescue TypeError.akr2006-06-151-2/+2
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-06-151-0/+13
* getsockname returns "" on MacOS Xakr2006-06-071-4/+6
* * test/socket/{test_nonblock.rb, test_socket.rb}: Windows support.CVS: ------...usa2006-06-072-14/+14
* * ext/socket/socket.c (sock_s_unpack_sockaddr_in): rejectakr2006-06-051-4/+4
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-06-051-0/+83
* fix tests.akr2006-06-042-5/+6
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-06-041-0/+156
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-06-011-0/+171
* * numeric.c (num_div): use floor rather than rb_Integer().matz2006-05-011-0/+28
* fix string interpolationakr2006-03-041-2/+3
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-03-042-0/+502
* quote pathnames in the server's command line for space containedseki2006-02-241-1/+1
* * util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]ocean2006-02-172-0/+4
* * eval.c (rb_call0): argument update propagation. [ruby-dev:28044]matz2006-02-131-1/+1