summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added ruby-dev numberocean2004-02-081-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5647 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-02-08nobu2004-02-081-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c (glob_helper): Dir.glob('**/') did not work.ocean2004-02-081-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c (glob_helper): Dir.glob('**/') did not work.ocean2004-02-081-28/+31
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c (fnmatch):ocean2004-02-071-0/+9
| | | | | | | | | | | File.fnmatch('*?', 'a') should return true. [ruby-dev:22815] File.fnmatch('\[1\]' , '[1]') should return true. [ruby-dev:22819] * dir.c Did some styles (no change to behavior) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-02-07nobu2004-02-071-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Did some styles (no change to behavior)ocean2004-02-071-34/+15
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c (fnmatch):ocean2004-02-070-0/+0
| | | | | | | | 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/trunk@5640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c (fnmatch):ocean2004-02-071-2/+2
| | | | | | | | File.fnmatch('\[1\]' , '[1]') should return true. [ruby-dev:22815] File.fnmatch('*?', 'a') should return true. [ruby-dev:22819] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/irb/init.rb (IRB.rc_files): yield possible rc file names.nobu2004-02-073-8/+55
| | | | | | | | * lib/irb/input-method.rb (IRB::ReadlineInputMethod::initialize): load and save history automatically. [ruby-core:02352] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Support https in hyperlinksdave2004-02-062-1/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@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/trunk@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/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