summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-06-23 * lib/rake/version.rb: Fixed VERSION to work with tool/rbinstall.rbdrbrain
2011-06-23 * lib/rake: Import Rake 0.9.2drbrain
2011-06-23* lib/webrick/accesslog.rb: Cosmetic fix of mismatched indentation.nahi
2011-06-21* lib/net/http.rb (Net::HTTP.post_form): Do not ignore query part of nahi
2011-06-21* lib/webrick/httpresponse.rb (HTTPResponse#setup_header): Close nahi
2011-06-20* lib/webrick/cookie.rb (WEBrick::Cookie.parse): Revert r31228. nahi
2011-06-19* lib/test/unit/parallel.rb: Override Test::Unit::TestCase#on_parallel_worker?sorah
2011-06-17* remove trailing spaces.nobu
2011-06-16 * lib/csv.rb: Document #raw_encoding. Patch by David Czarnecki.drbrain
2011-06-16 * lib/benchmark.rb: Document Benchmark::Tms#memberwise. Patch bydrbrain
2011-06-16 * lib/prettyprint.rb: Improve documentation. Patch by Ysiaddrbrain
2011-06-16 * lib/webrick/log.rb: Improve documentation of BasicLog and Log.drbrain
2011-06-16* test/testunit/test_parallel.rb: Fix Regexp for test.sorah
2011-06-16 * lib/monitor.rb: Improve documentation. Patch by Sandor Szucs.drbrain
2011-06-16 * lib/webrick/utils.rb: Document WEBrick::Utils. Patch by Olivierdrbrain
2011-06-16 * lib/webrick/httpservlet/erbhandler.rb: Allow the ERB document todrbrain
2011-06-16 * lib/timeout.rb: Clarify timeout duration types. Patch by Alf Mikula.drbrain
2011-06-16 * lib/rdoc.rb: Import RDoc 3.7 release candidatedrbrain
2011-06-16* lib/net/imap.rb (search_response): parses SEARCH responses fromshugo
2011-06-15* lib/test/unit.rb(Test::Unit::Runner#_run_parallel): Ignore -j0sorah
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