summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * 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/trunk@5634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_proc.rb (TestProc::test_eq): added aakira2004-02-062-4/+12
| | | | | | | test. [ruby-dev:22599] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_proc.rb (TestProc::test_eq): added tests forakira2004-02-062-0/+22
| | | | | | | Proc#==. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-02-06nobu2004-02-061-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/socket.c (bsock_do_not_reverse_lookup): control reversenobu2004-02-062-8/+49
| | | | | | | lookup for every instance. [ruby-core:02346] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/irb/extend-command.rb: add irb_help command. [ruby-talk:91610]nobu2004-02-063-0/+32
| | | | | | | * lib/irb/cmd/help.rb (IRB::ExtendCommand::Help): show RDoc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5626 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/trunk@5625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-02-05nobu2004-02-051-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5624 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/trunk@5623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * file.c (rb_stat_mode): should not sign-expand, so backout.nobu2004-02-042-1/+9
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-02-04eban2004-02-041-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5621 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/trunk@5620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rss/2.0.rb, lib/rss/content.rb, lib/rss/dublincore.rb,kou2004-02-0313-60/+95
| | | | | | | | | | | | | | | | lib/rss/rss.rb, lib/rss/syndication.rb: removed warnings. * lib/rss/converter.rb: removed handling load error of nkf. * test/rss/test_syndication.rb, test/rss/test_trackback.rb, test/rss/test_dublincore.rb, test/rss/test_content.rb: replaced 'require "rss/parser"' by 'require "rss/1.0"'. * test/rss/test_parser.rb, test/rss/test_accessor.rb: removed 'require "rss/parser"'. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Retrofit entry (there was conflict):gsinclair2004-02-031-0/+7
| | | | | | | | | | From ruby_1_8 branch: * lib/test/unit.rb: rearranged documentation for RDoc's sake. * lib/matrix.rb: improved documentation. * lib/net/http.rb: slight documentation formatting improvement. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-02-03usa2004-02-031-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (reduce_nodes): remove tail returns. [ruby-talk:90934]nobu2004-02-032-16/+80
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5616 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/trunk@5615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (block_append, new_evstr, void_expr0): remove no longer usednobu2004-02-022-5/+6
| | | | | | | labels. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dln.c (dln_load): don't specify RTLD_GLOBAL on Interix,eban2004-02-022-0/+8
| | | | | | | because it caused SEGV when running runner.rb. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-02-02eban2004-02-021-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* exception message changed.akr2004-02-011-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@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/trunk@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/trunk@5606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/resolv-replace.rb (BasicSocket#send): don't replace becauseakr2004-02-012-16/+41
| | | | | | | | | | | | | | 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/trunk@5605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Bug in BigDecimal("1e#{n}").add BigDecimal('.5'),n) reported and fixed by ↵shigek2004-02-012-3/+6
| | | | | | Javier Goizueta. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* MANIFEST:eban2004-02-011-18/+0
| | | | | | | | | | | | | | Removed files: ruby/sample/rss: articles.rss content.xml index.rdf.ja news.rss php.rss raa-rdf10.xml rnn.rdf rss.xml rss2dc.xml rssMarkPilgrimExample.xml rssTwoExample.xml sampleRss.xml slashdot.rdf slashdotorg.rdf w3c.rdf wiliki.rss ruby/test/rss: each_parser.rb test.rb git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-02-01eban2004-02-011-4/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* From ruby_1_8 branch:gsinclair2004-02-013-322/+273
| | | | | | | | | * lib/test/unit.rb: rearranged documentation for RDoc's sake. * lib/matrix.rb: improved documentation. * lib/net/http.rb: slight documentation formatting improvement. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/open-uri.rb (OpenURI::Buffer#<<): make a tempfile binmode.akr2004-01-312-1/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@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/trunk@5595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rss/parser.rb (RSS::Parser): added @@default_parser. Usedkou2004-01-3124-2053/+100
| | | | | | | | XML parser became selectable. * test/rss/test_parser.rb: added tests for RSS::Parser.default_parser. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (RPATHFLAG): set to -Wl,-R like NetBSD on Interix.eban2004-01-302-0/+9
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/logger.rb: leading 0 padding of timestamp usec part.nahi2004-01-303-4/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * util.c (mblen): fix overrun. [ruby-dev:22672]eban2004-01-292-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (DLEXT2): removed. Ruby does not treateban2004-01-295-9/+9
| | | | | | | | | | ".dll" as a extention library anymore. * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub (DLEXT2): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5585 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-01-29eban2004-01-291-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5584 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Remove conflict from Changelogdave2004-01-291-1/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5583 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Allow link: in Tidylinksdave2004-01-292-15/+23
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * sample/openssl/gen_csr.rb: follow OpenSSL::X509::Name change.nahi2004-01-292-7/+8
| | | | | | | ASN.1 type of subject DN elements were wrong. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/*: remove $: trick. [ruby-dev:22763] use test/runner.rb tonahi2004-01-2923-56/+10
| | | | | | | run test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c (glob_helper): infinite loop bug in win32 code.matz2004-01-292-1/+6
| | | | | | | [ruby-dev:22770] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/http.rb (Request#initialize): reject only when a path is empty. ↵aamine2004-01-292-1/+6
| | | | | | [ruby-dev:22771] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5578 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-295-202/+333
| | | | | | | [ruby-dev:22761] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/rss/test_*: do $: trick while searching a module in the currentnahi2004-01-2914-6/+39
| | | | | | | | | | | | | | directory. * test/xsd/test_xmlschemaparser.rb, test/wsdl/test_emptycomplextype.rb, test/soap/helloworld/test_helloworld.rb, test/soap/calc/{test_calc.rb,test_calc2.rb}: do File.expand_path before using __FILE__. * test/yaml/test_yaml.rb: assert_equals -> assert_equal. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5574 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/syck/rubyext.c: usec round-tripping skew. [ruby-core:2305]why2004-01-284-17/+66
| | | | | | | | | * lib/yaml/rubytypes.rb: character Range now round-trips. [ruby-core:2306] * test/yaml/test_yaml.rb: add Time and Range tests. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rss: rss/parser.rb is always required.kou2004-01-288-59/+47
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/rss/*.rb: remove "test/" prefix.nobu2004-01-2810-8/+30
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-01-28eban2004-01-281-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5570 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * MANIFEST: don't need a directory.eban2004-01-281-1/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5569 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/iconv/extconf.rb: include iconv.h for libiconv. [ruby-dev:22715]nobu2004-01-282-2/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5568 b2dd03c8-39d4-4d8f-98ff-823fe69b080e