aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* (Rinda::TemplateEntry::initialize): pull up method. Tabs converted to spaces.seki2005-09-251-108/+100
* * lib/fileutils.rb (cd): no longer accept :noop option, related code is usele...aamine2005-09-231-1/+1
* * lib/pathname.rb (Pathname#sub): new method.akr2005-09-231-1/+9
* * lib/fileutils.rb: fix visibility of FileUtils::NoWrite, Verbose, DryRun. [r...aamine2005-09-231-1/+22
* * lib/mkmf.rb (find_executable0): default path if environment is notnobu2005-09-221-1/+10
* * lib/mkmf.rb (configuration): generalized nmake dependent code.nobu2005-09-211-1/+7
* * lib/optparse.rb (default_argv, Arguable#options): defaults stringsnobu2005-09-201-3/+9
* * ext/syck/emitter.c (syck_scan_scalar): prevent indicators fromwhy2005-09-202-9/+10
* * lib/mathn.rb (Fixnum): remove debug print.matz2005-09-192-9/+0
* * io.c (io_close): call rb_io_close() directly if io is a T_FILEmatz2005-09-192-1/+12
* * 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