summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2005-09-23* lib/fileutils.rb (cd): no longer accept :noop option, related code is usele...aamine
2005-09-23* lib/pathname.rb (Pathname#sub): new method.akr
2005-09-23* lib/fileutils.rb: fix visibility of FileUtils::NoWrite, Verbose, DryRun. [r...aamine
2005-09-22* lib/mkmf.rb (find_executable0): default path if environment is notnobu
2005-09-21* lib/mkmf.rb (configuration): generalized nmake dependent code.nobu
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