aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/open-uri.rb: :redirect option implemented to disable redirects.akr2007-10-281-0/+24
* * lib/net/telnet.rb (Net::Telnet#login): Allowing "passphrase" injeg22007-10-251-1/+1
* * lib/net/telnet.rb (Net::Telnet#login): Making the password promptjeg22007-10-251-1/+1
* * lib/net/pop.rb (Net::POP3::do_start): type fixed. a patch frommatz2007-10-251-1/+1
* * lib/uri.rb, lib/uri/ldaps.rb: added LDAPSakira2007-10-252-0/+13
* * lib/xmlrpc/parser.rb (XMLRPC::Convert::dateTime): Fixing a bug thatjeg22007-10-241-2/+2
* * lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): Explicitly startjeg22007-10-241-0/+3
* * lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): Improving the errorjeg22007-10-241-2/+2
* * lib/xmlrpc/utils.rb (XMLRPC::ParseContentType#parse_content_type):jeg22007-10-241-1/+1
* doc. wording fix.akr2007-10-241-1/+1
* * lib/rexml/source.rb (REXML::SourceFactory::SourceFactory): morematz2007-10-181-6/+7
* * lib/pp.rb (PP::PPMethods#pp_hash): don't sort keys because hash isakr2007-10-141-10/+6
* * configure.in (AC_SYS_LARGEFILE): keep results also in commandnobu2007-10-131-0/+1
* * lib/open-uri.rb (OpenURI.open_http): fix :ssl_ca_cert option.akr2007-10-131-1/+0
* * lib/rexml/document.rb (REXML::Document::write): leakymatz2007-10-121-1/+1
* * lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb: hostname shouldgotoyuzo2007-10-083-25/+29
* * lib/net/http.rb: remove enable_post_connection_check flag.gotoyuzo2007-10-072-14/+1
* * lib/ipaddr.rb (in_addr, in6_addr, addr_mask): Make some minorknu2007-10-041-14/+6
* * lib/ipaddr.rb (<=>): Implement IPAddr#<=> and make IPAddrknu2007-10-041-0/+31
* * lib/ipaddr.rb (coerce_other): Support type coercion and make &,knu2007-10-041-34/+55
* r1368@bean: ser | 2007-10-01 21:24:36 -0400ser2007-10-021-1/+1
* r1367@bean: ser | 2007-10-01 21:24:35 -0400ser2007-10-021-0/+8
* r1366@bean: ser | 2007-10-01 21:24:33 -0400ser2007-10-024-17/+56
* r1365@bean: ser | 2007-10-01 21:24:32 -0400ser2007-10-021-0/+1
* r1364@bean: ser | 2007-10-01 21:24:31 -0400ser2007-10-021-0/+1
* r1361@bean: ser | 2007-10-01 21:24:28 -0400ser2007-10-025-68/+39
* * lib/weakref.rb (WeakRef): remove debug print. [ruby-dev:31799]matz2007-09-241-2/+0
* lib/net/http.rb: fix typo.shyouhei2007-09-241-1/+1
* * lib/net/http.rb: an SSL verification (the server hostname shouldgotoyuzo2007-09-232-10/+17
* * lib/rdoc/options.rb (Options::check_diagram): dot -V outputshyouhei2007-09-221-2/+2
* * lib/optparse.rb (OptionParser::List::summarize): use each_line ifnobu2007-09-211-1/+3
* * lib/matrix.rb: fix a coerce bug of Vector. [ruby-core: 12190]keiju2007-09-181-1/+1
* * lib/net/http.rb (HTTP::GenericRequest#initialize): check path is not nil. [...aamine2007-09-171-0/+1
* * lib/rss.rb, lib/rss/, test/rss/:kou2007-09-1510-13/+126
* * lib/tempfile.rb (Tempfile::make_tmpname): Allow to specify aknu2007-09-111-4/+18
* * lib/shellwords.rb: Add shellescape() and shelljoin().knu2007-09-111-18/+127
* * lib/date/format.rb (_strptime): now also attaches an elementtadf2007-09-091-2/+7
* * lib/date/format.rb (str[fp]time): now check specifications moretadf2007-09-082-44/+51
* * lib/fileutils.rb (FileUtils::Entry_::copy): prevent self copy ofmatz2007-09-061-4/+7
* * lib/date/format.rb (_parse): improved parsing of ordinal dates.tadf2007-09-011-12/+21
* * lib/mkmf.rb: initialize $top_srcdir always. [ruby-dev:31682]nobu2007-08-301-0/+1
* * lib/mkmf.rb (try_const, have_const): check for a const is defined.nobu2007-08-301-0/+38
* * lib/open-uri.rb: add :ftp_active_mode option.akr2007-08-291-1/+11
* * io.c (rb_io_each_byte): caused infinite loop. [ruby-dev:31652]matz2007-08-261-2/+1
* * typo fixed (analysys -> analysis)nahi2007-08-251-2/+2
* * test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string.matz2007-08-244-7/+8
* * eval.c (rb_f_send_bang): abandon the name funcall for privatematz2007-08-243-9/+9
* * lib/tmpdir.rb (Dir.mktmpdir): make directory suffix specifiable.akr2007-08-211-5/+28
* * lib/rexml/rexml.rb: added encoding.nobu2007-08-181-0/+1
* * lib/rexml/rexml.rb: removed doubled constant.nobu2007-08-181-3/+2