aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/ostruct.rb: Finish defining OpenStruct attributes lazily.eregon2015-10-141-3/+9
* * lib/racc/rdoc/grammar.en.rdoc: fix spell error.hsbt2015-10-141-1/+1
* * lib/net/ftp.rb (parse257): refactor.shugo2015-10-091-18/+1
* * lib/net/imap.rb: use frozen_string_literal: true.shugo2015-10-091-3/+5
* * lib/net/ftp.rb: use frozen_string_literal: true.shugo2015-10-091-4/+6
* * lib/tmpdir.rb (Dir.tmpdir): return duplicated string to beakr2015-10-061-1/+1
* Put an line before "frozen_string_literal: true" for emacs.akr2015-10-054-0/+4
* * lib/pp.rb: Use frozen_string_literal: true.akr2015-10-054-7/+14
* common.mk, lib/unicode_normalize/tables.rb: Change Unicodeduerst2015-10-021-67/+67
* unicode_norm_gen.tmpl: end markernobu2015-09-291-1/+1
* tool/unicode_norm_gen.tmpl, lib/unicode_normalize/tables.rb:duerst2015-09-291-845/+842
* * lib/net/ftp.rb (mtime): use usec instead of fractions to parseshugo2015-09-281-2/+1
* * lib/net/ftp.rb (mtime): parse decimal fractions of a second asshugo2015-09-281-13/+10
* ostruct.rb: fix NameErrornobu2015-09-261-2/+7
* * lib/ostruct.rb: Move method definitions for getter/setter to be lazyzzak2015-09-261-1/+0
* * lib/net/http.rb: removed unused variable. It's removed at r13648.hsbt2015-09-251-2/+0
* * lib/net/ftp.rb (parse_mlsx_entry): parse pathnames includingshugo2015-09-141-1/+1
* Fix typo in racc english documentation [ci skip]nobu2015-09-141-1/+1
* * lib/net/ftp.rb (size, modify, create, type, unique, perm, lang,shugo2015-09-131-0/+8
* * remove trailing spaces.svn2015-09-121-1/+1
* * lib/net/ftp.rb (file?, directory?, appendable?, creatable?,shugo2015-09-121-1/+107
* * lib/net/ftp.rb (FACT_PARSERS): support system dependent factsshugo2015-09-121-2/+8
* * lib/net/ftp.rb (parse_mlsx_entry, mlst) raise an FTPProtoErrorshugo2015-09-121-1/+8
* * lib/net/ftp.rb (TIME_PARSER): use "Z" instead of "00:00" toshugo2015-09-121-2/+1
* * remove trailing spaces.svn2015-09-121-1/+1
* * lib/net/ftp.rb (mlst, mlsd): support new commands MLST and MLSDshugo2015-09-121-0/+74
* * lib/net/ftp.rb (size, mdtm, system): parse responses according toshugo2015-09-111-23/+28
* * lib/net/ftp.rb (getmultiline): refactor.shugo2015-09-101-8/+8
* * lib/rubygems/stub_specification.rb (Gem::StubSpecification#data):usa2015-09-091-10/+15
* * lib/delegate.rb: Remove backtrace cleaning for delegated methodszzak2015-09-091-15/+8
* * lib/rubygems: Update to RubyGems HEAD(fe61e4c112).hsbt2015-09-0810-78/+426
* * lib/net/ftp.rb (list): fetch all the lines before yielding a blockshugo2015-09-081-7/+6
* rss.rb: don't substitute, just searchnobu2015-09-051-1/+1
* rss.rb: fix usec widthnobu2015-09-051-1/+1
* mkmf.rb: remove unnecessary variablesnobu2015-09-041-2/+2
* mkmf.rb: move r40537nobu2015-09-041-1/+1
* session.rb: SHA512nobu2015-09-031-12/+14
* * lib/rdoc/*: Update rdoc master(cfffed5)hsbt2015-08-282-3/+7
* * lib/webrick/server.rb: use IO::NULL instead of '/dev/null'hsbt2015-08-271-3/+3
* fileutils.rb: fix rename_cannot_overwrite_filenobu2015-08-261-1/+1
* timeout.rb: freeze a string messagenobu2015-08-131-1/+1
* * lib/net/http/response.rb (Net::HTTPResponse::Inflater#finish):ktsj2015-08-011-0/+1
* * lib/net/http/response.rb (Net::HTTPResponse#inflater):ktsj2015-08-011-3/+3
* variable.c: Module#deprecate_constantnobu2015-07-301-0/+3
* * lib/matrix/eigenvalue_decomposition.rb: refine code style.hsbt2015-07-221-1/+1
* fix typo in OptionParser#complete docs [ci skip]nobu2015-07-211-1/+1
* remove unnecessary enumerator requiresnormal2015-07-171-1/+0
* timeout.rb: suppress a warningnobu2015-07-141-1/+1
* webrick/utils.rb: wakeup immediatelynobu2015-07-141-3/+7
* webrick/utils.rb: adaptive sleepnobu2015-07-141-4/+12