summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2005-12-09 * lib/matrix.rb: add Matrix#determinant_e, Matrix#rank_e.keiju
2005-12-09* lib/rexml/encoding.rb (encoding=): give priority to particularnobu
2005-12-07* eval.c (call_trace_func): klass parameter should be amatz
2005-12-07* sprintf.c (rb_f_sprintf): [ruby-dev:27967]matz
2005-11-30A trick for negative address removed.akr
2005-11-30* misc/ruby-mode.el (ruby-expr-beg): support $! at the end ofmatz
2005-11-30ChangeLog lib/pp.rbakr
2005-11-29follow change of observer.rb. fixed [ruby-core:6796]seki
2005-11-28* lib/pp.rb (PP::PPMethods#object_address_group): adjust address format.akr
2005-11-28* lib/mkmf.rb (create_makefile): should not change sodir withocean
2005-11-26* lib/pathname.rb: use File.basename to decompose pathnames.akr
2005-11-26 * lib/wsdl/xmlSchema/complexContent.rb: missingnahi
2005-11-25* lib/rss/rss.rb: added backward compatibility codes.kou
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