| Commit message (Expand) | Author | Age | Files | Lines |
* | merged from 1.8 | seki | 2008-07-27 | 1 | -29/+82 |
* | * lib/webrick/httputils.rb (WEBrick::HTTPUtils#split_header_value): | nobu | 2008-07-25 | 1 | -12/+4 |
* | * sample/coverage.rb: move from lib/coverage.rb because this remains in | mame | 2008-07-24 | 1 | -58/+0 |
* | Update to RDoc 2.1.0 r112 | drbrain | 2008-07-21 | 13 | -203/+351 |
* | Import RDoc r104. Various test fixes. | drbrain | 2008-07-18 | 3 | -6/+11 |
* | Import RDoc r101. | drbrain | 2008-07-18 | 36 | -4284/+5913 |
* | * lib/optparse.rb (OptionParser#environment): requires shellwords. | nobu | 2008-07-13 | 1 | -0/+1 |
* | * lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): requires | nobu | 2008-07-12 | 1 | -0/+1 |
* | * lib/pstore.rb (PStore#transaction): return the result from the | nobu | 2008-07-10 | 1 | -1/+1 |
* | * lib/profiler.rb (Profiler__#print_profile): sort in the descending | nobu | 2008-07-09 | 1 | -1/+1 |
* | * lib/debug.rb, lib/profile.rb: fix to use RubyVM. | ko1 | 2008-07-08 | 3 | -3/+3 |
* | * lib/ipaddr.rb (IPAddr#initialize): get rid of ArgumentError in | nobu | 2008-07-07 | 1 | -1/+1 |
* | * lib/test/unit/collector/objectspace.rb | kou | 2008-07-06 | 1 | -1/+1 |
* | * lib/test/unit/testcase.rb: collect decendants of | akr | 2008-07-04 | 4 | -11/+25 |
* | * lib/net/ftp.rb (Net::FTP#sendport): use divmod. [ruby-core:17557] | nobu | 2008-07-04 | 1 | -5/+2 |
* | * ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminate | mame | 2008-07-03 | 1 | -2/+3 |
* | * lib/net/smtp.rb (Net::SMTP::start): use 'localhost' instead of | matz | 2008-07-03 | 1 | -3/+3 |
* | * Add coverage measurement constant COVERAGE__. This constant is not | mame | 2008-07-01 | 1 | -0/+57 |
* | * lib/test/unit/ui/console/testrunner.rb: prevent destructive modification to... | mame | 2008-07-01 | 1 | -4/+2 |
* | * lib/mkmf.rb (create_tmpsrc): we need to include COMMON_HEADERS, | shyouhei | 2008-07-01 | 1 | -1/+2 |
* | * lib/rubygems/ext/builder.rb (Gem::Ext::Builder.make), | nobu | 2008-07-01 | 1 | -2/+2 |
* | * lib/cgi.rb (CGI::QueryExtension.read_multipart): blanks inside | nobu | 2008-06-30 | 1 | -1/+1 |
* | * lib/test/unit/collector/dir.rb (recursive_collect): r15662 reverted. | nobu | 2008-06-30 | 1 | -2/+1 |
* | follow up the previous commit. | kou | 2008-06-29 | 1 | -1/+2 |
* | * lib/rss/parser.rb, lib/rss/utils.rb: merge documents from ruby_1_8. | kou | 2008-06-29 | 2 | -4/+34 |
* | * lib/rss/parser.rb (RSS::ListenerMixin#known_class): define to | kou | 2008-06-29 | 1 | -3/+15 |
* | * lib/rss/maker/base.rb (RSS::Maker::RSSBase#to_feed): raise | kou | 2008-06-29 | 1 | -5/+2 |
* | * lib/rss/maker/base.rb (RSS::Maker::RSSBase#make): require block. | kou | 2008-06-29 | 1 | -6/+2 |
* | * lib/rss/maker/base.rb, lib/rss/maker/itunes.rb: don't use | kou | 2008-06-29 | 2 | -7/+26 |
* | * lib/rss/rss.rb, test/rss/test_version.rb (RSS::VERSION): 0.2.4 -> 0.2.5. | kou | 2008-06-29 | 1 | -1/+1 |
* | * lib/tmpdir.rb (@@systmpdir): prior LOCAL_APPDATA if possible, and | nobu | 2008-06-29 | 1 | -6/+13 |
* | * test/inlinetest.rb (InlineTest.in_progname): workaround for frozen | nobu | 2008-06-27 | 1 | -2/+5 |
* | * lib/erb.rb: adjust line number for magic comment. | kazu | 2008-06-27 | 1 | -3/+3 |
* | * lib/un.rb (mkmf): new command to create makefile. | nobu | 2008-06-27 | 1 | -16/+51 |
* | * lib/un.rb (wait_writable): added help message. | nobu | 2008-06-27 | 1 | -0/+5 |
* | Upgrade to RubyGems 1.2.0 r1824. Incorporates [ruby-core:17353]. | drbrain | 2008-06-26 | 15 | -114/+188 |
* | * lib/erb.rb (ERB::Compiler:Buffer#new): push magic comment first. | naruse | 2008-06-25 | 1 | -5/+4 |
* | * lib/erb.rb (ERB::Compiler#compile): magic comment needs LF. | naruse | 2008-06-25 | 1 | -1/+1 |
* | * lib/erb.rb (ERB::Compiler#compile): output magic comment. | naruse | 2008-06-25 | 1 | -0/+1 |
* | * lib/mathn.rb (Rational::power2): removed incomplete method. | matz | 2008-06-23 | 1 | -44/+0 |
* | * lib/rdoc/parsers/parse_rb.rb (RDoc#collect_first_comment): skip | nobu | 2008-06-21 | 1 | -2/+6 |
* | * process.c (rb_detach_process): store detached process ID in the | nobu | 2008-06-20 | 1 | -1/+0 |
* | Update to RubyGems 1.1.1 r1784 (pre 1.2) | drbrain | 2008-06-19 | 2 | -2/+10 |
* | * lib/mathn.rb (Rational::power2): typo fixed. [ruby-core:17293] | matz | 2008-06-19 | 1 | -1/+1 |
* | * lib/net/pop.rb (Net::POP3#set_all_uids): speed | kazu | 2008-06-19 | 1 | -3/+2 |
* | * marshal.c (w_object, marshal_dump, r_object0, marshal_load): search | nobu | 2008-06-18 | 1 | -2/+0 |
* | Fix RubyGems for 1.9, r1780 | drbrain | 2008-06-17 | 7 | -19/+21 |
* | Update RubyGems to 1.1.1 r1778 (almost 1.2) | drbrain | 2008-06-17 | 38 | -698/+1980 |
* | * lib/net/telnet.rb: Fixing Telnet#wairfor() which was broken by changes to | jeg2 | 2008-06-17 | 1 | -2/+2 |
* | * lib/thwait.rb (ThreadsWait): Exception2MessageMapper no longer has | nobu | 2008-06-16 | 1 | -1/+1 |