summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-11-15* ext/syck/rubyext.c: Node#value defined twice.why
2007-11-15* lib/yaml/types.rb: Likewise, pass self to YAML::quick_emit.why
2007-11-15* lib/yaml.rb (quick_emit): use combination of object_id and hash towhy
2007-11-15* lib/cgi/session.rb (CGI::Session::FileStore::restore): usematz
2007-11-12* lib/mkmf.rb (create_makefile): rdoc about srcprefix. a patch fromnobu
2007-11-11refine doc.akr
2007-11-10* {lib,test}/rubygems: set property.nobu
2007-11-10Import RubyGems trunk revision 1493.drbrain
2007-11-10Don't override Enumerable#inject for 1.9drbrain
2007-11-06* lib/rexml/encodings/SHIFT-JIS.rb (REXML::Encoding): place -x formatz
2007-11-04* eval.c (rb_f_send): allow send/__send__ to call methods of allmatz
2007-11-04* lib/optparse.rb (OptionParser::Switch::summarize): fix for long formnobu
2007-11-04* parse.y (call_args): remove "parenthesize argument(s) for futurematz
2007-11-04* lib/net/http.rb (HTTPHeader#initialize): provide default User-Agent to fix ...aamine
2007-11-04 Fixes ticket:110 (more UTF-16 problems)ser
2007-11-03* configure.in: --with-vendor-hdrdir implemented.akr
2007-11-02* lib/rss/content.rb, lib/rss/content/, lib/rss/maker/content.rb,kou
2007-11-02* lib/rss/rss.rb, test/rss/test_version.rb: 0.2.0 -> 0.2.1.kou
2007-11-02* error.c (Init_Exception): make NameError to be subclass ofmatz
2007-10-28* lib/open-uri.rb: :redirect option implemented to disable redirects.akr
2007-10-25* lib/net/telnet.rb (Net::Telnet#login): Allowing "passphrase" injeg2
2007-10-25* lib/net/telnet.rb (Net::Telnet#login): Making the password promptjeg2
2007-10-25* lib/net/pop.rb (Net::POP3::do_start): type fixed. a patch frommatz
2007-10-25* lib/uri.rb, lib/uri/ldaps.rb: added LDAPSakira
2007-10-24* lib/xmlrpc/parser.rb (XMLRPC::Convert::dateTime): Fixing a bug thatjeg2
2007-10-24* lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): Explicitly startjeg2
2007-10-24* lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): Improving the errorjeg2
2007-10-24* lib/xmlrpc/utils.rb (XMLRPC::ParseContentType#parse_content_type):jeg2
2007-10-24doc. wording fix.akr
2007-10-18* lib/rexml/source.rb (REXML::SourceFactory::SourceFactory): morematz
2007-10-14* lib/pp.rb (PP::PPMethods#pp_hash): don't sort keys because hash isakr
2007-10-13* configure.in (AC_SYS_LARGEFILE): keep results also in commandnobu
2007-10-13* lib/open-uri.rb (OpenURI.open_http): fix :ssl_ca_cert option.akr
2007-10-12* lib/rexml/document.rb (REXML::Document::write): leakymatz
2007-10-08* lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb: hostname shouldgotoyuzo
2007-10-07* lib/net/http.rb: remove enable_post_connection_check flag.gotoyuzo
2007-10-04* lib/ipaddr.rb (in_addr, in6_addr, addr_mask): Make some minorknu
2007-10-04* lib/ipaddr.rb (<=>): Implement IPAddr#<=> and make IPAddrknu
2007-10-04* lib/ipaddr.rb (coerce_other): Support type coercion and make &,knu
2007-10-02 r1368@bean: ser | 2007-10-01 21:24:36 -0400ser
2007-10-02 r1367@bean: ser | 2007-10-01 21:24:35 -0400ser
2007-10-02 r1366@bean: ser | 2007-10-01 21:24:33 -0400ser
2007-10-02 r1365@bean: ser | 2007-10-01 21:24:32 -0400ser
2007-10-02 r1364@bean: ser | 2007-10-01 21:24:31 -0400ser
2007-10-02 r1361@bean: ser | 2007-10-01 21:24:28 -0400ser
2007-09-24* lib/weakref.rb (WeakRef): remove debug print. [ruby-dev:31799]matz
2007-09-24 lib/net/http.rb: fix typo.shyouhei
2007-09-23* lib/net/http.rb: an SSL verification (the server hostname shouldgotoyuzo
2007-09-22 * lib/rdoc/options.rb (Options::check_diagram): dot -V outputshyouhei
2007-09-21* lib/optparse.rb (OptionParser::List::summarize): use each_line ifnobu