summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-10-23* lib/forwardable (def_instance_delegator, def_single_delegator):shugo
2015-10-23* lib/irb.rb: Ignored assignment of STDOUT.sync = truehsbt
2015-10-23* lib/ipaddr.rb, test/test_ipaddr.rb: Reject invalid address containedhsbt
2015-10-23* lib/net/imap.rb: remove an empty comment line and -*-.shugo
2015-10-23* lib/net/ftp.rb (gettextfile, getbinaryfile): use the safeshugo
2015-10-23* lib/matrix/eigenvalue_decomposition.rb (tridiagonalize): fixshugo
2015-10-22* lib/un.rb (help): change the name of a block parameter to avoidshugo
2015-10-22* lib/net/imap (idle): add a new argument timeout for keep-alive.shugo
2015-10-20* lib/prime.rb: Add basic argument checking to Prime.prime?marcandre
2015-10-20* lib/prime.rb: Optimize Integer#prime?marcandre
2015-10-18* lib/open-uri.rb: Specify frozen_string_literal: true.akr
2015-10-18* lib/securerandom.rb: Specify frozen_string_literal: true.akr
2015-10-18* lib/mkmf.rb: Good-by Borland-C (cont).kosaki
2015-10-18* ChangeLog: Good-bye OS/2.kosaki
2015-10-14* lib/ostruct.rb: Finish defining OpenStruct attributes lazily.eregon
2015-10-14* lib/racc/rdoc/grammar.en.rdoc: fix spell error.hsbt
2015-10-09* lib/net/ftp.rb (parse257): refactor.shugo
2015-10-09* lib/net/imap.rb: use frozen_string_literal: true.shugo
2015-10-09* lib/net/ftp.rb: use frozen_string_literal: true.shugo
2015-10-06* lib/tmpdir.rb (Dir.tmpdir): return duplicated string to beakr
2015-10-05Put an line before "frozen_string_literal: true" for emacs.akr
2015-10-05* lib/pp.rb: Use frozen_string_literal: true.akr
2015-10-02common.mk, lib/unicode_normalize/tables.rb: Change Unicodeduerst
2015-09-29unicode_norm_gen.tmpl: end markernobu
2015-09-29tool/unicode_norm_gen.tmpl, lib/unicode_normalize/tables.rb:duerst
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