summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-09-18* lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): don't branch bynobu
2009-09-18* lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): emacs local variablesnobu
2009-09-17* lib/mkmf.rb (rm_f, rm_rf): FileUtils.rm can take an array.nobu
2009-09-17* lib/mkmf.rb (create_header): open in binmode.nobu
2009-09-17* lib/rdoc/parser/ruby.rb (RDoc::Parser::Ruby): parse also rdocnobu
2009-09-16* lib/matrix.rb (Matrix#rank): Two bug fixes. One made Matrix[[0,0],[0,0],[1,...marcandre
2009-09-16* lib/matrix.rb: Optimizationsmarcandre
2009-09-16* lib/matrix.rb (Matrix#/): Fix obvious bugmarcandre
2009-09-16* lib/matrix.rb: fix previous optimizationmarcandre
2009-09-16* lib/matrix.rb (determinant): Bug fix where determinant failed on some matri...marcandre
2009-09-16* lib/matrix.rb: Fix typos in doc and indentmarcandre
2009-09-16* lib/matrix.rb: trivial optimizationsmarcandre
2009-09-13* lib/net/http.rb (each_*): return enumerator if no block present. Patch by A...marcandre
2009-09-13* lib/cgi/cookie.rb (value): Keep CGI::Cookie#value in sync with the cookie i...marcandre
2009-09-13* lib/net/http.rb (fetch): Handle properly default values; a patch by Arthur ...marcandre
2009-09-13* lib/set.rb (==): Optimization; patch by Arthur Schreiber [ruby-core:17203]marcandre
2009-09-13* lib/open-uri.rb (OpenURI::Meta#content_type_parse): strip quotes.akr
2009-09-13* lib/prime.rb (EratosthenesGenerator#initialize): call super.nobu
2009-09-12* lib/open-uri.rb (URI::FTP#buffer_open): fix the %2F handling.akr
2009-09-12* lib/open-uri.rb (URI::FTP#buffer_open): use the port specified inakr
2009-09-11* lib/tmpdir.rb (Dir::Tmpname): for internal use.nobu
2009-09-11Merge branch 'trunk' of git://github.com/swdyh/ruby into trunkshyouhei
2009-09-10* lib/net/http.rb (fetch): rdoc fix, patch by Arthur Schreiber, [ruby-core:18...marcandre
2009-09-10* lib/mkmf.rb (create_makefile): fix for parallel execution.nobu
2009-09-09* lib/fileutils.rb (FileUtils::Entry_#copy_file): open the sourcenobu
2009-09-08* lib/tempfile.rb, lib/tmpdir.rb (Tmpname): extracted new module.nobu
2009-09-07* lib/irb/inspector.rb (IRB::INSPECTORS.def_inspector): supportmatz
2009-09-06* lib/uri/common.rb (URI.escape): obsoleted.naruse
2009-09-03* lib/webrick/httpservlet/abstract.rb (do_OPTIONS): method namesnobu
2009-08-29* lib/tmpdir.rb (Dir.mktmpdir): rolled back r24699. [ruby-dev:39193]nobu
2009-08-28* lib/tmpdir.rb (Dir.mktmpdir): removed thread race condition.nobu
2009-08-28* lib/tempfile.rb (Tempfile#make_tmpname): removed thread racenobu
2009-08-28* lib/tempfile.rb (Tempfile#callback): Debug information should beknu
2009-08-26* lib/tempfile.rb: fixed typos.nobu
2009-08-26* lib/tempfile.rb: add documents from Hongli Lai's fork.naruse
2009-08-26* lib/tempfile.rb (Tempfile#close!): should not undefine finalizernobu
2009-08-26* lib/tempfile.rb (Tempfile#close!, Tempfile#path): added sidenobu
2009-08-26* lib/tempfile.rb (Tempfile#unlink): reverted r23494, since thenobu
2009-08-24* lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: fix a bugkou
2009-08-22* ext/syck/rubyext.c (id_hash_new): new function to create a hashakr
2009-08-21* lib/mkmf.rb (rm_f, rm_rf): pass the last hash through if exists.nobu
2009-08-20* lib/rdoc/ri/gemdirs.rb: split from lib/rdoc/ri/paths.rb to getnobu
2009-08-20* lib/rdoc/ri/paths.rb (RDoc::RI::Paths): Gem::Enable has been obsolete.nobu
2009-08-19rdoc update.akr
2009-08-17 * lib/date/delta.rb: removed require 'date'. added to_c.tadf
2009-08-16 * lib/date/delta.rb: merged from date4. [experimental]tadf
2009-08-16 * lib/date/format.rb (strptime): removed \v; since \s includes \v.tadf
2009-08-16use num#i.tadf
2009-08-16warn only when $VERBOSE.tadf
2009-08-16 * lib/complex.rb, lib/rational.rb: added warning messages.tadf