summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * test/ruby/test_file.rb (TestFile::test_fnmatch): added tests forakira2004-02-113-0/+37
| | | | | | | | | | | | | File.fnmatch. [ruby-dev:22815][ruby-dev:22819] * test/ruby/test_proc.rb (TestProc::test_eq): added a test. [ruby-dev:22599] * test/ruby/test_proc.rb (TestProc::test_eq): added tests for Proc#==. [ruby-dev:22592], [ruby-dev:22601] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5670 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* typo.nobu2004-02-111-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5669 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * object.c (rb_obj_clone, rb_obj_dup): mentioned aboutnobu2004-02-101-0/+8
| | | | | | | initialize_copy. [ruby-core:02339] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-02-10nobu2004-02-101-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (umethod_bind): perge unused check. [ruby-dev:22850]nobu2004-02-102-6/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5664 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rdoc/parsers/parse_c.rb: escape '{' and '}' to avoid warnings.eban2004-02-092-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5658 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-02-09nobu2004-02-091-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c (fnmatch):ocean2004-02-092-3/+9
| | | | | | | | File.fnmatch('*?', 'a') should return true. [ruby-dev:22815] File.fnmatch('\[1\]' , '[1]') should return true. [ruby-dev:22819] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5655 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-02-08eban2004-02-081-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5654 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* wrong commit.nobu2004-02-081-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5653 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/pp.rb (PP::PPMethods::object_address_group): suppress negativenobu2004-02-082-7/+12
| | | | | | | sign for higher heap areas. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* remove conflictnobu2004-02-061-8/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Support https in hyperlinksdave2004-02-062-16/+31
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/pp.rb (PPInspectTest#test_to_s_with_iv): rollback the previousnahi2004-02-062-1/+5
| | | | | | | commit. [ruby-dev:22813] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/pp.rb (PPInspectTest#test_to_s_with_iv): remove instancenahi2004-02-062-0/+6
| | | | | | | variable which is defined in the test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * backport proc equality patch [ruby-dev:22809]matz2004-02-061-0/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5632 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * several backports from 1.9matz2004-02-065-6/+15
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-02-06nobu2004-02-061-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/prettyprint.rb (PrettyPrint#first?): obsoleted.akr2004-02-052-3/+36
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/prettyprint.rb (PrettyPrint#seplist): added.akr2004-02-054-19/+32
| | | | | | | | | | | | | * lib/pp.rb (PPMethods#pp_object): use seplist. (PPMethods#pp_hash): ditto. (Array#pretty_print): ditto. (Struct#pretty_print): ditto. (MatchData#pretty_print): ditto. * lib/set.rb (Set#pretty_print): use seplist. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * file.c (test_l): fix wrong method name in document.akr2004-02-032-7/+17
| | | | | | | | | | | | (test_S): ditto. (test_b): ditto. (test_c): ditto. (test_suid): ditto. (test_sgid): ditto. (test_sticky): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-02-03usa2004-02-031-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/pp.rb (Struct#pretty_print_cycle): follow 1.8 style.akr2004-02-022-3/+11
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in: backport from 1.9 for Interix.eban2004-02-023-7/+18
| | | | | | | * dln.c (dln_load): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-02-02usa2004-02-021-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/http.rb (canonical_each): fix merge miss.usa2004-02-022-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5610 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* exception message changed.akr2004-02-011-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/pp.rb (Struct#pretty_print): make it 1.8 style.akr2004-02-012-4/+21
| | | | | | | | | (Numeric#pretty_print, FalseClass#pretty_print) (TrueClass#pretty_print, Module#pretty_print): fix pp for objects with instance variables. [ruby-talk:91157] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/open-uri.rb (URI::Generic#find_proxy): return nil on loopbackakr2004-02-012-1/+13
| | | | | | | address. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/resolv-replace.rb (BasicSocket#send): don't replace becauseakr2004-02-012-16/+40
| | | | | | | | | | | | | | it has no hostname argument. (IPSocket.getaddress): raise SocketError instead of Resolv::ResolvError for errors. (TCPSocket#initialize, UDPSocket#bind, UDPSocket#connect) (SOCKSSocket#initialize): use IPSocket.getaddress instead of Resolv.getaddress. (UDPSocket#send): recognize 3 arguments form. try all addresses on 4 arguments form. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* MANIFEST:eban2004-02-011-0/+2
| | | | | | | | | Added files: ruby/test/wsdl/soap: soapbodyparts.wsdl test_soapbodyparts.rb git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-02-01eban2004-02-011-4/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/http.rb: merged coding style changes from HEAD.gsinclair2004-02-012-98/+93
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/test/unit.rb: rearranged documentation for RDoc's sake.gsinclair2004-02-014-322/+279
| | | | | | | | * lib/matrix.rb: improved documentation. * lib/net/http.rb: slight documentation formatting improvement. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/open-uri.rb (OpenURI::Buffer#<<): make a tempfile binmode.akr2004-01-312-3/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* lib/open-uri.rb (URI::Generic#find_proxy): warn HTTP_PROXY.akr2004-01-312-0/+14
| | | | | | | raise an errror on non-http proxy URI. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * sample/openssl/gen_csr.rb: wrong usage string.nahi2004-01-312-1/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * accidently it was not ci-ed in the previous commits.nahi2004-01-311-0/+16
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-01-31nahi2004-01-301-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/soap/wsdlDriver.rb, lib/wsdl/soap/operation.rb: add support ofnahi2004-01-305-20/+26
| | | | | | | | | | | | | | | | | | "parts" attribute of soap:body element in WSDL. * lib/wsdl/xmlSchema/schema.rb: friendly warning message for simpleType element which is not supported for now. * lib/soap/mapping/factory.rb: deleted unused methods. * lib/soap/mapping/rubytypeFactory.rb: do no ignore case while xsi:type string <-> Ruby class name matching. * test/wsdl/soap/{soapbodyparts.wsdl,test_soapbodyparts.wsdl}: new files. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * util.c (mblen): fix overrun. [ruby-dev:22672]eban2004-01-292-0/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-01-29eban2004-01-291-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5586 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* untypogotoyuzo2004-01-291-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5576 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* backport from Ruby-1.9.gotoyuzo2004-01-294-50/+112
| | | | | | | | | | | | | | | | | | | | | | * ext/openssl/ossl_x509hame.c (ossl_x509name_initialize): change second argument. it expected to be a Hash not an Integer. * ext/openssl/ossl_x509name.c (ossl_x509name_add_entry): add new function for OpenSSL::X509::Name#add_entry. * ext/openssl/ossl_x509name.c (ossl_x509name_to_a): append ASN.1 tag number to each element of return value. * ext/openssl/ossl_x509name.c (Init_ossl_x509name): add constants OpenSSL::X509::Name::DEFAULT_OBJECT_TYPE and OBJECT_TYPE_TEMPLATE. * ext/openssl/lib/openssl/x509.rb (OpenSSL::X509::Name#initialize): second argument takes OBJECT_TYPE_TEMPLATE by default. * sample/openssl/gen_csr.rb: use OpenSSL::X509::Name.parse. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/socket.c (s_recvfrom): sending length should be annobu2004-01-272-3/+9
| | | | | | | invariant while retrying on EAGAIN. [ruby-talk:89962] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5564 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/win32ole/win32ole.c (set_argv): fix condition.usa2004-01-272-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/webrick/httputils.rb (WEBrick:HTTPUtils::parse_header):gotoyuzo2004-01-262-1/+6
| | | | | | | refine regex for header-name. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-01-27usa2004-01-261-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/Makefile.sub: rollback.usa2004-01-262-1/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5559 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Remove references to defoutdave2004-01-262-6/+10
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e