summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/test/unit/assertions.rb (assert_equal): use Time#subsec if nsecakr2009-09-291-2/+10
* * lib/pp.rb (Kernel#pp): returns its arguments, like Kernel#p.mame2009-09-291-2/+2
* * lib/gauntlet_rubygems.rb: out of place.nobu2009-09-281-50/+0
* * lib/pp.rb (PP:ObjectMixin#pretty_print): delegates has no inspectakr2009-09-271-2/+16
* * lib/net/http.rb (transport_request): Handle timeout error by closing socket...marcandre2009-09-261-0/+4
* * lib: updated keywords.nobu2009-09-252-3/+3
* Fixed heredoc to play with emacs better. Added :startdoc: to fix broken rdoc ...ryan2009-09-241-2/+3
* * lib/mathn.rb (Bignum#**): Fixed bignum**fixnum that was broken when requiri...marcandre2009-09-242-4/+4
* * lib/thread.rb (ConditionVariable#wait): add timeout argument.akr2009-09-231-2/+5
* * lib/cgi/cookie.rb: fixed indent.nobu2009-09-201-33/+33
* * lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): don't branch bynobu2009-09-181-5/+2
* * lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): emacs local variablesnobu2009-09-181-2/+2
* * lib/mkmf.rb (rm_f, rm_rf): FileUtils.rm can take an array.nobu2009-09-171-4/+4
* * lib/mkmf.rb (create_header): open in binmode.nobu2009-09-171-1/+1
* * lib/rdoc/parser/ruby.rb (RDoc::Parser::Ruby): parse also rdocnobu2009-09-171-1/+1
* * lib/matrix.rb (Matrix#rank): Two bug fixes. One made Matrix[[0,0],[0,0],[1,...marcandre2009-09-161-2/+2
* * lib/matrix.rb: Optimizationsmarcandre2009-09-161-46/+25
* * lib/matrix.rb (Matrix#/): Fix obvious bugmarcandre2009-09-161-1/+1
* * lib/matrix.rb: fix previous optimizationmarcandre2009-09-161-3/+3
* * lib/matrix.rb (determinant): Bug fix where determinant failed on some matri...marcandre2009-09-161-1/+1
* * lib/matrix.rb: Fix typos in doc and indentmarcandre2009-09-161-10/+8
* * lib/matrix.rb: trivial optimizationsmarcandre2009-09-161-77/+51
* * lib/net/http.rb (each_*): return enumerator if no block present. Patch by A...marcandre2009-09-131-1/+6
* * lib/cgi/cookie.rb (value): Keep CGI::Cookie#value in sync with the cookie i...marcandre2009-09-131-6/+13
* * lib/net/http.rb (fetch): Handle properly default values; a patch by Arthur ...marcandre2009-09-131-1/+1
* * lib/set.rb (==): Optimization; patch by Arthur Schreiber [ruby-core:17203]marcandre2009-09-131-7/+10
* * 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