| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/open-uri.rb (OpenURI::Meta#content_type_parse): strip quotes. | akr | 2009-09-13 | 1 | -1/+3 |
* | * lib/prime.rb (EratosthenesGenerator#initialize): call super. | nobu | 2009-09-13 | 1 | -2/+5 |
* | * lib/open-uri.rb (URI::FTP#buffer_open): fix the %2F handling. | akr | 2009-09-12 | 1 | -2/+3 |
* | * lib/open-uri.rb (URI::FTP#buffer_open): use the port specified in | akr | 2009-09-12 | 1 | -1/+2 |
* | * lib/tmpdir.rb (Dir::Tmpname): for internal use. | nobu | 2009-09-11 | 1 | -1/+1 |
* | Merge branch 'trunk' of git://github.com/swdyh/ruby into trunk | shyouhei | 2009-09-11 | 1 | -1/+1 |
* | * lib/net/http.rb (fetch): rdoc fix, patch by Arthur Schreiber, [ruby-core:18... | marcandre | 2009-09-10 | 1 | -2/+3 |
* | * lib/mkmf.rb (create_makefile): fix for parallel execution. | nobu | 2009-09-10 | 1 | -4/+5 |
* | * lib/fileutils.rb (FileUtils::Entry_#copy_file): open the source | nobu | 2009-09-09 | 1 | -2/+4 |
* | * lib/tempfile.rb, lib/tmpdir.rb (Tmpname): extracted new module. | nobu | 2009-09-08 | 2 | -92/+79 |
* | * lib/irb/inspector.rb (IRB::INSPECTORS.def_inspector): support | matz | 2009-09-07 | 1 | -1/+7 |
* | * lib/uri/common.rb (URI.escape): obsoleted. | naruse | 2009-09-06 | 1 | -0/+2 |
* | * lib/webrick/httpservlet/abstract.rb (do_OPTIONS): method names | nobu | 2009-09-03 | 1 | -2/+1 |
* | * lib/tmpdir.rb (Dir.mktmpdir): rolled back r24699. [ruby-dev:39193] | nobu | 2009-08-29 | 1 | -2/+1 |
* | * lib/tmpdir.rb (Dir.mktmpdir): removed thread race condition. | nobu | 2009-08-28 | 1 | -1/+2 |
* | * lib/tempfile.rb (Tempfile#make_tmpname): removed thread race | nobu | 2009-08-28 | 1 | -7/+4 |
* | * lib/tempfile.rb (Tempfile#callback): Debug information should be | knu | 2009-08-28 | 1 | -2/+2 |
* | * lib/tempfile.rb: fixed typos. | nobu | 2009-08-26 | 1 | -7/+7 |
* | * lib/tempfile.rb: add documents from Hongli Lai's fork. | naruse | 2009-08-26 | 1 | -26/+175 |
* | * lib/tempfile.rb (Tempfile#close!): should not undefine finalizer | nobu | 2009-08-26 | 1 | -1/+1 |
* | * lib/tempfile.rb (Tempfile#close!, Tempfile#path): added side | nobu | 2009-08-26 | 1 | -7/+12 |
* | * lib/tempfile.rb (Tempfile#unlink): reverted r23494, since the | nobu | 2009-08-26 | 1 | -1/+0 |
* | * lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: fix a bug | kou | 2009-08-24 | 1 | -1/+1 |
* | * ext/syck/rubyext.c (id_hash_new): new function to create a hash | akr | 2009-08-22 | 1 | -4/+0 |
* | * lib/mkmf.rb (rm_f, rm_rf): pass the last hash through if exists. | nobu | 2009-08-21 | 1 | -2/+4 |
* | * lib/rdoc/ri/gemdirs.rb: split from lib/rdoc/ri/paths.rb to get | nobu | 2009-08-20 | 2 | -27/+29 |
* | * lib/rdoc/ri/paths.rb (RDoc::RI::Paths): Gem::Enable has been obsolete. | nobu | 2009-08-20 | 1 | -2/+1 |
* | rdoc update. | akr | 2009-08-19 | 1 | -0/+1 |
* | * lib/date/delta.rb: removed require 'date'. added to_c. | tadf | 2009-08-17 | 1 | -1/+1 |
* | * lib/date/delta.rb: merged from date4. [experimental] | tadf | 2009-08-16 | 4 | -1/+802 |
* | * lib/date/format.rb (strptime): removed \v; since \s includes \v. | tadf | 2009-08-16 | 1 | -3/+3 |
* | use num#i. | tadf | 2009-08-16 | 1 | -4/+4 |
* | warn only when $VERBOSE. | tadf | 2009-08-16 | 2 | -2/+2 |
* | * lib/complex.rb, lib/rational.rb: added warning messages. | tadf | 2009-08-16 | 3 | -3/+7 |
* | * lib/date/format.rb: reverted. | tadf | 2009-08-16 | 1 | -7/+7 |
* | * lib/date/format.rb: suppressed a warning. | naruse | 2009-08-16 | 2 | -9/+9 |
* | * lib/csv.rb: Change magic comment to US-ASCII in order to | naruse | 2009-08-16 | 1 | -1/+1 |
* | * lib/delegate.rb (Delegator#method_missing): __FILE__ may contain | matz | 2009-08-13 | 1 | -1/+1 |
* | * lib/date.rb (complete_frags): Monday must be suitable for %W's | tadf | 2009-08-11 | 1 | -2/+2 |
* | * lib/mkmf.rb (check_sizeof): added optional compiler option | nobu | 2009-08-06 | 1 | -7/+9 |
* | * lib/test/unit/testcase.rb (Test::Unit): removes silly TestCase | nobu | 2009-08-06 | 1 | -0/+3 |
* | * lib/ipaddr.rb (IPAddr#hash): Take account of netmask; submitted | knu | 2009-08-05 | 1 | -5/+7 |
* | * lib/test/unit.rb (Test::Unit.setup_argv): expands paths before | nobu | 2009-08-04 | 1 | -3/+3 |
* | * lib/pp.rb (guard_inspect_key): untrust internal hash to prevent | mame | 2009-08-04 | 1 | -3/+3 |
* | * lib/rdoc/parser/c.rb: fixed a small error in the documentation. | nobu | 2009-08-04 | 1 | -1/+1 |
* | * lib/ipaddr.rb (IPAddr#{eql?,hash}): Add IPAddr#{eql?,hash} so | knu | 2009-08-04 | 1 | -0/+35 |
* | * lib/README: updated. a patch from Daniel Bovensiepen. | matz | 2009-08-03 | 1 | -4/+17 |
* | * lib/securerandom.rb (SecureRandom.random_bytes): return string should | usa | 2009-07-31 | 1 | -1/+1 |
* | * lib/cgi/util.rb (CGI::unescape): support encoding option. | xibbar | 2009-07-30 | 2 | -7/+7 |
* | * lib/rdoc/parser.rb (RDoc::Parser.binary?): fix for empty files. | nobu | 2009-07-27 | 1 | -2/+2 |