aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/optparse.rb (CompletingHash#match): fix for 1.9.nobu2005-12-271-1/+1
* * lib/tmpdir.rb: merged RDoc patch from Eric Hodel <drbrain atmatz2005-12-152-0/+4
* * lib/rdoc/parsers/parse_c.rb (find_class_comment): fix for classnobu2005-12-141-1/+1
* * lib/matrix.rb: add Matrix#determinant_e, Matrix#rank_e.keiju2005-12-091-12/+138
* * lib/rexml/encoding.rb (encoding=): give priority to particularnobu2005-12-094-33/+57
* * eval.c (call_trace_func): klass parameter should be amatz2005-12-071-1/+1
* * sprintf.c (rb_f_sprintf): [ruby-dev:27967]matz2005-12-071-0/+4
* A trick for negative address removed.akr2005-11-301-1/+0
* * misc/ruby-mode.el (ruby-expr-beg): support $! at the end ofmatz2005-11-303-9/+4
* ChangeLog lib/pp.rbakr2005-11-301-1/+9
* follow change of observer.rb. fixed [ruby-core:6796]seki2005-11-291-10/+11
* * lib/pp.rb (PP::PPMethods#object_address_group): adjust address format.akr2005-11-281-1/+8
* * lib/mkmf.rb (create_makefile): should not change sodir withocean2005-11-281-1/+1
* * lib/pathname.rb: use File.basename to decompose pathnames.akr2005-11-261-527/+235
* * lib/wsdl/xmlSchema/complexContent.rb: missingnahi2005-11-261-0/+4
* * lib/rss/rss.rb: added backward compatibility codes.kou2005-11-252-2/+22
* * lib/rss/rss.rb: improved type conversion.kou2005-11-256-114/+185
* * lib/rss/image.rb: added Image prefix.kou2005-11-252-4/+16
* * test/rss/test_2.0.rb: added RSS 2.0 tests.kou2005-11-251-0/+19
* * lib/rss/parser.rb: added entity handling type predicate.kou2005-11-234-19/+56
* * lib/rss/: use #__send__ instead of #send.kou2005-11-239-29/+29
* * lib/rss/taxonomy.rb: changed class or module prefix tokou2005-11-232-34/+34
* * lib/rss/maker/taxonomy.rb: implemented taxonomy module for RSSkou2005-11-236-9/+213
* * lib/rss/rss.rb: fixed a indentation bug.kou2005-11-232-3/+8
* * lib/optparse.rb: match incomplete (in current enconding) multibytenobu2005-11-221-4/+4
* Updated rdoc to fix timeout.rb and include rinda directory. By Eric Hodelryan2005-11-213-16/+37
* * 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