aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Correct RubyGems bin check on Windows. Bug #5111luislavena2011-08-011-0/+1
* * lib/rdoc.rb: Import RDoc 3.9.1. Fixes bugs in the RDoc::Markupdrbrain2011-08-014-8/+15
* Forward-ports r32778 from branches/ruby_1_9_3 to trunk.yugui2011-07-311-1/+4
* * lib/rdoc: Update to RDoc 3.9. Fixed `ri []`, stopdoc creating andrbrain2011-07-3119-283/+513
* * lib/securerandom.rb: call OpenSSL::Random.seed at the akr2011-07-291-1/+1
* * lib/rubygems/user_interaction.rb (Gem::StreamUI#tty?): typo.usa2011-07-281-1/+1
* * lib/delegate.rb: Move file-level documentation to the appropriatedrbrain2011-07-271-95/+76
* * lib/rubygems/uninstaller.rb: Add missing require and updatedrbrain2011-07-271-7/+13
* * lib/rubygems: Update to RubyGems 1.8.6.1.drbrain2011-07-2788-549/+79
* * lib/xmlrpc/client.rb: Fix possible HTTP header formatting failure bynahi2011-07-251-1/+1
* * lib/rubygems/specification.rb: Restore behavior ofdrbrain2011-07-231-3/+6
* * lib/cmath.rb: should return a real number if possible.tadf2011-07-231-1/+1
* Fix r32622.naruse2011-07-221-1/+1
* * lib/uri/generic.rb (WFKV_): unroll the loop of regexp.naruse2011-07-221-2/+2
* * lib/net/http.rb: Net::HTTP#finish is used to manually closedrbrain2011-07-221-1/+1
* * 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