aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/rubygems/user_interaction.rb (Gem::StreamUI#ask_for_password):nobu2010-05-081-31/+3
* * ext/etc/etc.c (etc_systmpdir): moved from ext/tmpdir.nobu2010-05-082-12/+6
* * lib/tmpdir.rb: test RUBY_PLATFORM for loading tmpdir.so to avoidakr2010-05-061-2/+1
* * lib/net/http.rb (Net::HTTPResponse#read_chunked): ensure to skip themame2010-05-031-2/+6
* * lib/rdoc/task.rb (RDoc::Task): should not override newer code.nobu2010-05-022-228/+4
* * NEWS: List all changes to lib/matrixmarcandre2010-05-021-87/+90
* * lib/cgi.rb (CGI::NEEDS_BINMODE): check if O_BINARY value insteadnobu2010-05-011-1/+1
* * lib/mkmf.rb (dir_config): should not modify argument arraysnobu2010-05-011-2/+2
* * lib/tempfile.rb (Tempfile#size): stat by path name when it isnobu2010-05-011-0/+2
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu2010-05-011-1/+1
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu2010-05-011-1/+1
* Merge fix for gem server, bump RubyGems version to 1.3.7drbrain2010-05-012-2/+2
* Upgrade to RDoc 2.5.8drbrain2010-05-012-2/+6
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu2010-05-011-1/+1
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu2010-04-301-0/+9
* * lib/matrix.rb: Improve algorithm for Matrix#determinant and Matrix#rankmarcandre2010-04-291-128/+104
* * lib/matrix.rb (Matrix#singular?, Matrix#regular?): raise on rectangularmarcandre2010-04-291-4/+4
* * lib/thwait.rb (ThreadsWait#join): refined rdoc again.nobu2010-04-291-2/+2
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu2010-04-291-10/+0
* * lib/thwait.rb (ThreadsWait#join): refined rdoc. [ruby-core:29863]nobu2010-04-291-1/+2
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert): rejectnobu2010-04-291-0/+10
* * lib/xmlrpc/utils.rb: Fixing an incompatibility withjeg22010-04-281-2/+2
* * lib/thwait.rb: revise rdoc. a patch from Roger Pack inmame2010-04-281-35/+9
* Cleaning up syntax warnings.naruse2010-04-271-2/+2
* * lib/net/smtp.rb (Net::SMTP#rcptto_list): fixed typo.nobu2010-04-271-1/+1
* Import RDoc 2.5.7. Fixes #1318 and ruby-core:29780drbrain2010-04-2715-84/+160
* * complex.c, rational.c, lib/cmath.rb, lib/date.rb lib/date/delta*:tadf2010-04-265-2/+847
* * lib/net/imap.rb (fetch_internal): do not quote message data itemshugo2010-04-251-1/+7
* * lib/cmath.rb: reverted experimental r23900.tadf2010-04-251-22/+2
* * lib/date.rb, lib/date/delta*: reverted experimental r24567 andtadf2010-04-254-825/+0
* * lib/pp.rb: use [""].pack("p").size to detect the pointer size.akr2010-04-241-7/+1
* * gem_prelude.rb (Gem::QuickLoader.load_full_rubygems_library):nobu2010-04-231-1/+1
* Update to RDoc 2.5.6drbrain2010-04-239-9/+16
* * lib/irb/ext/multi-irb.rb: fix multi-irb runningkeiju2010-04-221-6/+8
* Update to RubyGems 1.3.7.pre.1drbrain2010-04-2239-190/+416
* Update to RDoc 2.5.5drbrain2010-04-214-8/+21
* * lib/cgi/{core, util}.rb (RFC822_DAYS, RFC822_MONTHS):xibbar2010-04-202-6/+6
* * lib/fileutils.rb (FileUtils::cp_r): dup needed here; options areshyouhei2010-04-191-0/+2
* Import RDoc 2.5.4drbrain2010-04-198-51/+83
* * lib/timeout.rb (Timeout#timeout): propagate errors to thenobu2010-04-191-2/+7
* * lib/resolv.rb (Resolv::IPv4::Regex): make it only accept 0 to 255.akr2010-04-181-1/+5
* * lib/irb/ruby-lex.rb (identify_identifier): add '_' to the regexp.naruse2010-04-171-2/+2
* * lib/irb/ruby-lex.rb (identify_identifier): allow multibyte charactermame2010-04-171-2/+2
* * lib/net/smtp.rb (Net::SMTP#rcptto_list): continue when at leastnobu2010-04-161-5/+17
* * lib/thread.rb (Queue#push, #pop, SizedQueue#push, #pop): removemame2010-04-161-20/+4
* * lib/uri/ftp.rb (URI::FTP#set_path): added to correct handling ofmame2010-04-152-2/+10
* * lib/rexml/source.rb: force_encoding("UTF-8") when the inputnaruse2010-04-141-14/+25
* * lib/net/imap (encode_utf7): encode & properly. Thanks, Kengoshugo2010-04-141-1/+1
* * lib/irb/completion.rb (CompletionProc): fix [ruby-dev:40953]keiju2010-04-131-3/+3
* * lib/fileutils.rb (fu_each_src_dest): ensure src is accessible.nobu2010-04-121-17/+3