summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-07-06 * lib/rubygems.rb: Reduce requires to improve `make benchmark`.drbrain
2011-07-05* lib/webrick/httpauth/digestauth.rb (_authenticate):naruse
2011-07-01* lib/matrix: Add LUP decompositionmarcandre
2011-07-01* lib/matrix.rb: Allow non integer exponents for Matrix#**marcandre
2011-07-01* lib/matrix: Add Eigenvalue Decompositionmarcandre
2011-07-01* lib/matrix: Add Matrix#roundmarcandre
2011-06-30 * lib/weakref.rb: Attach documentation to WeakRef and add missingdrbrain
2011-06-30 * lib/yaml.rb: Document toplevel YAML and YAML::ENGINE to describedrbrain
2011-06-30 * lib/cmath.rb: Hide handle_no_method_error from RDoc.drbrain
2011-06-29 * lib/drb/drb.rb: Hide deprecated toplevel DRb constants.drbrain
2011-06-29* lib/cmath.rb (CMath.log): second argument: b can be nil.naruse
2011-06-29 * lib/rdoc: Update to RDoc 3.8 which contains fixes for documentationdrbrain
2011-06-29 * lib/cmath.rb: make same exception for Math. fix [Bug #3137].keiju
2011-06-29 * lib/irb/completion.rb: complate correctry string literal. fix [Bug #1145].keiju
2011-06-29 * lib/irb/cmd/help.rb: support RDoc 3.7. fix [Bug #3760].keiju
2011-06-29* lib/tracer.rb: Tracer.on only if required by -r command-line option.nagachika
2011-06-29 * math.c: Attach documentation for Math.drbrain
2011-06-29* lib/matrix.rb: Matrix.zero can build rectangular matrices.marcandre
2011-06-29* lib/matrix.rb: Add Matrix#diagonal?, hermitian?, normal?, orthogonal?marcandre
2011-06-29* lib/matrix.rb: Specialize Matrix#find_index to return [row, col]marcandre
2011-06-29* lib/matrix.rb: Matrix#each{_with_index} can iterate over a subset of the Ma...marcandre
2011-06-28 * lib/tracer.rb: count only non-internal libraries in stack trace,keiju
2011-06-28 * lib/irb/ruby-lex.rb: recognize '\char' in ruby statement.keiju
2011-06-28* lib/debug.rb (var_list): Command 'var *' did not work on 1.9(!).nahi
2011-06-28* lib/benchmark.rb: merge eregon/benchmark.naruse
2011-06-28 * lib/rake: Update rake to fix some bugs and hide deprecated featuresdrbrain
2011-06-28 * lib/rdoc: Update to RDoc 3.7 (final)drbrain
2011-06-27 * lib/irb/ruby-lex.rb: fix [Bug #4232].keiju
2011-06-27fix [Bug #4409]. add DRbServer#here?seki
2011-06-27 * lib/irb/workspace.rb: fix BUG#4793.keiju
2011-06-24* lib/webrick/httprequest.rb (setup_forwarded_info): Parsing request nahi
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