summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-09-28* lib/net/ftp.rb (mtime): use usec instead of fractions to parseshugo
2015-09-28* lib/net/ftp.rb (mtime): parse decimal fractions of a second asshugo
2015-09-26ostruct.rb: fix NameErrornobu
2015-09-26* lib/ostruct.rb: Move method definitions for getter/setter to be lazyzzak
2015-09-25* lib/net/http.rb: removed unused variable. It's removed at r13648.hsbt
2015-09-14* lib/net/ftp.rb (parse_mlsx_entry): parse pathnames includingshugo
2015-09-14Fix typo in racc english documentation [ci skip]nobu
2015-09-13* lib/net/ftp.rb (size, modify, create, type, unique, perm, lang,shugo
2015-09-12* remove trailing spaces.svn
2015-09-12* lib/net/ftp.rb (file?, directory?, appendable?, creatable?,shugo
2015-09-12* lib/net/ftp.rb (FACT_PARSERS): support system dependent factsshugo
2015-09-12* lib/net/ftp.rb (parse_mlsx_entry, mlst) raise an FTPProtoErrorshugo
2015-09-12* lib/net/ftp.rb (TIME_PARSER): use "Z" instead of "00:00" toshugo
2015-09-12* remove trailing spaces.svn
2015-09-12* lib/net/ftp.rb (mlst, mlsd): support new commands MLST and MLSDshugo
2015-09-11* lib/net/ftp.rb (size, mdtm, system): parse responses according toshugo
2015-09-10* lib/net/ftp.rb (getmultiline): refactor.shugo
2015-09-09* lib/rubygems/stub_specification.rb (Gem::StubSpecification#data):usa
2015-09-09* lib/delegate.rb: Remove backtrace cleaning for delegated methodszzak
2015-09-08* lib/rubygems: Update to RubyGems HEAD(fe61e4c112).hsbt
2015-09-08* lib/net/ftp.rb (list): fetch all the lines before yielding a blockshugo
2015-09-05rss.rb: don't substitute, just searchnobu
2015-09-05rss.rb: fix usec widthnobu
2015-09-04mkmf.rb: remove unnecessary variablesnobu
2015-09-04mkmf.rb: move r40537nobu
2015-09-03session.rb: SHA512nobu
2015-08-28* lib/rdoc/*: Update rdoc master(cfffed5)hsbt
2015-08-27* lib/webrick/server.rb: use IO::NULL instead of '/dev/null'hsbt
2015-08-26fileutils.rb: fix rename_cannot_overwrite_filenobu
2015-08-13timeout.rb: freeze a string messagenobu
2015-08-01* lib/net/http/response.rb (Net::HTTPResponse::Inflater#finish):ktsj
2015-08-01* lib/net/http/response.rb (Net::HTTPResponse#inflater):ktsj
2015-07-30variable.c: Module#deprecate_constantnobu
2015-07-22* lib/matrix/eigenvalue_decomposition.rb: refine code style.hsbt
2015-07-21fix typo in OptionParser#complete docs [ci skip]nobu
2015-07-17remove unnecessary enumerator requiresnormal
2015-07-14timeout.rb: suppress a warningnobu
2015-07-14webrick/utils.rb: wakeup immediatelynobu
2015-07-14webrick/utils.rb: adaptive sleepnobu
2015-07-14webrick/server.rb: stop immediatelynobu
2015-07-13httpproxy.rb: fix typos [ci skip]nobu
2015-07-13timeout.rb: warn deprecated methodnobu
2015-07-13timeout.rb: internal constantsnobu
2015-07-11timeout.rb: fix backtracenobu
2015-07-10timeout.rb: removed and use Timeout::Errornobu
2015-07-09* lib/net/http/responses.rb: Added 308 status to CODE_TO_OBJ list.hsbt
2015-07-08resolver.rb: fix fd leaksnobu
2015-07-07* lib/csv.rb: typo fix [ci skip][fix GH-958] Patch by @henrikhsbt
2015-07-05Fix typo in optparse library [ci skip] [Fix GH-956]nobu
2015-07-04test_case.rb: fix multiple loadnobu