aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * math.c: Attach documentation for Math.drbrain2011-06-295-11/+31
* * lib/matrix.rb: Matrix.zero can build rectangular matrices.marcandre2011-06-291-4/+6
* * lib/matrix.rb: Add Matrix#diagonal?, hermitian?, normal?, orthogonal?marcandre2011-06-291-0/+138
* * lib/matrix.rb: Specialize Matrix#find_index to return [row, col]marcandre2011-06-291-0/+31
* * lib/matrix.rb: Matrix#each{_with_index} can iterate over a subset of the Ma...marcandre2011-06-291-19/+110
* * lib/tracer.rb: count only non-internal libraries in stack trace,keiju2011-06-281-1/+1
* * lib/irb/ruby-lex.rb: recognize '\char' in ruby statement.keiju2011-06-281-1/+1
* * lib/debug.rb (var_list): Command 'var *' did not work on 1.9(!).nahi2011-06-281-1/+1
* * lib/benchmark.rb: merge eregon/benchmark.naruse2011-06-281-4/+6
* * lib/rake: Update rake to fix some bugs and hide deprecated featuresdrbrain2011-06-2812-20/+54
* * lib/rdoc: Update to RDoc 3.7 (final)drbrain2011-06-285-108/+156
* * lib/irb/ruby-lex.rb: fix [Bug #4232].keiju2011-06-271-1/+1
* fix [Bug #4409]. add DRbServer#here?seki2011-06-271-1/+11
* * lib/irb/workspace.rb: fix BUG#4793.keiju2011-06-271-1/+1
* * lib/webrick/httprequest.rb (setup_forwarded_info): Parsing request nahi2011-06-241-1/+9
* * lib/rake/version.rb: Fixed VERSION to work with tool/rbinstall.rbdrbrain2011-06-231-6/+4
* * lib/rake: Import Rake 0.9.2drbrain2011-06-2346-2597/+3432
* * lib/webrick/accesslog.rb: Cosmetic fix of mismatched indentation.nahi2011-06-231-1/+1
* * lib/net/http.rb (Net::HTTP.post_form): Do not ignore query part of nahi2011-06-211-1/+1
* * lib/webrick/httpresponse.rb (HTTPResponse#setup_header): Close nahi2011-06-211-0/+5
* * lib/webrick/cookie.rb (WEBrick::Cookie.parse): Revert r31228. nahi2011-06-201-1/+1
* * lib/test/unit/parallel.rb: Override Test::Unit::TestCase#on_parallel_worker?sorah2011-06-191-7/+13
* * remove trailing spaces.nobu2011-06-171-17/+17
* * lib/csv.rb: Document #raw_encoding. Patch by David Czarnecki.drbrain2011-06-161-0/+4
* * lib/benchmark.rb: Document Benchmark::Tms#memberwise. Patch bydrbrain2011-06-161-4/+11
* * lib/prettyprint.rb: Improve documentation. Patch by Ysiaddrbrain2011-06-161-1/+12
* * lib/webrick/log.rb: Improve documentation of BasicLog and Log.drbrain2011-06-162-7/+93
* * test/testunit/test_parallel.rb: Fix Regexp for test.sorah2011-06-162-0/+10
* * lib/monitor.rb: Improve documentation. Patch by Sandor Szucs.drbrain2011-06-161-72/+95
* * lib/webrick/utils.rb: Document WEBrick::Utils. Patch by Olivierdrbrain2011-06-161-1/+67
* * lib/webrick/httpservlet/erbhandler.rb: Allow the ERB document todrbrain2011-06-161-1/+1
* * lib/timeout.rb: Clarify timeout duration types. Patch by Alf Mikula.drbrain2011-06-162-5/+8
* * lib/rdoc.rb: Import RDoc 3.7 release candidatedrbrain2011-06-1632-184/+927
* * lib/net/imap.rb (search_response): parses SEARCH responses fromshugo2011-06-161-1/+2
* * lib/test/unit.rb(Test::Unit::Runner#_run_parallel): Ignore -j0sorah2011-06-151-0/+5
* * lib/cmath.rb: add new methd Object#real?. fix #3137keiju2011-06-131-0/+6
* Additional fix for r31933.naruse2011-06-131-6/+7
* * lib/securerandom.rb (SecureRandom.random_bytes): modify PRNG stateakr2011-06-131-0/+8
* * lib/net/http.rb (Net::HTTP#use_ssl?): require 'openssl' only whennaruse2011-06-131-2/+4
* * lib/cmath.rb (CMath.cbrt): returns the principal value of the cubemrkn2011-06-131-6/+2
* * lib/test/unit.rb (Test::Unit::GlobOption#non_options): fix typo.mrkn2011-06-131-1/+1
* * lib/yaml.rb: load psych only when syck is not loaded.naruse2011-06-131-9/+16
* lib/drb/drb.rb (kill_sub_thread): remove the method. [ruby-core:34185]seki2011-06-121-15/+0
* * lib/test/unit.rb (Test::Unit::GlobOption#non_options): should runnobu2011-06-111-1/+1
* * lib/rexml/formatters/pretty.rbkou2011-06-111-1/+1
* * lib/rexml/parsers/xpathparser.rbkou2011-06-111-1/+2
* * lib/mkmf.rb: should quote arch_hdrdir and libpath for the casenobu2011-06-111-5/+5
* Don't break test-all.naruse2011-06-101-5/+0
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#skip): reason tonobu2011-06-101-0/+5
* * lib/rubygems/user_interaction.rb (Gem::StreamUI#tty?): IO#tty? ofusa2011-06-071-6/+2