aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/xmlrpc/parser.rb: added new parser class using libxml-ruby gem.hsbt2014-10-132-1/+34
* * lib/find.rb (Find.find): Call to_path for arguments to obtainakr2014-10-131-0/+1
* open-uri: accept :open_timeout optionnormal2014-10-101-0/+11
* mkmf.rb: translate to assemblernobu2014-10-081-3/+22
* * lib/uri/generic.rb (URI#inspect): remove Object id.naruse2014-10-071-2/+1
* * lib/matrix.rb: Add @- and @+ for Matrix and Vector.marcandre2014-10-071-0/+20
* normalize reference to Timeout::Errornormal2014-10-073-3/+3
* * lib/matrix.rb: Add Matrix#laplace_expansion.marcandre2014-10-071-0/+33
* * lib/matrix.rb: Add Vector.basis.marcandre2014-10-071-0/+14
* * lib/matrix.rb: Add hstack & vstack methods.marcandre2014-10-031-0/+73
* * lib/matrix.rb: Fix Matrix.rows copy bug.marcandre2014-10-031-1/+1
* * lib/rubygems: Update to RubyGems 2.4.2.drbrain2014-10-017-8/+74
* * lib/uri/rfc3986_parser.rb: raise URI::InvalidURIError whenglass2014-09-271-1/+5
* * lib/matrix.rb: Fix docs. Patched by Ben Woodall. [GH-726]ayumin2014-09-241-12/+12
* tmpdir.rb: explicit conversion to stringnobu2014-09-221-0/+4
* * lib/drb/drb.rb: Support graceful shutdown.akr2014-09-213-7/+45
* * lib/csv.rb: avoid unnecessary object allocations.glass2014-09-211-2/+2
* * lib/rexml/**/*.rb: removed commented-out code.hsbt2014-09-217-178/+0
* tempfile.rb: fix r47655nobu2014-09-212-16/+7
* * lib/tempfile.rb: define parameters appropriately and someglass2014-09-202-41/+17
* * lib/uri/rfc3986_parser.rb: specify a regexp for :OPAQUE; generic.rbnaruse2014-09-171-1/+1
* * lib/rubygems: Update to RubyGems 2.4.1 master(713ab65)hsbt2014-09-1490-588/+2253
* lib/benchmark.rb: remove CLOCK_MONOTONIC_RAW supportnormal2014-09-111-3/+0
* * lib/rdoc.rb, lib/rdoc, test/rdoc: Update to RDoc 4.2.0.alpha(21b241a)hsbt2014-09-114-5/+10
* mkmf.rb: -I flags to $INCFLAGSnobu2014-09-091-4/+19
* mkmf.rb: --cflags to $CXXFLAGSnobu2014-09-091-0/+1
* * append newline at EOF.svn2014-09-061-0/+1
* * lib/rake.rb, lib/rake/*, test/rake/*: Update latest rake master(e47d023)hsbt2014-09-069-9/+50
* * lib/rdoc/generator/template/darkfish/js/jquery.js: Backportzzak2014-09-051-18/+4
* * lib/shellwords.rb: proofreading documentation.hsbt2014-09-051-9/+9
* * lib/rdoc/generator/pot/po.rb: fixed broken tests for trailing whitespace.hsbt2014-09-051-1/+0
* * remove trailing spaces.svn2014-09-051-2/+2
* * lib/rdoc.rb, lib/rdoc, test/rdoc: Update to RDoc 4.2.0.alpha(313287)hsbt2014-09-0535-68/+814
* * lib/benchmark.rb: Fix a syntax error.akr2014-08-311-2/+2
* benchmark.rb: Process::CLOCK_MONOTONIC_RAW may be unavailablenobu2014-08-311-1/+2
* benchmark.rb: prefer Process::CLOCK_MONOTONIC_RAWnobu2014-08-301-1/+4
* * lib/tempfile.rb: remove "require 'thread'". its features are noglass2014-08-271-1/+0
* * lib/drb/acl.rb: Removed meaningless #to_s methods in interpolation.hsbt2014-08-277-7/+7
* * lib/drb/drb.rb: use attr_reader instead of Module#attr.hsbt2014-08-275-16/+16
* lib/mathn.rb: remove built-in methodsnobu2014-08-261-136/+7
* * lib/shell/process-controller.rb: removed commented-out code.hsbt2014-08-261-9/+0
* * lib/thwait.rb (ThreadsWait): removed needless constant.hsbt2014-08-261-2/+0
* * lib/mathn.rb: mathn library is deprecated on ruby 2.2.hsbt2014-08-261-0/+2
* * lib/mathn.rb: removed commented-out code.hsbt2014-08-261-6/+0
* uri/common.rb: use negative look-aheadnobu2014-08-251-1/+1
* logger.rb: simplifynobu2014-08-251-5/+1
* lib/logger.rb: use %Nnobu2014-08-251-1/+1
* * lib/e2mmap.rb: remove needless instance variables.hsbt2014-08-2415-15/+0
* lib/benchmark.rb (measure): reduce allocations as in r47260normal2014-08-241-10/+10
* lib/benchmark.rb: speedup by reducing allocationsnormal2014-08-241-2/+10