1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib
nobu 0f6e7edf72 getoptlong.rb: multiline regexps
* lib/getoptlong.rb: make regexps multiline safe.
  [ruby-core:82627] [Bug #13858]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59722 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-09-02 02:05:34 +00:00
..
cgi Fix cgi/core code example missing comma 2017-08-02 15:10:38 +00:00
drb Use \A and \z to match whole string 2017-04-07 13:26:12 +00:00
forwardable forwardable/impl.rb 2016-11-20 02:12:48 +00:00
irb Don't pollute toplevel by an IRB internal method 2017-06-15 10:43:17 +00:00
matrix get rid of ambiguous parentheses warnings 2016-11-29 16:06:54 +00:00
net to_str -> to_s 2017-08-30 22:23:45 +00:00
optparse
racc Fix grammar errors 2016-11-08 19:55:59 +00:00
rdoc * remove trailing spaces. 2017-08-29 11:52:52 +00:00
rexml fix documentation of REXML::Formatters::Default (id_hack -> ie_hack) [ci skip] 2017-08-14 16:04:35 +00:00
rinda rinda/ring.rb (make_socket): do not keep socket on failures 2017-01-17 03:31:57 +00:00
rss rss: Accept empty text element as valid element 2017-05-03 12:25:17 +00:00
rubygems Merge rubygems-2.6.13. 2017-08-28 08:31:28 +00:00
shell Fix exception type in option type checker 2017-06-22 10:56:49 +00:00
unicode_normalize add explanations about status of module UnicodeNormalize 2017-05-09 10:45:46 +00:00
uri ftp.rb: fix example format [ci skip] 2017-08-15 01:05:50 +00:00
webrick webrick: fix SNI support 2017-07-18 01:59:28 +00:00
yaml
abbrev.rb lib/abbrev.rb: Specify frozen_string_literal: true. 2017-02-09 16:12:00 +00:00
base64.rb Use unpack1 instead of unpack and first 2017-02-10 00:58:47 +00:00
benchmark.rb lib/benchmark.rb: Specify frozen_string_literal: true. 2017-01-03 02:00:01 +00:00
cgi.rb {lib,test}/cgi: Specify frozen_string_literal: true. 2017-02-18 05:52:16 +00:00
cmath.gemspec Make string literal to frozen object on gemspec of defulte gems. 2017-06-19 13:03:06 +00:00
cmath.rb lib/cmath.rb: Specify frozen_string_literal: true. 2017-01-04 05:47:52 +00:00
csv.gemspec Make string literal to frozen object on gemspec of defulte gems. 2017-06-19 13:03:06 +00:00
csv.rb Partly reverted r59642. Because IO#close is idempotent since Ruby 2.3. 2017-08-29 10:22:47 +00:00
debug.rb lib/debug.rb: Specify frozen_string_literal: true. 2017-01-05 01:00:01 +00:00
delegate.rb Delegate to eql? [Fix GH-1564] 2017-06-24 03:35:29 +00:00
drb.rb
e2mmap.rb lib/e2mmap.rb: Specify frozen_string_literal: true. 2017-03-01 11:37:30 +00:00
English.rb $IGNORECASE is no longer effective. [ci skip] 2017-08-25 15:47:04 +00:00
erb.rb Use register_scanner instead of regist_scanner 2017-08-04 11:59:59 +00:00
fileutils.gemspec Make string literal to frozen object on gemspec of defulte gems. 2017-06-19 13:03:06 +00:00
fileutils.rb docs for FileUtils.ln methods 2017-03-08 20:41:38 +00:00
find.rb lib/find.rb: Specify frozen_string_literal: true. 2017-02-13 12:16:26 +00:00
forwardable.rb forwardable.rb: fix branches 2017-01-03 09:47:16 +00:00
getoptlong.rb getoptlong.rb: multiline regexps 2017-09-02 02:05:34 +00:00
ipaddr.gemspec Extract files variables of ipaddr.gemspec for non git environment. 2017-08-16 09:45:58 +00:00
ipaddr.rb IPAddr#== and IPAddr#<=> no longer raise an exception if coercion fails 2016-11-05 13:53:38 +00:00
irb.rb Removed math mode from irb. 2017-04-20 09:11:36 +00:00
logger.rb logger.rb: Fix handling progname 2017-07-20 16:47:26 +00:00
matrix.rb * lib/matrix.rb: Add Vector.zero and Vector#zero? 2017-03-14 20:09:30 +00:00
mkmf.rb mkmf.rb: get rid of error messages 2017-02-27 07:37:55 +00:00
monitor.rb
mutex_m.rb
observer.rb lib/observer.rb: Specify frozen_string_literal: true. 2017-01-13 12:08:29 +00:00
open-uri.rb
open3.rb lib/open3: favor symbol proc when possible 2016-11-21 23:13:16 +00:00
optionparser.rb
optparse.rb optparse.rb: case-sensitive candidate 2017-07-24 01:56:04 +00:00
ostruct.rb ostruct.rb: improve fix for OpenStruct.allocate + #respond_to? 2017-04-01 10:30:48 +00:00
pp.rb Refactored using Method#owner. 2017-04-04 12:54:42 +00:00
prettyprint.rb
prime.rb prime.rb: remove alias after timeout test 2017-05-20 10:21:44 +00:00
profile.rb lib/profile.rb: Specify frozen_string_literal: true. 2017-01-15 02:56:04 +00:00
profiler.rb lib/profiler.rb: Specify frozen_string_literal: true. 2017-01-18 12:35:10 +00:00
pstore.rb lib/pstore.rb: Specify frozen_string_literal: true. 2017-01-17 12:47:38 +00:00
rdoc.rb Merge rdoc-6.0.0.beta1. 2017-08-29 11:52:50 +00:00
resolv-replace.rb
resolv.rb resolv.rb: remove unnecessary require statement 2017-08-29 04:58:29 +00:00
rss.rb
rubygems.rb Merge rubygems-2.6.13. 2017-08-28 08:31:28 +00:00
scanf.gemspec Make string literal to frozen object on gemspec of defulte gems. 2017-06-19 13:03:06 +00:00
scanf.rb
securerandom.rb securerandom: fix up r57384 2017-02-24 11:33:06 +00:00
set.rb Alias Set#to_s to #inspect [ruby-core:81753] [Feature #13676] 2017-07-14 08:46:13 +00:00
shell.rb shell.rb: suppress warnings 2016-11-05 23:58:02 +00:00
shellwords.rb
singleton.rb
sync.rb
tempfile.rb tempfile.rb: do not call File.identical? on closed stream 2017-05-19 09:36:34 +00:00
thwait.rb
time.rb Time.parse's "now" argument as nil works again. 2016-11-05 14:03:34 +00:00
timeout.rb
tmpdir.rb
tracer.rb
tsort.rb
ubygems.rb
un.rb un.rb: use OpenSSL::PKey.read instead of OpenSSL::PKey::RSA.new 2017-07-05 09:05:53 +00:00
uri.rb
weakref.rb [DOC] Use Integer instead of Fixnum [ci skip] 2017-01-26 15:14:02 +00:00
webrick.rb
yaml.rb