aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/open-uri.rb (open_loop): find_proxy should return nil when proxy does n...aamine2005-11-021-1/+1
* * eval.c (rb_call_super): should call method_missing if super ismatz2005-11-013-7/+8
* * lib/webrick/httpservlet/cgihandler.rbgotoyuzo2005-10-302-0/+30
* synchronized with date2 3.7tadf2005-10-291-0/+7
* * string.c (scan_once): wrong condition to use mbclen2().matz2005-10-275-74/+445
* * lib/rdoc/markup/simple_markup.rb (SM::SimpleMarkup::LABEL_LIST_RE):nobu2005-10-241-2/+1
* RDoc documentation from Eric Hodel <drbrain@segment7.net> added.seki2005-10-243-92/+443
* * ext/extmk.rb, lib/mkmf.rb (with_config): support --with-extensionnobu2005-10-221-4/+18
* * ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,nobu2005-10-222-6/+6
* * bin/erb (ERB::Main::run): typo fixed. [ruby-core:06337]matz2005-10-212-7/+7
* * lib/mkmf.rb (create_makefile): Borland make seems not to allowocean2005-10-201-2/+2
* * lib/mkmf.rb (create_makefile): get rid of a restrictionnobu2005-10-191-1/+2
* * lib/mkmf.rb (create_makefile): do not create unnecessary emptynobu2005-10-191-3/+2
* check remote hash tupleseki2005-10-161-1/+5
* * lib/net/ftp.rb: (getbinaryfile): allow nil for localfile, andshugo2005-10-151-17/+34
* * lib/webrick/config.rb (Config::FileHandler): :UserDir should be nil.gotoyuzo2005-10-141-1/+1
* * lib/scanf.rb (Scanf::FormatSpecifier#letter, #width): use matchednobu2005-10-081-2/+2
* * range.c (rb_range_beg_len): should return Qfalse for non-rangematz2005-10-057-87/+328
* * lib/xmlrpc/server.rb (XMLRPC::Server#initialize): should mount thegotoyuzo2005-10-041-1/+1
* * lib/xmlrpc/server.rb (XMLRPC::Server#serve): delete wrong callgotoyuzo2005-10-041-1/+1
* * lib/open-uri.rb (OpenURI.open_loop): prohibit multiple proxyakr2005-09-301-5/+17
* * lib/open-uri.rb (:proxy_http_basic_authentication): new option.akr2005-09-291-11/+47
* * lib/webrick/cgi.rb (WEBrick::CGI#start): req.query_string shouldgotoyuzo2005-09-282-2/+3
* * lib/yaml/basenode.rb (YAML::BaseNode::match_segment): fix typo.nobu2005-09-273-41/+51
* *** empty log message ***nobu2005-09-261-10/+14
* * lib/optparse.rb (RequiredArgument#parse): not consume unmatchednobu2005-09-251-15/+11
* (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