| Age | Commit message (Expand) | Author |
| 2009-10-24 | * lib/matrix (transpose): bug fix for Matrix.empty(0,42).t | marcandre |
| 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 always | nobu |
| 2009-10-22 | * lib/fileutils.rb (FileUtils#fu_get_uid, fu_get_gid): Do not | knu |
| 2009-10-20 | * lib/matrix.rb (transpose, inspect): Bug fix | marcandre |
| 2009-10-20 | * lib/matrix.rb (empty): Improved rdoc | marcandre |
| 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.rb | yugui |
| 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 when | matz |
| 2009-10-16 | * lib/delegate: rdoc typo | marcandre |
| 2009-10-16 | * lib/delegate.rb (Delegator#method_missing): remove backtrace | matz |
| 2009-10-16 | * lib/delegate.rb (Delegator#freeze): #freeze should freeze self | matz |
| 2009-10-16 | * lib/delegate.rb (Delegator#respond_to_missing): warn if optional | matz |
| 2009-10-16 | * lib/csv.rb (CSV#raw_encoding): returns ASCII-8BIT when the io | naruse |
| 2009-10-15 | * lib/csv.rb (CSV#read_to_char): set encoding and verify data | naruse |
| 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 duplicated | nobu |
| 2009-10-09 | * lib/resolv.rb (Resolv::DNS::Requester::ConnectedUDP): disable | akr |
| 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 of | matz |
| 2009-10-04 | * lib/cgi/cookie.rb: add default value to @@accept_charset | xibbar |
| 2009-10-04 | * lib/rubygems.rb (Gem::binary_mode): binary mode uses binary | nobu |
| 2009-10-03 | * lib/cgi/core.rb: fix command-line option of | xibbar |
| 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 nsec | akr |
| 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 inspect | akr |
| 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-24 | Fixed 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 by | nobu |
| 2009-09-18 | * lib/rdoc/rdoc.rb (RDoc::RDoc#parse_files): emacs local variables | nobu |
| 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 rdoc | nobu |
| 2009-09-16 | * lib/matrix.rb (Matrix#rank): Two bug fixes. One made Matrix[[0,0],[0,0],[1,... | marcandre |