aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/csv.rb: Do not modify CSV.generate's argument [ruby-core:38356]marcandre2011-07-211-1/+1
* * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#each):naruse2011-07-211-4/+6
* * lib/uri/common.rb (module): Remove optional parser argument to Kernel#URImarcandre2011-07-152-6/+18
* * lib/test/unit.rb(Test::Unit::Options#process_args): Fix bug.sorah2011-07-121-21/+14
* * lib/test/unit.rb: Add new class variable `@@testfile_prefix`.sorah2011-07-101-1/+3
* * lib/test/unit/assertions.rb: Import documentation patch by Justinsorah2011-07-101-3/+106
* Remove duplicated definition.naruse2011-07-091-9/+0
* * lib/cgi/core.rb: fix multipart form parsing bug. [Bug #3866]xibbar2011-07-091-1/+0
* * lib/matrix.rb: Add Vector#normalize [ruby-dev:43829]marcandre2011-07-091-0/+27
* * lib/rubygems.rb: Reduce requires to improve `make benchmark`.drbrain2011-07-062-5/+6
* * lib/webrick/httpauth/digestauth.rb (_authenticate):naruse2011-07-051-5/+2
* * lib/matrix: Add LUP decompositionmarcandre2011-07-012-0/+236
* * lib/matrix.rb: Allow non integer exponents for Matrix#**marcandre2011-07-011-3/+6
* * lib/matrix: Add Eigenvalue Decompositionmarcandre2011-07-012-0/+908
* * lib/matrix: Add Matrix#roundmarcandre2011-07-011-0/+7
* * lib/weakref.rb: Attach documentation to WeakRef and add missingdrbrain2011-06-301-6/+20
* * lib/yaml.rb: Document toplevel YAML and YAML::ENGINE to describedrbrain2011-06-301-0/+18
* * lib/cmath.rb: Hide handle_no_method_error from RDoc.drbrain2011-06-301-1/+1
* * lib/drb/drb.rb: Hide deprecated toplevel DRb constants.drbrain2011-06-291-0/+1
* * lib/cmath.rb (CMath.log): second argument: b can be nil.naruse2011-06-291-1/+1
* * lib/rdoc: Update to RDoc 3.8 which contains fixes for documentationdrbrain2011-06-297-43/+60
* * lib/cmath.rb: make same exception for Math. fix [Bug #3137].keiju2011-06-291-96/+176
* * lib/irb/completion.rb: complate correctry string literal. fix [Bug #1145].keiju2011-06-291-1/+10
* * lib/irb/cmd/help.rb: support RDoc 3.7. fix [Bug #3760].keiju2011-06-291-1/+1
* * lib/tracer.rb: Tracer.on only if required by -r command-line option.nagachika2011-06-291-2/+7
* * 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