summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-07-24* sample/coverage.rb: move from lib/coverage.rb because this remains inmame
2008-07-21Update to RDoc 2.1.0 r112drbrain
2008-07-18Import RDoc r104. Various test fixes.drbrain
2008-07-18Import RDoc r101.drbrain
2008-07-13* lib/optparse.rb (OptionParser#environment): requires shellwords.nobu
2008-07-12* lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): requiresnobu
2008-07-10* lib/pstore.rb (PStore#transaction): return the result from thenobu
2008-07-09* lib/profiler.rb (Profiler__#print_profile): sort in the descendingnobu
2008-07-08* lib/debug.rb, lib/profile.rb: fix to use RubyVM.ko1
2008-07-07* lib/ipaddr.rb (IPAddr#initialize): get rid of ArgumentError innobu
2008-07-06* lib/test/unit/collector/objectspace.rbkou
2008-07-04* lib/test/unit/testcase.rb: collect decendants ofakr
2008-07-04* lib/net/ftp.rb (Net::FTP#sendport): use divmod. [ruby-core:17557]nobu
2008-07-03* ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminatemame
2008-07-03* lib/net/smtp.rb (Net::SMTP::start): use 'localhost' instead ofmatz
2008-07-01* Add coverage measurement constant COVERAGE__. This constant is notmame
2008-07-01* lib/test/unit/ui/console/testrunner.rb: prevent destructive modification to...mame
2008-07-01 * lib/mkmf.rb (create_tmpsrc): we need to include COMMON_HEADERS,shyouhei
2008-07-01* lib/rubygems/ext/builder.rb (Gem::Ext::Builder.make),nobu
2008-06-30* lib/cgi.rb (CGI::QueryExtension.read_multipart): blanks insidenobu
2008-06-30* lib/test/unit/collector/dir.rb (recursive_collect): r15662 reverted.nobu
2008-06-29follow up the previous commit.kou
2008-06-29* lib/rss/parser.rb, lib/rss/utils.rb: merge documents from ruby_1_8.kou
2008-06-29* lib/rss/parser.rb (RSS::ListenerMixin#known_class): define tokou
2008-06-29* lib/rss/maker/base.rb (RSS::Maker::RSSBase#to_feed): raisekou
2008-06-29* lib/rss/maker/base.rb (RSS::Maker::RSSBase#make): require block.kou
2008-06-29* lib/rss/maker/base.rb, lib/rss/maker/itunes.rb: don't usekou
2008-06-29* lib/rss/rss.rb, test/rss/test_version.rb (RSS::VERSION): 0.2.4 -> 0.2.5.kou
2008-06-29* lib/tmpdir.rb (@@systmpdir): prior LOCAL_APPDATA if possible, andnobu
2008-06-27* test/inlinetest.rb (InlineTest.in_progname): workaround for frozennobu
2008-06-27* lib/erb.rb: adjust line number for magic comment.kazu
2008-06-27* lib/un.rb (mkmf): new command to create makefile.nobu
2008-06-27* lib/un.rb (wait_writable): added help message.nobu
2008-06-26Upgrade to RubyGems 1.2.0 r1824. Incorporates [ruby-core:17353].drbrain
2008-06-25* lib/erb.rb (ERB::Compiler:Buffer#new): push magic comment first.naruse
2008-06-25* lib/erb.rb (ERB::Compiler#compile): magic comment needs LF.naruse
2008-06-25* lib/erb.rb (ERB::Compiler#compile): output magic comment.naruse
2008-06-23* lib/mathn.rb (Rational::power2): removed incomplete method.matz
2008-06-21* lib/rdoc/parsers/parse_rb.rb (RDoc#collect_first_comment): skipnobu
2008-06-20* process.c (rb_detach_process): store detached process ID in thenobu
2008-06-19Update to RubyGems 1.1.1 r1784 (pre 1.2)drbrain
2008-06-19* lib/mathn.rb (Rational::power2): typo fixed. [ruby-core:17293]matz
2008-06-19* lib/net/pop.rb (Net::POP3#set_all_uids): speedkazu
2008-06-18* marshal.c (w_object, marshal_dump, r_object0, marshal_load): searchnobu
2008-06-17Fix RubyGems for 1.9, r1780drbrain
2008-06-17Update RubyGems to 1.1.1 r1778 (almost 1.2)drbrain
2008-06-17* lib/net/telnet.rb: Fixing Telnet#wairfor() which was broken by changes tojeg2
2008-06-16* lib/thwait.rb (ThreadsWait): Exception2MessageMapper no longer hasnobu
2008-06-16* lib/e2mmap.rb (E2MM.def_e2message): typo.nobu
2008-06-13* lib/time.rb (Time.xmlschema): don't accept decimal dot withoutakr