summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2005-09-20* lib/optparse.rb (default_argv, Arguable#options): defaults stringsnobu
2005-09-20* ext/syck/emitter.c (syck_scan_scalar): prevent indicators fromwhy
2005-09-19* lib/mathn.rb (Fixnum): remove debug print.matz
2005-09-19* io.c (io_close): call rb_io_close() directly if io is a T_FILEmatz
2005-09-18* lib/fileutils.rb: method renaming: collect_methods -> collect_method.aamine
2005-09-18* lib/fileutils.rb: use module_function instead of single extend.aamine
2005-09-18* lib/fileutils.rb (remove_entry_secure): does not use chdir(2).aamine
2005-09-17* lib/yaml/rubytypes.rb: remove comments that are bungling upwhy
2005-09-17* lib/mathn.rb (Rational::inspect): should preserve originalmatz
2005-09-16* lib/rss/maker/base.rb (RSS::Maker::ItemsBase#normalize): fixedkou
2005-09-16* lib/net/imap.rb: supported DIGEST-MD5. Thanks, Mathieu Arnold.shugo
2005-09-16* ext/syck/rubyext.c (syck_resolver_transfer): remove C++ stylematz
2005-09-15forgot to update some files in the previous soap4r-1.5.5 import.nahi
2005-09-15* lib/webrick/cgi.rb (WEBrick::CGI::Socket#initialize): should setgotoyuzo
2005-09-15 * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.5.nahi
2005-09-15* lib/open-uri.rb: add :read_timeout option.akr
2005-09-13 * lib/logger.rb (Logger): added formatter accessor to logger fornahi
2005-09-13* lib/net/http.rb: wrote docuemntation of HTTPRequest/HTTPResponse classes.aamine
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