aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/fileutils.rb (FileUtils::ln): ln documentation fix.matz2005-11-192-1/+2
* * lib/rss/1.0.rb: added convenience method 'resources'.kou2005-11-172-3/+20
* * lib/rss/taxonomy.rb: implemented taxonomy module.kou2005-11-171-15/+181
* * lib/rss/1.0.rb: added rdf:Bag.kou2005-11-171-28/+73
* * lib/rss/rss.rb : removed needless argument 'prefix'.kou2005-11-172-4/+2
* * lib/rss/trackback.rb: added TrackBack prefix.kou2005-11-152-13/+31
* * lib/rss/rss.rb (RSS::VERSION): 0.1.5 -> 0.1.6.kou2005-11-151-1/+1
* * file.c (file_load_ok): use eaccess() instead of actually openingmatz2005-11-151-0/+9
* * lib/uri/common.rb (escape): regard second argument as a character set. [rub...aamine2005-11-131-1/+5
* * lib/shellwords.rb: fix for blank but not empty string.nobu2005-11-101-9/+5
* * lib/shellwords.rb: refactored. [ruby-core:06581]nobu2005-11-081-22/+11
* * lib/drb/ssl.rb (DRb::SSLConfig#accept): fixed typo.ocean2005-11-081-1/+1
* * lib/yaml.rb: removed :nodoc: to generate Kernel doc. [ruby-core:6324]ocean2005-11-061-1/+1
* * 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