aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* logger.rb: end of week should be Saturdaynobu2015-10-271-1/+1
* logger.rb: fix weekly rotationnobu2015-10-271-3/+5
* logger.rb: exact matchingnobu2015-10-261-6/+6
* logger.rb: freeze constantsnobu2015-10-261-3/+3
* Grammatical fixes [ci skip]nobu2015-10-261-2/+2
* * lib/fileutils.rb: rename tailing to trailing.hsbt2015-10-261-5/+5
* * lib/mkmf.rb: Revert r45640 because it may lead to linksorah2015-10-241-4/+4
* forwardable.rb: full qualify namesnobu2015-10-231-2/+2
* * lib/forwardable (def_instance_delegator, def_single_delegator):shugo2015-10-231-2/+2
* * lib/irb.rb: Ignored assignment of STDOUT.sync = truehsbt2015-10-231-2/+1
* * lib/ipaddr.rb, test/test_ipaddr.rb: Reject invalid address containedhsbt2015-10-231-2/+2
* * lib/net/imap.rb: remove an empty comment line and -*-.shugo2015-10-231-2/+1
* * lib/net/ftp.rb (gettextfile, getbinaryfile): use the safeshugo2015-10-231-13/+15
* * lib/matrix/eigenvalue_decomposition.rb (tridiagonalize): fixshugo2015-10-231-103/+103
* * lib/un.rb (help): change the name of a block parameter to avoidshugo2015-10-221-1/+1
* * lib/net/imap (idle): add a new argument timeout for keep-alive.shugo2015-10-221-2/+12
* * lib/prime.rb: Add basic argument checking to Prime.prime?marcandre2015-10-201-0/+2
* * lib/prime.rb: Optimize Integer#prime?marcandre2015-10-201-1/+8
* * lib/open-uri.rb: Specify frozen_string_literal: true.akr2015-10-181-0/+2
* * lib/securerandom.rb: Specify frozen_string_literal: true.akr2015-10-181-0/+1
* * lib/mkmf.rb: Good-by Borland-C (cont).kosaki2015-10-181-2/+0
* * ChangeLog: Good-bye OS/2.kosaki2015-10-181-1/+0
* * 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