aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/open-uri.rb (OpenURI::Meta#content_type_parse): strip quotes.akr2009-09-131-1/+3
* * lib/prime.rb (EratosthenesGenerator#initialize): call super.nobu2009-09-131-2/+5
* * lib/open-uri.rb (URI::FTP#buffer_open): fix the %2F handling.akr2009-09-121-2/+3
* * lib/open-uri.rb (URI::FTP#buffer_open): use the port specified inakr2009-09-121-1/+2
* * lib/tmpdir.rb (Dir::Tmpname): for internal use.nobu2009-09-111-1/+1
* Merge branch 'trunk' of git://github.com/swdyh/ruby into trunkshyouhei2009-09-111-1/+1
* * lib/net/http.rb (fetch): rdoc fix, patch by Arthur Schreiber, [ruby-core:18...marcandre2009-09-101-2/+3
* * lib/mkmf.rb (create_makefile): fix for parallel execution.nobu2009-09-101-4/+5
* * lib/fileutils.rb (FileUtils::Entry_#copy_file): open the sourcenobu2009-09-091-2/+4
* * lib/tempfile.rb, lib/tmpdir.rb (Tmpname): extracted new module.nobu2009-09-082-92/+79
* * lib/irb/inspector.rb (IRB::INSPECTORS.def_inspector): supportmatz2009-09-071-1/+7
* * lib/uri/common.rb (URI.escape): obsoleted.naruse2009-09-061-0/+2
* * lib/webrick/httpservlet/abstract.rb (do_OPTIONS): method namesnobu2009-09-031-2/+1
* * lib/tmpdir.rb (Dir.mktmpdir): rolled back r24699. [ruby-dev:39193]nobu2009-08-291-2/+1
* * lib/tmpdir.rb (Dir.mktmpdir): removed thread race condition.nobu2009-08-281-1/+2
* * lib/tempfile.rb (Tempfile#make_tmpname): removed thread racenobu2009-08-281-7/+4
* * lib/tempfile.rb (Tempfile#callback): Debug information should beknu2009-08-281-2/+2
* * lib/tempfile.rb: fixed typos.nobu2009-08-261-7/+7
* * lib/tempfile.rb: add documents from Hongli Lai's fork.naruse2009-08-261-26/+175
* * lib/tempfile.rb (Tempfile#close!): should not undefine finalizernobu2009-08-261-1/+1
* * lib/tempfile.rb (Tempfile#close!, Tempfile#path): added sidenobu2009-08-261-7/+12
* * lib/tempfile.rb (Tempfile#unlink): reverted r23494, since thenobu2009-08-261-1/+0
* * lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: fix a bugkou2009-08-241-1/+1
* * ext/syck/rubyext.c (id_hash_new): new function to create a hashakr2009-08-221-4/+0
* * lib/mkmf.rb (rm_f, rm_rf): pass the last hash through if exists.nobu2009-08-211-2/+4
* * lib/rdoc/ri/gemdirs.rb: split from lib/rdoc/ri/paths.rb to getnobu2009-08-202-27/+29
* * lib/rdoc/ri/paths.rb (RDoc::RI::Paths): Gem::Enable has been obsolete.nobu2009-08-201-2/+1
* rdoc update.akr2009-08-191-0/+1
* * lib/date/delta.rb: removed require 'date'. added to_c.tadf2009-08-171-1/+1
* * lib/date/delta.rb: merged from date4. [experimental]tadf2009-08-164-1/+802
* * lib/date/format.rb (strptime): removed \v; since \s includes \v.tadf2009-08-161-3/+3
* use num#i.tadf2009-08-161-4/+4
* warn only when $VERBOSE.tadf2009-08-162-2/+2
* * lib/complex.rb, lib/rational.rb: added warning messages.tadf2009-08-163-3/+7
* * lib/date/format.rb: reverted.tadf2009-08-161-7/+7
* * lib/date/format.rb: suppressed a warning.naruse2009-08-162-9/+9
* * lib/csv.rb: Change magic comment to US-ASCII in order tonaruse2009-08-161-1/+1
* * lib/delegate.rb (Delegator#method_missing): __FILE__ may containmatz2009-08-131-1/+1
* * lib/date.rb (complete_frags): Monday must be suitable for %W'stadf2009-08-111-2/+2
* * lib/mkmf.rb (check_sizeof): added optional compiler optionnobu2009-08-061-7/+9
* * lib/test/unit/testcase.rb (Test::Unit): removes silly TestCasenobu2009-08-061-0/+3
* * lib/ipaddr.rb (IPAddr#hash): Take account of netmask; submittedknu2009-08-051-5/+7
* * lib/test/unit.rb (Test::Unit.setup_argv): expands paths beforenobu2009-08-041-3/+3
* * lib/pp.rb (guard_inspect_key): untrust internal hash to preventmame2009-08-041-3/+3
* * lib/rdoc/parser/c.rb: fixed a small error in the documentation.nobu2009-08-041-1/+1
* * lib/ipaddr.rb (IPAddr#{eql?,hash}): Add IPAddr#{eql?,hash} soknu2009-08-041-0/+35
* * lib/README: updated. a patch from Daniel Bovensiepen.matz2009-08-031-4/+17
* * lib/securerandom.rb (SecureRandom.random_bytes): return string shouldusa2009-07-311-1/+1
* * lib/cgi/util.rb (CGI::unescape): support encoding option.xibbar2009-07-302-7/+7
* * lib/rdoc/parser.rb (RDoc::Parser.binary?): fix for empty files.nobu2009-07-271-2/+2