summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-10-11* lib/irb/context.rb (IRB::Context#irb_name): removed duplicatednobu
2009-10-09* lib/resolv.rb (Resolv::DNS::Requester::ConnectedUDP): disableakr
2009-10-09* lib/irb/context.rb (IRB::Context#initialize):naruse
2009-10-08* lib/net/telnet.rb (cmd): Pass FailEOF options: patch by Brian Candler [ruby...marcandre
2009-10-06* lib/resolv.rb (Resolv::DNS.bind_random_port): bind to "::" for IPv6.akr
2009-10-06* lib/delegate.rb (Delegator::public_api): take snapshot ofmatz
2009-10-04* lib/cgi/cookie.rb: add default value to @@accept_charsetxibbar
2009-10-04* lib/rubygems.rb (Gem::binary_mode): binary mode uses binarynobu
2009-10-03* lib/cgi/core.rb: fix command-line option ofxibbar
2009-10-03* lib/rake/contrib: added. [ruby-core:25918]nobu
2009-10-02* lib/rake: updated to rake code to rake-0.8.7 source code base.nobu
2009-09-29* lib/test/unit/assertions.rb (assert_equal): use Time#subsec if nsecakr
2009-09-29* lib/pp.rb (Kernel#pp): returns its arguments, like Kernel#p.mame
2009-09-28* lib/gauntlet_rubygems.rb: out of place.nobu
2009-09-27* lib/pp.rb (PP:ObjectMixin#pretty_print): delegates has no inspectakr
2009-09-26* lib/net/http.rb (transport_request): Handle timeout error by closing socket...marcandre
2009-09-25* lib: updated keywords.nobu
2009-09-24Fixed heredoc to play with emacs better. Added :startdoc: to fix broken rdoc ...ryan
2009-09-24* lib/mathn.rb (Bignum#**): Fixed bignum**fixnum that was broken when requiri...marcandre
2009-09-23* lib/thread.rb (ConditionVariable#wait): add timeout argument.akr
2009-09-20* lib/cgi/cookie.rb: fixed indent.nobu
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