summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2005-09-13* lib/yaml.rb: reworking YAML::Stream to use the newwhy
2005-09-13Removal of lib/yaml/baseemitter.rb was accidental.why
2005-09-13* lib/yaml.rb: reworking YAML::Stream to use the newwhy
2005-09-12* lib/ostruct.rb (new_ostruct_member): Object#send no longer callnobu
2005-09-11* lib/net/imap.rb (starttls): supported the STARTTLS command.shugo
2005-09-07Added .document file for lib/uri.ryan
2005-09-07* lib/open-uri.rb: abolish mod === tempfile to avoid a problemakr
2005-09-06* lib/mkmf.rb (what_type?): guesstimate type.nobu
2005-09-05* lib/ostruct.rb: a patch from Florian Gross <florgro@gmail.com>matz
2005-09-05* lib/observer.rb: a patch from nornagon <nornagon@gmail.com>matz
2005-09-03* lib/pathname.rb (Pathname#descend): Pathname.new("./a/b/c").descendakr
2005-09-02* lib: do not use __send__ to access private methods. [ruby-dev:26935]nobu
2005-08-30 * lib/debug.rb: no need to restart at exit.nahi
2005-08-30* lib/mkmf.rb (xsystem, xpopen): no longer expand by Config.nobu
2005-08-30* lib/irb/init.rb: bug fix. [ruby-dev: 26920]keiju
2005-08-30* lib/drb/ssl.rb (SSLConfig#accept) sorry, self[:verbose] is inner class's me...ocean
2005-08-30* lib/drb/ssl.rb (SSLConfig#accept) fixed "Undefined method verbose"ocean
2005-08-29* lib/rdoc/usage.rb: supress warning.ocean
2005-08-29* lib/rdoc/usage.rb: improper exceptions. [ruby-dev:26870]ocean
2005-08-29* lib/irb/init.rb: make IRB -I option that is same befavior for ruby.keiju
2005-08-28* lib/pathname.rb (Pathname#descend): new method.akr
2005-08-28* lib/time.rb: require 'date/format' instead of 'parsedate'.akr
2005-08-26* lib/irb/init.rb: make IRB -I option that is same befavior for ruby.keiju
2005-08-24Lovely RDOC patches from mathew (metaATpoboxDOTcom) on URI/* and getoptlong.rbryan
2005-08-20 * lib/wsdl/xmlSchema/importer.rb (WSDL::XMLSchema::Importer#fetch): addnahi
2005-08-20 * lib/logger.rb (write, shift_log?, shift_log): file shifting racenahi
2005-08-19* lib/time.rb (Time.apply_offset): fix a problem with last day ofakr
2005-08-13doc fixaamine
2005-08-13* lib/fileutils.rb (remove_entry_secure): forgot final chdir.aamine
2005-08-13* lib/fileutils.rb (remove_entry_secure): uses chdir(2) and check if current ...aamine
2005-08-12* numeric.c (fix_equal, fix_cmp, fix_gt, fix_ge, fix_lt, fix_le):matz
2005-08-11* lib/rss/1.0.rb (RSS::RDF::Channel#setup_maker_attributes):kou
2005-08-07* lib/webrick/httpproxy.rb (HTTPProxyServer#intialize),gotoyuzo
2005-08-05* lib/mkmf.rb (create_makefile): need to convert path separetorusa
2005-08-01* lib/ping.rb (Ping.pingecho): should rescue StandardError.gotoyuzo
2005-07-31use private_methods and protected_methods instead of respond_to? to checkseki
2005-07-29* lib/irb/context.rb: fix `irb --readline` option. [ruby-dev:40955]keiju
2005-07-27* lib/fileutils.rb (cd): follow :noop option change. (This patch is contribut...aamine
2005-07-26* lib/net/http.rb: merge a patch contributed by Daniel Berger, with some modi...aamine
2005-07-22* lib/rss/rss.rb: moved copyright description to lib/rss.rb.kou
2005-07-22* lib/rss/parser.rb (RSS::Parser#initialize): accept HTTP/FTPkou
2005-07-16document fix [ruby-dev:26516] (patch from Kazuhiro NISHIYAMA)ocean
2005-07-15* lib/rdoc/parsers/parse_c.rb (handle_class_module): handle anobu
2005-07-14* lib/webrick/server.rb (WEBrick::GenericServer#accept_client):gotoyuzo
2005-07-12* lib/mkmf.rb: keep curdir unexpanded.nobu
2005-07-10 * lib/xmlrpc/server.rb (XMLRPC::Server): Switch from GServer over tomneumann
2005-07-10* lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line):gotoyuzo
2005-07-10* lib/pathname.rb (Pathname#unlink): try Dir.unlink first toakr
2005-07-10* lib/debug.rb (debug_command): added a deficient format specifier.nobu
2005-07-08* lib/rss/rss.rb (RSS::VERSION): 0.1.4 -> 0.1.5.kou