summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/matrix (minor): Also handle negative arguments like Array#[]marcandre2009-10-241-5/+18
* * lib/pathname.rb (Pathname::SAME_PATHS): FNM_SYSCASE is alwaysnobu2009-10-231-1/+1
* * lib/fileutils.rb (FileUtils#fu_get_uid, fu_get_gid): Do notknu2009-10-221-8/+14
* * lib/matrix.rb (transpose, inspect): Bug fixmarcandre2009-10-201-2/+1
* * lib/matrix.rb (empty): Improved rdocmarcandre2009-10-201-2/+9
* * lib/webrick/httpauth/digestauth.rb: typo in exception message fixed.nahi2009-10-201-1/+1
* * lib/logger.rb: imported upstream version (logger/1.2.7) see #2238.nahi2009-10-201-42/+60
* * lib/matrix.rb: Bug fix. See detail [ruby-core:23598].keiju2009-10-201-96/+119
* * lib/rexml/element.rb (text=): false should be converted to string.marcandre2009-10-181-1/+1
* * lib/date.rb: do not require lib/delta.rb.tadf2009-10-182-8/+32
* * test/test_prime.rbyugui2009-10-181-19/+43
* * vm_method.c (basic_obj_respond_to): call #respond_to_missing?matz2009-10-171-1/+1
* * lib/delegate.rb (Delegator#respond_to_missing): warn only whenmatz2009-10-171-3/+5
* * lib/delegate: rdoc typomarcandre2009-10-161-1/+1
* * lib/delegate.rb (Delegator#method_missing): remove backtracematz2009-10-161-1/+3
* * lib/delegate.rb (Delegator#freeze): #freeze should freeze selfmatz2009-10-161-0/+6
* * lib/delegate.rb (Delegator#respond_to_missing): warn if optionalmatz2009-10-161-3/+5
* * lib/csv.rb (CSV#raw_encoding): returns ASCII-8BIT when the ionaruse2009-10-161-1/+3
* * lib/csv.rb (CSV#read_to_char): set encoding and verify datanaruse2009-10-151-9/+19
* * lib/net/ftp.rb (login): use "anonymous@" as a default password.shugo2009-10-121-17/+1
* * lib/net/ftp.rb (retrlines): added a new block parameter.shugo2009-10-121-10/+6
* * lib/irb/context.rb (IRB::Context#irb_name): removed duplicatednobu2009-10-112-3/+1
* * lib/resolv.rb (Resolv::DNS::Requester::ConnectedUDP): disableakr2009-10-091-1/+3
* * lib/irb/context.rb (IRB::Context#initialize):naruse2009-10-091-1/+2
* * lib/net/telnet.rb (cmd): Pass FailEOF options: patch by Brian Candler [ruby...marcandre2009-10-081-2/+4
* * lib/resolv.rb (Resolv::DNS.bind_random_port): bind to "::" for IPv6.akr2009-10-061-4/+5
* * lib/delegate.rb (Delegator::public_api): take snapshot ofmatz2009-10-061-1/+17
* * lib/cgi/cookie.rb: add default value to @@accept_charsetxibbar2009-10-042-0/+2
* * lib/rubygems.rb (Gem::binary_mode): binary mode uses binarynobu2009-10-041-1/+1
* * lib/cgi/core.rb: fix command-line option ofxibbar2009-10-031-3/+12
* * lib/rake/contrib: added. [ruby-core:25918]nobu2009-10-035-0/+305
* * lib/rake: updated to rake code to rake-0.8.7 source code base.nobu2009-10-025-72/+89
* * 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