aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/uri/rfc3986_parser.rb (URI::RFC3986_Parser::RFC3986_URI):naruse2014-11-032-3/+3
* bump URI::VERSION to 0.10.0naruse2014-11-031-1/+1
* * ext/dl/*: remove DL as it is replaced by Fiddle.tenderlove2014-10-312-3/+2
* Document that Net::IMAP#fetch will return nil instead of an emtpy array.knu2014-10-311-2/+4
* * lib/matrix.rb: Generalize Vector#cross_product to arbitrary dimensionsmarcandre2014-10-291-6/+28
* * lib/matrix.rb: Add Matrix#adjucatemarcandre2014-10-291-0/+15
* * lib/matrix.rb: Add aliases for Vector#cross & dotmarcandre2014-10-291-2/+4
* * lib/rexml/entity.rb: keep the entity size within the limitation.usa2014-10-271-0/+6
* lib/unicode_normalize/normalize.rb: added US_ASCIIduerst2014-10-251-0/+4
* rake/cpu_counter.rb: use Etc.nprocessorsnobu2014-10-251-0/+12
* * lib/rexml/source.rb (REXML::IOSource#encoding_updated): Fix akou2014-10-231-1/+1
* lib/unicode_normalize/tables.rb: remove auto generated file.nobu2014-10-211-1154/+0
* lib/unicode_normalize/tables.rb: Committing to make versionduerst2014-10-211-0/+1154
* lib/unicode_normalize/normalize.rb: Added comment to point toduerst2014-10-211-0/+2
* * lib/mkmf.rb: no need to convert path separator for COPY because it'susa2014-10-201-1/+1
* unicode_normalize/normalize.rb: rename variablenobu2014-10-201-5/+5
* lib/unicode_normalize.rb: revert r48046. The s in sIndexduerst2014-10-201-5/+5
* unicode_normalize/normalize.rb: remove prefixnobu2014-10-201-5/+5
* unicode_normalize/normalize.rb: simplifynobu2014-10-201-3/+3
* unicode_normalize/normalize.rb: remove unnecessary module namesnobu2014-10-201-11/+11
* lib/unicode_normalize.rb: removing unnecessary 'self'.duerst2014-10-201-1/+1
* lib/unicode_normalize.rb: (unicode_normalize!): change method namesduerst2014-10-201-2/+2
* lib/unicode_normalize.rb: remove BOMsnobu2014-10-192-2/+2
* * lib/unicode_normalize.rb: (unicode_normalize!): change method name.nagachika2014-10-191-1/+1
* lib/unicode_normalize/normalize.rb: Added a missing file extension in require...duerst2014-10-191-1/+1
* lib/unicode_normalize.rb: Changed to dynamic loading of actual normalization ...duerst2014-10-191-3/+11
* lib/unicode_normalize.rb: Small documentation fix.duerst2014-10-191-2/+3
* lib/unicode_normalize.rb: Added documentation.duerst2014-10-191-0/+49
* tool/unicode_norm_gen.rb, lib/unicode_normalize.rb:duerst2014-10-191-1/+1
* lib/unicode_normalize.rb: Changing method names, see https://bugs.ruby-lang.o...duerst2014-10-191-3/+3
* lib/unicode_normalize.rb: Changing module name.duerst2014-10-191-2/+2
* lib/unicode_normalize.rb: Changing require statement, adjusting copyright.duerst2014-10-191-4/+2
* lib/unicode_normalize.rb: Importing fromduerst2014-10-191-0/+22
* * remove trailing spaces.svn2014-10-191-12/+12
* lib/unicode_normalize/normalize.rb: Changed module name, adjusted copyright.duerst2014-10-191-15/+13
* * properties.svn2014-10-191-176/+176
* lib/unicode_normalize/normalize.rb: Importing fromduerst2014-10-191-0/+176
* * 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