summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2009-08-16 * lib/date/format.rb: reverted.tadf
2009-08-16* lib/date/format.rb: suppressed a warning.naruse
2009-08-16* lib/csv.rb: Change magic comment to US-ASCII in order tonaruse
2009-08-13* lib/delegate.rb (Delegator#method_missing): __FILE__ may containmatz
2009-08-11 * lib/date.rb (complete_frags): Monday must be suitable for %W'stadf
2009-08-06* lib/mkmf.rb (check_sizeof): added optional compiler optionnobu
2009-08-06* lib/test/unit/testcase.rb (Test::Unit): removes silly TestCasenobu
2009-08-05* lib/ipaddr.rb (IPAddr#hash): Take account of netmask; submittedknu
2009-08-04* lib/test/unit.rb (Test::Unit.setup_argv): expands paths beforenobu
2009-08-04* lib/pp.rb (guard_inspect_key): untrust internal hash to preventmame
2009-08-04* lib/rdoc/parser/c.rb: fixed a small error in the documentation.nobu
2009-08-04* lib/ipaddr.rb (IPAddr#{eql?,hash}): Add IPAddr#{eql?,hash} soknu