summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-05-19* lib/net/imap.rb (disconnect): closes the socket of a Net::IMAPshugo
2010-05-17* lib/matrix.rb (determinant): Trivial optimization (thanks to Benoit Daloze)marcandre
2010-05-17* lib/fileutils.rb (FileUtils::Entry_#entries): returns pathname inusa
2010-05-12* lib/rdoc/generator/ri.rb (generate): should load existing cacheusa
2010-05-11* lib/uri/mailto.rb: clean up regexp [ruby-core:29894]marcandre
2010-05-09* lib/thread.rb (ConditionVariable#wait): ensure to remove the currentmame
2010-05-08* lib/net/imap.rb (disconnect): terminates @receiver_thread even ifshugo
2010-05-08* lib/rubygems/user_interaction.rb (Gem::StreamUI#ask_for_password):nobu
2010-05-08* ext/etc/etc.c (etc_systmpdir): moved from ext/tmpdir.nobu
2010-05-06* lib/tmpdir.rb: test RUBY_PLATFORM for loading tmpdir.so to avoidakr
2010-05-03* lib/net/http.rb (Net::HTTPResponse#read_chunked): ensure to skip themame
2010-05-02* lib/rdoc/task.rb (RDoc::Task): should not override newer code.nobu
2010-05-02* NEWS: List all changes to lib/matrixmarcandre
2010-05-01* lib/cgi.rb (CGI::NEEDS_BINMODE): check if O_BINARY value insteadnobu
2010-05-01* lib/mkmf.rb (dir_config): should not modify argument arraysnobu
2010-05-01* lib/tempfile.rb (Tempfile#size): stat by path name when it isnobu
2010-05-01* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2010-05-01* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2010-05-01Merge fix for gem server, bump RubyGems version to 1.3.7drbrain
2010-05-01Upgrade to RDoc 2.5.8drbrain
2010-05-01* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2010-04-30* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2010-04-29* lib/matrix.rb: Improve algorithm for Matrix#determinant and Matrix#rankmarcandre
2010-04-29* lib/matrix.rb (Matrix#singular?, Matrix#regular?): raise on rectangularmarcandre
2010-04-29* lib/thwait.rb (ThreadsWait#join): refined rdoc again.nobu
2010-04-29* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2010-04-29* lib/thwait.rb (ThreadsWait#join): refined rdoc. [ruby-core:29863]nobu
2010-04-29* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert): rejectnobu
2010-04-28* lib/xmlrpc/utils.rb: Fixing an incompatibility withjeg2
2010-04-28* lib/thwait.rb: revise rdoc. a patch from Roger Pack inmame
2010-04-27Cleaning up syntax warnings.naruse
2010-04-27* lib/net/smtp.rb (Net::SMTP#rcptto_list): fixed typo.nobu
2010-04-27Import RDoc 2.5.7. Fixes #1318 and ruby-core:29780drbrain
2010-04-26 * complex.c, rational.c, lib/cmath.rb, lib/date.rb lib/date/delta*:tadf
2010-04-25* lib/net/imap.rb (fetch_internal): do not quote message data itemshugo
2010-04-25 * lib/cmath.rb: reverted experimental r23900.tadf
2010-04-25 * lib/date.rb, lib/date/delta*: reverted experimental r24567 andtadf
2010-04-24* lib/pp.rb: use [""].pack("p").size to detect the pointer size.akr
2010-04-23* gem_prelude.rb (Gem::QuickLoader.load_full_rubygems_library):nobu
2010-04-23Update to RDoc 2.5.6drbrain
2010-04-22 * lib/irb/ext/multi-irb.rb: fix multi-irb runningkeiju
2010-04-22Update to RubyGems 1.3.7.pre.1drbrain
2010-04-21Update to RDoc 2.5.5drbrain
2010-04-20* lib/cgi/{core, util}.rb (RFC822_DAYS, RFC822_MONTHS):xibbar
2010-04-19 * lib/fileutils.rb (FileUtils::cp_r): dup needed here; options areshyouhei
2010-04-19Import RDoc 2.5.4drbrain
2010-04-19* lib/timeout.rb (Timeout#timeout): propagate errors to thenobu
2010-04-18* lib/resolv.rb (Resolv::IPv4::Regex): make it only accept 0 to 255.akr
2010-04-17* lib/irb/ruby-lex.rb (identify_identifier): add '_' to the regexp.naruse
2010-04-17* lib/irb/ruby-lex.rb (identify_identifier): allow multibyte charactermame