summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-12-13* lib/shellwords.rb (Shellwords#shellsplit): Document that thisknu
2015-12-13lib/shellwords.rb: do not change API with frozen-string-literalnormal
2015-12-13* lib/shellwords.rb: Turn on frozen-string-literal after fixingknu
2015-12-12* lib/ostruct.rb: Have OpenStruct#dig raise if argument is not a symbolmarcandre
2015-12-11* lib/rubygems: Update to RubyGems 2.5.1hsbt
2015-12-10disable frozen-string-literalnobu
2015-12-08lib/uri/generic.rb: enable frozen_string_literalnormal
2015-12-08optparse.rb: Fix typo [ci skip]nobu
2015-12-04* lib/rubygems: Update to RubyGems 2.5.0+ HEAD(fdab4c4).hsbt
2015-12-03* lib/scanf.rb: fixed double words typo.hsbt
2015-12-02csv.rb: fix encodingnobu
2015-12-02* lib/csv.rb: enable frozen_string_literal.hsbt
2015-11-30* lib/securerandom.rb (SecureRandom::gen_random): use /dev/urandomkosaki
2015-11-27fixup! * lib/net/http.rb (connect): detect closed connection and reconnect ...naruse
2015-11-27* lib/net/http.rb (connect): detect closed connection and reconnectnaruse
2015-11-24* lib/rubygems/installer.rb: Fix two double-word typos.hsbt
2015-11-24Drop support for BeOSnobu
2015-11-22* lib/cmath.rb: methods which has suffix '!' are now deprecated.ngoto
2015-11-20* lib/logger.rb: expose logger mutexsonots
2015-11-20* lib/net/http.rb: Fixed regression for Net::HTTP::PUT with "Expect-100"hsbt
2015-11-20* lib/net/http.rb: set hostname before call ossl_ssl_set_session.hsbt
2015-11-20* lib/rss/syndication.rb: Add nodoc marker for #validate_sy_updatePeriod.hsbt
2015-11-19* lib/rubygems: Update to RubyGems 2.5.0+ HEAD(c6b4946).hsbt
2015-11-17* lib/logger.rb: support symbol and string log level settingsonots
2015-11-17lib/logger.rb: Add Logger#reopensonots
2015-11-17OpenStruct#dignobu
2015-11-16* lib/set.rb: Enable frozen_string_literal.knu
2015-11-16Explain the reason for calling do_with_enum without a block [ci skip]knu
2015-11-16* lib/set.rb (Hash#flatten!, #add?, #delete?, #collect!, #reject!,knu
2015-11-16* lib/set.rb (#>=, #>, #<=, #<): Make use of Hash#>=, #>, #<, andknu
2015-11-16[DOC]akr
2015-11-16* lib/webrick/httpauth/basicauth.rb: fix a typo.hsbt
2015-11-14* lib/time.rb: Use "<<" to reduce string allocation.akr
2015-11-14* lib/tsort.rb: Specify frozen_string_literal: true.akr
2015-11-14* lib/resolv-replace.rb: Specify frozen_string_literal: true.akr
2015-11-14* lib/time.rb: Specify frozen_string_literal: true.akr
2015-11-14* lib/open3.rb: Specify frozen_string_literal: true.akr
2015-11-12* lib/rubygems: Update to RubyGems 2.5.0+ HEAD(db78980).hsbt
2015-11-11* lib/net/ftp.rb (initialize): Connections are in passive mode pershugo
2015-11-10* lib/open-uri.rb: Remove indicator for "frozen_string_literal: true".akr
2015-11-10* lib/drb/drb.rb: revert r52442 because it was for debugging, and after thisusa
2015-11-09* lib/resolv.rb (Resolv::DNS::Message::MessageEncoder#put_labels):akr
2015-11-08* lib/uri/ftp.rb: fix a typo.hsbt
2015-11-07* lib/net/http.rb (Net::HTTP#initialize):naruse
2015-11-06Revert r52469naruse
2015-11-06* lib/cmath.rb: methods which has suffix '!' are now deprecated.gogotanaka
2015-11-06change DOTQnobu
2015-11-04* lib/debug.rb: Add documentation for #thread_list_all.hsbt
2015-11-04* lib/drb/drb.rb: add debug information for mswin CI. this change will be re...usa
2015-11-04mkmf.rb: revert r52431nobu