summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-06-13 * lib/cmath.rb: add new methd Object#real?. fix #3137keiju
2011-06-13Additional fix for r31933.naruse
2011-06-13* lib/securerandom.rb (SecureRandom.random_bytes): modify PRNG stateakr
2011-06-13* lib/net/http.rb (Net::HTTP#use_ssl?): require 'openssl' only whennaruse
2011-06-13* lib/cmath.rb (CMath.cbrt): returns the principal value of the cubemrkn
2011-06-13* lib/test/unit.rb (Test::Unit::GlobOption#non_options): fix typo.mrkn
2011-06-13* lib/yaml.rb: load psych only when syck is not loaded.naruse
2011-06-12lib/drb/drb.rb (kill_sub_thread): remove the method. [ruby-core:34185]seki
2011-06-11* lib/test/unit.rb (Test::Unit::GlobOption#non_options): should runnobu
2011-06-11* lib/rexml/formatters/pretty.rbkou
2011-06-11* lib/rexml/parsers/xpathparser.rbkou
2011-06-11* lib/mkmf.rb: should quote arch_hdrdir and libpath for the casenobu
2011-06-10Don't break test-all.naruse
2011-06-10* lib/test/unit/assertions.rb (Test::Unit::Assertions#skip): reason tonobu
2011-06-07* lib/rubygems/user_interaction.rb (Gem::StreamUI#tty?): IO#tty? ofusa
2011-06-06* lib/test/unit.rb(Test::Unit::Runner#puke):sorah
2011-06-06* lib/net/http.rb: don't use autoload.naruse
2011-06-03* lib/rubygems/test_case.rb: Refix for test-all in separate directory.naruse
2011-06-03* lib/test/unit/parallel.rb: Keep $stdin, $stdout before run testcasesorah
2011-06-03* lib/net/http.rb (URI::HTTP#request_uri): return nil when the urinaruse
2011-06-02* lib/csv.rb: Improve the line ending detection algorithmjeg2
2011-06-01Imported minitest 2.2.2 (r6281)ryan
2011-06-01MOSTLY Imported minitest 2.2.1 (r6277)ryan
2011-06-01* lib/rubygems, test/rubygems: properties.nobu
2011-06-01Import rubygems 1.8.5 (released @ 137c80f)ryan
2011-06-01 * lib/cgi/util.rb: Improve documentation. Patch by Kuba Fietkiewicz.drbrain
2011-06-01 * lib/mathn.rb: Improve documentation and attach it to Numeric.drbrain
2011-06-01 * lib/prime.rb: Indent examples enough to appear as code sections.drbrain
2011-05-31* lib/net/http.rb, lib/net/protocol.rb: Allow to configure to waitnahi
2011-05-29* lib/webrick/https.rb (WEBrick::HTTPRequest#parse_uri):naruse
2011-05-27update comment.akr
2011-05-27* lib/ostruct.rb (method_missing): Handle [] and []= correctly.marcandre
2011-05-27prevent an error when passing a frozen string to REXML::Text.newshyouhei
2011-05-26* lib/csv.rb: Enhance each() to support Enumerator.jeg2
2011-05-26* lib/csv.rb: Documentation improvements from Ysiad Ferreiras.jeg2
2011-05-26* lib/xmlrpc/parser.rb (FaultException): fix to_s and inspectshyouhei
2011-05-25* lib/csv.rb: Improved stray quoting error message (patch by Edvard Majakari).jeg2
2011-05-25 * lib/benchmark.rb: Restore nodoc for Benchmark::Job anddrbrain
2011-05-25 * lib/net/pop.rb: Hide implementation details from RDoc.drbrain
2011-05-25 * lib/net/ftp.rb: Add :nodoc: for private methods.drbrain
2011-05-24 * lib/erb.rb: Restore documentation for ERB::Util and ERB::DefMethoddrbrain
2011-05-24 * lib/erb.rb: Hide documentation for implementation details of ERB.drbrain
2011-05-24* lib/tempfile.rb (Tempfile.{mkdir,rmdir}): revert for backwardnobu
2011-05-24* lib/tempfile.rb (Tempfile.{lock,unlock}_tempfile): refactor.nobu
2011-05-24* lib/tempfile.rb (Tempfile.{mkdir,rmdir}): internal methods to be overridden...nobu
2011-05-23* lib/yaml.rb: switch default YAML engine to Psych, old syck enginetenderlove
2011-05-23 * lib/net/smtp.rb: Document Net::SMTP::Response. Patch by J.R. Garcia.drbrain
2011-05-23* lib/test/unit/parallel.rb: Never Ignore SIGINT. When receivedsorah
2011-05-23 * lib/mathn.rb: Improve documentation. Patch by Sandor Szucs.drbrain
2011-05-22 * lib/ostruct.rb: Improve documentation. Patch by Franklin Webber.drbrain