summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-12-12erb: set variables from the command linenobu
2014-12-12erb: lineno and location settersnobu
2014-12-10* lib/prime.rb: Remove useless loop and block capture.marcandre
2014-12-07known_classes.rb: remove DLnobu
2014-12-07* remove trailing spaces.svn
2014-12-07* lib/rdoc: Update to RDoc 4.2.0.drbrain
2014-12-07* remove trailing spaces.svn
2014-12-07* lib/rubygems: Update to RubyGems 2.4.5.drbrain
2014-12-06* lib/net/imap.rb: Fix undefined variable usage & refactor/DRYshugo
2014-12-06* lib/rake: Update to rake 10.4.2hsbt
2014-12-05* lib/pp.rb (File::Stat#pritty_print): some platforms (such as Windows)usa
2014-12-01* lib/uri/generic.rb (URI::Generic.build):naruse
2014-11-27* lib.matrix.rb: Fix typo. Patch by Dimitrios Zorbas. [GH-772]marcandre
2014-11-26* lib/tsort.rb: Returns an enumerator if no block is given.akr
2014-11-26use clock_gettime to avoid object creationnaruse
2014-11-25* lib/net/http.rb: Do not attempt SSL session resumption when thedrbrain
2014-11-25* append newline at EOF.svn
2014-11-25* lib/rake: Update to rake 10.4.0drbrain
2014-11-23elementdecl.rb: suppress warningsnobu
2014-11-21* lib/resolv.rb: fall back if canonicalization fails.tenderlove
2014-11-20* lib/net/imap.rb (Net::IMAP::ResponseParser::BEG_REGEXP): no need to use embbedusa
2014-11-20* lib/uri/mailto.rb (URI::MailTo::EMAIL_REGEXP): should escape `#`.usa
2014-11-19* lib/matrix.rb: Vector#independent? and associated class methodmarcandre
2014-11-19* lib/matrix.rb: Add Vector#angle_withmarcandre
2014-11-17* lib/rubygems/*, test/rubygems/*: Update to RubyGems 2.4.4hsbt
2014-11-17timeout.rb: same object across fibernobu
2014-11-16timeout.rb: use UncaughtThrowErrornobu
2014-11-15* lib/mkmf.rb (depend_rules): support comments during a line.usa
2014-11-15revert previous commit.usa
2014-11-15* lib/mkmf.rb (depend_rules): support comments during a line.usa
2014-11-13* remove trailing spaces.svn
2014-11-13* lib/net/imap.rb (search_response): parse MODSEQ in SEARCHshugo
2014-11-13* lib/rexml/document.rb: add REXML::Document#document.nagachika
2014-11-12* lib/rubygems/*: Update to RubyGems 2.4.3 master (7b1f684).hsbt
2014-11-11tables.rb: addnobu
2014-11-11* lib/rubygems/commands/contents_command.rb (files_in_default_gem):naruse
2014-11-11* lib/rdoc/known_classes.rb: reverted regression changes ofhsbt
2014-11-10* lib/webrick/server.rb: Setup shutdown pipe in listen method.akr
2014-11-10* lib/rubygems/*.rb: Update to RubyGems master(3e36528).hsbt
2014-11-10* lib/rdoc/*.rb: Update to RDoc 4.2.0.alpha(579a11c)hsbt
2014-11-10* lib/webrick/server.rb: Less instance variables.akr
2014-11-10* lib/webrick/server.rb (shutdown): Use close() on @shutdown_pipe_w toakr
2014-11-09* lib/webrick/server.rb (initialize): Initialize shutdown pipe hereakr
2014-11-09* lib/webrick/httpstatus.rb: require webrick/accesslog for AccessLog.akr
2014-11-09normalize.rb: fix syntax errornobu
2014-11-09lib/unicode_normalize/normalize.rb: Replaced if-else by case in self.normaliz...duerst
2014-11-09securerandom.rb: separate implementationsnobu
2014-11-09securerandom.rb: fix substring of FormatMessage resultnobu
2014-11-08* lib/securerandom.rb (initialize): call the special method for Win32usa
2014-11-08* lib/securerandom.rb: more refactoring.usa