summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2005-11-25* lib/rss/rss.rb: improved type conversion.kou
2005-11-25* lib/rss/image.rb: added Image prefix.kou
2005-11-25* test/rss/test_2.0.rb: added RSS 2.0 tests.kou
2005-11-23* lib/rss/parser.rb: added entity handling type predicate.kou
2005-11-23* lib/rss/: use #__send__ instead of #send.kou
2005-11-23* lib/rss/taxonomy.rb: changed class or module prefix tokou
2005-11-23* lib/rss/maker/taxonomy.rb: implemented taxonomy module for RSSkou
2005-11-23* lib/rss/rss.rb: fixed a indentation bug.kou
2005-11-22* lib/optparse.rb: match incomplete (in current enconding) multibytenobu
2005-11-21Updated rdoc to fix timeout.rb and include rinda directory. By Eric Hodelryan
2005-11-19* lib/fileutils.rb (FileUtils::ln): ln documentation fix.matz
2005-11-17* lib/rss/1.0.rb: added convenience method 'resources'.kou
2005-11-17* lib/rss/taxonomy.rb: implemented taxonomy module.kou
2005-11-17* lib/rss/1.0.rb: added rdf:Bag.kou
2005-11-17* lib/rss/rss.rb : removed needless argument 'prefix'.kou
2005-11-15* lib/rss/trackback.rb: added TrackBack prefix.kou
2005-11-15* lib/rss/rss.rb (RSS::VERSION): 0.1.5 -> 0.1.6.kou
2005-11-15* file.c (file_load_ok): use eaccess() instead of actually openingmatz
2005-11-13* lib/uri/common.rb (escape): regard second argument as a character set. [rub...aamine
2005-11-10* lib/shellwords.rb: fix for blank but not empty string.nobu
2005-11-08* lib/shellwords.rb: refactored. [ruby-core:06581]nobu
2005-11-08* lib/drb/ssl.rb (DRb::SSLConfig#accept): fixed typo.ocean
2005-11-06* lib/yaml.rb: removed :nodoc: to generate Kernel doc. [ruby-core:6324]ocean
2005-11-02* lib/open-uri.rb (open_loop): find_proxy should return nil when proxy does n...aamine
2005-11-01* eval.c (rb_call_super): should call method_missing if super ismatz
2005-10-30* lib/webrick/httpservlet/cgihandler.rbgotoyuzo
2005-10-29synchronized with date2 3.7tadf
2005-10-27* string.c (scan_once): wrong condition to use mbclen2().matz
2005-10-24* lib/rdoc/markup/simple_markup.rb (SM::SimpleMarkup::LABEL_LIST_RE):nobu
2005-10-24RDoc documentation from Eric Hodel <drbrain@segment7.net> added.seki
2005-10-22* ext/extmk.rb, lib/mkmf.rb (with_config): support --with-extensionnobu
2005-10-22* ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,nobu
2005-10-21* bin/erb (ERB::Main::run): typo fixed. [ruby-core:06337]matz
2005-10-20* lib/mkmf.rb (create_makefile): Borland make seems not to allowocean
2005-10-19* lib/mkmf.rb (create_makefile): get rid of a restrictionnobu
2005-10-19* lib/mkmf.rb (create_makefile): do not create unnecessary emptynobu
2005-10-16check remote hash tupleseki
2005-10-15* lib/net/ftp.rb: (getbinaryfile): allow nil for localfile, andshugo
2005-10-14* lib/webrick/config.rb (Config::FileHandler): :UserDir should be nil.gotoyuzo
2005-10-08* lib/scanf.rb (Scanf::FormatSpecifier#letter, #width): use matchednobu
2005-10-05* range.c (rb_range_beg_len): should return Qfalse for non-rangematz
2005-10-04* lib/xmlrpc/server.rb (XMLRPC::Server#initialize): should mount thegotoyuzo
2005-10-04* lib/xmlrpc/server.rb (XMLRPC::Server#serve): delete wrong callgotoyuzo
2005-09-30* lib/open-uri.rb (OpenURI.open_loop): prohibit multiple proxyakr
2005-09-29* lib/open-uri.rb (:proxy_http_basic_authentication): new option.akr
2005-09-28* lib/webrick/cgi.rb (WEBrick::CGI#start): req.query_string shouldgotoyuzo
2005-09-27* lib/yaml/basenode.rb (YAML::BaseNode::match_segment): fix typo.nobu
2005-09-26*** empty log message ***nobu
2005-09-25* lib/optparse.rb (RequiredArgument#parse): not consume unmatchednobu
2005-09-25(Rinda::TemplateEntry::initialize): pull up method. Tabs converted to spaces.seki