summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-12-08rdoc update.akr
2008-12-07rdoc update.akr
2008-12-07rdoc update.akr
2008-12-07* lib/open3.rb (Open3.capture3): renamed from Open3.poutput3.akr
2008-12-07* lib/open3.rb (Open3.poutput3): :binmode option implemented.akr
2008-12-06update rdoc.akr
2008-12-05* lib/open3.rb (Open3.pipeline_start): new method.akr
2008-12-04update rdoc.akr
2008-12-04rdoc update.akr
2008-12-04* lib/open3.rb (Open3.poutput3): new method.akr
2008-12-04* lib/open3.rb (Open3.popen3): simplified.akr
2008-12-04* lib/rubygems/validator.rb (Gem#remove_leading_dot_dir): makematz
2008-12-04* lib/gserver.rb: fixed type in sample code. a report from Olegmatz
2008-12-04* lib/rubygems/local_remote_options.rb (Gem#add_update_sources_option): matz
2008-12-03* lib/rexml/xpath.rb (REXML::XPath.first): apply documentationmatz
2008-12-02* lib/open3.rb (Open3.popen3): merge hash options if given. akr
2008-12-02* lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): usematz
2008-11-28 * lib/foerwardable.rb: should be usable def_single_delegator forkeiju
2008-11-26add comment and test.akr
2008-11-24 * lib/date/format.rb (strftime): ignores '_' flag for %[LN].tadf
2008-11-24 * lib/date.rb (inspect): changed again.tadf
2008-11-24* lib/time.rb: r20251 reverted. The patched behavior do not roundmatz
2008-11-19* lib/logger.rb (Logger): should handle the case that cvs/svn domatz
2008-11-19* lib/minitest/unit.rb (MiniTest::Assertions#capture_io): adjustmatz
2008-11-18fixed NoMethodError problem from NaHi [ruby-dev:37110].seki
2008-11-18* lib/time.rb: according to RFC2822, -0000 means local time, +0000matz
2008-11-18* lib/net/ftp.rb (Net::FTP#open_socket): SOCKSsocket is obsolete.matz
2008-11-18* lib/logger.rb (ProgName): fixed typo.nobu
2008-11-18* lib/logger.rb (ProgName): fixed for svn, based on a patch fromnobu
2008-11-18* lib/webrick/httprequest.rb (WEBrick::HTTPRequest#read_request_line): matz
2008-11-18* lib/optparse.rb (OptionParser::make_switch): makes defaultnobu
2008-11-11* lib/uri/generic.rb (URI::Generic#check_path): REL_PATH should amatz
2008-11-11* lib/rubygems/timer.rb: removed svn:executable.yugui
2008-11-11 * lib/date.rb (inspect): reverted the previous change.tadf
2008-11-10 * lib/date.rb (inspect): changed the format.tadf
2008-11-10* lib/delegate.rb (Delegator.delegating_block): should not refermatz
2008-11-08* lib/cgi/session/pstore.rb: fix indentation.xibbar
2008-11-08* lib/cgi/session.rb (FileStore): use marshalized data.xibbar
2008-11-08* lib/cgi/session.rb: remove debug code. xibbar
2008-11-08* lib/cgi/session.rb: fix indentation. xibbar
2008-11-08* lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#do_CONNECT):matz
2008-11-08* lib/optparse.rb (OptionParser#make_switch): 1.9 Symbols respondmatz
2008-11-07* lib/irb.rb (IRB::Irb#eval_input): remove extra @context.prompt_i.matz
2008-11-06* lib/yaml/rubytypes.rb: support Rational and Complex as 1.8matz
2008-11-06* lib/rexml/entity.rb (unnormalized): do not callshugo
2008-11-04* lib/test/unit.rb: sorry, removed debug code.usa
2008-11-04 * lib/test/unit.rb (Test::Unit.setup_argv): now can specify ``-xname''usa
2008-10-31Don't require rubygems/defaults from gem_prelude.rb.drbrain
2008-10-31* lib/rss/converter.rb (RSS::Converter): use String#encode.kou
2008-10-31* lib/webrick/httpauth/digestauth.rbmame