aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/fileutils.rb: method renaming: collect_methods -> collect_method.aamine2005-09-181-5/+5
* * lib/fileutils.rb: use module_function instead of single extend.aamine2005-09-181-20/+76
* * lib/fileutils.rb (remove_entry_secure): does not use chdir(2).aamine2005-09-181-24/+31
* * lib/yaml/rubytypes.rb: remove comments that are bungling upwhy2005-09-171-39/+4
* * lib/mathn.rb (Rational::inspect): should preserve originalmatz2005-09-172-3/+3
* * lib/rss/maker/base.rb (RSS::Maker::ItemsBase#normalize): fixedkou2005-09-161-1/+5
* * lib/net/imap.rb: supported DIGEST-MD5. Thanks, Mathieu Arnold.shugo2005-09-161-7/+110
* * ext/syck/rubyext.c (syck_resolver_transfer): remove C++ stylematz2005-09-162-4/+6
* forgot to update some files in the previous soap4r-1.5.5 import.nahi2005-09-153-60/+113
* * lib/webrick/cgi.rb (WEBrick::CGI::Socket#initialize): should setgotoyuzo2005-09-151-0/+1
* * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.5.nahi2005-09-1544-583/+798
* * lib/open-uri.rb: add :read_timeout option.akr2005-09-151-0/+11
* * lib/logger.rb (Logger): added formatter accessor to logger fornahi2005-09-131-78/+64
* * lib/net/http.rb: wrote docuemntation of HTTPRequest/HTTPResponse classes.aamine2005-09-131-40/+121
* * lib/yaml.rb: reworking YAML::Stream to use the newwhy2005-09-138-613/+514
* Removal of lib/yaml/baseemitter.rb was accidental.why2005-09-131-0/+247
* * lib/yaml.rb: reworking YAML::Stream to use the newwhy2005-09-132-354/+0
* * lib/ostruct.rb (new_ostruct_member): Object#send no longer callnobu2005-09-121-3/+4
* * lib/net/imap.rb (starttls): supported the STARTTLS command.shugo2005-09-111-0/+18
* Added .document file for lib/uri.ryan2005-09-072-1/+8
* * lib/open-uri.rb: abolish mod === tempfile to avoid a problemakr2005-09-071-2/+2
* * lib/mkmf.rb (what_type?): guesstimate type.nobu2005-09-061-0/+55
* * lib/ostruct.rb: a patch from Florian Gross <florgro@gmail.com>matz2005-09-054-28/+47
* * lib/observer.rb: a patch from nornagon <nornagon@gmail.com>matz2005-09-051-1/+1
* * lib/pathname.rb (Pathname#descend): Pathname.new("./a/b/c").descendakr2005-09-031-18/+29
* * lib: do not use __send__ to access private methods. [ruby-dev:26935]nobu2005-09-0214-40/+44
* * lib/debug.rb: no need to restart at exit.nahi2005-08-301-3/+0
* * lib/mkmf.rb (xsystem, xpopen): no longer expand by Config.nobu2005-08-301-18/+18
* * lib/irb/init.rb: bug fix. [ruby-dev: 26920]keiju2005-08-301-1/+1
* * lib/drb/ssl.rb (SSLConfig#accept) sorry, self[:verbose] is inner class's me...ocean2005-08-301-1/+1
* * lib/drb/ssl.rb (SSLConfig#accept) fixed "Undefined method verbose"ocean2005-08-301-1/+1
* * lib/rdoc/usage.rb: supress warning.ocean2005-08-291-1/+1
* * lib/rdoc/usage.rb: improper exceptions. [ruby-dev:26870]ocean2005-08-291-15/+22
* * lib/irb/init.rb: make IRB -I option that is same befavior for ruby.keiju2005-08-291-7/+6
* * lib/pathname.rb (Pathname#descend): new method.akr2005-08-281-0/+96
* * lib/time.rb: require 'date/format' instead of 'parsedate'.akr2005-08-281-12/+27
* * lib/irb/init.rb: make IRB -I option that is same befavior for ruby.keiju2005-08-262-1/+13
* Lovely RDOC patches from mathew (metaATpoboxDOTcom) on URI/* and getoptlong.rbryan2005-08-247-40/+171
* * lib/wsdl/xmlSchema/importer.rb (WSDL::XMLSchema::Importer#fetch): addnahi2005-08-201-1/+7
* * lib/logger.rb (write, shift_log?, shift_log): file shifting racenahi2005-08-201-65/+64
* * lib/time.rb (Time.apply_offset): fix a problem with last day ofakr2005-08-191-1/+7
* doc fixaamine2005-08-131-1/+1
* * lib/fileutils.rb (remove_entry_secure): forgot final chdir.aamine2005-08-131-11/+10
* * lib/fileutils.rb (remove_entry_secure): uses chdir(2) and check if current ...aamine2005-08-131-42/+42
* * numeric.c (fix_equal, fix_cmp, fix_gt, fix_ge, fix_lt, fix_le):matz2005-08-122-48/+39
* * lib/rss/1.0.rb (RSS::RDF::Channel#setup_maker_attributes):kou2005-08-114-13/+15
* * lib/webrick/httpproxy.rb (HTTPProxyServer#intialize),gotoyuzo2005-08-076-6/+7
* * lib/mkmf.rb (create_makefile): need to convert path separetorusa2005-08-051-1/+11
* * lib/ping.rb (Ping.pingecho): should rescue StandardError.gotoyuzo2005-08-011-1/+1
* use private_methods and protected_methods instead of respond_to? to checkseki2005-07-311-13/+12