summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-01-26optparse.rb: froze string literalsnobu
2018-01-25optparse.rb: literal newlinenobu
2018-01-25revert r62032 because it refers to a undefined variableko1
2018-01-24optparse.rb: literal newlinenobu
2018-01-24mkmf.rb: werror on mswinnobu
2018-01-22mkmf.rb: ignore linker warningsnobu
2018-01-19Fix warningkazu
2018-01-18resolv.rb: NUL hostsnobu
2018-01-18resolv: use safe navigation operatornobu
2018-01-18logger: use safe navigation operatornormal
2018-01-14net/http: use writev for HTTP chunked request bodiesnormal
2018-01-12Add `103 Early Hints` to `Net::HTTP::STATUS_CODES` [ci skip]kazu
2018-01-11matrix.rb: add Matrix#antisymmetric?stomar
2018-01-11Mock fetching data from real DNS [Feature #14340]naruse
2018-01-08net/http: clear compressed chunk after decompressionnormal
2018-01-08open-uri: clear string after bufferingnormal
2018-01-08net/protocol: read directly into rbuf if it's emptynormal
2018-01-08net/protocol: use binary string buffersnormal
2018-01-07lib/scanf.rb: [DOC] fix typosstomar
2018-01-06Revert "net/protocol: use binary string buffers"normal
2018-01-06net/ftp: fix FrozenError in BufferedSocketnormal
2018-01-06net/protocol: use binary string buffersnormal
2018-01-06Update Status Codekazu
2018-01-06Add 103 Early Hintskazu
2018-01-06Specify frozen_string_literal: truekazu
2018-01-05net/protocol: optimize large read casenormal
2018-01-02int (*)(void) is incompatible with void*shyouhei
2017-12-31fix reset order.ko1
2017-12-30drb: use \A and \znobu
2017-12-28`$SAFE` as a process global state. [Feature #14250]ko1
2017-12-28erb.rb: let's remove constant deprecated at 2.5k0kubun
2017-12-27erb.rb: preserve the behavior for invalid syntaxk0kubun
2017-12-26proc.c (bind_location): Add Binding#source_locationmame
2017-12-25irb.rb: fix highlightnobu
2017-12-25fix leaked fdsnobu
2017-12-24webrick 1.4.2normal
2017-12-24lib/irb.rb: highlight exceptionsnobu
2017-12-24lib/irb.rb: simplified backtrace filteringnobu
2017-12-23Merge rdoc-6.0.1.hsbt
2017-12-23Print backtrace in reverse order on IRB toosorah
2017-12-22Postponing the Bundler merge.hsbt
2017-12-22erb.rb: shadow by keysnobu
2017-12-22Bump up fileutils-1.0.2hsbt
2017-12-22webrick/httpservelet/cgi_runner: avoid IO#reopen on pathnamenormal
2017-12-22webrick/httputils: note Kernel#open behaviornormal
2017-12-22webrick/httpservlet/*handler: use File.opennormal
2017-12-22webrick: WEBrick::Log requires path arg when given stringnormal
2017-12-22webrick/httpservlet/cgi_runner.rb: remove unnecessary opennormal
2017-12-22webrick: httpauth requires regular filesnormal
2017-12-21open-uri defines URI.open defined as an alias.akr