summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-11-07* lib/pp.rb (PP::ObjectMixin#pretty_print): use to_s regardless ofakr
2009-11-06* lib/mkmf.rb (create_header): split the line by tabs.nobu
2009-11-05fix a typo.akr
2009-10-31 * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi
2009-10-30 * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi
2009-10-28* lib/net/ftp.rb (Net::FTP#initialize): sets @binary to true.shugo
2009-10-27* lib/net/ftp.rb (Net::FTP#initialize): @sock = nil.naruse
2009-10-27* lib/net/ftp.rb (getbinaryfile, list): call to_s to convertshugo
2009-10-24* lib/matrix.rb (**): Optimization (up to 45% faster)marcandre
2009-10-24* object.c (rb_obj_cmp): defines Object#<=>. [ruby-core:24063]matz
2009-10-24* lib/matrix (transpose): bug fix for Matrix.empty(0,42).tmarcandre
2009-10-24* lib/matrix (column): handle negative arguments. cf [ruby-core:23598]marcandre
2009-10-24* lib/matrix (minor): Also handle negative arguments like Array#[]marcandre
2009-10-23* lib/pathname.rb (Pathname::SAME_PATHS): FNM_SYSCASE is alwaysnobu
2009-10-22* lib/fileutils.rb (FileUtils#fu_get_uid, fu_get_gid): Do notknu
2009-10-20* lib/matrix.rb (transpose, inspect): Bug fixmarcandre
2009-10-20* lib/matrix.rb (empty): Improved rdocmarcandre
2009-10-20 * lib/webrick/httpauth/digestauth.rb: typo in exception message fixed.nahi
2009-10-20 * lib/logger.rb: imported upstream version (logger/1.2.7) see #2238.nahi
2009-10-20 * lib/matrix.rb: Bug fix. See detail [ruby-core:23598].keiju
2009-10-18* lib/rexml/element.rb (text=): false should be converted to string.marcandre
2009-10-18 * lib/date.rb: do not require lib/delta.rb.tadf
2009-10-18* test/test_prime.rbyugui
2009-10-17* vm_method.c (basic_obj_respond_to): call #respond_to_missing?matz
2009-10-17* lib/delegate.rb (Delegator#respond_to_missing): warn only whenmatz
2009-10-16* lib/delegate: rdoc typomarcandre
2009-10-16* lib/delegate.rb (Delegator#method_missing): remove backtracematz
2009-10-16* lib/delegate.rb (Delegator#freeze): #freeze should freeze selfmatz
2009-10-16* lib/delegate.rb (Delegator#respond_to_missing): warn if optionalmatz
2009-10-16* lib/csv.rb (CSV#raw_encoding): returns ASCII-8BIT when the ionaruse
2009-10-15* lib/csv.rb (CSV#read_to_char): set encoding and verify datanaruse
2009-10-12* lib/net/ftp.rb (login): use "anonymous@" as a default password.shugo
2009-10-12* lib/net/ftp.rb (retrlines): added a new block parameter.shugo
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